commit bb7138ff3895f0974c02e4cc9faac65ec1c64826 Author: Rushil Umaretiya Date: Mon Aug 9 00:53:20 2021 -0400 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de6ffd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,142 @@ +### Sass ### +.sass-cache/ +*.css.map +*.sass.map +*.scss.map + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test +.env.production + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* diff --git a/css/fonts/Open_Sans/LICENSE.txt b/css/fonts/Open_Sans/LICENSE.txt new file mode 100755 index 0000000..d645695 --- /dev/null +++ b/css/fonts/Open_Sans/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/css/fonts/Open_Sans/OpenSans-Bold.ttf b/css/fonts/Open_Sans/OpenSans-Bold.ttf new file mode 100755 index 0000000..efdd5e8 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-Bold.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-BoldItalic.ttf b/css/fonts/Open_Sans/OpenSans-BoldItalic.ttf new file mode 100755 index 0000000..9bf9b4e Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-BoldItalic.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-ExtraBold.ttf b/css/fonts/Open_Sans/OpenSans-ExtraBold.ttf new file mode 100755 index 0000000..67fcf0f Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-ExtraBold.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf b/css/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf new file mode 100755 index 0000000..acdcf77 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-Italic.ttf b/css/fonts/Open_Sans/OpenSans-Italic.ttf new file mode 100755 index 0000000..1178567 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-Italic.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-Light.ttf b/css/fonts/Open_Sans/OpenSans-Light.ttf new file mode 100755 index 0000000..6580d3a Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-Light.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-LightItalic.ttf b/css/fonts/Open_Sans/OpenSans-LightItalic.ttf new file mode 100755 index 0000000..1e0c331 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-LightItalic.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-Regular.ttf b/css/fonts/Open_Sans/OpenSans-Regular.ttf new file mode 100755 index 0000000..29bfd35 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-Regular.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-SemiBold.ttf b/css/fonts/Open_Sans/OpenSans-SemiBold.ttf new file mode 100755 index 0000000..54e7059 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-SemiBold.ttf differ diff --git a/css/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf b/css/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf new file mode 100755 index 0000000..aebcf14 Binary files /dev/null and b/css/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf differ diff --git a/css/fonts/Poppins/OFL.txt b/css/fonts/Poppins/OFL.txt new file mode 100755 index 0000000..76df3b5 --- /dev/null +++ b/css/fonts/Poppins/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/css/fonts/Poppins/Poppins-Black.ttf b/css/fonts/Poppins/Poppins-Black.ttf new file mode 100755 index 0000000..a9520b7 Binary files /dev/null and b/css/fonts/Poppins/Poppins-Black.ttf differ diff --git a/css/fonts/Poppins/Poppins-BlackItalic.ttf b/css/fonts/Poppins/Poppins-BlackItalic.ttf new file mode 100755 index 0000000..ebfdd70 Binary files /dev/null and b/css/fonts/Poppins/Poppins-BlackItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-Bold.ttf b/css/fonts/Poppins/Poppins-Bold.ttf new file mode 100755 index 0000000..b94d47f Binary files /dev/null and b/css/fonts/Poppins/Poppins-Bold.ttf differ diff --git a/css/fonts/Poppins/Poppins-BoldItalic.ttf b/css/fonts/Poppins/Poppins-BoldItalic.ttf new file mode 100755 index 0000000..e2e6445 Binary files /dev/null and b/css/fonts/Poppins/Poppins-BoldItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-ExtraBold.ttf b/css/fonts/Poppins/Poppins-ExtraBold.ttf new file mode 100755 index 0000000..8f008c3 Binary files /dev/null and b/css/fonts/Poppins/Poppins-ExtraBold.ttf differ diff --git a/css/fonts/Poppins/Poppins-ExtraBoldItalic.ttf b/css/fonts/Poppins/Poppins-ExtraBoldItalic.ttf new file mode 100755 index 0000000..b2a9bf5 Binary files /dev/null and b/css/fonts/Poppins/Poppins-ExtraBoldItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-ExtraLight.ttf b/css/fonts/Poppins/Poppins-ExtraLight.ttf new file mode 100755 index 0000000..ee62382 Binary files /dev/null and b/css/fonts/Poppins/Poppins-ExtraLight.ttf differ diff --git a/css/fonts/Poppins/Poppins-ExtraLightItalic.ttf b/css/fonts/Poppins/Poppins-ExtraLightItalic.ttf new file mode 100755 index 0000000..e392492 Binary files /dev/null and b/css/fonts/Poppins/Poppins-ExtraLightItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-Italic.ttf b/css/fonts/Poppins/Poppins-Italic.ttf new file mode 100755 index 0000000..4620399 Binary files /dev/null and b/css/fonts/Poppins/Poppins-Italic.ttf differ diff --git a/css/fonts/Poppins/Poppins-Light.ttf b/css/fonts/Poppins/Poppins-Light.ttf new file mode 100755 index 0000000..2ab0221 Binary files /dev/null and b/css/fonts/Poppins/Poppins-Light.ttf differ diff --git a/css/fonts/Poppins/Poppins-LightItalic.ttf b/css/fonts/Poppins/Poppins-LightItalic.ttf new file mode 100755 index 0000000..6f9279d Binary files /dev/null and b/css/fonts/Poppins/Poppins-LightItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-Medium.ttf b/css/fonts/Poppins/Poppins-Medium.ttf new file mode 100755 index 0000000..e90e87e Binary files /dev/null and b/css/fonts/Poppins/Poppins-Medium.ttf differ diff --git a/css/fonts/Poppins/Poppins-MediumItalic.ttf b/css/fonts/Poppins/Poppins-MediumItalic.ttf new file mode 100755 index 0000000..d8a251c Binary files /dev/null and b/css/fonts/Poppins/Poppins-MediumItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-Regular.ttf b/css/fonts/Poppins/Poppins-Regular.ttf new file mode 100755 index 0000000..be06e7f Binary files /dev/null and b/css/fonts/Poppins/Poppins-Regular.ttf differ diff --git a/css/fonts/Poppins/Poppins-SemiBold.ttf b/css/fonts/Poppins/Poppins-SemiBold.ttf new file mode 100755 index 0000000..dabf7c2 Binary files /dev/null and b/css/fonts/Poppins/Poppins-SemiBold.ttf differ diff --git a/css/fonts/Poppins/Poppins-SemiBoldItalic.ttf b/css/fonts/Poppins/Poppins-SemiBoldItalic.ttf new file mode 100755 index 0000000..29d5f74 Binary files /dev/null and b/css/fonts/Poppins/Poppins-SemiBoldItalic.ttf differ diff --git a/css/fonts/Poppins/Poppins-Thin.ttf b/css/fonts/Poppins/Poppins-Thin.ttf new file mode 100755 index 0000000..f5c0fdd Binary files /dev/null and b/css/fonts/Poppins/Poppins-Thin.ttf differ diff --git a/css/fonts/Poppins/Poppins-ThinItalic.ttf b/css/fonts/Poppins/Poppins-ThinItalic.ttf new file mode 100755 index 0000000..b910089 Binary files /dev/null and b/css/fonts/Poppins/Poppins-ThinItalic.ttf differ diff --git a/css/fonts/astro.ttf b/css/fonts/astro.ttf new file mode 100755 index 0000000..d625ab9 Binary files /dev/null and b/css/fonts/astro.ttf differ diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..112e104 --- /dev/null +++ b/css/index.css @@ -0,0 +1,133 @@ +@import url("https://fonts.googleapis.com/css2?family=Lora&family=Poppins:wght@400700&display=swap"); +@font-face { + font-family: "Poppins"; + src: url("fonts/Poppins/Poppins-Regular.ttf"); +} +@font-face { + font-family: "Open Sans"; + src: url("fonts/Open_Sans/OpenSans-Regular.ttf"); +} +@font-face { + font-family: "Astro"; + src: url("fonts/astro.ttf"); +} +* { + margin: 0px; + padding: 0px; + box-sizing: border-box; + overflow-x: hidden; + background-color: #131313; +} + +.nav-wrapper { + position: fixed; + width: 100%; + top: 0; + z-index: 999; +} + +nav { + display: flex; + justify-content: space-around; + align-items: center; + min-height: 8vh; + background-color: #131313; + font-family: "Poppins", sans-serif; +} +nav .logo { + color: #d4d4d4; + text-transform: uppercase; + letter-spacing: 3px; + font-size: 1.75em; +} +nav .logo span { + padding-left: 20px; +} +nav ul { + display: flex; + justify-content: space-around; + width: 30%; +} +nav ul li { + list-style: none; +} +nav ul a { + font-family: "Open Sans", sans-serif; + color: #d4d4d4; + text-decoration: none; + font-weight: bold; + font-size: 1.1em; +} +nav ul a:hover { + color: white; +} + +.hero { + color: #d4d4d4; + position: relative; + width: 100%; + height: 100%; +} + +#hero { + position: absolute; + left: 10%; + top: 20%; + background-color: transparent; + z-index: 1; +} +#hero h1 { + font-family: "Astro", sans-serif; + text-align: left; + font-size: 8em; + padding: 0.5em; + background: -webkit-linear-gradient(#eee 70%, #333 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +#hero h3 { + font-family: "Open Sans", serif; + text-align: left; + font-size: 2em; + background-color: transparent; +} +#hero canvas { + z-index: 999; +} + +#about { + color: #d4d4d4; + position: absolute; + overflow: hidden; + height: 100%; + background-color: transparent; + text-align: center; +} +#about h1 { + font-size: 4em; + font-family: "Open Sans", sans-serif; +} +#about h4 { + font-size: 1em; + font-family: "Open Sans", sans-serif; + margin-left: 20%; + width: 60%; +} +#about button { + padding: 10px 20px; + border: 3px solid #d4d4d4; + text-transform: uppercase; + margin-top: 30px; + border-radius: 20px; + font-family: "Astro", sans-serif; +} +#about button a { + color: #d4d4d4; + text-decoration: none; +} +#about div canvas { + margin-top: -20%; + z-index: -1; +} + +/*# sourceMappingURL=index.css.map */ diff --git a/css/index.sass b/css/index.sass new file mode 100644 index 0000000..e4192e2 --- /dev/null +++ b/css/index.sass @@ -0,0 +1,138 @@ +// colors + +$dark: #131313 +$light: #d4d4d4 + +// fonts + +@import url('https://fonts.googleapis.com/css2?family=Lora&family=Poppins:wght@400700&display=swap') + +@font-face + font-family: 'Poppins' + src: url('fonts/Poppins/Poppins-Regular.ttf') + +@font-face + font-family: 'Open Sans' + src: url('fonts/Open_Sans/OpenSans-Regular.ttf') + +@font-face + font-family: 'Astro' + src: url('fonts/astro.ttf') + +$hero-stack: 'Astro', sans-serif +$title-stack: 'Poppins', sans-serif +$subtitle-stack: 'Open Sans', sans-serif +$body-stack: 'Poppins', sans-serif + +* + margin: 0px + padding: 0px + box-sizing: border-box + overflow-x: hidden + background-color: $dark + +.nav-wrapper + position: fixed + width: 100% + top: 0 + z-index: 999 + +nav + display: flex + justify-content: space-around + align-items: center + min-height: 8vh + background-color: $dark + font-family: $title-stack + + .logo + color: $light + text-transform: uppercase + letter-spacing: 3px + font-size: 1.75em + + span + padding-left: 20px + + ul + display: flex + justify-content: space-around + width: 30% + + li + list-style: none + + a + font-family: $subtitle-stack + color: $light + text-decoration: none + font-weight: bold + font-size: 1.1em + + &:hover + color: white + +.hero + color: $light + position: relative + width: 100% + height: 100% + +#hero + position: absolute + left: 10% + top: 20% + background-color: transparent + z-index: 1 + + h1 + font-family: $hero-stack + text-align: left + font-size: 8em + padding: 0.5em + background: -webkit-linear-gradient(#eee 70%, #333 100%) + -webkit-background-clip: text + -webkit-text-fill-color: transparent + + h3 + font-family: "Open Sans", serif + text-align: left + font-size: 2em + background-color: transparent + + canvas + z-index: 999 + +#about + color: $light + position: absolute + overflow: hidden + height: 100% + background-color: transparent + text-align: center + + h1 + font-size: 4em + font-family: $subtitle-stack + + h4 + font-size: 1em + font-family: $subtitle-stack + margin-left: 20% + width: 60% + + button + padding: 10px 20px + border: 3px solid $light + text-transform: uppercase + margin-top: 30px + border-radius: 20px + font-family: $hero-stack + + a + color: $light + text-decoration: none + + div canvas + margin-top: -20% + z-index: -1 \ No newline at end of file diff --git a/css/res/brain.svg b/css/res/brain.svg new file mode 100644 index 0000000..eb292c3 --- /dev/null +++ b/css/res/brain.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..9f26e55 --- /dev/null +++ b/index.html @@ -0,0 +1,72 @@ + + + + + + + NeuroSecure + + + + +
+
+

+ Neuro
Secure +

+

+ A product to revolutionize the field of cybersecurity. +

+
+
+
+
+

+ The future of authentication. +

+

+ A cloud based authentication platform that will allow users to login with their minds. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Similique ex, nihil ullam dolores nisi, porro tenetur tempore facilis delectus optio, alias nemo ipsum error laudantium quia soluta! Atque, soluta consequatur? +

+ +
+
+ + + + + + diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..0de8ec7 --- /dev/null +++ b/js/app.js @@ -0,0 +1,20 @@ +import * as THREE from "three"; +import { APP } from "./landing.js"; + +window.THREE = THREE; // Used by APP Scripts. + +var loader = new THREE.FileLoader(); +loader.load("./js/scenes/brain.json", function (text) { + var player = new APP.Player(); + player.load(JSON.parse(text)); + player.setSize(window.innerWidth, window.innerHeight); + player.play(); + + const hero = document.getElementById("hero"); + + hero.after(player.dom); + + window.addEventListener("resize", function () { + player.setSize(window.innerWidth, window.innerHeight); + }); +}); diff --git a/js/landing.js b/js/landing.js new file mode 100644 index 0000000..32b58f4 --- /dev/null +++ b/js/landing.js @@ -0,0 +1,222 @@ +import { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js"; + +var APP = { + Player: function () { + var renderer = new THREE.WebGLRenderer({ antialias: true }); + var controls; + renderer.setPixelRatio(window.devicePixelRatio); // TODO: Use player.setPixelRatio() + renderer.outputEncoding = THREE.sRGBEncoding; + + var loader = new THREE.ObjectLoader(); + var camera, scene; + + var events = {}; + + var dom = document.createElement("div"); + dom.appendChild(renderer.domElement); + + this.dom = dom; + + this.width = 500; + this.height = 500; + + this.load = function (json) { + var project = json.project; + + if (project.shadows !== undefined) + renderer.shadowMap.enabled = project.shadows; + if (project.shadowType !== undefined) + renderer.shadowMap.type = project.shadowType; + if (project.toneMapping !== undefined) + renderer.toneMapping = project.toneMapping; + if (project.toneMappingExposure !== undefined) + renderer.toneMappingExposure = project.toneMappingExposure; + if (project.physicallyCorrectLights !== undefined) + renderer.physicallyCorrectLights = project.physicallyCorrectLights; + + this.setScene(loader.parse(json.scene)); + this.setCamera(loader.parse(json.camera)); + + events = { + init: [], + start: [], + stop: [], + keydown: [], + keyup: [], + pointerdown: [], + pointerup: [], + pointermove: [], + update: [], + }; + + var scriptWrapParams = "player,renderer,scene,camera"; + var scriptWrapResultObj = {}; + + for (var eventKey in events) { + scriptWrapParams += "," + eventKey; + scriptWrapResultObj[eventKey] = eventKey; + } + + var scriptWrapResult = JSON.stringify(scriptWrapResultObj).replace( + /\"/g, + "" + ); + + for (var uuid in json.scripts) { + var object = scene.getObjectByProperty("uuid", uuid, true); + + if (object === undefined) { + console.warn("APP.Player: Script without object.", uuid); + continue; + } + + var scripts = json.scripts[uuid]; + + for (var i = 0; i < scripts.length; i++) { + var script = scripts[i]; + + var functions = new Function( + scriptWrapParams, + script.source + "\nreturn " + scriptWrapResult + ";" + ).bind(object)(this, renderer, scene, camera); + + for (var name in functions) { + if (functions[name] === undefined) continue; + + if (events[name] === undefined) { + console.warn("APP.Player: Event type not supported (", name, ")"); + continue; + } + + events[name].push(functions[name].bind(object)); + } + } + } + + dispatch(events.init, arguments); + }; + + this.setCamera = function (value) { + camera = value; + camera.aspect = this.width / this.height; + camera.updateProjectionMatrix(); + }; + + this.setScene = function (value) { + scene = value; + }; + + this.setPixelRatio = function (pixelRatio) { + renderer.setPixelRatio(pixelRatio); + }; + + this.setSize = function (width, height) { + this.width = width; + this.height = height; + + if (camera) { + camera.aspect = this.width / this.height; + camera.updateProjectionMatrix(); + } + + if (renderer) { + controls = new OrbitControls(camera, renderer.domElement); + controls.target = new THREE.Vector3(0, 0, 0); + controls.enableZoom = false; + + controls.update(); + renderer.setSize(width, height); + } + }; + + function dispatch(array, event) { + for (var i = 0, l = array.length; i < l; i++) { + array[i](event); + } + } + + var time, startTime, prevTime; + + function animate() { + controls.update(); + + time = performance.now(); + + try { + dispatch(events.update, { + time: time - startTime, + delta: time - prevTime, + }); + } catch (e) { + console.error(e.message || e, e.stack || ""); + } + + + renderer.render(scene, camera); + prevTime = time; + } + + this.play = function () { + startTime = prevTime = performance.now(); + + document.addEventListener("keydown", onKeyDown); + document.addEventListener("keyup", onKeyUp); + document.addEventListener("pointerdown", onPointerDown); + document.addEventListener("pointerup", onPointerUp); + document.addEventListener("pointermove", onPointerMove); + + dispatch(events.start, arguments); + + renderer.setAnimationLoop(animate); + }; + + this.stop = function () { + document.removeEventListener("keydown", onKeyDown); + document.removeEventListener("keyup", onKeyUp); + document.removeEventListener("pointerdown", onPointerDown); + document.removeEventListener("pointerup", onPointerUp); + document.removeEventListener("pointermove", onPointerMove); + + dispatch(events.stop, arguments); + + renderer.setAnimationLoop(null); + }; + + this.render = function (time) { + dispatch(events.update, { time: time * 1000, delta: 0 /* TODO */ }); + + renderer.render(scene, camera); + }; + + this.dispose = function () { + renderer.dispose(); + + camera = undefined; + scene = undefined; + }; + + // + + function onKeyDown(event) { + dispatch(events.keydown, event); + } + + function onKeyUp(event) { + dispatch(events.keyup, event); + } + + function onPointerDown(event) { + dispatch(events.pointerdown, event); + } + + function onPointerUp(event) { + dispatch(events.pointerup, event); + } + + function onPointerMove(event) { + dispatch(events.pointermove, event); + } + }, +}; + +export { APP }; diff --git a/js/particles.js b/js/particles.js new file mode 100644 index 0000000..52c9eae --- /dev/null +++ b/js/particles.js @@ -0,0 +1,147 @@ +import * as THREE from "three"; + + +const SEPARATION = 100, + AMOUNTX = 50, + AMOUNTY = 50; + +let container; +let camera, scene, renderer; + +let particles, + count = 0; + + +let windowHalfX = window.innerWidth / 2; +let windowHalfY = window.innerHeight / 4; + +init(); +animate(); + +function init() { + container = document.createElement("div"); + const about = document.getElementById("about"); + about.appendChild(container); + + camera = new THREE.PerspectiveCamera( + 75, + window.innerWidth / window.innerHeight, + 500, + 10000 + ); + camera.position.z = 1000; + camera.position.y = 250; + + scene = new THREE.Scene(); + scene.background = new THREE.Color(0x131313); + + // + + const numParticles = AMOUNTX * AMOUNTY; + + const positions = new Float32Array(numParticles * 3); + const scales = new Float32Array(numParticles); + + let i = 0, + j = 0; + + for (let ix = 0; ix < AMOUNTX; ix++) { + for (let iy = 0; iy < AMOUNTY; iy++) { + positions[i] = ix * SEPARATION - (AMOUNTX * SEPARATION) / 2; // x + positions[i + 1] = 0; // y + positions[i + 2] = iy * SEPARATION - (AMOUNTY * SEPARATION) / 2; // z + + scales[j] = 1; + + i += 3; + j++; + } + } + + const geometry = new THREE.BufferGeometry(); + geometry.setAttribute("position", new THREE.BufferAttribute(positions, 3)); + geometry.setAttribute("scale", new THREE.BufferAttribute(scales, 1)); + + const material = new THREE.ShaderMaterial({ + uniforms: { + color: { value: new THREE.Color(0xffffff) }, + }, + vertexShader: document.getElementById("vertexshader").textContent, + fragmentShader: document.getElementById("fragmentshader").textContent, + }); + + // + + particles = new THREE.Points(geometry, material); + scene.add(particles); + + // + + renderer = new THREE.WebGLRenderer({ antialias: true }); + renderer.setPixelRatio(window.devicePixelRatio); + renderer.setSize(window.innerWidth, window.innerHeight/2); + container.appendChild(renderer.domElement); + + + container.style.touchAction = "none"; + + // + + window.addEventListener("resize", onWindowResize); +} + +function onWindowResize() { + windowHalfX = window.innerWidth / 2; + windowHalfY = window.innerHeight / 2; + + camera.aspect = window.innerWidth / window.innerHeight; + camera.updateProjectionMatrix(); + + renderer.setSize(window.innerWidth, window.innerHeight); +} + +// + +function onPointerMove(event) { + if (event.isPrimary === false) return; + +} + +// + +function animate() { + requestAnimationFrame(animate); + + render(); +} + +function render() { + //camera.lookAt(scene.position); + + const positions = particles.geometry.attributes.position.array; + const scales = particles.geometry.attributes.scale.array; + + let i = 0, + j = 0; + + for (let ix = 0; ix < AMOUNTX; ix++) { + for (let iy = 0; iy < AMOUNTY; iy++) { + positions[i + 1] = + Math.sin((ix + count) * 0.3) * 50 + Math.sin((iy + count) * 0.5) * 50; + + scales[j] = + (Math.sin((ix + count) * 0.3) + 1) * 20 + + (Math.sin((iy + count) * 0.5) + 1) * 20; + + i += 3; + j++; + } + } + + particles.geometry.attributes.position.needsUpdate = true; + particles.geometry.attributes.scale.needsUpdate = true; + + renderer.render(scene, camera); + + count += 0.1; +} diff --git a/js/scenes/brain.json b/js/scenes/brain.json new file mode 100755 index 0000000..a4bb7ef --- /dev/null +++ b/js/scenes/brain.json @@ -0,0 +1,270 @@ +{ + "metadata": { + "type": "App" + }, + "project": { + "shadows": true, + "shadowType": 1, + "vr": false, + "physicallyCorrectLights": false, + "toneMapping": 0, + "toneMappingExposure": 1 + }, + "camera": { + "metadata": { + "version": 4.5, + "type": "Object", + "generator": "Object3D.toJSON" + }, + "object": { + "uuid": "FED25612-4225-45C8-9093-8832A60F5529", + "type": "PerspectiveCamera", + "name": "Camera", + "layers": 1, + "matrix": [0.8313246592191422,0,0.5557871093990729,0,0.2126527870420388,0.9239076499965233,-0.31807773647515003,0,-0.5134959621432582,0.3826155436961516,0.7680672122833183,0,-0.2053983848573032,0.15304621747846062,0.3072268849133272,1], + "fov": 50, + "zoom": 1, + "near": 0.01, + "far": 1000, + "focus": 10, + "aspect": 1.7900552486187846, + "filmGauge": 35, + "filmOffset": 0 + } + }, + "scene": { + "metadata": { + "version": 4.5, + "type": "Object", + "generator": "Object3D.toJSON" + }, + "geometries": [ + { + "uuid": "7546049E-507F-42AF-B321-F08BD2C2594D", + "type": "BufferGeometry", + "data": { + "attributes": { + "position": { + "itemSize": 3, + "type": "Float32Array", + "array": [-49.092987060546875,190.35629272460938,94.76378631591797,-54.76670837402344,181.23892211914062,99.88034057617188,-48.70634460449219,176.1256561279297,100.018798828125,-83.29821014404297,186.85018920898438,-27.8369140625,-91.39544677734375,174.9780731201172,-36.52412033081055,-92.17134857177734,180.40774536132812,-43.86363220214844,-51.99272155761719,80.37601470947266,93.66578674316406,-70.3362808227539,87.73233032226562,98.83892822265625,-38.624359130859375,84.1392822265625,98.44818878173828,-95.15128326416016,196.4221649169922,-28.594457626342773,-101.96318817138672,191.59307861328125,-31.0418643951416,-98.81165313720703,201.5356903076172,-23.97747039794922,43.1117057800293,192.2982177734375,66.36530303955078,33.47113800048828,209.7670440673828,61.181678771972656,37.45708465576172,205.52577209472656,72.08919525146484,10.120381355285645,84.52498626708984,62.33353042602539,22.841371536254883,73.59217834472656,71.47179412841797,19.930343627929688,80.93365478515625,49.7856330871582,72.3430404663086,67.68987274169922,-5.712092876434326,68.18559265136719,81.60102844238281,10.142348289489746,78.26338195800781,72.0723648071289,-3.9252591133117676,-8.534578323364258,195.44351196289062,-58.180538177490234,-8.935580253601074,172.34107971191406,-97.87154388427734,-7.093236923217773,173.7578887939453,-76.27704620361328,-53.76276779174805,217.04547119140625,-59.39107894897461,-45.906272888183594,218.90280151367188,-56.82638168334961,-51.43522262573242,214.01480102539062,-50.03105926513672,72.3440933227539,90.07201385498047,33.28782653808594,73.33574676513672,98.51850128173828,47.934242248535156,79.87240600585938,99.35230255126953,42.57989501953125,65.62059020996094,63.950496673583984,49.64569854736328,49.323028564453125,57.53860092163086,53.74755096435547,52.59247589111328,62.4429817199707,44.111270904541016,81.53216552734375,181.40328979492188,59.76439666748047,72.04771423339844,168.7237548828125,59.41313934326172,78.20186614990234,182.88818359375,72.12865447998047,36.7456169128418,58.3067512512207,42.84568405151367,41.06875228881836,50.63178253173828,46.09929656982422,45.33082962036133,55.39805221557617,38.68320083618164,44.60575485229492,81.68706512451172,-126.58686828613281,27.461992263793945,71.89840698242188,-119.59921264648438,37.661041259765625,77.5915756225586,-109.86477661132812,-25.77630615234375,230.2619171142578,-57.38798522949219,-22.169816970825195,230.87106323242188,-71.12178802490234,-30.97725486755371,227.35787963867188,-67.58818817138672,8.508745193481445,86.62476348876953,120.58528137207031,12.058389663696289,96.0086669921875,121.12329864501953,22.742515563964844,86.66641998291016,125.6920166015625,-11.089255332946777,105.98408508300781,-116.12649536132812,-14.078363418579102,104.3967056274414,-124.69081115722656,-11.96308708190918,97.62834930419922,-110.46517181396484,87.5092544555664,209.30038452148438,-28.090087890625,74.51846313476562,218.7817840576172,-24.9191951751709,77.34558868408203,223.2633514404297,-21.317096710205078,-71.31114196777344,103.98348236083984,108.75804138183594,-87.37580108642578,100.03963470458984,88.9174575805664,-81.21917724609375,91.4273910522461,104.974853515625,45.34686279296875,126.16846466064453,-153.93299865722656,49.40028762817383,119.73344421386719,-143.5956268310547,34.99504089355469,120.96421813964844,-158.80532836914062,-4.248672962188721,134.7217559814453,-44.75919723510742,-3.834359884262085,151.51156616210938,-61.64971923828125,-2.774167060852051,177.74510192871094,-5.873690128326416,19.611080169677734,93.35923767089844,23.23382568359375,24.326229095458984,94.64335632324219,10.31303882598877,25.341875076293945,108.47270202636719,4.229804039001465,-35.97777557373047,221.69808959960938,-76.40748596191406,-45.906272888183594,218.90280151367188,-56.82638168334961,-44.90770721435547,217.32431030273438,-66.78748321533203,68.26214599609375,64.90872192382812,89.52880859375,48.43865966796875,70.45582580566406,102.19695281982422,46.50694274902344,74.64750671386719,109.07355499267578,-24.7501277923584,119.46434783935547,58.419288635253906,-35.70328903198242,113.40584564208984,52.603816986083984,-31.776193618774414,114.06954956054688,75.32300567626953,-40.374671936035156,92.41094207763672,76.19329071044922,-45.797359466552734,86.78500366210938,44.03690719604492,-52.252098083496094,83.04953002929688,59.909034729003906,-5.731523036956787,111.24101257324219,87.1475830078125,-13.448179244995117,116.88407135009766,77.35115814208984,-22.069612503051758,110.39590454101562,96.65864562988281,-69.69815063476562,56.29743957519531,-22.703405380249023,-55.80699157714844,54.68778610229492,-20.18878173828125,-55.70761489868164,57.802085876464844,-44.74261474609375,-68.01322937011719,139.83651733398438,112.19828796386719,-80.25758361816406,132.17889404296875,102.2535400390625,-68.97571563720703,131.21405029296875,109.26696014404297,36.243404388427734,104.88661193847656,-27.374465942382812,38.48103332519531,107.96260070800781,-11.191243171691895,49.647727966308594,106.9946060180664,-9.26500415802002,28.712751388549805,89.74901580810547,-54.27206039428711,25.562623977661133,79.27933502197266,-82.47020721435547,21.849477767944336,83.62380981445312,-83.07066345214844,3.8334619998931885,142.1705780029297,74.308349609375,3.6990599632263184,130.5189666748047,78.58541870117188,0.7341769933700562,150.83592224121094,92.73401641845703,116.8615493774414,119.27728271484375,33.2077751159668,101.4483642578125,135.3737030029297,55.67897033691406,106.98851776123047,142.30963134765625,52.41130828857422,-81.53006744384766,180.80406188964844,-69.11051940917969,-85.27479553222656,180.08106994628906,-75.50704956054688,-87.34149932861328,171.62879943847656,-71.91526794433594,12.362741470336914,80.7444839477539,72.20932006835938,10.57822322845459,90.61337280273438,78.24381256103516,17.455265045166016,86.41101837158203,87.3027114868164,11.509316444396973,71.53583526611328,109.70088958740234,29.610437393188477,55.35575866699219,102.25776672363281,32.73851776123047,50.89284133911133,88.42176818847656,106.98851776123047,142.30963134765625,52.41130828857422,99.16881561279297,154.8249969482422,69.47638702392578,115.12496185302734,135.9701690673828,37.155208587646484,-33.17500686645508,79.51311492919922,115.40216827392578,-23.22878074645996,83.20154571533203,111.5489730834961,-25.29012680053711,87.33930969238281,108.69893646240234,21.305273056030273,94.73152160644531,30.289724349975586,15.888259887695312,93.89778137207031,41.546775817871094,6.026187896728516,101.0296630859375,36.90579605102539,42.271297454833984,86.2586898803711,79.41702270507812,58.03583526611328,80.41264343261719,66.63742065429688,49.396080017089844,84.59066772460938,68.87388610839844,-104.41731262207031,124.91233825683594,-53.913787841796875,-101.34258270263672,121.7231674194336,-64.09385681152344,-95.59564208984375,116.80802154541016,-64.63908386230469,3.8248419761657715,163.33042907714844,-142.4402618408203,1.7365390062332153,177.12994384765625,-117.99143981933594,3.176136016845703,183.82167053222656,-130.1174774169922,-71.16755676269531,59.89021301269531,59.19598388671875,-72.66340637207031,62.844364166259766,53.32520294189453,-52.64817428588867,58.370750427246094,45.196990966796875,-79.70711517333984,111.95376586914062,-64.49100494384766,-78.8026351928711,123.8968276977539,-52.895206451416016,-78.49004364013672,118.03913879394531,-66.55670928955078,100.84919738769531,80.25445556640625,-52.05373764038086,99.62306213378906,67.22489166259766,-49.53746032714844,94.08126068115234,71.8682861328125,-54.806819915771484,69.44327545166016,94.38056945800781,-139.2886199951172,73.55928802490234,99.89402770996094,-132.47406005859375,82.80450439453125,92.8427963256836,-118.7059097290039,10.504871368408203,73.75746154785156,46.92768478393555,-2.4789180755615234,87.8101806640625,40.76179122924805,-12.891809463500977,54.507205963134766,53.20741653442383,-12.712327003479004,93.26856994628906,-150.1220703125,-14.565303802490234,81.73928833007812,-147.6301727294922,-21.443750381469727,87.6785659790039,-153.0803680419922,56.205604553222656,156.7188262939453,97.30048370361328,48.91181182861328,164.6088104248047,91.59154510498047,50.5956916809082,175.63697814941406,97.57246398925781,92.91177368164062,78.96208953857422,51.64097213745117,93.25662231445312,77.66374969482422,43.375457763671875,95.17510223388672,81.85820007324219,47.8102912902832,-7.343401908874512,157.5681915283203,-131.6723175048828,-6.417544841766357,159.13792419433594,-140.81826782226562,-6.431610107421875,142.84622192382812,-135.57911682128906,100.09483337402344,121.03052520751953,-40.61927795410156,85.43333435058594,133.4822540283203,-22.121015548706055,81.38240814208984,146.0229949951172,-9.127620697021484,28.795528411865234,60.93423080444336,45.195674896240234,23.22113800048828,68.07029724121094,48.39665222167969,22.129884719848633,61.624210357666016,35.036678314208984,-19.227636337280273,110.73255157470703,-3.8024590015411377,-34.432193756103516,118.73892974853516,5.16243314743042,-23.239046096801758,122.5915756225586,4.082557201385498,91.07364654541016,63.091007232666016,-46.94111633300781,77.69480895996094,57.14558792114258,-46.69675064086914,90.50896453857422,58.9613151550293,-37.050296783447266,-48.24421691894531,102.32178497314453,-15.244864463806152,-51.42006301879883,94.42030334472656,-20.60515594482422,-48.815399169921875,93.05736541748047,-32.249664306640625,-79.17877197265625,120.22924041748047,-26.08198356628418,-75.49848175048828,136.1901092529297,-22.574068069458008,-70.15813446044922,147.63731384277344,-9.758296966552734,56.50421905517578,122.74421691894531,113.96036529541016,54.76325607299805,132.2182159423828,118.89144134521484,68.69844818115234,142.66146850585938,107.55491638183594,66.9940185546875,169.7738037109375,-120.98571014404297,61.8090934753418,176.63528442382812,-117.1838150024414,71.91165161132812,176.88746643066406,-109.10394287109375,78.2059097290039,105.6339340209961,-76.07899475097656,62.941070556640625,93.39813232421875,-63.475318908691406,80.93639373779297,98.20828247070312,-73.66340637207031,-5.186662197113037,125.27108764648438,-130.2986297607422,-8.353164672851562,112.15528106689453,-120.81460571289062,-11.068243980407715,104.22245788574219,-124.42762756347656,-66.71832275390625,117.35847473144531,-139.73416137695312,-55.3060417175293,113.11796569824219,-143.3770751953125,-62.848487854003906,131.1854705810547,-133.82138061523438,34.693843841552734,117.10501098632812,21.1220703125,35.39437484741211,111.70469665527344,25.387746810913086,38.335418701171875,106.6927719116211,14.941798210144043,78.87078857421875,164.7113800048828,70.33068084716797,82.59696960449219,144.638427734375,80.90538787841797,91.67236328125,151.45477294921875,80.73115539550781,-81.16231536865234,111.59626770019531,-83.59443664550781,-93.01544952392578,106.16581726074219,-85.56877899169922,-78.20589447021484,105.63392639160156,-76.07898712158203,78.60468292236328,118.8910140991211,-135.62416076660156,93.64009094238281,114.9483871459961,-112.59281921386719,84.92414855957031,109.11858367919922,-128.90164184570312,-48.65774154663086,54.359222412109375,53.91118240356445,-71.16755676269531,59.89021301269531,59.19598388671875,-52.64817428588867,58.370750427246094,45.196990966796875,101.80744171142578,156.00222778320312,70.61874389648438,99.45565795898438,149.37351989746094,75.708740234375,109.68186950683594,144.01039123535156,54.37419509887695,43.64308166503906,112.0104751586914,79.04592895507812,66.01374816894531,105.81978607177734,73.16642761230469,57.92612075805664,109.09129333496094,99.45925903320312,-93.58065795898438,117.72676849365234,-36.19158935546875,-82.79693603515625,106.33174133300781,-38.29339599609375,-78.49748992919922,128.2584228515625,-16.29302978515625,-25.401548385620117,190.36416625976562,91.75225830078125,-26.356287002563477,199.4913787841797,83.12151336669922,-15.452858924865723,184.51205444335938,91.16384887695312,-100.13851928710938,77.6834945678711,66.85282135009766,-95.35456848144531,74.54452514648438,50.27957534790039,-98.45710754394531,85.12117767333984,64.96881866455078,-87.34149932861328,171.62879943847656,-71.91526794433594,-85.87469482421875,165.32598876953125,-76.43888854980469,-104.59584045410156,162.38111877441406,-73.92015838623047,75.02999114990234,83.66657257080078,-66.21734619140625,70.47742462158203,74.95087432861328,-68.3578109741211,54.09978103637695,74.52758026123047,-56.46076202392578,-14.799407005310059,59.261695861816406,86.07795715332031,-29.776111602783203,48.92403793334961,85.69308471679688,-16.545085906982422,48.00584030151367,82.04385375976562,-59.215919494628906,109.4822769165039,-141.02847290039062,-66.71832275390625,117.35847473144531,-139.73416137695312,-75.16633605957031,108.37091064453125,-134.5304718017578,-83.5179214477539,218.43649291992188,-8.757225036621094,-103.12785339355469,197.3555145263672,-19.51575469970703,-87.84197235107422,211.42837524414062,-10.802347183227539,20.489336013793945,240.95986938476562,21.355300903320312,11.746207237243652,228.9446563720703,23.881059646606445,11.12905502319336,232.39688110351562,31.779634475708008,74.70989990234375,107.17967224121094,-58.87480926513672,77.16297912597656,114.74024200439453,-63.75830078125,71.99312591552734,105.85379028320312,-67.5538558959961,10.63745403289795,127.1783676147461,36.46415710449219,12.296462059020996,131.2544403076172,42.415199279785156,30.17095375061035,110.28463745117188,33.69906997680664,53.76276779174805,217.04547119140625,-59.39107894897461,74.12471771240234,205.03897094726562,-54.50931930541992,51.43522262573242,214.01480102539062,-50.03105926513672,64.07559967041016,60.52340316772461,87.36795806884766,42.68058776855469,60.7149543762207,85.64834594726562,47.74340057373047,57.97246551513672,75.4129409790039,8.968637466430664,123.56295776367188,3.3631489276885986,0.4704029858112335,128.4852752685547,10.926041603088379,17.014925003051758,119.28187561035156,6.70960807800293,-46.72113037109375,163.91329956054688,93.61620330810547,-40.28534698486328,182.07569885253906,84.63773345947266,-43.44252395629883,183.77923583984375,95.06226348876953,7.564336776733398,108.1739730834961,35.40652084350586,5.758423805236816,120.12359619140625,45.64155197143555,7.530823230743408,110.45130157470703,48.500431060791016,19.286001205444336,118.43214416503906,3.4898459911346436,9.625943183898926,115.2387924194336,-6.206552028656006,16.808412551879883,110.00724029541016,-1.3143349885940552,-69.7408447265625,207.9102325439453,-61.77055740356445,-63.54136276245117,205.65408325195312,-69.58465576171875,-56.789024353027344,212.4988555908203,-70.18898010253906,-16.917634963989258,52.75187683105469,57.72922134399414,-8.015938758850098,59.83930587768555,66.4094467163086,-7.891593933105469,70.77715301513672,60.293418884277344,-28.340139389038086,118.91188049316406,56.7017936706543,-12.33561897277832,129.54774475097656,59.4714469909668,-13.031061172485352,121.55895233154297,75.1764144897461,-3.834359884262085,151.51156616210938,-61.64971923828125,-3.6901888847351074,178.7558135986328,-40.8687629699707,-2.280181884765625,178.56686401367188,-23.31148338317871,52.513671875,78.39481353759766,92.07347106933594,37.48690414428711,85.65850830078125,99.56704711914062,47.4805793762207,76.54074096679688,94.11039733886719,51.75299072265625,84.14666748046875,126.97960662841797,35.46806716918945,76.2591552734375,127.6224365234375,48.45053482055664,62.458988189697266,120.63337707519531,-23.828725814819336,130.52064514160156,45.62154769897461,-28.93515968322754,118.93795013427734,41.838321685791016,-20.9766845703125,128.41920471191406,36.13793182373047,-33.22557830810547,94.3089370727539,103.82064056396484,-53.910560607910156,93.30694580078125,107.64093780517578,-37.33028793334961,90.44142150878906,105.55543518066406,-43.416221618652344,109.09600830078125,107.13135528564453,-38.5705451965332,113.17955017089844,117.83490753173828,-53.800636291503906,109.85226440429688,110.45036315917969,4.38424015045166,105.90656280517578,30.74384307861328,-2.4789180755615234,87.8101806640625,40.76179122924805,7.8759260177612305,88.92263793945312,40.914405822753906,-111.71637725830078,144.21109008789062,35.304229736328125,-116.87801361083984,129.40745544433594,25.955490112304688,-110.35587310791016,130.1158447265625,22.576723098754883,-48.55514144897461,84.09858703613281,97.66803741455078,-69.94977569580078,88.1605224609375,99.08924865722656,-69.49708557128906,75.80876159667969,83.68036651611328,-64.30609893798828,156.27194213867188,98.23413848876953,-55.219303131103516,172.53392028808594,99.43106079101562,-53.74971008300781,159.98716735839844,96.16763305664062,113.37303924560547,145.5599365234375,-64.20014190673828,112.70291900634766,159.3720245361328,-63.63182067871094,114.72957611083984,148.66302490234375,-56.23289489746094,70.92748260498047,161.4832000732422,-86.85709381103516,88.09558868408203,156.93272399902344,-82.07661437988281,75.00770568847656,158.9190216064453,-78.4339599609375,-5.85407018661499,116.31766510009766,47.69777297973633,-15.977240562438965,102.46483612060547,43.80656051635742,-10.364771842956543,119.07925415039062,46.65299606323242,120.2773666381836,107.82694244384766,31.386201858520508,120.2452163696289,91.34480285644531,-2.7491910457611084,121.07533264160156,106.53895568847656,14.58432674407959,-80.9364013671875,98.20829772949219,-73.66341400146484,-78.20589447021484,105.63392639160156,-76.07898712158203,-93.01544952392578,106.16581726074219,-85.56877899169922,-43.918663024902344,157.52850341796875,127.32317352294922,-42.30463409423828,154.29786682128906,126.18885040283203,-43.309486389160156,160.14208984375,123.92057800292969,49.11787796020508,76.63493347167969,18.15781021118164,51.683349609375,65.04466247558594,26.48334312438965,48.94224166870117,63.07290267944336,28.24125099182129,84.93074798583984,189.8872528076172,-29.757213592529297,95.15128326416016,196.4221649169922,-28.594457626342773,93.3024673461914,178.28623962402344,-38.217254638671875,-16.49269676208496,89.24104309082031,41.14670944213867,-15.977240562438965,102.46483612060547,43.80656051635742,-10.707463264465332,104.3367919921875,39.455787658691406,5.638472080230713,115.4516830444336,80.4397201538086,24.61709976196289,111.33935546875,94.79236602783203,11.185354232788086,116.82197570800781,77.8375473022461,108.4934310913086,172.34271240234375,-20.8426513671875,115.09844970703125,161.51914978027344,-22.103656768798828,111.80233001708984,181.7301025390625,-2.119976043701172,93.29003143310547,179.25772094726562,58.80222702026367,84.49883270263672,185.5007781982422,61.681461334228516,81.47518157958984,174.86041259765625,61.916683197021484,-60.1833610534668,76.2315444946289,26.254419326782227,-48.581695556640625,77.33452606201172,21.26155662536621,-45.16373062133789,88.44246673583984,20.103424072265625,13.317804336547852,199.4113006591797,-12.53518295288086,7.9546589851379395,200.11477661132812,-26.856393814086914,6.593769073486328,207.94781494140625,-21.513412475585938,-65.1102523803711,76.96593475341797,5.515864849090576,-70.17194366455078,68.3995132446289,-1.5896589756011963,-62.40571594238281,75.63826751708984,-1.1686580181121826,-54.36990737915039,99.07878112792969,20.5260066986084,-59.450645446777344,84.58744812011719,7.3612871170043945,-53.90544891357422,79.78199005126953,5.587245941162109,61.91168212890625,63.52984619140625,113.29036712646484,51.12595748901367,63.30073928833008,116.79380798339844,51.952850341796875,81.02393341064453,122.87208557128906,65.67285919189453,209.41004943847656,-69.81243133544922,58.556190490722656,213.45965576171875,-73.3664321899414,66.18094635009766,213.85690307617188,-61.282020568847656,-11.226967811584473,126.48794555664062,75.42433166503906,-12.106573104858398,133.59693908691406,62.0831413269043,-23.75372886657715,127.32310485839844,53.558372497558594,-38.217472076416016,90.2020492553711,75.14213562011719,-22.775503158569336,89.46702575683594,86.10848236083984,-42.89847946166992,84.2101821899414,75.54481506347656,118.01116180419922,135.3171844482422,39.165916442871094,105.62263488769531,132.18910217285156,55.05916976928711,119.24095153808594,119.93991088867188,35.308815002441406,25.35953712463379,43.74195098876953,58.69119644165039,16.73735237121582,52.53202438354492,58.074310302734375,17.463245391845703,45.747215270996094,65.62226867675781,38.335418701171875,106.6927719116211,14.941798210144043,35.39437484741211,111.70469665527344,25.387746810913086,41.95001220703125,100.88584899902344,18.585180282592773,48.97777557373047,141.94589233398438,-142.79800415039062,43.51415252685547,134.26495361328125,-151.27008056640625,55.022972106933594,141.01467895507812,-140.4969482421875,-78.59285736083984,192.18943786621094,-72.91307830810547,-77.34978485107422,180.26515197753906,-69.7740478515625,-64.4055404663086,190.9066162109375,-75.16997528076172,88.2329330444336,52.727115631103516,-19.043180465698242,89.66950988769531,63.60841751098633,-1.807515025138855,81.09642791748047,55.83734130859375,-11.663080215454102,-48.78321838378906,61.32277297973633,64.11538696289062,-67.79367065429688,64.36723327636719,67.3030014038086,-65.5667724609375,66.93988037109375,87.9309310913086,100.13872528076172,77.6954116821289,66.84479522705078,87.63513946533203,59.45076370239258,82.30257415771484,90.52662658691406,74.63743591308594,87.92752075195312,21.056962966918945,106.20481872558594,2.164815902709961,8.595198631286621,120.91681671142578,5.092597961425781,13.053804397583008,107.33673095703125,0.7740330100059509,99.77117919921875,209.30746459960938,7.199182033538818,108.81526184082031,196.33009338378906,3.076282024383545,102.10627746582031,202.4008026123047,1.3621829748153687,-75.63856506347656,100.26895141601562,63.96082305908203,-81.55801391601562,90.43810272216797,49.06879806518555,-63.880340576171875,94.74992370605469,44.72825241088867,7.153811931610107,51.82443618774414,24.402353286743164,1.061540961265564,37.00780487060547,44.47195816040039,-4.338204860687256,47.46104431152344,23.376447677612305,21.728103637695312,89.65727233886719,86.1996078491211,18.85919952392578,94.94670104980469,82.9189224243164,38.203399658203125,90.20736694335938,75.1596908569336,43.676177978515625,223.07913208007812,-67.91161346435547,35.42527770996094,224.50193786621094,-76.86638641357422,30.97725486755371,227.35787963867188,-67.58818817138672,11.089255332946777,105.98408508300781,-116.12649536132812,9.299848556518555,121.55220031738281,-126.25019836425781,12.122199058532715,143.54165649414062,-118.29186248779297,16.731369018554688,238.87356567382812,0.5111550092697144,12.10605239868164,236.4139862060547,-6.267766952514648,17.4547119140625,241.4006805419922,-19.5238037109375,-8.534578323364258,195.44351196289062,-58.180538177490234,-6.937503814697266,218.30923461914062,-61.52473449707031,-8.5318603515625,212.51748657226562,-70.44345092773438,68.35521697998047,75.47464752197266,83.61801147460938,52.513671875,78.39481353759766,92.07347106933594,69.40633392333984,70.3394546508789,76.163818359375,-101.1418228149414,144.1926727294922,70.02250671386719,-109.68186950683594,144.01039123535156,54.37419509887695,-105.62264251708984,132.18910217285156,55.059165954589844,26.7142391204834,82.9149169921875,102.95621490478516,18.005874633789062,84.1987533569336,104.61727142333984,25.034212112426758,86.17078399658203,98.5737075805664,-23.662700653076172,73.86019134521484,67.87467193603516,-26.91634750366211,67.6823501586914,72.44194030761719,-20.29054069519043,76.05819702148438,77.00025939941406,-28.712751388549805,89.74901580810547,-54.27206039428711,-46.663326263427734,96.22201538085938,-43.49609375,-31.296737670898438,101.08879852294922,-39.80484390258789,77.78401947021484,167.77613830566406,57.25807189941406,87.2813491821289,157.46144104003906,52.87230682373047,81.47518157958984,174.86041259765625,61.916683197021484,-94.43335723876953,115.11531829833984,84.88929748535156,-68.09024810791016,116.15860748291016,108.16419982910156,-74.34007263183594,109.89862060546875,94.8276596069336,-2.656424045562744,195.78953552246094,-85.0848388671875,-6.124818801879883,171.7482147216797,-97.21759033203125,-2.9313859939575195,190.48794555664062,-102.30718994140625,73.77117919921875,162.2563018798828,-93.28472137451172,76.74934387207031,169.67974853515625,-102.87715911865234,78.84593963623047,160.8212127685547,-78.93671417236328,110.0957260131836,109.48747253417969,66.44800567626953,108.45623779296875,124.66425323486328,58.98916244506836,105.68888854980469,124.9327392578125,66.68745422363281,35.66384506225586,89.72335815429688,36.263221740722656,35.92534255981445,92.09982299804688,43.596275329589844,46.34300231933594,86.77688598632812,46.64271926879883,-37.4401741027832,117.22447204589844,83.91143035888672,-48.30494689941406,114.41915130615234,70.36060333251953,-51.0808219909668,113.29448699951172,77.02750396728516,-55.63977813720703,74.30760192871094,46.057960510253906,-44.14545822143555,84.49673461914062,46.21912384033203,-50.618064880371094,80.52581024169922,60.1485481262207,-62.45002746582031,219.61737060546875,21.67955780029297,-60.99321365356445,217.06991577148438,10.251944541931152,-62.238094329833984,204.19309997558594,21.293533325195312,-63.080665588378906,77.44622802734375,-3.5355451107025146,-61.48222732543945,87.41096496582031,7.696813106536865,-57.455543518066406,101.15031433105469,18.13412857055664,-21.01390838623047,107.5797348022461,95.26978302001953,-35.307010650634766,105.86279296875,111.61933898925781,-42.59383773803711,107.31690979003906,91.19735717773438,-46.72113037109375,163.91329956054688,93.61620330810547,-48.70634460449219,176.1256561279297,100.018798828125,-50.83714294433594,158.1869354248047,97.52296447753906,-88.76258850097656,108.31749725341797,-87.48284912109375,-90.07025146484375,103.73075866699219,-87.2774658203125,-97.26398468017578,107.26725769042969,-91.2532730102539,43.845977783203125,54.13680648803711,113.53515625,35.50730514526367,51.37777328491211,107.37960815429688,52.959041595458984,44.02701950073242,100.40692138671875,72.66344451904297,62.844364166259766,53.325233459472656,82.98446655273438,66.50895690917969,57.23339080810547,89.54286193847656,69.35806274414062,69.13494873046875,62.08646774291992,94.87550354003906,-145.25624084472656,60.01958084106445,110.84180450439453,-144.70028686523438,69.44327545166016,94.38056945800781,-139.2886199951172,38.994834899902344,236.74256896972656,-27.943862915039062,61.95008087158203,218.2574462890625,-17.678518295288086,61.18367004394531,226.43173217773438,-26.973388671875,-23.22878074645996,83.20154571533203,111.5489730834961,-22.873960494995117,76.66657257080078,101.63124084472656,-19.365901947021484,84.82386779785156,103.0613021850586,22.754047393798828,137.77630615234375,56.310203552246094,12.578383445739746,133.07933044433594,61.676456451416016,23.604881286621094,127.46630859375,53.701194763183594,53.938358306884766,116.47701263427734,13.440556526184082,42.55926513671875,123.974609375,21.830991744995117,31.941146850585938,126.05879974365234,19.959396362304688,63.285926818847656,46.52560806274414,51.70355224609375,51.37381362915039,50.85619354248047,41.41246795654297,31.3713436126709,40.2414436340332,61.744163513183594,-24.76397705078125,81.89755249023438,28.87290382385254,-30.2335205078125,77.11986541748047,12.973326683044434,-25.554874420166016,67.21139526367188,26.224674224853516,7.343401908874512,157.5681915283203,-131.6723175048828,12.122199058532715,143.54165649414062,-118.29186248779297,7.858252048492432,140.1055145263672,-123.97098541259766,-7.3188629150390625,134.6557159423828,-40.30146789550781,-11.315666198730469,109.62919616699219,-48.623470306396484,-10.952516555786133,113.62967681884766,-17.69682502746582,30.340505599975586,171.5554962158203,-139.90342712402344,36.79853439331055,172.65045166015625,-132.3417510986328,36.6645393371582,160.57879638671875,-138.74549865722656,-51.34214782714844,230.08792114257812,5.217507839202881,-44.078433990478516,234.61636352539062,-0.04991300031542778,-33.438377380371094,239.7252960205078,19.880840301513672,-14.877601623535156,170.96070861816406,-142.53443908691406,-10.43869686126709,163.00779724121094,-145.62387084960938,-6.624797821044922,181.0091094970703,-133.30250549316406,-52.49592971801758,63.69453048706055,30.80255126953125,-51.683349609375,65.04466247558594,26.483341217041016,-48.94224548339844,63.07290267944336,28.24125099182129,34.58444595336914,76.90509796142578,114.19615936279297,51.522335052490234,69.54789733886719,107.59893035888672,48.974361419677734,76.95391082763672,109.11919403076172,102.78595733642578,75.85037994384766,66.82579803466797,99.18043518066406,88.09659576416016,77.5316390991211,92.3133316040039,73.46051788330078,90.430419921875,32.98933410644531,129.7145233154297,125.56788635253906,37.694271087646484,139.31483459472656,124.274169921875,53.6204719543457,139.53079223632812,118.47044372558594,-99.37947082519531,90.173095703125,32.66017150878906,-106.53524017333984,96.54864501953125,38.61777877807617,-106.8354263305664,98.29324340820312,54.271270751953125,100.3628921508789,151.11257934570312,-92.06150817871094,101.86337280273438,143.8265380859375,-84.40084075927734,100.19509887695312,138.42828369140625,-85.22396087646484,-24.76250648498535,55.4223747253418,84.83969116210938,-24.347837448120117,60.36962890625,78.13209533691406,-29.189666748046875,59.25133514404297,81.93435668945312,4.180922031402588,184.42800903320312,69.71516418457031,3.318110942840576,167.21153259277344,51.21458053588867,6.119647979736328,156.2487030029297,55.554805755615234,-106.33209228515625,122.04643249511719,59.0467414855957,-103.1539535522461,131.3450164794922,68.1179428100586,-100.56019592285156,120.90740966796875,67.03038787841797,-62.16828918457031,226.6083526611328,-19.911191940307617,-59.57780075073242,235.29110717773438,-12.631131172180176,-37.409053802490234,241.8205108642578,-11.944354057312012,-91.708251953125,158.64859008789062,-81.43315124511719,-78.84593963623047,160.8212127685547,-78.93671417236328,-76.0500717163086,163.45172119140625,-83.90935516357422,-8.448023796081543,84.32987213134766,65.07670593261719,-6.586881160736084,70.04849243164062,69.8642578125,-7.941336154937744,87.9136734008789,68.76171112060547,-92.84001159667969,208.30117797851562,26.55217742919922,-104.38175964355469,187.4554901123047,32.499412536621094,-94.49409484863281,208.6692657470703,14.816750526428223,81.09642791748047,55.83734130859375,-11.663080215454102,77.5103530883789,73.86772155761719,3.4344561100006104,70.17194366455078,68.3995132446289,-1.5896589756011963,-79.83560943603516,204.6714324951172,-42.766448974609375,-86.56358337402344,201.71031188964844,-47.12345886230469,-61.46615982055664,205.58949279785156,-46.694793701171875,-9.296187400817871,88.53075408935547,64.9381332397461,-11.23935317993164,81.31414794921875,70.08915710449219,-10.771574974060059,90.52538299560547,78.25813293457031,104.05567932128906,89.19538879394531,-42.481666564941406,110.37092590332031,99.59405517578125,-47.048484802246094,108.68608856201172,112.49951934814453,-23.527854919433594,57.780723571777344,114.40699005126953,11.118634223937988,61.08427429199219,93.86770629882812,-15.399415969848633,59.86665344238281,110.26728057861328,2.7341949939727783,67.9560546875,75.18342590332031,-1.0580309629440308,61.48222732543945,87.41096496582031,7.696813106536865,57.03870391845703,92.94366455078125,21.511554718017578,24.422304153442383,91.19088745117188,49.559532165527344,19.451019287109375,95.36874389648438,48.210899353027344,23.163663864135742,92.2207260131836,45.05448532104492,-29.548250198364258,89.25272369384766,36.914127349853516,-17.259675979614258,93.8796157836914,43.83869171142578,-18.081268310546875,107.24755096435547,46.965919494628906,85.62020111083984,74.9522476196289,-71.14520263671875,74.31655883789062,62.118263244628906,-66.94405364990234,67.58641815185547,67.83245849609375,-68.33747863769531,-7.857174873352051,87.48287200927734,63.50743865966797,-12.838787078857422,83.43402099609375,59.14543151855469,-17.2420597076416,83.1785659790039,62.502864837646484,-89.98236846923828,149.7656707763672,-1.011775016784668,-87.16961669921875,157.6736297607422,5.125223159790039,-76.40282440185547,153.59637451171875,1.4166350364685059,67.20861053466797,129.51087951660156,-77.30240631103516,59.58156967163086,136.4985809326172,-71.98543548583984,62.123008728027344,136.98104858398438,-79.55451965332031,-8.406490325927734,105.77735137939453,55.79062271118164,-8.010613441467285,119.82193756103516,50.62467956542969,-13.27345085144043,103.6039810180664,49.979713439941406,-66.44905090332031,117.41995239257812,112.98223114013672,-72.4373550415039,112.9547119140625,106.97195434570312,-53.800636291503906,109.85226440429688,110.45036315917969,-8.415135383605957,198.7078857421875,42.76704788208008,-11.559473037719727,187.11068725585938,46.73133087158203,-9.349322319030762,203.82566833496094,44.699485778808594,28.853755950927734,190.46945190429688,93.75923919677734,23.340290069580078,187.0612335205078,100.81422424316406,36.36375427246094,180.6302490234375,98.58292388916016,24.24250030517578,71.77436065673828,44.74553298950195,24.072772979736328,63.510501861572266,33.660953521728516,23.422733306884766,78.66203308105469,38.352317810058594,110.89847564697266,125.35064697265625,-21.789691925048828,112.08104705810547,114.47064208984375,-34.80180740356445,108.516357421875,130.78501892089844,-24.37543296813965,-29.41484832763672,99.88502502441406,28.36834144592285,-20.2901668548584,98.44197845458984,32.97370529174805,-19.442981719970703,106.33259582519531,32.73983383178711,-28.56409454345703,84.43484497070312,6.0953850746154785,-23.426654815673828,87.87295532226562,-2.610698938369751,-27.600313186645508,74.92890930175781,6.84824800491333,-78.85077667236328,156.90216064453125,96.14305877685547,-85.04786682128906,161.28610229492188,88.08458709716797,-81.25425720214844,143.11183166503906,101.37109375,-50.45915985107422,67.3763427734375,-57.91664505004883,-53.802330017089844,91.37918090820312,-42.90729904174805,-39.32642364501953,82.43844604492188,-35.17887496948242,83.93220520019531,174.4275665283203,-83.07418060302734,77.6876449584961,185.43411254882812,-90.01042938232422,77.01473236083984,180.37371826171875,-97.54688262939453,-61.95008087158203,218.2574462890625,-17.678518295288086,-61.18367004394531,226.43173217773438,-26.973388671875,-71.28363800048828,220.36073303222656,-33.11770248413086,-24.035783767700195,106.83674621582031,2.6903390884399414,-10.234203338623047,105.14801025390625,-2.3515119552612305,-17.59536361694336,89.11172485351562,-6.814418792724609,13.335100173950195,187.6581268310547,-131.8433074951172,8.835244178771973,194.33216857910156,-121.67914581298828,23.186931610107422,205.70693969726562,-109.77627563476562,-82.73817443847656,216.26123046875,29.513458251953125,-94.02200317382812,204.89073181152344,33.3884391784668,-83.38243865966797,209.82257080078125,34.052085876464844,-39.34177017211914,217.23280334472656,56.46320724487305,-47.571800231933594,209.59182739257812,72.65129852294922,-50.86968231201172,215.29193115234375,66.87125396728516,-47.73599624633789,57.97261047363281,75.4116439819336,-48.65774154663086,54.359222412109375,53.91118240356445,-38.118751525878906,55.61220169067383,65.97697448730469,-27.656051635742188,244.3241424560547,19.952486038208008,-37.821964263916016,240.92018127441406,17.095088958740234,-42.1666259765625,241.24656677246094,29.31167984008789,-11.112696647644043,71.1539306640625,-130.38763427734375,-22.67098617553711,67.18983459472656,-125.06367492675781,-14.053197860717773,72.88802337646484,-139.6783905029297,78.26338195800781,72.0723648071289,-3.9252591133117676,72.15370178222656,59.04294967651367,-12.190813064575195,72.3430404663086,67.68987274169922,-5.712092876434326,-34.19689178466797,44.234779357910156,83.34963989257812,-29.776111602783203,48.92403793334961,85.69308471679688,-27.832075119018555,53.078453063964844,102.49513244628906,-34.445404052734375,222.65879821777344,-55.17167282104492,-47.000423431396484,221.61279296875,-55.83653259277344,-41.39903259277344,217.56082153320312,-48.35788345336914,-91.8336181640625,74.71084594726562,42.511260986328125,-90.2760238647461,78.58771514892578,50.054141998291016,-90.09019470214844,75.4854736328125,43.927974700927734,14.978978157043457,174.88754272460938,98.36466979980469,10.630423545837402,182.40847778320312,88.46931457519531,14.40853500366211,170.84780883789062,82.43402099609375,-7.941336154937744,87.9136734008789,68.76171112060547,-8.053018569946289,92.0399398803711,75.35184478759766,-5.640225887298584,95.6691665649414,83.66797637939453,-90.5469741821289,157.79762268066406,-98.58483123779297,-77.11061096191406,154.49679565429688,-114.60848236083984,-86.90510559082031,148.6949920654297,-112.75701141357422,-48.91676330566406,89.00885772705078,104.64263916015625,-57.42994689941406,87.65198516845703,102.81327056884766,-53.28401184082031,93.99907684326172,104.78638458251953,-54.62925338745117,63.191802978515625,116.0795669555664,-39.67317581176758,78.87493896484375,125.24761962890625,-42.17282485961914,60.96692657470703,116.45045471191406,56.104942321777344,64.65966033935547,29.422527313232422,50.96875762939453,64.10126495361328,31.54924201965332,45.33082962036133,55.39805221557617,38.68320083618164,-65.56832885742188,98.4913558959961,118.02485656738281,-81.21917724609375,91.4273910522461,104.974853515625,-80.99689483642578,82.23001098632812,108.09154510498047,14.854121208190918,88.57064056396484,87.70884704589844,12.862848281860352,94.6546859741211,83.79803466796875,7.778458118438721,88.88175201416016,78.64942932128906,-38.2319221496582,73.4483642578125,-32.72105026245117,-33.19635009765625,84.26681518554688,-16.2333984375,-39.72952651977539,68.60160064697266,-25.813310623168945,-81.66991424560547,109.1778793334961,78.31428527832031,-83.43556213378906,113.18328094482422,70.08753204345703,-77.2082748413086,107.49249267578125,73.54814147949219,27.428434371948242,59.26464080810547,53.89255142211914,31.518455505371094,55.93595504760742,47.76823806762695,35.17767333984375,60.95053482055664,53.021827697753906,59.55311965942383,78.78655242919922,74.8623275756836,62.57065963745117,76.01241302490234,64.48970031738281,50.758323669433594,80.19824981689453,67.26757049560547,97.15657806396484,200.2178192138672,-4.4555230140686035,86.02816772460938,210.62371826171875,2.621309995651245,99.77117919921875,209.30746459960938,7.199182033538818,-112.81534576416016,139.95172119140625,-24.98048210144043,-98.05500030517578,135.2943115234375,-26.16860008239746,-97.91678619384766,148.21275329589844,-9.184024810791016,111.38230895996094,128.16456604003906,17.31426239013672,117.74166870117188,112.75773620605469,12.424968719482422,111.58329772949219,116.97538757324219,9.47343635559082,21.57024383544922,62.83029556274414,81.78988647460938,26.831815719604492,64.51058959960938,78.91729736328125,22.38454246520996,66.35071563720703,81.90898132324219,-4.357137203216553,115.03036499023438,16.602008819580078,-1.096397042274475,121.61421203613281,4.511115074157715,0.4947740137577057,120.63275146484375,13.211687088012695,45.483787536621094,237.21368408203125,0.6815099716186523,63.62303924560547,235.31964111328125,-4.508469104766846,44.83903884887695,240.50868225097656,-7.186519145965576,-3.748868942260742,106.34699249267578,62.633140563964844,-4.229870796203613,84.57731628417969,68.89654541015625,-7.857174873352051,87.48287200927734,63.50743865966797,23.101787567138672,61.913944244384766,82.74803924560547,26.33742904663086,62.85646438598633,77.6502914428711,17.93754768371582,65.27811431884766,80.44677734375,45.469120025634766,219.54458618164062,51.32847213745117,32.16128158569336,227.15463256835938,52.10973358154297,34.31370162963867,225.4955596923828,42.69677734375,0.4947740137577057,120.63275146484375,13.211687088012695,-2.337671995162964,111.4687728881836,26.749155044555664,-4.357137203216553,115.03036499023438,16.602008819580078,-17.359411239624023,62.34787368774414,93.57377624511719,-12.465195655822754,70.19644927978516,96.7865219116211,-15.240184783935547,67.77867126464844,110.36080932617188,-9.28127670288086,123.01805114746094,-93.0179214477539,-8.254520416259766,110.69634246826172,-73.05060577392578,-7.856947898864746,126.62007141113281,-70.18096923828125,71.16761779785156,59.890220642089844,59.19605255126953,48.657779693603516,54.359230041503906,53.910926818847656,52.64817428588867,58.370750427246094,45.196990966796875,-48.30494689941406,114.41915130615234,70.36060333251953,-37.4401741027832,117.22447204589844,83.91143035888672,-31.92339324951172,121.43547821044922,81.84915161132812,-24.035783767700195,106.83674621582031,2.6903390884399414,-18.57602882385254,115.86199951171875,3.1279220581054688,-10.234203338623047,105.14801025390625,-2.3515119552612305,-20.3106689453125,91.52986907958984,-54.98965072631836,-14.67617416381836,79.81127166748047,-78.83108520507812,-21.849477767944336,83.62380981445312,-83.07066345214844,107.2130355834961,119.37891387939453,-36.32853698730469,99.92142486572266,121.3036117553711,-35.883575439453125,98.4018325805664,104.00928497314453,-56.491294860839844,10.071678161621094,78.84691619873047,73.23180389404297,7.9782538414001465,81.78240966796875,63.83597946166992,19.530981063842773,71.93965148925781,74.20865631103516,63.54136276245117,205.65408325195312,-69.58465576171875,56.789024353027344,212.4988555908203,-70.18898010253906,58.97503662109375,204.1259765625,-79.7134017944336,42.995609283447266,108.67545318603516,29.135114669799805,41.95001220703125,100.88584899902344,18.585180282592773,35.39437484741211,111.70469665527344,25.387746810913086,19.144603729248047,105.09681701660156,-160.14720153808594,10.91313362121582,108.45372772216797,-157.2650909423828,13.849328994750977,118.48027801513672,-159.58486938476562,56.61824035644531,79.30403137207031,51.16183090209961,49.396080017089844,84.59066772460938,68.87388610839844,58.03583526611328,80.41264343261719,66.63742065429688,34.99504089355469,120.96421813964844,-158.80532836914062,49.40028762817383,119.73344421386719,-143.5956268310547,34.20354461669922,105.07881927490234,-155.86886596679688,66.71832275390625,117.35847473144531,-139.73416137695312,75.44715118408203,121.86551666259766,-133.5059051513672,62.848487854003906,131.1854705810547,-133.82138061523438,-44.46858596801758,56.69538497924805,-33.129459381103516,-55.62852096557617,51.756813049316406,-20.237760543823242,-56.29865646362305,54.65143966674805,-43.54909133911133,-44.66239547729492,121.4122314453125,62.898738861083984,-50.343997955322266,114.31599426269531,58.5848274230957,-48.30494689941406,114.41915130615234,70.36060333251953,61.09979248046875,97.22631072998047,-64.88268280029297,62.153804779052734,93.80477905273438,-67.09126281738281,59.687679290771484,87.2936782836914,-67.16983795166016,-34.740875244140625,144.14988708496094,128.395263671875,-42.30463409423828,154.29786682128906,126.18885040283203,-46.16383743286133,139.61651611328125,127.01439666748047,-91.61943817138672,196.7655487060547,-43.18775177001953,-91.81831359863281,187.50953674316406,-55.63275909423828,-88.81321716308594,196.1399688720703,-58.75895309448242,-90.94963073730469,122.15718841552734,68.12867736816406,-87.55326080322266,119.86300659179688,63.301273345947266,-99.2380142211914,126.29839324951172,69.7874755859375,-26.701284408569336,65.07483673095703,58.6917839050293,-18.541635513305664,76.12258911132812,57.777584075927734,-17.579303741455078,79.97040557861328,59.49420166015625,83.07039642333984,134.14744567871094,-15.937280654907227,73.09300231933594,145.2242431640625,-8.360901832580566,78.49748992919922,128.2584228515625,-16.29302978515625,-118.45977020263672,141.58816528320312,9.548633575439453,-113.37744140625,153.96600341796875,9.485088348388672,-115.14605712890625,152.4384307861328,15.887221336364746,-18.616188049316406,85.70333862304688,84.10757446289062,-24.617429733276367,84.99242401123047,90.17312622070312,-24.823169708251953,84.44996643066406,99.22997283935547,50.34506607055664,212.6516571044922,-45.49161911010742,41.39903259277344,217.56082153320312,-48.357879638671875,34.338958740234375,225.7465362548828,-51.44245910644531,-21.418724060058594,152.4185028076172,109.70266723632812,-25.67067527770996,149.50230407714844,116.35430908203125,-14.85889720916748,173.28466796875,107.23959350585938,-25.223594665527344,208.42959594726562,7.364171028137207,-14.055350303649902,226.46463012695312,23.380041122436523,-18.158109664916992,231.44158935546875,22.34402847290039,-32.21702194213867,85.12642669677734,-61.139408111572266,-34.96034240722656,83.38543701171875,-69.09227752685547,-51.27027130126953,84.21466064453125,-64.14999389648438,63.215911865234375,102.75748443603516,61.63273239135742,49.6798095703125,109.84117889404297,71.24353790283203,54.30827331542969,106.11568450927734,59.044410705566406,6.431610107421875,142.84622192382812,-135.57911682128906,7.343401908874512,157.5681915283203,-131.6723175048828,7.858252048492432,140.1055145263672,-123.97098541259766,7.668231964111328,162.6572723388672,-74.67456817626953,9.070321083068848,180.5233154296875,-52.731224060058594,5.595229148864746,188.90274047851562,-55.39155960083008,15.59131908416748,90.96013641357422,70.4231185913086,18.44489288330078,85.4499282836914,85.08058166503906,37.74403381347656,83.1976318359375,79.42710876464844,38.75422668457031,61.123626708984375,116.4408187866211,59.14909744262695,48.57324981689453,102.56761932373047,50.84128189086914,46.964820861816406,98.60450744628906,-67.9560546875,75.18342590332031,-1.0580309629440308,-57.09166717529297,92.88251495361328,21.503829956054688,-61.48222732543945,87.41096496582031,7.696813106536865,-78.51973724365234,114.249755859375,-39.14102554321289,-71.2825698852539,101.99942016601562,-47.74201965332031,-76.9935302734375,112.95794677734375,-52.60563278198242,-36.28998565673828,108.69315338134766,31.121240615844727,-45.49291229248047,105.55150604248047,29.58649253845215,-44.353851318359375,97.7486801147461,21.28590965270996,-106.87509155273438,194.14163208007812,3.7511041164398193,-107.95305633544922,185.7510986328125,7.93242883682251,-111.78575897216797,181.81373596191406,-2.0649778842926025,99.89080047607422,146.23464965820312,-79.08942413330078,101.86337280273438,143.8265380859375,-84.40084075927734,100.3628921508789,151.11257934570312,-92.06150817871094,89.28524780273438,156.61341857910156,-94.2222900390625,78.04851531982422,154.17742919921875,-108.60456085205078,81.8855209350586,149.8583984375,-112.22164154052734,72.4389877319336,86.43055725097656,-72.29694366455078,82.17804718017578,102.92675018310547,-79.23486328125,84.90917205810547,97.84698486328125,-82.32393646240234,20.629369735717773,135.62159729003906,25.883878707885742,11.34062671661377,146.180419921875,17.9468936920166,16.11335563659668,140.64524841308594,39.79625701904297,5.231973171234131,125.41905975341797,-64.87094116210938,3.834359884262085,151.51156616210938,-61.64971923828125,5.167065143585205,106.34547424316406,-72.5920639038086,94.08126068115234,71.8682861328125,-54.806819915771484,85.8730697631836,62.582557678222656,-53.84381866455078,103.7219467163086,85.48719024658203,-57.24451446533203,41.077335357666016,91.48597717285156,18.530757904052734,49.11787796020508,76.63493347167969,18.15781021118164,36.9759635925293,89.00190734863281,18.967824935913086,-67.9560546875,75.18342590332031,-1.0580309629440308,-68.18559265136719,81.60102844238281,10.142348289489746,-57.09166717529297,92.88251495361328,21.503829956054688,-39.40358352661133,107.50470733642578,24.830991744995117,-49.32442092895508,98.09980010986328,17.536958694458008,-45.613441467285156,109.07679748535156,29.406583786010742,-71.87995910644531,197.8328399658203,73.292236328125,-81.30089569091797,208.8670654296875,50.021507263183594,-69.2813720703125,214.02886962890625,58.598793029785156,11.605127334594727,51.04874038696289,46.1859245300293,9.753936767578125,48.022518157958984,38.36918258666992,15.678853988647461,61.14999008178711,24.105886459350586,3.9623420238494873,202.1541748046875,-27.775331497192383,4.310145854949951,208.61436462402344,-18.790958404541016,3.6774730682373047,220.5534210205078,-39.646812438964844,36.02745056152344,57.902584075927734,54.057777404785156,36.332420349121094,59.381919860839844,66.07355499267578,24.786502838134766,59.33803176879883,68.4465103149414,23.952896118164062,135.74783325195312,129.43272399902344,33.02412796020508,158.92230224609375,124.68464660644531,18.86920738220215,148.0474090576172,127.2873764038086,18.01515007019043,65.07664489746094,116.84176635742188,29.717878341674805,62.10672378540039,119.39793395996094,20.23203468322754,75.1193618774414,125.44064331054688,-32.602012634277344,90.81636047363281,44.16775131225586,-26.18044090270996,95.21694946289062,55.11602783203125,-38.217472076416016,90.2020492553711,75.14213562011719,73.17425537109375,92.37495422363281,-54.88140869140625,73.49797058105469,99.72413635253906,-47.623626708984375,81.00291442871094,110.13257598876953,-37.90343475341797,37.955535888671875,152.85279846191406,125.17990112304688,33.02412796020508,158.92230224609375,124.68464660644531,23.952896118164062,135.74783325195312,129.43272399902344,-27.80253028869629,147.8089141845703,121.76673889160156,-20.375465393066406,145.35687255859375,121.50108337402344,-20.810930252075195,152.79600524902344,115.62957000732422,16.697582244873047,96.55988311767578,65.29083251953125,9.002031326293945,106.88442993164062,61.894561767578125,22.4720516204834,95.0302505493164,64.29794311523438,-52.45628356933594,69.26580810546875,107.15347290039062,-33.17500686645508,79.51311492919922,115.40216827392578,-42.48807907104492,79.22737121582031,112.25202178955078,-53.96205139160156,206.0378875732422,-87.41028594970703,-57.44452667236328,194.0998992919922,-101.68341827392578,-59.8479118347168,200.12924194335938,-93.84819030761719,-1.096397042274475,121.61421203613281,4.511115074157715,1.3950510025024414,115.234130859375,14.549527168273926,0.4947740137577057,120.63275146484375,13.211687088012695,-109.25088500976562,135.0412139892578,-65.09716033935547,-99.18865966796875,133.97369384765625,-71.22870635986328,-97.85459899902344,128.40267944335938,-72.72510528564453,-106.2439193725586,88.58229064941406,21.16057777404785,-106.53524017333984,96.54864501953125,38.61777877807617,-99.37947082519531,90.173095703125,32.66017150878906,-89.27560424804688,116.6982421875,-83.57420349121094,-97.26398468017578,107.26725769042969,-91.2532730102539,-96.87271881103516,123.02628326416016,-83.50532531738281,5.638472080230713,115.4516830444336,80.4397201538086,11.185354232788086,116.82197570800781,77.8375473022461,5.886478900909424,130.84225463867188,54.41318893432617,-111.81576538085938,138.8389434814453,-31.647388458251953,-115.82522583007812,153.90391540527344,-24.126981735229492,-113.03018951416016,165.25616455078125,-4.365915775299072,112.40496826171875,105.14228057861328,-18.961593627929688,114.17552947998047,115.24639129638672,-12.222467422485352,110.19058227539062,111.91419982910156,-18.910438537597656,61.64518737792969,67.21873474121094,81.24100494384766,67.79369354248047,64.3672103881836,67.30415344238281,64.69459533691406,64.22799682617188,88.38091278076172,-50.45915985107422,67.3763427734375,-57.91664505004883,-52.575927734375,62.01857376098633,-60.25723648071289,-67.58641815185547,67.83245849609375,-68.33747863769531,-48.46811294555664,90.10746002197266,-23.014568328857422,-51.928836822509766,92.29512023925781,-31.7854061126709,-43.4185905456543,86.03067016601562,-32.6182746887207,50.37035369873047,122.6782455444336,-138.66818237304688,62.848487854003906,131.1854705810547,-133.82138061523438,53.26066970825195,130.64349365234375,-144.56504821777344,91.66356658935547,91.3006362915039,84.59071350097656,100.13872528076172,77.6954116821289,66.84479522705078,90.52662658691406,74.63743591308594,87.92752075195312,56.33469772338867,91.12348937988281,99.33488464355469,48.59169387817383,88.9365234375,104.59773254394531,57.77420425415039,87.43476867675781,103.04207611083984,-99.57975769042969,169.6241912841797,50.534175872802734,-102.27569580078125,164.79673767089844,41.429439544677734,-101.36367797851562,154.76651000976562,40.725563049316406,77.36447143554688,118.9446029663086,-51.81541061401367,79.17877197265625,120.22924041748047,-26.08198356628418,78.23595428466797,129.05029296875,-40.658748626708984,-6.026186943054199,101.0296630859375,36.90579605102539,-5.081424236297607,106.62616729736328,42.920047760009766,-9.310894012451172,99.37361907958984,44.66703796386719,-114.92185974121094,94.61009979248047,10.658000946044922,-114.5304183959961,106.38597869873047,36.45263671875,-104.24120330810547,90.08531951904297,8.986383438110352,100.75994110107422,174.4259490966797,-67.81111907958984,104.59584045410156,162.38111877441406,-73.92015838623047,87.34149932861328,171.62879943847656,-71.91526794433594,74.10889434814453,152.3925323486328,4.20526123046875,88.16848754882812,148.88409423828125,2.8353230953216553,96.62750244140625,161.9873504638672,11.498259544372559,85.04776000976562,161.28720092773438,88.0841064453125,79.70235443115234,173.59141540527344,85.2408447265625,74.29874420166016,173.19122314453125,94.26065826416016,17.65411949157715,229.3283233642578,42.096778869628906,11.74242115020752,229.8568572998047,39.88194274902344,12.632269859313965,218.35781860351562,45.18227767944336,31.869129180908203,84.77998352050781,36.13584518432617,25.366872787475586,90.76971435546875,49.07352066040039,23.163663864135742,92.2207260131836,45.05448532104492,-86.2398452758789,199.8702850341797,36.97687911987305,-87.40814208984375,184.0514373779297,42.01448440551758,-90.83329772949219,181.76593017578125,40.26491165161133,105.04984283447266,155.41929626464844,2.209070920944214,114.9446029663086,151.6444549560547,2.600421905517578,107.1051254272461,147.1441650390625,-8.04634952545166,-102.27569580078125,164.79673767089844,41.429439544677734,-95.58663177490234,181.2411651611328,53.6814079284668,-90.83329772949219,181.76593017578125,40.26491165161133,-58.64252471923828,73.39823913574219,61.454872131347656,-47.366249084472656,78.03522491455078,70.14368438720703,-42.397071838378906,79.96678161621094,87.95288848876953,-69.0207290649414,191.32040405273438,84.4003677368164,-80.18565368652344,182.7413330078125,75.01919555664062,-69.55326843261719,184.57078552246094,84.05858612060547,7.567805767059326,94.29673767089844,62.81277084350586,10.63564682006836,98.77631378173828,60.045047760009766,12.191704750061035,99.16783905029297,59.04829406738281,8.700702667236328,161.93362426757812,-92.44546508789062,12.389904022216797,144.65264892578125,-94.3456802368164,8.465339660644531,136.52122497558594,-109.48575592041016,7.066592216491699,103.76744079589844,99.68011474609375,2.8395700454711914,92.94204711914062,99.86402893066406,3.3700530529022217,99.47760772705078,110.41049194335938,-85.25558471679688,166.64999389648438,67.62517547607422,-94.67645263671875,163.6359405517578,60.610130310058594,-98.32756805419922,161.4064178466797,66.00089263916016,118.3827896118164,130.7242431640625,23.50640869140625,117.74166870117188,112.75773620605469,12.424968719482422,111.38230895996094,128.16456604003906,17.31426239013672,92.52735137939453,151.20745849609375,77.45458984375,80.45782470703125,144.4843292236328,77.64619445800781,77.31657409667969,159.02859497070312,70.65557098388672,-70.15813446044922,147.63731384277344,-9.758296966552734,-71.22409057617188,151.84722900390625,-12.11624526977539,-74.10889434814453,152.3925323486328,4.20526123046875,-3.6901888847351074,178.7558135986328,-40.8687629699707,-5.622716903686523,147.00363159179688,-79.75254821777344,-7.668231964111328,162.6572723388672,-74.67456817626953,-74.41032409667969,104.64945983886719,81.00611877441406,-58.832698822021484,102.20178985595703,59.08521270751953,-51.717227935791016,106.65361785888672,77.78076171875,-97.81373596191406,123.04332733154297,-80.58958435058594,-100.46011352539062,111.23771667480469,-87.74835205078125,-90.15204620361328,115.69607543945312,-80.64742279052734,105.31114959716797,151.1942596435547,-12.264540672302246,90.20494842529297,150.4419403076172,-10.577025413513184,77.72036743164062,154.14688110351562,4.261682987213135,-80.61892700195312,161.56134033203125,-75.9466781616211,-86.75800323486328,150.35455322265625,-73.56403350830078,-75.00770568847656,158.9190216064453,-78.4339599609375,37.63487243652344,194.41632080078125,-101.94630432128906,33.1617546081543,199.5635986328125,-106.57319641113281,41.19467544555664,186.77728271484375,-110.50237274169922,60.46194839477539,232.04156494140625,-11.39597225189209,42.54654312133789,238.05455017089844,-7.181264877319336,38.275123596191406,239.38136291503906,-10.175469398498535,-65.49866485595703,75.33501434326172,54.436363220214844,-60.41613006591797,79.62911224365234,66.19074249267578,-52.252098083496094,83.04953002929688,59.909034729003906,-78.64287567138672,82.37443542480469,106.14401245117188,-91.7097396850586,91.2537841796875,84.50542449951172,-81.7943344116211,91.31171417236328,98.92914581298828,79.87240600585938,99.35230255126953,42.57989501953125,82.37012481689453,98.24906158447266,34.236602783203125,80.39361572265625,88.2696304321289,18.09874725341797,20.410995483398438,82.96878051757812,111.67237854003906,46.50694274902344,74.64750671386719,109.07355499267578,28.54212188720703,77.34828186035156,108.70858001708984,26.270111083984375,77.36004638671875,-79.40946197509766,33.4542236328125,81.67947387695312,-61.203125,23.03985595703125,80.9091796875,-70.77542877197266,-49.11787796020508,76.63493347167969,18.157808303833008,-51.683349609375,65.04466247558594,26.483341217041016,-57.58679962158203,62.763004302978516,27.010202407836914,-118.80330657958984,153.8633270263672,-23.23793601989746,-117.70931243896484,156.9040069580078,-39.09508514404297,-116.89191436767578,142.0942840576172,-43.46473693847656,-74.12471771240234,205.03897094726562,-54.50931930541992,-69.7408447265625,207.9102325439453,-61.77055740356445,-53.76276779174805,217.04547119140625,-59.39107894897461,91.70826721191406,158.64859008789062,-81.43315124511719,78.84593963623047,160.8212127685547,-78.93671417236328,93.78952026367188,148.1875,-72.71971130371094,-14.151576042175293,235.86363220214844,-23.592668533325195,-13.934715270996094,211.1508331298828,-6.425910949707031,-12.10605239868164,236.4139862060547,-6.267766952514648,-61.6821174621582,77.00222778320312,23.512939453125,-49.11787796020508,76.63493347167969,18.157808303833008,-65.28032684326172,65.86991119384766,28.3308048248291,-43.650306701660156,82.70329284667969,86.61051177978516,-40.50663375854492,82.82910919189453,77.43209075927734,-50.508148193359375,80.37506866455078,66.35993957519531,-11.504301071166992,210.2930908203125,78.73275756835938,-17.318824768066406,216.6053924560547,72.6077880859375,-27.3565731048584,209.81024169921875,80.45387268066406,40.36474609375,183.65562438964844,-119.15968322753906,36.65147018432617,188.13995361328125,-119.4329605102539,30.007118225097656,171.24417114257812,-136.15478515625,-111.48310089111328,147.24960327148438,33.80244064331055,-93.6555404663086,153.99806213378906,39.94346618652344,-97.80781555175781,143.32809448242188,28.951980590820312,34.883670806884766,59.48269271850586,47.97623825073242,36.02745056152344,57.902584075927734,54.057777404785156,34.314510345458984,56.50104904174805,49.66259002685547,7.552223205566406,203.6851348876953,-90.15007019042969,6.173119068145752,197.8087615966797,-79.06887817382812,6.457760810852051,193.39358520507812,-101.35600280761719,-47.96851348876953,135.4973907470703,-152.00228881835938,-45.34686279296875,126.16846466064453,-153.93299865722656,-55.47719192504883,132.05052185058594,-146.63706970214844,-100.06722259521484,85.9239730834961,-44.80461120605469,-95.29938507080078,77.4564208984375,-52.568634033203125,-101.47461700439453,87.1323013305664,-55.3012580871582,-20.42494010925293,63.868953704833984,28.59036636352539,-26.607921600341797,61.39918518066406,24.637327194213867,-26.425539016723633,75.19278717041016,14.968587875366211,-61.18367004394531,226.43173217773438,-26.973388671875,-38.994834899902344,236.74256896972656,-27.94386100769043,-52.362342834472656,232.4446258544922,-34.81361770629883,24.344654083251953,240.68603515625,20.959243774414062,14.005090713500977,230.53964233398438,34.357120513916016,8.36050033569336,221.6431884765625,33.52688217163086,22.552228927612305,109.10484313964844,30.240036010742188,20.940711975097656,99.67132568359375,28.833635330200195,8.675992965698242,112.89789581298828,32.38496398925781,16.485694885253906,212.16343688964844,-83.48223876953125,9.943035125732422,220.65817260742188,-71.92545318603516,9.762325286865234,207.6708221435547,-79.01626586914062,-20.2901668548584,98.44197845458984,32.97370529174805,-14.95590591430664,94.83319091796875,45.18904113769531,-8.851582527160645,102.21501922607422,38.677947998046875,74.91470336914062,66.88555908203125,56.4727897644043,74.78302764892578,69.88915252685547,69.61304473876953,89.40953063964844,72.7428207397461,69.72634887695312,5.253617763519287,194.4704132080078,-0.5281829833984375,13.682415962219238,194.73324584960938,-10.761015892028809,6.036736011505127,189.7860565185547,-10.528157234191895,-60.09379196166992,39.21976852416992,73.037109375,-65.5102767944336,42.02336883544922,56.60898971557617,-45.201622009277344,38.44041442871094,62.64772033691406,-112.89691162109375,81.13578033447266,-5.511446952819824,-120.2452163696289,91.34479522705078,-2.749191999435425,-113.82252502441406,80.22128295898438,-24.328481674194336,-44.61445236206055,97.6418685913086,-36.507476806640625,-48.24421691894531,102.32178497314453,-15.244864463806152,-48.815399169921875,93.05736541748047,-32.249664306640625,-8.251144409179688,105.67386627197266,44.04989242553711,-15.977240562438965,102.46483612060547,43.80656051635742,-8.064709663391113,100.68898010253906,50.92970275878906,59.13572311401367,151.50189208984375,-130.89065551757812,64.36207580566406,140.41436767578125,-121.57257080078125,67.72858428955078,148.0572509765625,-117.89497375488281,66.34016418457031,134.24221801757812,-130.36366271972656,53.26066970825195,130.64349365234375,-144.56504821777344,62.848487854003906,131.1854705810547,-133.82138061523438,4.033278942108154,218.7055206298828,-64.11685943603516,6.48502779006958,198.41233825683594,-64.28118896484375,4.450394153594971,198.2959747314453,-50.235206604003906,74.01195526123047,63.62308883666992,77.74195861816406,69.20805358886719,69.11510467529297,78.99690246582031,68.80443572998047,67.94898986816406,91.56290435791016,85.25558471679688,166.64999389648438,67.62516784667969,74.11593627929688,169.54600524902344,63.66252517700195,78.87078857421875,164.7113800048828,70.33068084716797,-73.21858978271484,83.71980285644531,-82.86711883544922,-59.401771545410156,85.34913635253906,-96.0009765625,-58.75246810913086,80.69847869873047,-73.66190338134766,8.281905174255371,86.8260498046875,62.64599609375,9.523965835571289,75.30885314941406,54.855716705322266,4.680159091949463,75.94698333740234,60.520225524902344,98.43498992919922,121.82510375976562,85.85445404052734,78.46146392822266,124.40875244140625,106.68883514404297,97.36023712158203,113.83561706542969,85.732421875,-102.78595733642578,75.85038757324219,66.82579803466797,-93.50059509277344,57.25007247924805,63.67496109008789,-90.57829284667969,58.404441833496094,82.56949615478516,-48.24421691894531,102.32178497314453,-15.244864463806152,-44.61445236206055,97.6418685913086,-36.507476806640625,-33.508949279785156,101.49913787841797,-29.88155174255371,-11.516687393188477,211.3396453857422,6.821523189544678,-14.89108943939209,199.9775390625,-3.343487024307251,-16.658748626708984,225.0550994873047,16.650848388671875,26.71430778503418,93.4417724609375,48.80183792114258,24.422304153442383,91.19088745117188,49.559532165527344,25.366872787475586,90.76971435546875,49.07352066040039,20.332422256469727,77.50931549072266,56.05519485473633,15.888259887695312,93.89778137207031,41.546775817871094,18.06998634338379,94.88394165039062,46.35038375854492,-66.71570587158203,51.48402786254883,38.88704299926758,-87.55970764160156,59.483341217041016,43.64421844482422,-65.28032684326172,65.86991119384766,28.3308048248291,-33.50568771362305,115.63724517822266,93.99411010742188,-16.072908401489258,116.31401062011719,95.20621490478516,-37.4401741027832,117.22447204589844,83.91143035888672,-34.275840759277344,85.21524047851562,-140.1396942138672,-34.35194396972656,85.91840362548828,-145.88320922851562,-47.1782112121582,88.76634979248047,-143.76617431640625,-5.334559917449951,38.50128173828125,50.59096145629883,-12.232948303222656,38.230491638183594,43.767478942871094,-3.5693531036376953,36.298667907714844,41.79645919799805,28.710865020751953,97.09481048583984,55.1190071105957,21.2524471282959,98.77197265625,66.59370422363281,32.840087890625,95.13386535644531,71.20193481445312,-12.329465866088867,99.84430694580078,103.08733367919922,-4.387907981872559,97.43244171142578,93.60255432128906,-15.222311019897461,107.07725524902344,98.5206527709961,20.611160278320312,41.730525970458984,70.42280578613281,17.463245391845703,45.747215270996094,65.62226867675781,15.1701021194458,47.9702262878418,76.11431884765625,28.746166229248047,60.4007453918457,58.09908676147461,27.565332412719727,60.446712493896484,53.253482818603516,36.02745056152344,57.902584075927734,54.057777404785156,7.763673782348633,72.25981140136719,113.03984832763672,14.089798927307129,64.64900207519531,108.297119140625,18.01515007019043,65.07664489746094,116.84176635742188,68.85822296142578,135.59341430664062,-131.4602508544922,74.95265197753906,127.55729675292969,-134.5303192138672,69.83524322509766,120.43946075439453,-141.15760803222656,78.49748992919922,128.2584228515625,-16.29302978515625,73.09300231933594,145.2242431640625,-8.360901832580566,70.15813446044922,147.63731384277344,-9.758296966552734,-98.29731750488281,123.22601318359375,-64.20849609375,-90.97872161865234,118.26945495605469,-63.969120025634766,-91.54497528076172,135.4752197265625,-84.86978912353516,-27.832075119018555,53.078453063964844,102.49513244628906,-35.65303421020508,51.78877639770508,108.0699691772461,-47.77552032470703,44.584590911865234,99.65052795410156,46.936676025390625,77.50715637207031,2.4420289993286133,41.62613296508789,83.04419708251953,2.4794490337371826,35.14641189575195,79.40946197509766,-11.093684196472168,0.11191999912261963,131.69039916992188,124.23583984375,5.583590984344482,128.7682342529297,126.98343658447266,1.6950759887695312,145.96734619140625,121.56080627441406,-6.173119068145752,197.8087615966797,-79.06887817382812,-6.131587028503418,183.50320434570312,-105.07324981689453,-8.935580253601074,172.34107971191406,-97.87154388427734,105.74786376953125,137.4070281982422,-21.51056480407715,98.98793029785156,143.15786743164062,-15.782586097717285,107.1051254272461,147.1441650390625,-8.04634952545166,92.84259033203125,61.97585678100586,63.964500427246094,84.34209442138672,52.06264877319336,59.00785446166992,84.9645767211914,53.73323440551758,74.9489517211914,-55.875526428222656,182.01443481445312,-104.49349212646484,-45.98945617675781,171.06564331054688,-106.16043853759766,-41.00775146484375,184.12940979003906,-96.19181060791016,37.38188171386719,75.72846221923828,15.242838859558105,40.93678665161133,80.09168243408203,26.178367614746094,42.918365478515625,72.99603271484375,25.275888442993164,-54.34828567504883,106.0807876586914,59.04279327392578,-58.909610748291016,97.69790649414062,43.55082702636719,-51.48354721069336,101.33688354492188,36.07538986206055,44.46858596801758,56.69538497924805,-33.129459381103516,39.72952651977539,68.60160064697266,-25.81331443786621,43.30402755737305,59.42275619506836,-38.666683197021484,-17.65411949157715,229.3283233642578,42.096778869628906,-23.49045181274414,228.2786865234375,41.711814880371094,-12.632267951965332,218.35781860351562,45.18227767944336,-2.774167060852051,177.74510192871094,-5.873690128326416,-4.270751953125,187.26593017578125,-22.61427116394043,-6.036736011505127,189.7860565185547,-10.528157234191895,36.243404388427734,104.88661193847656,-27.374465942382812,49.647727966308594,106.9946060180664,-9.26500415802002,46.18855667114258,101.38648986816406,-33.7761344909668,68.85822296142578,135.59341430664062,-131.4602508544922,69.83524322509766,120.43946075439453,-141.15760803222656,64.10765838623047,131.36607360839844,-136.65528869628906,101.33060455322266,175.48570251464844,41.42155456542969,103.5246353149414,159.82025146484375,35.102603912353516,96.9095230102539,169.78436279296875,39.82647705078125,55.64670944213867,61.18259048461914,35.01530075073242,55.70564651489258,61.87169647216797,30.428089141845703,50.839324951171875,61.294857025146484,31.028594970703125,74.15359497070312,88.29883575439453,97.05061340332031,31.192859649658203,92.13939666748047,102.00397491455078,26.207557678222656,88.48503112792969,95.64112854003906,36.65147018432617,188.13995361328125,-119.4329605102539,25.224149703979492,195.82159423828125,-116.63540649414062,21.168411254882812,171.91326904296875,-140.70729064941406,-24.973642349243164,156.0292205810547,63.10527420043945,-26.64825439453125,149.75714111328125,53.667205810546875,-22.345510482788086,147.2762908935547,51.16581726074219,-34.2701530456543,201.61497497558594,84.68452453613281,-34.0474853515625,209.23077392578125,77.50743865966797,-39.88687515258789,197.6708221435547,79.81995391845703,12.296462059020996,131.2544403076172,42.415199279785156,3.313330888748169,132.76116943359375,44.246150970458984,9.609844207763672,133.43362426757812,50.43828582763672,82.04830169677734,63.2279052734375,-64.72024536132812,79.0025405883789,54.437137603759766,-47.19520950317383,68.65298461914062,51.49694061279297,-55.41001510620117,-33.33966064453125,199.02833557128906,82.99284362792969,-25.401548385620117,190.36416625976562,91.75225830078125,-38.18935012817383,181.59323120117188,86.72552490234375,-15.88046932220459,179.97434997558594,81.92420196533203,-21.738229751586914,192.7830047607422,76.80451202392578,-22.753896713256836,179.35545349121094,71.24156188964844,-10.94087028503418,128.61451721191406,42.45955276489258,-19.82569694519043,120.53882598876953,43.25315856933594,-26.515605926513672,109.1129150390625,35.060794830322266,-43.354305267333984,93.81331634521484,-149.75994873046875,-65.01780700683594,95.86936950683594,-139.59750366210938,-47.1782112121582,88.76634979248047,-143.76617431640625,-13.082286834716797,73.07080078125,-127.35246276855469,-17.910497665405273,75.40157318115234,-140.6155548095703,-18.575651168823242,70.21674346923828,-120.1371078491211,46.34300231933594,86.77688598632812,46.64271926879883,40.39837646484375,92.33744049072266,76.26426696777344,49.396080017089844,84.59066772460938,68.87388610839844,82.80450439453125,92.8427963256836,-118.7059097290039,73.54430389404297,86.64225769042969,-122.56654357910156,69.44327545166016,94.38056945800781,-139.2886199951172,-40.57426834106445,80.98563385009766,-134.94281005859375,-26.11227035522461,72.57099914550781,-130.11563110351562,-17.910497665405273,75.40157318115234,-140.6155548095703,-88.81321716308594,196.1399688720703,-58.75895309448242,-88.32612609863281,186.73348999023438,-69.33365631103516,-79.92131805419922,201.33241271972656,-69.38180541992188,-76.9935302734375,112.95794677734375,-52.60563278198242,-76.64363098144531,115.3938980102539,-65.33828735351562,-75.99639892578125,122.5776138305664,-52.22291564941406,-83.29821014404297,186.85018920898438,-27.8369140625,-91.61943817138672,196.7655487060547,-43.18775177001953,-86.4731674194336,194.5419158935547,-34.26809310913086,100.84919738769531,80.25445556640625,-52.05373764038086,94.08126068115234,71.8682861328125,-54.806819915771484,103.7219467163086,85.48719024658203,-57.24451446533203,111.69969940185547,138.92471313476562,-50.20170211791992,109.4815444946289,144.48744201660156,-66.00892639160156,109.86569213867188,132.1542510986328,-50.567832946777344,-65.30482482910156,71.127197265625,74.68640899658203,-69.88272094726562,67.43994903564453,61.58841323852539,-75.55928802490234,69.67630767822266,57.828643798828125,-34.432193756103516,118.73892974853516,5.16243314743042,-53.88462448120117,121.09320068359375,15.165303230285645,-34.65829086303711,128.72857666015625,20.609533309936523,32.98933410644531,129.7145233154297,125.56788635253906,23.784507751464844,143.5245819091797,125.56130981445312,37.694271087646484,139.31483459472656,124.274169921875,81.91767883300781,139.43496704101562,96.751220703125,78.18464660644531,152.22010803222656,95.59581756591797,79.94646453857422,167.7392578125,86.5374984741211,-66.69334411621094,112.77555084228516,-80.57450103759766,-76.64363098144531,115.3938980102539,-65.33828735351562,-73.62029266357422,106.35059356689453,-65.84063720703125,-11.151301383972168,72.8508071899414,56.97290802001953,-7.891593933105469,70.77715301513672,60.293418884277344,-8.448023796081543,84.32987213134766,65.07670593261719,11.930814743041992,103.37716674804688,-28.133188247680664,21.19436264038086,102.87353515625,-6.824864864349365,11.432294845581055,107.84564208984375,-10.140616416931152,107.80780792236328,177.19427490234375,-36.56926345825195,99.52590942382812,194.60939025878906,-25.01068687438965,101.58580780029297,180.65513610839844,-36.1512565612793,-2.6392879486083984,71.37892150878906,-0.7181469798088074,-15.168176651000977,67.79779815673828,6.457830905914307,-4.952640056610107,48.57288360595703,27.030153274536133,9.063323020935059,102.62428283691406,59.532039642333984,7.865509033203125,105.18441009521484,57.14999008178711,10.299503326416016,110.1437759399414,52.5775146484375,-66.70819854736328,210.04583740234375,39.5942268371582,-55.08863830566406,198.93780517578125,34.226234436035156,-52.76539611816406,210.58558654785156,48.80812072753906,-6.83486795425415,151.9127960205078,71.0810775756836,-6.094905853271484,164.78030395507812,86.39220428466797,-12.431638717651367,156.8886260986328,100.73865509033203,54.51797866821289,180.0575714111328,97.07489013671875,65.35696411132812,172.74383544921875,97.05201721191406,57.14899444580078,170.10789489746094,99.3863296508789,118.20561218261719,109.99919128417969,29.699827194213867,116.8615493774414,119.27728271484375,33.2077751159668,118.52147674560547,119.76044464111328,24.964763641357422,-117.9402847290039,162.49046325683594,-22.403247833251953,-114.74075317382812,182.42385864257812,-3.4790050983428955,-110.76353454589844,175.3493194580078,-20.637104034423828,5.512533187866211,105.1703872680664,27.77092742919922,-1.6058969497680664,111.67024993896484,23.506567001342773,-1.1929219961166382,115.1561508178711,23.76259422302246,-84.93756103515625,158.94219970703125,5.893319129943848,-107.7667236328125,163.0321807861328,0.30687400698661804,-103.79408264160156,176.14820861816406,7.275579929351807,85.04776000976562,161.28720092773438,88.0841064453125,74.29874420166016,173.19122314453125,94.26065826416016,78.23836517333984,156.15509033203125,96.98213958740234,31.192859649658203,92.13939666748047,102.00397491455078,43.182647705078125,85.44608306884766,99.59321594238281,25.034212112426758,86.17078399658203,98.5737075805664,-22.234838485717773,128.59471130371094,28.751935958862305,-30.906333923339844,118.8824462890625,20.982419967651367,-31.941146850585938,126.05879974365234,19.959396362304688,-98.81165313720703,201.5356903076172,-23.97747039794922,-107.8685531616211,185.8116912841797,-31.244657516479492,-103.12785339355469,197.3555145263672,-19.51575469970703,57.03870391845703,92.94366455078125,21.511554718017578,61.48222732543945,87.41096496582031,7.696813106536865,57.2321662902832,103.00836944580078,19.6019287109375,-78.84593963623047,160.8212127685547,-78.93671417236328,-93.78952026367188,148.1875,-72.71971130371094,-91.89852142333984,148.5301513671875,-75.27021026611328,33.35853576660156,65.29898071289062,76.69725036621094,27.9763240814209,72.88945007324219,89.34452056884766,25.046995162963867,71.06660461425781,73.22759246826172,7.675013065338135,118.93205261230469,19.0120792388916,12.497377395629883,119.44610595703125,10.355276107788086,15.373086929321289,111.95594787597656,16.054914474487305,-15.037957191467285,222.93788146972656,4.107001781463623,-25.223594665527344,208.42959594726562,7.364171028137207,-25.758146286010742,232.63441467285156,12.244012832641602,-81.21917724609375,91.4273910522461,104.974853515625,-92.91011810302734,86.55110168457031,90.1852035522461,-80.99689483642578,82.23001098632812,108.09154510498047,-31.00786781311035,85.54646301269531,11.727348327636719,-32.911293029785156,71.22614288330078,14.777702331542969,-37.38188171386719,75.72846221923828,15.242838859558105,107.6883544921875,166.2583465576172,-44.956886291503906,93.3024673461914,178.28623962402344,-38.217254638671875,101.89845275878906,182.08578491210938,-38.8692741394043,-8.70098876953125,201.56936645507812,-106.61214447021484,-3.176136016845703,183.82167053222656,-130.1174774169922,-8.835244178771973,194.33216857910156,-121.67914581298828,13.16904067993164,83.39373016357422,-6.101498126983643,5.295403003692627,76.31112670898438,-6.134016036987305,-1.235640048980713,85.52520751953125,-9.568116188049316,79.9796142578125,190.7470245361328,75.17505645751953,84.49883270263672,185.5007781982422,61.681461334228516,82.69490051269531,199.10777282714844,60.022098541259766,-45.4299430847168,166.15090942382812,-129.25103759765625,-49.61996841430664,143.5893096923828,-145.2671356201172,-55.02360916137695,167.2123565673828,-129.65101623535156,90.24577331542969,133.71788024902344,81.64483642578125,82.7684326171875,134.0019989013672,84.1038818359375,80.45782470703125,144.4843292236328,77.64619445800781,-87.6347427368164,116.0306625366211,59.61903381347656,-101.97818756103516,110.59498596191406,69.66806030273438,-100.56019592285156,120.90740966796875,67.03038787841797,-103.98566436767578,129.7623291015625,-88.2679443359375,-100.36289978027344,151.11257934570312,-92.0615005493164,-103.4900894165039,131.82223510742188,-94.60102844238281,-106.98851776123047,142.30963134765625,52.41130828857422,-115.12496185302734,135.9701690673828,37.155208587646484,-99.16881561279297,154.8249969482422,69.47638702392578,-26.622528076171875,62.78937530517578,55.66861343383789,-24.98527717590332,55.401981353759766,65.44989776611328,-33.28881072998047,58.361968994140625,51.07917404174805,17.506038665771484,65.60673522949219,93.59375,6.32501220703125,85.86161041259766,98.7171630859375,11.509316444396973,71.53583526611328,109.70088958740234,80.36408233642578,131.242919921875,-126.61663055419922,88.0224380493164,138.8070831298828,-113.6034927368164,82.33381652832031,118.97077941894531,-127.78080749511719,61.921844482421875,232.9663848876953,-5.732934951782227,60.46194839477539,232.04156494140625,-11.39597225189209,78.50639343261719,221.9943389892578,-13.581745147705078,18.25131607055664,99.05599975585938,33.97365951538086,7.564336776733398,108.1739730834961,35.40652084350586,8.851582527160645,102.21501922607422,38.677947998046875,-11.12905502319336,232.39688110351562,31.779634475708008,-5.436232089996338,222.509033203125,34.824764251708984,-7.606205940246582,219.9828338623047,21.099910736083984,45.469120025634766,219.54458618164062,51.32847213745117,41.38540267944336,218.91766357421875,38.462646484375,49.58972930908203,204.88665771484375,38.57624053955078,-8.514948844909668,65.4891128540039,46.52675247192383,0.7890059947967529,51.686805725097656,50.59031295776367,-14.064200401306152,46.74549865722656,51.51729965209961,42.68058776855469,60.7149543762207,85.64834594726562,64.07559967041016,60.52340316772461,87.36795806884766,44.82493591308594,63.2020263671875,91.08203887939453,-36.97295379638672,227.11228942871094,36.805511474609375,-26.857397079467773,226.64793395996094,39.285491943359375,-34.31370162963867,225.4955596923828,42.69677734375,32.60148239135742,90.81692504882812,44.16804504394531,44.14548110961914,84.49677276611328,46.219295501708984,38.203399658203125,90.20736694335938,75.1596908569336,-74.09313201904297,58.43781280517578,-9.221686363220215,-75.54657745361328,51.75438690185547,-17.410520553588867,-70.39940643310547,53.07794189453125,-18.89904022216797,-76.2573471069336,131.81625366210938,-81.49170684814453,-86.1220932006836,119.64283752441406,-67.2330093383789,-67.70760345458984,132.05223083496094,-67.45612335205078,-33.55633544921875,110.06523895263672,77.4421615600586,-22.504179000854492,115.37049102783203,67.36034393310547,-27.497310638427734,108.72821807861328,91.23040008544922,-8.738142013549805,155.62876892089844,26.809959411621094,-9.791749954223633,154.55455017089844,38.2028694152832,-8.09328842163086,173.87265014648438,20.85844612121582,-25.123682022094727,226.10948181152344,57.43266677856445,-32.16128158569336,227.15463256835938,52.10973358154297,-26.857397079467773,226.64793395996094,39.285491943359375,40.151641845703125,62.84609603881836,35.394161224365234,43.630638122558594,68.12285614013672,28.562149047851562,48.94224166870117,63.07290267944336,28.24125099182129,-86.94928741455078,121.57752990722656,92.5204849243164,-79.61860656738281,131.25079345703125,98.7614974975586,-75.40646362304688,122.26434326171875,105.35374450683594,-6.940091133117676,215.68667602539062,-24.868745803833008,-14.151576042175293,235.86363220214844,-23.592668533325195,-8.194836616516113,224.3836669921875,-40.36345291137695,65.55751037597656,184.81492614746094,84.07891082763672,78.20186614990234,182.88818359375,72.12865447998047,70.28711700439453,177.78173828125,74.01812744140625,5.186662197113037,125.2710952758789,-130.2986297607422,5.00779914855957,140.2920379638672,-122.92457580566406,3.1007750034332275,150.23641967773438,-139.17782592773438,-80.95284271240234,88.49547576904297,-77.74462127685547,-81.1744384765625,90.15748596191406,-89.09618377685547,-73.21858978271484,83.71980285644531,-82.86711883544922,6.937503814697266,218.30923461914062,-61.52473449707031,6.940091133117676,215.68667602539062,-24.868745803833008,6.593769073486328,207.94781494140625,-21.513412475585938,-25.924325942993164,142.1223907470703,49.20372009277344,-25.03369903564453,148.85818481445312,54.78984832763672,-29.819190979003906,151.14480590820312,52.16697311401367,-48.74981689453125,156.20223999023438,121.30731964111328,-53.93647766113281,150.97784423828125,114.17401123046875,-52.91310501098633,142.4986572265625,122.30856323242188,-90.3812484741211,73.6368408203125,78.13758850097656,-69.64972686767578,68.87125396728516,77.39997100830078,-59.962806701660156,73.67547607421875,88.89838409423828,-7.521996021270752,110.44732666015625,48.40067672729492,-7.948960781097412,111.6032943725586,55.36320114135742,-7.264896869659424,116.74153137207031,49.92599868774414,50.84946823120117,174.29898071289062,-117.34196472167969,59.80616760253906,186.0519561767578,-105.82463836669922,61.8090934753418,176.63528442382812,-117.1838150024414,-121.07533264160156,106.53895568847656,14.58432674407959,-122.01402282714844,116.54417419433594,26.80463981628418,-120.62594604492188,127.3207015991211,26.760873794555664,56.9466667175293,227.00628662109375,-34.29105758666992,68.45880126953125,217.7506103515625,-30.948095321655273,58.84314727783203,223.8788604736328,-27.19465446472168,9.93769359588623,114.6390151977539,52.56321716308594,10.299503326416016,110.1437759399414,52.5775146484375,10.723834037780762,111.49386596679688,50.05675506591797,101.08208465576172,84.9366455078125,63.2920036315918,98.3653564453125,88.36812591552734,59.71508026123047,99.18043518066406,88.09659576416016,77.5316390991211,-20.438182830810547,69.75225067138672,38.747562408447266,-22.209829330444336,80.93839263916016,27.268766403198242,-15.84328842163086,84.34976196289062,38.39578628540039,29.950702667236328,214.94114685058594,-87.77141571044922,23.15848159790039,208.9600067138672,-99.94013977050781,29.851253509521484,210.0712890625,-95.84693908691406,6.382741928100586,78.18414306640625,81.77235412597656,6.32501220703125,85.86161041259766,98.7171630859375,9.324902534484863,65.62703704833984,82.05880737304688,-6.554146766662598,78.03022003173828,-7.96013879776001,5.295403003692627,76.31112670898438,-6.134016036987305,-2.699686050415039,69.52064514160156,-3.137655019760132,-14.279926300048828,191.06370544433594,-14.221776962280273,-25.887039184570312,193.46401977539062,-2.4951720237731934,-19.46955680847168,190.5125732421875,-20.60877799987793,23.952896118164062,135.74783325195312,129.43272399902344,5.583590984344482,128.7682342529297,126.98343658447266,17.862014770507812,118.41886901855469,126.89588928222656,108.81526184082031,196.33009338378906,3.076282024383545,106.30438232421875,201.32394409179688,13.999326705932617,110.96388244628906,191.23013305664062,8.828756332397461,-39.32642364501953,82.43844604492188,-35.17887496948242,-53.802330017089844,91.37918090820312,-42.90729904174805,-41.39183807373047,88.54820251464844,-32.480743408203125,-33.22557830810547,94.3089370727539,103.82064056396484,-29.51427459716797,91.32390594482422,94.6628189086914,-45.75227355957031,95.86212921142578,103.49978637695312,-5.436232089996338,222.509033203125,34.824764251708984,-6.812516212463379,206.05284118652344,44.71659469604492,-4.332347869873047,200.2541046142578,38.498233795166016,-6.036736011505127,189.7860565185547,-10.528157234191895,-10.657565116882324,189.61106872558594,-33.444679260253906,-13.682416915893555,194.73324584960938,-10.761015892028809,-21.326129913330078,94.71647644042969,30.28220558166504,-36.83123779296875,81.27261352539062,25.746187210083008,-43.949676513671875,76.86764526367188,20.47003173828125,-13.317804336547852,199.4113006591797,-12.53518295288086,-6.593769073486328,207.94781494140625,-21.513412475585938,-7.9546589851379395,200.11477661132812,-26.856393814086914,-82.37012481689453,98.24906158447266,34.236602783203125,-92.80487060546875,92.8919906616211,41.73636245727539,-97.47151184082031,105.07205963134766,65.0816421508789,-63.54136276245117,205.65408325195312,-69.58465576171875,-58.97503662109375,204.1259765625,-79.7134017944336,-56.789024353027344,212.4988555908203,-70.18898010253906,-26.40553092956543,76.62800598144531,98.82511138916016,-23.76561737060547,84.62134552001953,106.98075103759766,-19.132587432861328,82.1209945678711,85.74034881591797,-116.63235473632812,95.5278091430664,-27.008893966674805,-108.1366958618164,75.8043441772461,-42.15201187133789,-117.32127380371094,89.0341796875,-24.28244400024414,100.3628921508789,151.11257934570312,-92.06150817871094,91.70826721191406,158.64859008789062,-81.43315124511719,99.89080047607422,146.23464965820312,-79.08942413330078,-99.19862365722656,88.05891418457031,77.53034210205078,-92.91011810302734,86.55110168457031,90.1852035522461,-87.37580108642578,100.03963470458984,88.9174575805664,91.04193878173828,161.3468780517578,56.06117630004883,81.47518157958984,174.86041259765625,61.916683197021484,87.2813491821289,157.46144104003906,52.87230682373047,8.254520416259766,110.69634246826172,-73.05060577392578,7.203218936920166,99.0231704711914,-89.03534698486328,9.74941635131836,108.92279815673828,-103.4698257446289,21.297826766967773,105.89209747314453,-7.579628944396973,12.705788612365723,112.39704895019531,-7.784809112548828,19.227636337280273,110.73255157470703,-3.8024590015411377,69.20805358886719,69.11510467529297,78.99690246582031,52.638427734375,76.67214965820312,94.34276580810547,68.80443572998047,67.94898986816406,91.56290435791016,6.8125200271606445,206.0528564453125,44.71659469604492,4.854423999786377,206.6722412109375,69.75536346435547,8.612298965454102,218.7423553466797,64.13243103027344,-6.368405818939209,198.85873413085938,76.38493347167969,-11.992557525634766,177.09213256835938,74.42247772216797,-6.418006896972656,174.4665069580078,69.68590545654297,8.23706340789795,119.14165496826172,124.7851333618164,17.862014770507812,118.41886901855469,126.89588928222656,5.583590984344482,128.7682342529297,126.98343658447266,60.09379959106445,39.219764709472656,73.03703308105469,45.20149612426758,38.4404182434082,62.6475944519043,65.51032257080078,42.02339172363281,56.60894775390625,115.2548828125,136.99305725097656,-34.889610290527344,112.81534576416016,139.95172119140625,-24.980478286743164,106.05764770507812,126.24493408203125,-40.878929138183594,56.104942321777344,64.65966033935547,29.422527313232422,48.581695556640625,77.33452606201172,21.26155662536621,45.96170425415039,68.93574523925781,30.65898895263672,-9.349322319030762,203.82566833496094,44.699485778808594,-12.116440773010254,222.24501037597656,40.22433090209961,-8.415135383605957,198.7078857421875,42.76704788208008,14.526656150817871,71.22086334228516,45.51054382324219,11.605127334594727,51.04874038696289,46.1859245300293,19.314990997314453,75.03168487548828,26.88737678527832,102.23802947998047,76.23363494873047,0.8131049871444702,100.23837280273438,81.30986022949219,12.016256332397461,104.21128845214844,85.13671112060547,11.276299476623535,-8.794230461120605,143.67770385742188,-118.32052612304688,-5.00779914855957,140.2920379638672,-122.92457580566406,-3.3564820289611816,160.69662475585938,-135.62762451171875,-85.03469848632812,144.28250122070312,-112.2625961303711,-75.45002746582031,144.87599182128906,-120.26404571533203,-81.8855209350586,149.8583984375,-112.22164154052734,50.82341766357422,86.99752807617188,-145.22271728515625,42.24411392211914,78.1971206665039,-135.36492919921875,36.50033187866211,83.03340148925781,-144.6612091064453,-118.52147674560547,119.76044464111328,24.964763641357422,-114.6404037475586,111.83668518066406,12.684127807617188,-116.87801361083984,129.40745544433594,25.955490112304688,25.54395294189453,74.12358093261719,105.67863464355469,23.621912002563477,80.17321014404297,114.97660064697266,16.99776840209961,80.79126739501953,108.3308334350586,50.35540008544922,106.84066772460938,32.86186981201172,48.06169128417969,116.43990325927734,46.4706916809082,54.041770935058594,115.26126098632812,28.54780387878418,-65.8482666015625,110.02682495117188,-82.18113708496094,-69.66492462158203,115.18004608154297,-85.81050872802734,-66.69334411621094,112.77555084228516,-80.57450103759766,-59.25379180908203,57.68307113647461,-56.58699417114258,-67.39334106445312,54.45938491821289,-55.6345329284668,-55.70761489868164,57.802085876464844,-44.74261474609375,16.492694854736328,89.24105072021484,41.14670944213867,23.516725540161133,86.00487518310547,35.78761672973633,20.98330307006836,81.5977554321289,36.5035400390625,-6.957489013671875,95.12727355957031,-138.26113891601562,-12.712327003479004,93.26856994628906,-150.1220703125,-7.686205863952637,107.10791015625,-150.31600952148438,-39.517494201660156,92.76851654052734,130.02366638183594,-52.526466369628906,81.72090148925781,126.72401428222656,-38.29094696044922,76.16552734375,127.59479522705078,-4.338204860687256,47.46104431152344,23.376447677612305,-2.699686050415039,69.52064514160156,-3.137655019760132,3.8377768993377686,64.84046936035156,2.387115955352783,-70.6347885131836,219.67893981933594,54.25837326049805,-85.39473724365234,210.27734375,41.368873596191406,-84.04539489746094,210.12979125976562,51.22040939331055,-109.27803802490234,190.5305938720703,21.720413208007812,-98.43196868896484,208.46202087402344,16.233449935913086,-106.28559875488281,202.5218963623047,11.300509452819824,23.516725540161133,86.00487518310547,35.78761672973633,15.97724437713623,102.46482849121094,43.806556701660156,25.07402992248535,100.0746841430664,38.57895278930664,-99.18891906738281,143.39862060546875,-85.72953033447266,-95.00324249267578,138.0015106201172,-70.81275177001953,-94.82563781738281,130.04443359375,-73.39058685302734,-11.559473037719727,187.11068725585938,46.73133087158203,-13.204222679138184,184.73008728027344,35.96564483642578,-7.3252692222595215,183.14797973632812,58.9864616394043,-12.232948303222656,38.230491638183594,43.767478942871094,-13.154969215393066,43.64548110961914,53.88797378540039,-17.470211029052734,45.73545455932617,49.01040267944336,69.1623306274414,207.26055908203125,71.95497131347656,62.39500427246094,186.53564453125,93.53490447998047,69.02124786376953,191.32061767578125,84.39913177490234,112.03401947021484,162.61892700195312,28.666486740112305,107.65144348144531,175.19203186035156,30.937593460083008,115.14605712890625,152.4384307861328,15.887221336364746,-84.1588363647461,64.62435913085938,-52.3199348449707,-79.4499740600586,65.2092514038086,-64.36800384521484,-92.61790466308594,79.22330474853516,-67.01011657714844,69.466552734375,175.34317016601562,-107.98979949951172,66.66967010498047,183.6061248779297,-102.89964294433594,63.53077697753906,166.83163452148438,-121.49254608154297,4.3475189208984375,114.62334442138672,64.15576934814453,14.371438026428223,98.04907989501953,61.83311080932617,8.37387466430664,117.71800994873047,52.458133697509766,8.835244178771973,194.33216857910156,-121.67914581298828,7.127713203430176,182.08287048339844,-136.9558868408203,3.176136016845703,183.82167053222656,-130.1174774169922,-15.693411827087402,216.5157470703125,43.319419860839844,-26.857397079467773,226.64793395996094,39.285491943359375,-19.180694580078125,233.3582763671875,36.71666717529297,26.693655014038086,200.85325622558594,86.06501770019531,12.42751693725586,187.34619140625,93.07930755615234,23.340290069580078,187.0612335205078,100.81422424316406,-9.417425155639648,166.24264526367188,88.14146423339844,-14.85889720916748,173.28466796875,107.23959350585938,-11.621725082397461,172.5940399169922,98.671630859375,-52.396881103515625,77.06803131103516,34.97566604614258,-42.918365478515625,72.99603271484375,25.275888442993164,-56.58811950683594,68.80680084228516,39.314395904541016,-110.37092590332031,99.59405517578125,-47.048484802246094,-100.84918975830078,80.25445556640625,-52.053741455078125,-104.05567932128906,89.19538879394531,-42.481666564941406,15.14500617980957,98.49937438964844,45.417701721191406,8.851582527160645,102.21501922607422,38.677947998046875,8.60074234008789,106.15299987792969,42.50307083129883,16.63581085205078,83.06046295166016,83.55484008789062,27.9763240814209,72.88945007324219,89.34452056884766,25.13896369934082,76.71685028076172,100.76077270507812,-45.961708068847656,68.93574523925781,30.65899085998535,-56.26533889770508,66.90526580810547,43.265010833740234,-55.01533126831055,72.60963439941406,43.376949310302734,40.76543426513672,79.4122543334961,-32.23484420776367,45.50628662109375,61.2108154296875,-37.62326431274414,46.45380783081055,65.80623626708984,-45.86627197265625,-7.484233856201172,112.34815979003906,-111.083740234375,-5.167065143585205,106.34547424316406,-72.5920639038086,-4.343341827392578,97.39029693603516,-93.3926010131836,-90.07025146484375,103.73075866699219,-87.2774658203125,-88.76258850097656,108.31749725341797,-87.48284912109375,-82.17804718017578,102.92675018310547,-79.23486328125,63.1046257019043,106.01251983642578,61.37290573120117,50.10224151611328,113.57292175292969,75.15042114257812,66.25933074951172,108.64407348632812,72.84255981445312,3.313330888748169,132.76116943359375,44.246150970458984,12.296462059020996,131.2544403076172,42.415199279785156,10.63745403289795,127.1783676147461,36.46415710449219,-59.027984619140625,134.9453582763672,121.1052474975586,-68.01322937011719,139.83651733398438,112.19828796386719,-59.06867599487305,122.20639038085938,116.27717590332031,-3.3061470985412598,132.77560424804688,44.2712287902832,-12.19062614440918,131.40420532226562,42.58983612060547,-10.225196838378906,133.20028686523438,49.65095520019531,-78.85077667236328,156.90216064453125,96.14305877685547,-52.91310501098633,142.4986572265625,122.30856323242188,-65.39893341064453,153.64964294433594,104.39106750488281,59.14943313598633,62.14210510253906,48.75844192504883,74.91470336914062,66.88555908203125,56.4727897644043,52.92281723022461,67.76289367675781,40.08430480957031,54.07809066772461,107.4327392578125,116.4730224609375,53.19045639038086,109.1566162109375,106.22726440429688,25.601064682006836,108.82577514648438,111.35948181152344,115.41169738769531,102.71815490722656,35.16341781616211,120.2773666381836,107.82694244384766,31.386201858520508,115.06220245361328,107.3503189086914,53.35294723510742,4.270751953125,187.26593017578125,-22.61427116394043,6.036736011505127,189.7860565185547,-10.528157234191895,10.657565116882324,189.61106872558594,-33.444679260253906,74.30937957763672,86.07990264892578,-77.5972900390625,80.4152603149414,93.14905548095703,-89.06504821777344,65.43193817138672,90.19873809814453,-102.30757904052734,7.176292896270752,97.24952697753906,99.76619720458984,6.210841178894043,98.06431579589844,109.60249328613281,6.32501220703125,85.86161041259766,98.7171630859375,-117.74166870117188,112.75773620605469,12.424966812133789,-120.62594604492188,127.3207015991211,26.760873794555664,-118.3827896118164,130.7242431640625,23.50640869140625,-28.011817932128906,80.76681518554688,104.4115219116211,-29.622419357299805,77.37369537353516,94.91935729980469,-34.914939880371094,78.82793426513672,106.07112884521484,-10.69070053100586,234.90167236328125,-21.31524085998535,-10.771169662475586,211.57693481445312,-5.68897819519043,-4.310145854949951,208.61436462402344,-18.790958404541016,-11.430877685546875,213.05914306640625,-83.13362884521484,-9.106846809387207,222.74525451660156,-74.686767578125,-6.0063629150390625,207.79725646972656,-77.16447448730469,-88.44363403320312,87.12002563476562,28.985275268554688,-80.50438690185547,85.13101959228516,18.756698608398438,-82.16918182373047,96.11332702636719,37.8255729675293,-86.90510559082031,148.6949920654297,-112.75701141357422,-94.731201171875,145.2259521484375,-104.43634796142578,-100.36289978027344,151.11257934570312,-92.0615005493164,-30.558303833007812,86.91947937011719,92.6859130859375,-22.775503158569336,89.46702575683594,86.10848236083984,-23.53960418701172,86.74449157714844,94.01470184326172,-95.48211669921875,148.82171630859375,-80.8520278930664,-97.57308959960938,150.44284057617188,-88.99453735351562,-88.0955810546875,156.93272399902344,-82.07660675048828,83.67877197265625,68.40086364746094,65.51647186279297,62.611083984375,68.53871154785156,52.0507926940918,67.12297821044922,66.14277648925781,53.416297912597656,52.40457534790039,216.23516845703125,-48.17564392089844,67.5833740234375,207.8456573486328,-47.340049743652344,61.21902084350586,215.9253387451172,-55.04413986206055,-23.75372886657715,127.32310485839844,53.558372497558594,-23.816810607910156,138.9362030029297,54.0575065612793,-26.48509979248047,132.79833984375,45.86899948120117,18.081275939941406,107.24754333496094,46.965919494628906,8.010625839233398,119.82194519042969,50.624671936035156,13.350048065185547,103.95706176757812,49.81905746459961,12.284402847290039,121.33287048339844,79.02940368652344,34.439117431640625,115.80821990966797,61.501705169677734,23.326457977294922,119.31517028808594,76.85887908935547,72.18267822265625,157.35313415527344,-101.19480895996094,70.92748260498047,161.4832000732422,-86.85709381103516,73.24378967285156,166.6791229248047,-98.1771240234375,63.063289642333984,43.766357421875,61.29875183105469,45.50975036621094,41.95888900756836,68.35597229003906,59.55351638793945,42.20903396606445,72.74283599853516,59.65690231323242,204.15408325195312,13.724020957946777,58.71734619140625,214.0812225341797,9.563332557678223,68.31548309326172,199.1795654296875,1.9458860158920288,-96.9471435546875,87.77360534667969,-65.06846618652344,-107.15848541259766,102.04547119140625,-51.42906188964844,-101.47461700439453,87.1323013305664,-55.3012580871582,-31.665109634399414,196.66348266601562,-117.9343490600586,-24.763071060180664,174.97610473632812,-140.8605499267578,-39.37164306640625,188.5835418701172,-121.4504623413086,-18.616188049316406,85.70333862304688,84.10757446289062,-17.795238494873047,83.6577377319336,84.10771179199219,-8.354005813598633,89.99225616455078,79.54016876220703,9.779365539550781,132.2764129638672,94.20172119140625,-3.4871320724487305,132.41146850585938,111.15674591064453,9.594961166381836,118.50386810302734,95.57975006103516,-92.17134857177734,180.40774536132812,-43.86363220214844,-91.61943817138672,196.7655487060547,-43.18775177001953,-83.29821014404297,186.85018920898438,-27.8369140625,62.450721740722656,96.60831451416016,-48.42087936401367,58.72652816772461,92.54862976074219,-43.05237579345703,70.94197082519531,96.14134216308594,-45.69535827636719,93.3024673461914,178.28623962402344,-38.217254638671875,86.10774993896484,189.3199005126953,-27.62327003479004,84.93074798583984,189.8872528076172,-29.757213592529297,38.55781936645508,79.07069396972656,-84.74488830566406,26.270111083984375,77.36004638671875,-79.40946197509766,28.92439079284668,72.1761703491211,-93.7677001953125,-54.08528137207031,93.74205017089844,-23.162504196166992,-61.08427429199219,93.86770629882812,-15.399415969848633,-52.60901641845703,101.69120025634766,-16.965822219848633,68.31548309326172,199.1795654296875,1.9458860158920288,58.71734619140625,214.0812225341797,9.563332557678223,83.89588928222656,209.23291015625,-10.747550964355469,88.01533508300781,71.03919982910156,66.66117858886719,83.13431549072266,73.20781707763672,65.30293273925781,84.91988372802734,71.6683349609375,71.96623229980469,5.789793968200684,177.2923126220703,-6.844069004058838,8.230879783630371,151.00924682617188,5.030249118804932,9.046873092651367,137.6138153076172,-12.449593544006348,-98.63155364990234,137.8452911376953,-27.89718246459961,-105.31114959716797,151.1942596435547,-12.264540672302246,-90.20494842529297,150.4419403076172,-10.577025413513184,76.04574584960938,54.7361946105957,-18.219039916992188,72.15370178222656,59.04294967651367,-12.190813064575195,81.05924224853516,59.74949264526367,-11.560775756835938,42.1666259765625,241.24656677246094,29.31167984008789,50.10743713378906,238.2215118408203,22.184234619140625,37.821964263916016,240.92018127441406,17.095088958740234,19.46955680847168,190.5125732421875,-20.60877799987793,14.279926300048828,191.06370544433594,-14.221776962280273,13.505044937133789,186.78146362304688,-36.23402404785156,79.83560943603516,204.6714324951172,-42.766448974609375,86.56358337402344,201.71031188964844,-47.12345886230469,91.61943817138672,196.7655487060547,-43.18775177001953,47.000423431396484,221.61279296875,-55.83653259277344,34.445404052734375,222.65879821777344,-55.17167282104492,41.39903259277344,217.56082153320312,-48.357879638671875,-106.92056274414062,170.08587646484375,16.679203033447266,-114.9446029663086,151.6444549560547,2.600421905517578,-110.04935455322266,172.3427276611328,22.461063385009766,-33.4542236328125,81.67947387695312,-61.203125,-26.270109176635742,77.36003875732422,-79.40946960449219,-23.039852142333984,80.9091796875,-70.77544403076172,-2.4789180755615234,87.8101806640625,40.76179122924805,-6.077385902404785,112.76730346679688,28.067907333374023,-13.77932071685791,88.979736328125,40.16938781738281,20.177488327026367,99.0503158569336,46.35386276245117,8.37387466430664,117.71800994873047,52.458133697509766,18.362844467163086,99.03699493408203,56.051246643066406,102.23802947998047,76.23363494873047,0.8131049871444702,104.21128845214844,85.13671112060547,11.276299476623535,104.24120330810547,90.08531951904297,8.986383438110352,111.04113006591797,106.6667251586914,-10.64603328704834,100.22598266601562,119.19369506835938,8.87097454071045,111.78903198242188,114.82162475585938,-4.057231903076172,-11.930815696716309,103.37716674804688,-28.13318634033203,-21.19436264038086,102.87353515625,-6.824865818023682,-19.02179718017578,100.84334564208984,-27.315841674804688,-78.87078094482422,164.7113800048828,70.33068084716797,-81.94970703125,153.2283935546875,73.4410171508789,-85.61052703857422,158.8977508544922,80.35253143310547,-65.49866485595703,75.33501434326172,54.436363220214844,-57.269744873046875,76.71752166748047,44.8818359375,-65.3525390625,71.02259063720703,47.69293212890625,54.71042251586914,74.09476470947266,37.13072204589844,65.9864730834961,75.46024322509766,55.00355529785156,65.20045471191406,71.08165740966797,47.63978576660156,-23.76561737060547,84.62134552001953,106.98075103759766,-47.425636291503906,74.67633056640625,108.91557312011719,-56.013771057128906,72.4996337890625,88.43408966064453,89.83273315429688,65.53521728515625,-4.360073089599609,90.97125244140625,81.33045959472656,14.200992584228516,100.23837280273438,81.30986022949219,12.016256332397461,-112.27730560302734,96.2067642211914,-27.33443832397461,-110.19058227539062,111.91419982910156,-18.910438537597656,-112.40496826171875,105.14228057861328,-18.961593627929688,-47.65099334716797,187.86378479003906,92.98016357421875,-47.13651657104492,199.72398376464844,76.50302124023438,-43.56468963623047,189.9325408935547,86.413818359375,96.229248046875,120.50102996826172,-49.481300354003906,95.59564208984375,116.80802154541016,-64.63908386230469,104.41731262207031,124.91233825683594,-53.913787841796875,60.37102508544922,76.1468734741211,26.331127166748047,58.47066879272461,82.46803283691406,26.49248695373535,45.16373062133789,88.44246673583984,20.103424072265625,-77.82965850830078,215.25161743164062,34.71528244018555,-83.38243865966797,209.82257080078125,34.052085876464844,-85.39473724365234,210.27734375,41.368873596191406,-100.90045166015625,153.86279296875,-76.06465911865234,-99.18865966796875,133.97369384765625,-71.22870635986328,-109.48906707763672,146.12669372558594,-70.60244750976562,-14.233485221862793,237.29432678222656,5.125837802886963,-11.374101638793945,241.24124145507812,-10.319952011108398,-18.007570266723633,242.6100616455078,-3.2412590980529785,15.597996711730957,125.62800598144531,-1.3553709983825684,23.18568229675293,129.4649200439453,11.387181282043457,23.239046096801758,122.5915756225586,4.082557201385498,62.848487854003906,131.1854705810547,-133.82138061523438,75.44715118408203,121.86551666259766,-133.5059051513672,66.34016418457031,134.24221801757812,-130.36366271972656,-114.91778564453125,134.14178466796875,-12.604199409484863,-120.85287475585938,131.1990203857422,-2.8657450675964355,-115.98265075683594,127.60358428955078,-15.162666320800781,-104.4798355102539,172.92843627929688,-53.982521057128906,-103.50593566894531,164.99566650390625,-42.553279876708984,-109.10108947753906,162.6699981689453,-54.749813079833984,65.43148040771484,42.2946891784668,91.7764892578125,73.5278549194336,45.7932014465332,91.77483367919922,63.01148223876953,47.343910217285156,104.53706359863281,40.3438606262207,91.272216796875,-153.34996032714844,29.245241165161133,96.58519744873047,-157.25657653808594,46.723297119140625,100.28299713134766,-152.98574829101562,107.98411560058594,145.21925354003906,-5.156867027282715,100.26226043701172,139.35447692871094,-16.152652740478516,104.54413604736328,135.39593505859375,-19.331619262695312,-50.37035369873047,122.6782455444336,-138.66818237304688,-53.26066970825195,130.64349365234375,-144.56504821777344,-62.848487854003906,131.1854705810547,-133.82138061523438,29.644521713256836,68.73770904541016,78.37092590332031,20.410995483398438,82.96878051757812,111.67237854003906,28.54212188720703,77.34828186035156,108.70858001708984,19.063800811767578,163.93809509277344,117.74449920654297,35.40854263305664,156.90394592285156,122.21293640136719,16.56370735168457,155.36709594726562,121.0062255859375,60.03854751586914,86.4446792602539,23.968351364135742,51.483543395996094,101.33689880371094,36.075401306152344,54.08417510986328,91.8097152709961,21.812715530395508,-33.204315185546875,208.36019897460938,-100.43529510498047,-39.37164306640625,188.5835418701172,-121.4504623413086,-43.30820083618164,185.2101287841797,-119.60503387451172,37.955535888671875,152.85279846191406,125.17990112304688,23.952896118164062,135.74783325195312,129.43272399902344,42.37100601196289,142.46499633789062,125.69268798828125,-72.48099517822266,210.38795471191406,16.92439079284668,-63.52430725097656,202.68312072753906,12.752969741821289,-70.0745849609375,212.7349853515625,27.353574752807617,-100.29545593261719,135.87838745117188,-93.46903991699219,-100.94566345214844,129.6822967529297,-88.89008331298828,-98.99040985107422,122.96404266357422,-97.53905487060547,-112.70291900634766,159.3720245361328,-63.63182067871094,-113.37303924560547,145.5599365234375,-64.20014190673828,-114.72957611083984,148.66302490234375,-56.23289489746094,-39.40358352661133,107.50470733642578,24.830991744995117,-38.3422966003418,106.7839126586914,14.950128555297852,-41.10348892211914,95.61393737792969,7.563500881195068,-123.5374984741211,131.71383666992188,-1.7147949934005737,-121.13105010986328,123.7112045288086,-0.7836509943008423,-120.76424407958984,132.99452209472656,15.355175018310547,85.38481140136719,115.54777526855469,61.63138198852539,94.50240325927734,119.73835754394531,68.88925170898438,83.435546875,113.18326568603516,70.08755493164062,-118.14871978759766,133.76156616210938,13.474762916564941,-115.14605712890625,152.4384307861328,15.887221336364746,-110.3922348022461,151.6205596923828,26.4292049407959,53.19045639038086,109.1566162109375,106.22726440429688,54.07809066772461,107.4327392578125,116.4730224609375,77.1033935546875,107.2752914428711,87.07080841064453,-3.4871320724487305,132.41146850585938,111.15674591064453,9.779365539550781,132.2764129638672,94.20172119140625,1.2719379663467407,141.03855895996094,100.31414794921875,109.68186950683594,144.01039123535156,54.37419509887695,101.1418228149414,144.1926727294922,70.02250671386719,105.62263488769531,132.18910217285156,55.05916976928711,22.10372543334961,107.83216857910156,4.199191093444824,17.78093147277832,88.74520111083984,21.721662521362305,15.373086929321289,111.95594787597656,16.054914474487305,-92.4787368774414,158.56344604492188,75.52931213378906,-101.80744171142578,156.00222778320312,70.61874389648438,-99.45565795898438,149.37351989746094,75.708740234375,-53.28401184082031,93.99907684326172,104.78638458251953,-57.42994689941406,87.65198516845703,102.81327056884766,-56.5601921081543,91.0787124633789,99.49705505371094,29.644521713256836,68.73770904541016,78.37092590332031,36.64442443847656,69.38318634033203,92.39628601074219,43.53573989868164,63.636837005615234,84.6386947631836,-62.40019226074219,186.53602600097656,93.5350341796875,-79.70303344726562,173.5908966064453,85.24044799804688,-74.29985046386719,173.19137573242188,94.26039123535156,52.42438888549805,64.57728576660156,-56.59184265136719,45.50628662109375,61.2108154296875,-37.62326431274414,59.25379180908203,57.68307113647461,-56.58699417114258,18.74268341064453,83.82295227050781,80.17762756347656,21.019845962524414,82.0899887084961,87.62150573730469,22.532081604003906,82.63011932373047,93.74845123291016,98.81165313720703,201.5356903076172,-23.97747039794922,91.25017547607422,213.4538116455078,-21.236194610595703,103.12785339355469,197.3555145263672,-19.51575469970703,109.19811248779297,173.46954345703125,39.0616455078125,102.3277816772461,172.669677734375,43.85792541503906,112.41445922851562,162.01109313964844,35.785518646240234,72.66344451904297,62.844364166259766,53.325233459472656,71.70513153076172,66.8367919921875,50.20970153808594,82.98446655273438,66.50895690917969,57.23339080810547,-17.9171199798584,97.18345642089844,112.10420989990234,-16.286312103271484,80.39579010009766,115.64823150634766,-20.959596633911133,84.46271514892578,121.14619445800781,11.922891616821289,232.85122680664062,-56.31474304199219,16.487581253051758,229.20225524902344,-75.56930541992188,6.503259181976318,226.90003967285156,-64.5916748046875,70.63996124267578,53.34065628051758,99.11006164550781,69.77534484863281,69.77153778076172,111.86831665039062,80.61587524414062,65.28514099121094,97.0689926147461,30.519105911254883,39.320594787597656,68.50559997558594,35.315486907958984,46.33019256591797,81.44606018066406,38.96074295043945,43.99242401123047,77.29944610595703,118.80330657958984,153.8633270263672,-23.23793601989746,116.87327575683594,167.83998107910156,-7.2349419593811035,114.07411193847656,163.40321350097656,-1.0959479808807373,21.57024383544922,62.83029556274414,81.78988647460938,22.38454246520996,66.35071563720703,81.90898132324219,23.374845504760742,59.02835464477539,85.58653259277344,10.63564682006836,98.77631378173828,60.045047760009766,9.063323020935059,102.62428283691406,59.532039642333984,19.64590835571289,94.15974426269531,53.98710250854492,63.52430725097656,202.68312072753906,12.752969741821289,58.10296630859375,201.83758544921875,23.731767654418945,59.65690231323242,204.15408325195312,13.724020957946777,61.48222732543945,87.41096496582031,7.696813106536865,67.9560546875,75.18342590332031,-1.0580309629440308,63.080665588378906,77.44622802734375,-3.5355451107025146,-33.515708923339844,39.60160446166992,55.76771545410156,-51.41885757446289,42.656410217285156,48.91189956665039,-46.1143798828125,50.80244827270508,38.19890213012695,-3.4871320724487305,132.41146850585938,111.15674591064453,-0.9808880090713501,135.4635467529297,119.2203598022461,3.2482309341430664,128.04176330566406,113.88226318359375,-20.51275634765625,73.72063446044922,40.82139587402344,-22.129884719848633,61.624210357666016,35.036678314208984,-20.42494010925293,63.868953704833984,28.59036636352539,-79.83560943603516,204.6714324951172,-42.766448974609375,-48.34447479248047,209.19326782226562,-43.99676513671875,-64.57763671875,211.0744171142578,-42.91350555419922,-51.566429138183594,202.1487274169922,34.2294921875,-41.38540267944336,218.91766357421875,38.462646484375,-49.58972930908203,204.88665771484375,38.57624053955078,43.35377883911133,191.05752563476562,-92.72793579101562,47.15841293334961,210.43670654296875,-75.44271850585938,40.57193374633789,192.5705108642578,-91.7559585571289,77.69802856445312,172.00636291503906,78.50251770019531,77.31657409667969,159.02859497070312,70.65557098388672,82.8550796508789,162.06625366210938,81.90038299560547,-12.105243682861328,149.9731903076172,85.07733154296875,-15.814482688903809,141.27223205566406,60.81072235107422,-6.83486795425415,151.9127960205078,71.0810775756836,5.497262954711914,116.03070068359375,51.77598571777344,4.184377193450928,112.26795196533203,48.139183044433594,4.474524021148682,113.2343978881836,52.89100646972656,11.860563278198242,98.7433853149414,-5.088424205780029,-8.628856658935547,93.39696502685547,-7.5036468505859375,-10.234203338623047,105.14801025390625,-2.3515119552612305,-109.27803802490234,190.5305938720703,21.720413208007812,-106.28559875488281,202.5218963623047,11.300509452819824,-110.6343002319336,190.6835174560547,9.736037254333496,-5.731523036956787,111.24101257324219,87.1475830078125,-10.587477684020996,128.08766174316406,59.1932258605957,-13.448179244995117,116.88407135009766,77.35115814208984,60.620479583740234,89.75870513916016,23.47469139099121,54.26707458496094,105.36229705810547,42.040367126464844,62.6068000793457,99.22582244873047,43.53226089477539,98.4018325805664,104.00928497314453,-56.491294860839844,107.15848541259766,102.04547119140625,-51.42906188964844,107.2130355834961,119.37891387939453,-36.32853698730469,100.94566345214844,129.68231201171875,-88.89008331298828,97.26398468017578,107.26725769042969,-91.2532730102539,96.87529754638672,123.0238037109375,-83.50827026367188,16.32872772216797,83.3859634399414,56.246395111083984,18.541637420654297,76.1225814819336,57.77758026123047,17.599803924560547,80.02156829833984,59.52210998535156,55.673614501953125,173.78323364257812,-115.96595764160156,55.875526428222656,182.01443481445312,-104.49349212646484,45.98945617675781,171.06564331054688,-106.16043853759766,62.87939453125,77.87832641601562,83.29310607910156,70.82478332519531,88.1739501953125,94.10455322265625,85.91848754882812,77.83401489257812,75.39344787597656,7.763673782348633,72.25981140136719,113.03984832763672,7.111116886138916,79.30818176269531,120.50315856933594,3.149630069732666,82.57006072998047,112.663818359375,61.063453674316406,100.07572937011719,46.24922561645508,58.41320037841797,107.80066680908203,68.82689666748047,80.36363220214844,102.5180892944336,64.45384979248047,53.366424560546875,94.47216033935547,-38.67809295654297,46.18855667114258,101.38648986816406,-33.7761344909668,51.928836822509766,92.29512023925781,-31.7854061126709,-44.078433990478516,234.61636352539062,-0.04991300031542778,-42.54654312133789,238.05455017089844,-7.181264877319336,-33.42397689819336,243.4444580078125,-2.3765709400177,38.75422668457031,61.123626708984375,116.4408187866211,20.989696502685547,75.89488983154297,122.75788879394531,36.478904724121094,79.4520034790039,125.3266830444336,-118.71751403808594,100.27145385742188,-10.567824363708496,-114.7887954711914,106.68826293945312,-20.81834602355957,-116.63235473632812,95.5278091430664,-27.008893966674805,45.29990768432617,237.005126953125,22.922353744506836,40.43500900268555,238.08926391601562,30.276227951049805,33.438377380371094,239.7252960205078,19.880840301513672,-7.856947898864746,126.62007141113281,-70.18096923828125,-10.31476879119873,105.75862884521484,-60.37479019165039,-11.315666198730469,109.62919616699219,-48.623470306396484,11.971348762512207,177.13265991210938,74.43392181396484,15.616848945617676,204.7755584716797,81.28331756591797,6.368284225463867,198.858642578125,76.3848648071289,-35.42527770996094,224.50193786621094,-76.86638641357422,-42.53361511230469,217.21389770507812,-83.62032318115234,-43.676177978515625,223.07913208007812,-67.91161346435547,-69.83524322509766,120.439453125,-141.15760803222656,-68.85822296142578,135.59341430664062,-131.4602508544922,-64.107666015625,131.36607360839844,-136.65528869628906,-45.75227355957031,95.86212921142578,103.49978637695312,-63.51712417602539,92.31936645507812,98.30665588378906,-74.75145721435547,90.28295135498047,98.01483917236328,-44.516510009765625,203.4071502685547,77.35079193115234,-43.089908599853516,215.9183349609375,67.56007385253906,-49.79705047607422,210.25559997558594,76.35741424560547,-53.28401184082031,93.99907684326172,104.78638458251953,-56.5601921081543,91.0787124633789,99.49705505371094,-48.14213562011719,92.45867919921875,100.60893249511719,-80.45782470703125,144.4843292236328,77.64619445800781,-77.31657409667969,159.028564453125,70.65558624267578,-82.85502624511719,162.0660858154297,81.90015411376953,-22.552228927612305,109.10484313964844,30.240036010742188,-36.9759635925293,89.00190734863281,18.967824935913086,-41.07733154296875,91.48597717285156,18.530757904052734,17.861364364624023,155.88868713378906,-151.810546875,12.115625381469727,169.6858673095703,-147.11334228515625,27.00270652770996,157.41624450683594,-149.22483825683594,-48.14213562011719,92.45867919921875,100.60893249511719,-48.91676330566406,89.00885772705078,104.64263916015625,-53.28401184082031,93.99907684326172,104.78638458251953,94.62450408935547,194.55453491210938,-25.954326629638672,99.52590942382812,194.60939025878906,-25.01068687438965,89.47885131835938,210.3253173828125,-22.21787452697754,-15.852690696716309,157.23092651367188,62.43901824951172,-13.517732620239258,149.2623748779297,57.9631233215332,-26.321786880493164,151.9709014892578,51.71427917480469,59.212127685546875,222.3208770751953,22.44000816345215,52.86638641357422,232.04104614257812,21.298059463500977,55.25831985473633,226.1945343017578,7.293327808380127,4.8056511878967285,192.0841827392578,64.39810943603516,4.854423999786377,206.6722412109375,69.75536346435547,6.8125200271606445,206.0528564453125,44.71659469604492,-82.85502624511719,162.0660858154297,81.90015411376953,-82.76842498779297,134.00201416015625,84.10386657714844,-80.45782470703125,144.4843292236328,77.64619445800781,24.326229095458984,94.64335632324219,10.31303882598877,19.314990997314453,75.03168487548828,26.88737678527832,24.223533630371094,76.3546371459961,10.042698860168457,42.37100601196289,142.46499633789062,125.69268798828125,23.952896118164062,135.74783325195312,129.43272399902344,35.97691345214844,128.88113403320312,127.64546203613281,3.6138229370117188,84.81529235839844,81.02725982666016,-0.14660200476646423,102.99063110351562,84.36286163330078,2.235456943511963,94.73280334472656,78.22864532470703,42.54654312133789,238.05455017089844,-7.181264877319336,60.46194839477539,232.04156494140625,-11.39597225189209,61.921844482421875,232.9663848876953,-5.732934951782227,68.72598266601562,129.22604370117188,-58.135475158691406,73.09749603271484,131.77874755859375,-57.8639030456543,65.44947052001953,129.9379425048828,-68.06372833251953,23.399023056030273,227.89578247070312,-65.25413513183594,15.036005973815918,229.62327575683594,-62.5589485168457,18.85792350769043,227.53005981445312,-73.83395385742188,-9.625944137573242,115.2387924194336,-6.2065510749816895,-13.2094087600708,124.72451782226562,0.2499680072069168,-19.286001205444336,118.43214416503906,3.4898459911346436,-43.56468963623047,189.9325408935547,86.413818359375,-43.80461883544922,183.69447326660156,89.3897705078125,-47.65099334716797,187.86378479003906,92.98016357421875,5.135931015014648,179.36680603027344,46.89778137207031,4.8056511878967285,192.0841827392578,64.39810943603516,9.893028259277344,184.6689453125,36.458091735839844,34.25717544555664,152.047119140625,-147.86082458496094,36.6645393371582,160.57879638671875,-138.74549865722656,43.12678146362305,148.80874633789062,-139.20582580566406,-19.7176456451416,138.37998962402344,55.313255310058594,-22.345510482788086,147.2762908935547,51.16581726074219,-13.517732620239258,149.2623748779297,57.9631233215332,-75.39811706542969,150.67872619628906,1.668336033821106,-73.10165405273438,149.1748809814453,-10.57909107208252,-76.40282440185547,153.59637451171875,1.4166350364685059,-11.645391464233398,193.9734344482422,-3.274082899093628,-7.442502975463867,192.29527282714844,2.5538980960845947,-7.831222057342529,201.39376831054688,5.961692810058594,-52.42438888549805,64.57728576660156,-56.59184265136719,-59.25379180908203,57.68307113647461,-56.58699417114258,-45.50628662109375,61.2108154296875,-37.62326431274414,109.68186950683594,144.01039123535156,54.37419509887695,99.45565795898438,149.37351989746094,75.708740234375,101.1418228149414,144.1926727294922,70.02250671386719,-100.26226043701172,139.35447692871094,-16.152652740478516,-107.2130355834961,119.37891387939453,-36.32853698730469,-99.92142486572266,121.3036117553711,-35.883575439453125,13.053804397583008,107.33673095703125,0.7740330100059509,0.20291300117969513,118.36135864257812,4.723515033721924,-9.70263671875,104.10309600830078,0.4305430054664612,-9.28127670288086,123.01805114746094,-93.0179214477539,-12.389904022216797,144.65264892578125,-94.3456802368164,-9.661055564880371,123.82554626464844,-107.39595031738281,-90.94963073730469,122.15718841552734,68.12867736816406,-83.48008728027344,114.12071228027344,52.70700454711914,-87.55326080322266,119.86300659179688,63.301273345947266,55.42528533935547,214.98463439941406,30.220659255981445,45.85076904296875,218.36016845703125,32.43905258178711,48.74723815917969,233.67184448242188,28.97933006286621,77.82965850830078,215.25161743164062,34.71528244018555,70.6347885131836,219.67893981933594,54.25836944580078,85.39473724365234,210.27734375,41.36886978149414,12.438737869262695,97.9658203125,123.68509674072266,22.3148250579834,96.3585433959961,127.93966674804688,29.062711715698242,105.10961151123047,123.48017883300781,115.54367065429688,121.70584869384766,3.8991498947143555,114.17552947998047,115.24639129638672,-12.222467422485352,111.78903198242188,114.82162475585938,-4.057231903076172,-4.184370994567871,112.2679672241211,48.139183044433594,-9.98210620880127,112.8322982788086,53.02827072143555,-5.6367950439453125,115.93680572509766,51.82636260986328,-4.450394153594971,198.2959747314453,-50.23521041870117,-6.704352855682373,192.55970764160156,-41.19044494628906,-5.595229148864746,188.90274047851562,-55.39155960083008,-80.95284271240234,88.49547576904297,-77.74462127685547,-71.75895690917969,83.06251525878906,-71.948974609375,-75.1155014038086,87.8558120727539,-69.80872344970703,-48.02336502075195,60.89229965209961,74.6860580444336,-45.58633041381836,63.15382766723633,84.54058074951172,-35.46437454223633,67.92376708984375,87.78547668457031,-8.773706436157227,152.34115600585938,-149.81129455566406,-16.20471954345703,135.34857177734375,-159.65542602539062,-22.59303092956543,136.17648315429688,-161.1651611328125,49.07829666137695,190.35537719726562,94.7646255493164,61.02705383300781,201.45693969726562,81.64449310302734,49.033660888671875,203.38929748535156,80.05643463134766,56.205604553222656,156.7188262939453,97.30048370361328,48.353641510009766,155.98477172851562,96.05072021484375,46.713260650634766,157.4307861328125,92.89559173583984,-42.26371765136719,99.61237335205078,3.5172770023345947,-41.10348892211914,95.61393737792969,7.563500881195068,-38.3422966003418,106.7839126586914,14.950128555297852,78.87078857421875,164.7113800048828,70.33068084716797,91.67236328125,151.45477294921875,80.73115539550781,92.47874450683594,158.56344604492188,75.5293197631836,78.99253845214844,86.63634490966797,89.69682312011719,80.09178924560547,83.47342681884766,91.19043731689453,83.19989776611328,77.6827163696289,80.96631622314453,50.51227951049805,65.30023193359375,43.4463996887207,35.17767333984375,60.95053482055664,53.021827697753906,46.70185852050781,59.71926498413086,56.53807067871094,-43.089908599853516,215.9183349609375,67.56007385253906,-50.94274139404297,219.32489013671875,62.108673095703125,-54.88944625854492,214.66603088378906,73.04571533203125,6.210841178894043,98.06431579589844,109.60249328613281,8.508745193481445,86.62476348876953,120.58528137207031,5.696825981140137,86.73687744140625,114.012451171875,103.7219467163086,85.48719024658203,-57.24451446533203,95.1350326538086,76.91316223144531,-66.38192749023438,95.89652252197266,82.5556411743164,-70.06077575683594,-67.39334106445312,54.45938491821289,-55.6345329284668,-77.69480895996094,57.14558792114258,-46.69675064086914,-76.53624725341797,56.283653259277344,-33.18030548095703,38.439517974853516,91.87834167480469,100.13825988769531,34.36436080932617,88.5811538696289,103.18285369873047,48.59169387817383,88.9365234375,104.59773254394531,109.5147705078125,102.8717041015625,-52.77104187011719,109.38225555419922,119.67906951904297,-38.91321563720703,112.08104705810547,114.47064208984375,-34.80180740356445,50.96430969238281,81.34053039550781,-62.99815368652344,44.475318908691406,88.39031982421875,-49.99782943725586,33.4542236328125,81.67947387695312,-61.203125,-108.43169403076172,172.43199157714844,-20.877445220947266,-107.12158966064453,178.26608276367188,-27.327123641967773,-95.68810272216797,186.54379272460938,-11.073954582214355,83.67877197265625,68.40086364746094,65.51647186279297,67.12297821044922,66.14277648925781,53.416297912597656,75.55953979492188,69.67642211914062,57.828887939453125,58.90960693359375,97.69790649414062,43.55082321166992,51.483543395996094,101.33689880371094,36.075401306152344,60.03854751586914,86.4446792602539,23.968351364135742,-12.33561897277832,129.54774475097656,59.4714469909668,-8.096053123474121,134.5164794921875,63.33620071411133,-6.035808086395264,126.5177230834961,80.65705108642578,100.46011352539062,111.23771667480469,-87.74835205078125,90.15206909179688,115.69587707519531,-80.64750671386719,93.01544952392578,106.16581726074219,-85.56877899169922,-11.296021461486816,131.50460815429688,95.49324035644531,-11.035968780517578,125.26969146728516,104.84028625488281,-13.760120391845703,115.97196197509766,93.23601531982422,-43.949676513671875,76.86764526367188,20.47003173828125,-43.630638122558594,68.12285614013672,28.562156677246094,-49.11787796020508,76.63493347167969,18.157808303833008,21.65665054321289,204.42562866210938,1.709233045578003,25.887039184570312,193.46401977539062,-2.4951720237731934,13.317804336547852,199.4113006591797,-12.53518295288086,12.812439918518066,92.77530670166016,44.563907623291016,15.888259887695312,93.89778137207031,41.546775817871094,14.256820678710938,79.00827026367188,55.9404296875,38.34941482543945,223.7361602783203,-46.04253005981445,50.75712966918945,223.34519958496094,-41.678321838378906,42.58393859863281,230.37142944335938,-40.611244201660156,-46.72113037109375,163.91329956054688,93.61620330810547,-47.41505432128906,172.85153198242188,81.9580078125,-42.1493034362793,172.9280242919922,80.52047729492188,-26.308609008789062,200.6239471435547,86.19474792480469,-22.79942512512207,200.78042602539062,82.44888305664062,-27.3565731048584,209.81024169921875,80.45387268066406,10.31476879119873,105.75862884521484,-60.37479019165039,8.610063552856445,89.58917236328125,-73.47216033935547,8.254520416259766,110.69634246826172,-73.05060577392578,10.9080810546875,128.67173767089844,42.50801467895508,6.061622142791748,130.8232421875,45.39559555053711,9.209269523620605,124.2193832397461,38.348140716552734,-3.364320993423462,165.38023376464844,-125.77584838867188,-8.794230461120605,143.67770385742188,-118.32052612304688,-3.3564820289611816,160.69662475585938,-135.62762451171875,95.2078857421875,195.11390686035156,-43.27461624145508,86.10774993896484,189.3199005126953,-27.62327003479004,93.3024673461914,178.28623962402344,-38.217254638671875,49.79694747924805,210.25550842285156,76.35747528076172,61.02705383300781,201.45693969726562,81.64449310302734,54.88944625854492,214.66600036621094,73.04574584960938,8.773707389831543,152.3411407470703,-149.81129455566406,17.861364364624023,155.88868713378906,-151.810546875,22.59303092956543,136.17648315429688,-161.1651611328125,52.458221435546875,72.97215270996094,96.65841674804688,26.7142391204834,82.9149169921875,102.95621490478516,54.82264709472656,73.48824310302734,89.82054901123047,-22.552228927612305,109.10484313964844,30.240036010742188,-20.94071388244629,99.67132568359375,28.833635330200195,-36.9759635925293,89.00190734863281,18.967824935913086,10.855765342712402,124.5230712890625,-11.84855842590332,15.597996711730957,125.62800598144531,-1.3553709983825684,12.705788612365723,112.39704895019531,-7.784809112548828,-4.310145854949951,208.61436462402344,-18.790958404541016,-3.9623420238494873,202.1541748046875,-27.775333404541016,-3.6774730682373047,220.5534210205078,-39.646812438964844,13.934715270996094,211.1508331298828,-6.425910949707031,15.037957191467285,222.93788146972656,4.107001781463623,21.65665054321289,204.42562866210938,1.709233045578003,-35.7824592590332,62.96763610839844,45.245487213134766,-40.15163803100586,62.84609603881836,35.3941650390625,-44.06111526489258,67.85468292236328,33.83272933959961,-43.048561096191406,221.22296142578125,37.44578170776367,-56.11448669433594,222.8191680908203,30.908363342285156,-52.2967643737793,205.4343719482422,36.6224479675293,17.757722854614258,171.9327850341797,98.04302215576172,17.986949920654297,180.6005859375,97.57238006591797,25.269996643066406,174.04232788085938,105.69129180908203,116.87801361083984,129.40745544433594,25.955490112304688,110.35587310791016,130.1158447265625,22.576723098754883,114.6404037475586,111.83668518066406,12.684127807617188,-111.69969940185547,138.92471313476562,-50.20170211791992,-109.10108947753906,162.6699981689453,-54.749813079833984,-108.39313507080078,153.1415557861328,-47.703826904296875,26.569578170776367,118.9219741821289,53.071388244628906,36.69758987426758,112.90925598144531,53.33763885498047,22.627408981323242,121.337646484375,40.87038803100586,-94.0842514038086,66.20925903320312,52.98896408081055,-84.34210968017578,52.062660217285156,59.00788116455078,-85.71138763427734,61.185611724853516,45.437355041503906,-40.76543426513672,79.4122543334961,-32.23484420776367,-52.42438888549805,64.57728576660156,-56.59184265136719,-46.45380783081055,65.80623626708984,-45.86627197265625,108.25436401367188,165.10581970214844,4.815067768096924,105.31962585449219,175.05191040039062,9.729116439819336,81.73532104492188,152.29417419433594,5.926880836486816,85.04776000976562,161.28720092773438,88.0841064453125,85.61054229736328,158.897705078125,80.35258483886719,81.050048828125,172.7650146484375,78.0589370727539,-93.01544952392578,106.16581726074219,-85.56877899169922,-81.16231536865234,111.59626770019531,-83.59443664550781,-90.15204620361328,115.69607543945312,-80.64742279052734,-109.74421691894531,90.13224029541016,21.7950439453125,-106.8315200805664,85.65208435058594,23.245874404907227,-108.86412048339844,94.5060043334961,38.62495422363281,-13.391611099243164,120.41209411621094,8.76378059387207,-22.793228149414062,107.87078857421875,7.776294231414795,-17.200775146484375,113.70829772949219,5.430655002593994,27.956541061401367,92.03824615478516,59.511146545410156,37.74403381347656,83.1976318359375,79.42710876464844,50.758323669433594,80.19824981689453,67.26757049560547,17.599803924560547,80.02156829833984,59.52210998535156,25.046995162963867,71.06660461425781,73.22759246826172,17.58223533630371,78.1521224975586,74.11788940429688,89.99351501464844,125.89537811279297,91.57662200927734,78.46146392822266,124.40875244140625,106.68883514404297,98.43498992919922,121.82510375976562,85.85445404052734,-44.60575485229492,81.68706512451172,-126.58686828613281,-57.83942794799805,87.75377655029297,-134.21878051757812,-49.5764045715332,85.43209838867188,-119.96211242675781,-38.55781936645508,79.07069396972656,-84.74488830566406,-26.270109176635742,77.36003875732422,-79.40946960449219,-44.25223159790039,81.02592468261719,-75.68167114257812,34.204654693603516,72.9896011352539,109.9297103881836,23.621912002563477,80.17321014404297,114.97660064697266,25.54395294189453,74.12358093261719,105.67863464355469,-73.78104400634766,88.43614196777344,97.32794189453125,-53.48741912841797,82.79039001464844,86.93807220458984,-30.558303833007812,86.91947937011719,92.6859130859375,98.32756805419922,161.4064178466797,66.00089263916016,101.80744171142578,156.00222778320312,70.61874389648438,115.90451049804688,143.32968139648438,34.92689895629883,32.2493896484375,230.17945861816406,51.79884338378906,23.490453720092773,228.2786865234375,41.711814880371094,22.24294090270996,228.75674438476562,55.351314544677734,42.24411392211914,78.1971206665039,-135.36492919921875,50.82341766357422,86.99752807617188,-145.22271728515625,60.75313186645508,86.88717651367188,-137.7813262939453,-4.831471920013428,110.3282241821289,48.87486267089844,-7.447083950042725,111.33930969238281,51.27189254760742,-10.723833084106445,111.49386596679688,50.05675506591797,-92.84001159667969,208.30117797851562,26.55217742919922,-88.33428955078125,201.5363311767578,33.07693862915039,-97.90331268310547,191.14500427246094,38.1595458984375,71.22409057617188,151.84722900390625,-12.11624526977539,77.72036743164062,154.14688110351562,4.261682987213135,90.20494842529297,150.4419403076172,-10.577025413513184,110.72953796386719,99.11522674560547,31.765361785888672,109.74421691894531,90.13224029541016,21.7950439453125,107.46334075927734,89.07453918457031,11.448930740356445,3.313330888748169,132.76116943359375,44.246150970458984,4.712179183959961,105.94206237792969,34.2668342590332,2.404026985168457,125.77103424072266,54.04909896850586,-60.178409576416016,108.83827209472656,101.27677154541016,-42.28573226928711,111.99968719482422,83.1196060180664,-41.57102584838867,111.829345703125,97.43730926513672,23.829265594482422,120.4374008178711,-162.53976440429688,30.722667694091797,134.19859313964844,-160.24891662597656,34.99504089355469,120.96421813964844,-158.80532836914062,46.932613372802734,105.82184600830078,4.9007158279418945,61.08427429199219,93.86770629882812,-15.399415969848633,57.780723571777344,114.40699005126953,11.118634223937988,63.055625915527344,205.15899658203125,10.440242767333984,60.99321365356445,217.06991577148438,10.251946449279785,62.23809051513672,204.19309997558594,21.293535232543945,32.860816955566406,57.91463088989258,62.24058151245117,32.86416244506836,62.368953704833984,71.88624572753906,49.307777404785156,60.70291519165039,74.60137176513672,-8.415135383605957,198.7078857421875,42.76704788208008,-6.942568778991699,205.4804229736328,29.625503540039062,-11.555464744567871,187.8446044921875,24.421350479125977,-107.6883544921875,166.2583465576172,-44.956886291503906,-111.84574890136719,163.88568115234375,-54.6546516418457,-114.67131805419922,137.6589813232422,-51.00498580932617,12.972539901733398,97.13577270507812,31.486967086791992,14.526656150817871,71.22086334228516,45.51054382324219,19.611080169677734,93.35923767089844,23.23382568359375,-26.518308639526367,97.93760681152344,17.277626037597656,-30.2335205078125,77.11986541748047,12.973326683044434,-24.76397705078125,81.89755249023438,28.87290382385254,-76.40599822998047,207.06459045410156,63.76720428466797,-82.69489288330078,199.10777282714844,60.02210235595703,-79.97964477539062,190.74716186523438,75.17495727539062,81.71275329589844,90.5634994506836,-106.46195983886719,65.43193817138672,90.19873809814453,-102.30757904052734,80.4152603149414,93.14905548095703,-89.06504821777344,-45.201622009277344,38.44041442871094,62.64772033691406,-65.5102767944336,42.02336883544922,56.60898971557617,-51.41885757446289,42.656410217285156,48.91189956665039,20.177488327026367,99.0503158569336,46.35386276245117,26.71430778503418,93.4417724609375,48.80183792114258,32.84843826293945,88.32952880859375,38.81417465209961,59.95848083496094,213.79086303710938,29.182947158813477,62.45002746582031,219.61737060546875,21.67955780029297,59.91688919067383,228.27870178222656,23.10633087158203,51.566429138183594,202.1487274169922,34.2294921875,49.58972930908203,204.88665771484375,38.57624053955078,41.38540267944336,218.91766357421875,38.462646484375,82.16918182373047,96.11332702636719,37.82556915283203,84.6810302734375,105.48545837402344,46.203392028808594,85.52714538574219,106.36798858642578,62.017452239990234,-87.34149932861328,171.62879943847656,-71.91526794433594,-85.27479553222656,180.08106994628906,-75.50704956054688,-86.16329956054688,175.73226928710938,-85.7271957397461,11.60013484954834,92.21912384033203,66.5024642944336,9.002031326293945,106.88442993164062,61.894561767578125,16.697582244873047,96.55988311767578,65.29083251953125,-16.99392318725586,47.64375686645508,56.20169448852539,-7.195792198181152,68.26500701904297,56.995697021484375,-4.07395601272583,60.536033630371094,67.11510467529297,16.90794563293457,58.677921295166016,51.25922775268555,7.1983442306518555,68.28248596191406,56.98601150512695,9.523965835571289,75.30885314941406,54.855716705322266,-18.780025482177734,134.44711303710938,121.8946762084961,-24.4721736907959,122.83695983886719,125.27859497070312,-21.21326446533203,118.27155303955078,119.23218536376953,23.952896118164062,135.74783325195312,129.43272399902344,17.862014770507812,118.41886901855469,126.89588928222656,35.97691345214844,128.88113403320312,127.64546203613281,-72.3430404663086,67.68987274169922,-5.712092876434326,-67.9560546875,75.18342590332031,-1.0580309629440308,-63.372047424316406,69.48057556152344,-6.055531024932861,-24.44388771057129,216.32225036621094,68.62362670898438,-27.3565731048584,209.81024169921875,80.45387268066406,-17.318824768066406,216.6053924560547,72.6077880859375,4.636563777923584,87.73014831542969,68.94097137451172,3.0767009258270264,109.3379898071289,62.252872467041016,7.567805767059326,94.29673767089844,62.81277084350586,47.000423431396484,221.61279296875,-55.83653259277344,52.40457534790039,216.23516845703125,-48.17564392089844,61.21902084350586,215.9253387451172,-55.04413986206055,63.87175369262695,69.06494140625,81.41494750976562,52.513671875,78.39481353759766,92.07347106933594,47.4805793762207,76.54074096679688,94.11039733886719,-106.05765533447266,126.24493408203125,-40.878929138183594,-113.4150619506836,130.6855926513672,-48.4879150390625,-104.41731262207031,124.91233825683594,-53.913787841796875,82.96710205078125,56.06001663208008,-32.79943084716797,69.69815063476562,56.29743957519531,-22.703405380249023,76.04574584960938,54.7361946105957,-18.219039916992188,7.574347019195557,154.53182983398438,-115.36608123779297,8.465339660644531,136.52122497558594,-109.48575592041016,12.122199058532715,143.54165649414062,-118.29186248779297,-64.53785705566406,106.01245880126953,75.1574478149414,-60.178409576416016,108.83827209472656,101.27677154541016,-77.55443572998047,106.79398345947266,93.57109832763672,-66.71832275390625,117.35847473144531,-139.73416137695312,-75.44715118408203,121.86551666259766,-133.5059051513672,-75.16633605957031,108.37091064453125,-134.5304718017578,-77.09725952148438,124.07305145263672,107.74720001220703,-66.44905090332031,117.41995239257812,112.98223114013672,-59.06867599487305,122.20639038085938,116.27717590332031,-88.3906021118164,83.73554992675781,-69.52200317382812,-96.9471435546875,87.77360534667969,-65.06846618652344,-92.61790466308594,79.22330474853516,-67.01011657714844,27.55783462524414,54.061580657958984,51.70652770996094,41.06875228881836,50.63178253173828,46.09929656982422,34.314510345458984,56.50104904174805,49.66259002685547,9.242097854614258,86.11109924316406,-63.782222747802734,13.310965538024902,90.4868392944336,-55.269832611083984,8.300873756408691,105.58154296875,-54.57060623168945,-34.81209945678711,228.8606719970703,40.60322570800781,-17.65411949157715,229.3283233642578,42.096778869628906,-27.676963806152344,240.57008361816406,35.10197830200195,18.575651168823242,70.21674346923828,-120.1371078491211,29.124095916748047,75.0539321899414,-94.38389587402344,27.461992263793945,71.89840698242188,-119.59921264648438,93.01544952392578,106.16581726074219,-85.56877899169922,81.16232299804688,111.59626770019531,-83.59443664550781,78.2059097290039,105.6339340209961,-76.07899475097656,-51.34214782714844,230.08792114257812,5.217507839202881,-61.921844482421875,232.9663848876953,-5.732934951782227,-44.078433990478516,234.61636352539062,-0.04991300031542778,69.44327545166016,94.38056945800781,-139.2886199951172,73.54430389404297,86.64225769042969,-122.56654357910156,60.75313186645508,86.88717651367188,-137.7813262939453,39.5638542175293,117.72195434570312,58.70820617675781,16.36561393737793,123.2048568725586,77.92497253417969,27.52873992919922,121.6704330444336,73.65074920654297,-4.915675163269043,125.4727554321289,5.550547122955322,-1.096397042274475,121.61421203613281,4.511115074157715,-1.496899962425232,117.06224822998047,0.7844240069389343,-93.56660461425781,130.16860961914062,-35.54350662231445,-98.63155364990234,137.8452911376953,-27.89718246459961,-86.45033264160156,140.39480590820312,-26.368507385253906,108.48190307617188,192.58128356933594,20.802165985107422,98.43196868896484,208.46200561523438,16.23345375061035,107.42692565917969,188.4367218017578,32.07767868041992,-4.184370994567871,112.2679672241211,48.139183044433594,-5.081424236297607,106.62616729736328,42.920047760009766,-4.712594032287598,105.94202423095703,34.26646423339844,40.57193374633789,192.5705108642578,-91.7559585571289,47.15841293334961,210.43670654296875,-75.44271850585938,47.46575927734375,192.9918212890625,-100.4727783203125,-29.141687393188477,84.70409393310547,14.709874153137207,-28.13985824584961,73.19709014892578,18.338951110839844,-23.811365127563477,71.37306213378906,26.328723907470703,36.97295379638672,227.11228942871094,36.805511474609375,45.85076904296875,218.36016845703125,32.43905258178711,51.566429138183594,202.1487274169922,34.2294921875,-22.654157638549805,210.79029846191406,6.128687858581543,-24.7470645904541,197.1362762451172,-3.581001043319702,-22.67186164855957,193.49293518066406,-1.2401059865951538,-86.1085433959961,148.11260986328125,-8.190837860107422,-81.73532104492188,152.29417419433594,5.9268798828125,-97.91678619384766,148.21275329589844,-9.184024810791016,-6.368405818939209,198.85873413085938,76.38493347167969,-4.805659770965576,192.08419799804688,64.39812469482422,-4.85443115234375,206.67222595214844,69.7553939819336,9.352938652038574,78.48145294189453,-88.76448059082031,12.286076545715332,88.44322967529297,-62.5181884765625,14.67617416381836,79.81127166748047,-78.83108520507812,12.89270305633545,155.08807373046875,60.96209716796875,6.417938232421875,174.46630859375,69.68570709228516,6.119647979736328,156.2487030029297,55.554805755615234,16.73735237121582,52.53202438354492,58.074310302734375,18.5544376373291,59.38190841674805,53.852298736572266,7.903135776519775,71.23634338378906,60.170555114746094,46.27198791503906,107.4720687866211,85.181640625,23.921113967895508,107.68534851074219,96.26670837402344,36.18654251098633,110.17786407470703,71.47801208496094,12.10605239868164,236.4139862060547,-6.267766952514648,15.037957191467285,222.93788146972656,4.107001781463623,13.934715270996094,211.1508331298828,-6.425910949707031,50.038997650146484,89.3451156616211,-95.73491668701172,41.47076416015625,83.25823974609375,-86.25810241699219,44.69648361206055,84.47843170166016,-77.72644805908203,94.80492401123047,188.792724609375,-56.73885726928711,95.06487274169922,182.97195434570312,-45.38040542602539,107.52275085449219,174.1146697998047,-53.87812805175781,14.151576042175293,235.86363220214844,-23.592668533325195,12.10605239868164,236.4139862060547,-6.267766952514648,13.934715270996094,211.1508331298828,-6.425910949707031,-10.69070053100586,234.90167236328125,-21.31524085998535,-3.6774730682373047,220.5534210205078,-39.646812438964844,-7.128023147583008,228.18919372558594,-36.65106201171875,-4.229870796203613,84.57731628417969,68.89654541015625,-3.748868942260742,106.34699249267578,62.633140563964844,-3.87335205078125,91.46273803710938,69.49583435058594,-6.035808086395264,126.5177230834961,80.65705108642578,-13.031061172485352,121.55895233154297,75.1764144897461,-12.33561897277832,129.54774475097656,59.4714469909668,87.2813491821289,157.46144104003906,52.87230682373047,95.68852996826172,148.18960571289062,38.270816802978516,91.04193878173828,161.3468780517578,56.06117630004883,-66.71570587158203,51.48402786254883,38.88704299926758,-48.462379455566406,50.56304168701172,37.2756462097168,-51.41885757446289,42.656410217285156,48.91189956665039,30.97725486755371,227.35787963867188,-67.58818817138672,25.77630615234375,230.2619171142578,-57.38798522949219,34.445404052734375,222.65879821777344,-55.17167282104492,108.0594482421875,145.9866180419922,26.93869400024414,99.69828033447266,154.91700744628906,37.81159591674805,110.3922348022461,151.6205596923828,26.4292049407959,-45.797359466552734,86.78500366210938,44.03690719604492,-35.61299514770508,86.03962707519531,27.987796783447266,-52.396881103515625,77.06803131103516,34.97566604614258,40.91010665893555,81.26117706298828,-135.283447265625,17.966495513916016,75.42828369140625,-140.6881561279297,26.11227035522461,72.57099914550781,-130.11563110351562,32.078765869140625,63.70263671875,79.35354614257812,23.987268447875977,66.91741943359375,73.5732421875,30.36610221862793,60.23702621459961,73.65176391601562,-50.87340545654297,73.69635009765625,102.35595703125,-65.5667724609375,66.93988037109375,87.9309310913086,-47.57801818847656,71.75445556640625,104.95602416992188,104.05567932128906,89.19538879394531,-42.481666564941406,104.71763610839844,99.65591430664062,-31.811628341674805,111.63690948486328,94.82879638671875,-32.71684646606445,-13.2094087600708,124.72451782226562,0.2499680072069168,-22.19680404663086,125.18365478515625,10.32689094543457,-19.286001205444336,118.43214416503906,3.4898459911346436,-44.055519104003906,95.23043823242188,-6.183705806732178,-48.46811294555664,90.10746002197266,-23.014568328857422,-40.41743850708008,84.90958404541016,-23.944902420043945,8.251152038574219,105.67386627197266,44.04989242553711,5.6972150802612305,101.8119125366211,41.48906707763672,8.064533233642578,100.6892318725586,50.929588317871094,85.52714538574219,106.36798858642578,62.017452239990234,83.435546875,113.18326568603516,70.08755493164062,75.24545288085938,106.5320053100586,74.60466003417969,-88.115234375,59.84211349487305,81.51422882080078,-100.13851928710938,77.6834945678711,66.85282135009766,-90.51317596435547,74.51399993896484,87.8978271484375,16.17867088317871,92.91070556640625,61.29961395263672,18.005393981933594,87.81790924072266,68.77515411376953,12.807398796081543,89.68020629882812,64.97021484375,12.116440773010254,222.24501037597656,40.22433090209961,14.005090713500977,230.53964233398438,34.357120513916016,19.180694580078125,233.3582763671875,36.71666717529297,-7.683823108673096,110.05473327636719,78.97016143798828,-0.8395789861679077,108.7529296875,74.76873779296875,-9.104120254516602,113.23518371582031,79.21281433105469,-98.95162963867188,74.74378967285156,-49.943336486816406,-84.1588363647461,64.62435913085938,-52.3199348449707,-95.29938507080078,77.4564208984375,-52.568634033203125,87.5092544555664,209.30038452148438,-28.090087890625,91.25017547607422,213.4538116455078,-21.236194610595703,98.81165313720703,201.5356903076172,-23.97747039794922,-51.48354721069336,101.33688354492188,36.07538986206055,-58.909610748291016,97.69790649414062,43.55082702636719,-60.03854751586914,86.4446792602539,23.96834945678711,-26.515605926513672,109.1129150390625,35.060794830322266,-29.41484832763672,99.88502502441406,28.36834144592285,-19.442981719970703,106.33259582519531,32.73983383178711,-17.153579711914062,100.77062225341797,-35.58440017700195,-11.846519470214844,105.58020782470703,-38.17040252685547,-13.318299293518066,99.4697036743164,-33.31476974487305,-81.53216552734375,181.40328979492188,59.76439666748047,-92.78512573242188,178.00672912597656,55.81687927246094,-80.13555145263672,199.0077667236328,58.1978759765625,93.0793685913086,213.20608520507812,25.447919845581055,77.68000793457031,218.79685974121094,25.59188461303711,82.73816680908203,216.26123046875,29.513463973999023,-40.76543426513672,79.4122543334961,-32.23484420776367,-46.45380783081055,65.80623626708984,-45.86627197265625,-45.50628662109375,61.2108154296875,-37.62326431274414,-78.8026351928711,123.8968276977539,-52.895206451416016,-71.97713470458984,123.77888488769531,-78.19326782226562,-78.49004364013672,118.03913879394531,-66.55670928955078,-49.32442092895508,98.09980010986328,17.536958694458008,-57.455543518066406,101.15031433105469,18.13412857055664,-58.187744140625,115.36410522460938,28.70962142944336,27.304218292236328,170.3339080810547,112.19023895263672,17.757722854614258,171.9327850341797,98.04302215576172,25.269996643066406,174.04232788085938,105.69129180908203,-39.37164306640625,188.5835418701172,-121.4504623413086,-30.340505599975586,171.5554962158203,-139.90342712402344,-36.79853439331055,172.65045166015625,-132.3417510986328,-16.906951904296875,58.67795181274414,51.25940704345703,-16.99392318725586,47.64375686645508,56.20169448852539,-27.619426727294922,50.928104400634766,49.30174255371094,32.192562103271484,75.83263397216797,106.73355865478516,48.185001373291016,74.17236328125,107.85005950927734,21.499170303344727,81.93135070800781,108.10738372802734,23.693429946899414,37.92741012573242,64.2979736328125,30.76721954345703,36.45073699951172,66.76136016845703,21.84930419921875,39.40001678466797,76.16381072998047,42.54654312133789,238.05455017089844,-7.181264877319336,61.921844482421875,232.9663848876953,-5.732934951782227,44.078433990478516,234.61636352539062,-0.04991300031542778,69.72654724121094,218.74415588378906,-40.347293853759766,78.69657897949219,207.29098510742188,-44.65048599243164,67.5833740234375,207.8456573486328,-47.340049743652344,-29.8063907623291,87.87382507324219,17.93509864807129,-35.61299514770508,86.03962707519531,27.987796783447266,-29.182527542114258,88.6148681640625,33.1748161315918,6.431610107421875,142.84622192382812,-135.57911682128906,7.858252048492432,140.1055145263672,-123.97098541259766,9.299848556518555,121.55220031738281,-126.25019836425781,-18.06998634338379,94.88394927978516,46.35036849975586,-6.229276180267334,100.1960220336914,53.72158432006836,-19.745771408081055,95.7884521484375,48.437137603759766,-69.17189025878906,149.328369140625,-121.90263366699219,-80.36408233642578,131.242919921875,-126.61663055419922,-78.38912963867188,145.53892517089844,-121.94488525390625,-63.880340576171875,94.74992370605469,44.72825241088867,-35.91813659667969,105.6423110961914,38.14609909057617,-37.663265228271484,107.86106872558594,49.88850021362305,57.77420425415039,87.43476867675781,103.04207611083984,80.09178924560547,83.47342681884766,91.19043731689453,70.82478332519531,88.1739501953125,94.10455322265625,-11.639571189880371,143.2615509033203,115.97406768798828,-18.780025482177734,134.44711303710938,121.8946762084961,-11.182406425476074,131.12396240234375,112.5865707397461,-20.699949264526367,88.67569732666016,94.8221206665039,-16.280311584472656,87.17314147949219,88.56916046142578,-23.785402297973633,91.05838012695312,88.65476989746094,66.01374816894531,105.81978607177734,73.16642761230469,74.07422637939453,96.66876220703125,51.403812408447266,75.24545288085938,106.5320053100586,74.60466003417969,-75.40646362304688,122.26434326171875,105.35374450683594,-94.43335723876953,115.11531829833984,84.88929748535156,-86.94928741455078,121.57752990722656,92.5204849243164,-27.557838439941406,54.061580657958984,51.70652389526367,-16.917634963989258,52.75187683105469,57.72922134399414,-18.86501121520996,59.63772201538086,53.684200286865234,-23.811365127563477,71.37306213378906,26.328723907470703,-24.072772979736328,63.510501861572266,33.660953521728516,-23.422733306884766,78.66203308105469,38.352317810058594,25.034212112426758,86.17078399658203,98.5737075805664,43.182647705078125,85.44608306884766,99.59321594238281,37.2325553894043,82.01337432861328,98.06434631347656,79.94646453857422,167.7392578125,86.5374984741211,59.127220153808594,189.4617919921875,88.91097259521484,65.55751037597656,184.81492614746094,84.07891082763672,83.50301361083984,114.5602798461914,53.291290283203125,87.55326080322266,119.86300659179688,63.301273345947266,87.6347427368164,116.0306625366211,59.61903381347656,-105.53584289550781,116.31904602050781,-21.123640060424805,-107.83915710449219,126.3570327758789,-20.553983688354492,-115.98265075683594,127.60358428955078,-15.162666320800781,-3.4871320724487305,132.41146850585938,111.15674591064453,-4.697739124298096,142.0805206298828,113.85646057128906,-0.9808880090713501,135.4635467529297,119.2203598022461,-91.04193878173828,161.3468780517578,56.06117630004883,-95.27383422851562,165.4580841064453,56.417606353759766,-101.36367797851562,154.76651000976562,40.725563049316406,-85.64166259765625,78.63754272460938,76.75308990478516,-85.17667388916016,73.7021713256836,68.66030883789062,-85.84358978271484,72.56703186035156,73.35023498535156,11.922891616821289,232.85122680664062,-56.31474304199219,19.947935104370117,233.80946350097656,-46.99045944213867,22.169816970825195,230.87106323242188,-71.12178802490234,41.477996826171875,90.14472961425781,-23.464380264282227,51.42006301879883,94.42030334472656,-20.60515594482422,48.815399169921875,93.05736541748047,-32.249664306640625,-85.64166259765625,78.63754272460938,76.75308990478516,-78.9471206665039,85.20130157470703,90.64115142822266,-78.72000885009766,86.88253784179688,89.36721801757812,112.41445922851562,162.01109313964844,35.785518646240234,112.5839614868164,150.9449005126953,28.352394104003906,117.9886474609375,152.1402587890625,16.814495086669922,14.40853500366211,170.84780883789062,82.43402099609375,9.982166290283203,174.39755249023438,85.7177734375,15.5564603805542,174.21539306640625,90.3002700805664,-8.51727294921875,209.86419677734375,68.7707748413086,-8.473583221435547,199.91567993164062,73.44562530517578,-13.82917308807373,206.12965393066406,78.27664184570312,87.59986877441406,131.89892578125,-80.9364242553711,71.48448181152344,129.89442443847656,-78.42339324951172,71.97700500488281,123.9697036743164,-78.05815124511719,-47.425636291503906,74.67633056640625,108.91557312011719,-23.76561737060547,84.62134552001953,106.98075103759766,-27.580129623413086,82.60094451904297,112.08518981933594,4.301116943359375,111.832275390625,76.62030029296875,9.257979393005371,112.50594329833984,76.30183410644531,7.630072116851807,110.14393615722656,79.00025177001953,-12.746052742004395,190.08436584472656,-37.0567512512207,-19.46955680847168,190.5125732421875,-20.60877799987793,-7.9546589851379395,200.11477661132812,-26.856393814086914,108.84778594970703,106.6044692993164,-40.416439056396484,107.2130355834961,119.37891387939453,-36.32853698730469,107.15848541259766,102.04547119140625,-51.42906188964844,35.6177978515625,73.83446502685547,17.45853042602539,39.64329528808594,77.12532806396484,27.382492065429688,29.141687393188477,84.70409393310547,14.709874153137207,-83.5179214477539,218.43649291992188,-8.757225036621094,-67.9739990234375,219.47369384765625,5.822143077850342,-66.72271728515625,231.2632598876953,-1.2503410577774048,-36.243404388427734,104.88661193847656,-27.374465942382812,-49.647727966308594,106.9946060180664,-9.26500415802002,-38.48103332519531,107.96260070800781,-11.191243171691895,-40.520870208740234,155.6297607421875,-132.91574096679688,-45.4299430847168,166.15090942382812,-129.25103759765625,-40.819862365722656,164.36685180664062,-125.88253021240234,-28.340139389038086,118.91188049316406,56.7017936706543,-28.93515968322754,118.93795013427734,41.838321685791016,-21.648609161376953,126.52613067626953,51.886985778808594,66.28629302978516,87.4057388305664,31.15186882019043,71.85260009765625,79.35469055175781,30.467241287231445,49.86157989501953,88.51607513427734,18.91764259338379,-60.46194839477539,232.04156494140625,-11.39597225189209,-38.275123596191406,239.38136291503906,-10.175469398498535,-42.54654312133789,238.05455017089844,-7.181264877319336,-47.77552032470703,44.584590911865234,99.65052795410156,-34.19689178466797,44.234779357910156,83.34963989257812,-27.832075119018555,53.078453063964844,102.49513244628906,-42.397071838378906,79.96678161621094,87.95288848876953,-79.88670349121094,83.2016830444336,92.3882827758789,-74.99321746826172,76.1910400390625,78.30363464355469,26.7142391204834,82.9149169921875,102.95621490478516,20.410995483398438,82.96878051757812,111.67237854003906,18.005874633789062,84.1987533569336,104.61727142333984,70.77445983886719,152.7397918701172,-111.68082427978516,75.45002746582031,144.87599182128906,-120.26404571533203,81.8855209350586,149.8583984375,-112.22164154052734,7.763673782348633,72.25981140136719,113.03984832763672,18.01515007019043,65.07664489746094,116.84176635742188,7.111116886138916,79.30818176269531,120.50315856933594,-6.094905853271484,164.78030395507812,86.39220428466797,-10.583632469177246,176.08375549316406,93.76763916015625,-8.981959342956543,171.7257080078125,101.44523620605469,-74.75145721435547,90.28295135498047,98.01483917236328,-82.32646942138672,87.44509887695312,87.15727233886719,-81.56787109375,85.53838348388672,93.88680267333984,-11.504301071166992,210.2930908203125,78.73275756835938,-15.617349624633789,204.77565002441406,81.28326416015625,-6.368405818939209,198.85873413085938,76.38493347167969,61.682125091552734,77.00222778320312,23.512941360473633,71.85260009765625,79.35469055175781,30.467241287231445,87.44318389892578,69.49163818359375,39.613216400146484,98.63155364990234,137.8452911376953,-27.89718246459961,90.20494842529297,150.4419403076172,-10.577025413513184,105.31114959716797,151.1942596435547,-12.264540672302246,-12.632267951965332,218.35781860351562,45.18227767944336,-14.624279022216797,224.58448791503906,61.80965805053711,-8.612277030944824,218.7423095703125,64.13249969482422,-35.63838195800781,122.80725860595703,-155.12074279785156,-53.26066970825195,130.64349365234375,-144.56504821777344,-50.37035369873047,122.6782455444336,-138.66818237304688,93.78952026367188,148.1875,-72.71971130371094,91.89852142333984,148.5301513671875,-75.27021026611328,99.18865966796875,133.9736785888672,-71.22870635986328,-111.96186065673828,121.99935150146484,13.143401145935059,-120.76424407958984,132.99452209472656,15.355175018310547,-117.01122283935547,118.74075317382812,4.423994064331055,90.52662658691406,74.63743591308594,87.92752075195312,87.63513946533203,59.45076370239258,82.30257415771484,80.61587524414062,65.28514099121094,97.0689926147461,-10.583632469177246,176.08375549316406,93.76763916015625,-10.40278434753418,172.75628662109375,83.49696350097656,-16.06395721435547,174.62017822265625,92.5052490234375,-9.421598434448242,116.88896179199219,52.61309814453125,-12.491815567016602,109.55416107177734,49.13505935668945,-18.953529357910156,100.94432830810547,46.90556716918945,-29.61091423034668,61.90632247924805,63.1055908203125,-27.675630569458008,72.7243881225586,72.07772827148438,-30.476749420166016,63.581748962402344,54.15178680419922,20.75883674621582,96.38665771484375,43.327491760253906,19.523174285888672,103.88650512695312,49.10745620727539,24.436655044555664,98.72691345214844,44.521095275878906,-56.73462677001953,90.37765502929688,-107.72077178955078,-69.66667175292969,88.0092544555664,-119.23773956298828,-65.43193817138672,90.19873809814453,-102.30757904052734,4.130654811859131,60.62321853637695,66.78874969482422,16.9951114654541,47.64384078979492,56.200801849365234,15.679633140563965,42.12296676635742,67.62996673583984,-18.38373374938965,142.36306762695312,66.0868911743164,-19.03986167907715,137.5316162109375,59.11208724975586,-6.542716979980469,144.1177978515625,77.99842834472656,-88.32612609863281,186.73348999023438,-69.33365631103516,-94.04847717285156,173.20433044433594,-67.00382995605469,-78.59285736083984,192.18943786621094,-72.91307830810547,82.38338470458984,148.09420776367188,-15.990107536315918,86.45033264160156,140.39480590820312,-26.368507385253906,82.23434448242188,139.40737915039062,-30.098804473876953,49.07829666137695,190.35537719726562,94.7646255493164,62.39500427246094,186.53564453125,93.53490447998047,61.02705383300781,201.45693969726562,81.64449310302734,-117.32127380371094,89.0341796875,-24.28244400024414,-120.4395980834961,94.67513275146484,-9.840865135192871,-116.63235473632812,95.5278091430664,-27.008893966674805,10.327995300292969,121.51768493652344,53.06182098388672,5.270637035369873,112.93519592285156,57.17121505737305,12.255101203918457,113.72962188720703,58.056297302246094,13.808941841125488,91.76661682128906,72.36568450927734,9.303674697875977,88.4529037475586,65.10499572753906,11.60013484954834,92.21912384033203,66.5024642944336,-111.78575897216797,181.81373596191406,-2.0649778842926025,-115.82522583007812,153.90391540527344,-24.126981735229492,-115.09844970703125,161.51914978027344,-22.103656768798828,22.896739959716797,162.4393768310547,73.88245391845703,13.821195602416992,182.83773803710938,85.11443328857422,17.24324607849121,169.52935791015625,85.8419418334961,-54.0855712890625,91.805419921875,21.80030632019043,-60.03854751586914,86.4446792602539,23.96834945678711,-65.1102523803711,76.96593475341797,5.515864849090576,59.8479118347168,200.12924194335938,-93.84819030761719,65.59535217285156,198.25921630859375,-87.59815216064453,71.30335235595703,190.19912719726562,-99.44384002685547,69.03436279296875,72.83566284179688,68.25689697265625,58.63482666015625,73.4028549194336,61.46368408203125,62.611083984375,68.53871154785156,52.0507926940918,81.1744384765625,90.15748596191406,-89.09617614746094,65.23735809326172,87.07986450195312,-103.23301696777344,84.49114990234375,88.55563354492188,-100.24484252929688,-20.29054069519043,76.05819702148438,77.00025939941406,-35.46437454223633,67.92376708984375,87.78547668457031,-26.40553092956543,76.62800598144531,98.82511138916016,-26.15845489501953,119.7763442993164,-158.9589385986328,-32.35838317871094,106.4462661743164,-153.7146453857422,-30.255050659179688,93.81668090820312,-153.25103759765625,-18.953529357910156,100.94432830810547,46.90556716918945,-18.3630313873291,99.03690338134766,56.051029205322266,-9.421598434448242,116.88896179199219,52.61309814453125,8.0540132522583,85.53126525878906,66.90220642089844,6.382741928100586,78.18414306640625,81.77235412597656,6.940887928009033,62.147762298583984,66.54802703857422,-6.090065956115723,162.1533660888672,-110.88521575927734,-6.402760028839111,165.7761688232422,-125.6214599609375,-7.574347019195557,154.53182983398438,-115.36608123779297,-59.401771545410156,85.34913635253906,-96.0009765625,-50.173770904541016,85.49374389648438,-91.90199279785156,-58.75246810913086,80.69847869873047,-73.66190338134766,-35.14640808105469,79.40946197509766,-11.0936861038208,-46.93667221069336,77.50715637207031,2.4420249462127686,-44.518760681152344,66.14697265625,-18.25432777404785,6.395966053009033,120.75218200683594,-97.01615142822266,5.622716903686523,147.00363159179688,-79.75254821777344,9.291482925415039,144.7529296875,-94.25273895263672,30.17095375061035,110.28463745117188,33.69906997680664,12.296462059020996,131.2544403076172,42.415199279785156,22.627408981323242,121.337646484375,40.87038803100586,69.17189025878906,149.328369140625,-121.90263366699219,62.65412902832031,150.97117614746094,-131.08799743652344,73.39991760253906,167.19708251953125,-114.5911865234375,-13.505044937133789,186.78146362304688,-36.23402404785156,-19.46955680847168,190.5125732421875,-20.60877799987793,-12.746052742004395,190.08436584472656,-37.0567512512207,-118.15409088134766,106.36747741699219,15.468082427978516,-118.52147674560547,119.76044464111328,24.964763641357422,-118.20561218261719,109.99919128417969,29.699827194213867,120.76424407958984,132.99452209472656,15.355175018310547,123.5374984741211,131.71383666992188,-1.7147949934005737,121.36056518554688,142.46046447753906,9.715961456298828,-57.83942794799805,87.75377655029297,-134.21878051757812,-69.66667175292969,88.0092544555664,-119.23773956298828,-59.962860107421875,88.061279296875,-123.52162170410156,85.61637115478516,125.19913482666016,-41.061424255371094,75.39550018310547,133.9095458984375,-44.1727294921875,68.72598266601562,129.22604370117188,-58.135475158691406,35.7824592590332,62.96763610839844,45.245487213134766,50.51227951049805,65.30023193359375,43.4463996887207,45.55030059814453,66.9893569946289,36.01394271850586,32.98933410644531,129.7145233154297,125.56788635253906,53.6204719543457,139.53079223632812,118.47044372558594,54.76325607299805,132.2182159423828,118.89144134521484,43.85464859008789,82.02703094482422,82.5763931274414,26.207557678222656,88.48503112792969,95.64112854003906,23.829483032226562,87.8572006225586,90.31131744384766,106.05764770507812,126.24493408203125,-40.878929138183594,96.229248046875,120.50102996826172,-49.481300354003906,104.41731262207031,124.91233825683594,-53.913787841796875,77.83523559570312,67.7945327758789,56.129547119140625,68.19853973388672,70.34617614746094,52.99233627319336,87.02926635742188,71.4610366821289,67.16026306152344,12.862848281860352,94.6546859741211,83.79803466796875,22.355255126953125,92.19275665283203,87.86143493652344,19.626218795776367,97.99391174316406,83.77934265136719,-14.89108943939209,199.9775390625,-3.343487024307251,-13.682416915893555,194.73324584960938,-10.761015892028809,-24.7470645904541,197.1362762451172,-3.581001043319702,-34.275840759277344,85.21524047851562,-140.1396942138672,-31.052021026611328,80.90469360351562,-139.68865966796875,-33.04878616333008,84.45117950439453,-139.96054077148438,-7.264896869659424,116.74153137207031,49.92599868774414,-5.621157169342041,124.49137115478516,54.397430419921875,-5.758423805236816,120.12358856201172,45.64159393310547,8.610063552856445,89.58917236328125,-73.47216033935547,10.31476879119873,105.75862884521484,-60.37479019165039,12.286076545715332,88.44322967529297,-62.5181884765625,12.497377395629883,119.44610595703125,10.355276107788086,0.11429700255393982,125.28534698486328,11.277750015258789,8.595198631286621,120.91681671142578,5.092597961425781,77.34978485107422,180.26515197753906,-69.7740478515625,81.57294464111328,179.55758666992188,-75.83898162841797,83.10694885253906,172.9873046875,-68.97903442382812,-8.14526653289795,91.99105834960938,74.57328033447266,-18.365619659423828,96.06078338623047,72.02684783935547,-20.121055603027344,98.04109191894531,83.6597671508789,-9.506082534790039,64.84965515136719,81.4926528930664,-11.827248573303223,67.2063980102539,89.9394760131836,-7.29968786239624,79.4100112915039,87.74134063720703,-41.32526397705078,114.57554626464844,14.799253463745117,-38.3422966003418,106.7839126586914,14.950128555297852,-34.693843841552734,117.10501098632812,21.1220703125,8.610063552856445,89.58917236328125,-73.47216033935547,9.352938652038574,78.48145294189453,-88.76448059082031,8.292135238647461,79.08811950683594,-103.58734130859375,-2.9313859939575195,190.48794555664062,-102.30718994140625,-2.9313600063323975,164.59495544433594,-113.41104888916016,-1.7365390062332153,177.12994384765625,-117.99143981933594,10.650203704833984,70.10692596435547,96.43370819091797,16.830455780029297,68.0759506225586,96.7818374633789,14.832736015319824,67.2293472290039,91.6188735961914,-101.1418228149414,144.1926727294922,70.02250671386719,-105.18741607666016,128.10263061523438,74.3580093383789,-97.43335723876953,137.78829956054688,79.67239379882812,113.4150619506836,130.6855926513672,-48.487911224365234,104.41731262207031,124.91233825683594,-53.913787841796875,109.25088500976562,135.0412139892578,-65.09716033935547,-104.59584045410156,162.38111877441406,-73.92015838623047,-100.75994110107422,174.4259490966797,-67.81111907958984,-87.34149932861328,171.62879943847656,-71.91526794433594,-46.93667221069336,77.50715637207031,2.4420249462127686,-50.938995361328125,68.16826629638672,-9.415325164794922,-44.518760681152344,66.14697265625,-18.25432777404785,-20.810930252075195,152.79600524902344,115.62957000732422,-15.131887435913086,154.06199645996094,110.1476058959961,-17.58144760131836,155.02127075195312,103.21826171875,75.1155014038086,87.8558120727539,-69.80872344970703,80.95284271240234,88.49547576904297,-77.74462127685547,80.93639373779297,98.20828247070312,-73.66340637207031,8.415135383605957,198.7078857421875,42.76704788208008,11.555463790893555,187.8446044921875,24.421350479125977,6.942568778991699,205.4804229736328,29.625503540039062,100.06722259521484,85.9239730834961,-44.80461120605469,106.95654296875,79.13361358642578,-39.793304443359375,112.27730560302734,96.2067642211914,-27.33443832397461,-91.7097396850586,91.2537841796875,84.50542449951172,-100.13851928710938,77.6834945678711,66.85282135009766,-98.45710754394531,85.12117767333984,64.96881866455078,18.158109664916992,231.44158935546875,22.34402847290039,25.758146286010742,232.63441467285156,12.244012832641602,24.344654083251953,240.68603515625,20.959243774414062,-16.601783752441406,91.93984985351562,119.60543060302734,-13.718839645385742,79.9095458984375,117.29374694824219,-8.70419692993164,84.24459075927734,100.97479248046875,121.59147644042969,137.93138122558594,-3.895303964614868,121.36056518554688,142.46046447753906,9.715961456298828,123.5374984741211,131.71383666992188,-1.7147949934005737,-11.621725082397461,172.5940399169922,98.671630859375,-11.662134170532227,170.09805297851562,84.72610473632812,-9.417425155639648,166.24264526367188,88.14146423339844,89.54286193847656,69.35806274414062,69.13494873046875,73.7292709350586,64.81725311279297,65.82845306396484,72.66344451904297,62.844364166259766,53.325233459472656,-68.19602966308594,70.34598541259766,52.9902458190918,-55.01533126831055,72.60963439941406,43.376949310302734,-56.26533889770508,66.90526580810547,43.265010833740234,-99.77519226074219,197.41831970214844,-19.671186447143555,-107.80780792236328,177.19427490234375,-36.56926345825195,-99.52590942382812,194.60939025878906,-25.01068687438965,9.893028259277344,184.6689453125,36.458091735839844,4.8056511878967285,192.0841827392578,64.39810943603516,6.695957183837891,195.58580017089844,46.299869537353516,-98.7575454711914,106.1900405883789,-98.90673828125,-98.99040985107422,122.96404266357422,-97.53905487060547,-100.94566345214844,129.6822967529297,-88.89008331298828,78.78040313720703,207.8756561279297,-31.354562759399414,86.10774993896484,189.3199005126953,-27.62327003479004,91.10228729248047,199.56846618652344,-37.87826156616211,99.2380142211914,126.29839324951172,69.7874755859375,100.47752380371094,124.85690307617188,78.39434051513672,103.1539535522461,131.3450164794922,68.1179428100586,-82.79693603515625,106.33174133300781,-38.29339599609375,-78.6189193725586,109.02307891845703,-37.04417419433594,-79.17877197265625,120.22924041748047,-26.08198356628418,-48.34447479248047,209.19326782226562,-43.99676513671875,-37.69767379760742,215.4377899169922,-49.73406219482422,-38.34941482543945,223.7361602783203,-46.04253005981445,22.841371536254883,73.59217834472656,71.47179412841797,18.677167892456055,77.14141845703125,76.51891326904297,29.644521713256836,68.73770904541016,78.37092590332031,18.44489288330078,85.4499282836914,85.08058166503906,19.240280151367188,83.9139633178711,93.91719055175781,24.967941284179688,85.42041015625,92.84825134277344,-59.687679290771484,87.2936782836914,-67.16983795166016,-72.4389877319336,86.43055725097656,-72.29694366455078,-62.153804779052734,93.80477905273438,-67.09126281738281,-66.34016418457031,134.24221801757812,-130.36366271972656,-59.13572311401367,151.50189208984375,-130.89065551757812,-64.36207580566406,140.41436767578125,-121.57257080078125,-37.07941436767578,89.01306915283203,22.47262954711914,-45.961708068847656,68.93574523925781,30.65899085998535,-41.33645248413086,79.36151123046875,29.760957717895508,17.014925003051758,119.28187561035156,6.70960807800293,18.29130744934082,112.40229797363281,-0.2280229926109314,8.968637466430664,123.56295776367188,3.3631489276885986,-29.94358253479004,242.0311279296875,9.962987899780273,-33.42397689819336,243.4444580078125,-2.3765709400177,-23.341367721557617,242.71925354003906,1.4568730592727661,-37.821964263916016,240.92018127441406,17.095088958740234,-45.483787536621094,237.21368408203125,0.6815099716186523,-52.25621795654297,233.0538787841797,5.550034046173096,7.0486369132995605,129.2110595703125,81.10828399658203,4.74571418762207,137.62820434570312,91.59161376953125,9.779365539550781,132.2764129638672,94.20172119140625,85.46495819091797,49.449520111083984,57.11215591430664,87.58635711669922,51.30909729003906,71.25524139404297,72.0552749633789,42.67877960205078,77.06368255615234,48.94224166870117,63.07290267944336,28.24125099182129,50.839324951171875,61.294857025146484,31.028594970703125,51.683349609375,65.04466247558594,26.48334312438965,-19.386104583740234,68.8558578491211,117.46895599365234,-15.240184783935547,67.77867126464844,110.36080932617188,-13.718839645385742,79.9095458984375,117.29374694824219,49.40028762817383,119.73344421386719,-143.5956268310547,58.22028732299805,116.20892333984375,-144.6933135986328,34.20354461669922,105.07881927490234,-155.86886596679688,27.428434371948242,59.26464080810547,53.89255142211914,28.398967742919922,66.17455291748047,54.653324127197266,30.476757049560547,63.581748962402344,54.151790618896484,-50.618064880371094,80.52581024169922,60.1485481262207,-44.14545822143555,84.49673461914062,46.21912384033203,-38.217472076416016,90.2020492553711,75.14213562011719,-48.12164306640625,60.277015686035156,54.649742126464844,-50.51227951049805,65.30023193359375,43.44640350341797,-67.12299346923828,66.14278411865234,53.41630172729492,-68.97571563720703,131.21405029296875,109.26696014404297,-59.06867599487305,122.20639038085938,116.27717590332031,-68.01322937011719,139.83651733398438,112.19828796386719,-62.941070556640625,93.39813232421875,-63.475318908691406,-53.95167922973633,88.39627075195312,-55.22210693359375,-63.56945037841797,93.35047149658203,-48.086082458496094,73.94107818603516,170.80966186523438,-101.73506927490234,77.01473236083984,180.37371826171875,-97.54688262939453,69.466552734375,175.34317016601562,-107.98979949951172,7.127713203430176,182.08287048339844,-136.9558868408203,5.3471269607543945,167.92332458496094,-144.11605834960938,3.176136016845703,183.82167053222656,-130.1174774169922,-63.52430725097656,202.68312072753906,12.752969741821289,-55.08863830566406,198.93780517578125,34.226234436035156,-66.70819854736328,210.04583740234375,39.5942268371582,104.24120330810547,90.08531951904297,8.986383438110352,107.6363754272461,99.69190216064453,28.440675735473633,114.5304183959961,106.38597869873047,36.45263671875,-39.67317581176758,78.87493896484375,125.24761962890625,-51.37466812133789,80.9180679321289,123.71746826171875,-37.10750961303711,90.4399185180664,127.14736938476562,-85.7996826171875,157.94737243652344,50.691959381103516,-96.46661376953125,149.29190063476562,38.68320083618164,-92.75627136230469,148.28988647460938,35.800140380859375,-18.340879440307617,120.53899383544922,80.73529815673828,-36.26687240600586,121.18064880371094,73.76583099365234,-43.088558197021484,117.71990966796875,64.50355529785156,-43.80461883544922,183.69447326660156,89.3897705078125,-48.90634536743164,168.3810272216797,94.09410858154297,-47.65099334716797,187.86378479003906,92.98016357421875,-36.54642868041992,82.77454376220703,-15.272628784179688,-45.50628662109375,61.2108154296875,-37.62326431274414,-43.75771713256836,70.25183868408203,-20.937908172607422,-36.79853439331055,172.65045166015625,-132.3417510986328,-40.819862365722656,164.36685180664062,-125.88253021240234,-46.92292785644531,170.5859832763672,-114.46566772460938,-24.87904167175293,100.24042510986328,38.69691467285156,-16.542980194091797,109.44652557373047,45.0804557800293,-15.977240562438965,102.46483612060547,43.80656051635742,60.62291717529297,199.71934509277344,79.17431640625,57.56439208984375,210.56069946289062,71.58716583251953,71.87969970703125,197.83265686035156,73.29264068603516,52.563629150390625,54.47086715698242,-14.322312355041504,50.938995361328125,68.16825866699219,-9.415324211120605,44.518760681152344,66.14697265625,-18.25432777404785,56.9466667175293,227.00628662109375,-34.29105758666992,31.595123291015625,237.97015380859375,-33.02927780151367,42.58393859863281,230.37142944335938,-40.611244201660156,6.395966053009033,120.75218200683594,-97.01615142822266,7.484234809875488,112.34815979003906,-111.083740234375,5.167065143585205,106.34547424316406,-72.5920639038086,-16.231630325317383,95.23574829101562,48.02490234375,-19.42405128479004,82.9736328125,59.6324462890625,-13.412092208862305,93.38858795166016,49.883426666259766,-66.46864318847656,70.18083953857422,52.02075958251953,-52.922813415527344,67.76289367675781,40.08430480957031,-55.63977813720703,74.30760192871094,46.057960510253906,-23.180089950561523,120.61808776855469,109.35228729248047,-30.340024948120117,111.6396713256836,110.5845718383789,-31.4454402923584,115.2432861328125,100.82050323486328,-78.8026351928711,123.8968276977539,-52.895206451416016,-79.98441314697266,112.3026123046875,-52.648597717285156,-81.59611511230469,128.51824951171875,-40.67454528808594,118.71751403808594,100.27145385742188,-10.56782341003418,114.7887954711914,106.68826293945312,-20.81834602355957,113.51111602783203,106.9464111328125,-7.754847049713135,-26.48509979248047,132.79833984375,45.86899948120117,-30.72865104675293,121.59315490722656,42.67510223388672,-23.75372886657715,127.32310485839844,53.558372497558594,66.97449493408203,134.724853515625,-70.42974090576172,66.7709732055664,134.97312927246094,-76.00749969482422,62.44483947753906,134.57159423828125,-77.7880859375,-26.515605926513672,109.1129150390625,35.060794830322266,-19.442981719970703,106.33259582519531,32.73983383178711,-9.209269523620605,124.2193832397461,38.348140716552734,62.08646774291992,94.87550354003906,-145.25624084472656,50.82341766357422,86.99752807617188,-145.22271728515625,40.3438606262207,91.272216796875,-153.34996032714844,16.9951114654541,47.64384078979492,56.200801849365234,16.90794563293457,58.677921295166016,51.25922775268555,27.619413375854492,50.9281120300293,49.30175018310547,82.07576751708984,200.8660430908203,-4.724043846130371,63.055625915527344,205.15899658203125,10.440242767333984,71.85037231445312,201.7509765625,0.25627601146698,32.86416244506836,62.368953704833984,71.88624572753906,25.004606246948242,67.44442749023438,69.64686584472656,29.644521713256836,68.73770904541016,78.37092590332031,-25.947242736816406,93.70409393310547,48.936912536621094,-26.71430778503418,93.4417724609375,48.80183792114258,-24.391822814941406,91.22093963623047,49.60320281982422,8.37387466430664,117.71800994873047,52.458133697509766,20.177488327026367,99.0503158569336,46.35386276245117,11.908400535583496,109.3330307006836,48.99842071533203,17.556446075439453,114.29692840576172,74.96372985839844,23.921113967895508,107.68534851074219,96.26670837402344,6.775135040283203,113.23971557617188,78.58210754394531,-17.153579711914062,100.77062225341797,-35.58440017700195,-33.508949279785156,101.49913787841797,-29.88155174255371,-23.015764236450195,99.3989028930664,-39.745460510253906,22.872278213500977,105.13094329833984,31.989450454711914,45.16373062133789,88.44246673583984,20.103424072265625,26.515615463256836,109.11290740966797,35.060791015625,-44.518760681152344,66.14697265625,-18.25432777404785,-52.563629150390625,54.47087097167969,-14.322311401367188,-44.46858596801758,56.69538497924805,-33.129459381103516,-106.8315200805664,85.65208435058594,23.245874404907227,-106.65400695800781,82.92598724365234,9.066129684448242,-101.78255462646484,77.92446899414062,11.409863471984863,-9.28127670288086,123.01805114746094,-93.0179214477539,-9.661055564880371,123.82554626464844,-107.39595031738281,-10.330761909484863,110.68244934082031,-110.07315826416016,-10.525835990905762,198.3969268798828,-107.82740783691406,-6.457760810852051,193.39358520507812,-101.35600280761719,-7.552223205566406,203.6851348876953,-90.15007019042969,-38.275123596191406,239.38136291503906,-10.175469398498535,-38.11515808105469,229.0428009033203,-15.345490455627441,-22.039775848388672,238.56655883789062,-6.040243148803711,-62.29437255859375,53.33378601074219,-59.26338195800781,-68.65298461914062,51.49694061279297,-55.41001510620117,-74.31655883789062,62.118263244628906,-66.94405364990234,19.611080169677734,93.35923767089844,23.23382568359375,14.526656150817871,71.22086334228516,45.51054382324219,19.314990997314453,75.03168487548828,26.88737678527832,-33.676055908203125,88.81847381591797,97.26808166503906,-43.79781723022461,82.27490234375,93.54849243164062,-40.27452087402344,91.93304443359375,100.01522064208984,28.398967742919922,66.17455291748047,54.653324127197266,27.650829315185547,71.6960220336914,65.41819763183594,30.476757049560547,63.581748962402344,54.151790618896484,62.11569595336914,113.93095397949219,28.18931770324707,60.226318359375,114.39772033691406,24.102764129638672,63.50450897216797,117.60393524169922,25.127912521362305,-34.65829086303711,128.72857666015625,20.609533309936523,-23.18568229675293,129.4649200439453,11.387181282043457,-34.432193756103516,118.73892974853516,5.16243314743042,-42.1493034362793,172.9280242919922,80.52047729492188,-40.28534698486328,182.07569885253906,84.63773345947266,-46.72113037109375,163.91329956054688,93.61620330810547,25.83421516418457,83.80685424804688,34.31666946411133,20.0925350189209,84.85812377929688,43.28350067138672,23.422733306884766,78.66203308105469,38.352317810058594,105.91993713378906,74.32408142089844,-15.615870475769043,106.65400695800781,82.92598724365234,9.066129684448242,104.5326156616211,73.57689666748047,-1.3964990377426147,107.62024688720703,163.939208984375,15.748473167419434,106.6257553100586,170.89193725585938,21.024137496948242,96.62750244140625,161.9873504638672,11.498259544372559,-76.2573471069336,131.81625366210938,-81.49170684814453,-91.54497528076172,135.4752197265625,-84.86978912353516,-86.1220932006836,119.64283752441406,-67.2330093383789,-107.28033447265625,171.7886962890625,-63.068397521972656,-107.52275085449219,174.1146697998047,-53.87812805175781,-82.78885650634766,201.88848876953125,-71.21788787841797,40.528141021728516,77.55692291259766,32.87644577026367,31.869129180908203,84.77998352050781,36.13584518432617,36.83123779296875,81.27261352539062,25.746187210083008,-24.76250648498535,55.4223747253418,84.83969116210938,-29.189666748046875,59.25133514404297,81.93435668945312,-23.352243423461914,58.98066711425781,85.53459167480469,-38.3422966003418,106.7839126586914,14.950128555297852,-41.32526397705078,114.57554626464844,14.799253463745117,-46.932613372802734,105.82184600830078,4.9007158279418945,15.350930213928223,221.562255859375,60.7031135559082,11.357821464538574,217.05514526367188,60.11138153076172,15.693411827087402,216.5157470703125,43.319419860839844,-61.95008087158203,218.2574462890625,-17.678518295288086,-38.994834899902344,236.74256896972656,-27.94386100769043,-61.18367004394531,226.43173217773438,-26.973388671875,44.274635314941406,60.87956619262695,37.40515899658203,37.434234619140625,58.48986053466797,44.17239761352539,38.95261001586914,64.14606475830078,26.83621597290039,13.209409713745117,124.72451782226562,0.2499690055847168,9.625943183898926,115.2387924194336,-6.206552028656006,19.286001205444336,118.43214416503906,3.4898459911346436,74.31655883789062,62.118263244628906,-66.94405364990234,82.04830169677734,63.2279052734375,-64.72024536132812,68.65298461914062,51.49694061279297,-55.41001510620117,65.14907836914062,88.71865844726562,36.364501953125,35.91816329956055,105.64231872558594,38.14615249633789,46.283756256103516,94.50296783447266,27.814620971679688,94.48814392089844,208.67733764648438,14.81783390045166,105.98800659179688,190.5273895263672,21.064218521118164,104.38175964355469,187.4554901123047,32.499412536621094,29.610437393188477,55.35575866699219,102.25776672363281,11.509316444396973,71.53583526611328,109.70088958740234,25.470691680908203,63.23994827270508,114.68011474609375,59.215919494628906,109.4822769165039,-141.02847290039062,66.71832275390625,117.35847473144531,-139.73416137695312,55.3060417175293,113.11796569824219,-143.3770751953125,-91.52178955078125,90.04228973388672,42.269676208496094,-88.44363403320312,87.12002563476562,28.985275268554688,-82.16918182373047,96.11332702636719,37.8255729675293,11.374101638793945,241.24124145507812,-10.319952011108398,14.233485221862793,237.29432678222656,5.1258392333984375,18.007572174072266,242.6100616455078,-3.241260051727295,85.68524169921875,183.4210662841797,38.95539093017578,98.28489685058594,165.97918701171875,42.902992248535156,89.25761413574219,187.0850830078125,52.160614013671875,-55.62852096557617,51.756813049316406,-20.237760543823242,-62.1158447265625,53.45322799682617,-8.045209884643555,-70.39940643310547,53.07794189453125,-18.89904022216797,-62.450721740722656,96.60831451416016,-48.42087936401367,-53.77442932128906,91.1080551147461,-57.08574295043945,-65.65969848632812,97.81672668457031,-58.35059356689453,79.9796142578125,190.7470245361328,75.17505645751953,80.1855697631836,182.74151611328125,75.01941680908203,84.49883270263672,185.5007781982422,61.681461334228516,22.19680404663086,125.18365478515625,10.32689094543457,33.476318359375,113.65978240966797,4.668500900268555,31.941146850585938,126.05879974365234,19.959396362304688,78.61903381347656,87.98908233642578,97.36217498779297,55.92604446411133,94.42828369140625,105.98321533203125,67.92232513427734,86.93345642089844,103.18895721435547,66.48431396484375,193.3423309326172,-77.50227355957031,65.67285919189453,209.41004943847656,-69.81243133544922,79.3785629272461,197.569091796875,-74.83686828613281,-90.15204620361328,115.69607543945312,-80.64742279052734,-81.16231536865234,111.59626770019531,-83.59443664550781,-71.97713470458984,123.77888488769531,-78.19326782226562,33.71833419799805,119.23699951171875,57.52561950683594,16.36561393737793,123.2048568725586,77.92497253417969,39.5638542175293,117.72195434570312,58.70820617675781,-38.417503356933594,78.42094421386719,96.95132446289062,-61.75050735473633,67.24520111083984,80.94911193847656,-55.77847671508789,73.6798324584961,84.27447509765625,12.296462059020996,131.2544403076172,42.415199279785156,9.609844207763672,133.43362426757812,50.43828582763672,26.569578170776367,118.9219741821289,53.071388244628906,9.175524711608887,158.6808319091797,72.01625061035156,4.048532962799072,170.77854919433594,101.14497375488281,7.952828884124756,158.70127868652344,87.9083251953125,-98.83868408203125,107.2736587524414,71.54999542236328,-94.50240325927734,119.73835754394531,68.88925170898438,-104.45832824707031,109.6962661743164,71.24612426757812,72.48099517822266,210.38795471191406,16.92439079284668,70.0745849609375,212.7349853515625,27.353574752807617,63.52430725097656,202.68312072753906,12.752969741821289,77.69480895996094,57.14558792114258,-46.69675064086914,84.1588363647461,64.62435913085938,-52.3199348449707,79.4499740600586,65.2092514038086,-64.36800384521484,-114.7887954711914,106.68826293945312,-20.81834602355957,-118.71751403808594,100.27145385742188,-10.567824363708496,-113.51111602783203,106.9464111328125,-7.754847049713135,-74.29985046386719,173.19137573242188,94.26039123535156,-85.04786682128906,161.28610229492188,88.08458709716797,-78.85077667236328,156.90216064453125,96.14305877685547,100.53578186035156,193.09849548339844,-16.385940551757812,83.89588928222656,209.23291015625,-10.747550964355469,99.77519226074219,197.41831970214844,-19.671186447143555,-2.1050870418548584,117.29205322265625,72.98175048828125,-2.35076904296875,125.66497802734375,54.14982223510742,-5.41002893447876,132.27731323242188,50.99484634399414,3.2482309341430664,128.04176330566406,113.88226318359375,10.645368576049805,115.46853637695312,97.00406646728516,9.594961166381836,118.50386810302734,95.57975006103516,-25.224149703979492,195.82159423828125,-116.63540649414062,-11.553667068481445,182.0029296875,-133.38706970214844,-17.835437774658203,203.01600646972656,-107.76273345947266,47.536865234375,71.63838958740234,104.9439926147461,27.990732192993164,79.16160583496094,101.10883331298828,42.776451110839844,74.05455017089844,97.95922088623047,109.4815444946289,144.48744201660156,-66.00892639160156,102.3018569946289,151.44842529296875,-72.18479919433594,98.57685852050781,130.20648193359375,-67.39583587646484,-69.44587707519531,70.25946044921875,76.0968017578125,-64.32127380371094,68.47450256347656,81.20935821533203,-47.27313232421875,78.97624969482422,94.7489013671875,-55.63977813720703,74.30760192871094,46.057960510253906,-52.922813415527344,67.76289367675781,40.08430480957031,-49.608707427978516,76.65621185302734,37.01926803588867,17.150733947753906,74.73219299316406,-108.12366485595703,18.575651168823242,70.21674346923828,-120.1371078491211,13.082286834716797,73.07080078125,-127.35246276855469,82.16918182373047,96.11332702636719,37.82556915283203,97.02689361572266,100.04765319824219,64.9122314453125,85.38481140136719,115.54777526855469,61.63138198852539,-63.88798141479492,77.84323120117188,82.84271240234375,-55.77847671508789,73.6798324584961,84.27447509765625,-65.30482482910156,71.127197265625,74.68640899658203,78.20186614990234,182.88818359375,72.12865447998047,72.04771423339844,168.7237548828125,59.41313934326172,70.28711700439453,177.78173828125,74.01812744140625,34.00872039794922,121.65003967285156,75.71562957763672,42.958717346191406,117.78428649902344,64.7479248046875,44.4786491394043,114.87017822265625,68.33631134033203,71.16761779785156,59.890220642089844,59.19605255126953,72.66344451904297,62.844364166259766,53.325233459472656,74.01195526123047,63.62308883666992,77.74195861816406,39.039188385009766,199.44898986816406,-99.37568664550781,42.53361511230469,217.21389770507812,-83.62032318115234,44.70976638793945,209.81398010253906,-85.187744140625,22.355255126953125,92.19275665283203,87.86143493652344,42.271297454833984,86.2586898803711,79.41702270507812,40.39837646484375,92.33744049072266,76.26426696777344,-64.53785705566406,106.01245880126953,75.1574478149414,-54.34828567504883,106.0807876586914,59.04279327392578,-48.865421295166016,110.433837890625,72.63838958740234,-46.18855667114258,101.38648986816406,-33.7761344909668,-36.243404388427734,104.88661193847656,-27.374465942382812,-20.925857543945312,103.16838073730469,-40.743141174316406,-8.70419692993164,84.24459075927734,100.97479248046875,-15.240184783935547,67.77867126464844,110.36080932617188,-12.465195655822754,70.19644927978516,96.7865219116211,-5.3471269607543945,167.92332458496094,-144.11605834960938,-8.773706436157227,152.34115600585938,-149.81129455566406,-12.115629196166992,169.68585205078125,-147.1133575439453,-1.1305040121078491,122.55062103271484,17.628461837768555,-12.870573043823242,113.38894653320312,22.960580825805664,-13.890517234802246,119.26850891113281,15.761163711547852,41.19839096069336,96.3323974609375,-7.5952229499816895,38.89327621459961,104.36200714111328,7.690646171569824,46.608985900878906,103.69266510009766,-1.6623250246047974,-54.09978103637695,74.52758026123047,-56.46076202392578,-50.45915985107422,67.3763427734375,-57.91664505004883,-70.47742462158203,74.95087432861328,-68.3578109741211,80.13551330566406,199.00791931152344,58.19786834716797,78.142578125,188.31568908691406,73.49066162109375,71.87969970703125,197.83265686035156,73.29264068603516,-90.05592346191406,98.27914428710938,-112.54249572753906,-78.63105773925781,92.17940521240234,-117.97789001464844,-74.41520690917969,99.56770324707031,-127.14370727539062,85.61637115478516,125.19913482666016,-41.061424255371094,86.57566833496094,115.46106719970703,-61.582149505615234,91.38877868652344,121.80738830566406,-44.166133880615234,55.38802719116211,113.30118560791016,32.96924591064453,43.21674728393555,111.20904541015625,40.460567474365234,45.492916107177734,105.55150604248047,29.586490631103516,-25.362226486206055,81.16168975830078,99.05352020263672,-23.45148468017578,82.13600158691406,90.2119140625,-28.011817932128906,80.76681518554688,104.4115219116211,88.70700073242188,86.3094482421875,-72.10209655761719,75.02999114990234,83.66657257080078,-66.21734619140625,92.13038635253906,100.56185913085938,-63.398658752441406,42.918365478515625,72.99603271484375,25.275888442993164,40.93678665161133,80.09168243408203,26.178367614746094,54.71042251586914,74.09476470947266,37.13072204589844,-4.625249862670898,145.14476013183594,117.46847534179688,0.11191999912261963,131.69039916992188,124.23583984375,1.6950759887695312,145.96734619140625,121.56080627441406,-37.525978088378906,209.35348510742188,61.35078048706055,-47.13651657104492,199.72398376464844,76.50302124023438,-47.571800231933594,209.59182739257812,72.65129852294922,87.55970001220703,59.483341217041016,43.64421463012695,87.44318389892578,69.49163818359375,39.613216400146484,96.57784271240234,65.8479995727539,50.1306266784668,107.62024688720703,163.939208984375,15.748473167419434,96.62750244140625,161.9873504638672,11.498259544372559,105.33504486083984,153.10301208496094,4.242823123931885,-98.47779846191406,126.30315399169922,-43.11570739746094,-111.81576538085938,138.8389434814453,-31.647388458251953,-93.56660461425781,130.16860961914062,-35.54350662231445,-34.35194396972656,85.91840362548828,-145.88320922851562,-17.910497665405273,75.40157318115234,-140.6155548095703,-30.255050659179688,93.81668090820312,-153.25103759765625,114.59178924560547,165.5377197265625,28.539186477661133,112.41445922851562,162.01109313964844,35.785518646240234,117.9886474609375,152.1402587890625,16.814495086669922,-98.69625091552734,85.70879364013672,29.831878662109375,-88.44363403320312,87.12002563476562,28.985275268554688,-91.52178955078125,90.04228973388672,42.269676208496094,58.22028732299805,116.20892333984375,-144.6933135986328,69.83524322509766,120.43946075439453,-141.15760803222656,60.01958084106445,110.84180450439453,-144.70028686523438,28.078535079956055,60.25128173828125,48.457740783691406,34.600868225097656,57.157718658447266,40.95732116699219,31.518455505371094,55.93595504760742,47.76823806762695,-26.607921600341797,61.39918518066406,24.637327194213867,-20.42494010925293,63.868953704833984,28.59036636352539,-22.129884719848633,61.624210357666016,35.036678314208984,4.602146148681641,122.86155700683594,111.88473510742188,-5.228446006774902,129.67434692382812,112.73015594482422,1.7623670101165771,122.33008575439453,100.54651641845703,-31.90500259399414,50.87805938720703,86.09745788574219,-23.398969650268555,61.9066162109375,82.58216857910156,-28.380414962768555,49.298927307128906,82.07652282714844,-32.2493896484375,230.17945861816406,51.79884338378906,-34.81209945678711,228.8606719970703,40.60322570800781,-44.90140151977539,223.61976623535156,52.09313201904297,-85.42207336425781,163.0582733154297,67.4488525390625,-93.49198150634766,161.7835693359375,63.932064056396484,-72.8224868774414,166.13282775878906,65.99421691894531,84.0453872680664,210.12979125976562,51.22041320800781,69.1623306274414,207.26055908203125,71.95497131347656,76.40596008300781,207.06454467773438,63.76730728149414,52.362342834472656,232.4446258544922,-34.81361770629883,57.91518020629883,226.7030487060547,-40.520591735839844,43.84737014770508,232.38047790527344,-42.524295806884766,-6.812516212463379,206.05284118652344,44.71659469604492,-4.805659770965576,192.08419799804688,64.39812469482422,-6.695957183837891,195.58580017089844,46.299861907958984,-34.89548110961914,61.274539947509766,76.31564331054688,-42.56327438354492,60.76958465576172,85.7494888305664,-47.73599624633789,57.97261047363281,75.4116439819336,93.0793685913086,213.20608520507812,25.447919845581055,90.31196594238281,213.96469116210938,9.833093643188477,77.68000793457031,218.79685974121094,25.59188461303711,-81.16024780273438,120.18922424316406,-70.61243438720703,-72.76606750488281,129.1578826904297,-78.18599700927734,-65.7303237915039,129.78326416015625,-67.46099090576172,-7.128023147583008,228.18919372558594,-36.65106201171875,-3.6774730682373047,220.5534210205078,-39.646812438964844,-6.503259181976318,226.90003967285156,-64.5916748046875,72.18305969238281,65.09041595458984,59.385169982910156,69.87747955322266,65.61933135986328,69.34390258789062,69.74373626708984,61.710628509521484,65.95330047607422,14.256820678710938,79.00827026367188,55.9404296875,9.523965835571289,75.30885314941406,54.855716705322266,12.818527221679688,83.42935943603516,59.14530944824219,-5.091381072998047,86.9243392944336,-111.44984436035156,-5.705565929412842,92.2613525390625,-90.4621810913086,-5.438755989074707,84.81947326660156,-76.50140380859375,67.9739990234375,219.47369384765625,5.822144031524658,60.99321365356445,217.06991577148438,10.251946449279785,63.055625915527344,205.15899658203125,10.440242767333984,-70.60357666015625,106.13658905029297,75.07186889648438,-64.53785705566406,106.01245880126953,75.1574478149414,-77.55443572998047,106.79398345947266,93.57109832763672,3.7838070392608643,92.86139678955078,92.86126708984375,2.7956559658050537,105.73411560058594,84.79367065429688,7.176292896270752,97.24952697753906,99.76619720458984,-98.45710754394531,85.12117767333984,64.96881866455078,-91.8303451538086,80.75312042236328,47.319923400878906,-92.64362335205078,91.3301773071289,60.35519027709961,14.705652236938477,147.50555419921875,119.37715911865234,7.629776954650879,150.48069763183594,114.10887908935547,8.30152702331543,154.9699249267578,113.00928497314453,-91.61943817138672,196.7655487060547,-43.18775177001953,-79.83560943603516,204.6714324951172,-42.766448974609375,-77.02412414550781,207.99481201171875,-34.76236343383789,-57.44452667236328,194.0998992919922,-101.68341827392578,-71.30335235595703,190.19912719726562,-99.44384002685547,-59.8479118347168,200.12924194335938,-93.84819030761719,66.7156753540039,51.484039306640625,38.887020111083984,57.58679962158203,62.763004302978516,27.01020050048828,65.28032684326172,65.86991119384766,28.330806732177734,67.61170959472656,56.986236572265625,-5.4001688957214355,62.1158447265625,53.45322799682617,-8.045208930969238,74.09313201904297,58.43781280517578,-9.221686363220215,-51.15834426879883,222.66015625,-44.30753707885742,-50.34506607055664,212.6516571044922,-45.49161911010742,-67.5833740234375,207.8456573486328,-47.340049743652344,-29.548250198364258,89.25272369384766,36.914127349853516,-20.13892364501953,84.8897933959961,43.248661041259766,-17.259675979614258,93.8796157836914,43.83869171142578,-16.00943946838379,136.1747283935547,25.430057525634766,-13.284411430358887,139.54989624023438,40.31793212890625,-20.9766845703125,128.41920471191406,36.13793182373047,79.17877197265625,120.22924041748047,-26.08198356628418,70.15813446044922,147.63731384277344,-9.758296966552734,75.49848175048828,136.1901092529297,-22.574068069458008,-9.98210620880127,112.8322982788086,53.02827072143555,-10.723833084106445,111.49386596679688,50.05675506591797,-7.447083950042725,111.33930969238281,51.27189254760742,23.399023056030273,227.89578247070312,-65.25413513183594,21.96610450744629,230.48599243164062,-47.99159240722656,15.036005973815918,229.62327575683594,-62.5589485168457,-94.49409484863281,208.6692657470703,14.816750526428223,-104.38175964355469,187.4554901123047,32.499412536621094,-105.99246978759766,190.4818115234375,21.12437629699707,37.821964263916016,240.92018127441406,17.095088958740234,27.656051635742188,244.3241424560547,19.952484130859375,42.1666259765625,241.24656677246094,29.31167984008789,-65.69013214111328,66.36209106445312,92.35769653320312,-68.23784637451172,67.25631713867188,72.14512634277344,-56.013771057128906,72.4996337890625,88.43408966064453,-67.5833740234375,207.8456573486328,-47.340049743652344,-89.45808410644531,203.8422088623047,-46.47993469238281,-78.69656372070312,207.29098510742188,-44.65048599243164,-30.97725486755371,227.35787963867188,-67.58818817138672,-43.676177978515625,223.07913208007812,-67.91161346435547,-47.000423431396484,221.61279296875,-55.83653259277344,33.196346282958984,84.26681518554688,-16.2333984375,37.813846588134766,89.91278839111328,-3.083904981613159,41.19839096069336,96.3323974609375,-7.5952229499816895,-89.61543273925781,76.58514404296875,77.0522232055664,-66.46864318847656,70.18083953857422,52.02075958251953,-76.76827239990234,76.60464477539062,72.0863265991211,-111.580322265625,82.55152130126953,-23.574129104614258,-116.22711181640625,94.32284545898438,-20.23102569580078,-117.64068603515625,92.67330932617188,-3.570585012435913,-40.224449157714844,79.89698028564453,76.31905364990234,-20.534975051879883,82.89144897460938,81.93370819091797,-23.45148468017578,82.13600158691406,90.2119140625,16.56370735168457,155.36709594726562,121.0062255859375,23.784507751464844,143.5245819091797,125.56130981445312,12.964091300964355,131.75369262695312,125.22808837890625,98.05500030517578,135.2943115234375,-26.16860008239746,112.81534576416016,139.95172119140625,-24.980478286743164,97.91678619384766,148.21275329589844,-9.184024810791016,108.48190307617188,192.58128356933594,20.802165985107422,107.42692565917969,188.4367218017578,32.07767868041992,109.91407012939453,180.93280029296875,28.040422439575195,-115.54367065429688,121.70584869384766,3.8991498947143555,-118.14871978759766,133.76156616210938,13.474762916564941,-111.76229095458984,124.51238250732422,11.32789421081543,-94.5400161743164,77.48673248291016,44.9108772277832,-90.54688262939453,84.78633117675781,44.691959381103516,-91.8336181640625,74.71084594726562,42.511260986328125,-15.132678985595703,98.51221466064453,45.43159103393555,-23.035173416137695,95.35729217529297,44.17595291137695,-18.953529357910156,100.94432830810547,46.90556716918945,76.93575286865234,106.04710388183594,-65.86907196044922,79.98441314697266,112.3026123046875,-52.648597717285156,73.49797058105469,99.72413635253906,-47.623626708984375,5.235879898071289,125.68950653076172,38.0400505065918,3.313330888748169,132.76116943359375,44.246150970458984,10.63745403289795,127.1783676147461,36.46415710449219,-6.949038028717041,177.23289489746094,-42.81974792480469,-5.433413982391357,179.8986053466797,-28.9405460357666,-8.42816162109375,187.49571228027344,-22.971189498901367,34.20354461669922,105.07881927490234,-155.86886596679688,29.245241165161133,96.58519744873047,-157.25657653808594,23.829265594482422,120.4374008178711,-162.53976440429688,-111.76229095458984,124.51238250732422,11.32789421081543,-110.12803649902344,135.38229370117188,21.004507064819336,-98.6882553100586,129.4082794189453,19.553834915161133,44.798465728759766,194.3927459716797,88.87568664550781,43.46480941772461,183.54251098632812,95.22896575927734,49.07829666137695,190.35537719726562,94.7646255493164,56.50421905517578,122.74421691894531,113.96036529541016,75.31399536132812,122.29341888427734,105.41329956054688,67.83708190917969,116.27498626708984,108.36624908447266,41.00775146484375,184.12940979003906,-96.19181060791016,44.272186279296875,200.6680145263672,-79.94055938720703,40.01127624511719,191.04586791992188,-92.535888671875,-103.79408264160156,176.14820861816406,7.275579929351807,-107.95305633544922,185.7510986328125,7.93242883682251,-106.25720977783203,185.040283203125,14.665705680847168,-62.16828918457031,226.6083526611328,-19.911191940307617,-73.80087280273438,205.7476348876953,-28.160646438598633,-74.51847076416016,218.7817840576172,-24.91919708251953,-16.545085906982422,48.00584030151367,82.04385375976562,-21.8492488861084,39.400184631347656,76.1640625,-12.909683227539062,45.756988525390625,75.32939910888672,-8.420494079589844,129.22439575195312,81.0232162475586,-12.60818862915039,135.6184844970703,97.97708892822266,-9.030932426452637,143.65269470214844,94.29449462890625,-5.956813812255859,179.64405822753906,10.395219802856445,-8.738142013549805,155.62876892089844,26.809959411621094,-8.09328842163086,173.87265014648438,20.85844612121582,46.936676025390625,77.50715637207031,2.4420289993286133,50.938995361328125,68.16825866699219,-9.415324211120605,53.90544891357422,79.78199005126953,5.587244033813477,-8.096053123474121,134.5164794921875,63.33620071411133,-12.33561897277832,129.54774475097656,59.4714469909668,-11.902545928955078,138.2097625732422,59.72636795043945,-20.221288681030273,77.9031753540039,41.92203903198242,-22.99356460571289,66.10958862304688,40.12897491455078,-17.74261474609375,54.50736999511719,50.762451171875,11.238704681396484,125.70133209228516,-151.3881378173828,19.172313690185547,119.95561218261719,-158.61819458007812,13.315604209899902,130.80108642578125,-155.5021514892578,74.72826385498047,220.4300537109375,-20.974103927612305,58.78751754760742,227.242431640625,-16.08921241760254,60.766319274902344,214.63064575195312,-18.350000381469727,-101.47461700439453,87.1323013305664,-55.3012580871582,-107.15848541259766,102.04547119140625,-51.42906188964844,-108.84778594970703,106.6044692993164,-40.416439056396484,26.15845489501953,119.7763442993164,-158.9589385986328,30.25417137145996,93.81809997558594,-153.2515869140625,32.35838317871094,106.4462661743164,-153.7146453857422,-27.45228385925293,86.0462875366211,98.67768859863281,-33.89995193481445,92.15567779541016,102.04971313476562,-23.53960418701172,86.74449157714844,94.01470184326172,-26.270109176635742,77.36003875732422,-79.40946960449219,-38.55781936645508,79.07069396972656,-84.74488830566406,-28.92439079284668,72.1761703491211,-93.7677001953125,-13.315604209899902,130.80108642578125,-155.5021514892578,-12.003325462341309,148.0187530517578,-149.7499542236328,-24.469953536987305,133.707275390625,-158.97030639648438,-61.75050735473633,67.24520111083984,80.94911193847656,-38.417503356933594,78.42094421386719,96.95132446289062,-38.566307067871094,76.0250473022461,100.90701293945312,-8.851582527160645,102.21501922607422,38.677947998046875,-14.95590591430664,94.83319091796875,45.18904113769531,-15.132678985595703,98.51221466064453,45.43159103393555,-33.3806037902832,120.7144775390625,127.46573638916016,-45.95357131958008,120.82859802246094,123.717041015625,-31.190799713134766,112.89189910888672,123.4387435913086,45.16373062133789,88.44246673583984,20.103424072265625,22.872278213500977,105.13094329833984,31.989450454711914,37.07941436767578,89.01306915283203,22.47262954711914,-28.05832862854004,228.00987243652344,58.753273010253906,-17.318824768066406,216.6053924560547,72.6077880859375,-14.624279022216797,224.58448791503906,61.80965805053711,-21.96610450744629,230.48599243164062,-47.99159240722656,-15.036005973815918,229.62327575683594,-62.5589485168457,-15.418994903564453,230.96990966796875,-41.08600997924805,55.92604446411133,94.42828369140625,105.98321533203125,82.12056732177734,87.6324234008789,87.52738952636719,51.325653076171875,95.41460418701172,103.81310272216797,-54.868507385253906,127.17938995361328,118.62489318847656,-66.86566162109375,142.00547790527344,109.3183364868164,-54.8390007019043,136.63436889648438,119.5387191772461,-105.18741607666016,128.10263061523438,74.3580093383789,-101.32579803466797,123.6048583984375,69.70572662353516,-94.26577758789062,110.58712005615234,80.78617858886719,95.59564208984375,116.80802154541016,-64.63908386230469,87.12835693359375,119.42559051513672,-72.41625213623047,93.5919418334961,130.51177978515625,-82.4119644165039,63.52430725097656,202.68312072753906,12.752969741821289,78.66669464111328,197.50616455078125,-4.109201908111572,87.89824676513672,209.62765502929688,5.668880939483643,100.3615493774414,133.23553466796875,-28.230846405029297,105.74786376953125,137.4070281982422,-21.51056480407715,108.516357421875,130.78501892089844,-24.37543296813965,74.29874420166016,173.19122314453125,94.26065826416016,62.39500427246094,186.53564453125,93.53490447998047,64.45278930664062,174.7908172607422,100.29017639160156,49.033660888671875,203.38929748535156,80.05643463134766,44.798465728759766,194.3927459716797,88.87568664550781,49.07829666137695,190.35537719726562,94.7646255493164,-107.63152313232422,124.38351440429688,49.71295166015625,-116.8615493774414,119.27728271484375,33.2077751159668,-101.4483642578125,135.3737030029297,55.67897033691406,-69.64972686767578,68.87125396728516,77.39997100830078,-74.00239562988281,63.60660934448242,77.77310180664062,-70.97499084472656,66.51750183105469,89.15250396728516,70.17194366455078,68.3995132446289,-1.5896589756011963,60.62518310546875,58.24581527709961,-3.829922914505005,67.61170959472656,56.986236572265625,-5.4001688957214355,-16.542980194091797,109.44652557373047,45.0804557800293,-24.87904167175293,100.24042510986328,38.69691467285156,-20.861967086791992,109.21916198730469,46.877079010009766,-15.141597747802734,103.49291229248047,-32.58839416503906,-21.297826766967773,105.89209747314453,-7.579628944396973,-12.705788612365723,112.39704895019531,-7.784809112548828,90.9525375366211,190.4607391357422,48.03644561767578,84.0453872680664,210.12979125976562,51.22041320800781,93.29003143310547,179.25772094726562,58.80222702026367,-55.76068115234375,202.9146728515625,33.98698425292969,-59.95848083496094,213.79086303710938,29.182947158813477,-62.238094329833984,204.19309997558594,21.293533325195312,-20.51275634765625,73.72063446044922,40.82139587402344,-20.42494010925293,63.868953704833984,28.59036636352539,-20.983301162719727,81.5977554321289,36.5035400390625,0.20291300117969513,118.36135864257812,4.723515033721924,-4.955212116241455,122.908447265625,7.234683036804199,-17.200775146484375,113.70829772949219,5.430655002593994,33.1617546081543,199.5635986328125,-106.57319641113281,37.63487243652344,194.41632080078125,-101.94630432128906,35.32354736328125,203.21109008789062,-97.20269012451172,4.301116943359375,111.832275390625,76.62030029296875,4.256759166717529,101.45594024658203,73.86345672607422,4.3475189208984375,114.62334442138672,64.15576934814453,70.77445983886719,152.7397918701172,-111.68082427978516,73.24378967285156,166.6791229248047,-98.1771240234375,70.87261199951172,165.0805206298828,-113.56341552734375,-44.469303131103516,227.4762725830078,-18.767990112304688,-61.95008087158203,218.2574462890625,-17.678518295288086,-58.9594841003418,217.7581024169922,-20.428483963012695,-30.476749420166016,63.581748962402344,54.15178680419922,-26.684541702270508,61.53421401977539,55.37407684326172,-28.398874282836914,66.17446899414062,54.65324401855469,-23.039852142333984,80.9091796875,-70.77544403076172,-26.270109176635742,77.36003875732422,-79.40946960449219,-20.68851089477539,77.37897491455078,-90.05858612060547,95.3348159790039,74.59404754638672,50.228981018066406,91.06401062011719,77.66991424560547,45.430145263671875,86.33592987060547,69.87566375732422,42.43001937866211,92.6436538696289,91.33015441894531,60.3552131652832,98.45708465576172,85.12135314941406,64.96897888183594,89.64336395263672,96.9918212890625,69.93223571777344,-12.577263832092285,148.47811889648438,66.3758316040039,-23.816810607910156,138.9362030029297,54.0575065612793,-18.38373374938965,142.36306762695312,66.0868911743164,-57.5706901550293,228.5319061279297,7.948878765106201,-60.99321365356445,217.06991577148438,10.251944541931152,-62.45002746582031,219.61737060546875,21.67955780029297,3.64349102973938,162.34725952148438,88.83456420898438,1.7030290365219116,172.92800903320312,99.00377655029297,6.41330623626709,166.47943115234375,77.62360382080078,-39.59346389770508,187.04103088378906,69.85950469970703,-33.471153259277344,209.76686096191406,61.181941986083984,-39.80952453613281,195.4752655029297,71.45570373535156,77.16297912597656,114.74024200439453,-63.75830078125,77.36447143554688,118.9446029663086,-51.81541061401367,68.55704498291016,132.4423065185547,-59.80177688598633,-38.417503356933594,78.42094421386719,96.95132446289062,-30.05129051208496,83.99495697021484,96.41427612304688,-25.362226486206055,81.16168975830078,99.05352020263672,-65.67469787597656,107.10035705566406,-74.09342193603516,-66.61727142333984,106.04496002197266,-77.8104248046875,-69.65823364257812,113.73649597167969,-82.45230865478516,23.101787567138672,61.913944244384766,82.74803924560547,17.506038665771484,65.60673522949219,93.59375,27.63766860961914,57.401798248291016,81.7559585571289,27.70047950744629,240.23631286621094,-38.3076057434082,17.936222076416016,244.4623565673828,-19.998926162719727,27.667491912841797,242.72915649414062,-26.86603546142578,91.51162719726562,92.52264404296875,-88.3656234741211,84.49114990234375,88.55563354492188,-100.24484252929688,91.97430419921875,91.04540252685547,-102.24309539794922,8.27265453338623,102.0000228881836,52.78928756713867,8.60074234008789,106.15299987792969,42.50307083129883,7.530823230743408,110.45130157470703,48.500431060791016,71.87969970703125,197.83265686035156,73.29264068603516,69.2813720703125,214.02886962890625,58.59878921508789,81.30088806152344,208.8670654296875,50.02153396606445,-11.902545928955078,138.2097625732422,59.72636795043945,-12.33561897277832,129.54774475097656,59.4714469909668,-21.648609161376953,126.52613067626953,51.886985778808594,-44.90140151977539,223.61976623535156,52.09313201904297,-52.96784591674805,214.69351196289062,49.070350646972656,-47.752681732177734,219.7784423828125,56.63386535644531,-99.19862365722656,88.05891418457031,77.53034210205078,-101.08206939697266,84.93667602539062,63.291996002197266,-102.78595733642578,75.85038757324219,66.82579803466797,-8.976302146911621,197.3277130126953,-15.172175407409668,-10.657565116882324,189.61106872558594,-33.444679260253906,-6.704352855682373,192.55970764160156,-41.19044494628906,100.22598266601562,119.19369506835938,8.87097454071045,98.6882553100586,129.4082794189453,19.553834915161133,111.76229095458984,124.51238250732422,11.32789421081543,8.48337459564209,133.43040466308594,-154.61474609375,3.1007750034332275,150.23641967773438,-139.17782592773438,8.773707389831543,152.3411407470703,-149.81129455566406,101.89845275878906,182.08578491210938,-38.8692741394043,95.15128326416016,196.4221649169922,-28.594457626342773,101.96318817138672,191.59307861328125,-31.041866302490234,50.96875762939453,64.10126495361328,31.54924201965332,45.96170425415039,68.93574523925781,30.65898895263672,45.33082962036133,55.39805221557617,38.68320083618164,39.813392639160156,195.4762725830078,71.46228790283203,44.51581573486328,203.40655517578125,77.35077667236328,33.47113800048828,209.7670440673828,61.181678771972656,5.081424236297607,106.62617492675781,42.9200439453125,4.184377193450928,112.26795196533203,48.139183044433594,4.712179183959961,105.94206237792969,34.2668342590332,105.74786376953125,137.4070281982422,-21.51056480407715,107.1051254272461,147.1441650390625,-8.04634952545166,114.97502136230469,137.0437774658203,-14.852585792541504,-109.5147705078125,102.8717041015625,-52.77103805541992,-110.37092590332031,99.59405517578125,-47.048484802246094,-112.08104705810547,114.47064208984375,-34.80181121826172,-42.58393859863281,230.37142944335938,-40.611244201660156,-28.27916145324707,226.7459259033203,-50.48664474487305,-27.393428802490234,234.7589569091797,-41.28703689575195,100.23837280273438,81.30986022949219,12.016256332397461,102.23802947998047,76.23363494873047,0.8131049871444702,89.83273315429688,65.53521728515625,-4.360073089599609,14.089798927307129,64.64900207519531,108.297119140625,17.025774002075195,62.429931640625,93.29082489013672,19.008995056152344,59.92741012573242,87.0731201171875,50.45915985107422,67.3763427734375,-57.91664505004883,54.09978103637695,74.52758026123047,-56.46076202392578,70.47742462158203,74.95087432861328,-68.3578109741211,104.21128845214844,85.13671112060547,11.276299476623535,100.23837280273438,81.30986022949219,12.016256332397461,106.2439193725586,88.58229064941406,21.16057777404785,-85.61052703857422,158.8977508544922,80.35253143310547,-85.04786682128906,161.28610229492188,88.08458709716797,-81.05012512207031,172.7648162841797,78.05879211425781,105.68888854980469,124.9327392578125,66.68745422363281,106.07733154296875,132.7441864013672,66.78670501708984,105.18741607666016,128.1026153564453,74.35801696777344,-45.61625289916992,167.74081420898438,-111.31486511230469,-38.95708465576172,162.1116180419922,-122.22640991210938,-35.36204147338867,165.66053771972656,-130.74490356445312,39.72952651977539,68.60160064697266,-25.81331443786621,44.518760681152344,66.14697265625,-18.25432777404785,35.14641189575195,79.40946197509766,-11.093684196472168,15.597996711730957,125.62800598144531,-1.3553709983825684,14.020550727844238,134.8879852294922,2.7262279987335205,23.18568229675293,129.4649200439453,11.387181282043457,106.05764770507812,126.24493408203125,-40.878929138183594,91.38877868652344,121.80738830566406,-44.166133880615234,96.229248046875,120.50102996826172,-49.481300354003906,2.386573076248169,118.10708618164062,118.6609878540039,0.11191999912261963,131.69039916992188,124.23583984375,-1.584414005279541,129.54598999023438,118.43373107910156,19.02179718017578,100.84334564208984,-27.31584358215332,11.930814743041992,103.37716674804688,-28.133188247680664,13.318300247192383,99.4697036743164,-33.31476974487305,64.69459533691406,64.22799682617188,88.38091278076172,47.536865234375,71.63838958740234,104.9439926147461,42.776451110839844,74.05455017089844,97.95922088623047,-118.14871978759766,133.76156616210938,13.474762916564941,-118.45977020263672,141.58816528320312,9.548633575439453,-115.14605712890625,152.4384307861328,15.887221336364746,-80.08797454833984,167.63380432128906,86.39401245117188,-82.85502624511719,162.0660858154297,81.90015411376953,-77.69810485839844,172.00619506835938,78.50234985351562,23.422733306884766,78.66203308105469,38.352317810058594,19.930343627929688,80.93365478515625,49.7856330871582,24.24250030517578,71.77436065673828,44.74553298950195,40.51224899291992,169.1043243408203,109.24112701416016,32.915252685546875,178.55967712402344,100.1845703125,37.76974105834961,173.21592712402344,96.35525512695312,-68.45880126953125,217.7506103515625,-30.948095321655273,-68.50029754638672,217.40602111816406,-37.66354751586914,-56.9466667175293,227.00628662109375,-34.29105758666992,33.71833419799805,119.23699951171875,57.52561950683594,43.409542083740234,113.75363159179688,37.66899871826172,36.993019104003906,115.63822937011719,41.404579162597656,23.4892578125,214.2894287109375,67.01744842529297,25.12368392944336,226.10948181152344,57.43266677856445,29.89200210571289,216.428466796875,59.227394104003906,23.186931610107422,205.70693969726562,-109.77627563476562,8.70098876953125,201.56936645507812,-106.61214447021484,15.475126266479492,211.42005920410156,-98.45802307128906,-56.9466667175293,227.00628662109375,-34.29105758666992,-50.75712966918945,223.34519958496094,-41.678321838378906,-42.58393859863281,230.37142944335938,-40.611244201660156,11.089255332946777,105.98408508300781,-116.12649536132812,9.74941635131836,108.92279815673828,-103.4698257446289,7.203218936920166,99.0231704711914,-89.03534698486328,-53.53769302368164,218.6182403564453,-65.92179107666016,-47.15841293334961,210.43670654296875,-75.44271087646484,-53.96205139160156,206.0378875732422,-87.41028594970703,-73.47237396240234,45.7703857421875,91.83668518066406,-90.57829284667969,58.404441833496094,82.56949615478516,-87.58635711669922,51.30911636352539,71.25534057617188,106.95654296875,79.13361358642578,-39.793304443359375,100.06722259521484,85.9239730834961,-44.80461120605469,98.95162963867188,74.74378967285156,-49.943336486816406,120.62594604492188,127.3207015991211,26.760875701904297,115.90451049804688,143.32968139648438,34.92689895629883,118.01116180419922,135.3171844482422,39.165916442871094,23.141616821289062,174.54019165039062,108.00079345703125,12.42751693725586,187.34619140625,93.07930755615234,14.978978157043457,174.88754272460938,98.36466979980469,83.14634704589844,69.74061584472656,91.20925903320312,85.39779663085938,71.58380889892578,87.91521453857422,82.10531616210938,74.52832794189453,88.66504669189453,-70.38285827636719,86.99372863769531,102.40034484863281,-81.56787109375,85.53838348388672,93.88680267333984,-90.3812484741211,73.6368408203125,78.13758850097656,42.37100601196289,142.46499633789062,125.69268798828125,35.97691345214844,128.88113403320312,127.64546203613281,55.47634506225586,132.95159912109375,121.89090728759766,-24.072772979736328,63.510501861572266,33.660953521728516,-28.665206909179688,66.22553253173828,50.78152847290039,-24.242467880249023,71.77442932128906,44.745391845703125,-90.55218505859375,76.87577819824219,71.66030883789062,-76.74348449707031,79.35234069824219,70.84379577636719,-65.49866485595703,75.33501434326172,54.436363220214844,-62.40019226074219,186.53602600097656,93.5350341796875,-49.092987060546875,190.35629272460938,94.76378631591797,-61.02830123901367,201.45750427246094,81.64370727539062,-94.02200317382812,204.89073181152344,33.3884391784668,-93.0793685913086,213.20608520507812,25.447921752929688,-103.05939483642578,190.08697509765625,38.324798583984375,65.23735809326172,87.07986450195312,-103.23301696777344,52.01213073730469,86.94702911376953,-108.96049499511719,66.87277221679688,85.09326934814453,-120.01312255859375,-18.575651168823242,70.21674346923828,-120.1371078491211,-25.562623977661133,79.27933502197266,-82.47020721435547,-21.849477767944336,83.62380981445312,-83.07066345214844,-33.47889709472656,112.44331359863281,92.19231414794922,-16.68662452697754,113.11508178710938,94.51414489746094,-16.555580139160156,114.52710723876953,101.64080047607422,42.68283462524414,195.01063537597656,70.83163452148438,43.78786087036133,183.75267028808594,89.38780975341797,43.04157638549805,179.26686096191406,71.69452667236328,-28.79552459716797,60.93423080444336,45.1956672668457,-23.22114372253418,68.07028198242188,48.39664077758789,-26.622528076171875,62.78937530517578,55.66861343383789,107.52275085449219,174.1146697998047,-53.87812805175781,107.28033447265625,171.7886962890625,-63.068397521972656,82.78885650634766,201.88848876953125,-71.21788787841797,-68.73052978515625,217.4584503173828,51.759700775146484,-66.70819854736328,210.04583740234375,39.5942268371582,-50.79417419433594,214.86236572265625,56.902679443359375,9.982166290283203,174.39755249023438,85.7177734375,15.729280471801758,157.48048400878906,62.40656280517578,6.41330623626709,166.47943115234375,77.62360382080078,-14.223291397094727,95.5815658569336,60.02436065673828,-7.857174873352051,87.48287200927734,63.50743865966797,-11.125641822814941,87.04534912109375,67.32838439941406,-62.28108596801758,136.0875244140625,-76.66817474365234,-62.936065673828125,133.0203857421875,-77.85565948486328,-67.85125732421875,133.87548828125,-76.08859252929688,-29.45446014404297,55.49673843383789,101.63957977294922,-31.90500259399414,50.87805938720703,86.09745788574219,-45.99311065673828,47.94343566894531,98.9369888305664,-51.126220703125,75.92205047607422,55.217411041259766,-62.61098098754883,68.5387191772461,52.050716400146484,-52.83528518676758,71.04232025146484,44.929264068603516,-47.1782112121582,88.76634979248047,-143.76617431640625,-40.57426834106445,80.98563385009766,-134.94281005859375,-31.052021026611328,80.90469360351562,-139.68865966796875,-82.99710083007812,72.98148345947266,64.75359344482422,-85.84358978271484,72.56703186035156,73.35023498535156,-85.17667388916016,73.7021713256836,68.66030883789062,38.91932678222656,218.83294677734375,59.1623649597168,47.752681732177734,219.7784423828125,56.63386535644531,44.901397705078125,223.61976623535156,52.09313201904297,14.053291320800781,72.88799285888672,-139.67845153808594,7.033711910247803,81.85499572753906,-137.65878295898438,14.565265655517578,81.73927307128906,-147.63014221191406,5.956813812255859,179.64405822753906,10.395219802856445,8.09328842163086,173.87265014648438,20.85844612121582,8.738142013549805,155.62876892089844,26.809959411621094,32.21702194213867,85.12642669677734,-61.139408111572266,51.27027130126953,84.21466064453125,-64.14999389648438,34.96034240722656,83.38543701171875,-69.09227752685547,8.251152038574219,105.67386627197266,44.04989242553711,10.707463264465332,104.3367919921875,39.455787658691406,5.6972150802612305,101.8119125366211,41.48906707763672,-41.39297866821289,131.56875610351562,128.9260711669922,-52.91310501098633,142.4986572265625,122.30856323242188,-59.027984619140625,134.9453582763672,121.1052474975586,-73.55928802490234,99.89402770996094,-132.47406005859375,-92.1554183959961,96.48207092285156,-114.10717010498047,-77.27172088623047,107.35679626464844,-136.57176208496094,-110.83432006835938,175.3931427001953,29.9261474609375,-117.9886474609375,152.1402587890625,16.814495086669922,-114.99305725097656,162.94602966308594,29.256317138671875,-9.743523597717285,113.52311706542969,55.42334747314453,-8.406490325927734,105.77735137939453,55.79062271118164,-9.001264572143555,106.88619232177734,61.89632797241211,-34.914939880371094,78.82793426513672,106.07112884521484,-29.622419357299805,77.37369537353516,94.91935729980469,-45.52599334716797,66.16268157958984,83.14450073242188,-17.86136817932129,155.888671875,-151.810546875,-8.773706436157227,152.34115600585938,-149.81129455566406,-22.59303092956543,136.17648315429688,-161.1651611328125,-26.515605926513672,109.1129150390625,35.060794830322266,-9.209269523620605,124.2193832397461,38.348140716552734,-10.94087028503418,128.61451721191406,42.45955276489258,115.90451049804688,143.32968139648438,34.92689895629883,120.62594604492188,127.3207015991211,26.760875701904297,118.3827896118164,130.7242431640625,23.50640869140625,-99.69539642333984,90.68672943115234,45.67887878417969,-98.69625091552734,85.70879364013672,29.831878662109375,-91.52178955078125,90.04228973388672,42.269676208496094,-25.77630615234375,230.2619171142578,-57.38798522949219,-30.97725486755371,227.35787963867188,-67.58818817138672,-34.445404052734375,222.65879821777344,-55.17167282104492,-91.708251953125,158.64859008789062,-81.43315124511719,-76.0500717163086,163.45172119140625,-83.90935516357422,-90.45384979248047,159.8578338623047,-89.55754089355469,37.661041259765625,77.5915756225586,-109.86477661132812,50.15968322753906,89.0406265258789,-109.64122009277344,49.5764045715332,85.43209838867188,-119.96211242675781,-51.683349609375,65.04466247558594,26.483341217041016,-48.94224548339844,63.07290267944336,28.24125099182129,-57.58679962158203,62.763004302978516,27.010202407836914,87.89824676513672,209.62765502929688,5.668880939483643,72.48099517822266,210.38795471191406,16.92439079284668,63.52430725097656,202.68312072753906,12.752969741821289,68.80443572998047,67.94898986816406,91.56290435791016,57.631046295166016,71.00740814208984,104.93803405761719,69.09510040283203,63.1906623840332,90.72853088378906,-3.3181118965148926,167.21153259277344,51.21458053588867,-6.119643211364746,156.2487030029297,55.55482864379883,-7.19664192199707,158.49082946777344,42.86137771606445,6.402760028839111,165.7761688232422,-125.6214599609375,6.417544841766357,159.13792419433594,-140.81826782226562,4.765940189361572,180.7830047607422,-123.43202209472656,67.9560546875,75.18342590332031,-1.0580309629440308,57.03870391845703,92.94366455078125,21.511554718017578,68.18559265136719,81.60102844238281,10.142348289489746,-81.68103790283203,86.68816375732422,91.38320922851562,-85.14573669433594,87.66616821289062,90.80192565917969,-81.74352264404297,86.28052520751953,90.85260009765625,-77.78401947021484,167.77613830566406,57.25807189941406,-74.11593627929688,169.54600524902344,63.66252517700195,-81.47518920898438,174.8604278564453,61.91668701171875,49.20328140258789,110.28435516357422,51.05615997314453,44.4786491394043,114.87017822265625,68.33631134033203,48.06169128417969,116.43990325927734,46.4706916809082,95.17510223388672,81.85820007324219,47.8102912902832,92.01126861572266,80.76425170898438,54.474266052246094,92.91177368164062,78.96208953857422,51.64097213745117,68.55704498291016,132.4423065185547,-59.80177688598633,76.60631561279297,139.0863037109375,-41.571136474609375,88.32093811035156,124.31840515136719,-46.82741165161133,-6.035808086395264,126.5177230834961,80.65705108642578,-18.340879440307617,120.53899383544922,80.73529815673828,-13.031061172485352,121.55895233154297,75.1764144897461,27.656051635742188,244.3241424560547,19.952484130859375,21.524433135986328,240.31663513183594,31.003829956054688,27.676965713500977,240.57009887695312,35.10197448730469,-81.38240814208984,146.0229949951172,-9.1276216506958,-89.98236846923828,149.7656707763672,-1.011775016784668,-76.40282440185547,153.59637451171875,1.4166350364685059,-112.03401947021484,162.61892700195312,28.666486740112305,-107.65144348144531,175.19203186035156,30.937593460083008,-108.87322235107422,165.33697509765625,36.51504135131836,75.1155014038086,87.8558120727539,-69.80872344970703,62.4271125793457,85.31453704833984,-66.01685333251953,71.75895690917969,83.06251525878906,-71.948974609375,-91.18583679199219,95.03437042236328,-91.47882080078125,-81.71275329589844,90.5634994506836,-106.46195983886719,-90.82937622070312,93.89850616455078,-102.6877670288086,104.54413604736328,135.39593505859375,-19.331619262695312,107.83915710449219,126.3570327758789,-20.553983688354492,115.98265075683594,127.60358428955078,-15.162666320800781,-64.8144302368164,63.90972137451172,88.12175750732422,-65.5667724609375,66.93988037109375,87.9309310913086,-67.79367065429688,64.36723327636719,67.3030014038086,67.08113861083984,54.62587356567383,40.553401947021484,51.37381362915039,50.85619354248047,41.41246795654297,63.285926818847656,46.52560806274414,51.70355224609375,62.11569595336914,113.93095397949219,28.18931770324707,54.041770935058594,115.26126098632812,28.54780387878418,55.38802719116211,113.30118560791016,32.96924591064453,-92.52735137939453,151.20745849609375,77.45458984375,-77.31657409667969,159.028564453125,70.65558624267578,-80.45782470703125,144.4843292236328,77.64619445800781,35.996585845947266,157.0313262939453,124.55052185058594,35.40854263305664,156.90394592285156,122.21293640136719,40.58545684814453,157.4490509033203,119.54786682128906,-95.2078857421875,195.11390686035156,-43.27461624145508,-94.80492401123047,188.792724609375,-56.73885726928711,-95.06487274169922,182.97195434570312,-45.38040542602539,17.24275016784668,83.18737030029297,62.48294448852539,11.402618408203125,86.43389129638672,69.82990264892578,20.829185485839844,79.44316864013672,73.78951263427734,115.12496185302734,135.9701690673828,37.155208587646484,118.52147674560547,119.76044464111328,24.964763641357422,116.8615493774414,119.27728271484375,33.2077751159668,8.610063552856445,89.58917236328125,-73.47216033935547,8.099207878112793,85.9958724975586,-110.24507141113281,8.555389404296875,93.32185363769531,-88.45872497558594,32.192562103271484,75.83263397216797,106.73355865478516,25.13896369934082,76.71685028076172,100.76077270507812,40.5886116027832,65.24266815185547,84.32708740234375,-4.38447380065918,141.1875457763672,74.102783203125,-7.720942974090576,148.19415283203125,76.26089477539062,-5.5065717697143555,150.63519287109375,92.14756774902344,-20.68851089477539,77.37897491455078,-90.05858612060547,-22.3561954498291,84.81476593017578,-66.23357391357422,-23.039852142333984,80.9091796875,-70.77544403076172,-67.5833740234375,207.8456573486328,-47.340049743652344,-52.40456008911133,216.23516845703125,-48.175636291503906,-61.219024658203125,215.9253387451172,-55.04414367675781,29.666282653808594,113.30290985107422,87.7684326171875,9.296184539794922,115.55480194091797,92.60237884521484,30.2750186920166,119.4686050415039,79.96712493896484,-90.0228500366211,122.48575592041016,93.59366607666016,-98.43586730957031,121.82738494873047,85.85294342041016,-97.31594848632812,113.85214233398438,85.84551239013672,-54.62925338745117,63.191802978515625,116.0795669555664,-51.37466812133789,80.9180679321289,123.71746826171875,-39.67317581176758,78.87493896484375,125.24761962890625,33.508949279785156,101.49913787841797,-29.88155174255371,37.925315856933594,104.63526153564453,-10.519837379455566,21.19436264038086,102.87353515625,-6.824864864349365,-100.53578186035156,193.09849548339844,-16.385940551757812,-86.99811553955078,193.49082946777344,-6.940621852874756,-95.68810272216797,186.54379272460938,-11.073954582214355,105.33504486083984,153.10301208496094,4.242823123931885,96.62750244140625,161.9873504638672,11.498259544372559,88.16848754882812,148.88409423828125,2.8353230953216553,-34.81209945678711,228.8606719970703,40.60322570800781,-56.11448669433594,222.8191680908203,30.908363342285156,-43.048561096191406,221.22296142578125,37.44578170776367,8.677816390991211,144.80474853515625,18.28301239013672,5.265038013458252,151.79421997070312,8.885021209716797,11.523592948913574,133.64535522460938,3.985213041305542,-25.862924575805664,69.66375732421875,15.296279907226562,-19.28508186340332,61.082916259765625,22.34577751159668,-15.168176651000977,67.79779815673828,6.457830905914307,69.20805358886719,69.11510467529297,78.99690246582031,69.92162322998047,73.03553771972656,84.55217742919922,52.638427734375,76.67214965820312,94.34276580810547,-68.31548309326172,199.1795654296875,1.9458860158920288,-83.89588928222656,209.23291015625,-10.747550964355469,-58.71734619140625,214.0812225341797,9.563332557678223,-109.38225555419922,119.67906951904297,-38.91321563720703,-105.30277252197266,106.8594741821289,-55.39765167236328,-109.5147705078125,102.8717041015625,-52.77103805541992,-52.362342834472656,232.4446258544922,-34.81361770629883,-38.994834899902344,236.74256896972656,-27.94386100769043,-27.667490005493164,242.72915649414062,-26.86603355407715,111.96956634521484,168.02821350097656,-38.37691116333008,103.50593566894531,164.99566650390625,-42.553279876708984,108.39313507080078,153.1415557861328,-47.703826904296875,-89.2855224609375,208.77047729492188,0.9076359868049622,-102.62110900878906,184.63189697265625,-14.728189468383789,-103.19910430908203,195.23878479003906,-6.208296775817871,-27.667490005493164,242.72915649414062,-26.86603355407715,-38.994834899902344,236.74256896972656,-27.94386100769043,-30.59317970275879,237.1865997314453,-12.905254364013672,69.65823364257812,113.73649597167969,-82.45230865478516,78.2059097290039,105.6339340209961,-76.07899475097656,81.16232299804688,111.59626770019531,-83.59443664550781,-104.54413604736328,135.39593505859375,-19.331619262695312,-107.2130355834961,119.37891387939453,-36.32853698730469,-100.26226043701172,139.35447692871094,-16.152652740478516,-25.29012680053711,87.33930969238281,108.69893646240234,-42.48807907104492,79.22737121582031,112.25202178955078,-33.17500686645508,79.51311492919922,115.40216827392578,-100.36289978027344,151.11257934570312,-92.0615005493164,-94.731201171875,145.2259521484375,-104.43634796142578,-103.4900894165039,131.82223510742188,-94.60102844238281,-98.47779846191406,126.30315399169922,-43.11570739746094,-106.6687240600586,129.79806518554688,-42.66569519042969,-111.81576538085938,138.8389434814453,-31.647388458251953,-10.402689933776855,177.3456268310547,32.874351501464844,-6.04849100112915,168.06459045410156,52.00288009643555,-7.3252692222595215,183.14797973632812,58.9864616394043,4.178171157836914,72.51602935791016,82.3755111694336,4.130654811859131,60.62321853637695,66.78874969482422,5.5816731452941895,62.63309860229492,78.58785247802734,-112.5839614868164,150.9449005126953,28.352392196655273,-102.27569580078125,164.79673767089844,41.429439544677734,-112.41445922851562,162.01109313964844,35.785518646240234,-70.22882843017578,63.22846221923828,83.73918914794922,-70.57313537597656,62.58805465698242,61.461700439453125,-68.23784637451172,67.25631713867188,72.14512634277344,11.937799453735352,142.6436309814453,124.14337158203125,5.583590984344482,128.7682342529297,126.98343658447266,18.86920738220215,148.0474090576172,127.2873764038086,110.72953796386719,99.11522674560547,31.765361785888672,108.86412048339844,94.5060043334961,38.62495422363281,109.74421691894531,90.13224029541016,21.7950439453125,-38.34941482543945,223.7361602783203,-46.04253005981445,-28.27916145324707,226.7459259033203,-50.48664474487305,-42.58393859863281,230.37142944335938,-40.611244201660156,-55.432281494140625,91.24481964111328,104.12437438964844,-48.55514144897461,84.09858703613281,97.66803741455078,-41.07483673095703,92.42259216308594,103.62024688720703,70.6347885131836,219.67893981933594,54.25836944580078,50.9427490234375,219.32489013671875,62.10866928100586,54.88944625854492,214.66600036621094,73.04574584960938,-46.663326263427734,96.22201538085938,-43.49609375,-53.366424560546875,94.47216033935547,-38.67809295654297,-46.18855667114258,101.38648986816406,-33.7761344909668,-101.89845275878906,182.08578491210938,-38.8692741394043,-95.15128326416016,196.4221649169922,-28.594457626342773,-93.3024673461914,178.28623962402344,-38.217254638671875,8.610063552856445,89.58917236328125,-73.47216033935547,12.286076545715332,88.44322967529297,-62.5181884765625,9.352938652038574,78.48145294189453,-88.76448059082031,-88.015380859375,71.03922271728516,66.66117095947266,-82.99710083007812,72.98148345947266,64.75359344482422,-85.17667388916016,73.7021713256836,68.66030883789062,-114.13555145263672,116.4902114868164,54.33528518676758,-122.01402282714844,116.54417419433594,26.80463981628418,-115.06220245361328,107.3503189086914,53.35295104980469,18.86920738220215,148.0474090576172,127.2873764038086,5.583590984344482,128.7682342529297,126.98343658447266,23.952896118164062,135.74783325195312,129.43272399902344,-85.93901062011719,129.6431121826172,-83.2947006225586,-93.5919418334961,130.51177978515625,-82.41197204589844,-100.1375732421875,138.26145935058594,-85.10868835449219,-39.12210464477539,97.47710418701172,16.04416847229004,-44.353851318359375,97.7486801147461,21.28590965270996,-46.93667221069336,77.50715637207031,2.4420249462127686,-43.8237190246582,82.03018951416016,82.11577606201172,-42.89847946166992,84.2101821899414,75.54481506347656,-22.775503158569336,89.46702575683594,86.10848236083984,-50.15968322753906,89.0406265258789,-109.64122009277344,-41.47076416015625,83.25823974609375,-86.25810241699219,-37.661041259765625,77.5915756225586,-109.86477661132812,-9.291482925415039,144.7529296875,-94.25273895263672,-5.619101047515869,135.6170196533203,-109.12052154541016,-5.433269023895264,161.4710693359375,-93.48241424560547,-22.793228149414062,107.87078857421875,7.776294231414795,-13.391611099243164,120.41209411621094,8.76378059387207,-13.890517234802246,119.26850891113281,15.761163711547852,-95.48211669921875,148.82171630859375,-80.8520278930664,-95.00324249267578,138.0015106201172,-70.81275177001953,-99.18891906738281,143.39862060546875,-85.72953033447266,-40.82887268066406,141.11904907226562,-147.25315856933594,-40.34578323364258,151.19522094726562,-131.74024963378906,-48.97777557373047,141.94589233398438,-142.79800415039062,-5.3714752197265625,110.74156188964844,56.19671630859375,-6.229276180267334,100.1960220336914,53.72158432006836,-4.184370994567871,112.2679672241211,48.139183044433594,67.61170959472656,56.986236572265625,-5.4001688957214355,60.62518310546875,58.24581527709961,-3.829922914505005,62.1158447265625,53.45322799682617,-8.045208930969238,13.985893249511719,184.97613525390625,91.071044921875,26.65091896057129,199.92108154296875,83.1156997680664,22.510040283203125,192.22723388671875,89.18363952636719,63.50450897216797,117.60393524169922,25.127912521362305,54.041770935058594,115.26126098632812,28.54780387878418,62.11569595336914,113.93095397949219,28.18931770324707,-34.0474853515625,209.23077392578125,77.50743865966797,-33.471153259277344,209.76686096191406,61.181941986083984,-37.45742416381836,205.52601623535156,72.0888442993164,103.12785339355469,197.3555145263672,-19.51575469970703,83.5179214477539,218.43649291992188,-8.75722599029541,87.84197235107422,211.42837524414062,-10.802347183227539,81.3382568359375,103.03605651855469,64.85289001464844,74.07422637939453,96.66876220703125,51.403812408447266,80.13032531738281,96.25194549560547,45.46696472167969,-104.5326156616211,73.57689666748047,-1.3964990377426147,-95.6162109375,58.616851806640625,-20.42742919921875,-92.5649185180664,58.64421463012695,-10.842166900634766,39.5638542175293,117.72195434570312,58.70820617675781,36.13791275024414,124.71521759033203,74.54542541503906,45.54927444458008,121.19044494628906,61.12272262573242,60.09379959106445,39.219764709472656,73.03703308105469,72.0552749633789,42.67877960205078,77.06368255615234,65.43148040771484,42.2946891784668,91.7764892578125,114.07411193847656,163.40321350097656,-1.0959479808807373,108.25436401367188,165.10581970214844,4.815067768096924,107.5928955078125,155.9042510986328,-2.0656020641326904,52.91312026977539,65.73652648925781,35.10279846191406,52.49592590332031,63.69453048706055,30.80255126953125,59.2722282409668,67.79633331298828,31.839191436767578,-23.157150268554688,92.23755645751953,45.05472946166992,-18.06998634338379,94.88394927978516,46.35036849975586,-19.745771408081055,95.7884521484375,48.437137603759766,-98.43196868896484,208.46202087402344,16.233449935913086,-109.27803802490234,190.5305938720703,21.720413208007812,-107.42692565917969,188.4367218017578,32.07767868041992,-29.851253509521484,210.0712890625,-95.84693908691406,-25.224149703979492,195.82159423828125,-116.63540649414062,-23.15848159790039,208.9600067138672,-99.94013977050781,-17.153579711914062,100.77062225341797,-35.58440017700195,-13.318299293518066,99.4697036743164,-33.31476974487305,-19.02179718017578,100.84334564208984,-27.315841674804688,-39.40358352661133,107.50470733642578,24.830991744995117,-41.10348892211914,95.61393737792969,7.563500881195068,-46.63419723510742,82.96957397460938,3.9525859355926514,35.606929779052734,62.0504035949707,43.83412170410156,32.72819519042969,66.656982421875,23.486696243286133,25.388261795043945,63.751930236816406,27.859989166259766,119.24095153808594,119.93991088867188,35.308815002441406,105.62263488769531,132.18910217285156,55.05916976928711,114.13552856445312,116.49018859863281,54.33536148071289,10.405058860778809,154.3681640625,89.52715301513672,7.620038986206055,148.0160369873047,75.3629379272461,0.7341769933700562,150.83592224121094,92.73401641845703,-55.71971893310547,120.33760070800781,114.62873840332031,-54.868507385253906,127.17938995361328,118.62489318847656,-48.06944274902344,122.50797271728516,120.10201263427734,-85.64166259765625,78.63754272460938,76.75308990478516,-75.61366271972656,74.2154541015625,71.6416015625,-82.99710083007812,72.98148345947266,64.75359344482422,65.59535217285156,198.25921630859375,-87.59815216064453,82.54566955566406,185.02142333984375,-84.549072265625,77.7900619506836,189.1097869873047,-91.77346801757812,-43.4185905456543,86.03067016601562,-32.6182746887207,-52.42438888549805,64.57728576660156,-56.59184265136719,-40.76543426513672,79.4122543334961,-32.23484420776367,117.64068603515625,92.67330932617188,-3.570585012435913,118.20561218261719,109.99919128417969,29.699827194213867,118.15409088134766,106.36747741699219,15.468082427978516,-60.99321365356445,217.06991577148438,10.251944541931152,-63.055625915527344,205.15899658203125,10.440242767333984,-62.238094329833984,204.19309997558594,21.293533325195312,-102.11609649658203,202.4295654296875,1.4350279569625854,-99.614990234375,209.424560546875,7.138982772827148,-103.19910430908203,195.23878479003906,-6.208296775817871,67.83708190917969,116.27498626708984,108.36624908447266,75.31399536132812,122.29341888427734,105.41329956054688,94.43670654296875,115.11772918701172,84.88629150390625,9.762325286865234,207.6708221435547,-79.01626586914062,7.552223205566406,203.6851348876953,-90.15007019042969,16.485694885253906,212.16343688964844,-83.48223876953125,81.28682708740234,132.38848876953125,-81.7870101928711,91.56725311279297,135.49285888671875,-84.8985595703125,73.40448760986328,132.53451538085938,-81.40080261230469,87.44318389892578,69.49163818359375,39.613216400146484,65.28032684326172,65.86991119384766,28.330806732177734,61.682125091552734,77.00222778320312,23.512941360473633,-82.82718658447266,107.68474578857422,60.61050796508789,-79.80095672607422,105.51163482666016,64.22266387939453,-79.96604919433594,99.5076904296875,42.636390686035156,-19.180694580078125,233.3582763671875,36.71666717529297,-12.116440773010254,222.24501037597656,40.22433090209961,-15.693411827087402,216.5157470703125,43.319419860839844,17.862014770507812,118.41886901855469,126.89588928222656,8.23706340789795,119.14165496826172,124.7851333618164,15.873537063598633,112.22272491455078,121.86356353759766,30.17095375061035,110.28463745117188,33.69906997680664,47.3745231628418,96.6962661743164,26.040693283081055,41.077335357666016,91.48597717285156,18.530757904052734,62.44483947753906,134.57159423828125,-77.7880859375,71.48448181152344,129.89442443847656,-78.42339324951172,65.44947052001953,129.9379425048828,-68.06372833251953,58.912803649902344,108.56640625,26.092086791992188,55.38802719116211,113.30118560791016,32.96924591064453,54.42111587524414,98.33305358886719,19.835166931152344,97.36023712158203,113.83561706542969,85.732421875,69.05691528320312,115.200927734375,110.8533706665039,89.91448211669922,109.84773254394531,88.77339935302734,-55.022972106933594,141.01467895507812,-140.4969482421875,-53.26066970825195,130.64349365234375,-144.56504821777344,-43.51415252685547,134.26495361328125,-151.27008056640625,-37.801456451416016,105.08043670654297,123.54290771484375,-32.17607116699219,108.4768295288086,112.5331802368164,-55.715206146240234,108.39811706542969,112.809814453125,-15.617349624633789,204.77565002441406,81.28326416015625,-22.79942512512207,200.78042602539062,82.44888305664062,-17.422563552856445,191.44146728515625,78.77030181884766,74.20743560791016,71.02776336669922,112.18555450439453,78.34505462646484,62.73054122924805,103.854736328125,91.23687744140625,77.1278305053711,92.83943176269531,44.70976638793945,209.81398010253906,-85.187744140625,42.53361511230469,217.21389770507812,-83.62032318115234,47.15841293334961,210.43670654296875,-75.44271850585938,-116.22711181640625,94.32284545898438,-20.23102569580078,-112.27730560302734,96.2067642211914,-27.33443832397461,-112.40496826171875,105.14228057861328,-18.961593627929688,-24.335018157958984,129.7071533203125,30.947189331054688,-25.26554298400879,127.83161926269531,37.23456573486328,-16.11335563659668,140.64524841308594,39.79629135131836,-57.42994689941406,87.65198516845703,102.81327056884766,-78.72000885009766,86.88253784179688,89.36721801757812,-80.52652740478516,84.1977767944336,90.16075897216797,40.5886116027832,65.24266815185547,84.32708740234375,47.63299560546875,62.941253662109375,83.88052368164062,32.192562103271484,75.83263397216797,106.73355865478516,101.36370086669922,154.76649475097656,40.72553253173828,91.04193878173828,161.3468780517578,56.06117630004883,95.68852996826172,148.18960571289062,38.270816802978516,8.7423095703125,60.25130081176758,75.635009765625,16.866241455078125,61.5433464050293,84.60174560546875,15.1701021194458,47.9702262878418,76.11431884765625,-21.09579849243164,224.83102416992188,12.637887954711914,-25.6407527923584,242.56317138671875,11.223958969116211,-16.658748626708984,225.0550994873047,16.650848388671875,-14.223291397094727,95.5815658569336,60.02436065673828,-19.745771408081055,95.7884521484375,48.437137603759766,-15.636549949645996,103.2608871459961,49.041690826416016,-63.623043060302734,235.31964111328125,-4.508469104766846,-45.483787536621094,237.21368408203125,0.6815099716186523,-44.83903884887695,240.50868225097656,-7.186519145965576,85.39473724365234,210.27734375,41.36886978149414,90.9525375366211,190.4607391357422,48.03644561767578,86.2398452758789,199.8702850341797,36.97687911987305,98.6882553100586,129.4082794189453,19.553834915161133,110.35587310791016,130.1158447265625,22.576723098754883,96.46661376953125,149.29190063476562,38.68320083618164,-14.053197860717773,72.88802337646484,-139.6783905029297,-7.033711910247803,81.85499572753906,-137.65878295898438,-11.112696647644043,71.1539306640625,-130.38763427734375,9.303674697875977,88.4529037475586,65.10499572753906,8.504049301147461,94.55055236816406,50.873470306396484,8.406542778015137,105.77738952636719,55.79048538208008,66.01374816894531,105.81978607177734,73.16642761230469,49.6798095703125,109.84117889404297,71.24353790283203,63.215911865234375,102.75748443603516,61.63273239135742,54.42111587524414,98.33305358886719,19.835166931152344,45.492916107177734,105.55150604248047,29.586490631103516,44.335514068603516,97.75899505615234,21.289958953857422,-56.32909393310547,79.32967376708984,0.5420730113983154,-63.080665588378906,77.44622802734375,-3.5355451107025146,-57.455543518066406,101.15031433105469,18.13412857055664,92.61790466308594,79.22330474853516,-67.01011657714844,88.3906021118164,83.73554992675781,-69.52200317382812,79.4499740600586,65.2092514038086,-64.36800384521484,1.1860840320587158,108.78060913085938,85.96476745605469,0.6767669916152954,110.43592834472656,72.50030517578125,-0.14660200476646423,102.99063110351562,84.36286163330078,12.286076545715332,88.44322967529297,-62.5181884765625,20.3106689453125,91.52986907958984,-54.98965072631836,14.67617416381836,79.81127166748047,-78.83108520507812,-73.49797058105469,99.7241439819336,-47.623626708984375,-63.56945037841797,93.35047149658203,-48.086082458496094,-73.17425537109375,92.37495422363281,-54.88140869140625,82.29767608642578,207.51161193847656,-38.728694915771484,78.78040313720703,207.8756561279297,-31.354562759399414,91.10228729248047,199.56846618652344,-37.87826156616211,-22.438135147094727,44.57929992675781,78.41944885253906,-16.925737380981445,61.60085678100586,84.56572723388672,-15.118650436401367,48.003849029541016,76.11050415039062,11.65318489074707,149.573486328125,66.32318115234375,15.212054252624512,149.455078125,60.881221771240234,9.175524711608887,158.6808319091797,72.01625061035156,79.51021575927734,136.0320281982422,-32.59376907348633,75.39550018310547,133.9095458984375,-44.1727294921875,85.61637115478516,125.19913482666016,-41.061424255371094,-25.401548385620117,190.36416625976562,91.75225830078125,-33.33966064453125,199.02833557128906,82.99284362792969,-26.356287002563477,199.4913787841797,83.12151336669922,-69.69815063476562,56.29743957519531,-22.703405380249023,-72.15370178222656,59.04294967651367,-12.190813064575195,-63.86493682861328,57.268402099609375,-6.967719078063965,-70.78141784667969,157.80699157714844,99.25892639160156,-74.29985046386719,173.19137573242188,94.26039123535156,-78.85077667236328,156.90216064453125,96.14305877685547,54.82264709472656,73.48824310302734,89.82054901123047,67.78953552246094,74.59857940673828,81.80528259277344,67.06871795654297,67.93128967285156,74.61882781982422,10.504871368408203,73.75746154785156,46.92768478393555,14.526656150817871,71.22086334228516,45.51054382324219,7.8759260177612305,88.92263793945312,40.914405822753906,60.62291717529297,199.71934509277344,79.17431640625,59.127220153808594,189.4617919921875,88.91097259521484,47.774723052978516,188.3111572265625,92.5909652709961,88.76875305175781,108.31613159179688,-87.48455047607422,89.27560424804688,116.6982421875,-83.57420349121094,97.26398468017578,107.26725769042969,-91.2532730102539,19.451019287109375,95.36874389648438,48.210899353027344,19.64590835571289,94.15974426269531,53.98710250854492,10.299503326416016,110.1437759399414,52.5775146484375,-68.70767211914062,132.4835662841797,-59.51615524291992,-88.32093811035156,124.31840515136719,-46.82741165161133,-76.60631561279297,139.0863037109375,-41.571136474609375,-74.40422058105469,175.48703002929688,72.11038970947266,-78.87078094482422,164.7113800048828,70.33068084716797,-81.05012512207031,172.7648162841797,78.05879211425781,77.72036743164062,154.14688110351562,4.261682987213135,84.93756103515625,158.94219970703125,5.893319129943848,107.7667236328125,163.0321807861328,0.30687400698661804,66.97449493408203,134.724853515625,-70.42974090576172,62.44483947753906,134.57159423828125,-77.7880859375,61.27218246459961,134.29237365722656,-73.12728118896484,37.74403381347656,83.1976318359375,79.42710876464844,18.44489288330078,85.4499282836914,85.08058166503906,59.55311965942383,78.78655242919922,74.8623275756836,48.974361419677734,76.95391082763672,109.11919403076172,52.638427734375,76.67214965820312,94.34276580810547,38.44662094116211,81.7689437866211,100.256103515625,-82.38338470458984,148.09420776367188,-15.990107536315918,-72.58345031738281,146.7459259033203,-25.728656768798828,-82.23434448242188,139.40737915039062,-30.098804473876953,25.35953712463379,43.74195098876953,58.69119644165039,20.611160278320312,41.730525970458984,70.42280578613281,31.3713436126709,40.2414436340332,61.744163513183594,-104.24120330810547,90.08531951904297,8.986383438110352,-114.5304183959961,106.38597869873047,36.45263671875,-107.6363754272461,99.69190216064453,28.440675735473633,21.297826766967773,105.89209747314453,-7.579628944396973,38.48103332519531,107.96260070800781,-11.191243171691895,36.243404388427734,104.88661193847656,-27.374465942382812,-76.64363098144531,115.3938980102539,-65.33828735351562,-66.07865142822266,130.2561798095703,-74.03024291992188,-68.70767211914062,132.4835662841797,-59.51615524291992,78.68309783935547,130.4680633544922,-123.87065124511719,85.03469848632812,144.28250122070312,-112.2625961303711,75.45002746582031,144.87599182128906,-120.26404571533203,-9.907855987548828,95.11032104492188,67.18955993652344,-7.685923099517822,106.6725082397461,65.6501235961914,-14.304707527160645,99.92227172851562,67.1734848022461,83.5179214477539,218.43649291992188,-8.75722599029541,67.9739990234375,219.47369384765625,5.822144031524658,82.07576751708984,200.8660430908203,-4.724043846130371,-77.69480895996094,57.14558792114258,-46.69675064086914,-82.96710205078125,56.06001663208008,-32.79943084716797,-76.53624725341797,56.283653259277344,-33.18030548095703,96.27115631103516,186.12139892578125,-11.593194007873535,100.53578186035156,193.09849548339844,-16.385940551757812,107.12158966064453,178.26608276367188,-27.327123641967773,-110.83432006835938,175.3931427001953,29.9261474609375,-110.04935455322266,172.3427276611328,22.461063385009766,-117.9886474609375,152.1402587890625,16.814495086669922,-93.6555404663086,153.99806213378906,39.94346618652344,-111.48310089111328,147.24960327148438,33.80244064331055,-100.535888671875,156.31590270996094,49.32023239135742,-76.60631561279297,139.0863037109375,-41.571136474609375,-88.32093811035156,124.31840515136719,-46.82741165161133,-82.23434448242188,139.40737915039062,-30.098804473876953,36.332420349121094,59.381919860839844,66.07355499267578,33.35853576660156,65.29898071289062,76.69725036621094,24.786502838134766,59.33803176879883,68.4465103149414,-17.422563552856445,191.44146728515625,78.77030181884766,-22.79942512512207,200.78042602539062,82.44888305664062,-14.282057762145996,188.07054138183594,92.36470031738281,100.56529235839844,124.53219604492188,-100.30878448486328,86.16209411621094,124.1777572631836,-113.4048080444336,94.731201171875,145.2259521484375,-104.43634796142578,-60.766319274902344,214.63064575195312,-18.350000381469727,-74.72826385498047,220.4300537109375,-20.974103927612305,-73.24322509765625,201.7643585205078,-25.98142433166504,-91.67236328125,151.45477294921875,80.73114776611328,-78.87078094482422,164.7113800048828,70.33068084716797,-92.4787368774414,158.56344604492188,75.52931213378906,71.70513153076172,66.8367919921875,50.20970153808594,84.26958465576172,70.79714965820312,57.58388137817383,82.98446655273438,66.50895690917969,57.23339080810547,61.682125091552734,77.00222778320312,23.512941360473633,49.86157989501953,88.51607513427734,18.91764259338379,71.85260009765625,79.35469055175781,30.467241287231445,-78.84593963623047,160.8212127685547,-78.93671417236328,-91.708251953125,158.64859008789062,-81.43315124511719,-93.78952026367188,148.1875,-72.71971130371094,-93.00244140625,93.44593811035156,56.74525833129883,-90.54688262939453,84.78633117675781,44.691959381103516,-98.36134338378906,88.36918640136719,59.71878433227539,12.862848281860352,94.6546859741211,83.79803466796875,8.041726112365723,92.0652084350586,74.74008178710938,7.778458118438721,88.88175201416016,78.64942932128906,42.92170715332031,114.2971420288086,97.8868637084961,34.008480072021484,115.6334457397461,93.23210906982422,26.27352523803711,118.96112060546875,101.3903579711914,-32.002357482910156,69.31475067138672,96.87366485595703,-49.028221130371094,63.200836181640625,92.267822265625,-42.56327438354492,60.76958465576172,85.7494888305664,7.128023147583008,228.18919372558594,-36.65106201171875,11.922891616821289,232.85122680664062,-56.31474304199219,6.503259181976318,226.90003967285156,-64.5916748046875,-20.983301162719727,81.5977554321289,36.5035400390625,-25.64474868774414,85.72021484375,17.004846572875977,-23.516725540161133,86.00487518310547,35.78761672973633,26.87087059020996,171.96466064453125,115.25054931640625,18.010141372680664,165.73495483398438,120.0921401977539,33.02412796020508,158.92230224609375,124.68464660644531,-81.05924224853516,59.74949264526367,-11.560775756835938,-87.49012756347656,55.7917366027832,-18.42601776123047,-89.83273315429688,65.53521728515625,-4.360073089599609,-9.310894012451172,99.37361907958984,44.66703796386719,-6.229276180267334,100.1960220336914,53.72158432006836,-18.06998634338379,94.88394927978516,46.35036849975586,18.010141372680664,165.73495483398438,120.0921401977539,12.486275672912598,158.3285675048828,121.10138702392578,18.86920738220215,148.0474090576172,127.2873764038086,-101.36367797851562,154.76651000976562,40.725563049316406,-109.69837188720703,145.09144592285156,29.326644897460938,-95.68852996826172,148.18960571289062,38.27081298828125,7.203218936920166,99.0231704711914,-89.03534698486328,8.610063552856445,89.58917236328125,-73.47216033935547,8.555389404296875,93.32185363769531,-88.45872497558594,-56.5601921081543,91.0787124633789,99.49705505371094,-67.20490264892578,89.74581909179688,96.89192199707031,-57.42994689941406,87.65198516845703,102.81327056884766,8.406542778015137,105.77738952636719,55.79048538208008,13.350048065185547,103.95706176757812,49.81905746459961,8.010625839233398,119.82194519042969,50.624671936035156,-7.565846920013428,108.13875579833984,35.40798568725586,-7.521996021270752,110.44732666015625,48.40067672729492,-5.758423805236816,120.12358856201172,45.64159393310547,20.42494010925293,63.868953704833984,28.59036636352539,26.607921600341797,61.39918518066406,24.637327194213867,22.129884719848633,61.624210357666016,35.036678314208984,2.774167060852051,177.74510192871094,-5.873688220977783,4.248672962188721,134.7217559814453,-44.75920104980469,4.010155200958252,153.67799377441406,-16.265188217163086,11.402522087097168,84.6273193359375,-141.48606872558594,17.966495513916016,75.42828369140625,-140.6881561279297,18.409378051757812,88.74873352050781,-149.218017578125,-5.794250011444092,206.38897705078125,-92.44497680664062,-2.656424045562744,195.78953552246094,-85.0848388671875,-2.9313859939575195,190.48794555664062,-102.30718994140625,-98.79547882080078,66.83206939697266,-42.34891891479492,-103.15755462646484,74.88185119628906,-21.53298568725586,-92.51578521728516,59.579044342041016,-21.18408966064453,81.16232299804688,111.59626770019531,-83.59443664550781,90.15206909179688,115.69587707519531,-80.64750671386719,71.97700500488281,123.9697036743164,-78.05815124511719,-33.4542236328125,81.67947387695312,-61.203125,-50.96430969238281,81.34053039550781,-62.99815368652344,-44.25223159790039,81.02592468261719,-75.68167114257812,-27.7073917388916,164.62730407714844,120.24698638916016,-37.094139099121094,172.1422882080078,113.80563354492188,-43.309486389160156,160.14208984375,123.92057800292969,81.050048828125,172.7650146484375,78.0589370727539,79.70235443115234,173.59141540527344,85.2408447265625,85.04776000976562,161.28720092773438,88.0841064453125,-21.01390838623047,107.5797348022461,95.26978302001953,-27.497310638427734,108.72821807861328,91.23040008544922,-14.535069465637207,114.48091125488281,75.53838348388672,78.18464660644531,152.22010803222656,95.59581756591797,67.2771224975586,156.7301483154297,97.20024871826172,75.51155090332031,164.84024047851562,92.01384735107422,-5.244349002838135,92.54584503173828,55.467002868652344,-5.697004795074463,101.81156921386719,41.48930740356445,-8.064709663391113,100.68898010253906,50.92970275878906,102.27569580078125,164.79673767089844,41.429439544677734,102.3277816772461,172.669677734375,43.85792541503906,87.40814208984375,184.0514373779297,42.01448440551758,-67.61170959472656,56.986236572265625,-5.400167942047119,-70.17194366455078,68.3995132446289,-1.5896589756011963,-74.09313201904297,58.43781280517578,-9.221686363220215,4.602146148681641,122.86155700683594,111.88473510742188,1.7623670101165771,122.33008575439453,100.54651641845703,9.986976623535156,113.07188415527344,99.0905532836914,-29.245241165161133,96.58519744873047,-157.25657653808594,-45.41727828979492,92.6880111694336,-152.01605224609375,-46.723297119140625,100.28299713134766,-152.98573303222656,-46.913856506347656,58.316558837890625,64.90316772460938,-40.33219909667969,65.05425262451172,84.0548324584961,-47.57440948486328,62.95458984375,83.90858459472656,18.86920738220215,148.0474090576172,127.2873764038086,33.02412796020508,158.92230224609375,124.68464660644531,18.010141372680664,165.73495483398438,120.0921401977539,20.925857543945312,103.16838073730469,-40.743141174316406,15.141597747802734,103.49291229248047,-32.58839416503906,36.243404388427734,104.88661193847656,-27.374465942382812,10.594959259033203,164.16590881347656,-72.15296936035156,7.093236923217773,173.7578887939453,-76.27704620361328,12.237104415893555,178.1273651123047,-55.8189582824707,97.52693939208984,79.48208618164062,48.84649658203125,92.01126861572266,80.76425170898438,54.474266052246094,95.17510223388672,81.85820007324219,47.8102912902832,73.7292709350586,64.81725311279297,65.82845306396484,69.20805358886719,69.11510467529297,78.99690246582031,74.01195526123047,63.62308883666992,77.74195861816406,-29.45446014404297,55.49673843383789,101.63957977294922,-30.07382583618164,62.79534149169922,115.07292175292969,-18.051246643066406,69.23306274414062,110.62801361083984,-35.59415054321289,81.93763732910156,-143.45755004882812,-32.98930358886719,86.00239562988281,-151.31246948242188,-22.121784210205078,74.8049545288086,-143.8332061767578,-68.50029754638672,217.40602111816406,-37.66354751586914,-64.57763671875,211.0744171142578,-42.91350555419922,-50.75712966918945,223.34519958496094,-41.678321838378906,-20.810930252075195,152.79600524902344,115.62957000732422,-17.58144760131836,155.02127075195312,103.21826171875,-12.105243682861328,149.9731903076172,85.07733154296875,-18.491321563720703,126.08423614501953,115.28408813476562,-18.780025482177734,134.44711303710938,121.8946762084961,-21.21326446533203,118.27155303955078,119.23218536376953,74.08258056640625,102.93228912353516,-43.27666473388672,71.2825698852539,101.99942016601562,-47.74201965332031,70.94197082519531,96.14134216308594,-45.69535827636719,-82.59696197509766,144.63844299316406,80.90538787841797,-81.94970703125,153.2283935546875,73.4410171508789,-78.87078094482422,164.7113800048828,70.33068084716797,-99.69539642333984,90.68672943115234,45.67887878417969,-108.86412048339844,94.5060043334961,38.62495422363281,-106.8315200805664,85.65208435058594,23.245874404907227,31.869129180908203,84.77998352050781,36.13584518432617,41.30010223388672,82.90123748779297,49.933597564697266,25.366872787475586,90.76971435546875,49.07352066040039,36.17772674560547,45.371131896972656,90.60638427734375,31.106416702270508,45.24708557128906,83.66643524169922,40.142547607421875,40.988243103027344,78.69855499267578,-24.78573226928711,161.41378784179688,64.91361999511719,-13.82223129272461,157.52059936523438,59.45785140991211,-19.772235870361328,149.6077423095703,47.892982482910156,68.69844818115234,142.66146850585938,107.55491638183594,78.18464660644531,152.22010803222656,95.59581756591797,81.91767883300781,139.43496704101562,96.751220703125,15.539631843566895,124.39501190185547,60.938262939453125,5.886478900909424,130.84225463867188,54.41318893432617,26.566923141479492,116.53075408935547,68.920166015625,8.396459579467773,85.16559600830078,-129.69500732421875,13.082286834716797,73.07080078125,-127.35246276855469,11.402522087097168,84.6273193359375,-141.48606872558594,69.66492462158203,115.18004608154297,-85.81050872802734,68.3888931274414,123.3351821899414,-78.19879913330078,72.22928619384766,124.85443115234375,-81.18547058105469,-57.70407485961914,103.94104766845703,-2.622499942779541,-57.78554153442383,94.6339340209961,-13.255697250366211,-51.42006301879883,94.42030334472656,-20.60515594482422,-60.75278091430664,86.8869857788086,-137.7806396484375,-69.44327545166016,94.38056945800781,-139.2886199951172,-62.08646774291992,94.87550354003906,-145.25624084472656,98.29731750488281,123.22601318359375,-64.20849609375,91.56725311279297,135.49285888671875,-84.8985595703125,90.95729064941406,118.25968933105469,-64.04737091064453,56.29865646362305,54.65144348144531,-43.54910659790039,79.11972045898438,53.14112854003906,-32.1062126159668,70.39940643310547,53.07794189453125,-18.89904022216797,74.29834747314453,77.10640716552734,-66.17835998535156,88.02159118652344,95.80200958251953,-60.46839141845703,74.62842559814453,90.13960266113281,-53.641353607177734,-80.78459167480469,166.9178466796875,-80.30030059814453,-84.89392852783203,167.2865753173828,-71.54350280761719,-80.61892700195312,161.56134033203125,-75.9466781616211,-114.6404037475586,111.83668518066406,12.684127807617188,-112.27481842041016,105.73001098632812,-2.790479898452759,-109.71305084228516,114.72879028320312,10.294903755187988,-59.962860107421875,88.061279296875,-123.52162170410156,-69.66667175292969,88.0092544555664,-119.23773956298828,-56.73462677001953,90.37765502929688,-107.72077178955078,-86.10774993896484,189.3199005126953,-27.623268127441406,-78.78041076660156,207.8756561279297,-31.35456657409668,-91.10228729248047,199.56846618652344,-37.878257751464844,-100.09484100341797,121.03052520751953,-40.61927795410156,-92.1361083984375,118.15776062011719,-39.700321197509766,-92.13038635253906,100.56185913085938,-63.398658752441406,-95.68810272216797,186.54379272460938,-11.073954582214355,-107.12158966064453,178.26608276367188,-27.327123641967773,-100.53578186035156,193.09849548339844,-16.385940551757812,7.3188629150390625,134.6557159423828,-40.30146789550781,10.952516555786133,113.62967681884766,-17.69682502746582,11.315666198730469,109.62919616699219,-48.623470306396484,-63.53077697753906,166.83163452148438,-121.49254608154297,-59.13572311401367,151.50189208984375,-130.89065551757812,-55.11439514160156,165.72386169433594,-126.71294403076172,3.2482309341430664,128.04176330566406,113.88226318359375,14.020113945007324,123.12616729736328,108.29601287841797,10.645368576049805,115.46853637695312,97.00406646728516,-18.73537826538086,116.53211212158203,99.49457550048828,-33.50568771362305,115.63724517822266,93.99411010742188,-19.953840255737305,124.53263092041016,109.64157104492188,38.572479248046875,112.09086608886719,-3.246767044067383,38.48103332519531,107.96260070800781,-11.191243171691895,21.297826766967773,105.89209747314453,-7.579628944396973,-52.86638641357422,232.04104614257812,21.298059463500977,-55.25831985473633,226.1945343017578,7.293327808380127,-51.34214782714844,230.08792114257812,5.217507839202881,24.50897216796875,56.76188278198242,83.10397338867188,26.831815719604492,64.51058959960938,78.91729736328125,29.230676651000977,59.30152893066406,82.01139831542969,-53.93836212158203,116.47701263427734,13.440552711486816,-56.41496658325195,114.38397216796875,7.109282970428467,-57.70407485961914,103.94104766845703,-2.622499942779541,12.486275672912598,158.3285675048828,121.10138702392578,11.937799453735352,142.6436309814453,124.14337158203125,18.86920738220215,148.0474090576172,127.2873764038086,-12.33561897277832,129.54774475097656,59.4714469909668,-28.340139389038086,118.91188049316406,56.7017936706543,-21.648609161376953,126.52613067626953,51.886985778808594,13.315604209899902,130.80108642578125,-155.5021514892578,24.469953536987305,133.707275390625,-158.97030639648438,12.003325462341309,148.0187530517578,-149.7499542236328,-42.48807907104492,79.22737121582031,112.25202178955078,-59.275245666503906,71.0598373413086,103.4906997680664,-52.45628356933594,69.26580810546875,107.15347290039062,6.011168003082275,120.35903930664062,23.353519439697266,4.38424015045166,105.90656280517578,30.74384307861328,12.972539901733398,97.13577270507812,31.486967086791992,63.88471603393555,62.78648376464844,-63.781124114990234,79.4499740600586,65.2092514038086,-64.36800384521484,88.3906021118164,83.73554992675781,-69.52200317382812,39.34177017211914,217.23280334472656,56.46320724487305,50.86968994140625,215.29193115234375,66.87126159667969,47.5717658996582,209.591796875,72.6512680053711,11.430877685546875,213.05914306640625,-83.13362884521484,9.106847763061523,222.74525451660156,-74.686767578125,16.487581253051758,229.20225524902344,-75.56930541992188,-8.483375549316406,133.43040466308594,-154.61474609375,-13.849328994750977,118.48027801513672,-159.58486938476562,-16.20471954345703,135.34857177734375,-159.65542602539062,44.14548110961914,84.49677276611328,46.219295501708984,49.608707427978516,76.65621185302734,37.01926803588867,55.665061950683594,74.28160095214844,46.0505256652832,-19.03986167907715,137.5316162109375,59.11208724975586,-18.38373374938965,142.36306762695312,66.0868911743164,-23.816810607910156,138.9362030029297,54.0575065612793,-92.84001159667969,208.30117797851562,26.55217742919922,-88.20867156982422,212.88682556152344,20.749990463256836,-77.27438354492188,215.97560119628906,27.940948486328125,23.08414649963379,200.78802490234375,82.62028503417969,11.655153274536133,182.5934600830078,82.4087142944336,12.42751693725586,187.34619140625,93.07930755615234,78.26338195800781,72.0723648071289,-3.9252591133117676,80.39361572265625,88.2696304321289,18.09874725341797,81.82403564453125,80.81541442871094,9.199933052062988,73.21858978271484,83.71980285644531,-82.86711883544922,71.75895690917969,83.06251525878906,-71.948974609375,58.75245666503906,80.69847869873047,-73.66189575195312,-73.06314086914062,131.76016235351562,-57.93973922729492,-68.97539520263672,129.33705139160156,-57.562923431396484,-65.7303237915039,129.78326416015625,-67.46099090576172,-73.55928802490234,99.89402770996094,-132.47406005859375,-69.44327545166016,94.38056945800781,-139.2886199951172,-82.80450439453125,92.84280395507812,-118.7059097290039,-60.75278091430664,86.8869857788086,-137.7806396484375,-62.08646774291992,94.87550354003906,-145.25624084472656,-50.82341766357422,86.99752807617188,-145.22271728515625,-88.0955810546875,156.93272399902344,-82.07660675048828,-81.5977783203125,159.77505493164062,-92.06608581542969,-70.92748260498047,161.4832000732422,-86.85709381103516,86.16209411621094,124.1777572631836,-113.4048080444336,100.56529235839844,124.53219604492188,-100.30878448486328,93.64009094238281,114.9483871459961,-112.59281921386719,78.57771301269531,109.97148895263672,91.78158569335938,92.43447875976562,113.0585708618164,81.52184295654297,81.4408187866211,112.84981536865234,76.50526428222656,-95.15128326416016,196.4221649169922,-28.594457626342773,-101.89845275878906,182.08578491210938,-38.8692741394043,-101.96318817138672,191.59307861328125,-31.0418643951416,45.96170425415039,68.93574523925781,30.65898895263672,41.33645248413086,79.36151123046875,29.760957717895508,55.01530075073242,72.60966491699219,43.37693786621094,85.52714538574219,106.36798858642578,62.017452239990234,75.24545288085938,106.5320053100586,74.60466003417969,81.3382568359375,103.03605651855469,64.85289001464844,-26.356287002563477,199.4913787841797,83.12151336669922,-23.774282455444336,202.84848022460938,79.31468200683594,-21.738229751586914,192.7830047607422,76.80451202392578,-98.28489685058594,165.97918701171875,42.902992248535156,-96.9095230102539,169.78436279296875,39.82647705078125,-85.68524169921875,183.4210662841797,38.95539093017578,6.026187896728516,101.0296630859375,36.90579605102539,12.812439918518066,92.77530670166016,44.563907623291016,9.310894966125488,99.37361907958984,44.66703796386719,-111.29301452636719,83.67282104492188,-6.049108982086182,-117.64068603515625,92.67330932617188,-3.570585012435913,-114.92185974121094,94.61009979248047,10.658000946044922,46.936676025390625,77.50715637207031,2.4420289993286133,39.12210464477539,97.47710418701172,16.04416847229004,41.62613296508789,83.04419708251953,2.4794490337371826,-34.432193756103516,118.73892974853516,5.16243314743042,-49.647727966308594,106.9946060180664,-9.26500415802002,-53.88462448120117,121.09320068359375,15.165303230285645,-16.731369018554688,238.87356567382812,0.5111550092697144,-17.4547119140625,241.4006805419922,-19.5238037109375,-12.10605239868164,236.4139862060547,-6.267766952514648,-35.60691452026367,62.05040740966797,43.83409881591797,-28.665206909179688,66.22553253173828,50.78152847290039,-24.072772979736328,63.510501861572266,33.660953521728516,108.86412048339844,94.5060043334961,38.62495422363281,107.78587341308594,95.60346221923828,57.749610900878906,99.69539642333984,90.68672943115234,45.67887878417969,-9.197949409484863,101.31883239746094,43.85604476928711,-20.13892364501953,84.8897933959961,43.248661041259766,-8.50620174407959,93.52754211425781,52.12296676635742,-94.43335723876953,115.11531829833984,84.88929748535156,-79.12229919433594,110.15003204345703,89.56388854980469,-92.43448638916016,113.0585708618164,81.52184295654297,-48.462379455566406,50.56304168701172,37.2756462097168,-46.1143798828125,50.80244827270508,38.19890213012695,-51.41885757446289,42.656410217285156,48.91189956665039,26.483068466186523,132.7945556640625,45.86166763305664,23.604881286621094,127.46630859375,53.701194763183594,30.72890853881836,121.59297943115234,42.675994873046875,-90.3812484741211,73.6368408203125,78.13758850097656,-90.43719482421875,79.37728881835938,80.72039031982422,-90.55218505859375,76.87577819824219,71.66030883789062,105.30277252197266,106.85948181152344,-55.39764404296875,100.09483337402344,121.03052520751953,-40.61927795410156,109.38225555419922,119.67906951904297,-38.91321563720703,-38.217472076416016,90.2020492553711,75.14213562011719,-22.472749710083008,95.03124237060547,64.29756927490234,-23.514705657958984,93.31533813476562,74.11382293701172,-116.63235473632812,95.5278091430664,-27.008893966674805,-114.7887954711914,106.68826293945312,-20.81834602355957,-111.63690948486328,94.82879638671875,-32.71684646606445,48.491329193115234,67.9863052368164,-16.967021942138672,56.33549499511719,79.31695556640625,0.5273590087890625,54.59039306640625,69.75845336914062,-10.187885284423828,43.12678146362305,148.80874633789062,-139.20582580566406,42.96320343017578,142.039306640625,-149.7551727294922,34.25717544555664,152.047119140625,-147.86082458496094,-33.4542236328125,81.67947387695312,-61.203125,-44.25223159790039,81.02592468261719,-75.68167114257812,-26.270109176635742,77.36003875732422,-79.40946960449219,-112.40496826171875,105.14228057861328,-18.961593627929688,-110.19058227539062,111.91419982910156,-18.910438537597656,-114.17552947998047,115.24639129638672,-12.222467422485352,-30.82412338256836,88.65225982666016,97.84952545166016,-24.617429733276367,84.99242401123047,90.17312622070312,-43.650306701660156,82.70329284667969,86.61051177978516,-109.27803802490234,190.5305938720703,21.720413208007812,-110.6343002319336,190.6835174560547,9.736037254333496,-109.3419418334961,183.3215789794922,10.272575378417969,26.569578170776367,118.9219741821289,53.071388244628906,9.609844207763672,133.43362426757812,50.43828582763672,15.539631843566895,124.39501190185547,60.938262939453125,-7.429224967956543,131.6343994140625,-10.867557525634766,-7.905665874481201,112.81517028808594,-17.164466857910156,-4.010155200958252,153.67799377441406,-16.265186309814453,-100.0710678100586,200.47120666503906,2.4410109519958496,-102.38346099853516,197.1450653076172,1.8085429668426514,-105.96295166015625,187.7547607421875,-7.330954074859619,35.34630584716797,90.41786193847656,105.54206085205078,29.38081932067871,95.05439758300781,102.30751037597656,24.919702529907227,86.95488739013672,101.982421875,-100.47748565673828,124.85682678222656,78.3944091796875,-90.24576568603516,133.71792602539062,81.64483642578125,-86.94928741455078,121.57752990722656,92.5204849243164,-79.83560943603516,204.6714324951172,-42.766448974609375,-61.46615982055664,205.58949279785156,-46.694793701171875,-48.34447479248047,209.19326782226562,-43.99676513671875,-66.66967010498047,183.6061248779297,-102.89964294433594,-64.8775863647461,191.66177368164062,-97.87543487548828,-77.01473236083984,180.37371826171875,-97.54688262939453,36.51850891113281,157.376708984375,127.48950958251953,33.02412796020508,158.92230224609375,124.68464660644531,37.955535888671875,152.85279846191406,125.17990112304688,-68.25816345214844,122.88179016113281,-78.49994659423828,-69.35169982910156,131.21144104003906,-79.6977767944336,-66.07865142822266,130.2561798095703,-74.03024291992188,-24.242467880249023,71.77442932128906,44.745391845703125,-23.422733306884766,78.66203308105469,38.352317810058594,-24.072772979736328,63.510501861572266,33.660953521728516,46.663326263427734,96.22201538085938,-43.49609375,32.21702194213867,85.12642669677734,-61.139408111572266,28.712751388549805,89.74901580810547,-54.27206039428711,41.553409576416016,110.95433044433594,82.51839447021484,26.566923141479492,116.53075408935547,68.920166015625,20.200687408447266,116.62255859375,75.7557144165039,17.599803924560547,80.02156829833984,59.52210998535156,11.151598930358887,72.84967803955078,56.972450256347656,18.541637420654297,76.1225814819336,57.77758026123047,11.151598930358887,72.84967803955078,56.972450256347656,27.565332412719727,60.446712493896484,53.253482818603516,18.541637420654297,76.1225814819336,57.77758026123047,21.325546264648438,190.47015380859375,76.13337707519531,13.828047752380371,206.12997436523438,78.27597045898438,23.77362060546875,202.8445587158203,79.31668853759766,-32.17607116699219,108.4768295288086,112.5331802368164,-33.02940368652344,110.4614486694336,96.2174301147461,-55.715206146240234,108.39811706542969,112.809814453125,-85.62020111083984,74.9522476196289,-71.14520263671875,-70.47742462158203,74.95087432861328,-68.3578109741211,-67.58641815185547,67.83245849609375,-68.33747863769531,46.93562316894531,101.95059204101562,122.41182708740234,51.25913619995117,95.18782043457031,124.24794006347656,31.188560485839844,93.86187744140625,126.62081146240234,-21.973155975341797,245.6337127685547,2.2071049213409424,-34.070308685302734,245.71926879882812,3.700287103652954,-25.6407527923584,242.56317138671875,11.223958969116211,46.663326263427734,96.22201538085938,-43.49609375,46.18855667114258,101.38648986816406,-33.7761344909668,53.366424560546875,94.47216033935547,-38.67809295654297,-23.514705657958984,93.31533813476562,74.11382293701172,-13.891776084899902,91.77191162109375,72.34244537353516,-19.24588966369629,94.94271087646484,82.92013549804688,-72.46562957763672,90.03347778320312,33.15286636352539,-79.96604919433594,99.5076904296875,42.636390686035156,-73.42510986328125,97.33032989501953,45.482566833496094,88.32093811035156,124.31840515136719,-46.82741165161133,82.23434448242188,139.40737915039062,-30.098804473876953,93.56660461425781,130.16860961914062,-35.54350662231445,7.763673782348633,72.25981140136719,113.03984832763672,3.149630069732666,82.57006072998047,112.663818359375,5.613100051879883,78.68018341064453,97.74405670166016,82.80450439453125,92.8427963256836,-118.7059097290039,92.1554183959961,96.48207092285156,-114.10717010498047,91.97430419921875,91.04540252685547,-102.24309539794922,-2.9313600063323975,164.59495544433594,-113.41104888916016,-4.618084907531738,153.25787353515625,-115.51071166992188,-3.364320993423462,165.38023376464844,-125.77584838867188,59.25379180908203,57.68307113647461,-56.58699417114258,55.70761489868164,57.802085876464844,-44.74261474609375,67.39334106445312,54.45938491821289,-55.6345329284668,37.4090576171875,241.8205108642578,-11.944353103637695,32.11578369140625,245.92288208007812,-4.359395980834961,34.070308685302734,245.71926879882812,3.700294017791748,-14.020550727844238,134.8879852294922,2.7262279987335205,-10.855765342712402,124.5230712890625,-11.84855842590332,-15.597996711730957,125.62800598144531,-1.3553709983825684,-20.221288681030273,77.9031753540039,41.92203903198242,-21.795177459716797,107.72372436523438,20.58765983581543,-24.76397705078125,81.89755249023438,28.87290382385254,-55.70761489868164,57.802085876464844,-44.74261474609375,-47.06747055053711,58.39818572998047,-32.458927154541016,-45.50628662109375,61.2108154296875,-37.62326431274414,-40.15163803100586,62.84609603881836,35.3941650390625,-28.078535079956055,60.25128173828125,48.457740783691406,-34.60087203979492,57.15771484375,40.95732116699219,58.805137634277344,157.9877471923828,-132.69285583496094,63.17676544189453,139.47315979003906,-137.768310546875,47.96851348876953,135.4973907470703,-152.00228881835938,66.99288177490234,70.16152954101562,52.330238342285156,55.665061950683594,74.28160095214844,46.0505256652832,52.92281723022461,67.76289367675781,40.08430480957031,-24.072772979736328,63.510501861572266,33.660953521728516,-23.811365127563477,71.37306213378906,26.328723907470703,-25.388261795043945,63.751930236816406,27.859987258911133,12.362741470336914,80.7444839477539,72.20932006835938,10.120381355285645,84.52498626708984,62.33353042602539,9.303674697875977,88.4529037475586,65.10499572753906,-76.04574584960938,54.7361946105957,-18.219039916992188,-72.15370178222656,59.04294967651367,-12.190813064575195,-69.69815063476562,56.29743957519531,-22.703405380249023,-79.17877197265625,120.22924041748047,-26.08198356628418,-78.23595428466797,129.05029296875,-40.658748626708984,-75.49848175048828,136.1901092529297,-22.574068069458008,65.51032257080078,42.02339172363281,56.60894775390625,66.7156753540039,51.484039306640625,38.887020111083984,81.84396362304688,51.00833511352539,48.399818420410156,-73.39991760253906,167.19708251953125,-114.5911865234375,-69.17189025878906,149.328369140625,-121.90263366699219,-74.74337768554688,157.18365478515625,-107.80818939208984,68.85822296142578,135.59341430664062,-131.4602508544922,66.30590057373047,142.3755645751953,-123.77572631835938,80.36408233642578,131.242919921875,-126.61663055419922,28.853755950927734,190.46945190429688,93.75923919677734,36.04692459106445,185.8954315185547,91.11949157714844,34.24510192871094,201.5928955078125,84.70567321777344,60.09379959106445,39.219764709472656,73.03703308105469,52.98304748535156,40.084877014160156,87.59827423095703,45.20149612426758,38.4404182434082,62.6475944519043,40.34578323364258,151.19522094726562,-131.74024963378906,38.95708465576172,162.1116180419922,-122.22640991210938,35.36204147338867,165.66053771972656,-130.74490356445312,-4.805659770965576,192.08419799804688,64.39812469482422,-5.135931015014648,179.36680603027344,46.89777374267578,-9.893028259277344,184.6689453125,36.45808410644531,102.3018569946289,151.44842529296875,-72.18479919433594,80.61892700195312,161.56134033203125,-75.9466781616211,86.75799560546875,150.35455322265625,-73.56403350830078,67.71484375,65.04112243652344,90.76795196533203,49.824249267578125,70.51032257080078,102.38384246826172,47.63299560546875,62.941253662109375,83.88052368164062,110.04935455322266,172.3427276611328,22.461063385009766,114.59178924560547,165.5377197265625,28.539186477661133,117.9886474609375,152.1402587890625,16.814495086669922,-11.31208610534668,83.51407623291016,99.0735092163086,-7.29968786239624,79.4100112915039,87.74134063720703,-11.827248573303223,67.2063980102539,89.9394760131836,-24.469953536987305,133.707275390625,-158.97030639648438,-12.003325462341309,148.0187530517578,-149.7499542236328,-10.43869686126709,163.00779724121094,-145.62387084960938,73.33142852783203,87.2511978149414,114.77377319335938,51.75299072265625,84.14666748046875,126.97960662841797,65.7929916381836,72.77864837646484,118.44367980957031,-52.362342834472656,232.4446258544922,-34.81361770629883,-71.28363800048828,220.36073303222656,-33.11770248413086,-61.18367004394531,226.43173217773438,-26.973388671875,25.034212112426758,86.17078399658203,98.5737075805664,18.005874633789062,84.1987533569336,104.61727142333984,17.455265045166016,86.41101837158203,87.3027114868164,-35.663848876953125,89.72335815429688,36.26322555541992,-35.68225860595703,92.55530548095703,44.89516830444336,-24.87904167175293,100.24042510986328,38.69691467285156,86.2398452758789,199.8702850341797,36.97687911987305,83.38243865966797,209.8225555419922,34.052085876464844,85.39473724365234,210.27734375,41.36886978149414,18.575651168823242,70.21674346923828,-120.1371078491211,27.461992263793945,71.89840698242188,-119.59921264648438,26.11227035522461,72.57099914550781,-130.11563110351562,9.610774993896484,112.72602081298828,-141.05419921875,9.299848556518555,121.55220031738281,-126.25019836425781,14.078363418579102,104.3967056274414,-124.69081115722656,21.84930419921875,39.40001678466797,76.16381072998047,12.906867980957031,45.75688171386719,75.32466125488281,15.679633140563965,42.12296676635742,67.62996673583984,-120.62594604492188,127.3207015991211,26.760873794555664,-115.90451049804688,143.32968139648438,34.92689895629883,-118.3827896118164,130.7242431640625,23.50640869140625,1.7646700143814087,149.2718963623047,99.28968811035156,1.2719379663467407,141.03855895996094,100.31414794921875,4.74571418762207,137.62820434570312,91.59161376953125,55.477195739746094,132.05052185058594,-146.63706970214844,49.40028762817383,119.73344421386719,-143.5956268310547,45.34686279296875,126.16846466064453,-153.93299865722656,-7.606205940246582,219.9828338623047,21.099910736083984,-11.516687393188477,211.3396453857422,6.821523189544678,-11.746207237243652,228.9446563720703,23.881061553955078,33.51573944091797,39.60160827636719,55.767704010009766,39.92979431152344,50.295833587646484,42.753536224365234,46.1143798828125,50.802452087402344,38.19889831542969,-108.0594482421875,145.9866180419922,26.93869400024414,-110.12803649902344,135.38229370117188,21.004507064819336,-118.14871978759766,133.76156616210938,13.474762916564941,19.46955680847168,190.5125732421875,-20.60877799987793,13.317804336547852,199.4113006591797,-12.53518295288086,25.887039184570312,193.46401977539062,-2.4951720237731934,80.67835998535156,119.48030090332031,-68.28872680664062,86.57566833496094,115.46106719970703,-61.582149505615234,68.72598266601562,129.22604370117188,-58.135475158691406,-114.07411193847656,163.40321350097656,-1.0959479808807373,-118.80330657958984,153.8633270263672,-23.23793601989746,-112.81534576416016,139.95172119140625,-24.98048210144043,113.37303924560547,145.5599365234375,-64.20014190673828,113.4150619506836,130.6855926513672,-48.487911224365234,109.25088500976562,135.0412139892578,-65.09716033935547,-117.70931243896484,156.9040069580078,-39.09508514404297,-115.00227355957031,169.44964599609375,-36.004573822021484,-112.33380126953125,170.7231903076172,-41.53535079956055,-26.18044090270996,95.21694946289062,55.11602783203125,-32.602012634277344,90.81636047363281,44.16775131225586,-8.010613441467285,119.82193756103516,50.62467956542969,-74.01532745361328,208.76718139648438,-56.39011764526367,-79.89775085449219,205.79270935058594,-65.61062622070312,-89.45808410644531,203.8422088623047,-46.47993469238281,-3.834359884262085,151.51156616210938,-61.64971923828125,-6.395966053009033,120.75218963623047,-97.01615142822266,-5.622716903686523,147.00363159179688,-79.75254821777344,-21.973155975341797,245.6337127685547,2.2071049213409424,-25.6407527923584,242.56317138671875,11.223958969116211,-14.233485221862793,237.29432678222656,5.125837802886963,29.89200210571289,216.428466796875,59.227394104003906,25.12368392944336,226.10948181152344,57.43266677856445,39.34177017211914,217.23280334472656,56.46320724487305,86.56358337402344,201.71031188964844,-47.12345886230469,74.12471771240234,205.03897094726562,-54.50931930541992,79.92131805419922,201.33241271972656,-69.38180541992188,-62.26124954223633,101.29084777832031,-71.07252502441406,-66.69334411621094,112.77555084228516,-80.57450103759766,-61.09979248046875,97.22631072998047,-64.88268280029297,-109.25088500976562,135.0412139892578,-65.09716033935547,-101.34258270263672,121.7231674194336,-64.09385681152344,-104.41731262207031,124.91233825683594,-53.913787841796875,-48.865421295166016,110.433837890625,72.63838958740234,-54.34828567504883,106.0807876586914,59.04279327392578,-46.18064498901367,113.92507934570312,63.106719970703125,43.4185905456543,86.03067016601562,-32.6182746887207,40.76543426513672,79.4122543334961,-32.23484420776367,52.42438888549805,64.57728576660156,-56.59184265136719,-13.031061172485352,121.55895233154297,75.1764144897461,-34.45730209350586,115.79805755615234,61.45857620239258,-28.340139389038086,118.91188049316406,56.7017936706543,98.95162963867188,74.74378967285156,-49.943336486816406,95.29938507080078,77.4564208984375,-52.568634033203125,84.1588363647461,64.62435913085938,-52.3199348449707,89.45807647705078,203.8422088623047,-46.47993469238281,82.29767608642578,207.51161193847656,-38.728694915771484,91.10228729248047,199.56846618652344,-37.87826156616211,-91.07364654541016,63.091007232666016,-46.94111633300781,-90.50896453857422,58.9613151550293,-37.050296783447266,-77.69480895996094,57.14558792114258,-46.69675064086914,-27.428430557250977,59.26464080810547,53.892555236816406,-30.476749420166016,63.581748962402344,54.15178680419922,-35.177677154541016,60.95053482055664,53.021827697753906,26.610450744628906,66.38613891601562,72.6389389038086,33.35853576660156,65.29898071289062,76.69725036621094,25.046995162963867,71.06660461425781,73.22759246826172,-3.3564820289611816,160.69662475585938,-135.62762451171875,-5.00779914855957,140.2920379638672,-122.92457580566406,-3.1007750034332275,150.23641967773438,-139.17782592773438,100.46011352539062,111.23771667480469,-87.74835205078125,97.80445098876953,123.08521270751953,-80.57801818847656,90.15206909179688,115.69587707519531,-80.64750671386719,56.11448287963867,222.81918334960938,30.908363342285156,43.048561096191406,221.2229461669922,37.445777893066406,52.2967643737793,205.4343719482422,36.6224479675293,-70.6347885131836,219.67893981933594,54.25837326049805,-84.04539489746094,210.12979125976562,51.22040939331055,-69.16417694091797,207.26071166992188,71.953125,78.26338195800781,72.0723648071289,-3.9252591133117676,81.82403564453125,80.81541442871094,9.199933052062988,81.05924224853516,59.74949264526367,-11.560775756835938,10.120381355285645,84.52498626708984,62.33353042602539,12.362741470336914,80.7444839477539,72.20932006835938,22.841371536254883,73.59217834472656,71.47179412841797,43.308197021484375,185.2101287841797,-119.60503387451172,47.41283416748047,175.46951293945312,-106.82439422607422,46.92292785644531,170.5859832763672,-114.46566772460938,-49.03474044799805,203.3893280029297,80.05650329589844,-44.80656051635742,194.39146423339844,88.87702941894531,-44.516510009765625,203.4071502685547,77.35079193115234,32.98739242553711,113.52229309082031,97.69454193115234,40.1393928527832,111.8594970703125,97.45011901855469,24.207904815673828,112.25920104980469,107.07572174072266,-67.5833740234375,207.8456573486328,-47.340049743652344,-57.91518020629883,226.7030487060547,-40.520591735839844,-51.15834426879883,222.66015625,-44.30753707885742,19.523174285888672,103.88650512695312,49.10745620727539,10.299503326416016,110.1437759399414,52.5775146484375,7.865509033203125,105.18441009521484,57.14999008178711,-15.597996711730957,125.62800598144531,-1.3553709983825684,-23.239046096801758,122.5915756225586,4.082557201385498,-23.18568229675293,129.4649200439453,11.387181282043457,72.66344451904297,62.844364166259766,53.325233459472656,71.16761779785156,59.890220642089844,59.19605255126953,52.64817428588867,58.370750427246094,45.196990966796875,36.83123779296875,81.27261352539062,25.746187210083008,21.305273056030273,94.73152160644531,30.289724349975586,43.949676513671875,76.86764526367188,20.47003173828125,-88.24081420898438,78.58660888671875,15.31155014038086,-89.66950988769531,63.60841751098633,-1.807515025138855,-81.09642791748047,55.83734130859375,-11.663078308105469,12.362741470336914,80.7444839477539,72.20932006835938,17.455265045166016,86.41101837158203,87.3027114868164,18.677167892456055,77.14141845703125,76.51891326904297,41.95001220703125,100.88584899902344,18.585180282592773,41.10348892211914,95.61393737792969,7.563500881195068,38.335418701171875,106.6927719116211,14.941798210144043,1.6950759887695312,145.96734619140625,121.56080627441406,14.186141014099121,147.53793334960938,121.4338150024414,7.957272052764893,151.304931640625,118.66156005859375,-71.25511932373047,71.46453857421875,115.11347961425781,-52.71577072143555,62.141761779785156,119.59910583496094,-52.526466369628906,81.72090148925781,126.72401428222656,2.9313600063323975,164.59495544433594,-113.41105651855469,6.124818801879883,171.7482147216797,-97.21759033203125,2.9313859939575195,190.48794555664062,-102.30718994140625,-91.89852142333984,148.5301513671875,-75.27021026611328,-100.90045166015625,153.86279296875,-76.06465911865234,-78.84593963623047,160.8212127685547,-78.93671417236328,-98.57685852050781,130.20648193359375,-67.39583587646484,-86.75800323486328,150.35455322265625,-73.56403350830078,-102.3018569946289,151.44842529296875,-72.18479919433594,114.88140106201172,157.30906677246094,-37.329246520996094,113.36743927001953,138.1169891357422,-44.40939712524414,115.82522583007812,153.90391540527344,-24.126981735229492,-85.43333435058594,133.4822540283203,-22.121015548706055,-92.1361083984375,118.15776062011719,-39.700321197509766,-100.09484100341797,121.03052520751953,-40.61927795410156,55.76068115234375,202.9146728515625,33.98698425292969,52.2967643737793,205.4343719482422,36.6224479675293,52.96784591674805,214.69351196289062,49.070350646972656,-13.251429557800293,133.55665588378906,111.05345916748047,-12.60818862915039,135.6184844970703,97.97708892822266,-16.072908401489258,116.31401062011719,95.20621490478516,83.50301361083984,114.5602798461914,53.291290283203125,79.87240600585938,99.35230255126953,42.57989501953125,81.99330139160156,105.85913848876953,62.187530517578125,4.180922031402588,184.42800903320312,69.71516418457031,6.417938232421875,174.46630859375,69.68570709228516,6.368284225463867,198.858642578125,76.3848648071289,14.62428092956543,224.58448791503906,61.80965805053711,12.632269859313965,218.35781860351562,45.18227767944336,8.612298965454102,218.7423553466797,64.13243103027344,89.81883239746094,211.20907592773438,10.554278373718262,98.59051513671875,206.08746337890625,8.191415786743164,94.48814392089844,208.67733764648438,14.81783390045166,22.356197357177734,84.81476593017578,-66.23356628417969,23.03985595703125,80.9091796875,-70.77542877197266,30.090913772583008,87.76387023925781,-51.27075958251953,18.362844467163086,99.03699493408203,56.051246643066406,14.371438026428223,98.04907989501953,61.83311080932617,27.956541061401367,92.03824615478516,59.511146545410156,-17.163938522338867,80.10809326171875,47.17268371582031,-20.983301162719727,81.5977554321289,36.5035400390625,-16.49269676208496,89.24104309082031,41.14670944213867,-95.6162109375,58.616851806640625,-20.42742919921875,-97.24263763427734,60.321563720703125,-38.73381805419922,-88.2329330444336,52.727115631103516,-19.043180465698242,-82.78885650634766,201.88848876953125,-71.21788787841797,-100.75994110107422,174.4259490966797,-67.81111907958984,-107.28033447265625,171.7886962890625,-63.068397521972656,32.21702194213867,85.12642669677734,-61.139408111572266,34.96034240722656,83.38543701171875,-69.09227752685547,25.562623977661133,79.27933502197266,-82.47020721435547,39.5638542175293,117.72195434570312,58.70820617675781,45.54927444458008,121.19044494628906,61.12272262573242,43.409542083740234,113.75363159179688,37.66899871826172,-114.13555145263672,116.4902114868164,54.33528518676758,-119.24095916748047,119.9399185180664,35.30880355834961,-122.01402282714844,116.54417419433594,26.80463981628418,-21.619321823120117,238.55157470703125,-33.26695251464844,-14.151576042175293,235.86363220214844,-23.592668533325195,-17.4547119140625,241.4006805419922,-19.5238037109375,109.91407012939453,180.93280029296875,28.040422439575195,107.42692565917969,188.4367218017578,32.07767868041992,109.19811248779297,173.46954345703125,39.0616455078125,-87.50445556640625,210.0396270751953,6.517897129058838,-94.49409484863281,208.6692657470703,14.816750526428223,-98.31812286376953,206.37103271484375,8.226469993591309,86.9818344116211,53.98044967651367,-35.6134033203125,79.11972045898438,53.14112854003906,-32.1062126159668,79.0025405883789,54.437137603759766,-47.19520950317383,98.79547882080078,66.83206939697266,-42.34891891479492,103.15755462646484,74.88185119628906,-21.53298568725586,111.580322265625,82.55152130126953,-23.574129104614258,-79.96604919433594,99.5076904296875,42.636390686035156,-79.80095672607422,105.51163482666016,64.22266387939453,-73.42510986328125,97.33032989501953,45.482566833496094,40.36474609375,183.65562438964844,-119.15968322753906,41.19467544555664,186.77728271484375,-110.50237274169922,36.65147018432617,188.13995361328125,-119.4329605102539,-36.9759635925293,89.00190734863281,18.967824935913086,-43.949676513671875,76.86764526367188,20.47003173828125,-49.11787796020508,76.63493347167969,18.157808303833008,-12.870573043823242,113.38894653320312,22.960580825805664,-22.726123809814453,100.17572021484375,17.36780548095703,-13.890517234802246,119.26850891113281,15.761163711547852,-28.144624710083008,96.16558837890625,126.61036682128906,-26.742305755615234,76.92546844482422,126.30644226074219,-19.472238540649414,81.93604278564453,123.46778869628906,103.12785339355469,197.3555145263672,-19.51575469970703,87.84197235107422,211.42837524414062,-10.802347183227539,104.0830307006836,193.64144897460938,-16.458667755126953,54.41635513305664,95.38508605957031,126.395263671875,64.61872863769531,102.49957275390625,116.13697052001953,47.14496994018555,103.15055084228516,125.58008575439453,-26.742305755615234,76.92546844482422,126.30644226074219,-26.905059814453125,61.01065444946289,116.43640899658203,-19.386104583740234,68.8558578491211,117.46895599365234,43.75771713256836,70.25183868408203,-20.937908172607422,47.06747055053711,58.39818572998047,-32.458927154541016,45.50628662109375,61.2108154296875,-37.62326431274414,-17.200775146484375,113.70829772949219,5.430655002593994,-22.793228149414062,107.87078857421875,7.776294231414795,-23.040281295776367,101.8957290649414,4.740240097045898,-93.3024673461914,178.28623962402344,-38.217254638671875,-95.2078857421875,195.11390686035156,-43.27461624145508,-95.06487274169922,182.97195434570312,-45.38040542602539,90.76470947265625,84.64838409423828,44.71317672729492,63.696922302246094,94.4129409790039,37.44254684448242,93.00241088867188,93.44593048095703,56.74524688720703,69.1623306274414,207.26055908203125,71.95497131347656,54.88944625854492,214.66600036621094,73.04574584960938,61.02705383300781,201.45693969726562,81.64449310302734,65.51032257080078,42.02339172363281,56.60894775390625,81.84396362304688,51.00833511352539,48.399818420410156,85.46495819091797,49.449520111083984,57.11215591430664,102.42833709716797,117.72622680664062,11.04633617401123,100.18712615966797,133.85977172851562,26.607486724853516,102.8910903930664,121.47589111328125,8.732646942138672,58.72652816772461,92.54862976074219,-43.05237579345703,53.366424560546875,94.47216033935547,-38.67809295654297,57.4447135925293,87.92503356933594,-43.752525329589844,95.29938507080078,77.4564208984375,-52.568634033203125,92.61790466308594,79.22330474853516,-67.01011657714844,84.1588363647461,64.62435913085938,-52.3199348449707,15.5564603805542,174.21539306640625,90.3002700805664,14.930573463439941,176.94847106933594,104.93525695800781,14.978978157043457,174.88754272460938,98.36466979980469,-73.72927856445312,64.81710815429688,65.82797241210938,-88.45805358886719,68.082763671875,65.71421813964844,-72.66340637207031,62.844364166259766,53.32520294189453,33.196346282958984,84.26681518554688,-16.2333984375,39.72952651977539,68.60160064697266,-25.81331443786621,35.14641189575195,79.40946197509766,-11.093684196472168,54.88944625854492,214.66600036621094,73.04574584960938,43.089881896972656,215.91836547851562,67.56002044677734,49.79694747924805,210.25550842285156,76.35747528076172,56.41496658325195,114.38397216796875,7.109283924102783,53.938358306884766,116.47701263427734,13.440556526184082,57.704078674316406,103.94104766845703,-2.622502088546753,-10.402689933776855,177.3456268310547,32.874351501464844,-7.3252692222595215,183.14797973632812,58.9864616394043,-13.204222679138184,184.73008728027344,35.96564483642578,78.59285736083984,192.18943786621094,-72.91307830810547,64.4055404663086,190.9066162109375,-75.16997528076172,77.34978485107422,180.26515197753906,-69.7740478515625,98.69625091552734,85.70879364013672,29.831878662109375,88.44363403320312,87.12002563476562,28.985275268554688,94.66443634033203,78.7322769165039,16.04307746887207,90.5469741821289,157.79762268066406,-98.58482360839844,90.45381927490234,159.85784912109375,-89.55753326416016,100.3628921508789,151.11257934570312,-92.06150817871094,-4.343341827392578,97.39029693603516,-93.3926010131836,-11.068243980407715,104.22245788574219,-124.42762756347656,-8.353164672851562,112.15528106689453,-120.81460571289062,22.234830856323242,128.5947265625,28.751935958862305,24.71171760559082,129.6187286376953,21.77811050415039,31.941146850585938,126.05879974365234,19.959396362304688,-73.80087280273438,205.7476348876953,-28.160646438598633,-58.9594841003418,217.7581024169922,-20.428483963012695,-61.95008087158203,218.2574462890625,-17.678518295288086,-63.88798141479492,77.84323120117188,82.84271240234375,-75.61366271972656,74.2154541015625,71.6416015625,-85.64166259765625,78.63754272460938,76.75308990478516,-29.776111602783203,48.92403793334961,85.69308471679688,-34.19689178466797,44.234779357910156,83.34963989257812,-21.8492488861084,39.400184631347656,76.1640625,21.65665054321289,204.42562866210938,1.709233045578003,15.037957191467285,222.93788146972656,4.107001781463623,25.223594665527344,208.42959594726562,7.364171028137207,-17.835437774658203,203.01600646972656,-107.76273345947266,-6.624797821044922,181.0091094970703,-133.30250549316406,-10.525835990905762,198.3969268798828,-107.82740783691406,-57.780723571777344,114.40699005126953,11.118634223937988,-46.932613372802734,105.82184600830078,4.9007158279418945,-41.32526397705078,114.57554626464844,14.799253463745117,-7.203218936920166,99.0231704711914,-89.03534698486328,-8.555389404296875,93.32185363769531,-88.45872497558594,-8.610063552856445,89.58917236328125,-73.47216033935547,15.59131908416748,90.96013641357422,70.4231185913086,27.956541061401367,92.03824615478516,59.511146545410156,14.371438026428223,98.04907989501953,61.83311080932617,-34.445404052734375,222.65879821777344,-55.17167282104492,-34.338958740234375,225.7465362548828,-51.44245910644531,-25.77630615234375,230.2619171142578,-57.38798522949219,74.0353012084961,213.7129669189453,32.9393196105957,76.81587982177734,215.5557098388672,26.02326774597168,87.34842681884766,212.82518005371094,25.197887420654297,-37.10750961303711,90.4399185180664,127.14736938476562,-49.989593505859375,101.89109802246094,122.44972229003906,-38.3462028503418,102.12129211425781,122.5509262084961,-8.354005813598633,89.99225616455078,79.54016876220703,-7.29968786239624,79.4100112915039,87.74134063720703,-5.640225887298584,95.6691665649414,83.66797637939453,82.79693603515625,106.33174133300781,-38.29339599609375,79.17877197265625,120.22924041748047,-26.08198356628418,78.42762756347656,110.8561019897461,-36.08564376831055,14.186141014099121,147.53793334960938,121.4338150024414,1.6950759887695312,145.96734619140625,121.56080627441406,11.937799453735352,142.6436309814453,124.14337158203125,36.993019104003906,115.63822937011719,41.404579162597656,30.72890853881836,121.59297943115234,42.675994873046875,33.71833419799805,119.23699951171875,57.52561950683594,-92.5649185180664,58.64421463012695,-10.842166900634766,-101.78255462646484,77.92446899414062,11.409863471984863,-104.5326156616211,73.57689666748047,-1.3964990377426147,27.650829315185547,71.6960220336914,65.41819763183594,29.68231201171875,61.87071990966797,62.915199279785156,30.476757049560547,63.581748962402344,54.151790618896484,-34.8836669921875,59.48269271850586,47.97623825073242,-36.02745056152344,57.902584075927734,54.05778121948242,-49.32304382324219,57.538612365722656,53.74751663208008,7.895063877105713,91.7929458618164,74.45246124267578,10.92873477935791,89.21183013916016,79.88859558105469,15.59131908416748,90.96013641357422,70.4231185913086,26.857397079467773,226.64793395996094,39.285491943359375,15.350930213928223,221.562255859375,60.7031135559082,15.693411827087402,216.5157470703125,43.319419860839844,18.85919952392578,94.94670104980469,82.9189224243164,21.728103637695312,89.65727233886719,86.1996078491211,17.455265045166016,86.41101837158203,87.3027114868164,-97.80781555175781,143.32809448242188,28.951980590820312,-100.18712615966797,133.85977172851562,26.607486724853516,-102.8910903930664,121.47589111328125,8.732648849487305,115.12496185302734,135.9701690673828,37.155208587646484,99.16881561279297,154.8249969482422,69.47638702392578,111.71637725830078,144.21109008789062,35.304229736328125,36.505496978759766,68.3218994140625,78.11430358886719,22.532081604003906,82.63011932373047,93.74845123291016,25.667795181274414,81.15267181396484,106.36129760742188,70.85621643066406,213.8924102783203,17.764936447143555,71.85037231445312,201.7509765625,0.25627601146698,63.055625915527344,205.15899658203125,10.440242767333984,-101.58580780029297,180.65513610839844,-36.1512565612793,-94.62450408935547,194.55453491210938,-25.954326629638672,-99.52590942382812,194.60939025878906,-25.01068687438965,-70.97499084472656,66.51750183105469,89.15250396728516,-74.00239562988281,63.60660934448242,77.77310180664062,-70.9947509765625,59.79668045043945,80.54749298095703,-61.09979248046875,97.22631072998047,-64.88268280029297,-59.687679290771484,87.2936782836914,-67.16983795166016,-62.153804779052734,93.80477905273438,-67.09126281738281,-16.280311584472656,87.17314147949219,88.56916046142578,-13.30251693725586,94.60295867919922,83.86132049560547,-23.785402297973633,91.05838012695312,88.65476989746094,53.60723876953125,91.89161682128906,105.0303726196289,43.182647705078125,85.44608306884766,99.59321594238281,31.192859649658203,92.13939666748047,102.00397491455078,94.50240325927734,119.73835754394531,68.88925170898438,98.83868408203125,107.2736587524414,71.54999542236328,104.45832824707031,109.69627380371094,71.24612426757812,93.78952026367188,148.1875,-72.71971130371094,99.89080047607422,146.23464965820312,-79.08942413330078,91.70826721191406,158.64859008789062,-81.43315124511719,-47.000423431396484,221.61279296875,-55.83653259277344,-53.53769302368164,218.6182403564453,-65.92179107666016,-66.18094635009766,213.85690307617188,-61.28202438354492,-6.503259181976318,226.90003967285156,-64.5916748046875,-9.106846809387207,222.74525451660156,-74.686767578125,-16.487581253051758,229.20225524902344,-75.56930541992188,28.780250549316406,62.17969512939453,58.875755310058594,25.004606246948242,67.44442749023438,69.64686584472656,23.927749633789062,58.93739318847656,68.03919219970703,-10.30489730834961,40.21439743041992,36.64641189575195,-21.91389274597168,58.759124755859375,24.402217864990234,-16.380704879760742,59.4521369934082,13.593772888183594,29.544340133666992,102.60645294189453,121.73030090332031,31.188560485839844,93.86187744140625,126.62081146240234,12.058389663696289,96.0086669921875,121.12329864501953,54.08528137207031,93.74205017089844,-23.162504196166992,61.08427429199219,93.86770629882812,-15.399415969848633,48.46811294555664,90.10746002197266,-23.014568328857422,-60.766319274902344,214.63064575195312,-18.350000381469727,-44.2155876159668,224.11474609375,-19.532697677612305,-38.11515808105469,229.0428009033203,-15.345490455627441,-7.632585048675537,185.89193725585938,71.30899810791016,-9.318131446838379,167.4224395751953,63.224365234375,-13.912403106689453,176.86524963378906,71.05465698242188,-77.2082748413086,107.49249267578125,73.54814147949219,-85.52714538574219,106.36799621582031,62.017452239990234,-81.3382568359375,103.03605651855469,64.85289001464844,-65.23735809326172,87.07986450195312,-103.23301696777344,-81.1744384765625,90.15748596191406,-89.09618377685547,-84.49114990234375,88.55563354492188,-100.24484252929688,-91.46805572509766,187.67857360839844,-64.95711517333984,-104.4798355102539,172.92843627929688,-53.982521057128906,-100.08654022216797,174.89407348632812,-63.7052116394043,56.104942321777344,64.65966033935547,29.422527313232422,67.08113861083984,54.62587356567383,40.553401947021484,62.56883239746094,66.33035278320312,30.30445098876953,68.84000396728516,81.11489868164062,15.055570602416992,65.1102523803711,76.96593475341797,5.515864849090576,70.17194366455078,68.3995132446289,-1.5896589756011963,7.128023147583008,228.18919372558594,-36.65106201171875,13.019466400146484,233.48988342285156,-40.60198211669922,11.922891616821289,232.85122680664062,-56.31474304199219,-117.74166870117188,112.75773620605469,12.424966812133789,-111.3823013305664,128.16455078125,17.314254760742188,-111.58329010009766,116.97539520263672,9.473437309265137,-12.10605239868164,236.4139862060547,-6.267766952514648,-15.037957191467285,222.93788146972656,4.107001781463623,-15.685897827148438,231.3623809814453,4.1100969314575195,101.1418228149414,144.1926727294922,70.02250671386719,99.45565795898438,149.37351989746094,75.708740234375,97.43336486816406,137.7884063720703,79.67234802246094,-79.70303344726562,173.5908966064453,85.24044799804688,-62.40019226074219,186.53602600097656,93.5350341796875,-69.55326843261719,184.57078552246094,84.05858612060547,-88.70700073242188,86.3094482421875,-72.10209655761719,-85.62020111083984,74.9522476196289,-71.14520263671875,-95.89652252197266,82.5556411743164,-70.06077575683594,82.95125579833984,84.9506607055664,88.4948959350586,53.823246002197266,91.2052230834961,103.79467010498047,67.63215637207031,88.32637023925781,100.0058364868164,99.77519226074219,197.41831970214844,-19.671186447143555,83.89588928222656,209.23291015625,-10.747550964355469,78.50639343261719,221.9943389892578,-13.581745147705078,46.34300231933594,86.77688598632812,46.64271926879883,49.396080017089844,84.59066772460938,68.87388610839844,56.61824035644531,79.30403137207031,51.16183090209961,-18.575651168823242,70.21674346923828,-120.1371078491211,-17.910497665405273,75.40157318115234,-140.6155548095703,-26.11227035522461,72.57099914550781,-130.11563110351562,-53.93647766113281,150.97784423828125,114.17401123046875,-50.83584213256836,163.08847045898438,109.08140563964844,-50.83714294433594,158.1869354248047,97.52296447753906,57.77420425415039,87.43476867675781,103.04207611083984,51.688568115234375,86.04052734375,100.0412368774414,48.872684478759766,80.30973815917969,88.68683624267578,-55.08863830566406,198.93780517578125,34.226234436035156,-58.10296630859375,201.83758544921875,23.731767654418945,-51.566429138183594,202.1487274169922,34.2294921875,62.40571594238281,75.63826751708984,-1.1686580181121826,53.90544891357422,79.78199005126953,5.587244033813477,50.938995361328125,68.16825866699219,-9.415324211120605,11.402522087097168,84.6273193359375,-141.48606872558594,11.437651634216309,96.69617462158203,-143.45115661621094,8.396459579467773,85.16559600830078,-129.69500732421875,101.34257507324219,121.7231674194336,-64.09385681152344,109.25088500976562,135.0412139892578,-65.09716033935547,104.41731262207031,124.91233825683594,-53.913787841796875,105.98800659179688,190.5273895263672,21.064218521118164,103.48492431640625,200.40338134765625,12.98500919342041,107.1148681640625,193.6898956298828,3.7421059608459473,-31.941146850585938,126.05879974365234,19.959396362304688,-53.93836212158203,116.47701263427734,13.440552711486816,-45.98311996459961,111.03165435791016,2.5646328926086426,121.36056518554688,142.46046447753906,9.715961456298828,117.9886474609375,152.1402587890625,16.814495086669922,120.76424407958984,132.99452209472656,15.355175018310547,43.1117057800293,192.2982177734375,66.36530303955078,40.23019790649414,196.59654235839844,80.01722717285156,42.245216369628906,182.78013610839844,83.78533172607422,110.35587310791016,130.1158447265625,22.576723098754883,111.71637725830078,144.21109008789062,35.304229736328125,96.46661376953125,149.29190063476562,38.68320083618164,36.54642868041992,82.77454376220703,-15.272628784179688,40.834556579589844,90.08661651611328,-3.5428659915924072,37.778709411621094,80.67706298828125,-12.07826042175293,-62.478553771972656,196.54940795898438,-87.54120635986328,-77.6876449584961,185.43411254882812,-90.01042938232422,-64.8775863647461,191.66177368164062,-97.87543487548828,-23.76561737060547,84.62134552001953,106.98075103759766,-26.40553092956543,76.62800598144531,98.82511138916016,-27.580129623413086,82.60094451904297,112.08518981933594,-17.795238494873047,83.6577377319336,84.10771179199219,-18.616188049316406,85.70333862304688,84.10757446289062,-24.823169708251953,84.44996643066406,99.22997283935547,50.964332580566406,148.32252502441406,113.9874038696289,41.05088806152344,152.25076293945312,120.64889526367188,47.783668518066406,160.21656799316406,108.8076400756836,-35.6177978515625,73.83446502685547,17.45853042602539,-32.72819519042969,66.656982421875,23.486696243286133,-28.13985824584961,73.19709014892578,18.338951110839844,-34.45730209350586,115.79805755615234,61.45857620239258,-43.217613220214844,111.21353912353516,40.47735595703125,-35.34011459350586,113.3905029296875,42.72896957397461,85.7996826171875,157.94737243652344,50.691959381103516,92.75627136230469,148.28988647460938,35.800140380859375,96.46661376953125,149.29190063476562,38.68320083618164,-37.331329345703125,100.84342193603516,11.195904731750488,-38.89327621459961,104.36201477050781,7.69064998626709,-30.906333923339844,118.8824462890625,20.982419967651367,-84.24087524414062,141.98080444335938,-10.036044120788574,-83.07039642333984,134.14744567871094,-15.937280654907227,-73.09300231933594,145.2242431640625,-8.360901832580566,-20.489336013793945,240.95986938476562,21.355300903320312,-11.746207237243652,228.9446563720703,23.881061553955078,-16.658748626708984,225.0550994873047,16.650848388671875,-31.010753631591797,70.30155944824219,-113.17948150634766,-22.67098617553711,67.18983459472656,-125.06367492675781,-19.077804565429688,67.87027740478516,-114.93077850341797,89.58210754394531,76.26803588867188,43.750274658203125,91.06401062011719,77.66991424560547,45.430145263671875,93.25662231445312,77.66374969482422,43.375457763671875,13.822230339050293,157.52059936523438,59.45783615112305,13.912894248962402,176.8645782470703,71.05450439453125,24.54900360107422,161.2827606201172,64.77960968017578,-103.0619125366211,161.38490295410156,-71.2608642578125,-108.76521301269531,162.1514892578125,-63.969764709472656,-109.4815444946289,144.48744201660156,-66.00892639160156,-101.14253997802734,102.73089599609375,-97.0608139038086,-91.5116195678711,92.52264404296875,-88.3656234741211,-100.46011352539062,111.23771667480469,-87.74835205078125,56.61824035644531,79.30403137207031,51.16183090209961,58.03583526611328,80.41264343261719,66.63742065429688,65.9864730834961,75.46024322509766,55.00355529785156,105.91993713378906,74.32408142089844,-15.615870475769043,95.6162109375,58.616851806640625,-20.42742919921875,97.24263000488281,60.321563720703125,-38.73381805419922,-115.14605712890625,152.4384307861328,15.887221336364746,-113.37744140625,153.96600341796875,9.485088348388672,-106.6257553100586,170.89193725585938,21.024137496948242,-65.62059020996094,63.950496673583984,49.64569854736328,-52.59247589111328,62.4429817199707,44.111270904541016,-49.32304382324219,57.538612365722656,53.74751663208008,74.15359497070312,88.29883575439453,97.05061340332031,53.77949905395508,83.34817504882812,88.01873016357422,78.1163101196289,77.5075454711914,74.03253173828125,-17.150733947753906,74.73219299316406,-108.12366485595703,-13.082286834716797,73.07080078125,-127.35246276855469,-18.575651168823242,70.21674346923828,-120.1371078491211,11.368114471435547,141.69093322753906,68.4043197631836,5.803012847900391,150.23008728027344,89.96197509765625,6.196280002593994,141.09140014648438,76.06002044677734,5.758423805236816,120.12359619140625,45.64155197143555,7.564336776733398,108.1739730834961,35.40652084350586,6.061622142791748,130.8232421875,45.39559555053711,-22.13772964477539,103.66161346435547,56.52865219116211,-22.07417869567871,98.64308166503906,65.5042724609375,-12.304590225219727,109.84839630126953,62.906978607177734,-25.717058181762695,93.49553680419922,58.59034729003906,-40.50663375854492,82.82910919189453,77.43209075927734,-15.734901428222656,90.95043182373047,70.42947387695312,-21.221660614013672,124.31938171386719,84.88858032226562,-36.26687240600586,121.18064880371094,73.76583099365234,-18.340879440307617,120.53899383544922,80.73529815673828,74.31655883789062,62.118263244628906,-66.94405364990234,60.73863220214844,60.335899353027344,-64.5250244140625,67.58641815185547,67.83245849609375,-68.33747863769531,11.937799453735352,142.6436309814453,124.14337158203125,1.6950759887695312,145.96734619140625,121.56080627441406,5.583590984344482,128.7682342529297,126.98343658447266,-33.10709762573242,223.53997802734375,-64.97742462158203,-45.906272888183594,218.90280151367188,-56.82638168334961,-35.97777557373047,221.69808959960938,-76.40748596191406,-4.525121212005615,110.28368377685547,81.71334075927734,-5.640225887298584,95.6691665649414,83.66797637939453,-6.9994330406188965,94.56549835205078,92.24465942382812,88.01533508300781,71.03919982910156,66.66117858886719,83.13431549072266,73.20781707763672,65.30293273925781,83.67877197265625,68.40086364746094,65.51647186279297,43.30402755737305,59.42275619506836,-38.666683197021484,44.509437561035156,65.87850189208984,-49.10983657836914,52.575931549072266,62.0185661315918,-60.25723648071289,-18.409378051757812,88.74873352050781,-149.218017578125,-11.402522087097168,84.6273193359375,-141.48606872558594,-11.437651634216309,96.69617462158203,-143.45115661621094,19.46955680847168,190.5125732421875,-20.60877799987793,7.9546589851379395,200.11477661132812,-26.856393814086914,13.317804336547852,199.4113006591797,-12.53518295288086,-55.28080749511719,76.34671020507812,52.91472625732422,-68.19602966308594,70.34598541259766,52.9902458190918,-62.58203887939453,76.00746154785156,64.48096466064453,-70.87261199951172,165.0805206298828,-113.56341552734375,-63.53077697753906,166.83163452148438,-121.49254608154297,-69.466552734375,175.34317016601562,-107.98979949951172,12.310888290405273,150.19393920898438,59.50629806518555,25.732162475585938,150.90647888183594,52.18989944458008,22.303537368774414,147.31381225585938,51.179691314697266,27.943817138671875,62.93231964111328,74.82955932617188,33.35853576660156,65.29898071289062,76.69725036621094,26.610450744628906,66.38613891601562,72.6389389038086,39.06525802612305,78.2355728149414,96.05516815185547,61.64518737792969,67.21873474121094,81.24100494384766,42.776451110839844,74.05455017089844,97.95922088623047,-27.002704620361328,157.41624450683594,-149.22483825683594,-17.86136817932129,155.888671875,-151.810546875,-22.59303092956543,136.17648315429688,-161.1651611328125,85.62020111083984,74.9522476196289,-71.14520263671875,88.70700073242188,86.3094482421875,-72.10209655761719,95.89652252197266,82.5556411743164,-70.06077575683594,15.693411827087402,216.5157470703125,43.319419860839844,11.357821464538574,217.05514526367188,60.11138153076172,9.349326133728027,203.82568359375,44.69948196411133,50.9427490234375,219.32489013671875,62.10866928100586,38.91932678222656,218.83294677734375,59.1623649597168,43.089881896972656,215.91836547851562,67.56002044677734,-23.180089950561523,120.61808776855469,109.35228729248047,-31.4454402923584,115.2432861328125,100.82050323486328,-16.555580139160156,114.52710723876953,101.64080047607422,-94.82563781738281,130.04443359375,-73.39058685302734,-95.00324249267578,138.0015106201172,-70.81275177001953,-98.57685852050781,130.20648193359375,-67.39583587646484,-37.813846588134766,89.91278839111328,-3.083904981613159,-41.62613296508789,83.04419708251953,2.479449987411499,-35.14640808105469,79.40946197509766,-11.0936861038208,-25.64474868774414,85.72021484375,17.004846572875977,-31.00786781311035,85.54646301269531,11.727348327636719,-29.8063907623291,87.87382507324219,17.93509864807129,10.304929733276367,95.27855682373047,67.70187377929688,8.041726112365723,92.0652084350586,74.74008178710938,18.250625610351562,96.00072479248047,71.93666076660156,-46.283756256103516,94.50296783447266,27.814620971679688,-45.16373062133789,88.44246673583984,20.103424072265625,-26.515605926513672,109.1129150390625,35.060794830322266,-103.72396850585938,80.74881744384766,-6.552221775054932,-103.15755462646484,74.88185119628906,-21.53298568725586,-111.29301452636719,83.67282104492188,-6.049108982086182,19.227636337280273,110.73255157470703,-3.8024590015411377,34.432193756103516,118.73892974853516,5.16243314743042,21.297826766967773,105.89209747314453,-7.579628944396973,-109.4815444946289,144.48744201660156,-66.00892639160156,-111.69752502441406,148.599609375,-56.285518646240234,-111.69969940185547,138.92471313476562,-50.20170211791992,16.99776840209961,80.79126739501953,108.3308334350586,15.241988182067871,82.2103042602539,87.45761108398438,20.226303100585938,73.87518310546875,83.8262710571289,78.63105773925781,92.17940521240234,-117.97789001464844,74.41520690917969,99.56770324707031,-127.14370727539062,65.01780700683594,95.86936950683594,-139.59750366210938,-29.950702667236328,214.94114685058594,-87.77141571044922,-29.851253509521484,210.0712890625,-95.84693908691406,-23.15848159790039,208.9600067138672,-99.94013977050781,72.66344451904297,62.844364166259766,53.325233459472656,73.7292709350586,64.81725311279297,65.82845306396484,74.01195526123047,63.62308883666992,77.74195861816406,-18.325916290283203,65.38178253173828,93.31598663330078,-29.45446014404297,55.49673843383789,101.63957977294922,-18.051246643066406,69.23306274414062,110.62801361083984,-49.32442092895508,98.09980010986328,17.536958694458008,-56.32909393310547,79.32967376708984,0.5420730113983154,-57.455543518066406,101.15031433105469,18.13412857055664,-28.86153221130371,101.85397338867188,117.7548828125,-17.9171199798584,97.18345642089844,112.10420989990234,-23.671707153320312,96.4994888305664,119.40586853027344,-66.9940185546875,169.7738037109375,-120.98571014404297,-55.02360916137695,167.2123565673828,-129.65101623535156,-58.805137634277344,157.9877471923828,-132.69285583496094,27.63766860961914,57.401798248291016,81.7559585571289,17.506038665771484,65.60673522949219,93.59375,32.73851776123047,50.89284133911133,88.42176818847656,-29.245241165161133,96.58519744873047,-157.25657653808594,-34.20354461669922,105.07881927490234,-155.86886596679688,-23.829265594482422,120.4374008178711,-162.53976440429688,-86.75800323486328,150.35455322265625,-73.56403350830078,-95.00324249267578,138.0015106201172,-70.81275177001953,-95.48211669921875,148.82171630859375,-80.8520278930664,35.3233642578125,201.08221435546875,60.935394287109375,28.703004837036133,209.6556854248047,67.40885162353516,32.32773971557617,208.2993927001953,58.71104049682617,-66.28626251220703,87.40576934814453,31.151880264282227,-71.9223861694336,79.32597351074219,30.503374099731445,-90.54688262939453,84.78633117675781,44.691959381103516,-83.12428283691406,81.51299285888672,81.97378540039062,-76.76827239990234,76.60464477539062,72.0863265991211,-73.78104400634766,88.43614196777344,97.32794189453125,13.656194686889648,103.86135864257812,118.36071014404297,4.2050628662109375,93.59150695800781,118.56021118164062,12.438737869262695,97.9658203125,123.68509674072266,6.090065956115723,162.1533660888672,-110.88521575927734,7.574347019195557,154.53182983398438,-115.36608123779297,6.402760028839111,165.7761688232422,-125.6214599609375,101.14253997802734,102.73089599609375,-97.0608139038086,103.98566436767578,129.7623291015625,-88.2679443359375,100.46011352539062,111.23771667480469,-87.74835205078125,-27.24397087097168,63.37089538574219,75.22631072998047,-25.351608276367188,70.09744262695312,69.32787322998047,-30.10814094543457,67.61555480957031,76.18270111083984,-33.471153259277344,209.76686096191406,61.181941986083984,-43.080963134765625,192.37179565429688,66.32946014404297,-37.45742416381836,205.52601623535156,72.0888442993164,34.36436080932617,88.5811538696289,103.18285369873047,51.688568115234375,86.04052734375,100.0412368774414,48.59169387817383,88.9365234375,104.59773254394531,-55.11439514160156,165.72386169433594,-126.71294403076172,-66.66967010498047,183.6061248779297,-102.89964294433594,-63.53077697753906,166.83163452148438,-121.49254608154297,12.906867980957031,45.75688171386719,75.32466125488281,5.5816731452941895,62.63309860229492,78.58785247802734,4.130654811859131,60.62321853637695,66.78874969482422,-40.01127624511719,191.04586791992188,-92.535888671875,-37.63487243652344,194.41632080078125,-101.94630432128906,-35.32354736328125,203.21109008789062,-97.20269012451172,-97.02689361572266,100.04765319824219,64.9122314453125,-104.83872985839844,96.58853149414062,63.04627227783203,-99.69539642333984,90.68672943115234,45.67887878417969,-100.47748565673828,124.85682678222656,78.3944091796875,-103.1539535522461,131.3450164794922,68.1179428100586,-97.4039306640625,141.20401000976562,73.67030334472656,68.45880126953125,217.7506103515625,-30.948095321655273,56.9466667175293,227.00628662109375,-34.29105758666992,68.50029754638672,217.40602111816406,-37.66354751586914,53.476802825927734,43.08449935913086,87.49390411376953,59.14909744262695,48.57324981689453,102.56761932373047,68.08199310302734,46.2320671081543,91.93279266357422,-82.73817443847656,216.26123046875,29.513458251953125,-83.38243865966797,209.82257080078125,34.052085876464844,-77.82965850830078,215.25161743164062,34.71528244018555,-17.74261474609375,54.50736999511719,50.762451171875,-13.154969215393066,43.64548110961914,53.88797378540039,-12.891809463500977,54.507205963134766,53.20741653442383,35.50730514526367,51.37777328491211,107.37960815429688,18.01515007019043,65.07664489746094,116.84176635742188,27.99092674255371,52.85837173461914,102.67876434326172,17.46470069885254,80.50118255615234,0.6607210040092468,14.965195655822754,66.85316467285156,11.656723022460938,21.070541381835938,75.60442352294922,9.645215034484863,-17.58144760131836,155.02127075195312,103.21826171875,-15.131887435913086,154.06199645996094,110.1476058959961,-13.704000473022461,154.40357971191406,89.17298126220703,-33.204315185546875,208.36019897460938,-100.43529510498047,-23.186931610107422,205.70693969726562,-109.77627563476562,-31.665109634399414,196.66348266601562,-117.9343490600586,46.663326263427734,96.22201538085938,-43.49609375,31.296737670898438,101.08879852294922,-39.80484390258789,46.18855667114258,101.38648986816406,-33.7761344909668,2.280181884765625,178.56686401367188,-23.31148910522461,2.774167060852051,177.74510192871094,-5.873688220977783,4.270751953125,187.26593017578125,-22.61427116394043,-17.163938522338867,80.10809326171875,47.17268371582031,-20.51275634765625,73.72063446044922,40.82139587402344,-20.983301162719727,81.5977554321289,36.5035400390625,22.039775848388672,238.56655883789062,-6.040243148803711,16.731369018554688,238.87356567382812,0.5111550092697144,25.57815170288086,238.86053466796875,-19.027376174926758,8.27265453338623,102.0000228881836,52.78928756713867,7.845476150512695,110.59642791748047,54.38764572143555,11.908400535583496,109.3330307006836,48.99842071533203,13.983987808227539,64.7445297241211,23.971132278442383,21.070541381835938,75.60442352294922,9.645215034484863,14.965195655822754,66.85316467285156,11.656723022460938,45.96170425415039,68.93574523925781,30.65898895263672,55.01530075073242,72.60966491699219,43.37693786621094,56.26533889770508,66.90526580810547,43.26500701904297,-25.718036651611328,115.34554290771484,56.03443908691406,-11.853805541992188,123.1352767944336,59.895938873291016,-22.504179000854492,115.37049102783203,67.36034393310547,-40.36474609375,183.65562438964844,-119.15968322753906,-30.007118225097656,171.24417114257812,-136.15478515625,-36.65147018432617,188.13995361328125,-119.4329605102539,-38.18935012817383,181.59323120117188,86.72552490234375,-34.38153839111328,178.89593505859375,98.9459228515625,-46.33726501464844,164.19725036621094,88.09761047363281,59.57778549194336,235.29110717773438,-12.631129264831543,62.16829299926758,226.6083526611328,-19.91119384765625,37.4090576171875,241.8205108642578,-11.944353103637695,95.68852996826172,148.18960571289062,38.270816802978516,97.80781555175781,143.32809448242188,28.951980590820312,100.18712615966797,133.85977172851562,26.607486724853516,37.73025894165039,81.59782409667969,72.60723114013672,16.17867088317871,92.91070556640625,61.29961395263672,19.64590835571289,94.15974426269531,53.98710250854492,79.98441314697266,112.3026123046875,-52.648597717285156,82.29164123535156,116.67100524902344,-31.204444885253906,81.00291442871094,110.13257598876953,-37.90343475341797,29.851253509521484,210.0712890625,-95.84693908691406,23.15848159790039,208.9600067138672,-99.94013977050781,25.224149703979492,195.82159423828125,-116.63540649414062,71.97700500488281,123.9697036743164,-78.05815124511719,78.7890625,123.93807983398438,-52.90251159667969,78.49004364013672,118.03913879394531,-66.55670928955078,104.35895538330078,199.162353515625,0.7803210020065308,108.81526184082031,196.33009338378906,3.076282024383545,111.03406524658203,187.10243225097656,-8.722845077514648,86.67353820800781,134.04547119140625,86.2349624633789,85.04776000976562,161.28720092773438,88.0841064453125,86.08721160888672,131.78118896484375,94.19709777832031,97.36023712158203,113.83561706542969,85.732421875,78.46146392822266,124.40875244140625,106.68883514404297,69.05691528320312,115.200927734375,110.8533706665039,5.619101047515869,135.6170196533203,-109.12052154541016,9.291482925415039,144.7529296875,-94.25273895263672,5.433269023895264,161.4710693359375,-93.48241424560547,-47.752681732177734,219.7784423828125,56.63386535644531,-50.94274139404297,219.32489013671875,62.108673095703125,-38.91932678222656,218.83294677734375,59.1623649597168,-49.11787796020508,76.63493347167969,18.157808303833008,-41.07733154296875,91.48597717285156,18.530757904052734,-36.9759635925293,89.00190734863281,18.967824935913086,17.318822860717773,216.60540771484375,72.6077651977539,14.62428092956543,224.58448791503906,61.80965805053711,11.50407600402832,210.29315185546875,78.73253631591797,104.73397827148438,128.91259765625,-55.69329833984375,106.6687240600586,129.79806518554688,-42.66569519042969,109.86569213867188,132.1542510986328,-50.567832946777344,-45.4299430847168,166.15090942382812,-129.25103759765625,-40.520870208740234,155.6297607421875,-132.91574096679688,-43.12678527832031,148.80874633789062,-139.20584106445312,69.20805358886719,69.11510467529297,78.99690246582031,73.7292709350586,64.81725311279297,65.82845306396484,69.92162322998047,73.03553771972656,84.55217742919922,-69.88272094726562,67.43994903564453,61.58841323852539,-67.12299346923828,66.14278411865234,53.41630172729492,-75.55928802490234,69.67630767822266,57.828643798828125,84.60137176513672,122.06649780273438,-70.33416748046875,81.28682708740234,132.38848876953125,-81.7870101928711,65.89398193359375,132.675537109375,-68.9310531616211,55.665061950683594,74.28160095214844,46.0505256652832,50.61654281616211,80.52714538574219,60.15873718261719,44.14548110961914,84.49677276611328,46.219295501708984,44.06111526489258,67.85468292236328,33.83272933959961,36.83123779296875,81.27261352539062,25.746187210083008,43.630638122558594,68.12285614013672,28.562149047851562,8.254520416259766,110.69634246826172,-73.05060577392578,7.856947898864746,126.62007141113281,-70.18096923828125,10.31476879119873,105.75862884521484,-60.37479019165039,-21.91389274597168,58.759124755859375,24.402217864990234,-10.30489730834961,40.21439743041992,36.64641189575195,-12.232948303222656,38.230491638183594,43.767478942871094,12.284402847290039,121.33287048339844,79.02940368652344,6.098893165588379,131.24102783203125,93.76835632324219,6.719873905181885,126.5972900390625,84.80843353271484,-65.67285919189453,209.41004943847656,-69.81243133544922,-79.37855529785156,197.56907653808594,-74.83687591552734,-82.78885650634766,201.88848876953125,-71.21788787841797,-37.801456451416016,105.08043670654297,123.54290771484375,-55.715206146240234,108.39811706542969,112.809814453125,-50.5947151184082,103.76677703857422,124.84978485107422,-107.78587341308594,95.60346221923828,57.74960708618164,-115.06220245361328,107.3503189086914,53.35295104980469,-108.86412048339844,94.5060043334961,38.62495422363281,-35.60691452026367,62.05040740966797,43.83409881591797,-32.88719177246094,57.901268005371094,62.263790130615234,-28.779935836791992,62.17986297607422,58.876155853271484,30.340505599975586,171.5554962158203,-139.90342712402344,24.76307487487793,174.97610473632812,-140.8605499267578,39.37164306640625,188.5835418701172,-121.4504623413086,79.51177215576172,224.67471313476562,-16.0976505279541,59.57778549194336,235.29110717773438,-12.631129264831543,63.62303924560547,235.31964111328125,-4.508469104766846,50.938995361328125,68.16825866699219,-9.415324211120605,46.936676025390625,77.50715637207031,2.4420289993286133,44.518760681152344,66.14697265625,-18.25432777404785,78.60468292236328,118.8910140991211,-135.62416076660156,82.33381652832031,118.97077941894531,-127.78080749511719,93.64009094238281,114.9483871459961,-112.59281921386719,-28.779935836791992,62.17986297607422,58.876155853271484,-23.922405242919922,58.932525634765625,68.03378295898438,-25.235511779785156,68.19623565673828,65.99847412109375,-59.215919494628906,109.4822769165039,-141.02847290039062,-54.38009262084961,98.66028594970703,-146.61209106445312,-55.3060417175293,113.11796569824219,-143.3770751953125,-19.523174285888672,103.88650512695312,49.107452392578125,-24.436656951904297,98.72691345214844,44.521095275878906,-17.14034080505371,101.35985565185547,43.54004669189453,-103.1539535522461,131.3450164794922,68.1179428100586,-101.4483642578125,135.3737030029297,55.67897033691406,-97.4039306640625,141.20401000976562,73.67030334472656,-20.49354362487793,89.2263412475586,64.47246551513672,-40.224449157714844,79.89698028564453,76.31905364990234,-23.065040588378906,91.96381378173828,55.304386138916016,98.57685852050781,130.20648193359375,-67.39583587646484,98.29731750488281,123.22601318359375,-64.20849609375,109.4815444946289,144.48744201660156,-66.00892639160156,-76.04574584960938,54.7361946105957,-18.219039916992188,-81.05924224853516,59.74949264526367,-11.560775756835938,-72.15370178222656,59.04294967651367,-12.190813064575195,-106.95654296875,79.13361358642578,-39.793304443359375,-111.580322265625,82.55152130126953,-23.574129104614258,-98.79547882080078,66.83206939697266,-42.34891891479492,-65.62059020996094,63.950496673583984,49.64569854736328,-69.74370574951172,61.710655212402344,65.95271301269531,-71.5235595703125,64.53594970703125,59.914093017578125,-12.712327003479004,93.26856994628906,-150.1220703125,-10.913134574890137,108.45372772216797,-157.2650909423828,-7.686205863952637,107.10791015625,-150.31600952148438,9.106847763061523,222.74525451660156,-74.686767578125,6.0063629150390625,207.79725646972656,-77.16446685791016,4.033278942108154,218.7055206298828,-64.11685943603516,-53.910560607910156,93.30694580078125,107.64093780517578,-33.22557830810547,94.3089370727539,103.82064056396484,-45.75227355957031,95.86212921142578,103.49978637695312,-21.221660614013672,124.31938171386719,84.88858032226562,-11.296021461486816,131.50460815429688,95.49324035644531,-13.760120391845703,115.97196197509766,93.23601531982422,-31.354394912719727,85.19075775146484,36.32929229736328,-40.36658477783203,77.63164520263672,32.70093536376953,-36.83123779296875,81.27261352539062,25.746187210083008,-100.90045166015625,153.86279296875,-76.06465911865234,-91.89852142333984,148.5301513671875,-75.27021026611328,-99.18865966796875,133.97369384765625,-71.22870635986328,101.58580780029297,180.65513610839844,-36.1512565612793,99.52590942382812,194.60939025878906,-25.01068687438965,94.62450408935547,194.55453491210938,-25.954326629638672,-101.47461700439453,87.1323013305664,-55.3012580871582,-108.84778594970703,106.6044692993164,-40.416439056396484,-100.06722259521484,85.9239730834961,-44.80461120605469,-18.484302520751953,65.3861312866211,80.45052337646484,-16.925737380981445,61.60085678100586,84.56572723388672,-9.506082534790039,64.84965515136719,81.4926528930664,-15.574793815612793,150.03897094726562,83.67750549316406,-6.542716979980469,144.1177978515625,77.99842834472656,-9.060235023498535,150.47552490234375,92.81012725830078,-25.924325942993164,142.1223907470703,49.20372009277344,-26.48509979248047,132.79833984375,45.86899948120117,-23.816810607910156,138.9362030029297,54.0575065612793,87.55970001220703,59.483341217041016,43.64421463012695,65.28032684326172,65.86991119384766,28.330806732177734,87.44318389892578,69.49163818359375,39.613216400146484,-96.87271881103516,123.02628326416016,-83.50532531738281,-98.89356994628906,138.41929626464844,-88.2577896118164,-91.54497528076172,135.4752197265625,-84.86978912353516,-25.718036651611328,115.34554290771484,56.03443908691406,-39.41871643066406,108.78258514404297,64.86228942871094,-37.663265228271484,107.86106872558594,49.88850021362305,-4.07395601272583,60.536033630371094,67.11510467529297,-12.909683227539062,45.756988525390625,75.32939910888672,-15.679019927978516,42.1234016418457,67.63056945800781,-62.40225601196289,106.78360748291016,62.8455696105957,-68.73020935058594,108.30342864990234,72.09330749511719,-51.0808219909668,113.29448699951172,77.02750396728516,114.07411193847656,163.40321350097656,-1.0959479808807373,110.12859344482422,187.2148895263672,11.01932430267334,108.25436401367188,165.10581970214844,4.815067768096924,94.0842514038086,66.20925903320312,52.98896408081055,84.34209442138672,52.06264877319336,59.00785446166992,92.84259033203125,61.97585678100586,63.964500427246094,-104.5326156616211,73.57689666748047,-1.3964990377426147,-101.78255462646484,77.92446899414062,11.409863471984863,-106.65400695800781,82.92598724365234,9.066129684448242,7.388001918792725,76.0252914428711,-90.94642639160156,5.438755989074707,84.81947326660156,-76.50140380859375,5.356575012207031,78.11962890625,-102.92699432373047,23.08414649963379,200.78802490234375,82.62028503417969,27.354246139526367,209.8104248046875,80.45355987548828,15.616848945617676,204.7755584716797,81.28331756591797,74.74337768554688,157.18365478515625,-107.80818939208984,76.74934387207031,169.67974853515625,-102.87715911865234,73.77117919921875,162.2563018798828,-93.28472137451172,10.594959259033203,164.16590881347656,-72.15296936035156,12.237104415893555,178.1273651123047,-55.8189582824707,6.949038028717041,177.23289489746094,-42.81974792480469,-50.725608825683594,116.2457504272461,48.427947998046875,-54.43436813354492,104.8736572265625,41.39039611816406,-50.343997955322266,114.31599426269531,58.5848274230957,13.505044937133789,186.78146362304688,-36.23402404785156,8.42816162109375,187.49571228027344,-22.971189498901367,12.237104415893555,178.1273651123047,-55.8189582824707,118.80419921875,128.49940490722656,-16.648569107055664,105.74786376953125,137.4070281982422,-21.51056480407715,114.97502136230469,137.0437774658203,-14.852585792541504,89.66950988769531,63.60841751098633,-1.807515025138855,92.5649185180664,58.64421463012695,-10.84216594696045,101.78255462646484,77.92446899414062,11.409863471984863,-38.882301330566406,112.96234893798828,108.77216339111328,-39.91914749145508,118.25901794433594,119.5577163696289,-30.958171844482422,115.2304916381836,120.90794372558594,65.62458038330078,71.54913330078125,74.5950698852539,62.87939453125,77.87832641601562,83.29310607910156,83.13431549072266,73.20781707763672,65.30293273925781,-25.351608276367188,70.09744262695312,69.32787322998047,-26.701284408569336,65.07483673095703,58.6917839050293,-17.579303741455078,79.97040557861328,59.49420166015625,-20.959596633911133,84.46271514892578,121.14619445800781,-16.286312103271484,80.39579010009766,115.64823150634766,-22.891315460205078,70.98487091064453,117.45238494873047,-90.07025146484375,103.73075866699219,-87.2774658203125,-82.17804718017578,102.92675018310547,-79.23486328125,-84.90917205810547,97.84698486328125,-82.32393646240234,-60.62518310546875,58.24581527709961,-3.829922914505005,-67.61170959472656,56.986236572265625,-5.400167942047119,-62.1158447265625,53.45322799682617,-8.045209884643555,-90.97125244140625,81.33045959472656,14.200992584228516,-100.23837280273438,81.30986022949219,12.016256332397461,-99.37947082519531,90.173095703125,32.66017150878906,-23.398969650268555,61.9066162109375,82.58216857910156,-31.90500259399414,50.87805938720703,86.09745788574219,-18.325916290283203,65.38178253173828,93.31598663330078,78.34505462646484,62.73054122924805,103.854736328125,78.42997741699219,53.20547103881836,95.44873046875,90.5782241821289,58.404380798339844,82.56961822509766,-33.090232849121094,206.96864318847656,74.48241424560547,-36.407737731933594,198.9342498779297,78.88525390625,-40.57282257080078,190.56646728515625,65.18738555908203,-35.91813659667969,105.6423110961914,38.14609909057617,-63.880340576171875,94.74992370605469,44.72825241088867,-65.14906311035156,88.7186508178711,36.3644905090332,-58.556190490722656,213.45965576171875,-73.3664321899414,-53.96205139160156,206.0378875732422,-87.41028594970703,-59.8479118347168,200.12924194335938,-93.84819030761719,-90.0228500366211,122.48575592041016,93.59366607666016,-97.43335723876953,137.78829956054688,79.67239379882812,-98.43586730957031,121.82738494873047,85.85294342041016,-62.4271125793457,85.31453704833984,-66.01685333251953,-71.75895690917969,83.06251525878906,-71.948974609375,-58.75246810913086,80.69847869873047,-73.66190338134766,52.40457534790039,216.23516845703125,-48.17564392089844,47.000423431396484,221.61279296875,-55.83653259277344,41.39903259277344,217.56082153320312,-48.357879638671875,22.169816970825195,230.87106323242188,-71.12178802490234,25.77630615234375,230.2619171142578,-57.38798522949219,30.97725486755371,227.35787963867188,-67.58818817138672,-6.942568778991699,205.4804229736328,29.625503540039062,-9.280534744262695,207.34225463867188,14.335689544677734,-11.555464744567871,187.8446044921875,24.421350479125977,-6.593769073486328,207.94781494140625,-21.513412475585938,-13.317804336547852,199.4113006591797,-12.53518295288086,-13.934715270996094,211.1508331298828,-6.425910949707031,6.775135040283203,113.23971557617188,78.58210754394531,5.37893009185791,125.589599609375,54.60367202758789,8.550756454467773,130.36741638183594,49.918853759765625,-6.036736011505127,189.7860565185547,-10.528157234191895,-4.270751953125,187.26593017578125,-22.61427116394043,-10.657565116882324,189.61106872558594,-33.444679260253906,-52.40456008911133,216.23516845703125,-48.175636291503906,-67.5833740234375,207.8456573486328,-47.340049743652344,-50.34506607055664,212.6516571044922,-45.49161911010742,-26.41305160522461,61.26837158203125,49.684207916259766,-35.177677154541016,60.95053482055664,53.021827697753906,-30.476749420166016,63.581748962402344,54.15178680419922,107.1051254272461,147.1441650390625,-8.04634952545166,98.98793029785156,143.15786743164062,-15.782586097717285,81.38240814208984,146.0229949951172,-9.127620697021484,-16.438154220581055,175.05905151367188,102.36005401611328,-11.621725082397461,172.5940399169922,98.671630859375,-14.85889720916748,173.28466796875,107.23959350585938,31.74527359008789,118.29875183105469,119.68175506591797,17.600833892822266,121.64722442626953,124.66825866699219,32.98933410644531,129.7145233154297,125.56788635253906,-96.21366119384766,191.3661346435547,-8.306621551513672,-82.02095031738281,200.87594604492188,-4.683466911315918,-87.84197235107422,211.42837524414062,-10.802347183227539,26.607921600341797,61.39918518066406,24.637327194213867,20.42494010925293,63.868953704833984,28.59036636352539,26.425539016723633,75.19278717041016,14.968587875366211,-60.99321365356445,217.06991577148438,10.251944541931152,-57.5706901550293,228.5319061279297,7.948878765106201,-67.9739990234375,219.47369384765625,5.822143077850342,17.862014770507812,118.41886901855469,126.89588928222656,15.873537063598633,112.22272491455078,121.86356353759766,29.302650451660156,113.28765106201172,118.51359558105469,79.61151123046875,130.45188903808594,-19.539180755615234,85.43333435058594,133.4822540283203,-22.121015548706055,92.13610076904297,118.15776062011719,-39.700321197509766,23.987268447875977,66.91741943359375,73.5732421875,20.321474075317383,62.39506530761719,66.96927642822266,22.834705352783203,58.5279541015625,71.1986312866211,5.0166168212890625,164.97509765625,24.34321403503418,7.235772132873535,152.48077392578125,36.68986511230469,7.19664192199707,158.49082946777344,42.86137390136719,-118.80419921875,128.49940490722656,-16.648569107055664,-110.89847564697266,125.35064697265625,-21.789691925048828,-113.46251678466797,115.07350158691406,-19.60003662109375,-48.895652770996094,219.45516967773438,-64.20935821533203,-47.15841293334961,210.43670654296875,-75.44271087646484,-53.53769302368164,218.6182403564453,-65.92179107666016,-32.32773971557617,208.2993927001953,58.71104049682617,-29.892000198364258,216.42845153808594,59.227394104003906,-23.48926544189453,214.28941345214844,67.01746368408203,-75.39550018310547,133.9095458984375,-44.1727294921875,-85.61637115478516,125.19913482666016,-41.061424255371094,-68.97539520263672,129.33705139160156,-57.562923431396484,-82.02095031738281,200.87594604492188,-4.683466911315918,-96.21366119384766,191.3661346435547,-8.306621551513672,-102.62110900878906,184.63189697265625,-14.728189468383789,-23.828725814819336,130.52064514160156,45.62154769897461,-21.648609161376953,126.52613067626953,51.886985778808594,-28.93515968322754,118.93795013427734,41.838321685791016,-37.778709411621094,80.67706298828125,-12.07826042175293,-46.63419723510742,82.96957397460938,3.9525859355926514,-40.834556579589844,90.08661651611328,-3.5428659915924072,-109.5147705078125,102.8717041015625,-52.77103805541992,-98.84031677246094,95.796142578125,-66.28059387207031,-95.89652252197266,82.5556411743164,-70.06077575683594,14.978978157043457,174.88754272460938,98.36466979980469,12.42751693725586,187.34619140625,93.07930755615234,10.630423545837402,182.40847778320312,88.46931457519531,-88.02159118652344,95.80200958251953,-60.46839141845703,-82.79693603515625,106.33174133300781,-38.29339599609375,-93.58065795898438,117.72676849365234,-36.19158935546875,37.821964263916016,240.92018127441406,17.095088958740234,50.10743713378906,238.2215118408203,22.184234619140625,52.25621795654297,233.0538787841797,5.550034046173096,78.78040313720703,207.8756561279297,-31.354562759399414,75.2609634399414,205.02981567382812,-25.899852752685547,86.10774993896484,189.3199005126953,-27.62327003479004,5.095643997192383,176.2559051513672,108.84679412841797,14.930573463439941,176.94847106933594,104.93525695800781,5.2982869148254395,176.9434051513672,101.08111572265625,-64.03528594970703,60.51816177368164,87.35811614990234,-70.9947509765625,59.79668045043945,80.54749298095703,-48.65774154663086,54.359222412109375,53.91118240356445,-74.78314208984375,69.88850402832031,69.61156463623047,-89.61543273925781,76.58514404296875,77.0522232055664,-65.74710083007812,75.54374694824219,84.13107299804688,-25.67067527770996,149.50230407714844,116.35430908203125,-13.819744110107422,142.86349487304688,113.72093200683594,-22.940528869628906,143.43359375,119.66449737548828,106.6687240600586,129.79806518554688,-42.66569519042969,111.81576538085938,138.8389434814453,-31.647388458251953,109.86569213867188,132.1542510986328,-50.567832946777344,-43.44252395629883,183.77923583984375,95.06226348876953,-44.80656051635742,194.39146423339844,88.87702941894531,-49.092987060546875,190.35629272460938,94.76378631591797,35.63838195800781,122.80725860595703,-155.12074279785156,24.469953536987305,133.707275390625,-158.97030639648438,26.15845489501953,119.7763442993164,-158.9589385986328,-66.69334411621094,112.77555084228516,-80.57450103759766,-62.26124954223633,101.29084777832031,-71.07252502441406,-65.8482666015625,110.02682495117188,-82.18113708496094,-12.812439918518066,92.77530670166016,44.563907623291016,-16.231630325317383,95.23574829101562,48.02490234375,-13.412092208862305,93.38858795166016,49.883426666259766,-12.19062614440918,131.40420532226562,42.58983612060547,-10.637451171875,127.1783676147461,36.46415710449219,-30.17095375061035,110.2846450805664,33.699073791503906,32.84843826293945,88.32952880859375,38.81417465209961,26.71430778503418,93.4417724609375,48.80183792114258,46.720794677734375,82.50357055664062,46.956119537353516,53.88462448120117,121.09320068359375,15.165303230285645,44.56885528564453,126.5069580078125,22.471513748168945,57.780723571777344,114.40699005126953,11.118634223937988,117.2857666015625,93.93109893798828,13.9107084274292,107.46334075927734,89.07453918457031,11.448930740356445,112.89691162109375,81.13578033447266,-5.511445045471191,73.15377807617188,109.57596588134766,74.25004577636719,81.4408187866211,112.84981536865234,76.50526428222656,79.6384048461914,112.62360382080078,70.74149322509766,-37.33028793334961,90.44142150878906,105.55543518066406,-57.007652282714844,90.13301086425781,107.31526184082031,-44.91746139526367,79.64466857910156,98.61075592041016,-13.2094087600708,124.72451782226562,0.2499680072069168,-7.429224967956543,131.6343994140625,-10.867557525634766,-11.523592948913574,133.64535522460938,3.985213041305542,73.40448760986328,132.53451538085938,-81.40080261230469,62.123008728027344,136.98104858398438,-79.55451965332031,59.58156967163086,136.4985809326172,-71.98543548583984,6.237499237060547,100.17062377929688,53.63685989379883,18.06998634338379,94.88394165039062,46.35038375854492,19.451019287109375,95.36874389648438,48.210899353027344,24.33016014099121,129.7130584716797,30.900724411010742,25.265527725219727,127.83161926269531,37.23453140258789,35.39437484741211,111.70469665527344,25.387746810913086,39.458580017089844,84.0058364868164,36.90453338623047,32.60148239135742,90.81692504882812,44.16804504394531,29.548250198364258,89.25272369384766,36.914127349853516,48.657779693603516,54.359230041503906,53.910926818847656,47.74340057373047,57.97246551513672,75.4129409790039,38.11874771118164,55.612178802490234,65.97685241699219,12.964091300964355,131.75369262695312,125.22808837890625,2.544779062271118,143.23287963867188,119.62033081054688,14.705652236938477,147.50555419921875,119.37715911865234,-75.51625061035156,164.8365936279297,92.01151275634766,-80.08797454833984,167.63380432128906,86.39401245117188,-65.35844421386719,172.74647521972656,97.05267333984375,92.17134857177734,180.40774536132812,-43.86363220214844,103.50593566894531,164.99566650390625,-42.553279876708984,91.39544677734375,174.9780731201172,-36.52412033081055,-59.06867599487305,122.20639038085938,116.27717590332031,-68.97571563720703,131.21405029296875,109.26696014404297,-77.09725952148438,124.07305145263672,107.74720001220703,10.9080810546875,128.67173767089844,42.50801467895508,26.515615463256836,109.11290740966797,35.060791015625,19.824586868286133,120.53990173339844,43.25359344482422,-109.74421691894531,90.13224029541016,21.7950439453125,-110.72953796386719,99.11522674560547,31.765361785888672,-107.46334075927734,89.07453918457031,11.448920249938965,58.805137634277344,157.9877471923828,-132.69285583496094,47.96851348876953,135.4973907470703,-152.00228881835938,49.61996841430664,143.5893096923828,-145.2671356201172,20.75883674621582,96.38665771484375,43.327491760253906,24.436655044555664,98.72691345214844,44.521095275878906,23.163663864135742,92.2207260131836,45.05448532104492,-77.78401947021484,167.77613830566406,57.25807189941406,-87.8366470336914,160.1035614013672,49.6624641418457,-94.67645263671875,163.6359405517578,60.610130310058594,12.746052742004395,190.08436584472656,-37.0567512512207,7.9546589851379395,200.11477661132812,-26.856393814086914,19.46955680847168,190.5125732421875,-20.60877799987793,-52.40456008911133,216.23516845703125,-48.175636291503906,-47.000423431396484,221.61279296875,-55.83653259277344,-61.219024658203125,215.9253387451172,-55.04414367675781,10.402689933776855,177.3456268310547,32.87434768676758,7.3252668380737305,183.14797973632812,58.986473083496094,6.048491954803467,168.0645751953125,52.00287628173828,-35.12921905517578,86.34801483154297,29.245485305786133,-37.07941436767578,89.01306915283203,22.47262954711914,-41.33645248413086,79.36151123046875,29.760957717895508,-7.235772132873535,152.48077392578125,36.68986511230469,-13.284411430358887,139.54989624023438,40.31793212890625,-8.677815437316895,144.80474853515625,18.283008575439453,81.6758041381836,161.78733825683594,-97.35974884033203,76.05006408691406,163.45172119140625,-83.90936279296875,90.45381927490234,159.85784912109375,-89.55753326416016,99.18865966796875,133.9736785888672,-71.22870635986328,109.48906707763672,146.12669372558594,-70.60244750976562,109.25088500976562,135.0412139892578,-65.09716033935547,40.142547607421875,40.988243103027344,78.69855499267578,21.84930419921875,39.40001678466797,76.16381072998047,30.76721954345703,36.45073699951172,66.76136016845703,-35.60691452026367,62.05040740966797,43.83409881591797,-28.779935836791992,62.17986297607422,58.876155853271484,-28.665206909179688,66.22553253173828,50.78152847290039,-28.893924713134766,76.10092163085938,123.08474731445312,-37.10750961303711,90.4399185180664,127.14736938476562,-20.959596633911133,84.46271514892578,121.14619445800781,-8.610063552856445,89.58917236328125,-73.47216033935547,-8.292135238647461,79.08811950683594,-103.58734130859375,-9.352938652038574,78.48145294189453,-88.76448059082031,11.605127334594727,51.04874038696289,46.1859245300293,15.678853988647461,61.14999008178711,24.105886459350586,19.314990997314453,75.03168487548828,26.88737678527832,50.5956916809082,175.63697814941406,97.57246398925781,47.774723052978516,188.3111572265625,92.5909652709961,54.51797866821289,180.0575714111328,97.07489013671875,-7.343401908874512,157.5681915283203,-131.6723175048828,-7.858252048492432,140.1055145263672,-123.97098541259766,-12.130401611328125,143.52732849121094,-118.28266906738281,68.40814208984375,76.17609405517578,69.58912658691406,66.99288177490234,70.16152954101562,52.330238342285156,78.1163101196289,77.5075454711914,74.03253173828125,-72.48099517822266,210.38795471191406,16.92439079284668,-77.27438354492188,215.97560119628906,27.940948486328125,-87.50445556640625,210.0396270751953,6.517897129058838,-100.29545593261719,135.87838745117188,-93.46903991699219,-94.87612915039062,141.7064666748047,-100.08727264404297,-94.32062530517578,150.15277099609375,-96.32503509521484,48.462379455566406,50.56304168701172,37.2756462097168,46.379364013671875,57.87849044799805,32.66938018798828,57.58679962158203,62.763004302978516,27.01020050048828,8.970056533813477,172.2152862548828,88.2243423461914,4.653541088104248,172.73565673828125,108.19207763671875,4.048532962799072,170.77854919433594,101.14497375488281,8.27265453338623,102.0000228881836,52.78928756713867,20.177488327026367,99.0503158569336,46.35386276245117,15.14500617980957,98.49937438964844,45.417701721191406,-50.938995361328125,68.16826629638672,-9.415325164794922,-56.84651565551758,69.63468170166016,-5.615133762359619,-60.62518310546875,58.24581527709961,-3.829922914505005,71.30335235595703,190.19912719726562,-99.44384002685547,71.91165161132812,176.88746643066406,-109.10394287109375,61.8090934753418,176.63528442382812,-117.1838150024414,72.68817901611328,103.65589141845703,107.22106170654297,54.07809066772461,107.4327392578125,116.4730224609375,64.61872863769531,102.49957275390625,116.13697052001953,79.0025405883789,54.437137603759766,-47.19520950317383,85.8730697631836,62.582557678222656,-53.84381866455078,91.21235656738281,59.046661376953125,-46.27729034423828,-58.421470642089844,107.7703628540039,68.70872497558594,-61.06451416015625,100.0752944946289,46.24919128417969,-80.36381530761719,102.5179672241211,64.45372009277344,82.98446655273438,66.50895690917969,57.23339080810547,84.26958465576172,70.79714965820312,57.58388137817383,89.54286193847656,69.35806274414062,69.13494873046875,-19.46955680847168,190.5125732421875,-20.60877799987793,-25.887039184570312,193.46401977539062,-2.4951720237731934,-13.317804336547852,199.4113006591797,-12.53518295288086,-4.712594032287598,105.94202423095703,34.26646423339844,-20.94071388244629,99.67132568359375,28.833635330200195,-8.675992965698242,112.89789581298828,32.38496398925781,78.42762756347656,110.8561019897461,-36.08564376831055,74.70989990234375,107.17967224121094,-58.87480926513672,71.2825698852539,101.99942016601562,-47.74201965332031,-91.25017547607422,213.45379638671875,-21.23619270324707,-87.5092544555664,209.30038452148438,-28.090087890625,-98.81165313720703,201.5356903076172,-23.97747039794922,-66.87277221679688,85.09326934814453,-120.01312255859375,-73.54430389404297,86.64225769042969,-122.56654357910156,-60.75278091430664,86.8869857788086,-137.7806396484375,80.73274230957031,83.09233856201172,108.3425521850586,91.23687744140625,77.1278305053711,92.83943176269531,89.68680572509766,90.03872680664062,94.39183807373047,92.61790466308594,79.22330474853516,-67.01011657714844,95.29938507080078,77.4564208984375,-52.568634033203125,101.47461700439453,87.1323013305664,-55.3012580871582,-5.253617763519287,194.4704132080078,-0.5281839966773987,-2.9464659690856934,179.59449768066406,10.693598747253418,-2.774167060852051,177.74510192871094,-5.873690128326416,-90.2760238647461,78.58771514892578,50.054141998291016,-91.8303451538086,80.75312042236328,47.319923400878906,-95.15277099609375,81.87715148925781,47.91017532348633,-45.84565353393555,110.4729232788086,85.36157989501953,-45.73489761352539,109.75520324707031,62.447879791259766,-58.421470642089844,107.7703628540039,68.70872497558594,-54.8390007019043,136.63436889648438,119.5387191772461,-66.86566162109375,142.00547790527344,109.3183364868164,-51.52803421020508,147.1520233154297,116.19480895996094,7.567805767059326,94.29673767089844,62.81277084350586,8.281905174255371,86.8260498046875,62.64599609375,4.636563777923584,87.73014831542969,68.94097137451172,-80.9364013671875,98.20829772949219,-73.66341400146484,-87.29026794433594,95.46878051757812,-81.47267150878906,-80.95284271240234,88.49547576904297,-77.74462127685547,72.3440933227539,90.07201385498047,33.28782653808594,62.6068000793457,99.22582244873047,43.53226089477539,73.33574676513672,98.51850128173828,47.934242248535156,22.4720516204834,95.0302505493164,64.29794311523438,26.178979873657227,95.21849060058594,55.11620330810547,38.203399658203125,90.20736694335938,75.1596908569336,32.82946014404297,126.03235626220703,23.25589942932129,20.629369735717773,135.62159729003906,25.883878707885742,24.33016014099121,129.7130584716797,30.900724411010742,-24.44388771057129,216.32225036621094,68.62362670898438,-33.471153259277344,209.76686096191406,61.181941986083984,-34.0474853515625,209.23077392578125,77.50743865966797,1.7916699647903442,41.61463928222656,42.783660888671875,-7.756937026977539,39.20095443725586,42.65461349487305,0.7945129871368408,42.600120544433594,51.604644775390625,4.712179183959961,105.94206237792969,34.2668342590332,5.235879898071289,125.68950653076172,38.0400505065918,8.675992965698242,112.89789581298828,32.38496398925781,8.5318603515625,212.51748657226562,-70.44345092773438,9.762325286865234,207.6708221435547,-79.01626586914062,9.943035125732422,220.65817260742188,-71.92545318603516,24.436655044555664,98.72691345214844,44.521095275878906,19.523174285888672,103.88650512695312,49.10745620727539,15.629524230957031,102.41634368896484,46.53388977050781,80.78459167480469,166.9178466796875,-80.30030059814453,80.61892700195312,161.56134033203125,-75.9466781616211,84.89392852783203,167.2865753173828,-71.54350280761719,5.356575012207031,78.11962890625,-102.92699432373047,10.680500030517578,71.96603393554688,-116.33399200439453,7.388001918792725,76.0252914428711,-90.94642639160156,17.928056716918945,138.58245849609375,57.375267028808594,11.966178894042969,138.15711975097656,59.624114990234375,14.371684074401855,146.23756408691406,68.90495300292969,43.51415252685547,134.26495361328125,-151.27008056640625,40.82887268066406,141.11904907226562,-147.25315856933594,26.083744049072266,153.2298583984375,-148.38705444335938,-38.566307067871094,76.0250473022461,100.90701293945312,-25.362226486206055,81.16168975830078,99.05352020263672,-28.011817932128906,80.76681518554688,104.4115219116211,41.38540267944336,218.91766357421875,38.462646484375,36.97295379638672,227.11228942871094,36.805511474609375,51.566429138183594,202.1487274169922,34.2294921875,-57.42994689941406,87.65198516845703,102.81327056884766,-79.88670349121094,83.2016830444336,92.3882827758789,-42.397071838378906,79.96678161621094,87.95288848876953,-10.952516555786133,113.62967681884766,-17.69682502746582,-15.141597747802734,103.49291229248047,-32.58839416503906,-12.705788612365723,112.39704895019531,-7.784809112548828,-77.02412414550781,207.99481201171875,-34.76236343383789,-68.50029754638672,217.40602111816406,-37.66354751586914,-68.45880126953125,217.7506103515625,-30.948095321655273,47.15841293334961,210.43670654296875,-75.44271850585938,53.53769302368164,218.6182403564453,-65.92179107666016,53.96205139160156,206.0378875732422,-87.4102783203125,-7.552223205566406,203.6851348876953,-90.15007019042969,-6.457760810852051,193.39358520507812,-101.35600280761719,-6.173119068145752,197.8087615966797,-79.06887817382812,-106.65400695800781,82.92598724365234,9.066129684448242,-107.46334075927734,89.07453918457031,11.448920249938965,-105.91993713378906,74.32408142089844,-15.615870475769043,5.5816731452941895,62.63309860229492,78.58785247802734,12.906867980957031,45.75688171386719,75.32466125488281,16.541858673095703,48.000244140625,82.03995513916016,-81.84396362304688,51.00833511352539,48.399818420410156,-87.55970764160156,59.483341217041016,43.64421844482422,-66.71570587158203,51.48402786254883,38.88704299926758,9.639459609985352,197.91891479492188,-65.30854034423828,8.534578323364258,195.44351196289062,-58.180538177490234,8.935580253601074,172.34107971191406,-97.87154388427734,88.69109344482422,76.8184814453125,78.2216567993164,67.63215637207031,88.32637023925781,100.0058364868164,68.35521697998047,75.47464752197266,83.61801147460938,-77.34559631347656,223.2633514404297,-21.31709861755371,-59.57780075073242,235.29110717773438,-12.631131172180176,-62.16828918457031,226.6083526611328,-19.911191940307617,46.68898010253906,65.15633392333984,33.695457458496094,45.96170425415039,68.93574523925781,30.65898895263672,56.26533889770508,66.90526580810547,43.26500701904297,10.92873477935791,89.21183013916016,79.88859558105469,16.63581085205078,83.06046295166016,83.55484008789062,18.44489288330078,85.4499282836914,85.08058166503906,-20.47530174255371,104.46659088134766,-156.91879272460938,-26.15845489501953,119.7763442993164,-158.9589385986328,-30.255050659179688,93.81668090820312,-153.25103759765625,-78.50639343261719,221.9943389892578,-13.581745147705078,-74.72826385498047,220.4300537109375,-20.974103927612305,-60.46194839477539,232.04156494140625,-11.39597225189209,9.964771270751953,123.93914031982422,14.60321044921875,-0.01182899996638298,125.79298400878906,17.807769775390625,6.011168003082275,120.35903930664062,23.353519439697266,-16.369245529174805,63.326812744140625,79.05960845947266,-22.29854965209961,61.92979049682617,80.12840270996094,-17.04068946838379,66.00884246826172,81.58859252929688,36.51850891113281,157.376708984375,127.48950958251953,41.43889617919922,160.57327270507812,121.23860168457031,33.02412796020508,158.92230224609375,124.68464660644531,53.781776428222656,112.6321792602539,109.08380126953125,33.673030853271484,113.0880355834961,108.84249877929688,31.74527359008789,118.29875183105469,119.68175506591797,-56.5601921081543,91.0787124633789,99.49705505371094,-48.14213562011719,92.45867919921875,100.60893249511719,-43.79781723022461,82.27490234375,93.54849243164062,-63.21593475341797,102.75740051269531,61.63252258300781,-69.36502838134766,94.0096206665039,45.278724670410156,-58.909610748291016,97.69790649414062,43.55082702636719,-65.49866485595703,75.33501434326172,54.436363220214844,-65.3525390625,71.02259063720703,47.69293212890625,-84.26956176757812,70.79712677001953,57.58385467529297,-18.928386688232422,77.38550567626953,74.68275451660156,-17.579303741455078,79.97040557861328,59.49420166015625,-8.448023796081543,84.32987213134766,65.07670593261719,-11.315666198730469,109.62919616699219,-48.623470306396484,-20.925857543945312,103.16838073730469,-40.743141174316406,-15.510945320129395,106.49683380126953,-39.91823196411133,-11.089255332946777,105.98408508300781,-116.12649536132812,-12.130401611328125,143.52732849121094,-118.28266906738281,-9.299848556518555,121.55220031738281,-126.25019836425781,-50.1759033203125,107.20233154296875,33.9551887512207,-54.0855712890625,91.805419921875,21.80030632019043,-54.36990737915039,99.07878112792969,20.5260066986084,72.82247924804688,166.13284301757812,65.99417114257812,77.69802856445312,172.00636291503906,78.50251770019531,70.28711700439453,177.78173828125,74.01812744140625,-76.74934387207031,169.67974853515625,-102.87715911865234,-71.91165161132812,176.88746643066406,-109.10394287109375,-73.39991760253906,167.19708251953125,-114.5911865234375,98.99040985107422,122.96404266357422,-97.53905487060547,85.60317993164062,128.4259796142578,-109.10617065429688,90.4774169921875,117.24819946289062,-109.7081298828125,22.67186164855957,193.49293518066406,-1.2401059865951538,8.976302146911621,197.3277130126953,-15.172176361083984,16.827556610107422,189.66082763671875,-17.258710861206055,62.65412902832031,150.97117614746094,-131.08799743652344,66.30590057373047,142.3755645751953,-123.77572631835938,68.85822296142578,135.59341430664062,-131.4602508544922,-75.61366271972656,74.2154541015625,71.6416015625,-75.55928802490234,69.67630767822266,57.828643798828125,-82.99710083007812,72.98148345947266,64.75359344482422,-58.071083068847656,83.7033920288086,-73.45095825195312,-44.69648361206055,84.47843170166016,-77.72644805908203,-50.038997650146484,89.3451156616211,-95.73491668701172,5.37893009185791,125.589599609375,54.60367202758789,4.3475189208984375,114.62334442138672,64.15576934814453,8.37387466430664,117.71800994873047,52.458133697509766,116.90959167480469,113.70425415039062,-13.19836711883545,114.7887954711914,106.68826293945312,-20.81834602355957,113.46251678466797,115.07350158691406,-19.60003662109375,10.364773750305176,119.07925415039062,46.65299606323242,10.327995300292969,121.51768493652344,53.06182098388672,21.272520065307617,108.68211364746094,46.473121643066406,-43.089908599853516,215.9183349609375,67.56007385253906,-54.88944625854492,214.66603088378906,73.04571533203125,-49.79705047607422,210.25559997558594,76.35741424560547,82.54566955566406,185.02142333984375,-84.549072265625,85.27479553222656,180.08106994628906,-75.50704956054688,86.16329956054688,175.73226928710938,-85.7271957397461,-44.80656051635742,194.39146423339844,88.87702941894531,-49.03474044799805,203.3893280029297,80.05650329589844,-49.092987060546875,190.35629272460938,94.76378631591797,-111.3823013305664,128.16455078125,17.314254760742188,-102.8910903930664,121.47589111328125,8.732648849487305,-111.58329010009766,116.97539520263672,9.473437309265137,-23.693370819091797,37.92741775512695,64.29801940917969,-15.679019927978516,42.1234016418457,67.63056945800781,-21.8492488861084,39.400184631347656,76.1640625,-71.2825698852539,101.99942016601562,-47.74201965332031,-73.62029266357422,106.35059356689453,-65.84063720703125,-76.9935302734375,112.95794677734375,-52.60563278198242,-70.87261199951172,165.0805206298828,-113.56341552734375,-70.77445983886719,152.7397918701172,-111.68082427978516,-59.13572311401367,151.50189208984375,-130.89065551757812,-114.9446029663086,151.6444549560547,2.600421905517578,-114.97502136230469,137.0437774658203,-14.852587699890137,-121.59147644042969,137.93138122558594,-3.895303964614868,116.8615493774414,119.27728271484375,33.2077751159668,106.33209228515625,122.04643249511719,59.0467414855957,107.63152313232422,124.38351440429688,49.71295166015625,5.5816731452941895,62.63309860229492,78.58785247802734,7.672496795654297,66.74085998535156,90.67827606201172,4.178171157836914,72.51602935791016,82.3755111694336,-57.09166717529297,92.88251495361328,21.503829956054688,-60.620479583740234,89.75870513916016,23.47469139099121,-54.43436813354492,104.8736572265625,41.39039611816406,-39.67317581176758,78.87493896484375,125.24761962890625,-37.10750961303711,90.4399185180664,127.14736938476562,-28.893924713134766,76.10092163085938,123.08474731445312,-17.936222076416016,244.4623565673828,-19.998926162719727,-27.700481414794922,240.23631286621094,-38.3076057434082,-27.667490005493164,242.72915649414062,-26.86603355407715,-27.24397087097168,63.37089538574219,75.22631072998047,-24.07046890258789,61.647789001464844,67.33245849609375,-25.351608276367188,70.09744262695312,69.32787322998047,-35.87955093383789,146.214599609375,125.23576354980469,-30.159984588623047,130.1696014404297,125.03370666503906,-41.287147521972656,131.1534881591797,125.81600952148438,94.87613677978516,141.7064666748047,-100.08727264404297,81.8855209350586,149.8583984375,-112.22164154052734,85.03469848632812,144.28250122070312,-112.2625961303711,7.564336776733398,108.1739730834961,35.40652084350586,8.60074234008789,106.15299987792969,42.50307083129883,8.851582527160645,102.21501922607422,38.677947998046875,59.58156967163086,136.4985809326172,-71.98543548583984,62.44483947753906,134.57159423828125,-77.7880859375,61.27218246459961,134.29237365722656,-73.12728118896484,6.592301845550537,112.29109191894531,-141.00534057617188,3.1007750034332275,150.23641967773438,-139.17782592773438,6.805071830749512,122.7231216430664,-147.1622772216797,99.69539642333984,90.68672943115234,45.67887878417969,97.02689361572266,100.04765319824219,64.9122314453125,91.52178955078125,90.04228973388672,42.269676208496094,-60.1833610534668,76.2315444946289,26.254419326782227,-45.16373062133789,88.44246673583984,20.103424072265625,-58.47067642211914,82.46802520751953,26.49249267578125,69.09510040283203,63.1906623840332,90.72853088378906,57.631046295166016,71.00740814208984,104.93803405761719,51.522335052490234,69.54789733886719,107.59893035888672,107.49042510986328,103.91371154785156,61.58452606201172,101.97818756103516,110.59498596191406,69.66806030273438,110.22264862060547,110.81365203857422,59.92971420288086,98.6882553100586,129.4082794189453,19.553834915161133,100.22598266601562,119.19369506835938,8.87097454071045,109.71305084228516,114.72879028320312,10.294903755187988,118.01116180419922,135.3171844482422,39.165916442871094,109.68186950683594,144.01039123535156,54.37419509887695,105.62263488769531,132.18910217285156,55.05916976928711,-72.58345031738281,146.7459259033203,-25.728656768798828,-82.38338470458984,148.09420776367188,-15.990107536315918,-71.22409057617188,151.84722900390625,-12.11624526977539,35.3233642578125,201.08221435546875,60.935394287109375,33.07328414916992,206.9705810546875,74.50202178955078,28.703004837036133,209.6556854248047,67.40885162353516,-23.48926544189453,214.28941345214844,67.01746368408203,-25.123682022094727,226.10948181152344,57.43266677856445,-14.701101303100586,214.75657653808594,69.96266174316406,102.23802947998047,76.23363494873047,0.8131049871444702,103.72396850585938,80.74881744384766,-6.552221775054932,103.15755462646484,74.88185119628906,-21.53298568725586,17.928056716918945,138.58245849609375,57.375267028808594,14.371684074401855,146.23756408691406,68.90495300292969,9.71181869506836,151.337890625,89.74766540527344,7.176292896270752,97.24952697753906,99.76619720458984,2.7956559658050537,105.73411560058594,84.79367065429688,12.8958158493042,105.84066009521484,97.1480484008789,-22.24294090270996,228.75674438476562,55.351314544677734,-14.624279022216797,224.58448791503906,61.80965805053711,-23.49045181274414,228.2786865234375,41.711814880371094,17.46470069885254,80.50118255615234,0.6607210040092468,11.010198593139648,82.77239990234375,-3.872807025909424,6.710779190063477,69.36778259277344,2.695751905441284,16.90794563293457,58.677921295166016,51.25922775268555,20.703336715698242,66.16209411621094,51.55550003051758,26.413049697875977,61.268367767333984,49.6842041015625,113.82252502441406,80.2212905883789,-24.328432083129883,105.91993713378906,74.32408142089844,-15.615870475769043,97.24263000488281,60.321563720703125,-38.73381805419922,-88.32093811035156,124.31840515136719,-46.82741165161133,-93.56660461425781,130.16860961914062,-35.54350662231445,-82.23434448242188,139.40737915039062,-30.098804473876953,113.4150619506836,130.6855926513672,-48.487911224365234,106.05764770507812,126.24493408203125,-40.878929138183594,104.41731262207031,124.91233825683594,-53.913787841796875,120.2773666381836,107.82694244384766,31.386201858520508,122.01402282714844,116.54417419433594,26.80463981628418,115.06220245361328,107.3503189086914,53.35294723510742,-8.612277030944824,218.7423095703125,64.13249969482422,-6.812516212463379,206.05284118652344,44.71659469604492,-12.632267951965332,218.35781860351562,45.18227767944336,-84.37139892578125,140.94606018066406,-21.392925262451172,-97.91678619384766,148.21275329589844,-9.184024810791016,-98.05500030517578,135.2943115234375,-26.16860008239746,-42.55879592895508,62.89154815673828,40.03260803222656,-59.14940643310547,62.14210510253906,48.758426666259766,-48.98479461669922,57.32044982910156,54.443565368652344,68.35521697998047,75.47464752197266,83.61801147460938,69.40633392333984,70.3394546508789,76.163818359375,72.18305969238281,65.09041595458984,59.385169982910156,-5.334559917449951,38.50128173828125,50.59096145629883,-13.154969215393066,43.64548110961914,53.88797378540039,-12.232948303222656,38.230491638183594,43.767478942871094,60.01958084106445,110.84180450439453,-144.70028686523438,62.08646774291992,94.87550354003906,-145.25624084472656,46.723297119140625,100.28299713134766,-152.98574829101562,-10.891006469726562,101.28331756591797,-135.25074768066406,-11.437651634216309,96.69617462158203,-143.45115661621094,-8.396459579467773,85.16559600830078,-129.69500732421875,-5.956813812255859,179.64405822753906,10.395219802856445,-8.09328842163086,173.87265014648438,20.85844612121582,-9.280534744262695,207.34225463867188,14.335689544677734,114.07411193847656,163.40321350097656,-1.0959479808807373,107.5928955078125,155.9042510986328,-2.0656020641326904,112.81534576416016,139.95172119140625,-24.980478286743164,-58.832698822021484,102.20178985595703,59.08521270751953,-74.41032409667969,104.64945983886719,81.00611877441406,-75.63856506347656,100.26895141601562,63.96082305908203,-109.48906707763672,146.12669372558594,-70.60244750976562,-99.18865966796875,133.97369384765625,-71.22870635986328,-109.25088500976562,135.0412139892578,-65.09716033935547,-26.31015396118164,231.70736694335938,-50.850547790527344,-25.77630615234375,230.2619171142578,-57.38798522949219,-34.338958740234375,225.7465362548828,-51.44245910644531,-8.099207878112793,85.9958724975586,-110.24507141113281,-14.078363418579102,104.3967056274414,-124.69081115722656,-10.891006469726562,101.28331756591797,-135.25074768066406,17.24275016784668,83.18737030029297,62.48294448852539,19.41795539855957,82.99839782714844,59.62234878540039,12.818527221679688,83.42935943603516,59.14530944824219,-16.280311584472656,87.17314147949219,88.56916046142578,-15.845269203186035,81.53472137451172,86.05342102050781,-8.01767635345459,88.93296813964844,78.69267272949219,-4.248672962188721,134.7217559814453,-44.75919723510742,-2.774167060852051,177.74510192871094,-5.873690128326416,-4.010155200958252,153.67799377441406,-16.265186309814453,32.21702194213867,85.12642669677734,-61.139408111572266,25.562623977661133,79.27933502197266,-82.47020721435547,28.712751388549805,89.74901580810547,-54.27206039428711,-78.04851531982422,154.17742919921875,-108.60456085205078,-81.8855209350586,149.8583984375,-112.22164154052734,-70.77445983886719,152.7397918701172,-111.68082427978516,48.895652770996094,219.45516967773438,-64.20935821533203,43.676177978515625,223.07913208007812,-67.91161346435547,47.000423431396484,221.61279296875,-55.83653259277344,25.12368392944336,226.10948181152344,57.43266677856445,26.857397079467773,226.64793395996094,39.285491943359375,32.16128158569336,227.15463256835938,52.10973358154297,-52.96784591674805,214.69351196289062,49.070350646972656,-43.048561096191406,221.22296142578125,37.44578170776367,-52.2967643737793,205.4343719482422,36.6224479675293,68.85822296142578,135.59341430664062,-131.4602508544922,80.36408233642578,131.242919921875,-126.61663055419922,74.95265197753906,127.55729675292969,-134.5303192138672,-45.613441467285156,109.07679748535156,29.406583786010742,-49.32442092895508,98.09980010986328,17.536958694458008,-58.187744140625,115.36410522460938,28.70962142944336,108.45623779296875,124.66425323486328,58.98916244506836,110.0957260131836,109.48747253417969,66.44800567626953,114.13552856445312,116.49018859863281,54.33536148071289,-10.18410873413086,79.3792724609375,73.30692291259766,-15.845269203186035,81.53472137451172,86.05342102050781,-24.422273635864258,71.97344970703125,89.22917938232422,-52.59247589111328,62.4429817199707,44.111270904541016,-56.26533889770508,66.90526580810547,43.265010833740234,-46.68898010253906,65.15633392333984,33.695457458496094,-97.85459899902344,128.40267944335938,-72.72510528564453,-93.5919418334961,130.51177978515625,-82.41197204589844,-101.34258270263672,121.7231674194336,-64.09385681152344,-106.28559875488281,202.5218963623047,11.300509452819824,-98.43196868896484,208.46202087402344,16.233449935913086,-99.614990234375,209.424560546875,7.138982772827148,-117.64068603515625,92.67330932617188,-3.570585012435913,-116.22711181640625,94.32284545898438,-20.23102569580078,-117.30237579345703,97.70790100097656,-5.445785999298096,30.340505599975586,171.5554962158203,-139.90342712402344,39.37164306640625,188.5835418701172,-121.4504623413086,36.79853439331055,172.65045166015625,-132.3417510986328,-98.81165313720703,201.5356903076172,-23.97747039794922,-87.5092544555664,209.30038452148438,-28.090087890625,-95.15128326416016,196.4221649169922,-28.594457626342773,40.1393928527832,111.8594970703125,97.45011901855469,32.98739242553711,113.52229309082031,97.69454193115234,29.666282653808594,113.30290985107422,87.7684326171875,-72.18267822265625,157.35313415527344,-101.19480895996094,-73.24378967285156,166.6791229248047,-98.1771240234375,-70.92748260498047,161.4832000732422,-86.85709381103516,-99.2380142211914,126.29839324951172,69.7874755859375,-87.55326080322266,119.86300659179688,63.301273345947266,-100.56019592285156,120.90740966796875,67.03038787841797,74.86353302001953,76.25968933105469,78.42903137207031,48.872684478759766,80.30973815917969,88.68683624267578,69.03436279296875,72.83566284179688,68.25689697265625,-76.04241180419922,164.97071838378906,54.04265594482422,-81.44720458984375,174.42523193359375,58.445411682128906,-72.04771423339844,168.7237548828125,59.41313552856445,120.4395980834961,94.67513275146484,-9.840864181518555,117.32127380371094,89.03417205810547,-24.282438278198242,116.63235473632812,95.5278091430664,-27.008892059326172,-13.849328994750977,118.48027801513672,-159.58486938476562,-19.144603729248047,105.09681701660156,-160.14720153808594,-23.829265594482422,120.4374008178711,-162.53976440429688,-68.01322937011719,139.83651733398438,112.19828796386719,-59.027984619140625,134.9453582763672,121.1052474975586,-52.91310501098633,142.4986572265625,122.30856323242188,-85.61052703857422,158.8977508544922,80.35253143310547,-86.67347717285156,134.04580688476562,86.23466491699219,-85.04786682128906,161.28610229492188,88.08458709716797,105.31962585449219,175.05191040039062,9.729116439819336,110.12859344482422,187.2148895263672,11.01932430267334,109.27421569824219,180.33035278320312,18.269237518310547,83.1246566772461,81.51276397705078,81.97349548339844,78.1163101196289,77.5075454711914,74.03253173828125,89.40953063964844,72.7428207397461,69.72634887695312,31.00786781311035,85.54646301269531,11.727348327636719,25.64474868774414,85.72021484375,17.00484848022461,29.8063907623291,87.87382507324219,17.93509864807129,106.33209228515625,122.04643249511719,59.0467414855957,100.56019592285156,120.90740966796875,67.03038787841797,103.1539535522461,131.3450164794922,68.1179428100586,-42.680259704589844,195.00616455078125,70.81813049316406,-43.80461883544922,183.69447326660156,89.3897705078125,-43.56468963623047,189.9325408935547,86.413818359375,7.629776954650879,150.48069763183594,114.10887908935547,14.705652236938477,147.50555419921875,119.37715911865234,2.544779062271118,143.23287963867188,119.62033081054688,99.18865966796875,133.9736785888672,-71.22870635986328,101.86337280273438,143.8265380859375,-84.40084075927734,99.89080047607422,146.23464965820312,-79.08942413330078,59.80616760253906,186.0519561767578,-105.82463836669922,47.46575927734375,192.9918212890625,-100.4727783203125,57.44453048706055,194.0998992919922,-101.68342590332031,118.80419921875,128.49940490722656,-16.648569107055664,110.89847564697266,125.35064697265625,-21.789691925048828,105.74786376953125,137.4070281982422,-21.51056480407715,47.76972961425781,92.49713134765625,100.56145477294922,48.59169387817383,88.9365234375,104.59773254394531,51.688568115234375,86.04052734375,100.0412368774414,70.15813446044922,147.63731384277344,-9.758296966552734,72.58345031738281,146.7459259033203,-25.728656768798828,75.49848175048828,136.1901092529297,-22.574068069458008,14.186141014099121,147.53793334960938,121.4338150024414,11.937799453735352,142.6436309814453,124.14337158203125,12.486275672912598,158.3285675048828,121.10138702392578,34.20354461669922,105.07881927490234,-155.86886596679688,58.22028732299805,116.20892333984375,-144.6933135986328,46.723297119140625,100.28299713134766,-152.98574829101562,40.1393928527832,111.8594970703125,97.45011901855469,37.01020431518555,109.74517059326172,106.68138122558594,24.207904815673828,112.25920104980469,107.07572174072266,-107.5928955078125,155.9042510986328,-2.065601110458374,-114.07411193847656,163.40321350097656,-1.0959479808807373,-112.81534576416016,139.95172119140625,-24.98048210144043,-7.857174873352051,87.48287200927734,63.50743865966797,-17.2420597076416,83.1785659790039,62.502864837646484,-11.125641822814941,87.04534912109375,67.32838439941406,-65.67285919189453,209.41004943847656,-69.81243133544922,-66.48431396484375,193.3423309326172,-77.50227355957031,-79.37855529785156,197.56907653808594,-74.83687591552734,48.9902458190918,148.49000549316406,119.71500396728516,37.955535888671875,152.85279846191406,125.17990112304688,42.37100601196289,142.46499633789062,125.69268798828125,-64.107666015625,131.36607360839844,-136.65528869628906,-58.22028732299805,116.20892333984375,-144.6933135986328,-69.83524322509766,120.439453125,-141.15760803222656,14.256820678710938,79.00827026367188,55.9404296875,20.332422256469727,77.50931549072266,56.05519485473633,16.368206024169922,76.33401489257812,55.17448043823242,-102.27569580078125,164.79673767089844,41.429439544677734,-102.32777404785156,172.66966247558594,43.85792541503906,-112.41445922851562,162.01109313964844,35.785518646240234,-51.928836822509766,92.29512023925781,-31.7854061126709,-52.60901641845703,101.69120025634766,-16.965822219848633,-46.18855667114258,101.38648986816406,-33.7761344909668,5.243916988372803,92.54347229003906,55.46831130981445,6.058532238006592,91.7467269897461,62.75597381591797,5.270637035369873,112.93519592285156,57.17121505737305,16.231630325317383,95.23574829101562,48.02490234375,12.812439918518066,92.77530670166016,44.563907623291016,13.412104606628418,93.38855743408203,49.88346862792969,-106.07733154296875,132.7441864013672,66.78670501708984,-105.62264251708984,132.18910217285156,55.059165954589844,-108.45623779296875,124.66425323486328,58.98916244506836,28.92439079284668,72.1761703491211,-93.7677001953125,41.636837005615234,77.70748138427734,-99.73058319091797,38.55781936645508,79.07069396972656,-84.74488830566406,107.62024688720703,163.939208984375,15.748473167419434,105.33504486083984,153.10301208496094,4.242823123931885,113.37744140625,153.96600341796875,9.485088348388672,88.09558868408203,156.93272399902344,-82.07661437988281,81.5977783203125,159.77505493164062,-92.06607818603516,89.28524780273438,156.61341857910156,-94.2222900390625,-51.34214782714844,230.08792114257812,5.217507839202881,-33.438377380371094,239.7252960205078,19.880840301513672,-45.29990768432617,237.005126953125,22.922353744506836,-44.69648361206055,84.47843170166016,-77.72644805908203,-34.96034240722656,83.38543701171875,-69.09227752685547,-25.562623977661133,79.27933502197266,-82.47020721435547,104.24120330810547,90.08531951904297,8.986383438110352,106.2439193725586,88.58229064941406,21.16057777404785,107.6363754272461,99.69190216064453,28.440675735473633,-62.759708404541016,115.14341735839844,24.12207794189453,-62.65301513671875,112.96810150146484,27.624353408813477,-53.57510757446289,115.18658447265625,30.05144691467285,27.650829315185547,71.6960220336914,65.41819763183594,30.353988647460938,69.59379577636719,73.37004089355469,29.137800216674805,64.7117691040039,70.30876159667969,56.391727447509766,168.2832489013672,102.27747344970703,70.8268814086914,158.8874053955078,99.15402221679688,64.45278930664062,174.7908172607422,100.29017639160156,-113.82252502441406,80.22128295898438,-24.328481674194336,-117.32127380371094,89.0341796875,-24.28244400024414,-108.1366958618164,75.8043441772461,-42.15201187133789,56.18827438354492,62.780452728271484,68.8586196899414,67.79369354248047,64.3672103881836,67.30415344238281,46.70185852050781,59.71926498413086,56.53807067871094,21.619321823120117,238.55157470703125,-33.26695251464844,17.4547119140625,241.4006805419922,-19.5238037109375,14.151576042175293,235.86363220214844,-23.592668533325195,-20.810930252075195,152.79600524902344,115.62957000732422,-12.431638717651367,156.8886260986328,100.73865509033203,-8.981959342956543,171.7257080078125,101.44523620605469,110.37092590332031,99.59405517578125,-47.048484802246094,109.5147705078125,102.8717041015625,-52.77104187011719,112.08104705810547,114.47064208984375,-34.80180740356445,-97.47151184082031,105.07205963134766,65.0816421508789,-102.82996368408203,99.13737487792969,61.73196792602539,-101.97818756103516,110.59498596191406,69.66806030273438,-7.127713203430176,182.08287048339844,-136.9558868408203,-8.835244178771973,194.33216857910156,-121.67914581298828,-3.176136016845703,183.82167053222656,-130.1174774169922,-74.0129165649414,100.015869140625,103.20281982421875,-57.317176818847656,104.24617767333984,115.42437744140625,-65.33104705810547,97.25472259521484,114.61308288574219,61.27218246459961,134.29237365722656,-73.12728118896484,65.44947052001953,129.9379425048828,-68.06372833251953,66.97449493408203,134.724853515625,-70.42974090576172,-62.941070556640625,93.39813232421875,-63.475318908691406,-78.20589447021484,105.63392639160156,-76.07898712158203,-80.9364013671875,98.20829772949219,-73.66341400146484,75.16633605957031,108.37091064453125,-134.5304718017578,74.41520690917969,99.56770324707031,-127.14370727539062,90.05592346191406,98.27914428710938,-112.54249572753906,-103.5246353149414,159.82025146484375,35.102603912353516,-108.87322235107422,165.33697509765625,36.51504135131836,-101.33060455322266,175.48570251464844,41.42155456542969,-58.97503662109375,204.1259765625,-79.7134017944336,-54.79611587524414,201.44638061523438,-88.84888458251953,-56.789024353027344,212.4988555908203,-70.18898010253906,-53.90544891357422,79.78199005126953,5.587245941162109,-44.353851318359375,97.7486801147461,21.28590965270996,-54.36990737915039,99.07878112792969,20.5260066986084,16.485694885253906,212.16343688964844,-83.48223876953125,13.717663764953613,208.51979064941406,-94.87509155273438,29.950702667236328,214.94114685058594,-87.77141571044922,-40.33219909667969,65.05425262451172,84.0548324584961,-26.062028884887695,78.68148040771484,103.6383056640625,-32.46336364746094,77.2034912109375,108.08077239990234,23.604881286621094,127.46630859375,53.701194763183594,26.483068466186523,132.7945556640625,45.86166763305664,22.754047393798828,137.77630615234375,56.310203552246094,45.72040939331055,109.76677703857422,62.5036735534668,41.553409576416016,110.95433044433594,82.51839447021484,58.41320037841797,107.80066680908203,68.82689666748047,64.4055404663086,190.9066162109375,-75.16997528076172,62.478553771972656,196.54940795898438,-87.54120635986328,77.34978485107422,180.26515197753906,-69.7740478515625,88.02159118652344,95.80200958251953,-60.46839141845703,93.58065795898438,117.72676849365234,-36.19158935546875,82.79693603515625,106.33174133300781,-38.29339599609375,-97.02689361572266,100.04765319824219,64.9122314453125,-91.52178955078125,90.04228973388672,42.269676208496094,-82.16918182373047,96.11332702636719,37.8255729675293,46.608985900878906,103.69266510009766,-1.6623250246047974,56.41496658325195,114.38397216796875,7.109283924102783,58.5228157043457,96.09465789794922,-16.042362213134766,16.830455780029297,68.0759506225586,96.7818374633789,17.025774002075195,62.429931640625,93.29082489013672,14.832736015319824,67.2293472290039,91.6188735961914,-90.99514770507812,99.9347152709961,72.75314331054688,-77.04071044921875,107.3214340209961,86.92805480957031,-74.6275405883789,106.905029296875,76.4304428100586,-13.503122329711914,97.50534057617188,99.7812728881836,-16.286312103271484,80.39579010009766,115.64823150634766,-17.9171199798584,97.18345642089844,112.10420989990234,-79.92131805419922,201.33241271972656,-69.38180541992188,-78.59285736083984,192.18943786621094,-72.91307830810547,-64.4055404663086,190.9066162109375,-75.16997528076172,80.45782470703125,144.4843292236328,77.64619445800781,82.8550796508789,162.06625366210938,81.90038299560547,77.31657409667969,159.02859497070312,70.65557098388672,79.51177215576172,224.67471313476562,-16.0976505279541,66.72271728515625,231.2632598876953,-1.2503410577774048,83.5179214477539,218.43649291992188,-8.75722599029541,-4.343341827392578,97.39029693603516,-93.3926010131836,-8.353164672851562,112.15528106689453,-120.81460571289062,-7.484233856201172,112.34815979003906,-111.083740234375,82.80450439453125,92.8427963256836,-118.7059097290039,91.97430419921875,91.04540252685547,-102.24309539794922,73.54430389404297,86.64225769042969,-122.56654357910156,-26.684541702270508,61.53421401977539,55.37407684326172,-27.428430557250977,59.26464080810547,53.892555236816406,-26.41305160522461,61.26837158203125,49.684207916259766,105.04984283447266,155.41929626464844,2.209070920944214,99.99254608154297,164.53350830078125,10.394513130187988,106.92056274414062,170.08587646484375,16.679201126098633,-33.29487609863281,121.04253387451172,124.41337585449219,-30.159984588623047,130.1696014404297,125.03370666503906,-23.769020080566406,120.10231018066406,120.05976104736328,59.91688919067383,228.27870178222656,23.10633087158203,62.45002746582031,219.61737060546875,21.67955780029297,57.5706901550293,228.5319061279297,7.948878765106201,-51.43522262573242,214.01480102539062,-50.03105926513672,-37.69767379760742,215.4377899169922,-49.73406219482422,-48.34447479248047,209.19326782226562,-43.99676513671875,24.792808532714844,84.32201385498047,98.9775619506836,33.273319244384766,92.11104583740234,102.57450103759766,24.967941284179688,85.42041015625,92.84825134277344,-107.80780792236328,177.19427490234375,-36.56926345825195,-101.58580780029297,180.65513610839844,-36.1512565612793,-99.52590942382812,194.60939025878906,-25.01068687438965,120.4395980834961,94.67513275146484,-9.840864181518555,117.74166870117188,112.75773620605469,12.424968719482422,121.07533264160156,106.53895568847656,14.58432674407959,-50.79417419433594,214.86236572265625,56.902679443359375,-50.86968231201172,215.29193115234375,66.87125396728516,-68.73052978515625,217.4584503173828,51.759700775146484,-103.98566436767578,129.7623291015625,-88.2679443359375,-103.4900894165039,131.82223510742188,-94.60102844238281,-101.14253997802734,102.73089599609375,-97.0608139038086,-26.905059814453125,61.01065444946289,116.43640899658203,-41.128143310546875,58.260292053222656,118.1192626953125,-35.65303421020508,51.78877639770508,108.0699691772461,78.34505462646484,62.73054122924805,103.854736328125,90.5782241821289,58.404380798339844,82.56961822509766,92.3133316040039,73.46051788330078,90.430419921875,-7.29968786239624,79.4100112915039,87.74134063720703,-11.31208610534668,83.51407623291016,99.0735092163086,-6.9994330406188965,94.56549835205078,92.24465942382812,-107.62024688720703,163.939208984375,15.748473167419434,-113.37744140625,153.96600341796875,9.485088348388672,-105.33504486083984,153.10301208496094,4.242823123931885,-85.25558471679688,166.64999389648438,67.62517547607422,-74.11593627929688,169.54600524902344,63.66252517700195,-77.78401947021484,167.77613830566406,57.25807189941406,-91.46805572509766,187.67857360839844,-64.95711517333984,-88.81321716308594,196.1399688720703,-58.75895309448242,-91.81831359863281,187.50953674316406,-55.63275909423828,7.203218936920166,99.0231704711914,-89.03534698486328,8.254520416259766,110.69634246826172,-73.05060577392578,8.610063552856445,89.58917236328125,-73.47216033935547,-8.976302146911621,197.3277130126953,-15.172175407409668,-22.67186164855957,193.49293518066406,-1.2401059865951538,-16.827556610107422,189.66082763671875,-17.258710861206055,-10.492688179016113,102.32276153564453,55.69527053833008,-19.523174285888672,103.88650512695312,49.107452392578125,-19.745771408081055,95.7884521484375,48.437137603759766,-95.68848419189453,74.51422882080078,45.65583038330078,-87.55970764160156,59.483341217041016,43.64421844482422,-96.90731048583984,65.20284271240234,52.261287689208984,-52.01213073730469,86.94702911376953,-108.96049499511719,-57.77273178100586,83.9643783569336,-128.34532165527344,-47.1187858581543,79.90899658203125,-120.34858703613281,-54.533077239990234,180.058349609375,97.07461547851562,-55.219303131103516,172.53392028808594,99.43106079101562,-65.35844421386719,172.74647521972656,97.05267333984375,96.9471435546875,87.77360534667969,-65.06846618652344,101.47461700439453,87.1323013305664,-55.3012580871582,107.15848541259766,102.04547119140625,-51.42906188964844,-117.74166870117188,112.75773620605469,12.424966812133789,-121.07533264160156,106.53895568847656,14.58432674407959,-120.62594604492188,127.3207015991211,26.760873794555664,-65.01780700683594,95.86936950683594,-139.59750366210938,-43.354305267333984,93.81331634521484,-149.75994873046875,-54.38009262084961,98.66028594970703,-146.61209106445312,-66.44905090332031,117.41995239257812,112.98223114013672,-77.09725952148438,124.07305145263672,107.74720001220703,-72.4373550415039,112.9547119140625,106.97195434570312,67.292236328125,106.24315643310547,87.0645980834961,75.24545288085938,106.5320053100586,74.60466003417969,78.11871337890625,106.90360260009766,93.2427749633789,55.45849609375,95.07671356201172,-46.03952407836914,53.366424560546875,94.47216033935547,-38.67809295654297,58.72652816772461,92.54862976074219,-43.05237579345703,-80.9364013671875,98.20829772949219,-73.66341400146484,-93.01544952392578,106.16581726074219,-85.56877899169922,-87.29026794433594,95.46878051757812,-81.47267150878906,-42.38985061645508,169.3947296142578,109.5661849975586,-34.79362106323242,172.4059295654297,108.97021484375,-34.122802734375,169.7776336669922,113.19011688232422,-52.2967643737793,205.4343719482422,36.6224479675293,-55.76068115234375,202.9146728515625,33.98698425292969,-52.96784591674805,214.69351196289062,49.070350646972656,80.13551330566406,199.00791931152344,58.19786834716797,71.87969970703125,197.83265686035156,73.29264068603516,81.30088806152344,208.8670654296875,50.02153396606445,112.89691162109375,81.13578033447266,-5.511445045471191,107.46334075927734,89.07453918457031,11.448930740356445,105.91993713378906,74.32408142089844,-15.615870475769043,82.04830169677734,63.2279052734375,-64.72024536132812,85.8730697631836,62.582557678222656,-53.84381866455078,79.0025405883789,54.437137603759766,-47.19520950317383,-8.186934471130371,139.6431884765625,114.67996215820312,0.11191999912261963,131.69039916992188,124.23583984375,-4.625249862670898,145.14476013183594,117.46847534179688,115.14605712890625,152.4384307861328,15.887221336364746,107.65144348144531,175.19203186035156,30.937593460083008,106.6257553100586,170.89193725585938,21.024137496948242,-75.16633605957031,108.37091064453125,-134.5304718017578,-80.67774963378906,110.05774688720703,-129.61131286621094,-90.05592346191406,98.27914428710938,-112.54249572753906,-81.82647705078125,142.41995239257812,96.15594482421875,-83.93582153320312,131.31039428710938,88.52184295654297,-82.85502624511719,162.0660858154297,81.90015411376953,27.275949478149414,51.89204406738281,85.42424011230469,19.008995056152344,59.92741012573242,87.0731201171875,31.106416702270508,45.24708557128906,83.66643524169922,45.469120025634766,219.54458618164062,51.32847213745117,34.31370162963867,225.4955596923828,42.69677734375,41.38540267944336,218.91766357421875,38.462646484375,-13.682416915893555,194.73324584960938,-10.761015892028809,-14.89108943939209,199.9775390625,-3.343487024307251,-5.253617763519287,194.4704132080078,-0.5281839966773987,-10.913134574890137,108.45372772216797,-157.2650909423828,-12.712327003479004,93.26856994628906,-150.1220703125,-21.443750381469727,87.6785659790039,-153.0803680419922,-3.1024138927459717,93.47528076171875,80.66921997070312,-3.87335205078125,91.46273803710938,69.49583435058594,-0.8395789861679077,108.7529296875,74.76873779296875,-44.518760681152344,66.14697265625,-18.25432777404785,-44.46858596801758,56.69538497924805,-33.129459381103516,-39.72952651977539,68.60160064697266,-25.813310623168945,101.34257507324219,121.7231674194336,-64.09385681152344,97.85459899902344,128.40267944335938,-72.72510528564453,109.25088500976562,135.0412139892578,-65.09716033935547,66.41191101074219,91.7115478515625,-133.92910766601562,69.66667175292969,88.0092544555664,-119.23773956298828,78.63105773925781,92.17940521240234,-117.97789001464844,-17.422563552856445,191.44146728515625,78.77030181884766,-18.587726593017578,183.14999389648438,72.7762451171875,-22.86604881286621,162.147705078125,68.42444610595703,-71.31114196777344,103.98348236083984,108.75804138183594,-55.715206146240234,108.39811706542969,112.809814453125,-77.04071044921875,107.3214340209961,86.92805480957031,13.808941841125488,91.76661682128906,72.36568450927734,10.57822322845459,90.61337280273438,78.24381256103516,9.303674697875977,88.4529037475586,65.10499572753906,90.4774169921875,117.24819946289062,-109.7081298828125,82.34701538085938,121.57084655761719,-114.82958984375,79.49208068847656,117.24235534667969,-127.63256072998047,-25.401548385620117,190.36416625976562,91.75225830078125,-34.38153839111328,178.89593505859375,98.9459228515625,-38.18935012817383,181.59323120117188,86.72552490234375,-98.89356994628906,138.41929626464844,-88.2577896118164,-99.18891906738281,143.39862060546875,-85.72953033447266,-91.54497528076172,135.4752197265625,-84.86978912353516,-29.776111602783203,48.92403793334961,85.69308471679688,-19.17514991760254,60.103233337402344,87.25963592529297,-17.359411239624023,62.34787368774414,93.57377624511719,-63.52430725097656,202.68312072753906,12.752969741821289,-87.50445556640625,210.0396270751953,6.517897129058838,-78.66669464111328,197.50616455078125,-4.109201908111572,32.60148239135742,90.81692504882812,44.16804504394531,38.203399658203125,90.20736694335938,75.1596908569336,26.178979873657227,95.21849060058594,55.11620330810547,19.530981063842773,71.93965148925781,74.20865631103516,23.987268447875977,66.91741943359375,73.5732421875,32.078765869140625,63.70263671875,79.35354614257812,-110.19058227539062,111.91419982910156,-18.910438537597656,-115.98265075683594,127.60358428955078,-15.162666320800781,-114.17552947998047,115.24639129638672,-12.222467422485352,-87.49012756347656,55.7917366027832,-18.42601776123047,-76.04574584960938,54.7361946105957,-18.219039916992188,-82.96710205078125,56.06001663208008,-32.79943084716797,1.7030290365219116,172.92800903320312,99.00377655029297,5.2982869148254395,176.9434051513672,101.08111572265625,9.982166290283203,174.39755249023438,85.7177734375,91.8021469116211,179.6899871826172,-71.5040054321289,79.3785629272461,197.569091796875,-74.83686828613281,100.75994110107422,174.4259490966797,-67.81111907958984,14.565265655517578,81.73927307128906,-147.63014221191406,12.712327003479004,93.26856994628906,-150.1220703125,21.443754196166992,87.67864227294922,-153.08041381835938,8.406542778015137,105.77738952636719,55.79048538208008,8.010625839233398,119.82194519042969,50.624671936035156,9.742996215820312,113.52336120605469,55.42354202270508,-13.204222679138184,184.73008728027344,35.96564483642578,-8.415135383605957,198.7078857421875,42.76704788208008,-11.555464744567871,187.8446044921875,24.421350479125977,73.15377807617188,109.57596588134766,74.25004577636719,79.6384048461914,112.62360382080078,70.74149322509766,81.99330139160156,105.85913848876953,62.187530517578125,35.315486907958984,46.33019256591797,81.44606018066406,53.476802825927734,43.08449935913086,87.49390411376953,38.96074295043945,43.99242401123047,77.29944610595703,-51.126220703125,75.92205047607422,55.217411041259766,-52.83528518676758,71.04232025146484,44.929264068603516,-40.36658477783203,77.63164520263672,32.70093536376953,9.324902534484863,65.62703704833984,82.05880737304688,6.32501220703125,85.86161041259766,98.7171630859375,10.760285377502441,66.80264282226562,88.72166442871094,73.40448760986328,132.53451538085938,-81.40080261230469,59.58156967163086,136.4985809326172,-71.98543548583984,65.89398193359375,132.675537109375,-68.9310531616211,2.8395700454711914,92.94204711914062,99.86402893066406,1.1860840320587158,108.78060913085938,85.96476745605469,1.1338729858398438,90.56766510009766,94.12413787841797,-73.17425537109375,92.37495422363281,-54.88140869140625,-54.09978103637695,74.52758026123047,-56.46076202392578,-75.02999114990234,83.66657257080078,-66.21734619140625,-46.18064498901367,113.92507934570312,63.106719970703125,-49.33909606933594,110.1029281616211,51.45580291748047,-49.286651611328125,114.9465103149414,43.25504684448242,43.12678146362305,148.80874633789062,-139.20582580566406,36.6645393371582,160.57879638671875,-138.74549865722656,40.520870208740234,155.6297607421875,-132.91574096679688,86.4970703125,193.71334838867188,-6.694368839263916,83.89588928222656,209.23291015625,-10.747550964355469,100.53578186035156,193.09849548339844,-16.385940551757812,-112.5839614868164,150.9449005126953,28.352392196655273,-117.9886474609375,152.1402587890625,16.814495086669922,-120.76424407958984,132.99452209472656,15.355175018310547,-10.786803245544434,89.08849334716797,45.0715446472168,-17.163938522338867,80.10809326171875,47.17268371582031,-16.49269676208496,89.24104309082031,41.14670944213867,93.25662231445312,77.66374969482422,43.375457763671875,89.91248321533203,80.09330749511719,47.60560607910156,95.17510223388672,81.85820007324219,47.8102912902832,-53.802330017089844,91.37918090820312,-42.90729904174805,-54.09978103637695,74.52758026123047,-56.46076202392578,-63.56945037841797,93.35047149658203,-48.086082458496094,-92.80487060546875,92.8919906616211,41.73636245727539,-99.37947082519531,90.173095703125,32.66017150878906,-102.82996368408203,99.13737487792969,61.73196792602539,3.0767009258270264,109.3379898071289,62.252872467041016,4.636563777923584,87.73014831542969,68.94097137451172,0.6767669916152954,110.43592834472656,72.50030517578125,-92.0438003540039,108.95718383789062,-112.15721130371094,-98.7575454711914,106.1900405883789,-98.90673828125,-90.05592346191406,98.27914428710938,-112.54249572753906,-12.577263832092285,148.47811889648438,66.3758316040039,-8.375237464904785,156.7639923095703,72.86344146728516,-15.029134750366211,151.81033325195312,61.60829162597656,-106.07733154296875,132.7441864013672,66.78670501708984,-105.18741607666016,128.10263061523438,74.3580093383789,-101.1418228149414,144.1926727294922,70.02250671386719,33.51573944091797,39.60160827636719,55.767704010009766,51.41883087158203,42.65641403198242,48.91189193725586,45.20149612426758,38.4404182434082,62.6475944519043,-90.07025146484375,103.73075866699219,-87.2774658203125,-91.18583679199219,95.03437042236328,-91.47882080078125,-97.26398468017578,107.26725769042969,-91.2532730102539,-62.61098098754883,68.5387191772461,52.050716400146484,-83.64634704589844,68.39762115478516,65.4888916015625,-67.12299346923828,66.14278411865234,53.41630172729492,7.033711910247803,81.85499572753906,-137.65878295898438,5.091381072998047,86.9243392944336,-111.44984436035156,6.957489013671875,95.12727355957031,-138.26113891601562,-16.06395721435547,174.62017822265625,92.5052490234375,-10.40278434753418,172.75628662109375,83.49696350097656,-15.761643409729004,170.26370239257812,81.83780670166016,103.5246353149414,159.82025146484375,35.102603912353516,110.3922348022461,151.6205596923828,26.4292049407959,99.69828033447266,154.91700744628906,37.81159591674805,93.00241088867188,93.44593048095703,56.74524688720703,63.696922302246094,94.4129409790039,37.44254684448242,80.36363220214844,102.5180892944336,64.45384979248047,-18.158109664916992,231.44158935546875,22.34402847290039,-25.758146286010742,232.63441467285156,12.244012832641602,-25.223594665527344,208.42959594726562,7.364171028137207,42.68283462524414,195.01063537597656,70.83163452148438,43.556610107421875,189.93173217773438,86.41558837890625,43.78786087036133,183.75267028808594,89.38780975341797,-13.490315437316895,99.1231918334961,-54.422584533691406,-20.925857543945312,103.16838073730469,-40.743141174316406,-11.315666198730469,109.62919616699219,-48.623470306396484,62.478553771972656,196.54940795898438,-87.54120635986328,64.4055404663086,190.9066162109375,-75.16997528076172,58.97503662109375,204.1259765625,-79.7134017944336,94.0842514038086,66.20925903320312,52.98896408081055,100.13872528076172,77.6954116821289,66.84479522705078,95.3348159790039,74.59404754638672,50.228981018066406,82.12056732177734,87.6324234008789,87.52738952636719,55.92604446411133,94.42828369140625,105.98321533203125,78.61903381347656,87.98908233642578,97.36217498779297,7.552223205566406,203.6851348876953,-90.15007019042969,13.717663764953613,208.51979064941406,-94.87509155273438,16.485694885253906,212.16343688964844,-83.48223876953125,81.55752563476562,90.43819427490234,49.06857681274414,92.6436538696289,91.33015441894531,60.3552131652832,89.64336395263672,96.9918212890625,69.93223571777344,80.1855697631836,182.74151611328125,75.01941680908203,69.02124786376953,191.32061767578125,84.39913177490234,69.55191040039062,184.5712432861328,84.05961608886719,68.69844818115234,142.66146850585938,107.55491638183594,63.811588287353516,151.28012084960938,102.96408081054688,78.18464660644531,152.22010803222656,95.59581756591797,-76.2573471069336,131.81625366210938,-81.49170684814453,-67.70760345458984,132.05223083496094,-67.45612335205078,-62.28108596801758,136.0875244140625,-76.66817474365234,81.71275329589844,90.5634994506836,-106.46195983886719,90.05592346191406,98.27914428710938,-112.54249572753906,78.63105773925781,92.17940521240234,-117.97789001464844,-100.09484100341797,121.03052520751953,-40.61927795410156,-92.13038635253906,100.56185913085938,-63.398658752441406,-105.30277252197266,106.8594741821289,-55.39765167236328,-43.51415252685547,134.26495361328125,-151.27008056640625,-35.63838195800781,122.80725860595703,-155.12074279785156,-24.469953536987305,133.707275390625,-158.97030639648438,-45.52599334716797,66.16268157958984,83.14450073242188,-48.78321838378906,61.32277297973633,64.11538696289062,-65.5667724609375,66.93988037109375,87.9309310913086,-82.17804718017578,102.92675018310547,-79.23486328125,-62.26124954223633,101.29084777832031,-71.07252502441406,-62.153804779052734,93.80477905273438,-67.09126281738281,23.03985595703125,80.9091796875,-70.77542877197266,33.4542236328125,81.67947387695312,-61.203125,30.090913772583008,87.76387023925781,-51.27075958251953,-42.93734359741211,173.25933837890625,109.7082748413086,-50.83584213256836,163.08847045898438,109.08140563964844,-48.74981689453125,156.20223999023438,121.30731964111328,81.91767883300781,139.43496704101562,96.751220703125,78.87464904785156,133.171875,99.29741668701172,68.69844818115234,142.66146850585938,107.55491638183594,102.23802947998047,76.23363494873047,0.8131049871444702,92.51578521728516,59.579044342041016,-21.18408966064453,87.49012756347656,55.7917366027832,-18.42601776123047,-83.48008728027344,114.12071228027344,52.70700454711914,-87.6347427368164,116.0306625366211,59.61903381347656,-87.55326080322266,119.86300659179688,63.301273345947266,-72.04203796386719,124.7635498046875,-81.20700073242188,-76.2573471069336,131.81625366210938,-81.49170684814453,-69.35169982910156,131.21144104003906,-79.6977767944336,35.612998962402344,86.03962707519531,27.987796783447266,50.33132553100586,81.35215759277344,38.61538314819336,40.93678665161133,80.09168243408203,26.178367614746094,-24.422273635864258,71.97344970703125,89.22917938232422,-32.002357482910156,69.31475067138672,96.87366485595703,-27.775646209716797,65.23485565185547,76.35352325439453,-65.7303237915039,129.78326416015625,-67.46099090576172,-86.71829223632812,115.48918914794922,-61.391693115234375,-81.16024780273438,120.18922424316406,-70.61243438720703,15.241988182067871,82.2103042602539,87.45761108398438,16.234935760498047,87.1718521118164,100.68496704101562,14.854121208190918,88.57064056396484,87.70884704589844,35.315486907958984,46.33019256591797,81.44606018066406,36.81221008300781,53.440616607666016,105.41636657714844,50.84128189086914,46.964820861816406,98.60450744628906,92.46437072753906,192.19430541992188,-64.66197204589844,91.15939331054688,200.32058715820312,-54.56922912597656,95.2078857421875,195.11390686035156,-43.27461624145508,55.47634506225586,132.95159912109375,121.89090728759766,61.82040023803711,140.2517852783203,117.07720184326172,42.37100601196289,142.46499633789062,125.69268798828125,86.94784545898438,121.57780456542969,92.52191925048828,75.31399536132812,122.29341888427734,105.41329956054688,78.87464904785156,133.171875,99.29741668701172,19.81057357788086,149.6488800048828,47.957298278808594,24.54900360107422,161.2827606201172,64.77960968017578,29.6600284576416,151.4482421875,52.30018997192383,42.37100601196289,142.46499633789062,125.69268798828125,61.82040023803711,140.2517852783203,117.07720184326172,48.9902458190918,148.49000549316406,119.71500396728516,-10.330761909484863,110.68244934082031,-110.07315826416016,-9.661055564880371,123.82554626464844,-107.39595031738281,-8.393699645996094,137.60877990722656,-109.40652465820312,111.9457015991211,107.07814025878906,48.58531188964844,107.49042510986328,103.91371154785156,61.58452606201172,110.22264862060547,110.81365203857422,59.92971420288086,7.778458118438721,88.88175201416016,78.64942932128906,10.071678161621094,78.84691619873047,73.23180389404297,15.241988182067871,82.2103042602539,87.45761108398438,47.06747055053711,58.39818572998047,-32.458927154541016,56.33393478393555,57.288291931152344,-11.172266006469727,55.80699157714844,54.68778610229492,-20.18878173828125,95.2078857421875,195.11390686035156,-43.27461624145508,91.10228729248047,199.56846618652344,-37.87826156616211,86.10774993896484,189.3199005126953,-27.62327003479004,74.91470336914062,66.88555908203125,56.4727897644043,70.78614044189453,64.96778106689453,65.23509979248047,74.78302764892578,69.88915252685547,69.61304473876953,-35.177677154541016,60.95053482055664,53.021827697753906,-35.7824592590332,62.96763610839844,45.245487213134766,-50.51227951049805,65.30023193359375,43.44640350341797,-18.928386688232422,77.38550567626953,74.68275451660156,-8.448023796081543,84.32987213134766,65.07670593261719,-9.043709754943848,85.12319946289062,74.50765991210938,7.528894901275635,173.93775939941406,30.125093460083008,9.893028259277344,184.6689453125,36.458091735839844,7.930333137512207,190.3335723876953,22.688987731933594,5.6773881912231445,121.11117553710938,51.468017578125,5.854072093963623,116.31766510009766,47.69777297973633,5.270637035369873,112.93519592285156,57.17121505737305,90.52662658691406,74.63743591308594,87.92752075195312,80.61587524414062,65.28514099121094,97.0689926147461,78.46929168701172,83.39881134033203,106.54058074951172,-1.584414005279541,129.54598999023438,118.43373107910156,0.11191999912261963,131.69039916992188,124.23583984375,-8.186934471130371,139.6431884765625,114.67996215820312,118.14871978759766,133.76156616210938,13.474762916564941,110.3922348022461,151.6205596923828,26.4292049407959,115.14605712890625,152.4384307861328,15.887221336364746,-100.18712615966797,133.85977172851562,26.607486724853516,-95.68852996826172,148.18960571289062,38.27081298828125,-111.9408187866211,133.80503845214844,22.99089813232422,104.73397827148438,128.91259765625,-55.69329833984375,109.86569213867188,132.1542510986328,-50.567832946777344,109.4815444946289,144.48744201660156,-66.00892639160156,77.16297912597656,114.74024200439453,-63.75830078125,68.3888931274414,123.3351821899414,-78.19879913330078,66.70430755615234,112.75214385986328,-80.56653594970703,45.85076904296875,218.36016845703125,32.43905258178711,55.42528533935547,214.98463439941406,30.220659255981445,51.566429138183594,202.1487274169922,34.2294921875,-47.41505432128906,172.85153198242188,81.9580078125,-36.436912536621094,181.53395080566406,98.81421661376953,-42.32267379760742,182.79339599609375,83.67332458496094,-56.9466667175293,227.00628662109375,-34.29105758666992,-42.58393859863281,230.37142944335938,-40.611244201660156,-31.595123291015625,237.97015380859375,-33.02927780151367,-10.327995300292969,121.51768493652344,53.06182098388672,-10.364771842956543,119.07925415039062,46.65299606323242,-20.861967086791992,109.21916198730469,46.877079010009766,-59.962806701660156,73.67547607421875,88.89838409423828,-44.91746139526367,79.64466857910156,98.61075592041016,-70.38285827636719,86.99372863769531,102.40034484863281,-14.877601623535156,170.96070861816406,-142.53443908691406,-6.624797821044922,181.0091094970703,-133.30250549316406,-11.553667068481445,182.0029296875,-133.38706970214844,8.970056533813477,172.2152862548828,88.2243423461914,4.048532962799072,170.77854919433594,101.14497375488281,9.175524711608887,158.6808319091797,72.01625061035156,-43.089908599853516,215.9183349609375,67.56007385253906,-33.471153259277344,209.76686096191406,61.181941986083984,-38.91932678222656,218.83294677734375,59.1623649597168,78.87464904785156,133.171875,99.29741668701172,81.91767883300781,139.43496704101562,96.751220703125,83.93586730957031,131.31024169921875,88.5220947265625,-51.49496078491211,76.36685180664062,106.07679748535156,-59.962806701660156,73.67547607421875,88.89838409423828,-70.97499084472656,66.51750183105469,89.15250396728516,56.9466667175293,227.00628662109375,-34.29105758666992,58.84314727783203,223.8788604736328,-27.19465446472168,40.24694061279297,232.86695861816406,-28.95233154296875,57.55634307861328,78.30126953125,90.31412506103516,86.97299194335938,78.294189453125,80.8378677368164,67.78953552246094,74.59857940673828,81.80528259277344,101.4483642578125,135.3737030029297,55.67897033691406,97.4039306640625,141.20401000976562,73.67030334472656,97.66946411132812,149.01861572265625,72.58968353271484,-6.957489013671875,95.12727355957031,-138.26113891601562,-7.686205863952637,107.10791015625,-150.31600952148438,-8.018318176269531,101.95783233642578,-134.60165405273438,-20.069984436035156,95.56661224365234,41.191959381103516,-23.035173416137695,95.35729217529297,44.17595291137695,-15.132678985595703,98.51221466064453,45.43159103393555,-70.97499084472656,66.51750183105469,89.15250396728516,-61.64025115966797,66.28185272216797,99.76261901855469,-59.275245666503906,71.0598373413086,103.4906997680664,44.943763732910156,164.34951782226562,-126.09854125976562,55.673614501953125,173.78323364257812,-115.96595764160156,45.61625289916992,167.74081420898438,-111.31486511230469,-64.8308334350586,151.45745849609375,102.31316375732422,-76.75260162353516,153.99180603027344,95.34475708007812,-64.30609893798828,156.27194213867188,98.23413848876953,-53.93836212158203,116.47701263427734,13.440552711486816,-45.14202880859375,126.13997650146484,18.786813735961914,-56.41496658325195,114.38397216796875,7.109282970428467,78.1163101196289,77.5075454711914,74.03253173828125,53.77949905395508,83.34817504882812,88.01873016357422,68.40814208984375,76.17609405517578,69.58912658691406,-28.13646125793457,58.30641555786133,65.6976547241211,-27.24397087097168,63.37089538574219,75.22631072998047,-35.89345932006836,60.776390075683594,70.66106414794922,92.01126861572266,80.76425170898438,54.474266052246094,98.3653564453125,88.36812591552734,59.71508026123047,92.51820373535156,86.82821655273438,59.1920280456543,-45.58485412597656,85.56864166259766,76.92695617675781,-23.785402297973633,91.05838012695312,88.65476989746094,-40.374671936035156,92.41094207763672,76.19329071044922,-35.36204147338867,165.66053771972656,-130.74490356445312,-40.36474609375,183.65562438964844,-119.15968322753906,-45.61625289916992,167.74081420898438,-111.31486511230469,14.00035285949707,135.00160217285156,12.564654350280762,8.677816390991211,144.80474853515625,18.28301239013672,11.523592948913574,133.64535522460938,3.985213041305542,-11.089255332946777,105.98408508300781,-116.12649536132812,-7.203218936920166,99.0231704711914,-89.03534698486328,-10.330761909484863,110.68244934082031,-110.07315826416016,9.145818710327148,132.65780639648438,61.60476303100586,21.650554656982422,126.53475189208984,51.8998908996582,9.207775115966797,124.27738189697266,75.01290893554688,-90.24576568603516,133.71792602539062,81.64483642578125,-80.45782470703125,144.4843292236328,77.64619445800781,-82.76842498779297,134.00201416015625,84.10386657714844,24.972320556640625,156.0292205810547,63.10505676269531,23.0512752532959,162.23265075683594,68.46832275390625,12.89270305633545,155.08807373046875,60.96209716796875,-105.31962585449219,175.05191040039062,9.729116439819336,-99.99254608154297,164.53350830078125,10.394512176513672,-106.92056274414062,170.08587646484375,16.679203033447266,-14.702816009521484,46.94008255004883,43.00852584838867,-7.756937026977539,39.20095443725586,42.65461349487305,-19.28508186340332,61.082916259765625,22.34577751159668,-33.17500686645508,79.51311492919922,115.40216827392578,-32.242759704589844,74.67070770263672,111.56575775146484,-23.22878074645996,83.20154571533203,111.5489730834961,-43.080963134765625,192.37179565429688,66.32946014404297,-39.59346389770508,187.04103088378906,69.85950469970703,-47.41505432128906,172.85153198242188,81.9580078125,90.07025146484375,103.73075866699219,-87.2774658203125,97.26398468017578,107.26725769042969,-91.2532730102539,91.18583679199219,95.03437042236328,-91.47882080078125,83.435546875,113.18326568603516,70.08755493164062,81.66983795166016,109.17786407470703,78.31427764892578,75.24545288085938,106.5320053100586,74.60466003417969,-6.704352855682373,192.55970764160156,-41.19044494628906,-4.450394153594971,198.2959747314453,-50.23521041870117,-3.9623420238494873,202.1541748046875,-27.775333404541016,102.8910903930664,121.47589111328125,8.732646942138672,111.38230895996094,128.16456604003906,17.31426239013672,111.58329772949219,116.97538757324219,9.47343635559082,-31.836729049682617,237.113525390625,33.686676025390625,-26.857397079467773,226.64793395996094,39.285491943359375,-36.97295379638672,227.11228942871094,36.805511474609375,-107.2130355834961,119.37891387939453,-36.32853698730469,-98.4018325805664,104.00928497314453,-56.491294860839844,-99.92142486572266,121.3036117553711,-35.883575439453125,30.090913772583008,87.76387023925781,-51.27075958251953,19.99032211303711,88.7375717163086,-53.81828689575195,22.356197357177734,84.81476593017578,-66.23356628417969,22.129884719848633,61.624210357666016,35.036678314208984,20.51275634765625,73.72063446044922,40.82139205932617,20.42494010925293,63.868953704833984,28.59036636352539,-103.79408264160156,176.14820861816406,7.275579929351807,-106.25720977783203,185.040283203125,14.665705680847168,-99.37582397460938,172.56536865234375,10.018806457519531,55.70761489868164,57.802085876464844,-44.74261474609375,45.50628662109375,61.2108154296875,-37.62326431274414,47.06747055053711,58.39818572998047,-32.458927154541016,-92.17134857177734,180.40774536132812,-43.86363220214844,-104.4798355102539,172.92843627929688,-53.982521057128906,-91.81831359863281,187.50953674316406,-55.63275909423828,-102.23802947998047,76.23363494873047,0.8131049871444702,-89.83273315429688,65.53521728515625,-4.360073089599609,-87.49012756347656,55.7917366027832,-18.42601776123047,11.068243980407715,104.22245025634766,-124.42762756347656,5.091381072998047,86.9243392944336,-111.44984436035156,5.705564975738525,92.2613525390625,-90.4621810913086,-56.399024963378906,168.28260803222656,102.2774887084961,-48.70634460449219,176.1256561279297,100.018798828125,-54.76670837402344,181.23892211914062,99.88034057617188,27.990732192993164,79.16160583496094,101.10883331298828,22.532081604003906,82.63011932373047,93.74845123291016,26.706750869750977,83.31192016601562,95.7621841430664,101.78255462646484,77.92446899414062,11.409863471984863,98.69625091552734,85.70879364013672,29.831878662109375,94.66443634033203,78.7322769165039,16.04307746887207,5.789793968200684,177.2923126220703,-6.844069004058838,8.451814651489258,188.12486267089844,-9.32748031616211,7.442502975463867,192.29527282714844,2.5538980960845947,-45.75227355957031,95.86212921142578,103.49978637695312,-29.51427459716797,91.32390594482422,94.6628189086914,-63.51712417602539,92.31936645507812,98.30665588378906,106.95654296875,79.13361358642578,-39.793304443359375,98.79547882080078,66.83206939697266,-42.34891891479492,111.580322265625,82.55152130126953,-23.574129104614258,-12.697677612304688,222.96446228027344,6.2276291847229,-14.233485221862793,237.29432678222656,5.125837802886963,-21.09579849243164,224.83102416992188,12.637887954711914,50.18259811401367,76.35924530029297,54.45115661621094,41.30010223388672,82.90123748779297,49.933597564697266,40.528141021728516,77.55692291259766,32.87644577026367,-59.215919494628906,109.4822769165039,-141.02847290039062,-55.3060417175293,113.11796569824219,-143.3770751953125,-66.71832275390625,117.35847473144531,-139.73416137695312,-115.82522583007812,153.90391540527344,-24.126981735229492,-111.81576538085938,138.8389434814453,-31.647388458251953,-113.36743927001953,138.1169891357422,-44.40939712524414,-31.190799713134766,112.89189910888672,123.4387435913086,-45.95357131958008,120.82859802246094,123.717041015625,-38.5705451965332,113.17955017089844,117.83490753173828,-4.338204860687256,47.46104431152344,23.376447677612305,3.8377768993377686,64.84046936035156,2.387115955352783,12.208277702331543,63.010986328125,9.312264442443848,69.87747955322266,65.61933135986328,69.34390258789062,72.18305969238281,65.09041595458984,59.385169982910156,69.40633392333984,70.3394546508789,76.163818359375,-5.621157169342041,124.49137115478516,54.397430419921875,-3.720000982284546,112.95952606201172,67.15201568603516,-4.571269989013672,112.65404510498047,76.47169494628906,-32.893272399902344,95.17920684814453,70.260498046875,-35.68225860595703,92.55530548095703,44.89516830444336,-40.374671936035156,92.41094207763672,76.19329071044922,-30.255050659179688,93.81668090820312,-153.25103759765625,-43.354305267333984,93.81331634521484,-149.75994873046875,-34.35194396972656,85.91840362548828,-145.88320922851562,108.39313507080078,153.1415557861328,-47.703826904296875,103.50593566894531,164.99566650390625,-42.553279876708984,109.10108947753906,162.6699981689453,-54.749813079833984,107.63152313232422,124.38351440429688,49.71295166015625,106.33209228515625,122.04643249511719,59.0467414855957,101.4483642578125,135.3737030029297,55.67897033691406,103.7219467163086,85.48719024658203,-57.24451446533203,109.5147705078125,102.8717041015625,-52.77104187011719,110.37092590332031,99.59405517578125,-47.048484802246094,57.77273178100586,83.9643783569336,-128.34532165527344,47.1187858581543,79.90899658203125,-120.34858703613281,42.24411392211914,78.1971206665039,-135.36492919921875,67.2771224975586,156.7301483154297,97.20024871826172,65.35696411132812,172.74383544921875,97.05201721191406,75.51155090332031,164.84024047851562,92.01384735107422,48.815399169921875,93.05736541748047,-32.249664306640625,50.16707229614258,92.76473999023438,-43.51280975341797,53.80233383178711,91.37918090820312,-42.90730285644531,25.54395294189453,74.12358093261719,105.67863464355469,44.82493591308594,63.2020263671875,91.08203887939453,34.204654693603516,72.9896011352539,109.9297103881836,68.69844818115234,142.66146850585938,107.55491638183594,50.964332580566406,148.32252502441406,113.9874038696289,63.811588287353516,151.28012084960938,102.96408081054688,-60.99321365356445,217.06991577148438,10.251944541931152,-67.9739990234375,219.47369384765625,5.822143077850342,-63.055625915527344,205.15899658203125,10.440242767333984,83.29821014404297,186.85018920898438,-27.8369140625,86.4731674194336,194.5419158935547,-34.26809310913086,91.61943817138672,196.7655487060547,-43.18775177001953,-47.41505432128906,172.85153198242188,81.9580078125,-39.59346389770508,187.04103088378906,69.85950469970703,-42.1493034362793,172.9280242919922,80.52047729492188,67.292236328125,106.24315643310547,87.0645980834961,57.92612075805664,109.09129333496094,99.45925903320312,66.01374816894531,105.81978607177734,73.16642761230469,7.930333137512207,190.3335723876953,22.688987731933594,6.2146382331848145,206.50743103027344,14.239481925964355,5.0166168212890625,164.97509765625,24.34321403503418,94.87613677978516,141.7064666748047,-100.08727264404297,85.03469848632812,144.28250122070312,-112.2625961303711,85.60317993164062,128.4259796142578,-109.10617065429688,91.23687744140625,77.1278305053711,92.83943176269531,78.34505462646484,62.73054122924805,103.854736328125,92.3133316040039,73.46051788330078,90.430419921875,68.84000396728516,81.11489868164062,15.055570602416992,70.17194366455078,68.3995132446289,-1.5896589756011963,77.5103530883789,73.86772155761719,3.4344561100006104,-64.04088592529297,58.796573638916016,112.98785400390625,-77.79077911376953,62.101409912109375,104.1387710571289,-73.43041229248047,50.141605377197266,98.62308502197266,43.4185905456543,86.03067016601562,-32.6182746887207,40.41743850708008,84.90958404541016,-23.944902420043945,36.54642868041992,82.77454376220703,-15.272628784179688,-16.487581253051758,229.20225524902344,-75.56930541992188,-11.922890663146973,232.85122680664062,-56.31474685668945,-6.503259181976318,226.90003967285156,-64.5916748046875,-7.235772132873535,152.48077392578125,36.68986511230469,-5.0166168212890625,164.97511291503906,24.343212127685547,-7.19664192199707,158.49082946777344,42.86137771606445,-59.14940643310547,62.14210510253906,48.758426666259766,-75.22614288330078,66.94840240478516,56.69245147705078,-70.57313537597656,62.58805465698242,61.461700439453125,-15.132678985595703,98.51221466064453,45.43159103393555,-8.60074234008789,106.15299987792969,42.50307083129883,-8.851582527160645,102.21501922607422,38.677947998046875,24.786502838134766,59.33803176879883,68.4465103149414,33.35853576660156,65.29898071289062,76.69725036621094,27.943817138671875,62.93231964111328,74.82955932617188,-36.83123779296875,81.27261352539062,25.746187210083008,-44.06111526489258,67.85468292236328,33.83272933959961,-43.630638122558594,68.12285614013672,28.562156677246094,10.525835990905762,198.3969268798828,-107.82740783691406,13.717663764953613,208.51979064941406,-94.87509155273438,7.552223205566406,203.6851348876953,-90.15007019042969,56.50421905517578,122.74421691894531,113.96036529541016,78.87464904785156,133.171875,99.29741668701172,75.31399536132812,122.29341888427734,105.41329956054688,79.17877197265625,120.22924041748047,-26.08198356628418,75.49848175048828,136.1901092529297,-22.574068069458008,78.23595428466797,129.05029296875,-40.658748626708984,67.83708190917969,116.27498626708984,108.36624908447266,53.781776428222656,112.6321792602539,109.08380126953125,56.50421905517578,122.74421691894531,113.96036529541016,58.5228157043457,96.09465789794922,-16.042362213134766,56.41496658325195,114.38397216796875,7.109283924102783,57.78554153442383,94.6339340209961,-13.255697250366211,-77.69480895996094,57.14558792114258,-46.69675064086914,-79.4499740600586,65.2092514038086,-64.36800384521484,-84.1588363647461,64.62435913085938,-52.3199348449707,-87.50445556640625,210.0396270751953,6.517897129058838,-63.52430725097656,202.68312072753906,12.752969741821289,-72.48099517822266,210.38795471191406,16.92439079284668,-18.541635513305664,76.12258911132812,57.777584075927734,-26.701284408569336,65.07483673095703,58.6917839050293,-27.628904342651367,60.35477828979492,53.23080062866211,89.25761413574219,187.0850830078125,52.160614013671875,81.30088806152344,208.8670654296875,50.02153396606445,82.85517120361328,208.66160583496094,41.64009475708008,-58.071083068847656,83.7033920288086,-73.45095825195312,-56.73462677001953,90.37765502929688,-107.72077178955078,-74.30937957763672,86.07990264892578,-77.5972900390625,-99.62305450439453,67.22488403320312,-49.53746032714844,-97.24263763427734,60.321563720703125,-38.73381805419922,-108.1366958618164,75.8043441772461,-42.15201187133789,9.594961166381836,118.50386810302734,95.57975006103516,-3.4871320724487305,132.41146850585938,111.15674591064453,3.2482309341430664,128.04176330566406,113.88226318359375,-86.00283813476562,119.51185607910156,-61.565673828125,-88.32093811035156,124.31840515136719,-46.82741165161133,-68.70767211914062,132.4835662841797,-59.51615524291992,83.10694885253906,172.9873046875,-68.97903442382812,81.57294464111328,179.55758666992188,-75.83898162841797,83.93220520019531,174.4275665283203,-83.07418060302734,-19.523174285888672,103.88650512695312,49.107452392578125,-15.636549949645996,103.2608871459961,49.041690826416016,-19.745771408081055,95.7884521484375,48.437137603759766,-15.350930213928223,221.562255859375,60.70311737060547,-11.357818603515625,217.05514526367188,60.111385345458984,-14.701101303100586,214.75657653808594,69.96266174316406,74.07422637939453,96.66876220703125,51.403812408447266,72.24873352050781,85.98393249511719,30.960840225219727,80.13032531738281,96.25194549560547,45.46696472167969,-76.53624725341797,56.283653259277344,-33.18030548095703,-82.96710205078125,56.06001663208008,-32.79943084716797,-69.69815063476562,56.29743957519531,-22.703405380249023,-106.98851776123047,142.30963134765625,52.41130828857422,-116.8615493774414,119.27728271484375,33.2077751159668,-115.12496185302734,135.9701690673828,37.155208587646484,78.20186614990234,182.88818359375,72.12865447998047,65.55751037597656,184.81492614746094,84.07891082763672,59.127220153808594,189.4617919921875,88.91097259521484,19.451019287109375,95.36874389648438,48.210899353027344,10.299503326416016,110.1437759399414,52.5775146484375,15.629524230957031,102.41634368896484,46.53388977050781,-6.094905853271484,164.78030395507812,86.39220428466797,-10.40278434753418,172.75628662109375,83.49696350097656,-10.583632469177246,176.08375549316406,93.76763916015625,-47.15841293334961,210.43670654296875,-75.44271087646484,-47.465755462646484,192.9918212890625,-100.4727783203125,-53.96205139160156,206.0378875732422,-87.41028594970703,-22.76946258544922,69.5570068359375,71.88383483886719,-20.32124137878418,62.39634323120117,66.96994018554688,-22.2246150970459,71.25579833984375,64.85302734375,-43.12678527832031,148.80874633789062,-139.20584106445312,-42.96320343017578,142.039306640625,-149.7551727294922,-49.61996841430664,143.5893096923828,-145.2671356201172,-45.797359466552734,86.78500366210938,44.03690719604492,-40.374671936035156,92.41094207763672,76.19329071044922,-35.68225860595703,92.55530548095703,44.89516830444336,1.0336320400238037,168.9975128173828,106.84391021728516,3.64349102973938,162.34725952148438,88.83456420898438,4.638940811157227,158.48670959472656,92.02476501464844,87.44318389892578,69.49163818359375,39.613216400146484,93.25662231445312,77.66374969482422,43.375457763671875,96.57784271240234,65.8479995727539,50.1306266784668,53.000946044921875,106.15629577636719,34.79289627075195,51.06626892089844,116.99812316894531,46.62155532836914,54.26707458496094,105.36229705810547,42.040367126464844,7.865509033203125,105.18441009521484,57.14999008178711,4.474524021148682,113.2343978881836,52.89100646972656,6.237499237060547,100.17062377929688,53.63685989379883,36.83123779296875,81.27261352539062,25.746187210083008,31.869129180908203,84.77998352050781,36.13584518432617,21.305273056030273,94.73152160644531,30.289724349975586,54.08528137207031,93.74205017089844,-23.162504196166992,51.928836822509766,92.29512023925781,-31.7854061126709,52.60901641845703,101.69120025634766,-16.965822219848633,-89.27560424804688,116.6982421875,-83.57420349121094,-96.87271881103516,123.02628326416016,-83.50532531738281,-72.04203796386719,124.7635498046875,-81.20700073242188,74.08258056640625,102.93228912353516,-43.27666473388672,78.42762756347656,110.8561019897461,-36.08564376831055,71.2825698852539,101.99942016601562,-47.74201965332031,-103.05939483642578,190.08697509765625,38.324798583984375,-93.0793685913086,213.20608520507812,25.447921752929688,-107.42692565917969,188.4367218017578,32.07767868041992,-24.07046890258789,61.647789001464844,67.33245849609375,-26.701284408569336,65.07483673095703,58.6917839050293,-25.351608276367188,70.09744262695312,69.32787322998047,-70.6347885131836,219.67893981933594,54.25837326049805,-70.78690338134766,216.2769012451172,40.35562515258789,-77.82965850830078,215.25161743164062,34.71528244018555,-69.66667175292969,88.0092544555664,-119.23773956298828,-81.71275329589844,90.5634994506836,-106.46195983886719,-65.43193817138672,90.19873809814453,-102.30757904052734,-26.270109176635742,77.36003875732422,-79.40946960449219,-28.92439079284668,72.1761703491211,-93.7677001953125,-20.68851089477539,77.37897491455078,-90.05858612060547,11.523592948913574,133.64535522460938,3.985213041305542,5.265038013458252,151.79421997070312,8.885021209716797,7.429224014282227,131.6343994140625,-10.867557525634766,-30.10814094543457,67.61555480957031,76.18270111083984,-35.89345932006836,60.776390075683594,70.66106414794922,-27.24397087097168,63.37089538574219,75.22631072998047,-84.04539489746094,210.12979125976562,51.22040939331055,-93.29003143310547,179.25772094726562,58.80222702026367,-82.69489288330078,199.10777282714844,60.02210235595703,111.80233001708984,181.7301025390625,-2.119976043701172,109.58135223388672,184.45278930664062,-7.829349994659424,108.4934310913086,172.34271240234375,-20.8426513671875,-15.131887435913086,154.06199645996094,110.1476058959961,-20.810930252075195,152.79600524902344,115.62957000732422,-20.375465393066406,145.35687255859375,121.50108337402344,-100.56529235839844,124.53219604492188,-100.30878448486328,-86.16209411621094,124.1777572631836,-113.4048080444336,-93.64009094238281,114.9483871459961,-112.59281921386719,20.177488327026367,99.0503158569336,46.35386276245117,8.27265453338623,102.0000228881836,52.78928756713867,11.908400535583496,109.3330307006836,48.99842071533203,28.795528411865234,60.93423080444336,45.195674896240234,22.129884719848633,61.624210357666016,35.036678314208984,37.434234619140625,58.48986053466797,44.17239761352539,-74.51847076416016,218.7817840576172,-24.91919708251953,-77.34559631347656,223.2633514404297,-21.31709861755371,-62.16828918457031,226.6083526611328,-19.911191940307617,82.38338470458984,148.09420776367188,-15.990107536315918,98.63155364990234,137.8452911376953,-27.89718246459961,86.45033264160156,140.39480590820312,-26.368507385253906,-16.280311584472656,87.17314147949219,88.56916046142578,-20.699949264526367,88.67569732666016,94.8221206665039,-19.365901947021484,84.82386779785156,103.0613021850586,-11.930815696716309,103.37716674804688,-28.13318634033203,-19.02179718017578,100.84334564208984,-27.315841674804688,-13.318299293518066,99.4697036743164,-33.31476974487305,-18.418508529663086,169.91293334960938,87.1091537475586,-22.77934455871582,172.27035522460938,100.81684875488281,-15.452858924865723,184.51205444335938,91.16384887695312,-37.409053802490234,241.8205108642578,-11.944354057312012,-32.11578369140625,245.92288208007812,-4.359395980834961,-18.007570266723633,242.6100616455078,-3.2412590980529785,62.65412902832031,150.97117614746094,-131.08799743652344,66.9940185546875,169.7738037109375,-120.98571014404297,73.39991760253906,167.19708251953125,-114.5911865234375,-8.677815437316895,144.80474853515625,18.283008575439453,-13.284411430358887,139.54989624023438,40.31793212890625,-16.00943946838379,136.1747283935547,25.430057525634766,27.354246139526367,209.8104248046875,80.45355987548828,24.443775177001953,216.32240295410156,68.62358093261719,17.318822860717773,216.60540771484375,72.6077651977539,8.281905174255371,86.8260498046875,62.64599609375,4.680159091949463,75.94698333740234,60.520225524902344,4.636563777923584,87.73014831542969,68.94097137451172,-9.417425155639648,166.24264526367188,88.14146423339844,-11.662134170532227,170.09805297851562,84.72610473632812,-8.375237464904785,156.7639923095703,72.86344146728516,36.17772674560547,45.371131896972656,90.60638427734375,27.99092674255371,52.85837173461914,102.67876434326172,14.089798927307129,64.64900207519531,108.297119140625,11.068243980407715,104.22245025634766,-124.42762756347656,4.343341827392578,97.39029693603516,-93.3926010131836,8.353164672851562,112.15528106689453,-120.81460571289062,92.13038635253906,100.56185913085938,-63.398658752441406,105.30277252197266,106.85948181152344,-55.39764404296875,98.84031677246094,95.796142578125,-66.28060150146484,-11.609098434448242,87.80719757080078,72.87089538574219,-20.49354362487793,89.2263412475586,64.47246551513672,-11.125641822814941,87.04534912109375,67.32838439941406,-48.30494689941406,114.41915130615234,70.36060333251953,-35.57403564453125,125.19786071777344,74.84832763671875,-44.66239547729492,121.4122314453125,62.898738861083984,-64.8308334350586,151.45745849609375,102.31316375732422,-66.86566162109375,142.00547790527344,109.3183364868164,-76.75260162353516,153.99180603027344,95.34475708007812,8.010625839233398,119.82194519042969,50.624671936035156,26.178979873657227,95.21849060058594,55.11620330810547,9.742996215820312,113.52336120605469,55.42354202270508,-112.81534576416016,139.95172119140625,-24.98048210144043,-97.91678619384766,148.21275329589844,-9.184024810791016,-107.5928955078125,155.9042510986328,-2.065601110458374,115.41169738769531,102.71815490722656,35.16341781616211,107.46334075927734,89.07453918457031,11.448930740356445,117.2857666015625,93.93109893798828,13.9107084274292,32.078765869140625,63.70263671875,79.35354614257812,20.226303100585938,73.87518310546875,83.8262710571289,19.530981063842773,71.93965148925781,74.20865631103516,15.141597747802734,103.49291229248047,-32.58839416503906,21.297826766967773,105.89209747314453,-7.579628944396973,36.243404388427734,104.88661193847656,-27.374465942382812,-44.509437561035156,65.87850189208984,-49.10983657836914,-43.30402755737305,59.42275619506836,-38.666683197021484,-52.575927734375,62.01857376098633,-60.25723648071289,39.34177017211914,217.23280334472656,56.46320724487305,37.525978088378906,209.35348510742188,61.350772857666016,35.3233642578125,201.08221435546875,60.935394287109375,49.0166015625,175.91966247558594,100.26815795898438,46.6567497253418,163.6168212890625,93.82679748535156,51.41507339477539,157.9132843017578,98.27296447753906,6.395966053009033,120.75218200683594,-97.01615142822266,9.291482925415039,144.7529296875,-94.25273895263672,6.6754021644592285,123.11499786376953,-106.85746765136719,52.09471130371094,200.84344482421875,78.73079681396484,47.5717658996582,209.591796875,72.6512680053711,60.62291717529297,199.71934509277344,79.17431640625,-8.610063552856445,89.58917236328125,-73.47216033935547,-8.555389404296875,93.32185363769531,-88.45872497558594,-8.099207878112793,85.9958724975586,-110.24507141113281,111.81576538085938,138.8389434814453,-31.647388458251953,113.36743927001953,138.1169891357422,-44.40939712524414,109.86569213867188,132.1542510986328,-50.567832946777344,-20.703306198120117,66.1620864868164,51.55546569824219,-26.41305160522461,61.26837158203125,49.684207916259766,-25.851869583129883,65.25015258789062,51.52840042114258,66.34016418457031,134.24221801757812,-130.36366271972656,59.13572311401367,151.50189208984375,-130.89065551757812,55.022972106933594,141.01467895507812,-140.4969482421875,96.57784271240234,65.8479995727539,50.1306266784668,97.52693939208984,79.48208618164062,48.84649658203125,101.04632568359375,76.17662811279297,56.490291595458984,-87.2813491821289,157.46145629882812,52.87230682373047,-77.78401947021484,167.77613830566406,57.25807189941406,-81.47518920898438,174.8604278564453,61.91668701171875,34.812095642089844,228.86068725585938,40.60322570800781,56.11448287963867,222.81918334960938,30.908363342285156,43.37144088745117,237.3213348388672,34.204559326171875,70.77445983886719,152.7397918701172,-111.68082427978516,72.18267822265625,157.35313415527344,-101.19480895996094,73.24378967285156,166.6791229248047,-98.1771240234375,53.823246002197266,91.2052230834961,103.79467010498047,33.273319244384766,92.11104583740234,102.57450103759766,37.48690414428711,85.65850830078125,99.56704711914062,88.0224380493164,138.8070831298828,-113.6034927368164,80.36408233642578,131.242919921875,-126.61663055419922,86.90510559082031,148.6949920654297,-112.75701141357422,35.266361236572266,200.50088500976562,80.72502136230469,26.65091896057129,199.92108154296875,83.1156997680664,27.381811141967773,208.390625,77.61820220947266,-81.25425720214844,143.11183166503906,101.37109375,-80.25758361816406,132.17889404296875,102.2535400390625,-68.01322937011719,139.83651733398438,112.19828796386719,-37.4401741027832,117.22447204589844,83.91143035888672,-51.0808219909668,113.29448699951172,77.02750396728516,-33.50568771362305,115.63724517822266,93.99411010742188,-74.38147735595703,77.70703887939453,74.38894653320312,-81.74352264404297,86.28052520751953,90.85260009765625,-55.432281494140625,91.24481964111328,104.12437438964844,110.37092590332031,99.59405517578125,-47.048484802246094,100.84919738769531,80.25445556640625,-52.05373764038086,103.7219467163086,85.48719024658203,-57.24451446533203,-116.8615493774414,119.27728271484375,33.2077751159668,-106.98851776123047,142.30963134765625,52.41130828857422,-101.4483642578125,135.3737030029297,55.67897033691406,-77.04071044921875,107.3214340209961,86.92805480957031,-90.99514770507812,99.9347152709961,72.75314331054688,-87.37580108642578,100.03963470458984,88.9174575805664,1.7646700143814087,149.2718963623047,99.28968811035156,-4.697739124298096,142.0805206298828,113.85646057128906,-3.4871320724487305,132.41146850585938,111.15674591064453,80.50438690185547,85.13101959228516,18.756698608398438,88.44363403320312,87.12002563476562,28.985275268554688,82.16918182373047,96.11332702636719,37.82556915283203,-7.930333137512207,190.3335723876953,22.68898582458496,-6.2146382331848145,206.50743103027344,14.239480972290039,-4.332347869873047,200.2541046142578,38.498233795166016,-49.4517822265625,192.1510009765625,-98.28369140625,-64.8775863647461,191.66177368164062,-97.87543487548828,-55.875526428222656,182.01443481445312,-104.49349212646484,-10.594959259033203,164.16590881347656,-72.15296936035156,-8.693968772888184,161.988037109375,-92.48110961914062,-12.389904022216797,144.65264892578125,-94.3456802368164,4.033278942108154,218.7055206298828,-64.11685943603516,6.503259181976318,226.90003967285156,-64.5916748046875,9.106847763061523,222.74525451660156,-74.686767578125,-50.96875762939453,64.10126495361328,31.54924201965332,-45.33082580566406,55.39805603027344,38.68320083618164,-45.961708068847656,68.93574523925781,30.65899085998535,15.807893753051758,70.46437072753906,115.61402893066406,25.470691680908203,63.23994827270508,114.68011474609375,11.509316444396973,71.53583526611328,109.70088958740234,-39.92977523803711,50.29581069946289,42.753562927246094,-33.515708923339844,39.60160446166992,55.76771545410156,-46.1143798828125,50.80244827270508,38.19890213012695,98.57685852050781,130.20648193359375,-67.39583587646484,86.75799560546875,150.35455322265625,-73.56403350830078,95.00324249267578,138.00152587890625,-70.81275177001953,108.0594482421875,145.9866180419922,26.93869400024414,110.12803649902344,135.38229370117188,21.004507064819336,92.75627136230469,148.28988647460938,35.800140380859375,23.454561233520508,93.3142318725586,74.10911560058594,13.808941841125488,91.76661682128906,72.36568450927734,22.4720516204834,95.0302505493164,64.29794311523438,-7.235772132873535,152.48077392578125,36.68986511230469,-5.2650370597839355,151.79421997070312,8.885014533996582,-5.0166168212890625,164.97511291503906,24.343212127685547,-110.22264862060547,110.81365203857422,59.92971420288086,-118.20561218261719,109.99919128417969,29.699827194213867,-116.8615493774414,119.27728271484375,33.2077751159668,38.95261001586914,64.14606475830078,26.83621597290039,42.918365478515625,72.99603271484375,25.275888442993164,56.55425262451172,68.7800064086914,39.30693817138672,98.84031677246094,95.796142578125,-66.28060150146484,95.89652252197266,82.5556411743164,-70.06077575683594,88.70700073242188,86.3094482421875,-72.10209655761719,-108.84778594970703,106.6044692993164,-40.416439056396484,-107.2130355834961,119.37891387939453,-36.32853698730469,-107.83915710449219,126.3570327758789,-20.553983688354492,-7.188921928405762,144.41273498535156,102.41641998291016,-11.296021461486816,131.50460815429688,95.49324035644531,-6.035808086395264,126.5177230834961,80.65705108642578,-72.46562957763672,90.03347778320312,33.15286636352539,-73.42510986328125,97.33032989501953,45.482566833496094,-63.0432014465332,99.22985076904297,44.05117416381836,-9.907855987548828,95.11032104492188,67.18955993652344,-14.304707527160645,99.92227172851562,67.1734848022461,-18.365619659423828,96.06078338623047,72.02684783935547,-8.677815437316895,144.80474853515625,18.283008575439453,-5.2650370597839355,151.79421997070312,8.885014533996582,-7.235772132873535,152.48077392578125,36.68986511230469,40.24694061279297,232.86695861816406,-28.95233154296875,31.595123291015625,237.97015380859375,-33.02927780151367,56.9466667175293,227.00628662109375,-34.29105758666992,-51.52803421020508,147.1520233154297,116.19480895996094,-43.454898834228516,157.16775512695312,121.96441650390625,-46.03989791870117,141.75196838378906,123.45450592041016,-35.59415054321289,81.93763732910156,-143.45755004882812,-45.41727828979492,92.6880111694336,-152.01605224609375,-32.98930358886719,86.00239562988281,-151.31246948242188,-34.740875244140625,144.14988708496094,128.395263671875,-27.80253028869629,147.8089141845703,121.76673889160156,-27.7073917388916,164.62730407714844,120.24698638916016,-62.941070556640625,93.39813232421875,-63.475318908691406,-66.61727142333984,106.04496002197266,-77.8104248046875,-65.67469787597656,107.10035705566406,-74.09342193603516,63.055625915527344,205.15899658203125,10.440242767333984,68.86012268066406,215.95277404785156,29.368200302124023,70.85621643066406,213.8924102783203,17.764936447143555,-7.9756598472595215,81.76795196533203,63.90147399902344,-8.01767635345459,88.93296813964844,78.69267272949219,-10.18410873413086,79.3792724609375,73.30692291259766,92.0438003540039,108.95718383789062,-112.15721130371094,98.7575454711914,106.1900405883789,-98.90673828125,98.99040985107422,122.96404266357422,-97.53905487060547,-42.28573226928711,111.99968719482422,83.1196060180664,-48.865421295166016,110.433837890625,72.63838958740234,-40.015472412109375,115.71942138671875,74.19674682617188,-59.2722282409668,67.79633331298828,31.83919334411621,-52.91312026977539,65.73652648925781,35.10279846191406,-55.64670944213867,61.18259048461914,35.01530075073242,71.85037231445312,201.7509765625,0.25627601146698,86.02816772460938,210.62371826171875,2.621309995651245,82.07576751708984,200.8660430908203,-4.724043846130371,25.851863861083984,65.25016021728516,51.528404235839844,27.428434371948242,59.26464080810547,53.89255142211914,26.413049697875977,61.268367767333984,49.6842041015625,61.8090934753418,176.63528442382812,-117.1838150024414,59.80616760253906,186.0519561767578,-105.82463836669922,71.30335235595703,190.19912719726562,-99.44384002685547,-48.30494689941406,114.41915130615234,70.36060333251953,-62.40225601196289,106.78360748291016,62.8455696105957,-51.0808219909668,113.29448699951172,77.02750396728516,73.10165405273438,149.1748809814453,-10.57909107208252,75.43675994873047,141.441650390625,-13.71264362335205,74.73419952392578,145.89671325683594,-19.816688537597656,69.17189025878906,149.328369140625,-121.90263366699219,77.11060333251953,154.49679565429688,-114.60848236083984,78.38912963867188,145.53892517089844,-121.94488525390625,-80.50438690185547,85.13101959228516,18.756698608398438,-88.24081420898438,78.58660888671875,15.31155014038086,-77.5103530883789,73.86772155761719,3.434454917907715,-17.936222076416016,244.4623565673828,-19.998926162719727,-16.010019302368164,240.76564025878906,-30.339462280273438,-27.700481414794922,240.23631286621094,-38.3076057434082,18.362844467163086,99.03699493408203,56.051246643066406,8.37387466430664,117.71800994873047,52.458133697509766,14.371438026428223,98.04907989501953,61.83311080932617,-91.10228729248047,199.56846618652344,-37.878257751464844,-89.45808410644531,203.8422088623047,-46.47993469238281,-95.2078857421875,195.11390686035156,-43.27461624145508,-53.76276779174805,217.04547119140625,-59.39107894897461,-51.43522262573242,214.01480102539062,-50.03105926513672,-74.12471771240234,205.03897094726562,-54.50931930541992,-93.00933074951172,166.47982788085938,54.328914642333984,-98.28489685058594,165.97918701171875,42.902992248535156,-96.53153228759766,168.31646728515625,50.585838317871094,50.51227951049805,65.30023193359375,43.4463996887207,46.70185852050781,59.71926498413086,56.53807067871094,67.12297821044922,66.14277648925781,53.416297912597656,48.94224166870117,63.07290267944336,28.24125099182129,43.630638122558594,68.12285614013672,28.562149047851562,49.11787796020508,76.63493347167969,18.15781021118164,77.7900619506836,189.1097869873047,-91.77346801757812,71.30335235595703,190.19912719726562,-99.44384002685547,65.59535217285156,198.25921630859375,-87.59815216064453,-84.9449462890625,53.81290817260742,75.72459411621094,-92.84255981445312,61.97580337524414,63.96455764770508,-88.115234375,59.84211349487305,81.51422882080078,-13.82223129272461,157.52059936523438,59.45785140991211,-24.78573226928711,161.41378784179688,64.91361999511719,-13.912403106689453,176.86524963378906,71.05465698242188,9.760208129882812,226.99610900878906,-61.395023345947266,8.194836616516113,224.3836669921875,-40.36345291137695,6.937503814697266,218.30923461914062,-61.52473449707031,108.4934310913086,172.34271240234375,-20.8426513671875,96.27115631103516,186.12139892578125,-11.593194007873535,107.12158966064453,178.26608276367188,-27.327123641967773,-63.21593475341797,102.75740051269531,61.63252258300781,-74.05306243896484,96.63253784179688,51.321128845214844,-69.36502838134766,94.0096206665039,45.278724670410156,4.450394153594971,198.2959747314453,-50.235206604003906,6.704352855682373,192.55970764160156,-41.19044494628906,3.9623420238494873,202.1541748046875,-27.775331497192383,24.33016014099121,129.7130584716797,30.900724411010742,16.11335563659668,140.64524841308594,39.79625701904297,25.265527725219727,127.83161926269531,37.23453140258789,-6.431610107421875,142.84622192382812,-135.57911682128906,-11.238704681396484,125.70133209228516,-151.3881378173828,-10.55361557006836,109.73932647705078,-148.45541381835938,-73.24322509765625,201.7643585205078,-25.98142433166504,-94.62450408935547,194.55453491210938,-25.954326629638672,-83.29821014404297,186.85018920898438,-27.8369140625,108.25436401367188,165.10581970214844,4.815067768096924,81.73532104492188,152.29417419433594,5.926880836486816,107.5928955078125,155.9042510986328,-2.0656020641326904,98.3653564453125,88.36812591552734,59.71508026123047,93.00241088867188,93.44593048095703,56.74524688720703,92.51820373535156,86.82821655273438,59.1920280456543,-22.225032806396484,67.37020111083984,26.751502990722656,-14.064200401306152,46.74549865722656,51.51729965209961,-14.702816009521484,46.94008255004883,43.00852584838867,87.16961669921875,157.6736297607422,5.125223159790039,89.98236846923828,149.7656707763672,-1.011775016784668,76.40282440185547,153.59637451171875,1.4166359901428223,87.8366470336914,160.1035614013672,49.66246795654297,94.67645263671875,163.6359405517578,60.610130310058594,100.535888671875,156.31590270996094,49.32023239135742,-109.38225555419922,119.67906951904297,-38.91321563720703,-109.5147705078125,102.8717041015625,-52.77103805541992,-112.08104705810547,114.47064208984375,-34.80181121826172,74.30937957763672,86.07990264892578,-77.5972900390625,84.90917205810547,97.84698486328125,-82.32393646240234,80.4152603149414,93.14905548095703,-89.06504821777344,-15.977240562438965,102.46483612060547,43.80656051635742,-23.516725540161133,86.00487518310547,35.78761672973633,-24.87904167175293,100.24042510986328,38.69691467285156,-68.83999633789062,81.11490631103516,15.055573463439941,-72.24873352050781,85.98393249511719,30.960838317871094,-80.50438690185547,85.13101959228516,18.756698608398438,-62.40019226074219,186.53602600097656,93.5350341796875,-74.29985046386719,173.19137573242188,94.26039123535156,-64.44119262695312,174.79856872558594,100.2945556640625,9.601252555847168,160.7864532470703,41.529022216796875,6.048491954803467,168.0645751953125,52.00287628173828,8.936485290527344,157.2982177734375,53.81788635253906,6.210841178894043,98.06431579589844,109.60249328613281,5.696825981140137,86.73687744140625,114.012451171875,6.32501220703125,85.86161041259766,98.7171630859375,1.7623670101165771,122.33008575439453,100.54651641845703,6.098893165588379,131.24102783203125,93.76835632324219,9.296184539794922,115.55480194091797,92.60237884521484,48.97777557373047,141.94589233398438,-142.79800415039062,55.11439514160156,165.72386169433594,-126.71294403076172,44.943763732910156,164.34951782226562,-126.09854125976562,96.27115631103516,186.12139892578125,-11.593194007873535,108.4934310913086,172.34271240234375,-20.8426513671875,109.58135223388672,184.45278930664062,-7.829349994659424,13.808941841125488,91.76661682128906,72.36568450927734,11.60013484954834,92.21912384033203,66.5024642944336,16.697582244873047,96.55988311767578,65.29083251953125,45.98945617675781,171.06564331054688,-106.16043853759766,41.19467544555664,186.77728271484375,-110.50237274169922,40.36474609375,183.65562438964844,-119.15968322753906,2.235456943511963,94.73280334472656,78.22864532470703,-0.14660200476646423,102.99063110351562,84.36286163330078,0.6767669916152954,110.43592834472656,72.50030517578125,67.39334106445312,54.45938491821289,-55.6345329284668,76.53624725341797,56.283653259277344,-33.18030548095703,77.69480895996094,57.14558792114258,-46.69675064086914,107.8685531616211,185.8116912841797,-31.244657516479492,98.81165313720703,201.5356903076172,-23.97747039794922,103.12785339355469,197.3555145263672,-19.51575469970703,91.46805572509766,187.67857360839844,-64.95711517333984,100.08654022216797,174.89407348632812,-63.7052116394043,104.4798355102539,172.92843627929688,-53.982521057128906,-47.41283416748047,175.46951293945312,-106.82439422607422,-43.30820083618164,185.2101287841797,-119.60503387451172,-46.92292785644531,170.5859832763672,-114.46566772460938,-93.3024673461914,178.28623962402344,-38.217254638671875,-107.6883544921875,166.2583465576172,-44.956886291503906,-101.89845275878906,182.08578491210938,-38.8692741394043,-51.99272155761719,80.37601470947266,93.66578674316406,-38.624359130859375,84.1392822265625,98.44818878173828,-36.0692024230957,80.9102783203125,99.47901916503906,-91.8303451538086,80.75312042236328,47.319923400878906,-94.5400161743164,77.48673248291016,44.9108772277832,-95.15277099609375,81.87715148925781,47.91017532348633,-10.18410873413086,79.3792724609375,73.30692291259766,-27.775646209716797,65.23485565185547,76.35352325439453,-22.76946258544922,69.5570068359375,71.88383483886719,-70.78141784667969,157.80699157714844,99.25892639160156,-59.8585090637207,157.24163818359375,100.81072998046875,-56.399024963378906,168.28260803222656,102.2774887084961,99.37947082519531,90.173095703125,32.66017150878906,102.82996368408203,99.13737487792969,61.73196792602539,106.8354263305664,98.29324340820312,54.271270751953125,-41.06874084472656,50.631778717041016,46.09930419921875,-51.373817443847656,50.856197357177734,41.41246032714844,-25.314390182495117,43.73586654663086,58.72480773925781,108.86412048339844,94.5060043334961,38.62495422363281,99.69539642333984,90.68672943115234,45.67887878417969,106.8315200805664,85.65208435058594,23.245874404907227,94.32061004638672,150.15277099609375,-96.32505798339844,81.8855209350586,149.8583984375,-112.22164154052734,94.87613677978516,141.7064666748047,-100.08727264404297,111.580322265625,82.55152130126953,-23.574129104614258,111.29301452636719,83.67282104492188,-6.049108982086182,117.64068603515625,92.67330932617188,-3.570585012435913,-111.58329010009766,116.97539520263672,9.473437309265137,-113.51111602783203,106.9464111328125,-7.754847049713135,-118.71751403808594,100.27145385742188,-10.567824363708496,94.0842514038086,66.20925903320312,52.98896408081055,85.71138763427734,61.185611724853516,45.437355041503906,84.34209442138672,52.06264877319336,59.00785446166992,84.91988372802734,71.6683349609375,71.96623229980469,74.86353302001953,76.25968933105469,78.42903137207031,69.03436279296875,72.83566284179688,68.25689697265625,-97.57308959960938,150.44284057617188,-88.99453735351562,-89.28524780273438,156.61341857910156,-94.2222900390625,-88.0955810546875,156.93272399902344,-82.07660675048828,18.409378051757812,88.74873352050781,-149.218017578125,20.47530174255371,104.46659088134766,-156.91879272460938,13.335769653320312,108.72112274169922,-155.19952392578125,30.906343460083008,118.88243103027344,20.982410430908203,22.234830856323242,128.5947265625,28.751935958862305,31.941146850585938,126.05879974365234,19.959396362304688,38.994834899902344,236.74256896972656,-27.943862915039062,61.18367004394531,226.43173217773438,-26.973388671875,52.362342834472656,232.4446258544922,-34.81361770629883,-45.16373062133789,88.44246673583984,20.103424072265625,-37.07941436767578,89.01306915283203,22.47262954711914,-29.41484832763672,99.88502502441406,28.36834144592285,-17.259675979614258,93.8796157836914,43.83869171142578,-20.13892364501953,84.8897933959961,43.248661041259766,-9.197949409484863,101.31883239746094,43.85604476928711,-34.8836669921875,59.48269271850586,47.97623825073242,-34.314510345458984,56.50104904174805,49.66259002685547,-36.02745056152344,57.902584075927734,54.05778121948242,-26.857397079467773,226.64793395996094,39.285491943359375,-15.350930213928223,221.562255859375,60.70311737060547,-25.123682022094727,226.10948181152344,57.43266677856445,79.83560943603516,204.6714324951172,-42.766448974609375,61.46615982055664,205.58949279785156,-46.694793701171875,86.56358337402344,201.71031188964844,-47.12345886230469,-10.18410873413086,79.3792724609375,73.30692291259766,-8.01767635345459,88.93296813964844,78.69267272949219,-15.845269203186035,81.53472137451172,86.05342102050781,-18.85792350769043,227.53005981445312,-73.83395385742188,-9.943035125732422,220.65817260742188,-71.92545318603516,-9.760208129882812,226.99610900878906,-61.395023345947266,-89.25761413574219,187.0850830078125,52.16061019897461,-85.68524169921875,183.4210662841797,38.95539093017578,-81.16126251220703,208.2093048095703,32.990333557128906,-65.35844421386719,172.74647521972656,97.05267333984375,-59.12998580932617,189.46478271484375,88.91004180908203,-54.533077239990234,180.058349609375,97.07461547851562,-72.05526733398438,42.678768157958984,77.06360626220703,-60.09379196166992,39.21976852416992,73.037109375,-65.4313735961914,42.29461669921875,91.77617645263672,36.36375427246094,180.6302490234375,98.58292388916016,42.245216369628906,182.78013610839844,83.78533172607422,36.04692459106445,185.8954315185547,91.11949157714844,38.89327621459961,104.36200714111328,7.690646171569824,37.331329345703125,100.84342193603516,11.195901870727539,30.906343460083008,118.88243103027344,20.982410430908203,-47.752681732177734,219.7784423828125,56.63386535644531,-38.91932678222656,218.83294677734375,59.1623649597168,-44.90140151977539,223.61976623535156,52.09313201904297,33.10709762573242,223.53997802734375,-64.97742462158203,23.399023056030273,227.89578247070312,-65.25413513183594,18.85792350769043,227.53005981445312,-73.83395385742188,98.69625091552734,85.70879364013672,29.831878662109375,106.8315200805664,85.65208435058594,23.245874404907227,99.69539642333984,90.68672943115234,45.67887878417969,7.675013065338135,118.93205261230469,19.0120792388916,5.512533187866211,105.1703872680664,27.77092742919922,-1.1929219961166382,115.1561508178711,23.76259422302246,100.53578186035156,193.09849548339844,-16.385940551757812,96.27115631103516,186.12139892578125,-11.593194007873535,86.4970703125,193.71334838867188,-6.694368839263916,-47.366249084472656,78.03522491455078,70.14368438720703,-40.224449157714844,79.89698028564453,76.31905364990234,-42.397071838378906,79.96678161621094,87.95288848876953,35.17767333984375,60.95053482055664,53.021827697753906,26.413049697875977,61.268367767333984,49.6842041015625,30.476757049560547,63.581748962402344,54.151790618896484,-107.46334075927734,89.07453918457031,11.448920249938965,-112.89691162109375,81.13578033447266,-5.511446952819824,-105.91993713378906,74.32408142089844,-15.615870475769043,-111.69969940185547,138.92471313476562,-50.20170211791992,-111.69752502441406,148.599609375,-56.285518646240234,-109.10108947753906,162.6699981689453,-54.749813079833984,-23.816810607910156,138.9362030029297,54.0575065612793,-23.75372886657715,127.32310485839844,53.558372497558594,-19.03986167907715,137.5316162109375,59.11208724975586,55.70564651489258,61.87169647216797,30.428089141845703,52.49592590332031,63.69453048706055,30.80255126953125,50.839324951171875,61.294857025146484,31.028594970703125,90.94962310791016,122.15718841552734,68.12866973876953,92.43447875976562,113.0585708618164,81.52184295654297,99.2380142211914,126.29839324951172,69.7874755859375,75.63853454589844,100.26908874511719,63.96113204956055,61.807716369628906,99.5201416015625,53.89190673828125,63.88032913208008,94.74994659423828,44.7282829284668,-20.610456466674805,41.730812072753906,70.42375183105469,-30.519102096557617,39.320594787597656,68.50558471679688,-22.438135147094727,44.57929992675781,78.41944885253906,-101.36367797851562,154.76651000976562,40.725563049316406,-112.5839614868164,150.9449005126953,28.352392196655273,-109.69837188720703,145.09144592285156,29.326644897460938,68.69844818115234,142.66146850585938,107.55491638183594,78.87464904785156,133.171875,99.29741668701172,56.50421905517578,122.74421691894531,113.96036529541016,87.5092544555664,209.30038452148438,-28.090087890625,98.81165313720703,201.5356903076172,-23.97747039794922,95.15128326416016,196.4221649169922,-28.594457626342773,39.37164306640625,188.5835418701172,-121.4504623413086,33.20431137084961,208.36019897460938,-100.43529510498047,43.308197021484375,185.2101287841797,-119.60503387451172,-8.557339668273926,61.482765197753906,76.5711441040039,-15.118650436401367,48.003849029541016,76.11050415039062,-16.925737380981445,61.60085678100586,84.56572723388672,-37.801456451416016,105.08043670654297,123.54290771484375,-22.50656509399414,103.74320983886719,115.60429382324219,-32.17607116699219,108.4768295288086,112.5331802368164,-15.977240562438965,102.46483612060547,43.80656051635742,-16.49269676208496,89.24104309082031,41.14670944213867,-23.516725540161133,86.00487518310547,35.78761672973633,13.284394264221191,139.5499267578125,40.31792068481445,7.235772132873535,152.48077392578125,36.68986511230469,8.677816390991211,144.80474853515625,18.28301239013672,-67.79367065429688,64.36723327636719,67.3030014038086,-61.75050735473633,67.24520111083984,80.94911193847656,-64.8144302368164,63.90972137451172,88.12175750732422,81.00291442871094,110.13257598876953,-37.90343475341797,79.61151123046875,130.45188903808594,-19.539180755615234,92.13610076904297,118.15776062011719,-39.700321197509766,7.203218936920166,99.0231704711914,-89.03534698486328,8.555389404296875,93.32185363769531,-88.45872497558594,11.96308708190918,97.62834930419922,-110.46517181396484,-57.5706901550293,228.5319061279297,7.948878765106201,-63.623043060302734,235.31964111328125,-4.508469104766846,-66.72271728515625,231.2632598876953,-1.2503410577774048,57.77420425415039,87.43476867675781,103.04207611083984,52.979496002197266,94.031494140625,104.77836608886719,56.33469772338867,91.12348937988281,99.33488464355469,-5.270462989807129,112.93338012695312,57.17277145385742,-7.685923099517822,106.6725082397461,65.6501235961914,-6.061941146850586,91.77745819091797,62.747798919677734,-79.51021575927734,136.0320281982422,-32.59376907348633,-74.73419952392578,145.89671325683594,-19.81669044494629,-91.76954650878906,126.93495178222656,-34.67723083496094,-6.624797821044922,181.0091094970703,-133.30250549316406,-17.835437774658203,203.01600646972656,-107.76273345947266,-11.553667068481445,182.0029296875,-133.38706970214844,4.014556884765625,173.4002685546875,-76.56452178955078,7.668231964111328,162.6572723388672,-74.67456817626953,5.595229148864746,188.90274047851562,-55.39155960083008,14.233485221862793,237.29432678222656,5.1258392333984375,12.697677612304688,222.96446228027344,6.227628231048584,21.09579849243164,224.83102416992188,12.637887954711914,50.82341766357422,86.99752807617188,-145.22271728515625,36.50033187866211,83.03340148925781,-144.6612091064453,40.3438606262207,91.272216796875,-153.34996032714844,110.89847564697266,125.35064697265625,-21.789691925048828,108.516357421875,130.78501892089844,-24.37543296813965,105.74786376953125,137.4070281982422,-21.51056480407715,-48.14213562011719,92.45867919921875,100.60893249511719,-56.5601921081543,91.0787124633789,99.49705505371094,-48.91676330566406,89.00885772705078,104.64263916015625,-5.485970973968506,208.09616088867188,-69.82048797607422,-5.833148956298828,190.73117065429688,-72.34750366210938,-2.656424045562744,195.78953552246094,-85.0848388671875,-114.6404037475586,111.83668518066406,12.684127807617188,-117.30237579345703,97.70790100097656,-5.445785999298096,-112.27481842041016,105.73001098632812,-2.790479898452759,-94.5400161743164,77.48673248291016,44.9108772277832,-95.15277099609375,81.87715148925781,47.91017532348633,-90.54688262939453,84.78633117675781,44.691959381103516,-87.16859436035156,119.59292602539062,-72.64433288574219,-85.93901062011719,129.6431121826172,-83.2947006225586,-81.16024780273438,120.18922424316406,-70.61243438720703,-38.95261001586914,64.14606475830078,26.83621597290039,-26.607921600341797,61.39918518066406,24.637327194213867,-37.434234619140625,58.48986053466797,44.17239761352539,-8.732196807861328,192.46624755859375,-50.604515075683594,-12.746052742004395,190.08436584472656,-37.0567512512207,-7.9546589851379395,200.11477661132812,-26.856393814086914,65.01780700683594,95.86936950683594,-139.59750366210938,59.215919494628906,109.4822769165039,-141.02847290039062,54.38009262084961,98.66028594970703,-146.61209106445312,-45.99311065673828,47.94343566894531,98.9369888305664,-42.17282485961914,60.96692657470703,116.45045471191406,-36.38632583618164,54.58036422729492,107.01571655273438,-48.74981689453125,156.20223999023438,121.30731964111328,-50.83584213256836,163.08847045898438,109.08140563964844,-53.93647766113281,150.97784423828125,114.17401123046875,-53.802330017089844,91.37918090820312,-42.90729904174805,-48.815399169921875,93.05736541748047,-32.249664306640625,-41.39183807373047,88.54820251464844,-32.480743408203125,93.3024673461914,178.28623962402344,-38.217254638671875,107.6883544921875,166.2583465576172,-44.956886291503906,95.06487274169922,182.97195434570312,-45.38040542602539,104.83872985839844,96.58853149414062,63.04627227783203,97.02689361572266,100.04765319824219,64.9122314453125,99.69539642333984,90.68672943115234,45.67887878417969,56.26533889770508,66.90526580810547,43.26500701904297,68.19853973388672,70.34617614746094,52.99233627319336,77.83523559570312,67.7945327758789,56.129547119140625,-74.10889434814453,152.3925323486328,4.20526123046875,-77.72036743164062,154.14688110351562,4.261682987213135,-84.93756103515625,158.94219970703125,5.893319129943848,70.47742462158203,74.95087432861328,-68.3578109741211,85.62020111083984,74.9522476196289,-71.14520263671875,67.58641815185547,67.83245849609375,-68.33747863769531,-83.5179214477539,218.43649291992188,-8.757225036621094,-87.84197235107422,211.42837524414062,-10.802347183227539,-82.02095031738281,200.87594604492188,-4.683466911315918,-52.96784591674805,214.69351196289062,49.070350646972656,-70.78690338134766,216.2769012451172,40.35562515258789,-64.02313995361328,220.3203582763672,53.075923919677734,48.46811294555664,90.10746002197266,-23.014568328857422,43.4185905456543,86.03067016601562,-32.6182746887207,51.928836822509766,92.29512023925781,-31.7854061126709,83.19989776611328,77.6827163696289,80.96631622314453,57.77420425415039,87.43476867675781,103.04207611083984,74.86353302001953,76.25968933105469,78.42903137207031,23.761184692382812,150.4877166748047,57.00572967529297,15.212054252624512,149.455078125,60.881221771240234,26.45360565185547,143.02407836914062,50.44230270385742,-58.556190490722656,213.45965576171875,-73.3664321899414,-59.8479118347168,200.12924194335938,-93.84819030761719,-62.24226760864258,204.07342529296875,-80.55840301513672,111.9457015991211,107.07814025878906,48.58531188964844,114.5304183959961,106.38597869873047,36.45263671875,107.6363754272461,99.69190216064453,28.440675735473633,-38.3462028503418,102.12129211425781,122.5509262084961,-32.05485916137695,95.92338562011719,124.19930267333984,-37.10750961303711,90.4399185180664,127.14736938476562,77.69802856445312,172.00636291503906,78.50251770019531,65.55751037597656,184.81492614746094,84.07891082763672,70.28711700439453,177.78173828125,74.01812744140625,-13.251429557800293,133.55665588378906,111.05345916748047,-13.819744110107422,142.86349487304688,113.72093200683594,-9.030932426452637,143.65269470214844,94.29449462890625,74.40423583984375,175.48760986328125,72.11103057861328,81.47518157958984,174.86041259765625,61.916683197021484,80.1855697631836,182.74151611328125,75.01941680908203,23.22113800048828,68.07029724121094,48.39665222167969,28.795528411865234,60.93423080444336,45.195674896240234,26.6227970123291,62.78947830200195,55.66814422607422,73.17425537109375,92.37495422363281,-54.88140869140625,92.13610076904297,118.15776062011719,-39.700321197509766,92.13038635253906,100.56185913085938,-63.398658752441406,-4.248672962188721,134.7217559814453,-44.75919723510742,-5.231973171234131,125.41905975341797,-64.87094116210938,-3.834359884262085,151.51156616210938,-61.64971923828125,78.38912963867188,145.53892517089844,-121.94488525390625,77.11060333251953,154.49679565429688,-114.60848236083984,86.90510559082031,148.6949920654297,-112.75701141357422,27.275949478149414,51.89204406738281,85.42424011230469,29.230676651000977,59.30152893066406,82.01139831542969,23.374845504760742,59.02835464477539,85.58653259277344,-60.03413009643555,111.9073257446289,100.51268005371094,-68.09024810791016,116.15860748291016,108.16419982910156,-53.626285552978516,112.67359924316406,109.318115234375,-61.08427429199219,93.86770629882812,-15.399415969848633,-59.86665344238281,110.26728057861328,2.7341949939727783,-52.60901641845703,101.69120025634766,-16.965822219848633,-5.3714752197265625,110.74156188964844,56.19671630859375,-9.98210620880127,112.8322982788086,53.02827072143555,-10.492688179016113,102.32276153564453,55.69527053833008,22.164169311523438,201.2408905029297,5.061738014221191,12.697677612304688,222.96446228027344,6.227628231048584,10.771169662475586,211.57693481445312,-5.688979148864746,-41.38540267944336,218.91766357421875,38.462646484375,-51.566429138183594,202.1487274169922,34.2294921875,-36.97295379638672,227.11228942871094,36.805511474609375,50.84128189086914,46.964820861816406,98.60450744628906,53.476802825927734,43.08449935913086,87.49390411376953,35.315486907958984,46.33019256591797,81.44606018066406,8.0540132522583,85.53126525878906,66.90220642089844,6.940887928009033,62.147762298583984,66.54802703857422,7.903135776519775,71.23634338378906,60.170555114746094,72.3430404663086,67.68987274169922,-5.712092876434326,63.86493682861328,57.268402099609375,-6.967719078063965,63.372047424316406,69.48057556152344,-6.055531024932861,-28.398874282836914,66.17446899414062,54.65324401855469,-27.428430557250977,59.26464080810547,53.892555236816406,-30.476749420166016,63.581748962402344,54.15178680419922,-76.93576049804688,106.04711151123047,-65.86906433105469,-72.29606628417969,101.3550033569336,-66.93290710449219,-73.49797058105469,99.7241439819336,-47.623626708984375,-48.54453659057617,215.70541381835938,-64.86216735839844,-44.90770721435547,217.32431030273438,-66.78748321533203,-45.906272888183594,218.90280151367188,-56.82638168334961,-4.955212116241455,122.908447265625,7.234683036804199,0.20291300117969513,118.36135864257812,4.723515033721924,8.595198631286621,120.91681671142578,5.092597961425781,-65.69013214111328,66.36209106445312,92.35769653320312,-51.3701286315918,68.45838928222656,97.89556121826172,-70.22882843017578,63.22846221923828,83.73918914794922,-19.227636337280273,110.73255157470703,-3.8024590015411377,-21.297826766967773,105.89209747314453,-7.579628944396973,-34.432193756103516,118.73892974853516,5.16243314743042,24.469953536987305,133.707275390625,-158.97030639648438,10.43869686126709,163.00779724121094,-145.62387084960938,12.003325462341309,148.0187530517578,-149.7499542236328,-74.01532745361328,208.76718139648438,-56.39011764526367,-66.18094635009766,213.85690307617188,-61.28202438354492,-79.89775085449219,205.79270935058594,-65.61062622070312,-22.07417869567871,98.64308166503906,65.5042724609375,-22.13772964477539,103.66161346435547,56.52865219116211,-27.576736450195312,97.24969482421875,61.265968322753906,84.89392852783203,167.2865753173828,-71.54350280761719,83.93220520019531,174.4275665283203,-83.07418060302734,80.78459167480469,166.9178466796875,-80.30030059814453,-29.182527542114258,88.6148681640625,33.1748161315918,-35.61299514770508,86.03962707519531,27.987796783447266,-35.663848876953125,89.72335815429688,36.26322555541992,5.886478900909424,130.84225463867188,54.41318893432617,1.1860840320587158,108.78060913085938,85.96476745605469,5.638472080230713,115.4516830444336,80.4397201538086,-8.935580253601074,172.34107971191406,-97.87154388427734,-6.090065956115723,162.1533660888672,-110.88521575927734,-8.693968772888184,161.988037109375,-92.48110961914062,-65.14906311035156,88.7186508178711,36.3644905090332,-46.283756256103516,94.50296783447266,27.814620971679688,-35.91813659667969,105.6423110961914,38.14609909057617,-42.59383773803711,107.31690979003906,91.19735717773438,-51.717227935791016,106.65361785888672,77.78076171875,-33.55633544921875,110.06523895263672,77.4421615600586,-33.4542236328125,81.67947387695312,-61.203125,-23.039852142333984,80.9091796875,-70.77544403076172,-30.090913772583008,87.76387023925781,-51.27075958251953,9.779365539550781,132.2764129638672,94.20172119140625,27.507099151611328,122.87779235839844,83.18376922607422,36.13791275024414,124.71521759033203,74.54542541503906,-98.57685852050781,130.20648193359375,-67.39583587646484,-98.29731750488281,123.22601318359375,-64.20849609375,-94.82563781738281,130.04443359375,-73.39058685302734,100.0710678100586,200.47120666503906,2.4410109519958496,102.38346099853516,197.1450653076172,1.8085429668426514,107.1148681640625,193.6898956298828,3.7421059608459473,27.656051635742188,244.3241424560547,19.952484130859375,37.821964263916016,240.92018127441406,17.095088958740234,34.070308685302734,245.71926879882812,3.700294017791748,27.611459732055664,69.66803741455078,-130.00338745117188,42.24411392211914,78.1971206665039,-135.36492919921875,31.010753631591797,70.30155944824219,-113.17948150634766,81.53216552734375,181.40328979492188,59.76439666748047,80.13551330566406,199.00791931152344,58.19786834716797,92.78512573242188,178.00672912597656,55.81687927246094,26.87087059020996,171.96466064453125,115.25054931640625,33.02412796020508,158.92230224609375,124.68464660644531,41.43889617919922,160.57327270507812,121.23860168457031,-2.35076904296875,125.66497802734375,54.14982223510742,-3.3061470985412598,132.77560424804688,44.2712287902832,-5.41002893447876,132.27731323242188,50.99484634399414,-42.28573226928711,111.99968719482422,83.1196060180664,-60.178409576416016,108.83827209472656,101.27677154541016,-48.865421295166016,110.433837890625,72.63838958740234,3.7838070392608643,92.86139678955078,92.86126708984375,5.89129114151001,89.99127197265625,82.17520141601562,2.7956559658050537,105.73411560058594,84.79367065429688,-35.57403564453125,125.19786071777344,74.84832763671875,-31.92339324951172,121.43547821044922,81.84915161132812,-23.7254638671875,127.89546203613281,84.98611450195312,-57.78554153442383,94.6339340209961,-13.255697250366211,-57.70407485961914,103.94104766845703,-2.622499942779541,-56.41496658325195,114.38397216796875,7.109282970428467,107.63152313232422,124.38351440429688,49.71295166015625,101.4483642578125,135.3737030029297,55.67897033691406,116.8615493774414,119.27728271484375,33.2077751159668,26.310155868530273,231.70736694335938,-50.850547790527344,19.947935104370117,233.80946350097656,-46.99045944213867,27.70047950744629,240.23631286621094,-38.3076057434082,10.760285377502441,66.80264282226562,88.72166442871094,6.32501220703125,85.86161041259766,98.7171630859375,17.506038665771484,65.60673522949219,93.59375,83.89588928222656,209.23291015625,-10.747550964355469,69.0573959350586,223.5228271484375,-1.1312650442123413,78.50639343261719,221.9943389892578,-13.581745147705078,105.53584289550781,116.31904602050781,-21.123640060424805,108.84778594970703,106.6044692993164,-40.416439056396484,100.06722259521484,85.9239730834961,-44.80461120605469,-58.78751754760742,227.242431640625,-16.08921241760254,-60.46194839477539,232.04156494140625,-11.39597225189209,-74.72826385498047,220.4300537109375,-20.974103927612305,-90.07025146484375,103.73075866699219,-87.2774658203125,-84.90917205810547,97.84698486328125,-82.32393646240234,-91.18583679199219,95.03437042236328,-91.47882080078125,-70.38285827636719,86.99372863769531,102.40034484863281,-90.3812484741211,73.6368408203125,78.13758850097656,-59.962806701660156,73.67547607421875,88.89838409423828,-21.443750381469727,87.6785659790039,-153.0803680419922,-19.144603729248047,105.09681701660156,-160.14720153808594,-10.913134574890137,108.45372772216797,-157.2650909423828,20.989696502685547,75.89488983154297,122.75788879394531,8.508745193481445,86.62476348876953,120.58528137207031,22.742515563964844,86.66641998291016,125.6920166015625,9.209269523620605,124.2193832397461,38.348140716552734,7.564336776733398,108.1739730834961,35.40652084350586,22.872278213500977,105.13094329833984,31.989450454711914,-70.77445983886719,152.7397918701172,-111.68082427978516,-81.8855209350586,149.8583984375,-112.22164154052734,-75.45002746582031,144.87599182128906,-120.26404571533203,-26.71430778503418,93.4417724609375,48.80183792114258,-50.508148193359375,80.37506866455078,66.35993957519531,-25.717058181762695,93.49553680419922,58.59034729003906,50.15968322753906,89.0406265258789,-109.64122009277344,37.661041259765625,77.5915756225586,-109.86477661132812,41.47076416015625,83.25823974609375,-86.25810241699219,-1.7365390062332153,177.12994384765625,-117.99143981933594,-3.8248419761657715,163.33042907714844,-142.4402618408203,-3.176136016845703,183.82167053222656,-130.1174774169922,9.299848556518555,121.55220031738281,-126.25019836425781,7.858252048492432,140.1055145263672,-123.97098541259766,12.122199058532715,143.54165649414062,-118.29186248779297,11.238704681396484,125.70133209228516,-151.3881378173828,13.315604209899902,130.80108642578125,-155.5021514892578,12.003325462341309,148.0187530517578,-149.7499542236328,-40.34578323364258,151.19522094726562,-131.74024963378906,-33.78216552734375,156.55068969726562,-140.0167236328125,-35.36204147338867,165.66053771972656,-130.74490356445312,18.575651168823242,70.21674346923828,-120.1371078491211,26.11227035522461,72.57099914550781,-130.11563110351562,17.966495513916016,75.42828369140625,-140.6881561279297,4.180922031402588,184.42800903320312,69.71516418457031,4.8056511878967285,192.0841827392578,64.39810943603516,5.135931015014648,179.36680603027344,46.89778137207031,-35.91813659667969,105.6423110961914,38.14609909057617,-26.515605926513672,109.1129150390625,35.060794830322266,-19.82569694519043,120.53882598876953,43.25315856933594,-45.55030059814453,66.9893569946289,36.013938903808594,-50.839324951171875,61.294857025146484,31.028596878051758,-52.49592971801758,63.69453048706055,30.80255126953125,-57.5706901550293,228.5319061279297,7.948878765106201,-52.25621795654297,233.0538787841797,5.550034046173096,-63.623043060302734,235.31964111328125,-4.508469104766846,5.356575012207031,78.11962890625,-102.92699432373047,7.033711910247803,81.85499572753906,-137.65878295898438,11.112696647644043,71.1539306640625,-130.38763427734375,-21.168411254882812,171.91326904296875,-140.70729064941406,-11.553667068481445,182.0029296875,-133.38706970214844,-25.224149703979492,195.82159423828125,-116.63540649414062,29.89200210571289,216.428466796875,59.227394104003906,39.34177017211914,217.23280334472656,56.46320724487305,32.32773971557617,208.2993927001953,58.71104049682617,-53.910560607910156,93.30694580078125,107.64093780517578,-45.75227355957031,95.86212921142578,103.49978637695312,-74.75145721435547,90.28295135498047,98.01483917236328,80.78459167480469,166.9178466796875,-80.30030059814453,75.00770568847656,158.9190216064453,-78.4339599609375,80.61892700195312,161.56134033203125,-75.9466781616211,-11.226967811584473,126.48794555664062,75.42433166503906,-14.886605262756348,124.68640899658203,80.8473892211914,-8.420494079589844,129.22439575195312,81.0232162475586,36.36375427246094,180.6302490234375,98.58292388916016,36.04692459106445,185.8954315185547,91.11949157714844,28.853755950927734,190.46945190429688,93.75923919677734,-70.77445983886719,152.7397918701172,-111.68082427978516,-75.45002746582031,144.87599182128906,-120.26404571533203,-67.72858428955078,148.0572509765625,-117.89497375488281,-96.87271881103516,123.02628326416016,-83.50532531738281,-91.54497528076172,135.4752197265625,-84.86978912353516,-72.04203796386719,124.7635498046875,-81.20700073242188,5.497262954711914,116.03070068359375,51.77598571777344,9.93769359588623,114.6390151977539,52.56321716308594,7.447083950042725,111.33930969238281,51.27189254760742,52.96784591674805,214.69351196289062,49.070350646972656,44.901397705078125,223.61976623535156,52.09313201904297,47.752681732177734,219.7784423828125,56.63386535644531,6.090065956115723,162.1533660888672,-110.88521575927734,8.465339660644531,136.52122497558594,-109.48575592041016,7.574347019195557,154.53182983398438,-115.36608123779297,42.68283462524414,195.01063537597656,70.83163452148438,37.525978088378906,209.35348510742188,61.350772857666016,47.13594436645508,199.7230987548828,76.5035171508789,45.72040939331055,109.76677703857422,62.5036735534668,38.57623291015625,107.7343521118164,37.81248474121094,36.69758987426758,112.90925598144531,53.33763885498047,-22.472749710083008,95.03124237060547,64.29756927490234,-38.217472076416016,90.2020492553711,75.14213562011719,-26.18044090270996,95.21694946289062,55.11602783203125,-77.01473236083984,180.37371826171875,-97.54688262939453,-69.466552734375,175.34317016601562,-107.98979949951172,-66.66967010498047,183.6061248779297,-102.89964294433594,-100.84918975830078,80.25445556640625,-52.053741455078125,-99.62305450439453,67.22488403320312,-49.53746032714844,-108.1366958618164,75.8043441772461,-42.15201187133789,37.813846588134766,89.91278839111328,-3.083904981613159,38.89327621459961,104.36200714111328,7.690646171569824,41.19839096069336,96.3323974609375,-7.5952229499816895,43.37144088745117,237.3213348388672,34.204559326171875,42.1666259765625,241.24656677246094,29.31167984008789,27.676965713500977,240.57009887695312,35.10197448730469,121.59147644042969,137.93138122558594,-3.895303964614868,110.04935455322266,172.3427276611328,22.461063385009766,117.9886474609375,152.1402587890625,16.814495086669922,-9.001264572143555,106.88619232177734,61.89632797241211,-9.296187400817871,88.53075408935547,64.9381332397461,-11.617444038391113,92.22265625,66.49983215332031,-107.6883544921875,166.2583465576172,-44.956886291503906,-107.52275085449219,174.1146697998047,-53.87812805175781,-111.84574890136719,163.88568115234375,-54.6546516418457,6.395966053009033,120.75218200683594,-97.01615142822266,3.834359884262085,151.51156616210938,-61.64971923828125,5.622716903686523,147.00363159179688,-79.75254821777344,-23.426654815673828,87.87295532226562,-2.610698938369751,-19.540966033935547,78.32484436035156,-3.298233985900879,-27.600313186645508,74.92890930175781,6.84824800491333,-4.712594032287598,105.94202423095703,34.26646423339844,-3.3061470985412598,132.77560424804688,44.2712287902832,-2.35076904296875,125.66497802734375,54.14982223510742,59.86170959472656,111.9157485961914,100.41897583007812,67.83708190917969,116.27498626708984,108.36624908447266,78.57771301269531,109.97148895263672,91.78158569335938,42.55879592895508,62.89154815673828,40.03260803222656,35.606929779052734,62.0504035949707,43.83412170410156,49.11483383178711,57.370079040527344,54.267276763916016,-15.84328842163086,84.34976196289062,38.39578628540039,-22.726123809814453,100.17572021484375,17.36780548095703,-12.870573043823242,113.38894653320312,22.960580825805664,12.972539901733398,97.13577270507812,31.486967086791992,4.38424015045166,105.90656280517578,30.74384307861328,7.8759260177612305,88.92263793945312,40.914405822753906,25.07402992248535,100.0746841430664,38.57895278930664,16.542980194091797,109.44652557373047,45.0804557800293,21.272520065307617,108.68211364746094,46.473121643066406,84.91988372802734,71.6683349609375,71.96623229980469,85.6375503540039,74.8188705444336,68.94646453857422,88.01533508300781,71.03919982910156,66.66117858886719,46.28258514404297,78.61583709716797,69.69857788085938,50.18259811401367,76.35924530029297,54.45115661621094,58.63482666015625,73.4028549194336,61.46368408203125,-11.846519470214844,105.58020782470703,-38.17040252685547,-11.930815696716309,103.37716674804688,-28.13318634033203,-13.318299293518066,99.4697036743164,-33.31476974487305,117.9402847290039,162.49046325683594,-22.403249740600586,117.70931243896484,156.9040069580078,-39.09508514404297,115.00226593017578,169.4496612548828,-36.004573822021484,-62.45002746582031,219.61737060546875,21.67955780029297,-62.238094329833984,204.19309997558594,21.293533325195312,-59.95848083496094,213.79086303710938,29.182947158813477,92.78512573242188,178.00672912597656,55.81687927246094,93.00933074951172,166.47982788085938,54.328914642333984,81.44720458984375,174.42523193359375,58.445411682128906,70.63996124267578,53.34065628051758,99.11006164550781,61.91168212890625,63.52984619140625,113.29036712646484,69.77534484863281,69.77153778076172,111.86831665039062,78.60468292236328,118.8910140991211,-135.62416076660156,84.92414855957031,109.11858367919922,-128.90164184570312,77.27172088623047,107.35680389404297,-136.57176208496094,118.80419921875,128.49940490722656,-16.648569107055664,116.90959167480469,113.70425415039062,-13.19836711883545,113.46251678466797,115.07350158691406,-19.60003662109375,-76.74934387207031,169.67974853515625,-102.87715911865234,-73.77117919921875,162.2563018798828,-93.28472137451172,-78.84593963623047,160.8212127685547,-78.93671417236328,28.398967742919922,66.17455291748047,54.653324127197266,19.41795539855957,82.99839782714844,59.62234878540039,27.650829315185547,71.6960220336914,65.41819763183594,40.773616790771484,114.80850219726562,11.322781562805176,46.608985900878906,103.69266510009766,-1.6623250246047974,38.89327621459961,104.36200714111328,7.690646171569824,-39.12210464477539,97.47710418701172,16.04416847229004,-46.93667221069336,77.50715637207031,2.4420249462127686,-41.62613296508789,83.04419708251953,2.479449987411499,-9.610774993896484,112.72602081298828,-141.05419921875,-14.078363418579102,104.3967056274414,-124.69081115722656,-9.299848556518555,121.55220031738281,-126.25019836425781,66.99288177490234,70.16152954101562,52.330238342285156,60.19062042236328,75.76921081542969,57.9104118347168,55.665061950683594,74.28160095214844,46.0505256652832,-54.533077239990234,180.058349609375,97.07461547851562,-59.12998580932617,189.46478271484375,88.91004180908203,-47.65099334716797,187.86378479003906,92.98016357421875,5.497262954711914,116.03070068359375,51.77598571777344,3.0767009258270264,109.3379898071289,62.252872467041016,2.404026985168457,125.77103424072266,54.04909896850586,92.17948913574219,139.54171752929688,82.44869995117188,91.67236328125,151.45477294921875,80.73115539550781,82.59696960449219,144.638427734375,80.90538787841797,-11.645391464233398,193.9734344482422,-3.274082899093628,-7.831222057342529,201.39376831054688,5.961692810058594,-13.590917587280273,212.5076904296875,10.787601470947266,-59.14940643310547,62.14210510253906,48.758426666259766,-52.922813415527344,67.76289367675781,40.08430480957031,-75.22614288330078,66.94840240478516,56.69245147705078,-48.98479461669922,57.32044982910156,54.443565368652344,-70.22882843017578,63.22846221923828,83.73918914794922,-48.02336502075195,60.89229965209961,74.6860580444336,-8.010613441467285,119.82193756103516,50.62467956542969,-9.743523597717285,113.52311706542969,55.42334747314453,-26.18044090270996,95.21694946289062,55.11602783203125,-110.97193908691406,183.69383239746094,-5.319436073303223,-106.87509155273438,194.14163208007812,3.7511041164398193,-111.78575897216797,181.81373596191406,-2.0649778842926025,-36.65147018432617,188.13995361328125,-119.4329605102539,-30.007118225097656,171.24417114257812,-136.15478515625,-21.168411254882812,171.91326904296875,-140.70729064941406,-13.760120391845703,115.97196197509766,93.23601531982422,-16.555580139160156,114.52710723876953,101.64080047607422,-16.68662452697754,113.11508178710938,94.51414489746094,110.35587310791016,130.1158447265625,22.576723098754883,109.71305084228516,114.72879028320312,10.294903755187988,114.6404037475586,111.83668518066406,12.684127807617188,-111.69969940185547,138.92471313476562,-50.20170211791992,-108.39313507080078,153.1415557861328,-47.703826904296875,-111.96956634521484,168.02821350097656,-38.37691116333008,-74.51847076416016,218.7817840576172,-24.91919708251953,-73.80087280273438,205.7476348876953,-28.160646438598633,-87.5092544555664,209.30038452148438,-28.090087890625,69.02124786376953,191.32061767578125,84.39913177490234,62.39500427246094,186.53564453125,93.53490447998047,69.55191040039062,184.5712432861328,84.05961608886719,16.866241455078125,61.5433464050293,84.60174560546875,23.101787567138672,61.913944244384766,82.74803924560547,27.63766860961914,57.401798248291016,81.7559585571289,49.0166015625,175.91966247558594,100.26815795898438,56.391727447509766,168.2832489013672,102.27747344970703,54.750858306884766,181.23812866210938,99.88070678710938,87.49012756347656,55.7917366027832,-18.42601776123047,82.96710205078125,56.06001663208008,-32.79943084716797,76.04574584960938,54.7361946105957,-18.219039916992188,79.87240600585938,99.35230255126953,42.57989501953125,73.33574676513672,98.51850128173828,47.934242248535156,81.99330139160156,105.85913848876953,62.187530517578125,-22.83409881591797,65.0201644897461,81.72401428222656,-16.369245529174805,63.326812744140625,79.05960845947266,-17.04068946838379,66.00884246826172,81.58859252929688,-10.707463264465332,104.3367919921875,39.455787658691406,-8.251144409179688,105.67386627197266,44.04989242553711,-5.697004795074463,101.81156921386719,41.48930740356445,34.25717544555664,152.047119140625,-147.86082458496094,42.96320343017578,142.039306640625,-149.7551727294922,47.96851348876953,135.4973907470703,-152.00228881835938,-22.76946258544922,69.5570068359375,71.88383483886719,-17.163938522338867,80.10809326171875,47.17268371582031,-7.9756598472595215,81.76795196533203,63.90147399902344,-107.83915710449219,126.3570327758789,-20.553983688354492,-105.53584289550781,116.31904602050781,-21.123640060424805,-108.84778594970703,106.6044692993164,-40.416439056396484,-107.46334075927734,89.07453918457031,11.448920249938965,-106.65400695800781,82.92598724365234,9.066129684448242,-109.74421691894531,90.13224029541016,21.7950439453125,-8.015938758850098,59.83930587768555,66.4094467163086,-15.118650436401367,48.003849029541016,76.11050415039062,-8.557339668273926,61.482765197753906,76.5711441040039,95.3348159790039,74.59404754638672,50.228981018066406,86.33592987060547,69.87566375732422,42.43001937866211,85.71138763427734,61.185611724853516,45.437355041503906,37.955535888671875,152.85279846191406,125.17990112304688,45.84305953979492,155.57176208496094,122.34906768798828,36.51850891113281,157.376708984375,127.48950958251953,-7.093236923217773,173.7578887939453,-76.27704620361328,-12.237104415893555,178.1273651123047,-55.8189582824707,-8.732196807861328,192.46624755859375,-50.604515075683594,54.01211166381836,64.60263061523438,39.10721969604492,56.55425262451172,68.7800064086914,39.30693817138672,71.70513153076172,66.8367919921875,50.20970153808594,85.27479553222656,180.08106994628906,-75.50704956054688,87.34149932861328,171.62879943847656,-71.91526794433594,86.16329956054688,175.73226928710938,-85.7271957397461,-40.374671936035156,92.41094207763672,76.19329071044922,-52.252098083496094,83.04953002929688,59.909034729003906,-45.58485412597656,85.56864166259766,76.92695617675781,34.338958740234375,225.7465362548828,-51.44245910644531,43.84737014770508,232.38047790527344,-42.524295806884766,51.15834426879883,222.66015625,-44.30753707885742,20.629369735717773,135.62159729003906,25.883878707885742,34.65829086303711,128.72857666015625,20.609533309936523,19.266132354736328,135.486572265625,16.975414276123047,-32.829463958740234,126.03235626220703,23.25589942932129,-24.335018157958984,129.7071533203125,30.947189331054688,-20.629369735717773,135.62158203125,25.883878707885742,28.13985824584961,73.19709014892578,18.338951110839844,35.6177978515625,73.83446502685547,17.45853042602539,29.141687393188477,84.70409393310547,14.709874153137207,10.764264106750488,89.14928436279297,45.05292510986328,5.243916988372803,92.54347229003906,55.46831130981445,5.6972150802612305,101.8119125366211,41.48906707763672,-88.2329330444336,52.727115631103516,-19.043180465698242,-86.9818344116211,53.98044967651367,-35.6134033203125,-79.1197280883789,53.14112854003906,-32.1062126159668,-40.520870208740234,155.6297607421875,-132.91574096679688,-40.819862365722656,164.36685180664062,-125.88253021240234,-36.6645393371582,160.57879638671875,-138.74549865722656,-10.18139934539795,104.58099365234375,28.949207305908203,-1.6058969497680664,111.67024993896484,23.506567001342773,-2.9233949184417725,90.376220703125,35.8963623046875,35.82051086425781,82.09571838378906,-23.637418746948242,38.2319221496582,73.4483642578125,-32.72105026245117,33.196346282958984,84.26681518554688,-16.2333984375,20.321474075317383,62.39506530761719,66.96927642822266,26.6227970123291,62.78947830200195,55.66814422607422,24.98553466796875,55.40195083618164,65.44978332519531,-16.010019302368164,240.76564025878906,-30.339462280273438,-19.947935104370117,233.80946350097656,-46.99045944213867,-27.700481414794922,240.23631286621094,-38.3076057434082,-16.06395721435547,174.62017822265625,92.5052490234375,-27.18794059753418,175.55686950683594,107.51034545898438,-10.583632469177246,176.08375549316406,93.76763916015625,62.16829299926758,226.6083526611328,-19.91119384765625,58.95948028564453,217.75811767578125,-20.428482055664062,44.469295501708984,227.4762725830078,-18.767988204956055,-16.010019302368164,240.76564025878906,-30.339462280273438,-13.019466400146484,233.48988342285156,-40.60198211669922,-19.947935104370117,233.80946350097656,-46.99045944213867,-68.09024810791016,116.15860748291016,108.16419982910156,-94.43335723876953,115.11531829833984,84.88929748535156,-75.40646362304688,122.26434326171875,105.35374450683594,49.11787796020508,76.63493347167969,18.15781021118164,61.682125091552734,77.00222778320312,23.512941360473633,65.28032684326172,65.86991119384766,28.330806732177734,67.24895477294922,130.76290893554688,110.30535125732422,57.788246154785156,121.56228637695312,116.51896667480469,78.46146392822266,124.40875244140625,106.68883514404297,-11.296021461486816,131.50460815429688,95.49324035644531,-7.188921928405762,144.41273498535156,102.41641998291016,-11.035968780517578,125.26969146728516,104.84028625488281,89.64336395263672,96.9918212890625,69.93223571777344,98.45708465576172,85.12135314941406,64.96897888183594,91.66356658935547,91.3006362915039,84.59071350097656,15.418994903564453,230.96990966796875,-41.08600997924805,14.151576042175293,235.86363220214844,-23.592668533325195,8.194836616516113,224.3836669921875,-40.36345291137695,9.349326133728027,203.82568359375,44.69948196411133,8.415135383605957,198.7078857421875,42.76704788208008,12.116440773010254,222.24501037597656,40.22433090209961,-113.36743927001953,138.1169891357422,-44.40939712524414,-111.69969940185547,138.92471313476562,-50.20170211791992,-114.88140106201172,157.30906677246094,-37.329246520996094,-79.61151123046875,130.45188903808594,-19.5391845703125,-85.43333435058594,133.4822540283203,-22.121015548706055,-75.43675994873047,141.441650390625,-13.712644577026367,10.402689933776855,177.3456268310547,32.87434768676758,6.048491954803467,168.0645751953125,52.00287628173828,9.601252555847168,160.7864532470703,41.529022216796875,35.996585845947266,157.0313262939453,124.55052185058594,45.84305953979492,155.57176208496094,122.34906768798828,36.51850891113281,157.376708984375,127.48950958251953,21.600740432739258,75.33595275878906,23.749666213989258,20.98330307006836,81.5977554321289,36.5035400390625,25.64474868774414,85.72021484375,17.00484848022461,9.982166290283203,174.39755249023438,85.7177734375,5.2982869148254395,176.9434051513672,101.08111572265625,14.930573463439941,176.94847106933594,104.93525695800781,17.108993530273438,80.194580078125,47.1883430480957,20.51275634765625,73.72063446044922,40.82139205932617,23.22113800048828,68.07029724121094,48.39665222167969,-61.64025115966797,66.28185272216797,99.76261901855469,-70.9947509765625,59.79668045043945,80.54749298095703,-64.03528594970703,60.51816177368164,87.35811614990234,-49.16175842285156,155.6923370361328,96.3784408569336,-51.52803421020508,147.1520233154297,116.19480895996094,-64.8308334350586,151.45745849609375,102.31316375732422,17.24275016784668,83.18737030029297,62.48294448852539,12.818527221679688,83.42935943603516,59.14530944824219,8.281905174255371,86.8260498046875,62.64599609375,121.59147644042969,137.93138122558594,-3.895303964614868,117.9886474609375,152.1402587890625,16.814495086669922,121.36056518554688,142.46046447753906,9.715961456298828,17.65411949157715,229.3283233642578,42.096778869628906,34.812095642089844,228.86068725585938,40.60322570800781,27.676965713500977,240.57009887695312,35.10197448730469,42.68283462524414,195.01063537597656,70.83163452148438,40.57276153564453,190.56663513183594,65.18732452392578,37.525978088378906,209.35348510742188,61.350772857666016,-10.594959259033203,164.16590881347656,-72.15296936035156,-8.3129301071167,145.48988342285156,-79.14080047607422,-6.949038028717041,177.23289489746094,-42.81974792480469,-85.04786682128906,161.28610229492188,88.08458709716797,-86.08760070800781,131.78953552246094,94.19007110595703,-81.25425720214844,143.11183166503906,101.37109375,-57.44452667236328,194.0998992919922,-101.68341827392578,-59.80616760253906,186.0519561767578,-105.82463836669922,-71.30335235595703,190.19912719726562,-99.44384002685547,62.4271125793457,85.31453704833984,-66.01685333251953,50.96430969238281,81.34053039550781,-62.99815368652344,58.75245666503906,80.69847869873047,-73.66189575195312,-74.95265197753906,127.55729675292969,-134.5303192138672,-68.85822296142578,135.59341430664062,-131.4602508544922,-69.83524322509766,120.439453125,-141.15760803222656,30.25417137145996,93.81809997558594,-153.2515869140625,18.409378051757812,88.74873352050781,-149.218017578125,17.966495513916016,75.42828369140625,-140.6881561279297,-84.13081359863281,210.69386291503906,3.645519971847534,-82.02095031738281,200.87594604492188,-4.683466911315918,-89.2855224609375,208.77047729492188,0.9076359868049622,-105.31962585449219,175.05191040039062,9.729116439819336,-106.92056274414062,170.08587646484375,16.679203033447266,-109.27421569824219,180.33035278320312,18.269237518310547,-33.406776428222656,68.99976348876953,75.9364013671875,-27.675630569458008,72.7243881225586,72.07772827148438,-29.579246520996094,64.72087097167969,70.36316680908203,38.95261001586914,64.14606475830078,26.83621597290039,54.01211166381836,64.60263061523438,39.10721969604492,44.274635314941406,60.87956619262695,37.40515899658203,-78.59285736083984,192.18943786621094,-72.91307830810547,-79.92131805419922,201.33241271972656,-69.38180541992188,-88.32612609863281,186.73348999023438,-69.33365631103516,-38.882301330566406,112.96234893798828,108.77216339111328,-34.990013122558594,116.45999145507812,99.04288482666016,-60.03413009643555,111.9073257446289,100.51268005371094,-86.71829223632812,115.48918914794922,-61.391693115234375,-65.7303237915039,129.78326416015625,-67.46099090576172,-68.97539520263672,129.33705139160156,-57.562923431396484,103.0619125366211,161.38490295410156,-71.2608642578125,109.4815444946289,144.48744201660156,-66.00892639160156,108.76521301269531,162.1514892578125,-63.969764709472656,92.13610076904297,118.15776062011719,-39.700321197509766,100.09483337402344,121.03052520751953,-40.61927795410156,92.13038635253906,100.56185913085938,-63.398658752441406,4.291195869445801,211.76490783691406,26.016422271728516,5.436232089996338,222.509033203125,34.824764251708984,7.606205940246582,219.9828338623047,21.099910736083984,-98.32756805419922,161.4064178466797,66.00089263916016,-111.48310089111328,147.24960327148438,33.80244064331055,-115.90451049804688,143.32968139648438,34.92689895629883,26.45360565185547,143.02407836914062,50.44230270385742,11.65318489074707,149.573486328125,66.32318115234375,22.754047393798828,137.77630615234375,56.310203552246094,9.523965835571289,75.30885314941406,54.855716705322266,7.1983442306518555,68.28248596191406,56.98601150512695,4.680159091949463,75.94698333740234,60.520225524902344,78.87078857421875,164.7113800048828,70.33068084716797,74.40423583984375,175.48760986328125,72.11103057861328,81.050048828125,172.7650146484375,78.0589370727539,-9.046873092651367,137.6138153076172,-12.449593544006348,-7.3188629150390625,134.6557159423828,-40.30146789550781,-10.855765342712402,124.5230712890625,-11.84855842590332,-45.58633041381836,63.15382766723633,84.54058074951172,-51.3701286315918,68.45838928222656,97.89556121826172,-35.46437454223633,67.92376708984375,87.78547668457031,31.3713436126709,40.2414436340332,61.744163513183594,45.50975036621094,41.95888900756836,68.35597229003906,63.063289642333984,43.766357421875,61.29875183105469,-49.4517822265625,192.1510009765625,-98.28369140625,-55.875526428222656,182.01443481445312,-104.49349212646484,-41.00775146484375,184.12940979003906,-96.19181060791016,28.780250549316406,62.17969512939453,58.875755310058594,23.927749633789062,58.93739318847656,68.03919219970703,32.860816955566406,57.91463088989258,62.24058151245117,51.12595748901367,63.30073928833008,116.79380798339844,38.75422668457031,61.123626708984375,116.4408187866211,36.478904724121094,79.4520034790039,125.3266830444336,25.601064682006836,108.82577514648438,111.35948181152344,29.062711715698242,105.10961151123047,123.48017883300781,54.07809066772461,107.4327392578125,116.4730224609375,37.813846588134766,89.91278839111328,-3.083904981613159,41.62613296508789,83.04419708251953,2.4794490337371826,39.12210464477539,97.47710418701172,16.04416847229004,-20.13892364501953,84.8897933959961,43.248661041259766,-19.910781860351562,80.9637680053711,49.87968444824219,-8.50620174407959,93.52754211425781,52.12296676635742,-1.2710750102996826,87.55665588378906,-6.535086154937744,21.056962966918945,106.20481872558594,2.164815902709961,13.053804397583008,107.33673095703125,0.7740330100059509,10.855765342712402,124.5230712890625,-11.84855842590332,9.046873092651367,137.6138153076172,-12.449593544006348,14.020550727844238,134.8879852294922,2.7262279987335205,5.89129114151001,89.99127197265625,82.17520141601562,3.7838070392608643,92.86139678955078,92.86126708984375,6.382741928100586,78.18414306640625,81.77235412597656,16.63581085205078,83.06046295166016,83.55484008789062,8.437960624694824,85.93203735351562,76.59771728515625,8.0540132522583,85.53126525878906,66.90220642089844,-99.2380142211914,126.29839324951172,69.7874755859375,-100.47748565673828,124.85682678222656,78.3944091796875,-92.43448638916016,113.0585708618164,81.52184295654297,45.98312759399414,111.03164672851562,2.5646328926086426,33.476318359375,113.65978240966797,4.668500900268555,37.925315856933594,104.63526153564453,-10.519837379455566,-30.93553924560547,161.12779235839844,119.21330261230469,-34.122802734375,169.7776336669922,113.19011688232422,-14.85889720916748,173.28466796875,107.23959350585938,55.477195739746094,132.05052185058594,-146.63706970214844,63.17676544189453,139.47315979003906,-137.768310546875,64.10765838623047,131.36607360839844,-136.65528869628906,31.188560485839844,93.86187744140625,126.62081146240234,29.544340133666992,102.60645294189453,121.73030090332031,46.93562316894531,101.95059204101562,122.41182708740234,24.98553466796875,55.40195083618164,65.44978332519531,26.6227970123291,62.78947830200195,55.66814422607422,33.288814544677734,58.361961364746094,51.07918167114258,-18.340879440307617,120.53899383544922,80.73529815673828,-6.035808086395264,126.5177230834961,80.65705108642578,-11.296021461486816,131.50460815429688,95.49324035644531,89.64336395263672,96.9918212890625,69.93223571777344,78.2245101928711,103.70167541503906,87.9598159790039,75.00000762939453,104.01277923583984,78.27938079833984,7.576723098754883,86.72341918945312,38.65716552734375,-2.9233949184417725,90.376220703125,35.8963623046875,5.512533187866211,105.1703872680664,27.77092742919922,54.15737533569336,105.47947692871094,69.89498901367188,75.00000762939453,104.01277923583984,78.27938079833984,46.27198791503906,107.4720687866211,85.181640625,117.32127380371094,89.03417205810547,-24.282438278198242,113.82252502441406,80.2212905883789,-24.328432083129883,108.13670349121094,75.8043441772461,-42.152000427246094,76.81587982177734,215.5557098388672,26.02326774597168,70.0745849609375,212.7349853515625,27.353574752807617,72.48099517822266,210.38795471191406,16.92439079284668,48.46811294555664,90.10746002197266,-23.014568328857422,61.08427429199219,93.86770629882812,-15.399415969848633,44.055519104003906,95.23043823242188,-6.183705806732178,8.36050033569336,221.6431884765625,33.52688217163086,14.055350303649902,226.46463012695312,23.380041122436523,24.344654083251953,240.68603515625,20.959243774414062,99.77117919921875,209.30746459960938,7.199182033538818,93.0793685913086,213.20608520507812,25.447919845581055,98.43196868896484,208.46200561523438,16.23345375061035,4.130654811859131,60.62321853637695,66.78874969482422,3.6138229370117188,84.81529235839844,81.02725982666016,4.636563777923584,87.73014831542969,68.94097137451172,-45.519771575927734,41.91105651855469,68.32664489746094,-31.371318817138672,40.24143600463867,61.74418640136719,-63.063297271728516,43.76636505126953,61.29867935180664,38.57623291015625,107.7343521118164,37.81248474121094,22.627408981323242,121.337646484375,40.87038803100586,36.69758987426758,112.90925598144531,53.33763885498047,-63.88471603393555,62.78648376464844,-63.781124114990234,-88.3906021118164,83.73554992675781,-69.52200317382812,-79.4499740600586,65.2092514038086,-64.36800384521484,72.22928619384766,124.85443115234375,-81.18547058105469,67.20861053466797,129.51087951660156,-77.30240631103516,73.40448760986328,132.53451538085938,-81.40080261230469,-42.32267379760742,182.79339599609375,83.67332458496094,-36.95657730102539,184.23985290527344,92.2562026977539,-39.88687515258789,197.6708221435547,79.81995391845703,-10.594959259033203,164.16590881347656,-72.15296936035156,-6.949038028717041,177.23289489746094,-42.81974792480469,-12.237104415893555,178.1273651123047,-55.8189582824707,87.8366470336914,160.1035614013672,49.66246795654297,87.2813491821289,157.46144104003906,52.87230682373047,77.78401947021484,167.77613830566406,57.25807189941406,-5.436232089996338,222.509033203125,34.824764251708984,-4.291195869445801,211.76490783691406,26.01642417907715,-7.606205940246582,219.9828338623047,21.099910736083984,-88.115234375,59.84211349487305,81.51422882080078,-92.84255981445312,61.97580337524414,63.96455764770508,-100.13851928710938,77.6834945678711,66.85282135009766,79.98441314697266,112.3026123046875,-52.648597717285156,78.7890625,123.93807983398438,-52.90251159667969,81.59611511230469,128.51824951171875,-40.67453384399414,12.191704750061035,99.16783905029297,59.04829406738281,3.0767009258270264,109.3379898071289,62.252872467041016,9.063323020935059,102.62428283691406,59.532039642333984,-94.08126068115234,71.8682861328125,-54.806819915771484,-100.84918975830078,80.25445556640625,-52.053741455078125,-103.7219467163086,85.48719024658203,-57.2445068359375,49.647727966308594,106.9946060180664,-9.26500415802002,59.86665344238281,110.26728057861328,2.7341949939727783,52.60901641845703,101.69120025634766,-16.965822219848633,6.2146382331848145,206.50743103027344,14.239481925964355,11.516687393188477,211.3396453857422,6.821523189544678,5.359556198120117,203.86636352539062,5.285243988037109,-83.38243865966797,209.82257080078125,34.052085876464844,-86.2398452758789,199.8702850341797,36.97687911987305,-85.39473724365234,210.27734375,41.368873596191406,-74.01532745361328,208.76718139648438,-56.39011764526367,-89.45808410644531,203.8422088623047,-46.47993469238281,-67.5833740234375,207.8456573486328,-47.340049743652344,21.619321823120117,238.55157470703125,-33.26695251464844,21.96610450744629,230.48599243164062,-47.99159240722656,27.393428802490234,234.7589569091797,-41.28703689575195,-5.433269023895264,161.4710693359375,-93.48241424560547,-6.124818801879883,171.7482147216797,-97.21759033203125,-4.014556884765625,173.4002685546875,-76.56452178955078,57.2321662902832,103.00836944580078,19.6019287109375,56.424278259277344,116.35051727294922,31.461912155151367,53.000946044921875,106.15629577636719,34.79289627075195,-50.79417419433594,214.86236572265625,56.902679443359375,-52.76539611816406,210.58558654785156,48.80812072753906,-45.469120025634766,219.54458618164062,51.32847213745117,5.595229148864746,188.90274047851562,-55.39155960083008,6.48502779006958,198.41233825683594,-64.28118896484375,4.014556884765625,173.4002685546875,-76.56452178955078,100.0710678100586,200.47120666503906,2.4410109519958496,98.59051513671875,206.08746337890625,8.191415786743164,87.89824676513672,209.62765502929688,5.668880939483643,-44.69648361206055,84.47843170166016,-77.72644805908203,-58.071083068847656,83.7033920288086,-73.45095825195312,-51.27027130126953,84.21466064453125,-64.14999389648438,53.781776428222656,112.6321792602539,109.08380126953125,46.957305908203125,119.25921630859375,117.90882873535156,56.50421905517578,122.74421691894531,113.96036529541016,3.690190076828003,178.75579833984375,-40.86876678466797,3.834359884262085,151.51156616210938,-61.64971923828125,2.280181884765625,178.56686401367188,-23.31148910522461,-40.416534423828125,70.2391586303711,27.623981475830078,-35.6177978515625,73.83446502685547,17.45853042602539,-39.64329528808594,77.12532806396484,27.382492065429688,-31.518455505371094,55.93595504760742,47.76823806762695,-35.177677154541016,60.95053482055664,53.021827697753906,-26.41305160522461,61.26837158203125,49.684207916259766,-82.85517120361328,208.66160583496094,41.64009094238281,-81.16126251220703,208.2093048095703,32.990333557128906,-75.09209442138672,213.21226501464844,40.12816619873047,-74.6275405883789,106.905029296875,76.4304428100586,-77.04071044921875,107.3214340209961,86.92805480957031,-58.421470642089844,107.7703628540039,68.70872497558594,-104.73397827148438,128.91259765625,-55.69329833984375,-90.97872161865234,118.26945495605469,-63.969120025634766,-98.29731750488281,123.22601318359375,-64.20849609375,108.4934310913086,172.34271240234375,-20.8426513671875,107.12158966064453,178.26608276367188,-27.327123641967773,115.09844970703125,161.51914978027344,-22.103656768798828,-25.490184783935547,120.88874816894531,72.73394775390625,-34.49570083618164,118.7541275024414,58.17426300048828,-40.670631408691406,118.08303833007812,59.01655578613281,-32.72819519042969,66.656982421875,23.486696243286133,-25.388261795043945,63.751930236816406,27.859987258911133,-28.13985824584961,73.19709014892578,18.338951110839844,-7.9756598472595215,81.76795196533203,63.90147399902344,-17.163938522338867,80.10809326171875,47.17268371582031,-10.786803245544434,89.08849334716797,45.0715446472168,-123.5374984741211,131.71383666992188,-1.7147949934005737,-120.76424407958984,132.99452209472656,15.355175018310547,-121.36056518554688,142.46046447753906,9.715961456298828,19.240280151367188,83.9139633178711,93.91719055175781,21.499170303344727,81.93135070800781,108.10738372802734,24.792808532714844,84.32201385498047,98.9775619506836,20.47530174255371,104.46659088134766,-156.91879272460938,30.25417137145996,93.81809997558594,-153.2515869140625,26.15845489501953,119.7763442993164,-158.9589385986328,-45.469120025634766,219.54458618164062,51.32847213745117,-34.31370162963867,225.4955596923828,42.69677734375,-32.16128158569336,227.15463256835938,52.10973358154297,15.97724437713623,102.46482849121094,43.806556701660156,5.854072093963623,116.31766510009766,47.69777297973633,10.364773750305176,119.07925415039062,46.65299606323242,-13.912403106689453,176.86524963378906,71.05465698242188,-21.738229751586914,192.7830047607422,76.80451202392578,-13.82917308807373,206.12965393066406,78.27664184570312,-3.88429594039917,139.0791473388672,83.08007049560547,-6.035808086395264,126.5177230834961,80.65705108642578,-4.38447380065918,141.1875457763672,74.102783203125,88.44363403320312,87.12002563476562,28.985275268554688,80.50438690185547,85.13101959228516,18.756698608398438,88.24081420898438,78.58660888671875,15.31155014038086,-18.150794982910156,78.08232116699219,-0.11078699678182602,-25.862924575805664,69.66375732421875,15.296279907226562,-15.168176651000977,67.79779815673828,6.457830905914307,47.45586013793945,172.5630645751953,82.31844329833984,42.245216369628906,182.78013610839844,83.78533172607422,36.36375427246094,180.6302490234375,98.58292388916016,36.18654251098633,110.17786407470703,71.47801208496094,54.15737533569336,105.47947692871094,69.89498901367188,46.27198791503906,107.4720687866211,85.181640625,9.106847763061523,222.74525451660156,-74.686767578125,11.430877685546875,213.05914306640625,-83.13362884521484,6.0063629150390625,207.79725646972656,-77.16446685791016,-6.061941146850586,91.77745819091797,62.747798919677734,-7.9756598472595215,81.76795196533203,63.90147399902344,-5.244349002838135,92.54584503173828,55.467002868652344,9.00600814819336,113.28106689453125,79.19406127929688,10.782485961914062,115.25212097167969,76.57559967041016,11.185354232788086,116.82197570800781,77.8375473022461,-15.240184783935547,67.77867126464844,110.36080932617188,-27.832075119018555,53.078453063964844,102.49513244628906,-17.359411239624023,62.34787368774414,93.57377624511719,-87.58635711669922,51.30911636352539,71.25534057617188,-93.50059509277344,57.25007247924805,63.67496109008789,-85.46498107910156,49.44953536987305,57.112186431884766,70.87261199951172,165.0805206298828,-113.56341552734375,69.466552734375,175.34317016601562,-107.98979949951172,63.53077697753906,166.83163452148438,-121.49254608154297,-38.417503356933594,78.42094421386719,96.95132446289062,-43.79781723022461,82.27490234375,93.54849243164062,-30.05129051208496,83.99495697021484,96.41427612304688,-97.98401641845703,85.42411804199219,54.134422302246094,-92.87210845947266,84.69417572021484,56.25834274291992,-93.98726654052734,79.9986343383789,51.935672760009766,2.9313600063323975,164.59495544433594,-113.41105651855469,2.9313859939575195,190.48794555664062,-102.30718994140625,1.7365390062332153,177.12994384765625,-117.99143981933594,-98.69625091552734,85.70879364013672,29.831878662109375,-101.78255462646484,77.92446899414062,11.409863471984863,-94.66443634033203,78.7322769165039,16.04307746887207,-75.02999114990234,83.66657257080078,-66.21734619140625,-88.70700073242188,86.3094482421875,-72.10209655761719,-92.13038635253906,100.56185913085938,-63.398658752441406,21.650554656982422,126.53475189208984,51.8998908996582,11.966178894042969,138.15711975097656,59.624114990234375,17.928056716918945,138.58245849609375,57.375267028808594,-20.861967086791992,109.21916198730469,46.877079010009766,-10.364771842956543,119.07925415039062,46.65299606323242,-16.542980194091797,109.44652557373047,45.0804557800293,-40.670631408691406,118.08303833007812,59.01655578613281,-44.66239547729492,121.4122314453125,62.898738861083984,-35.57403564453125,125.19786071777344,74.84832763671875,-23.039852142333984,80.9091796875,-70.77544403076172,-22.3561954498291,84.81476593017578,-66.23357391357422,-30.090913772583008,87.76387023925781,-51.27075958251953,-87.16859436035156,119.59292602539062,-72.64433288574219,-86.71829223632812,115.48918914794922,-61.391693115234375,-95.59564208984375,116.80802154541016,-64.63908386230469,70.87261199951172,165.0805206298828,-113.56341552734375,63.53077697753906,166.83163452148438,-121.49254608154297,59.13572311401367,151.50189208984375,-130.89065551757812,-72.24873352050781,85.98393249511719,30.960838317871094,-74.05306243896484,96.63253784179688,51.321128845214844,-80.13032531738281,96.25194549560547,45.46696090698242,-91.8303451538086,80.75312042236328,47.319923400878906,-81.55801391601562,90.43810272216797,49.06879806518555,-92.64362335205078,91.3301773071289,60.35519027709961,75.45002746582031,144.87599182128906,-120.26404571533203,67.72858428955078,148.0572509765625,-117.89497375488281,64.36207580566406,140.41436767578125,-121.57257080078125,-22.169816970825195,230.87106323242188,-71.12178802490234,-33.000606536865234,219.48985290527344,-86.71440124511719,-35.42527770996094,224.50193786621094,-76.86638641357422,47.06747055053711,58.39818572998047,-32.458927154541016,43.75771713256836,70.25183868408203,-20.937908172607422,48.491329193115234,67.9863052368164,-16.967021942138672,26.607921600341797,61.39918518066406,24.637327194213867,26.425539016723633,75.19278717041016,14.968587875366211,32.911293029785156,71.22614288330078,14.777702331542969,12.712327003479004,93.26856994628906,-150.1220703125,10.91313362121582,108.45372772216797,-157.2650909423828,21.443754196166992,87.67864227294922,-153.08041381835938,27.381811141967773,208.390625,77.61820220947266,26.65091896057129,199.92108154296875,83.1156997680664,23.77362060546875,202.8445587158203,79.31668853759766,18.005393981933594,87.81790924072266,68.77515411376953,37.73025894165039,81.59782409667969,72.60723114013672,18.74268341064453,83.82295227050781,80.17762756347656,-8.677815437316895,144.80474853515625,18.283008575439453,-14.00035285949707,135.00160217285156,12.564654350280762,-11.523592948913574,133.64535522460938,3.985213041305542,73.09300231933594,145.2242431640625,-8.360901832580566,84.24087524414062,141.98080444335938,-10.036044120788574,74.10889434814453,152.3925323486328,4.20526123046875,5.789793968200684,177.2923126220703,-6.844069004058838,7.442502975463867,192.29527282714844,2.5538980960845947,5.956813812255859,179.64405822753906,10.395219802856445,-53.800636291503906,109.85226440429688,110.45036315917969,-72.4373550415039,112.9547119140625,106.97195434570312,-60.178409576416016,108.83827209472656,101.27677154541016,-99.37947082519531,90.173095703125,32.66017150878906,-106.8354263305664,98.29324340820312,54.271270751953125,-102.82996368408203,99.13737487792969,61.73196792602539,99.16881561279297,154.8249969482422,69.47638702392578,97.66946411132812,149.01861572265625,72.58968353271484,92.52735137939453,151.20745849609375,77.45458984375,20.75883674621582,96.38665771484375,43.327491760253906,15.629524230957031,102.41634368896484,46.53388977050781,19.523174285888672,103.88650512695312,49.10745620727539,106.65400695800781,82.92598724365234,9.066129684448242,106.8315200805664,85.65208435058594,23.245874404907227,101.78255462646484,77.92446899414062,11.409863471984863,78.50639343261719,221.9943389892578,-13.581745147705078,69.0573959350586,223.5228271484375,-1.1312650442123413,61.921844482421875,232.9663848876953,-5.732934951782227,-75.54657745361328,51.75438690185547,-17.410520553588867,-81.09642791748047,55.83734130859375,-11.663078308105469,-88.2329330444336,52.727115631103516,-19.043180465698242,27.55783462524414,54.061580657958984,51.70652770996094,18.5544376373291,59.38190841674805,53.852298736572266,16.73735237121582,52.53202438354492,58.074310302734375,80.141357421875,178.73934936523438,-71.96815490722656,81.53006744384766,180.80406188964844,-69.11051940917969,66.48431396484375,193.3423309326172,-77.50227355957031,54.41635513305664,95.38508605957031,126.395263671875,73.33142852783203,87.2511978149414,114.77377319335938,64.61872863769531,102.49957275390625,116.13697052001953,-42.38985061645508,169.3947296142578,109.5661849975586,-34.38153839111328,178.89593505859375,98.9459228515625,-25.843074798583984,182.9451141357422,100.82637023925781,-37.801456451416016,105.08043670654297,123.54290771484375,-50.5947151184082,103.76677703857422,124.84978485107422,-39.517494201660156,92.76851654052734,130.02366638183594,36.478904724121094,79.4520034790039,125.3266830444336,31.188560485839844,93.86187744140625,126.62081146240234,51.25913619995117,95.18782043457031,124.24794006347656,40.1393928527832,111.8594970703125,97.45011901855469,29.666282653808594,113.30290985107422,87.7684326171875,43.64308166503906,112.0104751586914,79.04592895507812,95.06487274169922,182.97195434570312,-45.38040542602539,107.6883544921875,166.2583465576172,-44.956886291503906,107.52275085449219,174.1146697998047,-53.87812805175781,13.412104606628418,93.38855743408203,49.88346862792969,14.256820678710938,79.00827026367188,55.9404296875,12.818527221679688,83.42935943603516,59.14530944824219,-18.86501121520996,59.63772201538086,53.684200286865234,-27.628904342651367,60.35477828979492,53.23080062866211,-27.557838439941406,54.061580657958984,51.70652389526367,-82.23434448242188,139.40737915039062,-30.098804473876953,-72.58345031738281,146.7459259033203,-25.728656768798828,-76.60631561279297,139.0863037109375,-41.571136474609375,18.06998634338379,94.88394165039062,46.35038375854492,16.231630325317383,95.23574829101562,48.02490234375,19.41795539855957,82.99839782714844,59.62234878540039,-7.668231964111328,162.6572723388672,-74.67456817626953,-4.014556884765625,173.4002685546875,-76.56452178955078,-5.595229148864746,188.90274047851562,-55.39155960083008,6.431610107421875,142.84622192382812,-135.57911682128906,10.55361557006836,109.73932647705078,-148.45541381835938,11.238704681396484,125.70133209228516,-151.3881378173828,51.50861740112305,105.71969604492188,111.46845245361328,27.454008102416992,105.56700897216797,112.3596420288086,23.921113967895508,107.68534851074219,96.26670837402344,106.8315200805664,85.65208435058594,23.245874404907227,106.65400695800781,82.92598724365234,9.066129684448242,109.74421691894531,90.13224029541016,21.7950439453125,82.17804718017578,102.92675018310547,-79.23486328125,62.153804779052734,93.80477905273438,-67.09126281738281,62.26124954223633,101.29084777832031,-71.07252502441406,-15.621501922607422,67.4022216796875,91.73607635498047,-20.289098739624023,65.95262145996094,91.8391342163086,-17.359411239624023,62.34787368774414,93.57377624511719,114.71310424804688,182.5324249267578,-3.4660120010375977,108.81526184082031,196.33009338378906,3.076282024383545,110.96388244628906,191.23013305664062,8.828756332397461,32.84843826293945,88.32952880859375,38.81417465209961,41.33645248413086,79.36151123046875,29.760957717895508,29.17741584777832,91.6579818725586,30.940141677856445,43.556610107421875,189.93173217773438,86.41558837890625,47.774723052978516,188.3111572265625,92.5909652709961,43.78786087036133,183.75267028808594,89.38780975341797,71.28363800048828,220.36073303222656,-33.11770248413086,52.362342834472656,232.4446258544922,-34.81361770629883,61.18367004394531,226.43173217773438,-26.973388671875,41.33645248413086,79.36151123046875,29.760957717895508,46.720794677734375,82.50357055664062,46.956119537353516,55.01530075073242,72.60966491699219,43.37693786621094,-111.63690948486328,94.82879638671875,-32.71684646606445,-100.84918975830078,80.25445556640625,-52.053741455078125,-116.63235473632812,95.5278091430664,-27.008893966674805,37.73025894165039,81.59782409667969,72.60723114013672,19.64590835571289,94.15974426269531,53.98710250854492,41.30010223388672,82.90123748779297,49.933597564697266,-77.7900619506836,189.1097869873047,-91.77346801757812,-71.30335235595703,190.19912719726562,-99.44384002685547,-81.33643341064453,180.36253356933594,-96.41044616699219,90.5782241821289,58.404380798339844,82.56961822509766,87.58635711669922,51.30909729003906,71.25524139404297,93.50060272216797,57.250091552734375,63.67488098144531,-80.13555145263672,199.0077667236328,58.1978759765625,-81.30089569091797,208.8670654296875,50.021507263183594,-71.87995910644531,197.8328399658203,73.292236328125,-9.506082534790039,64.84965515136719,81.4926528930664,-16.925737380981445,61.60085678100586,84.56572723388672,-11.827248573303223,67.2063980102539,89.9394760131836,70.47742462158203,74.95087432861328,-68.3578109741211,75.02999114990234,83.66657257080078,-66.21734619140625,88.70700073242188,86.3094482421875,-72.10209655761719,62.1158447265625,53.45322799682617,-8.045208930969238,60.62518310546875,58.24581527709961,-3.829922914505005,52.563629150390625,54.47086715698242,-14.322312355041504,-52.362342834472656,232.4446258544922,-34.81361770629883,-57.91518020629883,226.7030487060547,-40.520591735839844,-71.28363800048828,220.36073303222656,-33.11770248413086,-3.920077085494995,78.38748168945312,-5.43867301940918,-18.150794982910156,78.08232116699219,-0.11078699678182602,-15.168176651000977,67.79779815673828,6.457830905914307,-42.53361511230469,217.21389770507812,-83.62032318115234,-35.42527770996094,224.50193786621094,-76.86638641357422,-33.000606536865234,219.48985290527344,-86.71440124511719,-46.60122299194336,157.9526824951172,92.47091674804688,-46.33726501464844,164.19725036621094,88.09761047363281,-34.38153839111328,178.89593505859375,98.9459228515625,74.29834747314453,77.10640716552734,-66.17835998535156,74.62842559814453,90.13960266113281,-53.641353607177734,55.971778869628906,73.20565032958984,-54.47464370727539,-22.83409881591797,65.0201644897461,81.72401428222656,-22.29854965209961,61.92979049682617,80.12840270996094,-23.352243423461914,58.98066711425781,85.53459167480469,-52.91310501098633,142.4986572265625,122.30856323242188,-78.85077667236328,156.90216064453125,96.14305877685547,-81.25425720214844,143.11183166503906,101.37109375,111.03406524658203,187.10243225097656,-8.722845077514648,110.77808380126953,175.3822021484375,-20.575485229492188,103.55767822265625,183.56549072265625,-15.83043384552002,-91.07364654541016,63.091007232666016,-46.94111633300781,-98.79547882080078,66.83206939697266,-42.34891891479492,-90.50896453857422,58.9613151550293,-37.050296783447266,-56.29865646362305,54.65143966674805,-43.54909133911133,-55.62852096557617,51.756813049316406,-20.237760543823242,-70.39940643310547,53.07794189453125,-18.89904022216797,-24.87904167175293,100.24042510986328,38.69691467285156,-29.182527542114258,88.6148681640625,33.1748161315918,-35.663848876953125,89.72335815429688,36.26322555541992,47.22414016723633,78.10686492919922,79.83501434326172,21.019845962524414,82.0899887084961,87.62150573730469,37.73025894165039,81.59782409667969,72.60723114013672,2.7956559658050537,105.73411560058594,84.79367065429688,4.256759166717529,101.45594024658203,73.86345672607422,4.301116943359375,111.832275390625,76.62030029296875,-11.151301383972168,72.8508071899414,56.97290802001953,-18.541635513305664,76.12258911132812,57.777584075927734,-27.628904342651367,60.35477828979492,53.23080062866211,-3.1024138927459717,93.47528076171875,80.66921997070312,-7.50803279876709,89.16336822509766,75.62544250488281,-3.87335205078125,91.46273803710938,69.49583435058594,22.303537368774414,147.31381225585938,51.179691314697266,12.690607070922852,150.25485229492188,46.481449127197266,23.835025787353516,130.5120391845703,45.62351608276367,-12.708694458007812,114.0174560546875,26.46253776550293,-13.77932071685791,88.979736328125,40.16938781738281,-6.077385902404785,112.76730346679688,28.067907333374023,-26.308609008789062,200.6239471435547,86.19474792480469,-27.3565731048584,209.81024169921875,80.45387268066406,-34.2701530456543,201.61497497558594,84.68452453613281,-42.59383773803711,107.31690979003906,91.19735717773438,-35.307010650634766,105.86279296875,111.61933898925781,-54.75338363647461,106.2681655883789,102.9971694946289,77.72036743164062,154.14688110351562,4.261682987213135,107.7667236328125,163.0321807861328,0.30687400698661804,105.31114959716797,151.1942596435547,-12.264540672302246,-88.76258850097656,108.31749725341797,-87.48284912109375,-97.26398468017578,107.26725769042969,-91.2532730102539,-89.27560424804688,116.6982421875,-83.57420349121094,-23.76561737060547,84.62134552001953,106.98075103759766,-18.965625762939453,86.69744110107422,87.0703125,-19.132587432861328,82.1209945678711,85.74034881591797,-36.95657730102539,184.23985290527344,92.2562026977539,-36.436912536621094,181.53395080566406,98.81421661376953,-30.28169822692871,190.007080078125,93.85726165771484,25.046995162963867,71.06660461425781,73.22759246826172,27.9763240814209,72.88945007324219,89.34452056884766,17.58223533630371,78.1521224975586,74.11788940429688,46.936676025390625,77.50715637207031,2.4420289993286133,35.14641189575195,79.40946197509766,-11.093684196472168,44.518760681152344,66.14697265625,-18.25432777404785,-45.483787536621094,237.21368408203125,0.6815099716186523,-63.623043060302734,235.31964111328125,-4.508469104766846,-52.25621795654297,233.0538787841797,5.550034046173096,3.364320993423462,165.38023376464844,-125.77584838867188,8.794230461120605,143.67770385742188,-118.32052612304688,4.618083953857422,153.2578887939453,-115.51071166992188,-108.45623779296875,124.66425323486328,58.98916244506836,-105.62264251708984,132.18910217285156,55.059165954589844,-114.13555145263672,116.4902114868164,54.33528518676758,-37.801456451416016,105.08043670654297,123.54290771484375,-39.517494201660156,92.76851654052734,130.02366638183594,-28.144624710083008,96.16558837890625,126.61036682128906,-29.776111602783203,48.92403793334961,85.69308471679688,-21.8492488861084,39.400184631347656,76.1640625,-16.545085906982422,48.00584030151367,82.04385375976562,-55.80699157714844,54.68778610229492,-20.18878173828125,-63.86493682861328,57.268402099609375,-6.967719078063965,-56.33393478393555,57.288291931152344,-11.172266006469727,86.97299194335938,78.294189453125,80.8378677368164,83.1246566772461,81.51276397705078,81.97349548339844,89.40953063964844,72.7428207397461,69.72634887695312,18.85792350769043,227.53005981445312,-73.83395385742188,9.943035125732422,220.65817260742188,-71.92545318603516,16.485694885253906,212.16343688964844,-83.48223876953125,87.50836944580078,99.97129821777344,88.63534545898438,72.68817901611328,103.65589141845703,107.22106170654297,89.68680572509766,90.03872680664062,94.39183807373047,-22.438135147094727,44.57929992675781,78.41944885253906,-36.41693878173828,44.73073196411133,79.115234375,-28.380414962768555,49.298927307128906,82.07652282714844,-8.693968772888184,161.988037109375,-92.48110961914062,-8.393699645996094,137.60877990722656,-109.40652465820312,-12.389904022216797,144.65264892578125,-94.3456802368164,114.7887954711914,106.68826293945312,-20.81834602355957,108.68608856201172,112.49951934814453,-23.527854919433594,113.46251678466797,115.07350158691406,-19.60003662109375,11.746207237243652,228.9446563720703,23.881059646606445,20.489336013793945,240.95986938476562,21.355300903320312,16.658748626708984,225.0550994873047,16.650848388671875,-20.221288681030273,77.9031753540039,41.92203903198242,-24.76397705078125,81.89755249023438,28.87290382385254,-22.99356460571289,66.10958862304688,40.12897491455078,-82.29767608642578,207.51161193847656,-38.72869873046875,-69.72654724121094,218.74415588378906,-40.347293853759766,-78.69656372070312,207.29098510742188,-44.65048599243164,-23.75372886657715,127.32310485839844,53.558372497558594,-30.72865104675293,121.59315490722656,42.67510223388672,-34.49570083618164,118.7541275024414,58.17426300048828,47.000423431396484,221.61279296875,-55.83653259277344,61.21902084350586,215.9253387451172,-55.04413986206055,66.18094635009766,213.85690307617188,-61.282020568847656,9.349326133728027,203.82568359375,44.69948196411133,12.116440773010254,222.24501037597656,40.22433090209961,15.693411827087402,216.5157470703125,43.319419860839844,15.729280471801758,157.48048400878906,62.40656280517578,25.732162475585938,150.90647888183594,52.18989944458008,12.310888290405273,150.19393920898438,59.50629806518555,-10.771574974060059,90.52538299560547,78.25813293457031,-19.132587432861328,82.1209945678711,85.74034881591797,-18.965625762939453,86.69744110107422,87.0703125,13.983987808227539,64.7445297241211,23.971132278442383,1.7916699647903442,41.61463928222656,42.783660888671875,9.85340404510498,54.21780776977539,43.715396881103516,-45.85076904296875,218.36016845703125,32.43905258178711,-48.74723815917969,233.67184448242188,28.97933006286621,-36.97295379638672,227.11228942871094,36.805511474609375,56.61824035644531,79.30403137207031,51.16183090209961,54.71042251586914,74.09476470947266,37.13072204589844,50.33132553100586,81.35215759277344,38.61538314819336,-45.73489761352539,109.75520324707031,62.447879791259766,-38.57126998901367,107.73421478271484,37.806396484375,-58.421470642089844,107.7703628540039,68.70872497558594,10.525835990905762,198.3969268798828,-107.82740783691406,6.457760810852051,193.39358520507812,-101.35600280761719,4.765940189361572,180.7830047607422,-123.43202209472656,-30.17095375061035,110.2846450805664,33.699073791503906,-47.3745231628418,96.6962661743164,26.040691375732422,-38.57126998901367,107.73421478271484,37.806396484375,35.7824592590332,62.96763610839844,45.245487213134766,30.476757049560547,63.581748962402344,54.151790618896484,35.17767333984375,60.95053482055664,53.021827697753906,-23.785402297973633,91.05838012695312,88.65476989746094,-45.58485412597656,85.56864166259766,76.92695617675781,-48.8922004699707,84.1640625,82.26177215576172,-75.09209442138672,213.21226501464844,40.12816619873047,-81.16126251220703,208.2093048095703,32.990333557128906,-74.0353012084961,213.7129669189453,32.9393196105957,51.75299072265625,84.14666748046875,126.97960662841797,24.69233512878418,83.02759552001953,128.78936767578125,35.46806716918945,76.2591552734375,127.6224365234375,94.80492401123047,188.792724609375,-56.73885726928711,92.46437072753906,192.19430541992188,-64.66197204589844,95.2078857421875,195.11390686035156,-43.27461624145508,-115.41169738769531,102.71815490722656,35.16341781616211,-120.2773666381836,107.82694244384766,31.386201858520508,-117.2857666015625,93.93110656738281,13.91071891784668,-1.584414005279541,129.54598999023438,118.43373107910156,-8.186934471130371,139.6431884765625,114.67996215820312,-5.228446006774902,129.67434692382812,112.73015594482422,36.81221008300781,53.440616607666016,105.41636657714844,35.315486907958984,46.33019256591797,81.44606018066406,32.73851776123047,50.89284133911133,88.42176818847656,4.301116943359375,111.832275390625,76.62030029296875,5.37893009185791,125.589599609375,54.60367202758789,6.775135040283203,113.23971557617188,78.58210754394531,104.35895538330078,199.162353515625,0.7803210020065308,111.03406524658203,187.10243225097656,-8.722845077514648,102.10627746582031,202.4008026123047,1.3621829748153687,-91.15939331054688,200.32058715820312,-54.569236755371094,-92.46437072753906,192.19430541992188,-64.66197204589844,-95.2078857421875,195.11390686035156,-43.27461624145508,-71.2825698852539,101.99942016601562,-47.74201965332031,-62.450721740722656,96.60831451416016,-48.42087936401367,-65.65969848632812,97.81672668457031,-58.35059356689453,25.827472686767578,164.36483764648438,68.78803253173828,22.754764556884766,179.36851501464844,71.2583236694336,13.821195602416992,182.83773803710938,85.11443328857422,43.30402755737305,59.42275619506836,-38.666683197021484,38.2319221496582,73.4483642578125,-32.72105026245117,44.509437561035156,65.87850189208984,-49.10983657836914,-66.72271728515625,231.2632598876953,-1.2503410577774048,-79.51176452636719,224.67471313476562,-16.097646713256836,-83.5179214477539,218.43649291992188,-8.757225036621094,-49.286651611328125,114.9465103149414,43.25504684448242,-53.57510757446289,115.18658447265625,30.05144691467285,-62.65301513671875,112.96810150146484,27.624353408813477,7.567805767059326,94.29673767089844,62.81277084350586,16.17867088317871,92.91070556640625,61.29961395263672,12.807398796081543,89.68020629882812,64.97021484375,-106.6257553100586,170.89193725585938,21.024137496948242,-105.99246978759766,190.4818115234375,21.12437629699707,-107.65144348144531,175.19203186035156,30.937593460083008,-100.13143920898438,77.68961334228516,53.39665985107422,-102.78595733642578,75.85038757324219,66.82579803466797,-101.08206939697266,84.93667602539062,63.291996002197266,-35.60691452026367,62.05040740966797,43.83409881591797,-48.98479461669922,57.32044982910156,54.443565368652344,-32.88719177246094,57.901268005371094,62.263790130615234,68.18559265136719,81.60102844238281,10.142348289489746,60.620479583740234,89.75870513916016,23.47469139099121,72.3440933227539,90.07201385498047,33.28782653808594,8.970056533813477,172.2152862548828,88.2243423461914,9.175524711608887,158.6808319091797,72.01625061035156,23.761184692382812,150.4877166748047,57.00572967529297,43.30402755737305,59.42275619506836,-38.666683197021484,39.72952651977539,68.60160064697266,-25.81331443786621,38.2319221496582,73.4483642578125,-32.72105026245117,45.34686279296875,126.16846466064453,-153.93299865722656,47.96851348876953,135.4973907470703,-152.00228881835938,55.477195739746094,132.05052185058594,-146.63706970214844,10.891006469726562,101.28331756591797,-135.25074768066406,8.396459579467773,85.16559600830078,-129.69500732421875,11.437651634216309,96.69617462158203,-143.45115661621094,63.86493682861328,57.268402099609375,-6.967719078063965,56.33393478393555,57.288291931152344,-11.172266006469727,63.372047424316406,69.48057556152344,-6.055531024932861,73.33142852783203,87.2511978149414,114.77377319335938,65.7929916381836,72.77864837646484,118.44367980957031,74.20743560791016,71.02776336669922,112.18555450439453,-4.387907981872559,97.43244171142578,93.60255432128906,-8.70419692993164,84.24459075927734,100.97479248046875,-4.768240928649902,78.20912170410156,88.35455322265625,-90.99514770507812,99.9347152709961,72.75314331054688,-98.36134338378906,88.36918640136719,59.71878433227539,-99.19862365722656,88.05891418457031,77.53034210205078,81.09642791748047,55.83734130859375,-11.663080215454102,75.54657745361328,51.75438690185547,-17.4105224609375,88.2329330444336,52.727115631103516,-19.043180465698242,-43.217613220214844,111.21353912353516,40.47735595703125,-36.28998565673828,108.69315338134766,31.121240615844727,-35.34011459350586,113.3905029296875,42.72896957397461,112.33380889892578,170.7231903076172,-41.53535079956055,117.70931243896484,156.9040069580078,-39.09508514404297,114.67131805419922,137.6589813232422,-51.00498580932617,-13.819744110107422,142.86349487304688,113.72093200683594,-9.060235023498535,150.47552490234375,92.81012725830078,-9.030932426452637,143.65269470214844,94.29449462890625,7.26489782333374,116.74153137207031,49.92599868774414,8.37387466430664,117.71800994873047,52.458133697509766,11.908400535583496,109.3330307006836,48.99842071533203,34.034912109375,209.24122619628906,77.49832153320312,24.443775177001953,216.32240295410156,68.62358093261719,27.354246139526367,209.8104248046875,80.45355987548828,15.894845008850098,71.01915740966797,-109.98722076416016,28.92439079284668,72.1761703491211,-93.7677001953125,20.688508987426758,77.37896728515625,-90.05860137939453,-63.51712417602539,92.31936645507812,98.30665588378906,-76.74348449707031,79.35234069824219,70.84379577636719,-82.32646942138672,87.44509887695312,87.15727233886719,-61.06451416015625,100.0752944946289,46.24919128417969,-63.696929931640625,94.41292572021484,37.442535400390625,-80.36381530761719,102.5179672241211,64.45372009277344,-44.06111526489258,67.85468292236328,33.83272933959961,-40.36658477783203,77.63164520263672,32.70093536376953,-52.83528518676758,71.04232025146484,44.929264068603516,66.70430755615234,112.75214385986328,-80.56653594970703,65.8482666015625,110.02682495117188,-82.18113708496094,62.26124954223633,101.29084777832031,-71.07252502441406,-110.22264862060547,110.81365203857422,59.92971420288086,-116.8615493774414,119.27728271484375,33.2077751159668,-106.33209228515625,122.04643249511719,59.0467414855957,26.610450744628906,66.38613891601562,72.6389389038086,24.786502838134766,59.33803176879883,68.4465103149414,27.943817138671875,62.93231964111328,74.82955932617188,-41.636837005615234,77.70748138427734,-99.73058319091797,-47.1187858581543,79.90899658203125,-120.34858703613281,-31.010753631591797,70.30155944824219,-113.17948150634766,-58.22028732299805,116.20892333984375,-144.6933135986328,-49.40028762817383,119.73344421386719,-143.5956268310547,-34.20354461669922,105.07881927490234,-155.86886596679688,-106.87509155273438,194.14163208007812,3.7511041164398193,-105.96295166015625,187.7547607421875,-7.330954074859619,-102.38346099853516,197.1450653076172,1.8085429668426514,-8.36050033569336,221.6431884765625,33.52688217163086,-12.116440773010254,222.24501037597656,40.22433090209961,-14.005090713500977,230.53964233398438,34.357120513916016,32.86416244506836,62.368953704833984,71.88624572753906,32.860816955566406,57.91463088989258,62.24058151245117,23.927749633789062,58.93739318847656,68.03919219970703,-21.326129913330078,94.71647644042969,30.28220558166504,-43.949676513671875,76.86764526367188,20.47003173828125,-36.9759635925293,89.00190734863281,18.967824935913086,-40.416534423828125,70.2391586303711,27.623981475830078,-52.922813415527344,67.76289367675781,40.08430480957031,-42.55879592895508,62.89154815673828,40.03260803222656,-5.231973171234131,125.41905975341797,-64.87094116210938,-8.300874710083008,105.58153533935547,-54.57060241699219,-5.167065143585205,106.34547424316406,-72.5920639038086,51.68511962890625,90.7337875366211,107.71581268310547,51.325653076171875,95.41460418701172,103.81310272216797,39.13689041137695,94.74832916259766,105.38343048095703,65.8482666015625,110.02682495117188,-82.18113708496094,82.17804718017578,102.92675018310547,-79.23486328125,62.26124954223633,101.29084777832031,-71.07252502441406,34.314510345458984,56.50104904174805,49.66259002685547,36.7456169128418,58.3067512512207,42.84568405151367,34.883670806884766,59.48269271850586,47.97623825073242,76.53624725341797,56.283653259277344,-33.18030548095703,69.69815063476562,56.29743957519531,-22.703405380249023,82.96710205078125,56.06001663208008,-32.79943084716797,-31.371318817138672,40.24143600463867,61.74418640136719,-30.519102096557617,39.320594787597656,68.50558471679688,-20.610456466674805,41.730812072753906,70.42375183105469,100.0710678100586,200.47120666503906,2.4410109519958496,102.38346099853516,197.1450653076172,1.8085429668426514,102.10627746582031,202.4008026123047,1.3621829748153687,-22.873960494995117,76.66657257080078,101.63124084472656,-32.002357482910156,69.31475067138672,96.87366485595703,-24.422273635864258,71.97344970703125,89.22917938232422,-85.68524169921875,183.4210662841797,38.95539093017578,-97.90331268310547,191.14500427246094,38.1595458984375,-88.33428955078125,201.5363311767578,33.07693862915039,3.313330888748169,132.76116943359375,44.246150970458984,5.886478900909424,130.84225463867188,54.41318893432617,9.609844207763672,133.43362426757812,50.43828582763672,-99.614990234375,209.424560546875,7.138982772827148,-89.2855224609375,208.77047729492188,0.9076359868049622,-103.19910430908203,195.23878479003906,-6.208296775817871,106.05764770507812,126.24493408203125,-40.878929138183594,91.76954650878906,126.9349594116211,-34.67722702026367,91.38877868652344,121.80738830566406,-44.166133880615234,-66.9940185546875,169.7738037109375,-120.98571014404297,-62.65412902832031,150.97117614746094,-131.08799743652344,-73.39991760253906,167.19708251953125,-114.5911865234375,65.89398193359375,132.675537109375,-68.9310531616211,67.20861053466797,129.51087951660156,-77.30240631103516,68.3888931274414,123.3351821899414,-78.19879913330078,-30.07382583618164,62.79534149169922,115.07292175292969,-29.45446014404297,55.49673843383789,101.63957977294922,-36.38632583618164,54.58036422729492,107.01571655273438,62.294376373291016,53.33378219604492,-59.26338195800781,52.575931549072266,62.0185661315918,-60.25723648071289,60.73863220214844,60.335899353027344,-64.5250244140625,53.53769302368164,218.6182403564453,-65.92179107666016,48.895652770996094,219.45516967773438,-64.20935821533203,47.000423431396484,221.61279296875,-55.83653259277344,20.940711975097656,99.67132568359375,28.833635330200195,22.552228927612305,109.10484313964844,30.240036010742188,36.9759635925293,89.00190734863281,18.967824935913086,26.565147399902344,91.81195068359375,95.62619018554688,29.38081932067871,95.05439758300781,102.30751037597656,51.325653076171875,95.41460418701172,103.81310272216797,19.227636337280273,110.73255157470703,-3.8024590015411377,23.239046096801758,122.5915756225586,4.082557201385498,34.432193756103516,118.73892974853516,5.16243314743042,-64.32127380371094,68.47450256347656,81.20935821533203,-54.07197189331055,72.81840515136719,92.27466583251953,-47.27313232421875,78.97624969482422,94.7489013671875,100.56529235839844,124.53219604492188,-100.30878448486328,103.4900894165039,131.82223510742188,-94.60102844238281,101.14253997802734,102.73089599609375,-97.0608139038086,73.55928802490234,99.89402770996094,-132.47406005859375,60.01958084106445,110.84180450439453,-144.70028686523438,77.27172088623047,107.35680389404297,-136.57176208496094,6.382741928100586,78.18414306640625,81.77235412597656,9.324902534484863,65.62703704833984,82.05880737304688,8.7423095703125,60.25130081176758,75.635009765625,19.063800811767578,163.93809509277344,117.74449920654297,4.653541088104248,172.73565673828125,108.19207763671875,27.304218292236328,170.3339080810547,112.19023895263672,-7.388001918792725,76.0252914428711,-90.94642639160156,-5.438755989074707,84.81947326660156,-76.50140380859375,-9.242097854614258,86.11109924316406,-63.7822265625,79.92131805419922,201.33241271972656,-69.38180541992188,69.7408447265625,207.9102325439453,-61.77055740356445,63.54136276245117,205.65408325195312,-69.58465576171875,-81.53006744384766,180.80406188964844,-69.11051940917969,-82.5456771850586,185.02142333984375,-84.549072265625,-85.27479553222656,180.08106994628906,-75.50704956054688,61.95008087158203,218.2574462890625,-17.678518295288086,75.2609634399414,205.02981567382812,-25.899852752685547,78.78040313720703,207.8756561279297,-31.354562759399414,-90.57829284667969,58.404441833496094,82.56949615478516,-93.50059509277344,57.25007247924805,63.67496109008789,-87.58635711669922,51.30911636352539,71.25534057617188,111.48310089111328,147.24960327148438,33.80244064331055,100.535888671875,156.31590270996094,49.32023239135742,98.32756805419922,161.4064178466797,66.00089263916016,5.359556198120117,203.86636352539062,5.285243988037109,14.89108943939209,199.9775390625,-3.343487024307251,5.253617763519287,194.4704132080078,-0.5281829833984375,-88.2329330444336,52.727115631103516,-19.043180465698242,-92.5649185180664,58.64421463012695,-10.842166900634766,-95.6162109375,58.616851806640625,-20.42742919921875,-88.44363403320312,87.12002563476562,28.985275268554688,-98.69625091552734,85.70879364013672,29.831878662109375,-94.66443634033203,78.7322769165039,16.04307746887207,-106.65400695800781,82.92598724365234,9.066129684448242,-105.91993713378906,74.32408142089844,-15.615870475769043,-104.5326156616211,73.57689666748047,-1.3964990377426147,42.26371765136719,99.61237335205078,3.5172770023345947,38.335418701171875,106.6927719116211,14.941798210144043,41.10348892211914,95.61393737792969,7.563500881195068,50.75712966918945,223.34519958496094,-41.678321838378906,38.34941482543945,223.7361602783203,-46.04253005981445,48.34447479248047,209.19326782226562,-43.99676513671875,-75.22614288330078,66.94840240478516,56.69245147705078,-68.23784637451172,67.25631713867188,72.14512634277344,-70.57313537597656,62.58805465698242,61.461700439453125,6.6754021644592285,123.11499786376953,-106.85746765136719,7.484234809875488,112.34815979003906,-111.083740234375,6.395966053009033,120.75218200683594,-97.01615142822266,25.265527725219727,127.83161926269531,37.23453140258789,26.483068466186523,132.7945556640625,45.86166763305664,30.72890853881836,121.59297943115234,42.675994873046875,8.517269134521484,209.8642120361328,68.77073669433594,8.47353458404541,199.91578674316406,73.44561004638672,7.806818962097168,195.19146728515625,64.43933868408203,-99.614990234375,209.424560546875,7.138982772827148,-102.11609649658203,202.4295654296875,1.4350279569625854,-104.36676788330078,199.18658447265625,0.8452169895172119,-67.12299346923828,66.14278411865234,53.41630172729492,-83.64634704589844,68.39762115478516,65.4888916015625,-75.55928802490234,69.67630767822266,57.828643798828125,-84.49114990234375,88.55563354492188,-100.24484252929688,-91.5116195678711,92.52264404296875,-88.3656234741211,-91.97430419921875,91.04540252685547,-102.24310302734375,30.476757049560547,63.581748962402344,54.151790618896484,26.684539794921875,61.53421401977539,55.37407684326172,27.428434371948242,59.26464080810547,53.89255142211914,5.638472080230713,115.4516830444336,80.4397201538086,12.0520601272583,108.5525894165039,98.05894470214844,24.61709976196289,111.33935546875,94.79236602783203,-32.242759704589844,74.67070770263672,111.56575775146484,-33.17500686645508,79.51311492919922,115.40216827392578,-52.45628356933594,69.26580810546875,107.15347290039062,25.887039184570312,193.46401977539062,-2.4951720237731934,25.223594665527344,208.42959594726562,7.364171028137207,18.351791381835938,195.1877899169922,-3.2517290115356445,-50.618064880371094,80.52581024169922,60.1485481262207,-42.89847946166992,84.2101821899414,75.54481506347656,-43.8237190246582,82.03018951416016,82.11577606201172,-77.3686752319336,68.43621826171875,64.62456512451172,-71.5235595703125,64.53594970703125,59.914093017578125,-69.44587707519531,70.25946044921875,76.0968017578125,55.01530075073242,72.60966491699219,43.37693786621094,55.28049087524414,76.34687042236328,52.91493606567383,68.19853973388672,70.34617614746094,52.99233627319336,-19.132587432861328,82.1209945678711,85.74034881591797,-10.771574974060059,90.52538299560547,78.25813293457031,-11.23935317993164,81.31414794921875,70.08915710449219,98.28489685058594,165.97918701171875,42.902992248535156,85.68524169921875,183.4210662841797,38.95539093017578,96.9095230102539,169.78436279296875,39.82647705078125,-41.62613296508789,83.04419708251953,2.479449987411499,-37.813846588134766,89.91278839111328,-3.083904981613159,-39.12210464477539,97.47710418701172,16.04416847229004,-16.11490821838379,176.9280548095703,108.85014343261719,-8.981959342956543,171.7257080078125,101.44523620605469,-10.583632469177246,176.08375549316406,93.76763916015625,-17.14034080505371,101.35985565185547,43.54004669189453,-15.636549949645996,103.2608871459961,49.041690826416016,-19.523174285888672,103.88650512695312,49.107452392578125,-3.720000982284546,112.95952606201172,67.15201568603516,-5.640225887298584,95.6691665649414,83.66797637939453,-4.525121212005615,110.28368377685547,81.71334075927734,-50.038997650146484,89.3451156616211,-95.73491668701172,-44.69648361206055,84.47843170166016,-77.72644805908203,-41.47076416015625,83.25823974609375,-86.25810241699219,90.43468475341797,79.39437866210938,80.7417984008789,89.54286193847656,69.35806274414062,69.13494873046875,90.57093048095703,76.91737365722656,71.75872802734375,21.111473083496094,93.7474136352539,42.4295539855957,18.081275939941406,107.24754333496094,46.965919494628906,13.846769332885742,99.87309265136719,46.8145637512207,15.037957191467285,222.93788146972656,4.107001781463623,25.758146286010742,232.63441467285156,12.244012832641602,25.223594665527344,208.42959594726562,7.364171028137207,-69.55326843261719,184.57078552246094,84.05858612060547,-74.40422058105469,175.48703002929688,72.11038970947266,-81.05012512207031,172.7648162841797,78.05879211425781,25.64474868774414,85.72021484375,17.00484848022461,23.516725540161133,86.00487518310547,35.78761672973633,29.182527542114258,88.6148681640625,33.1748161315918,80.61892700195312,161.56134033203125,-75.9466781616211,75.00770568847656,158.9190216064453,-78.4339599609375,86.75799560546875,150.35455322265625,-73.56403350830078,-77.2082748413086,107.49249267578125,73.54814147949219,-77.55443572998047,106.79398345947266,93.57109832763672,-81.66991424560547,109.1778793334961,78.31428527832031,59.86665344238281,110.26728057861328,2.7341949939727783,53.88462448120117,121.09320068359375,15.165303230285645,57.780723571777344,114.40699005126953,11.118634223937988,-65.4313735961914,42.29461669921875,91.77617645263672,-73.47237396240234,45.7703857421875,91.83668518066406,-72.05526733398438,42.678768157958984,77.06360626220703,111.96186065673828,121.99935150146484,13.143401145935059,100.18712615966797,133.85977172851562,26.607486724853516,102.42833709716797,117.72622680664062,11.04633617401123,84.37139129638672,140.94606018066406,-21.39292335510254,74.73419952392578,145.89671325683594,-19.816688537597656,91.76954650878906,126.9349594116211,-34.67722702026367,16.866241455078125,61.5433464050293,84.60174560546875,17.506038665771484,65.60673522949219,93.59375,23.101787567138672,61.913944244384766,82.74803924560547,25.13896369934082,76.71685028076172,100.76077270507812,21.499170303344727,81.93135070800781,108.10738372802734,16.63581085205078,83.06046295166016,83.55484008789062,-4.38447380065918,141.1875457763672,74.102783203125,-8.096053123474121,134.5164794921875,63.33620071411133,-11.902545928955078,138.2097625732422,59.72636795043945,111.04113006591797,106.6667251586914,-10.64603328704834,111.78903198242188,114.82162475585938,-4.057231903076172,114.17552947998047,115.24639129638672,-12.222467422485352,-81.71275329589844,90.5634994506836,-106.46195983886719,-80.4152603149414,93.14905548095703,-89.06504821777344,-65.43193817138672,90.19873809814453,-102.30757904052734,-50.167076110839844,92.76473999023438,-43.51280975341797,-48.815399169921875,93.05736541748047,-32.249664306640625,-53.802330017089844,91.37918090820312,-42.90729904174805,-46.740196228027344,82.48762512207031,46.935874938964844,-55.28080749511719,76.34671020507812,52.91472625732422,-50.508148193359375,80.37506866455078,66.35993957519531,-94.67645263671875,163.6359405517578,60.610130310058594,-87.8366470336914,160.1035614013672,49.6624641418457,-100.535888671875,156.31590270996094,49.32023239135742,-98.00492095947266,190.60511779785156,41.59788513183594,-94.02200317382812,204.89073181152344,33.3884391784668,-103.05939483642578,190.08697509765625,38.324798583984375,-38.11515808105469,229.0428009033203,-15.345490455627441,-25.57815170288086,238.86053466796875,-19.027376174926758,-22.039775848388672,238.56655883789062,-6.040243148803711,-56.41496658325195,114.38397216796875,7.109282970428467,-58.5228157043457,96.09465789794922,-16.042362213134766,-57.78554153442383,94.6339340209961,-13.255697250366211,115.41169738769531,102.71815490722656,35.16341781616211,110.72953796386719,99.11522674560547,31.765361785888672,107.46334075927734,89.07453918457031,11.448930740356445,2.774167060852051,177.74510192871094,-5.873688220977783,4.010155200958252,153.67799377441406,-16.265188217163086,5.0166168212890625,164.97509765625,24.34321403503418,100.22598266601562,119.19369506835938,8.87097454071045,111.76229095458984,124.51238250732422,11.32789421081543,111.78903198242188,114.82162475585938,-4.057231903076172,-23.514705657958984,93.31533813476562,74.11382293701172,-22.472749710083008,95.03124237060547,64.29756927490234,-13.891776084899902,91.77191162109375,72.34244537353516,-41.62613296508789,83.04419708251953,2.479449987411499,-46.93667221069336,77.50715637207031,2.4420249462127686,-35.14640808105469,79.40946197509766,-11.0936861038208,7.620038986206055,148.0160369873047,75.3629379272461,10.405058860778809,154.3681640625,89.52715301513672,14.371684074401855,146.23756408691406,68.90495300292969,5.167065143585205,106.34547424316406,-72.5920639038086,7.484234809875488,112.34815979003906,-111.083740234375,4.343341827392578,97.39029693603516,-93.3926010131836,93.00933074951172,166.47982788085938,54.328914642333984,96.53153228759766,168.31646728515625,50.585838317871094,98.28489685058594,165.97918701171875,42.902992248535156,-111.78575897216797,181.81373596191406,-2.0649778842926025,-108.43169403076172,172.43199157714844,-20.877445220947266,-110.97193908691406,183.69383239746094,-5.319436073303223,11.846519470214844,105.58020782470703,-38.17040252685547,17.153579711914062,100.77062225341797,-35.58440017700195,13.318300247192383,99.4697036743164,-33.31476974487305,-8.51727294921875,209.86419677734375,68.7707748413086,-7.806828022003174,195.1914520263672,64.43933868408203,-8.473583221435547,199.91567993164062,73.44562530517578,-31.354394912719727,85.19075775146484,36.32929229736328,-36.83123779296875,81.27261352539062,25.746187210083008,-21.326129913330078,94.71647644042969,30.28220558166504,23.186931610107422,205.70693969726562,-109.77627563476562,33.0006103515625,219.48985290527344,-86.71440124511719,33.20431137084961,208.36019897460938,-100.43529510498047,28.13985824584961,73.19709014892578,18.338951110839844,23.811365127563477,71.37306213378906,26.328723907470703,25.388261795043945,63.751930236816406,27.859989166259766,-56.11448669433594,222.8191680908203,30.908363342285156,-59.95848083496094,213.79086303710938,29.182947158813477,-52.2967643737793,205.4343719482422,36.6224479675293,26.270111083984375,77.36004638671875,-79.40946197509766,23.03985595703125,80.9091796875,-70.77542877197266,20.688508987426758,77.37896728515625,-90.05860137939453,-25.887039184570312,193.46401977539062,-2.4951720237731934,-18.351791381835938,195.1877899169922,-3.2517290115356445,-25.223594665527344,208.42959594726562,7.364171028137207,-111.48310089111328,147.24960327148438,33.80244064331055,-118.3827896118164,130.7242431640625,23.50640869140625,-115.90451049804688,143.32968139648438,34.92689895629883,97.43336486816406,137.7884063720703,79.67234802246094,99.45565795898438,149.37351989746094,75.708740234375,92.17948913574219,139.54171752929688,82.44869995117188,-106.87509155273438,194.14163208007812,3.7511041164398193,-102.38346099853516,197.1450653076172,1.8085429668426514,-100.0710678100586,200.47120666503906,2.4410109519958496,6.237499237060547,100.17062377929688,53.63685989379883,4.831472873687744,110.3282241821289,48.87486267089844,5.081424236297607,106.62617492675781,42.9200439453125,52.49592590332031,63.69453048706055,30.80255126953125,57.58679962158203,62.763004302978516,27.01020050048828,50.839324951171875,61.294857025146484,31.028594970703125,113.37744140625,153.96600341796875,9.485088348388672,106.6257553100586,170.89193725585938,21.024137496948242,107.62024688720703,163.939208984375,15.748473167419434,48.74723815917969,233.67184448242188,28.97933006286621,59.212127685546875,222.3208770751953,22.44000816345215,55.42528533935547,214.98463439941406,30.220659255981445,79.3875732421875,68.47361755371094,56.805355072021484,89.40953063964844,72.7428207397461,69.72634887695312,66.99288177490234,70.16152954101562,52.330238342285156,107.80780792236328,177.19427490234375,-36.56926345825195,101.58580780029297,180.65513610839844,-36.1512565612793,103.50593566894531,164.99566650390625,-42.553279876708984,49.323028564453125,57.53860092163086,53.74755096435547,63.183589935302734,61.39480209350586,77.73273468017578,46.91610336303711,58.316864013671875,64.90435791015625,114.72957611083984,148.66302490234375,-56.23289489746094,111.84574890136719,163.88568115234375,-54.6546516418457,114.67131805419922,137.6589813232422,-51.00498580932617,-5.6367950439453125,115.93680572509766,51.82636260986328,-3.748868942260742,106.34699249267578,62.633140563964844,-5.3714752197265625,110.74156188964844,56.19671630859375,106.30438232421875,201.32394409179688,13.999326705932617,108.81526184082031,196.33009338378906,3.076282024383545,99.77117919921875,209.30746459960938,7.199182033538818,53.77442932128906,91.1080551147461,-57.08574295043945,46.663326263427734,96.22201538085938,-43.49609375,55.45849609375,95.07671356201172,-46.03952407836914,-58.187744140625,115.36410522460938,28.70962142944336,-57.455543518066406,101.15031433105469,18.13412857055664,-54.65556716918945,117.25647735595703,35.67954635620117,85.39473724365234,210.27734375,41.36886978149414,70.6347885131836,219.67893981933594,54.25836944580078,84.0453872680664,210.12979125976562,51.22041320800781,-115.2548828125,136.99305725097656,-34.889610290527344,-113.4150619506836,130.6855926513672,-48.4879150390625,-106.05765533447266,126.24493408203125,-40.878929138183594,66.61727142333984,106.04496002197266,-77.8104248046875,62.941070556640625,93.39813232421875,-63.475318908691406,65.67469787597656,107.10035705566406,-74.09342193603516,-1.8027750253677368,104.33619689941406,85.72119140625,-5.731523036956787,111.24101257324219,87.1475830078125,-4.387907981872559,97.43244171142578,93.60255432128906,-7.552223205566406,203.6851348876953,-90.15007019042969,-6.173119068145752,197.8087615966797,-79.06887817382812,-9.762325286865234,207.6708221435547,-79.01626586914062,20.42494010925293,63.868953704833984,28.59036636352539,20.51275634765625,73.72063446044922,40.82139205932617,20.98330307006836,81.5977554321289,36.5035400390625,47.96851348876953,135.4973907470703,-152.00228881835938,27.00270652770996,157.41624450683594,-149.22483825683594,34.25717544555664,152.047119140625,-147.86082458496094,33.35853576660156,65.29898071289062,76.69725036621094,36.332420349121094,59.381919860839844,66.07355499267578,40.5886116027832,65.24266815185547,84.32708740234375,-77.3686752319336,68.43621826171875,64.62456512451172,-69.49708557128906,75.80876159667969,83.68036651611328,-87.0270767211914,71.4593276977539,67.15596008300781,20.925857543945312,103.16838073730469,-40.743141174316406,20.3106689453125,91.52986907958984,-54.98965072631836,13.490315437316895,99.1231918334961,-54.422584533691406,-9.318131446838379,167.4224395751953,63.224365234375,-7.632585048675537,185.89193725585938,71.30899810791016,-6.04849100112915,168.06459045410156,52.00288009643555,-7.480226993560791,115.10200500488281,-40.80959701538086,-11.930815696716309,103.37716674804688,-28.13318634033203,-11.846519470214844,105.58020782470703,-38.17040252685547,23.784507751464844,143.5245819091797,125.56130981445312,32.98933410644531,129.7145233154297,125.56788635253906,12.964091300964355,131.75369262695312,125.22808837890625,-114.67131805419922,137.6589813232422,-51.00498580932617,-114.72957611083984,148.66302490234375,-56.23289489746094,-113.37303924560547,145.5599365234375,-64.20014190673828,39.458580017089844,84.0058364868164,36.90453338623047,49.608707427978516,76.65621185302734,37.01926803588867,44.14548110961914,84.49677276611328,46.219295501708984,104.4798355102539,172.92843627929688,-53.982521057128906,100.08654022216797,174.89407348632812,-63.7052116394043,108.76521301269531,162.1514892578125,-63.969764709472656,-21.8492488861084,39.400184631347656,76.1640625,-40.173316955566406,40.988197326660156,78.69342803955078,-30.7672176361084,36.45073699951172,66.76136016845703,-5.619101047515869,135.6170196533203,-109.12052154541016,-2.9313600063323975,164.59495544433594,-113.41104888916016,-5.433269023895264,161.4710693359375,-93.48241424560547,-45.961708068847656,68.93574523925781,30.65899085998535,-55.01533126831055,72.60963439941406,43.376949310302734,-41.33645248413086,79.36151123046875,29.760957717895508,-80.99689483642578,82.23001098632812,108.09154510498047,-92.91011810302734,86.55110168457031,90.1852035522461,-92.81594848632812,74.37533569335938,89.77906036376953,76.74934387207031,169.67974853515625,-102.87715911865234,86.16329956054688,175.73226928710938,-85.7271957397461,85.87469482421875,165.32598876953125,-76.43888854980469,6.719873905181885,126.5972900390625,84.80843353271484,1.6615910530090332,137.88455200195312,89.50633239746094,3.6990599632263184,130.5189666748047,78.58541870117188,103.72396850585938,80.74881744384766,-6.552221775054932,111.29301452636719,83.67282104492188,-6.049108982086182,103.15755462646484,74.88185119628906,-21.53298568725586,-94.26577758789062,110.58712005615234,80.78617858886719,-97.31594848632812,113.85214233398438,85.84551239013672,-105.18741607666016,128.10263061523438,74.3580093383789,-44.83903884887695,240.50868225097656,-7.186519145965576,-37.409053802490234,241.8205108642578,-11.944354057312012,-59.57780075073242,235.29110717773438,-12.631131172180176,49.11787796020508,76.63493347167969,18.15781021118164,41.077335357666016,91.48597717285156,18.530757904052734,49.86157989501953,88.51607513427734,18.91764259338379,48.353641510009766,155.98477172851562,96.05072021484375,37.76974105834961,173.21592712402344,96.35525512695312,46.713260650634766,157.4307861328125,92.89559173583984,24.54900360107422,161.2827606201172,64.77960968017578,25.827472686767578,164.36483764648438,68.78803253173828,29.6600284576416,151.4482421875,52.30018997192383,63.01148223876953,47.343910217285156,104.53706359863281,52.959041595458984,44.02701950073242,100.40692138671875,65.43148040771484,42.2946891784668,91.7764892578125,76.60631561279297,139.0863037109375,-41.571136474609375,82.23434448242188,139.40737915039062,-30.098804473876953,88.32093811035156,124.31840515136719,-46.82741165161133,106.2439193725586,88.58229064941406,21.16057777404785,99.37947082519531,90.173095703125,32.66017150878906,106.53524017333984,96.54864501953125,38.61777877807617,101.03472137451172,100.018310546875,-29.750274658203125,105.53584289550781,116.31904602050781,-21.123640060424805,100.06722259521484,85.9239730834961,-44.80461120605469,28.712751388549805,89.74901580810547,-54.27206039428711,21.849477767944336,83.62380981445312,-83.07066345214844,20.3106689453125,91.52986907958984,-54.98965072631836,-92.46437072753906,192.19430541992188,-64.66197204589844,-82.78885650634766,201.88848876953125,-71.21788787841797,-107.52275085449219,174.1146697998047,-53.87812805175781,69.74373626708984,61.710628509521484,65.95330047607422,69.87747955322266,65.61933135986328,69.34390258789062,67.71484375,65.04112243652344,90.76795196533203,7.442502975463867,192.29527282714844,2.5538980960845947,8.451814651489258,188.12486267089844,-9.32748031616211,11.645391464233398,193.9734344482422,-3.274082899093628,-113.4150619506836,130.6855926513672,-48.4879150390625,-113.37303924560547,145.5599365234375,-64.20014190673828,-109.25088500976562,135.0412139892578,-65.09716033935547,6.119647979736328,156.2487030029297,55.554805755615234,22.303537368774414,147.31381225585938,51.179691314697266,12.89270305633545,155.08807373046875,60.96209716796875,79.83560943603516,204.6714324951172,-42.766448974609375,77.02412414550781,207.99481201171875,-34.76236343383789,68.50029754638672,217.40602111816406,-37.66354751586914,69.40633392333984,70.3394546508789,76.163818359375,52.513671875,78.39481353759766,92.07347106933594,63.87175369262695,69.06494140625,81.41494750976562,23.08414649963379,200.78802490234375,82.62028503417969,12.42751693725586,187.34619140625,93.07930755615234,26.693655014038086,200.85325622558594,86.06501770019531,8.451814651489258,188.12486267089844,-9.32748031616211,14.279926300048828,191.06370544433594,-14.221776962280273,11.645391464233398,193.9734344482422,-3.274082899093628,-68.86012268066406,215.95277404785156,29.368202209472656,-77.68000793457031,218.79685974121094,25.59188461303711,-77.82965850830078,215.25161743164062,34.71528244018555,-35.91813659667969,105.6423110961914,38.14609909057617,-46.283756256103516,94.50296783447266,27.814620971679688,-26.515605926513672,109.1129150390625,35.060794830322266,40.23019790649414,196.59654235839844,80.01722717285156,43.1117057800293,192.2982177734375,66.36530303955078,37.45708465576172,205.52577209472656,72.08919525146484,-81.44720458984375,174.42523193359375,58.445411682128906,-81.53216552734375,181.40328979492188,59.76439666748047,-72.04771423339844,168.7237548828125,59.41313552856445,17.928056716918945,138.58245849609375,57.375267028808594,8.081817626953125,149.62213134765625,68.56387329101562,12.310888290405273,150.19393920898438,59.50629806518555,36.83197784423828,101.69551086425781,-152.15908813476562,50.37035369873047,122.6782455444336,-138.66818237304688,32.35838317871094,106.4462661743164,-153.7146453857422,8.732196807861328,192.46624755859375,-50.604515075683594,7.9546589851379395,200.11477661132812,-26.856393814086914,12.746052742004395,190.08436584472656,-37.0567512512207,56.182395935058594,109.53607940673828,21.956275939941406,54.041770935058594,115.26126098632812,28.54780387878418,63.50450897216797,117.60393524169922,25.127912521362305,-46.68898010253906,65.15633392333984,33.695457458496094,-49.32304382324219,57.538612365722656,53.74751663208008,-52.59247589111328,62.4429817199707,44.111270904541016,52.25621795654297,233.0538787841797,5.550034046173096,57.5706901550293,228.5319061279297,7.948878765106201,63.62303924560547,235.31964111328125,-4.508469104766846,-12.838787078857422,83.43402099609375,59.14543151855469,-13.412092208862305,93.38858795166016,49.883426666259766,-19.42405128479004,82.9736328125,59.6324462890625,-92.0438003540039,108.95718383789062,-112.15721130371094,-98.99040985107422,122.96404266357422,-97.53905487060547,-98.7575454711914,106.1900405883789,-98.90673828125,-41.57102584838867,111.829345703125,97.43730926513672,-42.28573226928711,111.99968719482422,83.1196060180664,-33.47889709472656,112.44331359863281,92.19231414794922,46.28258514404297,78.61583709716797,69.69857788085938,47.22414016723633,78.10686492919922,79.83501434326172,37.73025894165039,81.59782409667969,72.60723114013672,10.91313362121582,108.45372772216797,-157.2650909423828,12.712327003479004,93.26856994628906,-150.1220703125,7.68620491027832,107.10791015625,-150.31600952148438,27.381811141967773,208.390625,77.61820220947266,13.828047752380371,206.12997436523438,78.27597045898438,14.701135635375977,214.75672912597656,69.96243286132812,-33.78216552734375,156.55068969726562,-140.0167236328125,-30.007118225097656,171.24417114257812,-136.15478515625,-35.36204147338867,165.66053771972656,-130.74490356445312,-91.89852142333984,148.5301513671875,-75.27021026611328,-93.78952026367188,148.1875,-72.71971130371094,-99.18865966796875,133.97369384765625,-71.22870635986328,-6.090065956115723,162.1533660888672,-110.88521575927734,-7.574347019195557,154.53182983398438,-115.36608123779297,-8.393699645996094,137.60877990722656,-109.40652465820312,-62.1158447265625,53.45322799682617,-8.045209884643555,-55.62852096557617,51.756813049316406,-20.237760543823242,-52.563629150390625,54.47087097167969,-14.322311401367188,4.048532962799072,170.77854919433594,101.14497375488281,4.653541088104248,172.73565673828125,108.19207763671875,8.30152702331543,154.9699249267578,113.00928497314453,-50.10743713378906,238.2215118408203,22.184234619140625,-59.91688919067383,228.27870178222656,23.10633087158203,-50.03654098510742,236.41281127929688,30.103246688842773,-112.08104705810547,114.47064208984375,-34.80181121826172,-110.89847564697266,125.35064697265625,-21.789691925048828,-108.516357421875,130.78501892089844,-24.375429153442383,75.09209442138672,213.21226501464844,40.12816619873047,74.0353012084961,213.7129669189453,32.9393196105957,81.16126251220703,208.2093048095703,32.990333557128906,62.16829299926758,226.6083526611328,-19.91119384765625,44.469295501708984,227.4762725830078,-18.767988204956055,37.4090576171875,241.8205108642578,-11.944353103637695,46.730865478515625,118.97679138183594,121.20132446289062,17.862014770507812,118.41886901855469,126.89588928222656,29.302650451660156,113.28765106201172,118.51359558105469,-81.30089569091797,208.8670654296875,50.021507263183594,-80.13555145263672,199.0077667236328,58.1978759765625,-89.25761413574219,187.0850830078125,52.16061019897461,25.562623977661133,79.27933502197266,-82.47020721435547,44.69648361206055,84.47843170166016,-77.72644805908203,41.47076416015625,83.25823974609375,-86.25810241699219,61.8090934753418,176.63528442382812,-117.1838150024414,66.9940185546875,169.7738037109375,-120.98571014404297,55.02360916137695,167.2123565673828,-129.65101623535156,88.24081420898438,78.58660888671875,15.31155014038086,77.5103530883789,73.86772155761719,3.4344561100006104,81.09642791748047,55.83734130859375,-11.663080215454102,-116.87327575683594,167.83998107910156,-7.2349419593811035,-110.6343002319336,190.6835174560547,9.736037254333496,-114.74075317382812,182.42385864257812,-3.4790050983428955,-89.47885131835938,210.3253173828125,-22.21787452697754,-74.72826385498047,220.4300537109375,-20.974103927612305,-78.50639343261719,221.9943389892578,-13.581745147705078,-70.97499084472656,66.51750183105469,89.15250396728516,-59.275245666503906,71.0598373413086,103.4906997680664,-51.49496078491211,76.36685180664062,106.07679748535156,-4.618084907531738,153.25787353515625,-115.51071166992188,-5.619101047515869,135.6170196533203,-109.12052154541016,-8.794230461120605,143.67770385742188,-118.32052612304688,34.130924224853516,85.75659942626953,-145.8043975830078,30.25417137145996,93.81809997558594,-153.2515869140625,17.966495513916016,75.42828369140625,-140.6881561279297,-19.286001205444336,118.43214416503906,3.4898459911346436,-33.476322174072266,113.65978240966797,4.668501853942871,-16.808412551879883,110.00724029541016,-1.3143349885940552,-37.434234619140625,58.48986053466797,44.17239761352539,-44.274635314941406,60.87956619262695,37.40515899658203,-38.95261001586914,64.14606475830078,26.83621597290039,6.119647979736328,156.2487030029297,55.554805755615234,6.417938232421875,174.46630859375,69.68570709228516,4.180922031402588,184.42800903320312,69.71516418457031,-29.124095916748047,75.0539321899414,-94.38389587402344,-41.47076416015625,83.25823974609375,-86.25810241699219,-25.562623977661133,79.27933502197266,-82.47020721435547,-15.883842468261719,93.8909912109375,41.55320358276367,-23.157150268554688,92.23755645751953,45.05472946166992,-31.354394912719727,85.19075775146484,36.32929229736328,12.0520601272583,108.5525894165039,98.05894470214844,1.1860840320587158,108.78060913085938,85.96476745605469,7.066592216491699,103.76744079589844,99.68011474609375,-58.72652816772461,92.54862976074219,-43.05237579345703,-57.4447135925293,87.92503356933594,-43.752525329589844,-53.366424560546875,94.47216033935547,-38.67809295654297,-6.173119068145752,197.8087615966797,-79.06887817382812,-9.639459609985352,197.91891479492188,-65.30854034423828,-8.5318603515625,212.51748657226562,-70.44345092773438,-85.46498107910156,49.44953536987305,57.112186431884766,-93.50059509277344,57.25007247924805,63.67496109008789,-96.90731048583984,65.20284271240234,52.261287689208984,-9.661055564880371,123.82554626464844,-107.39595031738281,-12.389904022216797,144.65264892578125,-94.3456802368164,-8.393699645996094,137.60877990722656,-109.40652465820312,79.17877197265625,120.22924041748047,-26.08198356628418,78.49748992919922,128.2584228515625,-16.29302978515625,70.15813446044922,147.63731384277344,-9.758296966552734,-46.1143798828125,50.80244827270508,38.19890213012695,-48.462379455566406,50.56304168701172,37.2756462097168,-46.379364013671875,57.87848663330078,32.66938018798828,-23.015764236450195,99.3989028930664,-39.745460510253906,-13.310965538024902,90.4868392944336,-55.26983642578125,-13.256336212158203,102.15608215332031,-45.22019577026367,14.701135635375977,214.75672912597656,69.96243286132812,15.350930213928223,221.562255859375,60.7031135559082,25.12368392944336,226.10948181152344,57.43266677856445,-7.857174873352051,87.48287200927734,63.50743865966797,-14.223291397094727,95.5815658569336,60.02436065673828,-3.748868942260742,106.34699249267578,62.633140563964844,-16.11490821838379,176.9280548095703,108.85014343261719,-37.094139099121094,172.1422882080078,113.80563354492188,-27.7073917388916,164.62730407714844,120.24698638916016,5.583590984344482,128.7682342529297,126.98343658447266,0.11191999912261963,131.69039916992188,124.23583984375,8.23706340789795,119.14165496826172,124.7851333618164,8.23706340789795,119.14165496826172,124.7851333618164,0.11191999912261963,131.69039916992188,124.23583984375,2.386573076248169,118.10708618164062,118.6609878540039,-69.69815063476562,56.29743957519531,-22.703405380249023,-55.70761489868164,57.802085876464844,-44.74261474609375,-76.53624725341797,56.283653259277344,-33.18030548095703,16.010019302368164,240.76564025878906,-30.339462280273438,17.936222076416016,244.4623565673828,-19.998926162719727,27.70047950744629,240.23631286621094,-38.3076057434082,-96.46661376953125,149.29190063476562,38.68320083618164,-98.6882553100586,129.4082794189453,19.553834915161133,-92.75627136230469,148.28988647460938,35.800140380859375,-41.94747543334961,78.06858825683594,-135.4095001220703,-35.59415054321289,81.93763732910156,-143.45755004882812,-22.121784210205078,74.8049545288086,-143.8332061767578,44.055519104003906,95.23043823242188,-6.183705806732178,40.41743850708008,84.90958404541016,-23.944902420043945,48.46811294555664,90.10746002197266,-23.014568328857422,-53.77442932128906,91.1080551147461,-57.08574295043945,-55.45849609375,95.07671356201172,-46.03952407836914,-46.663326263427734,96.22201538085938,-43.49609375,7.68620491027832,107.10791015625,-150.31600952148438,6.957489013671875,95.12727355957031,-138.26113891601562,8.018318176269531,101.95783233642578,-134.60165405273438,39.92979431152344,50.295833587646484,42.753536224365234,27.619413375854492,50.9281120300293,49.30175018310547,31.518455505371094,55.93595504760742,47.76823806762695,-99.69828033447266,154.91700744628906,37.81159591674805,-93.00933074951172,166.47982788085938,54.328914642333984,-85.7996826171875,157.94737243652344,50.691959381103516,19.41795539855957,82.99839782714844,59.62234878540039,16.231630325317383,95.23574829101562,48.02490234375,13.412104606628418,93.38855743408203,49.88346862792969,94.50240325927734,119.73835754394531,68.88925170898438,94.26579284667969,110.5871353149414,80.78617858886719,83.435546875,113.18326568603516,70.08755493164062,-59.212127685546875,222.3208770751953,22.44000816345215,-59.65690231323242,204.15408325195312,13.724020957946777,-58.71734619140625,214.0812225341797,9.563332557678223,54.041770935058594,115.26126098632812,28.54780387878418,48.06169128417969,116.43990325927734,46.4706916809082,55.38802719116211,113.30118560791016,32.96924591064453,2.8395700454711914,92.94204711914062,99.86402893066406,1.1338729858398438,90.56766510009766,94.12413787841797,5.613100051879883,78.68018341064453,97.74405670166016,0.11429700255393982,125.28534698486328,11.277750015258789,-13.391611099243164,120.41209411621094,8.76378059387207,-4.955212116241455,122.908447265625,7.234683036804199,94.04847717285156,173.20433044433594,-67.00382995605469,77.34978485107422,180.26515197753906,-69.7740478515625,83.10694885253906,172.9873046875,-68.97903442382812,-36.83197784423828,101.69551086425781,-152.15908813476562,-32.35838317871094,106.4462661743164,-153.7146453857422,-50.37035369873047,122.6782455444336,-138.66818237304688,-42.918365478515625,72.99603271484375,25.275888442993164,-38.95261001586914,64.14606475830078,26.83621597290039,-56.58811950683594,68.80680084228516,39.314395904541016,-85.46498107910156,49.44953536987305,57.112186431884766,-65.5102767944336,42.02336883544922,56.60898971557617,-72.05526733398438,42.678768157958984,77.06360626220703,10.57822322845459,90.61337280273438,78.24381256103516,18.85919952392578,94.94670104980469,82.9189224243164,17.455265045166016,86.41101837158203,87.3027114868164,-7.806828022003174,195.1914520263672,64.43933868408203,-7.632585048675537,185.89193725585938,71.30899810791016,-8.473583221435547,199.91567993164062,73.44562530517578,-8.534578323364258,195.44351196289062,-58.180538177490234,-6.593769073486328,207.94781494140625,-21.513412475585938,-6.937503814697266,218.30923461914062,-61.52473449707031,49.4517822265625,192.1510009765625,-98.28369140625,44.272186279296875,200.6680145263672,-79.94055938720703,41.00775146484375,184.12940979003906,-96.19181060791016,18.810588836669922,194.21578979492188,79.7595443725586,15.616848945617676,204.7755584716797,81.28331756591797,11.971348762512207,177.13265991210938,74.43392181396484,-26.083744049072266,153.2298583984375,-148.38705444335938,-21.168411254882812,171.91326904296875,-140.70729064941406,-30.007118225097656,171.24417114257812,-136.15478515625,54.15737533569336,105.47947692871094,69.89498901367188,36.18654251098633,110.17786407470703,71.47801208496094,37.851566314697266,107.7768783569336,49.946319580078125,30.090913772583008,87.76387023925781,-51.27075958251953,13.310965538024902,90.4868392944336,-55.269832611083984,19.99032211303711,88.7375717163086,-53.81828689575195,-6.368405818939209,198.85873413085938,76.38493347167969,-4.180936813354492,184.4281005859375,69.71524047851562,-4.805659770965576,192.08419799804688,64.39812469482422,-107.5928955078125,155.9042510986328,-2.065601110458374,-97.91678619384766,148.21275329589844,-9.184024810791016,-81.73532104492188,152.29417419433594,5.9268798828125,115.54367065429688,121.70584869384766,3.8991498947143555,111.78903198242188,114.82162475585938,-4.057231903076172,111.76229095458984,124.51238250732422,11.32789421081543,-47.366249084472656,78.03522491455078,70.14368438720703,-23.065040588378906,91.96381378173828,55.304386138916016,-40.224449157714844,79.89698028564453,76.31905364990234,53.77949905395508,83.34817504882812,88.01873016357422,26.207557678222656,88.48503112792969,95.64112854003906,43.85464859008789,82.02703094482422,82.5763931274414,57.79353713989258,87.7530746459961,-134.39938354492188,59.962860107421875,88.061279296875,-123.52162170410156,69.66667175292969,88.0092544555664,-119.23773956298828,-67.12299346923828,66.14278411865234,53.41630172729492,-67.79367065429688,64.36723327636719,67.3030014038086,-48.12164306640625,60.277015686035156,54.649742126464844,42.995609283447266,108.67545318603516,29.135114669799805,56.424278259277344,116.35051727294922,31.461912155151367,57.2321662902832,103.00836944580078,19.6019287109375,109.19811248779297,173.46954345703125,39.0616455078125,98.00492095947266,190.60513305664062,41.59788131713867,102.3277816772461,172.669677734375,43.85792541503906,-88.3906021118164,83.73554992675781,-69.52200317382812,-63.88471603393555,62.78648376464844,-63.781124114990234,-74.29834747314453,77.10640716552734,-66.17835998535156,-100.0710678100586,200.47120666503906,2.4410109519958496,-105.96295166015625,187.7547607421875,-7.330954074859619,-93.75858306884766,205.28465270996094,2.93035888671875,25.341875076293945,108.47270202636719,4.229804039001465,24.326229095458984,94.64335632324219,10.31303882598877,23.881242752075195,105.68922424316406,0.594111979007721,-6.061941146850586,91.77745819091797,62.747798919677734,-5.244349002838135,92.54584503173828,55.467002868652344,-5.270462989807129,112.93338012695312,57.17277145385742,15.873537063598633,112.22272491455078,121.86356353759766,2.386573076248169,118.10708618164062,118.6609878540039,24.207904815673828,112.25920104980469,107.07572174072266,-83.14633178710938,69.74075317382812,91.209228515625,-92.81594848632812,74.37533569335938,89.77906036376953,-86.80850219726562,75.6181411743164,92.18932342529297,117.74166870117188,112.75773620605469,12.424968719482422,120.4395980834961,94.67513275146484,-9.840864181518555,118.71751403808594,100.27145385742188,-10.56782341003418,68.19853973388672,70.34617614746094,52.99233627319336,56.26533889770508,66.90526580810547,43.26500701904297,55.01530075073242,72.60966491699219,43.37693786621094,68.40814208984375,76.17609405517578,69.58912658691406,43.85464859008789,82.02703094482422,82.5763931274414,60.19062042236328,75.76921081542969,57.9104118347168,46.720794677734375,82.50357055664062,46.956119537353516,50.758323669433594,80.19824981689453,67.26757049560547,55.28049087524414,76.34687042236328,52.91493606567383,-65.35844421386719,172.74647521972656,97.05267333984375,-55.219303131103516,172.53392028808594,99.43106079101562,-64.30609893798828,156.27194213867188,98.23413848876953,-47.3745231628418,96.6962661743164,26.040691375732422,-49.8615837097168,88.51607513427734,18.91764259338379,-66.28626251220703,87.40576934814453,31.151880264282227,78.59285736083984,192.18943786621094,-72.91307830810547,77.34978485107422,180.26515197753906,-69.7740478515625,94.04847717285156,173.20433044433594,-67.00382995605469,-112.81534576416016,139.95172119140625,-24.98048210144043,-115.2548828125,136.99305725097656,-34.889610290527344,-106.05765533447266,126.24493408203125,-40.878929138183594,83.13431549072266,73.20781707763672,65.30293273925781,85.91848754882812,77.83401489257812,75.39344787597656,85.6375503540039,74.8188705444336,68.94646453857422,-5.677394866943359,121.1111831665039,51.468040466308594,-10.327995300292969,121.51768493652344,53.06182098388672,-5.270462989807129,112.93338012695312,57.17277145385742,-47.3745231628418,96.6962661743164,26.040691375732422,-30.17095375061035,110.2846450805664,33.699073791503906,-41.07733154296875,91.48597717285156,18.530757904052734,-33.471153259277344,209.76686096191406,61.181941986083984,-29.409391403198242,219.393310546875,62.60382080078125,-38.91932678222656,218.83294677734375,59.1623649597168,39.59006881713867,187.04200744628906,69.85707092285156,43.1117057800293,192.2982177734375,66.36530303955078,47.45586013793945,172.5630645751953,82.31844329833984,-26.425539016723633,75.19278717041016,14.968587875366211,-26.607921600341797,61.39918518066406,24.637327194213867,-32.911293029785156,71.22614288330078,14.777702331542969,73.5278549194336,45.7932014465332,91.77483367919922,90.5782241821289,58.404380798339844,82.56961822509766,78.42997741699219,53.20547103881836,95.44873046875,22.67099380493164,67.1898422241211,-125.0636978149414,14.053291320800781,72.88799285888672,-139.67845153808594,22.075611114501953,74.66860961914062,-143.64248657226562,46.6567497253418,163.6168212890625,93.82679748535156,49.0166015625,175.91966247558594,100.26815795898438,43.46480941772461,183.54251098632812,95.22896575927734,-9.943035125732422,220.65817260742188,-71.92545318603516,-6.937503814697266,218.30923461914062,-61.52473449707031,-9.760208129882812,226.99610900878906,-61.395023345947266,70.17194366455078,68.3995132446289,-1.5896589756011963,74.09313201904297,58.43781280517578,-9.221686363220215,81.09642791748047,55.83734130859375,-11.663080215454102,-71.97713470458984,123.77888488769531,-78.19326782226562,-72.76606750488281,129.1578826904297,-78.18599700927734,-97.81373596191406,123.04332733154297,-80.58958435058594,-81.30089569091797,208.8670654296875,50.021507263183594,-68.73052978515625,217.4584503173828,51.759700775146484,-69.2813720703125,214.02886962890625,58.598793029785156,50.41969299316406,113.9788818359375,60.30200958251953,42.01594161987305,117.61007690429688,75.7219467163086,50.10224151611328,113.57292175292969,75.15042114257812,26.15845489501953,119.7763442993164,-158.9589385986328,24.469953536987305,133.707275390625,-158.97030639648438,19.172313690185547,119.95561218261719,-158.61819458007812,91.61943817138672,196.7655487060547,-43.18775177001953,77.02412414550781,207.99481201171875,-34.76236343383789,79.83560943603516,204.6714324951172,-42.766448974609375,15.873537063598633,112.22272491455078,121.86356353759766,8.23706340789795,119.14165496826172,124.7851333618164,2.386573076248169,118.10708618164062,118.6609878540039,-23.7254638671875,127.89546203613281,84.98611450195312,-16.072908401489258,116.31401062011719,95.20621490478516,-17.003639221191406,130.6521759033203,91.97771453857422,-37.07941436767578,89.01306915283203,22.47262954711914,-35.12921905517578,86.34801483154297,29.245485305786133,-20.2901668548584,98.44197845458984,32.97370529174805,-78.49748992919922,128.2584228515625,-16.29302978515625,-70.15813446044922,147.63731384277344,-9.758296966552734,-73.09300231933594,145.2242431640625,-8.360901832580566,-19.386104583740234,68.8558578491211,117.46895599365234,-13.718839645385742,79.9095458984375,117.29374694824219,-19.472238540649414,81.93604278564453,123.46778869628906,71.28363800048828,220.36073303222656,-33.11770248413086,61.95008087158203,218.2574462890625,-17.678518295288086,78.78040313720703,207.8756561279297,-31.354562759399414,26.11227035522461,72.57099914550781,-130.11563110351562,27.461992263793945,71.89840698242188,-119.59921264648438,44.60575485229492,81.68706512451172,-126.58686828613281,15.873537063598633,112.22272491455078,121.86356353759766,37.01020431518555,109.74517059326172,106.68138122558594,29.302650451660156,113.28765106201172,118.51359558105469,-11.23935317993164,81.31414794921875,70.08915710449219,-19.910781860351562,80.9637680053711,49.87968444824219,-23.662700653076172,73.86019134521484,67.87467193603516,-80.50438690185547,85.13101959228516,18.756698608398438,-77.5103530883789,73.86772155761719,3.434454917907715,-68.83999633789062,81.11490631103516,15.055573463439941,54.09978103637695,74.52758026123047,-56.46076202392578,50.45915985107422,67.3763427734375,-57.91664505004883,53.80233383178711,91.37918090820312,-42.90730285644531,-13.448179244995117,116.88407135009766,77.35115814208984,-19.210044860839844,118.80633544921875,70.72763061523438,-31.776193618774414,114.06954956054688,75.32300567626953,22.754764556884766,179.36851501464844,71.2583236694336,21.325546264648438,190.47015380859375,76.13337707519531,13.821195602416992,182.83773803710938,85.11443328857422,10.31476879119873,105.75862884521484,-60.37479019165039,11.315666198730469,109.62919616699219,-48.623470306396484,13.490315437316895,99.1231918334961,-54.422584533691406,-95.15277099609375,81.87715148925781,47.91017532348633,-90.2760238647461,78.58771514892578,50.054141998291016,-93.98726654052734,79.9986343383789,51.935672760009766,-51.48354721069336,101.33688354492188,36.07538986206055,-54.0855712890625,91.805419921875,21.80030632019043,-50.1759033203125,107.20233154296875,33.9551887512207,-53.48741912841797,82.79039001464844,86.93807220458984,-43.8237190246582,82.03018951416016,82.11577606201172,-30.558303833007812,86.91947937011719,92.6859130859375,80.67835998535156,119.48030090332031,-68.28872680664062,87.12835693359375,119.42559051513672,-72.41625213623047,86.57566833496094,115.46106719970703,-61.582149505615234,-99.37947082519531,90.173095703125,32.66017150878906,-100.23837280273438,81.30986022949219,12.016256332397461,-106.2439193725586,88.58229064941406,21.16057777404785,75.52547454833984,138.57290649414062,-41.036624908447266,76.60631561279297,139.0863037109375,-41.571136474609375,68.55704498291016,132.4423065185547,-59.80177688598633,107.78587341308594,95.60346221923828,57.749610900878906,104.83872985839844,96.58853149414062,63.04627227783203,99.69539642333984,90.68672943115234,45.67887878417969,-25.351608276367188,70.09744262695312,69.32787322998047,-17.579303741455078,79.97040557861328,59.49420166015625,-18.928386688232422,77.38550567626953,74.68275451660156,-76.93576049804688,106.04711151123047,-65.86906433105469,-79.70711517333984,111.95376586914062,-64.49100494384766,-69.65823364257812,113.73649597167969,-82.45230865478516,-22.225032806396484,67.37020111083984,26.751502990722656,-14.702816009521484,46.94008255004883,43.00852584838867,-19.28508186340332,61.082916259765625,22.34577751159668,7.68620491027832,107.10791015625,-150.31600952148438,6.805071830749512,122.7231216430664,-147.1622772216797,10.91313362121582,108.45372772216797,-157.2650909423828,-110.76353454589844,175.3493194580078,-20.637104034423828,-102.62110900878906,184.63189697265625,-14.728189468383789,-109.9859848022461,179.2395477294922,-27.194700241088867,-17.422563552856445,191.44146728515625,78.77030181884766,-11.614209175109863,180.8092041015625,84.40416717529297,-18.587726593017578,183.14999389648438,72.7762451171875,-8.5318603515625,212.51748657226562,-70.44345092773438,-9.639459609985352,197.91891479492188,-65.30854034423828,-8.534578323364258,195.44351196289062,-58.180538177490234,-12.286076545715332,88.44322967529297,-62.5181884765625,-14.67617416381836,79.81127166748047,-78.83108520507812,-20.3106689453125,91.52986907958984,-54.98965072631836,-8.936485290527344,157.29823303222656,53.81788635253906,-13.82223129272461,157.52059936523438,59.45785140991211,-9.318131446838379,167.4224395751953,63.224365234375,-11.226967811584473,126.48794555664062,75.42433166503906,-25.490184783935547,120.88874816894531,72.73394775390625,-14.886605262756348,124.68640899658203,80.8473892211914,-55.08863830566406,198.93780517578125,34.226234436035156,-63.52430725097656,202.68312072753906,12.752969741821289,-58.10296630859375,201.83758544921875,23.731767654418945,4.474524021148682,113.2343978881836,52.89100646972656,7.865509033203125,105.18441009521484,57.14999008178711,5.497262954711914,116.03070068359375,51.77598571777344,-77.69810485839844,172.00619506835938,78.50234985351562,-65.5586166381836,184.81509399414062,84.07884979248047,-80.08797454833984,167.63380432128906,86.39401245117188,-96.53153228759766,168.31646728515625,50.585838317871094,-92.78512573242188,178.00672912597656,55.81687927246094,-93.00933074951172,166.47982788085938,54.328914642333984,-98.4018325805664,104.00928497314453,-56.491294860839844,-88.02159118652344,95.80200958251953,-60.46839141845703,-93.58065795898438,117.72676849365234,-36.19158935546875,61.807716369628906,99.5201416015625,53.89190673828125,37.851566314697266,107.7768783569336,49.946319580078125,63.88032913208008,94.74994659423828,44.7282829284668,-57.83942794799805,87.75377655029297,-134.21878051757812,-47.1782112121582,88.76634979248047,-143.76617431640625,-66.41191101074219,91.7115478515625,-133.92910766601562,-106.8315200805664,85.65208435058594,23.245874404907227,-101.78255462646484,77.92446899414062,11.409863471984863,-98.69625091552734,85.70879364013672,29.831878662109375,-54.38009262084961,98.66028594970703,-146.61209106445312,-43.354305267333984,93.81331634521484,-149.75994873046875,-36.83197784423828,101.69551086425781,-152.15908813476562,-81.47518920898438,174.8604278564453,61.91668701171875,-91.04193878173828,161.3468780517578,56.06117630004883,-87.2813491821289,157.46145629882812,52.87230682373047,-6.9994330406188965,94.56549835205078,92.24465942382812,-11.31208610534668,83.51407623291016,99.0735092163086,-13.503122329711914,97.50534057617188,99.7812728881836,26.425539016723633,75.19278717041016,14.968587875366211,25.64474868774414,85.72021484375,17.00484848022461,31.00786781311035,85.54646301269531,11.727348327636719,-63.88798141479492,77.84323120117188,82.84271240234375,-56.5601921081543,91.0787124633789,99.49705505371094,-43.79781723022461,82.27490234375,93.54849243164062,45.42993927001953,166.15090942382812,-129.25103759765625,40.520870208740234,155.6297607421875,-132.91574096679688,40.819862365722656,164.36685180664062,-125.88253021240234,-60.178409576416016,108.83827209472656,101.27677154541016,-43.416221618652344,109.09600830078125,107.13135528564453,-53.800636291503906,109.85226440429688,110.45036315917969,-100.18712615966797,133.85977172851562,26.607486724853516,-111.96186065673828,121.99935150146484,13.143401145935059,-102.42833709716797,117.72622680664062,11.04633617401123,-54.34828567504883,106.0807876586914,59.04279327392578,-63.21593475341797,102.75740051269531,61.63252258300781,-58.909610748291016,97.69790649414062,43.55082702636719,79.92131805419922,201.33241271972656,-69.38180541992188,74.12471771240234,205.03897094726562,-54.50931930541992,69.7408447265625,207.9102325439453,-61.77055740356445,86.9818344116211,53.98044967651367,-35.6134033203125,79.0025405883789,54.437137603759766,-47.19520950317383,91.21235656738281,59.046661376953125,-46.27729034423828,-112.70291900634766,159.3720245361328,-63.63182067871094,-109.48906707763672,146.12669372558594,-70.60244750976562,-113.37303924560547,145.5599365234375,-64.20014190673828,-97.85459899902344,128.40267944335938,-72.72510528564453,-99.18865966796875,133.97369384765625,-71.22870635986328,-101.86337280273438,143.8265380859375,-84.40084838867188,5.37893009185791,125.589599609375,54.60367202758789,6.061622142791748,130.8232421875,45.39559555053711,8.550756454467773,130.36741638183594,49.918853759765625,-84.13081359863281,210.69386291503906,3.645519971847534,-71.85038757324219,201.7509765625,0.2562679946422577,-82.02095031738281,200.87594604492188,-4.683466911315918,-71.97713470458984,123.77888488769531,-78.19326782226562,-68.28044128417969,133.0777587890625,-69.34120178222656,-67.85125732421875,133.87548828125,-76.08859252929688,101.32579803466797,123.6048583984375,69.70572662353516,105.18741607666016,128.1026153564453,74.35801696777344,94.26579284667969,110.5871353149414,80.78617858886719,36.54642868041992,82.77454376220703,-15.272628784179688,45.50628662109375,61.2108154296875,-37.62326431274414,40.76543426513672,79.4122543334961,-32.23484420776367,-28.56409454345703,84.43484497070312,6.0953850746154785,-27.600313186645508,74.92890930175781,6.84824800491333,-30.2335205078125,77.11986541748047,12.973326683044434,-110.72953796386719,99.11522674560547,31.765361785888672,-115.41169738769531,102.71815490722656,35.16341781616211,-107.46334075927734,89.07453918457031,11.448920249938965,-4.525121212005615,110.28368377685547,81.71334075927734,-4.571269989013672,112.65404510498047,76.47169494628906,-3.720000982284546,112.95952606201172,67.15201568603516,20.733341217041016,68.99791717529297,9.828287124633789,12.208277702331543,63.010986328125,9.312264442443848,16.252840042114258,75.02294921875,-1.7672300338745117,-32.911293029785156,71.22614288330078,14.777702331542969,-37.523250579833984,68.38037109375,18.710731506347656,-37.38188171386719,75.72846221923828,15.242838859558105,-85.39781188964844,71.58381652832031,87.91521453857422,-82.1053466796875,74.52828216552734,88.66500091552734,-92.81594848632812,74.37533569335938,89.77906036376953,5.705564975738525,92.2613525390625,-90.4621810913086,4.343341827392578,97.39029693603516,-93.3926010131836,11.068243980407715,104.22245025634766,-124.42762756347656,-41.00775146484375,184.12940979003906,-96.19181060791016,-41.19467544555664,186.77728271484375,-110.50237274169922,-37.63487243652344,194.41632080078125,-101.94630432128906,13.682415962219238,194.73324584960938,-10.761015892028809,14.89108943939209,199.9775390625,-3.343487024307251,24.7470645904541,197.1362762451172,-3.581001043319702,-76.42134094238281,54.91850280761719,93.9854507446289,-84.9449462890625,53.81290817260742,75.72459411621094,-88.115234375,59.84211349487305,81.51422882080078,-21.418724060058594,152.4185028076172,109.70266723632812,-15.247697830200195,158.16900634765625,100.62841796875,-15.574793815612793,150.03897094726562,83.67750549316406,103.5246353149414,159.82025146484375,35.102603912353516,99.69828033447266,154.91700744628906,37.81159591674805,98.28489685058594,165.97918701171875,42.902992248535156,-96.9471435546875,87.77360534667969,-65.06846618652344,-101.47461700439453,87.1323013305664,-55.3012580871582,-92.61790466308594,79.22330474853516,-67.01011657714844,81.38240814208984,146.0229949951172,-9.127620697021484,98.98793029785156,143.15786743164062,-15.782586097717285,100.3615493774414,133.23553466796875,-28.230846405029297,6.940887928009033,62.147762298583984,66.54802703857422,17.463245391845703,45.747215270996094,65.62226867675781,16.73735237121582,52.53202438354492,58.074310302734375,90.07025146484375,103.73075866699219,-87.2774658203125,91.18583679199219,95.03437042236328,-91.47882080078125,84.90917205810547,97.84698486328125,-82.32393646240234,89.66950988769531,63.60841751098633,-1.807515025138855,88.24081420898438,78.58660888671875,15.31155014038086,81.09642791748047,55.83734130859375,-11.663080215454102,24.07889175415039,74.26200103759766,62.95587158203125,22.841371536254883,73.59217834472656,71.47179412841797,25.004606246948242,67.44442749023438,69.64686584472656,-53.92699432373047,116.33699035644531,117.64620971679688,-66.44905090332031,117.41995239257812,112.98223114013672,-53.800636291503906,109.85226440429688,110.45036315917969,-111.9408187866211,133.80503845214844,22.99089813232422,-95.68852996826172,148.18960571289062,38.27081298828125,-109.69837188720703,145.09144592285156,29.326644897460938,66.87277221679688,85.09326934814453,-120.01312255859375,57.77273178100586,83.9643783569336,-128.34532165527344,60.75313186645508,86.88717651367188,-137.7813262939453,-32.002357482910156,69.31475067138672,96.87366485595703,-42.56327438354492,60.76958465576172,85.7494888305664,-27.775646209716797,65.23485565185547,76.35352325439453,100.18712615966797,133.85977172851562,26.607486724853516,97.80781555175781,143.32809448242188,28.951980590820312,102.8910903930664,121.47589111328125,8.732646942138672,48.815399169921875,93.05736541748047,-32.249664306640625,41.39183807373047,88.54820251464844,-32.480743408203125,41.477996826171875,90.14472961425781,-23.464380264282227,-92.91011810302734,86.55110168457031,90.1852035522461,-99.19862365722656,88.05891418457031,77.53034210205078,-92.81594848632812,74.37533569335938,89.77906036376953,66.87277221679688,85.09326934814453,-120.01312255859375,52.01213073730469,86.94702911376953,-108.96049499511719,57.77273178100586,83.9643783569336,-128.34532165527344,-97.57308959960938,150.44284057617188,-88.99453735351562,-94.32062530517578,150.15277099609375,-96.32503509521484,-89.28524780273438,156.61341857910156,-94.2222900390625,-65.23735809326172,87.07986450195312,-103.23301696777344,-84.49114990234375,88.55563354492188,-100.24484252929688,-66.87277221679688,85.09326934814453,-120.01312255859375,26.607921600341797,61.39918518066406,24.637327194213867,38.95261001586914,64.14606475830078,26.83621597290039,37.434234619140625,58.48986053466797,44.17239761352539,-90.24346160888672,76.49369049072266,44.47050476074219,-89.58210754394531,76.26803588867188,43.750274658203125,-91.8303451538086,80.75312042236328,47.319923400878906,-66.34016418457031,134.24221801757812,-130.36366271972656,-62.848487854003906,131.1854705810547,-133.82138061523438,-53.26066970825195,130.64349365234375,-144.56504821777344,-111.69969940185547,138.92471313476562,-50.20170211791992,-113.36743927001953,138.1169891357422,-44.40939712524414,-109.86569213867188,132.1542510986328,-50.567832946777344,-10.327995300292969,121.51768493652344,53.06182098388672,-22.13772964477539,103.66161346435547,56.52865219116211,-12.304590225219727,109.84839630126953,62.906978607177734,110.0957260131836,109.48747253417969,66.44800567626953,104.83872985839844,96.58853149414062,63.04627227783203,107.78587341308594,95.60346221923828,57.749610900878906,-73.06314086914062,131.76016235351562,-57.93973922729492,-68.28044128417969,133.0777587890625,-69.34120178222656,-78.8026351928711,123.8968276977539,-52.895206451416016,62.23809051513672,204.19309997558594,21.293535232543945,62.45002746582031,219.61737060546875,21.67955780029297,59.95848083496094,213.79086303710938,29.182947158813477,-3.176136016845703,183.82167053222656,-130.1174774169922,-3.8248419761657715,163.33042907714844,-142.4402618408203,-5.3471269607543945,167.92332458496094,-144.11605834960938,-4.805659770965576,192.08419799804688,64.39812469482422,-4.180936813354492,184.4281005859375,69.71524047851562,-5.135931015014648,179.36680603027344,46.89777374267578,27.52873992919922,121.6704330444336,73.65074920654297,9.779365539550781,132.2764129638672,94.20172119140625,36.13791275024414,124.71521759033203,74.54542541503906,-52.575927734375,62.01857376098633,-60.25723648071289,-60.73862838745117,60.335899353027344,-64.5250244140625,-67.58641815185547,67.83245849609375,-68.33747863769531,25.6407527923584,242.5631561279297,11.223958969116211,21.09579849243164,224.83102416992188,12.637887954711914,16.658748626708984,225.0550994873047,16.650848388671875,41.325260162353516,114.57554626464844,14.799253463745117,34.693843841552734,117.10501098632812,21.1220703125,38.335418701171875,106.6927719116211,14.941798210144043,-59.14940643310547,62.14210510253906,48.758426666259766,-70.57313537597656,62.58805465698242,61.461700439453125,-48.98479461669922,57.32044982910156,54.443565368652344,47.32167434692383,88.95533752441406,-144.13751220703125,66.41191101074219,91.7115478515625,-133.92910766601562,65.01780700683594,95.86936950683594,-139.59750366210938,66.18094635009766,213.85690307617188,-61.282020568847656,74.01532745361328,208.76718139648438,-56.39011764526367,79.89775085449219,205.79270935058594,-65.61062622070312,108.25436401367188,165.10581970214844,4.815067768096924,110.12859344482422,187.2148895263672,11.01932430267334,105.31962585449219,175.05191040039062,9.729116439819336,80.67774963378906,110.05774688720703,-129.61131286621094,79.49208068847656,117.24235534667969,-127.63256072998047,75.44715118408203,121.86551666259766,-133.5059051513672,18.01515007019043,65.07664489746094,116.84176635742188,35.50730514526367,51.37777328491211,107.37960815429688,29.717878341674805,62.10672378540039,119.39793395996094,91.97430419921875,91.04540252685547,-102.24309539794922,101.14253997802734,102.73089599609375,-97.0608139038086,91.51162719726562,92.52264404296875,-88.3656234741211,-47.425636291503906,74.67633056640625,108.91557312011719,-65.69013214111328,66.36209106445312,92.35769653320312,-56.013771057128906,72.4996337890625,88.43408966064453,-36.54642868041992,82.77454376220703,-15.272628784179688,-43.75771713256836,70.25183868408203,-20.937908172607422,-37.778709411621094,80.67706298828125,-12.07826042175293,43.4185905456543,86.03067016601562,-32.6182746887207,57.4447135925293,87.92503356933594,-43.752525329589844,51.928836822509766,92.29512023925781,-31.7854061126709,11.394200325012207,152.28236389160156,99.99803161621094,5.803012847900391,150.23008728027344,89.96197509765625,14.079248428344727,149.6282501220703,82.81582641601562,32.915252685546875,178.55967712402344,100.1845703125,23.943986892700195,183.92579650878906,99.64717102050781,30.491100311279297,187.31129455566406,91.45903778076172,-19.772235870361328,149.6077423095703,47.892982482910156,-8.936485290527344,157.29823303222656,53.81788635253906,-14.975021362304688,152.37486267089844,46.1949348449707,22.67099380493164,67.1898422241211,-125.0636978149414,22.075611114501953,74.66860961914062,-143.64248657226562,27.611459732055664,69.66803741455078,-130.00338745117188,81.73532104492188,152.29417419433594,5.926880836486816,86.1085433959961,148.11260986328125,-8.190838813781738,97.91678619384766,148.21275329589844,-9.184024810791016,-57.780723571777344,114.40699005126953,11.118634223937988,-59.86665344238281,110.26728057861328,2.7341949939727783,-61.08427429199219,93.86770629882812,-15.399415969848633,22.4720516204834,95.0302505493164,64.29794311523438,9.002031326293945,106.88442993164062,61.894561767578125,9.742996215820312,113.52336120605469,55.42354202270508,33.508949279785156,101.49913787841797,-29.88155174255371,48.24421691894531,102.32178497314453,-15.244864463806152,37.925315856933594,104.63526153564453,-10.519837379455566,-100.22598266601562,119.19369506835938,8.87097454071045,-111.78903198242188,114.82162475585938,-4.057231903076172,-111.76229095458984,124.51238250732422,11.32789421081543,96.46661376953125,149.29190063476562,38.68320083618164,92.75627136230469,148.28988647460938,35.800140380859375,98.6882553100586,129.4082794189453,19.553834915161133,-62.153804779052734,93.80477905273438,-67.09126281738281,-72.4389877319336,86.43055725097656,-72.29694366455078,-82.17804718017578,102.92675018310547,-79.23486328125,33.78216552734375,156.55068969726562,-140.0167236328125,40.82887268066406,141.11904907226562,-147.25315856933594,40.34578323364258,151.19522094726562,-131.74024963378906,107.28033447265625,171.7886962890625,-63.068397521972656,107.52275085449219,174.1146697998047,-53.87812805175781,111.84574890136719,163.88568115234375,-54.6546516418457,-47.96851348876953,135.4973907470703,-152.00228881835938,-27.002704620361328,157.41624450683594,-149.22483825683594,-30.72266960144043,134.19859313964844,-160.24891662597656,98.99040985107422,122.96404266357422,-97.53905487060547,90.4774169921875,117.24819946289062,-109.7081298828125,92.0438003540039,108.95718383789062,-112.15721130371094,52.86638641357422,232.04104614257812,21.298059463500977,48.74723815917969,233.67184448242188,28.97933006286621,45.29990768432617,237.005126953125,22.922353744506836,-8.451814651489258,188.12486267089844,-9.32748031616211,-11.645391464233398,193.9734344482422,-3.274082899093628,-14.279926300048828,191.06370544433594,-14.221776962280273,-5.356575012207031,78.11962890625,-102.92699432373047,-5.091381072998047,86.9243392944336,-111.44984436035156,-5.438755989074707,84.81947326660156,-76.50140380859375,-89.61543273925781,76.58514404296875,77.0522232055664,-73.78104400634766,88.43614196777344,97.32794189453125,-70.3362808227539,87.73233032226562,98.83892822265625,37.48690414428711,85.65850830078125,99.56704711914062,33.273319244384766,92.11104583740234,102.57450103759766,24.792808532714844,84.32201385498047,98.9775619506836,63.97102355957031,102.64601135253906,112.3709945678711,78.46929168701172,83.39881134033203,106.54058074951172,59.83930206298828,90.06108093261719,120.2827377319336,25.07402992248535,100.0746841430664,38.57895278930664,21.272520065307617,108.68211364746094,46.473121643066406,35.92534255981445,92.09982299804688,43.596275329589844,-64.8775863647461,191.66177368164062,-97.87543487548828,-77.6876449584961,185.43411254882812,-90.01042938232422,-77.01473236083984,180.37371826171875,-97.54688262939453,-62.759708404541016,115.14341735839844,24.12207794189453,-56.21505355834961,110.2583999633789,22.132946014404297,-62.65301513671875,112.96810150146484,27.624353408813477,-74.05306243896484,96.63253784179688,51.321128845214844,-81.3382568359375,103.03605651855469,64.85289001464844,-80.13032531738281,96.25194549560547,45.46696090698242,-25.718036651611328,115.34554290771484,56.03443908691406,-37.663265228271484,107.86106872558594,49.88850021362305,-19.82569694519043,120.53882598876953,43.25315856933594,70.78690338134766,216.2769012451172,40.35562515258789,64.02313232421875,220.3203582763672,53.07592010498047,70.6347885131836,219.67893981933594,54.25836944580078,-3.1007750034332275,150.23641967773438,-139.17782592773438,-8.483375549316406,133.43040466308594,-154.61474609375,-8.773706436157227,152.34115600585938,-149.81129455566406,24.786502838134766,59.33803176879883,68.4465103149414,25.289989471435547,68.97225189208984,61.951690673828125,28.746166229248047,60.4007453918457,58.09908676147461,114.71310424804688,182.5324249267578,-3.4660120010375977,117.9402847290039,162.49046325683594,-22.403249740600586,110.77808380126953,175.3822021484375,-20.575485229492188,44.2155876159668,224.11474609375,-19.532697677612305,25.57815170288086,238.86053466796875,-19.027376174926758,40.24694061279297,232.86695861816406,-28.95233154296875,81.53006744384766,180.80406188964844,-69.11051940917969,65.59535217285156,198.25921630859375,-87.59815216064453,66.48431396484375,193.3423309326172,-77.50227355957031,25.046995162963867,71.06660461425781,73.22759246826172,17.599803924560547,80.02156829833984,59.52210998535156,25.289989471435547,68.97225189208984,61.951690673828125,-121.59147644042969,137.93138122558594,-3.895303964614868,-118.80419921875,128.49940490722656,-16.648569107055664,-123.5374984741211,131.71383666992188,-1.7147949934005737,-11.645391464233398,193.9734344482422,-3.274082899093628,-13.590917587280273,212.5076904296875,10.787601470947266,-18.351791381835938,195.1877899169922,-3.2517290115356445,-109.10108947753906,162.6699981689453,-54.749813079833984,-108.76521301269531,162.1514892578125,-63.969764709472656,-104.4798355102539,172.92843627929688,-53.982521057128906,12.255101203918457,113.72962188720703,58.056297302246094,8.264732360839844,108.26473236083984,65.57268524169922,21.2524471282959,98.77197265625,66.59370422363281,-34.314510345458984,56.50104904174805,49.66259002685547,-27.557838439941406,54.061580657958984,51.70652389526367,-27.628904342651367,60.35477828979492,53.23080062866211,3.318110942840576,167.21153259277344,51.21458053588867,4.180922031402588,184.42800903320312,69.71516418457031,5.135931015014648,179.36680603027344,46.89778137207031,46.50694274902344,74.64750671386719,109.07355499267578,20.410995483398438,82.96878051757812,111.67237854003906,26.7142391204834,82.9149169921875,102.95621490478516,88.32612609863281,186.73348999023438,-69.33365631103516,94.04847717285156,173.20433044433594,-67.00382995605469,100.08654022216797,174.89407348632812,-63.7052116394043,98.59051513671875,206.08746337890625,8.191415786743164,107.1148681640625,193.6898956298828,3.7421059608459473,103.48492431640625,200.40338134765625,12.98500919342041,-38.29094696044922,76.16552734375,127.59479522705078,-41.128143310546875,58.260292053222656,118.1192626953125,-26.742305755615234,76.92546844482422,126.30644226074219,-105.53584289550781,116.31904602050781,-21.123640060424805,-100.06722259521484,85.9239730834961,-44.80461120605469,-108.84778594970703,106.6044692993164,-40.416439056396484,-15.636549949645996,103.2608871459961,49.041690826416016,-17.14034080505371,101.35985565185547,43.54004669189453,-20.758834838867188,96.38666534423828,43.32749557495117,18.575651168823242,70.21674346923828,-120.1371078491211,25.562623977661133,79.27933502197266,-82.47020721435547,29.124095916748047,75.0539321899414,-94.38389587402344,36.43634033203125,64.73699188232422,77.64241790771484,32.86416244506836,62.368953704833984,71.88624572753906,29.644521713256836,68.73770904541016,78.37092590332031,101.03472137451172,100.018310546875,-29.750274658203125,110.19058227539062,111.91419982910156,-18.910438537597656,105.53584289550781,116.31904602050781,-21.123640060424805,-73.80087280273438,205.7476348876953,-28.160646438598633,-86.10774993896484,189.3199005126953,-27.623268127441406,-84.93074798583984,189.8872528076172,-29.757213592529297,-27.45228385925293,86.0462875366211,98.67768859863281,-38.624359130859375,84.1392822265625,98.44818878173828,-54.0098876953125,91.90059661865234,105.03794860839844,-82.37012481689453,98.24906158447266,34.236602783203125,-83.48008728027344,114.12071228027344,52.70700454711914,-79.96604919433594,99.5076904296875,42.636390686035156,115.82522583007812,153.90391540527344,-24.126981735229492,115.09844970703125,161.51914978027344,-22.103656768798828,114.88140106201172,157.30906677246094,-37.329246520996094,36.43634033203125,64.73699188232422,77.64241790771484,49.307777404785156,60.70291519165039,74.60137176513672,32.86416244506836,62.368953704833984,71.88624572753906,-54.79611587524414,201.44638061523438,-88.84888458251953,-44.272186279296875,200.6680145263672,-79.94055938720703,-48.54453659057617,215.70541381835938,-64.86216735839844,-60.620479583740234,89.75870513916016,23.47469139099121,-63.0432014465332,99.22985076904297,44.05117416381836,-54.43436813354492,104.8736572265625,41.39039611816406,30.36610221862793,60.23702621459961,73.65176391601562,47.74340057373047,57.97246551513672,75.4129409790039,32.078765869140625,63.70263671875,79.35354614257812,-91.8303451538086,80.75312042236328,47.319923400878906,-90.2760238647461,78.58771514892578,50.054141998291016,-91.8336181640625,74.71084594726562,42.511260986328125,-35.82051086425781,82.09571838378906,-23.63741683959961,-41.39183807373047,88.54820251464844,-32.480743408203125,-41.477996826171875,90.14472961425781,-23.464380264282227,-74.30937957763672,86.07990264892578,-77.5972900390625,-80.4152603149414,93.14905548095703,-89.06504821777344,-84.90917205810547,97.84698486328125,-82.32393646240234,-103.72396850585938,80.74881744384766,-6.552221775054932,-104.24120330810547,90.08531951904297,8.986383438110352,-102.23802947998047,76.23363494873047,0.8131049871444702,-28.712751388549805,89.74901580810547,-54.27206039428711,-20.3106689453125,91.52986907958984,-54.98965072631836,-21.849477767944336,83.62380981445312,-83.07066345214844,-13.517732620239258,149.2623748779297,57.9631233215332,-6.594882965087891,159.79393005371094,71.63253021240234,-6.83486795425415,151.9127960205078,71.0810775756836,58.75245666503906,80.69847869873047,-73.66189575195312,50.96430969238281,81.34053039550781,-62.99815368652344,44.25223159790039,81.02592468261719,-75.68167114257812,-78.78041076660156,207.8756561279297,-31.35456657409668,-82.29767608642578,207.51161193847656,-38.72869873046875,-91.10228729248047,199.56846618652344,-37.878257751464844,48.43865966796875,70.45582580566406,102.19695281982422,68.26214599609375,64.90872192382812,89.52880859375,43.53573989868164,63.636837005615234,84.6386947631836,86.02816772460938,210.62371826171875,2.621309995651245,90.31196594238281,213.96469116210938,9.833093643188477,99.77117919921875,209.30746459960938,7.199182033538818,-59.12998580932617,189.46478271484375,88.91004180908203,-71.87995910644531,197.8328399658203,73.292236328125,-60.623809814453125,199.71974182128906,79.17374420166016,72.24873352050781,85.98393249511719,30.960840225219727,69.36502838134766,94.00963592529297,45.27875518798828,60.03854751586914,86.4446792602539,23.968351364135742,73.24322509765625,201.7643585205078,-25.98142433166504,68.45880126953125,217.7506103515625,-30.948095321655273,77.02412414550781,207.99481201171875,-34.76236343383789,-15.350930213928223,221.562255859375,60.70311737060547,-15.693411827087402,216.5157470703125,43.319419860839844,-11.357818603515625,217.05514526367188,60.111385345458984,48.657779693603516,54.359230041503906,53.910926818847656,37.434234619140625,58.48986053466797,44.17239761352539,44.274635314941406,60.87956619262695,37.40515899658203,-88.44363403320312,87.12002563476562,28.985275268554688,-94.66443634033203,78.7322769165039,16.04307746887207,-88.24081420898438,78.58660888671875,15.31155014038086,34.24510192871094,201.5928955078125,84.70567321777344,26.693655014038086,200.85325622558594,86.06501770019531,28.853755950927734,190.46945190429688,93.75923919677734,79.49208068847656,117.24235534667969,-127.63256072998047,82.34701538085938,121.57084655761719,-114.82958984375,85.60317993164062,128.4259796142578,-109.10617065429688,52.76539611816406,210.58558654785156,48.80812072753906,66.70819854736328,210.04583740234375,39.5942268371582,50.79417419433594,214.86236572265625,56.902679443359375,37.63487243652344,194.41632080078125,-101.94630432128906,41.00775146484375,184.12940979003906,-96.19181060791016,40.01127624511719,191.04586791992188,-92.535888671875,-117.01122283935547,118.74075317382812,4.423994064331055,-113.86982727050781,113.08329010009766,-3.1701810359954834,-111.96186065673828,121.99935150146484,13.143401145935059,13.505044937133789,186.78146362304688,-36.23402404785156,14.279926300048828,191.06370544433594,-14.221776962280273,8.42816162109375,187.49571228027344,-22.971189498901367,102.42833709716797,117.72622680664062,11.04633617401123,113.86982727050781,113.08329010009766,-3.170186996459961,111.96186065673828,121.99935150146484,13.143401145935059,10.645368576049805,115.46853637695312,97.00406646728516,14.020113945007324,123.12616729736328,108.29601287841797,26.27352523803711,118.96112060546875,101.3903579711914,22.303537368774414,147.31381225585938,51.179691314697266,17.928056716918945,138.58245849609375,57.375267028808594,12.310888290405273,150.19393920898438,59.50629806518555,-7.756937026977539,39.20095443725586,42.65461349487305,-14.064200401306152,46.74549865722656,51.51729965209961,0.7945129871368408,42.600120544433594,51.604644775390625,17.463245391845703,45.747215270996094,65.62226867675781,6.940887928009033,62.147762298583984,66.54802703857422,15.1701021194458,47.9702262878418,76.11431884765625,-65.30482482910156,71.127197265625,74.68640899658203,-61.75050735473633,67.24520111083984,80.94911193847656,-67.79367065429688,64.36723327636719,67.3030014038086,100.09483337402344,121.03052520751953,-40.61927795410156,81.38240814208984,146.0229949951172,-9.127620697021484,100.3615493774414,133.23553466796875,-28.230846405029297,41.43889617919922,160.57327270507812,121.23860168457031,36.51850891113281,157.376708984375,127.48950958251953,45.84305953979492,155.57176208496094,122.34906768798828,16.63581085205078,83.06046295166016,83.55484008789062,19.240280151367188,83.9139633178711,93.91719055175781,18.44489288330078,85.4499282836914,85.08058166503906,-56.5601921081543,91.0787124633789,99.49705505371094,-63.88798141479492,77.84323120117188,82.84271240234375,-67.20490264892578,89.74581909179688,96.89192199707031,3.5686349868774414,170.60992431640625,111.81732940673828,5.528473854064941,154.3687744140625,111.04339599609375,7.957272052764893,151.304931640625,118.66156005859375,23.015764236450195,99.3989028930664,-39.745460510253906,11.846519470214844,105.58020782470703,-38.17040252685547,13.256335258483887,102.15608215332031,-45.22019577026367,69.17189025878906,149.328369140625,-121.90263366699219,66.30590057373047,142.3755645751953,-123.77572631835938,62.65412902832031,150.97117614746094,-131.08799743652344,-94.5400161743164,77.48673248291016,44.9108772277832,-91.8336181640625,74.71084594726562,42.511260986328125,-90.09019470214844,75.4854736328125,43.927974700927734,16.836599349975586,77.38812255859375,24.782609939575195,9.85340404510498,54.21780776977539,43.715396881103516,11.556133270263672,71.23384857177734,44.3223762512207,18.575651168823242,70.21674346923828,-120.1371078491211,21.849477767944336,83.62380981445312,-83.07066345214844,25.562623977661133,79.27933502197266,-82.47020721435547,-82.37012481689453,98.24906158447266,34.236602783203125,-80.39361572265625,88.2696304321289,18.09874725341797,-89.51165008544922,90.0904312133789,28.938718795776367,37.434234619140625,58.48986053466797,44.17239761352539,33.288814544677734,58.361961364746094,51.07918167114258,28.795528411865234,60.93423080444336,45.195674896240234,-3.5693531036376953,36.298667907714844,41.79645919799805,-10.30489730834961,40.21439743041992,36.64641189575195,-4.338204860687256,47.46104431152344,23.376447677612305,42.958717346191406,117.78428649902344,64.7479248046875,55.38802719116211,113.30118560791016,32.96924591064453,48.06169128417969,116.43990325927734,46.4706916809082,-78.68309783935547,130.4680633544922,-123.87065124511719,-79.49208068847656,117.24235534667969,-127.63256072998047,-75.44715118408203,121.86551666259766,-133.5059051513672,-80.13555145263672,199.0077667236328,58.1978759765625,-92.78512573242188,178.00672912597656,55.81687927246094,-89.25761413574219,187.0850830078125,52.16061019897461,25.851863861083984,65.25016021728516,51.528404235839844,35.7824592590332,62.96763610839844,45.245487213134766,28.078535079956055,60.25128173828125,48.457740783691406,-61.775691986083984,134.9234161376953,-72.72692108154297,-67.70760345458984,132.05223083496094,-67.45612335205078,-68.70767211914062,132.4835662841797,-59.51615524291992,88.3906021118164,83.73554992675781,-69.52200317382812,92.61790466308594,79.22330474853516,-67.01011657714844,96.9471435546875,87.77360534667969,-65.06846618652344,-46.803192138671875,71.88758087158203,104.43879699707031,-40.33219909667969,65.05425262451172,84.0548324584961,-32.46336364746094,77.2034912109375,108.08077239990234,-29.579246520996094,64.72087097167969,70.36316680908203,-26.854827880859375,64.45928192138672,79.57673645019531,-24.347837448120117,60.36962890625,78.13209533691406,7.093236923217773,173.7578887939453,-76.27704620361328,8.732196807861328,192.46624755859375,-50.604515075683594,12.237104415893555,178.1273651123047,-55.8189582824707,-42.38985061645508,169.3947296142578,109.5661849975586,-34.122802734375,169.7776336669922,113.19011688232422,-43.454898834228516,157.16775512695312,121.96441650390625,-48.65774154663086,54.359222412109375,53.91118240356445,-70.9947509765625,59.79668045043945,80.54749298095703,-71.16755676269531,59.89021301269531,59.19598388671875,58.71734619140625,214.0812225341797,9.563332557678223,55.25831985473633,226.1945343017578,7.293327808380127,69.0573959350586,223.5228271484375,-1.1312650442123413,-50.173770904541016,85.49374389648438,-91.90199279785156,-52.01213073730469,86.94702911376953,-108.96049499511719,-41.636837005615234,77.70748138427734,-99.73058319091797,38.2319221496582,73.4483642578125,-32.72105026245117,35.82051086425781,82.09571838378906,-23.637418746948242,39.32642364501953,82.43844604492188,-35.17887496948242,56.9466667175293,227.00628662109375,-34.29105758666992,42.58393859863281,230.37142944335938,-40.611244201660156,50.75712966918945,223.34519958496094,-41.678321838378906,-14.535069465637207,114.48091125488281,75.53838348388672,-22.504179000854492,115.37049102783203,67.36034393310547,-7.0174689292907715,122.34660339355469,62.99021911621094,-99.45565795898438,149.37351989746094,75.708740234375,-101.1418228149414,144.1926727294922,70.02250671386719,-97.43335723876953,137.78829956054688,79.67239379882812,74.73419952392578,145.89671325683594,-19.816688537597656,75.39550018310547,133.9095458984375,-44.1727294921875,79.51021575927734,136.0320281982422,-32.59376907348633,39.06525802612305,78.2355728149414,96.05516815185547,27.990732192993164,79.16160583496094,101.10883331298828,26.706750869750977,83.31192016601562,95.7621841430664,31.665103912353516,196.66348266601562,-117.9343490600586,33.20431137084961,208.36019897460938,-100.43529510498047,39.37164306640625,188.5835418701172,-121.4504623413086,-74.75145721435547,90.28295135498047,98.01483917236328,-81.56787109375,85.53838348388672,93.88680267333984,-70.38285827636719,86.99372863769531,102.40034484863281,96.21366119384766,191.3661346435547,-8.306621551513672,82.07576751708984,200.8660430908203,-4.724043846130371,103.55767822265625,183.56549072265625,-15.83043384552002,-26.062028884887695,78.68148040771484,103.6383056640625,-17.795238494873047,83.6577377319336,84.10771179199219,-26.0590877532959,82.37195587158203,107.0784912109375,-4.338204860687256,47.46104431152344,23.376447677612305,1.061540961265564,37.00780487060547,44.47195816040039,-3.5693531036376953,36.298667907714844,41.79645919799805,10.63564682006836,98.77631378173828,60.045047760009766,9.063323020935059,102.62428283691406,59.532039642333984,12.191704750061035,99.16783905029297,59.04829406738281,-7.683823108673096,110.05473327636719,78.97016143798828,-4.571269989013672,112.65404510498047,76.47169494628906,-9.257979393005371,112.50594329833984,76.30183410644531,-9.060235023498535,150.47552490234375,92.81012725830078,-16.693389892578125,151.63970947265625,108.704345703125,-21.418724060058594,152.4185028076172,109.70266723632812,-92.1361083984375,118.15776062011719,-39.700321197509766,-73.17425537109375,92.37495422363281,-54.88140869140625,-92.13038635253906,100.56185913085938,-63.398658752441406,-23.15848159790039,208.9600067138672,-99.94013977050781,-17.835437774658203,203.01600646972656,-107.76273345947266,-13.717663764953613,208.51979064941406,-94.87509155273438,-5.433413982391357,179.8986053466797,-28.9405460357666,-8.451814651489258,188.12486267089844,-9.32748031616211,-8.42816162109375,187.49571228027344,-22.971189498901367,43.84737014770508,232.38047790527344,-42.524295806884766,27.70047950744629,240.23631286621094,-38.3076057434082,52.362342834472656,232.4446258544922,-34.81361770629883,-52.396881103515625,77.06803131103516,34.97566604614258,-35.61299514770508,86.03962707519531,27.987796783447266,-41.03314208984375,80.0551528930664,26.308767318725586,111.96186065673828,121.99935150146484,13.143401145935059,120.76424407958984,132.99452209472656,15.355175018310547,111.9408187866211,133.80503845214844,22.990894317626953,22.742515563964844,86.66641998291016,125.6920166015625,12.058389663696289,96.0086669921875,121.12329864501953,31.188560485839844,93.86187744140625,126.62081146240234,-19.953840255737305,124.53263092041016,109.64157104492188,-20.909250259399414,134.30435180664062,119.59278106689453,-13.251429557800293,133.55665588378906,111.05345916748047,42.68283462524414,195.01063537597656,70.83163452148438,47.13594436645508,199.7230987548828,76.5035171508789,43.556610107421875,189.93173217773438,86.41558837890625,5.619101047515869,135.6170196533203,-109.12052154541016,2.9313600063323975,164.59495544433594,-113.41105651855469,4.618083953857422,153.2578887939453,-115.51071166992188,9.28127670288086,123.01805114746094,-93.0179214477539,7.856947898864746,126.62007141113281,-70.18096923828125,8.254520416259766,110.69634246826172,-73.05060577392578,-6.131587028503418,183.50320434570312,-105.07324981689453,-6.090065956115723,162.1533660888672,-110.88521575927734,-8.935580253601074,172.34107971191406,-97.87154388427734,-77.11061096191406,154.49679565429688,-114.60848236083984,-69.17189025878906,149.328369140625,-121.90263366699219,-78.38912963867188,145.53892517089844,-121.94488525390625,25.851863861083984,65.25016021728516,51.528404235839844,30.476757049560547,63.581748962402344,54.151790618896484,35.7824592590332,62.96763610839844,45.245487213134766,-118.15409088134766,106.36747741699219,15.468082427978516,-117.30237579345703,97.70790100097656,-5.445785999298096,-114.6404037475586,111.83668518066406,12.684127807617188,-8.099207878112793,85.9958724975586,-110.24507141113281,-11.96308708190918,97.62834930419922,-110.46517181396484,-14.078363418579102,104.3967056274414,-124.69081115722656,-15.636549949645996,103.2608871459961,49.041690826416016,-9.98210620880127,112.8322982788086,53.02827072143555,-5.6367950439453125,115.93680572509766,51.82636260986328,-10.225196838378906,133.20028686523438,49.65095520019531,-12.19062614440918,131.40420532226562,42.58983612060547,-24.7501277923584,119.46434783935547,58.419288635253906,-75.16633605957031,108.37091064453125,-134.5304718017578,-90.05592346191406,98.27914428710938,-112.54249572753906,-74.41520690917969,99.56770324707031,-127.14370727539062,81.28682708740234,132.38848876953125,-81.7870101928711,84.60137176513672,122.06649780273438,-70.33416748046875,91.56725311279297,135.49285888671875,-84.8985595703125,-37.69767379760742,215.4377899169922,-49.73406219482422,-51.43522262573242,214.01480102539062,-50.03105926513672,-45.906272888183594,218.90280151367188,-56.82638168334961,-94.87612915039062,141.7064666748047,-100.08727264404297,-85.60317993164062,128.4259796142578,-109.10617065429688,-85.03469848632812,144.28250122070312,-112.2625961303711,-38.2319221496582,73.4483642578125,-32.72105026245117,-35.82051086425781,82.09571838378906,-23.63741683959961,-33.19635009765625,84.26681518554688,-16.2333984375,42.55879592895508,62.89154815673828,40.03260803222656,49.11483383178711,57.370079040527344,54.267276763916016,59.14943313598633,62.14210510253906,48.75844192504883,-78.14264678955078,188.3157196044922,73.49053955078125,-71.87995910644531,197.8328399658203,73.292236328125,-59.12998580932617,189.46478271484375,88.91004180908203,-62.450721740722656,96.60831451416016,-48.42087936401367,-58.72652816772461,92.54862976074219,-43.05237579345703,-55.45849609375,95.07671356201172,-46.03952407836914,118.45977020263672,141.58816528320312,9.548633575439453,113.37744140625,153.96600341796875,9.485088348388672,120.85287475585938,131.1990203857422,-2.8657450675964355,-42.397071838378906,79.96678161621094,87.95288848876953,-74.99321746826172,76.1910400390625,78.30363464355469,-69.0175552368164,72.95279693603516,68.5576171875,-36.6645393371582,160.57879638671875,-138.74549865722656,-30.340505599975586,171.5554962158203,-139.90342712402344,-27.002704620361328,157.41624450683594,-149.22483825683594,112.81534576416016,139.95172119140625,-24.980478286743164,115.2548828125,136.99305725097656,-34.889610290527344,118.80330657958984,153.8633270263672,-23.23793601989746,31.106416702270508,45.24708557128906,83.66643524169922,21.84930419921875,39.40001678466797,76.16381072998047,40.142547607421875,40.988243103027344,78.69855499267578,11.645391464233398,193.9734344482422,-3.274082899093628,18.351791381835938,195.1877899169922,-3.2517290115356445,13.590917587280273,212.5076904296875,10.787601470947266,-101.03472137451172,100.018310546875,-29.750274658203125,-100.06722259521484,85.9239730834961,-44.80461120605469,-105.53584289550781,116.31904602050781,-21.123640060424805,-98.79547882080078,66.83206939697266,-42.34891891479492,-111.580322265625,82.55152130126953,-23.574129104614258,-103.15755462646484,74.88185119628906,-21.53298568725586,15.510945320129395,106.49683380126953,-39.91823196411133,15.141597747802734,103.49291229248047,-32.58839416503906,20.925857543945312,103.16838073730469,-40.743141174316406,-14.223291397094727,95.5815658569336,60.02436065673828,-23.065040588378906,91.96381378173828,55.304386138916016,-19.745771408081055,95.7884521484375,48.437137603759766,-110.35587310791016,130.1158447265625,22.576723098754883,-109.71305084228516,114.72879028320312,10.294903755187988,-98.6882553100586,129.4082794189453,19.553834915161133,-30.93553924560547,161.12779235839844,119.21330261230469,-30.159984588623047,130.1696014404297,125.03370666503906,-35.87955093383789,146.214599609375,125.23576354980469,52.09471130371094,200.84344482421875,78.73079681396484,60.62291717529297,199.71934509277344,79.17431640625,47.774723052978516,188.3111572265625,92.5909652709961,-13.760120391845703,115.97196197509766,93.23601531982422,-30.604915618896484,114.91180419921875,85.30281829833984,-36.26687240600586,121.18064880371094,73.76583099365234,-2.4789180755615234,87.8101806640625,40.76179122924805,-2.337671995162964,111.4687728881836,26.749155044555664,-6.077385902404785,112.76730346679688,28.067907333374023,-39.517494201660156,92.76851654052734,130.02366638183594,-55.619503021240234,94.32665252685547,126.7906494140625,-52.526466369628906,81.72090148925781,126.72401428222656,-11.035968780517578,125.26969146728516,104.84028625488281,-16.555580139160156,114.52710723876953,101.64080047607422,-13.760120391845703,115.97196197509766,93.23601531982422,-28.011817932128906,80.76681518554688,104.4115219116211,-34.914939880371094,78.82793426513672,106.07112884521484,-47.57801818847656,71.75445556640625,104.95602416992188,36.97295379638672,227.11228942871094,36.805511474609375,40.43500900268555,238.08926391601562,30.276227951049805,48.74723815917969,233.67184448242188,28.97933006286621,-20.94071388244629,99.67132568359375,28.833635330200195,-22.552228927612305,109.10484313964844,30.240036010742188,-8.675992965698242,112.89789581298828,32.38496398925781,-26.11227035522461,72.57099914550781,-130.11563110351562,-44.60575485229492,81.68706512451172,-126.58686828613281,-27.461992263793945,71.89840698242188,-119.59921264648438,-75.22614288330078,66.94840240478516,56.69245147705078,-74.78314208984375,69.88850402832031,69.61156463623047,-68.23784637451172,67.25631713867188,72.14512634277344,-45.961708068847656,68.93574523925781,30.65899085998535,-56.104942321777344,64.65966033935547,29.422529220581055,-50.96875762939453,64.10126495361328,31.54924201965332,-60.03854751586914,86.4446792602539,23.96834945678711,-68.83999633789062,81.11490631103516,15.055573463439941,-65.1102523803711,76.96593475341797,5.515864849090576,-34.35194396972656,85.91840362548828,-145.88320922851562,-43.354305267333984,93.81331634521484,-149.75994873046875,-47.1782112121582,88.76634979248047,-143.76617431640625,11.374101638793945,241.24124145507812,-10.319952011108398,17.936222076416016,244.4623565673828,-19.998926162719727,16.010019302368164,240.76564025878906,-30.339462280273438,27.354246139526367,209.8104248046875,80.45355987548828,11.50407600402832,210.29315185546875,78.73253631591797,15.616848945617676,204.7755584716797,81.28331756591797,6.624797821044922,181.0091094970703,-133.30250549316406,4.765940189361572,180.7830047607422,-123.43202209472656,6.417544841766357,159.13792419433594,-140.81826782226562,69.66667175292969,88.0092544555664,-119.23773956298828,81.71275329589844,90.5634994506836,-106.46195983886719,78.63105773925781,92.17940521240234,-117.97789001464844,-84.93074798583984,189.8872528076172,-29.757213592529297,-95.15128326416016,196.4221649169922,-28.594457626342773,-73.80087280273438,205.7476348876953,-28.160646438598633,-40.773616790771484,114.80850219726562,11.322783470153809,-45.14202880859375,126.13997650146484,18.786813735961914,-31.941146850585938,126.05879974365234,19.959396362304688,-75.55928802490234,69.67630767822266,57.828643798828125,-83.64634704589844,68.39762115478516,65.4888916015625,-82.99710083007812,72.98148345947266,64.75359344482422,-34.45730209350586,115.79805755615234,61.45857620239258,-13.031061172485352,121.55895233154297,75.1764144897461,-18.340879440307617,120.53899383544922,80.73529815673828,46.18855667114258,101.38648986816406,-33.7761344909668,20.925857543945312,103.16838073730469,-40.743141174316406,36.243404388427734,104.88661193847656,-27.374465942382812,-56.32909393310547,79.32967376708984,0.5420730113983154,-46.63419723510742,82.96957397460938,3.9525859355926514,-48.491329193115234,67.9863052368164,-16.967021942138672,44.56885528564453,126.5069580078125,22.471513748168945,53.88462448120117,121.09320068359375,15.165303230285645,34.65829086303711,128.72857666015625,20.609533309936523,79.51177215576172,224.67471313476562,-16.0976505279541,83.5179214477539,218.43649291992188,-8.75722599029541,91.25017547607422,213.4538116455078,-21.236194610595703,-23.45148468017578,82.13600158691406,90.2119140625,-42.397071838378906,79.96678161621094,87.95288848876953,-40.224449157714844,79.89698028564453,76.31905364990234,-11.746207237243652,228.9446563720703,23.881061553955078,-20.489336013793945,240.95986938476562,21.355300903320312,-11.12905502319336,232.39688110351562,31.779634475708008,-66.18094635009766,213.85690307617188,-61.28202438354492,-82.78885650634766,201.88848876953125,-71.21788787841797,-79.89775085449219,205.79270935058594,-65.61062622070312,24.223533630371094,76.3546371459961,10.042698860168457,20.733341217041016,68.99791717529297,9.828287124633789,22.319499969482422,82.09711456298828,1.7617210149765015,79.61151123046875,130.45188903808594,-19.539180755615234,74.73419952392578,145.89671325683594,-19.816688537597656,75.43675994873047,141.441650390625,-13.71264362335205,63.811588287353516,151.28012084960938,102.96408081054688,48.353641510009766,155.98477172851562,96.05072021484375,56.205604553222656,156.7188262939453,97.30048370361328,-22.504179000854492,115.37049102783203,67.36034393310547,-11.853805541992188,123.1352767944336,59.895938873291016,-7.0174689292907715,122.34660339355469,62.99021911621094,-109.19811248779297,173.46954345703125,39.0616455078125,-110.83432006835938,175.3931427001953,29.9261474609375,-114.99305725097656,162.94602966308594,29.256317138671875,25.763214111328125,115.3471908569336,55.926815032958984,8.550756454467773,130.36741638183594,49.918853759765625,10.9080810546875,128.67173767089844,42.50801467895508,-37.813846588134766,89.91278839111328,-3.083904981613159,-35.14640808105469,79.40946197509766,-11.0936861038208,-33.19635009765625,84.26681518554688,-16.2333984375,-23.18568229675293,129.4649200439453,11.387181282043457,-34.65829086303711,128.72857666015625,20.609533309936523,-19.266132354736328,135.486572265625,16.975414276123047,1.6950759887695312,145.96734619140625,121.56080627441406,2.0179569721221924,154.3931427001953,110.3265380859375,-4.625249862670898,145.14476013183594,117.46847534179688,33.42397689819336,243.4444580078125,-2.3765709400177,23.341367721557617,242.71925354003906,1.4568730592727661,22.039775848388672,238.56655883789062,-6.040243148803711,84.91988372802734,71.6683349609375,71.96623229980469,83.13431549072266,73.20781707763672,65.30293273925781,85.6375503540039,74.8188705444336,68.94646453857422,21.600740432739258,75.33595275878906,23.749666213989258,20.42494010925293,63.868953704833984,28.59036636352539,20.98330307006836,81.5977554321289,36.5035400390625,-34.99504089355469,120.96421813964844,-158.80532836914062,-23.829265594482422,120.4374008178711,-162.53976440429688,-34.20354461669922,105.07881927490234,-155.86886596679688,57.631046295166016,71.00740814208984,104.93803405761719,48.974361419677734,76.95391082763672,109.11919403076172,51.522335052490234,69.54789733886719,107.59893035888672,-98.29731750488281,123.22601318359375,-64.20849609375,-91.54497528076172,135.4752197265625,-84.86978912353516,-94.82563781738281,130.04443359375,-73.39058685302734,-21.91389274597168,58.759124755859375,24.402217864990234,-25.554874420166016,67.21139526367188,26.224674224853516,-28.636940002441406,68.6889877319336,14.017823219299316,66.97449493408203,134.724853515625,-70.42974090576172,78.7890625,123.93807983398438,-52.90251159667969,71.97700500488281,123.9697036743164,-78.05815124511719,-63.055625915527344,205.15899658203125,10.440242767333984,-82.02095031738281,200.87594604492188,-4.683466911315918,-71.85038757324219,201.7509765625,0.2562679946422577,31.56740379333496,112.28902435302734,25.351625442504883,36.28999710083008,108.69315338134766,31.12123680114746,28.935298919677734,118.93787384033203,41.838775634765625,67.92232513427734,86.93345642089844,103.18895721435547,55.92604446411133,94.42828369140625,105.98321533203125,51.68511962890625,90.7337875366211,107.71581268310547,-91.10228729248047,199.56846618652344,-37.878257751464844,-95.2078857421875,195.11390686035156,-43.27461624145508,-86.10774993896484,189.3199005126953,-27.623268127441406,17.687238693237305,96.54534912109375,41.70045852661133,29.17741584777832,91.6579818725586,30.940141677856445,18.25131607055664,99.05599975585938,33.97365951538086,8.700702667236328,161.93362426757812,-92.44546508789062,7.093236923217773,173.7578887939453,-76.27704620361328,10.594959259033203,164.16590881347656,-72.15296936035156,9.85340404510498,54.21780776977539,43.715396881103516,16.836599349975586,77.38812255859375,24.782609939575195,13.983987808227539,64.7445297241211,23.971132278442383,5.433269023895264,161.4710693359375,-93.48241424560547,9.291482925415039,144.7529296875,-94.25273895263672,7.668231964111328,162.6572723388672,-74.67456817626953,78.68309783935547,130.4680633544922,-123.87065124511719,64.36207580566406,140.41436767578125,-121.57257080078125,66.34016418457031,134.24221801757812,-130.36366271972656,-14.799407005310059,59.261695861816406,86.07795715332031,-17.359411239624023,62.34787368774414,93.57377624511719,-19.17514991760254,60.103233337402344,87.25963592529297,-48.34447479248047,209.19326782226562,-43.99676513671875,-61.46615982055664,205.58949279785156,-46.694793701171875,-51.43522262573242,214.01480102539062,-50.03105926513672,-0.01182899996638298,125.79298400878906,17.807769775390625,0.4704029858112335,128.4852752685547,10.926041603088379,-9.88487720489502,122.36620330810547,20.208641052246094,103.55767822265625,183.56549072265625,-15.83043384552002,82.07576751708984,200.8660430908203,-4.724043846130371,97.15657806396484,200.2178192138672,-4.4555230140686035,6.124818801879883,171.7482147216797,-97.21759033203125,4.014556884765625,173.4002685546875,-76.56452178955078,5.8331499099731445,190.73117065429688,-72.34750366210938,35.612998962402344,86.03962707519531,27.987796783447266,40.93678665161133,80.09168243408203,26.178367614746094,31.00786781311035,85.54646301269531,11.727348327636719,118.80330657958984,153.8633270263672,-23.23793601989746,114.07411193847656,163.40321350097656,-1.0959479808807373,112.81534576416016,139.95172119140625,-24.980478286743164,4.184377193450928,112.26795196533203,48.139183044433594,2.404026985168457,125.77103424072266,54.04909896850586,4.712179183959961,105.94206237792969,34.2668342590332,89.40953063964844,72.7428207397461,69.72634887695312,78.1163101196289,77.5075454711914,74.03253173828125,66.99288177490234,70.16152954101562,52.330238342285156,97.80445098876953,123.08521270751953,-80.57801818847656,100.19509887695312,138.42828369140625,-85.22396087646484,87.59986877441406,131.89892578125,-80.9364242553711,-6.402760028839111,165.7761688232422,-125.6214599609375,-6.090065956115723,162.1533660888672,-110.88521575927734,-4.765940189361572,180.7830047607422,-123.43202209472656,83.89588928222656,209.23291015625,-10.747550964355469,58.71734619140625,214.0812225341797,9.563332557678223,69.0573959350586,223.5228271484375,-1.1312650442123413,-21.65665054321289,204.42562866210938,1.709233045578003,-25.223594665527344,208.42959594726562,7.364171028137207,-15.037957191467285,222.93788146972656,4.107001781463623,103.55767822265625,183.56549072265625,-15.83043384552002,97.15657806396484,200.2178192138672,-4.4555230140686035,111.03406524658203,187.10243225097656,-8.722845077514648,-7.033711910247803,81.85499572753906,-137.65878295898438,-14.053197860717773,72.88802337646484,-139.6783905029297,-14.565303802490234,81.73928833007812,-147.6301727294922,-60.62518310546875,58.24581527709961,-3.829922914505005,-62.1158447265625,53.45322799682617,-8.045209884643555,-52.563629150390625,54.47087097167969,-14.322311401367188,-7.203218936920166,99.0231704711914,-89.03534698486328,-11.96308708190918,97.62834930419922,-110.46517181396484,-8.555389404296875,93.32185363769531,-88.45872497558594,26.6227970123291,62.78947830200195,55.66814422607422,20.321474075317383,62.39506530761719,66.96927642822266,22.19510269165039,71.03321075439453,64.79354858398438,-60.73862838745117,60.335899353027344,-64.5250244140625,-74.31655883789062,62.118263244628906,-66.94405364990234,-67.58641815185547,67.83245849609375,-68.33747863769531,-44.055519104003906,95.23043823242188,-6.183705806732178,-36.54642868041992,82.77454376220703,-15.272628784179688,-40.834556579589844,90.08661651611328,-3.5428659915924072,45.14202880859375,126.13997650146484,18.786813735961914,53.938358306884766,116.47701263427734,13.440556526184082,56.41496658325195,114.38397216796875,7.109283924102783,-90.45384979248047,159.8578338623047,-89.55754089355469,-90.5469741821289,157.79762268066406,-98.58483123779297,-100.36289978027344,151.11257934570312,-92.0615005493164,-110.04935455322266,172.3427276611328,22.461063385009766,-114.9446029663086,151.6444549560547,2.600421905517578,-121.59147644042969,137.93138122558594,-3.895303964614868,-29.94358253479004,242.0311279296875,9.962987899780273,-33.438377380371094,239.7252960205078,19.880840301513672,-33.42397689819336,243.4444580078125,-2.3765709400177,-116.87327575683594,167.83998107910156,-7.2349419593811035,-117.9402847290039,162.49046325683594,-22.403247833251953,-118.80330657958984,153.8633270263672,-23.23793601989746,-16.06395721435547,174.62017822265625,92.5052490234375,-11.614209175109863,180.8092041015625,84.40416717529297,-18.410892486572266,174.0994415283203,99.70849609375,72.58345031738281,146.7459259033203,-25.728656768798828,71.22409057617188,151.84722900390625,-12.11624526977539,82.38338470458984,148.09420776367188,-15.990107536315918,-11.112696647644043,71.1539306640625,-130.38763427734375,-10.680500030517578,71.96603393554688,-116.333984375,-19.077804565429688,67.87027740478516,-114.93077850341797,-31.92339324951172,121.43547821044922,81.84915161132812,-16.072908401489258,116.31401062011719,95.20621490478516,-23.7254638671875,127.89546203613281,84.98611450195312,20.226303100585938,73.87518310546875,83.8262710571289,15.241988182067871,82.2103042602539,87.45761108398438,10.071678161621094,78.84691619873047,73.23180389404297,33.476318359375,113.65978240966797,4.668500900268555,22.19680404663086,125.18365478515625,10.32689094543457,19.286001205444336,118.43214416503906,3.4898459911346436,31.56740379333496,112.28902435302734,25.351625442504883,20.9766845703125,128.41920471191406,36.137939453125,22.234830856323242,128.5947265625,28.751935958862305,-11.432295799255371,107.84564208984375,-10.140616416931152,-16.808412551879883,110.00724029541016,-1.3143349885940552,-21.19436264038086,102.87353515625,-6.824865818023682,-55.619503021240234,94.32665252685547,126.7906494140625,-71.25511932373047,71.46453857421875,115.11347961425781,-52.526466369628906,81.72090148925781,126.72401428222656,-8.675992965698242,112.89789581298828,32.38496398925781,-22.552228927612305,109.10484313964844,30.240036010742188,-10.637451171875,127.1783676147461,36.46415710449219,22.24294090270996,228.75674438476562,55.351314544677734,14.62428092956543,224.58448791503906,61.80965805053711,28.05832862854004,228.00987243652344,58.753273010253906,-79.51176452636719,224.67471313476562,-16.097646713256836,-77.34559631347656,223.2633514404297,-21.31709861755371,-91.25017547607422,213.45379638671875,-21.23619270324707,37.523250579833984,68.38037109375,18.71072769165039,38.95261001586914,64.14606475830078,26.83621597290039,26.607921600341797,61.39918518066406,24.637327194213867,101.08208465576172,84.9366455078125,63.2920036315918,101.04632568359375,76.17662811279297,56.490291595458984,98.3653564453125,88.36812591552734,59.71508026123047,-104.0830307006836,193.64144897460938,-16.458667755126953,-109.9859848022461,179.2395477294922,-27.194700241088867,-102.62110900878906,184.63189697265625,-14.728189468383789,-65.3525390625,71.02259063720703,47.69293212890625,-56.58811950683594,68.80680084228516,39.314395904541016,-80.81668090820312,66.97408294677734,55.89911651611328,-74.30937957763672,86.07990264892578,-77.5972900390625,-72.4389877319336,86.43055725097656,-72.29694366455078,-58.071083068847656,83.7033920288086,-73.45095825195312,77.5103530883789,73.86772155761719,3.4344561100006104,80.50438690185547,85.13101959228516,18.756698608398438,68.84000396728516,81.11489868164062,15.055570602416992,27.667491912841797,242.72915649414062,-26.86603546142578,17.936222076416016,244.4623565673828,-19.998926162719727,18.007572174072266,242.6100616455078,-3.241260051727295,-99.45565795898438,149.37351989746094,75.708740234375,-97.43335723876953,137.78829956054688,79.67239379882812,-92.17948913574219,139.541748046875,82.44869232177734,86.80847930908203,75.61815643310547,92.18931579589844,89.6192398071289,75.21552276611328,88.66496276855469,92.3133316040039,73.46051788330078,90.430419921875,-14.95590591430664,94.83319091796875,45.18904113769531,-20.069984436035156,95.56661224365234,41.191959381103516,-15.132678985595703,98.51221466064453,45.43159103393555,-114.9446029663086,151.6444549560547,2.600421905517578,-105.04985046386719,155.41929626464844,2.2090699672698975,-107.10513305664062,147.1441650390625,-8.04634952545166,-58.5228157043457,96.09465789794922,-16.042362213134766,-51.42006301879883,94.42030334472656,-20.60515594482422,-57.78554153442383,94.6339340209961,-13.255697250366211,-55.77847671508789,73.6798324584961,84.27447509765625,-61.75050735473633,67.24520111083984,80.94911193847656,-65.30482482910156,71.127197265625,74.68640899658203,-88.0955810546875,156.93272399902344,-82.07660675048828,-89.28524780273438,156.61341857910156,-94.2222900390625,-81.5977783203125,159.77505493164062,-92.06608581542969,-95.89652252197266,82.5556411743164,-70.06077575683594,-85.62020111083984,74.9522476196289,-71.14520263671875,-95.1350326538086,76.91316223144531,-66.38192749023438,-18.007570266723633,242.6100616455078,-3.2412590980529785,-21.973155975341797,245.6337127685547,2.2071049213409424,-14.233485221862793,237.29432678222656,5.125837802886963,-39.34177017211914,217.23280334472656,56.46320724487305,-50.86968231201172,215.29193115234375,66.87125396728516,-50.79417419433594,214.86236572265625,56.902679443359375,98.89356994628906,138.41929626464844,-88.2577896118164,100.94566345214844,129.68231201171875,-88.89008331298828,96.87529754638672,123.0238037109375,-83.50827026367188,-63.52430725097656,202.68312072753906,12.752969741821289,-59.65690231323242,204.15408325195312,13.724020957946777,-58.10296630859375,201.83758544921875,23.731767654418945,-86.71829223632812,115.48918914794922,-61.391693115234375,-85.61637115478516,125.19913482666016,-41.061424255371094,-91.38877868652344,121.80738830566406,-44.166133880615234,67.20861053466797,129.51087951660156,-77.30240631103516,65.89398193359375,132.675537109375,-68.9310531616211,59.58156967163086,136.4985809326172,-71.98543548583984,-88.115234375,59.84211349487305,81.51422882080078,-90.51317596435547,74.51399993896484,87.8978271484375,-80.6250991821289,65.28217315673828,97.0555191040039,-81.67581176757812,161.787353515625,-97.3597412109375,-74.74337768554688,157.18365478515625,-107.80818939208984,-77.11061096191406,154.49679565429688,-114.60848236083984,36.36375427246094,180.6302490234375,98.58292388916016,49.91462326049805,162.53439331054688,104.40959167480469,46.6567497253418,163.6168212890625,93.82679748535156,104.45832824707031,109.69627380371094,71.24612426757812,101.32579803466797,123.6048583984375,69.70572662353516,94.50240325927734,119.73835754394531,68.88925170898438,-53.910560607910156,93.30694580078125,107.64093780517578,-57.007652282714844,90.13301086425781,107.31526184082031,-37.33028793334961,90.44142150878906,105.55543518066406,-47.465755462646484,192.9918212890625,-100.4727783203125,-59.80616760253906,186.0519561767578,-105.82463836669922,-57.44452667236328,194.0998992919922,-101.68341827392578,-74.0353012084961,213.7129669189453,32.9393196105957,-70.0745849609375,212.7349853515625,27.353574752807617,-66.70819854736328,210.04583740234375,39.5942268371582,-98.95162963867188,74.74378967285156,-49.943336486816406,-95.29938507080078,77.4564208984375,-52.568634033203125,-100.06722259521484,85.9239730834961,-44.80461120605469,-35.65303421020508,51.78877639770508,108.0699691772461,-41.128143310546875,58.260292053222656,118.1192626953125,-47.77552032470703,44.584590911865234,99.65052795410156,65.7929916381836,72.77864837646484,118.44367980957031,51.75299072265625,84.14666748046875,126.97960662841797,48.45053482055664,62.458988189697266,120.63337707519531,-13.30251693725586,94.60295867919922,83.86132049560547,-8.14526653289795,91.99105834960938,74.57328033447266,-20.121055603027344,98.04109191894531,83.6597671508789,25.223594665527344,208.42959594726562,7.364171028137207,13.590917587280273,212.5076904296875,10.787601470947266,18.351791381835938,195.1877899169922,-3.2517290115356445,75.45002746582031,144.87599182128906,-120.26404571533203,64.36207580566406,140.41436767578125,-121.57257080078125,78.68309783935547,130.4680633544922,-123.87065124511719,-105.62264251708984,132.18910217285156,55.059165954589844,-106.07733154296875,132.7441864013672,66.78670501708984,-101.1418228149414,144.1926727294922,70.02250671386719,85.68524169921875,183.4210662841797,38.95539093017578,97.90331268310547,191.14500427246094,38.1595458984375,101.33060455322266,175.48570251464844,41.42155456542969,76.04241180419922,164.97071838378906,54.04265594482422,81.44720458984375,174.42523193359375,58.445411682128906,85.7996826171875,157.94737243652344,50.691959381103516,81.16126251220703,208.2093048095703,32.990333557128906,74.0353012084961,213.7129669189453,32.9393196105957,87.34842681884766,212.82518005371094,25.197887420654297,26.684539794921875,61.53421401977539,55.37407684326172,25.851863861083984,65.25016021728516,51.528404235839844,26.413049697875977,61.268367767333984,49.6842041015625,61.063453674316406,100.07572937011719,46.24922561645508,63.696922302246094,94.4129409790039,37.44254684448242,38.57623291015625,107.7343521118164,37.81248474121094,-9.762325286865234,207.6708221435547,-79.01626586914062,-6.173119068145752,197.8087615966797,-79.06887817382812,-8.5318603515625,212.51748657226562,-70.44345092773438,94.731201171875,145.2259521484375,-104.43634796142578,86.90510559082031,148.6949920654297,-112.75701141357422,100.3628921508789,151.11257934570312,-92.06150817871094,65.43148040771484,42.2946891784668,91.7764892578125,52.98304748535156,40.084877014160156,87.59827423095703,60.09379959106445,39.219764709472656,73.03703308105469,114.6404037475586,111.83668518066406,12.684127807617188,112.27481842041016,105.73001098632812,-2.790479898452759,117.30237579345703,97.70790100097656,-5.445785999298096,30.340505599975586,171.5554962158203,-139.90342712402344,36.6645393371582,160.57879638671875,-138.74549865722656,27.00270652770996,157.41624450683594,-149.22483825683594,46.283756256103516,94.50296783447266,27.814620971679688,45.16373062133789,88.44246673583984,20.103424072265625,65.14907836914062,88.71865844726562,36.364501953125,-15.852690696716309,157.23092651367188,62.43901824951172,-26.321786880493164,151.9709014892578,51.71427917480469,-22.86604881286621,162.147705078125,68.42444610595703,68.72598266601562,129.22604370117188,-58.135475158691406,86.57566833496094,115.46106719970703,-61.582149505615234,85.61637115478516,125.19913482666016,-41.061424255371094,-59.57780075073242,235.29110717773438,-12.631131172180176,-77.34559631347656,223.2633514404297,-21.31709861755371,-79.51176452636719,224.67471313476562,-16.097646713256836,-0.6856269836425781,110.33252716064453,24.070674896240234,-2.337671995162964,111.4687728881836,26.749155044555664,1.3950510025024414,115.234130859375,14.549527168273926,-35.68225860595703,92.55530548095703,44.89516830444336,-35.663848876953125,89.72335815429688,36.26322555541992,-45.797359466552734,86.78500366210938,44.03690719604492,108.87322235107422,165.33697509765625,36.51504135131836,110.3922348022461,151.6205596923828,26.4292049407959,103.5246353149414,159.82025146484375,35.102603912353516,43.85464859008789,82.02703094482422,82.5763931274414,50.61654281616211,80.52714538574219,60.15873718261719,60.19062042236328,75.76921081542969,57.9104118347168,-94.26577758789062,110.58712005615234,80.78617858886719,-94.50240325927734,119.73835754394531,68.88925170898438,-83.43556213378906,113.18328094482422,70.08753204345703,27.428434371948242,59.26464080810547,53.89255142211914,26.684539794921875,61.53421401977539,55.37407684326172,26.413049697875977,61.268367767333984,49.6842041015625,77.01473236083984,180.37371826171875,-97.54688262939453,66.66967010498047,183.6061248779297,-102.89964294433594,69.466552734375,175.34317016601562,-107.98979949951172,69.66667175292969,88.0092544555664,-119.23773956298828,65.43193817138672,90.19873809814453,-102.30757904052734,81.71275329589844,90.5634994506836,-106.46195983886719,65.62059020996094,63.950496673583984,49.64569854736328,72.18305969238281,65.09041595458984,59.385169982910156,69.74373626708984,61.710628509521484,65.95330047607422,38.91932678222656,218.83294677734375,59.1623649597168,28.05832862854004,228.00987243652344,58.753273010253906,29.40940284729004,219.393310546875,62.60381317138672,13.082286834716797,73.07080078125,-127.35246276855469,8.396459579467773,85.16559600830078,-129.69500732421875,8.292135238647461,79.08811950683594,-103.58734130859375,-13.682416915893555,194.73324584960938,-10.761015892028809,-5.253617763519287,194.4704132080078,-0.5281839966773987,-6.036736011505127,189.7860565185547,-10.528157234191895,-94.04847717285156,173.20433044433594,-67.00382995605469,-84.89392852783203,167.2865753173828,-71.54350280761719,-83.10694885253906,172.9873046875,-68.97903442382812,-108.45623779296875,124.66425323486328,58.98916244506836,-105.68888854980469,124.93273162841797,66.68745422363281,-106.07733154296875,132.7441864013672,66.78670501708984,77.69480895996094,57.14558792114258,-46.69675064086914,76.53624725341797,56.283653259277344,-33.18030548095703,82.96710205078125,56.06001663208008,-32.79943084716797,-20.959596633911133,84.46271514892578,121.14619445800781,-32.05485916137695,95.92338562011719,124.19930267333984,-23.671707153320312,96.4994888305664,119.40586853027344,50.96430969238281,81.34053039550781,-62.99815368652344,33.4542236328125,81.67947387695312,-61.203125,44.25223159790039,81.02592468261719,-75.68167114257812,72.15370178222656,59.04294967651367,-12.190813064575195,78.26338195800781,72.0723648071289,-3.9252591133117676,81.05924224853516,59.74949264526367,-11.560775756835938,-73.80087280273438,205.7476348876953,-28.160646438598633,-75.2609634399414,205.02981567382812,-25.899852752685547,-86.10774993896484,189.3199005126953,-27.623268127441406,-46.740196228027344,82.48762512207031,46.935874938964844,-55.01533126831055,72.60963439941406,43.376949310302734,-55.28080749511719,76.34671020507812,52.91472625732422,-39.91914749145508,118.25901794433594,119.5577163696289,-53.626285552978516,112.67359924316406,109.318115234375,-48.06944274902344,122.50797271728516,120.10201263427734,-81.74352264404297,86.28052520751953,90.85260009765625,-88.7839126586914,76.78096771240234,78.08978271484375,-69.94977569580078,88.1605224609375,99.08924865722656,92.0438003540039,108.95718383789062,-112.15721130371094,90.05592346191406,98.27914428710938,-112.54249572753906,98.7575454711914,106.1900405883789,-98.90673828125,-98.05500030517578,135.2943115234375,-26.16860008239746,-112.81534576416016,139.95172119140625,-24.98048210144043,-91.76954650878906,126.93495178222656,-34.67723083496094,10.657565116882324,189.61106872558594,-33.444679260253906,8.976302146911621,197.3277130126953,-15.172176361083984,6.704352855682373,192.55970764160156,-41.19044494628906,54.42111587524414,98.33305358886719,19.835166931152344,50.35540008544922,106.84066772460938,32.86186981201172,56.182395935058594,109.53607940673828,21.956275939941406,-84.34210968017578,52.062660217285156,59.00788116455078,-84.9449462890625,53.81290817260742,75.72459411621094,-70.87606811523438,45.46517562866211,76.59233093261719,-77.27438354492188,215.97560119628906,27.940948486328125,-70.0745849609375,212.7349853515625,27.353574752807617,-74.0353012084961,213.7129669189453,32.9393196105957,27.275949478149414,51.89204406738281,85.42424011230469,23.374845504760742,59.02835464477539,85.58653259277344,19.008995056152344,59.92741012573242,87.0731201171875,46.17035675048828,66.45756530761719,84.21835327148438,50.408592224121094,73.72197723388672,102.4399185180664,65.7386703491211,66.91822814941406,87.8045425415039,-23.49045181274414,228.2786865234375,41.711814880371094,-32.2493896484375,230.17945861816406,51.79884338378906,-22.24294090270996,228.75674438476562,55.351314544677734,9.324902534484863,65.62703704833984,82.05880737304688,10.760285377502441,66.80264282226562,88.72166442871094,16.866241455078125,61.5433464050293,84.60174560546875,-43.309486389160156,160.14208984375,123.92057800292969,-42.93734359741211,173.25933837890625,109.7082748413086,-48.74981689453125,156.20223999023438,121.30731964111328,3.8248419761657715,163.33042907714844,-142.4402618408203,3.1007750034332275,150.23641967773438,-139.17782592773438,3.3564820289611816,160.69662475585938,-135.62762451171875,43.089881896972656,215.91836547851562,67.56002044677734,44.51581573486328,203.40655517578125,77.35077667236328,49.79694747924805,210.25550842285156,76.35747528076172,-41.94747543334961,78.06858825683594,-135.4095001220703,-50.82341766357422,86.99752807617188,-145.22271728515625,-35.59415054321289,81.93763732910156,-143.45755004882812,-13.27345085144043,103.6039810180664,49.979713439941406,-8.50620174407959,93.52754211425781,52.12296676635742,-8.406490325927734,105.77735137939453,55.79062271118164,-78.26338195800781,72.0723648071289,-3.9252591133117676,-72.3430404663086,67.68987274169922,-5.712092876434326,-72.15370178222656,59.04294967651367,-12.190813064575195,13.335100173950195,187.6581268310547,-131.8433074951172,23.186931610107422,205.70693969726562,-109.77627563476562,31.665103912353516,196.66348266601562,-117.9343490600586,-51.683349609375,65.04466247558594,26.483341217041016,-49.11787796020508,76.63493347167969,18.157808303833008,-48.94224548339844,63.07290267944336,28.24125099182129,-67.20490264892578,89.74581909179688,96.89192199707031,-63.88798141479492,77.84323120117188,82.84271240234375,-85.64166259765625,78.63754272460938,76.75308990478516,-81.82403564453125,80.81541442871094,9.199933052062988,-81.05924224853516,59.74949264526367,-11.560775756835938,-90.97125244140625,81.33045959472656,14.200992584228516,-29.51427459716797,91.32390594482422,94.6628189086914,-23.785402297973633,91.05838012695312,88.65476989746094,-48.8922004699707,84.1640625,82.26177215576172,75.43675994873047,141.441650390625,-13.71264362335205,81.38240814208984,146.0229949951172,-9.127620697021484,85.43333435058594,133.4822540283203,-22.121015548706055,-81.94970703125,153.2283935546875,73.4410171508789,-82.59696197509766,144.63844299316406,80.90538787841797,-86.67347717285156,134.04580688476562,86.23466491699219,5.613100051879883,78.68018341064453,97.74405670166016,3.149630069732666,82.57006072998047,112.663818359375,2.8395700454711914,92.94204711914062,99.86402893066406,-74.73419952392578,145.89671325683594,-19.81669044494629,-78.72730255126953,138.286865234375,-41.309078216552734,-81.59611511230469,128.51824951171875,-40.67454528808594,97.43336486816406,137.7884063720703,79.67234802246094,92.17948913574219,139.54171752929688,82.44869995117188,86.67353820800781,134.04547119140625,86.2349624633789,-116.8615493774414,119.27728271484375,33.2077751159668,-107.63152313232422,124.38351440429688,49.71295166015625,-106.33209228515625,122.04643249511719,59.0467414855957,-111.96956634521484,168.02821350097656,-38.37691116333008,-108.39313507080078,153.1415557861328,-47.703826904296875,-103.50593566894531,164.99566650390625,-42.553279876708984,-77.72036743164062,154.14688110351562,4.261682987213135,-107.7667236328125,163.0321807861328,0.30687400698661804,-84.93756103515625,158.94219970703125,5.893319129943848,3.6774730682373047,220.5534210205078,-39.646812438964844,10.690699577331543,234.90167236328125,-21.31524085998535,7.128023147583008,228.18919372558594,-36.65106201171875,-27.700481414794922,240.23631286621094,-38.3076057434082,-52.362342834472656,232.4446258544922,-34.81361770629883,-27.667490005493164,242.72915649414062,-26.86603355407715,9.523965835571289,75.30885314941406,54.855716705322266,20.703336715698242,66.16209411621094,51.55550003051758,16.90794563293457,58.677921295166016,51.25922775268555,92.51578521728516,59.579044342041016,-21.18408966064453,90.50896453857422,58.9613151550293,-37.050296783447266,87.49012756347656,55.7917366027832,-18.42601776123047,-56.41496658325195,114.38397216796875,7.109282970428467,-46.608985900878906,103.69267272949219,-1.6623239517211914,-58.5228157043457,96.09465789794922,-16.042362213134766,12.89270305633545,155.08807373046875,60.96209716796875,22.303537368774414,147.31381225585938,51.179691314697266,24.972320556640625,156.0292205810547,63.10505676269531,-90.94963073730469,122.15718841552734,68.12867736816406,-99.2380142211914,126.29839324951172,69.7874755859375,-92.43448638916016,113.0585708618164,81.52184295654297,33.47113800048828,209.7670440673828,61.181678771972656,43.1117057800293,192.2982177734375,66.36530303955078,39.59006881713867,187.04200744628906,69.85707092285156,56.50421905517578,122.74421691894531,113.96036529541016,46.957305908203125,119.25921630859375,117.90882873535156,54.76325607299805,132.2182159423828,118.89144134521484,-56.265472412109375,107.70697021484375,56.18629837036133,-62.40225601196289,106.78360748291016,62.8455696105957,-48.30494689941406,114.41915130615234,70.36060333251953,85.87469482421875,165.32598876953125,-76.43888854980469,87.34149932861328,171.62879943847656,-71.91526794433594,104.59584045410156,162.38111877441406,-73.92015838623047,-75.39550018310547,133.9095458984375,-44.1727294921875,-74.73419952392578,145.89671325683594,-19.81669044494629,-79.51021575927734,136.0320281982422,-32.59376907348633,96.229248046875,120.50102996826172,-49.481300354003906,91.38877868652344,121.80738830566406,-44.166133880615234,86.57566833496094,115.46106719970703,-61.582149505615234,7.806818962097168,195.19146728515625,64.43933868408203,7.3252668380737305,183.14797973632812,58.986473083496094,11.559475898742676,187.11068725585938,46.731319427490234,-66.30590057373047,142.3755645751953,-123.77572631835938,-62.65412902832031,150.97117614746094,-131.08799743652344,-68.85822296142578,135.59341430664062,-131.4602508544922,-83.89588928222656,209.23291015625,-10.747550964355469,-78.50639343261719,221.9943389892578,-13.581745147705078,-69.0573959350586,223.5228271484375,-1.1312650442123413,-45.95357131958008,120.82859802246094,123.717041015625,-41.39297866821289,131.56875610351562,128.9260711669922,-59.027984619140625,134.9453582763672,121.1052474975586,-74.09313201904297,58.43781280517578,-9.221686363220215,-81.09642791748047,55.83734130859375,-11.663078308105469,-75.54657745361328,51.75438690185547,-17.410520553588867,-3.920077085494995,78.38748168945312,-5.43867301940918,-1.2710750102996826,87.55665588378906,-6.535086154937744,-18.336122512817383,89.1394271850586,-3.5305869579315186,-27.628904342651367,60.35477828979492,53.23080062866211,-18.86501121520996,59.63772201538086,53.684200286865234,-11.151301383972168,72.8508071899414,56.97290802001953,47.46575927734375,192.9918212890625,-100.4727783203125,53.96205139160156,206.0378875732422,-87.4102783203125,57.44453048706055,194.0998992919922,-101.68342590332031,88.32093811035156,124.31840515136719,-46.82741165161133,93.56660461425781,130.16860961914062,-35.54350662231445,98.47779846191406,126.30315399169922,-43.11570739746094,-39.72952651977539,68.60160064697266,-25.813310623168945,-33.19635009765625,84.26681518554688,-16.2333984375,-35.14640808105469,79.40946197509766,-11.0936861038208,78.87078857421875,164.7113800048828,70.33068084716797,74.11593627929688,169.54600524902344,63.66252517700195,74.40423583984375,175.48760986328125,72.11103057861328,-8.557339668273926,61.482765197753906,76.5711441040039,-18.484302520751953,65.3861312866211,80.45052337646484,-9.506082534790039,64.84965515136719,81.4926528930664,-11.182406425476074,131.12396240234375,112.5865707397461,-7.188921928405762,144.41273498535156,102.41641998291016,-11.639571189880371,143.2615509033203,115.97406768798828,-9.760208129882812,226.99610900878906,-61.395023345947266,-8.194836616516113,224.3836669921875,-40.36345291137695,-15.418994903564453,230.96990966796875,-41.08600997924805,78.142578125,188.31568908691406,73.49066162109375,80.13551330566406,199.00791931152344,58.19786834716797,81.53216552734375,181.40328979492188,59.76439666748047,85.71138763427734,61.185611724853516,45.437355041503906,94.0842514038086,66.20925903320312,52.98896408081055,95.3348159790039,74.59404754638672,50.228981018066406,-53.476524353027344,43.08452224731445,87.49404907226562,-68.0822525024414,46.231746673583984,91.93087768554688,-57.91802978515625,47.935768127441406,101.69815063476562,-11.639571189880371,143.2615509033203,115.97406768798828,-5.5065717697143555,150.63519287109375,92.14756774902344,-15.131887435913086,154.06199645996094,110.1476058959961,10.707463264465332,104.3367919921875,39.455787658691406,8.251152038574219,105.67386627197266,44.04989242553711,15.97724437713623,102.46482849121094,43.806556701660156,10.299503326416016,110.1437759399414,52.5775146484375,5.497262954711914,116.03070068359375,51.77598571777344,7.447083950042725,111.33930969238281,51.27189254760742,-79.93871307373047,53.1722297668457,49.66322326660156,-85.71138763427734,61.185611724853516,45.437355041503906,-84.34210968017578,52.062660217285156,59.00788116455078,-11.742420196533203,229.8568572998047,39.8819465637207,-11.12905502319336,232.39688110351562,31.779634475708008,-21.524433135986328,240.31663513183594,31.003829956054688,-44.14545822143555,84.49673461914062,46.21912384033203,-39.458580017089844,84.0058364868164,36.90453338623047,-32.602012634277344,90.81636047363281,44.16775131225586,86.4731674194336,194.5419158935547,-34.26809310913086,77.02412414550781,207.99481201171875,-34.76236343383789,91.61943817138672,196.7655487060547,-43.18775177001953,-11.555464744567871,187.8446044921875,24.421350479125977,-9.601252555847168,160.7864532470703,41.529022216796875,-10.402689933776855,177.3456268310547,32.874351501464844,-10.40278434753418,172.75628662109375,83.49696350097656,-6.594882965087891,159.79393005371094,71.63253021240234,-15.852690696716309,157.23092651367188,62.43901824951172,99.69828033447266,154.91700744628906,37.81159591674805,93.00933074951172,166.47982788085938,54.328914642333984,98.28489685058594,165.97918701171875,42.902992248535156,-4.765940189361572,180.7830047607422,-123.43202209472656,-6.131587028503418,183.50320434570312,-105.07324981689453,-6.457760810852051,193.39358520507812,-101.35600280761719,30.906343460083008,118.88243103027344,20.982410430908203,31.941146850585938,126.05879974365234,19.959396362304688,40.773616790771484,114.80850219726562,11.322781562805176,-91.76954650878906,126.93495178222656,-34.67723083496094,-106.05765533447266,126.24493408203125,-40.878929138183594,-91.38877868652344,121.80738830566406,-44.166133880615234,-51.928836822509766,92.29512023925781,-31.7854061126709,-48.46811294555664,90.10746002197266,-23.014568328857422,-54.08528137207031,93.74205017089844,-23.162504196166992,3.039879083633423,151.26077270507812,110.6859359741211,1.7646700143814087,149.2718963623047,99.28968811035156,5.803012847900391,150.23008728027344,89.96197509765625,115.82522583007812,153.90391540527344,-24.126981735229492,113.36743927001953,138.1169891357422,-44.40939712524414,111.81576538085938,138.8389434814453,-31.647388458251953,-25.554874420166016,67.21139526367188,26.224674224853516,-30.2335205078125,77.11986541748047,12.973326683044434,-28.636940002441406,68.6889877319336,14.017823219299316,10.891006469726562,101.28331756591797,-135.25074768066406,9.610774993896484,112.72602081298828,-141.05419921875,14.078363418579102,104.3967056274414,-124.69081115722656,-95.35456848144531,74.54452514648438,50.27957534790039,-85.71138763427734,61.185611724853516,45.437355041503906,-86.33592987060547,69.87567138671875,42.43001937866211,44.055519104003906,95.23043823242188,-6.183705806732178,36.54642868041992,82.77454376220703,-15.272628784179688,40.41743850708008,84.90958404541016,-23.944902420043945,-120.85287475585938,131.1990203857422,-2.8657450675964355,-114.17552947998047,115.24639129638672,-12.222467422485352,-115.98265075683594,127.60358428955078,-15.162666320800781,-35.7824592590332,62.96763610839844,45.245487213134766,-28.078535079956055,60.25128173828125,48.457740783691406,-40.15163803100586,62.84609603881836,35.3941650390625,-33.1617546081543,199.5635986328125,-106.57319641113281,-35.32354736328125,203.21109008789062,-97.20269012451172,-37.63487243652344,194.41632080078125,-101.94630432128906,-31.941146850585938,126.05879974365234,19.959396362304688,-22.19680404663086,125.18365478515625,10.32689094543457,-24.711719512939453,129.6187286376953,21.77811050415039,-7.632585048675537,185.89193725585938,71.30899810791016,-7.806828022003174,195.1914520263672,64.43933868408203,-7.3252692222595215,183.14797973632812,58.9864616394043,-7.484233856201172,112.34815979003906,-111.083740234375,-6.395966053009033,120.75218963623047,-97.01615142822266,-5.167065143585205,106.34547424316406,-72.5920639038086,36.478904724121094,79.4520034790039,125.3266830444336,51.25913619995117,95.18782043457031,124.24794006347656,51.952850341796875,81.02393341064453,122.87208557128906,58.071083068847656,83.7033920288086,-73.45095825195312,59.687679290771484,87.2936782836914,-67.16983795166016,72.4389877319336,86.43055725097656,-72.29694366455078,46.71561050415039,80.63523864746094,91.57731628417969,31.93286895751953,88.08216857910156,97.54632568359375,56.33469772338867,91.12348937988281,99.33488464355469,23.835025787353516,130.5120391845703,45.62351608276367,17.928056716918945,138.58245849609375,57.375267028808594,22.303537368774414,147.31381225585938,51.179691314697266,-45.519771575927734,41.91105651855469,68.32664489746094,-53.476524353027344,43.08452224731445,87.49404907226562,-36.41693878173828,44.73073196411133,79.115234375,82.78885650634766,201.88848876953125,-71.21788787841797,91.15939331054688,200.32058715820312,-54.56922912597656,92.46437072753906,192.19430541992188,-64.66197204589844,-77.8352279663086,67.7945327758789,56.129539489746094,-87.0270767211914,71.4593276977539,67.15596008300781,-68.19602966308594,70.34598541259766,52.9902458190918,23.422733306884766,78.66203308105469,38.352317810058594,23.811365127563477,71.37306213378906,26.328723907470703,29.141687393188477,84.70409393310547,14.709874153137207,-78.84593963623047,160.8212127685547,-78.93671417236328,-73.77117919921875,162.2563018798828,-93.28472137451172,-76.0500717163086,163.45172119140625,-83.90935516357422,-5.758423805236816,120.12358856201172,45.64159393310547,-7.521996021270752,110.44732666015625,48.40067672729492,-7.264896869659424,116.74153137207031,49.92599868774414,7.033711910247803,81.85499572753906,-137.65878295898438,6.957489013671875,95.12727355957031,-138.26113891601562,12.712327003479004,93.26856994628906,-150.1220703125,-5.270462989807129,112.93338012695312,57.17277145385742,-8.064709663391113,100.68898010253906,50.92970275878906,-5.85407018661499,116.31766510009766,47.69777297973633,95.6162109375,58.616851806640625,-20.42742919921875,104.5326156616211,73.57689666748047,-1.3964990377426147,92.5649185180664,58.64421463012695,-10.84216594696045,74.09313201904297,58.43781280517578,-9.221686363220215,62.1158447265625,53.45322799682617,-8.045208930969238,70.39940643310547,53.07794189453125,-18.89904022216797,111.81576538085938,138.8389434814453,-31.647388458251953,113.03018951416016,165.25616455078125,-4.365915775299072,115.82522583007812,153.90391540527344,-24.126981735229492,3.6990599632263184,130.5189666748047,78.58541870117188,3.8334619998931885,142.1705780029297,74.308349609375,9.145818710327148,132.65780639648438,61.60476303100586,-22.13772964477539,103.66161346435547,56.52865219116211,-20.861967086791992,109.21916198730469,46.877079010009766,-35.68225860595703,92.55530548095703,44.89516830444336,-88.0224380493164,138.8070831298828,-113.6034927368164,-80.36408233642578,131.242919921875,-126.61663055419922,-82.33381652832031,118.97077941894531,-127.78080749511719,-51.41885757446289,42.656410217285156,48.91189956665039,-33.515708923339844,39.60160446166992,55.76771545410156,-45.201622009277344,38.44041442871094,62.64772033691406,79.9796142578125,190.7470245361328,75.17505645751953,69.1623306274414,207.26055908203125,71.95497131347656,69.02124786376953,191.32061767578125,84.39913177490234,-8.27265453338623,102.0000228881836,52.78928756713867,-12.491815567016602,109.55416107177734,49.13505935668945,-7.948960781097412,111.6032943725586,55.36320114135742,29.182527542114258,88.6148681640625,33.1748161315918,25.07402992248535,100.0746841430664,38.57895278930664,35.66384506225586,89.72335815429688,36.263221740722656,57.56439208984375,210.56069946289062,71.58716583251953,60.62291717529297,199.71934509277344,79.17431640625,47.5717658996582,209.591796875,72.6512680053711,-27.475879669189453,76.5607681274414,11.493391036987305,-23.040281295776367,101.8957290649414,4.740240097045898,-22.793228149414062,107.87078857421875,7.776294231414795,-24.469953536987305,133.707275390625,-158.97030639648438,-19.172313690185547,119.95561218261719,-158.61819458007812,-13.315604209899902,130.80108642578125,-155.5021514892578,-35.32340621948242,201.08212280273438,60.93544006347656,-28.703094482421875,209.65562438964844,67.40890502929688,-33.090232849121094,206.96864318847656,74.48241424560547,-87.84197235107422,211.42837524414062,-10.802347183227539,-103.12785339355469,197.3555145263672,-19.51575469970703,-104.0830307006836,193.64144897460938,-16.458667755126953,-65.1102523803711,76.96593475341797,5.515864849090576,-68.83999633789062,81.11490631103516,15.055573463439941,-70.17194366455078,68.3995132446289,-1.5896589756011963,10.952516555786133,113.62967681884766,-17.69682502746582,12.705788612365723,112.39704895019531,-7.784809112548828,15.141597747802734,103.49291229248047,-32.58839416503906,-27.428430557250977,59.26464080810547,53.892555236816406,-31.518455505371094,55.93595504760742,47.76823806762695,-28.078535079956055,60.25128173828125,48.457740783691406,-50.343997955322266,114.31599426269531,58.5848274230957,-54.43436813354492,104.8736572265625,41.39039611816406,-56.265472412109375,107.70697021484375,56.18629837036133,-70.78141784667969,157.80699157714844,99.25892639160156,-56.399024963378906,168.28260803222656,102.2774887084961,-64.44119262695312,174.79856872558594,100.2945556640625,-101.36367797851562,154.76651000976562,40.725563049316406,-95.27383422851562,165.4580841064453,56.417606353759766,-99.57975769042969,169.6241912841797,50.534175872802734,-11.846519470214844,105.58020782470703,-38.17040252685547,-13.256336212158203,102.15608215332031,-45.22019577026367,-7.480226993560791,115.10200500488281,-40.80959701538086,-56.789024353027344,212.4988555908203,-70.18898010253906,-48.54453659057617,215.70541381835938,-64.86216735839844,-53.76276779174805,217.04547119140625,-59.39107894897461,-50.83584213256836,163.08847045898438,109.08140563964844,-46.72113037109375,163.91329956054688,93.61620330810547,-50.83714294433594,158.1869354248047,97.52296447753906,-115.12496185302734,135.9701690673828,37.155208587646484,-116.8615493774414,119.27728271484375,33.2077751159668,-118.52147674560547,119.76044464111328,24.964763641357422,-100.1375732421875,138.26145935058594,-85.10868835449219,-100.36289978027344,151.11257934570312,-92.0615005493164,-103.98566436767578,129.7623291015625,-88.2679443359375,-120.2452163696289,91.34479522705078,-2.749191999435425,-117.2857666015625,93.93110656738281,13.91071891784668,-120.2773666381836,107.82694244384766,31.386201858520508,99.16881561279297,154.8249969482422,69.47638702392578,93.49198150634766,161.7835693359375,63.932064056396484,103.54695129394531,151.7576904296875,49.764747619628906,-79.98441314697266,112.3026123046875,-52.648597717285156,-76.93576049804688,106.04711151123047,-65.86906433105469,-73.49797058105469,99.7241439819336,-47.623626708984375,53.823246002197266,91.2052230834961,103.79467010498047,68.35521697998047,75.47464752197266,83.61801147460938,67.63215637207031,88.32637023925781,100.0058364868164,41.19467544555664,186.77728271484375,-110.50237274169922,33.1617546081543,199.5635986328125,-106.57319641113281,36.65147018432617,188.13995361328125,-119.4329605102539,54.01211166381836,64.60263061523438,39.10721969604492,52.64817428588867,58.370750427246094,45.196990966796875,44.274635314941406,60.87956619262695,37.40515899658203,-92.1554183959961,96.48207092285156,-114.10717010498047,-84.92414855957031,109.11858367919922,-128.90164184570312,-77.27172088623047,107.35679626464844,-136.57176208496094,-105.99246978759766,190.4818115234375,21.12437629699707,-103.48492431640625,200.40338134765625,12.98500919342041,-94.49409484863281,208.6692657470703,14.816750526428223,63.53077697753906,166.83163452148438,-121.49254608154297,55.11439514160156,165.72386169433594,-126.71294403076172,59.13572311401367,151.50189208984375,-130.89065551757812,27.00270652770996,157.41624450683594,-149.22483825683594,36.6645393371582,160.57879638671875,-138.74549865722656,34.25717544555664,152.047119140625,-147.86082458496094,-50.84947204589844,174.29898071289062,-117.34196472167969,-40.819862365722656,164.36685180664062,-125.88253021240234,-45.4299430847168,166.15090942382812,-129.25103759765625,-112.03401947021484,162.61892700195312,28.666486740112305,-115.14605712890625,152.4384307861328,15.887221336364746,-107.65144348144531,175.19203186035156,30.937593460083008,-60.766319274902344,214.63064575195312,-18.350000381469727,-68.45880126953125,217.7506103515625,-30.948095321655273,-58.84314727783203,223.8788604736328,-27.19465446472168,-45.268333435058594,64.67135620117188,75.9480972290039,-48.78321838378906,61.32277297973633,64.11538696289062,-45.52599334716797,66.16268157958984,83.14450073242188,95.3348159790039,74.59404754638672,50.228981018066406,92.80701446533203,80.55799865722656,48.039466857910156,91.06401062011719,77.66991424560547,45.430145263671875,-50.167076110839844,92.76473999023438,-43.51280975341797,-53.802330017089844,91.37918090820312,-42.90729904174805,-63.56945037841797,93.35047149658203,-48.086082458496094,11.238704681396484,125.70133209228516,-151.3881378173828,10.55361557006836,109.73932647705078,-148.45541381835938,13.335769653320312,108.72112274169922,-155.19952392578125,-84.13081359863281,210.69386291503906,3.645519971847534,-77.68000793457031,218.79685974121094,25.59188461303711,-70.8562240600586,213.8924102783203,17.764942169189453,-93.64009094238281,114.9483871459961,-112.59281921386719,-78.60468292236328,118.8910140991211,-135.62416076660156,-84.92414855957031,109.11858367919922,-128.90164184570312,-44.272186279296875,200.6680145263672,-79.94055938720703,-41.19980239868164,213.5355682373047,-83.58698272705078,-44.90770721435547,217.32431030273438,-66.78748321533203,14.371684074401855,146.23756408691406,68.90495300292969,10.405058860778809,154.3681640625,89.52715301513672,9.71181869506836,151.337890625,89.74766540527344,8.0540132522583,85.53126525878906,66.90220642089844,4.256759166717529,101.45594024658203,73.86345672607422,8.257092475891113,87.88272857666016,70.6263427734375,117.9886474609375,152.1402587890625,16.814495086669922,112.5839614868164,150.9449005126953,28.352394104003906,120.76424407958984,132.99452209472656,15.355175018310547,-40.015472412109375,115.71942138671875,74.19674682617188,-30.604915618896484,114.91180419921875,85.30281829833984,-42.28573226928711,111.99968719482422,83.1196060180664,-34.275840759277344,85.21524047851562,-140.1396942138672,-33.04878616333008,84.45117950439453,-139.96054077148438,-34.35194396972656,85.91840362548828,-145.88320922851562,-57.70407485961914,103.94104766845703,-2.622499942779541,-45.98311996459961,111.03165435791016,2.5646328926086426,-53.93836212158203,116.47701263427734,13.440552711486816,-74.95265197753906,127.55729675292969,-134.5303192138672,-69.83524322509766,120.439453125,-141.15760803222656,-78.60468292236328,118.8910140991211,-135.62416076660156,30.491100311279297,187.31129455566406,91.45903778076172,38.930118560791016,182.26751708984375,83.93807983398438,37.76974105834961,173.21592712402344,96.35525512695312,14.40853500366211,170.84780883789062,82.43402099609375,15.5564603805542,174.21539306640625,90.3002700805664,14.978978157043457,174.88754272460938,98.36466979980469,16.36561393737793,123.2048568725586,77.92497253417969,9.779365539550781,132.2764129638672,94.20172119140625,27.52873992919922,121.6704330444336,73.65074920654297,-63.0432014465332,99.22985076904297,44.05117416381836,-73.42510986328125,97.33032989501953,45.482566833496094,-62.40225601196289,106.78360748291016,62.8455696105957,9.68741226196289,123.25047302246094,-108.83927917480469,9.74941635131836,108.92279815673828,-103.4698257446289,11.089255332946777,105.98408508300781,-116.12649536132812,-116.22711181640625,94.32284545898438,-20.23102569580078,-112.40496826171875,105.14228057861328,-18.961593627929688,-117.30237579345703,97.70790100097656,-5.445785999298096,22.10372543334961,107.83216857910156,4.199191093444824,21.070541381835938,75.60442352294922,9.645215034484863,17.78093147277832,88.74520111083984,21.721662521362305,38.203399658203125,90.20736694335938,75.1596908569336,23.454561233520508,93.3142318725586,74.10911560058594,22.4720516204834,95.0302505493164,64.29794311523438,48.59169387817383,88.9365234375,104.59773254394531,47.76972961425781,92.49713134765625,100.56145477294922,38.439517974853516,91.87834167480469,100.13825988769531,4.2050628662109375,93.59150695800781,118.56021118164062,3.149630069732666,82.57006072998047,112.663818359375,7.111116886138916,79.30818176269531,120.50315856933594,100.47752380371094,124.85690307617188,78.39434051513672,97.4039306640625,141.20401000976562,73.67030334472656,103.1539535522461,131.3450164794922,68.1179428100586,-109.3419418334961,183.3215789794922,10.272575378417969,-108.25436401367188,165.10581970214844,4.815067768096924,-105.31962585449219,175.05191040039062,9.729116439819336,28.27916145324707,226.7459259033203,-50.48664474487305,21.96610450744629,230.48599243164062,-47.99159240722656,23.399023056030273,227.89578247070312,-65.25413513183594,74.67877960205078,78.25607299804688,75.57941436767578,68.19853973388672,70.34617614746094,52.99233627319336,62.57065963745117,76.01241302490234,64.48970031738281,104.59584045410156,162.38111877441406,-73.92015838623047,107.28033447265625,171.7886962890625,-63.068397521972656,112.70291900634766,159.3720245361328,-63.63182067871094,-103.1539535522461,131.3450164794922,68.1179428100586,-106.33209228515625,122.04643249511719,59.0467414855957,-101.4483642578125,135.3737030029297,55.67897033691406,-44.353851318359375,97.7486801147461,21.28590965270996,-53.90544891357422,79.78199005126953,5.587245941162109,-46.93667221069336,77.50715637207031,2.4420249462127686,-100.29545593261719,135.87838745117188,-93.46903991699219,-98.99040985107422,122.96404266357422,-97.53905487060547,-94.87612915039062,141.7064666748047,-100.08727264404297,7.066592216491699,103.76744079589844,99.68011474609375,1.1860840320587158,108.78060913085938,85.96476745605469,2.8395700454711914,92.94204711914062,99.86402893066406,-29.41484832763672,99.88502502441406,28.36834144592285,-37.07941436767578,89.01306915283203,22.47262954711914,-20.2901668548584,98.44197845458984,32.97370529174805,-65.56832885742188,98.4913558959961,118.02485656738281,-71.31114196777344,103.98348236083984,108.75804138183594,-81.21917724609375,91.4273910522461,104.974853515625,91.66356658935547,91.3006362915039,84.59071350097656,70.7834701538086,101.63947296142578,105.86920928955078,78.2245101928711,103.70167541503906,87.9598159790039,35.7824592590332,62.96763610839844,45.245487213134766,35.17767333984375,60.95053482055664,53.021827697753906,50.51227951049805,65.30023193359375,43.4463996887207,-20.610456466674805,41.730812072753906,70.42375183105469,-15.118650436401367,48.003849029541016,76.11050415039062,-17.462554931640625,45.74763870239258,65.62299346923828,5.265038013458252,151.79421997070312,8.885021209716797,5.0166168212890625,164.97509765625,24.34321403503418,4.010155200958252,153.67799377441406,-16.265188217163086,-54.76670837402344,181.23892211914062,99.88034057617188,-64.44119262695312,174.79856872558594,100.2945556640625,-56.399024963378906,168.28260803222656,102.2774887084961,99.45565795898438,149.37351989746094,75.708740234375,91.67236328125,151.45477294921875,80.73115539550781,92.17948913574219,139.54171752929688,82.44869995117188,-19.172313690185547,119.95561218261719,-158.61819458007812,-20.47530174255371,104.46659088134766,-156.91879272460938,-13.335769653320312,108.72112274169922,-155.19952392578125,-25.223594665527344,208.42959594726562,7.364171028137207,-18.351791381835938,195.1877899169922,-3.2517290115356445,-13.590917587280273,212.5076904296875,10.787601470947266,62.56883239746094,66.33035278320312,30.30445098876953,48.581695556640625,77.33452606201172,21.26155662536621,56.104942321777344,64.65966033935547,29.422527313232422,-109.27421569824219,180.33035278320312,18.269237518310547,-109.27803802490234,190.5305938720703,21.720413208007812,-109.3419418334961,183.3215789794922,10.272575378417969,-38.118751525878906,55.61220169067383,65.97697448730469,-24.98527717590332,55.401981353759766,65.44989776611328,-22.744220733642578,58.35099792480469,70.88377380371094,81.30088806152344,208.8670654296875,50.02153396606445,69.2813720703125,214.02886962890625,58.59878921508789,68.73052978515625,217.4584503173828,51.759700775146484,-74.29834747314453,77.10640716552734,-66.17835998535156,-88.02159118652344,95.80200958251953,-60.46839141845703,-88.3906021118164,83.73554992675781,-69.52200317382812,58.84314727783203,223.8788604736328,-27.19465446472168,60.766319274902344,214.63064575195312,-18.350000381469727,44.2155876159668,224.11474609375,-19.532697677612305,112.5839614868164,150.9449005126953,28.352394104003906,101.36370086669922,154.76649475097656,40.72553253173828,109.69837188720703,145.09144592285156,29.326644897460938,23.921113967895508,107.68534851074219,96.26670837402344,12.8958158493042,105.84066009521484,97.1480484008789,6.775135040283203,113.23971557617188,78.58210754394531,27.611459732055664,69.66803741455078,-130.00338745117188,22.075611114501953,74.66860961914062,-143.64248657226562,42.24411392211914,78.1971206665039,-135.36492919921875,-25.758146286010742,232.63441467285156,12.244012832641602,-29.94358253479004,242.0311279296875,9.962987899780273,-16.731369018554688,238.87356567382812,0.5111550092697144,87.59986877441406,131.89892578125,-80.9364242553711,100.19509887695312,138.42828369140625,-85.22396087646484,85.93901062011719,129.6431121826172,-83.2947006225586,-68.31548309326172,199.1795654296875,1.9458860158920288,-63.52430725097656,202.68312072753906,12.752969741821289,-78.66669464111328,197.50616455078125,-4.109201908111572,-16.925737380981445,61.60085678100586,84.56572723388672,-23.398969650268555,61.9066162109375,82.58216857910156,-18.325916290283203,65.38178253173828,93.31598663330078,97.24263000488281,60.321563720703125,-38.73381805419922,95.6162109375,58.616851806640625,-20.42742919921875,88.2329330444336,52.727115631103516,-19.043180465698242,-80.67774963378906,110.05774688720703,-129.61131286621094,-75.44715118408203,121.86551666259766,-133.5059051513672,-79.49208068847656,117.24235534667969,-127.63256072998047,84.93756103515625,158.94219970703125,5.893319129943848,74.10889434814453,152.3925323486328,4.20526123046875,96.62750244140625,161.9873504638672,11.498259544372559,-13.284411430358887,139.54989624023438,40.31793212890625,-7.235772132873535,152.48077392578125,36.68986511230469,-7.19664192199707,158.49082946777344,42.86137771606445,-43.28271484375,114.75399780273438,40.95001983642578,-54.65556716918945,117.25647735595703,35.67954635620117,-44.66239547729492,121.4122314453125,62.898738861083984,35.97777557373047,221.69808959960938,-76.40748596191406,33.10709762573242,223.53997802734375,-64.97742462158203,18.85792350769043,227.53005981445312,-73.83395385742188,19.523174285888672,103.88650512695312,49.10745620727539,7.865509033203125,105.18441009521484,57.14999008178711,19.451019287109375,95.36874389648438,48.210899353027344,15.241988182067871,82.2103042602539,87.45761108398438,16.99776840209961,80.79126739501953,108.3308334350586,16.234935760498047,87.1718521118164,100.68496704101562,100.29545593261719,135.87840270996094,-93.46903991699219,98.99040985107422,122.96404266357422,-97.53905487060547,100.94566345214844,129.68231201171875,-88.89008331298828,-31.567398071289062,112.2890396118164,25.351627349853516,-39.12210464477539,97.47710418701172,16.04416847229004,-37.331329345703125,100.84342193603516,11.195904731750488,26.425539016723633,75.19278717041016,14.968587875366211,21.600740432739258,75.33595275878906,23.749666213989258,25.64474868774414,85.72021484375,17.00484848022461,-6.594882965087891,159.79393005371094,71.63253021240234,-13.517732620239258,149.2623748779297,57.9631233215332,-15.852690696716309,157.23092651367188,62.43901824951172,-79.1197280883789,53.14112854003906,-32.1062126159668,-68.65298461914062,51.49694061279297,-55.41001510620117,-56.29865646362305,54.65143966674805,-43.54909133911133,-94.87612915039062,141.7064666748047,-100.08727264404297,-98.99040985107422,122.96404266357422,-97.53905487060547,-85.60317993164062,128.4259796142578,-109.10617065429688,14.279926300048828,191.06370544433594,-14.221776962280273,19.46955680847168,190.5125732421875,-20.60877799987793,25.887039184570312,193.46401977539062,-2.4951720237731934,106.8315200805664,85.65208435058594,23.245874404907227,109.74421691894531,90.13224029541016,21.7950439453125,108.86412048339844,94.5060043334961,38.62495422363281,-74.31655883789062,62.118263244628906,-66.94405364990234,-82.04829406738281,63.227909088134766,-64.72024536132812,-85.62020111083984,74.9522476196289,-71.14520263671875,36.28999710083008,108.69315338134766,31.12123680114746,43.21674728393555,111.20904541015625,40.460567474365234,35.34011459350586,113.39051818847656,42.729007720947266,9.070321083068848,180.5233154296875,-52.731224060058594,4.270751953125,187.26593017578125,-22.61427116394043,10.657565116882324,189.61106872558594,-33.444679260253906,-74.99321746826172,76.1910400390625,78.30363464355469,-85.84358978271484,72.56703186035156,73.35023498535156,-69.0175552368164,72.95279693603516,68.5576171875,-4.712594032287598,105.94202423095703,34.26646423339844,-6.026186943054199,101.0296630859375,36.90579605102539,-21.326129913330078,94.71647644042969,30.28220558166504,-86.10774993896484,189.3199005126953,-27.623268127441406,-93.3024673461914,178.28623962402344,-38.217254638671875,-84.93074798583984,189.8872528076172,-29.757213592529297,81.4408187866211,112.84981536865234,76.50526428222656,92.43447875976562,113.0585708618164,81.52184295654297,90.94962310791016,122.15718841552734,68.12866973876953,33.273319244384766,92.11104583740234,102.57450103759766,49.10504150390625,83.09059143066406,87.54003143310547,24.967941284179688,85.42041015625,92.84825134277344,-108.516357421875,130.78501892089844,-24.375429153442383,-109.38225555419922,119.67906951904297,-38.91321563720703,-112.08104705810547,114.47064208984375,-34.80181121826172,114.67131805419922,137.6589813232422,-51.00498580932617,115.2548828125,136.99305725097656,-34.889610290527344,113.4150619506836,130.6855926513672,-48.487911224365234,101.96318817138672,191.59307861328125,-31.041866302490234,95.15128326416016,196.4221649169922,-28.594457626342773,98.81165313720703,201.5356903076172,-23.97747039794922,113.36743927001953,138.1169891357422,-44.40939712524414,114.88140106201172,157.30906677246094,-37.329246520996094,111.69969940185547,138.92471313476562,-50.20170211791992,-43.51415252685547,134.26495361328125,-151.27008056640625,-26.083744049072266,153.2298583984375,-148.38705444335938,-40.82887268066406,141.11904907226562,-147.25315856933594,-9.280534744262695,207.34225463867188,14.335689544677734,-6.942568778991699,205.4804229736328,29.625503540039062,-8.36050033569336,221.6431884765625,33.52688217163086,87.34842681884766,212.82518005371094,25.197887420654297,76.81587982177734,215.5557098388672,26.02326774597168,89.81883239746094,211.20907592773438,10.554278373718262,37.45708465576172,205.52577209472656,72.08919525146484,34.034912109375,209.24122619628906,77.49832153320312,40.23019790649414,196.59654235839844,80.01722717285156,12.10605239868164,236.4139862060547,-6.267766952514648,16.731369018554688,238.87356567382812,0.5111550092697144,15.685897827148438,231.3623809814453,4.1100969314575195,84.93756103515625,158.94219970703125,5.893319129943848,96.62750244140625,161.9873504638672,11.498259544372559,99.37582397460938,172.56536865234375,10.018806457519531,44.078433990478516,234.61636352539062,-0.04991300031542778,33.42397689819336,243.4444580078125,-2.3765709400177,42.54654312133789,238.05455017089844,-7.181264877319336,60.226318359375,114.39772033691406,24.102764129638672,58.912803649902344,108.56640625,26.092086791992188,56.182395935058594,109.53607940673828,21.956275939941406,-27.576736450195312,97.24969482421875,61.265968322753906,-18.365619659423828,96.06078338623047,72.02684783935547,-22.07417869567871,98.64308166503906,65.5042724609375,42.918365478515625,72.99603271484375,25.275888442993164,54.71042251586914,74.09476470947266,37.13072204589844,56.55425262451172,68.7800064086914,39.30693817138672,19.611080169677734,93.35923767089844,23.23382568359375,19.314990997314453,75.03168487548828,26.88737678527832,24.326229095458984,94.64335632324219,10.31303882598877,13.082286834716797,73.07080078125,-127.35246276855469,8.292135238647461,79.08811950683594,-103.58734130859375,9.352938652038574,78.48145294189453,-88.76448059082031,-4.525121212005615,110.28368377685547,81.71334075927734,-7.0174689292907715,122.34660339355469,62.99021911621094,-4.571269989013672,112.65404510498047,76.47169494628906,14.020550727844238,134.8879852294922,2.7262279987335205,15.597996711730957,125.62800598144531,-1.3553709983825684,10.855765342712402,124.5230712890625,-11.84855842590332,34.275840759277344,85.21524047851562,-140.1396942138672,31.960193634033203,88.00514221191406,-136.6842498779297,33.04878616333008,84.45117950439453,-139.96054077148438,81.30088806152344,208.8670654296875,50.02153396606445,68.73052978515625,217.4584503173828,51.759700775146484,82.85517120361328,208.66160583496094,41.64009475708008,38.89327621459961,104.36200714111328,7.690646171569824,30.906343460083008,118.88243103027344,20.982410430908203,40.773616790771484,114.80850219726562,11.322781562805176,-7.195792198181152,68.26500701904297,56.995697021484375,-16.906951904296875,58.67795181274414,51.25940704345703,-9.518106460571289,75.31011199951172,54.85761642456055,-31.776193618774414,114.06954956054688,75.32300567626953,-35.70328903198242,113.40584564208984,52.603816986083984,-45.73489761352539,109.75520324707031,62.447879791259766,-67.58641815185547,67.83245849609375,-68.33747863769531,-70.47742462158203,74.95087432861328,-68.3578109741211,-50.45915985107422,67.3763427734375,-57.91664505004883,-8.693968772888184,161.988037109375,-92.48110961914062,-10.594959259033203,164.16590881347656,-72.15296936035156,-7.093236923217773,173.7578887939453,-76.27704620361328,-86.88306427001953,71.11873626708984,67.16946411132812,-75.22614288330078,66.94840240478516,56.69245147705078,-79.38756561279297,68.47361755371094,56.80535125732422,40.39837646484375,92.33744049072266,76.26426696777344,46.34300231933594,86.77688598632812,46.64271926879883,28.710865020751953,97.09481048583984,55.1190071105957,56.29865646362305,54.65144348144531,-43.54910659790039,44.46858596801758,56.69538497924805,-33.129459381103516,62.294376373291016,53.33378219604492,-59.26338195800781,-20.925857543945312,103.16838073730469,-40.743141174316406,-36.243404388427734,104.88661193847656,-27.374465942382812,-15.141597747802734,103.49291229248047,-32.58839416503906,50.10224151611328,113.57292175292969,75.15042114257812,34.008480072021484,115.6334457397461,93.23210906982422,59.86170959472656,111.9157485961914,100.41897583007812,47.935279846191406,84.74935913085938,83.85526275634766,51.325653076171875,95.41460418701172,103.81310272216797,82.12056732177734,87.6324234008789,87.52738952636719,73.77117919921875,162.2563018798828,-93.28472137451172,78.84593963623047,160.8212127685547,-78.93671417236328,76.05006408691406,163.45172119140625,-83.90936279296875,13.16904067993164,83.39373016357422,-6.101498126983643,23.881242752075195,105.68922424316406,0.594111979007721,22.319499969482422,82.09711456298828,1.7617210149765015,14.565265655517578,81.73927307128906,-147.63014221191406,21.443754196166992,87.67864227294922,-153.08041381835938,22.075611114501953,74.66860961914062,-143.64248657226562,93.56660461425781,130.16860961914062,-35.54350662231445,98.63155364990234,137.8452911376953,-27.89718246459961,111.81576538085938,138.8389434814453,-31.647388458251953,51.37381362915039,50.85619354248047,41.41246795654297,45.33082962036133,55.39805221557617,38.68320083618164,41.06875228881836,50.63178253173828,46.09929656982422,-52.45628356933594,69.26580810546875,107.15347290039062,-59.275245666503906,71.0598373413086,103.4906997680664,-61.64025115966797,66.28185272216797,99.76261901855469,99.18891906738281,143.39862060546875,-85.72953033447266,97.57308959960938,150.44284057617188,-88.99452209472656,98.89356994628906,138.41929626464844,-88.2577896118164,22.754764556884766,179.36851501464844,71.2583236694336,25.827472686767578,164.36483764648438,68.78803253173828,24.54900360107422,161.2827606201172,64.77960968017578,-4.525121212005615,110.28368377685547,81.71334075927734,-13.503122329711914,97.50534057617188,99.7812728881836,-17.26177215576172,103.93327331542969,98.54634094238281,-47.06747055053711,58.39818572998047,-32.458927154541016,-56.33393478393555,57.288291931152344,-11.172266006469727,-48.491329193115234,67.9863052368164,-16.967021942138672,-7.905665874481201,112.81517028808594,-17.164466857910156,-7.480226993560791,115.10200500488281,-40.80959701538086,-4.248672962188721,134.7217559814453,-44.75919723510742,-82.82718658447266,107.68474578857422,60.61050796508789,-83.48008728027344,114.12071228027344,52.70700454711914,-80.71440887451172,113.89667510986328,69.0255355834961,-81.1744384765625,90.15748596191406,-89.09618377685547,-65.23735809326172,87.07986450195312,-103.23301696777344,-73.21858978271484,83.71980285644531,-82.86711883544922,48.43865966796875,70.45582580566406,102.19695281982422,36.64442443847656,69.38318634033203,92.39628601074219,28.54212188720703,77.34828186035156,108.70858001708984,-68.86012268066406,215.95277404785156,29.368202209472656,-63.055625915527344,205.15899658203125,10.440242767333984,-70.8562240600586,213.8924102783203,17.764942169189453,122.01402282714844,116.54417419433594,26.80463981628418,114.13552856445312,116.49018859863281,54.33536148071289,115.06220245361328,107.3503189086914,53.35294723510742,-39.458580017089844,84.0058364868164,36.90453338623047,-29.548250198364258,89.25272369384766,36.914127349853516,-32.602012634277344,90.81636047363281,44.16775131225586,17.108993530273438,80.194580078125,47.1883430480957,10.764264106750488,89.14928436279297,45.05292510986328,16.492694854736328,89.24105072021484,41.14670944213867,73.17425537109375,92.37495422363281,-54.88140869140625,81.00291442871094,110.13257598876953,-37.90343475341797,92.13610076904297,118.15776062011719,-39.700321197509766,-86.16329956054688,175.73226928710938,-85.7271957397461,-85.87469482421875,165.32598876953125,-76.43888854980469,-87.34149932861328,171.62879943847656,-71.91526794433594,22.10372543334961,107.83216857910156,4.199191093444824,21.056962966918945,106.20481872558594,2.164815902709961,17.46470069885254,80.50118255615234,0.6607210040092468,42.01594161987305,117.61007690429688,75.7219467163086,45.54927444458008,121.19044494628906,61.12272262573242,36.13791275024414,124.71521759033203,74.54542541503906,21.524433135986328,240.31663513183594,31.003829956054688,11.74242115020752,229.8568572998047,39.88194274902344,27.676965713500977,240.57009887695312,35.10197448730469,-45.73489761352539,109.75520324707031,62.447879791259766,-45.84565353393555,110.4729232788086,85.36157989501953,-31.776193618774414,114.06954956054688,75.32300567626953,-91.21235656738281,59.04665756225586,-46.277286529541016,-99.62305450439453,67.22488403320312,-49.53746032714844,-85.8730697631836,62.582557678222656,-53.84381866455078,-94.02200317382812,204.89073181152344,33.3884391784668,-86.2398452758789,199.8702850341797,36.97687911987305,-83.38243865966797,209.82257080078125,34.052085876464844,-36.407737731933594,198.9342498779297,78.88525390625,-38.18935012817383,181.59323120117188,86.72552490234375,-42.91045379638672,179.9163055419922,71.1026840209961,-73.21858978271484,83.71980285644531,-82.86711883544922,-71.75895690917969,83.06251525878906,-71.948974609375,-80.95284271240234,88.49547576904297,-77.74462127685547,49.323028564453125,57.53860092163086,53.74755096435547,34.883670806884766,59.48269271850586,47.97623825073242,46.68898010253906,65.15633392333984,33.695457458496094,45.61625289916992,167.74081420898438,-111.31486511230469,35.36204147338867,165.66053771972656,-130.74490356445312,38.95708465576172,162.1116180419922,-122.22640991210938,-93.64009094238281,114.9483871459961,-112.59281921386719,-99.23507690429688,107.26516723632812,-106.19037628173828,-100.56529235839844,124.53219604492188,-100.30878448486328,-48.8922004699707,84.1640625,82.26177215576172,-76.74348449707031,79.35234069824219,70.84379577636719,-63.51712417602539,92.31936645507812,98.30665588378906,-34.74456787109375,63.631446838378906,74.155029296875,-23.922405242919922,58.932525634765625,68.03378295898438,-32.88719177246094,57.901268005371094,62.263790130615234,43.21674728393555,111.20904541015625,40.460567474365234,34.439117431640625,115.80821990966797,61.501705169677734,35.34011459350586,113.39051818847656,42.729007720947266,-11.31208610534668,83.51407623291016,99.0735092163086,-18.325916290283203,65.38178253173828,93.31598663330078,-18.051246643066406,69.23306274414062,110.62801361083984,12.310888290405273,150.19393920898438,59.50629806518555,6.41330623626709,166.47943115234375,77.62360382080078,15.729280471801758,157.48048400878906,62.40656280517578,33.508949279785156,101.49913787841797,-29.88155174255371,17.153579711914062,100.77062225341797,-35.58440017700195,23.015764236450195,99.3989028930664,-39.745460510253906,61.82040023803711,140.2517852783203,117.07720184326172,55.47634506225586,132.95159912109375,121.89090728759766,57.788246154785156,121.56228637695312,116.51896667480469,-64.30609893798828,156.27194213867188,98.23413848876953,-75.51625061035156,164.8365936279297,92.01151275634766,-65.35844421386719,172.74647521972656,97.05267333984375,-95.1350326538086,76.91316223144531,-66.38192749023438,-82.04829406738281,63.227909088134766,-64.72024536132812,-85.8730697631836,62.582557678222656,-53.84381866455078,-5.789793968200684,177.2923126220703,-6.844069004058838,-7.442502975463867,192.29527282714844,2.5538980960845947,-8.451814651489258,188.12486267089844,-9.32748031616211,9.523965835571289,75.30885314941406,54.855716705322266,8.281905174255371,86.8260498046875,62.64599609375,12.818527221679688,83.42935943603516,59.14530944824219,-19.947935104370117,233.80946350097656,-46.99045944213867,-11.922890663146973,232.85122680664062,-56.31474685668945,-22.169816970825195,230.87106323242188,-71.12178802490234,-70.87606811523438,45.46517562866211,76.59233093261719,-84.9449462890625,53.81290817260742,75.72459411621094,-68.0822525024414,46.231746673583984,91.93087768554688,14.079248428344727,149.6282501220703,82.81582641601562,5.803012847900391,150.23008728027344,89.96197509765625,11.368114471435547,141.69093322753906,68.4043197631836,88.44363403320312,87.12002563476562,28.985275268554688,98.69625091552734,85.70879364013672,29.831878662109375,91.52178955078125,90.04228973388672,42.269676208496094,-96.35326385498047,95.45556640625,-63.88528060913086,-98.4018325805664,104.00928497314453,-56.491294860839844,-107.15848541259766,102.04547119140625,-51.42906188964844,86.75799560546875,150.35455322265625,-73.56403350830078,95.48213958740234,148.8217315673828,-80.85206604003906,95.00324249267578,138.00152587890625,-70.81275177001953,77.1033935546875,107.2752914428711,87.07080841064453,72.68817901611328,103.65589141845703,107.22106170654297,87.50836944580078,99.97129821777344,88.63534545898438,-12.116440773010254,222.24501037597656,40.22433090209961,-19.180694580078125,233.3582763671875,36.71666717529297,-14.005090713500977,230.53964233398438,34.357120513916016,80.93639373779297,98.20828247070312,-73.66340637207031,62.941070556640625,93.39813232421875,-63.475318908691406,75.1155014038086,87.8558120727539,-69.80872344970703,-98.4018325805664,104.00928497314453,-56.491294860839844,-93.58065795898438,117.72676849365234,-36.19158935546875,-99.92142486572266,121.3036117553711,-35.883575439453125,17.862014770507812,118.41886901855469,126.89588928222656,46.730865478515625,118.97679138183594,121.20132446289062,35.97691345214844,128.88113403320312,127.64546203613281,-12.708694458007812,114.0174560546875,26.46253776550293,6.011168003082275,120.35903930664062,23.353519439697266,-9.88487720489502,122.36620330810547,20.208641052246094,20.51275634765625,73.72063446044922,40.82139205932617,22.129884719848633,61.624210357666016,35.036678314208984,23.22113800048828,68.07029724121094,48.39665222167969,46.932613372802734,105.82184600830078,4.9007158279418945,42.26371765136719,99.61237335205078,3.5172770023345947,44.055519104003906,95.23043823242188,-6.183705806732178,-73.43041229248047,50.141605377197266,98.62308502197266,-59.77238464355469,45.852359771728516,103.93555450439453,-64.04088592529297,58.796573638916016,112.98785400390625,-27.497310638427734,108.72821807861328,91.23040008544922,-22.504179000854492,115.37049102783203,67.36034393310547,-14.535069465637207,114.48091125488281,75.53838348388672,-14.624279022216797,224.58448791503906,61.80965805053711,-17.318824768066406,216.6053924560547,72.6077880859375,-11.504301071166992,210.2930908203125,78.73275756835938,92.80487060546875,92.8919906616211,41.73636245727539,102.82996368408203,99.13737487792969,61.73196792602539,99.37947082519531,90.173095703125,32.66017150878906,15.629524230957031,102.41634368896484,46.53388977050781,10.299503326416016,110.1437759399414,52.5775146484375,19.523174285888672,103.88650512695312,49.10745620727539,91.46805572509766,187.67857360839844,-64.95711517333984,91.81831359863281,187.50953674316406,-55.63275909423828,88.81321716308594,196.1399688720703,-58.75895309448242,41.636837005615234,77.70748138427734,-99.73058319091797,50.173770904541016,85.49374389648438,-91.90199279785156,38.55781936645508,79.07069396972656,-84.74488830566406,15.59131908416748,90.96013641357422,70.4231185913086,37.74403381347656,83.1976318359375,79.42710876464844,27.956541061401367,92.03824615478516,59.511146545410156,-73.24378967285156,166.6791229248047,-98.1771240234375,-80.78459167480469,166.9178466796875,-80.30030059814453,-70.92748260498047,161.4832000732422,-86.85709381103516,-25.314390182495117,43.73586654663086,58.72480773925781,-31.371318817138672,40.24143600463867,61.74418640136719,-20.610456466674805,41.730812072753906,70.42375183105469,-98.45710754394531,85.12117767333984,64.96881866455078,-92.64362335205078,91.3301773071289,60.35519027709961,-89.66276550292969,96.97107696533203,69.9011001586914,-98.36134338378906,88.36918640136719,59.71878433227539,-92.87210845947266,84.69417572021484,56.25834274291992,-97.98401641845703,85.42411804199219,54.134422302246094,-26.64825439453125,149.75714111328125,53.667205810546875,-22.86604881286621,162.147705078125,68.42444610595703,-26.321786880493164,151.9709014892578,51.71427917480469,15.373086929321289,111.95594787597656,16.054914474487305,12.41989803314209,96.64042663574219,27.326704025268555,7.675013065338135,118.93205261230469,19.0120792388916,-72.04203796386719,124.7635498046875,-81.20700073242188,-91.54497528076172,135.4752197265625,-84.86978912353516,-76.2573471069336,131.81625366210938,-81.49170684814453,-20.703306198120117,66.1620864868164,51.55546569824219,-26.684541702270508,61.53421401977539,55.37407684326172,-25.851869583129883,65.25015258789062,51.52840042114258,-42.91045379638672,179.9163055419922,71.1026840209961,-46.33726501464844,164.19725036621094,88.09761047363281,-48.90634536743164,168.3810272216797,94.09410858154297,-89.51165008544922,90.0904312133789,28.938718795776367,-92.80487060546875,92.8919906616211,41.73636245727539,-82.37012481689453,98.24906158447266,34.236602783203125,17.757722854614258,171.9327850341797,98.04302215576172,17.24324607849121,169.52935791015625,85.8419418334961,13.985893249511719,184.97613525390625,91.071044921875,116.22711181640625,94.32284545898438,-20.23102569580078,117.30237579345703,97.70790100097656,-5.445785999298096,112.40496826171875,105.14228057861328,-18.961593627929688,34.50015640258789,81.51509857177734,99.72492218017578,24.792808532714844,84.32201385498047,98.9775619506836,45.69846725463867,75.7103271484375,99.93010711669922,114.91778564453125,134.14178466796875,-12.604199409484863,115.98265075683594,127.60358428955078,-15.162666320800781,120.85287475585938,131.1990203857422,-2.8657450675964355,29.544340133666992,102.60645294189453,121.73030090332031,14.896112442016602,102.08417510986328,116.14363098144531,27.454008102416992,105.56700897216797,112.3596420288086,93.78952026367188,148.1875,-72.71971130371094,99.18865966796875,133.9736785888672,-71.22870635986328,99.89080047607422,146.23464965820312,-79.08942413330078,-70.47742462158203,74.95087432861328,-68.3578109741211,-85.62020111083984,74.9522476196289,-71.14520263671875,-88.70700073242188,86.3094482421875,-72.10209655761719,-20.534975051879883,82.89144897460938,81.93370819091797,-40.224449157714844,79.89698028564453,76.31905364990234,-20.49354362487793,89.2263412475586,64.47246551513672,-25.26554298400879,127.83161926269531,37.23456573486328,-30.72865104675293,121.59315490722656,42.67510223388672,-26.48509979248047,132.79833984375,45.86899948120117,-15.617349624633789,204.77565002441406,81.28326416015625,-17.422563552856445,191.44146728515625,78.77030181884766,-11.992557525634766,177.09213256835938,74.42247772216797,5.854072093963623,116.31766510009766,47.69777297973633,15.97724437713623,102.46482849121094,43.806556701660156,8.064533233642578,100.6892318725586,50.929588317871094,-33.55633544921875,110.06523895263672,77.4421615600586,-25.718036651611328,115.34554290771484,56.03443908691406,-22.504179000854492,115.37049102783203,67.36034393310547,20.410995483398438,82.96878051757812,111.67237854003906,29.644521713256836,68.73770904541016,78.37092590332031,19.36123275756836,80.14971160888672,87.94287872314453,-91.18583679199219,95.03437042236328,-91.47882080078125,-98.7575454711914,106.1900405883789,-98.90673828125,-97.26398468017578,107.26725769042969,-91.2532730102539,-32.21702194213867,85.12642669677734,-61.139408111572266,-28.712751388549805,89.74901580810547,-54.27206039428711,-25.562623977661133,79.27933502197266,-82.47020721435547,43.82526779174805,156.92709350585938,120.58245086669922,41.05088806152344,152.25076293945312,120.64889526367188,35.40854263305664,156.90394592285156,122.21293640136719,-50.75712966918945,223.34519958496094,-41.678321838378906,-48.34447479248047,209.19326782226562,-43.99676513671875,-38.34941482543945,223.7361602783203,-46.04253005981445,-65.74710083007812,75.54374694824219,84.13107299804688,-51.99272155761719,80.37601470947266,93.66578674316406,-56.013771057128906,72.4996337890625,88.43408966064453,16.17867088317871,92.91070556640625,61.29961395263672,10.63564682006836,98.77631378173828,60.045047760009766,19.64590835571289,94.15974426269531,53.98710250854492,-14.799407005310059,59.261695861816406,86.07795715332031,-19.17514991760254,60.103233337402344,87.25963592529297,-29.776111602783203,48.92403793334961,85.69308471679688,96.87529754638672,123.0238037109375,-83.50827026367188,91.56725311279297,135.49285888671875,-84.8985595703125,98.89356994628906,138.41929626464844,-88.2577896118164,14.89108943939209,199.9775390625,-3.343487024307251,16.658748626708984,225.0550994873047,16.650848388671875,22.654155731201172,210.79029846191406,6.128689765930176,22.754047393798828,137.77630615234375,56.310203552246094,18.230737686157227,142.32937622070312,66.04227447509766,11.368114471435547,141.69093322753906,68.4043197631836,87.16961669921875,157.6736297607422,5.125223159790039,105.31962585449219,175.05191040039062,9.729116439819336,99.99254608154297,164.53350830078125,10.394513130187988,87.8366470336914,160.1035614013672,49.66246795654297,77.78401947021484,167.77613830566406,57.25807189941406,94.67645263671875,163.6359405517578,60.610130310058594,8.610063552856445,89.58917236328125,-73.47216033935547,8.292135238647461,79.08811950683594,-103.58734130859375,8.099207878112793,85.9958724975586,-110.24507141113281,35.97691345214844,128.88113403320312,127.64546203613281,46.730865478515625,118.97679138183594,121.20132446289062,55.47634506225586,132.95159912109375,121.89090728759766,-18.325916290283203,65.38178253173828,93.31598663330078,-31.90500259399414,50.87805938720703,86.09745788574219,-29.45446014404297,55.49673843383789,101.63957977294922,-14.181791305541992,172.9020233154297,110.7615737915039,-20.810930252075195,152.79600524902344,115.62957000732422,-8.981959342956543,171.7257080078125,101.44523620605469,28.710865020751953,97.09481048583984,55.1190071105957,35.92534255981445,92.09982299804688,43.596275329589844,21.272520065307617,108.68211364746094,46.473121643066406,31.3713436126709,40.2414436340332,61.744163513183594,20.611160278320312,41.730525970458984,70.42280578613281,30.519105911254883,39.320594787597656,68.50559997558594,5.436232089996338,222.509033203125,34.824764251708984,11.12905502319336,232.39688110351562,31.779634475708008,7.606205940246582,219.9828338623047,21.099910736083984,-41.57102584838867,111.829345703125,97.43730926513672,-31.4454402923584,115.2432861328125,100.82050323486328,-30.340024948120117,111.6396713256836,110.5845718383789,6.417544841766357,159.13792419433594,-140.81826782226562,12.003325462341309,148.0187530517578,-149.7499542236328,10.43869686126709,163.00779724121094,-145.62387084960938,3.039879083633423,151.26077270507812,110.6859359741211,2.544779062271118,143.23287963867188,119.62033081054688,-4.697739124298096,142.0805206298828,113.85646057128906,-18.06998634338379,94.88394927978516,46.35036849975586,-23.157150268554688,92.23755645751953,45.05472946166992,-15.883842468261719,93.8909912109375,41.55320358276367,40.58545684814453,157.4490509033203,119.54786682128906,35.40854263305664,156.90394592285156,122.21293640136719,40.51224899291992,169.1043243408203,109.24112701416016,-26.905059814453125,61.01065444946289,116.43640899658203,-15.240184783935547,67.77867126464844,110.36080932617188,-19.386104583740234,68.8558578491211,117.46895599365234,57.788246154785156,121.56228637695312,116.51896667480469,55.47634506225586,132.95159912109375,121.89090728759766,46.730865478515625,118.97679138183594,121.20132446289062,18.005393981933594,87.81790924072266,68.77515411376953,7.262628078460693,88.90000915527344,75.33949279785156,11.402618408203125,86.43389129638672,69.82990264892578,-73.24322509765625,201.7643585205078,-25.98142433166504,-68.45880126953125,217.7506103515625,-30.948095321655273,-60.766319274902344,214.63064575195312,-18.350000381469727,-15.121166229248047,68.05764770507812,1.6704720258712769,-4.338204860687256,47.46104431152344,23.376447677612305,-16.380704879760742,59.4521369934082,13.593772888183594,118.45977020263672,141.58816528320312,9.548633575439453,120.85287475585938,131.1990203857422,-2.8657450675964355,118.14871978759766,133.76156616210938,13.474762916564941,43.64308166503906,112.0104751586914,79.04592895507812,57.92612075805664,109.09129333496094,99.45925903320312,40.1393928527832,111.8594970703125,97.45011901855469,-95.35456848144531,74.54452514648438,50.27957534790039,-90.24346160888672,76.49369049072266,44.47050476074219,-91.8303451538086,80.75312042236328,47.319923400878906,12.122199058532715,143.54165649414062,-118.29186248779297,9.68741226196289,123.25047302246094,-108.83927917480469,11.089255332946777,105.98408508300781,-116.12649536132812,23.490453720092773,228.2786865234375,41.711814880371094,17.65411949157715,229.3283233642578,42.096778869628906,12.632269859313965,218.35781860351562,45.18227767944336,-16.286312103271484,80.39579010009766,115.64823150634766,-13.503122329711914,97.50534057617188,99.7812728881836,-11.31208610534668,83.51407623291016,99.0735092163086,-16.20471954345703,135.34857177734375,-159.65542602539062,-13.849328994750977,118.48027801513672,-159.58486938476562,-23.829265594482422,120.4374008178711,-162.53976440429688,42.271297454833984,86.2586898803711,79.41702270507812,22.355255126953125,92.19275665283203,87.86143493652344,23.24382781982422,90.81139373779297,91.3552474975586,-41.07483673095703,92.42259216308594,103.62024688720703,-32.42428207397461,84.71570587158203,99.7341079711914,-30.82412338256836,88.65225982666016,97.84952545166016,-78.14264678955078,188.3157196044922,73.49053955078125,-78.20189666748047,182.8880157470703,72.12848663330078,-81.53216552734375,181.40328979492188,59.76439666748047,30.722667694091797,134.19859313964844,-160.24891662597656,22.59303092956543,136.17648315429688,-161.1651611328125,27.00270652770996,157.41624450683594,-149.22483825683594,-34.338958740234375,225.7465362548828,-51.44245910644531,-34.445404052734375,222.65879821777344,-55.17167282104492,-41.39903259277344,217.56082153320312,-48.35788345336914,70.63996124267578,53.34065628051758,99.11006164550781,80.61587524414062,65.28514099121094,97.0689926147461,87.63513946533203,59.45076370239258,82.30257415771484,-26.425539016723633,75.19278717041016,14.968587875366211,-32.911293029785156,71.22614288330078,14.777702331542969,-31.00786781311035,85.54646301269531,11.727348327636719,79.3785629272461,197.569091796875,-74.83686828613281,82.78885650634766,201.88848876953125,-71.21788787841797,100.75994110107422,174.4259490966797,-67.81111907958984,97.36023712158203,113.83561706542969,85.732421875,94.26579284667969,110.5871353149414,80.78617858886719,105.18741607666016,128.1026153564453,74.35801696777344,-10.31476879119873,105.75862884521484,-60.37479019165039,-12.286076545715332,88.44322967529297,-62.5181884765625,-13.490315437316895,99.1231918334961,-54.422584533691406,-7.29968786239624,79.4100112915039,87.74134063720703,-8.557339668273926,61.482765197753906,76.5711441040039,-9.506082534790039,64.84965515136719,81.4926528930664,17.506038665771484,65.60673522949219,93.59375,11.509316444396973,71.53583526611328,109.70088958740234,32.73851776123047,50.89284133911133,88.42176818847656,57.5706901550293,228.5319061279297,7.948878765106201,50.10743713378906,238.2215118408203,22.184234619140625,59.91688919067383,228.27870178222656,23.10633087158203,-25.455373764038086,187.26072692871094,100.5691909790039,-26.308609008789062,200.6239471435547,86.19474792480469,-30.28169822692871,190.007080078125,93.85726165771484,21.2524471282959,98.77197265625,66.59370422363281,8.264732360839844,108.26473236083984,65.57268524169922,10.304929733276367,95.27855682373047,67.70187377929688,88.76875305175781,108.31613159179688,-87.48455047607422,97.26398468017578,107.26725769042969,-91.2532730102539,90.07025146484375,103.73075866699219,-87.2774658203125,22.356197357177734,84.81476593017578,-66.23356628417969,20.688508987426758,77.37896728515625,-90.05860137939453,23.03985595703125,80.9091796875,-70.77542877197266,114.7887954711914,106.68826293945312,-20.81834602355957,116.63235473632812,95.5278091430664,-27.008892059326172,111.63690948486328,94.82879638671875,-32.71684646606445,-82.34701538085938,121.57084655761719,-114.82958984375,-85.60317993164062,128.4259796142578,-109.10617065429688,-90.4774169921875,117.24819946289062,-109.7081298828125,-78.14264678955078,188.3157196044922,73.49053955078125,-81.53216552734375,181.40328979492188,59.76439666748047,-80.13555145263672,199.0077667236328,58.1978759765625,6.8125200271606445,206.0528564453125,44.71659469604492,11.74242115020752,229.8568572998047,39.88194274902344,5.436232089996338,222.509033203125,34.824764251708984,81.99330139160156,105.85913848876953,62.187530517578125,79.6384048461914,112.62360382080078,70.74149322509766,83.50301361083984,114.5602798461914,53.291290283203125,52.59247589111328,62.4429817199707,44.111270904541016,46.68898010253906,65.15633392333984,33.695457458496094,56.26533889770508,66.90526580810547,43.26500701904297,-7.668231964111328,162.6572723388672,-74.67456817626953,-5.622716903686523,147.00363159179688,-79.75254821777344,-9.291482925415039,144.7529296875,-94.25273895263672,88.16848754882812,148.88409423828125,2.8353230953216553,84.24087524414062,141.98080444335938,-10.036044120788574,107.98411560058594,145.21925354003906,-5.156867027282715,-28.144624710083008,96.16558837890625,126.61036682128906,-39.517494201660156,92.76851654052734,130.02366638183594,-26.742305755615234,76.92546844482422,126.30644226074219,-40.34578323364258,151.19522094726562,-131.74024963378906,-35.36204147338867,165.66053771972656,-130.74490356445312,-38.95708465576172,162.1116180419922,-122.22640991210938,27.656051635742188,244.3241424560547,19.952484130859375,27.676965713500977,240.57009887695312,35.10197448730469,42.1666259765625,241.24656677246094,29.31167984008789,37.69767379760742,215.4377899169922,-49.73406219482422,33.10709762573242,223.53997802734375,-64.97742462158203,45.906272888183594,218.90280151367188,-56.82638168334961,-34.76606369018555,87.38629150390625,39.886756896972656,-23.035173416137695,95.35729217529297,44.17595291137695,-35.12921905517578,86.34801483154297,29.245485305786133,3.039879083633423,151.26077270507812,110.6859359741211,-4.697739124298096,142.0805206298828,113.85646057128906,1.7646700143814087,149.2718963623047,99.28968811035156,-11.555464744567871,187.8446044921875,24.421350479125977,-9.791749954223633,154.55455017089844,38.2028694152832,-9.601252555847168,160.7864532470703,41.529022216796875,107.80780792236328,177.19427490234375,-36.56926345825195,111.96956634521484,168.02821350097656,-38.37691116333008,107.12158966064453,178.26608276367188,-27.327123641967773,-11.678400993347168,111.85881042480469,-39.43829345703125,-10.952516555786133,113.62967681884766,-17.69682502746582,-11.315666198730469,109.62919616699219,-48.623470306396484,15.037957191467285,222.93788146972656,4.107001781463623,15.685897827148438,231.3623809814453,4.1100969314575195,25.758146286010742,232.63441467285156,12.244012832641602,76.04574584960938,54.7361946105957,-18.219039916992188,69.69815063476562,56.29743957519531,-22.703405380249023,72.15370178222656,59.04294967651367,-12.190813064575195,50.839324951171875,61.294857025146484,31.028594970703125,45.55030059814453,66.9893569946289,36.01394271850586,52.49592590332031,63.69453048706055,30.80255126953125,110.3922348022461,151.6205596923828,26.4292049407959,108.87322235107422,165.33697509765625,36.51504135131836,115.14605712890625,152.4384307861328,15.887221336364746,20.51275634765625,73.72063446044922,40.82139205932617,17.108993530273438,80.194580078125,47.1883430480957,20.98330307006836,81.5977554321289,36.5035400390625,13.983987808227539,64.7445297241211,23.971132278442383,16.836599349975586,77.38812255859375,24.782609939575195,21.070541381835938,75.60442352294922,9.645215034484863,4.178171157836914,72.51602935791016,82.3755111694336,3.6138229370117188,84.81529235839844,81.02725982666016,4.130654811859131,60.62321853637695,66.78874969482422,27.9763240814209,72.88945007324219,89.34452056884766,16.63581085205078,83.06046295166016,83.55484008789062,17.58223533630371,78.1521224975586,74.11788940429688,-17.318824768066406,216.6053924560547,72.6077880859375,-28.05832862854004,228.00987243652344,58.753273010253906,-24.44388771057129,216.32225036621094,68.62362670898438,-30.72266960144043,134.19859313964844,-160.24891662597656,-45.34686279296875,126.16846466064453,-153.93299865722656,-47.96851348876953,135.4973907470703,-152.00228881835938,-51.3701286315918,68.45838928222656,97.89556121826172,-47.425636291503906,74.67633056640625,108.91557312011719,-34.61726760864258,76.07833099365234,108.5406265258789,9.523965835571289,75.30885314941406,54.855716705322266,14.256820678710938,79.00827026367188,55.9404296875,16.368206024169922,76.33401489257812,55.17448043823242,-46.663326263427734,96.22201538085938,-43.49609375,-46.18855667114258,101.38648986816406,-33.7761344909668,-31.296737670898438,101.08879852294922,-39.80484390258789,9.046873092651367,137.6138153076172,-12.449593544006348,7.3188629150390625,134.6557159423828,-40.30146789550781,5.789793968200684,177.2923126220703,-6.844069004058838,24.509462356567383,216.98655700683594,-88.28572845458984,15.475126266479492,211.42005920410156,-98.45802307128906,11.430877685546875,213.05914306640625,-83.13362884521484,-64.02313995361328,220.3203582763672,53.075923919677734,-70.78690338134766,216.2769012451172,40.35562515258789,-70.6347885131836,219.67893981933594,54.25837326049805,6.210841178894043,98.06431579589844,109.60249328613281,12.058389663696289,96.0086669921875,121.12329864501953,8.508745193481445,86.62476348876953,120.58528137207031,-88.3906021118164,83.73554992675781,-69.52200317382812,-96.35326385498047,95.45556640625,-63.88528060913086,-96.9471435546875,87.77360534667969,-65.06846618652344,59.91688919067383,228.27870178222656,23.10633087158203,50.10743713378906,238.2215118408203,22.184234619140625,50.03654098510742,236.41281127929688,30.103246688842773,51.34214782714844,230.08792114257812,5.217507839202881,44.078433990478516,234.61636352539062,-0.04991300031542778,61.921844482421875,232.9663848876953,-5.732934951782227,95.15128326416016,196.4221649169922,-28.594457626342773,84.93074798583984,189.8872528076172,-29.757213592529297,73.80087280273438,205.7476348876953,-28.160648345947266,-25.455373764038086,187.26072692871094,100.5691909790039,-37.094139099121094,172.1422882080078,113.80563354492188,-27.18794059753418,175.55686950683594,107.51034545898438,43.845977783203125,54.13680648803711,113.53515625,29.717878341674805,62.10672378540039,119.39793395996094,35.50730514526367,51.37777328491211,107.37960815429688,44.61445236206055,97.6418685913086,-36.507476806640625,23.015764236450195,99.3989028930664,-39.745460510253906,30.090913772583008,87.76387023925781,-51.27075958251953,45.14202880859375,126.13997650146484,18.786813735961914,42.55926513671875,123.974609375,21.830991744995117,53.938358306884766,116.47701263427734,13.440556526184082,-104.73397827148438,128.91259765625,-55.69329833984375,-106.6687240600586,129.79806518554688,-42.66569519042969,-98.47779846191406,126.30315399169922,-43.11570739746094,23.18568229675293,129.4649200439453,11.387181282043457,19.266132354736328,135.486572265625,16.975414276123047,34.65829086303711,128.72857666015625,20.609533309936523,12.389904022216797,144.65264892578125,-94.3456802368164,10.594959259033203,164.16590881347656,-72.15296936035156,8.3129301071167,145.48988342285156,-79.14080047607422,-89.66276550292969,96.97107696533203,69.9011001586914,-74.41032409667969,104.64945983886719,81.00611877441406,-78.18357849121094,103.65187072753906,88.1833724975586,111.29301452636719,83.67282104492188,-6.049108982086182,114.92185974121094,94.61009979248047,10.658000946044922,117.64068603515625,92.67330932617188,-3.570585012435913,49.67191696166992,114.02362823486328,116.16008758544922,46.730865478515625,118.97679138183594,121.20132446289062,29.302650451660156,113.28765106201172,118.51359558105469,8.353164672851562,112.15528106689453,-120.81460571289062,5.186662197113037,125.2710952758789,-130.2986297607422,11.068243980407715,104.22245025634766,-124.42762756347656,52.96754455566406,109.68925476074219,110.19659423828125,49.67191696166992,114.02362823486328,116.16008758544922,29.302650451660156,113.28765106201172,118.51359558105469,57.780723571777344,114.40699005126953,11.118634223937988,44.56885528564453,126.5069580078125,22.471513748168945,41.325260162353516,114.57554626464844,14.799253463745117,78.49748992919922,128.2584228515625,-16.29302978515625,79.17877197265625,120.22924041748047,-26.08198356628418,82.79693603515625,106.33174133300781,-38.29339599609375,-10.31476879119873,105.75862884521484,-60.37479019165039,-8.254520416259766,110.69634246826172,-73.05060577392578,-8.610063552856445,89.58917236328125,-73.47216033935547,-44.56885528564453,126.5069580078125,22.471513748168945,-34.65829086303711,128.72857666015625,20.609533309936523,-53.88462448120117,121.09320068359375,15.165303230285645,-72.8224868774414,166.13282775878906,65.99421691894531,-92.52735137939453,151.20745849609375,77.45458984375,-85.42207336425781,163.0582733154297,67.4488525390625,15.002076148986816,77.67839050292969,-75.55188751220703,15.894845008850098,71.01915740966797,-109.98722076416016,20.688508987426758,77.37896728515625,-90.05860137939453,49.20328140258789,110.28435516357422,51.05615997314453,54.30827331542969,106.11568450927734,59.044410705566406,44.4786491394043,114.87017822265625,68.33631134033203,24.69233512878418,83.02759552001953,128.78936767578125,22.3148250579834,96.3585433959961,127.93966674804688,8.380059242248535,85.90660095214844,123.875,76.05006408691406,163.45172119140625,-83.90936279296875,81.6758041381836,161.78733825683594,-97.35974884033203,73.77117919921875,162.2563018798828,-93.28472137451172,-44.90717697143555,185.3119659423828,-109.6314697265625,-43.30820083618164,185.2101287841797,-119.60503387451172,-47.41283416748047,175.46951293945312,-106.82439422607422,87.49012756347656,55.7917366027832,-18.42601776123047,90.50896453857422,58.9613151550293,-37.050296783447266,82.96710205078125,56.06001663208008,-32.79943084716797,-44.61445236206055,97.6418685913086,-36.507476806640625,-23.015764236450195,99.3989028930664,-39.745460510253906,-33.508949279785156,101.49913787841797,-29.88155174255371,-54.868507385253906,127.17938995361328,118.62489318847656,-54.8390007019043,136.63436889648438,119.5387191772461,-48.06944274902344,122.50797271728516,120.10201263427734,50.9427490234375,219.32489013671875,62.10866928100586,43.089881896972656,215.91836547851562,67.56002044677734,54.88944625854492,214.66600036621094,73.04574584960938,-29.950702667236328,214.94114685058594,-87.77141571044922,-18.85792350769043,227.53005981445312,-73.83395385742188,-35.97777557373047,221.69808959960938,-76.40748596191406,-76.04241180419922,164.97071838378906,54.04265594482422,-85.7996826171875,157.94737243652344,50.691959381103516,-81.44720458984375,174.42523193359375,58.445411682128906,-66.34016418457031,134.24221801757812,-130.36366271972656,-55.022972106933594,141.01467895507812,-140.4969482421875,-59.13572311401367,151.50189208984375,-130.89065551757812,-47.57801818847656,71.75445556640625,104.95602416992188,-65.5667724609375,66.93988037109375,87.9309310913086,-64.8144302368164,63.90972137451172,88.12175750732422,7.033711910247803,81.85499572753906,-137.65878295898438,14.053291320800781,72.88799285888672,-139.67845153808594,11.112696647644043,71.1539306640625,-130.38763427734375,-84.9449462890625,53.81290817260742,75.72459411621094,-76.42134094238281,54.91850280761719,93.9854507446289,-68.0822525024414,46.231746673583984,91.93087768554688,26.15845489501953,119.7763442993164,-158.9589385986328,32.35838317871094,106.4462661743164,-153.7146453857422,35.63838195800781,122.80725860595703,-155.12074279785156,29.610437393188477,55.35575866699219,102.25776672363281,25.470691680908203,63.23994827270508,114.68011474609375,36.81221008300781,53.440616607666016,105.41636657714844,-50.51227951049805,65.30023193359375,43.44640350341797,-62.61098098754883,68.5387191772461,52.050716400146484,-67.12299346923828,66.14278411865234,53.41630172729492,78.11871337890625,106.90360260009766,93.2427749633789,57.92612075805664,109.09129333496094,99.45925903320312,67.292236328125,106.24315643310547,87.0645980834961,82.07576751708984,200.8660430908203,-4.724043846130371,86.02816772460938,210.62371826171875,2.621309995651245,97.15657806396484,200.2178192138672,-4.4555230140686035,7.153811931610107,51.82443618774414,24.402353286743164,15.678853988647461,61.14999008178711,24.105886459350586,9.753936767578125,48.022518157958984,38.36918258666992,-61.921844482421875,232.9663848876953,-5.732934951782227,-78.50639343261719,221.9943389892578,-13.581745147705078,-60.46194839477539,232.04156494140625,-11.39597225189209,56.104942321777344,64.65966033935547,29.422527313232422,45.33082962036133,55.39805221557617,38.68320083618164,51.37381362915039,50.85619354248047,41.41246795654297,-16.808412551879883,110.00724029541016,-1.3143349885940552,-33.476322174072266,113.65978240966797,4.668501853942871,-21.19436264038086,102.87353515625,-6.824865818023682,-54.08528137207031,93.74205017089844,-23.162504196166992,-48.46811294555664,90.10746002197266,-23.014568328857422,-61.08427429199219,93.86770629882812,-15.399415969848633,-82.79693603515625,106.33174133300781,-38.29339599609375,-74.62842559814453,90.13960266113281,-53.641353607177734,-70.94197082519531,96.14134216308594,-45.69535827636719,-55.64670944213867,61.18259048461914,35.01530075073242,-55.70564651489258,61.87169647216797,30.428089141845703,-59.2722282409668,67.79633331298828,31.83919334411621,25.54395294189453,74.12358093261719,105.67863464355469,16.99776840209961,80.79126739501953,108.3308334350586,20.226303100585938,73.87518310546875,83.8262710571289,-64.4055404663086,190.9066162109375,-75.16997528076172,-77.34978485107422,180.26515197753906,-69.7740478515625,-62.478553771972656,196.54940795898438,-87.54120635986328,117.70931243896484,156.9040069580078,-39.09508514404297,118.80330657958984,153.8633270263672,-23.23793601989746,116.89191436767578,142.0942840576172,-43.46473693847656,7.895063877105713,91.7929458618164,74.45246124267578,8.257092475891113,87.88272857666016,70.6263427734375,4.256759166717529,101.45594024658203,73.86345672607422,-35.32340621948242,201.08212280273438,60.93544006347656,-40.57282257080078,190.56646728515625,65.18738555908203,-37.525978088378906,209.35348510742188,61.35078048706055,-108.87322235107422,165.33697509765625,36.51504135131836,-107.65144348144531,175.19203186035156,30.937593460083008,-104.38175964355469,187.4554901123047,32.499412536621094,-38.5705451965332,113.17955017089844,117.83490753173828,-53.92699432373047,116.33699035644531,117.64620971679688,-53.800636291503906,109.85226440429688,110.45036315917969,32.254886627197266,116.62164306640625,87.1662368774414,10.645368576049805,115.46853637695312,97.00406646728516,34.008480072021484,115.6334457397461,93.23210906982422,-100.84918975830078,80.25445556640625,-52.053741455078125,-110.37092590332031,99.59405517578125,-47.048484802246094,-103.7219467163086,85.48719024658203,-57.2445068359375,-79.61860656738281,131.25079345703125,98.7614974975586,-81.82647705078125,142.41995239257812,96.15594482421875,-66.86566162109375,142.00547790527344,109.3183364868164,-91.80216979980469,179.68995666503906,-71.50399780273438,-79.37855529785156,197.56907653808594,-74.83687591552734,-66.48431396484375,193.3423309326172,-77.50227355957031,-27.45228385925293,86.0462875366211,98.67768859863281,-23.76561737060547,84.62134552001953,106.98075103759766,-36.0692024230957,80.9102783203125,99.47901916503906,-24.7470645904541,197.1362762451172,-3.581001043319702,-16.827556610107422,189.66082763671875,-17.258710861206055,-22.67186164855957,193.49293518066406,-1.2401059865951538,3.7838070392608643,92.86139678955078,92.86126708984375,7.176292896270752,97.24952697753906,99.76619720458984,6.32501220703125,85.86161041259766,98.7171630859375,-24.391822814941406,91.22093963623047,49.60320281982422,-31.354394912719727,85.19075775146484,36.32929229736328,-23.157150268554688,92.23755645751953,45.05472946166992,-53.88462448120117,121.09320068359375,15.165303230285645,-57.780723571777344,114.40699005126953,11.118634223937988,-44.56885528564453,126.5069580078125,22.471513748168945,-81.05924224853516,59.74949264526367,-11.560775756835938,-89.83273315429688,65.53521728515625,-4.360073089599609,-90.97125244140625,81.33045959472656,14.200992584228516,43.409542083740234,113.75363159179688,37.66899871826172,45.54927444458008,121.19044494628906,61.12272262573242,56.424278259277344,116.35051727294922,31.461912155151367,-34.740875244140625,144.14988708496094,128.395263671875,-46.16383743286133,139.61651611328125,127.01439666748047,-41.39297866821289,131.56875610351562,128.9260711669922,-29.622419357299805,77.37369537353516,94.91935729980469,-18.990272521972656,80.86032104492188,73.36048889160156,-27.675630569458008,72.7243881225586,72.07772827148438,-19.227636337280273,110.73255157470703,-3.8024590015411377,-23.239046096801758,122.5915756225586,4.082557201385498,-12.705788612365723,112.39704895019531,-7.784809112548828,-69.74370574951172,61.710655212402344,65.95271301269531,-49.32304382324219,57.538612365722656,53.74751663208008,-63.22163772583008,61.4011344909668,77.74681854248047,97.52693939208984,79.48208618164062,48.84649658203125,98.3653564453125,88.36812591552734,59.71508026123047,101.04632568359375,76.17662811279297,56.490291595458984,-29.182527542114258,88.6148681640625,33.1748161315918,-24.87904167175293,100.24042510986328,38.69691467285156,-23.516725540161133,86.00487518310547,35.78761672973633,29.548250198364258,89.25272369384766,36.914127349853516,18.081275939941406,107.24754333496094,46.965919494628906,21.111473083496094,93.7474136352539,42.4295539855957,-108.86412048339844,94.5060043334961,38.62495422363281,-110.72953796386719,99.11522674560547,31.765361785888672,-109.74421691894531,90.13224029541016,21.7950439453125,86.08721160888672,131.78118896484375,94.19709777832031,85.04776000976562,161.28720092773438,88.0841064453125,81.07378387451172,144.34947204589844,101.19775390625,-88.7839126586914,76.78096771240234,78.08978271484375,-69.49708557128906,75.80876159667969,83.68036651611328,-69.94977569580078,88.1605224609375,99.08924865722656,-62.450721740722656,96.60831451416016,-48.42087936401367,-70.94197082519531,96.14134216308594,-45.69535827636719,-58.72652816772461,92.54862976074219,-43.05237579345703,-17.59536361694336,89.11172485351562,-6.814418792724609,-8.628856658935547,93.39696502685547,-7.5036468505859375,-1.235640048980713,85.52520751953125,-9.568116188049316,-13.590917587280273,212.5076904296875,10.787601470947266,-14.055350303649902,226.46463012695312,23.380041122436523,-25.223594665527344,208.42959594726562,7.364171028137207,-94.0842514038086,66.20925903320312,52.98896408081055,-95.35456848144531,74.54452514648438,50.27957534790039,-100.13851928710938,77.6834945678711,66.85282135009766,-23.352243423461914,58.98066711425781,85.53459167480469,-24.76250648498535,55.4223747253418,84.83969116210938,-19.17514991760254,60.103233337402344,87.25963592529297,98.79547882080078,66.83206939697266,-42.34891891479492,98.95162963867188,74.74378967285156,-49.943336486816406,91.07364654541016,63.091007232666016,-46.94111633300781,12.41989803314209,96.64042663574219,27.326704025268555,5.512533187866211,105.1703872680664,27.77092742919922,7.675013065338135,118.93205261230469,19.0120792388916,35.82051086425781,82.09571838378906,-23.637418746948242,33.196346282958984,84.26681518554688,-16.2333984375,41.477996826171875,90.14472961425781,-23.464380264282227,-90.3150405883789,213.96307373046875,9.82884407043457,-84.13081359863281,210.69386291503906,3.645519971847534,-89.2855224609375,208.77047729492188,0.9076359868049622,47.5717658996582,209.591796875,72.6512680053711,50.86968994140625,215.29193115234375,66.87126159667969,57.56439208984375,210.56069946289062,71.58716583251953,29.182527542114258,88.6148681640625,33.1748161315918,29.8063907623291,87.87382507324219,17.93509864807129,25.64474868774414,85.72021484375,17.00484848022461,6.942568778991699,205.4804229736328,29.625503540039062,11.555463790893555,187.8446044921875,24.421350479125977,9.280534744262695,207.34225463867188,14.335689544677734,-52.64817428588867,58.370750427246094,45.196990966796875,-54.01211166381836,64.60263061523438,39.10721969604492,-44.274635314941406,60.87956619262695,37.40515899658203,84.1588363647461,64.62435913085938,-52.3199348449707,77.69480895996094,57.14558792114258,-46.69675064086914,91.07364654541016,63.091007232666016,-46.94111633300781,90.83329772949219,181.76593017578125,40.26491165161133,90.9525375366211,190.4607391357422,48.03644561767578,95.58663177490234,181.2411651611328,53.6814079284668,-19.42405128479004,82.9736328125,59.6324462890625,-18.06998634338379,94.88394927978516,46.35036849975586,-20.332439422607422,77.50899505615234,56.055484771728516,-98.4018325805664,104.00928497314453,-56.491294860839844,-107.2130355834961,119.37891387939453,-36.32853698730469,-107.15848541259766,102.04547119140625,-51.42906188964844,-19.745771408081055,95.7884521484375,48.437137603759766,-23.065040588378906,91.96381378173828,55.304386138916016,-24.391822814941406,91.22093963623047,49.60320281982422,-38.95261001586914,64.14606475830078,26.83621597290039,-37.523250579833984,68.38037109375,18.710731506347656,-26.607921600341797,61.39918518066406,24.637327194213867,93.29003143310547,179.25772094726562,58.80222702026367,82.69490051269531,199.10777282714844,60.022098541259766,84.49883270263672,185.5007781982422,61.681461334228516,-6.624797821044922,181.0091094970703,-133.30250549316406,-4.765940189361572,180.7830047607422,-123.43202209472656,-10.525835990905762,198.3969268798828,-107.82740783691406,-5.6367950439453125,115.93680572509766,51.82636260986328,-5.3714752197265625,110.74156188964844,56.19671630859375,-15.636549949645996,103.2608871459961,49.041690826416016,-80.78459167480469,166.9178466796875,-80.30030059814453,-80.61892700195312,161.56134033203125,-75.9466781616211,-75.00770568847656,158.9190216064453,-78.4339599609375,4.310145854949951,208.61436462402344,-18.790958404541016,10.690699577331543,234.90167236328125,-21.31524085998535,3.6774730682373047,220.5534210205078,-39.646812438964844,-7.442502975463867,192.29527282714844,2.5538980960845947,-5.956813812255859,179.64405822753906,10.395219802856445,-7.831222057342529,201.39376831054688,5.961692810058594,-72.3430404663086,67.68987274169922,-5.712092876434326,-63.86493682861328,57.268402099609375,-6.967719078063965,-72.15370178222656,59.04294967651367,-12.190813064575195,-9.106846809387207,222.74525451660156,-74.686767578125,-11.430877685546875,213.05914306640625,-83.13362884521484,-16.487581253051758,229.20225524902344,-75.56930541992188,72.24873352050781,85.98393249511719,30.960840225219727,68.84000396728516,81.11489868164062,15.055570602416992,80.50438690185547,85.13101959228516,18.756698608398438,-66.86566162109375,142.00547790527344,109.3183364868164,-65.26997375488281,130.67578125,108.01465606689453,-79.61860656738281,131.25079345703125,98.7614974975586,-89.51165008544922,90.0904312133789,28.938718795776367,-80.39361572265625,88.2696304321289,18.09874725341797,-90.97125244140625,81.33045959472656,14.200992584228516,65.35696411132812,172.74383544921875,97.05201721191406,59.127220153808594,189.4617919921875,88.91097259521484,79.94646453857422,167.7392578125,86.5374984741211,-86.08760070800781,131.78953552246094,94.19007110595703,-86.67347717285156,134.04580688476562,86.23466491699219,-90.0228500366211,122.48575592041016,93.59366607666016,-77.55443572998047,106.79398345947266,93.57109832763672,-89.72608947753906,109.77515411376953,88.74568176269531,-81.66991424560547,109.1778793334961,78.31428527832031,-103.05939483642578,190.08697509765625,38.324798583984375,-109.19811248779297,173.46954345703125,39.0616455078125,-98.00492095947266,190.60511779785156,41.59788513183594,37.76974105834961,173.21592712402344,96.35525512695312,32.915252685546875,178.55967712402344,100.1845703125,30.491100311279297,187.31129455566406,91.45903778076172,-81.16126251220703,208.2093048095703,32.990333557128906,-77.27438354492188,215.97560119628906,27.940948486328125,-74.0353012084961,213.7129669189453,32.9393196105957,-39.88687515258789,197.6708221435547,79.81995391845703,-43.080963134765625,192.37179565429688,66.32946014404297,-42.32267379760742,182.79339599609375,83.67332458496094,63.62303924560547,235.31964111328125,-4.508469104766846,57.5706901550293,228.5319061279297,7.948878765106201,66.72271728515625,231.2632598876953,-1.2503410577774048,-44.055519104003906,95.23043823242188,-6.183705806732178,-40.834556579589844,90.08661651611328,-3.5428659915924072,-42.26371765136719,99.61237335205078,3.5172770023345947,56.33549499511719,79.31695556640625,0.5273590087890625,46.63419723510742,82.96957397460938,3.9525859355926514,49.32442092895508,98.09980010986328,17.536958694458008,-24.07046890258789,61.647789001464844,67.33245849609375,-27.24397087097168,63.37089538574219,75.22631072998047,-28.13646125793457,58.30641555786133,65.6976547241211,107.83915710449219,126.3570327758789,-20.553983688354492,108.84778594970703,106.6044692993164,-40.416439056396484,105.53584289550781,116.31904602050781,-21.123640060424805,22.19510269165039,71.03321075439453,64.79354858398438,23.22113800048828,68.07029724121094,48.39665222167969,26.6227970123291,62.78947830200195,55.66814422607422,41.06875228881836,50.63178253173828,46.09929656982422,25.35953712463379,43.74195098876953,58.69119644165039,51.37381362915039,50.85619354248047,41.41246795654297,-77.72036743164062,154.14688110351562,4.261682987213135,-105.31114959716797,151.1942596435547,-12.264540672302246,-107.7667236328125,163.0321807861328,0.30687400698661804,-22.169816970825195,230.87106323242188,-71.12178802490234,-35.42527770996094,224.50193786621094,-76.86638641357422,-30.97725486755371,227.35787963867188,-67.58818817138672,-69.83524322509766,120.439453125,-141.15760803222656,-58.22028732299805,116.20892333984375,-144.6933135986328,-60.01958084106445,110.84180450439453,-144.70028686523438,-30.2335205078125,77.11986541748047,12.973326683044434,-27.600313186645508,74.92890930175781,6.84824800491333,-28.636940002441406,68.6889877319336,14.017823219299316,-40.15163803100586,62.84609603881836,35.3941650390625,-43.630638122558594,68.12285614013672,28.562156677246094,-44.06111526489258,67.85468292236328,33.83272933959961,14.00035285949707,135.00160217285156,12.564654350280762,11.523592948913574,133.64535522460938,3.985213041305542,22.19680404663086,125.18365478515625,10.32689094543457,11.402618408203125,86.43389129638672,69.82990264892578,18.74268341064453,83.82295227050781,80.17762756347656,20.829185485839844,79.44316864013672,73.78951263427734,86.94784545898438,121.57780456542969,92.52191925048828,100.47752380371094,124.85690307617188,78.39434051513672,94.43670654296875,115.11772918701172,84.88629150390625,-54.88944625854492,214.66603088378906,73.04571533203125,-69.16417694091797,207.26071166992188,71.953125,-61.02830123901367,201.45750427246094,81.64370727539062,-5.619101047515869,135.6170196533203,-109.12052154541016,-7.484233856201172,112.34815979003906,-111.083740234375,-8.794230461120605,143.67770385742188,-118.32052612304688,-21.168411254882812,171.91326904296875,-140.70729064941406,-14.877601623535156,170.96070861816406,-142.53443908691406,-11.553667068481445,182.0029296875,-133.38706970214844,71.85260009765625,79.35469055175781,30.467241287231445,66.28629302978516,87.4057388305664,31.15186882019043,90.76470947265625,84.64838409423828,44.71317672729492,36.17772674560547,45.371131896972656,90.60638427734375,14.089798927307129,64.64900207519531,108.297119140625,27.275949478149414,51.89204406738281,85.42424011230469,-71.9223861694336,79.32597351074219,30.503374099731445,-87.44319915771484,69.49164581298828,39.613224029541016,-91.8336181640625,74.71084594726562,42.511260986328125,-53.53769302368164,218.6182403564453,-65.92179107666016,-53.96205139160156,206.0378875732422,-87.41028594970703,-58.556190490722656,213.45965576171875,-73.3664321899414,-82.02095031738281,200.87594604492188,-4.683466911315918,-102.62110900878906,184.63189697265625,-14.728189468383789,-89.2855224609375,208.77047729492188,0.9076359868049622,10.405058860778809,154.3681640625,89.52715301513672,0.7341769933700562,150.83592224121094,92.73401641845703,2.0179569721221924,154.3931427001953,110.3265380859375,-9.639459609985352,197.91891479492188,-65.30854034423828,-8.935580253601074,172.34107971191406,-97.87154388427734,-8.534578323364258,195.44351196289062,-58.180538177490234,39.34177017211914,217.23280334472656,56.46320724487305,47.5717658996582,209.591796875,72.6512680053711,37.525978088378906,209.35348510742188,61.350772857666016,-79.49208068847656,117.24235534667969,-127.63256072998047,-85.60317993164062,128.4259796142578,-109.10617065429688,-82.34701538085938,121.57084655761719,-114.82958984375,42.26371765136719,99.61237335205078,3.5172770023345947,46.932613372802734,105.82184600830078,4.9007158279418945,38.335418701171875,106.6927719116211,14.941798210144043,29.137800216674805,64.7117691040039,70.30876159667969,29.68231201171875,61.87071990966797,62.915199279785156,27.650829315185547,71.6960220336914,65.41819763183594,-77.2082748413086,107.49249267578125,73.54814147949219,-70.60357666015625,106.13658905029297,75.07186889648438,-77.55443572998047,106.79398345947266,93.57109832763672,81.99330139160156,105.85913848876953,62.187530517578125,73.33574676513672,98.51850128173828,47.934242248535156,73.15377807617188,109.57596588134766,74.25004577636719,-51.717227935791016,106.65361785888672,77.78076171875,-42.59383773803711,107.31690979003906,91.19735717773438,-74.41032409667969,104.64945983886719,81.00611877441406,87.44318389892578,69.49163818359375,39.613216400146484,71.85260009765625,79.35469055175781,30.467241287231445,93.25662231445312,77.66374969482422,43.375457763671875,-109.27421569824219,180.33035278320312,18.269237518310547,-110.04935455322266,172.3427276611328,22.461063385009766,-110.83432006835938,175.3931427001953,29.9261474609375,-81.53216552734375,181.40328979492188,59.76439666748047,-78.20189666748047,182.8880157470703,72.12848663330078,-72.04771423339844,168.7237548828125,59.41313552856445,15.629524230957031,102.41634368896484,46.53388977050781,19.523174285888672,103.88650512695312,49.10745620727539,19.451019287109375,95.36874389648438,48.210899353027344,8.451814651489258,188.12486267089844,-9.32748031616211,5.789793968200684,177.2923126220703,-6.844069004058838,5.433413982391357,179.8986053466797,-28.9405460357666,44.901397705078125,223.61976623535156,52.09313201904297,52.96784591674805,214.69351196289062,49.070350646972656,43.048561096191406,221.2229461669922,37.445777893066406,44.46858596801758,56.69538497924805,-33.129459381103516,44.518760681152344,66.14697265625,-18.25432777404785,39.72952651977539,68.60160064697266,-25.81331443786621,-40.36474609375,183.65562438964844,-119.15968322753906,-45.98945617675781,171.06564331054688,-106.16043853759766,-45.61625289916992,167.74081420898438,-111.31486511230469,-66.41191101074219,91.7115478515625,-133.92910766601562,-78.63105773925781,92.17940521240234,-117.97789001464844,-69.66667175292969,88.0092544555664,-119.23773956298828,-74.29985046386719,173.19137573242188,94.26039123535156,-70.78141784667969,157.80699157714844,99.25892639160156,-64.44119262695312,174.79856872558594,100.2945556640625,-69.0175552368164,72.95279693603516,68.5576171875,-58.64252471923828,73.39823913574219,61.454872131347656,-42.397071838378906,79.96678161621094,87.95288848876953,50.938995361328125,68.16825866699219,-9.415324211120605,52.563629150390625,54.47086715698242,-14.322312355041504,60.62518310546875,58.24581527709961,-3.829922914505005,63.080665588378906,77.44622802734375,-3.5355451107025146,67.9560546875,75.18342590332031,-1.0580309629440308,63.372047424316406,69.48057556152344,-6.055531024932861,-49.11787796020508,76.63493347167969,18.157808303833008,-57.58679962158203,62.763004302978516,27.010202407836914,-65.28032684326172,65.86991119384766,28.3308048248291,-48.491329193115234,67.9863052368164,-16.967021942138672,-56.33393478393555,57.288291931152344,-11.172266006469727,-54.59039306640625,69.75845336914062,-10.187885284423828,-20.94071388244629,99.67132568359375,28.833635330200195,-21.326129913330078,94.71647644042969,30.28220558166504,-36.9759635925293,89.00190734863281,18.967824935913086,84.49883270263672,185.5007781982422,61.681461334228516,80.1855697631836,182.74151611328125,75.01941680908203,81.47518157958984,174.86041259765625,61.916683197021484,-11.614209175109863,180.8092041015625,84.40416717529297,-22.86604881286621,162.147705078125,68.42444610595703,-18.587726593017578,183.14999389648438,72.7762451171875,63.696922302246094,94.4129409790039,37.44254684448242,90.76470947265625,84.64838409423828,44.71317672729492,66.28629302978516,87.4057388305664,31.15186882019043,-19.17514991760254,60.103233337402344,87.25963592529297,-29.776111602783203,48.92403793334961,85.69308471679688,-24.76250648498535,55.4223747253418,84.83969116210938,-82.38338470458984,148.09420776367188,-15.990107536315918,-86.45033264160156,140.39480590820312,-26.368507385253906,-98.63155364990234,137.8452911376953,-27.89718246459961,-59.962806701660156,73.67547607421875,88.89838409423828,-69.64972686767578,68.87125396728516,77.39997100830078,-70.97499084472656,66.51750183105469,89.15250396728516,25.827472686767578,164.36483764648438,68.78803253173828,22.896739959716797,162.4393768310547,73.88245391845703,29.6600284576416,151.4482421875,52.30018997192383,-43.630638122558594,68.12285614013672,28.562156677246094,-40.15163803100586,62.84609603881836,35.3941650390625,-48.94224548339844,63.07290267944336,28.24125099182129,36.13791275024414,124.71521759033203,74.54542541503906,39.5638542175293,117.72195434570312,58.70820617675781,27.52873992919922,121.6704330444336,73.65074920654297,-7.50803279876709,89.16336822509766,75.62544250488281,-11.609098434448242,87.80719757080078,72.87089538574219,-20.534975051879883,82.89144897460938,81.93370819091797,-58.10296630859375,201.83758544921875,23.731767654418945,-55.42528533935547,214.98463439941406,30.220659255981445,-51.566429138183594,202.1487274169922,34.2294921875,-75.09209442138672,213.21226501464844,40.12816619873047,-66.70819854736328,210.04583740234375,39.5942268371582,-68.73052978515625,217.4584503173828,51.759700775146484,39.039188385009766,199.44898986816406,-99.37568664550781,33.20431137084961,208.36019897460938,-100.43529510498047,42.53361511230469,217.21389770507812,-83.62032318115234,75.54657745361328,51.75438690185547,-17.4105224609375,74.09313201904297,58.43781280517578,-9.221686363220215,70.39940643310547,53.07794189453125,-18.89904022216797,75.63853454589844,100.26908874511719,63.96113204956055,54.15737533569336,105.47947692871094,69.89498901367188,61.807716369628906,99.5201416015625,53.89190673828125,-117.9886474609375,152.1402587890625,16.814495086669922,-121.36056518554688,142.46046447753906,9.715961456298828,-120.76424407958984,132.99452209472656,15.355175018310547,-17.86136817932129,155.888671875,-151.810546875,-12.115629196166992,169.68585205078125,-147.1133575439453,-8.773706436157227,152.34115600585938,-149.81129455566406,49.07829666137695,190.35537719726562,94.7646255493164,43.46480941772461,183.54251098632812,95.22896575927734,49.0166015625,175.91966247558594,100.26815795898438,-82.1053466796875,74.52828216552734,88.66500091552734,-83.14633178710938,69.74075317382812,91.209228515625,-86.80850219726562,75.6181411743164,92.18932342529297,-39.64329528808594,77.12532806396484,27.382492065429688,-33.10357666015625,84.13166046142578,29.14680290222168,-39.458580017089844,84.0058364868164,36.90453338623047,-45.268333435058594,64.67135620117188,75.9480972290039,-45.52599334716797,66.16268157958984,83.14450073242188,-33.406776428222656,68.99976348876953,75.9364013671875,61.063453674316406,100.07572937011719,46.24922561645508,38.57623291015625,107.7343521118164,37.81248474121094,58.41320037841797,107.80066680908203,68.82689666748047,-111.9457015991211,107.07814025878906,48.58531188964844,-106.8354263305664,98.29324340820312,54.271270751953125,-106.53524017333984,96.54864501953125,38.61777877807617,-9.030932426452637,143.65269470214844,94.29449462890625,-12.60818862915039,135.6184844970703,97.97708892822266,-13.251429557800293,133.55665588378906,111.05345916748047,-57.09166717529297,92.88251495361328,21.503829956054688,-57.455543518066406,101.15031433105469,18.13412857055664,-61.48222732543945,87.41096496582031,7.696813106536865,-16.99392318725586,47.64375686645508,56.20169448852539,-39.92977523803711,50.29581069946289,42.753562927246094,-27.619426727294922,50.928104400634766,49.30174255371094,12.486275672912598,158.3285675048828,121.10138702392578,3.5686349868774414,170.60992431640625,111.81732940673828,7.957272052764893,151.304931640625,118.66156005859375,-13.082286834716797,73.07080078125,-127.35246276855469,-11.402522087097168,84.6273193359375,-141.48606872558594,-17.910497665405273,75.40157318115234,-140.6155548095703,-18.051246643066406,69.23306274414062,110.62801361083984,-30.07382583618164,62.79534149169922,115.07292175292969,-22.891315460205078,70.98487091064453,117.45238494873047,-45.84565353393555,110.4729232788086,85.36157989501953,-55.715206146240234,108.39811706542969,112.809814453125,-33.02940368652344,110.4614486694336,96.2174301147461,13.019466400146484,233.48988342285156,-40.60198211669922,7.128023147583008,228.18919372558594,-36.65106201171875,16.010019302368164,240.76564025878906,-30.339462280273438,-88.45805358886719,68.082763671875,65.71421813964844,-80.81668090820312,66.97408294677734,55.89911651611328,-72.66340637207031,62.844364166259766,53.32520294189453,-41.03314208984375,80.0551528930664,26.308767318725586,-37.38188171386719,75.72846221923828,15.242838859558105,-42.918365478515625,72.99603271484375,25.275888442993164,-109.9859848022461,179.2395477294922,-27.194700241088867,-103.12785339355469,197.3555145263672,-19.51575469970703,-107.8685531616211,185.8116912841797,-31.244657516479492,45.492916107177734,105.55150604248047,29.586490631103516,36.28999710083008,108.69315338134766,31.12123680114746,44.335514068603516,97.75899505615234,21.289958953857422,-9.601252555847168,160.7864532470703,41.529022216796875,-8.936485290527344,157.29823303222656,53.81788635253906,-6.04849100112915,168.06459045410156,52.00288009643555,-25.29012680053711,87.33930969238281,108.69893646240234,-19.365901947021484,84.82386779785156,103.0613021850586,-20.699949264526367,88.67569732666016,94.8221206665039,-85.03469848632812,144.28250122070312,-112.2625961303711,-79.49208068847656,117.24235534667969,-127.63256072998047,-78.68309783935547,130.4680633544922,-123.87065124511719,62.08646774291992,94.87550354003906,-145.25624084472656,60.75313186645508,86.88717651367188,-137.7813262939453,50.82341766357422,86.99752807617188,-145.22271728515625,72.04771423339844,168.7237548828125,59.41313934326172,72.82247924804688,166.13284301757812,65.99417114257812,70.28711700439453,177.78173828125,74.01812744140625,-108.39313507080078,153.1415557861328,-47.703826904296875,-109.10108947753906,162.6699981689453,-54.749813079833984,-103.50593566894531,164.99566650390625,-42.553279876708984,-28.665206909179688,66.22553253173828,50.78152847290039,-28.779935836791992,62.17986297607422,58.876155853271484,-23.662700653076172,73.86019134521484,67.87467193603516,-46.33726501464844,164.19725036621094,88.09761047363281,-53.74971008300781,159.98716735839844,96.16763305664062,-48.90634536743164,168.3810272216797,94.09410858154297,32.98739242553711,113.52229309082031,97.69454193115234,9.986976623535156,113.07188415527344,99.0905532836914,29.666282653808594,113.30290985107422,87.7684326171875,-84.37139892578125,140.94606018066406,-21.392925262451172,-98.05500030517578,135.2943115234375,-26.16860008239746,-91.76954650878906,126.93495178222656,-34.67723083496094,85.87469482421875,165.32598876953125,-76.43888854980469,100.90045166015625,153.86277770996094,-76.06465148925781,78.84593963623047,160.8212127685547,-78.93671417236328,57.704078674316406,103.94104766845703,-2.622502088546753,45.98312759399414,111.03164672851562,2.5646328926086426,48.24421691894531,102.32178497314453,-15.244864463806152,5.528473854064941,154.3687744140625,111.04339599609375,3.5686349868774414,170.60992431640625,111.81732940673828,1.0336320400238037,168.9975128173828,106.84391021728516,-36.99302291870117,115.63822174072266,41.404563903808594,-34.49570083618164,118.7541275024414,58.17426300048828,-30.72865104675293,121.59315490722656,42.67510223388672,-33.28881072998047,58.361968994140625,51.07917404174805,-37.434234619140625,58.48986053466797,44.17239761352539,-28.79552459716797,60.93423080444336,45.1956672668457,-19.523174285888672,103.88650512695312,49.107452392578125,-20.758834838867188,96.38666534423828,43.32749557495117,-24.436656951904297,98.72691345214844,44.521095275878906,10.896756172180176,123.78624725341797,59.48180389404297,8.550756454467773,130.36741638183594,49.918853759765625,25.763214111328125,115.3471908569336,55.926815032958984,-46.68898010253906,65.15633392333984,33.695457458496094,-45.961708068847656,68.93574523925781,30.65899085998535,-36.7456169128418,58.3067512512207,42.84568786621094,83.93586730957031,131.31024169921875,88.5220947265625,86.94784545898438,121.57780456542969,92.52191925048828,78.87464904785156,133.171875,99.29741668701172,-78.72730255126953,138.286865234375,-41.309078216552734,-78.8026351928711,123.8968276977539,-52.895206451416016,-81.59611511230469,128.51824951171875,-40.67454528808594,23.987268447875977,66.91741943359375,73.5732421875,19.530981063842773,71.93965148925781,74.20865631103516,22.19510269165039,71.03321075439453,64.79354858398438,-71.5235595703125,64.53594970703125,59.914093017578125,-67.4721908569336,65.34395599365234,91.57874298095703,-64.32127380371094,68.47450256347656,81.20935821533203,-14.020550727844238,134.8879852294922,2.7262279987335205,-11.34062671661377,146.180419921875,17.9468936920166,-8.230879783630371,151.00924682617188,5.030249118804932,-69.66667175292969,88.0092544555664,-119.23773956298828,-57.83942794799805,87.75377655029297,-134.21878051757812,-66.41191101074219,91.7115478515625,-133.92910766601562,-21.19436264038086,102.87353515625,-6.824865818023682,-11.930815696716309,103.37716674804688,-28.13318634033203,-11.432295799255371,107.84564208984375,-10.140616416931152,-71.91165161132812,176.88746643066406,-109.10394287109375,-71.30335235595703,190.19912719726562,-99.44384002685547,-61.8090934753418,176.63528442382812,-117.1838150024414,88.2329330444336,52.727115631103516,-19.043180465698242,86.9818344116211,53.98044967651367,-35.6134033203125,97.24263000488281,60.321563720703125,-38.73381805419922,56.391727447509766,168.2832489013672,102.27747344970703,49.0166015625,175.91966247558594,100.26815795898438,51.41507339477539,157.9132843017578,98.27296447753906,97.97074890136719,85.39064025878906,54.14107894897461,98.3653564453125,88.36812591552734,59.71508026123047,92.01126861572266,80.76425170898438,54.474266052246094,-18.616188049316406,85.70333862304688,84.10757446289062,-15.734901428222656,90.95043182373047,70.42947387695312,-40.50663375854492,82.82910919189453,77.43209075927734,73.10165405273438,149.1748809814453,-10.57909107208252,75.39811706542969,150.67872619628906,1.668336033821106,76.40282440185547,153.59637451171875,1.4166359901428223,-3.1007750034332275,150.23641967773438,-139.17782592773438,-5.186662197113037,125.27108764648438,-130.2986297607422,-6.592301845550537,112.29108428955078,-141.00534057617188,7.484234809875488,112.34815979003906,-111.083740234375,6.6754021644592285,123.11499786376953,-106.85746765136719,5.619101047515869,135.6170196533203,-109.12052154541016,-37.661041259765625,77.5915756225586,-109.86477661132812,-49.5764045715332,85.43209838867188,-119.96211242675781,-50.15968322753906,89.0406265258789,-109.64122009277344,67.79369354248047,64.3672103881836,67.30415344238281,69.88273620605469,67.43998718261719,61.58849334716797,67.12297821044922,66.14277648925781,53.416297912597656,-101.86337280273438,143.8265380859375,-84.40084838867188,-100.36289978027344,151.11257934570312,-92.0615005493164,-100.1375732421875,138.26145935058594,-85.10868835449219,47.46575927734375,192.9918212890625,-100.4727783203125,47.15841293334961,210.43670654296875,-75.44271850585938,53.96205139160156,206.0378875732422,-87.4102783203125,-115.2548828125,136.99305725097656,-34.889610290527344,-118.80330657958984,153.8633270263672,-23.23793601989746,-116.89191436767578,142.0942840576172,-43.46473693847656,-84.13081359863281,210.69386291503906,3.645519971847534,-70.8562240600586,213.8924102783203,17.764942169189453,-71.85038757324219,201.7509765625,0.2562679946422577,-77.68000793457031,218.79685974121094,25.59188461303711,-82.73817443847656,216.26123046875,29.513458251953125,-77.82965850830078,215.25161743164062,34.71528244018555,47.3745231628418,96.6962661743164,26.040693283081055,63.696922302246094,94.4129409790039,37.44254684448242,66.28629302978516,87.4057388305664,31.15186882019043,-45.95357131958008,120.82859802246094,123.717041015625,-33.3806037902832,120.7144775390625,127.46573638916016,-41.39297866821289,131.56875610351562,128.9260711669922,5.619101047515869,135.6170196533203,-109.12052154541016,4.618083953857422,153.2578887939453,-115.51071166992188,8.794230461120605,143.67770385742188,-118.32052612304688,-74.30937957763672,86.07990264892578,-77.5972900390625,-65.43193817138672,90.19873809814453,-102.30757904052734,-80.4152603149414,93.14905548095703,-89.06504821777344,25.07402992248535,100.0746841430664,38.57895278930664,29.182527542114258,88.6148681640625,33.1748161315918,23.516725540161133,86.00487518310547,35.78761672973633,-69.74370574951172,61.710655212402344,65.95271301269531,-63.22163772583008,61.4011344909668,77.74681854248047,-67.4721908569336,65.34395599365234,91.57874298095703,-106.28559875488281,202.5218963623047,11.300509452819824,-114.74075317382812,182.42385864257812,-3.4790050983428955,-110.6343002319336,190.6835174560547,9.736037254333496,-16.827556610107422,189.66082763671875,-17.258710861206055,-24.7470645904541,197.1362762451172,-3.581001043319702,-17.497638702392578,192.91038513183594,-21.618141174316406,-105.62264251708984,132.18910217285156,55.059165954589844,-119.24095916748047,119.9399185180664,35.30880355834961,-114.13555145263672,116.4902114868164,54.33528518676758,6.710779190063477,69.36778259277344,2.695751905441284,14.965195655822754,66.85316467285156,11.656723022460938,17.46470069885254,80.50118255615234,0.6607210040092468,46.92292785644531,170.5859832763672,-114.46566772460938,47.41283416748047,175.46951293945312,-106.82439422607422,51.338340759277344,180.60360717773438,-106.75235748291016,-81.57294464111328,179.55758666992188,-75.83898162841797,-83.93220520019531,174.4275665283203,-83.07418060302734,-77.6876449584961,185.43411254882812,-90.01042938232422,-82.5456771850586,185.02142333984375,-84.549072265625,-81.33643341064453,180.36253356933594,-96.41044616699219,-86.16329956054688,175.73226928710938,-85.7271957397461,-16.485694885253906,212.16343688964844,-83.48223876953125,-9.762325286865234,207.6708221435547,-79.01626586914062,-9.943035125732422,220.65817260742188,-71.92545318603516,-70.47742462158203,74.95087432861328,-68.3578109741211,-75.02999114990234,83.66657257080078,-66.21734619140625,-54.09978103637695,74.52758026123047,-56.46076202392578,-11.035968780517578,125.26969146728516,104.84028625488281,-18.491321563720703,126.08423614501953,115.28408813476562,-16.555580139160156,114.52710723876953,101.64080047607422,-73.77117919921875,162.2563018798828,-93.28472137451172,-74.74337768554688,157.18365478515625,-107.80818939208984,-81.67581176757812,161.787353515625,-97.3597412109375,26.083744049072266,153.2298583984375,-148.38705444335938,33.78216552734375,156.55068969726562,-140.0167236328125,30.007118225097656,171.24417114257812,-136.15478515625,-77.09725952148438,124.07305145263672,107.74720001220703,-68.97571563720703,131.21405029296875,109.26696014404297,-80.25758361816406,132.17889404296875,102.2535400390625,107.80780792236328,177.19427490234375,-36.56926345825195,107.12158966064453,178.26608276367188,-27.327123641967773,99.77519226074219,197.41831970214844,-19.671186447143555,38.275123596191406,239.38136291503906,-10.175469398498535,58.78751754760742,227.242431640625,-16.08921241760254,60.46194839477539,232.04156494140625,-11.39597225189209,57.4447135925293,87.92503356933594,-43.752525329589844,52.42438888549805,64.57728576660156,-56.59184265136719,55.971778869628906,73.20565032958984,-54.47464370727539,22.19680404663086,125.18365478515625,10.32689094543457,24.71171760559082,129.6187286376953,21.77811050415039,14.00035285949707,135.00160217285156,12.564654350280762,-8.60074234008789,106.15299987792969,42.50307083129883,-7.521996021270752,110.44732666015625,48.40067672729492,-7.565846920013428,108.13875579833984,35.40798568725586,-105.91993713378906,74.32408142089844,-15.615870475769043,-113.82252502441406,80.22128295898438,-24.328481674194336,-97.24263763427734,60.321563720703125,-38.73381805419922,-82.29767608642578,207.51161193847656,-38.72869873046875,-89.45808410644531,203.8422088623047,-46.47993469238281,-91.10228729248047,199.56846618652344,-37.878257751464844,-81.1744384765625,90.15748596191406,-89.09618377685547,-80.95284271240234,88.49547576904297,-77.74462127685547,-87.29026794433594,95.46878051757812,-81.47267150878906,-82.85517120361328,208.66160583496094,41.64009094238281,-75.09209442138672,213.21226501464844,40.12816619873047,-68.73052978515625,217.4584503173828,51.759700775146484,-97.02689361572266,100.04765319824219,64.9122314453125,-82.16918182373047,96.11332702636719,37.8255729675293,-85.38481140136719,115.54777526855469,61.63138198852539,-79.0025405883789,54.437137603759766,-47.195213317871094,-82.04829406738281,63.227909088134766,-64.72024536132812,-68.65298461914062,51.49694061279297,-55.41001510620117,-52.91310501098633,142.4986572265625,122.30856323242188,-53.93647766113281,150.97784423828125,114.17401123046875,-65.39893341064453,153.64964294433594,104.39106750488281,-101.4483642578125,135.3737030029297,55.67897033691406,-106.98851776123047,142.30963134765625,52.41130828857422,-97.66946411132812,149.01861572265625,72.58968353271484,40.773616790771484,114.80850219726562,11.322781562805176,45.14202880859375,126.13997650146484,18.786813735961914,56.41496658325195,114.38397216796875,7.109283924102783,-85.39781188964844,71.58381652832031,87.91521453857422,-92.81594848632812,74.37533569335938,89.77906036376953,-83.14633178710938,69.74075317382812,91.209228515625,-8.018318176269531,101.95783233642578,-134.60165405273438,-11.068243980407715,104.22245788574219,-124.42762756347656,-5.091381072998047,86.9243392944336,-111.44984436035156,-73.49797058105469,99.7241439819336,-47.623626708984375,-62.941070556640625,93.39813232421875,-63.475318908691406,-63.56945037841797,93.35047149658203,-48.086082458496094,86.54301452636719,76.19642639160156,83.4775161743164,67.92232513427734,86.93345642089844,103.18895721435547,69.92162322998047,73.03553771972656,84.55217742919922,-8.406490325927734,105.77735137939453,55.79062271118164,-9.743523597717285,113.52311706542969,55.42334747314453,-8.010613441467285,119.82193756103516,50.62467956542969,-8.420494079589844,129.22439575195312,81.0232162475586,-17.003639221191406,130.6521759033203,91.97771453857422,-12.60818862915039,135.6184844970703,97.97708892822266,49.323028564453125,57.53860092163086,53.74755096435547,65.62059020996094,63.950496673583984,49.64569854736328,69.74373626708984,61.710628509521484,65.95330047607422,-83.48008728027344,114.12071228027344,52.70700454711914,-82.37012481689453,98.24906158447266,34.236602783203125,-87.6347427368164,116.0306625366211,59.61903381347656,-22.345510482788086,147.2762908935547,51.16581726074219,-6.119643211364746,156.2487030029297,55.55482864379883,-12.892704963684082,155.08807373046875,60.96210861206055,89.98236846923828,149.7656707763672,-1.011775016784668,87.16961669921875,157.6736297607422,5.125223159790039,99.99254608154297,164.53350830078125,10.394513130187988,-30.2335205078125,77.11986541748047,12.973326683044434,-25.50942039489746,109.1279067993164,7.301971912384033,-28.56409454345703,84.43484497070312,6.0953850746154785,19.008995056152344,59.92741012573242,87.0731201171875,14.871777534484863,59.07761764526367,86.06867980957031,31.106416702270508,45.24708557128906,83.66643524169922,7.235772132873535,152.48077392578125,36.68986511230469,13.284394264221191,139.5499267578125,40.31792068481445,7.19664192199707,158.49082946777344,42.86137390136719,-21.297826766967773,105.89209747314453,-7.579628944396973,-19.227636337280273,110.73255157470703,-3.8024590015411377,-12.705788612365723,112.39704895019531,-7.784809112548828,7.672496795654297,66.74085998535156,90.67827606201172,5.613100051879883,78.68018341064453,97.74405670166016,1.1338729858398438,90.56766510009766,94.12413787841797,-23.769020080566406,120.10231018066406,120.05976104736328,-30.958171844482422,115.2304916381836,120.90794372558594,-33.29487609863281,121.04253387451172,124.41337585449219,18.250625610351562,96.00072479248047,71.93666076660156,19.626218795776367,97.99391174316406,83.77934265136719,32.840087890625,95.13386535644531,71.20193481445312,40.701507568359375,190.45933532714844,87.36872100830078,44.798465728759766,194.3927459716797,88.87568664550781,39.813392639160156,195.4762725830078,71.46228790283203,-53.90544891357422,79.78199005126953,5.587245941162109,-62.40571594238281,75.63826751708984,-1.1686580181121826,-50.938995361328125,68.16826629638672,-9.415325164794922,-26.857397079467773,226.64793395996094,39.285491943359375,-31.836729049682617,237.113525390625,33.686676025390625,-19.180694580078125,233.3582763671875,36.71666717529297,70.0745849609375,212.7349853515625,27.353574752807617,66.70819854736328,210.04583740234375,39.5942268371582,63.52430725097656,202.68312072753906,12.752969741821289,-8.557339668273926,61.482765197753906,76.5711441040039,-7.29968786239624,79.4100112915039,87.74134063720703,-6.586881160736084,70.04849243164062,69.8642578125,-31.101144790649414,146.65631103515625,119.30506134033203,-30.93553924560547,161.12779235839844,119.21330261230469,-25.67067527770996,149.50230407714844,116.35430908203125,-52.563629150390625,54.47087097167969,-14.322311401367188,-50.938995361328125,68.16826629638672,-9.415325164794922,-60.62518310546875,58.24581527709961,-3.829922914505005,-18.418508529663086,169.91293334960938,87.1091537475586,-11.662134170532227,170.09805297851562,84.72610473632812,-16.438154220581055,175.05905151367188,102.36005401611328,36.993019104003906,115.63822937011719,41.404579162597656,35.39437484741211,111.70469665527344,25.387746810913086,30.72890853881836,121.59297943115234,42.675994873046875,8.935580253601074,172.34107971191406,-97.87154388427734,6.173119068145752,197.8087615966797,-79.06887817382812,9.639459609985352,197.91891479492188,-65.30854034423828,-30.340024948120117,111.6396713256836,110.5845718383789,-31.190799713134766,112.89189910888672,123.4387435913086,-38.5705451965332,113.17955017089844,117.83490753173828,-11.315666198730469,109.62919616699219,-48.623470306396484,-7.3188629150390625,134.6557159423828,-40.30146789550781,-7.856947898864746,126.62007141113281,-70.18096923828125,51.12595748901367,63.30073928833008,116.79380798339844,36.478904724121094,79.4520034790039,125.3266830444336,51.952850341796875,81.02393341064453,122.87208557128906,-4.952640056610107,48.57288360595703,27.030153274536133,-15.168176651000977,67.79779815673828,6.457830905914307,-7.756937026977539,39.20095443725586,42.65461349487305,96.53153228759766,168.31646728515625,50.585838317871094,93.00933074951172,166.47982788085938,54.328914642333984,92.78512573242188,178.00672912597656,55.81687927246094,52.92281723022461,67.76289367675781,40.08430480957031,39.64329528808594,77.12532806396484,27.382492065429688,40.416534423828125,70.2391586303711,27.623981475830078,-52.49592971801758,63.69453048706055,30.80255126953125,-55.70564651489258,61.87169647216797,30.428089141845703,-50.839324951171875,61.294857025146484,31.028596878051758,8.794230461120605,143.67770385742188,-118.32052612304688,3.364320993423462,165.38023376464844,-125.77584838867188,3.3564820289611816,160.69662475585938,-135.62762451171875,34.314510345458984,56.50104904174805,49.66259002685547,27.565332412719727,60.446712493896484,53.253482818603516,27.55783462524414,54.061580657958984,51.70652770996094,-26.15845489501953,119.7763442993164,-158.9589385986328,-35.63838195800781,122.80725860595703,-155.12074279785156,-32.35838317871094,106.4462661743164,-153.7146453857422,-100.08654022216797,174.89407348632812,-63.7052116394043,-88.32612609863281,186.73348999023438,-69.33365631103516,-91.46805572509766,187.67857360839844,-64.95711517333984,104.38175964355469,187.4554901123047,32.499412536621094,97.90331268310547,191.14500427246094,38.1595458984375,92.84001159667969,208.30117797851562,26.55217742919922,-90.9525375366211,190.4607391357422,48.03644561767578,-85.39473724365234,210.27734375,41.368873596191406,-86.2398452758789,199.8702850341797,36.97687911987305,-97.26398468017578,107.26725769042969,-91.2532730102539,-98.7575454711914,106.1900405883789,-98.90673828125,-100.94566345214844,129.6822967529297,-88.89008331298828,-11.31208610534668,83.51407623291016,99.0735092163086,-18.051246643066406,69.23306274414062,110.62801361083984,-16.286312103271484,80.39579010009766,115.64823150634766,40.34578323364258,151.19522094726562,-131.74024963378906,44.943763732910156,164.34951782226562,-126.09854125976562,38.95708465576172,162.1116180419922,-122.22640991210938,17.936222076416016,244.4623565673828,-19.998926162719727,11.374101638793945,241.24124145507812,-10.319952011108398,18.007572174072266,242.6100616455078,-3.241260051727295,-65.5953598022461,198.25921630859375,-87.59815216064453,-81.53006744384766,180.80406188964844,-69.11051940917969,-66.48431396484375,193.3423309326172,-77.50227355957031,5.6773881912231445,121.11117553710938,51.468017578125,10.327995300292969,121.51768493652344,53.06182098388672,10.364773750305176,119.07925415039062,46.65299606323242,22.3148250579834,96.3585433959961,127.93966674804688,24.69233512878418,83.02759552001953,128.78936767578125,32.952701568603516,92.84562683105469,129.7178497314453,-45.613441467285156,109.07679748535156,29.406583786010742,-58.187744140625,115.36410522460938,28.70962142944336,-54.65556716918945,117.25647735595703,35.67954635620117,-34.74456787109375,63.631446838378906,74.155029296875,-20.29054069519043,76.05819702148438,77.00025939941406,-26.91634750366211,67.6823501586914,72.44194030761719,-8.375237464904785,156.7639923095703,72.86344146728516,-12.577263832092285,148.47811889648438,66.3758316040039,-15.574793815612793,150.03897094726562,83.67750549316406,35.612998962402344,86.03962707519531,27.987796783447266,31.00786781311035,85.54646301269531,11.727348327636719,29.8063907623291,87.87382507324219,17.93509864807129,5.956813812255859,179.64405822753906,10.395219802856445,9.280534744262695,207.34225463867188,14.335689544677734,8.09328842163086,173.87265014648438,20.85844612121582,6.011168003082275,120.35903930664062,23.353519439697266,-12.708694458007812,114.0174560546875,26.46253776550293,-6.077385902404785,112.76730346679688,28.067907333374023,-21.849477767944336,83.62380981445312,-83.07066345214844,-17.150733947753906,74.73219299316406,-108.12366485595703,-18.575651168823242,70.21674346923828,-120.1371078491211,-12.632267951965332,218.35781860351562,45.18227767944336,-23.49045181274414,228.2786865234375,41.711814880371094,-14.624279022216797,224.58448791503906,61.80965805053711,40.528141021728516,77.55692291259766,32.87644577026367,44.06111526489258,67.85468292236328,33.83272933959961,52.871376037597656,71.01795959472656,44.95751190185547,27.619413375854492,50.9281120300293,49.30175018310547,26.413049697875977,61.268367767333984,49.6842041015625,31.518455505371094,55.93595504760742,47.76823806762695,62.4271125793457,85.31453704833984,-66.01685333251953,75.1155014038086,87.8558120727539,-69.80872344970703,62.941070556640625,93.39813232421875,-63.475318908691406,-54.34828567504883,106.0807876586914,59.04279327392578,-49.33909606933594,110.1029281616211,51.45580291748047,-46.18064498901367,113.92507934570312,63.106719970703125,-41.39183807373047,88.54820251464844,-32.480743408203125,-48.815399169921875,93.05736541748047,-32.249664306640625,-41.477996826171875,90.14472961425781,-23.464380264282227,-43.650306701660156,82.70329284667969,86.61051177978516,-50.508148193359375,80.37506866455078,66.35993957519531,-62.58203887939453,76.00746154785156,64.48096466064453,44.60575485229492,81.68706512451172,-126.58686828613281,49.5764045715332,85.43209838867188,-119.96211242675781,57.79353713989258,87.7530746459961,-134.39938354492188,-99.77519226074219,197.41831970214844,-19.671186447143555,-78.50639343261719,221.9943389892578,-13.581745147705078,-83.89588928222656,209.23291015625,-10.747550964355469,-107.63152313232422,124.38351440429688,49.71295166015625,-101.4483642578125,135.3737030029297,55.67897033691406,-106.33209228515625,122.04643249511719,59.0467414855957,40.93678665161133,80.09168243408203,26.178367614746094,50.33132553100586,81.35215759277344,38.61538314819336,54.71042251586914,74.09476470947266,37.13072204589844,47.783668518066406,160.21656799316406,108.8076400756836,48.353641510009766,155.98477172851562,96.05072021484375,50.964332580566406,148.32252502441406,113.9874038696289,-66.86566162109375,142.00547790527344,109.3183364868164,-64.8308334350586,151.45745849609375,102.31316375732422,-51.52803421020508,147.1520233154297,116.19480895996094,45.84305953979492,155.57176208496094,122.34906768798828,37.955535888671875,152.85279846191406,125.17990112304688,41.43889617919922,160.57327270507812,121.23860168457031,-34.49570083618164,118.7541275024414,58.17426300048828,-25.490184783935547,120.88874816894531,72.73394775390625,-11.226967811584473,126.48794555664062,75.42433166503906,-11.437651634216309,96.69617462158203,-143.45115661621094,-10.55361557006836,109.73932647705078,-148.45541381835938,-13.335769653320312,108.72112274169922,-155.19952392578125,41.43889617919922,160.57327270507812,121.23860168457031,37.955535888671875,152.85279846191406,125.17990112304688,48.9902458190918,148.49000549316406,119.71500396728516,-23.239046096801758,122.5915756225586,4.082557201385498,-15.597996711730957,125.62800598144531,-1.3553709983825684,-12.705788612365723,112.39704895019531,-7.784809112548828,41.43889617919922,160.57327270507812,121.23860168457031,48.9902458190918,148.49000549316406,119.71500396728516,53.11592483520508,151.55368041992188,113.34180450439453,19.611080169677734,93.35923767089844,23.23382568359375,17.317596435546875,114.914306640625,17.123046875,12.972539901733398,97.13577270507812,31.486967086791992,30.25417137145996,93.81809997558594,-153.2515869140625,36.83197784423828,101.69551086425781,-152.15908813476562,32.35838317871094,106.4462661743164,-153.7146453857422,11.068243980407715,104.22245025634766,-124.42762756347656,8.018318176269531,101.95783233642578,-134.60165405273438,5.091381072998047,86.9243392944336,-111.44984436035156,35.97777557373047,221.69808959960938,-76.40748596191406,41.19980239868164,213.5355682373047,-83.58698272705078,44.90770721435547,217.32431030273438,-66.78748321533203,-45.33082580566406,55.39805603027344,38.68320083618164,-36.7456169128418,58.3067512512207,42.84568786621094,-45.961708068847656,68.93574523925781,30.65899085998535,0.5028110146522522,113.87603759765625,27.22177505493164,-6.077385902404785,112.76730346679688,28.067907333374023,-2.337671995162964,111.4687728881836,26.749155044555664,47.783668518066406,160.21656799316406,108.8076400756836,41.05088806152344,152.25076293945312,120.64889526367188,40.58545684814453,157.4490509033203,119.54786682128906,69.87747955322266,65.61933135986328,69.34390258789062,63.87175369262695,69.06494140625,81.41494750976562,67.71484375,65.04112243652344,90.76795196533203,-78.9471206665039,85.20130157470703,90.64115142822266,-85.64166259765625,78.63754272460938,76.75308990478516,-85.84358978271484,72.56703186035156,73.35023498535156,-74.08258056640625,102.93228912353516,-43.27666473388672,-70.94197082519531,96.14134216308594,-45.69535827636719,-71.2825698852539,101.99942016601562,-47.74201965332031,-37.094139099121094,172.1422882080078,113.80563354492188,-25.455373764038086,187.26072692871094,100.5691909790039,-42.93734359741211,173.25933837890625,109.7082748413086,25.341875076293945,108.47270202636719,4.229804039001465,23.881242752075195,105.68922424316406,0.594111979007721,18.29130744934082,112.40229797363281,-0.2280229926109314,-18.340879440307617,120.53899383544922,80.73529815673828,-43.088558197021484,117.71990966796875,64.50355529785156,-34.45730209350586,115.79805755615234,61.45857620239258,24.7470645904541,197.1362762451172,-3.581001043319702,22.654155731201172,210.79029846191406,6.128689765930176,22.67186164855957,193.49293518066406,-1.2401059865951538,7.831222057342529,201.39376831054688,5.961692810058594,13.590917587280273,212.5076904296875,10.787601470947266,9.280534744262695,207.34225463867188,14.335689544677734,82.29767608642578,207.51161193847656,-38.728694915771484,71.28363800048828,220.36073303222656,-33.11770248413086,78.78040313720703,207.8756561279297,-31.354562759399414,93.0793685913086,213.20608520507812,25.447919845581055,82.73816680908203,216.26123046875,29.513463973999023,94.02200317382812,204.89073181152344,33.3884391784668,115.90451049804688,143.32968139648438,34.92689895629883,101.80744171142578,156.00222778320312,70.61874389648438,109.68186950683594,144.01039123535156,54.37419509887695,-23.48926544189453,214.28941345214844,67.01746368408203,-29.892000198364258,216.42845153808594,59.227394104003906,-25.123682022094727,226.10948181152344,57.43266677856445,16.234935760498047,87.1718521118164,100.68496704101562,24.919702529907227,86.95488739013672,101.982421875,26.565147399902344,91.81195068359375,95.62619018554688,4.291195869445801,211.76490783691406,26.016422271728516,7.606205940246582,219.9828338623047,21.099910736083984,6.2146382331848145,206.50743103027344,14.239481925964355,53.366424560546875,94.47216033935547,-38.67809295654297,51.928836822509766,92.29512023925781,-31.7854061126709,57.4447135925293,87.92503356933594,-43.752525329589844,-62.40225601196289,106.78360748291016,62.8455696105957,-73.42510986328125,97.33032989501953,45.482566833496094,-68.73020935058594,108.30342864990234,72.09330749511719,-17.4547119140625,241.4006805419922,-19.5238037109375,-14.151576042175293,235.86363220214844,-23.592668533325195,-12.10605239868164,236.4139862060547,-6.267766952514648,-98.84031677246094,95.796142578125,-66.28059387207031,-92.13038635253906,100.56185913085938,-63.398658752441406,-88.70700073242188,86.3094482421875,-72.10209655761719,-17.835437774658203,203.01600646972656,-107.76273345947266,-10.525835990905762,198.3969268798828,-107.82740783691406,-13.717663764953613,208.51979064941406,-94.87509155273438,-47.15841293334961,210.43670654296875,-75.44271087646484,-44.70976638793945,209.81398010253906,-85.187744140625,-43.35377883911133,191.05751037597656,-92.72794342041016,-17.795238494873047,83.6577377319336,84.10771179199219,-18.928386688232422,77.38550567626953,74.68275451660156,-9.043709754943848,85.12319946289062,74.50765991210938,-42.680259704589844,195.00616455078125,70.81813049316406,-42.91045379638672,179.9163055419922,71.1026840209961,-43.80461883544922,183.69447326660156,89.3897705078125,-32.911293029785156,71.22614288330078,14.777702331542969,-26.607921600341797,61.39918518066406,24.637327194213867,-37.523250579833984,68.38037109375,18.710731506347656,89.91248321533203,80.09330749511719,47.60560607910156,92.91177368164062,78.96208953857422,51.64097213745117,95.17510223388672,81.85820007324219,47.8102912902832,9.760208129882812,226.99610900878906,-61.395023345947266,15.418994903564453,230.96990966796875,-41.08600997924805,8.194836616516113,224.3836669921875,-40.36345291137695,41.477996826171875,90.14472961425781,-23.464380264282227,41.19839096069336,96.3323974609375,-7.5952229499816895,51.42006301879883,94.42030334472656,-20.60515594482422,11.65318489074707,149.573486328125,66.32318115234375,18.230737686157227,142.32937622070312,66.04227447509766,22.754047393798828,137.77630615234375,56.310203552246094,96.21366119384766,191.3661346435547,-8.306621551513672,104.0830307006836,193.64144897460938,-16.458667755126953,87.84197235107422,211.42837524414062,-10.802347183227539,69.72654724121094,218.74415588378906,-40.347293853759766,57.91518020629883,226.7030487060547,-40.520591735839844,71.28363800048828,220.36073303222656,-33.11770248413086,57.91518020629883,226.7030487060547,-40.520591735839844,67.5833740234375,207.8456573486328,-47.340049743652344,51.15834426879883,222.66015625,-44.30753707885742,-81.55801391601562,90.43810272216797,49.06879806518555,-65.14906311035156,88.7186508178711,36.3644905090332,-63.880340576171875,94.74992370605469,44.72825241088867,-16.380704879760742,59.4521369934082,13.593772888183594,-28.636940002441406,68.6889877319336,14.017823219299316,-15.121166229248047,68.05764770507812,1.6704720258712769,-114.92185974121094,94.61009979248047,10.658000946044922,-118.20561218261719,109.99919128417969,29.699827194213867,-114.5304183959961,106.38597869873047,36.45263671875,52.64817428588867,58.370750427246094,45.196990966796875,48.657779693603516,54.359230041503906,53.910926818847656,44.274635314941406,60.87956619262695,37.40515899658203,89.45807647705078,203.8422088623047,-46.47993469238281,67.5833740234375,207.8456573486328,-47.340049743652344,78.69657897949219,207.29098510742188,-44.65048599243164,-27.3565731048584,209.81024169921875,80.45387268066406,-22.79942512512207,200.78042602539062,82.44888305664062,-15.617349624633789,204.77565002441406,81.28326416015625,-56.58811950683594,68.80680084228516,39.314395904541016,-38.95261001586914,64.14606475830078,26.83621597290039,-54.01211166381836,64.60263061523438,39.10721969604492,43.676177978515625,223.07913208007812,-67.91161346435547,48.895652770996094,219.45516967773438,-64.20935821533203,47.15841293334961,210.43670654296875,-75.44271850585938,-92.17948913574219,139.541748046875,82.44869232177734,-97.43335723876953,137.78829956054688,79.67239379882812,-86.67347717285156,134.04580688476562,86.23466491699219,-7.442502975463867,192.29527282714844,2.5538980960845947,-11.645391464233398,193.9734344482422,-3.274082899093628,-8.451814651489258,188.12486267089844,-9.32748031616211,-111.81576538085938,138.8389434814453,-31.647388458251953,-113.03018951416016,165.25616455078125,-4.365915775299072,-107.7667236328125,163.0321807861328,0.30687400698661804,26.610450744628906,66.38613891601562,72.6389389038086,27.943817138671875,62.93231964111328,74.82955932617188,26.33742904663086,62.85646438598633,77.6502914428711,-91.54497528076172,135.4752197265625,-84.86978912353516,-90.97872161865234,118.26945495605469,-63.969120025634766,-86.1220932006836,119.64283752441406,-67.2330093383789,-7.552223205566406,203.6851348876953,-90.15007019042969,-16.485694885253906,212.16343688964844,-83.48223876953125,-13.717663764953613,208.51979064941406,-94.87509155273438,-105.31962585449219,175.05191040039062,9.729116439819336,-108.25436401367188,165.10581970214844,4.815067768096924,-81.73532104492188,152.29417419433594,5.9268798828125,-33.22557830810547,94.3089370727539,103.82064056396484,-20.699949264526367,88.67569732666016,94.8221206665039,-29.51427459716797,91.32390594482422,94.6628189086914,1.6950759887695312,145.96734619140625,121.56080627441406,5.528473854064941,154.3687744140625,111.04339599609375,2.0179569721221924,154.3931427001953,110.3265380859375,97.47151184082031,105.07205963134766,65.0816421508789,101.97818756103516,110.59498596191406,69.66806030273438,102.82996368408203,99.13737487792969,61.73196792602539,-52.49592971801758,63.69453048706055,30.80255126953125,-50.839324951171875,61.294857025146484,31.028596878051758,-52.91312026977539,65.73652648925781,35.10279846191406,-17.936222076416016,244.4623565673828,-19.998926162719727,-27.667490005493164,242.72915649414062,-26.86603355407715,-18.007570266723633,242.6100616455078,-3.2412590980529785,13.912894248962402,176.8645782470703,71.05450439453125,13.828047752380371,206.12997436523438,78.27597045898438,21.325546264648438,190.47015380859375,76.13337707519531,23.621912002563477,80.17321014404297,114.97660064697266,34.58444595336914,76.90509796142578,114.19615936279297,34.18613815307617,81.66329193115234,112.84806823730469,66.61727142333984,106.04496002197266,-77.8104248046875,65.67469787597656,107.10035705566406,-74.09342193603516,69.65823364257812,113.73649597167969,-82.45230865478516,61.46615982055664,205.58949279785156,-46.694793701171875,74.12471771240234,205.03897094726562,-54.50931930541992,86.56358337402344,201.71031188964844,-47.12345886230469,-63.86493682861328,57.268402099609375,-6.967719078063965,-63.372047424316406,69.48057556152344,-6.055531024932861,-56.33393478393555,57.288291931152344,-11.172266006469727,79.70235443115234,173.59141540527344,85.2408447265625,62.39500427246094,186.53564453125,93.53490447998047,74.29874420166016,173.19122314453125,94.26065826416016,-7.484233856201172,112.34815979003906,-111.083740234375,-6.6754021644592285,123.11499786376953,-106.85746765136719,-6.395966053009033,120.75218963623047,-97.01615142822266,26.65091896057129,199.92108154296875,83.1156997680664,21.325546264648438,190.47015380859375,76.13337707519531,23.77362060546875,202.8445587158203,79.31668853759766,24.37108612060547,60.37461471557617,78.16621398925781,29.230676651000977,59.30152893066406,82.01139831542969,26.831815719604492,64.51058959960938,78.91729736328125,34.20354461669922,105.07881927490234,-155.86886596679688,46.723297119140625,100.28299713134766,-152.98574829101562,29.245241165161133,96.58519744873047,-157.25657653808594,90.9525375366211,190.4607391357422,48.03644561767578,93.29003143310547,179.25772094726562,58.80222702026367,95.58663177490234,181.2411651611328,53.6814079284668,98.57685852050781,130.20648193359375,-67.39583587646484,102.3018569946289,151.44842529296875,-72.18479919433594,86.75799560546875,150.35455322265625,-73.56403350830078,111.76229095458984,124.51238250732422,11.32789421081543,110.12803649902344,135.38229370117188,21.004507064819336,118.14871978759766,133.76156616210938,13.474762916564941,-37.801456451416016,105.08043670654297,123.54290771484375,-28.144624710083008,96.16558837890625,126.61036682128906,-22.50656509399414,103.74320983886719,115.60429382324219,51.68511962890625,90.7337875366211,107.71581268310547,38.44662094116211,81.7689437866211,100.256103515625,67.92232513427734,86.93345642089844,103.18895721435547,94.66443634033203,78.7322769165039,16.04307746887207,88.44363403320312,87.12002563476562,28.985275268554688,88.24081420898438,78.58660888671875,15.31155014038086,-22.345258712768555,125.60491943359375,113.82918548583984,-23.769020080566406,120.10231018066406,120.05976104736328,-20.909250259399414,134.30435180664062,119.59278106689453,-73.49797058105469,99.7241439819336,-47.623626708984375,-73.17425537109375,92.37495422363281,-54.88140869140625,-81.00291442871094,110.13257598876953,-37.903438568115234,-44.509437561035156,65.87850189208984,-49.10983657836914,-39.32642364501953,82.43844604492188,-35.17887496948242,-38.2319221496582,73.4483642578125,-32.72105026245117,-7.606205940246582,219.9828338623047,21.099910736083984,-4.291195869445801,211.76490783691406,26.01642417907715,-6.2146382331848145,206.50743103027344,14.239480972290039,74.07422637939453,96.66876220703125,51.403812408447266,69.36502838134766,94.00963592529297,45.27875518798828,72.24873352050781,85.98393249511719,30.960840225219727,-32.21702194213867,85.12642669677734,-61.139408111572266,-25.562623977661133,79.27933502197266,-82.47020721435547,-34.96034240722656,83.38543701171875,-69.09227752685547,-50.75712966918945,223.34519958496094,-41.678321838378906,-56.9466667175293,227.00628662109375,-34.29105758666992,-68.50029754638672,217.40602111816406,-37.66354751586914,7.905664920806885,112.81517028808594,-17.164466857910156,7.429224014282227,131.6343994140625,-10.867557525634766,4.010155200958252,153.67799377441406,-16.265188217163086,103.1539535522461,131.3450164794922,68.1179428100586,97.4039306640625,141.20401000976562,73.67030334472656,101.4483642578125,135.3737030029297,55.67897033691406,99.18043518066406,88.09659576416016,77.5316390991211,91.03925323486328,99.88804626464844,72.68561553955078,87.50836944580078,99.97129821777344,88.63534545898438,-40.50663375854492,82.82910919189453,77.43209075927734,-43.650306701660156,82.70329284667969,86.61051177978516,-24.617429733276367,84.99242401123047,90.17312622070312,93.00241088867188,93.44593048095703,56.74524688720703,91.03925323486328,99.88804626464844,72.68561553955078,98.3653564453125,88.36812591552734,59.71508026123047,-8.14526653289795,91.99105834960938,74.57328033447266,-9.907855987548828,95.11032104492188,67.18955993652344,-18.365619659423828,96.06078338623047,72.02684783935547,-67.39334106445312,54.45938491821289,-55.6345329284668,-79.4499740600586,65.2092514038086,-64.36800384521484,-77.69480895996094,57.14558792114258,-46.69675064086914,12.41989803314209,96.64042663574219,27.326704025268555,15.373086929321289,111.95594787597656,16.054914474487305,17.78093147277832,88.74520111083984,21.721662521362305,43.82526779174805,156.92709350585938,120.58245086669922,40.58545684814453,157.4490509033203,119.54786682128906,41.05088806152344,152.25076293945312,120.64889526367188,-77.68000793457031,218.79685974121094,25.59188461303711,-84.13081359863281,210.69386291503906,3.645519971847534,-90.3150405883789,213.96307373046875,9.82884407043457,-4.952640056610107,48.57288360595703,27.030153274536133,7.415902137756348,55.02015686035156,26.290788650512695,14.965195655822754,66.85316467285156,11.656723022460938,32.60148239135742,90.81692504882812,44.16804504394531,18.081275939941406,107.24754333496094,46.965919494628906,29.548250198364258,89.25272369384766,36.914127349853516,67.9560546875,75.18342590332031,-1.0580309629440308,68.18559265136719,81.60102844238281,10.142348289489746,72.3430404663086,67.68987274169922,-5.712092876434326,18.541637420654297,76.1225814819336,57.77758026123047,27.565332412719727,60.446712493896484,53.253482818603516,25.289989471435547,68.97225189208984,61.951690673828125,-32.11578369140625,245.92288208007812,-4.359395980834961,-37.409053802490234,241.8205108642578,-11.944354057312012,-34.070308685302734,245.71926879882812,3.700287103652954,115.12496185302734,135.9701690673828,37.155208587646484,111.71637725830078,144.21109008789062,35.304229736328125,116.87801361083984,129.40745544433594,25.955490112304688,79.92131805419922,201.33241271972656,-69.38180541992188,63.54136276245117,205.65408325195312,-69.58465576171875,64.4055404663086,190.9066162109375,-75.16997528076172,33.673030853271484,113.0880355834961,108.84249877929688,16.330957412719727,115.08705139160156,120.7802505493164,31.74527359008789,118.29875183105469,119.68175506591797,69.69815063476562,56.29743957519531,-22.703405380249023,63.86493682861328,57.268402099609375,-6.967719078063965,72.15370178222656,59.04294967651367,-12.190813064575195,21.849477767944336,83.62380981445312,-83.07066345214844,18.575651168823242,70.21674346923828,-120.1371078491211,17.150733947753906,74.73219299316406,-108.12366485595703,17.600833892822266,121.64722442626953,124.66825866699219,31.74527359008789,118.29875183105469,119.68175506591797,16.330957412719727,115.08705139160156,120.7802505493164,67.24895477294922,130.76290893554688,110.30535125732422,78.46146392822266,124.40875244140625,106.68883514404297,80.2064437866211,131.79397583007812,102.37964630126953,24.76307487487793,174.97610473632812,-140.8605499267578,30.340505599975586,171.5554962158203,-139.90342712402344,27.00270652770996,157.41624450683594,-149.22483825683594,9.175524711608887,158.6808319091797,72.01625061035156,7.952828884124756,158.70127868652344,87.9083251953125,11.65318489074707,149.573486328125,66.32318115234375,78.68309783935547,130.4680633544922,-123.87065124511719,75.44715118408203,121.86551666259766,-133.5059051513672,79.49208068847656,117.24235534667969,-127.63256072998047,7.415902137756348,55.02015686035156,26.290788650512695,1.7916699647903442,41.61463928222656,42.783660888671875,13.983987808227539,64.7445297241211,23.971132278442383,-100.47748565673828,124.85682678222656,78.3944091796875,-94.43335723876953,115.11531829833984,84.88929748535156,-92.43448638916016,113.0585708618164,81.52184295654297,-81.84396362304688,51.00833511352539,48.399818420410156,-85.46498107910156,49.44953536987305,57.112186431884766,-87.55970764160156,59.483341217041016,43.64421844482422,-10.69070053100586,234.90167236328125,-21.31524085998535,-4.310145854949951,208.61436462402344,-18.790958404541016,-3.6774730682373047,220.5534210205078,-39.646812438964844,2.544779062271118,143.23287963867188,119.62033081054688,6.564389228820801,128.94406127929688,124.08856201171875,-0.9808880090713501,135.4635467529297,119.2203598022461,-80.36408233642578,131.242919921875,-126.61663055419922,-88.0224380493164,138.8070831298828,-113.6034927368164,-86.90510559082031,148.6949920654297,-112.75701141357422,31.518455505371094,55.93595504760742,47.76823806762695,27.428434371948242,59.26464080810547,53.89255142211914,28.078535079956055,60.25128173828125,48.457740783691406,26.706750869750977,83.31192016601562,95.7621841430664,34.36436080932617,88.5811538696289,103.18285369873047,31.93286895751953,88.08216857910156,97.54632568359375,34.58444595336914,76.90509796142578,114.19615936279297,23.621912002563477,80.17321014404297,114.97660064697266,34.204654693603516,72.9896011352539,109.9297103881836,5.081424236297607,106.62617492675781,42.9200439453125,6.026187896728516,101.0296630859375,36.90579605102539,9.310894966125488,99.37361907958984,44.66703796386719,-4.8151140213012695,76.27093505859375,60.400794982910156,-7.857174873352051,87.48287200927734,63.50743865966797,-4.229870796203613,84.57731628417969,68.89654541015625,46.28258514404297,78.61583709716797,69.69857788085938,37.73025894165039,81.59782409667969,72.60723114013672,41.30010223388672,82.90123748779297,49.933597564697266,-102.32777404785156,172.66966247558594,43.85792541503906,-102.27569580078125,164.79673767089844,41.429439544677734,-87.40814208984375,184.0514373779297,42.01448440551758,69.66492462158203,115.18004608154297,-85.81050872802734,72.22928619384766,124.85443115234375,-81.18547058105469,88.76875305175781,108.31613159179688,-87.48455047607422,111.580322265625,82.55152130126953,-23.574129104614258,117.64068603515625,92.67330932617188,-3.570585012435913,116.22711181640625,94.32284545898438,-20.23102569580078,78.2245101928711,103.70167541503906,87.9598159790039,46.27198791503906,107.4720687866211,85.181640625,75.00000762939453,104.01277923583984,78.27938079833984,113.86982727050781,113.08329010009766,-3.170186996459961,117.01122283935547,118.74075317382812,4.423998832702637,111.96186065673828,121.99935150146484,13.143401145935059,111.69969940185547,138.92471313476562,-50.20170211791992,109.86569213867188,132.1542510986328,-50.567832946777344,113.36743927001953,138.1169891357422,-44.40939712524414,-54.79611587524414,201.44638061523438,-88.84888458251953,-58.97503662109375,204.1259765625,-79.7134017944336,-62.478553771972656,196.54940795898438,-87.54120635986328,-13.30251693725586,94.60295867919922,83.86132049560547,-16.280311584472656,87.17314147949219,88.56916046142578,-8.01767635345459,88.93296813964844,78.69267272949219,0.4704029858112335,128.4852752685547,10.926041603088379,-4.915675163269043,125.4727554321289,5.550547122955322,-16.016483306884766,122.9582290649414,9.96755599975586,11.34062671661377,146.180419921875,17.9468936920166,20.629369735717773,135.62159729003906,25.883878707885742,19.266132354736328,135.486572265625,16.975414276123047,100.13872528076172,77.6954116821289,66.84479522705078,98.45708465576172,85.12135314941406,64.96897888183594,95.3348159790039,74.59404754638672,50.228981018066406,17.93754768371582,65.27811431884766,80.44677734375,9.324902534484863,65.62703704833984,82.05880737304688,16.866241455078125,61.5433464050293,84.60174560546875,102.10627746582031,202.4008026123047,1.3621829748153687,108.81526184082031,196.33009338378906,3.076282024383545,104.35895538330078,199.162353515625,0.7803210020065308,-80.52652740478516,84.1977767944336,90.16075897216797,-79.88670349121094,83.2016830444336,92.3882827758789,-57.42994689941406,87.65198516845703,102.81327056884766,29.245241165161133,96.58519744873047,-157.25657653808594,21.443754196166992,87.67864227294922,-153.08041381835938,19.144603729248047,105.09681701660156,-160.14720153808594,-4.332347869873047,200.2541046142578,38.498233795166016,-6.2146382331848145,206.50743103027344,14.239480972290039,-4.291195869445801,211.76490783691406,26.01642417907715,92.80701446533203,80.55799865722656,48.039466857910156,58.47066879272461,82.46803283691406,26.49248695373535,60.37102508544922,76.1468734741211,26.331127166748047,-58.71734619140625,214.0812225341797,9.563332557678223,-69.0573959350586,223.5228271484375,-1.1312650442123413,-55.25831985473633,226.1945343017578,7.293327808380127,17.014925003051758,119.28187561035156,6.70960807800293,17.317596435546875,114.914306640625,17.123046875,25.341875076293945,108.47270202636719,4.229804039001465,19.41795539855957,82.99839782714844,59.62234878540039,20.829185485839844,79.44316864013672,73.78951263427734,30.353988647460938,69.59379577636719,73.37004089355469,87.58635711669922,51.30909729003906,71.25524139404297,85.46495819091797,49.449520111083984,57.11215591430664,93.50060272216797,57.250091552734375,63.67488098144531,86.1085433959961,148.11260986328125,-8.190838813781738,75.39811706542969,150.67872619628906,1.668336033821106,73.10165405273438,149.1748809814453,-10.57909107208252,-70.77445983886719,152.7397918701172,-111.68082427978516,-73.24378967285156,166.6791229248047,-98.1771240234375,-72.18267822265625,157.35313415527344,-101.19480895996094,-8.36050033569336,221.6431884765625,33.52688217163086,-6.942568778991699,205.4804229736328,29.625503540039062,-8.415135383605957,198.7078857421875,42.76704788208008,13.082286834716797,73.07080078125,-127.35246276855469,18.575651168823242,70.21674346923828,-120.1371078491211,17.966495513916016,75.42828369140625,-140.6881561279297,-65.49866485595703,75.33501434326172,54.436363220214844,-76.74348449707031,79.35234069824219,70.84379577636719,-60.41613006591797,79.62911224365234,66.19074249267578,-76.74934387207031,169.67974853515625,-102.87715911865234,-74.74337768554688,157.18365478515625,-107.80818939208984,-73.77117919921875,162.2563018798828,-93.28472137451172,58.78751754760742,227.242431640625,-16.08921241760254,38.11515808105469,229.0428009033203,-15.345490455627441,60.766319274902344,214.63064575195312,-18.350000381469727,57.03870391845703,92.94366455078125,21.511554718017578,54.26707458496094,105.36229705810547,42.040367126464844,60.620479583740234,89.75870513916016,23.47469139099121,49.6798095703125,109.84117889404297,71.24353790283203,43.64308166503906,112.0104751586914,79.04592895507812,44.4786491394043,114.87017822265625,68.33631134033203,-86.08760070800781,131.78953552246094,94.19007110595703,-90.0228500366211,122.48575592041016,93.59366607666016,-80.25758361816406,132.17889404296875,102.2535400390625,97.80781555175781,143.32809448242188,28.951980590820312,111.38230895996094,128.16456604003906,17.31426239013672,102.8910903930664,121.47589111328125,8.732646942138672,28.935298919677734,118.93787384033203,41.838775634765625,36.28999710083008,108.69315338134766,31.12123680114746,35.34011459350586,113.39051818847656,42.729007720947266,78.60468292236328,118.8910140991211,-135.62416076660156,77.27172088623047,107.35680389404297,-136.57176208496094,69.83524322509766,120.43946075439453,-141.15760803222656,86.54301452636719,76.19642639160156,83.4775161743164,89.54286193847656,69.35806274414062,69.13494873046875,90.43468475341797,79.39437866210938,80.7417984008789,15.97724437713623,102.46482849121094,43.806556701660156,10.364773750305176,119.07925415039062,46.65299606323242,16.542980194091797,109.44652557373047,45.0804557800293,91.03925323486328,99.88804626464844,72.68561553955078,99.18043518066406,88.09659576416016,77.5316390991211,98.3653564453125,88.36812591552734,59.71508026123047,99.18891906738281,143.39862060546875,-85.72953033447266,95.48213958740234,148.8217315673828,-80.85206604003906,97.57308959960938,150.44284057617188,-88.99452209472656,-97.85459899902344,128.40267944335938,-72.72510528564453,-101.86337280273438,143.8265380859375,-84.40084838867188,-100.1375732421875,138.26145935058594,-85.10868835449219,88.32612609863281,186.73348999023438,-69.33365631103516,78.59285736083984,192.18943786621094,-72.91307830810547,94.04847717285156,173.20433044433594,-67.00382995605469,-61.219024658203125,215.9253387451172,-55.04414367675781,-66.18094635009766,213.85690307617188,-61.28202438354492,-74.01532745361328,208.76718139648438,-56.39011764526367,26.45360565185547,143.02407836914062,50.44230270385742,26.483068466186523,132.7945556640625,45.86166763305664,16.11335563659668,140.64524841308594,39.79625701904297,-43.30402755737305,59.42275619506836,-38.666683197021484,-44.46858596801758,56.69538497924805,-33.129459381103516,-62.29437255859375,53.33378601074219,-59.26338195800781,-111.04113006591797,106.6667251586914,-10.64603328704834,-114.17552947998047,115.24639129638672,-12.222467422485352,-111.78903198242188,114.82162475585938,-4.057231903076172,81.8855209350586,149.8583984375,-112.22164154052734,94.32061004638672,150.15277099609375,-96.32505798339844,89.28524780273438,156.61341857910156,-94.2222900390625,92.17134857177734,180.40774536132812,-43.86363220214844,83.29821014404297,186.85018920898438,-27.8369140625,91.61943817138672,196.7655487060547,-43.18775177001953,-38.882301330566406,112.96234893798828,108.77216339111328,-53.626285552978516,112.67359924316406,109.318115234375,-39.91914749145508,118.25901794433594,119.5577163696289,-111.76229095458984,124.51238250732422,11.32789421081543,-118.14871978759766,133.76156616210938,13.474762916564941,-110.12803649902344,135.38229370117188,21.004507064819336,-104.83872985839844,96.58853149414062,63.04627227783203,-110.0957260131836,109.48747253417969,66.44800567626953,-107.78587341308594,95.60346221923828,57.74960708618164,22.164169311523438,201.2408905029297,5.061738014221191,22.67186164855957,193.49293518066406,-1.2401059865951538,22.654155731201172,210.79029846191406,6.128689765930176,-32.242759704589844,74.67070770263672,111.56575775146484,-49.028221130371094,63.200836181640625,92.267822265625,-32.002357482910156,69.31475067138672,96.87366485595703,-110.37092590332031,99.59405517578125,-47.048484802246094,-104.05567932128906,89.19538879394531,-42.481666564941406,-108.68608856201172,112.49951934814453,-23.527854919433594,105.18741607666016,128.1026153564453,74.35801696777344,97.43336486816406,137.7884063720703,79.67234802246094,98.43498992919922,121.82510375976562,85.85445404052734,44.469295501708984,227.4762725830078,-18.767988204956055,30.593185424804688,237.1865997314453,-12.905259132385254,37.4090576171875,241.8205108642578,-11.944353103637695,-80.81668090820312,66.97408294677734,55.89911651611328,-54.01211166381836,64.60263061523438,39.10721969604492,-72.66340637207031,62.844364166259766,53.32520294189453,70.87261199951172,165.0805206298828,-113.56341552734375,59.13572311401367,151.50189208984375,-130.89065551757812,70.77445983886719,152.7397918701172,-111.68082427978516,16.542980194091797,109.44652557373047,45.0804557800293,25.07402992248535,100.0746841430664,38.57895278930664,15.97724437713623,102.46482849121094,43.806556701660156,-81.38240814208984,146.0229949951172,-9.1276216506958,-107.10513305664062,147.1441650390625,-8.04634952545166,-89.98236846923828,149.7656707763672,-1.011775016784668,-46.608985900878906,103.69267272949219,-1.6623239517211914,-40.773616790771484,114.80850219726562,11.322783470153809,-38.89327621459961,104.36201477050781,7.69064998626709,-49.16175842285156,155.6923370361328,96.3784408569336,-46.60122299194336,157.9526824951172,92.47091674804688,-47.87113952636719,162.42771911621094,108.88513946533203,68.08199310302734,46.2320671081543,91.93279266357422,70.63996124267578,53.34065628051758,99.11006164550781,87.63513946533203,59.45076370239258,82.30257415771484,-18.336122512817383,89.1394271850586,-3.5305869579315186,-1.2710750102996826,87.55665588378906,-6.535086154937744,-9.70263671875,104.10309600830078,0.4305430054664612,81.33643341064453,180.36253356933594,-96.41044616699219,82.54566955566406,185.02142333984375,-84.549072265625,86.16329956054688,175.73226928710938,-85.7271957397461,-3.720000982284546,112.95952606201172,67.15201568603516,-5.621157169342041,124.49137115478516,54.397430419921875,-6.3558669090271,109.75608825683594,63.136695861816406,-65.30482482910156,71.127197265625,74.68640899658203,-67.79367065429688,64.36723327636719,67.3030014038086,-69.88272094726562,67.43994903564453,61.58841323852539,80.00601196289062,86.39878845214844,88.9051742553711,80.09178924560547,83.47342681884766,91.19043731689453,78.99253845214844,86.63634490966797,89.69682312011719,65.8482666015625,110.02682495117188,-82.18113708496094,66.70430755615234,112.75214385986328,-80.56653594970703,69.66492462158203,115.18004608154297,-85.81050872802734,24.33016014099121,129.7130584716797,30.900724411010742,35.39437484741211,111.70469665527344,25.387746810913086,34.693843841552734,117.10501098632812,21.1220703125,31.192859649658203,92.13939666748047,102.00397491455078,74.15359497070312,88.29883575439453,97.05061340332031,53.60723876953125,91.89161682128906,105.0303726196289,82.38338470458984,148.09420776367188,-15.990107536315918,71.22409057617188,151.84722900390625,-12.11624526977539,90.20494842529297,150.4419403076172,-10.577025413513184,97.91678619384766,148.21275329589844,-9.184024810791016,112.81534576416016,139.95172119140625,-24.980478286743164,107.5928955078125,155.9042510986328,-2.0656020641326904,-79.80095672607422,105.51163482666016,64.22266387939453,-74.1980972290039,109.79727172851562,74.50374603271484,-68.73020935058594,108.30342864990234,72.09330749511719,11.966178894042969,138.15711975097656,59.624114990234375,7.620038986206055,148.0160369873047,75.3629379272461,14.371684074401855,146.23756408691406,68.90495300292969,5.528473854064941,154.3687744140625,111.04339599609375,1.6950759887695312,145.96734619140625,121.56080627441406,7.957272052764893,151.304931640625,118.66156005859375,44.4786491394043,114.87017822265625,68.33631134033203,30.2750186920166,119.4686050415039,79.96712493896484,34.00872039794922,121.65003967285156,75.71562957763672,-71.97713470458984,123.77888488769531,-78.19326782226562,-69.65823364257812,113.73649597167969,-82.45230865478516,-78.49004364013672,118.03913879394531,-66.55670928955078,50.79417419433594,214.86236572265625,56.902679443359375,68.73052978515625,217.4584503173828,51.759700775146484,50.86968994140625,215.29193115234375,66.87126159667969,-44.90140151977539,223.61976623535156,52.09313201904297,-34.81209945678711,228.8606719970703,40.60322570800781,-43.048561096191406,221.22296142578125,37.44578170776367,43.04157638549805,179.26686096191406,71.69452667236328,35.266361236572266,200.50088500976562,80.72502136230469,40.57276153564453,190.56663513183594,65.18732452392578,-39.458580017089844,84.0058364868164,36.90453338623047,-44.14545822143555,84.49673461914062,46.21912384033203,-49.608707427978516,76.65621185302734,37.01926803588867,24.69233512878418,83.02759552001953,128.78936767578125,8.380059242248535,85.90660095214844,123.875,20.23203468322754,75.1193618774414,125.44064331054688,70.99456787109375,59.797218322753906,80.55265808105469,64.07559967041016,60.52340316772461,87.36795806884766,48.657779693603516,54.359230041503906,53.910926818847656,-83.07039642333984,134.14744567871094,-15.937280654907227,-78.49748992919922,128.2584228515625,-16.29302978515625,-73.09300231933594,145.2242431640625,-8.360901832580566,72.68817901611328,103.65589141845703,107.22106170654297,64.61872863769531,102.49957275390625,116.13697052001953,73.33142852783203,87.2511978149414,114.77377319335938,-18.57602882385254,115.86199951171875,3.1279220581054688,-4.915675163269043,125.4727554321289,5.550547122955322,-1.496899962425232,117.06224822998047,0.7844240069389343,-5.833148956298828,190.73117065429688,-72.34750366210938,-6.124818801879883,171.7482147216797,-97.21759033203125,-2.656424045562744,195.78953552246094,-85.0848388671875,65.51032257080078,42.02339172363281,56.60894775390625,72.0552749633789,42.67877960205078,77.06368255615234,60.09379959106445,39.219764709472656,73.03703308105469,-69.16417694091797,207.26071166992188,71.953125,-79.97964477539062,190.74716186523438,75.17495727539062,-69.0207290649414,191.32040405273438,84.4003677368164,-111.78575897216797,181.81373596191406,-2.0649778842926025,-107.95305633544922,185.7510986328125,7.93242883682251,-113.03018951416016,165.25616455078125,-4.365915775299072,-7.19664192199707,158.49082946777344,42.86137771606445,-12.690629005432129,150.25482177734375,46.48145294189453,-13.284411430358887,139.54989624023438,40.31793212890625,51.15834426879883,222.66015625,-44.30753707885742,43.84737014770508,232.38047790527344,-42.524295806884766,57.91518020629883,226.7030487060547,-40.520591735839844,108.81526184082031,196.33009338378906,3.076282024383545,114.71310424804688,182.5324249267578,-3.4660120010375977,111.03406524658203,187.10243225097656,-8.722845077514648,108.76521301269531,162.1514892578125,-63.969764709472656,100.08654022216797,174.89407348632812,-63.7052116394043,103.0619125366211,161.38490295410156,-71.2608642578125,28.468706130981445,50.9890251159668,82.35221099853516,16.866241455078125,61.5433464050293,84.60174560546875,27.63766860961914,57.401798248291016,81.7559585571289,63.080665588378906,77.44622802734375,-3.5355451107025146,63.372047424316406,69.48057556152344,-6.055531024932861,54.59039306640625,69.75845336914062,-10.187885284423828,70.15813446044922,147.63731384277344,-9.758296966552734,74.10889434814453,152.3925323486328,4.20526123046875,71.22409057617188,151.84722900390625,-12.11624526977539,-11.617444038391113,92.22265625,66.49983215332031,-16.700960159301758,96.560546875,65.29047393798828,-9.001264572143555,106.88619232177734,61.89632797241211,34.130924224853516,85.75659942626953,-145.8043975830078,47.32167434692383,88.95533752441406,-144.13751220703125,43.32371139526367,93.80517578125,-149.76585388183594,12.310888290405273,150.19393920898438,59.50629806518555,4.706707000732422,158.33761596679688,75.58142852783203,6.41330623626709,166.47943115234375,77.62360382080078,-78.20189666748047,182.8880157470703,72.12848663330078,-78.14264678955078,188.3157196044922,73.49053955078125,-59.12998580932617,189.46478271484375,88.91004180908203,-10.225196838378906,133.20028686523438,49.65095520019531,-24.7501277923584,119.46434783935547,58.419288635253906,-10.587477684020996,128.08766174316406,59.1932258605957,53.80233383178711,91.37918090820312,-42.90730285644531,39.32642364501953,82.43844604492188,-35.17887496948242,41.39183807373047,88.54820251464844,-32.480743408203125,-53.77442932128906,91.1080551147461,-57.08574295043945,-59.687679290771484,87.2936782836914,-67.16983795166016,-61.09979248046875,97.22631072998047,-64.88268280029297,-56.013771057128906,72.4996337890625,88.43408966064453,-68.23784637451172,67.25631713867188,72.14512634277344,-65.74710083007812,75.54374694824219,84.13107299804688,100.26226043701172,139.35447692871094,-16.152652740478516,99.92142486572266,121.3036117553711,-35.883575439453125,107.2130355834961,119.37891387939453,-36.32853698730469,-42.89847946166992,84.2101821899414,75.54481506347656,-50.618064880371094,80.52581024169922,60.1485481262207,-38.217472076416016,90.2020492553711,75.14213562011719,-14.535069465637207,114.48091125488281,75.53838348388672,-7.0174689292907715,122.34660339355469,62.99021911621094,-4.525121212005615,110.28368377685547,81.71334075927734,100.3628921508789,151.11257934570312,-92.06150817871094,100.19509887695312,138.42828369140625,-85.22396087646484,103.98566436767578,129.7623291015625,-88.2679443359375,27.565332412719727,60.446712493896484,53.253482818603516,11.151598930358887,72.84967803955078,56.972450256347656,18.5544376373291,59.38190841674805,53.852298736572266,-69.64972686767578,68.87125396728516,77.39997100830078,-90.3812484741211,73.6368408203125,78.13758850097656,-88.45805358886719,68.082763671875,65.71421813964844,-31.90500259399414,50.87805938720703,86.09745788574219,-28.380414962768555,49.298927307128906,82.07652282714844,-36.41693878173828,44.73073196411133,79.115234375,-19.42405128479004,82.9736328125,59.6324462890625,-28.398874282836914,66.17446899414062,54.65324401855469,-27.675630569458008,72.7243881225586,72.07772827148438,44.69648361206055,84.47843170166016,-77.72644805908203,51.27027130126953,84.21466064453125,-64.14999389648438,58.071083068847656,83.7033920288086,-73.45095825195312,-8.251144409179688,105.67386627197266,44.04989242553711,-10.707463264465332,104.3367919921875,39.455787658691406,-15.977240562438965,102.46483612060547,43.80656051635742,-23.828725814819336,130.52064514160156,45.62154769897461,-19.7176456451416,138.37998962402344,55.313255310058594,-21.648609161376953,126.52613067626953,51.886985778808594,-56.41496658325195,114.38397216796875,7.109282970428467,-40.773616790771484,114.80850219726562,11.322783470153809,-46.608985900878906,103.69267272949219,-1.6623239517211914,-17.65411949157715,229.3283233642578,42.096778869628906,-34.81209945678711,228.8606719970703,40.60322570800781,-23.49045181274414,228.2786865234375,41.711814880371094,-4.343341827392578,97.39029693603516,-93.3926010131836,-5.705565929412842,92.2613525390625,-90.4621810913086,-11.068243980407715,104.22245788574219,-124.42762756347656,10.91313362121582,108.45372772216797,-157.2650909423828,6.805071830749512,122.7231216430664,-147.1622772216797,13.849328994750977,118.48027801513672,-159.58486938476562,68.86012268066406,215.95277404785156,29.368200302124023,55.76068115234375,202.9146728515625,33.98698425292969,70.78690338134766,216.2769012451172,40.35562515258789,98.84031677246094,95.796142578125,-66.28060150146484,109.5147705078125,102.8717041015625,-52.77104187011719,95.89652252197266,82.5556411743164,-70.06077575683594,-25.235511779785156,68.19623565673828,65.99847412109375,-23.922405242919922,58.932525634765625,68.03378295898438,-26.91634750366211,67.6823501586914,72.44194030761719,61.921844482421875,232.9663848876953,-5.732934951782227,55.25831985473633,226.1945343017578,7.293327808380127,51.34214782714844,230.08792114257812,5.217507839202881,70.82478332519531,88.1739501953125,94.10455322265625,56.33469772338867,91.12348937988281,99.33488464355469,57.77420425415039,87.43476867675781,103.04207611083984,110.19058227539062,111.91419982910156,-18.910438537597656,101.03472137451172,100.018310546875,-29.750274658203125,112.27730560302734,96.2067642211914,-27.33443832397461,-70.15813446044922,147.63731384277344,-9.758296966552734,-75.49848175048828,136.1901092529297,-22.574068069458008,-72.58345031738281,146.7459259033203,-25.728656768798828,44.06111526489258,67.85468292236328,33.83272933959961,35.7824592590332,62.96763610839844,45.245487213134766,45.55030059814453,66.9893569946289,36.01394271850586,64.57763671875,211.0744171142578,-42.91350555419922,50.75712966918945,223.34519958496094,-41.678321838378906,48.34447479248047,209.19326782226562,-43.99676513671875,-24.436656951904297,98.72691345214844,44.521095275878906,-20.758834838867188,96.38666534423828,43.32749557495117,-17.14034080505371,101.35985565185547,43.54004669189453,-54.62925338745117,63.191802978515625,116.0795669555664,-57.91802978515625,47.935768127441406,101.69815063476562,-63.436241149902344,53.35869216918945,105.27485656738281,-24.973642349243164,156.0292205810547,63.10527420043945,-22.86604881286621,162.147705078125,68.42444610595703,-26.64825439453125,149.75714111328125,53.667205810546875,-52.98261642456055,40.08491516113281,87.59849548339844,-47.77552032470703,44.584590911865234,99.65052795410156,-59.77238464355469,45.852359771728516,103.93555450439453,14.079248428344727,149.6282501220703,82.81582641601562,8.30152702331543,154.9699249267578,113.00928497314453,11.394200325012207,152.28236389160156,99.99803161621094,-7.756937026977539,39.20095443725586,42.65461349487305,-14.702816009521484,46.94008255004883,43.00852584838867,-14.064200401306152,46.74549865722656,51.51729965209961,-28.665206909179688,66.22553253173828,50.78152847290039,-23.662700653076172,73.86019134521484,67.87467193603516,-24.242467880249023,71.77442932128906,44.745391845703125,-40.57426834106445,80.98563385009766,-134.94281005859375,-57.83942794799805,87.75377655029297,-134.21878051757812,-44.60575485229492,81.68706512451172,-126.58686828613281,-78.68309783935547,130.4680633544922,-123.87065124511719,-75.45002746582031,144.87599182128906,-120.26404571533203,-85.03469848632812,144.28250122070312,-112.2625961303711,-31.296737670898438,101.08879852294922,-39.80484390258789,-20.925857543945312,103.16838073730469,-40.743141174316406,-20.3106689453125,91.52986907958984,-54.98965072631836,-50.10743713378906,238.2215118408203,22.184234619140625,-57.5706901550293,228.5319061279297,7.948878765106201,-59.91688919067383,228.27870178222656,23.10633087158203,30.17095375061035,110.28463745117188,33.69906997680664,41.077335357666016,91.48597717285156,18.530757904052734,22.552228927612305,109.10484313964844,30.240036010742188,14.877601623535156,170.96070861816406,-142.53443908691406,6.624797821044922,181.0091094970703,-133.30250549316406,10.43869686126709,163.00779724121094,-145.62387084960938,-74.31655883789062,62.118263244628906,-66.94405364990234,-85.62020111083984,74.9522476196289,-71.14520263671875,-67.58641815185547,67.83245849609375,-68.33747863769531,34.812095642089844,228.86068725585938,40.60322570800781,32.2493896484375,230.17945861816406,51.79884338378906,44.901397705078125,223.61976623535156,52.09313201904297,11.394200325012207,152.28236389160156,99.99803161621094,7.629776954650879,150.48069763183594,114.10887908935547,3.039879083633423,151.26077270507812,110.6859359741211,-34.740875244140625,144.14988708496094,128.395263671875,-28.94529151916504,130.12257385253906,127.85546112060547,-27.80253028869629,147.8089141845703,121.76673889160156,-102.23802947998047,76.23363494873047,0.8131049871444702,-92.51578521728516,59.579044342041016,-21.18408966064453,-103.15755462646484,74.88185119628906,-21.53298568725586,-8.732196807861328,192.46624755859375,-50.604515075683594,-6.593769073486328,207.94781494140625,-21.513412475585938,-8.534578323364258,195.44351196289062,-58.180538177490234,99.57975006103516,169.62420654296875,50.53418731689453,93.29003143310547,179.25772094726562,58.80222702026367,95.27383422851562,165.4580841064453,56.417606353759766,22.039775848388672,238.56655883789062,-6.040243148803711,38.275123596191406,239.38136291503906,-10.175469398498535,33.42397689819336,243.4444580078125,-2.3765709400177,-12.491815567016602,109.55416107177734,49.13505935668945,-7.521996021270752,110.44732666015625,48.40067672729492,-7.948960781097412,111.6032943725586,55.36320114135742,-96.22924041748047,120.50102996826172,-49.481300354003906,-106.05765533447266,126.24493408203125,-40.878929138183594,-104.41731262207031,124.91233825683594,-53.913787841796875,-15.247697830200195,158.16900634765625,100.62841796875,-9.417425155639648,166.24264526367188,88.14146423339844,-8.375237464904785,156.7639923095703,72.86344146728516,-40.57282257080078,190.56646728515625,65.18738555908203,-35.32340621948242,201.08212280273438,60.93544006347656,-33.090232849121094,206.96864318847656,74.48241424560547,-6.937503814697266,218.30923461914062,-61.52473449707031,-6.940091133117676,215.68667602539062,-24.868745803833008,-8.194836616516113,224.3836669921875,-40.36345291137695,82.78885650634766,201.88848876953125,-71.21788787841797,65.67285919189453,209.41004943847656,-69.81243133544922,66.18094635009766,213.85690307617188,-61.282020568847656,60.03854751586914,86.4446792602539,23.968351364135742,54.08417510986328,91.8097152709961,21.812715530395508,65.1102523803711,76.96593475341797,5.515864849090576,10.657565116882324,189.61106872558594,-33.444679260253906,13.682415962219238,194.73324584960938,-10.761015892028809,17.497638702392578,192.91038513183594,-21.618141174316406,112.70291900634766,159.3720245361328,-63.63182067871094,111.84574890136719,163.88568115234375,-54.6546516418457,114.72957611083984,148.66302490234375,-56.23289489746094,65.7386703491211,66.91822814941406,87.8045425415039,64.69459533691406,64.22799682617188,88.38091278076172,67.79369354248047,64.3672103881836,67.30415344238281,90.97125244140625,81.33045959472656,14.200992584228516,99.37947082519531,90.173095703125,32.66017150878906,100.23837280273438,81.30986022949219,12.016256332397461,74.62842559814453,90.13960266113281,-53.641353607177734,57.4447135925293,87.92503356933594,-43.752525329589844,55.971778869628906,73.20565032958984,-54.47464370727539,-45.99311065673828,47.94343566894531,98.9369888305664,-36.41693878173828,44.73073196411133,79.115234375,-53.476524353027344,43.08452224731445,87.49404907226562,-81.82647705078125,142.41995239257812,96.15594482421875,-82.85502624511719,162.0660858154297,81.90015411376953,-80.08797454833984,167.63380432128906,86.39401245117188,49.323028564453125,57.53860092163086,53.74755096435547,46.91610336303711,58.316864013671875,64.90435791015625,36.02745056152344,57.902584075927734,54.057777404785156,110.3922348022461,151.6205596923828,26.4292049407959,118.14871978759766,133.76156616210938,13.474762916564941,108.0594482421875,145.9866180419922,26.93869400024414,-81.00291442871094,110.13257598876953,-37.903438568115234,-79.61151123046875,130.45188903808594,-19.5391845703125,-82.29164123535156,116.67100524902344,-31.204448699951172,-19.772235870361328,149.6077423095703,47.892982482910156,-25.924325942993164,142.1223907470703,49.20372009277344,-29.819190979003906,151.14480590820312,52.16697311401367,65.23735809326172,87.07986450195312,-103.23301696777344,59.401771545410156,85.34913635253906,-96.0009765625,52.01213073730469,86.94702911376953,-108.96049499511719,37.694271087646484,139.31483459472656,124.274169921875,35.40854263305664,156.90394592285156,122.21293640136719,41.05088806152344,152.25076293945312,120.64889526367188,-29.61091423034668,61.90632247924805,63.1055908203125,-30.476749420166016,63.581748962402344,54.15178680419922,-35.177677154541016,60.95053482055664,53.021827697753906,10.680500030517578,71.96603393554688,-116.33399200439453,11.112696647644043,71.1539306640625,-130.38763427734375,19.077804565429688,67.87027740478516,-114.93077850341797,103.72396850585938,80.74881744384766,-6.552221775054932,104.24120330810547,90.08531951904297,8.986383438110352,111.29301452636719,83.67282104492188,-6.049108982086182,-38.57126998901367,107.73421478271484,37.806396484375,-47.3745231628418,96.6962661743164,26.040691375732422,-63.696929931640625,94.41292572021484,37.442535400390625,-9.760208129882812,226.99610900878906,-61.395023345947266,-15.036005973815918,229.62327575683594,-62.5589485168457,-18.85792350769043,227.53005981445312,-73.83395385742188,-111.580322265625,82.55152130126953,-23.574129104614258,-117.64068603515625,92.67330932617188,-3.570585012435913,-111.29301452636719,83.67282104492188,-6.049108982086182,-15.510945320129395,106.49683380126953,-39.91823196411133,-15.141597747802734,103.49291229248047,-32.58839416503906,-11.678400993347168,111.85881042480469,-39.43829345703125,-4.338204860687256,47.46104431152344,23.376447677612305,-15.121166229248047,68.05764770507812,1.6704720258712769,-2.699686050415039,69.52064514160156,-3.137655019760132,-21.297826766967773,105.89209747314453,-7.579628944396973,-36.243404388427734,104.88661193847656,-27.374465942382812,-38.48103332519531,107.96260070800781,-11.191243171691895,-76.74348449707031,79.35234069824219,70.84379577636719,-90.55218505859375,76.87577819824219,71.66030883789062,-82.32646942138672,87.44509887695312,87.15727233886719,112.27730560302734,96.2067642211914,-27.33443832397461,106.95654296875,79.13361358642578,-39.793304443359375,116.22711181640625,94.32284545898438,-20.23102569580078,-33.204315185546875,208.36019897460938,-100.43529510498047,-31.665109634399414,196.66348266601562,-117.9343490600586,-39.37164306640625,188.5835418701172,-121.4504623413086,12.632269859313965,218.35781860351562,45.18227767944336,11.74242115020752,229.8568572998047,39.88194274902344,6.8125200271606445,206.0528564453125,44.71659469604492,14.089798927307129,64.64900207519531,108.297119140625,19.008995056152344,59.92741012573242,87.0731201171875,27.275949478149414,51.89204406738281,85.42424011230469,82.10531616210938,74.52832794189453,88.66504669189453,89.6192398071289,75.21552276611328,88.66496276855469,86.80847930908203,75.61815643310547,92.18931579589844,59.14943313598633,62.14210510253906,48.75844192504883,69.3002700805664,61.80314636230469,61.9225959777832,74.91470336914062,66.88555908203125,56.4727897644043,-27.832075119018555,53.078453063964844,102.49513244628906,-29.776111602783203,48.92403793334961,85.69308471679688,-17.359411239624023,62.34787368774414,93.57377624511719,20.23203468322754,75.1193618774414,125.44064331054688,8.380059242248535,85.90660095214844,123.875,7.111116886138916,79.30818176269531,120.50315856933594,67.9739990234375,219.47369384765625,5.822144031524658,66.72271728515625,231.2632598876953,-1.2503410577774048,57.5706901550293,228.5319061279297,7.948878765106201,-80.45782470703125,144.4843292236328,77.64619445800781,-90.24576568603516,133.71792602539062,81.64483642578125,-92.52735137939453,151.20745849609375,77.45458984375,-14.624279022216797,224.58448791503906,61.80965805053711,-22.24294090270996,228.75674438476562,55.351314544677734,-28.05832862854004,228.00987243652344,58.753273010253906,8.851582527160645,102.21501922607422,38.677947998046875,15.14500617980957,98.49937438964844,45.417701721191406,14.955907821655273,94.83319091796875,45.18904113769531,-4.357137203216553,115.03036499023438,16.602008819580078,1.3950510025024414,115.234130859375,14.549527168273926,-1.096397042274475,121.61421203613281,4.511115074157715,-80.13555145263672,199.0077667236328,58.1978759765625,-71.87995910644531,197.8328399658203,73.292236328125,-78.14264678955078,188.3157196044922,73.49053955078125,-8.186934471130371,139.6431884765625,114.67996215820312,-6.2337422370910645,133.7738037109375,108.92826080322266,-5.228446006774902,129.67434692382812,112.73015594482422,69.69815063476562,56.29743957519531,-22.703405380249023,55.70761489868164,57.802085876464844,-44.74261474609375,55.80699157714844,54.68778610229492,-20.18878173828125,2.235456943511963,94.73280334472656,78.22864532470703,0.6767669916152954,110.43592834472656,72.50030517578125,4.636563777923584,87.73014831542969,68.94097137451172,5.622716903686523,147.00363159179688,-79.75254821777344,7.668231964111328,162.6572723388672,-74.67456817626953,9.291482925415039,144.7529296875,-94.25273895263672,-6.431610107421875,142.84622192382812,-135.57911682128906,-7.858252048492432,140.1055145263672,-123.97098541259766,-7.343401908874512,157.5681915283203,-131.6723175048828,-21.795177459716797,107.72372436523438,20.58765983581543,-12.708694458007812,114.0174560546875,26.46253776550293,-17.564207077026367,115.59793090820312,21.197477340698242,115.14605712890625,152.4384307861328,15.887221336364746,108.87322235107422,165.33697509765625,36.51504135131836,112.03401947021484,162.61892700195312,28.666486740112305,-96.9095230102539,169.78436279296875,39.82647705078125,-101.33060455322266,175.48570251464844,41.42155456542969,-85.68524169921875,183.4210662841797,38.95539093017578,63.50450897216797,117.60393524169922,25.127912521362305,56.424278259277344,116.35051727294922,31.461912155151367,62.966827392578125,114.0143051147461,22.931480407714844,6.564389228820801,128.94406127929688,124.08856201171875,2.544779062271118,143.23287963867188,119.62033081054688,12.964091300964355,131.75369262695312,125.22808837890625,69.65823364257812,113.73649597167969,-82.45230865478516,81.16232299804688,111.59626770019531,-83.59443664550781,71.97700500488281,123.9697036743164,-78.05815124511719,84.6810302734375,105.48545837402344,46.203392028808594,85.38481140136719,115.54777526855469,61.63138198852539,85.52714538574219,106.36798858642578,62.017452239990234,-82.1053466796875,74.52828216552734,88.66500091552734,-86.80850219726562,75.6181411743164,92.18932342529297,-92.81594848632812,74.37533569335938,89.77906036376953,72.22928619384766,124.85443115234375,-81.18547058105469,73.40448760986328,132.53451538085938,-81.40080261230469,91.56725311279297,135.49285888671875,-84.8985595703125,81.73532104492188,152.29417419433594,5.926880836486816,87.16961669921875,157.6736297607422,5.125223159790039,75.39811706542969,150.67872619628906,1.668336033821106,14.279926300048828,191.06370544433594,-14.221776962280273,8.451814651489258,188.12486267089844,-9.32748031616211,8.42816162109375,187.49571228027344,-22.971189498901367,-43.650306701660156,82.70329284667969,86.61051177978516,-55.432281494140625,91.24481964111328,104.12437438964844,-30.82412338256836,88.65225982666016,97.84952545166016,-43.75771713256836,70.25183868408203,-20.937908172607422,-45.50628662109375,61.2108154296875,-37.62326431274414,-47.06747055053711,58.39818572998047,-32.458927154541016,44.69648361206055,84.47843170166016,-77.72644805908203,34.96034240722656,83.38543701171875,-69.09227752685547,51.27027130126953,84.21466064453125,-64.14999389648438,27.990732192993164,79.16160583496094,101.10883331298828,22.409395217895508,79.3437728881836,105.77742767333984,22.532081604003906,82.63011932373047,93.74845123291016,89.68680572509766,90.03872680664062,94.39183807373047,72.68817901611328,103.65589141845703,107.22106170654297,73.33142852783203,87.2511978149414,114.77377319335938,-11.853805541992188,123.1352767944336,59.895938873291016,-8.834693908691406,130.29220581054688,49.76544189453125,-7.0174689292907715,122.34660339355469,62.99021911621094,-40.27452087402344,91.93304443359375,100.01522064208984,-43.79781723022461,82.27490234375,93.54849243164062,-48.14213562011719,92.45867919921875,100.60893249511719,-36.65147018432617,188.13995361328125,-119.4329605102539,-29.851253509521484,210.0712890625,-95.84693908691406,-33.1617546081543,199.5635986328125,-106.57319641113281,-41.19980239868164,213.5355682373047,-83.58698272705078,-35.32354736328125,203.21109008789062,-97.20269012451172,-29.851253509521484,210.0712890625,-95.84693908691406,21.111473083496094,93.7474136352539,42.4295539855957,13.846769332885742,99.87309265136719,46.8145637512207,10.365004539489746,100.59528350830078,44.45803451538086,121.13105010986328,123.71119689941406,-0.7836520075798035,113.86982727050781,113.08329010009766,-3.170186996459961,116.90959167480469,113.70425415039062,-13.19836711883545,-70.17194366455078,68.3995132446289,-1.5896589756011963,-68.83999633789062,81.11490631103516,15.055573463439941,-77.5103530883789,73.86772155761719,3.434454917907715,91.06401062011719,77.66991424560547,45.430145263671875,92.80701446533203,80.55799865722656,48.039466857910156,60.37102508544922,76.1468734741211,26.331127166748047,73.33574676513672,98.51850128173828,47.934242248535156,66.25933074951172,108.64407348632812,72.84255981445312,73.15377807617188,109.57596588134766,74.25004577636719,55.69919967651367,73.70419311523438,84.32147216796875,46.71561050415039,80.63523864746094,91.57731628417969,62.87939453125,77.87832641601562,83.29310607910156,-30.72865104675293,121.59315490722656,42.67510223388672,-34.06319808959961,114.26367950439453,25.82225799560547,-39.40358352661133,107.50470733642578,24.830991744995117,-42.32337188720703,81.91146087646484,48.26995849609375,-31.354394912719727,85.19075775146484,36.32929229736328,-23.065040588378906,91.96381378173828,55.304386138916016,102.78595733642578,75.85037994384766,66.82579803466797,101.04632568359375,76.17662811279297,56.490291595458984,101.08208465576172,84.9366455078125,63.2920036315918,82.16918182373047,96.11332702636719,37.82556915283203,85.38481140136719,115.54777526855469,61.63138198852539,84.6810302734375,105.48545837402344,46.203392028808594,-48.14213562011719,92.45867919921875,100.60893249511719,-56.5601921081543,91.0787124633789,99.49705505371094,-51.92824172973633,86.01026916503906,100.0898666381836,111.69969940185547,138.92471313476562,-50.20170211791992,111.96956634521484,168.02821350097656,-38.37691116333008,108.39313507080078,153.1415557861328,-47.703826904296875,74.41520690917969,99.56770324707031,-127.14370727539062,59.215919494628906,109.4822769165039,-141.02847290039062,65.01780700683594,95.86936950683594,-139.59750366210938,14.705652236938477,147.50555419921875,119.37715911865234,8.30152702331543,154.9699249267578,113.00928497314453,16.56370735168457,155.36709594726562,121.0062255859375,-80.67774963378906,110.05774688720703,-129.61131286621094,-75.16633605957031,108.37091064453125,-134.5304718017578,-75.44715118408203,121.86551666259766,-133.5059051513672,92.84259033203125,61.97585678100586,63.964500427246094,84.9645767211914,53.73323440551758,74.9489517211914,87.63513946533203,59.45076370239258,82.30257415771484,39.34177017211914,217.23280334472656,56.46320724487305,35.3233642578125,201.08221435546875,60.935394287109375,32.32773971557617,208.2993927001953,58.71104049682617,41.477996826171875,90.14472961425781,-23.464380264282227,33.196346282958984,84.26681518554688,-16.2333984375,41.19839096069336,96.3323974609375,-7.5952229499816895,81.05924224853516,59.74949264526367,-11.560775756835938,89.83273315429688,65.53521728515625,-4.360073089599609,87.49012756347656,55.7917366027832,-18.42601776123047,24.072772979736328,63.510501861572266,33.660953521728516,25.388261795043945,63.751930236816406,27.859989166259766,23.811365127563477,71.37306213378906,26.328723907470703,-39.37164306640625,188.5835418701172,-121.4504623413086,-36.79853439331055,172.65045166015625,-132.3417510986328,-43.30820083618164,185.2101287841797,-119.60503387451172,10.071678161621094,78.84691619873047,73.23180389404297,19.530981063842773,71.93965148925781,74.20865631103516,20.226303100585938,73.87518310546875,83.8262710571289,26.207557678222656,88.48503112792969,95.64112854003906,17.455265045166016,86.41101837158203,87.3027114868164,23.829483032226562,87.8572006225586,90.31131744384766,-69.88006591796875,69.19269561767578,111.62461853027344,-78.64287567138672,82.37443542480469,106.14401245117188,-54.9383430480957,93.31929779052734,123.68753051757812,-79.38756561279297,68.47361755371094,56.80535125732422,-75.22614288330078,66.94840240478516,56.69245147705078,-66.46864318847656,70.18083953857422,52.02075958251953,14.565265655517578,81.73927307128906,-147.63014221191406,22.075611114501953,74.66860961914062,-143.64248657226562,14.053291320800781,72.88799285888672,-139.67845153808594,-59.65690231323242,204.15408325195312,13.724020957946777,-68.31548309326172,199.1795654296875,1.9458860158920288,-58.71734619140625,214.0812225341797,9.563332557678223,-12.389904022216797,144.65264892578125,-94.3456802368164,-9.28127670288086,123.01805114746094,-93.0179214477539,-8.3129301071167,145.48988342285156,-79.14080047607422,-78.9471206665039,85.20130157470703,90.64115142822266,-79.88670349121094,83.2016830444336,92.3882827758789,-80.52652740478516,84.1977767944336,90.16075897216797,-98.79547882080078,66.83206939697266,-42.34891891479492,-98.95162963867188,74.74378967285156,-49.943336486816406,-106.95654296875,79.13361358642578,-39.793304443359375,16.17867088317871,92.91070556640625,61.29961395263672,12.191704750061035,99.16783905029297,59.04829406738281,10.63564682006836,98.77631378173828,60.045047760009766,30.476757049560547,63.581748962402344,54.151790618896484,27.428434371948242,59.26464080810547,53.89255142211914,35.17767333984375,60.95053482055664,53.021827697753906,-10.913134574890137,108.45372772216797,-157.2650909423828,-19.144603729248047,105.09681701660156,-160.14720153808594,-13.849328994750977,118.48027801513672,-159.58486938476562,-24.823169708251953,84.44996643066406,99.22997283935547,-30.82412338256836,88.65225982666016,97.84952545166016,-32.42428207397461,84.71570587158203,99.7341079711914,2.656424045562744,195.78953552246094,-85.0848388671875,5.485970973968506,208.09617614746094,-69.82048797607422,6.0063629150390625,207.79725646972656,-77.16446685791016,-27.383867263793945,208.38990783691406,77.61880493164062,-14.701101303100586,214.75657653808594,69.96266174316406,-13.82917308807373,206.12965393066406,78.27664184570312,32.192562103271484,75.83263397216797,106.73355865478516,47.63299560546875,62.941253662109375,83.88052368164062,49.824249267578125,70.51032257080078,102.38384246826172,69.44327545166016,94.38056945800781,-139.2886199951172,60.75313186645508,86.88717651367188,-137.7813262939453,62.08646774291992,94.87550354003906,-145.25624084472656,45.20149612426758,38.4404182434082,62.6475944519043,40.142547607421875,40.988243103027344,78.69855499267578,30.76721954345703,36.45073699951172,66.76136016845703,73.24322509765625,201.7643585205078,-25.98142433166504,60.766319274902344,214.63064575195312,-18.350000381469727,68.45880126953125,217.7506103515625,-30.948095321655273,-25.29012680053711,87.33930969238281,108.69893646240234,-20.699949264526367,88.67569732666016,94.8221206665039,-27.960084915161133,87.09742736816406,102.08893585205078,-101.03472137451172,100.018310546875,-29.750274658203125,-105.53584289550781,116.31904602050781,-21.123640060424805,-110.19058227539062,111.91419982910156,-18.910438537597656,-36.41693878173828,44.73073196411133,79.115234375,-45.99311065673828,47.94343566894531,98.9369888305664,-31.90500259399414,50.87805938720703,86.09745788574219,-65.3525390625,71.02259063720703,47.69293212890625,-80.81668090820312,66.97408294677734,55.89911651611328,-84.26956176757812,70.79712677001953,57.58385467529297,-44.518760681152344,66.14697265625,-18.25432777404785,-39.72952651977539,68.60160064697266,-25.813310623168945,-35.14640808105469,79.40946197509766,-11.0936861038208,-45.469120025634766,219.54458618164062,51.32847213745117,-41.38540267944336,218.91766357421875,38.462646484375,-34.31370162963867,225.4955596923828,42.69677734375,-28.712751388549805,89.74901580810547,-54.27206039428711,-31.296737670898438,101.08879852294922,-39.80484390258789,-20.3106689453125,91.52986907958984,-54.98965072631836,-11.238704681396484,125.70133209228516,-151.3881378173828,-13.315604209899902,130.80108642578125,-155.5021514892578,-19.172313690185547,119.95561218261719,-158.61819458007812,-48.74723815917969,233.67184448242188,28.97933006286621,-55.42528533935547,214.98463439941406,30.220659255981445,-59.212127685546875,222.3208770751953,22.44000816345215,109.58135223388672,184.45278930664062,-7.829349994659424,111.80233001708984,181.7301025390625,-2.119976043701172,107.1148681640625,193.6898956298828,3.7421059608459473,-21.96610450744629,230.48599243164062,-47.99159240722656,-15.418994903564453,230.96990966796875,-41.08600997924805,-21.619321823120117,238.55157470703125,-33.26695251464844,-62.1158447265625,53.45322799682617,-8.045209884643555,-67.61170959472656,56.986236572265625,-5.400167942047119,-74.09313201904297,58.43781280517578,-9.221686363220215,54.79611587524414,201.44638061523438,-88.84888458251953,44.272186279296875,200.6680145263672,-79.94055938720703,49.4517822265625,192.1510009765625,-98.28369140625,-34.79362106323242,172.4059295654297,108.97021484375,-42.38985061645508,169.3947296142578,109.5661849975586,-25.843074798583984,182.9451141357422,100.82637023925781,-20.3106689453125,91.52986907958984,-54.98965072631836,-13.490315437316895,99.1231918334961,-54.422584533691406,-12.286076545715332,88.44322967529297,-62.5181884765625,90.57093048095703,76.91737365722656,71.75872802734375,75.29271697998047,78.94489288330078,69.88491821289062,82.12056732177734,87.6324234008789,87.52738952636719,-3.6901888847351074,178.7558135986328,-40.8687629699707,-3.834359884262085,151.51156616210938,-61.64971923828125,-5.622716903686523,147.00363159179688,-79.75254821777344,-5.438755989074707,84.81947326660156,-76.50140380859375,-7.388001918792725,76.0252914428711,-90.94642639160156,-5.356575012207031,78.11962890625,-102.92699432373047,-90.24346160888672,76.49369049072266,44.47050476074219,-60.1833610534668,76.2315444946289,26.254419326782227,-91.8303451538086,80.75312042236328,47.319923400878906,84.93756103515625,158.94219970703125,5.893319129943848,103.79408264160156,176.14820861816406,7.275579929351807,107.7667236328125,163.0321807861328,0.30687400698661804,87.12835693359375,119.42559051513672,-72.41625213623047,71.48448181152344,129.89442443847656,-78.42339324951172,85.93901062011719,129.6431121826172,-83.2947006225586,-25.862924575805664,69.66375732421875,15.296279907226562,-22.225032806396484,67.37020111083984,26.751502990722656,-19.28508186340332,61.082916259765625,22.34577751159668,32.11578369140625,245.92288208007812,-4.359395980834961,21.973155975341797,245.6337127685547,2.2071049213409424,34.070308685302734,245.71926879882812,3.700294017791748,-22.753896713256836,179.35545349121094,71.24156188964844,-13.912403106689453,176.86524963378906,71.05465698242188,-24.78573226928711,161.41378784179688,64.91361999511719,-48.491329193115234,67.9863052368164,-16.967021942138672,-46.63419723510742,82.96957397460938,3.9525859355926514,-37.778709411621094,80.67706298828125,-12.07826042175293,-15.002077102661133,77.67839813232422,-75.55188751220703,-9.242097854614258,86.11109924316406,-63.7822265625,-19.99032211303711,88.7375717163086,-53.81828689575195,-34.990013122558594,116.45999145507812,99.04288482666016,-19.953840255737305,124.53263092041016,109.64157104492188,-33.50568771362305,115.63724517822266,93.99411010742188,-10.31476879119873,105.75862884521484,-60.37479019165039,-13.490315437316895,99.1231918334961,-54.422584533691406,-11.315666198730469,109.62919616699219,-48.623470306396484,-92.80487060546875,92.8919906616211,41.73636245727539,-89.51165008544922,90.0904312133789,28.938718795776367,-99.37947082519531,90.173095703125,32.66017150878906,94.43670654296875,115.11772918701172,84.88629150390625,92.43447875976562,113.0585708618164,81.52184295654297,78.57771301269531,109.97148895263672,91.78158569335938,-8.01767635345459,88.93296813964844,78.69267272949219,-7.9756598472595215,81.76795196533203,63.90147399902344,-6.061941146850586,91.77745819091797,62.747798919677734,13.656194686889648,103.86135864257812,118.36071014404297,12.0520601272583,108.5525894165039,98.05894470214844,3.3700530529022217,99.47760772705078,110.41049194335938,100.3628921508789,151.11257934570312,-92.06150817871094,90.45381927490234,159.85784912109375,-89.55753326416016,91.70826721191406,158.64859008789062,-81.43315124511719,3.834359884262085,151.51156616210938,-61.64971923828125,3.690190076828003,178.75579833984375,-40.86876678466797,5.622716903686523,147.00363159179688,-79.75254821777344,-59.55351257324219,42.20903778076172,72.742919921875,-68.0822525024414,46.231746673583984,91.93087768554688,-53.476524353027344,43.08452224731445,87.49404907226562,-23.398969650268555,61.9066162109375,82.58216857910156,-16.925737380981445,61.60085678100586,84.56572723388672,-28.380414962768555,49.298927307128906,82.07652282714844,109.10108947753906,162.6699981689453,-54.749813079833984,104.4798355102539,172.92843627929688,-53.982521057128906,108.76521301269531,162.1514892578125,-63.969764709472656,54.42111587524414,98.33305358886719,19.835166931152344,59.450645446777344,84.58744812011719,7.3612871170043945,54.08417510986328,91.8097152709961,21.812715530395508,-63.17676544189453,139.47315979003906,-137.768310546875,-58.805137634277344,157.9877471923828,-132.69285583496094,-47.96851348876953,135.4973907470703,-152.00228881835938,-21.669992446899414,163.6932373046875,76.38057708740234,-15.88046932220459,179.97434997558594,81.92420196533203,-25.84453773498535,164.32591247558594,68.75408172607422,-94.62450408935547,194.55453491210938,-25.954326629638672,-73.24322509765625,201.7643585205078,-25.98142433166504,-84.8656234741211,207.91439819335938,-25.535259246826172,-7.127713203430176,182.08287048339844,-136.9558868408203,-12.115629196166992,169.68585205078125,-147.1133575439453,-13.335100173950195,187.6581268310547,-131.8433074951172,-92.51578521728516,59.579044342041016,-21.18408966064453,-90.50896453857422,58.9613151550293,-37.050296783447266,-98.79547882080078,66.83206939697266,-42.34891891479492,-55.11439514160156,165.72386169433594,-126.71294403076172,-55.022972106933594,141.01467895507812,-140.4969482421875,-48.97777557373047,141.94589233398438,-142.79800415039062,71.75895690917969,83.06251525878906,-71.948974609375,73.21858978271484,83.71980285644531,-82.86711883544922,80.95284271240234,88.49547576904297,-77.74462127685547,-70.87606811523438,45.46517562866211,76.59233093261719,-59.55351257324219,42.20903778076172,72.742919921875,-63.063297271728516,43.76636505126953,61.29867935180664,-82.04829406738281,63.227909088134766,-64.72024536132812,-95.1350326538086,76.91316223144531,-66.38192749023438,-85.62020111083984,74.9522476196289,-71.14520263671875,110.89847564697266,125.35064697265625,-21.789691925048828,113.46251678466797,115.07350158691406,-19.60003662109375,108.68608856201172,112.49951934814453,-23.527854919433594,82.34701538085938,121.57084655761719,-114.82958984375,90.4774169921875,117.24819946289062,-109.7081298828125,85.60317993164062,128.4259796142578,-109.10617065429688,43.35377883911133,191.05752563476562,-92.72793579101562,40.57193374633789,192.5705108642578,-91.7559585571289,42.408973693847656,188.16964721679688,-98.5210952758789,-28.05832862854004,228.00987243652344,58.753273010253906,-38.91932678222656,218.83294677734375,59.1623649597168,-29.409391403198242,219.393310546875,62.60382080078125,-5.2650370597839355,151.79421997070312,8.885014533996582,-8.677815437316895,144.80474853515625,18.283008575439453,-11.523592948913574,133.64535522460938,3.985213041305542,19.063800811767578,163.93809509277344,117.74449920654297,16.56370735168457,155.36709594726562,121.0062255859375,4.653541088104248,172.73565673828125,108.19207763671875,-82.99710083007812,72.98148345947266,64.75359344482422,-88.015380859375,71.03922271728516,66.66117095947266,-83.64634704589844,68.39762115478516,65.4888916015625,80.73274230957031,83.09233856201172,108.3425521850586,74.20743560791016,71.02776336669922,112.18555450439453,91.23687744140625,77.1278305053711,92.83943176269531,7.668231964111328,162.6572723388672,-74.67456817626953,4.014556884765625,173.4002685546875,-76.56452178955078,5.433269023895264,161.4710693359375,-93.48241424560547,-97.80781555175781,143.32809448242188,28.951980590820312,-95.68852996826172,148.18960571289062,38.27081298828125,-100.18712615966797,133.85977172851562,26.607486724853516,34.65829086303711,128.72857666015625,20.609533309936523,20.629369735717773,135.62159729003906,25.883878707885742,32.82946014404297,126.03235626220703,23.25589942932129,-115.54367065429688,121.70584869384766,3.8991498947143555,-111.78903198242188,114.82162475585938,-4.057231903076172,-114.17552947998047,115.24639129638672,-12.222467422485352,18.85792350769043,227.53005981445312,-73.83395385742188,9.760208129882812,226.99610900878906,-61.395023345947266,9.943035125732422,220.65817260742188,-71.92545318603516,-62.1158447265625,53.45322799682617,-8.045209884643555,-74.09313201904297,58.43781280517578,-9.221686363220215,-70.39940643310547,53.07794189453125,-18.89904022216797,-15.84328842163086,84.34976196289062,38.39578628540039,-12.870573043823242,113.38894653320312,22.960580825805664,-10.18139934539795,104.58099365234375,28.949207305908203,102.27569580078125,164.79673767089844,41.429439544677734,112.5839614868164,150.9449005126953,28.352394104003906,112.41445922851562,162.01109313964844,35.785518646240234,56.33549499511719,79.31695556640625,0.5273590087890625,48.491329193115234,67.9863052368164,-16.967021942138672,46.63419723510742,82.96957397460938,3.9525859355926514,-92.1554183959961,96.48207092285156,-114.10717010498047,-82.80450439453125,92.84280395507812,-118.7059097290039,-91.97430419921875,91.04540252685547,-102.24310302734375,13.821195602416992,182.83773803710938,85.11443328857422,13.985893249511719,184.97613525390625,91.071044921875,17.24324607849121,169.52935791015625,85.8419418334961,103.1539535522461,131.3450164794922,68.1179428100586,101.4483642578125,135.3737030029297,55.67897033691406,106.33209228515625,122.04643249511719,59.0467414855957,18.25131607055664,99.05599975585938,33.97365951538086,8.851582527160645,102.21501922607422,38.677947998046875,14.955907821655273,94.83319091796875,45.18904113769531,-7.528894901275635,173.93775939941406,30.125093460083008,-5.0166168212890625,164.97511291503906,24.343212127685547,-7.930333137512207,190.3335723876953,22.68898582458496,91.23687744140625,77.1278305053711,92.83943176269531,99.18043518066406,88.09659576416016,77.5316390991211,89.68680572509766,90.03872680664062,94.39183807373047,81.91767883300781,139.43496704101562,96.751220703125,79.94646453857422,167.7392578125,86.5374984741211,82.8550796508789,162.06625366210938,81.90038299560547,-63.28593444824219,46.52560806274414,51.70356369018555,-67.08113861083984,54.625877380371094,40.55339813232422,-79.93871307373047,53.1722297668457,49.66322326660156,-35.177677154541016,60.95053482055664,53.021827697753906,-50.51227951049805,65.30023193359375,43.44640350341797,-48.12164306640625,60.277015686035156,54.649742126464844,-53.910560607910156,93.30694580078125,107.64093780517578,-74.75145721435547,90.28295135498047,98.01483917236328,-57.007652282714844,90.13301086425781,107.31526184082031,-17.579303741455078,79.97040557861328,59.49420166015625,-18.541635513305664,76.12258911132812,57.777584075927734,-11.151301383972168,72.8508071899414,56.97290802001953,74.11593627929688,169.54600524902344,63.66252517700195,77.78401947021484,167.77613830566406,57.25807189941406,81.47518157958984,174.86041259765625,61.916683197021484,2.386573076248169,118.10708618164062,118.6609878540039,-1.584414005279541,129.54598999023438,118.43373107910156,4.602146148681641,122.86155700683594,111.88473510742188,30.353988647460938,69.59379577636719,73.37004089355469,22.532081604003906,82.63011932373047,93.74845123291016,36.505496978759766,68.3218994140625,78.11430358886719,-86.94928741455078,121.57752990722656,92.5204849243164,-90.24576568603516,133.71792602539062,81.64483642578125,-83.93582153320312,131.31039428710938,88.52184295654297,98.29731750488281,123.22601318359375,-64.20849609375,104.73397827148438,128.91259765625,-55.69329833984375,109.4815444946289,144.48744201660156,-66.00892639160156,-23.693370819091797,37.92741775512695,64.29801940917969,-33.515708923339844,39.60160446166992,55.76771545410156,-16.99392318725586,47.64375686645508,56.20169448852539,-81.25425720214844,143.11183166503906,101.37109375,-86.08760070800781,131.78953552246094,94.19007110595703,-80.25758361816406,132.17889404296875,102.2535400390625,21.57024383544922,62.83029556274414,81.78988647460938,24.37108612060547,60.37461471557617,78.16621398925781,26.831815719604492,64.51058959960938,78.91729736328125,-17.59536361694336,89.11172485351562,-6.814418792724609,-19.540966033935547,78.32484436035156,-3.298233985900879,-23.426654815673828,87.87295532226562,-2.610698938369751,91.15939331054688,200.32058715820312,-54.56922912597656,79.89775085449219,205.79270935058594,-65.61062622070312,89.45807647705078,203.8422088623047,-46.47993469238281,-75.39550018310547,133.9095458984375,-44.1727294921875,-73.06314086914062,131.76016235351562,-57.93973922729492,-78.72730255126953,138.286865234375,-41.309078216552734,-22.83409881591797,65.0201644897461,81.72401428222656,-24.347837448120117,60.36962890625,78.13209533691406,-26.854827880859375,64.45928192138672,79.57673645019531,9.79175090789795,154.55453491210938,38.202877044677734,9.601252555847168,160.7864532470703,41.529022216796875,14.975020408630371,152.37486267089844,46.1949348449707,51.683349609375,65.04466247558594,26.48334312438965,52.49592590332031,63.69453048706055,30.80255126953125,48.94224166870117,63.07290267944336,28.24125099182129,-73.80087280273438,205.7476348876953,-28.160646438598633,-61.95008087158203,218.2574462890625,-17.678518295288086,-75.2609634399414,205.02981567382812,-25.899852752685547,78.66669464111328,197.50616455078125,-4.109201908111572,86.4970703125,193.71334838867188,-6.694368839263916,87.89824676513672,209.62765502929688,5.668880939483643,-12.697677612304688,222.96446228027344,6.2276291847229,-22.164169311523438,201.2408905029297,5.061738967895508,-10.771169662475586,211.57693481445312,-5.68897819519043,96.53153228759766,168.31646728515625,50.585838317871094,92.78512573242188,178.00672912597656,55.81687927246094,98.28489685058594,165.97918701171875,42.902992248535156,89.91448211669922,109.84773254394531,88.77339935302734,69.05691528320312,115.200927734375,110.8533706665039,72.63259887695312,110.5406723022461,103.56475830078125,-102.78595733642578,75.85038757324219,66.82579803466797,-96.90731048583984,65.20284271240234,52.261287689208984,-93.50059509277344,57.25007247924805,63.67496109008789,-7.720942974090576,148.19415283203125,76.26089477539062,-11.902545928955078,138.2097625732422,59.72636795043945,-15.814482688903809,141.27223205566406,60.81072235107422,27.507099151611328,122.87779235839844,83.18376922607422,9.594961166381836,118.50386810302734,95.57975006103516,10.645368576049805,115.46853637695312,97.00406646728516,89.45807647705078,203.8422088623047,-46.47993469238281,91.10228729248047,199.56846618652344,-37.87826156616211,95.2078857421875,195.11390686035156,-43.27461624145508,-33.02940368652344,110.4614486694336,96.2174301147461,-32.17607116699219,108.4768295288086,112.5331802368164,-22.069612503051758,110.39590454101562,96.65864562988281,-40.416534423828125,70.2391586303711,27.623981475830078,-32.72819519042969,66.656982421875,23.486696243286133,-35.6177978515625,73.83446502685547,17.45853042602539,1.0336320400238037,168.9975128173828,106.84391021728516,1.7030290365219116,172.92800903320312,99.00377655029297,3.64349102973938,162.34725952148438,88.83456420898438,-76.42134094238281,54.91850280761719,93.9854507446289,-88.115234375,59.84211349487305,81.51422882080078,-80.6250991821289,65.28217315673828,97.0555191040039,71.91165161132812,176.88746643066406,-109.10394287109375,71.30335235595703,190.19912719726562,-99.44384002685547,81.33643341064453,180.36253356933594,-96.41044616699219,-99.37582397460938,172.56536865234375,10.018806457519531,-106.25720977783203,185.040283203125,14.665705680847168,-106.6257553100586,170.89193725585938,21.024137496948242,-98.45710754394531,85.12117767333984,64.96881866455078,-89.66276550292969,96.97107696533203,69.9011001586914,-91.7097396850586,91.2537841796875,84.50542449951172,33.476318359375,113.65978240966797,4.668500900268555,16.808412551879883,110.00724029541016,-1.3143349885940552,21.19436264038086,102.87353515625,-6.824864864349365,9.548117637634277,92.79664611816406,65.73110961914062,8.0540132522583,85.53126525878906,66.90220642089844,8.257092475891113,87.88272857666016,70.6263427734375,-92.46437072753906,192.19430541992188,-64.66197204589844,-94.80492401123047,188.792724609375,-56.73885726928711,-95.2078857421875,195.11390686035156,-43.27461624145508,-17.74261474609375,54.50736999511719,50.762451171875,-13.77932071685791,88.979736328125,40.16938781738281,-20.221288681030273,77.9031753540039,41.92203903198242,6.417938232421875,174.46630859375,69.68570709228516,12.89270305633545,155.08807373046875,60.96209716796875,11.971348762512207,177.13265991210938,74.43392181396484,-40.24694061279297,232.86695861816406,-28.95233154296875,-56.9466667175293,227.00628662109375,-34.29105758666992,-31.595123291015625,237.97015380859375,-33.02927780151367,120.85287475585938,131.1990203857422,-2.8657450675964355,115.98265075683594,127.60358428955078,-15.162666320800781,114.17552947998047,115.24639129638672,-12.222467422485352,115.06220245361328,107.3503189086914,53.35294723510742,107.78587341308594,95.60346221923828,57.749610900878906,108.86412048339844,94.5060043334961,38.62495422363281,5.295403003692627,76.31112670898438,-6.134016036987305,16.252840042114258,75.02294921875,-1.7672300338745117,-2.699686050415039,69.52064514160156,-3.137655019760132,-104.05567932128906,89.19538879394531,-42.481666564941406,-100.84918975830078,80.25445556640625,-52.053741455078125,-111.63690948486328,94.82879638671875,-32.71684646606445,-30.007118225097656,171.24417114257812,-136.15478515625,-40.36474609375,183.65562438964844,-119.15968322753906,-35.36204147338867,165.66053771972656,-130.74490356445312,12.8958158493042,105.84066009521484,97.1480484008789,6.210841178894043,98.06431579589844,109.60249328613281,7.176292896270752,97.24952697753906,99.76619720458984,82.29767608642578,207.51161193847656,-38.728694915771484,89.45807647705078,203.8422088623047,-46.47993469238281,78.69657897949219,207.29098510742188,-44.65048599243164,-6.593769073486328,207.94781494140625,-21.513412475585938,-8.732196807861328,192.46624755859375,-50.604515075683594,-7.9546589851379395,200.11477661132812,-26.856393814086914,48.185001373291016,74.17236328125,107.85005950927734,45.69846725463867,75.7103271484375,99.93010711669922,24.792808532714844,84.32201385498047,98.9775619506836,67.39334106445312,54.45938491821289,-55.6345329284668,77.69480895996094,57.14558792114258,-46.69675064086914,79.4499740600586,65.2092514038086,-64.36800384521484,-84.34210968017578,52.062660217285156,59.00788116455078,-63.28593444824219,46.52560806274414,51.70356369018555,-79.93871307373047,53.1722297668457,49.66322326660156,69.36502838134766,94.00963592529297,45.27875518798828,58.90960693359375,97.69790649414062,43.55082321166992,60.03854751586914,86.4446792602539,23.968351364135742,-28.13985824584961,73.19709014892578,18.338951110839844,-29.141687393188477,84.70409393310547,14.709874153137207,-35.6177978515625,73.83446502685547,17.45853042602539,4.618083953857422,153.2578887939453,-115.51071166992188,2.9313600063323975,164.59495544433594,-113.41105651855469,3.364320993423462,165.38023376464844,-125.77584838867188,59.57778549194336,235.29110717773438,-12.631129264831543,44.83903884887695,240.50868225097656,-7.186519145965576,63.62303924560547,235.31964111328125,-4.508469104766846,-73.78104400634766,88.43614196777344,97.32794189453125,-30.558303833007812,86.91947937011719,92.6859130859375,-33.89995193481445,92.15567779541016,102.04971313476562,49.58972930908203,204.88665771484375,38.57624053955078,52.76539611816406,210.58558654785156,48.80812072753906,45.469120025634766,219.54458618164062,51.32847213745117,-18.780025482177734,134.44711303710938,121.8946762084961,-28.94529151916504,130.12257385253906,127.85546112060547,-24.4721736907959,122.83695983886719,125.27859497070312,5.3471269607543945,167.92332458496094,-144.11605834960938,7.127713203430176,182.08287048339844,-136.9558868408203,12.115625381469727,169.6858673095703,-147.11334228515625,-20.121055603027344,98.04109191894531,83.6597671508789,-32.893272399902344,95.17920684814453,70.260498046875,-40.374671936035156,92.41094207763672,76.19329071044922,7.574347019195557,154.53182983398438,-115.36608123779297,12.122199058532715,143.54165649414062,-118.29186248779297,6.402760028839111,165.7761688232422,-125.6214599609375,-19.077804565429688,67.87027740478516,-114.93077850341797,-10.680500030517578,71.96603393554688,-116.333984375,-15.894845962524414,71.01915740966797,-109.98722076416016,-94.62450408935547,194.55453491210938,-25.954326629638672,-89.47885131835938,210.3253173828125,-22.21787452697754,-99.52590942382812,194.60939025878906,-25.01068687438965,-106.8315200805664,85.65208435058594,23.245874404907227,-98.69625091552734,85.70879364013672,29.831878662109375,-99.69539642333984,90.68672943115234,45.67887878417969,101.32579803466797,123.6048583984375,69.70572662353516,94.26579284667969,110.5871353149414,80.78617858886719,94.50240325927734,119.73835754394531,68.88925170898438,109.48906707763672,146.12669372558594,-70.60244750976562,113.37303924560547,145.5599365234375,-64.20014190673828,109.25088500976562,135.0412139892578,-65.09716033935547,-24.7501277923584,119.46434783935547,58.419288635253906,-19.210044860839844,118.80633544921875,70.72763061523438,-10.587477684020996,128.08766174316406,59.1932258605957,26.178979873657227,95.21849060058594,55.11620330810547,8.010625839233398,119.82194519042969,50.624671936035156,32.60148239135742,90.81692504882812,44.16804504394531,-57.5706901550293,228.5319061279297,7.948878765106201,-50.10743713378906,238.2215118408203,22.184234619140625,-52.25621795654297,233.0538787841797,5.550034046173096,-49.5764045715332,85.43209838867188,-119.96211242675781,-57.83942794799805,87.75377655029297,-134.21878051757812,-59.962860107421875,88.061279296875,-123.52162170410156,88.24081420898438,78.58660888671875,15.31155014038086,89.66950988769531,63.60841751098633,-1.807515025138855,94.66443634033203,78.7322769165039,16.04307746887207,37.694271087646484,139.31483459472656,124.274169921875,23.784507751464844,143.5245819091797,125.56130981445312,35.40854263305664,156.90394592285156,122.21293640136719,68.3888931274414,123.3351821899414,-78.19879913330078,67.20861053466797,129.51087951660156,-77.30240631103516,72.22928619384766,124.85443115234375,-81.18547058105469,-92.0438003540039,108.95718383789062,-112.15721130371094,-79.49208068847656,117.24235534667969,-127.63256072998047,-90.4774169921875,117.24819946289062,-109.7081298828125,-30.10814094543457,67.61555480957031,76.18270111083984,-25.351608276367188,70.09744262695312,69.32787322998047,-18.928386688232422,77.38550567626953,74.68275451660156,34.275840759277344,85.21524047851562,-140.1396942138672,34.130924224853516,85.75659942626953,-145.8043975830078,31.931238174438477,81.10194396972656,-139.38365173339844,-7.565846920013428,108.13875579833984,35.40798568725586,-8.851582527160645,102.21501922607422,38.677947998046875,-8.60074234008789,106.15299987792969,42.50307083129883,-72.15370178222656,59.04294967651367,-12.190813064575195,-81.05924224853516,59.74949264526367,-11.560775756835938,-78.26338195800781,72.0723648071289,-3.9252591133117676,51.41883087158203,42.65641403198242,48.91189193725586,33.51573944091797,39.60160827636719,55.767704010009766,46.1143798828125,50.802452087402344,38.19889831542969,-20.121055603027344,98.04109191894531,83.6597671508789,-18.365619659423828,96.06078338623047,72.02684783935547,-32.893272399902344,95.17920684814453,70.260498046875,86.56358337402344,201.71031188964844,-47.12345886230469,79.92131805419922,201.33241271972656,-69.38180541992188,88.81321716308594,196.1399688720703,-58.75895309448242,-12.115629196166992,169.68585205078125,-147.1133575439453,-27.002704620361328,157.41624450683594,-149.22483825683594,-24.763071060180664,174.97610473632812,-140.8605499267578,-27.428430557250977,59.26464080810547,53.892555236816406,-28.078535079956055,60.25128173828125,48.457740783691406,-25.851869583129883,65.25015258789062,51.52840042114258,63.5694580078125,93.35047912597656,-48.086082458496094,73.49797058105469,99.72413635253906,-47.623626708984375,73.17425537109375,92.37495422363281,-54.88140869140625,3.176136016845703,183.82167053222656,-130.1174774169922,1.7365390062332153,177.12994384765625,-117.99143981933594,2.9313859939575195,190.48794555664062,-102.30718994140625,113.51111602783203,106.9464111328125,-7.754847049713135,116.90959167480469,113.70425415039062,-13.19836711883545,113.86982727050781,113.08329010009766,-3.170186996459961,-52.83528518676758,71.04232025146484,44.929264068603516,-45.55030059814453,66.9893569946289,36.013938903808594,-44.06111526489258,67.85468292236328,33.83272933959961,-83.93220520019531,174.4275665283203,-83.07418060302734,-73.94107818603516,170.80966186523438,-101.73506927490234,-77.01473236083984,180.37371826171875,-97.54688262939453,56.33469772338867,91.12348937988281,99.33488464355469,52.979496002197266,94.031494140625,104.77836608886719,47.76972961425781,92.49713134765625,100.56145477294922,-99.45565795898438,149.37351989746094,75.708740234375,-91.67236328125,151.45477294921875,80.73114776611328,-92.4787368774414,158.56344604492188,75.52931213378906,-60.620479583740234,89.75870513916016,23.47469139099121,-57.09166717529297,92.88251495361328,21.503829956054688,-68.18559265136719,81.60102844238281,10.142348289489746,-66.71570587158203,51.48402786254883,38.88704299926758,-65.5102767944336,42.02336883544922,56.60898971557617,-81.84396362304688,51.00833511352539,48.399818420410156,-52.922813415527344,67.76289367675781,40.08430480957031,-39.64329528808594,77.12532806396484,27.382492065429688,-49.608707427978516,76.65621185302734,37.01926803588867,16.368206024169922,76.33401489257812,55.17448043823242,20.703336715698242,66.16209411621094,51.55550003051758,9.523965835571289,75.30885314941406,54.855716705322266,71.91165161132812,176.88746643066406,-109.10394287109375,73.39991760253906,167.19708251953125,-114.5911865234375,66.9940185546875,169.7738037109375,-120.98571014404297,12.862848281860352,94.6546859741211,83.79803466796875,14.854121208190918,88.57064056396484,87.70884704589844,22.355255126953125,92.19275665283203,87.86143493652344,-27.628904342651367,60.35477828979492,53.23080062866211,-26.701284408569336,65.07483673095703,58.6917839050293,-28.13646125793457,58.30641555786133,65.6976547241211,2.386573076248169,118.10708618164062,118.6609878540039,4.602146148681641,122.86155700683594,111.88473510742188,24.207904815673828,112.25920104980469,107.07572174072266,78.34505462646484,62.73054122924805,103.854736328125,63.62214660644531,59.79926300048828,114.0202407836914,63.01148223876953,47.343910217285156,104.53706359863281,7.8759260177612305,88.92263793945312,40.914405822753906,14.526656150817871,71.22086334228516,45.51054382324219,12.972539901733398,97.13577270507812,31.486967086791992,7.567805767059326,94.29673767089844,62.81277084350586,3.0767009258270264,109.3379898071289,62.252872467041016,10.63564682006836,98.77631378173828,60.045047760009766,6.41330623626709,166.47943115234375,77.62360382080078,4.706707000732422,158.33761596679688,75.58142852783203,3.64349102973938,162.34725952148438,88.83456420898438,-13.310965538024902,90.4868392944336,-55.26983642578125,-23.015764236450195,99.3989028930664,-39.745460510253906,-30.090913772583008,87.76387023925781,-51.27075958251953,-34.122802734375,169.7776336669922,113.19011688232422,-16.438154220581055,175.05905151367188,102.36005401611328,-14.85889720916748,173.28466796875,107.23959350585938,98.95162963867188,74.74378967285156,-49.943336486816406,84.1588363647461,64.62435913085938,-52.3199348449707,91.07364654541016,63.091007232666016,-46.94111633300781,-97.66946411132812,149.01861572265625,72.58968353271484,-92.52735137939453,151.20745849609375,77.45458984375,-97.4039306640625,141.20401000976562,73.67030334472656,80.95284271240234,88.49547576904297,-77.74462127685547,81.1744384765625,90.15748596191406,-89.09617614746094,87.29026794433594,95.46878051757812,-81.47267150878906,-61.02830123901367,201.45750427246094,81.64370727539062,-49.79705047607422,210.25559997558594,76.35741424560547,-54.88944625854492,214.66603088378906,73.04571533203125,-97.24263763427734,60.321563720703125,-38.73381805419922,-91.21235656738281,59.04665756225586,-46.277286529541016,-86.9818344116211,53.98044967651367,-35.6134033203125,78.18464660644531,152.22010803222656,95.59581756591797,63.811588287353516,151.28012084960938,102.96408081054688,67.2771224975586,156.7301483154297,97.20024871826172,91.52178955078125,90.04228973388672,42.269676208496094,97.02689361572266,100.04765319824219,64.9122314453125,82.16918182373047,96.11332702636719,37.82556915283203,26.831815719604492,64.51058959960938,78.91729736328125,24.37108612060547,60.37461471557617,78.16621398925781,29.137800216674805,64.7117691040039,70.30876159667969,-28.92439079284668,72.1761703491211,-93.7677001953125,-31.010753631591797,70.30155944824219,-113.17948150634766,-19.077804565429688,67.87027740478516,-114.93077850341797,45.16373062133789,88.44246673583984,20.103424072265625,37.07941436767578,89.01306915283203,22.47262954711914,48.581695556640625,77.33452606201172,21.26155662536621,49.67191696166992,114.02362823486328,116.16008758544922,57.788246154785156,121.56228637695312,116.51896667480469,46.730865478515625,118.97679138183594,121.20132446289062,-71.2825698852539,101.99942016601562,-47.74201965332031,-70.94197082519531,96.14134216308594,-45.69535827636719,-62.450721740722656,96.60831451416016,-48.42087936401367,62.153804779052734,93.80477905273438,-67.09126281738281,82.17804718017578,102.92675018310547,-79.23486328125,72.4389877319336,86.43055725097656,-72.29694366455078,-89.53862762451172,78.12220764160156,44.63508987426758,-91.8336181640625,74.71084594726562,42.511260986328125,-94.5400161743164,77.48673248291016,44.9108772277832,-6.0063629150390625,207.79725646972656,-77.16447448730469,-5.794250011444092,206.38897705078125,-92.44497680664062,-11.430877685546875,213.05914306640625,-83.13362884521484,67.2771224975586,156.7301483154297,97.20024871826172,63.811588287353516,151.28012084960938,102.96408081054688,56.205604553222656,156.7188262939453,97.30048370361328,39.039188385009766,199.44898986816406,-99.37568664550781,44.70976638793945,209.81398010253906,-85.187744140625,43.35377883911133,191.05752563476562,-92.72793579101562,10.891006469726562,101.28331756591797,-135.25074768066406,8.099207878112793,85.9958724975586,-110.24507141113281,8.396459579467773,85.16559600830078,-129.69500732421875,-22.77934455871582,172.27035522460938,100.81684875488281,-34.79362106323242,172.4059295654297,108.97021484375,-25.843074798583984,182.9451141357422,100.82637023925781,39.813392639160156,195.4762725830078,71.46228790283203,44.798465728759766,194.3927459716797,88.87568664550781,44.51581573486328,203.40655517578125,77.35077667236328,-15.734901428222656,90.95043182373047,70.42947387695312,-13.998905181884766,98.25035858154297,62.014957427978516,-25.717058181762695,93.49553680419922,58.59034729003906,-63.436241149902344,53.35869216918945,105.27485656738281,-68.0822525024414,46.231746673583984,91.93087768554688,-76.42134094238281,54.91850280761719,93.9854507446289,-24.78573226928711,161.41378784179688,64.91361999511719,-29.819190979003906,151.14480590820312,52.16697311401367,-25.84453773498535,164.32591247558594,68.75408172607422,25.763214111328125,115.3471908569336,55.926815032958984,37.851566314697266,107.7768783569336,49.946319580078125,36.18654251098633,110.17786407470703,71.47801208496094,-54.76670837402344,181.23892211914062,99.88034057617188,-62.40019226074219,186.53602600097656,93.5350341796875,-64.44119262695312,174.79856872558594,100.2945556640625,49.32442092895508,98.09980010986328,17.536958694458008,57.2321662902832,103.00836944580078,19.6019287109375,56.33549499511719,79.31695556640625,0.5273590087890625,46.723297119140625,100.28299713134766,-152.98574829101562,58.22028732299805,116.20892333984375,-144.6933135986328,60.01958084106445,110.84180450439453,-144.70028686523438,9.046873092651367,137.6138153076172,-12.449593544006348,10.855765342712402,124.5230712890625,-11.84855842590332,7.3188629150390625,134.6557159423828,-40.30146789550781,-60.62518310546875,58.24581527709961,-3.829922914505005,-70.17194366455078,68.3995132446289,-1.5896589756011963,-67.61170959472656,56.986236572265625,-5.400167942047119,98.4018325805664,104.00928497314453,-56.491294860839844,93.58065795898438,117.72676849365234,-36.19158935546875,88.02159118652344,95.80200958251953,-60.46839141845703,96.46661376953125,149.29190063476562,38.68320083618164,103.54695129394531,151.7576904296875,49.764747619628906,85.7996826171875,157.94737243652344,50.691959381103516,62.848487854003906,131.1854705810547,-133.82138061523438,50.37035369873047,122.6782455444336,-138.66818237304688,55.3060417175293,113.11796569824219,-143.3770751953125,23.08414649963379,200.78802490234375,82.62028503417969,15.616848945617676,204.7755584716797,81.28331756591797,18.810588836669922,194.21578979492188,79.7595443725586,121.13105010986328,123.71119689941406,-0.7836520075798035,120.76424407958984,132.99452209472656,15.355175018310547,117.01122283935547,118.74075317382812,4.423998832702637,11.238704681396484,125.70133209228516,-151.3881378173828,6.417544841766357,159.13792419433594,-140.81826782226562,6.431610107421875,142.84622192382812,-135.57911682128906,-108.68608856201172,112.49951934814453,-23.527854919433594,-111.63690948486328,94.82879638671875,-32.71684646606445,-114.7887954711914,106.68826293945312,-20.81834602355957,2.9464659690856934,179.59449768066406,10.69360065460205,6.2146382331848145,206.50743103027344,14.239481925964355,5.359556198120117,203.86636352539062,5.285243988037109,22.234830856323242,128.5947265625,28.751935958862305,20.9766845703125,128.41920471191406,36.137939453125,16.00943946838379,136.1747283935547,25.430057525634766,-79.83560943603516,204.6714324951172,-42.766448974609375,-68.50029754638672,217.40602111816406,-37.66354751586914,-77.02412414550781,207.99481201171875,-34.76236343383789,109.91407012939453,180.93280029296875,28.040422439575195,109.27421569824219,180.33035278320312,18.269237518310547,110.12859344482422,187.2148895263672,11.01932430267334,37.01020431518555,109.74517059326172,106.68138122558594,15.873537063598633,112.22272491455078,121.86356353759766,24.207904815673828,112.25920104980469,107.07572174072266,-91.46805572509766,187.67857360839844,-64.95711517333984,-88.32612609863281,186.73348999023438,-69.33365631103516,-88.81321716308594,196.1399688720703,-58.75895309448242,-58.84314727783203,223.8788604736328,-27.19465446472168,-44.2155876159668,224.11474609375,-19.532697677612305,-60.766319274902344,214.63064575195312,-18.350000381469727,18.250625610351562,96.00072479248047,71.93666076660156,32.840087890625,95.13386535644531,71.20193481445312,21.2524471282959,98.77197265625,66.59370422363281,5.00779914855957,140.2920379638672,-122.92457580566406,8.794230461120605,143.67770385742188,-118.32052612304688,3.3564820289611816,160.69662475585938,-135.62762451171875,6.48502779006958,198.41233825683594,-64.28118896484375,5.8331499099731445,190.73117065429688,-72.34750366210938,4.014556884765625,173.4002685546875,-76.56452178955078,36.79853439331055,172.65045166015625,-132.3417510986328,39.37164306640625,188.5835418701172,-121.4504623413086,43.308197021484375,185.2101287841797,-119.60503387451172,-9.762325286865234,207.6708221435547,-79.01626586914062,-16.485694885253906,212.16343688964844,-83.48223876953125,-7.552223205566406,203.6851348876953,-90.15007019042969,-25.851869583129883,65.25015258789062,51.52840042114258,-26.684541702270508,61.53421401977539,55.37407684326172,-26.41305160522461,61.26837158203125,49.684207916259766,-3.748868942260742,106.34699249267578,62.633140563964844,-14.223291397094727,95.5815658569336,60.02436065673828,-10.970124244689941,99.34309387207031,59.849464416503906,7.952828884124756,158.70127868652344,87.9083251953125,4.048532962799072,170.77854919433594,101.14497375488281,8.30152702331543,154.9699249267578,113.00928497314453,24.072772979736328,63.510501861572266,33.660953521728516,24.24250030517578,71.77436065673828,44.74553298950195,28.665325164794922,66.22541046142578,50.781402587890625,-34.45730209350586,115.79805755615234,61.45857620239258,-43.088558197021484,117.71990966796875,64.50355529785156,-43.217613220214844,111.21353912353516,40.47735595703125,-5.485970973968506,208.09616088867188,-69.82048797607422,-6.0063629150390625,207.79725646972656,-77.16447448730469,-4.033278942108154,218.7055206298828,-64.11685943603516,28.746166229248047,60.4007453918457,58.09908676147461,25.289989471435547,68.97225189208984,61.951690673828125,27.565332412719727,60.446712493896484,53.253482818603516,-9.417425155639648,166.24264526367188,88.14146423339844,-15.247697830200195,158.16900634765625,100.62841796875,-14.85889720916748,173.28466796875,107.23959350585938,42.918365478515625,72.99603271484375,25.275888442993164,37.523250579833984,68.38037109375,18.71072769165039,37.38188171386719,75.72846221923828,15.242838859558105,-36.26687240600586,121.18064880371094,73.76583099365234,-30.604915618896484,114.91180419921875,85.30281829833984,-40.015472412109375,115.71942138671875,74.19674682617188,-24.98527717590332,55.401981353759766,65.44989776611328,-20.32124137878418,62.39634323120117,66.96994018554688,-22.744220733642578,58.35099792480469,70.88377380371094,-36.83197784423828,101.69551086425781,-152.15908813476562,-43.354305267333984,93.81331634521484,-149.75994873046875,-30.255050659179688,93.81668090820312,-153.25103759765625,97.91678619384766,148.21275329589844,-9.184024810791016,84.37139129638672,140.94606018066406,-21.39292335510254,98.05500030517578,135.2943115234375,-26.16860008239746,-9.625944137573242,115.2387924194336,-6.2065510749816895,-7.905665874481201,112.81517028808594,-17.164466857910156,-7.429224967956543,131.6343994140625,-10.867557525634766,-59.450645446777344,84.58744812011719,7.3612871170043945,-62.40571594238281,75.63826751708984,-1.1686580181121826,-53.90544891357422,79.78199005126953,5.587245941162109,-15.418994903564453,230.96990966796875,-41.08600997924805,-15.036005973815918,229.62327575683594,-62.5589485168457,-9.760208129882812,226.99610900878906,-61.395023345947266,68.73052978515625,217.4584503173828,51.759700775146484,50.79417419433594,214.86236572265625,56.902679443359375,66.70819854736328,210.04583740234375,39.5942268371582,25.265527725219727,127.83161926269531,37.23453140258789,16.11335563659668,140.64524841308594,39.79625701904297,26.483068466186523,132.7945556640625,45.86166763305664,-74.08258056640625,102.93228912353516,-43.27666473388672,-71.2825698852539,101.99942016601562,-47.74201965332031,-78.51973724365234,114.249755859375,-39.14102554321289,-22.29854965209961,61.92979049682617,80.12840270996094,-26.854827880859375,64.45928192138672,79.57673645019531,-24.347837448120117,60.36962890625,78.13209533691406,-105.31114959716797,151.1942596435547,-12.264540672302246,-98.63155364990234,137.8452911376953,-27.89718246459961,-111.81576538085938,138.8389434814453,-31.647388458251953,93.0793685913086,213.20608520507812,25.447919845581055,94.02200317382812,204.89073181152344,33.3884391784668,103.05939483642578,190.08697509765625,38.32479476928711,-60.03413009643555,111.9073257446289,100.51268005371094,-74.34007263183594,109.89862060546875,94.8276596069336,-68.09024810791016,116.15860748291016,108.16419982910156,11.930814743041992,103.37716674804688,-28.133188247680664,7.480226993560791,115.10200500488281,-40.809593200683594,11.846519470214844,105.58020782470703,-38.17040252685547,5.091381072998047,86.9243392944336,-111.44984436035156,5.356575012207031,78.11962890625,-102.92699432373047,5.438755989074707,84.81947326660156,-76.50140380859375,39.92979431152344,50.295833587646484,42.753536224365234,16.9951114654541,47.64384078979492,56.200801849365234,27.619413375854492,50.9281120300293,49.30175018310547,93.0793685913086,213.20608520507812,25.447919845581055,103.05939483642578,190.08697509765625,38.32479476928711,107.42692565917969,188.4367218017578,32.07767868041992,57.79353713989258,87.7530746459961,-134.39938354492188,47.32167434692383,88.95533752441406,-144.13751220703125,40.91010665893555,81.26117706298828,-135.283447265625,-9.70263671875,104.10309600830078,0.4305430054664612,-1.2710750102996826,87.55665588378906,-6.535086154937744,13.053804397583008,107.33673095703125,0.7740330100059509,12.8958158493042,105.84066009521484,97.1480484008789,14.896112442016602,102.08417510986328,116.14363098144531,6.210841178894043,98.06431579589844,109.60249328613281,91.66356658935547,91.3006362915039,84.59071350097656,98.45708465576172,85.12135314941406,64.96897888183594,100.13872528076172,77.6954116821289,66.84479522705078,111.84574890136719,163.88568115234375,-54.6546516418457,112.70291900634766,159.3720245361328,-63.63182067871094,107.28033447265625,171.7886962890625,-63.068397521972656,7.127713203430176,182.08287048339844,-136.9558868408203,8.835244178771973,194.33216857910156,-121.67914581298828,13.335100173950195,187.6581268310547,-131.8433074951172,60.99321365356445,217.06991577148438,10.251946449279785,57.5706901550293,228.5319061279297,7.948878765106201,62.45002746582031,219.61737060546875,21.67955780029297,83.14634704589844,69.74061584472656,91.20925903320312,84.25282287597656,72.5934066772461,90.2962875366211,82.10531616210938,74.52832794189453,88.66504669189453,39.32642364501953,82.43844604492188,-35.17887496948242,44.509437561035156,65.87850189208984,-49.10983657836914,38.2319221496582,73.4483642578125,-32.72105026245117,98.45708465576172,85.12135314941406,64.96897888183594,92.80701446533203,80.55799865722656,48.039466857910156,95.3348159790039,74.59404754638672,50.228981018066406,52.513671875,78.39481353759766,92.07347106933594,68.35521697998047,75.47464752197266,83.61801147460938,53.823246002197266,91.2052230834961,103.79467010498047,81.16232299804688,111.59626770019531,-83.59443664550781,93.01544952392578,106.16581726074219,-85.56877899169922,90.15206909179688,115.69587707519531,-80.64750671386719,-10.952516555786133,113.62967681884766,-17.69682502746582,-10.855765342712402,124.5230712890625,-11.84855842590332,-7.3188629150390625,134.6557159423828,-40.30146789550781,-42.55926513671875,123.974609375,21.830991744995117,-31.941146850585938,126.05879974365234,19.959396362304688,-45.14202880859375,126.13997650146484,18.786813735961914,11.068243980407715,104.22245025634766,-124.42762756347656,5.186662197113037,125.2710952758789,-130.2986297607422,6.592301845550537,112.29109191894531,-141.00534057617188,-46.92292785644531,170.5859832763672,-114.46566772460938,-50.84947204589844,174.29898071289062,-117.34196472167969,-51.33833694458008,180.6035919189453,-106.75235748291016,53.76276779174805,217.04547119140625,-59.39107894897461,56.789024353027344,212.4988555908203,-70.18898010253906,69.7408447265625,207.9102325439453,-61.77055740356445,98.79547882080078,66.83206939697266,-42.34891891479492,92.51578521728516,59.579044342041016,-21.18408966064453,103.15755462646484,74.88185119628906,-21.53298568725586,50.61654281616211,80.52714538574219,60.15873718261719,55.665061950683594,74.28160095214844,46.0505256652832,60.19062042236328,75.76921081542969,57.9104118347168,-16.231630325317383,95.23574829101562,48.02490234375,-18.06998634338379,94.88394927978516,46.35036849975586,-19.42405128479004,82.9736328125,59.6324462890625,-16.99392318725586,47.64375686645508,56.20169448852539,-4.07395601272583,60.536033630371094,67.11510467529297,-15.679019927978516,42.1234016418457,67.63056945800781,-54.9383430480957,93.31929779052734,123.68753051757812,-65.33104705810547,97.25472259521484,114.61308288574219,-49.989593505859375,101.89109802246094,122.44972229003906,117.32127380371094,89.03417205810547,-24.282438278198242,120.4395980834961,94.67513275146484,-9.840864181518555,113.82252502441406,80.2212905883789,-24.328432083129883,-82.96710205078125,56.06001663208008,-32.79943084716797,-76.04574584960938,54.7361946105957,-18.219039916992188,-69.69815063476562,56.29743957519531,-22.703405380249023,113.51111602783203,106.9464111328125,-7.754847049713135,102.42833709716797,117.72622680664062,11.04633617401123,102.8910903930664,121.47589111328125,8.732646942138672,13.256335258483887,102.15608215332031,-45.22019577026367,7.480226993560791,115.10200500488281,-40.809593200683594,8.300873756408691,105.58154296875,-54.57060623168945,-92.75627136230469,148.28988647460938,35.800140380859375,-99.69828033447266,154.91700744628906,37.81159591674805,-85.7996826171875,157.94737243652344,50.691959381103516,-24.711719512939453,129.6187286376953,21.77811050415039,-14.00035285949707,135.00160217285156,12.564654350280762,-16.00943946838379,136.1747283935547,25.430057525634766,59.401771545410156,85.34913635253906,-96.0009765625,73.21858978271484,83.71980285644531,-82.86711883544922,58.75245666503906,80.69847869873047,-73.66189575195312,87.40814208984375,184.0514373779297,42.01448440551758,86.2398452758789,199.8702850341797,36.97687911987305,90.83329772949219,181.76593017578125,40.26491165161133,-2.774167060852051,177.74510192871094,-5.873690128326416,-2.9464659690856934,179.59449768066406,10.693598747253418,-5.0166168212890625,164.97511291503906,24.343212127685547,-25.235511779785156,68.19623565673828,65.99847412109375,-23.662700653076172,73.86019134521484,67.87467193603516,-28.779935836791992,62.17986297607422,58.876155853271484,17.025774002075195,62.429931640625,93.29082489013672,16.830455780029297,68.0759506225586,96.7818374633789,19.365238189697266,65.90257263183594,92.00538635253906,-62.936065673828125,133.0203857421875,-77.85565948486328,-62.28108596801758,136.0875244140625,-76.66817474365234,-61.775691986083984,134.9234161376953,-72.72692108154297,16.808412551879883,110.00724029541016,-1.3143349885940552,11.432294845581055,107.84564208984375,-10.140616416931152,21.19436264038086,102.87353515625,-6.824864864349365,6.048491954803467,168.0645751953125,52.00287628173828,9.318126678466797,167.42242431640625,63.22433853149414,8.936485290527344,157.2982177734375,53.81788635253906,58.071083068847656,83.7033920288086,-73.45095825195312,51.27027130126953,84.21466064453125,-64.14999389648438,59.687679290771484,87.2936782836914,-67.16983795166016,12.486275672912598,158.3285675048828,121.10138702392578,18.010141372680664,165.73495483398438,120.0921401977539,3.5686349868774414,170.60992431640625,111.81732940673828,-42.1493034362793,172.9280242919922,80.52047729492188,-39.59346389770508,187.04103088378906,69.85950469970703,-40.28534698486328,182.07569885253906,84.63773345947266,48.94224166870117,63.07290267944336,28.24125099182129,50.839324951171875,61.294857025146484,31.028594970703125,46.379364013671875,57.87849044799805,32.66938018798828,12.42751693725586,187.34619140625,93.07930755615234,23.141616821289062,174.54019165039062,108.00079345703125,23.340290069580078,187.0612335205078,100.81422424316406,71.70513153076172,66.8367919921875,50.20970153808594,65.20045471191406,71.08165740966797,47.63978576660156,84.26958465576172,70.79714965820312,57.58388137817383,-69.0207290649414,191.32040405273438,84.4003677368164,-79.97964477539062,190.74716186523438,75.17495727539062,-80.18565368652344,182.7413330078125,75.01919555664062,-51.27027130126953,84.21466064453125,-64.14999389648438,-53.77442932128906,91.1080551147461,-57.08574295043945,-46.663326263427734,96.22201538085938,-43.49609375,-97.57308959960938,150.44284057617188,-88.99453735351562,-100.29545593261719,135.87838745117188,-93.46903991699219,-94.32062530517578,150.15277099609375,-96.32503509521484,-91.8336181640625,74.71084594726562,42.511260986328125,-87.44319915771484,69.49164581298828,39.613224029541016,-95.68848419189453,74.51422882080078,45.65583038330078,67.06871795654297,67.93128967285156,74.61882781982422,70.60152435302734,63.12131881713867,81.41242218017578,68.26214599609375,64.90872192382812,89.52880859375,52.01213073730469,86.94702911376953,-108.96049499511719,50.173770904541016,85.49374389648438,-91.90199279785156,41.636837005615234,77.70748138427734,-99.73058319091797,66.87277221679688,85.09326934814453,-120.01312255859375,91.97430419921875,91.04540252685547,-102.24309539794922,84.49114990234375,88.55563354492188,-100.24484252929688,-6.624797821044922,181.0091094970703,-133.30250549316406,-6.417544841766357,159.13792419433594,-140.81826782226562,-4.765940189361572,180.7830047607422,-123.43202209472656,-66.66967010498047,183.6061248779297,-102.89964294433594,-55.11439514160156,165.72386169433594,-126.71294403076172,-55.673614501953125,173.78323364257812,-115.96595764160156,-33.29487609863281,121.04253387451172,124.41337585449219,-30.958171844482422,115.2304916381836,120.90794372558594,-39.91914749145508,118.25901794433594,119.5577163696289,102.78595733642578,75.85037994384766,66.82579803466797,90.5782241821289,58.404380798339844,82.56961822509766,93.50060272216797,57.250091552734375,63.67488098144531,-123.5374984741211,131.71383666992188,-1.7147949934005737,-118.80419921875,128.49940490722656,-16.648569107055664,-116.90959167480469,113.70425415039062,-13.19836711883545,42.776451110839844,74.05455017089844,97.95922088623047,27.990732192993164,79.16160583496094,101.10883331298828,39.06525802612305,78.2355728149414,96.05516815185547,-57.269744873046875,76.71752166748047,44.8818359375,-65.49866485595703,75.33501434326172,54.436363220214844,-52.252098083496094,83.04953002929688,59.909034729003906,63.62214660644531,59.79926300048828,114.0202407836914,48.45053482055664,62.458988189697266,120.63337707519531,63.01148223876953,47.343910217285156,104.53706359863281,-66.72271728515625,231.2632598876953,-1.2503410577774048,-67.9739990234375,219.47369384765625,5.822143077850342,-57.5706901550293,228.5319061279297,7.948878765106201,-52.095645904541016,200.84402465820312,78.73023986816406,-60.623809814453125,199.71974182128906,79.17374420166016,-47.571800231933594,209.59182739257812,72.65129852294922,-71.97713470458984,123.77888488769531,-78.19326782226562,-97.81373596191406,123.04332733154297,-80.58958435058594,-90.15204620361328,115.69607543945312,-80.64742279052734,77.69480895996094,57.14558792114258,-46.69675064086914,82.96710205078125,56.06001663208008,-32.79943084716797,90.50896453857422,58.9613151550293,-37.050296783447266,7.066592216491699,103.76744079589844,99.68011474609375,3.3700530529022217,99.47760772705078,110.41049194335938,12.0520601272583,108.5525894165039,98.05894470214844,15.59131908416748,90.96013641357422,70.4231185913086,10.92873477935791,89.21183013916016,79.88859558105469,18.44489288330078,85.4499282836914,85.08058166503906,13.985893249511719,184.97613525390625,91.071044921875,17.986949920654297,180.6005859375,97.57238006591797,17.757722854614258,171.9327850341797,98.04302215576172,-74.10889434814453,152.3925323486328,4.20526123046875,-96.62750244140625,161.9873504638672,11.498259544372559,-88.16848754882812,148.88409423828125,2.8353230953216553,-4.357137203216553,115.03036499023438,16.602008819580078,-0.6856269836425781,110.33252716064453,24.070674896240234,1.3950510025024414,115.234130859375,14.549527168273926,36.36375427246094,180.6302490234375,98.58292388916016,40.307891845703125,171.9058837890625,111.41278839111328,45.42000961303711,167.76918029785156,110.05889129638672,85.03469848632812,144.28250122070312,-112.2625961303711,81.8855209350586,149.8583984375,-112.22164154052734,75.45002746582031,144.87599182128906,-120.26404571533203,-98.45710754394531,85.12117767333984,64.96881866455078,-95.35456848144531,74.54452514648438,50.27957534790039,-91.8303451538086,80.75312042236328,47.319923400878906,6.940091133117676,215.68667602539062,-24.868745803833008,13.934715270996094,211.1508331298828,-6.425910949707031,6.593769073486328,207.94781494140625,-21.513412475585938,-14.282057762145996,188.07054138183594,92.36470031738281,-11.614209175109863,180.8092041015625,84.40416717529297,-17.422563552856445,191.44146728515625,78.77030181884766,7.564336776733398,108.1739730834961,35.40652084350586,18.25131607055664,99.05599975585938,33.97365951538086,22.872278213500977,105.13094329833984,31.989450454711914,-37.69767379760742,215.4377899169922,-49.73406219482422,-28.27916145324707,226.7459259033203,-50.48664474487305,-38.34941482543945,223.7361602783203,-46.04253005981445,-52.49592971801758,63.69453048706055,30.80255126953125,-57.58679962158203,62.763004302978516,27.010202407836914,-48.94224548339844,63.07290267944336,28.24125099182129,-23.922405242919922,58.932525634765625,68.03378295898438,-34.74456787109375,63.631446838378906,74.155029296875,-26.91634750366211,67.6823501586914,72.44194030761719,-71.5235595703125,64.53594970703125,59.914093017578125,-77.3686752319336,68.43621826171875,64.62456512451172,-77.8352279663086,67.7945327758789,56.129539489746094,-28.94529151916504,130.12257385253906,127.85546112060547,-18.780025482177734,134.44711303710938,121.8946762084961,-20.375465393066406,145.35687255859375,121.50108337402344,34.008480072021484,115.6334457397461,93.23210906982422,42.92170715332031,114.2971420288086,97.8868637084961,59.86170959472656,111.9157485961914,100.41897583007812,63.5694580078125,93.35047912597656,-48.086082458496094,50.16707229614258,92.76473999023438,-43.51280975341797,53.95167922973633,88.39627075195312,-55.222103118896484,-49.33909606933594,110.1029281616211,51.45580291748047,-51.48354721069336,101.33688354492188,36.07538986206055,-50.1759033203125,107.20233154296875,33.9551887512207,55.76068115234375,202.9146728515625,33.98698425292969,68.86012268066406,215.95277404785156,29.368200302124023,63.055625915527344,205.15899658203125,10.440242767333984,-86.75800323486328,150.35455322265625,-73.56403350830078,-95.48211669921875,148.82171630859375,-80.8520278930664,-88.0955810546875,156.93272399902344,-82.07660675048828,28.468706130981445,50.9890251159668,82.35221099853516,27.63766860961914,57.401798248291016,81.7559585571289,32.73851776123047,50.89284133911133,88.42176818847656,10.657565116882324,189.61106872558594,-33.444679260253906,6.036736011505127,189.7860565185547,-10.528157234191895,13.682415962219238,194.73324584960938,-10.761015892028809,-23.422733306884766,78.66203308105469,38.352317810058594,-24.242467880249023,71.77442932128906,44.745391845703125,-19.910781860351562,80.9637680053711,49.87968444824219,48.91181182861328,164.6088104248047,91.59154510498047,56.205604553222656,156.7188262939453,97.30048370361328,46.713260650634766,157.4307861328125,92.89559173583984,-12.130401611328125,143.52732849121094,-118.28266906738281,-11.089255332946777,105.98408508300781,-116.12649536132812,-10.330761909484863,110.68244934082031,-110.07315826416016,44.56885528564453,126.5069580078125,22.471513748168945,32.82946014404297,126.03235626220703,23.25589942932129,41.325260162353516,114.57554626464844,14.799253463745117,113.4150619506836,130.6855926513672,-48.487911224365234,113.37303924560547,145.5599365234375,-64.20014190673828,114.67131805419922,137.6589813232422,-51.00498580932617,-50.839324951171875,61.294857025146484,31.028596878051758,-52.49592971801758,63.69453048706055,30.80255126953125,-48.94224548339844,63.07290267944336,28.24125099182129,65.9864730834961,75.46024322509766,55.00355529785156,54.71042251586914,74.09476470947266,37.13072204589844,56.61824035644531,79.30403137207031,51.16183090209961,-66.86566162109375,142.00547790527344,109.3183364868164,-54.868507385253906,127.17938995361328,118.62489318847656,-55.71971893310547,120.33760070800781,114.62873840332031,-14.886605262756348,124.68640899658203,80.8473892211914,-23.7254638671875,127.89546203613281,84.98611450195312,-17.003639221191406,130.6521759033203,91.97771453857422,78.23836517333984,156.15509033203125,96.98213958740234,64.19595336914062,156.427490234375,100.77965545654297,70.83676147460938,150.20953369140625,105.02944946289062,36.54642868041992,82.77454376220703,-15.272628784179688,43.75771713256836,70.25183868408203,-20.937908172607422,45.50628662109375,61.2108154296875,-37.62326431274414,-4.229870796203613,84.57731628417969,68.89654541015625,-4.07395601272583,60.536033630371094,67.11510467529297,-4.8151140213012695,76.27093505859375,60.400794982910156,14.877601623535156,170.96070861816406,-142.53443908691406,11.553667068481445,182.0029296875,-133.38706970214844,6.624797821044922,181.0091094970703,-133.30250549316406,-94.0842514038086,66.20925903320312,52.98896408081055,-100.13851928710938,77.6834945678711,66.85282135009766,-92.84255981445312,61.97580337524414,63.96455764770508,-26.71430778503418,93.4417724609375,48.80183792114258,-25.32717514038086,90.79639434814453,49.129173278808594,-24.391822814941406,91.22093963623047,49.60320281982422,-47.13651657104492,199.72398376464844,76.50302124023438,-47.65099334716797,187.86378479003906,92.98016357421875,-52.095645904541016,200.84402465820312,78.73023986816406,-23.22114372253418,68.07028198242188,48.39664077758789,-22.2246150970459,71.25579833984375,64.85302734375,-26.622528076171875,62.78937530517578,55.66861343383789,24.919702529907227,86.95488739013672,101.982421875,34.18613815307617,81.66329193115234,112.84806823730469,48.974361419677734,76.95391082763672,109.11919403076172,50.839324951171875,61.294857025146484,31.028594970703125,52.49592590332031,63.69453048706055,30.80255126953125,52.91312026977539,65.73652648925781,35.10279846191406,-54.0098876953125,91.90059661865234,105.03794860839844,-38.624359130859375,84.1392822265625,98.44818878173828,-70.3362808227539,87.73233032226562,98.83892822265625,14.62428092956543,224.58448791503906,61.80965805053711,22.24294090270996,228.75674438476562,55.351314544677734,23.490453720092773,228.2786865234375,41.711814880371094,-108.87322235107422,165.33697509765625,36.51504135131836,-103.5246353149414,159.82025146484375,35.102603912353516,-110.3922348022461,151.6205596923828,26.4292049407959,114.59178924560547,165.5377197265625,28.539186477661133,110.04935455322266,172.3427276611328,22.461063385009766,109.91407012939453,180.93280029296875,28.040422439575195,-6.124818801879883,171.7482147216797,-97.21759033203125,-2.9313600063323975,164.59495544433594,-113.41104888916016,-2.9313859939575195,190.48794555664062,-102.30718994140625,-74.38147735595703,77.70703887939453,74.38894653320312,-62.58203887939453,76.00746154785156,64.48096466064453,-68.19602966308594,70.34598541259766,52.9902458190918,95.15128326416016,196.4221649169922,-28.594457626342773,101.89845275878906,182.08578491210938,-38.8692741394043,93.3024673461914,178.28623962402344,-38.217254638671875,82.78885650634766,201.88848876953125,-71.21788787841797,79.89775085449219,205.79270935058594,-65.61062622070312,91.15939331054688,200.32058715820312,-54.56922912597656,11.555463790893555,187.8446044921875,24.421350479125977,8.09328842163086,173.87265014648438,20.85844612121582,9.280534744262695,207.34225463867188,14.335689544677734,105.62263488769531,132.18910217285156,55.05916976928711,108.45623779296875,124.66425323486328,58.98916244506836,114.13552856445312,116.49018859863281,54.33536148071289,9.349326133728027,203.82568359375,44.69948196411133,8.517269134521484,209.8642120361328,68.77073669433594,7.806818962097168,195.19146728515625,64.43933868408203,60.99321365356445,217.06991577148438,10.251946449279785,62.45002746582031,219.61737060546875,21.67955780029297,62.23809051513672,204.19309997558594,21.293535232543945,-70.60357666015625,106.13658905029297,75.07186889648438,-74.05306243896484,96.63253784179688,51.321128845214844,-63.21593475341797,102.75740051269531,61.63252258300781,26.87087059020996,171.96466064453125,115.25054931640625,41.43889617919922,160.57327270507812,121.23860168457031,40.307891845703125,171.9058837890625,111.41278839111328,84.26958465576172,70.79714965820312,57.58388137817383,90.57093048095703,76.91737365722656,71.75872802734375,89.54286193847656,69.35806274414062,69.13494873046875,69.65823364257812,113.73649597167969,-82.45230865478516,65.67469787597656,107.10035705566406,-74.09342193603516,78.2059097290039,105.6339340209961,-76.07899475097656,18.06998634338379,94.88394165039062,46.35038375854492,9.310894966125488,99.37361907958984,44.66703796386719,13.412104606628418,93.38855743408203,49.88346862792969,50.79417419433594,214.86236572265625,56.902679443359375,39.34177017211914,217.23280334472656,56.46320724487305,45.469120025634766,219.54458618164062,51.32847213745117,107.65144348144531,175.19203186035156,30.937593460083008,104.38175964355469,187.4554901123047,32.499412536621094,105.98800659179688,190.5273895263672,21.064218521118164,7.442502975463867,192.29527282714844,2.5538980960845947,7.831222057342529,201.39376831054688,5.961692810058594,5.956813812255859,179.64405822753906,10.395219802856445,112.81534576416016,139.95172119140625,-24.980478286743164,91.76954650878906,126.9349594116211,-34.67722702026367,106.05764770507812,126.24493408203125,-40.878929138183594,68.65298461914062,51.49694061279297,-55.41001510620117,62.294376373291016,53.33378219604492,-59.26338195800781,74.31655883789062,62.118263244628906,-66.94405364990234,-70.78141784667969,157.80699157714844,99.25892639160156,-78.85077667236328,156.90216064453125,96.14305877685547,-65.39893341064453,153.64964294433594,104.39106750488281,19.626218795776367,97.99391174316406,83.77934265136719,22.355255126953125,92.19275665283203,87.86143493652344,40.39837646484375,92.33744049072266,76.26426696777344,-39.039188385009766,199.448974609375,-99.37568664550781,-44.90717697143555,185.3119659423828,-109.6314697265625,-42.408973693847656,188.16964721679688,-98.5210952758789,33.476318359375,113.65978240966797,4.668500900268555,19.286001205444336,118.43214416503906,3.4898459911346436,16.808412551879883,110.00724029541016,-1.3143349885940552,-71.30335235595703,190.19912719726562,-99.44384002685547,-77.7900619506836,189.1097869873047,-91.77346801757812,-65.5953598022461,198.25921630859375,-87.59815216064453,-33.10709762573242,223.53997802734375,-64.97742462158203,-18.85792350769043,227.53005981445312,-73.83395385742188,-23.399023056030273,227.89578247070312,-65.25413513183594,-71.9223861694336,79.32597351074219,30.503374099731445,-66.28626251220703,87.40576934814453,31.151880264282227,-49.8615837097168,88.51607513427734,18.91764259338379,19.611080169677734,93.35923767089844,23.23382568359375,25.341875076293945,108.47270202636719,4.229804039001465,17.317596435546875,114.914306640625,17.123046875,-10.364771842956543,119.07925415039062,46.65299606323242,-15.977240562438965,102.46483612060547,43.80656051635742,-16.542980194091797,109.44652557373047,45.0804557800293,-39.34177017211914,217.23280334472656,56.46320724487305,-37.525978088378906,209.35348510742188,61.35078048706055,-47.571800231933594,209.59182739257812,72.65129852294922,116.89191436767578,142.0942840576172,-43.46473693847656,115.2548828125,136.99305725097656,-34.889610290527344,114.67131805419922,137.6589813232422,-51.00498580932617,6.098893165588379,131.24102783203125,93.76835632324219,-2.3118340969085693,143.630615234375,99.71981811523438,1.6615910530090332,137.88455200195312,89.50633239746094,42.96320343017578,142.039306640625,-149.7551727294922,43.12678146362305,148.80874633789062,-139.20582580566406,49.61996841430664,143.5893096923828,-145.2671356201172,-49.286651611328125,114.9465103149414,43.25504684448242,-43.088558197021484,117.71990966796875,64.50355529785156,-46.18064498901367,113.92507934570312,63.106719970703125,-14.020550727844238,134.8879852294922,2.7262279987335205,-19.266132354736328,135.486572265625,16.975414276123047,-11.34062671661377,146.180419921875,17.9468936920166,79.3785629272461,197.569091796875,-74.83686828613281,65.67285919189453,209.41004943847656,-69.81243133544922,82.78885650634766,201.88848876953125,-71.21788787841797,-8.473583221435547,199.91567993164062,73.44562530517578,-7.632585048675537,185.89193725585938,71.30899810791016,-13.82917308807373,206.12965393066406,78.27664184570312,-83.10694885253906,172.9873046875,-68.97903442382812,-84.89392852783203,167.2865753173828,-71.54350280761719,-83.93220520019531,174.4275665283203,-83.07418060302734,-77.5103530883789,73.86772155761719,3.434454917907715,-88.24081420898438,78.58660888671875,15.31155014038086,-81.09642791748047,55.83734130859375,-11.663078308105469,-107.42692565917969,188.4367218017578,32.07767868041992,-109.27803802490234,190.5305938720703,21.720413208007812,-110.83432006835938,175.3931427001953,29.9261474609375,-6.485029220581055,198.41233825683594,-64.28118896484375,-5.485970973968506,208.09616088867188,-69.82048797607422,-4.033278942108154,218.7055206298828,-64.11685943603516,8.517269134521484,209.8642120361328,68.77073669433594,14.701135635375977,214.75672912597656,69.96243286132812,13.828047752380371,206.12997436523438,78.27597045898438,-112.33380126953125,170.7231903076172,-41.53535079956055,-115.00227355957031,169.44964599609375,-36.004573822021484,-107.8685531616211,185.8116912841797,-31.244657516479492,-90.54688262939453,84.78633117675781,44.691959381103516,-71.9223861694336,79.32597351074219,30.503374099731445,-91.8336181640625,74.71084594726562,42.511260986328125,55.665061950683594,74.28160095214844,46.0505256652832,49.608707427978516,76.65621185302734,37.01926803588867,52.92281723022461,67.76289367675781,40.08430480957031,-55.11439514160156,165.72386169433594,-126.71294403076172,-44.943763732910156,164.34951782226562,-126.09854125976562,-55.673614501953125,173.78323364257812,-115.96595764160156,80.4152603149414,93.14905548095703,-89.06504821777344,91.18583679199219,95.03437042236328,-91.47882080078125,81.71275329589844,90.5634994506836,-106.46195983886719,-14.701101303100586,214.75657653808594,69.96266174316406,-27.383867263793945,208.38990783691406,77.61880493164062,-23.48926544189453,214.28941345214844,67.01746368408203,-83.43556213378906,113.18328094482422,70.08753204345703,-85.38481140136719,115.54777526855469,61.63138198852539,-85.52714538574219,106.36799621582031,62.017452239990234,-65.65969848632812,97.81672668457031,-58.35059356689453,-61.09979248046875,97.22631072998047,-64.88268280029297,-73.62029266357422,106.35059356689453,-65.84063720703125,98.7575454711914,106.1900405883789,-98.90673828125,100.94566345214844,129.68231201171875,-88.89008331298828,98.99040985107422,122.96404266357422,-97.53905487060547,-80.08797454833984,167.63380432128906,86.39401245117188,-75.51625061035156,164.8365936279297,92.01151275634766,-76.75260162353516,153.99180603027344,95.34475708007812,-91.8303451538086,80.75312042236328,47.319923400878906,-65.14906311035156,88.7186508178711,36.3644905090332,-81.55801391601562,90.43810272216797,49.06879806518555,-23.035173416137695,95.35729217529297,44.17595291137695,-25.947242736816406,93.70409393310547,48.936912536621094,-18.953529357910156,100.94432830810547,46.90556716918945,-20.68851089477539,77.37897491455078,-90.05858612060547,-15.002077102661133,77.67839813232422,-75.55188751220703,-22.3561954498291,84.81476593017578,-66.23357391357422,48.74723815917969,233.67184448242188,28.97933006286621,52.86638641357422,232.04104614257812,21.298059463500977,59.212127685546875,222.3208770751953,22.44000816345215,11.655153274536133,182.5934600830078,82.4087142944336,18.585556030273438,183.09432983398438,72.71904754638672,23.0512752532959,162.23265075683594,68.46832275390625,9.964771270751953,123.93914031982422,14.60321044921875,0.4704029858112335,128.4852752685547,10.926041603088379,-0.01182899996638298,125.79298400878906,17.807769775390625,3.176136016845703,183.82167053222656,-130.1174774169922,8.70098876953125,201.56936645507812,-106.61214447021484,8.835244178771973,194.33216857910156,-121.67914581298828,106.07733154296875,132.7441864013672,66.78670501708984,105.62263488769531,132.18910217285156,55.05916976928711,101.1418228149414,144.1926727294922,70.02250671386719,-71.5235595703125,64.53594970703125,59.914093017578125,-64.32127380371094,68.47450256347656,81.20935821533203,-69.44587707519531,70.25946044921875,76.0968017578125,51.42006301879883,94.42030334472656,-20.60515594482422,57.704078674316406,103.94104766845703,-2.622502088546753,48.24421691894531,102.32178497314453,-15.244864463806152,75.51155090332031,164.84024047851562,92.01384735107422,65.35696411132812,172.74383544921875,97.05201721191406,79.94646453857422,167.7392578125,86.5374984741211,-55.71971893310547,120.33760070800781,114.62873840332031,-65.26997375488281,130.67578125,108.01465606689453,-66.86566162109375,142.00547790527344,109.3183364868164,114.9446029663086,151.6444549560547,2.600421905517578,105.04984283447266,155.41929626464844,2.209070920944214,106.92056274414062,170.08587646484375,16.679201126098633,17.318822860717773,216.60540771484375,72.6077651977539,28.05832862854004,228.00987243652344,58.753273010253906,14.62428092956543,224.58448791503906,61.80965805053711,-20.699949264526367,88.67569732666016,94.8221206665039,-23.785402297973633,91.05838012695312,88.65476989746094,-29.51427459716797,91.32390594482422,94.6628189086914,-69.66492462158203,115.18004608154297,-85.81050872802734,-72.04203796386719,124.7635498046875,-81.20700073242188,-68.25816345214844,122.88179016113281,-78.49994659423828,14.854121208190918,88.57064056396484,87.70884704589844,16.234935760498047,87.1718521118164,100.68496704101562,23.24382781982422,90.81139373779297,91.3552474975586,-67.72858428955078,148.0572509765625,-117.89497375488281,-59.13572311401367,151.50189208984375,-130.89065551757812,-70.77445983886719,152.7397918701172,-111.68082427978516,59.127220153808594,189.4617919921875,88.91097259521484,60.62291717529297,199.71934509277344,79.17431640625,71.87969970703125,197.83265686035156,73.29264068603516,51.34214782714844,230.08792114257812,5.217507839202881,33.438377380371094,239.7252960205078,19.880840301513672,44.078433990478516,234.61636352539062,-0.04991300031542778,69.3002700805664,61.80314636230469,61.9225959777832,70.78614044189453,64.96778106689453,65.23509979248047,74.91470336914062,66.88555908203125,56.4727897644043,19.824586868286133,120.53990173339844,43.25359344482422,25.763214111328125,115.3471908569336,55.926815032958984,10.9080810546875,128.67173767089844,42.50801467895508,49.824249267578125,70.51032257080078,102.38384246826172,67.71484375,65.04112243652344,90.76795196533203,48.185001373291016,74.17236328125,107.85005950927734,-106.87509155273438,194.14163208007812,3.7511041164398193,-110.97193908691406,183.69383239746094,-5.319436073303223,-105.96295166015625,187.7547607421875,-7.330954074859619,2.656424045562744,195.78953552246094,-85.0848388671875,5.794249057769775,206.38897705078125,-92.44497680664062,2.9313859939575195,190.48794555664062,-102.30718994140625,-50.1759033203125,107.20233154296875,33.9551887512207,-54.36990737915039,99.07878112792969,20.5260066986084,-56.21505355834961,110.2583999633789,22.132946014404297,92.84259033203125,61.97585678100586,63.964500427246094,87.63513946533203,59.45076370239258,82.30257415771484,100.13872528076172,77.6954116821289,66.84479522705078,18.06998634338379,94.88394165039062,46.35038375854492,13.412104606628418,93.38855743408203,49.88346862792969,16.231630325317383,95.23574829101562,48.02490234375,-6.594882965087891,159.79393005371094,71.63253021240234,-10.40278434753418,172.75628662109375,83.49696350097656,-6.094905853271484,164.78030395507812,86.39220428466797,36.65147018432617,188.13995361328125,-119.4329605102539,29.851253509521484,210.0712890625,-95.84693908691406,25.224149703979492,195.82159423828125,-116.63540649414062,-102.23802947998047,76.23363494873047,0.8131049871444702,-104.21128845214844,85.13671112060547,11.276299476623535,-100.23837280273438,81.30986022949219,12.016256332397461,62.478553771972656,196.54940795898438,-87.54120635986328,64.8775863647461,191.66177368164062,-97.87543487548828,77.6876449584961,185.43411254882812,-90.01042938232422,32.21702194213867,85.12642669677734,-61.139408111572266,46.663326263427734,96.22201538085938,-43.49609375,51.27027130126953,84.21466064453125,-64.14999389648438,-48.895652770996094,219.45516967773438,-64.20935821533203,-43.676177978515625,223.07913208007812,-67.91161346435547,-47.15841293334961,210.43670654296875,-75.44271087646484,-18.575651168823242,70.21674346923828,-120.1371078491211,-29.124095916748047,75.0539321899414,-94.38389587402344,-25.562623977661133,79.27933502197266,-82.47020721435547,-87.6347427368164,116.0306625366211,59.61903381347656,-97.47151184082031,105.07205963134766,65.0816421508789,-101.97818756103516,110.59498596191406,69.66806030273438,5.613100051879883,78.68018341064453,97.74405670166016,7.672496795654297,66.74085998535156,90.67827606201172,10.650203704833984,70.10692596435547,96.43370819091797,92.3133316040039,73.46051788330078,90.430419921875,90.5782241821289,58.404380798339844,82.56961822509766,102.78595733642578,75.85037994384766,66.82579803466797,23.454561233520508,93.3142318725586,74.10911560058594,38.203399658203125,90.20736694335938,75.1596908569336,18.85919952392578,94.94670104980469,82.9189224243164,48.59169387817383,88.9365234375,104.59773254394531,47.76972961425781,92.49713134765625,100.56145477294922,52.979496002197266,94.031494140625,104.77836608886719,34.99504089355469,120.96421813964844,-158.80532836914062,30.722667694091797,134.19859313964844,-160.24891662597656,45.34686279296875,126.16846466064453,-153.93299865722656,53.19045639038086,109.1566162109375,106.22726440429688,41.553409576416016,110.95433044433594,82.51839447021484,25.601064682006836,108.82577514648438,111.35948181152344,-14.25680923461914,79.00817108154297,55.940616607666016,-9.518106460571289,75.31011199951172,54.85761642456055,-16.36817169189453,76.33403778076172,55.17445373535156,51.68511962890625,90.7337875366211,107.71581268310547,35.34630584716797,90.41786193847656,105.54206085205078,38.44662094116211,81.7689437866211,100.256103515625,-10.525835990905762,198.3969268798828,-107.82740783691406,-7.552223205566406,203.6851348876953,-90.15007019042969,-13.717663764953613,208.51979064941406,-94.87509155273438,-29.41484832763672,99.88502502441406,28.36834144592285,-26.515605926513672,109.1129150390625,35.060794830322266,-45.16373062133789,88.44246673583984,20.103424072265625,69.87747955322266,65.61933135986328,69.34390258789062,69.40633392333984,70.3394546508789,76.163818359375,63.87175369262695,69.06494140625,81.41494750976562,-13.934715270996094,211.1508331298828,-6.425910949707031,-21.65665054321289,204.42562866210938,1.709233045578003,-15.037957191467285,222.93788146972656,4.107001781463623,-49.286651611328125,114.9465103149414,43.25504684448242,-43.217613220214844,111.21353912353516,40.47735595703125,-43.088558197021484,117.71990966796875,64.50355529785156,16.11335563659668,140.64524841308594,39.79625701904297,19.81057357788086,149.6488800048828,47.957298278808594,26.45360565185547,143.02407836914062,50.44230270385742,72.3430404663086,67.68987274169922,-5.712092876434326,63.372047424316406,69.48057556152344,-6.055531024932861,67.9560546875,75.18342590332031,-1.0580309629440308,43.53573989868164,63.636837005615234,84.6386947631836,49.307777404785156,60.70291519165039,74.60137176513672,36.43634033203125,64.73699188232422,77.64241790771484,7.629776954650879,150.48069763183594,114.10887908935547,2.544779062271118,143.23287963867188,119.62033081054688,3.039879083633423,151.26077270507812,110.6859359741211,54.08417510986328,91.8097152709961,21.812715530395508,50.35540008544922,106.84066772460938,32.86186981201172,54.42111587524414,98.33305358886719,19.835166931152344,-1.7365390062332153,177.12994384765625,-117.99143981933594,-3.176136016845703,183.82167053222656,-130.1174774169922,-2.9313859939575195,190.48794555664062,-102.30718994140625,-99.92142486572266,121.3036117553711,-35.883575439453125,-84.24087524414062,141.98080444335938,-10.036044120788574,-100.26226043701172,139.35447692871094,-16.152652740478516,11.971348762512207,177.13265991210938,74.43392181396484,6.368284225463867,198.858642578125,76.3848648071289,6.417938232421875,174.46630859375,69.68570709228516,5.243916988372803,92.54347229003906,55.46831130981445,5.270637035369873,112.93519592285156,57.17121505737305,8.064533233642578,100.6892318725586,50.929588317871094,34.070308685302734,245.71926879882812,3.700294017791748,44.83903884887695,240.50868225097656,-7.186519145965576,37.4090576171875,241.8205108642578,-11.944353103637695,115.00226593017578,169.4496612548828,-36.004573822021484,109.9859848022461,179.2395477294922,-27.194698333740234,117.9402847290039,162.49046325683594,-22.403249740600586,68.73052978515625,217.4584503173828,51.759700775146484,69.2813720703125,214.02886962890625,58.59878921508789,50.86968994140625,215.29193115234375,66.87126159667969,58.556190490722656,213.45965576171875,-73.3664321899414,53.53769302368164,218.6182403564453,-65.92179107666016,66.18094635009766,213.85690307617188,-61.282020568847656,-110.6343002319336,190.6835174560547,9.736037254333496,-116.87327575683594,167.83998107910156,-7.2349419593811035,-114.07411193847656,163.40321350097656,-1.0959479808807373,31.3713436126709,40.2414436340332,61.744163513183594,30.519105911254883,39.320594787597656,68.50559997558594,45.50975036621094,41.95888900756836,68.35597229003906,12.712327003479004,93.26856994628906,-150.1220703125,6.957489013671875,95.12727355957031,-138.26113891601562,7.68620491027832,107.10791015625,-150.31600952148438,-85.68524169921875,183.4210662841797,38.95539093017578,-88.33428955078125,201.5363311767578,33.07693862915039,-81.16126251220703,208.2093048095703,32.990333557128906,-23.785402297973633,91.05838012695312,88.65476989746094,-20.121055603027344,98.04109191894531,83.6597671508789,-40.374671936035156,92.41094207763672,76.19329071044922,28.54212188720703,77.34828186035156,108.70858001708984,36.64442443847656,69.38318634033203,92.39628601074219,29.644521713256836,68.73770904541016,78.37092590332031,-50.725608825683594,116.2457504272461,48.427947998046875,-44.66239547729492,121.4122314453125,62.898738861083984,-54.65556716918945,117.25647735595703,35.67954635620117,-24.422273635864258,71.97344970703125,89.22917938232422,-27.775646209716797,65.23485565185547,76.35352325439453,-10.18410873413086,79.3792724609375,73.30692291259766,92.17948913574219,139.54171752929688,82.44869995117188,82.59696960449219,144.638427734375,80.90538787841797,86.67353820800781,134.04547119140625,86.2349624633789,115.54367065429688,121.70584869384766,3.8991498947143555,120.85287475585938,131.1990203857422,-2.8657450675964355,114.17552947998047,115.24639129638672,-12.222467422485352,38.57623291015625,107.7343521118164,37.81248474121094,45.72040939331055,109.76677703857422,62.5036735534668,58.41320037841797,107.80066680908203,68.82689666748047,-16.49269676208496,89.24104309082031,41.14670944213867,-10.707463264465332,104.3367919921875,39.455787658691406,-10.786803245544434,89.08849334716797,45.0715446472168,-7.948960781097412,111.6032943725586,55.36320114135742,-5.621157169342041,124.49137115478516,54.397430419921875,-9.421598434448242,116.88896179199219,52.61309814453125,6.368284225463867,198.858642578125,76.3848648071289,11.50407600402832,210.29315185546875,78.73253631591797,4.854423999786377,206.6722412109375,69.75536346435547,-22.13772964477539,103.66161346435547,56.52865219116211,-35.68225860595703,92.55530548095703,44.89516830444336,-27.576736450195312,97.24969482421875,61.265968322753906,-83.4108657836914,89.40103912353516,92.53680419921875,-78.9471206665039,85.20130157470703,90.64115142822266,-80.52652740478516,84.1977767944336,90.16075897216797,-13.928923606872559,61.5762825012207,82.95062255859375,-16.369245529174805,63.326812744140625,79.05960845947266,-17.04068946838379,66.00884246826172,81.58859252929688,38.439517974853516,91.87834167480469,100.13825988769531,31.93286895751953,88.08216857910156,97.54632568359375,34.36436080932617,88.5811538696289,103.18285369873047,-77.68000793457031,218.79685974121094,25.59188461303711,-93.0793685913086,213.20608520507812,25.447921752929688,-82.73817443847656,216.26123046875,29.513458251953125,-25.455373764038086,187.26072692871094,100.5691909790039,-30.28169822692871,190.007080078125,93.85726165771484,-36.436912536621094,181.53395080566406,98.81421661376953,85.61637115478516,125.19913482666016,-41.061424255371094,91.76954650878906,126.9349594116211,-34.67722702026367,79.51021575927734,136.0320281982422,-32.59376907348633,44.90717697143555,185.3119659423828,-109.63146209716797,39.039188385009766,199.44898986816406,-99.37568664550781,42.408973693847656,188.16964721679688,-98.5210952758789,-100.23837280273438,81.30986022949219,12.016256332397461,-89.83273315429688,65.53521728515625,-4.360073089599609,-102.23802947998047,76.23363494873047,0.8131049871444702,7.865509033203125,105.18441009521484,57.14999008178711,9.063323020935059,102.62428283691406,59.532039642333984,3.0767009258270264,109.3379898071289,62.252872467041016,-5.789793968200684,177.2923126220703,-6.844069004058838,-5.956813812255859,179.64405822753906,10.395219802856445,-7.442502975463867,192.29527282714844,2.5538980960845947,-10.43869686126709,163.00779724121094,-145.62387084960938,-6.417544841766357,159.13792419433594,-140.81826782226562,-6.624797821044922,181.0091094970703,-133.30250549316406,98.3653564453125,88.36812591552734,59.71508026123047,97.97074890136719,85.39064025878906,54.14107894897461,92.63578796386719,87.6348648071289,54.61672592163086,-56.73462677001953,90.37765502929688,-107.72077178955078,-50.038997650146484,89.3451156616211,-95.73491668701172,-50.15968322753906,89.0406265258789,-109.64122009277344,29.124095916748047,75.0539321899414,-94.38389587402344,41.47076416015625,83.25823974609375,-86.25810241699219,37.661041259765625,77.5915756225586,-109.86477661132812,-33.676055908203125,88.81847381591797,97.26808166503906,-40.27452087402344,91.93304443359375,100.01522064208984,-37.62626266479492,89.12728881835938,103.70830535888672,-38.3422966003418,106.7839126586914,14.950128555297852,-39.40358352661133,107.50470733642578,24.830991744995117,-34.06319808959961,114.26367950439453,25.82225799560547,20.47530174255371,104.46659088134766,-156.91879272460938,18.409378051757812,88.74873352050781,-149.218017578125,30.25417137145996,93.81809997558594,-153.2515869140625,-75.52547454833984,138.57290649414062,-41.036624908447266,-75.49848175048828,136.1901092529297,-22.574068069458008,-78.23595428466797,129.05029296875,-40.658748626708984,-19.953840255737305,124.53263092041016,109.64157104492188,-13.251429557800293,133.55665588378906,111.05345916748047,-16.072908401489258,116.31401062011719,95.20621490478516,46.92292785644531,170.5859832763672,-114.46566772460938,36.79853439331055,172.65045166015625,-132.3417510986328,43.308197021484375,185.2101287841797,-119.60503387451172,46.663326263427734,96.22201538085938,-43.49609375,53.366424560546875,94.47216033935547,-38.67809295654297,55.45849609375,95.07671356201172,-46.03952407836914,-31.595123291015625,237.97015380859375,-33.02927780151367,-21.619321823120117,238.55157470703125,-33.26695251464844,-17.4547119140625,241.4006805419922,-19.5238037109375,70.92748260498047,161.4832000732422,-86.85709381103516,72.18267822265625,157.35313415527344,-101.19480895996094,78.04851531982422,154.17742919921875,-108.60456085205078,-23.15848159790039,208.9600067138672,-99.94013977050781,-13.717663764953613,208.51979064941406,-94.87509155273438,-29.950702667236328,214.94114685058594,-87.77141571044922,-103.98566436767578,129.7623291015625,-88.2679443359375,-97.81373596191406,123.04332733154297,-80.58958435058594,-100.1375732421875,138.26145935058594,-85.10868835449219,46.68898010253906,65.15633392333984,33.695457458496094,36.7456169128418,58.3067512512207,42.84568405151367,45.96170425415039,68.93574523925781,30.65898895263672,-2.35076904296875,125.66497802734375,54.14982223510742,-3.748868942260742,106.34699249267578,62.633140563964844,-5.6367950439453125,115.93680572509766,51.82636260986328,19.077804565429688,67.87027740478516,-114.93077850341797,28.92439079284668,72.1761703491211,-93.7677001953125,15.894845008850098,71.01915740966797,-109.98722076416016,9.982166290283203,174.39755249023438,85.7177734375,6.41330623626709,166.47943115234375,77.62360382080078,1.7030290365219116,172.92800903320312,99.00377655029297,58.97503662109375,204.1259765625,-79.7134017944336,56.789024353027344,212.4988555908203,-70.18898010253906,54.79611587524414,201.44638061523438,-88.84888458251953,-110.0957260131836,109.48747253417969,66.44800567626953,-108.45623779296875,124.66425323486328,58.98916244506836,-114.13555145263672,116.4902114868164,54.33528518676758,-26.083744049072266,153.2298583984375,-148.38705444335938,-30.007118225097656,171.24417114257812,-136.15478515625,-33.78216552734375,156.55068969726562,-140.0167236328125,-111.84574890136719,163.88568115234375,-54.6546516418457,-112.70291900634766,159.3720245361328,-63.63182067871094,-114.72957611083984,148.66302490234375,-56.23289489746094,-47.57801818847656,71.75445556640625,104.95602416992188,-64.8144302368164,63.90972137451172,88.12175750732422,-38.566307067871094,76.0250473022461,100.90701293945312,-22.225032806396484,67.37020111083984,26.751502990722656,-27.475879669189453,76.5607681274414,11.493391036987305,-22.209829330444336,80.93839263916016,27.268766403198242,-74.51847076416016,218.7817840576172,-24.91919708251953,-87.5092544555664,209.30038452148438,-28.090087890625,-77.34559631347656,223.2633514404297,-21.31709861755371,-29.94358253479004,242.0311279296875,9.962987899780273,-24.344654083251953,240.68603515625,20.959243774414062,-33.438377380371094,239.7252960205078,19.880840301513672,-15.168176651000977,67.79779815673828,6.457830905914307,-19.28508186340332,61.082916259765625,22.34577751159668,-7.756937026977539,39.20095443725586,42.65461349487305,109.5147705078125,102.8717041015625,-52.77104187011719,103.7219467163086,85.48719024658203,-57.24451446533203,95.89652252197266,82.5556411743164,-70.06077575683594,88.33428955078125,201.5363311767578,33.07693862915039,81.16126251220703,208.2093048095703,32.990333557128906,92.84001159667969,208.30117797851562,26.55217742919922,-79.12229919433594,110.15003204345703,89.56388854980469,-94.43335723876953,115.11531829833984,84.88929748535156,-74.34007263183594,109.89862060546875,94.8276596069336,-105.91993713378906,74.32408142089844,-15.615870475769043,-95.6162109375,58.616851806640625,-20.42742919921875,-104.5326156616211,73.57689666748047,-1.3964990377426147,35.612998962402344,86.03962707519531,27.987796783447266,29.182527542114258,88.6148681640625,33.1748161315918,35.66384506225586,89.72335815429688,36.263221740722656,17.556446075439453,114.29692840576172,74.96372985839844,6.775135040283203,113.23971557617188,78.58210754394531,10.896756172180176,123.78624725341797,59.48180389404297,-19.42405128479004,82.9736328125,59.6324462890625,-17.2420597076416,83.1785659790039,62.502864837646484,-12.838787078857422,83.43402099609375,59.14543151855469,-30.255050659179688,93.81668090820312,-153.25103759765625,-17.910497665405273,75.40157318115234,-140.6155548095703,-18.409378051757812,88.74873352050781,-149.218017578125,-5.3714752197265625,110.74156188964844,56.19671630859375,-10.492688179016113,102.32276153564453,55.69527053833008,-6.229276180267334,100.1960220336914,53.72158432006836,6.937503814697266,218.30923461914062,-61.52473449707031,8.5318603515625,212.51748657226562,-70.44345092773438,9.943035125732422,220.65817260742188,-71.92545318603516,-120.76424407958984,132.99452209472656,15.355175018310547,-109.69837188720703,145.09144592285156,29.326644897460938,-112.5839614868164,150.9449005126953,28.352392196655273,-66.72271728515625,231.2632598876953,-1.2503410577774048,-63.623043060302734,235.31964111328125,-4.508469104766846,-79.51176452636719,224.67471313476562,-16.097646713256836,30.17095375061035,110.28463745117188,33.69906997680664,22.627408981323242,121.337646484375,40.87038803100586,38.57623291015625,107.7343521118164,37.81248474121094,9.027555465698242,235.0055694580078,-4.9157891273498535,14.233485221862793,237.29432678222656,5.1258392333984375,11.374101638793945,241.24124145507812,-10.319952011108398,26.310155868530273,231.70736694335938,-50.850547790527344,27.70047950744629,240.23631286621094,-38.3076057434082,43.84737014770508,232.38047790527344,-42.524295806884766,-4.07395601272583,60.536033630371094,67.11510467529297,-4.229870796203613,84.57731628417969,68.89654541015625,-4.768240928649902,78.20912170410156,88.35455322265625,-112.27730560302734,96.2067642211914,-27.33443832397461,-116.22711181640625,94.32284545898438,-20.23102569580078,-106.95654296875,79.13361358642578,-39.793304443359375,-29.8063907623291,87.87382507324219,17.93509864807129,-29.182527542114258,88.6148681640625,33.1748161315918,-25.64474868774414,85.72021484375,17.004846572875977,62.611083984375,68.53871154785156,52.0507926940918,50.18259811401367,76.35924530029297,54.45115661621094,52.871376037597656,71.01795959472656,44.95751190185547,111.48310089111328,147.24960327148438,33.80244064331055,98.32756805419922,161.4064178466797,66.00089263916016,115.90451049804688,143.32968139648438,34.92689895629883,42.58393859863281,230.37142944335938,-40.611244201660156,27.393428802490234,234.7589569091797,-41.28703689575195,28.27916145324707,226.7459259033203,-50.48664474487305,-16.072908401489258,116.31401062011719,95.20621490478516,-12.60818862915039,135.6184844970703,97.97708892822266,-17.003639221191406,130.6521759033203,91.97771453857422,22.67099380493164,67.1898422241211,-125.0636978149414,11.112696647644043,71.1539306640625,-130.38763427734375,14.053291320800781,72.88799285888672,-139.67845153808594,-6.542716979980469,144.1177978515625,77.99842834472656,-15.574793815612793,150.03897094726562,83.67750549316406,-18.38373374938965,142.36306762695312,66.0868911743164,32.840087890625,95.13386535644531,71.20193481445312,40.39837646484375,92.33744049072266,76.26426696777344,28.710865020751953,97.09481048583984,55.1190071105957,114.7887954711914,106.68826293945312,-20.81834602355957,118.71751403808594,100.27145385742188,-10.56782341003418,116.63235473632812,95.5278091430664,-27.008892059326172,-52.922813415527344,67.76289367675781,40.08430480957031,-40.416534423828125,70.2391586303711,27.623981475830078,-39.64329528808594,77.12532806396484,27.382492065429688,45.50975036621094,41.95888900756836,68.35597229003906,53.476802825927734,43.08449935913086,87.49390411376953,59.55351638793945,42.20903396606445,72.74283599853516,12.486275672912598,158.3285675048828,121.10138702392578,7.957272052764893,151.304931640625,118.66156005859375,14.186141014099121,147.53793334960938,121.4338150024414,80.73274230957031,83.09233856201172,108.3425521850586,73.33142852783203,87.2511978149414,114.77377319335938,74.20743560791016,71.02776336669922,112.18555450439453,3.6138229370117188,84.81529235839844,81.02725982666016,7.262628078460693,88.90000915527344,75.33949279785156,4.636563777923584,87.73014831542969,68.94097137451172,-8.010613441467285,119.82193756103516,50.62467956542969,-32.602012634277344,90.81636047363281,44.16775131225586,-18.081268310546875,107.24755096435547,46.965919494628906,-20.9766845703125,128.41920471191406,36.13793182373047,-31.567398071289062,112.2890396118164,25.351627349853516,-22.234838485717773,128.59471130371094,28.751935958862305,46.70185852050781,59.71926498413086,56.53807067871094,29.137800216674805,64.7117691040039,70.30876159667969,46.49543380737305,64.36102294921875,75.41950225830078,-27.775646209716797,65.23485565185547,76.35352325439453,-34.89548110961914,61.274539947509766,76.31564331054688,-22.744220733642578,58.35099792480469,70.88377380371094,13.204222679138184,184.73008728027344,35.96564483642578,10.402689933776855,177.3456268310547,32.87434768676758,11.555463790893555,187.8446044921875,24.421350479125977,-43.44252395629883,183.77923583984375,95.06226348876953,-48.70634460449219,176.1256561279297,100.018798828125,-46.72113037109375,163.91329956054688,93.61620330810547,4.033278942108154,218.7055206298828,-64.11685943603516,3.6774730682373047,220.5534210205078,-39.646812438964844,6.503259181976318,226.90003967285156,-64.5916748046875,58.95948028564453,217.75811767578125,-20.428482055664062,73.80087280273438,205.7476348876953,-28.160648345947266,61.95008087158203,218.2574462890625,-17.678518295288086,-9.299848556518555,121.55220031738281,-126.25019836425781,-14.078363418579102,104.3967056274414,-124.69081115722656,-11.089255332946777,105.98408508300781,-116.12649536132812,20.3106689453125,91.52986907958984,-54.98965072631836,12.286076545715332,88.44322967529297,-62.5181884765625,13.490315437316895,99.1231918334961,-54.422584533691406,100.75994110107422,174.4259490966797,-67.81111907958984,87.34149932861328,171.62879943847656,-71.91526794433594,91.8021469116211,179.6899871826172,-71.5040054321289,-8.834693908691406,130.29220581054688,49.76544189453125,-10.94087028503418,128.61451721191406,42.45955276489258,-6.061511039733887,130.82333374023438,45.39598846435547,-10.234203338623047,105.14801025390625,-2.3515119552612305,-18.57602882385254,115.86199951171875,3.1279220581054688,-1.496899962425232,117.06224822998047,0.7844240069389343,-47.13651657104492,199.72398376464844,76.50302124023438,-52.095645904541016,200.84402465820312,78.73023986816406,-47.571800231933594,209.59182739257812,72.65129852294922,-15.029134750366211,151.81033325195312,61.60829162597656,-25.03369903564453,148.85818481445312,54.78984832763672,-23.816810607910156,138.9362030029297,54.0575065612793,11.930814743041992,103.37716674804688,-28.133188247680664,7.905664920806885,112.81517028808594,-17.164466857910156,7.480226993560791,115.10200500488281,-40.809593200683594,40.819862365722656,164.36685180664062,-125.88253021240234,50.84946823120117,174.29898071289062,-117.34196472167969,45.42993927001953,166.15090942382812,-129.25103759765625,-86.16209411621094,124.1777572631836,-113.4048080444336,-100.56529235839844,124.53219604492188,-100.30878448486328,-94.731201171875,145.2259521484375,-104.43634796142578,-108.516357421875,130.78501892089844,-24.375429153442383,-110.89847564697266,125.35064697265625,-21.789691925048828,-105.74785614013672,137.4070281982422,-21.510570526123047,62.39500427246094,186.53564453125,93.53490447998047,54.750858306884766,181.23812866210938,99.88070678710938,64.45278930664062,174.7908172607422,100.29017639160156,-66.07865142822266,130.2561798095703,-74.03024291992188,-62.28108596801758,136.0875244140625,-76.66817474365234,-61.775691986083984,134.9234161376953,-72.72692108154297,-16.601783752441406,91.93984985351562,119.60543060302734,-22.50656509399414,103.74320983886719,115.60429382324219,-28.144624710083008,96.16558837890625,126.61036682128906,-4.625249862670898,145.14476013183594,117.46847534179688,2.0179569721221924,154.3931427001953,110.3265380859375,-3.264694929122925,149.19491577148438,106.7120590209961,-3.264694929122925,149.19491577148438,106.7120590209961,-8.186934471130371,139.6431884765625,114.67996215820312,-4.625249862670898,145.14476013183594,117.46847534179688,44.60575485229492,81.68706512451172,-126.58686828613281,37.661041259765625,77.5915756225586,-109.86477661132812,49.5764045715332,85.43209838867188,-119.96211242675781,-35.59415054321289,81.93763732910156,-143.45755004882812,-50.82341766357422,86.99752807617188,-145.22271728515625,-45.41727828979492,92.6880111694336,-152.01605224609375,96.9471435546875,87.77360534667969,-65.06846618652344,92.61790466308594,79.22330474853516,-67.01011657714844,101.47461700439453,87.1323013305664,-55.3012580871582,11.437651634216309,96.69617462158203,-143.45115661621094,13.335769653320312,108.72112274169922,-155.19952392578125,10.55361557006836,109.73932647705078,-148.45541381835938,-115.00227355957031,169.44964599609375,-36.004573822021484,-109.9859848022461,179.2395477294922,-27.194700241088867,-107.8685531616211,185.8116912841797,-31.244657516479492,-19.077804565429688,67.87027740478516,-114.93077850341797,-22.67098617553711,67.18983459472656,-125.06367492675781,-11.112696647644043,71.1539306640625,-130.38763427734375,6.098893165588379,131.24102783203125,93.76835632324219,1.6615910530090332,137.88455200195312,89.50633239746094,6.719873905181885,126.5972900390625,84.80843353271484,-74.11593627929688,169.54600524902344,63.66252517700195,-85.25558471679688,166.64999389648438,67.62517547607422,-78.87078094482422,164.7113800048828,70.33068084716797,-105.96295166015625,187.7547607421875,-7.330954074859619,-95.68810272216797,186.54379272460938,-11.073954582214355,-93.75858306884766,205.28465270996094,2.93035888671875,-100.36155700683594,133.23553466796875,-28.230844497680664,-100.09484100341797,121.03052520751953,-40.61927795410156,-109.38225555419922,119.67906951904297,-38.91321563720703,78.50639343261719,221.9943389892578,-13.581745147705078,60.46194839477539,232.04156494140625,-11.39597225189209,74.72826385498047,220.4300537109375,-20.974103927612305,-51.717227935791016,106.65361785888672,77.78076171875,-58.832698822021484,102.20178985595703,59.08521270751953,-39.41871643066406,108.78258514404297,64.86228942871094,26.857397079467773,226.64793395996094,39.285491943359375,19.180694580078125,233.3582763671875,36.71666717529297,31.836729049682617,237.113525390625,33.686676025390625,-13.310965538024902,90.4868392944336,-55.26983642578125,-19.99032211303711,88.7375717163086,-53.81828689575195,-9.242097854614258,86.11109924316406,-63.7822265625,-107.46334075927734,89.07453918457031,11.448920249938965,-117.2857666015625,93.93110656738281,13.91071891784668,-112.89691162109375,81.13578033447266,-5.511446952819824,74.11593627929688,169.54600524902344,63.66252517700195,85.25558471679688,166.64999389648438,67.62516784667969,77.78401947021484,167.77613830566406,57.25807189941406,-69.64972686767578,68.87125396728516,77.39997100830078,-88.45805358886719,68.082763671875,65.71421813964844,-73.72927856445312,64.81710815429688,65.82797241210938,6.940887928009033,62.147762298583984,66.54802703857422,16.73735237121582,52.53202438354492,58.074310302734375,7.903135776519775,71.23634338378906,60.170555114746094,95.27383422851562,165.4580841064453,56.417606353759766,101.36370086669922,154.76649475097656,40.72553253173828,99.57975006103516,169.62420654296875,50.53418731689453,-53.366424560546875,94.47216033935547,-38.67809295654297,-57.4447135925293,87.92503356933594,-43.752525329589844,-51.928836822509766,92.29512023925781,-31.7854061126709,43.51415252685547,134.26495361328125,-151.27008056640625,48.97777557373047,141.94589233398438,-142.79800415039062,40.82887268066406,141.11904907226562,-147.25315856933594,26.515615463256836,109.11290740966797,35.060791015625,10.9080810546875,128.67173767089844,42.50801467895508,9.209269523620605,124.2193832397461,38.348140716552734,23.693429946899414,37.92741012573242,64.2979736328125,15.679633140563965,42.12296676635742,67.62996673583984,16.9951114654541,47.64384078979492,56.200801849365234,17.4547119140625,241.4006805419922,-19.5238037109375,12.10605239868164,236.4139862060547,-6.267766952514648,14.151576042175293,235.86363220214844,-23.592668533325195,81.94971466064453,153.2283477783203,73.4410400390625,85.61054229736328,158.897705078125,80.35258483886719,86.67353820800781,134.04547119140625,86.2349624633789,-12.19062614440918,131.40420532226562,42.58983612060547,-3.3061470985412598,132.77560424804688,44.2712287902832,-10.637451171875,127.1783676147461,36.46415710449219,100.56529235839844,124.53219604492188,-100.30878448486328,94.731201171875,145.2259521484375,-104.43634796142578,103.4900894165039,131.82223510742188,-94.60102844238281,-65.5102767944336,42.02336883544922,56.60898971557617,-60.09379196166992,39.21976852416992,73.037109375,-72.05526733398438,42.678768157958984,77.06360626220703,-8.393699645996094,137.60877990722656,-109.40652465820312,-12.130401611328125,143.52732849121094,-118.28266906738281,-10.330761909484863,110.68244934082031,-110.07315826416016,5.696825981140137,86.73687744140625,114.012451171875,8.508745193481445,86.62476348876953,120.58528137207031,8.38609504699707,80.09962463378906,117.34588623046875,3.1007750034332275,150.23641967773438,-139.17782592773438,3.8248419761657715,163.33042907714844,-142.4402618408203,8.773707389831543,152.3411407470703,-149.81129455566406,102.78595733642578,75.85037994384766,66.82579803466797,96.57784271240234,65.8479995727539,50.1306266784668,101.04632568359375,76.17662811279297,56.490291595458984,64.19595336914062,156.427490234375,100.77965545654297,70.8268814086914,158.8874053955078,99.15402221679688,56.391727447509766,168.2832489013672,102.27747344970703,89.91448211669922,109.84773254394531,88.77339935302734,78.11871337890625,106.90360260009766,93.2427749633789,81.66983795166016,109.17786407470703,78.31427764892578,-53.476524353027344,43.08452224731445,87.49404907226562,-57.91802978515625,47.935768127441406,101.69815063476562,-45.99311065673828,47.94343566894531,98.9369888305664,-103.5246353149414,159.82025146484375,35.102603912353516,-96.9095230102539,169.78436279296875,39.82647705078125,-98.28489685058594,165.97918701171875,42.902992248535156,120.2452163696289,91.34480285644531,-2.7491910457611084,113.82252502441406,80.2212905883789,-24.328432083129883,120.4395980834961,94.67513275146484,-9.840864181518555,-43.088558197021484,117.71990966796875,64.50355529785156,-36.26687240600586,121.18064880371094,73.76583099365234,-40.015472412109375,115.71942138671875,74.19674682617188,-118.20561218261719,109.99919128417969,29.699827194213867,-118.52147674560547,119.76044464111328,24.964763641357422,-116.8615493774414,119.27728271484375,33.2077751159668,49.5764045715332,85.43209838867188,-119.96211242675781,50.15968322753906,89.0406265258789,-109.64122009277344,59.962860107421875,88.061279296875,-123.52162170410156,-20.2901668548584,98.44197845458984,32.97370529174805,-35.12921905517578,86.34801483154297,29.245485305786133,-20.069984436035156,95.56661224365234,41.191959381103516,-34.65829086303711,128.72857666015625,20.609533309936523,-32.829463958740234,126.03235626220703,23.25589942932129,-20.629369735717773,135.62158203125,25.883878707885742,78.7890625,123.93807983398438,-52.90251159667969,79.70711517333984,111.95376586914062,-64.49100494384766,78.49004364013672,118.03913879394531,-66.55670928955078,23.0512752532959,162.23265075683594,68.46832275390625,24.972320556640625,156.0292205810547,63.10505676269531,25.732162475585938,150.90647888183594,52.18989944458008,-59.77238464355469,45.852359771728516,103.93555450439453,-65.4313735961914,42.29461669921875,91.77617645263672,-52.98261642456055,40.08491516113281,87.59849548339844,61.09979248046875,97.22631072998047,-64.88268280029297,62.26124954223633,101.29084777832031,-71.07252502441406,62.153804779052734,93.80477905273438,-67.09126281738281,99.23507690429688,107.26516723632812,-106.19037628173828,93.64009094238281,114.9483871459961,-112.59281921386719,100.56529235839844,124.53219604492188,-100.30878448486328,-58.832698822021484,102.20178985595703,59.08521270751953,-63.880340576171875,94.74992370605469,44.72825241088867,-37.663265228271484,107.86106872558594,49.88850021362305,-49.79705047607422,210.25559997558594,76.35741424560547,-61.02830123901367,201.45750427246094,81.64370727539062,-49.03474044799805,203.3893280029297,80.05650329589844,-15.418994903564453,230.96990966796875,-41.08600997924805,-8.194836616516113,224.3836669921875,-40.36345291137695,-14.151576042175293,235.86363220214844,-23.592668533325195,4.8056511878967285,192.0841827392578,64.39810943603516,6.8125200271606445,206.0528564453125,44.71659469604492,6.695957183837891,195.58580017089844,46.299869537353516,22.169816970825195,230.87106323242188,-71.12178802490234,19.947935104370117,233.80946350097656,-46.99045944213867,26.310155868530273,231.70736694335938,-50.850547790527344,17.861364364624023,155.88868713378906,-151.810546875,27.00270652770996,157.41624450683594,-149.22483825683594,22.59303092956543,136.17648315429688,-161.1651611328125,-4.270751953125,187.26593017578125,-22.61427116394043,-3.6901888847351074,178.7558135986328,-40.8687629699707,-9.070321083068848,180.5233154296875,-52.73122787475586,-29.409391403198242,219.393310546875,62.60382080078125,-33.471153259277344,209.76686096191406,61.181941986083984,-24.44388771057129,216.32225036621094,68.62362670898438,40.51224899291992,169.1043243408203,109.24112701416016,23.943986892700195,183.92579650878906,99.64717102050781,32.915252685546875,178.55967712402344,100.1845703125,58.63482666015625,73.4028549194336,61.46368408203125,47.22414016723633,78.10686492919922,79.83501434326172,46.28258514404297,78.61583709716797,69.69857788085938,-79.92131805419922,201.33241271972656,-69.38180541992188,-64.4055404663086,190.9066162109375,-75.16997528076172,-63.54136276245117,205.65408325195312,-69.58465576171875,-100.22598266601562,119.19369506835938,8.87097454071045,-111.76229095458984,124.51238250732422,11.32789421081543,-98.6882553100586,129.4082794189453,19.553834915161133,-42.53361511230469,217.21389770507812,-83.62032318115234,-39.039188385009766,199.448974609375,-99.37568664550781,-44.70976638793945,209.81398010253906,-85.187744140625,-41.03314208984375,80.0551528930664,26.308767318725586,-35.61299514770508,86.03962707519531,27.987796783447266,-31.00786781311035,85.54646301269531,11.727348327636719,98.79547882080078,66.83206939697266,-42.34891891479492,106.95654296875,79.13361358642578,-39.793304443359375,98.95162963867188,74.74378967285156,-49.943336486816406,11.394200325012207,152.28236389160156,99.99803161621094,8.30152702331543,154.9699249267578,113.00928497314453,7.629776954650879,150.48069763183594,114.10887908935547,-42.680259704589844,195.00616455078125,70.81813049316406,-40.57282257080078,190.56646728515625,65.18738555908203,-42.91045379638672,179.9163055419922,71.1026840209961,79.61151123046875,130.45188903808594,-19.539180755615234,81.00291442871094,110.13257598876953,-37.90343475341797,82.29164123535156,116.67100524902344,-31.204444885253906,2.235456943511963,94.73280334472656,78.22864532470703,7.262628078460693,88.90000915527344,75.33949279785156,3.6138229370117188,84.81529235839844,81.02725982666016,5.438755989074707,84.81947326660156,-76.50140380859375,8.300873756408691,105.58154296875,-54.57060623168945,5.167065143585205,106.34547424316406,-72.5920639038086,56.11448287963867,222.81918334960938,30.908363342285156,59.91688919067383,228.27870178222656,23.10633087158203,50.03654098510742,236.41281127929688,30.103246688842773,-103.79408264160156,176.14820861816406,7.275579929351807,-107.7667236328125,163.0321807861328,0.30687400698661804,-107.95305633544922,185.7510986328125,7.93242883682251,-24.711719512939453,129.6187286376953,21.77811050415039,-22.19680404663086,125.18365478515625,10.32689094543457,-14.00035285949707,135.00160217285156,12.564654350280762,51.688568115234375,86.04052734375,100.0412368774414,34.36436080932617,88.5811538696289,103.18285369873047,48.872684478759766,80.30973815917969,88.68683624267578,-111.84574890136719,163.88568115234375,-54.6546516418457,-114.72957611083984,148.66302490234375,-56.23289489746094,-114.67131805419922,137.6589813232422,-51.00498580932617,81.3382568359375,103.03605651855469,64.85289001464844,75.24545288085938,106.5320053100586,74.60466003417969,74.07422637939453,96.66876220703125,51.403812408447266,-78.51973724365234,114.249755859375,-39.14102554321289,-78.23595428466797,129.05029296875,-40.658748626708984,-79.17877197265625,120.22924041748047,-26.08198356628418,23.811365127563477,71.37306213378906,26.328723907470703,23.422733306884766,78.66203308105469,38.352317810058594,24.072772979736328,63.510501861572266,33.660953521728516,-18.990272521972656,80.86032104492188,73.36048889160156,-20.534975051879883,82.89144897460938,81.93370819091797,-11.609098434448242,87.80719757080078,72.87089538574219,-44.25223159790039,81.02592468261719,-75.68167114257812,-50.173770904541016,85.49374389648438,-91.90199279785156,-38.55781936645508,79.07069396972656,-84.74488830566406,-11.902545928955078,138.2097625732422,59.72636795043945,-19.7176456451416,138.37998962402344,55.313255310058594,-15.814482688903809,141.27223205566406,60.81072235107422,-47.366249084472656,78.03522491455078,70.14368438720703,-51.126220703125,75.92205047607422,55.217411041259766,-42.32337188720703,81.91146087646484,48.26995849609375,-50.839324951171875,61.294857025146484,31.028596878051758,-51.683349609375,65.04466247558594,26.483341217041016,-52.49592971801758,63.69453048706055,30.80255126953125,14.871777534484863,59.07761764526367,86.06867980957031,7.672496795654297,66.74085998535156,90.67827606201172,5.5816731452941895,62.63309860229492,78.58785247802734,74.91470336914062,66.88555908203125,56.4727897644043,66.99288177490234,70.16152954101562,52.330238342285156,52.92281723022461,67.76289367675781,40.08430480957031,-105.62264251708984,132.18910217285156,55.059165954589844,-118.01116180419922,135.3171844482422,39.16591262817383,-119.24095916748047,119.9399185180664,35.30880355834961,30.25417137145996,93.81809997558594,-153.2515869140625,34.130924224853516,85.75659942626953,-145.8043975830078,43.32371139526367,93.80517578125,-149.76585388183594,108.48190307617188,192.58128356933594,20.802165985107422,109.91407012939453,180.93280029296875,28.040422439575195,110.12859344482422,187.2148895263672,11.01932430267334,-11.96308708190918,97.62834930419922,-110.46517181396484,-8.099207878112793,85.9958724975586,-110.24507141113281,-8.555389404296875,93.32185363769531,-88.45872497558594,-40.34578323364258,151.19522094726562,-131.74024963378906,-38.95708465576172,162.1116180419922,-122.22640991210938,-44.943763732910156,164.34951782226562,-126.09854125976562,87.6347427368164,116.0306625366211,59.61903381347656,101.97818756103516,110.59498596191406,69.66806030273438,97.47151184082031,105.07205963134766,65.0816421508789,-57.455543518066406,101.15031433105469,18.13412857055664,-57.09166717529297,92.88251495361328,21.503829956054688,-50.725608825683594,116.2457504272461,48.427947998046875,22.44086265563965,44.57735824584961,78.41805267333984,15.1701021194458,47.9702262878418,76.11431884765625,16.866241455078125,61.5433464050293,84.60174560546875,-42.53361511230469,217.21389770507812,-83.62032318115234,-44.70976638793945,209.81398010253906,-85.187744140625,-47.15841293334961,210.43670654296875,-75.44271087646484,99.2380142211914,126.29839324951172,69.7874755859375,103.1539535522461,131.3450164794922,68.1179428100586,100.56019592285156,120.90740966796875,67.03038787841797,27.00270652770996,157.41624450683594,-149.22483825683594,12.115625381469727,169.6858673095703,-147.11334228515625,24.76307487487793,174.97610473632812,-140.8605499267578,43.182647705078125,85.44608306884766,99.59321594238281,57.55634307861328,78.30126953125,90.31412506103516,37.2325553894043,82.01337432861328,98.06434631347656,-34.76606369018555,87.38629150390625,39.886756896972656,-35.12921905517578,86.34801483154297,29.245485305786133,-41.33645248413086,79.36151123046875,29.760957717895508,85.91848754882812,77.83401489257812,75.39344787597656,83.19989776611328,77.6827163696289,80.96631622314453,84.91988372802734,71.6683349609375,71.96623229980469,-9.352938652038574,78.48145294189453,-88.76448059082031,-14.67617416381836,79.81127166748047,-78.83108520507812,-12.286076545715332,88.44322967529297,-62.5181884765625,13.822230339050293,157.52059936523438,59.45783615112305,9.318126678466797,167.42242431640625,63.22433853149414,13.912894248962402,176.8645782470703,71.05450439453125,-22.164169311523438,201.2408905029297,5.061738967895508,-21.09579849243164,224.83102416992188,12.637887954711914,-22.654157638549805,210.79029846191406,6.128687858581543,-12.115629196166992,169.68585205078125,-147.1133575439453,-17.86136817932129,155.888671875,-151.810546875,-27.002704620361328,157.41624450683594,-149.22483825683594,-20.47530174255371,104.46659088134766,-156.91879272460938,-30.255050659179688,93.81668090820312,-153.25103759765625,-18.409378051757812,88.74873352050781,-149.218017578125,79.94646453857422,167.7392578125,86.5374984741211,77.69802856445312,172.00636291503906,78.50251770019531,82.8550796508789,162.06625366210938,81.90038299560547,-37.136077880859375,79.62954711914062,101.9088134765625,-32.42428207397461,84.71570587158203,99.7341079711914,-54.07197189331055,72.81840515136719,92.27466583251953,61.64518737792969,67.21873474121094,81.24100494384766,39.06525802612305,78.2355728149414,96.05516815185547,55.69919967651367,73.70419311523438,84.32147216796875,4.256759166717529,101.45594024658203,73.86345672607422,2.7956559658050537,105.73411560058594,84.79367065429688,5.89129114151001,89.99127197265625,82.17520141601562,-15.883842468261719,93.8909912109375,41.55320358276367,-12.812439918518066,92.77530670166016,44.563907623291016,-14.25680923461914,79.00817108154297,55.940616607666016,-115.06220245361328,107.3503189086914,53.35295104980469,-115.41169738769531,102.71815490722656,35.16341781616211,-110.72953796386719,99.11522674560547,31.765361785888672,-90.05592346191406,98.27914428710938,-112.54249572753906,-98.7575454711914,106.1900405883789,-98.90673828125,-90.82937622070312,93.89850616455078,-102.6877670288086,-20.983301162719727,81.5977554321289,36.5035400390625,-21.600740432739258,75.33595275878906,23.74966812133789,-25.64474868774414,85.72021484375,17.004846572875977,115.00226593017578,169.4496612548828,-36.004573822021484,112.33380889892578,170.7231903076172,-41.53535079956055,107.8685531616211,185.8116912841797,-31.244657516479492,14.00035285949707,135.00160217285156,12.564654350280762,16.00943946838379,136.1747283935547,25.430057525634766,8.677816390991211,144.80474853515625,18.28301239013672,107.98411560058594,145.21925354003906,-5.156867027282715,114.91778564453125,134.14178466796875,-12.604199409484863,113.37744140625,153.96600341796875,9.485088348388672,78.7890625,123.93807983398438,-52.90251159667969,78.72730255126953,138.286865234375,-41.309078216552734,81.59611511230469,128.51824951171875,-40.67453384399414,-16.328739166259766,83.38584899902344,56.24652862548828,-17.579303741455078,79.97040557861328,59.49420166015625,-18.541635513305664,76.12258911132812,57.777584075927734,10.723834037780762,111.49386596679688,50.05675506591797,10.299503326416016,110.1437759399414,52.5775146484375,7.447083950042725,111.33930969238281,51.27189254760742,7.952828884124756,158.70127868652344,87.9083251953125,14.079248428344727,149.6282501220703,82.81582641601562,11.65318489074707,149.573486328125,66.32318115234375,2.404026985168457,125.77103424072266,54.04909896850586,1.1860840320587158,108.78060913085938,85.96476745605469,5.886478900909424,130.84225463867188,54.41318893432617,-24.391822814941406,91.22093963623047,49.60320281982422,-23.065040588378906,91.96381378173828,55.304386138916016,-25.32717514038086,90.79639434814453,49.129173278808594,-90.83329772949219,181.76593017578125,40.26491165161133,-90.9525375366211,190.4607391357422,48.03644561767578,-86.2398452758789,199.8702850341797,36.97687911987305,-74.73419952392578,145.89671325683594,-19.81669044494629,-73.10165405273438,149.1748809814453,-10.57909107208252,-84.37139892578125,140.94606018066406,-21.392925262451172,-40.33219909667969,65.05425262451172,84.0548324584961,-46.913856506347656,58.316558837890625,64.90316772460938,-35.89345932006836,60.776390075683594,70.66106414794922,10.680500030517578,71.96603393554688,-116.33399200439453,5.356575012207031,78.11962890625,-102.92699432373047,11.112696647644043,71.1539306640625,-130.38763427734375,6.592301845550537,112.29109191894531,-141.00534057617188,6.805071830749512,122.7231216430664,-147.1622772216797,7.68620491027832,107.10791015625,-150.31600952148438,-20.810930252075195,152.79600524902344,115.62957000732422,-27.7073917388916,164.62730407714844,120.24698638916016,-27.80253028869629,147.8089141845703,121.76673889160156,99.37947082519531,90.173095703125,32.66017150878906,106.2439193725586,88.58229064941406,21.16057777404785,100.23837280273438,81.30986022949219,12.016256332397461,68.26214599609375,64.90872192382812,89.52880859375,70.60152435302734,63.12131881713867,81.41242218017578,49.307777404785156,60.70291519165039,74.60137176513672,-4.014556884765625,173.4002685546875,-76.56452178955078,-7.668231964111328,162.6572723388672,-74.67456817626953,-5.433269023895264,161.4710693359375,-93.48241424560547,-21.59467315673828,181.11923217773438,102.32913208007812,-18.410892486572266,174.0994415283203,99.70849609375,-14.282057762145996,188.07054138183594,92.36470031738281,-36.6645393371582,160.57879638671875,-138.74549865722656,-34.25717544555664,152.047119140625,-147.86080932617188,-43.12678527832031,148.80874633789062,-139.20584106445312,-74.34007263183594,109.89862060546875,94.8276596069336,-68.73020935058594,108.30342864990234,72.09330749511719,-74.1980972290039,109.79727172851562,74.50374603271484,-10.402689933776855,177.3456268310547,32.874351501464844,-9.601252555847168,160.7864532470703,41.529022216796875,-6.04849100112915,168.06459045410156,52.00288009643555,-29.61091423034668,61.90632247924805,63.1055908203125,-29.579246520996094,64.72087097167969,70.36316680908203,-27.675630569458008,72.7243881225586,72.07772827148438,-94.49409484863281,208.6692657470703,14.816750526428223,-87.50445556640625,210.0396270751953,6.517897129058838,-88.20867156982422,212.88682556152344,20.749990463256836,-65.01780700683594,95.86936950683594,-139.59750366210938,-54.38009262084961,98.66028594970703,-146.61209106445312,-59.215919494628906,109.4822769165039,-141.02847290039062,48.185001373291016,74.17236328125,107.85005950927734,63.87175369262695,69.06494140625,81.41494750976562,45.69846725463867,75.7103271484375,99.93010711669922,-7.831222057342529,201.39376831054688,5.961692810058594,-9.280534744262695,207.34225463867188,14.335689544677734,-13.590917587280273,212.5076904296875,10.787601470947266,-114.74075317382812,182.42385864257812,-3.4790050983428955,-106.28559875488281,202.5218963623047,11.300509452819824,-111.74036407470703,187.04417419433594,-7.328566074371338,8.0540132522583,85.53126525878906,66.90220642089844,8.437960624694824,85.93203735351562,76.59771728515625,6.382741928100586,78.18414306640625,81.77235412597656,-18.3630313873291,99.03690338134766,56.051029205322266,-18.953529357910156,100.94432830810547,46.90556716918945,-25.947242736816406,93.70409393310547,48.936912536621094,63.01148223876953,47.343910217285156,104.53706359863281,43.845977783203125,54.13680648803711,113.53515625,52.959041595458984,44.02701950073242,100.40692138671875,-47.87113952636719,162.42771911621094,108.88513946533203,-46.60122299194336,157.9526824951172,92.47091674804688,-34.38153839111328,178.89593505859375,98.9459228515625,67.10765838623047,109.2928237915039,86.61576080322266,59.86170959472656,111.9157485961914,100.41897583007812,78.57771301269531,109.97148895263672,91.78158569335938,-33.04878616333008,84.45117950439453,-139.96054077148438,-34.275840759277344,85.21524047851562,-140.1396942138672,-31.960193634033203,88.00514221191406,-136.6842498779297,-42.96320343017578,142.039306640625,-149.7551727294922,-34.25717544555664,152.047119140625,-147.86080932617188,-47.96851348876953,135.4973907470703,-152.00228881835938,-62.4271125793457,85.31453704833984,-66.01685333251953,-50.96430969238281,81.34053039550781,-62.99815368652344,-53.95167922973633,88.39627075195312,-55.22210693359375,38.203399658203125,90.20736694335938,75.1596908569336,42.663482666015625,84.32838439941406,75.76822662353516,21.728103637695312,89.65727233886719,86.1996078491211,-27.383867263793945,208.38990783691406,77.61880493164062,-23.774282455444336,202.84848022460938,79.31468200683594,-26.356287002563477,199.4913787841797,83.12151336669922,29.94358253479004,242.0311279296875,9.962987899780273,33.42397689819336,243.4444580078125,-2.3765709400177,33.438377380371094,239.7252960205078,19.880840301513672,-78.04851531982422,154.17742919921875,-108.60456085205078,-70.92748260498047,161.4832000732422,-86.85709381103516,-81.5977783203125,159.77505493164062,-92.06608581542969,90.07025146484375,103.73075866699219,-87.2774658203125,82.17804718017578,102.92675018310547,-79.23486328125,88.76875305175781,108.31613159179688,-87.48455047607422,21.443754196166992,87.67864227294922,-153.08041381835938,29.245241165161133,96.58519744873047,-157.25657653808594,40.3438606262207,91.272216796875,-153.34996032714844,-111.71637725830078,144.21109008789062,35.304229736328125,-103.54695129394531,151.7576904296875,49.764747619628906,-99.16881561279297,154.8249969482422,69.47638702392578,62.40571594238281,75.63826751708984,-1.1686580181121826,65.1102523803711,76.96593475341797,5.515864849090576,59.450645446777344,84.58744812011719,7.3612871170043945,98.29731750488281,123.22601318359375,-64.20849609375,94.82563781738281,130.04443359375,-73.39058685302734,91.56725311279297,135.49285888671875,-84.8985595703125,55.70761489868164,57.802085876464844,-44.74261474609375,47.06747055053711,58.39818572998047,-32.458927154541016,55.80699157714844,54.68778610229492,-20.18878173828125,30.519105911254883,39.320594787597656,68.50559997558594,22.44086265563965,44.57735824584961,78.41805267333984,35.315486907958984,46.33019256591797,81.44606018066406,46.720794677734375,82.50357055664062,46.956119537353516,55.28049087524414,76.34687042236328,52.91493606567383,55.01530075073242,72.60966491699219,43.37693786621094,68.26214599609375,64.90872192382812,89.52880859375,52.458221435546875,72.97215270996094,96.65841674804688,67.06871795654297,67.93128967285156,74.61882781982422,-69.66492462158203,115.18004608154297,-85.81050872802734,-65.8482666015625,110.02682495117188,-82.18113708496094,-88.76258850097656,108.31749725341797,-87.48284912109375,89.81883239746094,211.20907592773438,10.554278373718262,94.48814392089844,208.67733764648438,14.81783390045166,87.34842681884766,212.82518005371094,25.197887420654297,-4.955212116241455,122.908447265625,7.234683036804199,-13.391611099243164,120.41209411621094,8.76378059387207,-17.200775146484375,113.70829772949219,5.430655002593994,-63.080665588378906,77.44622802734375,-3.5355451107025146,-54.59039306640625,69.75845336914062,-10.187885284423828,-63.372047424316406,69.48057556152344,-6.055531024932861,40.43500900268555,238.08926391601562,30.276227951049805,24.344654083251953,240.68603515625,20.959243774414062,33.438377380371094,239.7252960205078,19.880840301513672,-52.76539611816406,210.58558654785156,48.80812072753906,-50.79417419433594,214.86236572265625,56.902679443359375,-66.70819854736328,210.04583740234375,39.5942268371582,-34.0474853515625,209.23077392578125,77.50743865966797,-37.45742416381836,205.52601623535156,72.0888442993164,-39.88687515258789,197.6708221435547,79.81995391845703,27.99092674255371,52.85837173461914,102.67876434326172,36.17772674560547,45.371131896972656,90.60638427734375,35.50730514526367,51.37777328491211,107.37960815429688,-40.57426834106445,80.98563385009766,-134.94281005859375,-17.910497665405273,75.40157318115234,-140.6155548095703,-31.052021026611328,80.90469360351562,-139.68865966796875,50.10224151611328,113.57292175292969,75.15042114257812,56.26543045043945,107.70702362060547,56.18637466430664,50.41969299316406,113.9788818359375,60.30200958251953,-49.61996841430664,143.5893096923828,-145.2671356201172,-58.805137634277344,157.9877471923828,-132.69285583496094,-55.02360916137695,167.2123565673828,-129.65101623535156,3.6774730682373047,220.5534210205078,-39.646812438964844,7.128023147583008,228.18919372558594,-36.65106201171875,6.503259181976318,226.90003967285156,-64.5916748046875,-73.47237396240234,45.7703857421875,91.83668518066406,-73.43041229248047,50.141605377197266,98.62308502197266,-90.57829284667969,58.404441833496094,82.56949615478516,-65.5953598022461,198.25921630859375,-87.59815216064453,-59.8479118347168,200.12924194335938,-93.84819030761719,-71.30335235595703,190.19912719726562,-99.44384002685547,-23.48926544189453,214.28941345214844,67.01746368408203,-27.383867263793945,208.38990783691406,77.61880493164062,-28.703094482421875,209.65562438964844,67.40890502929688,21.019845962524414,82.0899887084961,87.62150573730469,47.22414016723633,78.10686492919922,79.83501434326172,26.706750869750977,83.31192016601562,95.7621841430664,28.92439079284668,72.1761703491211,-93.7677001953125,26.270111083984375,77.36004638671875,-79.40946197509766,20.688508987426758,77.37896728515625,-90.05860137939453,11.908400535583496,109.3330307006836,48.99842071533203,7.845476150512695,110.59642791748047,54.38764572143555,7.530823230743408,110.45130157470703,48.500431060791016,6.624797821044922,181.0091094970703,-133.30250549316406,11.553667068481445,182.0029296875,-133.38706970214844,17.835437774658203,203.01600646972656,-107.76273345947266,-3.5693531036376953,36.298667907714844,41.79645919799805,1.061540961265564,37.00780487060547,44.47195816040039,-5.334559917449951,38.50128173828125,50.59096145629883,14.020550727844238,134.8879852294922,2.7262279987335205,11.34062671661377,146.180419921875,17.9468936920166,19.266132354736328,135.486572265625,16.975414276123047,6.457760810852051,193.39358520507812,-101.35600280761719,6.173119068145752,197.8087615966797,-79.06887817382812,6.131587028503418,183.50320434570312,-105.07324981689453,-46.03989791870117,141.75196838378906,123.45450592041016,-43.454898834228516,157.16775512695312,121.96441650390625,-35.87955093383789,146.214599609375,125.23576354980469,-58.9594841003418,217.7581024169922,-20.428483963012695,-62.16828918457031,226.6083526611328,-19.911191940307617,-44.469303131103516,227.4762725830078,-18.767990112304688,-100.06722259521484,85.9239730834961,-44.80461120605469,-112.27730560302734,96.2067642211914,-27.33443832397461,-106.95654296875,79.13361358642578,-39.793304443359375,13.849328994750977,118.48027801513672,-159.58486938476562,8.48337459564209,133.43040466308594,-154.61474609375,16.20471954345703,135.34857177734375,-159.65542602539062,47.4805793762207,76.54074096679688,94.11039733886719,37.48690414428711,85.65850830078125,99.56704711914062,34.50015640258789,81.51509857177734,99.72492218017578,-115.90451049804688,143.32968139648438,34.92689895629883,-120.62594604492188,127.3207015991211,26.760873794555664,-118.01116180419922,135.3171844482422,39.16591262817383,7.0486369132995605,129.2110595703125,81.10828399658203,11.33903694152832,126.00152587890625,76.55150604248047,12.578383445739746,133.07933044433594,61.676456451416016,-75.16633605957031,108.37091064453125,-134.5304718017578,-74.41520690917969,99.56770324707031,-127.14370727539062,-59.215919494628906,109.4822769165039,-141.02847290039062,80.09178924560547,83.47342681884766,91.19043731689453,57.77420425415039,87.43476867675781,103.04207611083984,83.19989776611328,77.6827163696289,80.96631622314453,82.04830169677734,63.2279052734375,-64.72024536132812,95.1350326538086,76.91316223144531,-66.38192749023438,85.8730697631836,62.582557678222656,-53.84381866455078,23.4892578125,214.2894287109375,67.01744842529297,28.703004837036133,209.6556854248047,67.40885162353516,27.381811141967773,208.390625,77.61820220947266,-63.436241149902344,53.35869216918945,105.27485656738281,-69.88006591796875,69.19269561767578,111.62461853027344,-54.62925338745117,63.191802978515625,116.0795669555664,82.8550796508789,162.06625366210938,81.90038299560547,80.45782470703125,144.4843292236328,77.64619445800781,82.7684326171875,134.0019989013672,84.1038818359375,-68.23784637451172,67.25631713867188,72.14512634277344,-65.69013214111328,66.36209106445312,92.35769653320312,-70.22882843017578,63.22846221923828,83.73918914794922,-91.18583679199219,95.03437042236328,-91.47882080078125,-90.82937622070312,93.89850616455078,-102.6877670288086,-98.7575454711914,106.1900405883789,-98.90673828125,102.10627746582031,202.4008026123047,1.3621829748153687,102.38346099853516,197.1450653076172,1.8085429668426514,104.35895538330078,199.162353515625,0.7803210020065308,96.35326385498047,95.45556640625,-63.88528060913086,107.15848541259766,102.04547119140625,-51.42906188964844,98.4018325805664,104.00928497314453,-56.491294860839844,-11.559473037719727,187.11068725585938,46.73133087158203,-7.806828022003174,195.1914520263672,64.43933868408203,-9.349322319030762,203.82566833496094,44.699485778808594,-62.61098098754883,68.5387191772461,52.050716400146484,-51.126220703125,75.92205047607422,55.217411041259766,-58.64252471923828,73.39823913574219,61.454872131347656,20.0925350189209,84.85812377929688,43.28350067138672,10.120381355285645,84.52498626708984,62.33353042602539,19.930343627929688,80.93365478515625,49.7856330871582,34.070308685302734,245.71926879882812,3.700294017791748,37.821964263916016,240.92018127441406,17.095088958740234,45.483787536621094,237.21368408203125,0.6815099716186523,-72.4389877319336,86.43055725097656,-72.29694366455078,-84.90917205810547,97.84698486328125,-82.32393646240234,-82.17804718017578,102.92675018310547,-79.23486328125,102.3018569946289,151.44842529296875,-72.18479919433594,109.4815444946289,144.48744201660156,-66.00892639160156,103.0619125366211,161.38490295410156,-71.2608642578125,95.17510223388672,81.85820007324219,47.8102912902832,98.3653564453125,88.36812591552734,59.71508026123047,97.52693939208984,79.48208618164062,48.84649658203125,-98.57685852050781,130.20648193359375,-67.39583587646484,-109.4815444946289,144.48744201660156,-66.00892639160156,-98.29731750488281,123.22601318359375,-64.20849609375,-47.87113952636719,162.42771911621094,108.88513946533203,-51.52803421020508,147.1520233154297,116.19480895996094,-49.16175842285156,155.6923370361328,96.3784408569336,86.67353820800781,134.04547119140625,86.2349624633789,85.61054229736328,158.897705078125,80.35258483886719,85.04776000976562,161.28720092773438,88.0841064453125,-11.34062671661377,146.180419921875,17.9468936920166,-8.738142013549805,155.62876892089844,26.809959411621094,-8.230879783630371,151.00924682617188,5.030249118804932,65.9864730834961,75.46024322509766,55.00355529785156,58.03583526611328,80.41264343261719,66.63742065429688,75.29271697998047,78.94489288330078,69.88491821289062,14.955907821655273,94.83319091796875,45.18904113769531,15.14500617980957,98.49937438964844,45.417701721191406,17.687238693237305,96.54534912109375,41.70045852661133,35.32354736328125,203.21109008789062,-97.20269012451172,29.851253509521484,210.0712890625,-95.84693908691406,33.1617546081543,199.5635986328125,-106.57319641113281,56.84651565551758,69.63468170166016,-5.615135192871094,50.938995361328125,68.16825866699219,-9.415324211120605,60.62518310546875,58.24581527709961,-3.829922914505005,-87.0270767211914,71.4593276977539,67.15596008300781,-88.7839126586914,76.78096771240234,78.08978271484375,-81.74352264404297,86.28052520751953,90.85260009765625,-82.5456771850586,185.02142333984375,-84.549072265625,-81.53006744384766,180.80406188964844,-69.11051940917969,-65.5953598022461,198.25921630859375,-87.59815216064453,90.9525375366211,190.4607391357422,48.03644561767578,90.83329772949219,181.76593017578125,40.26491165161133,86.2398452758789,199.8702850341797,36.97687911987305,24.37108612060547,60.37461471557617,78.16621398925781,26.831815719604492,64.51058959960938,78.91729736328125,24.50897216796875,56.76188278198242,83.10397338867188,-84.93756103515625,158.94219970703125,5.893319129943848,-103.79408264160156,176.14820861816406,7.275579929351807,-99.37582397460938,172.56536865234375,10.018806457519531,7.606205940246582,219.9828338623047,21.099910736083984,11.12905502319336,232.39688110351562,31.779634475708008,11.746207237243652,228.9446563720703,23.881059646606445,29.38081932067871,95.05439758300781,102.30751037597656,39.13689041137695,94.74832916259766,105.38343048095703,51.325653076171875,95.41460418701172,103.81310272216797,118.15409088134766,106.36747741699219,15.468082427978516,118.20561218261719,109.99919128417969,29.699827194213867,118.52147674560547,119.76044464111328,24.964763641357422,-42.28573226928711,111.99968719482422,83.1196060180664,-30.604915618896484,114.91180419921875,85.30281829833984,-33.47889709472656,112.44331359863281,92.19231414794922,-100.56529235839844,124.53219604492188,-100.30878448486328,-99.23507690429688,107.26516723632812,-106.19037628173828,-101.14253997802734,102.73089599609375,-97.0608139038086,6.704352855682373,192.55970764160156,-41.19044494628906,9.070321083068848,180.5233154296875,-52.731224060058594,10.657565116882324,189.61106872558594,-33.444679260253906,-5.6367950439453125,115.93680572509766,51.82636260986328,-9.98210620880127,112.8322982788086,53.02827072143555,-5.3714752197265625,110.74156188964844,56.19671630859375,3.364320993423462,165.38023376464844,-125.77584838867188,1.7365390062332153,177.12994384765625,-117.99143981933594,3.8248419761657715,163.33042907714844,-142.4402618408203,66.70430755615234,112.75214385986328,-80.56653594970703,71.99312591552734,105.85379028320312,-67.5538558959961,77.16297912597656,114.74024200439453,-63.75830078125,-36.83123779296875,81.27261352539062,25.746187210083008,-43.630638122558594,68.12285614013672,28.562156677246094,-43.949676513671875,76.86764526367188,20.47003173828125,-12.329465866088867,99.84430694580078,103.08733367919922,-15.222311019897461,107.07725524902344,98.5206527709961,-22.50656509399414,103.74320983886719,115.60429382324219,-70.17194366455078,68.3995132446289,-1.5896589756011963,-60.62518310546875,58.24581527709961,-3.829922914505005,-56.84651565551758,69.63468170166016,-5.615133762359619,82.37012481689453,98.24906158447266,34.236602783203125,89.51165008544922,90.0904312133789,28.938718795776367,80.39361572265625,88.2696304321289,18.09874725341797,-107.80780792236328,177.19427490234375,-36.56926345825195,-99.77519226074219,197.41831970214844,-19.671186447143555,-107.12158966064453,178.26608276367188,-27.327123641967773,-68.86012268066406,215.95277404785156,29.368202209472656,-77.82965850830078,215.25161743164062,34.71528244018555,-70.78690338134766,216.2769012451172,40.35562515258789,16.20471954345703,135.34857177734375,-159.65542602539062,8.773707389831543,152.3411407470703,-149.81129455566406,22.59303092956543,136.17648315429688,-161.1651611328125,-43.80461883544922,183.69447326660156,89.3897705078125,-42.91045379638672,179.9163055419922,71.1026840209961,-48.90634536743164,168.3810272216797,94.09410858154297,17.025774002075195,62.429931640625,93.29082489013672,10.650203704833984,70.10692596435547,96.43370819091797,7.672496795654297,66.74085998535156,90.67827606201172,-44.475318908691406,88.39031982421875,-49.99782943725586,-53.95167922973633,88.39627075195312,-55.22210693359375,-50.96430969238281,81.34053039550781,-62.99815368652344,-67.20490264892578,89.74581909179688,96.89192199707031,-85.64166259765625,78.63754272460938,76.75308990478516,-78.72000885009766,86.88253784179688,89.36721801757812,8.612298965454102,218.7423553466797,64.13243103027344,4.854423999786377,206.6722412109375,69.75536346435547,11.50407600402832,210.29315185546875,78.73253631591797,43.4185905456543,86.03067016601562,-32.6182746887207,36.54642868041992,82.77454376220703,-15.272628784179688,40.76543426513672,79.4122543334961,-32.23484420776367,113.51111602783203,106.9464111328125,-7.754847049713135,102.8910903930664,121.47589111328125,8.732646942138672,111.58329772949219,116.97538757324219,9.47343635559082,57.91518020629883,226.7030487060547,-40.520591735839844,52.362342834472656,232.4446258544922,-34.81361770629883,71.28363800048828,220.36073303222656,-33.11770248413086,-91.7097396850586,91.2537841796875,84.50542449951172,-78.18357849121094,103.65187072753906,88.1833724975586,-74.0129165649414,100.015869140625,103.20281982421875,19.365238189697266,65.90257263183594,92.00538635253906,14.832736015319824,67.2293472290039,91.6188735961914,17.025774002075195,62.429931640625,93.29082489013672,21.57024383544922,62.83029556274414,81.78988647460938,22.38454246520996,66.35071563720703,81.90898132324219,24.37108612060547,60.37461471557617,78.16621398925781,-27.557838439941406,54.061580657958984,51.70652389526367,-25.314390182495117,43.73586654663086,58.72480773925781,-16.917634963989258,52.75187683105469,57.72922134399414,-43.37144088745117,237.3213348388672,34.20456314086914,-34.81209945678711,228.8606719970703,40.60322570800781,-27.676963806152344,240.57008361816406,35.10197830200195,9.548117637634277,92.79664611816406,65.73110961914062,8.257092475891113,87.88272857666016,70.6263427734375,15.59131908416748,90.96013641357422,70.4231185913086,-5.228446006774902,129.67434692382812,112.73015594482422,4.602146148681641,122.86155700683594,111.88473510742188,-1.584414005279541,129.54598999023438,118.43373107910156,-23.516725540161133,86.00487518310547,35.78761672973633,-25.64474868774414,85.72021484375,17.004846572875977,-29.182527542114258,88.6148681640625,33.1748161315918,-56.9466667175293,227.00628662109375,-34.29105758666992,-40.24694061279297,232.86695861816406,-28.95233154296875,-58.84314727783203,223.8788604736328,-27.19465446472168,-39.88687515258789,197.6708221435547,79.81995391845703,-30.28169822692871,190.007080078125,93.85726165771484,-34.2701530456543,201.61497497558594,84.68452453613281,70.47742462158203,74.95087432861328,-68.3578109741211,67.58641815185547,67.83245849609375,-68.33747863769531,50.45915985107422,67.3763427734375,-57.91664505004883,67.79369354248047,64.3672103881836,67.30415344238281,67.12297821044922,66.14277648925781,53.416297912597656,46.70185852050781,59.71926498413086,56.53807067871094,-55.45849609375,95.07671356201172,-46.03952407836914,-58.72652816772461,92.54862976074219,-43.05237579345703,-53.366424560546875,94.47216033935547,-38.67809295654297,-62.848487854003906,131.1854705810547,-133.82138061523438,-55.3060417175293,113.11796569824219,-143.3770751953125,-50.37035369873047,122.6782455444336,-138.66818237304688,74.15359497070312,88.29883575439453,97.05061340332031,26.207557678222656,88.48503112792969,95.64112854003906,53.77949905395508,83.34817504882812,88.01873016357422,-95.6162109375,58.616851806640625,-20.42742919921875,-105.91993713378906,74.32408142089844,-15.615870475769043,-97.24263763427734,60.321563720703125,-38.73381805419922,-90.24576568603516,133.71792602539062,81.64483642578125,-100.47748565673828,124.85682678222656,78.3944091796875,-97.4039306640625,141.20401000976562,73.67030334472656,67.71484375,65.04112243652344,90.76795196533203,47.63299560546875,62.941253662109375,83.88052368164062,63.183589935302734,61.39480209350586,77.73273468017578,8.48337459564209,133.43040466308594,-154.61474609375,6.805071830749512,122.7231216430664,-147.1622772216797,3.1007750034332275,150.23641967773438,-139.17782592773438,23.08414649963379,200.78802490234375,82.62028503417969,26.693655014038086,200.85325622558594,86.06501770019531,27.354246139526367,209.8104248046875,80.45355987548828,11.555463790893555,187.8446044921875,24.421350479125977,10.402689933776855,177.3456268310547,32.87434768676758,9.601252555847168,160.7864532470703,41.529022216796875,-58.832698822021484,102.20178985595703,59.08521270751953,-37.663265228271484,107.86106872558594,49.88850021362305,-39.41871643066406,108.78258514404297,64.86228942871094,-85.8730697631836,62.582557678222656,-53.84381866455078,-94.08126068115234,71.8682861328125,-54.806819915771484,-103.7219467163086,85.48719024658203,-57.2445068359375,-83.93582153320312,131.31039428710938,88.52184295654297,-82.76842498779297,134.00201416015625,84.10386657714844,-82.85502624511719,162.0660858154297,81.90015411376953,86.08721160888672,131.78118896484375,94.19709777832031,81.07378387451172,144.34947204589844,101.19775390625,80.2064437866211,131.79397583007812,102.37964630126953,-70.77445983886719,152.7397918701172,-111.68082427978516,-70.87261199951172,165.0805206298828,-113.56341552734375,-73.24378967285156,166.6791229248047,-98.1771240234375,-19.745771408081055,95.7884521484375,48.437137603759766,-24.391822814941406,91.22093963623047,49.60320281982422,-23.157150268554688,92.23755645751953,45.05472946166992,-11.523592948913574,133.64535522460938,3.985213041305542,-22.19680404663086,125.18365478515625,10.32689094543457,-13.2094087600708,124.72451782226562,0.2499680072069168,80.67774963378906,110.05774688720703,-129.61131286621094,75.44715118408203,121.86551666259766,-133.5059051513672,75.16633605957031,108.37091064453125,-134.5304718017578,26.684539794921875,61.53421401977539,55.37407684326172,20.703336715698242,66.16209411621094,51.55550003051758,25.851863861083984,65.25016021728516,51.528404235839844,105.18741607666016,128.1026153564453,74.35801696777344,98.43498992919922,121.82510375976562,85.85445404052734,97.36023712158203,113.83561706542969,85.732421875,-27.700481414794922,240.23631286621094,-38.3076057434082,-43.84737014770508,232.38047790527344,-42.524295806884766,-52.362342834472656,232.4446258544922,-34.81361770629883,34.338958740234375,225.7465362548828,-51.44245910644531,34.445404052734375,222.65879821777344,-55.17167282104492,25.77630615234375,230.2619171142578,-57.38798522949219,99.16881561279297,154.8249969482422,69.47638702392578,92.52735137939453,151.20745849609375,77.45458984375,93.49198150634766,161.7835693359375,63.932064056396484,19.81057357788086,149.6488800048828,47.957298278808594,16.11335563659668,140.64524841308594,39.79625701904297,9.79175090789795,154.55453491210938,38.202877044677734,43.21674728393555,111.20904541015625,40.460567474365234,55.38802719116211,113.30118560791016,32.96924591064453,42.958717346191406,117.78428649902344,64.7479248046875,56.73462677001953,90.37765502929688,-107.72077178955078,50.038997650146484,89.3451156616211,-95.73491668701172,58.071083068847656,83.7033920288086,-73.45095825195312,-9.55566692352295,92.79582977294922,65.73578643798828,-3.720000982284546,112.95952606201172,67.15201568603516,-6.3558669090271,109.75608825683594,63.136695861816406,-42.48807907104492,79.22737121582031,112.25202178955078,-25.29012680053711,87.33930969238281,108.69893646240234,-51.49496078491211,76.36685180664062,106.07679748535156,-21.738229751586914,192.7830047607422,76.80451202392578,-23.774282455444336,202.84848022460938,79.31468200683594,-13.82917308807373,206.12965393066406,78.27664184570312,-105.33504486083984,153.10301208496094,4.242823123931885,-88.16848754882812,148.88409423828125,2.8353230953216553,-96.62750244140625,161.9873504638672,11.498259544372559,-43.416221618652344,109.09600830078125,107.13135528564453,-41.57102584838867,111.829345703125,97.43730926513672,-30.340024948120117,111.6396713256836,110.5845718383789,-16.485694885253906,212.16343688964844,-83.48223876953125,-29.950702667236328,214.94114685058594,-87.77141571044922,-13.717663764953613,208.51979064941406,-94.87509155273438,40.142547607421875,40.988243103027344,78.69855499267578,52.98304748535156,40.084877014160156,87.59827423095703,36.17772674560547,45.371131896972656,90.60638427734375,-85.25558471679688,166.64999389648438,67.62517547607422,-77.78401947021484,167.77613830566406,57.25807189941406,-94.67645263671875,163.6359405517578,60.610130310058594,-57.91802978515625,47.935768127441406,101.69815063476562,-54.62925338745117,63.191802978515625,116.0795669555664,-42.17282485961914,60.96692657470703,116.45045471191406,46.91610336303711,58.316864013671875,64.90435791015625,47.63299560546875,62.941253662109375,83.88052368164062,40.5886116027832,65.24266815185547,84.32708740234375,10.504871368408203,73.75746154785156,46.92768478393555,7.8759260177612305,88.92263793945312,40.914405822753906,-2.4789180755615234,87.8101806640625,40.76179122924805,12.115625381469727,169.6858673095703,-147.11334228515625,17.861364364624023,155.88868713378906,-151.810546875,8.773707389831543,152.3411407470703,-149.81129455566406,16.20471954345703,135.34857177734375,-159.65542602539062,22.59303092956543,136.17648315429688,-161.1651611328125,23.829265594482422,120.4374008178711,-162.53976440429688,47.46575927734375,192.9918212890625,-100.4727783203125,42.408973693847656,188.16964721679688,-98.5210952758789,40.57193374633789,192.5705108642578,-91.7559585571289,-88.16848754882812,148.88409423828125,2.8353230953216553,-84.24087524414062,141.98080444335938,-10.036044120788574,-74.10889434814453,152.3925323486328,4.20526123046875,69.36502838134766,94.00963592529297,45.27875518798828,63.215911865234375,102.75748443603516,61.63273239135742,58.90960693359375,97.69790649414062,43.55082321166992,-37.663265228271484,107.86106872558594,49.88850021362305,-35.91813659667969,105.6423110961914,38.14609909057617,-19.82569694519043,120.53882598876953,43.25315856933594,32.11578369140625,245.92288208007812,-4.359395980834961,37.4090576171875,241.8205108642578,-11.944353103637695,18.007572174072266,242.6100616455078,-3.241260051727295,70.78614044189453,64.96778106689453,65.23509979248047,67.06871795654297,67.93128967285156,74.61882781982422,74.78302764892578,69.88915252685547,69.61304473876953,20.75883674621582,96.38665771484375,43.327491760253906,24.436655044555664,98.72691345214844,44.521095275878906,15.629524230957031,102.41634368896484,46.53388977050781,-120.62594604492188,127.3207015991211,26.760873794555664,-119.24095916748047,119.9399185180664,35.30880355834961,-118.01116180419922,135.3171844482422,39.16591262817383,-52.252098083496094,83.04953002929688,59.909034729003906,-60.41613006591797,79.62911224365234,66.19074249267578,-45.58485412597656,85.56864166259766,76.92695617675781,23.927749633789062,58.93739318847656,68.03919219970703,25.004606246948242,67.44442749023438,69.64686584472656,32.86416244506836,62.368953704833984,71.88624572753906,-30.159984588623047,130.1696014404297,125.03370666503906,-31.101144790649414,146.65631103515625,119.30506134033203,-22.940528869628906,143.43359375,119.66449737548828,35.612998962402344,86.03962707519531,27.987796783447266,29.8063907623291,87.87382507324219,17.93509864807129,29.182527542114258,88.6148681640625,33.1748161315918,-22.83409881591797,65.0201644897461,81.72401428222656,-22.29854965209961,61.92979049682617,80.12840270996094,-24.347837448120117,60.36962890625,78.13209533691406,-21.01390838623047,107.5797348022461,95.26978302001953,-17.26177215576172,103.93327331542969,98.54634094238281,-17.9171199798584,97.18345642089844,112.10420989990234,71.91165161132812,176.88746643066406,-109.10394287109375,76.74934387207031,169.67974853515625,-102.87715911865234,73.39991760253906,167.19708251953125,-114.5911865234375,-43.676177978515625,223.07913208007812,-67.91161346435547,-42.53361511230469,217.21389770507812,-83.62032318115234,-47.15841293334961,210.43670654296875,-75.44271087646484,85.68524169921875,183.4210662841797,38.95539093017578,88.33428955078125,201.5363311767578,33.07693862915039,97.90331268310547,191.14500427246094,38.1595458984375,-43.676177978515625,223.07913208007812,-67.91161346435547,-48.895652770996094,219.45516967773438,-64.20935821533203,-47.000423431396484,221.61279296875,-55.83653259277344,-7.195792198181152,68.26500701904297,56.995697021484375,-4.8151140213012695,76.27093505859375,60.400794982910156,-4.07395601272583,60.536033630371094,67.11510467529297,101.96318817138672,191.59307861328125,-31.041866302490234,112.33380889892578,170.7231903076172,-41.53535079956055,101.89845275878906,182.08578491210938,-38.8692741394043,41.19980239868164,213.5355682373047,-83.58698272705078,29.851253509521484,210.0712890625,-95.84693908691406,35.32354736328125,203.21109008789062,-97.20269012451172,-34.740875244140625,144.14988708496094,128.395263671875,-27.7073917388916,164.62730407714844,120.24698638916016,-42.30463409423828,154.29786682128906,126.18885040283203,77.82965850830078,215.25161743164062,34.71528244018555,68.86012268066406,215.95277404785156,29.368200302124023,70.78690338134766,216.2769012451172,40.35562515258789,-0.8395789861679077,108.7529296875,74.76873779296875,-2.1050870418548584,117.29205322265625,72.98175048828125,-1.8027750253677368,104.33619689941406,85.72119140625,97.52693939208984,79.48208618164062,48.84649658203125,93.25662231445312,77.66374969482422,43.375457763671875,95.17510223388672,81.85820007324219,47.8102912902832,12.116440773010254,222.24501037597656,40.22433090209961,8.415135383605957,198.7078857421875,42.76704788208008,8.36050033569336,221.6431884765625,33.52688217163086,-28.86153221130371,101.85397338867188,117.7548828125,-23.671707153320312,96.4994888305664,119.40586853027344,-38.3462028503418,102.12129211425781,122.5509262084961,-63.696929931640625,94.41292572021484,37.442535400390625,-66.28626251220703,87.40576934814453,31.151880264282227,-90.54688262939453,84.78633117675781,44.691959381103516,99.69828033447266,154.91700744628906,37.81159591674805,85.7996826171875,157.94737243652344,50.691959381103516,93.00933074951172,166.47982788085938,54.328914642333984,62.23809051513672,204.19309997558594,21.293535232543945,55.76068115234375,202.9146728515625,33.98698425292969,63.055625915527344,205.15899658203125,10.440242767333984,-17.936222076416016,244.4623565673828,-19.998926162719727,-11.374101638793945,241.24124145507812,-10.319952011108398,-16.010019302368164,240.76564025878906,-30.339462280273438,-8.610063552856445,89.58917236328125,-73.47216033935547,-8.099207878112793,85.9958724975586,-110.24507141113281,-8.292135238647461,79.08811950683594,-103.58734130859375,-94.80492401123047,188.792724609375,-56.73885726928711,-92.46437072753906,192.19430541992188,-64.66197204589844,-107.52275085449219,174.1146697998047,-53.87812805175781,-57.56446075439453,210.56069946289062,71.58715057373047,-47.571800231933594,209.59182739257812,72.65129852294922,-60.623809814453125,199.71974182128906,79.17374420166016,7.806818962097168,195.19146728515625,64.43933868408203,8.47353458404541,199.91578674316406,73.44561004638672,7.632574081420898,185.8917236328125,71.30895233154297,-98.6882553100586,129.4082794189453,19.553834915161133,-96.46661376953125,149.29190063476562,38.68320083618164,-110.35587310791016,130.1158447265625,22.576723098754883,-38.48103332519531,107.96260070800781,-11.191243171691895,-49.647727966308594,106.9946060180664,-9.26500415802002,-38.572479248046875,112.09086608886719,-3.246767044067383,-13.448179244995117,116.88407135009766,77.35115814208984,-31.776193618774414,114.06954956054688,75.32300567626953,-33.02940368652344,110.4614486694336,96.2174301147461,56.18827438354492,62.780452728271484,68.8586196899414,46.17035675048828,66.45756530761719,84.21835327148438,65.7386703491211,66.91822814941406,87.8045425415039,22.10372543334961,107.83216857910156,4.199191093444824,15.373086929321289,111.95594787597656,16.054914474487305,12.497377395629883,119.44610595703125,10.355276107788086,-104.83872985839844,96.58853149414062,63.04627227783203,-107.78587341308594,95.60346221923828,57.74960708618164,-99.69539642333984,90.68672943115234,45.67887878417969,-90.20494842529297,150.4419403076172,-10.577025413513184,-82.38338470458984,148.09420776367188,-15.990107536315918,-98.63155364990234,137.8452911376953,-27.89718246459961,-31.4454402923584,115.2432861328125,100.82050323486328,-33.47889709472656,112.44331359863281,92.19231414794922,-16.555580139160156,114.52710723876953,101.64080047607422,61.807716369628906,99.5201416015625,53.89190673828125,54.15737533569336,105.47947692871094,69.89498901367188,37.851566314697266,107.7768783569336,49.946319580078125,70.78690338134766,216.2769012451172,40.35562515258789,70.6347885131836,219.67893981933594,54.25836944580078,77.82965850830078,215.25161743164062,34.71528244018555,10.525835990905762,198.3969268798828,-107.82740783691406,7.552223205566406,203.6851348876953,-90.15007019042969,6.457760810852051,193.39358520507812,-101.35600280761719,93.01544952392578,106.16581726074219,-85.56877899169922,80.93639373779297,98.20828247070312,-73.66340637207031,87.29026794433594,95.46878051757812,-81.47267150878906,-33.3806037902832,120.7144775390625,127.46573638916016,-31.190799713134766,112.89189910888672,123.4387435913086,-24.4721736907959,122.83695983886719,125.27859497070312,-29.245241165161133,96.58519744873047,-157.25657653808594,-21.443750381469727,87.6785659790039,-153.0803680419922,-32.98930358886719,86.00239562988281,-151.31246948242188,38.930118560791016,182.26751708984375,83.93807983398438,35.266361236572266,200.50088500976562,80.72502136230469,43.04157638549805,179.26686096191406,71.69452667236328,11.556133270263672,71.23384857177734,44.3223762512207,-8.514948844909668,65.4891128540039,46.52675247192383,7.576723098754883,86.72341918945312,38.65716552734375,27.619413375854492,50.9281120300293,49.30175018310547,16.90794563293457,58.677921295166016,51.25922775268555,26.413049697875977,61.268367767333984,49.6842041015625,-18.150794982910156,78.08232116699219,-0.11078699678182602,-3.920077085494995,78.38748168945312,-5.43867301940918,-18.336122512817383,89.1394271850586,-3.5305869579315186,-102.23802947998047,76.23363494873047,0.8131049871444702,-87.49012756347656,55.7917366027832,-18.42601776123047,-92.51578521728516,59.579044342041016,-21.18408966064453,100.90045166015625,153.86277770996094,-76.06465148925781,91.89852142333984,148.5301513671875,-75.27021026611328,78.84593963623047,160.8212127685547,-78.93671417236328,1.1338729858398438,90.56766510009766,94.12413787841797,1.1860840320587158,108.78060913085938,85.96476745605469,-0.14660200476646423,102.99063110351562,84.36286163330078,-54.07197189331055,72.81840515136719,92.27466583251953,-67.4721908569336,65.34395599365234,91.57874298095703,-48.23114776611328,74.39588928222656,108.00926971435547,99.92142486572266,121.3036117553711,-35.883575439453125,100.26226043701172,139.35447692871094,-16.152652740478516,84.24087524414062,141.98080444335938,-10.036044120788574,-36.407737731933594,198.9342498779297,78.88525390625,-33.090232849121094,206.96864318847656,74.48241424560547,-33.33966064453125,199.02833557128906,82.99284362792969,-22.76946258544922,69.5570068359375,71.88383483886719,-27.775646209716797,65.23485565185547,76.35352325439453,-22.744220733642578,58.35099792480469,70.88377380371094,51.683349609375,65.04466247558594,26.48334312438965,50.839324951171875,61.294857025146484,31.028594970703125,52.49592590332031,63.69453048706055,30.80255126953125,-72.24873352050781,85.98393249511719,30.960838317871094,-68.83999633789062,81.11490631103516,15.055573463439941,-60.03854751586914,86.4446792602539,23.96834945678711,-7.50803279876709,89.16336822509766,75.62544250488281,-4.229870796203613,84.57731628417969,68.89654541015625,-3.87335205078125,91.46273803710938,69.49583435058594,8.257092475891113,87.88272857666016,70.6263427734375,7.895063877105713,91.7929458618164,74.45246124267578,15.59131908416748,90.96013641357422,70.4231185913086,-32.05485916137695,95.92338562011719,124.19930267333984,-38.3462028503418,102.12129211425781,122.5509262084961,-23.671707153320312,96.4994888305664,119.40586853027344,72.63259887695312,110.5406723022461,103.56475830078125,78.11871337890625,106.90360260009766,93.2427749633789,89.91448211669922,109.84773254394531,88.77339935302734,24.223533630371094,76.3546371459961,10.042698860168457,15.678853988647461,61.14999008178711,24.105886459350586,20.733341217041016,68.99791717529297,9.828287124633789,102.82996368408203,99.13737487792969,61.73196792602539,101.97818756103516,110.59498596191406,69.66806030273438,107.49042510986328,103.91371154785156,61.58452606201172,-48.895652770996094,219.45516967773438,-64.20935821533203,-53.53769302368164,218.6182403564453,-65.92179107666016,-47.000423431396484,221.61279296875,-55.83653259277344,-90.24346160888672,76.49369049072266,44.47050476074219,-86.33592987060547,69.87567138671875,42.43001937866211,-60.1833610534668,76.2315444946289,26.254419326782227,-104.4798355102539,172.92843627929688,-53.982521057128906,-92.17134857177734,180.40774536132812,-43.86363220214844,-103.50593566894531,164.99566650390625,-42.553279876708984,-87.16961669921875,157.6736297607422,5.125223159790039,-81.73532104492188,152.29417419433594,5.9268798828125,-75.39811706542969,150.67872619628906,1.668336033821106,8.675992965698242,112.89789581298828,32.38496398925781,5.235879898071289,125.68950653076172,38.0400505065918,10.63745403289795,127.1783676147461,36.46415710449219,44.475318908691406,88.39031982421875,-49.99782943725586,53.95167922973633,88.39627075195312,-55.222103118896484,50.16707229614258,92.76473999023438,-43.51280975341797,-9.893028259277344,184.6689453125,36.45808410644531,-7.528894901275635,173.93775939941406,30.125093460083008,-7.930333137512207,190.3335723876953,22.68898582458496,-50.84947204589844,174.29898071289062,-117.34196472167969,-45.4299430847168,166.15090942382812,-129.25103759765625,-61.8090934753418,176.63528442382812,-117.1838150024414,-6.485029220581055,198.41233825683594,-64.28118896484375,-4.033278942108154,218.7055206298828,-64.11685943603516,-4.450394153594971,198.2959747314453,-50.23521041870117,5.787651062011719,112.83772277832031,74.32750701904297,7.630072116851807,110.14393615722656,79.00025177001953,10.782485961914062,115.25212097167969,76.57559967041016,118.71751403808594,100.27145385742188,-10.56782341003418,111.58329772949219,116.97538757324219,9.47343635559082,117.74166870117188,112.75773620605469,12.424968719482422,-73.54430389404297,86.64225769042969,-122.56654357910156,-82.80450439453125,92.84280395507812,-118.7059097290039,-69.44327545166016,94.38056945800781,-139.2886199951172,-32.21702194213867,85.12642669677734,-61.139408111572266,-51.27027130126953,84.21466064453125,-64.14999389648438,-46.663326263427734,96.22201538085938,-43.49609375,45.14202880859375,126.13997650146484,18.786813735961914,40.773616790771484,114.80850219726562,11.322781562805176,31.941146850585938,126.05879974365234,19.959396362304688,-46.723297119140625,100.28299713134766,-152.98573303222656,-45.41727828979492,92.6880111694336,-152.01605224609375,-62.08646774291992,94.87550354003906,-145.25624084472656,-9.242097854614258,86.11109924316406,-63.7822265625,-15.002077102661133,77.67839813232422,-75.55188751220703,-7.388001918792725,76.0252914428711,-90.94642639160156,53.781776428222656,112.6321792602539,109.08380126953125,59.86170959472656,111.9157485961914,100.41897583007812,33.673030853271484,113.0880355834961,108.84249877929688,-27.475879669189453,76.5607681274414,11.493391036987305,-18.150794982910156,78.08232116699219,-0.11078699678182602,-18.336122512817383,89.1394271850586,-3.5305869579315186,-18.73537826538086,116.53211212158203,99.49457550048828,-16.072908401489258,116.31401062011719,95.20621490478516,-33.50568771362305,115.63724517822266,93.99411010742188,88.69109344482422,76.8184814453125,78.2216567993164,82.95125579833984,84.9506607055664,88.4948959350586,67.63215637207031,88.32637023925781,100.0058364868164,-5.244349002838135,92.54584503173828,55.467002868652344,-10.786803245544434,89.08849334716797,45.0715446472168,-5.697004795074463,101.81156921386719,41.48930740356445,79.98441314697266,112.3026123046875,-52.648597717285156,81.59611511230469,128.51824951171875,-40.67453384399414,82.29164123535156,116.67100524902344,-31.204444885253906,8.099207878112793,85.9958724975586,-110.24507141113281,10.891006469726562,101.28331756591797,-135.25074768066406,14.078363418579102,104.3967056274414,-124.69081115722656,52.59247589111328,62.4429817199707,44.111270904541016,56.26533889770508,66.90526580810547,43.26500701904297,65.62059020996094,63.950496673583984,49.64569854736328,-107.8685531616211,185.8116912841797,-31.244657516479492,-98.81165313720703,201.5356903076172,-23.97747039794922,-101.96318817138672,191.59307861328125,-31.0418643951416,-67.08113861083984,54.625877380371094,40.55339813232422,-51.373817443847656,50.856197357177734,41.41246032714844,-56.104942321777344,64.65966033935547,29.422529220581055,21.111473083496094,93.7474136352539,42.4295539855957,10.365004539489746,100.59528350830078,44.45803451538086,20.0925350189209,84.85812377929688,43.28350067138672,-50.725608825683594,116.2457504272461,48.427947998046875,-57.09166717529297,92.88251495361328,21.503829956054688,-54.43436813354492,104.8736572265625,41.39039611816406,-25.490184783935547,120.88874816894531,72.73394775390625,-35.57403564453125,125.19786071777344,74.84832763671875,-23.7254638671875,127.89546203613281,84.98611450195312,82.85517120361328,208.66160583496094,41.64009475708008,75.09209442138672,213.21226501464844,40.12816619873047,81.16126251220703,208.2093048095703,32.990333557128906,36.43634033203125,64.73699188232422,77.64241790771484,29.644521713256836,68.73770904541016,78.37092590332031,43.53573989868164,63.636837005615234,84.6386947631836,-83.5179214477539,218.43649291992188,-8.757225036621094,-79.51176452636719,224.67471313476562,-16.097646713256836,-91.25017547607422,213.45379638671875,-21.23619270324707,-94.66443634033203,78.7322769165039,16.04307746887207,-101.78255462646484,77.92446899414062,11.409863471984863,-89.66950988769531,63.60841751098633,-1.807515025138855,-10.55361557006836,109.73932647705078,-148.45541381835938,-9.610774993896484,112.72602081298828,-141.05419921875,-6.431610107421875,142.84622192382812,-135.57911682128906,43.64308166503906,112.0104751586914,79.04592895507812,30.2750186920166,119.4686050415039,79.96712493896484,44.4786491394043,114.87017822265625,68.33631134033203,-98.36134338378906,88.36918640136719,59.71878433227539,-92.51825714111328,86.82810974121094,59.192039489746094,-93.00244140625,93.44593811035156,56.74525833129883,81.59611511230469,128.51824951171875,-40.67453384399414,74.73419952392578,145.89671325683594,-19.816688537597656,79.61151123046875,130.45188903808594,-19.539180755615234,101.08208465576172,84.9366455078125,63.2920036315918,99.18043518066406,88.09659576416016,77.5316390991211,102.78595733642578,75.85037994384766,66.82579803466797,62.450721740722656,96.60831451416016,-48.42087936401367,55.45849609375,95.07671356201172,-46.03952407836914,58.72652816772461,92.54862976074219,-43.05237579345703,73.33142852783203,87.2511978149414,114.77377319335938,54.41635513305664,95.38508605957031,126.395263671875,51.75299072265625,84.14666748046875,126.97960662841797,73.24378967285156,166.6791229248047,-98.1771240234375,70.92748260498047,161.4832000732422,-86.85709381103516,80.78459167480469,166.9178466796875,-80.30030059814453,60.766319274902344,214.63064575195312,-18.350000381469727,58.84314727783203,223.8788604736328,-27.19465446472168,68.45880126953125,217.7506103515625,-30.948095321655273,-9.518106460571289,75.31011199951172,54.85761642456055,-14.25680923461914,79.00817108154297,55.940616607666016,-12.838787078857422,83.43402099609375,59.14543151855469,50.964332580566406,148.32252502441406,113.9874038696289,53.6204719543457,139.53079223632812,118.47044372558594,41.05088806152344,152.25076293945312,120.64889526367188,63.88471603393555,62.78648376464844,-63.781124114990234,67.39334106445312,54.45938491821289,-55.6345329284668,79.4499740600586,65.2092514038086,-64.36800384521484,-92.52735137939453,151.20745849609375,77.45458984375,-93.49198150634766,161.7835693359375,63.932064056396484,-85.42207336425781,163.0582733154297,67.4488525390625,102.10627746582031,202.4008026123047,1.3621829748153687,97.15657806396484,200.2178192138672,-4.4555230140686035,99.77117919921875,209.30746459960938,7.199182033538818,33.10357666015625,84.13166046142578,29.14680290222168,39.458580017089844,84.0058364868164,36.90453338623047,29.548250198364258,89.25272369384766,36.914127349853516,-55.70761489868164,57.802085876464844,-44.74261474609375,-67.39334106445312,54.45938491821289,-55.6345329284668,-76.53624725341797,56.283653259277344,-33.18030548095703,40.26936340332031,182.2982177734375,84.74537658691406,46.6567497253418,163.6168212890625,93.82679748535156,43.46480941772461,183.54251098632812,95.22896575927734,26.413049697875977,61.268367767333984,49.6842041015625,20.703336715698242,66.16209411621094,51.55550003051758,25.851863861083984,65.25016021728516,51.528404235839844,12.807398796081543,89.68020629882812,64.97021484375,11.402618408203125,86.43389129638672,69.82990264892578,8.281905174255371,86.8260498046875,62.64599609375,39.64329528808594,77.12532806396484,27.382492065429688,33.10357666015625,84.13166046142578,29.14680290222168,29.141687393188477,84.70409393310547,14.709874153137207,32.98739242553711,113.52229309082031,97.69454193115234,24.207904815673828,112.25920104980469,107.07572174072266,4.602146148681641,122.86155700683594,111.88473510742188,-49.5764045715332,85.43209838867188,-119.96211242675781,-59.962860107421875,88.061279296875,-123.52162170410156,-50.15968322753906,89.0406265258789,-109.64122009277344,-111.69752502441406,148.599609375,-56.285518646240234,-109.4815444946289,144.48744201660156,-66.00892639160156,-108.76521301269531,162.1514892578125,-63.969764709472656,59.55351638793945,42.20903396606445,72.74283599853516,68.08199310302734,46.2320671081543,91.93279266357422,70.8760757446289,45.46518325805664,76.5923843383789,-30.7672176361084,36.45073699951172,66.76136016845703,-23.693370819091797,37.92741775512695,64.29801940917969,-21.8492488861084,39.400184631347656,76.1640625,9.207775115966797,124.27738189697266,75.01290893554688,6.719873905181885,126.5972900390625,84.80843353271484,3.6990599632263184,130.5189666748047,78.58541870117188,29.6600284576416,151.4482421875,52.30018997192383,22.896739959716797,162.4393768310547,73.88245391845703,23.761184692382812,150.4877166748047,57.00572967529297,60.226318359375,114.39772033691406,24.102764129638672,62.11569595336914,113.93095397949219,28.18931770324707,58.912803649902344,108.56640625,26.092086791992188,-59.77238464355469,45.852359771728516,103.93555450439453,-52.71577072143555,62.141761779785156,119.59910583496094,-64.04088592529297,58.796573638916016,112.98785400390625,57.704078674316406,103.94104766845703,-2.622502088546753,57.78554153442383,94.6339340209961,-13.255697250366211,56.41496658325195,114.38397216796875,7.109283924102783,10.43869686126709,163.00779724121094,-145.62387084960938,6.624797821044922,181.0091094970703,-133.30250549316406,6.417544841766357,159.13792419433594,-140.81826782226562,4.248672962188721,134.7217559814453,-44.75920104980469,5.231973171234131,125.41905975341797,-64.87094116210938,7.480226993560791,115.10200500488281,-40.809593200683594,86.97299194335938,78.294189453125,80.8378677368164,70.27110290527344,87.7569351196289,98.87689971923828,74.15359497070312,88.29883575439453,97.05061340332031,-4.85443115234375,206.67222595214844,69.7553939819336,-6.812516212463379,206.05284118652344,44.71659469604492,-8.612277030944824,218.7423095703125,64.13249969482422,-34.314510345458984,56.50104904174805,49.66259002685547,-34.8836669921875,59.48269271850586,47.97623825073242,-36.7456169128418,58.3067512512207,42.84568786621094,-100.1375732421875,138.26145935058594,-85.10868835449219,-72.76606750488281,129.1578826904297,-78.18599700927734,-85.93901062011719,129.6431121826172,-83.2947006225586,-100.1375732421875,138.26145935058594,-85.10868835449219,-93.5919418334961,130.51177978515625,-82.41197204589844,-97.85459899902344,128.40267944335938,-72.72510528564453,-23.22114372253418,68.07028198242188,48.39664077758789,-17.163938522338867,80.10809326171875,47.17268371582031,-22.2246150970459,71.25579833984375,64.85302734375,-69.88272094726562,67.43994903564453,61.58841323852539,-67.79367065429688,64.36723327636719,67.3030014038086,-67.12299346923828,66.14278411865234,53.41630172729492,-53.26066970825195,130.64349365234375,-144.56504821777344,-35.63838195800781,122.80725860595703,-155.12074279785156,-43.51415252685547,134.26495361328125,-151.27008056640625,-48.491329193115234,67.9863052368164,-16.967021942138672,-54.59039306640625,69.75845336914062,-10.187885284423828,-56.32909393310547,79.32967376708984,0.5420730113983154,-90.99514770507812,99.9347152709961,72.75314331054688,-80.36381530761719,102.5179672241211,64.45372009277344,-93.00244140625,93.44593811035156,56.74525833129883,-19.772235870361328,149.6077423095703,47.892982482910156,-29.819190979003906,151.14480590820312,52.16697311401367,-24.78573226928711,161.41378784179688,64.91361999511719,97.80445098876953,123.08521270751953,-80.57801818847656,103.98566436767578,129.7623291015625,-88.2679443359375,100.19509887695312,138.42828369140625,-85.22396087646484,10.782485961914062,115.25212097167969,76.57559967041016,7.630072116851807,110.14393615722656,79.00025177001953,9.00600814819336,113.28106689453125,79.19406127929688,-36.7456169128418,58.3067512512207,42.84568786621094,-41.06874084472656,50.631778717041016,46.09930419921875,-34.314510345458984,56.50104904174805,49.66259002685547,40.43500900268555,238.08926391601562,30.276227951049805,36.97295379638672,227.11228942871094,36.805511474609375,31.836729049682617,237.113525390625,33.686676025390625,-105.31114959716797,151.1942596435547,-12.264540672302246,-77.72036743164062,154.14688110351562,4.261682987213135,-90.20494842529297,150.4419403076172,-10.577025413513184,94.80492401123047,188.792724609375,-56.73885726928711,95.2078857421875,195.11390686035156,-43.27461624145508,95.06487274169922,182.97195434570312,-45.38040542602539,111.38230895996094,128.16456604003906,17.31426239013672,97.80781555175781,143.32809448242188,28.951980590820312,111.48310089111328,147.24960327148438,33.80244064331055,-73.09300231933594,145.2242431640625,-8.360901832580566,-74.10889434814453,152.3925323486328,4.20526123046875,-84.24087524414062,141.98080444335938,-10.036044120788574,-92.1554183959961,96.48207092285156,-114.10717010498047,-73.55928802490234,99.89402770996094,-132.47406005859375,-82.80450439453125,92.84280395507812,-118.7059097290039,-66.69334411621094,112.77555084228516,-80.57450103759766,-73.62029266357422,106.35059356689453,-65.84063720703125,-61.09979248046875,97.22631072998047,-64.88268280029297,-54.75338363647461,106.2681655883789,102.9971694946289,-78.18357849121094,103.65187072753906,88.1833724975586,-74.41032409667969,104.64945983886719,81.00611877441406,-13.27345085144043,103.6039810180664,49.979713439941406,-18.081268310546875,107.24755096435547,46.965919494628906,-13.846763610839844,99.87309265136719,46.8145637512207,10.327995300292969,121.51768493652344,53.06182098388672,28.710865020751953,97.09481048583984,55.1190071105957,21.272520065307617,108.68211364746094,46.473121643066406,66.70819854736328,210.04583740234375,39.5942268371582,52.76539611816406,210.58558654785156,48.80812072753906,55.08863830566406,198.93780517578125,34.226234436035156,-33.508949279785156,101.49913787841797,-29.88155174255371,-19.02179718017578,100.84334564208984,-27.315841674804688,-21.19436264038086,102.87353515625,-6.824865818023682,35.606929779052734,62.0504035949707,43.83412170410156,28.665325164794922,66.22541046142578,50.781402587890625,28.780250549316406,62.17969512939453,58.875755310058594,-71.31114196777344,103.98348236083984,108.75804138183594,-65.56832885742188,98.4913558959961,118.02485656738281,-50.5947151184082,103.76677703857422,124.84978485107422,-35.46437454223633,67.92376708984375,87.78547668457031,-34.61726760864258,76.07833099365234,108.5406265258789,-26.40553092956543,76.62800598144531,98.82511138916016,-3.3564820289611816,160.69662475585938,-135.62762451171875,-3.8248419761657715,163.33042907714844,-142.4402618408203,-3.364320993423462,165.38023376464844,-125.77584838867188,-4.831471920013428,110.3282241821289,48.87486267089844,-6.229276180267334,100.1960220336914,53.72158432006836,-5.081424236297607,106.62616729736328,42.920047760009766,-28.27916145324707,226.7459259033203,-50.48664474487305,-23.399023056030273,227.89578247070312,-65.25413513183594,-21.96610450744629,230.48599243164062,-47.99159240722656,-5.00779914855957,140.2920379638672,-122.92457580566406,-8.353164672851562,112.15528106689453,-120.81460571289062,-5.186662197113037,125.27108764648438,-130.2986297607422,85.38481140136719,115.54777526855469,61.63138198852539,97.02689361572266,100.04765319824219,64.9122314453125,98.83868408203125,107.2736587524414,71.54999542236328,-85.68524169921875,183.4210662841797,38.95539093017578,-89.25761413574219,187.0850830078125,52.16061019897461,-98.28489685058594,165.97918701171875,42.902992248535156,7.905664920806885,112.81517028808594,-17.164466857910156,9.625943183898926,115.2387924194336,-6.206552028656006,7.429224014282227,131.6343994140625,-10.867557525634766,-41.94747543334961,78.06858825683594,-135.4095001220703,-27.611461639404297,69.66803741455078,-130.00338745117188,-31.010753631591797,70.30155944824219,-113.17948150634766,-29.892000198364258,216.42845153808594,59.227394104003906,-32.32773971557617,208.2993927001953,58.71104049682617,-39.34177017211914,217.23280334472656,56.46320724487305,101.4483642578125,135.3737030029297,55.67897033691406,97.66946411132812,149.01861572265625,72.58968353271484,106.98851776123047,142.30963134765625,52.41130828857422,38.275123596191406,239.38136291503906,-10.175469398498535,22.039775848388672,238.56655883789062,-6.040243148803711,38.11515808105469,229.0428009033203,-15.345490455627441,-16.08932113647461,100.00257873535156,111.74010467529297,-12.329465866088867,99.84430694580078,103.08733367919922,-22.50656509399414,103.74320983886719,115.60429382324219,22.896739959716797,162.4393768310547,73.88245391845703,17.24324607849121,169.52935791015625,85.8419418334961,23.761184692382812,150.4877166748047,57.00572967529297,-45.95357131958008,120.82859802246094,123.717041015625,-59.027984619140625,134.9453582763672,121.1052474975586,-53.92699432373047,116.33699035644531,117.64620971679688,32.192562103271484,75.83263397216797,106.73355865478516,21.499170303344727,81.93135070800781,108.10738372802734,25.13896369934082,76.71685028076172,100.76077270507812,61.08427429199219,93.86770629882812,-15.399415969848633,46.932613372802734,105.82184600830078,4.9007158279418945,44.055519104003906,95.23043823242188,-6.183705806732178,-36.65147018432617,188.13995361328125,-119.4329605102539,-21.168411254882812,171.91326904296875,-140.70729064941406,-25.224149703979492,195.82159423828125,-116.63540649414062,36.64442443847656,69.38318634033203,92.39628601074219,48.43865966796875,70.45582580566406,102.19695281982422,43.53573989868164,63.636837005615234,84.6386947631836,7.630072116851807,110.14393615722656,79.00025177001953,5.787651062011719,112.83772277832031,74.32750701904297,0.6767669916152954,110.43592834472656,72.50030517578125,56.182395935058594,109.53607940673828,21.956275939941406,58.912803649902344,108.56640625,26.092086791992188,54.42111587524414,98.33305358886719,19.835166931152344,105.98800659179688,190.5273895263672,21.064218521118164,107.9534912109375,185.72802734375,7.92405891418457,106.25720977783203,185.040283203125,14.665705680847168,-16.328739166259766,83.38584899902344,56.24652862548828,-14.95590591430664,94.83319091796875,45.18904113769531,-18.541635513305664,76.12258911132812,57.777584075927734,-33.78216552734375,156.55068969726562,-140.0167236328125,-40.34578323364258,151.19522094726562,-131.74024963378906,-40.82887268066406,141.11904907226562,-147.25315856933594,-8.514948844909668,65.4891128540039,46.52675247192383,11.556133270263672,71.23384857177734,44.3223762512207,0.7890059947967529,51.686805725097656,50.59031295776367,2.9313859939575195,190.48794555664062,-102.30718994140625,8.70098876953125,201.56936645507812,-106.61214447021484,3.176136016845703,183.82167053222656,-130.1174774169922,80.09178924560547,83.47342681884766,91.19043731689453,78.99253845214844,86.63634490966797,89.69682312011719,70.82478332519531,88.1739501953125,94.10455322265625,-69.66667175292969,88.0092544555664,-119.23773956298828,-78.63105773925781,92.17940521240234,-117.97789001464844,-81.71275329589844,90.5634994506836,-106.46195983886719,-75.40646362304688,122.26434326171875,105.35374450683594,-65.26997375488281,130.67578125,108.01465606689453,-55.71971893310547,120.33760070800781,114.62873840332031,-19.46955680847168,190.5125732421875,-20.60877799987793,-13.505044937133789,186.78146362304688,-36.23402404785156,-14.279926300048828,191.06370544433594,-14.221776962280273,100.0710678100586,200.47120666503906,2.4410109519958496,107.1148681640625,193.6898956298828,3.7421059608459473,98.59051513671875,206.08746337890625,8.191415786743164,-5.091381072998047,86.9243392944336,-111.44984436035156,-7.033711910247803,81.85499572753906,-137.65878295898438,-6.957489013671875,95.12727355957031,-138.26113891601562,84.8656234741211,207.91439819335938,-25.535259246826172,74.72826385498047,220.4300537109375,-20.974103927612305,73.24322509765625,201.7643585205078,-25.98142433166504,-62.4271125793457,85.31453704833984,-66.01685333251953,-75.1155014038086,87.8558120727539,-69.80872344970703,-71.75895690917969,83.06251525878906,-71.948974609375,36.04692459106445,185.8954315185547,91.11949157714844,42.245216369628906,182.78013610839844,83.78533172607422,40.23019790649414,196.59654235839844,80.01722717285156,6.196280002593994,141.09140014648438,76.06002044677734,4.74571418762207,137.62820434570312,91.59161376953125,7.0486369132995605,129.2110595703125,81.10828399658203,-18.007570266723633,242.6100616455078,-3.2412590980529785,-27.667490005493164,242.72915649414062,-26.86603355407715,-30.59317970275879,237.1865997314453,-12.905254364013672,-9.349322319030762,203.82566833496094,44.699485778808594,-15.693411827087402,216.5157470703125,43.319419860839844,-12.116440773010254,222.24501037597656,40.22433090209961,-89.45808410644531,203.8422088623047,-46.47993469238281,-91.15939331054688,200.32058715820312,-54.569236755371094,-95.2078857421875,195.11390686035156,-43.27461624145508,-29.189666748046875,59.25133514404297,81.93435668945312,-26.854827880859375,64.45928192138672,79.57673645019531,-24.76250648498535,55.4223747253418,84.83969116210938,22.510040283203125,192.22723388671875,89.18363952636719,23.943986892700195,183.92579650878906,99.64717102050781,13.985893249511719,184.97613525390625,91.071044921875,13.821195602416992,182.83773803710938,85.11443328857422,21.325546264648438,190.47015380859375,76.13337707519531,26.65091896057129,199.92108154296875,83.1156997680664,110.0957260131836,109.48747253417969,66.44800567626953,104.45832824707031,109.69627380371094,71.24612426757812,104.83872985839844,96.58853149414062,63.04627227783203,-57.56446075439453,210.56069946289062,71.58715057373047,-69.2813720703125,214.02886962890625,58.598793029785156,-50.86968231201172,215.29193115234375,66.87125396728516,43.308197021484375,185.2101287841797,-119.60503387451172,44.90717697143555,185.3119659423828,-109.63146209716797,47.41283416748047,175.46951293945312,-106.82439422607422,-7.484233856201172,112.34815979003906,-111.083740234375,-8.353164672851562,112.15528106689453,-120.81460571289062,-8.794230461120605,143.67770385742188,-118.32052612304688,-101.96318817138672,191.59307861328125,-31.0418643951416,-112.33380126953125,170.7231903076172,-41.53535079956055,-107.8685531616211,185.8116912841797,-31.244657516479492,8.7423095703125,60.25130081176758,75.635009765625,9.324902534484863,65.62703704833984,82.05880737304688,17.93754768371582,65.27811431884766,80.44677734375,-40.834556579589844,90.08661651611328,-3.5428659915924072,-41.10348892211914,95.61393737792969,7.563500881195068,-42.26371765136719,99.61237335205078,3.5172770023345947,-32.42428207397461,84.71570587158203,99.7341079711914,-37.136077880859375,79.62954711914062,101.9088134765625,-24.823169708251953,84.44996643066406,99.22997283935547,-79.70303344726562,173.5908966064453,85.24044799804688,-69.55326843261719,184.57078552246094,84.05858612060547,-81.05012512207031,172.7648162841797,78.05879211425781,-42.55926513671875,123.974609375,21.830991744995117,-53.93836212158203,116.47701263427734,13.440552711486816,-31.941146850585938,126.05879974365234,19.959396362304688,-3.8248419761657715,163.33042907714844,-142.4402618408203,-3.1007750034332275,150.23641967773438,-139.17782592773438,-8.773706436157227,152.34115600585938,-149.81129455566406,56.789024353027344,212.4988555908203,-70.18898010253906,53.76276779174805,217.04547119140625,-59.39107894897461,48.54453659057617,215.70541381835938,-64.86216735839844,-29.94358253479004,242.0311279296875,9.962987899780273,-25.758146286010742,232.63441467285156,12.244012832641602,-24.344654083251953,240.68603515625,20.959243774414062,23.374845504760742,59.02835464477539,85.58653259277344,24.50897216796875,56.76188278198242,83.10397338867188,19.008995056152344,59.92741012573242,87.0731201171875,-53.74971008300781,159.98716735839844,96.16763305664062,-46.60122299194336,157.9526824951172,92.47091674804688,-49.16175842285156,155.6923370361328,96.3784408569336,73.5278549194336,45.7932014465332,91.77483367919922,87.58635711669922,51.30909729003906,71.25524139404297,90.5782241821289,58.404380798339844,82.56961822509766,14.020113945007324,123.12616729736328,108.29601287841797,3.2482309341430664,128.04176330566406,113.88226318359375,4.726809024810791,119.84876251220703,119.89751434326172,-68.70767211914062,132.4835662841797,-59.51615524291992,-86.1220932006836,119.64283752441406,-67.2330093383789,-86.00283813476562,119.51185607910156,-61.565673828125,-120.76424407958984,132.99452209472656,15.355175018310547,-121.13105010986328,123.7112045288086,-0.7836509943008423,-117.01122283935547,118.74075317382812,4.423994064331055,90.95729064941406,118.25968933105469,-64.04737091064453,88.32093811035156,124.31840515136719,-46.82741165161133,98.47779846191406,126.30315399169922,-43.11570739746094,55.08863830566406,198.93780517578125,34.226234436035156,49.58972930908203,204.88665771484375,38.57624053955078,51.566429138183594,202.1487274169922,34.2294921875,-38.572479248046875,112.09086608886719,-3.246767044067383,-21.297826766967773,105.89209747314453,-7.579628944396973,-38.48103332519531,107.96260070800781,-11.191243171691895,58.78751754760742,227.242431640625,-16.08921241760254,74.72826385498047,220.4300537109375,-20.974103927612305,60.46194839477539,232.04156494140625,-11.39597225189209,-26.083744049072266,153.2298583984375,-148.38705444335938,-10.43869686126709,163.00779724121094,-145.62387084960938,-21.168411254882812,171.91326904296875,-140.70729064941406,-36.54642868041992,82.77454376220703,-15.272628784179688,-40.76543426513672,79.4122543334961,-32.23484420776367,-45.50628662109375,61.2108154296875,-37.62326431274414,92.46437072753906,192.19430541992188,-64.66197204589844,94.80492401123047,188.792724609375,-56.73885726928711,107.52275085449219,174.1146697998047,-53.87812805175781,-30.558303833007812,86.91947937011719,92.6859130859375,-23.53960418701172,86.74449157714844,94.01470184326172,-33.89995193481445,92.15567779541016,102.04971313476562,117.30237579345703,97.70790100097656,-5.445785999298096,112.27481842041016,105.73001098632812,-2.790479898452759,111.04113006591797,106.6667251586914,-10.64603328704834,-110.22264862060547,110.81365203857422,59.92971420288086,-100.56019592285156,120.90740966796875,67.03038787841797,-101.97818756103516,110.59498596191406,69.66806030273438,-93.29003143310547,179.25772094726562,58.80222702026367,-90.9525375366211,190.4607391357422,48.03644561767578,-95.58663177490234,181.2411651611328,53.6814079284668,-103.0619125366211,161.38490295410156,-71.2608642578125,-84.89392852783203,167.2865753173828,-71.54350280761719,-94.04847717285156,173.20433044433594,-67.00382995605469,-80.81668090820312,66.97408294677734,55.89911651611328,-88.45805358886719,68.082763671875,65.71421813964844,-84.26956176757812,70.79712677001953,57.58385467529297,84.60137176513672,122.06649780273438,-70.33416748046875,65.89398193359375,132.675537109375,-68.9310531616211,85.57321166992188,119.413818359375,-63.5062255859375,9.303674697875977,88.4529037475586,65.10499572753906,10.57822322845459,90.61337280273438,78.24381256103516,12.362741470336914,80.7444839477539,72.20932006835938,-11.742420196533203,229.8568572998047,39.8819465637207,-27.676963806152344,240.57008361816406,35.10197830200195,-17.65411949157715,229.3283233642578,42.096778869628906,-16.016483306884766,122.9582290649414,9.96755599975586,-4.915675163269043,125.4727554321289,5.550547122955322,-18.57602882385254,115.86199951171875,3.1279220581054688,-60.03413009643555,111.9073257446289,100.51268005371094,-51.0808219909668,113.29448699951172,77.02750396728516,-68.73020935058594,108.30342864990234,72.09330749511719,-98.29731750488281,123.22601318359375,-64.20849609375,-109.4815444946289,144.48744201660156,-66.00892639160156,-104.73397827148438,128.91259765625,-55.69329833984375,-49.092987060546875,190.35629272460938,94.76378631591797,-62.40019226074219,186.53602600097656,93.5350341796875,-54.76670837402344,181.23892211914062,99.88034057617188,-12.746052742004395,190.08436584472656,-37.0567512512207,-8.732196807861328,192.46624755859375,-50.604515075683594,-12.237104415893555,178.1273651123047,-55.8189582824707,-85.25558471679688,166.64999389648438,67.62517547607422,-92.4787368774414,158.56344604492188,75.52931213378906,-78.87078094482422,164.7113800048828,70.33068084716797,-68.85822296142578,135.59341430664062,-131.4602508544922,-63.17676544189453,139.47315979003906,-137.768310546875,-64.107666015625,131.36607360839844,-136.65528869628906,9.106847763061523,222.74525451660156,-74.686767578125,6.503259181976318,226.90003967285156,-64.5916748046875,16.487581253051758,229.20225524902344,-75.56930541992188,-109.68186950683594,144.01039123535156,54.37419509887695,-118.01116180419922,135.3171844482422,39.16591262817383,-105.62264251708984,132.18910217285156,55.059165954589844,23.490453720092773,228.2786865234375,41.711814880371094,32.2493896484375,230.17945861816406,51.79884338378906,34.812095642089844,228.86068725585938,40.60322570800781,69.83524322509766,120.43946075439453,-141.15760803222656,74.95265197753906,127.55729675292969,-134.5303192138672,78.60468292236328,118.8910140991211,-135.62416076660156,-76.74934387207031,169.67974853515625,-102.87715911865234,-81.33643341064453,180.36253356933594,-96.41044616699219,-71.91165161132812,176.88746643066406,-109.10394287109375,-23.662700653076172,73.86019134521484,67.87467193603516,-20.29054069519043,76.05819702148438,77.00025939941406,-11.23935317993164,81.31414794921875,70.08915710449219,-2.4789180755615234,87.8101806640625,40.76179122924805,4.38424015045166,105.90656280517578,30.74384307861328,-2.337671995162964,111.4687728881836,26.749155044555664,17.757722854614258,171.9327850341797,98.04302215576172,8.970056533813477,172.2152862548828,88.2243423461914,17.24324607849121,169.52935791015625,85.8419418334961,12.41989803314209,96.64042663574219,27.326704025268555,11.556133270263672,71.23384857177734,44.3223762512207,7.576723098754883,86.72341918945312,38.65716552734375,-66.30590057373047,142.3755645751953,-123.77572631835938,-68.85822296142578,135.59341430664062,-131.4602508544922,-80.36408233642578,131.242919921875,-126.61663055419922,7.632574081420898,185.8917236328125,71.30895233154297,13.912894248962402,176.8645782470703,71.05450439453125,9.318126678466797,167.42242431640625,63.22433853149414,54.51797866821289,180.0575714111328,97.07489013671875,57.14899444580078,170.10789489746094,99.3863296508789,50.5956916809082,175.63697814941406,97.57246398925781,47.3745231628418,96.6962661743164,26.040693283081055,30.17095375061035,110.28463745117188,33.69906997680664,38.57623291015625,107.7343521118164,37.81248474121094,-99.19862365722656,88.05891418457031,77.53034210205078,-87.37580108642578,100.03963470458984,88.9174575805664,-90.99514770507812,99.9347152709961,72.75314331054688,-48.54453659057617,215.70541381835938,-64.86216735839844,-45.906272888183594,218.90280151367188,-56.82638168334961,-53.76276779174805,217.04547119140625,-59.39107894897461,-32.35838317871094,106.4462661743164,-153.7146453857422,-35.63838195800781,122.80725860595703,-155.12074279785156,-50.37035369873047,122.6782455444336,-138.66818237304688,-71.22409057617188,151.84722900390625,-12.11624526977539,-77.72036743164062,154.14688110351562,4.261682987213135,-74.10889434814453,152.3925323486328,4.20526123046875,-65.62059020996094,63.950496673583984,49.64569854736328,-77.8352279663086,67.7945327758789,56.129539489746094,-56.26533889770508,66.90526580810547,43.265010833740234,84.93756103515625,158.94219970703125,5.893319129943848,99.37582397460938,172.56536865234375,10.018806457519531,103.79408264160156,176.14820861816406,7.275579929351807,-85.38481140136719,115.54777526855469,61.63138198852539,-82.16918182373047,96.11332702636719,37.8255729675293,-84.6810302734375,105.4854507446289,46.203392028808594,-68.0822525024414,46.231746673583984,91.93087768554688,-63.436241149902344,53.35869216918945,105.27485656738281,-57.91802978515625,47.935768127441406,101.69815063476562,49.61996841430664,143.5893096923828,-145.2671356201172,45.42993927001953,166.15090942382812,-129.25103759765625,55.02360916137695,167.2123565673828,-129.65101623535156,-112.5839614868164,150.9449005126953,28.352392196655273,-112.41445922851562,162.01109313964844,35.785518646240234,-117.9886474609375,152.1402587890625,16.814495086669922,-87.50445556640625,210.0396270751953,6.517897129058838,-98.31812286376953,206.37103271484375,8.226469993591309,-93.75858306884766,205.28465270996094,2.93035888671875,-47.571800231933594,209.59182739257812,72.65129852294922,-57.56446075439453,210.56069946289062,71.58715057373047,-50.86968231201172,215.29193115234375,66.87125396728516,-12.106573104858398,133.59693908691406,62.0831413269043,-8.420494079589844,129.22439575195312,81.0232162475586,-6.542716979980469,144.1177978515625,77.99842834472656,-19.03986167907715,137.5316162109375,59.11208724975586,-23.75372886657715,127.32310485839844,53.558372497558594,-12.106573104858398,133.59693908691406,62.0831413269043,84.49114990234375,88.55563354492188,-100.24484252929688,91.51162719726562,92.52264404296875,-88.3656234741211,81.1744384765625,90.15748596191406,-89.09617614746094,-107.7667236328125,163.0321807861328,0.30687400698661804,-113.03018951416016,165.25616455078125,-4.365915775299072,-107.95305633544922,185.7510986328125,7.93242883682251,12.746052742004395,190.08436584472656,-37.0567512512207,12.237104415893555,178.1273651123047,-55.8189582824707,8.732196807861328,192.46624755859375,-50.604515075683594,-15.141597747802734,103.49291229248047,-32.58839416503906,-36.243404388427734,104.88661193847656,-27.374465942382812,-21.297826766967773,105.89209747314453,-7.579628944396973,88.01533508300781,71.03919982910156,66.66117858886719,85.6375503540039,74.8188705444336,68.94646453857422,83.13431549072266,73.20781707763672,65.30293273925781,24.469953536987305,133.707275390625,-158.97030639648438,43.51415252685547,134.26495361328125,-151.27008056640625,26.083744049072266,153.2298583984375,-148.38705444335938,-34.74456787109375,63.631446838378906,74.155029296875,-48.02336502075195,60.89229965209961,74.6860580444336,-35.46437454223633,67.92376708984375,87.78547668457031,-6.402760028839111,165.7761688232422,-125.6214599609375,-4.765940189361572,180.7830047607422,-123.43202209472656,-6.417544841766357,159.13792419433594,-140.81826782226562,24.33016014099121,129.7130584716797,30.900724411010742,20.629369735717773,135.62159729003906,25.883878707885742,16.11335563659668,140.64524841308594,39.79625701904297,59.95848083496094,213.79086303710938,29.182947158813477,55.76068115234375,202.9146728515625,33.98698425292969,62.23809051513672,204.19309997558594,21.293535232543945,-50.94274139404297,219.32489013671875,62.108673095703125,-47.752681732177734,219.7784423828125,56.63386535644531,-52.96784591674805,214.69351196289062,49.070350646972656,80.36408233642578,131.242919921875,-126.61663055419922,69.17189025878906,149.328369140625,-121.90263366699219,78.38912963867188,145.53892517089844,-121.94488525390625,-24.436656951904297,98.72691345214844,44.521095275878906,-20.758834838867188,96.38666534423828,43.32749557495117,-23.157150268554688,92.23755645751953,45.05472946166992,46.17035675048828,66.45756530761719,84.21835327148438,25.667795181274414,81.15267181396484,106.36129760742188,50.408592224121094,73.72197723388672,102.4399185180664,98.57685852050781,130.20648193359375,-67.39583587646484,94.82563781738281,130.04443359375,-73.39058685302734,98.29731750488281,123.22601318359375,-64.20849609375,6.119647979736328,156.2487030029297,55.554805755615234,7.19664192199707,158.49082946777344,42.86137390136719,12.690607070922852,150.25485229492188,46.481449127197266,6.058532238006592,91.7467269897461,62.75597381591797,8.041726112365723,92.0652084350586,74.74008178710938,10.304929733276367,95.27855682373047,67.70187377929688,-3.9623420238494873,202.1541748046875,-27.775333404541016,-4.450394153594971,198.2959747314453,-50.23521041870117,-3.6774730682373047,220.5534210205078,-39.646812438964844,120.85287475585938,131.1990203857422,-2.8657450675964355,113.37744140625,153.96600341796875,9.485088348388672,114.91778564453125,134.14178466796875,-12.604199409484863,110.96388244628906,191.23013305664062,8.828756332397461,116.87327575683594,167.83998107910156,-7.2349419593811035,114.71310424804688,182.5324249267578,-3.4660120010375977,121.07533264160156,106.53895568847656,14.58432674407959,120.2452163696289,91.34480285644531,-2.7491910457611084,120.4395980834961,94.67513275146484,-9.840864181518555,-91.76954650878906,126.93495178222656,-34.67723083496094,-112.81534576416016,139.95172119140625,-24.98048210144043,-106.05765533447266,126.24493408203125,-40.878929138183594,10.31476879119873,105.75862884521484,-60.37479019165039,13.490315437316895,99.1231918334961,-54.422584533691406,12.286076545715332,88.44322967529297,-62.5181884765625,-104.45832824707031,109.6962661743164,71.24612426757812,-110.0957260131836,109.48747253417969,66.44800567626953,-104.83872985839844,96.58853149414062,63.04627227783203,-47.41283416748047,175.46951293945312,-106.82439422607422,-46.92292785644531,170.5859832763672,-114.46566772460938,-51.33833694458008,180.6035919189453,-106.75235748291016,-32.42428207397461,84.71570587158203,99.7341079711914,-48.55514144897461,84.09858703613281,97.66803741455078,-47.27313232421875,78.97624969482422,94.7489013671875,73.49797058105469,99.72413635253906,-47.623626708984375,79.98441314697266,112.3026123046875,-52.648597717285156,81.00291442871094,110.13257598876953,-37.90343475341797,-19.132587432861328,82.1209945678711,85.74034881591797,-20.29054069519043,76.05819702148438,77.00025939941406,-26.40553092956543,76.62800598144531,98.82511138916016,3.313330888748169,132.76116943359375,44.246150970458984,2.404026985168457,125.77103424072266,54.04909896850586,5.886478900909424,130.84225463867188,54.41318893432617,18.01515007019043,65.07664489746094,116.84176635742188,14.089798927307129,64.64900207519531,108.297119140625,27.99092674255371,52.85837173461914,102.67876434326172,-12.465195655822754,70.19644927978516,96.7865219116211,-17.359411239624023,62.34787368774414,93.57377624511719,-8.264469146728516,67.31607818603516,91.15248107910156,16.731369018554688,238.87356567382812,0.5111550092697144,22.039775848388672,238.56655883789062,-6.040243148803711,23.341367721557617,242.71925354003906,1.4568730592727661,29.610437393188477,55.35575866699219,102.25776672363281,36.81221008300781,53.440616607666016,105.41636657714844,32.73851776123047,50.89284133911133,88.42176818847656,22.44086265563965,44.57735824584961,78.41805267333984,16.866241455078125,61.5433464050293,84.60174560546875,28.468706130981445,50.9890251159668,82.35221099853516,39.32642364501953,82.43844604492188,-35.17887496948242,35.82051086425781,82.09571838378906,-23.637418746948242,41.39183807373047,88.54820251464844,-32.480743408203125,12.438737869262695,97.9658203125,123.68509674072266,4.2050628662109375,93.59150695800781,118.56021118164062,8.380059242248535,85.90660095214844,123.875,-42.59383773803711,107.31690979003906,91.19735717773438,-27.497310638427734,108.72821807861328,91.23040008544922,-21.01390838623047,107.5797348022461,95.26978302001953,-59.8585090637207,157.24163818359375,100.81072998046875,-50.83714294433594,158.1869354248047,97.52296447753906,-56.399024963378906,168.28260803222656,102.2774887084961,26.565147399902344,91.81195068359375,95.62619018554688,47.935279846191406,84.74935913085938,83.85526275634766,23.24382781982422,90.81139373779297,91.3552474975586,23.921113967895508,107.68534851074219,96.26670837402344,17.556446075439453,114.29692840576172,74.96372985839844,22.98965072631836,115.21218872070312,67.038818359375,-93.01544952392578,106.16581726074219,-85.56877899169922,-91.5116195678711,92.52264404296875,-88.3656234741211,-87.29026794433594,95.46878051757812,-81.47267150878906,95.48213958740234,148.8217315673828,-80.85206604003906,99.18891906738281,143.39862060546875,-85.72953033447266,95.00324249267578,138.00152587890625,-70.81275177001953,-117.70931243896484,156.9040069580078,-39.09508514404297,-112.33380126953125,170.7231903076172,-41.53535079956055,-114.67131805419922,137.6589813232422,-51.00498580932617,-92.1554183959961,96.48207092285156,-114.10717010498047,-99.23507690429688,107.26516723632812,-106.19037628173828,-84.92414855957031,109.11858367919922,-128.90164184570312,56.33469772338867,91.12348937988281,99.33488464355469,47.76972961425781,92.49713134765625,100.56145477294922,51.688568115234375,86.04052734375,100.0412368774414,-6.9994330406188965,94.56549835205078,92.24465942382812,-5.640225887298584,95.6691665649414,83.66797637939453,-7.29968786239624,79.4100112915039,87.74134063720703,5.095643997192383,176.2559051513672,108.84679412841797,18.010141372680664,165.73495483398438,120.0921401977539,26.87087059020996,171.96466064453125,115.25054931640625,-11.402522087097168,84.6273193359375,-141.48606872558594,-18.409378051757812,88.74873352050781,-149.218017578125,-17.910497665405273,75.40157318115234,-140.6155548095703,20.489336013793945,240.95986938476562,21.355300903320312,21.524433135986328,240.31663513183594,31.003829956054688,27.656051635742188,244.3241424560547,19.952484130859375,89.54286193847656,69.35806274414062,69.13494873046875,69.92162322998047,73.03553771972656,84.55217742919922,73.7292709350586,64.81725311279297,65.82845306396484,-8.514948844909668,65.4891128540039,46.52675247192383,-14.064200401306152,46.74549865722656,51.51729965209961,-15.84328842163086,84.34976196289062,38.39578628540039,-111.96186065673828,121.99935150146484,13.143401145935059,-100.18712615966797,133.85977172851562,26.607486724853516,-111.9408187866211,133.80503845214844,22.99089813232422,6.011168003082275,120.35903930664062,23.353519439697266,12.972539901733398,97.13577270507812,31.486967086791992,17.317596435546875,114.914306640625,17.123046875,-25.314390182495117,43.73586654663086,58.72480773925781,-20.610456466674805,41.730812072753906,70.42375183105469,-17.462554931640625,45.74763870239258,65.62299346923828,-61.48222732543945,87.41096496582031,7.696813106536865,-63.080665588378906,77.44622802734375,-3.5355451107025146,-67.9560546875,75.18342590332031,-1.0580309629440308,-11.23935317993164,81.31414794921875,70.08915710449219,-20.29054069519043,76.05819702148438,77.00025939941406,-19.132587432861328,82.1209945678711,85.74034881591797,87.55970001220703,59.483341217041016,43.64421463012695,81.84396362304688,51.00833511352539,48.399818420410156,66.7156753540039,51.484039306640625,38.887020111083984,98.83868408203125,107.2736587524414,71.54999542236328,94.50240325927734,119.73835754394531,68.88925170898438,85.38481140136719,115.54777526855469,61.63138198852539,99.57975006103516,169.62420654296875,50.53418731689453,102.27569580078125,164.79673767089844,41.429439544677734,95.58663177490234,181.2411651611328,53.6814079284668,78.2245101928711,103.70167541503906,87.9598159790039,70.7834701538086,101.63947296142578,105.86920928955078,63.97102355957031,102.64601135253906,112.3709945678711,48.872684478759766,80.30973815917969,88.68683624267578,26.706750869750977,83.31192016601562,95.7621841430664,47.22414016723633,78.10686492919922,79.83501434326172,84.24087524414062,141.98080444335938,-10.036044120788574,100.26226043701172,139.35447692871094,-16.152652740478516,107.98411560058594,145.21925354003906,-5.156867027282715,-110.0957260131836,109.48747253417969,66.44800567626953,-104.45832824707031,109.6962661743164,71.24612426757812,-105.68888854980469,124.93273162841797,66.68745422363281,110.12859344482422,187.2148895263672,11.01932430267334,114.07411193847656,163.40321350097656,-1.0959479808807373,110.96388244628906,191.23013305664062,8.828756332397461,44.335514068603516,97.75899505615234,21.289958953857422,36.28999710083008,108.69315338134766,31.12123680114746,39.12210464477539,97.47710418701172,16.04416847229004,-41.07733154296875,91.48597717285156,18.530757904052734,-30.17095375061035,110.2846450805664,33.699073791503906,-22.552228927612305,109.10484313964844,30.240036010742188,22.552228927612305,109.10484313964844,30.240036010742188,8.675992965698242,112.89789581298828,32.38496398925781,10.63745403289795,127.1783676147461,36.46415710449219,18.010141372680664,165.73495483398438,120.0921401977539,5.095643997192383,176.2559051513672,108.84679412841797,3.5686349868774414,170.60992431640625,111.81732940673828,79.83560943603516,204.6714324951172,-42.766448974609375,64.57763671875,211.0744171142578,-42.91350555419922,48.34447479248047,209.19326782226562,-43.99676513671875,-10.970124244689941,99.34309387207031,59.849464416503906,-5.3714752197265625,110.74156188964844,56.19671630859375,-3.748868942260742,106.34699249267578,62.633140563964844,-6.957489013671875,95.12727355957031,-138.26113891601562,-7.033711910247803,81.85499572753906,-137.65878295898438,-12.712327003479004,93.26856994628906,-150.1220703125,49.5764045715332,85.43209838867188,-119.96211242675781,59.962860107421875,88.061279296875,-123.52162170410156,57.79353713989258,87.7530746459961,-134.39938354492188,-64.4055404663086,190.9066162109375,-75.16997528076172,-58.97503662109375,204.1259765625,-79.7134017944336,-63.54136276245117,205.65408325195312,-69.58465576171875,-62.941070556640625,93.39813232421875,-63.475318908691406,-62.4271125793457,85.31453704833984,-66.01685333251953,-53.95167922973633,88.39627075195312,-55.22210693359375,10.650203704833984,70.10692596435547,96.43370819091797,7.763673782348633,72.25981140136719,113.03984832763672,5.613100051879883,78.68018341064453,97.74405670166016,-72.4373550415039,112.9547119140625,106.97195434570312,-97.31594848632812,113.85214233398438,85.84551239013672,-89.72608947753906,109.77515411376953,88.74568176269531,-16.06395721435547,174.62017822265625,92.5052490234375,-18.410892486572266,174.0994415283203,99.70849609375,-27.18794059753418,175.55686950683594,107.51034545898438,-91.80216979980469,179.68995666503906,-71.50399780273438,-80.141357421875,178.73934936523438,-71.96815490722656,-87.34149932861328,171.62879943847656,-71.91526794433594,-5.731523036956787,111.24101257324219,87.1475830078125,-15.222311019897461,107.07725524902344,98.5206527709961,-4.387907981872559,97.43244171142578,93.60255432128906,10.771169662475586,211.57693481445312,-5.688979148864746,9.027555465698242,235.0055694580078,-4.9157891273498535,10.690699577331543,234.90167236328125,-21.31524085998535,22.654155731201172,210.79029846191406,6.128689765930176,24.7470645904541,197.1362762451172,-3.581001043319702,14.89108943939209,199.9775390625,-3.343487024307251,20.611160278320312,41.730525970458984,70.42280578613281,15.1701021194458,47.9702262878418,76.11431884765625,22.44086265563965,44.57735824584961,78.41805267333984,111.80233001708984,181.7301025390625,-2.119976043701172,113.03018951416016,165.25616455078125,-4.365915775299072,107.9534912109375,185.72802734375,7.92405891418457,74.0353012084961,213.7129669189453,32.9393196105957,66.70819854736328,210.04583740234375,39.5942268371582,70.0745849609375,212.7349853515625,27.353574752807617,-58.556190490722656,213.45965576171875,-73.3664321899414,-65.67285919189453,209.41004943847656,-69.81243133544922,-66.18094635009766,213.85690307617188,-61.28202438354492,-26.308609008789062,200.6239471435547,86.19474792480469,-34.2701530456543,201.61497497558594,84.68452453613281,-30.28169822692871,190.007080078125,93.85726165771484,88.16848754882812,148.88409423828125,2.8353230953216553,74.10889434814453,152.3925323486328,4.20526123046875,84.24087524414062,141.98080444335938,-10.036044120788574,98.89356994628906,138.41929626464844,-88.2577896118164,97.57308959960938,150.44284057617188,-88.99452209472656,100.29545593261719,135.87840270996094,-93.46903991699219,-80.39361572265625,88.2696304321289,18.09874725341797,-79.96604919433594,99.5076904296875,42.636390686035156,-72.46562957763672,90.03347778320312,33.15286636352539,-17.564207077026367,115.59793090820312,21.197477340698242,-9.88487720489502,122.36620330810547,20.208641052246094,-16.016483306884766,122.9582290649414,9.96755599975586,7.3252668380737305,183.14797973632812,58.986473083496094,7.632574081420898,185.8917236328125,71.30895233154297,6.048491954803467,168.0645751953125,52.00287628173828,-4.07395601272583,60.536033630371094,67.11510467529297,-4.768240928649902,78.20912170410156,88.35455322265625,-5.746939182281494,62.38394546508789,78.55065155029297,104.59584045410156,162.38111877441406,-73.92015838623047,100.90045166015625,153.86277770996094,-76.06465148925781,85.87469482421875,165.32598876953125,-76.43888854980469,-47.15841293334961,210.43670654296875,-75.44271087646484,-40.57193374633789,192.5705108642578,-91.7559585571289,-47.465755462646484,192.9918212890625,-100.4727783203125,-87.40814208984375,184.0514373779297,42.01448440551758,-86.2398452758789,199.8702850341797,36.97687911987305,-98.00492095947266,190.60511779785156,41.59788513183594,-34.76606369018555,87.38629150390625,39.886756896972656,-46.740196228027344,82.48762512207031,46.935874938964844,-26.71430778503418,93.4417724609375,48.80183792114258,-30.93553924560547,161.12779235839844,119.21330261230469,-35.87955093383789,146.214599609375,125.23576354980469,-43.454898834228516,157.16775512695312,121.96441650390625,15.693411827087402,216.5157470703125,43.319419860839844,19.180694580078125,233.3582763671875,36.71666717529297,26.857397079467773,226.64793395996094,39.285491943359375,46.93562316894531,101.95059204101562,122.41182708740234,29.544340133666992,102.60645294189453,121.73030090332031,51.50861740112305,105.71969604492188,111.46845245361328,-13.998905181884766,98.25035858154297,62.014957427978516,-9.55566692352295,92.79582977294922,65.73578643798828,-6.3558669090271,109.75608825683594,63.136695861816406,-70.3362808227539,87.73233032226562,98.83892822265625,-73.78104400634766,88.43614196777344,97.32794189453125,-54.0098876953125,91.90059661865234,105.03794860839844,58.556190490722656,213.45965576171875,-73.3664321899414,65.67285919189453,209.41004943847656,-69.81243133544922,62.24225997924805,204.0734405517578,-80.55839538574219,-8.773706436157227,152.34115600585938,-149.81129455566406,-8.483375549316406,133.43040466308594,-154.61474609375,-16.20471954345703,135.34857177734375,-159.65542602539062,59.215919494628906,109.4822769165039,-141.02847290039062,75.16633605957031,108.37091064453125,-134.5304718017578,66.71832275390625,117.35847473144531,-139.73416137695312,-70.3362808227539,87.73233032226562,98.83892822265625,-51.99272155761719,80.37601470947266,93.66578674316406,-65.74710083007812,75.54374694824219,84.13107299804688,-82.78885650634766,201.88848876953125,-71.21788787841797,-79.37855529785156,197.56907653808594,-74.83687591552734,-100.75994110107422,174.4259490966797,-67.81111907958984,-102.42833709716797,117.72622680664062,11.04633617401123,-113.51111602783203,106.9464111328125,-7.754847049713135,-102.8910903930664,121.47589111328125,8.732648849487305,-21.524433135986328,240.31663513183594,31.003829956054688,-27.656051635742188,244.3241424560547,19.952486038208008,-27.676963806152344,240.57008361816406,35.10197830200195,-21.418724060058594,152.4185028076172,109.70266723632812,-15.574793815612793,150.03897094726562,83.67750549316406,-9.060235023498535,150.47552490234375,92.81012725830078,39.59006881713867,187.04200744628906,69.85707092285156,47.45586013793945,172.5630645751953,82.31844329833984,42.138484954833984,172.97337341308594,80.47838592529297,41.95001220703125,100.88584899902344,18.585180282592773,42.995609283447266,108.67545318603516,29.135114669799805,49.32442092895508,98.09980010986328,17.536958694458008,-15.636549949645996,103.2608871459961,49.041690826416016,-20.758834838867188,96.38666534423828,43.32749557495117,-19.523174285888672,103.88650512695312,49.107452392578125,-38.417503356933594,78.42094421386719,96.95132446289062,-25.362226486206055,81.16168975830078,99.05352020263672,-38.566307067871094,76.0250473022461,100.90701293945312,52.76539611816406,210.58558654785156,48.80812072753906,49.58972930908203,204.88665771484375,38.57624053955078,55.08863830566406,198.93780517578125,34.226234436035156,-111.69969940185547,138.92471313476562,-50.20170211791992,-109.86569213867188,132.1542510986328,-50.567832946777344,-109.4815444946289,144.48744201660156,-66.00892639160156,62.87939453125,77.87832641601562,83.29310607910156,56.33469772338867,91.12348937988281,99.33488464355469,70.82478332519531,88.1739501953125,94.10455322265625,-24.509462356567383,216.98655700683594,-88.28572845458984,-33.000606536865234,219.48985290527344,-86.71440124511719,-16.487581253051758,229.20225524902344,-75.56930541992188,79.9796142578125,190.7470245361328,75.17505645751953,69.02124786376953,191.32061767578125,84.39913177490234,80.1855697631836,182.74151611328125,75.01941680908203,-39.91914749145508,118.25901794433594,119.5577163696289,-48.06944274902344,122.50797271728516,120.10201263427734,-33.29487609863281,121.04253387451172,124.41337585449219,5.265038013458252,151.79421997070312,8.885021209716797,8.677816390991211,144.80474853515625,18.28301239013672,7.235772132873535,152.48077392578125,36.68986511230469,24.37108612060547,60.37461471557617,78.16621398925781,22.38454246520996,66.35071563720703,81.90898132324219,26.831815719604492,64.51058959960938,78.91729736328125,-87.16859436035156,119.59292602539062,-72.64433288574219,-95.59564208984375,116.80802154541016,-64.63908386230469,-93.5919418334961,130.51177978515625,-82.41197204589844,88.09558868408203,156.93272399902344,-82.07661437988281,70.92748260498047,161.4832000732422,-86.85709381103516,81.5977783203125,159.77505493164062,-92.06607818603516,8.064533233642578,100.6892318725586,50.929588317871094,5.270637035369873,112.93519592285156,57.17121505737305,5.854072093963623,116.31766510009766,47.69777297973633,-22.891315460205078,70.98487091064453,117.45238494873047,-28.893924713134766,76.10092163085938,123.08474731445312,-20.959596633911133,84.46271514892578,121.14619445800781,54.82264709472656,73.48824310302734,89.82054901123047,37.2325553894043,82.01337432861328,98.06434631347656,57.55634307861328,78.30126953125,90.31412506103516,-60.620479583740234,89.75870513916016,23.47469139099121,-72.46562957763672,90.03347778320312,33.15286636352539,-63.0432014465332,99.22985076904297,44.05117416381836,36.69758987426758,112.90925598144531,53.33763885498047,26.566923141479492,116.53075408935547,68.920166015625,45.72040939331055,109.76677703857422,62.5036735534668,-67.08113861083984,54.625877380371094,40.55339813232422,-63.28593444824219,46.52560806274414,51.70356369018555,-51.373817443847656,50.856197357177734,41.41246032714844,-72.76606750488281,129.1578826904297,-78.18599700927734,-81.16024780273438,120.18922424316406,-70.61243438720703,-85.93901062011719,129.6431121826172,-83.2947006225586,-90.0228500366211,122.48575592041016,93.59366607666016,-97.31594848632812,113.85214233398438,85.84551239013672,-77.09725952148438,124.07305145263672,107.74720001220703,17.108993530273438,80.194580078125,47.1883430480957,23.22113800048828,68.07029724121094,48.39665222167969,22.19510269165039,71.03321075439453,64.79354858398438,-92.84001159667969,208.30117797851562,26.55217742919922,-94.49409484863281,208.6692657470703,14.816750526428223,-88.20867156982422,212.88682556152344,20.749990463256836,-5.3471269607543945,167.92332458496094,-144.11605834960938,-7.127713203430176,182.08287048339844,-136.9558868408203,-3.176136016845703,183.82167053222656,-130.1174774169922,-70.0745849609375,212.7349853515625,27.353574752807617,-63.52430725097656,202.68312072753906,12.752969741821289,-66.70819854736328,210.04583740234375,39.5942268371582,-114.91778564453125,134.14178466796875,-12.604199409484863,-115.98265075683594,127.60358428955078,-15.162666320800781,-104.54413604736328,135.39593505859375,-19.331619262695312,-44.61445236206055,97.6418685913086,-36.507476806640625,-44.475318908691406,88.39031982421875,-49.99782943725586,-30.090913772583008,87.76387023925781,-51.27075958251953,-121.07533264160156,106.53895568847656,14.58432674407959,-120.2773666381836,107.82694244384766,31.386201858520508,-122.01402282714844,116.54417419433594,26.80463981628418,85.46495819091797,49.449520111083984,57.11215591430664,72.0552749633789,42.67877960205078,77.06368255615234,65.51032257080078,42.02339172363281,56.60894775390625,104.54413604736328,135.39593505859375,-19.331619262695312,100.26226043701172,139.35447692871094,-16.152652740478516,107.2130355834961,119.37891387939453,-36.32853698730469,10.680500030517578,71.96603393554688,-116.33399200439453,19.077804565429688,67.87027740478516,-114.93077850341797,15.894845008850098,71.01915740966797,-109.98722076416016,-74.62842559814453,90.13960266113281,-53.641353607177734,-82.79693603515625,106.33174133300781,-38.29339599609375,-88.02159118652344,95.80200958251953,-60.46839141845703,-121.13105010986328,123.7112045288086,-0.7836509943008423,-113.86982727050781,113.08329010009766,-3.1701810359954834,-117.01122283935547,118.74075317382812,4.423994064331055,-14.701101303100586,214.75657653808594,69.96266174316406,-25.123682022094727,226.10948181152344,57.43266677856445,-15.350930213928223,221.562255859375,60.70311737060547,19.81057357788086,149.6488800048828,47.957298278808594,14.975020408630371,152.37486267089844,46.1949348449707,8.936485290527344,157.2982177734375,53.81788635253906,-108.25436401367188,165.10581970214844,4.815067768096924,-114.07411193847656,163.40321350097656,-1.0959479808807373,-107.5928955078125,155.9042510986328,-2.065601110458374,-86.94928741455078,121.57752990722656,92.5204849243164,-94.43335723876953,115.11531829833984,84.88929748535156,-100.47748565673828,124.85682678222656,78.3944091796875,24.61709976196289,111.33935546875,94.79236602783203,25.601064682006836,108.82577514648438,111.35948181152344,41.553409576416016,110.95433044433594,82.51839447021484,48.45053482055664,62.458988189697266,120.63337707519531,35.46806716918945,76.2591552734375,127.6224365234375,29.717878341674805,62.10672378540039,119.39793395996094,-77.27172088623047,107.35679626464844,-136.57176208496094,-78.60468292236328,118.8910140991211,-135.62416076660156,-69.83524322509766,120.439453125,-141.15760803222656,-47.06747055053711,58.39818572998047,-32.458927154541016,-55.80699157714844,54.68778610229492,-20.18878173828125,-56.33393478393555,57.288291931152344,-11.172266006469727,-23.18568229675293,129.4649200439453,11.387181282043457,-23.239046096801758,122.5915756225586,4.082557201385498,-34.432193756103516,118.73892974853516,5.16243314743042,91.06401062011719,77.66991424560547,45.430145263671875,60.37102508544922,76.1468734741211,26.331127166748047,86.33592987060547,69.87566375732422,42.43001937866211,18.585556030273438,183.09432983398438,72.71904754638672,11.655153274536133,182.5934600830078,82.4087142944336,18.810588836669922,194.21578979492188,79.7595443725586,91.51162719726562,92.52264404296875,-88.3656234741211,93.01544952392578,106.16581726074219,-85.56877899169922,87.29026794433594,95.46878051757812,-81.47267150878906,27.304218292236328,170.3339080810547,112.19023895263672,4.653541088104248,172.73565673828125,108.19207763671875,11.299102783203125,174.60659790039062,104.17222595214844,54.750858306884766,181.23812866210938,99.88070678710938,49.07829666137695,190.35537719726562,94.7646255493164,49.0166015625,175.91966247558594,100.26815795898438,38.275123596191406,239.38136291503906,-10.175469398498535,42.54654312133789,238.05455017089844,-7.181264877319336,33.42397689819336,243.4444580078125,-2.3765709400177,94.62450408935547,194.55453491210938,-25.954326629638672,89.47885131835938,210.3253173828125,-22.21787452697754,84.8656234741211,207.91439819335938,-25.535259246826172,-111.96956634521484,168.02821350097656,-38.37691116333008,-115.09844970703125,161.51914978027344,-22.103656768798828,-114.88140106201172,157.30906677246094,-37.329246520996094,7.093236923217773,173.7578887939453,-76.27704620361328,8.534578323364258,195.44351196289062,-58.180538177490234,8.732196807861328,192.46624755859375,-50.604515075683594,17.150733947753906,74.73219299316406,-108.12366485595703,13.082286834716797,73.07080078125,-127.35246276855469,9.352938652038574,78.48145294189453,-88.76448059082031,-23.015764236450195,99.3989028930664,-39.745460510253906,-44.61445236206055,97.6418685913086,-36.507476806640625,-30.090913772583008,87.76387023925781,-51.27075958251953,-18.990272521972656,80.86032104492188,73.36048889160156,-17.2420597076416,83.1785659790039,62.502864837646484,-19.42405128479004,82.9736328125,59.6324462890625,32.84843826293945,88.32952880859375,38.81417465209961,17.687238693237305,96.54534912109375,41.70045852661133,20.177488327026367,99.0503158569336,46.35386276245117,54.38009262084961,98.66028594970703,-146.61209106445312,36.83197784423828,101.69551086425781,-152.15908813476562,43.32371139526367,93.80517578125,-149.76585388183594,-8.835244178771973,194.33216857910156,-121.67914581298828,-7.127713203430176,182.08287048339844,-136.9558868408203,-13.335100173950195,187.6581268310547,-131.8433074951172,43.308197021484375,185.2101287841797,-119.60503387451172,33.20431137084961,208.36019897460938,-100.43529510498047,39.039188385009766,199.44898986816406,-99.37568664550781,-48.91676330566406,89.00885772705078,104.64263916015625,-48.14213562011719,92.45867919921875,100.60893249511719,-51.92824172973633,86.01026916503906,100.0898666381836,-102.27569580078125,164.79673767089844,41.429439544677734,-99.57975769042969,169.6241912841797,50.534175872802734,-95.58663177490234,181.2411651611328,53.6814079284668,70.99456787109375,59.797218322753906,80.55265808105469,69.09510040283203,63.1906623840332,90.72853088378906,64.07559967041016,60.52340316772461,87.36795806884766,0.7945129871368408,42.600120544433594,51.604644775390625,-14.064200401306152,46.74549865722656,51.51729965209961,0.7890059947967529,51.686805725097656,50.59031295776367,-69.35169982910156,131.21144104003906,-79.6977767944336,-76.2573471069336,131.81625366210938,-81.49170684814453,-62.28108596801758,136.0875244140625,-76.66817474365234,-13.251429557800293,133.55665588378906,111.05345916748047,-20.909250259399414,134.30435180664062,119.59278106689453,-13.819744110107422,142.86349487304688,113.72093200683594,-80.6250991821289,65.28217315673828,97.0555191040039,-90.51317596435547,74.51399993896484,87.8978271484375,-78.64287567138672,82.37443542480469,106.14401245117188,-100.94566345214844,129.6822967529297,-88.89008331298828,-100.29545593261719,135.87838745117188,-93.46903991699219,-98.89356994628906,138.41929626464844,-88.2577896118164,21.650554656982422,126.53475189208984,51.8998908996582,23.835025787353516,130.5120391845703,45.62351608276367,28.935298919677734,118.93787384033203,41.838775634765625,-47.06747055053711,58.39818572998047,-32.458927154541016,-48.491329193115234,67.9863052368164,-16.967021942138672,-43.75771713256836,70.25183868408203,-20.937908172607422,-24.509462356567383,216.98655700683594,-88.28572845458984,-16.487581253051758,229.20225524902344,-75.56930541992188,-11.430877685546875,213.05914306640625,-83.13362884521484,-12.116440773010254,222.24501037597656,40.22433090209961,-8.36050033569336,221.6431884765625,33.52688217163086,-8.415135383605957,198.7078857421875,42.76704788208008,9.299848556518555,121.55220031738281,-126.25019836425781,11.089255332946777,105.98408508300781,-116.12649536132812,14.078363418579102,104.3967056274414,-124.69081115722656,-109.27803802490234,190.5305938720703,21.720413208007812,-109.27421569824219,180.33035278320312,18.269237518310547,-110.83432006835938,175.3931427001953,29.9261474609375,-115.06220245361328,107.3503189086914,53.35295104980469,-110.72953796386719,99.11522674560547,31.765361785888672,-108.86412048339844,94.5060043334961,38.62495422363281,40.307891845703125,171.9058837890625,111.41278839111328,41.43889617919922,160.57327270507812,121.23860168457031,45.42000961303711,167.76918029785156,110.05889129638672,-75.52547454833984,138.57290649414062,-41.036624908447266,-68.70767211914062,132.4835662841797,-59.51615524291992,-76.60631561279297,139.0863037109375,-41.571136474609375,-18.491321563720703,126.08423614501953,115.28408813476562,-23.180089950561523,120.61808776855469,109.35228729248047,-16.555580139160156,114.52710723876953,101.64080047607422,-6.418006896972656,174.4665069580078,69.68590545654297,-12.892704963684082,155.08807373046875,60.96210861206055,-6.119643211364746,156.2487030029297,55.55482864379883,24.61709976196289,111.33935546875,94.79236602783203,12.0520601272583,108.5525894165039,98.05894470214844,25.601064682006836,108.82577514648438,111.35948181152344,-11.504301071166992,210.2930908203125,78.73275756835938,-6.368405818939209,198.85873413085938,76.38493347167969,-4.85443115234375,206.67222595214844,69.7553939819336,92.75627136230469,148.28988647460938,35.800140380859375,110.12803649902344,135.38229370117188,21.004507064819336,98.6882553100586,129.4082794189453,19.553834915161133,80.50438690185547,85.13101959228516,18.756698608398438,80.13032531738281,96.25194549560547,45.46696472167969,72.24873352050781,85.98393249511719,30.960840225219727,61.64518737792969,67.21873474121094,81.24100494384766,65.62458038330078,71.54913330078125,74.5950698852539,67.79369354248047,64.3672103881836,67.30415344238281,8.700702667236328,161.93362426757812,-92.44546508789062,8.465339660644531,136.52122497558594,-109.48575592041016,6.090065956115723,162.1533660888672,-110.88521575927734,-81.44720458984375,174.42523193359375,58.445411682128906,-92.78512573242188,178.00672912597656,55.81687927246094,-81.53216552734375,181.40328979492188,59.76439666748047,52.86638641357422,232.04104614257812,21.298059463500977,51.34214782714844,230.08792114257812,5.217507839202881,55.25831985473633,226.1945343017578,7.293327808380127,-8.018318176269531,101.95783233642578,-134.60165405273438,-7.686205863952637,107.10791015625,-150.31600952148438,-6.592301845550537,112.29108428955078,-141.00534057617188,-94.82563781738281,130.04443359375,-73.39058685302734,-91.54497528076172,135.4752197265625,-84.86978912353516,-99.18891906738281,143.39862060546875,-85.72953033447266,-32.602012634277344,90.81636047363281,44.16775131225586,-29.548250198364258,89.25272369384766,36.914127349853516,-18.081268310546875,107.24755096435547,46.965919494628906,-78.66669464111328,197.50616455078125,-4.109201908111572,-87.50445556640625,210.0396270751953,6.517897129058838,-86.99811553955078,193.49082946777344,-6.940621852874756,-8.396459579467773,85.16559600830078,-129.69500732421875,-8.292135238647461,79.08811950683594,-103.58734130859375,-8.099207878112793,85.9958724975586,-110.24507141113281,85.39779663085938,71.58380889892578,87.91521453857422,89.6192398071289,75.21552276611328,88.66496276855469,82.10531616210938,74.52832794189453,88.66504669189453,40.58545684814453,157.4490509033203,119.54786682128906,40.51224899291992,169.1043243408203,109.24112701416016,47.783668518066406,160.21656799316406,108.8076400756836,-39.64329528808594,77.12532806396484,27.382492065429688,-39.458580017089844,84.0058364868164,36.90453338623047,-49.608707427978516,76.65621185302734,37.01926803588867,81.53006744384766,180.80406188964844,-69.11051940917969,82.54566955566406,185.02142333984375,-84.549072265625,65.59535217285156,198.25921630859375,-87.59815216064453,10.92873477935791,89.21183013916016,79.88859558105469,8.437960624694824,85.93203735351562,76.59771728515625,16.63581085205078,83.06046295166016,83.55484008789062,-116.90959167480469,113.70425415039062,-13.19836711883545,-114.7887954711914,106.68826293945312,-20.81834602355957,-113.51111602783203,106.9464111328125,-7.754847049713135,45.20149612426758,38.4404182434082,62.6475944519043,52.98304748535156,40.084877014160156,87.59827423095703,40.142547607421875,40.988243103027344,78.69855499267578,11.746207237243652,228.9446563720703,23.881059646606445,16.658748626708984,225.0550994873047,16.650848388671875,11.516687393188477,211.3396453857422,6.821523189544678,38.572479248046875,112.09086608886719,-3.246767044067383,21.297826766967773,105.89209747314453,-7.579628944396973,34.432193756103516,118.73892974853516,5.16243314743042,-98.00492095947266,190.60511779785156,41.59788513183594,-109.19811248779297,173.46954345703125,39.0616455078125,-102.32777404785156,172.66966247558594,43.85792541503906,-73.42510986328125,97.33032989501953,45.482566833496094,-79.80095672607422,105.51163482666016,64.22266387939453,-68.73020935058594,108.30342864990234,72.09330749511719,-17.74261474609375,54.50736999511719,50.762451171875,-12.891809463500977,54.507205963134766,53.20741653442383,-13.77932071685791,88.979736328125,40.16938781738281,2.9313600063323975,164.59495544433594,-113.41105651855469,1.7365390062332153,177.12994384765625,-117.99143981933594,3.364320993423462,165.38023376464844,-125.77584838867188,21.19436264038086,102.87353515625,-6.824864864349365,11.930814743041992,103.37716674804688,-28.133188247680664,19.02179718017578,100.84334564208984,-27.31584358215332,45.42000961303711,167.76918029785156,110.05889129638672,41.43889617919922,160.57327270507812,121.23860168457031,53.11592483520508,151.55368041992188,113.34180450439453,97.97074890136719,85.39064025878906,54.14107894897461,92.01126861572266,80.76425170898438,54.474266052246094,95.17510223388672,81.85820007324219,47.8102912902832,-45.58633041381836,63.15382766723633,84.54058074951172,-70.22882843017578,63.22846221923828,83.73918914794922,-51.3701286315918,68.45838928222656,97.89556121826172,-14.975021362304688,152.37486267089844,46.1949348449707,-8.936485290527344,157.29823303222656,53.81788635253906,-9.601252555847168,160.7864532470703,41.529022216796875,-7.941336154937744,87.9136734008789,68.76171112060547,-3.720000982284546,112.95952606201172,67.15201568603516,-9.55566692352295,92.79582977294922,65.73578643798828,6.957489013671875,95.12727355957031,-138.26113891601562,5.091381072998047,86.9243392944336,-111.44984436035156,8.018318176269531,101.95783233642578,-134.60165405273438,11.559475898742676,187.11068725585938,46.731319427490234,7.3252668380737305,183.14797973632812,58.986473083496094,13.204222679138184,184.73008728027344,35.96564483642578,15.97724437713623,102.46482849121094,43.806556701660156,8.251152038574219,105.67386627197266,44.04989242553711,8.064533233642578,100.6892318725586,50.929588317871094,88.0224380493164,138.8070831298828,-113.6034927368164,86.16209411621094,124.1777572631836,-113.4048080444336,82.33381652832031,118.97077941894531,-127.78080749511719,-99.16881561279297,154.8249969482422,69.47638702392578,-93.49198150634766,161.7835693359375,63.932064056396484,-92.52735137939453,151.20745849609375,77.45458984375,-24.335018157958984,129.7071533203125,30.947189331054688,-32.829463958740234,126.03235626220703,23.25589942932129,-34.693843841552734,117.10501098632812,21.1220703125,29.666282653808594,113.30290985107422,87.7684326171875,30.2750186920166,119.4686050415039,79.96712493896484,43.64308166503906,112.0104751586914,79.04592895507812,14.930573463439941,176.94847106933594,104.93525695800781,15.5564603805542,174.21539306640625,90.3002700805664,9.982166290283203,174.39755249023438,85.7177734375,9.79175090789795,154.55453491210938,38.202877044677734,11.34062671661377,146.180419921875,17.9468936920166,8.738142013549805,155.62876892089844,26.809959411621094,41.39183807373047,88.54820251464844,-32.480743408203125,35.82051086425781,82.09571838378906,-23.637418746948242,41.477996826171875,90.14472961425781,-23.464380264282227,11.315666198730469,109.62919616699219,-48.623470306396484,7.856947898864746,126.62007141113281,-70.18096923828125,7.3188629150390625,134.6557159423828,-40.30146789550781,47.74340057373047,57.97246551513672,75.4129409790039,30.36610221862793,60.23702621459961,73.65176391601562,38.11874771118164,55.612178802490234,65.97685241699219,-21.738229751586914,192.7830047607422,76.80451202392578,-15.88046932220459,179.97434997558594,81.92420196533203,-15.452858924865723,184.51205444335938,91.16384887695312,114.92185974121094,94.61009979248047,10.658000946044922,104.24120330810547,90.08531951904297,8.986383438110352,114.5304183959961,106.38597869873047,36.45263671875,-50.15968322753906,89.0406265258789,-109.64122009277344,-59.962860107421875,88.061279296875,-123.52162170410156,-56.73462677001953,90.37765502929688,-107.72077178955078,98.3653564453125,88.36812591552734,59.71508026123047,92.63578796386719,87.6348648071289,54.61672592163086,92.51820373535156,86.82821655273438,59.1920280456543,89.40953063964844,72.7428207397461,69.72634887695312,79.3875732421875,68.47361755371094,56.805355072021484,74.91470336914062,66.88555908203125,56.4727897644043,74.20743560791016,71.02776336669922,112.18555450439453,65.7929916381836,72.77864837646484,118.44367980957031,63.62214660644531,59.79926300048828,114.0202407836914,8.353164672851562,112.15528106689453,-120.81460571289062,4.343341827392578,97.39029693603516,-93.3926010131836,7.484234809875488,112.34815979003906,-111.083740234375,94.02200317382812,204.89073181152344,33.3884391784668,86.2398452758789,199.8702850341797,36.97687911987305,98.00492095947266,190.60513305664062,41.59788131713867,55.022972106933594,141.01467895507812,-140.4969482421875,43.51415252685547,134.26495361328125,-151.27008056640625,53.26066970825195,130.64349365234375,-144.56504821777344,89.51165008544922,90.0904312133789,28.938718795776367,82.37012481689453,98.24906158447266,34.236602783203125,92.80487060546875,92.8919906616211,41.73636245727539,-77.79077911376953,62.101409912109375,104.1387710571289,-92.81594848632812,74.37533569335938,89.77906036376953,-90.57829284667969,58.404441833496094,82.56949615478516,58.22028732299805,116.20892333984375,-144.6933135986328,49.40028762817383,119.73344421386719,-143.5956268310547,64.10765838623047,131.36607360839844,-136.65528869628906,-113.82252502441406,80.22128295898438,-24.328481674194336,-120.2452163696289,91.34479522705078,-2.749191999435425,-120.4395980834961,94.67513275146484,-9.840865135192871,37.4090576171875,241.8205108642578,-11.944353103637695,44.83903884887695,240.50868225097656,-7.186519145965576,59.57778549194336,235.29110717773438,-12.631129264831543,-87.55326080322266,119.86300659179688,63.301273345947266,-87.6347427368164,116.0306625366211,59.61903381347656,-100.56019592285156,120.90740966796875,67.03038787841797,63.52430725097656,202.68312072753906,12.752969741821289,66.70819854736328,210.04583740234375,39.5942268371582,55.08863830566406,198.93780517578125,34.226234436035156,-87.16961669921875,157.6736297607422,5.125223159790039,-89.98236846923828,149.7656707763672,-1.011775016784668,-99.99254608154297,164.53350830078125,10.394512176513672,-95.15277099609375,81.87715148925781,47.91017532348633,-95.68848419189453,74.51422882080078,45.65583038330078,-100.13143920898438,77.68961334228516,53.39665985107422,-7.480226993560791,115.10200500488281,-40.80959701538086,-13.256336212158203,102.15608215332031,-45.22019577026367,-8.300874710083008,105.58153533935547,-54.57060241699219,51.928836822509766,92.29512023925781,-31.7854061126709,46.18855667114258,101.38648986816406,-33.7761344909668,52.60901641845703,101.69120025634766,-16.965822219848633,85.46495819091797,49.449520111083984,57.11215591430664,87.55970001220703,59.483341217041016,43.64421463012695,96.57784271240234,65.8479995727539,50.1306266784668,5.528473854064941,154.3687744140625,111.04339599609375,1.0336320400238037,168.9975128173828,106.84391021728516,4.638940811157227,158.48670959472656,92.02476501464844,-15.121166229248047,68.05764770507812,1.6704720258712769,-6.554146766662598,78.03022003173828,-7.96013879776001,-2.699686050415039,69.52064514160156,-3.137655019760132,-26.742305755615234,76.92546844482422,126.30644226074219,-39.517494201660156,92.76851654052734,130.02366638183594,-38.29094696044922,76.16552734375,127.59479522705078,-6.2146382331848145,206.50743103027344,14.239480972290039,-7.930333137512207,190.3335723876953,22.68898582458496,-5.0166168212890625,164.97511291503906,24.343212127685547,110.04935455322266,172.3427276611328,22.461063385009766,109.27421569824219,180.33035278320312,18.269237518310547,109.91407012939453,180.93280029296875,28.040422439575195,103.72396850585938,80.74881744384766,-6.552221775054932,102.23802947998047,76.23363494873047,0.8131049871444702,104.24120330810547,90.08531951904297,8.986383438110352,-58.071083068847656,83.7033920288086,-73.45095825195312,-59.687679290771484,87.2936782836914,-67.16983795166016,-51.27027130126953,84.21466064453125,-64.14999389648438,114.9446029663086,151.6444549560547,2.600421905517578,110.04935455322266,172.3427276611328,22.461063385009766,121.59147644042969,137.93138122558594,-3.895303964614868,-77.69810485839844,172.00619506835938,78.50234985351562,-82.85502624511719,162.0660858154297,81.90015411376953,-77.31657409667969,159.028564453125,70.65558624267578,-105.30277252197266,106.8594741821289,-55.39765167236328,-98.84031677246094,95.796142578125,-66.28059387207031,-109.5147705078125,102.8717041015625,-52.77103805541992,-47.000423431396484,221.61279296875,-55.83653259277344,-52.40456008911133,216.23516845703125,-48.175636291503906,-41.39903259277344,217.56082153320312,-48.35788345336914,-7.264896869659424,116.74153137207031,49.92599868774414,-7.521996021270752,110.44732666015625,48.40067672729492,-12.491815567016602,109.55416107177734,49.13505935668945,78.7890625,123.93807983398438,-52.90251159667969,79.98441314697266,112.3026123046875,-52.648597717285156,79.70711517333984,111.95376586914062,-64.49100494384766,9.145818710327148,132.65780639648438,61.60476303100586,9.207775115966797,124.27738189697266,75.01290893554688,3.6990599632263184,130.5189666748047,78.58541870117188,-46.913856506347656,58.316558837890625,64.90316772460938,-36.02745056152344,57.902584075927734,54.05778121948242,-35.89345932006836,60.776390075683594,70.66106414794922,10.891006469726562,101.28331756591797,-135.25074768066406,11.437651634216309,96.69617462158203,-143.45115661621094,10.55361557006836,109.73932647705078,-148.45541381835938,36.65147018432617,188.13995361328125,-119.4329605102539,21.168411254882812,171.91326904296875,-140.70729064941406,30.007118225097656,171.24417114257812,-136.15478515625,-73.72927856445312,64.81710815429688,65.82797241210938,-72.66340637207031,62.844364166259766,53.32520294189453,-74.00239562988281,63.60660934448242,77.77310180664062,-19.947935104370117,233.80946350097656,-46.99045944213867,-26.31015396118164,231.70736694335938,-50.850547790527344,-27.700481414794922,240.23631286621094,-38.3076057434082,-48.02336502075195,60.89229965209961,74.6860580444336,-70.22882843017578,63.22846221923828,83.73918914794922,-45.58633041381836,63.15382766723633,84.54058074951172,100.3628921508789,151.11257934570312,-92.06150817871094,103.98566436767578,129.7623291015625,-88.2679443359375,103.4900894165039,131.82223510742188,-94.60102844238281,-5.0166168212890625,164.97511291503906,24.343212127685547,-2.9464659690856934,179.59449768066406,10.693598747253418,-6.2146382331848145,206.50743103027344,14.239480972290039,-21.443750381469727,87.6785659790039,-153.0803680419922,-29.245241165161133,96.58519744873047,-157.25657653808594,-19.144603729248047,105.09681701660156,-160.14720153808594,29.137800216674805,64.7117691040039,70.30876159667969,36.505496978759766,68.3218994140625,78.11430358886719,46.49543380737305,64.36102294921875,75.41950225830078,-57.780723571777344,114.40699005126953,11.118634223937988,-41.32526397705078,114.57554626464844,14.799253463745117,-44.56885528564453,126.5069580078125,22.471513748168945,122.01402282714844,116.54417419433594,26.80463981628418,121.07533264160156,106.53895568847656,14.58432674407959,120.62594604492188,127.3207015991211,26.760875701904297,-117.9886474609375,152.1402587890625,16.814495086669922,-121.59147644042969,137.93138122558594,-3.895303964614868,-121.36056518554688,142.46046447753906,9.715961456298828,30.36610221862793,60.23702621459961,73.65176391601562,23.987268447875977,66.91741943359375,73.5732421875,22.834705352783203,58.5279541015625,71.1986312866211,-8.50620174407959,93.52754211425781,52.12296676635742,-19.910781860351562,80.9637680053711,49.87968444824219,-11.23935317993164,81.31414794921875,70.08915710449219,-3.920077085494995,78.38748168945312,-5.43867301940918,6.710779190063477,69.36778259277344,2.695751905441284,11.010198593139648,82.77239990234375,-3.872807025909424,-90.51317596435547,74.51399993896484,87.8978271484375,-91.7097396850586,91.2537841796875,84.50542449951172,-78.64287567138672,82.37443542480469,106.14401245117188,66.34016418457031,134.24221801757812,-130.36366271972656,55.022972106933594,141.01467895507812,-140.4969482421875,53.26066970825195,130.64349365234375,-144.56504821777344,-36.243404388427734,104.88661193847656,-27.374465942382812,-46.18855667114258,101.38648986816406,-33.7761344909668,-49.647727966308594,106.9946060180664,-9.26500415802002,-95.68852996826172,148.18960571289062,38.27081298828125,-87.2813491821289,157.46145629882812,52.87230682373047,-91.04193878173828,161.3468780517578,56.06117630004883,16.17867088317871,92.91070556640625,61.29961395263672,37.73025894165039,81.59782409667969,72.60723114013672,18.005393981933594,87.81790924072266,68.77515411376953,-34.60087203979492,57.15771484375,40.95732116699219,-31.518455505371094,55.93595504760742,47.76823806762695,-39.92977523803711,50.29581069946289,42.753562927246094,14.896112442016602,102.08417510986328,116.14363098144531,29.544340133666992,102.60645294189453,121.73030090332031,12.058389663696289,96.0086669921875,121.12329864501953,121.07533264160156,106.53895568847656,14.58432674407959,117.74166870117188,112.75773620605469,12.424968719482422,120.62594604492188,127.3207015991211,26.760875701904297,-22.86604881286621,162.147705078125,68.42444610595703,-11.992557525634766,177.09213256835938,74.42247772216797,-17.422563552856445,191.44146728515625,78.77030181884766,-7.685923099517822,106.6725082397461,65.6501235961914,-5.270462989807129,112.93338012695312,57.17277145385742,-12.304590225219727,109.84839630126953,62.906978607177734,2.280181884765625,178.56686401367188,-23.31148910522461,4.270751953125,187.26593017578125,-22.61427116394043,3.690190076828003,178.75579833984375,-40.86876678466797,40.416534423828125,70.2391586303711,27.623981475830078,35.6177978515625,73.83446502685547,17.45853042602539,32.72819519042969,66.656982421875,23.486696243286133,10.771169662475586,211.57693481445312,-5.688979148864746,12.697677612304688,222.96446228027344,6.227628231048584,9.027555465698242,235.0055694580078,-4.9157891273498535,31.74527359008789,118.29875183105469,119.68175506591797,46.957305908203125,119.25921630859375,117.90882873535156,53.781776428222656,112.6321792602539,109.08380126953125,111.69752502441406,148.599609375,-56.285518646240234,109.10108947753906,162.6699981689453,-54.749813079833984,108.76521301269531,162.1514892578125,-63.969764709472656,7.675013065338135,118.93205261230469,19.0120792388916,-1.1929219961166382,115.1561508178711,23.76259422302246,-1.1305040121078491,122.55062103271484,17.628461837768555,66.34016418457031,134.24221801757812,-130.36366271972656,64.36207580566406,140.41436767578125,-121.57257080078125,59.13572311401367,151.50189208984375,-130.89065551757812,14.538660049438477,64.79740905761719,79.80545806884766,22.38454246520996,66.35071563720703,81.90898132324219,13.713212013244629,61.690887451171875,82.8904800415039,113.86982727050781,113.08329010009766,-3.170186996459961,102.42833709716797,117.72622680664062,11.04633617401123,113.51111602783203,106.9464111328125,-7.754847049713135,103.98566436767578,129.7623291015625,-88.2679443359375,97.80445098876953,123.08521270751953,-80.57801818847656,100.46011352539062,111.23771667480469,-87.74835205078125,-111.96956634521484,168.02821350097656,-38.37691116333008,-114.88140106201172,157.30906677246094,-37.329246520996094,-111.69969940185547,138.92471313476562,-50.20170211791992,-91.39544677734375,174.9780731201172,-36.52412033081055,-83.29821014404297,186.85018920898438,-27.8369140625,-94.62450408935547,194.55453491210938,-25.954326629638672,74.67877960205078,78.25607299804688,75.57941436767578,49.10504150390625,83.09059143066406,87.54003143310547,53.823246002197266,91.2052230834961,103.79467010498047,90.94962310791016,122.15718841552734,68.12866973876953,99.2380142211914,126.29839324951172,69.7874755859375,87.55326080322266,119.86300659179688,63.301273345947266,98.84031677246094,95.796142578125,-66.28060150146484,105.30277252197266,106.85948181152344,-55.39764404296875,109.5147705078125,102.8717041015625,-52.77104187011719,20.489336013793945,240.95986938476562,21.355300903320312,11.12905502319336,232.39688110351562,31.779634475708008,21.524433135986328,240.31663513183594,31.003829956054688,105.98800659179688,190.5273895263672,21.064218521118164,94.48814392089844,208.67733764648438,14.81783390045166,103.48492431640625,200.40338134765625,12.98500919342041,78.87078857421875,164.7113800048828,70.33068084716797,81.050048828125,172.7650146484375,78.0589370727539,85.61054229736328,158.897705078125,80.35258483886719,-113.86982727050781,113.08329010009766,-3.1701810359954834,-121.13105010986328,123.7112045288086,-0.7836509943008423,-116.90959167480469,113.70425415039062,-13.19836711883545,26.566923141479492,116.53075408935547,68.920166015625,41.553409576416016,110.95433044433594,82.51839447021484,45.72040939331055,109.76677703857422,62.5036735534668,-69.36502838134766,94.0096206665039,45.278724670410156,-74.05306243896484,96.63253784179688,51.321128845214844,-72.24873352050781,85.98393249511719,30.960838317871094,18.06998634338379,94.88394165039062,46.35038375854492,19.41795539855957,82.99839782714844,59.62234878540039,20.332422256469727,77.50931549072266,56.05519485473633,-73.24378967285156,166.6791229248047,-98.1771240234375,-70.87261199951172,165.0805206298828,-113.56341552734375,-73.94107818603516,170.80966186523438,-101.73506927490234,-9.791749954223633,154.55455017089844,38.2028694152832,-14.975021362304688,152.37486267089844,46.1949348449707,-9.601252555847168,160.7864532470703,41.529022216796875,3.318110942840576,167.21153259277344,51.21458053588867,5.135931015014648,179.36680603027344,46.89778137207031,7.528894901275635,173.93775939941406,30.125093460083008,-11.238704681396484,125.70133209228516,-151.3881378173828,-13.335769653320312,108.72112274169922,-155.19952392578125,-10.55361557006836,109.73932647705078,-148.45541381835938,-5.0166168212890625,164.97511291503906,24.343212127685547,-5.2650370597839355,151.79421997070312,8.885014533996582,-4.010155200958252,153.67799377441406,-16.265186309814453,51.683349609375,65.04466247558594,26.48334312438965,49.11787796020508,76.63493347167969,18.15781021118164,57.58679962158203,62.763004302978516,27.01020050048828,63.696922302246094,94.4129409790039,37.44254684448242,61.063453674316406,100.07572937011719,46.24922561645508,80.36363220214844,102.5180892944336,64.45384979248047,98.47779846191406,126.30315399169922,-43.11570739746094,111.81576538085938,138.8389434814453,-31.647388458251953,106.6687240600586,129.79806518554688,-42.66569519042969,2.0065970420837402,53.89289093017578,52.99321365356445,-12.891809463500977,54.507205963134766,53.20741653442383,2.565524101257324,43.4007568359375,54.29513931274414,-67.4721908569336,65.34395599365234,91.57874298095703,-63.22163772583008,61.4011344909668,77.74681854248047,-47.57440948486328,62.95458984375,83.90858459472656,9.71181869506836,151.337890625,89.74766540527344,10.405058860778809,154.3681640625,89.52715301513672,5.528473854064941,154.3687744140625,111.04339599609375,5.359556198120117,203.86636352539062,5.285243988037109,11.516687393188477,211.3396453857422,6.821523189544678,14.89108943939209,199.9775390625,-3.343487024307251,12.191704750061035,99.16783905029297,59.04829406738281,16.17867088317871,92.91070556640625,61.29961395263672,7.567805767059326,94.29673767089844,62.81277084350586,-107.62024688720703,163.939208984375,15.748473167419434,-96.62750244140625,161.9873504638672,11.498259544372559,-106.6257553100586,170.89193725585938,21.024137496948242,-44.66239547729492,121.4122314453125,62.898738861083984,-50.725608825683594,116.2457504272461,48.427947998046875,-50.343997955322266,114.31599426269531,58.5848274230957,37.778709411621094,80.67706298828125,-12.07826042175293,40.834556579589844,90.08661651611328,-3.5428659915924072,46.63419723510742,82.96957397460938,3.9525859355926514,89.64336395263672,96.9918212890625,69.93223571777344,91.66356658935547,91.3006362915039,84.59071350097656,78.2245101928711,103.70167541503906,87.9598159790039,-36.28998565673828,108.69315338134766,31.121240615844727,-31.567398071289062,112.2890396118164,25.351627349853516,-28.93515968322754,118.93795013427734,41.838321685791016,75.44715118408203,121.86551666259766,-133.5059051513672,78.68309783935547,130.4680633544922,-123.87065124511719,66.34016418457031,134.24221801757812,-130.36366271972656,45.483787536621094,237.21368408203125,0.6815099716186523,37.821964263916016,240.92018127441406,17.095088958740234,52.25621795654297,233.0538787841797,5.550034046173096,9.027555465698242,235.0055694580078,-4.9157891273498535,12.697677612304688,222.96446228027344,6.227628231048584,14.233485221862793,237.29432678222656,5.1258392333984375,81.1744384765625,90.15748596191406,-89.09617614746094,80.95284271240234,88.49547576904297,-77.74462127685547,73.21858978271484,83.71980285644531,-82.86711883544922,67.06871795654297,67.93128967285156,74.61882781982422,52.458221435546875,72.97215270996094,96.65841674804688,54.82264709472656,73.48824310302734,89.82054901123047,-52.45628356933594,69.26580810546875,107.15347290039062,-61.64025115966797,66.28185272216797,99.76261901855469,-64.03528594970703,60.51816177368164,87.35811614990234,-35.57403564453125,125.19786071777344,74.84832763671875,-25.490184783935547,120.88874816894531,72.73394775390625,-40.670631408691406,118.08303833007812,59.01655578613281,-33.29487609863281,121.04253387451172,124.41337585449219,-41.287147521972656,131.1534881591797,125.81600952148438,-30.159984588623047,130.1696014404297,125.03370666503906,91.67236328125,151.45477294921875,80.73115539550781,99.45565795898438,149.37351989746094,75.708740234375,92.47874450683594,158.56344604492188,75.5293197631836,10.364773750305176,119.07925415039062,46.65299606323242,21.272520065307617,108.68211364746094,46.473121643066406,16.542980194091797,109.44652557373047,45.0804557800293,-93.64009094238281,114.9483871459961,-112.59281921386719,-84.92414855957031,109.11858367919922,-128.90164184570312,-99.23507690429688,107.26516723632812,-106.19037628173828,-26.338258743286133,62.85576629638672,77.64900207519531,-23.398969650268555,61.9066162109375,82.58216857910156,-18.484302520751953,65.3861312866211,80.45052337646484,-89.47885131835938,210.3253173828125,-22.21787452697754,-99.77519226074219,197.41831970214844,-19.671186447143555,-99.52590942382812,194.60939025878906,-25.01068687438965,7.093236923217773,173.7578887939453,-76.27704620361328,8.700702667236328,161.93362426757812,-92.44546508789062,8.935580253601074,172.34107971191406,-97.87154388427734,-91.708251953125,158.64859008789062,-81.43315124511719,-100.36289978027344,151.11257934570312,-92.0615005493164,-99.89080047607422,146.23460388183594,-79.08940887451172,74.29834747314453,77.10640716552734,-66.17835998535156,55.971778869628906,73.20565032958984,-54.47464370727539,52.42438888549805,64.57728576660156,-56.59184265136719,44.272186279296875,200.6680145263672,-79.94055938720703,48.54453659057617,215.70541381835938,-64.86216735839844,44.90770721435547,217.32431030273438,-66.78748321533203,8.0540132522583,85.53126525878906,66.90220642089844,9.548117637634277,92.79664611816406,65.73110961914062,4.3475189208984375,114.62334442138672,64.15576934814453,73.10165405273438,149.1748809814453,-10.57909107208252,74.73419952392578,145.89671325683594,-19.816688537597656,84.37139129638672,140.94606018066406,-21.39292335510254,-107.80780792236328,177.19427490234375,-36.56926345825195,-103.50593566894531,164.99566650390625,-42.553279876708984,-101.58580780029297,180.65513610839844,-36.1512565612793,4.301116943359375,111.832275390625,76.62030029296875,6.775135040283203,113.23971557617188,78.58210754394531,2.7956559658050537,105.73411560058594,84.79367065429688,98.43196868896484,208.46200561523438,16.23345375061035,108.48190307617188,192.58128356933594,20.802165985107422,106.30438232421875,201.32394409179688,13.999326705932617,114.92185974121094,94.61009979248047,10.658000946044922,114.5304183959961,106.38597869873047,36.45263671875,118.20561218261719,109.99919128417969,29.699827194213867,62.611083984375,68.53871154785156,52.0507926940918,50.51227951049805,65.30023193359375,43.4463996887207,67.12297821044922,66.14277648925781,53.416297912597656,25.289989471435547,68.97225189208984,61.951690673828125,17.599803924560547,80.02156829833984,59.52210998535156,18.541637420654297,76.1225814819336,57.77758026123047,31.931238174438477,81.10194396972656,-139.38365173339844,47.32167434692383,88.95533752441406,-144.13751220703125,34.275840759277344,85.21524047851562,-140.1396942138672,-60.73862838745117,60.335899353027344,-64.5250244140625,-62.29437255859375,53.33378601074219,-59.26338195800781,-74.31655883789062,62.118263244628906,-66.94405364990234,51.42006301879883,94.42030334472656,-20.60515594482422,48.24421691894531,102.32178497314453,-15.244864463806152,48.815399169921875,93.05736541748047,-32.249664306640625,6.124818801879883,171.7482147216797,-97.21759033203125,5.8331499099731445,190.73117065429688,-72.34750366210938,2.656424045562744,195.78953552246094,-85.0848388671875,-19.46955680847168,190.5125732421875,-20.60877799987793,-13.317804336547852,199.4113006591797,-12.53518295288086,-7.9546589851379395,200.11477661132812,-26.856393814086914,-23.180089950561523,120.61808776855469,109.35228729248047,-21.21326446533203,118.27155303955078,119.23218536376953,-30.340024948120117,111.6396713256836,110.5845718383789,-101.80744171142578,156.00222778320312,70.61874389648438,-98.32756805419922,161.4064178466797,66.00089263916016,-115.90451049804688,143.32968139648438,34.92689895629883,81.5977783203125,159.77505493164062,-92.06607818603516,78.04851531982422,154.17742919921875,-108.60456085205078,89.28524780273438,156.61341857910156,-94.2222900390625,13.713212013244629,61.690887451171875,82.8904800415039,19.526416778564453,62.62575149536133,78.7177963256836,14.538660049438477,64.79740905761719,79.80545806884766,45.42993927001953,166.15090942382812,-129.25103759765625,50.84946823120117,174.29898071289062,-117.34196472167969,61.8090934753418,176.63528442382812,-117.1838150024414,2.9313859939575195,190.48794555664062,-102.30718994140625,5.794249057769775,206.38897705078125,-92.44497680664062,8.70098876953125,201.56936645507812,-106.61214447021484,44.055519104003906,95.23043823242188,-6.183705806732178,40.834556579589844,90.08661651611328,-3.5428659915924072,36.54642868041992,82.77454376220703,-15.272628784179688,15.807893753051758,70.46437072753906,115.61402893066406,20.989696502685547,75.89488983154297,122.75788879394531,25.470691680908203,63.23994827270508,114.68011474609375,-75.39811706542969,150.67872619628906,1.668336033821106,-76.40282440185547,153.59637451171875,1.4166350364685059,-87.16961669921875,157.6736297607422,5.125223159790039,60.37102508544922,76.1468734741211,26.331127166748047,45.16373062133789,88.44246673583984,20.103424072265625,48.581695556640625,77.33452606201172,21.26155662536621,113.82252502441406,80.2212905883789,-24.328432083129883,97.24263000488281,60.321563720703125,-38.73381805419922,108.13670349121094,75.8043441772461,-42.152000427246094,31.188560485839844,93.86187744140625,126.62081146240234,36.478904724121094,79.4520034790039,125.3266830444336,22.742515563964844,86.66641998291016,125.6920166015625,25.763214111328125,115.3471908569336,55.926815032958984,22.98965072631836,115.21218872070312,67.038818359375,10.896756172180176,123.78624725341797,59.48180389404297,-105.30277252197266,106.8594741821289,-55.39765167236328,-92.13038635253906,100.56185913085938,-63.398658752441406,-98.84031677246094,95.796142578125,-66.28059387207031,91.81831359863281,187.50953674316406,-55.63275909423828,92.17134857177734,180.40774536132812,-43.86363220214844,91.61943817138672,196.7655487060547,-43.18775177001953,-7.480226993560791,115.10200500488281,-40.80959701538086,-8.300874710083008,105.58153533935547,-54.57060241699219,-5.231973171234131,125.41905975341797,-64.87094116210938,45.469120025634766,219.54458618164062,51.32847213745117,39.34177017211914,217.23280334472656,56.46320724487305,25.12368392944336,226.10948181152344,57.43266677856445,70.6347885131836,219.67893981933594,54.25836944580078,54.88944625854492,214.66600036621094,73.04574584960938,69.1623306274414,207.26055908203125,71.95497131347656,17.318822860717773,216.60540771484375,72.6077651977539,11.50407600402832,210.29315185546875,78.73253631591797,27.354246139526367,209.8104248046875,80.45355987548828,-112.27481842041016,105.73001098632812,-2.790479898452759,-111.04113006591797,106.6667251586914,-10.64603328704834,-100.22598266601562,119.19369506835938,8.87097454071045,48.9902458190918,148.49000549316406,119.71500396728516,61.82040023803711,140.2517852783203,117.07720184326172,70.83676147460938,150.20953369140625,105.02944946289062,-33.000606536865234,219.48985290527344,-86.71440124511719,-23.186931610107422,205.70693969726562,-109.77627563476562,-33.204315185546875,208.36019897460938,-100.43529510498047,-24.4721736907959,122.83695983886719,125.27859497070312,-28.94529151916504,130.12257385253906,127.85546112060547,-33.3806037902832,120.7144775390625,127.46573638916016,53.80233383178711,91.37918090820312,-42.90730285644531,50.45915985107422,67.3763427734375,-57.91664505004883,39.32642364501953,82.43844604492188,-35.17887496948242,-22.86604881286621,162.147705078125,68.42444610595703,-24.973642349243164,156.0292205810547,63.10527420043945,-12.892704963684082,155.08807373046875,60.96210861206055,-55.70564651489258,61.87169647216797,30.428089141845703,-55.64670944213867,61.18259048461914,35.01530075073242,-50.839324951171875,61.294857025146484,31.028596878051758,96.35326385498047,95.45556640625,-63.88528060913086,88.02159118652344,95.80200958251953,-60.46839141845703,88.3906021118164,83.73554992675781,-69.52200317382812,-10.30489730834961,40.21439743041992,36.64641189575195,-16.380704879760742,59.4521369934082,13.593772888183594,-4.338204860687256,47.46104431152344,23.376447677612305,78.42762756347656,110.8561019897461,-36.08564376831055,70.94197082519531,96.14134216308594,-45.69535827636719,82.79693603515625,106.33174133300781,-38.29339599609375,-3.1007750034332275,150.23641967773438,-139.17782592773438,-6.592301845550537,112.29108428955078,-141.00534057617188,-6.805071830749512,122.7231216430664,-147.1622772216797,97.90331268310547,191.14500427246094,38.1595458984375,108.87322235107422,165.33697509765625,36.51504135131836,101.33060455322266,175.48570251464844,41.42155456542969,-95.27383422851562,165.4580841064453,56.417606353759766,-81.47518920898438,174.8604278564453,61.91668701171875,-93.29003143310547,179.25772094726562,58.80222702026367,-44.509437561035156,65.87850189208984,-49.10983657836914,-50.45915985107422,67.3763427734375,-57.91664505004883,-39.32642364501953,82.43844604492188,-35.17887496948242,-107.6883544921875,166.2583465576172,-44.956886291503906,-114.67131805419922,137.6589813232422,-51.00498580932617,-112.33380126953125,170.7231903076172,-41.53535079956055,19.144603729248047,105.09681701660156,-160.14720153808594,21.443754196166992,87.67864227294922,-153.08041381835938,10.91313362121582,108.45372772216797,-157.2650909423828,76.74934387207031,169.67974853515625,-102.87715911865234,85.87469482421875,165.32598876953125,-76.43888854980469,78.84593963623047,160.8212127685547,-78.93671417236328,-33.28881072998047,58.361968994140625,51.07917404174805,-28.79552459716797,60.93423080444336,45.1956672668457,-26.622528076171875,62.78937530517578,55.66861343383789,119.24095153808594,119.93991088867188,35.308815002441406,120.62594604492188,127.3207015991211,26.760875701904297,118.01116180419922,135.3171844482422,39.165916442871094,-36.97295379638672,227.11228942871094,36.805511474609375,-51.566429138183594,202.1487274169922,34.2294921875,-45.85076904296875,218.36016845703125,32.43905258178711,-32.72819519042969,66.656982421875,23.486696243286133,-42.55879592895508,62.89154815673828,40.03260803222656,-35.60691452026367,62.05040740966797,43.83409881591797,9.145818710327148,132.65780639648438,61.60476303100586,11.966178894042969,138.15711975097656,59.624114990234375,21.650554656982422,126.53475189208984,51.8998908996582,-8.14526653289795,91.99105834960938,74.57328033447266,-8.01767635345459,88.93296813964844,78.69267272949219,-6.061941146850586,91.77745819091797,62.747798919677734,25.64474868774414,85.72021484375,17.00484848022461,20.98330307006836,81.5977554321289,36.5035400390625,23.516725540161133,86.00487518310547,35.78761672973633,55.70564651489258,61.87169647216797,30.428089141845703,55.64670944213867,61.18259048461914,35.01530075073242,59.2722282409668,67.79633331298828,31.839191436767578,-66.07865142822266,130.2561798095703,-74.03024291992188,-76.64363098144531,115.3938980102539,-65.33828735351562,-68.25816345214844,122.88179016113281,-78.49994659423828,84.90917205810547,97.84698486328125,-82.32393646240234,74.30937957763672,86.07990264892578,-77.5972900390625,72.4389877319336,86.43055725097656,-72.29694366455078,99.37582397460938,172.56536865234375,10.018806457519531,106.6257553100586,170.89193725585938,21.024137496948242,106.25720977783203,185.040283203125,14.665705680847168,-70.94197082519531,96.14134216308594,-45.69535827636719,-74.62842559814453,90.13960266113281,-53.641353607177734,-57.4447135925293,87.92503356933594,-43.752525329589844,68.19853973388672,70.34617614746094,52.99233627319336,74.67877960205078,78.25607299804688,75.57941436767578,87.02926635742188,71.4610366821289,67.16026306152344,29.68231201171875,61.87071990966797,62.915199279785156,29.137800216674805,64.7117691040039,70.30876159667969,46.70185852050781,59.71926498413086,56.53807067871094,-42.32337188720703,81.91146087646484,48.26995849609375,-51.126220703125,75.92205047607422,55.217411041259766,-40.36658477783203,77.63164520263672,32.70093536376953,9.296184539794922,115.55480194091797,92.60237884521484,15.930440902709961,125.50677490234375,87.10039520263672,30.2750186920166,119.4686050415039,79.96712493896484,-61.46615982055664,205.58949279785156,-46.694793701171875,-86.56358337402344,201.71031188964844,-47.12345886230469,-74.12471771240234,205.03897094726562,-54.50931930541992,-4.85443115234375,206.67222595214844,69.7553939819336,-4.805659770965576,192.08419799804688,64.39812469482422,-6.812516212463379,206.05284118652344,44.71659469604492,26.65091896057129,199.92108154296875,83.1156997680664,13.985893249511719,184.97613525390625,91.071044921875,13.821195602416992,182.83773803710938,85.11443328857422,-20.610456466674805,41.730812072753906,70.42375183105469,-22.438135147094727,44.57929992675781,78.41944885253906,-15.118650436401367,48.003849029541016,76.11050415039062,84.1588363647461,64.62435913085938,-52.3199348449707,92.61790466308594,79.22330474853516,-67.01011657714844,79.4499740600586,65.2092514038086,-64.36800384521484,-78.68309783935547,130.4680633544922,-123.87065124511719,-66.34016418457031,134.24221801757812,-130.36366271972656,-64.36207580566406,140.41436767578125,-121.57257080078125,70.17194366455078,68.3995132446289,-1.5896589756011963,67.61170959472656,56.986236572265625,-5.4001688957214355,74.09313201904297,58.43781280517578,-9.221686363220215,-73.47237396240234,45.7703857421875,91.83668518066406,-65.4313735961914,42.29461669921875,91.77617645263672,-59.77238464355469,45.852359771728516,103.93555450439453,7.530823230743408,110.45130157470703,48.500431060791016,7.845476150512695,110.59642791748047,54.38764572143555,8.27265453338623,102.0000228881836,52.78928756713867,-11.742420196533203,229.8568572998047,39.8819465637207,-5.436232089996338,222.509033203125,34.824764251708984,-11.12905502319336,232.39688110351562,31.779634475708008,52.871376037597656,71.01795959472656,44.95751190185547,45.55030059814453,66.9893569946289,36.01394271850586,50.51227951049805,65.30023193359375,43.4463996887207,-80.08797454833984,167.63380432128906,86.39401245117188,-65.5586166381836,184.81509399414062,84.07884979248047,-59.12998580932617,189.46478271484375,88.91004180908203,54.51797866821289,180.0575714111328,97.07489013671875,47.774723052978516,188.3111572265625,92.5909652709961,59.127220153808594,189.4617919921875,88.91097259521484,69.17189025878906,149.328369140625,-121.90263366699219,80.36408233642578,131.242919921875,-126.61663055419922,66.30590057373047,142.3755645751953,-123.77572631835938,-40.670631408691406,118.08303833007812,59.01655578613281,-43.28271484375,114.75399780273438,40.95001983642578,-44.66239547729492,121.4122314453125,62.898738861083984,-110.35587310791016,130.1158447265625,22.576723098754883,-96.46661376953125,149.29190063476562,38.68320083618164,-111.71637725830078,144.21109008789062,35.304229736328125,-34.990013122558594,116.45999145507812,99.04288482666016,-33.50568771362305,115.63724517822266,93.99411010742188,-60.03413009643555,111.9073257446289,100.51268005371094,-45.519771575927734,41.91105651855469,68.32664489746094,-63.063297271728516,43.76636505126953,61.29867935180664,-59.55351257324219,42.20903778076172,72.742919921875,56.391727447509766,168.2832489013672,102.27747344970703,51.41507339477539,157.9132843017578,98.27296447753906,64.19595336914062,156.427490234375,100.77965545654297,18.677167892456055,77.14141845703125,76.51891326904297,19.36123275756836,80.14971160888672,87.94287872314453,29.644521713256836,68.73770904541016,78.37092590332031,-30.7672176361084,36.45073699951172,66.76136016845703,-45.201622009277344,38.44041442871094,62.64772033691406,-33.515708923339844,39.60160446166992,55.76771545410156,105.68888854980469,124.9327392578125,66.68745422363281,108.45623779296875,124.66425323486328,58.98916244506836,106.07733154296875,132.7441864013672,66.78670501708984,-85.04786682128906,161.28610229492188,88.08458709716797,-86.67347717285156,134.04580688476562,86.23466491699219,-86.08760070800781,131.78953552246094,94.19007110595703,19.02179718017578,100.84334564208984,-27.31584358215332,33.508949279785156,101.49913787841797,-29.88155174255371,21.19436264038086,102.87353515625,-6.824864864349365,23.604881286621094,127.46630859375,53.701194763183594,11.33903694152832,126.00152587890625,76.55150604248047,33.71833419799805,119.23699951171875,57.52561950683594,-37.434234619140625,58.48986053466797,44.17239761352539,-48.65774154663086,54.359222412109375,53.91118240356445,-44.274635314941406,60.87956619262695,37.40515899658203,-6.04849100112915,168.06459045410156,52.00288009643555,-8.936485290527344,157.29823303222656,53.81788635253906,-9.318131446838379,167.4224395751953,63.224365234375,-43.51415252685547,134.26495361328125,-151.27008056640625,-40.82887268066406,141.11904907226562,-147.25315856933594,-48.97777557373047,141.94589233398438,-142.79800415039062,55.62852096557617,51.756813049316406,-20.237760543823242,62.1158447265625,53.45322799682617,-8.045208930969238,52.563629150390625,54.47086715698242,-14.322312355041504,4.332347869873047,200.2541046142578,38.49823760986328,6.695957183837891,195.58580017089844,46.299869537353516,6.8125200271606445,206.0528564453125,44.71659469604492,-104.73397827148438,128.91259765625,-55.69329833984375,-109.86569213867188,132.1542510986328,-50.567832946777344,-106.6687240600586,129.79806518554688,-42.66569519042969,-101.14253997802734,102.73089599609375,-97.0608139038086,-99.23507690429688,107.26516723632812,-106.19037628173828,-92.1554183959961,96.48207092285156,-114.10717010498047,78.2059097290039,105.6339340209961,-76.07899475097656,65.67469787597656,107.10035705566406,-74.09342193603516,62.941070556640625,93.39813232421875,-63.475318908691406,8.550756454467773,130.36741638183594,49.918853759765625,6.061622142791748,130.8232421875,45.39559555053711,10.9080810546875,128.67173767089844,42.50801467895508,83.50301361083984,114.5602798461914,53.291290283203125,84.49117279052734,119.05045318603516,66.70840454101562,90.94962310791016,122.15718841552734,68.12866973876953,-46.16383743286133,139.61651611328125,127.01439666748047,-52.91310501098633,142.4986572265625,122.30856323242188,-41.39297866821289,131.56875610351562,128.9260711669922,78.34505462646484,62.73054122924805,103.854736328125,74.20743560791016,71.02776336669922,112.18555450439453,63.62214660644531,59.79926300048828,114.0202407836914,15.002076148986816,77.67839050292969,-75.55188751220703,20.688508987426758,77.37896728515625,-90.05860137939453,22.356197357177734,84.81476593017578,-66.23356628417969,18.409378051757812,88.74873352050781,-149.218017578125,11.437651634216309,96.69617462158203,-143.45115661621094,11.402522087097168,84.6273193359375,-141.48606872558594,-74.95265197753906,127.55729675292969,-134.5303192138672,-78.60468292236328,118.8910140991211,-135.62416076660156,-80.36408233642578,131.242919921875,-126.61663055419922,-56.58811950683594,68.80680084228516,39.314395904541016,-65.3525390625,71.02259063720703,47.69293212890625,-57.269744873046875,76.71752166748047,44.8818359375,118.45977020263672,141.58816528320312,9.548633575439453,115.14605712890625,152.4384307861328,15.887221336364746,113.37744140625,153.96600341796875,9.485088348388672,111.63690948486328,94.82879638671875,-32.71684646606445,108.68608856201172,112.49951934814453,-23.527854919433594,114.7887954711914,106.68826293945312,-20.81834602355957,-15.845269203186035,81.53472137451172,86.05342102050781,-16.280311584472656,87.17314147949219,88.56916046142578,-19.365901947021484,84.82386779785156,103.0613021850586,33.0006103515625,219.48985290527344,-86.71440124511719,23.186931610107422,205.70693969726562,-109.77627563476562,15.475126266479492,211.42005920410156,-98.45802307128906,-108.45623779296875,124.66425323486328,58.98916244506836,-110.0957260131836,109.48747253417969,66.44800567626953,-105.68888854980469,124.93273162841797,66.68745422363281,38.994834899902344,236.74256896972656,-27.943862915039062,30.593185424804688,237.1865997314453,-12.905259132385254,44.469295501708984,227.4762725830078,-18.767988204956055,30.353988647460938,69.59379577636719,73.37004089355469,36.505496978759766,68.3218994140625,78.11430358886719,29.137800216674805,64.7117691040039,70.30876159667969,80.50438690185547,85.13101959228516,18.756698608398438,82.16918182373047,96.11332702636719,37.82556915283203,80.13032531738281,96.25194549560547,45.46696472167969,83.19989776611328,77.6827163696289,80.96631622314453,74.86353302001953,76.25968933105469,78.42903137207031,84.91988372802734,71.6683349609375,71.96623229980469,-91.67236328125,151.45477294921875,80.73114776611328,-92.17948913574219,139.541748046875,82.44869232177734,-82.59696197509766,144.63844299316406,80.90538787841797,-50.51227951049805,65.30023193359375,43.44640350341797,-52.83528518676758,71.04232025146484,44.929264068603516,-62.61098098754883,68.5387191772461,52.050716400146484,-104.0830307006836,193.64144897460938,-16.458667755126953,-96.21366119384766,191.3661346435547,-8.306621551513672,-87.84197235107422,211.42837524414062,-10.802347183227539,34.445404052734375,222.65879821777344,-55.17167282104492,47.000423431396484,221.61279296875,-55.83653259277344,30.97725486755371,227.35787963867188,-67.58818817138672,-28.92439079284668,72.1761703491211,-93.7677001953125,-19.077804565429688,67.87027740478516,-114.93077850341797,-15.894845962524414,71.01915740966797,-109.98722076416016,59.86170959472656,111.9157485961914,100.41897583007812,67.10765838623047,109.2928237915039,86.61576080322266,50.10224151611328,113.57292175292969,75.15042114257812,-96.46661376953125,149.29190063476562,38.68320083618164,-85.7996826171875,157.94737243652344,50.691959381103516,-103.54695129394531,151.7576904296875,49.764747619628906,-73.24322509765625,201.7643585205078,-25.98142433166504,-77.02412414550781,207.99481201171875,-34.76236343383789,-68.45880126953125,217.7506103515625,-30.948095321655273,-11.238704681396484,125.70133209228516,-151.3881378173828,-6.417544841766357,159.13792419433594,-140.81826782226562,-12.003325462341309,148.0187530517578,-149.7499542236328,-5.485970973968506,208.09616088867188,-69.82048797607422,-6.485029220581055,198.41233825683594,-64.28118896484375,-5.833148956298828,190.73117065429688,-72.34750366210938,32.72819519042969,66.656982421875,23.486696243286133,28.13985824584961,73.19709014892578,18.338951110839844,25.388261795043945,63.751930236816406,27.859989166259766,-34.74456787109375,63.631446838378906,74.155029296875,-35.46437454223633,67.92376708984375,87.78547668457031,-20.29054069519043,76.05819702148438,77.00025939941406,-10.891006469726562,101.28331756591797,-135.25074768066406,-8.396459579467773,85.16559600830078,-129.69500732421875,-8.099207878112793,85.9958724975586,-110.24507141113281,-42.59383773803711,107.31690979003906,91.19735717773438,-54.75338363647461,106.2681655883789,102.9971694946289,-74.41032409667969,104.64945983886719,81.00611877441406,-45.49291229248047,105.55150604248047,29.58649253845215,-36.28998565673828,108.69315338134766,31.121240615844727,-43.217613220214844,111.21353912353516,40.47735595703125,-79.98441314697266,112.3026123046875,-52.648597717285156,-73.49797058105469,99.7241439819336,-47.623626708984375,-81.00291442871094,110.13257598876953,-37.903438568115234,94.43670654296875,115.11772918701172,84.88629150390625,78.57771301269531,109.97148895263672,91.78158569335938,67.83708190917969,116.27498626708984,108.36624908447266,20.703336715698242,66.16209411621094,51.55550003051758,16.368206024169922,76.33401489257812,55.17448043823242,25.851863861083984,65.25016021728516,51.528404235839844,111.81576538085938,138.8389434814453,-31.647388458251953,107.7667236328125,163.0321807861328,0.30687400698661804,113.03018951416016,165.25616455078125,-4.365915775299072,-6.457760810852051,193.39358520507812,-101.35600280761719,-6.131587028503418,183.50320434570312,-105.07324981689453,-6.173119068145752,197.8087615966797,-79.06887817382812,-83.14633178710938,69.74075317382812,91.209228515625,-82.1053466796875,74.52828216552734,88.66500091552734,-84.25279998779297,72.59358978271484,90.29621887207031,29.94358253479004,242.0311279296875,9.962987899780273,33.438377380371094,239.7252960205078,19.880840301513672,24.344654083251953,240.68603515625,20.959243774414062,12.712327003479004,93.26856994628906,-150.1220703125,14.565265655517578,81.73927307128906,-147.63014221191406,7.033711910247803,81.85499572753906,-137.65878295898438,-15.475127220153809,211.42005920410156,-98.45802307128906,-33.000606536865234,219.48985290527344,-86.71440124511719,-24.509462356567383,216.98655700683594,-88.28572845458984,-114.97502136230469,137.0437774658203,-14.852587699890137,-114.9446029663086,151.6444549560547,2.600421905517578,-107.10513305664062,147.1441650390625,-8.04634952545166,-6.3558669090271,109.75608825683594,63.136695861816406,-7.948960781097412,111.6032943725586,55.36320114135742,-13.998905181884766,98.25035858154297,62.014957427978516,62.65412902832031,150.97117614746094,-131.08799743652344,63.17676544189453,139.47315979003906,-137.768310546875,58.805137634277344,157.9877471923828,-132.69285583496094,-78.20189666748047,182.8880157470703,72.12848663330078,-59.12998580932617,189.46478271484375,88.91004180908203,-65.5586166381836,184.81509399414062,84.07884979248047,78.20186614990234,182.88818359375,72.12865447998047,59.127220153808594,189.4617919921875,88.91097259521484,78.142578125,188.31568908691406,73.49066162109375,60.37102508544922,76.1468734741211,26.331127166748047,62.56883239746094,66.33035278320312,30.30445098876953,86.33592987060547,69.87566375732422,42.43001937866211,-62.56883239746094,66.33035278320312,30.30445098876953,-85.71138763427734,61.185611724853516,45.437355041503906,-67.08113861083984,54.625877380371094,40.55339813232422,34.432193756103516,118.73892974853516,5.16243314743042,34.65829086303711,128.72857666015625,20.609533309936523,53.88462448120117,121.09320068359375,15.165303230285645,-92.78512573242188,178.00672912597656,55.81687927246094,-98.28489685058594,165.97918701171875,42.902992248535156,-89.25761413574219,187.0850830078125,52.16061019897461,-16.36817169189453,76.33403778076172,55.17445373535156,-25.851869583129883,65.25015258789062,51.52840042114258,-20.332439422607422,77.50899505615234,56.055484771728516,-77.2082748413086,107.49249267578125,73.54814147949219,-81.3382568359375,103.03605651855469,64.85289001464844,-70.60357666015625,106.13658905029297,75.07186889648438,91.66356658935547,91.3006362915039,84.59071350097656,78.46929168701172,83.39881134033203,106.54058074951172,81.77352905273438,91.3123550415039,98.95472717285156,-44.61445236206055,97.6418685913086,-36.507476806640625,-48.815399169921875,93.05736541748047,-32.249664306640625,-50.167076110839844,92.76473999023438,-43.51280975341797,-90.4774169921875,117.24819946289062,-109.7081298828125,-79.49208068847656,117.24235534667969,-127.63256072998047,-82.34701538085938,121.57084655761719,-114.82958984375,48.353641510009766,155.98477172851562,96.05072021484375,63.811588287353516,151.28012084960938,102.96408081054688,50.964332580566406,148.32252502441406,113.9874038696289,-94.08126068115234,71.8682861328125,-54.806819915771484,-85.8730697631836,62.582557678222656,-53.84381866455078,-99.62305450439453,67.22488403320312,-49.53746032714844,28.665325164794922,66.22541046142578,50.781402587890625,24.24250030517578,71.77436065673828,44.74553298950195,24.07889175415039,74.26200103759766,62.95587158203125,-31.941146850585938,126.05879974365234,19.959396362304688,-45.98311996459961,111.03165435791016,2.5646328926086426,-33.476322174072266,113.65978240966797,4.668501853942871,26.15845489501953,119.7763442993164,-158.9589385986328,19.172313690185547,119.95561218261719,-158.61819458007812,20.47530174255371,104.46659088134766,-156.91879272460938,65.67285919189453,209.41004943847656,-69.81243133544922,66.48431396484375,193.3423309326172,-77.50227355957031,62.24225997924805,204.0734405517578,-80.55839538574219,21.09579849243164,224.83102416992188,12.637887954711914,22.164169311523438,201.2408905029297,5.061738014221191,22.654155731201172,210.79029846191406,6.128689765930176,111.29301452636719,83.67282104492188,-6.049108982086182,104.24120330810547,90.08531951904297,8.986383438110352,114.92185974121094,94.61009979248047,10.658000946044922,-64.57763671875,211.0744171142578,-42.91350555419922,-48.34447479248047,209.19326782226562,-43.99676513671875,-50.75712966918945,223.34519958496094,-41.678321838378906,-44.509437561035156,65.87850189208984,-49.10983657836914,-52.575927734375,62.01857376098633,-60.25723648071289,-50.45915985107422,67.3763427734375,-57.91664505004883,-92.80487060546875,92.8919906616211,41.73636245727539,-102.82996368408203,99.13737487792969,61.73196792602539,-97.47151184082031,105.07205963134766,65.0816421508789,58.10296630859375,201.83758544921875,23.731767654418945,51.566429138183594,202.1487274169922,34.2294921875,55.42528533935547,214.98463439941406,30.220659255981445,45.69846725463867,75.7103271484375,99.93010711669922,63.87175369262695,69.06494140625,81.41494750976562,47.4805793762207,76.54074096679688,94.11039733886719,-37.331329345703125,100.84342193603516,11.195904731750488,-39.12210464477539,97.47710418701172,16.04416847229004,-37.813846588134766,89.91278839111328,-3.083904981613159,66.25933074951172,108.64407348632812,72.84255981445312,67.10765838623047,109.2928237915039,86.61576080322266,73.15377807617188,109.57596588134766,74.25004577636719,22.896739959716797,162.4393768310547,73.88245391845703,25.827472686767578,164.36483764648438,68.78803253173828,13.821195602416992,182.83773803710938,85.11443328857422,-98.98793029785156,143.15786743164062,-15.78258991241455,-105.74785614013672,137.4070281982422,-21.510570526123047,-107.10513305664062,147.1441650390625,-8.04634952545166,-63.17676544189453,139.47315979003906,-137.768310546875,-62.65412902832031,150.97117614746094,-131.08799743652344,-58.805137634277344,157.9877471923828,-132.69285583496094,-43.080963134765625,192.37179565429688,66.32946014404297,-33.471153259277344,209.76686096191406,61.181941986083984,-39.59346389770508,187.04103088378906,69.85950469970703,12.115625381469727,169.6858673095703,-147.11334228515625,7.127713203430176,182.08287048339844,-136.9558868408203,13.335100173950195,187.6581268310547,-131.8433074951172,-4.450394153594971,198.2959747314453,-50.23521041870117,-5.595229148864746,188.90274047851562,-55.39155960083008,-6.485029220581055,198.41233825683594,-64.28118896484375,-5.2650370597839355,151.79421997070312,8.885014533996582,-11.523592948913574,133.64535522460938,3.985213041305542,-7.429224967956543,131.6343994140625,-10.867557525634766,33.47113800048828,209.7670440673828,61.181678771972656,34.034912109375,209.24122619628906,77.49832153320312,37.45708465576172,205.52577209472656,72.08919525146484,24.967941284179688,85.42041015625,92.84825134277344,19.240280151367188,83.9139633178711,93.91719055175781,24.792808532714844,84.32201385498047,98.9775619506836,47.783668518066406,160.21656799316406,108.8076400756836,37.76974105834961,173.21592712402344,96.35525512695312,48.353641510009766,155.98477172851562,96.05072021484375,85.42207336425781,163.0582733154297,67.4488525390625,72.82247924804688,166.13284301757812,65.99417114257812,93.49198150634766,161.7835693359375,63.932064056396484,-62.08646774291992,94.87550354003906,-145.25624084472656,-60.01958084106445,110.84180450439453,-144.70028686523438,-46.723297119140625,100.28299713134766,-152.98573303222656,78.2059097290039,105.6339340209961,-76.07899475097656,80.93639373779297,98.20828247070312,-73.66340637207031,93.01544952392578,106.16581726074219,-85.56877899169922,-23.75372886657715,127.32310485839844,53.558372497558594,-34.49570083618164,118.7541275024414,58.17426300048828,-11.226967811584473,126.48794555664062,75.42433166503906,-89.61543273925781,76.58514404296875,77.0522232055664,-86.88306427001953,71.11873626708984,67.16946411132812,-79.38756561279297,68.47361755371094,56.80535125732422,84.24087524414062,141.98080444335938,-10.036044120788574,73.09300231933594,145.2242431640625,-8.360901832580566,83.07039642333984,134.14744567871094,-15.937280654907227,82.37012481689453,98.24906158447266,34.236602783203125,97.47151184082031,105.07205963134766,65.0816421508789,92.80487060546875,92.8919906616211,41.73636245727539,20.321474075317383,62.39506530761719,66.96927642822266,23.987268447875977,66.91741943359375,73.5732421875,22.19510269165039,71.03321075439453,64.79354858398438,-97.98401641845703,85.42411804199219,54.134422302246094,-95.15277099609375,81.87715148925781,47.91017532348633,-93.98726654052734,79.9986343383789,51.935672760009766,63.183589935302734,61.39480209350586,77.73273468017578,47.63299560546875,62.941253662109375,83.88052368164062,46.91610336303711,58.316864013671875,64.90435791015625,-13.682416915893555,194.73324584960938,-10.761015892028809,-17.497638702392578,192.91038513183594,-21.618141174316406,-24.7470645904541,197.1362762451172,-3.581001043319702,-4.014556884765625,173.4002685546875,-76.56452178955078,-6.124818801879883,171.7482147216797,-97.21759033203125,-5.833148956298828,190.73117065429688,-72.34750366210938,-11.555464744567871,187.8446044921875,24.421350479125977,-9.280534744262695,207.34225463867188,14.335689544677734,-8.09328842163086,173.87265014648438,20.85844612121582,20.98330307006836,81.5977554321289,36.5035400390625,17.108993530273438,80.194580078125,47.1883430480957,16.492694854736328,89.24105072021484,41.14670944213867,-1.2710750102996826,87.55665588378906,-6.535086154937744,-3.920077085494995,78.38748168945312,-5.43867301940918,11.010198593139648,82.77239990234375,-3.872807025909424,-35.7824592590332,62.96763610839844,45.245487213134766,-25.851869583129883,65.25015258789062,51.52840042114258,-28.078535079956055,60.25128173828125,48.457740783691406,-62.40019226074219,186.53602600097656,93.5350341796875,-61.02830123901367,201.45750427246094,81.64370727539062,-69.16417694091797,207.26071166992188,71.953125,82.23434448242188,139.40737915039062,-30.098804473876953,86.45033264160156,140.39480590820312,-26.368507385253906,93.56660461425781,130.16860961914062,-35.54350662231445,-25.718036651611328,115.34554290771484,56.03443908691406,-33.55633544921875,110.06523895263672,77.4421615600586,-39.41871643066406,108.78258514404297,64.86228942871094,-88.20867156982422,212.88682556152344,20.749990463256836,-87.50445556640625,210.0396270751953,6.517897129058838,-77.27438354492188,215.97560119628906,27.940948486328125,-20.375465393066406,145.35687255859375,121.50108337402344,-27.80253028869629,147.8089141845703,121.76673889160156,-28.94529151916504,130.12257385253906,127.85546112060547,23.829265594482422,120.4374008178711,-162.53976440429688,34.99504089355469,120.96421813964844,-158.80532836914062,34.20354461669922,105.07881927490234,-155.86886596679688,61.02705383300781,201.45693969726562,81.64449310302734,62.39500427246094,186.53564453125,93.53490447998047,69.1623306274414,207.26055908203125,71.95497131347656,-115.2548828125,136.99305725097656,-34.889610290527344,-114.67131805419922,137.6589813232422,-51.00498580932617,-113.4150619506836,130.6855926513672,-48.4879150390625,-87.55970764160156,59.483341217041016,43.64421844482422,-85.46498107910156,49.44953536987305,57.112186431884766,-96.90731048583984,65.20284271240234,52.261287689208984,-17.259675979614258,93.8796157836914,43.83869171142578,-13.846763610839844,99.87309265136719,46.8145637512207,-18.081268310546875,107.24755096435547,46.965919494628906,-104.4798355102539,172.92843627929688,-53.982521057128906,-91.46805572509766,187.67857360839844,-64.95711517333984,-91.81831359863281,187.50953674316406,-55.63275909423828,-22.654157638549805,210.79029846191406,6.128687858581543,-21.09579849243164,224.83102416992188,12.637887954711914,-16.658748626708984,225.0550994873047,16.650848388671875,-96.35326385498047,95.45556640625,-63.88528060913086,-88.3906021118164,83.73554992675781,-69.52200317382812,-88.02159118652344,95.80200958251953,-60.46839141845703,-62.65301513671875,112.96810150146484,27.624353408813477,-54.36990737915039,99.07878112792969,20.5260066986084,-45.49291229248047,105.55150604248047,29.58649253845215,-90.45384979248047,159.8578338623047,-89.55754089355469,-100.36289978027344,151.11257934570312,-92.0615005493164,-91.708251953125,158.64859008789062,-81.43315124511719,-120.2452163696289,91.34479522705078,-2.749191999435425,-120.2773666381836,107.82694244384766,31.386201858520508,-121.07533264160156,106.53895568847656,14.58432674407959,69.1623306274414,207.26055908203125,71.95497131347656,79.9796142578125,190.7470245361328,75.17505645751953,76.40596008300781,207.06454467773438,63.76730728149414,-13.891776084899902,91.77191162109375,72.34244537353516,-9.296187400817871,88.53075408935547,64.9381332397461,-10.771574974060059,90.52538299560547,78.25813293457031,51.25913619995117,95.18782043457031,124.24794006347656,46.93562316894531,101.95059204101562,122.41182708740234,63.97102355957031,102.64601135253906,112.3709945678711,-15.574793815612793,150.03897094726562,83.67750549316406,-12.577263832092285,148.47811889648438,66.3758316040039,-18.38373374938965,142.36306762695312,66.0868911743164,-46.932613372802734,105.82184600830078,4.9007158279418945,-57.780723571777344,114.40699005126953,11.118634223937988,-61.08427429199219,93.86770629882812,-15.399415969848633,11.368114471435547,141.69093322753906,68.4043197631836,18.230737686157227,142.32937622070312,66.04227447509766,14.079248428344727,149.6282501220703,82.81582641601562,-53.366424560546875,94.47216033935547,-38.67809295654297,-51.928836822509766,92.29512023925781,-31.7854061126709,-46.18855667114258,101.38648986816406,-33.7761344909668,-42.397071838378906,79.96678161621094,87.95288848876953,-30.05129051208496,83.99495697021484,96.41427612304688,-37.62626266479492,89.12728881835938,103.70830535888672,20.989696502685547,75.89488983154297,122.75788879394531,22.742515563964844,86.66641998291016,125.6920166015625,36.478904724121094,79.4520034790039,125.3266830444336,-81.38240814208984,146.0229949951172,-9.1276216506958,-75.43675994873047,141.441650390625,-13.712644577026367,-85.43333435058594,133.4822540283203,-22.121015548706055,-41.07733154296875,91.48597717285156,18.530757904052734,-49.11787796020508,76.63493347167969,18.157808303833008,-49.8615837097168,88.51607513427734,18.91764259338379,-110.3922348022461,151.6205596923828,26.4292049407959,-108.0594482421875,145.9866180419922,26.93869400024414,-118.14871978759766,133.76156616210938,13.474762916564941,62.44483947753906,134.57159423828125,-77.7880859375,66.7709732055664,134.97312927246094,-76.00749969482422,71.48448181152344,129.89442443847656,-78.42339324951172,-6.077385902404785,112.76730346679688,28.067907333374023,0.5028110146522522,113.87603759765625,27.22177505493164,6.011168003082275,120.35903930664062,23.353519439697266,110.22264862060547,110.81365203857422,59.92971420288086,106.33209228515625,122.04643249511719,59.0467414855957,116.8615493774414,119.27728271484375,33.2077751159668,69.74373626708984,61.710628509521484,65.95330047607422,67.71484375,65.04112243652344,90.76795196533203,63.183589935302734,61.39480209350586,77.73273468017578,-53.77442932128906,91.1080551147461,-57.08574295043945,-62.450721740722656,96.60831451416016,-48.42087936401367,-55.45849609375,95.07671356201172,-46.03952407836914,-53.48741912841797,82.79039001464844,86.93807220458984,-73.78104400634766,88.43614196777344,97.32794189453125,-76.76827239990234,76.60464477539062,72.0863265991211,67.08113861083984,54.62587356567383,40.553401947021484,79.938720703125,53.17223358154297,49.6632194519043,85.71138763427734,61.185611724853516,45.437355041503906,-12.10605239868164,236.4139862060547,-6.267766952514648,-13.934715270996094,211.1508331298828,-6.425910949707031,-15.037957191467285,222.93788146972656,4.107001781463623,4.831472873687744,110.3282241821289,48.87486267089844,4.474524021148682,113.2343978881836,52.89100646972656,4.184377193450928,112.26795196533203,48.139183044433594,85.57321166992188,119.413818359375,-63.5062255859375,65.89398193359375,132.675537109375,-68.9310531616211,68.55704498291016,132.4423065185547,-59.80177688598633,3.8377768993377686,64.84046936035156,2.387115955352783,-2.699686050415039,69.52064514160156,-3.137655019760132,16.252840042114258,75.02294921875,-1.7672300338745117,-72.4373550415039,112.9547119140625,106.97195434570312,-77.55443572998047,106.79398345947266,93.57109832763672,-60.178409576416016,108.83827209472656,101.27677154541016,47.14496994018555,103.15055084228516,125.58008575439453,29.062711715698242,105.10961151123047,123.48017883300781,22.3148250579834,96.3585433959961,127.93966674804688,46.957305908203125,119.25921630859375,117.90882873535156,32.98933410644531,129.7145233154297,125.56788635253906,54.76325607299805,132.2182159423828,118.89144134521484,88.3906021118164,83.73554992675781,-69.52200317382812,96.9471435546875,87.77360534667969,-65.06846618652344,96.35326385498047,95.45556640625,-63.88528060913086,39.34177017211914,217.23280334472656,56.46320724487305,50.79417419433594,214.86236572265625,56.902679443359375,50.86968994140625,215.29193115234375,66.87126159667969,6.098893165588379,131.24102783203125,93.76835632324219,12.284402847290039,121.33287048339844,79.02940368652344,15.930440902709961,125.50677490234375,87.10039520263672,-57.007652282714844,90.13301086425781,107.31526184082031,-70.38285827636719,86.99372863769531,102.40034484863281,-44.91746139526367,79.64466857910156,98.61075592041016,88.24081420898438,78.58660888671875,15.31155014038086,80.50438690185547,85.13101959228516,18.756698608398438,77.5103530883789,73.86772155761719,3.4344561100006104,91.15939331054688,200.32058715820312,-54.56922912597656,89.45807647705078,203.8422088623047,-46.47993469238281,95.2078857421875,195.11390686035156,-43.27461624145508,-8.36050033569336,221.6431884765625,33.52688217163086,-24.344654083251953,240.68603515625,20.959243774414062,-14.055350303649902,226.46463012695312,23.380041122436523,-81.67581176757812,161.787353515625,-97.3597412109375,-76.0500717163086,163.45172119140625,-83.90935516357422,-73.77117919921875,162.2563018798828,-93.28472137451172,25.511457443237305,114.89002227783203,107.95150756835938,16.330957412719727,115.08705139160156,120.7802505493164,33.673030853271484,113.0880355834961,108.84249877929688,-84.49883270263672,185.5008087158203,61.68145751953125,-79.97964477539062,190.74716186523438,75.17495727539062,-82.69489288330078,199.10777282714844,60.02210235595703,38.11874771118164,55.612178802490234,65.97685241699219,30.36610221862793,60.23702621459961,73.65176391601562,22.834705352783203,58.5279541015625,71.1986312866211,60.73863220214844,60.335899353027344,-64.5250244140625,52.575931549072266,62.0185661315918,-60.25723648071289,67.58641815185547,67.83245849609375,-68.33747863769531,-5.00779914855957,140.2920379638672,-122.92457580566406,-8.794230461120605,143.67770385742188,-118.32052612304688,-8.353164672851562,112.15528106689453,-120.81460571289062,-23.45148468017578,82.13600158691406,90.2119140625,-29.622419357299805,77.37369537353516,94.91935729980469,-28.011817932128906,80.76681518554688,104.4115219116211,43.84737014770508,232.38047790527344,-42.524295806884766,34.338958740234375,225.7465362548828,-51.44245910644531,26.310155868530273,231.70736694335938,-50.850547790527344,-25.57815170288086,238.86053466796875,-19.027376174926758,-31.595123291015625,237.97015380859375,-33.02927780151367,-17.4547119140625,241.4006805419922,-19.5238037109375,-99.92142486572266,121.3036117553711,-35.883575439453125,-93.58065795898438,117.72676849365234,-36.19158935546875,-83.07039642333984,134.14744567871094,-15.937280654907227,-30.958171844482422,115.2304916381836,120.90794372558594,-32.89206314086914,114.737548828125,107.41101837158203,-38.882301330566406,112.96234893798828,108.77216339111328,78.142578125,188.31568908691406,73.49066162109375,81.53216552734375,181.40328979492188,59.76439666748047,78.20186614990234,182.88818359375,72.12865447998047,16.485694885253906,212.16343688964844,-83.48223876953125,29.950702667236328,214.94114685058594,-87.77141571044922,18.85792350769043,227.53005981445312,-73.83395385742188,19.365238189697266,65.90257263183594,92.00538635253906,16.830455780029297,68.0759506225586,96.7818374633789,14.832736015319824,67.2293472290039,91.6188735961914,29.141687393188477,84.70409393310547,14.709874153137207,23.811365127563477,71.37306213378906,26.328723907470703,28.13985824584961,73.19709014892578,18.338951110839844,36.17772674560547,45.371131896972656,90.60638427734375,27.275949478149414,51.89204406738281,85.42424011230469,31.106416702270508,45.24708557128906,83.66643524169922,-24.7501277923584,119.46434783935547,58.419288635253906,-12.19062614440918,131.40420532226562,42.58983612060547,-24.487201690673828,120.5811538696289,42.77215576171875,70.92748260498047,161.4832000732422,-86.85709381103516,75.00770568847656,158.9190216064453,-78.4339599609375,80.78459167480469,166.9178466796875,-80.30030059814453,19.180694580078125,233.3582763671875,36.71666717529297,14.005090713500977,230.53964233398438,34.357120513916016,24.344654083251953,240.68603515625,20.959243774414062,-113.03018951416016,165.25616455078125,-4.365915775299072,-115.82522583007812,153.90391540527344,-24.126981735229492,-111.78575897216797,181.81373596191406,-2.0649778842926025,-20.9766845703125,128.41920471191406,36.13793182373047,-22.234838485717773,128.59471130371094,28.751935958862305,-16.00943946838379,136.1747283935547,25.430057525634766,-104.4798355102539,172.92843627929688,-53.982521057128906,-108.76521301269531,162.1514892578125,-63.969764709472656,-100.08654022216797,174.89407348632812,-63.7052116394043,83.67877197265625,68.40086364746094,65.51647186279297,69.03436279296875,72.83566284179688,68.25689697265625,62.611083984375,68.53871154785156,52.0507926940918,-102.42833709716797,117.72622680664062,11.04633617401123,-113.86982727050781,113.08329010009766,-3.1701810359954834,-113.51111602783203,106.9464111328125,-7.754847049713135,19.908370971679688,64.41268157958984,90.76850891113281,19.008995056152344,59.92741012573242,87.0731201171875,17.025774002075195,62.429931640625,93.29082489013672,77.34558868408203,223.2633514404297,-21.317096710205078,74.51846313476562,218.7817840576172,-24.9191951751709,62.16829299926758,226.6083526611328,-19.91119384765625,8.534578323364258,195.44351196289062,-58.180538177490234,8.5318603515625,212.51748657226562,-70.44345092773438,6.937503814697266,218.30923461914062,-61.52473449707031,26.7142391204834,82.9149169921875,102.95621490478516,52.458221435546875,72.97215270996094,96.65841674804688,46.50694274902344,74.64750671386719,109.07355499267578,-10.771574974060059,90.52538299560547,78.25813293457031,-18.965625762939453,86.69744110107422,87.0703125,-19.24588966369629,94.94271087646484,82.92013549804688,25.511457443237305,114.89002227783203,107.95150756835938,42.92170715332031,114.2971420288086,97.8868637084961,26.27352523803711,118.96112060546875,101.3903579711914,97.57308959960938,150.44284057617188,-88.99452209472656,94.32061004638672,150.15277099609375,-96.32505798339844,100.29545593261719,135.87840270996094,-93.46903991699219,-49.40028762817383,119.73344421386719,-143.5956268310547,-34.99504089355469,120.96421813964844,-158.80532836914062,-34.20354461669922,105.07881927490234,-155.86886596679688,-85.61052703857422,158.8977508544922,80.35253143310547,-81.94970703125,153.2283935546875,73.4410171508789,-86.67347717285156,134.04580688476562,86.23466491699219,-8.773706436157227,152.34115600585938,-149.81129455566406,-5.3471269607543945,167.92332458496094,-144.11605834960938,-3.8248419761657715,163.33042907714844,-142.4402618408203,26.71430778503418,93.4417724609375,48.80183792114258,18.362844467163086,99.03699493408203,56.051246643066406,27.956541061401367,92.03824615478516,59.511146545410156,-27.18794059753418,175.55686950683594,107.51034545898438,-21.59467315673828,181.11923217773438,102.32913208007812,-25.455373764038086,187.26072692871094,100.5691909790039,24.344654083251953,240.68603515625,20.959243774414062,31.836729049682617,237.113525390625,33.686676025390625,19.180694580078125,233.3582763671875,36.71666717529297,59.86170959472656,111.9157485961914,100.41897583007812,53.781776428222656,112.6321792602539,109.08380126953125,67.83708190917969,116.27498626708984,108.36624908447266,-50.83714294433594,158.1869354248047,97.52296447753906,-59.8585090637207,157.24163818359375,100.81072998046875,-65.39893341064453,153.64964294433594,104.39106750488281,-36.6645393371582,160.57879638671875,-138.74549865722656,-40.819862365722656,164.36685180664062,-125.88253021240234,-36.79853439331055,172.65045166015625,-132.3417510986328,45.33082962036133,55.39805221557617,38.68320083618164,45.96170425415039,68.93574523925781,30.65898895263672,36.7456169128418,58.3067512512207,42.84568405151367,91.18583679199219,95.03437042236328,-91.47882080078125,97.26398468017578,107.26725769042969,-91.2532730102539,98.7575454711914,106.1900405883789,-98.90673828125,-62.56883239746094,66.33035278320312,30.30445098876953,-56.104942321777344,64.65966033935547,29.422529220581055,-48.581695556640625,77.33452606201172,21.26155662536621,22.754047393798828,137.77630615234375,56.310203552246094,11.368114471435547,141.69093322753906,68.4043197631836,12.578383445739746,133.07933044433594,61.676456451416016,-68.86012268066406,215.95277404785156,29.368202209472656,-55.76068115234375,202.9146728515625,33.98698425292969,-63.055625915527344,205.15899658203125,10.440242767333984,-17.150733947753906,74.73219299316406,-108.12366485595703,-9.352938652038574,78.48145294189453,-88.76448059082031,-13.082286834716797,73.07080078125,-127.35246276855469,5.803012847900391,150.23008728027344,89.96197509765625,11.394200325012207,152.28236389160156,99.99803161621094,3.039879083633423,151.26077270507812,110.6859359741211,13.019466400146484,233.48988342285156,-40.60198211669922,16.010019302368164,240.76564025878906,-30.339462280273438,19.947935104370117,233.80946350097656,-46.99045944213867,-45.519771575927734,41.91105651855469,68.32664489746094,-59.55351257324219,42.20903778076172,72.742919921875,-53.476524353027344,43.08452224731445,87.49404907226562,-99.18891906738281,143.39862060546875,-85.72953033447266,-98.89356994628906,138.41929626464844,-88.2577896118164,-97.57308959960938,150.44284057617188,-88.99453735351562,-63.22163772583008,61.4011344909668,77.74681854248047,-46.913856506347656,58.316558837890625,64.90316772460938,-47.57440948486328,62.95458984375,83.90858459472656,-99.16881561279297,154.8249969482422,69.47638702392578,-92.52735137939453,151.20745849609375,77.45458984375,-97.66946411132812,149.01861572265625,72.58968353271484,-107.83915710449219,126.3570327758789,-20.553983688354492,-107.2130355834961,119.37891387939453,-36.32853698730469,-104.54413604736328,135.39593505859375,-19.331619262695312,-14.055350303649902,226.46463012695312,23.380041122436523,-9.280534744262695,207.34225463867188,14.335689544677734,-8.36050033569336,221.6431884765625,33.52688217163086,-38.275123596191406,239.38136291503906,-10.175469398498535,-60.46194839477539,232.04156494140625,-11.39597225189209,-58.78751754760742,227.242431640625,-16.08921241760254,49.4517822265625,192.1510009765625,-98.28369140625,64.8775863647461,191.66177368164062,-97.87543487548828,54.79611587524414,201.44638061523438,-88.84888458251953,-40.43500900268555,238.08926391601562,30.276227951049805,-31.836729049682617,237.113525390625,33.686676025390625,-36.97295379638672,227.11228942871094,36.805511474609375,-86.00283813476562,119.51185607910156,-61.565673828125,-86.1220932006836,119.64283752441406,-67.2330093383789,-90.97872161865234,118.26945495605469,-63.969120025634766,-47.366249084472656,78.03522491455078,70.14368438720703,-42.32337188720703,81.91146087646484,48.26995849609375,-23.065040588378906,91.96381378173828,55.304386138916016,-13.256336212158203,102.15608215332031,-45.22019577026367,-13.310965538024902,90.4868392944336,-55.26983642578125,-8.300874710083008,105.58153533935547,-54.57060241699219,-9.027555465698242,235.0055694580078,-4.9157891273498535,-10.771169662475586,211.57693481445312,-5.68897819519043,-10.69070053100586,234.90167236328125,-21.31524085998535,28.357929229736328,118.9315414428711,56.36722946166992,9.207775115966797,124.27738189697266,75.01290893554688,21.650554656982422,126.53475189208984,51.8998908996582,61.02705383300781,201.45693969726562,81.64449310302734,49.79694747924805,210.25550842285156,76.35747528076172,49.033660888671875,203.38929748535156,80.05643463134766,105.31114959716797,151.1942596435547,-12.264540672302246,111.81576538085938,138.8389434814453,-31.647388458251953,98.63155364990234,137.8452911376953,-27.89718246459961,14.89108943939209,199.9775390625,-3.343487024307251,11.516687393188477,211.3396453857422,6.821523189544678,16.658748626708984,225.0550994873047,16.650848388671875,80.45782470703125,144.4843292236328,77.64619445800781,92.52735137939453,151.20745849609375,77.45458984375,90.24577331542969,133.71788024902344,81.64483642578125,-4.332347869873047,200.2541046142578,38.498233795166016,-9.893028259277344,184.6689453125,36.45808410644531,-7.930333137512207,190.3335723876953,22.68898582458496,-48.74723815917969,233.67184448242188,28.97933006286621,-59.212127685546875,222.3208770751953,22.44000816345215,-52.86638641357422,232.04104614257812,21.298059463500977,-102.23802947998047,76.23363494873047,0.8131049871444702,-103.15755462646484,74.88185119628906,-21.53298568725586,-103.72396850585938,80.74881744384766,-6.552221775054932,-1.8027750253677368,104.33619689941406,85.72119140625,-4.768240928649902,78.20912170410156,88.35455322265625,-3.1024138927459717,93.47528076171875,80.66921997070312,-63.055625915527344,205.15899658203125,10.440242767333984,-67.9739990234375,219.47369384765625,5.822143077850342,-82.02095031738281,200.87594604492188,-4.683466911315918,-107.78587341308594,95.60346221923828,57.74960708618164,-110.0957260131836,109.48747253417969,66.44800567626953,-115.06220245361328,107.3503189086914,53.35295104980469,-88.32612609863281,186.73348999023438,-69.33365631103516,-100.08654022216797,174.89407348632812,-63.7052116394043,-94.04847717285156,173.20433044433594,-67.00382995605469,-66.71931457519531,75.69654846191406,66.74580383300781,-76.76827239990234,76.60464477539062,72.0863265991211,-66.46864318847656,70.18083953857422,52.02075958251953,19.227636337280273,110.73255157470703,-3.8024590015411377,12.705788612365723,112.39704895019531,-7.784809112548828,23.239046096801758,122.5915756225586,4.082557201385498,16.836599349975586,77.38812255859375,24.782609939575195,11.556133270263672,71.23384857177734,44.3223762512207,17.78093147277832,88.74520111083984,21.721662521362305,11.556133270263672,71.23384857177734,44.3223762512207,9.85340404510498,54.21780776977539,43.715396881103516,0.7945129871368408,42.600120544433594,51.604644775390625,76.81587982177734,215.5557098388672,26.02326774597168,72.48099517822266,210.38795471191406,16.92439079284668,87.89824676513672,209.62765502929688,5.668880939483643,-37.62626266479492,89.12728881835938,103.70830535888672,-40.27452087402344,91.93304443359375,100.01522064208984,-48.91676330566406,89.00885772705078,104.64263916015625,-50.5947151184082,103.76677703857422,124.84978485107422,-55.715206146240234,108.39811706542969,112.809814453125,-71.31114196777344,103.98348236083984,108.75804138183594,74.73419952392578,145.89671325683594,-19.816688537597656,79.51021575927734,136.0320281982422,-32.59376907348633,91.76954650878906,126.9349594116211,-34.67722702026367,-33.33966064453125,199.02833557128906,82.99284362792969,-27.383867263793945,208.38990783691406,77.61880493164062,-26.356287002563477,199.4913787841797,83.12151336669922,84.34209442138672,52.06264877319336,59.00785446166992,79.938720703125,53.17223358154297,49.6632194519043,63.285926818847656,46.52560806274414,51.70355224609375,104.24120330810547,90.08531951904297,8.986383438110352,104.21128845214844,85.13671112060547,11.276299476623535,106.2439193725586,88.58229064941406,21.16057777404785,24.223533630371094,76.3546371459961,10.042698860168457,19.314990997314453,75.03168487548828,26.88737678527832,15.678853988647461,61.14999008178711,24.105886459350586,-6.229276180267334,100.1960220336914,53.72158432006836,-4.831471920013428,110.3282241821289,48.87486267089844,-4.184370994567871,112.2679672241211,48.139183044433594,67.24895477294922,130.76290893554688,110.30535125732422,61.82040023803711,140.2517852783203,117.07720184326172,57.788246154785156,121.56228637695312,116.51896667480469,-36.436912536621094,181.53395080566406,98.81421661376953,-47.41505432128906,172.85153198242188,81.9580078125,-46.72113037109375,163.91329956054688,93.61620330810547,-7.565846920013428,108.13875579833984,35.40798568725586,-19.442981719970703,106.33259582519531,32.73983383178711,-20.2901668548584,98.44197845458984,32.97370529174805,59.14943313598633,62.14210510253906,48.75844192504883,49.11483383178711,57.370079040527344,54.267276763916016,69.3002700805664,61.80314636230469,61.9225959777832,20.829185485839844,79.44316864013672,73.78951263427734,18.74268341064453,83.82295227050781,80.17762756347656,22.532081604003906,82.63011932373047,93.74845123291016,-16.00943946838379,136.1747283935547,25.430057525634766,-14.00035285949707,135.00160217285156,12.564654350280762,-8.677815437316895,144.80474853515625,18.283008575439453,-24.823169708251953,84.44996643066406,99.22997283935547,-48.23114776611328,74.39588928222656,108.00926971435547,-26.0590877532959,82.37195587158203,107.0784912109375,94.26579284667969,110.5871353149414,80.78617858886719,81.66983795166016,109.17786407470703,78.31427764892578,83.435546875,113.18326568603516,70.08755493164062,45.20149612426758,38.4404182434082,62.6475944519043,30.76721954345703,36.45073699951172,66.76136016845703,33.51573944091797,39.60160827636719,55.767704010009766,81.16126251220703,208.2093048095703,32.990333557128906,87.34842681884766,212.82518005371094,25.197887420654297,92.84001159667969,208.30117797851562,26.55217742919922,31.931238174438477,81.10194396972656,-139.38365173339844,40.91010665893555,81.26117706298828,-135.283447265625,47.32167434692383,88.95533752441406,-144.13751220703125,-3.834359884262085,151.51156616210938,-61.64971923828125,-2.280181884765625,178.56686401367188,-23.31148338317871,-2.774167060852051,177.74510192871094,-5.873690128326416,-5.167065143585205,106.34547424316406,-72.5920639038086,-5.705565929412842,92.2613525390625,-90.4621810913086,-4.343341827392578,97.39029693603516,-93.3926010131836,-43.454898834228516,157.16775512695312,121.96441650390625,-48.74981689453125,156.20223999023438,121.30731964111328,-43.918663024902344,157.52850341796875,127.32317352294922,42.96320343017578,142.039306640625,-149.7551727294922,49.61996841430664,143.5893096923828,-145.2671356201172,47.96851348876953,135.4973907470703,-152.00228881835938,49.824249267578125,70.51032257080078,102.38384246826172,48.185001373291016,74.17236328125,107.85005950927734,32.192562103271484,75.83263397216797,106.73355865478516,8.415135383605957,198.7078857421875,42.76704788208008,11.559475898742676,187.11068725585938,46.731319427490234,13.204222679138184,184.73008728027344,35.96564483642578,-7.19664192199707,158.49082946777344,42.86137771606445,-6.119643211364746,156.2487030029297,55.55482864379883,-12.690629005432129,150.25482177734375,46.48145294189453,118.15409088134766,106.36747741699219,15.468082427978516,114.6404037475586,111.83668518066406,12.684127807617188,117.30237579345703,97.70790100097656,-5.445785999298096,-78.69656372070312,207.29098510742188,-44.65048599243164,-69.72654724121094,218.74415588378906,-40.347293853759766,-67.5833740234375,207.8456573486328,-47.340049743652344,-25.32717514038086,90.79639434814453,49.129173278808594,-23.065040588378906,91.96381378173828,55.304386138916016,-31.354394912719727,85.19075775146484,36.32929229736328,-106.8354263305664,98.29324340820312,54.271270751953125,-107.49042510986328,103.91371154785156,61.58452606201172,-102.82996368408203,99.13737487792969,61.73196792602539,-1.496899962425232,117.06224822998047,0.7844240069389343,18.29130744934082,112.40229797363281,-0.2280229926109314,11.860563278198242,98.7433853149414,-5.088424205780029,-15.883842468261719,93.8909912109375,41.55320358276367,-20.332439422607422,77.50899505615234,56.055484771728516,-18.06998634338379,94.88394927978516,46.35036849975586,-49.40028762817383,119.73344421386719,-143.5956268310547,-64.107666015625,131.36607360839844,-136.65528869628906,-55.47719192504883,132.05052185058594,-146.63706970214844,15.141597747802734,103.49291229248047,-32.58839416503906,12.705788612365723,112.39704895019531,-7.784809112548828,21.297826766967773,105.89209747314453,-7.579628944396973,97.80781555175781,143.32809448242188,28.951980590820312,95.68852996826172,148.18960571289062,38.270816802978516,93.6555404663086,153.99806213378906,39.9434700012207,68.84000396728516,81.11489868164062,15.055570602416992,72.24873352050781,85.98393249511719,30.960840225219727,60.03854751586914,86.4446792602539,23.968351364135742,-4.010155200958252,153.67799377441406,-16.265186309814453,-2.774167060852051,177.74510192871094,-5.873690128326416,-5.0166168212890625,164.97511291503906,24.343212127685547,117.2857666015625,93.93109893798828,13.9107084274292,120.2452163696289,91.34480285644531,-2.7491910457611084,120.2773666381836,107.82694244384766,31.386201858520508,-13.912403106689453,176.86524963378906,71.05465698242188,-13.82917308807373,206.12965393066406,78.27664184570312,-7.632585048675537,185.89193725585938,71.30899810791016,-55.08863830566406,198.93780517578125,34.226234436035156,-51.566429138183594,202.1487274169922,34.2294921875,-49.58972930908203,204.88665771484375,38.57624053955078,-71.16755676269531,59.89021301269531,59.19598388671875,-70.9947509765625,59.79668045043945,80.54749298095703,-74.00239562988281,63.60660934448242,77.77310180664062,-56.58811950683594,68.80680084228516,39.314395904541016,-54.01211166381836,64.60263061523438,39.10721969604492,-80.81668090820312,66.97408294677734,55.89911651611328,-25.84453773498535,164.32591247558594,68.75408172607422,-15.88046932220459,179.97434997558594,81.92420196533203,-22.753896713256836,179.35545349121094,71.24156188964844,89.98236846923828,149.7656707763672,-1.011775016784668,105.04984283447266,155.41929626464844,2.209070920944214,107.1051254272461,147.1441650390625,-8.04634952545166,-41.07483673095703,92.42259216308594,103.62024688720703,-48.55514144897461,84.09858703613281,97.66803741455078,-32.42428207397461,84.71570587158203,99.7341079711914,-41.19467544555664,186.77728271484375,-110.50237274169922,-41.00775146484375,184.12940979003906,-96.19181060791016,-45.98945617675781,171.06564331054688,-106.16043853759766,47.13594436645508,199.7230987548828,76.5035171508789,52.09471130371094,200.84344482421875,78.73079681396484,47.774723052978516,188.3111572265625,92.5909652709961,-25.851869583129883,65.25015258789062,51.52840042114258,-28.398874282836914,66.17446899414062,54.65324401855469,-26.684541702270508,61.53421401977539,55.37407684326172,5.485970973968506,208.09617614746094,-69.82048797607422,6.48502779006958,198.41233825683594,-64.28118896484375,4.033278942108154,218.7055206298828,-64.11685943603516,-98.89356994628906,138.41929626464844,-88.2577896118164,-96.87271881103516,123.02628326416016,-83.50532531738281,-100.94566345214844,129.6822967529297,-88.89008331298828,35.606929779052734,62.0504035949707,43.83412170410156,32.860816955566406,57.91463088989258,62.24058151245117,49.11483383178711,57.370079040527344,54.267276763916016,-46.740196228027344,82.48762512207031,46.935874938964844,-50.508148193359375,80.37506866455078,66.35993957519531,-26.71430778503418,93.4417724609375,48.80183792114258,25.034212112426758,86.17078399658203,98.5737075805664,17.455265045166016,86.41101837158203,87.3027114868164,26.207557678222656,88.48503112792969,95.64112854003906,47.1187858581543,79.90899658203125,-120.34858703613281,52.01213073730469,86.94702911376953,-108.96049499511719,41.636837005615234,77.70748138427734,-99.73058319091797,-59.13572311401367,151.50189208984375,-130.89065551757812,-55.022972106933594,141.01467895507812,-140.4969482421875,-55.11439514160156,165.72386169433594,-126.71294403076172,33.07328414916992,206.9705810546875,74.50202178955078,40.57276153564453,190.56663513183594,65.18732452392578,35.266361236572266,200.50088500976562,80.72502136230469,-48.23114776611328,74.39588928222656,108.00926971435547,-24.823169708251953,84.44996643066406,99.22997283935547,-37.136077880859375,79.62954711914062,101.9088134765625,50.10224151611328,113.57292175292969,75.15042114257812,67.10765838623047,109.2928237915039,86.61576080322266,66.25933074951172,108.64407348632812,72.84255981445312,0.7890059947967529,51.686805725097656,50.59031295776367,11.556133270263672,71.23384857177734,44.3223762512207,0.7945129871368408,42.600120544433594,51.604644775390625,-6.036736011505127,189.7860565185547,-10.528157234191895,-5.253617763519287,194.4704132080078,-0.5281839966773987,-2.774167060852051,177.74510192871094,-5.873690128326416,97.66946411132812,149.01861572265625,72.58968353271484,99.16881561279297,154.8249969482422,69.47638702392578,106.98851776123047,142.30963134765625,52.41130828857422,-31.595123291015625,237.97015380859375,-33.02927780151367,-27.393428802490234,234.7589569091797,-41.28703689575195,-21.619321823120117,238.55157470703125,-33.26695251464844,-15.84328842163086,84.34976196289062,38.39578628540039,-14.064200401306152,46.74549865722656,51.51729965209961,-20.438182830810547,69.75225067138672,38.747562408447266,74.0353012084961,213.7129669189453,32.9393196105957,75.09209442138672,213.21226501464844,40.12816619873047,66.70819854736328,210.04583740234375,39.5942268371582,6.402760028839111,165.7761688232422,-125.6214599609375,4.765940189361572,180.7830047607422,-123.43202209472656,6.090065956115723,162.1533660888672,-110.88521575927734,9.742996215820312,113.52336120605469,55.42354202270508,26.178979873657227,95.21849060058594,55.11620330810547,22.4720516204834,95.0302505493164,64.29794311523438,-64.53785705566406,106.01245880126953,75.1574478149414,-63.21593475341797,102.75740051269531,61.63252258300781,-54.34828567504883,106.0807876586914,59.04279327392578,0.20291300117969513,118.36135864257812,4.723515033721924,-17.200775146484375,113.70829772949219,5.430655002593994,-9.70263671875,104.10309600830078,0.4305430054664612,61.91168212890625,63.52984619140625,113.29036712646484,51.952850341796875,81.02393341064453,122.87208557128906,69.77534484863281,69.77153778076172,111.86831665039062,57.77273178100586,83.9643783569336,-128.34532165527344,42.24411392211914,78.1971206665039,-135.36492919921875,60.75313186645508,86.88717651367188,-137.7813262939453,-117.64068603515625,92.67330932617188,-3.570585012435913,-118.20561218261719,109.99919128417969,29.699827194213867,-114.92185974121094,94.61009979248047,10.658000946044922,-12.232948303222656,38.230491638183594,43.767478942871094,-17.470211029052734,45.73545455932617,49.01040267944336,-21.91389274597168,58.759124755859375,24.402217864990234,22.234830856323242,128.5947265625,28.751935958862305,16.00943946838379,136.1747283935547,25.430057525634766,24.71171760559082,129.6187286376953,21.77811050415039,-2.35076904296875,125.66497802734375,54.14982223510742,-4.184370994567871,112.2679672241211,48.139183044433594,-4.712594032287598,105.94202423095703,34.26646423339844,-45.29990768432617,237.005126953125,22.922353744506836,-33.438377380371094,239.7252960205078,19.880840301513672,-40.43500900268555,238.08926391601562,30.276227951049805,19.947935104370117,233.80946350097656,-46.99045944213867,16.010019302368164,240.76564025878906,-30.339462280273438,27.70047950744629,240.23631286621094,-38.3076057434082,-15.475127220153809,211.42005920410156,-98.45802307128906,-11.430877685546875,213.05914306640625,-83.13362884521484,-5.794250011444092,206.38897705078125,-92.44497680664062,-20.629369735717773,135.62158203125,25.883878707885742,-16.11335563659668,140.64524841308594,39.79629135131836,-11.34062671661377,146.180419921875,17.9468936920166,10.855765342712402,124.5230712890625,-11.84855842590332,12.705788612365723,112.39704895019531,-7.784809112548828,10.952516555786133,113.62967681884766,-17.69682502746582,18.585556030273438,183.09432983398438,72.71904754638672,18.810588836669922,194.21578979492188,79.7595443725586,23.0512752532959,162.23265075683594,68.46832275390625,-20.699949264526367,88.67569732666016,94.8221206665039,-33.22557830810547,94.3089370727539,103.82064056396484,-27.960084915161133,87.09742736816406,102.08893585205078,-100.94566345214844,129.6822967529297,-88.89008331298828,-96.87271881103516,123.02628326416016,-83.50532531738281,-97.26398468017578,107.26725769042969,-91.2532730102539,107.46334075927734,89.07453918457031,11.448930740356445,106.65400695800781,82.92598724365234,9.066129684448242,105.91993713378906,74.32408142089844,-15.615870475769043,-91.8336181640625,74.71084594726562,42.511260986328125,-95.68848419189453,74.51422882080078,45.65583038330078,-94.5400161743164,77.48673248291016,44.9108772277832,2.280181884765625,178.56686401367188,-23.31148910522461,3.834359884262085,151.51156616210938,-61.64971923828125,2.774167060852051,177.74510192871094,-5.873688220977783,3.690190076828003,178.75579833984375,-40.86876678466797,9.070321083068848,180.5233154296875,-52.731224060058594,7.668231964111328,162.6572723388672,-74.67456817626953,95.6162109375,58.616851806640625,-20.42742919921875,105.91993713378906,74.32408142089844,-15.615870475769043,104.5326156616211,73.57689666748047,-1.3964990377426147,-30.05129051208496,83.99495697021484,96.41427612304688,-42.397071838378906,79.96678161621094,87.95288848876953,-23.45148468017578,82.13600158691406,90.2119140625,70.27110290527344,87.7569351196289,98.87689971923828,57.55634307861328,78.30126953125,90.31412506103516,43.182647705078125,85.44608306884766,99.59321594238281,88.44363403320312,87.12002563476562,28.985275268554688,91.52178955078125,90.04228973388672,42.269676208496094,82.16918182373047,96.11332702636719,37.82556915283203,5.356575012207031,78.11962890625,-102.92699432373047,5.091381072998047,86.9243392944336,-111.44984436035156,7.033711910247803,81.85499572753906,-137.65878295898438,-110.04935455322266,172.3427276611328,22.461063385009766,-121.59147644042969,137.93138122558594,-3.895303964614868,-117.9886474609375,152.1402587890625,16.814495086669922,-48.94224548339844,63.07290267944336,28.24125099182129,-34.60087203979492,57.15771484375,40.95732116699219,-46.379364013671875,57.87848663330078,32.66938018798828,-33.33966064453125,199.02833557128906,82.99284362792969,-33.090232849121094,206.96864318847656,74.48241424560547,-27.383867263793945,208.38990783691406,77.61880493164062,55.62852096557617,51.756813049316406,-20.237760543823242,56.29865646362305,54.65144348144531,-43.54910659790039,70.39940643310547,53.07794189453125,-18.89904022216797,27.393428802490234,234.7589569091797,-41.28703689575195,42.58393859863281,230.37142944335938,-40.611244201660156,31.595123291015625,237.97015380859375,-33.02927780151367,-35.60691452026367,62.05040740966797,43.83409881591797,-25.388261795043945,63.751930236816406,27.859987258911133,-32.72819519042969,66.656982421875,23.486696243286133,42.271297454833984,86.2586898803711,79.41702270507812,23.24382781982422,90.81139373779297,91.3552474975586,47.935279846191406,84.74935913085938,83.85526275634766,-77.6876449584961,185.43411254882812,-90.01042938232422,-62.478553771972656,196.54940795898438,-87.54120635986328,-81.57294464111328,179.55758666992188,-75.83898162841797,37.925315856933594,104.63526153564453,-10.519837379455566,48.24421691894531,102.32178497314453,-15.244864463806152,45.98312759399414,111.03164672851562,2.5646328926086426,5.438755989074707,84.81947326660156,-76.50140380859375,7.388001918792725,76.0252914428711,-90.94642639160156,9.242097854614258,86.11109924316406,-63.782222747802734,-34.338958740234375,225.7465362548828,-51.44245910644531,-50.34506607055664,212.6516571044922,-45.49161911010742,-51.15834426879883,222.66015625,-44.30753707885742,-109.3419418334961,183.3215789794922,10.272575378417969,-105.31962585449219,175.05191040039062,9.729116439819336,-109.27421569824219,180.33035278320312,18.269237518310547,-73.43041229248047,50.141605377197266,98.62308502197266,-73.47237396240234,45.7703857421875,91.83668518066406,-59.77238464355469,45.852359771728516,103.93555450439453,103.0619125366211,161.38490295410156,-71.2608642578125,80.61892700195312,161.56134033203125,-75.9466781616211,102.3018569946289,151.44842529296875,-72.18479919433594,5.433413982391357,179.8986053466797,-28.9405460357666,8.42816162109375,187.49571228027344,-22.971189498901367,8.451814651489258,188.12486267089844,-9.32748031616211,105.18741607666016,128.1026153564453,74.35801696777344,106.07733154296875,132.7441864013672,66.78670501708984,101.1418228149414,144.1926727294922,70.02250671386719,50.173770904541016,85.49374389648438,-91.90199279785156,59.401771545410156,85.34913635253906,-96.0009765625,58.75245666503906,80.69847869873047,-73.66189575195312,-6.229276180267334,100.1960220336914,53.72158432006836,-10.492688179016113,102.32276153564453,55.69527053833008,-19.745771408081055,95.7884521484375,48.437137603759766,-73.10165405273438,149.1748809814453,-10.57909107208252,-81.38240814208984,146.0229949951172,-9.1276216506958,-76.40282440185547,153.59637451171875,1.4166350364685059,53.823246002197266,91.2052230834961,103.79467010498047,37.48690414428711,85.65850830078125,99.56704711914062,52.513671875,78.39481353759766,92.07347106933594,-93.75858306884766,205.28465270996094,2.93035888671875,-86.99811553955078,193.49082946777344,-6.940621852874756,-87.50445556640625,210.0396270751953,6.517897129058838,10.365004539489746,100.59528350830078,44.45803451538086,13.846769332885742,99.87309265136719,46.8145637512207,8.504049301147461,94.55055236816406,50.873470306396484,13.590917587280273,212.5076904296875,10.787601470947266,25.223594665527344,208.42959594726562,7.364171028137207,14.055350303649902,226.46463012695312,23.380041122436523,29.644521713256836,68.73770904541016,78.37092590332031,25.004606246948242,67.44442749023438,69.64686584472656,22.841371536254883,73.59217834472656,71.47179412841797,8.264732360839844,108.26473236083984,65.57268524169922,6.058532238006592,91.7467269897461,62.75597381591797,10.304929733276367,95.27855682373047,67.70187377929688,-53.626285552978516,112.67359924316406,109.318115234375,-38.882301330566406,112.96234893798828,108.77216339111328,-60.03413009643555,111.9073257446289,100.51268005371094,43.78786087036133,183.75267028808594,89.38780975341797,50.5956916809082,175.63697814941406,97.57246398925781,48.91181182861328,164.6088104248047,91.59154510498047,100.47752380371094,124.85690307617188,78.39434051513672,92.43447875976562,113.0585708618164,81.52184295654297,94.43670654296875,115.11772918701172,84.88629150390625,83.29821014404297,186.85018920898438,-27.8369140625,92.17134857177734,180.40774536132812,-43.86363220214844,91.39544677734375,174.9780731201172,-36.52412033081055,-15.679019927978516,42.1234016418457,67.63056945800781,-23.693370819091797,37.92741775512695,64.29801940917969,-16.99392318725586,47.64375686645508,56.20169448852539,-5.091381072998047,86.9243392944336,-111.44984436035156,-11.068243980407715,104.22245788574219,-124.42762756347656,-5.705565929412842,92.2613525390625,-90.4621810913086,52.92281723022461,67.76289367675781,40.08430480957031,42.55879592895508,62.89154815673828,40.03260803222656,59.14943313598633,62.14210510253906,48.75844192504883,-103.48492431640625,200.40338134765625,12.98500919342041,-98.31812286376953,206.37103271484375,8.226469993591309,-94.49409484863281,208.6692657470703,14.816750526428223,110.96388244628906,191.23013305664062,8.828756332397461,108.48190307617188,192.58128356933594,20.802165985107422,110.12859344482422,187.2148895263672,11.01932430267334,57.780723571777344,114.40699005126953,11.118634223937988,41.325260162353516,114.57554626464844,14.799253463745117,46.932613372802734,105.82184600830078,4.9007158279418945,73.80087280273438,205.7476348876953,-28.160648345947266,62.16829299926758,226.6083526611328,-19.91119384765625,74.51846313476562,218.7817840576172,-24.9191951751709,-86.71829223632812,115.48918914794922,-61.391693115234375,-96.22924041748047,120.50102996826172,-49.481300354003906,-95.59564208984375,116.80802154541016,-64.63908386230469,-22.775503158569336,89.46702575683594,86.10848236083984,-30.558303833007812,86.91947937011719,92.6859130859375,-43.8237190246582,82.03018951416016,82.11577606201172,-18.86501121520996,59.63772201538086,53.684200286865234,-7.891593933105469,70.77715301513672,60.293418884277344,-11.151301383972168,72.8508071899414,56.97290802001953,59.401771545410156,85.34913635253906,-96.0009765625,50.173770904541016,85.49374389648438,-91.90199279785156,52.01213073730469,86.94702911376953,-108.96049499511719,-48.97777557373047,141.94589233398438,-142.79800415039062,-55.022972106933594,141.01467895507812,-140.4969482421875,-43.51415252685547,134.26495361328125,-151.27008056640625,41.62613296508789,83.04419708251953,2.4794490337371826,37.813846588134766,89.91278839111328,-3.083904981613159,35.14641189575195,79.40946197509766,-11.093684196472168,7.447083950042725,111.33930969238281,51.27189254760742,4.831472873687744,110.3282241821289,48.87486267089844,10.723834037780762,111.49386596679688,50.05675506591797,-108.43169403076172,172.43199157714844,-20.877445220947266,-115.09844970703125,161.51914978027344,-22.103656768798828,-107.12158966064453,178.26608276367188,-27.327123641967773,63.215911865234375,102.75748443603516,61.63273239135742,54.30827331542969,106.11568450927734,59.044410705566406,58.90960693359375,97.69790649414062,43.55082321166992,17.928056716918945,138.58245849609375,57.375267028808594,23.835025787353516,130.5120391845703,45.62351608276367,21.650554656982422,126.53475189208984,51.8998908996582,2.565524101257324,43.4007568359375,54.29513931274414,11.605127334594727,51.04874038696289,46.1859245300293,14.526656150817871,71.22086334228516,45.51054382324219,-5.758423805236816,120.12358856201172,45.64159393310547,-6.061511039733887,130.82333374023438,45.39598846435547,-7.565846920013428,108.13875579833984,35.40798568725586,5.00779914855957,140.2920379638672,-122.92457580566406,3.3564820289611816,160.69662475585938,-135.62762451171875,3.1007750034332275,150.23641967773438,-139.17782592773438,-76.75260162353516,153.99180603027344,95.34475708007812,-75.51625061035156,164.8365936279297,92.01151275634766,-64.30609893798828,156.27194213867188,98.23413848876953,15.539631843566895,124.39501190185547,60.938262939453125,26.566923141479492,116.53075408935547,68.920166015625,26.569578170776367,118.9219741821289,53.071388244628906,-35.65303421020508,51.78877639770508,108.0699691772461,-27.832075119018555,53.078453063964844,102.49513244628906,-26.905059814453125,61.01065444946289,116.43640899658203,-25.887039184570312,193.46401977539062,-2.4951720237731934,-14.279926300048828,191.06370544433594,-14.221776962280273,-18.351791381835938,195.1877899169922,-3.2517290115356445,-21.8492488861084,39.400184631347656,76.1640625,-34.19689178466797,44.234779357910156,83.34963989257812,-40.173316955566406,40.988197326660156,78.69342803955078,10.707463264465332,104.3367919921875,39.455787658691406,10.764264106750488,89.14928436279297,45.05292510986328,5.6972150802612305,101.8119125366211,41.48906707763672,-83.89588928222656,209.23291015625,-10.747550964355469,-69.0573959350586,223.5228271484375,-1.1312650442123413,-58.71734619140625,214.0812225341797,9.563332557678223,-78.23595428466797,129.05029296875,-40.658748626708984,-76.9935302734375,112.95794677734375,-52.60563278198242,-75.99639892578125,122.5776138305664,-52.22291564941406,-59.8479118347168,200.12924194335938,-93.84819030761719,-65.5953598022461,198.25921630859375,-87.59815216064453,-62.24226760864258,204.07342529296875,-80.55840301513672,18.351791381835938,195.1877899169922,-3.2517290115356445,11.645391464233398,193.9734344482422,-3.274082899093628,14.279926300048828,191.06370544433594,-14.221776962280273,-17.910497665405273,75.40157318115234,-140.6155548095703,-34.35194396972656,85.91840362548828,-145.88320922851562,-31.052021026611328,80.90469360351562,-139.68865966796875,-6.940091133117676,215.68667602539062,-24.868745803833008,-6.593769073486328,207.94781494140625,-21.513412475585938,-13.934715270996094,211.1508331298828,-6.425910949707031,-65.67285919189453,209.41004943847656,-69.81243133544922,-58.556190490722656,213.45965576171875,-73.3664321899414,-62.24226760864258,204.07342529296875,-80.55840301513672,42.408973693847656,188.16964721679688,-98.5210952758789,51.338340759277344,180.60360717773438,-106.75235748291016,47.41283416748047,175.46951293945312,-106.82439422607422,97.91678619384766,148.21275329589844,-9.184024810791016,107.5928955078125,155.9042510986328,-2.0656020641326904,81.73532104492188,152.29417419433594,5.926880836486816,48.54453659057617,215.70541381835938,-64.86216735839844,45.906272888183594,218.90280151367188,-56.82638168334961,44.90770721435547,217.32431030273438,-66.78748321533203,43.85464859008789,82.02703094482422,82.5763931274414,23.829483032226562,87.8572006225586,90.31131744384766,42.663482666015625,84.32838439941406,75.76822662353516,-66.61727142333984,106.04496002197266,-77.8104248046875,-72.29606628417969,101.3550033569336,-66.93290710449219,-69.65823364257812,113.73649597167969,-82.45230865478516,-24.035783767700195,106.83674621582031,2.6903390884399414,-17.59536361694336,89.11172485351562,-6.814418792724609,-23.426654815673828,87.87295532226562,-2.610698938369751,85.46495819091797,49.449520111083984,57.11215591430664,81.84396362304688,51.00833511352539,48.399818420410156,87.55970001220703,59.483341217041016,43.64421463012695,29.548250198364258,89.25272369384766,36.914127349853516,21.111473083496094,93.7474136352539,42.4295539855957,20.0925350189209,84.85812377929688,43.28350067138672,57.77420425415039,87.43476867675781,103.04207611083984,48.872684478759766,80.30973815917969,88.68683624267578,74.86353302001953,76.25968933105469,78.42903137207031,-33.476322174072266,113.65978240966797,4.668501853942871,-22.19680404663086,125.18365478515625,10.32689094543457,-31.941146850585938,126.05879974365234,19.959396362304688,-43.37144088745117,237.3213348388672,34.20456314086914,-50.03654098510742,236.41281127929688,30.103246688842773,-56.11448669433594,222.8191680908203,30.908363342285156,43.630638122558594,68.12285614013672,28.562149047851562,43.949676513671875,76.86764526367188,20.47003173828125,49.11787796020508,76.63493347167969,18.15781021118164,27.354246139526367,209.8104248046875,80.45355987548828,26.693655014038086,200.85325622558594,86.06501770019531,34.24510192871094,201.5928955078125,84.70567321777344,-18.336122512817383,89.1394271850586,-3.5305869579315186,-9.70263671875,104.10309600830078,0.4305430054664612,-17.200775146484375,113.70829772949219,5.430655002593994,40.57276153564453,190.56663513183594,65.18732452392578,33.07328414916992,206.9705810546875,74.50202178955078,35.3233642578125,201.08221435546875,60.935394287109375,-78.59285736083984,192.18943786621094,-72.91307830810547,-94.04847717285156,173.20433044433594,-67.00382995605469,-77.34978485107422,180.26515197753906,-69.7740478515625,59.55311965942383,78.78655242919922,74.8623275756836,50.758323669433594,80.19824981689453,67.26757049560547,37.74403381347656,83.1976318359375,79.42710876464844,-8.70098876953125,201.56936645507812,-106.61214447021484,-8.835244178771973,194.33216857910156,-121.67914581298828,-23.186931610107422,205.70693969726562,-109.77627563476562,40.91010665893555,81.26117706298828,-135.283447265625,31.931238174438477,81.10194396972656,-139.38365173339844,17.966495513916016,75.42828369140625,-140.6881561279297,55.673614501953125,173.78323364257812,-115.96595764160156,66.66967010498047,183.6061248779297,-102.89964294433594,55.875526428222656,182.01443481445312,-104.49349212646484,-33.10357666015625,84.13166046142578,29.14680290222168,-25.83421516418457,83.80685424804688,34.31666946411133,-29.548250198364258,89.25272369384766,36.914127349853516,-41.39297866821289,131.56875610351562,128.9260711669922,-28.94529151916504,130.12257385253906,127.85546112060547,-34.740875244140625,144.14988708496094,128.395263671875,-80.36408233642578,131.242919921875,-126.61663055419922,-69.17189025878906,149.328369140625,-121.90263366699219,-66.30590057373047,142.3755645751953,-123.77572631835938,-49.8615837097168,88.51607513427734,18.91764259338379,-61.6821174621582,77.00222778320312,23.512939453125,-71.9223861694336,79.32597351074219,30.503374099731445,87.02926635742188,71.4610366821289,67.16026306152344,82.95125579833984,84.9506607055664,88.4948959350586,88.69109344482422,76.8184814453125,78.2216567993164,-41.94747543334961,78.06858825683594,-135.4095001220703,-31.010753631591797,70.30155944824219,-113.17948150634766,-47.1187858581543,79.90899658203125,-120.34858703613281,-78.26338195800781,72.0723648071289,-3.9252591133117676,-81.05924224853516,59.74949264526367,-11.560775756835938,-81.82403564453125,80.81541442871094,9.199933052062988,50.75712966918945,223.34519958496094,-41.678321838378906,68.50029754638672,217.40602111816406,-37.66354751586914,56.9466667175293,227.00628662109375,-34.29105758666992,-58.909610748291016,97.69790649414062,43.55082702636719,-69.36502838134766,94.0096206665039,45.278724670410156,-60.03854751586914,86.4446792602539,23.96834945678711,71.22409057617188,151.84722900390625,-12.11624526977539,74.10889434814453,152.3925323486328,4.20526123046875,77.72036743164062,154.14688110351562,4.261682987213135,-90.24576568603516,133.71792602539062,81.64483642578125,-82.76842498779297,134.00201416015625,84.10386657714844,-83.93582153320312,131.31039428710938,88.52184295654297,-74.78314208984375,69.88850402832031,69.61156463623047,-86.88306427001953,71.11873626708984,67.16946411132812,-89.61543273925781,76.58514404296875,77.0522232055664,11.930814743041992,103.37716674804688,-28.133188247680664,11.432294845581055,107.84564208984375,-10.140616416931152,7.905664920806885,112.81517028808594,-17.164466857910156,15.475126266479492,211.42005920410156,-98.45802307128906,8.70098876953125,201.56936645507812,-106.61214447021484,5.794249057769775,206.38897705078125,-92.44497680664062,-77.04071044921875,107.3214340209961,86.92805480957031,-55.715206146240234,108.39811706542969,112.809814453125,-45.84565353393555,110.4729232788086,85.36157989501953,20.200687408447266,116.62255859375,75.7557144165039,11.185354232788086,116.82197570800781,77.8375473022461,24.61709976196289,111.33935546875,94.79236602783203,-20.703306198120117,66.1620864868164,51.55546569824219,-9.518106460571289,75.31011199951172,54.85761642456055,-16.906951904296875,58.67795181274414,51.25940704345703,90.07025146484375,103.73075866699219,-87.2774658203125,84.90917205810547,97.84698486328125,-82.32393646240234,82.17804718017578,102.92675018310547,-79.23486328125,-4.180936813354492,184.4281005859375,69.71524047851562,-3.3181118965148926,167.21153259277344,51.21458053588867,-5.135931015014648,179.36680603027344,46.89777374267578,103.12785339355469,197.3555145263672,-19.51575469970703,91.25017547607422,213.4538116455078,-21.236194610595703,83.5179214477539,218.43649291992188,-8.75722599029541,-22.29854965209961,61.92979049682617,80.12840270996094,-22.83409881591797,65.0201644897461,81.72401428222656,-17.04068946838379,66.00884246826172,81.58859252929688,10.92873477935791,89.21183013916016,79.88859558105469,7.895063877105713,91.7929458618164,74.45246124267578,5.89129114151001,89.99127197265625,82.17520141601562,-41.32526397705078,114.57554626464844,14.799253463745117,-34.693843841552734,117.10501098632812,21.1220703125,-32.829463958740234,126.03235626220703,23.25589942932129,39.12210464477539,97.47710418701172,16.04416847229004,37.331329345703125,100.84342193603516,11.195901870727539,37.813846588134766,89.91278839111328,-3.083904981613159,89.98236846923828,149.7656707763672,-1.011775016784668,99.99254608154297,164.53350830078125,10.394513130187988,105.04984283447266,155.41929626464844,2.209070920944214,-35.42527770996094,224.50193786621094,-76.86638641357422,-43.676177978515625,223.07913208007812,-67.91161346435547,-30.97725486755371,227.35787963867188,-67.58818817138672,-56.9466667175293,227.00628662109375,-34.29105758666992,-58.84314727783203,223.8788604736328,-27.19465446472168,-68.45880126953125,217.7506103515625,-30.948095321655273,63.88471603393555,62.78648376464844,-63.781124114990234,52.42438888549805,64.57728576660156,-56.59184265136719,59.25379180908203,57.68307113647461,-56.58699417114258,-24.763071060180664,174.97610473632812,-140.8605499267578,-30.340505599975586,171.5554962158203,-139.90342712402344,-39.37164306640625,188.5835418701172,-121.4504623413086,6.131587028503418,183.50320434570312,-105.07324981689453,8.935580253601074,172.34107971191406,-97.87154388427734,6.090065956115723,162.1533660888672,-110.88521575927734,-11.846519470214844,105.58020782470703,-38.17040252685547,-23.015764236450195,99.3989028930664,-39.745460510253906,-13.256336212158203,102.15608215332031,-45.22019577026367,17.58223533630371,78.1521224975586,74.11788940429688,8.0540132522583,85.53126525878906,66.90220642089844,17.599803924560547,80.02156829833984,59.52210998535156,7.1983442306518555,68.28248596191406,56.98601150512695,16.9951114654541,47.64384078979492,56.200801849365234,4.130654811859131,60.62321853637695,66.78874969482422,89.81883239746094,211.20907592773438,10.554278373718262,87.89824676513672,209.62765502929688,5.668880939483643,98.59051513671875,206.08746337890625,8.191415786743164,53.95167922973633,88.39627075195312,-55.222103118896484,62.941070556640625,93.39813232421875,-63.475318908691406,63.5694580078125,93.35047912597656,-48.086082458496094,-9.625944137573242,115.2387924194336,-6.2065510749816895,-11.432295799255371,107.84564208984375,-10.140616416931152,-7.905665874481201,112.81517028808594,-17.164466857910156,-52.095645904541016,200.84402465820312,78.73023986816406,-47.65099334716797,187.86378479003906,92.98016357421875,-60.623809814453125,199.71974182128906,79.17374420166016,4.3475189208984375,114.62334442138672,64.15576934814453,4.256759166717529,101.45594024658203,73.86345672607422,8.0540132522583,85.53126525878906,66.90220642089844,-98.79547882080078,66.83206939697266,-42.34891891479492,-91.07364654541016,63.091007232666016,-46.94111633300781,-98.95162963867188,74.74378967285156,-49.943336486816406,-32.89206314086914,114.737548828125,107.41101837158203,-34.990013122558594,116.45999145507812,99.04288482666016,-38.882301330566406,112.96234893798828,108.77216339111328,34.600868225097656,57.157718658447266,40.95732116699219,48.94224166870117,63.07290267944336,28.24125099182129,46.379364013671875,57.87849044799805,32.66938018798828,-11.432295799255371,107.84564208984375,-10.140616416931152,-11.930815696716309,103.37716674804688,-28.13318634033203,-7.905665874481201,112.81517028808594,-17.164466857910156,112.70291900634766,159.3720245361328,-63.63182067871094,109.48906707763672,146.12669372558594,-70.60244750976562,104.59584045410156,162.38111877441406,-73.92015838623047,53.000946044921875,106.15629577636719,34.79289627075195,54.26707458496094,105.36229705810547,42.040367126464844,57.03870391845703,92.94366455078125,21.511554718017578,-10.855765342712402,124.5230712890625,-11.84855842590332,-14.020550727844238,134.8879852294922,2.7262279987335205,-9.046873092651367,137.6138153076172,-12.449593544006348,-70.92748260498047,161.4832000732422,-86.85709381103516,-80.78459167480469,166.9178466796875,-80.30030059814453,-75.00770568847656,158.9190216064453,-78.4339599609375,-107.28033447265625,171.7886962890625,-63.068397521972656,-104.59584045410156,162.38111877441406,-73.92015838623047,-112.70291900634766,159.3720245361328,-63.63182067871094,67.79369354248047,64.3672103881836,67.30415344238281,65.62458038330078,71.54913330078125,74.5950698852539,69.88273620605469,67.43998718261719,61.58849334716797,8.36050033569336,221.6431884765625,33.52688217163086,14.005090713500977,230.53964233398438,34.357120513916016,12.116440773010254,222.24501037597656,40.22433090209961,62.56883239746094,66.33035278320312,30.30445098876953,60.37102508544922,76.1468734741211,26.331127166748047,48.581695556640625,77.33452606201172,21.26155662536621,-13.412092208862305,93.38858795166016,49.883426666259766,-18.06998634338379,94.88394927978516,46.35036849975586,-16.231630325317383,95.23574829101562,48.02490234375,23.490453720092773,228.2786865234375,41.711814880371094,12.632269859313965,218.35781860351562,45.18227767944336,14.62428092956543,224.58448791503906,61.80965805053711,-12.892704963684082,155.08807373046875,60.96210861206055,-11.992557525634766,177.09213256835938,74.42247772216797,-22.86604881286621,162.147705078125,68.42444610595703,1.7646700143814087,149.2718963623047,99.28968811035156,-3.4871320724487305,132.41146850585938,111.15674591064453,1.2719379663467407,141.03855895996094,100.31414794921875,-82.69489288330078,199.10777282714844,60.02210235595703,-93.29003143310547,179.25772094726562,58.80222702026367,-84.49883270263672,185.5008087158203,61.68145751953125,-44.943763732910156,164.34951782226562,-126.09854125976562,-45.61625289916992,167.74081420898438,-111.31486511230469,-55.673614501953125,173.78323364257812,-115.96595764160156,-22.129884719848633,61.624210357666016,35.036678314208984,-20.51275634765625,73.72063446044922,40.82139587402344,-23.22114372253418,68.07028198242188,48.39664077758789,-6.805071830749512,122.7231216430664,-147.1622772216797,-8.483375549316406,133.43040466308594,-154.61474609375,-3.1007750034332275,150.23641967773438,-139.17782592773438,-65.5586166381836,184.81509399414062,84.07884979248047,-70.28723907470703,177.78131103515625,74.01754760742188,-78.20189666748047,182.8880157470703,72.12848663330078,33.884246826171875,169.10073852539062,112.42407989501953,27.304218292236328,170.3339080810547,112.19023895263672,25.269996643066406,174.04232788085938,105.69129180908203,-26.518308639526367,97.93760681152344,17.277626037597656,-25.50942039489746,109.1279067993164,7.301971912384033,-30.2335205078125,77.11986541748047,12.973326683044434,44.82493591308594,63.2020263671875,91.08203887939453,25.54395294189453,74.12358093261719,105.67863464355469,32.078765869140625,63.70263671875,79.35354614257812,-22.775503158569336,89.46702575683594,86.10848236083984,-18.965625762939453,86.69744110107422,87.0703125,-23.53960418701172,86.74449157714844,94.01470184326172,48.462379455566406,50.56304168701172,37.2756462097168,46.1143798828125,50.802452087402344,38.19889831542969,46.379364013671875,57.87849044799805,32.66938018798828,-35.7824592590332,62.96763610839844,45.245487213134766,-44.06111526489258,67.85468292236328,33.83272933959961,-45.55030059814453,66.9893569946289,36.013938903808594,81.47518157958984,174.86041259765625,61.916683197021484,95.27383422851562,165.4580841064453,56.417606353759766,93.29003143310547,179.25772094726562,58.80222702026367,23.24382781982422,90.81139373779297,91.3552474975586,16.234935760498047,87.1718521118164,100.68496704101562,26.565147399902344,91.81195068359375,95.62619018554688,86.02816772460938,210.62371826171875,2.621309995651245,77.68000793457031,218.79685974121094,25.59188461303711,90.31196594238281,213.96469116210938,9.833093643188477,-80.50438690185547,85.13101959228516,18.756698608398438,-88.44363403320312,87.12002563476562,28.985275268554688,-88.24081420898438,78.58660888671875,15.31155014038086,25.269996643066406,174.04232788085938,105.69129180908203,23.943986892700195,183.92579650878906,99.64717102050781,33.884246826171875,169.10073852539062,112.42407989501953,37.69767379760742,215.4377899169922,-49.73406219482422,28.27916145324707,226.7459259033203,-50.48664474487305,23.399023056030273,227.89578247070312,-65.25413513183594,-69.49708557128906,75.80876159667969,83.68036651611328,-88.7839126586914,76.78096771240234,78.08978271484375,-87.0270767211914,71.4593276977539,67.15596008300781,38.994834899902344,236.74256896972656,-27.943862915039062,44.469295501708984,227.4762725830078,-18.767988204956055,61.95008087158203,218.2574462890625,-17.678518295288086,6.775135040283203,113.23971557617188,78.58210754394531,12.8958158493042,105.84066009521484,97.1480484008789,2.7956559658050537,105.73411560058594,84.79367065429688,84.34209442138672,52.06264877319336,59.00785446166992,63.063289642333984,43.766357421875,61.29875183105469,70.8760757446289,45.46518325805664,76.5923843383789,28.712751388549805,89.74901580810547,-54.27206039428711,31.296737670898438,101.08879852294922,-39.80484390258789,46.663326263427734,96.22201538085938,-43.49609375,76.05006408691406,163.45172119140625,-83.90936279296875,91.70826721191406,158.64859008789062,-81.43315124511719,90.45381927490234,159.85784912109375,-89.55753326416016,36.02745056152344,57.902584075927734,54.057777404785156,24.786502838134766,59.33803176879883,68.4465103149414,28.746166229248047,60.4007453918457,58.09908676147461,-93.58065795898438,117.72676849365234,-36.19158935546875,-78.49748992919922,128.2584228515625,-16.29302978515625,-83.07039642333984,134.14744567871094,-15.937280654907227,86.16209411621094,124.1777572631836,-113.4048080444336,88.0224380493164,138.8070831298828,-113.6034927368164,94.731201171875,145.2259521484375,-104.43634796142578,77.11060333251953,154.49679565429688,-114.60848236083984,90.5469741821289,157.79762268066406,-98.58482360839844,86.90510559082031,148.6949920654297,-112.75701141357422,6.119647979736328,156.2487030029297,55.554805755615234,3.318110942840576,167.21153259277344,51.21458053588867,7.19664192199707,158.49082946777344,42.86137390136719,24.33016014099121,129.7130584716797,30.900724411010742,34.693843841552734,117.10501098632812,21.1220703125,32.82946014404297,126.03235626220703,23.25589942932129,21.849477767944336,83.62380981445312,-83.07066345214844,17.150733947753906,74.73219299316406,-108.12366485595703,14.67617416381836,79.81127166748047,-78.83108520507812,29.17741584777832,91.6579818725586,30.940141677856445,41.33645248413086,79.36151123046875,29.760957717895508,37.07941436767578,89.01306915283203,22.47262954711914,-28.13985824584961,73.19709014892578,18.338951110839844,-25.388261795043945,63.751930236816406,27.859987258911133,-23.811365127563477,71.37306213378906,26.328723907470703,-16.11490821838379,176.9280548095703,108.85014343261719,-10.583632469177246,176.08375549316406,93.76763916015625,-27.18794059753418,175.55686950683594,107.51034545898438,45.98312759399414,111.03164672851562,2.5646328926086426,57.704078674316406,103.94104766845703,-2.622502088546753,53.938358306884766,116.47701263427734,13.440556526184082,-12.19062614440918,131.40420532226562,42.58983612060547,-30.17095375061035,110.2846450805664,33.699073791503906,-24.487201690673828,120.5811538696289,42.77215576171875,21.019845962524414,82.0899887084961,87.62150573730469,26.706750869750977,83.31192016601562,95.7621841430664,22.532081604003906,82.63011932373047,93.74845123291016,38.48103332519531,107.96260070800781,-11.191243171691895,38.572479248046875,112.09086608886719,-3.246767044067383,49.647727966308594,106.9946060180664,-9.26500415802002,-22.50656509399414,103.74320983886719,115.60429382324219,-15.222311019897461,107.07725524902344,98.5206527709961,-32.17607116699219,108.4768295288086,112.5331802368164,66.70430755615234,112.75214385986328,-80.56653594970703,61.09979248046875,97.22631072998047,-64.88268280029297,71.99312591552734,105.85379028320312,-67.5538558959961,-8.415135383605957,198.7078857421875,42.76704788208008,-13.204222679138184,184.73008728027344,35.96564483642578,-11.559473037719727,187.11068725585938,46.73133087158203,6.011168003082275,120.35903930664062,23.353519439697266,17.317596435546875,114.914306640625,17.123046875,9.964771270751953,123.93914031982422,14.60321044921875,16.808412551879883,110.00724029541016,-1.3143349885940552,9.625943183898926,115.2387924194336,-6.206552028656006,11.432294845581055,107.84564208984375,-10.140616416931152,-44.06111526489258,67.85468292236328,33.83272933959961,-36.83123779296875,81.27261352539062,25.746187210083008,-40.36658477783203,77.63164520263672,32.70093536376953,-65.35844421386719,172.74647521972656,97.05267333984375,-80.08797454833984,167.63380432128906,86.39401245117188,-59.12998580932617,189.46478271484375,88.91004180908203,12.10605239868164,236.4139862060547,-6.267766952514648,15.685897827148438,231.3623809814453,4.1100969314575195,15.037957191467285,222.93788146972656,4.107001781463623,28.935298919677734,118.93787384033203,41.838775634765625,20.9766845703125,128.41920471191406,36.137939453125,31.56740379333496,112.28902435302734,25.351625442504883,25.887039184570312,193.46401977539062,-2.4951720237731934,18.351791381835938,195.1877899169922,-3.2517290115356445,14.279926300048828,191.06370544433594,-14.221776962280273,100.75994110107422,174.4259490966797,-67.81111907958984,82.78885650634766,201.88848876953125,-71.21788787841797,107.28033447265625,171.7886962890625,-63.068397521972656,-97.66946411132812,149.01861572265625,72.58968353271484,-106.98851776123047,142.30963134765625,52.41130828857422,-99.16881561279297,154.8249969482422,69.47638702392578,111.69969940185547,138.92471313476562,-50.20170211791992,108.39313507080078,153.1415557861328,-47.703826904296875,109.10108947753906,162.6699981689453,-54.749813079833984,-24.035783767700195,106.83674621582031,2.6903390884399414,-25.50942039489746,109.1279067993164,7.301971912384033,-18.57602882385254,115.86199951171875,3.1279220581054688,-92.78512573242188,178.00672912597656,55.81687927246094,-81.44720458984375,174.42523193359375,58.445411682128906,-93.00933074951172,166.47982788085938,54.328914642333984,7.26489782333374,116.74153137207031,49.92599868774414,5.37893009185791,125.589599609375,54.60367202758789,8.37387466430664,117.71800994873047,52.458133697509766,-18.351791381835938,195.1877899169922,-3.2517290115356445,-14.279926300048828,191.06370544433594,-14.221776962280273,-11.645391464233398,193.9734344482422,-3.274082899093628,89.98236846923828,149.7656707763672,-1.011775016784668,81.38240814208984,146.0229949951172,-9.127620697021484,76.40282440185547,153.59637451171875,1.4166359901428223,-11.357818603515625,217.05514526367188,60.111385345458984,-8.51727294921875,209.86419677734375,68.7707748413086,-14.701101303100586,214.75657653808594,69.96266174316406,102.3277816772461,172.669677734375,43.85792541503906,102.27569580078125,164.79673767089844,41.429439544677734,112.41445922851562,162.01109313964844,35.785518646240234,-110.76353454589844,175.3493194580078,-20.637104034423828,-103.19910430908203,195.23878479003906,-6.208296775817871,-102.62110900878906,184.63189697265625,-14.728189468383789,-51.27027130126953,84.21466064453125,-64.14999389648438,-59.687679290771484,87.2936782836914,-67.16983795166016,-53.77442932128906,91.1080551147461,-57.08574295043945,-1.1305040121078491,122.55062103271484,17.628461837768555,0.11429700255393982,125.28534698486328,11.277750015258789,7.675013065338135,118.93205261230469,19.0120792388916,-28.92439079284668,72.1761703491211,-93.7677001953125,-15.894845962524414,71.01915740966797,-109.98722076416016,-20.68851089477539,77.37897491455078,-90.05858612060547,-22.775503158569336,89.46702575683594,86.10848236083984,-38.217472076416016,90.2020492553711,75.14213562011719,-19.24588966369629,94.94271087646484,82.92013549804688,-56.104942321777344,64.65966033935547,29.422529220581055,-45.33082580566406,55.39805603027344,38.68320083618164,-50.96875762939453,64.10126495361328,31.54924201965332,-16.36817169189453,76.33403778076172,55.17445373535156,-20.703306198120117,66.1620864868164,51.55546569824219,-25.851869583129883,65.25015258789062,51.52840042114258,-47.000423431396484,221.61279296875,-55.83653259277344,-34.445404052734375,222.65879821777344,-55.17167282104492,-30.97725486755371,227.35787963867188,-67.58818817138672,93.5919418334961,130.51177978515625,-82.4119644165039,85.93901062011719,129.6431121826172,-83.2947006225586,100.19509887695312,138.42828369140625,-85.22396087646484,68.65298461914062,51.49694061279297,-55.41001510620117,79.11972045898438,53.14112854003906,-32.1062126159668,56.29865646362305,54.65144348144531,-43.54910659790039,-61.02830123901367,201.45750427246094,81.64370727539062,-49.092987060546875,190.35629272460938,94.76378631591797,-49.03474044799805,203.3893280029297,80.05650329589844,65.35696411132812,172.74383544921875,97.05201721191406,54.51797866821289,180.0575714111328,97.07489013671875,59.127220153808594,189.4617919921875,88.91097259521484,-7.388001918792725,76.0252914428711,-90.94642639160156,-15.894845962524414,71.01915740966797,-109.98722076416016,-10.680500030517578,71.96603393554688,-116.333984375,21.2524471282959,98.77197265625,66.59370422363281,28.710865020751953,97.09481048583984,55.1190071105957,12.255101203918457,113.72962188720703,58.056297302246094,-13.819744110107422,142.86349487304688,113.72093200683594,-25.67067527770996,149.50230407714844,116.35430908203125,-16.693389892578125,151.63970947265625,108.704345703125,78.04851531982422,154.17742919921875,-108.60456085205078,81.5977783203125,159.77505493164062,-92.06607818603516,70.92748260498047,161.4832000732422,-86.85709381103516,-13.204222679138184,184.73008728027344,35.96564483642578,-11.555464744567871,187.8446044921875,24.421350479125977,-10.402689933776855,177.3456268310547,32.874351501464844,-83.48008728027344,114.12071228027344,52.70700454711914,-82.82718658447266,107.68474578857422,60.61050796508789,-79.96604919433594,99.5076904296875,42.636390686035156,45.98312759399414,111.03164672851562,2.5646328926086426,31.941146850585938,126.05879974365234,19.959396362304688,33.476318359375,113.65978240966797,4.668500900268555,69.05691528320312,115.200927734375,110.8533706665039,49.67191696166992,114.02362823486328,116.16008758544922,52.96754455566406,109.68925476074219,110.19659423828125,-71.31114196777344,103.98348236083984,108.75804138183594,-77.04071044921875,107.3214340209961,86.92805480957031,-87.37580108642578,100.03963470458984,88.9174575805664,118.80419921875,128.49940490722656,-16.648569107055664,123.5374984741211,131.71383666992188,-1.7147949934005737,116.90959167480469,113.70425415039062,-13.19836711883545,57.788246154785156,121.56228637695312,116.51896667480469,49.67191696166992,114.02362823486328,116.16008758544922,69.05691528320312,115.200927734375,110.8533706665039,6.949038028717041,177.23289489746094,-42.81974792480469,8.42816162109375,187.49571228027344,-22.971189498901367,5.433413982391357,179.8986053466797,-28.9405460357666,-82.59696197509766,144.63844299316406,80.90538787841797,-92.17948913574219,139.541748046875,82.44869232177734,-86.67347717285156,134.04580688476562,86.23466491699219,-19.24588966369629,94.94271087646484,82.92013549804688,-13.891776084899902,91.77191162109375,72.34244537353516,-10.771574974060059,90.52538299560547,78.25813293457031,86.9818344116211,53.98044967651367,-35.6134033203125,88.2329330444336,52.727115631103516,-19.043180465698242,79.11972045898438,53.14112854003906,-32.1062126159668,38.11515808105469,229.0428009033203,-15.345490455627441,25.57815170288086,238.86053466796875,-19.027376174926758,44.2155876159668,224.11474609375,-19.532697677612305,-16.11490821838379,176.9280548095703,108.85014343261719,-27.18794059753418,175.55686950683594,107.51034545898438,-37.094139099121094,172.1422882080078,113.80563354492188,-49.16175842285156,155.6923370361328,96.3784408569336,-64.30609893798828,156.27194213867188,98.23413848876953,-53.74971008300781,159.98716735839844,96.16763305664062,73.09749603271484,131.77874755859375,-57.8639030456543,78.72730255126953,138.286865234375,-41.309078216552734,78.7890625,123.93807983398438,-52.90251159667969,-3.6774730682373047,220.5534210205078,-39.646812438964844,-4.033278942108154,218.7055206298828,-64.11685943603516,-6.503259181976318,226.90003967285156,-64.5916748046875,101.78255462646484,77.92446899414062,11.409863471984863,94.66443634033203,78.7322769165039,16.04307746887207,89.66950988769531,63.60841751098633,-1.807515025138855,97.97074890136719,85.39064025878906,54.14107894897461,95.17510223388672,81.85820007324219,47.8102912902832,92.91177368164062,78.96208953857422,51.64097213745117,-5.789793968200684,177.2923126220703,-6.844069004058838,-9.046873092651367,137.6138153076172,-12.449593544006348,-8.230879783630371,151.00924682617188,5.030249118804932,-100.53578186035156,193.09849548339844,-16.385940551757812,-99.77519226074219,197.41831970214844,-19.671186447143555,-83.89588928222656,209.23291015625,-10.747550964355469,-13.082286834716797,73.07080078125,-127.35246276855469,-8.292135238647461,79.08811950683594,-103.58734130859375,-8.396459579467773,85.16559600830078,-129.69500732421875,48.185001373291016,74.17236328125,107.85005950927734,24.792808532714844,84.32201385498047,98.9775619506836,21.499170303344727,81.93135070800781,108.10738372802734,106.2439193725586,88.58229064941406,21.16057777404785,106.53524017333984,96.54864501953125,38.61777877807617,107.6363754272461,99.69190216064453,28.440675735473633,54.07809066772461,107.4327392578125,116.4730224609375,72.68817901611328,103.65589141845703,107.22106170654297,77.1033935546875,107.2752914428711,87.07080841064453,-79.70303344726562,173.5908966064453,85.24044799804688,-85.04786682128906,161.28610229492188,88.08458709716797,-74.29985046386719,173.19137573242188,94.26039123535156,45.55030059814453,66.9893569946289,36.01394271850586,52.871376037597656,71.01795959472656,44.95751190185547,44.06111526489258,67.85468292236328,33.83272933959961,92.84001159667969,208.30117797851562,26.55217742919922,87.34842681884766,212.82518005371094,25.197887420654297,94.48814392089844,208.67733764648438,14.81783390045166,13.310965538024902,90.4868392944336,-55.269832611083984,13.256335258483887,102.15608215332031,-45.22019577026367,8.300873756408691,105.58154296875,-54.57060623168945,85.62020111083984,74.9522476196289,-71.14520263671875,70.47742462158203,74.95087432861328,-68.3578109741211,88.70700073242188,86.3094482421875,-72.10209655761719,-8.448023796081543,84.32987213134766,65.07670593261719,-7.891593933105469,70.77715301513672,60.293418884277344,-6.586881160736084,70.04849243164062,69.8642578125,-93.75858306884766,205.28465270996094,2.93035888671875,-95.68810272216797,186.54379272460938,-11.073954582214355,-86.99811553955078,193.49082946777344,-6.940621852874756,66.97449493408203,134.724853515625,-70.42974090576172,73.09749603271484,131.77874755859375,-57.8639030456543,78.7890625,123.93807983398438,-52.90251159667969,106.95654296875,79.13361358642578,-39.793304443359375,111.580322265625,82.55152130126953,-23.574129104614258,116.22711181640625,94.32284545898438,-20.23102569580078,8.7423095703125,60.25130081176758,75.635009765625,17.93754768371582,65.27811431884766,80.44677734375,16.866241455078125,61.5433464050293,84.60174560546875,27.676965713500977,240.57009887695312,35.10197448730469,11.74242115020752,229.8568572998047,39.88194274902344,17.65411949157715,229.3283233642578,42.096778869628906,6.32501220703125,85.86161041259766,98.7171630859375,6.382741928100586,78.18414306640625,81.77235412597656,3.7838070392608643,92.86139678955078,92.86126708984375,-22.77934455871582,172.27035522460938,100.81684875488281,-34.122802734375,169.7776336669922,113.19011688232422,-34.79362106323242,172.4059295654297,108.97021484375,82.95125579833984,84.9506607055664,88.4948959350586,74.67877960205078,78.25607299804688,75.57941436767578,53.823246002197266,91.2052230834961,103.79467010498047,41.33645248413086,79.36151123046875,29.760957717895508,32.84843826293945,88.32952880859375,38.81417465209961,46.720794677734375,82.50357055664062,46.956119537353516,35.92534255981445,92.09982299804688,43.596275329589844,35.66384506225586,89.72335815429688,36.263221740722656,25.07402992248535,100.0746841430664,38.57895278930664,-115.54367065429688,121.70584869384766,3.8991498947143555,-111.76229095458984,124.51238250732422,11.32789421081543,-111.78903198242188,114.82162475585938,-4.057231903076172,103.0619125366211,161.38490295410156,-71.2608642578125,94.04847717285156,173.20433044433594,-67.00382995605469,84.89392852783203,167.2865753173828,-71.54350280761719,-90.05592346191406,98.27914428710938,-112.54249572753906,-90.82937622070312,93.89850616455078,-102.6877670288086,-81.71275329589844,90.5634994506836,-106.46195983886719,-53.57510757446289,115.18658447265625,30.05144691467285,-50.1759033203125,107.20233154296875,33.9551887512207,-56.21505355834961,110.2583999633789,22.132946014404297,-31.567398071289062,112.2890396118164,25.351627349853516,-37.331329345703125,100.84342193603516,11.195904731750488,-30.906333923339844,118.8824462890625,20.982419967651367,-13.448179244995117,116.88407135009766,77.35115814208984,-10.587477684020996,128.08766174316406,59.1932258605957,-19.210044860839844,118.80633544921875,70.72763061523438,-79.1197280883789,53.14112854003906,-32.1062126159668,-56.29865646362305,54.65143966674805,-43.54909133911133,-70.39940643310547,53.07794189453125,-18.89904022216797,30.519105911254883,39.320594787597656,68.50559997558594,38.96074295043945,43.99242401123047,77.29944610595703,45.50975036621094,41.95888900756836,68.35597229003906,-43.30402755737305,59.42275619506836,-38.666683197021484,-62.29437255859375,53.33378601074219,-59.26338195800781,-52.575927734375,62.01857376098633,-60.25723648071289,100.08654022216797,174.89407348632812,-63.7052116394043,91.46805572509766,187.67857360839844,-64.95711517333984,88.32612609863281,186.73348999023438,-69.33365631103516,-28.144624710083008,96.16558837890625,126.61036682128906,-19.472238540649414,81.93604278564453,123.46778869628906,-16.601783752441406,91.93984985351562,119.60543060302734,32.911293029785156,71.22614288330078,14.777702331542969,26.425539016723633,75.19278717041016,14.968587875366211,31.00786781311035,85.54646301269531,11.727348327636719,32.2493896484375,230.17945861816406,51.79884338378906,22.24294090270996,228.75674438476562,55.351314544677734,28.05832862854004,228.00987243652344,58.753273010253906,82.78885650634766,201.88848876953125,-71.21788787841797,66.18094635009766,213.85690307617188,-61.282020568847656,79.89775085449219,205.79270935058594,-65.61062622070312,62.40571594238281,75.63826751708984,-1.1686580181121826,59.450645446777344,84.58744812011719,7.3612871170043945,53.90544891357422,79.78199005126953,5.587244033813477,79.70711517333984,111.95376586914062,-64.49100494384766,79.98441314697266,112.3026123046875,-52.648597717285156,76.93575286865234,106.04710388183594,-65.86907196044922,-73.54430389404297,86.64225769042969,-122.56654357910156,-69.44327545166016,94.38056945800781,-139.2886199951172,-60.75278091430664,86.8869857788086,-137.7806396484375,-8.396459579467773,85.16559600830078,-129.69500732421875,-11.402522087097168,84.6273193359375,-141.48606872558594,-13.082286834716797,73.07080078125,-127.35246276855469,-40.01127624511719,191.04586791992188,-92.535888671875,-35.32354736328125,203.21109008789062,-97.20269012451172,-41.19980239868164,213.5355682373047,-83.58698272705078,10.952516555786133,113.62967681884766,-17.69682502746582,7.3188629150390625,134.6557159423828,-40.30146789550781,10.855765342712402,124.5230712890625,-11.84855842590332,-33.476322174072266,113.65978240966797,4.668501853942871,-45.98311996459961,111.03165435791016,2.5646328926086426,-37.925315856933594,104.63526153564453,-10.519837379455566,64.02313232421875,220.3203582763672,53.07592010498047,52.96784591674805,214.69351196289062,49.070350646972656,50.9427490234375,219.32489013671875,62.10866928100586,-40.710227966308594,190.45957946777344,87.36920166015625,-43.44252395629883,183.77923583984375,95.06226348876953,-40.28534698486328,182.07569885253906,84.63773345947266,58.10296630859375,201.83758544921875,23.731767654418945,59.212127685546875,222.3208770751953,22.44000816345215,59.65690231323242,204.15408325195312,13.724020957946777,11.971348762512207,177.13265991210938,74.43392181396484,23.0512752532959,162.23265075683594,68.46832275390625,18.810588836669922,194.21578979492188,79.7595443725586,6.026187896728516,101.0296630859375,36.90579605102539,4.712179183959961,105.94206237792969,34.2668342590332,21.305273056030273,94.73152160644531,30.289724349975586,6.704352855682373,192.55970764160156,-41.19044494628906,4.450394153594971,198.2959747314453,-50.235206604003906,5.595229148864746,188.90274047851562,-55.39155960083008,-104.36676788330078,199.18658447265625,0.8452169895172119,-106.28559875488281,202.5218963623047,11.300509452819824,-99.614990234375,209.424560546875,7.138982772827148,52.96754455566406,109.68925476074219,110.19659423828125,72.63259887695312,110.5406723022461,103.56475830078125,69.05691528320312,115.200927734375,110.8533706665039,-22.121784210205078,74.8049545288086,-143.8332061767578,-32.98930358886719,86.00239562988281,-151.31246948242188,-21.443750381469727,87.6785659790039,-153.0803680419922,-10.525835990905762,198.3969268798828,-107.82740783691406,-4.765940189361572,180.7830047607422,-123.43202209472656,-6.457760810852051,193.39358520507812,-101.35600280761719,35.266361236572266,200.50088500976562,80.72502136230469,38.930118560791016,182.26751708984375,83.93807983398438,30.491100311279297,187.31129455566406,91.45903778076172,-84.1588363647461,64.62435913085938,-52.3199348449707,-91.07364654541016,63.091007232666016,-46.94111633300781,-77.69480895996094,57.14558792114258,-46.69675064086914,-34.19689178466797,44.234779357910156,83.34963989257812,-47.77552032470703,44.584590911865234,99.65052795410156,-40.173316955566406,40.988197326660156,78.69342803955078,37.525978088378906,209.35348510742188,61.350772857666016,47.5717658996582,209.591796875,72.6512680053711,47.13594436645508,199.7230987548828,76.5035171508789,75.54657745361328,51.75438690185547,-17.4105224609375,79.11972045898438,53.14112854003906,-32.1062126159668,88.2329330444336,52.727115631103516,-19.043180465698242,-63.696929931640625,94.41292572021484,37.442535400390625,-61.06451416015625,100.0752944946289,46.24919128417969,-38.57126998901367,107.73421478271484,37.806396484375,-50.5947151184082,103.76677703857422,124.84978485107422,-65.56832885742188,98.4913558959961,118.02485656738281,-55.619503021240234,94.32665252685547,126.7906494140625,-64.53785705566406,106.01245880126953,75.1574478149414,-48.865421295166016,110.433837890625,72.63838958740234,-60.178409576416016,108.83827209472656,101.27677154541016,81.4408187866211,112.84981536865234,76.50526428222656,73.15377807617188,109.57596588134766,74.25004577636719,78.57771301269531,109.97148895263672,91.78158569335938,111.96956634521484,168.02821350097656,-38.37691116333008,111.69969940185547,138.92471313476562,-50.20170211791992,114.88140106201172,157.30906677246094,-37.329246520996094,19.81057357788086,149.6488800048828,47.957298278808594,29.6600284576416,151.4482421875,52.30018997192383,26.45360565185547,143.02407836914062,50.44230270385742,-80.99689483642578,82.23001098632812,108.09154510498047,-92.81594848632812,74.37533569335938,89.77906036376953,-77.79077911376953,62.101409912109375,104.1387710571289,49.647727966308594,106.9946060180664,-9.26500415802002,53.88462448120117,121.09320068359375,15.165303230285645,59.86665344238281,110.26728057861328,2.7341949939727783,17.025774002075195,62.429931640625,93.29082489013672,7.672496795654297,66.74085998535156,90.67827606201172,14.871777534484863,59.07761764526367,86.06867980957031,25.388261795043945,63.751930236816406,27.859989166259766,24.072772979736328,63.510501861572266,33.660953521728516,35.606929779052734,62.0504035949707,43.83412170410156,22.841371536254883,73.59217834472656,71.47179412841797,12.362741470336914,80.7444839477539,72.20932006835938,18.677167892456055,77.14141845703125,76.51891326904297,-25.947242736816406,93.70409393310547,48.936912536621094,-25.717058181762695,93.49553680419922,58.59034729003906,-18.3630313873291,99.03690338134766,56.051029205322266,-85.38481140136719,115.54777526855469,61.63138198852539,-84.6810302734375,105.4854507446289,46.203392028808594,-85.52714538574219,106.36799621582031,62.017452239990234,-19.745771408081055,95.7884521484375,48.437137603759766,-24.436656951904297,98.72691345214844,44.521095275878906,-20.758834838867188,96.38666534423828,43.32749557495117,48.974361419677734,76.95391082763672,109.11919403076172,34.18613815307617,81.66329193115234,112.84806823730469,34.58444595336914,76.90509796142578,114.19615936279297,28.357929229736328,118.9315414428711,56.36722946166992,28.935298919677734,118.93787384033203,41.838775634765625,35.34011459350586,113.39051818847656,42.729007720947266,-30.958171844482422,115.2304916381836,120.90794372558594,-23.769020080566406,120.10231018066406,120.05976104736328,-32.89206314086914,114.737548828125,107.41101837158203,99.23507690429688,107.26516723632812,-106.19037628173828,92.1554183959961,96.48207092285156,-114.10717010498047,84.92414855957031,109.11858367919922,-128.90164184570312,72.0552749633789,42.67877960205078,77.06368255615234,87.58635711669922,51.30909729003906,71.25524139404297,73.5278549194336,45.7932014465332,91.77483367919922,49.20328140258789,110.28435516357422,51.05615997314453,48.06169128417969,116.43990325927734,46.4706916809082,50.35540008544922,106.84066772460938,32.86186981201172,26.27352523803711,118.96112060546875,101.3903579711914,14.020113945007324,123.12616729736328,108.29601287841797,25.511457443237305,114.89002227783203,107.95150756835938,-50.03654098510742,236.41281127929688,30.103246688842773,-42.1666259765625,241.24656677246094,29.31167984008789,-50.10743713378906,238.2215118408203,22.184234619140625,-4.387907981872559,97.43244171142578,93.60255432128906,-4.768240928649902,78.20912170410156,88.35455322265625,-1.8027750253677368,104.33619689941406,85.72119140625,29.141687393188477,84.70409393310547,14.709874153137207,33.10357666015625,84.13166046142578,29.14680290222168,25.83421516418457,83.80685424804688,34.31666946411133,-54.07197189331055,72.81840515136719,92.27466583251953,-48.23114776611328,74.39588928222656,108.00926971435547,-37.136077880859375,79.62954711914062,101.9088134765625,79.92131805419922,201.33241271972656,-69.38180541992188,64.4055404663086,190.9066162109375,-75.16997528076172,78.59285736083984,192.18943786621094,-72.91307830810547,-14.223291397094727,95.5815658569336,60.02436065673828,-20.49354362487793,89.2263412475586,64.47246551513672,-23.065040588378906,91.96381378173828,55.304386138916016,-33.406776428222656,68.99976348876953,75.9364013671875,-29.579246520996094,64.72087097167969,70.36316680908203,-45.268333435058594,64.67135620117188,75.9480972290039,29.40940284729004,219.393310546875,62.60381317138672,33.47113800048828,209.7670440673828,61.181678771972656,38.91932678222656,218.83294677734375,59.1623649597168,-30.72266960144043,134.19859313964844,-160.24891662597656,-34.99504089355469,120.96421813964844,-158.80532836914062,-45.34686279296875,126.16846466064453,-153.93299865722656,-9.791749954223633,154.55455017089844,38.2028694152832,-11.555464744567871,187.8446044921875,24.421350479125977,-8.09328842163086,173.87265014648438,20.85844612121582,-14.799407005310059,59.261695861816406,86.07795715332031,-13.928923606872559,61.5762825012207,82.95062255859375,-5.746939182281494,62.38394546508789,78.55065155029297,-22.726123809814453,100.17572021484375,17.36780548095703,-22.793228149414062,107.87078857421875,7.776294231414795,-13.890517234802246,119.26850891113281,15.761163711547852,-52.98261642456055,40.08491516113281,87.59849548339844,-40.173316955566406,40.988197326660156,78.69342803955078,-47.77552032470703,44.584590911865234,99.65052795410156,-66.46864318847656,70.18083953857422,52.02075958251953,-55.63977813720703,74.30760192871094,46.057960510253906,-60.381805419921875,75.6419906616211,57.928466796875,102.38346099853516,197.1450653076172,1.8085429668426514,100.0710678100586,200.47120666503906,2.4410109519958496,109.58135223388672,184.45278930664062,-7.829349994659424,85.57321166992188,119.413818359375,-63.5062255859375,90.95729064941406,118.25968933105469,-64.04737091064453,84.60137176513672,122.06649780273438,-70.33416748046875,90.24577331542969,133.71788024902344,81.64483642578125,83.93586730957031,131.31024169921875,88.5220947265625,82.7684326171875,134.0019989013672,84.1038818359375,-65.67469787597656,107.10035705566406,-74.09342193603516,-69.65823364257812,113.73649597167969,-82.45230865478516,-78.20589447021484,105.63392639160156,-76.07898712158203,-4.310145854949951,208.61436462402344,-18.790958404541016,-10.771169662475586,211.57693481445312,-5.68897819519043,-8.976302146911621,197.3277130126953,-15.172175407409668,58.071083068847656,83.7033920288086,-73.45095825195312,50.038997650146484,89.3451156616211,-95.73491668701172,44.69648361206055,84.47843170166016,-77.72644805908203,5.8331499099731445,190.73117065429688,-72.34750366210938,5.485970973968506,208.09617614746094,-69.82048797607422,2.656424045562744,195.78953552246094,-85.0848388671875,-82.82718658447266,107.68474578857422,60.61050796508789,-74.1980972290039,109.79727172851562,74.50374603271484,-79.80095672607422,105.51163482666016,64.22266387939453,-8.976302146911621,197.3277130126953,-15.172175407409668,-16.827556610107422,189.66082763671875,-17.258710861206055,-10.657565116882324,189.61106872558594,-33.444679260253906,-4.270751953125,187.26593017578125,-22.61427116394043,-9.070321083068848,180.5233154296875,-52.73122787475586,-10.657565116882324,189.61106872558594,-33.444679260253906,-111.74036407470703,187.04417419433594,-7.328566074371338,-110.76353454589844,175.3493194580078,-20.637104034423828,-114.74075317382812,182.42385864257812,-3.4790050983428955,-66.87277221679688,85.09326934814453,-120.01312255859375,-91.97430419921875,91.04540252685547,-102.24310302734375,-73.54430389404297,86.64225769042969,-122.56654357910156,0.6767669916152954,110.43592834472656,72.50030517578125,1.1860840320587158,108.78060913085938,85.96476745605469,2.404026985168457,125.77103424072266,54.04909896850586,23.829483032226562,87.8572006225586,90.31131744384766,21.728103637695312,89.65727233886719,86.1996078491211,42.663482666015625,84.32838439941406,75.76822662353516,56.73462677001953,90.37765502929688,-107.72077178955078,65.43193817138672,90.19873809814453,-102.30757904052734,69.66667175292969,88.0092544555664,-119.23773956298828,11.971348762512207,177.13265991210938,74.43392181396484,12.89270305633545,155.08807373046875,60.96209716796875,23.0512752532959,162.23265075683594,68.46832275390625,-78.26338195800781,72.0723648071289,-3.9252591133117676,-81.82403564453125,80.81541442871094,9.199933052062988,-80.39361572265625,88.2696304321289,18.09874725341797,-16.00943946838379,136.1747283935547,25.430057525634766,-22.234838485717773,128.59471130371094,28.751935958862305,-24.711719512939453,129.6187286376953,21.77811050415039,73.09300231933594,145.2242431640625,-8.360901832580566,74.10889434814453,152.3925323486328,4.20526123046875,70.15813446044922,147.63731384277344,-9.758296966552734,80.13551330566406,199.00791931152344,58.19786834716797,89.25761413574219,187.0850830078125,52.160614013671875,92.78512573242188,178.00672912597656,55.81687927246094,53.19045639038086,109.1566162109375,106.22726440429688,77.1033935546875,107.2752914428711,87.07080841064453,41.553409576416016,110.95433044433594,82.51839447021484,-8.264469146728516,67.31607818603516,91.15248107910156,-4.768240928649902,78.20912170410156,88.35455322265625,-8.70419692993164,84.24459075927734,100.97479248046875,81.55752563476562,90.43819427490234,49.06857681274414,63.88032913208008,94.74994659423828,44.7282829284668,65.14907836914062,88.71865844726562,36.364501953125,-23.035173416137695,95.35729217529297,44.17595291137695,-26.71430778503418,93.4417724609375,48.80183792114258,-25.947242736816406,93.70409393310547,48.936912536621094,86.90510559082031,148.6949920654297,-112.75701141357422,94.731201171875,145.2259521484375,-104.43634796142578,88.0224380493164,138.8070831298828,-113.6034927368164,33.0006103515625,219.48985290527344,-86.71440124511719,24.509462356567383,216.98655700683594,-88.28572845458984,16.487581253051758,229.20225524902344,-75.56930541992188,93.0793685913086,213.20608520507812,25.447919845581055,99.77117919921875,209.30746459960938,7.199182033538818,90.31196594238281,213.96469116210938,9.833093643188477,-41.03314208984375,80.0551528930664,26.308767318725586,-42.918365478515625,72.99603271484375,25.275888442993164,-52.396881103515625,77.06803131103516,34.97566604614258,-89.66950988769531,63.60841751098633,-1.807515025138855,-92.5649185180664,58.64421463012695,-10.842166900634766,-88.2329330444336,52.727115631103516,-19.043180465698242,-24.487201690673828,120.5811538696289,42.77215576171875,-30.17095375061035,110.2846450805664,33.699073791503906,-38.57126998901367,107.73421478271484,37.806396484375,-79.92131805419922,201.33241271972656,-69.38180541992188,-69.7408447265625,207.9102325439453,-61.77055740356445,-74.12471771240234,205.03897094726562,-54.50931930541992,-5.00779914855957,140.2920379638672,-122.92457580566406,-5.186662197113037,125.27108764648438,-130.2986297607422,-3.1007750034332275,150.23641967773438,-139.17782592773438,-52.59247589111328,62.4429817199707,44.111270904541016,-65.62059020996094,63.950496673583984,49.64569854736328,-56.26533889770508,66.90526580810547,43.265010833740234,15.510945320129395,106.49683380126953,-39.91823196411133,11.315666198730469,109.62919616699219,-48.623470306396484,11.678400993347168,111.85881042480469,-39.43829345703125,-51.373817443847656,50.856197357177734,41.41246032714844,-31.371318817138672,40.24143600463867,61.74418640136719,-25.314390182495117,43.73586654663086,58.72480773925781,-43.28271484375,114.75399780273438,40.95001983642578,-40.670631408691406,118.08303833007812,59.01655578613281,-34.49570083618164,118.7541275024414,58.17426300048828,-103.72396850585938,80.74881744384766,-6.552221775054932,-111.29301452636719,83.67282104492188,-6.049108982086182,-104.24120330810547,90.08531951904297,8.986383438110352,69.17189025878906,149.328369140625,-121.90263366699219,73.39991760253906,167.19708251953125,-114.5911865234375,74.74337768554688,157.18365478515625,-107.80818939208984,50.35540008544922,106.84066772460938,32.86186981201172,54.041770935058594,115.26126098632812,28.54780387878418,56.182395935058594,109.53607940673828,21.956275939941406,-23.829265594482422,120.4374008178711,-162.53976440429688,-19.144603729248047,105.09681701660156,-160.14720153808594,-29.245241165161133,96.58519744873047,-157.25657653808594,38.44662094116211,81.7689437866211,100.256103515625,52.638427734375,76.67214965820312,94.34276580810547,67.92232513427734,86.93345642089844,103.18895721435547,-93.75858306884766,205.28465270996094,2.93035888671875,-106.87509155273438,194.14163208007812,3.7511041164398193,-100.0710678100586,200.47120666503906,2.4410109519958496,-3.834359884262085,151.51156616210938,-61.64971923828125,-5.167065143585205,106.34547424316406,-72.5920639038086,-6.395966053009033,120.75218963623047,-97.01615142822266,-38.89327621459961,104.36201477050781,7.69064998626709,-37.331329345703125,100.84342193603516,11.195904731750488,-37.813846588134766,89.91278839111328,-3.083904981613159,106.92056274414062,170.08587646484375,16.679201126098633,105.31962585449219,175.05191040039062,9.729116439819336,109.27421569824219,180.33035278320312,18.269237518310547,120.2773666381836,107.82694244384766,31.386201858520508,115.41169738769531,102.71815490722656,35.16341781616211,117.2857666015625,93.93109893798828,13.9107084274292,-41.10348892211914,95.61393737792969,7.563500881195068,-40.834556579589844,90.08661651611328,-3.5428659915924072,-46.63419723510742,82.96957397460938,3.9525859355926514,-9.291482925415039,144.7529296875,-94.25273895263672,-5.433269023895264,161.4710693359375,-93.48241424560547,-7.668231964111328,162.6572723388672,-74.67456817626953,54.08417510986328,91.8097152709961,21.812715530395508,51.483543395996094,101.33689880371094,36.075401306152344,50.35540008544922,106.84066772460938,32.86186981201172,54.15737533569336,105.47947692871094,69.89498901367188,75.63853454589844,100.26908874511719,63.96113204956055,75.00000762939453,104.01277923583984,78.27938079833984,33.51573944091797,39.60160827636719,55.767704010009766,23.693429946899414,37.92741012573242,64.2979736328125,16.9951114654541,47.64384078979492,56.200801849365234,-85.68524169921875,183.4210662841797,38.95539093017578,-101.33060455322266,175.48570251464844,41.42155456542969,-97.90331268310547,191.14500427246094,38.1595458984375,-47.1782112121582,88.76634979248047,-143.76617431640625,-65.01780700683594,95.86936950683594,-139.59750366210938,-66.41191101074219,91.7115478515625,-133.92910766601562,-5.231973171234131,125.41905975341797,-64.87094116210938,-4.248672962188721,134.7217559814453,-44.75919723510742,-7.480226993560791,115.10200500488281,-40.80959701538086,36.505496978759766,68.3218994140625,78.11430358886719,25.667795181274414,81.15267181396484,106.36129760742188,46.17035675048828,66.45756530761719,84.21835327148438,1.0336320400238037,168.9975128173828,106.84391021728516,3.5686349868774414,170.60992431640625,111.81732940673828,5.095643997192383,176.2559051513672,108.84679412841797,40.91010665893555,81.26117706298828,-135.283447265625,44.60575485229492,81.68706512451172,-126.58686828613281,57.79353713989258,87.7530746459961,-134.39938354492188,6.2146382331848145,206.50743103027344,14.239481925964355,7.930333137512207,190.3335723876953,22.688987731933594,4.332347869873047,200.2541046142578,38.49823760986328,-84.49117279052734,119.05045318603516,66.70840454101562,-90.94963073730469,122.15718841552734,68.12867736816406,-81.44082641601562,112.8498306274414,76.50524139404297,-96.35326385498047,95.45556640625,-63.88528060913086,-88.02159118652344,95.80200958251953,-60.46839141845703,-98.4018325805664,104.00928497314453,-56.491294860839844,-100.46011352539062,111.23771667480469,-87.74835205078125,-91.5116195678711,92.52264404296875,-88.3656234741211,-93.01544952392578,106.16581726074219,-85.56877899169922,31.836729049682617,237.113525390625,33.686676025390625,24.344654083251953,240.68603515625,20.959243774414062,40.43500900268555,238.08926391601562,30.276227951049805,-25.26554298400879,127.83161926269531,37.23456573486328,-26.48509979248047,132.79833984375,45.86899948120117,-16.11335563659668,140.64524841308594,39.79629135131836,-69.94977569580078,88.1605224609375,99.08924865722656,-55.432281494140625,91.24481964111328,104.12437438964844,-81.74352264404297,86.28052520751953,90.85260009765625,-74.34007263183594,109.89862060546875,94.8276596069336,-60.03413009643555,111.9073257446289,100.51268005371094,-68.73020935058594,108.30342864990234,72.09330749511719,-88.16848754882812,148.88409423828125,2.8353230953216553,-107.98411560058594,145.21925354003906,-5.156867027282715,-84.24087524414062,141.98080444335938,-10.036044120788574,2.9464659690856934,179.59449768066406,10.69360065460205,5.359556198120117,203.86636352539062,5.285243988037109,5.253617763519287,194.4704132080078,-0.5281829833984375,25.223594665527344,208.42959594726562,7.364171028137207,18.158109664916992,231.44158935546875,22.34402847290039,14.055350303649902,226.46463012695312,23.380041122436523,11.357821464538574,217.05514526367188,60.11138153076172,8.517269134521484,209.8642120361328,68.77073669433594,9.349326133728027,203.82568359375,44.69948196411133,-91.8303451538086,80.75312042236328,47.319923400878906,-89.58210754394531,76.26803588867188,43.750274658203125,-91.8336181640625,74.71084594726562,42.511260986328125,19.172313690185547,119.95561218261719,-158.61819458007812,13.335769653320312,108.72112274169922,-155.19952392578125,20.47530174255371,104.46659088134766,-156.91879272460938,-85.84358978271484,72.56703186035156,73.35023498535156,-82.99710083007812,72.98148345947266,64.75359344482422,-83.64634704589844,68.39762115478516,65.4888916015625,-74.1980972290039,109.79727172851562,74.50374603271484,-80.71440887451172,113.89667510986328,69.0255355834961,-81.44082641601562,112.8498306274414,76.50524139404297,67.06871795654297,67.93128967285156,74.61882781982422,67.78953552246094,74.59857940673828,81.80528259277344,74.78302764892578,69.88915252685547,69.61304473876953,51.27027130126953,84.21466064453125,-64.14999389648438,53.77442932128906,91.1080551147461,-57.08574295043945,59.687679290771484,87.2936782836914,-67.16983795166016,-43.79781723022461,82.27490234375,93.54849243164062,-55.77847671508789,73.6798324584961,84.27447509765625,-63.88798141479492,77.84323120117188,82.84271240234375,-106.07733154296875,132.7441864013672,66.78670501708984,-105.68888854980469,124.93273162841797,66.68745422363281,-105.18741607666016,128.10263061523438,74.3580093383789,-36.38632583618164,54.58036422729492,107.01571655273438,-42.17282485961914,60.96692657470703,116.45045471191406,-30.07382583618164,62.79534149169922,115.07292175292969,-82.5456771850586,185.02142333984375,-84.549072265625,-65.5953598022461,198.25921630859375,-87.59815216064453,-77.7900619506836,189.1097869873047,-91.77346801757812,-87.2813491821289,157.46145629882812,52.87230682373047,-95.68852996826172,148.18960571289062,38.27081298828125,-93.6555404663086,153.99806213378906,39.94346618652344,-79.98441314697266,112.3026123046875,-52.648597717285156,-78.8026351928711,123.8968276977539,-52.895206451416016,-79.70711517333984,111.95376586914062,-64.49100494384766,31.93286895751953,88.08216857910156,97.54632568359375,38.439517974853516,91.87834167480469,100.13825988769531,47.76972961425781,92.49713134765625,100.56145477294922,-12.465195655822754,70.19644927978516,96.7865219116211,-15.621501922607422,67.4022216796875,91.73607635498047,-17.600698471069336,67.62425994873047,95.88719940185547,-61.219024658203125,215.9253387451172,-55.04414367675781,-74.01532745361328,208.76718139648438,-56.39011764526367,-67.5833740234375,207.8456573486328,-47.340049743652344,-58.10296630859375,201.83758544921875,23.731767654418945,-59.65690231323242,204.15408325195312,13.724020957946777,-59.212127685546875,222.3208770751953,22.44000816345215,4.130654811859131,60.62321853637695,66.78874969482422,4.636563777923584,87.73014831542969,68.94097137451172,4.680159091949463,75.94698333740234,60.520225524902344,-91.7097396850586,91.2537841796875,84.50542449951172,-89.66276550292969,96.97107696533203,69.9011001586914,-78.18357849121094,103.65187072753906,88.1833724975586,-5.3714752197265625,110.74156188964844,56.19671630859375,-10.970124244689941,99.34309387207031,59.849464416503906,-15.636549949645996,103.2608871459961,49.041690826416016,-1.7365390062332153,177.12994384765625,-117.99143981933594,-3.364320993423462,165.38023376464844,-125.77584838867188,-3.8248419761657715,163.33042907714844,-142.4402618408203,44.798465728759766,194.3927459716797,88.87568664550781,40.701507568359375,190.45933532714844,87.36872100830078,43.46480941772461,183.54251098632812,95.22896575927734,28.712751388549805,89.74901580810547,-54.27206039428711,20.3106689453125,91.52986907958984,-54.98965072631836,31.296737670898438,101.08879852294922,-39.80484390258789,14.896112442016602,102.08417510986328,116.14363098144531,12.058389663696289,96.0086669921875,121.12329864501953,6.210841178894043,98.06431579589844,109.60249328613281,74.07422637939453,96.66876220703125,51.403812408447266,66.01374816894531,105.81978607177734,73.16642761230469,63.215911865234375,102.75748443603516,61.63273239135742,35.315486907958984,46.33019256591797,81.44606018066406,28.468706130981445,50.9890251159668,82.35221099853516,32.73851776123047,50.89284133911133,88.42176818847656,45.29990768432617,237.005126953125,22.922353744506836,48.74723815917969,233.67184448242188,28.97933006286621,40.43500900268555,238.08926391601562,30.276227951049805,19.99032211303711,88.7375717163086,-53.81828689575195,15.002076148986816,77.67839050292969,-75.55188751220703,22.356197357177734,84.81476593017578,-66.23356628417969,-2.1050870418548584,117.29205322265625,72.98175048828125,-0.8395789861679077,108.7529296875,74.76873779296875,-2.35076904296875,125.66497802734375,54.14982223510742,107.6883544921875,166.2583465576172,-44.956886291503906,101.89845275878906,182.08578491210938,-38.8692741394043,112.33380889892578,170.7231903076172,-41.53535079956055,18.158109664916992,231.44158935546875,22.34402847290039,24.344654083251953,240.68603515625,20.959243774414062,14.055350303649902,226.46463012695312,23.380041122436523,-2.1050870418548584,117.29205322265625,72.98175048828125,-5.41002893447876,132.27731323242188,50.99484634399414,-5.731523036956787,111.24101257324219,87.1475830078125,-5.270462989807129,112.93338012695312,57.17277145385742,-5.244349002838135,92.54584503173828,55.467002868652344,-8.064709663391113,100.68898010253906,50.92970275878906,37.523250579833984,68.38037109375,18.71072769165039,32.911293029785156,71.22614288330078,14.777702331542969,37.38188171386719,75.72846221923828,15.242838859558105,62.40571594238281,75.63826751708984,-1.1686580181121826,56.84651565551758,69.63468170166016,-5.615135192871094,70.17194366455078,68.3995132446289,-1.5896589756011963,-85.87469482421875,165.32598876953125,-76.43888854980469,-76.74934387207031,169.67974853515625,-102.87715911865234,-78.84593963623047,160.8212127685547,-78.93671417236328,120.2452163696289,91.34480285644531,-2.7491910457611084,117.2857666015625,93.93109893798828,13.9107084274292,112.89691162109375,81.13578033447266,-5.511445045471191,-52.49592971801758,63.69453048706055,30.80255126953125,-52.91312026977539,65.73652648925781,35.10279846191406,-59.2722282409668,67.79633331298828,31.83919334411621,32.12004852294922,175.50326538085938,110.18231201171875,26.87087059020996,171.96466064453125,115.25054931640625,40.307891845703125,171.9058837890625,111.41278839111328,9.68741226196289,123.25047302246094,-108.83927917480469,8.465339660644531,136.52122497558594,-109.48575592041016,12.389904022216797,144.65264892578125,-94.3456802368164,31.00786781311035,85.54646301269531,11.727348327636719,40.93678665161133,80.09168243408203,26.178367614746094,37.38188171386719,75.72846221923828,15.242838859558105,41.39903259277344,217.56082153320312,-48.357879638671875,50.34506607055664,212.6516571044922,-45.49161911010742,52.40457534790039,216.23516845703125,-48.17564392089844,75.02999114990234,83.66657257080078,-66.21734619140625,73.17425537109375,92.37495422363281,-54.88140869140625,92.13038635253906,100.56185913085938,-63.398658752441406,3.8248419761657715,163.33042907714844,-142.4402618408203,3.176136016845703,183.82167053222656,-130.1174774169922,5.3471269607543945,167.92332458496094,-144.11605834960938,24.469953536987305,133.707275390625,-158.97030639648438,26.083744049072266,153.2298583984375,-148.38705444335938,10.43869686126709,163.00779724121094,-145.62387084960938,9.002031326293945,106.88442993164062,61.894561767578125,11.60013484954834,92.21912384033203,66.5024642944336,9.303674697875977,88.4529037475586,65.10499572753906,82.78885650634766,201.88848876953125,-71.21788787841797,92.46437072753906,192.19430541992188,-64.66197204589844,107.52275085449219,174.1146697998047,-53.87812805175781,-19.82569694519043,120.53882598876953,43.25315856933594,-10.94087028503418,128.61451721191406,42.45955276489258,-25.718036651611328,115.34554290771484,56.03443908691406,-23.662700653076172,73.86019134521484,67.87467193603516,-19.910781860351562,80.9637680053711,49.87968444824219,-24.242467880249023,71.77442932128906,44.745391845703125,-92.64362335205078,91.3301773071289,60.35519027709961,-81.55801391601562,90.43810272216797,49.06879806518555,-89.66276550292969,96.97107696533203,69.9011001586914,37.69767379760742,215.4377899169922,-49.73406219482422,23.399023056030273,227.89578247070312,-65.25413513183594,33.10709762573242,223.53997802734375,-64.97742462158203,-79.1197280883789,53.14112854003906,-32.1062126159668,-86.9818344116211,53.98044967651367,-35.6134033203125,-79.0025405883789,54.437137603759766,-47.195213317871094,-7.50803279876709,89.16336822509766,75.62544250488281,-4.600621223449707,83.57942962646484,79.75656127929688,-4.229870796203613,84.57731628417969,68.89654541015625,111.03406524658203,187.10243225097656,-8.722845077514648,97.15657806396484,200.2178192138672,-4.4555230140686035,102.10627746582031,202.4008026123047,1.3621829748153687,-97.80781555175781,143.32809448242188,28.951980590820312,-111.3823013305664,128.16455078125,17.314254760742188,-111.48310089111328,147.24960327148438,33.80244064331055,7.905664920806885,112.81517028808594,-17.164466857910156,4.010155200958252,153.67799377441406,-16.265188217163086,4.248672962188721,134.7217559814453,-44.75920104980469,-92.61790466308594,79.22330474853516,-67.01011657714844,-79.4499740600586,65.2092514038086,-64.36800384521484,-88.3906021118164,83.73554992675781,-69.52200317382812,-23.22878074645996,83.20154571533203,111.5489730834961,-32.242759704589844,74.67070770263672,111.56575775146484,-22.873960494995117,76.66657257080078,101.63124084472656,16.99776840209961,80.79126739501953,108.3308334350586,19.272356033325195,86.45486450195312,110.18218231201172,16.234935760498047,87.1718521118164,100.68496704101562,90.5469741821289,157.79762268066406,-98.58482360839844,81.6758041381836,161.78733825683594,-97.35974884033203,90.45381927490234,159.85784912109375,-89.55753326416016,-93.75858306884766,205.28465270996094,2.93035888671875,-98.31812286376953,206.37103271484375,8.226469993591309,-106.87509155273438,194.14163208007812,3.7511041164398193,78.42762756347656,110.8561019897461,-36.08564376831055,79.17877197265625,120.22924041748047,-26.08198356628418,77.36447143554688,118.9446029663086,-51.81541061401367,95.58663177490234,181.2411651611328,53.6814079284668,102.27569580078125,164.79673767089844,41.429439544677734,90.83329772949219,181.76593017578125,40.26491165161133,8.517269134521484,209.8642120361328,68.77073669433594,13.828047752380371,206.12997436523438,78.27597045898438,8.47353458404541,199.91578674316406,73.44561004638672,36.65147018432617,188.13995361328125,-119.4329605102539,33.1617546081543,199.5635986328125,-106.57319641113281,29.851253509521484,210.0712890625,-95.84693908691406,-28.712751388549805,89.74901580810547,-54.27206039428711,-21.849477767944336,83.62380981445312,-83.07066345214844,-25.562623977661133,79.27933502197266,-82.47020721435547,112.33380889892578,170.7231903076172,-41.53535079956055,101.96318817138672,191.59307861328125,-31.041866302490234,107.8685531616211,185.8116912841797,-31.244657516479492,-26.31015396118164,231.70736694335938,-50.850547790527344,-22.169816970825195,230.87106323242188,-71.12178802490234,-25.77630615234375,230.2619171142578,-57.38798522949219,-87.44319915771484,69.49164581298828,39.613224029541016,-87.55970764160156,59.483341217041016,43.64421844482422,-95.68848419189453,74.51422882080078,45.65583038330078,-38.91932678222656,218.83294677734375,59.1623649597168,-50.94274139404297,219.32489013671875,62.108673095703125,-43.089908599853516,215.9183349609375,67.56007385253906,-104.36676788330078,199.18658447265625,0.8452169895172119,-111.74036407470703,187.04417419433594,-7.328566074371338,-106.28559875488281,202.5218963623047,11.300509452819824,14.965195655822754,66.85316467285156,11.656723022460938,7.415902137756348,55.02015686035156,26.290788650512695,13.983987808227539,64.7445297241211,23.971132278442383,6.805071830749512,122.7231216430664,-147.1622772216797,8.48337459564209,133.43040466308594,-154.61474609375,13.849328994750977,118.48027801513672,-159.58486938476562,-98.89356994628906,138.41929626464844,-88.2577896118164,-100.29545593261719,135.87838745117188,-93.46903991699219,-97.57308959960938,150.44284057617188,-88.99453735351562,-58.071083068847656,83.7033920288086,-73.45095825195312,-72.4389877319336,86.43055725097656,-72.29694366455078,-59.687679290771484,87.2936782836914,-67.16983795166016,11.068243980407715,104.22245025634766,-124.42762756347656,6.592301845550537,112.29109191894531,-141.00534057617188,8.018318176269531,101.95783233642578,-134.60165405273438,-30.255050659179688,93.81668090820312,-153.25103759765625,-32.35838317871094,106.4462661743164,-153.7146453857422,-36.83197784423828,101.69551086425781,-152.15908813476562,99.92142486572266,121.3036117553711,-35.883575439453125,83.07039642333984,134.14744567871094,-15.937280654907227,93.58065795898438,117.72676849365234,-36.19158935546875,6.173119068145752,197.8087615966797,-79.06887817382812,8.5318603515625,212.51748657226562,-70.44345092773438,9.639459609985352,197.91891479492188,-65.30854034423828,118.3827896118164,130.7242431640625,23.50640869140625,111.38230895996094,128.16456604003906,17.31426239013672,111.48310089111328,147.24960327148438,33.80244064331055,-25.224149703979492,195.82159423828125,-116.63540649414062,-17.835437774658203,203.01600646972656,-107.76273345947266,-23.15848159790039,208.9600067138672,-99.94013977050781,-85.46498107910156,49.44953536987305,57.112186431884766,-72.05526733398438,42.678768157958984,77.06360626220703,-87.58635711669922,51.30911636352539,71.25534057617188,113.4150619506836,130.6855926513672,-48.487911224365234,115.2548828125,136.99305725097656,-34.889610290527344,106.05764770507812,126.24493408203125,-40.878929138183594,-21.59467315673828,181.11923217773438,102.32913208007812,-14.282057762145996,188.07054138183594,92.36470031738281,-25.455373764038086,187.26072692871094,100.5691909790039,74.12471771240234,205.03897094726562,-54.50931930541992,53.76276779174805,217.04547119140625,-59.39107894897461,69.7408447265625,207.9102325439453,-61.77055740356445,70.17194366455078,68.3995132446289,-1.5896589756011963,65.1102523803711,76.96593475341797,5.515864849090576,62.40571594238281,75.63826751708984,-1.1686580181121826,-66.48431396484375,193.3423309326172,-77.50227355957031,-65.67285919189453,209.41004943847656,-69.81243133544922,-62.24226760864258,204.07342529296875,-80.55840301513672,20.733341217041016,68.99791717529297,9.828287124633789,7.153811931610107,51.82443618774414,24.402353286743164,12.208277702331543,63.010986328125,9.312264442443848,66.71832275390625,117.35847473144531,-139.73416137695312,62.848487854003906,131.1854705810547,-133.82138061523438,55.3060417175293,113.11796569824219,-143.3770751953125,86.67353820800781,134.04547119140625,86.2349624633789,86.08721160888672,131.78118896484375,94.19709777832031,89.99351501464844,125.89537811279297,91.57662200927734,37.76974105834961,173.21592712402344,96.35525512695312,38.930118560791016,182.26751708984375,83.93807983398438,46.20216751098633,166.367431640625,85.85820007324219,-20.438182830810547,69.75225067138672,38.747562408447266,-14.064200401306152,46.74549865722656,51.51729965209961,-22.225032806396484,67.37020111083984,26.751502990722656,-85.8730697631836,62.582557678222656,-53.84381866455078,-79.0025405883789,54.437137603759766,-47.195213317871094,-91.21235656738281,59.04665756225586,-46.277286529541016,-52.2967643737793,205.4343719482422,36.6224479675293,-59.95848083496094,213.79086303710938,29.182947158813477,-55.76068115234375,202.9146728515625,33.98698425292969,69.44327545166016,94.38056945800781,-139.2886199951172,60.01958084106445,110.84180450439453,-144.70028686523438,73.55928802490234,99.89402770996094,-132.47406005859375,51.522335052490234,69.54789733886719,107.59893035888672,34.204654693603516,72.9896011352539,109.9297103881836,44.82493591308594,63.2020263671875,91.08203887939453,-114.88140106201172,157.30906677246094,-37.329246520996094,-115.82522583007812,153.90391540527344,-24.126981735229492,-113.36743927001953,138.1169891357422,-44.40939712524414,50.038997650146484,89.3451156616211,-95.73491668701172,50.15968322753906,89.0406265258789,-109.64122009277344,41.47076416015625,83.25823974609375,-86.25810241699219,-36.02745056152344,57.902584075927734,54.05778121948242,-34.314510345458984,56.50104904174805,49.66259002685547,-27.628904342651367,60.35477828979492,53.23080062866211,-43.12678527832031,148.80874633789062,-139.20584106445312,-49.61996841430664,143.5893096923828,-145.2671356201172,-45.4299430847168,166.15090942382812,-129.25103759765625,-103.98566436767578,129.7623291015625,-88.2679443359375,-101.14253997802734,102.73089599609375,-97.0608139038086,-100.46011352539062,111.23771667480469,-87.74835205078125,49.91462326049805,162.53439331054688,104.40959167480469,45.42000961303711,167.76918029785156,110.05889129638672,53.11592483520508,151.55368041992188,113.34180450439453,-24.344654083251953,240.68603515625,20.959243774414062,-19.180694580078125,233.3582763671875,36.71666717529297,-31.836729049682617,237.113525390625,33.686676025390625,-114.5304183959961,106.38597869873047,36.45263671875,-110.22264862060547,110.81365203857422,59.92971420288086,-111.9457015991211,107.07814025878906,48.58531188964844,-106.6687240600586,129.79806518554688,-42.66569519042969,-109.86569213867188,132.1542510986328,-50.567832946777344,-111.81576538085938,138.8389434814453,-31.647388458251953,-73.94107818603516,170.80966186523438,-101.73506927490234,-69.466552734375,175.34317016601562,-107.98979949951172,-77.01473236083984,180.37371826171875,-97.54688262939453,50.16707229614258,92.76473999023438,-43.51280975341797,44.61445236206055,97.6418685913086,-36.507476806640625,44.475318908691406,88.39031982421875,-49.99782943725586,-31.00786781311035,85.54646301269531,11.727348327636719,-35.61299514770508,86.03962707519531,27.987796783447266,-29.8063907623291,87.87382507324219,17.93509864807129,-34.60087203979492,57.15771484375,40.95732116699219,-28.078535079956055,60.25128173828125,48.457740783691406,-31.518455505371094,55.93595504760742,47.76823806762695,-98.43586730957031,121.82738494873047,85.85294342041016,-105.18741607666016,128.10263061523438,74.3580093383789,-97.31594848632812,113.85214233398438,85.84551239013672,52.638427734375,76.67214965820312,94.34276580810547,69.92162322998047,73.03553771972656,84.55217742919922,67.92232513427734,86.93345642089844,103.18895721435547,-18.953529357910156,100.94432830810547,46.90556716918945,-12.491815567016602,109.55416107177734,49.13505935668945,-8.27265453338623,102.0000228881836,52.78928756713867,-42.59383773803711,107.31690979003906,91.19735717773438,-33.55633544921875,110.06523895263672,77.4421615600586,-27.497310638427734,108.72821807861328,91.23040008544922,51.43522262573242,214.01480102539062,-50.03105926513672,48.34447479248047,209.19326782226562,-43.99676513671875,37.69767379760742,215.4377899169922,-49.73406219482422,56.33549499511719,79.31695556640625,0.5273590087890625,63.080665588378906,77.44622802734375,-3.5355451107025146,54.59039306640625,69.75845336914062,-10.187885284423828,17.108993530273438,80.194580078125,47.1883430480957,19.530981063842773,71.93965148925781,74.20865631103516,7.9782538414001465,81.78240966796875,63.83597946166992,6.593769073486328,207.94781494140625,-21.513412475585938,7.9546589851379395,200.11477661132812,-26.856393814086914,8.732196807861328,192.46624755859375,-50.604515075683594,45.98945617675781,171.06564331054688,-106.16043853759766,45.61625289916992,167.74081420898438,-111.31486511230469,55.673614501953125,173.78323364257812,-115.96595764160156,41.30010223388672,82.90123748779297,49.933597564697266,19.64590835571289,94.15974426269531,53.98710250854492,25.366872787475586,90.76971435546875,49.07352066040039,65.1102523803711,76.96593475341797,5.515864849090576,54.08417510986328,91.8097152709961,21.812715530395508,59.450645446777344,84.58744812011719,7.3612871170043945,91.61943817138672,196.7655487060547,-43.18775177001953,88.81321716308594,196.1399688720703,-58.75895309448242,91.81831359863281,187.50953674316406,-55.63275909423828,-12.909683227539062,45.756988525390625,75.32939910888672,-21.8492488861084,39.400184631347656,76.1640625,-15.679019927978516,42.1234016418457,67.63056945800781,-109.4815444946289,144.48744201660156,-66.00892639160156,-98.57685852050781,130.20648193359375,-67.39583587646484,-102.3018569946289,151.44842529296875,-72.18479919433594,-107.80780792236328,177.19427490234375,-36.56926345825195,-111.96956634521484,168.02821350097656,-38.37691116333008,-103.50593566894531,164.99566650390625,-42.553279876708984,-100.535888671875,156.31590270996094,49.32023239135742,-111.48310089111328,147.24960327148438,33.80244064331055,-98.32756805419922,161.4064178466797,66.00089263916016,43.78786087036133,183.75267028808594,89.38780975341797,47.774723052978516,188.3111572265625,92.5909652709961,50.5956916809082,175.63697814941406,97.57246398925781,-74.6275405883789,106.905029296875,76.4304428100586,-80.36381530761719,102.5179672241211,64.45372009277344,-90.99514770507812,99.9347152709961,72.75314331054688,42.958717346191406,117.78428649902344,64.7479248046875,23.326457977294922,119.31517028808594,76.85887908935547,34.439117431640625,115.80821990966797,61.501705169677734,81.47518157958984,174.86041259765625,61.916683197021484,74.40423583984375,175.48760986328125,72.11103057861328,74.11593627929688,169.54600524902344,63.66252517700195,5.789793968200684,177.2923126220703,-6.844069004058838,7.3188629150390625,134.6557159423828,-40.30146789550781,5.433413982391357,179.8986053466797,-28.9405460357666,-95.29938507080078,77.4564208984375,-52.568634033203125,-84.1588363647461,64.62435913085938,-52.3199348449707,-92.61790466308594,79.22330474853516,-67.01011657714844,-3.834359884262085,151.51156616210938,-61.64971923828125,-5.231973171234131,125.41905975341797,-64.87094116210938,-5.167065143585205,106.34547424316406,-72.5920639038086,32.952701568603516,92.84562683105469,129.7178497314453,54.41635513305664,95.38508605957031,126.395263671875,47.14496994018555,103.15055084228516,125.58008575439453,-41.19839096069336,96.3323974609375,-7.595221996307373,-51.42006301879883,94.42030334472656,-20.60515594482422,-46.608985900878906,103.69267272949219,-1.6623239517211914,-78.26338195800781,72.0723648071289,-3.9252591133117676,-80.39361572265625,88.2696304321289,18.09874725341797,-68.18559265136719,81.60102844238281,10.142348289489746,-44.055519104003906,95.23043823242188,-6.183705806732178,-40.41743850708008,84.90958404541016,-23.944902420043945,-36.54642868041992,82.77454376220703,-15.272628784179688,-5.235875129699707,125.68951416015625,38.04005813598633,-4.712594032287598,105.94202423095703,34.26646423339844,-8.675992965698242,112.89789581298828,32.38496398925781,-11.296021461486816,131.50460815429688,95.49324035644531,-21.221660614013672,124.31938171386719,84.88858032226562,-18.340879440307617,120.53899383544922,80.73529815673828,101.78255462646484,77.92446899414062,11.409863471984863,104.5326156616211,73.57689666748047,-1.3964990377426147,106.65400695800781,82.92598724365234,9.066129684448242,-100.09484100341797,121.03052520751953,-40.61927795410156,-105.30277252197266,106.8594741821289,-55.39765167236328,-109.38225555419922,119.67906951904297,-38.91321563720703,80.61892700195312,161.56134033203125,-75.9466781616211,103.0619125366211,161.38490295410156,-71.2608642578125,84.89392852783203,167.2865753173828,-71.54350280761719,-12.697677612304688,222.96446228027344,6.2276291847229,-9.027555465698242,235.0055694580078,-4.9157891273498535,-14.233485221862793,237.29432678222656,5.125837802886963,114.59178924560547,165.5377197265625,28.539186477661133,109.91407012939453,180.93280029296875,28.040422439575195,109.19811248779297,173.46954345703125,39.0616455078125,44.272186279296875,200.6680145263672,-79.94055938720703,41.19980239868164,213.5355682373047,-83.58698272705078,40.01127624511719,191.04586791992188,-92.535888671875,-9.070321083068848,180.5233154296875,-52.73122787475586,-3.6901888847351074,178.7558135986328,-40.8687629699707,-7.668231964111328,162.6572723388672,-74.67456817626953,86.10774993896484,189.3199005126953,-27.62327003479004,73.80087280273438,205.7476348876953,-28.160648345947266,84.93074798583984,189.8872528076172,-29.757213592529297,-8.264469146728516,67.31607818603516,91.15248107910156,-8.70419692993164,84.24459075927734,100.97479248046875,-12.465195655822754,70.19644927978516,96.7865219116211,0.5028110146522522,113.87603759765625,27.22177505493164,4.38424015045166,105.90656280517578,30.74384307861328,6.011168003082275,120.35903930664062,23.353519439697266,-92.4787368774414,158.56344604492188,75.52931213378906,-98.32756805419922,161.4064178466797,66.00089263916016,-101.80744171142578,156.00222778320312,70.61874389648438,8.534578323364258,195.44351196289062,-58.180538177490234,7.093236923217773,173.7578887939453,-76.27704620361328,8.935580253601074,172.34107971191406,-97.87154388427734,104.05567932128906,89.19538879394531,-42.481666564941406,108.68608856201172,112.49951934814453,-23.527854919433594,104.71763610839844,99.65591430664062,-31.811628341674805,8.353164672851562,112.15528106689453,-120.81460571289062,5.00779914855957,140.2920379638672,-122.92457580566406,5.186662197113037,125.2710952758789,-130.2986297607422,-33.4542236328125,81.67947387695312,-61.203125,-30.090913772583008,87.76387023925781,-51.27075958251953,-44.475318908691406,88.39031982421875,-49.99782943725586,-16.601783752441406,91.93984985351562,119.60543060302734,-16.08932113647461,100.00257873535156,111.74010467529297,-22.50656509399414,103.74320983886719,115.60429382324219,-7.188921928405762,144.41273498535156,102.41641998291016,-3.88429594039917,139.0791473388672,83.08007049560547,-5.5065717697143555,150.63519287109375,92.14756774902344,-88.0224380493164,138.8070831298828,-113.6034927368164,-86.16209411621094,124.1777572631836,-113.4048080444336,-94.731201171875,145.2259521484375,-104.43634796142578,-23.186931610107422,205.70693969726562,-109.77627563476562,-33.000606536865234,219.48985290527344,-86.71440124511719,-15.475127220153809,211.42005920410156,-98.45802307128906,-68.70767211914062,132.4835662841797,-59.51615524291992,-66.07865142822266,130.2561798095703,-74.03024291992188,-61.775691986083984,134.9234161376953,-72.72692108154297,-85.93901062011719,129.6431121826172,-83.2947006225586,-87.16859436035156,119.59292602539062,-72.64433288574219,-93.5919418334961,130.51177978515625,-82.41197204589844,-67.9560546875,75.18342590332031,-1.0580309629440308,-72.3430404663086,67.68987274169922,-5.712092876434326,-68.18559265136719,81.60102844238281,10.142348289489746,-77.34559631347656,223.2633514404297,-21.31709861755371,-87.5092544555664,209.30038452148438,-28.090087890625,-91.25017547607422,213.45379638671875,-21.23619270324707,8.254520416259766,110.69634246826172,-73.05060577392578,9.74941635131836,108.92279815673828,-103.4698257446289,9.28127670288086,123.01805114746094,-93.0179214477539,7.778458118438721,88.88175201416016,78.64942932128906,7.9782538414001465,81.78240966796875,63.83597946166992,10.071678161621094,78.84691619873047,73.23180389404297,-9.310894012451172,99.37361907958984,44.66703796386719,-13.412092208862305,93.38858795166016,49.883426666259766,-12.812439918518066,92.77530670166016,44.563907623291016,-37.63487243652344,194.41632080078125,-101.94630432128906,-40.01127624511719,191.04586791992188,-92.535888671875,-41.00775146484375,184.12940979003906,-96.19181060791016,-91.76954650878906,126.93495178222656,-34.67723083496094,-85.61637115478516,125.19913482666016,-41.061424255371094,-79.51021575927734,136.0320281982422,-32.59376907348633,71.48448181152344,129.89442443847656,-78.42339324951172,80.67835998535156,119.48030090332031,-68.28872680664062,65.44947052001953,129.9379425048828,-68.06372833251953,-78.64287567138672,82.37443542480469,106.14401245117188,-81.7943344116211,91.31171417236328,98.92914581298828,-65.33104705810547,97.25472259521484,114.61308288574219,21.09579849243164,224.83102416992188,12.637887954711914,22.654155731201172,210.79029846191406,6.128689765930176,16.658748626708984,225.0550994873047,16.650848388671875,-84.89392852783203,167.2865753173828,-71.54350280761719,-80.78459167480469,166.9178466796875,-80.30030059814453,-83.93220520019531,174.4275665283203,-83.07418060302734,-22.77934455871582,172.27035522460938,100.81684875488281,-16.438154220581055,175.05905151367188,102.36005401611328,-34.122802734375,169.7776336669922,113.19011688232422,-123.5374984741211,131.71383666992188,-1.7147949934005737,-116.90959167480469,113.70425415039062,-13.19836711883545,-121.13105010986328,123.7112045288086,-0.7836509943008423,-37.523250579833984,68.38037109375,18.710731506347656,-42.918365478515625,72.99603271484375,25.275888442993164,-37.38188171386719,75.72846221923828,15.242838859558105,-37.821964263916016,240.92018127441406,17.095088958740234,-34.070308685302734,245.71926879882812,3.700287103652954,-45.483787536621094,237.21368408203125,0.6815099716186523,-23.828725814819336,130.52064514160156,45.62154769897461,-20.9766845703125,128.41920471191406,36.13793182373047,-13.284411430358887,139.54989624023438,40.31793212890625,-6.6754021644592285,123.11499786376953,-106.85746765136719,-7.484233856201172,112.34815979003906,-111.083740234375,-5.619101047515869,135.6170196533203,-109.12052154541016,108.87322235107422,165.33697509765625,36.51504135131836,97.90331268310547,191.14500427246094,38.1595458984375,104.38175964355469,187.4554901123047,32.499412536621094,78.46929168701172,83.39881134033203,106.54058074951172,63.97102355957031,102.64601135253906,112.3709945678711,70.7834701538086,101.63947296142578,105.86920928955078,5.89129114151001,89.99127197265625,82.17520141601562,6.382741928100586,78.18414306640625,81.77235412597656,8.437960624694824,85.93203735351562,76.59771728515625,-87.5092544555664,209.30038452148438,-28.090087890625,-73.80087280273438,205.7476348876953,-28.160646438598633,-95.15128326416016,196.4221649169922,-28.594457626342773,25.511457443237305,114.89002227783203,107.95150756835938,33.673030853271484,113.0880355834961,108.84249877929688,42.92170715332031,114.2971420288086,97.8868637084961,-33.090232849121094,206.96864318847656,74.48241424560547,-28.703094482421875,209.65562438964844,67.40890502929688,-27.383867263793945,208.38990783691406,77.61880493164062,-81.59611511230469,128.51824951171875,-40.67454528808594,-79.98441314697266,112.3026123046875,-52.648597717285156,-82.29164123535156,116.67100524902344,-31.204448699951172,-56.32909393310547,79.32967376708984,0.5420730113983154,-54.59039306640625,69.75845336914062,-10.187885284423828,-63.080665588378906,77.44622802734375,-3.5355451107025146,40.34578323364258,151.19522094726562,-131.74024963378906,35.36204147338867,165.66053771972656,-130.74490356445312,33.78216552734375,156.55068969726562,-140.0167236328125,85.61637115478516,125.19913482666016,-41.061424255371094,91.38877868652344,121.80738830566406,-44.166133880615234,91.76954650878906,126.9349594116211,-34.67722702026367,35.97777557373047,221.69808959960938,-76.40748596191406,29.950702667236328,214.94114685058594,-87.77141571044922,29.851253509521484,210.0712890625,-95.84693908691406,11.645391464233398,193.9734344482422,-3.274082899093628,7.831222057342529,201.39376831054688,5.961692810058594,7.442502975463867,192.29527282714844,2.5538980960845947,78.61903381347656,87.98908233642578,97.36217498779297,67.92232513427734,86.93345642089844,103.18895721435547,86.54301452636719,76.19642639160156,83.4775161743164,-7.891593933105469,70.77715301513672,60.293418884277344,-8.015938758850098,59.83930587768555,66.4094467163086,-6.586881160736084,70.04849243164062,69.8642578125,20.23203468322754,75.1193618774414,125.44064331054688,35.46806716918945,76.2591552734375,127.6224365234375,24.69233512878418,83.02759552001953,128.78936767578125,-7.033711910247803,81.85499572753906,-137.65878295898438,-5.356575012207031,78.11962890625,-102.92699432373047,-11.112696647644043,71.1539306640625,-130.38763427734375,42.408973693847656,188.16964721679688,-98.5210952758789,47.41283416748047,175.46951293945312,-106.82439422607422,44.90717697143555,185.3119659423828,-109.63146209716797,98.95162963867188,74.74378967285156,-49.943336486816406,100.06722259521484,85.9239730834961,-44.80461120605469,95.29938507080078,77.4564208984375,-52.568634033203125,-112.70291900634766,159.3720245361328,-63.63182067871094,-111.84574890136719,163.88568115234375,-54.6546516418457,-107.28033447265625,171.7886962890625,-63.068397521972656,-111.9457015991211,107.07814025878906,48.58531188964844,-110.22264862060547,110.81365203857422,59.92971420288086,-107.49042510986328,103.91371154785156,61.58452606201172,99.18865966796875,133.9736785888672,-71.22870635986328,109.25088500976562,135.0412139892578,-65.09716033935547,97.85459899902344,128.40267944335938,-72.72510528564453,15.97724437713623,102.46482849121094,43.806556701660156,16.492694854736328,89.24105072021484,41.14670944213867,10.707463264465332,104.3367919921875,39.455787658691406,86.75799560546875,150.35455322265625,-73.56403350830078,75.00770568847656,158.9190216064453,-78.4339599609375,88.09558868408203,156.93272399902344,-82.07661437988281,11.374101638793945,241.24124145507812,-10.319952011108398,16.010019302368164,240.76564025878906,-30.339462280273438,10.690699577331543,234.90167236328125,-21.31524085998535,81.77352905273438,91.3123550415039,98.95472717285156,70.7834701538086,101.63947296142578,105.86920928955078,91.66356658935547,91.3006362915039,84.59071350097656,-74.11593627929688,169.54600524902344,63.66252517700195,-78.87078094482422,164.7113800048828,70.33068084716797,-74.40422058105469,175.48703002929688,72.11038970947266,-8.70098876953125,201.56936645507812,-106.61214447021484,-23.186931610107422,205.70693969726562,-109.77627563476562,-15.475127220153809,211.42005920410156,-98.45802307128906,45.96170425415039,68.93574523925781,30.65898895263672,50.96875762939453,64.10126495361328,31.54924201965332,56.104942321777344,64.65966033935547,29.422527313232422,-17.600698471069336,67.62425994873047,95.88719940185547,-15.621501922607422,67.4022216796875,91.73607635498047,-17.359411239624023,62.34787368774414,93.57377624511719,-18.616188049316406,85.70333862304688,84.10757446289062,-8.354005813598633,89.99225616455078,79.54016876220703,-15.734901428222656,90.95043182373047,70.42947387695312,116.22711181640625,94.32284545898438,-20.23102569580078,112.40496826171875,105.14228057861328,-18.961593627929688,112.27730560302734,96.2067642211914,-27.33443832397461,-51.92824172973633,86.01026916503906,100.0898666381836,-37.62626266479492,89.12728881835938,103.70830535888672,-48.91676330566406,89.00885772705078,104.64263916015625,58.75245666503906,80.69847869873047,-73.66189575195312,44.25223159790039,81.02592468261719,-75.68167114257812,50.173770904541016,85.49374389648438,-91.90199279785156,43.51415252685547,134.26495361328125,-151.27008056640625,24.469953536987305,133.707275390625,-158.97030639648438,35.63838195800781,122.80725860595703,-155.12074279785156,-60.623809814453125,199.71974182128906,79.17374420166016,-47.65099334716797,187.86378479003906,92.98016357421875,-59.12998580932617,189.46478271484375,88.91004180908203,46.50694274902344,74.64750671386719,109.07355499267578,48.43865966796875,70.45582580566406,102.19695281982422,28.54212188720703,77.34828186035156,108.70858001708984,61.91168212890625,63.52984619140625,113.29036712646484,70.63996124267578,53.34065628051758,99.11006164550781,59.14909744262695,48.57324981689453,102.56761932373047,-24.335018157958984,129.7071533203125,30.947189331054688,-34.693843841552734,117.10501098632812,21.1220703125,-34.06319808959961,114.26367950439453,25.82225799560547,-103.7219467163086,85.48719024658203,-57.2445068359375,-95.1350326538086,76.91316223144531,-66.38192749023438,-85.8730697631836,62.582557678222656,-53.84381866455078,55.69919967651367,73.70419311523438,84.32147216796875,62.87939453125,77.87832641601562,83.29310607910156,65.62458038330078,71.54913330078125,74.5950698852539,-35.82051086425781,82.09571838378906,-23.63741683959961,-38.2319221496582,73.4483642578125,-32.72105026245117,-39.32642364501953,82.43844604492188,-35.17887496948242,51.06626892089844,116.99812316894531,46.62155532836914,50.41969299316406,113.9788818359375,60.30200958251953,54.26707458496094,105.36229705810547,42.040367126464844,32.72819519042969,66.656982421875,23.486696243286133,42.55879592895508,62.89154815673828,40.03260803222656,40.416534423828125,70.2391586303711,27.623981475830078,63.88471603393555,62.78648376464844,-63.781124114990234,59.25379180908203,57.68307113647461,-56.58699417114258,67.39334106445312,54.45938491821289,-55.6345329284668,86.4970703125,193.71334838867188,-6.694368839263916,96.27115631103516,186.12139892578125,-11.593194007873535,87.89824676513672,209.62765502929688,5.668880939483643,37.07941436767578,89.01306915283203,22.47262954711914,18.25131607055664,99.05599975585938,33.97365951538086,29.17741584777832,91.6579818725586,30.940141677856445,-43.79781723022461,82.27490234375,93.54849243164062,-33.676055908203125,88.81847381591797,97.26808166503906,-30.05129051208496,83.99495697021484,96.41427612304688,82.69490051269531,199.10777282714844,60.022098541259766,84.0453872680664,210.12979125976562,51.22041320800781,76.40596008300781,207.06454467773438,63.76730728149414,70.99456787109375,59.797218322753906,80.55265808105469,48.657779693603516,54.359230041503906,53.910926818847656,71.16761779785156,59.890220642089844,59.19605255126953,35.40854263305664,156.90394592285156,122.21293640136719,19.063800811767578,163.93809509277344,117.74449920654297,33.884246826171875,169.10073852539062,112.42407989501953,-6.061941146850586,91.77745819091797,62.747798919677734,-7.685923099517822,106.6725082397461,65.6501235961914,-9.907855987548828,95.11032104492188,67.18955993652344,8.835244178771973,194.33216857910156,-121.67914581298828,8.70098876953125,201.56936645507812,-106.61214447021484,23.186931610107422,205.70693969726562,-109.77627563476562,-22.164169311523438,201.2408905029297,5.061738967895508,-22.67186164855957,193.49293518066406,-1.2401059865951538,-8.976302146911621,197.3277130126953,-15.172175407409668,-2.9233949184417725,90.376220703125,35.8963623046875,-1.6058969497680664,111.67024993896484,23.506567001342773,5.512533187866211,105.1703872680664,27.77092742919922,-9.291482925415039,144.7529296875,-94.25273895263672,-6.395966053009033,120.75218963623047,-97.01615142822266,-6.6754021644592285,123.11499786376953,-106.85746765136719,-108.76521301269531,162.1514892578125,-63.969764709472656,-103.0619125366211,161.38490295410156,-71.2608642578125,-100.08654022216797,174.89407348632812,-63.7052116394043,23.881242752075195,105.68922424316406,0.594111979007721,24.223533630371094,76.3546371459961,10.042698860168457,22.319499969482422,82.09711456298828,1.7617210149765015,-99.99254608154297,164.53350830078125,10.394512176513672,-105.04985046386719,155.41929626464844,2.2090699672698975,-106.92056274414062,170.08587646484375,16.679203033447266,-28.011817932128906,80.76681518554688,104.4115219116211,-47.57801818847656,71.75445556640625,104.95602416992188,-38.566307067871094,76.0250473022461,100.90701293945312,-45.99311065673828,47.94343566894531,98.9369888305664,-36.38632583618164,54.58036422729492,107.01571655273438,-29.45446014404297,55.49673843383789,101.63957977294922,-103.54695129394531,151.7576904296875,49.764747619628906,-85.7996826171875,157.94737243652344,50.691959381103516,-93.49198150634766,161.7835693359375,63.932064056396484,9.93769359588623,114.6390151977539,52.56321716308594,5.497262954711914,116.03070068359375,51.77598571777344,10.299503326416016,110.1437759399414,52.5775146484375,-13.505044937133789,186.78146362304688,-36.23402404785156,-12.237104415893555,178.1273651123047,-55.8189582824707,-8.42816162109375,187.49571228027344,-22.971189498901367,41.325260162353516,114.57554626464844,14.799253463745117,32.82946014404297,126.03235626220703,23.25589942932129,34.693843841552734,117.10501098632812,21.1220703125,-59.2722282409668,67.79633331298828,31.83919334411621,-55.70564651489258,61.87169647216797,30.428089141845703,-52.49592971801758,63.69453048706055,30.80255126953125,-116.90959167480469,113.70425415039062,-13.19836711883545,-113.51111602783203,106.9464111328125,-7.754847049713135,-113.86982727050781,113.08329010009766,-3.1701810359954834,85.87469482421875,165.32598876953125,-76.43888854980469,86.16329956054688,175.73226928710938,-85.7271957397461,87.34149932861328,171.62879943847656,-71.91526794433594,12.690607070922852,150.25485229492188,46.481449127197266,7.19664192199707,158.49082946777344,42.86137390136719,13.284394264221191,139.5499267578125,40.31792068481445,74.62545013427734,106.90644073486328,76.43622589111328,80.36363220214844,102.5180892944336,64.45384979248047,58.41320037841797,107.80066680908203,68.82689666748047,-69.16417694091797,207.26071166992188,71.953125,-84.04539489746094,210.12979125976562,51.22040939331055,-76.40599822998047,207.06459045410156,63.76720428466797,63.285926818847656,46.52560806274414,51.70355224609375,31.3713436126709,40.2414436340332,61.744163513183594,63.063289642333984,43.766357421875,61.29875183105469,87.5092544555664,209.30038452148438,-28.090087890625,77.34558868408203,223.2633514404297,-21.317096710205078,91.25017547607422,213.4538116455078,-21.236194610595703,-80.18565368652344,182.7413330078125,75.01919555664062,-79.97964477539062,190.74716186523438,75.17495727539062,-84.49883270263672,185.5008087158203,61.68145751953125,-74.74337768554688,157.18365478515625,-107.80818939208984,-69.17189025878906,149.328369140625,-121.90263366699219,-77.11061096191406,154.49679565429688,-114.60848236083984,-52.42438888549805,64.57728576660156,-56.59184265136719,-74.29834747314453,77.10640716552734,-66.17835998535156,-63.88471603393555,62.78648376464844,-63.781124114990234,76.81587982177734,215.5557098388672,26.02326774597168,87.89824676513672,209.62765502929688,5.668880939483643,89.81883239746094,211.20907592773438,10.554278373718262,-4.010155200958252,153.67799377441406,-16.265186309814453,-7.905665874481201,112.81517028808594,-17.164466857910156,-4.248672962188721,134.7217559814453,-44.75919723510742,-55.219303131103516,172.53392028808594,99.43106079101562,-54.533077239990234,180.058349609375,97.07461547851562,-47.65099334716797,187.86378479003906,92.98016357421875,56.11448287963867,222.81918334960938,30.908363342285156,34.812095642089844,228.86068725585938,40.60322570800781,43.048561096191406,221.2229461669922,37.445777893066406,82.69490051269531,199.10777282714844,60.022098541259766,76.40596008300781,207.06454467773438,63.76730728149414,79.9796142578125,190.7470245361328,75.17505645751953,-6.418006896972656,174.4665069580078,69.68590545654297,-4.180936813354492,184.4281005859375,69.71524047851562,-6.368405818939209,198.85873413085938,76.38493347167969,58.805137634277344,157.9877471923828,-132.69285583496094,66.9940185546875,169.7738037109375,-120.98571014404297,62.65412902832031,150.97117614746094,-131.08799743652344,-15.029134750366211,151.81033325195312,61.60829162597656,-23.816810607910156,138.9362030029297,54.0575065612793,-12.577263832092285,148.47811889648438,66.3758316040039,-79.70303344726562,173.5908966064453,85.24044799804688,-81.05012512207031,172.7648162841797,78.05879211425781,-85.04786682128906,161.28610229492188,88.08458709716797,50.03654098510742,236.41281127929688,30.103246688842773,43.37144088745117,237.3213348388672,34.204559326171875,56.11448287963867,222.81918334960938,30.908363342285156,53.11592483520508,151.55368041992188,113.34180450439453,48.9902458190918,148.49000549316406,119.71500396728516,70.83676147460938,150.20953369140625,105.02944946289062,-4.38447380065918,141.1875457763672,74.102783203125,-11.902545928955078,138.2097625732422,59.72636795043945,-7.720942974090576,148.19415283203125,76.26089477539062,-43.630638122558594,68.12285614013672,28.562156677246094,-48.94224548339844,63.07290267944336,28.24125099182129,-49.11787796020508,76.63493347167969,18.157808303833008,-7.857174873352051,87.48287200927734,63.50743865966797,-9.518106460571289,75.31011199951172,54.85761642456055,-12.838787078857422,83.43402099609375,59.14543151855469,-40.33219909667969,65.05425262451172,84.0548324584961,-46.803192138671875,71.88758087158203,104.43879699707031,-47.57440948486328,62.95458984375,83.90858459472656,-46.379364013671875,57.87848663330078,32.66938018798828,-48.462379455566406,50.56304168701172,37.2756462097168,-57.58679962158203,62.763004302978516,27.010202407836914,21.84930419921875,39.40001678466797,76.16381072998047,31.106416702270508,45.24708557128906,83.66643524169922,16.541858673095703,48.000244140625,82.03995513916016,8.60074234008789,106.15299987792969,42.50307083129883,7.564336776733398,108.1739730834961,35.40652084350586,7.530823230743408,110.45130157470703,48.500431060791016,-86.16209411621094,124.1777572631836,-113.4048080444336,-88.0224380493164,138.8070831298828,-113.6034927368164,-82.33381652832031,118.97077941894531,-127.78080749511719,-72.8224868774414,166.13282775878906,65.99421691894531,-70.28723907470703,177.78131103515625,74.01754760742188,-77.69810485839844,172.00619506835938,78.50234985351562,-71.87995910644531,197.8328399658203,73.292236328125,-69.2813720703125,214.02886962890625,58.598793029785156,-57.56446075439453,210.56069946289062,71.58715057373047,-43.37144088745117,237.3213348388672,34.20456314086914,-42.1666259765625,241.24656677246094,29.31167984008789,-50.03654098510742,236.41281127929688,30.103246688842773,-78.72730255126953,138.286865234375,-41.309078216552734,-74.73419952392578,145.89671325683594,-19.81669044494629,-75.39550018310547,133.9095458984375,-44.1727294921875,50.41969299316406,113.9788818359375,60.30200958251953,56.26543045043945,107.70702362060547,56.18637466430664,54.26707458496094,105.36229705810547,42.040367126464844,-109.3419418334961,183.3215789794922,10.272575378417969,-114.07411193847656,163.40321350097656,-1.0959479808807373,-108.25436401367188,165.10581970214844,4.815067768096924,-23.76561737060547,84.62134552001953,106.98075103759766,-23.53960418701172,86.74449157714844,94.01470184326172,-18.965625762939453,86.69744110107422,87.0703125,33.78216552734375,156.55068969726562,-140.0167236328125,35.36204147338867,165.66053771972656,-130.74490356445312,30.007118225097656,171.24417114257812,-136.15478515625,-75.22614288330078,66.94840240478516,56.69245147705078,-52.922813415527344,67.76289367675781,40.08430480957031,-66.46864318847656,70.18083953857422,52.02075958251953,91.23687744140625,77.1278305053711,92.83943176269531,92.3133316040039,73.46051788330078,90.430419921875,99.18043518066406,88.09659576416016,77.5316390991211,-83.43556213378906,113.18328094482422,70.08753204345703,-85.52714538574219,106.36799621582031,62.017452239990234,-77.2082748413086,107.49249267578125,73.54814147949219,6.8125200271606445,206.0528564453125,44.71659469604492,5.436232089996338,222.509033203125,34.824764251708984,4.332347869873047,200.2541046142578,38.49823760986328,-9.299848556518555,121.55220031738281,-126.25019836425781,-12.130401611328125,143.52732849121094,-118.28266906738281,-7.858252048492432,140.1055145263672,-123.97098541259766,22.19680404663086,125.18365478515625,10.32689094543457,11.523592948913574,133.64535522460938,3.985213041305542,13.209409713745117,124.72451782226562,0.2499690055847168,11.368114471435547,141.69093322753906,68.4043197631836,6.196280002593994,141.09140014648438,76.06002044677734,12.578383445739746,133.07933044433594,61.676456451416016,-44.60575485229492,81.68706512451172,-126.58686828613281,-37.661041259765625,77.5915756225586,-109.86477661132812,-27.461992263793945,71.89840698242188,-119.59921264648438,-78.60468292236328,118.8910140991211,-135.62416076660156,-82.33381652832031,118.97077941894531,-127.78080749511719,-80.36408233642578,131.242919921875,-126.61663055419922,-9.197949409484863,101.31883239746094,43.85604476928711,-13.846763610839844,99.87309265136719,46.8145637512207,-17.259675979614258,93.8796157836914,43.83869171142578,-55.3060417175293,113.11796569824219,-143.3770751953125,-36.83197784423828,101.69551086425781,-152.15908813476562,-50.37035369873047,122.6782455444336,-138.66818237304688,-12.812439918518066,92.77530670166016,44.563907623291016,-6.026186943054199,101.0296630859375,36.90579605102539,-9.310894012451172,99.37361907958984,44.66703796386719,11.655153274536133,182.5934600830078,82.4087142944336,23.0512752532959,162.23265075683594,68.46832275390625,14.40853500366211,170.84780883789062,82.43402099609375,31.296737670898438,101.08879852294922,-39.80484390258789,20.3106689453125,91.52986907958984,-54.98965072631836,20.925857543945312,103.16838073730469,-40.743141174316406,-112.40496826171875,105.14228057861328,-18.961593627929688,-111.04113006591797,106.6667251586914,-10.64603328704834,-117.30237579345703,97.70790100097656,-5.445785999298096,-10.327995300292969,121.51768493652344,53.06182098388672,-5.677394866943359,121.1111831665039,51.468040466308594,-10.364771842956543,119.07925415039062,46.65299606323242,-5.359556198120117,203.86636352539062,5.285244941711426,-2.9464659690856934,179.59449768066406,10.693598747253418,-5.253617763519287,194.4704132080078,-0.5281839966773987,-12.891809463500977,54.507205963134766,53.20741653442383,-13.154969215393066,43.64548110961914,53.88797378540039,2.565524101257324,43.4007568359375,54.29513931274414,-78.49748992919922,128.2584228515625,-16.29302978515625,-82.79693603515625,106.33174133300781,-38.29339599609375,-79.17877197265625,120.22924041748047,-26.08198356628418,-15.510945320129395,106.49683380126953,-39.91823196411133,-20.925857543945312,103.16838073730469,-40.743141174316406,-15.141597747802734,103.49291229248047,-32.58839416503906,16.17867088317871,92.91070556640625,61.29961395263672,10.63564682006836,98.77631378173828,60.045047760009766,15.92837905883789,98.31201934814453,62.53785705566406,-81.30089569091797,208.8670654296875,50.021507263183594,-82.85517120361328,208.66160583496094,41.64009094238281,-68.73052978515625,217.4584503173828,51.759700775146484,-34.338958740234375,225.7465362548828,-51.44245910644531,-43.84737014770508,232.38047790527344,-42.524295806884766,-26.31015396118164,231.70736694335938,-50.850547790527344,19.144603729248047,105.09681701660156,-160.14720153808594,23.829265594482422,120.4374008178711,-162.53976440429688,29.245241165161133,96.58519744873047,-157.25657653808594,-84.34210968017578,52.062660217285156,59.00788116455078,-92.84255981445312,61.97580337524414,63.96455764770508,-84.9449462890625,53.81290817260742,75.72459411621094,-75.45002746582031,144.87599182128906,-120.26404571533203,-64.36207580566406,140.41436767578125,-121.57257080078125,-67.72858428955078,148.0572509765625,-117.89497375488281,37.69767379760742,215.4377899169922,-49.73406219482422,45.906272888183594,218.90280151367188,-56.82638168334961,51.43522262573242,214.01480102539062,-50.03105926513672,21.973155975341797,245.6337127685547,2.2071049213409424,18.007572174072266,242.6100616455078,-3.241260051727295,14.233485221862793,237.29432678222656,5.1258392333984375,-24.391822814941406,91.22093963623047,49.60320281982422,-25.32717514038086,90.79639434814453,49.129173278808594,-31.354394912719727,85.19075775146484,36.32929229736328,-48.46811294555664,90.10746002197266,-23.014568328857422,-44.055519104003906,95.23043823242188,-6.183705806732178,-61.08427429199219,93.86770629882812,-15.399415969848633,1.1860840320587158,108.78060913085938,85.96476745605469,12.0520601272583,108.5525894165039,98.05894470214844,5.638472080230713,115.4516830444336,80.4397201538086,-62.848487854003906,131.1854705810547,-133.82138061523438,-66.34016418457031,134.24221801757812,-130.36366271972656,-75.44715118408203,121.86551666259766,-133.5059051513672,13.412104606628418,93.38855743408203,49.88346862792969,9.310894966125488,99.37361907958984,44.66703796386719,12.812439918518066,92.77530670166016,44.563907623291016,-85.17667388916016,73.7021713256836,68.66030883789062,-82.99710083007812,72.98148345947266,64.75359344482422,-83.64634704589844,68.39762115478516,65.4888916015625,-12.690629005432129,150.25482177734375,46.48145294189453,-22.345510482788086,147.2762908935547,51.16581726074219,-23.828725814819336,130.52064514160156,45.62154769897461,-25.67067527770996,149.50230407714844,116.35430908203125,-22.940528869628906,143.43359375,119.66449737548828,-31.101144790649414,146.65631103515625,119.30506134033203,-8.514948844909668,65.4891128540039,46.52675247192383,-15.84328842163086,84.34976196289062,38.39578628540039,-2.9233949184417725,90.376220703125,35.8963623046875,-20.9766845703125,128.41920471191406,36.13793182373047,-28.93515968322754,118.93795013427734,41.838321685791016,-31.567398071289062,112.2890396118164,25.351627349853516,110.19058227539062,111.91419982910156,-18.910438537597656,114.17552947998047,115.24639129638672,-12.222467422485352,115.98265075683594,127.60358428955078,-15.162666320800781,39.59006881713867,187.04200744628906,69.85707092285156,40.26936340332031,182.2982177734375,84.74537658691406,39.813392639160156,195.4762725830078,71.46228790283203,110.96388244628906,191.23013305664062,8.828756332397461,106.30438232421875,201.32394409179688,13.999326705932617,108.48190307617188,192.58128356933594,20.802165985107422,-36.99302291870117,115.63822174072266,41.404563903808594,-30.72865104675293,121.59315490722656,42.67510223388672,-39.40358352661133,107.50470733642578,24.830991744995117,88.81321716308594,196.1399688720703,-58.75895309448242,79.92131805419922,201.33241271972656,-69.38180541992188,88.32612609863281,186.73348999023438,-69.33365631103516,33.47113800048828,209.7670440673828,61.181678771972656,43.089881896972656,215.91836547851562,67.56002044677734,38.91932678222656,218.83294677734375,59.1623649597168,-41.94747543334961,78.06858825683594,-135.4095001220703,-57.77273178100586,83.9643783569336,-128.34532165527344,-60.75278091430664,86.8869857788086,-137.7806396484375,-99.57975769042969,169.6241912841797,50.534175872802734,-93.29003143310547,179.25772094726562,58.80222702026367,-95.58663177490234,181.2411651611328,53.6814079284668,-5.41002893447876,132.27731323242188,50.99484634399414,-3.3061470985412598,132.77560424804688,44.2712287902832,-10.225196838378906,133.20028686523438,49.65095520019531,50.173770904541016,85.49374389648438,-91.90199279785156,44.25223159790039,81.02592468261719,-75.68167114257812,38.55781936645508,79.07069396972656,-84.74488830566406,90.20494842529297,150.4419403076172,-10.577025413513184,98.63155364990234,137.8452911376953,-27.89718246459961,82.38338470458984,148.09420776367188,-15.990107536315918,-21.91389274597168,58.759124755859375,24.402217864990234,-17.470211029052734,45.73545455932617,49.01040267944336,-25.554874420166016,67.21139526367188,26.224674224853516,107.83915710449219,126.3570327758789,-20.553983688354492,104.54413604736328,135.39593505859375,-19.331619262695312,107.2130355834961,119.37891387939453,-36.32853698730469,-6.0063629150390625,207.79725646972656,-77.16447448730469,-2.656424045562744,195.78953552246094,-85.0848388671875,-5.794250011444092,206.38897705078125,-92.44497680664062,-48.65774154663086,54.359222412109375,53.91118240356445,-52.64817428588867,58.370750427246094,45.196990966796875,-44.274635314941406,60.87956619262695,37.40515899658203,9.070321083068848,180.5233154296875,-52.731224060058594,6.704352855682373,192.55970764160156,-41.19044494628906,5.595229148864746,188.90274047851562,-55.39155960083008,-66.9940185546875,169.7738037109375,-120.98571014404297,-58.805137634277344,157.9877471923828,-132.69285583496094,-62.65412902832031,150.97117614746094,-131.08799743652344,-20.703306198120117,66.1620864868164,51.55546569824219,-16.36817169189453,76.33403778076172,55.17445373535156,-9.518106460571289,75.31011199951172,54.85761642456055,-3.87335205078125,91.46273803710938,69.49583435058594,-3.748868942260742,106.34699249267578,62.633140563964844,-0.8395789861679077,108.7529296875,74.76873779296875,-19.472238540649414,81.93604278564453,123.46778869628906,-13.718839645385742,79.9095458984375,117.29374694824219,-16.601783752441406,91.93984985351562,119.60543060302734,7.856947898864746,126.62007141113281,-70.18096923828125,11.315666198730469,109.62919616699219,-48.623470306396484,10.31476879119873,105.75862884521484,-60.37479019165039,32.72819519042969,66.656982421875,23.486696243286133,35.606929779052734,62.0504035949707,43.83412170410156,42.55879592895508,62.89154815673828,40.03260803222656,35.97777557373047,221.69808959960938,-76.40748596191406,44.90770721435547,217.32431030273438,-66.78748321533203,45.906272888183594,218.90280151367188,-56.82638168334961,-84.24087524414062,141.98080444335938,-10.036044120788574,-99.92142486572266,121.3036117553711,-35.883575439453125,-83.07039642333984,134.14744567871094,-15.937280654907227,54.07809066772461,107.4327392578125,116.4730224609375,29.062711715698242,105.10961151123047,123.48017883300781,47.14496994018555,103.15055084228516,125.58008575439453,-50.96430969238281,81.34053039550781,-62.99815368652344,-62.4271125793457,85.31453704833984,-66.01685333251953,-58.75246810913086,80.69847869873047,-73.66190338134766,-7.856947898864746,126.62007141113281,-70.18096923828125,-7.3188629150390625,134.6557159423828,-40.30146789550781,-5.433413982391357,179.8986053466797,-28.9405460357666,34.50015640258789,81.51509857177734,99.72492218017578,37.48690414428711,85.65850830078125,99.56704711914062,24.792808532714844,84.32201385498047,98.9775619506836,-19.772235870361328,149.6077423095703,47.892982482910156,-14.975021362304688,152.37486267089844,46.1949348449707,-9.791749954223633,154.55455017089844,38.2028694152832,-30.476749420166016,63.581748962402344,54.15178680419922,-35.7824592590332,62.96763610839844,45.245487213134766,-35.177677154541016,60.95053482055664,53.021827697753906,27.454008102416992,105.56700897216797,112.3596420288086,14.896112442016602,102.08417510986328,116.14363098144531,23.921113967895508,107.68534851074219,96.26670837402344,34.50015640258789,81.51509857177734,99.72492218017578,45.69846725463867,75.7103271484375,99.93010711669922,47.4805793762207,76.54074096679688,94.11039733886719,3.149630069732666,82.57006072998047,112.663818359375,4.2050628662109375,93.59150695800781,118.56021118164062,3.3700530529022217,99.47760772705078,110.41049194335938,25.004606246948242,67.44442749023438,69.64686584472656,28.780250549316406,62.17969512939453,58.875755310058594,24.07889175415039,74.26200103759766,62.95587158203125,115.54367065429688,121.70584869384766,3.8991498947143555,111.76229095458984,124.51238250732422,11.32789421081543,118.14871978759766,133.76156616210938,13.474762916564941,97.57308959960938,150.44284057617188,-88.99452209472656,88.09558868408203,156.93272399902344,-82.07661437988281,89.28524780273438,156.61341857910156,-94.2222900390625,-81.67581176757812,161.787353515625,-97.3597412109375,-77.11061096191406,154.49679565429688,-114.60848236083984,-90.5469741821289,157.79762268066406,-98.58483123779297,-51.48354721069336,101.33688354492188,36.07538986206055,-60.03854751586914,86.4446792602539,23.96834945678711,-54.0855712890625,91.805419921875,21.80030632019043,-28.27916145324707,226.7459259033203,-50.48664474487305,-21.96610450744629,230.48599243164062,-47.99159240722656,-27.393428802490234,234.7589569091797,-41.28703689575195,6.026187896728516,101.0296630859375,36.90579605102539,5.081424236297607,106.62617492675781,42.9200439453125,4.712179183959961,105.94206237792969,34.2668342590332,10.707463264465332,104.3367919921875,39.455787658691406,16.492694854736328,89.24105072021484,41.14670944213867,10.764264106750488,89.14928436279297,45.05292510986328,-21.669992446899414,163.6932373046875,76.38057708740234,-18.418508529663086,169.91293334960938,87.1091537475586,-15.88046932220459,179.97434997558594,81.92420196533203,-50.508148193359375,80.37506866455078,66.35993957519531,-40.50663375854492,82.82910919189453,77.43209075927734,-25.717058181762695,93.49553680419922,58.59034729003906,-8.70098876953125,201.56936645507812,-106.61214447021484,-15.475127220153809,211.42005920410156,-98.45802307128906,-5.794250011444092,206.38897705078125,-92.44497680664062,110.77808380126953,175.3822021484375,-20.575485229492188,117.9402847290039,162.49046325683594,-22.403249740600586,109.9859848022461,179.2395477294922,-27.194698333740234,26.684539794921875,61.53421401977539,55.37407684326172,30.476757049560547,63.581748962402344,54.151790618896484,28.398967742919922,66.17455291748047,54.653324127197266,111.48310089111328,147.24960327148438,33.80244064331055,93.6555404663086,153.99806213378906,39.9434700012207,100.535888671875,156.31590270996094,49.32023239135742,-56.013771057128906,72.4996337890625,88.43408966064453,-36.0692024230957,80.9102783203125,99.47901916503906,-23.76561737060547,84.62134552001953,106.98075103759766,69.09510040283203,63.1906623840332,90.72853088378906,51.522335052490234,69.54789733886719,107.59893035888672,64.07559967041016,60.52340316772461,87.36795806884766,-90.3812484741211,73.6368408203125,78.13758850097656,-90.55218505859375,76.87577819824219,71.66030883789062,-88.45805358886719,68.082763671875,65.71421813964844,-13.82223129272461,157.52059936523438,59.45785140991211,-13.912403106689453,176.86524963378906,71.05465698242188,-9.318131446838379,167.4224395751953,63.224365234375,-33.02940368652344,110.4614486694336,96.2174301147461,-31.776193618774414,114.06954956054688,75.32300567626953,-45.84565353393555,110.4729232788086,85.36157989501953,-109.9859848022461,179.2395477294922,-27.194700241088867,-115.00227355957031,169.44964599609375,-36.004573822021484,-117.9402847290039,162.49046325683594,-22.403247833251953,-9.046873092651367,137.6138153076172,-12.449593544006348,-14.020550727844238,134.8879852294922,2.7262279987335205,-8.230879783630371,151.00924682617188,5.030249118804932,-10.855765342712402,124.5230712890625,-11.84855842590332,-10.952516555786133,113.62967681884766,-17.69682502746582,-12.705788612365723,112.39704895019531,-7.784809112548828,83.38243865966797,209.8225555419922,34.052085876464844,77.82965850830078,215.25161743164062,34.71528244018555,85.39473724365234,210.27734375,41.36886978149414,-18.081268310546875,107.24755096435547,46.965919494628906,-13.27345085144043,103.6039810180664,49.979713439941406,-8.010613441467285,119.82193756103516,50.62467956542969,-21.600740432739258,75.33595275878906,23.74966812133789,-20.42494010925293,63.868953704833984,28.59036636352539,-26.425539016723633,75.19278717041016,14.968587875366211,-46.1143798828125,50.80244827270508,38.19890213012695,-48.462379455566406,50.56304168701172,37.2756462097168,-48.1281623840332,54.119873046875,40.497413635253906,111.9457015991211,107.07814025878906,48.58531188964844,106.8354263305664,98.29324340820312,54.271270751953125,107.49042510986328,103.91371154785156,61.58452606201172,-42.1666259765625,241.24656677246094,29.31167984008789,-43.37144088745117,237.3213348388672,34.20456314086914,-27.676963806152344,240.57008361816406,35.10197830200195,6.937503814697266,218.30923461914062,-61.52473449707031,8.194836616516113,224.3836669921875,-40.36345291137695,6.940091133117676,215.68667602539062,-24.868745803833008,91.39544677734375,174.9780731201172,-36.52412033081055,94.62450408935547,194.55453491210938,-25.954326629638672,83.29821014404297,186.85018920898438,-27.8369140625,-11.742420196533203,229.8568572998047,39.8819465637207,-21.524433135986328,240.31663513183594,31.003829956054688,-27.676963806152344,240.57008361816406,35.10197830200195,24.786502838134766,59.33803176879883,68.4465103149414,26.610450744628906,66.38613891601562,72.6389389038086,25.289989471435547,68.97225189208984,61.951690673828125,-89.61543273925781,76.58514404296875,77.0522232055664,-83.12428283691406,81.51299285888672,81.97378540039062,-73.78104400634766,88.43614196777344,97.32794189453125,-57.58679962158203,62.763004302978516,27.010202407836914,-52.49592971801758,63.69453048706055,30.80255126953125,-50.839324951171875,61.294857025146484,31.028596878051758,1.1338729858398438,90.56766510009766,94.12413787841797,3.6138229370117188,84.81529235839844,81.02725982666016,4.178171157836914,72.51602935791016,82.3755111694336,-100.90045166015625,153.86279296875,-76.06465911865234,-104.59584045410156,162.38111877441406,-73.92015838623047,-85.87469482421875,165.32598876953125,-76.43888854980469,-72.04771423339844,168.7237548828125,59.41313552856445,-70.28723907470703,177.78131103515625,74.01754760742188,-72.8224868774414,166.13282775878906,65.99421691894531,-22.59303092956543,136.17648315429688,-161.1651611328125,-30.72266960144043,134.19859313964844,-160.24891662597656,-27.002704620361328,157.41624450683594,-149.22483825683594,69.72654724121094,218.74415588378906,-40.347293853759766,71.28363800048828,220.36073303222656,-33.11770248413086,82.29767608642578,207.51161193847656,-38.728694915771484,-4.831471920013428,110.3282241821289,48.87486267089844,-7.447083950042725,111.33930969238281,51.27189254760742,-4.184370994567871,112.2679672241211,48.139183044433594,-70.94197082519531,96.14134216308594,-45.69535827636719,-74.08258056640625,102.93228912353516,-43.27666473388672,-78.6189193725586,109.02307891845703,-37.04417419433594,28.710865020751953,97.09481048583984,55.1190071105957,46.34300231933594,86.77688598632812,46.64271926879883,35.92534255981445,92.09982299804688,43.596275329589844,16.731369018554688,238.87356567382812,0.5111550092697144,25.758146286010742,232.63441467285156,12.244012832641602,15.685897827148438,231.3623809814453,4.1100969314575195,107.1148681640625,193.6898956298828,3.7421059608459473,111.80233001708984,181.7301025390625,-2.119976043701172,107.9534912109375,185.72802734375,7.92405891418457,43.048561096191406,221.2229461669922,37.445777893066406,52.96784591674805,214.69351196289062,49.070350646972656,52.2967643737793,205.4343719482422,36.6224479675293,-5.081424236297607,106.62616729736328,42.920047760009766,-6.026186943054199,101.0296630859375,36.90579605102539,-4.712594032287598,105.94202423095703,34.26646423339844,-96.90731048583984,65.20284271240234,52.261287689208984,-102.78595733642578,75.85038757324219,66.82579803466797,-100.13143920898438,77.68961334228516,53.39665985107422,35.6177978515625,73.83446502685547,17.45853042602539,28.13985824584961,73.19709014892578,18.338951110839844,32.72819519042969,66.656982421875,23.486696243286133,-21.59467315673828,181.11923217773438,102.32913208007812,-27.18794059753418,175.55686950683594,107.51034545898438,-18.410892486572266,174.0994415283203,99.70849609375,-68.18559265136719,81.60102844238281,10.142348289489746,-72.46562957763672,90.03347778320312,33.15286636352539,-60.620479583740234,89.75870513916016,23.47469139099121,12.438737869262695,97.9658203125,123.68509674072266,29.062711715698242,105.10961151123047,123.48017883300781,13.656194686889648,103.86135864257812,118.36071014404297,-106.53524017333984,96.54864501953125,38.61777877807617,-107.6363754272461,99.69190216064453,28.440675735473633,-111.9457015991211,107.07814025878906,48.58531188964844,-99.89080047607422,146.23460388183594,-79.08940887451172,-93.78952026367188,148.1875,-72.71971130371094,-91.708251953125,158.64859008789062,-81.43315124511719,-25.03369903564453,148.85818481445312,54.78984832763672,-11.662134170532227,170.09805297851562,84.72610473632812,-21.669992446899414,163.6932373046875,76.38057708740234,89.45807647705078,203.8422088623047,-46.47993469238281,74.01532745361328,208.76718139648438,-56.39011764526367,67.5833740234375,207.8456573486328,-47.340049743652344,81.44720458984375,174.42523193359375,58.445411682128906,72.04771423339844,168.7237548828125,59.41313934326172,81.53216552734375,181.40328979492188,59.76439666748047,19.008995056152344,59.92741012573242,87.0731201171875,24.50897216796875,56.76188278198242,83.10397338867188,27.275949478149414,51.89204406738281,85.42424011230469,-28.779935836791992,62.17986297607422,58.876155853271484,-32.88719177246094,57.901268005371094,62.263790130615234,-23.922405242919922,58.932525634765625,68.03378295898438,18.25131607055664,99.05599975585938,33.97365951538086,14.955907821655273,94.83319091796875,45.18904113769531,17.687238693237305,96.54534912109375,41.70045852661133,40.01127624511719,191.04586791992188,-92.535888671875,35.32354736328125,203.21109008789062,-97.20269012451172,37.63487243652344,194.41632080078125,-101.94630432128906,-83.14633178710938,69.74075317382812,91.209228515625,-82.1053466796875,74.52828216552734,88.66500091552734,-85.39781188964844,71.58381652832031,87.91521453857422,51.928836822509766,92.29512023925781,-31.7854061126709,54.08528137207031,93.74205017089844,-23.162504196166992,48.46811294555664,90.10746002197266,-23.014568328857422,30.491100311279297,187.31129455566406,91.45903778076172,26.65091896057129,199.92108154296875,83.1156997680664,35.266361236572266,200.50088500976562,80.72502136230469,93.25662231445312,77.66374969482422,43.375457763671875,92.91177368164062,78.96208953857422,51.64097213745117,91.7996826171875,74.8964614868164,42.25680923461914,-42.408973693847656,188.16964721679688,-98.5210952758789,-47.465755462646484,192.9918212890625,-100.4727783203125,-40.57193374633789,192.5705108642578,-91.7559585571289,8.732196807861328,192.46624755859375,-50.604515075683594,8.534578323364258,195.44351196289062,-58.180538177490234,6.593769073486328,207.94781494140625,-21.513412475585938,-8.254520416259766,110.69634246826172,-73.05060577392578,-9.28127670288086,123.01805114746094,-93.0179214477539,-10.330761909484863,110.68244934082031,-110.07315826416016,35.3233642578125,201.08221435546875,60.935394287109375,37.525978088378906,209.35348510742188,61.350772857666016,40.57276153564453,190.56663513183594,65.18732452392578,-90.97872161865234,118.26945495605469,-63.969120025634766,-104.73397827148438,128.91259765625,-55.69329833984375,-98.47779846191406,126.30315399169922,-43.11570739746094,-90.2760238647461,78.58771514892578,50.054141998291016,-95.15277099609375,81.87715148925781,47.91017532348633,-94.5400161743164,77.48673248291016,44.9108772277832,12.578383445739746,133.07933044433594,61.676456451416016,6.196280002593994,141.09140014648438,76.06002044677734,7.0486369132995605,129.2110595703125,81.10828399658203,-7.574347019195557,154.53182983398438,-115.36608123779297,-6.402760028839111,165.7761688232422,-125.6214599609375,-12.130401611328125,143.52732849121094,-118.28266906738281,-83.93220520019531,174.4275665283203,-83.07418060302734,-77.01473236083984,180.37371826171875,-97.54688262939453,-77.6876449584961,185.43411254882812,-90.01042938232422,40.82887268066406,141.11904907226562,-147.25315856933594,48.97777557373047,141.94589233398438,-142.79800415039062,40.34578323364258,151.19522094726562,-131.74024963378906,40.24694061279297,232.86695861816406,-28.95233154296875,25.57815170288086,238.86053466796875,-19.027376174926758,31.595123291015625,237.97015380859375,-33.02927780151367,32.254886627197266,116.62164306640625,87.1662368774414,50.10224151611328,113.57292175292969,75.15042114257812,42.01594161987305,117.61007690429688,75.7219467163086,-69.0573959350586,223.5228271484375,-1.1312650442123413,-61.921844482421875,232.9663848876953,-5.732934951782227,-55.25831985473633,226.1945343017578,7.293327808380127,-37.69767379760742,215.4377899169922,-49.73406219482422,-33.10709762573242,223.53997802734375,-64.97742462158203,-23.399023056030273,227.89578247070312,-65.25413513183594,13.310965538024902,90.4868392944336,-55.269832611083984,23.015764236450195,99.3989028930664,-39.745460510253906,13.256335258483887,102.15608215332031,-45.22019577026367,-50.938995361328125,68.16826629638672,-9.415325164794922,-52.563629150390625,54.47087097167969,-14.322311401367188,-44.518760681152344,66.14697265625,-18.25432777404785,36.28999710083008,108.69315338134766,31.12123680114746,45.492916107177734,105.55150604248047,29.586490631103516,43.21674728393555,111.20904541015625,40.460567474365234,117.9402847290039,162.49046325683594,-22.403249740600586,116.87327575683594,167.83998107910156,-7.2349419593811035,118.80330657958984,153.8633270263672,-23.23793601989746,-98.99040985107422,122.96404266357422,-97.53905487060547,-90.4774169921875,117.24819946289062,-109.7081298828125,-85.60317993164062,128.4259796142578,-109.10617065429688,14.020550727844238,134.8879852294922,2.7262279987335205,19.266132354736328,135.486572265625,16.975414276123047,23.18568229675293,129.4649200439453,11.387181282043457,34.812095642089844,228.86068725585938,40.60322570800781,44.901397705078125,223.61976623535156,52.09313201904297,43.048561096191406,221.2229461669922,37.445777893066406,92.5649185180664,58.64421463012695,-10.84216594696045,89.66950988769531,63.60841751098633,-1.807515025138855,88.2329330444336,52.727115631103516,-19.043180465698242,60.766319274902344,214.63064575195312,-18.350000381469727,73.24322509765625,201.7643585205078,-25.98142433166504,74.72826385498047,220.4300537109375,-20.974103927612305,43.630638122558594,68.12285614013672,28.562149047851562,40.151641845703125,62.84609603881836,35.394161224365234,44.06111526489258,67.85468292236328,33.83272933959961,-68.19602966308594,70.34598541259766,52.9902458190918,-87.0270767211914,71.4593276977539,67.15596008300781,-74.38147735595703,77.70703887939453,74.38894653320312,99.23507690429688,107.26516723632812,-106.19037628173828,100.56529235839844,124.53219604492188,-100.30878448486328,101.14253997802734,102.73089599609375,-97.0608139038086,63.01148223876953,47.343910217285156,104.53706359863281,48.45053482055664,62.458988189697266,120.63337707519531,43.845977783203125,54.13680648803711,113.53515625,9.85340404510498,54.21780776977539,43.715396881103516,1.7916699647903442,41.61463928222656,42.783660888671875,0.7945129871368408,42.600120544433594,51.604644775390625,-22.209829330444336,80.93839263916016,27.268766403198242,-20.438182830810547,69.75225067138672,38.747562408447266,-22.225032806396484,67.37020111083984,26.751502990722656,21.168411254882812,171.91326904296875,-140.70729064941406,25.224149703979492,195.82159423828125,-116.63540649414062,11.553667068481445,182.0029296875,-133.38706970214844,-44.272186279296875,200.6680145263672,-79.94055938720703,-40.01127624511719,191.04586791992188,-92.535888671875,-41.19980239868164,213.5355682373047,-83.58698272705078,36.18654251098633,110.17786407470703,71.47801208496094,23.921113967895508,107.68534851074219,96.26670837402344,22.98965072631836,115.21218872070312,67.038818359375,85.04776000976562,161.28720092773438,88.0841064453125,78.23836517333984,156.15509033203125,96.98213958740234,81.07378387451172,144.34947204589844,101.19775390625,-29.548250198364258,89.25272369384766,36.914127349853516,-25.83421516418457,83.80685424804688,34.31666946411133,-20.13892364501953,84.8897933959961,43.248661041259766,68.31548309326172,199.1795654296875,1.9458860158920288,63.52430725097656,202.68312072753906,12.752969741821289,59.65690231323242,204.15408325195312,13.724020957946777,11.678400993347168,111.85881042480469,-39.43829345703125,11.315666198730469,109.62919616699219,-48.623470306396484,10.952516555786133,113.62967681884766,-17.69682502746582,51.338340759277344,180.60360717773438,-106.75235748291016,59.80616760253906,186.0519561767578,-105.82463836669922,50.84946823120117,174.29898071289062,-117.34196472167969,-64.03528594970703,60.51816177368164,87.35811614990234,-49.028221130371094,63.200836181640625,92.267822265625,-52.45628356933594,69.26580810546875,107.15347290039062,55.08863830566406,198.93780517578125,34.226234436035156,51.566429138183594,202.1487274169922,34.2294921875,58.10296630859375,201.83758544921875,23.731767654418945,52.959041595458984,44.02701950073242,100.40692138671875,35.50730514526367,51.37777328491211,107.37960815429688,36.17772674560547,45.371131896972656,90.60638427734375,-4.915675163269043,125.4727554321289,5.550547122955322,8.968637466430664,123.56295776367188,3.3631489276885986,-1.096397042274475,121.61421203613281,4.511115074157715,-65.28032684326172,65.86991119384766,28.3308048248291,-87.55970764160156,59.483341217041016,43.64421844482422,-87.44319915771484,69.49164581298828,39.613224029541016,-59.91688919067383,228.27870178222656,23.10633087158203,-56.11448669433594,222.8191680908203,30.908363342285156,-50.03654098510742,236.41281127929688,30.103246688842773,-31.010753631591797,70.30155944824219,-113.17948150634766,-27.611461639404297,69.66803741455078,-130.00338745117188,-22.67098617553711,67.18983459472656,-125.06367492675781,8.3129301071167,145.48988342285156,-79.14080047607422,6.949038028717041,177.23289489746094,-42.81974792480469,5.433413982391357,179.8986053466797,-28.9405460357666,-71.25511932373047,71.46453857421875,115.11347961425781,-77.79077911376953,62.101409912109375,104.1387710571289,-64.04088592529297,58.796573638916016,112.98785400390625,-41.00775146484375,184.12940979003906,-96.19181060791016,-40.01127624511719,191.04586791992188,-92.535888671875,-44.272186279296875,200.6680145263672,-79.94055938720703,-17.59536361694336,89.11172485351562,-6.814418792724609,-1.235640048980713,85.52520751953125,-9.568116188049316,-6.554146766662598,78.03022003173828,-7.96013879776001,-75.22614288330078,66.94840240478516,56.69245147705078,-86.88306427001953,71.11873626708984,67.16946411132812,-74.78314208984375,69.88850402832031,69.61156463623047,-44.90140151977539,223.61976623535156,52.09313201904297,-28.05832862854004,228.00987243652344,58.753273010253906,-32.2493896484375,230.17945861816406,51.79884338378906,-18.85792350769043,227.53005981445312,-73.83395385742188,-16.485694885253906,212.16343688964844,-83.48223876953125,-9.943035125732422,220.65817260742188,-71.92545318603516,115.14605712890625,152.4384307861328,15.887221336364746,106.6257553100586,170.89193725585938,21.024137496948242,113.37744140625,153.96600341796875,9.485088348388672,-22.438135147094727,44.57929992675781,78.41944885253906,-28.380414962768555,49.298927307128906,82.07652282714844,-16.925737380981445,61.60085678100586,84.56572723388672,83.14634704589844,69.74061584472656,91.20925903320312,86.80847930908203,75.61815643310547,92.18931579589844,92.3133316040039,73.46051788330078,90.430419921875,-40.819862365722656,164.36685180664062,-125.88253021240234,-50.84947204589844,174.29898071289062,-117.34196472167969,-46.92292785644531,170.5859832763672,-114.46566772460938,-110.19058227539062,111.91419982910156,-18.910438537597656,-112.27730560302734,96.2067642211914,-27.33443832397461,-101.03472137451172,100.018310546875,-29.750274658203125,18.5544376373291,59.38190841674805,53.852298736572266,27.55783462524414,54.061580657958984,51.70652770996094,27.565332412719727,60.446712493896484,53.253482818603516,-12.708694458007812,114.0174560546875,26.46253776550293,-21.795177459716797,107.72372436523438,20.58765983581543,-20.221288681030273,77.9031753540039,41.92203903198242,3.8334619998931885,142.1705780029297,74.308349609375,0.7341769933700562,150.83592224121094,92.73401641845703,7.620038986206055,148.0160369873047,75.3629379272461,50.33132553100586,81.35215759277344,38.61538314819336,35.612998962402344,86.03962707519531,27.987796783447266,35.66384506225586,89.72335815429688,36.263221740722656,-25.84453773498535,164.32591247558594,68.75408172607422,-29.819190979003906,151.14480590820312,52.16697311401367,-21.669992446899414,163.6932373046875,76.38057708740234,34.034912109375,209.24122619628906,77.49832153320312,34.24510192871094,201.5928955078125,84.70567321777344,40.23019790649414,196.59654235839844,80.01722717285156,5.438755989074707,84.81947326660156,-76.50140380859375,9.242097854614258,86.11109924316406,-63.782222747802734,8.300873756408691,105.58154296875,-54.57060623168945,-108.68608856201172,112.49951934814453,-23.527854919433594,-104.05567932128906,89.19538879394531,-42.481666564941406,-104.71763610839844,99.65591430664062,-31.811630249023438,-36.436912536621094,181.53395080566406,98.81421661376953,-46.72113037109375,163.91329956054688,93.61620330810547,-50.83584213256836,163.08847045898438,109.08140563964844,25.83421516418457,83.80685424804688,34.31666946411133,23.422733306884766,78.66203308105469,38.352317810058594,29.141687393188477,84.70409393310547,14.709874153137207,16.252840042114258,75.02294921875,-1.7672300338745117,12.208277702331543,63.010986328125,9.312264442443848,3.8377768993377686,64.84046936035156,2.387115955352783,59.25379180908203,57.68307113647461,-56.58699417114258,45.50628662109375,61.2108154296875,-37.62326431274414,55.70761489868164,57.802085876464844,-44.74261474609375,-30.72266960144043,134.19859313964844,-160.24891662597656,-22.59303092956543,136.17648315429688,-161.1651611328125,-23.829265594482422,120.4374008178711,-162.53976440429688,31.595123291015625,237.97015380859375,-33.02927780151367,21.619321823120117,238.55157470703125,-33.26695251464844,27.393428802490234,234.7589569091797,-41.28703689575195,75.52547454833984,138.57290649414062,-41.036624908447266,78.23595428466797,129.05029296875,-40.658748626708984,75.49848175048828,136.1901092529297,-22.574068069458008,-35.34011459350586,113.3905029296875,42.72896957397461,-28.340139389038086,118.91188049316406,56.7017936706543,-34.45730209350586,115.79805755615234,61.45857620239258,-13.019466400146484,233.48988342285156,-40.60198211669922,-7.128023147583008,228.18919372558594,-36.65106201171875,-11.922890663146973,232.85122680664062,-56.31474685668945,39.06525802612305,78.2355728149414,96.05516815185547,31.93286895751953,88.08216857910156,97.54632568359375,46.71561050415039,80.63523864746094,91.57731628417969,109.38225555419922,119.67906951904297,-38.91321563720703,108.516357421875,130.78501892089844,-24.37543296813965,112.08104705810547,114.47064208984375,-34.80180740356445,-64.03528594970703,60.51816177368164,87.35811614990234,-42.56327438354492,60.76958465576172,85.7494888305664,-49.028221130371094,63.200836181640625,92.267822265625,-76.60631561279297,139.0863037109375,-41.571136474609375,-72.58345031738281,146.7459259033203,-25.728656768798828,-75.52547454833984,138.57290649414062,-41.036624908447266,22.510040283203125,192.22723388671875,89.18363952636719,30.491100311279297,187.31129455566406,91.45903778076172,23.943986892700195,183.92579650878906,99.64717102050781,80.39361572265625,88.2696304321289,18.09874725341797,72.3440933227539,90.07201385498047,33.28782653808594,79.87240600585938,99.35230255126953,42.57989501953125,21.2524471282959,98.77197265625,66.59370422363281,10.304929733276367,95.27855682373047,67.70187377929688,18.250625610351562,96.00072479248047,71.93666076660156,-15.894845962524414,71.01915740966797,-109.98722076416016,-7.388001918792725,76.0252914428711,-90.94642639160156,-15.002077102661133,77.67839813232422,-75.55188751220703,-60.623809814453125,199.71974182128906,79.17374420166016,-71.87995910644531,197.8328399658203,73.292236328125,-57.56446075439453,210.56069946289062,71.58715057373047,49.11483383178711,57.370079040527344,54.267276763916016,49.307777404785156,60.70291519165039,74.60137176513672,70.60152435302734,63.12131881713867,81.41242218017578,-111.58329010009766,116.97539520263672,9.473437309265137,-118.71751403808594,100.27145385742188,-10.567824363708496,-117.74166870117188,112.75773620605469,12.424966812133789,26.083744049072266,153.2298583984375,-148.38705444335938,21.168411254882812,171.91326904296875,-140.70729064941406,10.43869686126709,163.00779724121094,-145.62387084960938,-58.22028732299805,116.20892333984375,-144.6933135986328,-34.20354461669922,105.07881927490234,-155.86886596679688,-46.723297119140625,100.28299713134766,-152.98573303222656,-24.98527717590332,55.401981353759766,65.44989776611328,-37.434234619140625,58.48986053466797,44.17239761352539,-33.28881072998047,58.361968994140625,51.07917404174805,-45.16373062133789,88.44246673583984,20.103424072265625,-48.581695556640625,77.33452606201172,21.26155662536621,-37.07941436767578,89.01306915283203,22.47262954711914,36.81221008300781,53.440616607666016,105.41636657714844,25.470691680908203,63.23994827270508,114.68011474609375,38.75422668457031,61.123626708984375,116.4408187866211,-91.97430419921875,91.04540252685547,-102.24310302734375,-82.80450439453125,92.84280395507812,-118.7059097290039,-73.54430389404297,86.64225769042969,-122.56654357910156,23.18568229675293,129.4649200439453,11.387181282043457,34.432193756103516,118.73892974853516,5.16243314743042,23.239046096801758,122.5915756225586,4.082557201385498,120.62594604492188,127.3207015991211,26.760875701904297,119.24095153808594,119.93991088867188,35.308815002441406,122.01402282714844,116.54417419433594,26.80463981628418,33.0006103515625,219.48985290527344,-86.71440124511719,15.475126266479492,211.42005920410156,-98.45802307128906,24.509462356567383,216.98655700683594,-88.28572845458984,6.124818801879883,171.7482147216797,-97.21759033203125,2.656424045562744,195.78953552246094,-85.0848388671875,2.9313859939575195,190.48794555664062,-102.30718994140625,-54.0098876953125,91.90059661865234,105.03794860839844,-33.89995193481445,92.15567779541016,102.04971313476562,-27.45228385925293,86.0462875366211,98.67768859863281,-88.33428955078125,201.5363311767578,33.07693862915039,-92.84001159667969,208.30117797851562,26.55217742919922,-81.16126251220703,208.2093048095703,32.990333557128906,-115.14605712890625,152.4384307861328,15.887221336364746,-106.6257553100586,170.89193725585938,21.024137496948242,-107.65144348144531,175.19203186035156,30.937593460083008,-57.77273178100586,83.9643783569336,-128.34532165527344,-66.87277221679688,85.09326934814453,-120.01312255859375,-60.75278091430664,86.8869857788086,-137.7806396484375,-92.61790466308594,79.22330474853516,-67.01011657714844,-101.47461700439453,87.1323013305664,-55.3012580871582,-95.29938507080078,77.4564208984375,-52.568634033203125,44.475318908691406,88.39031982421875,-49.99782943725586,44.61445236206055,97.6418685913086,-36.507476806640625,30.090913772583008,87.76387023925781,-51.27075958251953,-55.619503021240234,94.32665252685547,126.7906494140625,-39.517494201660156,92.76851654052734,130.02366638183594,-50.5947151184082,103.76677703857422,124.84978485107422,-11.96308708190918,97.62834930419922,-110.46517181396484,-7.203218936920166,99.0231704711914,-89.03534698486328,-11.089255332946777,105.98408508300781,-116.12649536132812,65.14907836914062,88.71865844726562,36.364501953125,92.80701446533203,80.55799865722656,48.039466857910156,81.55752563476562,90.43819427490234,49.06857681274414,17.928056716918945,138.58245849609375,57.375267028808594,9.71181869506836,151.337890625,89.74766540527344,8.081817626953125,149.62213134765625,68.56387329101562,-107.80780792236328,177.19427490234375,-36.56926345825195,-107.12158966064453,178.26608276367188,-27.327123641967773,-111.96956634521484,168.02821350097656,-38.37691116333008,69.65823364257812,113.73649597167969,-82.45230865478516,78.49004364013672,118.03913879394531,-66.55670928955078,79.70711517333984,111.95376586914062,-64.49100494384766,-6.2146382331848145,206.50743103027344,14.239480972290039,-2.9464659690856934,179.59449768066406,10.693598747253418,-5.359556198120117,203.86636352539062,5.285244941711426,-27.45228385925293,86.0462875366211,98.67768859863281,-23.53960418701172,86.74449157714844,94.01470184326172,-23.76561737060547,84.62134552001953,106.98075103759766,101.32579803466797,123.6048583984375,69.70572662353516,105.68888854980469,124.9327392578125,66.68745422363281,105.18741607666016,128.1026153564453,74.35801696777344,90.24577331542969,133.71788024902344,81.64483642578125,97.4039306640625,141.20401000976562,73.67030334472656,100.47752380371094,124.85690307617188,78.39434051513672,10.771169662475586,211.57693481445312,-5.688979148864746,10.690699577331543,234.90167236328125,-21.31524085998535,4.310145854949951,208.61436462402344,-18.790958404541016,75.43675994873047,141.441650390625,-13.71264362335205,73.10165405273438,149.1748809814453,-10.57909107208252,81.38240814208984,146.0229949951172,-9.127620697021484,23.015764236450195,99.3989028930664,-39.745460510253906,17.153579711914062,100.77062225341797,-35.58440017700195,11.846519470214844,105.58020782470703,-38.17040252685547,-11.182406425476074,131.12396240234375,112.5865707397461,-18.780025482177734,134.44711303710938,121.8946762084961,-18.491321563720703,126.08423614501953,115.28408813476562,0.6767669916152954,110.43592834472656,72.50030517578125,2.404026985168457,125.77103424072266,54.04909896850586,3.0767009258270264,109.3379898071289,62.252872467041016,37.331329345703125,100.84342193603516,11.195901870727539,31.56740379333496,112.28902435302734,25.351625442504883,30.906343460083008,118.88243103027344,20.982410430908203,-84.90917205810547,97.84698486328125,-82.32393646240234,-72.4389877319336,86.43055725097656,-72.29694366455078,-74.30937957763672,86.07990264892578,-77.5972900390625,47.3745231628418,96.6962661743164,26.040693283081055,38.57623291015625,107.7343521118164,37.81248474121094,63.696922302246094,94.4129409790039,37.44254684448242,-25.717058181762695,93.49553680419922,58.59034729003906,-25.947242736816406,93.70409393310547,48.936912536621094,-26.71430778503418,93.4417724609375,48.80183792114258,-7.264896869659424,116.74153137207031,49.92599868774414,-12.491815567016602,109.55416107177734,49.13505935668945,-9.421598434448242,116.88896179199219,52.61309814453125,7.429224014282227,131.6343994140625,-10.867557525634766,5.265038013458252,151.79421997070312,8.885021209716797,4.010155200958252,153.67799377441406,-16.265188217163086,-61.08427429199219,93.86770629882812,-15.399415969848633,-44.055519104003906,95.23043823242188,-6.183705806732178,-46.932613372802734,105.82184600830078,4.9007158279418945,-80.18565368652344,182.7413330078125,75.01919555664062,-84.49883270263672,185.5008087158203,61.68145751953125,-81.47518920898438,174.8604278564453,61.91668701171875,59.212127685546875,222.3208770751953,22.44000816345215,58.71734619140625,214.0812225341797,9.563332557678223,59.65690231323242,204.15408325195312,13.724020957946777,-98.99040985107422,122.96404266357422,-97.53905487060547,-92.0438003540039,108.95718383789062,-112.15721130371094,-90.4774169921875,117.24819946289062,-109.7081298828125,-86.56358337402344,201.71031188964844,-47.12345886230469,-88.81321716308594,196.1399688720703,-58.75895309448242,-79.92131805419922,201.33241271972656,-69.38180541992188,-25.67067527770996,149.50230407714844,116.35430908203125,-30.93553924560547,161.12779235839844,119.21330261230469,-14.85889720916748,173.28466796875,107.23959350585938,21.168411254882812,171.91326904296875,-140.70729064941406,11.553667068481445,182.0029296875,-133.38706970214844,14.877601623535156,170.96070861816406,-142.53443908691406,-75.63856506347656,100.26895141601562,63.96082305908203,-63.880340576171875,94.74992370605469,44.72825241088867,-58.832698822021484,102.20178985595703,59.08521270751953,-80.67774963378906,110.05774688720703,-129.61131286621094,-92.0438003540039,108.95718383789062,-112.15721130371094,-90.05592346191406,98.27914428710938,-112.54249572753906,-36.99302291870117,115.63822174072266,41.404563903808594,-45.613441467285156,109.07679748535156,29.406583786010742,-43.28271484375,114.75399780273438,40.95001983642578,-96.21366119384766,191.3661346435547,-8.306621551513672,-104.0830307006836,193.64144897460938,-16.458667755126953,-102.62110900878906,184.63189697265625,-14.728189468383789,112.27481842041016,105.73001098632812,-2.790479898452759,100.22598266601562,119.19369506835938,8.87097454071045,111.04113006591797,106.6667251586914,-10.64603328704834,46.608985900878906,103.69266510009766,-1.6623250246047974,58.5228157043457,96.09465789794922,-16.042362213134766,51.42006301879883,94.42030334472656,-20.60515594482422,-17.153579711914062,100.77062225341797,-35.58440017700195,-23.015764236450195,99.3989028930664,-39.745460510253906,-11.846519470214844,105.58020782470703,-38.17040252685547,62.294376373291016,53.33378219604492,-59.26338195800781,60.73863220214844,60.335899353027344,-64.5250244140625,74.31655883789062,62.118263244628906,-66.94405364990234,48.872684478759766,80.30973815917969,88.68683624267578,47.22414016723633,78.10686492919922,79.83501434326172,69.03436279296875,72.83566284179688,68.25689697265625,27.55783462524414,54.061580657958984,51.70652770996094,16.73735237121582,52.53202438354492,58.074310302734375,25.35953712463379,43.74195098876953,58.69119644165039,-12.237104415893555,178.1273651123047,-55.8189582824707,-6.949038028717041,177.23289489746094,-42.81974792480469,-8.42816162109375,187.49571228027344,-22.971189498901367,-48.8922004699707,84.1640625,82.26177215576172,-60.41613006591797,79.62911224365234,66.19074249267578,-76.74348449707031,79.35234069824219,70.84379577636719,-120.4395980834961,94.67513275146484,-9.840865135192871,-117.32127380371094,89.0341796875,-24.28244400024414,-113.82252502441406,80.22128295898438,-24.328481674194336,73.09749603271484,131.77874755859375,-57.8639030456543,68.72598266601562,129.22604370117188,-58.135475158691406,75.39550018310547,133.9095458984375,-44.1727294921875,-99.45565795898438,149.37351989746094,75.708740234375,-109.68186950683594,144.01039123535156,54.37419509887695,-101.1418228149414,144.1926727294922,70.02250671386719,109.48906707763672,146.12669372558594,-70.60244750976562,100.90045166015625,153.86277770996094,-76.06465148925781,104.59584045410156,162.38111877441406,-73.92015838623047,7.576723098754883,86.72341918945312,38.65716552734375,5.512533187866211,105.1703872680664,27.77092742919922,12.41989803314209,96.64042663574219,27.326704025268555,48.24421691894531,102.32178497314453,-15.244864463806152,44.61445236206055,97.6418685913086,-36.507476806640625,48.815399169921875,93.05736541748047,-32.249664306640625,48.815399169921875,93.05736541748047,-32.249664306640625,53.80233383178711,91.37918090820312,-42.90730285644531,41.39183807373047,88.54820251464844,-32.480743408203125,-5.746939182281494,62.38394546508789,78.55065155029297,-12.909683227539062,45.756988525390625,75.32939910888672,-4.07395601272583,60.536033630371094,67.11510467529297,-42.30463409423828,154.29786682128906,126.18885040283203,-48.74981689453125,156.20223999023438,121.30731964111328,-52.91310501098633,142.4986572265625,122.30856323242188,57.79353713989258,87.7530746459961,-134.39938354492188,66.41191101074219,91.7115478515625,-133.92910766601562,47.32167434692383,88.95533752441406,-144.13751220703125,-5.41002893447876,132.27731323242188,50.99484634399414,-10.587477684020996,128.08766174316406,59.1932258605957,-5.731523036956787,111.24101257324219,87.1475830078125,109.48906707763672,146.12669372558594,-70.60244750976562,112.70291900634766,159.3720245361328,-63.63182067871094,113.37303924560547,145.5599365234375,-64.20014190673828,-77.09725952148438,124.07305145263672,107.74720001220703,-97.31594848632812,113.85214233398438,85.84551239013672,-72.4373550415039,112.9547119140625,106.97195434570312,-9.55566692352295,92.79582977294922,65.73578643798828,-15.734901428222656,90.95043182373047,70.42947387695312,-7.941336154937744,87.9136734008789,68.76171112060547,-63.063297271728516,43.76636505126953,61.29867935180664,-84.34210968017578,52.062660217285156,59.00788116455078,-70.87606811523438,45.46517562866211,76.59233093261719,87.6347427368164,116.0306625366211,59.61903381347656,100.56019592285156,120.90740966796875,67.03038787841797,101.97818756103516,110.59498596191406,69.66806030273438,56.205604553222656,156.7188262939453,97.30048370361328,57.14899444580078,170.10789489746094,99.3863296508789,67.2771224975586,156.7301483154297,97.20024871826172,-17.74261474609375,54.50736999511719,50.762451171875,-22.99356460571289,66.10958862304688,40.12897491455078,-17.470211029052734,45.73545455932617,49.01040267944336,92.5649185180664,58.64421463012695,-10.84216594696045,88.2329330444336,52.727115631103516,-19.043180465698242,95.6162109375,58.616851806640625,-20.42742919921875,40.76543426513672,79.4122543334961,-32.23484420776367,46.45380783081055,65.80623626708984,-45.86627197265625,52.42438888549805,64.57728576660156,-56.59184265136719,-8.451814651489258,188.12486267089844,-9.32748031616211,-5.433413982391357,179.8986053466797,-28.9405460357666,-5.789793968200684,177.2923126220703,-6.844069004058838,-62.478553771972656,196.54940795898438,-87.54120635986328,-58.97503662109375,204.1259765625,-79.7134017944336,-64.4055404663086,190.9066162109375,-75.16997528076172,22.169816970825195,230.87106323242188,-71.12178802490234,26.310155868530273,231.70736694335938,-50.850547790527344,25.77630615234375,230.2619171142578,-57.38798522949219,-76.04241180419922,164.97071838378906,54.04265594482422,-72.8224868774414,166.13282775878906,65.99421691894531,-93.49198150634766,161.7835693359375,63.932064056396484,-86.4731674194336,194.5419158935547,-34.26809310913086,-91.61943817138672,196.7655487060547,-43.18775177001953,-77.02412414550781,207.99481201171875,-34.76236343383789,50.10743713378906,238.2215118408203,22.184234619140625,57.5706901550293,228.5319061279297,7.948878765106201,52.25621795654297,233.0538787841797,5.550034046173096,-45.469120025634766,219.54458618164062,51.32847213745117,-32.16128158569336,227.15463256835938,52.10973358154297,-25.123682022094727,226.10948181152344,57.43266677856445,16.32872772216797,83.3859634399414,56.246395111083984,18.541637420654297,76.1225814819336,57.77758026123047,14.955907821655273,94.83319091796875,45.18904113769531,-19.953840255737305,124.53263092041016,109.64157104492188,-16.072908401489258,116.31401062011719,95.20621490478516,-18.73537826538086,116.53211212158203,99.49457550048828,-38.572479248046875,112.09086608886719,-3.246767044067383,-34.432193756103516,118.73892974853516,5.16243314743042,-21.297826766967773,105.89209747314453,-7.579628944396973,-47.15841293334961,210.43670654296875,-75.44271087646484,-43.35377883911133,191.05751037597656,-92.72794342041016,-40.57193374633789,192.5705108642578,-91.7559585571289,-109.27421569824219,180.33035278320312,18.269237518310547,-106.92056274414062,170.08587646484375,16.679203033447266,-110.04935455322266,172.3427276611328,22.461063385009766,-38.11515808105469,229.0428009033203,-15.345490455627441,-44.2155876159668,224.11474609375,-19.532697677612305,-25.57815170288086,238.86053466796875,-19.027376174926758,59.55311965942383,78.78655242919922,74.8623275756836,24.967941284179688,85.42041015625,92.84825134277344,49.10504150390625,83.09059143066406,87.54003143310547,-5.186662197113037,125.27108764648438,-130.2986297607422,-11.068243980407715,104.22245788574219,-124.42762756347656,-6.592301845550537,112.29108428955078,-141.00534057617188,-9.296187400817871,88.53075408935547,64.9381332397461,-8.406490325927734,105.77735137939453,55.79062271118164,-8.50620174407959,93.52754211425781,52.12296676635742,-67.85125732421875,133.87548828125,-76.08859252929688,-68.28044128417969,133.0777587890625,-69.34120178222656,-61.775691986083984,134.9234161376953,-72.72692108154297,81.33643341064453,180.36253356933594,-96.41044616699219,86.16329956054688,175.73226928710938,-85.7271957397461,76.74934387207031,169.67974853515625,-102.87715911865234,95.17510223388672,81.85820007324219,47.8102912902832,90.76470947265625,84.64838409423828,44.71317672729492,98.3653564453125,88.36812591552734,59.71508026123047,107.98411560058594,145.21925354003906,-5.156867027282715,113.37744140625,153.96600341796875,9.485088348388672,105.33504486083984,153.10301208496094,4.242823123931885,63.87175369262695,69.06494140625,81.41494750976562,48.185001373291016,74.17236328125,107.85005950927734,67.71484375,65.04112243652344,90.76795196533203,-59.212127685546875,222.3208770751953,22.44000816345215,-55.42528533935547,214.98463439941406,30.220659255981445,-58.10296630859375,201.83758544921875,23.731767654418945,-54.75338363647461,106.2681655883789,102.9971694946289,-35.307010650634766,105.86279296875,111.61933898925781,-57.317176818847656,104.24617767333984,115.42437744140625,-34.914939880371094,78.82793426513672,106.07112884521484,-50.87340545654297,73.69635009765625,102.35595703125,-47.57801818847656,71.75445556640625,104.95602416992188,-22.19680404663086,125.18365478515625,10.32689094543457,-33.476322174072266,113.65978240966797,4.668501853942871,-19.286001205444336,118.43214416503906,3.4898459911346436,-31.052021026611328,80.90469360351562,-139.68865966796875,-34.35194396972656,85.91840362548828,-145.88320922851562,-33.04878616333008,84.45117950439453,-139.96054077148438,-49.40028762817383,119.73344421386719,-143.5956268310547,-45.34686279296875,126.16846466064453,-153.93299865722656,-34.99504089355469,120.96421813964844,-158.80532836914062,40.26936340332031,182.2982177734375,84.74537658691406,40.701507568359375,190.45933532714844,87.36872100830078,39.813392639160156,195.4762725830078,71.46228790283203,-61.219024658203125,215.9253387451172,-55.04414367675781,-47.000423431396484,221.61279296875,-55.83653259277344,-66.18094635009766,213.85690307617188,-61.28202438354492,41.19467544555664,186.77728271484375,-110.50237274169922,45.98945617675781,171.06564331054688,-106.16043853759766,41.00775146484375,184.12940979003906,-96.19181060791016,-40.24694061279297,232.86695861816406,-28.95233154296875,-44.2155876159668,224.11474609375,-19.532697677612305,-58.84314727783203,223.8788604736328,-27.19465446472168,10.645368576049805,115.46853637695312,97.00406646728516,26.27352523803711,118.96112060546875,101.3903579711914,34.008480072021484,115.6334457397461,93.23210906982422,70.87261199951172,165.0805206298828,-113.56341552734375,73.94107818603516,170.80966186523438,-101.73506927490234,69.466552734375,175.34317016601562,-107.98979949951172,72.3430404663086,67.68987274169922,-5.712092876434326,72.15370178222656,59.04294967651367,-12.190813064575195,63.86493682861328,57.268402099609375,-6.967719078063965,65.01780700683594,95.86936950683594,-139.59750366210938,54.38009262084961,98.66028594970703,-146.61209106445312,43.32371139526367,93.80517578125,-149.76585388183594,98.83868408203125,107.2736587524414,71.54999542236328,104.83872985839844,96.58853149414062,63.04627227783203,104.45832824707031,109.69627380371094,71.24612426757812,103.5246353149414,159.82025146484375,35.102603912353516,101.33060455322266,175.48570251464844,41.42155456542969,108.87322235107422,165.33697509765625,36.51504135131836,21.57024383544922,62.83029556274414,81.78988647460938,19.526416778564453,62.62575149536133,78.7177963256836,22.38454246520996,66.35071563720703,81.90898132324219,-11.34062671661377,146.180419921875,17.9468936920166,-19.266132354736328,135.486572265625,16.975414276123047,-20.629369735717773,135.62158203125,25.883878707885742,-117.74166870117188,112.75773620605469,12.424966812133789,-118.3827896118164,130.7242431640625,23.50640869140625,-111.3823013305664,128.16455078125,17.314254760742188,77.16297912597656,114.74024200439453,-63.75830078125,65.89398193359375,132.675537109375,-68.9310531616211,68.3888931274414,123.3351821899414,-78.19879913330078,8.738142013549805,155.62876892089844,26.809959411621094,5.789793968200684,177.2923126220703,-6.844069004058838,5.956813812255859,179.64405822753906,10.395219802856445,97.52693939208984,79.48208618164062,48.84649658203125,96.57784271240234,65.8479995727539,50.1306266784668,93.25662231445312,77.66374969482422,43.375457763671875,-17.795238494873047,83.6577377319336,84.10771179199219,-9.043709754943848,85.12319946289062,74.50765991210938,-8.354005813598633,89.99225616455078,79.54016876220703,-48.14213562011719,92.45867919921875,100.60893249511719,-48.91676330566406,89.00885772705078,104.64263916015625,-40.27452087402344,91.93304443359375,100.01522064208984,78.23836517333984,156.15509033203125,96.98213958740234,70.83676147460938,150.20953369140625,105.02944946289062,81.07378387451172,144.34947204589844,101.19775390625,108.68608856201172,112.49951934814453,-23.527854919433594,112.08104705810547,114.47064208984375,-34.80180740356445,110.89847564697266,125.35064697265625,-21.789691925048828,-9.98210620880127,112.8322982788086,53.02827072143555,-5.6367950439453125,115.93680572509766,51.82636260986328,-7.447083950042725,111.33930969238281,51.27189254760742,113.03018951416016,165.25616455078125,-4.365915775299072,111.80233001708984,181.7301025390625,-2.119976043701172,115.82522583007812,153.90391540527344,-24.126981735229492,-55.673614501953125,173.78323364257812,-115.96595764160156,-45.98945617675781,171.06564331054688,-106.16043853759766,-55.875526428222656,182.01443481445312,-104.49349212646484,8.300873756408691,105.58154296875,-54.57060623168945,7.480226993560791,115.10200500488281,-40.809593200683594,5.231973171234131,125.41905975341797,-64.87094116210938,-22.039775848388672,238.56655883789062,-6.040243148803711,-25.57815170288086,238.86053466796875,-19.027376174926758,-16.731369018554688,238.87356567382812,0.5111550092697144,-78.72730255126953,138.286865234375,-41.309078216552734,-73.06314086914062,131.76016235351562,-57.93973922729492,-78.8026351928711,123.8968276977539,-52.895206451416016,5.135931015014648,179.36680603027344,46.89778137207031,9.893028259277344,184.6689453125,36.458091735839844,7.528894901275635,173.93775939941406,30.125093460083008,119.24095153808594,119.93991088867188,35.308815002441406,114.13552856445312,116.49018859863281,54.33536148071289,122.01402282714844,116.54417419433594,26.80463981628418,-98.57685852050781,130.20648193359375,-67.39583587646484,-95.00324249267578,138.0015106201172,-70.81275177001953,-86.75800323486328,150.35455322265625,-73.56403350830078,60.620479583740234,89.75870513916016,23.47469139099121,68.18559265136719,81.60102844238281,10.142348289489746,57.03870391845703,92.94366455078125,21.511554718017578,-60.381805419921875,75.6419906616211,57.928466796875,-43.8237190246582,82.03018951416016,82.11577606201172,-66.71931457519531,75.69654846191406,66.74580383300781,-106.25720977783203,185.040283203125,14.665705680847168,-105.99246978759766,190.4818115234375,21.12437629699707,-106.6257553100586,170.89193725585938,21.024137496948242,-30.59317970275879,237.1865997314453,-12.905254364013672,-37.409053802490234,241.8205108642578,-11.944354057312012,-18.007570266723633,242.6100616455078,-3.2412590980529785,20.829185485839844,79.44316864013672,73.78951263427734,22.532081604003906,82.63011932373047,93.74845123291016,30.353988647460938,69.59379577636719,73.37004089355469,81.73532104492188,152.29417419433594,5.926880836486816,75.39811706542969,150.67872619628906,1.668336033821106,86.1085433959961,148.11260986328125,-8.190838813781738,-20.375465393066406,145.35687255859375,121.50108337402344,-11.639571189880371,143.2615509033203,115.97406768798828,-15.131887435913086,154.06199645996094,110.1476058959961,-44.46858596801758,56.69538497924805,-33.129459381103516,-56.29865646362305,54.65143966674805,-43.54909133911133,-62.29437255859375,53.33378601074219,-59.26338195800781,-72.66340637207031,62.844364166259766,53.32520294189453,-71.16755676269531,59.89021301269531,59.19598388671875,-74.00239562988281,63.60660934448242,77.77310180664062,-17.462554931640625,45.74763870239258,65.62299346923828,-15.118650436401367,48.003849029541016,76.11050415039062,-8.015938758850098,59.83930587768555,66.4094467163086,114.97502136230469,137.0437774658203,-14.852585792541504,114.9446029663086,151.6444549560547,2.600421905517578,121.59147644042969,137.93138122558594,-3.895303964614868,4.291195869445801,211.76490783691406,26.016422271728516,4.332347869873047,200.2541046142578,38.49823760986328,5.436232089996338,222.509033203125,34.824764251708984,-51.0808219909668,113.29448699951172,77.02750396728516,-60.03413009643555,111.9073257446289,100.51268005371094,-33.50568771362305,115.63724517822266,93.99411010742188,-27.7073917388916,164.62730407714844,120.24698638916016,-43.309486389160156,160.14208984375,123.92057800292969,-42.30463409423828,154.29786682128906,126.18885040283203,-8.264469146728516,67.31607818603516,91.15248107910156,-14.799407005310059,59.261695861816406,86.07795715332031,-5.746939182281494,62.38394546508789,78.55065155029297,26.270111083984375,77.36004638671875,-79.40946197509766,38.55781936645508,79.07069396972656,-84.74488830566406,44.25223159790039,81.02592468261719,-75.68167114257812,-50.508148193359375,80.37506866455078,66.35993957519531,-55.28080749511719,76.34671020507812,52.91472625732422,-62.58203887939453,76.00746154785156,64.48096466064453,-78.49004364013672,118.03913879394531,-66.55670928955078,-69.65823364257812,113.73649597167969,-82.45230865478516,-79.70711517333984,111.95376586914062,-64.49100494384766,33.07328414916992,206.9705810546875,74.50202178955078,27.381811141967773,208.390625,77.61820220947266,28.703004837036133,209.6556854248047,67.40885162353516,-12.10605239868164,236.4139862060547,-6.267766952514648,-15.685897827148438,231.3623809814453,4.1100969314575195,-16.731369018554688,238.87356567382812,0.5111550092697144,-32.893272399902344,95.17920684814453,70.260498046875,-18.365619659423828,96.06078338623047,72.02684783935547,-27.576736450195312,97.24969482421875,61.265968322753906,17.153579711914062,100.77062225341797,-35.58440017700195,33.508949279785156,101.49913787841797,-29.88155174255371,19.02179718017578,100.84334564208984,-27.31584358215332,-22.86604881286621,162.147705078125,68.42444610595703,-11.614209175109863,180.8092041015625,84.40416717529297,-15.761643409729004,170.26370239257812,81.83780670166016,62.57065963745117,76.01241302490234,64.48970031738281,59.55311965942383,78.78655242919922,74.8623275756836,74.67877960205078,78.25607299804688,75.57941436767578,35.42527770996094,224.50193786621094,-76.86638641357422,22.169816970825195,230.87106323242188,-71.12178802490234,30.97725486755371,227.35787963867188,-67.58818817138672,52.563629150390625,54.47086715698242,-14.322312355041504,44.518760681152344,66.14697265625,-18.25432777404785,44.46858596801758,56.69538497924805,-33.129459381103516,-15.029134750366211,151.81033325195312,61.60829162597656,-8.375237464904785,156.7639923095703,72.86344146728516,-11.662134170532227,170.09805297851562,84.72610473632812,3.6990599632263184,130.5189666748047,78.58541870117188,1.6615910530090332,137.88455200195312,89.50633239746094,0.7341769933700562,150.83592224121094,92.73401641845703,57.788246154785156,121.56228637695312,116.51896667480469,69.05691528320312,115.200927734375,110.8533706665039,78.46146392822266,124.40875244140625,106.68883514404297,20.42494010925293,63.868953704833984,28.59036636352539,21.600740432739258,75.33595275878906,23.749666213989258,26.425539016723633,75.19278717041016,14.968587875366211,13.412104606628418,93.38855743408203,49.88346862792969,12.812439918518066,92.77530670166016,44.563907623291016,14.256820678710938,79.00827026367188,55.9404296875,77.69802856445312,172.00636291503906,78.50251770019531,79.94646453857422,167.7392578125,86.5374984741211,65.55751037597656,184.81492614746094,84.07891082763672,-111.9457015991211,107.07814025878906,48.58531188964844,-107.6363754272461,99.69190216064453,28.440675735473633,-114.5304183959961,106.38597869873047,36.45263671875,95.1350326538086,76.91316223144531,-66.38192749023438,82.04830169677734,63.2279052734375,-64.72024536132812,85.62020111083984,74.9522476196289,-71.14520263671875,48.54453659057617,215.70541381835938,-64.86216735839844,54.79611587524414,201.44638061523438,-88.84888458251953,56.789024353027344,212.4988555908203,-70.18898010253906,8.47353458404541,199.91578674316406,73.44561004638672,13.828047752380371,206.12997436523438,78.27597045898438,7.632574081420898,185.8917236328125,71.30895233154297,72.29605865478516,101.35499572753906,-66.93290710449219,76.93575286865234,106.04710388183594,-65.86907196044922,73.49797058105469,99.72413635253906,-47.623626708984375,-75.63856506347656,100.26895141601562,63.96082305908203,-74.41032409667969,104.64945983886719,81.00611877441406,-89.66276550292969,96.97107696533203,69.9011001586914,67.08113861083984,54.62587356567383,40.553401947021484,56.104942321777344,64.65966033935547,29.422527313232422,51.37381362915039,50.85619354248047,41.41246795654297,-10.891006469726562,101.28331756591797,-135.25074768066406,-14.078363418579102,104.3967056274414,-124.69081115722656,-9.610774993896484,112.72602081298828,-141.05419921875,81.82403564453125,80.81541442871094,9.199933052062988,90.97125244140625,81.33045959472656,14.200992584228516,81.05924224853516,59.74949264526367,-11.560775756835938,-11.742420196533203,229.8568572998047,39.8819465637207,-17.65411949157715,229.3283233642578,42.096778869628906,-12.632267951965332,218.35781860351562,45.18227767944336,-81.16126251220703,208.2093048095703,32.990333557128906,-92.84001159667969,208.30117797851562,26.55217742919922,-77.27438354492188,215.97560119628906,27.940948486328125,-86.1085433959961,148.11260986328125,-8.190837860107422,-84.37139892578125,140.94606018066406,-21.392925262451172,-73.10165405273438,149.1748809814453,-10.57909107208252,104.0830307006836,193.64144897460938,-16.458667755126953,96.21366119384766,191.3661346435547,-8.306621551513672,103.55767822265625,183.56549072265625,-15.83043384552002,44.61445236206055,97.6418685913086,-36.507476806640625,48.24421691894531,102.32178497314453,-15.244864463806152,33.508949279785156,101.49913787841797,-29.88155174255371,79.94646453857422,167.7392578125,86.5374984741211,78.18464660644531,152.22010803222656,95.59581756591797,75.51155090332031,164.84024047851562,92.01384735107422,23.77362060546875,202.8445587158203,79.31668853759766,13.828047752380371,206.12997436523438,78.27597045898438,27.381811141967773,208.390625,77.61820220947266,-68.23784637451172,67.25631713867188,72.14512634277344,-74.78314208984375,69.88850402832031,69.61156463623047,-65.74710083007812,75.54374694824219,84.13107299804688,5.436232089996338,222.509033203125,34.824764251708984,11.74242115020752,229.8568572998047,39.88194274902344,11.12905502319336,232.39688110351562,31.779634475708008,38.572479248046875,112.09086608886719,-3.246767044067383,34.432193756103516,118.73892974853516,5.16243314743042,49.647727966308594,106.9946060180664,-9.26500415802002,-64.8308334350586,151.45745849609375,102.31316375732422,-64.30609893798828,156.27194213867188,98.23413848876953,-49.16175842285156,155.6923370361328,96.3784408569336,-91.18583679199219,95.03437042236328,-91.47882080078125,-84.90917205810547,97.84698486328125,-82.32393646240234,-80.4152603149414,93.14905548095703,-89.06504821777344,-32.88719177246094,57.901268005371094,62.263790130615234,-48.98479461669922,57.32044982910156,54.443565368652344,-48.02336502075195,60.89229965209961,74.6860580444336,-14.282057762145996,188.07054138183594,92.36470031738281,-22.79942512512207,200.78042602539062,82.44888305664062,-26.308609008789062,200.6239471435547,86.19474792480469,-99.45565795898438,149.37351989746094,75.708740234375,-101.80744171142578,156.00222778320312,70.61874389648438,-109.68186950683594,144.01039123535156,54.37419509887695,-121.36056518554688,142.46046447753906,9.715961456298828,-121.59147644042969,137.93138122558594,-3.895303964614868,-123.5374984741211,131.71383666992188,-1.7147949934005737,-73.10165405273438,149.1748809814453,-10.57909107208252,-75.43675994873047,141.441650390625,-13.712644577026367,-81.38240814208984,146.0229949951172,-9.1276216506958,-83.12428283691406,81.51299285888672,81.97378540039062,-89.61543273925781,76.58514404296875,77.0522232055664,-76.76827239990234,76.60464477539062,72.0863265991211,51.50861740112305,105.71969604492188,111.46845245361328,46.27198791503906,107.4720687866211,85.181640625,78.2245101928711,103.70167541503906,87.9598159790039,-79.38756561279297,68.47361755371094,56.80535125732422,-66.46864318847656,70.18083953857422,52.02075958251953,-89.61543273925781,76.58514404296875,77.0522232055664,6.173119068145752,197.8087615966797,-79.06887817382812,8.935580253601074,172.34107971191406,-97.87154388427734,6.131587028503418,183.50320434570312,-105.07324981689453,-6.937503814697266,218.30923461914062,-61.52473449707031,-6.593769073486328,207.94781494140625,-21.513412475585938,-6.940091133117676,215.68667602539062,-24.868745803833008,23.15848159790039,208.9600067138672,-99.94013977050781,29.950702667236328,214.94114685058594,-87.77141571044922,13.717663764953613,208.51979064941406,-94.87509155273438,-79.83560943603516,204.6714324951172,-42.766448974609375,-91.61943817138672,196.7655487060547,-43.18775177001953,-86.56358337402344,201.71031188964844,-47.12345886230469,97.57308959960938,150.44284057617188,-88.99452209472656,89.28524780273438,156.61341857910156,-94.2222900390625,94.32061004638672,150.15277099609375,-96.32505798339844,-6.402760028839111,165.7761688232422,-125.6214599609375,-6.417544841766357,159.13792419433594,-140.81826782226562,-7.343401908874512,157.5681915283203,-131.6723175048828,86.94784545898438,121.57780456542969,92.52191925048828,83.93586730957031,131.31024169921875,88.5220947265625,90.24577331542969,133.71788024902344,81.64483642578125,29.94358253479004,242.0311279296875,9.962987899780273,24.344654083251953,240.68603515625,20.959243774414062,25.758146286010742,232.63441467285156,12.244012832641602,73.49797058105469,99.72413635253906,-47.623626708984375,62.941070556640625,93.39813232421875,-63.475318908691406,72.29605865478516,101.35499572753906,-66.93290710449219,13.934715270996094,211.1508331298828,-6.425910949707031,6.940091133117676,215.68667602539062,-24.868745803833008,14.151576042175293,235.86363220214844,-23.592668533325195,45.34686279296875,126.16846466064453,-153.93299865722656,30.722667694091797,134.19859313964844,-160.24891662597656,47.96851348876953,135.4973907470703,-152.00228881835938,-92.75627136230469,148.28988647460938,35.800140380859375,-108.0594482421875,145.9866180419922,26.93869400024414,-99.69828033447266,154.91700744628906,37.81159591674805,13.505044937133789,186.78146362304688,-36.23402404785156,12.746052742004395,190.08436584472656,-37.0567512512207,19.46955680847168,190.5125732421875,-20.60877799987793,11.96308708190918,97.62834930419922,-110.46517181396484,8.555389404296875,93.32185363769531,-88.45872497558594,8.099207878112793,85.9958724975586,-110.24507141113281,-61.921844482421875,232.9663848876953,-5.732934951782227,-51.34214782714844,230.08792114257812,5.217507839202881,-55.25831985473633,226.1945343017578,7.293327808380127,-21.01390838623047,107.5797348022461,95.26978302001953,-28.86153221130371,101.85397338867188,117.7548828125,-35.307010650634766,105.86279296875,111.61933898925781,79.49208068847656,117.24235534667969,-127.63256072998047,85.60317993164062,128.4259796142578,-109.10617065429688,85.03469848632812,144.28250122070312,-112.2625961303711,75.49848175048828,136.1901092529297,-22.574068069458008,72.58345031738281,146.7459259033203,-25.728656768798828,75.52547454833984,138.57290649414062,-41.036624908447266,100.53578186035156,193.09849548339844,-16.385940551757812,99.77519226074219,197.41831970214844,-19.671186447143555,107.12158966064453,178.26608276367188,-27.327123641967773,-5.833148956298828,190.73117065429688,-72.34750366210938,-6.485029220581055,198.41233825683594,-64.28118896484375,-4.014556884765625,173.4002685546875,-76.56452178955078,-9.625944137573242,115.2387924194336,-6.2065510749816895,-16.808412551879883,110.00724029541016,-1.3143349885940552,-11.432295799255371,107.84564208984375,-10.140616416931152,-53.92699432373047,116.33699035644531,117.64620971679688,-59.06867599487305,122.20639038085938,116.27717590332031,-66.44905090332031,117.41995239257812,112.98223114013672,59.91688919067383,228.27870178222656,23.10633087158203,56.11448287963867,222.81918334960938,30.908363342285156,59.95848083496094,213.79086303710938,29.182947158813477,-8.3129301071167,145.48988342285156,-79.14080047607422,-7.856947898864746,126.62007141113281,-70.18096923828125,-5.433413982391357,179.8986053466797,-28.9405460357666,17.24275016784668,83.18737030029297,62.48294448852539,20.829185485839844,79.44316864013672,73.78951263427734,19.41795539855957,82.99839782714844,59.62234878540039,13.082286834716797,73.07080078125,-127.35246276855469,17.966495513916016,75.42828369140625,-140.6881561279297,11.402522087097168,84.6273193359375,-141.48606872558594,59.14909744262695,48.57324981689453,102.56761932373047,70.63996124267578,53.34065628051758,99.11006164550781,68.08199310302734,46.2320671081543,91.93279266357422,-6.937503814697266,218.30923461914062,-61.52473449707031,-9.943035125732422,220.65817260742188,-71.92545318603516,-8.5318603515625,212.51748657226562,-70.44345092773438,-65.67285919189453,209.41004943847656,-69.81243133544922,-82.78885650634766,201.88848876953125,-71.21788787841797,-66.18094635009766,213.85690307617188,-61.28202438354492,-46.663326263427734,96.22201538085938,-43.49609375,-55.45849609375,95.07671356201172,-46.03952407836914,-53.366424560546875,94.47216033935547,-38.67809295654297,69.03436279296875,72.83566284179688,68.25689697265625,83.67877197265625,68.40086364746094,65.51647186279297,84.91988372802734,71.6683349609375,71.96623229980469,46.283756256103516,94.50296783447266,27.814620971679688,26.515615463256836,109.11290740966797,35.060791015625,45.16373062133789,88.44246673583984,20.103424072265625,69.77534484863281,69.77153778076172,111.86831665039062,59.83930206298828,90.06108093261719,120.2827377319336,78.46929168701172,83.39881134033203,106.54058074951172,111.71637725830078,144.21109008789062,35.304229736328125,99.16881561279297,154.8249969482422,69.47638702392578,103.54695129394531,151.7576904296875,49.764747619628906,82.37012481689453,98.24906158447266,34.236602783203125,79.87240600585938,99.35230255126953,42.57989501953125,83.50301361083984,114.5602798461914,53.291290283203125,-49.40028762817383,119.73344421386719,-143.5956268310547,-58.22028732299805,116.20892333984375,-144.6933135986328,-64.107666015625,131.36607360839844,-136.65528869628906,-76.75260162353516,153.99180603027344,95.34475708007812,-66.86566162109375,142.00547790527344,109.3183364868164,-81.82647705078125,142.41995239257812,96.15594482421875,118.52147674560547,119.76044464111328,24.964763641357422,114.6404037475586,111.83668518066406,12.684127807617188,118.15409088134766,106.36747741699219,15.468082427978516,-114.7887954711914,106.68826293945312,-20.81834602355957,-116.90959167480469,113.70425415039062,-13.19836711883545,-113.46251678466797,115.07350158691406,-19.60003662109375,-107.49042510986328,103.91371154785156,61.58452606201172,-110.22264862060547,110.81365203857422,59.92971420288086,-101.97818756103516,110.59498596191406,69.66806030273438,22.4720516204834,95.0302505493164,64.29794311523438,13.808941841125488,91.76661682128906,72.36568450927734,16.697582244873047,96.55988311767578,65.29083251953125,-79.49208068847656,117.24235534667969,-127.63256072998047,-85.03469848632812,144.28250122070312,-112.2625961303711,-85.60317993164062,128.4259796142578,-109.10617065429688,103.79408264160156,176.14820861816406,7.275579929351807,107.9534912109375,185.72802734375,7.92405891418457,107.7667236328125,163.0321807861328,0.30687400698661804,-12.105243682861328,149.9731903076172,85.07733154296875,-13.704000473022461,154.40357971191406,89.17298126220703,-15.814482688903809,141.27223205566406,60.81072235107422,56.33393478393555,57.288291931152344,-11.172266006469727,54.59039306640625,69.75845336914062,-10.187885284423828,63.372047424316406,69.48057556152344,-6.055531024932861,64.45278930664062,174.7908172607422,100.29017639160156,54.750858306884766,181.23812866210938,99.88070678710938,56.391727447509766,168.2832489013672,102.27747344970703,-35.32340621948242,201.08212280273438,60.93544006347656,-32.32773971557617,208.2993927001953,58.71104049682617,-28.703094482421875,209.65562438964844,67.40890502929688,67.9739990234375,219.47369384765625,5.822144031524658,83.5179214477539,218.43649291992188,-8.75722599029541,66.72271728515625,231.2632598876953,-1.2503410577774048,-13.718839645385742,79.9095458984375,117.29374694824219,-15.240184783935547,67.77867126464844,110.36080932617188,-8.70419692993164,84.24459075927734,100.97479248046875,-15.88046932220459,179.97434997558594,81.92420196533203,-18.418508529663086,169.91293334960938,87.1091537475586,-15.452858924865723,184.51205444335938,91.16384887695312,12.807398796081543,89.68020629882812,64.97021484375,8.281905174255371,86.8260498046875,62.64599609375,7.567805767059326,94.29673767089844,62.81277084350586,87.84197235107422,211.42837524414062,-10.802347183227539,83.5179214477539,218.43649291992188,-8.75722599029541,82.07576751708984,200.8660430908203,-4.724043846130371,7.388001918792725,76.0252914428711,-90.94642639160156,15.894845008850098,71.01915740966797,-109.98722076416016,15.002076148986816,77.67839050292969,-75.55188751220703,35.34630584716797,90.41786193847656,105.54206085205078,39.13689041137695,94.74832916259766,105.38343048095703,29.38081932067871,95.05439758300781,102.30751037597656,-16.700960159301758,96.560546875,65.29047393798828,-22.472749710083008,95.03124237060547,64.29756927490234,-9.001264572143555,106.88619232177734,61.89632797241211,-56.11448669433594,222.8191680908203,30.908363342285156,-34.81209945678711,228.8606719970703,40.60322570800781,-43.37144088745117,237.3213348388672,34.20456314086914,-27.676963806152344,240.57008361816406,35.10197830200195,-27.656051635742188,244.3241424560547,19.952486038208008,-42.1666259765625,241.24656677246094,29.31167984008789,31.010753631591797,70.30155944824219,-113.17948150634766,41.636837005615234,77.70748138427734,-99.73058319091797,28.92439079284668,72.1761703491211,-93.7677001953125,36.7456169128418,58.3067512512207,42.84568405151367,34.314510345458984,56.50104904174805,49.66259002685547,41.06875228881836,50.63178253173828,46.09929656982422,-30.906333923339844,118.8824462890625,20.982419967651367,-22.234838485717773,128.59471130371094,28.751935958862305,-31.567398071289062,112.2890396118164,25.351627349853516,-60.1833610534668,76.2315444946289,26.254419326782227,-86.33592987060547,69.87567138671875,42.43001937866211,-62.56883239746094,66.33035278320312,30.30445098876953,22.67099380493164,67.1898422241211,-125.0636978149414,19.077804565429688,67.87027740478516,-114.93077850341797,11.112696647644043,71.1539306640625,-130.38763427734375,7.480226993560791,115.10200500488281,-40.809593200683594,7.905664920806885,112.81517028808594,-17.164466857910156,4.248672962188721,134.7217559814453,-44.75920104980469,-46.18855667114258,101.38648986816406,-33.7761344909668,-52.60901641845703,101.69120025634766,-16.965822219848633,-49.647727966308594,106.9946060180664,-9.26500415802002,29.6600284576416,151.4482421875,52.30018997192383,23.761184692382812,150.4877166748047,57.00572967529297,26.45360565185547,143.02407836914062,50.44230270385742,-26.15845489501953,119.7763442993164,-158.9589385986328,-19.172313690185547,119.95561218261719,-158.61819458007812,-24.469953536987305,133.707275390625,-158.97030639648438,-60.381805419921875,75.6419906616211,57.928466796875,-66.71931457519531,75.69654846191406,66.74580383300781,-66.46864318847656,70.18083953857422,52.02075958251953,0.5028110146522522,113.87603759765625,27.22177505493164,-0.6856269836425781,110.33252716064453,24.070674896240234,-2.337671995162964,111.4687728881836,26.749155044555664,75.63853454589844,100.26908874511719,63.96113204956055,89.64336395263672,96.9918212890625,69.93223571777344,75.00000762939453,104.01277923583984,78.27938079833984,52.575931549072266,62.0185661315918,-60.25723648071289,44.509437561035156,65.87850189208984,-49.10983657836914,50.45915985107422,67.3763427734375,-57.91664505004883,91.39544677734375,174.9780731201172,-36.52412033081055,101.58580780029297,180.65513610839844,-36.1512565612793,94.62450408935547,194.55453491210938,-25.954326629638672,-22.940528869628906,143.43359375,119.66449737548828,-13.819744110107422,142.86349487304688,113.72093200683594,-20.909250259399414,134.30435180664062,119.59278106689453,-103.19910430908203,195.23878479003906,-6.208296775817871,-110.76353454589844,175.3493194580078,-20.637104034423828,-111.74036407470703,187.04417419433594,-7.328566074371338,-55.76068115234375,202.9146728515625,33.98698425292969,-68.86012268066406,215.95277404785156,29.368202209472656,-70.78690338134766,216.2769012451172,40.35562515258789,-50.618064880371094,80.52581024169922,60.1485481262207,-60.381805419921875,75.6419906616211,57.928466796875,-55.63977813720703,74.30760192871094,46.057960510253906,2.9464659690856934,179.59449768066406,10.69360065460205,5.0166168212890625,164.97509765625,24.34321403503418,6.2146382331848145,206.50743103027344,14.239481925964355,121.13105010986328,123.71119689941406,-0.7836520075798035,123.5374984741211,131.71383666992188,-1.7147949934005737,120.76424407958984,132.99452209472656,15.355175018310547,94.67645263671875,163.6359405517578,60.610130310058594,85.25558471679688,166.64999389648438,67.62516784667969,98.32756805419922,161.4064178466797,66.00089263916016,-104.24120330810547,90.08531951904297,8.986383438110352,-107.6363754272461,99.69190216064453,28.440675735473633,-106.2439193725586,88.58229064941406,21.16057777404785,8.7423095703125,60.25130081176758,75.635009765625,6.940887928009033,62.147762298583984,66.54802703857422,6.382741928100586,78.18414306640625,81.77235412597656,-78.20189666748047,182.8880157470703,72.12848663330078,-70.28723907470703,177.78131103515625,74.01754760742188,-72.04771423339844,168.7237548828125,59.41313552856445,34.65829086303711,128.72857666015625,20.609533309936523,34.432193756103516,118.73892974853516,5.16243314743042,23.18568229675293,129.4649200439453,11.387181282043457,109.69837188720703,145.09144592285156,29.326644897460938,101.36370086669922,154.76649475097656,40.72553253173828,95.68852996826172,148.18960571289062,38.270816802978516,3.834359884262085,151.51156616210938,-61.64971923828125,4.248672962188721,134.7217559814453,-44.75920104980469,2.774167060852051,177.74510192871094,-5.873688220977783,37.01020431518555,109.74517059326172,106.68138122558594,52.96754455566406,109.68925476074219,110.19659423828125,29.302650451660156,113.28765106201172,118.51359558105469,86.4731674194336,194.5419158935547,-34.26809310913086,83.29821014404297,186.85018920898438,-27.8369140625,73.24322509765625,201.7643585205078,-25.98142433166504,88.3906021118164,83.73554992675781,-69.52200317382812,74.29834747314453,77.10640716552734,-66.17835998535156,63.88471603393555,62.78648376464844,-63.781124114990234,91.51162719726562,92.52264404296875,-88.3656234741211,101.14253997802734,102.73089599609375,-97.0608139038086,100.46011352539062,111.23771667480469,-87.74835205078125,-15.452858924865723,184.51205444335938,91.16384887695312,-26.356287002563477,199.4913787841797,83.12151336669922,-21.738229751586914,192.7830047607422,76.80451202392578,-100.13143920898438,77.68961334228516,53.39665985107422,-101.08206939697266,84.93667602539062,63.291996002197266,-98.36134338378906,88.36918640136719,59.71878433227539,-8.27265453338623,102.0000228881836,52.78928756713867,-7.521996021270752,110.44732666015625,48.40067672729492,-8.60074234008789,106.15299987792969,42.50307083129883,2.8395700454711914,92.94204711914062,99.86402893066406,3.149630069732666,82.57006072998047,112.663818359375,3.3700530529022217,99.47760772705078,110.41049194335938,-98.36134338378906,88.36918640136719,59.71878433227539,-95.15277099609375,81.87715148925781,47.91017532348633,-100.13143920898438,77.68961334228516,53.39665985107422,-85.43333435058594,133.4822540283203,-22.121015548706055,-79.61151123046875,130.45188903808594,-19.5391845703125,-92.1361083984375,118.15776062011719,-39.700321197509766,89.68680572509766,90.03872680664062,94.39183807373047,73.33142852783203,87.2511978149414,114.77377319335938,80.73274230957031,83.09233856201172,108.3425521850586,8.60074234008789,106.15299987792969,42.50307083129883,8.27265453338623,102.0000228881836,52.78928756713867,15.14500617980957,98.49937438964844,45.417701721191406,7.778458118438721,88.88175201416016,78.64942932128906,8.041726112365723,92.0652084350586,74.74008178710938,6.058532238006592,91.7467269897461,62.75597381591797,17.497638702392578,192.91038513183594,-21.618141174316406,13.682415962219238,194.73324584960938,-10.761015892028809,24.7470645904541,197.1362762451172,-3.581001043319702,25.732162475585938,150.90647888183594,52.18989944458008,15.729280471801758,157.48048400878906,62.40656280517578,23.0512752532959,162.23265075683594,68.46832275390625,-13.391611099243164,120.41209411621094,8.76378059387207,0.11429700255393982,125.28534698486328,11.277750015258789,-13.890517234802246,119.26850891113281,15.761163711547852,-91.67236328125,151.45477294921875,80.73114776611328,-99.45565795898438,149.37351989746094,75.708740234375,-92.17948913574219,139.541748046875,82.44869232177734,25.887039184570312,193.46401977539062,-2.4951720237731934,21.65665054321289,204.42562866210938,1.709233045578003,25.223594665527344,208.42959594726562,7.364171028137207,-7.948960781097412,111.6032943725586,55.36320114135742,-6.3558669090271,109.75608825683594,63.136695861816406,-5.621157169342041,124.49137115478516,54.397430419921875,93.50060272216797,57.250091552734375,63.67488098144531,85.46495819091797,49.449520111083984,57.11215591430664,96.57784271240234,65.8479995727539,50.1306266784668,40.151641845703125,62.84609603881836,35.394161224365234,35.7824592590332,62.96763610839844,45.245487213134766,44.06111526489258,67.85468292236328,33.83272933959961,-66.07865142822266,130.2561798095703,-74.03024291992188,-69.35169982910156,131.21144104003906,-79.6977767944336,-62.28108596801758,136.0875244140625,-76.66817474365234,-9.349322319030762,203.82566833496094,44.699485778808594,-7.806828022003174,195.1914520263672,64.43933868408203,-8.51727294921875,209.86419677734375,68.7707748413086,77.68000793457031,218.79685974121094,25.59188461303711,68.86012268066406,215.95277404785156,29.368200302124023,77.82965850830078,215.25161743164062,34.71528244018555,-77.11061096191406,154.49679565429688,-114.60848236083984,-78.38912963867188,145.53892517089844,-121.94488525390625,-86.90510559082031,148.6949920654297,-112.75701141357422,-82.85517120361328,208.66160583496094,41.64009094238281,-89.25761413574219,187.0850830078125,52.16061019897461,-81.16126251220703,208.2093048095703,32.990333557128906,16.731369018554688,238.87356567382812,0.5111550092697144,17.4547119140625,241.4006805419922,-19.5238037109375,25.57815170288086,238.86053466796875,-19.027376174926758,-38.275123596191406,239.38136291503906,-10.175469398498535,-33.42397689819336,243.4444580078125,-2.3765709400177,-42.54654312133789,238.05455017089844,-7.181264877319336,63.17676544189453,139.47315979003906,-137.768310546875,62.65412902832031,150.97117614746094,-131.08799743652344,68.85822296142578,135.59341430664062,-131.4602508544922,49.91462326049805,162.53439331054688,104.40959167480469,51.41507339477539,157.9132843017578,98.27296447753906,46.6567497253418,163.6168212890625,93.82679748535156,-8.448023796081543,84.32987213134766,65.07670593261719,-7.941336154937744,87.9136734008789,68.76171112060547,-9.043709754943848,85.12319946289062,74.50765991210938,-79.61860656738281,131.25079345703125,98.7614974975586,-65.26997375488281,130.67578125,108.01465606689453,-75.40646362304688,122.26434326171875,105.35374450683594,-8.70098876953125,201.56936645507812,-106.61214447021484,-2.9313859939575195,190.48794555664062,-102.30718994140625,-3.176136016845703,183.82167053222656,-130.1174774169922,-22.552228927612305,109.10484313964844,30.240036010742188,-30.17095375061035,110.2846450805664,33.699073791503906,-10.637451171875,127.1783676147461,36.46415710449219,-66.48431396484375,193.3423309326172,-77.50227355957031,-80.141357421875,178.73934936523438,-71.96815490722656,-91.80216979980469,179.68995666503906,-71.50399780273438,53.76276779174805,217.04547119140625,-59.39107894897461,51.43522262573242,214.01480102539062,-50.03105926513672,45.906272888183594,218.90280151367188,-56.82638168334961,-13.335100173950195,187.6581268310547,-131.8433074951172,-12.115629196166992,169.68585205078125,-147.1133575439453,-24.763071060180664,174.97610473632812,-140.8605499267578,87.49012756347656,55.7917366027832,-18.42601776123047,76.04574584960938,54.7361946105957,-18.219039916992188,81.05924224853516,59.74949264526367,-11.560775756835938,-62.478553771972656,196.54940795898438,-87.54120635986328,-77.34978485107422,180.26515197753906,-69.7740478515625,-81.57294464111328,179.55758666992188,-75.83898162841797,-54.79611587524414,201.44638061523438,-88.84888458251953,-49.4517822265625,192.1510009765625,-98.28369140625,-44.272186279296875,200.6680145263672,-79.94055938720703,48.462379455566406,50.56304168701172,37.2756462097168,46.1143798828125,50.802452087402344,38.19889831542969,48.1281623840332,54.119873046875,40.497413635253906,43.04157638549805,179.26686096191406,71.69452667236328,46.20216751098633,166.367431640625,85.85820007324219,38.930118560791016,182.26751708984375,83.93807983398438,-5.235875129699707,125.68951416015625,38.04005813598633,-8.675992965698242,112.89789581298828,32.38496398925781,-10.637451171875,127.1783676147461,36.46415710449219,41.077335357666016,91.48597717285156,18.530757904052734,47.3745231628418,96.6962661743164,26.040693283081055,49.86157989501953,88.51607513427734,18.91764259338379,24.919702529907227,86.95488739013672,101.982421875,19.272356033325195,86.45486450195312,110.18218231201172,34.18613815307617,81.66329193115234,112.84806823730469,19.180694580078125,233.3582763671875,36.71666717529297,15.693411827087402,216.5157470703125,43.319419860839844,12.116440773010254,222.24501037597656,40.22433090209961,67.79369354248047,64.3672103881836,67.30415344238281,56.18827438354492,62.780452728271484,68.8586196899414,65.7386703491211,66.91822814941406,87.8045425415039,92.75627136230469,148.28988647460938,35.800140380859375,99.69828033447266,154.91700744628906,37.81159591674805,108.0594482421875,145.9866180419922,26.93869400024414,-117.30237579345703,97.70790100097656,-5.445785999298096,-111.04113006591797,106.6667251586914,-10.64603328704834,-112.27481842041016,105.73001098632812,-2.790479898452759,107.52275085449219,174.1146697998047,-53.87812805175781,107.6883544921875,166.2583465576172,-44.956886291503906,111.84574890136719,163.88568115234375,-54.6546516418457,92.80701446533203,80.55799865722656,48.039466857910156,65.14907836914062,88.71865844726562,36.364501953125,58.47066879272461,82.46803283691406,26.49248695373535,-51.92824172973633,86.01026916503906,100.0898666381836,-42.397071838378906,79.96678161621094,87.95288848876953,-37.62626266479492,89.12728881835938,103.70830535888672,93.64009094238281,114.9483871459961,-112.59281921386719,82.33381652832031,118.97077941894531,-127.78080749511719,86.16209411621094,124.1777572631836,-113.4048080444336,-7.093236923217773,173.7578887939453,-76.27704620361328,-8.732196807861328,192.46624755859375,-50.604515075683594,-8.534578323364258,195.44351196289062,-58.180538177490234,-5.091381072998047,86.9243392944336,-111.44984436035156,-5.356575012207031,78.11962890625,-102.92699432373047,-7.033711910247803,81.85499572753906,-137.65878295898438,-7.195792198181152,68.26500701904297,56.995697021484375,-9.518106460571289,75.31011199951172,54.85761642456055,-4.8151140213012695,76.27093505859375,60.400794982910156,15.510945320129395,106.49683380126953,-39.91823196411133,11.678400993347168,111.85881042480469,-39.43829345703125,15.141597747802734,103.49291229248047,-32.58839416503906,65.20045471191406,71.08165740966797,47.63978576660156,56.55425262451172,68.7800064086914,39.30693817138672,54.71042251586914,74.09476470947266,37.13072204589844,-100.1375732421875,138.26145935058594,-85.10868835449219,-97.81373596191406,123.04332733154297,-80.58958435058594,-72.76606750488281,129.1578826904297,-78.18599700927734,-22.345258712768555,125.60491943359375,113.82918548583984,-34.990013122558594,116.45999145507812,99.04288482666016,-23.769020080566406,120.10231018066406,120.05976104736328,58.41320037841797,107.80066680908203,68.82689666748047,41.553409576416016,110.95433044433594,82.51839447021484,77.1033935546875,107.2752914428711,87.07080841064453,-48.70634460449219,176.1256561279297,100.018798828125,-56.399024963378906,168.28260803222656,102.2774887084961,-50.83714294433594,158.1869354248047,97.52296447753906,115.41169738769531,102.71815490722656,35.16341781616211,115.06220245361328,107.3503189086914,53.35294723510742,110.72953796386719,99.11522674560547,31.765361785888672,32.98933410644531,129.7145233154297,125.56788635253906,17.600833892822266,121.64722442626953,124.66825866699219,12.964091300964355,131.75369262695312,125.22808837890625,7.672496795654297,66.74085998535156,90.67827606201172,1.1338729858398438,90.56766510009766,94.12413787841797,4.178171157836914,72.51602935791016,82.3755111694336,4.38424015045166,105.90656280517578,30.74384307861328,0.5028110146522522,113.87603759765625,27.22177505493164,-2.337671995162964,111.4687728881836,26.749155044555664,69.17189025878906,149.328369140625,-121.90263366699219,74.74337768554688,157.18365478515625,-107.80818939208984,77.11060333251953,154.49679565429688,-114.60848236083984,33.10709762573242,223.53997802734375,-64.97742462158203,35.97777557373047,221.69808959960938,-76.40748596191406,45.906272888183594,218.90280151367188,-56.82638168334961,-20.959596633911133,84.46271514892578,121.14619445800781,-37.10750961303711,90.4399185180664,127.14736938476562,-32.05485916137695,95.92338562011719,124.19930267333984,75.29271697998047,78.94489288330078,69.88491821289062,47.935279846191406,84.74935913085938,83.85526275634766,82.12056732177734,87.6324234008789,87.52738952636719,-15.037957191467285,222.93788146972656,4.107001781463623,-25.758146286010742,232.63441467285156,12.244012832641602,-15.685897827148438,231.3623809814453,4.1100969314575195,21.96610450744629,230.48599243164062,-47.99159240722656,15.418994903564453,230.96990966796875,-41.08600997924805,15.036005973815918,229.62327575683594,-62.5589485168457,-27.580129623413086,82.60094451904297,112.08518981933594,-34.61726760864258,76.07833099365234,108.5406265258789,-47.425636291503906,74.67633056640625,108.91557312011719,10.650203704833984,70.10692596435547,96.43370819091797,17.025774002075195,62.429931640625,93.29082489013672,14.089798927307129,64.64900207519531,108.297119140625,-86.67347717285156,134.04580688476562,86.23466491699219,-97.43335723876953,137.78829956054688,79.67239379882812,-90.0228500366211,122.48575592041016,93.59366607666016,-24.76250648498535,55.4223747253418,84.83969116210938,-26.854827880859375,64.45928192138672,79.57673645019531,-24.347837448120117,60.36962890625,78.13209533691406,-43.650306701660156,82.70329284667969,86.61051177978516,-62.58203887939453,76.00746154785156,64.48096466064453,-74.38147735595703,77.70703887939453,74.38894653320312,-11.853805541992188,123.1352767944336,59.895938873291016,-25.718036651611328,115.34554290771484,56.03443908691406,-8.834693908691406,130.29220581054688,49.76544189453125,-56.104942321777344,64.65966033935547,29.422529220581055,-62.56883239746094,66.33035278320312,30.30445098876953,-67.08113861083984,54.625877380371094,40.55339813232422,-50.839324951171875,61.294857025146484,31.028596878051758,-48.94224548339844,63.07290267944336,28.24125099182129,-51.683349609375,65.04466247558594,26.483341217041016,-85.64166259765625,78.63754272460938,76.75308990478516,-82.99710083007812,72.98148345947266,64.75359344482422,-85.17667388916016,73.7021713256836,68.66030883789062,-44.91746139526367,79.64466857910156,98.61075592041016,-27.960084915161133,87.09742736816406,102.08893585205078,-37.33028793334961,90.44142150878906,105.55543518066406,-4.310145854949951,208.61436462402344,-18.790958404541016,-8.976302146911621,197.3277130126953,-15.172175407409668,-3.9623420238494873,202.1541748046875,-27.775333404541016,-93.00244140625,93.44593811035156,56.74525833129883,-98.36134338378906,88.36918640136719,59.71878433227539,-90.99514770507812,99.9347152709961,72.75314331054688,92.80487060546875,92.8919906616211,41.73636245727539,99.37947082519531,90.173095703125,32.66017150878906,89.51165008544922,90.0904312133789,28.938718795776367,42.53361511230469,217.21389770507812,-83.62032318115234,43.676177978515625,223.07913208007812,-67.91161346435547,47.15841293334961,210.43670654296875,-75.44271850585938,-94.62450408935547,194.55453491210938,-25.954326629638672,-84.8656234741211,207.91439819335938,-25.535259246826172,-89.47885131835938,210.3253173828125,-22.21787452697754,78.72730255126953,138.286865234375,-41.309078216552734,74.73419952392578,145.89671325683594,-19.816688537597656,81.59611511230469,128.51824951171875,-40.67453384399414,-82.32646942138672,87.44509887695312,87.15727233886719,-74.75145721435547,90.28295135498047,98.01483917236328,-63.51712417602539,92.31936645507812,98.30665588378906,-13.2094087600708,124.72451782226562,0.2499680072069168,-9.625944137573242,115.2387924194336,-6.2065510749816895,-7.429224967956543,131.6343994140625,-10.867557525634766,36.18654251098633,110.17786407470703,71.47801208496094,22.98965072631836,115.21218872070312,67.038818359375,25.763214111328125,115.3471908569336,55.926815032958984,-87.2813491821289,157.46145629882812,52.87230682373047,-93.6555404663086,153.99806213378906,39.94346618652344,-87.8366470336914,160.1035614013672,49.6624641418457,-120.4395980834961,94.67513275146484,-9.840865135192871,-117.74166870117188,112.75773620605469,12.424966812133789,-118.71751403808594,100.27145385742188,-10.567824363708496,-69.88006591796875,69.19269561767578,111.62461853027344,-80.6250991821289,65.28217315673828,97.0555191040039,-78.64287567138672,82.37443542480469,106.14401245117188,28.05832862854004,228.00987243652344,58.753273010253906,38.91932678222656,218.83294677734375,59.1623649597168,44.901397705078125,223.61976623535156,52.09313201904297,81.66983795166016,109.17786407470703,78.31427764892578,94.26579284667969,110.5871353149414,80.78617858886719,89.91448211669922,109.84773254394531,88.77339935302734,-94.731201171875,145.2259521484375,-104.43634796142578,-100.56529235839844,124.53219604492188,-100.30878448486328,-103.4900894165039,131.82223510742188,-94.60102844238281,78.46146392822266,124.40875244140625,106.68883514404297,89.99351501464844,125.89537811279297,91.57662200927734,86.08721160888672,131.78118896484375,94.19709777832031,90.05592346191406,98.27914428710938,-112.54249572753906,74.41520690917969,99.56770324707031,-127.14370727539062,78.63105773925781,92.17940521240234,-117.97789001464844,-5.485970973968506,208.09616088867188,-69.82048797607422,-2.656424045562744,195.78953552246094,-85.0848388671875,-6.0063629150390625,207.79725646972656,-77.16447448730469,-20.42494010925293,63.868953704833984,28.59036636352539,-21.600740432739258,75.33595275878906,23.74966812133789,-20.983301162719727,81.5977554321289,36.5035400390625,36.54642868041992,82.77454376220703,-15.272628784179688,37.778709411621094,80.67706298828125,-12.07826042175293,43.75771713256836,70.25183868408203,-20.937908172607422,107.9534912109375,185.72802734375,7.92405891418457,105.98800659179688,190.5273895263672,21.064218521118164,107.1148681640625,193.6898956298828,3.7421059608459473,33.51573944091797,39.60160827636719,55.767704010009766,16.9951114654541,47.64384078979492,56.200801849365234,39.92979431152344,50.295833587646484,42.753536224365234,97.66946411132812,149.01861572265625,72.58968353271484,97.4039306640625,141.20401000976562,73.67030334472656,92.52735137939453,151.20745849609375,77.45458984375,-49.33909606933594,110.1029281616211,51.45580291748047,-54.34828567504883,106.0807876586914,59.04279327392578,-51.48354721069336,101.33688354492188,36.07538986206055,99.23507690429688,107.26516723632812,-106.19037628173828,101.14253997802734,102.73089599609375,-97.0608139038086,92.1554183959961,96.48207092285156,-114.10717010498047,6.237499237060547,100.17062377929688,53.63685989379883,9.310894966125488,99.37361907958984,44.66703796386719,18.06998634338379,94.88394165039062,46.35038375854492,-79.61151123046875,130.45188903808594,-19.5391845703125,-81.59611511230469,128.51824951171875,-40.67454528808594,-82.29164123535156,116.67100524902344,-31.204448699951172,93.58065795898438,117.72676849365234,-36.19158935546875,83.07039642333984,134.14744567871094,-15.937280654907227,78.49748992919922,128.2584228515625,-16.29302978515625,-54.88944625854492,214.66603088378906,73.04571533203125,-70.6347885131836,219.67893981933594,54.25837326049805,-69.16417694091797,207.26071166992188,71.953125,-27.475879669189453,76.5607681274414,11.493391036987305,-22.793228149414062,107.87078857421875,7.776294231414795,-22.726123809814453,100.17572021484375,17.36780548095703,95.17510223388672,81.85820007324219,47.8102912902832,93.25662231445312,77.66374969482422,43.375457763671875,90.76470947265625,84.64838409423828,44.71317672729492,-57.4447135925293,87.92503356933594,-43.752525329589844,-55.971778869628906,73.20565032958984,-54.47464370727539,-52.42438888549805,64.57728576660156,-56.59184265136719,-115.2548828125,136.99305725097656,-34.889610290527344,-112.81534576416016,139.95172119140625,-24.98048210144043,-118.80330657958984,153.8633270263672,-23.23793601989746,62.24225997924805,204.0734405517578,-80.55839538574219,66.48431396484375,193.3423309326172,-77.50227355957031,65.59535217285156,198.25921630859375,-87.59815216064453,6.026187896728516,101.0296630859375,36.90579605102539,15.888259887695312,93.89778137207031,41.546775817871094,12.812439918518066,92.77530670166016,44.563907623291016,-34.914939880371094,78.82793426513672,106.07112884521484,-45.52599334716797,66.16268157958984,83.14450073242188,-50.87340545654297,73.69635009765625,102.35595703125,101.34257507324219,121.7231674194336,-64.09385681152344,104.41731262207031,124.91233825683594,-53.913787841796875,95.59564208984375,116.80802154541016,-64.63908386230469,11.559475898742676,187.11068725585938,46.731319427490234,9.349326133728027,203.82568359375,44.69948196411133,7.806818962097168,195.19146728515625,64.43933868408203,78.11871337890625,106.90360260009766,93.2427749633789,75.24545288085938,106.5320053100586,74.60466003417969,81.66983795166016,109.17786407470703,78.31427764892578,-66.9940185546875,169.7738037109375,-120.98571014404297,-61.8090934753418,176.63528442382812,-117.1838150024414,-55.02360916137695,167.2123565673828,-129.65101623535156,-13.890517234802246,119.26850891113281,15.761163711547852,0.11429700255393982,125.28534698486328,11.277750015258789,-1.1305040121078491,122.55062103271484,17.628461837768555,54.01211166381836,64.60263061523438,39.10721969604492,71.70513153076172,66.8367919921875,50.20970153808594,72.66344451904297,62.844364166259766,53.325233459472656,-5.621157169342041,124.49137115478516,54.397430419921875,-7.0174689292907715,122.34660339355469,62.99021911621094,-6.061511039733887,130.82333374023438,45.39598846435547,76.40282440185547,153.59637451171875,1.4166359901428223,75.39811706542969,150.67872619628906,1.668336033821106,87.16961669921875,157.6736297607422,5.125223159790039,-57.42994689941406,87.65198516845703,102.81327056884766,-51.92824172973633,86.01026916503906,100.0898666381836,-56.5601921081543,91.0787124633789,99.49705505371094,-8.557339668273926,61.482765197753906,76.5711441040039,-16.925737380981445,61.60085678100586,84.56572723388672,-18.484302520751953,65.3861312866211,80.45052337646484,117.70931243896484,156.9040069580078,-39.09508514404297,117.9402847290039,162.49046325683594,-22.403249740600586,118.80330657958984,153.8633270263672,-23.23793601989746,-16.369245529174805,63.326812744140625,79.05960845947266,-22.83409881591797,65.0201644897461,81.72401428222656,-22.29854965209961,61.92979049682617,80.12840270996094,40.819862365722656,164.36685180664062,-125.88253021240234,36.6645393371582,160.57879638671875,-138.74549865722656,36.79853439331055,172.65045166015625,-132.3417510986328,63.62303924560547,235.31964111328125,-4.508469104766846,45.483787536621094,237.21368408203125,0.6815099716186523,52.25621795654297,233.0538787841797,5.550034046173096,-115.09844970703125,161.51914978027344,-22.103656768798828,-111.96956634521484,168.02821350097656,-38.37691116333008,-107.12158966064453,178.26608276367188,-27.327123641967773,49.86157989501953,88.51607513427734,18.91764259338379,47.3745231628418,96.6962661743164,26.040693283081055,66.28629302978516,87.4057388305664,31.15186882019043,31.010753631591797,70.30155944824219,-113.17948150634766,28.92439079284668,72.1761703491211,-93.7677001953125,19.077804565429688,67.87027740478516,-114.93077850341797,-8.300874710083008,105.58153533935547,-54.57060241699219,-5.438755989074707,84.81947326660156,-76.50140380859375,-5.167065143585205,106.34547424316406,-72.5920639038086,-71.85038757324219,201.7509765625,0.2562679946422577,-70.8562240600586,213.8924102783203,17.764942169189453,-63.055625915527344,205.15899658203125,10.440242767333984,-56.104942321777344,64.65966033935547,29.422529220581055,-45.961708068847656,68.93574523925781,30.65899085998535,-48.581695556640625,77.33452606201172,21.26155662536621,-10.234203338623047,105.14801025390625,-2.3515119552612305,-8.628856658935547,93.39696502685547,-7.5036468505859375,-17.59536361694336,89.11172485351562,-6.814418792724609,-30.604915618896484,114.91180419921875,85.30281829833984,-16.68662452697754,113.11508178710938,94.51414489746094,-33.47889709472656,112.44331359863281,92.19231414794922,72.82247924804688,166.13284301757812,65.99417114257812,85.42207336425781,163.0582733154297,67.4488525390625,92.52735137939453,151.20745849609375,77.45458984375,97.36023712158203,113.83561706542969,85.732421875,89.91448211669922,109.84773254394531,88.77339935302734,94.26579284667969,110.5871353149414,80.78617858886719,6.2146382331848145,206.50743103027344,14.239481925964355,7.606205940246582,219.9828338623047,21.099910736083984,11.516687393188477,211.3396453857422,6.821523189544678,10.504871368408203,73.75746154785156,46.92768478393555,2.0065970420837402,53.89289093017578,52.99321365356445,14.526656150817871,71.22086334228516,45.51054382324219,-45.85076904296875,218.36016845703125,32.43905258178711,-51.566429138183594,202.1487274169922,34.2294921875,-55.42528533935547,214.98463439941406,30.220659255981445,104.4798355102539,172.92843627929688,-53.982521057128906,109.10108947753906,162.6699981689453,-54.749813079833984,103.50593566894531,164.99566650390625,-42.553279876708984,28.078535079956055,60.25128173828125,48.457740783691406,27.428434371948242,59.26464080810547,53.89255142211914,25.851863861083984,65.25016021728516,51.528404235839844,-101.33060455322266,175.48570251464844,41.42155456542969,-96.9095230102539,169.78436279296875,39.82647705078125,-103.5246353149414,159.82025146484375,35.102603912353516,72.22928619384766,124.85443115234375,-81.18547058105469,89.27560424804688,116.6982421875,-83.57420349121094,88.76875305175781,108.31613159179688,-87.48455047607422,-47.96851348876953,135.4973907470703,-152.00228881835938,-55.47719192504883,132.05052185058594,-146.63706970214844,-63.17676544189453,139.47315979003906,-137.768310546875,109.69837188720703,145.09144592285156,29.326644897460938,111.9408187866211,133.80503845214844,22.990894317626953,120.76424407958984,132.99452209472656,15.355175018310547,-49.647727966308594,106.9946060180664,-9.26500415802002,-52.60901641845703,101.69120025634766,-16.965822219848633,-59.86665344238281,110.26728057861328,2.7341949939727783,-99.614990234375,209.424560546875,7.138982772827148,-93.0793685913086,213.20608520507812,25.447921752929688,-90.3150405883789,213.96307373046875,9.82884407043457,72.29605865478516,101.35499572753906,-66.93290710449219,62.941070556640625,93.39813232421875,-63.475318908691406,66.61727142333984,106.04496002197266,-77.8104248046875,-31.665109634399414,196.66348266601562,-117.9343490600586,-13.335100173950195,187.6581268310547,-131.8433074951172,-24.763071060180664,174.97610473632812,-140.8605499267578,-45.84565353393555,110.4729232788086,85.36157989501953,-58.421470642089844,107.7703628540039,68.70872497558594,-77.04071044921875,107.3214340209961,86.92805480957031,-50.82341766357422,86.99752807617188,-145.22271728515625,-41.94747543334961,78.06858825683594,-135.4095001220703,-60.75278091430664,86.8869857788086,-137.7806396484375,74.40423583984375,175.48760986328125,72.11103057861328,69.55191040039062,184.5712432861328,84.05961608886719,81.050048828125,172.7650146484375,78.0589370727539,-110.3922348022461,151.6205596923828,26.4292049407959,-115.14605712890625,152.4384307861328,15.887221336364746,-108.87322235107422,165.33697509765625,36.51504135131836,-107.62024688720703,163.939208984375,15.748473167419434,-105.33504486083984,153.10301208496094,4.242823123931885,-96.62750244140625,161.9873504638672,11.498259544372559,74.29834747314453,77.10640716552734,-66.17835998535156,88.3906021118164,83.73554992675781,-69.52200317382812,88.02159118652344,95.80200958251953,-60.46839141845703,-52.252098083496094,83.04953002929688,59.909034729003906,-45.797359466552734,86.78500366210938,44.03690719604492,-57.269744873046875,76.71752166748047,44.8818359375,5.095643997192383,176.2559051513672,108.84679412841797,1.7030290365219116,172.92800903320312,99.00377655029297,1.0336320400238037,168.9975128173828,106.84391021728516,14.371438026428223,98.04907989501953,61.83311080932617,4.3475189208984375,114.62334442138672,64.15576934814453,9.548117637634277,92.79664611816406,65.73110961914062,-59.13572311401367,151.50189208984375,-130.89065551757812,-67.72858428955078,148.0572509765625,-117.89497375488281,-64.36207580566406,140.41436767578125,-121.57257080078125,-118.52147674560547,119.76044464111328,24.964763641357422,-116.87801361083984,129.40745544433594,25.955490112304688,-115.12496185302734,135.9701690673828,37.155208587646484,4.726809024810791,119.84876251220703,119.89751434326172,25.511457443237305,114.89002227783203,107.95150756835938,14.020113945007324,123.12616729736328,108.29601287841797,-63.063297271728516,43.76636505126953,61.29867935180664,-63.28593444824219,46.52560806274414,51.70356369018555,-84.34210968017578,52.062660217285156,59.00788116455078,81.91767883300781,139.43496704101562,96.751220703125,82.8550796508789,162.06625366210938,81.90038299560547,83.93586730957031,131.31024169921875,88.5220947265625,-57.70407485961914,103.94104766845703,-2.622499942779541,-51.42006301879883,94.42030334472656,-20.60515594482422,-48.24421691894531,102.32178497314453,-15.244864463806152,-107.98411560058594,145.21925354003906,-5.156867027282715,-104.54413604736328,135.39593505859375,-19.331619262695312,-100.26226043701172,139.35447692871094,-16.152652740478516,60.62518310546875,58.24581527709961,-3.829922914505005,70.17194366455078,68.3995132446289,-1.5896589756011963,56.84651565551758,69.63468170166016,-5.615135192871094,46.63419723510742,82.96957397460938,3.9525859355926514,41.95001220703125,100.88584899902344,18.585180282592773,49.32442092895508,98.09980010986328,17.536958694458008,-95.68852996826172,148.18960571289062,38.27081298828125,-97.80781555175781,143.32809448242188,28.951980590820312,-93.6555404663086,153.99806213378906,39.94346618652344,16.492694854736328,89.24105072021484,41.14670944213867,15.97724437713623,102.46482849121094,43.806556701660156,23.516725540161133,86.00487518310547,35.78761672973633,-86.16329956054688,175.73226928710938,-85.7271957397461,-81.33643341064453,180.36253356933594,-96.41044616699219,-76.74934387207031,169.67974853515625,-102.87715911865234,-29.622419357299805,77.37369537353516,94.91935729980469,-33.406776428222656,68.99976348876953,75.9364013671875,-45.52599334716797,66.16268157958984,83.14450073242188,-80.13032531738281,96.25194549560547,45.46696090698242,-85.52714538574219,106.36799621582031,62.017452239990234,-82.16918182373047,96.11332702636719,37.8255729675293,-26.41305160522461,61.26837158203125,49.684207916259766,-27.619426727294922,50.928104400634766,49.30174255371094,-31.518455505371094,55.93595504760742,47.76823806762695,-22.940528869628906,143.43359375,119.66449737548828,-20.909250259399414,134.30435180664062,119.59278106689453,-30.159984588623047,130.1696014404297,125.03370666503906,-15.247697830200195,158.16900634765625,100.62841796875,-21.418724060058594,152.4185028076172,109.70266723632812,-14.85889720916748,173.28466796875,107.23959350585938,-39.72952651977539,68.60160064697266,-25.813310623168945,-43.30402755737305,59.42275619506836,-38.666683197021484,-38.2319221496582,73.4483642578125,-32.72105026245117,40.819862365722656,164.36685180664062,-125.88253021240234,36.79853439331055,172.65045166015625,-132.3417510986328,46.92292785644531,170.5859832763672,-114.46566772460938,78.142578125,188.31568908691406,73.49066162109375,59.127220153808594,189.4617919921875,88.91097259521484,71.87969970703125,197.83265686035156,73.29264068603516,-97.43335723876953,137.78829956054688,79.67239379882812,-105.18741607666016,128.10263061523438,74.3580093383789,-98.43586730957031,121.82738494873047,85.85294342041016,43.630638122558594,68.12285614013672,28.562149047851562,36.83123779296875,81.27261352539062,25.746187210083008,43.949676513671875,76.86764526367188,20.47003173828125,7.484234809875488,112.34815979003906,-111.083740234375,5.619101047515869,135.6170196533203,-109.12052154541016,8.794230461120605,143.67770385742188,-118.32052612304688,-52.42438888549805,64.57728576660156,-56.59184265136719,-45.50628662109375,61.2108154296875,-37.62326431274414,-46.45380783081055,65.80623626708984,-45.86627197265625,50.9427490234375,219.32489013671875,62.10866928100586,47.752681732177734,219.7784423828125,56.63386535644531,38.91932678222656,218.83294677734375,59.1623649597168,9.046873092651367,137.6138153076172,-12.449593544006348,8.230879783630371,151.00924682617188,5.030249118804932,14.020550727844238,134.8879852294922,2.7262279987335205,-12.690629005432129,150.25482177734375,46.48145294189453,-23.828725814819336,130.52064514160156,45.62154769897461,-13.284411430358887,139.54989624023438,40.31793212890625,36.83123779296875,81.27261352539062,25.746187210083008,44.06111526489258,67.85468292236328,33.83272933959961,40.528141021728516,77.55692291259766,32.87644577026367,-42.91045379638672,179.9163055419922,71.1026840209961,-40.57282257080078,190.56646728515625,65.18738555908203,-36.407737731933594,198.9342498779297,78.88525390625,-77.8352279663086,67.7945327758789,56.129539489746094,-65.62059020996094,63.950496673583984,49.64569854736328,-71.5235595703125,64.53594970703125,59.914093017578125,-104.73397827148438,128.91259765625,-55.69329833984375,-109.4815444946289,144.48744201660156,-66.00892639160156,-109.86569213867188,132.1542510986328,-50.567832946777344,-71.97713470458984,123.77888488769531,-78.19326782226562,-67.85125732421875,133.87548828125,-76.08859252929688,-72.76606750488281,129.1578826904297,-78.18599700927734,-67.70760345458984,132.05223083496094,-67.45612335205078,-61.775691986083984,134.9234161376953,-72.72692108154297,-62.28108596801758,136.0875244140625,-76.66817474365234,-98.98793029785156,143.15786743164062,-15.78258991241455,-81.38240814208984,146.0229949951172,-9.1276216506958,-100.36155700683594,133.23553466796875,-28.230844497680664,-13.310965538024902,90.4868392944336,-55.26983642578125,-30.090913772583008,87.76387023925781,-51.27075958251953,-19.99032211303711,88.7375717163086,-53.81828689575195,-21.524433135986328,240.31663513183594,31.003829956054688,-20.489336013793945,240.95986938476562,21.355300903320312,-27.656051635742188,244.3241424560547,19.952486038208008,84.92414855957031,109.11858367919922,-128.90164184570312,92.1554183959961,96.48207092285156,-114.10717010498047,77.27172088623047,107.35680389404297,-136.57176208496094,-5.091381072998047,86.9243392944336,-111.44984436035156,-6.957489013671875,95.12727355957031,-138.26113891601562,-8.018318176269531,101.95783233642578,-134.60165405273438,17.966495513916016,75.42828369140625,-140.6881561279297,31.931238174438477,81.10194396972656,-139.38365173339844,34.130924224853516,85.75659942626953,-145.8043975830078,-67.9739990234375,219.47369384765625,5.822143077850342,-83.5179214477539,218.43649291992188,-8.757225036621094,-82.02095031738281,200.87594604492188,-4.683466911315918,50.84946823120117,174.29898071289062,-117.34196472167969,40.819862365722656,164.36685180664062,-125.88253021240234,46.92292785644531,170.5859832763672,-114.46566772460938,-44.475318908691406,88.39031982421875,-49.99782943725586,-50.96430969238281,81.34053039550781,-62.99815368652344,-33.4542236328125,81.67947387695312,-61.203125,15.807893753051758,70.46437072753906,115.61402893066406,8.38609504699707,80.09962463378906,117.34588623046875,20.989696502685547,75.89488983154297,122.75788879394531,-6.229276180267334,100.1960220336914,53.72158432006836,-9.310894012451172,99.37361907958984,44.66703796386719,-5.081424236297607,106.62616729736328,42.920047760009766,-103.19910430908203,195.23878479003906,-6.208296775817871,-104.36676788330078,199.18658447265625,0.8452169895172119,-102.11609649658203,202.4295654296875,1.4350279569625854,-5.622716903686523,147.00363159179688,-79.75254821777344,-6.395966053009033,120.75218963623047,-97.01615142822266,-9.291482925415039,144.7529296875,-94.25273895263672,-28.13646125793457,58.30641555786133,65.6976547241211,-26.701284408569336,65.07483673095703,58.6917839050293,-24.07046890258789,61.647789001464844,67.33245849609375,79.83560943603516,204.6714324951172,-42.766448974609375,48.34447479248047,209.19326782226562,-43.99676513671875,61.46615982055664,205.58949279785156,-46.694793701171875,-49.61996841430664,143.5893096923828,-145.2671356201172,-42.96320343017578,142.039306640625,-149.7551727294922,-47.96851348876953,135.4973907470703,-152.00228881835938,-35.46437454223633,67.92376708984375,87.78547668457031,-51.3701286315918,68.45838928222656,97.89556121826172,-34.61726760864258,76.07833099365234,108.5406265258789,-25.314390182495117,43.73586654663086,58.72480773925781,-27.557838439941406,54.061580657958984,51.70652389526367,-41.06874084472656,50.631778717041016,46.09930419921875,-74.73419952392578,145.89671325683594,-19.81669044494629,-81.59611511230469,128.51824951171875,-40.67454528808594,-79.61151123046875,130.45188903808594,-19.5391845703125,33.71833419799805,119.23699951171875,57.52561950683594,39.5638542175293,117.72195434570312,58.70820617675781,43.409542083740234,113.75363159179688,37.66899871826172,11.96308708190918,97.62834930419922,-110.46517181396484,11.089255332946777,105.98408508300781,-116.12649536132812,7.203218936920166,99.0231704711914,-89.03534698486328,-86.2398452758789,199.8702850341797,36.97687911987305,-94.02200317382812,204.89073181152344,33.3884391784668,-98.00492095947266,190.60511779785156,41.59788513183594,-4.38447380065918,141.1875457763672,74.102783203125,-5.5065717697143555,150.63519287109375,92.14756774902344,-3.88429594039917,139.0791473388672,83.08007049560547,22.67099380493164,67.1898422241211,-125.0636978149414,31.010753631591797,70.30155944824219,-113.17948150634766,19.077804565429688,67.87027740478516,-114.93077850341797,-54.01211166381836,64.60263061523438,39.10721969604492,-38.95261001586914,64.14606475830078,26.83621597290039,-44.274635314941406,60.87956619262695,37.40515899658203,80.141357421875,178.73934936523438,-71.96815490722656,66.48431396484375,193.3423309326172,-77.50227355957031,91.8021469116211,179.6899871826172,-71.5040054321289,25.6407527923584,242.5631561279297,11.223958969116211,14.233485221862793,237.29432678222656,5.1258392333984375,21.09579849243164,224.83102416992188,12.637887954711914,28.27916145324707,226.7459259033203,-50.48664474487305,27.393428802490234,234.7589569091797,-41.28703689575195,21.96610450744629,230.48599243164062,-47.99159240722656,33.47113800048828,209.7670440673828,61.181678771972656,24.443775177001953,216.32240295410156,68.62358093261719,34.034912109375,209.24122619628906,77.49832153320312,-24.711719512939453,129.6187286376953,21.77811050415039,-22.234838485717773,128.59471130371094,28.751935958862305,-31.941146850585938,126.05879974365234,19.959396362304688,93.56660461425781,130.16860961914062,-35.54350662231445,86.45033264160156,140.39480590820312,-26.368507385253906,98.63155364990234,137.8452911376953,-27.89718246459961,89.47885131835938,210.3253173828125,-22.21787452697754,78.50639343261719,221.9943389892578,-13.581745147705078,74.72826385498047,220.4300537109375,-20.974103927612305,78.60468292236328,118.8910140991211,-135.62416076660156,74.95265197753906,127.55729675292969,-134.5303192138672,80.36408233642578,131.242919921875,-126.61663055419922,14.00035285949707,135.00160217285156,12.564654350280762,24.71171760559082,129.6187286376953,21.77811050415039,16.00943946838379,136.1747283935547,25.430057525634766,65.59535217285156,198.25921630859375,-87.59815216064453,59.8479118347168,200.12924194335938,-93.84819030761719,62.24225997924805,204.0734405517578,-80.55839538574219,-44.516510009765625,203.4071502685547,77.35079193115234,-39.80952453613281,195.4752655029297,71.45570373535156,-33.471153259277344,209.76686096191406,61.181941986083984,-14.181791305541992,172.9020233154297,110.7615737915039,-27.7073917388916,164.62730407714844,120.24698638916016,-20.810930252075195,152.79600524902344,115.62957000732422,36.28999710083008,108.69315338134766,31.12123680114746,31.56740379333496,112.28902435302734,25.351625442504883,39.12210464477539,97.47710418701172,16.04416847229004,5.265038013458252,151.79421997070312,8.885021209716797,7.235772132873535,152.48077392578125,36.68986511230469,5.0166168212890625,164.97509765625,24.34321403503418,-39.64329528808594,77.12532806396484,27.382492065429688,-29.141687393188477,84.70409393310547,14.709874153137207,-33.10357666015625,84.13166046142578,29.14680290222168,-40.24694061279297,232.86695861816406,-28.95233154296875,-31.595123291015625,237.97015380859375,-33.02927780151367,-25.57815170288086,238.86053466796875,-19.027376174926758,-32.242759704589844,74.67070770263672,111.56575775146484,-52.45628356933594,69.26580810546875,107.15347290039062,-49.028221130371094,63.200836181640625,92.267822265625,-33.89995193481445,92.15567779541016,102.04971313476562,-54.0098876953125,91.90059661865234,105.03794860839844,-73.78104400634766,88.43614196777344,97.32794189453125,62.6068000793457,99.22582244873047,43.53226089477539,56.26543045043945,107.70702362060547,56.18637466430664,63.1046257019043,106.01251983642578,61.37290573120117,59.55351638793945,42.20903396606445,72.74283599853516,70.8760757446289,45.46518325805664,76.5923843383789,63.063289642333984,43.766357421875,61.29875183105469,90.05592346191406,98.27914428710938,-112.54249572753906,81.71275329589844,90.5634994506836,-106.46195983886719,90.82937622070312,93.89850616455078,-102.6877670288086,12.208277702331543,63.010986328125,9.312264442443848,7.153811931610107,51.82443618774414,24.402353286743164,-4.338204860687256,47.46104431152344,23.376447677612305,8.353164672851562,112.15528106689453,-120.81460571289062,7.484234809875488,112.34815979003906,-111.083740234375,8.794230461120605,143.67770385742188,-118.32052612304688,70.77445983886719,152.7397918701172,-111.68082427978516,67.72858428955078,148.0572509765625,-117.89497375488281,75.45002746582031,144.87599182128906,-120.26404571533203,31.595123291015625,237.97015380859375,-33.02927780151367,17.4547119140625,241.4006805419922,-19.5238037109375,21.619321823120117,238.55157470703125,-33.26695251464844,-72.3430404663086,67.68987274169922,-5.712092876434326,-63.372047424316406,69.48057556152344,-6.055531024932861,-63.86493682861328,57.268402099609375,-6.967719078063965,-6.061511039733887,130.82333374023438,45.39598846435547,-9.209269523620605,124.2193832397461,38.348140716552734,-7.565846920013428,108.13875579833984,35.40798568725586,-101.86337280273438,143.8265380859375,-84.40084838867188,-99.89080047607422,146.23460388183594,-79.08940887451172,-100.36289978027344,151.11257934570312,-92.0615005493164,51.06626892089844,116.99812316894531,46.62155532836914,56.424278259277344,116.35051727294922,31.461912155151367,45.54927444458008,121.19044494628906,61.12272262573242,21.96610450744629,230.48599243164062,-47.99159240722656,21.619321823120117,238.55157470703125,-33.26695251464844,15.418994903564453,230.96990966796875,-41.08600997924805,-33.676055908203125,88.81847381591797,97.26808166503906,-37.62626266479492,89.12728881835938,103.70830535888672,-30.05129051208496,83.99495697021484,96.41427612304688,82.73816680908203,216.26123046875,29.513463973999023,77.68000793457031,218.79685974121094,25.59188461303711,77.82965850830078,215.25161743164062,34.71528244018555,-5.677394866943359,121.1111831665039,51.468040466308594,-5.85407018661499,116.31766510009766,47.69777297973633,-10.364771842956543,119.07925415039062,46.65299606323242,-98.00492095947266,190.60511779785156,41.59788513183594,-102.32777404785156,172.66966247558594,43.85792541503906,-87.40814208984375,184.0514373779297,42.01448440551758,-18.409378051757812,88.74873352050781,-149.218017578125,-13.335769653320312,108.72112274169922,-155.19952392578125,-20.47530174255371,104.46659088134766,-156.91879272460938,-75.39550018310547,133.9095458984375,-44.1727294921875,-79.51021575927734,136.0320281982422,-32.59376907348633,-85.61637115478516,125.19913482666016,-41.061424255371094,-24.335018157958984,129.7071533203125,30.947189331054688,-16.11335563659668,140.64524841308594,39.79629135131836,-20.629369735717773,135.62158203125,25.883878707885742,-115.90451049804688,143.32968139648438,34.92689895629883,-118.01116180419922,135.3171844482422,39.16591262817383,-109.68186950683594,144.01039123535156,54.37419509887695,70.78690338134766,216.2769012451172,40.35562515258789,52.96784591674805,214.69351196289062,49.070350646972656,64.02313232421875,220.3203582763672,53.07592010498047,-75.49848175048828,136.1901092529297,-22.574068069458008,-75.52547454833984,138.57290649414062,-41.036624908447266,-72.58345031738281,146.7459259033203,-25.728656768798828,-117.70931243896484,156.9040069580078,-39.09508514404297,-117.9402847290039,162.49046325683594,-22.403247833251953,-115.00227355957031,169.44964599609375,-36.004573822021484,-26.905059814453125,61.01065444946289,116.43640899658203,-27.832075119018555,53.078453063964844,102.49513244628906,-15.240184783935547,67.77867126464844,110.36080932617188,-8.264469146728516,67.31607818603516,91.15248107910156,-17.359411239624023,62.34787368774414,93.57377624511719,-14.799407005310059,59.261695861816406,86.07795715332031,11.678400993347168,111.85881042480469,-39.43829345703125,10.952516555786133,113.62967681884766,-17.69682502746582,15.141597747802734,103.49291229248047,-32.58839416503906,73.39991760253906,167.19708251953125,-114.5911865234375,76.74934387207031,169.67974853515625,-102.87715911865234,74.74337768554688,157.18365478515625,-107.80818939208984,-45.469120025634766,219.54458618164062,51.32847213745117,-25.123682022094727,226.10948181152344,57.43266677856445,-39.34177017211914,217.23280334472656,56.46320724487305,-65.28032684326172,65.86991119384766,28.3308048248291,-87.44319915771484,69.49164581298828,39.613224029541016,-61.6821174621582,77.00222778320312,23.512939453125,28.398967742919922,66.17455291748047,54.653324127197266,30.476757049560547,63.581748962402344,54.151790618896484,25.851863861083984,65.25016021728516,51.528404235839844,77.1033935546875,107.2752914428711,87.07080841064453,91.03925323486328,99.88804626464844,72.68561553955078,74.62545013427734,106.90644073486328,76.43622589111328,-79.61151123046875,130.45188903808594,-19.5391845703125,-81.00291442871094,110.13257598876953,-37.903438568115234,-92.1361083984375,118.15776062011719,-39.700321197509766,-6.805071830749512,122.7231216430664,-147.1622772216797,-10.913134574890137,108.45372772216797,-157.2650909423828,-13.849328994750977,118.48027801513672,-159.58486938476562,24.469953536987305,133.707275390625,-158.97030639648438,13.315604209899902,130.80108642578125,-155.5021514892578,19.172313690185547,119.95561218261719,-158.61819458007812,-42.680259704589844,195.00616455078125,70.81813049316406,-37.525978088378906,209.35348510742188,61.35078048706055,-40.57282257080078,190.56646728515625,65.18738555908203,-77.69810485839844,172.00619506835938,78.50234985351562,-77.31657409667969,159.028564453125,70.65558624267578,-72.8224868774414,166.13282775878906,65.99421691894531,-8.3129301071167,145.48988342285156,-79.14080047607422,-5.433413982391357,179.8986053466797,-28.9405460357666,-6.949038028717041,177.23289489746094,-42.81974792480469,-12.708694458007812,114.0174560546875,26.46253776550293,-9.88487720489502,122.36620330810547,20.208641052246094,-17.564207077026367,115.59793090820312,21.197477340698242,-21.738229751586914,192.7830047607422,76.80451202392578,-13.912403106689453,176.86524963378906,71.05465698242188,-22.753896713256836,179.35545349121094,71.24156188964844,-6.83486795425415,151.9127960205078,71.0810775756836,-15.814482688903809,141.27223205566406,60.81072235107422,-13.517732620239258,149.2623748779297,57.9631233215332,-42.408973693847656,188.16964721679688,-98.5210952758789,-51.33833694458008,180.6035919189453,-106.75235748291016,-47.465755462646484,192.9918212890625,-100.4727783203125,-23.769020080566406,120.10231018066406,120.05976104736328,-30.159984588623047,130.1696014404297,125.03370666503906,-20.909250259399414,134.30435180664062,119.59278106689453,-69.49708557128906,75.80876159667969,83.68036651611328,-69.44587707519531,70.25946044921875,76.0968017578125,-47.27313232421875,78.97624969482422,94.7489013671875,-49.40028762817383,119.73344421386719,-143.5956268310547,-55.47719192504883,132.05052185058594,-146.63706970214844,-45.34686279296875,126.16846466064453,-153.93299865722656,-38.57126998901367,107.73421478271484,37.806396484375,-61.06451416015625,100.0752944946289,46.24919128417969,-58.421470642089844,107.7703628540039,68.70872497558594,5.794249057769775,206.38897705078125,-92.44497680664062,6.0063629150390625,207.79725646972656,-77.16446685791016,11.430877685546875,213.05914306640625,-83.13362884521484,31.941146850585938,126.05879974365234,19.959396362304688,42.55926513671875,123.974609375,21.830991744995117,45.14202880859375,126.13997650146484,18.786813735961914,-112.08104705810547,114.47064208984375,-34.80181121826172,-108.68608856201172,112.49951934814453,-23.527854919433594,-110.89847564697266,125.35064697265625,-21.789691925048828,48.54453659057617,215.70541381835938,-64.86216735839844,53.76276779174805,217.04547119140625,-59.39107894897461,45.906272888183594,218.90280151367188,-56.82638168334961,57.58679962158203,62.763004302978516,27.01020050048828,52.49592590332031,63.69453048706055,30.80255126953125,48.94224166870117,63.07290267944336,28.24125099182129,5.231973171234131,125.41905975341797,-64.87094116210938,4.248672962188721,134.7217559814453,-44.75920104980469,3.834359884262085,151.51156616210938,-61.64971923828125,37.331329345703125,100.84342193603516,11.195901870727539,38.89327621459961,104.36200714111328,7.690646171569824,37.813846588134766,89.91278839111328,-3.083904981613159,-8.015938758850098,59.83930587768555,66.4094467163086,-8.557339668273926,61.482765197753906,76.5711441040039,-6.586881160736084,70.04849243164062,69.8642578125,74.70989990234375,107.17967224121094,-58.87480926513672,77.36447143554688,118.9446029663086,-51.81541061401367,77.16297912597656,114.74024200439453,-63.75830078125,-93.0793685913086,213.20608520507812,25.447921752929688,-98.43196868896484,208.46202087402344,16.233449935913086,-107.42692565917969,188.4367218017578,32.07767868041992,70.15813446044922,147.63731384277344,-9.758296966552734,71.22409057617188,151.84722900390625,-12.11624526977539,72.58345031738281,146.7459259033203,-25.728656768798828,-7.574347019195557,154.53182983398438,-115.36608123779297,-12.130401611328125,143.52732849121094,-118.28266906738281,-8.393699645996094,137.60877990722656,-109.40652465820312,2.9464659690856934,179.59449768066406,10.69360065460205,2.774167060852051,177.74510192871094,-5.873688220977783,5.0166168212890625,164.97509765625,24.34321403503418,-29.61091423034668,61.90632247924805,63.1055908203125,-35.177677154541016,60.95053482055664,53.021827697753906,-48.12164306640625,60.277015686035156,54.649742126464844,116.90959167480469,113.70425415039062,-13.19836711883545,123.5374984741211,131.71383666992188,-1.7147949934005737,121.13105010986328,123.71119689941406,-0.7836520075798035,-82.59696197509766,144.63844299316406,80.90538787841797,-78.87078094482422,164.7113800048828,70.33068084716797,-91.67236328125,151.45477294921875,80.73114776611328,-33.508949279785156,101.49913787841797,-29.88155174255371,-17.153579711914062,100.77062225341797,-35.58440017700195,-19.02179718017578,100.84334564208984,-27.315841674804688,-59.401771545410156,85.34913635253906,-96.0009765625,-65.23735809326172,87.07986450195312,-103.23301696777344,-52.01213073730469,86.94702911376953,-108.96049499511719,-74.75145721435547,90.28295135498047,98.01483917236328,-70.38285827636719,86.99372863769531,102.40034484863281,-57.007652282714844,90.13301086425781,107.31526184082031,18.85919952392578,94.94670104980469,82.9189224243164,10.57822322845459,90.61337280273438,78.24381256103516,13.808941841125488,91.76661682128906,72.36568450927734,64.8775863647461,191.66177368164062,-97.87543487548828,62.478553771972656,196.54940795898438,-87.54120635986328,54.79611587524414,201.44638061523438,-88.84888458251953,51.27027130126953,84.21466064453125,-64.14999389648438,46.663326263427734,96.22201538085938,-43.49609375,53.77442932128906,91.1080551147461,-57.08574295043945,-15.617349624633789,204.77565002441406,81.28326416015625,-11.992557525634766,177.09213256835938,74.42247772216797,-6.368405818939209,198.85873413085938,76.38493347167969,60.19062042236328,75.76921081542969,57.9104118347168,66.99288177490234,70.16152954101562,52.330238342285156,68.40814208984375,76.17609405517578,69.58912658691406,-93.5919418334961,130.51177978515625,-82.41197204589844,-95.59564208984375,116.80802154541016,-64.63908386230469,-101.34258270263672,121.7231674194336,-64.09385681152344,-81.66991424560547,109.1778793334961,78.31428527832031,-94.26577758789062,110.58712005615234,80.78617858886719,-83.43556213378906,113.18328094482422,70.08753204345703,74.30937957763672,86.07990264892578,-77.5972900390625,58.071083068847656,83.7033920288086,-73.45095825195312,72.4389877319336,86.43055725097656,-72.29694366455078,-97.91678619384766,148.21275329589844,-9.184024810791016,-84.37139892578125,140.94606018066406,-21.392925262451172,-86.1085433959961,148.11260986328125,-8.190837860107422,-61.775691986083984,134.9234161376953,-72.72692108154297,-65.7303237915039,129.78326416015625,-67.46099090576172,-62.936065673828125,133.0203857421875,-77.85565948486328,29.230676651000977,59.30152893066406,82.01139831542969,24.50897216796875,56.76188278198242,83.10397338867188,23.374845504760742,59.02835464477539,85.58653259277344,78.66669464111328,197.50616455078125,-4.109201908111572,68.31548309326172,199.1795654296875,1.9458860158920288,83.89588928222656,209.23291015625,-10.747550964355469,-24.035783767700195,106.83674621582031,2.6903390884399414,-28.56409454345703,84.43484497070312,6.0953850746154785,-25.50942039489746,109.1279067993164,7.301971912384033,118.52147674560547,119.76044464111328,24.964763641357422,116.87801361083984,129.40745544433594,25.955490112304688,114.6404037475586,111.83668518066406,12.684127807617188,63.50450897216797,117.60393524169922,25.127912521362305,62.966827392578125,114.0143051147461,22.931480407714844,60.226318359375,114.39772033691406,24.102764129638672,44.25223159790039,81.02592468261719,-75.68167114257812,33.4542236328125,81.67947387695312,-61.203125,26.270111083984375,77.36004638671875,-79.40946197509766,5.6972150802612305,101.8119125366211,41.48906707763672,5.243916988372803,92.54347229003906,55.46831130981445,8.064533233642578,100.6892318725586,50.929588317871094,-85.25558471679688,166.64999389648438,67.62517547607422,-98.32756805419922,161.4064178466797,66.00089263916016,-92.4787368774414,158.56344604492188,75.52931213378906,-55.42528533935547,214.98463439941406,30.220659255981445,-48.74723815917969,233.67184448242188,28.97933006286621,-45.85076904296875,218.36016845703125,32.43905258178711,7.0486369132995605,129.2110595703125,81.10828399658203,9.779365539550781,132.2764129638672,94.20172119140625,16.36561393737793,123.2048568725586,77.92497253417969,-22.129884719848633,61.624210357666016,35.036678314208984,-28.79552459716797,60.93423080444336,45.1956672668457,-37.434234619140625,58.48986053466797,44.17239761352539,52.871376037597656,71.01795959472656,44.95751190185547,50.18259811401367,76.35924530029297,54.45115661621094,40.528141021728516,77.55692291259766,32.87644577026367,-111.3823013305664,128.16455078125,17.314254760742188,-118.3827896118164,130.7242431640625,23.50640869140625,-111.48310089111328,147.24960327148438,33.80244064331055,-77.69810485839844,172.00619506835938,78.50234985351562,-70.28723907470703,177.78131103515625,74.01754760742188,-65.5586166381836,184.81509399414062,84.07884979248047,-59.80616760253906,186.0519561767578,-105.82463836669922,-51.33833694458008,180.6035919189453,-106.75235748291016,-50.84947204589844,174.29898071289062,-117.34196472167969,68.35521697998047,75.47464752197266,83.61801147460938,87.02926635742188,71.4610366821289,67.16026306152344,88.69109344482422,76.8184814453125,78.2216567993164,99.77519226074219,197.41831970214844,-19.671186447143555,99.52590942382812,194.60939025878906,-25.01068687438965,107.80780792236328,177.19427490234375,-36.56926345825195,-73.24378967285156,166.6791229248047,-98.1771240234375,-83.93220520019531,174.4275665283203,-83.07418060302734,-80.78459167480469,166.9178466796875,-80.30030059814453,63.285926818847656,46.52560806274414,51.70355224609375,79.938720703125,53.17223358154297,49.6632194519043,67.08113861083984,54.62587356567383,40.553401947021484,108.13670349121094,75.8043441772461,-42.152000427246094,116.63235473632812,95.5278091430664,-27.008892059326172,117.32127380371094,89.03417205810547,-24.282438278198242,-97.02689361572266,100.04765319824219,64.9122314453125,-85.38481140136719,115.54777526855469,61.63138198852539,-98.83868408203125,107.2736587524414,71.54999542236328,19.41795539855957,82.99839782714844,59.62234878540039,30.353988647460938,69.59379577636719,73.37004089355469,27.650829315185547,71.6960220336914,65.41819763183594,-45.98945617675781,171.06564331054688,-106.16043853759766,-55.673614501953125,173.78323364257812,-115.96595764160156,-45.61625289916992,167.74081420898438,-111.31486511230469,-44.83903884887695,240.50868225097656,-7.186519145965576,-34.070308685302734,245.71926879882812,3.700287103652954,-37.409053802490234,241.8205108642578,-11.944354057312012,36.36375427246094,180.6302490234375,98.58292388916016,45.42000961303711,167.76918029785156,110.05889129638672,49.91462326049805,162.53439331054688,104.40959167480469,109.58135223388672,184.45278930664062,-7.829349994659424,87.89824676513672,209.62765502929688,5.668880939483643,96.27115631103516,186.12139892578125,-11.593194007873535,-39.40358352661133,107.50470733642578,24.830991744995117,-45.613441467285156,109.07679748535156,29.406583786010742,-36.99302291870117,115.63822174072266,41.404563903808594,-86.33592987060547,69.87567138671875,42.43001937866211,-85.71138763427734,61.185611724853516,45.437355041503906,-62.56883239746094,66.33035278320312,30.30445098876953,-15.121166229248047,68.05764770507812,1.6704720258712769,-28.636940002441406,68.6889877319336,14.017823219299316,-27.600313186645508,74.92890930175781,6.84824800491333,89.6192398071289,75.21552276611328,88.66496276855469,85.39779663085938,71.58380889892578,87.91521453857422,92.3133316040039,73.46051788330078,90.430419921875,40.36474609375,183.65562438964844,-119.15968322753906,45.61625289916992,167.74081420898438,-111.31486511230469,45.98945617675781,171.06564331054688,-106.16043853759766,106.65400695800781,82.92598724365234,9.066129684448242,107.46334075927734,89.07453918457031,11.448930740356445,109.74421691894531,90.13224029541016,21.7950439453125,-22.121784210205078,74.8049545288086,-143.8332061767578,-22.67098617553711,67.18983459472656,-125.06367492675781,-27.611461639404297,69.66803741455078,-130.00338745117188,-47.1782112121582,88.76634979248047,-143.76617431640625,-31.052021026611328,80.90469360351562,-139.68865966796875,-34.275840759277344,85.21524047851562,-140.1396942138672,-33.19635009765625,84.26681518554688,-16.2333984375,-35.82051086425781,82.09571838378906,-23.63741683959961,-41.477996826171875,90.14472961425781,-23.464380264282227,-90.43719482421875,79.37728881835938,80.72039031982422,-82.32646942138672,87.44509887695312,87.15727233886719,-90.55218505859375,76.87577819824219,71.66030883789062,-46.283756256103516,94.50296783447266,27.814620971679688,-65.14906311035156,88.7186508178711,36.3644905090332,-45.16373062133789,88.44246673583984,20.103424072265625,25.732162475585938,150.90647888183594,52.18989944458008,24.972320556640625,156.0292205810547,63.10505676269531,22.303537368774414,147.31381225585938,51.179691314697266,-22.07417869567871,98.64308166503906,65.5042724609375,-18.365619659423828,96.06078338623047,72.02684783935547,-14.304707527160645,99.92227172851562,67.1734848022461,79.3785629272461,197.569091796875,-74.83686828613281,91.8021469116211,179.6899871826172,-71.5040054321289,66.48431396484375,193.3423309326172,-77.50227355957031,-25.29012680053711,87.33930969238281,108.69893646240234,-44.91746139526367,79.64466857910156,98.61075592041016,-51.49496078491211,76.36685180664062,106.07679748535156,-5.270462989807129,112.93338012695312,57.17277145385742,-10.327995300292969,121.51768493652344,53.06182098388672,-12.304590225219727,109.84839630126953,62.906978607177734,104.4798355102539,172.92843627929688,-53.982521057128906,103.50593566894531,164.99566650390625,-42.553279876708984,92.17134857177734,180.40774536132812,-43.86363220214844,4.3475189208984375,114.62334442138672,64.15576934814453,5.37893009185791,125.589599609375,54.60367202758789,4.301116943359375,111.832275390625,76.62030029296875,69.55191040039062,184.5712432861328,84.05961608886719,79.70235443115234,173.59141540527344,85.2408447265625,81.050048828125,172.7650146484375,78.0589370727539,53.96205139160156,206.0378875732422,-87.4102783203125,58.556190490722656,213.45965576171875,-73.3664321899414,59.8479118347168,200.12924194335938,-93.84819030761719,-94.5400161743164,77.48673248291016,44.9108772277832,-91.8336181640625,74.71084594726562,42.511260986328125,-90.2760238647461,78.58771514892578,50.054141998291016,-13.310965538024902,90.4868392944336,-55.26983642578125,-9.242097854614258,86.11109924316406,-63.7822265625,-8.300874710083008,105.58153533935547,-54.57060241699219,102.23802947998047,76.23363494873047,0.8131049871444702,87.49012756347656,55.7917366027832,-18.42601776123047,89.83273315429688,65.53521728515625,-4.360073089599609,55.875526428222656,182.01443481445312,-104.49349212646484,41.00775146484375,184.12940979003906,-96.19181060791016,45.98945617675781,171.06564331054688,-106.16043853759766,-21.91389274597168,58.759124755859375,24.402217864990234,-28.636940002441406,68.6889877319336,14.017823219299316,-16.380704879760742,59.4521369934082,13.593772888183594,89.27560424804688,116.6982421875,-83.57420349121094,72.22928619384766,124.85443115234375,-81.18547058105469,96.87529754638672,123.0238037109375,-83.50827026367188,-60.01958084106445,110.84180450439453,-144.70028686523438,-73.55928802490234,99.89402770996094,-132.47406005859375,-77.27172088623047,107.35679626464844,-136.57176208496094,-93.29003143310547,179.25772094726562,58.80222702026367,-99.57975769042969,169.6241912841797,50.534175872802734,-95.27383422851562,165.4580841064453,56.417606353759766,-15.475127220153809,211.42005920410156,-98.45802307128906,-24.509462356567383,216.98655700683594,-88.28572845458984,-11.430877685546875,213.05914306640625,-83.13362884521484,77.34558868408203,223.2633514404297,-21.317096710205078,59.57778549194336,235.29110717773438,-12.631129264831543,79.51177215576172,224.67471313476562,-16.0976505279541,-92.5649185180664,58.64421463012695,-10.842166900634766,-89.66950988769531,63.60841751098633,-1.807515025138855,-101.78255462646484,77.92446899414062,11.409863471984863,-111.9457015991211,107.07814025878906,48.58531188964844,-107.49042510986328,103.91371154785156,61.58452606201172,-106.8354263305664,98.29324340820312,54.271270751953125,-10.40278434753418,172.75628662109375,83.49696350097656,-22.86604881286621,162.147705078125,68.42444610595703,-15.761643409729004,170.26370239257812,81.83780670166016,-97.47151184082031,105.07205963134766,65.0816421508789,-87.6347427368164,116.0306625366211,59.61903381347656,-82.37012481689453,98.24906158447266,34.236602783203125,-3.264694929122925,149.19491577148438,106.7120590209961,2.0179569721221924,154.3931427001953,110.3265380859375,0.7341769933700562,150.83592224121094,92.73401641845703,-6.592301845550537,112.29108428955078,-141.00534057617188,-11.068243980407715,104.22245788574219,-124.42762756347656,-8.018318176269531,101.95783233642578,-134.60165405273438,108.84778594970703,106.6044692993164,-40.416439056396484,107.83915710449219,126.3570327758789,-20.553983688354492,107.2130355834961,119.37891387939453,-36.32853698730469,8.5318603515625,212.51748657226562,-70.44345092773438,8.534578323364258,195.44351196289062,-58.180538177490234,9.639459609985352,197.91891479492188,-65.30854034423828,65.62458038330078,71.54913330078125,74.5950698852539,83.13431549072266,73.20781707763672,65.30293273925781,75.55953979492188,69.67642211914062,57.828887939453125,62.39500427246094,186.53564453125,93.53490447998047,49.07829666137695,190.35537719726562,94.7646255493164,54.750858306884766,181.23812866210938,99.88070678710938,-8.27265453338623,102.0000228881836,52.78928756713867,-15.132678985595703,98.51221466064453,45.43159103393555,-18.953529357910156,100.94432830810547,46.90556716918945,42.995609283447266,108.67545318603516,29.135114669799805,57.2321662902832,103.00836944580078,19.6019287109375,49.32442092895508,98.09980010986328,17.536958694458008,16.866241455078125,61.5433464050293,84.60174560546875,10.760285377502441,66.80264282226562,88.72166442871094,17.506038665771484,65.60673522949219,93.59375,8.48337459564209,133.43040466308594,-154.61474609375,8.773707389831543,152.3411407470703,-149.81129455566406,16.20471954345703,135.34857177734375,-159.65542602539062,-50.51227951049805,65.30023193359375,43.44640350341797,-35.7824592590332,62.96763610839844,45.245487213134766,-45.55030059814453,66.9893569946289,36.013938903808594,-48.90634536743164,168.3810272216797,94.09410858154297,-53.74971008300781,159.98716735839844,96.16763305664062,-55.219303131103516,172.53392028808594,99.43106079101562,24.54900360107422,161.2827606201172,64.77960968017578,19.81057357788086,149.6488800048828,47.957298278808594,13.822230339050293,157.52059936523438,59.45783615112305,-35.61299514770508,86.03962707519531,27.987796783447266,-45.797359466552734,86.78500366210938,44.03690719604492,-35.663848876953125,89.72335815429688,36.26322555541992,40.773616790771484,114.80850219726562,11.322781562805176,56.41496658325195,114.38397216796875,7.109283924102783,46.608985900878906,103.69266510009766,-1.6623250246047974,-118.20561218261719,109.99919128417969,29.699827194213867,-110.22264862060547,110.81365203857422,59.92971420288086,-114.5304183959961,106.38597869873047,36.45263671875,9.986976623535156,113.07188415527344,99.0905532836914,1.7623670101165771,122.33008575439453,100.54651641845703,9.296184539794922,115.55480194091797,92.60237884521484,-31.92339324951172,121.43547821044922,81.84915161132812,-37.4401741027832,117.22447204589844,83.91143035888672,-16.072908401489258,116.31401062011719,95.20621490478516,-68.86012268066406,215.95277404785156,29.368202209472656,-70.8562240600586,213.8924102783203,17.764942169189453,-77.68000793457031,218.79685974121094,25.59188461303711,5.497262954711914,116.03070068359375,51.77598571777344,9.93769359588623,114.6390151977539,52.56321716308594,4.474524021148682,113.2343978881836,52.89100646972656,13.912894248962402,176.8645782470703,71.05450439453125,7.632574081420898,185.8917236328125,71.30895233154297,13.828047752380371,206.12997436523438,78.27597045898438,-80.141357421875,178.73934936523438,-71.96815490722656,-81.53006744384766,180.80406188964844,-69.11051940917969,-87.34149932861328,171.62879943847656,-71.91526794433594,-45.55030059814453,66.9893569946289,36.013938903808594,-52.83528518676758,71.04232025146484,44.929264068603516,-50.51227951049805,65.30023193359375,43.44640350341797,10.365004539489746,100.59528350830078,44.45803451538086,8.504049301147461,94.55055236816406,50.873470306396484,20.0925350189209,84.85812377929688,43.28350067138672,-29.124095916748047,75.0539321899414,-94.38389587402344,-37.661041259765625,77.5915756225586,-109.86477661132812,-41.47076416015625,83.25823974609375,-86.25810241699219,-26.71430778503418,93.4417724609375,48.80183792114258,-23.035173416137695,95.35729217529297,44.17595291137695,-34.76606369018555,87.38629150390625,39.886756896972656,26.413049697875977,61.268367767333984,49.6842041015625,28.398967742919922,66.17455291748047,54.653324127197266,27.428434371948242,59.26464080810547,53.89255142211914,49.11483383178711,57.370079040527344,54.267276763916016,70.60152435302734,63.12131881713867,81.41242218017578,69.3002700805664,61.80314636230469,61.9225959777832,-86.4731674194336,194.5419158935547,-34.26809310913086,-73.24322509765625,201.7643585205078,-25.98142433166504,-83.29821014404297,186.85018920898438,-27.8369140625,62.294376373291016,53.33378219604492,-59.26338195800781,43.30402755737305,59.42275619506836,-38.666683197021484,52.575931549072266,62.0185661315918,-60.25723648071289,-94.0842514038086,66.20925903320312,52.98896408081055,-92.84255981445312,61.97580337524414,63.96455764770508,-84.34210968017578,52.062660217285156,59.00788116455078,44.055519104003906,95.23043823242188,-6.183705806732178,42.26371765136719,99.61237335205078,3.5172770023345947,40.834556579589844,90.08661651611328,-3.5428659915924072,23.761184692382812,150.4877166748047,57.00572967529297,17.24324607849121,169.52935791015625,85.8419418334961,8.970056533813477,172.2152862548828,88.2243423461914,-46.932613372802734,105.82184600830078,4.9007158279418945,-44.055519104003906,95.23043823242188,-6.183705806732178,-42.26371765136719,99.61237335205078,3.5172770023345947,-57.83942794799805,87.75377655029297,-134.21878051757812,-40.57426834106445,80.98563385009766,-134.94281005859375,-47.1782112121582,88.76634979248047,-143.76617431640625,-92.51578521728516,59.579044342041016,-21.18408966064453,-87.49012756347656,55.7917366027832,-18.42601776123047,-90.50896453857422,58.9613151550293,-37.050296783447266,70.94197082519531,96.14134216308594,-45.69535827636719,78.42762756347656,110.8561019897461,-36.08564376831055,74.08258056640625,102.93228912353516,-43.27666473388672,87.63513946533203,59.45076370239258,82.30257415771484,84.9645767211914,53.73323440551758,74.9489517211914,68.08199310302734,46.2320671081543,91.93279266357422,-21.973155975341797,245.6337127685547,2.2071049213409424,-32.11578369140625,245.92288208007812,-4.359395980834961,-34.070308685302734,245.71926879882812,3.700287103652954,-93.49198150634766,161.7835693359375,63.932064056396484,-85.7996826171875,157.94737243652344,50.691959381103516,-76.04241180419922,164.97071838378906,54.04265594482422,5.595229148864746,188.90274047851562,-55.39155960083008,4.450394153594971,198.2959747314453,-50.235206604003906,6.48502779006958,198.41233825683594,-64.28118896484375,69.65823364257812,113.73649597167969,-82.45230865478516,71.97700500488281,123.9697036743164,-78.05815124511719,78.49004364013672,118.03913879394531,-66.55670928955078,48.657779693603516,54.359230041503906,53.910926818847656,24.98553466796875,55.40195083618164,65.44978332519531,37.434234619140625,58.48986053466797,44.17239761352539,-4.332347869873047,200.2541046142578,38.498233795166016,-6.695957183837891,195.58580017089844,46.299861907958984,-9.893028259277344,184.6689453125,36.45808410644531,-61.09979248046875,97.22631072998047,-64.88268280029297,-62.153804779052734,93.80477905273438,-67.09126281738281,-62.26124954223633,101.29084777832031,-71.07252502441406,-21.795177459716797,107.72372436523438,20.58765983581543,-26.518308639526367,97.93760681152344,17.277626037597656,-24.76397705078125,81.89755249023438,28.87290382385254,-17.564207077026367,115.59793090820312,21.197477340698242,-16.016483306884766,122.9582290649414,9.96755599975586,-25.50942039489746,109.1279067993164,7.301971912384033,28.357929229736328,118.9315414428711,56.36722946166992,35.34011459350586,113.39051818847656,42.729007720947266,34.439117431640625,115.80821990966797,61.501705169677734,-3.1024138927459717,93.47528076171875,80.66921997070312,-4.768240928649902,78.20912170410156,88.35455322265625,-4.600621223449707,83.57942962646484,79.75656127929688,-16.731369018554688,238.87356567382812,0.5111550092697144,-23.341367721557617,242.71925354003906,1.4568730592727661,-22.039775848388672,238.56655883789062,-6.040243148803711,-120.2452163696289,91.34479522705078,-2.749191999435425,-121.07533264160156,106.53895568847656,14.58432674407959,-120.4395980834961,94.67513275146484,-9.840865135192871,-38.34941482543945,223.7361602783203,-46.04253005981445,-42.58393859863281,230.37142944335938,-40.611244201660156,-50.75712966918945,223.34519958496094,-41.678321838378906,100.09483337402344,121.03052520751953,-40.61927795410156,100.3615493774414,133.23553466796875,-28.230846405029297,109.38225555419922,119.67906951904297,-38.91321563720703,15.350930213928223,221.562255859375,60.7031135559082,14.701135635375977,214.75672912597656,69.96243286132812,11.357821464538574,217.05514526367188,60.11138153076172,-29.51427459716797,91.32390594482422,94.6628189086914,-48.8922004699707,84.1640625,82.26177215576172,-63.51712417602539,92.31936645507812,98.30665588378906,7.26489782333374,116.74153137207031,49.92599868774414,5.758423805236816,120.12359619140625,45.64155197143555,5.37893009185791,125.589599609375,54.60367202758789,-17.564207077026367,115.59793090820312,21.197477340698242,-25.50942039489746,109.1279067993164,7.301971912384033,-21.795177459716797,107.72372436523438,20.58765983581543,-97.24263763427734,60.321563720703125,-38.73381805419922,-113.82252502441406,80.22128295898438,-24.328481674194336,-108.1366958618164,75.8043441772461,-42.15201187133789,-18.990272521972656,80.86032104492188,73.36048889160156,-19.42405128479004,82.9736328125,59.6324462890625,-27.675630569458008,72.7243881225586,72.07772827148438,-116.87801361083984,129.40745544433594,25.955490112304688,-114.6404037475586,111.83668518066406,12.684127807617188,-110.35587310791016,130.1158447265625,22.576723098754883,-14.25680923461914,79.00817108154297,55.940616607666016,-20.332439422607422,77.50899505615234,56.055484771728516,-15.883842468261719,93.8909912109375,41.55320358276367,-11.922890663146973,232.85122680664062,-56.31474685668945,-7.128023147583008,228.18919372558594,-36.65106201171875,-6.503259181976318,226.90003967285156,-64.5916748046875,-24.617429733276367,84.99242401123047,90.17312622070312,-18.616188049316406,85.70333862304688,84.10757446289062,-40.50663375854492,82.82910919189453,77.43209075927734,-40.82887268066406,141.11904907226562,-147.25315856933594,-26.083744049072266,153.2298583984375,-148.38705444335938,-33.78216552734375,156.55068969726562,-140.0167236328125,69.7408447265625,207.9102325439453,-61.77055740356445,56.789024353027344,212.4988555908203,-70.18898010253906,63.54136276245117,205.65408325195312,-69.58465576171875,34.034912109375,209.24122619628906,77.49832153320312,27.354246139526367,209.8104248046875,80.45355987548828,34.24510192871094,201.5928955078125,84.70567321777344,-11.374101638793945,241.24124145507812,-10.319952011108398,-17.936222076416016,244.4623565673828,-19.998926162719727,-18.007570266723633,242.6100616455078,-3.2412590980529785,-49.4517822265625,192.1510009765625,-98.28369140625,-41.00775146484375,184.12940979003906,-96.19181060791016,-44.272186279296875,200.6680145263672,-79.94055938720703,77.83523559570312,67.7945327758789,56.129547119140625,72.18305969238281,65.09041595458984,59.385169982910156,65.62059020996094,63.950496673583984,49.64569854736328,-48.98479461669922,57.32044982910156,54.443565368652344,-70.57313537597656,62.58805465698242,61.461700439453125,-70.22882843017578,63.22846221923828,83.73918914794922,34.070308685302734,245.71926879882812,3.700294017791748,25.6407527923584,242.5631561279297,11.223958969116211,27.656051635742188,244.3241424560547,19.952484130859375,68.84000396728516,81.11489868164062,15.055570602416992,60.03854751586914,86.4446792602539,23.968351364135742,65.1102523803711,76.96593475341797,5.515864849090576,8.504049301147461,94.55055236816406,50.873470306396484,10.120381355285645,84.52498626708984,62.33353042602539,20.0925350189209,84.85812377929688,43.28350067138672,-18.158109664916992,231.44158935546875,22.34402847290039,-14.055350303649902,226.46463012695312,23.380041122436523,-24.344654083251953,240.68603515625,20.959243774414062,8.041726112365723,92.0652084350586,74.74008178710938,12.862848281860352,94.6546859741211,83.79803466796875,19.626218795776367,97.99391174316406,83.77934265136719,85.6375503540039,74.8188705444336,68.94646453857422,85.91848754882812,77.83401489257812,75.39344787597656,84.91988372802734,71.6683349609375,71.96623229980469,-50.10743713378906,238.2215118408203,22.184234619140625,-37.821964263916016,240.92018127441406,17.095088958740234,-52.25621795654297,233.0538787841797,5.550034046173096,105.30277252197266,106.85948181152344,-55.39764404296875,109.38225555419922,119.67906951904297,-38.91321563720703,109.5147705078125,102.8717041015625,-52.77104187011719,-30.476749420166016,63.581748962402344,54.15178680419922,-28.398874282836914,66.17446899414062,54.65324401855469,-25.851869583129883,65.25015258789062,51.52840042114258,-84.93756103515625,158.94219970703125,5.893319129943848,-96.62750244140625,161.9873504638672,11.498259544372559,-74.10889434814453,152.3925323486328,4.20526123046875,5.622716903686523,147.00363159179688,-79.75254821777344,3.690190076828003,178.75579833984375,-40.86876678466797,7.668231964111328,162.6572723388672,-74.67456817626953,104.45832824707031,109.69627380371094,71.24612426757812,110.0957260131836,109.48747253417969,66.44800567626953,105.68888854980469,124.9327392578125,66.68745422363281,42.53361511230469,217.21389770507812,-83.62032318115234,35.42527770996094,224.50193786621094,-76.86638641357422,43.676177978515625,223.07913208007812,-67.91161346435547,-32.46336364746094,77.2034912109375,108.08077239990234,-26.062028884887695,78.68148040771484,103.6383056640625,-26.0590877532959,82.37195587158203,107.0784912109375,-78.23595428466797,129.05029296875,-40.658748626708984,-75.99639892578125,122.5776138305664,-52.22291564941406,-75.52547454833984,138.57290649414062,-41.036624908447266,38.994834899902344,236.74256896972656,-27.943862915039062,52.362342834472656,232.4446258544922,-34.81361770629883,27.667491912841797,242.72915649414062,-26.86603546142578,-30.159984588623047,130.1696014404297,125.03370666503906,-30.93553924560547,161.12779235839844,119.21330261230469,-31.101144790649414,146.65631103515625,119.30506134033203,-16.731369018554688,238.87356567382812,0.5111550092697144,-25.57815170288086,238.86053466796875,-19.027376174926758,-17.4547119140625,241.4006805419922,-19.5238037109375,-90.97125244140625,81.33045959472656,14.200992584228516,-99.37947082519531,90.173095703125,32.66017150878906,-89.51165008544922,90.0904312133789,28.938718795776367,112.81534576416016,139.95172119140625,-24.980478286743164,98.05500030517578,135.2943115234375,-26.16860008239746,91.76954650878906,126.9349594116211,-34.67722702026367,74.62842559814453,90.13960266113281,-53.641353607177734,88.02159118652344,95.80200958251953,-60.46839141845703,82.79693603515625,106.33174133300781,-38.29339599609375,-9.070321083068848,180.5233154296875,-52.73122787475586,-7.668231964111328,162.6572723388672,-74.67456817626953,-5.595229148864746,188.90274047851562,-55.39155960083008,-69.49708557128906,75.80876159667969,83.68036651611328,-77.3686752319336,68.43621826171875,64.62456512451172,-69.44587707519531,70.25946044921875,76.0968017578125,34.31370162963867,225.4955596923828,42.69677734375,32.16128158569336,227.15463256835938,52.10973358154297,26.857397079467773,226.64793395996094,39.285491943359375,51.338340759277344,180.60360717773438,-106.75235748291016,47.46575927734375,192.9918212890625,-100.4727783203125,59.80616760253906,186.0519561767578,-105.82463836669922,5.886478900909424,130.84225463867188,54.41318893432617,20.200687408447266,116.62255859375,75.7557144165039,26.566923141479492,116.53075408935547,68.920166015625,-25.235511779785156,68.19623565673828,65.99847412109375,-26.91634750366211,67.6823501586914,72.44194030761719,-23.662700653076172,73.86019134521484,67.87467193603516,-53.53769302368164,218.6182403564453,-65.92179107666016,-58.556190490722656,213.45965576171875,-73.3664321899414,-66.18094635009766,213.85690307617188,-61.28202438354492,-34.89548110961914,61.274539947509766,76.31564331054688,-38.118751525878906,55.61220169067383,65.97697448730469,-22.744220733642578,58.35099792480469,70.88377380371094,109.4815444946289,144.48744201660156,-66.00892639160156,111.69969940185547,138.92471313476562,-50.20170211791992,111.69752502441406,148.599609375,-56.285518646240234,10.55361557006836,109.73932647705078,-148.45541381835938,9.610774993896484,112.72602081298828,-141.05419921875,10.891006469726562,101.28331756591797,-135.25074768066406,-50.82341766357422,86.99752807617188,-145.22271728515625,-62.08646774291992,94.87550354003906,-145.25624084472656,-45.41727828979492,92.6880111694336,-152.01605224609375,81.55752563476562,90.43819427490234,49.06857681274414,92.80701446533203,80.55799865722656,48.039466857910156,92.6436538696289,91.33015441894531,60.3552131652832,109.69837188720703,145.09144592285156,29.326644897460938,120.76424407958984,132.99452209472656,15.355175018310547,112.5839614868164,150.9449005126953,28.352394104003906,87.12835693359375,119.42559051513672,-72.41625213623047,85.93901062011719,129.6431121826172,-83.2947006225586,93.5919418334961,130.51177978515625,-82.4119644165039,-47.3745231628418,96.6962661743164,26.040691375732422,-41.07733154296875,91.48597717285156,18.530757904052734,-49.8615837097168,88.51607513427734,18.91764259338379,9.063323020935059,102.62428283691406,59.532039642333984,10.63564682006836,98.77631378173828,60.045047760009766,3.0767009258270264,109.3379898071289,62.252872467041016,16.541858673095703,48.000244140625,82.03995513916016,14.871777534484863,59.07761764526367,86.06867980957031,5.5816731452941895,62.63309860229492,78.58785247802734,-4.952640056610107,48.57288360595703,27.030153274536133,1.7916699647903442,41.61463928222656,42.783660888671875,7.415902137756348,55.02015686035156,26.290788650512695,-10.680500030517578,71.96603393554688,-116.333984375,-5.356575012207031,78.11962890625,-102.92699432373047,-7.388001918792725,76.0252914428711,-90.94642639160156,14.151576042175293,235.86363220214844,-23.592668533325195,15.418994903564453,230.96990966796875,-41.08600997924805,21.619321823120117,238.55157470703125,-33.26695251464844,-72.3430404663086,67.68987274169922,-5.712092876434326,-78.26338195800781,72.0723648071289,-3.9252591133117676,-68.18559265136719,81.60102844238281,10.142348289489746,-105.99246978759766,190.4818115234375,21.12437629699707,-106.87509155273438,194.14163208007812,3.7511041164398193,-103.48492431640625,200.40338134765625,12.98500919342041,-80.4152603149414,93.14905548095703,-89.06504821777344,-81.71275329589844,90.5634994506836,-106.46195983886719,-91.18583679199219,95.03437042236328,-91.47882080078125,4.638940811157227,158.48670959472656,92.02476501464844,4.706707000732422,158.33761596679688,75.58142852783203,8.081817626953125,149.62213134765625,68.56387329101562,-102.11609649658203,202.4295654296875,1.4350279569625854,-104.36676788330078,199.18658447265625,0.8452169895172119,-102.38346099853516,197.1450653076172,1.8085429668426514,11.402618408203125,86.43389129638672,69.82990264892578,17.24275016784668,83.18737030029297,62.48294448852539,8.281905174255371,86.8260498046875,62.64599609375,96.57784271240234,65.8479995727539,50.1306266784668,102.78595733642578,75.85037994384766,66.82579803466797,93.50060272216797,57.250091552734375,63.67488098144531,-108.43169403076172,172.43199157714844,-20.877445220947266,-111.78575897216797,181.81373596191406,-2.0649778842926025,-115.09844970703125,161.51914978027344,-22.103656768798828,-25.50942039489746,109.1279067993164,7.301971912384033,-16.016483306884766,122.9582290649414,9.96755599975586,-18.57602882385254,115.86199951171875,3.1279220581054688,-22.472749710083008,95.03124237060547,64.29756927490234,-16.700960159301758,96.560546875,65.29047393798828,-13.891776084899902,91.77191162109375,72.34244537353516,-91.5116195678711,92.52264404296875,-88.3656234741211,-84.49114990234375,88.55563354492188,-100.24484252929688,-81.1744384765625,90.15748596191406,-89.09618377685547,61.27218246459961,134.29237365722656,-73.12728118896484,62.44483947753906,134.57159423828125,-77.7880859375,65.44947052001953,129.9379425048828,-68.06372833251953,-71.75895690917969,83.06251525878906,-71.948974609375,-73.21858978271484,83.71980285644531,-82.86711883544922,-58.75246810913086,80.69847869873047,-73.66190338134766,-76.64363098144531,115.3938980102539,-65.33828735351562,-68.70767211914062,132.4835662841797,-59.51615524291992,-75.99639892578125,122.5776138305664,-52.22291564941406,83.13431549072266,73.20781707763672,65.30293273925781,84.91988372802734,71.6683349609375,71.96623229980469,83.67877197265625,68.40086364746094,65.51647186279297,-3.264694929122925,149.19491577148438,106.7120590209961,-2.3118340969085693,143.630615234375,99.71981811523438,-8.186934471130371,139.6431884765625,114.67996215820312,23.326457977294922,119.31517028808594,76.85887908935547,15.930440902709961,125.50677490234375,87.10039520263672,12.284402847290039,121.33287048339844,79.02940368652344,84.92414855957031,109.11858367919922,-128.90164184570312,93.64009094238281,114.9483871459961,-112.59281921386719,99.23507690429688,107.26516723632812,-106.19037628173828,-118.80419921875,128.49940490722656,-16.648569107055664,-121.59147644042969,137.93138122558594,-3.895303964614868,-114.97502136230469,137.0437774658203,-14.852587699890137,103.79408264160156,176.14820861816406,7.275579929351807,99.37582397460938,172.56536865234375,10.018806457519531,106.25720977783203,185.040283203125,14.665705680847168,-30.07382583618164,62.79534149169922,115.07292175292969,-28.893924713134766,76.10092163085938,123.08474731445312,-22.891315460205078,70.98487091064453,117.45238494873047,-34.38153839111328,178.89593505859375,98.9459228515625,-25.401548385620117,190.36416625976562,91.75225830078125,-25.843074798583984,182.9451141357422,100.82637023925781,81.94971466064453,153.2283477783203,73.4410400390625,82.59696960449219,144.638427734375,80.90538787841797,78.87078857421875,164.7113800048828,70.33068084716797,10.594959259033203,164.16590881347656,-72.15296936035156,6.949038028717041,177.23289489746094,-42.81974792480469,8.3129301071167,145.48988342285156,-79.14080047607422,58.63482666015625,73.4028549194336,61.46368408203125,69.03436279296875,72.83566284179688,68.25689697265625,47.22414016723633,78.10686492919922,79.83501434326172,75.54657745361328,51.75438690185547,-17.4105224609375,70.39940643310547,53.07794189453125,-18.89904022216797,79.11972045898438,53.14112854003906,-32.1062126159668,-14.282057762145996,188.07054138183594,92.36470031738281,-26.308609008789062,200.6239471435547,86.19474792480469,-25.455373764038086,187.26072692871094,100.5691909790039,-11.922890663146973,232.85122680664062,-56.31474685668945,-16.487581253051758,229.20225524902344,-75.56930541992188,-22.169816970825195,230.87106323242188,-71.12178802490234,-107.28033447265625,171.7886962890625,-63.068397521972656,-100.75994110107422,174.4259490966797,-67.81111907958984,-104.59584045410156,162.38111877441406,-73.92015838623047,80.67835998535156,119.48030090332031,-68.28872680664062,71.48448181152344,129.89442443847656,-78.42339324951172,87.12835693359375,119.42559051513672,-72.41625213623047,91.23687744140625,77.1278305053711,92.83943176269531,92.3133316040039,73.46051788330078,90.430419921875,89.6192398071289,75.21552276611328,88.66496276855469,-43.84737014770508,232.38047790527344,-42.524295806884766,-34.338958740234375,225.7465362548828,-51.44245910644531,-51.15834426879883,222.66015625,-44.30753707885742,-113.86982727050781,113.08329010009766,-3.1701810359954834,-102.42833709716797,117.72622680664062,11.04633617401123,-111.96186065673828,121.99935150146484,13.143401145935059,-42.680259704589844,195.00616455078125,70.81813049316406,-43.56468963623047,189.9325408935547,86.413818359375,-47.13651657104492,199.72398376464844,76.50302124023438,107.42692565917969,188.4367218017578,32.07767868041992,103.05939483642578,190.08697509765625,38.32479476928711,109.19811248779297,173.46954345703125,39.0616455078125,25.511457443237305,114.89002227783203,107.95150756835938,4.726809024810791,119.84876251220703,119.89751434326172,16.330957412719727,115.08705139160156,120.7802505493164,85.68524169921875,183.4210662841797,38.95539093017578,81.16126251220703,208.2093048095703,32.990333557128906,88.33428955078125,201.5363311767578,33.07693862915039,72.04771423339844,168.7237548828125,59.41313934326172,76.04241180419922,164.97071838378906,54.04265594482422,72.82247924804688,166.13284301757812,65.99417114257812,7.865509033203125,105.18441009521484,57.14999008178711,6.237499237060547,100.17062377929688,53.63685989379883,19.451019287109375,95.36874389648438,48.210899353027344,37.434234619140625,58.48986053466797,44.17239761352539,22.129884719848633,61.624210357666016,35.036678314208984,26.607921600341797,61.39918518066406,24.637327194213867,-22.13772964477539,103.66161346435547,56.52865219116211,-10.327995300292969,121.51768493652344,53.06182098388672,-20.861967086791992,109.21916198730469,46.877079010009766,-29.622419357299805,77.37369537353516,94.91935729980469,-27.675630569458008,72.7243881225586,72.07772827148438,-33.406776428222656,68.99976348876953,75.9364013671875,27.304218292236328,170.3339080810547,112.19023895263672,11.299102783203125,174.60659790039062,104.17222595214844,17.757722854614258,171.9327850341797,98.04302215576172,-112.40496826171875,105.14228057861328,-18.961593627929688,-114.17552947998047,115.24639129638672,-12.222467422485352,-111.04113006591797,106.6667251586914,-10.64603328704834,-107.10513305664062,147.1441650390625,-8.04634952545166,-105.74785614013672,137.4070281982422,-21.510570526123047,-114.97502136230469,137.0437774658203,-14.852587699890137,-96.9471435546875,87.77360534667969,-65.06846618652344,-96.35326385498047,95.45556640625,-63.88528060913086,-107.15848541259766,102.04547119140625,-51.42906188964844,47.06747055053711,58.39818572998047,-32.458927154541016,48.491329193115234,67.9863052368164,-16.967021942138672,56.33393478393555,57.288291931152344,-11.172266006469727,82.07576751708984,200.8660430908203,-4.724043846130371,96.21366119384766,191.3661346435547,-8.306621551513672,87.84197235107422,211.42837524414062,-10.802347183227539,-81.16231536865234,111.59626770019531,-83.59443664550781,-69.65823364257812,113.73649597167969,-82.45230865478516,-71.97713470458984,123.77888488769531,-78.19326782226562,-74.38147735595703,77.70703887939453,74.38894653320312,-55.432281494140625,91.24481964111328,104.12437438964844,-43.650306701660156,82.70329284667969,86.61051177978516,38.95261001586914,64.14606475830078,26.83621597290039,56.55425262451172,68.7800064086914,39.30693817138672,54.01211166381836,64.60263061523438,39.10721969604492,13.335769653320312,108.72112274169922,-155.19952392578125,11.437651634216309,96.69617462158203,-143.45115661621094,18.409378051757812,88.74873352050781,-149.218017578125,-75.39811706542969,150.67872619628906,1.668336033821106,-86.1085433959961,148.11260986328125,-8.190837860107422,-73.10165405273438,149.1748809814453,-10.57909107208252,92.84001159667969,208.30117797851562,26.55217742919922,94.48814392089844,208.67733764648438,14.81783390045166,104.38175964355469,187.4554901123047,32.499412536621094,-97.02689361572266,100.04765319824219,64.9122314453125,-99.69539642333984,90.68672943115234,45.67887878417969,-91.52178955078125,90.04228973388672,42.269676208496094,-10.970124244689941,99.34309387207031,59.849464416503906,-14.223291397094727,95.5815658569336,60.02436065673828,-15.636549949645996,103.2608871459961,49.041690826416016,19.526416778564453,62.62575149536133,78.7177963256836,22.38454246520996,66.35071563720703,81.90898132324219,14.538660049438477,64.79740905761719,79.80545806884766,11.605127334594727,51.04874038696289,46.1859245300293,2.565524101257324,43.4007568359375,54.29513931274414,1.061540961265564,37.00780487060547,44.47195816040039,16.17867088317871,92.91070556640625,61.29961395263672,15.92837905883789,98.31201934814453,62.53785705566406,12.191704750061035,99.16783905029297,59.04829406738281,11.151598930358887,72.84967803955078,56.972450256347656,8.0540132522583,85.53126525878906,66.90220642089844,7.903135776519775,71.23634338378906,60.170555114746094,103.54695129394531,151.7576904296875,49.764747619628906,93.49198150634766,161.7835693359375,63.932064056396484,85.7996826171875,157.94737243652344,50.691959381103516,45.16373062133789,88.44246673583984,20.103424072265625,58.47066879272461,82.46803283691406,26.49248695373535,65.14907836914062,88.71865844726562,36.364501953125,51.42006301879883,94.42030334472656,-20.60515594482422,58.5228157043457,96.09465789794922,-16.042362213134766,57.78554153442383,94.6339340209961,-13.255697250366211,120.2773666381836,107.82694244384766,31.386201858520508,121.07533264160156,106.53895568847656,14.58432674407959,122.01402282714844,116.54417419433594,26.80463981628418,-111.04113006591797,106.6667251586914,-10.64603328704834,-111.78903198242188,114.82162475585938,-4.057231903076172,-100.22598266601562,119.19369506835938,8.87097454071045,14.079248428344727,149.6282501220703,82.81582641601562,18.230737686157227,142.32937622070312,66.04227447509766,11.65318489074707,149.573486328125,66.32318115234375,30.476757049560547,63.581748962402344,54.151790618896484,29.68231201171875,61.87071990966797,62.915199279785156,35.17767333984375,60.95053482055664,53.021827697753906,25.6407527923584,242.5631561279297,11.223958969116211,20.489336013793945,240.95986938476562,21.355300903320312,27.656051635742188,244.3241424560547,19.952484130859375,8.230879783630371,151.00924682617188,5.030249118804932,5.789793968200684,177.2923126220703,-6.844069004058838,8.738142013549805,155.62876892089844,26.809959411621094,-24.469953536987305,133.707275390625,-158.97030639648438,-10.43869686126709,163.00779724121094,-145.62387084960938,-26.083744049072266,153.2298583984375,-148.38705444335938,105.53584289550781,116.31904602050781,-21.123640060424805,115.98265075683594,127.60358428955078,-15.162666320800781,107.83915710449219,126.3570327758789,-20.553983688354492,-50.938995361328125,68.16826629638672,-9.415325164794922,-62.40571594238281,75.63826751708984,-1.1686580181121826,-56.84651565551758,69.63468170166016,-5.615133762359619,-78.66669464111328,197.50616455078125,-4.109201908111572,-83.89588928222656,209.23291015625,-10.747550964355469,-68.31548309326172,199.1795654296875,1.9458860158920288,117.64068603515625,92.67330932617188,-3.570585012435913,114.92185974121094,94.61009979248047,10.658000946044922,118.20561218261719,109.99919128417969,29.699827194213867,63.1046257019043,106.01251983642578,61.37290573120117,66.25933074951172,108.64407348632812,72.84255981445312,73.33574676513672,98.51850128173828,47.934242248535156,-66.69334411621094,112.77555084228516,-80.57450103759766,-69.66492462158203,115.18004608154297,-85.81050872802734,-68.25816345214844,122.88179016113281,-78.49994659423828,-18.051246643066406,69.23306274414062,110.62801361083984,-22.891315460205078,70.98487091064453,117.45238494873047,-16.286312103271484,80.39579010009766,115.64823150634766,-23.45148468017578,82.13600158691406,90.2119140625,-20.534975051879883,82.89144897460938,81.93370819091797,-29.622419357299805,77.37369537353516,94.91935729980469,6.8125200271606445,206.0528564453125,44.71659469604492,8.612298965454102,218.7423553466797,64.13243103027344,12.632269859313965,218.35781860351562,45.18227767944336,18.005874633789062,84.1987533569336,104.61727142333984,20.410995483398438,82.96878051757812,111.67237854003906,19.36123275756836,80.14971160888672,87.94287872314453,-41.287147521972656,131.1534881591797,125.81600952148438,-46.03989791870117,141.75196838378906,123.45450592041016,-35.87955093383789,146.214599609375,125.23576354980469,109.71305084228516,114.72879028320312,10.294903755187988,100.22598266601562,119.19369506835938,8.87097454071045,112.27481842041016,105.73001098632812,-2.790479898452759,-37.07941436767578,89.01306915283203,22.47262954711914,-48.581695556640625,77.33452606201172,21.26155662536621,-45.961708068847656,68.93574523925781,30.65899085998535,-7.093236923217773,173.7578887939453,-76.27704620361328,-8.935580253601074,172.34107971191406,-97.87154388427734,-8.693968772888184,161.988037109375,-92.48110961914062,-56.32909393310547,79.32967376708984,0.5420730113983154,-49.32442092895508,98.09980010986328,17.536958694458008,-46.63419723510742,82.96957397460938,3.9525859355926514,53.77442932128906,91.1080551147461,-57.08574295043945,65.65969848632812,97.81672668457031,-58.35059356689453,61.09979248046875,97.22631072998047,-64.88268280029297,-86.75800323486328,150.35455322265625,-73.56403350830078,-88.0955810546875,156.93272399902344,-82.07660675048828,-75.00770568847656,158.9190216064453,-78.4339599609375,-10.970124244689941,99.34309387207031,59.849464416503906,-14.223291397094727,95.5815658569336,60.02436065673828,-15.534095764160156,98.50215148925781,62.12699890136719,-2.3118340969085693,143.630615234375,99.71981811523438,-6.2337422370910645,133.7738037109375,108.92826080322266,-8.186934471130371,139.6431884765625,114.67996215820312,-13.590917587280273,212.5076904296875,10.787601470947266,-9.280534744262695,207.34225463867188,14.335689544677734,-14.055350303649902,226.46463012695312,23.380041122436523,15.729280471801758,157.48048400878906,62.40656280517578,14.40853500366211,170.84780883789062,82.43402099609375,23.0512752532959,162.23265075683594,68.46832275390625,62.1158447265625,53.45322799682617,-8.045208930969238,55.62852096557617,51.756813049316406,-20.237760543823242,70.39940643310547,53.07794189453125,-18.89904022216797,98.05500030517578,135.2943115234375,-26.16860008239746,84.37139129638672,140.94606018066406,-21.39292335510254,91.76954650878906,126.9349594116211,-34.67722702026367,-79.92131805419922,201.33241271972656,-69.38180541992188,-63.54136276245117,205.65408325195312,-69.58465576171875,-69.7408447265625,207.9102325439453,-61.77055740356445,103.48492431640625,200.40338134765625,12.98500919342041,94.48814392089844,208.67733764648438,14.81783390045166,98.59051513671875,206.08746337890625,8.191415786743164,-9.209269523620605,124.2193832397461,38.348140716552734,-19.442981719970703,106.33259582519531,32.73983383178711,-7.565846920013428,108.13875579833984,35.40798568725586,50.18259811401367,76.35924530029297,54.45115661621094,46.28258514404297,78.61583709716797,69.69857788085938,41.30010223388672,82.90123748779297,49.933597564697266,56.205604553222656,156.7188262939453,97.30048370361328,50.5956916809082,175.63697814941406,97.57246398925781,57.14899444580078,170.10789489746094,99.3863296508789,-30.59317970275879,237.1865997314453,-12.905254364013672,-44.469303131103516,227.4762725830078,-18.767990112304688,-37.409053802490234,241.8205108642578,-11.944354057312012,42.995609283447266,108.67545318603516,29.135114669799805,36.993019104003906,115.63822937011719,41.404579162597656,43.409542083740234,113.75363159179688,37.66899871826172,-41.19467544555664,186.77728271484375,-110.50237274169922,-36.65147018432617,188.13995361328125,-119.4329605102539,-33.1617546081543,199.5635986328125,-106.57319641113281,44.69648361206055,84.47843170166016,-77.72644805908203,25.562623977661133,79.27933502197266,-82.47020721435547,34.96034240722656,83.38543701171875,-69.09227752685547,-96.46661376953125,149.29190063476562,38.68320083618164,-103.54695129394531,151.7576904296875,49.764747619628906,-111.71637725830078,144.21109008789062,35.304229736328125,-94.26577758789062,110.58712005615234,80.78617858886719,-101.32579803466797,123.6048583984375,69.70572662353516,-94.50240325927734,119.73835754394531,68.88925170898438,-107.78587341308594,95.60346221923828,57.74960708618164,-108.86412048339844,94.5060043334961,38.62495422363281,-99.69539642333984,90.68672943115234,45.67887878417969,-25.64474868774414,85.72021484375,17.004846572875977,-26.425539016723633,75.19278717041016,14.968587875366211,-31.00786781311035,85.54646301269531,11.727348327636719,-16.731369018554688,238.87356567382812,0.5111550092697144,-29.94358253479004,242.0311279296875,9.962987899780273,-23.341367721557617,242.71925354003906,1.4568730592727661,35.91816329956055,105.64231872558594,38.14615249633789,65.14907836914062,88.71865844726562,36.364501953125,63.88032913208008,94.74994659423828,44.7282829284668,-50.10743713378906,238.2215118408203,22.184234619140625,-42.1666259765625,241.24656677246094,29.31167984008789,-37.821964263916016,240.92018127441406,17.095088958740234,4.680159091949463,75.94698333740234,60.520225524902344,7.1983442306518555,68.28248596191406,56.98601150512695,4.130654811859131,60.62321853637695,66.78874969482422,-2.9313600063323975,164.59495544433594,-113.41104888916016,-5.619101047515869,135.6170196533203,-109.12052154541016,-4.618084907531738,153.25787353515625,-115.51071166992188,97.26398468017578,107.26725769042969,-91.2532730102539,100.94566345214844,129.68231201171875,-88.89008331298828,98.7575454711914,106.1900405883789,-98.90673828125,8.264732360839844,108.26473236083984,65.57268524169922,12.255101203918457,113.72962188720703,58.056297302246094,5.270637035369873,112.93519592285156,57.17121505737305,-27.393428802490234,234.7589569091797,-41.28703689575195,-31.595123291015625,237.97015380859375,-33.02927780151367,-42.58393859863281,230.37142944335938,-40.611244201660156,-11.523592948913574,133.64535522460938,3.985213041305542,-14.00035285949707,135.00160217285156,12.564654350280762,-22.19680404663086,125.18365478515625,10.32689094543457,-91.8303451538086,80.75312042236328,47.319923400878906,-60.1833610534668,76.2315444946289,26.254419326782227,-58.47067642211914,82.46802520751953,26.49249267578125,-120.2773666381836,107.82694244384766,31.386201858520508,-115.41169738769531,102.71815490722656,35.16341781616211,-115.06220245361328,107.3503189086914,53.35295104980469,93.6555404663086,153.99806213378906,39.9434700012207,87.2813491821289,157.46144104003906,52.87230682373047,87.8366470336914,160.1035614013672,49.66246795654297,23.422733306884766,78.66203308105469,38.352317810058594,20.0925350189209,84.85812377929688,43.28350067138672,19.930343627929688,80.93365478515625,49.7856330871582,-107.65144348144531,175.19203186035156,30.937593460083008,-105.99246978759766,190.4818115234375,21.12437629699707,-104.38175964355469,187.4554901123047,32.499412536621094,59.8479118347168,200.12924194335938,-93.84819030761719,58.556190490722656,213.45965576171875,-73.3664321899414,62.24225997924805,204.0734405517578,-80.55839538574219,118.20561218261719,109.99919128417969,29.699827194213867,114.5304183959961,106.38597869873047,36.45263671875,110.22264862060547,110.81365203857422,59.92971420288086,-7.941336154937744,87.9136734008789,68.76171112060547,-15.734901428222656,90.95043182373047,70.42947387695312,-8.053018569946289,92.0399398803711,75.35184478759766,96.9095230102539,169.78436279296875,39.82647705078125,85.68524169921875,183.4210662841797,38.95539093017578,101.33060455322266,175.48570251464844,41.42155456542969,55.11439514160156,165.72386169433594,-126.71294403076172,48.97777557373047,141.94589233398438,-142.79800415039062,55.022972106933594,141.01467895507812,-140.4969482421875,71.48448181152344,129.89442443847656,-78.42339324951172,66.7709732055664,134.97312927246094,-76.00749969482422,71.97700500488281,123.9697036743164,-78.05815124511719,-66.71832275390625,117.35847473144531,-139.73416137695312,-62.848487854003906,131.1854705810547,-133.82138061523438,-75.44715118408203,121.86551666259766,-133.5059051513672,83.89588928222656,209.23291015625,-10.747550964355469,86.4970703125,193.71334838867188,-6.694368839263916,78.66669464111328,197.50616455078125,-4.109201908111572,-95.15128326416016,196.4221649169922,-28.594457626342773,-84.93074798583984,189.8872528076172,-29.757213592529297,-93.3024673461914,178.28623962402344,-38.217254638671875,-103.5246353149414,159.82025146484375,35.102603912353516,-99.69828033447266,154.91700744628906,37.81159591674805,-110.3922348022461,151.6205596923828,26.4292049407959,-25.851869583129883,65.25015258789062,51.52840042114258,-26.41305160522461,61.26837158203125,49.684207916259766,-28.398874282836914,66.17446899414062,54.65324401855469,-47.41283416748047,175.46951293945312,-106.82439422607422,-42.408973693847656,188.16964721679688,-98.5210952758789,-44.90717697143555,185.3119659423828,-109.6314697265625,26.413049697875977,61.268367767333984,49.6842041015625,30.476757049560547,63.581748962402344,54.151790618896484,27.428434371948242,59.26464080810547,53.89255142211914,63.97102355957031,102.64601135253906,112.3709945678711,59.83930206298828,90.06108093261719,120.2827377319336,51.25913619995117,95.18782043457031,124.24794006347656,-48.06944274902344,122.50797271728516,120.10201263427734,-54.8390007019043,136.63436889648438,119.5387191772461,-41.287147521972656,131.1534881591797,125.81600952148438,24.919702529907227,86.95488739013672,101.982421875,38.44662094116211,81.7689437866211,100.256103515625,35.34630584716797,90.41786193847656,105.54206085205078,4.765940189361572,180.7830047607422,-123.43202209472656,6.131587028503418,183.50320434570312,-105.07324981689453,6.090065956115723,162.1533660888672,-110.88521575927734,-65.8482666015625,110.02682495117188,-82.18113708496094,-62.26124954223633,101.29084777832031,-71.07252502441406,-82.17804718017578,102.92675018310547,-79.23486328125,-107.95305633544922,185.7510986328125,7.93242883682251,-106.87509155273438,194.14163208007812,3.7511041164398193,-105.99246978759766,190.4818115234375,21.12437629699707,74.70989990234375,107.17967224121094,-58.87480926513672,78.42762756347656,110.8561019897461,-36.08564376831055,77.36447143554688,118.9446029663086,-51.81541061401367,9.291482925415039,144.7529296875,-94.25273895263672,5.619101047515869,135.6170196533203,-109.12052154541016,6.6754021644592285,123.11499786376953,-106.85746765136719,-111.81576538085938,138.8389434814453,-31.647388458251953,-109.86569213867188,132.1542510986328,-50.567832946777344,-113.36743927001953,138.1169891357422,-44.40939712524414,50.408592224121094,73.72197723388672,102.4399185180664,25.667795181274414,81.15267181396484,106.36129760742188,47.536865234375,71.63838958740234,104.9439926147461,-27.3565731048584,209.81024169921875,80.45387268066406,-34.0474853515625,209.23077392578125,77.50743865966797,-34.2701530456543,201.61497497558594,84.68452453613281,25.35953712463379,43.74195098876953,58.69119644165039,17.463245391845703,45.747215270996094,65.62226867675781,20.611160278320312,41.730525970458984,70.42280578613281,62.4271125793457,85.31453704833984,-66.01685333251953,62.941070556640625,93.39813232421875,-63.475318908691406,53.95167922973633,88.39627075195312,-55.222103118896484,12.191704750061035,99.16783905029297,59.04829406738281,15.92837905883789,98.31201934814453,62.53785705566406,10.63564682006836,98.77631378173828,60.045047760009766,-100.36289978027344,151.11257934570312,-92.0615005493164,-90.5469741821289,157.79762268066406,-98.58483123779297,-86.90510559082031,148.6949920654297,-112.75701141357422,-37.925315856933594,104.63526153564453,-10.519837379455566,-21.19436264038086,102.87353515625,-6.824865818023682,-33.476322174072266,113.65978240966797,4.668501853942871,-79.0025405883789,54.437137603759766,-47.195213317871094,-86.9818344116211,53.98044967651367,-35.6134033203125,-91.21235656738281,59.04665756225586,-46.277286529541016,-9.352938652038574,78.48145294189453,-88.76448059082031,-17.150733947753906,74.73219299316406,-108.12366485595703,-14.67617416381836,79.81127166748047,-78.83108520507812,-104.36676788330078,199.18658447265625,0.8452169895172119,-103.19910430908203,195.23878479003906,-6.208296775817871,-111.74036407470703,187.04417419433594,-7.328566074371338,-23.426654815673828,87.87295532226562,-2.610698938369751,-28.56409454345703,84.43484497070312,6.0953850746154785,-24.035783767700195,106.83674621582031,2.6903390884399414,83.50301361083984,114.5602798461914,53.291290283203125,87.6347427368164,116.0306625366211,59.61903381347656,82.37012481689453,98.24906158447266,34.236602783203125,29.950702667236328,214.94114685058594,-87.77141571044922,35.97777557373047,221.69808959960938,-76.40748596191406,18.85792350769043,227.53005981445312,-73.83395385742188,79.49208068847656,117.24235534667969,-127.63256072998047,80.67774963378906,110.05774688720703,-129.61131286621094,92.0438003540039,108.95718383789062,-112.15721130371094,-92.91011810302734,86.55110168457031,90.1852035522461,-81.21917724609375,91.4273910522461,104.974853515625,-87.37580108642578,100.03963470458984,88.9174575805664,-7.0174689292907715,122.34660339355469,62.99021911621094,-5.621157169342041,124.49137115478516,54.397430419921875,-4.571269989013672,112.65404510498047,76.47169494628906,-81.67581176757812,161.787353515625,-97.3597412109375,-90.5469741821289,157.79762268066406,-98.58483123779297,-90.45384979248047,159.8578338623047,-89.55754089355469,-72.04203796386719,124.7635498046875,-81.20700073242188,-88.76258850097656,108.31749725341797,-87.48284912109375,-89.27560424804688,116.6982421875,-83.57420349121094,60.766319274902344,214.63064575195312,-18.350000381469727,38.11515808105469,229.0428009033203,-15.345490455627441,44.2155876159668,224.11474609375,-19.532697677612305,-98.98793029785156,143.15786743164062,-15.78258991241455,-100.36155700683594,133.23553466796875,-28.230844497680664,-105.74785614013672,137.4070281982422,-21.510570526123047,-34.89548110961914,61.274539947509766,76.31564331054688,-47.73599624633789,57.97261047363281,75.4116439819336,-38.118751525878906,55.61220169067383,65.97697448730469,22.627408981323242,121.337646484375,40.87038803100586,12.296462059020996,131.2544403076172,42.415199279785156,26.569578170776367,118.9219741821289,53.071388244628906,55.80699157714844,54.68778610229492,-20.18878173828125,56.33393478393555,57.288291931152344,-11.172266006469727,63.86493682861328,57.268402099609375,-6.967719078063965,-99.62305450439453,67.22488403320312,-49.53746032714844,-100.84918975830078,80.25445556640625,-52.053741455078125,-94.08126068115234,71.8682861328125,-54.806819915771484,-118.52147674560547,119.76044464111328,24.964763641357422,-118.15409088134766,106.36747741699219,15.468082427978516,-114.6404037475586,111.83668518066406,12.684127807617188,53.80233383178711,91.37918090820312,-42.90730285644531,50.16707229614258,92.76473999023438,-43.51280975341797,63.5694580078125,93.35047912597656,-48.086082458496094,113.51111602783203,106.9464111328125,-7.754847049713135,111.58329772949219,116.97538757324219,9.47343635559082,118.71751403808594,100.27145385742188,-10.56782341003418,-89.47885131835938,210.3253173828125,-22.21787452697754,-84.8656234741211,207.91439819335938,-25.535259246826172,-74.72826385498047,220.4300537109375,-20.974103927612305,-19.172313690185547,119.95561218261719,-158.61819458007812,-13.335769653320312,108.72112274169922,-155.19952392578125,-11.238704681396484,125.70133209228516,-151.3881378173828,97.47151184082031,105.07205963134766,65.0816421508789,82.37012481689453,98.24906158447266,34.236602783203125,87.6347427368164,116.0306625366211,59.61903381347656,-75.61366271972656,74.2154541015625,71.6416015625,-65.30482482910156,71.127197265625,74.68640899658203,-75.55928802490234,69.67630767822266,57.828643798828125,65.9864730834961,75.46024322509766,55.00355529785156,90.57093048095703,76.91737365722656,71.75872802734375,84.26958465576172,70.79714965820312,57.58388137817383,-31.941146850585938,126.05879974365234,19.959396362304688,-30.906333923339844,118.8824462890625,20.982419967651367,-40.773616790771484,114.80850219726562,11.322783470153809,-15.883842468261719,93.8909912109375,41.55320358276367,-6.026186943054199,101.0296630859375,36.90579605102539,-12.812439918518066,92.77530670166016,44.563907623291016,-2.3118340969085693,143.630615234375,99.71981811523438,6.098893165588379,131.24102783203125,93.76835632324219,-6.2337422370910645,133.7738037109375,108.92826080322266,65.20045471191406,71.08165740966797,47.63978576660156,65.9864730834961,75.46024322509766,55.00355529785156,84.26958465576172,70.79714965820312,57.58388137817383,-44.56885528564453,126.5069580078125,22.471513748168945,-41.32526397705078,114.57554626464844,14.799253463745117,-32.829463958740234,126.03235626220703,23.25589942932129,-15.597996711730957,125.62800598144531,-1.3553709983825684,-23.18568229675293,129.4649200439453,11.387181282043457,-14.020550727844238,134.8879852294922,2.7262279987335205,51.483543395996094,101.33689880371094,36.075401306152344,49.20328140258789,110.28435516357422,51.05615997314453,50.35540008544922,106.84066772460938,32.86186981201172,81.57294464111328,179.55758666992188,-75.83898162841797,77.6876449584961,185.43411254882812,-90.01042938232422,83.93220520019531,174.4275665283203,-83.07418060302734,-16.827556610107422,189.66082763671875,-17.258710861206055,-17.497638702392578,192.91038513183594,-21.618141174316406,-10.657565116882324,189.61106872558594,-33.444679260253906,66.70430755615234,112.75214385986328,-80.56653594970703,68.3888931274414,123.3351821899414,-78.19879913330078,69.66492462158203,115.18004608154297,-85.81050872802734,-62.941070556640625,93.39813232421875,-63.475318908691406,-72.29606628417969,101.3550033569336,-66.93290710449219,-66.61727142333984,106.04496002197266,-77.8104248046875,46.20216751098633,166.367431640625,85.85820007324219,48.91181182861328,164.6088104248047,91.59154510498047,46.713260650634766,157.4307861328125,92.89559173583984,90.83329772949219,181.76593017578125,40.26491165161133,102.27569580078125,164.79673767089844,41.429439544677734,87.40814208984375,184.0514373779297,42.01448440551758,-7.188921928405762,144.41273498535156,102.41641998291016,-11.182406425476074,131.12396240234375,112.5865707397461,-11.035968780517578,125.26969146728516,104.84028625488281,86.2398452758789,199.8702850341797,36.97687911987305,87.40814208984375,184.0514373779297,42.01448440551758,98.00492095947266,190.60513305664062,41.59788131713867,25.601064682006836,108.82577514648438,111.35948181152344,13.656194686889648,103.86135864257812,118.36071014404297,29.062711715698242,105.10961151123047,123.48017883300781,-28.13646125793457,58.30641555786133,65.6976547241211,-36.02745056152344,57.902584075927734,54.05778121948242,-27.628904342651367,60.35477828979492,53.23080062866211,7.447083950042725,111.33930969238281,51.27189254760742,9.93769359588623,114.6390151977539,52.56321716308594,10.723834037780762,111.49386596679688,50.05675506591797,3.3700530529022217,99.47760772705078,110.41049194335938,4.2050628662109375,93.59150695800781,118.56021118164062,13.656194686889648,103.86135864257812,118.36071014404297,-32.88719177246094,57.901268005371094,62.263790130615234,-48.02336502075195,60.89229965209961,74.6860580444336,-34.74456787109375,63.631446838378906,74.155029296875,-81.84396362304688,51.00833511352539,48.399818420410156,-65.5102767944336,42.02336883544922,56.60898971557617,-85.46498107910156,49.44953536987305,57.112186431884766,-38.275123596191406,239.38136291503906,-10.175469398498535,-58.78751754760742,227.242431640625,-16.08921241760254,-38.11515808105469,229.0428009033203,-15.345490455627441,-89.66950988769531,63.60841751098633,-1.807515025138855,-88.24081420898438,78.58660888671875,15.31155014038086,-94.66443634033203,78.7322769165039,16.04307746887207,23.163663864135742,92.2207260131836,45.05448532104492,18.06998634338379,94.88394165039062,46.35038375854492,15.888259887695312,93.89778137207031,41.546775817871094,-3.720000982284546,112.95952606201172,67.15201568603516,-7.941336154937744,87.9136734008789,68.76171112060547,-5.640225887298584,95.6691665649414,83.66797637939453,12.284402847290039,121.33287048339844,79.02940368652344,9.207775115966797,124.27738189697266,75.01290893554688,28.357929229736328,118.9315414428711,56.36722946166992,-75.39811706542969,150.67872619628906,1.668336033821106,-81.73532104492188,152.29417419433594,5.9268798828125,-86.1085433959961,148.11260986328125,-8.190837860107422,9.893028259277344,184.6689453125,36.458091735839844,4.332347869873047,200.2541046142578,38.49823760986328,7.930333137512207,190.3335723876953,22.688987731933594,91.07364654541016,63.091007232666016,-46.94111633300781,90.50896453857422,58.9613151550293,-37.050296783447266,98.79547882080078,66.83206939697266,-42.34891891479492,-12.697677612304688,222.96446228027344,6.2276291847229,-10.771169662475586,211.57693481445312,-5.68897819519043,-9.027555465698242,235.0055694580078,-4.9157891273498535,33.10357666015625,84.13166046142578,29.14680290222168,29.548250198364258,89.25272369384766,36.914127349853516,25.83421516418457,83.80685424804688,34.31666946411133,59.962860107421875,88.061279296875,-123.52162170410156,56.73462677001953,90.37765502929688,-107.72077178955078,69.66667175292969,88.0092544555664,-119.23773956298828,69.0573959350586,223.5228271484375,-1.1312650442123413,55.25831985473633,226.1945343017578,7.293327808380127,61.921844482421875,232.9663848876953,-5.732934951782227,85.57321166992188,119.413818359375,-63.5062255859375,68.55704498291016,132.4423065185547,-59.80177688598633,88.32093811035156,124.31840515136719,-46.82741165161133,8.300873756408691,105.58154296875,-54.57060623168945,5.231973171234131,125.41905975341797,-64.87094116210938,5.167065143585205,106.34547424316406,-72.5920639038086,-33.204315185546875,208.36019897460938,-100.43529510498047,-43.30820083618164,185.2101287841797,-119.60503387451172,-39.039188385009766,199.448974609375,-99.37568664550781,32.35838317871094,106.4462661743164,-153.7146453857422,50.37035369873047,122.6782455444336,-138.66818237304688,35.63838195800781,122.80725860595703,-155.12074279785156,32.84843826293945,88.32952880859375,38.81417465209961,29.17741584777832,91.6579818725586,30.940141677856445,17.687238693237305,96.54534912109375,41.70045852661133,93.29003143310547,179.25772094726562,58.80222702026367,84.0453872680664,210.12979125976562,51.22041320800781,82.69490051269531,199.10777282714844,60.022098541259766,-31.518455505371094,55.93595504760742,47.76823806762695,-27.428430557250977,59.26464080810547,53.892555236816406,-35.177677154541016,60.95053482055664,53.021827697753906,-42.17282485961914,60.96692657470703,116.45045471191406,-45.99311065673828,47.94343566894531,98.9369888305664,-57.91802978515625,47.935768127441406,101.69815063476562,49.11787796020508,76.63493347167969,18.15781021118164,49.86157989501953,88.51607513427734,18.91764259338379,61.682125091552734,77.00222778320312,23.512941360473633,72.29605865478516,101.35499572753906,-66.93290710449219,66.61727142333984,106.04496002197266,-77.8104248046875,69.65823364257812,113.73649597167969,-82.45230865478516,-94.26577758789062,110.58712005615234,80.78617858886719,-81.66991424560547,109.1778793334961,78.31428527832031,-89.72608947753906,109.77515411376953,88.74568176269531,81.30088806152344,208.8670654296875,50.02153396606445,89.25761413574219,187.0850830078125,52.160614013671875,80.13551330566406,199.00791931152344,58.19786834716797,-11.504301071166992,210.2930908203125,78.73275756835938,-27.3565731048584,209.81024169921875,80.45387268066406,-15.617349624633789,204.77565002441406,81.28326416015625,40.24694061279297,232.86695861816406,-28.95233154296875,58.84314727783203,223.8788604736328,-27.19465446472168,44.2155876159668,224.11474609375,-19.532697677612305,-113.37303924560547,145.5599365234375,-64.20014190673828,-109.48906707763672,146.12669372558594,-70.60244750976562,-109.25088500976562,135.0412139892578,-65.09716033935547,26.610450744628906,66.38613891601562,72.6389389038086,25.046995162963867,71.06660461425781,73.22759246826172,25.289989471435547,68.97225189208984,61.951690673828125,-91.38877868652344,121.80738830566406,-44.166133880615234,-106.05765533447266,126.24493408203125,-40.878929138183594,-96.22924041748047,120.50102996826172,-49.481300354003906,70.94197082519531,96.14134216308594,-45.69535827636719,57.4447135925293,87.92503356933594,-43.752525329589844,74.62842559814453,90.13960266113281,-53.641353607177734,24.919702529907227,86.95488739013672,101.982421875,48.974361419677734,76.95391082763672,109.11919403076172,38.44662094116211,81.7689437866211,100.256103515625,70.94197082519531,96.14134216308594,-45.69535827636719,58.72652816772461,92.54862976074219,-43.05237579345703,57.4447135925293,87.92503356933594,-43.752525329589844,63.080665588378906,77.44622802734375,-3.5355451107025146,57.2321662902832,103.00836944580078,19.6019287109375,61.48222732543945,87.41096496582031,7.696813106536865,25.470691680908203,63.23994827270508,114.68011474609375,20.989696502685547,75.89488983154297,122.75788879394531,38.75422668457031,61.123626708984375,116.4408187866211,-23.785402297973633,91.05838012695312,88.65476989746094,-13.30251693725586,94.60295867919922,83.86132049560547,-20.121055603027344,98.04109191894531,83.6597671508789,99.62306213378906,67.22489166259766,-49.53746032714844,97.24263000488281,60.321563720703125,-38.73381805419922,91.21235656738281,59.046661376953125,-46.27729034423828,54.09978103637695,74.52758026123047,-56.46076202392578,73.17425537109375,92.37495422363281,-54.88140869140625,75.02999114990234,83.66657257080078,-66.21734619140625,50.84946823120117,174.29898071289062,-117.34196472167969,46.92292785644531,170.5859832763672,-114.46566772460938,51.338340759277344,180.60360717773438,-106.75235748291016,59.80616760253906,186.0519561767578,-105.82463836669922,57.44453048706055,194.0998992919922,-101.68342590332031,71.30335235595703,190.19912719726562,-99.44384002685547,103.4900894165039,131.82223510742188,-94.60102844238281,103.98566436767578,129.7623291015625,-88.2679443359375,101.14253997802734,102.73089599609375,-97.0608139038086,111.9457015991211,107.07814025878906,48.58531188964844,106.53524017333984,96.54864501953125,38.61777877807617,106.8354263305664,98.29324340820312,54.271270751953125,-79.89775085449219,205.79270935058594,-65.61062622070312,-91.15939331054688,200.32058715820312,-54.569236755371094,-89.45808410644531,203.8422088623047,-46.47993469238281,-22.753896713256836,179.35545349121094,71.24156188964844,-24.78573226928711,161.41378784179688,64.91361999511719,-25.84453773498535,164.32591247558594,68.75408172607422,-25.455373764038086,187.26072692871094,100.5691909790039,-36.436912536621094,181.53395080566406,98.81421661376953,-42.93734359741211,173.25933837890625,109.7082748413086,-44.80656051635742,194.39146423339844,88.87702941894531,-39.80952453613281,195.4752655029297,71.45570373535156,-44.516510009765625,203.4071502685547,77.35079193115234,22.234830856323242,128.5947265625,28.751935958862305,30.906343460083008,118.88243103027344,20.982410430908203,31.56740379333496,112.28902435302734,25.351625442504883,-74.73419952392578,145.89671325683594,-19.81669044494629,-79.61151123046875,130.45188903808594,-19.5391845703125,-75.43675994873047,141.441650390625,-13.712644577026367,99.2380142211914,126.29839324951172,69.7874755859375,100.56019592285156,120.90740966796875,67.03038787841797,87.55326080322266,119.86300659179688,63.301273345947266,-15.510945320129395,106.49683380126953,-39.91823196411133,-11.678400993347168,111.85881042480469,-39.43829345703125,-11.315666198730469,109.62919616699219,-48.623470306396484,-43.089908599853516,215.9183349609375,67.56007385253906,-44.516510009765625,203.4071502685547,77.35079193115234,-33.471153259277344,209.76686096191406,61.181941986083984,83.1246566772461,81.51276397705078,81.97349548339844,74.15359497070312,88.29883575439453,97.05061340332031,78.1163101196289,77.5075454711914,74.03253173828125,1.7623670101165771,122.33008575439453,100.54651641845703,-6.2337422370910645,133.7738037109375,108.92826080322266,6.098893165588379,131.24102783203125,93.76835632324219,52.42438888549805,64.57728576660156,-56.59184265136719,46.45380783081055,65.80623626708984,-45.86627197265625,45.50628662109375,61.2108154296875,-37.62326431274414,-43.080963134765625,192.37179565429688,66.32946014404297,-39.88687515258789,197.6708221435547,79.81995391845703,-37.45742416381836,205.52601623535156,72.0888442993164,-47.465755462646484,192.9918212890625,-100.4727783203125,-51.33833694458008,180.6035919189453,-106.75235748291016,-59.80616760253906,186.0519561767578,-105.82463836669922,-109.19811248779297,173.46954345703125,39.0616455078125,-114.99305725097656,162.94602966308594,29.256317138671875,-112.41445922851562,162.01109313964844,35.785518646240234,22.98965072631836,115.21218872070312,67.038818359375,17.556446075439453,114.29692840576172,74.96372985839844,10.896756172180176,123.78624725341797,59.48180389404297,-40.173316955566406,40.988197326660156,78.69342803955078,-45.201622009277344,38.44041442871094,62.64772033691406,-30.7672176361084,36.45073699951172,66.76136016845703,14.965195655822754,66.85316467285156,11.656723022460938,6.710779190063477,69.36778259277344,2.695751905441284,-4.952640056610107,48.57288360595703,27.030153274536133,-79.1197280883789,53.14112854003906,-32.1062126159668,-75.54657745361328,51.75438690185547,-17.410520553588867,-88.2329330444336,52.727115631103516,-19.043180465698242,22.355255126953125,92.19275665283203,87.86143493652344,14.854121208190918,88.57064056396484,87.70884704589844,23.24382781982422,90.81139373779297,91.3552474975586,-112.5839614868164,150.9449005126953,28.352392196655273,-101.36367797851562,154.76651000976562,40.725563049316406,-102.27569580078125,164.79673767089844,41.429439544677734,114.9446029663086,151.6444549560547,2.600421905517578,114.97502136230469,137.0437774658203,-14.852585792541504,107.1051254272461,147.1441650390625,-8.04634952545166,-104.83872985839844,96.58853149414062,63.04627227783203,-98.83868408203125,107.2736587524414,71.54999542236328,-104.45832824707031,109.6962661743164,71.24612426757812,-77.7900619506836,189.1097869873047,-91.77346801757812,-81.33643341064453,180.36253356933594,-96.41044616699219,-82.5456771850586,185.02142333984375,-84.549072265625,-78.72000885009766,86.88253784179688,89.36721801757812,-78.9471206665039,85.20130157470703,90.64115142822266,-80.52652740478516,84.1977767944336,90.16075897216797,-11.922890663146973,232.85122680664062,-56.31474685668945,-19.947935104370117,233.80946350097656,-46.99045944213867,-13.019466400146484,233.48988342285156,-40.60198211669922,57.77420425415039,87.43476867675781,103.04207611083984,48.59169387817383,88.9365234375,104.59773254394531,52.979496002197266,94.031494140625,104.77836608886719,56.73462677001953,90.37765502929688,-107.72077178955078,50.15968322753906,89.0406265258789,-109.64122009277344,50.038997650146484,89.3451156616211,-95.73491668701172,-116.87327575683594,167.83998107910156,-7.2349419593811035,-118.80330657958984,153.8633270263672,-23.23793601989746,-114.07411193847656,163.40321350097656,-1.0959479808807373,66.66967010498047,183.6061248779297,-102.89964294433594,77.01473236083984,180.37371826171875,-97.54688262939453,64.8775863647461,191.66177368164062,-97.87543487548828,-39.41871643066406,108.78258514404297,64.86228942871094,-33.55633544921875,110.06523895263672,77.4421615600586,-51.717227935791016,106.65361785888672,77.78076171875,2.565524101257324,43.4007568359375,54.29513931274414,-5.334559917449951,38.50128173828125,50.59096145629883,1.061540961265564,37.00780487060547,44.47195816040039,49.10504150390625,83.09059143066406,87.54003143310547,33.273319244384766,92.11104583740234,102.57450103759766,53.823246002197266,91.2052230834961,103.79467010498047,-110.89847564697266,125.35064697265625,-21.789691925048828,-118.80419921875,128.49940490722656,-16.648569107055664,-105.74785614013672,137.4070281982422,-21.510570526123047,-52.98261642456055,40.08491516113281,87.59849548339844,-45.201622009277344,38.44041442871094,62.64772033691406,-40.173316955566406,40.988197326660156,78.69342803955078,-16.731369018554688,238.87356567382812,0.5111550092697144,-15.685897827148438,231.3623809814453,4.1100969314575195,-25.758146286010742,232.63441467285156,12.244012832641602,-22.129884719848633,61.624210357666016,35.036678314208984,-37.434234619140625,58.48986053466797,44.17239761352539,-26.607921600341797,61.39918518066406,24.637327194213867,-36.28998565673828,108.69315338134766,31.121240615844727,-28.93515968322754,118.93795013427734,41.838321685791016,-35.34011459350586,113.3905029296875,42.72896957397461,92.13038635253906,100.56185913085938,-63.398658752441406,98.84031677246094,95.796142578125,-66.28060150146484,88.70700073242188,86.3094482421875,-72.10209655761719,-17.58144760131836,155.02127075195312,103.21826171875,-13.704000473022461,154.40357971191406,89.17298126220703,-12.105243682861328,149.9731903076172,85.07733154296875,-90.9525375366211,190.4607391357422,48.03644561767578,-90.83329772949219,181.76593017578125,40.26491165161133,-95.58663177490234,181.2411651611328,53.6814079284668,69.72654724121094,218.74415588378906,-40.347293853759766,82.29767608642578,207.51161193847656,-38.728694915771484,78.69657897949219,207.29098510742188,-44.65048599243164,19.41795539855957,82.99839782714844,59.62234878540039,28.398967742919922,66.17455291748047,54.653324127197266,20.332422256469727,77.50931549072266,56.05519485473633,-91.8303451538086,80.75312042236328,47.319923400878906,-91.8336181640625,74.71084594726562,42.511260986328125,-94.5400161743164,77.48673248291016,44.9108772277832,11.402618408203125,86.43389129638672,69.82990264892578,7.262628078460693,88.90000915527344,75.33949279785156,18.74268341064453,83.82295227050781,80.17762756347656,-74.29834747314453,77.10640716552734,-66.17835998535156,-74.62842559814453,90.13960266113281,-53.641353607177734,-88.02159118652344,95.80200958251953,-60.46839141845703,78.46929168701172,83.39881134033203,106.54058074951172,70.7834701538086,101.63947296142578,105.86920928955078,81.77352905273438,91.3123550415039,98.95472717285156,-108.87322235107422,165.33697509765625,36.51504135131836,-104.38175964355469,187.4554901123047,32.499412536621094,-97.90331268310547,191.14500427246094,38.1595458984375,-90.55218505859375,76.87577819824219,71.66030883789062,-65.49866485595703,75.33501434326172,54.436363220214844,-84.26956176757812,70.79712677001953,57.58385467529297,31.931238174438477,81.10194396972656,-139.38365173339844,34.275840759277344,85.21524047851562,-140.1396942138672,33.04878616333008,84.45117950439453,-139.96054077148438,50.61654281616211,80.52714538574219,60.15873718261719,43.85464859008789,82.02703094482422,82.5763931274414,42.663482666015625,84.32838439941406,75.76822662353516,18.007572174072266,242.6100616455078,-3.241260051727295,21.973155975341797,245.6337127685547,2.2071049213409424,32.11578369140625,245.92288208007812,-4.359395980834961,-91.81831359863281,187.50953674316406,-55.63275909423828,-91.61943817138672,196.7655487060547,-43.18775177001953,-92.17134857177734,180.40774536132812,-43.86363220214844,-66.34016418457031,134.24221801757812,-130.36366271972656,-53.26066970825195,130.64349365234375,-144.56504821777344,-55.022972106933594,141.01467895507812,-140.4969482421875,68.69844818115234,142.66146850585938,107.55491638183594,53.6204719543457,139.53079223632812,118.47044372558594,50.964332580566406,148.32252502441406,113.9874038696289,15.616848945617676,204.7755584716797,81.28331756591797,11.50407600402832,210.29315185546875,78.73253631591797,6.368284225463867,198.858642578125,76.3848648071289,-48.23114776611328,74.39588928222656,108.00926971435547,-46.803192138671875,71.88758087158203,104.43879699707031,-32.46336364746094,77.2034912109375,108.08077239990234,-101.89845275878906,182.08578491210938,-38.8692741394043,-107.6883544921875,166.2583465576172,-44.956886291503906,-112.33380126953125,170.7231903076172,-41.53535079956055,-97.81373596191406,123.04332733154297,-80.58958435058594,-103.98566436767578,129.7623291015625,-88.2679443359375,-100.46011352539062,111.23771667480469,-87.74835205078125,-38.572479248046875,112.09086608886719,-3.246767044067383,-49.647727966308594,106.9946060180664,-9.26500415802002,-34.432193756103516,118.73892974853516,5.16243314743042,-42.91045379638672,179.9163055419922,71.1026840209961,-38.18935012817383,181.59323120117188,86.72552490234375,-46.33726501464844,164.19725036621094,88.09761047363281,98.69625091552734,85.70879364013672,29.831878662109375,99.69539642333984,90.68672943115234,45.67887878417969,91.52178955078125,90.04228973388672,42.269676208496094,24.37108612060547,60.37461471557617,78.16621398925781,24.50897216796875,56.76188278198242,83.10397338867188,29.230676651000977,59.30152893066406,82.01139831542969,-16.925737380981445,61.60085678100586,84.56572723388672,-18.325916290283203,65.38178253173828,93.31598663330078,-11.827248573303223,67.2063980102539,89.9394760131836,-65.33104705810547,97.25472259521484,114.61308288574219,-81.7943344116211,91.31171417236328,98.92914581298828,-74.0129165649414,100.015869140625,103.20281982421875,13.822230339050293,157.52059936523438,59.45783615112305,19.81057357788086,149.6488800048828,47.957298278808594,8.936485290527344,157.2982177734375,53.81788635253906,-18.780025482177734,134.44711303710938,121.8946762084961,-11.639571189880371,143.2615509033203,115.97406768798828,-20.375465393066406,145.35687255859375,121.50108337402344,-3.3181118965148926,167.21153259277344,51.21458053588867,-4.180936813354492,184.4281005859375,69.71524047851562,-6.119643211364746,156.2487030029297,55.55482864379883,103.79408264160156,176.14820861816406,7.275579929351807,106.25720977783203,185.040283203125,14.665705680847168,107.9534912109375,185.72802734375,7.92405891418457,-104.71763610839844,99.65591430664062,-31.811630249023438,-111.63690948486328,94.82879638671875,-32.71684646606445,-108.68608856201172,112.49951934814453,-23.527854919433594,-24.487201690673828,120.5811538696289,42.77215576171875,-38.57126998901367,107.73421478271484,37.806396484375,-35.70328903198242,113.40584564208984,52.603816986083984,53.60723876953125,91.89161682128906,105.0303726196289,70.27110290527344,87.7569351196289,98.87689971923828,43.182647705078125,85.44608306884766,99.59321594238281,37.2325553894043,82.01337432861328,98.06434631347656,26.7142391204834,82.9149169921875,102.95621490478516,25.034212112426758,86.17078399658203,98.5737075805664,48.462379455566406,50.56304168701172,37.2756462097168,57.58679962158203,62.763004302978516,27.01020050048828,66.7156753540039,51.484039306640625,38.887020111083984,108.87322235107422,165.33697509765625,36.51504135131836,104.38175964355469,187.4554901123047,32.499412536621094,107.65144348144531,175.19203186035156,30.937593460083008,-63.436241149902344,53.35869216918945,105.27485656738281,-76.42134094238281,54.91850280761719,93.9854507446289,-69.88006591796875,69.19269561767578,111.62461853027344,54.79611587524414,201.44638061523438,-88.84888458251953,48.54453659057617,215.70541381835938,-64.86216735839844,44.272186279296875,200.6680145263672,-79.94055938720703,-63.696929931640625,94.41292572021484,37.442535400390625,-93.00244140625,93.44593811035156,56.74525833129883,-80.36381530761719,102.5179672241211,64.45372009277344,-33.10357666015625,84.13166046142578,29.14680290222168,-29.548250198364258,89.25272369384766,36.914127349853516,-39.458580017089844,84.0058364868164,36.90453338623047,-117.30237579345703,97.70790100097656,-5.445785999298096,-118.15409088134766,106.36747741699219,15.468082427978516,-117.64068603515625,92.67330932617188,-3.570585012435913,-27.461992263793945,71.89840698242188,-119.59921264648438,-37.661041259765625,77.5915756225586,-109.86477661132812,-29.124095916748047,75.0539321899414,-94.38389587402344,100.18712615966797,133.85977172851562,26.607486724853516,111.96186065673828,121.99935150146484,13.143401145935059,111.9408187866211,133.80503845214844,22.990894317626953,57.78554153442383,94.6339340209961,-13.255697250366211,57.704078674316406,103.94104766845703,-2.622502088546753,51.42006301879883,94.42030334472656,-20.60515594482422,9.296184539794922,115.55480194091797,92.60237884521484,6.098893165588379,131.24102783203125,93.76835632324219,15.930440902709961,125.50677490234375,87.10039520263672,-42.680259704589844,195.00616455078125,70.81813049316406,-47.13651657104492,199.72398376464844,76.50302124023438,-37.525978088378906,209.35348510742188,61.35078048706055,104.4798355102539,172.92843627929688,-53.982521057128906,91.81831359863281,187.50953674316406,-55.63275909423828,91.46805572509766,187.67857360839844,-64.95711517333984,-91.25017547607422,213.45379638671875,-21.23619270324707,-103.12785339355469,197.3555145263672,-19.51575469970703,-83.5179214477539,218.43649291992188,-8.757225036621094,77.83523559570312,67.7945327758789,56.129547119140625,87.02926635742188,71.4610366821289,67.16026306152344,72.18305969238281,65.09041595458984,59.385169982910156,-5.6367950439453125,115.93680572509766,51.82636260986328,-5.3714752197265625,110.74156188964844,56.19671630859375,-4.184370994567871,112.2679672241211,48.139183044433594,59.450645446777344,84.58744812011719,7.3612871170043945,54.42111587524414,98.33305358886719,19.835166931152344,53.90544891357422,79.78199005126953,5.587244033813477,-37.778709411621094,80.67706298828125,-12.07826042175293,-43.75771713256836,70.25183868408203,-20.937908172607422,-48.491329193115234,67.9863052368164,-16.967021942138672,6.704352855682373,192.55970764160156,-41.19044494628906,8.976302146911621,197.3277130126953,-15.172176361083984,3.9623420238494873,202.1541748046875,-27.775331497192383,100.3615493774414,133.23553466796875,-28.230846405029297,98.98793029785156,143.15786743164062,-15.782586097717285,105.74786376953125,137.4070281982422,-21.51056480407715,103.0619125366211,161.38490295410156,-71.2608642578125,100.08654022216797,174.89407348632812,-63.7052116394043,94.04847717285156,173.20433044433594,-67.00382995605469,81.44720458984375,174.42523193359375,58.445411682128906,81.53216552734375,181.40328979492188,59.76439666748047,92.78512573242188,178.00672912597656,55.81687927246094,81.33643341064453,180.36253356933594,-96.41044616699219,76.74934387207031,169.67974853515625,-102.87715911865234,71.91165161132812,176.88746643066406,-109.10394287109375,-45.14202880859375,126.13997650146484,18.786813735961914,-40.773616790771484,114.80850219726562,11.322783470153809,-56.41496658325195,114.38397216796875,7.109282970428467,-50.839324951171875,61.294857025146484,31.028596878051758,-48.94224548339844,63.07290267944336,28.24125099182129,-46.379364013671875,57.87848663330078,32.66938018798828,-18.158109664916992,231.44158935546875,22.34402847290039,-24.344654083251953,240.68603515625,20.959243774414062,-25.758146286010742,232.63441467285156,12.244012832641602,90.43468475341797,79.39437866210938,80.7417984008789,78.61903381347656,87.98908233642578,97.36217498779297,86.54301452636719,76.19642639160156,83.4775161743164,7.9782538414001465,81.78240966796875,63.83597946166992,5.243916988372803,92.54347229003906,55.46831130981445,10.764264106750488,89.14928436279297,45.05292510986328,31.106416702270508,45.24708557128906,83.66643524169922,14.871777534484863,59.07761764526367,86.06867980957031,16.541858673095703,48.000244140625,82.03995513916016,46.1143798828125,50.802452087402344,38.19889831542969,48.462379455566406,50.56304168701172,37.2756462097168,51.41883087158203,42.65641403198242,48.91189193725586,-20.703306198120117,66.1620864868164,51.55546569824219,-16.906951904296875,58.67795181274414,51.25940704345703,-26.41305160522461,61.26837158203125,49.684207916259766,-20.925857543945312,103.16838073730469,-40.743141174316406,-31.296737670898438,101.08879852294922,-39.80484390258789,-46.18855667114258,101.38648986816406,-33.7761344909668,-65.67469787597656,107.10035705566406,-74.09342193603516,-78.20589447021484,105.63392639160156,-76.07898712158203,-62.941070556640625,93.39813232421875,-63.475318908691406,97.97074890136719,85.39064025878906,54.14107894897461,92.01126861572266,80.76425170898438,54.474266052246094,92.63578796386719,87.6348648071289,54.61672592163086,112.27730560302734,96.2067642211914,-27.33443832397461,101.03472137451172,100.018310546875,-29.750274658203125,100.06722259521484,85.9239730834961,-44.80461120605469,44.82493591308594,63.2020263671875,91.08203887939453,32.078765869140625,63.70263671875,79.35354614257812,42.68058776855469,60.7149543762207,85.64834594726562,-58.64252471923828,73.39823913574219,61.454872131347656,-69.0175552368164,72.95279693603516,68.5576171875,-62.61098098754883,68.5387191772461,52.050716400146484,39.13689041137695,94.74832916259766,105.38343048095703,35.34630584716797,90.41786193847656,105.54206085205078,51.68511962890625,90.7337875366211,107.71581268310547,-41.19839096069336,96.3323974609375,-7.595221996307373,-41.477996826171875,90.14472961425781,-23.464380264282227,-51.42006301879883,94.42030334472656,-20.60515594482422,40.26936340332031,182.2982177734375,84.74537658691406,42.138484954833984,172.97337341308594,80.47838592529297,46.6567497253418,163.6168212890625,93.82679748535156,-1.6058969497680664,111.67024993896484,23.506567001342773,-10.18139934539795,104.58099365234375,28.949207305908203,-1.1929219961166382,115.1561508178711,23.76259422302246,-79.98441314697266,112.3026123046875,-52.648597717285156,-79.70711517333984,111.95376586914062,-64.49100494384766,-76.93576049804688,106.04711151123047,-65.86906433105469,-52.01213073730469,86.94702911376953,-108.96049499511719,-65.23735809326172,87.07986450195312,-103.23301696777344,-66.87277221679688,85.09326934814453,-120.01312255859375,1.061540961265564,37.00780487060547,44.47195816040039,7.153811931610107,51.82443618774414,24.402353286743164,9.753936767578125,48.022518157958984,38.36918258666992,70.85621643066406,213.8924102783203,17.764936447143555,68.86012268066406,215.95277404785156,29.368200302124023,77.68000793457031,218.79685974121094,25.59188461303711,5.433269023895264,161.4710693359375,-93.48241424560547,6.124818801879883,171.7482147216797,-97.21759033203125,2.9313600063323975,164.59495544433594,-113.41105651855469,51.75299072265625,84.14666748046875,126.97960662841797,32.952701568603516,92.84562683105469,129.7178497314453,24.69233512878418,83.02759552001953,128.78936767578125,55.11439514160156,165.72386169433594,-126.71294403076172,63.53077697753906,166.83163452148438,-121.49254608154297,66.66967010498047,183.6061248779297,-102.89964294433594,-27.002704620361328,157.41624450683594,-149.22483825683594,-47.96851348876953,135.4973907470703,-152.00228881835938,-34.25717544555664,152.047119140625,-147.86080932617188,-50.45915985107422,67.3763427734375,-57.91664505004883,-54.09978103637695,74.52758026123047,-56.46076202392578,-53.802330017089844,91.37918090820312,-42.90729904174805,-14.181791305541992,172.9020233154297,110.7615737915039,-16.11490821838379,176.9280548095703,108.85014343261719,-27.7073917388916,164.62730407714844,120.24698638916016,16.827556610107422,189.66082763671875,-17.258710861206055,8.976302146911621,197.3277130126953,-15.172176361083984,10.657565116882324,189.61106872558594,-33.444679260253906,-85.7996826171875,157.94737243652344,50.691959381103516,-93.00933074951172,166.47982788085938,54.328914642333984,-81.44720458984375,174.42523193359375,58.445411682128906,5.0166168212890625,164.97509765625,24.34321403503418,7.528894901275635,173.93775939941406,30.125093460083008,7.930333137512207,190.3335723876953,22.688987731933594,49.4517822265625,192.1510009765625,-98.28369140625,55.875526428222656,182.01443481445312,-104.49349212646484,64.8775863647461,191.66177368164062,-97.87543487548828,19.930343627929688,80.93365478515625,49.7856330871582,22.841371536254883,73.59217834472656,71.47179412841797,24.07889175415039,74.26200103759766,62.95587158203125,-40.43500900268555,238.08926391601562,30.276227951049805,-33.438377380371094,239.7252960205078,19.880840301513672,-24.344654083251953,240.68603515625,20.959243774414062,-77.55443572998047,106.79398345947266,93.57109832763672,-72.4373550415039,112.9547119140625,106.97195434570312,-89.72608947753906,109.77515411376953,88.74568176269531,70.8268814086914,158.8874053955078,99.15402221679688,74.29874420166016,173.19122314453125,94.26065826416016,64.45278930664062,174.7908172607422,100.29017639160156,-61.46615982055664,205.58949279785156,-46.694793701171875,-74.12471771240234,205.03897094726562,-54.50931930541992,-51.43522262573242,214.01480102539062,-50.03105926513672,64.02313232421875,220.3203582763672,53.07592010498047,50.9427490234375,219.32489013671875,62.10866928100586,70.6347885131836,219.67893981933594,54.25836944580078,-27.428430557250977,59.26464080810547,53.892555236816406,-25.851869583129883,65.25015258789062,51.52840042114258,-26.41305160522461,61.26837158203125,49.684207916259766,-2.9233949184417725,90.376220703125,35.8963623046875,7.576723098754883,86.72341918945312,38.65716552734375,-8.514948844909668,65.4891128540039,46.52675247192383,-58.71734619140625,214.0812225341797,9.563332557678223,-55.25831985473633,226.1945343017578,7.293327808380127,-59.212127685546875,222.3208770751953,22.44000816345215,15.241988182067871,82.2103042602539,87.45761108398438,14.854121208190918,88.57064056396484,87.70884704589844,7.778458118438721,88.88175201416016,78.64942932128906,91.46805572509766,187.67857360839844,-64.95711517333984,88.81321716308594,196.1399688720703,-58.75895309448242,88.32612609863281,186.73348999023438,-69.33365631103516,-42.54654312133789,238.05455017089844,-7.181264877319336,-61.921844482421875,232.9663848876953,-5.732934951782227,-60.46194839477539,232.04156494140625,-11.39597225189209,-40.015472412109375,115.71942138671875,74.19674682617188,-48.865421295166016,110.433837890625,72.63838958740234,-46.18064498901367,113.92507934570312,63.106719970703125,-57.91518020629883,226.7030487060547,-40.520591735839844,-52.362342834472656,232.4446258544922,-34.81361770629883,-43.84737014770508,232.38047790527344,-42.524295806884766,7.343401908874512,157.5681915283203,-131.6723175048828,6.431610107421875,142.84622192382812,-135.57911682128906,6.417544841766357,159.13792419433594,-140.81826782226562,61.08427429199219,93.86770629882812,-15.399415969848633,52.60901641845703,101.69120025634766,-16.965822219848633,59.86665344238281,110.26728057861328,2.7341949939727783,-21.326129913330078,94.71647644042969,30.28220558166504,-20.94071388244629,99.67132568359375,28.833635330200195,-4.712594032287598,105.94202423095703,34.26646423339844,-9.893028259277344,184.6689453125,36.45808410644531,-5.135931015014648,179.36680603027344,46.89777374267578,-7.528894901275635,173.93775939941406,30.125093460083008,70.8268814086914,158.8874053955078,99.15402221679688,64.19595336914062,156.427490234375,100.77965545654297,78.23836517333984,156.15509033203125,96.98213958740234,-2.774167060852051,177.74510192871094,-5.873690128326416,-2.280181884765625,178.56686401367188,-23.31148338317871,-4.270751953125,187.26593017578125,-22.61427116394043,-89.72608947753906,109.77515411376953,88.74568176269531,-97.31594848632812,113.85214233398438,85.84551239013672,-94.26577758789062,110.58712005615234,80.78617858886719,-86.99811553955078,193.49082946777344,-6.940621852874756,-100.53578186035156,193.09849548339844,-16.385940551757812,-83.89588928222656,209.23291015625,-10.747550964355469,-20.534975051879883,82.89144897460938,81.93370819091797,-18.990272521972656,80.86032104492188,73.36048889160156,-29.622419357299805,77.37369537353516,94.91935729980469,-14.233485221862793,237.29432678222656,5.125837802886963,-9.027555465698242,235.0055694580078,-4.9157891273498535,-11.374101638793945,241.24124145507812,-10.319952011108398,40.5886116027832,65.24266815185547,84.32708740234375,25.13896369934082,76.71685028076172,100.76077270507812,27.9763240814209,72.88945007324219,89.34452056884766,-16.693389892578125,151.63970947265625,108.704345703125,-25.67067527770996,149.50230407714844,116.35430908203125,-21.418724060058594,152.4185028076172,109.70266723632812,-54.8390007019043,136.63436889648438,119.5387191772461,-51.52803421020508,147.1520233154297,116.19480895996094,-46.03989791870117,141.75196838378906,123.45450592041016,-5.789793968200684,177.2923126220703,-6.844069004058838,-5.433413982391357,179.8986053466797,-28.9405460357666,-7.3188629150390625,134.6557159423828,-40.30146789550781,-5.484635829925537,112.01783752441406,77.24716186523438,-7.683823108673096,110.05473327636719,78.97016143798828,-9.104120254516602,113.23518371582031,79.21281433105469,-11.516687393188477,211.3396453857422,6.821523189544678,-5.359556198120117,203.86636352539062,5.285244941711426,-14.89108943939209,199.9775390625,-3.343487024307251,28.05832862854004,228.00987243652344,58.753273010253906,17.318822860717773,216.60540771484375,72.6077651977539,24.443775177001953,216.32240295410156,68.62358093261719,86.4731674194336,194.5419158935547,-34.26809310913086,73.24322509765625,201.7643585205078,-25.98142433166504,77.02412414550781,207.99481201171875,-34.76236343383789,116.63235473632812,95.5278091430664,-27.008892059326172,108.13670349121094,75.8043441772461,-42.152000427246094,100.84919738769531,80.25445556640625,-52.05373764038086,16.330957412719727,115.08705139160156,120.7802505493164,4.726809024810791,119.84876251220703,119.89751434326172,17.600833892822266,121.64722442626953,124.66825866699219,109.9859848022461,179.2395477294922,-27.194698333740234,104.0830307006836,193.64144897460938,-16.458667755126953,103.55767822265625,183.56549072265625,-15.83043384552002,80.141357421875,178.73934936523438,-71.96815490722656,91.8021469116211,179.6899871826172,-71.5040054321289,87.34149932861328,171.62879943847656,-71.91526794433594,43.46480941772461,183.54251098632812,95.22896575927734,40.701507568359375,190.45933532714844,87.36872100830078,40.26936340332031,182.2982177734375,84.74537658691406,3.690190076828003,178.75579833984375,-40.86876678466797,4.270751953125,187.26593017578125,-22.61427116394043,9.070321083068848,180.5233154296875,-52.731224060058594,-82.16918182373047,96.11332702636719,37.8255729675293,-80.50438690185547,85.13101959228516,18.756698608398438,-80.13032531738281,96.25194549560547,45.46696090698242,-45.95357131958008,120.82859802246094,123.717041015625,-53.92699432373047,116.33699035644531,117.64620971679688,-38.5705451965332,113.17955017089844,117.83490753173828,100.535888671875,156.31590270996094,49.32023239135742,94.67645263671875,163.6359405517578,60.610130310058594,98.32756805419922,161.4064178466797,66.00089263916016,9.986976623535156,113.07188415527344,99.0905532836914,9.296184539794922,115.55480194091797,92.60237884521484,29.666282653808594,113.30290985107422,87.7684326171875,81.94971466064453,153.2283477783203,73.4410400390625,78.87078857421875,164.7113800048828,70.33068084716797,85.61054229736328,158.897705078125,80.35258483886719,76.93575286865234,106.04710388183594,-65.86907196044922,72.29605865478516,101.35499572753906,-66.93290710449219,69.65823364257812,113.73649597167969,-82.45230865478516,8.099207878112793,85.9958724975586,-110.24507141113281,14.078363418579102,104.3967056274414,-124.69081115722656,11.96308708190918,97.62834930419922,-110.46517181396484,-110.19058227539062,111.91419982910156,-18.910438537597656,-105.53584289550781,116.31904602050781,-21.123640060424805,-115.98265075683594,127.60358428955078,-15.162666320800781,67.5833740234375,207.8456573486328,-47.340049743652344,52.40457534790039,216.23516845703125,-48.17564392089844,50.34506607055664,212.6516571044922,-45.49161911010742,84.37139129638672,140.94606018066406,-21.39292335510254,86.1085433959961,148.11260986328125,-8.190838813781738,73.10165405273438,149.1748809814453,-10.57909107208252,42.245216369628906,182.78013610839844,83.78533172607422,47.45586013793945,172.5630645751953,82.31844329833984,43.1117057800293,192.2982177734375,66.36530303955078,21.168411254882812,171.91326904296875,-140.70729064941406,14.877601623535156,170.96070861816406,-142.53443908691406,10.43869686126709,163.00779724121094,-145.62387084960938,11.966178894042969,138.15711975097656,59.624114990234375,3.8334619998931885,142.1705780029297,74.308349609375,7.620038986206055,148.0160369873047,75.3629379272461,-24.469953536987305,133.707275390625,-158.97030639648438,-26.083744049072266,153.2298583984375,-148.38705444335938,-43.51415252685547,134.26495361328125,-151.27008056640625,13.590917587280273,212.5076904296875,10.787601470947266,14.055350303649902,226.46463012695312,23.380041122436523,9.280534744262695,207.34225463867188,14.335689544677734,-41.128143310546875,58.260292053222656,118.1192626953125,-38.29094696044922,76.16552734375,127.59479522705078,-52.71577072143555,62.141761779785156,119.59910583496094,-78.6189193725586,109.02307891845703,-37.04417419433594,-78.51973724365234,114.249755859375,-39.14102554321289,-79.17877197265625,120.22924041748047,-26.08198356628418,-100.535888671875,156.31590270996094,49.32023239135742,-87.8366470336914,160.1035614013672,49.6624641418457,-93.6555404663086,153.99806213378906,39.94346618652344,15.729280471801758,157.48048400878906,62.40656280517578,9.982166290283203,174.39755249023438,85.7177734375,14.40853500366211,170.84780883789062,82.43402099609375,56.33549499511719,79.31695556640625,0.5273590087890625,57.2321662902832,103.00836944580078,19.6019287109375,63.080665588378906,77.44622802734375,-3.5355451107025146,-62.56883239746094,66.33035278320312,30.30445098876953,-48.581695556640625,77.33452606201172,21.26155662536621,-60.1833610534668,76.2315444946289,26.254419326782227,-74.1980972290039,109.79727172851562,74.50374603271484,-79.12229919433594,110.15003204345703,89.56388854980469,-74.34007263183594,109.89862060546875,94.8276596069336,-50.038997650146484,89.3451156616211,-95.73491668701172,-41.47076416015625,83.25823974609375,-86.25810241699219,-50.15968322753906,89.0406265258789,-109.64122009277344,11.315666198730469,109.62919616699219,-48.623470306396484,15.510945320129395,106.49683380126953,-39.91823196411133,20.925857543945312,103.16838073730469,-40.743141174316406,4.712179183959961,105.94206237792969,34.2668342590332,3.313330888748169,132.76116943359375,44.246150970458984,5.235879898071289,125.68950653076172,38.0400505065918,-59.80616760253906,186.0519561767578,-105.82463836669922,-61.8090934753418,176.63528442382812,-117.1838150024414,-71.30335235595703,190.19912719726562,-99.44384002685547,-15.002077102661133,77.67839813232422,-75.55188751220703,-19.99032211303711,88.7375717163086,-53.81828689575195,-22.3561954498291,84.81476593017578,-66.23357391357422,-21.443750381469727,87.6785659790039,-153.0803680419922,-14.565303802490234,81.73928833007812,-147.6301727294922,-22.121784210205078,74.8049545288086,-143.8332061767578,-77.27172088623047,107.35679626464844,-136.57176208496094,-69.83524322509766,120.439453125,-141.15760803222656,-60.01958084106445,110.84180450439453,-144.70028686523438,71.30335235595703,190.19912719726562,-99.44384002685547,57.44453048706055,194.0998992919922,-101.68342590332031,59.8479118347168,200.12924194335938,-93.84819030761719,-43.309486389160156,160.14208984375,123.92057800292969,-37.094139099121094,172.1422882080078,113.80563354492188,-42.93734359741211,173.25933837890625,109.7082748413086,54.79611587524414,201.44638061523438,-88.84888458251953,62.478553771972656,196.54940795898438,-87.54120635986328,58.97503662109375,204.1259765625,-79.7134017944336,-70.87261199951172,165.0805206298828,-113.56341552734375,-69.466552734375,175.34317016601562,-107.98979949951172,-73.94107818603516,170.80966186523438,-101.73506927490234,62.966827392578125,114.0143051147461,22.931480407714844,56.424278259277344,116.35051727294922,31.461912155151367,57.2321662902832,103.00836944580078,19.6019287109375,-42.56327438354492,60.76958465576172,85.7494888305664,-64.03528594970703,60.51816177368164,87.35811614990234,-47.73599624633789,57.97261047363281,75.4116439819336,-43.4185905456543,86.03067016601562,-32.6182746887207,-40.76543426513672,79.4122543334961,-32.23484420776367,-36.54642868041992,82.77454376220703,-15.272628784179688,-41.19980239868164,213.5355682373047,-83.58698272705078,-29.851253509521484,210.0712890625,-95.84693908691406,-35.97777557373047,221.69808959960938,-76.40748596191406,18.362844467163086,99.03699493408203,56.051246643066406,26.71430778503418,93.4417724609375,48.80183792114258,20.177488327026367,99.0503158569336,46.35386276245117,-41.33645248413086,79.36151123046875,29.760957717895508,-46.740196228027344,82.48762512207031,46.935874938964844,-34.76606369018555,87.38629150390625,39.886756896972656,50.45915985107422,67.3763427734375,-57.91664505004883,44.509437561035156,65.87850189208984,-49.10983657836914,39.32642364501953,82.43844604492188,-35.17887496948242,105.91993713378906,74.32408142089844,-15.615870475769043,113.82252502441406,80.2212905883789,-24.328432083129883,112.89691162109375,81.13578033447266,-5.511445045471191,52.91312026977539,65.73652648925781,35.10279846191406,59.2722282409668,67.79633331298828,31.839191436767578,55.64670944213867,61.18259048461914,35.01530075073242,34.58444595336914,76.90509796142578,114.19615936279297,34.204654693603516,72.9896011352539,109.9297103881836,51.522335052490234,69.54789733886719,107.59893035888672,40.3438606262207,91.272216796875,-153.34996032714844,36.50033187866211,83.03340148925781,-144.6612091064453,22.075611114501953,74.66860961914062,-143.64248657226562,-43.35377883911133,191.05751037597656,-92.72794342041016,-39.039188385009766,199.448974609375,-99.37568664550781,-42.408973693847656,188.16964721679688,-98.5210952758789,-23.422733306884766,78.66203308105469,38.352317810058594,-19.910781860351562,80.9637680053711,49.87968444824219,-20.13892364501953,84.8897933959961,43.248661041259766,43.845977783203125,54.13680648803711,113.53515625,48.45053482055664,62.458988189697266,120.63337707519531,29.717878341674805,62.10672378540039,119.39793395996094,-115.12496185302734,135.9701690673828,37.155208587646484,-111.71637725830078,144.21109008789062,35.304229736328125,-99.16881561279297,154.8249969482422,69.47638702392578,-20.925857543945312,103.16838073730469,-40.743141174316406,-13.490315437316895,99.1231918334961,-54.422584533691406,-20.3106689453125,91.52986907958984,-54.98965072631836,22.409395217895508,79.3437728881836,105.77742767333984,27.990732192993164,79.16160583496094,101.10883331298828,47.536865234375,71.63838958740234,104.9439926147461,-5.731523036956787,111.24101257324219,87.1475830078125,-1.8027750253677368,104.33619689941406,85.72119140625,-2.1050870418548584,117.29205322265625,72.98175048828125,-24.7470645904541,197.1362762451172,-3.581001043319702,-22.654157638549805,210.79029846191406,6.128687858581543,-14.89108943939209,199.9775390625,-3.343487024307251,4.270751953125,187.26593017578125,-22.61427116394043,2.774167060852051,177.74510192871094,-5.873688220977783,6.036736011505127,189.7860565185547,-10.528157234191895,-61.8090934753418,176.63528442382812,-117.1838150024414,-45.4299430847168,166.15090942382812,-129.25103759765625,-55.02360916137695,167.2123565673828,-129.65101623535156,-90.3150405883789,213.96307373046875,9.82884407043457,-93.0793685913086,213.20608520507812,25.447921752929688,-77.68000793457031,218.79685974121094,25.59188461303711,59.95848083496094,213.79086303710938,29.182947158813477,52.2967643737793,205.4343719482422,36.6224479675293,55.76068115234375,202.9146728515625,33.98698425292969,-71.9223861694336,79.32597351074219,30.503374099731445,-61.6821174621582,77.00222778320312,23.512939453125,-87.44319915771484,69.49164581298828,39.613224029541016,-21.09579849243164,224.83102416992188,12.637887954711914,-22.164169311523438,201.2408905029297,5.061738967895508,-12.697677612304688,222.96446228027344,6.2276291847229,14.256820678710938,79.00827026367188,55.9404296875,17.24275016784668,83.18737030029297,62.48294448852539,15.524901390075684,79.60147857666016,60.37553405761719,-76.74934387207031,169.67974853515625,-102.87715911865234,-73.39991760253906,167.19708251953125,-114.5911865234375,-74.74337768554688,157.18365478515625,-107.80818939208984,75.31399536132812,122.29341888427734,105.41329956054688,86.94784545898438,121.57780456542969,92.52191925048828,94.43670654296875,115.11772918701172,84.88629150390625,-113.46251678466797,115.07350158691406,-19.60003662109375,-110.89847564697266,125.35064697265625,-21.789691925048828,-108.68608856201172,112.49951934814453,-23.527854919433594,-22.873960494995117,76.66657257080078,101.63124084472656,-24.422273635864258,71.97344970703125,89.22917938232422,-15.845269203186035,81.53472137451172,86.05342102050781,1.6615910530090332,137.88455200195312,89.50633239746094,-2.3118340969085693,143.630615234375,99.71981811523438,0.7341769933700562,150.83592224121094,92.73401641845703,31.010753631591797,70.30155944824219,-113.17948150634766,42.24411392211914,78.1971206665039,-135.36492919921875,47.1187858581543,79.90899658203125,-120.34858703613281,71.2825698852539,101.99942016601562,-47.74201965332031,62.450721740722656,96.60831451416016,-48.42087936401367,70.94197082519531,96.14134216308594,-45.69535827636719,-88.015380859375,71.03922271728516,66.66117095947266,-85.17667388916016,73.7021713256836,68.66030883789062,-83.64634704589844,68.39762115478516,65.4888916015625,-65.7303237915039,129.78326416015625,-67.46099090576172,-72.76606750488281,129.1578826904297,-78.18599700927734,-62.936065673828125,133.0203857421875,-77.85565948486328,-111.3823013305664,128.16455078125,17.314254760742188,-97.80781555175781,143.32809448242188,28.951980590820312,-102.8910903930664,121.47589111328125,8.732648849487305,-5.5065717697143555,150.63519287109375,92.14756774902344,-13.704000473022461,154.40357971191406,89.17298126220703,-15.131887435913086,154.06199645996094,110.1476058959961,-81.05012512207031,172.7648162841797,78.05879211425781,-78.87078094482422,164.7113800048828,70.33068084716797,-85.61052703857422,158.8977508544922,80.35253143310547,40.819862365722656,164.36685180664062,-125.88253021240234,40.520870208740234,155.6297607421875,-132.91574096679688,36.6645393371582,160.57879638671875,-138.74549865722656,-11.662134170532227,170.09805297851562,84.72610473632812,-25.03369903564453,148.85818481445312,54.78984832763672,-15.029134750366211,151.81033325195312,61.60829162597656,54.07809066772461,107.4327392578125,116.4730224609375,47.14496994018555,103.15055084228516,125.58008575439453,64.61872863769531,102.49957275390625,116.13697052001953,84.24087524414062,141.98080444335938,-10.036044120788574,83.07039642333984,134.14744567871094,-15.937280654907227,99.92142486572266,121.3036117553711,-35.883575439453125,-94.67645263671875,163.6359405517578,60.610130310058594,-100.535888671875,156.31590270996094,49.32023239135742,-98.32756805419922,161.4064178466797,66.00089263916016,82.23434448242188,139.40737915039062,-30.098804473876953,76.60631561279297,139.0863037109375,-41.571136474609375,72.58345031738281,146.7459259033203,-25.728656768798828,-40.33219909667969,65.05425262451172,84.0548324584961,-35.89345932006836,60.776390075683594,70.66106414794922,-30.10814094543457,67.61555480957031,76.18270111083984,-49.989593505859375,101.89109802246094,122.44972229003906,-57.317176818847656,104.24617767333984,115.42437744140625,-38.3462028503418,102.12129211425781,122.5509262084961,-105.33504486083984,153.10301208496094,4.242823123931885,-107.98411560058594,145.21925354003906,-5.156867027282715,-88.16848754882812,148.88409423828125,2.8353230953216553,-85.43333435058594,133.4822540283203,-22.121015548706055,-100.09484100341797,121.03052520751953,-40.61927795410156,-81.38240814208984,146.0229949951172,-9.1276216506958,-39.34177017211914,217.23280334472656,56.46320724487305,-32.32773971557617,208.2993927001953,58.71104049682617,-35.32340621948242,201.08212280273438,60.93544006347656,-36.54642868041992,82.77454376220703,-15.272628784179688,-37.778709411621094,80.67706298828125,-12.07826042175293,-40.834556579589844,90.08661651611328,-3.5428659915924072,47.15841293334961,210.43670654296875,-75.44271850585938,48.895652770996094,219.45516967773438,-64.20935821533203,53.53769302368164,218.6182403564453,-65.92179107666016,-32.2493896484375,230.17945861816406,51.79884338378906,-23.49045181274414,228.2786865234375,41.711814880371094,-34.81209945678711,228.8606719970703,40.60322570800781,50.18259811401367,76.35924530029297,54.45115661621094,62.611083984375,68.53871154785156,52.0507926940918,58.63482666015625,73.4028549194336,61.46368408203125,-10.69070053100586,234.90167236328125,-21.31524085998535,-7.128023147583008,228.18919372558594,-36.65106201171875,-16.010019302368164,240.76564025878906,-30.339462280273438,-119.24095916748047,119.9399185180664,35.30880355834961,-120.62594604492188,127.3207015991211,26.760873794555664,-122.01402282714844,116.54417419433594,26.80463981628418,43.04157638549805,179.26686096191406,71.69452667236328,48.91181182861328,164.6088104248047,91.59154510498047,46.20216751098633,166.367431640625,85.85820007324219,-7.806828022003174,195.1914520263672,64.43933868408203,-11.559473037719727,187.11068725585938,46.73133087158203,-7.3252692222595215,183.14797973632812,58.9864616394043,99.37947082519531,90.173095703125,32.66017150878906,106.8354263305664,98.29324340820312,54.271270751953125,106.53524017333984,96.54864501953125,38.61777877807617,26.083744049072266,153.2298583984375,-148.38705444335938,30.007118225097656,171.24417114257812,-136.15478515625,21.168411254882812,171.91326904296875,-140.70729064941406,-62.40019226074219,186.53602600097656,93.5350341796875,-69.0207290649414,191.32040405273438,84.4003677368164,-69.55326843261719,184.57078552246094,84.05858612060547,53.476802825927734,43.08449935913086,87.49390411376953,50.84128189086914,46.964820861816406,98.60450744628906,59.14909744262695,48.57324981689453,102.56761932373047,-23.22114372253418,68.07028198242188,48.39664077758789,-28.79552459716797,60.93423080444336,45.1956672668457,-22.129884719848633,61.624210357666016,35.036678314208984,64.4055404663086,190.9066162109375,-75.16997528076172,63.54136276245117,205.65408325195312,-69.58465576171875,58.97503662109375,204.1259765625,-79.7134017944336,-98.31812286376953,206.37103271484375,8.226469993591309,-103.48492431640625,200.40338134765625,12.98500919342041,-106.87509155273438,194.14163208007812,3.7511041164398193,-50.173770904541016,85.49374389648438,-91.90199279785156,-59.401771545410156,85.34913635253906,-96.0009765625,-52.01213073730469,86.94702911376953,-108.96049499511719,13.284394264221191,139.5499267578125,40.31792068481445,16.00943946838379,136.1747283935547,25.430057525634766,20.9766845703125,128.41920471191406,36.137939453125,-91.7097396850586,91.2537841796875,84.50542449951172,-90.51317596435547,74.51399993896484,87.8978271484375,-100.13851928710938,77.6834945678711,66.85282135009766,47.935279846191406,84.74935913085938,83.85526275634766,26.565147399902344,91.81195068359375,95.62619018554688,51.325653076171875,95.41460418701172,103.81310272216797,-78.64287567138672,82.37443542480469,106.14401245117188,-65.33104705810547,97.25472259521484,114.61308288574219,-54.9383430480957,93.31929779052734,123.68753051757812,19.36123275756836,80.14971160888672,87.94287872314453,18.677167892456055,77.14141845703125,76.51891326904297,17.455265045166016,86.41101837158203,87.3027114868164,-69.74370574951172,61.710655212402344,65.95271301269531,-67.4721908569336,65.34395599365234,91.57874298095703,-71.5235595703125,64.53594970703125,59.914093017578125,85.39473724365234,210.27734375,41.36886978149414,84.0453872680664,210.12979125976562,51.22041320800781,90.9525375366211,190.4607391357422,48.03644561767578,56.182395935058594,109.53607940673828,21.956275939941406,63.50450897216797,117.60393524169922,25.127912521362305,60.226318359375,114.39772033691406,24.102764129638672,2.9313600063323975,164.59495544433594,-113.41105651855469,5.619101047515869,135.6170196533203,-109.12052154541016,5.433269023895264,161.4710693359375,-93.48241424560547,110.19058227539062,111.91419982910156,-18.910438537597656,115.98265075683594,127.60358428955078,-15.162666320800781,105.53584289550781,116.31904602050781,-21.123640060424805,63.17676544189453,139.47315979003906,-137.768310546875,68.85822296142578,135.59341430664062,-131.4602508544922,64.10765838623047,131.36607360839844,-136.65528869628906,115.00226593017578,169.4496612548828,-36.004573822021484,117.70931243896484,156.9040069580078,-39.09508514404297,112.33380889892578,170.7231903076172,-41.53535079956055,13.318300247192383,99.4697036743164,-33.31476974487305,17.153579711914062,100.77062225341797,-35.58440017700195,19.02179718017578,100.84334564208984,-27.31584358215332,-75.44715118408203,121.86551666259766,-133.5059051513672,-66.34016418457031,134.24221801757812,-130.36366271972656,-78.68309783935547,130.4680633544922,-123.87065124511719,40.416534423828125,70.2391586303711,27.623981475830078,39.64329528808594,77.12532806396484,27.382492065429688,35.6177978515625,73.83446502685547,17.45853042602539,33.51573944091797,39.60160827636719,55.767704010009766,30.76721954345703,36.45073699951172,66.76136016845703,23.693429946899414,37.92741012573242,64.2979736328125,100.29545593261719,135.87840270996094,-93.46903991699219,94.87613677978516,141.7064666748047,-100.08727264404297,98.99040985107422,122.96404266357422,-97.53905487060547,7.111116886138916,79.30818176269531,120.50315856933594,8.380059242248535,85.90660095214844,123.875,4.2050628662109375,93.59150695800781,118.56021118164062,-24.617429733276367,84.99242401123047,90.17312622070312,-30.82412338256836,88.65225982666016,97.84952545166016,-24.823169708251953,84.44996643066406,99.22997283935547,34.00872039794922,121.65003967285156,75.71562957763672,23.326457977294922,119.31517028808594,76.85887908935547,42.958717346191406,117.78428649902344,64.7479248046875,-54.07197189331055,72.81840515136719,92.27466583251953,-64.32127380371094,68.47450256347656,81.20935821533203,-67.4721908569336,65.34395599365234,91.57874298095703,-62.941070556640625,93.39813232421875,-63.475318908691406,-73.49797058105469,99.7241439819336,-47.623626708984375,-72.29606628417969,101.3550033569336,-66.93290710449219,-7.683823108673096,110.05473327636719,78.97016143798828,-5.484635829925537,112.01783752441406,77.24716186523438,-0.8395789861679077,108.7529296875,74.76873779296875,-17.462554931640625,45.74763870239258,65.62299346923828,-8.015938758850098,59.83930587768555,66.4094467163086,-16.917634963989258,52.75187683105469,57.72922134399414,5.0166168212890625,164.97509765625,24.34321403503418,7.19664192199707,158.49082946777344,42.86137390136719,7.528894901275635,173.93775939941406,30.125093460083008,50.34506607055664,212.6516571044922,-45.49161911010742,51.15834426879883,222.66015625,-44.30753707885742,67.5833740234375,207.8456573486328,-47.340049743652344,23.881242752075195,105.68922424316406,0.594111979007721,13.16904067993164,83.39373016357422,-6.101498126983643,11.860563278198242,98.7433853149414,-5.088424205780029,-108.84778594970703,106.6044692993164,-40.416439056396484,-107.15848541259766,102.04547119140625,-51.42906188964844,-107.2130355834961,119.37891387939453,-36.32853698730469,56.61824035644531,79.30403137207031,51.16183090209961,50.33132553100586,81.35215759277344,38.61538314819336,46.34300231933594,86.77688598632812,46.64271926879883,117.30237579345703,97.70790100097656,-5.445785999298096,117.64068603515625,92.67330932617188,-3.570585012435913,118.15409088134766,106.36747741699219,15.468082427978516,52.575931549072266,62.0185661315918,-60.25723648071289,50.45915985107422,67.3763427734375,-57.91664505004883,67.58641815185547,67.83245849609375,-68.33747863769531,86.2398452758789,199.8702850341797,36.97687911987305,94.02200317382812,204.89073181152344,33.3884391784668,83.38243865966797,209.8225555419922,34.052085876464844,-52.563629150390625,54.47087097167969,-14.322311401367188,-55.62852096557617,51.756813049316406,-20.237760543823242,-44.46858596801758,56.69538497924805,-33.129459381103516,42.663482666015625,84.32838439941406,75.76822662353516,38.203399658203125,90.20736694335938,75.1596908569336,50.61654281616211,80.52714538574219,60.15873718261719,-104.54413604736328,135.39593505859375,-19.331619262695312,-115.98265075683594,127.60358428955078,-15.162666320800781,-107.83915710449219,126.3570327758789,-20.553983688354492,-91.15939331054688,200.32058715820312,-54.569236755371094,-82.78885650634766,201.88848876953125,-71.21788787841797,-92.46437072753906,192.19430541992188,-64.66197204589844,42.1666259765625,241.24656677246094,29.31167984008789,50.03654098510742,236.41281127929688,30.103246688842773,50.10743713378906,238.2215118408203,22.184234619140625,23.4892578125,214.2894287109375,67.01744842529297,14.701135635375977,214.75672912597656,69.96243286132812,25.12368392944336,226.10948181152344,57.43266677856445,-47.96851348876953,135.4973907470703,-152.00228881835938,-58.805137634277344,157.9877471923828,-132.69285583496094,-49.61996841430664,143.5893096923828,-145.2671356201172,103.55767822265625,183.56549072265625,-15.83043384552002,110.77808380126953,175.3822021484375,-20.575485229492188,109.9859848022461,179.2395477294922,-27.194698333740234,98.32756805419922,161.4064178466797,66.00089263916016,92.47874450683594,158.56344604492188,75.5293197631836,101.80744171142578,156.00222778320312,70.61874389648438,11.402618408203125,86.43389129638672,69.82990264892578,12.807398796081543,89.68020629882812,64.97021484375,18.005393981933594,87.81790924072266,68.77515411376953,-117.2857666015625,93.93110656738281,13.91071891784668,-120.2452163696289,91.34479522705078,-2.749191999435425,-112.89691162109375,81.13578033447266,-5.511446952819824,92.52735137939453,151.20745849609375,77.45458984375,85.42207336425781,163.0582733154297,67.4488525390625,93.49198150634766,161.7835693359375,63.932064056396484,67.78953552246094,74.59857940673828,81.80528259277344,54.82264709472656,73.48824310302734,89.82054901123047,57.55634307861328,78.30126953125,90.31412506103516,-17.9171199798584,97.18345642089844,112.10420989990234,-17.26177215576172,103.93327331542969,98.54634094238281,-13.503122329711914,97.50534057617188,99.7812728881836,29.40940284729004,219.393310546875,62.60381317138672,28.05832862854004,228.00987243652344,58.753273010253906,24.443775177001953,216.32240295410156,68.62358093261719,23.943986892700195,183.92579650878906,99.64717102050781,17.986949920654297,180.6005859375,97.57238006591797,13.985893249511719,184.97613525390625,91.071044921875,61.95008087158203,218.2574462890625,-17.678518295288086,73.80087280273438,205.7476348876953,-28.160648345947266,75.2609634399414,205.02981567382812,-25.899852752685547,6.124818801879883,171.7482147216797,-97.21759033203125,5.433269023895264,161.4710693359375,-93.48241424560547,4.014556884765625,173.4002685546875,-76.56452178955078,-49.32304382324219,57.538612365722656,53.74751663208008,-69.74370574951172,61.710655212402344,65.95271301269531,-65.62059020996094,63.950496673583984,49.64569854736328,-87.2813491821289,157.46145629882812,52.87230682373047,-87.8366470336914,160.1035614013672,49.6624641418457,-77.78401947021484,167.77613830566406,57.25807189941406,10.327995300292969,121.51768493652344,53.06182098388672,5.6773881912231445,121.11117553710938,51.468017578125,5.270637035369873,112.93519592285156,57.17121505737305,51.688568115234375,86.04052734375,100.0412368774414,57.77420425415039,87.43476867675781,103.04207611083984,56.33469772338867,91.12348937988281,99.33488464355469,-12.304590225219727,109.84839630126953,62.906978607177734,-22.07417869567871,98.64308166503906,65.5042724609375,-14.304707527160645,99.92227172851562,67.1734848022461,34.432193756103516,118.73892974853516,5.16243314743042,53.88462448120117,121.09320068359375,15.165303230285645,49.647727966308594,106.9946060180664,-9.26500415802002,4.638940811157227,158.48670959472656,92.02476501464844,3.64349102973938,162.34725952148438,88.83456420898438,4.706707000732422,158.33761596679688,75.58142852783203,93.49198150634766,161.7835693359375,63.932064056396484,76.04241180419922,164.97071838378906,54.04265594482422,85.7996826171875,157.94737243652344,50.691959381103516,-44.469303131103516,227.4762725830078,-18.767990112304688,-62.16828918457031,226.6083526611328,-19.911191940307617,-37.409053802490234,241.8205108642578,-11.944354057312012,-52.98261642456055,40.08491516113281,87.59849548339844,-65.4313735961914,42.29461669921875,91.77617645263672,-60.09379196166992,39.21976852416992,73.037109375,85.52714538574219,106.36798858642578,62.017452239990234,80.13032531738281,96.25194549560547,45.46696472167969,82.16918182373047,96.11332702636719,37.82556915283203,53.77442932128906,91.1080551147461,-57.08574295043945,55.45849609375,95.07671356201172,-46.03952407836914,62.450721740722656,96.60831451416016,-48.42087936401367,-49.286651611328125,114.9465103149414,43.25504684448242,-49.33909606933594,110.1029281616211,51.45580291748047,-50.1759033203125,107.20233154296875,33.9551887512207,-61.95008087158203,218.2574462890625,-17.678518295288086,-71.28363800048828,220.36073303222656,-33.11770248413086,-78.78041076660156,207.8756561279297,-31.35456657409668,-92.87210845947266,84.69417572021484,56.25834274291992,-92.51825714111328,86.82810974121094,59.192039489746094,-98.36134338378906,88.36918640136719,59.71878433227539,-103.7219467163086,85.48719024658203,-57.2445068359375,-109.5147705078125,102.8717041015625,-52.77103805541992,-95.89652252197266,82.5556411743164,-70.06077575683594,-23.516725540161133,86.00487518310547,35.78761672973633,-16.49269676208496,89.24104309082031,41.14670944213867,-20.983301162719727,81.5977554321289,36.5035400390625,33.47113800048828,209.7670440673828,61.181678771972656,29.40940284729004,219.393310546875,62.60381317138672,24.443775177001953,216.32240295410156,68.62358093261719,84.9645767211914,53.73323440551758,74.9489517211914,70.8760757446289,45.46518325805664,76.5923843383789,68.08199310302734,46.2320671081543,91.93279266357422,-21.973155975341797,245.6337127685547,2.2071049213409424,-18.007570266723633,242.6100616455078,-3.2412590980529785,-32.11578369140625,245.92288208007812,-4.359395980834961,35.91816329956055,105.64231872558594,38.14615249633789,19.824586868286133,120.53990173339844,43.25359344482422,26.515615463256836,109.11290740966797,35.060791015625,-9.625944137573242,115.2387924194336,-6.2065510749816895,-19.286001205444336,118.43214416503906,3.4898459911346436,-16.808412551879883,110.00724029541016,-1.3143349885940552,-94.50240325927734,119.73835754394531,68.88925170898438,-85.38481140136719,115.54777526855469,61.63138198852539,-83.43556213378906,113.18328094482422,70.08753204345703,54.41635513305664,95.38508605957031,126.395263671875,32.952701568603516,92.84562683105469,129.7178497314453,51.75299072265625,84.14666748046875,126.97960662841797,-41.636837005615234,77.70748138427734,-99.73058319091797,-28.92439079284668,72.1761703491211,-93.7677001953125,-38.55781936645508,79.07069396972656,-84.74488830566406,53.938358306884766,116.47701263427734,13.440556526184082,31.941146850585938,126.05879974365234,19.959396362304688,45.98312759399414,111.03164672851562,2.5646328926086426,-107.98411560058594,145.21925354003906,-5.156867027282715,-105.33504486083984,153.10301208496094,4.242823123931885,-113.37744140625,153.96600341796875,9.485088348388672,14.89108943939209,199.9775390625,-3.343487024307251,13.682415962219238,194.73324584960938,-10.761015892028809,5.253617763519287,194.4704132080078,-0.5281829833984375,-5.794250011444092,206.38897705078125,-92.44497680664062,-2.9313859939575195,190.48794555664062,-102.30718994140625,-8.70098876953125,201.56936645507812,-106.61214447021484,-43.79781723022461,82.27490234375,93.54849243164062,-38.417503356933594,78.42094421386719,96.95132446289062,-55.77847671508789,73.6798324584961,84.27447509765625,-19.7176456451416,138.37998962402344,55.313255310058594,-23.828725814819336,130.52064514160156,45.62154769897461,-22.345510482788086,147.2762908935547,51.16581726074219,-15.883842468261719,93.8909912109375,41.55320358276367,-31.354394912719727,85.19075775146484,36.32929229736328,-21.326129913330078,94.71647644042969,30.28220558166504,82.85517120361328,208.66160583496094,41.64009475708008,81.16126251220703,208.2093048095703,32.990333557128906,89.25761413574219,187.0850830078125,52.160614013671875,-24.4721736907959,122.83695983886719,125.27859497070312,-31.190799713134766,112.89189910888672,123.4387435913086,-21.21326446533203,118.27155303955078,119.23218536376953,-78.20589447021484,105.63392639160156,-76.07898712158203,-69.65823364257812,113.73649597167969,-82.45230865478516,-81.16231536865234,111.59626770019531,-83.59443664550781,-40.33219909667969,65.05425262451172,84.0548324584961,-30.10814094543457,67.61555480957031,76.18270111083984,-26.062028884887695,78.68148040771484,103.6383056640625,-52.922813415527344,67.76289367675781,40.08430480957031,-59.14940643310547,62.14210510253906,48.758426666259766,-42.55879592895508,62.89154815673828,40.03260803222656,-46.18064498901367,113.92507934570312,63.106719970703125,-43.088558197021484,117.71990966796875,64.50355529785156,-40.015472412109375,115.71942138671875,74.19674682617188,8.976302146911621,197.3277130126953,-15.172176361083984,4.310145854949951,208.61436462402344,-18.790958404541016,3.9623420238494873,202.1541748046875,-27.775331497192383,-117.9402847290039,162.49046325683594,-22.403247833251953,-116.87327575683594,167.83998107910156,-7.2349419593811035,-114.74075317382812,182.42385864257812,-3.4790050983428955,106.25720977783203,185.040283203125,14.665705680847168,106.6257553100586,170.89193725585938,21.024137496948242,105.98800659179688,190.5273895263672,21.064218521118164,17.835437774658203,203.01600646972656,-107.76273345947266,13.717663764953613,208.51979064941406,-94.87509155273438,10.525835990905762,198.3969268798828,-107.82740783691406,-42.55879592895508,62.89154815673828,40.03260803222656,-48.98479461669922,57.32044982910156,54.443565368652344,-35.60691452026367,62.05040740966797,43.83409881591797,91.56725311279297,135.49285888671875,-84.8985595703125,84.60137176513672,122.06649780273438,-70.33416748046875,90.95729064941406,118.25968933105469,-64.04737091064453,-9.791749954223633,154.55455017089844,38.2028694152832,-8.738142013549805,155.62876892089844,26.809959411621094,-11.34062671661377,146.180419921875,17.9468936920166,-21.600740432739258,75.33595275878906,23.74966812133789,-26.425539016723633,75.19278717041016,14.968587875366211,-25.64474868774414,85.72021484375,17.004846572875977,74.73419952392578,145.89671325683594,-19.816688537597656,78.72730255126953,138.286865234375,-41.309078216552734,75.39550018310547,133.9095458984375,-44.1727294921875,75.16633605957031,108.37091064453125,-134.5304718017578,59.215919494628906,109.4822769165039,-141.02847290039062,74.41520690917969,99.56770324707031,-127.14370727539062,51.41507339477539,157.9132843017578,98.27296447753906,53.11592483520508,151.55368041992188,113.34180450439453,64.19595336914062,156.427490234375,100.77965545654297,-4.955212116241455,122.908447265625,7.234683036804199,8.595198631286621,120.91681671142578,5.092597961425781,0.11429700255393982,125.28534698486328,11.277750015258789,33.884246826171875,169.10073852539062,112.42407989501953,23.943986892700195,183.92579650878906,99.64717102050781,40.51224899291992,169.1043243408203,109.24112701416016,-70.94197082519531,96.14134216308594,-45.69535827636719,-57.4447135925293,87.92503356933594,-43.752525329589844,-58.72652816772461,92.54862976074219,-43.05237579345703,20.925857543945312,103.16838073730469,-40.743141174316406,46.18855667114258,101.38648986816406,-33.7761344909668,31.296737670898438,101.08879852294922,-39.80484390258789,-59.25379180908203,57.68307113647461,-56.58699417114258,-55.70761489868164,57.802085876464844,-44.74261474609375,-45.50628662109375,61.2108154296875,-37.62326431274414,-45.98945617675781,171.06564331054688,-106.16043853759766,-40.36474609375,183.65562438964844,-119.15968322753906,-41.19467544555664,186.77728271484375,-110.50237274169922,47.45586013793945,172.5630645751953,82.31844329833984,46.6567497253418,163.6168212890625,93.82679748535156,42.138484954833984,172.97337341308594,80.47838592529297,-67.08113861083984,54.625877380371094,40.55339813232422,-85.71138763427734,61.185611724853516,45.437355041503906,-79.93871307373047,53.1722297668457,49.66322326660156,59.55351638793945,42.20903396606445,72.74283599853516,53.476802825927734,43.08449935913086,87.49390411376953,68.08199310302734,46.2320671081543,91.93279266357422,65.7929916381836,72.77864837646484,118.44367980957031,48.45053482055664,62.458988189697266,120.63337707519531,63.62214660644531,59.79926300048828,114.0202407836914,-26.321786880493164,151.9709014892578,51.71427917480469,-22.345510482788086,147.2762908935547,51.16581726074219,-26.64825439453125,149.75714111328125,53.667205810546875,54.30827331542969,106.11568450927734,59.044410705566406,49.6798095703125,109.84117889404297,71.24353790283203,44.4786491394043,114.87017822265625,68.33631134033203,-17.9171199798584,97.18345642089844,112.10420989990234,-28.86153221130371,101.85397338867188,117.7548828125,-21.01390838623047,107.5797348022461,95.26978302001953,-6.542716979980469,144.1177978515625,77.99842834472656,-8.420494079589844,129.22439575195312,81.0232162475586,-9.030932426452637,143.65269470214844,94.29449462890625,-26.11227035522461,72.57099914550781,-130.11563110351562,-40.57426834106445,80.98563385009766,-134.94281005859375,-44.60575485229492,81.68706512451172,-126.58686828613281,26.45360565185547,143.02407836914062,50.44230270385742,15.212054252624512,149.455078125,60.881221771240234,11.65318489074707,149.573486328125,66.32318115234375,-16.658748626708984,225.0550994873047,16.650848388671875,-14.89108943939209,199.9775390625,-3.343487024307251,-22.654157638549805,210.79029846191406,6.128687858581543,51.50861740112305,105.71969604492188,111.46845245361328,78.2245101928711,103.70167541503906,87.9598159790039,63.97102355957031,102.64601135253906,112.3709945678711,-66.48431396484375,193.3423309326172,-77.50227355957031,-62.24226760864258,204.07342529296875,-80.55840301513672,-65.5953598022461,198.25921630859375,-87.59815216064453,-36.7456169128418,58.3067512512207,42.84568786621094,-45.33082580566406,55.39805603027344,38.68320083618164,-41.06874084472656,50.631778717041016,46.09930419921875,-6.542716979980469,144.1177978515625,77.99842834472656,-9.030932426452637,143.65269470214844,94.29449462890625,-9.060235023498535,150.47552490234375,92.81012725830078,45.469120025634766,219.54458618164062,51.32847213745117,25.12368392944336,226.10948181152344,57.43266677856445,32.16128158569336,227.15463256835938,52.10973358154297,52.638427734375,76.67214965820312,94.34276580810547,48.974361419677734,76.95391082763672,109.11919403076172,68.80443572998047,67.94898986816406,91.56290435791016,-100.18712615966797,133.85977172851562,26.607486724853516,-102.42833709716797,117.72622680664062,11.04633617401123,-102.8910903930664,121.47589111328125,8.732648849487305,-3.3061470985412598,132.77560424804688,44.2712287902832,-5.235875129699707,125.68951416015625,38.04005813598633,-10.637451171875,127.1783676147461,36.46415710449219,-20.332439422607422,77.50899505615234,56.055484771728516,-14.25680923461914,79.00817108154297,55.940616607666016,-16.36817169189453,76.33403778076172,55.17445373535156,59.212127685546875,222.3208770751953,22.44000816345215,58.10296630859375,201.83758544921875,23.731767654418945,55.42528533935547,214.98463439941406,30.220659255981445,-4.270751953125,187.26593017578125,-22.61427116394043,-2.280181884765625,178.56686401367188,-23.31148338317871,-3.6901888847351074,178.7558135986328,-40.8687629699707,-12.746052742004395,190.08436584472656,-37.0567512512207,-12.237104415893555,178.1273651123047,-55.8189582824707,-13.505044937133789,186.78146362304688,-36.23402404785156,-8.981959342956543,171.7257080078125,101.44523620605469,-12.431638717651367,156.8886260986328,100.73865509033203,-6.094905853271484,164.78030395507812,86.39220428466797,-49.79705047607422,210.25559997558594,76.35741424560547,-49.03474044799805,203.3893280029297,80.05650329589844,-44.516510009765625,203.4071502685547,77.35079193115234,-122.01402282714844,116.54417419433594,26.80463981628418,-120.2773666381836,107.82694244384766,31.386201858520508,-115.06220245361328,107.3503189086914,53.35295104980469,27.00270652770996,157.41624450683594,-149.22483825683594,47.96851348876953,135.4973907470703,-152.00228881835938,30.722667694091797,134.19859313964844,-160.24891662597656,23.340290069580078,187.0612335205078,100.81422424316406,32.12004852294922,175.50326538085938,110.18231201171875,40.307891845703125,171.9058837890625,111.41278839111328,-104.41731262207031,124.91233825683594,-53.913787841796875,-113.4150619506836,130.6855926513672,-48.4879150390625,-109.25088500976562,135.0412139892578,-65.09716033935547,-112.41445922851562,162.01109313964844,35.785518646240234,-114.99305725097656,162.94602966308594,29.256317138671875,-117.9886474609375,152.1402587890625,16.814495086669922,-11.357818603515625,217.05514526367188,60.111385345458984,-9.349322319030762,203.82566833496094,44.699485778808594,-8.51727294921875,209.86419677734375,68.7707748413086,-48.54453659057617,215.70541381835938,-64.86216735839844,-56.789024353027344,212.4988555908203,-70.18898010253906,-54.79611587524414,201.44638061523438,-88.84888458251953,-49.32304382324219,57.538612365722656,53.74751663208008,-36.02745056152344,57.902584075927734,54.05778121948242,-46.913856506347656,58.316558837890625,64.90316772460938,70.78690338134766,216.2769012451172,40.35562515258789,55.76068115234375,202.9146728515625,33.98698425292969,52.96784591674805,214.69351196289062,49.070350646972656,81.73532104492188,152.29417419433594,5.926880836486816,105.31962585449219,175.05191040039062,9.729116439819336,87.16961669921875,157.6736297607422,5.125223159790039,-44.078433990478516,234.61636352539062,-0.04991300031542778,-33.42397689819336,243.4444580078125,-2.3765709400177,-33.438377380371094,239.7252960205078,19.880840301513672,-81.38240814208984,146.0229949951172,-9.1276216506958,-100.09484100341797,121.03052520751953,-40.61927795410156,-100.36155700683594,133.23553466796875,-28.230844497680664,27.611459732055664,69.66803741455078,-130.00338745117188,31.010753631591797,70.30155944824219,-113.17948150634766,22.67099380493164,67.1898422241211,-125.0636978149414,34.439117431640625,115.80821990966797,61.501705169677734,12.284402847290039,121.33287048339844,79.02940368652344,28.357929229736328,118.9315414428711,56.36722946166992,-50.94274139404297,219.32489013671875,62.108673095703125,-70.6347885131836,219.67893981933594,54.25837326049805,-54.88944625854492,214.66603088378906,73.04571533203125,-52.96784591674805,214.69351196289062,49.070350646972656,-64.02313995361328,220.3203582763672,53.075923919677734,-50.94274139404297,219.32489013671875,62.108673095703125,14.930573463439941,176.94847106933594,104.93525695800781,5.095643997192383,176.2559051513672,108.84679412841797,26.87087059020996,171.96466064453125,115.25054931640625,-14.25680923461914,79.00817108154297,55.940616607666016,-13.412092208862305,93.38858795166016,49.883426666259766,-12.838787078857422,83.43402099609375,59.14543151855469,28.665325164794922,66.22541046142578,50.781402587890625,24.07889175415039,74.26200103759766,62.95587158203125,28.780250549316406,62.17969512939453,58.875755310058594,-80.36408233642578,131.242919921875,-126.61663055419922,-68.85822296142578,135.59341430664062,-131.4602508544922,-74.95265197753906,127.55729675292969,-134.5303192138672,79.3875732421875,68.47361755371094,56.805355072021484,66.99288177490234,70.16152954101562,52.330238342285156,74.91470336914062,66.88555908203125,56.4727897644043,57.44453048706055,194.0998992919922,-101.68342590332031,53.96205139160156,206.0378875732422,-87.4102783203125,59.8479118347168,200.12924194335938,-93.84819030761719,-4.38447380065918,141.1875457763672,74.102783203125,-6.035808086395264,126.5177230834961,80.65705108642578,-8.096053123474121,134.5164794921875,63.33620071411133,-8.420494079589844,129.22439575195312,81.0232162475586,-14.886605262756348,124.68640899658203,80.8473892211914,-17.003639221191406,130.6521759033203,91.97771453857422,-117.74166870117188,112.75773620605469,12.424966812133789,-120.4395980834961,94.67513275146484,-9.840865135192871,-121.07533264160156,106.53895568847656,14.58432674407959,59.14909744262695,48.57324981689453,102.56761932373047,51.12595748901367,63.30073928833008,116.79380798339844,61.91168212890625,63.52984619140625,113.29036712646484,-14.020550727844238,134.8879852294922,2.7262279987335205,-23.18568229675293,129.4649200439453,11.387181282043457,-19.266132354736328,135.486572265625,16.975414276123047,57.631046295166016,71.00740814208984,104.93803405761719,68.80443572998047,67.94898986816406,91.56290435791016,48.974361419677734,76.95391082763672,109.11919403076172,-50.938995361328125,68.16826629638672,-9.415325164794922,-46.93667221069336,77.50715637207031,2.4420249462127686,-53.90544891357422,79.78199005126953,5.587245941162109,-21.65665054321289,204.42562866210938,1.709233045578003,-13.317804336547852,199.4113006591797,-12.53518295288086,-25.887039184570312,193.46401977539062,-2.4951720237731934,11.12905502319336,232.39688110351562,31.779634475708008,11.74242115020752,229.8568572998047,39.88194274902344,21.524433135986328,240.31663513183594,31.003829956054688,86.97299194335938,78.294189453125,80.8378677368164,74.15359497070312,88.29883575439453,97.05061340332031,83.1246566772461,81.51276397705078,81.97349548339844,68.72598266601562,129.22604370117188,-58.135475158691406,65.44947052001953,129.9379425048828,-68.06372833251953,80.67835998535156,119.48030090332031,-68.28872680664062,91.18583679199219,95.03437042236328,-91.47882080078125,98.7575454711914,106.1900405883789,-98.90673828125,90.82937622070312,93.89850616455078,-102.6877670288086,87.55326080322266,119.86300659179688,63.301273345947266,100.56019592285156,120.90740966796875,67.03038787841797,87.6347427368164,116.0306625366211,59.61903381347656,11.299102783203125,174.60659790039062,104.17222595214844,4.653541088104248,172.73565673828125,108.19207763671875,8.970056533813477,172.2152862548828,88.2243423461914,-23.774282455444336,202.84848022460938,79.31468200683594,-27.383867263793945,208.38990783691406,77.61880493164062,-13.82917308807373,206.12965393066406,78.27664184570312,99.18865966796875,133.9736785888672,-71.22870635986328,97.85459899902344,128.40267944335938,-72.72510528564453,101.86337280273438,143.8265380859375,-84.40084075927734,28.795528411865234,60.93423080444336,45.195674896240234,33.288814544677734,58.361961364746094,51.07918167114258,26.6227970123291,62.78947830200195,55.66814422607422,-15.247697830200195,158.16900634765625,100.62841796875,-8.375237464904785,156.7639923095703,72.86344146728516,-15.574793815612793,150.03897094726562,83.67750549316406,81.59611511230469,128.51824951171875,-40.67453384399414,79.61151123046875,130.45188903808594,-19.539180755615234,82.29164123535156,116.67100524902344,-31.204444885253906,-108.1366958618164,75.8043441772461,-42.15201187133789,-116.63235473632812,95.5278091430664,-27.008893966674805,-100.84918975830078,80.25445556640625,-52.053741455078125,-102.32777404785156,172.66966247558594,43.85792541503906,-109.19811248779297,173.46954345703125,39.0616455078125,-112.41445922851562,162.01109313964844,35.785518646240234,-22.86604881286621,162.147705078125,68.42444610595703,-10.40278434753418,172.75628662109375,83.49696350097656,-15.852690696716309,157.23092651367188,62.43901824951172,-51.37466812133789,80.9180679321289,123.71746826171875,-54.9383430480957,93.31929779052734,123.68753051757812,-37.10750961303711,90.4399185180664,127.14736938476562,-40.710227966308594,190.45957946777344,87.36920166015625,-44.80656051635742,194.39146423339844,88.87702941894531,-43.44252395629883,183.77923583984375,95.06226348876953,-22.76946258544922,69.5570068359375,71.88383483886719,-22.2246150970459,71.25579833984375,64.85302734375,-17.163938522338867,80.10809326171875,47.17268371582031,-52.98261642456055,40.08491516113281,87.59849548339844,-60.09379196166992,39.21976852416992,73.037109375,-45.201622009277344,38.44041442871094,62.64772033691406,-32.72819519042969,66.656982421875,23.486696243286133,-40.416534423828125,70.2391586303711,27.623981475830078,-42.55879592895508,62.89154815673828,40.03260803222656,-22.67186164855957,193.49293518066406,-1.2401059865951538,-22.164169311523438,201.2408905029297,5.061738967895508,-22.654157638549805,210.79029846191406,6.128687858581543,63.88032913208008,94.74994659423828,44.7282829284668,37.851566314697266,107.7768783569336,49.946319580078125,35.91816329956055,105.64231872558594,38.14615249633789,-8.406490325927734,105.77735137939453,55.79062271118164,-9.296187400817871,88.53075408935547,64.9381332397461,-9.001264572143555,106.88619232177734,61.89632797241211,46.713260650634766,157.4307861328125,92.89559173583984,37.76974105834961,173.21592712402344,96.35525512695312,46.20216751098633,166.367431640625,85.85820007324219,59.95848083496094,213.79086303710938,29.182947158813477,56.11448287963867,222.81918334960938,30.908363342285156,52.2967643737793,205.4343719482422,36.6224479675293,13.335100173950195,187.6581268310547,-131.8433074951172,31.665103912353516,196.66348266601562,-117.9343490600586,24.76307487487793,174.97610473632812,-140.8605499267578,-8.693968772888184,161.988037109375,-92.48110961914062,-6.090065956115723,162.1533660888672,-110.88521575927734,-8.393699645996094,137.60877990722656,-109.40652465820312,23.163663864135742,92.2207260131836,45.05448532104492,15.888259887695312,93.89778137207031,41.546775817871094,31.869129180908203,84.77998352050781,36.13584518432617,16.252840042114258,75.02294921875,-1.7672300338745117,5.295403003692627,76.31112670898438,-6.134016036987305,13.16904067993164,83.39373016357422,-6.101498126983643,86.33592987060547,69.87566375732422,42.43001937866211,62.56883239746094,66.33035278320312,30.30445098876953,85.71138763427734,61.185611724853516,45.437355041503906,37.4090576171875,241.8205108642578,-11.944353103637695,30.593185424804688,237.1865997314453,-12.905259132385254,18.007572174072266,242.6100616455078,-3.241260051727295,-98.95162963867188,74.74378967285156,-49.943336486816406,-91.07364654541016,63.091007232666016,-46.94111633300781,-84.1588363647461,64.62435913085938,-52.3199348449707,-48.97777557373047,141.94589233398438,-142.79800415039062,-44.943763732910156,164.34951782226562,-126.09854125976562,-55.11439514160156,165.72386169433594,-126.71294403076172,-82.38338470458984,148.09420776367188,-15.990107536315918,-82.23434448242188,139.40737915039062,-30.098804473876953,-86.45033264160156,140.39480590820312,-26.368507385253906,-37.821964263916016,240.92018127441406,17.095088958740234,-27.656051635742188,244.3241424560547,19.952486038208008,-34.070308685302734,245.71926879882812,3.700287103652954,-90.54688262939453,84.78633117675781,44.691959381103516,-93.00244140625,93.44593811035156,56.74525833129883,-63.696929931640625,94.41292572021484,37.442535400390625,-15.121166229248047,68.05764770507812,1.6704720258712769,-19.540966033935547,78.32484436035156,-3.298233985900879,-6.554146766662598,78.03022003173828,-7.96013879776001,-35.97777557373047,221.69808959960938,-76.40748596191406,-29.851253509521484,210.0712890625,-95.84693908691406,-29.950702667236328,214.94114685058594,-87.77141571044922,-99.2380142211914,126.29839324951172,69.7874755859375,-103.1539535522461,131.3450164794922,68.1179428100586,-100.47748565673828,124.85682678222656,78.3944091796875,117.70931243896484,156.9040069580078,-39.09508514404297,116.89191436767578,142.0942840576172,-43.46473693847656,114.67131805419922,137.6589813232422,-51.00498580932617,84.0453872680664,210.12979125976562,51.22041320800781,70.6347885131836,219.67893981933594,54.25836944580078,69.1623306274414,207.26055908203125,71.95497131347656,45.42993927001953,166.15090942382812,-129.25103759765625,61.8090934753418,176.63528442382812,-117.1838150024414,55.02360916137695,167.2123565673828,-129.65101623535156,87.89824676513672,209.62765502929688,5.668880939483643,109.58135223388672,184.45278930664062,-7.829349994659424,100.0710678100586,200.47120666503906,2.4410109519958496,77.78401947021484,167.77613830566406,57.25807189941406,85.25558471679688,166.64999389648438,67.62516784667969,94.67645263671875,163.6359405517578,60.610130310058594,78.26338195800781,72.0723648071289,-3.9252591133117676,68.18559265136719,81.60102844238281,10.142348289489746,80.39361572265625,88.2696304321289,18.09874725341797,13.350048065185547,103.95706176757812,49.81905746459961,13.846769332885742,99.87309265136719,46.8145637512207,18.081275939941406,107.24754333496094,46.965919494628906,-102.38346099853516,197.1450653076172,1.8085429668426514,-100.0710678100586,200.47120666503906,2.4410109519958496,-102.11609649658203,202.4295654296875,1.4350279569625854,-35.97777557373047,221.69808959960938,-76.40748596191406,-44.90770721435547,217.32431030273438,-66.78748321533203,-41.19980239868164,213.5355682373047,-83.58698272705078,23.761184692382812,150.4877166748047,57.00572967529297,9.175524711608887,158.6808319091797,72.01625061035156,15.212054252624512,149.455078125,60.881221771240234,-48.97777557373047,141.94589233398438,-142.79800415039062,-40.34578323364258,151.19522094726562,-131.74024963378906,-44.943763732910156,164.34951782226562,-126.09854125976562,-43.217613220214844,111.21353912353516,40.47735595703125,-49.286651611328125,114.9465103149414,43.25504684448242,-62.65301513671875,112.96810150146484,27.624353408813477,-6.805071830749512,122.7231216430664,-147.1622772216797,-7.686205863952637,107.10791015625,-150.31600952148438,-10.913134574890137,108.45372772216797,-157.2650909423828,-81.8855209350586,149.8583984375,-112.22164154052734,-89.28524780273438,156.61341857910156,-94.2222900390625,-94.32062530517578,150.15277099609375,-96.32503509521484,-11.125641822814941,87.04534912109375,67.32838439941406,-20.49354362487793,89.2263412475586,64.47246551513672,-14.223291397094727,95.5815658569336,60.02436065673828,35.42527770996094,224.50193786621094,-76.86638641357422,42.53361511230469,217.21389770507812,-83.62032318115234,33.0006103515625,219.48985290527344,-86.71440124511719,-5.2650370597839355,151.79421997070312,8.885014533996582,-7.429224967956543,131.6343994140625,-10.867557525634766,-4.010155200958252,153.67799377441406,-16.265186309814453,23.141616821289062,174.54019165039062,108.00079345703125,14.930573463439941,176.94847106933594,104.93525695800781,26.87087059020996,171.96466064453125,115.25054931640625,116.87327575683594,167.83998107910156,-7.2349419593811035,110.96388244628906,191.23013305664062,8.828756332397461,114.07411193847656,163.40321350097656,-1.0959479808807373,-10.94087028503418,128.61451721191406,42.45955276489258,-9.209269523620605,124.2193832397461,38.348140716552734,-6.061511039733887,130.82333374023438,45.39598846435547,4.74571418762207,137.62820434570312,91.59161376953125,1.2719379663467407,141.03855895996094,100.31414794921875,9.779365539550781,132.2764129638672,94.20172119140625,-52.86638641357422,232.04104614257812,21.298059463500977,-51.34214782714844,230.08792114257812,5.217507839202881,-45.29990768432617,237.005126953125,22.922353744506836,-99.99254608154297,164.53350830078125,10.394512176513672,-89.98236846923828,149.7656707763672,-1.011775016784668,-105.04985046386719,155.41929626464844,2.2090699672698975,114.9446029663086,151.6444549560547,2.600421905517578,106.92056274414062,170.08587646484375,16.679201126098633,110.04935455322266,172.3427276611328,22.461063385009766,-107.52275085449219,174.1146697998047,-53.87812805175781,-107.28033447265625,171.7886962890625,-63.068397521972656,-111.84574890136719,163.88568115234375,-54.6546516418457,-66.66967010498047,183.6061248779297,-102.89964294433594,-55.875526428222656,182.01443481445312,-104.49349212646484,-64.8775863647461,191.66177368164062,-97.87543487548828,-74.72826385498047,220.4300537109375,-20.974103927612305,-60.766319274902344,214.63064575195312,-18.350000381469727,-58.78751754760742,227.242431640625,-16.08921241760254,-108.43169403076172,172.43199157714844,-20.877445220947266,-105.96295166015625,187.7547607421875,-7.330954074859619,-110.97193908691406,183.69383239746094,-5.319436073303223,68.31548309326172,199.1795654296875,1.9458860158920288,78.66669464111328,197.50616455078125,-4.109201908111572,63.52430725097656,202.68312072753906,12.752969741821289,7.856947898864746,126.62007141113281,-70.18096923828125,9.28127670288086,123.01805114746094,-93.0179214477539,8.3129301071167,145.48988342285156,-79.14080047607422,-117.9402847290039,162.49046325683594,-22.403247833251953,-117.70931243896484,156.9040069580078,-39.09508514404297,-118.80330657958984,153.8633270263672,-23.23793601989746,-30.604915618896484,114.91180419921875,85.30281829833984,-13.760120391845703,115.97196197509766,93.23601531982422,-16.68662452697754,113.11508178710938,94.51414489746094,34.812095642089844,228.86068725585938,40.60322570800781,17.65411949157715,229.3283233642578,42.096778869628906,23.490453720092773,228.2786865234375,41.711814880371094,51.34214782714844,230.08792114257812,5.217507839202881,45.29990768432617,237.005126953125,22.922353744506836,33.438377380371094,239.7252960205078,19.880840301513672,48.34447479248047,209.19326782226562,-43.99676513671875,51.43522262573242,214.01480102539062,-50.03105926513672,61.46615982055664,205.58949279785156,-46.694793701171875,46.68898010253906,65.15633392333984,33.695457458496094,34.883670806884766,59.48269271850586,47.97623825073242,36.7456169128418,58.3067512512207,42.84568405151367,53.6204719543457,139.53079223632812,118.47044372558594,37.694271087646484,139.31483459472656,124.274169921875,41.05088806152344,152.25076293945312,120.64889526367188,-8.976302146911621,197.3277130126953,-15.172175407409668,-6.704352855682373,192.55970764160156,-41.19044494628906,-3.9623420238494873,202.1541748046875,-27.775333404541016,6.402760028839111,165.7761688232422,-125.6214599609375,7.343401908874512,157.5681915283203,-131.6723175048828,6.417544841766357,159.13792419433594,-140.81826782226562,25.851863861083984,65.25016021728516,51.528404235839844,16.368206024169922,76.33401489257812,55.17448043823242,20.332422256469727,77.50931549072266,56.05519485473633,19.172313690185547,119.95561218261719,-158.61819458007812,11.238704681396484,125.70133209228516,-151.3881378173828,13.335769653320312,108.72112274169922,-155.19952392578125,-50.79417419433594,214.86236572265625,56.902679443359375,-45.469120025634766,219.54458618164062,51.32847213745117,-39.34177017211914,217.23280334472656,56.46320724487305,-45.49291229248047,105.55150604248047,29.58649253845215,-54.36990737915039,99.07878112792969,20.5260066986084,-44.353851318359375,97.7486801147461,21.28590965270996,6.593769073486328,207.94781494140625,-21.513412475585938,13.934715270996094,211.1508331298828,-6.425910949707031,13.317804336547852,199.4113006591797,-12.53518295288086,-7.9756598472595215,81.76795196533203,63.90147399902344,-10.18410873413086,79.3792724609375,73.30692291259766,-22.76946258544922,69.5570068359375,71.88383483886719,-2.35076904296875,125.66497802734375,54.14982223510742,-5.6367950439453125,115.93680572509766,51.82636260986328,-4.184370994567871,112.2679672241211,48.139183044433594,-85.17667388916016,73.7021713256836,68.66030883789062,-85.84358978271484,72.56703186035156,73.35023498535156,-88.015380859375,71.03922271728516,66.66117095947266,49.033660888671875,203.38929748535156,80.05643463134766,49.79694747924805,210.25550842285156,76.35747528076172,44.51581573486328,203.40655517578125,77.35077667236328,-108.68608856201172,112.49951934814453,-23.527854919433594,-112.08104705810547,114.47064208984375,-34.80181121826172,-110.37092590332031,99.59405517578125,-47.048484802246094,77.68000793457031,218.79685974121094,25.59188461303711,86.02816772460938,210.62371826171875,2.621309995651245,70.85621643066406,213.8924102783203,17.764936447143555,-11.402522087097168,84.6273193359375,-141.48606872558594,-8.396459579467773,85.16559600830078,-129.69500732421875,-11.437651634216309,96.69617462158203,-143.45115661621094,-19.953840255737305,124.53263092041016,109.64157104492188,-34.990013122558594,116.45999145507812,99.04288482666016,-22.345258712768555,125.60491943359375,113.82918548583984,78.57771301269531,109.97148895263672,91.78158569335938,73.15377807617188,109.57596588134766,74.25004577636719,67.10765838623047,109.2928237915039,86.61576080322266,89.51165008544922,90.0904312133789,28.938718795776367,90.97125244140625,81.33045959472656,14.200992584228516,80.39361572265625,88.2696304321289,18.09874725341797,101.36370086669922,154.76649475097656,40.72553253173828,112.5839614868164,150.9449005126953,28.352394104003906,102.27569580078125,164.79673767089844,41.429439544677734,-77.09725952148438,124.07305145263672,107.74720001220703,-80.25758361816406,132.17889404296875,102.2535400390625,-90.0228500366211,122.48575592041016,93.59366607666016,22.164169311523438,201.2408905029297,5.061738014221191,21.09579849243164,224.83102416992188,12.637887954711914,12.697677612304688,222.96446228027344,6.227628231048584,111.71637725830078,144.21109008789062,35.304229736328125,110.35587310791016,130.1158447265625,22.576723098754883,116.87801361083984,129.40745544433594,25.955490112304688,-13.082286834716797,73.07080078125,-127.35246276855469,-9.352938652038574,78.48145294189453,-88.76448059082031,-8.292135238647461,79.08811950683594,-103.58734130859375,-25.83421516418457,83.80685424804688,34.31666946411133,-29.141687393188477,84.70409393310547,14.709874153137207,-23.422733306884766,78.66203308105469,38.352317810058594,-96.53153228759766,168.31646728515625,50.585838317871094,-98.28489685058594,165.97918701171875,42.902992248535156,-92.78512573242188,178.00672912597656,55.81687927246094,62.44483947753906,134.57159423828125,-77.7880859375,59.58156967163086,136.4985809326172,-71.98543548583984,62.123008728027344,136.98104858398438,-79.55451965332031,40.5886116027832,65.24266815185547,84.32708740234375,36.332420349121094,59.381919860839844,66.07355499267578,46.91610336303711,58.316864013671875,64.90435791015625,-20.489336013793945,240.95986938476562,21.355300903320312,-25.6407527923584,242.56317138671875,11.223958969116211,-27.656051635742188,244.3241424560547,19.952486038208008,21.070541381835938,75.60442352294922,9.645215034484863,16.836599349975586,77.38812255859375,24.782609939575195,17.78093147277832,88.74520111083984,21.721662521362305,78.61903381347656,87.98908233642578,97.36217498779297,90.43468475341797,79.39437866210938,80.7417984008789,82.12056732177734,87.6324234008789,87.52738952636719,30.090913772583008,87.76387023925781,-51.27075958251953,33.4542236328125,81.67947387695312,-61.203125,44.475318908691406,88.39031982421875,-49.99782943725586,106.92056274414062,170.08587646484375,16.679201126098633,109.27421569824219,180.33035278320312,18.269237518310547,110.04935455322266,172.3427276611328,22.461063385009766,-84.04539489746094,210.12979125976562,51.22040939331055,-82.69489288330078,199.10777282714844,60.02210235595703,-76.40599822998047,207.06459045410156,63.76720428466797,-24.98527717590332,55.401981353759766,65.44989776611328,-48.65774154663086,54.359222412109375,53.91118240356445,-37.434234619140625,58.48986053466797,44.17239761352539,-28.398874282836914,66.17446899414062,54.65324401855469,-26.41305160522461,61.26837158203125,49.684207916259766,-27.428430557250977,59.26464080810547,53.892555236816406,-7.128023147583008,228.18919372558594,-36.65106201171875,-13.019466400146484,233.48988342285156,-40.60198211669922,-16.010019302368164,240.76564025878906,-30.339462280273438,-19.472238540649414,81.93604278564453,123.46778869628906,-26.742305755615234,76.92546844482422,126.30644226074219,-19.386104583740234,68.8558578491211,117.46895599365234,56.424278259277344,116.35051727294922,31.461912155151367,51.06626892089844,116.99812316894531,46.62155532836914,53.000946044921875,106.15629577636719,34.79289627075195,36.83197784423828,101.69551086425781,-152.15908813476562,54.38009262084961,98.66028594970703,-146.61209106445312,55.3060417175293,113.11796569824219,-143.3770751953125,-60.01958084106445,110.84180450439453,-144.70028686523438,-62.08646774291992,94.87550354003906,-145.25624084472656,-69.44327545166016,94.38056945800781,-139.2886199951172,8.3129301071167,145.48988342285156,-79.14080047607422,5.433413982391357,179.8986053466797,-28.9405460357666,7.856947898864746,126.62007141113281,-70.18096923828125,-111.81576538085938,138.8389434814453,-31.647388458251953,-107.7667236328125,163.0321807861328,0.30687400698661804,-105.31114959716797,151.1942596435547,-12.264540672302246,-13.505044937133789,186.78146362304688,-36.23402404785156,-8.42816162109375,187.49571228027344,-22.971189498901367,-14.279926300048828,191.06370544433594,-14.221776962280273,74.10889434814453,152.3925323486328,4.20526123046875,84.93756103515625,158.94219970703125,5.893319129943848,77.72036743164062,154.14688110351562,4.261682987213135,44.14548110961914,84.49677276611328,46.219295501708984,32.60148239135742,90.81692504882812,44.16804504394531,39.458580017089844,84.0058364868164,36.90453338623047,9.625943183898926,115.2387924194336,-6.206552028656006,13.209409713745117,124.72451782226562,0.2499690055847168,7.429224014282227,131.6343994140625,-10.867557525634766,6.196280002593994,141.09140014648438,76.06002044677734,1.7646700143814087,149.2718963623047,99.28968811035156,4.74571418762207,137.62820434570312,91.59161376953125,-107.98411560058594,145.21925354003906,-5.156867027282715,-113.37744140625,153.96600341796875,9.485088348388672,-114.91778564453125,134.14178466796875,-12.604199409484863,-70.6347885131836,219.67893981933594,54.25837326049805,-77.82965850830078,215.25161743164062,34.71528244018555,-85.39473724365234,210.27734375,41.368873596191406,22.409395217895508,79.3437728881836,105.77742767333984,47.536865234375,71.63838958740234,104.9439926147461,25.667795181274414,81.15267181396484,106.36129760742188,-27.45228385925293,86.0462875366211,98.67768859863281,-36.0692024230957,80.9102783203125,99.47901916503906,-38.624359130859375,84.1392822265625,98.44818878173828,-63.0432014465332,99.22985076904297,44.05117416381836,-62.40225601196289,106.78360748291016,62.8455696105957,-56.265472412109375,107.70697021484375,56.18629837036133,-57.42994689941406,87.65198516845703,102.81327056884766,-42.397071838378906,79.96678161621094,87.95288848876953,-51.92824172973633,86.01026916503906,100.0898666381836,-44.61445236206055,97.6418685913086,-36.507476806640625,-50.167076110839844,92.76473999023438,-43.51280975341797,-44.475318908691406,88.39031982421875,-49.99782943725586,-7.856947898864746,126.62007141113281,-70.18096923828125,-8.3129301071167,145.48988342285156,-79.14080047607422,-9.28127670288086,123.01805114746094,-93.0179214477539,35.996585845947266,157.0313262939453,124.55052185058594,43.82526779174805,156.92709350585938,120.58245086669922,45.84305953979492,155.57176208496094,122.34906768798828,73.80087280273438,205.7476348876953,-28.160648345947266,58.95948028564453,217.75811767578125,-20.428482055664062,62.16829299926758,226.6083526611328,-19.91119384765625,106.6257553100586,170.89193725585938,21.024137496948242,99.37582397460938,172.56536865234375,10.018806457519531,96.62750244140625,161.9873504638672,11.498259544372559,94.02200317382812,204.89073181152344,33.3884391784668,82.73816680908203,216.26123046875,29.513463973999023,83.38243865966797,209.8225555419922,34.052085876464844,25.77630615234375,230.2619171142578,-57.38798522949219,26.310155868530273,231.70736694335938,-50.850547790527344,34.338958740234375,225.7465362548828,-51.44245910644531,17.108993530273438,80.194580078125,47.1883430480957,7.9782538414001465,81.78240966796875,63.83597946166992,10.764264106750488,89.14928436279297,45.05292510986328,44.078433990478516,234.61636352539062,-0.04991300031542778,33.438377380371094,239.7252960205078,19.880840301513672,33.42397689819336,243.4444580078125,-2.3765709400177,15.807893753051758,70.46437072753906,115.61402893066406,11.509316444396973,71.53583526611328,109.70088958740234,8.38609504699707,80.09962463378906,117.34588623046875,43.949676513671875,76.86764526367188,20.47003173828125,21.305273056030273,94.73152160644531,30.289724349975586,36.9759635925293,89.00190734863281,18.967824935913086,23.141616821289062,174.54019165039062,108.00079345703125,14.978978157043457,174.88754272460938,98.36466979980469,14.930573463439941,176.94847106933594,104.93525695800781,-20.49354362487793,89.2263412475586,64.47246551513672,-11.609098434448242,87.80719757080078,72.87089538574219,-20.534975051879883,82.89144897460938,81.93370819091797,-25.6407527923584,242.56317138671875,11.223958969116211,-34.070308685302734,245.71926879882812,3.700287103652954,-27.656051635742188,244.3241424560547,19.952486038208008,99.62306213378906,67.22489166259766,-49.53746032714844,100.84919738769531,80.25445556640625,-52.05373764038086,108.13670349121094,75.8043441772461,-42.152000427246094,11.432294845581055,107.84564208984375,-10.140616416931152,9.625943183898926,115.2387924194336,-6.206552028656006,7.905664920806885,112.81517028808594,-17.164466857910156,-63.56945037841797,93.35047149658203,-48.086082458496094,-54.09978103637695,74.52758026123047,-56.46076202392578,-73.17425537109375,92.37495422363281,-54.88140869140625,-95.06487274169922,182.97195434570312,-45.38040542602539,-94.80492401123047,188.792724609375,-56.73885726928711,-107.52275085449219,174.1146697998047,-53.87812805175781,-34.38153839111328,178.89593505859375,98.9459228515625,-42.38985061645508,169.3947296142578,109.5661849975586,-47.87113952636719,162.42771911621094,108.88513946533203,61.18367004394531,226.43173217773438,-26.973388671875,61.95008087158203,218.2574462890625,-17.678518295288086,71.28363800048828,220.36073303222656,-33.11770248413086,-99.2380142211914,126.29839324951172,69.7874755859375,-100.56019592285156,120.90740966796875,67.03038787841797,-103.1539535522461,131.3450164794922,68.1179428100586,93.58065795898438,117.72676849365234,-36.19158935546875,78.49748992919922,128.2584228515625,-16.29302978515625,82.79693603515625,106.33174133300781,-38.29339599609375,-12.105243682861328,149.9731903076172,85.07733154296875,-6.83486795425415,151.9127960205078,71.0810775756836,-12.431638717651367,156.8886260986328,100.73865509033203,95.68852996826172,148.18960571289062,38.270816802978516,100.18712615966797,133.85977172851562,26.607486724853516,111.9408187866211,133.80503845214844,22.990894317626953,24.76307487487793,174.97610473632812,-140.8605499267578,31.665103912353516,196.66348266601562,-117.9343490600586,39.37164306640625,188.5835418701172,-121.4504623413086,-13.27345085144043,103.6039810180664,49.979713439941406,-13.846763610839844,99.87309265136719,46.8145637512207,-8.50620174407959,93.52754211425781,52.12296676635742,-9.88487720489502,122.36620330810547,20.208641052246094,0.4704029858112335,128.4852752685547,10.926041603088379,-16.016483306884766,122.9582290649414,9.96755599975586,14.089798927307129,64.64900207519531,108.297119140625,7.763673782348633,72.25981140136719,113.03984832763672,10.650203704833984,70.10692596435547,96.43370819091797,-90.97872161865234,118.26945495605469,-63.969120025634766,-98.47779846191406,126.30315399169922,-43.11570739746094,-88.32093811035156,124.31840515136719,-46.82741165161133,-50.343997955322266,114.31599426269531,58.5848274230957,-56.265472412109375,107.70697021484375,56.18629837036133,-48.30494689941406,114.41915130615234,70.36060333251953,-25.314390182495117,43.73586654663086,58.72480773925781,-17.462554931640625,45.74763870239258,65.62299346923828,-16.917634963989258,52.75187683105469,57.72922134399414,89.58210754394531,76.26803588867188,43.750274658203125,93.25662231445312,77.66374969482422,43.375457763671875,91.7996826171875,74.8964614868164,42.25680923461914,101.78255462646484,77.92446899414062,11.409863471984863,106.8315200805664,85.65208435058594,23.245874404907227,98.69625091552734,85.70879364013672,29.831878662109375,33.673030853271484,113.0880355834961,108.84249877929688,59.86170959472656,111.9157485961914,100.41897583007812,42.92170715332031,114.2971420288086,97.8868637084961,-26.062028884887695,78.68148040771484,103.6383056640625,-30.10814094543457,67.61555480957031,76.18270111083984,-18.928386688232422,77.38550567626953,74.68275451660156,-25.03369903564453,148.85818481445312,54.78984832763672,-25.924325942993164,142.1223907470703,49.20372009277344,-23.816810607910156,138.9362030029297,54.0575065612793,-64.53785705566406,106.01245880126953,75.1574478149414,-70.60357666015625,106.13658905029297,75.07186889648438,-63.21593475341797,102.75740051269531,61.63252258300781,15.418994903564453,230.96990966796875,-41.08600997924805,9.760208129882812,226.99610900878906,-61.395023345947266,15.036005973815918,229.62327575683594,-62.5589485168457,-118.45977020263672,141.58816528320312,9.548633575439453,-118.14871978759766,133.76156616210938,13.474762916564941,-120.85287475585938,131.1990203857422,-2.8657450675964355,-29.892000198364258,216.42845153808594,59.227394104003906,-39.34177017211914,217.23280334472656,56.46320724487305,-25.123682022094727,226.10948181152344,57.43266677856445,6.710779190063477,69.36778259277344,2.695751905441284,-2.6392879486083984,71.37892150878906,-0.7181469798088074,-4.952640056610107,48.57288360595703,27.030153274536133,-81.56787109375,85.53838348388672,93.88680267333984,-90.43719482421875,79.37728881835938,80.72039031982422,-90.3812484741211,73.6368408203125,78.13758850097656,42.995609283447266,108.67545318603516,29.135114669799805,43.409542083740234,113.75363159179688,37.66899871826172,56.424278259277344,116.35051727294922,31.461912155151367,9.943035125732422,220.65817260742188,-71.92545318603516,9.760208129882812,226.99610900878906,-61.395023345947266,6.937503814697266,218.30923461914062,-61.52473449707031,47.76972961425781,92.49713134765625,100.56145477294922,56.33469772338867,91.12348937988281,99.33488464355469,31.93286895751953,88.08216857910156,97.54632568359375,-89.66950988769531,63.60841751098633,-1.807515025138855,-88.2329330444336,52.727115631103516,-19.043180465698242,-81.09642791748047,55.83734130859375,-11.663078308105469,53.6204719543457,139.53079223632812,118.47044372558594,68.69844818115234,142.66146850585938,107.55491638183594,54.76325607299805,132.2182159423828,118.89144134521484,-84.8656234741211,207.91439819335938,-25.535259246826172,-73.24322509765625,201.7643585205078,-25.98142433166504,-74.72826385498047,220.4300537109375,-20.974103927612305,-16.11335563659668,140.64524841308594,39.79629135131836,-25.924325942993164,142.1223907470703,49.20372009277344,-19.772235870361328,149.6077423095703,47.892982482910156,23.881242752075195,105.68922424316406,0.594111979007721,24.326229095458984,94.64335632324219,10.31303882598877,24.223533630371094,76.3546371459961,10.042698860168457,-58.9594841003418,217.7581024169922,-20.428483963012695,-73.80087280273438,205.7476348876953,-28.160646438598633,-62.16828918457031,226.6083526611328,-19.911191940307617,48.94224166870117,63.07290267944336,28.24125099182129,52.49592590332031,63.69453048706055,30.80255126953125,50.839324951171875,61.294857025146484,31.028594970703125,-50.34506607055664,212.6516571044922,-45.49161911010742,-41.39903259277344,217.56082153320312,-48.35788345336914,-52.40456008911133,216.23516845703125,-48.175636291503906,54.09978103637695,74.52758026123047,-56.46076202392578,63.5694580078125,93.35047912597656,-48.086082458496094,73.17425537109375,92.37495422363281,-54.88140869140625,-72.04771423339844,168.7237548828125,59.41313552856445,-72.8224868774414,166.13282775878906,65.99421691894531,-76.04241180419922,164.97071838378906,54.04265594482422,81.33643341064453,180.36253356933594,-96.41044616699219,77.7900619506836,189.1097869873047,-91.77346801757812,82.54566955566406,185.02142333984375,-84.549072265625,28.078535079956055,60.25128173828125,48.457740783691406,35.7824592590332,62.96763610839844,45.245487213134766,40.151641845703125,62.84609603881836,35.394161224365234,-58.22028732299805,116.20892333984375,-144.6933135986328,-46.723297119140625,100.28299713134766,-152.98573303222656,-60.01958084106445,110.84180450439453,-144.70028686523438,-16.906951904296875,58.67795181274414,51.25940704345703,-27.619426727294922,50.928104400634766,49.30174255371094,-26.41305160522461,61.26837158203125,49.684207916259766,-12.389904022216797,144.65264892578125,-94.3456802368164,-8.3129301071167,145.48988342285156,-79.14080047607422,-10.594959259033203,164.16590881347656,-72.15296936035156,105.33504486083984,153.10301208496094,4.242823123931885,88.16848754882812,148.88409423828125,2.8353230953216553,107.98411560058594,145.21925354003906,-5.156867027282715,6.2146382331848145,206.50743103027344,14.239481925964355,4.332347869873047,200.2541046142578,38.49823760986328,4.291195869445801,211.76490783691406,26.016422271728516,44.335514068603516,97.75899505615234,21.289958953857422,53.90544891357422,79.78199005126953,5.587244033813477,54.42111587524414,98.33305358886719,19.835166931152344,73.5278549194336,45.7932014465332,91.77483367919922,78.42997741699219,53.20547103881836,95.44873046875,63.01148223876953,47.343910217285156,104.53706359863281,-80.13032531738281,96.25194549560547,45.46696090698242,-80.50438690185547,85.13101959228516,18.756698608398438,-72.24873352050781,85.98393249511719,30.960838317871094,41.10348892211914,95.61393737792969,7.563500881195068,46.63419723510742,82.96957397460938,3.9525859355926514,40.834556579589844,90.08661651611328,-3.5428659915924072,-25.843074798583984,182.9451141357422,100.82637023925781,-15.452858924865723,184.51205444335938,91.16384887695312,-22.77934455871582,172.27035522460938,100.81684875488281,69.69815063476562,56.29743957519531,-22.703405380249023,76.53624725341797,56.283653259277344,-33.18030548095703,55.70761489868164,57.802085876464844,-44.74261474609375,-95.89652252197266,82.5556411743164,-70.06077575683594,-98.84031677246094,95.796142578125,-66.28059387207031,-88.70700073242188,86.3094482421875,-72.10209655761719,-18.575651168823242,70.21674346923828,-120.1371078491211,-26.11227035522461,72.57099914550781,-130.11563110351562,-27.461992263793945,71.89840698242188,-119.59921264648438,-45.469120025634766,219.54458618164062,51.32847213745117,-49.58972930908203,204.88665771484375,38.57624053955078,-41.38540267944336,218.91766357421875,38.462646484375,-9.760208129882812,226.99610900878906,-61.395023345947266,-6.937503814697266,218.30923461914062,-61.52473449707031,-8.194836616516113,224.3836669921875,-40.36345291137695,52.64817428588867,58.370750427246094,45.196990966796875,54.01211166381836,64.60263061523438,39.10721969604492,72.66344451904297,62.844364166259766,53.325233459472656,44.272186279296875,200.6680145263672,-79.94055938720703,44.90770721435547,217.32431030273438,-66.78748321533203,41.19980239868164,213.5355682373047,-83.58698272705078,-21.01390838623047,107.5797348022461,95.26978302001953,-14.535069465637207,114.48091125488281,75.53838348388672,-4.525121212005615,110.28368377685547,81.71334075927734,-3.3061470985412598,132.77560424804688,44.2712287902832,-4.712594032287598,105.94202423095703,34.26646423339844,-5.235875129699707,125.68951416015625,38.04005813598633,-44.70976638793945,209.81398010253906,-85.187744140625,-39.039188385009766,199.448974609375,-99.37568664550781,-43.35377883911133,191.05751037597656,-92.72794342041016,43.308197021484375,185.2101287841797,-119.60503387451172,39.039188385009766,199.44898986816406,-99.37568664550781,44.90717697143555,185.3119659423828,-109.63146209716797,50.79417419433594,214.86236572265625,56.902679443359375,45.469120025634766,219.54458618164062,51.32847213745117,52.76539611816406,210.58558654785156,48.80812072753906,94.82563781738281,130.04443359375,-73.39058685302734,99.18891906738281,143.39862060546875,-85.72953033447266,91.56725311279297,135.49285888671875,-84.8985595703125,-99.18865966796875,133.97369384765625,-71.22870635986328,-93.78952026367188,148.1875,-72.71971130371094,-99.89080047607422,146.23460388183594,-79.08940887451172,-15.883842468261719,93.8909912109375,41.55320358276367,-21.326129913330078,94.71647644042969,30.28220558166504,-6.026186943054199,101.0296630859375,36.90579605102539,-81.5977783203125,159.77505493164062,-92.06608581542969,-89.28524780273438,156.61341857910156,-94.2222900390625,-78.04851531982422,154.17742919921875,-108.60456085205078,-101.80744171142578,156.00222778320312,70.61874389648438,-115.90451049804688,143.32968139648438,34.92689895629883,-109.68186950683594,144.01039123535156,54.37419509887695,-21.669992446899414,163.6932373046875,76.38057708740234,-29.819190979003906,151.14480590820312,52.16697311401367,-25.03369903564453,148.85818481445312,54.78984832763672,-69.36502838134766,94.0096206665039,45.278724670410156,-72.24873352050781,85.98393249511719,30.960838317871094,-60.03854751586914,86.4446792602539,23.96834945678711,-78.63105773925781,92.17940521240234,-117.97789001464844,-66.41191101074219,91.7115478515625,-133.92910766601562,-65.01780700683594,95.86936950683594,-139.59750366210938,-51.99272155761719,80.37601470947266,93.66578674316406,-36.0692024230957,80.9102783203125,99.47901916503906,-56.013771057128906,72.4996337890625,88.43408966064453,-19.180694580078125,233.3582763671875,36.71666717529297,-24.344654083251953,240.68603515625,20.959243774414062,-14.005090713500977,230.53964233398438,34.357120513916016,-90.3150405883789,213.96307373046875,9.82884407043457,-89.2855224609375,208.77047729492188,0.9076359868049622,-99.614990234375,209.424560546875,7.138982772827148,-81.82403564453125,80.81541442871094,9.199933052062988,-90.97125244140625,81.33045959472656,14.200992584228516,-80.39361572265625,88.2696304321289,18.09874725341797,-107.42692565917969,188.4367218017578,32.07767868041992,-110.83432006835938,175.3931427001953,29.9261474609375,-109.19811248779297,173.46954345703125,39.0616455078125,-13.934715270996094,211.1508331298828,-6.425910949707031,-14.151576042175293,235.86363220214844,-23.592668533325195,-6.940091133117676,215.68667602539062,-24.868745803833008,85.03469848632812,144.28250122070312,-112.2625961303711,78.68309783935547,130.4680633544922,-123.87065124511719,79.49208068847656,117.24235534667969,-127.63256072998047,8.465339660644531,136.52122497558594,-109.48575592041016,9.68741226196289,123.25047302246094,-108.83927917480469,12.122199058532715,143.54165649414062,-118.29186248779297,-9.98210620880127,112.8322982788086,53.02827072143555,-19.523174285888672,103.88650512695312,49.107452392578125,-10.492688179016113,102.32276153564453,55.69527053833008,0.4704029858112335,128.4852752685547,10.926041603088379,8.968637466430664,123.56295776367188,3.3631489276885986,-4.915675163269043,125.4727554321289,5.550547122955322,74.01195526123047,63.62308883666992,77.74195861816406,69.09510040283203,63.1906623840332,90.72853088378906,70.99456787109375,59.797218322753906,80.55265808105469,41.38540267944336,218.91766357421875,38.462646484375,34.31370162963867,225.4955596923828,42.69677734375,36.97295379638672,227.11228942871094,36.805511474609375,-10.594959259033203,164.16590881347656,-72.15296936035156,-12.237104415893555,178.1273651123047,-55.8189582824707,-7.093236923217773,173.7578887939453,-76.27704620361328,-89.28524780273438,156.61341857910156,-94.2222900390625,-81.8855209350586,149.8583984375,-112.22164154052734,-78.04851531982422,154.17742919921875,-108.60456085205078,33.20431137084961,208.36019897460938,-100.43529510498047,33.0006103515625,219.48985290527344,-86.71440124511719,42.53361511230469,217.21389770507812,-83.62032318115234,51.50861740112305,105.71969604492188,111.46845245361328,23.921113967895508,107.68534851074219,96.26670837402344,46.27198791503906,107.4720687866211,85.181640625,98.81165313720703,201.5356903076172,-23.97747039794922,107.8685531616211,185.8116912841797,-31.244657516479492,101.96318817138672,191.59307861328125,-31.041866302490234,35.39437484741211,111.70469665527344,25.387746810913086,25.265527725219727,127.83161926269531,37.23453140258789,30.72890853881836,121.59297943115234,42.675994873046875,-50.173770904541016,85.49374389648438,-91.90199279785156,-41.636837005615234,77.70748138427734,-99.73058319091797,-38.55781936645508,79.07069396972656,-84.74488830566406,40.5886116027832,65.24266815185547,84.32708740234375,27.9763240814209,72.88945007324219,89.34452056884766,33.35853576660156,65.29898071289062,76.69725036621094,-40.36474609375,183.65562438964844,-119.15968322753906,-36.65147018432617,188.13995361328125,-119.4329605102539,-41.19467544555664,186.77728271484375,-110.50237274169922,100.84919738769531,80.25445556640625,-52.05373764038086,110.37092590332031,99.59405517578125,-47.048484802246094,104.05567932128906,89.19538879394531,-42.481666564941406,53.53769302368164,218.6182403564453,-65.92179107666016,47.000423431396484,221.61279296875,-55.83653259277344,66.18094635009766,213.85690307617188,-61.282020568847656,112.03401947021484,162.61892700195312,28.666486740112305,108.87322235107422,165.33697509765625,36.51504135131836,107.65144348144531,175.19203186035156,30.937593460083008,2.544779062271118,143.23287963867188,119.62033081054688,-0.9808880090713501,135.4635467529297,119.2203598022461,-4.697739124298096,142.0805206298828,113.85646057128906,25.758146286010742,232.63441467285156,12.244012832641602,16.731369018554688,238.87356567382812,0.5111550092697144,29.94358253479004,242.0311279296875,9.962987899780273,-56.33393478393555,57.288291931152344,-11.172266006469727,-63.372047424316406,69.48057556152344,-6.055531024932861,-54.59039306640625,69.75845336914062,-10.187885284423828,3.2482309341430664,128.04176330566406,113.88226318359375,-0.9808880090713501,135.4635467529297,119.2203598022461,4.726809024810791,119.84876251220703,119.89751434326172,69.74373626708984,61.710628509521484,65.95330047607422,63.183589935302734,61.39480209350586,77.73273468017578,49.323028564453125,57.53860092163086,53.74755096435547,106.8354263305664,98.29324340820312,54.271270751953125,102.82996368408203,99.13737487792969,61.73196792602539,107.49042510986328,103.91371154785156,61.58452606201172,15.678853988647461,61.14999008178711,24.105886459350586,7.153811931610107,51.82443618774414,24.402353286743164,20.733341217041016,68.99791717529297,9.828287124633789,-103.0619125366211,161.38490295410156,-71.2608642578125,-94.04847717285156,173.20433044433594,-67.00382995605469,-100.08654022216797,174.89407348632812,-63.7052116394043,26.515615463256836,109.11290740966797,35.060791015625,9.209269523620605,124.2193832397461,38.348140716552734,22.872278213500977,105.13094329833984,31.989450454711914,7.630072116851807,110.14393615722656,79.00025177001953,9.257979393005371,112.50594329833984,76.30183410644531,9.00600814819336,113.28106689453125,79.19406127929688,3.0767009258270264,109.3379898071289,62.252872467041016,5.497262954711914,116.03070068359375,51.77598571777344,7.865509033203125,105.18441009521484,57.14999008178711,-65.28032684326172,65.86991119384766,28.3308048248291,-59.2722282409668,67.79633331298828,31.83919334411621,-55.70564651489258,61.87169647216797,30.428089141845703,-71.28363800048828,220.36073303222656,-33.11770248413086,-82.29767608642578,207.51161193847656,-38.72869873046875,-78.78041076660156,207.8756561279297,-31.35456657409668,-25.554874420166016,67.21139526367188,26.224674224853516,-17.470211029052734,45.73545455932617,49.01040267944336,-22.99356460571289,66.10958862304688,40.12897491455078,17.014925003051758,119.28187561035156,6.70960807800293,9.964771270751953,123.93914031982422,14.60321044921875,17.317596435546875,114.914306640625,17.123046875,-78.18357849121094,103.65187072753906,88.1833724975586,-54.75338363647461,106.2681655883789,102.9971694946289,-57.317176818847656,104.24617767333984,115.42437744140625,-8.230879783630371,151.00924682617188,5.030249118804932,-8.738142013549805,155.62876892089844,26.809959411621094,-5.789793968200684,177.2923126220703,-6.844069004058838,-29.579246520996094,64.72087097167969,70.36316680908203,-48.78321838378906,61.32277297973633,64.11538696289062,-45.268333435058594,64.67135620117188,75.9480972290039,-80.61892700195312,161.56134033203125,-75.9466781616211,-84.89392852783203,167.2865753173828,-71.54350280761719,-103.0619125366211,161.38490295410156,-71.2608642578125,-11.827248573303223,67.2063980102539,89.9394760131836,-18.325916290283203,65.38178253173828,93.31598663330078,-11.31208610534668,83.51407623291016,99.0735092163086,-111.69752502441406,148.599609375,-56.285518646240234,-108.76521301269531,162.1514892578125,-63.969764709472656,-109.10108947753906,162.6699981689453,-54.749813079833984,-97.24263763427734,60.321563720703125,-38.73381805419922,-99.62305450439453,67.22488403320312,-49.53746032714844,-91.21235656738281,59.04665756225586,-46.277286529541016,69.66492462158203,115.18004608154297,-85.81050872802734,88.76875305175781,108.31613159179688,-87.48455047607422,65.8482666015625,110.02682495117188,-82.18113708496094,-18.575651168823242,70.21674346923828,-120.1371078491211,-27.461992263793945,71.89840698242188,-119.59921264648438,-29.124095916748047,75.0539321899414,-94.38389587402344,70.77445983886719,152.7397918701172,-111.68082427978516,78.04851531982422,154.17742919921875,-108.60456085205078,72.18267822265625,157.35313415527344,-101.19480895996094,-52.96784591674805,214.69351196289062,49.070350646972656,-44.90140151977539,223.61976623535156,52.09313201904297,-43.048561096191406,221.22296142578125,37.44578170776367,6.940887928009033,62.147762298583984,66.54802703857422,8.7423095703125,60.25130081176758,75.635009765625,15.1701021194458,47.9702262878418,76.11431884765625,-23.035173416137695,95.35729217529297,44.17595291137695,-20.069984436035156,95.56661224365234,41.191959381103516,-35.12921905517578,86.34801483154297,29.245485305786133,52.871376037597656,71.01795959472656,44.95751190185547,50.51227951049805,65.30023193359375,43.4463996887207,62.611083984375,68.53871154785156,52.0507926940918,69.88273620605469,67.43998718261719,61.58849334716797,65.62458038330078,71.54913330078125,74.5950698852539,75.55953979492188,69.67642211914062,57.828887939453125,109.9859848022461,179.2395477294922,-27.194698333740234,103.12785339355469,197.3555145263672,-19.51575469970703,104.0830307006836,193.64144897460938,-16.458667755126953,-42.918365478515625,72.99603271484375,25.275888442993164,-37.523250579833984,68.38037109375,18.710731506347656,-38.95261001586914,64.14606475830078,26.83621597290039,39.64329528808594,77.12532806396484,27.382492065429688,39.458580017089844,84.0058364868164,36.90453338623047,33.10357666015625,84.13166046142578,29.14680290222168,113.86982727050781,113.08329010009766,-3.170186996459961,121.13105010986328,123.71119689941406,-0.7836520075798035,117.01122283935547,118.74075317382812,4.423998832702637,-13.503122329711914,97.50534057617188,99.7812728881836,-4.525121212005615,110.28368377685547,81.71334075927734,-6.9994330406188965,94.56549835205078,92.24465942382812,73.40448760986328,132.53451538085938,-81.40080261230469,65.89398193359375,132.675537109375,-68.9310531616211,81.28682708740234,132.38848876953125,-81.7870101928711,82.59696960449219,144.638427734375,80.90538787841797,81.94971466064453,153.2283477783203,73.4410400390625,86.67353820800781,134.04547119140625,86.2349624633789,-20.909250259399414,134.30435180664062,119.59278106689453,-19.953840255737305,124.53263092041016,109.64157104492188,-22.345258712768555,125.60491943359375,113.82918548583984,39.64329528808594,77.12532806396484,27.382492065429688,49.608707427978516,76.65621185302734,37.01926803588867,39.458580017089844,84.0058364868164,36.90453338623047,-67.4721908569336,65.34395599365234,91.57874298095703,-47.57440948486328,62.95458984375,83.90858459472656,-46.803192138671875,71.88758087158203,104.43879699707031,22.169816970825195,230.87106323242188,-71.12178802490234,33.0006103515625,219.48985290527344,-86.71440124511719,16.487581253051758,229.20225524902344,-75.56930541992188,-46.803192138671875,71.88758087158203,104.43879699707031,-48.23114776611328,74.39588928222656,108.00926971435547,-67.4721908569336,65.34395599365234,91.57874298095703,14.055350303649902,226.46463012695312,23.380041122436523,8.36050033569336,221.6431884765625,33.52688217163086,9.280534744262695,207.34225463867188,14.335689544677734,58.03583526611328,80.41264343261719,66.63742065429688,42.271297454833984,86.2586898803711,79.41702270507812,47.935279846191406,84.74935913085938,83.85526275634766,71.2825698852539,101.99942016601562,-47.74201965332031,65.65969848632812,97.81672668457031,-58.35059356689453,62.450721740722656,96.60831451416016,-48.42087936401367,74.74337768554688,157.18365478515625,-107.80818939208984,73.77117919921875,162.2563018798828,-93.28472137451172,81.6758041381836,161.78733825683594,-97.35974884033203,45.50975036621094,41.95888900756836,68.35597229003906,38.96074295043945,43.99242401123047,77.29944610595703,53.476802825927734,43.08449935913086,87.49390411376953,48.46811294555664,90.10746002197266,-23.014568328857422,40.41743850708008,84.90958404541016,-23.944902420043945,43.4185905456543,86.03067016601562,-32.6182746887207,50.839324951171875,61.294857025146484,31.028594970703125,52.91312026977539,65.73652648925781,35.10279846191406,55.64670944213867,61.18259048461914,35.01530075073242,34.00872039794922,121.65003967285156,75.71562957763672,15.930440902709961,125.50677490234375,87.10039520263672,23.326457977294922,119.31517028808594,76.85887908935547,-54.01211166381836,64.60263061523438,39.10721969604492,-52.64817428588867,58.370750427246094,45.196990966796875,-72.66340637207031,62.844364166259766,53.32520294189453,93.29003143310547,179.25772094726562,58.80222702026367,99.57975006103516,169.62420654296875,50.53418731689453,95.58663177490234,181.2411651611328,53.6814079284668,-70.77445983886719,152.7397918701172,-111.68082427978516,-72.18267822265625,157.35313415527344,-101.19480895996094,-78.04851531982422,154.17742919921875,-108.60456085205078,-68.0822525024414,46.231746673583984,91.93087768554688,-59.55351257324219,42.20903778076172,72.742919921875,-70.87606811523438,45.46517562866211,76.59233093261719,-84.49117279052734,119.05045318603516,66.70840454101562,-81.44082641601562,112.8498306274414,76.50524139404297,-80.71440887451172,113.89667510986328,69.0255355834961,-71.30335235595703,190.19912719726562,-99.44384002685547,-71.91165161132812,176.88746643066406,-109.10394287109375,-81.33643341064453,180.36253356933594,-96.41044616699219,-70.60357666015625,106.13658905029297,75.07186889648438,-81.3382568359375,103.03605651855469,64.85289001464844,-74.05306243896484,96.63253784179688,51.321128845214844,55.70761489868164,57.802085876464844,-44.74261474609375,76.53624725341797,56.283653259277344,-33.18030548095703,67.39334106445312,54.45938491821289,-55.6345329284668,50.15968322753906,89.0406265258789,-109.64122009277344,56.73462677001953,90.37765502929688,-107.72077178955078,59.962860107421875,88.061279296875,-123.52162170410156,87.29026794433594,95.46878051757812,-81.47267150878906,81.1744384765625,90.15748596191406,-89.09617614746094,91.51162719726562,92.52264404296875,-88.3656234741211,-113.37744140625,153.96600341796875,9.485088348388672,-107.62024688720703,163.939208984375,15.748473167419434,-106.6257553100586,170.89193725585938,21.024137496948242,-78.8026351928711,123.8968276977539,-52.895206451416016,-68.28044128417969,133.0777587890625,-69.34120178222656,-71.97713470458984,123.77888488769531,-78.19326782226562,50.61654281616211,80.52714538574219,60.15873718261719,38.203399658203125,90.20736694335938,75.1596908569336,44.14548110961914,84.49677276611328,46.219295501708984,-118.45977020263672,141.58816528320312,9.548633575439453,-120.85287475585938,131.1990203857422,-2.8657450675964355,-113.37744140625,153.96600341796875,9.485088348388672,7.632574081420898,185.8917236328125,71.30895233154297,7.3252668380737305,183.14797973632812,58.986473083496094,7.806818962097168,195.19146728515625,64.43933868408203,7.19664192199707,158.49082946777344,42.86137390136719,3.318110942840576,167.21153259277344,51.21458053588867,7.528894901275635,173.93775939941406,30.125093460083008,-48.24421691894531,102.32178497314453,-15.244864463806152,-37.925315856933594,104.63526153564453,-10.519837379455566,-45.98311996459961,111.03165435791016,2.5646328926086426,16.487581253051758,229.20225524902344,-75.56930541992188,24.509462356567383,216.98655700683594,-88.28572845458984,11.430877685546875,213.05914306640625,-83.13362884521484,-42.48807907104492,79.22737121582031,112.25202178955078,-51.49496078491211,76.36685180664062,106.07679748535156,-59.275245666503906,71.0598373413086,103.4906997680664,110.22264862060547,110.81365203857422,59.92971420288086,101.97818756103516,110.59498596191406,69.66806030273438,100.56019592285156,120.90740966796875,67.03038787841797,12.237104415893555,178.1273651123047,-55.8189582824707,8.42816162109375,187.49571228027344,-22.971189498901367,6.949038028717041,177.23289489746094,-42.81974792480469,19.063800811767578,163.93809509277344,117.74449920654297,27.304218292236328,170.3339080810547,112.19023895263672,33.884246826171875,169.10073852539062,112.42407989501953,46.70185852050781,59.71926498413086,56.53807067871094,46.49543380737305,64.36102294921875,75.41950225830078,56.18827438354492,62.780452728271484,68.8586196899414,22.532081604003906,82.63011932373047,93.74845123291016,22.409395217895508,79.3437728881836,105.77742767333984,25.667795181274414,81.15267181396484,106.36129760742188,101.78255462646484,77.92446899414062,11.409863471984863,92.5649185180664,58.64421463012695,-10.84216594696045,104.5326156616211,73.57689666748047,-1.3964990377426147,-100.36155700683594,133.23553466796875,-28.230844497680664,-109.38225555419922,119.67906951904297,-38.91321563720703,-108.516357421875,130.78501892089844,-24.375429153442383,-19.99032211303711,88.7375717163086,-53.81828689575195,-30.090913772583008,87.76387023925781,-51.27075958251953,-22.3561954498291,84.81476593017578,-66.23357391357422,31.836729049682617,237.113525390625,33.686676025390625,36.97295379638672,227.11228942871094,36.805511474609375,26.857397079467773,226.64793395996094,39.285491943359375,62.87939453125,77.87832641601562,83.29310607910156,85.91848754882812,77.83401489257812,75.39344787597656,83.13431549072266,73.20781707763672,65.30293273925781,-44.25223159790039,81.02592468261719,-75.68167114257812,-58.75246810913086,80.69847869873047,-73.66190338134766,-50.173770904541016,85.49374389648438,-91.90199279785156,62.123008728027344,136.98104858398438,-79.55451965332031,73.40448760986328,132.53451538085938,-81.40080261230469,67.20861053466797,129.51087951660156,-77.30240631103516,28.935298919677734,118.93787384033203,41.838775634765625,28.357929229736328,118.9315414428711,56.36722946166992,21.650554656982422,126.53475189208984,51.8998908996582,90.97125244140625,81.33045959472656,14.200992584228516,89.51165008544922,90.0904312133789,28.938718795776367,99.37947082519531,90.173095703125,32.66017150878906,-4.600621223449707,83.57942962646484,79.75656127929688,-4.768240928649902,78.20912170410156,88.35455322265625,-4.229870796203613,84.57731628417969,68.89654541015625,26.857397079467773,226.64793395996094,39.285491943359375,25.12368392944336,226.10948181152344,57.43266677856445,15.350930213928223,221.562255859375,60.7031135559082,-69.66492462158203,115.18004608154297,-85.81050872802734,-88.76258850097656,108.31749725341797,-87.48284912109375,-72.04203796386719,124.7635498046875,-81.20700073242188,46.93562316894531,101.95059204101562,122.41182708740234,51.50861740112305,105.71969604492188,111.46845245361328,63.97102355957031,102.64601135253906,112.3709945678711,-20.32124137878418,62.39634323120117,66.96994018554688,-22.76946258544922,69.5570068359375,71.88383483886719,-22.744220733642578,58.35099792480469,70.88377380371094,-12.690629005432129,150.25482177734375,46.48145294189453,-6.119643211364746,156.2487030029297,55.55482864379883,-22.345510482788086,147.2762908935547,51.16581726074219,11.655153274536133,182.5934600830078,82.4087142944336,23.08414649963379,200.78802490234375,82.62028503417969,18.810588836669922,194.21578979492188,79.7595443725586,-9.197949409484863,101.31883239746094,43.85604476928711,-8.50620174407959,93.52754211425781,52.12296676635742,-13.846763610839844,99.87309265136719,46.8145637512207,76.04241180419922,164.97071838378906,54.04265594482422,72.04771423339844,168.7237548828125,59.41313934326172,81.44720458984375,174.42523193359375,58.445411682128906,-47.27313232421875,78.97624969482422,94.7489013671875,-54.07197189331055,72.81840515136719,92.27466583251953,-32.42428207397461,84.71570587158203,99.7341079711914,121.59147644042969,137.93138122558594,-3.895303964614868,118.80419921875,128.49940490722656,-16.648569107055664,114.97502136230469,137.0437774658203,-14.852585792541504,2.656424045562744,195.78953552246094,-85.0848388671875,6.0063629150390625,207.79725646972656,-77.16446685791016,5.794249057769775,206.38897705078125,-92.44497680664062,40.528141021728516,77.55692291259766,32.87644577026367,41.30010223388672,82.90123748779297,49.933597564697266,31.869129180908203,84.77998352050781,36.13584518432617,-40.15163803100586,62.84609603881836,35.3941650390625,-34.60087203979492,57.15771484375,40.95732116699219,-48.94224548339844,63.07290267944336,28.24125099182129,-43.309486389160156,160.14208984375,123.92057800292969,-48.74981689453125,156.20223999023438,121.30731964111328,-43.918663024902344,157.52850341796875,127.32317352294922,-51.373817443847656,50.856197357177734,41.41246032714844,-63.28593444824219,46.52560806274414,51.70356369018555,-31.371318817138672,40.24143600463867,61.74418640136719,-26.062028884887695,78.68148040771484,103.6383056640625,-18.928386688232422,77.38550567626953,74.68275451660156,-17.795238494873047,83.6577377319336,84.10771179199219,-74.62842559814453,90.13960266113281,-53.641353607177734,-55.971778869628906,73.20565032958984,-54.47464370727539,-57.4447135925293,87.92503356933594,-43.752525329589844,11.555463790893555,187.8446044921875,24.421350479125977,9.601252555847168,160.7864532470703,41.529022216796875,9.79175090789795,154.55453491210938,38.202877044677734,-68.31548309326172,199.1795654296875,1.9458860158920288,-59.65690231323242,204.15408325195312,13.724020957946777,-63.52430725097656,202.68312072753906,12.752969741821289,-10.891006469726562,101.28331756591797,-135.25074768066406,-10.55361557006836,109.73932647705078,-148.45541381835938,-11.437651634216309,96.69617462158203,-143.45115661621094,6.32501220703125,85.86161041259766,98.7171630859375,5.696825981140137,86.73687744140625,114.012451171875,11.509316444396973,71.53583526611328,109.70088958740234,4.638940811157227,158.48670959472656,92.02476501464844,9.71181869506836,151.337890625,89.74766540527344,5.528473854064941,154.3687744140625,111.04339599609375,77.02412414550781,207.99481201171875,-34.76236343383789,68.45880126953125,217.7506103515625,-30.948095321655273,68.50029754638672,217.40602111816406,-37.66354751586914,21.19436264038086,102.87353515625,-6.824864864349365,37.925315856933594,104.63526153564453,-10.519837379455566,33.476318359375,113.65978240966797,4.668500900268555,-67.20490264892578,89.74581909179688,96.89192199707031,-78.72000885009766,86.88253784179688,89.36721801757812,-57.42994689941406,87.65198516845703,102.81327056884766,118.71751403808594,100.27145385742188,-10.56782341003418,120.4395980834961,94.67513275146484,-9.840864181518555,116.63235473632812,95.5278091430664,-27.008892059326172,-5.244349002838135,92.54584503173828,55.467002868652344,-7.9756598472595215,81.76795196533203,63.90147399902344,-10.786803245544434,89.08849334716797,45.0715446472168,-120.85287475585938,131.1990203857422,-2.8657450675964355,-114.91778564453125,134.14178466796875,-12.604199409484863,-113.37744140625,153.96600341796875,9.485088348388672,36.04692459106445,185.8954315185547,91.11949157714844,40.23019790649414,196.59654235839844,80.01722717285156,34.24510192871094,201.5928955078125,84.70567321777344,37.07941436767578,89.01306915283203,22.47262954711914,45.96170425415039,68.93574523925781,30.65898895263672,48.581695556640625,77.33452606201172,21.26155662536621,-102.3018569946289,151.44842529296875,-72.18479919433594,-103.0619125366211,161.38490295410156,-71.2608642578125,-109.4815444946289,144.48744201660156,-66.00892639160156,-86.16329956054688,175.73226928710938,-85.7271957397461,-76.74934387207031,169.67974853515625,-102.87715911865234,-85.87469482421875,165.32598876953125,-76.43888854980469,82.04830169677734,63.2279052734375,-64.72024536132812,74.31655883789062,62.118263244628906,-66.94405364990234,85.62020111083984,74.9522476196289,-71.14520263671875,-47.65099334716797,187.86378479003906,92.98016357421875,-48.90634536743164,168.3810272216797,94.09410858154297,-55.219303131103516,172.53392028808594,99.43106079101562,81.09642791748047,55.83734130859375,-11.663080215454102,74.09313201904297,58.43781280517578,-9.221686363220215,75.54657745361328,51.75438690185547,-17.4105224609375,-33.19635009765625,84.26681518554688,-16.2333984375,-41.477996826171875,90.14472961425781,-23.464380264282227,-41.19839096069336,96.3323974609375,-7.595221996307373,8.30152702331543,154.9699249267578,113.00928497314453,4.653541088104248,172.73565673828125,108.19207763671875,16.56370735168457,155.36709594726562,121.0062255859375,90.95729064941406,118.25968933105469,-64.04737091064453,85.57321166992188,119.413818359375,-63.5062255859375,88.32093811035156,124.31840515136719,-46.82741165161133,17.46470069885254,80.50118255615234,0.6607210040092468,21.056962966918945,106.20481872558594,2.164815902709961,11.010198593139648,82.77239990234375,-3.872807025909424,6.402760028839111,165.7761688232422,-125.6214599609375,12.122199058532715,143.54165649414062,-118.29186248779297,7.343401908874512,157.5681915283203,-131.6723175048828,25.034212112426758,86.17078399658203,98.5737075805664,26.207557678222656,88.48503112792969,95.64112854003906,31.192859649658203,92.13939666748047,102.00397491455078,-84.92414855957031,109.11858367919922,-128.90164184570312,-78.60468292236328,118.8910140991211,-135.62416076660156,-77.27172088623047,107.35679626464844,-136.57176208496094,34.65829086303711,128.72857666015625,20.609533309936523,32.82946014404297,126.03235626220703,23.25589942932129,44.56885528564453,126.5069580078125,22.471513748168945,57.5706901550293,228.5319061279297,7.948878765106201,60.99321365356445,217.06991577148438,10.251946449279785,67.9739990234375,219.47369384765625,5.822144031524658,-81.1744384765625,90.15748596191406,-89.09618377685547,-87.29026794433594,95.46878051757812,-81.47267150878906,-91.5116195678711,92.52264404296875,-88.3656234741211,-81.47518920898438,174.8604278564453,61.91668701171875,-74.40422058105469,175.48703002929688,72.11038970947266,-80.18565368652344,182.7413330078125,75.01919555664062,-106.33209228515625,122.04643249511719,59.0467414855957,-100.56019592285156,120.90740966796875,67.03038787841797,-110.22264862060547,110.81365203857422,59.92971420288086,81.3382568359375,103.03605651855469,64.85289001464844,80.13032531738281,96.25194549560547,45.46696472167969,85.52714538574219,106.36798858642578,62.017452239990234,-69.64972686767578,68.87125396728516,77.39997100830078,-73.72927856445312,64.81710815429688,65.82797241210938,-74.00239562988281,63.60660934448242,77.77310180664062,108.0594482421875,145.9866180419922,26.93869400024414,118.14871978759766,133.76156616210938,13.474762916564941,110.12803649902344,135.38229370117188,21.004507064819336,-33.000606536865234,219.48985290527344,-86.71440124511719,-22.169816970825195,230.87106323242188,-71.12178802490234,-16.487581253051758,229.20225524902344,-75.56930541992188,-43.454898834228516,157.16775512695312,121.96441650390625,-34.122802734375,169.7776336669922,113.19011688232422,-30.93553924560547,161.12779235839844,119.21330261230469,-117.9402847290039,162.49046325683594,-22.403247833251953,-110.76353454589844,175.3493194580078,-20.637104034423828,-109.9859848022461,179.2395477294922,-27.194700241088867,82.10531616210938,74.52832794189453,88.66504669189453,86.80847930908203,75.61815643310547,92.18931579589844,83.14634704589844,69.74061584472656,91.20925903320312,95.68852996826172,148.18960571289062,38.270816802978516,111.9408187866211,133.80503845214844,22.990894317626953,109.69837188720703,145.09144592285156,29.326644897460938,-101.4483642578125,135.3737030029297,55.67897033691406,-97.66946411132812,149.01861572265625,72.58968353271484,-97.4039306640625,141.20401000976562,73.67030334472656,-10.18139934539795,104.58099365234375,28.949207305908203,-2.9233949184417725,90.376220703125,35.8963623046875,-15.84328842163086,84.34976196289062,38.39578628540039,23.835025787353516,130.5120391845703,45.62351608276367,12.690607070922852,150.25485229492188,46.481449127197266,13.284394264221191,139.5499267578125,40.31792068481445,-65.5102767944336,42.02336883544922,56.60898971557617,-66.71570587158203,51.48402786254883,38.88704299926758,-51.41885757446289,42.656410217285156,48.91189956665039,38.994834899902344,236.74256896972656,-27.943862915039062,27.667491912841797,242.72915649414062,-26.86603546142578,30.593185424804688,237.1865997314453,-12.905259132385254,-49.286651611328125,114.9465103149414,43.25504684448242,-50.1759033203125,107.20233154296875,33.9551887512207,-53.57510757446289,115.18658447265625,30.05144691467285,9.242097854614258,86.11109924316406,-63.782222747802734,15.002076148986816,77.67839050292969,-75.55188751220703,19.99032211303711,88.7375717163086,-53.81828689575195,-27.960084915161133,87.09742736816406,102.08893585205078,-44.91746139526367,79.64466857910156,98.61075592041016,-25.29012680053711,87.33930969238281,108.69893646240234,11.33903694152832,126.00152587890625,76.55150604248047,23.604881286621094,127.46630859375,53.701194763183594,12.578383445739746,133.07933044433594,61.676456451416016,2.565524101257324,43.4007568359375,54.29513931274414,-13.154969215393066,43.64548110961914,53.88797378540039,-5.334559917449951,38.50128173828125,50.59096145629883,-91.61943817138672,196.7655487060547,-43.18775177001953,-88.81321716308594,196.1399688720703,-58.75895309448242,-86.56358337402344,201.71031188964844,-47.12345886230469,40.1393928527832,111.8594970703125,97.45011901855469,57.92612075805664,109.09129333496094,99.45925903320312,37.01020431518555,109.74517059326172,106.68138122558594,58.03583526611328,80.41264343261719,66.63742065429688,47.935279846191406,84.74935913085938,83.85526275634766,75.29271697998047,78.94489288330078,69.88491821289062,55.02360916137695,167.2123565673828,-129.65101623535156,66.9940185546875,169.7738037109375,-120.98571014404297,58.805137634277344,157.9877471923828,-132.69285583496094,-53.95167922973633,88.39627075195312,-55.22210693359375,-44.475318908691406,88.39031982421875,-49.99782943725586,-50.167076110839844,92.76473999023438,-43.51280975341797,82.38338470458984,148.09420776367188,-15.990107536315918,82.23434448242188,139.40737915039062,-30.098804473876953,72.58345031738281,146.7459259033203,-25.728656768798828,21.84930419921875,39.40001678466797,76.16381072998047,16.541858673095703,48.000244140625,82.03995513916016,12.906867980957031,45.75688171386719,75.32466125488281,94.02200317382812,204.89073181152344,33.3884391784668,98.00492095947266,190.60513305664062,41.59788131713867,103.05939483642578,190.08697509765625,38.32479476928711,-27.600313186645508,74.92890930175781,6.84824800491333,-19.540966033935547,78.32484436035156,-3.298233985900879,-15.121166229248047,68.05764770507812,1.6704720258712769,-23.399023056030273,227.89578247070312,-65.25413513183594,-18.85792350769043,227.53005981445312,-73.83395385742188,-15.036005973815918,229.62327575683594,-62.5589485168457,-90.43719482421875,79.37728881835938,80.72039031982422,-81.56787109375,85.53838348388672,93.88680267333984,-82.32646942138672,87.44509887695312,87.15727233886719,-36.6645393371582,160.57879638671875,-138.74549865722656,-27.002704620361328,157.41624450683594,-149.22483825683594,-34.25717544555664,152.047119140625,-147.86080932617188,66.97449493408203,134.724853515625,-70.42974090576172,71.97700500488281,123.9697036743164,-78.05815124511719,66.7709732055664,134.97312927246094,-76.00749969482422,48.815399169921875,93.05736541748047,-32.249664306640625,44.61445236206055,97.6418685913086,-36.507476806640625,50.16707229614258,92.76473999023438,-43.51280975341797,8.36050033569336,221.6431884765625,33.52688217163086,8.415135383605957,198.7078857421875,42.76704788208008,6.942568778991699,205.4804229736328,29.625503540039062,94.62450408935547,194.55453491210938,-25.954326629638672,84.8656234741211,207.91439819335938,-25.535259246826172,73.24322509765625,201.7643585205078,-25.98142433166504,89.25761413574219,187.0850830078125,52.160614013671875,81.16126251220703,208.2093048095703,32.990333557128906,85.68524169921875,183.4210662841797,38.95539093017578,-25.862924575805664,69.66375732421875,15.296279907226562,-27.475879669189453,76.5607681274414,11.493391036987305,-22.225032806396484,67.37020111083984,26.751502990722656,-27.475879669189453,76.5607681274414,11.493391036987305,-18.336122512817383,89.1394271850586,-3.5305869579315186,-23.040281295776367,101.8957290649414,4.740240097045898,-30.519102096557617,39.320594787597656,68.50558471679688,-45.519771575927734,41.91105651855469,68.32664489746094,-36.41693878173828,44.73073196411133,79.115234375,-14.151576042175293,235.86363220214844,-23.592668533325195,-21.619321823120117,238.55157470703125,-33.26695251464844,-15.418994903564453,230.96990966796875,-41.08600997924805,101.80744171142578,156.00222778320312,70.61874389648438,92.47874450683594,158.56344604492188,75.5293197631836,99.45565795898438,149.37351989746094,75.708740234375,37.523250579833984,68.38037109375,18.71072769165039,42.918365478515625,72.99603271484375,25.275888442993164,38.95261001586914,64.14606475830078,26.83621597290039,15.679633140563965,42.12296676635742,67.62996673583984,23.693429946899414,37.92741012573242,64.2979736328125,21.84930419921875,39.40001678466797,76.16381072998047,-99.69828033447266,154.91700744628906,37.81159591674805,-98.28489685058594,165.97918701171875,42.902992248535156,-93.00933074951172,166.47982788085938,54.328914642333984,9.280534744262695,207.34225463867188,14.335689544677734,8.36050033569336,221.6431884765625,33.52688217163086,6.942568778991699,205.4804229736328,29.625503540039062,16.234935760498047,87.1718521118164,100.68496704101562,19.272356033325195,86.45486450195312,110.18218231201172,24.919702529907227,86.95488739013672,101.982421875,74.01532745361328,208.76718139648438,-56.39011764526367,61.21902084350586,215.9253387451172,-55.04413986206055,67.5833740234375,207.8456573486328,-47.340049743652344,-53.96205139160156,206.0378875732422,-87.41028594970703,-47.465755462646484,192.9918212890625,-100.4727783203125,-57.44452667236328,194.0998992919922,-101.68341827392578,16.487581253051758,229.20225524902344,-75.56930541992188,11.922891616821289,232.85122680664062,-56.31474304199219,22.169816970825195,230.87106323242188,-71.12178802490234,24.967941284179688,85.42041015625,92.84825134277344,59.55311965942383,78.78655242919922,74.8623275756836,18.44489288330078,85.4499282836914,85.08058166503906,25.6407527923584,242.5631561279297,11.223958969116211,21.973155975341797,245.6337127685547,2.2071049213409424,14.233485221862793,237.29432678222656,5.1258392333984375,26.413049697875977,61.268367767333984,49.6842041015625,25.851863861083984,65.25016021728516,51.528404235839844,28.398967742919922,66.17455291748047,54.653324127197266,-41.33645248413086,79.36151123046875,29.760957717895508,-55.01533126831055,72.60963439941406,43.376949310302734,-46.740196228027344,82.48762512207031,46.935874938964844,40.3438606262207,91.272216796875,-153.34996032714844,22.075611114501953,74.66860961914062,-143.64248657226562,21.443754196166992,87.67864227294922,-153.08041381835938,-114.07411193847656,163.40321350097656,-1.0959479808807373,-109.3419418334961,183.3215789794922,10.272575378417969,-110.6343002319336,190.6835174560547,9.736037254333496,-53.92699432373047,116.33699035644531,117.64620971679688,-59.027984619140625,134.9453582763672,121.1052474975586,-59.06867599487305,122.20639038085938,116.27717590332031,-77.31657409667969,159.028564453125,70.65558624267578,-92.52735137939453,151.20745849609375,77.45458984375,-72.8224868774414,166.13282775878906,65.99421691894531,-42.54654312133789,238.05455017089844,-7.181264877319336,-44.078433990478516,234.61636352539062,-0.04991300031542778,-61.921844482421875,232.9663848876953,-5.732934951782227,98.43196868896484,208.46200561523438,16.23345375061035,93.0793685913086,213.20608520507812,25.447919845581055,107.42692565917969,188.4367218017578,32.07767868041992,-64.8775863647461,191.66177368164062,-97.87543487548828,-54.79611587524414,201.44638061523438,-88.84888458251953,-62.478553771972656,196.54940795898438,-87.54120635986328,8.773707389831543,152.3411407470703,-149.81129455566406,5.3471269607543945,167.92332458496094,-144.11605834960938,12.115625381469727,169.6858673095703,-147.11334228515625,-41.39903259277344,217.56082153320312,-48.35788345336914,-50.34506607055664,212.6516571044922,-45.49161911010742,-34.338958740234375,225.7465362548828,-51.44245910644531,7.447083950042725,111.33930969238281,51.27189254760742,4.831472873687744,110.3282241821289,48.87486267089844,4.184377193450928,112.26795196533203,48.139183044433594,25.57815170288086,238.86053466796875,-19.027376174926758,17.4547119140625,241.4006805419922,-19.5238037109375,31.595123291015625,237.97015380859375,-33.02927780151367,43.676177978515625,223.07913208007812,-67.91161346435547,30.97725486755371,227.35787963867188,-67.58818817138672,47.000423431396484,221.61279296875,-55.83653259277344,118.80330657958984,153.8633270263672,-23.23793601989746,115.2548828125,136.99305725097656,-34.889610290527344,116.89191436767578,142.0942840576172,-43.46473693847656,-33.22557830810547,94.3089370727539,103.82064056396484,-37.33028793334961,90.44142150878906,105.55543518066406,-27.960084915161133,87.09742736816406,102.08893585205078,-69.35169982910156,131.21144104003906,-79.6977767944336,-68.25816345214844,122.88179016113281,-78.49994659423828,-72.04203796386719,124.7635498046875,-81.20700073242188,100.94566345214844,129.68231201171875,-88.89008331298828,98.89356994628906,138.41929626464844,-88.2577896118164,100.29545593261719,135.87840270996094,-93.46903991699219,-49.8615837097168,88.51607513427734,18.91764259338379,-49.11787796020508,76.63493347167969,18.157808303833008,-61.6821174621582,77.00222778320312,23.512939453125,57.77273178100586,83.9643783569336,-128.34532165527344,52.01213073730469,86.94702911376953,-108.96049499511719,47.1187858581543,79.90899658203125,-120.34858703613281,35.606929779052734,62.0504035949707,43.83412170410156,24.072772979736328,63.510501861572266,33.660953521728516,28.665325164794922,66.22541046142578,50.781402587890625,11.238704681396484,125.70133209228516,-151.3881378173828,12.003325462341309,148.0187530517578,-149.7499542236328,6.417544841766357,159.13792419433594,-140.81826782226562,-11.742420196533203,229.8568572998047,39.8819465637207,-6.812516212463379,206.05284118652344,44.71659469604492,-5.436232089996338,222.509033203125,34.824764251708984,100.84919738769531,80.25445556640625,-52.05373764038086,111.63690948486328,94.82879638671875,-32.71684646606445,116.63235473632812,95.5278091430664,-27.008892059326172,-62.941070556640625,93.39813232421875,-63.475318908691406,-80.9364013671875,98.20829772949219,-73.66341400146484,-75.1155014038086,87.8558120727539,-69.80872344970703,-11.238704681396484,125.70133209228516,-151.3881378173828,-6.431610107421875,142.84622192382812,-135.57911682128906,-6.417544841766357,159.13792419433594,-140.81826782226562,102.27569580078125,164.79673767089844,41.429439544677734,99.57975006103516,169.62420654296875,50.53418731689453,101.36370086669922,154.76649475097656,40.72553253173828,21.305273056030273,94.73152160644531,30.289724349975586,20.940711975097656,99.67132568359375,28.833635330200195,36.9759635925293,89.00190734863281,18.967824935913086,34.812095642089844,228.86068725585938,40.60322570800781,43.37144088745117,237.3213348388672,34.204559326171875,27.676965713500977,240.57009887695312,35.10197448730469,-53.626285552978516,112.67359924316406,109.318115234375,-68.09024810791016,116.15860748291016,108.16419982910156,-55.71971893310547,120.33760070800781,114.62873840332031,57.58679962158203,62.763004302978516,27.01020050048828,49.11787796020508,76.63493347167969,18.15781021118164,65.28032684326172,65.86991119384766,28.330806732177734,-68.97539520263672,129.33705139160156,-57.562923431396484,-73.06314086914062,131.76016235351562,-57.93973922729492,-75.39550018310547,133.9095458984375,-44.1727294921875,-20.2901668548584,98.44197845458984,32.97370529174805,-8.851582527160645,102.21501922607422,38.677947998046875,-7.565846920013428,108.13875579833984,35.40798568725586,-63.88471603393555,62.78648376464844,-63.781124114990234,-59.25379180908203,57.68307113647461,-56.58699417114258,-52.42438888549805,64.57728576660156,-56.59184265136719,111.63690948486328,94.82879638671875,-32.71684646606445,104.71763610839844,99.65591430664062,-31.811628341674805,108.68608856201172,112.49951934814453,-23.527854919433594,-17.59536361694336,89.11172485351562,-6.814418792724609,-6.554146766662598,78.03022003173828,-7.96013879776001,-19.540966033935547,78.32484436035156,-3.298233985900879,-86.90510559082031,148.6949920654297,-112.75701141357422,-78.38912963867188,145.53892517089844,-121.94488525390625,-80.36408233642578,131.242919921875,-126.61663055419922,83.10694885253906,172.9873046875,-68.97903442382812,83.93220520019531,174.4275665283203,-83.07418060302734,84.89392852783203,167.2865753173828,-71.54350280761719,-11.12905502319336,232.39688110351562,31.779634475708008,-7.606205940246582,219.9828338623047,21.099910736083984,-11.746207237243652,228.9446563720703,23.881061553955078,-10.55361557006836,109.73932647705078,-148.45541381835938,-10.891006469726562,101.28331756591797,-135.25074768066406,-9.610774993896484,112.72602081298828,-141.05419921875,-29.579246520996094,64.72087097167969,70.36316680908203,-29.61091423034668,61.90632247924805,63.1055908203125,-48.78321838378906,61.32277297973633,64.11538696289062,64.19595336914062,156.427490234375,100.77965545654297,53.11592483520508,151.55368041992188,113.34180450439453,70.83676147460938,150.20953369140625,105.02944946289062,-6.431610107421875,142.84622192382812,-135.57911682128906,-9.299848556518555,121.55220031738281,-126.25019836425781,-7.858252048492432,140.1055145263672,-123.97098541259766,8.010625839233398,119.82194519042969,50.624671936035156,18.081275939941406,107.24754333496094,46.965919494628906,32.60148239135742,90.81692504882812,44.16804504394531,61.82040023803711,140.2517852783203,117.07720184326172,81.07378387451172,144.34947204589844,101.19775390625,70.83676147460938,150.20953369140625,105.02944946289062,19.144603729248047,105.09681701660156,-160.14720153808594,13.849328994750977,118.48027801513672,-159.58486938476562,23.829265594482422,120.4374008178711,-162.53976440429688,-33.29487609863281,121.04253387451172,124.41337585449219,-48.06944274902344,122.50797271728516,120.10201263427734,-41.287147521972656,131.1534881591797,125.81600952148438,-111.9408187866211,133.80503845214844,22.99089813232422,-109.69837188720703,145.09144592285156,29.326644897460938,-120.76424407958984,132.99452209472656,15.355175018310547,-21.849477767944336,83.62380981445312,-83.07066345214844,-14.67617416381836,79.81127166748047,-78.83108520507812,-17.150733947753906,74.73219299316406,-108.12366485595703,114.72957611083984,148.66302490234375,-56.23289489746094,114.67131805419922,137.6589813232422,-51.00498580932617,113.37303924560547,145.5599365234375,-64.20014190673828,-27.576736450195312,97.24969482421875,61.265968322753906,-35.68225860595703,92.55530548095703,44.89516830444336,-32.893272399902344,95.17920684814453,70.260498046875,-45.797359466552734,86.78500366210938,44.03690719604492,-52.396881103515625,77.06803131103516,34.97566604614258,-57.269744873046875,76.71752166748047,44.8818359375,85.39779663085938,71.58380889892578,87.91521453857422,83.14634704589844,69.74061584472656,91.20925903320312,92.3133316040039,73.46051788330078,90.430419921875,-30.59317970275879,237.1865997314453,-12.905254364013672,-38.994834899902344,236.74256896972656,-27.94386100769043,-44.469303131103516,227.4762725830078,-18.767990112304688,69.83524322509766,120.43946075439453,-141.15760803222656,77.27172088623047,107.35680389404297,-136.57176208496094,60.01958084106445,110.84180450439453,-144.70028686523438,-54.65556716918945,117.25647735595703,35.67954635620117,-57.455543518066406,101.15031433105469,18.13412857055664,-50.725608825683594,116.2457504272461,48.427947998046875,25.366872787475586,90.76971435546875,49.07352066040039,24.422304153442383,91.19088745117188,49.559532165527344,23.163663864135742,92.2207260131836,45.05448532104492,-70.92748260498047,161.4832000732422,-86.85709381103516,-75.00770568847656,158.9190216064453,-78.4339599609375,-88.0955810546875,156.93272399902344,-82.07660675048828,54.08528137207031,93.74205017089844,-23.162504196166992,52.60901641845703,101.69120025634766,-16.965822219848633,61.08427429199219,93.86770629882812,-15.399415969848633,17.46470069885254,80.50118255615234,0.6607210040092468,21.070541381835938,75.60442352294922,9.645215034484863,22.10372543334961,107.83216857910156,4.199191093444824,43.82526779174805,156.92709350585938,120.58245086669922,35.40854263305664,156.90394592285156,122.21293640136719,35.996585845947266,157.0313262939453,124.55052185058594,32.860816955566406,57.91463088989258,62.24058151245117,49.307777404785156,60.70291519165039,74.60137176513672,49.11483383178711,57.370079040527344,54.267276763916016,-22.83409881591797,65.0201644897461,81.72401428222656,-26.854827880859375,64.45928192138672,79.57673645019531,-22.29854965209961,61.92979049682617,80.12840270996094,-18.491321563720703,126.08423614501953,115.28408813476562,-21.21326446533203,118.27155303955078,119.23218536376953,-23.180089950561523,120.61808776855469,109.35228729248047,-42.26371765136719,99.61237335205078,3.5172770023345947,-38.3422966003418,106.7839126586914,14.950128555297852,-46.932613372802734,105.82184600830078,4.9007158279418945,-7.203218936920166,99.0231704711914,-89.03534698486328,-8.610063552856445,89.58917236328125,-73.47216033935547,-8.254520416259766,110.69634246826172,-73.05060577392578,5.438755989074707,84.81947326660156,-76.50140380859375,5.167065143585205,106.34547424316406,-72.5920639038086,5.705564975738525,92.2613525390625,-90.4621810913086,-11.125641822814941,87.04534912109375,67.32838439941406,-17.2420597076416,83.1785659790039,62.502864837646484,-18.990272521972656,80.86032104492188,73.36048889160156,-36.79853439331055,172.65045166015625,-132.3417510986328,-30.340505599975586,171.5554962158203,-139.90342712402344,-36.6645393371582,160.57879638671875,-138.74549865722656,101.47461700439453,87.1323013305664,-55.3012580871582,100.06722259521484,85.9239730834961,-44.80461120605469,108.84778594970703,106.6044692993164,-40.416439056396484,-7.127713203430176,182.08287048339844,-136.9558868408203,-5.3471269607543945,167.92332458496094,-144.11605834960938,-12.115629196166992,169.68585205078125,-147.1133575439453,-115.2548828125,136.99305725097656,-34.889610290527344,-116.89191436767578,142.0942840576172,-43.46473693847656,-114.67131805419922,137.6589813232422,-51.00498580932617,76.60631561279297,139.0863037109375,-41.571136474609375,75.52547454833984,138.57290649414062,-41.036624908447266,72.58345031738281,146.7459259033203,-25.728656768798828,-52.86638641357422,232.04104614257812,21.298059463500977,-45.29990768432617,237.005126953125,22.922353744506836,-48.74723815917969,233.67184448242188,28.97933006286621,69.3002700805664,61.80314636230469,61.9225959777832,70.60152435302734,63.12131881713867,81.41242218017578,70.78614044189453,64.96778106689453,65.23509979248047,-13.82223129272461,157.52059936523438,59.45785140991211,-8.936485290527344,157.29823303222656,53.81788635253906,-19.772235870361328,149.6077423095703,47.892982482910156,-15.693411827087402,216.5157470703125,43.319419860839844,-9.349322319030762,203.82566833496094,44.699485778808594,-11.357818603515625,217.05514526367188,60.111385345458984,78.38912963867188,145.53892517089844,-121.94488525390625,86.90510559082031,148.6949920654297,-112.75701141357422,80.36408233642578,131.242919921875,-126.61663055419922,20.200687408447266,116.62255859375,75.7557144165039,24.61709976196289,111.33935546875,94.79236602783203,41.553409576416016,110.95433044433594,82.51839447021484,45.85076904296875,218.36016845703125,32.43905258178711,36.97295379638672,227.11228942871094,36.805511474609375,48.74723815917969,233.67184448242188,28.97933006286621,-21.168411254882812,171.91326904296875,-140.70729064941406,-10.43869686126709,163.00779724121094,-145.62387084960938,-14.877601623535156,170.96070861816406,-142.53443908691406,-13.154969215393066,43.64548110961914,53.88797378540039,-17.74261474609375,54.50736999511719,50.762451171875,-17.470211029052734,45.73545455932617,49.01040267944336,82.33381652832031,118.97077941894531,-127.78080749511719,78.60468292236328,118.8910140991211,-135.62416076660156,80.36408233642578,131.242919921875,-126.61663055419922,-6.0063629150390625,207.79725646972656,-77.16447448730469,-9.106846809387207,222.74525451660156,-74.686767578125,-4.033278942108154,218.7055206298828,-64.11685943603516,-84.24087524414062,141.98080444335938,-10.036044120788574,-107.98411560058594,145.21925354003906,-5.156867027282715,-100.26226043701172,139.35447692871094,-16.152652740478516,-104.21128845214844,85.13671112060547,11.276299476623535,-106.2439193725586,88.58229064941406,21.16057777404785,-100.23837280273438,81.30986022949219,12.016256332397461,-84.6810302734375,105.4854507446289,46.203392028808594,-82.16918182373047,96.11332702636719,37.8255729675293,-85.52714538574219,106.36799621582031,62.017452239990234,-82.38338470458984,148.09420776367188,-15.990107536315918,-90.20494842529297,150.4419403076172,-10.577025413513184,-71.22409057617188,151.84722900390625,-12.11624526977539,62.941070556640625,93.39813232421875,-63.475318908691406,73.49797058105469,99.72413635253906,-47.623626708984375,63.5694580078125,93.35047912597656,-48.086082458496094,58.912803649902344,108.56640625,26.092086791992188,62.11569595336914,113.93095397949219,28.18931770324707,55.38802719116211,113.30118560791016,32.96924591064453,30.17095375061035,110.28463745117188,33.69906997680664,22.552228927612305,109.10484313964844,30.240036010742188,10.63745403289795,127.1783676147461,36.46415710449219,-54.0855712890625,91.805419921875,21.80030632019043,-65.1102523803711,76.96593475341797,5.515864849090576,-59.450645446777344,84.58744812011719,7.3612871170043945,46.68898010253906,65.15633392333984,33.695457458496094,52.59247589111328,62.4429817199707,44.111270904541016,49.323028564453125,57.53860092163086,53.74755096435547,-68.70767211914062,132.4835662841797,-59.51615524291992,-75.52547454833984,138.57290649414062,-41.036624908447266,-75.99639892578125,122.5776138305664,-52.22291564941406,-10.786803245544434,89.08849334716797,45.0715446472168,-10.707463264465332,104.3367919921875,39.455787658691406,-5.697004795074463,101.81156921386719,41.48930740356445,-19.772235870361328,149.6077423095703,47.892982482910156,-9.791749954223633,154.55455017089844,38.2028694152832,-16.11335563659668,140.64524841308594,39.79629135131836,-50.96430969238281,81.34053039550781,-62.99815368652344,-58.75246810913086,80.69847869873047,-73.66190338134766,-44.25223159790039,81.02592468261719,-75.68167114257812,-34.06319808959961,114.26367950439453,25.82225799560547,-30.72865104675293,121.59315490722656,42.67510223388672,-25.26554298400879,127.83161926269531,37.23456573486328,2.0179569721221924,154.3931427001953,110.3265380859375,5.528473854064941,154.3687744140625,111.04339599609375,10.405058860778809,154.3681640625,89.52715301513672,-109.71305084228516,114.72879028320312,10.294903755187988,-112.27481842041016,105.73001098632812,-2.790479898452759,-100.22598266601562,119.19369506835938,8.87097454071045,51.42006301879883,94.42030334472656,-20.60515594482422,41.19839096069336,96.3323974609375,-7.5952229499816895,46.608985900878906,103.69266510009766,-1.6623250246047974,-37.925315856933594,104.63526153564453,-10.519837379455566,-33.508949279785156,101.49913787841797,-29.88155174255371,-21.19436264038086,102.87353515625,-6.824865818023682,42.958717346191406,117.78428649902344,64.7479248046875,34.439117431640625,115.80821990966797,61.501705169677734,43.21674728393555,111.20904541015625,40.460567474365234,-68.65298461914062,51.49694061279297,-55.41001510620117,-79.1197280883789,53.14112854003906,-32.1062126159668,-79.0025405883789,54.437137603759766,-47.195213317871094,-4.765940189361572,180.7830047607422,-123.43202209472656,-6.090065956115723,162.1533660888672,-110.88521575927734,-6.131587028503418,183.50320434570312,-105.07324981689453,91.03925323486328,99.88804626464844,72.68561553955078,77.1033935546875,107.2752914428711,87.07080841064453,87.50836944580078,99.97129821777344,88.63534545898438,8.415135383605957,198.7078857421875,42.76704788208008,9.349326133728027,203.82568359375,44.69948196411133,11.559475898742676,187.11068725585938,46.731319427490234,59.215919494628906,109.4822769165039,-141.02847290039062,55.3060417175293,113.11796569824219,-143.3770751953125,54.38009262084961,98.66028594970703,-146.61209106445312,50.10224151611328,113.57292175292969,75.15042114257812,32.254886627197266,116.62164306640625,87.1662368774414,34.008480072021484,115.6334457397461,93.23210906982422,-84.93756103515625,158.94219970703125,5.893319129943848,-99.37582397460938,172.56536865234375,10.018806457519531,-96.62750244140625,161.9873504638672,11.498259544372559,-22.164169311523438,201.2408905029297,5.061738967895508,-8.976302146911621,197.3277130126953,-15.172175407409668,-10.771169662475586,211.57693481445312,-5.68897819519043,7.262628078460693,88.90000915527344,75.33949279785156,2.235456943511963,94.73280334472656,78.22864532470703,4.636563777923584,87.73014831542969,68.94097137451172,-2.3118340969085693,143.630615234375,99.71981811523438,-3.264694929122925,149.19491577148438,106.7120590209961,0.7341769933700562,150.83592224121094,92.73401641845703,-104.24120330810547,90.08531951904297,8.986383438110352,-106.2439193725586,88.58229064941406,21.16057777404785,-104.21128845214844,85.13671112060547,11.276299476623535,-8.738142013549805,155.62876892089844,26.809959411621094,-5.956813812255859,179.64405822753906,10.395219802856445,-5.789793968200684,177.2923126220703,-6.844069004058838,-100.90045166015625,153.86279296875,-76.06465911865234,-109.48906707763672,146.12669372558594,-70.60244750976562,-104.59584045410156,162.38111877441406,-73.92015838623047,77.31657409667969,159.02859497070312,70.65557098388672,72.82247924804688,166.13284301757812,65.99417114257812,92.52735137939453,151.20745849609375,77.45458984375,-31.371318817138672,40.24143600463867,61.74418640136719,-63.28593444824219,46.52560806274414,51.70356369018555,-63.063297271728516,43.76636505126953,61.29867935180664,6.48502779006958,198.41233825683594,-64.28118896484375,5.485970973968506,208.09617614746094,-69.82048797607422,5.8331499099731445,190.73117065429688,-72.34750366210938,13.412104606628418,93.38855743408203,49.88346862792969,12.818527221679688,83.42935943603516,59.14530944824219,19.41795539855957,82.99839782714844,59.62234878540039,-101.86337280273438,143.8265380859375,-84.40084838867188,-99.18865966796875,133.97369384765625,-71.22870635986328,-99.89080047607422,146.23460388183594,-79.08940887451172,98.47779846191406,126.30315399169922,-43.11570739746094,93.56660461425781,130.16860961914062,-35.54350662231445,111.81576538085938,138.8389434814453,-31.647388458251953,10.896756172180176,123.78624725341797,59.48180389404297,6.775135040283203,113.23971557617188,78.58210754394531,8.550756454467773,130.36741638183594,49.918853759765625,9.548117637634277,92.79664611816406,65.73110961914062,15.59131908416748,90.96013641357422,70.4231185913086,14.371438026428223,98.04907989501953,61.83311080932617,71.2825698852539,101.99942016601562,-47.74201965332031,74.70989990234375,107.17967224121094,-58.87480926513672,65.65969848632812,97.81672668457031,-58.35059356689453,-76.9935302734375,112.95794677734375,-52.60563278198242,-78.23595428466797,129.05029296875,-40.658748626708984,-78.51973724365234,114.249755859375,-39.14102554321289,-75.45002746582031,144.87599182128906,-120.26404571533203,-78.68309783935547,130.4680633544922,-123.87065124511719,-64.36207580566406,140.41436767578125,-121.57257080078125,17.58223533630371,78.1521224975586,74.11788940429688,16.63581085205078,83.06046295166016,83.55484008789062,8.0540132522583,85.53126525878906,66.90220642089844,47.783668518066406,160.21656799316406,108.8076400756836,40.51224899291992,169.1043243408203,109.24112701416016,37.76974105834961,173.21592712402344,96.35525512695312,72.3440933227539,90.07201385498047,33.28782653808594,80.39361572265625,88.2696304321289,18.09874725341797,68.18559265136719,81.60102844238281,10.142348289489746,-63.88471603393555,62.78648376464844,-63.781124114990234,-79.4499740600586,65.2092514038086,-64.36800384521484,-67.39334106445312,54.45938491821289,-55.6345329284668,-16.99392318725586,47.64375686645508,56.20169448852539,-33.515708923339844,39.60160446166992,55.76771545410156,-39.92977523803711,50.29581069946289,42.753562927246094,16.99776840209961,80.79126739501953,108.3308334350586,23.621912002563477,80.17321014404297,114.97660064697266,19.272356033325195,86.45486450195312,110.18218231201172,114.67131805419922,137.6589813232422,-51.00498580932617,107.6883544921875,166.2583465576172,-44.956886291503906,112.33380889892578,170.7231903076172,-41.53535079956055,6.624797821044922,181.0091094970703,-133.30250549316406,10.525835990905762,198.3969268798828,-107.82740783691406,4.765940189361572,180.7830047607422,-123.43202209472656,-61.8090934753418,176.63528442382812,-117.1838150024414,-66.9940185546875,169.7738037109375,-120.98571014404297,-71.91165161132812,176.88746643066406,-109.10394287109375,-30.72266960144043,134.19859313964844,-160.24891662597656,-23.829265594482422,120.4374008178711,-162.53976440429688,-34.99504089355469,120.96421813964844,-158.80532836914062,73.24378967285156,166.6791229248047,-98.1771240234375,83.93220520019531,174.4275665283203,-83.07418060302734,73.94107818603516,170.80966186523438,-101.73506927490234,65.62059020996094,63.950496673583984,49.64569854736328,56.26533889770508,66.90526580810547,43.26500701904297,77.83523559570312,67.7945327758789,56.129547119140625,94.87613677978516,141.7064666748047,-100.08727264404297,85.60317993164062,128.4259796142578,-109.10617065429688,98.99040985107422,122.96404266357422,-97.53905487060547,-70.87261199951172,165.0805206298828,-113.56341552734375,-59.13572311401367,151.50189208984375,-130.89065551757812,-63.53077697753906,166.83163452148438,-121.49254608154297,78.11871337890625,106.90360260009766,93.2427749633789,72.63259887695312,110.5406723022461,103.56475830078125,57.92612075805664,109.09129333496094,99.45925903320312,29.717878341674805,62.10672378540039,119.39793395996094,35.46806716918945,76.2591552734375,127.6224365234375,20.23203468322754,75.1193618774414,125.44064331054688,-8.610063552856445,89.58917236328125,-73.47216033935547,-12.286076545715332,88.44322967529297,-62.5181884765625,-10.31476879119873,105.75862884521484,-60.37479019165039,34.600868225097656,57.157718658447266,40.95732116699219,40.151641845703125,62.84609603881836,35.394161224365234,48.94224166870117,63.07290267944336,28.24125099182129,-29.245241165161133,96.58519744873047,-157.25657653808594,-32.98930358886719,86.00239562988281,-151.31246948242188,-45.41727828979492,92.6880111694336,-152.01605224609375,-81.44082641601562,112.8498306274414,76.50524139404297,-90.94963073730469,122.15718841552734,68.12867736816406,-92.43448638916016,113.0585708618164,81.52184295654297,-63.696929931640625,94.41292572021484,37.442535400390625,-47.3745231628418,96.6962661743164,26.040691375732422,-66.28626251220703,87.40576934814453,31.151880264282227,-38.3462028503418,102.12129211425781,122.5509262084961,-35.307010650634766,105.86279296875,111.61933898925781,-28.86153221130371,101.85397338867188,117.7548828125,37.07941436767578,89.01306915283203,22.47262954711914,41.33645248413086,79.36151123046875,29.760957717895508,45.96170425415039,68.93574523925781,30.65898895263672,97.02689361572266,100.04765319824219,64.9122314453125,104.83872985839844,96.58853149414062,63.04627227783203,98.83868408203125,107.2736587524414,71.54999542236328,51.338340759277344,180.60360717773438,-106.75235748291016,42.408973693847656,188.16964721679688,-98.5210952758789,47.46575927734375,192.9918212890625,-100.4727783203125,-60.178409576416016,108.83827209472656,101.27677154541016,-41.57102584838867,111.829345703125,97.43730926513672,-43.416221618652344,109.09600830078125,107.13135528564453,5.705564975738525,92.2613525390625,-90.4621810913086,5.167065143585205,106.34547424316406,-72.5920639038086,4.343341827392578,97.39029693603516,-93.3926010131836,53.77442932128906,91.1080551147461,-57.08574295043945,61.09979248046875,97.22631072998047,-64.88268280029297,59.687679290771484,87.2936782836914,-67.16983795166016,92.13610076904297,118.15776062011719,-39.700321197509766,85.43333435058594,133.4822540283203,-22.121015548706055,100.09483337402344,121.03052520751953,-40.61927795410156,-38.89327621459961,104.36201477050781,7.69064998626709,-37.813846588134766,89.91278839111328,-3.083904981613159,-41.19839096069336,96.3323974609375,-7.595221996307373,20.332422256469727,77.50931549072266,56.05519485473633,28.398967742919922,66.17455291748047,54.653324127197266,25.851863861083984,65.25016021728516,51.528404235839844,117.64068603515625,92.67330932617188,-3.570585012435913,117.30237579345703,97.70790100097656,-5.445785999298096,116.22711181640625,94.32284545898438,-20.23102569580078,89.47885131835938,210.3253173828125,-22.21787452697754,99.52590942382812,194.60939025878906,-25.01068687438965,99.77519226074219,197.41831970214844,-19.671186447143555,-12.812439918518066,92.77530670166016,44.563907623291016,-13.412092208862305,93.38858795166016,49.883426666259766,-14.25680923461914,79.00817108154297,55.940616607666016,-104.83872985839844,96.58853149414062,63.04627227783203,-97.02689361572266,100.04765319824219,64.9122314453125,-98.83868408203125,107.2736587524414,71.54999542236328,36.69758987426758,112.90925598144531,53.33763885498047,26.569578170776367,118.9219741821289,53.071388244628906,26.566923141479492,116.53075408935547,68.920166015625,100.47752380371094,124.85690307617188,78.39434051513672,86.94784545898438,121.57780456542969,92.52191925048828,90.24577331542969,133.71788024902344,81.64483642578125,54.30827331542969,106.11568450927734,59.044410705566406,49.20328140258789,110.28435516357422,51.05615997314453,51.483543395996094,101.33689880371094,36.075401306152344,7.552223205566406,203.6851348876953,-90.15007019042969,9.762325286865234,207.6708221435547,-79.01626586914062,6.173119068145752,197.8087615966797,-79.06887817382812,-74.73419952392578,145.89671325683594,-19.81669044494629,-84.37139892578125,140.94606018066406,-21.392925262451172,-91.76954650878906,126.93495178222656,-34.67723083496094,28.935298919677734,118.93787384033203,41.838775634765625,23.835025787353516,130.5120391845703,45.62351608276367,20.9766845703125,128.41920471191406,36.137939453125,11.33903694152832,126.00152587890625,76.55150604248047,7.0486369132995605,129.2110595703125,81.10828399658203,16.36561393737793,123.2048568725586,77.92497253417969,11.089255332946777,105.98408508300781,-116.12649536132812,11.96308708190918,97.62834930419922,-110.46517181396484,14.078363418579102,104.3967056274414,-124.69081115722656,-23.186931610107422,205.70693969726562,-109.77627563476562,-13.335100173950195,187.6581268310547,-131.8433074951172,-31.665109634399414,196.66348266601562,-117.9343490600586,-39.039188385009766,199.448974609375,-99.37568664550781,-43.30820083618164,185.2101287841797,-119.60503387451172,-44.90717697143555,185.3119659423828,-109.6314697265625,-75.2609634399414,205.02981567382812,-25.899852752685547,-61.95008087158203,218.2574462890625,-17.678518295288086,-78.78041076660156,207.8756561279297,-31.35456657409668,-16.658748626708984,225.0550994873047,16.650848388671875,-11.746207237243652,228.9446563720703,23.881061553955078,-11.516687393188477,211.3396453857422,6.821523189544678,9.79175090789795,154.55453491210938,38.202877044677734,8.09328842163086,173.87265014648438,20.85844612121582,11.555463790893555,187.8446044921875,24.421350479125977,-44.69648361206055,84.47843170166016,-77.72644805908203,-51.27027130126953,84.21466064453125,-64.14999389648438,-34.96034240722656,83.38543701171875,-69.09227752685547,-30.28169822692871,190.007080078125,93.85726165771484,-39.88687515258789,197.6708221435547,79.81995391845703,-36.95657730102539,184.23985290527344,92.2562026977539,55.70564651489258,61.87169647216797,30.428089141845703,59.2722282409668,67.79633331298828,31.839191436767578,52.49592590332031,63.69453048706055,30.80255126953125,-25.554874420166016,67.21139526367188,26.224674224853516,-22.99356460571289,66.10958862304688,40.12897491455078,-24.76397705078125,81.89755249023438,28.87290382385254,-12.909683227539062,45.756988525390625,75.32939910888672,-5.746939182281494,62.38394546508789,78.55065155029297,-16.545085906982422,48.00584030151367,82.04385375976562,-1.8027750253677368,104.33619689941406,85.72119140625,-3.1024138927459717,93.47528076171875,80.66921997070312,-0.8395789861679077,108.7529296875,74.76873779296875,39.06525802612305,78.2355728149414,96.05516815185547,46.71561050415039,80.63523864746094,91.57731628417969,55.69919967651367,73.70419311523438,84.32147216796875,68.55704498291016,132.4423065185547,-59.80177688598633,77.36447143554688,118.9446029663086,-51.81541061401367,75.52547454833984,138.57290649414062,-41.036624908447266,-80.36381530761719,102.5179672241211,64.45372009277344,-74.6275405883789,106.905029296875,76.4304428100586,-58.421470642089844,107.7703628540039,68.70872497558594,-38.91932678222656,218.83294677734375,59.1623649597168,-28.05832862854004,228.00987243652344,58.753273010253906,-44.90140151977539,223.61976623535156,52.09313201904297,31.518455505371094,55.93595504760742,47.76823806762695,34.600868225097656,57.157718658447266,40.95732116699219,39.92979431152344,50.295833587646484,42.753536224365234,-105.31962585449219,175.05191040039062,9.729116439819336,-87.16961669921875,157.6736297607422,5.125223159790039,-99.99254608154297,164.53350830078125,10.394512176513672,-64.57763671875,211.0744171142578,-42.91350555419922,-68.50029754638672,217.40602111816406,-37.66354751586914,-79.83560943603516,204.6714324951172,-42.766448974609375,-30.07382583618164,62.79534149169922,115.07292175292969,-42.17282485961914,60.96692657470703,116.45045471191406,-28.893924713134766,76.10092163085938,123.08474731445312,7.530823230743408,110.45130157470703,48.500431060791016,7.26489782333374,116.74153137207031,49.92599868774414,7.845476150512695,110.59642791748047,54.38764572143555,-6.503259181976318,226.90003967285156,-64.5916748046875,-4.033278942108154,218.7055206298828,-64.11685943603516,-9.106846809387207,222.74525451660156,-74.686767578125,27.63766860961914,57.401798248291016,81.7559585571289,23.101787567138672,61.913944244384766,82.74803924560547,26.33742904663086,62.85646438598633,77.6502914428711,110.0957260131836,109.48747253417969,66.44800567626953,115.06220245361328,107.3503189086914,53.35294723510742,114.13552856445312,116.49018859863281,54.33536148071289,36.02745056152344,57.902584075927734,54.057777404785156,27.565332412719727,60.446712493896484,53.253482818603516,34.314510345458984,56.50104904174805,49.66259002685547,64.69459533691406,64.22799682617188,88.38091278076172,42.776451110839844,74.05455017089844,97.95922088623047,61.64518737792969,67.21873474121094,81.24100494384766,73.80087280273438,205.7476348876953,-28.160648345947266,87.5092544555664,209.30038452148438,-28.090087890625,95.15128326416016,196.4221649169922,-28.594457626342773,105.62263488769531,132.18910217285156,55.05916976928711,106.07733154296875,132.7441864013672,66.78670501708984,108.45623779296875,124.66425323486328,58.98916244506836,53.96205139160156,206.0378875732422,-87.4102783203125,53.53769302368164,218.6182403564453,-65.92179107666016,58.556190490722656,213.45965576171875,-73.3664321899414,26.71430778503418,93.4417724609375,48.80183792114258,27.956541061401367,92.03824615478516,59.511146545410156,50.758323669433594,80.19824981689453,67.26757049560547,-77.79077911376953,62.101409912109375,104.1387710571289,-90.57829284667969,58.404441833496094,82.56949615478516,-73.43041229248047,50.141605377197266,98.62308502197266,78.23595428466797,129.05029296875,-40.658748626708984,75.52547454833984,138.57290649414062,-41.036624908447266,77.36447143554688,118.9446029663086,-51.81541061401367,-36.28998565673828,108.69315338134766,31.121240615844727,-44.353851318359375,97.7486801147461,21.28590965270996,-39.12210464477539,97.47710418701172,16.04416847229004,13.934715270996094,211.1508331298828,-6.425910949707031,21.65665054321289,204.42562866210938,1.709233045578003,13.317804336547852,199.4113006591797,-12.53518295288086,-49.989593505859375,101.89109802246094,122.44972229003906,-37.10750961303711,90.4399185180664,127.14736938476562,-54.9383430480957,93.31929779052734,123.68753051757812,-7.720942974090576,148.19415283203125,76.26089477539062,-13.704000473022461,154.40357971191406,89.17298126220703,-5.5065717697143555,150.63519287109375,92.14756774902344,-9.421598434448242,116.88896179199219,52.61309814453125,-13.998905181884766,98.25035858154297,62.014957427978516,-7.948960781097412,111.6032943725586,55.36320114135742,-83.48008728027344,114.12071228027344,52.70700454711914,-90.94963073730469,122.15718841552734,68.12867736816406,-84.49117279052734,119.05045318603516,66.70840454101562,107.7667236328125,163.0321807861328,0.30687400698661804,107.9534912109375,185.72802734375,7.92405891418457,113.03018951416016,165.25616455078125,-4.365915775299072,-100.13143920898438,77.68961334228516,53.39665985107422,-95.68848419189453,74.51422882080078,45.65583038330078,-96.90731048583984,65.20284271240234,52.261287689208984,-86.10774993896484,189.3199005126953,-27.623268127441406,-95.2078857421875,195.11390686035156,-43.27461624145508,-93.3024673461914,178.28623962402344,-38.217254638671875,101.47461700439453,87.1323013305664,-55.3012580871582,108.84778594970703,106.6044692993164,-40.416439056396484,107.15848541259766,102.04547119140625,-51.42906188964844,12.284402847290039,121.33287048339844,79.02940368652344,6.719873905181885,126.5972900390625,84.80843353271484,9.207775115966797,124.27738189697266,75.01290893554688,-102.3018569946289,151.44842529296875,-72.18479919433594,-86.75800323486328,150.35455322265625,-73.56403350830078,-80.61892700195312,161.56134033203125,-75.9466781616211,5.3471269607543945,167.92332458496094,-144.11605834960938,8.773707389831543,152.3411407470703,-149.81129455566406,3.8248419761657715,163.33042907714844,-142.4402618408203,-62.759708404541016,115.14341735839844,24.12207794189453,-57.455543518066406,101.15031433105469,18.13412857055664,-58.187744140625,115.36410522460938,28.70962142944336,31.869129180908203,84.77998352050781,36.13584518432617,15.888259887695312,93.89778137207031,41.546775817871094,21.305273056030273,94.73152160644531,30.289724349975586,103.12785339355469,197.3555145263672,-19.51575469970703,109.9859848022461,179.2395477294922,-27.194698333740234,107.8685531616211,185.8116912841797,-31.244657516479492,-41.128143310546875,58.260292053222656,118.1192626953125,-59.77238464355469,45.852359771728516,103.93555450439453,-47.77552032470703,44.584590911865234,99.65052795410156,74.74337768554688,157.18365478515625,-107.80818939208984,81.6758041381836,161.78733825683594,-97.35974884033203,77.11060333251953,154.49679565429688,-114.60848236083984,-51.373817443847656,50.856197357177734,41.41246032714844,-41.06874084472656,50.631778717041016,46.09930419921875,-45.33082580566406,55.39805603027344,38.68320083618164,8.081817626953125,149.62213134765625,68.56387329101562,9.71181869506836,151.337890625,89.74766540527344,4.638940811157227,158.48670959472656,92.02476501464844,-34.89548110961914,61.274539947509766,76.31564331054688,-27.775646209716797,65.23485565185547,76.35352325439453,-42.56327438354492,60.76958465576172,85.7494888305664,-88.32093811035156,124.31840515136719,-46.82741165161133,-98.47779846191406,126.30315399169922,-43.11570739746094,-93.56660461425781,130.16860961914062,-35.54350662231445,-120.76424407958984,132.99452209472656,15.355175018310547,-111.96186065673828,121.99935150146484,13.143401145935059,-111.9408187866211,133.80503845214844,22.99089813232422,18.250625610351562,96.00072479248047,71.93666076660156,8.041726112365723,92.0652084350586,74.74008178710938,19.626218795776367,97.99391174316406,83.77934265136719,-73.17425537109375,92.37495422363281,-54.88140869140625,-75.02999114990234,83.66657257080078,-66.21734619140625,-92.13038635253906,100.56185913085938,-63.398658752441406,85.8730697631836,62.582557678222656,-53.84381866455078,94.08126068115234,71.8682861328125,-54.806819915771484,99.62306213378906,67.22489166259766,-49.53746032714844,65.35696411132812,172.74383544921875,97.05201721191406,67.2771224975586,156.7301483154297,97.20024871826172,57.14899444580078,170.10789489746094,99.3863296508789,48.491329193115234,67.9863052368164,-16.967021942138672,54.59039306640625,69.75845336914062,-10.187885284423828,56.33393478393555,57.288291931152344,-11.172266006469727,88.76875305175781,108.31613159179688,-87.48455047607422,82.17804718017578,102.92675018310547,-79.23486328125,65.8482666015625,110.02682495117188,-82.18113708496094,-40.710227966308594,190.45957946777344,87.36920166015625,-40.28534698486328,182.07569885253906,84.63773345947266,-39.80952453613281,195.4752655029297,71.45570373535156,-22.121784210205078,74.8049545288086,-143.8332061767578,-27.611461639404297,69.66803741455078,-130.00338745117188,-41.94747543334961,78.06858825683594,-135.4095001220703,11.374101638793945,241.24124145507812,-10.319952011108398,10.690699577331543,234.90167236328125,-21.31524085998535,9.027555465698242,235.0055694580078,-4.9157891273498535,-81.00291442871094,110.13257598876953,-37.903438568115234,-73.17425537109375,92.37495422363281,-54.88140869140625,-92.1361083984375,118.15776062011719,-39.700321197509766,-25.50942039489746,109.1279067993164,7.301971912384033,-26.518308639526367,97.93760681152344,17.277626037597656,-21.795177459716797,107.72372436523438,20.58765983581543,-30.476749420166016,63.581748962402344,54.15178680419922,-25.851869583129883,65.25015258789062,51.52840042114258,-35.7824592590332,62.96763610839844,45.245487213134766,-105.99246978759766,190.4818115234375,21.12437629699707,-106.25720977783203,185.040283203125,14.665705680847168,-107.95305633544922,185.7510986328125,7.93242883682251,-15.977240562438965,102.46483612060547,43.80656051635742,-5.85407018661499,116.31766510009766,47.69777297973633,-8.064709663391113,100.68898010253906,50.92970275878906,89.91248321533203,80.09330749511719,47.60560607910156,93.25662231445312,77.66374969482422,43.375457763671875,91.7996826171875,74.8964614868164,42.25680923461914,-60.41613006591797,79.62911224365234,66.19074249267578,-48.8922004699707,84.1640625,82.26177215576172,-45.58485412597656,85.56864166259766,76.92695617675781,112.40496826171875,105.14228057861328,-18.961593627929688,111.04113006591797,106.6667251586914,-10.64603328704834,114.17552947998047,115.24639129638672,-12.222467422485352,-52.91312026977539,65.73652648925781,35.10279846191406,-50.839324951171875,61.294857025146484,31.028596878051758,-55.64670944213867,61.18259048461914,35.01530075073242,-62.65412902832031,150.97117614746094,-131.08799743652344,-63.17676544189453,139.47315979003906,-137.768310546875,-68.85822296142578,135.59341430664062,-131.4602508544922,9.352938652038574,78.48145294189453,-88.76448059082031,14.67617416381836,79.81127166748047,-78.83108520507812,17.150733947753906,74.73219299316406,-108.12366485595703,33.0006103515625,219.48985290527344,-86.71440124511719,22.169816970825195,230.87106323242188,-71.12178802490234,35.42527770996094,224.50193786621094,-76.86638641357422,118.3827896118164,130.7242431640625,23.50640869140625,111.48310089111328,147.24960327148438,33.80244064331055,115.90451049804688,143.32968139648438,34.92689895629883,90.95729064941406,118.25968933105469,-64.04737091064453,98.47779846191406,126.30315399169922,-43.11570739746094,104.73397827148438,128.91259765625,-55.69329833984375,10.594959259033203,164.16590881347656,-72.15296936035156,12.389904022216797,144.65264892578125,-94.3456802368164,8.700702667236328,161.93362426757812,-92.44546508789062,-25.924325942993164,142.1223907470703,49.20372009277344,-16.11335563659668,140.64524841308594,39.79629135131836,-26.48509979248047,132.79833984375,45.86899948120117,-74.41520690917969,99.56770324707031,-127.14370727539062,-65.01780700683594,95.86936950683594,-139.59750366210938,-59.215919494628906,109.4822769165039,-141.02847290039062,13.350048065185547,103.95706176757812,49.81905746459961,8.504049301147461,94.55055236816406,50.873470306396484,13.846769332885742,99.87309265136719,46.8145637512207,53.95167922973633,88.39627075195312,-55.222103118896484,44.475318908691406,88.39031982421875,-49.99782943725586,50.96430969238281,81.34053039550781,-62.99815368652344,-34.60087203979492,57.15771484375,40.95732116699219,-46.1143798828125,50.80244827270508,38.19890213012695,-46.379364013671875,57.87848663330078,32.66938018798828,67.5833740234375,207.8456573486328,-47.340049743652344,57.91518020629883,226.7030487060547,-40.520591735839844,69.72654724121094,218.74415588378906,-40.347293853759766,-17.600698471069336,67.62425994873047,95.88719940185547,-20.289098739624023,65.95262145996094,91.8391342163086,-15.621501922607422,67.4022216796875,91.73607635498047,120.76424407958984,132.99452209472656,15.355175018310547,111.96186065673828,121.99935150146484,13.143401145935059,117.01122283935547,118.74075317382812,4.423998832702637,-69.466552734375,175.34317016601562,-107.98979949951172,-63.53077697753906,166.83163452148438,-121.49254608154297,-66.66967010498047,183.6061248779297,-102.89964294433594,-62.45002746582031,219.61737060546875,21.67955780029297,-59.95848083496094,213.79086303710938,29.182947158813477,-59.91688919067383,228.27870178222656,23.10633087158203,100.06722259521484,85.9239730834961,-44.80461120605469,101.47461700439453,87.1323013305664,-55.3012580871582,95.29938507080078,77.4564208984375,-52.568634033203125,4.450394153594971,198.2959747314453,-50.235206604003906,3.9623420238494873,202.1541748046875,-27.775331497192383,3.6774730682373047,220.5534210205078,-39.646812438964844,-26.622528076171875,62.78937530517578,55.66861343383789,-20.32124137878418,62.39634323120117,66.96994018554688,-24.98527717590332,55.401981353759766,65.44989776611328,12.746052742004395,190.08436584472656,-37.0567512512207,13.505044937133789,186.78146362304688,-36.23402404785156,12.237104415893555,178.1273651123047,-55.8189582824707,-94.50240325927734,119.73835754394531,68.88925170898438,-98.83868408203125,107.2736587524414,71.54999542236328,-85.38481140136719,115.54777526855469,61.63138198852539,77.34558868408203,223.2633514404297,-21.317096710205078,79.51177215576172,224.67471313476562,-16.0976505279541,91.25017547607422,213.4538116455078,-21.236194610595703,111.80233001708984,181.7301025390625,-2.119976043701172,115.09844970703125,161.51914978027344,-22.103656768798828,115.82522583007812,153.90391540527344,-24.126981735229492,-48.46811294555664,90.10746002197266,-23.014568328857422,-43.4185905456543,86.03067016601562,-32.6182746887207,-40.41743850708008,84.90958404541016,-23.944902420043945,-1.496899962425232,117.06224822998047,0.7844240069389343,8.968637466430664,123.56295776367188,3.3631489276885986,18.29130744934082,112.40229797363281,-0.2280229926109314,89.27560424804688,116.6982421875,-83.57420349121094,96.87529754638672,123.0238037109375,-83.50827026367188,97.26398468017578,107.26725769042969,-91.2532730102539,8.976302146911621,197.3277130126953,-15.172176361083984,22.164169311523438,201.2408905029297,5.061738014221191,10.771169662475586,211.57693481445312,-5.688979148864746,28.468706130981445,50.9890251159668,82.35221099853516,35.315486907958984,46.33019256591797,81.44606018066406,22.44086265563965,44.57735824584961,78.41805267333984,13.350048065185547,103.95706176757812,49.81905746459961,8.406542778015137,105.77738952636719,55.79048538208008,8.504049301147461,94.55055236816406,50.873470306396484,-82.29164123535156,116.67100524902344,-31.204448699951172,-79.98441314697266,112.3026123046875,-52.648597717285156,-81.00291442871094,110.13257598876953,-37.903438568115234,4.8056511878967285,192.0841827392578,64.39810943603516,6.368284225463867,198.858642578125,76.3848648071289,4.854423999786377,206.6722412109375,69.75536346435547,-105.04985046386719,155.41929626464844,2.2090699672698975,-89.98236846923828,149.7656707763672,-1.011775016784668,-107.10513305664062,147.1441650390625,-8.04634952545166,8.257092475891113,87.88272857666016,70.6263427734375,8.437960624694824,85.93203735351562,76.59771728515625,8.0540132522583,85.53126525878906,66.90220642089844,-29.189666748046875,59.25133514404297,81.93435668945312,-24.347837448120117,60.36962890625,78.13209533691406,-26.854827880859375,64.45928192138672,79.57673645019531,-9.518106460571289,75.31011199951172,54.85761642456055,-7.857174873352051,87.48287200927734,63.50743865966797,-4.8151140213012695,76.27093505859375,60.400794982910156,-3.3181118965148926,167.21153259277344,51.21458053588867,-7.19664192199707,158.49082946777344,42.86137771606445,-7.528894901275635,173.93775939941406,30.125093460083008,-115.54367065429688,121.70584869384766,3.8991498947143555,-114.17552947998047,115.24639129638672,-12.222467422485352,-120.85287475585938,131.1990203857422,-2.8657450675964355,48.97777557373047,141.94589233398438,-142.79800415039062,44.943763732910156,164.34951782226562,-126.09854125976562,40.34578323364258,151.19522094726562,-131.74024963378906,-14.282057762145996,188.07054138183594,92.36470031738281,-18.410892486572266,174.0994415283203,99.70849609375,-11.614209175109863,180.8092041015625,84.40416717529297,20.489336013793945,240.95986938476562,21.355300903320312,25.6407527923584,242.5631561279297,11.223958969116211,16.658748626708984,225.0550994873047,16.650848388671875,-55.76068115234375,202.9146728515625,33.98698425292969,-70.78690338134766,216.2769012451172,40.35562515258789,-52.96784591674805,214.69351196289062,49.070350646972656,-83.89588928222656,209.23291015625,-10.747550964355469,-78.66669464111328,197.50616455078125,-4.109201908111572,-86.99811553955078,193.49082946777344,-6.940621852874756,76.81587982177734,215.5557098388672,26.02326774597168,74.0353012084961,213.7129669189453,32.9393196105957,70.0745849609375,212.7349853515625,27.353574752807617,-14.053197860717773,72.88802337646484,-139.6783905029297,-22.67098617553711,67.18983459472656,-125.06367492675781,-22.121784210205078,74.8049545288086,-143.8332061767578,-73.39991760253906,167.19708251953125,-114.5911865234375,-71.91165161132812,176.88746643066406,-109.10394287109375,-66.9940185546875,169.7738037109375,-120.98571014404297,27.507099151611328,122.87779235839844,83.18376922607422,9.779365539550781,132.2764129638672,94.20172119140625,9.594961166381836,118.50386810302734,95.57975006103516,1.061540961265564,37.00780487060547,44.47195816040039,9.753936767578125,48.022518157958984,38.36918258666992,11.605127334594727,51.04874038696289,46.1859245300293,-71.28363800048828,220.36073303222656,-33.11770248413086,-69.72654724121094,218.74415588378906,-40.347293853759766,-82.29767608642578,207.51161193847656,-38.72869873046875,63.285926818847656,46.52560806274414,51.70355224609375,63.063289642333984,43.766357421875,61.29875183105469,84.34209442138672,52.06264877319336,59.00785446166992,-95.35456848144531,74.54452514648438,50.27957534790039,-86.33592987060547,69.87567138671875,42.43001937866211,-90.24346160888672,76.49369049072266,44.47050476074219,6.695957183837891,195.58580017089844,46.299869537353516,4.332347869873047,200.2541046142578,38.49823760986328,9.893028259277344,184.6689453125,36.458091735839844,70.85621643066406,213.8924102783203,17.764936447143555,86.02816772460938,210.62371826171875,2.621309995651245,71.85037231445312,201.7509765625,0.25627601146698,7.856947898864746,126.62007141113281,-70.18096923828125,5.433413982391357,179.8986053466797,-28.9405460357666,7.3188629150390625,134.6557159423828,-40.30146789550781,-19.947935104370117,233.80946350097656,-46.99045944213867,-22.169816970825195,230.87106323242188,-71.12178802490234,-26.31015396118164,231.70736694335938,-50.850547790527344,-47.41505432128906,172.85153198242188,81.9580078125,-42.32267379760742,182.79339599609375,83.67332458496094,-43.080963134765625,192.37179565429688,66.32946014404297,24.50897216796875,56.76188278198242,83.10397338867188,29.230676651000977,59.30152893066406,82.01139831542969,27.275949478149414,51.89204406738281,85.42424011230469,114.91778564453125,134.14178466796875,-12.604199409484863,107.98411560058594,145.21925354003906,-5.156867027282715,104.54413604736328,135.39593505859375,-19.331619262695312,-57.91518020629883,226.7030487060547,-40.520591735839844,-69.72654724121094,218.74415588378906,-40.347293853759766,-71.28363800048828,220.36073303222656,-33.11770248413086,-49.647727966308594,106.9946060180664,-9.26500415802002,-59.86665344238281,110.26728057861328,2.7341949939727783,-53.88462448120117,121.09320068359375,15.165303230285645,-38.566307067871094,76.0250473022461,100.90701293945312,-64.8144302368164,63.90972137451172,88.12175750732422,-61.75050735473633,67.24520111083984,80.94911193847656,-78.50639343261719,221.9943389892578,-13.581745147705078,-99.77519226074219,197.41831970214844,-19.671186447143555,-89.47885131835938,210.3253173828125,-22.21787452697754,33.196346282958984,84.26681518554688,-16.2333984375,38.2319221496582,73.4483642578125,-32.72105026245117,39.72952651977539,68.60160064697266,-25.81331443786621,7.9782538414001465,81.78240966796875,63.83597946166992,6.058532238006592,91.7467269897461,62.75597381591797,5.243916988372803,92.54347229003906,55.46831130981445,67.12297821044922,66.14277648925781,53.416297912597656,69.88273620605469,67.43998718261719,61.58849334716797,75.55953979492188,69.67642211914062,57.828887939453125,72.18305969238281,65.09041595458984,59.385169982910156,87.02926635742188,71.4610366821289,67.16026306152344,68.35521697998047,75.47464752197266,83.61801147460938,-41.636837005615234,77.70748138427734,-99.73058319091797,-31.010753631591797,70.30155944824219,-113.17948150634766,-28.92439079284668,72.1761703491211,-93.7677001953125,49.4517822265625,192.1510009765625,-98.28369140625,41.00775146484375,184.12940979003906,-96.19181060791016,55.875526428222656,182.01443481445312,-104.49349212646484,-105.31962585449219,175.05191040039062,9.729116439819336,-81.73532104492188,152.29417419433594,5.9268798828125,-87.16961669921875,157.6736297607422,5.125223159790039,-20.32124137878418,62.39634323120117,66.96994018554688,-26.622528076171875,62.78937530517578,55.66861343383789,-22.2246150970459,71.25579833984375,64.85302734375,-74.29834747314453,77.10640716552734,-66.17835998535156,-55.971778869628906,73.20565032958984,-54.47464370727539,-74.62842559814453,90.13960266113281,-53.641353607177734,-26.684541702270508,61.53421401977539,55.37407684326172,-30.476749420166016,63.581748962402344,54.15178680419922,-27.428430557250977,59.26464080810547,53.892555236816406,-7.685923099517822,106.6725082397461,65.6501235961914,-12.304590225219727,109.84839630126953,62.906978607177734,-14.304707527160645,99.92227172851562,67.1734848022461,-8.610063552856445,89.58917236328125,-73.47216033935547,-9.352938652038574,78.48145294189453,-88.76448059082031,-12.286076545715332,88.44322967529297,-62.5181884765625,-103.4900894165039,131.82223510742188,-94.60102844238281,-100.56529235839844,124.53219604492188,-100.30878448486328,-101.14253997802734,102.73089599609375,-97.0608139038086,-5.135931015014648,179.36680603027344,46.89777374267578,-3.3181118965148926,167.21153259277344,51.21458053588867,-7.528894901275635,173.93775939941406,30.125093460083008,-20.51275634765625,73.72063446044922,40.82139587402344,-17.163938522338867,80.10809326171875,47.17268371582031,-23.22114372253418,68.07028198242188,48.39664077758789,-4.033278942108154,218.7055206298828,-64.11685943603516,-3.6774730682373047,220.5534210205078,-39.646812438964844,-4.450394153594971,198.2959747314453,-50.23521041870117,61.64518737792969,67.21873474121094,81.24100494384766,55.69919967651367,73.70419311523438,84.32147216796875,65.62458038330078,71.54913330078125,74.5950698852539,-38.89327621459961,104.36201477050781,7.69064998626709,-41.19839096069336,96.3323974609375,-7.595221996307373,-46.608985900878906,103.69267272949219,-1.6623239517211914,53.90544891357422,79.78199005126953,5.587244033813477,44.335514068603516,97.75899505615234,21.289958953857422,46.936676025390625,77.50715637207031,2.4420289993286133,-41.38540267944336,218.91766357421875,38.462646484375,-36.97295379638672,227.11228942871094,36.805511474609375,-34.31370162963867,225.4955596923828,42.69677734375,53.26066970825195,130.64349365234375,-144.56504821777344,43.51415252685547,134.26495361328125,-151.27008056640625,35.63838195800781,122.80725860595703,-155.12074279785156,90.05592346191406,98.27914428710938,-112.54249572753906,90.82937622070312,93.89850616455078,-102.6877670288086,98.7575454711914,106.1900405883789,-98.90673828125,-49.58972930908203,204.88665771484375,38.57624053955078,-45.469120025634766,219.54458618164062,51.32847213745117,-52.76539611816406,210.58558654785156,48.80812072753906,-16.906951904296875,58.67795181274414,51.25940704345703,-7.195792198181152,68.26500701904297,56.995697021484375,-16.99392318725586,47.64375686645508,56.20169448852539,-21.221660614013672,124.31938171386719,84.88858032226562,-13.760120391845703,115.97196197509766,93.23601531982422,-36.26687240600586,121.18064880371094,73.76583099365234,-50.167076110839844,92.76473999023438,-43.51280975341797,-63.56945037841797,93.35047149658203,-48.086082458496094,-53.95167922973633,88.39627075195312,-55.22210693359375,-23.671707153320312,96.4994888305664,119.40586853027344,-17.9171199798584,97.18345642089844,112.10420989990234,-20.959596633911133,84.46271514892578,121.14619445800781,-25.562623977661133,79.27933502197266,-82.47020721435547,-41.47076416015625,83.25823974609375,-86.25810241699219,-44.69648361206055,84.47843170166016,-77.72644805908203,47.774723052978516,188.3111572265625,92.5909652709961,43.556610107421875,189.93173217773438,86.41558837890625,47.13594436645508,199.7230987548828,76.5035171508789,21.325546264648438,190.47015380859375,76.13337707519531,22.754764556884766,179.36851501464844,71.2583236694336,13.912894248962402,176.8645782470703,71.05450439453125,-10.855765342712402,124.5230712890625,-11.84855842590332,-12.705788612365723,112.39704895019531,-7.784809112548828,-15.597996711730957,125.62800598144531,-1.3553709983825684,42.271297454833984,86.2586898803711,79.41702270507812,49.396080017089844,84.59066772460938,68.87388610839844,40.39837646484375,92.33744049072266,76.26426696777344,-4.357137203216553,115.03036499023438,16.602008819580078,-2.337671995162964,111.4687728881836,26.749155044555664,-0.6856269836425781,110.33252716064453,24.070674896240234,-5.228446006774902,129.67434692382812,112.73015594482422,-6.2337422370910645,133.7738037109375,108.92826080322266,1.7623670101165771,122.33008575439453,100.54651641845703,65.44947052001953,129.9379425048828,-68.06372833251953,73.09749603271484,131.77874755859375,-57.8639030456543,66.97449493408203,134.724853515625,-70.42974090576172,-8.14526653289795,91.99105834960938,74.57328033447266,-13.30251693725586,94.60295867919922,83.86132049560547,-8.01767635345459,88.93296813964844,78.69267272949219,-24.7501277923584,119.46434783935547,58.419288635253906,-24.487201690673828,120.5811538696289,42.77215576171875,-35.70328903198242,113.40584564208984,52.603816986083984,51.952850341796875,81.02393341064453,122.87208557128906,51.25913619995117,95.18782043457031,124.24794006347656,59.83930206298828,90.06108093261719,120.2827377319336,-8.14526653289795,91.99105834960938,74.57328033447266,-6.061941146850586,91.77745819091797,62.747798919677734,-9.907855987548828,95.11032104492188,67.18955993652344,8.534578323364258,195.44351196289062,-58.180538177490234,6.937503814697266,218.30923461914062,-61.52473449707031,6.593769073486328,207.94781494140625,-21.513412475585938,5.886478900909424,130.84225463867188,54.41318893432617,11.185354232788086,116.82197570800781,77.8375473022461,20.200687408447266,116.62255859375,75.7557144165039,-12.892704963684082,155.08807373046875,60.96210861206055,-6.418006896972656,174.4665069580078,69.68590545654297,-11.992557525634766,177.09213256835938,74.42247772216797,54.26707458496094,105.36229705810547,42.040367126464844,56.26543045043945,107.70702362060547,56.18637466430664,62.6068000793457,99.22582244873047,43.53226089477539,74.78302764892578,69.88915252685547,69.61304473876953,67.78953552246094,74.59857940673828,81.80528259277344,86.97299194335938,78.294189453125,80.8378677368164,25.224149703979492,195.82159423828125,-116.63540649414062,23.15848159790039,208.9600067138672,-99.94013977050781,17.835437774658203,203.01600646972656,-107.76273345947266,11.357821464538574,217.05514526367188,60.11138153076172,14.701135635375977,214.75672912597656,69.96243286132812,8.517269134521484,209.8642120361328,68.77073669433594,95.1350326538086,76.91316223144531,-66.38192749023438,103.7219467163086,85.48719024658203,-57.24451446533203,85.8730697631836,62.582557678222656,-53.84381866455078,-7.941336154937744,87.9136734008789,68.76171112060547,-6.586881160736084,70.04849243164062,69.8642578125,-7.29968786239624,79.4100112915039,87.74134063720703,64.57763671875,211.0744171142578,-42.91350555419922,79.83560943603516,204.6714324951172,-42.766448974609375,68.50029754638672,217.40602111816406,-37.66354751586914,-65.69013214111328,66.36209106445312,92.35769653320312,-47.425636291503906,74.67633056640625,108.91557312011719,-51.3701286315918,68.45838928222656,97.89556121826172,-45.613441467285156,109.07679748535156,29.406583786010742,-54.65556716918945,117.25647735595703,35.67954635620117,-43.28271484375,114.75399780273438,40.95001983642578,23.015764236450195,99.3989028930664,-39.745460510253906,13.310965538024902,90.4868392944336,-55.269832611083984,30.090913772583008,87.76387023925781,-51.27075958251953,-106.65400695800781,82.92598724365234,9.066129684448242,-106.8315200805664,85.65208435058594,23.245874404907227,-109.74421691894531,90.13224029541016,21.7950439453125,-95.68848419189453,74.51422882080078,45.65583038330078,-95.15277099609375,81.87715148925781,47.91017532348633,-94.5400161743164,77.48673248291016,44.9108772277832,92.63578796386719,87.6348648071289,54.61672592163086,92.01126861572266,80.76425170898438,54.474266052246094,92.51820373535156,86.82821655273438,59.1920280456543,87.8366470336914,160.1035614013672,49.66246795654297,100.535888671875,156.31590270996094,49.32023239135742,93.6555404663086,153.99806213378906,39.9434700012207,9.28127670288086,123.01805114746094,-93.0179214477539,9.68741226196289,123.25047302246094,-108.83927917480469,12.389904022216797,144.65264892578125,-94.3456802368164,-56.26533889770508,66.90526580810547,43.265010833740234,-77.8352279663086,67.7945327758789,56.129539489746094,-68.19602966308594,70.34598541259766,52.9902458190918,99.99254608154297,164.53350830078125,10.394513130187988,105.31962585449219,175.05191040039062,9.729116439819336,106.92056274414062,170.08587646484375,16.679201126098633,98.43196868896484,208.46200561523438,16.23345375061035,106.30438232421875,201.32394409179688,13.999326705932617,99.77117919921875,209.30746459960938,7.199182033538818,-17.359411239624023,62.34787368774414,93.57377624511719,-20.289098739624023,65.95262145996094,91.8391342163086,-17.600698471069336,67.62425994873047,95.88719940185547,-102.82996368408203,99.13737487792969,61.73196792602539,-107.49042510986328,103.91371154785156,61.58452606201172,-101.97818756103516,110.59498596191406,69.66806030273438,-74.40422058105469,175.48703002929688,72.11038970947266,-81.47518920898438,174.8604278564453,61.91668701171875,-74.11593627929688,169.54600524902344,63.66252517700195,-8.254520416259766,110.69634246826172,-73.05060577392578,-10.330761909484863,110.68244934082031,-110.07315826416016,-7.203218936920166,99.0231704711914,-89.03534698486328,-58.5228157043457,96.09465789794922,-16.042362213134766,-46.608985900878906,103.69267272949219,-1.6623239517211914,-51.42006301879883,94.42030334472656,-20.60515594482422,-25.401548385620117,190.36416625976562,91.75225830078125,-15.452858924865723,184.51205444335938,91.16384887695312,-25.843074798583984,182.9451141357422,100.82637023925781,22.3148250579834,96.3585433959961,127.93966674804688,12.438737869262695,97.9658203125,123.68509674072266,8.380059242248535,85.90660095214844,123.875,-9.070321083068848,180.5233154296875,-52.73122787475586,-6.704352855682373,192.55970764160156,-41.19044494628906,-10.657565116882324,189.61106872558594,-33.444679260253906,56.55425262451172,68.7800064086914,39.30693817138672,65.20045471191406,71.08165740966797,47.63978576660156,71.70513153076172,66.8367919921875,50.20970153808594,-74.29834747314453,77.10640716552734,-66.17835998535156,-52.42438888549805,64.57728576660156,-56.59184265136719,-55.971778869628906,73.20565032958984,-54.47464370727539,-55.70761489868164,57.802085876464844,-44.74261474609375,-55.80699157714844,54.68778610229492,-20.18878173828125,-47.06747055053711,58.39818572998047,-32.458927154541016,-22.775503158569336,89.46702575683594,86.10848236083984,-19.24588966369629,94.94271087646484,82.92013549804688,-18.965625762939453,86.69744110107422,87.0703125,35.40854263305664,156.90394592285156,122.21293640136719,33.884246826171875,169.10073852539062,112.42407989501953,40.51224899291992,169.1043243408203,109.24112701416016,-74.38147735595703,77.70703887939453,74.38894653320312,-87.0270767211914,71.4593276977539,67.15596008300781,-81.74352264404297,86.28052520751953,90.85260009765625,-60.01958084106445,110.84180450439453,-144.70028686523438,-69.44327545166016,94.38056945800781,-139.2886199951172,-73.55928802490234,99.89402770996094,-132.47406005859375,-102.8910903930664,121.47589111328125,8.732648849487305,-113.51111602783203,106.9464111328125,-7.754847049713135,-111.58329010009766,116.97539520263672,9.473437309265137,39.06525802612305,78.2355728149414,96.05516815185547,26.706750869750977,83.31192016601562,95.7621841430664,31.93286895751953,88.08216857910156,97.54632568359375,52.42438888549805,64.57728576660156,-56.59184265136719,63.88471603393555,62.78648376464844,-63.781124114990234,74.29834747314453,77.10640716552734,-66.17835998535156,40.834556579589844,90.08661651611328,-3.5428659915924072,42.26371765136719,99.61237335205078,3.5172770023345947,41.10348892211914,95.61393737792969,7.563500881195068,-11.742420196533203,229.8568572998047,39.8819465637207,-12.632267951965332,218.35781860351562,45.18227767944336,-6.812516212463379,206.05284118652344,44.71659469604492,62.6068000793457,99.22582244873047,43.53226089477539,63.1046257019043,106.01251983642578,61.37290573120117,73.33574676513672,98.51850128173828,47.934242248535156,62.478553771972656,196.54940795898438,-87.54120635986328,81.57294464111328,179.55758666992188,-75.83898162841797,77.34978485107422,180.26515197753906,-69.7740478515625,62.40571594238281,75.63826751708984,-1.1686580181121826,50.938995361328125,68.16825866699219,-9.415324211120605,56.84651565551758,69.63468170166016,-5.615135192871094,106.6257553100586,170.89193725585938,21.024137496948242,107.65144348144531,175.19203186035156,30.937593460083008,105.98800659179688,190.5273895263672,21.064218521118164,-94.32062530517578,150.15277099609375,-96.32503509521484,-94.87612915039062,141.7064666748047,-100.08727264404297,-81.8855209350586,149.8583984375,-112.22164154052734,105.68888854980469,124.9327392578125,66.68745422363281,101.32579803466797,123.6048583984375,69.70572662353516,104.45832824707031,109.69627380371094,71.24612426757812,93.5919418334961,130.51177978515625,-82.4119644165039,100.19509887695312,138.42828369140625,-85.22396087646484,97.85459899902344,128.40267944335938,-72.72510528564453,-22.039775848388672,238.56655883789062,-6.040243148803711,-33.42397689819336,243.4444580078125,-2.3765709400177,-38.275123596191406,239.38136291503906,-10.175469398498535,95.48213958740234,148.8217315673828,-80.85206604003906,88.09558868408203,156.93272399902344,-82.07661437988281,97.57308959960938,150.44284057617188,-88.99452209472656,-4.805659770965576,192.08419799804688,64.39812469482422,-9.893028259277344,184.6689453125,36.45808410644531,-6.695957183837891,195.58580017089844,46.299861907958984,-59.212127685546875,222.3208770751953,22.44000816345215,-55.25831985473633,226.1945343017578,7.293327808380127,-52.86638641357422,232.04104614257812,21.298059463500977,-25.83421516418457,83.80685424804688,34.31666946411133,-23.422733306884766,78.66203308105469,38.352317810058594,-20.13892364501953,84.8897933959961,43.248661041259766,-4.85443115234375,206.67222595214844,69.7553939819336,-8.612277030944824,218.7423095703125,64.13249969482422,-11.504301071166992,210.2930908203125,78.73275756835938,99.18865966796875,133.9736785888672,-71.22870635986328,100.90045166015625,153.86277770996094,-76.06465148925781,109.48906707763672,146.12669372558594,-70.60244750976562,-17.795238494873047,83.6577377319336,84.10771179199219,-24.823169708251953,84.44996643066406,99.22997283935547,-26.0590877532959,82.37195587158203,107.0784912109375,24.7470645904541,197.1362762451172,-3.581001043319702,16.827556610107422,189.66082763671875,-17.258710861206055,17.497638702392578,192.91038513183594,-21.618141174316406,8.38609504699707,80.09962463378906,117.34588623046875,11.509316444396973,71.53583526611328,109.70088958740234,5.696825981140137,86.73687744140625,114.012451171875,24.07889175415039,74.26200103759766,62.95587158203125,24.24250030517578,71.77436065673828,44.74553298950195,19.930343627929688,80.93365478515625,49.7856330871582,87.59986877441406,131.89892578125,-80.9364242553711,71.97700500488281,123.9697036743164,-78.05815124511719,97.80445098876953,123.08521270751953,-80.57801818847656,27.461992263793945,71.89840698242188,-119.59921264648438,29.124095916748047,75.0539321899414,-94.38389587402344,37.661041259765625,77.5915756225586,-109.86477661132812,66.66967010498047,183.6061248779297,-102.89964294433594,55.673614501953125,173.78323364257812,-115.96595764160156,55.11439514160156,165.72386169433594,-126.71294403076172,8.612298965454102,218.7423553466797,64.13243103027344,11.50407600402832,210.29315185546875,78.73253631591797,14.62428092956543,224.58448791503906,61.80965805053711,-84.49117279052734,119.05045318603516,66.70840454101562,-80.71440887451172,113.89667510986328,69.0255355834961,-83.48008728027344,114.12071228027344,52.70700454711914,-59.450645446777344,84.58744812011719,7.3612871170043945,-54.36990737915039,99.07878112792969,20.5260066986084,-54.0855712890625,91.805419921875,21.80030632019043,3.8248419761657715,163.33042907714844,-142.4402618408203,3.3564820289611816,160.69662475585938,-135.62762451171875,3.364320993423462,165.38023376464844,-125.77584838867188,-69.0175552368164,72.95279693603516,68.5576171875,-83.64634704589844,68.39762115478516,65.4888916015625,-62.61098098754883,68.5387191772461,52.050716400146484,-46.68898010253906,65.15633392333984,33.695457458496094,-36.7456169128418,58.3067512512207,42.84568786621094,-34.8836669921875,59.48269271850586,47.97623825073242,-15.894845962524414,71.01915740966797,-109.98722076416016,-15.002077102661133,77.67839813232422,-75.55188751220703,-20.68851089477539,77.37897491455078,-90.05858612060547,-56.73462677001953,90.37765502929688,-107.72077178955078,-58.071083068847656,83.7033920288086,-73.45095825195312,-50.038997650146484,89.3451156616211,-95.73491668701172,-79.97964477539062,190.74716186523438,75.17495727539062,-69.16417694091797,207.26071166992188,71.953125,-76.40599822998047,207.06459045410156,63.76720428466797,67.72858428955078,148.0572509765625,-117.89497375488281,70.77445983886719,152.7397918701172,-111.68082427978516,59.13572311401367,151.50189208984375,-130.89065551757812,-36.02745056152344,57.902584075927734,54.05778121948242,-28.13646125793457,58.30641555786133,65.6976547241211,-35.89345932006836,60.776390075683594,70.66106414794922,18.005393981933594,87.81790924072266,68.77515411376953,18.74268341064453,83.82295227050781,80.17762756347656,7.262628078460693,88.90000915527344,75.33949279785156,-113.37303924560547,145.5599365234375,-64.20014190673828,-113.4150619506836,130.6855926513672,-48.4879150390625,-114.67131805419922,137.6589813232422,-51.00498580932617,-72.29606628417969,101.3550033569336,-66.93290710449219,-76.93576049804688,106.04711151123047,-65.86906433105469,-69.65823364257812,113.73649597167969,-82.45230865478516,96.87529754638672,123.0238037109375,-83.50827026367188,72.22928619384766,124.85443115234375,-81.18547058105469,91.56725311279297,135.49285888671875,-84.8985595703125,-91.04193878173828,161.3468780517578,56.06117630004883,-81.47518920898438,174.8604278564453,61.91668701171875,-95.27383422851562,165.4580841064453,56.417606353759766,-48.55514144897461,84.09858703613281,97.66803741455078,-55.432281494140625,91.24481964111328,104.12437438964844,-69.94977569580078,88.1605224609375,99.08924865722656,2.0065970420837402,53.89289093017578,52.99321365356445,10.504871368408203,73.75746154785156,46.92768478393555,-12.891809463500977,54.507205963134766,53.20741653442383,-27.580129623413086,82.60094451904297,112.08518981933594,-26.40553092956543,76.62800598144531,98.82511138916016,-34.61726760864258,76.07833099365234,108.5406265258789,9.760208129882812,226.99610900878906,-61.395023345947266,18.85792350769043,227.53005981445312,-73.83395385742188,15.036005973815918,229.62327575683594,-62.5589485168457,-44.272186279296875,200.6680145263672,-79.94055938720703,-44.90770721435547,217.32431030273438,-66.78748321533203,-48.54453659057617,215.70541381835938,-64.86216735839844,-4.332347869873047,200.2541046142578,38.498233795166016,-4.291195869445801,211.76490783691406,26.01642417907715,-5.436232089996338,222.509033203125,34.824764251708984,80.1855697631836,182.74151611328125,75.01941680908203,69.55191040039062,184.5712432861328,84.05961608886719,74.40423583984375,175.48760986328125,72.11103057861328,43.78786087036133,183.75267028808594,89.38780975341797,48.91181182861328,164.6088104248047,91.59154510498047,43.04157638549805,179.26686096191406,71.69452667236328,-112.27730560302734,96.2067642211914,-27.33443832397461,-100.06722259521484,85.9239730834961,-44.80461120605469,-101.03472137451172,100.018310546875,-29.750274658203125,-16.08932113647461,100.00257873535156,111.74010467529297,-16.601783752441406,91.93984985351562,119.60543060302734,-12.329465866088867,99.84430694580078,103.08733367919922,-106.95654296875,79.13361358642578,-39.793304443359375,-98.95162963867188,74.74378967285156,-49.943336486816406,-100.06722259521484,85.9239730834961,-44.80461120605469,20.940711975097656,99.67132568359375,28.833635330200195,21.305273056030273,94.73152160644531,30.289724349975586,4.712179183959961,105.94206237792969,34.2668342590332,9.742996215820312,113.52336120605469,55.42354202270508,9.002031326293945,106.88442993164062,61.894561767578125,8.406542778015137,105.77738952636719,55.79048538208008,-12.891809463500977,54.507205963134766,53.20741653442383,-2.4789180755615234,87.8101806640625,40.76179122924805,-13.77932071685791,88.979736328125,40.16938781738281,-2.6392879486083984,71.37892150878906,-0.7181469798088074,-3.920077085494995,78.38748168945312,-5.43867301940918,-15.168176651000977,67.79779815673828,6.457830905914307,118.52147674560547,119.76044464111328,24.964763641357422,115.12496185302734,135.9701690673828,37.155208587646484,116.87801361083984,129.40745544433594,25.955490112304688,33.47113800048828,209.7670440673828,61.181678771972656,39.59006881713867,187.04200744628906,69.85707092285156,39.813392639160156,195.4762725830078,71.46228790283203,65.7386703491211,66.91822814941406,87.8045425415039,50.408592224121094,73.72197723388672,102.4399185180664,64.69459533691406,64.22799682617188,88.38091278076172,-88.76258850097656,108.31749725341797,-87.48284912109375,-65.8482666015625,110.02682495117188,-82.18113708496094,-82.17804718017578,102.92675018310547,-79.23486328125,-55.619503021240234,94.32665252685547,126.7906494140625,-65.56832885742188,98.4913558959961,118.02485656738281,-80.99689483642578,82.23001098632812,108.09154510498047,-5.640225887298584,95.6691665649414,83.66797637939453,-8.053018569946289,92.0399398803711,75.35184478759766,-8.354005813598633,89.99225616455078,79.54016876220703,-76.42134094238281,54.91850280761719,93.9854507446289,-80.6250991821289,65.28217315673828,97.0555191040039,-69.88006591796875,69.19269561767578,111.62461853027344,-79.88670349121094,83.2016830444336,92.3882827758789,-85.84358978271484,72.56703186035156,73.35023498535156,-74.99321746826172,76.1910400390625,78.30363464355469,-82.73817443847656,216.26123046875,29.513458251953125,-93.0793685913086,213.20608520507812,25.447921752929688,-94.02200317382812,204.89073181152344,33.3884391784668,-30.519102096557617,39.320594787597656,68.50558471679688,-36.41693878173828,44.73073196411133,79.115234375,-22.438135147094727,44.57929992675781,78.41944885253906,-93.0793685913086,213.20608520507812,25.447921752929688,-99.614990234375,209.424560546875,7.138982772827148,-98.43196868896484,208.46202087402344,16.233449935913086,-71.22409057617188,151.84722900390625,-12.11624526977539,-90.20494842529297,150.4419403076172,-10.577025413513184,-77.72036743164062,154.14688110351562,4.261682987213135,-20.73461151123047,65.01502227783203,91.32911682128906,-19.17514991760254,60.103233337402344,87.25963592529297,-17.359411239624023,62.34787368774414,93.57377624511719,-7.905665874481201,112.81517028808594,-17.164466857910156,-11.930815696716309,103.37716674804688,-28.13318634033203,-7.480226993560791,115.10200500488281,-40.80959701538086,-29.141687393188477,84.70409393310547,14.709874153137207,-25.83421516418457,83.80685424804688,34.31666946411133,-33.10357666015625,84.13166046142578,29.14680290222168,11.34062671661377,146.180419921875,17.9468936920166,8.230879783630371,151.00924682617188,5.030249118804932,8.738142013549805,155.62876892089844,26.809959411621094,-54.43436813354492,104.8736572265625,41.39039611816406,-63.0432014465332,99.22985076904297,44.05117416381836,-56.265472412109375,107.70697021484375,56.18629837036133,-57.58679962158203,62.763004302978516,27.010202407836914,-66.71570587158203,51.48402786254883,38.88704299926758,-65.28032684326172,65.86991119384766,28.3308048248291,40.01127624511719,191.04586791992188,-92.535888671875,41.19980239868164,213.5355682373047,-83.58698272705078,35.32354736328125,203.21109008789062,-97.20269012451172,14.526656150817871,71.22086334228516,45.51054382324219,2.0065970420837402,53.89289093017578,52.99321365356445,2.565524101257324,43.4007568359375,54.29513931274414,111.69969940185547,138.92471313476562,-50.20170211791992,109.10108947753906,162.6699981689453,-54.749813079833984,111.69752502441406,148.599609375,-56.285518646240234,-9.046873092651367,137.6138153076172,-12.449593544006348,-5.789793968200684,177.2923126220703,-6.844069004058838,-7.3188629150390625,134.6557159423828,-40.30146789550781,36.50033187866211,83.03340148925781,-144.6612091064453,42.24411392211914,78.1971206665039,-135.36492919921875,22.075611114501953,74.66860961914062,-143.64248657226562,39.12210464477539,97.47710418701172,16.04416847229004,31.56740379333496,112.28902435302734,25.351625442504883,37.331329345703125,100.84342193603516,11.195901870727539,-80.95284271240234,88.49547576904297,-77.74462127685547,-75.1155014038086,87.8558120727539,-69.80872344970703,-80.9364013671875,98.20829772949219,-73.66341400146484,51.37381362915039,50.85619354248047,41.41246795654297,25.35953712463379,43.74195098876953,58.69119644165039,31.3713436126709,40.2414436340332,61.744163513183594,25.224149703979492,195.82159423828125,-116.63540649414062,17.835437774658203,203.01600646972656,-107.76273345947266,11.553667068481445,182.0029296875,-133.38706970214844,64.8775863647461,191.66177368164062,-97.87543487548828,77.01473236083984,180.37371826171875,-97.54688262939453,77.6876449584961,185.43411254882812,-90.01042938232422,82.79693603515625,106.33174133300781,-38.29339599609375,70.94197082519531,96.14134216308594,-45.69535827636719,74.62842559814453,90.13960266113281,-53.641353607177734,47.752681732177734,219.7784423828125,56.63386535644531,50.9427490234375,219.32489013671875,62.10866928100586,52.96784591674805,214.69351196289062,49.070350646972656,-54.8390007019043,136.63436889648438,119.5387191772461,-46.03989791870117,141.75196838378906,123.45450592041016,-41.287147521972656,131.1534881591797,125.81600952148438,25.54395294189453,74.12358093261719,105.67863464355469,20.226303100585938,73.87518310546875,83.8262710571289,32.078765869140625,63.70263671875,79.35354614257812,46.34300231933594,86.77688598632812,46.64271926879883,50.33132553100586,81.35215759277344,38.61538314819336,35.66384506225586,89.72335815429688,36.263221740722656,23.604881286621094,127.46630859375,53.701194763183594,33.71833419799805,119.23699951171875,57.52561950683594,30.72890853881836,121.59297943115234,42.675994873046875,111.69752502441406,148.599609375,-56.285518646240234,108.76521301269531,162.1514892578125,-63.969764709472656,109.4815444946289,144.48744201660156,-66.00892639160156,-114.91778564453125,134.14178466796875,-12.604199409484863,-104.54413604736328,135.39593505859375,-19.331619262695312,-107.98411560058594,145.21925354003906,-5.156867027282715,-106.95654296875,79.13361358642578,-39.793304443359375,-116.22711181640625,94.32284545898438,-20.23102569580078,-111.580322265625,82.55152130126953,-23.574129104614258,-56.11448669433594,222.8191680908203,30.908363342285156,-59.91688919067383,228.27870178222656,23.10633087158203,-59.95848083496094,213.79086303710938,29.182947158813477,-58.78751754760742,227.242431640625,-16.08921241760254,-60.766319274902344,214.63064575195312,-18.350000381469727,-38.11515808105469,229.0428009033203,-15.345490455627441,-5.731523036956787,111.24101257324219,87.1475830078125,-22.069612503051758,110.39590454101562,96.65864562988281,-15.222311019897461,107.07725524902344,98.5206527709961,-38.57126998901367,107.73421478271484,37.806396484375,-45.73489761352539,109.75520324707031,62.447879791259766,-35.70328903198242,113.40584564208984,52.603816986083984,-27.675630569458008,72.7243881225586,72.07772827148438,-28.398874282836914,66.17446899414062,54.65324401855469,-30.476749420166016,63.581748962402344,54.15178680419922,-81.71275329589844,90.5634994506836,-106.46195983886719,-78.63105773925781,92.17940521240234,-117.97789001464844,-90.05592346191406,98.27914428710938,-112.54249572753906,-10.69070053100586,234.90167236328125,-21.31524085998535,-11.374101638793945,241.24124145507812,-10.319952011108398,-9.027555465698242,235.0055694580078,-4.9157891273498535,111.29301452636719,83.67282104492188,-6.049108982086182,111.580322265625,82.55152130126953,-23.574129104614258,103.15755462646484,74.88185119628906,-21.53298568725586,42.68058776855469,60.7149543762207,85.64834594726562,32.078765869140625,63.70263671875,79.35354614257812,47.74340057373047,57.97246551513672,75.4129409790039,95.68852996826172,148.18960571289062,38.270816802978516,87.2813491821289,157.46144104003906,52.87230682373047,93.6555404663086,153.99806213378906,39.9434700012207,-79.96604919433594,99.5076904296875,42.636390686035156,-80.39361572265625,88.2696304321289,18.09874725341797,-82.37012481689453,98.24906158447266,34.236602783203125,-16.11490821838379,176.9280548095703,108.85014343261719,-14.181791305541992,172.9020233154297,110.7615737915039,-8.981959342956543,171.7257080078125,101.44523620605469,65.51032257080078,42.02339172363281,56.60894775390625,51.41883087158203,42.65641403198242,48.91189193725586,66.7156753540039,51.484039306640625,38.887020111083984,-81.7943344116211,91.31171417236328,98.92914581298828,-91.7097396850586,91.2537841796875,84.50542449951172,-74.0129165649414,100.015869140625,103.20281982421875,-26.15845489501953,119.7763442993164,-158.9589385986328,-20.47530174255371,104.46659088134766,-156.91879272460938,-19.172313690185547,119.95561218261719,-158.61819458007812,50.84128189086914,46.964820861816406,98.60450744628906,36.81221008300781,53.440616607666016,105.41636657714844,38.75422668457031,61.123626708984375,116.4408187866211,-26.857397079467773,226.64793395996094,39.285491943359375,-15.693411827087402,216.5157470703125,43.319419860839844,-15.350930213928223,221.562255859375,60.70311737060547,-117.64068603515625,92.67330932617188,-3.570585012435913,-118.15409088134766,106.36747741699219,15.468082427978516,-118.20561218261719,109.99919128417969,29.699827194213867,-63.080665588378906,77.44622802734375,-3.5355451107025146,-63.372047424316406,69.48057556152344,-6.055531024932861,-67.9560546875,75.18342590332031,-1.0580309629440308,-13.891776084899902,91.77191162109375,72.34244537353516,-16.700960159301758,96.560546875,65.29047393798828,-11.617444038391113,92.22265625,66.49983215332031,-83.64634704589844,68.39762115478516,65.4888916015625,-69.0175552368164,72.95279693603516,68.5576171875,-85.84358978271484,72.56703186035156,73.35023498535156,75.63853454589844,100.26908874511719,63.96113204956055,81.55752563476562,90.43819427490234,49.06857681274414,89.64336395263672,96.9918212890625,69.93223571777344,38.335418701171875,106.6927719116211,14.941798210144043,46.932613372802734,105.82184600830078,4.9007158279418945,41.325260162353516,114.57554626464844,14.799253463745117,114.7887954711914,106.68826293945312,-20.81834602355957,116.90959167480469,113.70425415039062,-13.19836711883545,113.51111602783203,106.9464111328125,-7.754847049713135,-73.06314086914062,131.76016235351562,-57.93973922729492,-65.7303237915039,129.78326416015625,-67.46099090576172,-68.28044128417969,133.0777587890625,-69.34120178222656,24.422304153442383,91.19088745117188,49.559532165527344,19.64590835571289,94.15974426269531,53.98710250854492,19.451019287109375,95.36874389648438,48.210899353027344,58.90960693359375,97.69790649414062,43.55082321166992,54.30827331542969,106.11568450927734,59.044410705566406,51.483543395996094,101.33689880371094,36.075401306152344,-20.861967086791992,109.21916198730469,46.877079010009766,-24.87904167175293,100.24042510986328,38.69691467285156,-35.68225860595703,92.55530548095703,44.89516830444336,85.62020111083984,74.9522476196289,-71.14520263671875,95.89652252197266,82.5556411743164,-70.06077575683594,95.1350326538086,76.91316223144531,-66.38192749023438,34.00872039794922,121.65003967285156,75.71562957763672,30.2750186920166,119.4686050415039,79.96712493896484,15.930440902709961,125.50677490234375,87.10039520263672,5.253617763519287,194.4704132080078,-0.5281829833984375,6.036736011505127,189.7860565185547,-10.528157234191895,2.774167060852051,177.74510192871094,-5.873688220977783,-14.233485221862793,237.29432678222656,5.125837802886963,-25.6407527923584,242.56317138671875,11.223958969116211,-21.09579849243164,224.83102416992188,12.637887954711914,-103.05939483642578,190.08697509765625,38.324798583984375,-107.42692565917969,188.4367218017578,32.07767868041992,-109.19811248779297,173.46954345703125,39.0616455078125,-77.5103530883789,73.86772155761719,3.434454917907715,-81.09642791748047,55.83734130859375,-11.663078308105469,-70.17194366455078,68.3995132446289,-1.5896589756011963,-79.61860656738281,131.25079345703125,98.7614974975586,-83.93582153320312,131.31039428710938,88.52184295654297,-81.82647705078125,142.41995239257812,96.15594482421875,-1.2710750102996826,87.55665588378906,-6.535086154937744,11.010198593139648,82.77239990234375,-3.872807025909424,21.056962966918945,106.20481872558594,2.164815902709961,-89.45808410644531,203.8422088623047,-46.47993469238281,-82.29767608642578,207.51161193847656,-38.72869873046875,-78.69656372070312,207.29098510742188,-44.65048599243164,-115.14605712890625,152.4384307861328,15.887221336364746,-112.03401947021484,162.61892700195312,28.666486740112305,-108.87322235107422,165.33697509765625,36.51504135131836,95.27383422851562,165.4580841064453,56.417606353759766,91.04193878173828,161.3468780517578,56.06117630004883,101.36370086669922,154.76649475097656,40.72553253173828,5.758423805236816,120.12359619140625,45.64155197143555,7.26489782333374,116.74153137207031,49.92599868774414,7.530823230743408,110.45130157470703,48.500431060791016,11.430877685546875,213.05914306640625,-83.13362884521484,15.475126266479492,211.42005920410156,-98.45802307128906,5.794249057769775,206.38897705078125,-92.44497680664062,112.27730560302734,96.2067642211914,-27.33443832397461,112.40496826171875,105.14228057861328,-18.961593627929688,110.19058227539062,111.91419982910156,-18.910438537597656,-11.516687393188477,211.3396453857422,6.821523189544678,-6.2146382331848145,206.50743103027344,14.239480972290039,-5.359556198120117,203.86636352539062,5.285244941711426,51.50861740112305,105.71969604492188,111.46845245361328,29.544340133666992,102.60645294189453,121.73030090332031,27.454008102416992,105.56700897216797,112.3596420288086,92.84001159667969,208.30117797851562,26.55217742919922,97.90331268310547,191.14500427246094,38.1595458984375,88.33428955078125,201.5363311767578,33.07693862915039,7.1983442306518555,68.28248596191406,56.98601150512695,16.90794563293457,58.677921295166016,51.25922775268555,16.9951114654541,47.64384078979492,56.200801849365234,-65.23735809326172,87.07986450195312,-103.23301696777344,-59.401771545410156,85.34913635253906,-96.0009765625,-73.21858978271484,83.71980285644531,-82.86711883544922,-91.39544677734375,174.9780731201172,-36.52412033081055,-94.62450408935547,194.55453491210938,-25.954326629638672,-101.58580780029297,180.65513610839844,-36.1512565612793,45.54927444458008,121.19044494628906,61.12272262573242,50.41969299316406,113.9788818359375,60.30200958251953,51.06626892089844,116.99812316894531,46.62155532836914,52.96754455566406,109.68925476074219,110.19659423828125,57.92612075805664,109.09129333496094,99.45925903320312,72.63259887695312,110.5406723022461,103.56475830078125,98.4018325805664,104.00928497314453,-56.491294860839844,99.92142486572266,121.3036117553711,-35.883575439453125,93.58065795898438,117.72676849365234,-36.19158935546875,-90.55218505859375,76.87577819824219,71.66030883789062,-84.26956176757812,70.79712677001953,57.58385467529297,-88.45805358886719,68.082763671875,65.71421813964844,-13.517732620239258,149.2623748779297,57.9631233215332,-22.345510482788086,147.2762908935547,51.16581726074219,-26.321786880493164,151.9709014892578,51.71427917480469,-1.235640048980713,85.52520751953125,-9.568116188049316,-8.628856658935547,93.39696502685547,-7.5036468505859375,11.860563278198242,98.7433853149414,-5.088424205780029,120.62594604492188,127.3207015991211,26.760875701904297,117.74166870117188,112.75773620605469,12.424968719482422,118.3827896118164,130.7242431640625,23.50640869140625,7.831222057342529,201.39376831054688,5.961692810058594,9.280534744262695,207.34225463867188,14.335689544677734,5.956813812255859,179.64405822753906,10.395219802856445,-34.693843841552734,117.10501098632812,21.1220703125,-38.3422966003418,106.7839126586914,14.950128555297852,-34.06319808959961,114.26367950439453,25.82225799560547,-80.99689483642578,82.23001098632812,108.09154510498047,-71.25511932373047,71.46453857421875,115.11347961425781,-55.619503021240234,94.32665252685547,126.7906494140625,-76.64363098144531,115.3938980102539,-65.33828735351562,-76.9935302734375,112.95794677734375,-52.60563278198242,-73.62029266357422,106.35059356689453,-65.84063720703125,20.75883674621582,96.38665771484375,43.327491760253906,19.451019287109375,95.36874389648438,48.210899353027344,24.436655044555664,98.72691345214844,44.521095275878906,-82.23434448242188,139.40737915039062,-30.098804473876953,-93.56660461425781,130.16860961914062,-35.54350662231445,-86.45033264160156,140.39480590820312,-26.368507385253906,40.3438606262207,91.272216796875,-153.34996032714844,46.723297119140625,100.28299713134766,-152.98574829101562,62.08646774291992,94.87550354003906,-145.25624084472656,-77.27438354492188,215.97560119628906,27.940948486328125,-72.48099517822266,210.38795471191406,16.92439079284668,-70.0745849609375,212.7349853515625,27.353574752807617,74.01195526123047,63.62308883666992,77.74195861816406,68.80443572998047,67.94898986816406,91.56290435791016,69.09510040283203,63.1906623840332,90.72853088378906,-105.74785614013672,137.4070281982422,-21.510570526123047,-118.80419921875,128.49940490722656,-16.648569107055664,-114.97502136230469,137.0437774658203,-14.852587699890137,61.46615982055664,205.58949279785156,-46.694793701171875,51.43522262573242,214.01480102539062,-50.03105926513672,74.12471771240234,205.03897094726562,-54.50931930541992,9.28127670288086,123.01805114746094,-93.0179214477539,9.74941635131836,108.92279815673828,-103.4698257446289,9.68741226196289,123.25047302246094,-108.83927917480469,-27.700481414794922,240.23631286621094,-38.3076057434082,-26.31015396118164,231.70736694335938,-50.850547790527344,-43.84737014770508,232.38047790527344,-42.524295806884766,-109.5147705078125,102.8717041015625,-52.77103805541992,-103.7219467163086,85.48719024658203,-57.2445068359375,-110.37092590332031,99.59405517578125,-47.048484802246094,35.606929779052734,62.0504035949707,43.83412170410156,28.780250549316406,62.17969512939453,58.875755310058594,32.860816955566406,57.91463088989258,62.24058151245117,58.071083068847656,83.7033920288086,-73.45095825195312,74.30937957763672,86.07990264892578,-77.5972900390625,56.73462677001953,90.37765502929688,-107.72077178955078,-44.469303131103516,227.4762725830078,-18.767990112304688,-38.994834899902344,236.74256896972656,-27.94386100769043,-61.95008087158203,218.2574462890625,-17.678518295288086,30.491100311279297,187.31129455566406,91.45903778076172,22.510040283203125,192.22723388671875,89.18363952636719,26.65091896057129,199.92108154296875,83.1156997680664,-6.035808086395264,126.5177230834961,80.65705108642578,-3.88429594039917,139.0791473388672,83.08007049560547,-7.188921928405762,144.41273498535156,102.41641998291016,13.256335258483887,102.15608215332031,-45.22019577026367,11.846519470214844,105.58020782470703,-38.17040252685547,7.480226993560791,115.10200500488281,-40.809593200683594,9.762325286865234,207.6708221435547,-79.01626586914062,8.5318603515625,212.51748657226562,-70.44345092773438,6.173119068145752,197.8087615966797,-79.06887817382812,17.835437774658203,203.01600646972656,-107.76273345947266,10.525835990905762,198.3969268798828,-107.82740783691406,6.624797821044922,181.0091094970703,-133.30250549316406,71.85260009765625,79.35469055175781,30.467241287231445,90.76470947265625,84.64838409423828,44.71317672729492,93.25662231445312,77.66374969482422,43.375457763671875,18.158109664916992,231.44158935546875,22.34402847290039,25.223594665527344,208.42959594726562,7.364171028137207,25.758146286010742,232.63441467285156,12.244012832641602,106.98851776123047,142.30963134765625,52.41130828857422,115.12496185302734,135.9701690673828,37.155208587646484,116.8615493774414,119.27728271484375,33.2077751159668,-107.6883544921875,166.2583465576172,-44.956886291503906,-93.3024673461914,178.28623962402344,-38.217254638671875,-95.06487274169922,182.97195434570312,-45.38040542602539,97.80445098876953,123.08521270751953,-80.57801818847656,71.97700500488281,123.9697036743164,-78.05815124511719,90.15206909179688,115.69587707519531,-80.64750671386719,96.9471435546875,87.77360534667969,-65.06846618652344,107.15848541259766,102.04547119140625,-51.42906188964844,96.35326385498047,95.45556640625,-63.88528060913086,25.763214111328125,115.3471908569336,55.926815032958984,19.824586868286133,120.53990173339844,43.25359344482422,37.851566314697266,107.7768783569336,49.946319580078125,44.798465728759766,194.3927459716797,88.87568664550781,49.033660888671875,203.38929748535156,80.05643463134766,44.51581573486328,203.40655517578125,77.35077667236328,7.111116886138916,79.30818176269531,120.50315856933594,18.01515007019043,65.07664489746094,116.84176635742188,20.23203468322754,75.1193618774414,125.44064331054688,85.43333435058594,133.4822540283203,-22.121015548706055,79.61151123046875,130.45188903808594,-19.539180755615234,75.43675994873047,141.441650390625,-13.71264362335205,-36.97295379638672,227.11228942871094,36.805511474609375,-48.74723815917969,233.67184448242188,28.97933006286621,-40.43500900268555,238.08926391601562,30.276227951049805,-113.82252502441406,80.22128295898438,-24.328481674194336,-105.91993713378906,74.32408142089844,-15.615870475769043,-112.89691162109375,81.13578033447266,-5.511446952819824,-12.431638717651367,156.8886260986328,100.73865509033203,-20.810930252075195,152.79600524902344,115.62957000732422,-12.105243682861328,149.9731903076172,85.07733154296875,82.12056732177734,87.6324234008789,87.52738952636719,90.43468475341797,79.39437866210938,80.7417984008789,90.57093048095703,76.91737365722656,71.75872802734375,-92.81594848632812,74.37533569335938,89.77906036376953,-102.78595733642578,75.85038757324219,66.82579803466797,-90.57829284667969,58.404441833496094,82.56949615478516,28.703004837036133,209.6556854248047,67.40885162353516,23.4892578125,214.2894287109375,67.01744842529297,32.32773971557617,208.2993927001953,58.71104049682617,-79.37855529785156,197.56907653808594,-74.83687591552734,-91.80216979980469,179.68995666503906,-71.50399780273438,-100.75994110107422,174.4259490966797,-67.81111907958984,-57.4447135925293,87.92503356933594,-43.752525329589844,-52.42438888549805,64.57728576660156,-56.59184265136719,-43.4185905456543,86.03067016601562,-32.6182746887207,37.01020431518555,109.74517059326172,106.68138122558594,57.92612075805664,109.09129333496094,99.45925903320312,52.96754455566406,109.68925476074219,110.19659423828125,34.070308685302734,245.71926879882812,3.700294017791748,21.973155975341797,245.6337127685547,2.2071049213409424,25.6407527923584,242.5631561279297,11.223958969116211,-42.96320343017578,142.039306640625,-149.7551727294922,-43.12678527832031,148.80874633789062,-139.20584106445312,-34.25717544555664,152.047119140625,-147.86080932617188,-30.906333923339844,118.8824462890625,20.982419967651367,-38.89327621459961,104.36201477050781,7.69064998626709,-40.773616790771484,114.80850219726562,11.322783470153809,75.29271697998047,78.94489288330078,69.88491821289062,90.57093048095703,76.91737365722656,71.75872802734375,65.9864730834961,75.46024322509766,55.00355529785156,48.462379455566406,50.56304168701172,37.2756462097168,66.7156753540039,51.484039306640625,38.887020111083984,51.41883087158203,42.65641403198242,48.91189193725586,62.26124954223633,101.29084777832031,-71.07252502441406,61.09979248046875,97.22631072998047,-64.88268280029297,66.70430755615234,112.75214385986328,-80.56653594970703,59.57778549194336,235.29110717773438,-12.631129264831543,77.34558868408203,223.2633514404297,-21.317096710205078,62.16829299926758,226.6083526611328,-19.91119384765625,-11.238704681396484,125.70133209228516,-151.3881378173828,-12.003325462341309,148.0187530517578,-149.7499542236328,-13.315604209899902,130.80108642578125,-155.5021514892578,8.508745193481445,86.62476348876953,120.58528137207031,20.989696502685547,75.89488983154297,122.75788879394531,8.38609504699707,80.09962463378906,117.34588623046875,-63.88471603393555,62.78648376464844,-63.781124114990234,-67.39334106445312,54.45938491821289,-55.6345329284668,-59.25379180908203,57.68307113647461,-56.58699417114258,114.91778564453125,134.14178466796875,-12.604199409484863,104.54413604736328,135.39593505859375,-19.331619262695312,115.98265075683594,127.60358428955078,-15.162666320800781,13.053804397583008,107.33673095703125,0.7740330100059509,8.595198631286621,120.91681671142578,5.092597961425781,0.20291300117969513,118.36135864257812,4.723515033721924,99.18043518066406,88.09659576416016,77.5316390991211,87.50836944580078,99.97129821777344,88.63534545898438,89.68680572509766,90.03872680664062,94.39183807373047,93.00241088867188,93.44593048095703,56.74524688720703,98.3653564453125,88.36812591552734,59.71508026123047,90.76470947265625,84.64838409423828,44.71317672729492,55.62852096557617,51.756813049316406,-20.237760543823242,52.563629150390625,54.47086715698242,-14.322312355041504,44.46858596801758,56.69538497924805,-33.129459381103516,-80.99689483642578,82.23001098632812,108.09154510498047,-77.79077911376953,62.101409912109375,104.1387710571289,-71.25511932373047,71.46453857421875,115.11347961425781,73.54430389404297,86.64225769042969,-122.56654357910156,66.87277221679688,85.09326934814453,-120.01312255859375,60.75313186645508,86.88717651367188,-137.7813262939453,112.08104705810547,114.47064208984375,-34.80180740356445,108.68608856201172,112.49951934814453,-23.527854919433594,110.37092590332031,99.59405517578125,-47.048484802246094,101.58580780029297,180.65513610839844,-36.1512565612793,91.39544677734375,174.9780731201172,-36.52412033081055,103.50593566894531,164.99566650390625,-42.553279876708984,71.75895690917969,83.06251525878906,-71.948974609375,80.95284271240234,88.49547576904297,-77.74462127685547,75.1155014038086,87.8558120727539,-69.80872344970703,-91.04193878173828,161.3468780517578,56.06117630004883,-101.36367797851562,154.76651000976562,40.725563049316406,-95.68852996826172,148.18960571289062,38.27081298828125,-70.15813446044922,147.63731384277344,-9.758296966552734,-72.58345031738281,146.7459259033203,-25.728656768798828,-71.22409057617188,151.84722900390625,-12.11624526977539,-69.55326843261719,184.57078552246094,84.05858612060547,-80.18565368652344,182.7413330078125,75.01919555664062,-74.40422058105469,175.48703002929688,72.11038970947266,-22.121784210205078,74.8049545288086,-143.8332061767578,-14.565303802490234,81.73928833007812,-147.6301727294922,-14.053197860717773,72.88802337646484,-139.6783905029297,22.872278213500977,105.13094329833984,31.989450454711914,18.25131607055664,99.05599975585938,33.97365951538086,37.07941436767578,89.01306915283203,22.47262954711914,-103.5246353149414,159.82025146484375,35.102603912353516,-98.28489685058594,165.97918701171875,42.902992248535156,-99.69828033447266,154.91700744628906,37.81159591674805,89.91248321533203,80.09330749511719,47.60560607910156,91.7996826171875,74.8964614868164,42.25680923461914,92.91177368164062,78.96208953857422,51.64097213745117,65.51032257080078,42.02339172363281,56.60894775390625,45.20149612426758,38.4404182434082,62.6475944519043,51.41883087158203,42.65641403198242,48.91189193725586,-76.64363098144531,115.3938980102539,-65.33828735351562,-66.69334411621094,112.77555084228516,-80.57450103759766,-68.25816345214844,122.88179016113281,-78.49994659423828,-79.49208068847656,117.24235534667969,-127.63256072998047,-92.0438003540039,108.95718383789062,-112.15721130371094,-80.67774963378906,110.05774688720703,-129.61131286621094,-56.104942321777344,64.65966033935547,29.422529220581055,-51.373817443847656,50.856197357177734,41.41246032714844,-45.33082580566406,55.39805603027344,38.68320083618164,-34.990013122558594,116.45999145507812,99.04288482666016,-32.89206314086914,114.737548828125,107.41101837158203,-23.769020080566406,120.10231018066406,120.05976104736328,-84.04539489746094,210.12979125976562,51.22040939331055,-85.39473724365234,210.27734375,41.368873596191406,-90.9525375366211,190.4607391357422,48.03644561767578,96.35326385498047,95.45556640625,-63.88528060913086,98.4018325805664,104.00928497314453,-56.491294860839844,88.02159118652344,95.80200958251953,-60.46839141845703,32.12004852294922,175.50326538085938,110.18231201171875,23.340290069580078,187.0612335205078,100.81422424316406,23.141616821289062,174.54019165039062,108.00079345703125,-51.37466812133789,80.9180679321289,123.71746826171875,-69.88006591796875,69.19269561767578,111.62461853027344,-54.9383430480957,93.31929779052734,123.68753051757812,62.56883239746094,66.33035278320312,30.30445098876953,67.08113861083984,54.62587356567383,40.553401947021484,85.71138763427734,61.185611724853516,45.437355041503906,-101.14253997802734,102.73089599609375,-97.0608139038086,-91.97430419921875,91.04540252685547,-102.24310302734375,-91.5116195678711,92.52264404296875,-88.3656234741211,-16.438154220581055,175.05905151367188,102.36005401611328,-11.662134170532227,170.09805297851562,84.72610473632812,-11.621725082397461,172.5940399169922,98.671630859375,56.33469772338867,91.12348937988281,99.33488464355469,62.87939453125,77.87832641601562,83.29310607910156,46.71561050415039,80.63523864746094,91.57731628417969,-52.575927734375,62.01857376098633,-60.25723648071289,-62.29437255859375,53.33378601074219,-59.26338195800781,-60.73862838745117,60.335899353027344,-64.5250244140625,-48.24421691894531,102.32178497314453,-15.244864463806152,-33.508949279785156,101.49913787841797,-29.88155174255371,-37.925315856933594,104.63526153564453,-10.519837379455566,64.10765838623047,131.36607360839844,-136.65528869628906,49.40028762817383,119.73344421386719,-143.5956268310547,55.477195739746094,132.05052185058594,-146.63706970214844,8.30152702331543,154.9699249267578,113.00928497314453,14.079248428344727,149.6282501220703,82.81582641601562,7.952828884124756,158.70127868652344,87.9083251953125,7.9782538414001465,81.78240966796875,63.83597946166992,7.778458118438721,88.88175201416016,78.64942932128906,6.058532238006592,91.7467269897461,62.75597381591797,83.93586730957031,131.31024169921875,88.5220947265625,82.8550796508789,162.06625366210938,81.90038299560547,82.7684326171875,134.0019989013672,84.1038818359375,9.610774993896484,112.72602081298828,-141.05419921875,6.431610107421875,142.84622192382812,-135.57911682128906,9.299848556518555,121.55220031738281,-126.25019836425781,39.92979431152344,50.295833587646484,42.753536224365234,34.600868225097656,57.157718658447266,40.95732116699219,46.1143798828125,50.802452087402344,38.19889831542969,-79.88670349121094,83.2016830444336,92.3882827758789,-78.9471206665039,85.20130157470703,90.64115142822266,-85.84358978271484,72.56703186035156,73.35023498535156,37.69767379760742,215.4377899169922,-49.73406219482422,38.34941482543945,223.7361602783203,-46.04253005981445,28.27916145324707,226.7459259033203,-50.48664474487305,5.854072093963623,116.31766510009766,47.69777297973633,5.6773881912231445,121.11117553710938,51.468017578125,10.364773750305176,119.07925415039062,46.65299606323242,-14.565303802490234,81.73928833007812,-147.6301727294922,-12.712327003479004,93.26856994628906,-150.1220703125,-7.033711910247803,81.85499572753906,-137.65878295898438,112.40496826171875,105.14228057861328,-18.961593627929688,117.30237579345703,97.70790100097656,-5.445785999298096,111.04113006591797,106.6667251586914,-10.64603328704834,-101.14253997802734,102.73089599609375,-97.0608139038086,-92.1554183959961,96.48207092285156,-114.10717010498047,-91.97430419921875,91.04540252685547,-102.24310302734375,-61.775691986083984,134.9234161376953,-72.72692108154297,-68.28044128417969,133.0777587890625,-69.34120178222656,-65.7303237915039,129.78326416015625,-67.46099090576172,80.36363220214844,102.5180892944336,64.45384979248047,74.62545013427734,106.90644073486328,76.43622589111328,91.03925323486328,99.88804626464844,72.68561553955078,46.1143798828125,50.802452087402344,38.19889831542969,34.600868225097656,57.157718658447266,40.95732116699219,46.379364013671875,57.87849044799805,32.66938018798828,-75.43675994873047,141.441650390625,-13.712644577026367,-73.10165405273438,149.1748809814453,-10.57909107208252,-74.73419952392578,145.89671325683594,-19.81669044494629,111.96956634521484,168.02821350097656,-38.37691116333008,114.88140106201172,157.30906677246094,-37.329246520996094,115.09844970703125,161.51914978027344,-22.103656768798828,36.36375427246094,180.6302490234375,98.58292388916016,23.340290069580078,187.0612335205078,100.81422424316406,40.307891845703125,171.9058837890625,111.41278839111328,22.67186164855957,193.49293518066406,-1.2401059865951538,22.164169311523438,201.2408905029297,5.061738014221191,8.976302146911621,197.3277130126953,-15.172176361083984,118.14871978759766,133.76156616210938,13.474762916564941,115.14605712890625,152.4384307861328,15.887221336364746,118.45977020263672,141.58816528320312,9.548633575439453,37.434234619140625,58.48986053466797,44.17239761352539,24.98553466796875,55.40195083618164,65.44978332519531,33.288814544677734,58.361961364746094,51.07918167114258,-75.02999114990234,83.66657257080078,-66.21734619140625,-70.47742462158203,74.95087432861328,-68.3578109741211,-88.70700073242188,86.3094482421875,-72.10209655761719,46.50694274902344,74.64750671386719,109.07355499267578,52.458221435546875,72.97215270996094,96.65841674804688,68.26214599609375,64.90872192382812,89.52880859375,-16.601783752441406,91.93984985351562,119.60543060302734,-8.70419692993164,84.24459075927734,100.97479248046875,-12.329465866088867,99.84430694580078,103.08733367919922,-86.1220932006836,119.64283752441406,-67.2330093383789,-68.70767211914062,132.4835662841797,-59.51615524291992,-67.70760345458984,132.05223083496094,-67.45612335205078,78.63105773925781,92.17940521240234,-117.97789001464844,65.01780700683594,95.86936950683594,-139.59750366210938,66.41191101074219,91.7115478515625,-133.92910766601562,-46.663326263427734,96.22201538085938,-43.49609375,-28.712751388549805,89.74901580810547,-54.27206039428711,-32.21702194213867,85.12642669677734,-61.139408111572266,-43.84737014770508,232.38047790527344,-42.524295806884766,-51.15834426879883,222.66015625,-44.30753707885742,-57.91518020629883,226.7030487060547,-40.520591735839844,11.645391464233398,193.9734344482422,-3.274082899093628,13.590917587280273,212.5076904296875,10.787601470947266,7.831222057342529,201.39376831054688,5.961692810058594,-35.6177978515625,73.83446502685547,17.45853042602539,-29.141687393188477,84.70409393310547,14.709874153137207,-39.64329528808594,77.12532806396484,27.382492065429688,-6.83486795425415,151.9127960205078,71.0810775756836,-6.594882965087891,159.79393005371094,71.63253021240234,-6.094905853271484,164.78030395507812,86.39220428466797,-35.97777557373047,221.69808959960938,-76.40748596191406,-18.85792350769043,227.53005981445312,-73.83395385742188,-33.10709762573242,223.53997802734375,-64.97742462158203,-31.92339324951172,121.43547821044922,81.84915161132812,-35.57403564453125,125.19786071777344,74.84832763671875,-48.30494689941406,114.41915130615234,70.36060333251953,18.06998634338379,94.88394165039062,46.35038375854492,23.163663864135742,92.2207260131836,45.05448532104492,19.451019287109375,95.36874389648438,48.210899353027344,-63.17676544189453,139.47315979003906,-137.768310546875,-55.47719192504883,132.05052185058594,-146.63706970214844,-64.107666015625,131.36607360839844,-136.65528869628906,-8.5318603515625,212.51748657226562,-70.44345092773438,-9.943035125732422,220.65817260742188,-71.92545318603516,-9.762325286865234,207.6708221435547,-79.01626586914062,-38.29094696044922,76.16552734375,127.59479522705078,-52.526466369628906,81.72090148925781,126.72401428222656,-52.71577072143555,62.141761779785156,119.59910583496094,104.73397827148438,128.91259765625,-55.69329833984375,98.29731750488281,123.22601318359375,-64.20849609375,90.95729064941406,118.25968933105469,-64.04737091064453,110.35587310791016,130.1158447265625,22.576723098754883,98.6882553100586,129.4082794189453,19.553834915161133,109.71305084228516,114.72879028320312,10.294903755187988,-22.59303092956543,136.17648315429688,-161.1651611328125,-16.20471954345703,135.34857177734375,-159.65542602539062,-23.829265594482422,120.4374008178711,-162.53976440429688,-13.934715270996094,211.1508331298828,-6.425910949707031,-13.317804336547852,199.4113006591797,-12.53518295288086,-21.65665054321289,204.42562866210938,1.709233045578003,20.940711975097656,99.67132568359375,28.833635330200195,4.712179183959961,105.94206237792969,34.2668342590332,8.675992965698242,112.89789581298828,32.38496398925781,-20.2901668548584,98.44197845458984,32.97370529174805,-20.069984436035156,95.56661224365234,41.191959381103516,-14.95590591430664,94.83319091796875,45.18904113769531,120.2452163696289,91.34480285644531,-2.7491910457611084,112.89691162109375,81.13578033447266,-5.511445045471191,113.82252502441406,80.2212905883789,-24.328432083129883,-12.329465866088867,99.84430694580078,103.08733367919922,-8.70419692993164,84.24459075927734,100.97479248046875,-4.387907981872559,97.43244171142578,93.60255432128906,8.936485290527344,157.2982177734375,53.81788635253906,9.318126678466797,167.42242431640625,63.22433853149414,13.822230339050293,157.52059936523438,59.45783615112305,-91.8303451538086,80.75312042236328,47.319923400878906,-58.47067642211914,82.46802520751953,26.49249267578125,-65.14906311035156,88.7186508178711,36.3644905090332,-28.93515968322754,118.93795013427734,41.838321685791016,-28.340139389038086,118.91188049316406,56.7017936706543,-35.34011459350586,113.3905029296875,42.72896957397461,-31.836729049682617,237.113525390625,33.686676025390625,-40.43500900268555,238.08926391601562,30.276227951049805,-24.344654083251953,240.68603515625,20.959243774414062,-36.407737731933594,198.9342498779297,78.88525390625,-33.33966064453125,199.02833557128906,82.99284362792969,-38.18935012817383,181.59323120117188,86.72552490234375,-9.310894012451172,99.37361907958984,44.66703796386719,-18.06998634338379,94.88394927978516,46.35036849975586,-13.412092208862305,93.38858795166016,49.883426666259766,26.693655014038086,200.85325622558594,86.06501770019531,23.340290069580078,187.0612335205078,100.81422424316406,28.853755950927734,190.46945190429688,93.75923919677734,46.18855667114258,101.38648986816406,-33.7761344909668,49.647727966308594,106.9946060180664,-9.26500415802002,52.60901641845703,101.69120025634766,-16.965822219848633,-68.73052978515625,217.4584503173828,51.759700775146484,-50.86968231201172,215.29193115234375,66.87125396728516,-69.2813720703125,214.02886962890625,58.598793029785156,73.09749603271484,131.77874755859375,-57.8639030456543,75.39550018310547,133.9095458984375,-44.1727294921875,78.72730255126953,138.286865234375,-41.309078216552734,-91.97430419921875,91.04540252685547,-102.24310302734375,-66.87277221679688,85.09326934814453,-120.01312255859375,-84.49114990234375,88.55563354492188,-100.24484252929688,14.020550727844238,134.8879852294922,2.7262279987335205,8.230879783630371,151.00924682617188,5.030249118804932,11.34062671661377,146.180419921875,17.9468936920166,5.167065143585205,106.34547424316406,-72.5920639038086,3.834359884262085,151.51156616210938,-61.64971923828125,6.395966053009033,120.75218200683594,-97.01615142822266,-23.040281295776367,101.8957290649414,4.740240097045898,-18.336122512817383,89.1394271850586,-3.5305869579315186,-17.200775146484375,113.70829772949219,5.430655002593994,111.84574890136719,163.88568115234375,-54.6546516418457,107.6883544921875,166.2583465576172,-44.956886291503906,114.67131805419922,137.6589813232422,-51.00498580932617,8.264732360839844,108.26473236083984,65.57268524169922,5.270637035369873,112.93519592285156,57.17121505737305,6.058532238006592,91.7467269897461,62.75597381591797,7.68620491027832,107.10791015625,-150.31600952148438,8.018318176269531,101.95783233642578,-134.60165405273438,6.592301845550537,112.29109191894531,-141.00534057617188,90.5469741821289,157.79762268066406,-98.58482360839844,100.3628921508789,151.11257934570312,-92.06150817871094,86.90510559082031,148.6949920654297,-112.75701141357422,-14.25680923461914,79.00817108154297,55.940616607666016,-17.2420597076416,83.1785659790039,62.502864837646484,-15.525070190429688,79.60150909423828,60.375484466552734,42.01594161987305,117.61007690429688,75.7219467163086,50.41969299316406,113.9788818359375,60.30200958251953,45.54927444458008,121.19044494628906,61.12272262573242,77.1033935546875,107.2752914428711,87.07080841064453,74.62545013427734,106.90644073486328,76.43622589111328,58.41320037841797,107.80066680908203,68.82689666748047,-13.891776084899902,91.77191162109375,72.34244537353516,-11.617444038391113,92.22265625,66.49983215332031,-9.296187400817871,88.53075408935547,64.9381332397461,-7.264896869659424,116.74153137207031,49.92599868774414,-9.421598434448242,116.88896179199219,52.61309814453125,-5.621157169342041,124.49137115478516,54.397430419921875,-30.340505599975586,171.5554962158203,-139.90342712402344,-24.763071060180664,174.97610473632812,-140.8605499267578,-27.002704620361328,157.41624450683594,-149.22483825683594,-108.68608856201172,112.49951934814453,-23.527854919433594,-114.7887954711914,106.68826293945312,-20.81834602355957,-113.46251678466797,115.07350158691406,-19.60003662109375,87.29026794433594,95.46878051757812,-81.47267150878906,80.93639373779297,98.20828247070312,-73.66340637207031,80.95284271240234,88.49547576904297,-77.74462127685547,5.095643997192383,176.2559051513672,108.84679412841797,5.2982869148254395,176.9434051513672,101.08111572265625,1.7030290365219116,172.92800903320312,99.00377655029297,-52.76539611816406,210.58558654785156,48.80812072753906,-55.08863830566406,198.93780517578125,34.226234436035156,-49.58972930908203,204.88665771484375,38.57624053955078,-78.63105773925781,92.17940521240234,-117.97789001464844,-65.01780700683594,95.86936950683594,-139.59750366210938,-74.41520690917969,99.56770324707031,-127.14370727539062,-102.78595733642578,75.85038757324219,66.82579803466797,-92.81594848632812,74.37533569335938,89.77906036376953,-99.19862365722656,88.05891418457031,77.53034210205078,54.42111587524414,98.33305358886719,19.835166931152344,55.38802719116211,113.30118560791016,32.96924591064453,45.492916107177734,105.55150604248047,29.586490631103516,-13.682416915893555,194.73324584960938,-10.761015892028809,-10.657565116882324,189.61106872558594,-33.444679260253906,-17.497638702392578,192.91038513183594,-21.618141174316406,32.32773971557617,208.2993927001953,58.71104049682617,23.4892578125,214.2894287109375,67.01744842529297,29.89200210571289,216.428466796875,59.227394104003906,92.80487060546875,92.8919906616211,41.73636245727539,97.47151184082031,105.07205963134766,65.0816421508789,102.82996368408203,99.13737487792969,61.73196792602539,-82.04829406738281,63.227909088134766,-64.72024536132812,-74.31655883789062,62.118263244628906,-66.94405364990234,-68.65298461914062,51.49694061279297,-55.41001510620117,29.38081932067871,95.05439758300781,102.30751037597656,26.565147399902344,91.81195068359375,95.62619018554688,24.919702529907227,86.95488739013672,101.982421875,36.97295379638672,227.11228942871094,36.805511474609375,34.31370162963867,225.4955596923828,42.69677734375,26.857397079467773,226.64793395996094,39.285491943359375,-6.695957183837891,195.58580017089844,46.299861907958984,-4.332347869873047,200.2541046142578,38.498233795166016,-6.812516212463379,206.05284118652344,44.71659469604492,8.794230461120605,143.67770385742188,-118.32052612304688,5.00779914855957,140.2920379638672,-122.92457580566406,8.353164672851562,112.15528106689453,-120.81460571289062,-19.03986167907715,137.5316162109375,59.11208724975586,-12.106573104858398,133.59693908691406,62.0831413269043,-6.542716979980469,144.1177978515625,77.99842834472656,-49.4517822265625,192.1510009765625,-98.28369140625,-54.79611587524414,201.44638061523438,-88.84888458251953,-64.8775863647461,191.66177368164062,-97.87543487548828,7.26489782333374,116.74153137207031,49.92599868774414,11.908400535583496,109.3330307006836,48.99842071533203,7.530823230743408,110.45130157470703,48.500431060791016,55.28049087524414,76.34687042236328,52.91493606567383,62.57065963745117,76.01241302490234,64.48970031738281,68.19853973388672,70.34617614746094,52.99233627319336,71.30335235595703,190.19912719726562,-99.44384002685547,77.7900619506836,189.1097869873047,-91.77346801757812,81.33643341064453,180.36253356933594,-96.41044616699219,81.38240814208984,146.0229949951172,-9.127620697021484,73.10165405273438,149.1748809814453,-10.57909107208252,76.40282440185547,153.59637451171875,1.4166359901428223,35.36204147338867,165.66053771972656,-130.74490356445312,45.61625289916992,167.74081420898438,-111.31486511230469,40.36474609375,183.65562438964844,-119.15968322753906,17.599803924560547,80.02156829833984,59.52210998535156,8.0540132522583,85.53126525878906,66.90220642089844,11.151598930358887,72.84967803955078,56.972450256347656,75.63853454589844,100.26908874511719,63.96113204956055,63.88032913208008,94.74994659423828,44.7282829284668,81.55752563476562,90.43819427490234,49.06857681274414,-54.62925338745117,63.191802978515625,116.0795669555664,-69.88006591796875,69.19269561767578,111.62461853027344,-51.37466812133789,80.9180679321289,123.71746826171875,-26.742305755615234,76.92546844482422,126.30644226074219,-41.128143310546875,58.260292053222656,118.1192626953125,-26.905059814453125,61.01065444946289,116.43640899658203,-2.35076904296875,125.66497802734375,54.14982223510742,-0.8395789861679077,108.7529296875,74.76873779296875,-3.748868942260742,106.34699249267578,62.633140563964844,52.86638641357422,232.04104614257812,21.298059463500977,45.29990768432617,237.005126953125,22.922353744506836,51.34214782714844,230.08792114257812,5.217507839202881,68.50029754638672,217.40602111816406,-37.66354751586914,50.75712966918945,223.34519958496094,-41.678321838378906,64.57763671875,211.0744171142578,-42.91350555419922,-87.49012756347656,55.7917366027832,-18.42601776123047,-81.05924224853516,59.74949264526367,-11.560775756835938,-76.04574584960938,54.7361946105957,-18.219039916992188,70.60152435302734,63.12131881713867,81.41242218017578,67.06871795654297,67.93128967285156,74.61882781982422,70.78614044189453,64.96778106689453,65.23509979248047,-35.32354736328125,203.21109008789062,-97.20269012451172,-33.1617546081543,199.5635986328125,-106.57319641113281,-29.851253509521484,210.0712890625,-95.84693908691406,-33.42397689819336,243.4444580078125,-2.3765709400177,-22.039775848388672,238.56655883789062,-6.040243148803711,-23.341367721557617,242.71925354003906,1.4568730592727661,61.95008087158203,218.2574462890625,-17.678518295288086,44.469295501708984,227.4762725830078,-18.767988204956055,58.95948028564453,217.75811767578125,-20.428482055664062,-14.799407005310059,59.261695861816406,86.07795715332031,-16.545085906982422,48.00584030151367,82.04385375976562,-5.746939182281494,62.38394546508789,78.55065155029297,-5.081424236297607,106.62616729736328,42.920047760009766,-4.184370994567871,112.2679672241211,48.139183044433594,-4.831471920013428,110.3282241821289,48.87486267089844,-52.71577072143555,62.141761779785156,119.59910583496094,-71.25511932373047,71.46453857421875,115.11347961425781,-64.04088592529297,58.796573638916016,112.98785400390625,-17.26177215576172,103.93327331542969,98.54634094238281,-21.01390838623047,107.5797348022461,95.26978302001953,-4.525121212005615,110.28368377685547,81.71334075927734,77.16297912597656,114.74024200439453,-63.75830078125,68.55704498291016,132.4423065185547,-59.80177688598633,65.89398193359375,132.675537109375,-68.9310531616211,26.45360565185547,143.02407836914062,50.44230270385742,22.754047393798828,137.77630615234375,56.310203552246094,26.483068466186523,132.7945556640625,45.86166763305664,83.93220520019531,174.4275665283203,-83.07418060302734,77.01473236083984,180.37371826171875,-97.54688262939453,73.94107818603516,170.80966186523438,-101.73506927490234,25.35953712463379,43.74195098876953,58.69119644165039,41.06875228881836,50.63178253173828,46.09929656982422,27.55783462524414,54.061580657958984,51.70652770996094,109.19811248779297,173.46954345703125,39.0616455078125,103.05939483642578,190.08697509765625,38.32479476928711,98.00492095947266,190.60513305664062,41.59788131713867,75.09209442138672,213.21226501464844,40.12816619873047,68.73052978515625,217.4584503173828,51.759700775146484,66.70819854736328,210.04583740234375,39.5942268371582,-12.106573104858398,133.59693908691406,62.0831413269043,-11.226967811584473,126.48794555664062,75.42433166503906,-8.420494079589844,129.22439575195312,81.0232162475586,-5.85407018661499,116.31766510009766,47.69777297973633,-5.677394866943359,121.1111831665039,51.468040466308594,-5.270462989807129,112.93338012695312,57.17277145385742,10.92873477935791,89.21183013916016,79.88859558105469,5.89129114151001,89.99127197265625,82.17520141601562,8.437960624694824,85.93203735351562,76.59771728515625,-77.69480895996094,57.14558792114258,-46.69675064086914,-90.50896453857422,58.9613151550293,-37.050296783447266,-82.96710205078125,56.06001663208008,-32.79943084716797,14.701135635375977,214.75672912597656,69.96243286132812,23.4892578125,214.2894287109375,67.01744842529297,27.381811141967773,208.390625,77.61820220947266,97.24263000488281,60.321563720703125,-38.73381805419922,99.62306213378906,67.22489166259766,-49.53746032714844,108.13670349121094,75.8043441772461,-42.152000427246094,57.2321662902832,103.00836944580078,19.6019287109375,53.000946044921875,106.15629577636719,34.79289627075195,57.03870391845703,92.94366455078125,21.511554718017578,-22.345510482788086,147.2762908935547,51.16581726074219,-12.892704963684082,155.08807373046875,60.96210861206055,-24.973642349243164,156.0292205810547,63.10527420043945,29.124095916748047,75.0539321899414,-94.38389587402344,25.562623977661133,79.27933502197266,-82.47020721435547,41.47076416015625,83.25823974609375,-86.25810241699219,50.34506607055664,212.6516571044922,-45.49161911010742,34.338958740234375,225.7465362548828,-51.44245910644531,51.15834426879883,222.66015625,-44.30753707885742,-77.8352279663086,67.7945327758789,56.129539489746094,-77.3686752319336,68.43621826171875,64.62456512451172,-87.0270767211914,71.4593276977539,67.15596008300781,47.32167434692383,88.95533752441406,-144.13751220703125,34.130924224853516,85.75659942626953,-145.8043975830078,34.275840759277344,85.21524047851562,-140.1396942138672,35.17767333984375,60.95053482055664,53.021827697753906,31.518455505371094,55.93595504760742,47.76823806762695,26.413049697875977,61.268367767333984,49.6842041015625,57.4447135925293,87.92503356933594,-43.752525329589844,43.4185905456543,86.03067016601562,-32.6182746887207,52.42438888549805,64.57728576660156,-56.59184265136719,-72.05526733398438,42.678768157958984,77.06360626220703,-73.47237396240234,45.7703857421875,91.83668518066406,-87.58635711669922,51.30911636352539,71.25534057617188,8.406542778015137,105.77738952636719,55.79048538208008,9.002031326293945,106.88442993164062,61.894561767578125,9.303674697875977,88.4529037475586,65.10499572753906,34.18613815307617,81.66329193115234,112.84806823730469,19.272356033325195,86.45486450195312,110.18218231201172,23.621912002563477,80.17321014404297,114.97660064697266,81.47518157958984,174.86041259765625,61.916683197021484,91.04193878173828,161.3468780517578,56.06117630004883,95.27383422851562,165.4580841064453,56.417606353759766,79.89775085449219,205.79270935058594,-65.61062622070312,74.01532745361328,208.76718139648438,-56.39011764526367,89.45807647705078,203.8422088623047,-46.47993469238281,-52.71577072143555,62.141761779785156,119.59910583496094,-59.77238464355469,45.852359771728516,103.93555450439453,-41.128143310546875,58.260292053222656,118.1192626953125,24.98553466796875,55.40195083618164,65.44978332519531,38.11874771118164,55.612178802490234,65.97685241699219,22.834705352783203,58.5279541015625,71.1986312866211,92.52735137939453,151.20745849609375,77.45458984375,97.4039306640625,141.20401000976562,73.67030334472656,90.24577331542969,133.71788024902344,81.64483642578125,-23.399023056030273,227.89578247070312,-65.25413513183594,-15.036005973815918,229.62327575683594,-62.5589485168457,-21.96610450744629,230.48599243164062,-47.99159240722656,-19.365901947021484,84.82386779785156,103.0613021850586,-22.873960494995117,76.66657257080078,101.63124084472656,-15.845269203186035,81.53472137451172,86.05342102050781,26.11227035522461,72.57099914550781,-130.11563110351562,44.60575485229492,81.68706512451172,-126.58686828613281,40.91010665893555,81.26117706298828,-135.283447265625,-48.12164306640625,60.277015686035156,54.649742126464844,-48.78321838378906,61.32277297973633,64.11538696289062,-29.61091423034668,61.90632247924805,63.1055908203125,-70.9947509765625,59.79668045043945,80.54749298095703,-61.64025115966797,66.28185272216797,99.76261901855469,-70.97499084472656,66.51750183105469,89.15250396728516,13.284394264221191,139.5499267578125,40.31792068481445,8.677816390991211,144.80474853515625,18.28301239013672,16.00943946838379,136.1747283935547,25.430057525634766,49.307777404785156,60.70291519165039,74.60137176513672,43.53573989868164,63.636837005615234,84.6386947631836,68.26214599609375,64.90872192382812,89.52880859375,23.141616821289062,174.54019165039062,108.00079345703125,26.87087059020996,171.96466064453125,115.25054931640625,32.12004852294922,175.50326538085938,110.18231201171875,43.32371139526367,93.80517578125,-149.76585388183594,47.32167434692383,88.95533752441406,-144.13751220703125,65.01780700683594,95.86936950683594,-139.59750366210938,-66.30590057373047,142.3755645751953,-123.77572631835938,-69.17189025878906,149.328369140625,-121.90263366699219,-62.65412902832031,150.97117614746094,-131.08799743652344,104.73397827148438,128.91259765625,-55.69329833984375,98.47779846191406,126.30315399169922,-43.11570739746094,106.6687240600586,129.79806518554688,-42.66569519042969,41.19980239868164,213.5355682373047,-83.58698272705078,35.97777557373047,221.69808959960938,-76.40748596191406,29.851253509521484,210.0712890625,-95.84693908691406,16.56370735168457,155.36709594726562,121.0062255859375,12.964091300964355,131.75369262695312,125.22808837890625,14.705652236938477,147.50555419921875,119.37715911865234,25.341875076293945,108.47270202636719,4.229804039001465,18.29130744934082,112.40229797363281,-0.2280229926109314,17.014925003051758,119.28187561035156,6.70960807800293,-95.59564208984375,116.80802154541016,-64.63908386230469,-96.22924041748047,120.50102996826172,-49.481300354003906,-104.41731262207031,124.91233825683594,-53.913787841796875,10.402689933776855,177.3456268310547,32.87434768676758,13.204222679138184,184.73008728027344,35.96564483642578,7.3252668380737305,183.14797973632812,58.986473083496094,-23.22878074645996,83.20154571533203,111.5489730834961,-19.365901947021484,84.82386779785156,103.0613021850586,-25.29012680053711,87.33930969238281,108.69893646240234,77.6876449584961,185.43411254882812,-90.01042938232422,81.57294464111328,179.55758666992188,-75.83898162841797,62.478553771972656,196.54940795898438,-87.54120635986328,22.10372543334961,107.83216857910156,4.199191093444824,12.497377395629883,119.44610595703125,10.355276107788086,8.595198631286621,120.91681671142578,5.092597961425781,-44.14545822143555,84.49673461914062,46.21912384033203,-55.63977813720703,74.30760192871094,46.057960510253906,-49.608707427978516,76.65621185302734,37.01926803588867,-3.5693531036376953,36.298667907714844,41.79645919799805,-12.232948303222656,38.230491638183594,43.767478942871094,-10.30489730834961,40.21439743041992,36.64641189575195,107.80780792236328,177.19427490234375,-36.56926345825195,103.50593566894531,164.99566650390625,-42.553279876708984,111.96956634521484,168.02821350097656,-38.37691116333008,6.061622142791748,130.8232421875,45.39559555053711,5.37893009185791,125.589599609375,54.60367202758789,5.758423805236816,120.12359619140625,45.64155197143555,-41.03314208984375,80.0551528930664,26.308767318725586,-31.00786781311035,85.54646301269531,11.727348327636719,-37.38188171386719,75.72846221923828,15.242838859558105,81.82403564453125,80.81541442871094,9.199933052062988,80.39361572265625,88.2696304321289,18.09874725341797,90.97125244140625,81.33045959472656,14.200992584228516,26.7142391204834,82.9149169921875,102.95621490478516,37.2325553894043,82.01337432861328,98.06434631347656,54.82264709472656,73.48824310302734,89.82054901123047,-90.09019470214844,75.4854736328125,43.927974700927734,-91.8336181640625,74.71084594726562,42.511260986328125,-89.53862762451172,78.12220764160156,44.63508987426758,-75.63856506347656,100.26895141601562,63.96082305908203,-89.66276550292969,96.97107696533203,69.9011001586914,-81.55801391601562,90.43810272216797,49.06879806518555,-40.28534698486328,182.07569885253906,84.63773345947266,-39.59346389770508,187.04103088378906,69.85950469970703,-39.80952453613281,195.4752655029297,71.45570373535156,-11.504301071166992,210.2930908203125,78.73275756835938,-8.612277030944824,218.7423095703125,64.13249969482422,-14.624279022216797,224.58448791503906,61.80965805053711,65.23735809326172,87.07986450195312,-103.23301696777344,81.1744384765625,90.15748596191406,-89.09617614746094,73.21858978271484,83.71980285644531,-82.86711883544922,16.827556610107422,189.66082763671875,-17.258710861206055,24.7470645904541,197.1362762451172,-3.581001043319702,22.67186164855957,193.49293518066406,-1.2401059865951538,95.2078857421875,195.11390686035156,-43.27461624145508,93.3024673461914,178.28623962402344,-38.217254638671875,95.06487274169922,182.97195434570312,-45.38040542602539,97.43336486816406,137.7884063720703,79.67234802246094,89.99351501464844,125.89537811279297,91.57662200927734,98.43498992919922,121.82510375976562,85.85445404052734,-105.04985046386719,155.41929626464844,2.2090699672698975,-114.9446029663086,151.6444549560547,2.600421905517578,-106.92056274414062,170.08587646484375,16.679203033447266,47.45586013793945,172.5630645751953,82.31844329833984,36.36375427246094,180.6302490234375,98.58292388916016,46.6567497253418,163.6168212890625,93.82679748535156,51.325653076171875,95.41460418701172,103.81310272216797,51.68511962890625,90.7337875366211,107.71581268310547,55.92604446411133,94.42828369140625,105.98321533203125,-35.82051086425781,82.09571838378906,-23.63741683959961,-39.32642364501953,82.43844604492188,-35.17887496948242,-41.39183807373047,88.54820251464844,-32.480743408203125,13.849328994750977,118.48027801513672,-159.58486938476562,16.20471954345703,135.34857177734375,-159.65542602539062,23.829265594482422,120.4374008178711,-162.53976440429688,75.2609634399414,205.02981567382812,-25.899852752685547,73.80087280273438,205.7476348876953,-28.160648345947266,86.10774993896484,189.3199005126953,-27.62327003479004,-99.18891906738281,143.39862060546875,-85.72953033447266,-97.57308959960938,150.44284057617188,-88.99453735351562,-95.48211669921875,148.82171630859375,-80.8520278930664,54.09978103637695,74.52758026123047,-56.46076202392578,53.80233383178711,91.37918090820312,-42.90730285644531,63.5694580078125,93.35047912597656,-48.086082458496094,-47.27313232421875,78.97624969482422,94.7489013671875,-48.55514144897461,84.09858703613281,97.66803741455078,-69.49708557128906,75.80876159667969,83.68036651611328,-73.09300231933594,145.2242431640625,-8.360901832580566,-70.15813446044922,147.63731384277344,-9.758296966552734,-74.10889434814453,152.3925323486328,4.20526123046875,-18.418508529663086,169.91293334960938,87.1091537475586,-21.669992446899414,163.6932373046875,76.38057708740234,-11.662134170532227,170.09805297851562,84.72610473632812,-51.49496078491211,76.36685180664062,106.07679748535156,-44.91746139526367,79.64466857910156,98.61075592041016,-59.962806701660156,73.67547607421875,88.89838409423828,85.38481140136719,115.54777526855469,61.63138198852539,83.435546875,113.18326568603516,70.08755493164062,85.52714538574219,106.36798858642578,62.017452239990234,-67.79367065429688,64.36723327636719,67.3030014038086,-48.78321838378906,61.32277297973633,64.11538696289062,-48.12164306640625,60.277015686035156,54.649742126464844,-16.06395721435547,174.62017822265625,92.5052490234375,-15.761643409729004,170.26370239257812,81.83780670166016,-11.614209175109863,180.8092041015625,84.40416717529297,8.738142013549805,155.62876892089844,26.809959411621094,8.09328842163086,173.87265014648438,20.85844612121582,9.79175090789795,154.55453491210938,38.202877044677734,-55.76068115234375,202.9146728515625,33.98698425292969,-62.238094329833984,204.19309997558594,21.293533325195312,-63.055625915527344,205.15899658203125,10.440242767333984,60.620479583740234,89.75870513916016,23.47469139099121,62.6068000793457,99.22582244873047,43.53226089477539,72.3440933227539,90.07201385498047,33.28782653808594,-112.33380126953125,170.7231903076172,-41.53535079956055,-101.96318817138672,191.59307861328125,-31.0418643951416,-101.89845275878906,182.08578491210938,-38.8692741394043,-43.8237190246582,82.03018951416016,82.11577606201172,-60.381805419921875,75.6419906616211,57.928466796875,-50.618064880371094,80.52581024169922,60.1485481262207,40.416534423828125,70.2391586303711,27.623981475830078,42.55879592895508,62.89154815673828,40.03260803222656,52.92281723022461,67.76289367675781,40.08430480957031,-55.673614501953125,173.78323364257812,-115.96595764160156,-55.875526428222656,182.01443481445312,-104.49349212646484,-66.66967010498047,183.6061248779297,-102.89964294433594,-51.126220703125,75.92205047607422,55.217411041259766,-47.366249084472656,78.03522491455078,70.14368438720703,-58.64252471923828,73.39823913574219,61.454872131347656,35.14641189575195,79.40946197509766,-11.093684196472168,37.813846588134766,89.91278839111328,-3.083904981613159,33.196346282958984,84.26681518554688,-16.2333984375,-25.6407527923584,242.56317138671875,11.223958969116211,-20.489336013793945,240.95986938476562,21.355300903320312,-16.658748626708984,225.0550994873047,16.650848388671875,-57.317176818847656,104.24617767333984,115.42437744140625,-35.307010650634766,105.86279296875,111.61933898925781,-38.3462028503418,102.12129211425781,122.5509262084961,52.92281723022461,67.76289367675781,40.08430480957031,49.608707427978516,76.65621185302734,37.01926803588867,39.64329528808594,77.12532806396484,27.382492065429688,-90.54688262939453,84.78633117675781,44.691959381103516,-95.15277099609375,81.87715148925781,47.91017532348633,-98.36134338378906,88.36918640136719,59.71878433227539,-45.98311996459961,111.03165435791016,2.5646328926086426,-57.70407485961914,103.94104766845703,-2.622499942779541,-48.24421691894531,102.32178497314453,-15.244864463806152,-70.39940643310547,53.07794189453125,-18.89904022216797,-75.54657745361328,51.75438690185547,-17.410520553588867,-79.1197280883789,53.14112854003906,-32.1062126159668,-23.422733306884766,78.66203308105469,38.352317810058594,-29.141687393188477,84.70409393310547,14.709874153137207,-23.811365127563477,71.37306213378906,26.328723907470703,-89.25761413574219,187.0850830078125,52.16061019897461,-82.85517120361328,208.66160583496094,41.64009094238281,-81.30089569091797,208.8670654296875,50.021507263183594,-14.89108943939209,199.9775390625,-3.343487024307251,-5.359556198120117,203.86636352539062,5.285244941711426,-5.253617763519287,194.4704132080078,-0.5281839966773987,-8.835244178771973,194.33216857910156,-121.67914581298828,-13.335100173950195,187.6581268310547,-131.8433074951172,-23.186931610107422,205.70693969726562,-109.77627563476562,24.422304153442383,91.19088745117188,49.559532165527344,25.366872787475586,90.76971435546875,49.07352066040039,19.64590835571289,94.15974426269531,53.98710250854492,27.667491912841797,242.72915649414062,-26.86603546142578,18.007572174072266,242.6100616455078,-3.241260051727295,30.593185424804688,237.1865997314453,-12.905259132385254,-74.0353012084961,213.7129669189453,32.9393196105957,-66.70819854736328,210.04583740234375,39.5942268371582,-75.09209442138672,213.21226501464844,40.12816619873047,52.959041595458984,44.02701950073242,100.40692138671875,36.17772674560547,45.371131896972656,90.60638427734375,52.98304748535156,40.084877014160156,87.59827423095703,-100.90045166015625,153.86279296875,-76.06465911865234,-85.87469482421875,165.32598876953125,-76.43888854980469,-78.84593963623047,160.8212127685547,-78.93671417236328,59.687679290771484,87.2936782836914,-67.16983795166016,62.153804779052734,93.80477905273438,-67.09126281738281,72.4389877319336,86.43055725097656,-72.29694366455078,-8.51727294921875,209.86419677734375,68.7707748413086,-13.82917308807373,206.12965393066406,78.27664184570312,-14.701101303100586,214.75657653808594,69.96266174316406,-8.354005813598633,89.99225616455078,79.54016876220703,-9.043709754943848,85.12319946289062,74.50765991210938,-7.29968786239624,79.4100112915039,87.74134063720703,103.5246353149414,159.82025146484375,35.102603912353516,98.28489685058594,165.97918701171875,42.902992248535156,96.9095230102539,169.78436279296875,39.82647705078125,-7.941336154937744,87.9136734008789,68.76171112060547,-7.29968786239624,79.4100112915039,87.74134063720703,-9.043709754943848,85.12319946289062,74.50765991210938,56.26543045043945,107.70702362060547,56.18637466430664,50.10224151611328,113.57292175292969,75.15042114257812,63.1046257019043,106.01251983642578,61.37290573120117,-39.34177017211914,217.23280334472656,56.46320724487305,-35.32340621948242,201.08212280273438,60.93544006347656,-37.525978088378906,209.35348510742188,61.35078048706055,23.454561233520508,93.3142318725586,74.10911560058594,18.85919952392578,94.94670104980469,82.9189224243164,13.808941841125488,91.76661682128906,72.36568450927734,-65.1102523803711,76.96593475341797,5.515864849090576,-62.40571594238281,75.63826751708984,-1.1686580181121826,-59.450645446777344,84.58744812011719,7.3612871170043945,19.526416778564453,62.62575149536133,78.7177963256836,13.713212013244629,61.690887451171875,82.8904800415039,22.38454246520996,66.35071563720703,81.90898132324219,13.16904067993164,83.39373016357422,-6.101498126983643,22.319499969482422,82.09711456298828,1.7617210149765015,16.252840042114258,75.02294921875,-1.7672300338745117,-91.25017547607422,213.45379638671875,-21.23619270324707,-98.81165313720703,201.5356903076172,-23.97747039794922,-103.12785339355469,197.3555145263672,-19.51575469970703,55.62852096557617,51.756813049316406,-20.237760543823242,44.46858596801758,56.69538497924805,-33.129459381103516,56.29865646362305,54.65144348144531,-43.54910659790039,58.805137634277344,157.9877471923828,-132.69285583496094,49.61996841430664,143.5893096923828,-145.2671356201172,55.02360916137695,167.2123565673828,-129.65101623535156,109.38225555419922,119.67906951904297,-38.91321563720703,100.3615493774414,133.23553466796875,-28.230846405029297,108.516357421875,130.78501892089844,-24.37543296813965,-110.35587310791016,130.1158447265625,22.576723098754883,-114.6404037475586,111.83668518066406,12.684127807617188,-109.71305084228516,114.72879028320312,10.294903755187988,79.938720703125,53.17223358154297,49.6632194519043,84.34209442138672,52.06264877319336,59.00785446166992,85.71138763427734,61.185611724853516,45.437355041503906,-65.39893341064453,153.64964294433594,104.39106750488281,-53.93647766113281,150.97784423828125,114.17401123046875,-50.83714294433594,158.1869354248047,97.52296447753906,-0.14660200476646423,102.99063110351562,84.36286163330078,3.6138229370117188,84.81529235839844,81.02725982666016,1.1338729858398438,90.56766510009766,94.12413787841797,-44.83903884887695,240.50868225097656,-7.186519145965576,-59.57780075073242,235.29110717773438,-12.631131172180176,-63.623043060302734,235.31964111328125,-4.508469104766846,-46.723297119140625,100.28299713134766,-152.98573303222656,-34.20354461669922,105.07881927490234,-155.86886596679688,-29.245241165161133,96.58519744873047,-157.25657653808594,32.911293029785156,71.22614288330078,14.777702331542969,31.00786781311035,85.54646301269531,11.727348327636719,37.38188171386719,75.72846221923828,15.242838859558105,48.94224166870117,63.07290267944336,28.24125099182129,51.683349609375,65.04466247558594,26.48334312438965,57.58679962158203,62.763004302978516,27.01020050048828,7.903135776519775,71.23634338378906,60.170555114746094,18.5544376373291,59.38190841674805,53.852298736572266,11.151598930358887,72.84967803955078,56.972450256347656,-87.49012756347656,55.7917366027832,-18.42601776123047,-82.96710205078125,56.06001663208008,-32.79943084716797,-90.50896453857422,58.9613151550293,-37.050296783447266,66.71832275390625,117.35847473144531,-139.73416137695312,75.16633605957031,108.37091064453125,-134.5304718017578,75.44715118408203,121.86551666259766,-133.5059051513672,-82.33381652832031,118.97077941894531,-127.78080749511719,-78.60468292236328,118.8910140991211,-135.62416076660156,-93.64009094238281,114.9483871459961,-112.59281921386719,85.27479553222656,180.08106994628906,-75.50704956054688,81.53006744384766,180.80406188964844,-69.11051940917969,87.34149932861328,171.62879943847656,-71.91526794433594,9.609844207763672,133.43362426757812,50.43828582763672,5.886478900909424,130.84225463867188,54.41318893432617,15.539631843566895,124.39501190185547,60.938262939453125,111.81576538085938,138.8389434814453,-31.647388458251953,105.31114959716797,151.1942596435547,-12.264540672302246,107.7667236328125,163.0321807861328,0.30687400698661804,-93.56660461425781,130.16860961914062,-35.54350662231445,-111.81576538085938,138.8389434814453,-31.647388458251953,-98.63155364990234,137.8452911376953,-27.89718246459961,-83.93582153320312,131.31039428710938,88.52184295654297,-79.61860656738281,131.25079345703125,98.7614974975586,-86.94928741455078,121.57752990722656,92.5204849243164,35.40854263305664,156.90394592285156,122.21293640136719,23.784507751464844,143.5245819091797,125.56130981445312,16.56370735168457,155.36709594726562,121.0062255859375,-6.485029220581055,198.41233825683594,-64.28118896484375,-5.595229148864746,188.90274047851562,-55.39155960083008,-4.014556884765625,173.4002685546875,-76.56452178955078,4.726809024810791,119.84876251220703,119.89751434326172,-0.9808880090713501,135.4635467529297,119.2203598022461,6.564389228820801,128.94406127929688,124.08856201171875,-78.6189193725586,109.02307891845703,-37.04417419433594,-82.79693603515625,106.33174133300781,-38.29339599609375,-70.94197082519531,96.14134216308594,-45.69535827636719,21.499170303344727,81.93135070800781,108.10738372802734,19.240280151367188,83.9139633178711,93.91719055175781,16.63581085205078,83.06046295166016,83.55484008789062,-46.63419723510742,82.96957397460938,3.9525859355926514,-49.32442092895508,98.09980010986328,17.536958694458008,-39.40358352661133,107.50470733642578,24.830991744995117,-7.50803279876709,89.16336822509766,75.62544250488281,-3.1024138927459717,93.47528076171875,80.66921997070312,-4.600621223449707,83.57942962646484,79.75656127929688,8.396459579467773,85.16559600830078,-129.69500732421875,8.099207878112793,85.9958724975586,-110.24507141113281,8.292135238647461,79.08811950683594,-103.58734130859375,-101.32579803466797,123.6048583984375,69.70572662353516,-104.45832824707031,109.6962661743164,71.24612426757812,-94.50240325927734,119.73835754394531,68.88925170898438,-45.61625289916992,167.74081420898438,-111.31486511230469,-44.943763732910156,164.34951782226562,-126.09854125976562,-38.95708465576172,162.1116180419922,-122.22640991210938,43.64308166503906,112.0104751586914,79.04592895507812,49.6798095703125,109.84117889404297,71.24353790283203,66.01374816894531,105.81978607177734,73.16642761230469,39.59006881713867,187.04200744628906,69.85707092285156,42.138484954833984,172.97337341308594,80.47838592529297,40.26936340332031,182.2982177734375,84.74537658691406,-109.48906707763672,146.12669372558594,-70.60244750976562,-112.70291900634766,159.3720245361328,-63.63182067871094,-104.59584045410156,162.38111877441406,-73.92015838623047,91.89852142333984,148.5301513671875,-75.27021026611328,100.90045166015625,153.86277770996094,-76.06465148925781,99.18865966796875,133.9736785888672,-71.22870635986328,-1.1929219961166382,115.1561508178711,23.76259422302246,-10.18139934539795,104.58099365234375,28.949207305908203,-12.870573043823242,113.38894653320312,22.960580825805664,97.43336486816406,137.7884063720703,79.67234802246094,86.67353820800781,134.04547119140625,86.2349624633789,89.99351501464844,125.89537811279297,91.57662200927734,84.9645767211914,53.73323440551758,74.9489517211914,84.34209442138672,52.06264877319336,59.00785446166992,70.8760757446289,45.46518325805664,76.5923843383789,-86.56358337402344,201.71031188964844,-47.12345886230469,-79.92131805419922,201.33241271972656,-69.38180541992188,-74.12471771240234,205.03897094726562,-54.50931930541992,-62.45002746582031,219.61737060546875,21.67955780029297,-59.91688919067383,228.27870178222656,23.10633087158203,-57.5706901550293,228.5319061279297,7.948878765106201,-37.69767379760742,215.4377899169922,-49.73406219482422,-45.906272888183594,218.90280151367188,-56.82638168334961,-33.10709762573242,223.53997802734375,-64.97742462158203,-22.069612503051758,110.39590454101562,96.65864562988281,-13.448179244995117,116.88407135009766,77.35115814208984,-33.02940368652344,110.4614486694336,96.2174301147461,-7.19664192199707,158.49082946777344,42.86137771606445,-5.0166168212890625,164.97511291503906,24.343212127685547,-7.528894901275635,173.93775939941406,30.125093460083008,-80.13032531738281,96.25194549560547,45.46696090698242,-81.3382568359375,103.03605651855469,64.85289001464844,-85.52714538574219,106.36799621582031,62.017452239990234,-7.831222057342529,201.39376831054688,5.961692810058594,-5.956813812255859,179.64405822753906,10.395219802856445,-9.280534744262695,207.34225463867188,14.335689544677734,-91.38877868652344,121.80738830566406,-44.166133880615234,-96.22924041748047,120.50102996826172,-49.481300354003906,-86.71829223632812,115.48918914794922,-61.391693115234375,-46.16383743286133,139.61651611328125,127.01439666748047,-42.30463409423828,154.29786682128906,126.18885040283203,-52.91310501098633,142.4986572265625,122.30856323242188,6.061622142791748,130.8232421875,45.39559555053711,7.564336776733398,108.1739730834961,35.40652084350586,9.209269523620605,124.2193832397461,38.348140716552734,-49.32304382324219,57.538612365722656,53.74751663208008,-46.68898010253906,65.15633392333984,33.695457458496094,-34.8836669921875,59.48269271850586,47.97623825073242,-84.04539489746094,210.12979125976562,51.22040939331055,-90.9525375366211,190.4607391357422,48.03644561767578,-93.29003143310547,179.25772094726562,58.80222702026367,59.401771545410156,85.34913635253906,-96.0009765625,65.23735809326172,87.07986450195312,-103.23301696777344,73.21858978271484,83.71980285644531,-82.86711883544922,-2.337671995162964,111.4687728881836,26.749155044555664,0.4947740137577057,120.63275146484375,13.211687088012695,1.3950510025024414,115.234130859375,14.549527168273926,-81.82647705078125,142.41995239257812,96.15594482421875,-80.08797454833984,167.63380432128906,86.39401245117188,-76.75260162353516,153.99180603027344,95.34475708007812,-89.83273315429688,65.53521728515625,-4.360073089599609,-100.23837280273438,81.30986022949219,12.016256332397461,-90.97125244140625,81.33045959472656,14.200992584228516,-11.902545928955078,138.2097625732422,59.72636795043945,-21.648609161376953,126.52613067626953,51.886985778808594,-19.7176456451416,138.37998962402344,55.313255310058594,96.229248046875,120.50102996826172,-49.481300354003906,86.57566833496094,115.46106719970703,-61.582149505615234,95.59564208984375,116.80802154541016,-64.63908386230469,31.74527359008789,118.29875183105469,119.68175506591797,32.98933410644531,129.7145233154297,125.56788635253906,46.957305908203125,119.25921630859375,117.90882873535156,5.497262954711914,116.03070068359375,51.77598571777344,2.404026985168457,125.77103424072266,54.04909896850586,4.184377193450928,112.26795196533203,48.139183044433594,-16.010019302368164,240.76564025878906,-30.339462280273438,-11.374101638793945,241.24124145507812,-10.319952011108398,-10.69070053100586,234.90167236328125,-21.31524085998535,83.19989776611328,77.6827163696289,80.96631622314453,85.91848754882812,77.83401489257812,75.39344787597656,78.99253845214844,86.63634490966797,89.69682312011719,19.81057357788086,149.6488800048828,47.957298278808594,9.79175090789795,154.55453491210938,38.202877044677734,14.975020408630371,152.37486267089844,46.1949348449707,-31.4454402923584,115.2432861328125,100.82050323486328,-41.57102584838867,111.829345703125,97.43730926513672,-33.47889709472656,112.44331359863281,92.19231414794922,-21.619321823120117,238.55157470703125,-33.26695251464844,-27.393428802490234,234.7589569091797,-41.28703689575195,-21.96610450744629,230.48599243164062,-47.99159240722656,46.91610336303711,58.316864013671875,64.90435791015625,36.332420349121094,59.381919860839844,66.07355499267578,36.02745056152344,57.902584075927734,54.057777404785156,56.33469772338867,91.12348937988281,99.33488464355469,47.76972961425781,92.49713134765625,100.56145477294922,48.59169387817383,88.9365234375,104.59773254394531,-10.234203338623047,105.14801025390625,-2.3515119552612305,-1.496899962425232,117.06224822998047,0.7844240069389343,11.860563278198242,98.7433853149414,-5.088424205780029,83.38243865966797,209.8225555419922,34.052085876464844,82.73816680908203,216.26123046875,29.513463973999023,77.82965850830078,215.25161743164062,34.71528244018555,22.19680404663086,125.18365478515625,10.32689094543457,31.941146850585938,126.05879974365234,19.959396362304688,24.71171760559082,129.6187286376953,21.77811050415039,51.41507339477539,157.9132843017578,98.27296447753906,49.91462326049805,162.53439331054688,104.40959167480469,53.11592483520508,151.55368041992188,113.34180450439453,84.37139129638672,140.94606018066406,-21.39292335510254,97.91678619384766,148.21275329589844,-9.184024810791016,86.1085433959961,148.11260986328125,-8.190838813781738,-85.8730697631836,62.582557678222656,-53.84381866455078,-82.04829406738281,63.227909088134766,-64.72024536132812,-79.0025405883789,54.437137603759766,-47.195213317871094,-31.190799713134766,112.89189910888672,123.4387435913086,-30.340024948120117,111.6396713256836,110.5845718383789,-21.21326446533203,118.27155303955078,119.23218536376953,45.61625289916992,167.74081420898438,-111.31486511230469,38.95708465576172,162.1116180419922,-122.22640991210938,44.943763732910156,164.34951782226562,-126.09854125976562,17.757722854614258,171.9327850341797,98.04302215576172,11.299102783203125,174.60659790039062,104.17222595214844,8.970056533813477,172.2152862548828,88.2243423461914,23.943986892700195,183.92579650878906,99.64717102050781,25.269996643066406,174.04232788085938,105.69129180908203,17.986949920654297,180.6005859375,97.57238006591797,84.49117279052734,119.05045318603516,66.70840454101562,81.4408187866211,112.84981536865234,76.50526428222656,90.94962310791016,122.15718841552734,68.12866973876953,23.829483032226562,87.8572006225586,90.31131744384766,17.455265045166016,86.41101837158203,87.3027114868164,21.728103637695312,89.65727233886719,86.1996078491211,-28.703094482421875,209.65562438964844,67.40890502929688,-32.32773971557617,208.2993927001953,58.71104049682617,-23.48926544189453,214.28941345214844,67.01746368408203,76.04241180419922,164.97071838378906,54.04265594482422,93.49198150634766,161.7835693359375,63.932064056396484,72.82247924804688,166.13284301757812,65.99417114257812,97.97074890136719,85.39064025878906,54.14107894897461,92.91177368164062,78.96208953857422,51.64097213745117,92.01126861572266,80.76425170898438,54.474266052246094,-71.2825698852539,101.99942016601562,-47.74201965332031,-65.65969848632812,97.81672668457031,-58.35059356689453,-73.62029266357422,106.35059356689453,-65.84063720703125,73.55928802490234,99.89402770996094,-132.47406005859375,92.1554183959961,96.48207092285156,-114.10717010498047,82.80450439453125,92.8427963256836,-118.7059097290039,-74.0129165649414,100.015869140625,103.20281982421875,-78.18357849121094,103.65187072753906,88.1833724975586,-57.317176818847656,104.24617767333984,115.42437744140625,15.894845008850098,71.01915740966797,-109.98722076416016,7.388001918792725,76.0252914428711,-90.94642639160156,10.680500030517578,71.96603393554688,-116.33399200439453,-77.34978485107422,180.26515197753906,-69.7740478515625,-83.10694885253906,172.9873046875,-68.97903442382812,-81.57294464111328,179.55758666992188,-75.83898162841797,-69.69815063476562,56.29743957519531,-22.703405380249023,-63.86493682861328,57.268402099609375,-6.967719078063965,-55.80699157714844,54.68778610229492,-20.18878173828125,-8.60074234008789,106.15299987792969,42.50307083129883,-15.132678985595703,98.51221466064453,45.43159103393555,-8.27265453338623,102.0000228881836,52.78928756713867,92.17134857177734,180.40774536132812,-43.86363220214844,91.81831359863281,187.50953674316406,-55.63275909423828,104.4798355102539,172.92843627929688,-53.982521057128906,109.9859848022461,179.2395477294922,-27.194698333740234,115.00226593017578,169.4496612548828,-36.004573822021484,107.8685531616211,185.8116912841797,-31.244657516479492,73.24322509765625,201.7643585205078,-25.98142433166504,83.29821014404297,186.85018920898438,-27.8369140625,94.62450408935547,194.55453491210938,-25.954326629638672,93.78952026367188,148.1875,-72.71971130371094,78.84593963623047,160.8212127685547,-78.93671417236328,91.89852142333984,148.5301513671875,-75.27021026611328,92.47874450683594,158.56344604492188,75.5293197631836,85.25558471679688,166.64999389648438,67.62516784667969,78.87078857421875,164.7113800048828,70.33068084716797,-103.0619125366211,161.38490295410156,-71.2608642578125,-102.3018569946289,151.44842529296875,-72.18479919433594,-80.61892700195312,161.56134033203125,-75.9466781616211,73.24378967285156,166.6791229248047,-98.1771240234375,73.94107818603516,170.80966186523438,-101.73506927490234,70.87261199951172,165.0805206298828,-113.56341552734375,-6.418006896972656,174.4665069580078,69.68590545654297,-6.119643211364746,156.2487030029297,55.55482864379883,-4.180936813354492,184.4281005859375,69.71524047851562,-105.68888854980469,124.93273162841797,66.68745422363281,-101.32579803466797,123.6048583984375,69.70572662353516,-105.18741607666016,128.10263061523438,74.3580093383789,-27.557838439941406,54.061580657958984,51.70652389526367,-34.314510345458984,56.50104904174805,49.66259002685547,-41.06874084472656,50.631778717041016,46.09930419921875,86.57566833496094,115.46106719970703,-61.582149505615234,87.12835693359375,119.42559051513672,-72.41625213623047,95.59564208984375,116.80802154541016,-64.63908386230469,-62.65301513671875,112.96810150146484,27.624353408813477,-56.21505355834961,110.2583999633789,22.132946014404297,-54.36990737915039,99.07878112792969,20.5260066986084,-86.71829223632812,115.48918914794922,-61.391693115234375,-68.97539520263672,129.33705139160156,-57.562923431396484,-85.61637115478516,125.19913482666016,-41.061424255371094,-48.23114776611328,74.39588928222656,108.00926971435547,-32.46336364746094,77.2034912109375,108.08077239990234,-26.0590877532959,82.37195587158203,107.0784912109375,35.17767333984375,60.95053482055664,53.021827697753906,29.68231201171875,61.87071990966797,62.915199279785156,46.70185852050781,59.71926498413086,56.53807067871094,19.99032211303711,88.7375717163086,-53.81828689575195,13.310965538024902,90.4868392944336,-55.269832611083984,9.242097854614258,86.11109924316406,-63.782222747802734,5.705564975738525,92.2613525390625,-90.4621810913086,5.091381072998047,86.9243392944336,-111.44984436035156,5.438755989074707,84.81947326660156,-76.50140380859375,-35.63838195800781,122.80725860595703,-155.12074279785156,-26.15845489501953,119.7763442993164,-158.9589385986328,-24.469953536987305,133.707275390625,-158.97030639648438,-22.472749710083008,95.03124237060547,64.29756927490234,-9.743523597717285,113.52311706542969,55.42334747314453,-9.001264572143555,106.88619232177734,61.89632797241211,62.450721740722656,96.60831451416016,-48.42087936401367,65.65969848632812,97.81672668457031,-58.35059356689453,53.77442932128906,91.1080551147461,-57.08574295043945,-22.209829330444336,80.93839263916016,27.268766403198242,-22.726123809814453,100.17572021484375,17.36780548095703,-15.84328842163086,84.34976196289062,38.39578628540039,-32.242759704589844,74.67070770263672,111.56575775146484,-32.002357482910156,69.31475067138672,96.87366485595703,-22.873960494995117,76.66657257080078,101.63124084472656,-9.743523597717285,113.52311706542969,55.42334747314453,-22.472749710083008,95.03124237060547,64.29756927490234,-26.18044090270996,95.21694946289062,55.11602783203125,70.99456787109375,59.797218322753906,80.55265808105469,71.16761779785156,59.890220642089844,59.19605255126953,74.01195526123047,63.62308883666992,77.74195861816406,6.0063629150390625,207.79725646972656,-77.16446685791016,5.485970973968506,208.09617614746094,-69.82048797607422,4.033278942108154,218.7055206298828,-64.11685943603516,-24.335018157958984,129.7071533203125,30.947189331054688,-34.06319808959961,114.26367950439453,25.82225799560547,-25.26554298400879,127.83161926269531,37.23456573486328,-62.65412902832031,150.97117614746094,-131.08799743652344,-69.17189025878906,149.328369140625,-121.90263366699219,-73.39991760253906,167.19708251953125,-114.5911865234375,40.520870208740234,155.6297607421875,-132.91574096679688,45.42993927001953,166.15090942382812,-129.25103759765625,43.12678146362305,148.80874633789062,-139.20582580566406,14.975020408630371,152.37486267089844,46.1949348449707,9.601252555847168,160.7864532470703,41.529022216796875,8.936485290527344,157.2982177734375,53.81788635253906,75.16633605957031,108.37091064453125,-134.5304718017578,90.05592346191406,98.27914428710938,-112.54249572753906,80.67774963378906,110.05774688720703,-129.61131286621094,-7.3252692222595215,183.14797973632812,58.9864616394043,-6.04849100112915,168.06459045410156,52.00288009643555,-7.632585048675537,185.89193725585938,71.30899810791016,85.91848754882812,77.83401489257812,75.39344787597656,70.82478332519531,88.1739501953125,94.10455322265625,78.99253845214844,86.63634490966797,89.69682312011719,8.935580253601074,172.34107971191406,-97.87154388427734,8.700702667236328,161.93362426757812,-92.44546508789062,6.090065956115723,162.1533660888672,-110.88521575927734,-25.718036651611328,115.34554290771484,56.03443908691406,-10.94087028503418,128.61451721191406,42.45955276489258,-8.834693908691406,130.29220581054688,49.76544189453125,92.1554183959961,96.48207092285156,-114.10717010498047,101.14253997802734,102.73089599609375,-97.0608139038086,91.97430419921875,91.04540252685547,-102.24309539794922,-36.6645393371582,160.57879638671875,-138.74549865722656,-43.12678527832031,148.80874633789062,-139.20584106445312,-40.520870208740234,155.6297607421875,-132.91574096679688,-43.454898834228516,157.16775512695312,121.96441650390625,-47.87113952636719,162.42771911621094,108.88513946533203,-42.38985061645508,169.3947296142578,109.5661849975586,82.85517120361328,208.66160583496094,41.64009475708008,68.73052978515625,217.4584503173828,51.759700775146484,75.09209442138672,213.21226501464844,40.12816619873047,-51.42006301879883,94.42030334472656,-20.60515594482422,-41.477996826171875,90.14472961425781,-23.464380264282227,-48.815399169921875,93.05736541748047,-32.249664306640625,-94.87612915039062,141.7064666748047,-100.08727264404297,-85.03469848632812,144.28250122070312,-112.2625961303711,-81.8855209350586,149.8583984375,-112.22164154052734,98.89356994628906,138.41929626464844,-88.2577896118164,91.56725311279297,135.49285888671875,-84.8985595703125,99.18891906738281,143.39862060546875,-85.72953033447266,-10.225196838378906,133.20028686523438,49.65095520019531,-10.587477684020996,128.08766174316406,59.1932258605957,-5.41002893447876,132.27731323242188,50.99484634399414,36.13791275024414,124.71521759033203,74.54542541503906,27.507099151611328,122.87779235839844,83.18376922607422,42.01594161987305,117.61007690429688,75.7219467163086,46.49543380737305,64.36102294921875,75.41950225830078,36.505496978759766,68.3218994140625,78.11430358886719,46.17035675048828,66.45756530761719,84.21835327148438,69.66667175292969,88.0092544555664,-119.23773956298828,66.41191101074219,91.7115478515625,-133.92910766601562,57.79353713989258,87.7530746459961,-134.39938354492188,-36.65147018432617,188.13995361328125,-119.4329605102539,-25.224149703979492,195.82159423828125,-116.63540649414062,-29.851253509521484,210.0712890625,-95.84693908691406,37.778709411621094,80.67706298828125,-12.07826042175293,48.491329193115234,67.9863052368164,-16.967021942138672,43.75771713256836,70.25183868408203,-20.937908172607422,70.27110290527344,87.7569351196289,98.87689971923828,86.97299194335938,78.294189453125,80.8378677368164,57.55634307861328,78.30126953125,90.31412506103516,-34.49570083618164,118.7541275024414,58.17426300048828,-36.99302291870117,115.63822174072266,41.404563903808594,-43.28271484375,114.75399780273438,40.95001983642578,95.59564208984375,116.80802154541016,-64.63908386230469,93.5919418334961,130.51177978515625,-82.4119644165039,101.34257507324219,121.7231674194336,-64.09385681152344,-94.731201171875,145.2259521484375,-104.43634796142578,-86.90510559082031,148.6949920654297,-112.75701141357422,-88.0224380493164,138.8070831298828,-113.6034927368164,98.45708465576172,85.12135314941406,64.96897888183594,92.6436538696289,91.33015441894531,60.3552131652832,92.80701446533203,80.55799865722656,48.039466857910156,-92.75627136230469,148.28988647460938,35.800140380859375,-98.6882553100586,129.4082794189453,19.553834915161133,-110.12803649902344,135.38229370117188,21.004507064819336,4.765940189361572,180.7830047607422,-123.43202209472656,6.457760810852051,193.39358520507812,-101.35600280761719,6.131587028503418,183.50320434570312,-105.07324981689453,92.1554183959961,96.48207092285156,-114.10717010498047,73.55928802490234,99.89402770996094,-132.47406005859375,77.27172088623047,107.35680389404297,-136.57176208496094,-28.05832862854004,228.00987243652344,58.753273010253906,-29.409391403198242,219.393310546875,62.60382080078125,-24.44388771057129,216.32225036621094,68.62362670898438,-6.805071830749512,122.7231216430664,-147.1622772216797,-6.592301845550537,112.29108428955078,-141.00534057617188,-7.686205863952637,107.10791015625,-150.31600952148438,87.55970001220703,59.483341217041016,43.64421463012695,66.7156753540039,51.484039306640625,38.887020111083984,65.28032684326172,65.86991119384766,28.330806732177734,86.75799560546875,150.35455322265625,-73.56403350830078,88.09558868408203,156.93272399902344,-82.07661437988281,95.48213958740234,148.8217315673828,-80.85206604003906,-81.44082641601562,112.8498306274414,76.50524139404297,-79.12229919433594,110.15003204345703,89.56388854980469,-74.1980972290039,109.79727172851562,74.50374603271484,-79.89775085449219,205.79270935058594,-65.61062622070312,-82.78885650634766,201.88848876953125,-71.21788787841797,-91.15939331054688,200.32058715820312,-54.569236755371094,-45.29990768432617,237.005126953125,22.922353744506836,-40.43500900268555,238.08926391601562,30.276227951049805,-48.74723815917969,233.67184448242188,28.97933006286621,56.18827438354492,62.780452728271484,68.8586196899414,46.49543380737305,64.36102294921875,75.41950225830078,46.17035675048828,66.45756530761719,84.21835327148438,-76.76827239990234,76.60464477539062,72.0863265991211,-66.71931457519531,75.69654846191406,66.74580383300781,-53.48741912841797,82.79039001464844,86.93807220458984,-98.98793029785156,143.15786743164062,-15.78258991241455,-107.10513305664062,147.1441650390625,-8.04634952545166,-81.38240814208984,146.0229949951172,-9.1276216506958,-23.45148468017578,82.13600158691406,90.2119140625,-25.362226486206055,81.16168975830078,99.05352020263672,-30.05129051208496,83.99495697021484,96.41427612304688,-82.33381652832031,118.97077941894531,-127.78080749511719,-93.64009094238281,114.9483871459961,-112.59281921386719,-86.16209411621094,124.1777572631836,-113.4048080444336,10.55361557006836,109.73932647705078,-148.45541381835938,6.431610107421875,142.84622192382812,-135.57911682128906,9.610774993896484,112.72602081298828,-141.05419921875,38.34941482543945,223.7361602783203,-46.04253005981445,42.58393859863281,230.37142944335938,-40.611244201660156,28.27916145324707,226.7459259033203,-50.48664474487305,114.5304183959961,106.38597869873047,36.45263671875,111.9457015991211,107.07814025878906,48.58531188964844,110.22264862060547,110.81365203857422,59.92971420288086,59.13572311401367,151.50189208984375,-130.89065551757812,55.11439514160156,165.72386169433594,-126.71294403076172,55.022972106933594,141.01467895507812,-140.4969482421875,-120.4395980834961,94.67513275146484,-9.840865135192871,-118.71751403808594,100.27145385742188,-10.567824363708496,-116.63235473632812,95.5278091430664,-27.008893966674805,22.19510269165039,71.03321075439453,64.79354858398438,19.530981063842773,71.93965148925781,74.20865631103516,17.108993530273438,80.194580078125,47.1883430480957,46.720794677734375,82.50357055664062,46.956119537353516,26.71430778503418,93.4417724609375,48.80183792114258,50.758323669433594,80.19824981689453,67.26757049560547,36.83197784423828,101.69551086425781,-152.15908813476562,30.25417137145996,93.81809997558594,-153.2515869140625,43.32371139526367,93.80517578125,-149.76585388183594,-79.17877197265625,120.22924041748047,-26.08198356628418,-70.15813446044922,147.63731384277344,-9.758296966552734,-78.49748992919922,128.2584228515625,-16.29302978515625,-8.50620174407959,93.52754211425781,52.12296676635742,-11.23935317993164,81.31414794921875,70.08915710449219,-9.296187400817871,88.53075408935547,64.9381332397461,44.82493591308594,63.2020263671875,91.08203887939453,64.07559967041016,60.52340316772461,87.36795806884766,51.522335052490234,69.54789733886719,107.59893035888672,91.61943817138672,196.7655487060547,-43.18775177001953,86.56358337402344,201.71031188964844,-47.12345886230469,88.81321716308594,196.1399688720703,-58.75895309448242,92.78512573242188,178.00672912597656,55.81687927246094,89.25761413574219,187.0850830078125,52.160614013671875,98.28489685058594,165.97918701171875,42.902992248535156,-55.01533126831055,72.60963439941406,43.376949310302734,-68.19602966308594,70.34598541259766,52.9902458190918,-55.28080749511719,76.34671020507812,52.91472625732422,-44.80656051635742,194.39146423339844,88.87702941894531,-40.710227966308594,190.45957946777344,87.36920166015625,-39.80952453613281,195.4752655029297,71.45570373535156,-31.371318817138672,40.24143600463867,61.74418640136719,-45.519771575927734,41.91105651855469,68.32664489746094,-30.519102096557617,39.320594787597656,68.50558471679688,-101.58580780029297,180.65513610839844,-36.1512565612793,-103.50593566894531,164.99566650390625,-42.553279876708984,-91.39544677734375,174.9780731201172,-36.52412033081055,-22.24294090270996,228.75674438476562,55.351314544677734,-32.2493896484375,230.17945861816406,51.79884338378906,-28.05832862854004,228.00987243652344,58.753273010253906,-31.567398071289062,112.2890396118164,25.351627349853516,-36.28998565673828,108.69315338134766,31.121240615844727,-39.12210464477539,97.47710418701172,16.04416847229004,-79.12229919433594,110.15003204345703,89.56388854980469,-81.44082641601562,112.8498306274414,76.50524139404297,-92.43448638916016,113.0585708618164,81.52184295654297,-5.167065143585205,106.34547424316406,-72.5920639038086,-5.438755989074707,84.81947326660156,-76.50140380859375,-5.705565929412842,92.2613525390625,-90.4621810913086,26.607921600341797,61.39918518066406,24.637327194213867,32.911293029785156,71.22614288330078,14.777702331542969,37.523250579833984,68.38037109375,18.71072769165039,47.14496994018555,103.15055084228516,125.58008575439453,22.3148250579834,96.3585433959961,127.93966674804688,32.952701568603516,92.84562683105469,129.7178497314453,-91.38877868652344,121.80738830566406,-44.166133880615234,-85.61637115478516,125.19913482666016,-41.061424255371094,-91.76954650878906,126.93495178222656,-34.67723083496094,84.49117279052734,119.05045318603516,66.70840454101562,79.6384048461914,112.62360382080078,70.74149322509766,81.4408187866211,112.84981536865234,76.50526428222656,42.01594161987305,117.61007690429688,75.7219467163086,27.507099151611328,122.87779235839844,83.18376922607422,32.254886627197266,116.62164306640625,87.1662368774414,39.039188385009766,199.44898986816406,-99.37568664550781,43.35377883911133,191.05752563476562,-92.72793579101562,42.408973693847656,188.16964721679688,-98.5210952758789,48.872684478759766,80.30973815917969,88.68683624267578,34.36436080932617,88.5811538696289,103.18285369873047,26.706750869750977,83.31192016601562,95.7621841430664,115.09844970703125,161.51914978027344,-22.103656768798828,107.12158966064453,178.26608276367188,-27.327123641967773,111.96956634521484,168.02821350097656,-38.37691116333008,23.239046096801758,122.5915756225586,4.082557201385498,12.705788612365723,112.39704895019531,-7.784809112548828,15.597996711730957,125.62800598144531,-1.3553709983825684,84.2177505493164,89.87864685058594,88.99276733398438,78.99253845214844,86.63634490966797,89.69682312011719,80.00601196289062,86.39878845214844,88.9051742553711,-3.1007750034332275,150.23641967773438,-139.17782592773438,-3.8248419761657715,163.33042907714844,-142.4402618408203,-3.3564820289611816,160.69662475585938,-135.62762451171875,93.6555404663086,153.99806213378906,39.9434700012207,111.48310089111328,147.24960327148438,33.80244064331055,97.80781555175781,143.32809448242188,28.951980590820312,-12.708694458007812,114.0174560546875,26.46253776550293,-20.221288681030273,77.9031753540039,41.92203903198242,-13.77932071685791,88.979736328125,40.16938781738281,-99.16881561279297,154.8249969482422,69.47638702392578,-103.54695129394531,151.7576904296875,49.764747619628906,-93.49198150634766,161.7835693359375,63.932064056396484,-67.85125732421875,133.87548828125,-76.08859252929688,-61.775691986083984,134.9234161376953,-72.72692108154297,-62.28108596801758,136.0875244140625,-76.66817474365234,-33.000606536865234,219.48985290527344,-86.71440124511719,-33.204315185546875,208.36019897460938,-100.43529510498047,-42.53361511230469,217.21389770507812,-83.62032318115234,-8.483375549316406,133.43040466308594,-154.61474609375,-6.805071830749512,122.7231216430664,-147.1622772216797,-13.849328994750977,118.48027801513672,-159.58486938476562,-57.269744873046875,76.71752166748047,44.8818359375,-52.396881103515625,77.06803131103516,34.97566604614258,-56.58811950683594,68.80680084228516,39.314395904541016,-59.86665344238281,110.26728057861328,2.7341949939727783,-57.780723571777344,114.40699005126953,11.118634223937988,-53.88462448120117,121.09320068359375,15.165303230285645,43.949676513671875,76.86764526367188,20.47003173828125,36.9759635925293,89.00190734863281,18.967824935913086,49.11787796020508,76.63493347167969,18.15781021118164,-7.521996021270752,110.44732666015625,48.40067672729492,-8.27265453338623,102.0000228881836,52.78928756713867,-7.948960781097412,111.6032943725586,55.36320114135742,-2.6392879486083984,71.37892150878906,-0.7181469798088074,6.710779190063477,69.36778259277344,2.695751905441284,-3.920077085494995,78.38748168945312,-5.43867301940918,110.77808380126953,175.3822021484375,-20.575485229492188,111.03406524658203,187.10243225097656,-8.722845077514648,114.71310424804688,182.5324249267578,-3.4660120010375977,17.600833892822266,121.64722442626953,124.66825866699219,6.564389228820801,128.94406127929688,124.08856201171875,12.964091300964355,131.75369262695312,125.22808837890625,-108.0594482421875,145.9866180419922,26.93869400024414,-92.75627136230469,148.28988647460938,35.800140380859375,-110.12803649902344,135.38229370117188,21.004507064819336,4.831472873687744,110.3282241821289,48.87486267089844,6.237499237060547,100.17062377929688,53.63685989379883,4.474524021148682,113.2343978881836,52.89100646972656,-65.39893341064453,153.64964294433594,104.39106750488281,-59.8585090637207,157.24163818359375,100.81072998046875,-70.78141784667969,157.80699157714844,99.25892639160156,100.84919738769531,80.25445556640625,-52.05373764038086,104.05567932128906,89.19538879394531,-42.481666564941406,111.63690948486328,94.82879638671875,-32.71684646606445,-63.88798141479492,77.84323120117188,82.84271240234375,-65.30482482910156,71.127197265625,74.68640899658203,-75.61366271972656,74.2154541015625,71.6416015625,23.921113967895508,107.68534851074219,96.26670837402344,14.896112442016602,102.08417510986328,116.14363098144531,12.8958158493042,105.84066009521484,97.1480484008789,-6.124818801879883,171.7482147216797,-97.21759033203125,-5.433269023895264,161.4710693359375,-93.48241424560547,-2.9313600063323975,164.59495544433594,-113.41104888916016,58.71734619140625,214.0812225341797,9.563332557678223,59.212127685546875,222.3208770751953,22.44000816345215,55.25831985473633,226.1945343017578,7.293327808380127,-56.84651565551758,69.63468170166016,-5.615133762359619,-62.40571594238281,75.63826751708984,-1.1686580181121826,-70.17194366455078,68.3995132446289,-1.5896589756011963,28.05832862854004,228.00987243652344,58.753273010253906,44.901397705078125,223.61976623535156,52.09313201904297,32.2493896484375,230.17945861816406,51.79884338378906,-43.217613220214844,111.21353912353516,40.47735595703125,-62.65301513671875,112.96810150146484,27.624353408813477,-45.49291229248047,105.55150604248047,29.58649253845215,22.754764556884766,179.36851501464844,71.2583236694336,24.54900360107422,161.2827606201172,64.77960968017578,13.912894248962402,176.8645782470703,71.05450439453125,13.490315437316895,99.1231918334961,-54.422584533691406,11.315666198730469,109.62919616699219,-48.623470306396484,20.925857543945312,103.16838073730469,-40.743141174316406,96.46661376953125,149.29190063476562,38.68320083618164,111.71637725830078,144.21109008789062,35.304229736328125,103.54695129394531,151.7576904296875,49.764747619628906,-8.834693908691406,130.29220581054688,49.76544189453125,-6.061511039733887,130.82333374023438,45.39598846435547,-7.0174689292907715,122.34660339355469,62.99021911621094,46.379364013671875,57.87849044799805,32.66938018798828,50.839324951171875,61.294857025146484,31.028594970703125,57.58679962158203,62.763004302978516,27.01020050048828,-36.79853439331055,172.65045166015625,-132.3417510986328,-46.92292785644531,170.5859832763672,-114.46566772460938,-43.30820083618164,185.2101287841797,-119.60503387451172,8.504049301147461,94.55055236816406,50.873470306396484,9.303674697875977,88.4529037475586,65.10499572753906,10.120381355285645,84.52498626708984,62.33353042602539,4.256759166717529,101.45594024658203,73.86345672607422,5.89129114151001,89.99127197265625,82.17520141601562,7.895063877105713,91.7929458618164,74.45246124267578,-74.30937957763672,86.07990264892578,-77.5972900390625,-56.73462677001953,90.37765502929688,-107.72077178955078,-65.43193817138672,90.19873809814453,-102.30757904052734,-50.83584213256836,163.08847045898438,109.08140563964844,-42.93734359741211,173.25933837890625,109.7082748413086,-36.436912536621094,181.53395080566406,98.81421661376953,99.62306213378906,67.22489166259766,-49.53746032714844,91.21235656738281,59.046661376953125,-46.27729034423828,85.8730697631836,62.582557678222656,-53.84381866455078,-40.57193374633789,192.5705108642578,-91.7559585571289,-43.35377883911133,191.05751037597656,-92.72794342041016,-42.408973693847656,188.16964721679688,-98.5210952758789,55.3060417175293,113.11796569824219,-143.3770751953125,50.37035369873047,122.6782455444336,-138.66818237304688,36.83197784423828,101.69551086425781,-152.15908813476562,13.713212013244629,61.690887451171875,82.8904800415039,14.871777534484863,59.07761764526367,86.06867980957031,5.5816731452941895,62.63309860229492,78.58785247802734,42.1666259765625,241.24656677246094,29.31167984008789,43.37144088745117,237.3213348388672,34.204559326171875,50.03654098510742,236.41281127929688,30.103246688842773,14.40853500366211,170.84780883789062,82.43402099609375,10.630423545837402,182.40847778320312,88.46931457519531,11.655153274536133,182.5934600830078,82.4087142944336,-42.30463409423828,154.29786682128906,126.18885040283203,-43.918663024902344,157.52850341796875,127.32317352294922,-48.74981689453125,156.20223999023438,121.30731964111328,-48.91676330566406,89.00885772705078,104.64263916015625,-56.5601921081543,91.0787124633789,99.49705505371094,-57.42994689941406,87.65198516845703,102.81327056884766,-20.629369735717773,135.62158203125,25.883878707885742,-19.266132354736328,135.486572265625,16.975414276123047,-34.65829086303711,128.72857666015625,20.609533309936523,-106.6257553100586,170.89193725585938,21.024137496948242,-96.62750244140625,161.9873504638672,11.498259544372559,-99.37582397460938,172.56536865234375,10.018806457519531,-6.061511039733887,130.82333374023438,45.39598846435547,-5.758423805236816,120.12358856201172,45.64159393310547,-5.621157169342041,124.49137115478516,54.397430419921875,-92.52735137939453,151.20745849609375,77.45458984375,-90.24576568603516,133.71792602539062,81.64483642578125,-97.4039306640625,141.20401000976562,73.67030334472656,16.731369018554688,238.87356567382812,0.5111550092697144,23.341367721557617,242.71925354003906,1.4568730592727661,29.94358253479004,242.0311279296875,9.962987899780273,-9.242097854614258,86.11109924316406,-63.7822265625,-5.438755989074707,84.81947326660156,-76.50140380859375,-8.300874710083008,105.58153533935547,-54.57060241699219,-18.3630313873291,99.03690338134766,56.051029205322266,-13.998905181884766,98.25035858154297,62.014957427978516,-9.421598434448242,116.88896179199219,52.61309814453125,86.54301452636719,76.19642639160156,83.4775161743164,69.92162322998047,73.03553771972656,84.55217742919922,89.54286193847656,69.35806274414062,69.13494873046875,34.883670806884766,59.48269271850586,47.97623825073242,49.323028564453125,57.53860092163086,53.74755096435547,36.02745056152344,57.902584075927734,54.057777404785156,50.758323669433594,80.19824981689453,67.26757049560547,62.57065963745117,76.01241302490234,64.48970031738281,55.28049087524414,76.34687042236328,52.91493606567383,-19.210044860839844,118.80633544921875,70.72763061523438,-24.7501277923584,119.46434783935547,58.419288635253906,-31.776193618774414,114.06954956054688,75.32300567626953,111.76229095458984,124.51238250732422,11.32789421081543,98.6882553100586,129.4082794189453,19.553834915161133,110.12803649902344,135.38229370117188,21.004507064819336,-37.63487243652344,194.41632080078125,-101.94630432128906,-41.19467544555664,186.77728271484375,-110.50237274169922,-33.1617546081543,199.5635986328125,-106.57319641113281,64.07559967041016,60.52340316772461,87.36795806884766,47.74340057373047,57.97246551513672,75.4129409790039,48.657779693603516,54.359230041503906,53.910926818847656,105.18741607666016,128.1026153564453,74.35801696777344,101.1418228149414,144.1926727294922,70.02250671386719,97.43336486816406,137.7884063720703,79.67234802246094,-46.68898010253906,65.15633392333984,33.695457458496094,-56.26533889770508,66.90526580810547,43.265010833740234,-45.961708068847656,68.93574523925781,30.65899085998535,99.18891906738281,143.39862060546875,-85.72953033447266,94.82563781738281,130.04443359375,-73.39058685302734,95.00324249267578,138.00152587890625,-70.81275177001953,-93.98726654052734,79.9986343383789,51.935672760009766,-100.13143920898438,77.68961334228516,53.39665985107422,-95.15277099609375,81.87715148925781,47.91017532348633,-107.46334075927734,89.07453918457031,11.448920249938965,-115.41169738769531,102.71815490722656,35.16341781616211,-117.2857666015625,93.93110656738281,13.91071891784668,-53.77442932128906,91.1080551147461,-57.08574295043945,-61.09979248046875,97.22631072998047,-64.88268280029297,-65.65969848632812,97.81672668457031,-58.35059356689453,-17.579303741455078,79.97040557861328,59.49420166015625,-11.151301383972168,72.8508071899414,56.97290802001953,-8.448023796081543,84.32987213134766,65.07670593261719,-53.57510757446289,115.18658447265625,30.05144691467285,-56.21505355834961,110.2583999633789,22.132946014404297,-62.759708404541016,115.14341735839844,24.12207794189453,78.59285736083984,192.18943786621094,-72.91307830810547,88.32612609863281,186.73348999023438,-69.33365631103516,79.92131805419922,201.33241271972656,-69.38180541992188,-86.4731674194336,194.5419158935547,-34.26809310913086,-77.02412414550781,207.99481201171875,-34.76236343383789,-73.24322509765625,201.7643585205078,-25.98142433166504,-81.25425720214844,143.11183166503906,101.37109375,-68.01322937011719,139.83651733398438,112.19828796386719,-52.91310501098633,142.4986572265625,122.30856323242188,-47.73599624633789,57.97261047363281,75.4116439819336,-64.03528594970703,60.51816177368164,87.35811614990234,-48.65774154663086,54.359222412109375,53.91118240356445,11.860563278198242,98.7433853149414,-5.088424205780029,13.16904067993164,83.39373016357422,-6.101498126983643,-1.235640048980713,85.52520751953125,-9.568116188049316,20.3106689453125,91.52986907958984,-54.98965072631836,21.849477767944336,83.62380981445312,-83.07066345214844,14.67617416381836,79.81127166748047,-78.83108520507812,78.46146392822266,124.40875244140625,106.68883514404297,86.08721160888672,131.78118896484375,94.19709777832031,80.2064437866211,131.79397583007812,102.37964630126953,29.548250198364258,89.25272369384766,36.914127349853516,20.0925350189209,84.85812377929688,43.28350067138672,25.83421516418457,83.80685424804688,34.31666946411133,-92.17134857177734,180.40774536132812,-43.86363220214844,-91.39544677734375,174.9780731201172,-36.52412033081055,-103.50593566894531,164.99566650390625,-42.553279876708984,22.19680404663086,125.18365478515625,10.32689094543457,13.209409713745117,124.72451782226562,0.2499690055847168,19.286001205444336,118.43214416503906,3.4898459911346436,-11.34062671661377,146.180419921875,17.9468936920166,-16.11335563659668,140.64524841308594,39.79629135131836,-9.791749954223633,154.55455017089844,38.2028694152832,70.27110290527344,87.7569351196289,98.87689971923828,53.60723876953125,91.89161682128906,105.0303726196289,74.15359497070312,88.29883575439453,97.05061340332031,-24.344654083251953,240.68603515625,20.959243774414062,-8.36050033569336,221.6431884765625,33.52688217163086,-14.005090713500977,230.53964233398438,34.357120513916016,44.51581573486328,203.40655517578125,77.35077667236328,43.089881896972656,215.91836547851562,67.56002044677734,33.47113800048828,209.7670440673828,61.181678771972656,-42.32267379760742,182.79339599609375,83.67332458496094,-36.436912536621094,181.53395080566406,98.81421661376953,-36.95657730102539,184.23985290527344,92.2562026977539,-27.619426727294922,50.928104400634766,49.30174255371094,-39.92977523803711,50.29581069946289,42.753562927246094,-31.518455505371094,55.93595504760742,47.76823806762695,-45.16373062133789,88.44246673583984,20.103424072265625,-65.14906311035156,88.7186508178711,36.3644905090332,-58.47067642211914,82.46802520751953,26.49249267578125,-11.639571189880371,143.2615509033203,115.97406768798828,-7.188921928405762,144.41273498535156,102.41641998291016,-5.5065717697143555,150.63519287109375,92.14756774902344,-102.27569580078125,164.79673767089844,41.429439544677734,-90.83329772949219,181.76593017578125,40.26491165161133,-87.40814208984375,184.0514373779297,42.01448440551758,44.335514068603516,97.75899505615234,21.289958953857422,39.12210464477539,97.47710418701172,16.04416847229004,46.936676025390625,77.50715637207031,2.4420289993286133,91.97430419921875,91.04540252685547,-102.24309539794922,66.87277221679688,85.09326934814453,-120.01312255859375,73.54430389404297,86.64225769042969,-122.56654357910156,62.39500427246094,186.53564453125,93.53490447998047,79.70235443115234,173.59141540527344,85.2408447265625,69.55191040039062,184.5712432861328,84.05961608886719,-6.704352855682373,192.55970764160156,-41.19044494628906,-9.070321083068848,180.5233154296875,-52.73122787475586,-5.595229148864746,188.90274047851562,-55.39155960083008,78.04851531982422,154.17742919921875,-108.60456085205078,70.77445983886719,152.7397918701172,-111.68082427978516,81.8855209350586,149.8583984375,-112.22164154052734,89.47885131835938,210.3253173828125,-22.21787452697754,74.72826385498047,220.4300537109375,-20.974103927612305,84.8656234741211,207.91439819335938,-25.535259246826172,-86.9818344116211,53.98044967651367,-35.6134033203125,-88.2329330444336,52.727115631103516,-19.043180465698242,-97.24263763427734,60.321563720703125,-38.73381805419922,38.75422668457031,61.123626708984375,116.4408187866211,51.12595748901367,63.30073928833008,116.79380798339844,59.14909744262695,48.57324981689453,102.56761932373047,83.67877197265625,68.40086364746094,65.51647186279297,75.55953979492188,69.67642211914062,57.828887939453125,83.13431549072266,73.20781707763672,65.30293273925781,71.75895690917969,83.06251525878906,-71.948974609375,62.4271125793457,85.31453704833984,-66.01685333251953,58.75245666503906,80.69847869873047,-73.66189575195312,-54.08528137207031,93.74205017089844,-23.162504196166992,-52.60901641845703,101.69120025634766,-16.965822219848633,-51.928836822509766,92.29512023925781,-31.7854061126709,91.51162719726562,92.52264404296875,-88.3656234741211,100.46011352539062,111.23771667480469,-87.74835205078125,93.01544952392578,106.16581726074219,-85.56877899169922,9.318126678466797,167.42242431640625,63.22433853149414,6.048491954803467,168.0645751953125,52.00287628173828,7.632574081420898,185.8917236328125,71.30895233154297,74.29874420166016,173.19122314453125,94.26065826416016,70.8268814086914,158.8874053955078,99.15402221679688,78.23836517333984,156.15509033203125,96.98213958740234,22.59303092956543,136.17648315429688,-161.1651611328125,30.722667694091797,134.19859313964844,-160.24891662597656,23.829265594482422,120.4374008178711,-162.53976440429688,-9.55566692352295,92.79582977294922,65.73578643798828,-13.998905181884766,98.25035858154297,62.014957427978516,-15.734901428222656,90.95043182373047,70.42947387695312,102.23802947998047,76.23363494873047,0.8131049871444702,103.15755462646484,74.88185119628906,-21.53298568725586,92.51578521728516,59.579044342041016,-21.18408966064453,-11.125641822814941,87.04534912109375,67.32838439941406,-18.990272521972656,80.86032104492188,73.36048889160156,-11.609098434448242,87.80719757080078,72.87089538574219,-44.83903884887695,240.50868225097656,-7.186519145965576,-45.483787536621094,237.21368408203125,0.6815099716186523,-34.070308685302734,245.71926879882812,3.700287103652954,-11.678400993347168,111.85881042480469,-39.43829345703125,-15.141597747802734,103.49291229248047,-32.58839416503906,-10.952516555786133,113.62967681884766,-17.69682502746582,-83.10694885253906,172.9873046875,-68.97903442382812,-83.93220520019531,174.4275665283203,-83.07418060302734,-81.57294464111328,179.55758666992188,-75.83898162841797,47.1187858581543,79.90899658203125,-120.34858703613281,41.636837005615234,77.70748138427734,-99.73058319091797,31.010753631591797,70.30155944824219,-113.17948150634766,68.65298461914062,51.49694061279297,-55.41001510620117,56.29865646362305,54.65144348144531,-43.54910659790039,62.294376373291016,53.33378219604492,-59.26338195800781,-0.8395789861679077,108.7529296875,74.76873779296875,-5.484635829925537,112.01783752441406,77.24716186523438,-9.104120254516602,113.23518371582031,79.21281433105469,4.180922031402588,184.42800903320312,69.71516418457031,6.368284225463867,198.858642578125,76.3848648071289,4.8056511878967285,192.0841827392578,64.39810943603516,-14.886605262756348,124.68640899658203,80.8473892211914,-25.490184783935547,120.88874816894531,72.73394775390625,-23.7254638671875,127.89546203613281,84.98611450195312,19.947935104370117,233.80946350097656,-46.99045944213867,11.922891616821289,232.85122680664062,-56.31474304199219,13.019466400146484,233.48988342285156,-40.60198211669922,-97.90331268310547,191.14500427246094,38.1595458984375,-101.33060455322266,175.48570251464844,41.42155456542969,-108.87322235107422,165.33697509765625,36.51504135131836,-76.0500717163086,163.45172119140625,-83.90935516357422,-81.67581176757812,161.787353515625,-97.3597412109375,-90.45384979248047,159.8578338623047,-89.55754089355469,-103.12785339355469,197.3555145263672,-19.51575469970703,-109.9859848022461,179.2395477294922,-27.194700241088867,-104.0830307006836,193.64144897460938,-16.458667755126953,-49.32304382324219,57.538612365722656,53.74751663208008,-46.913856506347656,58.316558837890625,64.90316772460938,-63.22163772583008,61.4011344909668,77.74681854248047,94.82563781738281,130.04443359375,-73.39058685302734,98.57685852050781,130.20648193359375,-67.39583587646484,95.00324249267578,138.00152587890625,-70.81275177001953,-18.3630313873291,99.03690338134766,56.051029205322266,-25.717058181762695,93.49553680419922,58.59034729003906,-13.998905181884766,98.25035858154297,62.014957427978516,-111.29301452636719,83.67282104492188,-6.049108982086182,-103.15755462646484,74.88185119628906,-21.53298568725586,-111.580322265625,82.55152130126953,-23.574129104614258,65.43148040771484,42.2946891784668,91.7764892578125,52.959041595458984,44.02701950073242,100.40692138671875,52.98304748535156,40.084877014160156,87.59827423095703,-111.29301452636719,83.67282104492188,-6.049108982086182,-114.92185974121094,94.61009979248047,10.658000946044922,-104.24120330810547,90.08531951904297,8.986383438110352,92.13038635253906,100.56185913085938,-63.398658752441406,100.09483337402344,121.03052520751953,-40.61927795410156,105.30277252197266,106.85948181152344,-55.39764404296875,-62.40019226074219,186.53602600097656,93.5350341796875,-69.16417694091797,207.26071166992188,71.953125,-69.0207290649414,191.32040405273438,84.4003677368164,-37.69767379760742,215.4377899169922,-49.73406219482422,-23.399023056030273,227.89578247070312,-65.25413513183594,-28.27916145324707,226.7459259033203,-50.48664474487305,91.66356658935547,91.3006362915039,84.59071350097656,90.52662658691406,74.63743591308594,87.92752075195312,78.46929168701172,83.39881134033203,106.54058074951172,74.30937957763672,86.07990264892578,-77.5972900390625,65.43193817138672,90.19873809814453,-102.30757904052734,56.73462677001953,90.37765502929688,-107.72077178955078,-115.54367065429688,121.70584869384766,3.8991498947143555,-120.85287475585938,131.1990203857422,-2.8657450675964355,-118.14871978759766,133.76156616210938,13.474762916564941,71.48448181152344,129.89442443847656,-78.42339324951172,87.59986877441406,131.89892578125,-80.9364242553711,85.93901062011719,129.6431121826172,-83.2947006225586,99.2380142211914,126.29839324951172,69.7874755859375,92.43447875976562,113.0585708618164,81.52184295654297,100.47752380371094,124.85690307617188,78.39434051513672,-84.49883270263672,185.5008087158203,61.68145751953125,-93.29003143310547,179.25772094726562,58.80222702026367,-81.47518920898438,174.8604278564453,61.91668701171875,-9.257979393005371,112.50594329833984,76.30183410644531,-7.683823108673096,110.05473327636719,78.97016143798828,-9.104120254516602,113.23518371582031,79.21281433105469,19.64590835571289,94.15974426269531,53.98710250854492,9.063323020935059,102.62428283691406,59.532039642333984,10.299503326416016,110.1437759399414,52.5775146484375,6.940091133117676,215.68667602539062,-24.868745803833008,8.194836616516113,224.3836669921875,-40.36345291137695,14.151576042175293,235.86363220214844,-23.592668533325195,-1.235640048980713,85.52520751953125,-9.568116188049316,5.295403003692627,76.31112670898438,-6.134016036987305,-6.554146766662598,78.03022003173828,-7.96013879776001,15.002076148986816,77.67839050292969,-75.55188751220703,9.242097854614258,86.11109924316406,-63.782222747802734,7.388001918792725,76.0252914428711,-90.94642639160156,74.67877960205078,78.25607299804688,75.57941436767578,82.95125579833984,84.9506607055664,88.4948959350586,87.02926635742188,71.4610366821289,67.16026306152344,-24.44388771057129,216.32225036621094,68.62362670898438,-34.0474853515625,209.23077392578125,77.50743865966797,-27.3565731048584,209.81024169921875,80.45387268066406,91.18583679199219,95.03437042236328,-91.47882080078125,80.4152603149414,93.14905548095703,-89.06504821777344,84.90917205810547,97.84698486328125,-82.32393646240234,-38.2319221496582,73.4483642578125,-32.72105026245117,-43.30402755737305,59.42275619506836,-38.666683197021484,-44.509437561035156,65.87850189208984,-49.10983657836914,-8.794230461120605,143.67770385742188,-118.32052612304688,-3.364320993423462,165.38023376464844,-125.77584838867188,-4.618084907531738,153.25787353515625,-115.51071166992188,118.01116180419922,135.3171844482422,39.165916442871094,115.90451049804688,143.32968139648438,34.92689895629883,109.68186950683594,144.01039123535156,54.37419509887695,-52.01213073730469,86.94702911376953,-108.96049499511719,-47.1187858581543,79.90899658203125,-120.34858703613281,-41.636837005615234,77.70748138427734,-99.73058319091797,20.321474075317383,62.39506530761719,66.96927642822266,24.98553466796875,55.40195083618164,65.44978332519531,22.834705352783203,58.5279541015625,71.1986312866211,-57.58679962158203,62.763004302978516,27.010202407836914,-48.462379455566406,50.56304168701172,37.2756462097168,-66.71570587158203,51.48402786254883,38.88704299926758,18.005874633789062,84.1987533569336,104.61727142333984,19.36123275756836,80.14971160888672,87.94287872314453,17.455265045166016,86.41101837158203,87.3027114868164,79.70711517333984,111.95376586914062,-64.49100494384766,76.93575286865234,106.04710388183594,-65.86907196044922,69.65823364257812,113.73649597167969,-82.45230865478516,38.275123596191406,239.38136291503906,-10.175469398498535,38.11515808105469,229.0428009033203,-15.345490455627441,58.78751754760742,227.242431640625,-16.08921241760254,114.6404037475586,111.83668518066406,12.684127807617188,109.71305084228516,114.72879028320312,10.294903755187988,112.27481842041016,105.73001098632812,-2.790479898452759,30.007118225097656,171.24417114257812,-136.15478515625,35.36204147338867,165.66053771972656,-130.74490356445312,40.36474609375,183.65562438964844,-119.15968322753906,-78.50639343261719,221.9943389892578,-13.581745147705078,-61.921844482421875,232.9663848876953,-5.732934951782227,-69.0573959350586,223.5228271484375,-1.1312650442123413,41.00775146484375,184.12940979003906,-96.19181060791016,37.63487243652344,194.41632080078125,-101.94630432128906,41.19467544555664,186.77728271484375,-110.50237274169922,-4.952640056610107,48.57288360595703,27.030153274536133,-7.756937026977539,39.20095443725586,42.65461349487305,1.7916699647903442,41.61463928222656,42.783660888671875,-46.33726501464844,164.19725036621094,88.09761047363281,-46.60122299194336,157.9526824951172,92.47091674804688,-53.74971008300781,159.98716735839844,96.16763305664062,-108.0594482421875,145.9866180419922,26.93869400024414,-110.3922348022461,151.6205596923828,26.4292049407959,-99.69828033447266,154.91700744628906,37.81159591674805,-1.7365390062332153,177.12994384765625,-117.99143981933594,-2.9313600063323975,164.59495544433594,-113.41104888916016,-3.364320993423462,165.38023376464844,-125.77584838867188,-74.09313201904297,58.43781280517578,-9.221686363220215,-70.17194366455078,68.3995132446289,-1.5896589756011963,-81.09642791748047,55.83734130859375,-11.663078308105469,-36.83197784423828,101.69551086425781,-152.15908813476562,-55.3060417175293,113.11796569824219,-143.3770751953125,-54.38009262084961,98.66028594970703,-146.61209106445312,7.429224014282227,131.6343994140625,-10.867557525634766,13.209409713745117,124.72451782226562,0.2499690055847168,11.523592948913574,133.64535522460938,3.985213041305542,-75.1155014038086,87.8558120727539,-69.80872344970703,-62.4271125793457,85.31453704833984,-66.01685333251953,-62.941070556640625,93.39813232421875,-63.475318908691406,48.34447479248047,209.19326782226562,-43.99676513671875,38.34941482543945,223.7361602783203,-46.04253005981445,37.69767379760742,215.4377899169922,-49.73406219482422,-53.76276779174805,217.04547119140625,-59.39107894897461,-69.7408447265625,207.9102325439453,-61.77055740356445,-56.789024353027344,212.4988555908203,-70.18898010253906,7.128023147583008,228.18919372558594,-36.65106201171875,10.690699577331543,234.90167236328125,-21.31524085998535,16.010019302368164,240.76564025878906,-30.339462280273438,-43.4185905456543,86.03067016601562,-32.6182746887207,-36.54642868041992,82.77454376220703,-15.272628784179688,-40.41743850708008,84.90958404541016,-23.944902420043945,79.11972045898438,53.14112854003906,-32.1062126159668,68.65298461914062,51.49694061279297,-55.41001510620117,79.0025405883789,54.437137603759766,-47.19520950317383,50.96430969238281,81.34053039550781,-62.99815368652344,62.4271125793457,85.31453704833984,-66.01685333251953,53.95167922973633,88.39627075195312,-55.222103118896484,78.84593963623047,160.8212127685547,-78.93671417236328,91.70826721191406,158.64859008789062,-81.43315124511719,76.05006408691406,163.45172119140625,-83.90936279296875,110.22264862060547,110.81365203857422,59.92971420288086,116.8615493774414,119.27728271484375,33.2077751159668,118.20561218261719,109.99919128417969,29.699827194213867,-15.814482688903809,141.27223205566406,60.81072235107422,-19.7176456451416,138.37998962402344,55.313255310058594,-13.517732620239258,149.2623748779297,57.9631233215332,-85.71138763427734,61.185611724853516,45.437355041503906,-95.35456848144531,74.54452514648438,50.27957534790039,-94.0842514038086,66.20925903320312,52.98896408081055,100.75994110107422,174.4259490966797,-67.81111907958984,107.28033447265625,171.7886962890625,-63.068397521972656,104.59584045410156,162.38111877441406,-73.92015838623047,55.08863830566406,198.93780517578125,34.226234436035156,58.10296630859375,201.83758544921875,23.731767654418945,63.52430725097656,202.68312072753906,12.752969741821289,-116.90959167480469,113.70425415039062,-13.19836711883545,-118.80419921875,128.49940490722656,-16.648569107055664,-113.46251678466797,115.07350158691406,-19.60003662109375,-32.602012634277344,90.81636047363281,44.16775131225586,-38.217472076416016,90.2020492553711,75.14213562011719,-44.14545822143555,84.49673461914062,46.21912384033203,92.75627136230469,148.28988647460938,35.800140380859375,85.7996826171875,157.94737243652344,50.691959381103516,99.69828033447266,154.91700744628906,37.81159591674805,-107.6883544921875,166.2583465576172,-44.956886291503906,-95.06487274169922,182.97195434570312,-45.38040542602539,-107.52275085449219,174.1146697998047,-53.87812805175781,17.687238693237305,96.54534912109375,41.70045852661133,15.14500617980957,98.49937438964844,45.417701721191406,20.177488327026367,99.0503158569336,46.35386276245117,-94.04847717285156,173.20433044433594,-67.00382995605469,-83.10694885253906,172.9873046875,-68.97903442382812,-77.34978485107422,180.26515197753906,-69.7740478515625,37.851566314697266,107.7768783569336,49.946319580078125,19.824586868286133,120.53990173339844,43.25359344482422,35.91816329956055,105.64231872558594,38.14615249633789,-8.935580253601074,172.34107971191406,-97.87154388427734,-9.639459609985352,197.91891479492188,-65.30854034423828,-6.173119068145752,197.8087615966797,-79.06887817382812,-98.6882553100586,129.4082794189453,19.553834915161133,-109.71305084228516,114.72879028320312,10.294903755187988,-100.22598266601562,119.19369506835938,8.87097454071045,-25.862924575805664,69.66375732421875,15.296279907226562,-18.150794982910156,78.08232116699219,-0.11078699678182602,-27.475879669189453,76.5607681274414,11.493391036987305,-47.1187858581543,79.90899658203125,-120.34858703613281,-57.77273178100586,83.9643783569336,-128.34532165527344,-41.94747543334961,78.06858825683594,-135.4095001220703,-1.496899962425232,117.06224822998047,0.7844240069389343,-1.096397042274475,121.61421203613281,4.511115074157715,8.968637466430664,123.56295776367188,3.3631489276885986,-34.60087203979492,57.15771484375,40.95732116699219,-39.92977523803711,50.29581069946289,42.753562927246094,-46.1143798828125,50.80244827270508,38.19890213012695,77.69802856445312,172.00636291503906,78.50251770019531,72.82247924804688,166.13284301757812,65.99417114257812,77.31657409667969,159.02859497070312,70.65557098388672,84.49117279052734,119.05045318603516,66.70840454101562,83.50301361083984,114.5602798461914,53.291290283203125,79.6384048461914,112.62360382080078,70.74149322509766,44.46858596801758,56.69538497924805,-33.129459381103516,43.30402755737305,59.42275619506836,-38.666683197021484,62.294376373291016,53.33378219604492,-59.26338195800781,20.733341217041016,68.99791717529297,9.828287124633789,16.252840042114258,75.02294921875,-1.7672300338745117,22.319499969482422,82.09711456298828,1.7617210149765015,85.7996826171875,157.94737243652344,50.691959381103516,81.44720458984375,174.42523193359375,58.445411682128906,93.00933074951172,166.47982788085938,54.328914642333984,20.611160278320312,41.730525970458984,70.42280578613281,22.44086265563965,44.57735824584961,78.41805267333984,30.519105911254883,39.320594787597656,68.50559997558594,49.61996841430664,143.5893096923828,-145.2671356201172,43.12678146362305,148.80874633789062,-139.20582580566406,45.42993927001953,166.15090942382812,-129.25103759765625,69.69815063476562,56.29743957519531,-22.703405380249023,55.80699157714844,54.68778610229492,-20.18878173828125,63.86493682861328,57.268402099609375,-6.967719078063965,-81.73532104492188,152.29417419433594,5.9268798828125,-108.25436401367188,165.10581970214844,4.815067768096924,-107.5928955078125,155.9042510986328,-2.065601110458374,28.710865020751953,97.09481048583984,55.1190071105957,10.327995300292969,121.51768493652344,53.06182098388672,12.255101203918457,113.72962188720703,58.056297302246094,6.564389228820801,128.94406127929688,124.08856201171875,17.600833892822266,121.64722442626953,124.66825866699219,4.726809024810791,119.84876251220703,119.89751434326172,-115.82522583007812,153.90391540527344,-24.126981735229492,-114.88140106201172,157.30906677246094,-37.329246520996094,-115.09844970703125,161.51914978027344,-22.103656768798828,-67.85125732421875,133.87548828125,-76.08859252929688,-62.936065673828125,133.0203857421875,-77.85565948486328,-72.76606750488281,129.1578826904297,-78.18599700927734,57.56439208984375,210.56069946289062,71.58716583251953,50.86968994140625,215.29193115234375,66.87126159667969,69.2813720703125,214.02886962890625,58.59878921508789,-82.82718658447266,107.68474578857422,60.61050796508789,-80.71440887451172,113.89667510986328,69.0255355834961,-74.1980972290039,109.79727172851562,74.50374603271484,-9.98210620880127,112.8322982788086,53.02827072143555,-15.636549949645996,103.2608871459961,49.041690826416016,-19.523174285888672,103.88650512695312,49.107452392578125,11.34062671661377,146.180419921875,17.9468936920166,9.79175090789795,154.55453491210938,38.202877044677734,16.11335563659668,140.64524841308594,39.79625701904297,9.145818710327148,132.65780639648438,61.60476303100586,3.8334619998931885,142.1705780029297,74.308349609375,11.966178894042969,138.15711975097656,59.624114990234375,74.78302764892578,69.88915252685547,69.61304473876953,86.97299194335938,78.294189453125,80.8378677368164,89.40953063964844,72.7428207397461,69.72634887695312,-87.34149932861328,171.62879943847656,-71.91526794433594,-100.75994110107422,174.4259490966797,-67.81111907958984,-91.80216979980469,179.68995666503906,-71.50399780273438,-51.33833694458008,180.6035919189453,-106.75235748291016,-42.408973693847656,188.16964721679688,-98.5210952758789,-47.41283416748047,175.46951293945312,-106.82439422607422,-30.7672176361084,36.45073699951172,66.76136016845703,-33.515708923339844,39.60160446166992,55.76771545410156,-23.693370819091797,37.92741775512695,64.29801940917969,-90.97872161865234,118.26945495605469,-63.969120025634766,-88.32093811035156,124.31840515136719,-46.82741165161133,-86.00283813476562,119.51185607910156,-61.565673828125,102.38346099853516,197.1450653076172,1.8085429668426514,109.58135223388672,184.45278930664062,-7.829349994659424,107.1148681640625,193.6898956298828,3.7421059608459473,110.0957260131836,109.48747253417969,66.44800567626953,107.78587341308594,95.60346221923828,57.749610900878906,115.06220245361328,107.3503189086914,53.35294723510742,-38.118751525878906,55.61220169067383,65.97697448730469,-48.65774154663086,54.359222412109375,53.91118240356445,-24.98527717590332,55.401981353759766,65.44989776611328,-59.80616760253906,186.0519561767578,-105.82463836669922,-50.84947204589844,174.29898071289062,-117.34196472167969,-61.8090934753418,176.63528442382812,-117.1838150024414,58.22028732299805,116.20892333984375,-144.6933135986328,64.10765838623047,131.36607360839844,-136.65528869628906,69.83524322509766,120.43946075439453,-141.15760803222656,-42.32337188720703,81.91146087646484,48.26995849609375,-40.36658477783203,77.63164520263672,32.70093536376953,-31.354394912719727,85.19075775146484,36.32929229736328,-115.06220245361328,107.3503189086914,53.35295104980469,-110.0957260131836,109.48747253417969,66.44800567626953,-114.13555145263672,116.4902114868164,54.33528518676758,-25.388261795043945,63.751930236816406,27.859987258911133,-35.60691452026367,62.05040740966797,43.83409881591797,-24.072772979736328,63.510501861572266,33.660953521728516,-95.1350326538086,76.91316223144531,-66.38192749023438,-103.7219467163086,85.48719024658203,-57.2445068359375,-95.89652252197266,82.5556411743164,-70.06077575683594,-52.01213073730469,86.94702911376953,-108.96049499511719,-66.87277221679688,85.09326934814453,-120.01312255859375,-57.77273178100586,83.9643783569336,-128.34532165527344,-42.55926513671875,123.974609375,21.830991744995117,-45.14202880859375,126.13997650146484,18.786813735961914,-53.93836212158203,116.47701263427734,13.440552711486816,-9.610774993896484,112.72602081298828,-141.05419921875,-9.299848556518555,121.55220031738281,-126.25019836425781,-6.431610107421875,142.84622192382812,-135.57911682128906,-81.53006744384766,180.80406188964844,-69.11051940917969,-80.141357421875,178.73934936523438,-71.96815490722656,-66.48431396484375,193.3423309326172,-77.50227355957031,-5.697004795074463,101.81156921386719,41.48930740356445,-8.251144409179688,105.67386627197266,44.04989242553711,-8.064709663391113,100.68898010253906,50.92970275878906,102.3277816772461,172.669677734375,43.85792541503906,98.00492095947266,190.60513305664062,41.59788131713867,87.40814208984375,184.0514373779297,42.01448440551758,8.595198631286621,120.91681671142578,5.092597961425781,21.056962966918945,106.20481872558594,2.164815902709961,22.10372543334961,107.83216857910156,4.199191093444824,-22.209829330444336,80.93839263916016,27.268766403198242,-27.475879669189453,76.5607681274414,11.493391036987305,-22.726123809814453,100.17572021484375,17.36780548095703,59.55311965942383,78.78655242919922,74.8623275756836,49.10504150390625,83.09059143066406,87.54003143310547,74.67877960205078,78.25607299804688,75.57941436767578,-102.23802947998047,76.23363494873047,0.8131049871444702,-104.24120330810547,90.08531951904297,8.986383438110352,-104.21128845214844,85.13671112060547,11.276299476623535,-73.24378967285156,166.6791229248047,-98.1771240234375,-73.94107818603516,170.80966186523438,-101.73506927490234,-83.93220520019531,174.4275665283203,-83.07418060302734,36.9759635925293,89.00190734863281,18.967824935913086,22.552228927612305,109.10484313964844,30.240036010742188,41.077335357666016,91.48597717285156,18.530757904052734,35.39437484741211,111.70469665527344,25.387746810913086,36.993019104003906,115.63822937011719,41.404579162597656,42.995609283447266,108.67545318603516,29.135114669799805,-50.839324951171875,61.294857025146484,31.028596878051758,-46.379364013671875,57.87848663330078,32.66938018798828,-57.58679962158203,62.763004302978516,27.010202407836914,9.310894966125488,99.37361907958984,44.66703796386719,6.237499237060547,100.17062377929688,53.63685989379883,5.081424236297607,106.62617492675781,42.9200439453125,71.99312591552734,105.85379028320312,-67.5538558959961,65.65969848632812,97.81672668457031,-58.35059356689453,74.70989990234375,107.17967224121094,-58.87480926513672,63.62303924560547,235.31964111328125,-4.508469104766846,66.72271728515625,231.2632598876953,-1.2503410577774048,79.51177215576172,224.67471313476562,-16.0976505279541,12.389904022216797,144.65264892578125,-94.3456802368164,8.3129301071167,145.48988342285156,-79.14080047607422,9.28127670288086,123.01805114746094,-93.0179214477539,115.54367065429688,121.70584869384766,3.8991498947143555,118.14871978759766,133.76156616210938,13.474762916564941,120.85287475585938,131.1990203857422,-2.8657450675964355,27.507099151611328,122.87779235839844,83.18376922607422,10.645368576049805,115.46853637695312,97.00406646728516,32.254886627197266,116.62164306640625,87.1662368774414,35.266361236572266,200.50088500976562,80.72502136230469,27.381811141967773,208.390625,77.61820220947266,33.07328414916992,206.9705810546875,74.50202178955078,11.930814743041992,103.37716674804688,-28.133188247680664,11.846519470214844,105.58020782470703,-38.17040252685547,13.318300247192383,99.4697036743164,-33.31476974487305,20.332422256469727,77.50931549072266,56.05519485473633,14.256820678710938,79.00827026367188,55.9404296875,15.888259887695312,93.89778137207031,41.546775817871094,32.840087890625,95.13386535644531,71.20193481445312,19.626218795776367,97.99391174316406,83.77934265136719,40.39837646484375,92.33744049072266,76.26426696777344,114.59178924560547,165.5377197265625,28.539186477661133,109.19811248779297,173.46954345703125,39.0616455078125,112.41445922851562,162.01109313964844,35.785518646240234,47.13594436645508,199.7230987548828,76.5035171508789,47.5717658996582,209.591796875,72.6512680053711,52.09471130371094,200.84344482421875,78.73079681396484,13.204222679138184,184.73008728027344,35.96564483642578,11.555463790893555,187.8446044921875,24.421350479125977,8.415135383605957,198.7078857421875,42.76704788208008,17.78093147277832,88.74520111083984,21.721662521362305,11.556133270263672,71.23384857177734,44.3223762512207,12.41989803314209,96.64042663574219,27.326704025268555,8.081817626953125,149.62213134765625,68.56387329101562,4.706707000732422,158.33761596679688,75.58142852783203,12.310888290405273,150.19393920898438,59.50629806518555,-22.069612503051758,110.39590454101562,96.65864562988281,-32.17607116699219,108.4768295288086,112.5331802368164,-15.222311019897461,107.07725524902344,98.5206527709961,68.40814208984375,76.17609405517578,69.58912658691406,53.77949905395508,83.34817504882812,88.01873016357422,43.85464859008789,82.02703094482422,82.5763931274414,-44.60575485229492,81.68706512451172,-126.58686828613281,-49.5764045715332,85.43209838867188,-119.96211242675781,-37.661041259765625,77.5915756225586,-109.86477661132812,-0.01182899996638298,125.79298400878906,17.807769775390625,-9.88487720489502,122.36620330810547,20.208641052246094,6.011168003082275,120.35903930664062,23.353519439697266,-108.43169403076172,172.43199157714844,-20.877445220947266,-95.68810272216797,186.54379272460938,-11.073954582214355,-105.96295166015625,187.7547607421875,-7.330954074859619,-11.182406425476074,131.12396240234375,112.5865707397461,-18.491321563720703,126.08423614501953,115.28408813476562,-11.035968780517578,125.26969146728516,104.84028625488281,-38.5705451965332,113.17955017089844,117.83490753173828,-43.416221618652344,109.09600830078125,107.13135528564453,-30.340024948120117,111.6396713256836,110.5845718383789,82.54566955566406,185.02142333984375,-84.549072265625,81.53006744384766,180.80406188964844,-69.11051940917969,85.27479553222656,180.08106994628906,-75.50704956054688,38.11515808105469,229.0428009033203,-15.345490455627441,22.039775848388672,238.56655883789062,-6.040243148803711,25.57815170288086,238.86053466796875,-19.027376174926758,51.952850341796875,81.02393341064453,122.87208557128906,59.83930206298828,90.06108093261719,120.2827377319336,69.77534484863281,69.77153778076172,111.86831665039062,92.0438003540039,108.95718383789062,-112.15721130371094,90.4774169921875,117.24819946289062,-109.7081298828125,79.49208068847656,117.24235534667969,-127.63256072998047,-25.887039184570312,193.46401977539062,-2.4951720237731934,-25.223594665527344,208.42959594726562,7.364171028137207,-21.65665054321289,204.42562866210938,1.709233045578003,-66.71931457519531,75.69654846191406,66.74580383300781,-43.8237190246582,82.03018951416016,82.11577606201172,-53.48741912841797,82.79039001464844,86.93807220458984,-34.31370162963867,225.4955596923828,42.69677734375,-26.857397079467773,226.64793395996094,39.285491943359375,-32.16128158569336,227.15463256835938,52.10973358154297,34.445404052734375,222.65879821777344,-55.17167282104492,34.338958740234375,225.7465362548828,-51.44245910644531,41.39903259277344,217.56082153320312,-48.357879638671875,-6.402760028839111,165.7761688232422,-125.6214599609375,-7.343401908874512,157.5681915283203,-131.6723175048828,-12.130401611328125,143.52732849121094,-118.28266906738281,42.68283462524414,195.01063537597656,70.83163452148438,43.04157638549805,179.26686096191406,71.69452667236328,40.57276153564453,190.56663513183594,65.18732452392578,-11.12905502319336,232.39688110351562,31.779634475708008,-20.489336013793945,240.95986938476562,21.355300903320312,-21.524433135986328,240.31663513183594,31.003829956054688,10.771169662475586,211.57693481445312,-5.688979148864746,4.310145854949951,208.61436462402344,-18.790958404541016,8.976302146911621,197.3277130126953,-15.172176361083984,116.87327575683594,167.83998107910156,-7.2349419593811035,117.9402847290039,162.49046325683594,-22.403249740600586,114.71310424804688,182.5324249267578,-3.4660120010375977,106.33209228515625,122.04643249511719,59.0467414855957,110.22264862060547,110.81365203857422,59.92971420288086,100.56019592285156,120.90740966796875,67.03038787841797,65.43148040771484,42.2946891784668,91.7764892578125,72.0552749633789,42.67877960205078,77.06368255615234,73.5278549194336,45.7932014465332,91.77483367919922,-97.85459899902344,128.40267944335938,-72.72510528564453,-101.34258270263672,121.7231674194336,-64.09385681152344,-109.25088500976562,135.0412139892578,-65.09716033935547,4.184377193450928,112.26795196533203,48.139183044433594,5.081424236297607,106.62617492675781,42.9200439453125,4.831472873687744,110.3282241821289,48.87486267089844,-37.813846588134766,89.91278839111328,-3.083904981613159,-33.19635009765625,84.26681518554688,-16.2333984375,-41.19839096069336,96.3323974609375,-7.595221996307373,106.53524017333984,96.54864501953125,38.61777877807617,111.9457015991211,107.07814025878906,48.58531188964844,107.6363754272461,99.69190216064453,28.440675735473633,-90.15204620361328,115.69607543945312,-80.64742279052734,-100.46011352539062,111.23771667480469,-87.74835205078125,-93.01544952392578,106.16581726074219,-85.56877899169922,107.1051254272461,147.1441650390625,-8.04634952545166,81.38240814208984,146.0229949951172,-9.127620697021484,89.98236846923828,149.7656707763672,-1.011775016784668,61.82040023803711,140.2517852783203,117.07720184326172,80.2064437866211,131.79397583007812,102.37964630126953,81.07378387451172,144.34947204589844,101.19775390625,28.398967742919922,66.17455291748047,54.653324127197266,25.851863861083984,65.25016021728516,51.528404235839844,26.684539794921875,61.53421401977539,55.37407684326172,80.61587524414062,65.28514099121094,97.0689926147461,69.77534484863281,69.77153778076172,111.86831665039062,78.46929168701172,83.39881134033203,106.54058074951172,35.63838195800781,122.80725860595703,-155.12074279785156,50.37035369873047,122.6782455444336,-138.66818237304688,53.26066970825195,130.64349365234375,-144.56504821777344,110.89847564697266,125.35064697265625,-21.789691925048828,118.80419921875,128.49940490722656,-16.648569107055664,113.46251678466797,115.07350158691406,-19.60003662109375,-70.3362808227539,87.73233032226562,98.83892822265625,-65.74710083007812,75.54374694824219,84.13107299804688,-89.61543273925781,76.58514404296875,77.0522232055664,-43.44252395629883,183.77923583984375,95.06226348876953,-49.092987060546875,190.35629272460938,94.76378631591797,-48.70634460449219,176.1256561279297,100.018798828125,2.9464659690856934,179.59449768066406,10.69360065460205,5.253617763519287,194.4704132080078,-0.5281829833984375,2.774167060852051,177.74510192871094,-5.873688220977783,-8.264469146728516,67.31607818603516,91.15248107910156,-5.746939182281494,62.38394546508789,78.55065155029297,-4.768240928649902,78.20912170410156,88.35455322265625,-50.87340545654297,73.69635009765625,102.35595703125,-45.52599334716797,66.16268157958984,83.14450073242188,-65.5667724609375,66.93988037109375,87.9309310913086,-30.82412338256836,88.65225982666016,97.84952545166016,-55.432281494140625,91.24481964111328,104.12437438964844,-41.07483673095703,92.42259216308594,103.62024688720703,-42.17282485961914,60.96692657470703,116.45045471191406,-39.67317581176758,78.87493896484375,125.24761962890625,-28.893924713134766,76.10092163085938,123.08474731445312,-7.720942974090576,148.19415283203125,76.26089477539062,-15.814482688903809,141.27223205566406,60.81072235107422,-13.704000473022461,154.40357971191406,89.17298126220703,75.24545288085938,106.5320053100586,74.60466003417969,67.292236328125,106.24315643310547,87.0645980834961,66.01374816894531,105.81978607177734,73.16642761230469,101.86337280273438,143.8265380859375,-84.40084075927734,97.85459899902344,128.40267944335938,-72.72510528564453,100.19509887695312,138.42828369140625,-85.22396087646484,66.18094635009766,213.85690307617188,-61.282020568847656,61.21902084350586,215.9253387451172,-55.04413986206055,74.01532745361328,208.76718139648438,-56.39011764526367,5.186662197113037,125.2710952758789,-130.2986297607422,3.1007750034332275,150.23641967773438,-139.17782592773438,6.592301845550537,112.29109191894531,-141.00534057617188,55.477195739746094,132.05052185058594,-146.63706970214844,47.96851348876953,135.4973907470703,-152.00228881835938,63.17676544189453,139.47315979003906,-137.768310546875,94.0842514038086,66.20925903320312,52.98896408081055,92.84259033203125,61.97585678100586,63.964500427246094,100.13872528076172,77.6954116821289,66.84479522705078,-5.619101047515869,135.6170196533203,-109.12052154541016,-9.291482925415039,144.7529296875,-94.25273895263672,-6.6754021644592285,123.11499786376953,-106.85746765136719,50.408592224121094,73.72197723388672,102.4399185180664,47.536865234375,71.63838958740234,104.9439926147461,64.69459533691406,64.22799682617188,88.38091278076172,71.87969970703125,197.83265686035156,73.29264068603516,57.56439208984375,210.56069946289062,71.58716583251953,69.2813720703125,214.02886962890625,58.59878921508789,-116.89191436767578,142.0942840576172,-43.46473693847656,-117.70931243896484,156.9040069580078,-39.09508514404297,-114.67131805419922,137.6589813232422,-51.00498580932617,23.186931610107422,205.70693969726562,-109.77627563476562,33.20431137084961,208.36019897460938,-100.43529510498047,31.665103912353516,196.66348266601562,-117.9343490600586,42.958717346191406,117.78428649902344,64.7479248046875,48.06169128417969,116.43990325927734,46.4706916809082,44.4786491394043,114.87017822265625,68.33631134033203,-101.32579803466797,123.6048583984375,69.70572662353516,-105.68888854980469,124.93273162841797,66.68745422363281,-104.45832824707031,109.6962661743164,71.24612426757812,21.019845962524414,82.0899887084961,87.62150573730469,18.74268341064453,83.82295227050781,80.17762756347656,37.73025894165039,81.59782409667969,72.60723114013672,-6.417544841766357,159.13792419433594,-140.81826782226562,-10.43869686126709,163.00779724121094,-145.62387084960938,-12.003325462341309,148.0187530517578,-149.7499542236328,74.07422637939453,96.66876220703125,51.403812408447266,63.215911865234375,102.75748443603516,61.63273239135742,69.36502838134766,94.00963592529297,45.27875518798828,-8.254520416259766,110.69634246826172,-73.05060577392578,-10.31476879119873,105.75862884521484,-60.37479019165039,-7.856947898864746,126.62007141113281,-70.18096923828125,-72.46562957763672,90.03347778320312,33.15286636352539,-68.18559265136719,81.60102844238281,10.142348289489746,-80.39361572265625,88.2696304321289,18.09874725341797,91.18583679199219,95.03437042236328,-91.47882080078125,90.82937622070312,93.89850616455078,-102.6877670288086,81.71275329589844,90.5634994506836,-106.46195983886719,-1.1305040121078491,122.55062103271484,17.628461837768555,-1.1929219961166382,115.1561508178711,23.76259422302246,-12.870573043823242,113.38894653320312,22.960580825805664,28.078535079956055,60.25128173828125,48.457740783691406,40.151641845703125,62.84609603881836,35.394161224365234,34.600868225097656,57.157718658447266,40.95732116699219,73.80087280273438,205.7476348876953,-28.160648345947266,74.51846313476562,218.7817840576172,-24.9191951751709,87.5092544555664,209.30038452148438,-28.090087890625,23.015764236450195,99.3989028930664,-39.745460510253906,44.61445236206055,97.6418685913086,-36.507476806640625,33.508949279785156,101.49913787841797,-29.88155174255371,67.24895477294922,130.76290893554688,110.30535125732422,80.2064437866211,131.79397583007812,102.37964630126953,61.82040023803711,140.2517852783203,117.07720184326172,-105.74785614013672,137.4070281982422,-21.510570526123047,-100.36155700683594,133.23553466796875,-28.230844497680664,-108.516357421875,130.78501892089844,-24.375429153442383,-14.279926300048828,191.06370544433594,-14.221776962280273,-8.42816162109375,187.49571228027344,-22.971189498901367,-8.451814651489258,188.12486267089844,-9.32748031616211,94.731201171875,145.2259521484375,-104.43634796142578,100.3628921508789,151.11257934570312,-92.06150817871094,103.4900894165039,131.82223510742188,-94.60102844238281,-104.71763610839844,99.65591430664062,-31.811630249023438,-104.05567932128906,89.19538879394531,-42.481666564941406,-111.63690948486328,94.82879638671875,-32.71684646606445,-22.77934455871582,172.27035522460938,100.81684875488281,-18.418508529663086,169.91293334960938,87.1091537475586,-16.438154220581055,175.05905151367188,102.36005401611328,0.4704029858112335,128.4852752685547,10.926041603088379,9.964771270751953,123.93914031982422,14.60321044921875,17.014925003051758,119.28187561035156,6.70960807800293,-87.16859436035156,119.59292602539062,-72.64433288574219,-81.16024780273438,120.18922424316406,-70.61243438720703,-86.71829223632812,115.48918914794922,-61.391693115234375,35.91816329956055,105.64231872558594,38.14615249633789,26.515615463256836,109.11290740966797,35.060791015625,46.283756256103516,94.50296783447266,27.814620971679688,-13.335769653320312,108.72112274169922,-155.19952392578125,-18.409378051757812,88.74873352050781,-149.218017578125,-11.437651634216309,96.69617462158203,-143.45115661621094,0.11429700255393982,125.28534698486328,11.277750015258789,12.497377395629883,119.44610595703125,10.355276107788086,7.675013065338135,118.93205261230469,19.0120792388916,33.71833419799805,119.23699951171875,57.52561950683594,11.33903694152832,126.00152587890625,76.55150604248047,16.36561393737793,123.2048568725586,77.92497253417969,35.996585845947266,157.0313262939453,124.55052185058594,40.58545684814453,157.4490509033203,119.54786682128906,43.82526779174805,156.92709350585938,120.58245086669922,-43.4185905456543,86.03067016601562,-32.6182746887207,-51.928836822509766,92.29512023925781,-31.7854061126709,-57.4447135925293,87.92503356933594,-43.752525329589844,94.04847717285156,173.20433044433594,-67.00382995605469,83.10694885253906,172.9873046875,-68.97903442382812,84.89392852783203,167.2865753173828,-71.54350280761719,-101.08206939697266,84.93667602539062,63.291996002197266,-99.19862365722656,88.05891418457031,77.53034210205078,-98.36134338378906,88.36918640136719,59.71878433227539,-104.38175964355469,187.4554901123047,32.499412536621094,-92.84001159667969,208.30117797851562,26.55217742919922,-97.90331268310547,191.14500427246094,38.1595458984375,12.115625381469727,169.6858673095703,-147.11334228515625,13.335100173950195,187.6581268310547,-131.8433074951172,24.76307487487793,174.97610473632812,-140.8605499267578,80.67774963378906,110.05774688720703,-129.61131286621094,90.05592346191406,98.27914428710938,-112.54249572753906,92.0438003540039,108.95718383789062,-112.15721130371094,-28.94529151916504,130.12257385253906,127.85546112060547,-41.39297866821289,131.56875610351562,128.9260711669922,-33.3806037902832,120.7144775390625,127.46573638916016,84.49114990234375,88.55563354492188,-100.24484252929688,65.23735809326172,87.07986450195312,-103.23301696777344,66.87277221679688,85.09326934814453,-120.01312255859375,-23.514705657958984,93.31533813476562,74.11382293701172,-19.24588966369629,94.94271087646484,82.92013549804688,-38.217472076416016,90.2020492553711,75.14213562011719,110.72953796386719,99.11522674560547,31.765361785888672,115.06220245361328,107.3503189086914,53.35294723510742,108.86412048339844,94.5060043334961,38.62495422363281,-5.356575012207031,78.11962890625,-102.92699432373047,-10.680500030517578,71.96603393554688,-116.333984375,-11.112696647644043,71.1539306640625,-130.38763427734375,44.70976638793945,209.81398010253906,-85.187744140625,47.15841293334961,210.43670654296875,-75.44271850585938,43.35377883911133,191.05752563476562,-92.72793579101562,81.05924224853516,59.74949264526367,-11.560775756835938,90.97125244140625,81.33045959472656,14.200992584228516,89.83273315429688,65.53521728515625,-4.360073089599609,-30.476749420166016,63.581748962402344,54.15178680419922,-26.41305160522461,61.26837158203125,49.684207916259766,-27.428430557250977,59.26464080810547,53.892555236816406,92.51578521728516,59.579044342041016,-21.18408966064453,98.79547882080078,66.83206939697266,-42.34891891479492,90.50896453857422,58.9613151550293,-37.050296783447266,-16.693389892578125,151.63970947265625,108.704345703125,-9.060235023498535,150.47552490234375,92.81012725830078,-13.819744110107422,142.86349487304688,113.72093200683594,66.66967010498047,183.6061248779297,-102.89964294433594,64.8775863647461,191.66177368164062,-97.87543487548828,55.875526428222656,182.01443481445312,-104.49349212646484,3.6774730682373047,220.5534210205078,-39.646812438964844,4.033278942108154,218.7055206298828,-64.11685943603516,4.450394153594971,198.2959747314453,-50.235206604003906,-78.6189193725586,109.02307891845703,-37.04417419433594,-74.08258056640625,102.93228912353516,-43.27666473388672,-78.51973724365234,114.249755859375,-39.14102554321289,-59.57780075073242,235.29110717773438,-12.631131172180176,-79.51176452636719,224.67471313476562,-16.097646713256836,-63.623043060302734,235.31964111328125,-4.508469104766846,-51.52803421020508,147.1520233154297,116.19480895996094,-47.87113952636719,162.42771911621094,108.88513946533203,-43.454898834228516,157.16775512695312,121.96441650390625,-56.29865646362305,54.65143966674805,-43.54909133911133,-68.65298461914062,51.49694061279297,-55.41001510620117,-62.29437255859375,53.33378601074219,-59.26338195800781,-115.12496185302734,135.9701690673828,37.155208587646484,-116.87801361083984,129.40745544433594,25.955490112304688,-111.71637725830078,144.21109008789062,35.304229736328125,-57.91518020629883,226.7030487060547,-40.520591735839844,-67.5833740234375,207.8456573486328,-47.340049743652344,-69.72654724121094,218.74415588378906,-40.347293853759766,-28.398874282836914,66.17446899414062,54.65324401855469,-19.42405128479004,82.9736328125,59.6324462890625,-20.332439422607422,77.50899505615234,56.055484771728516,-55.71971893310547,120.33760070800781,114.62873840332031,-68.09024810791016,116.15860748291016,108.16419982910156,-75.40646362304688,122.26434326171875,105.35374450683594,55.70564651489258,61.87169647216797,30.428089141845703,65.28032684326172,65.86991119384766,28.330806732177734,59.2722282409668,67.79633331298828,31.839191436767578,-34.65829086303711,128.72857666015625,20.609533309936523,-44.56885528564453,126.5069580078125,22.471513748168945,-32.829463958740234,126.03235626220703,23.25589942932129,-28.398874282836914,66.17446899414062,54.65324401855469,-20.332439422607422,77.50899505615234,56.055484771728516,-25.851869583129883,65.25015258789062,51.52840042114258,-75.2609634399414,205.02981567382812,-25.899852752685547,-78.78041076660156,207.8756561279297,-31.35456657409668,-86.10774993896484,189.3199005126953,-27.623268127441406,32.98739242553711,113.52229309082031,97.69454193115234,4.602146148681641,122.86155700683594,111.88473510742188,9.986976623535156,113.07188415527344,99.0905532836914,-39.72952651977539,68.60160064697266,-25.813310623168945,-44.46858596801758,56.69538497924805,-33.129459381103516,-43.30402755737305,59.42275619506836,-38.666683197021484,-16.485694885253906,212.16343688964844,-83.48223876953125,-18.85792350769043,227.53005981445312,-73.83395385742188,-29.950702667236328,214.94114685058594,-87.77141571044922,29.94358253479004,242.0311279296875,9.962987899780273,23.341367721557617,242.71925354003906,1.4568730592727661,33.42397689819336,243.4444580078125,-2.3765709400177,67.9739990234375,219.47369384765625,5.822144031524658,63.055625915527344,205.15899658203125,10.440242767333984,82.07576751708984,200.8660430908203,-4.724043846130371,17.497638702392578,192.91038513183594,-21.618141174316406,16.827556610107422,189.66082763671875,-17.258710861206055,10.657565116882324,189.61106872558594,-33.444679260253906,-18.86501121520996,59.63772201538086,53.684200286865234,-16.917634963989258,52.75187683105469,57.72922134399414,-7.891593933105469,70.77715301513672,60.293418884277344,11.516687393188477,211.3396453857422,6.821523189544678,7.606205940246582,219.9828338623047,21.099910736083984,11.746207237243652,228.9446563720703,23.881059646606445,77.11060333251953,154.49679565429688,-114.60848236083984,81.6758041381836,161.78733825683594,-97.35974884033203,90.5469741821289,157.79762268066406,-98.58482360839844,78.50639343261719,221.9943389892578,-13.581745147705078,89.47885131835938,210.3253173828125,-22.21787452697754,99.77519226074219,197.41831970214844,-19.671186447143555,-53.626285552978516,112.67359924316406,109.318115234375,-55.71971893310547,120.33760070800781,114.62873840332031,-48.06944274902344,122.50797271728516,120.10201263427734,20.9766845703125,128.41920471191406,36.137939453125,23.835025787353516,130.5120391845703,45.62351608276367,13.284394264221191,139.5499267578125,40.31792068481445,45.483787536621094,237.21368408203125,0.6815099716186523,44.83903884887695,240.50868225097656,-7.186519145965576,34.070308685302734,245.71926879882812,3.700294017791748,41.95001220703125,100.88584899902344,18.585180282592773,46.63419723510742,82.96957397460938,3.9525859355926514,41.10348892211914,95.61393737792969,7.563500881195068,100.29545593261719,135.87840270996094,-93.46903991699219,94.32061004638672,150.15277099609375,-96.32505798339844,94.87613677978516,141.7064666748047,-100.08727264404297,25.601064682006836,108.82577514648438,111.35948181152344,12.0520601272583,108.5525894165039,98.05894470214844,13.656194686889648,103.86135864257812,118.36071014404297,19.008995056152344,59.92741012573242,87.0731201171875,17.025774002075195,62.429931640625,93.29082489013672,14.871777534484863,59.07761764526367,86.06867980957031,93.5919418334961,130.51177978515625,-82.4119644165039,97.85459899902344,128.40267944335938,-72.72510528564453,101.34257507324219,121.7231674194336,-64.09385681152344,-50.94274139404297,219.32489013671875,62.108673095703125,-64.02313995361328,220.3203582763672,53.075923919677734,-70.6347885131836,219.67893981933594,54.25837326049805,55.11439514160156,165.72386169433594,-126.71294403076172,55.673614501953125,173.78323364257812,-115.96595764160156,44.943763732910156,164.34951782226562,-126.09854125976562,98.32756805419922,161.4064178466797,66.00089263916016,85.25558471679688,166.64999389648438,67.62516784667969,92.47874450683594,158.56344604492188,75.5293197631836,12.906867980957031,45.75688171386719,75.32466125488281,4.130654811859131,60.62321853637695,66.78874969482422,15.679633140563965,42.12296676635742,67.62996673583984,48.491329193115234,67.9863052368164,-16.967021942138672,37.778709411621094,80.67706298828125,-12.07826042175293,46.63419723510742,82.96957397460938,3.9525859355926514,-8.053018569946289,92.0399398803711,75.35184478759766,-15.734901428222656,90.95043182373047,70.42947387695312,-8.354005813598633,89.99225616455078,79.54016876220703,6.119647979736328,156.2487030029297,55.554805755615234,12.690607070922852,150.25485229492188,46.481449127197266,22.303537368774414,147.31381225585938,51.179691314697266,91.03925323486328,99.88804626464844,72.68561553955078,93.00241088867188,93.44593048095703,56.74524688720703,80.36363220214844,102.5180892944336,64.45384979248047,-85.27479553222656,180.08106994628906,-75.50704956054688,-82.5456771850586,185.02142333984375,-84.549072265625,-86.16329956054688,175.73226928710938,-85.7271957397461,73.24378967285156,166.6791229248047,-98.1771240234375,80.78459167480469,166.9178466796875,-80.30030059814453,83.93220520019531,174.4275665283203,-83.07418060302734,-100.53578186035156,193.09849548339844,-16.385940551757812,-107.12158966064453,178.26608276367188,-27.327123641967773,-99.77519226074219,197.41831970214844,-19.671186447143555,48.657779693603516,54.359230041503906,53.910926818847656,38.11874771118164,55.612178802490234,65.97685241699219,24.98553466796875,55.40195083618164,65.44978332519531,90.94962310791016,122.15718841552734,68.12866973876953,87.55326080322266,119.86300659179688,63.301273345947266,83.50301361083984,114.5602798461914,53.291290283203125,10.630423545837402,182.40847778320312,88.46931457519531,12.42751693725586,187.34619140625,93.07930755615234,11.655153274536133,182.5934600830078,82.4087142944336,52.362342834472656,232.4446258544922,-34.81361770629883,27.70047950744629,240.23631286621094,-38.3076057434082,27.667491912841797,242.72915649414062,-26.86603546142578,81.53006744384766,180.80406188964844,-69.11051940917969,80.141357421875,178.73934936523438,-71.96815490722656,87.34149932861328,171.62879943847656,-71.91526794433594,-7.606205940246582,219.9828338623047,21.099910736083984,-6.2146382331848145,206.50743103027344,14.239480972290039,-11.516687393188477,211.3396453857422,6.821523189544678,23.881242752075195,105.68922424316406,0.594111979007721,11.860563278198242,98.7433853149414,-5.088424205780029,18.29130744934082,112.40229797363281,-0.2280229926109314,-70.92748260498047,161.4832000732422,-86.85709381103516,-78.04851531982422,154.17742919921875,-108.60456085205078,-72.18267822265625,157.35313415527344,-101.19480895996094,23.15848159790039,208.9600067138672,-99.94013977050781,13.717663764953613,208.51979064941406,-94.87509155273438,17.835437774658203,203.01600646972656,-107.76273345947266,6.196280002593994,141.09140014648438,76.06002044677734,5.803012847900391,150.23008728027344,89.96197509765625,1.7646700143814087,149.2718963623047,99.28968811035156,78.42997741699219,53.20547103881836,95.44873046875,78.34505462646484,62.73054122924805,103.854736328125,63.01148223876953,47.343910217285156,104.53706359863281,40.82887268066406,141.11904907226562,-147.25315856933594,33.78216552734375,156.55068969726562,-140.0167236328125,26.083744049072266,153.2298583984375,-148.38705444335938,118.80419921875,128.49940490722656,-16.648569107055664,121.59147644042969,137.93138122558594,-3.895303964614868,123.5374984741211,131.71383666992188,-1.7147949934005737,65.65969848632812,97.81672668457031,-58.35059356689453,71.99312591552734,105.85379028320312,-67.5538558959961,61.09979248046875,97.22631072998047,-64.88268280029297,91.21235656738281,59.046661376953125,-46.27729034423828,97.24263000488281,60.321563720703125,-38.73381805419922,86.9818344116211,53.98044967651367,-35.6134033203125,-49.989593505859375,101.89109802246094,122.44972229003906,-65.33104705810547,97.25472259521484,114.61308288574219,-57.317176818847656,104.24617767333984,115.42437744140625,-106.2439193725586,88.58229064941406,21.16057777404785,-107.6363754272461,99.69190216064453,28.440675735473633,-106.53524017333984,96.54864501953125,38.61777877807617,-44.2155876159668,224.11474609375,-19.532697677612305,-40.24694061279297,232.86695861816406,-28.95233154296875,-25.57815170288086,238.86053466796875,-19.027376174926758,-33.204315185546875,208.36019897460938,-100.43529510498047,-39.039188385009766,199.448974609375,-99.37568664550781,-42.53361511230469,217.21389770507812,-83.62032318115234], + "normalized": false + }, + "normal": { + "itemSize": 3, + "type": "Float32Array", + "array": [0.26649999618530273,0.3402000069618225,0.9017999768257141,0.26649999618530273,0.3402000069618225,0.9017999768257141,0.26649999618530273,0.3402000069618225,0.9017999768257141,0.8734999895095825,-0.3427000045776367,-0.3458000123500824,0.8734999895095825,-0.3427000045776367,-0.3458000123500824,0.8734999895095825,-0.3427000045776367,-0.3458000123500824,0.06830000132322311,0.6822999715805054,-0.7279000282287598,0.06830000132322311,0.6822999715805054,-0.7279000282287598,0.06830000132322311,0.6822999715805054,-0.7279000282287598,-0.1459999978542328,0.6032999753952026,-0.7839999794960022,-0.1459999978542328,0.6032999753952026,-0.7839999794960022,-0.1459999978542328,0.6032999753952026,-0.7839999794960022,0.8838000297546387,0.4429999887943268,-0.15070000290870667,0.8838000297546387,0.4429999887943268,-0.15070000290870667,0.8838000297546387,0.4429999887943268,-0.15070000290870667,0.5521000027656555,0.809499979019165,0.19990000128746033,0.5521000027656555,0.809499979019165,0.19990000128746033,0.5521000027656555,0.809499979019165,0.19990000128746033,-0.29840001463890076,0.677299976348877,-0.6725000143051147,-0.29840001463890076,0.677299976348877,-0.6725000143051147,-0.29840001463890076,0.677299976348877,-0.6725000143051147,-0.9851999878883362,-0.14350000023841858,0.09350000321865082,-0.9851999878883362,-0.14350000023841858,0.09350000321865082,-0.9851999878883362,-0.14350000023841858,0.09350000321865082,0.32510000467300415,-0.8730000257492065,-0.3634999990463257,0.32510000467300415,-0.8730000257492065,-0.3634999990463257,0.32510000467300415,-0.8730000257492065,-0.3634999990463257,-0.44760000705718994,0.7874000072479248,-0.423799991607666,-0.44760000705718994,0.7874000072479248,-0.423799991607666,-0.44760000705718994,0.7874000072479248,-0.423799991607666,0.25920000672340393,-0.8934999704360962,-0.3668000102043152,0.25920000672340393,-0.8934999704360962,-0.3668000102043152,0.25920000672340393,-0.8934999704360962,-0.3668000102043152,-0.765999972820282,0.5806000232696533,-0.2759999930858612,-0.765999972820282,0.5806000232696533,-0.2759999930858612,-0.765999972820282,0.5806000232696533,-0.2759999930858612,0.5072000026702881,0.5625,0.652999997138977,0.5072000026702881,0.5625,0.652999997138977,0.5072000026702881,0.5625,0.652999997138977,-0.4932999908924103,0.8697999715805054,0.008200000040233135,-0.4932999908924103,0.8697999715805054,0.008200000040233135,-0.4932999908924103,0.8697999715805054,0.008200000040233135,-0.3910999894142151,0.9182000160217285,-0.06199999898672104,-0.3910999894142151,0.9182000160217285,-0.06199999898672104,-0.3910999894142151,0.9182000160217285,-0.06199999898672104,0.3370000123977661,-0.07370000332593918,-0.9386000037193298,0.3370000123977661,-0.07370000332593918,-0.9386000037193298,0.3370000123977661,-0.07370000332593918,-0.9386000037193298,-0.921500027179718,0.2791999876499176,0.26989999413490295,-0.921500027179718,0.2791999876499176,0.26989999413490295,-0.921500027179718,0.2791999876499176,0.26989999413490295,0.19249999523162842,0.538100004196167,-0.8205999732017517,0.19249999523162842,0.538100004196167,-0.8205999732017517,0.19249999523162842,0.538100004196167,-0.8205999732017517,-0.741599977016449,0.4300000071525574,0.5149999856948853,-0.741599977016449,0.4300000071525574,0.5149999856948853,-0.741599977016449,0.4300000071525574,0.5149999856948853,0.5669000148773193,-0.5809999704360962,-0.5839999914169312,0.5669000148773193,-0.5809999704360962,-0.5839999914169312,0.5669000148773193,-0.5809999704360962,-0.5839999914169312,0.9994999766349792,-0.02969999983906746,-0.004999999888241291,0.9994999766349792,-0.02969999983906746,-0.004999999888241291,0.9994999766349792,-0.02969999983906746,-0.004999999888241291,0.9333000183105469,0.08500000089406967,0.3490000069141388,0.9333000183105469,0.08500000089406967,0.3490000069141388,0.9333000183105469,0.08500000089406967,0.3490000069141388,0.5849000215530396,-0.7900000214576721,0.18379999697208405,0.5849000215530396,-0.7900000214576721,0.18379999697208405,0.5849000215530396,-0.7900000214576721,0.18379999697208405,-0.11159999668598175,0.8342999815940857,-0.539900004863739,-0.11159999668598175,0.8342999815940857,-0.539900004863739,-0.11159999668598175,0.8342999815940857,-0.539900004863739,-0.508400022983551,0.8587999939918518,0.06279999762773514,-0.508400022983551,0.8587999939918518,0.06279999762773514,-0.508400022983551,0.8587999939918518,0.06279999762773514,-0.5800999999046326,0.8133000135421753,-0.04450000077486038,-0.5800999999046326,0.8133000135421753,-0.04450000077486038,-0.5800999999046326,0.8133000135421753,-0.04450000077486038,0.17630000412464142,0.9065999984741211,0.38339999318122864,0.17630000412464142,0.9065999984741211,0.38339999318122864,0.17630000412464142,0.9065999984741211,0.38339999318122864,0.0917000025510788,0.9878000020980835,0.1256999969482422,0.0917000025510788,0.9878000020980835,0.1256999969482422,0.0917000025510788,0.9878000020980835,0.1256999969482422,-0.5285000205039978,-0.21979999542236328,0.8199999928474426,-0.5285000205039978,-0.21979999542236328,0.8199999928474426,-0.5285000205039978,-0.21979999542236328,0.8199999928474426,0.11900000274181366,0.9722999930381775,-0.2012999951839447,0.11900000274181366,0.9722999930381775,-0.2012999951839447,0.11900000274181366,0.9722999930381775,-0.2012999951839447,0.7445999979972839,0.5943999886512756,-0.30390000343322754,0.7445999979972839,0.5943999886512756,-0.30390000343322754,0.7445999979972839,0.5943999886512756,-0.30390000343322754,-0.9883000254631042,-0.04230000078678131,-0.14630000293254852,-0.9883000254631042,-0.04230000078678131,-0.14630000293254852,-0.9883000254631042,-0.04230000078678131,-0.14630000293254852,-0.7050999999046326,0.2506999969482422,-0.6632999777793884,-0.7050999999046326,0.2506999969482422,-0.6632999777793884,-0.7050999999046326,0.2506999969482422,-0.6632999777793884,-0.8151999711990356,0.38370001316070557,0.43389999866485596,-0.8151999711990356,0.38370001316070557,0.43389999866485596,-0.8151999711990356,0.38370001316070557,0.43389999866485596,0.8087000250816345,0.40630000829696655,-0.4253999888896942,0.8087000250816345,0.40630000829696655,-0.4253999888896942,0.8087000250816345,0.40630000829696655,-0.4253999888896942,0.6395999789237976,0.7620999813079834,-0.10119999945163727,0.6395999789237976,0.7620999813079834,-0.10119999945163727,0.6395999789237976,0.7620999813079834,-0.10119999945163727,-0.8291000127792358,0.19589999318122864,-0.5235999822616577,-0.8291000127792358,0.19589999318122864,-0.5235999822616577,-0.8291000127792358,0.19589999318122864,-0.5235999822616577,0.08900000154972076,0.5946999788284302,0.7990000247955322,0.08900000154972076,0.5946999788284302,0.7990000247955322,0.08900000154972076,0.5946999788284302,0.7990000247955322,-0.46880000829696655,-0.8353000283241272,-0.2874000072479248,-0.46880000829696655,-0.8353000283241272,-0.2874000072479248,-0.46880000829696655,-0.8353000283241272,-0.2874000072479248,0.4652999937534332,0.8672999739646912,0.17720000445842743,0.4652999937534332,0.8672999739646912,0.17720000445842743,0.4652999937534332,0.8672999739646912,0.17720000445842743,-0.6470000147819519,-0.7613000273704529,0.04309999942779541,-0.6470000147819519,-0.7613000273704529,0.04309999942779541,-0.6470000147819519,-0.7613000273704529,0.04309999942779541,-0.9944000244140625,0.02969999983906746,-0.10170000046491623,-0.9944000244140625,0.02969999983906746,-0.10170000046491623,-0.9944000244140625,0.02969999983906746,-0.10170000046491623,-0.3382999897003174,-0.8723999857902527,-0.35280001163482666,-0.3382999897003174,-0.8723999857902527,-0.35280001163482666,-0.3382999897003174,-0.8723999857902527,-0.35280001163482666,-0.9818999767303467,0.1648000031709671,-0.09309999644756317,-0.9818999767303467,0.1648000031709671,-0.09309999644756317,-0.9818999767303467,0.1648000031709671,-0.09309999644756317,0.5776000022888184,-0.2069000005722046,-0.7896999716758728,0.5776000022888184,-0.2069000005722046,-0.7896999716758728,0.5776000022888184,-0.2069000005722046,-0.7896999716758728,0.8395000100135803,0.042899999767541885,-0.541700005531311,0.8395000100135803,0.042899999767541885,-0.541700005531311,0.8395000100135803,0.042899999767541885,-0.541700005531311,-0.04899999871850014,0.3630000054836273,0.9304999709129333,-0.04899999871850014,0.3630000054836273,0.9304999709129333,-0.04899999871850014,0.3630000054836273,0.9304999709129333,0.4537999927997589,-0.2572999894618988,-0.8531000018119812,0.4537999927997589,-0.2572999894618988,-0.8531000018119812,0.4537999927997589,-0.2572999894618988,-0.8531000018119812,0.7414000034332275,0.2289000004529953,-0.6308000087738037,0.7414000034332275,0.2289000004529953,-0.6308000087738037,0.7414000034332275,0.2289000004529953,-0.6308000087738037,0.8511999845504761,-0.511900007724762,0.11590000241994858,0.8511999845504761,-0.511900007724762,0.11590000241994858,0.8511999845504761,-0.511900007724762,0.11590000241994858,-0.9937999844551086,-0.0333000011742115,-0.1062999963760376,-0.9937999844551086,-0.0333000011742115,-0.1062999963760376,-0.9937999844551086,-0.0333000011742115,-0.1062999963760376,-0.3695000112056732,0.6083999872207642,-0.7024000287055969,-0.3695000112056732,0.6083999872207642,-0.7024000287055969,-0.3695000112056732,0.6083999872207642,-0.7024000287055969,-0.6413000226020813,-0.6693000197410583,0.37529999017715454,-0.6413000226020813,-0.6693000197410583,0.37529999017715454,-0.6413000226020813,-0.6693000197410583,0.37529999017715454,-0.24580000340938568,0.47769999504089355,-0.843500018119812,-0.24580000340938568,0.47769999504089355,-0.843500018119812,-0.24580000340938568,0.47769999504089355,-0.843500018119812,-0.37700000405311584,0.8622000217437744,0.3384999930858612,-0.37700000405311584,0.8622000217437744,0.3384999930858612,-0.37700000405311584,0.8622000217437744,0.3384999930858612,0.8309999704360962,-0.4997999966144562,0.2443999946117401,0.8309999704360962,-0.4997999966144562,0.2443999946117401,0.8309999704360962,-0.4997999966144562,0.2443999946117401,0.9539999961853027,-0.16500000655651093,-0.2502000033855438,0.9539999961853027,-0.16500000655651093,-0.2502000033855438,0.9539999961853027,-0.16500000655651093,-0.2502000033855438,-0.7091000080108643,0.21860000491142273,-0.6703000068664551,-0.7091000080108643,0.21860000491142273,-0.6703000068664551,-0.7091000080108643,0.21860000491142273,-0.6703000068664551,0.453900009393692,0.6690999865531921,-0.5885000228881836,0.453900009393692,0.6690999865531921,-0.5885000228881836,0.453900009393692,0.6690999865531921,-0.5885000228881836,0.3652999997138977,0.4066999852657318,0.8373000025749207,0.3652999997138977,0.4066999852657318,0.8373000025749207,0.3652999997138977,0.4066999852657318,0.8373000025749207,0.9538000226020813,-0.28929999470710754,-0.08160000294446945,0.9538000226020813,-0.28929999470710754,-0.08160000294446945,0.9538000226020813,-0.28929999470710754,-0.08160000294446945,0.13040000200271606,-0.4205000102519989,0.8978999853134155,0.13040000200271606,-0.4205000102519989,0.8978999853134155,0.13040000200271606,-0.4205000102519989,0.8978999853134155,0.9575999975204468,0.24449999630451202,0.15230000019073486,0.9575999975204468,0.24449999630451202,0.15230000019073486,0.9575999975204468,0.24449999630451202,0.15230000019073486,-0.28700000047683716,0.4043000042438507,0.8684999942779541,-0.28700000047683716,0.4043000042438507,0.8684999942779541,-0.28700000047683716,0.4043000042438507,0.8684999942779541,-0.4007999897003174,0.6344000101089478,0.6610000133514404,-0.4007999897003174,0.6344000101089478,0.6610000133514404,-0.4007999897003174,0.6344000101089478,0.6610000133514404,0.836899995803833,0.1873999983072281,-0.5142999887466431,0.836899995803833,0.1873999983072281,-0.5142999887466431,0.836899995803833,0.1873999983072281,-0.5142999887466431,-0.2915000021457672,-0.9125999808311462,-0.2865999937057495,-0.2915000021457672,-0.9125999808311462,-0.2865999937057495,-0.2915000021457672,-0.9125999808311462,-0.2865999937057495,0.9027000069618225,0.009999999776482582,0.4302000105381012,0.9027000069618225,0.009999999776482582,0.4302000105381012,0.9027000069618225,0.009999999776482582,0.4302000105381012,-0.2563999891281128,-0.9656999707221985,0.04129999876022339,-0.2563999891281128,-0.9656999707221985,0.04129999876022339,-0.2563999891281128,-0.9656999707221985,0.04129999876022339,-0.47699999809265137,-0.5741999745368958,0.6654000282287598,-0.47699999809265137,-0.5741999745368958,0.6654000282287598,-0.47699999809265137,-0.5741999745368958,0.6654000282287598,-0.41819998621940613,-0.6467999815940857,-0.6377999782562256,-0.41819998621940613,-0.6467999815940857,-0.6377999782562256,-0.41819998621940613,-0.6467999815940857,-0.6377999782562256,0.9442999958992004,-0.13779999315738678,0.2987000048160553,0.9442999958992004,-0.13779999315738678,0.2987000048160553,0.9442999958992004,-0.13779999315738678,0.2987000048160553,-0.19519999623298645,0.5414999723434448,-0.8177000284194946,-0.19519999623298645,0.5414999723434448,-0.8177000284194946,-0.19519999623298645,0.5414999723434448,-0.8177000284194946,-0.531499981880188,0.45329999923706055,-0.715499997138977,-0.531499981880188,0.45329999923706055,-0.715499997138977,-0.531499981880188,0.45329999923706055,-0.715499997138977,0.2248000055551529,-0.359499990940094,0.9057000279426575,0.2248000055551529,-0.359499990940094,0.9057000279426575,0.2248000055551529,-0.359499990940094,0.9057000279426575,0.3587999939918518,0.19169999659061432,0.9135000109672546,0.3587999939918518,0.19169999659061432,0.9135000109672546,0.3587999939918518,0.19169999659061432,0.9135000109672546,-0.5684999823570251,0.11299999803304672,0.8148999810218811,-0.5684999823570251,0.11299999803304672,0.8148999810218811,-0.5684999823570251,0.11299999803304672,0.8148999810218811,-0.8016999959945679,0.5221999883651733,-0.29089999198913574,-0.8016999959945679,0.5221999883651733,-0.29089999198913574,-0.8016999959945679,0.5221999883651733,-0.29089999198913574,-0.8813999891281128,0.42250001430511475,0.21140000224113464,-0.8813999891281128,0.42250001430511475,0.21140000224113464,-0.8813999891281128,0.42250001430511475,0.21140000224113464,0.4830000102519989,0.6538000106811523,-0.5824999809265137,0.4830000102519989,0.6538000106811523,-0.5824999809265137,0.4830000102519989,0.6538000106811523,-0.5824999809265137,-0.40400001406669617,-0.8360999822616577,-0.37119999527931213,-0.40400001406669617,-0.8360999822616577,-0.37119999527931213,-0.40400001406669617,-0.8360999822616577,-0.37119999527931213,-0.0284000001847744,-0.968999981880188,0.24560000002384186,-0.0284000001847744,-0.968999981880188,0.24560000002384186,-0.0284000001847744,-0.968999981880188,0.24560000002384186,0.4796999990940094,0.8769000172615051,-0.031700000166893005,0.4796999990940094,0.8769000172615051,-0.031700000166893005,0.4796999990940094,0.8769000172615051,-0.031700000166893005,0.9336000084877014,-0.17679999768733978,0.311599999666214,0.9336000084877014,-0.17679999768733978,0.311599999666214,0.9336000084877014,-0.17679999768733978,0.311599999666214,0.9847000241279602,0.17229999601840973,-0.027499999850988388,0.9847000241279602,0.17229999601840973,-0.027499999850988388,0.9847000241279602,0.17229999601840973,-0.027499999850988388,-0.6536999940872192,-0.22050000727176666,0.7239000201225281,-0.6536999940872192,-0.22050000727176666,0.7239000201225281,-0.6536999940872192,-0.22050000727176666,0.7239000201225281,0.5867999792098999,-0.524399995803833,0.6169999837875366,0.5867999792098999,-0.524399995803833,0.6169999837875366,0.5867999792098999,-0.524399995803833,0.6169999837875366,-0.7789999842643738,0.31279999017715454,0.5435000061988831,-0.7789999842643738,0.31279999017715454,0.5435000061988831,-0.7789999842643738,0.31279999017715454,0.5435000061988831,0.5591999888420105,-0.7487000226974487,-0.3560999929904938,0.5591999888420105,-0.7487000226974487,-0.3560999929904938,0.5591999888420105,-0.7487000226974487,-0.3560999929904938,0.9952999949455261,0.0551999993622303,-0.07930000126361847,0.9952999949455261,0.0551999993622303,-0.07930000126361847,0.9952999949455261,0.0551999993622303,-0.07930000126361847,0.4047999978065491,-0.10029999911785126,0.9089000225067139,0.4047999978065491,-0.10029999911785126,0.9089000225067139,0.4047999978065491,-0.10029999911785126,0.9089000225067139,0.18299999833106995,-0.30169999599456787,0.935699999332428,0.18299999833106995,-0.30169999599456787,0.935699999332428,0.18299999833106995,-0.30169999599456787,0.935699999332428,0.8105000257492065,-0.47099998593330383,0.3481000065803528,0.8105000257492065,-0.47099998593330383,0.3481000065803528,0.8105000257492065,-0.47099998593330383,0.3481000065803528,0.16380000114440918,0.25380000472068787,0.9532999992370605,0.16380000114440918,0.25380000472068787,0.9532999992370605,0.16380000114440918,0.25380000472068787,0.9532999992370605,0.040300000458955765,-0.9394999742507935,0.3402000069618225,0.040300000458955765,-0.9394999742507935,0.3402000069618225,0.040300000458955765,-0.9394999742507935,0.3402000069618225,-0.06669999659061432,0.5024999976158142,0.8619999885559082,-0.06669999659061432,0.5024999976158142,0.8619999885559082,-0.06669999659061432,0.5024999976158142,0.8619999885559082,0.4223000109195709,-0.5846999883651733,0.6927000284194946,0.4223000109195709,-0.5846999883651733,0.6927000284194946,0.4223000109195709,-0.5846999883651733,0.6927000284194946,-0.10639999806880951,-0.777400016784668,0.6200000047683716,-0.10639999806880951,-0.777400016784668,0.6200000047683716,-0.10639999806880951,-0.777400016784668,0.6200000047683716,-0.259799987077713,0.21449999511241913,-0.9415000081062317,-0.259799987077713,0.21449999511241913,-0.9415000081062317,-0.259799987077713,0.21449999511241913,-0.9415000081062317,0.9804999828338623,0.05530000105500221,-0.18850000202655792,0.9804999828338623,0.05530000105500221,-0.18850000202655792,0.9804999828338623,0.05530000105500221,-0.18850000202655792,-0.20010000467300415,-0.960099995136261,-0.19539999961853027,-0.20010000467300415,-0.960099995136261,-0.19539999961853027,-0.20010000467300415,-0.960099995136261,-0.19539999961853027,0.2678999900817871,0.07410000264644623,-0.9606000185012817,0.2678999900817871,0.07410000264644623,-0.9606000185012817,0.2678999900817871,0.07410000264644623,-0.9606000185012817,0.9914000034332275,-0.11819999665021896,0.05609999969601631,0.9914000034332275,-0.11819999665021896,0.05609999969601631,0.9914000034332275,-0.11819999665021896,0.05609999969601631,-0.4772999882698059,0.42559999227523804,0.7688000202178955,-0.4772999882698059,0.42559999227523804,0.7688000202178955,-0.4772999882698059,0.42559999227523804,0.7688000202178955,0.8720999956130981,0.30000001192092896,0.38659998774528503,0.8720999956130981,0.30000001192092896,0.38659998774528503,0.8720999956130981,0.30000001192092896,0.38659998774528503,-0.0860000029206276,-0.5936999917030334,-0.8001000285148621,-0.0860000029206276,-0.5936999917030334,-0.8001000285148621,-0.0860000029206276,-0.5936999917030334,-0.8001000285148621,-0.20640000700950623,0.4749000072479248,-0.8554999828338623,-0.20640000700950623,0.4749000072479248,-0.8554999828338623,-0.20640000700950623,0.4749000072479248,-0.8554999828338623,-0.6628000140190125,0.17239999771118164,-0.7286999821662903,-0.6628000140190125,0.17239999771118164,-0.7286999821662903,-0.6628000140190125,0.17239999771118164,-0.7286999821662903,-0.0649000033736229,0.9333000183105469,0.3531999886035919,-0.0649000033736229,0.9333000183105469,0.3531999886035919,-0.0649000033736229,0.9333000183105469,0.3531999886035919,-0.7642999887466431,-0.5120999813079834,0.3917999863624573,-0.7642999887466431,-0.5120999813079834,0.3917999863624573,-0.7642999887466431,-0.5120999813079834,0.3917999863624573,0.2741999924182892,-0.056699998676776886,0.9599999785423279,0.2741999924182892,-0.056699998676776886,0.9599999785423279,0.2741999924182892,-0.056699998676776886,0.9599999785423279,0.39730000495910645,-0.026599999517202377,0.9172999858856201,0.39730000495910645,-0.026599999517202377,0.9172999858856201,0.39730000495910645,-0.026599999517202377,0.9172999858856201,0.8777999877929688,0.3644999861717224,-0.3107999861240387,0.8777999877929688,0.3644999861717224,-0.3107999861240387,0.8777999877929688,0.3644999861717224,-0.3107999861240387,0.6176999807357788,-0.6851999759674072,0.38600000739097595,0.6176999807357788,-0.6851999759674072,0.38600000739097595,0.6176999807357788,-0.6851999759674072,0.38600000739097595,-0.27160000801086426,-0.5932000279426575,0.7577999830245972,-0.27160000801086426,-0.5932000279426575,0.7577999830245972,-0.27160000801086426,-0.5932000279426575,0.7577999830245972,-0.2987000048160553,0.32199999690055847,-0.8984000086784363,-0.2987000048160553,0.32199999690055847,-0.8984000086784363,-0.2987000048160553,0.32199999690055847,-0.8984000086784363,0.59579998254776,0.6970999836921692,-0.39890000224113464,0.59579998254776,0.6970999836921692,-0.39890000224113464,0.59579998254776,0.6970999836921692,-0.39890000224113464,-0.6421999931335449,0.6581000089645386,0.3930000066757202,-0.6421999931335449,0.6581000089645386,0.3930000066757202,-0.6421999931335449,0.6581000089645386,0.3930000066757202,0.5047000050544739,-0.4440000057220459,-0.7404000163078308,0.5047000050544739,-0.4440000057220459,-0.7404000163078308,0.5047000050544739,-0.4440000057220459,-0.7404000163078308,0.7940000295639038,-0.08739999681711197,0.6017000079154968,0.7940000295639038,-0.08739999681711197,0.6017000079154968,0.7940000295639038,-0.08739999681711197,0.6017000079154968,0.5993000268936157,0.6230999827384949,0.5024999976158142,0.5993000268936157,0.6230999827384949,0.5024999976158142,0.5993000268936157,0.6230999827384949,0.5024999976158142,0.8521000146865845,0.5232999920845032,-0.01119999960064888,0.8521000146865845,0.5232999920845032,-0.01119999960064888,0.8521000146865845,0.5232999920845032,-0.01119999960064888,-0.36890000104904175,-0.557699978351593,0.7434999942779541,-0.36890000104904175,-0.557699978351593,0.7434999942779541,-0.36890000104904175,-0.557699978351593,0.7434999942779541,0.17489999532699585,0.2676999866962433,0.9474999904632568,0.17489999532699585,0.2676999866962433,0.9474999904632568,0.17489999532699585,0.2676999866962433,0.9474999904632568,0.16779999434947968,-0.8398000001907349,0.5162000060081482,0.16779999434947968,-0.8398000001907349,0.5162000060081482,0.16779999434947968,-0.8398000001907349,0.5162000060081482,0.13420000672340393,0.9815000295639038,-0.13689999282360077,0.13420000672340393,0.9815000295639038,-0.13689999282360077,0.13420000672340393,0.9815000295639038,-0.13689999282360077,-0.883400022983551,0.3012000024318695,-0.35910001397132874,-0.883400022983551,0.3012000024318695,-0.35910001397132874,-0.883400022983551,0.3012000024318695,-0.35910001397132874,-0.20880000293254852,-0.3580000102519989,0.910099983215332,-0.20880000293254852,-0.3580000102519989,0.910099983215332,-0.20880000293254852,-0.3580000102519989,0.910099983215332,0.6599000096321106,0.6025000214576721,-0.4489000141620636,0.6599000096321106,0.6025000214576721,-0.4489000141620636,0.6599000096321106,0.6025000214576721,-0.4489000141620636,0.3125999867916107,-0.8450999855995178,0.4336000084877014,0.3125999867916107,-0.8450999855995178,0.4336000084877014,0.3125999867916107,-0.8450999855995178,0.4336000084877014,0.34779998660087585,-0.8015999794006348,-0.4862000048160553,0.34779998660087585,-0.8015999794006348,-0.4862000048160553,0.34779998660087585,-0.8015999794006348,-0.4862000048160553,-0.41690000891685486,-0.631600022315979,-0.6536999940872192,-0.41690000891685486,-0.631600022315979,-0.6536999940872192,-0.41690000891685486,-0.631600022315979,-0.6536999940872192,0.31299999356269836,0.9394999742507935,-0.13910000026226044,0.31299999356269836,0.9394999742507935,-0.13910000026226044,0.31299999356269836,0.9394999742507935,-0.13910000026226044,0.9714999794960022,-0.04019999876618385,-0.23350000381469727,0.9714999794960022,-0.04019999876618385,-0.23350000381469727,0.9714999794960022,-0.04019999876618385,-0.23350000381469727,0.560699999332428,-0.8238000273704529,-0.08370000123977661,0.560699999332428,-0.8238000273704529,-0.08370000123977661,0.560699999332428,-0.8238000273704529,-0.08370000123977661,-0.9889000058174133,0.08669999986886978,0.12049999833106995,-0.9889000058174133,0.08669999986886978,0.12049999833106995,-0.9889000058174133,0.08669999986886978,0.12049999833106995,0.1590999960899353,-0.8023999929428101,0.5752000212669373,0.1590999960899353,-0.8023999929428101,0.5752000212669373,0.1590999960899353,-0.8023999929428101,0.5752000212669373,-0.8454999923706055,-0.26339998841285706,0.4645000100135803,-0.8454999923706055,-0.26339998841285706,0.4645000100135803,-0.8454999923706055,-0.26339998841285706,0.4645000100135803,-0.22130000591278076,-0.8215000033378601,-0.5254999995231628,-0.22130000591278076,-0.8215000033378601,-0.5254999995231628,-0.22130000591278076,-0.8215000033378601,-0.5254999995231628,-0.8155999779701233,0.5536999702453613,0.1679999977350235,-0.8155999779701233,0.5536999702453613,0.1679999977350235,-0.8155999779701233,0.5536999702453613,0.1679999977350235,-0.09539999812841415,0.7750999927520752,-0.6245999932289124,-0.09539999812841415,0.7750999927520752,-0.6245999932289124,-0.09539999812841415,0.7750999927520752,-0.6245999932289124,-0.13850000500679016,-0.4927999973297119,0.8590999841690063,-0.13850000500679016,-0.4927999973297119,0.8590999841690063,-0.13850000500679016,-0.4927999973297119,0.8590999841690063,0.45249998569488525,0.7067999839782715,-0.5437999963760376,0.45249998569488525,0.7067999839782715,-0.5437999963760376,0.45249998569488525,0.7067999839782715,-0.5437999963760376,0.9866999983787537,-0.1590999960899353,0.03319999948143959,0.9866999983787537,-0.1590999960899353,0.03319999948143959,0.9866999983787537,-0.1590999960899353,0.03319999948143959,0.6779000163078308,-0.6682000160217285,-0.30660000443458557,0.6779000163078308,-0.6682000160217285,-0.30660000443458557,0.6779000163078308,-0.6682000160217285,-0.30660000443458557,0.9125999808311462,0.25540000200271606,0.3192000091075897,0.9125999808311462,0.25540000200271606,0.3192000091075897,0.9125999808311462,0.25540000200271606,0.3192000091075897,0.5006999969482422,0.8180000185966492,-0.28299999237060547,0.5006999969482422,0.8180000185966492,-0.28299999237060547,0.5006999969482422,0.8180000185966492,-0.28299999237060547,-0.2944999933242798,0.9549000263214111,0.03849999979138374,-0.2944999933242798,0.9549000263214111,0.03849999979138374,-0.2944999933242798,0.9549000263214111,0.03849999979138374,0.6596999764442444,-0.7457000017166138,0.09399999678134918,0.6596999764442444,-0.7457000017166138,0.09399999678134918,0.6596999764442444,-0.7457000017166138,0.09399999678134918,-0.9922000169754028,-0.010499999858438969,-0.12409999966621399,-0.9922000169754028,-0.010499999858438969,-0.12409999966621399,-0.9922000169754028,-0.010499999858438969,-0.12409999966621399,-0.8299000263214111,0.4708000123500824,-0.2994999885559082,-0.8299000263214111,0.4708000123500824,-0.2994999885559082,-0.8299000263214111,0.4708000123500824,-0.2994999885559082,0.027400000020861626,-0.996399998664856,-0.08070000261068344,0.027400000020861626,-0.996399998664856,-0.08070000261068344,0.027400000020861626,-0.996399998664856,-0.08070000261068344,0.7950000166893005,-0.17520000040531158,0.5806999802589417,0.7950000166893005,-0.17520000040531158,0.5806999802589417,0.7950000166893005,-0.17520000040531158,0.5806999802589417,0.41659998893737793,-0.15889999270439148,-0.8950999975204468,0.41659998893737793,-0.15889999270439148,-0.8950999975204468,0.41659998893737793,-0.15889999270439148,-0.8950999975204468,-0.1298999935388565,-0.8270999789237976,0.5468000173568726,-0.1298999935388565,-0.8270999789237976,0.5468000173568726,-0.1298999935388565,-0.8270999789237976,0.5468000173568726,0.3165000081062317,-0.9472000002861023,0.052299998700618744,0.3165000081062317,-0.9472000002861023,0.052299998700618744,0.3165000081062317,-0.9472000002861023,0.052299998700618744,0.6305999755859375,0.10840000212192535,-0.7684999704360962,0.6305999755859375,0.10840000212192535,-0.7684999704360962,0.6305999755859375,0.10840000212192535,-0.7684999704360962,0.310699999332428,0.7263000011444092,0.613099992275238,0.310699999332428,0.7263000011444092,0.613099992275238,0.310699999332428,0.7263000011444092,0.613099992275238,0.8532999753952026,-0.42089998722076416,0.30790001153945923,0.8532999753952026,-0.42089998722076416,0.30790001153945923,0.8532999753952026,-0.42089998722076416,0.30790001153945923,0.5196999907493591,-0.16899999976158142,0.8374999761581421,0.5196999907493591,-0.16899999976158142,0.8374999761581421,0.5196999907493591,-0.16899999976158142,0.8374999761581421,-0.24690000712871552,-0.8644999861717224,0.43779999017715454,-0.24690000712871552,-0.8644999861717224,0.43779999017715454,-0.24690000712871552,-0.8644999861717224,0.43779999017715454,-0.04270000010728836,0.9023000001907349,0.42910000681877136,-0.04270000010728836,0.9023000001907349,0.42910000681877136,-0.04270000010728836,0.9023000001907349,0.42910000681877136,-0.9448000192642212,-0.008200000040233135,0.32749998569488525,-0.9448000192642212,-0.008200000040233135,0.32749998569488525,-0.9448000192642212,-0.008200000040233135,0.32749998569488525,0.8378000259399414,-0.19949999451637268,-0.5083000063896179,0.8378000259399414,-0.19949999451637268,-0.5083000063896179,0.8378000259399414,-0.19949999451637268,-0.5083000063896179,-0.9869999885559082,0.1606999933719635,-0.009200000204145908,-0.9869999885559082,0.1606999933719635,-0.009200000204145908,-0.9869999885559082,0.1606999933719635,-0.009200000204145908,0.6930999755859375,0.33180001378059387,-0.6399999856948853,0.6930999755859375,0.33180001378059387,-0.6399999856948853,0.6930999755859375,0.33180001378059387,-0.6399999856948853,0.5034000277519226,-0.8628000020980835,-0.047600001096725464,0.5034000277519226,-0.8628000020980835,-0.047600001096725464,0.5034000277519226,-0.8628000020980835,-0.047600001096725464,-0.3127000033855438,-0.49050000309944153,0.8133999705314636,-0.3127000033855438,-0.49050000309944153,0.8133999705314636,-0.3127000033855438,-0.49050000309944153,0.8133999705314636,-0.39500001072883606,-0.8531000018119812,-0.3409999907016754,-0.39500001072883606,-0.8531000018119812,-0.3409999907016754,-0.39500001072883606,-0.8531000018119812,-0.3409999907016754,0.3319000005722046,-0.07880000025033951,0.9399999976158142,0.3319000005722046,-0.07880000025033951,0.9399999976158142,0.3319000005722046,-0.07880000025033951,0.9399999976158142,0.9142000079154968,-0.07850000262260437,0.397599995136261,0.9142000079154968,-0.07850000262260437,0.397599995136261,0.9142000079154968,-0.07850000262260437,0.397599995136261,-0.3425999879837036,0.0414000004529953,-0.9386000037193298,-0.3425999879837036,0.0414000004529953,-0.9386000037193298,-0.3425999879837036,0.0414000004529953,-0.9386000037193298,0.6281999945640564,0.7745000123977661,-0.07429999858140945,0.6281999945640564,0.7745000123977661,-0.07429999858140945,0.6281999945640564,0.7745000123977661,-0.07429999858140945,0.8970999717712402,-0.21870000660419464,-0.3837999999523163,0.8970999717712402,-0.21870000660419464,-0.3837999999523163,0.8970999717712402,-0.21870000660419464,-0.3837999999523163,0.27970001101493835,0.7642999887466431,0.5809999704360962,0.27970001101493835,0.7642999887466431,0.5809999704360962,0.27970001101493835,0.7642999887466431,0.5809999704360962,-0.9653000235557556,-0.1671999990940094,0.20059999823570251,-0.9653000235557556,-0.1671999990940094,0.20059999823570251,-0.9653000235557556,-0.1671999990940094,0.20059999823570251,0.8004000186920166,0.25540000200271606,-0.5422999858856201,0.8004000186920166,0.25540000200271606,-0.5422999858856201,0.8004000186920166,0.25540000200271606,-0.5422999858856201,-0.17260000109672546,0.6625999808311462,-0.7287999987602234,-0.17260000109672546,0.6625999808311462,-0.7287999987602234,-0.17260000109672546,0.6625999808311462,-0.7287999987602234,-0.2222999930381775,0.9078999757766724,0.35530000925064087,-0.2222999930381775,0.9078999757766724,0.35530000925064087,-0.2222999930381775,0.9078999757766724,0.35530000925064087,-0.9787999987602234,-0.062199998646974564,0.19509999454021454,-0.9787999987602234,-0.062199998646974564,0.19509999454021454,-0.9787999987602234,-0.062199998646974564,0.19509999454021454,0.8497999906539917,-0.5092999935150146,-0.13580000400543213,0.8497999906539917,-0.5092999935150146,-0.13580000400543213,0.8497999906539917,-0.5092999935150146,-0.13580000400543213,-0.040300000458955765,-0.6462000012397766,0.7620999813079834,-0.040300000458955765,-0.6462000012397766,0.7620999813079834,-0.040300000458955765,-0.6462000012397766,0.7620999813079834,0.13259999454021454,-0.902899980545044,0.4088999927043915,0.13259999454021454,-0.902899980545044,0.4088999927043915,0.13259999454021454,-0.902899980545044,0.4088999927043915,-0.9768000245094299,0.16779999434947968,-0.13330000638961792,-0.9768000245094299,0.16779999434947968,-0.13330000638961792,-0.9768000245094299,0.16779999434947968,-0.13330000638961792,0.8697999715805054,-0.4036000072956085,0.28380000591278076,0.8697999715805054,-0.4036000072956085,0.28380000591278076,0.8697999715805054,-0.4036000072956085,0.28380000591278076,0.8410000205039978,-0.3720000088214874,0.3928999900817871,0.8410000205039978,-0.3720000088214874,0.3928999900817871,0.8410000205039978,-0.3720000088214874,0.3928999900817871,0.913100004196167,0.3828999996185303,0.14030000567436218,0.913100004196167,0.3828999996185303,0.14030000567436218,0.913100004196167,0.3828999996185303,0.14030000567436218,-0.6442000269889832,-0.7649000287055969,0.005100000184029341,-0.6442000269889832,-0.7649000287055969,0.005100000184029341,-0.6442000269889832,-0.7649000287055969,0.005100000184029341,-0.4099000096321106,-0.23160000145435333,0.8822000026702881,-0.4099000096321106,-0.23160000145435333,0.8822000026702881,-0.4099000096321106,-0.23160000145435333,0.8822000026702881,-0.03889999911189079,-0.27970001101493835,-0.9592999815940857,-0.03889999911189079,-0.27970001101493835,-0.9592999815940857,-0.03889999911189079,-0.27970001101493835,-0.9592999815940857,-0.34850001335144043,0.8513000011444092,-0.3921999931335449,-0.34850001335144043,0.8513000011444092,-0.3921999931335449,-0.34850001335144043,0.8513000011444092,-0.3921999931335449,-0.0348999984562397,0.6204000115394592,-0.7835000157356262,-0.0348999984562397,0.6204000115394592,-0.7835000157356262,-0.0348999984562397,0.6204000115394592,-0.7835000157356262,-0.7483999729156494,-0.5968000292778015,-0.28929999470710754,-0.7483999729156494,-0.5968000292778015,-0.28929999470710754,-0.7483999729156494,-0.5968000292778015,-0.28929999470710754,-0.7867000102996826,0.23250000178813934,0.5719000101089478,-0.7867000102996826,0.23250000178813934,0.5719000101089478,-0.7867000102996826,0.23250000178813934,0.5719000101089478,-0.2425999939441681,-0.6473000049591064,0.722599983215332,-0.2425999939441681,-0.6473000049591064,0.722599983215332,-0.2425999939441681,-0.6473000049591064,0.722599983215332,-0.8449000120162964,0.04699999839067459,-0.532800018787384,-0.8449000120162964,0.04699999839067459,-0.532800018787384,-0.8449000120162964,0.04699999839067459,-0.532800018787384,0.4253000020980835,0.6388999819755554,0.640999972820282,0.4253000020980835,0.6388999819755554,0.640999972820282,0.4253000020980835,0.6388999819755554,0.640999972820282,0.9962000250816345,0.0617000013589859,-0.06129999831318855,0.9962000250816345,0.0617000013589859,-0.06129999831318855,0.9962000250816345,0.0617000013589859,-0.06129999831318855,0.9294000267982483,0.32019999623298645,-0.18330000340938568,0.9294000267982483,0.32019999623298645,-0.18330000340938568,0.9294000267982483,0.32019999623298645,-0.18330000340938568,-0.4399999976158142,0.0737999975681305,0.8949000239372253,-0.4399999976158142,0.0737999975681305,0.8949000239372253,-0.4399999976158142,0.0737999975681305,0.8949000239372253,-0.8314999938011169,-0.12710000574588776,-0.5407999753952026,-0.8314999938011169,-0.12710000574588776,-0.5407999753952026,-0.8314999938011169,-0.12710000574588776,-0.5407999753952026,-0.6287999749183655,0.36899998784065247,0.6844000220298767,-0.6287999749183655,0.36899998784065247,0.6844000220298767,-0.6287999749183655,0.36899998784065247,0.6844000220298767,0.6244000196456909,0.4747999906539917,-0.620199978351593,0.6244000196456909,0.4747999906539917,-0.620199978351593,0.6244000196456909,0.4747999906539917,-0.620199978351593,-0.8986999988555908,-0.32269999384880066,0.296999990940094,-0.8986999988555908,-0.32269999384880066,0.296999990940094,-0.8986999988555908,-0.32269999384880066,0.296999990940094,-0.6470999717712402,0.5982000231742859,0.47269999980926514,-0.6470999717712402,0.5982000231742859,0.47269999980926514,-0.6470999717712402,0.5982000231742859,0.47269999980926514,-0.2775999903678894,0.37369999289512634,-0.8849999904632568,-0.2775999903678894,0.37369999289512634,-0.8849999904632568,-0.2775999903678894,0.37369999289512634,-0.8849999904632568,-0.1445000022649765,0.7965999841690063,-0.5870000123977661,-0.1445000022649765,0.7965999841690063,-0.5870000123977661,-0.1445000022649765,0.7965999841690063,-0.5870000123977661,-0.3109000027179718,0.5681999921798706,0.761900007724762,-0.3109000027179718,0.5681999921798706,0.761900007724762,-0.3109000027179718,0.5681999921798706,0.761900007724762,-0.36149999499320984,-0.7587000131607056,-0.5418999791145325,-0.36149999499320984,-0.7587000131607056,-0.5418999791145325,-0.36149999499320984,-0.7587000131607056,-0.5418999791145325,-0.07599999755620956,-0.9828000068664551,0.16840000450611115,-0.07599999755620956,-0.9828000068664551,0.16840000450611115,-0.07599999755620956,-0.9828000068664551,0.16840000450611115,-0.28290000557899475,0.9508000016212463,-0.12600000202655792,-0.28290000557899475,0.9508000016212463,-0.12600000202655792,-0.28290000557899475,0.9508000016212463,-0.12600000202655792,0.21230000257492065,-0.9463000297546387,-0.24379999935626984,0.21230000257492065,-0.9463000297546387,-0.24379999935626984,0.21230000257492065,-0.9463000297546387,-0.24379999935626984,-0.20090000331401825,0.5902000069618225,-0.7818999886512756,-0.20090000331401825,0.5902000069618225,-0.7818999886512756,-0.20090000331401825,0.5902000069618225,-0.7818999886512756,0.7006000280380249,-0.7074000239372253,0.09380000084638596,0.7006000280380249,-0.7074000239372253,0.09380000084638596,0.7006000280380249,-0.7074000239372253,0.09380000084638596,-0.0982000008225441,0.8422999978065491,0.5299999713897705,-0.0982000008225441,0.8422999978065491,0.5299999713897705,-0.0982000008225441,0.8422999978065491,0.5299999713897705,-0.02850000001490116,0.8913999795913696,-0.4523000121116638,-0.02850000001490116,0.8913999795913696,-0.4523000121116638,-0.02850000001490116,0.8913999795913696,-0.4523000121116638,-0.9215999841690063,-0.367000013589859,0.12610000371932983,-0.9215999841690063,-0.367000013589859,0.12610000371932983,-0.9215999841690063,-0.367000013589859,0.12610000371932983,0.46560001373291016,0.753600001335144,-0.46399998664855957,0.46560001373291016,0.753600001335144,-0.46399998664855957,0.46560001373291016,0.753600001335144,-0.46399998664855957,-0.49900001287460327,0.6651999950408936,-0.5554999709129333,-0.49900001287460327,0.6651999950408936,-0.5554999709129333,-0.49900001287460327,0.6651999950408936,-0.5554999709129333,0.17839999496936798,0.18400000035762787,-0.9666000008583069,0.17839999496936798,0.18400000035762787,-0.9666000008583069,0.17839999496936798,0.18400000035762787,-0.9666000008583069,0.10300000011920929,0.4268999993801117,-0.8984000086784363,0.10300000011920929,0.4268999993801117,-0.8984000086784363,0.10300000011920929,0.4268999993801117,-0.8984000086784363,0.28790000081062317,0.4885999858379364,0.8235999941825867,0.28790000081062317,0.4885999858379364,0.8235999941825867,0.28790000081062317,0.4885999858379364,0.8235999941825867,-0.6814000010490417,0.22010000050067902,0.6980999708175659,-0.6814000010490417,0.22010000050067902,0.6980999708175659,-0.6814000010490417,0.22010000050067902,0.6980999708175659,-0.7781000137329102,0.13899999856948853,0.612500011920929,-0.7781000137329102,0.13899999856948853,0.612500011920929,-0.7781000137329102,0.13899999856948853,0.612500011920929,0.932200014591217,-0.35850000381469727,-0.0494999997317791,0.932200014591217,-0.35850000381469727,-0.0494999997317791,0.932200014591217,-0.35850000381469727,-0.0494999997317791,-0.5698999762535095,-0.7803000211715698,-0.25760000944137573,-0.5698999762535095,-0.7803000211715698,-0.25760000944137573,-0.5698999762535095,-0.7803000211715698,-0.25760000944137573,0.23479999601840973,-0.7796000242233276,0.5806000232696533,0.23479999601840973,-0.7796000242233276,0.5806000232696533,0.23479999601840973,-0.7796000242233276,0.5806000232696533,0.2944999933242798,0.941100001335144,-0.16599999368190765,0.2944999933242798,0.941100001335144,-0.16599999368190765,0.2944999933242798,0.941100001335144,-0.16599999368190765,0.27889999747276306,0.7258999943733215,-0.6287000179290771,0.27889999747276306,0.7258999943733215,-0.6287000179290771,0.27889999747276306,0.7258999943733215,-0.6287000179290771,-0.1981000006198883,-0.7793999910354614,0.5943999886512756,-0.1981000006198883,-0.7793999910354614,0.5943999886512756,-0.1981000006198883,-0.7793999910354614,0.5943999886512756,0.6193000078201294,0.4580000042915344,-0.6377000212669373,0.6193000078201294,0.4580000042915344,-0.6377000212669373,0.6193000078201294,0.4580000042915344,-0.6377000212669373,0.5097000002861023,-0.14659999310970306,0.8478000164031982,0.5097000002861023,-0.14659999310970306,0.8478000164031982,0.5097000002861023,-0.14659999310970306,0.8478000164031982,0.6758000254631042,-0.7084000110626221,-0.20350000262260437,0.6758000254631042,-0.7084000110626221,-0.20350000262260437,0.6758000254631042,-0.7084000110626221,-0.20350000262260437,0.19930000603199005,0.909600019454956,0.3646000027656555,0.19930000603199005,0.909600019454956,0.3646000027656555,0.19930000603199005,0.909600019454956,0.3646000027656555,0.761900007724762,-0.19460000097751617,-0.6176999807357788,0.761900007724762,-0.19460000097751617,-0.6176999807357788,0.761900007724762,-0.19460000097751617,-0.6176999807357788,0.37299999594688416,0.8409000039100647,0.3921999931335449,0.37299999594688416,0.8409000039100647,0.3921999931335449,0.37299999594688416,0.8409000039100647,0.3921999931335449,-0.4941999912261963,-0.868399977684021,0.03999999910593033,-0.4941999912261963,-0.868399977684021,0.03999999910593033,-0.4941999912261963,-0.868399977684021,0.03999999910593033,0.5795999765396118,-0.7260000109672546,-0.3702000081539154,0.5795999765396118,-0.7260000109672546,-0.3702000081539154,0.5795999765396118,-0.7260000109672546,-0.3702000081539154,0.8327000141143799,-0.5489000082015991,0.07249999791383743,0.8327000141143799,-0.5489000082015991,0.07249999791383743,0.8327000141143799,-0.5489000082015991,0.07249999791383743,-0.9980999827384949,0.014100000262260437,0.05999999865889549,-0.9980999827384949,0.014100000262260437,0.05999999865889549,-0.9980999827384949,0.014100000262260437,0.05999999865889549,0.2915000021457672,-0.9125999808311462,-0.2865999937057495,0.2915000021457672,-0.9125999808311462,-0.2865999937057495,0.2915000021457672,-0.9125999808311462,-0.2865999937057495,-0.5253999829292297,0.8123000264167786,0.2531000077724457,-0.5253999829292297,0.8123000264167786,0.2531000077724457,-0.5253999829292297,0.8123000264167786,0.2531000077724457,-0.30869999527931213,0.23149999976158142,-0.9225999712944031,-0.30869999527931213,0.23149999976158142,-0.9225999712944031,-0.30869999527931213,0.23149999976158142,-0.9225999712944031,0.566100001335144,0.7849000096321106,-0.25200000405311584,0.566100001335144,0.7849000096321106,-0.25200000405311584,0.566100001335144,0.7849000096321106,-0.25200000405311584,-0.15889999270439148,-0.7505000233650208,0.6414999961853027,-0.15889999270439148,-0.7505000233650208,0.6414999961853027,-0.15889999270439148,-0.7505000233650208,0.6414999961853027,-0.5767999887466431,-0.8073999881744385,-0.12370000034570694,-0.5767999887466431,-0.8073999881744385,-0.12370000034570694,-0.5767999887466431,-0.8073999881744385,-0.12370000034570694,-0.6707000136375427,-0.6266000270843506,0.3968999981880188,-0.6707000136375427,-0.6266000270843506,0.3968999981880188,-0.6707000136375427,-0.6266000270843506,0.3968999981880188,0.5273000001907349,0.6577000021934509,-0.5378999710083008,0.5273000001907349,0.6577000021934509,-0.5378999710083008,0.5273000001907349,0.6577000021934509,-0.5378999710083008,-0.3668999969959259,-0.10639999806880951,-0.9240999817848206,-0.3668999969959259,-0.10639999806880951,-0.9240999817848206,-0.3668999969959259,-0.10639999806880951,-0.9240999817848206,0.4113999903202057,0.9057000279426575,-0.10260000079870224,0.4113999903202057,0.9057000279426575,-0.10260000079870224,0.4113999903202057,0.9057000279426575,-0.10260000079870224,0.7099000215530396,-0.16210000216960907,-0.6854000091552734,0.7099000215530396,-0.16210000216960907,-0.6854000091552734,0.7099000215530396,-0.16210000216960907,-0.6854000091552734,-0.3531999886035919,-0.4496999979019165,0.8203999996185303,-0.3531999886035919,-0.4496999979019165,0.8203999996185303,-0.3531999886035919,-0.4496999979019165,0.8203999996185303,0.2757999897003174,-0.9528999924659729,-0.12630000710487366,0.2757999897003174,-0.9528999924659729,-0.12630000710487366,0.2757999897003174,-0.9528999924659729,-0.12630000710487366,-0.8119999766349792,0.5677000284194946,0.1356000006198883,-0.8119999766349792,0.5677000284194946,0.1356000006198883,-0.8119999766349792,0.5677000284194946,0.1356000006198883,-0.6552000045776367,0.2567000091075897,-0.7105000019073486,-0.6552000045776367,0.2567000091075897,-0.7105000019073486,-0.6552000045776367,0.2567000091075897,-0.7105000019073486,-0.15710000693798065,0.0966000035405159,0.9828000068664551,-0.15710000693798065,0.0966000035405159,0.9828000068664551,-0.15710000693798065,0.0966000035405159,0.9828000068664551,0.9473000168800354,-0.26420000195503235,0.18129999935626984,0.9473000168800354,-0.26420000195503235,0.18129999935626984,0.9473000168800354,-0.26420000195503235,0.18129999935626984,0.42239999771118164,0.8971999883651733,-0.12919999659061432,0.42239999771118164,0.8971999883651733,-0.12919999659061432,0.42239999771118164,0.8971999883651733,-0.12919999659061432,0.6606000065803528,-0.4374000132083893,0.6100999712944031,0.6606000065803528,-0.4374000132083893,0.6100999712944031,0.6606000065803528,-0.4374000132083893,0.6100999712944031,0.3312000036239624,-0.3109999895095825,0.8907999992370605,0.3312000036239624,-0.3109999895095825,0.8907999992370605,0.3312000036239624,-0.3109999895095825,0.8907999992370605,0.9129999876022339,-0.37400001287460327,0.16300000250339508,0.9129999876022339,-0.37400001287460327,0.16300000250339508,0.9129999876022339,-0.37400001287460327,0.16300000250339508,-0.05909999832510948,0.9965000152587891,0.05829999968409538,-0.05909999832510948,0.9965000152587891,0.05829999968409538,-0.05909999832510948,0.9965000152587891,0.05829999968409538,0.20730000734329224,-0.18330000340938568,-0.9609000086784363,0.20730000734329224,-0.18330000340938568,-0.9609000086784363,0.20730000734329224,-0.18330000340938568,-0.9609000086784363,-0.8629000186920166,0.21739999949932098,-0.4562999904155731,-0.8629000186920166,0.21739999949932098,-0.4562999904155731,-0.8629000186920166,0.21739999949932098,-0.4562999904155731,-0.5738000273704529,-0.3156999945640564,0.7556999921798706,-0.5738000273704529,-0.3156999945640564,0.7556999921798706,-0.5738000273704529,-0.3156999945640564,0.7556999921798706,-0.013700000010430813,0.9778000116348267,-0.2092999964952469,-0.013700000010430813,0.9778000116348267,-0.2092999964952469,-0.013700000010430813,0.9778000116348267,-0.2092999964952469,-0.38339999318122864,-0.9139000177383423,0.13359999656677246,-0.38339999318122864,-0.9139000177383423,0.13359999656677246,-0.38339999318122864,-0.9139000177383423,0.13359999656677246,0.9914000034332275,-0.027400000020861626,-0.1282999962568283,0.9914000034332275,-0.027400000020861626,-0.1282999962568283,0.9914000034332275,-0.027400000020861626,-0.1282999962568283,-0.9128999710083008,-0.28610000014305115,0.2912999987602234,-0.9128999710083008,-0.28610000014305115,0.2912999987602234,-0.9128999710083008,-0.28610000014305115,0.2912999987602234,0.19939999282360077,0.9294000267982483,0.31060001254081726,0.19939999282360077,0.9294000267982483,0.31060001254081726,0.19939999282360077,0.9294000267982483,0.31060001254081726,0.11389999836683273,0.814300000667572,-0.5691999793052673,0.11389999836683273,0.814300000667572,-0.5691999793052673,0.11389999836683273,0.814300000667572,-0.5691999793052673,-0.9128000140190125,0.38449999690055847,0.1378999948501587,-0.9128000140190125,0.38449999690055847,0.1378999948501587,-0.9128000140190125,0.38449999690055847,0.1378999948501587,0.8756999969482422,0.47999998927116394,0.053199999034404755,0.8756999969482422,0.47999998927116394,0.053199999034404755,0.8756999969482422,0.47999998927116394,0.053199999034404755,0.12880000472068787,-0.713699996471405,0.6884999871253967,0.12880000472068787,-0.713699996471405,0.6884999871253967,0.12880000472068787,-0.713699996471405,0.6884999871253967,0.9330000281333923,-0.2492000013589859,-0.25949999690055847,0.9330000281333923,-0.2492000013589859,-0.25949999690055847,0.9330000281333923,-0.2492000013589859,-0.25949999690055847,0.9133999943733215,0.36890000104904175,0.1720000058412552,0.9133999943733215,0.36890000104904175,0.1720000058412552,0.9133999943733215,0.36890000104904175,0.1720000058412552,-0.42989999055862427,-0.7728000283241272,0.4668000042438507,-0.42989999055862427,-0.7728000283241272,0.4668000042438507,-0.42989999055862427,-0.7728000283241272,0.4668000042438507,-0.6712999939918518,0.08669999986886978,-0.7361000180244446,-0.6712999939918518,0.08669999986886978,-0.7361000180244446,-0.6712999939918518,0.08669999986886978,-0.7361000180244446,0.7493000030517578,0.6621999740600586,0.004100000020116568,0.7493000030517578,0.6621999740600586,0.004100000020116568,0.7493000030517578,0.6621999740600586,0.004100000020116568,-0.9771999716758728,-0.07680000364780426,0.19789999723434448,-0.9771999716758728,-0.07680000364780426,0.19789999723434448,-0.9771999716758728,-0.07680000364780426,0.19789999723434448,0.359499990940094,-0.4050000011920929,-0.8406999707221985,0.359499990940094,-0.4050000011920929,-0.8406999707221985,0.359499990940094,-0.4050000011920929,-0.8406999707221985,-0.09130000323057175,-0.024399999529123306,-0.9955000281333923,-0.09130000323057175,-0.024399999529123306,-0.9955000281333923,-0.09130000323057175,-0.024399999529123306,-0.9955000281333923,-0.34220001101493835,0.8122000098228455,-0.4724000096321106,-0.34220001101493835,0.8122000098228455,-0.4724000096321106,-0.34220001101493835,0.8122000098228455,-0.4724000096321106,-0.2603999972343445,0.7480999827384949,-0.6104000210762024,-0.2603999972343445,0.7480999827384949,-0.6104000210762024,-0.2603999972343445,0.7480999827384949,-0.6104000210762024,0.6237999796867371,-0.5777000188827515,-0.5264999866485596,0.6237999796867371,-0.5777000188827515,-0.5264999866485596,0.6237999796867371,-0.5777000188827515,-0.5264999866485596,0.8942000269889832,-0.44600000977516174,-0.03909999877214432,0.8942000269889832,-0.44600000977516174,-0.03909999877214432,0.8942000269889832,-0.44600000977516174,-0.03909999877214432,-0.9994000196456909,0.006500000134110451,0.03400000184774399,-0.9994000196456909,0.006500000134110451,0.03400000184774399,-0.9994000196456909,0.006500000134110451,0.03400000184774399,0.028699999675154686,-0.9922000169754028,0.12139999866485596,0.028699999675154686,-0.9922000169754028,0.12139999866485596,0.028699999675154686,-0.9922000169754028,0.12139999866485596,0.03720000013709068,0.186599999666214,0.9817000031471252,0.03720000013709068,0.186599999666214,0.9817000031471252,0.03720000013709068,0.186599999666214,0.9817000031471252,-0.31139999628067017,-0.5774999856948853,0.7547000050544739,-0.31139999628067017,-0.5774999856948853,0.7547000050544739,-0.31139999628067017,-0.5774999856948853,0.7547000050544739,0.48030000925064087,-0.8743000030517578,0.06970000267028809,0.48030000925064087,-0.8743000030517578,0.06970000267028809,0.48030000925064087,-0.8743000030517578,0.06970000267028809,-0.05620000138878822,0.7027999758720398,-0.7092000246047974,-0.05620000138878822,0.7027999758720398,-0.7092000246047974,-0.05620000138878822,0.7027999758720398,-0.7092000246047974,0.10050000250339508,0.16179999709129333,0.9817000031471252,0.10050000250339508,0.16179999709129333,0.9817000031471252,0.10050000250339508,0.16179999709129333,0.9817000031471252,0.2289000004529953,0.611299991607666,0.7576000094413757,0.2289000004529953,0.611299991607666,0.7576000094413757,0.2289000004529953,0.611299991607666,0.7576000094413757,-0.2700999975204468,-0.476500004529953,-0.8366000056266785,-0.2700999975204468,-0.476500004529953,-0.8366000056266785,-0.2700999975204468,-0.476500004529953,-0.8366000056266785,-0.31130000948905945,-0.1673000007867813,0.9355000257492065,-0.31130000948905945,-0.1673000007867813,0.9355000257492065,-0.31130000948905945,-0.1673000007867813,0.9355000257492065,-0.0940999984741211,0.7748000025749207,-0.6251000165939331,-0.0940999984741211,0.7748000025749207,-0.6251000165939331,-0.0940999984741211,0.7748000025749207,-0.6251000165939331,-0.9786999821662903,-0.12229999899864197,0.16519999504089355,-0.9786999821662903,-0.12229999899864197,0.16519999504089355,-0.9786999821662903,-0.12229999899864197,0.16519999504089355,-0.5090000033378601,0.10750000178813934,-0.8539999723434448,-0.5090000033378601,0.10750000178813934,-0.8539999723434448,-0.5090000033378601,0.10750000178813934,-0.8539999723434448,0.4275999963283539,0.8251000046730042,-0.3693999946117401,0.4275999963283539,0.8251000046730042,-0.3693999946117401,0.4275999963283539,0.8251000046730042,-0.3693999946117401,0.33320000767707825,0.4092999994754791,-0.849399983882904,0.33320000767707825,0.4092999994754791,-0.849399983882904,0.33320000767707825,0.4092999994754791,-0.849399983882904,0.02630000002682209,0.8604000210762024,0.5090000033378601,0.02630000002682209,0.8604000210762024,0.5090000033378601,0.02630000002682209,0.8604000210762024,0.5090000033378601,0.8471999764442444,0.4000000059604645,-0.3495999872684479,0.8471999764442444,0.4000000059604645,-0.3495999872684479,0.8471999764442444,0.4000000059604645,-0.3495999872684479,-0.76910001039505,-0.25589999556541443,0.5856999754905701,-0.76910001039505,-0.25589999556541443,0.5856999754905701,-0.76910001039505,-0.25589999556541443,0.5856999754905701,-0.5809000134468079,-0.808899998664856,-0.09080000221729279,-0.5809000134468079,-0.808899998664856,-0.09080000221729279,-0.5809000134468079,-0.808899998664856,-0.09080000221729279,0.515999972820282,0.16349999606609344,-0.8409000039100647,0.515999972820282,0.16349999606609344,-0.8409000039100647,0.515999972820282,0.16349999606609344,-0.8409000039100647,-0.590499997138977,-0.8064000010490417,0.03189999982714653,-0.590499997138977,-0.8064000010490417,0.03189999982714653,-0.590499997138977,-0.8064000010490417,0.03189999982714653,-0.6104000210762024,0.6022999882698059,0.5144000053405762,-0.6104000210762024,0.6022999882698059,0.5144000053405762,-0.6104000210762024,0.6022999882698059,0.5144000053405762,-0.9085000157356262,-0.02160000056028366,-0.4172999858856201,-0.9085000157356262,-0.02160000056028366,-0.4172999858856201,-0.9085000157356262,-0.02160000056028366,-0.4172999858856201,0.22840000689029694,0.7329999804496765,0.6406999826431274,0.22840000689029694,0.7329999804496765,0.6406999826431274,0.22840000689029694,0.7329999804496765,0.6406999826431274,-0.9359999895095825,-0.10859999805688858,0.33469998836517334,-0.9359999895095825,-0.10859999805688858,0.33469998836517334,-0.9359999895095825,-0.10859999805688858,0.33469998836517334,-0.9975000023841858,0.008899999782443047,0.06989999860525131,-0.9975000023841858,0.008899999782443047,0.06989999860525131,-0.9975000023841858,0.008899999782443047,0.06989999860525131,0.8586000204086304,-0.43560001254081726,0.2703999876976013,0.8586000204086304,-0.43560001254081726,0.2703999876976013,0.8586000204086304,-0.43560001254081726,0.2703999876976013,0.30390000343322754,0.8648999929428101,-0.3995000123977661,0.30390000343322754,0.8648999929428101,-0.3995000123977661,0.30390000343322754,0.8648999929428101,-0.3995000123977661,0.16110000014305115,0.4867999851703644,-0.8585000038146973,0.16110000014305115,0.4867999851703644,-0.8585000038146973,0.16110000014305115,0.4867999851703644,-0.8585000038146973,-0.049300000071525574,-0.5285000205039978,0.8475000262260437,-0.049300000071525574,-0.5285000205039978,0.8475000262260437,-0.049300000071525574,-0.5285000205039978,0.8475000262260437,0.7613000273704529,0.4406999945640564,0.475600004196167,0.7613000273704529,0.4406999945640564,0.475600004196167,0.7613000273704529,0.4406999945640564,0.475600004196167,-0.29429998993873596,0.38119998574256897,0.8763999938964844,-0.29429998993873596,0.38119998574256897,0.8763999938964844,-0.29429998993873596,0.38119998574256897,0.8763999938964844,-0.6161999702453613,-0.7857999801635742,0.054099999368190765,-0.6161999702453613,-0.7857999801635742,0.054099999368190765,-0.6161999702453613,-0.7857999801635742,0.054099999368190765,0.5802000164985657,-0.2856999933719635,-0.7627000212669373,0.5802000164985657,-0.2856999933719635,-0.7627000212669373,0.5802000164985657,-0.2856999933719635,-0.7627000212669373,0.31520000100135803,0.7684999704360962,-0.5569000244140625,0.31520000100135803,0.7684999704360962,-0.5569000244140625,0.31520000100135803,0.7684999704360962,-0.5569000244140625,-0.807699978351593,0.5264000296592712,-0.2655999958515167,-0.807699978351593,0.5264000296592712,-0.2655999958515167,-0.807699978351593,0.5264000296592712,-0.2655999958515167,0.38519999384880066,-0.9228000044822693,-0.007400000002235174,0.38519999384880066,-0.9228000044822693,-0.007400000002235174,0.38519999384880066,-0.9228000044822693,-0.007400000002235174,-0.6488999724388123,0.01269999984651804,0.760699987411499,-0.6488999724388123,0.01269999984651804,0.760699987411499,-0.6488999724388123,0.01269999984651804,0.760699987411499,-0.49709999561309814,-0.18359999358654022,-0.8481000065803528,-0.49709999561309814,-0.18359999358654022,-0.8481000065803528,-0.49709999561309814,-0.18359999358654022,-0.8481000065803528,0.9039000272750854,0.23250000178813934,-0.35910001397132874,0.9039000272750854,0.23250000178813934,-0.35910001397132874,0.9039000272750854,0.23250000178813934,-0.35910001397132874,-0.9182999730110168,0.3555999994277954,-0.17419999837875366,-0.9182999730110168,0.3555999994277954,-0.17419999837875366,-0.9182999730110168,0.3555999994277954,-0.17419999837875366,-0.3824000060558319,0.9161999821662903,0.11990000307559967,-0.3824000060558319,0.9161999821662903,0.11990000307559967,-0.3824000060558319,0.9161999821662903,0.11990000307559967,0.49799999594688416,0.4422999918460846,-0.7458999752998352,0.49799999594688416,0.4422999918460846,-0.7458999752998352,0.49799999594688416,0.4422999918460846,-0.7458999752998352,0.2020999938249588,-0.38850000500679016,-0.8989999890327454,0.2020999938249588,-0.38850000500679016,-0.8989999890327454,0.2020999938249588,-0.38850000500679016,-0.8989999890327454,0.9337999820709229,0.32280001044273376,0.1543000042438507,0.9337999820709229,0.32280001044273376,0.1543000042438507,0.9337999820709229,0.32280001044273376,0.1543000042438507,0.9599999785423279,0.19169999659061432,-0.20430000126361847,0.9599999785423279,0.19169999659061432,-0.20430000126361847,0.9599999785423279,0.19169999659061432,-0.20430000126361847,0.11299999803304672,-0.9753999710083008,0.1891999989748001,0.11299999803304672,-0.9753999710083008,0.1891999989748001,0.11299999803304672,-0.9753999710083008,0.1891999989748001,-0.38909998536109924,-0.4122999906539917,0.8238000273704529,-0.38909998536109924,-0.4122999906539917,0.8238000273704529,-0.38909998536109924,-0.4122999906539917,0.8238000273704529,-0.08139999955892563,0.9488000273704529,-0.3052999973297119,-0.08139999955892563,0.9488000273704529,-0.3052999973297119,-0.08139999955892563,0.9488000273704529,-0.3052999973297119,0.39640000462532043,-0.02199999988079071,0.9178000092506409,0.39640000462532043,-0.02199999988079071,0.9178000092506409,0.39640000462532043,-0.02199999988079071,0.9178000092506409,-0.8123000264167786,-0.5601999759674072,0.16220000386238098,-0.8123000264167786,-0.5601999759674072,0.16220000386238098,-0.8123000264167786,-0.5601999759674072,0.16220000386238098,-0.3127000033855438,-0.9495000243186951,0.02539999969303608,-0.3127000033855438,-0.9495000243186951,0.02539999969303608,-0.3127000033855438,-0.9495000243186951,0.02539999969303608,-0.46160000562667847,0.8787000179290771,-0.12139999866485596,-0.46160000562667847,0.8787000179290771,-0.12139999866485596,-0.46160000562667847,0.8787000179290771,-0.12139999866485596,0.8131999969482422,-0.164000004529953,-0.5583999752998352,0.8131999969482422,-0.164000004529953,-0.5583999752998352,0.8131999969482422,-0.164000004529953,-0.5583999752998352,-0.7208999991416931,0.6255000233650208,-0.2985000014305115,-0.7208999991416931,0.6255000233650208,-0.2985000014305115,-0.7208999991416931,0.6255000233650208,-0.2985000014305115,0.10320000350475311,0.5766000151634216,-0.8105000257492065,0.10320000350475311,0.5766000151634216,-0.8105000257492065,0.10320000350475311,0.5766000151634216,-0.8105000257492065,-0.210099995136261,-0.9294000267982483,0.3034000098705292,-0.210099995136261,-0.9294000267982483,0.3034000098705292,-0.210099995136261,-0.9294000267982483,0.3034000098705292,0.1615999937057495,-0.5990999937057495,-0.7842000126838684,0.1615999937057495,-0.5990999937057495,-0.7842000126838684,0.1615999937057495,-0.5990999937057495,-0.7842000126838684,-0.9965999722480774,-0.03290000185370445,-0.07509999722242355,-0.9965999722480774,-0.03290000185370445,-0.07509999722242355,-0.9965999722480774,-0.03290000185370445,-0.07509999722242355,0.5004000067710876,-0.8648999929428101,-0.039900001138448715,0.5004000067710876,-0.8648999929428101,-0.039900001138448715,0.5004000067710876,-0.8648999929428101,-0.039900001138448715,0.249099999666214,0.6485999822616577,0.7192000150680542,0.249099999666214,0.6485999822616577,0.7192000150680542,0.249099999666214,0.6485999822616577,0.7192000150680542,-0.9908999800682068,0.07100000232458115,0.11469999700784683,-0.9908999800682068,0.07100000232458115,0.11469999700784683,-0.9908999800682068,0.07100000232458115,0.11469999700784683,-0.38510000705718994,-0.258899986743927,-0.8858000040054321,-0.38510000705718994,-0.258899986743927,-0.8858000040054321,-0.38510000705718994,-0.258899986743927,-0.8858000040054321,-0.18539999425411224,0.9814000129699707,-0.05000000074505806,-0.18539999425411224,0.9814000129699707,-0.05000000074505806,-0.18539999425411224,0.9814000129699707,-0.05000000074505806,0.053199999034404755,0.7202000021934509,0.6916999816894531,0.053199999034404755,0.7202000021934509,0.6916999816894531,0.053199999034404755,0.7202000021934509,0.6916999816894531,-0.5846999883651733,-0.44279998540878296,0.6797000169754028,-0.5846999883651733,-0.44279998540878296,0.6797000169754028,-0.5846999883651733,-0.44279998540878296,0.6797000169754028,-0.03669999912381172,0.7239000201225281,-0.6888999938964844,-0.03669999912381172,0.7239000201225281,-0.6888999938964844,-0.03669999912381172,0.7239000201225281,-0.6888999938964844,0.9132000207901001,-0.3181999921798706,-0.25440001487731934,0.9132000207901001,-0.3181999921798706,-0.25440001487731934,0.9132000207901001,-0.3181999921798706,-0.25440001487731934,0.9876000285148621,-0.15139999985694885,0.04259999841451645,0.9876000285148621,-0.15139999985694885,0.04259999841451645,0.9876000285148621,-0.15139999985694885,0.04259999841451645,-0.5827000141143799,0.004399999976158142,-0.8126999735832214,-0.5827000141143799,0.004399999976158142,-0.8126999735832214,-0.5827000141143799,0.004399999976158142,-0.8126999735832214,0.8485000133514404,0.5264999866485596,-0.053199999034404755,0.8485000133514404,0.5264999866485596,-0.053199999034404755,0.8485000133514404,0.5264999866485596,-0.053199999034404755,0.6013000011444092,-0.46399998664855957,-0.650600016117096,0.6013000011444092,-0.46399998664855957,-0.650600016117096,0.6013000011444092,-0.46399998664855957,-0.650600016117096,-0.40209999680519104,0.8867999911308289,0.22769999504089355,-0.40209999680519104,0.8867999911308289,0.22769999504089355,-0.40209999680519104,0.8867999911308289,0.22769999504089355,0.8138999938964844,-0.5371000170707703,0.22139999270439148,0.8138999938964844,-0.5371000170707703,0.22139999270439148,0.8138999938964844,-0.5371000170707703,0.22139999270439148,-0.10660000145435333,0.16439999639987946,-0.9805999994277954,-0.10660000145435333,0.16439999639987946,-0.9805999994277954,-0.10660000145435333,0.16439999639987946,-0.9805999994277954,0.671500027179718,-0.36230000853538513,0.646399974822998,0.671500027179718,-0.36230000853538513,0.646399974822998,0.671500027179718,-0.36230000853538513,0.646399974822998,-0.46959999203681946,0.7696999907493591,0.4325000047683716,-0.46959999203681946,0.7696999907493591,0.4325000047683716,-0.46959999203681946,0.7696999907493591,0.4325000047683716,-0.1851000040769577,0.9575999975204468,-0.2206999957561493,-0.1851000040769577,0.9575999975204468,-0.2206999957561493,-0.1851000040769577,0.9575999975204468,-0.2206999957561493,-0.5069000124931335,0.7646999955177307,-0.3978999853134155,-0.5069000124931335,0.7646999955177307,-0.3978999853134155,-0.5069000124931335,0.7646999955177307,-0.3978999853134155,-0.13699999451637268,-0.9829999804496765,-0.1225999966263771,-0.13699999451637268,-0.9829999804496765,-0.1225999966263771,-0.13699999451637268,-0.9829999804496765,-0.1225999966263771,-0.8008999824523926,-0.5949000120162964,0.06830000132322311,-0.8008999824523926,-0.5949000120162964,0.06830000132322311,-0.8008999824523926,-0.5949000120162964,0.06830000132322311,0.8187999725341797,-0.5152000188827515,0.2531999945640564,0.8187999725341797,-0.5152000188827515,0.2531999945640564,0.8187999725341797,-0.5152000188827515,0.2531999945640564,-0.3330000042915344,0.7592999935150146,0.5591999888420105,-0.3330000042915344,0.7592999935150146,0.5591999888420105,-0.3330000042915344,0.7592999935150146,0.5591999888420105,-0.8198000192642212,0.08889999985694885,0.5656999945640564,-0.8198000192642212,0.08889999985694885,0.5656999945640564,-0.8198000192642212,0.08889999985694885,0.5656999945640564,-0.7445999979972839,0.10490000247955322,0.6592000126838684,-0.7445999979972839,0.10490000247955322,0.6592000126838684,-0.7445999979972839,0.10490000247955322,0.6592000126838684,-0.982699990272522,-0.11760000139474869,-0.14329999685287476,-0.982699990272522,-0.11760000139474869,-0.14329999685287476,-0.982699990272522,-0.11760000139474869,-0.14329999685287476,0.7595000267028809,0.6450999975204468,0.08429999649524689,0.7595000267028809,0.6450999975204468,0.08429999649524689,0.7595000267028809,0.6450999975204468,0.08429999649524689,0.002199999988079071,0.8104000091552734,0.5859000086784363,0.002199999988079071,0.8104000091552734,0.5859000086784363,0.002199999988079071,0.8104000091552734,0.5859000086784363,-0.07599999755620956,-0.9765999913215637,-0.20110000669956207,-0.07599999755620956,-0.9765999913215637,-0.20110000669956207,-0.07599999755620956,-0.9765999913215637,-0.20110000669956207,-0.6913999915122986,0.3522000014781952,-0.6309000253677368,-0.6913999915122986,0.3522000014781952,-0.6309000253677368,-0.6913999915122986,0.3522000014781952,-0.6309000253677368,0.7111999988555908,-0.1062999963760376,0.6949999928474426,0.7111999988555908,-0.1062999963760376,0.6949999928474426,0.7111999988555908,-0.1062999963760376,0.6949999928474426,-0.871399998664856,-0.4625999927520752,0.16300000250339508,-0.871399998664856,-0.4625999927520752,0.16300000250339508,-0.871399998664856,-0.4625999927520752,0.16300000250339508,0.1867000013589859,-0.9523000121116638,0.24150000512599945,0.1867000013589859,-0.9523000121116638,0.24150000512599945,0.1867000013589859,-0.9523000121116638,0.24150000512599945,0.20100000500679016,0.6193000078201294,-0.7590000033378601,0.20100000500679016,0.6193000078201294,-0.7590000033378601,0.20100000500679016,0.6193000078201294,-0.7590000033378601,0.41290000081062317,-0.11640000343322754,0.9032999873161316,0.41290000081062317,-0.11640000343322754,0.9032999873161316,0.41290000081062317,-0.11640000343322754,0.9032999873161316,0.9135000109672546,-0.10119999945163727,-0.39410001039505005,0.9135000109672546,-0.10119999945163727,-0.39410001039505005,0.9135000109672546,-0.10119999945163727,-0.39410001039505005,-0.37549999356269836,-0.5236999988555908,-0.7646999955177307,-0.37549999356269836,-0.5236999988555908,-0.7646999955177307,-0.37549999356269836,-0.5236999988555908,-0.7646999955177307,-0.0502999983727932,0.9833999872207642,0.17440000176429749,-0.0502999983727932,0.9833999872207642,0.17440000176429749,-0.0502999983727932,0.9833999872207642,0.17440000176429749,0.23340000212192535,0.965499997138977,0.11509999632835388,0.23340000212192535,0.965499997138977,0.11509999632835388,0.23340000212192535,0.965499997138977,0.11509999632835388,-0.16760000586509705,-0.963699996471405,0.2076999992132187,-0.16760000586509705,-0.963699996471405,0.2076999992132187,-0.16760000586509705,-0.963699996471405,0.2076999992132187,0.2833000123500824,0.9580000042915344,0.04410000145435333,0.2833000123500824,0.9580000042915344,0.04410000145435333,0.2833000123500824,0.9580000042915344,0.04410000145435333,0.6998000144958496,0.5598999857902527,0.44359999895095825,0.6998000144958496,0.5598999857902527,0.44359999895095825,0.6998000144958496,0.5598999857902527,0.44359999895095825,0.7677000164985657,0.6401000022888184,0.03220000118017197,0.7677000164985657,0.6401000022888184,0.03220000118017197,0.7677000164985657,0.6401000022888184,0.03220000118017197,-0.29280000925064087,-0.9541000127792358,0.062300000339746475,-0.29280000925064087,-0.9541000127792358,0.062300000339746475,-0.29280000925064087,-0.9541000127792358,0.062300000339746475,-0.6204000115394592,-0.7156000137329102,0.3208000063896179,-0.6204000115394592,-0.7156000137329102,0.3208000063896179,-0.6204000115394592,-0.7156000137329102,0.3208000063896179,0.29580000042915344,0.5282999873161316,-0.795799970626831,0.29580000042915344,0.5282999873161316,-0.795799970626831,0.29580000042915344,0.5282999873161316,-0.795799970626831,-0.6661999821662903,-0.47929999232292175,0.571399986743927,-0.6661999821662903,-0.47929999232292175,0.571399986743927,-0.6661999821662903,-0.47929999232292175,0.571399986743927,0.45210000872612,0.694599986076355,0.5595999956130981,0.45210000872612,0.694599986076355,0.5595999956130981,0.45210000872612,0.694599986076355,0.5595999956130981,0.3434999883174896,-0.8982999920845032,0.27410000562667847,0.3434999883174896,-0.8982999920845032,0.27410000562667847,0.3434999883174896,-0.8982999920845032,0.27410000562667847,-0.6362000107765198,-0.6133999824523926,0.46799999475479126,-0.6362000107765198,-0.6133999824523926,0.46799999475479126,-0.6362000107765198,-0.6133999824523926,0.46799999475479126,-0.34700000286102295,0.20980000495910645,0.9140999913215637,-0.34700000286102295,0.20980000495910645,0.9140999913215637,-0.34700000286102295,0.20980000495910645,0.9140999913215637,-0.9783999919891357,0.18060000240802765,-0.10090000182390213,-0.9783999919891357,0.18060000240802765,-0.10090000182390213,-0.9783999919891357,0.18060000240802765,-0.10090000182390213,0.17309999465942383,0.7896999716758728,-0.5885999798774719,0.17309999465942383,0.7896999716758728,-0.5885999798774719,0.17309999465942383,0.7896999716758728,-0.5885999798774719,-0.7484999895095825,0.661899983882904,-0.04010000079870224,-0.7484999895095825,0.661899983882904,-0.04010000079870224,-0.7484999895095825,0.661899983882904,-0.04010000079870224,-0.38019999861717224,-0.4650999903678894,0.7994999885559082,-0.38019999861717224,-0.4650999903678894,0.7994999885559082,-0.38019999861717224,-0.4650999903678894,0.7994999885559082,0.8686000108718872,0.29339998960494995,-0.399399995803833,0.8686000108718872,0.29339998960494995,-0.399399995803833,0.8686000108718872,0.29339998960494995,-0.399399995803833,0.6067000031471252,-0.7601000070571899,0.23270000517368317,0.6067000031471252,-0.7601000070571899,0.23270000517368317,0.6067000031471252,-0.7601000070571899,0.23270000517368317,-0.9269000291824341,-0.3752000033855438,0.010099999606609344,-0.9269000291824341,-0.3752000033855438,0.010099999606609344,-0.9269000291824341,-0.3752000033855438,0.010099999606609344,-0.10429999977350235,0.22470000386238098,0.9688000082969666,-0.10429999977350235,0.22470000386238098,0.9688000082969666,-0.10429999977350235,0.22470000386238098,0.9688000082969666,0.9539999961853027,0.2890999913215637,0.07909999787807465,0.9539999961853027,0.2890999913215637,0.07909999787807465,0.9539999961853027,0.2890999913215637,0.07909999787807465,0.17890000343322754,0.9532999992370605,-0.2433999925851822,0.17890000343322754,0.9532999992370605,-0.2433999925851822,0.17890000343322754,0.9532999992370605,-0.2433999925851822,0.3804999887943268,0.5156999826431274,-0.7675999999046326,0.3804999887943268,0.5156999826431274,-0.7675999999046326,0.3804999887943268,0.5156999826431274,-0.7675999999046326,-0.125,0.35600000619888306,-0.9261000156402588,-0.125,0.35600000619888306,-0.9261000156402588,-0.125,0.35600000619888306,-0.9261000156402588,-0.09860000014305115,0.9843000173568726,0.14659999310970306,-0.09860000014305115,0.9843000173568726,0.14659999310970306,-0.09860000014305115,0.9843000173568726,0.14659999310970306,-0.018300000578165054,-0.86080002784729,0.5087000131607056,-0.018300000578165054,-0.86080002784729,0.5087000131607056,-0.018300000578165054,-0.86080002784729,0.5087000131607056,-0.2718000113964081,-0.659500002861023,0.7008000016212463,-0.2718000113964081,-0.659500002861023,0.7008000016212463,-0.2718000113964081,-0.659500002861023,0.7008000016212463,-0.14020000398159027,-0.8130000233650208,0.5651000142097473,-0.14020000398159027,-0.8130000233650208,0.5651000142097473,-0.14020000398159027,-0.8130000233650208,0.5651000142097473,-0.742900013923645,0.47049999237060547,0.47620001435279846,-0.742900013923645,0.47049999237060547,0.47620001435279846,-0.742900013923645,0.47049999237060547,0.47620001435279846,0.11670000106096268,0.9675999879837036,-0.22370000183582306,0.11670000106096268,0.9675999879837036,-0.22370000183582306,0.11670000106096268,0.9675999879837036,-0.22370000183582306,0.48669999837875366,-0.8118000030517578,-0.32260000705718994,0.48669999837875366,-0.8118000030517578,-0.32260000705718994,0.48669999837875366,-0.8118000030517578,-0.32260000705718994,0.5267000198364258,-0.3154999911785126,-0.7893999814987183,0.5267000198364258,-0.3154999911785126,-0.7893999814987183,0.5267000198364258,-0.3154999911785126,-0.7893999814987183,-0.8256000280380249,-0.1615000069141388,0.5406000018119812,-0.8256000280380249,-0.1615000069141388,0.5406000018119812,-0.8256000280380249,-0.1615000069141388,0.5406000018119812,0.6355000138282776,-0.6596999764442444,0.40119999647140503,0.6355000138282776,-0.6596999764442444,0.40119999647140503,0.6355000138282776,-0.6596999764442444,0.40119999647140503,0.39410001039505005,0.5636000037193298,0.7260000109672546,0.39410001039505005,0.5636000037193298,0.7260000109672546,0.39410001039505005,0.5636000037193298,0.7260000109672546,-0.18629999458789825,0.9538999795913696,0.23549999296665192,-0.18629999458789825,0.9538999795913696,0.23549999296665192,-0.18629999458789825,0.9538999795913696,0.23549999296665192,0.6459000110626221,0.7633000016212463,-0.01360000018030405,0.6459000110626221,0.7633000016212463,-0.01360000018030405,0.6459000110626221,0.7633000016212463,-0.01360000018030405,0.6187999844551086,-0.64410001039505,-0.4498000144958496,0.6187999844551086,-0.64410001039505,-0.4498000144958496,0.6187999844551086,-0.64410001039505,-0.4498000144958496,0.320499986410141,0.821399986743927,0.4717999994754791,0.320499986410141,0.821399986743927,0.4717999994754791,0.320499986410141,0.821399986743927,0.4717999994754791,0.7810999751091003,-0.44830000400543213,0.43470001220703125,0.7810999751091003,-0.44830000400543213,0.43470001220703125,0.7810999751091003,-0.44830000400543213,0.43470001220703125,0.9945999979972839,-0.10339999943971634,0.007600000128149986,0.9945999979972839,-0.10339999943971634,0.007600000128149986,0.9945999979972839,-0.10339999943971634,0.007600000128149986,0.8554999828338623,-0.07530000060796738,-0.5123000144958496,0.8554999828338623,-0.07530000060796738,-0.5123000144958496,0.8554999828338623,-0.07530000060796738,-0.5123000144958496,0.7929999828338623,-0.5891000032424927,-0.1550000011920929,0.7929999828338623,-0.5891000032424927,-0.1550000011920929,0.7929999828338623,-0.5891000032424927,-0.1550000011920929,-0.9448000192642212,0.24410000443458557,0.21850000321865082,-0.9448000192642212,0.24410000443458557,0.21850000321865082,-0.9448000192642212,0.24410000443458557,0.21850000321865082,0.5526000261306763,0.7317000031471252,-0.39910000562667847,0.5526000261306763,0.7317000031471252,-0.39910000562667847,0.5526000261306763,0.7317000031471252,-0.39910000562667847,-0.17589999735355377,0.8253999948501587,-0.5364000201225281,-0.17589999735355377,0.8253999948501587,-0.5364000201225281,-0.17589999735355377,0.8253999948501587,-0.5364000201225281,-0.11500000208616257,-0.0771000012755394,-0.9904000163078308,-0.11500000208616257,-0.0771000012755394,-0.9904000163078308,-0.11500000208616257,-0.0771000012755394,-0.9904000163078308,-0.7433000206947327,-0.27230000495910645,-0.6110000014305115,-0.7433000206947327,-0.27230000495910645,-0.6110000014305115,-0.7433000206947327,-0.27230000495910645,-0.6110000014305115,0.829800009727478,0.24969999492168427,0.49900001287460327,0.829800009727478,0.24969999492168427,0.49900001287460327,0.829800009727478,0.24969999492168427,0.49900001287460327,-0.763700008392334,-0.24250000715255737,0.5982999801635742,-0.763700008392334,-0.24250000715255737,0.5982999801635742,-0.763700008392334,-0.24250000715255737,0.5982999801635742,-0.49709999561309814,-0.8452000021934509,0.19609999656677246,-0.49709999561309814,-0.8452000021934509,0.19609999656677246,-0.49709999561309814,-0.8452000021934509,0.19609999656677246,-0.29739999771118164,-0.6220999956130981,0.7243000268936157,-0.29739999771118164,-0.6220999956130981,0.7243000268936157,-0.29739999771118164,-0.6220999956130981,0.7243000268936157,0.14720000326633453,0.7580999732017517,0.6352999806404114,0.14720000326633453,0.7580999732017517,0.6352999806404114,0.14720000326633453,0.7580999732017517,0.6352999806404114,0.006500000134110451,-0.6794999837875366,-0.7336000204086304,0.006500000134110451,-0.6794999837875366,-0.7336000204086304,0.006500000134110451,-0.6794999837875366,-0.7336000204086304,-0.37869998812675476,-0.692799985408783,0.6136999726295471,-0.37869998812675476,-0.692799985408783,0.6136999726295471,-0.37869998812675476,-0.692799985408783,0.6136999726295471,0.91839998960495,-0.3237000107765198,0.22759999334812164,0.91839998960495,-0.3237000107765198,0.22759999334812164,0.91839998960495,-0.3237000107765198,0.22759999334812164,-0.18289999663829803,-0.26809999346733093,-0.945900022983551,-0.18289999663829803,-0.26809999346733093,-0.945900022983551,-0.18289999663829803,-0.26809999346733093,-0.945900022983551,-0.977400004863739,-0.065700002014637,-0.20069999992847443,-0.977400004863739,-0.065700002014637,-0.20069999992847443,-0.977400004863739,-0.065700002014637,-0.20069999992847443,-0.7831000089645386,0.48969998955726624,-0.38339999318122864,-0.7831000089645386,0.48969998955726624,-0.38339999318122864,-0.7831000089645386,0.48969998955726624,-0.38339999318122864,0.5152000188827515,0.0019000000320374966,-0.8571000099182129,0.5152000188827515,0.0019000000320374966,-0.8571000099182129,0.5152000188827515,0.0019000000320374966,-0.8571000099182129,0.28360000252723694,0.3815000057220459,-0.879800021648407,0.28360000252723694,0.3815000057220459,-0.879800021648407,0.28360000252723694,0.3815000057220459,-0.879800021648407,0.6850000023841858,0.26669999957084656,0.6779999732971191,0.6850000023841858,0.26669999957084656,0.6779999732971191,0.6850000023841858,0.26669999957084656,0.6779999732971191,0.06790000200271606,0.44350001215934753,-0.8937000036239624,0.06790000200271606,0.44350001215934753,-0.8937000036239624,0.06790000200271606,0.44350001215934753,-0.8937000036239624,0.6725999712944031,-0.008500000461935997,-0.7400000095367432,0.6725999712944031,-0.008500000461935997,-0.7400000095367432,0.6725999712944031,-0.008500000461935997,-0.7400000095367432,-0.7908999919891357,0.5645999908447266,-0.2361000031232834,-0.7908999919891357,0.5645999908447266,-0.2361000031232834,-0.7908999919891357,0.5645999908447266,-0.2361000031232834,0.9555000066757202,0.03709999844431877,0.29249998927116394,0.9555000066757202,0.03709999844431877,0.29249998927116394,0.9555000066757202,0.03709999844431877,0.29249998927116394,0.6809999942779541,-0.5964999794960022,0.42480000853538513,0.6809999942779541,-0.5964999794960022,0.42480000853538513,0.6809999942779541,-0.5964999794960022,0.42480000853538513,-0.6133000254631042,-0.7646999955177307,0.19789999723434448,-0.6133000254631042,-0.7646999955177307,0.19789999723434448,-0.6133000254631042,-0.7646999955177307,0.19789999723434448,-0.6926000118255615,-0.5860000252723694,-0.4205999970436096,-0.6926000118255615,-0.5860000252723694,-0.4205999970436096,-0.6926000118255615,-0.5860000252723694,-0.4205999970436096,-0.5005999803543091,0.16040000319480896,-0.8507000207901001,-0.5005999803543091,0.16040000319480896,-0.8507000207901001,-0.5005999803543091,0.16040000319480896,-0.8507000207901001,-0.7996000051498413,0.1753000020980835,0.5742999911308289,-0.7996000051498413,0.1753000020980835,0.5742999911308289,-0.7996000051498413,0.1753000020980835,0.5742999911308289,-0.26669999957084656,-0.16670000553131104,-0.9491999745368958,-0.26669999957084656,-0.16670000553131104,-0.9491999745368958,-0.26669999957084656,-0.16670000553131104,-0.9491999745368958,-0.19830000400543213,0.28780001401901245,-0.9369000196456909,-0.19830000400543213,0.28780001401901245,-0.9369000196456909,-0.19830000400543213,0.28780001401901245,-0.9369000196456909,0.7110000252723694,0.6313999891281128,-0.30959999561309814,0.7110000252723694,0.6313999891281128,-0.30959999561309814,0.7110000252723694,0.6313999891281128,-0.30959999561309814,0.1981000006198883,-0.2159000039100647,-0.9560999870300293,0.1981000006198883,-0.2159000039100647,-0.9560999870300293,0.1981000006198883,-0.2159000039100647,-0.9560999870300293,0.9531999826431274,0.15780000388622284,0.2578999996185303,0.9531999826431274,0.15780000388622284,0.2578999996185303,0.9531999826431274,0.15780000388622284,0.2578999996185303,0.0966000035405159,0.5641999840736389,-0.8199999928474426,0.0966000035405159,0.5641999840736389,-0.8199999928474426,0.0966000035405159,0.5641999840736389,-0.8199999928474426,-0.2800999879837036,-0.5475000143051147,-0.7885000109672546,-0.2800999879837036,-0.5475000143051147,-0.7885000109672546,-0.2800999879837036,-0.5475000143051147,-0.7885000109672546,-0.5317999720573425,-0.1404999941587448,-0.835099995136261,-0.5317999720573425,-0.1404999941587448,-0.835099995136261,-0.5317999720573425,-0.1404999941587448,-0.835099995136261,-0.986299991607666,0.163100004196167,-0.02410000003874302,-0.986299991607666,0.163100004196167,-0.02410000003874302,-0.986299991607666,0.163100004196167,-0.02410000003874302,0.8291000127792358,0.19589999318122864,-0.5235999822616577,0.8291000127792358,0.19589999318122864,-0.5235999822616577,0.8291000127792358,0.19589999318122864,-0.5235999822616577,0.691100001335144,-0.5163999795913696,-0.5056999921798706,0.691100001335144,-0.5163999795913696,-0.5056999921798706,0.691100001335144,-0.5163999795913696,-0.5056999921798706,0.8805999755859375,0.444599986076355,0.16419999301433563,0.8805999755859375,0.444599986076355,0.16419999301433563,0.8805999755859375,0.444599986076355,0.16419999301433563,0.7972999811172485,0.18250000476837158,-0.5752999782562256,0.7972999811172485,0.18250000476837158,-0.5752999782562256,0.7972999811172485,0.18250000476837158,-0.5752999782562256,-0.4465999901294708,-0.8575999736785889,0.25519999861717224,-0.4465999901294708,-0.8575999736785889,0.25519999861717224,-0.4465999901294708,-0.8575999736785889,0.25519999861717224,0.5162000060081482,0.4952000081539154,0.6988000273704529,0.5162000060081482,0.4952000081539154,0.6988000273704529,0.5162000060081482,0.4952000081539154,0.6988000273704529,0.8733000159263611,0.43560001254081726,-0.21819999814033508,0.8733000159263611,0.43560001254081726,-0.21819999814033508,0.8733000159263611,0.43560001254081726,-0.21819999814033508,-0.8281000256538391,-0.48190000653266907,0.28630000352859497,-0.8281000256538391,-0.48190000653266907,0.28630000352859497,-0.8281000256538391,-0.48190000653266907,0.28630000352859497,0.02800000086426735,-0.26489999890327454,-0.9639000296592712,0.02800000086426735,-0.26489999890327454,-0.9639000296592712,0.02800000086426735,-0.26489999890327454,-0.9639000296592712,-0.04259999841451645,-0.9020000100135803,0.42969998717308044,-0.04259999841451645,-0.9020000100135803,0.42969998717308044,-0.04259999841451645,-0.9020000100135803,0.42969998717308044,0.023099999874830246,-0.9613999724388123,-0.2743000090122223,0.023099999874830246,-0.9613999724388123,-0.2743000090122223,0.023099999874830246,-0.9613999724388123,-0.2743000090122223,-0.4887000024318695,-0.8694999814033508,0.07119999825954437,-0.4887000024318695,-0.8694999814033508,0.07119999825954437,-0.4887000024318695,-0.8694999814033508,0.07119999825954437,0.3538999855518341,-0.7544000148773193,0.5529000163078308,0.3538999855518341,-0.7544000148773193,0.5529000163078308,0.3538999855518341,-0.7544000148773193,0.5529000163078308,-0.5289000272750854,0.7904000282287598,0.30889999866485596,-0.5289000272750854,0.7904000282287598,0.30889999866485596,-0.5289000272750854,0.7904000282287598,0.30889999866485596,0.26339998841285706,-0.9422000050544739,-0.2071000039577484,0.26339998841285706,-0.9422000050544739,-0.2071000039577484,0.26339998841285706,-0.9422000050544739,-0.2071000039577484,-0.9958000183105469,0.0052999998442828655,-0.09160000085830688,-0.9958000183105469,0.0052999998442828655,-0.09160000085830688,-0.9958000183105469,0.0052999998442828655,-0.09160000085830688,-0.13459999859333038,-0.9908000230789185,-0.016499999910593033,-0.13459999859333038,-0.9908000230789185,-0.016499999910593033,-0.13459999859333038,-0.9908000230789185,-0.016499999910593033,-0.5321000218391418,-0.5170999765396118,-0.6704000234603882,-0.5321000218391418,-0.5170999765396118,-0.6704000234603882,-0.5321000218391418,-0.5170999765396118,-0.6704000234603882,0.7401999831199646,-0.13609999418258667,-0.6585000157356262,0.7401999831199646,-0.13609999418258667,-0.6585000157356262,0.7401999831199646,-0.13609999418258667,-0.6585000157356262,-0.9383000135421753,-0.32850000262260437,-0.10840000212192535,-0.9383000135421753,-0.32850000262260437,-0.10840000212192535,-0.9383000135421753,-0.32850000262260437,-0.10840000212192535,-0.5185999870300293,0.5669000148773193,-0.6401000022888184,-0.5185999870300293,0.5669000148773193,-0.6401000022888184,-0.5185999870300293,0.5669000148773193,-0.6401000022888184,-0.9950000047683716,-0.053199999034404755,0.08420000225305557,-0.9950000047683716,-0.053199999034404755,0.08420000225305557,-0.9950000047683716,-0.053199999034404755,0.08420000225305557,-0.5730000138282776,-0.8123999834060669,-0.10779999941587448,-0.5730000138282776,-0.8123999834060669,-0.10779999941587448,-0.5730000138282776,-0.8123999834060669,-0.10779999941587448,0.9988999962806702,-0.04619999974966049,-0.0034000000450760126,0.9988999962806702,-0.04619999974966049,-0.0034000000450760126,0.9988999962806702,-0.04619999974966049,-0.0034000000450760126,-0.5861999988555908,-0.4697999954223633,0.6600000262260437,-0.5861999988555908,-0.4697999954223633,0.6600000262260437,-0.5861999988555908,-0.4697999954223633,0.6600000262260437,-0.862500011920929,0.2921999990940094,0.413100004196167,-0.862500011920929,0.2921999990940094,0.413100004196167,-0.862500011920929,0.2921999990940094,0.413100004196167,-0.17669999599456787,-0.8464000225067139,0.5024999976158142,-0.17669999599456787,-0.8464000225067139,0.5024999976158142,-0.17669999599456787,-0.8464000225067139,0.5024999976158142,-0.9958000183105469,0.05779999867081642,-0.07069999724626541,-0.9958000183105469,0.05779999867081642,-0.07069999724626541,-0.9958000183105469,0.05779999867081642,-0.07069999724626541,-0.1500999927520752,0.7480000257492065,-0.6464999914169312,-0.1500999927520752,0.7480000257492065,-0.6464999914169312,-0.1500999927520752,0.7480000257492065,-0.6464999914169312,-0.9761999845504761,0.125,-0.17730000615119934,-0.9761999845504761,0.125,-0.17730000615119934,-0.9761999845504761,0.125,-0.17730000615119934,-0.5799000263214111,-0.7912999987602234,-0.19370000064373016,-0.5799000263214111,-0.7912999987602234,-0.19370000064373016,-0.5799000263214111,-0.7912999987602234,-0.19370000064373016,0.9751999974250793,0.07919999957084656,0.20659999549388885,0.9751999974250793,0.07919999957084656,0.20659999549388885,0.9751999974250793,0.07919999957084656,0.20659999549388885,0.7973999977111816,0.6028000116348267,-0.027300000190734863,0.7973999977111816,0.6028000116348267,-0.027300000190734863,0.7973999977111816,0.6028000116348267,-0.027300000190734863,0.8672999739646912,-0.28290000557899475,-0.40950000286102295,0.8672999739646912,-0.28290000557899475,-0.40950000286102295,0.8672999739646912,-0.28290000557899475,-0.40950000286102295,-0.17219999432563782,-0.8425999879837036,0.5102999806404114,-0.17219999432563782,-0.8425999879837036,0.5102999806404114,-0.17219999432563782,-0.8425999879837036,0.5102999806404114,0.9693999886512756,0.2249000072479248,-0.09860000014305115,0.9693999886512756,0.2249000072479248,-0.09860000014305115,0.9693999886512756,0.2249000072479248,-0.09860000014305115,0.06780000030994415,-0.4684999883174896,-0.8809000253677368,0.06780000030994415,-0.4684999883174896,-0.8809000253677368,0.06780000030994415,-0.4684999883174896,-0.8809000253677368,-0.0649000033736229,-0.9883000254631042,0.1379999965429306,-0.0649000033736229,-0.9883000254631042,0.1379999965429306,-0.0649000033736229,-0.9883000254631042,0.1379999965429306,-0.08879999816417694,-0.1137000024318695,0.9894999861717224,-0.08879999816417694,-0.1137000024318695,0.9894999861717224,-0.08879999816417694,-0.1137000024318695,0.9894999861717224,0.9120000004768372,0.40950000286102295,0.02239999920129776,0.9120000004768372,0.40950000286102295,0.02239999920129776,0.9120000004768372,0.40950000286102295,0.02239999920129776,0.6254000067710876,0.4823000133037567,-0.6133999824523926,0.6254000067710876,0.4823000133037567,-0.6133999824523926,0.6254000067710876,0.4823000133037567,-0.6133999824523926,0.12540000677108765,0.957099974155426,-0.2612000107765198,0.12540000677108765,0.957099974155426,-0.2612000107765198,0.12540000677108765,0.957099974155426,-0.2612000107765198,0.9520000219345093,0.09520000219345093,0.29089999198913574,0.9520000219345093,0.09520000219345093,0.29089999198913574,0.9520000219345093,0.09520000219345093,0.29089999198913574,0.5421000123023987,0.8323000073432922,-0.11569999903440475,0.5421000123023987,0.8323000073432922,-0.11569999903440475,0.5421000123023987,0.8323000073432922,-0.11569999903440475,0.6690999865531921,-0.6503000259399414,-0.3598000109195709,0.6690999865531921,-0.6503000259399414,-0.3598000109195709,0.6690999865531921,-0.6503000259399414,-0.3598000109195709,-0.8777999877929688,0.3644999861717224,-0.3107999861240387,-0.8777999877929688,0.3644999861717224,-0.3107999861240387,-0.8777999877929688,0.3644999861717224,-0.3107999861240387,-0.6424000263214111,0.6191999912261963,-0.4514999985694885,-0.6424000263214111,0.6191999912261963,-0.4514999985694885,-0.6424000263214111,0.6191999912261963,-0.4514999985694885,0.6707000136375427,-0.6266000270843506,0.3968999981880188,0.6707000136375427,-0.6266000270843506,0.3968999981880188,0.6707000136375427,-0.6266000270843506,0.3968999981880188,-0.8220000267028809,0.5163999795913696,-0.24009999632835388,-0.8220000267028809,0.5163999795913696,-0.24009999632835388,-0.8220000267028809,0.5163999795913696,-0.24009999632835388,-0.9085999727249146,-0.07599999755620956,-0.4106999933719635,-0.9085999727249146,-0.07599999755620956,-0.4106999933719635,-0.9085999727249146,-0.07599999755620956,-0.4106999933719635,0.7886999845504761,0.5654000043869019,0.24130000174045563,0.7886999845504761,0.5654000043869019,0.24130000174045563,0.7886999845504761,0.5654000043869019,0.24130000174045563,-0.8116000294685364,0.3750999867916107,0.4480000138282776,-0.8116000294685364,0.3750999867916107,0.4480000138282776,-0.8116000294685364,0.3750999867916107,0.4480000138282776,-0.19470000267028809,-0.5027999877929688,0.842199981212616,-0.19470000267028809,-0.5027999877929688,0.842199981212616,-0.19470000267028809,-0.5027999877929688,0.842199981212616,0.984000027179718,-0.16830000281333923,0.05820000171661377,0.984000027179718,-0.16830000281333923,0.05820000171661377,0.984000027179718,-0.16830000281333923,0.05820000171661377,0.5087000131607056,0.6542999744415283,-0.5595999956130981,0.5087000131607056,0.6542999744415283,-0.5595999956130981,0.5087000131607056,0.6542999744415283,-0.5595999956130981,0.48539999127388,0.8690000176429749,0.09619999676942825,0.48539999127388,0.8690000176429749,0.09619999676942825,0.48539999127388,0.8690000176429749,0.09619999676942825,-0.9617999792098999,0.2614000141620636,-0.08169999718666077,-0.9617999792098999,0.2614000141620636,-0.08169999718666077,-0.9617999792098999,0.2614000141620636,-0.08169999718666077,0.5699999928474426,-0.21870000660419464,0.7919999957084656,0.5699999928474426,-0.21870000660419464,0.7919999957084656,0.5699999928474426,-0.21870000660419464,0.7919999957084656,-0.225600004196167,-0.27559998631477356,0.9344000220298767,-0.225600004196167,-0.27559998631477356,0.9344000220298767,-0.225600004196167,-0.27559998631477356,0.9344000220298767,0.13699999451637268,-0.9829999804496765,-0.1225999966263771,0.13699999451637268,-0.9829999804496765,-0.1225999966263771,0.13699999451637268,-0.9829999804496765,-0.1225999966263771,0.5996999740600586,-0.7142000198364258,0.36090001463890076,0.5996999740600586,-0.7142000198364258,0.36090001463890076,0.5996999740600586,-0.7142000198364258,0.36090001463890076,0.3546999990940094,0.645799994468689,0.6761000156402588,0.3546999990940094,0.645799994468689,0.6761000156402588,0.3546999990940094,0.645799994468689,0.6761000156402588,-0.9857000112533569,-0.16050000488758087,-0.05130000039935112,-0.9857000112533569,-0.16050000488758087,-0.05130000039935112,-0.9857000112533569,-0.16050000488758087,-0.05130000039935112,0.9661999940872192,-0.13249999284744263,0.22130000591278076,0.9661999940872192,-0.13249999284744263,0.22130000591278076,0.9661999940872192,-0.13249999284744263,0.22130000591278076,-0.6730999946594238,0.6211000084877014,-0.4016000032424927,-0.6730999946594238,0.6211000084877014,-0.4016000032424927,-0.6730999946594238,0.6211000084877014,-0.4016000032424927,0.8295000195503235,0.24529999494552612,0.501800000667572,0.8295000195503235,0.24529999494552612,0.501800000667572,0.8295000195503235,0.24529999494552612,0.501800000667572,0.6126999855041504,-0.3513000011444092,0.7078999876976013,0.6126999855041504,-0.3513000011444092,0.7078999876976013,0.6126999855041504,-0.3513000011444092,0.7078999876976013,0.20309999585151672,-0.8116000294685364,-0.5476999878883362,0.20309999585151672,-0.8116000294685364,-0.5476999878883362,0.20309999585151672,-0.8116000294685364,-0.5476999878883362,0.8924999833106995,-0.193900004029274,0.40720000863075256,0.8924999833106995,-0.193900004029274,0.40720000863075256,0.8924999833106995,-0.193900004029274,0.40720000863075256,-0.48030000925064087,-0.7773000001907349,0.40639999508857727,-0.48030000925064087,-0.7773000001907349,0.40639999508857727,-0.48030000925064087,-0.7773000001907349,0.40639999508857727,-0.9168999791145325,0.23669999837875366,-0.3215000033378601,-0.9168999791145325,0.23669999837875366,-0.3215000033378601,-0.9168999791145325,0.23669999837875366,-0.3215000033378601,0.8553000092506409,0.4309999942779541,-0.2874999940395355,0.8553000092506409,0.4309999942779541,-0.2874999940395355,0.8553000092506409,0.4309999942779541,-0.2874999940395355,-0.35659998655319214,0.9291999936103821,0.09740000218153,-0.35659998655319214,0.9291999936103821,0.09740000218153,-0.35659998655319214,0.9291999936103821,0.09740000218153,-0.5432999730110168,0.17910000681877136,-0.8202000260353088,-0.5432999730110168,0.17910000681877136,-0.8202000260353088,-0.5432999730110168,0.17910000681877136,-0.8202000260353088,0.8707000017166138,-0.3215000033378601,-0.37209999561309814,0.8707000017166138,-0.3215000033378601,-0.37209999561309814,0.8707000017166138,-0.3215000033378601,-0.37209999561309814,-0.11949999630451202,-0.15230000019073486,0.9811000227928162,-0.11949999630451202,-0.15230000019073486,0.9811000227928162,-0.11949999630451202,-0.15230000019073486,0.9811000227928162,-0.00930000003427267,-0.7684000134468079,-0.6399000287055969,-0.00930000003427267,-0.7684000134468079,-0.6399000287055969,-0.00930000003427267,-0.7684000134468079,-0.6399000287055969,-0.5914000272750854,0.8009999990463257,0.09300000220537186,-0.5914000272750854,0.8009999990463257,0.09300000220537186,-0.5914000272750854,0.8009999990463257,0.09300000220537186,-0.7009999752044678,0.5594000220298767,0.4424000084400177,-0.7009999752044678,0.5594000220298767,0.4424000084400177,-0.7009999752044678,0.5594000220298767,0.4424000084400177,-0.4415000081062317,0.22139999270439148,-0.8694999814033508,-0.4415000081062317,0.22139999270439148,-0.8694999814033508,-0.4415000081062317,0.22139999270439148,-0.8694999814033508,0.9667999744415283,0.09799999743700027,-0.23579999804496765,0.9667999744415283,0.09799999743700027,-0.23579999804496765,0.9667999744415283,0.09799999743700027,-0.23579999804496765,-0.9211000204086304,-0.32600000500679016,0.21279999613761902,-0.9211000204086304,-0.32600000500679016,0.21279999613761902,-0.9211000204086304,-0.32600000500679016,0.21279999613761902,-0.6697999835014343,-0.6783999800682068,0.3018999993801117,-0.6697999835014343,-0.6783999800682068,0.3018999993801117,-0.6697999835014343,-0.6783999800682068,0.3018999993801117,0.5443000197410583,0.5131999850273132,0.6636000275611877,0.5443000197410583,0.5131999850273132,0.6636000275611877,0.5443000197410583,0.5131999850273132,0.6636000275611877,-0.9415000081062317,-0.33500000834465027,0.03759999945759773,-0.9415000081062317,-0.33500000834465027,0.03759999945759773,-0.9415000081062317,-0.33500000834465027,0.03759999945759773,0.6682000160217285,0.6833000183105469,0.29429998993873596,0.6682000160217285,0.6833000183105469,0.29429998993873596,0.6682000160217285,0.6833000183105469,0.29429998993873596,-0.5651000142097473,-0.5629000067710876,0.6032000184059143,-0.5651000142097473,-0.5629000067710876,0.6032000184059143,-0.5651000142097473,-0.5629000067710876,0.6032000184059143,0.8098999857902527,0.43470001220703125,0.3937999904155731,0.8098999857902527,0.43470001220703125,0.3937999904155731,0.8098999857902527,0.43470001220703125,0.3937999904155731,-0.542900025844574,0.6837999820709229,-0.4875999987125397,-0.542900025844574,0.6837999820709229,-0.4875999987125397,-0.542900025844574,0.6837999820709229,-0.4875999987125397,0.006399999838322401,-0.3637999892234802,-0.9314000010490417,0.006399999838322401,-0.3637999892234802,-0.9314000010490417,0.006399999838322401,-0.3637999892234802,-0.9314000010490417,-0.3919000029563904,0.7146999835968018,0.5792999863624573,-0.3919000029563904,0.7146999835968018,0.5792999863624573,-0.3919000029563904,0.7146999835968018,0.5792999863624573,-0.8884000182151794,0.2865000069141388,-0.3587000072002411,-0.8884000182151794,0.2865000069141388,-0.3587000072002411,-0.8884000182151794,0.2865000069141388,-0.3587000072002411,-0.7159000039100647,-0.0034000000450760126,-0.698199987411499,-0.7159000039100647,-0.0034000000450760126,-0.698199987411499,-0.7159000039100647,-0.0034000000450760126,-0.698199987411499,-0.8726000189781189,-0.4668000042438507,0.1437000036239624,-0.8726000189781189,-0.4668000042438507,0.1437000036239624,-0.8726000189781189,-0.4668000042438507,0.1437000036239624,0.7576000094413757,0.4790000021457672,-0.44339999556541443,0.7576000094413757,0.4790000021457672,-0.44339999556541443,0.7576000094413757,0.4790000021457672,-0.44339999556541443,-0.6861000061035156,-0.7239000201225281,0.0722000002861023,-0.6861000061035156,-0.7239000201225281,0.0722000002861023,-0.6861000061035156,-0.7239000201225281,0.0722000002861023,-0.7754999995231628,0.1817999929189682,-0.6046000123023987,-0.7754999995231628,0.1817999929189682,-0.6046000123023987,-0.7754999995231628,0.1817999929189682,-0.6046000123023987,0.958899974822998,0.18639999628067017,0.21410000324249268,0.958899974822998,0.18639999628067017,0.21410000324249268,0.958899974822998,0.18639999628067017,0.21410000324249268,0.9853000044822693,0.16769999265670776,-0.03319999948143959,0.9853000044822693,0.16769999265670776,-0.03319999948143959,0.9853000044822693,0.16769999265670776,-0.03319999948143959,0.683899998664856,-0.22599999606609344,-0.6937000155448914,0.683899998664856,-0.22599999606609344,-0.6937000155448914,0.683899998664856,-0.22599999606609344,-0.6937000155448914,0.24330000579357147,0.9286999702453613,-0.2800000011920929,0.24330000579357147,0.9286999702453613,-0.2800000011920929,0.24330000579357147,0.9286999702453613,-0.2800000011920929,0.021900000050663948,0.8220000267028809,-0.569100022315979,0.021900000050663948,0.8220000267028809,-0.569100022315979,0.021900000050663948,0.8220000267028809,-0.569100022315979,-0.7457000017166138,-0.23399999737739563,0.6237999796867371,-0.7457000017166138,-0.23399999737739563,0.6237999796867371,-0.7457000017166138,-0.23399999737739563,0.6237999796867371,-0.1088000014424324,0.9702000021934509,-0.21649999916553497,-0.1088000014424324,0.9702000021934509,-0.21649999916553497,-0.1088000014424324,0.9702000021934509,-0.21649999916553497,-0.18790000677108765,0.7698000073432922,0.6100000143051147,-0.18790000677108765,0.7698000073432922,0.6100000143051147,-0.18790000677108765,0.7698000073432922,0.6100000143051147,-0.4964999854564667,0.5212000012397766,0.694100022315979,-0.4964999854564667,0.5212000012397766,0.694100022315979,-0.4964999854564667,0.5212000012397766,0.694100022315979,0.018699999898672104,0.9861999750137329,0.16429999470710754,0.018699999898672104,0.9861999750137329,0.16429999470710754,0.018699999898672104,0.9861999750137329,0.16429999470710754,0.7734000086784363,-0.6105999946594238,0.1703999936580658,0.7734000086784363,-0.6105999946594238,0.1703999936580658,0.7734000086784363,-0.6105999946594238,0.1703999936580658,-0.49729999899864197,0.8610000014305115,-0.10689999908208847,-0.49729999899864197,0.8610000014305115,-0.10689999908208847,-0.49729999899864197,0.8610000014305115,-0.10689999908208847,-0.4300999939441681,0.8526999950408936,0.29660001397132874,-0.4300999939441681,0.8526999950408936,0.29660001397132874,-0.4300999939441681,0.8526999950408936,0.29660001397132874,0.9909999966621399,-0.08370000123977661,0.10419999808073044,0.9909999966621399,-0.08370000123977661,0.10419999808073044,0.9909999966621399,-0.08370000123977661,0.10419999808073044,-0.8939999938011169,0.21160000562667847,-0.39489999413490295,-0.8939999938011169,0.21160000562667847,-0.39489999413490295,-0.8939999938011169,0.21160000562667847,-0.39489999413490295,-0.3199999928474426,0.9079999923706055,-0.2703000009059906,-0.3199999928474426,0.9079999923706055,-0.2703000009059906,-0.3199999928474426,0.9079999923706055,-0.2703000009059906,0.8892999887466431,0.2524999976158142,0.3813999891281128,0.8892999887466431,0.2524999976158142,0.3813999891281128,0.8892999887466431,0.2524999976158142,0.3813999891281128,0.8167999982833862,0.25519999861717224,-0.5174000263214111,0.8167999982833862,0.25519999861717224,-0.5174000263214111,0.8167999982833862,0.25519999861717224,-0.5174000263214111,0.4251999855041504,-0.767799973487854,0.47929999232292175,0.4251999855041504,-0.767799973487854,0.47929999232292175,0.4251999855041504,-0.767799973487854,0.47929999232292175,-0.7443000078201294,0.4047999978065491,-0.5313000082969666,-0.7443000078201294,0.4047999978065491,-0.5313000082969666,-0.7443000078201294,0.4047999978065491,-0.5313000082969666,0.03739999979734421,-0.9459999799728394,-0.3221000134944916,0.03739999979734421,-0.9459999799728394,-0.3221000134944916,0.03739999979734421,-0.9459999799728394,-0.3221000134944916,0.6801000237464905,-0.6657000184059143,-0.30720001459121704,0.6801000237464905,-0.6657000184059143,-0.30720001459121704,0.6801000237464905,-0.6657000184059143,-0.30720001459121704,-0.47620001435279846,-0.4749000072479248,0.7401000261306763,-0.47620001435279846,-0.4749000072479248,0.7401000261306763,-0.47620001435279846,-0.4749000072479248,0.7401000261306763,0.4032000005245209,0.7775999903678894,0.48240000009536743,0.4032000005245209,0.7775999903678894,0.48240000009536743,0.4032000005245209,0.7775999903678894,0.48240000009536743,-0.9463000297546387,-0.01899999938905239,0.32260000705718994,-0.9463000297546387,-0.01899999938905239,0.32260000705718994,-0.9463000297546387,-0.01899999938905239,0.32260000705718994,0.45669999718666077,0.10890000313520432,0.8828999996185303,0.45669999718666077,0.10890000313520432,0.8828999996185303,0.45669999718666077,0.10890000313520432,0.8828999996185303,-0.15770000219345093,-0.9812999963760376,0.10999999940395355,-0.15770000219345093,-0.9812999963760376,0.10999999940395355,-0.15770000219345093,-0.9812999963760376,0.10999999940395355,-0.9796000123023987,0.1535000056028366,-0.12999999523162842,-0.9796000123023987,0.1535000056028366,-0.12999999523162842,-0.9796000123023987,0.1535000056028366,-0.12999999523162842,-0.05460000038146973,0.9915000200271606,0.11819999665021896,-0.05460000038146973,0.9915000200271606,0.11819999665021896,-0.05460000038146973,0.9915000200271606,0.11819999665021896,-0.8259000182151794,-0.2825999855995178,-0.4878000020980835,-0.8259000182151794,-0.2825999855995178,-0.4878000020980835,-0.8259000182151794,-0.2825999855995178,-0.4878000020980835,0.8781999945640564,0.22519999742507935,0.4219000041484833,0.8781999945640564,0.22519999742507935,0.4219000041484833,0.8781999945640564,0.22519999742507935,0.4219000041484833,-0.34130001068115234,0.6294000148773193,-0.6980999708175659,-0.34130001068115234,0.6294000148773193,-0.6980999708175659,-0.34130001068115234,0.6294000148773193,-0.6980999708175659,0.35249999165534973,0.14149999618530273,0.925000011920929,0.35249999165534973,0.14149999618530273,0.925000011920929,0.35249999165534973,0.14149999618530273,0.925000011920929,0.7867000102996826,0.050999999046325684,0.6151999831199646,0.7867000102996826,0.050999999046325684,0.6151999831199646,0.7867000102996826,0.050999999046325684,0.6151999831199646,0.8765000104904175,-0.009700000286102295,-0.4814000129699707,0.8765000104904175,-0.009700000286102295,-0.4814000129699707,0.8765000104904175,-0.009700000286102295,-0.4814000129699707,-0.12770000100135803,0.8317000269889832,0.5403000116348267,-0.12770000100135803,0.8317000269889832,0.5403000116348267,-0.12770000100135803,0.8317000269889832,0.5403000116348267,-0.7111999988555908,-0.6694999933242798,0.2143000066280365,-0.7111999988555908,-0.6694999933242798,0.2143000066280365,-0.7111999988555908,-0.6694999933242798,0.2143000066280365,0.28439998626708984,-0.8837000131607056,0.3716000020503998,0.28439998626708984,-0.8837000131607056,0.3716000020503998,0.28439998626708984,-0.8837000131607056,0.3716000020503998,-0.6144000291824341,0.5529000163078308,-0.5629000067710876,-0.6144000291824341,0.5529000163078308,-0.5629000067710876,-0.6144000291824341,0.5529000163078308,-0.5629000067710876,-0.6287000179290771,-0.007499999832361937,-0.7775999903678894,-0.6287000179290771,-0.007499999832361937,-0.7775999903678894,-0.6287000179290771,-0.007499999832361937,-0.7775999903678894,0.3774999976158142,0.9193000197410583,0.1111999973654747,0.3774999976158142,0.9193000197410583,0.1111999973654747,0.3774999976158142,0.9193000197410583,0.1111999973654747,0.9962999820709229,0.08429999649524689,-0.01810000091791153,0.9962999820709229,0.08429999649524689,-0.01810000091791153,0.9962999820709229,0.08429999649524689,-0.01810000091791153,0.10790000110864639,0.7782999873161316,-0.6184999942779541,0.10790000110864639,0.7782999873161316,-0.6184999942779541,0.10790000110864639,0.7782999873161316,-0.6184999942779541,-0.022199999541044235,0.8065999746322632,-0.5906000137329102,-0.022199999541044235,0.8065999746322632,-0.5906000137329102,-0.022199999541044235,0.8065999746322632,-0.5906000137329102,0.25940001010894775,0.9585999846458435,-0.11789999902248383,0.25940001010894775,0.9585999846458435,-0.11789999902248383,0.25940001010894775,0.9585999846458435,-0.11789999902248383,0.12449999898672104,-0.9747999906539917,0.18529999256134033,0.12449999898672104,-0.9747999906539917,0.18529999256134033,0.12449999898672104,-0.9747999906539917,0.18529999256134033,-0.5393000245094299,-0.7878999710083008,-0.2971999943256378,-0.5393000245094299,-0.7878999710083008,-0.2971999943256378,-0.5393000245094299,-0.7878999710083008,-0.2971999943256378,0.0982000008225441,0.8422999978065491,0.5299999713897705,0.0982000008225441,0.8422999978065491,0.5299999713897705,0.0982000008225441,0.8422999978065491,0.5299999713897705,-0.5356000065803528,0.6471999883651733,-0.5425000190734863,-0.5356000065803528,0.6471999883651733,-0.5425000190734863,-0.5356000065803528,0.6471999883651733,-0.5425000190734863,0.210099995136261,-0.9294000267982483,0.3034000098705292,0.210099995136261,-0.9294000267982483,0.3034000098705292,0.210099995136261,-0.9294000267982483,0.3034000098705292,0.00019999999494757503,0.45339998602867126,0.8913000226020813,0.00019999999494757503,0.45339998602867126,0.8913000226020813,0.00019999999494757503,0.45339998602867126,0.8913000226020813,0.8571000099182129,0.489300012588501,0.16110000014305115,0.8571000099182129,0.489300012588501,0.16110000014305115,0.8571000099182129,0.489300012588501,0.16110000014305115,-0.989300012588501,0.06620000302791595,0.13019999861717224,-0.989300012588501,0.06620000302791595,0.13019999861717224,-0.989300012588501,0.06620000302791595,0.13019999861717224,-0.5078999996185303,0.569100022315979,-0.6467000246047974,-0.5078999996185303,0.569100022315979,-0.6467000246047974,-0.5078999996185303,0.569100022315979,-0.6467000246047974,0.3467999994754791,-0.9290000200271606,0.12880000472068787,0.3467999994754791,-0.9290000200271606,0.12880000472068787,0.3467999994754791,-0.9290000200271606,0.12880000472068787,-0.8492000102996826,0.08659999817609787,-0.5209000110626221,-0.8492000102996826,0.08659999817609787,-0.5209000110626221,-0.8492000102996826,0.08659999817609787,-0.5209000110626221,-0.6148999929428101,0.65829998254776,-0.4343000054359436,-0.6148999929428101,0.65829998254776,-0.4343000054359436,-0.6148999929428101,0.65829998254776,-0.4343000054359436,0.6294000148773193,0.6366000175476074,-0.4456999897956848,0.6294000148773193,0.6366000175476074,-0.4456999897956848,0.6294000148773193,0.6366000175476074,-0.4456999897956848,0.3824000060558319,-0.9218999743461609,-0.06239999830722809,0.3824000060558319,-0.9218999743461609,-0.06239999830722809,0.3824000060558319,-0.9218999743461609,-0.06239999830722809,-0.14820000529289246,0.7576000094413757,-0.6355999708175659,-0.14820000529289246,0.7576000094413757,-0.6355999708175659,-0.14820000529289246,0.7576000094413757,-0.6355999708175659,0.8967000246047974,-0.2957000136375427,0.3292999863624573,0.8967000246047974,-0.2957000136375427,0.3292999863624573,0.8967000246047974,-0.2957000136375427,0.3292999863624573,-0.4819999933242798,-0.7038999795913696,-0.5217000246047974,-0.4819999933242798,-0.7038999795913696,-0.5217000246047974,-0.4819999933242798,-0.7038999795913696,-0.5217000246047974,0.5396000146865845,-0.8228999972343445,0.17790000140666962,0.5396000146865845,-0.8228999972343445,0.17790000140666962,0.5396000146865845,-0.8228999972343445,0.17790000140666962,-0.4869999885559082,-0.16830000281333923,0.8569999933242798,-0.4869999885559082,-0.16830000281333923,0.8569999933242798,-0.4869999885559082,-0.16830000281333923,0.8569999933242798,-0.666700005531311,0.7096999883651733,-0.22750000655651093,-0.666700005531311,0.7096999883651733,-0.22750000655651093,-0.666700005531311,0.7096999883651733,-0.22750000655651093,-0.34950000047683716,-0.24969999492168427,-0.9031000137329102,-0.34950000047683716,-0.24969999492168427,-0.9031000137329102,-0.34950000047683716,-0.24969999492168427,-0.9031000137329102,0.48899999260902405,0.819100022315979,0.29980000853538513,0.48899999260902405,0.819100022315979,0.29980000853538513,0.48899999260902405,0.819100022315979,0.29980000853538513,0.613099992275238,0.5776000022888184,-0.5389999747276306,0.613099992275238,0.5776000022888184,-0.5389999747276306,0.613099992275238,0.5776000022888184,-0.5389999747276306,-0.37220001220703125,-0.47609999775886536,0.7967000007629395,-0.37220001220703125,-0.47609999775886536,0.7967000007629395,-0.37220001220703125,-0.47609999775886536,0.7967000007629395,0.8513000011444092,-0.30550000071525574,0.42649999260902405,0.8513000011444092,-0.30550000071525574,0.42649999260902405,0.8513000011444092,-0.30550000071525574,0.42649999260902405,0.8700000047683716,-0.36730000376701355,-0.32910001277923584,0.8700000047683716,-0.36730000376701355,-0.32910001277923584,0.8700000047683716,-0.36730000376701355,-0.32910001277923584,0.36329999566078186,-0.8406999707221985,0.4016000032424927,0.36329999566078186,-0.8406999707221985,0.4016000032424927,0.36329999566078186,-0.8406999707221985,0.4016000032424927,0.26429998874664307,-0.1485999971628189,-0.9528999924659729,0.26429998874664307,-0.1485999971628189,-0.9528999924659729,0.26429998874664307,-0.1485999971628189,-0.9528999924659729,-0.2644999921321869,-0.7613999843597412,0.5918999910354614,-0.2644999921321869,-0.7613999843597412,0.5918999910354614,-0.2644999921321869,-0.7613999843597412,0.5918999910354614,0.6104000210762024,0.6022999882698059,0.5144000053405762,0.6104000210762024,0.6022999882698059,0.5144000053405762,0.6104000210762024,0.6022999882698059,0.5144000053405762,0.4991999864578247,0.838100016117096,-0.21969999372959137,0.4991999864578247,0.838100016117096,-0.21969999372959137,0.4991999864578247,0.838100016117096,-0.21969999372959137,0.08980000019073486,-0.37700000405311584,-0.9218999743461609,0.08980000019073486,-0.37700000405311584,-0.9218999743461609,0.08980000019073486,-0.37700000405311584,-0.9218999743461609,-0.6959999799728394,-0.6492000222206116,0.3068000078201294,-0.6959999799728394,-0.6492000222206116,0.3068000078201294,-0.6959999799728394,-0.6492000222206116,0.3068000078201294,-0.6984000205993652,0.6119999885559082,-0.3709999918937683,-0.6984000205993652,0.6119999885559082,-0.3709999918937683,-0.6984000205993652,0.6119999885559082,-0.3709999918937683,0.15719999372959137,0.1151999980211258,0.9807999730110168,0.15719999372959137,0.1151999980211258,0.9807999730110168,0.15719999372959137,0.1151999980211258,0.9807999730110168,-0.5372999906539917,-0.7876999974250793,0.3012999892234802,-0.5372999906539917,-0.7876999974250793,0.3012999892234802,-0.5372999906539917,-0.7876999974250793,0.3012999892234802,0.9807000160217285,0.03869999945163727,0.1915999948978424,0.9807000160217285,0.03869999945163727,0.1915999948978424,0.9807000160217285,0.03869999945163727,0.1915999948978424,-0.9804999828338623,0.05530000105500221,-0.18850000202655792,-0.9804999828338623,0.05530000105500221,-0.18850000202655792,-0.9804999828338623,0.05530000105500221,-0.18850000202655792,-0.941100001335144,0.31470000743865967,-0.12399999797344208,-0.941100001335144,0.31470000743865967,-0.12399999797344208,-0.941100001335144,0.31470000743865967,-0.12399999797344208,-0.9484000205993652,-0.26499998569488525,0.17399999499320984,-0.9484000205993652,-0.26499998569488525,0.17399999499320984,-0.9484000205993652,-0.26499998569488525,0.17399999499320984,0.49540001153945923,-0.859499990940094,-0.12610000371932983,0.49540001153945923,-0.859499990940094,-0.12610000371932983,0.49540001153945923,-0.859499990940094,-0.12610000371932983,0.9050999879837036,-0.09189999848604202,-0.41530001163482666,0.9050999879837036,-0.09189999848604202,-0.41530001163482666,0.9050999879837036,-0.09189999848604202,-0.41530001163482666,0.19359999895095825,0.9700999855995178,0.14640000462532043,0.19359999895095825,0.9700999855995178,0.14640000462532043,0.19359999895095825,0.9700999855995178,0.14640000462532043,0.7475000023841858,0.31949999928474426,0.5823000073432922,0.7475000023841858,0.31949999928474426,0.5823000073432922,0.7475000023841858,0.31949999928474426,0.5823000073432922,0.8454999923706055,-0.26339998841285706,0.4645000100135803,0.8454999923706055,-0.26339998841285706,0.4645000100135803,0.8454999923706055,-0.26339998841285706,0.4645000100135803,-0.8804000020027161,-0.19670000672340393,-0.43140000104904175,-0.8804000020027161,-0.19670000672340393,-0.43140000104904175,-0.8804000020027161,-0.19670000672340393,-0.43140000104904175,-0.5105000138282776,0.4023999869823456,0.7598999738693237,-0.5105000138282776,0.4023999869823456,0.7598999738693237,-0.5105000138282776,0.4023999869823456,0.7598999738693237,0.8431000113487244,-0.46889999508857727,-0.26339998841285706,0.8431000113487244,-0.46889999508857727,-0.26339998841285706,0.8431000113487244,-0.46889999508857727,-0.26339998841285706,0.4327999949455261,0.8644000291824341,-0.2558000087738037,0.4327999949455261,0.8644000291824341,-0.2558000087738037,0.4327999949455261,0.8644000291824341,-0.2558000087738037,-0.6639999747276306,0.6151999831199646,0.42500001192092896,-0.6639999747276306,0.6151999831199646,0.42500001192092896,-0.6639999747276306,0.6151999831199646,0.42500001192092896,0.663100004196167,0.6571000218391418,0.35850000381469727,0.663100004196167,0.6571000218391418,0.35850000381469727,0.663100004196167,0.6571000218391418,0.35850000381469727,-0.9520999789237976,-0.1753000020980835,0.25049999356269836,-0.9520999789237976,-0.1753000020980835,0.25049999356269836,-0.9520999789237976,-0.1753000020980835,0.25049999356269836,0.7926999926567078,0.558899998664856,-0.24330000579357147,0.7926999926567078,0.558899998664856,-0.24330000579357147,0.7926999926567078,0.558899998664856,-0.24330000579357147,0.5764999985694885,-0.07090000063180923,0.8140000104904175,0.5764999985694885,-0.07090000063180923,0.8140000104904175,0.5764999985694885,-0.07090000063180923,0.8140000104904175,0.4542999863624573,-0.47769999504089355,-0.7519000172615051,0.4542999863624573,-0.47769999504089355,-0.7519000172615051,0.4542999863624573,-0.47769999504089355,-0.7519000172615051,-0.8137000203132629,-0.19470000267028809,-0.5476999878883362,-0.8137000203132629,-0.19470000267028809,-0.5476999878883362,-0.8137000203132629,-0.19470000267028809,-0.5476999878883362,-0.491100013256073,0.8271999955177307,-0.27320000529289246,-0.491100013256073,0.8271999955177307,-0.27320000529289246,-0.491100013256073,0.8271999955177307,-0.27320000529289246,-0.6546000242233276,0.44190001487731934,-0.6133999824523926,-0.6546000242233276,0.44190001487731934,-0.6133999824523926,-0.6546000242233276,0.44190001487731934,-0.6133999824523926,0.01549999974668026,0.876800000667572,-0.48069998621940613,0.01549999974668026,0.876800000667572,-0.48069998621940613,0.01549999974668026,0.876800000667572,-0.48069998621940613,0.9380000233650208,-0.19709999859333038,0.28519999980926514,0.9380000233650208,-0.19709999859333038,0.28519999980926514,0.9380000233650208,-0.19709999859333038,0.28519999980926514,0.8134999871253967,-0.16940000653266907,-0.5562999844551086,0.8134999871253967,-0.16940000653266907,-0.5562999844551086,0.8134999871253967,-0.16940000653266907,-0.5562999844551086,-0.6398000121116638,-0.35249999165534973,-0.6830000281333923,-0.6398000121116638,-0.35249999165534973,-0.6830000281333923,-0.6398000121116638,-0.35249999165534973,-0.6830000281333923,-0.4002000093460083,-0.8772000074386597,-0.2651999890804291,-0.4002000093460083,-0.8772000074386597,-0.2651999890804291,-0.4002000093460083,-0.8772000074386597,-0.2651999890804291,0.5608999729156494,0.6572999954223633,-0.5033000111579895,0.5608999729156494,0.6572999954223633,-0.5033000111579895,0.5608999729156494,0.6572999954223633,-0.5033000111579895,0.08229999989271164,-0.8125,-0.5770999789237976,0.08229999989271164,-0.8125,-0.5770999789237976,0.08229999989271164,-0.8125,-0.5770999789237976,0.6072999835014343,0.6620000004768372,-0.439300000667572,0.6072999835014343,0.6620000004768372,-0.439300000667572,0.6072999835014343,0.6620000004768372,-0.439300000667572,0.9602000117301941,-0.21410000324249268,0.1793999969959259,0.9602000117301941,-0.21410000324249268,0.1793999969959259,0.9602000117301941,-0.21410000324249268,0.1793999969959259,0.05400000140070915,-0.10589999705553055,0.992900013923645,0.05400000140070915,-0.10589999705553055,0.992900013923645,0.05400000140070915,-0.10589999705553055,0.992900013923645,0.8605999946594238,-0.5037999749183655,-0.07400000095367432,0.8605999946594238,-0.5037999749183655,-0.07400000095367432,0.8605999946594238,-0.5037999749183655,-0.07400000095367432,-0.09220000356435776,-0.6527000069618225,0.7519999742507935,-0.09220000356435776,-0.6527000069618225,0.7519999742507935,-0.09220000356435776,-0.6527000069618225,0.7519999742507935,-0.8338000178337097,-0.26750001311302185,0.4828999936580658,-0.8338000178337097,-0.26750001311302185,0.4828999936580658,-0.8338000178337097,-0.26750001311302185,0.4828999936580658,0.6762999892234802,-0.7202000021934509,0.15489999949932098,0.6762999892234802,-0.7202000021934509,0.15489999949932098,0.6762999892234802,-0.7202000021934509,0.15489999949932098,-0.9405999779701233,0.3393999934196472,-0.011599999852478504,-0.9405999779701233,0.3393999934196472,-0.011599999852478504,-0.9405999779701233,0.3393999934196472,-0.011599999852478504,0.003100000089034438,0.4018999934196472,-0.9157000184059143,0.003100000089034438,0.4018999934196472,-0.9157000184059143,0.003100000089034438,0.4018999934196472,-0.9157000184059143,-0.9376000165939331,0.329800009727478,0.11029999703168869,-0.9376000165939331,0.329800009727478,0.11029999703168869,-0.9376000165939331,0.329800009727478,0.11029999703168869,-0.03700000047683716,0.8531000018119812,0.5205000042915344,-0.03700000047683716,0.8531000018119812,0.5205000042915344,-0.03700000047683716,0.8531000018119812,0.5205000042915344,0.5896999835968018,0.7062000036239624,-0.39169999957084656,0.5896999835968018,0.7062000036239624,-0.39169999957084656,0.5896999835968018,0.7062000036239624,-0.39169999957084656,-0.5040000081062317,-0.5663999915122986,0.6520000100135803,-0.5040000081062317,-0.5663999915122986,0.6520000100135803,-0.5040000081062317,-0.5663999915122986,0.6520000100135803,-0.8817999958992004,0.19030000269412994,-0.43149998784065247,-0.8817999958992004,0.19030000269412994,-0.43149998784065247,-0.8817999958992004,0.19030000269412994,-0.43149998784065247,-0.9577999711036682,-0.27239999175071716,0.09179999679327011,-0.9577999711036682,-0.27239999175071716,0.09179999679327011,-0.9577999711036682,-0.27239999175071716,0.09179999679327011,0.6297000050544739,-0.6363999843597412,0.445499986410141,0.6297000050544739,-0.6363999843597412,0.445499986410141,0.6297000050544739,-0.6363999843597412,0.445499986410141,-0.20200000703334808,0.7791000008583069,-0.593500018119812,-0.20200000703334808,0.7791000008583069,-0.593500018119812,-0.20200000703334808,0.7791000008583069,-0.593500018119812,-0.8787999749183655,-0.3828999996185303,0.2847999930381775,-0.8787999749183655,-0.3828999996185303,0.2847999930381775,-0.8787999749183655,-0.3828999996185303,0.2847999930381775,0.16580000519752502,0.9388999938964844,-0.301800012588501,0.16580000519752502,0.9388999938964844,-0.301800012588501,0.16580000519752502,0.9388999938964844,-0.301800012588501,0.7621999979019165,0.5544000267982483,0.33410000801086426,0.7621999979019165,0.5544000267982483,0.33410000801086426,0.7621999979019165,0.5544000267982483,0.33410000801086426,0.5859000086784363,-0.7720000147819519,-0.24639999866485596,0.5859000086784363,-0.7720000147819519,-0.24639999866485596,0.5859000086784363,-0.7720000147819519,-0.24639999866485596,0.04749999940395355,0.4404999911785126,-0.8964999914169312,0.04749999940395355,0.4404999911785126,-0.8964999914169312,0.04749999940395355,0.4404999911785126,-0.8964999914169312,-0.9441999793052673,0.2648000121116638,-0.19609999656677246,-0.9441999793052673,0.2648000121116638,-0.19609999656677246,-0.9441999793052673,0.2648000121116638,-0.19609999656677246,-0.22269999980926514,-0.9749000072479248,-0.003599999938160181,-0.22269999980926514,-0.9749000072479248,-0.003599999938160181,-0.22269999980926514,-0.9749000072479248,-0.003599999938160181,-0.9921000003814697,0.06679999828338623,-0.10649999976158142,-0.9921000003814697,0.06679999828338623,-0.10649999976158142,-0.9921000003814697,0.06679999828338623,-0.10649999976158142,-0.36970001459121704,-0.17720000445842743,0.9121000170707703,-0.36970001459121704,-0.17720000445842743,0.9121000170707703,-0.36970001459121704,-0.17720000445842743,0.9121000170707703,-0.5006999969482422,0.7983999848365784,-0.3345000147819519,-0.5006999969482422,0.7983999848365784,-0.3345000147819519,-0.5006999969482422,0.7983999848365784,-0.3345000147819519,-0.3804999887943268,0.5156999826431274,-0.7675999999046326,-0.3804999887943268,0.5156999826431274,-0.7675999999046326,-0.3804999887943268,0.5156999826431274,-0.7675999999046326,-0.17630000412464142,0.9821000099182129,-0.06689999997615814,-0.17630000412464142,0.9821000099182129,-0.06689999997615814,-0.17630000412464142,0.9821000099182129,-0.06689999997615814,0.5080999732017517,0.49410000443458557,0.7055000066757202,0.5080999732017517,0.49410000443458557,0.7055000066757202,0.5080999732017517,0.49410000443458557,0.7055000066757202,0.08860000222921371,-0.8942000269889832,0.43880000710487366,0.08860000222921371,-0.8942000269889832,0.43880000710487366,0.08860000222921371,-0.8942000269889832,0.43880000710487366,0.8986999988555908,0.016499999910593033,0.4381999969482422,0.8986999988555908,0.016499999910593033,0.4381999969482422,0.8986999988555908,0.016499999910593033,0.4381999969482422,0.2827000021934509,0.3068000078201294,-0.9088000059127808,0.2827000021934509,0.3068000078201294,-0.9088000059127808,0.2827000021934509,0.3068000078201294,-0.9088000059127808,0.19059999287128448,0.38659998774528503,-0.9023000001907349,0.19059999287128448,0.38659998774528503,-0.9023000001907349,0.19059999287128448,0.38659998774528503,-0.9023000001907349,-0.6245999932289124,-0.5302000045776367,-0.5734000205993652,-0.6245999932289124,-0.5302000045776367,-0.5734000205993652,-0.6245999932289124,-0.5302000045776367,-0.5734000205993652,-0.17839999496936798,-0.2815999984741211,0.942799985408783,-0.17839999496936798,-0.2815999984741211,0.942799985408783,-0.17839999496936798,-0.2815999984741211,0.942799985408783,0.4593999981880188,0.5335000157356262,-0.710099995136261,0.4593999981880188,0.5335000157356262,-0.710099995136261,0.4593999981880188,0.5335000157356262,-0.710099995136261,-0.8389000296592712,-0.538100004196167,0.08139999955892563,-0.8389000296592712,-0.538100004196167,0.08139999955892563,-0.8389000296592712,-0.538100004196167,0.08139999955892563,-0.996399998664856,0.03220000118017197,-0.0786999985575676,-0.996399998664856,0.03220000118017197,-0.0786999985575676,-0.996399998664856,0.03220000118017197,-0.0786999985575676,0.9229000210762024,0.032999999821186066,0.38370001316070557,0.9229000210762024,0.032999999821186066,0.38370001316070557,0.9229000210762024,0.032999999821186066,0.38370001316070557,0.9602000117301941,-0.009499999694526196,0.2791000008583069,0.9602000117301941,-0.009499999694526196,0.2791000008583069,0.9602000117301941,-0.009499999694526196,0.2791000008583069,0.1785999983549118,0.057100001722574234,0.9822999835014343,0.1785999983549118,0.057100001722574234,0.9822999835014343,0.1785999983549118,0.057100001722574234,0.9822999835014343,-0.9742000102996826,-0.17550000548362732,-0.1421000063419342,-0.9742000102996826,-0.17550000548362732,-0.1421000063419342,-0.9742000102996826,-0.17550000548362732,-0.1421000063419342,-0.2630999982357025,-0.9391000270843506,0.22120000422000885,-0.2630999982357025,-0.9391000270843506,0.22120000422000885,-0.2630999982357025,-0.9391000270843506,0.22120000422000885,-0.5016999840736389,0.8352000117301941,0.22540000081062317,-0.5016999840736389,0.8352000117301941,0.22540000081062317,-0.5016999840736389,0.8352000117301941,0.22540000081062317,-0.16120000183582306,-0.9786999821662903,0.12700000405311584,-0.16120000183582306,-0.9786999821662903,0.12700000405311584,-0.16120000183582306,-0.9786999821662903,0.12700000405311584,0.6438000202178955,-0.2492000013589859,0.7235000133514404,0.6438000202178955,-0.2492000013589859,0.7235000133514404,0.6438000202178955,-0.2492000013589859,0.7235000133514404,-0.7886000275611877,-0.23980000615119934,-0.5662999749183655,-0.7886000275611877,-0.23980000615119934,-0.5662999749183655,-0.7886000275611877,-0.23980000615119934,-0.5662999749183655,-0.9124000072479248,0.32280001044273376,-0.251800000667572,-0.9124000072479248,0.32280001044273376,-0.251800000667572,-0.9124000072479248,0.32280001044273376,-0.251800000667572,0.7089999914169312,0.4117000102996826,-0.5726000070571899,0.7089999914169312,0.4117000102996826,-0.5726000070571899,0.7089999914169312,0.4117000102996826,-0.5726000070571899,0.625,-0.1704999953508377,-0.7617999911308289,0.625,-0.1704999953508377,-0.7617999911308289,0.625,-0.1704999953508377,-0.7617999911308289,0.9333000183105469,0.3330000042915344,0.13410000503063202,0.9333000183105469,0.3330000042915344,0.13410000503063202,0.9333000183105469,0.3330000042915344,0.13410000503063202,-0.8195000290870667,-0.2313999980688095,0.5242999792098999,-0.8195000290870667,-0.2313999980688095,0.5242999792098999,-0.8195000290870667,-0.2313999980688095,0.5242999792098999,-0.663100004196167,0.6571000218391418,0.35850000381469727,-0.663100004196167,0.6571000218391418,0.35850000381469727,-0.663100004196167,0.6571000218391418,0.35850000381469727,0.8518000245094299,-0.23600000143051147,0.4675999879837036,0.8518000245094299,-0.23600000143051147,0.4675999879837036,0.8518000245094299,-0.23600000143051147,0.4675999879837036,0.15139999985694885,-0.7279999852180481,0.6686000227928162,0.15139999985694885,-0.7279999852180481,0.6686000227928162,0.15139999985694885,-0.7279999852180481,0.6686000227928162,0.029200000688433647,-0.3066999912261963,0.9513000249862671,0.029200000688433647,-0.3066999912261963,0.9513000249862671,0.029200000688433647,-0.3066999912261963,0.9513000249862671,-0.989799976348877,-0.14110000431537628,0.018200000748038292,-0.989799976348877,-0.14110000431537628,0.018200000748038292,-0.989799976348877,-0.14110000431537628,0.018200000748038292,0.17489999532699585,-0.8359000086784363,0.5202999711036682,0.17489999532699585,-0.8359000086784363,0.5202999711036682,0.17489999532699585,-0.8359000086784363,0.5202999711036682,-0.27649998664855957,-0.16169999539852142,-0.9473000168800354,-0.27649998664855957,-0.16169999539852142,-0.9473000168800354,-0.27649998664855957,-0.16169999539852142,-0.9473000168800354,0.5432999730110168,0.8395000100135803,0.009800000116229057,0.5432999730110168,0.8395000100135803,0.009800000116229057,0.5432999730110168,0.8395000100135803,0.009800000116229057,-0.2402999997138977,0.5813999772071838,0.7773000001907349,-0.2402999997138977,0.5813999772071838,0.7773000001907349,-0.2402999997138977,0.5813999772071838,0.7773000001907349,-0.7545999884605408,0.6287000179290771,-0.18790000677108765,-0.7545999884605408,0.6287000179290771,-0.18790000677108765,-0.7545999884605408,0.6287000179290771,-0.18790000677108765,-0.5364999771118164,0.4830000102519989,-0.6919999718666077,-0.5364999771118164,0.4830000102519989,-0.6919999718666077,-0.5364999771118164,0.4830000102519989,-0.6919999718666077,0.9745000004768372,-0.18700000643730164,0.12430000305175781,0.9745000004768372,-0.18700000643730164,0.12430000305175781,0.9745000004768372,-0.18700000643730164,0.12430000305175781,-0.6434000134468079,-0.6388999819755554,0.42179998755455017,-0.6434000134468079,-0.6388999819755554,0.42179998755455017,-0.6434000134468079,-0.6388999819755554,0.42179998755455017,-0.39399999380111694,0.9122999906539917,-0.11190000176429749,-0.39399999380111694,0.9122999906539917,-0.11190000176429749,-0.39399999380111694,0.9122999906539917,-0.11190000176429749,0.25949999690055847,0.39660000801086426,-0.8805000185966492,0.25949999690055847,0.39660000801086426,-0.8805000185966492,0.25949999690055847,0.39660000801086426,-0.8805000185966492,0.03280000016093254,0.7480999827384949,0.6628000140190125,0.03280000016093254,0.7480999827384949,0.6628000140190125,0.03280000016093254,0.7480999827384949,0.6628000140190125,0.15680000185966492,-0.8644000291824341,-0.47769999504089355,0.15680000185966492,-0.8644000291824341,-0.47769999504089355,0.15680000185966492,-0.8644000291824341,-0.47769999504089355,-0.9516000151634216,0.03310000151395798,0.30559998750686646,-0.9516000151634216,0.03310000151395798,0.30559998750686646,-0.9516000151634216,0.03310000151395798,0.30559998750686646,-0.03929999843239784,0.5929999947547913,0.8043000102043152,-0.03929999843239784,0.5929999947547913,0.8043000102043152,-0.03929999843239784,0.5929999947547913,0.8043000102043152,0.9296000003814697,0.3601999878883362,0.07859999686479568,0.9296000003814697,0.3601999878883362,0.07859999686479568,0.9296000003814697,0.3601999878883362,0.07859999686479568,-0.019700000062584877,0.9218000173568726,0.3871999979019165,-0.019700000062584877,0.9218000173568726,0.3871999979019165,-0.019700000062584877,0.9218000173568726,0.3871999979019165,0.09960000216960907,0.9020000100135803,0.420199990272522,0.09960000216960907,0.9020000100135803,0.420199990272522,0.09960000216960907,0.9020000100135803,0.420199990272522,0.9010999798774719,-0.19220000505447388,-0.3887999951839447,0.9010999798774719,-0.19220000505447388,-0.3887999951839447,0.9010999798774719,-0.19220000505447388,-0.3887999951839447,0.8248999714851379,-0.38260000944137573,-0.41609999537467957,0.8248999714851379,-0.38260000944137573,-0.41609999537467957,0.8248999714851379,-0.38260000944137573,-0.41609999537467957,0.28209999203681946,0.9587000012397766,0.03700000047683716,0.28209999203681946,0.9587000012397766,0.03700000047683716,0.28209999203681946,0.9587000012397766,0.03700000047683716,-0.08560000360012054,0.7310000061988831,0.6769999861717224,-0.08560000360012054,0.7310000061988831,0.6769999861717224,-0.08560000360012054,0.7310000061988831,0.6769999861717224,0.9236999750137329,0.24809999763965607,-0.2919999957084656,0.9236999750137329,0.24809999763965607,-0.2919999957084656,0.9236999750137329,0.24809999763965607,-0.2919999957084656,0.0333000011742115,-0.8715000152587891,0.48919999599456787,0.0333000011742115,-0.8715000152587891,0.48919999599456787,0.0333000011742115,-0.8715000152587891,0.48919999599456787,0.8023999929428101,-0.5145000219345093,-0.30239999294281006,0.8023999929428101,-0.5145000219345093,-0.30239999294281006,0.8023999929428101,-0.5145000219345093,-0.30239999294281006,0.5562999844551086,-0.4925000071525574,-0.6693000197410583,0.5562999844551086,-0.4925000071525574,-0.6693000197410583,0.5562999844551086,-0.4925000071525574,-0.6693000197410583,-0.667900025844574,-0.661300003528595,0.34150001406669617,-0.667900025844574,-0.661300003528595,0.34150001406669617,-0.667900025844574,-0.661300003528595,0.34150001406669617,0.8288000226020813,-0.46389999985694885,-0.31279999017715454,0.8288000226020813,-0.46389999985694885,-0.31279999017715454,0.8288000226020813,-0.46389999985694885,-0.31279999017715454,0.45019999146461487,-0.29919999837875366,0.8413000106811523,0.45019999146461487,-0.29919999837875366,0.8413000106811523,0.45019999146461487,-0.29919999837875366,0.8413000106811523,0.9830999970436096,-0.13860000669956207,-0.11980000138282776,0.9830999970436096,-0.13860000669956207,-0.11980000138282776,0.9830999970436096,-0.13860000669956207,-0.11980000138282776,0.3400000035762787,-0.6320000290870667,-0.696399986743927,0.3400000035762787,-0.6320000290870667,-0.696399986743927,0.3400000035762787,-0.6320000290870667,-0.696399986743927,0.6751999855041504,0.476500004529953,-0.5630000233650208,0.6751999855041504,0.476500004529953,-0.5630000233650208,0.6751999855041504,0.476500004529953,-0.5630000233650208,-0.4381999969482422,-0.5995000004768372,-0.6697999835014343,-0.4381999969482422,-0.5995000004768372,-0.6697999835014343,-0.4381999969482422,-0.5995000004768372,-0.6697999835014343,-0.3046000003814697,-0.47929999232292175,0.8230999708175659,-0.3046000003814697,-0.47929999232292175,0.8230999708175659,-0.3046000003814697,-0.47929999232292175,0.8230999708175659,-0.15119999647140503,-0.7888000011444092,-0.59579998254776,-0.15119999647140503,-0.7888000011444092,-0.59579998254776,-0.15119999647140503,-0.7888000011444092,-0.59579998254776,0.6388000249862671,0.45879998803138733,0.6176000237464905,0.6388000249862671,0.45879998803138733,0.6176000237464905,0.6388000249862671,0.45879998803138733,0.6176000237464905,0.9879999756813049,0.019700000062584877,-0.15289999544620514,0.9879999756813049,0.019700000062584877,-0.15289999544620514,0.9879999756813049,0.019700000062584877,-0.15289999544620514,0.10920000076293945,-0.7005000114440918,0.7052000164985657,0.10920000076293945,-0.7005000114440918,0.7052000164985657,0.10920000076293945,-0.7005000114440918,0.7052000164985657,0.9728000164031982,-0.20900000631809235,0.10010000318288803,0.9728000164031982,-0.20900000631809235,0.10010000318288803,0.9728000164031982,-0.20900000631809235,0.10010000318288803,0.8532999753952026,0.05909999832510948,0.5180000066757202,0.8532999753952026,0.05909999832510948,0.5180000066757202,0.8532999753952026,0.05909999832510948,0.5180000066757202,0.050999999046325684,0.5613999962806702,0.8259999752044678,0.050999999046325684,0.5613999962806702,0.8259999752044678,0.050999999046325684,0.5613999962806702,0.8259999752044678,-0.32670000195503235,0.3400000035762787,-0.8817999958992004,-0.32670000195503235,0.3400000035762787,-0.8817999958992004,-0.32670000195503235,0.3400000035762787,-0.8817999958992004,-0.39579999446868896,-0.8952999711036682,-0.20440000295639038,-0.39579999446868896,-0.8952999711036682,-0.20440000295639038,-0.39579999446868896,-0.8952999711036682,-0.20440000295639038,0.4117000102996826,0.20280000567436218,-0.8884999752044678,0.4117000102996826,0.20280000567436218,-0.8884999752044678,0.4117000102996826,0.20280000567436218,-0.8884999752044678,0.9111999869346619,0.0010000000474974513,-0.41190001368522644,0.9111999869346619,0.0010000000474974513,-0.41190001368522644,0.9111999869346619,0.0010000000474974513,-0.41190001368522644,0.9994000196456909,0.006500000134110451,0.03400000184774399,0.9994000196456909,0.006500000134110451,0.03400000184774399,0.9994000196456909,0.006500000134110451,0.03400000184774399,0.8065999746322632,0.35010001063346863,-0.47620001435279846,0.8065999746322632,0.35010001063346863,-0.47620001435279846,0.8065999746322632,0.35010001063346863,-0.47620001435279846,0.7872999906539917,0.5037999749183655,-0.3553999960422516,0.7872999906539917,0.5037999749183655,-0.3553999960422516,0.7872999906539917,0.5037999749183655,-0.3553999960422516,-0.4189000129699707,0.19920000433921814,0.8859000205993652,-0.4189000129699707,0.19920000433921814,0.8859000205993652,-0.4189000129699707,0.19920000433921814,0.8859000205993652,0.7200000286102295,-0.05660000070929527,-0.6916000247001648,0.7200000286102295,-0.05660000070929527,-0.6916000247001648,0.7200000286102295,-0.05660000070929527,-0.6916000247001648,-0.43959999084472656,-0.5049999952316284,0.7427999973297119,-0.43959999084472656,-0.5049999952316284,0.7427999973297119,-0.43959999084472656,-0.5049999952316284,0.7427999973297119,0.9355000257492065,-0.16249999403953552,-0.31369999051094055,0.9355000257492065,-0.16249999403953552,-0.31369999051094055,0.9355000257492065,-0.16249999403953552,-0.31369999051094055,0.5103999972343445,0.8598999977111816,0.005400000140070915,0.5103999972343445,0.8598999977111816,0.005400000140070915,0.5103999972343445,0.8598999977111816,0.005400000140070915,0.6941999793052673,0.6277999877929688,0.35199999809265137,0.6941999793052673,0.6277999877929688,0.35199999809265137,0.6941999793052673,0.6277999877929688,0.35199999809265137,-0.859000027179718,-0.1354999989271164,0.4936999976634979,-0.859000027179718,-0.1354999989271164,0.4936999976634979,-0.859000027179718,-0.1354999989271164,0.4936999976634979,0.2206999957561493,-0.3788999915122986,0.8986999988555908,0.2206999957561493,-0.3788999915122986,0.8986999988555908,0.2206999957561493,-0.3788999915122986,0.8986999988555908,0.9509000182151794,0.3084000051021576,-0.026100000366568565,0.9509000182151794,0.3084000051021576,-0.026100000366568565,0.9509000182151794,0.3084000051021576,-0.026100000366568565,0.07119999825954437,-0.47450000047683716,0.8773999810218811,0.07119999825954437,-0.47450000047683716,0.8773999810218811,0.07119999825954437,-0.47450000047683716,0.8773999810218811,-0.8503999710083008,-0.4966999888420105,0.17350000143051147,-0.8503999710083008,-0.4966999888420105,0.17350000143051147,-0.8503999710083008,-0.4966999888420105,0.17350000143051147,0.7448999881744385,-0.5838000178337097,0.3230000138282776,0.7448999881744385,-0.5838000178337097,0.3230000138282776,0.7448999881744385,-0.5838000178337097,0.3230000138282776,0.3959999978542328,0.8956000208854675,0.2029000073671341,0.3959999978542328,0.8956000208854675,0.2029000073671341,0.3959999978542328,0.8956000208854675,0.2029000073671341,-0.6912999749183655,-0.7166000008583069,-0.09260000288486481,-0.6912999749183655,-0.7166000008583069,-0.09260000288486481,-0.6912999749183655,-0.7166000008583069,-0.09260000288486481,0.6330000162124634,0.5568000078201294,0.5378000140190125,0.6330000162124634,0.5568000078201294,0.5378000140190125,0.6330000162124634,0.5568000078201294,0.5378000140190125,0.47589999437332153,0.8691999912261963,-0.13429999351501465,0.47589999437332153,0.8691999912261963,-0.13429999351501465,0.47589999437332153,0.8691999912261963,-0.13429999351501465,-0.17910000681877136,-0.9789000153541565,0.09860000014305115,-0.17910000681877136,-0.9789000153541565,0.09860000014305115,-0.17910000681877136,-0.9789000153541565,0.09860000014305115,-0.3352000117301941,-0.8198999762535095,0.4641999900341034,-0.3352000117301941,-0.8198999762535095,0.4641999900341034,-0.3352000117301941,-0.8198999762535095,0.4641999900341034,0.025200000032782555,-0.8568999767303467,0.5149000287055969,0.025200000032782555,-0.8568999767303467,0.5149000287055969,0.025200000032782555,-0.8568999767303467,0.5149000287055969,0.794700026512146,0.5983999967575073,0.10140000283718109,0.794700026512146,0.5983999967575073,0.10140000283718109,0.794700026512146,0.5983999967575073,0.10140000283718109,-0.15760000050067902,0.986299991607666,-0.04899999871850014,-0.15760000050067902,0.986299991607666,-0.04899999871850014,-0.15760000050067902,0.986299991607666,-0.04899999871850014,0.32989999651908875,-0.828499972820282,-0.45249998569488525,0.32989999651908875,-0.828499972820282,-0.45249998569488525,0.32989999651908875,-0.828499972820282,-0.45249998569488525,-0.1387999951839447,-0.9575999975204468,0.2524999976158142,-0.1387999951839447,-0.9575999975204468,0.2524999976158142,-0.1387999951839447,-0.9575999975204468,0.2524999976158142,0.23149999976158142,-0.5910999774932861,-0.7727000117301941,0.23149999976158142,-0.5910999774932861,-0.7727000117301941,0.23149999976158142,-0.5910999774932861,-0.7727000117301941,0.08659999817609787,0.9812999963760376,-0.1720999926328659,0.08659999817609787,0.9812999963760376,-0.1720999926328659,0.08659999817609787,0.9812999963760376,-0.1720999926328659,0.9627000093460083,0.14659999310970306,-0.2272000014781952,0.9627000093460083,0.14659999310970306,-0.2272000014781952,0.9627000093460083,0.14659999310970306,-0.2272000014781952,-0.994700014591217,-0.013899999670684338,-0.10220000147819519,-0.994700014591217,-0.013899999670684338,-0.10220000147819519,-0.994700014591217,-0.013899999670684338,-0.10220000147819519,0.15479999780654907,-0.9878000020980835,-0.019500000402331352,0.15479999780654907,-0.9878000020980835,-0.019500000402331352,0.15479999780654907,-0.9878000020980835,-0.019500000402331352,0.3172000050544739,-0.0010000000474974513,-0.9483000040054321,0.3172000050544739,-0.0010000000474974513,-0.9483000040054321,0.3172000050544739,-0.0010000000474974513,-0.9483000040054321,0.24379999935626984,-0.751800000667572,0.6126999855041504,0.24379999935626984,-0.751800000667572,0.6126999855041504,0.24379999935626984,-0.751800000667572,0.6126999855041504,0.9811999797821045,0.1712999939918518,0.08919999748468399,0.9811999797821045,0.1712999939918518,0.08919999748468399,0.9811999797821045,0.1712999939918518,0.08919999748468399,0.15919999778270721,0.8963000178337097,-0.414000004529953,0.15919999778270721,0.8963000178337097,-0.414000004529953,0.15919999778270721,0.8963000178337097,-0.414000004529953,-0.9685999751091003,0.24770000576972961,0.019099999219179153,-0.9685999751091003,0.24770000576972961,0.019099999219179153,-0.9685999751091003,0.24770000576972961,0.019099999219179153,-0.921500027179718,0.14920000731945038,0.358599990606308,-0.921500027179718,0.14920000731945038,0.358599990606308,-0.921500027179718,0.14920000731945038,0.358599990606308,0.8044000267982483,0.31929999589920044,0.5008999705314636,0.8044000267982483,0.31929999589920044,0.5008999705314636,0.8044000267982483,0.31929999589920044,0.5008999705314636,-0.9495999813079834,0.10869999974966049,0.2939999997615814,-0.9495999813079834,0.10869999974966049,0.2939999997615814,-0.9495999813079834,0.10869999974966049,0.2939999997615814,-0.8025000095367432,0.4498000144958496,0.3919999897480011,-0.8025000095367432,0.4498000144958496,0.3919999897480011,-0.8025000095367432,0.4498000144958496,0.3919999897480011,-0.06069999933242798,0.9865999817848206,-0.15119999647140503,-0.06069999933242798,0.9865999817848206,-0.15119999647140503,-0.06069999933242798,0.9865999817848206,-0.15119999647140503,-0.09480000287294388,-0.9628999829292297,-0.25270000100135803,-0.09480000287294388,-0.9628999829292297,-0.25270000100135803,-0.09480000287294388,-0.9628999829292297,-0.25270000100135803,0.6491000056266785,0.7605999708175659,0.00930000003427267,0.6491000056266785,0.7605999708175659,0.00930000003427267,0.6491000056266785,0.7605999708175659,0.00930000003427267,0.8804000020027161,0.18559999763965607,0.43639999628067017,0.8804000020027161,0.18559999763965607,0.43639999628067017,0.8804000020027161,0.18559999763965607,0.43639999628067017,-0.8605999946594238,-0.5037999749183655,-0.07400000095367432,-0.8605999946594238,-0.5037999749183655,-0.07400000095367432,-0.8605999946594238,-0.5037999749183655,-0.07400000095367432,0.9733999967575073,-0.225600004196167,-0.039500001817941666,0.9733999967575073,-0.225600004196167,-0.039500001817941666,0.9733999967575073,-0.225600004196167,-0.039500001817941666,-0.9726999998092651,0.23180000483989716,-0.014100000262260437,-0.9726999998092651,0.23180000483989716,-0.014100000262260437,-0.9726999998092651,0.23180000483989716,-0.014100000262260437,0.024800000712275505,-0.2957000136375427,-0.9549999833106995,0.024800000712275505,-0.2957000136375427,-0.9549999833106995,0.024800000712275505,-0.2957000136375427,-0.9549999833106995,0.7838000059127808,-0.35269999504089355,-0.5112000107765198,0.7838000059127808,-0.35269999504089355,-0.5112000107765198,0.7838000059127808,-0.35269999504089355,-0.5112000107765198,-0.5554999709129333,-0.0674000009894371,-0.8288000226020813,-0.5554999709129333,-0.0674000009894371,-0.8288000226020813,-0.5554999709129333,-0.0674000009894371,-0.8288000226020813,0.78329998254776,-0.21389999985694885,0.5837000012397766,0.78329998254776,-0.21389999985694885,0.5837000012397766,0.78329998254776,-0.21389999985694885,0.5837000012397766,0.05339999869465828,-0.16300000250339508,0.9851999878883362,0.05339999869465828,-0.16300000250339508,0.9851999878883362,0.05339999869465828,-0.16300000250339508,0.9851999878883362,-0.1468999981880188,0.5824999809265137,-0.7993999719619751,-0.1468999981880188,0.5824999809265137,-0.7993999719619751,-0.1468999981880188,0.5824999809265137,-0.7993999719619751,-0.26600000262260437,0.8707000017166138,0.4138000011444092,-0.26600000262260437,0.8707000017166138,0.4138000011444092,-0.26600000262260437,0.8707000017166138,0.4138000011444092,-0.7454000115394592,-0.24560000002384186,-0.619700014591217,-0.7454000115394592,-0.24560000002384186,-0.619700014591217,-0.7454000115394592,-0.24560000002384186,-0.619700014591217,0.3255000114440918,0.8664000034332275,0.37860000133514404,0.3255000114440918,0.8664000034332275,0.37860000133514404,0.3255000114440918,0.8664000034332275,0.37860000133514404,0.46140000224113464,-0.36309999227523804,0.809499979019165,0.46140000224113464,-0.36309999227523804,0.809499979019165,0.46140000224113464,-0.36309999227523804,0.809499979019165,-0.531499981880188,-0.8468000292778015,0.019700000062584877,-0.531499981880188,-0.8468000292778015,0.019700000062584877,-0.531499981880188,-0.8468000292778015,0.019700000062584877,0.13330000638961792,0.9793000221252441,0.15219999849796295,0.13330000638961792,0.9793000221252441,0.15219999849796295,0.13330000638961792,0.9793000221252441,0.15219999849796295,0.8331999778747559,0.20839999616146088,0.5121999979019165,0.8331999778747559,0.20839999616146088,0.5121999979019165,0.8331999778747559,0.20839999616146088,0.5121999979019165,0.0746999979019165,-0.9926999807357788,0.09489999711513519,0.0746999979019165,-0.9926999807357788,0.09489999711513519,0.0746999979019165,-0.9926999807357788,0.09489999711513519,0.5625,-0.05090000107884407,0.8252000212669373,0.5625,-0.05090000107884407,0.8252000212669373,0.5625,-0.05090000107884407,0.8252000212669373,-0.424699991941452,0.032099999487400055,0.904699981212616,-0.424699991941452,0.032099999487400055,0.904699981212616,-0.424699991941452,0.032099999487400055,0.904699981212616,0.47679999470710754,0.041999999433755875,0.878000020980835,0.47679999470710754,0.041999999433755875,0.878000020980835,0.47679999470710754,0.041999999433755875,0.878000020980835,0.3407999873161316,-0.16920000314712524,0.9247999787330627,0.3407999873161316,-0.16920000314712524,0.9247999787330627,0.3407999873161316,-0.16920000314712524,0.9247999787330627,-0.7972999811172485,-0.2892000079154968,0.5297999978065491,-0.7972999811172485,-0.2892000079154968,0.5297999978065491,-0.7972999811172485,-0.2892000079154968,0.5297999978065491,-0.0892999991774559,0.4675999879837036,0.8794000148773193,-0.0892999991774559,0.4675999879837036,0.8794000148773193,-0.0892999991774559,0.4675999879837036,0.8794000148773193,-0.17829999327659607,0.9776999950408936,-0.11060000211000443,-0.17829999327659607,0.9776999950408936,-0.11060000211000443,-0.17829999327659607,0.9776999950408936,-0.11060000211000443,0.4007999897003174,0.6344000101089478,0.6610000133514404,0.4007999897003174,0.6344000101089478,0.6610000133514404,0.4007999897003174,0.6344000101089478,0.6610000133514404,0.22120000422000885,-0.8691999912261963,-0.4422000050544739,0.22120000422000885,-0.8691999912261963,-0.4422000050544739,0.22120000422000885,-0.8691999912261963,-0.4422000050544739,0.5329999923706055,-0.7105000019073486,-0.4595000147819519,0.5329999923706055,-0.7105000019073486,-0.4595000147819519,0.5329999923706055,-0.7105000019073486,-0.4595000147819519,0.051100000739097595,0.9750000238418579,-0.21639999747276306,0.051100000739097595,0.9750000238418579,-0.21639999747276306,0.051100000739097595,0.9750000238418579,-0.21639999747276306,0.37380000948905945,0.5676000118255615,-0.7335000038146973,0.37380000948905945,0.5676000118255615,-0.7335000038146973,0.37380000948905945,0.5676000118255615,-0.7335000038146973,-0.052799999713897705,0.6869999766349792,-0.7246999740600586,-0.052799999713897705,0.6869999766349792,-0.7246999740600586,-0.052799999713897705,0.6869999766349792,-0.7246999740600586,0.7720999717712402,0.5697000026702881,0.2815999984741211,0.7720999717712402,0.5697000026702881,0.2815999984741211,0.7720999717712402,0.5697000026702881,0.2815999984741211,0.9761999845504761,-0.20900000631809235,0.05810000002384186,0.9761999845504761,-0.20900000631809235,0.05810000002384186,0.9761999845504761,-0.20900000631809235,0.05810000002384186,-0.6154999732971191,0.6430000066757202,-0.45570001006126404,-0.6154999732971191,0.6430000066757202,-0.45570001006126404,-0.6154999732971191,0.6430000066757202,-0.45570001006126404,-0.8689000010490417,0.07850000262260437,0.4887000024318695,-0.8689000010490417,0.07850000262260437,0.4887000024318695,-0.8689000010490417,0.07850000262260437,0.4887000024318695,-0.6450999975204468,-0.30480000376701355,-0.7006000280380249,-0.6450999975204468,-0.30480000376701355,-0.7006000280380249,-0.6450999975204468,-0.30480000376701355,-0.7006000280380249,-0.8650000095367432,-0.19589999318122864,0.461899995803833,-0.8650000095367432,-0.19589999318122864,0.461899995803833,-0.8650000095367432,-0.19589999318122864,0.461899995803833,-0.03280000016093254,-0.9555000066757202,0.29319998621940613,-0.03280000016093254,-0.9555000066757202,0.29319998621940613,-0.03280000016093254,-0.9555000066757202,0.29319998621940613,0.9855999946594238,-0.055399999022483826,0.1597999930381775,0.9855999946594238,-0.055399999022483826,0.1597999930381775,0.9855999946594238,-0.055399999022483826,0.1597999930381775,0.46779999136924744,0.807699978351593,-0.3587999939918518,0.46779999136924744,0.807699978351593,-0.3587999939918518,0.46779999136924744,0.807699978351593,-0.3587999939918518,-0.5943999886512756,-0.4867999851703644,0.6401000022888184,-0.5943999886512756,-0.4867999851703644,0.6401000022888184,-0.5943999886512756,-0.4867999851703644,0.6401000022888184,0.6814000010490417,0.24449999630451202,0.6898999810218811,0.6814000010490417,0.24449999630451202,0.6898999810218811,0.6814000010490417,0.24449999630451202,0.6898999810218811,-0.07769999653100967,-0.9873999953269958,-0.13779999315738678,-0.07769999653100967,-0.9873999953269958,-0.13779999315738678,-0.07769999653100967,-0.9873999953269958,-0.13779999315738678,0.980400025844574,0.07209999859333038,-0.1834000051021576,0.980400025844574,0.07209999859333038,-0.1834000051021576,0.980400025844574,0.07209999859333038,-0.1834000051021576,-0.520799994468689,0.8503000140190125,0.07530000060796738,-0.520799994468689,0.8503000140190125,0.07530000060796738,-0.520799994468689,0.8503000140190125,0.07530000060796738,0.6841999888420105,0.6552000045776367,0.32010000944137573,0.6841999888420105,0.6552000045776367,0.32010000944137573,0.6841999888420105,0.6552000045776367,0.32010000944137573,0.9908999800682068,0.07100000232458115,0.11469999700784683,0.9908999800682068,0.07100000232458115,0.11469999700784683,0.9908999800682068,0.07100000232458115,0.11469999700784683,0.916100025177002,0.39899998903274536,0.03819999843835831,0.916100025177002,0.39899998903274536,0.03819999843835831,0.916100025177002,0.39899998903274536,0.03819999843835831,0.9958999752998352,-0.04470000043511391,-0.07890000194311142,0.9958999752998352,-0.04470000043511391,-0.07890000194311142,0.9958999752998352,-0.04470000043511391,-0.07890000194311142,0.6969000101089478,-0.651199996471405,-0.3003999888896942,0.6969000101089478,-0.651199996471405,-0.3003999888896942,0.6969000101089478,-0.651199996471405,-0.3003999888896942,0.24819999933242798,-0.7466999888420105,0.6171000003814697,0.24819999933242798,-0.7466999888420105,0.6171000003814697,0.24819999933242798,-0.7466999888420105,0.6171000003814697,-0.09179999679327011,-0.8126000165939331,-0.5755000114440918,-0.09179999679327011,-0.8126000165939331,-0.5755000114440918,-0.09179999679327011,-0.8126000165939331,-0.5755000114440918,0.6395000219345093,0.7609999775886536,0.10939999669790268,0.6395000219345093,0.7609999775886536,0.10939999669790268,0.6395000219345093,0.7609999775886536,0.10939999669790268,-0.6790000200271606,0.21780000627040863,-0.7009999752044678,-0.6790000200271606,0.21780000627040863,-0.7009999752044678,-0.6790000200271606,0.21780000627040863,-0.7009999752044678,-0.5547000169754028,0.7368999719619751,-0.3862000107765198,-0.5547000169754028,0.7368999719619751,-0.3862000107765198,-0.5547000169754028,0.7368999719619751,-0.3862000107765198,-0.3197999894618988,0.8233000040054321,0.46889999508857727,-0.3197999894618988,0.8233000040054321,0.46889999508857727,-0.3197999894618988,0.8233000040054321,0.46889999508857727,-0.6134999990463257,-0.5795000195503235,0.5364999771118164,-0.6134999990463257,-0.5795000195503235,0.5364999771118164,-0.6134999990463257,-0.5795000195503235,0.5364999771118164,-0.6617000102996826,-0.1354999989271164,0.7373999953269958,-0.6617000102996826,-0.1354999989271164,0.7373999953269958,-0.6617000102996826,-0.1354999989271164,0.7373999953269958,0.3684000074863434,0.6523000001907349,-0.6624000072479248,0.3684000074863434,0.6523000001907349,-0.6624000072479248,0.3684000074863434,0.6523000001907349,-0.6624000072479248,0.6931999921798706,-0.34299999475479126,0.633899986743927,0.6931999921798706,-0.34299999475479126,0.633899986743927,0.6931999921798706,-0.34299999475479126,0.633899986743927,-0.4740000069141388,-0.800000011920929,0.3677999973297119,-0.4740000069141388,-0.800000011920929,0.3677999973297119,-0.4740000069141388,-0.800000011920929,0.3677999973297119,-0.8758000135421753,0.4018999934196472,0.26739999651908875,-0.8758000135421753,0.4018999934196472,0.26739999651908875,-0.8758000135421753,0.4018999934196472,0.26739999651908875,0.6850000023841858,-0.4593999981880188,0.565500020980835,0.6850000023841858,-0.4593999981880188,0.565500020980835,0.6850000023841858,-0.4593999981880188,0.565500020980835,0.8837000131607056,0.30059999227523804,-0.3589000105857849,0.8837000131607056,0.30059999227523804,-0.3589000105857849,0.8837000131607056,0.30059999227523804,-0.3589000105857849,0.13729999959468842,-0.8026999831199646,-0.5803999900817871,0.13729999959468842,-0.8026999831199646,-0.5803999900817871,0.13729999959468842,-0.8026999831199646,-0.5803999900817871,0.5759000182151794,-0.555400013923645,-0.5997999906539917,0.5759000182151794,-0.555400013923645,-0.5997999906539917,0.5759000182151794,-0.555400013923645,-0.5997999906539917,0.5392000079154968,0.17800000309944153,0.823199987411499,0.5392000079154968,0.17800000309944153,0.823199987411499,0.5392000079154968,0.17800000309944153,0.823199987411499,0.37049999833106995,0.3384000062942505,0.8650000095367432,0.37049999833106995,0.3384000062942505,0.8650000095367432,0.37049999833106995,0.3384000062942505,0.8650000095367432,0.5824000239372253,0.5142999887466431,-0.6294999718666077,0.5824000239372253,0.5142999887466431,-0.6294999718666077,0.5824000239372253,0.5142999887466431,-0.6294999718666077,0.667900025844574,-0.661300003528595,0.34150001406669617,0.667900025844574,-0.661300003528595,0.34150001406669617,0.667900025844574,-0.661300003528595,0.34150001406669617,0.030799999833106995,-0.5931000113487244,0.8044999837875366,0.030799999833106995,-0.5931000113487244,0.8044999837875366,0.030799999833106995,-0.5931000113487244,0.8044999837875366,0.21969999372959137,-0.6388000249862671,-0.7372999787330627,0.21969999372959137,-0.6388000249862671,-0.7372999787330627,0.21969999372959137,-0.6388000249862671,-0.7372999787330627,0.358599990606308,-0.11089999973773956,-0.9269000291824341,0.358599990606308,-0.11089999973773956,-0.9269000291824341,0.358599990606308,-0.11089999973773956,-0.9269000291824341,0.33799999952316284,0.9269000291824341,0.16329999268054962,0.33799999952316284,0.9269000291824341,0.16329999268054962,0.33799999952316284,0.9269000291824341,0.16329999268054962,-0.958899974822998,0.18639999628067017,0.21410000324249268,-0.958899974822998,0.18639999628067017,0.21410000324249268,-0.958899974822998,0.18639999628067017,0.21410000324249268,-0.8411999940872192,0.48969998955726624,-0.22920000553131104,-0.8411999940872192,0.48969998955726624,-0.22920000553131104,-0.8411999940872192,0.48969998955726624,-0.22920000553131104,0.16509999334812164,0.5942000150680542,-0.7871999740600586,0.16509999334812164,0.5942000150680542,-0.7871999740600586,0.16509999334812164,0.5942000150680542,-0.7871999740600586,0.6728000044822693,-0.5318999886512756,-0.5141000151634216,0.6728000044822693,-0.5318999886512756,-0.5141000151634216,0.6728000044822693,-0.5318999886512756,-0.5141000151634216,-0.6951000094413757,0.32580000162124634,-0.6407999992370605,-0.6951000094413757,0.32580000162124634,-0.6407999992370605,-0.6951000094413757,0.32580000162124634,-0.6407999992370605,0.4212000072002411,-0.3734999895095825,-0.8264999985694885,0.4212000072002411,-0.3734999895095825,-0.8264999985694885,0.4212000072002411,-0.3734999895095825,-0.8264999985694885,-0.10429999977350235,-0.3889999985694885,0.9153000116348267,-0.10429999977350235,-0.3889999985694885,0.9153000116348267,-0.10429999977350235,-0.3889999985694885,0.9153000116348267,-0.23170000314712524,-0.9690999984741211,0.08429999649524689,-0.23170000314712524,-0.9690999984741211,0.08429999649524689,-0.23170000314712524,-0.9690999984741211,0.08429999649524689,-0.20679999887943268,-0.8978999853134155,-0.38850000500679016,-0.20679999887943268,-0.8978999853134155,-0.38850000500679016,-0.20679999887943268,-0.8978999853134155,-0.38850000500679016,0.22779999673366547,0.4936999976634979,-0.8392999768257141,0.22779999673366547,0.4936999976634979,-0.8392999768257141,0.22779999673366547,0.4936999976634979,-0.8392999768257141,-0.3497999906539917,0.9362999796867371,-0.031199999153614044,-0.3497999906539917,0.9362999796867371,-0.031199999153614044,-0.3497999906539917,0.9362999796867371,-0.031199999153614044,0.9908999800682068,0.08940000087022781,-0.1006999984383583,0.9908999800682068,0.08940000087022781,-0.1006999984383583,0.9908999800682068,0.08940000087022781,-0.1006999984383583,0.10480000078678131,-0.8790000081062317,0.4650999903678894,0.10480000078678131,-0.8790000081062317,0.4650999903678894,0.10480000078678131,-0.8790000081062317,0.4650999903678894,-0.12890000641345978,0.32409998774528503,-0.9372000098228455,-0.12890000641345978,0.32409998774528503,-0.9372000098228455,-0.12890000641345978,0.32409998774528503,-0.9372000098228455,0.3995000123977661,-0.8881999850273132,0.2272000014781952,0.3995000123977661,-0.8881999850273132,0.2272000014781952,0.3995000123977661,-0.8881999850273132,0.2272000014781952,0.47600001096725464,0.4828000068664551,0.7350000143051147,0.47600001096725464,0.4828000068664551,0.7350000143051147,0.47600001096725464,0.4828000068664551,0.7350000143051147,0.7372999787330627,-0.15569999814033508,0.6574000120162964,0.7372999787330627,-0.15569999814033508,0.6574000120162964,0.7372999787330627,-0.15569999814033508,0.6574000120162964,0.4578999876976013,0.8820000290870667,0.11169999837875366,0.4578999876976013,0.8820000290870667,0.11169999837875366,0.4578999876976013,0.8820000290870667,0.11169999837875366,0.010099999606609344,-0.9204000234603882,0.39079999923706055,0.010099999606609344,-0.9204000234603882,0.39079999923706055,0.010099999606609344,-0.9204000234603882,0.39079999923706055,0.743399977684021,-0.07620000094175339,-0.6644999980926514,0.743399977684021,-0.07620000094175339,-0.6644999980926514,0.743399977684021,-0.07620000094175339,-0.6644999980926514,-0.4237000048160553,0.3666999936103821,0.8282999992370605,-0.4237000048160553,0.3666999936103821,0.8282999992370605,-0.4237000048160553,0.3666999936103821,0.8282999992370605,-0.9991999864578247,0.04050000011920929,0.007799999788403511,-0.9991999864578247,0.04050000011920929,0.007799999788403511,-0.9991999864578247,0.04050000011920929,0.007799999788403511,0.06560000032186508,0.30880001187324524,-0.9488000273704529,0.06560000032186508,0.30880001187324524,-0.9488000273704529,0.06560000032186508,0.30880001187324524,-0.9488000273704529,-0.7010999917984009,-0.6370000243186951,-0.320499986410141,-0.7010999917984009,-0.6370000243186951,-0.320499986410141,-0.7010999917984009,-0.6370000243186951,-0.320499986410141,0.6434999704360962,0.5374000072479248,-0.5450999736785889,0.6434999704360962,0.5374000072479248,-0.5450999736785889,0.6434999704360962,0.5374000072479248,-0.5450999736785889,0.5587999820709229,0.08139999955892563,0.8252999782562256,0.5587999820709229,0.08139999955892563,0.8252999782562256,0.5587999820709229,0.08139999955892563,0.8252999782562256,0.9065999984741211,0.21490000188350677,-0.36309999227523804,0.9065999984741211,0.21490000188350677,-0.36309999227523804,0.9065999984741211,0.21490000188350677,-0.36309999227523804,-0.5257999897003174,-0.593999981880188,0.6087999939918518,-0.5257999897003174,-0.593999981880188,0.6087999939918518,-0.5257999897003174,-0.593999981880188,0.6087999939918518,-0.9883000254631042,0.09830000251531601,-0.11670000106096268,-0.9883000254631042,0.09830000251531601,-0.11670000106096268,-0.9883000254631042,0.09830000251531601,-0.11670000106096268,0.01979999989271164,0.9926999807357788,-0.11909999698400497,0.01979999989271164,0.9926999807357788,-0.11909999698400497,0.01979999989271164,0.9926999807357788,-0.11909999698400497,-0.38999998569488525,0.9205999970436096,-0.020500000566244125,-0.38999998569488525,0.9205999970436096,-0.020500000566244125,-0.38999998569488525,0.9205999970436096,-0.020500000566244125,-0.9014999866485596,0.3321000039577484,0.2775999903678894,-0.9014999866485596,0.3321000039577484,0.2775999903678894,-0.9014999866485596,0.3321000039577484,0.2775999903678894,0.886900007724762,-0.24819999933242798,0.3896999955177307,0.886900007724762,-0.24819999933242798,0.3896999955177307,0.886900007724762,-0.24819999933242798,0.3896999955177307,0.3650999963283539,0.8353999853134155,-0.4108999967575073,0.3650999963283539,0.8353999853134155,-0.4108999967575073,0.3650999963283539,0.8353999853134155,-0.4108999967575073,-0.7955999970436096,-0.2605000138282776,-0.5468999743461609,-0.7955999970436096,-0.2605000138282776,-0.5468999743461609,-0.7955999970436096,-0.2605000138282776,-0.5468999743461609,0.14480000734329224,0.07289999723434448,0.9868000149726868,0.14480000734329224,0.07289999723434448,0.9868000149726868,0.14480000734329224,0.07289999723434448,0.9868000149726868,0.3806999921798706,-0.9211999773979187,-0.08020000159740448,0.3806999921798706,-0.9211999773979187,-0.08020000159740448,0.3806999921798706,-0.9211999773979187,-0.08020000159740448,0.06379999965429306,-0.7696999907493591,-0.635200023651123,0.06379999965429306,-0.7696999907493591,-0.635200023651123,0.06379999965429306,-0.7696999907493591,-0.635200023651123,-0.7020000219345093,0.6442000269889832,-0.3037000000476837,-0.7020000219345093,0.6442000269889832,-0.3037000000476837,-0.7020000219345093,0.6442000269889832,-0.3037000000476837,-0.954200029373169,-0.19480000436306,0.22699999809265137,-0.954200029373169,-0.19480000436306,0.22699999809265137,-0.954200029373169,-0.19480000436306,0.22699999809265137,-0.8119999766349792,-0.3695000112056732,0.45190000534057617,-0.8119999766349792,-0.3695000112056732,0.45190000534057617,-0.8119999766349792,-0.3695000112056732,0.45190000534057617,-0.6272000074386597,0.44850000739097595,0.6367999911308289,-0.6272000074386597,0.44850000739097595,0.6367999911308289,-0.6272000074386597,0.44850000739097595,0.6367999911308289,-0.11900000274181366,0.9722999930381775,-0.2012999951839447,-0.11900000274181366,0.9722999930381775,-0.2012999951839447,-0.11900000274181366,0.9722999930381775,-0.2012999951839447,0.628600001335144,0.5005999803543091,-0.5952000021934509,0.628600001335144,0.5005999803543091,-0.5952000021934509,0.628600001335144,0.5005999803543091,-0.5952000021934509,0.7409999966621399,-0.6707000136375427,-0.030799999833106995,0.7409999966621399,-0.6707000136375427,-0.030799999833106995,0.7409999966621399,-0.6707000136375427,-0.030799999833106995,0.5544999837875366,0.4433000087738037,-0.7042999863624573,0.5544999837875366,0.4433000087738037,-0.7042999863624573,0.5544999837875366,0.4433000087738037,-0.7042999863624573,0.3127000033855438,-0.9495000243186951,0.02539999969303608,0.3127000033855438,-0.9495000243186951,0.02539999969303608,0.3127000033855438,-0.9495000243186951,0.02539999969303608,0.33719998598098755,-0.892300009727478,0.3000999987125397,0.33719998598098755,-0.892300009727478,0.3000999987125397,0.33719998598098755,-0.892300009727478,0.3000999987125397,-0.025699999183416367,-0.8985000252723694,0.4383000135421753,-0.025699999183416367,-0.8985000252723694,0.4383000135421753,-0.025699999183416367,-0.8985000252723694,0.4383000135421753,-0.16619999706745148,-0.9794999957084656,-0.11410000175237656,-0.16619999706745148,-0.9794999957084656,-0.11410000175237656,-0.16619999706745148,-0.9794999957084656,-0.11410000175237656,-0.17010000348091125,-0.7710000276565552,0.6136999726295471,-0.17010000348091125,-0.7710000276565552,0.6136999726295471,-0.17010000348091125,-0.7710000276565552,0.6136999726295471,-0.6118000149726868,-0.6011000275611877,0.51419997215271,-0.6118000149726868,-0.6011000275611877,0.51419997215271,-0.6118000149726868,-0.6011000275611877,0.51419997215271,0.9319000244140625,0.3625999987125397,0.01140000019222498,0.9319000244140625,0.3625999987125397,0.01140000019222498,0.9319000244140625,0.3625999987125397,0.01140000019222498,-0.6554999947547913,0.7039999961853027,0.2734000086784363,-0.6554999947547913,0.7039999961853027,0.2734000086784363,-0.6554999947547913,0.7039999961853027,0.2734000086784363,0.48739999532699585,0.039799999445676804,0.8722000122070312,0.48739999532699585,0.039799999445676804,0.8722000122070312,0.48739999532699585,0.039799999445676804,0.8722000122070312,0.5471000075340271,0.09350000321865082,-0.8317999839782715,0.5471000075340271,0.09350000321865082,-0.8317999839782715,0.5471000075340271,0.09350000321865082,-0.8317999839782715,-0.10790000110864639,0.7782999873161316,-0.6184999942779541,-0.10790000110864639,0.7782999873161316,-0.6184999942779541,-0.10790000110864639,0.7782999873161316,-0.6184999942779541,0.7195000052452087,0.6743000149726868,-0.1662999987602234,0.7195000052452087,0.6743000149726868,-0.1662999987602234,0.7195000052452087,0.6743000149726868,-0.1662999987602234,0.5892000198364258,0.6079000234603882,0.5322999954223633,0.5892000198364258,0.6079000234603882,0.5322999954223633,0.5892000198364258,0.6079000234603882,0.5322999954223633,-0.7944999933242798,-0.2433999925851822,0.5562999844551086,-0.7944999933242798,-0.2433999925851822,0.5562999844551086,-0.7944999933242798,-0.2433999925851822,0.5562999844551086,-0.588699996471405,-0.5838000178337097,0.5590999722480774,-0.588699996471405,-0.5838000178337097,0.5590999722480774,-0.588699996471405,-0.5838000178337097,0.5590999722480774,-0.7904999852180481,0.3393999934196472,-0.5098000168800354,-0.7904999852180481,0.3393999934196472,-0.5098000168800354,-0.7904999852180481,0.3393999934196472,-0.5098000168800354,-0.17919999361038208,0.9350000023841858,-0.3061000108718872,-0.17919999361038208,0.9350000023841858,-0.3061000108718872,-0.17919999361038208,0.9350000023841858,-0.3061000108718872,-0.46129998564720154,0.5303999781608582,-0.7113000154495239,-0.46129998564720154,0.5303999781608582,-0.7113000154495239,-0.46129998564720154,0.5303999781608582,-0.7113000154495239,-0.9901000261306763,0.08460000157356262,0.11159999668598175,-0.9901000261306763,0.08460000157356262,0.11159999668598175,-0.9901000261306763,0.08460000157356262,0.11159999668598175,-0.11949999630451202,0.5935999751091003,-0.795799970626831,-0.11949999630451202,0.5935999751091003,-0.795799970626831,-0.11949999630451202,0.5935999751091003,-0.795799970626831,-0.08659999817609787,0.9904999732971191,-0.10639999806880951,-0.08659999817609787,0.9904999732971191,-0.10639999806880951,-0.08659999817609787,0.9904999732971191,-0.10639999806880951,-0.7915999889373779,-0.5095000267028809,-0.33719998598098755,-0.7915999889373779,-0.5095000267028809,-0.33719998598098755,-0.7915999889373779,-0.5095000267028809,-0.33719998598098755,-0.43630000948905945,-0.7200000286102295,0.5397999882698059,-0.43630000948905945,-0.7200000286102295,0.5397999882698059,-0.43630000948905945,-0.7200000286102295,0.5397999882698059,0.33489999175071716,0.020600000396370888,0.9419999718666077,0.33489999175071716,0.020600000396370888,0.9419999718666077,0.33489999175071716,0.020600000396370888,0.9419999718666077,0.25760000944137573,0.8216000199317932,-0.5085999965667725,0.25760000944137573,0.8216000199317932,-0.5085999965667725,0.25760000944137573,0.8216000199317932,-0.5085999965667725,0.24619999527931213,0.6176999807357788,0.7469000220298767,0.24619999527931213,0.6176999807357788,0.7469000220298767,0.24619999527931213,0.6176999807357788,0.7469000220298767,-0.9763000011444092,0.012900000438094139,-0.2159000039100647,-0.9763000011444092,0.012900000438094139,-0.2159000039100647,-0.9763000011444092,0.012900000438094139,-0.2159000039100647,-0.1647000014781952,0.5031999945640564,0.8482999801635742,-0.1647000014781952,0.5031999945640564,0.8482999801635742,-0.1647000014781952,0.5031999945640564,0.8482999801635742,0.8517000079154968,-0.38909998536109924,-0.35089999437332153,0.8517000079154968,-0.38909998536109924,-0.35089999437332153,0.8517000079154968,-0.38909998536109924,-0.35089999437332153,0.9932000041007996,-0.07000000029802322,-0.093299999833107,0.9932000041007996,-0.07000000029802322,-0.093299999833107,0.9932000041007996,-0.07000000029802322,-0.093299999833107,0.9240000247955322,0.2533000111579895,0.2865999937057495,0.9240000247955322,0.2533000111579895,0.2865999937057495,0.9240000247955322,0.2533000111579895,0.2865999937057495,0.6929000020027161,-0.7008000016212463,0.1695999950170517,0.6929000020027161,-0.7008000016212463,0.1695999950170517,0.6929000020027161,-0.7008000016212463,0.1695999950170517,0.5515000224113464,0.7889000177383423,-0.2711000144481659,0.5515000224113464,0.7889000177383423,-0.2711000144481659,0.5515000224113464,0.7889000177383423,-0.2711000144481659,-0.27549999952316284,-0.8964999914169312,0.34689998626708984,-0.27549999952316284,-0.8964999914169312,0.34689998626708984,-0.27549999952316284,-0.8964999914169312,0.34689998626708984,0.05119999870657921,-0.986299991607666,0.15700000524520874,0.05119999870657921,-0.986299991607666,0.15700000524520874,0.05119999870657921,-0.986299991607666,0.15700000524520874,-0.5602999925613403,0.8090000152587891,-0.17810000479221344,-0.5602999925613403,0.8090000152587891,-0.17810000479221344,-0.5602999925613403,0.8090000152587891,-0.17810000479221344,0.4885999858379364,0.11309999972581863,0.8651999831199646,0.4885999858379364,0.11309999972581863,0.8651999831199646,0.4885999858379364,0.11309999972581863,0.8651999831199646,-0.871399998664856,0.4659999907016754,0.1535000056028366,-0.871399998664856,0.4659999907016754,0.1535000056028366,-0.871399998664856,0.4659999907016754,0.1535000056028366,0.9950000047683716,-0.048700001090765,0.08780000358819962,0.9950000047683716,-0.048700001090765,0.08780000358819962,0.9950000047683716,-0.048700001090765,0.08780000358819962,-0.98580002784729,0.15700000524520874,0.05950000137090683,-0.98580002784729,0.15700000524520874,0.05950000137090683,-0.98580002784729,0.15700000524520874,0.05950000137090683,0.10660000145435333,-0.9728000164031982,-0.20559999346733093,0.10660000145435333,-0.9728000164031982,-0.20559999346733093,0.10660000145435333,-0.9728000164031982,-0.20559999346733093,0.6072999835014343,-0.6643999814987183,0.43560001254081726,0.6072999835014343,-0.6643999814987183,0.43560001254081726,0.6072999835014343,-0.6643999814987183,0.43560001254081726,-0.953499972820282,0.1454000025987625,-0.2637999951839447,-0.953499972820282,0.1454000025987625,-0.2637999951839447,-0.953499972820282,0.1454000025987625,-0.2637999951839447,0.5906999707221985,0.6825000047683716,-0.43050000071525574,0.5906999707221985,0.6825000047683716,-0.43050000071525574,0.5906999707221985,0.6825000047683716,-0.43050000071525574,0.8183000087738037,0.04100000113248825,-0.5733000040054321,0.8183000087738037,0.04100000113248825,-0.5733000040054321,0.8183000087738037,0.04100000113248825,-0.5733000040054321,-0.9182999730110168,0.11680000275373459,-0.3783999979496002,-0.9182999730110168,0.11680000275373459,-0.3783999979496002,-0.9182999730110168,0.11680000275373459,-0.3783999979496002,0.9994999766349792,0.030300000682473183,-0.004100000020116568,0.9994999766349792,0.030300000682473183,-0.004100000020116568,0.9994999766349792,0.030300000682473183,-0.004100000020116568,0.9868999719619751,0.03189999982714653,0.15790000557899475,0.9868999719619751,0.03189999982714653,0.15790000557899475,0.9868999719619751,0.03189999982714653,0.15790000557899475,-0.01979999989271164,0.9993000030517578,-0.032600000500679016,-0.01979999989271164,0.9993000030517578,-0.032600000500679016,-0.01979999989271164,0.9993000030517578,-0.032600000500679016,-0.6445000171661377,-0.5771999955177307,0.5015000104904175,-0.6445000171661377,-0.5771999955177307,0.5015000104904175,-0.6445000171661377,-0.5771999955177307,0.5015000104904175,-0.11460000276565552,0.949400007724762,0.2922999858856201,-0.11460000276565552,0.949400007724762,0.2922999858856201,-0.11460000276565552,0.949400007724762,0.2922999858856201,-0.28130000829696655,-0.09889999777078629,-0.9545000195503235,-0.28130000829696655,-0.09889999777078629,-0.9545000195503235,-0.28130000829696655,-0.09889999777078629,-0.9545000195503235,-0.20080000162124634,-0.9585000276565552,0.20250000059604645,-0.20080000162124634,-0.9585000276565552,0.20250000059604645,-0.20080000162124634,-0.9585000276565552,0.20250000059604645,0.48590001463890076,-0.8736000061035156,0.028200000524520874,0.48590001463890076,-0.8736000061035156,0.028200000524520874,0.48590001463890076,-0.8736000061035156,0.028200000524520874,0.3776000142097473,0.7376000285148621,-0.5598999857902527,0.3776000142097473,0.7376000285148621,-0.5598999857902527,0.3776000142097473,0.7376000285148621,-0.5598999857902527,-0.23589999973773956,0.48260000348091125,0.843500018119812,-0.23589999973773956,0.48260000348091125,0.843500018119812,-0.23589999973773956,0.48260000348091125,0.843500018119812,-0.21119999885559082,0.7815999984741211,-0.5870000123977661,-0.21119999885559082,0.7815999984741211,-0.5870000123977661,-0.21119999885559082,0.7815999984741211,-0.5870000123977661,-0.14959999918937683,-0.00839999970048666,0.9886999726295471,-0.14959999918937683,-0.00839999970048666,0.9886999726295471,-0.14959999918937683,-0.00839999970048666,0.9886999726295471,-0.9545999765396118,0.27219998836517334,-0.12080000340938568,-0.9545999765396118,0.27219998836517334,-0.12080000340938568,-0.9545999765396118,0.27219998836517334,-0.12080000340938568,0.9424999952316284,0.1446000039577484,-0.3012000024318695,0.9424999952316284,0.1446000039577484,-0.3012000024318695,0.9424999952316284,0.1446000039577484,-0.3012000024318695,-0.4221000075340271,-0.9046000242233276,0.06019999831914902,-0.4221000075340271,-0.9046000242233276,0.06019999831914902,-0.4221000075340271,-0.9046000242233276,0.06019999831914902,-0.6919000148773193,-0.5924000144004822,-0.41269999742507935,-0.6919000148773193,-0.5924000144004822,-0.41269999742507935,-0.6919000148773193,-0.5924000144004822,-0.41269999742507935,0.3889999985694885,0.916100025177002,-0.09719999879598618,0.3889999985694885,0.916100025177002,-0.09719999879598618,0.3889999985694885,0.916100025177002,-0.09719999879598618,-0.9041000008583069,0.2768000066280365,-0.3257000148296356,-0.9041000008583069,0.2768000066280365,-0.3257000148296356,-0.9041000008583069,0.2768000066280365,-0.3257000148296356,-0.6259999871253967,-0.22519999742507935,0.7465999722480774,-0.6259999871253967,-0.22519999742507935,0.7465999722480774,-0.6259999871253967,-0.22519999742507935,0.7465999722480774,0.9858999848365784,0.15440000593662262,-0.06419999897480011,0.9858999848365784,0.15440000593662262,-0.06419999897480011,0.9858999848365784,0.15440000593662262,-0.06419999897480011,0.991599977016449,-0.050999999046325684,0.11900000274181366,0.991599977016449,-0.050999999046325684,0.11900000274181366,0.991599977016449,-0.050999999046325684,0.11900000274181366,0.314300000667572,0.9099000096321106,-0.27079999446868896,0.314300000667572,0.9099000096321106,-0.27079999446868896,0.314300000667572,0.9099000096321106,-0.27079999446868896,-0.781499981880188,0.337799996137619,0.5245000123977661,-0.781499981880188,0.337799996137619,0.5245000123977661,-0.781499981880188,0.337799996137619,0.5245000123977661,0.6446999907493591,-0.6841999888420105,-0.3409999907016754,0.6446999907493591,-0.6841999888420105,-0.3409999907016754,0.6446999907493591,-0.6841999888420105,-0.3409999907016754,-0.16110000014305115,0.4867999851703644,-0.8585000038146973,-0.16110000014305115,0.4867999851703644,-0.8585000038146973,-0.16110000014305115,0.4867999851703644,-0.8585000038146973,0.4092000126838684,-0.7789000272750854,0.47530001401901245,0.4092000126838684,-0.7789000272750854,0.47530001401901245,0.4092000126838684,-0.7789000272750854,0.47530001401901245,-0.06560000032186508,0.9850000143051147,0.15950000286102295,-0.06560000032186508,0.9850000143051147,0.15950000286102295,-0.06560000032186508,0.9850000143051147,0.15950000286102295,0.7918999791145325,-0.2354000061750412,0.5634999871253967,0.7918999791145325,-0.2354000061750412,0.5634999871253967,0.7918999791145325,-0.2354000061750412,0.5634999871253967,0.9685999751091003,0.24770000576972961,0.019099999219179153,0.9685999751091003,0.24770000576972961,0.019099999219179153,0.9685999751091003,0.24770000576972961,0.019099999219179153,-0.7184000015258789,-0.24979999661445618,0.6492000222206116,-0.7184000015258789,-0.24979999661445618,0.6492000222206116,-0.7184000015258789,-0.24979999661445618,0.6492000222206116,0.9329000115394592,-0.2709999978542328,-0.2371000051498413,0.9329000115394592,-0.2709999978542328,-0.2371000051498413,0.9329000115394592,-0.2709999978542328,-0.2371000051498413,0.7472000122070312,-0.42329999804496765,0.5123000144958496,0.7472000122070312,-0.42329999804496765,0.5123000144958496,0.7472000122070312,-0.42329999804496765,0.5123000144958496,0.930899977684021,0.1598999947309494,0.32850000262260437,0.930899977684021,0.1598999947309494,0.32850000262260437,0.930899977684021,0.1598999947309494,0.32850000262260437,0.958899974822998,0.27390000224113464,-0.07490000128746033,0.958899974822998,0.27390000224113464,-0.07490000128746033,0.958899974822998,0.27390000224113464,-0.07490000128746033,-0.8913000226020813,-0.44589999318122864,0.08240000158548355,-0.8913000226020813,-0.44589999318122864,0.08240000158548355,-0.8913000226020813,-0.44589999318122864,0.08240000158548355,0.2484000027179718,-0.9599000215530396,0.13030000030994415,0.2484000027179718,-0.9599000215530396,0.13030000030994415,0.2484000027179718,-0.9599000215530396,0.13030000030994415,-0.5992000102996826,0.14669999480247498,-0.7870000004768372,-0.5992000102996826,0.14669999480247498,-0.7870000004768372,-0.5992000102996826,0.14669999480247498,-0.7870000004768372,0.7425000071525574,-0.5778999924659729,0.33869999647140503,0.7425000071525574,-0.5778999924659729,0.33869999647140503,0.7425000071525574,-0.5778999924659729,0.33869999647140503,-0.9771000146865845,-0.16529999673366547,-0.1340000033378601,-0.9771000146865845,-0.16529999673366547,-0.1340000033378601,-0.9771000146865845,-0.16529999673366547,-0.1340000033378601,0.9746000170707703,-0.004699999932199717,0.2240000069141388,0.9746000170707703,-0.004699999932199717,0.2240000069141388,0.9746000170707703,-0.004699999932199717,0.2240000069141388,0.6204000115394592,0.38269999623298645,0.6845999956130981,0.6204000115394592,0.38269999623298645,0.6845999956130981,0.6204000115394592,0.38269999623298645,0.6845999956130981,-0.736299991607666,0.6420000195503235,0.21359999477863312,-0.736299991607666,0.6420000195503235,0.21359999477863312,-0.736299991607666,0.6420000195503235,0.21359999477863312,0.22519999742507935,-0.6754999756813049,0.7020999789237976,0.22519999742507935,-0.6754999756813049,0.7020999789237976,0.22519999742507935,-0.6754999756813049,0.7020999789237976,0.5807999968528748,-0.2922999858856201,0.7597000002861023,0.5807999968528748,-0.2922999858856201,0.7597000002861023,0.5807999968528748,-0.2922999858856201,0.7597000002861023,0.6126999855041504,0.7888000011444092,-0.04919999837875366,0.6126999855041504,0.7888000011444092,-0.04919999837875366,0.6126999855041504,0.7888000011444092,-0.04919999837875366,-0.21729999780654907,0.9581999778747559,0.18610000610351562,-0.21729999780654907,0.9581999778747559,0.18610000610351562,-0.21729999780654907,0.9581999778747559,0.18610000610351562,0.36039999127388,0.147599995136261,-0.9211000204086304,0.36039999127388,0.147599995136261,-0.9211000204086304,0.36039999127388,0.147599995136261,-0.9211000204086304,0.9218000173568726,-0.3828999996185303,0.061400000005960464,0.9218000173568726,-0.3828999996185303,0.061400000005960464,0.9218000173568726,-0.3828999996185303,0.061400000005960464,-0.9139999747276306,0.4058000147342682,0.0035000001080334187,-0.9139999747276306,0.4058000147342682,0.0035000001080334187,-0.9139999747276306,0.4058000147342682,0.0035000001080334187,0.559499979019165,0.6377000212669373,-0.5293999910354614,0.559499979019165,0.6377000212669373,-0.5293999910354614,0.559499979019165,0.6377000212669373,-0.5293999910354614,-0.031599998474121094,-0.9940000176429749,-0.10490000247955322,-0.031599998474121094,-0.9940000176429749,-0.10490000247955322,-0.031599998474121094,-0.9940000176429749,-0.10490000247955322,-0.5023000240325928,0.8637999892234802,0.039400000125169754,-0.5023000240325928,0.8637999892234802,0.039400000125169754,-0.5023000240325928,0.8637999892234802,0.039400000125169754,0.7635999917984009,0.5748999714851379,-0.2939000129699707,0.7635999917984009,0.5748999714851379,-0.2939000129699707,0.7635999917984009,0.5748999714851379,-0.2939000129699707,0.4966000020503998,-0.8671000003814697,0.039500001817941666,0.4966000020503998,-0.8671000003814697,0.039500001817941666,0.4966000020503998,-0.8671000003814697,0.039500001817941666,-0.16750000417232513,0.7754999995231628,0.6086999773979187,-0.16750000417232513,0.7754999995231628,0.6086999773979187,-0.16750000417232513,0.7754999995231628,0.6086999773979187,0.7699000239372253,-0.38670000433921814,0.5077000260353088,0.7699000239372253,-0.38670000433921814,0.5077000260353088,0.7699000239372253,-0.38670000433921814,0.5077000260353088,0.121799997985363,0.5600000023841858,-0.8195000290870667,0.121799997985363,0.5600000023841858,-0.8195000290870667,0.121799997985363,0.5600000023841858,-0.8195000290870667,-0.08749999850988388,0.12120000272989273,-0.9887999892234802,-0.08749999850988388,0.12120000272989273,-0.9887999892234802,-0.08749999850988388,0.12120000272989273,-0.9887999892234802,0.5839999914169312,-0.8108000159263611,0.04019999876618385,0.5839999914169312,-0.8108000159263611,0.04019999876618385,0.5839999914169312,-0.8108000159263611,0.04019999876618385,0.2556000053882599,0.9014000296592712,0.3495999872684479,0.2556000053882599,0.9014000296592712,0.3495999872684479,0.2556000053882599,0.9014000296592712,0.3495999872684479,-0.6682000160217285,-0.17149999737739563,0.7239000201225281,-0.6682000160217285,-0.17149999737739563,0.7239000201225281,-0.6682000160217285,-0.17149999737739563,0.7239000201225281,-0.4706000089645386,-0.882099986076355,-0.021900000050663948,-0.4706000089645386,-0.882099986076355,-0.021900000050663948,-0.4706000089645386,-0.882099986076355,-0.021900000050663948,-0.8116000294685364,0.004999999888241291,0.5842000246047974,-0.8116000294685364,0.004999999888241291,0.5842000246047974,-0.8116000294685364,0.004999999888241291,0.5842000246047974,-0.762499988079071,0.36570000648498535,-0.5335999727249146,-0.762499988079071,0.36570000648498535,-0.5335999727249146,-0.762499988079071,0.36570000648498535,-0.5335999727249146,-0.65420001745224,-0.7455999851226807,0.12690000236034393,-0.65420001745224,-0.7455999851226807,0.12690000236034393,-0.65420001745224,-0.7455999851226807,0.12690000236034393,-0.4189999997615814,0.8410999774932861,-0.34220001101493835,-0.4189999997615814,0.8410999774932861,-0.34220001101493835,-0.4189999997615814,0.8410999774932861,-0.34220001101493835,0.15049999952316284,0.12770000100135803,-0.9803000092506409,0.15049999952316284,0.12770000100135803,-0.9803000092506409,0.15049999952316284,0.12770000100135803,-0.9803000092506409,0.14749999344348907,-0.8598999977111816,0.4887000024318695,0.14749999344348907,-0.8598999977111816,0.4887000024318695,0.14749999344348907,-0.8598999977111816,0.4887000024318695,-0.21610000729560852,-0.8517000079154968,0.477400004863739,-0.21610000729560852,-0.8517000079154968,0.477400004863739,-0.21610000729560852,-0.8517000079154968,0.477400004863739,-0.6812000274658203,0.0020000000949949026,-0.7321000099182129,-0.6812000274658203,0.0020000000949949026,-0.7321000099182129,-0.6812000274658203,0.0020000000949949026,-0.7321000099182129,-0.7991999983787537,0.559499979019165,-0.21940000355243683,-0.7991999983787537,0.559499979019165,-0.21940000355243683,-0.7991999983787537,0.559499979019165,-0.21940000355243683,-0.871399998664856,0.041999999433755875,-0.4887000024318695,-0.871399998664856,0.041999999433755875,-0.4887000024318695,-0.871399998664856,0.041999999433755875,-0.4887000024318695,0.45100000500679016,0.19539999961853027,-0.8708000183105469,0.45100000500679016,0.19539999961853027,-0.8708000183105469,0.45100000500679016,0.19539999961853027,-0.8708000183105469,-0.44850000739097595,-0.5939000248908997,-0.667900025844574,-0.44850000739097595,-0.5939000248908997,-0.667900025844574,-0.44850000739097595,-0.5939000248908997,-0.667900025844574,-0.7364000082015991,-0.30390000343322754,0.6043999791145325,-0.7364000082015991,-0.30390000343322754,0.6043999791145325,-0.7364000082015991,-0.30390000343322754,0.6043999791145325,-0.3569999933242798,-0.8658999800682068,0.35030001401901245,-0.3569999933242798,-0.8658999800682068,0.35030001401901245,-0.3569999933242798,-0.8658999800682068,0.35030001401901245,-0.9976999759674072,-0.022700000554323196,-0.06360000371932983,-0.9976999759674072,-0.022700000554323196,-0.06360000371932983,-0.9976999759674072,-0.022700000554323196,-0.06360000371932983,-0.02410000003874302,0.6905999779701233,0.7228999733924866,-0.02410000003874302,0.6905999779701233,0.7228999733924866,-0.02410000003874302,0.6905999779701233,0.7228999733924866,0.555400013923645,-0.42289999127388,0.7160000205039978,0.555400013923645,-0.42289999127388,0.7160000205039978,0.555400013923645,-0.42289999127388,0.7160000205039978,0.722100019454956,-0.618399977684021,-0.3100000023841858,0.722100019454956,-0.618399977684021,-0.3100000023841858,0.722100019454956,-0.618399977684021,-0.3100000023841858,-0.9624999761581421,0.09269999712705612,-0.2551000118255615,-0.9624999761581421,0.09269999712705612,-0.2551000118255615,-0.9624999761581421,0.09269999712705612,-0.2551000118255615,0.8001999855041504,0.5960999727249146,0.06650000065565109,0.8001999855041504,0.5960999727249146,0.06650000065565109,0.8001999855041504,0.5960999727249146,0.06650000065565109,-0.8694000244140625,0.2004999965429306,0.45159998536109924,-0.8694000244140625,0.2004999965429306,0.45159998536109924,-0.8694000244140625,0.2004999965429306,0.45159998536109924,-0.1120000034570694,0.9925000071525574,0.04830000177025795,-0.1120000034570694,0.9925000071525574,0.04830000177025795,-0.1120000034570694,0.9925000071525574,0.04830000177025795,0.15299999713897705,-0.3743000030517578,0.9146000146865845,0.15299999713897705,-0.3743000030517578,0.9146000146865845,0.15299999713897705,-0.3743000030517578,0.9146000146865845,0.37130001187324524,-0.5339999794960022,-0.7595999836921692,0.37130001187324524,-0.5339999794960022,-0.7595999836921692,0.37130001187324524,-0.5339999794960022,-0.7595999836921692,-0.4212000072002411,-0.3734999895095825,-0.8264999985694885,-0.4212000072002411,-0.3734999895095825,-0.8264999985694885,-0.4212000072002411,-0.3734999895095825,-0.8264999985694885,0.11949999630451202,-0.9059000015258789,0.40639999508857727,0.11949999630451202,-0.9059000015258789,0.40639999508857727,0.11949999630451202,-0.9059000015258789,0.40639999508857727,0.5742999911308289,0.708299994468689,-0.4104999899864197,0.5742999911308289,0.708299994468689,-0.4104999899864197,0.5742999911308289,0.708299994468689,-0.4104999899864197,-0.21369999647140503,0.12610000371932983,0.9686999917030334,-0.21369999647140503,0.12610000371932983,0.9686999917030334,-0.21369999647140503,0.12610000371932983,0.9686999917030334,0.3310000002384186,0.4758000075817108,-0.8148999810218811,0.3310000002384186,0.4758000075817108,-0.8148999810218811,0.3310000002384186,0.4758000075817108,-0.8148999810218811,-0.0052999998442828655,-0.9555000066757202,-0.29499998688697815,-0.0052999998442828655,-0.9555000066757202,-0.29499998688697815,-0.0052999998442828655,-0.9555000066757202,-0.29499998688697815,0.04560000076889992,-0.9660999774932861,0.2542000114917755,0.04560000076889992,-0.9660999774932861,0.2542000114917755,0.04560000076889992,-0.9660999774932861,0.2542000114917755,-0.020999999716877937,-0.5985000133514404,0.8008999824523926,-0.020999999716877937,-0.5985000133514404,0.8008999824523926,-0.020999999716877937,-0.5985000133514404,0.8008999824523926,0.8295999765396118,-0.4699999988079071,0.30149999260902405,0.8295999765396118,-0.4699999988079071,0.30149999260902405,0.8295999765396118,-0.4699999988079071,0.30149999260902405,-0.7384999990463257,-0.6638000011444092,0.11840000003576279,-0.7384999990463257,-0.6638000011444092,0.11840000003576279,-0.7384999990463257,-0.6638000011444092,0.11840000003576279,-0.9986000061035156,0.04500000178813934,0.02889999933540821,-0.9986000061035156,0.04500000178813934,0.02889999933540821,-0.9986000061035156,0.04500000178813934,0.02889999933540821,-0.8865000009536743,-0.3806000053882599,0.2630000114440918,-0.8865000009536743,-0.3806000053882599,0.2630000114440918,-0.8865000009536743,-0.3806000053882599,0.2630000114440918,-0.24250000715255737,-0.43689998984336853,0.8661999702453613,-0.24250000715255737,-0.43689998984336853,0.8661999702453613,-0.24250000715255737,-0.43689998984336853,0.8661999702453613,-0.15850000083446503,-0.7638999819755554,-0.6255999803543091,-0.15850000083446503,-0.7638999819755554,-0.6255999803543091,-0.15850000083446503,-0.7638999819755554,-0.6255999803543091,0.9660999774932861,0.03539999946951866,0.2556000053882599,0.9660999774932861,0.03539999946951866,0.2556000053882599,0.9660999774932861,0.03539999946951866,0.2556000053882599,-0.06989999860525131,0.5724999904632568,-0.8169000148773193,-0.06989999860525131,0.5724999904632568,-0.8169000148773193,-0.06989999860525131,0.5724999904632568,-0.8169000148773193,0.723800003528595,0.6330999732017517,-0.274399995803833,0.723800003528595,0.6330999732017517,-0.274399995803833,0.723800003528595,0.6330999732017517,-0.274399995803833,0.7028999924659729,-0.5931000113487244,-0.3926999866962433,0.7028999924659729,-0.5931000113487244,-0.3926999866962433,0.7028999924659729,-0.5931000113487244,-0.3926999866962433,-0.4431000053882599,0.7498000264167786,-0.49140000343322754,-0.4431000053882599,0.7498000264167786,-0.49140000343322754,-0.4431000053882599,0.7498000264167786,-0.49140000343322754,0.9528999924659729,-0.26249998807907104,0.15189999341964722,0.9528999924659729,-0.26249998807907104,0.15189999341964722,0.9528999924659729,-0.26249998807907104,0.15189999341964722,0.8432000279426575,0.02590000070631504,0.536899983882904,0.8432000279426575,0.02590000070631504,0.536899983882904,0.8432000279426575,0.02590000070631504,0.536899983882904,0.9502999782562256,-0.30169999599456787,0.07689999788999557,0.9502999782562256,-0.30169999599456787,0.07689999788999557,0.9502999782562256,-0.30169999599456787,0.07689999788999557,-0.18889999389648438,-0.6105999946594238,0.76910001039505,-0.18889999389648438,-0.6105999946594238,0.76910001039505,-0.18889999389648438,-0.6105999946594238,0.76910001039505,0.03290000185370445,0.7487999796867371,0.6620000004768372,0.03290000185370445,0.7487999796867371,0.6620000004768372,0.03290000185370445,0.7487999796867371,0.6620000004768372,-0.7864000201225281,0.5935999751091003,-0.17100000381469727,-0.7864000201225281,0.5935999751091003,-0.17100000381469727,-0.7864000201225281,0.5935999751091003,-0.17100000381469727,-0.6518999934196472,-0.7562000155448914,-0.05609999969601631,-0.6518999934196472,-0.7562000155448914,-0.05609999969601631,-0.6518999934196472,-0.7562000155448914,-0.05609999969601631,0.5231000185012817,-0.041099999099969864,-0.8513000011444092,0.5231000185012817,-0.041099999099969864,-0.8513000011444092,0.5231000185012817,-0.041099999099969864,-0.8513000011444092,-0.7207000255584717,-0.26350000500679016,0.6413000226020813,-0.7207000255584717,-0.26350000500679016,0.6413000226020813,-0.7207000255584717,-0.26350000500679016,0.6413000226020813,0.7186999917030334,-0.6639000177383423,0.2069000005722046,0.7186999917030334,-0.6639000177383423,0.2069000005722046,0.7186999917030334,-0.6639000177383423,0.2069000005722046,-0.310699999332428,0.7263000011444092,0.613099992275238,-0.310699999332428,0.7263000011444092,0.613099992275238,-0.310699999332428,0.7263000011444092,0.613099992275238,0.027699999511241913,-0.9509999752044678,-0.30790001153945923,0.027699999511241913,-0.9509999752044678,-0.30790001153945923,0.027699999511241913,-0.9509999752044678,-0.30790001153945923,-0.6438000202178955,-0.2492000013589859,0.7235000133514404,-0.6438000202178955,-0.2492000013589859,0.7235000133514404,-0.6438000202178955,-0.2492000013589859,0.7235000133514404,0.2757999897003174,-0.770799994468689,-0.5742999911308289,0.2757999897003174,-0.770799994468689,-0.5742999911308289,0.2757999897003174,-0.770799994468689,-0.5742999911308289,-0.4350000023841858,-0.7957000136375427,0.42149999737739563,-0.4350000023841858,-0.7957000136375427,0.42149999737739563,-0.4350000023841858,-0.7957000136375427,0.42149999737739563,-0.7710999846458435,-0.5794000029563904,-0.2639999985694885,-0.7710999846458435,-0.5794000029563904,-0.2639999985694885,-0.7710999846458435,-0.5794000029563904,-0.2639999985694885,0.5641000270843506,0.7692000269889832,-0.3001999855041504,0.5641000270843506,0.7692000269889832,-0.3001999855041504,0.5641000270843506,0.7692000269889832,-0.3001999855041504,-0.3637999892234802,0.19689999520778656,0.9103999733924866,-0.3637999892234802,0.19689999520778656,0.9103999733924866,-0.3637999892234802,0.19689999520778656,0.9103999733924866,0.6159999966621399,-0.7272999882698059,0.302700012922287,0.6159999966621399,-0.7272999882698059,0.302700012922287,0.6159999966621399,-0.7272999882698059,0.302700012922287,-0.48899999260902405,0.819100022315979,0.29980000853538513,-0.48899999260902405,0.819100022315979,0.29980000853538513,-0.48899999260902405,0.819100022315979,0.29980000853538513,-0.794700026512146,-0.4943999946117401,0.3522000014781952,-0.794700026512146,-0.4943999946117401,0.3522000014781952,-0.794700026512146,-0.4943999946117401,0.3522000014781952,-0.08009999990463257,-0.9922000169754028,0.09539999812841415,-0.08009999990463257,-0.9922000169754028,0.09539999812841415,-0.08009999990463257,-0.9922000169754028,0.09539999812841415,0.4952000081539154,0.8671000003814697,-0.054499998688697815,0.4952000081539154,0.8671000003814697,-0.054499998688697815,0.4952000081539154,0.8671000003814697,-0.054499998688697815,0.9502000212669373,0.018400000408291817,0.3111000061035156,0.9502000212669373,0.018400000408291817,0.3111000061035156,0.9502000212669373,0.018400000408291817,0.3111000061035156,-0.46070000529289246,-0.7114999890327454,0.5307000279426575,-0.46070000529289246,-0.7114999890327454,0.5307000279426575,-0.46070000529289246,-0.7114999890327454,0.5307000279426575,0.4187999963760376,0.3594000041484833,0.833899974822998,0.4187999963760376,0.3594000041484833,0.833899974822998,0.4187999963760376,0.3594000041484833,0.833899974822998,0.04410000145435333,0.43309998512268066,-0.9003000259399414,0.04410000145435333,0.43309998512268066,-0.9003000259399414,0.04410000145435333,0.43309998512268066,-0.9003000259399414,0.08290000259876251,-0.4555000066757202,0.8863999843597412,0.08290000259876251,-0.4555000066757202,0.8863999843597412,0.08290000259876251,-0.4555000066757202,0.8863999843597412,0.2468000054359436,0.9688000082969666,0.0215000007301569,0.2468000054359436,0.9688000082969666,0.0215000007301569,0.2468000054359436,0.9688000082969666,0.0215000007301569,0.61080002784729,-0.16680000722408295,-0.7739999890327454,0.61080002784729,-0.16680000722408295,-0.7739999890327454,0.61080002784729,-0.16680000722408295,-0.7739999890327454,0.6491000056266785,0.7605999708175659,0.01080000028014183,0.6491000056266785,0.7605999708175659,0.01080000028014183,0.6491000056266785,0.7605999708175659,0.01080000028014183,0.9699000120162964,0.2320999950170517,0.07429999858140945,0.9699000120162964,0.2320999950170517,0.07429999858140945,0.9699000120162964,0.2320999950170517,0.07429999858140945,0.03229999914765358,0.19789999723434448,0.9797000288963318,0.03229999914765358,0.19789999723434448,0.9797000288963318,0.03229999914765358,0.19789999723434448,0.9797000288963318,0.5372999906539917,-0.7876999974250793,0.3012999892234802,0.5372999906539917,-0.7876999974250793,0.3012999892234802,0.5372999906539917,-0.7876999974250793,0.3012999892234802,-0.6147000193595886,0.7389000058174133,0.2761000096797943,-0.6147000193595886,0.7389000058174133,0.2761000096797943,-0.6147000193595886,0.7389000058174133,0.2761000096797943,-0.8001999855041504,0.5960999727249146,0.06650000065565109,-0.8001999855041504,0.5960999727249146,0.06650000065565109,-0.8001999855041504,0.5960999727249146,0.06650000065565109,-0.6868000030517578,0.26989999413490295,0.6748999953269958,-0.6868000030517578,0.26989999413490295,0.6748999953269958,-0.6868000030517578,0.26989999413490295,0.6748999953269958,-0.6782000064849854,-0.5167999863624573,-0.5224999785423279,-0.6782000064849854,-0.5167999863624573,-0.5224999785423279,-0.6782000064849854,-0.5167999863624573,-0.5224999785423279,0.8464999794960022,0.4903999865055084,0.2070000022649765,0.8464999794960022,0.4903999865055084,0.2070000022649765,0.8464999794960022,0.4903999865055084,0.2070000022649765,0.9186000227928162,0.37549999356269836,0.12280000001192093,0.9186000227928162,0.37549999356269836,0.12280000001192093,0.9186000227928162,0.37549999356269836,0.12280000001192093,-0.006599999964237213,-0.7739999890327454,0.6330999732017517,-0.006599999964237213,-0.7739999890327454,0.6330999732017517,-0.006599999964237213,-0.7739999890327454,0.6330999732017517,-0.3422999978065491,-0.9352999925613403,-0.09030000120401382,-0.3422999978065491,-0.9352999925613403,-0.09030000120401382,-0.3422999978065491,-0.9352999925613403,-0.09030000120401382,-0.462799996137619,0.27140000462532043,0.8439000248908997,-0.462799996137619,0.27140000462532043,0.8439000248908997,-0.462799996137619,0.27140000462532043,0.8439000248908997,-0.6707000136375427,0.15309999883174896,0.7257000207901001,-0.6707000136375427,0.15309999883174896,0.7257000207901001,-0.6707000136375427,0.15309999883174896,0.7257000207901001,0.8399999737739563,-0.13169999420642853,0.5263000130653381,0.8399999737739563,-0.13169999420642853,0.5263000130653381,0.8399999737739563,-0.13169999420642853,0.5263000130653381,0.6459000110626221,0.7366999983787537,-0.20029999315738678,0.6459000110626221,0.7366999983787537,-0.20029999315738678,0.6459000110626221,0.7366999983787537,-0.20029999315738678,-0.748199999332428,-0.4609000086784363,0.4772999882698059,-0.748199999332428,-0.4609000086784363,0.4772999882698059,-0.748199999332428,-0.4609000086784363,0.4772999882698059,0.44350001215934753,0.6525999903678894,-0.6144000291824341,0.44350001215934753,0.6525999903678894,-0.6144000291824341,0.44350001215934753,0.6525999903678894,-0.6144000291824341,-0.5526999831199646,0.6766999959945679,-0.486299991607666,-0.5526999831199646,0.6766999959945679,-0.486299991607666,-0.5526999831199646,0.6766999959945679,-0.486299991607666,-0.6554999947547913,-0.697700023651123,-0.289000004529953,-0.6554999947547913,-0.697700023651123,-0.289000004529953,-0.6554999947547913,-0.697700023651123,-0.289000004529953,0.864799976348877,-0.5011000037193298,-0.03180000185966492,0.864799976348877,-0.5011000037193298,-0.03180000185966492,0.864799976348877,-0.5011000037193298,-0.03180000185966492,0.7603999972343445,0.3407000005245209,-0.5527999997138977,0.7603999972343445,0.3407000005245209,-0.5527999997138977,0.7603999972343445,0.3407000005245209,-0.5527999997138977,0.460099995136261,0.5163999795913696,0.7222999930381775,0.460099995136261,0.5163999795913696,0.7222999930381775,0.460099995136261,0.5163999795913696,0.7222999930381775,0.2939999997615814,-0.9383999705314636,0.1818999946117401,0.2939999997615814,-0.9383999705314636,0.1818999946117401,0.2939999997615814,-0.9383999705314636,0.1818999946117401,-0.14659999310970306,0.945900022983551,-0.28949999809265137,-0.14659999310970306,0.945900022983551,-0.28949999809265137,-0.14659999310970306,0.945900022983551,-0.28949999809265137,0.9451000094413757,-0.29499998688697815,0.14069999754428864,0.9451000094413757,-0.29499998688697815,0.14069999754428864,0.9451000094413757,-0.29499998688697815,0.14069999754428864,0.4424000084400177,0.22050000727176666,-0.8693000078201294,0.4424000084400177,0.22050000727176666,-0.8693000078201294,0.4424000084400177,0.22050000727176666,-0.8693000078201294,0.2786000072956085,-0.7242000102996826,-0.6309000253677368,0.2786000072956085,-0.7242000102996826,-0.6309000253677368,0.2786000072956085,-0.7242000102996826,-0.6309000253677368,-0.49540001153945923,0.7360000014305115,-0.46129998564720154,-0.49540001153945923,0.7360000014305115,-0.46129998564720154,-0.49540001153945923,0.7360000014305115,-0.46129998564720154,0.5396999716758728,0.42289999127388,-0.7279000282287598,0.5396999716758728,0.42289999127388,-0.7279000282287598,0.5396999716758728,0.42289999127388,-0.7279000282287598,-0.7436000108718872,-0.4986000061035156,-0.445499986410141,-0.7436000108718872,-0.4986000061035156,-0.445499986410141,-0.7436000108718872,-0.4986000061035156,-0.445499986410141,0.5735999941825867,0.48840001225471497,0.6575999855995178,0.5735999941825867,0.48840001225471497,0.6575999855995178,0.5735999941825867,0.48840001225471497,0.6575999855995178,-0.29600000381469727,-0.8682000041007996,0.39820000529289246,-0.29600000381469727,-0.8682000041007996,0.39820000529289246,-0.29600000381469727,-0.8682000041007996,0.39820000529289246,0.42989999055862427,-0.7609999775886536,0.48590001463890076,0.42989999055862427,-0.7609999775886536,0.48590001463890076,0.42989999055862427,-0.7609999775886536,0.48590001463890076,0.12880000472068787,0.9822999835014343,0.13609999418258667,0.12880000472068787,0.9822999835014343,0.13609999418258667,0.12880000472068787,0.9822999835014343,0.13609999418258667,-0.4180999994277954,0.5444999933242798,-0.7271999716758728,-0.4180999994277954,0.5444999933242798,-0.7271999716758728,-0.4180999994277954,0.5444999933242798,-0.7271999716758728,0.6689000129699707,0.27469998598098755,-0.6908000111579895,0.6689000129699707,0.27469998598098755,-0.6908000111579895,0.6689000129699707,0.27469998598098755,-0.6908000111579895,-0.5504000186920166,0.21230000257492065,0.8073999881744385,-0.5504000186920166,0.21230000257492065,0.8073999881744385,-0.5504000186920166,0.21230000257492065,0.8073999881744385,-0.7204999923706055,-0.27950000762939453,-0.6345999836921692,-0.7204999923706055,-0.27950000762939453,-0.6345999836921692,-0.7204999923706055,-0.27950000762939453,-0.6345999836921692,0.6797999739646912,-0.2671999931335449,-0.6830000281333923,0.6797999739646912,-0.2671999931335449,-0.6830000281333923,0.6797999739646912,-0.2671999931335449,-0.6830000281333923,-0.14270000159740448,-0.7062000036239624,0.6934999823570251,-0.14270000159740448,-0.7062000036239624,0.6934999823570251,-0.14270000159740448,-0.7062000036239624,0.6934999823570251,0.2526000142097473,0.7856000065803528,-0.5648999810218811,0.2526000142097473,0.7856000065803528,-0.5648999810218811,0.2526000142097473,0.7856000065803528,-0.5648999810218811,0.15800000727176666,0.6284999847412109,0.7616000175476074,0.15800000727176666,0.6284999847412109,0.7616000175476074,0.15800000727176666,0.6284999847412109,0.7616000175476074,0.9585000276565552,-0.006300000008195639,0.2849000096321106,0.9585000276565552,-0.006300000008195639,0.2849000096321106,0.9585000276565552,-0.006300000008195639,0.2849000096321106,0.15209999680519104,-0.9573000073432922,0.24580000340938568,0.15209999680519104,-0.9573000073432922,0.24580000340938568,0.15209999680519104,-0.9573000073432922,0.24580000340938568,0.2603999972343445,0.08860000222921371,-0.9613999724388123,0.2603999972343445,0.08860000222921371,-0.9613999724388123,0.2603999972343445,0.08860000222921371,-0.9613999724388123,-0.7389000058174133,-0.5206000208854675,-0.4277999997138977,-0.7389000058174133,-0.5206000208854675,-0.4277999997138977,-0.7389000058174133,-0.5206000208854675,-0.4277999997138977,0.46209999918937683,-0.868399977684021,-0.18019999563694,0.46209999918937683,-0.868399977684021,-0.18019999563694,0.46209999918937683,-0.868399977684021,-0.18019999563694,-0.5504000186920166,-0.816100001335144,0.1761000007390976,-0.5504000186920166,-0.816100001335144,0.1761000007390976,-0.5504000186920166,-0.816100001335144,0.1761000007390976,-0.6607999801635742,0.2888999879360199,-0.6927000284194946,-0.6607999801635742,0.2888999879360199,-0.6927000284194946,-0.6607999801635742,0.2888999879360199,-0.6927000284194946,-0.4602999985218048,0.8877999782562256,0.0007999999797903001,-0.4602999985218048,0.8877999782562256,0.0007999999797903001,-0.4602999985218048,0.8877999782562256,0.0007999999797903001,0.21789999306201935,-0.9642999768257141,-0.15049999952316284,0.21789999306201935,-0.9642999768257141,-0.15049999952316284,0.21789999306201935,-0.9642999768257141,-0.15049999952316284,0.5978999733924866,0.614799976348877,0.5142999887466431,0.5978999733924866,0.614799976348877,0.5142999887466431,0.5978999733924866,0.614799976348877,0.5142999887466431,0.3894999921321869,0.8108999729156494,-0.4368000030517578,0.3894999921321869,0.8108999729156494,-0.4368000030517578,0.3894999921321869,0.8108999729156494,-0.4368000030517578,0.9944999814033508,-0.004800000227987766,-0.10480000078678131,0.9944999814033508,-0.004800000227987766,-0.10480000078678131,0.9944999814033508,-0.004800000227987766,-0.10480000078678131,0.23720000684261322,-0.9610999822616577,0.14139999449253082,0.23720000684261322,-0.9610999822616577,0.14139999449253082,0.23720000684261322,-0.9610999822616577,0.14139999449253082,0.3411000072956085,0.9398999810218811,-0.014800000004470348,0.3411000072956085,0.9398999810218811,-0.014800000004470348,0.3411000072956085,0.9398999810218811,-0.014800000004470348,0.5468000173568726,-0.7764000296592712,-0.313400000333786,0.5468000173568726,-0.7764000296592712,-0.313400000333786,0.5468000173568726,-0.7764000296592712,-0.313400000333786,0.9114999771118164,0.41130000352859497,0.00139999995008111,0.9114999771118164,0.41130000352859497,0.00139999995008111,0.9114999771118164,0.41130000352859497,0.00139999995008111,0.9447000026702881,-0.23280000686645508,0.23109999299049377,0.9447000026702881,-0.23280000686645508,0.23109999299049377,0.9447000026702881,-0.23280000686645508,0.23109999299049377,-0.22120000422000885,0.5242000222206116,-0.8223999738693237,-0.22120000422000885,0.5242000222206116,-0.8223999738693237,-0.22120000422000885,0.5242000222206116,-0.8223999738693237,0.9980000257492065,0.06129999831318855,0.01360000018030405,0.9980000257492065,0.06129999831318855,0.01360000018030405,0.9980000257492065,0.06129999831318855,0.01360000018030405,0.5078999996185303,0.1014999970793724,0.855400025844574,0.5078999996185303,0.1014999970793724,0.855400025844574,0.5078999996185303,0.1014999970793724,0.855400025844574,-0.020800000056624413,-0.9994000196456909,0.027699999511241913,-0.020800000056624413,-0.9994000196456909,0.027699999511241913,-0.020800000056624413,-0.9994000196456909,0.027699999511241913,0.9218999743461609,-0.15240000188350677,-0.3560999929904938,0.9218999743461609,-0.15240000188350677,-0.3560999929904938,0.9218999743461609,-0.15240000188350677,-0.3560999929904938,0.7978000044822693,-0.44290000200271606,0.4092000126838684,0.7978000044822693,-0.44290000200271606,0.4092000126838684,0.7978000044822693,-0.44290000200271606,0.4092000126838684,0.4966999888420105,-0.2759000062942505,-0.8228999972343445,0.4966999888420105,-0.2759000062942505,-0.8228999972343445,0.4966999888420105,-0.2759000062942505,-0.8228999972343445,0.5472000241279602,-0.8234999775886536,0.14970000088214874,0.5472000241279602,-0.8234999775886536,0.14970000088214874,0.5472000241279602,-0.8234999775886536,0.14970000088214874,-0.30239999294281006,0.708299994468689,-0.6377999782562256,-0.30239999294281006,0.708299994468689,-0.6377999782562256,-0.30239999294281006,0.708299994468689,-0.6377999782562256,0.3474000096321106,-0.5320000052452087,-0.7721999883651733,0.3474000096321106,-0.5320000052452087,-0.7721999883651733,0.3474000096321106,-0.5320000052452087,-0.7721999883651733,0.38989999890327454,-0.8575999736785889,0.33550000190734863,0.38989999890327454,-0.8575999736785889,0.33550000190734863,0.38989999890327454,-0.8575999736785889,0.33550000190734863,0.07190000265836716,0.12290000170469284,-0.989799976348877,0.07190000265836716,0.12290000170469284,-0.989799976348877,0.07190000265836716,0.12290000170469284,-0.989799976348877,-0.5192000269889832,0.11069999635219574,0.8475000262260437,-0.5192000269889832,0.11069999635219574,0.8475000262260437,-0.5192000269889832,0.11069999635219574,0.8475000262260437,0.8266000151634216,-0.5623000264167786,-0.023800000548362732,0.8266000151634216,-0.5623000264167786,-0.023800000548362732,0.8266000151634216,-0.5623000264167786,-0.023800000548362732,-0.9539999961853027,-0.16500000655651093,-0.2502000033855438,-0.9539999961853027,-0.16500000655651093,-0.2502000033855438,-0.9539999961853027,-0.16500000655651093,-0.2502000033855438,-0.20579999685287476,-0.871999979019165,0.4440999925136566,-0.20579999685287476,-0.871999979019165,0.4440999925136566,-0.20579999685287476,-0.871999979019165,0.4440999925136566,-0.1589999943971634,-0.9782000184059143,0.13359999656677246,-0.1589999943971634,-0.9782000184059143,0.13359999656677246,-0.1589999943971634,-0.9782000184059143,0.13359999656677246,0.7716000080108643,-0.5791000127792358,-0.26330000162124634,0.7716000080108643,-0.5791000127792358,-0.26330000162124634,0.7716000080108643,-0.5791000127792358,-0.26330000162124634,0.28290000557899475,0.9508000016212463,-0.12600000202655792,0.28290000557899475,0.9508000016212463,-0.12600000202655792,0.28290000557899475,0.9508000016212463,-0.12600000202655792,0.5031999945640564,-0.8582000136375427,-0.10140000283718109,0.5031999945640564,-0.8582000136375427,-0.10140000283718109,0.5031999945640564,-0.8582000136375427,-0.10140000283718109,-0.1720000058412552,0.8234000205993652,-0.5407000184059143,-0.1720000058412552,0.8234000205993652,-0.5407000184059143,-0.1720000058412552,0.8234000205993652,-0.5407000184059143,-0.3197999894618988,0.9470999836921692,0.027000000700354576,-0.3197999894618988,0.9470999836921692,0.027000000700354576,-0.3197999894618988,0.9470999836921692,0.027000000700354576,-0.8565999865531921,0.5092999935150146,0.08209999650716782,-0.8565999865531921,0.5092999935150146,0.08209999650716782,-0.8565999865531921,0.5092999935150146,0.08209999650716782,0.1436000019311905,-0.9186999797821045,0.3677999973297119,0.1436000019311905,-0.9186999797821045,0.3677999973297119,0.1436000019311905,-0.9186999797821045,0.3677999973297119,0.9347000122070312,0.3370000123977661,0.11270000040531158,0.9347000122070312,0.3370000123977661,0.11270000040531158,0.9347000122070312,0.3370000123977661,0.11270000040531158,0.15970000624656677,-0.9865999817848206,-0.033799998462200165,0.15970000624656677,-0.9865999817848206,-0.033799998462200165,0.15970000624656677,-0.9865999817848206,-0.033799998462200165,0.2549999952316284,-0.2076999992132187,-0.9444000124931335,0.2549999952316284,-0.2076999992132187,-0.9444000124931335,0.2549999952316284,-0.2076999992132187,-0.9444000124931335,0.1981000006198883,-0.7793999910354614,0.5943999886512756,0.1981000006198883,-0.7793999910354614,0.5943999886512756,0.1981000006198883,-0.7793999910354614,0.5943999886512756,0.9589999914169312,0.22509999573230743,0.17249999940395355,0.9589999914169312,0.22509999573230743,0.17249999940395355,0.9589999914169312,0.22509999573230743,0.17249999940395355,0.6327000260353088,0.5608000159263611,-0.5339999794960022,0.6327000260353088,0.5608000159263611,-0.5339999794960022,0.6327000260353088,0.5608000159263611,-0.5339999794960022,-0.49140000343322754,0.24369999766349792,-0.8360999822616577,-0.49140000343322754,0.24369999766349792,-0.8360999822616577,-0.49140000343322754,0.24369999766349792,-0.8360999822616577,-0.045099999755620956,0.4650000035762787,-0.8841999769210815,-0.045099999755620956,0.4650000035762787,-0.8841999769210815,-0.045099999755620956,0.4650000035762787,-0.8841999769210815,0.8903999924659729,-0.45509999990463257,0.009999999776482582,0.8903999924659729,-0.45509999990463257,0.009999999776482582,0.8903999924659729,-0.45509999990463257,0.009999999776482582,-0.3702000081539154,0.5537999868392944,-0.7458000183105469,-0.3702000081539154,0.5537999868392944,-0.7458000183105469,-0.3702000081539154,0.5537999868392944,-0.7458000183105469,-0.8553000092506409,-0.48350000381469727,0.18629999458789825,-0.8553000092506409,-0.48350000381469727,0.18629999458789825,-0.8553000092506409,-0.48350000381469727,0.18629999458789825,0.42660000920295715,-0.10220000147819519,-0.8986999988555908,0.42660000920295715,-0.10220000147819519,-0.8986999988555908,0.42660000920295715,-0.10220000147819519,-0.8986999988555908,0.23309999704360962,0.626800000667572,-0.7434999942779541,0.23309999704360962,0.626800000667572,-0.7434999942779541,0.23309999704360962,0.626800000667572,-0.7434999942779541,-0.5216000080108643,0.4778999984264374,0.7067999839782715,-0.5216000080108643,0.4778999984264374,0.7067999839782715,-0.5216000080108643,0.4778999984264374,0.7067999839782715,-0.4115000069141388,0.06520000100135803,-0.9090999960899353,-0.4115000069141388,0.06520000100135803,-0.9090999960899353,-0.4115000069141388,0.06520000100135803,-0.9090999960899353,-0.7335000038146973,-0.39719998836517334,0.5515999794006348,-0.7335000038146973,-0.39719998836517334,0.5515999794006348,-0.7335000038146973,-0.39719998836517334,0.5515999794006348,0.8974000215530396,0.40119999647140503,-0.18369999527931213,0.8974000215530396,0.40119999647140503,-0.18369999527931213,0.8974000215530396,0.40119999647140503,-0.18369999527931213,0.2257000058889389,0.2468000054359436,-0.9423999786376953,0.2257000058889389,0.2468000054359436,-0.9423999786376953,0.2257000058889389,0.2468000054359436,-0.9423999786376953,0.5288000106811523,-0.6762999892234802,0.5127999782562256,0.5288000106811523,-0.6762999892234802,0.5127999782562256,0.5288000106811523,-0.6762999892234802,0.5127999782562256,-0.9108999967575073,0.2578999996185303,-0.3222000002861023,-0.9108999967575073,0.2578999996185303,-0.3222000002861023,-0.9108999967575073,0.2578999996185303,-0.3222000002861023,-0.9749000072479248,-0.03720000013709068,-0.21960000693798065,-0.9749000072479248,-0.03720000013709068,-0.21960000693798065,-0.9749000072479248,-0.03720000013709068,-0.21960000693798065,-0.019899999722838402,-0.7886999845504761,0.6144999861717224,-0.019899999722838402,-0.7886999845504761,0.6144999861717224,-0.019899999722838402,-0.7886999845504761,0.6144999861717224,0.6815999746322632,-0.012500000186264515,-0.7315999865531921,0.6815999746322632,-0.012500000186264515,-0.7315999865531921,0.6815999746322632,-0.012500000186264515,-0.7315999865531921,-0.8353999853134155,0.11460000276565552,0.5375999808311462,-0.8353999853134155,0.11460000276565552,0.5375999808311462,-0.8353999853134155,0.11460000276565552,0.5375999808311462,0.7383000254631042,0.2150000035762787,0.6392999887466431,0.7383000254631042,0.2150000035762787,0.6392999887466431,0.7383000254631042,0.2150000035762787,0.6392999887466431,0.2370000034570694,-0.13529999554157257,0.9620000123977661,0.2370000034570694,-0.13529999554157257,0.9620000123977661,0.2370000034570694,-0.13529999554157257,0.9620000123977661,0.9340000152587891,0.3571999967098236,-0.004600000102072954,0.9340000152587891,0.3571999967098236,-0.004600000102072954,0.9340000152587891,0.3571999967098236,-0.004600000102072954,-0.4885999858379364,0.11309999972581863,0.8651999831199646,-0.4885999858379364,0.11309999972581863,0.8651999831199646,-0.4885999858379364,0.11309999972581863,0.8651999831199646,-0.6823999881744385,-0.3732999861240387,-0.6284999847412109,-0.6823999881744385,-0.3732999861240387,-0.6284999847412109,-0.6823999881744385,-0.3732999861240387,-0.6284999847412109,-0.28439998626708984,-0.8837000131607056,0.3716000020503998,-0.28439998626708984,-0.8837000131607056,0.3716000020503998,-0.28439998626708984,-0.8837000131607056,0.3716000020503998,-0.349700003862381,-0.2727999985218048,0.8963000178337097,-0.349700003862381,-0.2727999985218048,0.8963000178337097,-0.349700003862381,-0.2727999985218048,0.8963000178337097,0.6032999753952026,-0.6919999718666077,-0.39640000462532043,0.6032999753952026,-0.6919999718666077,-0.39640000462532043,0.6032999753952026,-0.6919999718666077,-0.39640000462532043,-0.7347999811172485,0.009399999864399433,-0.6782000064849854,-0.7347999811172485,0.009399999864399433,-0.6782000064849854,-0.7347999811172485,0.009399999864399433,-0.6782000064849854,-0.25200000405311584,-0.49779999256134033,0.8299000263214111,-0.25200000405311584,-0.49779999256134033,0.8299000263214111,-0.25200000405311584,-0.49779999256134033,0.8299000263214111,0.24500000476837158,-0.3237000107765198,0.9139000177383423,0.24500000476837158,-0.3237000107765198,0.9139000177383423,0.24500000476837158,-0.3237000107765198,0.9139000177383423,0.06530000269412994,0.794700026512146,0.6035000085830688,0.06530000269412994,0.794700026512146,0.6035000085830688,0.06530000269412994,0.794700026512146,0.6035000085830688,0.007600000128149986,-0.9980000257492065,0.06270000338554382,0.007600000128149986,-0.9980000257492065,0.06270000338554382,0.007600000128149986,-0.9980000257492065,0.06270000338554382,0.22630000114440918,0.9733999967575073,-0.037300001829862595,0.22630000114440918,0.9733999967575073,-0.037300001829862595,0.22630000114440918,0.9733999967575073,-0.037300001829862595,0.6639000177383423,0.06989999860525131,-0.7444999814033508,0.6639000177383423,0.06989999860525131,-0.7444999814033508,0.6639000177383423,0.06989999860525131,-0.7444999814033508,-0.8172000050544739,-0.5598000288009644,-0.1370999962091446,-0.8172000050544739,-0.5598000288009644,-0.1370999962091446,-0.8172000050544739,-0.5598000288009644,-0.1370999962091446,0.325300008058548,-0.7307999730110168,-0.6000999808311462,0.325300008058548,-0.7307999730110168,-0.6000999808311462,0.325300008058548,-0.7307999730110168,-0.6000999808311462,0.3736000061035156,-0.7379000186920166,0.5620999932289124,0.3736000061035156,-0.7379000186920166,0.5620999932289124,0.3736000061035156,-0.7379000186920166,0.5620999932289124,0.48809999227523804,0.5103999972343445,-0.7080000042915344,0.48809999227523804,0.5103999972343445,-0.7080000042915344,0.48809999227523804,0.5103999972343445,-0.7080000042915344,0.5109999775886536,0.49410000443458557,0.7034000158309937,0.5109999775886536,0.49410000443458557,0.7034000158309937,0.5109999775886536,0.49410000443458557,0.7034000158309937,-0.2029999941587448,0.7325000166893005,0.6498000025749207,-0.2029999941587448,0.7325000166893005,0.6498000025749207,-0.2029999941587448,0.7325000166893005,0.6498000025749207,0.8733000159263611,-0.2718999981880188,-0.4043000042438507,0.8733000159263611,-0.2718999981880188,-0.4043000042438507,0.8733000159263611,-0.2718999981880188,-0.4043000042438507,-0.7685999870300293,0.6384000182151794,0.041200000792741776,-0.7685999870300293,0.6384000182151794,0.041200000792741776,-0.7685999870300293,0.6384000182151794,0.041200000792741776,0.1467999964952469,-0.3427000045776367,0.9279000163078308,0.1467999964952469,-0.3427000045776367,0.9279000163078308,0.1467999964952469,-0.3427000045776367,0.9279000163078308,-0.3012000024318695,0.7123000025749207,-0.633899986743927,-0.3012000024318695,0.7123000025749207,-0.633899986743927,-0.3012000024318695,0.7123000025749207,-0.633899986743927,-0.5921000242233276,0.7752000093460083,-0.22010000050067902,-0.5921000242233276,0.7752000093460083,-0.22010000050067902,-0.5921000242233276,0.7752000093460083,-0.22010000050067902,0.9426000118255615,0.3116999864578247,0.11959999799728394,0.9426000118255615,0.3116999864578247,0.11959999799728394,0.9426000118255615,0.3116999864578247,0.11959999799728394,-0.8867999911308289,-0.14900000393390656,0.4375,-0.8867999911308289,-0.14900000393390656,0.4375,-0.8867999911308289,-0.14900000393390656,0.4375,0.9986000061035156,0.04410000145435333,-0.0284000001847744,0.9986000061035156,0.04410000145435333,-0.0284000001847744,0.9986000061035156,0.04410000145435333,-0.0284000001847744,0.13349999487400055,-0.3587999939918518,0.923799991607666,0.13349999487400055,-0.3587999939918518,0.923799991607666,0.13349999487400055,-0.3587999939918518,0.923799991607666,-0.8398000001907349,-0.4115999937057495,0.3540000021457672,-0.8398000001907349,-0.4115999937057495,0.3540000021457672,-0.8398000001907349,-0.4115999937057495,0.3540000021457672,1,-0.004999999888241291,0.0026000000070780516,1,-0.004999999888241291,0.0026000000070780516,1,-0.004999999888241291,0.0026000000070780516,-0.9883000254631042,0.03060000017285347,0.14910000562667847,-0.9883000254631042,0.03060000017285347,0.14910000562667847,-0.9883000254631042,0.03060000017285347,0.14910000562667847,0.40959998965263367,-0.708899974822998,0.5741999745368958,0.40959998965263367,-0.708899974822998,0.5741999745368958,0.40959998965263367,-0.708899974822998,0.5741999745368958,-0.28519999980926514,0.04340000078082085,0.9574999809265137,-0.28519999980926514,0.04340000078082085,0.9574999809265137,-0.28519999980926514,0.04340000078082085,0.9574999809265137,0.4081000089645386,-0.8878999948501587,0.21230000257492065,0.4081000089645386,-0.8878999948501587,0.21230000257492065,0.4081000089645386,-0.8878999948501587,0.21230000257492065,-0.6905999779701233,0.14630000293254852,0.708299994468689,-0.6905999779701233,0.14630000293254852,0.708299994468689,-0.6905999779701233,0.14630000293254852,0.708299994468689,-0.7698000073432922,-0.6252999901771545,0.12849999964237213,-0.7698000073432922,-0.6252999901771545,0.12849999964237213,-0.7698000073432922,-0.6252999901771545,0.12849999964237213,-0.7218999862670898,0.6791999936103821,0.13259999454021454,-0.7218999862670898,0.6791999936103821,0.13259999454021454,-0.7218999862670898,0.6791999936103821,0.13259999454021454,-0.9523000121116638,0.24879999458789825,-0.1768999993801117,-0.9523000121116638,0.24879999458789825,-0.1768999993801117,-0.9523000121116638,0.24879999458789825,-0.1768999993801117,-0.9732999801635742,0.03889999911189079,-0.22609999775886536,-0.9732999801635742,0.03889999911189079,-0.22609999775886536,-0.9732999801635742,0.03889999911189079,-0.22609999775886536,0.8866000175476074,-0.06400000303983688,0.4580000042915344,0.8866000175476074,-0.06400000303983688,0.4580000042915344,0.8866000175476074,-0.06400000303983688,0.4580000042915344,-0.8689000010490417,-0.46209999918937683,0.17730000615119934,-0.8689000010490417,-0.46209999918937683,0.17730000615119934,-0.8689000010490417,-0.46209999918937683,0.17730000615119934,0.23090000450611115,-0.43059998750686646,-0.8725000023841858,0.23090000450611115,-0.43059998750686646,-0.8725000023841858,0.23090000450611115,-0.43059998750686646,-0.8725000023841858,0.9363999962806702,0.19370000064373016,-0.29249998927116394,0.9363999962806702,0.19370000064373016,-0.29249998927116394,0.9363999962806702,0.19370000064373016,-0.29249998927116394,0.7135000228881836,0.6877999901771545,0.1339000016450882,0.7135000228881836,0.6877999901771545,0.1339000016450882,0.7135000228881836,0.6877999901771545,0.1339000016450882,0.023800000548362732,0.9768000245094299,-0.21279999613761902,0.023800000548362732,0.9768000245094299,-0.21279999613761902,0.023800000548362732,0.9768000245094299,-0.21279999613761902,0.3402999937534332,-0.9337999820709229,0.11069999635219574,0.3402999937534332,-0.9337999820709229,0.11069999635219574,0.3402999937534332,-0.9337999820709229,0.11069999635219574,0.988099992275238,0.12919999659061432,0.08370000123977661,0.988099992275238,0.12919999659061432,0.08370000123977661,0.988099992275238,0.12919999659061432,0.08370000123977661,-0.6237999796867371,-0.5777000188827515,-0.5264999866485596,-0.6237999796867371,-0.5777000188827515,-0.5264999866485596,-0.6237999796867371,-0.5777000188827515,-0.5264999866485596,0.6331999897956848,-0.008899999782443047,-0.7739999890327454,0.6331999897956848,-0.008899999782443047,-0.7739999890327454,0.6331999897956848,-0.008899999782443047,-0.7739999890327454,-0.7529000043869019,0.6532999873161316,0.07989999651908875,-0.7529000043869019,0.6532999873161316,0.07989999651908875,-0.7529000043869019,0.6532999873161316,0.07989999651908875,-0.9732999801635742,0.2143000066280365,0.08179999887943268,-0.9732999801635742,0.2143000066280365,0.08179999887943268,-0.9732999801635742,0.2143000066280365,0.08179999887943268,0.7872999906539917,-0.5906000137329102,0.1770000010728836,0.7872999906539917,-0.5906000137329102,0.1770000010728836,0.7872999906539917,-0.5906000137329102,0.1770000010728836,-0.1746000051498413,0.6990000009536743,-0.6934999823570251,-0.1746000051498413,0.6990000009536743,-0.6934999823570251,-0.1746000051498413,0.6990000009536743,-0.6934999823570251,-0.8853999972343445,0.12720000743865967,-0.4472000002861023,-0.8853999972343445,0.12720000743865967,-0.4472000002861023,-0.8853999972343445,0.12720000743865967,-0.4472000002861023,0.17000000178813934,0.6256999969482422,-0.7613000273704529,0.17000000178813934,0.6256999969482422,-0.7613000273704529,0.17000000178813934,0.6256999969482422,-0.7613000273704529,0.3109999895095825,0.47380000352859497,0.8238999843597412,0.3109999895095825,0.47380000352859497,0.8238999843597412,0.3109999895095825,0.47380000352859497,0.8238999843597412,-0.8144999742507935,0.054099999368190765,0.5776000022888184,-0.8144999742507935,0.054099999368190765,0.5776000022888184,-0.8144999742507935,0.054099999368190765,0.5776000022888184,-0.9761999845504761,-0.20900000631809235,0.05820000171661377,-0.9761999845504761,-0.20900000631809235,0.05820000171661377,-0.9761999845504761,-0.20900000631809235,0.05820000171661377,0.4300000071525574,0.7103999853134155,-0.5570999979972839,0.4300000071525574,0.7103999853134155,-0.5570999979972839,0.4300000071525574,0.7103999853134155,-0.5570999979972839,-0.9894000291824341,0.005499999970197678,-0.14489999413490295,-0.9894000291824341,0.005499999970197678,-0.14489999413490295,-0.9894000291824341,0.005499999970197678,-0.14489999413490295,0.24240000545978546,-0.7429999709129333,0.6237999796867371,0.24240000545978546,-0.7429999709129333,0.6237999796867371,0.24240000545978546,-0.7429999709129333,0.6237999796867371,-0.4790000021457672,0.7642999887466431,-0.4318000078201294,-0.4790000021457672,0.7642999887466431,-0.4318000078201294,-0.4790000021457672,0.7642999887466431,-0.4318000078201294,-0.8944000005722046,-0.43320000171661377,-0.11089999973773956,-0.8944000005722046,-0.43320000171661377,-0.11089999973773956,-0.8944000005722046,-0.43320000171661377,-0.11089999973773956,-0.5396999716758728,0.42289999127388,-0.7279000282287598,-0.5396999716758728,0.42289999127388,-0.7279000282287598,-0.5396999716758728,0.42289999127388,-0.7279000282287598,-0.6998999714851379,0.7067999839782715,-0.10249999910593033,-0.6998999714851379,0.7067999839782715,-0.10249999910593033,-0.6998999714851379,0.7067999839782715,-0.10249999910593033,-0.9509000182151794,0.3084000051021576,-0.026100000366568565,-0.9509000182151794,0.3084000051021576,-0.026100000366568565,-0.9509000182151794,0.3084000051021576,-0.026100000366568565,0.9950000047683716,-0.050599999725818634,0.08590000122785568,0.9950000047683716,-0.050599999725818634,0.08590000122785568,0.9950000047683716,-0.050599999725818634,0.08590000122785568,0.8780999779701233,0.17730000615119934,0.44440001249313354,0.8780999779701233,0.17730000615119934,0.44440001249313354,0.8780999779701233,0.17730000615119934,0.44440001249313354,-0.7226999998092651,-0.6449000239372253,0.2485000044107437,-0.7226999998092651,-0.6449000239372253,0.2485000044107437,-0.7226999998092651,-0.6449000239372253,0.2485000044107437,0.7443000078201294,0.37139999866485596,-0.5550000071525574,0.7443000078201294,0.37139999866485596,-0.5550000071525574,0.7443000078201294,0.37139999866485596,-0.5550000071525574,0.18529999256134033,-0.9017999768257141,0.3903999924659729,0.18529999256134033,-0.9017999768257141,0.3903999924659729,0.18529999256134033,-0.9017999768257141,0.3903999924659729,-0.8806999921798706,-0.29840001463890076,0.3677999973297119,-0.8806999921798706,-0.29840001463890076,0.3677999973297119,-0.8806999921798706,-0.29840001463890076,0.3677999973297119,-0.34139999747276306,-0.7921000123023987,0.5059000253677368,-0.34139999747276306,-0.7921000123023987,0.5059000253677368,-0.34139999747276306,-0.7921000123023987,0.5059000253677368,-0.41920000314712524,-0.9075000286102295,-0.028200000524520874,-0.41920000314712524,-0.9075000286102295,-0.028200000524520874,-0.41920000314712524,-0.9075000286102295,-0.028200000524520874,0.9469000101089478,-0.11330000311136246,-0.3009999990463257,0.9469000101089478,-0.11330000311136246,-0.3009999990463257,0.9469000101089478,-0.11330000311136246,-0.3009999990463257,0.8899000287055969,-0.45590001344680786,0.016899999231100082,0.8899000287055969,-0.45590001344680786,0.016899999231100082,0.8899000287055969,-0.45590001344680786,0.016899999231100082,0.9236999750137329,0.3138999938964844,0.21979999542236328,0.9236999750137329,0.3138999938964844,0.21979999542236328,0.9236999750137329,0.3138999938964844,0.21979999542236328,-0.7559999823570251,-0.6528000235557556,-0.04740000143647194,-0.7559999823570251,-0.6528000235557556,-0.04740000143647194,-0.7559999823570251,-0.6528000235557556,-0.04740000143647194,0.6324999928474426,-0.7736999988555908,0.03579999879002571,0.6324999928474426,-0.7736999988555908,0.03579999879002571,0.6324999928474426,-0.7736999988555908,0.03579999879002571,0.17960000038146973,0.967199981212616,-0.1793999969959259,0.17960000038146973,0.967199981212616,-0.1793999969959259,0.17960000038146973,0.967199981212616,-0.1793999969959259,-0.635200023651123,-0.43160000443458557,-0.6406000256538391,-0.635200023651123,-0.43160000443458557,-0.6406000256538391,-0.635200023651123,-0.43160000443458557,-0.6406000256538391,-0.33820000290870667,0.7271000146865845,-0.5974000096321106,-0.33820000290870667,0.7271000146865845,-0.5974000096321106,-0.33820000290870667,0.7271000146865845,-0.5974000096321106,0.4348999857902527,-0.6068999767303467,0.6651999950408936,0.4348999857902527,-0.6068999767303467,0.6651999950408936,0.4348999857902527,-0.6068999767303467,0.6651999950408936,0.9896000027656555,-0.07599999755620956,0.12240000069141388,0.9896000027656555,-0.07599999755620956,0.12240000069141388,0.9896000027656555,-0.07599999755620956,0.12240000069141388,0.323199987411499,0.8138999938964844,-0.4828999936580658,0.323199987411499,0.8138999938964844,-0.4828999936580658,0.323199987411499,0.8138999938964844,-0.4828999936580658,-0.6615999937057495,-0.7014999985694885,0.26489999890327454,-0.6615999937057495,-0.7014999985694885,0.26489999890327454,-0.6615999937057495,-0.7014999985694885,0.26489999890327454,-0.711899995803833,-0.23340000212192535,0.6624000072479248,-0.711899995803833,-0.23340000212192535,0.6624000072479248,-0.711899995803833,-0.23340000212192535,0.6624000072479248,0.9627000093460083,0.2687999904155731,0.02969999983906746,0.9627000093460083,0.2687999904155731,0.02969999983906746,0.9627000093460083,0.2687999904155731,0.02969999983906746,-0.7555000185966492,0.11860000342130661,0.6442999839782715,-0.7555000185966492,0.11860000342130661,0.6442999839782715,-0.7555000185966492,0.11860000342130661,0.6442999839782715,0.5777000188827515,0.477400004863739,0.6620000004768372,0.5777000188827515,0.477400004863739,0.6620000004768372,0.5777000188827515,0.477400004863739,0.6620000004768372,-0.446399986743927,-0.5758000016212463,0.6848999857902527,-0.446399986743927,-0.5758000016212463,0.6848999857902527,-0.446399986743927,-0.5758000016212463,0.6848999857902527,0.28209999203681946,0.005200000014156103,0.9593999981880188,0.28209999203681946,0.005200000014156103,0.9593999981880188,0.28209999203681946,0.005200000014156103,0.9593999981880188,-0.8773999810218811,0.3781000077724457,-0.2953000068664551,-0.8773999810218811,0.3781000077724457,-0.2953000068664551,-0.8773999810218811,0.3781000077724457,-0.2953000068664551,-0.18539999425411224,0.9175999760627747,-0.3517000079154968,-0.18539999425411224,0.9175999760627747,-0.3517000079154968,-0.18539999425411224,0.9175999760627747,-0.3517000079154968,-0.24629999697208405,0.6177999973297119,0.7468000054359436,-0.24629999697208405,0.6177999973297119,0.7468000054359436,-0.24629999697208405,0.6177999973297119,0.7468000054359436,-0.6442000269889832,0.5651000142097473,0.5152999758720398,-0.6442000269889832,0.5651000142097473,0.5152999758720398,-0.6442000269889832,0.5651000142097473,0.5152999758720398,-0.03929999843239784,-0.9926999807357788,0.1137000024318695,-0.03929999843239784,-0.9926999807357788,0.1137000024318695,-0.03929999843239784,-0.9926999807357788,0.1137000024318695,-0.7480000257492065,0.6001999974250793,-0.2831999957561493,-0.7480000257492065,0.6001999974250793,-0.2831999957561493,-0.7480000257492065,0.6001999974250793,-0.2831999957561493,0.012400000356137753,-0.98089998960495,0.1941000074148178,0.012400000356137753,-0.98089998960495,0.1941000074148178,0.012400000356137753,-0.98089998960495,0.1941000074148178,0.9987000226974487,0.02019999921321869,-0.047200001776218414,0.9987000226974487,0.02019999921321869,-0.047200001776218414,0.9987000226974487,0.02019999921321869,-0.047200001776218414,0.7994999885559082,-0.597599983215332,-0.05999999865889549,0.7994999885559082,-0.597599983215332,-0.05999999865889549,0.7994999885559082,-0.597599983215332,-0.05999999865889549,0.7864000201225281,0.5935999751091003,-0.17100000381469727,0.7864000201225281,0.5935999751091003,-0.17100000381469727,0.7864000201225281,0.5935999751091003,-0.17100000381469727,-0.2572000026702881,-0.8435999751091003,0.47130000591278076,-0.2572000026702881,-0.8435999751091003,0.47130000591278076,-0.2572000026702881,-0.8435999751091003,0.47130000591278076,-0.2736999988555908,0.7451000213623047,-0.6082000136375427,-0.2736999988555908,0.7451000213623047,-0.6082000136375427,-0.2736999988555908,0.7451000213623047,-0.6082000136375427,-0.5375000238418579,-0.6523000001907349,-0.5343999862670898,-0.5375000238418579,-0.6523000001907349,-0.5343999862670898,-0.5375000238418579,-0.6523000001907349,-0.5343999862670898,-0.24899999797344208,0.3955000042915344,-0.8841000199317932,-0.24899999797344208,0.3955000042915344,-0.8841000199317932,-0.24899999797344208,0.3955000042915344,-0.8841000199317932,-0.37790000438690186,0.9021000266075134,-0.2084999978542328,-0.37790000438690186,0.9021000266075134,-0.2084999978542328,-0.37790000438690186,0.9021000266075134,-0.2084999978542328,0.44780001044273376,-0.8343999981880188,0.321399986743927,0.44780001044273376,-0.8343999981880188,0.321399986743927,0.44780001044273376,-0.8343999981880188,0.321399986743927,0.2653000056743622,0.8130000233650208,0.5184000134468079,0.2653000056743622,0.8130000233650208,0.5184000134468079,0.2653000056743622,0.8130000233650208,0.5184000134468079,-0.6912000179290771,-0.6736999750137329,-0.2614000141620636,-0.6912000179290771,-0.6736999750137329,-0.2614000141620636,-0.6912000179290771,-0.6736999750137329,-0.2614000141620636,0.09019999951124191,0.7875999808311462,0.6096000075340271,0.09019999951124191,0.7875999808311462,0.6096000075340271,0.09019999951124191,0.7875999808311462,0.6096000075340271,-0.718500018119812,-0.4413999915122986,-0.5375999808311462,-0.718500018119812,-0.4413999915122986,-0.5375999808311462,-0.718500018119812,-0.4413999915122986,-0.5375999808311462,0.9749000072479248,-0.03720000013709068,-0.21960000693798065,0.9749000072479248,-0.03720000013709068,-0.21960000693798065,0.9749000072479248,-0.03720000013709068,-0.21960000693798065,0.013700000010430813,0.9778000116348267,-0.2092999964952469,0.013700000010430813,0.9778000116348267,-0.2092999964952469,0.013700000010430813,0.9778000116348267,-0.2092999964952469,-0.5425999760627747,0.6830000281333923,-0.48890000581741333,-0.5425999760627747,0.6830000281333923,-0.48890000581741333,-0.5425999760627747,0.6830000281333923,-0.48890000581741333,-0.3749000132083893,0.15800000727176666,0.9135000109672546,-0.3749000132083893,0.15800000727176666,0.9135000109672546,-0.3749000132083893,0.15800000727176666,0.9135000109672546,-0.5070000290870667,-0.5947999954223633,-0.6237999796867371,-0.5070000290870667,-0.5947999954223633,-0.6237999796867371,-0.5070000290870667,-0.5947999954223633,-0.6237999796867371,-0.9465000033378601,0.3188999891281128,-0.04910000041127205,-0.9465000033378601,0.3188999891281128,-0.04910000041127205,-0.9465000033378601,0.3188999891281128,-0.04910000041127205,-0.9829000234603882,-0.17270000278949738,-0.06440000236034393,-0.9829000234603882,-0.17270000278949738,-0.06440000236034393,-0.9829000234603882,-0.17270000278949738,-0.06440000236034393,-0.39169999957084656,0.8700000047683716,-0.2992999851703644,-0.39169999957084656,0.8700000047683716,-0.2992999851703644,-0.39169999957084656,0.8700000047683716,-0.2992999851703644,0.32670000195503235,0.3400000035762787,-0.8817999958992004,0.32670000195503235,0.3400000035762787,-0.8817999958992004,0.32670000195503235,0.3400000035762787,-0.8817999958992004,0.3492000102996826,-0.5630999803543091,0.7490000128746033,0.3492000102996826,-0.5630999803543091,0.7490000128746033,0.3492000102996826,-0.5630999803543091,0.7490000128746033,0.8981999754905701,0.37869998812675476,-0.22310000658035278,0.8981999754905701,0.37869998812675476,-0.22310000658035278,0.8981999754905701,0.37869998812675476,-0.22310000658035278,0.050999999046325684,-0.9519000053405762,0.30219998955726624,0.050999999046325684,-0.9519000053405762,0.30219998955726624,0.050999999046325684,-0.9519000053405762,0.30219998955726624,-0.6395000219345093,0.7609999775886536,0.10939999669790268,-0.6395000219345093,0.7609999775886536,0.10939999669790268,-0.6395000219345093,0.7609999775886536,0.10939999669790268,-0.2773999869823456,0.9556000232696533,0.09939999878406525,-0.2773999869823456,0.9556000232696533,0.09939999878406525,-0.2773999869823456,0.9556000232696533,0.09939999878406525,-0.6575000286102295,0.722000002861023,-0.21529999375343323,-0.6575000286102295,0.722000002861023,-0.21529999375343323,-0.6575000286102295,0.722000002861023,-0.21529999375343323,0.13729999959468842,-0.5460000038146973,-0.8264999985694885,0.13729999959468842,-0.5460000038146973,-0.8264999985694885,0.13729999959468842,-0.5460000038146973,-0.8264999985694885,0.3736000061035156,-0.7383000254631042,0.5616000294685364,0.3736000061035156,-0.7383000254631042,0.5616000294685364,0.3736000061035156,-0.7383000254631042,0.5616000294685364,0.7580999732017517,-0.0674000009894371,0.6486999988555908,0.7580999732017517,-0.0674000009894371,0.6486999988555908,0.7580999732017517,-0.0674000009894371,0.6486999988555908,0.9465000033378601,-0.29429998993873596,-0.13230000436306,0.9465000033378601,-0.29429998993873596,-0.13230000436306,0.9465000033378601,-0.29429998993873596,-0.13230000436306,0.9921000003814697,0.11540000140666962,-0.0494999997317791,0.9921000003814697,0.11540000140666962,-0.0494999997317791,0.9921000003814697,0.11540000140666962,-0.0494999997317791,0.3443000018596649,0.8115000128746033,-0.47209998965263367,0.3443000018596649,0.8115000128746033,-0.47209998965263367,0.3443000018596649,0.8115000128746033,-0.47209998965263367,-0.30880001187324524,-0.736299991607666,0.6021000146865845,-0.30880001187324524,-0.736299991607666,0.6021000146865845,-0.30880001187324524,-0.736299991607666,0.6021000146865845,-0.5802000164985657,-0.6365000009536743,0.5081999897956848,-0.5802000164985657,-0.6365000009536743,0.5081999897956848,-0.5802000164985657,-0.6365000009536743,0.5081999897956848,-0.9362999796867371,-0.3041999936103821,-0.1753000020980835,-0.9362999796867371,-0.3041999936103821,-0.1753000020980835,-0.9362999796867371,-0.3041999936103821,-0.1753000020980835,0.9000999927520752,-0.17649999260902405,0.3984000086784363,0.9000999927520752,-0.17649999260902405,0.3984000086784363,0.9000999927520752,-0.17649999260902405,0.3984000086784363,0.5874999761581421,0.6416000127792358,-0.49320000410079956,0.5874999761581421,0.6416000127792358,-0.49320000410079956,0.5874999761581421,0.6416000127792358,-0.49320000410079956,0.42489999532699585,-0.8712000250816345,0.2460000067949295,0.42489999532699585,-0.8712000250816345,0.2460000067949295,0.42489999532699585,-0.8712000250816345,0.2460000067949295,-0.1965000033378601,0.95169997215271,0.2361000031232834,-0.1965000033378601,0.95169997215271,0.2361000031232834,-0.1965000033378601,0.95169997215271,0.2361000031232834,-0.14000000059604645,0.8343999981880188,-0.5331000089645386,-0.14000000059604645,0.8343999981880188,-0.5331000089645386,-0.14000000059604645,0.8343999981880188,-0.5331000089645386,0.9217000007629395,-0.2712000012397766,-0.27730000019073486,0.9217000007629395,-0.2712000012397766,-0.27730000019073486,0.9217000007629395,-0.2712000012397766,-0.27730000019073486,0.33799999952316284,-0.5708000063896179,0.7483000159263611,0.33799999952316284,-0.5708000063896179,0.7483000159263611,0.33799999952316284,-0.5708000063896179,0.7483000159263611,0.310699999332428,0.9466000199317932,-0.0860000029206276,0.310699999332428,0.9466000199317932,-0.0860000029206276,0.310699999332428,0.9466000199317932,-0.0860000029206276,-0.4966000020503998,-0.29159998893737793,0.8174999952316284,-0.4966000020503998,-0.29159998893737793,0.8174999952316284,-0.4966000020503998,-0.29159998893737793,0.8174999952316284,-0.9639000296592712,-0.23090000450611115,0.13289999961853027,-0.9639000296592712,-0.23090000450611115,0.13289999961853027,-0.9639000296592712,-0.23090000450611115,0.13289999961853027,-0.1680999994277954,0.8238999843597412,0.5412999987602234,-0.1680999994277954,0.8238999843597412,0.5412999987602234,-0.1680999994277954,0.8238999843597412,0.5412999987602234,0.1673000007867813,0.9192000031471252,0.3564999997615814,0.1673000007867813,0.9192000031471252,0.3564999997615814,0.1673000007867813,0.9192000031471252,0.3564999997615814,-0.2020999938249588,-0.38850000500679016,-0.8989999890327454,-0.2020999938249588,-0.38850000500679016,-0.8989999890327454,-0.2020999938249588,-0.38850000500679016,-0.8989999890327454,0.11720000207424164,-0.9927999973297119,0.02459999918937683,0.11720000207424164,-0.9927999973297119,0.02459999918937683,0.11720000207424164,-0.9927999973297119,0.02459999918937683,-0.9995999932289124,-0.007199999876320362,-0.026599999517202377,-0.9995999932289124,-0.007199999876320362,-0.026599999517202377,-0.9995999932289124,-0.007199999876320362,-0.026599999517202377,0.5684000253677368,0.8177000284194946,0.09049999713897705,0.5684000253677368,0.8177000284194946,0.09049999713897705,0.5684000253677368,0.8177000284194946,0.09049999713897705,-0.9782000184059143,-0.0544000007212162,-0.20020000636577606,-0.9782000184059143,-0.0544000007212162,-0.20020000636577606,-0.9782000184059143,-0.0544000007212162,-0.20020000636577606,0.9994999766349792,-0.029500000178813934,-0.010999999940395355,0.9994999766349792,-0.029500000178813934,-0.010999999940395355,0.9994999766349792,-0.029500000178813934,-0.010999999940395355,-0.3549000024795532,-0.8895999789237976,0.2874999940395355,-0.3549000024795532,-0.8895999789237976,0.2874999940395355,-0.3549000024795532,-0.8895999789237976,0.2874999940395355,0.8616999983787537,0.46959999203681946,-0.1923000067472458,0.8616999983787537,0.46959999203681946,-0.1923000067472458,0.8616999983787537,0.46959999203681946,-0.1923000067472458,0.9126999974250793,-0.36739999055862427,0.1785999983549118,0.9126999974250793,-0.36739999055862427,0.1785999983549118,0.9126999974250793,-0.36739999055862427,0.1785999983549118,-0.4032000005245209,0.7775999903678894,0.48240000009536743,-0.4032000005245209,0.7775999903678894,0.48240000009536743,-0.4032000005245209,0.7775999903678894,0.48240000009536743,-0.22930000722408295,-0.7548999786376953,-0.6144999861717224,-0.22930000722408295,-0.7548999786376953,-0.6144999861717224,-0.22930000722408295,-0.7548999786376953,-0.6144999861717224,-0.6700000166893005,-0.09480000287294388,0.736299991607666,-0.6700000166893005,-0.09480000287294388,0.736299991607666,-0.6700000166893005,-0.09480000287294388,0.736299991607666,0.1826000064611435,0.36059999465942383,-0.9146999716758728,0.1826000064611435,0.36059999465942383,-0.9146999716758728,0.1826000064611435,0.36059999465942383,-0.9146999716758728,0.13199999928474426,-0.9828000068664551,0.1290999948978424,0.13199999928474426,-0.9828000068664551,0.1290999948978424,0.13199999928474426,-0.9828000068664551,0.1290999948978424,0.5613999962806702,-0.22920000553131104,-0.795199990272522,0.5613999962806702,-0.22920000553131104,-0.795199990272522,0.5613999962806702,-0.22920000553131104,-0.795199990272522,0.07729999721050262,-0.5841000080108643,0.8080000281333923,0.07729999721050262,-0.5841000080108643,0.8080000281333923,0.07729999721050262,-0.5841000080108643,0.8080000281333923,-0.43549999594688416,0.09969999641180038,0.8946999907493591,-0.43549999594688416,0.09969999641180038,0.8946999907493591,-0.43549999594688416,0.09969999641180038,0.8946999907493591,-0.9350000023841858,-0.3447999954223633,0.08309999853372574,-0.9350000023841858,-0.3447999954223633,0.08309999853372574,-0.9350000023841858,-0.3447999954223633,0.08309999853372574,0.4970000088214874,0.7455999851226807,0.4438999891281128,0.4970000088214874,0.7455999851226807,0.4438999891281128,0.4970000088214874,0.7455999851226807,0.4438999891281128,0.14419999718666077,-0.8170999884605408,0.5580999851226807,0.14419999718666077,-0.8170999884605408,0.5580999851226807,0.14419999718666077,-0.8170999884605408,0.5580999851226807,0.6287000179290771,-0.007499999832361937,-0.7775999903678894,0.6287000179290771,-0.007499999832361937,-0.7775999903678894,0.6287000179290771,-0.007499999832361937,-0.7775999903678894,-0.7354999780654907,0.4343999922275543,-0.5199000239372253,-0.7354999780654907,0.4343999922275543,-0.5199000239372253,-0.7354999780654907,0.4343999922275543,-0.5199000239372253,-0.4584999978542328,0.7967000007629395,0.3937999904155731,-0.4584999978542328,0.7967000007629395,0.3937999904155731,-0.4584999978542328,0.7967000007629395,0.3937999904155731,-0.249099999666214,-0.47049999237060547,0.8464999794960022,-0.249099999666214,-0.47049999237060547,0.8464999794960022,-0.249099999666214,-0.47049999237060547,0.8464999794960022,-0.19709999859333038,0.6074000000953674,-0.769599974155426,-0.19709999859333038,0.6074000000953674,-0.769599974155426,-0.19709999859333038,0.6074000000953674,-0.769599974155426,-0.4713999927043915,0.8490999937057495,0.23829999566078186,-0.4713999927043915,0.8490999937057495,0.23829999566078186,-0.4713999927043915,0.8490999937057495,0.23829999566078186,0.2004999965429306,0.7275999784469604,0.6560999751091003,0.2004999965429306,0.7275999784469604,0.6560999751091003,0.2004999965429306,0.7275999784469604,0.6560999751091003,0.18569999933242798,-0.7294999957084656,0.65829998254776,0.18569999933242798,-0.7294999957084656,0.65829998254776,0.18569999933242798,-0.7294999957084656,0.65829998254776,-0.23029999434947968,0.7563999891281128,0.6122000217437744,-0.23029999434947968,0.7563999891281128,0.6122000217437744,-0.23029999434947968,0.7563999891281128,0.6122000217437744,-0.8517000079154968,0.20170000195503235,-0.483599990606308,-0.8517000079154968,0.20170000195503235,-0.483599990606308,-0.8517000079154968,0.20170000195503235,-0.483599990606308,0.31360000371932983,0.8007000088691711,-0.5105000138282776,0.31360000371932983,0.8007000088691711,-0.5105000138282776,0.31360000371932983,0.8007000088691711,-0.5105000138282776,-0.9771999716758728,-0.15160000324249268,0.14890000224113464,-0.9771999716758728,-0.15160000324249268,0.14890000224113464,-0.9771999716758728,-0.15160000324249268,0.14890000224113464,-0.9686999917030334,-0.19599999487400055,0.1525000035762787,-0.9686999917030334,-0.19599999487400055,0.1525000035762787,-0.9686999917030334,-0.19599999487400055,0.1525000035762787,-0.296999990940094,-0.5292999744415283,0.7947999835014343,-0.296999990940094,-0.5292999744415283,0.7947999835014343,-0.296999990940094,-0.5292999744415283,0.7947999835014343,0.8952999711036682,-0.445499986410141,-0.0010000000474974513,0.8952999711036682,-0.445499986410141,-0.0010000000474974513,0.8952999711036682,-0.445499986410141,-0.0010000000474974513,-0.6259999871253967,0.42100000381469727,0.6564000248908997,-0.6259999871253967,0.42100000381469727,0.6564000248908997,-0.6259999871253967,0.42100000381469727,0.6564000248908997,0.9674000144004822,-0.2280000001192093,0.10989999771118164,0.9674000144004822,-0.2280000001192093,0.10989999771118164,0.9674000144004822,-0.2280000001192093,0.10989999771118164,0.4648999869823456,-0.36390000581741333,0.8070999979972839,0.4648999869823456,-0.36390000581741333,0.8070999979972839,0.4648999869823456,-0.36390000581741333,0.8070999979972839,0.07859999686479568,-0.6255999803543091,0.776199996471405,0.07859999686479568,-0.6255999803543091,0.776199996471405,0.07859999686479568,-0.6255999803543091,0.776199996471405,0.12319999933242798,0.9283000230789185,0.35089999437332153,0.12319999933242798,0.9283000230789185,0.35089999437332153,0.12319999933242798,0.9283000230789185,0.35089999437332153,-0.4855000078678131,0.7815999984741211,-0.39160001277923584,-0.4855000078678131,0.7815999984741211,-0.39160001277923584,-0.4855000078678131,0.7815999984741211,-0.39160001277923584,0.27239999175071716,0.4724999964237213,-0.8381999731063843,0.27239999175071716,0.4724999964237213,-0.8381999731063843,0.27239999175071716,0.4724999964237213,-0.8381999731063843,0.8783000111579895,0.40610000491142273,-0.2522999942302704,0.8783000111579895,0.40610000491142273,-0.2522999942302704,0.8783000111579895,0.40610000491142273,-0.2522999942302704,0.4593999981880188,-0.7918000221252441,0.4023999869823456,0.4593999981880188,-0.7918000221252441,0.4023999869823456,0.4593999981880188,-0.7918000221252441,0.4023999869823456,-0.9592000246047974,0.06769999861717224,0.27459999918937683,-0.9592000246047974,0.06769999861717224,0.27459999918937683,-0.9592000246047974,0.06769999861717224,0.27459999918937683,-0.16910000145435333,0.10109999775886536,0.980400025844574,-0.16910000145435333,0.10109999775886536,0.980400025844574,-0.16910000145435333,0.10109999775886536,0.980400025844574,-0.1518000066280365,-0.4368000030517578,-0.8866999745368958,-0.1518000066280365,-0.4368000030517578,-0.8866999745368958,-0.1518000066280365,-0.4368000030517578,-0.8866999745368958,0.5465999841690063,-0.6068999767303467,0.5770000219345093,0.5465999841690063,-0.6068999767303467,0.5770000219345093,0.5465999841690063,-0.6068999767303467,0.5770000219345093,0.36410000920295715,-0.8981000185012817,-0.2467000037431717,0.36410000920295715,-0.8981000185012817,-0.2467000037431717,0.36410000920295715,-0.8981000185012817,-0.2467000037431717,0.6732000112533569,0.736299991607666,-0.06809999793767929,0.6732000112533569,0.736299991607666,-0.06809999793767929,0.6732000112533569,0.736299991607666,-0.06809999793767929,0.9045000076293945,-0.22540000081062317,0.3619000017642975,0.9045000076293945,-0.22540000081062317,0.3619000017642975,0.9045000076293945,-0.22540000081062317,0.3619000017642975,0.8009999990463257,-0.5972999930381775,-0.04050000011920929,0.8009999990463257,-0.5972999930381775,-0.04050000011920929,0.8009999990463257,-0.5972999930381775,-0.04050000011920929,0.8892999887466431,-0.28929999470710754,-0.35420000553131104,0.8892999887466431,-0.28929999470710754,-0.35420000553131104,0.8892999887466431,-0.28929999470710754,-0.35420000553131104,0.2054000049829483,-0.8235999941825867,0.5285999774932861,0.2054000049829483,-0.8235999941825867,0.5285999774932861,0.2054000049829483,-0.8235999941825867,0.5285999774932861,0.9861999750137329,-0.10949999839067459,0.12460000067949295,0.9861999750137329,-0.10949999839067459,0.12460000067949295,0.9861999750137329,-0.10949999839067459,0.12460000067949295,0.05310000106692314,-0.6500999927520752,0.7580000162124634,0.05310000106692314,-0.6500999927520752,0.7580000162124634,0.05310000106692314,-0.6500999927520752,0.7580000162124634,0.4625999927520752,-0.6890000104904175,-0.5580000281333923,0.4625999927520752,-0.6890000104904175,-0.5580000281333923,0.4625999927520752,-0.6890000104904175,-0.5580000281333923,0.13439999520778656,0.6039999723434448,0.7856000065803528,0.13439999520778656,0.6039999723434448,0.7856000065803528,0.13439999520778656,0.6039999723434448,0.7856000065803528,-0.7332000136375427,0.6800000071525574,-0.003599999938160181,-0.7332000136375427,0.6800000071525574,-0.003599999938160181,-0.7332000136375427,0.6800000071525574,-0.003599999938160181,0.5684999823570251,0.11299999803304672,0.8148999810218811,0.5684999823570251,0.11299999803304672,0.8148999810218811,0.5684999823570251,0.11299999803304672,0.8148999810218811,0.23810000717639923,-0.9212999939918518,0.3075999915599823,0.23810000717639923,-0.9212999939918518,0.3075999915599823,0.23810000717639923,-0.9212999939918518,0.3075999915599823,-0.6880000233650208,-0.6912000179290771,0.22100000083446503,-0.6880000233650208,-0.6912000179290771,0.22100000083446503,-0.6880000233650208,-0.6912000179290771,0.22100000083446503,-0.3111000061035156,0.8427000045776367,-0.43939998745918274,-0.3111000061035156,0.8427000045776367,-0.43939998745918274,-0.3111000061035156,0.8427000045776367,-0.43939998745918274,0.24950000643730164,-0.9643999934196472,0.08720000088214874,0.24950000643730164,-0.9643999934196472,0.08720000088214874,0.24950000643730164,-0.9643999934196472,0.08720000088214874,0.5196999907493591,-0.5353000164031982,0.6658999919891357,0.5196999907493591,-0.5353000164031982,0.6658999919891357,0.5196999907493591,-0.5353000164031982,0.6658999919891357,0.4458000063896179,-0.8245999813079834,0.3483000099658966,0.4458000063896179,-0.8245999813079834,0.3483000099658966,0.4458000063896179,-0.8245999813079834,0.3483000099658966,0.2676999866962433,-0.786899983882904,0.5559999942779541,0.2676999866962433,-0.786899983882904,0.5559999942779541,0.2676999866962433,-0.786899983882904,0.5559999942779541,-0.7912999987602234,0.5562999844551086,0.2538999915122986,-0.7912999987602234,0.5562999844551086,0.2538999915122986,-0.7912999987602234,0.5562999844551086,0.2538999915122986,0.2282000035047531,-0.7785999774932861,0.5845000147819519,0.2282000035047531,-0.7785999774932861,0.5845000147819519,0.2282000035047531,-0.7785999774932861,0.5845000147819519,-0.29019999504089355,-0.955299973487854,-0.05719999969005585,-0.29019999504089355,-0.955299973487854,-0.05719999969005585,-0.29019999504089355,-0.955299973487854,-0.05719999969005585,-0.8693000078201294,0.44290000200271606,-0.21940000355243683,-0.8693000078201294,0.44290000200271606,-0.21940000355243683,-0.8693000078201294,0.44290000200271606,-0.21940000355243683,-0.22679999470710754,0.9424999952316284,0.24549999833106995,-0.22679999470710754,0.9424999952316284,0.24549999833106995,-0.22679999470710754,0.9424999952316284,0.24549999833106995,0.8425999879837036,0.44279998540878296,0.30640000104904175,0.8425999879837036,0.44279998540878296,0.30640000104904175,0.8425999879837036,0.44279998540878296,0.30640000104904175,-0.4140999913215637,0.8582000136375427,-0.3034000098705292,-0.4140999913215637,0.8582000136375427,-0.3034000098705292,-0.4140999913215637,0.8582000136375427,-0.3034000098705292,0.4521999955177307,0.40720000863075256,-0.7935000061988831,0.4521999955177307,0.40720000863075256,-0.7935000061988831,0.4521999955177307,0.40720000863075256,-0.7935000061988831,0.20399999618530273,0.9021000266075134,-0.38029998540878296,0.20399999618530273,0.9021000266075134,-0.38029998540878296,0.20399999618530273,0.9021000266075134,-0.38029998540878296,0.6096000075340271,0.7912999987602234,0.04650000110268593,0.6096000075340271,0.7912999987602234,0.04650000110268593,0.6096000075340271,0.7912999987602234,0.04650000110268593,-0.786300003528595,-0.2833999991416931,0.5490000247955322,-0.786300003528595,-0.2833999991416931,0.5490000247955322,-0.786300003528595,-0.2833999991416931,0.5490000247955322,-0.9987000226974487,0.050200000405311584,-0.009200000204145908,-0.9987000226974487,0.050200000405311584,-0.009200000204145908,-0.9987000226974487,0.050200000405311584,-0.009200000204145908,-0.9811999797821045,0.1712999939918518,0.08919999748468399,-0.9811999797821045,0.1712999939918518,0.08919999748468399,-0.9811999797821045,0.1712999939918518,0.08919999748468399,-0.5997999906539917,0.6233999729156494,-0.5015000104904175,-0.5997999906539917,0.6233999729156494,-0.5015000104904175,-0.5997999906539917,0.6233999729156494,-0.5015000104904175,-0.5967000126838684,0.4000000059604645,-0.6956999897956848,-0.5967000126838684,0.4000000059604645,-0.6956999897956848,-0.5967000126838684,0.4000000059604645,-0.6956999897956848,0.6175000071525574,-0.771399974822998,0.15360000729560852,0.6175000071525574,-0.771399974822998,0.15360000729560852,0.6175000071525574,-0.771399974822998,0.15360000729560852,0.04989999905228615,0.6198999881744385,0.7831000089645386,0.04989999905228615,0.6198999881744385,0.7831000089645386,0.04989999905228615,0.6198999881744385,0.7831000089645386,0.4708000123500824,-0.21780000627040863,-0.8549000024795532,0.4708000123500824,-0.21780000627040863,-0.8549000024795532,0.4708000123500824,-0.21780000627040863,-0.8549000024795532,0.713699996471405,0.6733999848365784,-0.19280000030994415,0.713699996471405,0.6733999848365784,-0.19280000030994415,0.713699996471405,0.6733999848365784,-0.19280000030994415,-0.16169999539852142,-0.3889999985694885,-0.9068999886512756,-0.16169999539852142,-0.3889999985694885,-0.9068999886512756,-0.16169999539852142,-0.3889999985694885,-0.9068999886512756,-0.21639999747276306,-0.572700023651123,0.7907000184059143,-0.21639999747276306,-0.572700023651123,0.7907000184059143,-0.21639999747276306,-0.572700023651123,0.7907000184059143,0.241799995303154,0.6904000043869019,-0.6818000078201294,0.241799995303154,0.6904000043869019,-0.6818000078201294,0.241799995303154,0.6904000043869019,-0.6818000078201294,-0.4578999876976013,-0.8492000102996826,-0.2632000148296356,-0.4578999876976013,-0.8492000102996826,-0.2632000148296356,-0.4578999876976013,-0.8492000102996826,-0.2632000148296356,0.4629000127315521,-0.6014000177383423,0.6513000130653381,0.4629000127315521,-0.6014000177383423,0.6513000130653381,0.4629000127315521,-0.6014000177383423,0.6513000130653381,0.5482000112533569,-0.5306000113487244,0.6464999914169312,0.5482000112533569,-0.5306000113487244,0.6464999914169312,0.5482000112533569,-0.5306000113487244,0.6464999914169312,0.6046000123023987,-0.1996999979019165,0.7710999846458435,0.6046000123023987,-0.1996999979019165,0.7710999846458435,0.6046000123023987,-0.1996999979019165,0.7710999846458435,0.0003000000142492354,0.9555000066757202,0.29490000009536743,0.0003000000142492354,0.9555000066757202,0.29490000009536743,0.0003000000142492354,0.9555000066757202,0.29490000009536743,0.2711000144481659,-0.21359999477863312,0.9384999871253967,0.2711000144481659,-0.21359999477863312,0.9384999871253967,0.2711000144481659,-0.21359999477863312,0.9384999871253967,0.765500009059906,-0.22390000522136688,0.6032000184059143,0.765500009059906,-0.22390000522136688,0.6032000184059143,0.765500009059906,-0.22390000522136688,0.6032000184059143,0.9132999777793884,0.3215000033378601,-0.25,0.9132999777793884,0.3215000033378601,-0.25,0.9132999777793884,0.3215000033378601,-0.25,0.8557000160217285,-0.3472999930381775,0.38370001316070557,0.8557000160217285,-0.3472999930381775,0.38370001316070557,0.8557000160217285,-0.3472999930381775,0.38370001316070557,-0.8173999786376953,0.5738000273704529,0.050200000405311584,-0.8173999786376953,0.5738000273704529,0.050200000405311584,-0.8173999786376953,0.5738000273704529,0.050200000405311584,-0.46799999475479126,0.5249999761581421,0.7109000086784363,-0.46799999475479126,0.5249999761581421,0.7109000086784363,-0.46799999475479126,0.5249999761581421,0.7109000086784363,-0.2750999927520752,-0.9049999713897705,0.3246000111103058,-0.2750999927520752,-0.9049999713897705,0.3246000111103058,-0.2750999927520752,-0.9049999713897705,0.3246000111103058,0.4821000099182129,-0.6395000219345093,0.5989000201225281,0.4821000099182129,-0.6395000219345093,0.5989000201225281,0.4821000099182129,-0.6395000219345093,0.5989000201225281,0.6761000156402588,0.3280999958515167,-0.6597999930381775,0.6761000156402588,0.3280999958515167,-0.6597999930381775,0.6761000156402588,0.3280999958515167,-0.6597999930381775,0.6635000109672546,0.11110000312328339,-0.7398999929428101,0.6635000109672546,0.11110000312328339,-0.7398999929428101,0.6635000109672546,0.11110000312328339,-0.7398999929428101,0.8173999786376953,-0.4174000024795532,-0.3970000147819519,0.8173999786376953,-0.4174000024795532,-0.3970000147819519,0.8173999786376953,-0.4174000024795532,-0.3970000147819519,-0.19930000603199005,0.909600019454956,0.3646000027656555,-0.19930000603199005,0.909600019454956,0.3646000027656555,-0.19930000603199005,0.909600019454956,0.3646000027656555,0.9509000182151794,0.1826000064611435,-0.24979999661445618,0.9509000182151794,0.1826000064611435,-0.24979999661445618,0.9509000182151794,0.1826000064611435,-0.24979999661445618,-0.14069999754428864,-0.6945000290870667,0.7056000232696533,-0.14069999754428864,-0.6945000290870667,0.7056000232696533,-0.14069999754428864,-0.6945000290870667,0.7056000232696533,0.7753999829292297,-0.5293999910354614,-0.3441999852657318,0.7753999829292297,-0.5293999910354614,-0.3441999852657318,0.7753999829292297,-0.5293999910354614,-0.3441999852657318,0.9986000061035156,0.02800000086426735,-0.04410000145435333,0.9986000061035156,0.02800000086426735,-0.04410000145435333,0.9986000061035156,0.02800000086426735,-0.04410000145435333,-0.2614000141620636,-0.9153000116348267,0.30640000104904175,-0.2614000141620636,-0.9153000116348267,0.30640000104904175,-0.2614000141620636,-0.9153000116348267,0.30640000104904175,0.1379999965429306,-0.7315000295639038,0.6678000092506409,0.1379999965429306,-0.7315000295639038,0.6678000092506409,0.1379999965429306,-0.7315000295639038,0.6678000092506409,0.2768999934196472,0.6116999983787537,-0.7409999966621399,0.2768999934196472,0.6116999983787537,-0.7409999966621399,0.2768999934196472,0.6116999983787537,-0.7409999966621399,-0.18080000579357147,0.34360000491142273,0.921500027179718,-0.18080000579357147,0.34360000491142273,0.921500027179718,-0.18080000579357147,0.34360000491142273,0.921500027179718,-0.9763000011444092,0.20739999413490295,0.06239999830722809,-0.9763000011444092,0.20739999413490295,0.06239999830722809,-0.9763000011444092,0.20739999413490295,0.06239999830722809,0.08709999918937683,0.885699987411499,-0.45590001344680786,0.08709999918937683,0.885699987411499,-0.45590001344680786,0.08709999918937683,0.885699987411499,-0.45590001344680786,0.39070001244544983,0.6554999947547913,-0.6463000178337097,0.39070001244544983,0.6554999947547913,-0.6463000178337097,0.39070001244544983,0.6554999947547913,-0.6463000178337097,0.631600022315979,0.7285000085830688,0.2653000056743622,0.631600022315979,0.7285000085830688,0.2653000056743622,0.631600022315979,0.7285000085830688,0.2653000056743622,-0.4480000138282776,0.4284000098705292,-0.7846999764442444,-0.4480000138282776,0.4284000098705292,-0.7846999764442444,-0.4480000138282776,0.4284000098705292,-0.7846999764442444,0.8302000164985657,-0.11509999632835388,0.5454000234603882,0.8302000164985657,-0.11509999632835388,0.5454000234603882,0.8302000164985657,-0.11509999632835388,0.5454000234603882,-0.6664999723434448,-0.6546000242233276,0.35679998993873596,-0.6664999723434448,-0.6546000242233276,0.35679998993873596,-0.6664999723434448,-0.6546000242233276,0.35679998993873596,0.05869999900460243,-0.6826000213623047,-0.7283999919891357,0.05869999900460243,-0.6826000213623047,-0.7283999919891357,0.05869999900460243,-0.6826000213623047,-0.7283999919891357,0.30880001187324524,0.9354000091552734,-0.17219999432563782,0.30880001187324524,0.9354000091552734,-0.17219999432563782,0.30880001187324524,0.9354000091552734,-0.17219999432563782,-0.3725999891757965,0.2085999995470047,0.9042999744415283,-0.3725999891757965,0.2085999995470047,0.9042999744415283,-0.3725999891757965,0.2085999995470047,0.9042999744415283,-0.42480000853538513,0.684499979019165,-0.5924000144004822,-0.42480000853538513,0.684499979019165,-0.5924000144004822,-0.42480000853538513,0.684499979019165,-0.5924000144004822,0.515500009059906,0.39160001277923584,0.7621999979019165,0.515500009059906,0.39160001277923584,0.7621999979019165,0.515500009059906,0.39160001277923584,0.7621999979019165,-0.16820000112056732,-0.6656000018119812,-0.7271000146865845,-0.16820000112056732,-0.6656000018119812,-0.7271000146865845,-0.16820000112056732,-0.6656000018119812,-0.7271000146865845,-0.3253999948501587,0.415800005197525,-0.8492000102996826,-0.3253999948501587,0.415800005197525,-0.8492000102996826,-0.3253999948501587,0.415800005197525,-0.8492000102996826,-0.857699990272522,-0.5083000063896179,-0.07750000059604645,-0.857699990272522,-0.5083000063896179,-0.07750000059604645,-0.857699990272522,-0.5083000063896179,-0.07750000059604645,-0.5867999792098999,0.6413999795913696,-0.4943000078201294,-0.5867999792098999,0.6413999795913696,-0.4943000078201294,-0.5867999792098999,0.6413999795913696,-0.4943000078201294,-0.6977999806404114,0.3885999917984009,-0.6017000079154968,-0.6977999806404114,0.3885999917984009,-0.6017000079154968,-0.6977999806404114,0.3885999917984009,-0.6017000079154968,-0.28769999742507935,0.6668999791145325,-0.6873999834060669,-0.28769999742507935,0.6668999791145325,-0.6873999834060669,-0.28769999742507935,0.6668999791145325,-0.6873999834060669,-0.09260000288486481,0.9950000047683716,0.03629999980330467,-0.09260000288486481,0.9950000047683716,0.03629999980330467,-0.09260000288486481,0.9950000047683716,0.03629999980330467,0.27950000762939453,0.6711999773979187,0.6866000294685364,0.27950000762939453,0.6711999773979187,0.6866000294685364,0.27950000762939453,0.6711999773979187,0.6866000294685364,0.3637000024318695,0.9286999702453613,0.07249999791383743,0.3637000024318695,0.9286999702453613,0.07249999791383743,0.3637000024318695,0.9286999702453613,0.07249999791383743,-0.37709999084472656,0.786899983882904,-0.4884999990463257,-0.37709999084472656,0.786899983882904,-0.4884999990463257,-0.37709999084472656,0.786899983882904,-0.4884999990463257,0.3626999855041504,0.8828999996185303,0.29820001125335693,0.3626999855041504,0.8828999996185303,0.29820001125335693,0.3626999855041504,0.8828999996185303,0.29820001125335693,0.4189999997615814,0.8410999774932861,-0.34220001101493835,0.4189999997615814,0.8410999774932861,-0.34220001101493835,0.4189999997615814,0.8410999774932861,-0.34220001101493835,-0.15199999511241913,0.9746000170707703,-0.16419999301433563,-0.15199999511241913,0.9746000170707703,-0.16419999301433563,-0.15199999511241913,0.9746000170707703,-0.16419999301433563,0.8514999747276306,-0.47269999980926514,0.22679999470710754,0.8514999747276306,-0.47269999980926514,0.22679999470710754,0.8514999747276306,-0.47269999980926514,0.22679999470710754,-0.6190000176429749,-0.31859999895095825,0.7178999781608582,-0.6190000176429749,-0.31859999895095825,0.7178999781608582,-0.6190000176429749,-0.31859999895095825,0.7178999781608582,0.11590000241994858,0.10920000076293945,0.9872000217437744,0.11590000241994858,0.10920000076293945,0.9872000217437744,0.11590000241994858,0.10920000076293945,0.9872000217437744,0.683899998664856,0.10939999669790268,0.7213000059127808,0.683899998664856,0.10939999669790268,0.7213000059127808,0.683899998664856,0.10939999669790268,0.7213000059127808,-0.030799999833106995,0.9973000288009644,0.06620000302791595,-0.030799999833106995,0.9973000288009644,0.06620000302791595,-0.030799999833106995,0.9973000288009644,0.06620000302791595,-0.8008000254631042,0.0820000022649765,-0.5932000279426575,-0.8008000254631042,0.0820000022649765,-0.5932000279426575,-0.8008000254631042,0.0820000022649765,-0.5932000279426575,-0.8712999820709229,0.4153999984264374,-0.2614000141620636,-0.8712999820709229,0.4153999984264374,-0.2614000141620636,-0.8712999820709229,0.4153999984264374,-0.2614000141620636,-0.2110999971628189,0.9014999866485596,-0.37779998779296875,-0.2110999971628189,0.9014999866485596,-0.37779998779296875,-0.2110999971628189,0.9014999866485596,-0.37779998779296875,-0.6705999970436096,0.6554999947547913,-0.3472999930381775,-0.6705999970436096,0.6554999947547913,-0.3472999930381775,-0.6705999970436096,0.6554999947547913,-0.3472999930381775,0.10740000009536743,-0.8554999828338623,0.5065000057220459,0.10740000009536743,-0.8554999828338623,0.5065000057220459,0.10740000009536743,-0.8554999828338623,0.5065000057220459,0.8526999950408936,0.5178999900817871,-0.06859999895095825,0.8526999950408936,0.5178999900817871,-0.06859999895095825,0.8526999950408936,0.5178999900817871,-0.06859999895095825,0.6715999841690063,0.04179999977350235,-0.7397000193595886,0.6715999841690063,0.04179999977350235,-0.7397000193595886,0.6715999841690063,0.04179999977350235,-0.7397000193595886,-0.2847999930381775,-0.2694000005722046,0.9199000000953674,-0.2847999930381775,-0.2694000005722046,0.9199000000953674,-0.2847999930381775,-0.2694000005722046,0.9199000000953674,0.03929999843239784,0.5929999947547913,0.8043000102043152,0.03929999843239784,0.5929999947547913,0.8043000102043152,0.03929999843239784,0.5929999947547913,0.8043000102043152,0.5246999859809875,-0.08799999952316284,-0.8467000126838684,0.5246999859809875,-0.08799999952316284,-0.8467000126838684,0.5246999859809875,-0.08799999952316284,-0.8467000126838684,0.5202000141143799,0.2029999941587448,-0.8295000195503235,0.5202000141143799,0.2029999941587448,-0.8295000195503235,0.5202000141143799,0.2029999941587448,-0.8295000195503235,-0.249099999666214,0.6485999822616577,0.7192000150680542,-0.249099999666214,0.6485999822616577,0.7192000150680542,-0.249099999666214,0.6485999822616577,0.7192000150680542,-0.7268999814987183,0.4790000021457672,-0.49219998717308044,-0.7268999814987183,0.4790000021457672,-0.49219998717308044,-0.7268999814987183,0.4790000021457672,-0.49219998717308044,-0.8337000012397766,0.4544000029563904,0.31380000710487366,-0.8337000012397766,0.4544000029563904,0.31380000710487366,-0.8337000012397766,0.4544000029563904,0.31380000710487366,0.23250000178813934,0.9575999975204468,-0.17020000517368317,0.23250000178813934,0.9575999975204468,-0.17020000517368317,0.23250000178813934,0.9575999975204468,-0.17020000517368317,0.1738000065088272,-0.8537999987602234,0.49079999327659607,0.1738000065088272,-0.8537999987602234,0.49079999327659607,0.1738000065088272,-0.8537999987602234,0.49079999327659607,-0.728600025177002,0.6848000288009644,-0.015300000086426735,-0.728600025177002,0.6848000288009644,-0.015300000086426735,-0.728600025177002,0.6848000288009644,-0.015300000086426735,0.8694000244140625,0.48260000348091125,-0.10580000281333923,0.8694000244140625,0.48260000348091125,-0.10580000281333923,0.8694000244140625,0.48260000348091125,-0.10580000281333923,0.02290000021457672,0.5929999947547913,0.8048999905586243,0.02290000021457672,0.5929999947547913,0.8048999905586243,0.02290000021457672,0.5929999947547913,0.8048999905586243,0.08699999749660492,0.8256000280380249,-0.5573999881744385,0.08699999749660492,0.8256000280380249,-0.5573999881744385,0.08699999749660492,0.8256000280380249,-0.5573999881744385,0.44429999589920044,-0.8931000232696533,-0.07010000199079514,0.44429999589920044,-0.8931000232696533,-0.07010000199079514,0.44429999589920044,-0.8931000232696533,-0.07010000199079514,-0.30239999294281006,0.3465000092983246,0.8880000114440918,-0.30239999294281006,0.3465000092983246,0.8880000114440918,-0.30239999294281006,0.3465000092983246,0.8880000114440918,-0.34599998593330383,-0.5752000212669373,0.7411999702453613,-0.34599998593330383,-0.5752000212669373,0.7411999702453613,-0.34599998593330383,-0.5752000212669373,0.7411999702453613,0.970300018787384,0.23569999635219574,0.0551999993622303,0.970300018787384,0.23569999635219574,0.0551999993622303,0.970300018787384,0.23569999635219574,0.0551999993622303,-0.25060001015663147,0.705299973487854,0.663100004196167,-0.25060001015663147,0.705299973487854,0.663100004196167,-0.25060001015663147,0.705299973487854,0.663100004196167,0.7827000021934509,0.23420000076293945,0.5766000151634216,0.7827000021934509,0.23420000076293945,0.5766000151634216,0.7827000021934509,0.23420000076293945,0.5766000151634216,-0.9847999811172485,0.17170000076293945,-0.0272000003606081,-0.9847999811172485,0.17170000076293945,-0.0272000003606081,-0.9847999811172485,0.17170000076293945,-0.0272000003606081,-0.46209999918937683,-0.868399977684021,-0.18019999563694,-0.46209999918937683,-0.868399977684021,-0.18019999563694,-0.46209999918937683,-0.868399977684021,-0.18019999563694,-0.9970999956130981,-0.06679999828338623,0.03610000014305115,-0.9970999956130981,-0.06679999828338623,0.03610000014305115,-0.9970999956130981,-0.06679999828338623,0.03610000014305115,0.5338000059127808,0.44339999556541443,0.7200999855995178,0.5338000059127808,0.44339999556541443,0.7200999855995178,0.5338000059127808,0.44339999556541443,0.7200999855995178,0.9700000286102295,0.22769999504089355,-0.08560000360012054,0.9700000286102295,0.22769999504089355,-0.08560000360012054,0.9700000286102295,0.22769999504089355,-0.08560000360012054,0.8205999732017517,0.5695000290870667,-0.04830000177025795,0.8205999732017517,0.5695000290870667,-0.04830000177025795,0.8205999732017517,0.5695000290870667,-0.04830000177025795,-0.08190000057220459,-0.4571000039577484,0.885699987411499,-0.08190000057220459,-0.4571000039577484,0.885699987411499,-0.08190000057220459,-0.4571000039577484,0.885699987411499,0.01590000092983246,-0.9993000030517578,0.03319999948143959,0.01590000092983246,-0.9993000030517578,0.03319999948143959,0.01590000092983246,-0.9993000030517578,0.03319999948143959,-0.006099999882280827,0.6463000178337097,0.7630000114440918,-0.006099999882280827,0.6463000178337097,0.7630000114440918,-0.006099999882280827,0.6463000178337097,0.7630000114440918,0.8999999761581421,0.4189000129699707,0.12070000171661377,0.8999999761581421,0.4189000129699707,0.12070000171661377,0.8999999761581421,0.4189000129699707,0.12070000171661377,0.03200000151991844,-0.9466999769210815,-0.3206000030040741,0.03200000151991844,-0.9466999769210815,-0.3206000030040741,0.03200000151991844,-0.9466999769210815,-0.3206000030040741,-0.26420000195503235,-0.31470000743865967,-0.9117000102996826,-0.26420000195503235,-0.31470000743865967,-0.9117000102996826,-0.26420000195503235,-0.31470000743865967,-0.9117000102996826,0.8547000288963318,0.4449999928474426,0.267300009727478,0.8547000288963318,0.4449999928474426,0.267300009727478,0.8547000288963318,0.4449999928474426,0.267300009727478,-0.3231000006198883,-0.2770000100135803,0.9049000144004822,-0.3231000006198883,-0.2770000100135803,0.9049000144004822,-0.3231000006198883,-0.2770000100135803,0.9049000144004822,-0.5317999720573425,-0.37310001254081726,0.760200023651123,-0.5317999720573425,-0.37310001254081726,0.760200023651123,-0.5317999720573425,-0.37310001254081726,0.760200023651123,-0.7142999768257141,-0.6675999760627747,0.2101999968290329,-0.7142999768257141,-0.6675999760627747,0.2101999968290329,-0.7142999768257141,-0.6675999760627747,0.2101999968290329,-0.267300009727478,-0.1670999974012375,-0.9490000009536743,-0.267300009727478,-0.1670999974012375,-0.9490000009536743,-0.267300009727478,-0.1670999974012375,-0.9490000009536743,0.2660999894142151,-0.9343000054359436,0.23729999363422394,0.2660999894142151,-0.9343000054359436,0.23729999363422394,0.2660999894142151,-0.9343000054359436,0.23729999363422394,-0.1143999993801117,0.36959999799728394,0.9221000075340271,-0.1143999993801117,0.36959999799728394,0.9221000075340271,-0.1143999993801117,0.36959999799728394,0.9221000075340271,-0.047600001096725464,0.9962000250816345,-0.07339999824762344,-0.047600001096725464,0.9962000250816345,-0.07339999824762344,-0.047600001096725464,0.9962000250816345,-0.07339999824762344,0.9340000152587891,0.21979999542236328,-0.2818000018596649,0.9340000152587891,0.21979999542236328,-0.2818000018596649,0.9340000152587891,0.21979999542236328,-0.2818000018596649,-0.5649999976158142,-0.7282999753952026,-0.387800008058548,-0.5649999976158142,-0.7282999753952026,-0.387800008058548,-0.5649999976158142,-0.7282999753952026,-0.387800008058548,0.7572000026702881,0.6514999866485596,0.04729999974370003,0.7572000026702881,0.6514999866485596,0.04729999974370003,0.7572000026702881,0.6514999866485596,0.04729999974370003,-0.5442000031471252,0.7264000177383423,-0.4198000133037567,-0.5442000031471252,0.7264000177383423,-0.4198000133037567,-0.5442000031471252,0.7264000177383423,-0.4198000133037567,-0.41019999980926514,-0.7473000288009644,-0.5227000117301941,-0.41019999980926514,-0.7473000288009644,-0.5227000117301941,-0.41019999980926514,-0.7473000288009644,-0.5227000117301941,0.3407000005245209,-0.4659999907016754,0.8166000247001648,0.3407000005245209,-0.4659999907016754,0.8166000247001648,0.3407000005245209,-0.4659999907016754,0.8166000247001648,-0.960099995136261,-0.08739999681711197,-0.265500009059906,-0.960099995136261,-0.08739999681711197,-0.265500009059906,-0.960099995136261,-0.08739999681711197,-0.265500009059906,0.9419999718666077,-0.1875,0.2784000039100647,0.9419999718666077,-0.1875,0.2784000039100647,0.9419999718666077,-0.1875,0.2784000039100647,-0.8465999960899353,0.21870000660419464,0.4851999878883362,-0.8465999960899353,0.21870000660419464,0.4851999878883362,-0.8465999960899353,0.21870000660419464,0.4851999878883362,0.9016000032424927,-0.320499986410141,-0.2906000018119812,0.9016000032424927,-0.320499986410141,-0.2906000018119812,0.9016000032424927,-0.320499986410141,-0.2906000018119812,-0.5763999819755554,-0.7387999892234802,0.3492000102996826,-0.5763999819755554,-0.7387999892234802,0.3492000102996826,-0.5763999819755554,-0.7387999892234802,0.3492000102996826,-0.4431999921798706,-0.8773999810218811,0.1835000067949295,-0.4431999921798706,-0.8773999810218811,0.1835000067949295,-0.4431999921798706,-0.8773999810218811,0.1835000067949295,-0.3037000000476837,-0.9225000143051147,0.23839999735355377,-0.3037000000476837,-0.9225000143051147,0.23839999735355377,-0.3037000000476837,-0.9225000143051147,0.23839999735355377,0.009600000455975533,0.8230000138282776,-0.5680000185966492,0.009600000455975533,0.8230000138282776,-0.5680000185966492,0.009600000455975533,0.8230000138282776,-0.5680000185966492,-0.6485000252723694,-0.2542000114917755,-0.7174999713897705,-0.6485000252723694,-0.2542000114917755,-0.7174999713897705,-0.6485000252723694,-0.2542000114917755,-0.7174999713897705,0.020899999886751175,0.7264999747276306,0.6869000196456909,0.020899999886751175,0.7264999747276306,0.6869000196456909,0.020899999886751175,0.7264999747276306,0.6869000196456909,0.8970000147819519,0.38839998841285706,0.210999995470047,0.8970000147819519,0.38839998841285706,0.210999995470047,0.8970000147819519,0.38839998841285706,0.210999995470047,-0.651199996471405,0.4609000086784363,-0.6029000282287598,-0.651199996471405,0.4609000086784363,-0.6029000282287598,-0.651199996471405,0.4609000086784363,-0.6029000282287598,0.590399980545044,-0.6096000075340271,0.5289999842643738,0.590399980545044,-0.6096000075340271,0.5289999842643738,0.590399980545044,-0.6096000075340271,0.5289999842643738,-0.4528000056743622,-0.6482999920845032,-0.6119999885559082,-0.4528000056743622,-0.6482999920845032,-0.6119999885559082,-0.4528000056743622,-0.6482999920845032,-0.6119999885559082,-0.4562000036239624,0.6923999786376953,0.558899998664856,-0.4562000036239624,0.6923999786376953,0.558899998664856,-0.4562000036239624,0.6923999786376953,0.558899998664856,-0.04780000075697899,-0.998199999332428,-0.036400001496076584,-0.04780000075697899,-0.998199999332428,-0.036400001496076584,-0.04780000075697899,-0.998199999332428,-0.036400001496076584,0.5507000088691711,-0.5857999920845032,0.5945000052452087,0.5507000088691711,-0.5857999920845032,0.5945000052452087,0.5507000088691711,-0.5857999920845032,0.5945000052452087,0.8562999963760376,0.34139999747276306,0.38749998807907104,0.8562999963760376,0.34139999747276306,0.38749998807907104,0.8562999963760376,0.34139999747276306,0.38749998807907104,0.5974000096321106,-0.7106000185012817,0.3716999888420105,0.5974000096321106,-0.7106000185012817,0.3716999888420105,0.5974000096321106,-0.7106000185012817,0.3716999888420105,-0.06360000371932983,0.9891999959945679,-0.13199999928474426,-0.06360000371932983,0.9891999959945679,-0.13199999928474426,-0.06360000371932983,0.9891999959945679,-0.13199999928474426,-0.6204000115394592,0.38269999623298645,0.6845999956130981,-0.6204000115394592,0.38269999623298645,0.6845999956130981,-0.6204000115394592,0.38269999623298645,0.6845999956130981,0.3375999927520752,0.7558000087738037,-0.5611000061035156,0.3375999927520752,0.7558000087738037,-0.5611000061035156,0.3375999927520752,0.7558000087738037,-0.5611000061035156,0.7907999753952026,0.09489999711513519,-0.6046000123023987,0.7907999753952026,0.09489999711513519,-0.6046000123023987,0.7907999753952026,0.09489999711513519,-0.6046000123023987,0.9869999885559082,0.1606999933719635,-0.009200000204145908,0.9869999885559082,0.1606999933719635,-0.009200000204145908,0.9869999885559082,0.1606999933719635,-0.009200000204145908,0.45500001311302185,-0.367000013589859,0.8113999962806702,0.45500001311302185,-0.367000013589859,0.8113999962806702,0.45500001311302185,-0.367000013589859,0.8113999962806702,0.0737999975681305,0.8149999976158142,-0.5748000144958496,0.0737999975681305,0.8149999976158142,-0.5748000144958496,0.0737999975681305,0.8149999976158142,-0.5748000144958496,0.17470000684261322,0.78329998254776,-0.5965999960899353,0.17470000684261322,0.78329998254776,-0.5965999960899353,0.17470000684261322,0.78329998254776,-0.5965999960899353,-0.19949999451637268,0.8705000281333923,-0.44999998807907104,-0.19949999451637268,0.8705000281333923,-0.44999998807907104,-0.19949999451637268,0.8705000281333923,-0.44999998807907104,0.7358999848365784,-0.6603000164031982,0.15000000596046448,0.7358999848365784,-0.6603000164031982,0.15000000596046448,0.7358999848365784,-0.6603000164031982,0.15000000596046448,0.061400000005960464,-0.4887000024318695,-0.8702999949455261,0.061400000005960464,-0.4887000024318695,-0.8702999949455261,0.061400000005960464,-0.4887000024318695,-0.8702999949455261,-0.8518999814987183,-0.29679998755455017,0.43140000104904175,-0.8518999814987183,-0.29679998755455017,0.43140000104904175,-0.8518999814987183,-0.29679998755455017,0.43140000104904175,-0.5194000005722046,0.18019999563694,0.8353000283241272,-0.5194000005722046,0.18019999563694,0.8353000283241272,-0.5194000005722046,0.18019999563694,0.8353000283241272,0.5555999875068665,-0.7346000075340271,-0.3894999921321869,0.5555999875068665,-0.7346000075340271,-0.3894999921321869,0.5555999875068665,-0.7346000075340271,-0.3894999921321869,0.349700003862381,-0.2727999985218048,0.8963000178337097,0.349700003862381,-0.2727999985218048,0.8963000178337097,0.349700003862381,-0.2727999985218048,0.8963000178337097,-0.46950000524520874,0.017899999395012856,0.8827999830245972,-0.46950000524520874,0.017899999395012856,0.8827999830245972,-0.46950000524520874,0.017899999395012856,0.8827999830245972,0.3337000012397766,0.39910000562667847,0.8539999723434448,0.3337000012397766,0.39910000562667847,0.8539999723434448,0.3337000012397766,0.39910000562667847,0.8539999723434448,-0.005799999926239252,0.27059999108314514,0.9627000093460083,-0.005799999926239252,0.27059999108314514,0.9627000093460083,-0.005799999926239252,0.27059999108314514,0.9627000093460083,0.36149999499320984,-0.7587000131607056,-0.5418999791145325,0.36149999499320984,-0.7587000131607056,-0.5418999791145325,0.36149999499320984,-0.7587000131607056,-0.5418999791145325,-0.5134999752044678,0.49070000648498535,-0.7039999961853027,-0.5134999752044678,0.49070000648498535,-0.7039999961853027,-0.5134999752044678,0.49070000648498535,-0.7039999961853027,0.5580000281333923,0.07450000196695328,-0.8264999985694885,0.5580000281333923,0.07450000196695328,-0.8264999985694885,0.5580000281333923,0.07450000196695328,-0.8264999985694885,-0.6421999931335449,-0.7282000184059143,0.23919999599456787,-0.6421999931335449,-0.7282000184059143,0.23919999599456787,-0.6421999931335449,-0.7282000184059143,0.23919999599456787,-0.6650999784469604,-0.5831000208854675,0.46650001406669617,-0.6650999784469604,-0.5831000208854675,0.46650001406669617,-0.6650999784469604,-0.5831000208854675,0.46650001406669617,0.4424000084400177,-0.8410000205039978,-0.31150001287460327,0.4424000084400177,-0.8410000205039978,-0.31150001287460327,0.4424000084400177,-0.8410000205039978,-0.31150001287460327,-0.8330000042915344,0.5253000259399414,-0.1737000048160553,-0.8330000042915344,0.5253000259399414,-0.1737000048160553,-0.8330000042915344,0.5253000259399414,-0.1737000048160553,0.2996000051498413,0.7544999718666077,-0.583899974822998,0.2996000051498413,0.7544999718666077,-0.583899974822998,0.2996000051498413,0.7544999718666077,-0.583899974822998,0.18310000002384186,-0.9825000166893005,-0.034699998795986176,0.18310000002384186,-0.9825000166893005,-0.034699998795986176,0.18310000002384186,-0.9825000166893005,-0.034699998795986176,0.486299991607666,0.8511000275611877,0.19779999554157257,0.486299991607666,0.8511000275611877,0.19779999554157257,0.486299991607666,0.8511000275611877,0.19779999554157257,-0.8395000100135803,0.042899999767541885,-0.541700005531311,-0.8395000100135803,0.042899999767541885,-0.541700005531311,-0.8395000100135803,0.042899999767541885,-0.541700005531311,-0.45179998874664307,-0.6485999822616577,-0.612500011920929,-0.45179998874664307,-0.6485999822616577,-0.612500011920929,-0.45179998874664307,-0.6485999822616577,-0.612500011920929,0.21940000355243683,-0.9666000008583069,-0.1324000060558319,0.21940000355243683,-0.9666000008583069,-0.1324000060558319,0.21940000355243683,-0.9666000008583069,-0.1324000060558319,0.6019999980926514,0.4284999966621399,-0.6736999750137329,0.6019999980926514,0.4284999966621399,-0.6736999750137329,0.6019999980926514,0.4284999966621399,-0.6736999750137329,-0.09489999711513519,0.9814000129699707,0.1670999974012375,-0.09489999711513519,0.9814000129699707,0.1670999974012375,-0.09489999711513519,0.9814000129699707,0.1670999974012375,-0.17000000178813934,0.6256999969482422,-0.7613000273704529,-0.17000000178813934,0.6256999969482422,-0.7613000273704529,-0.17000000178813934,0.6256999969482422,-0.7613000273704529,0.7430999875068665,0.27720001339912415,-0.6090999841690063,0.7430999875068665,0.27720001339912415,-0.6090999841690063,0.7430999875068665,0.27720001339912415,-0.6090999841690063,0.7092000246047974,-0.39430001378059387,0.5843999981880188,0.7092000246047974,-0.39430001378059387,0.5843999981880188,0.7092000246047974,-0.39430001378059387,0.5843999981880188,-0.8181999921798706,-0.022199999541044235,-0.5745000243186951,-0.8181999921798706,-0.022199999541044235,-0.5745000243186951,-0.8181999921798706,-0.022199999541044235,-0.5745000243186951,0.6854000091552734,-0.5913000106811523,-0.42489999532699585,0.6854000091552734,-0.5913000106811523,-0.42489999532699585,0.6854000091552734,-0.5913000106811523,-0.42489999532699585,-0.850600004196167,-0.4555000066757202,0.262800008058548,-0.850600004196167,-0.4555000066757202,0.262800008058548,-0.850600004196167,-0.4555000066757202,0.262800008058548,0.7649999856948853,0.6022999882698059,-0.2282000035047531,0.7649999856948853,0.6022999882698059,-0.2282000035047531,0.7649999856948853,0.6022999882698059,-0.2282000035047531,-0.6154999732971191,-0.5938000082969666,0.5181999802589417,-0.6154999732971191,-0.5938000082969666,0.5181999802589417,-0.6154999732971191,-0.5938000082969666,0.5181999802589417,-0.16249999403953552,0.842199981212616,-0.51419997215271,-0.16249999403953552,0.842199981212616,-0.51419997215271,-0.16249999403953552,0.842199981212616,-0.51419997215271,-0.560699999332428,-0.8238000273704529,-0.08370000123977661,-0.560699999332428,-0.8238000273704529,-0.08370000123977661,-0.560699999332428,-0.8238000273704529,-0.08370000123977661,-0.3206000030040741,0.9185000061988831,-0.23160000145435333,-0.3206000030040741,0.9185000061988831,-0.23160000145435333,-0.3206000030040741,0.9185000061988831,-0.23160000145435333,0.4325999915599823,-0.8984000086784363,0.07590000331401825,0.4325999915599823,-0.8984000086784363,0.07590000331401825,0.4325999915599823,-0.8984000086784363,0.07590000331401825,-0.7287999987602234,0.4668000042438507,0.5008999705314636,-0.7287999987602234,0.4668000042438507,0.5008999705314636,-0.7287999987602234,0.4668000042438507,0.5008999705314636,0.3774999976158142,0.8729000091552734,-0.3091000020503998,0.3774999976158142,0.8729000091552734,-0.3091000020503998,0.3774999976158142,0.8729000091552734,-0.3091000020503998,0.27720001339912415,-0.8259999752044678,-0.49079999327659607,0.27720001339912415,-0.8259999752044678,-0.49079999327659607,0.27720001339912415,-0.8259999752044678,-0.49079999327659607,0.8680999875068665,0.19979999959468842,0.4544999897480011,0.8680999875068665,0.19979999959468842,0.4544999897480011,0.8680999875068665,0.19979999959468842,0.4544999897480011,-0.9997000098228455,-0.01759999990463257,0.01759999990463257,-0.9997000098228455,-0.01759999990463257,0.01759999990463257,-0.9997000098228455,-0.01759999990463257,0.01759999990463257,0.2240999937057495,0.7416999936103821,-0.6322000026702881,0.2240999937057495,0.7416999936103821,-0.6322000026702881,0.2240999937057495,0.7416999936103821,-0.6322000026702881,0.1949000060558319,-0.9695000052452087,-0.14880000054836273,0.1949000060558319,-0.9695000052452087,-0.14880000054836273,0.1949000060558319,-0.9695000052452087,-0.14880000054836273,-0.64410001039505,0.4496000111103058,-0.6187999844551086,-0.64410001039505,0.4496000111103058,-0.6187999844551086,-0.64410001039505,0.4496000111103058,-0.6187999844551086,0.5117999911308289,0.5979999899864197,-0.6168000102043152,0.5117999911308289,0.5979999899864197,-0.6168000102043152,0.5117999911308289,0.5979999899864197,-0.6168000102043152,0.6437000036239624,0.6395000219345093,-0.4203999936580658,0.6437000036239624,0.6395000219345093,-0.4203999936580658,0.6437000036239624,0.6395000219345093,-0.4203999936580658,-0.16380000114440918,-0.9724000096321106,0.16609999537467957,-0.16380000114440918,-0.9724000096321106,0.16609999537467957,-0.16380000114440918,-0.9724000096321106,0.16609999537467957,0.76910001039505,-0.25589999556541443,0.5856999754905701,0.76910001039505,-0.25589999556541443,0.5856999754905701,0.76910001039505,-0.25589999556541443,0.5856999754905701,-0.02410000003874302,0.8946999907493591,-0.44609999656677246,-0.02410000003874302,0.8946999907493591,-0.44609999656677246,-0.02410000003874302,0.8946999907493591,-0.44609999656677246,-0.980400025844574,-0.16419999301433563,0.10890000313520432,-0.980400025844574,-0.16419999301433563,0.10890000313520432,-0.980400025844574,-0.16419999301433563,0.10890000313520432,0.5903000235557556,0.7458999752998352,0.30869999527931213,0.5903000235557556,0.7458999752998352,0.30869999527931213,0.5903000235557556,0.7458999752998352,0.30869999527931213,0.9711999893188477,-0.09740000218153,0.2175000011920929,0.9711999893188477,-0.09740000218153,0.2175000011920929,0.9711999893188477,-0.09740000218153,0.2175000011920929,0.7545999884605408,-0.5821999907493591,0.3025999963283539,0.7545999884605408,-0.5821999907493591,0.3025999963283539,0.7545999884605408,-0.5821999907493591,0.3025999963283539,-0.3675000071525574,0.1657000035047531,0.9151999950408936,-0.3675000071525574,0.1657000035047531,0.9151999950408936,-0.3675000071525574,0.1657000035047531,0.9151999950408936,0.5950999855995178,-0.4406000077724457,-0.6722000241279602,0.5950999855995178,-0.4406000077724457,-0.6722000241279602,0.5950999855995178,-0.4406000077724457,-0.6722000241279602,0.14350000023841858,-0.8723999857902527,0.46720001101493835,0.14350000023841858,-0.8723999857902527,0.46720001101493835,0.14350000023841858,-0.8723999857902527,0.46720001101493835,0.51419997215271,-0.53329998254776,0.6717000007629395,0.51419997215271,-0.53329998254776,0.6717000007629395,0.51419997215271,-0.53329998254776,0.6717000007629395,-0.6662999987602234,-0.4959000051021576,0.5568000078201294,-0.6662999987602234,-0.4959000051021576,0.5568000078201294,-0.6662999987602234,-0.4959000051021576,0.5568000078201294,0.8683000206947327,0.042899999767541885,-0.4941999912261963,0.8683000206947327,0.042899999767541885,-0.4941999912261963,0.8683000206947327,0.042899999767541885,-0.4941999912261963,-0.9962000250816345,0.0617000013589859,-0.06129999831318855,-0.9962000250816345,0.0617000013589859,-0.06129999831318855,-0.9962000250816345,0.0617000013589859,-0.06129999831318855,0.027799999341368675,0.8357999920845032,-0.5483999848365784,0.027799999341368675,0.8357999920845032,-0.5483999848365784,0.027799999341368675,0.8357999920845032,-0.5483999848365784,0.20080000162124634,0.9639999866485596,0.17409999668598175,0.20080000162124634,0.9639999866485596,0.17409999668598175,0.20080000162124634,0.9639999866485596,0.17409999668598175,0.0738999992609024,-0.39239999651908875,0.9168000221252441,0.0738999992609024,-0.39239999651908875,0.9168000221252441,0.0738999992609024,-0.39239999651908875,0.9168000221252441,0.014499999582767487,-0.2696000039577484,0.9628999829292297,0.014499999582767487,-0.2696000039577484,0.9628999829292297,0.014499999582767487,-0.2696000039577484,0.9628999829292297,0.1712000072002411,0.21359999477863312,-0.9617999792098999,0.1712000072002411,0.21359999477863312,-0.9617999792098999,0.1712000072002411,0.21359999477863312,-0.9617999792098999,-0.0019000000320374966,0.9926999807357788,0.12080000340938568,-0.0019000000320374966,0.9926999807357788,0.12080000340938568,-0.0019000000320374966,0.9926999807357788,0.12080000340938568,0.18060000240802765,0.07050000131130219,-0.9810000061988831,0.18060000240802765,0.07050000131130219,-0.9810000061988831,0.18060000240802765,0.07050000131130219,-0.9810000061988831,-0.0908999964594841,-0.31470000743865967,-0.9448000192642212,-0.0908999964594841,-0.31470000743865967,-0.9448000192642212,-0.0908999964594841,-0.31470000743865967,-0.9448000192642212,0.04859999939799309,0.939300000667572,0.33959999680519104,0.04859999939799309,0.939300000667572,0.33959999680519104,0.04859999939799309,0.939300000667572,0.33959999680519104,0.4855000078678131,0.7815999984741211,-0.39160001277923584,0.4855000078678131,0.7815999984741211,-0.39160001277923584,0.4855000078678131,0.7815999984741211,-0.39160001277923584,-0.11209999769926071,-0.9660000205039978,0.2328999936580658,-0.11209999769926071,-0.9660000205039978,0.2328999936580658,-0.11209999769926071,-0.9660000205039978,0.2328999936580658,0.4478999972343445,0.7843000292778015,-0.4293000102043152,0.4478999972343445,0.7843000292778015,-0.4293000102043152,0.4478999972343445,0.7843000292778015,-0.4293000102043152,0.3495999872684479,0.7554000020027161,-0.5541999936103821,0.3495999872684479,0.7554000020027161,-0.5541999936103821,0.3495999872684479,0.7554000020027161,-0.5541999936103821,-0.911300003528595,-0.40939998626708984,-0.043699998408555984,-0.911300003528595,-0.40939998626708984,-0.043699998408555984,-0.911300003528595,-0.40939998626708984,-0.043699998408555984,0.486299991607666,-0.7972000241279602,-0.3578999936580658,0.486299991607666,-0.7972000241279602,-0.3578999936580658,0.486299991607666,-0.7972000241279602,-0.3578999936580658,0.989300012588501,-0.13910000026226044,-0.04349999874830246,0.989300012588501,-0.13910000026226044,-0.04349999874830246,0.989300012588501,-0.13910000026226044,-0.04349999874830246,0.35659998655319214,0.9291999936103821,0.09740000218153,0.35659998655319214,0.9291999936103821,0.09740000218153,0.35659998655319214,0.9291999936103821,0.09740000218153,0.5130000114440918,0.8521999716758728,-0.10289999842643738,0.5130000114440918,0.8521999716758728,-0.10289999842643738,0.5130000114440918,0.8521999716758728,-0.10289999842643738,-0.8472999930381775,0.32839998602867126,-0.41749998927116394,-0.8472999930381775,0.32839998602867126,-0.41749998927116394,-0.8472999930381775,0.32839998602867126,-0.41749998927116394,-0.8966000080108643,0.22529999911785126,0.38109999895095825,-0.8966000080108643,0.22529999911785126,0.38109999895095825,-0.8966000080108643,0.22529999911785126,0.38109999895095825,-0.484499990940094,0.821399986743927,0.30090001225471497,-0.484499990940094,0.821399986743927,0.30090001225471497,-0.484499990940094,0.821399986743927,0.30090001225471497,0.739300012588501,0.06599999964237213,-0.6700999736785889,0.739300012588501,0.06599999964237213,-0.6700999736785889,0.739300012588501,0.06599999964237213,-0.6700999736785889,0.5936999917030334,0.3400999903678894,-0.7293000221252441,0.5936999917030334,0.3400999903678894,-0.7293000221252441,0.5936999917030334,0.3400999903678894,-0.7293000221252441,-0.5522000193595886,-0.4244999885559082,0.7175999879837036,-0.5522000193595886,-0.4244999885559082,0.7175999879837036,-0.5522000193595886,-0.4244999885559082,0.7175999879837036,-0.9444000124931335,0.24050000309944153,0.22419999539852142,-0.9444000124931335,0.24050000309944153,0.22419999539852142,-0.9444000124931335,0.24050000309944153,0.22419999539852142,0.9545999765396118,0.2766999900341034,-0.11079999804496765,0.9545999765396118,0.2766999900341034,-0.11079999804496765,0.9545999765396118,0.2766999900341034,-0.11079999804496765,-0.43389999866485596,0.84170001745224,-0.32120001316070557,-0.43389999866485596,0.84170001745224,-0.32120001316070557,-0.43389999866485596,0.84170001745224,-0.32120001316070557,0.9753999710083008,-0.21070000529289246,-0.06440000236034393,0.9753999710083008,-0.21070000529289246,-0.06440000236034393,0.9753999710083008,-0.21070000529289246,-0.06440000236034393,0.25119999051094055,-0.8608999848365784,-0.4424999952316284,0.25119999051094055,-0.8608999848365784,-0.4424999952316284,0.25119999051094055,-0.8608999848365784,-0.4424999952316284,-0.9424999952316284,-0.09139999747276306,-0.3215999901294708,-0.9424999952316284,-0.09139999747276306,-0.3215999901294708,-0.9424999952316284,-0.09139999747276306,-0.3215999901294708,0.4805000126361847,0.7305999994277954,-0.4851999878883362,0.4805000126361847,0.7305999994277954,-0.4851999878883362,0.4805000126361847,0.7305999994277954,-0.4851999878883362,0.519599974155426,0.3736000061035156,0.7684000134468079,0.519599974155426,0.3736000061035156,0.7684000134468079,0.519599974155426,0.3736000061035156,0.7684000134468079,0.008100000210106373,-0.9980000257492065,0.06319999694824219,0.008100000210106373,-0.9980000257492065,0.06319999694824219,0.008100000210106373,-0.9980000257492065,0.06319999694824219,-0.9108999967575073,-0.33079999685287476,0.24660000205039978,-0.9108999967575073,-0.33079999685287476,0.24660000205039978,-0.9108999967575073,-0.33079999685287476,0.24660000205039978,0.9124000072479248,0.32280001044273376,-0.251800000667572,0.9124000072479248,0.32280001044273376,-0.251800000667572,0.9124000072479248,0.32280001044273376,-0.251800000667572,-0.09809999912977219,0.15520000457763672,0.9829999804496765,-0.09809999912977219,0.15520000457763672,0.9829999804496765,-0.09809999912977219,0.15520000457763672,0.9829999804496765,-0.03440000116825104,-0.9236000180244446,0.38190001249313354,-0.03440000116825104,-0.9236000180244446,0.38190001249313354,-0.03440000116825104,-0.9236000180244446,0.38190001249313354,0.8891000151634216,0.4075999855995178,-0.20810000598430634,0.8891000151634216,0.4075999855995178,-0.20810000598430634,0.8891000151634216,0.4075999855995178,-0.20810000598430634,-0.8792999982833862,0.25360000133514404,-0.4032000005245209,-0.8792999982833862,0.25360000133514404,-0.4032000005245209,-0.8792999982833862,0.25360000133514404,-0.4032000005245209,-0.42500001192092896,-0.19869999587535858,0.8830999732017517,-0.42500001192092896,-0.19869999587535858,0.8830999732017517,-0.42500001192092896,-0.19869999587535858,0.8830999732017517,0.49619999527931213,-0.03849999979138374,0.8673999905586243,0.49619999527931213,-0.03849999979138374,0.8673999905586243,0.49619999527931213,-0.03849999979138374,0.8673999905586243,-0.5347999930381775,0.8438000082969666,0.04540000110864639,-0.5347999930381775,0.8438000082969666,0.04540000110864639,-0.5347999930381775,0.8438000082969666,0.04540000110864639,0.16249999403953552,-0.9781000018119812,-0.13009999692440033,0.16249999403953552,-0.9781000018119812,-0.13009999692440033,0.16249999403953552,-0.9781000018119812,-0.13009999692440033,-0.6499999761581421,0.7217000126838684,-0.23810000717639923,-0.6499999761581421,0.7217000126838684,-0.23810000717639923,-0.6499999761581421,0.7217000126838684,-0.23810000717639923,0.9433000087738037,0.19110000133514404,-0.27129998803138733,0.9433000087738037,0.19110000133514404,-0.27129998803138733,0.9433000087738037,0.19110000133514404,-0.27129998803138733,-0.19030000269412994,0.9779000282287598,0.08699999749660492,-0.19030000269412994,0.9779000282287598,0.08699999749660492,-0.19030000269412994,0.9779000282287598,0.08699999749660492,0.9580000042915344,0.2547999918460846,-0.13179999589920044,0.9580000042915344,0.2547999918460846,-0.13179999589920044,0.9580000042915344,0.2547999918460846,-0.13179999589920044,-0.58160001039505,-0.7961999773979187,0.1664000004529953,-0.58160001039505,-0.7961999773979187,0.1664000004529953,-0.58160001039505,-0.7961999773979187,0.1664000004529953,-0.8981999754905701,0.37869998812675476,-0.22310000658035278,-0.8981999754905701,0.37869998812675476,-0.22310000658035278,-0.8981999754905701,0.37869998812675476,-0.22310000658035278,0.9277999997138977,-0.009100000374019146,0.37299999594688416,0.9277999997138977,-0.009100000374019146,0.37299999594688416,0.9277999997138977,-0.009100000374019146,0.37299999594688416,0.6790000200271606,-0.47350001335144043,-0.5609999895095825,0.6790000200271606,-0.47350001335144043,-0.5609999895095825,0.6790000200271606,-0.47350001335144043,-0.5609999895095825,0.722100019454956,0.486299991607666,-0.4921000003814697,0.722100019454956,0.486299991607666,-0.4921000003814697,0.722100019454956,0.486299991607666,-0.4921000003814697,-0.46070000529289246,-0.5608999729156494,-0.6879000067710876,-0.46070000529289246,-0.5608999729156494,-0.6879000067710876,-0.46070000529289246,-0.5608999729156494,-0.6879000067710876,0.6248999834060669,0.2849000096321106,-0.7268999814987183,0.6248999834060669,0.2849000096321106,-0.7268999814987183,0.6248999834060669,0.2849000096321106,-0.7268999814987183,0.607200026512146,0.7215999960899353,-0.3327000141143799,0.607200026512146,0.7215999960899353,-0.3327000141143799,0.607200026512146,0.7215999960899353,-0.3327000141143799,-0.6032999753952026,-0.7957000136375427,0.053599998354911804,-0.6032999753952026,-0.7957000136375427,0.053599998354911804,-0.6032999753952026,-0.7957000136375427,0.053599998354911804,-0.84170001745224,-0.4068000018596649,0.35499998927116394,-0.84170001745224,-0.4068000018596649,0.35499998927116394,-0.84170001745224,-0.4068000018596649,0.35499998927116394,0.89410001039505,-0.3240000009536743,-0.3091000020503998,0.89410001039505,-0.3240000009536743,-0.3091000020503998,0.89410001039505,-0.3240000009536743,-0.3091000020503998,-0.8881000280380249,0.28119999170303345,-0.3637000024318695,-0.8881000280380249,0.28119999170303345,-0.3637000024318695,-0.8881000280380249,0.28119999170303345,-0.3637000024318695,0.7684999704360962,-0.6053000092506409,-0.20739999413490295,0.7684999704360962,-0.6053000092506409,-0.20739999413490295,0.7684999704360962,-0.6053000092506409,-0.20739999413490295,-0.34850001335144043,0.9340000152587891,-0.07890000194311142,-0.34850001335144043,0.9340000152587891,-0.07890000194311142,-0.34850001335144043,0.9340000152587891,-0.07890000194311142,0.9932000041007996,0.0421999990940094,-0.10859999805688858,0.9932000041007996,0.0421999990940094,-0.10859999805688858,0.9932000041007996,0.0421999990940094,-0.10859999805688858,0.5633999705314636,0.6847000122070312,0.46230000257492065,0.5633999705314636,0.6847000122070312,0.46230000257492065,0.5633999705314636,0.6847000122070312,0.46230000257492065,-0.24549999833106995,-0.2922999858856201,-0.9243000149726868,-0.24549999833106995,-0.2922999858856201,-0.9243000149726868,-0.24549999833106995,-0.2922999858856201,-0.9243000149726868,-0.31779998540878296,-0.9416999816894531,0.11079999804496765,-0.31779998540878296,-0.9416999816894531,0.11079999804496765,-0.31779998540878296,-0.9416999816894531,0.11079999804496765,0.8852999806404114,0.4471000134944916,0.1274999976158142,0.8852999806404114,0.4471000134944916,0.1274999976158142,0.8852999806404114,0.4471000134944916,0.1274999976158142,-0.8525999784469604,-0.5135999917984009,-0.0966000035405159,-0.8525999784469604,-0.5135999917984009,-0.0966000035405159,-0.8525999784469604,-0.5135999917984009,-0.0966000035405159,0.70660001039505,-0.7050999999046326,-0.05920000001788139,0.70660001039505,-0.7050999999046326,-0.05920000001788139,0.70660001039505,-0.7050999999046326,-0.05920000001788139,0.786300003528595,-0.2833999991416931,0.5490000247955322,0.786300003528595,-0.2833999991416931,0.5490000247955322,0.786300003528595,-0.2833999991416931,0.5490000247955322,0.34869998693466187,-0.9240999817848206,-0.15649999678134918,0.34869998693466187,-0.9240999817848206,-0.15649999678134918,0.34869998693466187,-0.9240999817848206,-0.15649999678134918,-0.37049999833106995,0.3384000062942505,0.8650000095367432,-0.37049999833106995,0.3384000062942505,0.8650000095367432,-0.37049999833106995,0.3384000062942505,0.8650000095367432,0.6370000243186951,0.7318999767303467,0.2418999969959259,0.6370000243186951,0.7318999767303467,0.2418999969959259,0.6370000243186951,0.7318999767303467,0.2418999969959259,0.37700000405311584,0.8622000217437744,0.3384999930858612,0.37700000405311584,0.8622000217437744,0.3384999930858612,0.37700000405311584,0.8622000217437744,0.3384999930858612,-0.14470000565052032,-0.1607999950647354,0.9763000011444092,-0.14470000565052032,-0.1607999950647354,0.9763000011444092,-0.14470000565052032,-0.1607999950647354,0.9763000011444092,-0.5275999903678894,-0.27720001339912415,0.8029999732971191,-0.5275999903678894,-0.27720001339912415,0.8029999732971191,-0.5275999903678894,-0.27720001339912415,0.8029999732971191,0.9940000176429749,-0.01269999984651804,0.10890000313520432,0.9940000176429749,-0.01269999984651804,0.10890000313520432,0.9940000176429749,-0.01269999984651804,0.10890000313520432,0.3896999955177307,-0.41130000352859497,0.8240000009536743,0.3896999955177307,-0.41130000352859497,0.8240000009536743,0.3896999955177307,-0.41130000352859497,0.8240000009536743,0.4189000129699707,0.19920000433921814,0.8859000205993652,0.4189000129699707,0.19920000433921814,0.8859000205993652,0.4189000129699707,0.19920000433921814,0.8859000205993652,-0.5742999911308289,0.6468999981880188,0.5016999840736389,-0.5742999911308289,0.6468999981880188,0.5016999840736389,-0.5742999911308289,0.6468999981880188,0.5016999840736389,0.7124999761581421,0.47920000553131104,-0.512499988079071,0.7124999761581421,0.47920000553131104,-0.512499988079071,0.7124999761581421,0.47920000553131104,-0.512499988079071,0.5630999803543091,0.8064000010490417,0.18080000579357147,0.5630999803543091,0.8064000010490417,0.18080000579357147,0.5630999803543091,0.8064000010490417,0.18080000579357147,0.9682999849319458,0.17759999632835388,-0.17560000717639923,0.9682999849319458,0.17759999632835388,-0.17560000717639923,0.9682999849319458,0.17759999632835388,-0.17560000717639923,0.3463999927043915,0.7346000075340271,0.583299994468689,0.3463999927043915,0.7346000075340271,0.583299994468689,0.3463999927043915,0.7346000075340271,0.583299994468689,-0.22429999709129333,-0.9157999753952026,-0.33320000767707825,-0.22429999709129333,-0.9157999753952026,-0.33320000767707825,-0.22429999709129333,-0.9157999753952026,-0.33320000767707825,-0.22949999570846558,0.43290001153945923,-0.8716999888420105,-0.22949999570846558,0.43290001153945923,-0.8716999888420105,-0.22949999570846558,0.43290001153945923,-0.8716999888420105,0.5493999719619751,0.4043999910354614,0.7311000227928162,0.5493999719619751,0.4043999910354614,0.7311000227928162,0.5493999719619751,0.4043999910354614,0.7311000227928162,-0.613099992275238,0.5776000022888184,-0.5389999747276306,-0.613099992275238,0.5776000022888184,-0.5389999747276306,-0.613099992275238,0.5776000022888184,-0.5389999747276306,0.3382999897003174,-0.8723999857902527,-0.35280001163482666,0.3382999897003174,-0.8723999857902527,-0.35280001163482666,0.3382999897003174,-0.8723999857902527,-0.35280001163482666,-0.6690999865531921,-0.6503999829292297,-0.3596999943256378,-0.6690999865531921,-0.6503999829292297,-0.3596999943256378,-0.6690999865531921,-0.6503999829292297,-0.3596999943256378,0.06830000132322311,-0.7537000179290771,0.6536999940872192,0.06830000132322311,-0.7537000179290771,0.6536999940872192,0.06830000132322311,-0.7537000179290771,0.6536999940872192,0.6539000272750854,0.6087999939918518,-0.44920000433921814,0.6539000272750854,0.6087999939918518,-0.44920000433921814,0.6539000272750854,0.6087999939918518,-0.44920000433921814,0.8845000267028809,0.39070001244544983,-0.2547999918460846,0.8845000267028809,0.39070001244544983,-0.2547999918460846,0.8845000267028809,0.39070001244544983,-0.2547999918460846,-0.05779999867081642,0.527999997138977,0.8472999930381775,-0.05779999867081642,0.527999997138977,0.8472999930381775,-0.05779999867081642,0.527999997138977,0.8472999930381775,-0.36970001459121704,-0.31459999084472656,0.8743000030517578,-0.36970001459121704,-0.31459999084472656,0.8743000030517578,-0.36970001459121704,-0.31459999084472656,0.8743000030517578,-0.96670001745224,-0.10090000182390213,0.23520000278949738,-0.96670001745224,-0.10090000182390213,0.23520000278949738,-0.96670001745224,-0.10090000182390213,0.23520000278949738,-0.05270000174641609,-0.23360000550746918,-0.9708999991416931,-0.05270000174641609,-0.23360000550746918,-0.9708999991416931,-0.05270000174641609,-0.23360000550746918,-0.9708999991416931,0.1023000031709671,0.23579999804496765,0.9664000272750854,0.1023000031709671,0.23579999804496765,0.9664000272750854,0.1023000031709671,0.23579999804496765,0.9664000272750854,-0.9954000115394592,0.04769999906420708,0.08349999785423279,-0.9954000115394592,0.04769999906420708,0.08349999785423279,-0.9954000115394592,0.04769999906420708,0.08349999785423279,0.3151000142097473,0.6525999903678894,-0.6891000270843506,0.3151000142097473,0.6525999903678894,-0.6891000270843506,0.3151000142097473,0.6525999903678894,-0.6891000270843506,0.12300000339746475,0.7930999994277954,-0.5965999960899353,0.12300000339746475,0.7930999994277954,-0.5965999960899353,0.12300000339746475,0.7930999994277954,-0.5965999960899353,-0.9836000204086304,0.1793999969959259,-0.020099999383091927,-0.9836000204086304,0.1793999969959259,-0.020099999383091927,-0.9836000204086304,0.1793999969959259,-0.020099999383091927,-0.9775999784469604,0.20739999413490295,0.03689999878406525,-0.9775999784469604,0.20739999413490295,0.03689999878406525,-0.9775999784469604,0.20739999413490295,0.03689999878406525,-0.7620000243186951,-0.17299999296665192,0.6241000294685364,-0.7620000243186951,-0.17299999296665192,0.6241000294685364,-0.7620000243186951,-0.17299999296665192,0.6241000294685364,-0.7195000052452087,0.6743000149726868,-0.1662999987602234,-0.7195000052452087,0.6743000149726868,-0.1662999987602234,-0.7195000052452087,0.6743000149726868,-0.1662999987602234,-0.49779999256134033,-0.8666999936103821,0.030500000342726707,-0.49779999256134033,-0.8666999936103821,0.030500000342726707,-0.49779999256134033,-0.8666999936103821,0.030500000342726707,-0.6291999816894531,-0.6335999965667725,0.45010000467300415,-0.6291999816894531,-0.6335999965667725,0.45010000467300415,-0.6291999816894531,-0.6335999965667725,0.45010000467300415,0.42579999566078186,0.7961999773979187,0.42989999055862427,0.42579999566078186,0.7961999773979187,0.42989999055862427,0.42579999566078186,0.7961999773979187,0.42989999055862427,0.8835999965667725,-0.30140000581741333,-0.35839998722076416,0.8835999965667725,-0.30140000581741333,-0.35839998722076416,0.8835999965667725,-0.30140000581741333,-0.35839998722076416,-0.6215000152587891,-0.7832000255584717,-0.01769999973475933,-0.6215000152587891,-0.7832000255584717,-0.01769999973475933,-0.6215000152587891,-0.7832000255584717,-0.01769999973475933,-0.6389999985694885,0.3321000039577484,-0.6937999725341797,-0.6389999985694885,0.3321000039577484,-0.6937999725341797,-0.6389999985694885,0.3321000039577484,-0.6937999725341797,-0.08129999786615372,0.9674000144004822,-0.23980000615119934,-0.08129999786615372,0.9674000144004822,-0.23980000615119934,-0.08129999786615372,0.9674000144004822,-0.23980000615119934,-0.41200000047683716,0.8787000179290771,-0.2409999966621399,-0.41200000047683716,0.8787000179290771,-0.2409999966621399,-0.41200000047683716,0.8787000179290771,-0.2409999966621399,-0.9570000171661377,0.09520000219345093,0.27410000562667847,-0.9570000171661377,0.09520000219345093,0.27410000562667847,-0.9570000171661377,0.09520000219345093,0.27410000562667847,-0.6761000156402588,-0.6535000205039978,0.34040001034736633,-0.6761000156402588,-0.6535000205039978,0.34040001034736633,-0.6761000156402588,-0.6535000205039978,0.34040001034736633,0.9569000005722046,0.2079000025987625,0.2029999941587448,0.9569000005722046,0.2079000025987625,0.2029999941587448,0.9569000005722046,0.2079000025987625,0.2029999941587448,0.336899995803833,-0.9326000213623047,0.12970000505447388,0.336899995803833,-0.9326000213623047,0.12970000505447388,0.336899995803833,-0.9326000213623047,0.12970000505447388,0.06780000030994415,-0.9940000176429749,-0.08590000122785568,0.06780000030994415,-0.9940000176429749,-0.08590000122785568,0.06780000030994415,-0.9940000176429749,-0.08590000122785568,-0.6847000122070312,0.7164000272750854,-0.13359999656677246,-0.6847000122070312,0.7164000272750854,-0.13359999656677246,-0.6847000122070312,0.7164000272750854,-0.13359999656677246,0.40149998664855957,0.881600022315979,-0.2483000010251999,0.40149998664855957,0.881600022315979,-0.2483000010251999,0.40149998664855957,0.881600022315979,-0.2483000010251999,-0.7461000084877014,-0.6003000140190125,0.2879999876022339,-0.7461000084877014,-0.6003000140190125,0.2879999876022339,-0.7461000084877014,-0.6003000140190125,0.2879999876022339,0.39739999175071716,-0.334199994802475,-0.8546000123023987,0.39739999175071716,-0.334199994802475,-0.8546000123023987,0.39739999175071716,-0.334199994802475,-0.8546000123023987,0.7978000044822693,-0.4066999852657318,-0.44510000944137573,0.7978000044822693,-0.4066999852657318,-0.44510000944137573,0.7978000044822693,-0.4066999852657318,-0.44510000944137573,0.35690000653266907,0.011300000362098217,0.9340999722480774,0.35690000653266907,0.011300000362098217,0.9340999722480774,0.35690000653266907,0.011300000362098217,0.9340999722480774,0.7325000166893005,0.5349000096321106,0.42100000381469727,0.7325000166893005,0.5349000096321106,0.42100000381469727,0.7325000166893005,0.5349000096321106,0.42100000381469727,0.4302000105381012,0.4828999936580658,0.7627000212669373,0.4302000105381012,0.4828999936580658,0.7627000212669373,0.4302000105381012,0.4828999936580658,0.7627000212669373,0.400299996137619,-0.48590001463890076,0.7768999934196472,0.400299996137619,-0.48590001463890076,0.7768999934196472,0.400299996137619,-0.48590001463890076,0.7768999934196472,0.9325000047683716,0.34940001368522644,-0.09160000085830688,0.9325000047683716,0.34940001368522644,-0.09160000085830688,0.9325000047683716,0.34940001368522644,-0.09160000085830688,0.6564000248908997,-0.36309999227523804,0.661300003528595,0.6564000248908997,-0.36309999227523804,0.661300003528595,0.6564000248908997,-0.36309999227523804,0.661300003528595,-0.9767000079154968,-0.04780000075697899,0.20909999310970306,-0.9767000079154968,-0.04780000075697899,0.20909999310970306,-0.9767000079154968,-0.04780000075697899,0.20909999310970306,0.40959998965263367,0.6984000205993652,-0.586899995803833,0.40959998965263367,0.6984000205993652,-0.586899995803833,0.40959998965263367,0.6984000205993652,-0.586899995803833,0.3752000033855438,0.6218000054359436,0.6873999834060669,0.3752000033855438,0.6218000054359436,0.6873999834060669,0.3752000033855438,0.6218000054359436,0.6873999834060669,0.3393000066280365,-0.8913999795913696,-0.3005000054836273,0.3393000066280365,-0.8913999795913696,-0.3005000054836273,0.3393000066280365,-0.8913999795913696,-0.3005000054836273,-0.986299991607666,0.020800000056624413,-0.16359999775886536,-0.986299991607666,0.020800000056624413,-0.16359999775886536,-0.986299991607666,0.020800000056624413,-0.16359999775886536,0.5480999946594238,-0.271699994802475,0.791100025177002,0.5480999946594238,-0.271699994802475,0.791100025177002,0.5480999946594238,-0.271699994802475,0.791100025177002,-0.7354000210762024,0.6425999999046326,0.2152000069618225,-0.7354000210762024,0.6425999999046326,0.2152000069618225,-0.7354000210762024,0.6425999999046326,0.2152000069618225,0.9592000246047974,-0.26759999990463257,0.09099999815225601,0.9592000246047974,-0.26759999990463257,0.09099999815225601,0.9592000246047974,-0.26759999990463257,0.09099999815225601,-0.21549999713897705,-0.967199981212616,0.13420000672340393,-0.21549999713897705,-0.967199981212616,0.13420000672340393,-0.21549999713897705,-0.967199981212616,0.13420000672340393,-0.9247999787330627,-0.38040000200271606,-0.00860000029206276,-0.9247999787330627,-0.38040000200271606,-0.00860000029206276,-0.9247999787330627,-0.38040000200271606,-0.00860000029206276,-0.2199999988079071,0.7353000044822693,0.640999972820282,-0.2199999988079071,0.7353000044822693,0.640999972820282,-0.2199999988079071,0.7353000044822693,0.640999972820282,0.8518999814987183,-0.29679998755455017,0.43140000104904175,0.8518999814987183,-0.29679998755455017,0.43140000104904175,0.8518999814987183,-0.29679998755455017,0.43140000104904175,-0.8863000273704529,-0.4189000129699707,0.19750000536441803,-0.8863000273704529,-0.4189000129699707,0.19750000536441803,-0.8863000273704529,-0.4189000129699707,0.19750000536441803,-0.17489999532699585,0.2676999866962433,0.9474999904632568,-0.17489999532699585,0.2676999866962433,0.9474999904632568,-0.17489999532699585,0.2676999866962433,0.9474999904632568,-0.15839999914169312,-0.8615999817848206,0.4821999967098236,-0.15839999914169312,-0.8615999817848206,0.4821999967098236,-0.15839999914169312,-0.8615999817848206,0.4821999967098236,0.6284000277519226,0.7598000168800354,-0.16689999401569366,0.6284000277519226,0.7598000168800354,-0.16689999401569366,0.6284000277519226,0.7598000168800354,-0.16689999401569366,0.9451000094413757,-0.20919999480247498,-0.250900000333786,0.9451000094413757,-0.20919999480247498,-0.250900000333786,0.9451000094413757,-0.20919999480247498,-0.250900000333786,-0.4805999994277954,-0.8267999887466431,-0.2921000123023987,-0.4805999994277954,-0.8267999887466431,-0.2921000123023987,-0.4805999994277954,-0.8267999887466431,-0.2921000123023987,0.353300005197525,-0.774399995803833,0.5248000025749207,0.353300005197525,-0.774399995803833,0.5248000025749207,0.353300005197525,-0.774399995803833,0.5248000025749207,0.15809999406337738,0.8787999749183655,-0.45010000467300415,0.15809999406337738,0.8787999749183655,-0.45010000467300415,0.15809999406337738,0.8787999749183655,-0.45010000467300415,0.21860000491142273,-0.5932999849319458,0.7748000025749207,0.21860000491142273,-0.5932999849319458,0.7748000025749207,0.21860000491142273,-0.5932999849319458,0.7748000025749207,0.6771000027656555,0.32749998569488525,-0.6589999794960022,0.6771000027656555,0.32749998569488525,-0.6589999794960022,0.6771000027656555,0.32749998569488525,-0.6589999794960022,-0.475600004196167,-0.7588000297546387,0.44510000944137573,-0.475600004196167,-0.7588000297546387,0.44510000944137573,-0.475600004196167,-0.7588000297546387,0.44510000944137573,-0.14970000088214874,-0.6970000267028809,0.701200008392334,-0.14970000088214874,-0.6970000267028809,0.701200008392334,-0.14970000088214874,-0.6970000267028809,0.701200008392334,-0.970300018787384,0.23569999635219574,0.0551999993622303,-0.970300018787384,0.23569999635219574,0.0551999993622303,-0.970300018787384,0.23569999635219574,0.0551999993622303,0.4156000018119812,0.7296000123023987,0.5430999994277954,0.4156000018119812,0.7296000123023987,0.5430999994277954,0.4156000018119812,0.7296000123023987,0.5430999994277954,-0.6455000042915344,0.5971999764442444,-0.47609999775886536,-0.6455000042915344,0.5971999764442444,-0.47609999775886536,-0.6455000042915344,0.5971999764442444,-0.47609999775886536,-0.26080000400543213,-0.9016000032424927,-0.3450999855995178,-0.26080000400543213,-0.9016000032424927,-0.3450999855995178,-0.26080000400543213,-0.9016000032424927,-0.3450999855995178,0.015300000086426735,-0.36469998955726624,-0.9309999942779541,0.015300000086426735,-0.36469998955726624,-0.9309999942779541,0.015300000086426735,-0.36469998955726624,-0.9309999942779541,-0.9178000092506409,0.18209999799728394,0.3528999984264374,-0.9178000092506409,0.18209999799728394,0.3528999984264374,-0.9178000092506409,0.18209999799728394,0.3528999984264374,-0.3610999882221222,-0.6668000221252441,0.6518999934196472,-0.3610999882221222,-0.6668000221252441,0.6518999934196472,-0.3610999882221222,-0.6668000221252441,0.6518999934196472,-0.0544000007212162,0.5026000142097473,0.8628000020980835,-0.0544000007212162,0.5026000142097473,0.8628000020980835,-0.0544000007212162,0.5026000142097473,0.8628000020980835,0.6863999962806702,0.7268999814987183,-0.02280000038444996,0.6863999962806702,0.7268999814987183,-0.02280000038444996,0.6863999962806702,0.7268999814987183,-0.02280000038444996,-0.5967000126838684,-0.7121999859809875,0.3698999881744385,-0.5967000126838684,-0.7121999859809875,0.3698999881744385,-0.5967000126838684,-0.7121999859809875,0.3698999881744385,0.9776999950408936,0.17110000550746918,0.12200000137090683,0.9776999950408936,0.17110000550746918,0.12200000137090683,0.9776999950408936,0.17110000550746918,0.12200000137090683,0.03229999914765358,-0.9688000082969666,-0.24570000171661377,0.03229999914765358,-0.9688000082969666,-0.24570000171661377,0.03229999914765358,-0.9688000082969666,-0.24570000171661377,0.25429999828338623,0.9208999872207642,0.2953999936580658,0.25429999828338623,0.9208999872207642,0.2953999936580658,0.25429999828338623,0.9208999872207642,0.2953999936580658,0.697700023651123,-0.6841999888420105,0.21240000426769257,0.697700023651123,-0.6841999888420105,0.21240000426769257,0.697700023651123,-0.6841999888420105,0.21240000426769257,0.13169999420642853,-0.4699000120162964,-0.8727999925613403,0.13169999420642853,-0.4699000120162964,-0.8727999925613403,0.13169999420642853,-0.4699000120162964,-0.8727999925613403,0.9678999781608582,-0.24979999661445618,0.02669999934732914,0.9678999781608582,-0.24979999661445618,0.02669999934732914,0.9678999781608582,-0.24979999661445618,0.02669999934732914,-0.88919997215271,-0.4122999906539917,-0.19840000569820404,-0.88919997215271,-0.4122999906539917,-0.19840000569820404,-0.88919997215271,-0.4122999906539917,-0.19840000569820404,0.6682999730110168,0.7396000027656555,-0.0794999971985817,0.6682999730110168,0.7396000027656555,-0.0794999971985817,0.6682999730110168,0.7396000027656555,-0.0794999971985817,-0.33970001339912415,0.7638000249862671,-0.5489000082015991,-0.33970001339912415,0.7638000249862671,-0.5489000082015991,-0.33970001339912415,0.7638000249862671,-0.5489000082015991,0.14000000059604645,-0.630299985408783,0.7635999917984009,0.14000000059604645,-0.630299985408783,0.7635999917984009,0.14000000059604645,-0.630299985408783,0.7635999917984009,-0.8428000211715698,-0.42320001125335693,0.33250001072883606,-0.8428000211715698,-0.42320001125335693,0.33250001072883606,-0.8428000211715698,-0.42320001125335693,0.33250001072883606,0.6552000045776367,0.2567000091075897,-0.7105000019073486,0.6552000045776367,0.2567000091075897,-0.7105000019073486,0.6552000045776367,0.2567000091075897,-0.7105000019073486,0.2418999969959259,0.44830000400543213,0.8604999780654907,0.2418999969959259,0.44830000400543213,0.8604999780654907,0.2418999969959259,0.44830000400543213,0.8604999780654907,0.11999999731779099,0.519599974155426,-0.8460000157356262,0.11999999731779099,0.519599974155426,-0.8460000157356262,0.11999999731779099,0.519599974155426,-0.8460000157356262,-0.03229999914765358,0.19789999723434448,0.9797000288963318,-0.03229999914765358,0.19789999723434448,0.9797000288963318,-0.03229999914765358,0.19789999723434448,0.9797000288963318,0.6833999752998352,0.5426999926567078,0.48829999566078186,0.6833999752998352,0.5426999926567078,0.48829999566078186,0.6833999752998352,0.5426999926567078,0.48829999566078186,-0.36489999294281006,0.9301999807357788,-0.03970000147819519,-0.36489999294281006,0.9301999807357788,-0.03970000147819519,-0.36489999294281006,0.9301999807357788,-0.03970000147819519,0.6230999827384949,0.6535000205039978,-0.42969998717308044,0.6230999827384949,0.6535000205039978,-0.42969998717308044,0.6230999827384949,0.6535000205039978,-0.42969998717308044,0.8938999772071838,-0.1898999959230423,0.40610000491142273,0.8938999772071838,-0.1898999959230423,0.40610000491142273,0.8938999772071838,-0.1898999959230423,0.40610000491142273,-0.652899980545044,-0.6572999954223633,-0.3763999938964844,-0.652899980545044,-0.6572999954223633,-0.3763999938964844,-0.652899980545044,-0.6572999954223633,-0.3763999938964844,0.19979999959468842,-0.44940000772476196,-0.8707000017166138,0.19979999959468842,-0.44940000772476196,-0.8707000017166138,0.19979999959468842,-0.44940000772476196,-0.8707000017166138,0.48410001397132874,-0.7653999924659729,-0.42410001158714294,0.48410001397132874,-0.7653999924659729,-0.42410001158714294,0.48410001397132874,-0.7653999924659729,-0.42410001158714294,0.4941999912261963,-0.8303999900817871,0.2572999894618988,0.4941999912261963,-0.8303999900817871,0.2572999894618988,0.4941999912261963,-0.8303999900817871,0.2572999894618988,-0.5184000134468079,0.3822000026702881,-0.7649999856948853,-0.5184000134468079,0.3822000026702881,-0.7649999856948853,-0.5184000134468079,0.3822000026702881,-0.7649999856948853,-0.7142000198364258,-0.42419999837875366,0.5566999912261963,-0.7142000198364258,-0.42419999837875366,0.5566999912261963,-0.7142000198364258,-0.42419999837875366,0.5566999912261963,-0.05119999870657921,-0.986299991607666,0.15700000524520874,-0.05119999870657921,-0.986299991607666,0.15700000524520874,-0.05119999870657921,-0.986299991607666,0.15700000524520874,0.8119999766349792,-0.5217999815940857,0.2614000141620636,0.8119999766349792,-0.5217999815940857,0.2614000141620636,0.8119999766349792,-0.5217999815940857,0.2614000141620636,-0.25540000200271606,0.5792999863624573,0.7739999890327454,-0.25540000200271606,0.5792999863624573,0.7739999890327454,-0.25540000200271606,0.5792999863624573,0.7739999890327454,-0.4952999949455261,-0.7089999914169312,0.5019999742507935,-0.4952999949455261,-0.7089999914169312,0.5019999742507935,-0.4952999949455261,-0.7089999914169312,0.5019999742507935,-0.6628999710083008,0.7486000061035156,0.015799999237060547,-0.6628999710083008,0.7486000061035156,0.015799999237060547,-0.6628999710083008,0.7486000061035156,0.015799999237060547,-0.6193000078201294,0.4580000042915344,-0.6377000212669373,-0.6193000078201294,0.4580000042915344,-0.6377000212669373,-0.6193000078201294,0.4580000042915344,-0.6377000212669373,-0.9316999912261963,-0.07150000333786011,-0.3562000095844269,-0.9316999912261963,-0.07150000333786011,-0.3562000095844269,-0.9316999912261963,-0.07150000333786011,-0.3562000095844269,0.9433000087738037,-0.05260000005364418,0.32760000228881836,0.9433000087738037,-0.05260000005364418,0.32760000228881836,0.9433000087738037,-0.05260000005364418,0.32760000228881836,-0.6636000275611877,0.6527000069618225,0.36550000309944153,-0.6636000275611877,0.6527000069618225,0.36550000309944153,-0.6636000275611877,0.6527000069618225,0.36550000309944153,-0.2037000060081482,-0.13699999451637268,-0.9693999886512756,-0.2037000060081482,-0.13699999451637268,-0.9693999886512756,-0.2037000060081482,-0.13699999451637268,-0.9693999886512756,0.19760000705718994,0.9800000190734863,-0.024399999529123306,0.19760000705718994,0.9800000190734863,-0.024399999529123306,0.19760000705718994,0.9800000190734863,-0.024399999529123306,-0.6610000133514404,-0.41760000586509705,-0.6233999729156494,-0.6610000133514404,-0.41760000586509705,-0.6233999729156494,-0.6610000133514404,-0.41760000586509705,-0.6233999729156494,0.5885000228881836,0.8084999918937683,-0.0013000000035390258,0.5885000228881836,0.8084999918937683,-0.0013000000035390258,0.5885000228881836,0.8084999918937683,-0.0013000000035390258,-0.021199999377131462,0.9693999886512756,0.24469999969005585,-0.021199999377131462,0.9693999886512756,0.24469999969005585,-0.021199999377131462,0.9693999886512756,0.24469999969005585,-0.9732999801635742,0.21150000393390656,-0.08959999680519104,-0.9732999801635742,0.21150000393390656,-0.08959999680519104,-0.9732999801635742,0.21150000393390656,-0.08959999680519104,-0.020099999383091927,-0.890500009059906,0.4544999897480011,-0.020099999383091927,-0.890500009059906,0.4544999897480011,-0.020099999383091927,-0.890500009059906,0.4544999897480011,0.6262000203132629,-0.6865000128746033,-0.36959999799728394,0.6262000203132629,-0.6865000128746033,-0.36959999799728394,0.6262000203132629,-0.6865000128746033,-0.36959999799728394,0.08789999783039093,-0.7960000038146973,0.598800003528595,0.08789999783039093,-0.7960000038146973,0.598800003528595,0.08789999783039093,-0.7960000038146973,0.598800003528595,0.9686999917030334,0.03709999844431877,0.24529999494552612,0.9686999917030334,0.03709999844431877,0.24529999494552612,0.9686999917030334,0.03709999844431877,0.24529999494552612,0.8525999784469604,-0.5135999917984009,-0.0966000035405159,0.8525999784469604,-0.5135999917984009,-0.0966000035405159,0.8525999784469604,-0.5135999917984009,-0.0966000035405159,-0.9337000250816345,-0.33660000562667847,-0.12219999730587006,-0.9337000250816345,-0.33660000562667847,-0.12219999730587006,-0.9337000250816345,-0.33660000562667847,-0.12219999730587006,0.19220000505447388,-0.8140000104904175,0.5480999946594238,0.19220000505447388,-0.8140000104904175,0.5480999946594238,0.19220000505447388,-0.8140000104904175,0.5480999946594238,0.9488999843597412,0.1151999980211258,0.2937000095844269,0.9488999843597412,0.1151999980211258,0.2937000095844269,0.9488999843597412,0.1151999980211258,0.2937000095844269,0.972100019454956,0.18209999799728394,0.1477999985218048,0.972100019454956,0.18209999799728394,0.1477999985218048,0.972100019454956,0.18209999799728394,0.1477999985218048,-0.057100001722574234,-0.6660000085830688,0.7437000274658203,-0.057100001722574234,-0.6660000085830688,0.7437000274658203,-0.057100001722574234,-0.6660000085830688,0.7437000274658203,0.9361000061035156,0.014800000004470348,-0.3513999879360199,0.9361000061035156,0.014800000004470348,-0.3513999879360199,0.9361000061035156,0.014800000004470348,-0.3513999879360199,0.5439000129699707,-0.8003000020980835,0.25220000743865967,0.5439000129699707,-0.8003000020980835,0.25220000743865967,0.5439000129699707,-0.8003000020980835,0.25220000743865967,-0.7455999851226807,0.5803999900817871,-0.32749998569488525,-0.7455999851226807,0.5803999900817871,-0.32749998569488525,-0.7455999851226807,0.5803999900817871,-0.32749998569488525,0.8580999970436096,0.34439998865127563,0.3808000087738037,0.8580999970436096,0.34439998865127563,0.3808000087738037,0.8580999970436096,0.34439998865127563,0.3808000087738037,-0.6140999794006348,-0.4474000036716461,-0.6500999927520752,-0.6140999794006348,-0.4474000036716461,-0.6500999927520752,-0.6140999794006348,-0.4474000036716461,-0.6500999927520752,-0.03689999878406525,0.633899986743927,0.7724999785423279,-0.03689999878406525,0.633899986743927,0.7724999785423279,-0.03689999878406525,0.633899986743927,0.7724999785423279,0.2345000058412552,-0.965499997138977,0.11309999972581863,0.2345000058412552,-0.965499997138977,0.11309999972581863,0.2345000058412552,-0.965499997138977,0.11309999972581863,-0.14749999344348907,-0.8598999977111816,0.4887000024318695,-0.14749999344348907,-0.8598999977111816,0.4887000024318695,-0.14749999344348907,-0.8598999977111816,0.4887000024318695,0.8852999806404114,-0.06560000032186508,-0.4602999985218048,0.8852999806404114,-0.06560000032186508,-0.4602999985218048,0.8852999806404114,-0.06560000032186508,-0.4602999985218048,0.05290000140666962,-0.59579998254776,0.8014000058174133,0.05290000140666962,-0.59579998254776,0.8014000058174133,0.05290000140666962,-0.59579998254776,0.8014000058174133,0.6739000082015991,0.35409998893737793,-0.6484000086784363,0.6739000082015991,0.35409998893737793,-0.6484000086784363,0.6739000082015991,0.35409998893737793,-0.6484000086784363,-0.17970000207424164,-0.9751999974250793,0.12919999659061432,-0.17970000207424164,-0.9751999974250793,0.12919999659061432,-0.17970000207424164,-0.9751999974250793,0.12919999659061432,-0.36160001158714294,0.847599983215332,-0.38839998841285706,-0.36160001158714294,0.847599983215332,-0.38839998841285706,-0.36160001158714294,0.847599983215332,-0.38839998841285706,0.2386000007390976,0.4984999895095825,-0.8334000110626221,0.2386000007390976,0.4984999895095825,-0.8334000110626221,0.2386000007390976,0.4984999895095825,-0.8334000110626221,0.7781999707221985,-0.1031000018119812,0.6194999814033508,0.7781999707221985,-0.1031000018119812,0.6194999814033508,0.7781999707221985,-0.1031000018119812,0.6194999814033508,-0.8105999827384949,-0.4016000032424927,0.4262999892234802,-0.8105999827384949,-0.4016000032424927,0.4262999892234802,-0.8105999827384949,-0.4016000032424927,0.4262999892234802,0.4133000075817108,0.9047999978065491,-0.10270000249147415,0.4133000075817108,0.9047999978065491,-0.10270000249147415,0.4133000075817108,0.9047999978065491,-0.10270000249147415,0.8327999711036682,-0.5532000064849854,0.02250000089406967,0.8327999711036682,-0.5532000064849854,0.02250000089406967,0.8327999711036682,-0.5532000064849854,0.02250000089406967,0.8841000199317932,-0.4465000033378601,0.13770000636577606,0.8841000199317932,-0.4465000033378601,0.13770000636577606,0.8841000199317932,-0.4465000033378601,0.13770000636577606,-0.25920000672340393,-0.8934999704360962,-0.3668000102043152,-0.25920000672340393,-0.8934999704360962,-0.3668000102043152,-0.25920000672340393,-0.8934999704360962,-0.3668000102043152,0.029500000178813934,-0.9031000137329102,0.4284999966621399,0.029500000178813934,-0.9031000137329102,0.4284999966621399,0.029500000178813934,-0.9031000137329102,0.4284999966621399,-0.6459000110626221,0.7366999983787537,-0.20029999315738678,-0.6459000110626221,0.7366999983787537,-0.20029999315738678,-0.6459000110626221,0.7366999983787537,-0.20029999315738678,0.6832000017166138,-0.6011000275611877,0.41449999809265137,0.6832000017166138,-0.6011000275611877,0.41449999809265137,0.6832000017166138,-0.6011000275611877,0.41449999809265137,0.9794999957084656,-0.02319999970495701,0.19990000128746033,0.9794999957084656,-0.02319999970495701,0.19990000128746033,0.9794999957084656,-0.02319999970495701,0.19990000128746033,-0.6550999879837036,0.6575000286102295,0.37220001220703125,-0.6550999879837036,0.6575000286102295,0.37220001220703125,-0.6550999879837036,0.6575000286102295,0.37220001220703125,-0.19660000503063202,0.9114000201225281,0.36160001158714294,-0.19660000503063202,0.9114000201225281,0.36160001158714294,-0.19660000503063202,0.9114000201225281,0.36160001158714294,-0.24410000443458557,-0.7954000234603882,0.5547000169754028,-0.24410000443458557,-0.7954000234603882,0.5547000169754028,-0.24410000443458557,-0.7954000234603882,0.5547000169754028,-0.11699999868869781,-0.36320000886917114,-0.9243000149726868,-0.11699999868869781,-0.36320000886917114,-0.9243000149726868,-0.11699999868869781,-0.36320000886917114,-0.9243000149726868,-0.15389999747276306,0.2653000056743622,0.9517999887466431,-0.15389999747276306,0.2653000056743622,0.9517999887466431,-0.15389999747276306,0.2653000056743622,0.9517999887466431,0.3714999854564667,-0.926800012588501,0.0560000017285347,0.3714999854564667,-0.926800012588501,0.0560000017285347,0.3714999854564667,-0.926800012588501,0.0560000017285347,-0.9872000217437744,0.055399999022483826,-0.1492999941110611,-0.9872000217437744,0.055399999022483826,-0.1492999941110611,-0.9872000217437744,0.055399999022483826,-0.1492999941110611,-0.26269999146461487,0.013100000098347664,0.9648000001907349,-0.26269999146461487,0.013100000098347664,0.9648000001907349,-0.26269999146461487,0.013100000098347664,0.9648000001907349,-0.7778000235557556,-0.49050000309944153,-0.3930000066757202,-0.7778000235557556,-0.49050000309944153,-0.3930000066757202,-0.7778000235557556,-0.49050000309944153,-0.3930000066757202,-0.7059999704360962,0.11180000007152557,0.699400007724762,-0.7059999704360962,0.11180000007152557,0.699400007724762,-0.7059999704360962,0.11180000007152557,0.699400007724762,0.6933000087738037,0.6843000054359436,-0.22599999606609344,0.6933000087738037,0.6843000054359436,-0.22599999606609344,0.6933000087738037,0.6843000054359436,-0.22599999606609344,-0.4108000099658966,0.8812999725341797,-0.23350000381469727,-0.4108000099658966,0.8812999725341797,-0.23350000381469727,-0.4108000099658966,0.8812999725341797,-0.23350000381469727,0.7131999731063843,-0.4074999988079071,0.5703999996185303,0.7131999731063843,-0.4074999988079071,0.5703999996185303,0.7131999731063843,-0.4074999988079071,0.5703999996185303,-0.41100001335144043,0.588100016117096,-0.6966000199317932,-0.41100001335144043,0.588100016117096,-0.6966000199317932,-0.41100001335144043,0.588100016117096,-0.6966000199317932,-0.43950000405311584,0.3540000021457672,0.8256000280380249,-0.43950000405311584,0.3540000021457672,0.8256000280380249,-0.43950000405311584,0.3540000021457672,0.8256000280380249,-0.5963000059127808,-0.7045000195503235,-0.3849000036716461,-0.5963000059127808,-0.7045000195503235,-0.3849000036716461,-0.5963000059127808,-0.7045000195503235,-0.3849000036716461,-0.17100000381469727,0.45559999346733093,-0.8736000061035156,-0.17100000381469727,0.45559999346733093,-0.8736000061035156,-0.17100000381469727,0.45559999346733093,-0.8736000061035156,0.2037000060081482,-0.13699999451637268,-0.9693999886512756,0.2037000060081482,-0.13699999451637268,-0.9693999886512756,0.2037000060081482,-0.13699999451637268,-0.9693999886512756,0.8784999847412109,-0.413100004196167,0.24009999632835388,0.8784999847412109,-0.413100004196167,0.24009999632835388,0.8784999847412109,-0.413100004196167,0.24009999632835388,-0.13120000064373016,0.9146000146865845,0.38260000944137573,-0.13120000064373016,0.9146000146865845,0.38260000944137573,-0.13120000064373016,0.9146000146865845,0.38260000944137573,-0.07100000232458115,-0.8115000128746033,0.5799999833106995,-0.07100000232458115,-0.8115000128746033,0.5799999833106995,-0.07100000232458115,-0.8115000128746033,0.5799999833106995,0.8360000252723694,-0.15209999680519104,0.5271999835968018,0.8360000252723694,-0.15209999680519104,0.5271999835968018,0.8360000252723694,-0.15209999680519104,0.5271999835968018,0.8826000094413757,-0.12210000306367874,0.45399999618530273,0.8826000094413757,-0.12210000306367874,0.45399999618530273,0.8826000094413757,-0.12210000306367874,0.45399999618530273,0.3537999987602234,0.8511999845504761,-0.38760000467300415,0.3537999987602234,0.8511999845504761,-0.38760000467300415,0.3537999987602234,0.8511999845504761,-0.38760000467300415,-0.258899986743927,0.9074000120162964,0.3310000002384186,-0.258899986743927,0.9074000120162964,0.3310000002384186,-0.258899986743927,0.9074000120162964,0.3310000002384186,0.31040000915527344,-0.7250000238418579,0.6148999929428101,0.31040000915527344,-0.7250000238418579,0.6148999929428101,0.31040000915527344,-0.7250000238418579,0.6148999929428101,0.32010000944137573,0.8862000107765198,-0.33500000834465027,0.32010000944137573,0.8862000107765198,-0.33500000834465027,0.32010000944137573,0.8862000107765198,-0.33500000834465027,0.11089999973773956,0.6403999924659729,-0.7599999904632568,0.11089999973773956,0.6403999924659729,-0.7599999904632568,0.11089999973773956,0.6403999924659729,-0.7599999904632568,0.9781000018119812,0.11060000211000443,0.1762000024318695,0.9781000018119812,0.11060000211000443,0.1762000024318695,0.9781000018119812,0.11060000211000443,0.1762000024318695,-0.8507000207901001,-0.524399995803833,0.03590000048279762,-0.8507000207901001,-0.524399995803833,0.03590000048279762,-0.8507000207901001,-0.524399995803833,0.03590000048279762,-0.8091999888420105,0.21610000729560852,0.5464000105857849,-0.8091999888420105,0.21610000729560852,0.5464000105857849,-0.8091999888420105,0.21610000729560852,0.5464000105857849,0.17219999432563782,-0.8425999879837036,0.5102999806404114,0.17219999432563782,-0.8425999879837036,0.5102999806404114,0.17219999432563782,-0.8425999879837036,0.5102999806404114,0.9717000126838684,-0.23170000314712524,-0.046300001442432404,0.9717000126838684,-0.23170000314712524,-0.046300001442432404,0.9717000126838684,-0.23170000314712524,-0.046300001442432404,-0.7143999934196472,0.6854000091552734,-0.14110000431537628,-0.7143999934196472,0.6854000091552734,-0.14110000431537628,-0.7143999934196472,0.6854000091552734,-0.14110000431537628,0.17790000140666962,0.623199999332428,-0.7616000175476074,0.17790000140666962,0.623199999332428,-0.7616000175476074,0.17790000140666962,0.623199999332428,-0.7616000175476074,-0.5440999865531921,-0.6793000102043152,-0.4925000071525574,-0.5440999865531921,-0.6793000102043152,-0.4925000071525574,-0.5440999865531921,-0.6793000102043152,-0.4925000071525574,-0.4616999924182892,0.44269999861717224,-0.7687000036239624,-0.4616999924182892,0.44269999861717224,-0.7687000036239624,-0.4616999924182892,0.44269999861717224,-0.7687000036239624,0.7113999724388123,0.6906999945640564,0.13009999692440033,0.7113999724388123,0.6906999945640564,0.13009999692440033,0.7113999724388123,0.6906999945640564,0.13009999692440033,-0.42660000920295715,-0.10220000147819519,-0.8986999988555908,-0.42660000920295715,-0.10220000147819519,-0.8986999988555908,-0.42660000920295715,-0.10220000147819519,-0.8986999988555908,0.5960000157356262,-0.5317999720573425,-0.6015999913215637,0.5960000157356262,-0.5317999720573425,-0.6015999913215637,0.5960000157356262,-0.5317999720573425,-0.6015999913215637,-0.8507000207901001,-0.44119998812675476,-0.2856999933719635,-0.8507000207901001,-0.44119998812675476,-0.2856999933719635,-0.8507000207901001,-0.44119998812675476,-0.2856999933719635,-0.4796000123023987,0.39730000495910645,-0.7824000120162964,-0.4796000123023987,0.39730000495910645,-0.7824000120162964,-0.4796000123023987,0.39730000495910645,-0.7824000120162964,-0.03290000185370445,-0.9035000205039978,0.42739999294281006,-0.03290000185370445,-0.9035000205039978,0.42739999294281006,-0.03290000185370445,-0.9035000205039978,0.42739999294281006,-0.6288999915122986,0.5885999798774719,0.5080000162124634,-0.6288999915122986,0.5885999798774719,0.5080000162124634,-0.6288999915122986,0.5885999798774719,0.5080000162124634,0.98580002784729,0.15700000524520874,0.05950000137090683,0.98580002784729,0.15700000524520874,0.05950000137090683,0.98580002784729,0.15700000524520874,0.05950000137090683,0.957099974155426,-0.17569999396800995,0.2305999994277954,0.957099974155426,-0.17569999396800995,0.2305999994277954,0.957099974155426,-0.17569999396800995,0.2305999994277954,0.7103000283241272,0.34040001034736633,0.616100013256073,0.7103000283241272,0.34040001034736633,0.616100013256073,0.7103000283241272,0.34040001034736633,0.616100013256073,-0.8834999799728394,0.44359999895095825,-0.15039999783039093,-0.8834999799728394,0.44359999895095825,-0.15039999783039093,-0.8834999799728394,0.44359999895095825,-0.15039999783039093,-0.030500000342726707,-0.8528000116348267,0.5213000178337097,-0.030500000342726707,-0.8528000116348267,0.5213000178337097,-0.030500000342726707,-0.8528000116348267,0.5213000178337097,0.32269999384880066,-0.675000011920929,0.6635000109672546,0.32269999384880066,-0.675000011920929,0.6635000109672546,0.32269999384880066,-0.675000011920929,0.6635000109672546,-0.8888999819755554,-0.42080000042915344,0.1809999942779541,-0.8888999819755554,-0.42080000042915344,0.1809999942779541,-0.8888999819755554,-0.42080000042915344,0.1809999942779541,0.9409000277519226,-0.31470000743865967,0.12489999830722809,0.9409000277519226,-0.31470000743865967,0.12489999830722809,0.9409000277519226,-0.31470000743865967,0.12489999830722809,0.2953999936580658,-0.8744999766349792,0.3847000002861023,0.2953999936580658,-0.8744999766349792,0.3847000002861023,0.2953999936580658,-0.8744999766349792,0.3847000002861023,0.8708000183105469,-0.28040000796318054,-0.40380001068115234,0.8708000183105469,-0.28040000796318054,-0.40380001068115234,0.8708000183105469,-0.28040000796318054,-0.40380001068115234,-0.6324999928474426,-0.7736999988555908,0.03579999879002571,-0.6324999928474426,-0.7736999988555908,0.03579999879002571,-0.6324999928474426,-0.7736999988555908,0.03579999879002571,-0.11209999769926071,0.9465000033378601,-0.30250000953674316,-0.11209999769926071,0.9465000033378601,-0.30250000953674316,-0.11209999769926071,0.9465000033378601,-0.30250000953674316,-0.574400007724762,0.5091999769210815,0.6409000158309937,-0.574400007724762,0.5091999769210815,0.6409000158309937,-0.574400007724762,0.5091999769210815,0.6409000158309937,-0.44909998774528503,0.06669999659061432,0.890999972820282,-0.44909998774528503,0.06669999659061432,0.890999972820282,-0.44909998774528503,0.06669999659061432,0.890999972820282,-0.4154999852180481,-0.8126999735832214,0.4083999991416931,-0.4154999852180481,-0.8126999735832214,0.4083999991416931,-0.4154999852180481,-0.8126999735832214,0.4083999991416931,-0.6184999942779541,0.5586000084877014,0.5526999831199646,-0.6184999942779541,0.5586000084877014,0.5526999831199646,-0.6184999942779541,0.5586000084877014,0.5526999831199646,0.27810001373291016,0.9599000215530396,0.03460000082850456,0.27810001373291016,0.9599000215530396,0.03460000082850456,0.27810001373291016,0.9599000215530396,0.03460000082850456,-0.3043000102043152,0.7793999910354614,-0.5476999878883362,-0.3043000102043152,0.7793999910354614,-0.5476999878883362,-0.3043000102043152,0.7793999910354614,-0.5476999878883362,0.1671999990940094,0.8740000128746033,-0.4562000036239624,0.1671999990940094,0.8740000128746033,-0.4562000036239624,0.1671999990940094,0.8740000128746033,-0.4562000036239624,-0.9747999906539917,0.2199999988079071,0.03799999877810478,-0.9747999906539917,0.2199999988079071,0.03799999877810478,-0.9747999906539917,0.2199999988079071,0.03799999877810478,0.9264000058174133,-0.13689999282360077,-0.3508000075817108,0.9264000058174133,-0.13689999282360077,-0.3508000075817108,0.9264000058174133,-0.13689999282360077,-0.3508000075817108,-0.12790000438690186,-0.9901000261306763,-0.05730000138282776,-0.12790000438690186,-0.9901000261306763,-0.05730000138282776,-0.12790000438690186,-0.9901000261306763,-0.05730000138282776,-0.7878000140190125,0.07450000196695328,-0.6114000082015991,-0.7878000140190125,0.07450000196695328,-0.6114000082015991,-0.7878000140190125,0.07450000196695328,-0.6114000082015991,-0.8159999847412109,0.5770999789237976,0.033799998462200165,-0.8159999847412109,0.5770999789237976,0.033799998462200165,-0.8159999847412109,0.5770999789237976,0.033799998462200165,0.7754999995231628,0.1817999929189682,-0.6046000123023987,0.7754999995231628,0.1817999929189682,-0.6046000123023987,0.7754999995231628,0.1817999929189682,-0.6046000123023987,0.5149000287055969,-0.8450000286102295,-0.14429999887943268,0.5149000287055969,-0.8450000286102295,-0.14429999887943268,0.5149000287055969,-0.8450000286102295,-0.14429999887943268,0.5846999883651733,-0.44279998540878296,0.6797000169754028,0.5846999883651733,-0.44279998540878296,0.6797000169754028,0.5846999883651733,-0.44279998540878296,0.6797000169754028,0.8361999988555908,-0.4194999933242798,-0.3531999886035919,0.8361999988555908,-0.4194999933242798,-0.3531999886035919,0.8361999988555908,-0.4194999933242798,-0.3531999886035919,0.17260000109672546,0.6625999808311462,-0.7287999987602234,0.17260000109672546,0.6625999808311462,-0.7287999987602234,0.17260000109672546,0.6625999808311462,-0.7287999987602234,-0.9702000021934509,-0.21719999611377716,-0.10729999840259552,-0.9702000021934509,-0.21719999611377716,-0.10729999840259552,-0.9702000021934509,-0.21719999611377716,-0.10729999840259552,-0.31369999051094055,-0.8999999761581421,-0.30250000953674316,-0.31369999051094055,-0.8999999761581421,-0.30250000953674316,-0.31369999051094055,-0.8999999761581421,-0.30250000953674316,0.9904999732971191,-0.10869999974966049,-0.0843999981880188,0.9904999732971191,-0.10869999974966049,-0.0843999981880188,0.9904999732971191,-0.10869999974966049,-0.0843999981880188,-0.2282000035047531,-0.7785999774932861,0.5845000147819519,-0.2282000035047531,-0.7785999774932861,0.5845000147819519,-0.2282000035047531,-0.7785999774932861,0.5845000147819519,0.8442999720573425,0.48500001430511475,-0.2280000001192093,0.8442999720573425,0.48500001430511475,-0.2280000001192093,0.8442999720573425,0.48500001430511475,-0.2280000001192093,0.6295999884605408,0.6650000214576721,-0.4016999900341034,0.6295999884605408,0.6650000214576721,-0.4016999900341034,0.6295999884605408,0.6650000214576721,-0.4016999900341034,0.994700014591217,0.05339999869465828,0.08839999884366989,0.994700014591217,0.05339999869465828,0.08839999884366989,0.994700014591217,0.05339999869465828,0.08839999884366989,0.6225000023841858,-0.3109000027179718,0.7182000279426575,0.6225000023841858,-0.3109000027179718,0.7182000279426575,0.6225000023841858,-0.3109000027179718,0.7182000279426575,-0.9045000076293945,-0.22540000081062317,0.3619000017642975,-0.9045000076293945,-0.22540000081062317,0.3619000017642975,-0.9045000076293945,-0.22540000081062317,0.3619000017642975,0.07069999724626541,0.9898999929428101,0.12319999933242798,0.07069999724626541,0.9898999929428101,0.12319999933242798,0.07069999724626541,0.9898999929428101,0.12319999933242798,0.09130000323057175,-0.024399999529123306,-0.9955000281333923,0.09130000323057175,-0.024399999529123306,-0.9955000281333923,0.09130000323057175,-0.024399999529123306,-0.9955000281333923,-0.1867000013589859,0.767300009727478,0.6134999990463257,-0.1867000013589859,0.767300009727478,0.6134999990463257,-0.1867000013589859,0.767300009727478,0.6134999990463257,-0.551800012588501,0.8335999846458435,0.025299999862909317,-0.551800012588501,0.8335999846458435,0.025299999862909317,-0.551800012588501,0.8335999846458435,0.025299999862909317,0.49079999327659607,0.48190000653266907,-0.7258999943733215,0.49079999327659607,0.48190000653266907,-0.7258999943733215,0.49079999327659607,0.48190000653266907,-0.7258999943733215,0.5672000050544739,-0.7053999900817871,0.42500001192092896,0.5672000050544739,-0.7053999900817871,0.42500001192092896,0.5672000050544739,-0.7053999900817871,0.42500001192092896,0.3776000142097473,0.9258000254631042,-0.01940000057220459,0.3776000142097473,0.9258000254631042,-0.01940000057220459,0.3776000142097473,0.9258000254631042,-0.01940000057220459,0.4499000012874603,0.7243000268936157,0.5224999785423279,0.4499000012874603,0.7243000268936157,0.5224999785423279,0.4499000012874603,0.7243000268936157,0.5224999785423279,-0.6597999930381775,-0.7455999851226807,0.09399999678134918,-0.6597999930381775,-0.7455999851226807,0.09399999678134918,-0.6597999930381775,-0.7455999851226807,0.09399999678134918,-0.8914999961853027,-0.450300008058548,0.04989999905228615,-0.8914999961853027,-0.450300008058548,0.04989999905228615,-0.8914999961853027,-0.450300008058548,0.04989999905228615,0.9886999726295471,0.05009999871253967,-0.1412000060081482,0.9886999726295471,0.05009999871253967,-0.1412000060081482,0.9886999726295471,0.05009999871253967,-0.1412000060081482,-0.6636999845504761,-0.6545000076293945,-0.3621000051498413,-0.6636999845504761,-0.6545000076293945,-0.3621000051498413,-0.6636999845504761,-0.6545000076293945,-0.3621000051498413,-0.36730000376701355,-0.8359000086784363,0.40779998898506165,-0.36730000376701355,-0.8359000086784363,0.40779998898506165,-0.36730000376701355,-0.8359000086784363,0.40779998898506165,-0.1737000048160553,0.5482000112533569,-0.8180999755859375,-0.1737000048160553,0.5482000112533569,-0.8180999755859375,-0.1737000048160553,0.5482000112533569,-0.8180999755859375,-0.05609999969601631,0.9236000180244446,0.3792000114917755,-0.05609999969601631,0.9236000180244446,0.3792000114917755,-0.05609999969601631,0.9236000180244446,0.3792000114917755,-0.8603000044822693,-0.5038999915122986,0.07739999890327454,-0.8603000044822693,-0.5038999915122986,0.07739999890327454,-0.8603000044822693,-0.5038999915122986,0.07739999890327454,-0.5859000086784363,0.767799973487854,0.25929999351501465,-0.5859000086784363,0.767799973487854,0.25929999351501465,-0.5859000086784363,0.767799973487854,0.25929999351501465,0.45080000162124634,0.535099983215332,-0.7143999934196472,0.45080000162124634,0.535099983215332,-0.7143999934196472,0.45080000162124634,0.535099983215332,-0.7143999934196472,0.4291999936103821,0.876800000667572,-0.21690000593662262,0.4291999936103821,0.876800000667572,-0.21690000593662262,0.4291999936103821,0.876800000667572,-0.21690000593662262,-0.4092000126838684,-0.7789000272750854,0.47530001401901245,-0.4092000126838684,-0.7789000272750854,0.47530001401901245,-0.4092000126838684,-0.7789000272750854,0.47530001401901245,0.6754000186920166,0.6606000065803528,-0.3278000056743622,0.6754000186920166,0.6606000065803528,-0.3278000056743622,0.6754000186920166,0.6606000065803528,-0.3278000056743622,-0.8866999745368958,-0.02419999986886978,0.4616999924182892,-0.8866999745368958,-0.02419999986886978,0.4616999924182892,-0.8866999745368958,-0.02419999986886978,0.4616999924182892,0.6010000109672546,-0.13770000636577606,0.7872999906539917,0.6010000109672546,-0.13770000636577606,0.7872999906539917,0.6010000109672546,-0.13770000636577606,0.7872999906539917,0.35199999809265137,-0.7864000201225281,0.5076000094413757,0.35199999809265137,-0.7864000201225281,0.5076000094413757,0.35199999809265137,-0.7864000201225281,0.5076000094413757,0.8723999857902527,-0.48730000853538513,-0.03819999843835831,0.8723999857902527,-0.48730000853538513,-0.03819999843835831,0.8723999857902527,-0.48730000853538513,-0.03819999843835831,0.22939999401569366,-0.913100004196167,-0.3370000123977661,0.22939999401569366,-0.913100004196167,-0.3370000123977661,0.22939999401569366,-0.913100004196167,-0.3370000123977661,-0.5667999982833862,0.36090001463890076,0.7405999898910522,-0.5667999982833862,0.36090001463890076,0.7405999898910522,-0.5667999982833862,0.36090001463890076,0.7405999898910522,0.022199999541044235,0.8065999746322632,-0.5906000137329102,0.022199999541044235,0.8065999746322632,-0.5906000137329102,0.022199999541044235,0.8065999746322632,-0.5906000137329102,0.8385000228881836,0.5297999978065491,0.1273999959230423,0.8385000228881836,0.5297999978065491,0.1273999959230423,0.8385000228881836,0.5297999978065491,0.1273999959230423,-0.5015000104904175,-0.8309000134468079,-0.24089999496936798,-0.5015000104904175,-0.8309000134468079,-0.24089999496936798,-0.5015000104904175,-0.8309000134468079,-0.24089999496936798,0.8377000093460083,-0.31049999594688416,-0.44920000433921814,0.8377000093460083,-0.31049999594688416,-0.44920000433921814,0.8377000093460083,-0.31049999594688416,-0.44920000433921814,-0.9072999954223633,0.24490000307559967,-0.3418999910354614,-0.9072999954223633,0.24490000307559967,-0.3418999910354614,-0.9072999954223633,0.24490000307559967,-0.3418999910354614,0.07940000295639038,0.7709000110626221,0.6320000290870667,0.07940000295639038,0.7709000110626221,0.6320000290870667,0.07940000295639038,0.7709000110626221,0.6320000290870667,0.7361999750137329,-0.01850000023841858,-0.6765000224113464,0.7361999750137329,-0.01850000023841858,-0.6765000224113464,0.7361999750137329,-0.01850000023841858,-0.6765000224113464,0.6557000279426575,-0.7526000142097473,-0.06069999933242798,0.6557000279426575,-0.7526000142097473,-0.06069999933242798,0.6557000279426575,-0.7526000142097473,-0.06069999933242798,-0.05700000002980232,-0.24050000309944153,-0.968999981880188,-0.05700000002980232,-0.24050000309944153,-0.968999981880188,-0.05700000002980232,-0.24050000309944153,-0.968999981880188,-0.14000000059604645,-0.630299985408783,0.7635999917984009,-0.14000000059604645,-0.630299985408783,0.7635999917984009,-0.14000000059604645,-0.630299985408783,0.7635999917984009,0.911899983882904,0.4032999873161316,-0.07580000162124634,0.911899983882904,0.4032999873161316,-0.07580000162124634,0.911899983882904,0.4032999873161316,-0.07580000162124634,-0.03579999879002571,0.7286999821662903,0.683899998664856,-0.03579999879002571,0.7286999821662903,0.683899998664856,-0.03579999879002571,0.7286999821662903,0.683899998664856,-0.376800000667572,-0.8726999759674072,0.31049999594688416,-0.376800000667572,-0.8726999759674072,0.31049999594688416,-0.376800000667572,-0.8726999759674072,0.31049999594688416,-0.9312999844551086,-0.07180000096559525,0.3571999967098236,-0.9312999844551086,-0.07180000096559525,0.3571999967098236,-0.9312999844551086,-0.07180000096559525,0.3571999967098236,0.4706999957561493,-0.3249000012874603,-0.8202999830245972,0.4706999957561493,-0.3249000012874603,-0.8202999830245972,0.4706999957561493,-0.3249000012874603,-0.8202999830245972,0.3257000148296356,-0.23960000276565552,-0.9146000146865845,0.3257000148296356,-0.23960000276565552,-0.9146000146865845,0.3257000148296356,-0.23960000276565552,-0.9146000146865845,0.486299991607666,-0.8668000102043152,0.1103999987244606,0.486299991607666,-0.8668000102043152,0.1103999987244606,0.486299991607666,-0.8668000102043152,0.1103999987244606,0.8442000150680542,-0.5335000157356262,-0.051899999380111694,0.8442000150680542,-0.5335000157356262,-0.051899999380111694,0.8442000150680542,-0.5335000157356262,-0.051899999380111694,-0.18700000643730164,0.9408000111579895,-0.2825999855995178,-0.18700000643730164,0.9408000111579895,-0.2825999855995178,-0.18700000643730164,0.9408000111579895,-0.2825999855995178,0.6510000228881836,-0.2556999921798706,0.7146999835968018,0.6510000228881836,-0.2556999921798706,0.7146999835968018,0.6510000228881836,-0.2556999921798706,0.7146999835968018,-0.7856000065803528,0.6019999980926514,0.14329999685287476,-0.7856000065803528,0.6019999980926514,0.14329999685287476,-0.7856000065803528,0.6019999980926514,0.14329999685287476,-0.7476000189781189,-0.5633000135421753,0.35179999470710754,-0.7476000189781189,-0.5633000135421753,0.35179999470710754,-0.7476000189781189,-0.5633000135421753,0.35179999470710754,-0.9279000163078308,-0.36059999465942383,0.09430000185966492,-0.9279000163078308,-0.36059999465942383,0.09430000185966492,-0.9279000163078308,-0.36059999465942383,0.09430000185966492,-0.03920000046491623,0.2508000135421753,0.967199981212616,-0.03920000046491623,0.2508000135421753,0.967199981212616,-0.03920000046491623,0.2508000135421753,0.967199981212616,0.9678999781608582,-0.20990000665187836,0.13809999823570251,0.9678999781608582,-0.20990000665187836,0.13809999823570251,0.9678999781608582,-0.20990000665187836,0.13809999823570251,0.833899974822998,-0.45809999108314514,0.3077000081539154,0.833899974822998,-0.45809999108314514,0.3077000081539154,0.833899974822998,-0.45809999108314514,0.3077000081539154,-0.9616000056266785,0.2606000006198883,0.08560000360012054,-0.9616000056266785,0.2606000006198883,0.08560000360012054,-0.9616000056266785,0.2606000006198883,0.08560000360012054,0.6288999915122986,-0.7253999710083008,0.2797999978065491,0.6288999915122986,-0.7253999710083008,0.2797999978065491,0.6288999915122986,-0.7253999710083008,0.2797999978065491,0.5467000007629395,0.39969998598098755,-0.73580002784729,0.5467000007629395,0.39969998598098755,-0.73580002784729,0.5467000007629395,0.39969998598098755,-0.73580002784729,0.33500000834465027,-0.7764000296592712,0.5339000225067139,0.33500000834465027,-0.7764000296592712,0.5339000225067139,0.33500000834465027,-0.7764000296592712,0.5339000225067139,0.34700000286102295,0.8546000123023987,-0.3862999975681305,0.34700000286102295,0.8546000123023987,-0.3862999975681305,0.34700000286102295,0.8546000123023987,-0.3862999975681305,-0.3928999900817871,0.6801000237464905,-0.6189000010490417,-0.3928999900817871,0.6801000237464905,-0.6189000010490417,-0.3928999900817871,0.6801000237464905,-0.6189000010490417,0.8410000205039978,-0.522599995136261,0.14010000228881836,0.8410000205039978,-0.522599995136261,0.14010000228881836,0.8410000205039978,-0.522599995136261,0.14010000228881836,-0.613099992275238,0.28929999470710754,-0.7350999712944031,-0.613099992275238,0.28929999470710754,-0.7350999712944031,-0.613099992275238,0.28929999470710754,-0.7350999712944031,0.7152000069618225,0.039799999445676804,-0.6977999806404114,0.7152000069618225,0.039799999445676804,-0.6977999806404114,0.7152000069618225,0.039799999445676804,-0.6977999806404114,-0.05310000106692314,-0.6500999927520752,0.7580000162124634,-0.05310000106692314,-0.6500999927520752,0.7580000162124634,-0.05310000106692314,-0.6500999927520752,0.7580000162124634,0.09130000323057175,0.9136999845504761,-0.3961000144481659,0.09130000323057175,0.9136999845504761,-0.3961000144481659,0.09130000323057175,0.9136999845504761,-0.3961000144481659,-0.7583000063896179,0.6337000131607056,0.15320000052452087,-0.7583000063896179,0.6337000131607056,0.15320000052452087,-0.7583000063896179,0.6337000131607056,0.15320000052452087,0.734000027179718,-0.4456999897956848,0.5123999714851379,0.734000027179718,-0.4456999897956848,0.5123999714851379,0.734000027179718,-0.4456999897956848,0.5123999714851379,0.916700005531311,-0.39800000190734863,-0.035599999129772186,0.916700005531311,-0.39800000190734863,-0.035599999129772186,0.916700005531311,-0.39800000190734863,-0.035599999129772186,0.4140999913215637,-0.7669000029563904,0.490200012922287,0.4140999913215637,-0.7669000029563904,0.490200012922287,0.4140999913215637,-0.7669000029563904,0.490200012922287,-0.2563999891281128,0.8173999786376953,-0.5157999992370605,-0.2563999891281128,0.8173999786376953,-0.5157999992370605,-0.2563999891281128,0.8173999786376953,-0.5157999992370605,-0.6571999788284302,0.3077000081539154,0.6880999803543091,-0.6571999788284302,0.3077000081539154,0.6880999803543091,-0.6571999788284302,0.3077000081539154,0.6880999803543091,-0.09510000050067902,-0.8716999888420105,0.4805999994277954,-0.09510000050067902,-0.8716999888420105,0.4805999994277954,-0.09510000050067902,-0.8716999888420105,0.4805999994277954,0.09300000220537186,0.8446000218391418,0.5273000001907349,0.09300000220537186,0.8446000218391418,0.5273000001907349,0.09300000220537186,0.8446000218391418,0.5273000001907349,0.3910999894142151,0.9182000160217285,-0.06199999898672104,0.3910999894142151,0.9182000160217285,-0.06199999898672104,0.3910999894142151,0.9182000160217285,-0.06199999898672104,-0.9642999768257141,0.20149999856948853,0.1720000058412552,-0.9642999768257141,0.20149999856948853,0.1720000058412552,-0.9642999768257141,0.20149999856948853,0.1720000058412552,-0.8650000095367432,0.19509999454021454,-0.46230000257492065,-0.8650000095367432,0.19509999454021454,-0.46230000257492065,-0.8650000095367432,0.19509999454021454,-0.46230000257492065,0.5146999955177307,-0.7497000098228455,-0.41609999537467957,0.5146999955177307,-0.7497000098228455,-0.41609999537467957,0.5146999955177307,-0.7497000098228455,-0.41609999537467957,0.49729999899864197,0.8610000014305115,-0.10689999908208847,0.49729999899864197,0.8610000014305115,-0.10689999908208847,0.49729999899864197,0.8610000014305115,-0.10689999908208847,-0.2282000035047531,0.49630001187324524,0.8377000093460083,-0.2282000035047531,0.49630001187324524,0.8377000093460083,-0.2282000035047531,0.49630001187324524,0.8377000093460083,-0.26350000500679016,0.7376999855041504,-0.6215999722480774,-0.26350000500679016,0.7376999855041504,-0.6215999722480774,-0.26350000500679016,0.7376999855041504,-0.6215999722480774,-0.020600000396370888,0.8974000215530396,-0.4408000111579895,-0.020600000396370888,0.8974000215530396,-0.4408000111579895,-0.020600000396370888,0.8974000215530396,-0.4408000111579895,-0.5303000211715698,-0.8373000025749207,-0.13289999961853027,-0.5303000211715698,-0.8373000025749207,-0.13289999961853027,-0.5303000211715698,-0.8373000025749207,-0.13289999961853027,-0.193900004029274,0.46619999408721924,-0.8632000088691711,-0.193900004029274,0.46619999408721924,-0.8632000088691711,-0.193900004029274,0.46619999408721924,-0.8632000088691711,-0.40860000252723694,0.2786000072956085,0.8691999912261963,-0.40860000252723694,0.2786000072956085,0.8691999912261963,-0.40860000252723694,0.2786000072956085,0.8691999912261963,-0.6013000011444092,-0.46399998664855957,-0.650600016117096,-0.6013000011444092,-0.46399998664855957,-0.650600016117096,-0.6013000011444092,-0.46399998664855957,-0.650600016117096,-0.4350999891757965,0.3005000054836273,0.848800003528595,-0.4350999891757965,0.3005000054836273,0.848800003528595,-0.4350999891757965,0.3005000054836273,0.848800003528595,0.23109999299049377,-0.6570000052452087,0.7175999879837036,0.23109999299049377,-0.6570000052452087,0.7175999879837036,0.23109999299049377,-0.6570000052452087,0.7175999879837036,-0.5562999844551086,0.5095999836921692,-0.6564000248908997,-0.5562999844551086,0.5095999836921692,-0.6564000248908997,-0.5562999844551086,0.5095999836921692,-0.6564000248908997,-0.867900013923645,-0.021199999377131462,0.49630001187324524,-0.867900013923645,-0.021199999377131462,0.49630001187324524,-0.867900013923645,-0.021199999377131462,0.49630001187324524,-0.9921000003814697,-0.09300000220537186,0.08420000225305557,-0.9921000003814697,-0.09300000220537186,0.08420000225305557,-0.9921000003814697,-0.09300000220537186,0.08420000225305557,-0.5554999709129333,-0.03840000182390213,-0.8306999802589417,-0.5554999709129333,-0.03840000182390213,-0.8306999802589417,-0.5554999709129333,-0.03840000182390213,-0.8306999802589417,0.08590000122785568,0.78329998254776,-0.6155999898910522,0.08590000122785568,0.78329998254776,-0.6155999898910522,0.08590000122785568,0.78329998254776,-0.6155999898910522,0.7354000210762024,-0.17880000174045563,-0.6535999774932861,0.7354000210762024,-0.17880000174045563,-0.6535999774932861,0.7354000210762024,-0.17880000174045563,-0.6535999774932861,0.6437000036239624,-0.574999988079071,0.5049999952316284,0.6437000036239624,-0.574999988079071,0.5049999952316284,0.6437000036239624,-0.574999988079071,0.5049999952316284,0.4334000051021576,-0.8027999997138977,0.40950000286102295,0.4334000051021576,-0.8027999997138977,0.40950000286102295,0.4334000051021576,-0.8027999997138977,0.40950000286102295,0.862500011920929,-0.23360000550746918,-0.4490000009536743,0.862500011920929,-0.23360000550746918,-0.4490000009536743,0.862500011920929,-0.23360000550746918,-0.4490000009536743,-0.8515999913215637,0.17249999940395355,-0.4950999915599823,-0.8515999913215637,0.17249999940395355,-0.4950999915599823,-0.8515999913215637,0.17249999940395355,-0.4950999915599823,-0.7839000225067139,0.003000000026077032,-0.6208999752998352,-0.7839000225067139,0.003000000026077032,-0.6208999752998352,-0.7839000225067139,0.003000000026077032,-0.6208999752998352,-0.9221000075340271,-0.02500000037252903,0.3862000107765198,-0.9221000075340271,-0.02500000037252903,0.3862000107765198,-0.9221000075340271,-0.02500000037252903,0.3862000107765198,-0.6040999889373779,-0.6553000211715698,0.45350000262260437,-0.6040999889373779,-0.6553000211715698,0.45350000262260437,-0.6040999889373779,-0.6553000211715698,0.45350000262260437,0.3043000102043152,0.9200999736785889,-0.24650000035762787,0.3043000102043152,0.9200999736785889,-0.24650000035762787,0.3043000102043152,0.9200999736785889,-0.24650000035762787,0.6669999957084656,0.39089998602867126,0.6342999935150146,0.6669999957084656,0.39089998602867126,0.6342999935150146,0.6669999957084656,0.39089998602867126,0.6342999935150146,-0.03539999946951866,0.9955999851226807,0.08720000088214874,-0.03539999946951866,0.9955999851226807,0.08720000088214874,-0.03539999946951866,0.9955999851226807,0.08720000088214874,-0.05209999904036522,-0.9861000180244446,0.15770000219345093,-0.05209999904036522,-0.9861000180244446,0.15770000219345093,-0.05209999904036522,-0.9861000180244446,0.15770000219345093,0.1712000072002411,0.8773000240325928,-0.44830000400543213,0.1712000072002411,0.8773000240325928,-0.44830000400543213,0.1712000072002411,0.8773000240325928,-0.44830000400543213,-0.47119998931884766,-0.576200008392334,-0.6678000092506409,-0.47119998931884766,-0.576200008392334,-0.6678000092506409,-0.47119998931884766,-0.576200008392334,-0.6678000092506409,-0.7815999984741211,0.609000027179718,-0.13459999859333038,-0.7815999984741211,0.609000027179718,-0.13459999859333038,-0.7815999984741211,0.609000027179718,-0.13459999859333038,0.5202000141143799,0.4790000021457672,0.707099974155426,0.5202000141143799,0.4790000021457672,0.707099974155426,0.5202000141143799,0.4790000021457672,0.707099974155426,-0.3630000054836273,-0.04320000112056732,0.9308000206947327,-0.3630000054836273,-0.04320000112056732,0.9308000206947327,-0.3630000054836273,-0.04320000112056732,0.9308000206947327,0.9455000162124634,0.321399986743927,-0.05249999836087227,0.9455000162124634,0.321399986743927,-0.05249999836087227,0.9455000162124634,0.321399986743927,-0.05249999836087227,0.5623000264167786,0.8263000249862671,-0.03189999982714653,0.5623000264167786,0.8263000249862671,-0.03189999982714653,0.5623000264167786,0.8263000249862671,-0.03189999982714653,-0.4864000082015991,0.6567000150680542,-0.5763999819755554,-0.4864000082015991,0.6567000150680542,-0.5763999819755554,-0.4864000082015991,0.6567000150680542,-0.5763999819755554,0.4616999924182892,0.871999979019165,-0.16269999742507935,0.4616999924182892,0.871999979019165,-0.16269999742507935,0.4616999924182892,0.871999979019165,-0.16269999742507935,0.5379999876022339,-0.1843000054359436,0.8224999904632568,0.5379999876022339,-0.1843000054359436,0.8224999904632568,0.5379999876022339,-0.1843000054359436,0.8224999904632568,0.2890999913215637,-0.8281000256538391,0.48019999265670776,0.2890999913215637,-0.8281000256538391,0.48019999265670776,0.2890999913215637,-0.8281000256538391,0.48019999265670776,-0.38589999079704285,0.9186000227928162,0.08460000157356262,-0.38589999079704285,0.9186000227928162,0.08460000157356262,-0.38589999079704285,0.9186000227928162,0.08460000157356262,0.08160000294446945,-0.5791000127792358,0.8112000226974487,0.08160000294446945,-0.5791000127792358,0.8112000226974487,0.08160000294446945,-0.5791000127792358,0.8112000226974487,0.9106000065803528,-0.2937999963760376,0.290800005197525,0.9106000065803528,-0.2937999963760376,0.290800005197525,0.9106000065803528,-0.2937999963760376,0.290800005197525,0.38659998774528503,0.902999997138977,0.1873999983072281,0.38659998774528503,0.902999997138977,0.1873999983072281,0.38659998774528503,0.902999997138977,0.1873999983072281,-0.17910000681877136,-0.9114000201225281,0.37040001153945923,-0.17910000681877136,-0.9114000201225281,0.37040001153945923,-0.17910000681877136,-0.9114000201225281,0.37040001153945923,0.855400025844574,0.5171999931335449,0.027300000190734863,0.855400025844574,0.5171999931335449,0.027300000190734863,0.855400025844574,0.5171999931335449,0.027300000190734863,-0.4359999895095825,-0.8241999745368958,0.361299991607666,-0.4359999895095825,-0.8241999745368958,0.361299991607666,-0.4359999895095825,-0.8241999745368958,0.361299991607666,0.07590000331401825,-0.9828000068664551,0.16840000450611115,0.07590000331401825,-0.9828000068664551,0.16840000450611115,0.07590000331401825,-0.9828000068664551,0.16840000450611115,0.10670000314712524,-0.35659998655319214,-0.9282000064849854,0.10670000314712524,-0.35659998655319214,-0.9282000064849854,0.10670000314712524,-0.35659998655319214,-0.9282000064849854,0.6255999803543091,-0.3635999858379364,-0.6901999711990356,0.6255999803543091,-0.3635999858379364,-0.6901999711990356,0.6255999803543091,-0.3635999858379364,-0.6901999711990356,-0.6880999803543091,-0.5465999841690063,-0.4771000146865845,-0.6880999803543091,-0.5465999841690063,-0.4771000146865845,-0.6880999803543091,-0.5465999841690063,-0.4771000146865845,-0.391400009393692,0.257099986076355,0.8835999965667725,-0.391400009393692,0.257099986076355,0.8835999965667725,-0.391400009393692,0.257099986076355,0.8835999965667725,-0.6352999806404114,-0.6597999930381775,0.40139999985694885,-0.6352999806404114,-0.6597999930381775,0.40139999985694885,-0.6352999806404114,-0.6597999930381775,0.40139999985694885,-0.9627000093460083,0.14659999310970306,-0.2272000014781952,-0.9627000093460083,0.14659999310970306,-0.2272000014781952,-0.9627000093460083,0.14659999310970306,-0.2272000014781952,0.0731000006198883,0.6291999816894531,-0.7738000154495239,0.0731000006198883,0.6291999816894531,-0.7738000154495239,0.0731000006198883,0.6291999816894531,-0.7738000154495239,0.39070001244544983,-0.1509000062942505,-0.9081000089645386,0.39070001244544983,-0.1509000062942505,-0.9081000089645386,0.39070001244544983,-0.1509000062942505,-0.9081000089645386,-0.2962000072002411,0.8392999768257141,-0.45590001344680786,-0.2962000072002411,0.8392999768257141,-0.45590001344680786,-0.2962000072002411,0.8392999768257141,-0.45590001344680786,0.7020000219345093,0.6442000269889832,-0.3037000000476837,0.7020000219345093,0.6442000269889832,-0.3037000000476837,0.7020000219345093,0.6442000269889832,-0.3037000000476837,-0.3255000114440918,0.8664000034332275,0.37860000133514404,-0.3255000114440918,0.8664000034332275,0.37860000133514404,-0.3255000114440918,0.8664000034332275,0.37860000133514404,0.9771999716758728,-0.15160000324249268,0.14890000224113464,0.9771999716758728,-0.15160000324249268,0.14890000224113464,0.9771999716758728,-0.15160000324249268,0.14890000224113464,-0.6581000089645386,0.616599977016449,0.43209999799728394,-0.6581000089645386,0.616599977016449,0.43209999799728394,-0.6581000089645386,0.616599977016449,0.43209999799728394,0.9117000102996826,-0.39969998598098755,0.09529999643564224,0.9117000102996826,-0.39969998598098755,0.09529999643564224,0.9117000102996826,-0.39969998598098755,0.09529999643564224,0.2337000072002411,0.972000002861023,-0.02250000089406967,0.2337000072002411,0.972000002861023,-0.02250000089406967,0.2337000072002411,0.972000002861023,-0.02250000089406967,0.5087000131607056,-0.39169999957084656,-0.766700029373169,0.5087000131607056,-0.39169999957084656,-0.766700029373169,0.5087000131607056,-0.39169999957084656,-0.766700029373169,0.03610000014305115,-0.9431999921798706,0.33009999990463257,0.03610000014305115,-0.9431999921798706,0.33009999990463257,0.03610000014305115,-0.9431999921798706,0.33009999990463257,-0.6991000175476074,0.6434999704360962,0.3116999864578247,-0.6991000175476074,0.6434999704360962,0.3116999864578247,-0.6991000175476074,0.6434999704360962,0.3116999864578247,-0.31949999928474426,0.0843999981880188,-0.9437999725341797,-0.31949999928474426,0.0843999981880188,-0.9437999725341797,-0.31949999928474426,0.0843999981880188,-0.9437999725341797,-0.9858999848365784,0.15440000593662262,-0.06419999897480011,-0.9858999848365784,0.15440000593662262,-0.06419999897480011,-0.9858999848365784,0.15440000593662262,-0.06419999897480011,0.9628999829292297,-0.263700008392334,0.05700000002980232,0.9628999829292297,-0.263700008392334,0.05700000002980232,0.9628999829292297,-0.263700008392334,0.05700000002980232,0.2328999936580658,-0.31040000915527344,-0.9215999841690063,0.2328999936580658,-0.31040000915527344,-0.9215999841690063,0.2328999936580658,-0.31040000915527344,-0.9215999841690063,-0.8374000191688538,-0.1996999979019165,-0.5088000297546387,-0.8374000191688538,-0.1996999979019165,-0.5088000297546387,-0.8374000191688538,-0.1996999979019165,-0.5088000297546387,-0.021900000050663948,-0.9434999823570251,0.33059999346733093,-0.021900000050663948,-0.9434999823570251,0.33059999346733093,-0.021900000050663948,-0.9434999823570251,0.33059999346733093,-0.2281000018119812,-0.9047999978065491,0.3596000075340271,-0.2281000018119812,-0.9047999978065491,0.3596000075340271,-0.2281000018119812,-0.9047999978065491,0.3596000075340271,0.8468999862670898,-0.26190000772476196,0.4629000127315521,0.8468999862670898,-0.26190000772476196,0.4629000127315521,0.8468999862670898,-0.26190000772476196,0.4629000127315521,-0.16660000383853912,-0.558899998664856,-0.8123000264167786,-0.16660000383853912,-0.558899998664856,-0.8123000264167786,-0.16660000383853912,-0.558899998664856,-0.8123000264167786,0.6323000192642212,-0.7588000297546387,0.15649999678134918,0.6323000192642212,-0.7588000297546387,0.15649999678134918,0.6323000192642212,-0.7588000297546387,0.15649999678134918,-0.016200000420212746,0.8973000049591064,-0.44119998812675476,-0.016200000420212746,0.8973000049591064,-0.44119998812675476,-0.016200000420212746,0.8973000049591064,-0.44119998812675476,0.5327000021934509,-0.04430000111460686,0.8452000021934509,0.5327000021934509,-0.04430000111460686,0.8452000021934509,0.5327000021934509,-0.04430000111460686,0.8452000021934509,0.5277000069618225,0.5145999789237976,-0.6758000254631042,0.5277000069618225,0.5145999789237976,-0.6758000254631042,0.5277000069618225,0.5145999789237976,-0.6758000254631042,0.38909998536109924,0.8004000186920166,0.4560000002384186,0.38909998536109924,0.8004000186920166,0.4560000002384186,0.38909998536109924,0.8004000186920166,0.4560000002384186,0.3257000148296356,-0.7473999857902527,-0.5791000127792358,0.3257000148296356,-0.7473999857902527,-0.5791000127792358,0.3257000148296356,-0.7473999857902527,-0.5791000127792358,-0.16609999537467957,0.9387000203132629,-0.3021000027656555,-0.16609999537467957,0.9387000203132629,-0.3021000027656555,-0.16609999537467957,0.9387000203132629,-0.3021000027656555,0.8748999834060669,-0.2272000014781952,-0.427700012922287,0.8748999834060669,-0.2272000014781952,-0.427700012922287,0.8748999834060669,-0.2272000014781952,-0.427700012922287,-0.607200026512146,0.7215999960899353,-0.3327000141143799,-0.607200026512146,0.7215999960899353,-0.3327000141143799,-0.607200026512146,0.7215999960899353,-0.3327000141143799,0.33809998631477356,-0.061400000005960464,-0.9391000270843506,0.33809998631477356,-0.061400000005960464,-0.9391000270843506,0.33809998631477356,-0.061400000005960464,-0.9391000270843506,-0.7989000082015991,0.6004999876022339,0.03350000083446503,-0.7989000082015991,0.6004999876022339,0.03350000083446503,-0.7989000082015991,0.6004999876022339,0.03350000083446503,-0.5824000239372253,0.5142999887466431,-0.6294999718666077,-0.5824000239372253,0.5142999887466431,-0.6294999718666077,-0.5824000239372253,0.5142999887466431,-0.6294999718666077,-0.1665000021457672,-0.9736999869346619,-0.15559999644756317,-0.1665000021457672,-0.9736999869346619,-0.15559999644756317,-0.1665000021457672,-0.9736999869346619,-0.15559999644756317,0.8334000110626221,0.03370000049471855,0.5516999959945679,0.8334000110626221,0.03370000049471855,0.5516999959945679,0.8334000110626221,0.03370000049471855,0.5516999959945679,-0.7940000295639038,0.5680000185966492,0.21690000593662262,-0.7940000295639038,0.5680000185966492,0.21690000593662262,-0.7940000295639038,0.5680000185966492,0.21690000593662262,0.9889000058174133,0.1485999971628189,-0.006300000008195639,0.9889000058174133,0.1485999971628189,-0.006300000008195639,0.9889000058174133,0.1485999971628189,-0.006300000008195639,0.35690000653266907,0.8203999996185303,0.44679999351501465,0.35690000653266907,0.8203999996185303,0.44679999351501465,0.35690000653266907,0.8203999996185303,0.44679999351501465,-0.1696999967098236,0.9850000143051147,-0.031700000166893005,-0.1696999967098236,0.9850000143051147,-0.031700000166893005,-0.1696999967098236,0.9850000143051147,-0.031700000166893005,0.48330000042915344,-0.39980000257492065,-0.7788000106811523,0.48330000042915344,-0.39980000257492065,-0.7788000106811523,0.48330000042915344,-0.39980000257492065,-0.7788000106811523,-0.8676000237464905,-0.07190000265836716,-0.4921000003814697,-0.8676000237464905,-0.07190000265836716,-0.4921000003814697,-0.8676000237464905,-0.07190000265836716,-0.4921000003814697,-0.6952999830245972,-0.2773999869823456,0.6629999876022339,-0.6952999830245972,-0.2773999869823456,0.6629999876022339,-0.6952999830245972,-0.2773999869823456,0.6629999876022339,0.2581000030040741,0.8292999863624573,-0.49570000171661377,0.2581000030040741,0.8292999863624573,-0.49570000171661377,0.2581000030040741,0.8292999863624573,-0.49570000171661377,-0.2215999960899353,-0.968999981880188,-0.10930000245571136,-0.2215999960899353,-0.968999981880188,-0.10930000245571136,-0.2215999960899353,-0.968999981880188,-0.10930000245571136,0.6233999729156494,0.6948999762535095,0.35850000381469727,0.6233999729156494,0.6948999762535095,0.35850000381469727,0.6233999729156494,0.6948999762535095,0.35850000381469727,-0.5906000137329102,0.8069000244140625,0.00559999980032444,-0.5906000137329102,0.8069000244140625,0.00559999980032444,-0.5906000137329102,0.8069000244140625,0.00559999980032444,-0.2410999983549118,0.9610999822616577,-0.13459999859333038,-0.2410999983549118,0.9610999822616577,-0.13459999859333038,-0.2410999983549118,0.9610999822616577,-0.13459999859333038,-0.6391000151634216,0.1606999933719635,-0.7522000074386597,-0.6391000151634216,0.1606999933719635,-0.7522000074386597,-0.6391000151634216,0.1606999933719635,-0.7522000074386597,0.9686999917030334,-0.12929999828338623,0.21209999918937683,0.9686999917030334,-0.12929999828338623,0.21209999918937683,0.9686999917030334,-0.12929999828338623,0.21209999918937683,-0.15760000050067902,-0.7357000112533569,0.6586999893188477,-0.15760000050067902,-0.7357000112533569,0.6586999893188477,-0.15760000050067902,-0.7357000112533569,0.6586999893188477,-0.8562999963760376,0.34139999747276306,0.38749998807907104,-0.8562999963760376,0.34139999747276306,0.38749998807907104,-0.8562999963760376,0.34139999747276306,0.38749998807907104,-0.7454000115394592,-0.6664999723434448,0.00989999994635582,-0.7454000115394592,-0.6664999723434448,0.00989999994635582,-0.7454000115394592,-0.6664999723434448,0.00989999994635582,-0.27639999985694885,0.7591000199317932,-0.5892999768257141,-0.27639999985694885,0.7591000199317932,-0.5892999768257141,-0.27639999985694885,0.7591000199317932,-0.5892999768257141,-0.5202999711036682,-0.5742999911308289,0.632099986076355,-0.5202999711036682,-0.5742999911308289,0.632099986076355,-0.5202999711036682,-0.5742999911308289,0.632099986076355,0.3743000030517578,-0.9199000000953674,0.11729999631643295,0.3743000030517578,-0.9199000000953674,0.11729999631643295,0.3743000030517578,-0.9199000000953674,0.11729999631643295,-0.8618000149726868,-0.4902999997138977,-0.13019999861717224,-0.8618000149726868,-0.4902999997138977,-0.13019999861717224,-0.8618000149726868,-0.4902999997138977,-0.13019999861717224,-0.025599999353289604,-0.8982999920845032,0.43860000371932983,-0.025599999353289604,-0.8982999920845032,0.43860000371932983,-0.025599999353289604,-0.8982999920845032,0.43860000371932983,-0.8654000163078308,0.4925000071525574,-0.09179999679327011,-0.8654000163078308,0.4925000071525574,-0.09179999679327011,-0.8654000163078308,0.4925000071525574,-0.09179999679327011,0.7454000115394592,-0.6660000085830688,0.029600000008940697,0.7454000115394592,-0.6660000085830688,0.029600000008940697,0.7454000115394592,-0.6660000085830688,0.029600000008940697,-0.323199987411499,0.8138999938964844,-0.4828999936580658,-0.323199987411499,0.8138999938964844,-0.4828999936580658,-0.323199987411499,0.8138999938964844,-0.4828999936580658,-0.9876000285148621,-0.15139999985694885,0.04259999841451645,-0.9876000285148621,-0.15139999985694885,0.04259999841451645,-0.9876000285148621,-0.15139999985694885,0.04259999841451645,-0.9902999997138977,-0.13750000298023224,0.01850000023841858,-0.9902999997138977,-0.13750000298023224,0.01850000023841858,-0.9902999997138977,-0.13750000298023224,0.01850000023841858,-0.7312999963760376,-0.4212000072002411,0.5364999771118164,-0.7312999963760376,-0.4212000072002411,0.5364999771118164,-0.7312999963760376,-0.4212000072002411,0.5364999771118164,-0.39559999108314514,-0.6377000212669373,-0.6610000133514404,-0.39559999108314514,-0.6377000212669373,-0.6610000133514404,-0.39559999108314514,-0.6377000212669373,-0.6610000133514404,0.9832000136375427,-0.15330000221729279,0.09920000284910202,0.9832000136375427,-0.15330000221729279,0.09920000284910202,0.9832000136375427,-0.15330000221729279,0.09920000284910202,0.21209999918937683,-0.7644000053405762,0.6087999939918518,0.21209999918937683,-0.7644000053405762,0.6087999939918518,0.21209999918937683,-0.7644000053405762,0.6087999939918518,-0.07429999858140945,0.6535999774932861,-0.7530999779701233,-0.07429999858140945,0.6535999774932861,-0.7530999779701233,-0.07429999858140945,0.6535999774932861,-0.7530999779701233,0.6899999976158142,-0.36800000071525574,-0.6233000159263611,0.6899999976158142,-0.36800000071525574,-0.6233000159263611,0.6899999976158142,-0.36800000071525574,-0.6233000159263611,-0.5896999835968018,-0.0674000009894371,0.8047999739646912,-0.5896999835968018,-0.0674000009894371,0.8047999739646912,-0.5896999835968018,-0.0674000009894371,0.8047999739646912,0.15870000422000885,0.18809999525547028,0.9692000150680542,0.15870000422000885,0.18809999525547028,0.9692000150680542,0.15870000422000885,0.18809999525547028,0.9692000150680542,0.41280001401901245,-0.8252000212669373,0.3856000006198883,0.41280001401901245,-0.8252000212669373,0.3856000006198883,0.41280001401901245,-0.8252000212669373,0.3856000006198883,0.3059999942779541,0.8246999979019165,0.4756999909877777,0.3059999942779541,0.8246999979019165,0.4756999909877777,0.3059999942779541,0.8246999979019165,0.4756999909877777,-0.2784000039100647,0.6211000084877014,-0.7325999736785889,-0.2784000039100647,0.6211000084877014,-0.7325999736785889,-0.2784000039100647,0.6211000084877014,-0.7325999736785889,0.01730000041425228,0.8845999836921692,0.4659999907016754,0.01730000041425228,0.8845999836921692,0.4659999907016754,0.01730000041425228,0.8845999836921692,0.4659999907016754,0.025599999353289604,0.9027000069618225,-0.4293999969959259,0.025599999353289604,0.9027000069618225,-0.4293999969959259,0.025599999353289604,0.9027000069618225,-0.4293999969959259,0.014100000262260437,0.5738000273704529,-0.8188999891281128,0.014100000262260437,0.5738000273704529,-0.8188999891281128,0.014100000262260437,0.5738000273704529,-0.8188999891281128,0.3621000051498413,-0.8716999888420105,0.3301999866962433,0.3621000051498413,-0.8716999888420105,0.3301999866962433,0.3621000051498413,-0.8716999888420105,0.3301999866962433,-0.28209999203681946,0.8054999709129333,-0.5212000012397766,-0.28209999203681946,0.8054999709129333,-0.5212000012397766,-0.28209999203681946,0.8054999709129333,-0.5212000012397766,0.48019999265670776,-0.8708000183105469,-0.1054999977350235,0.48019999265670776,-0.8708000183105469,-0.1054999977350235,0.48019999265670776,-0.8708000183105469,-0.1054999977350235,-0.5285000205039978,0.8474000096321106,0.050200000405311584,-0.5285000205039978,0.8474000096321106,0.050200000405311584,-0.5285000205039978,0.8474000096321106,0.050200000405311584,-0.9714999794960022,-0.04039999842643738,-0.2337999939918518,-0.9714999794960022,-0.04039999842643738,-0.2337999939918518,-0.9714999794960022,-0.04039999842643738,-0.2337999939918518,0.9567000269889832,-0.013500000350177288,-0.2906000018119812,0.9567000269889832,-0.013500000350177288,-0.2906000018119812,0.9567000269889832,-0.013500000350177288,-0.2906000018119812,-0.6992999911308289,-0.5024999976158142,0.5084999799728394,-0.6992999911308289,-0.5024999976158142,0.5084999799728394,-0.6992999911308289,-0.5024999976158142,0.5084999799728394,-0.890999972820282,0.31949999928474426,-0.32249999046325684,-0.890999972820282,0.31949999928474426,-0.32249999046325684,-0.890999972820282,0.31949999928474426,-0.32249999046325684,-0.690500020980835,-0.33559998869895935,0.6406999826431274,-0.690500020980835,-0.33559998869895935,0.6406999826431274,-0.690500020980835,-0.33559998869895935,0.6406999826431274,-0.590399980545044,-0.7093999981880188,0.38510000705718994,-0.590399980545044,-0.7093999981880188,0.38510000705718994,-0.590399980545044,-0.7093999981880188,0.38510000705718994,0.9269000291824341,0.37450000643730164,-0.022700000554323196,0.9269000291824341,0.37450000643730164,-0.022700000554323196,0.9269000291824341,0.37450000643730164,-0.022700000554323196,0.13089999556541443,0.9419999718666077,-0.3089999854564667,0.13089999556541443,0.9419999718666077,-0.3089999854564667,0.13089999556541443,0.9419999718666077,-0.3089999854564667,0.025100000202655792,0.9668999910354614,0.2538999915122986,0.025100000202655792,0.9668999910354614,0.2538999915122986,0.025100000202655792,0.9668999910354614,0.2538999915122986,0.8967000246047974,0.23980000615119934,0.37209999561309814,0.8967000246047974,0.23980000615119934,0.37209999561309814,0.8967000246047974,0.23980000615119934,0.37209999561309814,0.8797000050544739,0.20170000195503235,-0.43059998750686646,0.8797000050544739,0.20170000195503235,-0.43059998750686646,0.8797000050544739,0.20170000195503235,-0.43059998750686646,0.6633999943733215,0.7006000280380249,-0.26269999146461487,0.6633999943733215,0.7006000280380249,-0.26269999146461487,0.6633999943733215,0.7006000280380249,-0.26269999146461487,0.2199999988079071,0.7353000044822693,0.640999972820282,0.2199999988079071,0.7353000044822693,0.640999972820282,0.2199999988079071,0.7353000044822693,0.640999972820282,0.9257000088691711,0.3702999949455261,-0.0771000012755394,0.9257000088691711,0.3702999949455261,-0.0771000012755394,0.9257000088691711,0.3702999949455261,-0.0771000012755394,0.2029999941587448,0.7324000000953674,0.6499000191688538,0.2029999941587448,0.7324000000953674,0.6499000191688538,0.2029999941587448,0.7324000000953674,0.6499000191688538,-0.34610000252723694,0.5425999760627747,-0.7653999924659729,-0.34610000252723694,0.5425999760627747,-0.7653999924659729,-0.34610000252723694,0.5425999760627747,-0.7653999924659729,0.45010000467300415,-0.8920999765396118,0.040800001472234726,0.45010000467300415,-0.8920999765396118,0.040800001472234726,0.45010000467300415,-0.8920999765396118,0.040800001472234726,0.887499988079071,0.4607999920845032,-0.0038999998942017555,0.887499988079071,0.4607999920845032,-0.0038999998942017555,0.887499988079071,0.4607999920845032,-0.0038999998942017555,0.8546000123023987,0.08489999920129776,0.5123000144958496,0.8546000123023987,0.08489999920129776,0.5123000144958496,0.8546000123023987,0.08489999920129776,0.5123000144958496,-0.6917999982833862,0.5544999837875366,-0.4625999927520752,-0.6917999982833862,0.5544999837875366,-0.4625999927520752,-0.6917999982833862,0.5544999837875366,-0.4625999927520752,-0.7738000154495239,-0.5806000232696533,-0.2531000077724457,-0.7738000154495239,-0.5806000232696533,-0.2531000077724457,-0.7738000154495239,-0.5806000232696533,-0.2531000077724457,-0.944100022315979,-0.22609999775886536,0.24009999632835388,-0.944100022315979,-0.22609999775886536,0.24009999632835388,-0.944100022315979,-0.22609999775886536,0.24009999632835388,-0.7196999788284302,0.6328999996185303,-0.2854999899864197,-0.7196999788284302,0.6328999996185303,-0.2854999899864197,-0.7196999788284302,0.6328999996185303,-0.2854999899864197,-0.1454000025987625,0.19169999659061432,-0.9706000089645386,-0.1454000025987625,0.19169999659061432,-0.9706000089645386,-0.1454000025987625,0.19169999659061432,-0.9706000089645386,-0.023800000548362732,0.9768000245094299,-0.21279999613761902,-0.023800000548362732,0.9768000245094299,-0.21279999613761902,-0.023800000548362732,0.9768000245094299,-0.21279999613761902,0.9304999709129333,0.05559999868273735,0.3619999885559082,0.9304999709129333,0.05559999868273735,0.3619999885559082,0.9304999709129333,0.05559999868273735,0.3619999885559082,-0.07129999995231628,-0.012799999676644802,-0.9973999857902527,-0.07129999995231628,-0.012799999676644802,-0.9973999857902527,-0.07129999995231628,-0.012799999676644802,-0.9973999857902527,-0.7458000183105469,-0.42500001192092896,0.5128999948501587,-0.7458000183105469,-0.42500001192092896,0.5128999948501587,-0.7458000183105469,-0.42500001192092896,0.5128999948501587,0.9825000166893005,0.1581999957561493,-0.09839999675750732,0.9825000166893005,0.1581999957561493,-0.09839999675750732,0.9825000166893005,0.1581999957561493,-0.09839999675750732,-0.8264999985694885,-0.5098999738693237,-0.23849999904632568,-0.8264999985694885,-0.5098999738693237,-0.23849999904632568,-0.8264999985694885,-0.5098999738693237,-0.23849999904632568,-0.9815000295639038,-0.0820000022649765,-0.1728000044822693,-0.9815000295639038,-0.0820000022649765,-0.1728000044822693,-0.9815000295639038,-0.0820000022649765,-0.1728000044822693,-0.10559999942779541,-0.8998000025749207,0.42329999804496765,-0.10559999942779541,-0.8998000025749207,0.42329999804496765,-0.10559999942779541,-0.8998000025749207,0.42329999804496765,0.48649999499320984,-0.1662999987602234,0.857699990272522,0.48649999499320984,-0.1662999987602234,0.857699990272522,0.48649999499320984,-0.1662999987602234,0.857699990272522,0.436599999666214,-0.59170001745224,0.6776999831199646,0.436599999666214,-0.59170001745224,0.6776999831199646,0.436599999666214,-0.59170001745224,0.6776999831199646,-0.756600022315979,0.1467999964952469,-0.6371999979019165,-0.756600022315979,0.1467999964952469,-0.6371999979019165,-0.756600022315979,0.1467999964952469,-0.6371999979019165,-0.413100004196167,-0.6872000098228455,0.597599983215332,-0.413100004196167,-0.6872000098228455,0.597599983215332,-0.413100004196167,-0.6872000098228455,0.597599983215332,0.7882000207901001,-0.2378000020980835,0.5676000118255615,0.7882000207901001,-0.2378000020980835,0.5676000118255615,0.7882000207901001,-0.2378000020980835,0.5676000118255615,-0.19750000536441803,0.9243000149726868,-0.32670000195503235,-0.19750000536441803,0.9243000149726868,-0.32670000195503235,-0.19750000536441803,0.9243000149726868,-0.32670000195503235,-0.7089999914169312,-0.6822999715805054,0.1784999966621399,-0.7089999914169312,-0.6822999715805054,0.1784999966621399,-0.7089999914169312,-0.6822999715805054,0.1784999966621399,0.2865000069141388,-0.579200029373169,-0.7631999850273132,0.2865000069141388,-0.579200029373169,-0.7631999850273132,0.2865000069141388,-0.579200029373169,-0.7631999850273132,-0.9713000059127808,0.23160000145435333,-0.05400000140070915,-0.9713000059127808,0.23160000145435333,-0.05400000140070915,-0.9713000059127808,0.23160000145435333,-0.05400000140070915,0.9661999940872192,0.1956000030040741,0.1680999994277954,0.9661999940872192,0.1956000030040741,0.1680999994277954,0.9661999940872192,0.1956000030040741,0.1680999994277954,0.6340000033378601,-0.578499972820282,-0.5133000016212463,0.6340000033378601,-0.578499972820282,-0.5133000016212463,0.6340000033378601,-0.578499972820282,-0.5133000016212463,0.5289000272750854,0.8450999855995178,-0.07800000160932541,0.5289000272750854,0.8450999855995178,-0.07800000160932541,0.5289000272750854,0.8450999855995178,-0.07800000160932541,-0.3718999922275543,0.5019000172615051,0.7809000015258789,-0.3718999922275543,0.5019000172615051,0.7809000015258789,-0.3718999922275543,0.5019000172615051,0.7809000015258789,-0.19869999587535858,0.13920000195503235,-0.9700999855995178,-0.19869999587535858,0.13920000195503235,-0.9700999855995178,-0.19869999587535858,0.13920000195503235,-0.9700999855995178,0.6980000138282776,-0.6978999972343445,0.1606999933719635,0.6980000138282776,-0.6978999972343445,0.1606999933719635,0.6980000138282776,-0.6978999972343445,0.1606999933719635,-0.3495999872684479,0.7554000020027161,-0.5541999936103821,-0.3495999872684479,0.7554000020027161,-0.5541999936103821,-0.3495999872684479,0.7554000020027161,-0.5541999936103821,0.531499981880188,-0.8468000292778015,0.019700000062584877,0.531499981880188,-0.8468000292778015,0.019700000062584877,0.531499981880188,-0.8468000292778015,0.019700000062584877,0.9707000255584717,-0.0731000006198883,0.2289000004529953,0.9707000255584717,-0.0731000006198883,0.2289000004529953,0.9707000255584717,-0.0731000006198883,0.2289000004529953,0.8835999965667725,0.4253000020980835,-0.19609999656677246,0.8835999965667725,0.4253000020980835,-0.19609999656677246,0.8835999965667725,0.4253000020980835,-0.19609999656677246,0.11710000038146973,-0.7908999919891357,0.600600004196167,0.11710000038146973,-0.7908999919891357,0.600600004196167,0.11710000038146973,-0.7908999919891357,0.600600004196167,0.18320000171661377,0.8866999745368958,0.4244999885559082,0.18320000171661377,0.8866999745368958,0.4244999885559082,0.18320000171661377,0.8866999745368958,0.4244999885559082,0.9811999797821045,-0.06390000134706497,0.18240000307559967,0.9811999797821045,-0.06390000134706497,0.18240000307559967,0.9811999797821045,-0.06390000134706497,0.18240000307559967,-0.37380000948905945,-0.83160001039505,0.4108999967575073,-0.37380000948905945,-0.83160001039505,0.4108999967575073,-0.37380000948905945,-0.83160001039505,0.4108999967575073,0.4731000065803528,0.09179999679327011,-0.8762000203132629,0.4731000065803528,0.09179999679327011,-0.8762000203132629,0.4731000065803528,0.09179999679327011,-0.8762000203132629,-0.9858999848365784,-0.10890000313520432,0.1266999989748001,-0.9858999848365784,-0.10890000313520432,0.1266999989748001,-0.9858999848365784,-0.10890000313520432,0.1266999989748001,-0.9667999744415283,-0.08150000125169754,-0.24240000545978546,-0.9667999744415283,-0.08150000125169754,-0.24240000545978546,-0.9667999744415283,-0.08150000125169754,-0.24240000545978546,0.5981000065803528,-0.5874000191688538,0.545199990272522,0.5981000065803528,-0.5874000191688538,0.545199990272522,0.5981000065803528,-0.5874000191688538,0.545199990272522,0.17749999463558197,-0.9560999870300293,0.2328999936580658,0.17749999463558197,-0.9560999870300293,0.2328999936580658,0.17749999463558197,-0.9560999870300293,0.2328999936580658,-0.5087000131607056,-0.39169999957084656,-0.766700029373169,-0.5087000131607056,-0.39169999957084656,-0.766700029373169,-0.5087000131607056,-0.39169999957084656,-0.766700029373169,-0.5706999897956848,0.7907000184059143,-0.22139999270439148,-0.5706999897956848,0.7907000184059143,-0.22139999270439148,-0.5706999897956848,0.7907000184059143,-0.22139999270439148,-0.899399995803833,-0.41040000319480896,-0.15049999952316284,-0.899399995803833,-0.41040000319480896,-0.15049999952316284,-0.899399995803833,-0.41040000319480896,-0.15049999952316284,0.06629999727010727,0.9976999759674072,-0.01549999974668026,0.06629999727010727,0.9976999759674072,-0.01549999974668026,0.06629999727010727,0.9976999759674072,-0.01549999974668026,0.7678999900817871,-0.21060000360012054,0.6049000024795532,0.7678999900817871,-0.21060000360012054,0.6049000024795532,0.7678999900817871,-0.21060000360012054,0.6049000024795532,0.9970999956130981,-0.06679999828338623,0.03610000014305115,0.9970999956130981,-0.06679999828338623,0.03610000014305115,0.9970999956130981,-0.06679999828338623,0.03610000014305115,0.4077000021934509,0.8402000069618225,-0.35749998688697815,0.4077000021934509,0.8402000069618225,-0.35749998688697815,0.4077000021934509,0.8402000069618225,-0.35749998688697815,0.15060000121593475,-0.7099999785423279,0.6879000067710876,0.15060000121593475,-0.7099999785423279,0.6879000067710876,0.15060000121593475,-0.7099999785423279,0.6879000067710876,0.6014999747276306,0.7958999872207642,-0.06889999657869339,0.6014999747276306,0.7958999872207642,-0.06889999657869339,0.6014999747276306,0.7958999872207642,-0.06889999657869339,0.13459999859333038,-0.9908000230789185,-0.016499999910593033,0.13459999859333038,-0.9908000230789185,-0.016499999910593033,0.13459999859333038,-0.9908000230789185,-0.016499999910593033,-0.7821999788284302,0.4790000021457672,-0.3984000086784363,-0.7821999788284302,0.4790000021457672,-0.3984000086784363,-0.7821999788284302,0.4790000021457672,-0.3984000086784363,0.4921000003814697,0.6103000044822693,-0.6207000017166138,0.4921000003814697,0.6103000044822693,-0.6207000017166138,0.4921000003814697,0.6103000044822693,-0.6207000017166138,0.3529999852180481,0.6292999982833862,-0.692300021648407,0.3529999852180481,0.6292999982833862,-0.692300021648407,0.3529999852180481,0.6292999982833862,-0.692300021648407,0.8303999900817871,0.31540000438690186,0.4593000113964081,0.8303999900817871,0.31540000438690186,0.4593000113964081,0.8303999900817871,0.31540000438690186,0.4593000113964081,0.7408999800682068,-0.5257999897003174,0.4180000126361847,0.7408999800682068,-0.5257999897003174,0.4180000126361847,0.7408999800682068,-0.5257999897003174,0.4180000126361847,-0.6161999702453613,-0.6032000184059143,-0.5063999891281128,-0.6161999702453613,-0.6032000184059143,-0.5063999891281128,-0.6161999702453613,-0.6032000184059143,-0.5063999891281128,-0.9089000225067139,-0.05869999900460243,-0.41280001401901245,-0.9089000225067139,-0.05869999900460243,-0.41280001401901245,-0.9089000225067139,-0.05869999900460243,-0.41280001401901245,-0.6583999991416931,0.7347000241279602,0.16339999437332153,-0.6583999991416931,0.7347000241279602,0.16339999437332153,-0.6583999991416931,0.7347000241279602,0.16339999437332153,0.9959999918937683,-0.03680000081658363,0.08089999854564667,0.9959999918937683,-0.03680000081658363,0.08089999854564667,0.9959999918937683,-0.03680000081658363,0.08089999854564667,0.6951000094413757,0.32580000162124634,-0.6407999992370605,0.6951000094413757,0.32580000162124634,-0.6407999992370605,0.6951000094413757,0.32580000162124634,-0.6407999992370605,-0.5181999802589417,0.3382999897003174,-0.7854999899864197,-0.5181999802589417,0.3382999897003174,-0.7854999899864197,-0.5181999802589417,0.3382999897003174,-0.7854999899864197,-0.2222999930381775,-0.970300018787384,0.0957999974489212,-0.2222999930381775,-0.970300018787384,0.0957999974489212,-0.2222999930381775,-0.970300018787384,0.0957999974489212,0.9796000123023987,0.1535000056028366,-0.12999999523162842,0.9796000123023987,0.1535000056028366,-0.12999999523162842,0.9796000123023987,0.1535000056028366,-0.12999999523162842,-0.20479999482631683,0.48500001430511475,-0.8501999974250793,-0.20479999482631683,0.48500001430511475,-0.8501999974250793,-0.20479999482631683,0.48500001430511475,-0.8501999974250793,-0.01769999973475933,-0.9445000290870667,0.3280999958515167,-0.01769999973475933,-0.9445000290870667,0.3280999958515167,-0.01769999973475933,-0.9445000290870667,0.3280999958515167,0.4178999960422516,0.5687999725341797,-0.7084000110626221,0.4178999960422516,0.5687999725341797,-0.7084000110626221,0.4178999960422516,0.5687999725341797,-0.7084000110626221,0.9763000011444092,0.012900000438094139,-0.2159000039100647,0.9763000011444092,0.012900000438094139,-0.2159000039100647,0.9763000011444092,0.012900000438094139,-0.2159000039100647,0.2712000012397766,-0.06689999997615814,-0.9602000117301941,0.2712000012397766,-0.06689999997615814,-0.9602000117301941,0.2712000012397766,-0.06689999997615814,-0.9602000117301941,-0.5641000270843506,0.33660000562667847,0.7538999915122986,-0.5641000270843506,0.33660000562667847,0.7538999915122986,-0.5641000270843506,0.33660000562667847,0.7538999915122986,-0.9969000220298767,0.05570000037550926,0.05530000105500221,-0.9969000220298767,0.05570000037550926,0.05530000105500221,-0.9969000220298767,0.05570000037550926,0.05530000105500221,0.9158999919891357,-0.3393999934196472,-0.2143000066280365,0.9158999919891357,-0.3393999934196472,-0.2143000066280365,0.9158999919891357,-0.3393999934196472,-0.2143000066280365,-0.15530000627040863,-0.8392000198364258,0.5212000012397766,-0.15530000627040863,-0.8392000198364258,0.5212000012397766,-0.15530000627040863,-0.8392000198364258,0.5212000012397766,-0.3537999987602234,0.8511999845504761,-0.38760000467300415,-0.3537999987602234,0.8511999845504761,-0.38760000467300415,-0.3537999987602234,0.8511999845504761,-0.38760000467300415,-0.8004000186920166,0.25540000200271606,-0.5422999858856201,-0.8004000186920166,0.25540000200271606,-0.5422999858856201,-0.8004000186920166,0.25540000200271606,-0.5422999858856201,-0.9984999895095825,0.013500000350177288,-0.05220000073313713,-0.9984999895095825,0.013500000350177288,-0.05220000073313713,-0.9984999895095825,0.013500000350177288,-0.05220000073313713,0.22699999809265137,-0.6854000091552734,-0.6919000148773193,0.22699999809265137,-0.6854000091552734,-0.6919000148773193,0.22699999809265137,-0.6854000091552734,-0.6919000148773193,0.9473000168800354,0.13269999623298645,0.29159998893737793,0.9473000168800354,0.13269999623298645,0.29159998893737793,0.9473000168800354,0.13269999623298645,0.29159998893737793,-0.15489999949932098,0.4156999886035919,-0.8962000012397766,-0.15489999949932098,0.4156999886035919,-0.8962000012397766,-0.15489999949932098,0.4156999886035919,-0.8962000012397766,0.46869999170303345,0.2199999988079071,-0.8554999828338623,0.46869999170303345,0.2199999988079071,-0.8554999828338623,0.46869999170303345,0.2199999988079071,-0.8554999828338623,0.8349000215530396,0.48590001463890076,0.25859999656677246,0.8349000215530396,0.48590001463890076,0.25859999656677246,0.8349000215530396,0.48590001463890076,0.25859999656677246,-0.9456999897956848,-0.29910001158714294,-0.12690000236034393,-0.9456999897956848,-0.29910001158714294,-0.12690000236034393,-0.9456999897956848,-0.29910001158714294,-0.12690000236034393,-0.6414999961853027,-0.12439999729394913,-0.7570000290870667,-0.6414999961853027,-0.12439999729394913,-0.7570000290870667,-0.6414999961853027,-0.12439999729394913,-0.7570000290870667,0.3084999918937683,0.25450000166893005,-0.9164999723434448,0.3084999918937683,0.25450000166893005,-0.9164999723434448,0.3084999918937683,0.25450000166893005,-0.9164999723434448,-0.19329999387264252,-0.9401000142097473,-0.2808000147342682,-0.19329999387264252,-0.9401000142097473,-0.2808000147342682,-0.19329999387264252,-0.9401000142097473,-0.2808000147342682,-0.5981000065803528,-0.5874000191688538,0.545199990272522,-0.5981000065803528,-0.5874000191688538,0.545199990272522,-0.5981000065803528,-0.5874000191688538,0.545199990272522,-0.385699987411499,0.89410001039505,-0.22759999334812164,-0.385699987411499,0.89410001039505,-0.22759999334812164,-0.385699987411499,0.89410001039505,-0.22759999334812164,-0.04410000145435333,0.43309998512268066,-0.9003000259399414,-0.04410000145435333,0.43309998512268066,-0.9003000259399414,-0.04410000145435333,0.43309998512268066,-0.9003000259399414,0.5084999799728394,0.2567000091075897,0.8219000101089478,0.5084999799728394,0.2567000091075897,0.8219000101089478,0.5084999799728394,0.2567000091075897,0.8219000101089478,-0.11599999666213989,0.42980000376701355,-0.8953999876976013,-0.11599999666213989,0.42980000376701355,-0.8953999876976013,-0.11599999666213989,0.42980000376701355,-0.8953999876976013,0.10360000282526016,0.34860000014305115,-0.9315000176429749,0.10360000282526016,0.34860000014305115,-0.9315000176429749,0.10360000282526016,0.34860000014305115,-0.9315000176429749,-0.41019999980926514,-0.27129998803138733,0.8707000017166138,-0.41019999980926514,-0.27129998803138733,0.8707000017166138,-0.41019999980926514,-0.27129998803138733,0.8707000017166138,-0.8300999999046326,0.4528999924659729,-0.325300008058548,-0.8300999999046326,0.4528999924659729,-0.325300008058548,-0.8300999999046326,0.4528999924659729,-0.325300008058548,-0.9939000010490417,-0.007899999618530273,0.11020000278949738,-0.9939000010490417,-0.007899999618530273,0.11020000278949738,-0.9939000010490417,-0.007899999618530273,0.11020000278949738,-0.5623000264167786,0.8263000249862671,-0.03189999982714653,-0.5623000264167786,0.8263000249862671,-0.03189999982714653,-0.5623000264167786,0.8263000249862671,-0.03189999982714653,-0.9431999921798706,0.328000009059906,-0.05209999904036522,-0.9431999921798706,0.328000009059906,-0.05209999904036522,-0.9431999921798706,0.328000009059906,-0.05209999904036522,0.4602999985218048,-0.8705999851226807,0.1738000065088272,0.4602999985218048,-0.8705999851226807,0.1738000065088272,0.4602999985218048,-0.8705999851226807,0.1738000065088272,-0.37130001187324524,-0.6380000114440918,0.6746000051498413,-0.37130001187324524,-0.6380000114440918,0.6746000051498413,-0.37130001187324524,-0.6380000114440918,0.6746000051498413,-0.38350000977516174,-0.9233999848365784,-0.013299999758601189,-0.38350000977516174,-0.9233999848365784,-0.013299999758601189,-0.38350000977516174,-0.9233999848365784,-0.013299999758601189,0.27959999442100525,-0.9228000044822693,0.26510000228881836,0.27959999442100525,-0.9228000044822693,0.26510000228881836,0.27959999442100525,-0.9228000044822693,0.26510000228881836,0.22840000689029694,0.9641000032424927,-0.1354999989271164,0.22840000689029694,0.9641000032424927,-0.1354999989271164,0.22840000689029694,0.9641000032424927,-0.1354999989271164,-0.986299991607666,0.01600000075995922,0.16419999301433563,-0.986299991607666,0.01600000075995922,0.16419999301433563,-0.986299991607666,0.01600000075995922,0.16419999301433563,-0.33000001311302185,0.7973999977111816,0.505299985408783,-0.33000001311302185,0.7973999977111816,0.505299985408783,-0.33000001311302185,0.7973999977111816,0.505299985408783,0.9440000057220459,-0.029100000858306885,-0.3285999894142151,0.9440000057220459,-0.029100000858306885,-0.3285999894142151,0.9440000057220459,-0.029100000858306885,-0.3285999894142151,0.2240000069141388,0.020099999383091927,0.974399983882904,0.2240000069141388,0.020099999383091927,0.974399983882904,0.2240000069141388,0.020099999383091927,0.974399983882904,-0.9107999801635742,-0.3605000078678131,-0.2011999934911728,-0.9107999801635742,-0.3605000078678131,-0.2011999934911728,-0.9107999801635742,-0.3605000078678131,-0.2011999934911728,-0.15109999477863312,0.9803000092506409,-0.12720000743865967,-0.15109999477863312,0.9803000092506409,-0.12720000743865967,-0.15109999477863312,0.9803000092506409,-0.12720000743865967,0.6761000156402588,-0.6535000205039978,0.34040001034736633,0.6761000156402588,-0.6535000205039978,0.34040001034736633,0.6761000156402588,-0.6535000205039978,0.34040001034736633,0.8744000196456909,-0.22380000352859497,0.43050000071525574,0.8744000196456909,-0.22380000352859497,0.43050000071525574,0.8744000196456909,-0.22380000352859497,0.43050000071525574,0.9894000291824341,0.005499999970197678,-0.14489999413490295,0.9894000291824341,0.005499999970197678,-0.14489999413490295,0.9894000291824341,0.005499999970197678,-0.14489999413490295,-0.12549999356269836,0.5712000131607056,-0.8112000226974487,-0.12549999356269836,0.5712000131607056,-0.8112000226974487,-0.12549999356269836,0.5712000131607056,-0.8112000226974487,0.542900025844574,0.6837999820709229,-0.4875999987125397,0.542900025844574,0.6837999820709229,-0.4875999987125397,0.542900025844574,0.6837999820709229,-0.4875999987125397,0.5698999762535095,-0.5864999890327454,-0.5756000280380249,0.5698999762535095,-0.5864999890327454,-0.5756000280380249,0.5698999762535095,-0.5864999890327454,-0.5756000280380249,-0.4000000059604645,0.5054000020027161,0.7645999789237976,-0.4000000059604645,0.5054000020027161,0.7645999789237976,-0.4000000059604645,0.5054000020027161,0.7645999789237976,-0.3652999997138977,0.4066999852657318,0.8373000025749207,-0.3652999997138977,0.4066999852657318,0.8373000025749207,-0.3652999997138977,0.4066999852657318,0.8373000025749207,-0.5354999899864197,0.5691999793052673,0.6238999962806702,-0.5354999899864197,0.5691999793052673,0.6238999962806702,-0.5354999899864197,0.5691999793052673,0.6238999962806702,0.12300000339746475,0.3564000129699707,-0.9261999726295471,0.12300000339746475,0.3564000129699707,-0.9261999726295471,0.12300000339746475,0.3564000129699707,-0.9261999726295471,0.5756999850273132,-0.6751000285148621,0.46140000224113464,0.5756999850273132,-0.6751000285148621,0.46140000224113464,0.5756999850273132,-0.6751000285148621,0.46140000224113464,-0.14000000059604645,-0.6082000136375427,0.7813000082969666,-0.14000000059604645,-0.6082000136375427,0.7813000082969666,-0.14000000059604645,-0.6082000136375427,0.7813000082969666,0.26739999651908875,-0.9348000288009644,0.23399999737739563,0.26739999651908875,-0.9348000288009644,0.23399999737739563,0.26739999651908875,-0.9348000288009644,0.23399999737739563,0.4083999991416931,-0.8615000247955322,0.3018999993801117,0.4083999991416931,-0.8615000247955322,0.3018999993801117,0.4083999991416931,-0.8615000247955322,0.3018999993801117,0.940500020980835,-0.008299999870359898,0.33959999680519104,0.940500020980835,-0.008299999870359898,0.33959999680519104,0.940500020980835,-0.008299999870359898,0.33959999680519104,0.1648000031709671,0.9860000014305115,-0.02419999986886978,0.1648000031709671,0.9860000014305115,-0.02419999986886978,0.1648000031709671,0.9860000014305115,-0.02419999986886978,-0.5376999974250793,-0.7955999970436096,-0.2791000008583069,-0.5376999974250793,-0.7955999970436096,-0.2791000008583069,-0.5376999974250793,-0.7955999970436096,-0.2791000008583069,0.6040999889373779,-0.6553000211715698,0.45350000262260437,0.6040999889373779,-0.6553000211715698,0.45350000262260437,0.6040999889373779,-0.6553000211715698,0.45350000262260437,0.6266000270843506,-0.6450999975204468,0.4374000132083893,0.6266000270843506,-0.6450999975204468,0.4374000132083893,0.6266000270843506,-0.6450999975204468,0.4374000132083893,-0.26429998874664307,0.7448999881744385,-0.6126000285148621,-0.26429998874664307,0.7448999881744385,-0.6126000285148621,-0.26429998874664307,0.7448999881744385,-0.6126000285148621,0.8826000094413757,0.26899999380111694,-0.3856000006198883,0.8826000094413757,0.26899999380111694,-0.3856000006198883,0.8826000094413757,0.26899999380111694,-0.3856000006198883,-0.3659000098705292,0.9228000044822693,-0.12070000171661377,-0.3659000098705292,0.9228000044822693,-0.12070000171661377,-0.3659000098705292,0.9228000044822693,-0.12070000171661377,-0.9277999997138977,-0.16120000183582306,-0.33649998903274536,-0.9277999997138977,-0.16120000183582306,-0.33649998903274536,-0.9277999997138977,-0.16120000183582306,-0.33649998903274536,0.11729999631643295,-0.34290000796318054,0.9319999814033508,0.11729999631643295,-0.34290000796318054,0.9319999814033508,0.11729999631643295,-0.34290000796318054,0.9319999814033508,-0.8986999988555908,0.016499999910593033,0.4381999969482422,-0.8986999988555908,0.016499999910593033,0.4381999969482422,-0.8986999988555908,0.016499999910593033,0.4381999969482422,0.6556000113487244,0.713100016117096,0.2483000010251999,0.6556000113487244,0.713100016117096,0.2483000010251999,0.6556000113487244,0.713100016117096,0.2483000010251999,0.9908000230789185,0.10100000351667404,-0.09049999713897705,0.9908000230789185,0.10100000351667404,-0.09049999713897705,0.9908000230789185,0.10100000351667404,-0.09049999713897705,0.6193000078201294,-0.664900004863739,-0.41749998927116394,0.6193000078201294,-0.664900004863739,-0.41749998927116394,0.6193000078201294,-0.664900004863739,-0.41749998927116394,0.9361000061035156,-0.3465000092983246,0.0608999989926815,0.9361000061035156,-0.3465000092983246,0.0608999989926815,0.9361000061035156,-0.3465000092983246,0.0608999989926815,0.09269999712705612,0.6933000087738037,-0.7146999835968018,0.09269999712705612,0.6933000087738037,-0.7146999835968018,0.09269999712705612,0.6933000087738037,-0.7146999835968018,-0.39160001277923584,0.1956000030040741,-0.8991000056266785,-0.39160001277923584,0.1956000030040741,-0.8991000056266785,-0.39160001277923584,0.1956000030040741,-0.8991000056266785,0.9437000155448914,0.29919999837875366,-0.14110000431537628,0.9437000155448914,0.29919999837875366,-0.14110000431537628,0.9437000155448914,0.29919999837875366,-0.14110000431537628,0.09220000356435776,-0.7544000148773193,-0.6499999761581421,0.09220000356435776,-0.7544000148773193,-0.6499999761581421,0.09220000356435776,-0.7544000148773193,-0.6499999761581421,-0.6967999935150146,0.7092000246047974,0.10719999670982361,-0.6967999935150146,0.7092000246047974,0.10719999670982361,-0.6967999935150146,0.7092000246047974,0.10719999670982361,0.29739999771118164,-0.6220999956130981,0.7243000268936157,0.29739999771118164,-0.6220999956130981,0.7243000268936157,0.29739999771118164,-0.6220999956130981,0.7243000268936157,0.8896999955177307,0.40119999647140503,-0.21799999475479126,0.8896999955177307,0.40119999647140503,-0.21799999475479126,0.8896999955177307,0.40119999647140503,-0.21799999475479126,-0.15469999611377716,-0.9871000051498413,0.0414000004529953,-0.15469999611377716,-0.9871000051498413,0.0414000004529953,-0.15469999611377716,-0.9871000051498413,0.0414000004529953,-0.9922999739646912,-0.07150000333786011,-0.10090000182390213,-0.9922999739646912,-0.07150000333786011,-0.10090000182390213,-0.9922999739646912,-0.07150000333786011,-0.10090000182390213,0.21940000355243683,-0.7615000009536743,0.6098999977111816,0.21940000355243683,-0.7615000009536743,0.6098999977111816,0.21940000355243683,-0.7615000009536743,0.6098999977111816,0.7753000259399414,-0.3601999878883362,0.5188000202178955,0.7753000259399414,-0.3601999878883362,0.5188000202178955,0.7753000259399414,-0.3601999878883362,0.5188000202178955,-0.9192000031471252,0.12880000472068787,-0.37209999561309814,-0.9192000031471252,0.12880000472068787,-0.37209999561309814,-0.9192000031471252,0.12880000472068787,-0.37209999561309814,0.37130001187324524,-0.6380000114440918,0.6746000051498413,0.37130001187324524,-0.6380000114440918,0.6746000051498413,0.37130001187324524,-0.6380000114440918,0.6746000051498413,-0.28380000591278076,0.953499972820282,-0.10100000351667404,-0.28380000591278076,0.953499972820282,-0.10100000351667404,-0.28380000591278076,0.953499972820282,-0.10100000351667404,0.9473000168800354,-0.3190000057220459,0.02979999966919422,0.9473000168800354,-0.3190000057220459,0.02979999966919422,0.9473000168800354,-0.3190000057220459,0.02979999966919422,0.9966999888420105,0.018400000408291817,-0.07900000363588333,0.9966999888420105,0.018400000408291817,-0.07900000363588333,0.9966999888420105,0.018400000408291817,-0.07900000363588333,0.590399980545044,-0.7093999981880188,0.38510000705718994,0.590399980545044,-0.7093999981880188,0.38510000705718994,0.590399980545044,-0.7093999981880188,0.38510000705718994,-0.5942999720573425,-0.05009999871253967,0.8026999831199646,-0.5942999720573425,-0.05009999871253967,0.8026999831199646,-0.5942999720573425,-0.05009999871253967,0.8026999831199646,-0.7405999898910522,-0.3215999901294708,-0.5899999737739563,-0.7405999898910522,-0.3215999901294708,-0.5899999737739563,-0.7405999898910522,-0.3215999901294708,-0.5899999737739563,-0.5170000195503235,-0.8095999956130981,0.2782000005245209,-0.5170000195503235,-0.8095999956130981,0.2782000005245209,-0.5170000195503235,-0.8095999956130981,0.2782000005245209,0.210999995470047,-0.30959999561309814,-0.9272000193595886,0.210999995470047,-0.30959999561309814,-0.9272000193595886,0.210999995470047,-0.30959999561309814,-0.9272000193595886,-0.8781999945640564,0.22519999742507935,0.4219000041484833,-0.8781999945640564,0.22519999742507935,0.4219000041484833,-0.8781999945640564,0.22519999742507935,0.4219000041484833,-0.8384000062942505,0.2888999879360199,-0.46219998598098755,-0.8384000062942505,0.2888999879360199,-0.46219998598098755,-0.8384000062942505,0.2888999879360199,-0.46219998598098755,0.41690000891685486,0.42730000615119934,0.8022000193595886,0.41690000891685486,0.42730000615119934,0.8022000193595886,0.41690000891685486,0.42730000615119934,0.8022000193595886,-0.5619000196456909,-0.28949999809265137,0.7749000191688538,-0.5619000196456909,-0.28949999809265137,0.7749000191688538,-0.5619000196456909,-0.28949999809265137,0.7749000191688538,0.05429999902844429,-0.9984999895095825,0.011500000022351742,0.05429999902844429,-0.9984999895095825,0.011500000022351742,0.05429999902844429,-0.9984999895095825,0.011500000022351742,0.4745999872684479,0.8560000061988831,0.20520000159740448,0.4745999872684479,0.8560000061988831,0.20520000159740448,0.4745999872684479,0.8560000061988831,0.20520000159740448,-0.741599977016449,-0.1462000012397766,0.654699981212616,-0.741599977016449,-0.1462000012397766,0.654699981212616,-0.741599977016449,-0.1462000012397766,0.654699981212616,0.2734000086784363,-0.7964000105857849,-0.5394999980926514,0.2734000086784363,-0.7964000105857849,-0.5394999980926514,0.2734000086784363,-0.7964000105857849,-0.5394999980926514,-0.12300000339746475,0.7930999994277954,-0.5965999960899353,-0.12300000339746475,0.7930999994277954,-0.5965999960899353,-0.12300000339746475,0.7930999994277954,-0.5965999960899353,-0.8278999924659729,-0.29679998755455017,-0.47589999437332153,-0.8278999924659729,-0.29679998755455017,-0.47589999437332153,-0.8278999924659729,-0.29679998755455017,-0.47589999437332153,0.1770000010728836,-0.868399977684021,0.46320000290870667,0.1770000010728836,-0.868399977684021,0.46320000290870667,0.1770000010728836,-0.868399977684021,0.46320000290870667,0.621399998664856,-0.7383000254631042,-0.2623000144958496,0.621399998664856,-0.7383000254631042,-0.2623000144958496,0.621399998664856,-0.7383000254631042,-0.2623000144958496,-0.7070000171661377,0.10300000011920929,0.6996999979019165,-0.7070000171661377,0.10300000011920929,0.6996999979019165,-0.7070000171661377,0.10300000011920929,0.6996999979019165,-0.8360999822616577,-0.46639999747276306,0.2888000011444092,-0.8360999822616577,-0.46639999747276306,0.2888000011444092,-0.8360999822616577,-0.46639999747276306,0.2888000011444092,0.6784999966621399,0.375,0.631600022315979,0.6784999966621399,0.375,0.631600022315979,0.6784999966621399,0.375,0.631600022315979,0.9830999970436096,-0.07079999893903732,-0.16859999299049377,0.9830999970436096,-0.07079999893903732,-0.16859999299049377,0.9830999970436096,-0.07079999893903732,-0.16859999299049377,-0.12319999933242798,-0.319599986076355,0.9394999742507935,-0.12319999933242798,-0.319599986076355,0.9394999742507935,-0.12319999933242798,-0.319599986076355,0.9394999742507935,-0.5881999731063843,-0.7768999934196472,0.22460000216960907,-0.5881999731063843,-0.7768999934196472,0.22460000216960907,-0.5881999731063843,-0.7768999934196472,0.22460000216960907,0.5394999980926514,0.7264999747276306,-0.42570000886917114,0.5394999980926514,0.7264999747276306,-0.42570000886917114,0.5394999980926514,0.7264999747276306,-0.42570000886917114,0.5184000134468079,-0.41350001096725464,-0.7484999895095825,0.5184000134468079,-0.41350001096725464,-0.7484999895095825,0.5184000134468079,-0.41350001096725464,-0.7484999895095825,0.9861999750137329,-0.16110000014305115,-0.039000000804662704,0.9861999750137329,-0.16110000014305115,-0.039000000804662704,0.9861999750137329,-0.16110000014305115,-0.039000000804662704,0.7886999845504761,-0.5177000164985657,0.33160001039505005,0.7886999845504761,-0.5177000164985657,0.33160001039505005,0.7886999845504761,-0.5177000164985657,0.33160001039505005,0.6621999740600586,-0.4390000104904175,-0.6072999835014343,0.6621999740600586,-0.4390000104904175,-0.6072999835014343,0.6621999740600586,-0.4390000104904175,-0.6072999835014343,-0.43650001287460327,0.8447999954223633,0.30959999561309814,-0.43650001287460327,0.8447999954223633,0.30959999561309814,-0.43650001287460327,0.8447999954223633,0.30959999561309814,-0.9678999781608582,0.22169999778270721,-0.11860000342130661,-0.9678999781608582,0.22169999778270721,-0.11860000342130661,-0.9678999781608582,0.22169999778270721,-0.11860000342130661,-0.3190000057220459,0.920799970626831,0.22450000047683716,-0.3190000057220459,0.920799970626831,0.22450000047683716,-0.3190000057220459,0.920799970626831,0.22450000047683716,0.4848000109195709,-0.8693000078201294,0.09589999914169312,0.4848000109195709,-0.8693000078201294,0.09589999914169312,0.4848000109195709,-0.8693000078201294,0.09589999914169312,-0.6075999736785889,-0.7013999819755554,0.3725999891757965,-0.6075999736785889,-0.7013999819755554,0.3725999891757965,-0.6075999736785889,-0.7013999819755554,0.3725999891757965,0.6194999814033508,-0.703499972820282,-0.3483000099658966,0.6194999814033508,-0.703499972820282,-0.3483000099658966,0.6194999814033508,-0.703499972820282,-0.3483000099658966,0.512499988079071,0.41269999742507935,-0.753000020980835,0.512499988079071,0.41269999742507935,-0.753000020980835,0.512499988079071,0.41269999742507935,-0.753000020980835,0.7225000262260437,-0.6904000043869019,0.037700001150369644,0.7225000262260437,-0.6904000043869019,0.037700001150369644,0.7225000262260437,-0.6904000043869019,0.037700001150369644,-0.3725999891757965,-0.7387999892234802,0.5615000128746033,-0.3725999891757965,-0.7387999892234802,0.5615000128746033,-0.3725999891757965,-0.7387999892234802,0.5615000128746033,-0.4803999960422516,-0.8743000030517578,0.06960000097751617,-0.4803999960422516,-0.8743000030517578,0.06960000097751617,-0.4803999960422516,-0.8743000030517578,0.06960000097751617,-0.6079000234603882,-0.6044999957084656,0.5148000121116638,-0.6079000234603882,-0.6044999957084656,0.5148000121116638,-0.6079000234603882,-0.6044999957084656,0.5148000121116638,0.8822000026702881,0.2272000014781952,0.4124999940395355,0.8822000026702881,0.2272000014781952,0.4124999940395355,0.8822000026702881,0.2272000014781952,0.4124999940395355,0.0908999964594841,0.994700014591217,0.047200001776218414,0.0908999964594841,0.994700014591217,0.047200001776218414,0.0908999964594841,0.994700014591217,0.047200001776218414,-0.6234999895095825,0.7181000113487244,-0.3091000020503998,-0.6234999895095825,0.7181000113487244,-0.3091000020503998,-0.6234999895095825,0.7181000113487244,-0.3091000020503998,0.4503999948501587,0.14890000224113464,-0.880299985408783,0.4503999948501587,0.14890000224113464,-0.880299985408783,0.4503999948501587,0.14890000224113464,-0.880299985408783,-0.4537999927997589,-0.2572999894618988,-0.8531000018119812,-0.4537999927997589,-0.2572999894618988,-0.8531000018119812,-0.4537999927997589,-0.2572999894618988,-0.8531000018119812,0.8353000283241272,-0.1688999980688095,-0.5231999754905701,0.8353000283241272,-0.1688999980688095,-0.5231999754905701,0.8353000283241272,-0.1688999980688095,-0.5231999754905701,-0.9387999773025513,0.34200000762939453,-0.04179999977350235,-0.9387999773025513,0.34200000762939453,-0.04179999977350235,-0.9387999773025513,0.34200000762939453,-0.04179999977350235,-0.5823000073432922,0.5519999861717224,-0.5968000292778015,-0.5823000073432922,0.5519999861717224,-0.5968000292778015,-0.5823000073432922,0.5519999861717224,-0.5968000292778015,0.26100000739097595,0.920799970626831,-0.2897000014781952,0.26100000739097595,0.920799970626831,-0.2897000014781952,0.26100000739097595,0.920799970626831,-0.2897000014781952,0.629800021648407,-0.7371000051498413,0.24500000476837158,0.629800021648407,-0.7371000051498413,0.24500000476837158,0.629800021648407,-0.7371000051498413,0.24500000476837158,0.9035000205039978,0.3441999852657318,-0.25540000200271606,0.9035000205039978,0.3441999852657318,-0.25540000200271606,0.9035000205039978,0.3441999852657318,-0.25540000200271606,0.41519999504089355,0.8774999976158142,0.2401999980211258,0.41519999504089355,0.8774999976158142,0.2401999980211258,0.41519999504089355,0.8774999976158142,0.2401999980211258,-0.9642999768257141,0.11060000211000443,0.24079999327659607,-0.9642999768257141,0.11060000211000443,0.24079999327659607,-0.9642999768257141,0.11060000211000443,0.24079999327659607,0.5370000004768372,0.6241999864578247,-0.5673999786376953,0.5370000004768372,0.6241999864578247,-0.5673999786376953,0.5370000004768372,0.6241999864578247,-0.5673999786376953,0.944599986076355,-0.28529998660087585,-0.16249999403953552,0.944599986076355,-0.28529998660087585,-0.16249999403953552,0.944599986076355,-0.28529998660087585,-0.16249999403953552,0.8621000051498413,0.4796999990940094,-0.16300000250339508,0.8621000051498413,0.4796999990940094,-0.16300000250339508,0.8621000051498413,0.4796999990940094,-0.16300000250339508,-0.5514000058174133,-0.296099990606308,-0.7799000144004822,-0.5514000058174133,-0.296099990606308,-0.7799000144004822,-0.5514000058174133,-0.296099990606308,-0.7799000144004822,-0.8974000215530396,0.09730000048875809,0.430400013923645,-0.8974000215530396,0.09730000048875809,0.430400013923645,-0.8974000215530396,0.09730000048875809,0.430400013923645,0.4790000021457672,-0.5077000260353088,-0.7160999774932861,0.4790000021457672,-0.5077000260353088,-0.7160999774932861,0.4790000021457672,-0.5077000260353088,-0.7160999774932861,-0.22920000553131104,0.7547000050544739,-0.6147000193595886,-0.22920000553131104,0.7547000050544739,-0.6147000193595886,-0.22920000553131104,0.7547000050544739,-0.6147000193595886,0.4758000075817108,0.5461000204086304,-0.6894999742507935,0.4758000075817108,0.5461000204086304,-0.6894999742507935,0.4758000075817108,0.5461000204086304,-0.6894999742507935,0.009999999776482582,0.9559000134468079,-0.2935999929904938,0.009999999776482582,0.9559000134468079,-0.2935999929904938,0.009999999776482582,0.9559000134468079,-0.2935999929904938,-0.9678000211715698,-0.1354999989271164,-0.21209999918937683,-0.9678000211715698,-0.1354999989271164,-0.21209999918937683,-0.9678000211715698,-0.1354999989271164,-0.21209999918937683,0.8701000213623047,0.14499999582767487,0.47110000252723694,0.8701000213623047,0.14499999582767487,0.47110000252723694,0.8701000213623047,0.14499999582767487,0.47110000252723694,-0.8705000281333923,0.058800000697374344,0.4887000024318695,-0.8705000281333923,0.058800000697374344,0.4887000024318695,-0.8705000281333923,0.058800000697374344,0.4887000024318695,-0.9049999713897705,0.3068999946117401,0.2944999933242798,-0.9049999713897705,0.3068999946117401,0.2944999933242798,-0.9049999713897705,0.3068999946117401,0.2944999933242798,0.061799999326467514,-0.9617000222206116,-0.2671999931335449,0.061799999326467514,-0.9617000222206116,-0.2671999931335449,0.061799999326467514,-0.9617000222206116,-0.2671999931335449,0.569599986076355,0.2971999943256378,-0.7663000226020813,0.569599986076355,0.2971999943256378,-0.7663000226020813,0.569599986076355,0.2971999943256378,-0.7663000226020813,0.47609999775886536,-0.474700003862381,0.7402999997138977,0.47609999775886536,-0.474700003862381,0.7402999997138977,0.47609999775886536,-0.474700003862381,0.7402999997138977,-0.9973999857902527,-0.008999999612569809,-0.0722000002861023,-0.9973999857902527,-0.008999999612569809,-0.0722000002861023,-0.9973999857902527,-0.008999999612569809,-0.0722000002861023,-0.29589998722076416,0.8813999891281128,-0.3682999908924103,-0.29589998722076416,0.8813999891281128,-0.3682999908924103,-0.29589998722076416,0.8813999891281128,-0.3682999908924103,-0.6966999769210815,0.15690000355243683,-0.699999988079071,-0.6966999769210815,0.15690000355243683,-0.699999988079071,-0.6966999769210815,0.15690000355243683,-0.699999988079071,0.32350000739097595,0.8325999975204468,-0.4494999945163727,0.32350000739097595,0.8325999975204468,-0.4494999945163727,0.32350000739097595,0.8325999975204468,-0.4494999945163727,-0.7993000149726868,-0.13570000231266022,0.5853999853134155,-0.7993000149726868,-0.13570000231266022,0.5853999853134155,-0.7993000149726868,-0.13570000231266022,0.5853999853134155,0.9986000061035156,0.012400000356137753,-0.052000001072883606,0.9986000061035156,0.012400000356137753,-0.052000001072883606,0.9986000061035156,0.012400000356137753,-0.052000001072883606,-0.7275000214576721,0.4408000111579895,-0.5257999897003174,-0.7275000214576721,0.4408000111579895,-0.5257999897003174,-0.7275000214576721,0.4408000111579895,-0.5257999897003174,-0.920199990272522,-0.38989999890327454,-0.03449999913573265,-0.920199990272522,-0.38989999890327454,-0.03449999913573265,-0.920199990272522,-0.38989999890327454,-0.03449999913573265,-0.9476000070571899,0.21809999644756317,0.23330000042915344,-0.9476000070571899,0.21809999644756317,0.23330000042915344,-0.9476000070571899,0.21809999644756317,0.23330000042915344,0.2973000109195709,0.9520999789237976,0.07129999995231628,0.2973000109195709,0.9520999789237976,0.07129999995231628,0.2973000109195709,0.9520999789237976,0.07129999995231628,0.6531999707221985,-0.7527999877929688,0.08209999650716782,0.6531999707221985,-0.7527999877929688,0.08209999650716782,0.6531999707221985,-0.7527999877929688,0.08209999650716782,-0.33719998598098755,-0.8529000282287598,0.3986000120639801,-0.33719998598098755,-0.8529000282287598,0.3986000120639801,-0.33719998598098755,-0.8529000282287598,0.3986000120639801,0.6488999724388123,0.012799999676644802,0.760699987411499,0.6488999724388123,0.012799999676644802,0.760699987411499,0.6488999724388123,0.012799999676644802,0.760699987411499,-0.3393999934196472,-0.5849000215530396,-0.7366999983787537,-0.3393999934196472,-0.5849000215530396,-0.7366999983787537,-0.3393999934196472,-0.5849000215530396,-0.7366999983787537,-0.3479999899864197,0.916700005531311,0.19660000503063202,-0.3479999899864197,0.916700005531311,0.19660000503063202,-0.3479999899864197,0.916700005531311,0.19660000503063202,-0.5476999878883362,0.795799970626831,0.2581999897956848,-0.5476999878883362,0.795799970626831,0.2581999897956848,-0.5476999878883362,0.795799970626831,0.2581999897956848,-0.06289999932050705,0.7312999963760376,-0.679099977016449,-0.06289999932050705,0.7312999963760376,-0.679099977016449,-0.06289999932050705,0.7312999963760376,-0.679099977016449,0.37290000915527344,-0.054999999701976776,0.9261999726295471,0.37290000915527344,-0.054999999701976776,0.9261999726295471,0.37290000915527344,-0.054999999701976776,0.9261999726295471,-0.020500000566244125,0.9697999954223633,-0.24320000410079956,-0.020500000566244125,0.9697999954223633,-0.24320000410079956,-0.020500000566244125,0.9697999954223633,-0.24320000410079956,0.3084999918937683,-0.4431999921798706,-0.84170001745224,0.3084999918937683,-0.4431999921798706,-0.84170001745224,0.3084999918937683,-0.4431999921798706,-0.84170001745224,-0.3179999887943268,-0.8525999784469604,0.4146000146865845,-0.3179999887943268,-0.8525999784469604,0.4146000146865845,-0.3179999887943268,-0.8525999784469604,0.4146000146865845,-0.7267000079154968,0.5379999876022339,0.4269999861717224,-0.7267000079154968,0.5379999876022339,0.4269999861717224,-0.7267000079154968,0.5379999876022339,0.4269999861717224,-0.6338000297546387,-0.006500000134110451,-0.7735000252723694,-0.6338000297546387,-0.006500000134110451,-0.7735000252723694,-0.6338000297546387,-0.006500000134110451,-0.7735000252723694,-0.6650000214576721,0.7067999839782715,-0.24120000004768372,-0.6650000214576721,0.7067999839782715,-0.24120000004768372,-0.6650000214576721,0.7067999839782715,-0.24120000004768372,-0.6527000069618225,0.5321000218391418,-0.5393000245094299,-0.6527000069618225,0.5321000218391418,-0.5393000245094299,-0.6527000069618225,0.5321000218391418,-0.5393000245094299,0.25920000672340393,0.11620000004768372,-0.9588000178337097,0.25920000672340393,0.11620000004768372,-0.9588000178337097,0.25920000672340393,0.11620000004768372,-0.9588000178337097,0.5670999884605408,0.6582000255584717,-0.4950999915599823,0.5670999884605408,0.6582000255584717,-0.4950999915599823,0.5670999884605408,0.6582000255584717,-0.4950999915599823,0.5498999953269958,-0.7903000116348267,0.2703999876976013,0.5498999953269958,-0.7903000116348267,0.2703999876976013,0.5498999953269958,-0.7903000116348267,0.2703999876976013,0.5400999784469604,-0.8356000185012817,-0.10040000081062317,0.5400999784469604,-0.8356000185012817,-0.10040000081062317,0.5400999784469604,-0.8356000185012817,-0.10040000081062317,-0.9929999709129333,-0.06449999660253525,0.09870000183582306,-0.9929999709129333,-0.06449999660253525,0.09870000183582306,-0.9929999709129333,-0.06449999660253525,0.09870000183582306,0.28200000524520874,0.914900004863739,-0.289000004529953,0.28200000524520874,0.914900004863739,-0.289000004529953,0.28200000524520874,0.914900004863739,-0.289000004529953,0.9200999736785889,0.3544999957084656,-0.1664000004529953,0.9200999736785889,0.3544999957084656,-0.1664000004529953,0.9200999736785889,0.3544999957084656,-0.1664000004529953,0.41589999198913574,0.22040000557899475,0.8823000192642212,0.41589999198913574,0.22040000557899475,0.8823000192642212,0.41589999198913574,0.22040000557899475,0.8823000192642212,-0.7397000193595886,-0.12919999659061432,-0.6603999733924866,-0.7397000193595886,-0.12919999659061432,-0.6603999733924866,-0.7397000193595886,-0.12919999659061432,-0.6603999733924866,0.1120000034570694,0.802299976348877,-0.5863999724388123,0.1120000034570694,0.802299976348877,-0.5863999724388123,0.1120000034570694,0.802299976348877,-0.5863999724388123,0.4108999967575073,0.3736000061035156,0.83160001039505,0.4108999967575073,0.3736000061035156,0.83160001039505,0.4108999967575073,0.3736000061035156,0.83160001039505,-0.9904999732971191,0.07410000264644623,-0.11620000004768372,-0.9904999732971191,0.07410000264644623,-0.11620000004768372,-0.9904999732971191,0.07410000264644623,-0.11620000004768372,-0.920799970626831,0.3068000078201294,-0.24089999496936798,-0.920799970626831,0.3068000078201294,-0.24089999496936798,-0.920799970626831,0.3068000078201294,-0.24089999496936798,-0.8259000182151794,-0.40209999680519104,0.3952000141143799,-0.8259000182151794,-0.40209999680519104,0.3952000141143799,-0.8259000182151794,-0.40209999680519104,0.3952000141143799,0.6499000191688538,0.7192999720573425,-0.24539999663829803,0.6499000191688538,0.7192999720573425,-0.24539999663829803,0.6499000191688538,0.7192999720573425,-0.24539999663829803,0.8367999792098999,0.12549999356269836,0.5329999923706055,0.8367999792098999,0.12549999356269836,0.5329999923706055,0.8367999792098999,0.12549999356269836,0.5329999923706055,-0.6863999962806702,0.7074000239372253,-0.16859999299049377,-0.6863999962806702,0.7074000239372253,-0.16859999299049377,-0.6863999962806702,0.7074000239372253,-0.16859999299049377,0.12309999763965607,0.9628999829292297,0.2401999980211258,0.12309999763965607,0.9628999829292297,0.2401999980211258,0.12309999763965607,0.9628999829292297,0.2401999980211258,0.6141999959945679,-0.7821999788284302,0.10459999740123749,0.6141999959945679,-0.7821999788284302,0.10459999740123749,0.6141999959945679,-0.7821999788284302,0.10459999740123749,-0.9771999716758728,0.1071000024676323,0.18330000340938568,-0.9771999716758728,0.1071000024676323,0.18330000340938568,-0.9771999716758728,0.1071000024676323,0.18330000340938568,-0.9983000159263611,0.008999999612569809,-0.05829999968409538,-0.9983000159263611,0.008999999612569809,-0.05829999968409538,-0.9983000159263611,0.008999999612569809,-0.05829999968409538,-0.7664999961853027,0.22390000522136688,-0.6018999814987183,-0.7664999961853027,0.22390000522136688,-0.6018999814987183,-0.7664999961853027,0.22390000522136688,-0.6018999814987183,-0.8303999900817871,-0.39800000190734863,0.38989999890327454,-0.8303999900817871,-0.39800000190734863,0.38989999890327454,-0.8303999900817871,-0.39800000190734863,0.38989999890327454,-0.9050999879837036,-0.09189999848604202,-0.41530001163482666,-0.9050999879837036,-0.09189999848604202,-0.41530001163482666,-0.9050999879837036,-0.09189999848604202,-0.41530001163482666,-0.23999999463558197,-0.5663999915122986,0.7883999943733215,-0.23999999463558197,-0.5663999915122986,0.7883999943733215,-0.23999999463558197,-0.5663999915122986,0.7883999943733215,-0.7473999857902527,0.5098999738693237,0.42590001225471497,-0.7473999857902527,0.5098999738693237,0.42590001225471497,-0.7473999857902527,0.5098999738693237,0.42590001225471497,-0.8497999906539917,0.017400000244379044,0.5267000198364258,-0.8497999906539917,0.017400000244379044,0.5267000198364258,-0.8497999906539917,0.017400000244379044,0.5267000198364258,-0.289000004529953,-0.20520000159740448,-0.9351000189781189,-0.289000004529953,-0.20520000159740448,-0.9351000189781189,-0.289000004529953,-0.20520000159740448,-0.9351000189781189,-0.8532999753952026,0.37450000643730164,0.3628999888896942,-0.8532999753952026,0.37450000643730164,0.3628999888896942,-0.8532999753952026,0.37450000643730164,0.3628999888896942,0.3569999933242798,-0.8658999800682068,0.35030001401901245,0.3569999933242798,-0.8658999800682068,0.35030001401901245,0.3569999933242798,-0.8658999800682068,0.35030001401901245,-0.6636000275611877,0.7005000114440918,-0.26269999146461487,-0.6636000275611877,0.7005000114440918,-0.26269999146461487,-0.6636000275611877,0.7005000114440918,-0.26269999146461487,-0.12039999663829803,-0.7516000270843506,0.6485000252723694,-0.12039999663829803,-0.7516000270843506,0.6485000252723694,-0.12039999663829803,-0.7516000270843506,0.6485000252723694,-0.13590000569820404,-0.6074000000953674,0.7827000021934509,-0.13590000569820404,-0.6074000000953674,0.7827000021934509,-0.13590000569820404,-0.6074000000953674,0.7827000021934509,0.8889999985694885,-0.3458999991416931,0.3000999987125397,0.8889999985694885,-0.3458999991416931,0.3000999987125397,0.8889999985694885,-0.3458999991416931,0.3000999987125397,0.6775000095367432,0.5224999785423279,0.517799973487854,0.6775000095367432,0.5224999785423279,0.517799973487854,0.6775000095367432,0.5224999785423279,0.517799973487854,-0.8626999855041504,0.23770000040531158,-0.4462999999523163,-0.8626999855041504,0.23770000040531158,-0.4462999999523163,-0.8626999855041504,0.23770000040531158,-0.4462999999523163,-0.5378000140190125,0.8321999907493591,0.1347000002861023,-0.5378000140190125,0.8321999907493591,0.1347000002861023,-0.5378000140190125,0.8321999907493591,0.1347000002861023,-0.39629998803138733,-0.8744999766349792,-0.27950000762939453,-0.39629998803138733,-0.8744999766349792,-0.27950000762939453,-0.39629998803138733,-0.8744999766349792,-0.27950000762939453,-0.18310000002384186,0.8015999794006348,-0.569100022315979,-0.18310000002384186,0.8015999794006348,-0.569100022315979,-0.18310000002384186,0.8015999794006348,-0.569100022315979,-0.9754999876022339,0.0027000000700354576,-0.22020000219345093,-0.9754999876022339,0.0027000000700354576,-0.22020000219345093,-0.9754999876022339,0.0027000000700354576,-0.22020000219345093,0.9908000230789185,0.12129999697208405,0.06069999933242798,0.9908000230789185,0.12129999697208405,0.06069999933242798,0.9908000230789185,0.12129999697208405,0.06069999933242798,-0.32280001044273376,0.9108999967575073,-0.25690001249313354,-0.32280001044273376,0.9108999967575073,-0.25690001249313354,-0.32280001044273376,0.9108999967575073,-0.25690001249313354,-0.7448999881744385,-0.14020000398159027,0.6523000001907349,-0.7448999881744385,-0.14020000398159027,0.6523000001907349,-0.7448999881744385,-0.14020000398159027,0.6523000001907349,0.5618000030517578,-0.8115000128746033,0.16060000658035278,0.5618000030517578,-0.8115000128746033,0.16060000658035278,0.5618000030517578,-0.8115000128746033,0.16060000658035278,0.2831000089645386,-0.6377999782562256,-0.7163000106811523,0.2831000089645386,-0.6377999782562256,-0.7163000106811523,0.2831000089645386,-0.6377999782562256,-0.7163000106811523,-0.7595000267028809,0.6449999809265137,0.08389999717473984,-0.7595000267028809,0.6449999809265137,0.08389999717473984,-0.7595000267028809,0.6449999809265137,0.08389999717473984,-0.028200000524520874,-0.9388999938964844,0.34299999475479126,-0.028200000524520874,-0.9388999938964844,0.34299999475479126,-0.028200000524520874,-0.9388999938964844,0.34299999475479126,0.01810000091791153,-0.8835999965667725,0.46790000796318054,0.01810000091791153,-0.8835999965667725,0.46790000796318054,0.01810000091791153,-0.8835999965667725,0.46790000796318054,0.09229999780654907,-0.6161999702453613,0.7821000218391418,0.09229999780654907,-0.6161999702453613,0.7821000218391418,0.09229999780654907,-0.6161999702453613,0.7821000218391418,-0.5073999762535095,0.4641999900341034,0.7258999943733215,-0.5073999762535095,0.4641999900341034,0.7258999943733215,-0.5073999762535095,0.4641999900341034,0.7258999943733215,0.880299985408783,-0.058400001376867294,0.4708000123500824,0.880299985408783,-0.058400001376867294,0.4708000123500824,0.880299985408783,-0.058400001376867294,0.4708000123500824,-0.7486000061035156,-0.5866000056266785,0.30889999866485596,-0.7486000061035156,-0.5866000056266785,0.30889999866485596,-0.7486000061035156,-0.5866000056266785,0.30889999866485596,-0.9902999997138977,-0.017400000244379044,0.13760000467300415,-0.9902999997138977,-0.017400000244379044,0.13760000467300415,-0.9902999997138977,-0.017400000244379044,0.13760000467300415,-0.6365000009536743,-0.6553000211715698,-0.4066999852657318,-0.6365000009536743,-0.6553000211715698,-0.4066999852657318,-0.6365000009536743,-0.6553000211715698,-0.4066999852657318,0.2800999879837036,-0.5475000143051147,-0.7885000109672546,0.2800999879837036,-0.5475000143051147,-0.7885000109672546,0.2800999879837036,-0.5475000143051147,-0.7885000109672546,-0.07970000058412552,-0.6660000085830688,0.7416999936103821,-0.07970000058412552,-0.6660000085830688,0.7416999936103821,-0.07970000058412552,-0.6660000085830688,0.7416999936103821,-0.7709000110626221,-0.4207000136375427,-0.4781999886035919,-0.7709000110626221,-0.4207000136375427,-0.4781999886035919,-0.7709000110626221,-0.4207000136375427,-0.4781999886035919,0.7218000292778015,0.635200023651123,0.27469998598098755,0.7218000292778015,0.635200023651123,0.27469998598098755,0.7218000292778015,0.635200023651123,0.27469998598098755,0.46709999442100525,-0.4921000003814697,0.7346000075340271,0.46709999442100525,-0.4921000003814697,0.7346000075340271,0.46709999442100525,-0.4921000003814697,0.7346000075340271,-0.12449999898672104,-0.6031000018119812,-0.7878999710083008,-0.12449999898672104,-0.6031000018119812,-0.7878999710083008,-0.12449999898672104,-0.6031000018119812,-0.7878999710083008,-0.569599986076355,0.2971999943256378,-0.7663000226020813,-0.569599986076355,0.2971999943256378,-0.7663000226020813,-0.569599986076355,0.2971999943256378,-0.7663000226020813,0.5023999810218811,-0.8148999810218811,-0.2888999879360199,0.5023999810218811,-0.8148999810218811,-0.2888999879360199,0.5023999810218811,-0.8148999810218811,-0.2888999879360199,0.9473000168800354,-0.31839999556541443,0.0340999998152256,0.9473000168800354,-0.31839999556541443,0.0340999998152256,0.9473000168800354,-0.31839999556541443,0.0340999998152256,0.34610000252723694,0.5425999760627747,-0.7653999924659729,0.34610000252723694,0.5425999760627747,-0.7653999924659729,0.34610000252723694,0.5425999760627747,-0.7653999924659729,0.2029999941587448,-0.38499999046325684,-0.9003000259399414,0.2029999941587448,-0.38499999046325684,-0.9003000259399414,0.2029999941587448,-0.38499999046325684,-0.9003000259399414,0.15889999270439148,-0.7505000233650208,0.6414999961853027,0.15889999270439148,-0.7505000233650208,0.6414999961853027,0.15889999270439148,-0.7505000233650208,0.6414999961853027,-0.15960000455379486,-0.9495999813079834,0.2696000039577484,-0.15960000455379486,-0.9495999813079834,0.2696000039577484,-0.15960000455379486,-0.9495999813079834,0.2696000039577484,-0.9602000117301941,-0.21410000324249268,0.1793999969959259,-0.9602000117301941,-0.21410000324249268,0.1793999969959259,-0.9602000117301941,-0.21410000324249268,0.1793999969959259,0.7145000100135803,0.5534999966621399,-0.4278999865055084,0.7145000100135803,0.5534999966621399,-0.4278999865055084,0.7145000100135803,0.5534999966621399,-0.4278999865055084,0.484499990940094,0.821399986743927,0.30090001225471497,0.484499990940094,0.821399986743927,0.30090001225471497,0.484499990940094,0.821399986743927,0.30090001225471497,0.6830999851226807,-0.6341999769210815,-0.362199991941452,0.6830999851226807,-0.6341999769210815,-0.362199991941452,0.6830999851226807,-0.6341999769210815,-0.362199991941452,0.46889999508857727,0.760699987411499,-0.4489000141620636,0.46889999508857727,0.760699987411499,-0.4489000141620636,0.46889999508857727,0.760699987411499,-0.4489000141620636,-0.9545000195503235,0.2946000099182129,-0.04699999839067459,-0.9545000195503235,0.2946000099182129,-0.04699999839067459,-0.9545000195503235,0.2946000099182129,-0.04699999839067459,0.11789999902248383,0.1662999987602234,0.9789999723434448,0.11789999902248383,0.1662999987602234,0.9789999723434448,0.11789999902248383,0.1662999987602234,0.9789999723434448,0.4081999957561493,-0.6711000204086304,-0.6189000010490417,0.4081999957561493,-0.6711000204086304,-0.6189000010490417,0.4081999957561493,-0.6711000204086304,-0.6189000010490417,0.16300000250339508,-0.8986999988555908,0.40709999203681946,0.16300000250339508,-0.8986999988555908,0.40709999203681946,0.16300000250339508,-0.8986999988555908,0.40709999203681946,0.967199981212616,-0.20250000059604645,0.15330000221729279,0.967199981212616,-0.20250000059604645,0.15330000221729279,0.967199981212616,-0.20250000059604645,0.15330000221729279,-0.027799999341368675,0.8675000071525574,-0.4966000020503998,-0.027799999341368675,0.8675000071525574,-0.4966000020503998,-0.027799999341368675,0.8675000071525574,-0.4966000020503998,-0.8385000228881836,0.5297999978065491,0.1273999959230423,-0.8385000228881836,0.5297999978065491,0.1273999959230423,-0.8385000228881836,0.5297999978065491,0.1273999959230423,0.6194000244140625,0.12600000202655792,0.7749000191688538,0.6194000244140625,0.12600000202655792,0.7749000191688538,0.6194000244140625,0.12600000202655792,0.7749000191688538,-0.6539000272750854,-0.713100016117096,0.2529999911785126,-0.6539000272750854,-0.713100016117096,0.2529999911785126,-0.6539000272750854,-0.713100016117096,0.2529999911785126,0.3637999892234802,0.19689999520778656,0.9103999733924866,0.3637999892234802,0.19689999520778656,0.9103999733924866,0.3637999892234802,0.19689999520778656,0.9103999733924866,0.9394999742507935,0.3160000145435333,-0.13210000097751617,0.9394999742507935,0.3160000145435333,-0.13210000097751617,0.9394999742507935,0.3160000145435333,-0.13210000097751617,-0.40459999442100525,-0.7699999809265137,0.4934000074863434,-0.40459999442100525,-0.7699999809265137,0.4934000074863434,-0.40459999442100525,-0.7699999809265137,0.4934000074863434,0.27880001068115234,-0.7901999950408936,-0.5457000136375427,0.27880001068115234,-0.7901999950408936,-0.5457000136375427,0.27880001068115234,-0.7901999950408936,-0.5457000136375427,0.9430000185966492,-0.23970000445842743,0.23100000619888306,0.9430000185966492,-0.23970000445842743,0.23100000619888306,0.9430000185966492,-0.23970000445842743,0.23100000619888306,-0.9595000147819519,-0.2646999955177307,-0.09629999846220016,-0.9595000147819519,-0.2646999955177307,-0.09629999846220016,-0.9595000147819519,-0.2646999955177307,-0.09629999846220016,-0.38339999318122864,0.9221000075340271,-0.053199999034404755,-0.38339999318122864,0.9221000075340271,-0.053199999034404755,-0.38339999318122864,0.9221000075340271,-0.053199999034404755,0.20409999787807465,0.6090999841690063,0.7663999795913696,0.20409999787807465,0.6090999841690063,0.7663999795913696,0.20409999787807465,0.6090999841690063,0.7663999795913696,-0.9031999707221985,-0.20970000326633453,-0.37439998984336853,-0.9031999707221985,-0.20970000326633453,-0.37439998984336853,-0.9031999707221985,-0.20970000326633453,-0.37439998984336853,-0.896399974822998,-0.38429999351501465,-0.22100000083446503,-0.896399974822998,-0.38429999351501465,-0.22100000083446503,-0.896399974822998,-0.38429999351501465,-0.22100000083446503,0.930899977684021,-0.23909999430179596,-0.27619999647140503,0.930899977684021,-0.23909999430179596,-0.27619999647140503,0.930899977684021,-0.23909999430179596,-0.27619999647140503,0.35100001096725464,-0.9362999796867371,-0.007199999876320362,0.35100001096725464,-0.9362999796867371,-0.007199999876320362,0.35100001096725464,-0.9362999796867371,-0.007199999876320362,-0.48429998755455017,-0.06610000133514404,-0.8723999857902527,-0.48429998755455017,-0.06610000133514404,-0.8723999857902527,-0.48429998755455017,-0.06610000133514404,-0.8723999857902527,-0.35350000858306885,-0.9352999925613403,-0.01810000091791153,-0.35350000858306885,-0.9352999925613403,-0.01810000091791153,-0.35350000858306885,-0.9352999925613403,-0.01810000091791153,-0.274399995803833,-0.9078999757766724,0.31690001487731934,-0.274399995803833,-0.9078999757766724,0.31690001487731934,-0.274399995803833,-0.9078999757766724,0.31690001487731934,-0.4350000023841858,-0.6029000282287598,-0.6687999963760376,-0.4350000023841858,-0.6029000282287598,-0.6687999963760376,-0.4350000023841858,-0.6029000282287598,-0.6687999963760376,-0.5078999996185303,0.1014999970793724,0.855400025844574,-0.5078999996185303,0.1014999970793724,0.855400025844574,-0.5078999996185303,0.1014999970793724,0.855400025844574,-0.8554999828338623,-0.07530000060796738,-0.5123000144958496,-0.8554999828338623,-0.07530000060796738,-0.5123000144958496,-0.8554999828338623,-0.07530000060796738,-0.5123000144958496,-0.20970000326633453,-0.5648999810218811,-0.7980999946594238,-0.20970000326633453,-0.5648999810218811,-0.7980999946594238,-0.20970000326633453,-0.5648999810218811,-0.7980999946594238,-0.22859999537467957,-0.9721999764442444,0.050599999725818634,-0.22859999537467957,-0.9721999764442444,0.050599999725818634,-0.22859999537467957,-0.9721999764442444,0.050599999725818634,-0.8925999999046326,0.1307000070810318,0.43140000104904175,-0.8925999999046326,0.1307000070810318,0.43140000104904175,-0.8925999999046326,0.1307000070810318,0.43140000104904175,-0.7634000182151794,0.09969999641180038,0.6381999850273132,-0.7634000182151794,0.09969999641180038,0.6381999850273132,-0.7634000182151794,0.09969999641180038,0.6381999850273132,0.7527999877929688,-0.19249999523162842,0.6294999718666077,0.7527999877929688,-0.19249999523162842,0.6294999718666077,0.7527999877929688,-0.19249999523162842,0.6294999718666077,0.16380000114440918,-0.7775999903678894,0.6071000099182129,0.16380000114440918,-0.7775999903678894,0.6071000099182129,0.16380000114440918,-0.7775999903678894,0.6071000099182129,-0.5493999719619751,-0.5066999793052673,0.6643999814987183,-0.5493999719619751,-0.5066999793052673,0.6643999814987183,-0.5493999719619751,-0.5066999793052673,0.6643999814987183,0.7470999956130981,-0.6410999894142151,0.17560000717639923,0.7470999956130981,-0.6410999894142151,0.17560000717639923,0.7470999956130981,-0.6410999894142151,0.17560000717639923,0.491100013256073,0.8271999955177307,-0.27320000529289246,0.491100013256073,0.8271999955177307,-0.27320000529289246,0.491100013256073,0.8271999955177307,-0.27320000529289246,0.9921000003814697,-0.09300000220537186,0.08420000225305557,0.9921000003814697,-0.09300000220537186,0.08420000225305557,0.9921000003814697,-0.09300000220537186,0.08420000225305557,0.4230000078678131,0.8353999853134155,0.35109999775886536,0.4230000078678131,0.8353999853134155,0.35109999775886536,0.4230000078678131,0.8353999853134155,0.35109999775886536,-0.7581999897956848,0.47850000858306885,-0.44290000200271606,-0.7581999897956848,0.47850000858306885,-0.44290000200271606,-0.7581999897956848,0.47850000858306885,-0.44290000200271606,0.26080000400543213,-0.8906000256538391,0.3725000023841858,0.26080000400543213,-0.8906000256538391,0.3725000023841858,0.26080000400543213,-0.8906000256538391,0.3725000023841858,0.8914999961853027,-0.450300008058548,0.04989999905228615,0.8914999961853027,-0.450300008058548,0.04989999905228615,0.8914999961853027,-0.450300008058548,0.04989999905228615,0.7217000126838684,-0.6204000115394592,0.3070000112056732,0.7217000126838684,-0.6204000115394592,0.3070000112056732,0.7217000126838684,-0.6204000115394592,0.3070000112056732,-0.3946000039577484,-0.34869998693466187,-0.8500999808311462,-0.3946000039577484,-0.34869998693466187,-0.8500999808311462,-0.3946000039577484,-0.34869998693466187,-0.8500999808311462,-0.9753999710083008,-0.21070000529289246,-0.06440000236034393,-0.9753999710083008,-0.21070000529289246,-0.06440000236034393,-0.9753999710083008,-0.21070000529289246,-0.06440000236034393,-0.1647000014781952,0.4641000032424927,-0.8702999949455261,-0.1647000014781952,0.4641000032424927,-0.8702999949455261,-0.1647000014781952,0.4641000032424927,-0.8702999949455261,0.9732999801635742,-0.12849999964237213,0.19009999930858612,0.9732999801635742,-0.12849999964237213,0.19009999930858612,0.9732999801635742,-0.12849999964237213,0.19009999930858612,0.6147000193595886,0.7389000058174133,0.2761000096797943,0.6147000193595886,0.7389000058174133,0.2761000096797943,0.6147000193595886,0.7389000058174133,0.2761000096797943,-0.3727000057697296,-0.7379000186920166,0.5626999735832214,-0.3727000057697296,-0.7379000186920166,0.5626999735832214,-0.3727000057697296,-0.7379000186920166,0.5626999735832214,0.7705000042915344,-0.5411999821662903,0.336899995803833,0.7705000042915344,-0.5411999821662903,0.336899995803833,0.7705000042915344,-0.5411999821662903,0.336899995803833,-0.9215999841690063,-0.35260000824928284,-0.1623000055551529,-0.9215999841690063,-0.35260000824928284,-0.1623000055551529,-0.9215999841690063,-0.35260000824928284,-0.1623000055551529,0.0934000015258789,0.9765999913215637,0.19380000233650208,0.0934000015258789,0.9765999913215637,0.19380000233650208,0.0934000015258789,0.9765999913215637,0.19380000233650208,-0.777899980545044,-0.5932000279426575,-0.20759999752044678,-0.777899980545044,-0.5932000279426575,-0.20759999752044678,-0.777899980545044,-0.5932000279426575,-0.20759999752044678,0.5893999934196472,0.7818999886512756,-0.20309999585151672,0.5893999934196472,0.7818999886512756,-0.20309999585151672,0.5893999934196472,0.7818999886512756,-0.20309999585151672,-0.5392000079154968,0.7720000147819519,-0.33660000562667847,-0.5392000079154968,0.7720000147819519,-0.33660000562667847,-0.5392000079154968,0.7720000147819519,-0.33660000562667847,-0.9460999965667725,-0.31200000643730164,-0.08730000257492065,-0.9460999965667725,-0.31200000643730164,-0.08730000257492065,-0.9460999965667725,-0.31200000643730164,-0.08730000257492065,-0.003599999938160181,0.08259999752044678,-0.9965999722480774,-0.003599999938160181,0.08259999752044678,-0.9965999722480774,-0.003599999938160181,0.08259999752044678,-0.9965999722480774,-0.7166000008583069,-0.5849999785423279,-0.3797000050544739,-0.7166000008583069,-0.5849999785423279,-0.3797000050544739,-0.7166000008583069,-0.5849999785423279,-0.3797000050544739,0.34439998865127563,-0.8442999720573425,0.4104999899864197,0.34439998865127563,-0.8442999720573425,0.4104999899864197,0.34439998865127563,-0.8442999720573425,0.4104999899864197,-0.03350000083446503,0.9991999864578247,0.020600000396370888,-0.03350000083446503,0.9991999864578247,0.020600000396370888,-0.03350000083446503,0.9991999864578247,0.020600000396370888,0.8784000277519226,0.0215000007301569,-0.477400004863739,0.8784000277519226,0.0215000007301569,-0.477400004863739,0.8784000277519226,0.0215000007301569,-0.477400004863739,-0.6863999962806702,-0.2337999939918518,-0.6886000037193298,-0.6863999962806702,-0.2337999939918518,-0.6886000037193298,-0.6863999962806702,-0.2337999939918518,-0.6886000037193298,-0.8596000075340271,-0.49570000171661377,-0.12430000305175781,-0.8596000075340271,-0.49570000171661377,-0.12430000305175781,-0.8596000075340271,-0.49570000171661377,-0.12430000305175781,0.8912000060081482,0.4357999861240387,-0.12549999356269836,0.8912000060081482,0.4357999861240387,-0.12549999356269836,0.8912000060081482,0.4357999861240387,-0.12549999356269836,0.4357999861240387,0.7358999848365784,-0.5181999802589417,0.4357999861240387,0.7358999848365784,-0.5181999802589417,0.4357999861240387,0.7358999848365784,-0.5181999802589417,0.9621999859809875,0.23829999566078186,0.13210000097751617,0.9621999859809875,0.23829999566078186,0.13210000097751617,0.9621999859809875,0.23829999566078186,0.13210000097751617,-0.1673000007867813,0.8285999894142151,-0.5343000292778015,-0.1673000007867813,0.8285999894142151,-0.5343000292778015,-0.1673000007867813,0.8285999894142151,-0.5343000292778015,-0.48989999294281006,0.8690000176429749,-0.06939999759197235,-0.48989999294281006,0.8690000176429749,-0.06939999759197235,-0.48989999294281006,0.8690000176429749,-0.06939999759197235,-0.9599999785423279,-0.2777000069618225,-0.03660000115633011,-0.9599999785423279,-0.2777000069618225,-0.03660000115633011,-0.9599999785423279,-0.2777000069618225,-0.03660000115633011,0.7077000141143799,-0.19009999930858612,-0.6804999709129333,0.7077000141143799,-0.19009999930858612,-0.6804999709129333,0.7077000141143799,-0.19009999930858612,-0.6804999709129333,0.9416000247001648,0.31040000915527344,-0.13050000369548798,0.9416000247001648,0.31040000915527344,-0.13050000369548798,0.9416000247001648,0.31040000915527344,-0.13050000369548798,-0.8518999814987183,-0.08550000190734863,0.516700029373169,-0.8518999814987183,-0.08550000190734863,0.516700029373169,-0.8518999814987183,-0.08550000190734863,0.516700029373169,-0.6646000146865845,-0.7443000078201294,-0.06610000133514404,-0.6646000146865845,-0.7443000078201294,-0.06610000133514404,-0.6646000146865845,-0.7443000078201294,-0.06610000133514404,0.8781999945640564,0.3846000134944916,-0.2842000126838684,0.8781999945640564,0.3846000134944916,-0.2842000126838684,0.8781999945640564,0.3846000134944916,-0.2842000126838684,0.08389999717473984,0.11150000244379044,-0.9901999831199646,0.08389999717473984,0.11150000244379044,-0.9901999831199646,0.08389999717473984,0.11150000244379044,-0.9901999831199646,-0.8450000286102295,-0.02160000056028366,0.5343999862670898,-0.8450000286102295,-0.02160000056028366,0.5343999862670898,-0.8450000286102295,-0.02160000056028366,0.5343999862670898,-0.7511000037193298,0.5375999808311462,0.3831000030040741,-0.7511000037193298,0.5375999808311462,0.3831000030040741,-0.7511000037193298,0.5375999808311462,0.3831000030040741,0.957099974155426,0.1956000030040741,-0.21379999816417694,0.957099974155426,0.1956000030040741,-0.21379999816417694,0.957099974155426,0.1956000030040741,-0.21379999816417694,0.049300000071525574,0.9700000286102295,-0.2379000037908554,0.049300000071525574,0.9700000286102295,-0.2379000037908554,0.049300000071525574,0.9700000286102295,-0.2379000037908554,0.05849999934434891,0.988099992275238,-0.14239999651908875,0.05849999934434891,0.988099992275238,-0.14239999651908875,0.05849999934434891,0.988099992275238,-0.14239999651908875,0.4433000087738037,-0.8661999702453613,0.23080000281333923,0.4433000087738037,-0.8661999702453613,0.23080000281333923,0.4433000087738037,-0.8661999702453613,0.23080000281333923,-0.8766000270843506,-0.3815000057220459,0.29330000281333923,-0.8766000270843506,-0.3815000057220459,0.29330000281333923,-0.8766000270843506,-0.3815000057220459,0.29330000281333923,-0.32580000162124634,-0.4115999937057495,0.8511000275611877,-0.32580000162124634,-0.4115999937057495,0.8511000275611877,-0.32580000162124634,-0.4115999937057495,0.8511000275611877,-0.7414000034332275,0.36090001463890076,0.5658000111579895,-0.7414000034332275,0.36090001463890076,0.5658000111579895,-0.7414000034332275,0.36090001463890076,0.5658000111579895,-0.9412999749183655,-0.20419999957084656,0.2687999904155731,-0.9412999749183655,-0.20419999957084656,0.2687999904155731,-0.9412999749183655,-0.20419999957084656,0.2687999904155731,0.5133000016212463,0.550000011920929,0.6588000059127808,0.5133000016212463,0.550000011920929,0.6588000059127808,0.5133000016212463,0.550000011920929,0.6588000059127808,-0.6019999980926514,0.4284999966621399,-0.6736999750137329,-0.6019999980926514,0.4284999966621399,-0.6736999750137329,-0.6019999980926514,0.4284999966621399,-0.6736999750137329,-0.5026000142097473,-0.18709999322891235,-0.843999981880188,-0.5026000142097473,-0.18709999322891235,-0.843999981880188,-0.5026000142097473,-0.18709999322891235,-0.843999981880188,-0.25920000672340393,-0.960099995136261,0.10490000247955322,-0.25920000672340393,-0.960099995136261,0.10490000247955322,-0.25920000672340393,-0.960099995136261,0.10490000247955322,-0.05909999832510948,0.6025000214576721,-0.7958999872207642,-0.05909999832510948,0.6025000214576721,-0.7958999872207642,-0.05909999832510948,0.6025000214576721,-0.7958999872207642,0.09989999979734421,0.8173999786376953,-0.567300021648407,0.09989999979734421,0.8173999786376953,-0.567300021648407,0.09989999979734421,0.8173999786376953,-0.567300021648407,0.611299991607666,0.7502999901771545,0.251800000667572,0.611299991607666,0.7502999901771545,0.251800000667572,0.611299991607666,0.7502999901771545,0.251800000667572,0.34139999747276306,-0.7921000123023987,0.5059000253677368,0.34139999747276306,-0.7921000123023987,0.5059000253677368,0.34139999747276306,-0.7921000123023987,0.5059000253677368,-0.901199996471405,0.2759000062942505,-0.334199994802475,-0.901199996471405,0.2759000062942505,-0.334199994802475,-0.901199996471405,0.2759000062942505,-0.334199994802475,0.22930000722408295,0.7802000045776367,-0.5820000171661377,0.22930000722408295,0.7802000045776367,-0.5820000171661377,0.22930000722408295,0.7802000045776367,-0.5820000171661377,0.7304999828338623,0.18459999561309814,-0.6574000120162964,0.7304999828338623,0.18459999561309814,-0.6574000120162964,0.7304999828338623,0.18459999561309814,-0.6574000120162964,0.7645999789237976,-0.6445000171661377,0.006200000178068876,0.7645999789237976,-0.6445000171661377,0.006200000178068876,0.7645999789237976,-0.6445000171661377,0.006200000178068876,0.26600000262260437,0.8705999851226807,0.4138000011444092,0.26600000262260437,0.8705999851226807,0.4138000011444092,0.26600000262260437,0.8705999851226807,0.4138000011444092,-0.784600019454956,0.358599990606308,-0.5058000087738037,-0.784600019454956,0.358599990606308,-0.5058000087738037,-0.784600019454956,0.358599990606308,-0.5058000087738037,-0.9099000096321106,-0.3774000108242035,0.1720999926328659,-0.9099000096321106,-0.3774000108242035,0.1720999926328659,-0.9099000096321106,-0.3774000108242035,0.1720999926328659,-0.6348000168800354,-0.7712000012397766,0.04780000075697899,-0.6348000168800354,-0.7712000012397766,0.04780000075697899,-0.6348000168800354,-0.7712000012397766,0.04780000075697899,-0.9451000094413757,-0.20919999480247498,-0.250900000333786,-0.9451000094413757,-0.20919999480247498,-0.250900000333786,-0.9451000094413757,-0.20919999480247498,-0.250900000333786,0.14190000295639038,0.6507999897003174,-0.7458999752998352,0.14190000295639038,0.6507999897003174,-0.7458999752998352,0.14190000295639038,0.6507999897003174,-0.7458999752998352,-0.25699999928474426,-0.9602000117301941,0.1096000000834465,-0.25699999928474426,-0.9602000117301941,0.1096000000834465,-0.25699999928474426,-0.9602000117301941,0.1096000000834465,-0.6758000254631042,0.6729000210762024,0.30079999566078186,-0.6758000254631042,0.6729000210762024,0.30079999566078186,-0.6758000254631042,0.6729000210762024,0.30079999566078186,0.29980000853538513,-0.6089000105857849,-0.7343999743461609,0.29980000853538513,-0.6089000105857849,-0.7343999743461609,0.29980000853538513,-0.6089000105857849,-0.7343999743461609,-0.6424999833106995,-0.5683000087738037,-0.5139999985694885,-0.6424999833106995,-0.5683000087738037,-0.5139999985694885,-0.6424999833106995,-0.5683000087738037,-0.5139999985694885,-0.19009999930858612,-0.7849000096321106,0.5896999835968018,-0.19009999930858612,-0.7849000096321106,0.5896999835968018,-0.19009999930858612,-0.7849000096321106,0.5896999835968018,0.3296000063419342,-0.8618999719619751,0.3853999972343445,0.3296000063419342,-0.8618999719619751,0.3853999972343445,0.3296000063419342,-0.8618999719619751,0.3853999972343445,-0.5935999751091003,-0.7795000076293945,0.19979999959468842,-0.5935999751091003,-0.7795000076293945,0.19979999959468842,-0.5935999751091003,-0.7795000076293945,0.19979999959468842,-0.04490000009536743,0.9954000115394592,-0.0843999981880188,-0.04490000009536743,0.9954000115394592,-0.0843999981880188,-0.04490000009536743,0.9954000115394592,-0.0843999981880188,0.7778000235557556,-0.49050000309944153,-0.3930000066757202,0.7778000235557556,-0.49050000309944153,-0.3930000066757202,0.7778000235557556,-0.49050000309944153,-0.3930000066757202,0.9656999707221985,-0.25459998846054077,-0.051600001752376556,0.9656999707221985,-0.25459998846054077,-0.051600001752376556,0.9656999707221985,-0.25459998846054077,-0.051600001752376556,-0.7741000056266785,-0.17069999873638153,0.6096000075340271,-0.7741000056266785,-0.17069999873638153,0.6096000075340271,-0.7741000056266785,-0.17069999873638153,0.6096000075340271,-0.9927999973297119,0.11969999969005585,0.0006000000284984708,-0.9927999973297119,0.11969999969005585,0.0006000000284984708,-0.9927999973297119,0.11969999969005585,0.0006000000284984708,-0.03449999913573265,-0.5823000073432922,-0.8122000098228455,-0.03449999913573265,-0.5823000073432922,-0.8122000098228455,-0.03449999913573265,-0.5823000073432922,-0.8122000098228455,-0.9994999766349792,-0.029500000178813934,-0.010999999940395355,-0.9994999766349792,-0.029500000178813934,-0.010999999940395355,-0.9994999766349792,-0.029500000178813934,-0.010999999940395355,-0.7904999852180481,0.5985000133514404,-0.12999999523162842,-0.7904999852180481,0.5985000133514404,-0.12999999523162842,-0.7904999852180481,0.5985000133514404,-0.12999999523162842,-0.07100000232458115,0.42739999294281006,-0.9013000130653381,-0.07100000232458115,0.42739999294281006,-0.9013000130653381,-0.07100000232458115,0.42739999294281006,-0.9013000130653381,-0.7283999919891357,-0.2849999964237213,0.6230000257492065,-0.7283999919891357,-0.2849999964237213,0.6230000257492065,-0.7283999919891357,-0.2849999964237213,0.6230000257492065,0.8855000138282776,-0.10429999977350235,-0.4528000056743622,0.8855000138282776,-0.10429999977350235,-0.4528000056743622,0.8855000138282776,-0.10429999977350235,-0.4528000056743622,0.13850000500679016,-0.4927999973297119,0.8590999841690063,0.13850000500679016,-0.4927999973297119,0.8590999841690063,0.13850000500679016,-0.4927999973297119,0.8590999841690063,0.4523000121116638,0.19979999959468842,0.8691999912261963,0.4523000121116638,0.19979999959468842,0.8691999912261963,0.4523000121116638,0.19979999959468842,0.8691999912261963,-0.9919000267982483,0.08129999786615372,0.09740000218153,-0.9919000267982483,0.08129999786615372,0.09740000218153,-0.9919000267982483,0.08129999786615372,0.09740000218153,-0.07280000299215317,-0.46000000834465027,0.8848999738693237,-0.07280000299215317,-0.46000000834465027,0.8848999738693237,-0.07280000299215317,-0.46000000834465027,0.8848999738693237,0.815500020980835,0.14020000398159027,-0.5615000128746033,0.815500020980835,0.14020000398159027,-0.5615000128746033,0.815500020980835,0.14020000398159027,-0.5615000128746033,-0.19529999792575836,-0.5220999717712402,-0.830299973487854,-0.19529999792575836,-0.5220999717712402,-0.830299973487854,-0.19529999792575836,-0.5220999717712402,-0.830299973487854,-0.6323000192642212,0.004900000058114529,0.7746999859809875,-0.6323000192642212,0.004900000058114529,0.7746999859809875,-0.6323000192642212,0.004900000058114529,0.7746999859809875,-0.39800000190734863,0.8695999979972839,0.2921999990940094,-0.39800000190734863,0.8695999979972839,0.2921999990940094,-0.39800000190734863,0.8695999979972839,0.2921999990940094,0.054099999368190765,0.8952999711036682,-0.44209998846054077,0.054099999368190765,0.8952999711036682,-0.44209998846054077,0.054099999368190765,0.8952999711036682,-0.44209998846054077,0.8921999931335449,-0.4496999979019165,0.04039999842643738,0.8921999931335449,-0.4496999979019165,0.04039999842643738,0.8921999931335449,-0.4496999979019165,0.04039999842643738,0.7050999999046326,0.2506999969482422,-0.6632999777793884,0.7050999999046326,0.2506999969482422,-0.6632999777793884,0.7050999999046326,0.2506999969482422,-0.6632999777793884,-0.5564000010490417,0.8223000168800354,0.11919999867677689,-0.5564000010490417,0.8223000168800354,0.11919999867677689,-0.5564000010490417,0.8223000168800354,0.11919999867677689,0.9139000177383423,0.0010999999940395355,0.4059999883174896,0.9139000177383423,0.0010999999940395355,0.4059999883174896,0.9139000177383423,0.0010999999940395355,0.4059999883174896,-0.4251999855041504,-0.767799973487854,0.47929999232292175,-0.4251999855041504,-0.767799973487854,0.47929999232292175,-0.4251999855041504,-0.767799973487854,0.47929999232292175,0.9789999723434448,-0.16590000689029694,-0.11869999766349792,0.9789999723434448,-0.16590000689029694,-0.11869999766349792,0.9789999723434448,-0.16590000689029694,-0.11869999766349792,0.039400000125169754,-0.5400000214576721,0.8406999707221985,0.039400000125169754,-0.5400000214576721,0.8406999707221985,0.039400000125169754,-0.5400000214576721,0.8406999707221985,-0.9690999984741211,0.21889999508857727,-0.11410000175237656,-0.9690999984741211,0.21889999508857727,-0.11410000175237656,-0.9690999984741211,0.21889999508857727,-0.11410000175237656,-0.9063000082969666,0.25360000133514404,-0.33809998631477356,-0.9063000082969666,0.25360000133514404,-0.33809998631477356,-0.9063000082969666,0.25360000133514404,-0.33809998631477356,-0.3109999895095825,0.47380000352859497,0.8238999843597412,-0.3109999895095825,0.47380000352859497,0.8238999843597412,-0.3109999895095825,0.47380000352859497,0.8238999843597412,0.560699999332428,0.7843000292778015,-0.265500009059906,0.560699999332428,0.7843000292778015,-0.265500009059906,0.560699999332428,0.7843000292778015,-0.265500009059906,0.46070000529289246,-0.5608999729156494,-0.6879000067710876,0.46070000529289246,-0.5608999729156494,-0.6879000067710876,0.46070000529289246,-0.5608999729156494,-0.6879000067710876,-0.6062999963760376,-0.5356000065803528,-0.5878000259399414,-0.6062999963760376,-0.5356000065803528,-0.5878000259399414,-0.6062999963760376,-0.5356000065803528,-0.5878000259399414,-0.420199990272522,0.37929999828338623,-0.8242999911308289,-0.420199990272522,0.37929999828338623,-0.8242999911308289,-0.420199990272522,0.37929999828338623,-0.8242999911308289,0.18860000371932983,-0.9639999866485596,-0.1875,0.18860000371932983,-0.9639999866485596,-0.1875,0.18860000371932983,-0.9639999866485596,-0.1875,0.9919000267982483,-0.10419999808073044,0.07289999723434448,0.9919000267982483,-0.10419999808073044,0.07289999723434448,0.9919000267982483,-0.10419999808073044,0.07289999723434448,0.9661999940872192,-0.04390000179409981,-0.2540000081062317,0.9661999940872192,-0.04390000179409981,-0.2540000081062317,0.9661999940872192,-0.04390000179409981,-0.2540000081062317,0.5983999967575073,-0.391400009393692,-0.6991000175476074,0.5983999967575073,-0.391400009393692,-0.6991000175476074,0.5983999967575073,-0.391400009393692,-0.6991000175476074,0.3555999994277954,0.1826000064611435,-0.9165999889373779,0.3555999994277954,0.1826000064611435,-0.9165999889373779,0.3555999994277954,0.1826000064611435,-0.9165999889373779,0.9807999730110168,-0.1606999933719635,0.10999999940395355,0.9807999730110168,-0.1606999933719635,0.10999999940395355,0.9807999730110168,-0.1606999933719635,0.10999999940395355,0.7666000127792358,-0.47540000081062317,0.43160000443458557,0.7666000127792358,-0.47540000081062317,0.43160000443458557,0.7666000127792358,-0.47540000081062317,0.43160000443458557,-0.2222999930381775,0.8313999772071838,-0.5092999935150146,-0.2222999930381775,0.8313999772071838,-0.5092999935150146,-0.2222999930381775,0.8313999772071838,-0.5092999935150146,0.4821000099182129,0.4429999887943268,0.7559000253677368,0.4821000099182129,0.4429999887943268,0.7559000253677368,0.4821000099182129,0.4429999887943268,0.7559000253677368,0.9320999979972839,-0.3544999957084656,0.07479999959468842,0.9320999979972839,-0.3544999957084656,0.07479999959468842,0.9320999979972839,-0.3544999957084656,0.07479999959468842,-0.3937999904155731,-0.8798999786376953,-0.26579999923706055,-0.3937999904155731,-0.8798999786376953,-0.26579999923706055,-0.3937999904155731,-0.8798999786376953,-0.26579999923706055,0.7128999829292297,-0.18490000069141388,-0.6765000224113464,0.7128999829292297,-0.18490000069141388,-0.6765000224113464,0.7128999829292297,-0.18490000069141388,-0.6765000224113464,-0.38119998574256897,-0.7634000182151794,-0.5214999914169312,-0.38119998574256897,-0.7634000182151794,-0.5214999914169312,-0.38119998574256897,-0.7634000182151794,-0.5214999914169312,0.6718999743461609,0.06289999932050705,0.7379999756813049,0.6718999743461609,0.06289999932050705,0.7379999756813049,0.6718999743461609,0.06289999932050705,0.7379999756813049,0.9692000150680542,0.002400000113993883,-0.24639999866485596,0.9692000150680542,0.002400000113993883,-0.24639999866485596,0.9692000150680542,0.002400000113993883,-0.24639999866485596,-0.6158000230789185,0.7506999969482422,-0.23919999599456787,-0.6158000230789185,0.7506999969482422,-0.23919999599456787,-0.6158000230789185,0.7506999969482422,-0.23919999599456787,0.9437999725341797,-0.29649999737739563,0.14630000293254852,0.9437999725341797,-0.29649999737739563,0.14630000293254852,0.9437999725341797,-0.29649999737739563,0.14630000293254852,-0.8938000202178955,-0.02410000003874302,0.44780001044273376,-0.8938000202178955,-0.02410000003874302,0.44780001044273376,-0.8938000202178955,-0.02410000003874302,0.44780001044273376,0.5282999873161316,-0.8230000138282776,-0.2087000012397766,0.5282999873161316,-0.8230000138282776,-0.2087000012397766,0.5282999873161316,-0.8230000138282776,-0.2087000012397766,0.38929998874664307,-0.21649999916553497,-0.8952999711036682,0.38929998874664307,-0.21649999916553497,-0.8952999711036682,0.38929998874664307,-0.21649999916553497,-0.8952999711036682,-0.28760001063346863,0.647599995136261,-0.7056000232696533,-0.28760001063346863,0.647599995136261,-0.7056000232696533,-0.28760001063346863,0.647599995136261,-0.7056000232696533,0.9697999954223633,0.20080000162124634,-0.13840000331401825,0.9697999954223633,0.20080000162124634,-0.13840000331401825,0.9697999954223633,0.20080000162124634,-0.13840000331401825,0.07010000199079514,0.7739999890327454,-0.6292999982833862,0.07010000199079514,0.7739999890327454,-0.6292999982833862,0.07010000199079514,0.7739999890327454,-0.6292999982833862,-0.45879998803138733,0.8876000046730042,-0.04129999876022339,-0.45879998803138733,0.8876000046730042,-0.04129999876022339,-0.45879998803138733,0.8876000046730042,-0.04129999876022339,0.9627000093460083,0.2590000033378601,0.07819999754428864,0.9627000093460083,0.2590000033378601,0.07819999754428864,0.9627000093460083,0.2590000033378601,0.07819999754428864,0.2572999894618988,0.6340000033378601,-0.7293000221252441,0.2572999894618988,0.6340000033378601,-0.7293000221252441,0.2572999894618988,0.6340000033378601,-0.7293000221252441,0.3449000120162964,-0.7228999733924866,0.598800003528595,0.3449000120162964,-0.7228999733924866,0.598800003528595,0.3449000120162964,-0.7228999733924866,0.598800003528595,0.16509999334812164,0.9380999803543091,-0.3046000003814697,0.16509999334812164,0.9380999803543091,-0.3046000003814697,0.16509999334812164,0.9380999803543091,-0.3046000003814697,0.6851999759674072,0.47290000319480896,0.5539000034332275,0.6851999759674072,0.47290000319480896,0.5539000034332275,0.6851999759674072,0.47290000319480896,0.5539000034332275,-0.8043000102043152,0.5789999961853027,0.1339000016450882,-0.8043000102043152,0.5789999961853027,0.1339000016450882,-0.8043000102043152,0.5789999961853027,0.1339000016450882,0.40400001406669617,-0.8360999822616577,-0.37119999527931213,0.40400001406669617,-0.8360999822616577,-0.37119999527931213,0.40400001406669617,-0.8360999822616577,-0.37119999527931213,0.6976000070571899,0.6255000233650208,-0.34950000047683716,0.6976000070571899,0.6255000233650208,-0.34950000047683716,0.6976000070571899,0.6255000233650208,-0.34950000047683716,-0.23919999599456787,0.9164000153541565,0.32100000977516174,-0.23919999599456787,0.9164000153541565,0.32100000977516174,-0.23919999599456787,0.9164000153541565,0.32100000977516174,-0.5214999914169312,-0.504800021648407,-0.6880000233650208,-0.5214999914169312,-0.504800021648407,-0.6880000233650208,-0.5214999914169312,-0.504800021648407,-0.6880000233650208,0.5008999705314636,0.8084999918937683,-0.30880001187324524,0.5008999705314636,0.8084999918937683,-0.30880001187324524,0.5008999705314636,0.8084999918937683,-0.30880001187324524,0.8091999888420105,0.5684000253677368,-0.14890000224113464,0.8091999888420105,0.5684000253677368,-0.14890000224113464,0.8091999888420105,0.5684000253677368,-0.14890000224113464,-0.2378000020980835,0.4986000061035156,-0.8335999846458435,-0.2378000020980835,0.4986000061035156,-0.8335999846458435,-0.2378000020980835,0.4986000061035156,-0.8335999846458435,0.9503999948501587,-0.3093000054359436,0.03229999914765358,0.9503999948501587,-0.3093000054359436,0.03229999914765358,0.9503999948501587,-0.3093000054359436,0.03229999914765358,-0.8046000003814697,-0.5133000016212463,-0.2985999882221222,-0.8046000003814697,-0.5133000016212463,-0.2985999882221222,-0.8046000003814697,-0.5133000016212463,-0.2985999882221222,0.07800000160932541,-0.890999972820282,0.447299987077713,0.07800000160932541,-0.890999972820282,0.447299987077713,0.07800000160932541,-0.890999972820282,0.447299987077713,-0.9473000168800354,-0.31839999556541443,0.0340999998152256,-0.9473000168800354,-0.31839999556541443,0.0340999998152256,-0.9473000168800354,-0.31839999556541443,0.0340999998152256,0.8173999786376953,0.5738999843597412,0.049800001084804535,0.8173999786376953,0.5738999843597412,0.049800001084804535,0.8173999786376953,0.5738999843597412,0.049800001084804535,-0.9598000049591064,0.010400000028312206,0.28060001134872437,-0.9598000049591064,0.010400000028312206,0.28060001134872437,-0.9598000049591064,0.010400000028312206,0.28060001134872437,0.05510000139474869,-0.1597999930381775,0.9855999946594238,0.05510000139474869,-0.1597999930381775,0.9855999946594238,0.05510000139474869,-0.1597999930381775,0.9855999946594238,0.31310001015663147,-0.5831000208854675,0.7497000098228455,0.31310001015663147,-0.5831000208854675,0.7497000098228455,0.31310001015663147,-0.5831000208854675,0.7497000098228455,-0.17509999871253967,0.35269999504089355,0.9192000031471252,-0.17509999871253967,0.35269999504089355,0.9192000031471252,-0.17509999871253967,0.35269999504089355,0.9192000031471252,0.9520000219345093,0.29910001158714294,-0.06459999829530716,0.9520000219345093,0.29910001158714294,-0.06459999829530716,0.9520000219345093,0.29910001158714294,-0.06459999829530716,0.0348999984562397,0.6204000115394592,-0.7835000157356262,0.0348999984562397,0.6204000115394592,-0.7835000157356262,0.0348999984562397,0.6204000115394592,-0.7835000157356262,0.2468000054359436,0.866599977016449,-0.43380001187324524,0.2468000054359436,0.866599977016449,-0.43380001187324524,0.2468000054359436,0.866599977016449,-0.43380001187324524,-0.9236999750137329,0.24809999763965607,-0.2919999957084656,-0.9236999750137329,0.24809999763965607,-0.2919999957084656,-0.9236999750137329,0.24809999763965607,-0.2919999957084656,-0.7383000254631042,0.6740999817848206,0.02239999920129776,-0.7383000254631042,0.6740999817848206,0.02239999920129776,-0.7383000254631042,0.6740999817848206,0.02239999920129776,0.44369998574256897,0.2199999988079071,-0.8687999844551086,0.44369998574256897,0.2199999988079071,-0.8687999844551086,0.44369998574256897,0.2199999988079071,-0.8687999844551086,-0.2492000013589859,-0.9397000074386597,0.23430000245571136,-0.2492000013589859,-0.9397000074386597,0.23430000245571136,-0.2492000013589859,-0.9397000074386597,0.23430000245571136,-0.5110999941825867,0.49399998784065247,0.7034000158309937,-0.5110999941825867,0.49399998784065247,0.7034000158309937,-0.5110999941825867,0.49399998784065247,0.7034000158309937,0.9519000053405762,0.27730000019073486,0.13019999861717224,0.9519000053405762,0.27730000019073486,0.13019999861717224,0.9519000053405762,0.27730000019073486,0.13019999861717224,0.9987000226974487,-0.028699999675154686,0.04270000010728836,0.9987000226974487,-0.028699999675154686,0.04270000010728836,0.9987000226974487,-0.028699999675154686,0.04270000010728836,-0.765999972820282,-0.10909999907016754,-0.6334999799728394,-0.765999972820282,-0.10909999907016754,-0.6334999799728394,-0.765999972820282,-0.10909999907016754,-0.6334999799728394,0.12680000066757202,-0.578000009059906,0.8061000108718872,0.12680000066757202,-0.578000009059906,0.8061000108718872,0.12680000066757202,-0.578000009059906,0.8061000108718872,-0.2754000127315521,-0.6922000050544739,0.6671000123023987,-0.2754000127315521,-0.6922000050544739,0.6671000123023987,-0.2754000127315521,-0.6922000050544739,0.6671000123023987,0.5834000110626221,-0.7628999948501587,-0.27869999408721924,0.5834000110626221,-0.7628999948501587,-0.27869999408721924,0.5834000110626221,-0.7628999948501587,-0.27869999408721924,-0.9538000226020813,-0.24169999361038208,0.1785999983549118,-0.9538000226020813,-0.24169999361038208,0.1785999983549118,-0.9538000226020813,-0.24169999361038208,0.1785999983549118,-0.9735000133514404,-0.15729999542236328,-0.1662999987602234,-0.9735000133514404,-0.15729999542236328,-0.1662999987602234,-0.9735000133514404,-0.15729999542236328,-0.1662999987602234,-0.28209999203681946,0.9587000012397766,0.03700000047683716,-0.28209999203681946,0.9587000012397766,0.03700000047683716,-0.28209999203681946,0.9587000012397766,0.03700000047683716,0.7908999919891357,0.5645999908447266,-0.2361000031232834,0.7908999919891357,0.5645999908447266,-0.2361000031232834,0.7908999919891357,0.5645999908447266,-0.2361000031232834,-0.8119999766349792,-0.5217999815940857,0.2614000141620636,-0.8119999766349792,-0.5217999815940857,0.2614000141620636,-0.8119999766349792,-0.5217999815940857,0.2614000141620636,-0.9682999849319458,0.17759999632835388,-0.17560000717639923,-0.9682999849319458,0.17759999632835388,-0.17560000717639923,-0.9682999849319458,0.17759999632835388,-0.17560000717639923,0.19830000400543213,0.28780001401901245,-0.9369000196456909,0.19830000400543213,0.28780001401901245,-0.9369000196456909,0.19830000400543213,0.28780001401901245,-0.9369000196456909,0.34360000491142273,-0.027799999341368675,-0.9387000203132629,0.34360000491142273,-0.027799999341368675,-0.9387000203132629,0.34360000491142273,-0.027799999341368675,-0.9387000203132629,0.04610000178217888,0.5679000020027161,-0.8217999935150146,0.04610000178217888,0.5679000020027161,-0.8217999935150146,0.04610000178217888,0.5679000020027161,-0.8217999935150146,0.6184999942779541,-0.7831000089645386,-0.06449999660253525,0.6184999942779541,-0.7831000089645386,-0.06449999660253525,0.6184999942779541,-0.7831000089645386,-0.06449999660253525,-0.1445000022649765,-0.08569999784231186,0.98580002784729,-0.1445000022649765,-0.08569999784231186,0.98580002784729,-0.1445000022649765,-0.08569999784231186,0.98580002784729,-0.2761000096797943,0.9272000193595886,-0.2531000077724457,-0.2761000096797943,0.9272000193595886,-0.2531000077724457,-0.2761000096797943,0.9272000193595886,-0.2531000077724457,-0.3179999887943268,0.6068999767303467,0.7283999919891357,-0.3179999887943268,0.6068999767303467,0.7283999919891357,-0.3179999887943268,0.6068999767303467,0.7283999919891357,0.5763999819755554,-0.7387999892234802,0.3492000102996826,0.5763999819755554,-0.7387999892234802,0.3492000102996826,0.5763999819755554,-0.7387999892234802,0.3492000102996826,-0.7457000017166138,-0.31139999628067017,0.5891000032424927,-0.7457000017166138,-0.31139999628067017,0.5891000032424927,-0.7457000017166138,-0.31139999628067017,0.5891000032424927,-0.809499979019165,0.5849000215530396,-0.050700001418590546,-0.809499979019165,0.5849000215530396,-0.050700001418590546,-0.809499979019165,0.5849000215530396,-0.050700001418590546,-0.682200014591217,0.6625000238418579,-0.3093000054359436,-0.682200014591217,0.6625000238418579,-0.3093000054359436,-0.682200014591217,0.6625000238418579,-0.3093000054359436,-0.6941999793052673,0.6277999877929688,0.35199999809265137,-0.6941999793052673,0.6277999877929688,0.35199999809265137,-0.6941999793052673,0.6277999877929688,0.35199999809265137,-0.15880000591278076,-0.9046000242233276,0.3955000042915344,-0.15880000591278076,-0.9046000242233276,0.3955000042915344,-0.15880000591278076,-0.9046000242233276,0.3955000042915344,0.5821999907493591,-0.8122000098228455,-0.0357000008225441,0.5821999907493591,-0.8122000098228455,-0.0357000008225441,0.5821999907493591,-0.8122000098228455,-0.0357000008225441,0.4138999879360199,0.3560999929904938,0.8378000259399414,0.4138999879360199,0.3560999929904938,0.8378000259399414,0.4138999879360199,0.3560999929904938,0.8378000259399414,-0.6725999712944031,-0.008500000461935997,-0.7400000095367432,-0.6725999712944031,-0.008500000461935997,-0.7400000095367432,-0.6725999712944031,-0.008500000461935997,-0.7400000095367432,0.40209999680519104,0.8867999911308289,0.22769999504089355,0.40209999680519104,0.8867999911308289,0.22769999504089355,0.40209999680519104,0.8867999911308289,0.22769999504089355,-0.2451000064611435,-0.3228999972343445,0.9140999913215637,-0.2451000064611435,-0.3228999972343445,0.9140999913215637,-0.2451000064611435,-0.3228999972343445,0.9140999913215637,0.08229999989271164,-0.09149999916553497,0.9923999905586243,0.08229999989271164,-0.09149999916553497,0.9923999905586243,0.08229999989271164,-0.09149999916553497,0.9923999905586243,-0.9132000207901001,-0.3181999921798706,-0.25440001487731934,-0.9132000207901001,-0.3181999921798706,-0.25440001487731934,-0.9132000207901001,-0.3181999921798706,-0.25440001487731934,-0.42559999227523804,-0.9047999978065491,0.013799999840557575,-0.42559999227523804,-0.9047999978065491,0.013799999840557575,-0.42559999227523804,-0.9047999978065491,0.013799999840557575,-0.13259999454021454,-0.902899980545044,0.4088999927043915,-0.13259999454021454,-0.902899980545044,0.4088999927043915,-0.13259999454021454,-0.902899980545044,0.4088999927043915,0.800000011920929,-0.4219000041484833,0.42660000920295715,0.800000011920929,-0.4219000041484833,0.42660000920295715,0.800000011920929,-0.4219000041484833,0.42660000920295715,-0.6093000173568726,-0.6747000217437744,0.41670000553131104,-0.6093000173568726,-0.6747000217437744,0.41670000553131104,-0.6093000173568726,-0.6747000217437744,0.41670000553131104,0.9523000121116638,-0.10480000078678131,0.2867000102996826,0.9523000121116638,-0.10480000078678131,0.2867000102996826,0.9523000121116638,-0.10480000078678131,0.2867000102996826,0.3474000096321106,-0.5120000243186951,-0.7856000065803528,0.3474000096321106,-0.5120000243186951,-0.7856000065803528,0.3474000096321106,-0.5120000243186951,-0.7856000065803528,-0.24950000643730164,-0.9643999934196472,0.08720000088214874,-0.24950000643730164,-0.9643999934196472,0.08720000088214874,-0.24950000643730164,-0.9643999934196472,0.08720000088214874,0.7296000123023987,0.5730000138282776,0.373199999332428,0.7296000123023987,0.5730000138282776,0.373199999332428,0.7296000123023987,0.5730000138282776,0.373199999332428,-0.8852999806404114,-0.06560000032186508,-0.4602999985218048,-0.8852999806404114,-0.06560000032186508,-0.4602999985218048,-0.8852999806404114,-0.06560000032186508,-0.4602999985218048,-0.09019999951124191,0.7875999808311462,0.6096000075340271,-0.09019999951124191,0.7875999808311462,0.6096000075340271,-0.09019999951124191,0.7875999808311462,0.6096000075340271,-0.40220001339912415,-0.8805999755859375,0.25040000677108765,-0.40220001339912415,-0.8805999755859375,0.25040000677108765,-0.40220001339912415,-0.8805999755859375,0.25040000677108765,0.2198999971151352,-0.9345999956130981,0.27970001101493835,0.2198999971151352,-0.9345999956130981,0.27970001101493835,0.2198999971151352,-0.9345999956130981,0.27970001101493835,-0.23720000684261322,-0.49480000138282776,-0.8360000252723694,-0.23720000684261322,-0.49480000138282776,-0.8360000252723694,-0.23720000684261322,-0.49480000138282776,-0.8360000252723694,-0.5619999766349792,-0.20669999718666077,-0.8008999824523926,-0.5619999766349792,-0.20669999718666077,-0.8008999824523926,-0.5619999766349792,-0.20669999718666077,-0.8008999824523926,0.21459999680519104,-0.975600004196167,0.045899998396635056,0.21459999680519104,-0.975600004196167,0.045899998396635056,0.21459999680519104,-0.975600004196167,0.045899998396635056,0.26350000500679016,0.7376999855041504,-0.6215999722480774,0.26350000500679016,0.7376999855041504,-0.6215999722480774,0.26350000500679016,0.7376999855041504,-0.6215999722480774,-0.1770000010728836,-0.868399977684021,0.46320000290870667,-0.1770000010728836,-0.868399977684021,0.46320000290870667,-0.1770000010728836,-0.868399977684021,0.46320000290870667,0.9591000080108643,-0.15080000460147858,-0.2395000010728836,0.9591000080108643,-0.15080000460147858,-0.2395000010728836,0.9591000080108643,-0.15080000460147858,-0.2395000010728836,-0.7310000061988831,-0.0333000011742115,0.6815999746322632,-0.7310000061988831,-0.0333000011742115,0.6815999746322632,-0.7310000061988831,-0.0333000011742115,0.6815999746322632,0.12129999697208405,0.009700000286102295,0.9926000237464905,0.12129999697208405,0.009700000286102295,0.9926000237464905,0.12129999697208405,0.009700000286102295,0.9926000237464905,-0.4611000120639801,0.7093999981880188,0.5329999923706055,-0.4611000120639801,0.7093999981880188,0.5329999923706055,-0.4611000120639801,0.7093999981880188,0.5329999923706055,-0.24580000340938568,-0.8815000057220459,0.4032000005245209,-0.24580000340938568,-0.8815000057220459,0.4032000005245209,-0.24580000340938568,-0.8815000057220459,0.4032000005245209,-0.1534000039100647,0.9192000031471252,-0.3625999987125397,-0.1534000039100647,0.9192000031471252,-0.3625999987125397,-0.1534000039100647,0.9192000031471252,-0.3625999987125397,-0.6866999864578247,-0.22339999675750732,0.6916999816894531,-0.6866999864578247,-0.22339999675750732,0.6916999816894531,-0.6866999864578247,-0.22339999675750732,0.6916999816894531,-0.5752000212669373,0.09070000052452087,-0.8130000233650208,-0.5752000212669373,0.09070000052452087,-0.8130000233650208,-0.5752000212669373,0.09070000052452087,-0.8130000233650208,0.5181999802589417,0.3382999897003174,-0.7854999899864197,0.5181999802589417,0.3382999897003174,-0.7854999899864197,0.5181999802589417,0.3382999897003174,-0.7854999899864197,0.6984000205993652,0.6119999885559082,-0.3709999918937683,0.6984000205993652,0.6119999885559082,-0.3709999918937683,0.6984000205993652,0.6119999885559082,-0.3709999918937683,-0.6474999785423279,0.3384999930858612,-0.6827999949455261,-0.6474999785423279,0.3384999930858612,-0.6827999949455261,-0.6474999785423279,0.3384999930858612,-0.6827999949455261,0.2904999852180481,0.8623999953269958,0.41449999809265137,0.2904999852180481,0.8623999953269958,0.41449999809265137,0.2904999852180481,0.8623999953269958,0.41449999809265137,0.5580000281333923,0.14270000159740448,-0.8174999952316284,0.5580000281333923,0.14270000159740448,-0.8174999952316284,0.5580000281333923,0.14270000159740448,-0.8174999952316284,-0.9117000102996826,-0.39969998598098755,0.09529999643564224,-0.9117000102996826,-0.39969998598098755,0.09529999643564224,-0.9117000102996826,-0.39969998598098755,0.09529999643564224,0.6101999878883362,-0.7853999733924866,-0.10459999740123749,0.6101999878883362,-0.7853999733924866,-0.10459999740123749,0.6101999878883362,-0.7853999733924866,-0.10459999740123749,-0.5081999897956848,0.5580999851226807,-0.656000018119812,-0.5081999897956848,0.5580999851226807,-0.656000018119812,-0.5081999897956848,0.5580999851226807,-0.656000018119812,0.9496999979019165,0.24500000476837158,0.19499999284744263,0.9496999979019165,0.24500000476837158,0.19499999284744263,0.9496999979019165,0.24500000476837158,0.19499999284744263,-0.35830000042915344,0.7355999946594238,0.5748999714851379,-0.35830000042915344,0.7355999946594238,0.5748999714851379,-0.35830000042915344,0.7355999946594238,0.5748999714851379,-0.8159000277519226,-0.5360999703407288,-0.21660000085830688,-0.8159000277519226,-0.5360999703407288,-0.21660000085830688,-0.8159000277519226,-0.5360999703407288,-0.21660000085830688,0.9516000151634216,0.04450000077486038,0.30399999022483826,0.9516000151634216,0.04450000077486038,0.30399999022483826,0.9516000151634216,0.04450000077486038,0.30399999022483826,0.49959999322891235,-0.765999972820282,0.40459999442100525,0.49959999322891235,-0.765999972820282,0.40459999442100525,0.49959999322891235,-0.765999972820282,0.40459999442100525,-0.1679999977350235,-0.7821000218391418,0.6000999808311462,-0.1679999977350235,-0.7821000218391418,0.6000999808311462,-0.1679999977350235,-0.7821000218391418,0.6000999808311462,-0.9259999990463257,-0.26820001006126404,0.265500009059906,-0.9259999990463257,-0.26820001006126404,0.265500009059906,-0.9259999990463257,-0.26820001006126404,0.265500009059906,-0.6194000244140625,0.12600000202655792,0.7749000191688538,-0.6194000244140625,0.12600000202655792,0.7749000191688538,-0.6194000244140625,0.12600000202655792,0.7749000191688538,0.1835000067949295,-0.7526000142097473,-0.6323999762535095,0.1835000067949295,-0.7526000142097473,-0.6323999762535095,0.1835000067949295,-0.7526000142097473,-0.6323999762535095,0.9192000031471252,0.39320001006126404,-0.020500000566244125,0.9192000031471252,0.39320001006126404,-0.020500000566244125,0.9192000031471252,0.39320001006126404,-0.020500000566244125,-0.20600000023841858,0.7628999948501587,0.6129000186920166,-0.20600000023841858,0.7628999948501587,0.6129000186920166,-0.20600000023841858,0.7628999948501587,0.6129000186920166,0.9735999703407288,-0.05180000141263008,0.22220000624656677,0.9735999703407288,-0.05180000141263008,0.22220000624656677,0.9735999703407288,-0.05180000141263008,0.22220000624656677,0.7415000200271606,-0.5777000188827515,0.34130001068115234,0.7415000200271606,-0.5777000188827515,0.34130001068115234,0.7415000200271606,-0.5777000188827515,0.34130001068115234,-0.6748999953269958,0.349700003862381,-0.6498000025749207,-0.6748999953269958,0.349700003862381,-0.6498000025749207,-0.6748999953269958,0.349700003862381,-0.6498000025749207,0.2870999872684479,-0.7129999995231628,-0.6396999955177307,0.2870999872684479,-0.7129999995231628,-0.6396999955177307,0.2870999872684479,-0.7129999995231628,-0.6396999955177307,-0.2556999921798706,-0.9254999756813049,-0.27950000762939453,-0.2556999921798706,-0.9254999756813049,-0.27950000762939453,-0.2556999921798706,-0.9254999756813049,-0.27950000762939453,-0.824999988079071,0.545199990272522,-0.1485999971628189,-0.824999988079071,0.545199990272522,-0.1485999971628189,-0.824999988079071,0.545199990272522,-0.1485999971628189,-0.5723000168800354,-0.15929999947547913,0.8044000267982483,-0.5723000168800354,-0.15929999947547913,0.8044000267982483,-0.5723000168800354,-0.15929999947547913,0.8044000267982483,-0.06480000168085098,0.8075000047683716,-0.5863000154495239,-0.06480000168085098,0.8075000047683716,-0.5863000154495239,-0.06480000168085098,0.8075000047683716,-0.5863000154495239,-0.8592000007629395,0.36899998784065247,0.35440000891685486,-0.8592000007629395,0.36899998784065247,0.35440000891685486,-0.8592000007629395,0.36899998784065247,0.35440000891685486,0.4781999886035919,0.8051999807357788,-0.350600004196167,0.4781999886035919,0.8051999807357788,-0.350600004196167,0.4781999886035919,0.8051999807357788,-0.350600004196167,0.6794999837875366,0.526199996471405,0.5113999843597412,0.6794999837875366,0.526199996471405,0.5113999843597412,0.6794999837875366,0.526199996471405,0.5113999843597412,-0.2953999936580658,-0.8744999766349792,0.3847000002861023,-0.2953999936580658,-0.8744999766349792,0.3847000002861023,-0.2953999936580658,-0.8744999766349792,0.3847000002861023,0.38670000433921814,0.6111999750137329,-0.6905999779701233,0.38670000433921814,0.6111999750137329,-0.6905999779701233,0.38670000433921814,0.6111999750137329,-0.6905999779701233,0.33889999985694885,0.717199981212616,-0.6089000105857849,0.33889999985694885,0.717199981212616,-0.6089000105857849,0.33889999985694885,0.717199981212616,-0.6089000105857849,-0.18060000240802765,0.07050000131130219,-0.9810000061988831,-0.18060000240802765,0.07050000131130219,-0.9810000061988831,-0.18060000240802765,0.07050000131130219,-0.9810000061988831,-0.5924999713897705,0.13379999995231628,0.7943999767303467,-0.5924999713897705,0.13379999995231628,0.7943999767303467,-0.5924999713897705,0.13379999995231628,0.7943999767303467,0.2838999927043915,0.8598999977111816,-0.4242999851703644,0.2838999927043915,0.8598999977111816,-0.4242999851703644,0.2838999927043915,0.8598999977111816,-0.4242999851703644,0.590499997138977,-0.8064000010490417,0.03189999982714653,0.590499997138977,-0.8064000010490417,0.03189999982714653,0.590499997138977,-0.8064000010490417,0.03189999982714653,0.024299999698996544,-0.9038000106811523,0.42719998955726624,0.024299999698996544,-0.9038000106811523,0.42719998955726624,0.024299999698996544,-0.9038000106811523,0.42719998955726624,0.4043999910354614,-0.5174000263214111,0.7541999816894531,0.4043999910354614,-0.5174000263214111,0.7541999816894531,0.4043999910354614,-0.5174000263214111,0.7541999816894531,-0.7857999801635742,0.5397999882698059,-0.301800012588501,-0.7857999801635742,0.5397999882698059,-0.301800012588501,-0.7857999801635742,0.5397999882698059,-0.301800012588501,-0.5785999894142151,0.7979000210762024,-0.1687999963760376,-0.5785999894142151,0.7979000210762024,-0.1687999963760376,-0.5785999894142151,0.7979000210762024,-0.1687999963760376,-0.12880000472068787,-0.3749000132083893,-0.9180999994277954,-0.12880000472068787,-0.3749000132083893,-0.9180999994277954,-0.12880000472068787,-0.3749000132083893,-0.9180999994277954,-0.671500027179718,-0.7174000144004822,0.1858000010251999,-0.671500027179718,-0.7174000144004822,0.1858000010251999,-0.671500027179718,-0.7174000144004822,0.1858000010251999,-0.9710000157356262,0.009200000204145908,-0.23899999260902405,-0.9710000157356262,0.009200000204145908,-0.23899999260902405,-0.9710000157356262,0.009200000204145908,-0.23899999260902405,0.5982000231742859,-0.6593999862670898,0.4555000066757202,0.5982000231742859,-0.6593999862670898,0.4555000066757202,0.5982000231742859,-0.6593999862670898,0.4555000066757202,-0.7994999885559082,-0.597599983215332,-0.05999999865889549,-0.7994999885559082,-0.597599983215332,-0.05999999865889549,-0.7994999885559082,-0.597599983215332,-0.05999999865889549,-0.5235999822616577,0.6840999722480774,-0.5077999830245972,-0.5235999822616577,0.6840999722480774,-0.5077999830245972,-0.5235999822616577,0.6840999722480774,-0.5077999830245972,0.9983999729156494,-0.0502999983727932,-0.025499999523162842,0.9983999729156494,-0.0502999983727932,-0.025499999523162842,0.9983999729156494,-0.0502999983727932,-0.025499999523162842,0.4756999909877777,0.597000002861023,-0.6460000276565552,0.4756999909877777,0.597000002861023,-0.6460000276565552,0.4756999909877777,0.597000002861023,-0.6460000276565552,0.49570000171661377,0.25209999084472656,0.8310999870300293,0.49570000171661377,0.25209999084472656,0.8310999870300293,0.49570000171661377,0.25209999084472656,0.8310999870300293,0.24570000171661377,0.9337999820709229,-0.26010000705718994,0.24570000171661377,0.9337999820709229,-0.26010000705718994,0.24570000171661377,0.9337999820709229,-0.26010000705718994,-0.6377000212669373,0.5921000242233276,-0.4927000105381012,-0.6377000212669373,0.5921000242233276,-0.4927000105381012,-0.6377000212669373,0.5921000242233276,-0.4927000105381012,-0.47440001368522644,0.23810000717639923,0.8475000262260437,-0.47440001368522644,0.23810000717639923,0.8475000262260437,-0.47440001368522644,0.23810000717639923,0.8475000262260437,-0.792900025844574,-0.37139999866485596,0.4830999970436096,-0.792900025844574,-0.37139999866485596,0.4830999970436096,-0.792900025844574,-0.37139999866485596,0.4830999970436096,0.8618000149726868,-0.4902999997138977,-0.13019999861717224,0.8618000149726868,-0.4902999997138977,-0.13019999861717224,0.8618000149726868,-0.4902999997138977,-0.13019999861717224,0.25429999828338623,0.9301999807357788,-0.2644999921321869,0.25429999828338623,0.9301999807357788,-0.2644999921321869,0.25429999828338623,0.9301999807357788,-0.2644999921321869,0.9955000281333923,-0.04859999939799309,0.08089999854564667,0.9955000281333923,-0.04859999939799309,0.08089999854564667,0.9955000281333923,-0.04859999939799309,0.08089999854564667,0.05339999869465828,0.07649999856948853,-0.9955999851226807,0.05339999869465828,0.07649999856948853,-0.9955999851226807,0.05339999869465828,0.07649999856948853,-0.9955999851226807,0.08749999850988388,0.12110000103712082,-0.9887999892234802,0.08749999850988388,0.12110000103712082,-0.9887999892234802,0.08749999850988388,0.12110000103712082,-0.9887999892234802,-0.7189000248908997,-0.6875,-0.10279999673366547,-0.7189000248908997,-0.6875,-0.10279999673366547,-0.7189000248908997,-0.6875,-0.10279999673366547,0.47940000891685486,-0.8580999970436096,0.18400000035762787,0.47940000891685486,-0.8580999970436096,0.18400000035762787,0.47940000891685486,-0.8580999970436096,0.18400000035762787,0.08399999886751175,-0.40709999203681946,0.909500002861023,0.08399999886751175,-0.40709999203681946,0.909500002861023,0.08399999886751175,-0.40709999203681946,0.909500002861023,-0.006800000090152025,0.9409000277519226,-0.3384999930858612,-0.006800000090152025,0.9409000277519226,-0.3384999930858612,-0.006800000090152025,0.9409000277519226,-0.3384999930858612,-0.11089999973773956,0.6403999924659729,-0.7599999904632568,-0.11089999973773956,0.6403999924659729,-0.7599999904632568,-0.11089999973773956,0.6403999924659729,-0.7599999904632568,0.42500001192092896,-0.19869999587535858,0.8830999732017517,0.42500001192092896,-0.19869999587535858,0.8830999732017517,0.42500001192092896,-0.19869999587535858,0.8830999732017517,-0.51910001039505,0.8529000282287598,0.0560000017285347,-0.51910001039505,0.8529000282287598,0.0560000017285347,-0.51910001039505,0.8529000282287598,0.0560000017285347,-0.5138000249862671,0.7472000122070312,0.4214000105857849,-0.5138000249862671,0.7472000122070312,0.4214000105857849,-0.5138000249862671,0.7472000122070312,0.4214000105857849,-0.8062999844551086,0.47040000557899475,0.358599990606308,-0.8062999844551086,0.47040000557899475,0.358599990606308,-0.8062999844551086,0.47040000557899475,0.358599990606308,-0.03759999945759773,0.9128000140190125,-0.4065999984741211,-0.03759999945759773,0.9128000140190125,-0.4065999984741211,-0.03759999945759773,0.9128000140190125,-0.4065999984741211,-0.5554999709129333,0.7179999947547913,0.41929998993873596,-0.5554999709129333,0.7179999947547913,0.41929998993873596,-0.5554999709129333,0.7179999947547913,0.41929998993873596,-0.9854000210762024,-0.09600000083446503,-0.14030000567436218,-0.9854000210762024,-0.09600000083446503,-0.14030000567436218,-0.9854000210762024,-0.09600000083446503,-0.14030000567436218,0.4350000023841858,-0.7957000136375427,0.42149999737739563,0.4350000023841858,-0.7957000136375427,0.42149999737739563,0.4350000023841858,-0.7957000136375427,0.42149999737739563,0.1826999932527542,-0.9801999926567078,-0.07580000162124634,0.1826999932527542,-0.9801999926567078,-0.07580000162124634,0.1826999932527542,-0.9801999926567078,-0.07580000162124634,0.3179999887943268,-0.8525999784469604,0.4146000146865845,0.3179999887943268,-0.8525999784469604,0.4146000146865845,0.3179999887943268,-0.8525999784469604,0.4146000146865845,0.6220999956130981,0.35600000619888306,0.6973000168800354,0.6220999956130981,0.35600000619888306,0.6973000168800354,0.6220999956130981,0.35600000619888306,0.6973000168800354,0.8208000063896179,0.26409998536109924,0.5065000057220459,0.8208000063896179,0.26409998536109924,0.5065000057220459,0.8208000063896179,0.26409998536109924,0.5065000057220459,-0.6251999735832214,-0.5414999723434448,0.5620999932289124,-0.6251999735832214,-0.5414999723434448,0.5620999932289124,-0.6251999735832214,-0.5414999723434448,0.5620999932289124,0.3650999963283539,0.90420001745224,0.22169999778270721,0.3650999963283539,0.90420001745224,0.22169999778270721,0.3650999963283539,0.90420001745224,0.22169999778270721,0.4846000075340271,-0.8723000288009644,-0.06509999930858612,0.4846000075340271,-0.8723000288009644,-0.06509999930858612,0.4846000075340271,-0.8723000288009644,-0.06509999930858612,-0.358599990606308,-0.11089999973773956,-0.9269000291824341,-0.358599990606308,-0.11089999973773956,-0.9269000291824341,-0.358599990606308,-0.11089999973773956,-0.9269000291824341,0.18440000712871552,0.6316999793052673,0.753000020980835,0.18440000712871552,0.6316999793052673,0.753000020980835,0.18440000712871552,0.6316999793052673,0.753000020980835,0.8079000115394592,0.512499988079071,0.290800005197525,0.8079000115394592,0.512499988079071,0.290800005197525,0.8079000115394592,0.512499988079071,0.290800005197525,0.19660000503063202,-0.9801999926567078,0.023000000044703484,0.19660000503063202,-0.9801999926567078,0.023000000044703484,0.19660000503063202,-0.9801999926567078,0.023000000044703484,0.9749000072479248,0.1671999990940094,0.14740000665187836,0.9749000072479248,0.1671999990940094,0.14740000665187836,0.9749000072479248,0.1671999990940094,0.14740000665187836,-0.625,0.5034999847412109,0.5964999794960022,-0.625,0.5034999847412109,0.5964999794960022,-0.625,0.5034999847412109,0.5964999794960022,-0.7681000232696533,0.4846999943256378,-0.41839998960494995,-0.7681000232696533,0.4846999943256378,-0.41839998960494995,-0.7681000232696533,0.4846999943256378,-0.41839998960494995,-0.8733000159263611,-0.2718999981880188,-0.4043000042438507,-0.8733000159263611,-0.2718999981880188,-0.4043000042438507,-0.8733000159263611,-0.2718999981880188,-0.4043000042438507,-0.06379999965429306,0.828499972820282,-0.5562999844551086,-0.06379999965429306,0.828499972820282,-0.5562999844551086,-0.06379999965429306,0.828499972820282,-0.5562999844551086,0.5674999952316284,0.4821000099182129,-0.6674000024795532,0.5674999952316284,0.4821000099182129,-0.6674000024795532,0.5674999952316284,0.4821000099182129,-0.6674000024795532,-0.7444000244140625,-0.42820000648498535,-0.5123999714851379,-0.7444000244140625,-0.42820000648498535,-0.5123999714851379,-0.7444000244140625,-0.42820000648498535,-0.5123999714851379,-0.8296999931335449,0.42829999327659607,-0.3580999970436096,-0.8296999931335449,0.42829999327659607,-0.3580999970436096,-0.8296999931335449,0.42829999327659607,-0.3580999970436096,0.07039999961853027,-0.6848000288009644,0.7253000140190125,0.07039999961853027,-0.6848000288009644,0.7253000140190125,0.07039999961853027,-0.6848000288009644,0.7253000140190125,0.7825999855995178,0.18649999797344208,-0.5939000248908997,0.7825999855995178,0.18649999797344208,-0.5939000248908997,0.7825999855995178,0.18649999797344208,-0.5939000248908997,-0.210999995470047,-0.7724000215530396,0.5990999937057495,-0.210999995470047,-0.7724000215530396,0.5990999937057495,-0.210999995470047,-0.7724000215530396,0.5990999937057495,0.44130000472068787,-0.38679999113082886,-0.8098000288009644,0.44130000472068787,-0.38679999113082886,-0.8098000288009644,0.44130000472068787,-0.38679999113082886,-0.8098000288009644,0.3305000066757202,0.19760000705718994,-0.9229000210762024,0.3305000066757202,0.19760000705718994,-0.9229000210762024,0.3305000066757202,0.19760000705718994,-0.9229000210762024,0.17659999430179596,-0.19499999284744263,0.9648000001907349,0.17659999430179596,-0.19499999284744263,0.9648000001907349,0.17659999430179596,-0.19499999284744263,0.9648000001907349,0.17010000348091125,-0.7710000276565552,0.6136999726295471,0.17010000348091125,-0.7710000276565552,0.6136999726295471,0.17010000348091125,-0.7710000276565552,0.6136999726295471,-0.4571000039577484,0.8884000182151794,0.04170000180602074,-0.4571000039577484,0.8884000182151794,0.04170000180602074,-0.4571000039577484,0.8884000182151794,0.04170000180602074,-0.6732000112533569,0.736299991607666,-0.06809999793767929,-0.6732000112533569,0.736299991607666,-0.06809999793767929,-0.6732000112533569,0.736299991607666,-0.06809999793767929,0.9944000244140625,0.02969999983906746,-0.10170000046491623,0.9944000244140625,0.02969999983906746,-0.10170000046491623,0.9944000244140625,0.02969999983906746,-0.10170000046491623,0.7502999901771545,0.13770000636577606,-0.6466000080108643,0.7502999901771545,0.13770000636577606,-0.6466000080108643,0.7502999901771545,0.13770000636577606,-0.6466000080108643,0.9190999865531921,-0.060100000351667404,0.3894999921321869,0.9190999865531921,-0.060100000351667404,0.3894999921321869,0.9190999865531921,-0.060100000351667404,0.3894999921321869,0.8321999907493591,-0.3179999887943268,0.45419999957084656,0.8321999907493591,-0.3179999887943268,0.45419999957084656,0.8321999907493591,-0.3179999887943268,0.45419999957084656,0.021800000220537186,0.9692000150680542,0.2451000064611435,0.021800000220537186,0.9692000150680542,0.2451000064611435,0.021800000220537186,0.9692000150680542,0.2451000064611435,-0.9976000189781189,0.04540000110864639,-0.05180000141263008,-0.9976000189781189,0.04540000110864639,-0.05180000141263008,-0.9976000189781189,0.04540000110864639,-0.05180000141263008,0.44279998540878296,-0.679099977016449,0.5855000019073486,0.44279998540878296,-0.679099977016449,0.5855000019073486,0.44279998540878296,-0.679099977016449,0.5855000019073486,0.49549999833106995,0.26409998536109924,-0.8274000287055969,0.49549999833106995,0.26409998536109924,-0.8274000287055969,0.49549999833106995,0.26409998536109924,-0.8274000287055969,-0.36340001225471497,0.7325000166893005,0.5756999850273132,-0.36340001225471497,0.7325000166893005,0.5756999850273132,-0.36340001225471497,0.7325000166893005,0.5756999850273132,-0.909600019454956,-0.40619999170303345,-0.08760000020265579,-0.909600019454956,-0.40619999170303345,-0.08760000020265579,-0.909600019454956,-0.40619999170303345,-0.08760000020265579,0.17749999463558197,-0.6830999851226807,0.7084000110626221,0.17749999463558197,-0.6830999851226807,0.7084000110626221,0.17749999463558197,-0.6830999851226807,0.7084000110626221,-0.27889999747276306,-0.022600000724196434,-0.960099995136261,-0.27889999747276306,-0.022600000724196434,-0.960099995136261,-0.27889999747276306,-0.022600000724196434,-0.960099995136261,-0.21660000085830688,0.961899995803833,0.16680000722408295,-0.21660000085830688,0.961899995803833,0.16680000722408295,-0.21660000085830688,0.961899995803833,0.16680000722408295,-0.5404000282287598,0.5407000184059143,0.6446999907493591,-0.5404000282287598,0.5407000184059143,0.6446999907493591,-0.5404000282287598,0.5407000184059143,0.6446999907493591,-0.5687000155448914,0.8147000074386597,-0.11309999972581863,-0.5687000155448914,0.8147000074386597,-0.11309999972581863,-0.5687000155448914,0.8147000074386597,-0.11309999972581863,0.5910000205039978,0.670799970626831,0.4481000006198883,0.5910000205039978,0.670799970626831,0.4481000006198883,0.5910000205039978,0.670799970626831,0.4481000006198883,0.11999999731779099,-0.763700008392334,0.6342999935150146,0.11999999731779099,-0.763700008392334,0.6342999935150146,0.11999999731779099,-0.763700008392334,0.6342999935150146,0.10159999877214432,-0.15119999647140503,-0.983299970626831,0.10159999877214432,-0.15119999647140503,-0.983299970626831,0.10159999877214432,-0.15119999647140503,-0.983299970626831,0.23100000619888306,0.19840000569820404,-0.9524999856948853,0.23100000619888306,0.19840000569820404,-0.9524999856948853,0.23100000619888306,0.19840000569820404,-0.9524999856948853,0.7529000043869019,0.6532999873161316,0.07989999651908875,0.7529000043869019,0.6532999873161316,0.07989999651908875,0.7529000043869019,0.6532999873161316,0.07989999651908875,0.982699990272522,0.09960000216960907,0.15610000491142273,0.982699990272522,0.09960000216960907,0.15610000491142273,0.982699990272522,0.09960000216960907,0.15610000491142273,0.8165000081062317,-0.08399999886751175,-0.5712000131607056,0.8165000081062317,-0.08399999886751175,-0.5712000131607056,0.8165000081062317,-0.08399999886751175,-0.5712000131607056,0.5095000267028809,0.8328999876976013,-0.2160000056028366,0.5095000267028809,0.8328999876976013,-0.2160000056028366,0.5095000267028809,0.8328999876976013,-0.2160000056028366,0.22200000286102295,-0.9689000248908997,-0.10920000076293945,0.22200000286102295,-0.9689000248908997,-0.10920000076293945,0.22200000286102295,-0.9689000248908997,-0.10920000076293945,0.5110999941825867,-0.569599986076355,0.6438000202178955,0.5110999941825867,-0.569599986076355,0.6438000202178955,0.5110999941825867,-0.569599986076355,0.6438000202178955,-0.7468000054359436,-0.1932000070810318,-0.6363999843597412,-0.7468000054359436,-0.1932000070810318,-0.6363999843597412,-0.7468000054359436,-0.1932000070810318,-0.6363999843597412,-0.9157999753952026,0.2818000018596649,-0.28610000014305115,-0.9157999753952026,0.2818000018596649,-0.28610000014305115,-0.9157999753952026,0.2818000018596649,-0.28610000014305115,0.1965000033378601,0.7878999710083008,0.5837000012397766,0.1965000033378601,0.7878999710083008,0.5837000012397766,0.1965000033378601,0.7878999710083008,0.5837000012397766,0.9146000146865845,0.3896999955177307,-0.10819999873638153,0.9146000146865845,0.3896999955177307,-0.10819999873638153,0.9146000146865845,0.3896999955177307,-0.10819999873638153,-0.6700999736785889,-0.11089999973773956,-0.7339000105857849,-0.6700999736785889,-0.11089999973773956,-0.7339000105857849,-0.6700999736785889,-0.11089999973773956,-0.7339000105857849,-0.8881000280380249,0.3529999852180481,0.29440000653266907,-0.8881000280380249,0.3529999852180481,0.29440000653266907,-0.8881000280380249,0.3529999852180481,0.29440000653266907,-0.9932000041007996,0.0421999990940094,-0.10859999805688858,-0.9932000041007996,0.0421999990940094,-0.10859999805688858,-0.9932000041007996,0.0421999990940094,-0.10859999805688858,-0.7174999713897705,-0.2451000064611435,-0.6520000100135803,-0.7174999713897705,-0.2451000064611435,-0.6520000100135803,-0.7174999713897705,-0.2451000064611435,-0.6520000100135803,0.9943000078201294,-0.012799999676644802,-0.10540000349283218,0.9943000078201294,-0.012799999676644802,-0.10540000349283218,0.9943000078201294,-0.012799999676644802,-0.10540000349283218,-0.09279999881982803,0.9093000292778015,-0.4056999981403351,-0.09279999881982803,0.9093000292778015,-0.4056999981403351,-0.09279999881982803,0.9093000292778015,-0.4056999981403351,0.06840000301599503,0.9404000043869019,0.33320000767707825,0.06840000301599503,0.9404000043869019,0.33320000767707825,0.06840000301599503,0.9404000043869019,0.33320000767707825,0.7746999859809875,-0.35679998993873596,-0.5220999717712402,0.7746999859809875,-0.35679998993873596,-0.5220999717712402,0.7746999859809875,-0.35679998993873596,-0.5220999717712402,0.47200000286102295,0.5223000049591064,0.7102000117301941,0.47200000286102295,0.5223000049591064,0.7102000117301941,0.47200000286102295,0.5223000049591064,0.7102000117301941,0.30160000920295715,0.7134000062942505,-0.6326000094413757,0.30160000920295715,0.7134000062942505,-0.6326000094413757,0.30160000920295715,0.7134000062942505,-0.6326000094413757,-0.8485000133514404,-0.2524999976158142,-0.4650999903678894,-0.8485000133514404,-0.2524999976158142,-0.4650999903678894,-0.8485000133514404,-0.2524999976158142,-0.4650999903678894,-0.3628000020980835,-0.9308000206947327,0.04490000009536743,-0.3628000020980835,-0.9308000206947327,0.04490000009536743,-0.3628000020980835,-0.9308000206947327,0.04490000009536743,0.9607999920845032,-0.27250000834465027,-0.05169999971985817,0.9607999920845032,-0.27250000834465027,-0.05169999971985817,0.9607999920845032,-0.27250000834465027,-0.05169999971985817,0.9685999751091003,0.2313999980688095,-0.09080000221729279,0.9685999751091003,0.2313999980688095,-0.09080000221729279,0.9685999751091003,0.2313999980688095,-0.09080000221729279,-0.953499972820282,-0.020600000396370888,0.30059999227523804,-0.953499972820282,-0.020600000396370888,0.30059999227523804,-0.953499972820282,-0.020600000396370888,0.30059999227523804,-0.2597000002861023,0.11869999766349792,-0.9584000110626221,-0.2597000002861023,0.11869999766349792,-0.9584000110626221,-0.2597000002861023,0.11869999766349792,-0.9584000110626221,-0.5246000289916992,0.5047000050544739,-0.6855999827384949,-0.5246000289916992,0.5047000050544739,-0.6855999827384949,-0.5246000289916992,0.5047000050544739,-0.6855999827384949,0.7105000019073486,-0.024299999698996544,-0.7032999992370605,0.7105000019073486,-0.024299999698996544,-0.7032999992370605,0.7105000019073486,-0.024299999698996544,-0.7032999992370605,0.8374000191688538,-0.22349999845027924,-0.49869999289512634,0.8374000191688538,-0.22349999845027924,-0.49869999289512634,0.8374000191688538,-0.22349999845027924,-0.49869999289512634,-0.6779000163078308,-0.6680999994277954,-0.30660000443458557,-0.6779000163078308,-0.6680999994277954,-0.30660000443458557,-0.6779000163078308,-0.6680999994277954,-0.30660000443458557,0.8379999995231628,0.5070000290870667,-0.20180000364780426,0.8379999995231628,0.5070000290870667,-0.20180000364780426,0.8379999995231628,0.5070000290870667,-0.20180000364780426,-0.7128999829292297,0.34130001068115234,-0.6126000285148621,-0.7128999829292297,0.34130001068115234,-0.6126000285148621,-0.7128999829292297,0.34130001068115234,-0.6126000285148621,0.6154999732971191,-0.5938000082969666,0.5181999802589417,0.6154999732971191,-0.5938000082969666,0.5181999802589417,0.6154999732971191,-0.5938000082969666,0.5181999802589417,-0.9580000042915344,0.2547999918460846,-0.13179999589920044,-0.9580000042915344,0.2547999918460846,-0.13179999589920044,-0.9580000042915344,0.2547999918460846,-0.13179999589920044,-0.46209999918937683,-0.8409000039100647,0.2818000018596649,-0.46209999918937683,-0.8409000039100647,0.2818000018596649,-0.46209999918937683,-0.8409000039100647,0.2818000018596649,0.19699999690055847,-0.5860000252723694,-0.7860000133514404,0.19699999690055847,-0.5860000252723694,-0.7860000133514404,0.19699999690055847,-0.5860000252723694,-0.7860000133514404,-0.9146999716758728,-0.20990000665187836,-0.34540000557899475,-0.9146999716758728,-0.20990000665187836,-0.34540000557899475,-0.9146999716758728,-0.20990000665187836,-0.34540000557899475,-0.0851999968290329,0.13860000669956207,0.9866999983787537,-0.0851999968290329,0.13860000669956207,0.9866999983787537,-0.0851999968290329,0.13860000669956207,0.9866999983787537,-0.5149999856948853,-0.551800012588501,0.656000018119812,-0.5149999856948853,-0.551800012588501,0.656000018119812,-0.5149999856948853,-0.551800012588501,0.656000018119812,0.49799999594688416,0.5196999907493591,0.6941999793052673,0.49799999594688416,0.5196999907493591,0.6941999793052673,0.49799999594688416,0.5196999907493591,0.6941999793052673,0.032099999487400055,0.984000027179718,-0.17520000040531158,0.032099999487400055,0.984000027179718,-0.17520000040531158,0.032099999487400055,0.984000027179718,-0.17520000040531158,0.6425999999046326,-0.5683000087738037,-0.5138999819755554,0.6425999999046326,-0.5683000087738037,-0.5138999819755554,0.6425999999046326,-0.5683000087738037,-0.5138999819755554,0.9265000224113464,-0.375900000333786,0.014499999582767487,0.9265000224113464,-0.375900000333786,0.014499999582767487,0.9265000224113464,-0.375900000333786,0.014499999582767487,0.41429999470710754,-0.5526999831199646,0.7231000065803528,0.41429999470710754,-0.5526999831199646,0.7231000065803528,0.41429999470710754,-0.5526999831199646,0.7231000065803528,0.7200999855995178,-0.6830000281333923,0.12210000306367874,0.7200999855995178,-0.6830000281333923,0.12210000306367874,0.7200999855995178,-0.6830000281333923,0.12210000306367874,-0.5953999757766724,-0.48590001463890076,0.6399000287055969,-0.5953999757766724,-0.48590001463890076,0.6399000287055969,-0.5953999757766724,-0.48590001463890076,0.6399000287055969,0.6632000207901001,-0.27639999985694885,0.6955000162124634,0.6632000207901001,-0.27639999985694885,0.6955000162124634,0.6632000207901001,-0.27639999985694885,0.6955000162124634,0.05820000171661377,0.24390000104904175,-0.9679999947547913,0.05820000171661377,0.24390000104904175,-0.9679999947547913,0.05820000171661377,0.24390000104904175,-0.9679999947547913,0.8008000254631042,0.03290000185370445,0.5979999899864197,0.8008000254631042,0.03290000185370445,0.5979999899864197,0.8008000254631042,0.03290000185370445,0.5979999899864197,-0.28029999136924744,-0.07129999995231628,-0.9571999907493591,-0.28029999136924744,-0.07129999995231628,-0.9571999907493591,-0.28029999136924744,-0.07129999995231628,-0.9571999907493591,-0.09130000323057175,0.17000000178813934,0.9811999797821045,-0.09130000323057175,0.17000000178813934,0.9811999797821045,-0.09130000323057175,0.17000000178813934,0.9811999797821045,-0.0908999964594841,0.994700014591217,0.047200001776218414,-0.0908999964594841,0.994700014591217,0.047200001776218414,-0.0908999964594841,0.994700014591217,0.047200001776218414,-0.33219999074935913,0.9053999781608582,-0.2644999921321869,-0.33219999074935913,0.9053999781608582,-0.2644999921321869,-0.33219999074935913,0.9053999781608582,-0.2644999921321869,0.13030000030994415,-0.6626999974250793,0.7373999953269958,0.13030000030994415,-0.6626999974250793,0.7373999953269958,0.13030000030994415,-0.6626999974250793,0.7373999953269958,0.5426999926567078,0.6830000281333923,-0.48890000581741333,0.5426999926567078,0.6830000281333923,-0.48890000581741333,0.5426999926567078,0.6830000281333923,-0.48890000581741333,0.6377000212669373,0.6367999911308289,-0.4334000051021576,0.6377000212669373,0.6367999911308289,-0.4334000051021576,0.6377000212669373,0.6367999911308289,-0.4334000051021576,0.5473999977111816,-0.8072999715805054,-0.22050000727176666,0.5473999977111816,-0.8072999715805054,-0.22050000727176666,0.5473999977111816,-0.8072999715805054,-0.22050000727176666,0.9333000183105469,0.2298000007867813,-0.2759000062942505,0.9333000183105469,0.2298000007867813,-0.2759000062942505,0.9333000183105469,0.2298000007867813,-0.2759000062942505,-0.9764999747276306,-0.04699999839067459,-0.21050000190734863,-0.9764999747276306,-0.04699999839067459,-0.21050000190734863,-0.9764999747276306,-0.04699999839067459,-0.21050000190734863,-0.8912000060081482,0.43790000677108765,-0.11829999834299088,-0.8912000060081482,0.43790000677108765,-0.11829999834299088,-0.8912000060081482,0.43790000677108765,-0.11829999834299088,-0.7080000042915344,0.2759000062942505,0.6500999927520752,-0.7080000042915344,0.2759000062942505,0.6500999927520752,-0.7080000042915344,0.2759000062942505,0.6500999927520752,0.41339999437332153,-0.30640000104904175,0.8574000000953674,0.41339999437332153,-0.30640000104904175,0.8574000000953674,0.41339999437332153,-0.30640000104904175,0.8574000000953674,-0.8977000117301941,0.32690000534057617,-0.2955000102519989,-0.8977000117301941,0.32690000534057617,-0.2955000102519989,-0.8977000117301941,0.32690000534057617,-0.2955000102519989,0.5349000096321106,-0.2874999940395355,-0.7944999933242798,0.5349000096321106,-0.2874999940395355,-0.7944999933242798,0.5349000096321106,-0.2874999940395355,-0.7944999933242798,0.9726999998092651,0.23180000483989716,-0.014100000262260437,0.9726999998092651,0.23180000483989716,-0.014100000262260437,0.9726999998092651,0.23180000483989716,-0.014100000262260437,-0.766700029373169,0.6064000129699707,0.21060000360012054,-0.766700029373169,0.6064000129699707,0.21060000360012054,-0.766700029373169,0.6064000129699707,0.21060000360012054,0.4171000123023987,0.4577000141143799,-0.7851999998092651,0.4171000123023987,0.4577000141143799,-0.7851999998092651,0.4171000123023987,0.4577000141143799,-0.7851999998092651,0.41609999537467957,0.906000018119812,-0.07739999890327454,0.41609999537467957,0.906000018119812,-0.07739999890327454,0.41609999537467957,0.906000018119812,-0.07739999890327454,-0.6236000061035156,0.6958000063896179,0.3562999963760376,-0.6236000061035156,0.6958000063896179,0.3562999963760376,-0.6236000061035156,0.6958000063896179,0.3562999963760376,0.08720000088214874,0.29269999265670776,0.9521999955177307,0.08720000088214874,0.29269999265670776,0.9521999955177307,0.08720000088214874,0.29269999265670776,0.9521999955177307,-0.8490999937057495,-0.42719998955726624,-0.3107999861240387,-0.8490999937057495,-0.42719998955726624,-0.3107999861240387,-0.8490999937057495,-0.42719998955726624,-0.3107999861240387,-0.07020000368356705,-0.9943000078201294,-0.08049999922513962,-0.07020000368356705,-0.9943000078201294,-0.08049999922513962,-0.07020000368356705,-0.9943000078201294,-0.08049999922513962,-0.892300009727478,0.26409998536109924,-0.3659999966621399,-0.892300009727478,0.26409998536109924,-0.3659999966621399,-0.892300009727478,0.26409998536109924,-0.3659999966621399,-0.13920000195503235,-0.49160000681877136,-0.8596000075340271,-0.13920000195503235,-0.49160000681877136,-0.8596000075340271,-0.13920000195503235,-0.49160000681877136,-0.8596000075340271,-0.9230999946594238,0.12470000237226486,-0.3637000024318695,-0.9230999946594238,0.12470000237226486,-0.3637000024318695,-0.9230999946594238,0.12470000237226486,-0.3637000024318695,-0.7843000292778015,-0.42480000853538513,-0.45210000872612,-0.7843000292778015,-0.42480000853538513,-0.45210000872612,-0.7843000292778015,-0.42480000853538513,-0.45210000872612,0.24879999458789825,0.871399998664856,-0.42289999127388,0.24879999458789825,0.871399998664856,-0.42289999127388,0.24879999458789825,0.871399998664856,-0.42289999127388,-0.2062000036239624,0.9552000164985657,-0.21250000596046448,-0.2062000036239624,0.9552000164985657,-0.21250000596046448,-0.2062000036239624,0.9552000164985657,-0.21250000596046448,-0.06030000001192093,0.07999999821186066,-0.9950000047683716,-0.06030000001192093,0.07999999821186066,-0.9950000047683716,-0.06030000001192093,0.07999999821186066,-0.9950000047683716,0.43540000915527344,0.7893999814987183,-0.4327999949455261,0.43540000915527344,0.7893999814987183,-0.4327999949455261,0.43540000915527344,0.7893999814987183,-0.4327999949455261,0.5986999869346619,0.39730000495910645,-0.6955000162124634,0.5986999869346619,0.39730000495910645,-0.6955000162124634,0.5986999869346619,0.39730000495910645,-0.6955000162124634,0.38510000705718994,-0.258899986743927,-0.8858000040054321,0.38510000705718994,-0.258899986743927,-0.8858000040054321,0.38510000705718994,-0.258899986743927,-0.8858000040054321,0.3991999924182892,0.19460000097751617,0.8960000276565552,0.3991999924182892,0.19460000097751617,0.8960000276565552,0.3991999924182892,0.19460000097751617,0.8960000276565552,0.9617000222206116,-0.21480000019073486,-0.17000000178813934,0.9617000222206116,-0.21480000019073486,-0.17000000178813934,0.9617000222206116,-0.21480000019073486,-0.17000000178813934,-0.819100022315979,-0.5637999773025513,-0.10599999874830246,-0.819100022315979,-0.5637999773025513,-0.10599999874830246,-0.819100022315979,-0.5637999773025513,-0.10599999874830246,0.6664000153541565,-0.7041000127792358,0.2451999932527542,0.6664000153541565,-0.7041000127792358,0.2451999932527542,0.6664000153541565,-0.7041000127792358,0.2451999932527542,0.9857000112533569,-0.16050000488758087,-0.05130000039935112,0.9857000112533569,-0.16050000488758087,-0.05130000039935112,0.9857000112533569,-0.16050000488758087,-0.05130000039935112,0.9616000056266785,-0.02500000037252903,0.2734000086784363,0.9616000056266785,-0.02500000037252903,0.2734000086784363,0.9616000056266785,-0.02500000037252903,0.2734000086784363,0.4984999895095825,0.25060001015663147,-0.8299000263214111,0.4984999895095825,0.25060001015663147,-0.8299000263214111,0.4984999895095825,0.25060001015663147,-0.8299000263214111,0.9606000185012817,0.09080000221729279,0.26269999146461487,0.9606000185012817,0.09080000221729279,0.26269999146461487,0.9606000185012817,0.09080000221729279,0.26269999146461487,-0.11540000140666962,-0.9839000105857849,0.13609999418258667,-0.11540000140666962,-0.9839000105857849,0.13609999418258667,-0.11540000140666962,-0.9839000105857849,0.13609999418258667,-0.9506000280380249,0.257999986410141,-0.17270000278949738,-0.9506000280380249,0.257999986410141,-0.17270000278949738,-0.9506000280380249,0.257999986410141,-0.17270000278949738,0.05790000036358833,0.9876000285148621,-0.1459999978542328,0.05790000036358833,0.9876000285148621,-0.1459999978542328,0.05790000036358833,0.9876000285148621,-0.1459999978542328,-0.8920999765396118,-0.4514999985694885,-0.017799999564886093,-0.8920999765396118,-0.4514999985694885,-0.017799999564886093,-0.8920999765396118,-0.4514999985694885,-0.017799999564886093,-0.3547999858856201,-0.8198000192642212,0.44940000772476196,-0.3547999858856201,-0.8198000192642212,0.44940000772476196,-0.3547999858856201,-0.8198000192642212,0.44940000772476196,0.10289999842643738,-0.917900025844574,-0.3833000063896179,0.10289999842643738,-0.917900025844574,-0.3833000063896179,0.10289999842643738,-0.917900025844574,-0.3833000063896179,0.34049999713897705,0.85589998960495,-0.38929998874664307,0.34049999713897705,0.85589998960495,-0.38929998874664307,0.34049999713897705,0.85589998960495,-0.38929998874664307,0.9074000120162964,0.4032000005245209,-0.11879999935626984,0.9074000120162964,0.4032000005245209,-0.11879999935626984,0.9074000120162964,0.4032000005245209,-0.11879999935626984,0.0892999991774559,0.4675999879837036,0.8794000148773193,0.0892999991774559,0.4675999879837036,0.8794000148773193,0.0892999991774559,0.4675999879837036,0.8794000148773193,0.9158999919891357,0.06769999861717224,-0.39570000767707825,0.9158999919891357,0.06769999861717224,-0.39570000767707825,0.9158999919891357,0.06769999861717224,-0.39570000767707825,-0.9592000246047974,-0.19419999420642853,0.20569999516010284,-0.9592000246047974,-0.19419999420642853,0.20569999516010284,-0.9592000246047974,-0.19419999420642853,0.20569999516010284,-0.9002000093460083,0.1185000017285347,0.41909998655319214,-0.9002000093460083,0.1185000017285347,0.41909998655319214,-0.9002000093460083,0.1185000017285347,0.41909998655319214,-0.27390000224113464,0.5023999810218811,-0.8201000094413757,-0.27390000224113464,0.5023999810218811,-0.8201000094413757,-0.27390000224113464,0.5023999810218811,-0.8201000094413757,0.38600000739097595,-0.8600000143051147,0.3337000012397766,0.38600000739097595,-0.8600000143051147,0.3337000012397766,0.38600000739097595,-0.8600000143051147,0.3337000012397766,-0.29580000042915344,0.5282999873161316,-0.795799970626831,-0.29580000042915344,0.5282999873161316,-0.795799970626831,-0.29580000042915344,0.5282999873161316,-0.795799970626831,0.0568000003695488,0.5371000170707703,0.8416000008583069,0.0568000003695488,0.5371000170707703,0.8416000008583069,0.0568000003695488,0.5371000170707703,0.8416000008583069,0.14669999480247498,0.6581000089645386,-0.7384999990463257,0.14669999480247498,0.6581000089645386,-0.7384999990463257,0.14669999480247498,0.6581000089645386,-0.7384999990463257,-0.9297999739646912,-0.1624000072479248,-0.3301999866962433,-0.9297999739646912,-0.1624000072479248,-0.3301999866962433,-0.9297999739646912,-0.1624000072479248,-0.3301999866962433,-0.660099983215332,0.30410000681877136,-0.6868000030517578,-0.660099983215332,0.30410000681877136,-0.6868000030517578,-0.660099983215332,0.30410000681877136,-0.6868000030517578,0.38659998774528503,-0.8080999851226807,-0.44440001249313354,0.38659998774528503,-0.8080999851226807,-0.44440001249313354,0.38659998774528503,-0.8080999851226807,-0.44440001249313354,0.45879998803138733,-0.2612999975681305,0.8492000102996826,0.45879998803138733,-0.2612999975681305,0.8492000102996826,0.45879998803138733,-0.2612999975681305,0.8492000102996826,-0.15600000321865082,0.947700023651123,0.2782999873161316,-0.15600000321865082,0.947700023651123,0.2782999873161316,-0.15600000321865082,0.947700023651123,0.2782999873161316,0.5864999890327454,-0.794700026512146,0.15649999678134918,0.5864999890327454,-0.794700026512146,0.15649999678134918,0.5864999890327454,-0.794700026512146,0.15649999678134918,-0.7781999707221985,-0.1031000018119812,0.6194999814033508,-0.7781999707221985,-0.1031000018119812,0.6194999814033508,-0.7781999707221985,-0.1031000018119812,0.6194999814033508,-0.3375999927520752,0.7558000087738037,-0.5611000061035156,-0.3375999927520752,0.7558000087738037,-0.5611000061035156,-0.3375999927520752,0.7558000087738037,-0.5611000061035156,-0.9444000124931335,0.26269999146461487,-0.19769999384880066,-0.9444000124931335,0.26269999146461487,-0.19769999384880066,-0.9444000124931335,0.26269999146461487,-0.19769999384880066,-0.6699000000953674,0.7407000064849854,-0.052000001072883606,-0.6699000000953674,0.7407000064849854,-0.052000001072883606,-0.6699000000953674,0.7407000064849854,-0.052000001072883606,0.7552000284194946,0.17419999837875366,0.6319000124931335,0.7552000284194946,0.17419999837875366,0.6319000124931335,0.7552000284194946,0.17419999837875366,0.6319000124931335,-0.7559999823570251,0.052400000393390656,-0.652400016784668,-0.7559999823570251,0.052400000393390656,-0.652400016784668,-0.7559999823570251,0.052400000393390656,-0.652400016784668,0.6977999806404114,0.3885999917984009,-0.6017000079154968,0.6977999806404114,0.3885999917984009,-0.6017000079154968,0.6977999806404114,0.3885999917984009,-0.6017000079154968,-0.9882000088691711,0.1331000030040741,-0.07540000230073929,-0.9882000088691711,0.1331000030040741,-0.07540000230073929,-0.9882000088691711,0.1331000030040741,-0.07540000230073929,-0.257999986410141,0.8543999791145325,-0.4510999917984009,-0.257999986410141,0.8543999791145325,-0.4510999917984009,-0.257999986410141,0.8543999791145325,-0.4510999917984009,-0.11079999804496765,0.9936000108718872,-0.0210999995470047,-0.11079999804496765,0.9936000108718872,-0.0210999995470047,-0.11079999804496765,0.9936000108718872,-0.0210999995470047,-0.44589999318122864,-0.24490000307559967,0.8608999848365784,-0.44589999318122864,-0.24490000307559967,0.8608999848365784,-0.44589999318122864,-0.24490000307559967,0.8608999848365784,0.40540000796318054,0.7728999853134155,0.48809999227523804,0.40540000796318054,0.7728999853134155,0.48809999227523804,0.40540000796318054,0.7728999853134155,0.48809999227523804,-0.05009999871253967,0.43070000410079956,-0.9010999798774719,-0.05009999871253967,0.43070000410079956,-0.9010999798774719,-0.05009999871253967,0.43070000410079956,-0.9010999798774719,-0.006200000178068876,0.9556000232696533,0.2946999967098236,-0.006200000178068876,0.9556000232696533,0.2946999967098236,-0.006200000178068876,0.9556000232696533,0.2946999967098236,-0.9164000153541565,-0.3467999994754791,0.19979999959468842,-0.9164000153541565,-0.3467999994754791,0.19979999959468842,-0.9164000153541565,-0.3467999994754791,0.19979999959468842,-0.7193999886512756,0.5866000056266785,0.3720000088214874,-0.7193999886512756,0.5866000056266785,0.3720000088214874,-0.7193999886512756,0.5866000056266785,0.3720000088214874,-0.19629999995231628,-0.21160000562667847,0.9574000239372253,-0.19629999995231628,-0.21160000562667847,0.9574000239372253,-0.19629999995231628,-0.21160000562667847,0.9574000239372253,0.9496999979019165,0.11789999902248383,-0.29010000824928284,0.9496999979019165,0.11789999902248383,-0.29010000824928284,0.9496999979019165,0.11789999902248383,-0.29010000824928284,0.982200026512146,0.03460000082850456,0.18440000712871552,0.982200026512146,0.03460000082850456,0.18440000712871552,0.982200026512146,0.03460000082850456,0.18440000712871552,-0.3698999881744385,-0.9276000261306763,0.05299999937415123,-0.3698999881744385,-0.9276000261306763,0.05299999937415123,-0.3698999881744385,-0.9276000261306763,0.05299999937415123,0.7807000279426575,0.5881999731063843,0.21089999377727509,0.7807000279426575,0.5881999731063843,0.21089999377727509,0.7807000279426575,0.5881999731063843,0.21089999377727509,-0.1005999967455864,-0.8679999709129333,0.486299991607666,-0.1005999967455864,-0.8679999709129333,0.486299991607666,-0.1005999967455864,-0.8679999709129333,0.486299991607666,-0.1347000002861023,-0.5992000102996826,-0.7892000079154968,-0.1347000002861023,-0.5992000102996826,-0.7892000079154968,-0.1347000002861023,-0.5992000102996826,-0.7892000079154968,0.7563999891281128,-0.003000000026077032,-0.65420001745224,0.7563999891281128,-0.003000000026077032,-0.65420001745224,0.7563999891281128,-0.003000000026077032,-0.65420001745224,0.01590000092983246,-0.48579999804496765,-0.8738999962806702,0.01590000092983246,-0.48579999804496765,-0.8738999962806702,0.01590000092983246,-0.48579999804496765,-0.8738999962806702,-0.691100001335144,-0.5163999795913696,-0.5056999921798706,-0.691100001335144,-0.5163999795913696,-0.5056999921798706,-0.691100001335144,-0.5163999795913696,-0.5056999921798706,0.3995000123977661,-0.8167999982833862,0.41620001196861267,0.3995000123977661,-0.8167999982833862,0.41620001196861267,0.3995000123977661,-0.8167999982833862,0.41620001196861267,-0.3840999901294708,-0.9179999828338623,0.09839999675750732,-0.3840999901294708,-0.9179999828338623,0.09839999675750732,-0.3840999901294708,-0.9179999828338623,0.09839999675750732,0.05169999971985817,-0.5033000111579895,-0.8626000285148621,0.05169999971985817,-0.5033000111579895,-0.8626000285148621,0.05169999971985817,-0.5033000111579895,-0.8626000285148621,-0.10090000182390213,-0.9919000267982483,0.07729999721050262,-0.10090000182390213,-0.9919000267982483,0.07729999721050262,-0.10090000182390213,-0.9919000267982483,0.07729999721050262,0.9107999801635742,-0.3605000078678131,-0.2011999934911728,0.9107999801635742,-0.3605000078678131,-0.2011999934911728,0.9107999801635742,-0.3605000078678131,-0.2011999934911728,0.41760000586509705,-0.8611000180244446,0.29010000824928284,0.41760000586509705,-0.8611000180244446,0.29010000824928284,0.41760000586509705,-0.8611000180244446,0.29010000824928284,0.093299999833107,-0.9453999996185303,0.31220000982284546,0.093299999833107,-0.9453999996185303,0.31220000982284546,0.093299999833107,-0.9453999996185303,0.31220000982284546,0.8104000091552734,-0.5536999702453613,0.19169999659061432,0.8104000091552734,-0.5536999702453613,0.19169999659061432,0.8104000091552734,-0.5536999702453613,0.19169999659061432,0.8027999997138977,0.5708000063896179,0.17239999771118164,0.8027999997138977,0.5708000063896179,0.17239999771118164,0.8027999997138977,0.5708000063896179,0.17239999771118164,-0.9965999722480774,0.024800000712275505,-0.07829999923706055,-0.9965999722480774,0.024800000712275505,-0.07829999923706055,-0.9965999722480774,0.024800000712275505,-0.07829999923706055,0.11069999635219574,0.9937999844551086,-0.014100000262260437,0.11069999635219574,0.9937999844551086,-0.014100000262260437,0.11069999635219574,0.9937999844551086,-0.014100000262260437,0.6180999875068665,0.7652000188827515,-0.18029999732971191,0.6180999875068665,0.7652000188827515,-0.18029999732971191,0.6180999875068665,0.7652000188827515,-0.18029999732971191,0.005799999926239252,0.27059999108314514,0.9627000093460083,0.005799999926239252,0.27059999108314514,0.9627000093460083,0.005799999926239252,0.27059999108314514,0.9627000093460083,-0.5723000168800354,0.06469999998807907,-0.8174999952316284,-0.5723000168800354,0.06469999998807907,-0.8174999952316284,-0.5723000168800354,0.06469999998807907,-0.8174999952316284,-0.8375999927520752,0.2614000141620636,0.4796000123023987,-0.8375999927520752,0.2614000141620636,0.4796000123023987,-0.8375999927520752,0.2614000141620636,0.4796000123023987,-0.833899974822998,-0.45809999108314514,0.3077000081539154,-0.833899974822998,-0.45809999108314514,0.3077000081539154,-0.833899974822998,-0.45809999108314514,0.3077000081539154,-0.7314000129699707,-0.45899999141693115,-0.5042999982833862,-0.7314000129699707,-0.45899999141693115,-0.5042999982833862,-0.7314000129699707,-0.45899999141693115,-0.5042999982833862,0.9444000124931335,0.26269999146461487,-0.19769999384880066,0.9444000124931335,0.26269999146461487,-0.19769999384880066,0.9444000124931335,0.26269999146461487,-0.19769999384880066,0.8784000277519226,0.4415999948978424,-0.18289999663829803,0.8784000277519226,0.4415999948978424,-0.18289999663829803,0.8784000277519226,0.4415999948978424,-0.18289999663829803,0.9621999859809875,0.093299999833107,-0.2558000087738037,0.9621999859809875,0.093299999833107,-0.2558000087738037,0.9621999859809875,0.093299999833107,-0.2558000087738037,-0.7383000254631042,-0.6733999848365784,0.03720000013709068,-0.7383000254631042,-0.6733999848365784,0.03720000013709068,-0.7383000254631042,-0.6733999848365784,0.03720000013709068,-0.7929999828338623,-0.5891000032424927,-0.1550000011920929,-0.7929999828338623,-0.5891000032424927,-0.1550000011920929,-0.7929999828338623,-0.5891000032424927,-0.1550000011920929,0.2818000018596649,0.8374000191688538,-0.4684000015258789,0.2818000018596649,0.8374000191688538,-0.4684000015258789,0.2818000018596649,0.8374000191688538,-0.4684000015258789,-0.7542999982833862,0.645799994468689,-0.11840000003576279,-0.7542999982833862,0.645799994468689,-0.11840000003576279,-0.7542999982833862,0.645799994468689,-0.11840000003576279,-0.9433000087738037,0.19110000133514404,-0.27129998803138733,-0.9433000087738037,0.19110000133514404,-0.27129998803138733,-0.9433000087738037,0.19110000133514404,-0.27129998803138733,-0.16750000417232513,0.9617000222206116,0.21699999272823334,-0.16750000417232513,0.9617000222206116,0.21699999272823334,-0.16750000417232513,0.9617000222206116,0.21699999272823334,0.09380000084638596,-0.8722000122070312,0.47999998927116394,0.09380000084638596,-0.8722000122070312,0.47999998927116394,0.09380000084638596,-0.8722000122070312,0.47999998927116394,0.9941999912261963,0.029100000858306885,-0.1039000004529953,0.9941999912261963,0.029100000858306885,-0.1039000004529953,0.9941999912261963,0.029100000858306885,-0.1039000004529953,0.9289000034332275,-0.21299999952316284,0.3028999865055084,0.9289000034332275,-0.21299999952316284,0.3028999865055084,0.9289000034332275,-0.21299999952316284,0.3028999865055084,0.7421000003814697,-0.6502000093460083,0.16279999911785126,0.7421000003814697,-0.6502000093460083,0.16279999911785126,0.7421000003814697,-0.6502000093460083,0.16279999911785126,-0.9952999949455261,0.09650000184774399,0.003599999938160181,-0.9952999949455261,0.09650000184774399,0.003599999938160181,-0.9952999949455261,0.09650000184774399,0.003599999938160181,-0.37560001015663147,-0.7095000147819519,0.5963000059127808,-0.37560001015663147,-0.7095000147819519,0.5963000059127808,-0.37560001015663147,-0.7095000147819519,0.5963000059127808,-0.06109999865293503,0.9980999827384949,-0.010200000368058681,-0.06109999865293503,0.9980999827384949,-0.010200000368058681,-0.06109999865293503,0.9980999827384949,-0.010200000368058681,-0.47929999232292175,0.48260000348091125,-0.7330999970436096,-0.47929999232292175,0.48260000348091125,-0.7330999970436096,-0.47929999232292175,0.48260000348091125,-0.7330999970436096,-0.9952999949455261,0.0551999993622303,-0.07930000126361847,-0.9952999949455261,0.0551999993622303,-0.07930000126361847,-0.9952999949455261,0.0551999993622303,-0.07930000126361847,0.9125000238418579,-0.0885000005364418,0.3995000123977661,0.9125000238418579,-0.0885000005364418,0.3995000123977661,0.9125000238418579,-0.0885000005364418,0.3995000123977661,-0.31029999256134033,0.5703999996185303,-0.7605000138282776,-0.31029999256134033,0.5703999996185303,-0.7605000138282776,-0.31029999256134033,0.5703999996185303,-0.7605000138282776,0.5213000178337097,-0.8407999873161316,0.1460999995470047,0.5213000178337097,-0.8407999873161316,0.1460999995470047,0.5213000178337097,-0.8407999873161316,0.1460999995470047,-0.08079999685287476,0.9950000047683716,-0.057999998331069946,-0.08079999685287476,0.9950000047683716,-0.057999998331069946,-0.08079999685287476,0.9950000047683716,-0.057999998331069946,0.5591999888420105,0.819599986076355,-0.12470000237226486,0.5591999888420105,0.819599986076355,-0.12470000237226486,0.5591999888420105,0.819599986076355,-0.12470000237226486,-0.8371000289916992,-0.4803999960422516,-0.26170000433921814,-0.8371000289916992,-0.4803999960422516,-0.26170000433921814,-0.8371000289916992,-0.4803999960422516,-0.26170000433921814,-0.11749999970197678,0.9904000163078308,-0.07249999791383743,-0.11749999970197678,0.9904000163078308,-0.07249999791383743,-0.11749999970197678,0.9904000163078308,-0.07249999791383743,-0.1597999930381775,0.677299976348877,0.7181000113487244,-0.1597999930381775,0.677299976348877,0.7181000113487244,-0.1597999930381775,0.677299976348877,0.7181000113487244,0.7272999882698059,-0.5960999727249146,-0.3402999937534332,0.7272999882698059,-0.5960999727249146,-0.3402999937534332,0.7272999882698059,-0.5960999727249146,-0.3402999937534332,-0.9868999719619751,0.03189999982714653,0.15790000557899475,-0.9868999719619751,0.03189999982714653,0.15790000557899475,-0.9868999719619751,0.03189999982714653,0.15790000557899475,-0.22540000081062317,0.9592999815940857,0.16990000009536743,-0.22540000081062317,0.9592999815940857,0.16990000009536743,-0.22540000081062317,0.9592999815940857,0.16990000009536743,-0.15870000422000885,0.18809999525547028,0.9692999720573425,-0.15870000422000885,0.18809999525547028,0.9692999720573425,-0.15870000422000885,0.18809999525547028,0.9692999720573425,0.4941999912261963,-0.868399977684021,0.03999999910593033,0.4941999912261963,-0.868399977684021,0.03999999910593033,0.4941999912261963,-0.868399977684021,0.03999999910593033,-0.2678999900817871,0.07410000264644623,-0.9606000185012817,-0.2678999900817871,0.07410000264644623,-0.9606000185012817,-0.2678999900817871,0.07410000264644623,-0.9606000185012817,-0.219200000166893,0.23440000414848328,-0.9470999836921692,-0.219200000166893,0.23440000414848328,-0.9470999836921692,-0.219200000166893,0.23440000414848328,-0.9470999836921692,0.9843999743461609,-0.15119999647140503,-0.09030000120401382,0.9843999743461609,-0.15119999647140503,-0.09030000120401382,0.9843999743461609,-0.15119999647140503,-0.09030000120401382,-0.43050000071525574,-0.7627999782562256,0.48249998688697815,-0.43050000071525574,-0.7627999782562256,0.48249998688697815,-0.43050000071525574,-0.7627999782562256,0.48249998688697815,0.5870000123977661,0.5497999787330627,0.5942999720573425,0.5870000123977661,0.5497999787330627,0.5942999720573425,0.5870000123977661,0.5497999787330627,0.5942999720573425,0.8421000242233276,0.3736000061035156,0.3889999985694885,0.8421000242233276,0.3736000061035156,0.3889999985694885,0.8421000242233276,0.3736000061035156,0.3889999985694885,-0.2533000111579895,-0.9674000144004822,-0.004600000102072954,-0.2533000111579895,-0.9674000144004822,-0.004600000102072954,-0.2533000111579895,-0.9674000144004822,-0.004600000102072954,-0.8167999982833862,0.25519999861717224,-0.5174000263214111,-0.8167999982833862,0.25519999861717224,-0.5174000263214111,-0.8167999982833862,0.25519999861717224,-0.5174000263214111,0.9800000190734863,-0.17679999768733978,0.09139999747276306,0.9800000190734863,-0.17679999768733978,0.09139999747276306,0.9800000190734863,-0.17679999768733978,0.09139999747276306,0.8634999990463257,-0.43149998784065247,0.26109999418258667,0.8634999990463257,-0.43149998784065247,0.26109999418258667,0.8634999990463257,-0.43149998784065247,0.26109999418258667,0.7172999978065491,-0.6844000220298767,0.13089999556541443,0.7172999978065491,-0.6844000220298767,0.13089999556541443,0.7172999978065491,-0.6844000220298767,0.13089999556541443,-0.7013000249862671,-0.7128000259399414,-0.011500000022351742,-0.7013000249862671,-0.7128000259399414,-0.011500000022351742,-0.7013000249862671,-0.7128000259399414,-0.011500000022351742,-0.7131999731063843,-0.4074999988079071,0.5703999996185303,-0.7131999731063843,-0.4074999988079071,0.5703999996185303,-0.7131999731063843,-0.4074999988079071,0.5703999996185303,0.23559999465942383,-0.4372999966144562,-0.867900013923645,0.23559999465942383,-0.4372999966144562,-0.867900013923645,0.23559999465942383,-0.4372999966144562,-0.867900013923645,0.38260000944137573,0.5748999714851379,-0.7232000231742859,0.38260000944137573,0.5748999714851379,-0.7232000231742859,0.38260000944137573,0.5748999714851379,-0.7232000231742859,-0.991599977016449,-0.050999999046325684,0.11900000274181366,-0.991599977016449,-0.050999999046325684,0.11900000274181366,-0.991599977016449,-0.050999999046325684,0.11900000274181366,-0.16300000250339508,-0.8986999988555908,0.40709999203681946,-0.16300000250339508,-0.8986999988555908,0.40709999203681946,-0.16300000250339508,-0.8986999988555908,0.40709999203681946,0.4180999994277954,0.5444999933242798,-0.7271999716758728,0.4180999994277954,0.5444999933242798,-0.7271999716758728,0.4180999994277954,0.5444999933242798,-0.7271999716758728,-0.35569998621940613,0.29339998960494995,-0.8873999714851379,-0.35569998621940613,0.29339998960494995,-0.8873999714851379,-0.35569998621940613,0.29339998960494995,-0.8873999714851379,-0.3725000023841858,0.3772999942302704,-0.8478000164031982,-0.3725000023841858,0.3772999942302704,-0.8478000164031982,-0.3725000023841858,0.3772999942302704,-0.8478000164031982,0.2563999891281128,0.8481000065803528,-0.46369999647140503,0.2563999891281128,0.8481000065803528,-0.46369999647140503,0.2563999891281128,0.8481000065803528,-0.46369999647140503,0.6291999816894531,-0.6335999965667725,0.45010000467300415,0.6291999816894531,-0.6335999965667725,0.45010000467300415,0.6291999816894531,-0.6335999965667725,0.45010000467300415,-0.014499999582767487,-0.9395999908447266,-0.34209999442100525,-0.014499999582767487,-0.9395999908447266,-0.34209999442100525,-0.014499999582767487,-0.9395999908447266,-0.34209999442100525,-0.7411999702453613,-0.1834000051021576,0.645799994468689,-0.7411999702453613,-0.1834000051021576,0.645799994468689,-0.7411999702453613,-0.1834000051021576,0.645799994468689,-0.3431999981403351,-0.8443999886512756,0.41119998693466187,-0.3431999981403351,-0.8443999886512756,0.41119998693466187,-0.3431999981403351,-0.8443999886512756,0.41119998693466187,0.5166000127792358,-0.6488000154495239,0.5587000250816345,0.5166000127792358,-0.6488000154495239,0.5587000250816345,0.5166000127792358,-0.6488000154495239,0.5587000250816345,0.0812000036239624,-0.460999995470047,0.8837000131607056,0.0812000036239624,-0.460999995470047,0.8837000131607056,0.0812000036239624,-0.460999995470047,0.8837000131607056,-0.20020000636577606,0.852400004863739,-0.4830999970436096,-0.20020000636577606,0.852400004863739,-0.4830999970436096,-0.20020000636577606,0.852400004863739,-0.4830999970436096,0.6597999930381775,0.6103000044822693,-0.438400000333786,0.6597999930381775,0.6103000044822693,-0.438400000333786,0.6597999930381775,0.6103000044822693,-0.438400000333786,-0.3528999984264374,-0.5401999950408936,-0.7639999985694885,-0.3528999984264374,-0.5401999950408936,-0.7639999985694885,-0.3528999984264374,-0.5401999950408936,-0.7639999985694885,-0.5184000134468079,-0.41350001096725464,-0.7484999895095825,-0.5184000134468079,-0.41350001096725464,-0.7484999895095825,-0.5184000134468079,-0.41350001096725464,-0.7484999895095825,0.44530001282691956,-0.51419997215271,-0.7329999804496765,0.44530001282691956,-0.51419997215271,-0.7329999804496765,0.44530001282691956,-0.51419997215271,-0.7329999804496765,-0.23109999299049377,-0.9228000044822693,-0.3084000051021576,-0.23109999299049377,-0.9228000044822693,-0.3084000051021576,-0.23109999299049377,-0.9228000044822693,-0.3084000051021576,0.7486000061035156,-0.5866000056266785,0.30889999866485596,0.7486000061035156,-0.5866000056266785,0.30889999866485596,0.7486000061035156,-0.5866000056266785,0.30889999866485596,-0.17229999601840973,-0.8496000170707703,0.4986000061035156,-0.17229999601840973,-0.8496000170707703,0.4986000061035156,-0.17229999601840973,-0.8496000170707703,0.4986000061035156,0.9936000108718872,-0.11309999972581863,0.005799999926239252,0.9936000108718872,-0.11309999972581863,0.005799999926239252,0.9936000108718872,-0.11309999972581863,0.005799999926239252,-0.2037000060081482,-0.9474999904632568,0.24639999866485596,-0.2037000060081482,-0.9474999904632568,0.24639999866485596,-0.2037000060081482,-0.9474999904632568,0.24639999866485596,0.2761000096797943,0.9272000193595886,-0.2531000077724457,0.2761000096797943,0.9272000193595886,-0.2531000077724457,0.2761000096797943,0.9272000193595886,-0.2531000077724457,-0.7152000069618225,-0.1777999997138977,-0.6759999990463257,-0.7152000069618225,-0.1777999997138977,-0.6759999990463257,-0.7152000069618225,-0.1777999997138977,-0.6759999990463257,0.2590999901294708,0.6159999966621399,-0.7439000010490417,0.2590999901294708,0.6159999966621399,-0.7439000010490417,0.2590999901294708,0.6159999966621399,-0.7439000010490417,0.7384999990463257,-0.6638000011444092,0.11840000003576279,0.7384999990463257,-0.6638000011444092,0.11840000003576279,0.7384999990463257,-0.6638000011444092,0.11840000003576279,-0.6295999884605408,-0.6686000227928162,-0.39570000767707825,-0.6295999884605408,-0.6686000227928162,-0.39570000767707825,-0.6295999884605408,-0.6686000227928162,-0.39570000767707825,-0.1289999932050705,-0.8629999756813049,0.4884999990463257,-0.1289999932050705,-0.8629999756813049,0.4884999990463257,-0.1289999932050705,-0.8629999756813049,0.4884999990463257,0.4253000020980835,0.3903999924659729,0.8165000081062317,0.4253000020980835,0.3903999924659729,0.8165000081062317,0.4253000020980835,0.3903999924659729,0.8165000081062317,-0.6773999929428101,-0.399399995803833,0.6177999973297119,-0.6773999929428101,-0.399399995803833,0.6177999973297119,-0.6773999929428101,-0.399399995803833,0.6177999973297119,0.585099995136261,0.26579999923706055,0.7662000060081482,0.585099995136261,0.26579999923706055,0.7662000060081482,0.585099995136261,0.26579999923706055,0.7662000060081482,0.4634000062942505,-0.8048999905586243,-0.37070000171661377,0.4634000062942505,-0.8048999905586243,-0.37070000171661377,0.4634000062942505,-0.8048999905586243,-0.37070000171661377,0.043299999088048935,0.46059998869895935,0.8865000009536743,0.043299999088048935,0.46059998869895935,0.8865000009536743,0.043299999088048935,0.46059998869895935,0.8865000009536743,-0.12020000070333481,0.04490000009536743,-0.9916999936103821,-0.12020000070333481,0.04490000009536743,-0.9916999936103821,-0.12020000070333481,0.04490000009536743,-0.9916999936103821,-0.10999999940395355,-0.9934999942779541,-0.029100000858306885,-0.10999999940395355,-0.9934999942779541,-0.029100000858306885,-0.10999999940395355,-0.9934999942779541,-0.029100000858306885,0.7013000249862671,0.5414000153541565,0.46380001306533813,0.7013000249862671,0.5414000153541565,0.46380001306533813,0.7013000249862671,0.5414000153541565,0.46380001306533813,-0.9628000259399414,-0.1509000062942505,-0.2240000069141388,-0.9628000259399414,-0.1509000062942505,-0.2240000069141388,-0.9628000259399414,-0.1509000062942505,-0.2240000069141388,-0.06939999759197235,-0.23559999465942383,0.9693999886512756,-0.06939999759197235,-0.23559999465942383,0.9693999886512756,-0.06939999759197235,-0.23559999465942383,0.9693999886512756,-0.5026000142097473,0.821399986743927,-0.2694999873638153,-0.5026000142097473,0.821399986743927,-0.2694999873638153,-0.5026000142097473,0.821399986743927,-0.2694999873638153,0.5838000178337097,0.633400022983551,0.5078999996185303,0.5838000178337097,0.633400022983551,0.5078999996185303,0.5838000178337097,0.633400022983551,0.5078999996185303,0.9259999990463257,-0.26820001006126404,0.265500009059906,0.9259999990463257,-0.26820001006126404,0.265500009059906,0.9259999990463257,-0.26820001006126404,0.265500009059906,0.9598000049591064,0.010400000028312206,0.28060001134872437,0.9598000049591064,0.010400000028312206,0.28060001134872437,0.9598000049591064,0.010400000028312206,0.28060001134872437,0.00139999995008111,-0.9914000034332275,-0.13079999387264252,0.00139999995008111,-0.9914000034332275,-0.13079999387264252,0.00139999995008111,-0.9914000034332275,-0.13079999387264252,0.8479999899864197,-0.5223000049591064,0.08980000019073486,0.8479999899864197,-0.5223000049591064,0.08980000019073486,0.8479999899864197,-0.5223000049591064,0.08980000019073486,-0.3084999918937683,-0.4431999921798706,-0.84170001745224,-0.3084999918937683,-0.4431999921798706,-0.84170001745224,-0.3084999918937683,-0.4431999921798706,-0.84170001745224,-0.0940999984741211,0.3686000108718872,0.9247999787330627,-0.0940999984741211,0.3686000108718872,0.9247999787330627,-0.0940999984741211,0.3686000108718872,0.9247999787330627,0.9200999736785889,0.39160001277923584,0.0035000001080334187,0.9200999736785889,0.39160001277923584,0.0035000001080334187,0.9200999736785889,0.39160001277923584,0.0035000001080334187,0.7091000080108643,0.7042999863624573,-0.03290000185370445,0.7091000080108643,0.7042999863624573,-0.03290000185370445,0.7091000080108643,0.7042999863624573,-0.03290000185370445,0.7659000158309937,-0.25519999861717224,-0.5900999903678894,0.7659000158309937,-0.25519999861717224,-0.5900999903678894,0.7659000158309937,-0.25519999861717224,-0.5900999903678894,0.5347999930381775,0.8438000082969666,0.04540000110864639,0.5347999930381775,0.8438000082969666,0.04540000110864639,0.5347999930381775,0.8438000082969666,0.04540000110864639,0.6611999869346619,0.6736999750137329,-0.33009999990463257,0.6611999869346619,0.6736999750137329,-0.33009999990463257,0.6611999869346619,0.6736999750137329,-0.33009999990463257,-0.6851999759674072,0.34439998865127563,-0.6417999863624573,-0.6851999759674072,0.34439998865127563,-0.6417999863624573,-0.6851999759674072,0.34439998865127563,-0.6417999863624573,-0.47600001096725464,-0.8705000281333923,-0.125,-0.47600001096725464,-0.8705000281333923,-0.125,-0.47600001096725464,-0.8705000281333923,-0.125,-0.6791999936103821,0.5393000245094299,-0.49779999256134033,-0.6791999936103821,0.5393000245094299,-0.49779999256134033,-0.6791999936103821,0.5393000245094299,-0.49779999256134033,0.7935000061988831,-0.5874999761581421,0.15860000252723694,0.7935000061988831,-0.5874999761581421,0.15860000252723694,0.7935000061988831,-0.5874999761581421,0.15860000252723694,0.8278999924659729,-0.29679998755455017,-0.47589999437332153,0.8278999924659729,-0.29679998755455017,-0.47589999437332153,0.8278999924659729,-0.29679998755455017,-0.47589999437332153,-0.49480000138282776,0.7922999858856201,-0.3569999933242798,-0.49480000138282776,0.7922999858856201,-0.3569999933242798,-0.49480000138282776,0.7922999858856201,-0.3569999933242798,-0.4259999990463257,0.41940000653266907,-0.8016999959945679,-0.4259999990463257,0.41940000653266907,-0.8016999959945679,-0.4259999990463257,0.41940000653266907,-0.8016999959945679,-0.459199994802475,-0.6628999710083008,0.5913000106811523,-0.459199994802475,-0.6628999710083008,0.5913000106811523,-0.459199994802475,-0.6628999710083008,0.5913000106811523,-0.5342000126838684,0.7968999743461609,-0.28200000524520874,-0.5342000126838684,0.7968999743461609,-0.28200000524520874,-0.5342000126838684,0.7968999743461609,-0.28200000524520874,0.2766000032424927,0.5730000138282776,0.7714999914169312,0.2766000032424927,0.5730000138282776,0.7714999914169312,0.2766000032424927,0.5730000138282776,0.7714999914169312,-0.3499999940395355,0.7972000241279602,-0.4918999969959259,-0.3499999940395355,0.7972000241279602,-0.4918999969959259,-0.3499999940395355,0.7972000241279602,-0.4918999969959259,0.8270999789237976,-0.34549999237060547,-0.44339999556541443,0.8270999789237976,-0.34549999237060547,-0.44339999556541443,0.8270999789237976,-0.34549999237060547,-0.44339999556541443,0.5174000263214111,-0.6000000238418579,0.6101999878883362,0.5174000263214111,-0.6000000238418579,0.6101999878883362,0.5174000263214111,-0.6000000238418579,0.6101999878883362,-0.9739000201225281,-0.0551999993622303,-0.2198999971151352,-0.9739000201225281,-0.0551999993622303,-0.2198999971151352,-0.9739000201225281,-0.0551999993622303,-0.2198999971151352,-0.5446000099182129,0.37860000133514404,0.7483000159263611,-0.5446000099182129,0.37860000133514404,0.7483000159263611,-0.5446000099182129,0.37860000133514404,0.7483000159263611,0.319599986076355,0.6703000068664551,-0.669700026512146,0.319599986076355,0.6703000068664551,-0.669700026512146,0.319599986076355,0.6703000068664551,-0.669700026512146,0.5526999831199646,0.7797999978065491,0.2939999997615814,0.5526999831199646,0.7797999978065491,0.2939999997615814,0.5526999831199646,0.7797999978065491,0.2939999997615814,-0.09920000284910202,-0.9878000020980835,-0.11980000138282776,-0.09920000284910202,-0.9878000020980835,-0.11980000138282776,-0.09920000284910202,-0.9878000020980835,-0.11980000138282776,-0.30219998955726624,0.49799999594688416,-0.8129000067710876,-0.30219998955726624,0.49799999594688416,-0.8129000067710876,-0.30219998955726624,0.49799999594688416,-0.8129000067710876,-0.20389999449253082,-0.9592999815940857,-0.19550000131130219,-0.20389999449253082,-0.9592999815940857,-0.19550000131130219,-0.20389999449253082,-0.9592999815940857,-0.19550000131130219,0.9878000020980835,-0.04390000179409981,0.14920000731945038,0.9878000020980835,-0.04390000179409981,0.14920000731945038,0.9878000020980835,-0.04390000179409981,0.14920000731945038,-0.014399999752640724,-0.2694000005722046,0.9628999829292297,-0.014399999752640724,-0.2694000005722046,0.9628999829292297,-0.014399999752640724,-0.2694000005722046,0.9628999829292297,0.6398000121116638,-0.7627999782562256,0.093299999833107,0.6398000121116638,-0.7627999782562256,0.093299999833107,0.6398000121116638,-0.7627999782562256,0.093299999833107,-0.4927000105381012,-0.313400000333786,0.8118000030517578,-0.4927000105381012,-0.313400000333786,0.8118000030517578,-0.4927000105381012,-0.313400000333786,0.8118000030517578,-0.11969999969005585,0.48069998621940613,0.8687000274658203,-0.11969999969005585,0.48069998621940613,0.8687000274658203,-0.11969999969005585,0.48069998621940613,0.8687000274658203,-0.09640000015497208,0.519599974155426,0.8489999771118164,-0.09640000015497208,0.519599974155426,0.8489999771118164,-0.09640000015497208,0.519599974155426,0.8489999771118164,0.01269999984651804,-0.9970999956130981,-0.0754999965429306,0.01269999984651804,-0.9970999956130981,-0.0754999965429306,0.01269999984651804,-0.9970999956130981,-0.0754999965429306,-0.29600000381469727,0.7235999703407288,-0.6234999895095825,-0.29600000381469727,0.7235999703407288,-0.6234999895095825,-0.29600000381469727,0.7235999703407288,-0.6234999895095825,0.32519999146461487,0.41600000858306885,-0.8492000102996826,0.32519999146461487,0.41600000858306885,-0.8492000102996826,0.32519999146461487,0.41600000858306885,-0.8492000102996826,-0.9696000218391418,0.10029999911785126,-0.2232999950647354,-0.9696000218391418,0.10029999911785126,-0.2232999950647354,-0.9696000218391418,0.10029999911785126,-0.2232999950647354,-0.6611999869346619,0.6736000180244446,0.3303000032901764,-0.6611999869346619,0.6736000180244446,0.3303000032901764,-0.6611999869346619,0.6736000180244446,0.3303000032901764,-0.6614999771118164,-0.7222999930381775,0.20190000534057617,-0.6614999771118164,-0.7222999930381775,0.20190000534057617,-0.6614999771118164,-0.7222999930381775,0.20190000534057617,-0.6072999835014343,-0.6643999814987183,0.43560001254081726,-0.6072999835014343,-0.6643999814987183,0.43560001254081726,-0.6072999835014343,-0.6643999814987183,0.43560001254081726,-0.21719999611377716,0.8705000281333923,0.4415999948978424,-0.21719999611377716,0.8705000281333923,0.4415999948978424,-0.21719999611377716,0.8705000281333923,0.4415999948978424,-0.9099000096321106,-0.3188000023365021,-0.2653999924659729,-0.9099000096321106,-0.3188000023365021,-0.2653999924659729,-0.9099000096321106,-0.3188000023365021,-0.2653999924659729,-0.8560000061988831,0.4526999890804291,0.24959999322891235,-0.8560000061988831,0.4526999890804291,0.24959999322891235,-0.8560000061988831,0.4526999890804291,0.24959999322891235,0.13189999759197235,0.447299987077713,0.8845999836921692,0.13189999759197235,0.447299987077713,0.8845999836921692,0.13189999759197235,0.447299987077713,0.8845999836921692,0.1670999974012375,-0.6244000196456909,0.7630000114440918,0.1670999974012375,-0.6244000196456909,0.7630000114440918,0.1670999974012375,-0.6244000196456909,0.7630000114440918,-0.1599999964237213,0.945900022983551,-0.28220000863075256,-0.1599999964237213,0.945900022983551,-0.28220000863075256,-0.1599999964237213,0.945900022983551,-0.28220000863075256,-0.5722000002861023,-0.7768999934196472,0.26269999146461487,-0.5722000002861023,-0.7768999934196472,0.26269999146461487,-0.5722000002861023,-0.7768999934196472,0.26269999146461487,0.5353000164031982,-0.5069000124931335,0.675599992275238,0.5353000164031982,-0.5069000124931335,0.675599992275238,0.5353000164031982,-0.5069000124931335,0.675599992275238,0.7390000224113464,0.45170000195503235,0.4997999966144562,0.7390000224113464,0.45170000195503235,0.4997999966144562,0.7390000224113464,0.45170000195503235,0.4997999966144562,-0.03400000184774399,0.585099995136261,-0.8102999925613403,-0.03400000184774399,0.585099995136261,-0.8102999925613403,-0.03400000184774399,0.585099995136261,-0.8102999925613403,-0.9081000089645386,0.23119999468326569,-0.3490999937057495,-0.9081000089645386,0.23119999468326569,-0.3490999937057495,-0.9081000089645386,0.23119999468326569,-0.3490999937057495,0.5534999966621399,0.20479999482631683,-0.8072999715805054,0.5534999966621399,0.20479999482631683,-0.8072999715805054,0.5534999966621399,0.20479999482631683,-0.8072999715805054,-0.6739000082015991,0.35409998893737793,-0.6484000086784363,-0.6739000082015991,0.35409998893737793,-0.6484000086784363,-0.6739000082015991,0.35409998893737793,-0.6484000086784363,-0.9161999821662903,0.15940000116825104,0.3677000105381012,-0.9161999821662903,0.15940000116825104,0.3677000105381012,-0.9161999821662903,0.15940000116825104,0.3677000105381012,-0.6362000107765198,0.6528000235557556,-0.41119998693466187,-0.6362000107765198,0.6528000235557556,-0.41119998693466187,-0.6362000107765198,0.6528000235557556,-0.41119998693466187,-0.6259999871253967,0.779699981212616,-0.00930000003427267,-0.6259999871253967,0.779699981212616,-0.00930000003427267,-0.6259999871253967,0.779699981212616,-0.00930000003427267,0.3718999922275543,0.9282000064849854,-0.011900000274181366,0.3718999922275543,0.9282000064849854,-0.011900000274181366,0.3718999922275543,0.9282000064849854,-0.011900000274181366,0.3449999988079071,-0.2702000141143799,-0.8988999724388123,0.3449999988079071,-0.2702000141143799,-0.8988999724388123,0.3449999988079071,-0.2702000141143799,-0.8988999724388123,-0.4343999922275543,0.5016000270843506,-0.7480999827384949,-0.4343999922275543,0.5016000270843506,-0.7480999827384949,-0.4343999922275543,0.5016000270843506,-0.7480999827384949,-0.7597000002861023,0.2069000005722046,-0.6165000200271606,-0.7597000002861023,0.2069000005722046,-0.6165000200271606,-0.7597000002861023,0.2069000005722046,-0.6165000200271606,-0.8411999940872192,0.5302000045776367,0.10670000314712524,-0.8411999940872192,0.5302000045776367,0.10670000314712524,-0.8411999940872192,0.5302000045776367,0.10670000314712524,0.5135999917984009,-0.09549999982118607,-0.8526999950408936,0.5135999917984009,-0.09549999982118607,-0.8526999950408936,0.5135999917984009,-0.09549999982118607,-0.8526999950408936,0.7860999703407288,0.5370000004768372,-0.3061999976634979,0.7860999703407288,0.5370000004768372,-0.3061999976634979,0.7860999703407288,0.5370000004768372,-0.3061999976634979,-0.22169999778270721,0.9645000100135803,-0.1436000019311905,-0.22169999778270721,0.9645000100135803,-0.1436000019311905,-0.22169999778270721,0.9645000100135803,-0.1436000019311905,0.8687999844551086,-0.45579999685287476,0.19380000233650208,0.8687999844551086,-0.45579999685287476,0.19380000233650208,0.8687999844551086,-0.45579999685287476,0.19380000233650208,-0.44369998574256897,0.7949000000953674,-0.4138000011444092,-0.44369998574256897,0.7949000000953674,-0.4138000011444092,-0.44369998574256897,0.7949000000953674,-0.4138000011444092,0.5181000232696533,0.817300021648407,0.2522999942302704,0.5181000232696533,0.817300021648407,0.2522999942302704,0.5181000232696533,0.817300021648407,0.2522999942302704,-0.28220000863075256,0.9563000202178955,0.07680000364780426,-0.28220000863075256,0.9563000202178955,0.07680000364780426,-0.28220000863075256,0.9563000202178955,0.07680000364780426,0.6110000014305115,-0.7907999753952026,0.034699998795986176,0.6110000014305115,-0.7907999753952026,0.034699998795986176,0.6110000014305115,-0.7907999753952026,0.034699998795986176,0.06909999996423721,-0.06159999966621399,0.9957000017166138,0.06909999996423721,-0.06159999966621399,0.9957000017166138,0.06909999996423721,-0.06159999966621399,0.9957000017166138,0.9466999769210815,0.27959999442100525,-0.15960000455379486,0.9466999769210815,0.27959999442100525,-0.15960000455379486,0.9466999769210815,0.27959999442100525,-0.15960000455379486,-0.791100025177002,-0.5375000238418579,0.2919999957084656,-0.791100025177002,-0.5375000238418579,0.2919999957084656,-0.791100025177002,-0.5375000238418579,0.2919999957084656,-0.7973999977111816,-0.33480000495910645,0.5019999742507935,-0.7973999977111816,-0.33480000495910645,0.5019999742507935,-0.7973999977111816,-0.33480000495910645,0.5019999742507935,0.6158000230789185,0.7440000176429749,-0.25920000672340393,0.6158000230789185,0.7440000176429749,-0.25920000672340393,0.6158000230789185,0.7440000176429749,-0.25920000672340393,0.6640999913215637,-0.6481999754905701,-0.3725000023841858,0.6640999913215637,-0.6481999754905701,-0.3725000023841858,0.6640999913215637,-0.6481999754905701,-0.3725000023841858,0.7908999919891357,0.5834000110626221,-0.18479999899864197,0.7908999919891357,0.5834000110626221,-0.18479999899864197,0.7908999919891357,0.5834000110626221,-0.18479999899864197,-0.9200999736785889,0.3544999957084656,-0.1664000004529953,-0.9200999736785889,0.3544999957084656,-0.1664000004529953,-0.9200999736785889,0.3544999957084656,-0.1664000004529953,0.5164999961853027,0.8539999723434448,-0.06300000101327896,0.5164999961853027,0.8539999723434448,-0.06300000101327896,0.5164999961853027,0.8539999723434448,-0.06300000101327896,0.847100019454956,0.08709999918937683,0.5242999792098999,0.847100019454956,0.08709999918937683,0.5242999792098999,0.847100019454956,0.08709999918937683,0.5242999792098999,-0.939300000667572,-0.23270000517368317,-0.2522999942302704,-0.939300000667572,-0.23270000517368317,-0.2522999942302704,-0.939300000667572,-0.23270000517368317,-0.2522999942302704,-0.6556000113487244,0.713100016117096,0.2483000010251999,-0.6556000113487244,0.713100016117096,0.2483000010251999,-0.6556000113487244,0.713100016117096,0.2483000010251999,-0.26190000772476196,0.9595999717712402,0.10249999910593033,-0.26190000772476196,0.9595999717712402,0.10249999910593033,-0.26190000772476196,0.9595999717712402,0.10249999910593033,-0.23149999976158142,-0.6150000095367432,-0.7537999749183655,-0.23149999976158142,-0.6150000095367432,-0.7537999749183655,-0.23149999976158142,-0.6150000095367432,-0.7537999749183655,0.9926000237464905,-0.03269999846816063,0.1168999969959259,0.9926000237464905,-0.03269999846816063,0.1168999969959259,0.9926000237464905,-0.03269999846816063,0.1168999969959259,-0.9775000214576721,0.11420000344514847,-0.17759999632835388,-0.9775000214576721,0.11420000344514847,-0.17759999632835388,-0.9775000214576721,0.11420000344514847,-0.17759999632835388,-0.15029999613761902,0.9595000147819519,0.23819999396800995,-0.15029999613761902,0.9595000147819519,0.23819999396800995,-0.15029999613761902,0.9595000147819519,0.23819999396800995,0.289900004863739,0.8808000087738037,-0.37439998984336853,0.289900004863739,0.8808000087738037,-0.37439998984336853,0.289900004863739,0.8808000087738037,-0.37439998984336853,0.22509999573230743,-0.7465000152587891,0.6262000203132629,0.22509999573230743,-0.7465000152587891,0.6262000203132629,0.22509999573230743,-0.7465000152587891,0.6262000203132629,-0.9435999989509583,-0.32989999651908875,-0.026900000870227814,-0.9435999989509583,-0.32989999651908875,-0.026900000870227814,-0.9435999989509583,-0.32989999651908875,-0.026900000870227814,0.5827000141143799,0.004399999976158142,-0.8126999735832214,0.5827000141143799,0.004399999976158142,-0.8126999735832214,0.5827000141143799,0.004399999976158142,-0.8126999735832214,0.9858999848365784,-0.10890000313520432,0.1266999989748001,0.9858999848365784,-0.10890000313520432,0.1266999989748001,0.9858999848365784,-0.10890000313520432,0.1266999989748001,0.48590001463890076,0.08460000157356262,-0.8698999881744385,0.48590001463890076,0.08460000157356262,-0.8698999881744385,0.48590001463890076,0.08460000157356262,-0.8698999881744385,0.5807999968528748,-0.09759999811649323,0.8082000017166138,0.5807999968528748,-0.09759999811649323,0.8082000017166138,0.5807999968528748,-0.09759999811649323,0.8082000017166138,0.9319999814033508,-0.11249999701976776,0.34450000524520874,0.9319999814033508,-0.11249999701976776,0.34450000524520874,0.9319999814033508,-0.11249999701976776,0.34450000524520874,-0.8278999924659729,0.5601000189781189,-0.029200000688433647,-0.8278999924659729,0.5601000189781189,-0.029200000688433647,-0.8278999924659729,0.5601000189781189,-0.029200000688433647,0.1289999932050705,-0.8629999756813049,0.4884999990463257,0.1289999932050705,-0.8629999756813049,0.4884999990463257,0.1289999932050705,-0.8629999756813049,0.4884999990463257,0.15150000154972076,-0.9204999804496765,0.36010000109672546,0.15150000154972076,-0.9204999804496765,0.36010000109672546,0.15150000154972076,-0.9204999804496765,0.36010000109672546,0.8047000169754028,0.21529999375343323,-0.5532000064849854,0.8047000169754028,0.21529999375343323,-0.5532000064849854,0.8047000169754028,0.21529999375343323,-0.5532000064849854,-0.9688000082969666,-0.05660000070929527,-0.2410999983549118,-0.9688000082969666,-0.05660000070929527,-0.2410999983549118,-0.9688000082969666,-0.05660000070929527,-0.2410999983549118,0.7031000256538391,0.5034999847412109,-0.5020999908447266,0.7031000256538391,0.5034999847412109,-0.5020999908447266,0.7031000256538391,0.5034999847412109,-0.5020999908447266,0.25839999318122864,0.8716999888420105,0.4162999987602234,0.25839999318122864,0.8716999888420105,0.4162999987602234,0.25839999318122864,0.8716999888420105,0.4162999987602234,-0.37560001015663147,-0.8529000282287598,0.36250001192092896,-0.37560001015663147,-0.8529000282287598,0.36250001192092896,-0.37560001015663147,-0.8529000282287598,0.36250001192092896,0.026100000366568565,0.8989999890327454,-0.43709999322891235,0.026100000366568565,0.8989999890327454,-0.43709999322891235,0.026100000366568565,0.8989999890327454,-0.43709999322891235,-0.3138999938964844,0.8385000228881836,-0.44530001282691956,-0.3138999938964844,0.8385000228881836,-0.44530001282691956,-0.3138999938964844,0.8385000228881836,-0.44530001282691956,0.7383999824523926,-0.2046000063419342,0.6425999999046326,0.7383999824523926,-0.2046000063419342,0.6425999999046326,0.7383999824523926,-0.2046000063419342,0.6425999999046326,-0.9442999958992004,0.3255999982357025,-0.048900000751018524,-0.9442999958992004,0.3255999982357025,-0.048900000751018524,-0.9442999958992004,0.3255999982357025,-0.048900000751018524,0.8853999972343445,-0.33219999074935913,-0.32519999146461487,0.8853999972343445,-0.33219999074935913,-0.32519999146461487,0.8853999972343445,-0.33219999074935913,-0.32519999146461487,-0.8845000267028809,-0.0471000000834465,0.4641000032424927,-0.8845000267028809,-0.0471000000834465,0.4641000032424927,-0.8845000267028809,-0.0471000000834465,0.4641000032424927,-0.527899980545044,-0.8478999733924866,0.049800001084804535,-0.527899980545044,-0.8478999733924866,0.049800001084804535,-0.527899980545044,-0.8478999733924866,0.049800001084804535,-0.121799997985363,0.5600000023841858,-0.8195000290870667,-0.121799997985363,0.5600000023841858,-0.8195000290870667,-0.121799997985363,0.5600000023841858,-0.8195000290870667,0.6229000091552734,-0.6545000076293945,0.4284999966621399,0.6229000091552734,-0.6545000076293945,0.4284999966621399,0.6229000091552734,-0.6545000076293945,0.4284999966621399,-0.789900004863739,-0.46369999647140503,-0.40130001306533813,-0.789900004863739,-0.46369999647140503,-0.40130001306533813,-0.789900004863739,-0.46369999647140503,-0.40130001306533813,-0.16580000519752502,0.8952999711036682,-0.41339999437332153,-0.16580000519752502,0.8952999711036682,-0.41339999437332153,-0.16580000519752502,0.8952999711036682,-0.41339999437332153,0.6261000037193298,-0.43959999084472656,-0.6439999938011169,0.6261000037193298,-0.43959999084472656,-0.6439999938011169,0.6261000037193298,-0.43959999084472656,-0.6439999938011169,0.3653999865055084,0.7718999981880188,0.5202000141143799,0.3653999865055084,0.7718999981880188,0.5202000141143799,0.3653999865055084,0.7718999981880188,0.5202000141143799,0.9836000204086304,-0.06480000168085098,0.16830000281333923,0.9836000204086304,-0.06480000168085098,0.16830000281333923,0.9836000204086304,-0.06480000168085098,0.16830000281333923,0.06340000033378601,0.6420000195503235,0.7641000151634216,0.06340000033378601,0.6420000195503235,0.7641000151634216,0.06340000033378601,0.6420000195503235,0.7641000151634216,-0.2037999927997589,-0.7365000247955322,-0.6449999809265137,-0.2037999927997589,-0.7365000247955322,-0.6449999809265137,-0.2037999927997589,-0.7365000247955322,-0.6449999809265137,0.9408000111579895,0.012000000104308128,0.33869999647140503,0.9408000111579895,0.012000000104308128,0.33869999647140503,0.9408000111579895,0.012000000104308128,0.33869999647140503,0.03350000083446503,0.9991999864578247,0.020600000396370888,0.03350000083446503,0.9991999864578247,0.020600000396370888,0.03350000083446503,0.9991999864578247,0.020600000396370888,-0.262800008058548,0.9509999752044678,0.16259999573230743,-0.262800008058548,0.9509999752044678,0.16259999573230743,-0.262800008058548,0.9509999752044678,0.16259999573230743,0.39169999957084656,0.09839999675750732,0.9147999882698059,0.39169999957084656,0.09839999675750732,0.9147999882698059,0.39169999957084656,0.09839999675750732,0.9147999882698059,0.5291000008583069,-0.8133999705314636,0.24169999361038208,0.5291000008583069,-0.8133999705314636,0.24169999361038208,0.5291000008583069,-0.8133999705314636,0.24169999361038208,-0.14419999718666077,-0.32440000772476196,-0.9348000288009644,-0.14419999718666077,-0.32440000772476196,-0.9348000288009644,-0.14419999718666077,-0.32440000772476196,-0.9348000288009644,-0.35040000081062317,0.9002000093460083,0.25859999656677246,-0.35040000081062317,0.9002000093460083,0.25859999656677246,-0.35040000081062317,0.9002000093460083,0.25859999656677246,-0.3422999978065491,0.6883000135421753,-0.6395999789237976,-0.3422999978065491,0.6883000135421753,-0.6395999789237976,-0.3422999978065491,0.6883000135421753,-0.6395999789237976,0.15950000286102295,-0.8712000250816345,0.4643999934196472,0.15950000286102295,-0.8712000250816345,0.4643999934196472,0.15950000286102295,-0.8712000250816345,0.4643999934196472,-0.7304999828338623,0.18459999561309814,-0.6574000120162964,-0.7304999828338623,0.18459999561309814,-0.6574000120162964,-0.7304999828338623,0.18459999561309814,-0.6574000120162964,-0.9807000160217285,-0.17470000684261322,-0.08799999952316284,-0.9807000160217285,-0.17470000684261322,-0.08799999952316284,-0.9807000160217285,-0.17470000684261322,-0.08799999952316284,-0.446399986743927,0.7774999737739563,-0.4429999887943268,-0.446399986743927,0.7774999737739563,-0.4429999887943268,-0.446399986743927,0.7774999737739563,-0.4429999887943268,-0.4652000069618225,-0.5954999923706055,-0.6549999713897705,-0.4652000069618225,-0.5954999923706055,-0.6549999713897705,-0.4652000069618225,-0.5954999923706055,-0.6549999713897705,0.09009999781847,0.9692000150680542,-0.22930000722408295,0.09009999781847,0.9692000150680542,-0.22930000722408295,0.09009999781847,0.9692000150680542,-0.22930000722408295,-0.4117000102996826,0.20280000567436218,-0.8884999752044678,-0.4117000102996826,0.20280000567436218,-0.8884999752044678,-0.4117000102996826,0.20280000567436218,-0.8884999752044678,0.015599999576807022,0.8968999981880188,-0.44190001487731934,0.015599999576807022,0.8968999981880188,-0.44190001487731934,0.015599999576807022,0.8968999981880188,-0.44190001487731934,0.24580000340938568,0.47769999504089355,-0.843500018119812,0.24580000340938568,0.47769999504089355,-0.843500018119812,0.24580000340938568,0.47769999504089355,-0.843500018119812,-0.690500020980835,0.6000000238418579,0.40400001406669617,-0.690500020980835,0.6000000238418579,0.40400001406669617,-0.690500020980835,0.6000000238418579,0.40400001406669617,0.9082000255584717,-0.03799999877810478,-0.41679999232292175,0.9082000255584717,-0.03799999877810478,-0.41679999232292175,0.9082000255584717,-0.03799999877810478,-0.41679999232292175,0.25769999623298645,-0.5604000091552734,-0.7871000170707703,0.25769999623298645,-0.5604000091552734,-0.7871000170707703,0.25769999623298645,-0.5604000091552734,-0.7871000170707703,0.9402999877929688,0.2143000066280365,-0.26460000872612,0.9402999877929688,0.2143000066280365,-0.26460000872612,0.9402999877929688,0.2143000066280365,-0.26460000872612,0.05339999869465828,-0.6930999755859375,-0.7189000248908997,0.05339999869465828,-0.6930999755859375,-0.7189000248908997,0.05339999869465828,-0.6930999755859375,-0.7189000248908997,0.729200005531311,-0.6237999796867371,0.28139999508857727,0.729200005531311,-0.6237999796867371,0.28139999508857727,0.729200005531311,-0.6237999796867371,0.28139999508857727,-0.2345000058412552,-0.868399977684021,0.4368000030517578,-0.2345000058412552,-0.868399977684021,0.4368000030517578,-0.2345000058412552,-0.868399977684021,0.4368000030517578,-0.5774999856948853,0.7771000266075134,0.25029999017715454,-0.5774999856948853,0.7771000266075134,0.25029999017715454,-0.5774999856948853,0.7771000266075134,0.25029999017715454,0.708899974822998,0.3240000009536743,0.6265000104904175,0.708899974822998,0.3240000009536743,0.6265000104904175,0.708899974822998,0.3240000009536743,0.6265000104904175,-0.7935000061988831,-0.5874999761581421,0.15860000252723694,-0.7935000061988831,-0.5874999761581421,0.15860000252723694,-0.7935000061988831,-0.5874999761581421,0.15860000252723694,0.4278999865055084,0.8787000179290771,-0.21150000393390656,0.4278999865055084,0.8787000179290771,-0.21150000393390656,0.4278999865055084,0.8787000179290771,-0.21150000393390656,-0.48249998688697815,0.46480000019073486,-0.7423999905586243,-0.48249998688697815,0.46480000019073486,-0.7423999905586243,-0.48249998688697815,0.46480000019073486,-0.7423999905586243,-0.6335999965667725,-0.7462999820709229,0.2037999927997589,-0.6335999965667725,-0.7462999820709229,0.2037999927997589,-0.6335999965667725,-0.7462999820709229,0.2037999927997589,0.15839999914169312,-0.8615999817848206,0.4821999967098236,0.15839999914169312,-0.8615999817848206,0.4821999967098236,0.15839999914169312,-0.8615999817848206,0.4821999967098236,-0.9502999782562256,-0.30169999599456787,0.07689999788999557,-0.9502999782562256,-0.30169999599456787,0.07689999788999557,-0.9502999782562256,-0.30169999599456787,0.07689999788999557,0.9513999819755554,0.033799998462200165,0.3061999976634979,0.9513999819755554,0.033799998462200165,0.3061999976634979,0.9513999819755554,0.033799998462200165,0.3061999976634979,-0.3330000042915344,-0.09690000116825104,0.9379000067710876,-0.3330000042915344,-0.09690000116825104,0.9379000067710876,-0.3330000042915344,-0.09690000116825104,0.9379000067710876,0.8087999820709229,0.4530999958515167,-0.3747999966144562,0.8087999820709229,0.4530999958515167,-0.3747999966144562,0.8087999820709229,0.4530999958515167,-0.3747999966144562,-0.9973999857902527,-0.05829999968409538,-0.04230000078678131,-0.9973999857902527,-0.05829999968409538,-0.04230000078678131,-0.9973999857902527,-0.05829999968409538,-0.04230000078678131,0.8345999717712402,0.41830000281333923,-0.35839998722076416,0.8345999717712402,0.41830000281333923,-0.35839998722076416,0.8345999717712402,0.41830000281333923,-0.35839998722076416,0.9979000091552734,-0.03139999881386757,-0.05739999935030937,0.9979000091552734,-0.03139999881386757,-0.05739999935030937,0.9979000091552734,-0.03139999881386757,-0.05739999935030937,-0.7240999937057495,0.5724999904632568,-0.38449999690055847,-0.7240999937057495,0.5724999904632568,-0.38449999690055847,-0.7240999937057495,0.5724999904632568,-0.38449999690055847,-0.5562999844551086,-0.49219998717308044,-0.6694999933242798,-0.5562999844551086,-0.49219998717308044,-0.6694999933242798,-0.5562999844551086,-0.49219998717308044,-0.6694999933242798,-0.3402999937534332,-0.9337999820709229,0.11069999635219574,-0.3402999937534332,-0.9337999820709229,0.11069999635219574,-0.3402999937534332,-0.9337999820709229,0.11069999635219574,0.46129998564720154,-0.37400001287460327,0.8046000003814697,0.46129998564720154,-0.37400001287460327,0.8046000003814697,0.46129998564720154,-0.37400001287460327,0.8046000003814697,-0.10010000318288803,0.9136000275611877,0.39419999718666077,-0.10010000318288803,0.9136000275611877,0.39419999718666077,-0.10010000318288803,0.9136000275611877,0.39419999718666077,-0.004800000227987766,-0.6215000152587891,0.7833999991416931,-0.004800000227987766,-0.6215000152587891,0.7833999991416931,-0.004800000227987766,-0.6215000152587891,0.7833999991416931,-0.2062000036239624,-0.544700026512146,0.8129000067710876,-0.2062000036239624,-0.544700026512146,0.8129000067710876,-0.2062000036239624,-0.544700026512146,0.8129000067710876,0.6567000150680542,-0.7384999990463257,-0.1525000035762787,0.6567000150680542,-0.7384999990463257,-0.1525000035762787,0.6567000150680542,-0.7384999990463257,-0.1525000035762787,-0.30640000104904175,-0.8844000101089478,0.3521000146865845,-0.30640000104904175,-0.8844000101089478,0.3521000146865845,-0.30640000104904175,-0.8844000101089478,0.3521000146865845,0.39719998836517334,0.8507000207901001,-0.34439998865127563,0.39719998836517334,0.8507000207901001,-0.34439998865127563,0.39719998836517334,0.8507000207901001,-0.34439998865127563,-0.8019999861717224,0.4185999929904938,-0.4260999858379364,-0.8019999861717224,0.4185999929904938,-0.4260999858379364,-0.8019999861717224,0.4185999929904938,-0.4260999858379364,-0.6854000091552734,-0.5913000106811523,-0.42489999532699585,-0.6854000091552734,-0.5913000106811523,-0.42489999532699585,-0.6854000091552734,-0.5913000106811523,-0.42489999532699585,0.9164000153541565,-0.3467999994754791,0.19979999959468842,0.9164000153541565,-0.3467999994754791,0.19979999959468842,0.9164000153541565,-0.3467999994754791,0.19979999959468842,0.7160000205039978,0.6606000065803528,0.225600004196167,0.7160000205039978,0.6606000065803528,0.225600004196167,0.7160000205039978,0.6606000065803528,0.225600004196167,-0.14249999821186066,-0.9229000210762024,0.3578000068664551,-0.14249999821186066,-0.9229000210762024,0.3578000068664551,-0.14249999821186066,-0.9229000210762024,0.3578000068664551,-0.9965999722480774,0.07039999961853027,-0.0421999990940094,-0.9965999722480774,0.07039999961853027,-0.0421999990940094,-0.9965999722480774,0.07039999961853027,-0.0421999990940094,0.520799994468689,0.8503000140190125,0.07530000060796738,0.520799994468689,0.8503000140190125,0.07530000060796738,0.520799994468689,0.8503000140190125,0.07530000060796738,0.9864000082015991,-0.15410000085830688,0.05739999935030937,0.9864000082015991,-0.15410000085830688,0.05739999935030937,0.9864000082015991,-0.15410000085830688,0.05739999935030937,0.3580999970436096,-0.22419999539852142,0.9064000248908997,0.3580999970436096,-0.22419999539852142,0.9064000248908997,0.3580999970436096,-0.22419999539852142,0.9064000248908997,0.5005999803543091,0.16040000319480896,-0.8507000207901001,0.5005999803543091,0.16040000319480896,-0.8507000207901001,0.5005999803543091,0.16040000319480896,-0.8507000207901001,-0.5911999940872192,0.7394000291824341,-0.3221000134944916,-0.5911999940872192,0.7394000291824341,-0.3221000134944916,-0.5911999940872192,0.7394000291824341,-0.3221000134944916,-0.4415999948978424,0.8949999809265137,-0.06360000371932983,-0.4415999948978424,0.8949999809265137,-0.06360000371932983,-0.4415999948978424,0.8949999809265137,-0.06360000371932983,-0.39640000462532043,-0.02199999988079071,0.9178000092506409,-0.39640000462532043,-0.02199999988079071,0.9178000092506409,-0.39640000462532043,-0.02199999988079071,0.9178000092506409,-0.38909998536109924,-0.9204000234603882,-0.03880000114440918,-0.38909998536109924,-0.9204000234603882,-0.03880000114440918,-0.38909998536109924,-0.9204000234603882,-0.03880000114440918,0.8503999710083008,0.5241000056266785,-0.047200001776218414,0.8503999710083008,0.5241000056266785,-0.047200001776218414,0.8503999710083008,0.5241000056266785,-0.047200001776218414,-0.3912000060081482,-0.9075999855995178,0.15240000188350677,-0.3912000060081482,-0.9075999855995178,0.15240000188350677,-0.3912000060081482,-0.9075999855995178,0.15240000188350677,0.1444000005722046,-0.6765000224113464,0.7221999764442444,0.1444000005722046,-0.6765000224113464,0.7221999764442444,0.1444000005722046,-0.6765000224113464,0.7221999764442444,-0.27549999952316284,-0.734000027179718,0.6207000017166138,-0.27549999952316284,-0.734000027179718,0.6207000017166138,-0.27549999952316284,-0.734000027179718,0.6207000017166138,-0.1712000072002411,0.9023000001907349,-0.39559999108314514,-0.1712000072002411,0.9023000001907349,-0.39559999108314514,-0.1712000072002411,0.9023000001907349,-0.39559999108314514,-0.7319999933242798,-0.6717000007629395,0.11410000175237656,-0.7319999933242798,-0.6717000007629395,0.11410000175237656,-0.7319999933242798,-0.6717000007629395,0.11410000175237656,0.8001999855041504,0.3456999957561493,-0.4900999963283539,0.8001999855041504,0.3456999957561493,-0.4900999963283539,0.8001999855041504,0.3456999957561493,-0.4900999963283539,-0.9225000143051147,0.29019999504089355,-0.25450000166893005,-0.9225000143051147,0.29019999504089355,-0.25450000166893005,-0.9225000143051147,0.29019999504089355,-0.25450000166893005,0.06069999933242798,0.9865999817848206,-0.15119999647140503,0.06069999933242798,0.9865999817848206,-0.15119999647140503,0.06069999933242798,0.9865999817848206,-0.15119999647140503,0.35350000858306885,-0.9352999925613403,-0.01810000091791153,0.35350000858306885,-0.9352999925613403,-0.01810000091791153,0.35350000858306885,-0.9352999925613403,-0.01810000091791153,-0.5965999960899353,0.8019999861717224,-0.02850000001490116,-0.5965999960899353,0.8019999861717224,-0.02850000001490116,-0.5965999960899353,0.8019999861717224,-0.02850000001490116,-0.2468000054359436,0.866599977016449,-0.43380001187324524,-0.2468000054359436,0.866599977016449,-0.43380001187324524,-0.2468000054359436,0.866599977016449,-0.43380001187324524,-0.49790000915527344,0.5322999954223633,0.6847000122070312,-0.49790000915527344,0.5322999954223633,0.6847000122070312,-0.49790000915527344,0.5322999954223633,0.6847000122070312,0.5748000144958496,-0.7994999885559082,-0.17470000684261322,0.5748000144958496,-0.7994999885559082,-0.17470000684261322,0.5748000144958496,-0.7994999885559082,-0.17470000684261322,-0.9732999801635742,-0.12849999964237213,0.19009999930858612,-0.9732999801635742,-0.12849999964237213,0.19009999930858612,-0.9732999801635742,-0.12849999964237213,0.19009999930858612,0.39419999718666077,-0.8475000262260437,0.3555000126361847,0.39419999718666077,-0.8475000262260437,0.3555000126361847,0.39419999718666077,-0.8475000262260437,0.3555000126361847,-0.9965000152587891,-0.07029999792575836,0.04430000111460686,-0.9965000152587891,-0.07029999792575836,0.04430000111460686,-0.9965000152587891,-0.07029999792575836,0.04430000111460686,-0.266400009393692,0.8152999877929688,-0.5139999985694885,-0.266400009393692,0.8152999877929688,-0.5139999985694885,-0.266400009393692,0.8152999877929688,-0.5139999985694885,-0.18930000066757202,-0.963699996471405,-0.18850000202655792,-0.18930000066757202,-0.963699996471405,-0.18850000202655792,-0.18930000066757202,-0.963699996471405,-0.18850000202655792,0.6362000107765198,-0.6133999824523926,0.46799999475479126,0.6362000107765198,-0.6133999824523926,0.46799999475479126,0.6362000107765198,-0.6133999824523926,0.46799999475479126,-0.1273999959230423,0.9140999913215637,-0.3849000036716461,-0.1273999959230423,0.9140999913215637,-0.3849000036716461,-0.1273999959230423,0.9140999913215637,-0.3849000036716461,-0.9853000044822693,0.16769999265670776,-0.03319999948143959,-0.9853000044822693,0.16769999265670776,-0.03319999948143959,-0.9853000044822693,0.16769999265670776,-0.03319999948143959,-0.6976000070571899,0.6255000233650208,-0.34950000047683716,-0.6976000070571899,0.6255000233650208,-0.34950000047683716,-0.6976000070571899,0.6255000233650208,-0.34950000047683716,0.9763000011444092,-0.06509999930858612,0.20649999380111694,0.9763000011444092,-0.06509999930858612,0.20649999380111694,0.9763000011444092,-0.06509999930858612,0.20649999380111694,-0.21969999372959137,-0.6388000249862671,-0.7372999787330627,-0.21969999372959137,-0.6388000249862671,-0.7372999787330627,-0.21969999372959137,-0.6388000249862671,-0.7372999787330627,-0.9979000091552734,-0.03139999881386757,-0.05739999935030937,-0.9979000091552734,-0.03139999881386757,-0.05739999935030937,-0.9979000091552734,-0.03139999881386757,-0.05739999935030937,0.6650000214576721,-0.7437000274658203,-0.06880000233650208,0.6650000214576721,-0.7437000274658203,-0.06880000233650208,0.6650000214576721,-0.7437000274658203,-0.06880000233650208,0.35339999198913574,0.7290999889373779,-0.5860999822616577,0.35339999198913574,0.7290999889373779,-0.5860999822616577,0.35339999198913574,0.7290999889373779,-0.5860999822616577,0.819100022315979,0.2711000144481659,0.5055999755859375,0.819100022315979,0.2711000144481659,0.5055999755859375,0.819100022315979,0.2711000144481659,0.5055999755859375,-0.6229000091552734,0.11739999800920486,0.7734000086784363,-0.6229000091552734,0.11739999800920486,0.7734000086784363,-0.6229000091552734,0.11739999800920486,0.7734000086784363,-0.4081000089645386,-0.8878999948501587,0.21230000257492065,-0.4081000089645386,-0.8878999948501587,0.21230000257492065,-0.4081000089645386,-0.8878999948501587,0.21230000257492065,0.2062000036239624,-0.544700026512146,0.8129000067710876,0.2062000036239624,-0.544700026512146,0.8129000067710876,0.2062000036239624,-0.544700026512146,0.8129000067710876,-0.6419000029563904,0.580299973487854,-0.5012000203132629,-0.6419000029563904,0.580299973487854,-0.5012000203132629,-0.6419000029563904,0.580299973487854,-0.5012000203132629,0.5088000297546387,0.19779999554157257,0.8378999829292297,0.5088000297546387,0.19779999554157257,0.8378999829292297,0.5088000297546387,0.19779999554157257,0.8378999829292297,0.6104000210762024,-0.5353999733924866,0.5837000012397766,0.6104000210762024,-0.5353999733924866,0.5837000012397766,0.6104000210762024,-0.5353999733924866,0.5837000012397766,-0.9919999837875366,-0.12139999866485596,0.033900000154972076,-0.9919999837875366,-0.12139999866485596,0.033900000154972076,-0.9919999837875366,-0.12139999866485596,0.033900000154972076,-0.5354999899864197,0.29510000348091125,-0.7912999987602234,-0.5354999899864197,0.29510000348091125,-0.7912999987602234,-0.5354999899864197,0.29510000348091125,-0.7912999987602234,-0.22869999706745148,-0.609000027179718,0.7595000267028809,-0.22869999706745148,-0.609000027179718,0.7595000267028809,-0.22869999706745148,-0.609000027179718,0.7595000267028809,-0.7171000242233276,-0.29809999465942383,-0.6301000118255615,-0.7171000242233276,-0.29809999465942383,-0.6301000118255615,-0.7171000242233276,-0.29809999465942383,-0.6301000118255615,-0.2903999984264374,-0.8184999823570251,0.49570000171661377,-0.2903999984264374,-0.8184999823570251,0.49570000171661377,-0.2903999984264374,-0.8184999823570251,0.49570000171661377,-0.15600000321865082,-0.39010000228881836,0.9074000120162964,-0.15600000321865082,-0.39010000228881836,0.9074000120162964,-0.15600000321865082,-0.39010000228881836,0.9074000120162964,0.11339999735355377,-0.9890999794006348,0.09350000321865082,0.11339999735355377,-0.9890999794006348,0.09350000321865082,0.11339999735355377,-0.9890999794006348,0.09350000321865082,0.9377999901771545,0.14489999413490295,0.3154999911785126,0.9377999901771545,0.14489999413490295,0.3154999911785126,0.9377999901771545,0.14489999413490295,0.3154999911785126,0.8440999984741211,-0.31929999589920044,-0.4307999908924103,0.8440999984741211,-0.31929999589920044,-0.4307999908924103,0.8440999984741211,-0.31929999589920044,-0.4307999908924103,0.8048999905586243,0.5874999761581421,-0.0835999995470047,0.8048999905586243,0.5874999761581421,-0.0835999995470047,0.8048999905586243,0.5874999761581421,-0.0835999995470047,0.02370000071823597,0.9397000074386597,-0.34119999408721924,0.02370000071823597,0.9397000074386597,-0.34119999408721924,0.02370000071823597,0.9397000074386597,-0.34119999408721924,-0.7638000249862671,-0.41019999980926514,0.4984000027179718,-0.7638000249862671,-0.41019999980926514,0.4984000027179718,-0.7638000249862671,-0.41019999980926514,0.4984000027179718,0.5914000272750854,0.8009999990463257,0.09300000220537186,0.5914000272750854,0.8009999990463257,0.09300000220537186,0.5914000272750854,0.8009999990463257,0.09300000220537186,-0.6693999767303467,-0.7044000029563904,0.2362000048160553,-0.6693999767303467,-0.7044000029563904,0.2362000048160553,-0.6693999767303467,-0.7044000029563904,0.2362000048160553,-0.9692000150680542,0.002400000113993883,-0.24639999866485596,-0.9692000150680542,0.002400000113993883,-0.24639999866485596,-0.9692000150680542,0.002400000113993883,-0.24639999866485596,0.7738999724388123,0.32839998602867126,0.5414999723434448,0.7738999724388123,0.32839998602867126,0.5414999723434448,0.7738999724388123,0.32839998602867126,0.5414999723434448,-0.9379000067710876,-0.3409999907016754,-0.0640999972820282,-0.9379000067710876,-0.3409999907016754,-0.0640999972820282,-0.9379000067710876,-0.3409999907016754,-0.0640999972820282,-0.9986000061035156,0.04410000145435333,-0.0284000001847744,-0.9986000061035156,0.04410000145435333,-0.0284000001847744,-0.9986000061035156,0.04410000145435333,-0.0284000001847744,0.554099977016449,0.6026999950408936,-0.5741999745368958,0.554099977016449,0.6026999950408936,-0.5741999745368958,0.554099977016449,0.6026999950408936,-0.5741999745368958,-0.38929998874664307,-0.8467000126838684,0.3625999987125397,-0.38929998874664307,-0.8467000126838684,0.3625999987125397,-0.38929998874664307,-0.8467000126838684,0.3625999987125397,-0.1704999953508377,-0.8931999802589417,0.41600000858306885,-0.1704999953508377,-0.8931999802589417,0.41600000858306885,-0.1704999953508377,-0.8931999802589417,0.41600000858306885,0.6194000244140625,0.5946999788284302,-0.512499988079071,0.6194000244140625,0.5946999788284302,-0.512499988079071,0.6194000244140625,0.5946999788284302,-0.512499988079071,-0.9434000253677368,0.2013999968767166,-0.26339998841285706,-0.9434000253677368,0.2013999968767166,-0.26339998841285706,-0.9434000253677368,0.2013999968767166,-0.26339998841285706,0.8960000276565552,-0.43529999256134033,-0.08799999952316284,0.8960000276565552,-0.43529999256134033,-0.08799999952316284,0.8960000276565552,-0.43529999256134033,-0.08799999952316284,0.01810000091791153,0.011599999852478504,-0.9998000264167786,0.01810000091791153,0.011599999852478504,-0.9998000264167786,0.01810000091791153,0.011599999852478504,-0.9998000264167786,-0.987500011920929,-0.07180000096559525,-0.14020000398159027,-0.987500011920929,-0.07180000096559525,-0.14020000398159027,-0.987500011920929,-0.07180000096559525,-0.14020000398159027,-0.5577999949455261,-0.7653999924659729,0.32100000977516174,-0.5577999949455261,-0.7653999924659729,0.32100000977516174,-0.5577999949455261,-0.7653999924659729,0.32100000977516174,-0.7979000210762024,-0.5486000180244446,0.24959999322891235,-0.7979000210762024,-0.5486000180244446,0.24959999322891235,-0.7979000210762024,-0.5486000180244446,0.24959999322891235,-0.03620000183582306,-0.9431999921798706,0.3301999866962433,-0.03620000183582306,-0.9431999921798706,0.3301999866962433,-0.03620000183582306,-0.9431999921798706,0.3301999866962433,0.9908000230789185,-0.07519999891519547,0.11259999871253967,0.9908000230789185,-0.07519999891519547,0.11259999871253967,0.9908000230789185,-0.07519999891519547,0.11259999871253967,-0.7430999875068665,0.27720001339912415,-0.6090999841690063,-0.7430999875068665,0.27720001339912415,-0.6090999841690063,-0.7430999875068665,0.27720001339912415,-0.6090999841690063,-0.835099995136261,-0.024800000712275505,0.5496000051498413,-0.835099995136261,-0.024800000712275505,0.5496000051498413,-0.835099995136261,-0.024800000712275505,0.5496000051498413,0.8694000244140625,-0.3422999978065491,-0.3564000129699707,0.8694000244140625,-0.3422999978065491,-0.3564000129699707,0.8694000244140625,-0.3422999978065491,-0.3564000129699707,-0.8801000118255615,-0.45329999923706055,0.14149999618530273,-0.8801000118255615,-0.45329999923706055,0.14149999618530273,-0.8801000118255615,-0.45329999923706055,0.14149999618530273,-0.32010000944137573,0.8862000107765198,-0.33500000834465027,-0.32010000944137573,0.8862000107765198,-0.33500000834465027,-0.32010000944137573,0.8862000107765198,-0.33500000834465027,-0.8184999823570251,-0.5590000152587891,-0.13269999623298645,-0.8184999823570251,-0.5590000152587891,-0.13269999623298645,-0.8184999823570251,-0.5590000152587891,-0.13269999623298645,-0.27379998564720154,0.9473000168800354,-0.1665000021457672,-0.27379998564720154,0.9473000168800354,-0.1665000021457672,-0.27379998564720154,0.9473000168800354,-0.1665000021457672,0.0640999972820282,0.059700001031160355,-0.9962000250816345,0.0640999972820282,0.059700001031160355,-0.9962000250816345,0.0640999972820282,0.059700001031160355,-0.9962000250816345,-0.8338000178337097,-0.5156000256538391,0.1972000002861023,-0.8338000178337097,-0.5156000256538391,0.1972000002861023,-0.8338000178337097,-0.5156000256538391,0.1972000002861023,0.020800000056624413,0.7893999814987183,-0.6136000156402588,0.020800000056624413,0.7893999814987183,-0.6136000156402588,0.020800000056624413,0.7893999814987183,-0.6136000156402588,0.14149999618530273,-0.9110000133514404,0.3873000144958496,0.14149999618530273,-0.9110000133514404,0.3873000144958496,0.14149999618530273,-0.9110000133514404,0.3873000144958496,0.6705999970436096,0.6554999947547913,-0.3472999930381775,0.6705999970436096,0.6554999947547913,-0.3472999930381775,0.6705999970436096,0.6554999947547913,-0.3472999930381775,-0.4275999963283539,0.8251000046730042,-0.3693999946117401,-0.4275999963283539,0.8251000046730042,-0.3693999946117401,-0.4275999963283539,0.8251000046730042,-0.3693999946117401,-0.8517000079154968,0.40869998931884766,-0.3278999924659729,-0.8517000079154968,0.40869998931884766,-0.3278999924659729,-0.8517000079154968,0.40869998931884766,-0.3278999924659729,0.22120000422000885,0.9417999982833862,-0.2529999911785126,0.22120000422000885,0.9417999982833862,-0.2529999911785126,0.22120000422000885,0.9417999982833862,-0.2529999911785126,-0.428600013256073,-0.1720999926328659,-0.8870000243186951,-0.428600013256073,-0.1720999926328659,-0.8870000243186951,-0.428600013256073,-0.1720999926328659,-0.8870000243186951,0.9883999824523926,-0.11760000139474869,0.0966000035405159,0.9883999824523926,-0.11760000139474869,0.0966000035405159,0.9883999824523926,-0.11760000139474869,0.0966000035405159,0.677299976348877,-0.6743000149726868,0.29420000314712524,0.677299976348877,-0.6743000149726868,0.29420000314712524,0.677299976348877,-0.6743000149726868,0.29420000314712524,-0.89410001039505,-0.3240000009536743,-0.3091000020503998,-0.89410001039505,-0.3240000009536743,-0.3091000020503998,-0.89410001039505,-0.3240000009536743,-0.3091000020503998,-0.3944999873638153,-0.8655999898910522,0.3084000051021576,-0.3944999873638153,-0.8655999898910522,0.3084000051021576,-0.3944999873638153,-0.8655999898910522,0.3084000051021576,-0.7436000108718872,-0.66839998960495,0.01640000008046627,-0.7436000108718872,-0.66839998960495,0.01640000008046627,-0.7436000108718872,-0.66839998960495,0.01640000008046627,0.6873999834060669,0.007199999876320362,0.7261999845504761,0.6873999834060669,0.007199999876320362,0.7261999845504761,0.6873999834060669,0.007199999876320362,0.7261999845504761,-0.46889999508857727,0.7432000041007996,0.4772999882698059,-0.46889999508857727,0.7432000041007996,0.4772999882698059,-0.46889999508857727,0.7432000041007996,0.4772999882698059,0.6341999769210815,-0.6955999732017517,0.3375000059604645,0.6341999769210815,-0.6955999732017517,0.3375000059604645,0.6341999769210815,-0.6955999732017517,0.3375000059604645,0.1429000049829483,0.9217000007629395,0.3605000078678131,0.1429000049829483,0.9217000007629395,0.3605000078678131,0.1429000049829483,0.9217000007629395,0.3605000078678131,0.4327999949455261,-0.7957000136375427,0.423799991607666,0.4327999949455261,-0.7957000136375427,0.423799991607666,0.4327999949455261,-0.7957000136375427,0.423799991607666,0.9287999868392944,0.36149999499320984,0.08219999819993973,0.9287999868392944,0.36149999499320984,0.08219999819993973,0.9287999868392944,0.36149999499320984,0.08219999819993973,0.21050000190734863,0.18400000035762787,-0.960099995136261,0.21050000190734863,0.18400000035762787,-0.960099995136261,0.21050000190734863,0.18400000035762787,-0.960099995136261,-0.8461999893188477,-0.3330000042915344,-0.41609999537467957,-0.8461999893188477,-0.3330000042915344,-0.41609999537467957,-0.8461999893188477,-0.3330000042915344,-0.41609999537467957,-0.5103999972343445,-0.20730000734329224,0.8345999717712402,-0.5103999972343445,-0.20730000734329224,0.8345999717712402,-0.5103999972343445,-0.20730000734329224,0.8345999717712402,0.824999988079071,0.545199990272522,-0.1485999971628189,0.824999988079071,0.545199990272522,-0.1485999971628189,0.824999988079071,0.545199990272522,-0.1485999971628189,-0.39750000834465027,0.6248999834060669,-0.6718999743461609,-0.39750000834465027,0.6248999834060669,-0.6718999743461609,-0.39750000834465027,0.6248999834060669,-0.6718999743461609,-0.24539999663829803,-0.8950999975204468,-0.37229999899864197,-0.24539999663829803,-0.8950999975204468,-0.37229999899864197,-0.24539999663829803,-0.8950999975204468,-0.37229999899864197,0.36340001225471497,0.7325000166893005,0.5756999850273132,0.36340001225471497,0.7325000166893005,0.5756999850273132,0.36340001225471497,0.7325000166893005,0.5756999850273132,0.006500000134110451,0.6814000010490417,0.7318999767303467,0.006500000134110451,0.6814000010490417,0.7318999767303467,0.006500000134110451,0.6814000010490417,0.7318999767303467,0.8938000202178955,-0.02410000003874302,0.44780001044273376,0.8938000202178955,-0.02410000003874302,0.44780001044273376,0.8938000202178955,-0.02410000003874302,0.44780001044273376,0.06589999794960022,-0.9976999759674072,-0.015200000256299973,0.06589999794960022,-0.9976999759674072,-0.015200000256299973,0.06589999794960022,-0.9976999759674072,-0.015200000256299973,-0.33410000801086426,-0.9423999786376953,-0.016300000250339508,-0.33410000801086426,-0.9423999786376953,-0.016300000250339508,-0.33410000801086426,-0.9423999786376953,-0.016300000250339508,-0.8377000093460083,-0.31049999594688416,-0.44920000433921814,-0.8377000093460083,-0.31049999594688416,-0.44920000433921814,-0.8377000093460083,-0.31049999594688416,-0.44920000433921814,0.08139999955892563,-0.695900022983551,-0.7135000228881836,0.08139999955892563,-0.695900022983551,-0.7135000228881836,0.08139999955892563,-0.695900022983551,-0.7135000228881836,0.819100022315979,-0.33320000767707825,0.4668999910354614,0.819100022315979,-0.33320000767707825,0.4668999910354614,0.819100022315979,-0.33320000767707825,0.4668999910354614,0.7944999933242798,-0.2433999925851822,0.5564000010490417,0.7944999933242798,-0.2433999925851822,0.5564000010490417,0.7944999933242798,-0.2433999925851822,0.5564000010490417,-0.9829999804496765,0.1014999970793724,0.15299999713897705,-0.9829999804496765,0.1014999970793724,0.15299999713897705,-0.9829999804496765,0.1014999970793724,0.15299999713897705,0.2797999978065491,-0.9193000197410583,0.2768000066280365,0.2797999978065491,-0.9193000197410583,0.2768000066280365,0.2797999978065491,-0.9193000197410583,0.2768000066280365,0.9775999784469604,0.1655000001192093,-0.1298999935388565,0.9775999784469604,0.1655000001192093,-0.1298999935388565,0.9775999784469604,0.1655000001192093,-0.1298999935388565,-0.6941999793052673,0.7002999782562256,0.16619999706745148,-0.6941999793052673,0.7002999782562256,0.16619999706745148,-0.6941999793052673,0.7002999782562256,0.16619999706745148,-0.9294000267982483,0.32019999623298645,-0.18330000340938568,-0.9294000267982483,0.32019999623298645,-0.18330000340938568,-0.9294000267982483,0.32019999623298645,-0.18330000340938568,-0.6110000014305115,-0.7907999753952026,0.034699998795986176,-0.6110000014305115,-0.7907999753952026,0.034699998795986176,-0.6110000014305115,-0.7907999753952026,0.034699998795986176,-0.03849999979138374,0.4138000011444092,-0.909600019454956,-0.03849999979138374,0.4138000011444092,-0.909600019454956,-0.03849999979138374,0.4138000011444092,-0.909600019454956,0.1429000049829483,-0.7452999949455261,0.651199996471405,0.1429000049829483,-0.7452999949455261,0.651199996471405,0.1429000049829483,-0.7452999949455261,0.651199996471405,0.785099983215332,-0.337799996137619,-0.5192000269889832,0.785099983215332,-0.337799996137619,-0.5192000269889832,0.785099983215332,-0.337799996137619,-0.5192000269889832,-0.25200000405311584,0.9667999744415283,-0.0430000014603138,-0.25200000405311584,0.9667999744415283,-0.0430000014603138,-0.25200000405311584,0.9667999744415283,-0.0430000014603138,0.35370001196861267,0.6434000134468079,-0.6789000034332275,0.35370001196861267,0.6434000134468079,-0.6789000034332275,0.35370001196861267,0.6434000134468079,-0.6789000034332275,-0.43779999017715454,-0.626800000667572,0.644599974155426,-0.43779999017715454,-0.626800000667572,0.644599974155426,-0.43779999017715454,-0.626800000667572,0.644599974155426,-0.9646999835968018,0.07609999924898148,0.25220000743865967,-0.9646999835968018,0.07609999924898148,0.25220000743865967,-0.9646999835968018,0.07609999924898148,0.25220000743865967,0.49070000648498535,-0.7671999931335449,0.413100004196167,0.49070000648498535,-0.7671999931335449,0.413100004196167,0.49070000648498535,-0.7671999931335449,0.413100004196167,-0.6008999943733215,0.7592999935150146,0.24979999661445618,-0.6008999943733215,0.7592999935150146,0.24979999661445618,-0.6008999943733215,0.7592999935150146,0.24979999661445618,0.843500018119812,-0.22460000216960907,-0.4878999888896942,0.843500018119812,-0.22460000216960907,-0.4878999888896942,0.843500018119812,-0.22460000216960907,-0.4878999888896942,-0.15960000455379486,0.6273999810218811,0.7621999979019165,-0.15960000455379486,0.6273999810218811,0.7621999979019165,-0.15960000455379486,0.6273999810218811,0.7621999979019165,0.21860000491142273,-0.4341000020503998,0.8740000128746033,0.21860000491142273,-0.4341000020503998,0.8740000128746033,0.21860000491142273,-0.4341000020503998,0.8740000128746033,-0.027699999511241913,-0.9509999752044678,-0.30790001153945923,-0.027699999511241913,-0.9509999752044678,-0.30790001153945923,-0.027699999511241913,-0.9509999752044678,-0.30790001153945923,-0.9333000183105469,-0.21040000021457672,0.29100000858306885,-0.9333000183105469,-0.21040000021457672,0.29100000858306885,-0.9333000183105469,-0.21040000021457672,0.29100000858306885,0.3107999861240387,0.8626999855041504,-0.39890000224113464,0.3107999861240387,0.8626999855041504,-0.39890000224113464,0.3107999861240387,0.8626999855041504,-0.39890000224113464,0.36550000309944153,-0.8615000247955322,0.352400004863739,0.36550000309944153,-0.8615000247955322,0.352400004863739,0.36550000309944153,-0.8615000247955322,0.352400004863739,-0.5206000208854675,0.7053999900817871,0.48100000619888306,-0.5206000208854675,0.7053999900817871,0.48100000619888306,-0.5206000208854675,0.7053999900817871,0.48100000619888306,-0.5480999946594238,-0.271699994802475,0.791100025177002,-0.5480999946594238,-0.271699994802475,0.791100025177002,-0.5480999946594238,-0.271699994802475,0.791100025177002,-0.9696999788284302,-0.012299999594688416,-0.24420000612735748,-0.9696999788284302,-0.012299999594688416,-0.24420000612735748,-0.9696999788284302,-0.012299999594688416,-0.24420000612735748,-0.7620000243186951,-0.6154999732971191,-0.2013999968767166,-0.7620000243186951,-0.6154999732971191,-0.2013999968767166,-0.7620000243186951,-0.6154999732971191,-0.2013999968767166,-0.9596999883651733,0.04780000075697899,-0.2770000100135803,-0.9596999883651733,0.04780000075697899,-0.2770000100135803,-0.9596999883651733,0.04780000075697899,-0.2770000100135803,-0.8248999714851379,-0.46389999985694885,0.3231000006198883,-0.8248999714851379,-0.46389999985694885,0.3231000006198883,-0.8248999714851379,-0.46389999985694885,0.3231000006198883,0.350600004196167,-0.5684999823570251,-0.7443000078201294,0.350600004196167,-0.5684999823570251,-0.7443000078201294,0.350600004196167,-0.5684999823570251,-0.7443000078201294,0.5202000141143799,-0.5587000250816345,0.6459000110626221,0.5202000141143799,-0.5587000250816345,0.6459000110626221,0.5202000141143799,-0.5587000250816345,0.6459000110626221,0.1793999969959259,-0.7986999750137329,-0.574400007724762,0.1793999969959259,-0.7986999750137329,-0.574400007724762,0.1793999969959259,-0.7986999750137329,-0.574400007724762,0.3544999957084656,-0.12020000070333481,-0.927299976348877,0.3544999957084656,-0.12020000070333481,-0.927299976348877,0.3544999957084656,-0.12020000070333481,-0.927299976348877,0.023600000888109207,0.6674000024795532,0.7443000078201294,0.023600000888109207,0.6674000024795532,0.7443000078201294,0.023600000888109207,0.6674000024795532,0.7443000078201294,-0.5579000115394592,-0.3278999924659729,0.7623999714851379,-0.5579000115394592,-0.3278999924659729,0.7623999714851379,-0.5579000115394592,-0.3278999924659729,0.7623999714851379,-0.635200023651123,-0.38190001249313354,0.6712999939918518,-0.635200023651123,-0.38190001249313354,0.6712999939918518,-0.635200023651123,-0.38190001249313354,0.6712999939918518,-0.05389999970793724,0.9980000257492065,0.033900000154972076,-0.05389999970793724,0.9980000257492065,0.033900000154972076,-0.05389999970793724,0.9980000257492065,0.033900000154972076,-0.16509999334812164,0.9380999803543091,-0.3046000003814697,-0.16509999334812164,0.9380999803543091,-0.3046000003814697,-0.16509999334812164,0.9380999803543091,-0.3046000003814697,0.3319000005722046,-0.6729999780654907,0.6610000133514404,0.3319000005722046,-0.6729999780654907,0.6610000133514404,0.3319000005722046,-0.6729999780654907,0.6610000133514404,-0.3783000111579895,-0.6815999746322632,-0.6262999773025513,-0.3783000111579895,-0.6815999746322632,-0.6262999773025513,-0.3783000111579895,-0.6815999746322632,-0.6262999773025513,0.4740000069141388,-0.800000011920929,0.3677999973297119,0.4740000069141388,-0.800000011920929,0.3677999973297119,0.4740000069141388,-0.800000011920929,0.3677999973297119,-0.02370000071823597,0.9397000074386597,-0.34119999408721924,-0.02370000071823597,0.9397000074386597,-0.34119999408721924,-0.02370000071823597,0.9397000074386597,-0.34119999408721924,-0.9908000230789185,0.12129999697208405,0.06069999933242798,-0.9908000230789185,0.12129999697208405,0.06069999933242798,-0.9908000230789185,0.12129999697208405,0.06069999933242798,-0.46399998664855957,0.09139999747276306,-0.8810999989509583,-0.46399998664855957,0.09139999747276306,-0.8810999989509583,-0.46399998664855957,0.09139999747276306,-0.8810999989509583,0.44190001487731934,0.6409000158309937,-0.6276000142097473,0.44190001487731934,0.6409000158309937,-0.6276000142097473,0.44190001487731934,0.6409000158309937,-0.6276000142097473,0.023600000888109207,0.6909000277519226,0.7225000262260437,0.023600000888109207,0.6909000277519226,0.7225000262260437,0.023600000888109207,0.6909000277519226,0.7225000262260437,0.3763999938964844,-0.7379000186920166,-0.5601000189781189,0.3763999938964844,-0.7379000186920166,-0.5601000189781189,0.3763999938964844,-0.7379000186920166,-0.5601000189781189,0.9951000213623047,-0.06159999966621399,0.07769999653100967,0.9951000213623047,-0.06159999966621399,0.07769999653100967,0.9951000213623047,-0.06159999966621399,0.07769999653100967,0.616100013256073,0.7723000049591064,0.15479999780654907,0.616100013256073,0.7723000049591064,0.15479999780654907,0.616100013256073,0.7723000049591064,0.15479999780654907,-0.902899980545044,-0.2295999974012375,0.36329999566078186,-0.902899980545044,-0.2295999974012375,0.36329999566078186,-0.902899980545044,-0.2295999974012375,0.36329999566078186,0.30730000138282776,-0.9370999932289124,0.1656000018119812,0.30730000138282776,-0.9370999932289124,0.1656000018119812,0.30730000138282776,-0.9370999932289124,0.1656000018119812,-0.1768999993801117,-0.032499998807907104,0.9836999773979187,-0.1768999993801117,-0.032499998807907104,0.9836999773979187,-0.1768999993801117,-0.032499998807907104,0.9836999773979187,0.5103999972343445,-0.20730000734329224,0.8345999717712402,0.5103999972343445,-0.20730000734329224,0.8345999717712402,0.5103999972343445,-0.20730000734329224,0.8345999717712402,-0.5982000231742859,-0.391400009393692,-0.6992999911308289,-0.5982000231742859,-0.391400009393692,-0.6992999911308289,-0.5982000231742859,-0.391400009393692,-0.6992999911308289,-0.34940001368522644,-0.9333999752998352,-0.08190000057220459,-0.34940001368522644,-0.9333999752998352,-0.08190000057220459,-0.34940001368522644,-0.9333999752998352,-0.08190000057220459,0.6050000190734863,-0.44029998779296875,-0.6635000109672546,0.6050000190734863,-0.44029998779296875,-0.6635000109672546,0.6050000190734863,-0.44029998779296875,-0.6635000109672546,-0.9975000023841858,-0.052799999713897705,-0.04619999974966049,-0.9975000023841858,-0.052799999713897705,-0.04619999974966049,-0.9975000023841858,-0.052799999713897705,-0.04619999974966049,-0.9969000220298767,0.07370000332593918,0.02759999968111515,-0.9969000220298767,0.07370000332593918,0.02759999968111515,-0.9969000220298767,0.07370000332593918,0.02759999968111515,0.6687999963760376,-0.5839999914169312,0.46000000834465027,0.6687999963760376,-0.5839999914169312,0.46000000834465027,0.6687999963760376,-0.5839999914169312,0.46000000834465027,-0.22679999470710754,-0.20600000023841858,0.9519000053405762,-0.22679999470710754,-0.20600000023841858,0.9519000053405762,-0.22679999470710754,-0.20600000023841858,0.9519000053405762,0.4375999867916107,-0.43790000677108765,0.7853000164031982,0.4375999867916107,-0.43790000677108765,0.7853000164031982,0.4375999867916107,-0.43790000677108765,0.7853000164031982,-0.24459999799728394,-0.965499997138977,0.08879999816417694,-0.24459999799728394,-0.965499997138977,0.08879999816417694,-0.24459999799728394,-0.965499997138977,0.08879999816417694,-0.25769999623298645,-0.19939999282360077,0.9453999996185303,-0.25769999623298645,-0.19939999282360077,0.9453999996185303,-0.25769999623298645,-0.19939999282360077,0.9453999996185303,0.9907000064849854,0.12250000238418579,0.05990000069141388,0.9907000064849854,0.12250000238418579,0.05990000069141388,0.9907000064849854,0.12250000238418579,0.05990000069141388,-0.2718999981880188,-0.8151999711990356,0.5113000273704529,-0.2718999981880188,-0.8151999711990356,0.5113000273704529,-0.2718999981880188,-0.8151999711990356,0.5113000273704529,-0.38749998807907104,0.779699981212616,-0.4918000102043152,-0.38749998807907104,0.779699981212616,-0.4918000102043152,-0.38749998807907104,0.779699981212616,-0.4918000102043152,0.3982999920845032,-0.8974000215530396,-0.19009999930858612,0.3982999920845032,-0.8974000215530396,-0.19009999930858612,0.3982999920845032,-0.8974000215530396,-0.19009999930858612,-0.07370000332593918,-0.9300000071525574,0.3601999878883362,-0.07370000332593918,-0.9300000071525574,0.3601999878883362,-0.07370000332593918,-0.9300000071525574,0.3601999878883362,0.019600000232458115,0.9993000030517578,-0.03220000118017197,0.019600000232458115,0.9993000030517578,-0.03220000118017197,0.019600000232458115,0.9993000030517578,-0.03220000118017197,0.2842000126838684,0.9491999745368958,0.13510000705718994,0.2842000126838684,0.9491999745368958,0.13510000705718994,0.2842000126838684,0.9491999745368958,0.13510000705718994,-0.23720000684261322,0.6373000144958496,-0.7332000136375427,-0.23720000684261322,0.6373000144958496,-0.7332000136375427,-0.23720000684261322,0.6373000144958496,-0.7332000136375427,0.5385000109672546,0.23190000653266907,0.8101000189781189,0.5385000109672546,0.23190000653266907,0.8101000189781189,0.5385000109672546,0.23190000653266907,0.8101000189781189,-0.23420000076293945,-0.007600000128149986,0.9721999764442444,-0.23420000076293945,-0.007600000128149986,0.9721999764442444,-0.23420000076293945,-0.007600000128149986,0.9721999764442444,0.46160000562667847,-0.6650000214576721,0.5871000289916992,0.46160000562667847,-0.6650000214576721,0.5871000289916992,0.46160000562667847,-0.6650000214576721,0.5871000289916992,0.9527000188827515,-0.17829999327659607,-0.24619999527931213,0.9527000188827515,-0.17829999327659607,-0.24619999527931213,0.9527000188827515,-0.17829999327659607,-0.24619999527931213,0.9937999844551086,-0.00800000037997961,0.11079999804496765,0.9937999844551086,-0.00800000037997961,0.11079999804496765,0.9937999844551086,-0.00800000037997961,0.11079999804496765,-0.3513999879360199,-0.9144999980926514,-0.20029999315738678,-0.3513999879360199,-0.9144999980926514,-0.20029999315738678,-0.3513999879360199,-0.9144999980926514,-0.20029999315738678,0.2915000021457672,0.3312999904155731,-0.8974000215530396,0.2915000021457672,0.3312999904155731,-0.8974000215530396,0.2915000021457672,0.3312999904155731,-0.8974000215530396,0.9538000226020813,0.2791000008583069,-0.11110000312328339,0.9538000226020813,0.2791000008583069,-0.11110000312328339,0.9538000226020813,0.2791000008583069,-0.11110000312328339,0.5992000102996826,0.1467999964952469,-0.7870000004768372,0.5992000102996826,0.1467999964952469,-0.7870000004768372,0.5992000102996826,0.1467999964952469,-0.7870000004768372,-0.1565999984741211,-0.9771000146865845,0.14419999718666077,-0.1565999984741211,-0.9771000146865845,0.14419999718666077,-0.1565999984741211,-0.9771000146865845,0.14419999718666077,0.5961999893188477,0.8023999929428101,-0.027499999850988388,0.5961999893188477,0.8023999929428101,-0.027499999850988388,0.5961999893188477,0.8023999929428101,-0.027499999850988388,0.22689999639987946,-0.0551999993622303,-0.9722999930381775,0.22689999639987946,-0.0551999993622303,-0.9722999930381775,0.22689999639987946,-0.0551999993622303,-0.9722999930381775,-0.4794999957084656,0.6546000242233276,-0.5843999981880188,-0.4794999957084656,0.6546000242233276,-0.5843999981880188,-0.4794999957084656,0.6546000242233276,-0.5843999981880188,-0.05040000006556511,0.25920000672340393,0.9645000100135803,-0.05040000006556511,0.25920000672340393,0.9645000100135803,-0.05040000006556511,0.25920000672340393,0.9645000100135803,-0.5996999740600586,-0.7142000198364258,0.36090001463890076,-0.5996999740600586,-0.7142000198364258,0.36090001463890076,-0.5996999740600586,-0.7142000198364258,0.36090001463890076,0.03590000048279762,0.9046000242233276,-0.424699991941452,0.03590000048279762,0.9046000242233276,-0.424699991941452,0.03590000048279762,0.9046000242233276,-0.424699991941452,0.31279999017715454,0.5537999868392944,0.7716000080108643,0.31279999017715454,0.5537999868392944,0.7716000080108643,0.31279999017715454,0.5537999868392944,0.7716000080108643,-0.241799995303154,0.6904000043869019,-0.6818000078201294,-0.241799995303154,0.6904000043869019,-0.6818000078201294,-0.241799995303154,0.6904000043869019,-0.6818000078201294,-0.34049999713897705,0.004800000227987766,0.9401999711990356,-0.34049999713897705,0.004800000227987766,0.9401999711990356,-0.34049999713897705,0.004800000227987766,0.9401999711990356,0.12700000405311584,-0.6065000295639038,-0.7849000096321106,0.12700000405311584,-0.6065000295639038,-0.7849000096321106,0.12700000405311584,-0.6065000295639038,-0.7849000096321106,0.3528999984264374,-0.5401999950408936,-0.7639999985694885,0.3528999984264374,-0.5401999950408936,-0.7639999985694885,0.3528999984264374,-0.5401999950408936,-0.7639999985694885,0.673799991607666,-0.6338000297546387,0.3797000050544739,0.673799991607666,-0.6338000297546387,0.3797000050544739,0.673799991607666,-0.6338000297546387,0.3797000050544739,0.020999999716877937,-0.9272000193595886,-0.37389999628067017,0.020999999716877937,-0.9272000193595886,-0.37389999628067017,0.020999999716877937,-0.9272000193595886,-0.37389999628067017,-0.7785999774932861,-0.1673000007867813,0.6047999858856201,-0.7785999774932861,-0.1673000007867813,0.6047999858856201,-0.7785999774932861,-0.1673000007867813,0.6047999858856201,-0.930899977684021,-0.30550000071525574,0.20000000298023224,-0.930899977684021,-0.30550000071525574,0.20000000298023224,-0.930899977684021,-0.30550000071525574,0.20000000298023224,0.06040000170469284,-0.5920000076293945,0.8036999702453613,0.06040000170469284,-0.5920000076293945,0.8036999702453613,0.06040000170469284,-0.5920000076293945,0.8036999702453613,-0.09189999848604202,-0.014800000004470348,0.9957000017166138,-0.09189999848604202,-0.014800000004470348,0.9957000017166138,-0.09189999848604202,-0.014800000004470348,0.9957000017166138,0.5629000067710876,-0.7560999989509583,-0.33379998803138733,0.5629000067710876,-0.7560999989509583,-0.33379998803138733,0.5629000067710876,-0.7560999989509583,-0.33379998803138733,0.44830000400543213,0.8931999802589417,0.03400000184774399,0.44830000400543213,0.8931999802589417,0.03400000184774399,0.44830000400543213,0.8931999802589417,0.03400000184774399,0.048900000751018524,0.0066999997943639755,0.9987999796867371,0.048900000751018524,0.0066999997943639755,0.9987999796867371,0.048900000751018524,0.0066999997943639755,0.9987999796867371,-0.5472000241279602,-0.8234999775886536,0.14970000088214874,-0.5472000241279602,-0.8234999775886536,0.14970000088214874,-0.5472000241279602,-0.8234999775886536,0.14970000088214874,-0.4408999979496002,-0.715399980545044,0.5419999957084656,-0.4408999979496002,-0.715399980545044,0.5419999957084656,-0.4408999979496002,-0.715399980545044,0.5419999957084656,-0.7369999885559082,0.10260000079870224,0.6680999994277954,-0.7369999885559082,0.10260000079870224,0.6680999994277954,-0.7369999885559082,0.10260000079870224,0.6680999994277954,-0.632099986076355,0.6416000127792358,0.4345000088214874,-0.632099986076355,0.6416000127792358,0.4345000088214874,-0.632099986076355,0.6416000127792358,0.4345000088214874,0.6661999821662903,-0.47929999232292175,0.571399986743927,0.6661999821662903,-0.47929999232292175,0.571399986743927,0.6661999821662903,-0.47929999232292175,0.571399986743927,0.6398000121116638,-0.31690001487731934,0.7002000212669373,0.6398000121116638,-0.31690001487731934,0.7002000212669373,0.6398000121116638,-0.31690001487731934,0.7002000212669373,0.7109000086784363,0.49709999561309814,0.4975000023841858,0.7109000086784363,0.49709999561309814,0.4975000023841858,0.7109000086784363,0.49709999561309814,0.4975000023841858,-0.45680001378059387,0.882099986076355,0.11500000208616257,-0.45680001378059387,0.882099986076355,0.11500000208616257,-0.45680001378059387,0.882099986076355,0.11500000208616257,0.1671999990940094,-0.9093000292778015,0.38109999895095825,0.1671999990940094,-0.9093000292778015,0.38109999895095825,0.1671999990940094,-0.9093000292778015,0.38109999895095825,-0.5303000211715698,0.8205000162124634,0.21330000460147858,-0.5303000211715698,0.8205000162124634,0.21330000460147858,-0.5303000211715698,0.8205000162124634,0.21330000460147858,-0.09600000083446503,-0.8108999729156494,0.5773000121116638,-0.09600000083446503,-0.8108999729156494,0.5773000121116638,-0.09600000083446503,-0.8108999729156494,0.5773000121116638,-0.667900025844574,0.4593000113964081,-0.5856999754905701,-0.667900025844574,0.4593000113964081,-0.5856999754905701,-0.667900025844574,0.4593000113964081,-0.5856999754905701,-0.18289999663829803,0.8901000022888184,0.4174000024795532,-0.18289999663829803,0.8901000022888184,0.4174000024795532,-0.18289999663829803,0.8901000022888184,0.4174000024795532,0.815500020980835,-0.14149999618530273,0.5612000226974487,0.815500020980835,-0.14149999618530273,0.5612000226974487,0.815500020980835,-0.14149999618530273,0.5612000226974487,0.9401000142097473,0.29179999232292175,-0.1762000024318695,0.9401000142097473,0.29179999232292175,-0.1762000024318695,0.9401000142097473,0.29179999232292175,-0.1762000024318695,-0.45680001378059387,-0.849399983882904,-0.26409998536109924,-0.45680001378059387,-0.849399983882904,-0.26409998536109924,-0.45680001378059387,-0.849399983882904,-0.26409998536109924,0.9735999703407288,-0.226500004529953,-0.026200000196695328,0.9735999703407288,-0.226500004529953,-0.026200000196695328,0.9735999703407288,-0.226500004529953,-0.026200000196695328,0.08810000121593475,-0.9416000247001648,0.32499998807907104,0.08810000121593475,-0.9416000247001648,0.32499998807907104,0.08810000121593475,-0.9416000247001648,0.32499998807907104,-0.22840000689029694,-0.9104999899864197,-0.3447999954223633,-0.22840000689029694,-0.9104999899864197,-0.3447999954223633,-0.22840000689029694,-0.9104999899864197,-0.3447999954223633,0.4309999942779541,0.8224999904632568,-0.3711000084877014,0.4309999942779541,0.8224999904632568,-0.3711000084877014,0.4309999942779541,0.8224999904632568,-0.3711000084877014,-0.4706999957561493,0.8752999901771545,-0.11110000312328339,-0.4706999957561493,0.8752999901771545,-0.11110000312328339,-0.4706999957561493,0.8752999901771545,-0.11110000312328339,0.17090000212192535,-0.9472000002861023,0.27129998803138733,0.17090000212192535,-0.9472000002861023,0.27129998803138733,0.17090000212192535,-0.9472000002861023,0.27129998803138733,0.7645000219345093,-0.6432999968528748,-0.041600000113248825,0.7645000219345093,-0.6432999968528748,-0.041600000113248825,0.7645000219345093,-0.6432999968528748,-0.041600000113248825,-0.8274999856948853,-0.27390000224113464,-0.4900999963283539,-0.8274999856948853,-0.27390000224113464,-0.4900999963283539,-0.8274999856948853,-0.27390000224113464,-0.4900999963283539,0.9199000000953674,0.3873000144958496,0.06109999865293503,0.9199000000953674,0.3873000144958496,0.06109999865293503,0.9199000000953674,0.3873000144958496,0.06109999865293503,-0.9089000225067139,0.03269999846816063,-0.4156999886035919,-0.9089000225067139,0.03269999846816063,-0.4156999886035919,-0.9089000225067139,0.03269999846816063,-0.4156999886035919,-0.7997999787330627,0.5530999898910522,0.23330000042915344,-0.7997999787330627,0.5530999898910522,0.23330000042915344,-0.7997999787330627,0.5530999898910522,0.23330000042915344,0.8555999994277954,0.21889999508857727,-0.4690999984741211,0.8555999994277954,0.21889999508857727,-0.4690999984741211,0.8555999994277954,0.21889999508857727,-0.4690999984741211,-0.9690999984741211,0.14390000700950623,0.20020000636577606,-0.9690999984741211,0.14390000700950623,0.20020000636577606,-0.9690999984741211,0.14390000700950623,0.20020000636577606,-0.08709999918937683,0.885699987411499,-0.45590001344680786,-0.08709999918937683,0.885699987411499,-0.45590001344680786,-0.08709999918937683,0.885699987411499,-0.45590001344680786,-0.6402000188827515,0.5098000168800354,-0.5746999979019165,-0.6402000188827515,0.5098000168800354,-0.5746999979019165,-0.6402000188827515,0.5098000168800354,-0.5746999979019165,-0.37389999628067017,0.9258000254631042,0.05530000105500221,-0.37389999628067017,0.9258000254631042,0.05530000105500221,-0.37389999628067017,0.9258000254631042,0.05530000105500221,0.6449999809265137,-0.6686000227928162,-0.3700000047683716,0.6449999809265137,-0.6686000227928162,-0.3700000047683716,0.6449999809265137,-0.6686000227928162,-0.3700000047683716,-0.14880000054836273,0.41269999742507935,0.8985999822616577,-0.14880000054836273,0.41269999742507935,0.8985999822616577,-0.14880000054836273,0.41269999742507935,0.8985999822616577,0.7476999759674072,-0.6503999829292297,-0.1339000016450882,0.7476999759674072,-0.6503999829292297,-0.1339000016450882,0.7476999759674072,-0.6503999829292297,-0.1339000016450882,0.7436000108718872,0.07129999995231628,-0.6647999882698059,0.7436000108718872,0.07129999995231628,-0.6647999882698059,0.7436000108718872,0.07129999995231628,-0.6647999882698059,-0.3569999933242798,-0.7324000000953674,0.5796999931335449,-0.3569999933242798,-0.7324000000953674,0.5796999931335449,-0.3569999933242798,-0.7324000000953674,0.5796999931335449,-0.35659998655319214,-0.8593000173568726,0.3666999936103821,-0.35659998655319214,-0.8593000173568726,0.3666999936103821,-0.35659998655319214,-0.8593000173568726,0.3666999936103821,0.37630000710487366,0.7781999707221985,0.5026999711990356,0.37630000710487366,0.7781999707221985,0.5026999711990356,0.37630000710487366,0.7781999707221985,0.5026999711990356,-0.32910001277923584,-0.848800003528595,0.4138000011444092,-0.32910001277923584,-0.848800003528595,0.4138000011444092,-0.32910001277923584,-0.848800003528595,0.4138000011444092,0.29350000619888306,0.04769999906420708,0.954800009727478,0.29350000619888306,0.04769999906420708,0.954800009727478,0.29350000619888306,0.04769999906420708,0.954800009727478,0.19470000267028809,-0.5027999877929688,0.842199981212616,0.19470000267028809,-0.5027999877929688,0.842199981212616,0.19470000267028809,-0.5027999877929688,0.842199981212616,-0.7710000276565552,-0.08879999816417694,-0.6306999921798706,-0.7710000276565552,-0.08879999816417694,-0.6306999921798706,-0.7710000276565552,-0.08879999816417694,-0.6306999921798706,-0.6973999738693237,0.08590000122785568,-0.7114999890327454,-0.6973999738693237,0.08590000122785568,-0.7114999890327454,-0.6973999738693237,0.08590000122785568,-0.7114999890327454,0.19220000505447388,0.7253000140190125,-0.6610000133514404,0.19220000505447388,0.7253000140190125,-0.6610000133514404,0.19220000505447388,0.7253000140190125,-0.6610000133514404,-0.628600001335144,0.5005999803543091,-0.5952000021934509,-0.628600001335144,0.5005999803543091,-0.5952000021934509,-0.628600001335144,0.5005999803543091,-0.5952000021934509,-0.030400000512599945,-0.9909999966621399,0.1307000070810318,-0.030400000512599945,-0.9909999966621399,0.1307000070810318,-0.030400000512599945,-0.9909999966621399,0.1307000070810318,-0.1444000005722046,-0.6765000224113464,0.7221999764442444,-0.1444000005722046,-0.6765000224113464,0.7221999764442444,-0.1444000005722046,-0.6765000224113464,0.7221999764442444,0.414900004863739,-0.8457000255584717,0.33550000190734863,0.414900004863739,-0.8457000255584717,0.33550000190734863,0.414900004863739,-0.8457000255584717,0.33550000190734863,-0.5443000197410583,-0.8389000296592712,-0.003100000089034438,-0.5443000197410583,-0.8389000296592712,-0.003100000089034438,-0.5443000197410583,-0.8389000296592712,-0.003100000089034438,0.35740000009536743,-0.8906000256538391,-0.28130000829696655,0.35740000009536743,-0.8906000256538391,-0.28130000829696655,0.35740000009536743,-0.8906000256538391,-0.28130000829696655,-0.8557000160217285,0.06270000338554382,-0.5135999917984009,-0.8557000160217285,0.06270000338554382,-0.5135999917984009,-0.8557000160217285,0.06270000338554382,-0.5135999917984009,-0.9710999727249146,-0.2378000020980835,0.01940000057220459,-0.9710999727249146,-0.2378000020980835,0.01940000057220459,-0.9710999727249146,-0.2378000020980835,0.01940000057220459,0.5544999837875366,-0.7404999732971191,-0.3797999918460846,0.5544999837875366,-0.7404999732971191,-0.3797999918460846,0.5544999837875366,-0.7404999732971191,-0.3797999918460846,0.28380000591278076,0.6550999879837036,-0.7002999782562256,0.28380000591278076,0.6550999879837036,-0.7002999782562256,0.28380000591278076,0.6550999879837036,-0.7002999782562256,-0.9246000051498413,0.3806999921798706,-0.013799999840557575,-0.9246000051498413,0.3806999921798706,-0.013799999840557575,-0.9246000051498413,0.3806999921798706,-0.013799999840557575,0.8172000050544739,-0.5598000288009644,-0.1370999962091446,0.8172000050544739,-0.5598000288009644,-0.1370999962091446,0.8172000050544739,-0.5598000288009644,-0.1370999962091446,0.9607999920845032,0.1906999945640564,0.2011999934911728,0.9607999920845032,0.1906999945640564,0.2011999934911728,0.9607999920845032,0.1906999945640564,0.2011999934911728,-0.9269000291824341,-0.12210000306367874,-0.3547999858856201,-0.9269000291824341,-0.12210000306367874,-0.3547999858856201,-0.9269000291824341,-0.12210000306367874,-0.3547999858856201,-0.39419999718666077,-0.8475000262260437,0.3555000126361847,-0.39419999718666077,-0.8475000262260437,0.3555000126361847,-0.39419999718666077,-0.8475000262260437,0.3555000126361847,-0.9682000279426575,-0.23119999468326569,-0.09600000083446503,-0.9682000279426575,-0.23119999468326569,-0.09600000083446503,-0.9682000279426575,-0.23119999468326569,-0.09600000083446503,0.5041999816894531,-0.6711000204086304,-0.5435000061988831,0.5041999816894531,-0.6711000204086304,-0.5435000061988831,0.5041999816894531,-0.6711000204086304,-0.5435000061988831,-0.4586000144481659,-0.3720000088214874,-0.8069999814033508,-0.4586000144481659,-0.3720000088214874,-0.8069999814033508,-0.4586000144481659,-0.3720000088214874,-0.8069999814033508,0.10180000215768814,-0.35089999437332153,0.930899977684021,0.10180000215768814,-0.35089999437332153,0.930899977684021,0.10180000215768814,-0.35089999437332153,0.930899977684021,-0.8779000043869019,-0.39100000262260437,-0.27630001306533813,-0.8779000043869019,-0.39100000262260437,-0.27630001306533813,-0.8779000043869019,-0.39100000262260437,-0.27630001306533813,0.933899998664856,-0.3492000102996826,-0.07680000364780426,0.933899998664856,-0.3492000102996826,-0.07680000364780426,0.933899998664856,-0.3492000102996826,-0.07680000364780426,0.21119999885559082,0.7815999984741211,-0.5870000123977661,0.21119999885559082,0.7815999984741211,-0.5870000123977661,0.21119999885559082,0.7815999984741211,-0.5870000123977661,0.652400016784668,0.6747000217437744,-0.34529998898506165,0.652400016784668,0.6747000217437744,-0.34529998898506165,0.652400016784668,0.6747000217437744,-0.34529998898506165,-0.8235999941825867,0.5174000263214111,-0.23229999840259552,-0.8235999941825867,0.5174000263214111,-0.23229999840259552,-0.8235999941825867,0.5174000263214111,-0.23229999840259552,-0.7282999753952026,0.20749999582767487,-0.6531000137329102,-0.7282999753952026,0.20749999582767487,-0.6531000137329102,-0.7282999753952026,0.20749999582767487,-0.6531000137329102,0.8464000225067139,0.3345000147819519,0.41429999470710754,0.8464000225067139,0.3345000147819519,0.41429999470710754,0.8464000225067139,0.3345000147819519,0.41429999470710754,-0.11150000244379044,0.7710999846458435,-0.6269000172615051,-0.11150000244379044,0.7710999846458435,-0.6269000172615051,-0.11150000244379044,0.7710999846458435,-0.6269000172615051,0.7935000061988831,0.4885999858379364,0.3628999888896942,0.7935000061988831,0.4885999858379364,0.3628999888896942,0.7935000061988831,0.4885999858379364,0.3628999888896942,-0.7825999855995178,0.18649999797344208,-0.5939000248908997,-0.7825999855995178,0.18649999797344208,-0.5939000248908997,-0.7825999855995178,0.18649999797344208,-0.5939000248908997,-0.06830000132322311,-0.7537000179290771,0.6536999940872192,-0.06830000132322311,-0.7537000179290771,0.6536999940872192,-0.06830000132322311,-0.7537000179290771,0.6536999940872192,0.9451000094413757,0.2851000130176544,0.1597999930381775,0.9451000094413757,0.2851000130176544,0.1597999930381775,0.9451000094413757,0.2851000130176544,0.1597999930381775,-0.29840001463890076,-0.7116000056266785,0.6359999775886536,-0.29840001463890076,-0.7116000056266785,0.6359999775886536,-0.29840001463890076,-0.7116000056266785,0.6359999775886536,-0.4397999942302704,-0.3716000020503998,0.8176000118255615,-0.4397999942302704,-0.3716000020503998,0.8176000118255615,-0.4397999942302704,-0.3716000020503998,0.8176000118255615,0.2955999970436096,-0.9348999857902527,-0.19619999825954437,0.2955999970436096,-0.9348999857902527,-0.19619999825954437,0.2955999970436096,-0.9348999857902527,-0.19619999825954437,0.426800012588501,-0.866100013256073,0.26010000705718994,0.426800012588501,-0.866100013256073,0.26010000705718994,0.426800012588501,-0.866100013256073,0.26010000705718994,-0.9678999781608582,-0.24979999661445618,0.02669999934732914,-0.9678999781608582,-0.24979999661445618,0.02669999934732914,-0.9678999781608582,-0.24979999661445618,0.02669999934732914,-0.5102999806404114,0.847599983215332,-0.1451999992132187,-0.5102999806404114,0.847599983215332,-0.1451999992132187,-0.5102999806404114,0.847599983215332,-0.1451999992132187,-0.8963000178337097,-0.021700000390410423,0.44279998540878296,-0.8963000178337097,-0.021700000390410423,0.44279998540878296,-0.8963000178337097,-0.021700000390410423,0.44279998540878296,-0.013100000098347664,-0.9889000058174133,0.14830000698566437,-0.013100000098347664,-0.9889000058174133,0.14830000698566437,-0.013100000098347664,-0.9889000058174133,0.14830000698566437,0.6888999938964844,-0.6446999907493591,0.3312000036239624,0.6888999938964844,-0.6446999907493591,0.3312000036239624,0.6888999938964844,-0.6446999907493591,0.3312000036239624,-0.05689999833703041,-0.9908000230789185,0.12280000001192093,-0.05689999833703041,-0.9908000230789185,0.12280000001192093,-0.05689999833703041,-0.9908000230789185,0.12280000001192093,0.2556999921798706,-0.9254999756813049,-0.27950000762939453,0.2556999921798706,-0.9254999756813049,-0.27950000762939453,0.2556999921798706,-0.9254999756813049,-0.27950000762939453,0.6865000128746033,-0.20999999344348907,0.6962000131607056,0.6865000128746033,-0.20999999344348907,0.6962000131607056,0.6865000128746033,-0.20999999344348907,0.6962000131607056,0.7445999979972839,0.10490000247955322,0.6592000126838684,0.7445999979972839,0.10490000247955322,0.6592000126838684,0.7445999979972839,0.10490000247955322,0.6592000126838684,0.925000011920929,0.23440000414848328,0.29899999499320984,0.925000011920929,0.23440000414848328,0.29899999499320984,0.925000011920929,0.23440000414848328,0.29899999499320984,-0.6700000166893005,0.541700005531311,0.5074999928474426,-0.6700000166893005,0.541700005531311,0.5074999928474426,-0.6700000166893005,0.541700005531311,0.5074999928474426,0.7491999864578247,-0.4366999864578247,0.49810001254081726,0.7491999864578247,-0.4366999864578247,0.49810001254081726,0.7491999864578247,-0.4366999864578247,0.49810001254081726,-0.8517000079154968,0.4239000082015991,-0.3082999885082245,-0.8517000079154968,0.4239000082015991,-0.3082999885082245,-0.8517000079154968,0.4239000082015991,-0.3082999885082245,0.953499972820282,-0.020600000396370888,0.30059999227523804,0.953499972820282,-0.020600000396370888,0.30059999227523804,0.953499972820282,-0.020600000396370888,0.30059999227523804,0.9210000038146973,0.17900000512599945,-0.34610000252723694,0.9210000038146973,0.17900000512599945,-0.34610000252723694,0.9210000038146973,0.17900000512599945,-0.34610000252723694,0.9976000189781189,0.04540000110864639,-0.05180000141263008,0.9976000189781189,0.04540000110864639,-0.05180000141263008,0.9976000189781189,0.04540000110864639,-0.05180000141263008,-0.21469999849796295,0.7799000144004822,-0.5878999829292297,-0.21469999849796295,0.7799000144004822,-0.5878999829292297,-0.21469999849796295,0.7799000144004822,-0.5878999829292297,0.4668999910354614,-0.023000000044703484,-0.8840000033378601,0.4668999910354614,-0.023000000044703484,-0.8840000033378601,0.4668999910354614,-0.023000000044703484,-0.8840000033378601,-0.6635000109672546,0.11110000312328339,-0.7398999929428101,-0.6635000109672546,0.11110000312328339,-0.7398999929428101,-0.6635000109672546,0.11110000312328339,-0.7398999929428101,0.6263999938964844,-0.2240999937057495,0.7465999722480774,0.6263999938964844,-0.2240999937057495,0.7465999722480774,0.6263999938964844,-0.2240999937057495,0.7465999722480774,0.30309998989105225,0.9222000241279602,0.2401999980211258,0.30309998989105225,0.9222000241279602,0.2401999980211258,0.30309998989105225,0.9222000241279602,0.2401999980211258,-0.4198000133037567,0.6794999837875366,0.6017000079154968,-0.4198000133037567,0.6794999837875366,0.6017000079154968,-0.4198000133037567,0.6794999837875366,0.6017000079154968,0.51910001039505,0.8529000282287598,0.0560000017285347,0.51910001039505,0.8529000282287598,0.0560000017285347,0.51910001039505,0.8529000282287598,0.0560000017285347,0.47099998593330383,-0.2750999927520752,0.838100016117096,0.47099998593330383,-0.2750999927520752,0.838100016117096,0.47099998593330383,-0.2750999927520752,0.838100016117096,-0.8784999847412109,-0.25609999895095825,0.4034000039100647,-0.8784999847412109,-0.25609999895095825,0.4034000039100647,-0.8784999847412109,-0.25609999895095825,0.4034000039100647,-0.3160000145435333,-0.7782999873161316,0.5425999760627747,-0.3160000145435333,-0.7782999873161316,0.5425999760627747,-0.3160000145435333,-0.7782999873161316,0.5425999760627747,0.7627000212669373,-0.6399000287055969,0.09350000321865082,0.7627000212669373,-0.6399000287055969,0.09350000321865082,0.7627000212669373,-0.6399000287055969,0.09350000321865082,0.4975999891757965,-0.859499990940094,-0.11729999631643295,0.4975999891757965,-0.859499990940094,-0.11729999631643295,0.4975999891757965,-0.859499990940094,-0.11729999631643295,-0.8655999898910522,0.5008000135421753,-0.005100000184029341,-0.8655999898910522,0.5008000135421753,-0.005100000184029341,-0.8655999898910522,0.5008000135421753,-0.005100000184029341,0.48570001125335693,-0.7247999906539917,0.4885999858379364,0.48570001125335693,-0.7247999906539917,0.4885999858379364,0.48570001125335693,-0.7247999906539917,0.4885999858379364,0.0689999982714653,-0.9842000007629395,0.16279999911785126,0.0689999982714653,-0.9842000007629395,0.16279999911785126,0.0689999982714653,-0.9842000007629395,0.16279999911785126,-0.3846000134944916,-0.703000009059906,-0.5982000231742859,-0.3846000134944916,-0.703000009059906,-0.5982000231742859,-0.3846000134944916,-0.703000009059906,-0.5982000231742859,-0.5284000039100647,0.839900016784668,-0.12389999628067017,-0.5284000039100647,0.839900016784668,-0.12389999628067017,-0.5284000039100647,0.839900016784668,-0.12389999628067017,0.08869999647140503,-0.9229999780654907,-0.37439998984336853,0.08869999647140503,-0.9229999780654907,-0.37439998984336853,0.08869999647140503,-0.9229999780654907,-0.37439998984336853,0.03280000016093254,-0.9555000066757202,0.29319998621940613,0.03280000016093254,-0.9555000066757202,0.29319998621940613,0.03280000016093254,-0.9555000066757202,0.29319998621940613,-0.8410000205039978,-0.3720000088214874,0.3928999900817871,-0.8410000205039978,-0.3720000088214874,0.3928999900817871,-0.8410000205039978,-0.3720000088214874,0.3928999900817871,-0.41679999232292175,-0.6101999878883362,-0.673799991607666,-0.41679999232292175,-0.6101999878883362,-0.673799991607666,-0.41679999232292175,-0.6101999878883362,-0.673799991607666,-0.13220000267028809,-0.9732999801635742,0.18780000507831573,-0.13220000267028809,-0.9732999801635742,0.18780000507831573,-0.13220000267028809,-0.9732999801635742,0.18780000507831573,0.266400009393692,0.8152999877929688,-0.5139999985694885,0.266400009393692,0.8152999877929688,-0.5139999985694885,0.266400009393692,0.8152999877929688,-0.5139999985694885,-0.3319000005722046,-0.6729999780654907,0.6610000133514404,-0.3319000005722046,-0.6729999780654907,0.6610000133514404,-0.3319000005722046,-0.6729999780654907,0.6610000133514404,0.49219998717308044,-0.07419999688863754,-0.8672999739646912,0.49219998717308044,-0.07419999688863754,-0.8672999739646912,0.49219998717308044,-0.07419999688863754,-0.8672999739646912,-0.8033000230789185,-0.5105999708175659,0.30660000443458557,-0.8033000230789185,-0.5105999708175659,0.30660000443458557,-0.8033000230789185,-0.5105999708175659,0.30660000443458557,0.9106000065803528,0.39419999718666077,-0.12380000203847885,0.9106000065803528,0.39419999718666077,-0.12380000203847885,0.9106000065803528,0.39419999718666077,-0.12380000203847885,-0.35839998722076416,0.44670000672340393,-0.8198000192642212,-0.35839998722076416,0.44670000672340393,-0.8198000192642212,-0.35839998722076416,0.44670000672340393,-0.8198000192642212,-0.6987000107765198,-0.32089999318122864,0.6395000219345093,-0.6987000107765198,-0.32089999318122864,0.6395000219345093,-0.6987000107765198,-0.32089999318122864,0.6395000219345093,-0.5631999969482422,-0.8162999749183655,-0.12870000302791595,-0.5631999969482422,-0.8162999749183655,-0.12870000302791595,-0.5631999969482422,-0.8162999749183655,-0.12870000302791595,-0.6341999769210815,-0.6955999732017517,0.3375000059604645,-0.6341999769210815,-0.6955999732017517,0.3375000059604645,-0.6341999769210815,-0.6955999732017517,0.3375000059604645,0.9997000098228455,-0.021800000220537186,0.00860000029206276,0.9997000098228455,-0.021800000220537186,0.00860000029206276,0.9997000098228455,-0.021800000220537186,0.00860000029206276,0.42089998722076416,0.600600004196167,-0.6797999739646912,0.42089998722076416,0.600600004196167,-0.6797999739646912,0.42089998722076416,0.600600004196167,-0.6797999739646912,0.002199999988079071,-0.4212999939918518,0.9068999886512756,0.002199999988079071,-0.4212999939918518,0.9068999886512756,0.002199999988079071,-0.4212999939918518,0.9068999886512756,-0.6312999725341797,-0.2535000145435333,-0.7329000234603882,-0.6312999725341797,-0.2535000145435333,-0.7329000234603882,-0.6312999725341797,-0.2535000145435333,-0.7329000234603882,0.6556000113487244,0.6468999981880188,-0.38960000872612,0.6556000113487244,0.6468999981880188,-0.38960000872612,0.6556000113487244,0.6468999981880188,-0.38960000872612,0.6040999889373779,-0.6355999708175659,0.48069998621940613,0.6040999889373779,-0.6355999708175659,0.48069998621940613,0.6040999889373779,-0.6355999708175659,0.48069998621940613,-0.6233000159263611,-0.6726999878883362,-0.39879998564720154,-0.6233000159263611,-0.6726999878883362,-0.39879998564720154,-0.6233000159263611,-0.6726999878883362,-0.39879998564720154,-0.23849999904632568,-0.9211999773979187,0.3075000047683716,-0.23849999904632568,-0.9211999773979187,0.3075000047683716,-0.23849999904632568,-0.9211999773979187,0.3075000047683716,0.5580000281333923,-0.8260999917984009,-0.07840000092983246,0.5580000281333923,-0.8260999917984009,-0.07840000092983246,0.5580000281333923,-0.8260999917984009,-0.07840000092983246,0.13529999554157257,0.9628000259399414,-0.23409999907016754,0.13529999554157257,0.9628000259399414,-0.23409999907016754,0.13529999554157257,0.9628000259399414,-0.23409999907016754,0.8853999972343445,0.12720000743865967,-0.4472000002861023,0.8853999972343445,0.12720000743865967,-0.4472000002861023,0.8853999972343445,0.12720000743865967,-0.4472000002861023,-0.9078999757766724,-0.20069999992847443,-0.36800000071525574,-0.9078999757766724,-0.20069999992847443,-0.36800000071525574,-0.9078999757766724,-0.20069999992847443,-0.36800000071525574,0.7827000021934509,0.4893999993801117,-0.38449999690055847,0.7827000021934509,0.4893999993801117,-0.38449999690055847,0.7827000021934509,0.4893999993801117,-0.38449999690055847,-0.5709999799728394,-0.7074000239372253,-0.41670000553131104,-0.5709999799728394,-0.7074000239372253,-0.41670000553131104,-0.5709999799728394,-0.7074000239372253,-0.41670000553131104,0.4763000011444092,0.8062999844551086,0.3506999909877777,0.4763000011444092,0.8062999844551086,0.3506999909877777,0.4763000011444092,0.8062999844551086,0.3506999909877777,-0.8264999985694885,-0.5564000010490417,0.08550000190734863,-0.8264999985694885,-0.5564000010490417,0.08550000190734863,-0.8264999985694885,-0.5564000010490417,0.08550000190734863,-0.927299976348877,0.17399999499320984,-0.3314000070095062,-0.927299976348877,0.17399999499320984,-0.3314000070095062,-0.927299976348877,0.17399999499320984,-0.3314000070095062,-0.10750000178813934,-0.6080999970436096,0.7865999937057495,-0.10750000178813934,-0.6080999970436096,0.7865999937057495,-0.10750000178813934,-0.6080999970436096,0.7865999937057495,0.9086999893188477,-0.41359999775886536,0.05640000104904175,0.9086999893188477,-0.41359999775886536,0.05640000104904175,0.9086999893188477,-0.41359999775886536,0.05640000104904175,0.40389999747276306,0.6244999766349792,0.6685000061988831,0.40389999747276306,0.6244999766349792,0.6685000061988831,0.40389999747276306,0.6244999766349792,0.6685000061988831,-0.35530000925064087,-0.22380000352859497,0.9075000286102295,-0.35530000925064087,-0.22380000352859497,0.9075000286102295,-0.35530000925064087,-0.22380000352859497,0.9075000286102295,-0.9898999929428101,0.12359999865293503,-0.06880000233650208,-0.9898999929428101,0.12359999865293503,-0.06880000233650208,-0.9898999929428101,0.12359999865293503,-0.06880000233650208,-0.31619998812675476,-0.9221000075340271,-0.22300000488758087,-0.31619998812675476,-0.9221000075340271,-0.22300000488758087,-0.31619998812675476,-0.9221000075340271,-0.22300000488758087,-0.46889999508857727,-0.04639999940991402,0.8820000290870667,-0.46889999508857727,-0.04639999940991402,0.8820000290870667,-0.46889999508857727,-0.04639999940991402,0.8820000290870667,-0.7986999750137329,-0.5906000137329102,0.1152999997138977,-0.7986999750137329,-0.5906000137329102,0.1152999997138977,-0.7986999750137329,-0.5906000137329102,0.1152999997138977,0.12839999794960022,-0.4796999990940094,0.8679999709129333,0.12839999794960022,-0.4796999990940094,0.8679999709129333,0.12839999794960022,-0.4796999990940094,0.8679999709129333,0.8296999931335449,0.42829999327659607,-0.3580999970436096,0.8296999931335449,0.42829999327659607,-0.3580999970436096,0.8296999931335449,0.42829999327659607,-0.3580999970436096,-0.8087999820709229,0.5877000093460083,0.017999999225139618,-0.8087999820709229,0.5877000093460083,0.017999999225139618,-0.8087999820709229,0.5877000093460083,0.017999999225139618,0.22089999914169312,0.9380999803543091,-0.26669999957084656,0.22089999914169312,0.9380999803543091,-0.26669999957084656,0.22089999914169312,0.9380999803543091,-0.26669999957084656,0.3817000091075897,0.7470999956130981,-0.5442000031471252,0.3817000091075897,0.7470999956130981,-0.5442000031471252,0.3817000091075897,0.7470999956130981,-0.5442000031471252,-0.5939000248908997,-0.24210000038146973,0.767300009727478,-0.5939000248908997,-0.24210000038146973,0.767300009727478,-0.5939000248908997,-0.24210000038146973,0.767300009727478,0.7738000154495239,-0.5706999897956848,0.2750999927520752,0.7738000154495239,-0.5706999897956848,0.2750999927520752,0.7738000154495239,-0.5706999897956848,0.2750999927520752,-0.07720000296831131,0.5519999861717224,-0.830299973487854,-0.07720000296831131,0.5519999861717224,-0.830299973487854,-0.07720000296831131,0.5519999861717224,-0.830299973487854,0.8551999926567078,0.4174000024795532,-0.30730000138282776,0.8551999926567078,0.4174000024795532,-0.30730000138282776,0.8551999926567078,0.4174000024795532,-0.30730000138282776,-0.993399977684021,-0.10639999806880951,0.04360000044107437,-0.993399977684021,-0.10639999806880951,0.04360000044107437,-0.993399977684021,-0.10639999806880951,0.04360000044107437,0.16449999809265137,0.8720999956130981,-0.4607999920845032,0.16449999809265137,0.8720999956130981,-0.4607999920845032,0.16449999809265137,0.8720999956130981,-0.4607999920845032,-0.5029000043869019,-0.679099977016449,0.5346999764442444,-0.5029000043869019,-0.679099977016449,0.5346999764442444,-0.5029000043869019,-0.679099977016449,0.5346999764442444,-0.5860000252723694,0.7077000141143799,-0.39469999074935913,-0.5860000252723694,0.7077000141143799,-0.39469999074935913,-0.5860000252723694,0.7077000141143799,-0.39469999074935913,-0.16249999403953552,-0.8208000063896179,0.5476999878883362,-0.16249999403953552,-0.8208000063896179,0.5476999878883362,-0.16249999403953552,-0.8208000063896179,0.5476999878883362,0.9133999943733215,0.2531999945640564,-0.31869998574256897,0.9133999943733215,0.2531999945640564,-0.31869998574256897,0.9133999943733215,0.2531999945640564,-0.31869998574256897,0.8136000037193298,0.5738999843597412,-0.09380000084638596,0.8136000037193298,0.5738999843597412,-0.09380000084638596,0.8136000037193298,0.5738999843597412,-0.09380000084638596,0.7383000254631042,0.6740999817848206,0.02239999920129776,0.7383000254631042,0.6740999817848206,0.02239999920129776,0.7383000254631042,0.6740999817848206,0.02239999920129776,0.9785000085830688,0.18950000405311584,-0.08129999786615372,0.9785000085830688,0.18950000405311584,-0.08129999786615372,0.9785000085830688,0.18950000405311584,-0.08129999786615372,-0.22120000422000885,0.9417999982833862,-0.2529999911785126,-0.22120000422000885,0.9417999982833862,-0.2529999911785126,-0.22120000422000885,0.9417999982833862,-0.2529999911785126,0.8906000256538391,0.004699999932199717,-0.4546999931335449,0.8906000256538391,0.004699999932199717,-0.4546999931335449,0.8906000256538391,0.004699999932199717,-0.4546999931335449,-0.02810000069439411,-0.9987999796867371,0.03959999978542328,-0.02810000069439411,-0.9987999796867371,0.03959999978542328,-0.02810000069439411,-0.9987999796867371,0.03959999978542328,-0.631600022315979,0.7285000085830688,0.2653000056743622,-0.631600022315979,0.7285000085830688,0.2653000056743622,-0.631600022315979,0.7285000085830688,0.2653000056743622,0.02500000037252903,0.9294999837875366,-0.36800000071525574,0.02500000037252903,0.9294999837875366,-0.36800000071525574,0.02500000037252903,0.9294999837875366,-0.36800000071525574,0.2531000077724457,0.8116999864578247,-0.5264000296592712,0.2531000077724457,0.8116999864578247,-0.5264000296592712,0.2531000077724457,0.8116999864578247,-0.5264000296592712,0.45179998874664307,-0.5788000226020813,-0.6789000034332275,0.45179998874664307,-0.5788000226020813,-0.6789000034332275,0.45179998874664307,-0.5788000226020813,-0.6789000034332275,-0.2768999934196472,-0.8608999848365784,0.426800012588501,-0.2768999934196472,-0.8608999848365784,0.426800012588501,-0.2768999934196472,-0.8608999848365784,0.426800012588501,-0.7091000080108643,-0.3939000070095062,-0.5848000049591064,-0.7091000080108643,-0.3939000070095062,-0.5848000049591064,-0.7091000080108643,-0.3939000070095062,-0.5848000049591064,-0.7186999917030334,-0.6639000177383423,0.2069000005722046,-0.7186999917030334,-0.6639000177383423,0.2069000005722046,-0.7186999917030334,-0.6639000177383423,0.2069000005722046,-0.03060000017285347,-0.9323999881744385,-0.3601999878883362,-0.03060000017285347,-0.9323999881744385,-0.3601999878883362,-0.03060000017285347,-0.9323999881744385,-0.3601999878883362,0.041099999099969864,-0.8474000096321106,0.5293999910354614,0.041099999099969864,-0.8474000096321106,0.5293999910354614,0.041099999099969864,-0.8474000096321106,0.5293999910354614,0.08340000361204147,0.6043999791145325,0.7922999858856201,0.08340000361204147,0.6043999791145325,0.7922999858856201,0.08340000361204147,0.6043999791145325,0.7922999858856201,-0.9247000217437744,0.37209999561309814,0.0803999975323677,-0.9247000217437744,0.37209999561309814,0.0803999975323677,-0.9247000217437744,0.37209999561309814,0.0803999975323677,0.3001999855041504,-0.8112999796867371,0.5016999840736389,0.3001999855041504,-0.8112999796867371,0.5016999840736389,0.3001999855041504,-0.8112999796867371,0.5016999840736389,-0.9609000086784363,-0.22429999709129333,0.1623000055551529,-0.9609000086784363,-0.22429999709129333,0.1623000055551529,-0.9609000086784363,-0.22429999709129333,0.1623000055551529,-0.30649998784065247,-0.8197000026702881,0.4839000105857849,-0.30649998784065247,-0.8197000026702881,0.4839000105857849,-0.30649998784065247,-0.8197000026702881,0.4839000105857849,0.314300000667572,-0.933899998664856,0.17059999704360962,0.314300000667572,-0.933899998664856,0.17059999704360962,0.314300000667572,-0.933899998664856,0.17059999704360962,0.2662000060081482,-0.8324000239372253,0.4860999882221222,0.2662000060081482,-0.8324000239372253,0.4860999882221222,0.2662000060081482,-0.8324000239372253,0.4860999882221222,-0.03009999915957451,0.8313999772071838,-0.5547999739646912,-0.03009999915957451,0.8313999772071838,-0.5547999739646912,-0.03009999915957451,0.8313999772071838,-0.5547999739646912,-0.660099983215332,-0.18569999933242798,-0.7279000282287598,-0.660099983215332,-0.18569999933242798,-0.7279000282287598,-0.660099983215332,-0.18569999933242798,-0.7279000282287598,0.23070000112056732,0.8158000111579895,-0.5303000211715698,0.23070000112056732,0.8158000111579895,-0.5303000211715698,0.23070000112056732,0.8158000111579895,-0.5303000211715698,0.8414000272750854,0.5357999801635742,0.07039999961853027,0.8414000272750854,0.5357999801635742,0.07039999961853027,0.8414000272750854,0.5357999801635742,0.07039999961853027,0.8952999711036682,0.13439999520778656,-0.42480000853538513,0.8952999711036682,0.13439999520778656,-0.42480000853538513,0.8952999711036682,0.13439999520778656,-0.42480000853538513,-0.21709999442100525,0.697700023651123,-0.682699978351593,-0.21709999442100525,0.697700023651123,-0.682699978351593,-0.21709999442100525,0.697700023651123,-0.682699978351593,0.47859999537467957,0.5698000192642212,0.6680999994277954,0.47859999537467957,0.5698000192642212,0.6680999994277954,0.47859999537467957,0.5698000192642212,0.6680999994277954,-0.8343999981880188,0.5253999829292297,0.1664000004529953,-0.8343999981880188,0.5253999829292297,0.1664000004529953,-0.8343999981880188,0.5253999829292297,0.1664000004529953,0.059700001031160355,0.7684999704360962,-0.6370000243186951,0.059700001031160355,0.7684999704360962,-0.6370000243186951,0.059700001031160355,0.7684999704360962,-0.6370000243186951,-0.9587000012397766,-0.12780000269412994,0.2542000114917755,-0.9587000012397766,-0.12780000269412994,0.2542000114917755,-0.9587000012397766,-0.12780000269412994,0.2542000114917755,-0.421999990940094,-0.84579998254776,0.3264000117778778,-0.421999990940094,-0.84579998254776,0.3264000117778778,-0.421999990940094,-0.84579998254776,0.3264000117778778,0.7897999882698059,-0.16660000383853912,-0.5903000235557556,0.7897999882698059,-0.16660000383853912,-0.5903000235557556,0.7897999882698059,-0.16660000383853912,-0.5903000235557556,-0.19200000166893005,-0.7422000169754028,0.6420999765396118,-0.19200000166893005,-0.7422000169754028,0.6420999765396118,-0.19200000166893005,-0.7422000169754028,0.6420999765396118,-0.9678999781608582,0.10499999672174454,-0.22849999368190765,-0.9678999781608582,0.10499999672174454,-0.22849999368190765,-0.9678999781608582,0.10499999672174454,-0.22849999368190765,0.7480000257492065,0.6001999974250793,-0.2831999957561493,0.7480000257492065,0.6001999974250793,-0.2831999957561493,0.7480000257492065,0.6001999974250793,-0.2831999957561493,-0.4575999975204468,0.7300999760627747,-0.5074999928474426,-0.4575999975204468,0.7300999760627747,-0.5074999928474426,-0.4575999975204468,0.7300999760627747,-0.5074999928474426,-0.288100004196167,-0.9384999871253967,-0.19030000269412994,-0.288100004196167,-0.9384999871253967,-0.19030000269412994,-0.288100004196167,-0.9384999871253967,-0.19030000269412994,-0.1039000004529953,-0.8525000214576721,-0.5123000144958496,-0.1039000004529953,-0.8525000214576721,-0.5123000144958496,-0.1039000004529953,-0.8525000214576721,-0.5123000144958496,0.5148000121116638,0.8535000085830688,0.08100000023841858,0.5148000121116638,0.8535000085830688,0.08100000023841858,0.5148000121116638,0.8535000085830688,0.08100000023841858,0.8709999918937683,-0.18289999663829803,0.45590001344680786,0.8709999918937683,-0.18289999663829803,0.45590001344680786,0.8709999918937683,-0.18289999663829803,0.45590001344680786,0.8220000267028809,-0.45649999380111694,-0.34049999713897705,0.8220000267028809,-0.45649999380111694,-0.34049999713897705,0.8220000267028809,-0.45649999380111694,-0.34049999713897705,-0.45680001378059387,0.3089999854564667,-0.8342000246047974,-0.45680001378059387,0.3089999854564667,-0.8342000246047974,-0.45680001378059387,0.3089999854564667,-0.8342000246047974,-0.5109000205993652,0.8525000214576721,-0.11069999635219574,-0.5109000205993652,0.8525000214576721,-0.11069999635219574,-0.5109000205993652,0.8525000214576721,-0.11069999635219574,-0.47679999470710754,0.041999999433755875,0.878000020980835,-0.47679999470710754,0.041999999433755875,0.878000020980835,-0.47679999470710754,0.041999999433755875,0.878000020980835,0.23680000007152557,-0.8960000276565552,0.37560001015663147,0.23680000007152557,-0.8960000276565552,0.37560001015663147,0.23680000007152557,-0.8960000276565552,0.37560001015663147,0.7954000234603882,0.5649999976158142,-0.219200000166893,0.7954000234603882,0.5649999976158142,-0.219200000166893,0.7954000234603882,0.5649999976158142,-0.219200000166893,0.8977000117301941,0.32690000534057617,-0.2955000102519989,0.8977000117301941,0.32690000534057617,-0.2955000102519989,0.8977000117301941,0.32690000534057617,-0.2955000102519989,0.3176000118255615,-0.6886000037193298,-0.6517999768257141,0.3176000118255615,-0.6886000037193298,-0.6517999768257141,0.3176000118255615,-0.6886000037193298,-0.6517999768257141,-0.23909999430179596,-0.9710000157356262,-0.002300000051036477,-0.23909999430179596,-0.9710000157356262,-0.002300000051036477,-0.23909999430179596,-0.9710000157356262,-0.002300000051036477,-0.5386999845504761,-0.3012999892234802,-0.7868000268936157,-0.5386999845504761,-0.3012999892234802,-0.7868000268936157,-0.5386999845504761,-0.3012999892234802,-0.7868000268936157,-0.6693999767303467,-0.7427999973297119,0.008899999782443047,-0.6693999767303467,-0.7427999973297119,0.008899999782443047,-0.6693999767303467,-0.7427999973297119,0.008899999782443047,-0.9564999938011169,0.037300001829862595,-0.28940001130104065,-0.9564999938011169,0.037300001829862595,-0.28940001130104065,-0.9564999938011169,0.037300001829862595,-0.28940001130104065,-0.4348999857902527,-0.6068999767303467,0.6651999950408936,-0.4348999857902527,-0.6068999767303467,0.6651999950408936,-0.4348999857902527,-0.6068999767303467,0.6651999950408936,0.28949999809265137,-0.8794000148773193,-0.37779998779296875,0.28949999809265137,-0.8794000148773193,-0.37779998779296875,0.28949999809265137,-0.8794000148773193,-0.37779998779296875,-0.9433000087738037,-0.05260000005364418,0.32760000228881836,-0.9433000087738037,-0.05260000005364418,0.32760000228881836,-0.9433000087738037,-0.05260000005364418,0.32760000228881836,-0.5899999737739563,-0.7307000160217285,0.34360000491142273,-0.5899999737739563,-0.7307000160217285,0.34360000491142273,-0.5899999737739563,-0.7307000160217285,0.34360000491142273,-0.3100000023841858,-0.7856000065803528,-0.5353999733924866,-0.3100000023841858,-0.7856000065803528,-0.5353999733924866,-0.3100000023841858,-0.7856000065803528,-0.5353999733924866,0.4997999966144562,0.6991999745368958,-0.5113000273704529,0.4997999966144562,0.6991999745368958,-0.5113000273704529,0.4997999966144562,0.6991999745368958,-0.5113000273704529,-0.6093000173568726,0.2101999968290329,0.7645999789237976,-0.6093000173568726,0.2101999968290329,0.7645999789237976,-0.6093000173568726,0.2101999968290329,0.7645999789237976,-0.43650001287460327,-0.8027999997138977,0.40630000829696655,-0.43650001287460327,-0.8027999997138977,0.40630000829696655,-0.43650001287460327,-0.8027999997138977,0.40630000829696655,0.9057000279426575,-0.28940001130104065,0.30959999561309814,0.9057000279426575,-0.28940001130104065,0.30959999561309814,0.9057000279426575,-0.28940001130104065,0.30959999561309814,0.400299996137619,-0.776199996471405,-0.4871000051498413,0.400299996137619,-0.776199996471405,-0.4871000051498413,0.400299996137619,-0.776199996471405,-0.4871000051498413,-0.460099995136261,-0.2994000017642975,-0.8359000086784363,-0.460099995136261,-0.2994000017642975,-0.8359000086784363,-0.460099995136261,-0.2994000017642975,-0.8359000086784363,-0.04780000075697899,0.7214000225067139,0.6909000277519226,-0.04780000075697899,0.7214000225067139,0.6909000277519226,-0.04780000075697899,0.7214000225067139,0.6909000277519226,-0.1639000028371811,-0.9864000082015991,-0.006500000134110451,-0.1639000028371811,-0.9864000082015991,-0.006500000134110451,-0.1639000028371811,-0.9864000082015991,-0.006500000134110451,0.5235999822616577,0.6840999722480774,-0.5077999830245972,0.5235999822616577,0.6840999722480774,-0.5077999830245972,0.5235999822616577,0.6840999722480774,-0.5077999830245972,-0.2816999852657318,-0.8465999960899353,0.45159998536109924,-0.2816999852657318,-0.8465999960899353,0.45159998536109924,-0.2816999852657318,-0.8465999960899353,0.45159998536109924,-0.9258999824523926,-0.3774000108242035,0.015799999237060547,-0.9258999824523926,-0.3774000108242035,0.015799999237060547,-0.9258999824523926,-0.3774000108242035,0.015799999237060547,0.32710000872612,0.870199978351593,-0.3684999942779541,0.32710000872612,0.870199978351593,-0.3684999942779541,0.32710000872612,0.870199978351593,-0.3684999942779541,-0.5608999729156494,0.6514000296592712,-0.5109999775886536,-0.5608999729156494,0.6514000296592712,-0.5109999775886536,-0.5608999729156494,0.6514000296592712,-0.5109999775886536,0.5184000134468079,-0.5472000241279602,0.6571000218391418,0.5184000134468079,-0.5472000241279602,0.6571000218391418,0.5184000134468079,-0.5472000241279602,0.6571000218391418,0.25369998812675476,-0.17499999701976776,-0.9513000249862671,0.25369998812675476,-0.17499999701976776,-0.9513000249862671,0.25369998812675476,-0.17499999701976776,-0.9513000249862671,-0.6026999950408936,0.5396000146865845,-0.5878000259399414,-0.6026999950408936,0.5396000146865845,-0.5878000259399414,-0.6026999950408936,0.5396000146865845,-0.5878000259399414,0.8259999752044678,-0.5206000208854675,-0.2160000056028366,0.8259999752044678,-0.5206000208854675,-0.2160000056028366,0.8259999752044678,-0.5206000208854675,-0.2160000056028366,-0.9796000123023987,-0.1151999980211258,-0.1647000014781952,-0.9796000123023987,-0.1151999980211258,-0.1647000014781952,-0.9796000123023987,-0.1151999980211258,-0.1647000014781952,0.9980999827384949,0.014100000262260437,0.05999999865889549,0.9980999827384949,0.014100000262260437,0.05999999865889549,0.9980999827384949,0.014100000262260437,0.05999999865889549,-0.9616000056266785,0.07039999961853027,-0.2653000056743622,-0.9616000056266785,0.07039999961853027,-0.2653000056743622,-0.9616000056266785,0.07039999961853027,-0.2653000056743622,-0.2572999894618988,0.6340000033378601,-0.7293000221252441,-0.2572999894618988,0.6340000033378601,-0.7293000221252441,-0.2572999894618988,0.6340000033378601,-0.7293000221252441,0.2847999930381775,0.9528999924659729,0.10400000214576721,0.2847999930381775,0.9528999924659729,0.10400000214576721,0.2847999930381775,0.9528999924659729,0.10400000214576721,0.8677999973297119,-0.4456000030040741,0.2198999971151352,0.8677999973297119,-0.4456000030040741,0.2198999971151352,0.8677999973297119,-0.4456000030040741,0.2198999971151352,-0.9488999843597412,-0.31540000438690186,-0.008899999782443047,-0.9488999843597412,-0.31540000438690186,-0.008899999782443047,-0.9488999843597412,-0.31540000438690186,-0.008899999782443047,-0.5741999745368958,0.5799000263214111,-0.5778999924659729,-0.5741999745368958,0.5799000263214111,-0.5778999924659729,-0.5741999745368958,0.5799000263214111,-0.5778999924659729,-0.6852999925613403,0.7282000184059143,0.005499999970197678,-0.6852999925613403,0.7282000184059143,0.005499999970197678,-0.6852999925613403,0.7282000184059143,0.005499999970197678,0.5354999899864197,0.5691999793052673,0.6238999962806702,0.5354999899864197,0.5691999793052673,0.6238999962806702,0.5354999899864197,0.5691999793052673,0.6238999962806702,-0.019899999722838402,0.739799976348877,0.6725000143051147,-0.019899999722838402,0.739799976348877,0.6725000143051147,-0.019899999722838402,0.739799976348877,0.6725000143051147,0.09880000352859497,-0.8442000150680542,-0.5267999768257141,0.09880000352859497,-0.8442000150680542,-0.5267999768257141,0.09880000352859497,-0.8442000150680542,-0.5267999768257141,0.7634000182151794,0.09969999641180038,0.6381999850273132,0.7634000182151794,0.09969999641180038,0.6381999850273132,0.7634000182151794,0.09969999641180038,0.6381999850273132,0.9230999946594238,0.12470000237226486,-0.3637000024318695,0.9230999946594238,0.12470000237226486,-0.3637000024318695,0.9230999946594238,0.12470000237226486,-0.3637000024318695,-0.18539999425411224,0.8844000101089478,0.4284000098705292,-0.18539999425411224,0.8844000101089478,0.4284000098705292,-0.18539999425411224,0.8844000101089478,0.4284000098705292,0.5909000039100647,-0.4034000039100647,-0.6985999941825867,0.5909000039100647,-0.4034000039100647,-0.6985999941825867,0.5909000039100647,-0.4034000039100647,-0.6985999941825867,-0.039500001817941666,0.7835999727249146,0.6200000047683716,-0.039500001817941666,0.7835999727249146,0.6200000047683716,-0.039500001817941666,0.7835999727249146,0.6200000047683716,-0.9164999723434448,-0.37560001015663147,0.13770000636577606,-0.9164999723434448,-0.37560001015663147,0.13770000636577606,-0.9164999723434448,-0.37560001015663147,0.13770000636577606,0.014000000432133675,-0.9463000297546387,0.3230000138282776,0.014000000432133675,-0.9463000297546387,0.3230000138282776,0.014000000432133675,-0.9463000297546387,0.3230000138282776,-0.6532999873161316,0.30320000648498535,-0.6937999725341797,-0.6532999873161316,0.30320000648498535,-0.6937999725341797,-0.6532999873161316,0.30320000648498535,-0.6937999725341797,0.8508999943733215,-0.4077000021934509,0.3312000036239624,0.8508999943733215,-0.4077000021934509,0.3312000036239624,0.8508999943733215,-0.4077000021934509,0.3312000036239624,-0.01979999989271164,-0.7766000032424927,0.6297000050544739,-0.01979999989271164,-0.7766000032424927,0.6297000050544739,-0.01979999989271164,-0.7766000032424927,0.6297000050544739,0.10750000178813934,-0.6080999970436096,0.7865999937057495,0.10750000178813934,-0.6080999970436096,0.7865999937057495,0.10750000178813934,-0.6080999970436096,0.7865999937057495,0.8517000079154968,0.40869998931884766,-0.3278999924659729,0.8517000079154968,0.40869998931884766,-0.3278999924659729,0.8517000079154968,0.40869998931884766,-0.3278999924659729,0.6847000122070312,0.7164000272750854,-0.13359999656677246,0.6847000122070312,0.7164000272750854,-0.13359999656677246,0.6847000122070312,0.7164000272750854,-0.13359999656677246,0.5291000008583069,0.7754999995231628,0.34450000524520874,0.5291000008583069,0.7754999995231628,0.34450000524520874,0.5291000008583069,0.7754999995231628,0.34450000524520874,0.47510001063346863,-0.8460999727249146,-0.24160000681877136,0.47510001063346863,-0.8460999727249146,-0.24160000681877136,0.47510001063346863,-0.8460999727249146,-0.24160000681877136,0.16359999775886536,-0.611299991607666,0.774399995803833,0.16359999775886536,-0.611299991607666,0.774399995803833,0.16359999775886536,-0.611299991607666,0.774399995803833,-0.510200023651123,-0.1712000072002411,-0.8428999781608582,-0.510200023651123,-0.1712000072002411,-0.8428999781608582,-0.510200023651123,-0.1712000072002411,-0.8428999781608582,-0.061000000685453415,-0.7307999730110168,-0.6797999739646912,-0.061000000685453415,-0.7307999730110168,-0.6797999739646912,-0.061000000685453415,-0.7307999730110168,-0.6797999739646912,0.31529998779296875,-0.7602999806404114,-0.5679000020027161,0.31529998779296875,-0.7602999806404114,-0.5679000020027161,0.31529998779296875,-0.7602999806404114,-0.5679000020027161,0.4327999949455261,0.45750001072883606,0.7767999768257141,0.4327999949455261,0.45750001072883606,0.7767999768257141,0.4327999949455261,0.45750001072883606,0.7767999768257141,-0.20160000026226044,-0.05460000038146973,0.9779000282287598,-0.20160000026226044,-0.05460000038146973,0.9779000282287598,-0.20160000026226044,-0.05460000038146973,0.9779000282287598,0.847000002861023,-0.49380001425743103,0.19679999351501465,0.847000002861023,-0.49380001425743103,0.19679999351501465,0.847000002861023,-0.49380001425743103,0.19679999351501465,0.3467999994754791,-0.7163000106811523,0.6055999994277954,0.3467999994754791,-0.7163000106811523,0.6055999994277954,0.3467999994754791,-0.7163000106811523,0.6055999994277954,-0.3440000116825104,-0.39750000834465027,-0.8507000207901001,-0.3440000116825104,-0.39750000834465027,-0.8507000207901001,-0.3440000116825104,-0.39750000834465027,-0.8507000207901001,0.10660000145435333,0.16439999639987946,-0.9805999994277954,0.10660000145435333,0.16439999639987946,-0.9805999994277954,0.10660000145435333,0.16439999639987946,-0.9805999994277954,0.45680001378059387,0.882099986076355,0.11500000208616257,0.45680001378059387,0.882099986076355,0.11500000208616257,0.45680001378059387,0.882099986076355,0.11500000208616257,0.43459999561309814,0.8748000264167786,-0.21400000154972076,0.43459999561309814,0.8748000264167786,-0.21400000154972076,0.43459999561309814,0.8748000264167786,-0.21400000154972076,-0.2962999939918518,0.4609000086784363,0.8364999890327454,-0.2962999939918518,0.4609000086784363,0.8364999890327454,-0.2962999939918518,0.4609000086784363,0.8364999890327454,0.10599999874830246,-0.8960000276565552,0.4311000108718872,0.10599999874830246,-0.8960000276565552,0.4311000108718872,0.10599999874830246,-0.8960000276565552,0.4311000108718872,0.2619999945163727,0.6492999792098999,0.7139000296592712,0.2619999945163727,0.6492999792098999,0.7139000296592712,0.2619999945163727,0.6492999792098999,0.7139000296592712,-0.6158999800682068,0.7712000012397766,-0.16099999845027924,-0.6158999800682068,0.7712000012397766,-0.16099999845027924,-0.6158999800682068,0.7712000012397766,-0.16099999845027924,-0.08969999849796295,0.3621000051498413,0.9277999997138977,-0.08969999849796295,0.3621000051498413,0.9277999997138977,-0.08969999849796295,0.3621000051498413,0.9277999997138977,0.9804999828338623,-0.0722000002861023,0.18299999833106995,0.9804999828338623,-0.0722000002861023,0.18299999833106995,0.9804999828338623,-0.0722000002861023,0.18299999833106995,-0.43700000643730164,0.8672000169754028,0.2386000007390976,-0.43700000643730164,0.8672000169754028,0.2386000007390976,-0.43700000643730164,0.8672000169754028,0.2386000007390976,-0.033799998462200165,0.12359999865293503,-0.9918000102043152,-0.033799998462200165,0.12359999865293503,-0.9918000102043152,-0.033799998462200165,0.12359999865293503,-0.9918000102043152,0.07620000094175339,0.5687999725341797,-0.8188999891281128,0.07620000094175339,0.5687999725341797,-0.8188999891281128,0.07620000094175339,0.5687999725341797,-0.8188999891281128,-0.6858999729156494,-0.019500000402331352,-0.727400004863739,-0.6858999729156494,-0.019500000402331352,-0.727400004863739,-0.6858999729156494,-0.019500000402331352,-0.727400004863739,0.2328999936580658,-0.9714999794960022,0.044199999421834946,0.2328999936580658,-0.9714999794960022,0.044199999421834946,0.2328999936580658,-0.9714999794960022,0.044199999421834946,0.14659999310970306,0.945900022983551,-0.28949999809265137,0.14659999310970306,0.945900022983551,-0.28949999809265137,0.14659999310970306,0.945900022983551,-0.28949999809265137,-0.10360000282526016,0.8129000067710876,-0.5730999708175659,-0.10360000282526016,0.8129000067710876,-0.5730999708175659,-0.10360000282526016,0.8129000067710876,-0.5730999708175659,0.2653000056743622,0.9050999879837036,-0.33230000734329224,0.2653000056743622,0.9050999879837036,-0.33230000734329224,0.2653000056743622,0.9050999879837036,-0.33230000734329224,0.7195000052452087,0.6712999939918518,0.1777999997138977,0.7195000052452087,0.6712999939918518,0.1777999997138977,0.7195000052452087,0.6712999939918518,0.1777999997138977,0.11060000211000443,-0.9934999942779541,0.026599999517202377,0.11060000211000443,-0.9934999942779541,0.026599999517202377,0.11060000211000443,-0.9934999942779541,0.026599999517202377,0.8016999959945679,0.5221999883651733,-0.29089999198913574,0.8016999959945679,0.5221999883651733,-0.29089999198913574,0.8016999959945679,0.5221999883651733,-0.29089999198913574,-0.36980000138282776,0.8410000205039978,-0.39489999413490295,-0.36980000138282776,0.8410000205039978,-0.39489999413490295,-0.36980000138282776,0.8410000205039978,-0.39489999413490295,0.8137000203132629,-0.37299999594688416,-0.4458000063896179,0.8137000203132629,-0.37299999594688416,-0.4458000063896179,0.8137000203132629,-0.37299999594688416,-0.4458000063896179,0.9470999836921692,0.3010999858379364,0.11069999635219574,0.9470999836921692,0.3010999858379364,0.11069999635219574,0.9470999836921692,0.3010999858379364,0.11069999635219574,0.18070000410079956,-0.5767999887466431,-0.7965999841690063,0.18070000410079956,-0.5767999887466431,-0.7965999841690063,0.18070000410079956,-0.5767999887466431,-0.7965999841690063,0.21359999477863312,-0.8133000135421753,-0.5411999821662903,0.21359999477863312,-0.8133000135421753,-0.5411999821662903,0.21359999477863312,-0.8133000135421753,-0.5411999821662903,-0.9269999861717224,0.29739999771118164,0.22859999537467957,-0.9269999861717224,0.29739999771118164,0.22859999537467957,-0.9269999861717224,0.29739999771118164,0.22859999537467957,-0.6504999995231628,-0.7588000297546387,-0.0333000011742115,-0.6504999995231628,-0.7588000297546387,-0.0333000011742115,-0.6504999995231628,-0.7588000297546387,-0.0333000011742115,0.9406999945640564,-0.019300000742077827,0.3386000096797943,0.9406999945640564,-0.019300000742077827,0.3386000096797943,0.9406999945640564,-0.019300000742077827,0.3386000096797943,-0.4447000026702881,0.7475000023841858,-0.4934999942779541,-0.4447000026702881,0.7475000023841858,-0.4934999942779541,-0.4447000026702881,0.7475000023841858,-0.4934999942779541,-0.4383000135421753,0.7250999808311462,0.5311999917030334,-0.4383000135421753,0.7250999808311462,0.5311999917030334,-0.4383000135421753,0.7250999808311462,0.5311999917030334,0.23000000417232513,-0.8676999807357788,0.4406999945640564,0.23000000417232513,-0.8676999807357788,0.4406999945640564,0.23000000417232513,-0.8676999807357788,0.4406999945640564,0.8014000058174133,-0.49889999628067017,-0.33000001311302185,0.8014000058174133,-0.49889999628067017,-0.33000001311302185,0.8014000058174133,-0.49889999628067017,-0.33000001311302185,-0.9944000244140625,0.06759999692440033,-0.08129999786615372,-0.9944000244140625,0.06759999692440033,-0.08129999786615372,-0.9944000244140625,0.06759999692440033,-0.08129999786615372,-0.31949999928474426,-0.1876000016927719,-0.9287999868392944,-0.31949999928474426,-0.1876000016927719,-0.9287999868392944,-0.31949999928474426,-0.1876000016927719,-0.9287999868392944,0.4083000123500824,-0.04670000076293945,0.9117000102996826,0.4083000123500824,-0.04670000076293945,0.9117000102996826,0.4083000123500824,-0.04670000076293945,0.9117000102996826,0.9395999908447266,-0.32179999351501465,0.11630000174045563,0.9395999908447266,-0.32179999351501465,0.11630000174045563,0.9395999908447266,-0.32179999351501465,0.11630000174045563,-0.8902999758720398,-0.42100000381469727,0.1738000065088272,-0.8902999758720398,-0.42100000381469727,0.1738000065088272,-0.8902999758720398,-0.42100000381469727,0.1738000065088272,0.8154000043869019,0.5353999733924866,-0.22010000050067902,0.8154000043869019,0.5353999733924866,-0.22010000050067902,0.8154000043869019,0.5353999733924866,-0.22010000050067902,-0.11940000206232071,-0.9059000015258789,0.40630000829696655,-0.11940000206232071,-0.9059000015258789,0.40630000829696655,-0.11940000206232071,-0.9059000015258789,0.40630000829696655,-0.7146000266075134,-0.680899977684021,0.16050000488758087,-0.7146000266075134,-0.680899977684021,0.16050000488758087,-0.7146000266075134,-0.680899977684021,0.16050000488758087,0.29100000858306885,0.11150000244379044,0.9502000212669373,0.29100000858306885,0.11150000244379044,0.9502000212669373,0.29100000858306885,0.11150000244379044,0.9502000212669373,-0.8367999792098999,0.12549999356269836,0.5329999923706055,-0.8367999792098999,0.12549999356269836,0.5329999923706055,-0.8367999792098999,0.12549999356269836,0.5329999923706055,0.590499997138977,0.7538999915122986,0.288100004196167,0.590499997138977,0.7538999915122986,0.288100004196167,0.590499997138977,0.7538999915122986,0.288100004196167,0.9480999708175659,0.29420000314712524,-0.120899997651577,0.9480999708175659,0.29420000314712524,-0.120899997651577,0.9480999708175659,0.29420000314712524,-0.120899997651577,-0.9708999991416931,0.22439999878406525,-0.08349999785423279,-0.9708999991416931,0.22439999878406525,-0.08349999785423279,-0.9708999991416931,0.22439999878406525,-0.08349999785423279,-0.964900016784668,-0.22859999537467957,0.1290999948978424,-0.964900016784668,-0.22859999537467957,0.1290999948978424,-0.964900016784668,-0.22859999537467957,0.1290999948978424,-0.4650000035762787,-0.7703999876976013,0.43619999289512634,-0.4650000035762787,-0.7703999876976013,0.43619999289512634,-0.4650000035762787,-0.7703999876976013,0.43619999289512634,-0.08320000022649765,-0.9312000274658203,0.35499998927116394,-0.08320000022649765,-0.9312000274658203,0.35499998927116394,-0.08320000022649765,-0.9312000274658203,0.35499998927116394,0.320499986410141,-0.6531999707221985,-0.6859999895095825,0.320499986410141,-0.6531999707221985,-0.6859999895095825,0.320499986410141,-0.6531999707221985,-0.6859999895095825,-0.23350000381469727,0.9110000133514404,0.3400000035762787,-0.23350000381469727,0.9110000133514404,0.3400000035762787,-0.23350000381469727,0.9110000133514404,0.3400000035762787,0.03920000046491623,0.5738999843597412,-0.8180000185966492,0.03920000046491623,0.5738999843597412,-0.8180000185966492,0.03920000046491623,0.5738999843597412,-0.8180000185966492,-0.9851999878883362,0.13040000200271606,-0.11110000312328339,-0.9851999878883362,0.13040000200271606,-0.11110000312328339,-0.9851999878883362,0.13040000200271606,-0.11110000312328339,0.6935999989509583,0.6869000196456909,-0.21729999780654907,0.6935999989509583,0.6869000196456909,-0.21729999780654907,0.6935999989509583,0.6869000196456909,-0.21729999780654907,0.84170001745224,-0.4068000018596649,0.35499998927116394,0.84170001745224,-0.4068000018596649,0.35499998927116394,0.84170001745224,-0.4068000018596649,0.35499998927116394,-0.9894000291824341,-0.14239999651908875,0.027300000190734863,-0.9894000291824341,-0.14239999651908875,0.027300000190734863,-0.9894000291824341,-0.14239999651908875,0.027300000190734863,-0.21690000593662262,-0.8855000138282776,0.4108999967575073,-0.21690000593662262,-0.8855000138282776,0.4108999967575073,-0.21690000593662262,-0.8855000138282776,0.4108999967575073,0.1890999972820282,0.2574999928474426,0.9476000070571899,0.1890999972820282,0.2574999928474426,0.9476000070571899,0.1890999972820282,0.2574999928474426,0.9476000070571899,-0.9937999844551086,0.10170000046491623,0.04610000178217888,-0.9937999844551086,0.10170000046491623,0.04610000178217888,-0.9937999844551086,0.10170000046491623,0.04610000178217888,-0.6381999850273132,-0.15520000457763672,-0.7541000247001648,-0.6381999850273132,-0.15520000457763672,-0.7541000247001648,-0.6381999850273132,-0.15520000457763672,-0.7541000247001648,-0.6771000027656555,0.32749998569488525,-0.6589999794960022,-0.6771000027656555,0.32749998569488525,-0.6589999794960022,-0.6771000027656555,0.32749998569488525,-0.6589999794960022,0.36910000443458557,0.6168000102043152,-0.6952000260353088,0.36910000443458557,0.6168000102043152,-0.6952000260353088,0.36910000443458557,0.6168000102043152,-0.6952000260353088,0.718500018119812,-0.4413999915122986,-0.5375999808311462,0.718500018119812,-0.4413999915122986,-0.5375999808311462,0.718500018119812,-0.4413999915122986,-0.5375999808311462,0.459199994802475,-0.6628999710083008,0.5913000106811523,0.459199994802475,-0.6628999710083008,0.5913000106811523,0.459199994802475,-0.6628999710083008,0.5913000106811523,-0.9496999979019165,0.24500000476837158,0.19499999284744263,-0.9496999979019165,0.24500000476837158,0.19499999284744263,-0.9496999979019165,0.24500000476837158,0.19499999284744263,-0.8723999857902527,0.06729999929666519,-0.48410001397132874,-0.8723999857902527,0.06729999929666519,-0.48410001397132874,-0.8723999857902527,0.06729999929666519,-0.48410001397132874,0.11699999868869781,-0.36320000886917114,-0.9243000149726868,0.11699999868869781,-0.36320000886917114,-0.9243000149726868,0.11699999868869781,-0.36320000886917114,-0.9243000149726868,-0.8511000275611877,-0.5246999859809875,0.01600000075995922,-0.8511000275611877,-0.5246999859809875,0.01600000075995922,-0.8511000275611877,-0.5246999859809875,0.01600000075995922,0.7595000267028809,0.6449999809265137,0.08389999717473984,0.7595000267028809,0.6449999809265137,0.08389999717473984,0.7595000267028809,0.6449999809265137,0.08389999717473984,-0.6284000277519226,0.7598000168800354,-0.16689999401569366,-0.6284000277519226,0.7598000168800354,-0.16689999401569366,-0.6284000277519226,0.7598000168800354,-0.16689999401569366,-0.7476000189781189,0.5432999730110168,-0.38190001249313354,-0.7476000189781189,0.5432999730110168,-0.38190001249313354,-0.7476000189781189,0.5432999730110168,-0.38190001249313354,0.18039999902248383,-0.9702000021934509,-0.16200000047683716,0.18039999902248383,-0.9702000021934509,-0.16200000047683716,0.18039999902248383,-0.9702000021934509,-0.16200000047683716,-0.994700014591217,0.09600000083446503,0.03610000014305115,-0.994700014591217,0.09600000083446503,0.03610000014305115,-0.994700014591217,0.09600000083446503,0.03610000014305115,0.9144999980926514,-0.2953999936580658,0.2766000032424927,0.9144999980926514,-0.2953999936580658,0.2766000032424927,0.9144999980926514,-0.2953999936580658,0.2766000032424927,0.19750000536441803,0.9243000149726868,-0.32670000195503235,0.19750000536441803,0.9243000149726868,-0.32670000195503235,0.19750000536441803,0.9243000149726868,-0.32670000195503235,0.4431999921798706,-0.8956000208854675,0.038100000470876694,0.4431999921798706,-0.8956000208854675,0.038100000470876694,0.4431999921798706,-0.8956000208854675,0.038100000470876694,-0.5479000210762024,0.3199999928474426,0.7728999853134155,-0.5479000210762024,0.3199999928474426,0.7728999853134155,-0.5479000210762024,0.3199999928474426,0.7728999853134155,-0.7023000121116638,-0.5921000242233276,0.3952000141143799,-0.7023000121116638,-0.5921000242233276,0.3952000141143799,-0.7023000121116638,-0.5921000242233276,0.3952000141143799,-0.27090001106262207,-0.6248000264167786,0.7322999835014343,-0.27090001106262207,-0.6248000264167786,0.7322999835014343,-0.27090001106262207,-0.6248000264167786,0.7322999835014343,-0.8708000183105469,-0.4650999903678894,-0.15940000116825104,-0.8708000183105469,-0.4650999903678894,-0.15940000116825104,-0.8708000183105469,-0.4650999903678894,-0.15940000116825104,0.5220000147819519,-0.6988000273704529,0.48910000920295715,0.5220000147819519,-0.6988000273704529,0.48910000920295715,0.5220000147819519,-0.6988000273704529,0.48910000920295715,-0.47429999709129333,-0.12099999934434891,0.871999979019165,-0.47429999709129333,-0.12099999934434891,0.871999979019165,-0.47429999709129333,-0.12099999934434891,0.871999979019165,0.07050000131130219,0.28290000557899475,-0.9564999938011169,0.07050000131130219,0.28290000557899475,-0.9564999938011169,0.07050000131130219,0.28290000557899475,-0.9564999938011169,-0.13230000436306,0.896399974822998,0.4230000078678131,-0.13230000436306,0.896399974822998,0.4230000078678131,-0.13230000436306,0.896399974822998,0.4230000078678131,-0.5252000093460083,0.7409999966621399,-0.41839998960494995,-0.5252000093460083,0.7409999966621399,-0.41839998960494995,-0.5252000093460083,0.7409999966621399,-0.41839998960494995,0.2712000012397766,-0.8331999778747559,-0.48190000653266907,0.2712000012397766,-0.8331999778747559,-0.48190000653266907,0.2712000012397766,-0.8331999778747559,-0.48190000653266907,0.8756999969482422,0.2939000129699707,-0.3831000030040741,0.8756999969482422,0.2939000129699707,-0.3831000030040741,0.8756999969482422,0.2939000129699707,-0.3831000030040741,-0.8529999852180481,-0.03840000182390213,0.5205000042915344,-0.8529999852180481,-0.03840000182390213,0.5205000042915344,-0.8529999852180481,-0.03840000182390213,0.5205000042915344,-0.49900001287460327,0.5521000027656555,-0.6679999828338623,-0.49900001287460327,0.5521000027656555,-0.6679999828338623,-0.49900001287460327,0.5521000027656555,-0.6679999828338623,0.17520000040531158,0.9764000177383423,-0.12639999389648438,0.17520000040531158,0.9764000177383423,-0.12639999389648438,0.17520000040531158,0.9764000177383423,-0.12639999389648438,0.09600000083446503,-0.8108999729156494,0.5773000121116638,0.09600000083446503,-0.8108999729156494,0.5773000121116638,0.09600000083446503,-0.8108999729156494,0.5773000121116638,0.2460000067949295,0.9635000228881836,0.1054999977350235,0.2460000067949295,0.9635000228881836,0.1054999977350235,0.2460000067949295,0.9635000228881836,0.1054999977350235,-0.5088000297546387,0.19779999554157257,0.8378999829292297,-0.5088000297546387,0.19779999554157257,0.8378999829292297,-0.5088000297546387,0.19779999554157257,0.8378999829292297,-0.4185999929904938,-0.8776000142097473,-0.23360000550746918,-0.4185999929904938,-0.8776000142097473,-0.23360000550746918,-0.4185999929904938,-0.8776000142097473,-0.23360000550746918,0.6209999918937683,0.0812000036239624,-0.7796000242233276,0.6209999918937683,0.0812000036239624,-0.7796000242233276,0.6209999918937683,0.0812000036239624,-0.7796000242233276,-0.31520000100135803,0.7684999704360962,-0.5569000244140625,-0.31520000100135803,0.7684999704360962,-0.5569000244140625,-0.31520000100135803,0.7684999704360962,-0.5569000244140625,-0.4142000079154968,-0.8465999960899353,-0.334199994802475,-0.4142000079154968,-0.8465999960899353,-0.334199994802475,-0.4142000079154968,-0.8465999960899353,-0.334199994802475,0.7106000185012817,-0.3416999876499176,-0.6151000261306763,0.7106000185012817,-0.3416999876499176,-0.6151000261306763,0.7106000185012817,-0.3416999876499176,-0.6151000261306763,0.38350000977516174,-0.9233999848365784,-0.013299999758601189,0.38350000977516174,-0.9233999848365784,-0.013299999758601189,0.38350000977516174,-0.9233999848365784,-0.013299999758601189,-0.46480000019073486,-0.5267000198364258,-0.7117000222206116,-0.46480000019073486,-0.5267000198364258,-0.7117000222206116,-0.46480000019073486,-0.5267000198364258,-0.7117000222206116,0.7049000263214111,0.6980999708175659,0.12559999525547028,0.7049000263214111,0.6980999708175659,0.12559999525547028,0.7049000263214111,0.6980999708175659,0.12559999525547028,0.20409999787807465,-0.9779999852180481,0.043699998408555984,0.20409999787807465,-0.9779999852180481,0.043699998408555984,0.20409999787807465,-0.9779999852180481,0.043699998408555984,-0.7160000205039978,-0.11840000003576279,-0.6880000233650208,-0.7160000205039978,-0.11840000003576279,-0.6880000233650208,-0.7160000205039978,-0.11840000003576279,-0.6880000233650208,0.4002000093460083,-0.8772000074386597,-0.2651999890804291,0.4002000093460083,-0.8772000074386597,-0.2651999890804291,0.4002000093460083,-0.8772000074386597,-0.2651999890804291,0.2957000136375427,-0.8680999875068665,0.3986000120639801,0.2957000136375427,-0.8680999875068665,0.3986000120639801,0.2957000136375427,-0.8680999875068665,0.3986000120639801,-0.5782999992370605,-0.7889999747276306,0.20749999582767487,-0.5782999992370605,-0.7889999747276306,0.20749999582767487,-0.5782999992370605,-0.7889999747276306,0.20749999582767487,0.7910000085830688,0.3481999933719635,-0.5030999779701233,0.7910000085830688,0.3481999933719635,-0.5030999779701233,0.7910000085830688,0.3481999933719635,-0.5030999779701233,0.041600000113248825,0.9241999983787537,-0.37959998846054077,0.041600000113248825,0.9241999983787537,-0.37959998846054077,0.041600000113248825,0.9241999983787537,-0.37959998846054077,0.8141999840736389,0.546999990940094,-0.19470000267028809,0.8141999840736389,0.546999990940094,-0.19470000267028809,0.8141999840736389,0.546999990940094,-0.19470000267028809,-0.15929999947547913,0.07320000231266022,0.984499990940094,-0.15929999947547913,0.07320000231266022,0.984499990940094,-0.15929999947547913,0.07320000231266022,0.984499990940094,0.09040000289678574,-0.18860000371932983,0.9779000282287598,0.09040000289678574,-0.18860000371932983,0.9779000282287598,0.09040000289678574,-0.18860000371932983,0.9779000282287598,0.15489999949932098,0.4156999886035919,-0.8962000012397766,0.15489999949932098,0.4156999886035919,-0.8962000012397766,0.15489999949932098,0.4156999886035919,-0.8962000012397766,-0.37040001153945923,-0.9233999848365784,-0.10100000351667404,-0.37040001153945923,-0.9233999848365784,-0.10100000351667404,-0.37040001153945923,-0.9233999848365784,-0.10100000351667404,0.680400013923645,-0.24889999628067017,0.689300000667572,0.680400013923645,-0.24889999628067017,0.689300000667572,0.680400013923645,-0.24889999628067017,0.689300000667572,0.08699999749660492,-0.8152999877929688,0.5723999738693237,0.08699999749660492,-0.8152999877929688,0.5723999738693237,0.08699999749660492,-0.8152999877929688,0.5723999738693237,0.29820001125335693,-0.30959999561309814,0.902899980545044,0.29820001125335693,-0.30959999561309814,0.902899980545044,0.29820001125335693,-0.30959999561309814,0.902899980545044,0.450300008058548,0.8928999900817871,-0.0010999999940395355,0.450300008058548,0.8928999900817871,-0.0010999999940395355,0.450300008058548,0.8928999900817871,-0.0010999999940395355,0.008700000122189522,-0.6281999945640564,0.777999997138977,0.008700000122189522,-0.6281999945640564,0.777999997138977,0.008700000122189522,-0.6281999945640564,0.777999997138977,-0.015399999916553497,-0.2460000067949295,0.9690999984741211,-0.015399999916553497,-0.2460000067949295,0.9690999984741211,-0.015399999916553497,-0.2460000067949295,0.9690999984741211,-0.9111999869346619,0.4083000123500824,-0.05469999834895134,-0.9111999869346619,0.4083000123500824,-0.05469999834895134,-0.9111999869346619,0.4083000123500824,-0.05469999834895134,0.05730000138282776,-0.1915999948978424,-0.9797999858856201,0.05730000138282776,-0.1915999948978424,-0.9797999858856201,0.05730000138282776,-0.1915999948978424,-0.9797999858856201,-0.0052999998442828655,0.4246000051498413,-0.9053999781608582,-0.0052999998442828655,0.4246000051498413,-0.9053999781608582,-0.0052999998442828655,0.4246000051498413,-0.9053999781608582,-0.43950000405311584,-0.5753999948501587,-0.6898000240325928,-0.43950000405311584,-0.5753999948501587,-0.6898000240325928,-0.43950000405311584,-0.5753999948501587,-0.6898000240325928,-0.9848999977111816,-0.16410000622272491,0.05469999834895134,-0.9848999977111816,-0.16410000622272491,0.05469999834895134,-0.9848999977111816,-0.16410000622272491,0.05469999834895134,0.42570000886917114,0.8137000203132629,-0.39590001106262207,0.42570000886917114,0.8137000203132629,-0.39590001106262207,0.42570000886917114,0.8137000203132629,-0.39590001106262207,-0.8920999765396118,-0.3262999951839447,0.3125,-0.8920999765396118,-0.3262999951839447,0.3125,-0.8920999765396118,-0.3262999951839447,0.3125,0.7443000078201294,0.4047999978065491,-0.5313000082969666,0.7443000078201294,0.4047999978065491,-0.5313000082969666,0.7443000078201294,0.4047999978065491,-0.5313000082969666,0.1331000030040741,-0.9833999872207642,0.1234000027179718,0.1331000030040741,-0.9833999872207642,0.1234000027179718,0.1331000030040741,-0.9833999872207642,0.1234000027179718,-0.7415000200271606,-0.5777000188827515,0.34130001068115234,-0.7415000200271606,-0.5777000188827515,0.34130001068115234,-0.7415000200271606,-0.5777000188827515,0.34130001068115234,0.6532999873161316,0.30320000648498535,-0.6937999725341797,0.6532999873161316,0.30320000648498535,-0.6937999725341797,0.6532999873161316,0.30320000648498535,-0.6937999725341797,-0.4684999883174896,-0.6603000164031982,0.5870000123977661,-0.4684999883174896,-0.6603000164031982,0.5870000123977661,-0.4684999883174896,-0.6603000164031982,0.5870000123977661,0.12870000302791595,0.8349000215530396,-0.535099983215332,0.12870000302791595,0.8349000215530396,-0.535099983215332,0.12870000302791595,0.8349000215530396,-0.535099983215332,-0.5313000082969666,-0.7748000025749207,0.34279999136924744,-0.5313000082969666,-0.7748000025749207,0.34279999136924744,-0.5313000082969666,-0.7748000025749207,0.34279999136924744,-0.3806999921798706,0.8406000137329102,-0.38530001044273376,-0.3806999921798706,0.8406000137329102,-0.38530001044273376,-0.3806999921798706,0.8406000137329102,-0.38530001044273376,-0.8540999889373779,-0.362199991941452,-0.37310001254081726,-0.8540999889373779,-0.362199991941452,-0.37310001254081726,-0.8540999889373779,-0.362199991941452,-0.37310001254081726,-0.45809999108314514,0.8442999720573425,-0.27799999713897705,-0.45809999108314514,0.8442999720573425,-0.27799999713897705,-0.45809999108314514,0.8442999720573425,-0.27799999713897705,-0.34360000491142273,0.5313000082969666,-0.774399995803833,-0.34360000491142273,0.5313000082969666,-0.774399995803833,-0.34360000491142273,0.5313000082969666,-0.774399995803833,-0.4584999978542328,-0.885200023651123,-0.07909999787807465,-0.4584999978542328,-0.885200023651123,-0.07909999787807465,-0.4584999978542328,-0.885200023651123,-0.07909999787807465,-0.3763999938964844,-0.7379000186920166,-0.5601000189781189,-0.3763999938964844,-0.7379000186920166,-0.5601000189781189,-0.3763999938964844,-0.7379000186920166,-0.5601000189781189,-0.9361000061035156,-0.3465000092983246,0.0608999989926815,-0.9361000061035156,-0.3465000092983246,0.0608999989926815,-0.9361000061035156,-0.3465000092983246,0.0608999989926815,-0.5110999941825867,-0.569599986076355,0.6438000202178955,-0.5110999941825867,-0.569599986076355,0.6438000202178955,-0.5110999941825867,-0.569599986076355,0.6438000202178955,-0.05849999934434891,0.988099992275238,-0.14239999651908875,-0.05849999934434891,0.988099992275238,-0.14239999651908875,-0.05849999934434891,0.988099992275238,-0.14239999651908875,0.5019999742507935,-0.8306000232696533,-0.2409999966621399,0.5019999742507935,-0.8306000232696533,-0.2409999966621399,0.5019999742507935,-0.8306000232696533,-0.2409999966621399,0.329800009727478,0.4277999997138977,0.8416000008583069,0.329800009727478,0.4277999997138977,0.8416000008583069,0.329800009727478,0.4277999997138977,0.8416000008583069,0.9225000143051147,0.375,0.09099999815225601,0.9225000143051147,0.375,0.09099999815225601,0.9225000143051147,0.375,0.09099999815225601,0.5069000124931335,0.7646999955177307,-0.3978999853134155,0.5069000124931335,0.7646999955177307,-0.3978999853134155,0.5069000124931335,0.7646999955177307,-0.3978999853134155,0.15060000121593475,-0.44440001249313354,0.8830999732017517,0.15060000121593475,-0.44440001249313354,0.8830999732017517,0.15060000121593475,-0.44440001249313354,0.8830999732017517,-0.939300000667572,-0.050999999046325684,0.3393999934196472,-0.939300000667572,-0.050999999046325684,0.3393999934196472,-0.939300000667572,-0.050999999046325684,0.3393999934196472,0.030799999833106995,0.9973000288009644,0.06620000302791595,0.030799999833106995,0.9973000288009644,0.06620000302791595,0.030799999833106995,0.9973000288009644,0.06620000302791595,-0.47119998931884766,-0.22930000722408295,-0.8517000079154968,-0.47119998931884766,-0.22930000722408295,-0.8517000079154968,-0.47119998931884766,-0.22930000722408295,-0.8517000079154968,-0.01590000092983246,-0.9993000030517578,0.03319999948143959,-0.01590000092983246,-0.9993000030517578,0.03319999948143959,-0.01590000092983246,-0.9993000030517578,0.03319999948143959,0.017999999225139618,0.5296000242233276,-0.8481000065803528,0.017999999225139618,0.5296000242233276,-0.8481000065803528,0.017999999225139618,0.5296000242233276,-0.8481000065803528,0.7645000219345093,-0.5623999834060669,0.3151000142097473,0.7645000219345093,-0.5623999834060669,0.3151000142097473,0.7645000219345093,-0.5623999834060669,0.3151000142097473,-0.6826000213623047,0.673799991607666,-0.28299999237060547,-0.6826000213623047,0.673799991607666,-0.28299999237060547,-0.6826000213623047,0.673799991607666,-0.28299999237060547,0.2815000116825104,0.6323999762535095,-0.7217000126838684,0.2815000116825104,0.6323999762535095,-0.7217000126838684,0.2815000116825104,0.6323999762535095,-0.7217000126838684,-0.3720000088214874,-0.6345000267028809,0.6775000095367432,-0.3720000088214874,-0.6345000267028809,0.6775000095367432,-0.3720000088214874,-0.6345000267028809,0.6775000095367432,-0.8701000213623047,0.14499999582767487,0.47110000252723694,-0.8701000213623047,0.14499999582767487,0.47110000252723694,-0.8701000213623047,0.14499999582767487,0.47110000252723694,-0.19290000200271606,-0.7674000263214111,0.6114000082015991,-0.19290000200271606,-0.7674000263214111,0.6114000082015991,-0.19290000200271606,-0.7674000263214111,0.6114000082015991,-0.7872999906539917,-0.5906000137329102,0.1770000010728836,-0.7872999906539917,-0.5906000137329102,0.1770000010728836,-0.7872999906539917,-0.5906000137329102,0.1770000010728836,-0.8822000026702881,0.21770000457763672,-0.41749998927116394,-0.8822000026702881,0.21770000457763672,-0.41749998927116394,-0.8822000026702881,0.21770000457763672,-0.41749998927116394,0.5121999979019165,0.85589998960495,-0.07109999656677246,0.5121999979019165,0.85589998960495,-0.07109999656677246,0.5121999979019165,0.85589998960495,-0.07109999656677246,-0.415800005197525,-0.8989999890327454,-0.13750000298023224,-0.415800005197525,-0.8989999890327454,-0.13750000298023224,-0.415800005197525,-0.8989999890327454,-0.13750000298023224,0.34880000352859497,0.1696999967098236,0.9217000007629395,0.34880000352859497,0.1696999967098236,0.9217000007629395,0.34880000352859497,0.1696999967098236,0.9217000007629395,0.04780000075697899,0.9240000247955322,-0.37950000166893005,0.04780000075697899,0.9240000247955322,-0.37950000166893005,0.04780000075697899,0.9240000247955322,-0.37950000166893005,0.15760000050067902,0.986299991607666,-0.04899999871850014,0.15760000050067902,0.986299991607666,-0.04899999871850014,0.15760000050067902,0.986299991607666,-0.04899999871850014,0.5256999731063843,0.8111000061035156,-0.2563999891281128,0.5256999731063843,0.8111000061035156,-0.2563999891281128,0.5256999731063843,0.8111000061035156,-0.2563999891281128,-0.6521000266075134,0.5655999779701233,0.5048999786376953,-0.6521000266075134,0.5655999779701233,0.5048999786376953,-0.6521000266075134,0.5655999779701233,0.5048999786376953,-0.9976999759674072,0.042100001126527786,-0.052299998700618744,-0.9976999759674072,0.042100001126527786,-0.052299998700618744,-0.9976999759674072,0.042100001126527786,-0.052299998700618744,-0.5080999732017517,0.49410000443458557,0.7053999900817871,-0.5080999732017517,0.49410000443458557,0.7053999900817871,-0.5080999732017517,0.49410000443458557,0.7053999900817871,-0.20499999821186066,-0.8090999722480774,-0.5508000254631042,-0.20499999821186066,-0.8090999722480774,-0.5508000254631042,-0.20499999821186066,-0.8090999722480774,-0.5508000254631042,-0.7146999835968018,-0.19529999792575836,0.6715999841690063,-0.7146999835968018,-0.19529999792575836,0.6715999841690063,-0.7146999835968018,-0.19529999792575836,0.6715999841690063,0.20090000331401825,0.5902000069618225,-0.7818999886512756,0.20090000331401825,0.5902000069618225,-0.7818999886512756,0.20090000331401825,0.5902000069618225,-0.7818999886512756,0.14350000023841858,0.7336999773979187,-0.6642000079154968,0.14350000023841858,0.7336999773979187,-0.6642000079154968,0.14350000023841858,0.7336999773979187,-0.6642000079154968,0.0860000029206276,-0.5936999917030334,-0.8001000285148621,0.0860000029206276,-0.5936999917030334,-0.8001000285148621,0.0860000029206276,-0.5936999917030334,-0.8001000285148621,0.19779999554157257,0.7705000042915344,-0.6060000061988831,0.19779999554157257,0.7705000042915344,-0.6060000061988831,0.19779999554157257,0.7705000042915344,-0.6060000061988831,-0.3334999978542328,0.6556000113487244,-0.6775000095367432,-0.3334999978542328,0.6556000113487244,-0.6775000095367432,-0.3334999978542328,0.6556000113487244,-0.6775000095367432,-0.20149999856948853,0.9510999917984009,-0.23420000076293945,-0.20149999856948853,0.9510999917984009,-0.23420000076293945,-0.20149999856948853,0.9510999917984009,-0.23420000076293945,-0.015200000256299973,0.7171000242233276,-0.6967999935150146,-0.015200000256299973,0.7171000242233276,-0.6967999935150146,-0.015200000256299973,0.7171000242233276,-0.6967999935150146,0.6492000222206116,-0.526199996471405,-0.5491999983787537,0.6492000222206116,-0.526199996471405,-0.5491999983787537,0.6492000222206116,-0.526199996471405,-0.5491999983787537,-0.9779999852180481,-0.1729000061750412,-0.11640000343322754,-0.9779999852180481,-0.1729000061750412,-0.11640000343322754,-0.9779999852180481,-0.1729000061750412,-0.11640000343322754,-0.955299973487854,0.2854999899864197,0.07639999687671661,-0.955299973487854,0.2854999899864197,0.07639999687671661,-0.955299973487854,0.2854999899864197,0.07639999687671661,0.49149999022483826,0.10339999943971634,0.8647000193595886,0.49149999022483826,0.10339999943971634,0.8647000193595886,0.49149999022483826,0.10339999943971634,0.8647000193595886,0.7738000154495239,-0.5806000232696533,-0.2531000077724457,0.7738000154495239,-0.5806000232696533,-0.2531000077724457,0.7738000154495239,-0.5806000232696533,-0.2531000077724457,0.249099999666214,-0.47049999237060547,0.8464999794960022,0.249099999666214,-0.47049999237060547,0.8464999794960022,0.249099999666214,-0.47049999237060547,0.8464999794960022,0.28769999742507935,0.6668999791145325,-0.6873999834060669,0.28769999742507935,0.6668999791145325,-0.6873999834060669,0.28769999742507935,0.6668999791145325,-0.6873999834060669,-0.916100025177002,0.39899998903274536,0.03819999843835831,-0.916100025177002,0.39899998903274536,0.03819999843835831,-0.916100025177002,0.39899998903274536,0.03819999843835831,-0.32089999318122864,0.925599992275238,-0.20069999992847443,-0.32089999318122864,0.925599992275238,-0.20069999992847443,-0.32089999318122864,0.925599992275238,-0.20069999992847443,-0.181099995970726,0.13040000200271606,-0.9747999906539917,-0.181099995970726,0.13040000200271606,-0.9747999906539917,-0.181099995970726,0.13040000200271606,-0.9747999906539917,-0.5863000154495239,0.8090000152587891,0.04270000010728836,-0.5863000154495239,0.8090000152587891,0.04270000010728836,-0.5863000154495239,0.8090000152587891,0.04270000010728836,0.26429998874664307,0.7448999881744385,-0.6126000285148621,0.26429998874664307,0.7448999881744385,-0.6126000285148621,0.26429998874664307,0.7448999881744385,-0.6126000285148621,-0.04320000112056732,-0.8019999861717224,0.59579998254776,-0.04320000112056732,-0.8019999861717224,0.59579998254776,-0.04320000112056732,-0.8019999861717224,0.59579998254776,0.4611000120639801,0.7093999981880188,0.5329999923706055,0.4611000120639801,0.7093999981880188,0.5329999923706055,0.4611000120639801,0.7093999981880188,0.5329999923706055,-0.26339998841285706,-0.4050999879837036,-0.8755000233650208,-0.26339998841285706,-0.4050999879837036,-0.8755000233650208,-0.26339998841285706,-0.4050999879837036,-0.8755000233650208,-0.4629000127315521,0.3407999873161316,-0.8183000087738037,-0.4629000127315521,0.3407999873161316,-0.8183000087738037,-0.4629000127315521,0.3407999873161316,-0.8183000087738037,-0.3723999857902527,0.9021000266075134,-0.21809999644756317,-0.3723999857902527,0.9021000266075134,-0.21809999644756317,-0.3723999857902527,0.9021000266075134,-0.21809999644756317,0.19519999623298645,0.5414999723434448,-0.8177000284194946,0.19519999623298645,0.5414999723434448,-0.8177000284194946,0.19519999623298645,0.5414999723434448,-0.8177000284194946,0.5899999737739563,-0.7307000160217285,0.34360000491142273,0.5899999737739563,-0.7307000160217285,0.34360000491142273,0.5899999737739563,-0.7307000160217285,0.34360000491142273,0.09430000185966492,-0.9434999823570251,0.31769999861717224,0.09430000185966492,-0.9434999823570251,0.31769999861717224,0.09430000185966492,-0.9434999823570251,0.31769999861717224,0.947700023651123,-0.1624000072479248,0.27489998936653137,0.947700023651123,-0.1624000072479248,0.27489998936653137,0.947700023651123,-0.1624000072479248,0.27489998936653137,-0.9269000291824341,0.37450000643730164,-0.022700000554323196,-0.9269000291824341,0.37450000643730164,-0.022700000554323196,-0.9269000291824341,0.37450000643730164,-0.022700000554323196,0.7444000244140625,-0.42820000648498535,-0.5123999714851379,0.7444000244140625,-0.42820000648498535,-0.5123999714851379,0.7444000244140625,-0.42820000648498535,-0.5123999714851379,-0.43149998784065247,-0.2387000024318695,0.8700000047683716,-0.43149998784065247,-0.2387000024318695,0.8700000047683716,-0.43149998784065247,-0.2387000024318695,0.8700000047683716,0.07209999859333038,-0.7789000272750854,0.6229000091552734,0.07209999859333038,-0.7789000272750854,0.6229000091552734,0.07209999859333038,-0.7789000272750854,0.6229000091552734,0.17890000343322754,0.065700002014637,0.9817000031471252,0.17890000343322754,0.065700002014637,0.9817000031471252,0.17890000343322754,0.065700002014637,0.9817000031471252,-0.06719999760389328,-0.20389999449253082,0.9767000079154968,-0.06719999760389328,-0.20389999449253082,0.9767000079154968,-0.06719999760389328,-0.20389999449253082,0.9767000079154968,-0.1615000069141388,0.7372999787330627,-0.656000018119812,-0.1615000069141388,0.7372999787330627,-0.656000018119812,-0.1615000069141388,0.7372999787330627,-0.656000018119812,-0.006399999838322401,0.8889999985694885,-0.4578999876976013,-0.006399999838322401,0.8889999985694885,-0.4578999876976013,-0.006399999838322401,0.8889999985694885,-0.4578999876976013,0.9247999787330627,-0.38040000200271606,-0.00860000029206276,0.9247999787330627,-0.38040000200271606,-0.00860000029206276,0.9247999787330627,-0.38040000200271606,-0.00860000029206276,0.8569999933242798,0.4074000120162964,-0.3156999945640564,0.8569999933242798,0.4074000120162964,-0.3156999945640564,0.8569999933242798,0.4074000120162964,-0.3156999945640564,0.11299999803304672,0.8300999999046326,-0.5461000204086304,0.11299999803304672,0.8300999999046326,-0.5461000204086304,0.11299999803304672,0.8300999999046326,-0.5461000204086304,0.9502000212669373,-0.05009999871253967,0.3077000081539154,0.9502000212669373,-0.05009999871253967,0.3077000081539154,0.9502000212669373,-0.05009999871253967,0.3077000081539154,-0.670799970626831,-0.7404000163078308,-0.041999999433755875,-0.670799970626831,-0.7404000163078308,-0.041999999433755875,-0.670799970626831,-0.7404000163078308,-0.041999999433755875,-0.9764999747276306,-0.09470000118017197,-0.19349999725818634,-0.9764999747276306,-0.09470000118017197,-0.19349999725818634,-0.9764999747276306,-0.09470000118017197,-0.19349999725818634,-0.7325000166893005,0.30889999866485596,0.6065999865531921,-0.7325000166893005,0.30889999866485596,0.6065999865531921,-0.7325000166893005,0.30889999866485596,0.6065999865531921,0.11729999631643295,0.9503999948501587,-0.28790000081062317,0.11729999631643295,0.9503999948501587,-0.28790000081062317,0.11729999631643295,0.9503999948501587,-0.28790000081062317,0.8187000155448914,0.45419999957084656,0.3513000011444092,0.8187000155448914,0.45419999957084656,0.3513000011444092,0.8187000155448914,0.45419999957084656,0.3513000011444092,0.38100001215934753,0.9222999811172485,-0.06469999998807907,0.38100001215934753,0.9222999811172485,-0.06469999998807907,0.38100001215934753,0.9222999811172485,-0.06469999998807907,-0.4970000088214874,-0.29429998993873596,0.8162999749183655,-0.4970000088214874,-0.29429998993873596,0.8162999749183655,-0.4970000088214874,-0.29429998993873596,0.8162999749183655,0.6427000164985657,0.6643000245094299,0.3817000091075897,0.6427000164985657,0.6643000245094299,0.3817000091075897,0.6427000164985657,0.6643000245094299,0.3817000091075897,0.567300021648407,0.772599995136261,0.2851000130176544,0.567300021648407,0.772599995136261,0.2851000130176544,0.567300021648407,0.772599995136261,0.2851000130176544,0.49869999289512634,-0.815500020980835,0.2939000129699707,0.49869999289512634,-0.815500020980835,0.2939000129699707,0.49869999289512634,-0.815500020980835,0.2939000129699707,-0.6884999871253967,-0.5027999877929688,-0.522599995136261,-0.6884999871253967,-0.5027999877929688,-0.522599995136261,-0.6884999871253967,-0.5027999877929688,-0.522599995136261,-0.9751999974250793,0.06360000371932983,0.21199999749660492,-0.9751999974250793,0.06360000371932983,0.21199999749660492,-0.9751999974250793,0.06360000371932983,0.21199999749660492,0.41519999504089355,0.6776000261306763,-0.6069999933242798,0.41519999504089355,0.6776000261306763,-0.6069999933242798,0.41519999504089355,0.6776000261306763,-0.6069999933242798,-0.9038000106811523,0.07819999754428864,-0.4207000136375427,-0.9038000106811523,0.07819999754428864,-0.4207000136375427,-0.9038000106811523,0.07819999754428864,-0.4207000136375427,-0.9973000288009644,-0.0052999998442828655,-0.07339999824762344,-0.9973000288009644,-0.0052999998442828655,-0.07339999824762344,-0.9973000288009644,-0.0052999998442828655,-0.07339999824762344,-0.6996999979019165,-0.0008999999845400453,-0.7143999934196472,-0.6996999979019165,-0.0008999999845400453,-0.7143999934196472,-0.6996999979019165,-0.0008999999845400453,-0.7143999934196472,-0.15950000286102295,-0.8712000250816345,0.4643999934196472,-0.15950000286102295,-0.8712000250816345,0.4643999934196472,-0.15950000286102295,-0.8712000250816345,0.4643999934196472,-0.5432999730110168,-0.8395000100135803,0.004999999888241291,-0.5432999730110168,-0.8395000100135803,0.004999999888241291,-0.5432999730110168,-0.8395000100135803,0.004999999888241291,0.45100000500679016,-0.8863999843597412,0.10419999808073044,0.45100000500679016,-0.8863999843597412,0.10419999808073044,0.45100000500679016,-0.8863999843597412,0.10419999808073044,-0.9394999742507935,0.3160000145435333,-0.13210000097751617,-0.9394999742507935,0.3160000145435333,-0.13210000097751617,-0.9394999742507935,0.3160000145435333,-0.13210000097751617,-0.9621999859809875,-0.15440000593662262,0.22429999709129333,-0.9621999859809875,-0.15440000593662262,0.22429999709129333,-0.9621999859809875,-0.15440000593662262,0.22429999709129333,0.9595000147819519,-0.03440000116825104,-0.27950000762939453,0.9595000147819519,-0.03440000116825104,-0.27950000762939453,0.9595000147819519,-0.03440000116825104,-0.27950000762939453,0.708299994468689,0.2757999897003174,0.6498000025749207,0.708299994468689,0.2757999897003174,0.6498000025749207,0.708299994468689,0.2757999897003174,0.6498000025749207,0.7706999778747559,-0.6067000031471252,0.19470000267028809,0.7706999778747559,-0.6067000031471252,0.19470000267028809,0.7706999778747559,-0.6067000031471252,0.19470000267028809,0.928600013256073,0.20880000293254852,0.3066999912261963,0.928600013256073,0.20880000293254852,0.3066999912261963,0.928600013256073,0.20880000293254852,0.3066999912261963,0.39489999413490295,0.8996999859809875,-0.18619999289512634,0.39489999413490295,0.8996999859809875,-0.18619999289512634,0.39489999413490295,0.8996999859809875,-0.18619999289512634,0.8398000001907349,-0.4115999937057495,0.3540000021457672,0.8398000001907349,-0.4115999937057495,0.3540000021457672,0.8398000001907349,-0.4115999937057495,0.3540000021457672,0.32089999318122864,-0.8572999835014343,0.4025000035762787,0.32089999318122864,-0.8572999835014343,0.4025000035762787,0.32089999318122864,-0.8572999835014343,0.4025000035762787,-0.9993000030517578,-0.03189999982714653,-0.017799999564886093,-0.9993000030517578,-0.03189999982714653,-0.017799999564886093,-0.9993000030517578,-0.03189999982714653,-0.017799999564886093,0.9976999759674072,-0.022700000554323196,-0.06360000371932983,0.9976999759674072,-0.022700000554323196,-0.06360000371932983,0.9976999759674072,-0.022700000554323196,-0.06360000371932983,-0.1647000014781952,0.08739999681711197,-0.9825000166893005,-0.1647000014781952,0.08739999681711197,-0.9825000166893005,-0.1647000014781952,0.08739999681711197,-0.9825000166893005,-0.12860000133514404,0.8748999834060669,-0.46700000762939453,-0.12860000133514404,0.8748999834060669,-0.46700000762939453,-0.12860000133514404,0.8748999834060669,-0.46700000762939453,-0.017000000923871994,0.6046000123023987,-0.7964000105857849,-0.017000000923871994,0.6046000123023987,-0.7964000105857849,-0.017000000923871994,0.6046000123023987,-0.7964000105857849,-0.8658999800682068,0.08410000056028366,-0.49300000071525574,-0.8658999800682068,0.08410000056028366,-0.49300000071525574,-0.8658999800682068,0.08410000056028366,-0.49300000071525574,-0.155799999833107,0.9799000024795532,-0.12470000237226486,-0.155799999833107,0.9799000024795532,-0.12470000237226486,-0.155799999833107,0.9799000024795532,-0.12470000237226486,0.7705000042915344,0.5414999723434448,-0.33640000224113464,0.7705000042915344,0.5414999723434448,-0.33640000224113464,0.7705000042915344,0.5414999723434448,-0.33640000224113464,-0.3776000142097473,0.737500011920929,-0.5598999857902527,-0.3776000142097473,0.737500011920929,-0.5598999857902527,-0.3776000142097473,0.737500011920929,-0.5598999857902527,0.9571999907493591,-0.23280000686645508,0.1720999926328659,0.9571999907493591,-0.23280000686645508,0.1720999926328659,0.9571999907493591,-0.23280000686645508,0.1720999926328659,0.8672999739646912,-0.42170000076293945,0.26460000872612,0.8672999739646912,-0.42170000076293945,0.26460000872612,0.8672999739646912,-0.42170000076293945,0.26460000872612,-0.9609000086784363,0.10170000046491623,-0.25760000944137573,-0.9609000086784363,0.10170000046491623,-0.25760000944137573,-0.9609000086784363,0.10170000046491623,-0.25760000944137573,-0.9009000062942505,-0.024800000712275505,-0.43320000171661377,-0.9009000062942505,-0.024800000712275505,-0.43320000171661377,-0.9009000062942505,-0.024800000712275505,-0.43320000171661377,0.9794999957084656,-0.163100004196167,-0.11860000342130661,0.9794999957084656,-0.163100004196167,-0.11860000342130661,0.9794999957084656,-0.163100004196167,-0.11860000342130661,0.6880000233650208,-0.6912000179290771,0.22100000083446503,0.6880000233650208,-0.6912000179290771,0.22100000083446503,0.6880000233650208,-0.6912000179290771,0.22100000083446503,0.3903000056743622,-0.8604000210762024,0.32760000228881836,0.3903000056743622,-0.8604000210762024,0.32760000228881836,0.3903000056743622,-0.8604000210762024,0.32760000228881836,-0.8471999764442444,0.4000000059604645,-0.3495999872684479,-0.8471999764442444,0.4000000059604645,-0.3495999872684479,-0.8471999764442444,0.4000000059604645,-0.3495999872684479,-0.9430000185966492,-0.10499999672174454,-0.3156999945640564,-0.9430000185966492,-0.10499999672174454,-0.3156999945640564,-0.9430000185966492,-0.10499999672174454,-0.3156999945640564,-0.7364000082015991,0.6237999796867371,0.26190000772476196,-0.7364000082015991,0.6237999796867371,0.26190000772476196,-0.7364000082015991,0.6237999796867371,0.26190000772476196,-0.7972999811172485,0.18250000476837158,-0.5752999782562256,-0.7972999811172485,0.18250000476837158,-0.5752999782562256,-0.7972999811172485,0.18250000476837158,-0.5752999782562256,-0.061799999326467514,-0.9617000222206116,-0.2671999931335449,-0.061799999326467514,-0.9617000222206116,-0.2671999931335449,-0.061799999326467514,-0.9617000222206116,-0.2671999931335449,0.5723999738693237,0.5013999938964844,0.6488000154495239,0.5723999738693237,0.5013999938964844,0.6488000154495239,0.5723999738693237,0.5013999938964844,0.6488000154495239,0.777999997138977,0.1379999965429306,-0.6129000186920166,0.777999997138977,0.1379999965429306,-0.6129000186920166,0.777999997138977,0.1379999965429306,-0.6129000186920166,0.30399999022483826,0.4932999908924103,-0.8149999976158142,0.30399999022483826,0.4932999908924103,-0.8149999976158142,0.30399999022483826,0.4932999908924103,-0.8149999976158142,-0.03060000017285347,-0.5788999795913696,-0.8148000240325928,-0.03060000017285347,-0.5788999795913696,-0.8148000240325928,-0.03060000017285347,-0.5788999795913696,-0.8148000240325928,0.9775999784469604,-0.12620000541210175,0.1687999963760376,0.9775999784469604,-0.12620000541210175,0.1687999963760376,0.9775999784469604,-0.12620000541210175,0.1687999963760376,-0.3188000023365021,-0.09870000183582306,0.9427000284194946,-0.3188000023365021,-0.09870000183582306,0.9427000284194946,-0.3188000023365021,-0.09870000183582306,0.9427000284194946,0.7081999778747559,-0.682699978351593,0.17990000545978546,0.7081999778747559,-0.682699978351593,0.17990000545978546,0.7081999778747559,-0.682699978351593,0.17990000545978546,-0.7325000166893005,0.5349000096321106,0.42100000381469727,-0.7325000166893005,0.5349000096321106,0.42100000381469727,-0.7325000166893005,0.5349000096321106,0.42100000381469727,0.4952999949455261,-0.7089999914169312,0.5019999742507935,0.4952999949455261,-0.7089999914169312,0.5019999742507935,0.4952999949455261,-0.7089999914169312,0.5019999742507935,0.8654000163078308,0.4925000071525574,-0.09179999679327011,0.8654000163078308,0.4925000071525574,-0.09179999679327011,0.8654000163078308,0.4925000071525574,-0.09179999679327011,0.7814000248908997,-0.5907999873161316,-0.20069999992847443,0.7814000248908997,-0.5907999873161316,-0.20069999992847443,0.7814000248908997,-0.5907999873161316,-0.20069999992847443,-0.6862999796867371,0.6938999891281128,-0.21780000627040863,-0.6862999796867371,0.6938999891281128,-0.21780000627040863,-0.6862999796867371,0.6938999891281128,-0.21780000627040863,-0.2214999943971634,0.02319999970495701,0.9749000072479248,-0.2214999943971634,0.02319999970495701,0.9749000072479248,-0.2214999943971634,0.02319999970495701,0.9749000072479248,-0.8539999723434448,-0.21130000054836273,0.47540000081062317,-0.8539999723434448,-0.21130000054836273,0.47540000081062317,-0.8539999723434448,-0.21130000054836273,0.47540000081062317,0.9107000231742859,-0.41260001063346863,0.018300000578165054,0.9107000231742859,-0.41260001063346863,0.018300000578165054,0.9107000231742859,-0.41260001063346863,0.018300000578165054,0.13220000267028809,-0.9262999892234802,0.3529999852180481,0.13220000267028809,-0.9262999892234802,0.3529999852180481,0.13220000267028809,-0.9262999892234802,0.3529999852180481,-0.855400025844574,0.47690001130104065,-0.2021999955177307,-0.855400025844574,0.47690001130104065,-0.2021999955177307,-0.855400025844574,0.47690001130104065,-0.2021999955177307,0.9782000184059143,-0.0544000007212162,-0.20020000636577606,0.9782000184059143,-0.0544000007212162,-0.20020000636577606,0.9782000184059143,-0.0544000007212162,-0.20020000636577606,-0.8658999800682068,0.22619999945163727,0.44620001316070557,-0.8658999800682068,0.22619999945163727,0.44620001316070557,-0.8658999800682068,0.22619999945163727,0.44620001316070557,-0.8555999994277954,-0.46639999747276306,0.22439999878406525,-0.8555999994277954,-0.46639999747276306,0.22439999878406525,-0.8555999994277954,-0.46639999747276306,0.22439999878406525,-0.7480000257492065,-0.6607000231742859,-0.0632999986410141,-0.7480000257492065,-0.6607000231742859,-0.0632999986410141,-0.7480000257492065,-0.6607000231742859,-0.0632999986410141,-0.8903999924659729,-0.45509999990463257,0.009999999776482582,-0.8903999924659729,-0.45509999990463257,0.009999999776482582,-0.8903999924659729,-0.45509999990463257,0.009999999776482582,0.0052999998442828655,-0.7868000268936157,0.6172000169754028,0.0052999998442828655,-0.7868000268936157,0.6172000169754028,0.0052999998442828655,-0.7868000268936157,0.6172000169754028,-0.7631000280380249,-0.5719000101089478,0.3009999990463257,-0.7631000280380249,-0.5719000101089478,0.3009999990463257,-0.7631000280380249,-0.5719000101089478,0.3009999990463257,0.37220001220703125,-0.6891000270843506,-0.6218000054359436,0.37220001220703125,-0.6891000270843506,-0.6218000054359436,0.37220001220703125,-0.6891000270843506,-0.6218000054359436,-0.7049000263214111,-0.3310000002384186,-0.6273000240325928,-0.7049000263214111,-0.3310000002384186,-0.6273000240325928,-0.7049000263214111,-0.3310000002384186,-0.6273000240325928,0.6362000107765198,-0.5789999961853027,-0.5098000168800354,0.6362000107765198,-0.5789999961853027,-0.5098000168800354,0.6362000107765198,-0.5789999961853027,-0.5098000168800354,-0.45500001311302185,-0.367000013589859,0.8113999962806702,-0.45500001311302185,-0.367000013589859,0.8113999962806702,-0.45500001311302185,-0.367000013589859,0.8113999962806702,0.5268999934196472,0.5465999841690063,-0.6507999897003174,0.5268999934196472,0.5465999841690063,-0.6507999897003174,0.5268999934196472,0.5465999841690063,-0.6507999897003174,0.5281000137329102,0.7935000061988831,-0.30250000953674316,0.5281000137329102,0.7935000061988831,-0.30250000953674316,0.5281000137329102,0.7935000061988831,-0.30250000953674316,0.9415000081062317,-0.33500000834465027,0.03759999945759773,0.9415000081062317,-0.33500000834465027,0.03759999945759773,0.9415000081062317,-0.33500000834465027,0.03759999945759773,0.5945000052452087,-0.6169000267982483,-0.5157999992370605,0.5945000052452087,-0.6169000267982483,-0.5157999992370605,0.5945000052452087,-0.6169000267982483,-0.5157999992370605,-0.21719999611377716,0.954200029373169,-0.20550000667572021,-0.21719999611377716,0.954200029373169,-0.20550000667572021,-0.21719999611377716,0.954200029373169,-0.20550000667572021,-0.7738000154495239,-0.09830000251531601,0.6256999969482422,-0.7738000154495239,-0.09830000251531601,0.6256999969482422,-0.7738000154495239,-0.09830000251531601,0.6256999969482422,0.18230000138282776,-0.7541000247001648,-0.6309000253677368,0.18230000138282776,-0.7541000247001648,-0.6309000253677368,0.18230000138282776,-0.7541000247001648,-0.6309000253677368,0.925599992275238,0.029600000008940697,0.3774000108242035,0.925599992275238,0.029600000008940697,0.3774000108242035,0.925599992275238,0.029600000008940697,0.3774000108242035,0.19850000739097595,0.8989999890327454,-0.3903000056743622,0.19850000739097595,0.8989999890327454,-0.3903000056743622,0.19850000739097595,0.8989999890327454,-0.3903000056743622,-0.836899995803833,0.1873999983072281,-0.5142999887466431,-0.836899995803833,0.1873999983072281,-0.5142999887466431,-0.836899995803833,0.1873999983072281,-0.5142999887466431,0.9560999870300293,-0.15839999914169312,0.2467000037431717,0.9560999870300293,-0.15839999914169312,0.2467000037431717,0.9560999870300293,-0.15839999914169312,0.2467000037431717,0.9452999830245972,-0.19740000367164612,0.2596000134944916,0.9452999830245972,-0.19740000367164612,0.2596000134944916,0.9452999830245972,-0.19740000367164612,0.2596000134944916,0.9085000157356262,0.32910001277923584,-0.2574000060558319,0.9085000157356262,0.32910001277923584,-0.2574000060558319,0.9085000157356262,0.32910001277923584,-0.2574000060558319,0.8974000215530396,0.09730000048875809,0.430400013923645,0.8974000215530396,0.09730000048875809,0.430400013923645,0.8974000215530396,0.09730000048875809,0.430400013923645,0.28380000591278076,-0.9085999727249146,-0.30649998784065247,0.28380000591278076,-0.9085999727249146,-0.30649998784065247,0.28380000591278076,-0.9085999727249146,-0.30649998784065247,0.5157999992370605,0.8511999845504761,0.09740000218153,0.5157999992370605,0.8511999845504761,0.09740000218153,0.5157999992370605,0.8511999845504761,0.09740000218153,0.2295999974012375,-0.7926999926567078,0.5648000240325928,0.2295999974012375,-0.7926999926567078,0.5648000240325928,0.2295999974012375,-0.7926999926567078,0.5648000240325928,-0.5449000000953674,0.32710000872612,-0.7720999717712402,-0.5449000000953674,0.32710000872612,-0.7720999717712402,-0.5449000000953674,0.32710000872612,-0.7720999717712402,-0.7186999917030334,-0.5281999707221985,-0.4521999955177307,-0.7186999917030334,-0.5281999707221985,-0.4521999955177307,-0.7186999917030334,-0.5281999707221985,-0.4521999955177307,0.8410999774932861,-0.5307000279426575,0.10450000315904617,0.8410999774932861,-0.5307000279426575,0.10450000315904617,0.8410999774932861,-0.5307000279426575,0.10450000315904617,-0.07699999958276749,0.8572999835014343,-0.5090000033378601,-0.07699999958276749,0.8572999835014343,-0.5090000033378601,-0.07699999958276749,0.8572999835014343,-0.5090000033378601,-0.21559999883174896,0.9085999727249146,-0.3578000068664551,-0.21559999883174896,0.9085999727249146,-0.3578000068664551,-0.21559999883174896,0.9085999727249146,-0.3578000068664551,0.9945999979972839,0.040300000458955765,0.09589999914169312,0.9945999979972839,0.040300000458955765,0.09589999914169312,0.9945999979972839,0.040300000458955765,0.09589999914169312,0.9272000193595886,-0.34470000863075256,0.14640000462532043,0.9272000193595886,-0.34470000863075256,0.14640000462532043,0.9272000193595886,-0.34470000863075256,0.14640000462532043,-0.9678999781608582,-0.01140000019222498,-0.25119999051094055,-0.9678999781608582,-0.01140000019222498,-0.25119999051094055,-0.9678999781608582,-0.01140000019222498,-0.25119999051094055,-0.19349999725818634,-0.9695000052452087,-0.1501999944448471,-0.19349999725818634,-0.9695000052452087,-0.1501999944448471,-0.19349999725818634,-0.9695000052452087,-0.1501999944448471,-0.07940000295639038,0.7394999861717224,0.6685000061988831,-0.07940000295639038,0.7394999861717224,0.6685000061988831,-0.07940000295639038,0.7394999861717224,0.6685000061988831,-0.9056000113487244,-0.12929999828338623,0.40380001068115234,-0.9056000113487244,-0.12929999828338623,0.40380001068115234,-0.9056000113487244,-0.12929999828338623,0.40380001068115234,-0.8708000183105469,-0.28040000796318054,-0.40380001068115234,-0.8708000183105469,-0.28040000796318054,-0.40380001068115234,-0.8708000183105469,-0.28040000796318054,-0.40380001068115234,-0.46149998903274536,-0.2797999978065491,0.8418999910354614,-0.46149998903274536,-0.2797999978065491,0.8418999910354614,-0.46149998903274536,-0.2797999978065491,0.8418999910354614,-0.48069998621940613,-0.8720999956130981,0.09099999815225601,-0.48069998621940613,-0.8720999956130981,0.09099999815225601,-0.48069998621940613,-0.8720999956130981,0.09099999815225601,0.1679999977350235,0.9143999814987183,-0.3684000074863434,0.1679999977350235,0.9143999814987183,-0.3684000074863434,0.1679999977350235,0.9143999814987183,-0.3684000074863434,0.7803999781608582,0.36390000581741333,-0.5084999799728394,0.7803999781608582,0.36390000581741333,-0.5084999799728394,0.7803999781608582,0.36390000581741333,-0.5084999799728394,0.9402999877929688,-0.33980000019073486,0.01889999955892563,0.9402999877929688,-0.33980000019073486,0.01889999955892563,0.9402999877929688,-0.33980000019073486,0.01889999955892563,0.10209999978542328,-0.6848000288009644,0.7215999960899353,0.10209999978542328,-0.6848000288009644,0.7215999960899353,0.10209999978542328,-0.6848000288009644,0.7215999960899353,0.8111000061035156,-0.09969999641180038,0.5763999819755554,0.8111000061035156,-0.09969999641180038,0.5763999819755554,0.8111000061035156,-0.09969999641180038,0.5763999819755554,-0.8190000057220459,0.3278000056743622,0.47099998593330383,-0.8190000057220459,0.3278000056743622,0.47099998593330383,-0.8190000057220459,0.3278000056743622,0.47099998593330383,-0.4641000032424927,-0.14659999310970306,0.8736000061035156,-0.4641000032424927,-0.14659999310970306,0.8736000061035156,-0.4641000032424927,-0.14659999310970306,0.8736000061035156,-0.6880000233650208,0.3517000079154968,0.6348000168800354,-0.6880000233650208,0.3517000079154968,0.6348000168800354,-0.6880000233650208,0.3517000079154968,0.6348000168800354,-0.6802999973297119,-0.6403999924659729,-0.3564000129699707,-0.6802999973297119,-0.6403999924659729,-0.3564000129699707,-0.6802999973297119,-0.6403999924659729,-0.3564000129699707,-0.12309999763965607,0.9628999829292297,0.2401999980211258,-0.12309999763965607,0.9628999829292297,0.2401999980211258,-0.12309999763965607,0.9628999829292297,0.2401999980211258,-0.7667999863624573,0.640999972820282,0.03350000083446503,-0.7667999863624573,0.640999972820282,0.03350000083446503,-0.7667999863624573,0.640999972820282,0.03350000083446503,-0.9965000152587891,-0.07090000063180923,0.04439999908208847,-0.9965000152587891,-0.07090000063180923,0.04439999908208847,-0.9965000152587891,-0.07090000063180923,0.04439999908208847,-0.08579999953508377,0.19169999659061432,0.9776999950408936,-0.08579999953508377,0.19169999659061432,0.9776999950408936,-0.08579999953508377,0.19169999659061432,0.9776999950408936,0.5631999969482422,0.14139999449253082,0.8141999840736389,0.5631999969482422,0.14139999449253082,0.8141999840736389,0.5631999969482422,0.14139999449253082,0.8141999840736389,-0.3041999936103821,0.1290999948978424,0.9437999725341797,-0.3041999936103821,0.1290999948978424,0.9437999725341797,-0.3041999936103821,0.1290999948978424,0.9437999725341797,-0.008700000122189522,-0.6281999945640564,0.777999997138977,-0.008700000122189522,-0.6281999945640564,0.777999997138977,-0.008700000122189522,-0.6281999945640564,0.777999997138977,-0.2296999990940094,0.4268999993801117,0.8747000098228455,-0.2296999990940094,0.4268999993801117,0.8747000098228455,-0.2296999990940094,0.4268999993801117,0.8747000098228455,-1,-0.002899999963119626,0.007400000002235174,-1,-0.002899999963119626,0.007400000002235174,-1,-0.002899999963119626,0.007400000002235174,0.004999999888241291,-0.879800021648407,0.47540000081062317,0.004999999888241291,-0.879800021648407,0.47540000081062317,0.004999999888241291,-0.879800021648407,0.47540000081062317,-0.5629000067710876,-0.7560999989509583,-0.33379998803138733,-0.5629000067710876,-0.7560999989509583,-0.33379998803138733,-0.5629000067710876,-0.7560999989509583,-0.33379998803138733,-0.42489999532699585,-0.5349000096321106,0.7303000092506409,-0.42489999532699585,-0.5349000096321106,0.7303000092506409,-0.42489999532699585,-0.5349000096321106,0.7303000092506409,-0.3467000126838684,-0.6848999857902527,-0.6407999992370605,-0.3467000126838684,-0.6848999857902527,-0.6407999992370605,-0.3467000126838684,-0.6848999857902527,-0.6407999992370605,0.6866999864578247,-0.22339999675750732,0.6916999816894531,0.6866999864578247,-0.22339999675750732,0.6916999816894531,0.6866999864578247,-0.22339999675750732,0.6916999816894531,0.11980000138282776,-0.9079999923706055,-0.40139999985694885,0.11980000138282776,-0.9079999923706055,-0.40139999985694885,0.11980000138282776,-0.9079999923706055,-0.40139999985694885,0.32670000195503235,-0.8367999792098999,-0.43939998745918274,0.32670000195503235,-0.8367999792098999,-0.43939998745918274,0.32670000195503235,-0.8367999792098999,-0.43939998745918274,-0.5910999774932861,-0.42910000681877136,-0.6830000281333923,-0.5910999774932861,-0.42910000681877136,-0.6830000281333923,-0.5910999774932861,-0.42910000681877136,-0.6830000281333923,-0.5235000252723694,0.7689999938011169,-0.3668999969959259,-0.5235000252723694,0.7689999938011169,-0.3668999969959259,-0.5235000252723694,0.7689999938011169,-0.3668999969959259,-0.0357000008225441,-0.945900022983551,0.32249999046325684,-0.0357000008225441,-0.945900022983551,0.32249999046325684,-0.0357000008225441,-0.945900022983551,0.32249999046325684,0.15680000185966492,0.9154999852180481,-0.37049999833106995,0.15680000185966492,0.9154999852180481,-0.37049999833106995,0.15680000185966492,0.9154999852180481,-0.37049999833106995,0.6215000152587891,-0.7832000255584717,-0.01769999973475933,0.6215000152587891,-0.7832000255584717,-0.01769999973475933,0.6215000152587891,-0.7832000255584717,-0.01769999973475933,0.8784999847412109,-0.25609999895095825,0.4034000039100647,0.8784999847412109,-0.25609999895095825,0.4034000039100647,0.8784999847412109,-0.25609999895095825,0.4034000039100647,-0.4668000042438507,0.6055999994277954,0.6445000171661377,-0.4668000042438507,0.6055999994277954,0.6445000171661377,-0.4668000042438507,0.6055999994277954,0.6445000171661377,0.8906999826431274,-0.32850000262260437,0.3142000138759613,0.8906999826431274,-0.32850000262260437,0.3142000138759613,0.8906999826431274,-0.32850000262260437,0.3142000138759613,0.319599986076355,0.9121000170707703,-0.2565999925136566,0.319599986076355,0.9121000170707703,-0.2565999925136566,0.319599986076355,0.9121000170707703,-0.2565999925136566,-0.31150001287460327,-0.9473000168800354,0.07440000027418137,-0.31150001287460327,-0.9473000168800354,0.07440000027418137,-0.31150001287460327,-0.9473000168800354,0.07440000027418137,0.5586000084877014,-0.09149999916553497,0.824400007724762,0.5586000084877014,-0.09149999916553497,0.824400007724762,0.5586000084877014,-0.09149999916553497,0.824400007724762,-0.996399998664856,-0.0203000009059906,0.08240000158548355,-0.996399998664856,-0.0203000009059906,0.08240000158548355,-0.996399998664856,-0.0203000009059906,0.08240000158548355,-0.9807000160217285,0.03869999945163727,0.1915999948978424,-0.9807000160217285,0.03869999945163727,0.1915999948978424,-0.9807000160217285,0.03869999945163727,0.1915999948978424,0.8884000182151794,-0.45899999141693115,0.009399999864399433,0.8884000182151794,-0.45899999141693115,0.009399999864399433,0.8884000182151794,-0.45899999141693115,0.009399999864399433,-0.8758999705314636,0.028200000524520874,-0.48170000314712524,-0.8758999705314636,0.028200000524520874,-0.48170000314712524,-0.8758999705314636,0.028200000524520874,-0.48170000314712524,0.5196999907493591,0.5291000008583069,-0.670799970626831,0.5196999907493591,0.5291000008583069,-0.670799970626831,0.5196999907493591,0.5291000008583069,-0.670799970626831,0.12890000641345978,-0.9835000038146973,0.12729999423027039,0.12890000641345978,-0.9835000038146973,0.12729999423027039,0.12890000641345978,-0.9835000038146973,0.12729999423027039,0.6633999943733215,-0.04410000145435333,0.746999979019165,0.6633999943733215,-0.04410000145435333,0.746999979019165,0.6633999943733215,-0.04410000145435333,0.746999979019165,0.0649000033736229,-0.9883000254631042,0.1379999965429306,0.0649000033736229,-0.9883000254631042,0.1379999965429306,0.0649000033736229,-0.9883000254631042,0.1379999965429306,0.8503999710083008,-0.4966999888420105,0.17350000143051147,0.8503999710083008,-0.4966999888420105,0.17350000143051147,0.8503999710083008,-0.4966999888420105,0.17350000143051147,-0.30390000343322754,-0.527400016784668,-0.79339998960495,-0.30390000343322754,-0.527400016784668,-0.79339998960495,-0.30390000343322754,-0.527400016784668,-0.79339998960495,-0.15119999647140503,-0.9205999970436096,0.3601999878883362,-0.15119999647140503,-0.9205999970436096,0.3601999878883362,-0.15119999647140503,-0.9205999970436096,0.3601999878883362,-0.6904000043869019,0.6746000051498413,-0.26109999418258667,-0.6904000043869019,0.6746000051498413,-0.26109999418258667,-0.6904000043869019,0.6746000051498413,-0.26109999418258667,0.13019999861717224,-0.9143000245094299,0.38359999656677246,0.13019999861717224,-0.9143000245094299,0.38359999656677246,0.13019999861717224,-0.9143000245094299,0.38359999656677246,0.510200023651123,-0.508899986743927,-0.6933000087738037,0.510200023651123,-0.508899986743927,-0.6933000087738037,0.510200023651123,-0.508899986743927,-0.6933000087738037,0.7111999988555908,-0.6694999933242798,0.2143000066280365,0.7111999988555908,-0.6694999933242798,0.2143000066280365,0.7111999988555908,-0.6694999933242798,0.2143000066280365,-0.2709999978542328,0.7820000052452087,0.5612999796867371,-0.2709999978542328,0.7820000052452087,0.5612999796867371,-0.2709999978542328,0.7820000052452087,0.5612999796867371,-0.038600001484155655,0.8384000062942505,-0.5436999797821045,-0.038600001484155655,0.8384000062942505,-0.5436999797821045,-0.038600001484155655,0.8384000062942505,-0.5436999797821045,-0.9251999855041504,0.326200008392334,-0.1941000074148178,-0.9251999855041504,0.326200008392334,-0.1941000074148178,-0.9251999855041504,0.326200008392334,-0.1941000074148178,0.980400025844574,-0.1923000067472458,-0.04340000078082085,0.980400025844574,-0.1923000067472458,-0.04340000078082085,0.980400025844574,-0.1923000067472458,-0.04340000078082085,0.1459999978542328,0.6032999753952026,-0.7839999794960022,0.1459999978542328,0.6032999753952026,-0.7839999794960022,0.1459999978542328,0.6032999753952026,-0.7839999794960022,-0.9616000056266785,-0.02500000037252903,0.2734000086784363,-0.9616000056266785,-0.02500000037252903,0.2734000086784363,-0.9616000056266785,-0.02500000037252903,0.2734000086784363,0.5202999711036682,-0.5742999911308289,0.632099986076355,0.5202999711036682,-0.5742999911308289,0.632099986076355,0.5202999711036682,-0.5742999911308289,0.632099986076355,-0.9835000038146973,-0.11909999698400497,0.13590000569820404,-0.9835000038146973,-0.11909999698400497,0.13590000569820404,-0.9835000038146973,-0.11909999698400497,0.13590000569820404,-0.24560000002384186,-0.967199981212616,0.06530000269412994,-0.24560000002384186,-0.967199981212616,0.06530000269412994,-0.24560000002384186,-0.967199981212616,0.06530000269412994,0.8569999933242798,0.4643999934196472,0.2231999933719635,0.8569999933242798,0.4643999934196472,0.2231999933719635,0.8569999933242798,0.4643999934196472,0.2231999933719635,0.8312000036239624,-0.33009999990463257,-0.4474000036716461,0.8312000036239624,-0.33009999990463257,-0.4474000036716461,0.8312000036239624,-0.33009999990463257,-0.4474000036716461,-0.4699000120162964,0.24089999496936798,0.8492000102996826,-0.4699000120162964,0.24089999496936798,0.8492000102996826,-0.4699000120162964,0.24089999496936798,0.8492000102996826,-0.5859000086784363,-0.7720000147819519,-0.24639999866485596,-0.5859000086784363,-0.7720000147819519,-0.24639999866485596,-0.5859000086784363,-0.7720000147819519,-0.24639999866485596,0.7371000051498413,-0.36090001463890076,-0.5713000297546387,0.7371000051498413,-0.36090001463890076,-0.5713000297546387,0.7371000051498413,-0.36090001463890076,-0.5713000297546387,-0.5823000073432922,0.5863000154495239,0.5631999969482422,-0.5823000073432922,0.5863000154495239,0.5631999969482422,-0.5823000073432922,0.5863000154495239,0.5631999969482422,0.7103000283241272,-0.04129999876022339,-0.7027000188827515,0.7103000283241272,-0.04129999876022339,-0.7027000188827515,0.7103000283241272,-0.04129999876022339,-0.7027000188827515,0.9362999796867371,0.054099999368190765,0.34700000286102295,0.9362999796867371,0.054099999368190765,0.34700000286102295,0.9362999796867371,0.054099999368190765,0.34700000286102295,0.7325999736785889,0.6802999973297119,-0.02459999918937683,0.7325999736785889,0.6802999973297119,-0.02459999918937683,0.7325999736785889,0.6802999973297119,-0.02459999918937683,-0.8166000247001648,-0.5285999774932861,-0.23180000483989716,-0.8166000247001648,-0.5285999774932861,-0.23180000483989716,-0.8166000247001648,-0.5285999774932861,-0.23180000483989716,0.8472999930381775,0.32839998602867126,-0.41749998927116394,0.8472999930381775,0.32839998602867126,-0.41749998927116394,0.8472999930381775,0.32839998602867126,-0.41749998927116394,0.4377000033855438,-0.53329998254776,0.7239000201225281,0.4377000033855438,-0.53329998254776,0.7239000201225281,0.4377000033855438,-0.53329998254776,0.7239000201225281,-0.5702000260353088,-0.8169999718666077,-0.08569999784231186,-0.5702000260353088,-0.8169999718666077,-0.08569999784231186,-0.5702000260353088,-0.8169999718666077,-0.08569999784231186,-0.5728999972343445,0.35929998755455017,-0.7366999983787537,-0.5728999972343445,0.35929998755455017,-0.7366999983787537,-0.5728999972343445,0.35929998755455017,-0.7366999983787537,0.5562999844551086,-0.06800000369548798,-0.8281999826431274,0.5562999844551086,-0.06800000369548798,-0.8281999826431274,0.5562999844551086,-0.06800000369548798,-0.8281999826431274,-0.3181000053882599,0.947700023651123,0.027300000190734863,-0.3181000053882599,0.947700023651123,0.027300000190734863,-0.3181000053882599,0.947700023651123,0.027300000190734863,0.5127000212669373,0.20579999685287476,-0.8335999846458435,0.5127000212669373,0.20579999685287476,-0.8335999846458435,0.5127000212669373,0.20579999685287476,-0.8335999846458435,-0.9480999708175659,0.29440000653266907,-0.12020000070333481,-0.9480999708175659,0.29440000653266907,-0.12020000070333481,-0.9480999708175659,0.29440000653266907,-0.12020000070333481,0.3443000018596649,0.9387999773025513,0.009399999864399433,0.3443000018596649,0.9387999773025513,0.009399999864399433,0.3443000018596649,0.9387999773025513,0.009399999864399433,0.47929999232292175,0.875,-0.06809999793767929,0.47929999232292175,0.875,-0.06809999793767929,0.47929999232292175,0.875,-0.06809999793767929,-0.14730000495910645,-0.9886999726295471,0.02669999934732914,-0.14730000495910645,-0.9886999726295471,0.02669999934732914,-0.14730000495910645,-0.9886999726295471,0.02669999934732914,0.047600001096725464,0.9962000250816345,-0.07339999824762344,0.047600001096725464,0.9962000250816345,-0.07339999824762344,0.047600001096725464,0.9962000250816345,-0.07339999824762344,0.13930000364780426,0.9901999831199646,0.011099999770522118,0.13930000364780426,0.9901999831199646,0.011099999770522118,0.13930000364780426,0.9901999831199646,0.011099999770522118,-0.02419999986886978,0.883400022983551,-0.46799999475479126,-0.02419999986886978,0.883400022983551,-0.46799999475479126,-0.02419999986886978,0.883400022983551,-0.46799999475479126,-0.8672999739646912,-0.42170000076293945,0.26460000872612,-0.8672999739646912,-0.42170000076293945,0.26460000872612,-0.8672999739646912,-0.42170000076293945,0.26460000872612,0.6431000232696533,-0.08030000329017639,-0.7616000175476074,0.6431000232696533,-0.08030000329017639,-0.7616000175476074,0.6431000232696533,-0.08030000329017639,-0.7616000175476074,-0.1273999959230423,-0.5864999890327454,-0.7998999953269958,-0.1273999959230423,-0.5864999890327454,-0.7998999953269958,-0.1273999959230423,-0.5864999890327454,-0.7998999953269958,-0.2304999977350235,0.7588000297546387,-0.6092000007629395,-0.2304999977350235,0.7588000297546387,-0.6092000007629395,-0.2304999977350235,0.7588000297546387,-0.6092000007629395,0.26840001344680786,0.7328000068664551,0.6251999735832214,0.26840001344680786,0.7328000068664551,0.6251999735832214,0.26840001344680786,0.7328000068664551,0.6251999735832214,-0.5131999850273132,-0.3555000126361847,0.7811999917030334,-0.5131999850273132,-0.3555000126361847,0.7811999917030334,-0.5131999850273132,-0.3555000126361847,0.7811999917030334,-0.9549000263214111,-0.08749999850988388,0.28380000591278076,-0.9549000263214111,-0.08749999850988388,0.28380000591278076,-0.9549000263214111,-0.08749999850988388,0.28380000591278076,0.8499000072479248,0.25040000677108765,-0.4636000096797943,0.8499000072479248,0.25040000677108765,-0.4636000096797943,0.8499000072479248,0.25040000677108765,-0.4636000096797943,-0.6053000092506409,-0.4763999879360199,-0.6377000212669373,-0.6053000092506409,-0.4763999879360199,-0.6377000212669373,-0.6053000092506409,-0.4763999879360199,-0.6377000212669373,-0.8366000056266785,0.42809998989105225,-0.3418999910354614,-0.8366000056266785,0.42809998989105225,-0.3418999910354614,-0.8366000056266785,0.42809998989105225,-0.3418999910354614,0.9868000149726868,-0.16210000216960907,0.002099999925121665,0.9868000149726868,-0.16210000216960907,0.002099999925121665,0.9868000149726868,-0.16210000216960907,0.002099999925121665,0.9800999760627747,-0.10639999806880951,-0.16760000586509705,0.9800999760627747,-0.10639999806880951,-0.16760000586509705,0.9800999760627747,-0.10639999806880951,-0.16760000586509705,-0.43869999051094055,-0.8431000113487244,-0.3109999895095825,-0.43869999051094055,-0.8431000113487244,-0.3109999895095825,-0.43869999051094055,-0.8431000113487244,-0.3109999895095825,0.20409999787807465,0.9157999753952026,-0.3458000123500824,0.20409999787807465,0.9157999753952026,-0.3458000123500824,0.20409999787807465,0.9157999753952026,-0.3458000123500824,0.6158000230789185,0.7506999969482422,-0.23919999599456787,0.6158000230789185,0.7506999969482422,-0.23919999599456787,0.6158000230789185,0.7506999969482422,-0.23919999599456787,0.9592000246047974,0.06769999861717224,0.27459999918937683,0.9592000246047974,0.06769999861717224,0.27459999918937683,0.9592000246047974,0.06769999861717224,0.27459999918937683,0.4359999895095825,-0.8241999745368958,0.3612000048160553,0.4359999895095825,-0.8241999745368958,0.3612000048160553,0.4359999895095825,-0.8241999745368958,0.3612000048160553,-0.47909998893737793,-0.5098000168800354,-0.7145000100135803,-0.47909998893737793,-0.5098000168800354,-0.7145000100135803,-0.47909998893737793,-0.5098000168800354,-0.7145000100135803,-0.567799985408783,0.685699999332428,-0.4553999900817871,-0.567799985408783,0.685699999332428,-0.4553999900817871,-0.567799985408783,0.685699999332428,-0.4553999900817871,-0.9824000000953674,-0.1388999968767166,-0.1251000016927719,-0.9824000000953674,-0.1388999968767166,-0.1251000016927719,-0.9824000000953674,-0.1388999968767166,-0.1251000016927719,-0.9160000085830688,0.10540000349283218,0.3869999945163727,-0.9160000085830688,0.10540000349283218,0.3869999945163727,-0.9160000085830688,0.10540000349283218,0.3869999945163727,0.7013999819755554,0.6341999769210815,0.325300008058548,0.7013999819755554,0.6341999769210815,0.325300008058548,0.7013999819755554,0.6341999769210815,0.325300008058548,-0.37040001153945923,0.7775999903678894,0.5080000162124634,-0.37040001153945923,0.7775999903678894,0.5080000162124634,-0.37040001153945923,0.7775999903678894,0.5080000162124634,-0.2685999870300293,0.9628000259399414,-0.03150000050663948,-0.2685999870300293,0.9628000259399414,-0.03150000050663948,-0.2685999870300293,0.9628000259399414,-0.03150000050663948,-0.41830000281333923,-0.6732000112533569,-0.6097999811172485,-0.41830000281333923,-0.6732000112533569,-0.6097999811172485,-0.41830000281333923,-0.6732000112533569,-0.6097999811172485,-0.21070000529289246,0.33079999685287476,0.9199000000953674,-0.21070000529289246,0.33079999685287476,0.9199000000953674,-0.21070000529289246,0.33079999685287476,0.9199000000953674,0.9409999847412109,-0.21480000019073486,-0.2612999975681305,0.9409999847412109,-0.21480000019073486,-0.2612999975681305,0.9409999847412109,-0.21480000019073486,-0.2612999975681305,-0.5169000029563904,-0.85589998960495,0.01759999990463257,-0.5169000029563904,-0.85589998960495,0.01759999990463257,-0.5169000029563904,-0.85589998960495,0.01759999990463257,0.017000000923871994,-0.933899998664856,-0.3569999933242798,0.017000000923871994,-0.933899998664856,-0.3569999933242798,0.017000000923871994,-0.933899998664856,-0.3569999933242798,-0.8780999779701233,0.17730000615119934,0.44440001249313354,-0.8780999779701233,0.17730000615119934,0.44440001249313354,-0.8780999779701233,0.17730000615119934,0.44440001249313354,-0.817799985408783,0.12809999287128448,-0.5609999895095825,-0.817799985408783,0.12809999287128448,-0.5609999895095825,-0.817799985408783,0.12809999287128448,-0.5609999895095825,0.02329999953508377,0.8996000289916992,-0.4359999895095825,0.02329999953508377,0.8996000289916992,-0.4359999895095825,0.02329999953508377,0.8996000289916992,-0.4359999895095825,0.15940000116825104,0.8988999724388123,-0.4081999957561493,0.15940000116825104,0.8988999724388123,-0.4081999957561493,0.15940000116825104,0.8988999724388123,-0.4081999957561493,-0.23479999601840973,-0.965399980545044,0.11309999972581863,-0.23479999601840973,-0.965399980545044,0.11309999972581863,-0.23479999601840973,-0.965399980545044,0.11309999972581863,-0.9226999878883362,0.3790999948978424,-0.06970000267028809,-0.9226999878883362,0.3790999948978424,-0.06970000267028809,-0.9226999878883362,0.3790999948978424,-0.06970000267028809,-0.5569999814033508,0.5192999839782715,-0.6481000185012817,-0.5569999814033508,0.5192999839782715,-0.6481000185012817,-0.5569999814033508,0.5192999839782715,-0.6481000185012817,-0.04560000076889992,-0.9660999774932861,0.2542000114917755,-0.04560000076889992,-0.9660999774932861,0.2542000114917755,-0.04560000076889992,-0.9660999774932861,0.2542000114917755,0.7146999835968018,-0.17440000176429749,0.6773999929428101,0.7146999835968018,-0.17440000176429749,0.6773999929428101,0.7146999835968018,-0.17440000176429749,0.6773999929428101,0.4652000069618225,-0.03370000049471855,-0.8845000267028809,0.4652000069618225,-0.03370000049471855,-0.8845000267028809,0.4652000069618225,-0.03370000049471855,-0.8845000267028809,-0.6769999861717224,-0.6812000274658203,-0.2784999907016754,-0.6769999861717224,-0.6812000274658203,-0.2784999907016754,-0.6769999861717224,-0.6812000274658203,-0.2784999907016754,-0.967199981212616,-0.20250000059604645,0.15330000221729279,-0.967199981212616,-0.20250000059604645,0.15330000221729279,-0.967199981212616,-0.20250000059604645,0.15330000221729279,-0.23559999465942383,0.5268999934196472,-0.8166000247001648,-0.23559999465942383,0.5268999934196472,-0.8166000247001648,-0.23559999465942383,0.5268999934196472,-0.8166000247001648,-0.01979999989271164,0.9926999807357788,-0.11909999698400497,-0.01979999989271164,0.9926999807357788,-0.11909999698400497,-0.01979999989271164,0.9926999807357788,-0.11909999698400497,0.5116999745368958,0.8483999967575073,-0.1356000006198883,0.5116999745368958,0.8483999967575073,-0.1356000006198883,0.5116999745368958,0.8483999967575073,-0.1356000006198883,0.29760000109672546,-0.8587999939918518,0.4169999957084656,0.29760000109672546,-0.8587999939918518,0.4169999957084656,0.29760000109672546,-0.8587999939918518,0.4169999957084656,-0.15209999680519104,-0.9573000073432922,0.24580000340938568,-0.15209999680519104,-0.9573000073432922,0.24580000340938568,-0.15209999680519104,-0.9573000073432922,0.24580000340938568,0.5166000127792358,-0.48579999804496765,0.7050999999046326,0.5166000127792358,-0.48579999804496765,0.7050999999046326,0.5166000127792358,-0.48579999804496765,0.7050999999046326,-0.5960000157356262,-0.5317999720573425,-0.6015999913215637,-0.5960000157356262,-0.5317999720573425,-0.6015999913215637,-0.5960000157356262,-0.5317999720573425,-0.6015999913215637,0.5281000137329102,0.8080999851226807,0.26089999079704285,0.5281000137329102,0.8080999851226807,0.26089999079704285,0.5281000137329102,0.8080999851226807,0.26089999079704285,-0.5759000182151794,-0.555400013923645,-0.5997999906539917,-0.5759000182151794,-0.555400013923645,-0.5997999906539917,-0.5759000182151794,-0.555400013923645,-0.5997999906539917,0.4805999994277954,0.05559999868273735,0.8751999735832214,0.4805999994277954,0.05559999868273735,0.8751999735832214,0.4805999994277954,0.05559999868273735,0.8751999735832214,-0.37940001487731934,-0.7222999930381775,0.5781999826431274,-0.37940001487731934,-0.7222999930381775,0.5781999826431274,-0.37940001487731934,-0.7222999930381775,0.5781999826431274,0.18569999933242798,-0.3862000107765198,0.9035000205039978,0.18569999933242798,-0.3862000107765198,0.9035000205039978,0.18569999933242798,-0.3862000107765198,0.9035000205039978,-0.07769999653100967,0.6144000291824341,0.785099983215332,-0.07769999653100967,0.6144000291824341,0.785099983215332,-0.07769999653100967,0.6144000291824341,0.785099983215332,-0.9593999981880188,-0.21539999544620514,0.18230000138282776,-0.9593999981880188,-0.21539999544620514,0.18230000138282776,-0.9593999981880188,-0.21539999544620514,0.18230000138282776,0.6872000098228455,-0.6060000061988831,0.40070000290870667,0.6872000098228455,-0.6060000061988831,0.40070000290870667,0.6872000098228455,-0.6060000061988831,0.40070000290870667,-0.446399986743927,-0.6069999933242798,0.6575000286102295,-0.446399986743927,-0.6069999933242798,0.6575000286102295,-0.446399986743927,-0.6069999933242798,0.6575000286102295,0.13770000636577606,-0.9613000154495239,-0.2387000024318695,0.13770000636577606,-0.9613000154495239,-0.2387000024318695,0.13770000636577606,-0.9613000154495239,-0.2387000024318695,0.1867000013589859,0.767300009727478,0.6134999990463257,0.1867000013589859,0.767300009727478,0.6134999990463257,0.1867000013589859,0.767300009727478,0.6134999990463257,-0.009999999776482582,0.9559000134468079,-0.2935999929904938,-0.009999999776482582,0.9559000134468079,-0.2935999929904938,-0.009999999776482582,0.9559000134468079,-0.2935999929904938,0.20270000398159027,0.6862000226974487,-0.6985999941825867,0.20270000398159027,0.6862000226974487,-0.6985999941825867,0.20270000398159027,0.6862000226974487,-0.6985999941825867,-0.9473000168800354,-0.3190000057220459,0.02979999966919422,-0.9473000168800354,-0.3190000057220459,0.02979999966919422,-0.9473000168800354,-0.3190000057220459,0.02979999966919422,0.5616999864578247,-0.8054999709129333,0.18870000541210175,0.5616999864578247,-0.8054999709129333,0.18870000541210175,0.5616999864578247,-0.8054999709129333,0.18870000541210175,0.1972000002861023,0.9283000230789185,0.31520000100135803,0.1972000002861023,0.9283000230789185,0.31520000100135803,0.1972000002861023,0.9283000230789185,0.31520000100135803,0.5849999785423279,0.7757999897003174,0.23639999330043793,0.5849999785423279,0.7757999897003174,0.23639999330043793,0.5849999785423279,0.7757999897003174,0.23639999330043793,-0.3617999851703644,0.8837000131607056,0.2969000041484833,-0.3617999851703644,0.8837000131607056,0.2969000041484833,-0.3617999851703644,0.8837000131607056,0.2969000041484833,0.7699000239372253,-0.625,0.12890000641345978,0.7699000239372253,-0.625,0.12890000641345978,0.7699000239372253,-0.625,0.12890000641345978,0.29989999532699585,0.8519999980926514,-0.42910000681877136,0.29989999532699585,0.8519999980926514,-0.42910000681877136,0.29989999532699585,0.8519999980926514,-0.42910000681877136,-0.9750000238418579,0.2092999964952469,0.07419999688863754,-0.9750000238418579,0.2092999964952469,0.07419999688863754,-0.9750000238418579,0.2092999964952469,0.07419999688863754,-0.614799976348877,-0.3871999979019165,-0.6870999932289124,-0.614799976348877,-0.3871999979019165,-0.6870999932289124,-0.614799976348877,-0.3871999979019165,-0.6870999932289124,0.23810000717639923,0.10329999774694443,-0.9656999707221985,0.23810000717639923,0.10329999774694443,-0.9656999707221985,0.23810000717639923,0.10329999774694443,-0.9656999707221985,0.13230000436306,-0.7269999980926514,-0.673799991607666,0.13230000436306,-0.7269999980926514,-0.673799991607666,0.13230000436306,-0.7269999980926514,-0.673799991607666,-0.941100001335144,-0.1315000057220459,-0.31139999628067017,-0.941100001335144,-0.1315000057220459,-0.31139999628067017,-0.941100001335144,-0.1315000057220459,-0.31139999628067017,-0.6029999852180481,0.732699990272522,-0.3156000077724457,-0.6029999852180481,0.732699990272522,-0.3156000077724457,-0.6029999852180481,0.732699990272522,-0.3156000077724457,0.9684000015258789,0.23360000550746918,-0.0869000032544136,0.9684000015258789,0.23360000550746918,-0.0869000032544136,0.9684000015258789,0.23360000550746918,-0.0869000032544136,-0.9272000193595886,-0.34470000863075256,0.14640000462532043,-0.9272000193595886,-0.34470000863075256,0.14640000462532043,-0.9272000193595886,-0.34470000863075256,0.14640000462532043,-0.14470000565052032,-0.24529999494552612,0.9585999846458435,-0.14470000565052032,-0.24529999494552612,0.9585999846458435,-0.14470000565052032,-0.24529999494552612,0.9585999846458435,-0.8513000011444092,-0.30550000071525574,0.42649999260902405,-0.8513000011444092,-0.30550000071525574,0.42649999260902405,-0.8513000011444092,-0.30550000071525574,0.42649999260902405,0.15880000591278076,-0.9307000041007996,-0.3294999897480011,0.15880000591278076,-0.9307000041007996,-0.3294999897480011,0.15880000591278076,-0.9307000041007996,-0.3294999897480011,0.7290999889373779,0.3393000066280365,0.5943999886512756,0.7290999889373779,0.3393000066280365,0.5943999886512756,0.7290999889373779,0.3393000066280365,0.5943999886512756,0.1808999925851822,-0.03359999880194664,-0.9829000234603882,0.1808999925851822,-0.03359999880194664,-0.9829000234603882,0.1808999925851822,-0.03359999880194664,-0.9829000234603882,0.23350000381469727,-0.9142000079154968,-0.3310999870300293,0.23350000381469727,-0.9142000079154968,-0.3310999870300293,0.23350000381469727,-0.9142000079154968,-0.3310999870300293,-0.8345999717712402,0.41830000281333923,-0.35850000381469727,-0.8345999717712402,0.41830000281333923,-0.35850000381469727,-0.8345999717712402,0.41830000281333923,-0.35850000381469727,0.21279999613761902,-0.2087000012397766,0.9545000195503235,0.21279999613761902,-0.2087000012397766,0.9545000195503235,0.21279999613761902,-0.2087000012397766,0.9545000195503235,-0.6186000108718872,-0.24210000038146973,-0.7475000023841858,-0.6186000108718872,-0.24210000038146973,-0.7475000023841858,-0.6186000108718872,-0.24210000038146973,-0.7475000023841858,0.35580000281333923,-0.9293000102043152,-0.09889999777078629,0.35580000281333923,-0.9293000102043152,-0.09889999777078629,0.35580000281333923,-0.9293000102043152,-0.09889999777078629,0.6877999901771545,0.71670001745224,-0.11559999734163284,0.6877999901771545,0.71670001745224,-0.11559999734163284,0.6877999901771545,0.71670001745224,-0.11559999734163284,0.8695999979972839,0.43630000948905945,-0.23109999299049377,0.8695999979972839,0.43630000948905945,-0.23109999299049377,0.8695999979972839,0.43630000948905945,-0.23109999299049377,-0.4077000021934509,0.8402000069618225,-0.35749998688697815,-0.4077000021934509,0.8402000069618225,-0.35749998688697815,-0.4077000021934509,0.8402000069618225,-0.35749998688697815,-0.18950000405311584,0.09860000014305115,-0.9768999814987183,-0.18950000405311584,0.09860000014305115,-0.9768999814987183,-0.18950000405311584,0.09860000014305115,-0.9768999814987183,0.3330000042915344,-0.09690000116825104,0.9379000067710876,0.3330000042915344,-0.09690000116825104,0.9379000067710876,0.3330000042915344,-0.09690000116825104,0.9379000067710876,0.4641999900341034,0.3133000135421753,-0.828499972820282,0.4641999900341034,0.3133000135421753,-0.828499972820282,0.4641999900341034,0.3133000135421753,-0.828499972820282,-0.618399977684021,-0.6717000007629395,-0.40799999237060547,-0.618399977684021,-0.6717000007629395,-0.40799999237060547,-0.618399977684021,-0.6717000007629395,-0.40799999237060547,0.19130000472068787,-0.31189998984336853,0.9307000041007996,0.19130000472068787,-0.31189998984336853,0.9307000041007996,0.19130000472068787,-0.31189998984336853,0.9307000041007996,-0.3237999975681305,-0.23989999294281006,-0.9151999950408936,-0.3237999975681305,-0.23989999294281006,-0.9151999950408936,-0.3237999975681305,-0.23989999294281006,-0.9151999950408936,0.0949999988079071,0.6165000200271606,-0.7815999984741211,0.0949999988079071,0.6165000200271606,-0.7815999984741211,0.0949999988079071,0.6165000200271606,-0.7815999984741211,0.2502000033855438,-0.8270999789237976,0.5031999945640564,0.2502000033855438,-0.8270999789237976,0.5031999945640564,0.2502000033855438,-0.8270999789237976,0.5031999945640564,0.49630001187324524,-0.3027999997138977,-0.8136000037193298,0.49630001187324524,-0.3027999997138977,-0.8136000037193298,0.49630001187324524,-0.3027999997138977,-0.8136000037193298,0.2962000072002411,0.8392999768257141,-0.45590001344680786,0.2962000072002411,0.8392999768257141,-0.45590001344680786,0.2962000072002411,0.8392999768257141,-0.45590001344680786,0.9998000264167786,0.013299999758601189,-0.015200000256299973,0.9998000264167786,0.013299999758601189,-0.015200000256299973,0.9998000264167786,0.013299999758601189,-0.015200000256299973,0.3212999999523163,-0.24619999527931213,0.9143999814987183,0.3212999999523163,-0.24619999527931213,0.9143999814987183,0.3212999999523163,-0.24619999527931213,0.9143999814987183,-0.7013000249862671,0.7059999704360962,-0.09920000284910202,-0.7013000249862671,0.7059999704360962,-0.09920000284910202,-0.7013000249862671,0.7059999704360962,-0.09920000284910202,0.8529999852180481,-0.16099999845027924,0.49639999866485596,0.8529999852180481,-0.16099999845027924,0.49639999866485596,0.8529999852180481,-0.16099999845027924,0.49639999866485596,0.7512999773025513,0.6297000050544739,0.19750000536441803,0.7512999773025513,0.6297000050544739,0.19750000536441803,0.7512999773025513,0.6297000050544739,0.19750000536441803,0.262800008058548,0.9509999752044678,0.16259999573230743,0.262800008058548,0.9509999752044678,0.16259999573230743,0.262800008058548,0.9509999752044678,0.16259999573230743,-0.8733000159263611,0.43560001254081726,-0.21819999814033508,-0.8733000159263611,0.43560001254081726,-0.21819999814033508,-0.8733000159263611,0.43560001254081726,-0.21819999814033508,0.4032999873161316,-0.8427000045776367,-0.35670000314712524,0.4032999873161316,-0.8427000045776367,-0.35670000314712524,0.4032999873161316,-0.8427000045776367,-0.35670000314712524,0.7958999872207642,-0.08209999650716782,0.5999000072479248,0.7958999872207642,-0.08209999650716782,0.5999000072479248,0.7958999872207642,-0.08209999650716782,0.5999000072479248,0.5374000072479248,-0.6419000029563904,-0.546999990940094,0.5374000072479248,-0.6419000029563904,-0.546999990940094,0.5374000072479248,-0.6419000029563904,-0.546999990940094,0.3626999855041504,-0.8658999800682068,0.34450000524520874,0.3626999855041504,-0.8658999800682068,0.34450000524520874,0.3626999855041504,-0.8658999800682068,0.34450000524520874,-0.30070000886917114,-0.6327999830245972,-0.7135000228881836,-0.30070000886917114,-0.6327999830245972,-0.7135000228881836,-0.30070000886917114,-0.6327999830245972,-0.7135000228881836,0.6122000217437744,-0.6466000080108643,0.45509999990463257,0.6122000217437744,-0.6466000080108643,0.45509999990463257,0.6122000217437744,-0.6466000080108643,0.45509999990463257,0.43140000104904175,-0.3116999864578247,0.8465999960899353,0.43140000104904175,-0.3116999864578247,0.8465999960899353,0.43140000104904175,-0.3116999864578247,0.8465999960899353,0.25459998846054077,-0.7968000173568726,0.5479999780654907,0.25459998846054077,-0.7968000173568726,0.5479999780654907,0.25459998846054077,-0.7968000173568726,0.5479999780654907,0.7390000224113464,-0.39149999618530273,-0.5482000112533569,0.7390000224113464,-0.39149999618530273,-0.5482000112533569,0.7390000224113464,-0.39149999618530273,-0.5482000112533569,-0.2872999906539917,-0.7620000243186951,-0.580299973487854,-0.2872999906539917,-0.7620000243186951,-0.580299973487854,-0.2872999906539917,-0.7620000243186951,-0.580299973487854,-0.9868000149726868,-0.03959999978542328,-0.15710000693798065,-0.9868000149726868,-0.03959999978542328,-0.15710000693798065,-0.9868000149726868,-0.03959999978542328,-0.15710000693798065,-0.14959999918937683,-0.988099992275238,-0.03660000115633011,-0.14959999918937683,-0.988099992275238,-0.03660000115633011,-0.14959999918937683,-0.988099992275238,-0.03660000115633011,0.7659000158309937,-0.13510000705718994,0.628600001335144,0.7659000158309937,-0.13510000705718994,0.628600001335144,0.7659000158309937,-0.13510000705718994,0.628600001335144,0.9751999974250793,-0.014100000262260437,0.22100000083446503,0.9751999974250793,-0.014100000262260437,0.22100000083446503,0.9751999974250793,-0.014100000262260437,0.22100000083446503,0.10429999977350235,0.22470000386238098,0.9688000082969666,0.10429999977350235,0.22470000386238098,0.9688000082969666,0.10429999977350235,0.22470000386238098,0.9688000082969666,-0.942300021648407,-0.13199999928474426,-0.3075999915599823,-0.942300021648407,-0.13199999928474426,-0.3075999915599823,-0.942300021648407,-0.13199999928474426,-0.3075999915599823,0.29030001163482666,0.0364999994635582,-0.9562000036239624,0.29030001163482666,0.0364999994635582,-0.9562000036239624,0.29030001163482666,0.0364999994635582,-0.9562000036239624,0.37439998984336853,0.8909000158309937,0.25699999928474426,0.37439998984336853,0.8909000158309937,0.25699999928474426,0.37439998984336853,0.8909000158309937,0.25699999928474426,0.5320000052452087,0.17990000545978546,0.8274000287055969,0.5320000052452087,0.17990000545978546,0.8274000287055969,0.5320000052452087,0.17990000545978546,0.8274000287055969,0.9623000025749207,0.05620000138878822,-0.26600000262260437,0.9623000025749207,0.05620000138878822,-0.26600000262260437,0.9623000025749207,0.05620000138878822,-0.26600000262260437,0.20669999718666077,0.4465000033378601,-0.8705999851226807,0.20669999718666077,0.4465000033378601,-0.8705999851226807,0.20669999718666077,0.4465000033378601,-0.8705999851226807,-0.7634000182151794,0.5080999732017517,-0.39890000224113464,-0.7634000182151794,0.5080999732017517,-0.39890000224113464,-0.7634000182151794,0.5080999732017517,-0.39890000224113464,-0.6953999996185303,0.491100013256073,-0.5246000289916992,-0.6953999996185303,0.491100013256073,-0.5246000289916992,-0.6953999996185303,0.491100013256073,-0.5246000289916992,0.16680000722408295,-0.22660000622272491,-0.9595999717712402,0.16680000722408295,-0.22660000622272491,-0.9595999717712402,0.16680000722408295,-0.22660000622272491,-0.9595999717712402,0.5365999937057495,0.25119999051094055,-0.8054999709129333,0.5365999937057495,0.25119999051094055,-0.8054999709129333,0.5365999937057495,0.25119999051094055,-0.8054999709129333,0.8156999945640564,-0.5608000159263611,-0.1420000046491623,0.8156999945640564,-0.5608000159263611,-0.1420000046491623,0.8156999945640564,-0.5608000159263611,-0.1420000046491623,-0.9314000010490417,0.14720000326633453,-0.3328000009059906,-0.9314000010490417,0.14720000326633453,-0.3328000009059906,-0.9314000010490417,0.14720000326633453,-0.3328000009059906,-0.8817999958992004,0.2924000024795532,-0.3700000047683716,-0.8817999958992004,0.2924000024795532,-0.3700000047683716,-0.8817999958992004,0.2924000024795532,-0.3700000047683716,0.6934999823570251,0.7203999757766724,-0.007000000216066837,0.6934999823570251,0.7203999757766724,-0.007000000216066837,0.6934999823570251,0.7203999757766724,-0.007000000216066837,0.7128999829292297,0.6941999793052673,-0.09880000352859497,0.7128999829292297,0.6941999793052673,-0.09880000352859497,0.7128999829292297,0.6941999793052673,-0.09880000352859497,-0.49160000681877136,0.6230999827384949,0.6083999872207642,-0.49160000681877136,0.6230999827384949,0.6083999872207642,-0.49160000681877136,0.6230999827384949,0.6083999872207642,0.045899998396635056,0.16859999299049377,0.9846000075340271,0.045899998396635056,0.16859999299049377,0.9846000075340271,0.045899998396635056,0.16859999299049377,0.9846000075340271,-0.41670000553131104,-0.15870000422000885,-0.8950999975204468,-0.41670000553131104,-0.15870000422000885,-0.8950999975204468,-0.41670000553131104,-0.15870000422000885,-0.8950999975204468,-0.9126999974250793,-0.36739999055862427,0.1785999983549118,-0.9126999974250793,-0.36739999055862427,0.1785999983549118,-0.9126999974250793,-0.36739999055862427,0.1785999983549118,0.64410001039505,0.4496000111103058,-0.6187999844551086,0.64410001039505,0.4496000111103058,-0.6187999844551086,0.64410001039505,0.4496000111103058,-0.6187999844551086,0.6190000176429749,-0.30880001187324524,0.722100019454956,0.6190000176429749,-0.30880001187324524,0.722100019454956,0.6190000176429749,-0.30880001187324524,0.722100019454956,0.9764999747276306,-0.09470000118017197,-0.19349999725818634,0.9764999747276306,-0.09470000118017197,-0.19349999725818634,0.9764999747276306,-0.09470000118017197,-0.19349999725818634,-0.776199996471405,0.2759000062942505,0.5669999718666077,-0.776199996471405,0.2759000062942505,0.5669999718666077,-0.776199996471405,0.2759000062942505,0.5669999718666077,-0.9732999801635742,-0.05810000002384186,-0.22200000286102295,-0.9732999801635742,-0.05810000002384186,-0.22200000286102295,-0.9732999801635742,-0.05810000002384186,-0.22200000286102295,0.6161999702453613,-0.6032000184059143,-0.5063999891281128,0.6161999702453613,-0.6032000184059143,-0.5063999891281128,0.6161999702453613,-0.6032000184059143,-0.5063999891281128,0.9394999742507935,0.21050000190734863,-0.2703999876976013,0.9394999742507935,0.21050000190734863,-0.2703999876976013,0.9394999742507935,0.21050000190734863,-0.2703999876976013,0.024700000882148743,-0.8841000199317932,0.4666000008583069,0.024700000882148743,-0.8841000199317932,0.4666000008583069,0.024700000882148743,-0.8841000199317932,0.4666000008583069,0.2858999967575073,0.00570000009611249,0.9581999778747559,0.2858999967575073,0.00570000009611249,0.9581999778747559,0.2858999967575073,0.00570000009611249,0.9581999778747559,0.9108999967575073,-0.33079999685287476,0.24660000205039978,0.9108999967575073,-0.33079999685287476,0.24660000205039978,0.9108999967575073,-0.33079999685287476,0.24660000205039978,0.050700001418590546,0.9693999886512756,0.2401999980211258,0.050700001418590546,0.9693999886512756,0.2401999980211258,0.050700001418590546,0.9693999886512756,0.2401999980211258,-0.026100000366568565,-0.8859999775886536,-0.46299999952316284,-0.026100000366568565,-0.8859999775886536,-0.46299999952316284,-0.026100000366568565,-0.8859999775886536,-0.46299999952316284,-0.5450999736785889,0.8360000252723694,-0.06300000101327896,-0.5450999736785889,0.8360000252723694,-0.06300000101327896,-0.5450999736785889,0.8360000252723694,-0.06300000101327896,0.7687000036239624,-0.6391000151634216,0.025499999523162842,0.7687000036239624,-0.6391000151634216,0.025499999523162842,0.7687000036239624,-0.6391000151634216,0.025499999523162842,-0.9959999918937683,-0.01640000008046627,0.08780000358819962,-0.9959999918937683,-0.01640000008046627,0.08780000358819962,-0.9959999918937683,-0.01640000008046627,0.08780000358819962,-0.9118000268936157,-0.4099999964237213,-0.020099999383091927,-0.9118000268936157,-0.4099999964237213,-0.020099999383091927,-0.9118000268936157,-0.4099999964237213,-0.020099999383091927,0.9093999862670898,0.4108999967575073,-0.06379999965429306,0.9093999862670898,0.4108999967575073,-0.06379999965429306,0.9093999862670898,0.4108999967575073,-0.06379999965429306,0.6312000155448914,-0.04830000177025795,-0.7741000056266785,0.6312000155448914,-0.04830000177025795,-0.7741000056266785,0.6312000155448914,-0.04830000177025795,-0.7741000056266785,0.43389999866485596,0.84170001745224,-0.32120001316070557,0.43389999866485596,0.84170001745224,-0.32120001316070557,0.43389999866485596,0.84170001745224,-0.32120001316070557,-0.49549999833106995,0.26409998536109924,-0.8274000287055969,-0.49549999833106995,0.26409998536109924,-0.8274000287055969,-0.49549999833106995,0.26409998536109924,-0.8274000287055969,-0.9006999731063843,0.1881999969482422,-0.39160001277923584,-0.9006999731063843,0.1881999969482422,-0.39160001277923584,-0.9006999731063843,0.1881999969482422,-0.39160001277923584,-0.9251000285148621,-0.13860000669956207,-0.35359999537467957,-0.9251000285148621,-0.13860000669956207,-0.35359999537467957,-0.9251000285148621,-0.13860000669956207,-0.35359999537467957,-0.9302999973297119,0.22830000519752502,-0.2870999872684479,-0.9302999973297119,0.22830000519752502,-0.2870999872684479,-0.9302999973297119,0.22830000519752502,-0.2870999872684479,-0.9984999895095825,-0.041999999433755875,0.035100001841783524,-0.9984999895095825,-0.041999999433755875,0.035100001841783524,-0.9984999895095825,-0.041999999433755875,0.035100001841783524,-0.7152000069618225,-0.6467999815940857,0.2646999955177307,-0.7152000069618225,-0.6467999815940857,0.2646999955177307,-0.7152000069618225,-0.6467999815940857,0.2646999955177307,-0.43849998712539673,0.4968000054359436,0.7488999962806702,-0.43849998712539673,0.4968000054359436,0.7488999962806702,-0.43849998712539673,0.4968000054359436,0.7488999962806702,-0.4262999892234802,0.06689999997615814,-0.9021000266075134,-0.4262999892234802,0.06689999997615814,-0.9021000266075134,-0.4262999892234802,0.06689999997615814,-0.9021000266075134,-0.10999999940395355,0.8820000290870667,-0.45829999446868896,-0.10999999940395355,0.8820000290870667,-0.45829999446868896,-0.10999999940395355,0.8820000290870667,-0.45829999446868896,0.0031999999191612005,0.2775999903678894,-0.9606999754905701,0.0031999999191612005,0.2775999903678894,-0.9606999754905701,0.0031999999191612005,0.2775999903678894,-0.9606999754905701,-0.1671999990940094,0.8740000128746033,-0.4562000036239624,-0.1671999990940094,0.8740000128746033,-0.4562000036239624,-0.1671999990940094,0.8740000128746033,-0.4562000036239624,0.9932000041007996,0.09160000085830688,-0.0714000016450882,0.9932000041007996,0.09160000085830688,-0.0714000016450882,0.9932000041007996,0.09160000085830688,-0.0714000016450882,-0.35040000081062317,0.9169999957084656,-0.19059999287128448,-0.35040000081062317,0.9169999957084656,-0.19059999287128448,-0.35040000081062317,0.9169999957084656,-0.19059999287128448,-0.13529999554157257,0.9628000259399414,-0.23409999907016754,-0.13529999554157257,0.9628000259399414,-0.23409999907016754,-0.13529999554157257,0.9628000259399414,-0.23409999907016754,0.8323000073432922,-0.28769999742507935,-0.47380000352859497,0.8323000073432922,-0.28769999742507935,-0.47380000352859497,0.8323000073432922,-0.28769999742507935,-0.47380000352859497,0.39089998602867126,-0.1695999950170517,0.904699981212616,0.39089998602867126,-0.1695999950170517,0.904699981212616,0.39089998602867126,-0.1695999950170517,0.904699981212616,0.6941999793052673,0.7002999782562256,0.16619999706745148,0.6941999793052673,0.7002999782562256,0.16619999706745148,0.6941999793052673,0.7002999782562256,0.16619999706745148,-0.22120000422000885,-0.8691999912261963,-0.4422000050544739,-0.22120000422000885,-0.8691999912261963,-0.4422000050544739,-0.22120000422000885,-0.8691999912261963,-0.4422000050544739,0.033799998462200165,0.12359999865293503,-0.9918000102043152,0.033799998462200165,0.12359999865293503,-0.9918000102043152,0.033799998462200165,0.12359999865293503,-0.9918000102043152,0.37299999594688416,0.4318000078201294,0.8212000131607056,0.37299999594688416,0.4318000078201294,0.8212000131607056,0.37299999594688416,0.4318000078201294,0.8212000131607056,-0.18780000507831573,-0.7759000062942505,0.6021999716758728,-0.18780000507831573,-0.7759000062942505,0.6021999716758728,-0.18780000507831573,-0.7759000062942505,0.6021999716758728,-0.15809999406337738,-0.7418000102043152,0.6517999768257141,-0.15809999406337738,-0.7418000102043152,0.6517999768257141,-0.15809999406337738,-0.7418000102043152,0.6517999768257141,0.6662999987602234,0.21080000698566437,0.7153000235557556,0.6662999987602234,0.21080000698566437,0.7153000235557556,0.6662999987602234,0.21080000698566437,0.7153000235557556,0.3921999931335449,0.9197999835014343,-0.00430000014603138,0.3921999931335449,0.9197999835014343,-0.00430000014603138,0.3921999931335449,0.9197999835014343,-0.00430000014603138,0.4447000026702881,0.7475000023841858,-0.4934999942779541,0.4447000026702881,0.7475000023841858,-0.4934999942779541,0.4447000026702881,0.7475000023841858,-0.4934999942779541,0.9405999779701233,-0.21369999647140503,0.2639999985694885,0.9405999779701233,-0.21369999647140503,0.2639999985694885,0.9405999779701233,-0.21369999647140503,0.2639999985694885,0.3991999924182892,-0.913100004196167,0.08299999684095383,0.3991999924182892,-0.913100004196167,0.08299999684095383,0.3991999924182892,-0.913100004196167,0.08299999684095383,-0.7649999856948853,0.6022999882698059,-0.2282000035047531,-0.7649999856948853,0.6022999882698059,-0.2282000035047531,-0.7649999856948853,0.6022999882698059,-0.2282000035047531,0.10859999805688858,-0.6766999959945679,0.7282000184059143,0.10859999805688858,-0.6766999959945679,0.7282000184059143,0.10859999805688858,-0.6766999959945679,0.7282000184059143,-0.9538000226020813,-0.28929999470710754,-0.08160000294446945,-0.9538000226020813,-0.28929999470710754,-0.08160000294446945,-0.9538000226020813,-0.28929999470710754,-0.08160000294446945,0.0997999981045723,-0.7778000235557556,0.6205000281333923,0.0997999981045723,-0.7778000235557556,0.6205000281333923,0.0997999981045723,-0.7778000235557556,0.6205000281333923,0.1745000034570694,-0.5656999945640564,0.8059999942779541,0.1745000034570694,-0.5656999945640564,0.8059999942779541,0.1745000034570694,-0.5656999945640564,0.8059999942779541,-0.7506999969482422,-0.5353999733924866,0.38690000772476196,-0.7506999969482422,-0.5353999733924866,0.38690000772476196,-0.7506999969482422,-0.5353999733924866,0.38690000772476196,-0.9879999756813049,0.019700000062584877,-0.15289999544620514,-0.9879999756813049,0.019700000062584877,-0.15289999544620514,-0.9879999756813049,0.019700000062584877,-0.15289999544620514,-0.2653000056743622,0.9050999879837036,-0.33230000734329224,-0.2653000056743622,0.9050999879837036,-0.33230000734329224,-0.2653000056743622,0.9050999879837036,-0.33230000734329224,0.07829999923706055,-0.6700999736785889,-0.738099992275238,0.07829999923706055,-0.6700999736785889,-0.738099992275238,0.07829999923706055,-0.6700999736785889,-0.738099992275238,0.4196000099182129,-0.8891000151634216,0.18279999494552612,0.4196000099182129,-0.8891000151634216,0.18279999494552612,0.4196000099182129,-0.8891000151634216,0.18279999494552612,-0.6531000137329102,-0.7570000290870667,0.022299999371170998,-0.6531000137329102,-0.7570000290870667,0.022299999371170998,-0.6531000137329102,-0.7570000290870667,0.022299999371170998,-0.28679999709129333,0.00989999994635582,0.9578999876976013,-0.28679999709129333,0.00989999994635582,0.9578999876976013,-0.28679999709129333,0.00989999994635582,0.9578999876976013,-0.00559999980032444,0.9921000003814697,-0.1251000016927719,-0.00559999980032444,0.9921000003814697,-0.1251000016927719,-0.00559999980032444,0.9921000003814697,-0.1251000016927719,-0.9667999744415283,0.2012999951839447,-0.15710000693798065,-0.9667999744415283,0.2012999951839447,-0.15710000693798065,-0.9667999744415283,0.2012999951839447,-0.15710000693798065,-0.3009999990463257,0.9470000267028809,0.11240000277757645,-0.3009999990463257,0.9470000267028809,0.11240000277757645,-0.3009999990463257,0.9470000267028809,0.11240000277757645,0.125900000333786,-0.934499979019165,0.3328999876976013,0.125900000333786,-0.934499979019165,0.3328999876976013,0.125900000333786,-0.934499979019165,0.3328999876976013,0.2712000012397766,0.09179999679327011,-0.9581000208854675,0.2712000012397766,0.09179999679327011,-0.9581000208854675,0.2712000012397766,0.09179999679327011,-0.9581000208854675,-0.09960000216960907,0.9020000100135803,0.420199990272522,-0.09960000216960907,0.9020000100135803,0.420199990272522,-0.09960000216960907,0.9020000100135803,0.420199990272522,0.18569999933242798,-0.7982000112533569,0.5730999708175659,0.18569999933242798,-0.7982000112533569,0.5730999708175659,0.18569999933242798,-0.7982000112533569,0.5730999708175659,0.0052999998442828655,0.4246000051498413,-0.9053999781608582,0.0052999998442828655,0.4246000051498413,-0.9053999781608582,0.0052999998442828655,0.4246000051498413,-0.9053999781608582,0.7283999919891357,-0.2849999964237213,0.6230000257492065,0.7283999919891357,-0.2849999964237213,0.6230000257492065,0.7283999919891357,-0.2849999964237213,0.6230000257492065,-0.6656000018119812,-0.11879999935626984,0.7368000149726868,-0.6656000018119812,-0.11879999935626984,0.7368000149726868,-0.6656000018119812,-0.11879999935626984,0.7368000149726868,-0.7753999829292297,-0.5293999910354614,-0.3441999852657318,-0.7753999829292297,-0.5293999910354614,-0.3441999852657318,-0.7753999829292297,-0.5293999910354614,-0.3441999852657318,0.6371999979019165,0.6919999718666077,-0.3393000066280365,0.6371999979019165,0.6919999718666077,-0.3393000066280365,0.6371999979019165,0.6919999718666077,-0.3393000066280365,-0.414000004529953,0.1599999964237213,0.8960999846458435,-0.414000004529953,0.1599999964237213,0.8960999846458435,-0.414000004529953,0.1599999964237213,0.8960999846458435,0.39399999380111694,0.8296999931335449,-0.3953000009059906,0.39399999380111694,0.8296999931335449,-0.3953000009059906,0.39399999380111694,0.8296999931335449,-0.3953000009059906,0.4551999866962433,-0.40549999475479126,0.7926999926567078,0.4551999866962433,-0.40549999475479126,0.7926999926567078,0.4551999866962433,-0.40549999475479126,0.7926999926567078,-0.04809999838471413,-0.9807999730110168,0.1890999972820282,-0.04809999838471413,-0.9807999730110168,0.1890999972820282,-0.04809999838471413,-0.9807999730110168,0.1890999972820282,0.03970000147819519,0.5906000137329102,-0.8059999942779541,0.03970000147819519,0.5906000137329102,-0.8059999942779541,0.03970000147819519,0.5906000137329102,-0.8059999942779541,0.6977999806404114,-0.647599995136261,-0.3061999976634979,0.6977999806404114,-0.647599995136261,-0.3061999976634979,0.6977999806404114,-0.647599995136261,-0.3061999976634979,0.4465999901294708,-0.8575999736785889,0.25519999861717224,0.4465999901294708,-0.8575999736785889,0.25519999861717224,0.4465999901294708,-0.8575999736785889,0.25519999861717224,0.12309999763965607,0.6263999938964844,0.7696999907493591,0.12309999763965607,0.6263999938964844,0.7696999907493591,0.12309999763965607,0.6263999938964844,0.7696999907493591,0.12479999661445618,-0.6535000205039978,0.7465999722480774,0.12479999661445618,-0.6535000205039978,0.7465999722480774,0.12479999661445618,-0.6535000205039978,0.7465999722480774,-0.48410001397132874,-0.7653999924659729,-0.42410001158714294,-0.48410001397132874,-0.7653999924659729,-0.42410001158714294,-0.48410001397132874,-0.7653999924659729,-0.42410001158714294,-0.21879999339580536,-0.7271000146865845,0.6506999731063843,-0.21879999339580536,-0.7271000146865845,0.6506999731063843,-0.21879999339580536,-0.7271000146865845,0.6506999731063843,0.8616999983787537,0.5033000111579895,0.06449999660253525,0.8616999983787537,0.5033000111579895,0.06449999660253525,0.8616999983787537,0.5033000111579895,0.06449999660253525,-0.5788000226020813,-0.8015000224113464,0.15000000596046448,-0.5788000226020813,-0.8015000224113464,0.15000000596046448,-0.5788000226020813,-0.8015000224113464,0.15000000596046448,0.5376999974250793,-0.7955999970436096,-0.2791000008583069,0.5376999974250793,-0.7955999970436096,-0.2791000008583069,0.5376999974250793,-0.7955999970436096,-0.2791000008583069,0.9965999722480774,-0.03290000185370445,-0.07509999722242355,0.9965999722480774,-0.03290000185370445,-0.07509999722242355,0.9965999722480774,-0.03290000185370445,-0.07509999722242355,0.911300003528595,0.328000009059906,-0.24889999628067017,0.911300003528595,0.328000009059906,-0.24889999628067017,0.911300003528595,0.328000009059906,-0.24889999628067017,-0.508400022983551,-0.09239999949932098,-0.8561999797821045,-0.508400022983551,-0.09239999949932098,-0.8561999797821045,-0.508400022983551,-0.09239999949932098,-0.8561999797821045,0.9534000158309937,-0.22920000553131104,-0.19619999825954437,0.9534000158309937,-0.22920000553131104,-0.19619999825954437,0.9534000158309937,-0.22920000553131104,-0.19619999825954437,-0.15919999778270721,-0.7347999811172485,0.6593999862670898,-0.15919999778270721,-0.7347999811172485,0.6593999862670898,-0.15919999778270721,-0.7347999811172485,0.6593999862670898,0.018200000748038292,0.9876000285148621,0.15559999644756317,0.018200000748038292,0.9876000285148621,0.15559999644756317,0.018200000748038292,0.9876000285148621,0.15559999644756317,-0.8921999931335449,-0.4496999979019165,0.04039999842643738,-0.8921999931335449,-0.4496999979019165,0.04039999842643738,-0.8921999931335449,-0.4496999979019165,0.04039999842643738,0.6592000126838684,-0.04479999840259552,-0.7506999969482422,0.6592000126838684,-0.04479999840259552,-0.7506999969482422,0.6592000126838684,-0.04479999840259552,-0.7506999969482422,-0.21299999952316284,-0.03400000184774399,-0.9764999747276306,-0.21299999952316284,-0.03400000184774399,-0.9764999747276306,-0.21299999952316284,-0.03400000184774399,-0.9764999747276306,0.4569999873638153,-0.8203999996185303,-0.34369999170303345,0.4569999873638153,-0.8203999996185303,-0.34369999170303345,0.4569999873638153,-0.8203999996185303,-0.34369999170303345,-0.8098000288009644,-0.564300000667572,-0.16040000319480896,-0.8098000288009644,-0.564300000667572,-0.16040000319480896,-0.8098000288009644,-0.564300000667572,-0.16040000319480896,0.90420001745224,-0.028300000354647636,-0.4262000024318695,0.90420001745224,-0.028300000354647636,-0.4262000024318695,0.90420001745224,-0.028300000354647636,-0.4262000024318695,0.6482999920845032,-0.7613999843597412,0.005799999926239252,0.6482999920845032,-0.7613999843597412,0.005799999926239252,0.6482999920845032,-0.7613999843597412,0.005799999926239252,-0.5379999876022339,-0.1843000054359436,0.8224999904632568,-0.5379999876022339,-0.1843000054359436,0.8224999904632568,-0.5379999876022339,-0.1843000054359436,0.8224999904632568,-0.031199999153614044,0.7602999806404114,-0.6488999724388123,-0.031199999153614044,0.7602999806404114,-0.6488999724388123,-0.031199999153614044,0.7602999806404114,-0.6488999724388123,-0.3075000047683716,0.9147999882698059,-0.2619999945163727,-0.3075000047683716,0.9147999882698059,-0.2619999945163727,-0.3075000047683716,0.9147999882698059,-0.2619999945163727,-0.17010000348091125,0.13120000064373016,0.9767000079154968,-0.17010000348091125,0.13120000064373016,0.9767000079154968,-0.17010000348091125,0.13120000064373016,0.9767000079154968,-0.652999997138977,0.7293000221252441,-0.20409999787807465,-0.652999997138977,0.7293000221252441,-0.20409999787807465,-0.652999997138977,0.7293000221252441,-0.20409999787807465,-0.5519000291824341,0.32420000433921814,-0.7682999968528748,-0.5519000291824341,0.32420000433921814,-0.7682999968528748,-0.5519000291824341,0.32420000433921814,-0.7682999968528748,-0.16279999911785126,-0.9846000075340271,0.06419999897480011,-0.16279999911785126,-0.9846000075340271,0.06419999897480011,-0.16279999911785126,-0.9846000075340271,0.06419999897480011,0.9122999906539917,0.27970001101493835,-0.29910001158714294,0.9122999906539917,0.27970001101493835,-0.29910001158714294,0.9122999906539917,0.27970001101493835,-0.29910001158714294,0.4900999963283539,0.21930000185966492,-0.8435999751091003,0.4900999963283539,0.21930000185966492,-0.8435999751091003,0.4900999963283539,0.21930000185966492,-0.8435999751091003,0.46630001068115234,-0.1859000027179718,0.8648999929428101,0.46630001068115234,-0.1859000027179718,0.8648999929428101,0.46630001068115234,-0.1859000027179718,0.8648999929428101,-0.9674000144004822,-0.2280000001192093,0.10989999771118164,-0.9674000144004822,-0.2280000001192093,0.10989999771118164,-0.9674000144004822,-0.2280000001192093,0.10989999771118164,0.896399974822998,0.11999999731779099,0.42660000920295715,0.896399974822998,0.11999999731779099,0.42660000920295715,0.896399974822998,0.11999999731779099,0.42660000920295715,-0.21449999511241913,-0.7652000188827515,0.6069999933242798,-0.21449999511241913,-0.7652000188827515,0.6069999933242798,-0.21449999511241913,-0.7652000188827515,0.6069999933242798,0.12770000100135803,0.8317000269889832,0.5403000116348267,0.12770000100135803,0.8317000269889832,0.5403000116348267,0.12770000100135803,0.8317000269889832,0.5403000116348267,-0.1370999962091446,0.12880000472068787,-0.9821000099182129,-0.1370999962091446,0.12880000472068787,-0.9821000099182129,-0.1370999962091446,0.12880000472068787,-0.9821000099182129,0.016200000420212746,-0.6694999933242798,0.7426000237464905,0.016200000420212746,-0.6694999933242798,0.7426000237464905,0.016200000420212746,-0.6694999933242798,0.7426000237464905,0.9476000070571899,0.21979999542236328,0.23190000653266907,0.9476000070571899,0.21979999542236328,0.23190000653266907,0.9476000070571899,0.21979999542236328,0.23190000653266907,-0.37400001287460327,-0.03280000016093254,0.9269000291824341,-0.37400001287460327,-0.03280000016093254,0.9269000291824341,-0.37400001287460327,-0.03280000016093254,0.9269000291824341,-0.6069999933242798,0.5565000176429749,0.567300021648407,-0.6069999933242798,0.5565000176429749,0.567300021648407,-0.6069999933242798,0.5565000176429749,0.567300021648407,-0.5333999991416931,-0.3928999900817871,-0.7491000294685364,-0.5333999991416931,-0.3928999900817871,-0.7491000294685364,-0.5333999991416931,-0.3928999900817871,-0.7491000294685364,-0.739300012588501,0.5285999774932861,-0.4169999957084656,-0.739300012588501,0.5285999774932861,-0.4169999957084656,-0.739300012588501,0.5285999774932861,-0.4169999957084656,-0.051899999380111694,0.8604999780654907,-0.5067999958992004,-0.051899999380111694,0.8604999780654907,-0.5067999958992004,-0.051899999380111694,0.8604999780654907,-0.5067999958992004,-0.006099999882280827,-0.7103000283241272,-0.7038999795913696,-0.006099999882280827,-0.7103000283241272,-0.7038999795913696,-0.006099999882280827,-0.7103000283241272,-0.7038999795913696,-0.44780001044273376,0.8920000195503235,-0.0617000013589859,-0.44780001044273376,0.8920000195503235,-0.0617000013589859,-0.44780001044273376,0.8920000195503235,-0.0617000013589859,0.9642999768257141,0.20149999856948853,0.1720000058412552,0.9642999768257141,0.20149999856948853,0.1720000058412552,0.9642999768257141,0.20149999856948853,0.1720000058412552,-0.37220001220703125,-0.6891000270843506,-0.6218000054359436,-0.37220001220703125,-0.6891000270843506,-0.6218000054359436,-0.37220001220703125,-0.6891000270843506,-0.6218000054359436,-0.3125999867916107,0.7285000085830688,0.6096000075340271,-0.3125999867916107,0.7285000085830688,0.6096000075340271,-0.3125999867916107,0.7285000085830688,0.6096000075340271,0.9115999937057495,0.2669000029563904,-0.3125999867916107,0.9115999937057495,0.2669000029563904,-0.3125999867916107,0.9115999937057495,0.2669000029563904,-0.3125999867916107,-0.9890000224113464,0.1451999992132187,0.029400000348687172,-0.9890000224113464,0.1451999992132187,0.029400000348687172,-0.9890000224113464,0.1451999992132187,0.029400000348687172,0.5040000081062317,-0.5663999915122986,0.6520000100135803,0.5040000081062317,-0.5663999915122986,0.6520000100135803,0.5040000081062317,-0.5663999915122986,0.6520000100135803,0.6909000277519226,-0.7199000120162964,-0.06700000166893005,0.6909000277519226,-0.7199000120162964,-0.06700000166893005,0.6909000277519226,-0.7199000120162964,-0.06700000166893005,-0.2712000012397766,-0.8331999778747559,-0.48190000653266907,-0.2712000012397766,-0.8331999778747559,-0.48190000653266907,-0.2712000012397766,-0.8331999778747559,-0.48190000653266907,0.41019999980926514,0.16380000114440918,0.8971999883651733,0.41019999980926514,0.16380000114440918,0.8971999883651733,0.41019999980926514,0.16380000114440918,0.8971999883651733,-0.8888999819755554,-0.4302000105381012,0.1574999988079071,-0.8888999819755554,-0.4302000105381012,0.1574999988079071,-0.8888999819755554,-0.4302000105381012,0.1574999988079071,0.7062000036239624,-0.4343000054359436,-0.5590999722480774,0.7062000036239624,-0.4343000054359436,-0.5590999722480774,0.7062000036239624,-0.4343000054359436,-0.5590999722480774,0.5404000282287598,0.5407000184059143,0.6446999907493591,0.5404000282287598,0.5407000184059143,0.6446999907493591,0.5404000282287598,0.5407000184059143,0.6446999907493591,-0.9535999894142151,0.24789999425411224,0.17080000042915344,-0.9535999894142151,0.24789999425411224,0.17080000042915344,-0.9535999894142151,0.24789999425411224,0.17080000042915344,-0.994700014591217,-0.07050000131130219,0.0746999979019165,-0.994700014591217,-0.07050000131130219,0.0746999979019165,-0.994700014591217,-0.07050000131130219,0.0746999979019165,0.5332000255584717,0.5146999955177307,-0.6714000105857849,0.5332000255584717,0.5146999955177307,-0.6714000105857849,0.5332000255584717,0.5146999955177307,-0.6714000105857849,0.5134999752044678,0.49070000648498535,-0.7039999961853027,0.5134999752044678,0.49070000648498535,-0.7039999961853027,0.5134999752044678,0.49070000648498535,-0.7039999961853027,0.2492000013589859,-0.9397000074386597,0.23430000245571136,0.2492000013589859,-0.9397000074386597,0.23430000245571136,0.2492000013589859,-0.9397000074386597,0.23430000245571136,0.5388000011444092,0.17080000042915344,-0.8248999714851379,0.5388000011444092,0.17080000042915344,-0.8248999714851379,0.5388000011444092,0.17080000042915344,-0.8248999714851379,-0.3693999946117401,0.8144000172615051,-0.44749999046325684,-0.3693999946117401,0.8144000172615051,-0.44749999046325684,-0.3693999946117401,0.8144000172615051,-0.44749999046325684,-0.6097999811172485,-0.5188999772071838,-0.5990999937057495,-0.6097999811172485,-0.5188999772071838,-0.5990999937057495,-0.6097999811172485,-0.5188999772071838,-0.5990999937057495,-0.9110000133514404,0.3741999864578247,0.17319999635219574,-0.9110000133514404,0.3741999864578247,0.17319999635219574,-0.9110000133514404,0.3741999864578247,0.17319999635219574,-0.1996999979019165,-0.9749000072479248,-0.09839999675750732,-0.1996999979019165,-0.9749000072479248,-0.09839999675750732,-0.1996999979019165,-0.9749000072479248,-0.09839999675750732,-0.5450999736785889,0.2370000034570694,0.8041999936103821,-0.5450999736785889,0.2370000034570694,0.8041999936103821,-0.5450999736785889,0.2370000034570694,0.8041999936103821,-0.8029999732971191,-0.5174000263214111,-0.29589998722076416,-0.8029999732971191,-0.5174000263214111,-0.29589998722076416,-0.8029999732971191,-0.5174000263214111,-0.29589998722076416,0.4855000078678131,-0.6341999769210815,-0.6017000079154968,0.4855000078678131,-0.6341999769210815,-0.6017000079154968,0.4855000078678131,-0.6341999769210815,-0.6017000079154968,-0.9684000015258789,0.19779999554157257,0.15160000324249268,-0.9684000015258789,0.19779999554157257,0.15160000324249268,-0.9684000015258789,0.19779999554157257,0.15160000324249268,0.35830000042915344,0.7355999946594238,0.5748999714851379,0.35830000042915344,0.7355999946594238,0.5748999714851379,0.35830000042915344,0.7355999946594238,0.5748999714851379,-0.8671000003814697,-0.37400001287460327,0.32910001277923584,-0.8671000003814697,-0.37400001287460327,0.32910001277923584,-0.8671000003814697,-0.37400001287460327,0.32910001277923584,-0.010499999858438969,0.6690999865531921,-0.7430999875068665,-0.010499999858438969,0.6690999865531921,-0.7430999875068665,-0.010499999858438969,0.6690999865531921,-0.7430999875068665,0.4961000084877014,-0.785099983215332,0.3707999885082245,0.4961000084877014,-0.785099983215332,0.3707999885082245,0.4961000084877014,-0.785099983215332,0.3707999885082245,-0.9333000183105469,0.2298000007867813,-0.2759000062942505,-0.9333000183105469,0.2298000007867813,-0.2759000062942505,-0.9333000183105469,0.2298000007867813,-0.2759000062942505,-0.8626000285148621,-0.5044999718666077,0.03720000013709068,-0.8626000285148621,-0.5044999718666077,0.03720000013709068,-0.8626000285148621,-0.5044999718666077,0.03720000013709068,0.3183000087738037,0.6062999963760376,0.7287999987602234,0.3183000087738037,0.6062999963760376,0.7287999987602234,0.3183000087738037,0.6062999963760376,0.7287999987602234,0.29600000381469727,0.7235999703407288,-0.6234999895095825,0.29600000381469727,0.7235999703407288,-0.6234999895095825,0.29600000381469727,0.7235999703407288,-0.6234999895095825,-0.39969998598098755,0.9122999906539917,-0.08919999748468399,-0.39969998598098755,0.9122999906539917,-0.08919999748468399,-0.39969998598098755,0.9122999906539917,-0.08919999748468399,-0.2603999972343445,0.08860000222921371,-0.9613999724388123,-0.2603999972343445,0.08860000222921371,-0.9613999724388123,-0.2603999972343445,0.08860000222921371,-0.9613999724388123,-0.9228000044822693,-0.21439999341964722,-0.3199999928474426,-0.9228000044822693,-0.21439999341964722,-0.3199999928474426,-0.9228000044822693,-0.21439999341964722,-0.3199999928474426,0.7700999975204468,0.6308000087738037,0.0949999988079071,0.7700999975204468,0.6308000087738037,0.0949999988079071,0.7700999975204468,0.6308000087738037,0.0949999988079071,-0.6962000131607056,-0.6503999829292297,0.30379998683929443,-0.6962000131607056,-0.6503999829292297,0.30379998683929443,-0.6962000131607056,-0.6503999829292297,0.30379998683929443,0.6448000073432922,0.7121999859809875,-0.2777000069618225,0.6448000073432922,0.7121999859809875,-0.2777000069618225,0.6448000073432922,0.7121999859809875,-0.2777000069618225,-0.720300018787384,-0.015399999916553497,-0.6934000253677368,-0.720300018787384,-0.015399999916553497,-0.6934000253677368,-0.720300018787384,-0.015399999916553497,-0.6934000253677368,-0.3752000033855438,0.6218000054359436,0.6873999834060669,-0.3752000033855438,0.6218000054359436,0.6873999834060669,-0.3752000033855438,0.6218000054359436,0.6873999834060669,0.9318000078201294,-0.04430000111460686,-0.36039999127388,0.9318000078201294,-0.04430000111460686,-0.36039999127388,0.9318000078201294,-0.04430000111460686,-0.36039999127388,0.11789999902248383,-0.6542999744415283,0.746999979019165,0.11789999902248383,-0.6542999744415283,0.746999979019165,0.11789999902248383,-0.6542999744415283,0.746999979019165,0.47850000858306885,0.39739999175071716,-0.7829999923706055,0.47850000858306885,0.39739999175071716,-0.7829999923706055,0.47850000858306885,0.39739999175071716,-0.7829999923706055,-0.6187000274658203,-0.7815999984741211,0.07930000126361847,-0.6187000274658203,-0.7815999984741211,0.07930000126361847,-0.6187000274658203,-0.7815999984741211,0.07930000126361847,-0.5218999981880188,0.03420000150799751,-0.8522999882698059,-0.5218999981880188,0.03420000150799751,-0.8522999882698059,-0.5218999981880188,0.03420000150799751,-0.8522999882698059,-0.1404999941587448,0.8555999994277954,-0.49810001254081726,-0.1404999941587448,0.8555999994277954,-0.49810001254081726,-0.1404999941587448,0.8555999994277954,-0.49810001254081726,-0.0340999998152256,0.5565000176429749,-0.8300999999046326,-0.0340999998152256,0.5565000176429749,-0.8300999999046326,-0.0340999998152256,0.5565000176429749,-0.8300999999046326,-0.3840999901294708,0.9100000262260437,-0.15600000321865082,-0.3840999901294708,0.9100000262260437,-0.15600000321865082,-0.3840999901294708,0.9100000262260437,-0.15600000321865082,-0.9832000136375427,-0.15330000221729279,0.09920000284910202,-0.9832000136375427,-0.15330000221729279,0.09920000284910202,-0.9832000136375427,-0.15330000221729279,0.09920000284910202,0.6513000130653381,-0.5026999711990356,-0.5684000253677368,0.6513000130653381,-0.5026999711990356,-0.5684000253677368,0.6513000130653381,-0.5026999711990356,-0.5684000253677368,0.9247000217437744,0.37209999561309814,0.0803999975323677,0.9247000217437744,0.37209999561309814,0.0803999975323677,0.9247000217437744,0.37209999561309814,0.0803999975323677,0.5968999862670898,-0.5738000273704529,0.5608000159263611,0.5968999862670898,-0.5738000273704529,0.5608000159263611,0.5968999862670898,-0.5738000273704529,0.5608000159263611,0.9789000153541565,0.20399999618530273,-0.006300000008195639,0.9789000153541565,0.20399999618530273,-0.006300000008195639,0.9789000153541565,0.20399999618530273,-0.006300000008195639,-0.19259999692440033,-0.9805999994277954,-0.03750000149011612,-0.19259999692440033,-0.9805999994277954,-0.03750000149011612,-0.19259999692440033,-0.9805999994277954,-0.03750000149011612,-0.14079999923706055,0.9124000072479248,-0.38429999351501465,-0.14079999923706055,0.9124000072479248,-0.38429999351501465,-0.14079999923706055,0.9124000072479248,-0.38429999351501465,0.08659999817609787,-0.9962000250816345,-0.009600000455975533,0.08659999817609787,-0.9962000250816345,-0.009600000455975533,0.08659999817609787,-0.9962000250816345,-0.009600000455975533,0.5177000164985657,0.02539999969303608,-0.8551999926567078,0.5177000164985657,0.02539999969303608,-0.8551999926567078,0.5177000164985657,0.02539999969303608,-0.8551999926567078,-0.9923999905586243,0.03420000150799751,-0.11829999834299088,-0.9923999905586243,0.03420000150799751,-0.11829999834299088,-0.9923999905586243,0.03420000150799751,-0.11829999834299088,0.765999972820282,0.5806000232696533,-0.2759999930858612,0.765999972820282,0.5806000232696533,-0.2759999930858612,0.765999972820282,0.5806000232696533,-0.2759999930858612,0.5270000100135803,0.08449999988079071,-0.8456000089645386,0.5270000100135803,0.08449999988079071,-0.8456000089645386,0.5270000100135803,0.08449999988079071,-0.8456000089645386,0.9677000045776367,-0.24809999763965607,-0.04490000009536743,0.9677000045776367,-0.24809999763965607,-0.04490000009536743,0.9677000045776367,-0.24809999763965607,-0.04490000009536743,0.6919999718666077,0.6934000253677368,-0.20100000500679016,0.6919999718666077,0.6934000253677368,-0.20100000500679016,0.6919999718666077,0.6934000253677368,-0.20100000500679016,-0.7886999845504761,-0.5177000164985657,0.33160001039505005,-0.7886999845504761,-0.5177000164985657,0.33160001039505005,-0.7886999845504761,-0.5177000164985657,0.33160001039505005,0.9549000263214111,-0.21320000290870667,0.20669999718666077,0.9549000263214111,-0.21320000290870667,0.20669999718666077,0.9549000263214111,-0.21320000290870667,0.20669999718666077,0.43650001287460327,0.8447999954223633,0.30959999561309814,0.43650001287460327,0.8447999954223633,0.30959999561309814,0.43650001287460327,0.8447999954223633,0.30959999561309814,-0.5338000059127808,0.14839999377727509,0.8324999809265137,-0.5338000059127808,0.14839999377727509,0.8324999809265137,-0.5338000059127808,0.14839999377727509,0.8324999809265137,0.14640000462532043,-0.977400004863739,0.1525000035762787,0.14640000462532043,-0.977400004863739,0.1525000035762787,0.14640000462532043,-0.977400004863739,0.1525000035762787,-0.6948999762535095,-0.3142000138759613,0.6468999981880188,-0.6948999762535095,-0.3142000138759613,0.6468999981880188,-0.6948999762535095,-0.3142000138759613,0.6468999981880188,0.5335000157356262,0.2727999985218048,-0.800599992275238,0.5335000157356262,0.2727999985218048,-0.800599992275238,0.5335000157356262,0.2727999985218048,-0.800599992275238,-0.3018999993801117,-0.375,-0.8765000104904175,-0.3018999993801117,-0.375,-0.8765000104904175,-0.3018999993801117,-0.375,-0.8765000104904175,-0.7142000198364258,0.15379999577999115,-0.6827999949455261,-0.7142000198364258,0.15379999577999115,-0.6827999949455261,-0.7142000198364258,0.15379999577999115,-0.6827999949455261,0.6265000104904175,-0.2632000148296356,-0.7336000204086304,0.6265000104904175,-0.2632000148296356,-0.7336000204086304,0.6265000104904175,-0.2632000148296356,-0.7336000204086304,0.9333000183105469,-0.2597000002861023,0.24809999763965607,0.9333000183105469,-0.2597000002861023,0.24809999763965607,0.9333000183105469,-0.2597000002861023,0.24809999763965607,0.8500000238418579,-0.06480000168085098,-0.5228000283241272,0.8500000238418579,-0.06480000168085098,-0.5228000283241272,0.8500000238418579,-0.06480000168085098,-0.5228000283241272,0.4092000126838684,0.6886000037193298,-0.5985999703407288,0.4092000126838684,0.6886000037193298,-0.5985999703407288,0.4092000126838684,0.6886000037193298,-0.5985999703407288,0.6807000041007996,-0.583299994468689,-0.4431999921798706,0.6807000041007996,-0.583299994468689,-0.4431999921798706,0.6807000041007996,-0.583299994468689,-0.4431999921798706,-0.09989999979734421,0.8173999786376953,-0.567300021648407,-0.09989999979734421,0.8173999786376953,-0.567300021648407,-0.09989999979734421,0.8173999786376953,-0.567300021648407,-0.5401999950408936,0.8348000049591064,0.1062999963760376,-0.5401999950408936,0.8348000049591064,0.1062999963760376,-0.5401999950408936,0.8348000049591064,0.1062999963760376,0.8762999773025513,-0.25870001316070557,0.40639999508857727,0.8762999773025513,-0.25870001316070557,0.40639999508857727,0.8762999773025513,-0.25870001316070557,0.40639999508857727,0.5321000218391418,-0.5170999765396118,-0.6704000234603882,0.5321000218391418,-0.5170999765396118,-0.6704000234603882,0.5321000218391418,-0.5170999765396118,-0.6704000234603882,-0.25929999351501465,0.8615000247955322,-0.43650001287460327,-0.25929999351501465,0.8615000247955322,-0.43650001287460327,-0.25929999351501465,0.8615000247955322,-0.43650001287460327,-0.3831000030040741,0.9158999919891357,0.11949999630451202,-0.3831000030040741,0.9158999919891357,0.11949999630451202,-0.3831000030040741,0.9158999919891357,0.11949999630451202,0.8443999886512756,0.08879999816417694,-0.5284000039100647,0.8443999886512756,0.08879999816417694,-0.5284000039100647,0.8443999886512756,0.08879999816417694,-0.5284000039100647,-0.287200003862381,-0.8385000228881836,0.46309998631477356,-0.287200003862381,-0.8385000228881836,0.46309998631477356,-0.287200003862381,-0.8385000228881836,0.46309998631477356,0.7028999924659729,0.3894999921321869,-0.5950999855995178,0.7028999924659729,0.3894999921321869,-0.5950999855995178,0.7028999924659729,0.3894999921321869,-0.5950999855995178,-0.3538999855518341,-0.7544000148773193,0.5529000163078308,-0.3538999855518341,-0.7544000148773193,0.5529000163078308,-0.3538999855518341,-0.7544000148773193,0.5529000163078308,-0.1525000035762787,-0.9477999806404114,0.2800000011920929,-0.1525000035762787,-0.9477999806404114,0.2800000011920929,-0.1525000035762787,-0.9477999806404114,0.2800000011920929,-0.9488999843597412,0.1151999980211258,0.2937000095844269,-0.9488999843597412,0.1151999980211258,0.2937000095844269,-0.9488999843597412,0.1151999980211258,0.2937000095844269,0.28459998965263367,0.20059999823570251,-0.9373999834060669,0.28459998965263367,0.20059999823570251,-0.9373999834060669,0.28459998965263367,0.20059999823570251,-0.9373999834060669,-0.335999995470047,0.3368000090122223,0.8795999884605408,-0.335999995470047,0.3368000090122223,0.8795999884605408,-0.335999995470047,0.3368000090122223,0.8795999884605408,-0.6169000267982483,-0.2605000138282776,-0.7426999807357788,-0.6169000267982483,-0.2605000138282776,-0.7426999807357788,-0.6169000267982483,-0.2605000138282776,-0.7426999807357788,0.5842000246047974,-0.6632000207901001,0.46790000796318054,0.5842000246047974,-0.6632000207901001,0.46790000796318054,0.5842000246047974,-0.6632000207901001,0.46790000796318054,-0.3359000086784363,0.9199000000953674,-0.20260000228881836,-0.3359000086784363,0.9199000000953674,-0.20260000228881836,-0.3359000086784363,0.9199000000953674,-0.20260000228881836,0.3962000012397766,0.8820000290870667,-0.25529998540878296,0.3962000012397766,0.8820000290870667,-0.25529998540878296,0.3962000012397766,0.8820000290870667,-0.25529998540878296,0.8741000294685364,0.4844000041484833,-0.03720000013709068,0.8741000294685364,0.4844000041484833,-0.03720000013709068,0.8741000294685364,0.4844000041484833,-0.03720000013709068,-0.9097999930381775,0.41449999809265137,0.020600000396370888,-0.9097999930381775,0.41449999809265137,0.020600000396370888,-0.9097999930381775,0.41449999809265137,0.020600000396370888,-0.958299994468689,0.0706000030040741,0.2768000066280365,-0.958299994468689,0.0706000030040741,0.2768000066280365,-0.958299994468689,0.0706000030040741,0.2768000066280365,0.4625000059604645,-0.27469998598098755,-0.8429999947547913,0.4625000059604645,-0.27469998598098755,-0.8429999947547913,0.4625000059604645,-0.27469998598098755,-0.8429999947547913,-0.621399998664856,0.13249999284744263,0.7721999883651733,-0.621399998664856,0.13249999284744263,0.7721999883651733,-0.621399998664856,0.13249999284744263,0.7721999883651733,-0.742900013923645,0.5587999820709229,0.3686000108718872,-0.742900013923645,0.5587999820709229,0.3686000108718872,-0.742900013923645,0.5587999820709229,0.3686000108718872,-0.5432000160217285,0.635699987411499,-0.5483999848365784,-0.5432000160217285,0.635699987411499,-0.5483999848365784,-0.5432000160217285,0.635699987411499,-0.5483999848365784,-0.04830000177025795,0.9970999956130981,0.057999998331069946,-0.04830000177025795,0.9970999956130981,0.057999998331069946,-0.04830000177025795,0.9970999956130981,0.057999998331069946,-0.7329999804496765,0.6371999979019165,-0.23810000717639923,-0.7329999804496765,0.6371999979019165,-0.23810000717639923,-0.7329999804496765,0.6371999979019165,-0.23810000717639923,-0.5048999786376953,-0.8087000250816345,-0.30169999599456787,-0.5048999786376953,-0.8087000250816345,-0.30169999599456787,-0.5048999786376953,-0.8087000250816345,-0.30169999599456787,-0.8690000176429749,0.2906999886035919,-0.4004000127315521,-0.8690000176429749,0.2906999886035919,-0.4004000127315521,-0.8690000176429749,0.2906999886035919,-0.4004000127315521,-0.9409999847412109,0.3346000015735626,0.050999999046325684,-0.9409999847412109,0.3346000015735626,0.050999999046325684,-0.9409999847412109,0.3346000015735626,0.050999999046325684,-0.12890000641345978,-0.7138000130653381,0.6883999705314636,-0.12890000641345978,-0.7138000130653381,0.6883999705314636,-0.12890000641345978,-0.7138000130653381,0.6883999705314636,-0.9519000053405762,0.27730000019073486,0.13019999861717224,-0.9519000053405762,0.27730000019073486,0.13019999861717224,-0.9519000053405762,0.27730000019073486,0.13019999861717224,0.5800999999046326,0.7699000239372253,0.26600000262260437,0.5800999999046326,0.7699000239372253,0.26600000262260437,0.5800999999046326,0.7699000239372253,0.26600000262260437,0.7095999717712402,-0.23260000348091125,0.6650999784469604,0.7095999717712402,-0.23260000348091125,0.6650999784469604,0.7095999717712402,-0.23260000348091125,0.6650999784469604,0.45179998874664307,-0.6485999822616577,-0.612500011920929,0.45179998874664307,-0.6485999822616577,-0.612500011920929,0.45179998874664307,-0.6485999822616577,-0.612500011920929,-0.9732000231742859,-0.22869999706745148,0.02449999935925007,-0.9732000231742859,-0.22869999706745148,0.02449999935925007,-0.9732000231742859,-0.22869999706745148,0.02449999935925007,0.9031999707221985,-0.20970000326633453,-0.37439998984336853,0.9031999707221985,-0.20970000326633453,-0.37439998984336853,0.9031999707221985,-0.20970000326633453,-0.37439998984336853,-0.9419999718666077,0.305400013923645,0.13930000364780426,-0.9419999718666077,0.305400013923645,0.13930000364780426,-0.9419999718666077,0.305400013923645,0.13930000364780426,-0.7752000093460083,0.311599999666214,-0.5494999885559082,-0.7752000093460083,0.311599999666214,-0.5494999885559082,-0.7752000093460083,0.311599999666214,-0.5494999885559082,0.020500000566244125,-0.9997000098228455,0.015200000256299973,0.020500000566244125,-0.9997000098228455,0.015200000256299973,0.020500000566244125,-0.9997000098228455,0.015200000256299973,0.03889999911189079,-0.6983000040054321,0.7148000001907349,0.03889999911189079,-0.6983000040054321,0.7148000001907349,0.03889999911189079,-0.6983000040054321,0.7148000001907349,0.19519999623298645,0.22470000386238098,-0.9546999931335449,0.19519999623298645,0.22470000386238098,-0.9546999931335449,0.19519999623298645,0.22470000386238098,-0.9546999931335449,-0.3529999852180481,-0.8574000000953674,0.37450000643730164,-0.3529999852180481,-0.8574000000953674,0.37450000643730164,-0.3529999852180481,-0.8574000000953674,0.37450000643730164,-0.8662999868392944,-0.12759999930858612,0.4828999936580658,-0.8662999868392944,-0.12759999930858612,0.4828999936580658,-0.8662999868392944,-0.12759999930858612,0.4828999936580658,-0.6851000189781189,0.7276999950408936,-0.03319999948143959,-0.6851000189781189,0.7276999950408936,-0.03319999948143959,-0.6851000189781189,0.7276999950408936,-0.03319999948143959,0.288100004196167,-0.9384999871253967,-0.19030000269412994,0.288100004196167,-0.9384999871253967,-0.19030000269412994,0.288100004196167,-0.9384999871253967,-0.19030000269412994,0.11949999630451202,0.5935999751091003,-0.795799970626831,0.11949999630451202,0.5935999751091003,-0.795799970626831,0.11949999630451202,0.5935999751091003,-0.795799970626831,-0.5232999920845032,-0.7565000057220459,-0.392300009727478,-0.5232999920845032,-0.7565000057220459,-0.392300009727478,-0.5232999920845032,-0.7565000057220459,-0.392300009727478,0.2378000020980835,-0.6358000040054321,-0.7343000173568726,0.2378000020980835,-0.6358000040054321,-0.7343000173568726,0.2378000020980835,-0.6358000040054321,-0.7343000173568726,-0.8539999723434448,-0.40070000290870667,-0.3319000005722046,-0.8539999723434448,-0.40070000290870667,-0.3319000005722046,-0.8539999723434448,-0.40070000290870667,-0.3319000005722046,-0.9190000295639038,0.2500999867916107,-0.30469998717308044,-0.9190000295639038,0.2500999867916107,-0.30469998717308044,-0.9190000295639038,0.2500999867916107,-0.30469998717308044,-0.7488999962806702,-0.6456000208854675,-0.14980000257492065,-0.7488999962806702,-0.6456000208854675,-0.14980000257492065,-0.7488999962806702,-0.6456000208854675,-0.14980000257492065,-0.6032000184059143,0.7954999804496765,0.05689999833703041,-0.6032000184059143,0.7954999804496765,0.05689999833703041,-0.6032000184059143,0.7954999804496765,0.05689999833703041,-0.9326000213623047,0.3483999967575073,-0.09430000185966492,-0.9326000213623047,0.3483999967575073,-0.09430000185966492,-0.9326000213623047,0.3483999967575073,-0.09430000185966492,0.4074999988079071,0.8600999712944031,0.3070000112056732,0.4074999988079071,0.8600999712944031,0.3070000112056732,0.4074999988079071,0.8600999712944031,0.3070000112056732,0.49709999561309814,-0.8452000021934509,0.19609999656677246,0.49709999561309814,-0.8452000021934509,0.19609999656677246,0.49709999561309814,-0.8452000021934509,0.19609999656677246,-0.5277000069618225,0.5145999789237976,-0.6758000254631042,-0.5277000069618225,0.5145999789237976,-0.6758000254631042,-0.5277000069618225,0.5145999789237976,-0.6758000254631042,0.5001000165939331,-0.8597999811172485,-0.10279999673366547,0.5001000165939331,-0.8597999811172485,-0.10279999673366547,0.5001000165939331,-0.8597999811172485,-0.10279999673366547,-0.4047999978065491,-0.15379999577999115,0.9014000296592712,-0.4047999978065491,-0.15379999577999115,0.9014000296592712,-0.4047999978065491,-0.15379999577999115,0.9014000296592712,0.5867999792098999,-0.7307999730110168,0.34880000352859497,0.5867999792098999,-0.7307999730110168,0.34880000352859497,0.5867999792098999,-0.7307999730110168,0.34880000352859497,-0.2160000056028366,0.9259999990463257,0.30970001220703125,-0.2160000056028366,0.9259999990463257,0.30970001220703125,-0.2160000056028366,0.9259999990463257,0.30970001220703125,-0.9333000183105469,0.3330000042915344,0.13410000503063202,-0.9333000183105469,0.3330000042915344,0.13410000503063202,-0.9333000183105469,0.3330000042915344,0.13410000503063202,0.9957000017166138,-0.09059999883174896,-0.020899999886751175,0.9957000017166138,-0.09059999883174896,-0.020899999886751175,0.9957000017166138,-0.09059999883174896,-0.020899999886751175,-0.9965999722480774,-0.08129999786615372,0.016300000250339508,-0.9965999722480774,-0.08129999786615372,0.016300000250339508,-0.9965999722480774,-0.08129999786615372,0.016300000250339508,0.6575000286102295,0.722000002861023,-0.21529999375343323,0.6575000286102295,0.722000002861023,-0.21529999375343323,0.6575000286102295,0.722000002861023,-0.21529999375343323,-0.698199987411499,0.7050999999046326,0.12389999628067017,-0.698199987411499,0.7050999999046326,0.12389999628067017,-0.698199987411499,0.7050999999046326,0.12389999628067017,-0.8920999765396118,-0.22699999809265137,-0.3905999958515167,-0.8920999765396118,-0.22699999809265137,-0.3905999958515167,-0.8920999765396118,-0.22699999809265137,-0.3905999958515167,-0.4357999861240387,0.7358999848365784,-0.5181999802589417,-0.4357999861240387,0.7358999848365784,-0.5181999802589417,-0.4357999861240387,0.7358999848365784,-0.5181999802589417,-0.97079998254776,-0.23549999296665192,0.04529999941587448,-0.97079998254776,-0.23549999296665192,0.04529999941587448,-0.97079998254776,-0.23549999296665192,0.04529999941587448,0.3937000036239624,0.7447999715805054,-0.5388000011444092,0.3937000036239624,0.7447999715805054,-0.5388000011444092,0.3937000036239624,0.7447999715805054,-0.5388000011444092,-0.1858000010251999,0.9168999791145325,0.353300005197525,-0.1858000010251999,0.9168999791145325,0.353300005197525,-0.1858000010251999,0.9168999791145325,0.353300005197525,0.482699990272522,0.6771000027656555,-0.5554999709129333,0.482699990272522,0.6771000027656555,-0.5554999709129333,0.482699990272522,0.6771000027656555,-0.5554999709129333,-0.27309998869895935,-0.32350000739097595,0.906000018119812,-0.27309998869895935,-0.32350000739097595,0.906000018119812,-0.27309998869895935,-0.32350000739097595,0.906000018119812,-0.843500018119812,-0.22460000216960907,-0.4878999888896942,-0.843500018119812,-0.22460000216960907,-0.4878999888896942,-0.843500018119812,-0.22460000216960907,-0.4878999888896942,0.4300999939441681,0.8526999950408936,0.29660001397132874,0.4300999939441681,0.8526999950408936,0.29660001397132874,0.4300999939441681,0.8526999950408936,0.29660001397132874,-0.49070000648498535,0.2214999943971634,-0.8427000045776367,-0.49070000648498535,0.2214999943971634,-0.8427000045776367,-0.49070000648498535,0.2214999943971634,-0.8427000045776367,-0.3357999920845032,-0.9279999732971191,0.16130000352859497,-0.3357999920845032,-0.9279999732971191,0.16130000352859497,-0.3357999920845032,-0.9279999732971191,0.16130000352859497,-0.9388999938964844,0.33390000462532043,0.08309999853372574,-0.9388999938964844,0.33390000462532043,0.08309999853372574,-0.9388999938964844,0.33390000462532043,0.08309999853372574,-0.847000002861023,-0.48030000925064087,-0.22789999842643738,-0.847000002861023,-0.48030000925064087,-0.22789999842643738,-0.847000002861023,-0.48030000925064087,-0.22789999842643738,-0.8425999879837036,0.44279998540878296,0.30640000104904175,-0.8425999879837036,0.44279998540878296,0.30640000104904175,-0.8425999879837036,0.44279998540878296,0.30640000104904175,-0.49950000643730164,0.5971999764442444,0.6276000142097473,-0.49950000643730164,0.5971999764442444,0.6276000142097473,-0.49950000643730164,0.5971999764442444,0.6276000142097473,-0.7501000165939331,0.578000009059906,-0.3212999999523163,-0.7501000165939331,0.578000009059906,-0.3212999999523163,-0.7501000165939331,0.578000009059906,-0.3212999999523163,0.8810999989509583,-0.4706999957561493,0.04639999940991402,0.8810999989509583,-0.4706999957561493,0.04639999940991402,0.8810999989509583,-0.4706999957561493,0.04639999940991402,-0.8939999938011169,0.37860000133514404,-0.23980000615119934,-0.8939999938011169,0.37860000133514404,-0.23980000615119934,-0.8939999938011169,0.37860000133514404,-0.23980000615119934,-0.671500027179718,-0.36230000853538513,0.646399974822998,-0.671500027179718,-0.36230000853538513,0.646399974822998,-0.671500027179718,-0.36230000853538513,0.646399974822998,0.531499981880188,0.45329999923706055,-0.715499997138977,0.531499981880188,0.45329999923706055,-0.715499997138977,0.531499981880188,0.45329999923706055,-0.715499997138977,0.682200014591217,-0.5073000192642212,0.5264999866485596,0.682200014591217,-0.5073000192642212,0.5264999866485596,0.682200014591217,-0.5073000192642212,0.5264999866485596,0.1168999969959259,0.9351000189781189,-0.3343999981880188,0.1168999969959259,0.9351000189781189,-0.3343999981880188,0.1168999969959259,0.9351000189781189,-0.3343999981880188,-0.6189000010490417,-0.34450000524520874,0.7059000134468079,-0.6189000010490417,-0.34450000524520874,0.7059000134468079,-0.6189000010490417,-0.34450000524520874,0.7059000134468079,-0.46950000524520874,0.3625999987125397,0.8051000237464905,-0.46950000524520874,0.3625999987125397,0.8051000237464905,-0.46950000524520874,0.3625999987125397,0.8051000237464905,-0.9370999932289124,-0.34779998660087585,-0.02930000051856041,-0.9370999932289124,-0.34779998660087585,-0.02930000051856041,-0.9370999932289124,-0.34779998660087585,-0.02930000051856041,-0.17659999430179596,-0.656000018119812,0.7337999939918518,-0.17659999430179596,-0.656000018119812,0.7337999939918518,-0.17659999430179596,-0.656000018119812,0.7337999939918518,0.758400022983551,-0.43160000443458557,0.48840001225471497,0.758400022983551,-0.43160000443458557,0.48840001225471497,0.758400022983551,-0.43160000443458557,0.48840001225471497,-0.6599000096321106,-0.6403999924659729,0.3930000066757202,-0.6599000096321106,-0.6403999924659729,0.3930000066757202,-0.6599000096321106,-0.6403999924659729,0.3930000066757202,-0.949400007724762,0.30970001220703125,-0.05180000141263008,-0.949400007724762,0.30970001220703125,-0.05180000141263008,-0.949400007724762,0.30970001220703125,-0.05180000141263008,-0.6980000138282776,-0.6978999972343445,0.1606999933719635,-0.6980000138282776,-0.6978999972343445,0.1606999933719635,-0.6980000138282776,-0.6978999972343445,0.1606999933719635,-0.6370000243186951,0.7318999767303467,0.2418999969959259,-0.6370000243186951,0.7318999767303467,0.2418999969959259,-0.6370000243186951,0.7318999767303467,0.2418999969959259,-0.7134000062942505,-0.6952999830245972,-0.08789999783039093,-0.7134000062942505,-0.6952999830245972,-0.08789999783039093,-0.7134000062942505,-0.6952999830245972,-0.08789999783039093,0.5103999972343445,-0.8592000007629395,0.03449999913573265,0.5103999972343445,-0.8592000007629395,0.03449999913573265,0.5103999972343445,-0.8592000007629395,0.03449999913573265,0.748199999332428,-0.4609000086784363,0.4772999882698059,0.748199999332428,-0.4609000086784363,0.4772999882698059,0.748199999332428,-0.4609000086784363,0.4772999882698059,-0.48669999837875366,-0.8118000030517578,-0.32260000705718994,-0.48669999837875366,-0.8118000030517578,-0.32260000705718994,-0.48669999837875366,-0.8118000030517578,-0.32260000705718994,-0.4372999966144562,0.5945000052452087,0.6747000217437744,-0.4372999966144562,0.5945000052452087,0.6747000217437744,-0.4372999966144562,0.5945000052452087,0.6747000217437744,0.7789999842643738,0.391400009393692,-0.48989999294281006,0.7789999842643738,0.391400009393692,-0.48989999294281006,0.7789999842643738,0.391400009393692,-0.48989999294281006,-0.1949000060558319,0.5907999873161316,-0.7828999757766724,-0.1949000060558319,0.5907999873161316,-0.7828999757766724,-0.1949000060558319,0.5907999873161316,-0.7828999757766724,0.3928000032901764,0.890500009059906,0.2296999990940094,0.3928000032901764,0.890500009059906,0.2296999990940094,0.3928000032901764,0.890500009059906,0.2296999990940094,0.8855000138282776,0.4327999949455261,0.16910000145435333,0.8855000138282776,0.4327999949455261,0.16910000145435333,0.8855000138282776,0.4327999949455261,0.16910000145435333,-0.5408999919891357,-0.8406999707221985,-0.024700000882148743,-0.5408999919891357,-0.8406999707221985,-0.024700000882148743,-0.5408999919891357,-0.8406999707221985,-0.024700000882148743,0.1867000013589859,-0.7778000235557556,0.6000999808311462,0.1867000013589859,-0.7778000235557556,0.6000999808311462,0.1867000013589859,-0.7778000235557556,0.6000999808311462,-0.8352000117301941,-0.16899999976158142,-0.5234000086784363,-0.8352000117301941,-0.16899999976158142,-0.5234000086784363,-0.8352000117301941,-0.16899999976158142,-0.5234000086784363,-0.3817000091075897,0.8296999931335449,-0.40720000863075256,-0.3817000091075897,0.8296999931335449,-0.40720000863075256,-0.3817000091075897,0.8296999931335449,-0.40720000863075256,0.31279999017715454,-0.9271000027656555,-0.20640000700950623,0.31279999017715454,-0.9271000027656555,-0.20640000700950623,0.31279999017715454,-0.9271000027656555,-0.20640000700950623,-0.6205999851226807,0.5759000182151794,-0.5321999788284302,-0.6205999851226807,0.5759000182151794,-0.5321999788284302,-0.6205999851226807,0.5759000182151794,-0.5321999788284302,0.39489999413490295,-0.8651999831199646,0.30889999866485596,0.39489999413490295,-0.8651999831199646,0.30889999866485596,0.39489999413490295,-0.8651999831199646,0.30889999866485596,-0.00279999990016222,0.612500011920929,-0.7904999852180481,-0.00279999990016222,0.612500011920929,-0.7904999852180481,-0.00279999990016222,0.612500011920929,-0.7904999852180481,-0.9864000082015991,0.12710000574588776,-0.10419999808073044,-0.9864000082015991,0.12710000574588776,-0.10419999808073044,-0.9864000082015991,0.12710000574588776,-0.10419999808073044,-0.15459999442100525,-0.3425000011920929,0.9266999959945679,-0.15459999442100525,-0.3425000011920929,0.9266999959945679,-0.15459999442100525,-0.3425000011920929,0.9266999959945679,-0.8906999826431274,-0.32850000262260437,0.3142000138759613,-0.8906999826431274,-0.32850000262260437,0.3142000138759613,-0.8906999826431274,-0.32850000262260437,0.3142000138759613,-0.5087000131607056,0.6542999744415283,-0.5595999956130981,-0.5087000131607056,0.6542999744415283,-0.5595999956130981,-0.5087000131607056,0.6542999744415283,-0.5595999956130981,-0.933899998664856,-0.2870999872684479,0.21289999783039093,-0.933899998664856,-0.2870999872684479,0.21289999783039093,-0.933899998664856,-0.2870999872684479,0.21289999783039093,-0.3546999990940094,0.3741999864578247,-0.8568000197410583,-0.3546999990940094,0.3741999864578247,-0.8568000197410583,-0.3546999990940094,0.3741999864578247,-0.8568000197410583,0.049800001084804535,0.9839000105857849,-0.17139999568462372,0.049800001084804535,0.9839000105857849,-0.17139999568462372,0.049800001084804535,0.9839000105857849,-0.17139999568462372,-0.7167999744415283,0.6524999737739563,0.24580000340938568,-0.7167999744415283,0.6524999737739563,0.24580000340938568,-0.7167999744415283,0.6524999737739563,0.24580000340938568,-0.08789999783039093,-0.7960000038146973,0.598800003528595,-0.08789999783039093,-0.7960000038146973,0.598800003528595,-0.08789999783039093,-0.7960000038146973,0.598800003528595,0.08399999886751175,-0.43869999051094055,-0.8946999907493591,0.08399999886751175,-0.43869999051094055,-0.8946999907493591,0.08399999886751175,-0.43869999051094055,-0.8946999907493591,0.779699981212616,-0.6212999820709229,0.0778999999165535,0.779699981212616,-0.6212999820709229,0.0778999999165535,0.779699981212616,-0.6212999820709229,0.0778999999165535,-0.984000027179718,0.1386999934911728,-0.11190000176429749,-0.984000027179718,0.1386999934911728,-0.11190000176429749,-0.984000027179718,0.1386999934911728,-0.11190000176429749,-0.477400004863739,-0.00009999999747378752,-0.8787000179290771,-0.477400004863739,-0.00009999999747378752,-0.8787000179290771,-0.477400004863739,-0.00009999999747378752,-0.8787000179290771,0.6948999762535095,-0.3142000138759613,0.6468999981880188,0.6948999762535095,-0.3142000138759613,0.6468999981880188,0.6948999762535095,-0.3142000138759613,0.6468999981880188,0.13220000267028809,-0.9442999958992004,0.30149999260902405,0.13220000267028809,-0.9442999958992004,0.30149999260902405,0.13220000267028809,-0.9442999958992004,0.30149999260902405,0.6420999765396118,0.7271999716758728,-0.24269999563694,0.6420999765396118,0.7271999716758728,-0.24269999563694,0.6420999765396118,0.7271999716758728,-0.24269999563694,0.9315000176429749,0.2759000062942505,-0.23690000176429749,0.9315000176429749,0.2759000062942505,-0.23690000176429749,0.9315000176429749,0.2759000062942505,-0.23690000176429749,-0.10649999976158142,-0.9902999997138977,0.08940000087022781,-0.10649999976158142,-0.9902999997138977,0.08940000087022781,-0.10649999976158142,-0.9902999997138977,0.08940000087022781,-0.9857000112533569,0.1664000004529953,-0.027000000700354576,-0.9857000112533569,0.1664000004529953,-0.027000000700354576,-0.9857000112533569,0.1664000004529953,-0.027000000700354576,-0.18039999902248383,0.32659998536109924,-0.9277999997138977,-0.18039999902248383,0.32659998536109924,-0.9277999997138977,-0.18039999902248383,0.32659998536109924,-0.9277999997138977,0.3774999976158142,0.7626000046730042,0.5252000093460083,0.3774999976158142,0.7626000046730042,0.5252000093460083,0.3774999976158142,0.7626000046730042,0.5252000093460083,-0.7436000108718872,0.07129999995231628,-0.6647999882698059,-0.7436000108718872,0.07129999995231628,-0.6647999882698059,-0.7436000108718872,0.07129999995231628,-0.6647999882698059,-0.7102000117301941,-0.05510000139474869,0.7019000053405762,-0.7102000117301941,-0.05510000139474869,0.7019000053405762,-0.7102000117301941,-0.05510000139474869,0.7019000053405762,-0.12129999697208405,0.009700000286102295,0.9926000237464905,-0.12129999697208405,0.009700000286102295,0.9926000237464905,-0.12129999697208405,0.009700000286102295,0.9926000237464905,-0.9728000164031982,-0.20900000631809235,0.10010000318288803,-0.9728000164031982,-0.20900000631809235,0.10010000318288803,-0.9728000164031982,-0.20900000631809235,0.10010000318288803,0.3544999957084656,-0.22059999406337738,0.9086999893188477,0.3544999957084656,-0.22059999406337738,0.9086999893188477,0.3544999957084656,-0.22059999406337738,0.9086999893188477,0.414000004529953,0.1599999964237213,0.8960999846458435,0.414000004529953,0.1599999964237213,0.8960999846458435,0.414000004529953,0.1599999964237213,0.8960999846458435,0.695900022983551,-0.4115000069141388,0.5885000228881836,0.695900022983551,-0.4115000069141388,0.5885000228881836,0.695900022983551,-0.4115000069141388,0.5885000228881836,-0.7092999815940857,-0.5264999866485596,-0.46869999170303345,-0.7092999815940857,-0.5264999866485596,-0.46869999170303345,-0.7092999815940857,-0.5264999866485596,-0.46869999170303345,-0.9509000182151794,0.1826000064611435,-0.24979999661445618,-0.9509000182151794,0.1826000064611435,-0.24979999661445618,-0.9509000182151794,0.1826000064611435,-0.24979999661445618,0.9603000283241272,0.18019999563694,-0.21279999613761902,0.9603000283241272,0.18019999563694,-0.21279999613761902,0.9603000283241272,0.18019999563694,-0.21279999613761902,-0.9386000037193298,0.25360000133514404,-0.23399999737739563,-0.9386000037193298,0.25360000133514404,-0.23399999737739563,-0.9386000037193298,0.25360000133514404,-0.23399999737739563,0.5956000089645386,-0.48339998722076416,0.6416000127792358,0.5956000089645386,-0.48339998722076416,0.6416000127792358,0.5956000089645386,-0.48339998722076416,0.6416000127792358,-0.30799999833106995,0.9455000162124634,0.10580000281333923,-0.30799999833106995,0.9455000162124634,0.10580000281333923,-0.30799999833106995,0.9455000162124634,0.10580000281333923,-0.4763000011444092,0.8062999844551086,0.3506999909877777,-0.4763000011444092,0.8062999844551086,0.3506999909877777,-0.4763000011444092,0.8062999844551086,0.3506999909877777,0.04010000079870224,0.9340000152587891,-0.35510000586509705,0.04010000079870224,0.9340000152587891,-0.35510000586509705,0.04010000079870224,0.9340000152587891,-0.35510000586509705,-0.15330000221729279,0.035599999129772186,0.987500011920929,-0.15330000221729279,0.035599999129772186,0.987500011920929,-0.15330000221729279,0.035599999129772186,0.987500011920929,0.42260000109672546,0.7973999977111816,-0.43070000410079956,0.42260000109672546,0.7973999977111816,-0.43070000410079956,0.42260000109672546,0.7973999977111816,-0.43070000410079956,-0.4742000102996826,0.6797000169754028,-0.5595999956130981,-0.4742000102996826,0.6797000169754028,-0.5595999956130981,-0.4742000102996826,0.6797000169754028,-0.5595999956130981,-0.8073999881744385,0.5583999752998352,-0.19030000269412994,-0.8073999881744385,0.5583999752998352,-0.19030000269412994,-0.8073999881744385,0.5583999752998352,-0.19030000269412994,0.5753999948501587,0.7961999773979187,-0.18709999322891235,0.5753999948501587,0.7961999773979187,-0.18709999322891235,0.5753999948501587,0.7961999773979187,-0.18709999322891235,0.9667999744415283,-0.08150000125169754,-0.24240000545978546,0.9667999744415283,-0.08150000125169754,-0.24240000545978546,0.9667999744415283,-0.08150000125169754,-0.24240000545978546,-0.07580000162124634,0.6104000210762024,0.7885000109672546,-0.07580000162124634,0.6104000210762024,0.7885000109672546,-0.07580000162124634,0.6104000210762024,0.7885000109672546,-0.0640999972820282,0.9366000294685364,-0.34439998865127563,-0.0640999972820282,0.9366000294685364,-0.34439998865127563,-0.0640999972820282,0.9366000294685364,-0.34439998865127563,0.6941999793052673,0.6974999904632568,-0.17800000309944153,0.6941999793052673,0.6974999904632568,-0.17800000309944153,0.6941999793052673,0.6974999904632568,-0.17800000309944153,-0.7379999756813049,-0.2054000049829483,0.642799973487854,-0.7379999756813049,-0.2054000049829483,0.642799973487854,-0.7379999756813049,-0.2054000049829483,0.642799973487854,-0.3580000102519989,-0.007199999876320362,-0.9337000250816345,-0.3580000102519989,-0.007199999876320362,-0.9337000250816345,-0.3580000102519989,-0.007199999876320362,-0.9337000250816345,0.328000009059906,-0.30230000615119934,0.8949999809265137,0.328000009059906,-0.30230000615119934,0.8949999809265137,0.328000009059906,-0.30230000615119934,0.8949999809265137,0.6765000224113464,-0.7342000007629395,0.057500001043081284,0.6765000224113464,-0.7342000007629395,0.057500001043081284,0.6765000224113464,-0.7342000007629395,0.057500001043081284,0.5102999806404114,0.847599983215332,-0.1451999992132187,0.5102999806404114,0.847599983215332,-0.1451999992132187,0.5102999806404114,0.847599983215332,-0.1451999992132187,-0.34119999408721924,0.9399999976158142,0.007499999832361937,-0.34119999408721924,0.9399999976158142,0.007499999832361937,-0.34119999408721924,0.9399999976158142,0.007499999832361937,-0.4778999984264374,0.868399977684021,-0.1324000060558319,-0.4778999984264374,0.868399977684021,-0.1324000060558319,-0.4778999984264374,0.868399977684021,-0.1324000060558319,0.6610000133514404,-0.41760000586509705,-0.6233999729156494,0.6610000133514404,-0.41760000586509705,-0.6233999729156494,0.6610000133514404,-0.41760000586509705,-0.6233999729156494,0.896399974822998,-0.38429999351501465,-0.22100000083446503,0.896399974822998,-0.38429999351501465,-0.22100000083446503,0.896399974822998,-0.38429999351501465,-0.22100000083446503,0.6601999998092651,0.5109999775886536,-0.5504999756813049,0.6601999998092651,0.5109999775886536,-0.5504999756813049,0.6601999998092651,0.5109999775886536,-0.5504999756813049,-0.9692999720573425,-0.24300000071525574,0.037300001829862595,-0.9692999720573425,-0.24300000071525574,0.037300001829862595,-0.9692999720573425,-0.24300000071525574,0.037300001829862595,0.4869999885559082,-0.5853000283241272,-0.6482999920845032,0.4869999885559082,-0.5853000283241272,-0.6482999920845032,0.4869999885559082,-0.5853000283241272,-0.6482999920845032,-0.19629999995231628,-0.374099999666214,-0.9064000248908997,-0.19629999995231628,-0.374099999666214,-0.9064000248908997,-0.19629999995231628,-0.374099999666214,-0.9064000248908997,-0.3799000084400177,0.9196000099182129,0.10010000318288803,-0.3799000084400177,0.9196000099182129,0.10010000318288803,-0.3799000084400177,0.9196000099182129,0.10010000318288803,-0.9165999889373779,0.19589999318122864,0.34860000014305115,-0.9165999889373779,0.19589999318122864,0.34860000014305115,-0.9165999889373779,0.19589999318122864,0.34860000014305115,0.4982999861240387,0.20520000159740448,0.8424000144004822,0.4982999861240387,0.20520000159740448,0.8424000144004822,0.4982999861240387,0.20520000159740448,0.8424000144004822,-0.6230000257492065,0.22750000655651093,-0.7483999729156494,-0.6230000257492065,0.22750000655651093,-0.7483999729156494,-0.6230000257492065,0.22750000655651093,-0.7483999729156494,0.6966000199317932,0.35679998993873596,0.6225000023841858,0.6966000199317932,0.35679998993873596,0.6225000023841858,0.6966000199317932,0.35679998993873596,0.6225000023841858,0.8070999979972839,0.23890000581741333,0.539900004863739,0.8070999979972839,0.23890000581741333,0.539900004863739,0.8070999979972839,0.23890000581741333,0.539900004863739,-0.2529999911785126,0.07750000059604645,0.9643999934196472,-0.2529999911785126,0.07750000059604645,0.9643999934196472,-0.2529999911785126,0.07750000059604645,0.9643999934196472,-0.8855000138282776,0.4327999949455261,0.16910000145435333,-0.8855000138282776,0.4327999949455261,0.16910000145435333,-0.8855000138282776,0.4327999949455261,0.16910000145435333,-0.6608999967575073,-0.6875,0.30090001225471497,-0.6608999967575073,-0.6875,0.30090001225471497,-0.6608999967575073,-0.6875,0.30090001225471497,-0.5073000192642212,0.42179998755455017,0.7515000104904175,-0.5073000192642212,0.42179998755455017,0.7515000104904175,-0.5073000192642212,0.42179998755455017,0.7515000104904175,0.18199999630451202,-0.3917999863624573,0.9018999934196472,0.18199999630451202,-0.3917999863624573,0.9018999934196472,0.18199999630451202,-0.3917999863624573,0.9018999934196472,-0.791100025177002,-0.19370000064373016,-0.5800999999046326,-0.791100025177002,-0.19370000064373016,-0.5800999999046326,-0.791100025177002,-0.19370000064373016,-0.5800999999046326,0.6166999936103821,0.782800018787384,0.08340000361204147,0.6166999936103821,0.782800018787384,0.08340000361204147,0.6166999936103821,0.782800018787384,0.08340000361204147,-0.8148000240325928,-0.26260000467300415,0.5169000029563904,-0.8148000240325928,-0.26260000467300415,0.5169000029563904,-0.8148000240325928,-0.26260000467300415,0.5169000029563904,0.8465999960899353,0.21870000660419464,0.4851999878883362,0.8465999960899353,0.21870000660419464,0.4851999878883362,0.8465999960899353,0.21870000660419464,0.4851999878883362,-0.28119999170303345,0.7455000281333923,0.6043000221252441,-0.28119999170303345,0.7455000281333923,0.6043000221252441,-0.28119999170303345,0.7455000281333923,0.6043000221252441,0.6434000134468079,0.4609000086784363,-0.611299991607666,0.6434000134468079,0.4609000086784363,-0.611299991607666,0.6434000134468079,0.4609000086784363,-0.611299991607666,-0.09910000115633011,-0.9438999891281128,0.3149999976158142,-0.09910000115633011,-0.9438999891281128,0.3149999976158142,-0.09910000115633011,-0.9438999891281128,0.3149999976158142,0.8650000095367432,-0.19589999318122864,0.461899995803833,0.8650000095367432,-0.19589999318122864,0.461899995803833,0.8650000095367432,-0.19589999318122864,0.461899995803833,0.8191999793052673,-0.5249000191688538,0.23109999299049377,0.8191999793052673,-0.5249000191688538,0.23109999299049377,0.8191999793052673,-0.5249000191688538,0.23109999299049377,0.781499981880188,0.5182999968528748,0.3472000062465668,0.781499981880188,0.5182999968528748,0.3472000062465668,0.781499981880188,0.5182999968528748,0.3472000062465668,0.43689998984336853,0.6466000080108643,0.6252999901771545,0.43689998984336853,0.6466000080108643,0.6252999901771545,0.43689998984336853,0.6466000080108643,0.6252999901771545,0.9316999912261963,0.218299999833107,0.2904999852180481,0.9316999912261963,0.218299999833107,0.2904999852180481,0.9316999912261963,0.218299999833107,0.2904999852180481,0.635200023651123,-0.43160000443458557,-0.640500009059906,0.635200023651123,-0.43160000443458557,-0.640500009059906,0.635200023651123,-0.43160000443458557,-0.640500009059906,-0.06880000233650208,0.8011999726295471,0.5943999886512756,-0.06880000233650208,0.8011999726295471,0.5943999886512756,-0.06880000233650208,0.8011999726295471,0.5943999886512756,-0.9399999976158142,0.22679999470710754,-0.2547999918460846,-0.9399999976158142,0.22679999470710754,-0.2547999918460846,-0.9399999976158142,0.22679999470710754,-0.2547999918460846,0.8967999815940857,0.33230000734329224,0.2919999957084656,0.8967999815940857,0.33230000734329224,0.2919999957084656,0.8967999815940857,0.33230000734329224,0.2919999957084656,-0.26159998774528503,0.9077000021934509,-0.3280999958515167,-0.26159998774528503,0.9077000021934509,-0.3280999958515167,-0.26159998774528503,0.9077000021934509,-0.3280999958515167,-0.8140000104904175,-0.5695000290870667,0.11420000344514847,-0.8140000104904175,-0.5695000290870667,0.11420000344514847,-0.8140000104904175,-0.5695000290870667,0.11420000344514847,-0.003100000089034438,0.5206000208854675,-0.8537999987602234,-0.003100000089034438,0.5206000208854675,-0.8537999987602234,-0.003100000089034438,0.5206000208854675,-0.8537999987602234,-0.46869999170303345,-0.7483000159263611,0.4693000018596649,-0.46869999170303345,-0.7483000159263611,0.4693000018596649,-0.46869999170303345,-0.7483000159263611,0.4693000018596649,-0.968999981880188,0.028599999845027924,-0.24529999494552612,-0.968999981880188,0.028599999845027924,-0.24529999494552612,-0.968999981880188,0.028599999845027924,-0.24529999494552612,0.567300021648407,-0.715399980545044,0.40790000557899475,0.567300021648407,-0.715399980545044,0.40790000557899475,0.567300021648407,-0.715399980545044,0.40790000557899475,-0.9986000061035156,0.014299999922513962,-0.05180000141263008,-0.9986000061035156,0.014299999922513962,-0.05180000141263008,-0.9986000061035156,0.014299999922513962,-0.05180000141263008,-0.11129999905824661,-0.7386000156402588,-0.664900004863739,-0.11129999905824661,-0.7386000156402588,-0.664900004863739,-0.11129999905824661,-0.7386000156402588,-0.664900004863739,-0.298799991607666,0.8378000259399414,0.4569000005722046,-0.298799991607666,0.8378000259399414,0.4569000005722046,-0.298799991607666,0.8378000259399414,0.4569000005722046,0.670799970626831,-0.7404000163078308,-0.041999999433755875,0.670799970626831,-0.7404000163078308,-0.041999999433755875,0.670799970626831,-0.7404000163078308,-0.041999999433755875,-0.28220000863075256,0.8920999765396118,-0.35280001163482666,-0.28220000863075256,0.8920999765396118,-0.35280001163482666,-0.28220000863075256,0.8920999765396118,-0.35280001163482666,0.7405999898910522,0.6712999939918518,0.03020000085234642,0.7405999898910522,0.6712999939918518,0.03020000085234642,0.7405999898910522,0.6712999939918518,0.03020000085234642,0.6243000030517578,0.3474999964237213,0.6995999813079834,0.6243000030517578,0.3474999964237213,0.6995999813079834,0.6243000030517578,0.3474999964237213,0.6995999813079834,0.5372999906539917,0.7910000085830688,-0.29260000586509705,0.5372999906539917,0.7910000085830688,-0.29260000586509705,0.5372999906539917,0.7910000085830688,-0.29260000586509705,0.22949999570846558,0.43290001153945923,-0.8716999888420105,0.22949999570846558,0.43290001153945923,-0.8716999888420105,0.22949999570846558,0.43290001153945923,-0.8716999888420105,0.32089999318122864,-0.7906000018119812,0.5214999914169312,0.32089999318122864,-0.7906000018119812,0.5214999914169312,0.32089999318122864,-0.7906000018119812,0.5214999914169312,-0.5200999975204468,-0.6654999852180481,-0.5353000164031982,-0.5200999975204468,-0.6654999852180481,-0.5353000164031982,-0.5200999975204468,-0.6654999852180481,-0.5353000164031982,0.8600999712944031,0.45890000462532043,-0.22259999811649323,0.8600999712944031,0.45890000462532043,-0.22259999811649323,0.8600999712944031,0.45890000462532043,-0.22259999811649323,0.08299999684095383,-0.9190999865531921,-0.38510000705718994,0.08299999684095383,-0.9190999865531921,-0.38510000705718994,0.08299999684095383,-0.9190999865531921,-0.38510000705718994,0.1720000058412552,0.8234000205993652,-0.5407000184059143,0.1720000058412552,0.8234000205993652,-0.5407000184059143,0.1720000058412552,0.8234000205993652,-0.5407000184059143,0.029899999499320984,0.23000000417232513,0.9726999998092651,0.029899999499320984,0.23000000417232513,0.9726999998092651,0.029899999499320984,0.23000000417232513,0.9726999998092651,-0.6017000079154968,-0.3328999876976013,-0.7260000109672546,-0.6017000079154968,-0.3328999876976013,-0.7260000109672546,-0.6017000079154968,-0.3328999876976013,-0.7260000109672546,0.7045000195503235,0.49630001187324524,-0.5073999762535095,0.7045000195503235,0.49630001187324524,-0.5073999762535095,0.7045000195503235,0.49630001187324524,-0.5073999762535095,-0.49149999022483826,0.10329999774694443,0.864799976348877,-0.49149999022483826,0.10329999774694443,0.864799976348877,-0.49149999022483826,0.10329999774694443,0.864799976348877,-0.677299976348877,-0.6743000149726868,0.29420000314712524,-0.677299976348877,-0.6743000149726868,0.29420000314712524,-0.677299976348877,-0.6743000149726868,0.29420000314712524,0.67330002784729,0.5458999872207642,-0.4986000061035156,0.67330002784729,0.5458999872207642,-0.4986000061035156,0.67330002784729,0.5458999872207642,-0.4986000061035156,-0.7206000089645386,-0.5478000044822693,-0.4250999987125397,-0.7206000089645386,-0.5478000044822693,-0.4250999987125397,-0.7206000089645386,-0.5478000044822693,-0.4250999987125397,0.20160000026226044,0.758899986743927,0.6193000078201294,0.20160000026226044,0.758899986743927,0.6193000078201294,0.20160000026226044,0.758899986743927,0.6193000078201294,-0.6531999707221985,-0.7527999877929688,0.08209999650716782,-0.6531999707221985,-0.7527999877929688,0.08209999650716782,-0.6531999707221985,-0.7527999877929688,0.08209999650716782,-0.2206999957561493,-0.3788999915122986,0.8986999988555908,-0.2206999957561493,-0.3788999915122986,0.8986999988555908,-0.2206999957561493,-0.3788999915122986,0.8986999988555908,0.2856000065803528,0.9391999840736389,-0.19040000438690186,0.2856000065803528,0.9391999840736389,-0.19040000438690186,0.2856000065803528,0.9391999840736389,-0.19040000438690186,-0.11569999903440475,0.7961999773979187,0.5938000082969666,-0.11569999903440475,0.7961999773979187,0.5938000082969666,-0.11569999903440475,0.7961999773979187,0.5938000082969666,0.12549999356269836,0.5712000131607056,-0.8112000226974487,0.12549999356269836,0.5712000131607056,-0.8112000226974487,0.12549999356269836,0.5712000131607056,-0.8112000226974487,-0.817300021648407,-0.5472000241279602,0.18060000240802765,-0.817300021648407,-0.5472000241279602,0.18060000240802765,-0.817300021648407,-0.5472000241279602,0.18060000240802765,-0.2460000067949295,0.9635000228881836,0.1054999977350235,-0.2460000067949295,0.9635000228881836,0.1054999977350235,-0.2460000067949295,0.9635000228881836,0.1054999977350235,0.21879999339580536,0.23440000414848328,-0.9472000002861023,0.21879999339580536,0.23440000414848328,-0.9472000002861023,0.21879999339580536,0.23440000414848328,-0.9472000002861023,0.15129999816417694,0.28119999170303345,0.947700023651123,0.15129999816417694,0.28119999170303345,0.947700023651123,0.15129999816417694,0.28119999170303345,0.947700023651123,-0.9363999962806702,0.19370000064373016,-0.29249998927116394,-0.9363999962806702,0.19370000064373016,-0.29249998927116394,-0.9363999962806702,0.19370000064373016,-0.29249998927116394,-0.15330000221729279,-0.9717000126838684,-0.17980000376701355,-0.15330000221729279,-0.9717000126838684,-0.17980000376701355,-0.15330000221729279,-0.9717000126838684,-0.17980000376701355,-0.48590001463890076,0.08460000157356262,-0.8698999881744385,-0.48590001463890076,0.08460000157356262,-0.8698999881744385,-0.48590001463890076,0.08460000157356262,-0.8698999881744385,0.6639000177383423,0.6152999997138977,0.42500001192092896,0.6639000177383423,0.6152999997138977,0.42500001192092896,0.6639000177383423,0.6152999997138977,0.42500001192092896,0.9973999857902527,-0.05829999968409538,-0.04230000078678131,0.9973999857902527,-0.05829999968409538,-0.04230000078678131,0.9973999857902527,-0.05829999968409538,-0.04230000078678131,0.7964000105857849,-0.0020000000949949026,-0.6047000288963318,0.7964000105857849,-0.0020000000949949026,-0.6047000288963318,0.7964000105857849,-0.0020000000949949026,-0.6047000288963318,-0.5799999833106995,0.20170000195503235,0.7893000245094299,-0.5799999833106995,0.20170000195503235,0.7893000245094299,-0.5799999833106995,0.20170000195503235,0.7893000245094299,0.23270000517368317,0.023000000044703484,-0.9722999930381775,0.23270000517368317,0.023000000044703484,-0.9722999930381775,0.23270000517368317,0.023000000044703484,-0.9722999930381775,0.6031000018119812,0.6144999861717224,0.5084999799728394,0.6031000018119812,0.6144999861717224,0.5084999799728394,0.6031000018119812,0.6144999861717224,0.5084999799728394,-0.1023000031709671,0.23579999804496765,0.9664000272750854,-0.1023000031709671,0.23579999804496765,0.9664000272750854,-0.1023000031709671,0.23579999804496765,0.9664000272750854,-0.5266000032424927,0.5196999907493591,-0.6728000044822693,-0.5266000032424927,0.5196999907493591,-0.6728000044822693,-0.5266000032424927,0.5196999907493591,-0.6728000044822693,0.39399999380111694,0.6503000259399414,0.6495000123977661,0.39399999380111694,0.6503000259399414,0.6495000123977661,0.39399999380111694,0.6503000259399414,0.6495000123977661,0.04580000042915344,-0.6780999898910522,0.7336000204086304,0.04580000042915344,-0.6780999898910522,0.7336000204086304,0.04580000042915344,-0.6780999898910522,0.7336000204086304,-0.041099999099969864,-0.8474000096321106,0.5293999910354614,-0.041099999099969864,-0.8474000096321106,0.5293999910354614,-0.041099999099969864,-0.8474000096321106,0.5293999910354614,-0.9793999791145325,0.19550000131130219,-0.051100000739097595,-0.9793999791145325,0.19550000131130219,-0.051100000739097595,-0.9793999791145325,0.19550000131130219,-0.051100000739097595,0.05620000138878822,0.7027999758720398,-0.7092000246047974,0.05620000138878822,0.7027999758720398,-0.7092000246047974,0.05620000138878822,0.7027999758720398,-0.7092000246047974,0.9315999746322632,0.014100000262260437,-0.36329999566078186,0.9315999746322632,0.014100000262260437,-0.36329999566078186,0.9315999746322632,0.014100000262260437,-0.36329999566078186,0.9399999976158142,0.22679999470710754,-0.2547999918460846,0.9399999976158142,0.22679999470710754,-0.2547999918460846,0.9399999976158142,0.22679999470710754,-0.2547999918460846,-0.11420000344514847,-0.8762000203132629,0.4681999981403351,-0.11420000344514847,-0.8762000203132629,0.4681999981403351,-0.11420000344514847,-0.8762000203132629,0.4681999981403351,0.08129999786615372,0.9674000144004822,-0.23980000615119934,0.08129999786615372,0.9674000144004822,-0.23980000615119934,0.08129999786615372,0.9674000144004822,-0.23980000615119934,0.3700000047683716,-0.6710000038146973,0.6424999833106995,0.3700000047683716,-0.6710000038146973,0.6424999833106995,0.3700000047683716,-0.6710000038146973,0.6424999833106995,-0.9711999893188477,-0.09740000218153,0.2175000011920929,-0.9711999893188477,-0.09740000218153,0.2175000011920929,-0.9711999893188477,-0.09740000218153,0.2175000011920929,-0.8723999857902527,-0.48730000853538513,-0.03819999843835831,-0.8723999857902527,-0.48730000853538513,-0.03819999843835831,-0.8723999857902527,-0.48730000853538513,-0.03819999843835831,0.7773000001907349,0.6061000227928162,0.1688999980688095,0.7773000001907349,0.6061000227928162,0.1688999980688095,0.7773000001907349,0.6061000227928162,0.1688999980688095,-0.11460000276565552,0.9930999875068665,-0.025699999183416367,-0.11460000276565552,0.9930999875068665,-0.025699999183416367,-0.11460000276565552,0.9930999875068665,-0.025699999183416367,0.7268000245094299,0.6632000207901001,-0.1784999966621399,0.7268000245094299,0.6632000207901001,-0.1784999966621399,0.7268000245094299,0.6632000207901001,-0.1784999966621399,0.28220000863075256,0.906000018119812,0.31540000438690186,0.28220000863075256,0.906000018119812,0.31540000438690186,0.28220000863075256,0.906000018119812,0.31540000438690186,0.49000000953674316,0.8104000091552734,0.32109999656677246,0.49000000953674316,0.8104000091552734,0.32109999656677246,0.49000000953674316,0.8104000091552734,0.32109999656677246,-0.8373000025749207,-0.210099995136261,-0.504800021648407,-0.8373000025749207,-0.210099995136261,-0.504800021648407,-0.8373000025749207,-0.210099995136261,-0.504800021648407,-0.2736000120639801,0.17579999566078186,0.9455999732017517,-0.2736000120639801,0.17579999566078186,0.9455999732017517,-0.2736000120639801,0.17579999566078186,0.9455999732017517,0.11349999904632568,0.9207000136375427,-0.3732999861240387,0.11349999904632568,0.9207000136375427,-0.3732999861240387,0.11349999904632568,0.9207000136375427,-0.3732999861240387,-0.3921999931335449,0.8036999702453613,0.44749999046325684,-0.3921999931335449,0.8036999702453613,0.44749999046325684,-0.3921999931335449,0.8036999702453613,0.44749999046325684,-0.6473000049591064,-0.6420000195503235,0.4108999967575073,-0.6473000049591064,-0.6420000195503235,0.4108999967575073,-0.6473000049591064,-0.6420000195503235,0.4108999967575073,0.6791999936103821,0.6306999921798706,-0.37529999017715454,0.6791999936103821,0.6306999921798706,-0.37529999017715454,0.6791999936103821,0.6306999921798706,-0.37529999017715454,-0.7750999927520752,-0.5406000018119812,0.32710000872612,-0.7750999927520752,-0.5406000018119812,0.32710000872612,-0.7750999927520752,-0.5406000018119812,0.32710000872612,-0.5130000114440918,0.8521999716758728,-0.10289999842643738,-0.5130000114440918,0.8521999716758728,-0.10289999842643738,-0.5130000114440918,0.8521999716758728,-0.10289999842643738,-0.927299976348877,-0.3677000105381012,0.07029999792575836,-0.927299976348877,-0.3677000105381012,0.07029999792575836,-0.927299976348877,-0.3677000105381012,0.07029999792575836,-0.10580000281333923,-0.35760000348091125,0.9279000163078308,-0.10580000281333923,-0.35760000348091125,0.9279000163078308,-0.10580000281333923,-0.35760000348091125,0.9279000163078308,-0.2125999927520752,0.8654000163078308,-0.4537999927997589,-0.2125999927520752,0.8654000163078308,-0.4537999927997589,-0.2125999927520752,0.8654000163078308,-0.4537999927997589,-0.30880001187324524,0.9354000091552734,-0.17219999432563782,-0.30880001187324524,0.9354000091552734,-0.17219999432563782,-0.30880001187324524,0.9354000091552734,-0.17219999432563782,0.0640999972820282,0.9366000294685364,-0.34439998865127563,0.0640999972820282,0.9366000294685364,-0.34439998865127563,0.0640999972820282,0.9366000294685364,-0.34439998865127563,-0.16910000145435333,0.5264999866485596,-0.8331999778747559,-0.16910000145435333,0.5264999866485596,-0.8331999778747559,-0.16910000145435333,0.5264999866485596,-0.8331999778747559,0.46540001034736633,0.3614000082015991,0.8079000115394592,0.46540001034736633,0.3614000082015991,0.8079000115394592,0.46540001034736633,0.3614000082015991,0.8079000115394592,0.40470001101493835,0.43479999899864197,-0.8044999837875366,0.40470001101493835,0.43479999899864197,-0.8044999837875366,0.40470001101493835,0.43479999899864197,-0.8044999837875366,0.9731000065803528,0.21809999644756317,0.07460000365972519,0.9731000065803528,0.21809999644756317,0.07460000365972519,0.9731000065803528,0.21809999644756317,0.07460000365972519,-0.8709999918937683,-0.18289999663829803,0.45590001344680786,-0.8709999918937683,-0.18289999663829803,0.45590001344680786,-0.8709999918937683,-0.18289999663829803,0.45590001344680786,-0.7882000207901001,0.5809000134468079,0.20340000092983246,-0.7882000207901001,0.5809000134468079,0.20340000092983246,-0.7882000207901001,0.5809000134468079,0.20340000092983246,0.8046000003814697,0.5809999704360962,0.12269999831914902,0.8046000003814697,0.5809999704360962,0.12269999831914902,0.8046000003814697,0.5809999704360962,0.12269999831914902,-0.6491000056266785,-0.6549000144004822,-0.3869999945163727,-0.6491000056266785,-0.6549000144004822,-0.3869999945163727,-0.6491000056266785,-0.6549000144004822,-0.3869999945163727,0.9535999894142151,0.24789999425411224,0.17080000042915344,0.9535999894142151,0.24789999425411224,0.17080000042915344,0.9535999894142151,0.24789999425411224,0.17080000042915344,0.43869999051094055,-0.1535000056028366,-0.8853999972343445,0.43869999051094055,-0.1535000056028366,-0.8853999972343445,0.43869999051094055,-0.1535000056028366,-0.8853999972343445,-0.815500020980835,0.14020000398159027,-0.5615000128746033,-0.815500020980835,0.14020000398159027,-0.5615000128746033,-0.815500020980835,0.14020000398159027,-0.5615000128746033,-0.7814000248908997,-0.5907999873161316,-0.20069999992847443,-0.7814000248908997,-0.5907999873161316,-0.20069999992847443,-0.7814000248908997,-0.5907999873161316,-0.20069999992847443,-0.6978999972343445,0.6743000149726868,0.24140000343322754,-0.6978999972343445,0.6743000149726868,0.24140000343322754,-0.6978999972343445,0.6743000149726868,0.24140000343322754,-0.1662999987602234,-0.7190999984741211,0.6747000217437744,-0.1662999987602234,-0.7190999984741211,0.6747000217437744,-0.1662999987602234,-0.7190999984741211,0.6747000217437744,-0.8586000204086304,-0.43560001254081726,0.2703999876976013,-0.8586000204086304,-0.43560001254081726,0.2703999876976013,-0.8586000204086304,-0.43560001254081726,0.2703999876976013,0.8547999858856201,0.34049999713897705,-0.3917999863624573,0.8547999858856201,0.34049999713897705,-0.3917999863624573,0.8547999858856201,0.34049999713897705,-0.3917999863624573,-0.36039999127388,-0.9262999892234802,-0.10999999940395355,-0.36039999127388,-0.9262999892234802,-0.10999999940395355,-0.36039999127388,-0.9262999892234802,-0.10999999940395355,0.3231000006198883,-0.2770000100135803,0.9049000144004822,0.3231000006198883,-0.2770000100135803,0.9049000144004822,0.3231000006198883,-0.2770000100135803,0.9049000144004822,0.06970000267028809,0.41519999504089355,-0.9071000218391418,0.06970000267028809,0.41519999504089355,-0.9071000218391418,0.06970000267028809,0.41519999504089355,-0.9071000218391418,-0.9347000122070312,0.3370000123977661,0.11270000040531158,-0.9347000122070312,0.3370000123977661,0.11270000040531158,-0.9347000122070312,0.3370000123977661,0.11270000040531158,-0.11779999732971191,-0.9929999709129333,0.007300000172108412,-0.11779999732971191,-0.9929999709129333,0.007300000172108412,-0.11779999732971191,-0.9929999709129333,0.007300000172108412,0.30649998784065247,-0.8197000026702881,0.4839000105857849,0.30649998784065247,-0.8197000026702881,0.4839000105857849,0.30649998784065247,-0.8197000026702881,0.4839000105857849,-0.925000011920929,0.23440000414848328,0.29899999499320984,-0.925000011920929,0.23440000414848328,0.29899999499320984,-0.925000011920929,0.23440000414848328,0.29899999499320984,0.5327000021934509,-0.7146999835968018,0.45329999923706055,0.5327000021934509,-0.7146999835968018,0.45329999923706055,0.5327000021934509,-0.7146999835968018,0.45329999923706055,0.7526999711990356,0.10970000177621841,0.6492000222206116,0.7526999711990356,0.10970000177621841,0.6492000222206116,0.7526999711990356,0.10970000177621841,0.6492000222206116,-0.29840001463890076,0.9283999800682068,-0.22130000591278076,-0.29840001463890076,0.9283999800682068,-0.22130000591278076,-0.29840001463890076,0.9283999800682068,-0.22130000591278076,0.7908999919891357,0.5979999899864197,-0.13009999692440033,0.7908999919891357,0.5979999899864197,-0.13009999692440033,0.7908999919891357,0.5979999899864197,-0.13009999692440033,-0.9441999793052673,-0.13830000162124634,0.298799991607666,-0.9441999793052673,-0.13830000162124634,0.298799991607666,-0.9441999793052673,-0.13830000162124634,0.298799991607666,0.1565999984741211,0.7141000032424927,0.6822999715805054,0.1565999984741211,0.7141000032424927,0.6822999715805054,0.1565999984741211,0.7141000032424927,0.6822999715805054,0.6304000020027161,0.5389000177383423,-0.5587999820709229,0.6304000020027161,0.5389000177383423,-0.5587999820709229,0.6304000020027161,0.5389000177383423,-0.5587999820709229,-0.3752000033855438,0.8012999892234802,0.4661000072956085,-0.3752000033855438,0.8012999892234802,0.4661000072956085,-0.3752000033855438,0.8012999892234802,0.4661000072956085,-0.05779999867081642,-0.38190001249313354,-0.9223999977111816,-0.05779999867081642,-0.38190001249313354,-0.9223999977111816,-0.05779999867081642,-0.38190001249313354,-0.9223999977111816,0.9868999719619751,-0.1200999990105629,-0.10750000178813934,0.9868999719619751,-0.1200999990105629,-0.10750000178813934,0.9868999719619751,-0.1200999990105629,-0.10750000178813934,-0.5299999713897705,-0.18050000071525574,0.8285999894142151,-0.5299999713897705,-0.18050000071525574,0.8285999894142151,-0.5299999713897705,-0.18050000071525574,0.8285999894142151,0.5386999845504761,-0.3012999892234802,-0.7868000268936157,0.5386999845504761,-0.3012999892234802,-0.7868000268936157,0.5386999845504761,-0.3012999892234802,-0.7868000268936157,0.796999990940094,0.5648999810218811,0.21379999816417694,0.796999990940094,0.5648999810218811,0.21379999816417694,0.796999990940094,0.5648999810218811,0.21379999816417694,0.7172999978065491,0.689300000667572,0.1014999970793724,0.7172999978065491,0.689300000667572,0.1014999970793724,0.7172999978065491,0.689300000667572,0.1014999970793724,0.7013000249862671,-0.7128000259399414,-0.011500000022351742,0.7013000249862671,-0.7128000259399414,-0.011500000022351742,0.7013000249862671,-0.7128000259399414,-0.011500000022351742,-0.10620000213384628,-0.9843000173568726,0.14079999923706055,-0.10620000213384628,-0.9843000173568726,0.14079999923706055,-0.10620000213384628,-0.9843000173568726,0.14079999923706055,0.9919000267982483,0.08129999786615372,0.09740000218153,0.9919000267982483,0.08129999786615372,0.09740000218153,0.9919000267982483,0.08129999786615372,0.09740000218153,-0.9889000058174133,-0.05339999869465828,-0.13830000162124634,-0.9889000058174133,-0.05339999869465828,-0.13830000162124634,-0.9889000058174133,-0.05339999869465828,-0.13830000162124634,0.1851000040769577,0.9538999795913696,0.23639999330043793,0.1851000040769577,0.9538999795913696,0.23639999330043793,0.1851000040769577,0.9538999795913696,0.23639999330043793,-0.10220000147819519,0.9477999806404114,-0.3021000027656555,-0.10220000147819519,0.9477999806404114,-0.3021000027656555,-0.10220000147819519,0.9477999806404114,-0.3021000027656555,-0.9678999781608582,-0.20990000665187836,0.13809999823570251,-0.9678999781608582,-0.20990000665187836,0.13809999823570251,-0.9678999781608582,-0.20990000665187836,0.13809999823570251,0.0203000009059906,-0.17329999804496765,0.9847000241279602,0.0203000009059906,-0.17329999804496765,0.9847000241279602,0.0203000009059906,-0.17329999804496765,0.9847000241279602,0.7195000052452087,0.6330000162124634,-0.2858000099658966,0.7195000052452087,0.6330000162124634,-0.2858000099658966,0.7195000052452087,0.6330000162124634,-0.2858000099658966,-0.597100019454956,-0.7621999979019165,-0.2500999867916107,-0.597100019454956,-0.7621999979019165,-0.2500999867916107,-0.597100019454956,-0.7621999979019165,-0.2500999867916107,-0.781000018119812,0.29510000348091125,0.5504000186920166,-0.781000018119812,0.29510000348091125,0.5504000186920166,-0.781000018119812,0.29510000348091125,0.5504000186920166,0.16760000586509705,0.6902999877929688,-0.7038999795913696,0.16760000586509705,0.6902999877929688,-0.7038999795913696,0.16760000586509705,0.6902999877929688,-0.7038999795913696,-0.654699981212616,-0.7178000211715698,0.23690000176429749,-0.654699981212616,-0.7178000211715698,0.23690000176429749,-0.654699981212616,-0.7178000211715698,0.23690000176429749,0.534600019454956,0.007600000128149986,-0.8450999855995178,0.534600019454956,0.007600000128149986,-0.8450999855995178,0.534600019454956,0.007600000128149986,-0.8450999855995178,0.7336000204086304,-0.5408999919891357,0.41130000352859497,0.7336000204086304,-0.5408999919891357,0.41130000352859497,0.7336000204086304,-0.5408999919891357,0.41130000352859497,0.026200000196695328,0.17739999294281006,-0.9837999939918518,0.026200000196695328,0.17739999294281006,-0.9837999939918518,0.026200000196695328,0.17739999294281006,-0.9837999939918518,0.8281999826431274,0.5597000122070312,-0.029400000348687172,0.8281999826431274,0.5597000122070312,-0.029400000348687172,0.8281999826431274,0.5597000122070312,-0.029400000348687172,-0.8914999961853027,-0.34220001101493835,-0.296999990940094,-0.8914999961853027,-0.34220001101493835,-0.296999990940094,-0.8914999961853027,-0.34220001101493835,-0.296999990940094,-0.9556999802589417,-0.28949999809265137,-0.05429999902844429,-0.9556999802589417,-0.28949999809265137,-0.05429999902844429,-0.9556999802589417,-0.28949999809265137,-0.05429999902844429,-0.33489999175071716,0.020600000396370888,0.9419999718666077,-0.33489999175071716,0.020600000396370888,0.9419999718666077,-0.33489999175071716,0.020600000396370888,0.9419999718666077,-0.49390000104904175,0.8629000186920166,0.10679999738931656,-0.49390000104904175,0.8629000186920166,0.10679999738931656,-0.49390000104904175,0.8629000186920166,0.10679999738931656,0.6450999975204468,0.31380000710487366,-0.6966999769210815,0.6450999975204468,0.31380000710487366,-0.6966999769210815,0.6450999975204468,0.31380000710487366,-0.6966999769210815,0.5494999885559082,-0.7894999980926514,-0.2732999920845032,0.5494999885559082,-0.7894999980926514,-0.2732999920845032,0.5494999885559082,-0.7894999980926514,-0.2732999920845032,0.9225000143051147,0.29019999504089355,-0.25450000166893005,0.9225000143051147,0.29019999504089355,-0.25450000166893005,0.9225000143051147,0.29019999504089355,-0.25450000166893005,-0.6057999730110168,-0.6302000284194946,0.48559999465942383,-0.6057999730110168,-0.6302000284194946,0.48559999465942383,-0.6057999730110168,-0.6302000284194946,0.48559999465942383,-0.8765000104904175,-0.009700000286102295,-0.4814000129699707,-0.8765000104904175,-0.009700000286102295,-0.4814000129699707,-0.8765000104904175,-0.009700000286102295,-0.4814000129699707,-0.03400000184774399,0.895799994468689,-0.4431999921798706,-0.03400000184774399,0.895799994468689,-0.4431999921798706,-0.03400000184774399,0.895799994468689,-0.4431999921798706,0.5266000032424927,0.5196999907493591,-0.6728000044822693,0.5266000032424927,0.5196999907493591,-0.6728000044822693,0.5266000032424927,0.5196999907493591,-0.6728000044822693,-0.7491999864578247,-0.4366999864578247,0.49810001254081726,-0.7491999864578247,-0.4366999864578247,0.49810001254081726,-0.7491999864578247,-0.4366999864578247,0.49810001254081726,0.9840999841690063,-0.06880000233650208,0.1639000028371811,0.9840999841690063,-0.06880000233650208,0.1639000028371811,0.9840999841690063,-0.06880000233650208,0.1639000028371811,0.23639999330043793,-0.9115999937057495,0.3361999988555908,0.23639999330043793,-0.9115999937057495,0.3361999988555908,0.23639999330043793,-0.9115999937057495,0.3361999988555908,-0.8697999715805054,-0.4036000072956085,0.28380000591278076,-0.8697999715805054,-0.4036000072956085,0.28380000591278076,-0.8697999715805054,-0.4036000072956085,0.28380000591278076,0.7544000148773193,0.2777000069618225,0.5946999788284302,0.7544000148773193,0.2777000069618225,0.5946999788284302,0.7544000148773193,0.2777000069618225,0.5946999788284302,-0.12549999356269836,0.3750999867916107,-0.91839998960495,-0.12549999356269836,0.3750999867916107,-0.91839998960495,-0.12549999356269836,0.3750999867916107,-0.91839998960495,-0.48559999465942383,-0.5214999914169312,-0.7016000151634216,-0.48559999465942383,-0.5214999914169312,-0.7016000151634216,-0.48559999465942383,-0.5214999914169312,-0.7016000151634216,-0.8546000123023987,0.08489999920129776,0.5123000144958496,-0.8546000123023987,0.08489999920129776,0.5123000144958496,-0.8546000123023987,0.08489999920129776,0.5123000144958496,-0.4494999945163727,0.19550000131130219,-0.8715999722480774,-0.4494999945163727,0.19550000131130219,-0.8715999722480774,-0.4494999945163727,0.19550000131130219,-0.8715999722480774,0.02319999970495701,0.9169999957084656,-0.3982999920845032,0.02319999970495701,0.9169999957084656,-0.3982999920845032,0.02319999970495701,0.9169999957084656,-0.3982999920845032,0.7128999829292297,0.34130001068115234,-0.6126000285148621,0.7128999829292297,0.34130001068115234,-0.6126000285148621,0.7128999829292297,0.34130001068115234,-0.6126000285148621,0.8084999918937683,-0.5490000247955322,0.21220000088214874,0.8084999918937683,-0.5490000247955322,0.21220000088214874,0.8084999918937683,-0.5490000247955322,0.21220000088214874,-0.6409000158309937,0.6473000049591064,-0.41269999742507935,-0.6409000158309937,0.6473000049591064,-0.41269999742507935,-0.6409000158309937,0.6473000049591064,-0.41269999742507935,0.13459999859333038,-0.3253999948501587,0.9358999729156494,0.13459999859333038,-0.3253999948501587,0.9358999729156494,0.13459999859333038,-0.3253999948501587,0.9358999729156494,0.8939999938011169,0.37860000133514404,-0.23980000615119934,0.8939999938011169,0.37860000133514404,-0.23980000615119934,0.8939999938011169,0.37860000133514404,-0.23980000615119934,-0.8894000053405762,0.2651999890804291,0.37229999899864197,-0.8894000053405762,0.2651999890804291,0.37229999899864197,-0.8894000053405762,0.2651999890804291,0.37229999899864197,0.9422000050544739,0.01850000023841858,-0.3345000147819519,0.9422000050544739,0.01850000023841858,-0.3345000147819519,0.9422000050544739,0.01850000023841858,-0.3345000147819519,-0.6022999882698059,-0.5023000240325928,-0.6204000115394592,-0.6022999882698059,-0.5023000240325928,-0.6204000115394592,-0.6022999882698059,-0.5023000240325928,-0.6204000115394592,-0.8551999926567078,0.43529999256134033,-0.28130000829696655,-0.8551999926567078,0.43529999256134033,-0.28130000829696655,-0.8551999926567078,0.43529999256134033,-0.28130000829696655,0.8377000093460083,0.40130001306533813,0.37040001153945923,0.8377000093460083,0.40130001306533813,0.37040001153945923,0.8377000093460083,0.40130001306533813,0.37040001153945923,-0.05079999938607216,-0.9531000256538391,0.29829999804496765,-0.05079999938607216,-0.9531000256538391,0.29829999804496765,-0.05079999938607216,-0.9531000256538391,0.29829999804496765,0.10490000247955322,0.8481000065803528,-0.5194000005722046,0.10490000247955322,0.8481000065803528,-0.5194000005722046,0.10490000247955322,0.8481000065803528,-0.5194000005722046,0.19009999930858612,-0.7849000096321106,0.5896999835968018,0.19009999930858612,-0.7849000096321106,0.5896999835968018,0.19009999930858612,-0.7849000096321106,0.5896999835968018,0.06549999862909317,0.9078999757766724,-0.4140999913215637,0.06549999862909317,0.9078999757766724,-0.4140999913215637,0.06549999862909317,0.9078999757766724,-0.4140999913215637,-0.3425000011920929,0.7506999969482422,-0.5648999810218811,-0.3425000011920929,0.7506999969482422,-0.5648999810218811,-0.3425000011920929,0.7506999969482422,-0.5648999810218811,-0.44760000705718994,0.7710999846458435,0.4528000056743622,-0.44760000705718994,0.7710999846458435,0.4528000056743622,-0.44760000705718994,0.7710999846458435,0.4528000056743622,-0.6606000065803528,-0.24940000474452972,-0.7081000208854675,-0.6606000065803528,-0.24940000474452972,-0.7081000208854675,-0.6606000065803528,-0.24940000474452972,-0.7081000208854675,-0.8736000061035156,0.004699999932199717,-0.48660001158714294,-0.8736000061035156,0.004699999932199717,-0.48660001158714294,-0.8736000061035156,0.004699999932199717,-0.48660001158714294,0.15469999611377716,-0.9871000051498413,0.0414000004529953,0.15469999611377716,-0.9871000051498413,0.0414000004529953,0.15469999611377716,-0.9871000051498413,0.0414000004529953,-0.6230000257492065,0.7555999755859375,-0.20239999890327454,-0.6230000257492065,0.7555999755859375,-0.20239999890327454,-0.6230000257492065,0.7555999755859375,-0.20239999890327454,-0.9474999904632568,-0.2874999940395355,-0.13979999721050262,-0.9474999904632568,-0.2874999940395355,-0.13979999721050262,-0.9474999904632568,-0.2874999940395355,-0.13979999721050262,0.5577999949455261,-0.7653999924659729,0.32100000977516174,0.5577999949455261,-0.7653999924659729,0.32100000977516174,0.5577999949455261,-0.7653999924659729,0.32100000977516174,-0.31610000133514404,-0.21320000290870667,0.9244999885559082,-0.31610000133514404,-0.21320000290870667,0.9244999885559082,-0.31610000133514404,-0.21320000290870667,0.9244999885559082,0.051899999380111694,-0.9861000180244446,0.15780000388622284,0.051899999380111694,-0.9861000180244446,0.15780000388622284,0.051899999380111694,-0.9861000180244446,0.15780000388622284,-0.3312000036239624,-0.3109999895095825,0.8907999992370605,-0.3312000036239624,-0.3109999895095825,0.8907999992370605,-0.3312000036239624,-0.3109999895095825,0.8907999992370605,0.6784999966621399,0.32899999618530273,0.6567999720573425,0.6784999966621399,0.32899999618530273,0.6567999720573425,0.6784999966621399,0.32899999618530273,0.6567999720573425,-0.15240000188350677,0.43970000743865967,-0.8851000070571899,-0.15240000188350677,0.43970000743865967,-0.8851000070571899,-0.15240000188350677,0.43970000743865967,-0.8851000070571899,0.9639000296592712,-0.21690000593662262,0.1543000042438507,0.9639000296592712,-0.21690000593662262,0.1543000042438507,0.9639000296592712,-0.21690000593662262,0.1543000042438507,0.2971999943256378,-0.9526000022888184,-0.06459999829530716,0.2971999943256378,-0.9526000022888184,-0.06459999829530716,0.2971999943256378,-0.9526000022888184,-0.06459999829530716,-0.5723999738693237,0.5015000104904175,0.6488000154495239,-0.5723999738693237,0.5015000104904175,0.6488000154495239,-0.5723999738693237,0.5015000104904175,0.6488000154495239,0.9362999796867371,-0.021700000390410423,-0.35040000081062317,0.9362999796867371,-0.021700000390410423,-0.35040000081062317,0.9362999796867371,-0.021700000390410423,-0.35040000081062317,0.8098999857902527,-0.32580000162124634,0.4878000020980835,0.8098999857902527,-0.32580000162124634,0.4878000020980835,0.8098999857902527,-0.32580000162124634,0.4878000020980835,0.27570000290870667,0.3700999915599823,-0.8870999813079834,0.27570000290870667,0.3700999915599823,-0.8870999813079834,0.27570000290870667,0.3700999915599823,-0.8870999813079834,0.8629000186920166,0.46389999985694885,-0.20059999823570251,0.8629000186920166,0.46389999985694885,-0.20059999823570251,0.8629000186920166,0.46389999985694885,-0.20059999823570251,-0.6711000204086304,-0.4690000116825104,0.5741999745368958,-0.6711000204086304,-0.4690000116825104,0.5741999745368958,-0.6711000204086304,-0.4690000116825104,0.5741999745368958,-0.2985999882221222,-0.1265999972820282,-0.945900022983551,-0.2985999882221222,-0.1265999972820282,-0.945900022983551,-0.2985999882221222,-0.1265999972820282,-0.945900022983551,0.41519999504089355,0.2881999909877777,-0.8629000186920166,0.41519999504089355,0.2881999909877777,-0.8629000186920166,0.41519999504089355,0.2881999909877777,-0.8629000186920166,-0.9337999820709229,0.32280001044273376,0.1543000042438507,-0.9337999820709229,0.32280001044273376,0.1543000042438507,-0.9337999820709229,0.32280001044273376,0.1543000042438507,-0.024900000542402267,-0.2953999936580658,-0.9550999999046326,-0.024900000542402267,-0.2953999936580658,-0.9550999999046326,-0.024900000542402267,-0.2953999936580658,-0.9550999999046326,-0.24719999730587006,0.6402999758720398,0.7272999882698059,-0.24719999730587006,0.6402999758720398,0.7272999882698059,-0.24719999730587006,0.6402999758720398,0.7272999882698059,-0.7950999736785889,0.29899999499320984,-0.5275999903678894,-0.7950999736785889,0.29899999499320984,-0.5275999903678894,-0.7950999736785889,0.29899999499320984,-0.5275999903678894,0.6121000051498413,0.18619999289512634,-0.7685999870300293,0.6121000051498413,0.18619999289512634,-0.7685999870300293,0.6121000051498413,0.18619999289512634,-0.7685999870300293,-0.49320000410079956,0.774399995803833,0.3962000012397766,-0.49320000410079956,0.774399995803833,0.3962000012397766,-0.49320000410079956,0.774399995803833,0.3962000012397766,-0.6254000067710876,0.4823000133037567,-0.6133999824523926,-0.6254000067710876,0.4823000133037567,-0.6133999824523926,-0.6254000067710876,0.4823000133037567,-0.6133999824523926,0.7946000099182129,0.24130000174045563,-0.557200014591217,0.7946000099182129,0.24130000174045563,-0.557200014591217,0.7946000099182129,0.24130000174045563,-0.557200014591217,0.4636000096797943,0.6808000206947327,-0.5670999884605408,0.4636000096797943,0.6808000206947327,-0.5670999884605408,0.4636000096797943,0.6808000206947327,-0.5670999884605408,-0.15139999985694885,-0.7279999852180481,0.6686000227928162,-0.15139999985694885,-0.7279999852180481,0.6686000227928162,-0.15139999985694885,-0.7279999852180481,0.6686000227928162,0.7583000063896179,-0.6082000136375427,-0.23469999432563782,0.7583000063896179,-0.6082000136375427,-0.23469999432563782,0.7583000063896179,-0.6082000136375427,-0.23469999432563782,-0.019999999552965164,-0.84170001745224,-0.5396000146865845,-0.019999999552965164,-0.84170001745224,-0.5396000146865845,-0.019999999552965164,-0.84170001745224,-0.5396000146865845,0.8691999912261963,0.2257000058889389,0.4399999976158142,0.8691999912261963,0.2257000058889389,0.4399999976158142,0.8691999912261963,0.2257000058889389,0.4399999976158142,0.08630000054836273,-0.17960000038146973,0.9799000024795532,0.08630000054836273,-0.17960000038146973,0.9799000024795532,0.08630000054836273,-0.17960000038146973,0.9799000024795532,-0.19499999284744263,-0.9063000082969666,0.375,-0.19499999284744263,-0.9063000082969666,0.375,-0.19499999284744263,-0.9063000082969666,0.375,-0.2567000091075897,0.8015999794006348,-0.539900004863739,-0.2567000091075897,0.8015999794006348,-0.539900004863739,-0.2567000091075897,0.8015999794006348,-0.539900004863739,-0.8521000146865845,0.5005000233650208,-0.15279999375343323,-0.8521000146865845,0.5005000233650208,-0.15279999375343323,-0.8521000146865845,0.5005000233650208,-0.15279999375343323,0.06109999865293503,0.9980999827384949,-0.010200000368058681,0.06109999865293503,0.9980999827384949,-0.010200000368058681,0.06109999865293503,0.9980999827384949,-0.010200000368058681,-0.38100001215934753,0.9222999811172485,-0.06469999998807907,-0.38100001215934753,0.9222999811172485,-0.06469999998807907,-0.38100001215934753,0.9222999811172485,-0.06469999998807907,0.9332000017166138,-0.04910000041127205,-0.35600000619888306,0.9332000017166138,-0.04910000041127205,-0.35600000619888306,0.9332000017166138,-0.04910000041127205,-0.35600000619888306,0.1647000014781952,0.7114999890327454,-0.6830999851226807,0.1647000014781952,0.7114999890327454,-0.6830999851226807,0.1647000014781952,0.7114999890327454,-0.6830999851226807,-0.08959999680519104,0.1362999975681305,0.9865999817848206,-0.08959999680519104,0.1362999975681305,0.9865999817848206,-0.08959999680519104,0.1362999975681305,0.9865999817848206,0.8779000043869019,-0.39100000262260437,-0.27630001306533813,0.8779000043869019,-0.39100000262260437,-0.27630001306533813,0.8779000043869019,-0.39100000262260437,-0.27630001306533813,-0.8438000082969666,0.12639999389648438,-0.5216000080108643,-0.8438000082969666,0.12639999389648438,-0.5216000080108643,-0.8438000082969666,0.12639999389648438,-0.5216000080108643,-0.6843000054359436,0.7225000262260437,0.09870000183582306,-0.6843000054359436,0.7225000262260437,0.09870000183582306,-0.6843000054359436,0.7225000262260437,0.09870000183582306,0.7839000225067139,0.003000000026077032,-0.6208999752998352,0.7839000225067139,0.003000000026077032,-0.6208999752998352,0.7839000225067139,0.003000000026077032,-0.6208999752998352,-0.9458000063896179,-0.1915999948978424,-0.2619999945163727,-0.9458000063896179,-0.1915999948978424,-0.2619999945163727,-0.9458000063896179,-0.1915999948978424,-0.2619999945163727,-0.4023999869823456,-0.7117000222206116,-0.5758000016212463,-0.4023999869823456,-0.7117000222206116,-0.5758000016212463,-0.4023999869823456,-0.7117000222206116,-0.5758000016212463,0.35910001397132874,0.7275999784469604,0.5845000147819519,0.35910001397132874,0.7275999784469604,0.5845000147819519,0.35910001397132874,0.7275999784469604,0.5845000147819519,-0.3366999924182892,-0.47940000891685486,0.8105000257492065,-0.3366999924182892,-0.47940000891685486,0.8105000257492065,-0.3366999924182892,-0.47940000891685486,0.8105000257492065,0.9456999897956848,-0.29910001158714294,-0.12690000236034393,0.9456999897956848,-0.29910001158714294,-0.12690000236034393,0.9456999897956848,-0.29910001158714294,-0.12690000236034393,-0.02070000022649765,0.9243999719619751,0.3808000087738037,-0.02070000022649765,0.9243999719619751,0.3808000087738037,-0.02070000022649765,0.9243999719619751,0.3808000087738037,-0.04809999838471413,-0.1535000056028366,0.9869999885559082,-0.04809999838471413,-0.1535000056028366,0.9869999885559082,-0.04809999838471413,-0.1535000056028366,0.9869999885559082,0.19580000638961792,-0.18359999358654022,0.9632999897003174,0.19580000638961792,-0.18359999358654022,0.9632999897003174,0.19580000638961792,-0.18359999358654022,0.9632999897003174,0.1687999963760376,0.6565999984741211,-0.7350999712944031,0.1687999963760376,0.6565999984741211,-0.7350999712944031,0.1687999963760376,0.6565999984741211,-0.7350999712944031,-0.9061999917030334,0.4081999957561493,-0.11050000041723251,-0.9061999917030334,0.4081999957561493,-0.11050000041723251,-0.9061999917030334,0.4081999957561493,-0.11050000041723251,0.02250000089406967,-0.9397000074386597,0.3411000072956085,0.02250000089406967,-0.9397000074386597,0.3411000072956085,0.02250000089406967,-0.9397000074386597,0.3411000072956085,0.5382999777793884,0.8414999842643738,-0.045899998396635056,0.5382999777793884,0.8414999842643738,-0.045899998396635056,0.5382999777793884,0.8414999842643738,-0.045899998396635056,0.7426999807357788,0.66839998960495,-0.04050000011920929,0.7426999807357788,0.66839998960495,-0.04050000011920929,0.7426999807357788,0.66839998960495,-0.04050000011920929,-0.7993000149726868,0.6000000238418579,-0.0340999998152256,-0.7993000149726868,0.6000000238418579,-0.0340999998152256,-0.7993000149726868,0.6000000238418579,-0.0340999998152256,0.3668000102043152,0.925000011920929,0.09929999709129333,0.3668000102043152,0.925000011920929,0.09929999709129333,0.3668000102043152,0.925000011920929,0.09929999709129333,0.6190000176429749,-0.31859999895095825,0.7178999781608582,0.6190000176429749,-0.31859999895095825,0.7178999781608582,0.6190000176429749,-0.31859999895095825,0.7178999781608582,-0.20749999582767487,0.7531999945640564,-0.6241999864578247,-0.20749999582767487,0.7531999945640564,-0.6241999864578247,-0.20749999582767487,0.7531999945640564,-0.6241999864578247,-0.7128999829292297,0.6941999793052673,-0.09880000352859497,-0.7128999829292297,0.6941999793052673,-0.09880000352859497,-0.7128999829292297,0.6941999793052673,-0.09880000352859497,0.21060000360012054,0.6850000023841858,-0.6974999904632568,0.21060000360012054,0.6850000023841858,-0.6974999904632568,0.21060000360012054,0.6850000023841858,-0.6974999904632568,0.3127000033855438,-0.49050000309944153,0.8133999705314636,0.3127000033855438,-0.49050000309944153,0.8133999705314636,0.3127000033855438,-0.49050000309944153,0.8133999705314636,0.03889999911189079,-0.2797999978065491,-0.9592999815940857,0.03889999911189079,-0.2797999978065491,-0.9592999815940857,0.03889999911189079,-0.2797999978065491,-0.9592999815940857,0.4602999985218048,0.8877999782562256,0.0007999999797903001,0.4602999985218048,0.8877999782562256,0.0007999999797903001,0.4602999985218048,0.8877999782562256,0.0007999999797903001,-0.06159999966621399,-0.9879000186920166,-0.14259999990463257,-0.06159999966621399,-0.9879000186920166,-0.14259999990463257,-0.06159999966621399,-0.9879000186920166,-0.14259999990463257,0.609499990940094,0.22259999811649323,0.7609000205993652,0.609499990940094,0.22259999811649323,0.7609000205993652,0.609499990940094,0.22259999811649323,0.7609000205993652,0.8198000192642212,0.5685999989509583,-0.06809999793767929,0.8198000192642212,0.5685999989509583,-0.06809999793767929,0.8198000192642212,0.5685999989509583,-0.06809999793767929,-0.9940999746322632,0.10700000077486038,0.016100000590085983,-0.9940999746322632,0.10700000077486038,0.016100000590085983,-0.9940999746322632,0.10700000077486038,0.016100000590085983,0.8026999831199646,0.012400000356137753,0.5961999893188477,0.8026999831199646,0.012400000356137753,0.5961999893188477,0.8026999831199646,0.012400000356137753,0.5961999893188477,0.17880000174045563,-0.8226000070571899,0.5397999882698059,0.17880000174045563,-0.8226000070571899,0.5397999882698059,0.17880000174045563,-0.8226000070571899,0.5397999882698059,0.1988999992609024,-0.9648000001907349,0.17239999771118164,0.1988999992609024,-0.9648000001907349,0.17239999771118164,0.1988999992609024,-0.9648000001907349,0.17239999771118164,-0.48590001463890076,-0.8736000061035156,0.028200000524520874,-0.48590001463890076,-0.8736000061035156,0.028200000524520874,-0.48590001463890076,-0.8736000061035156,0.028200000524520874,-0.9251000285148621,0.29109999537467957,-0.24369999766349792,-0.9251000285148621,0.29109999537467957,-0.24369999766349792,-0.9251000285148621,0.29109999537467957,-0.24369999766349792,0.9003999829292297,-0.4332999885082245,0.039900001138448715,0.9003999829292297,-0.4332999885082245,0.039900001138448715,0.9003999829292297,-0.4332999885082245,0.039900001138448715,-0.9865000247955322,-0.16329999268054962,-0.011800000444054604,-0.9865000247955322,-0.16329999268054962,-0.011800000444054604,-0.9865000247955322,-0.16329999268054962,-0.011800000444054604,0.32749998569488525,0.8296999931335449,-0.4519999921321869,0.32749998569488525,0.8296999931335449,-0.4519999921321869,0.32749998569488525,0.8296999931335449,-0.4519999921321869,-0.6929000020027161,-0.7008000016212463,0.1695999950170517,-0.6929000020027161,-0.7008000016212463,0.1695999950170517,-0.6929000020027161,-0.7008000016212463,0.1695999950170517,-0.1160999983549118,0.972100019454956,-0.20399999618530273,-0.1160999983549118,0.972100019454956,-0.20399999618530273,-0.1160999983549118,0.972100019454956,-0.20399999618530273,0.9825000166893005,0.18610000610351562,0.00019999999494757503,0.9825000166893005,0.18610000610351562,0.00019999999494757503,0.9825000166893005,0.18610000610351562,0.00019999999494757503,0.9330999851226807,-0.33320000767707825,0.13500000536441803,0.9330999851226807,-0.33320000767707825,0.13500000536441803,0.9330999851226807,-0.33320000767707825,0.13500000536441803,-0.09130000323057175,0.9136999845504761,-0.3961000144481659,-0.09130000323057175,0.9136999845504761,-0.3961000144481659,-0.09130000323057175,0.9136999845504761,-0.3961000144481659,0.46860000491142273,-0.5503000020980835,0.691100001335144,0.46860000491142273,-0.5503000020980835,0.691100001335144,0.46860000491142273,-0.5503000020980835,0.691100001335144,-0.21739999949932098,0.9415000081062317,-0.25760000944137573,-0.21739999949932098,0.9415000081062317,-0.25760000944137573,-0.21739999949932098,0.9415000081062317,-0.25760000944137573,0.9239000082015991,-0.19189999997615814,-0.3310999870300293,0.9239000082015991,-0.19189999997615814,-0.3310999870300293,0.9239000082015991,-0.19189999997615814,-0.3310999870300293,-0.025800000876188278,-0.9976000189781189,0.06400000303983688,-0.025800000876188278,-0.9976000189781189,0.06400000303983688,-0.025800000876188278,-0.9976000189781189,0.06400000303983688,-0.6766999959945679,0.21660000085830688,-0.7037000060081482,-0.6766999959945679,0.21660000085830688,-0.7037000060081482,-0.6766999959945679,0.21660000085830688,-0.7037000060081482,0.31529998779296875,-0.6481000185012817,0.6931999921798706,0.31529998779296875,-0.6481000185012817,0.6931999921798706,0.31529998779296875,-0.6481000185012817,0.6931999921798706,-0.36890000104904175,0.14239999651908875,-0.9185000061988831,-0.36890000104904175,0.14239999651908875,-0.9185000061988831,-0.36890000104904175,0.14239999651908875,-0.9185000061988831,0.0828000009059906,-0.9822999835014343,-0.16830000281333923,0.0828000009059906,-0.9822999835014343,-0.16830000281333923,0.0828000009059906,-0.9822999835014343,-0.16830000281333923,-0.3815000057220459,-0.15629999339580536,-0.9110999703407288,-0.3815000057220459,-0.15629999339580536,-0.9110999703407288,-0.3815000057220459,-0.15629999339580536,-0.9110999703407288,-0.5151000022888184,0.832099974155426,0.20550000667572021,-0.5151000022888184,0.832099974155426,0.20550000667572021,-0.5151000022888184,0.832099974155426,0.20550000667572021,-0.4431999921798706,-0.8956000208854675,0.038100000470876694,-0.4431999921798706,-0.8956000208854675,0.038100000470876694,-0.4431999921798706,-0.8956000208854675,0.038100000470876694,-0.2865000069141388,0.8253999948501587,-0.4864000082015991,-0.2865000069141388,0.8253999948501587,-0.4864000082015991,-0.2865000069141388,0.8253999948501587,-0.4864000082015991,-0.4165000021457672,0.7975000143051147,-0.43650001287460327,-0.4165000021457672,0.7975000143051147,-0.43650001287460327,-0.4165000021457672,0.7975000143051147,-0.43650001287460327,-0.47780001163482666,-0.8202999830245972,0.314300000667572,-0.47780001163482666,-0.8202999830245972,0.314300000667572,-0.47780001163482666,-0.8202999830245972,0.314300000667572,0.809499979019165,0.5849000215530396,-0.050700001418590546,0.809499979019165,0.5849000215530396,-0.050700001418590546,0.809499979019165,0.5849000215530396,-0.050700001418590546,-0.795799970626831,0.545199990272522,0.26350000500679016,-0.795799970626831,0.545199990272522,0.26350000500679016,-0.795799970626831,0.545199990272522,0.26350000500679016,-0.15790000557899475,-0.7542999982833862,-0.6373000144958496,-0.15790000557899475,-0.7542999982833862,-0.6373000144958496,-0.15790000557899475,-0.7542999982833862,-0.6373000144958496,0.15199999511241913,0.9746000170707703,-0.16419999301433563,0.15199999511241913,0.9746000170707703,-0.16419999301433563,0.15199999511241913,0.9746000170707703,-0.16419999301433563,-0.18199999630451202,0.8546000123023987,-0.486299991607666,-0.18199999630451202,0.8546000123023987,-0.486299991607666,-0.18199999630451202,0.8546000123023987,-0.486299991607666,-0.8795999884605408,-0.06939999759197235,0.4706999957561493,-0.8795999884605408,-0.06939999759197235,0.4706999957561493,-0.8795999884605408,-0.06939999759197235,0.4706999957561493,-0.4997999966144562,0.6991999745368958,-0.5113000273704529,-0.4997999966144562,0.6991999745368958,-0.5113000273704529,-0.4997999966144562,0.6991999745368958,-0.5113000273704529,-0.6449999809265137,0.27810001373291016,0.7117000222206116,-0.6449999809265137,0.27810001373291016,0.7117000222206116,-0.6449999809265137,0.27810001373291016,0.7117000222206116,-0.6972000002861023,-0.7168999910354614,-0.002099999925121665,-0.6972000002861023,-0.7168999910354614,-0.002099999925121665,-0.6972000002861023,-0.7168999910354614,-0.002099999925121665,0.08950000256299973,-0.9789999723434448,0.18320000171661377,0.08950000256299973,-0.9789999723434448,0.18320000171661377,0.08950000256299973,-0.9789999723434448,0.18320000171661377,-0.42179998755455017,0.8378000259399414,0.3467999994754791,-0.42179998755455017,0.8378000259399414,0.3467999994754791,-0.42179998755455017,0.8378000259399414,0.3467999994754791,0.7031000256538391,-0.7049999833106995,0.09290000051259995,0.7031000256538391,-0.7049999833106995,0.09290000051259995,0.7031000256538391,-0.7049999833106995,0.09290000051259995,-0.4250999987125397,-0.3456999957561493,0.8364999890327454,-0.4250999987125397,-0.3456999957561493,0.8364999890327454,-0.4250999987125397,-0.3456999957561493,0.8364999890327454,0.5511999726295471,0.4715000092983246,0.6883999705314636,0.5511999726295471,0.4715000092983246,0.6883999705314636,0.5511999726295471,0.4715000092983246,0.6883999705314636,-0.12189999967813492,-0.24629999697208405,-0.9614999890327454,-0.12189999967813492,-0.24629999697208405,-0.9614999890327454,-0.12189999967813492,-0.24629999697208405,-0.9614999890327454,0.13230000436306,0.896399974822998,0.4230000078678131,0.13230000436306,0.896399974822998,0.4230000078678131,0.13230000436306,0.896399974822998,0.4230000078678131,0.732200026512146,0.004699999932199717,-0.6811000108718872,0.732200026512146,0.004699999932199717,-0.6811000108718872,0.732200026512146,0.004699999932199717,-0.6811000108718872,0.14959999918937683,0.8508999943733215,0.5037000179290771,0.14959999918937683,0.8508999943733215,0.5037000179290771,0.14959999918937683,0.8508999943733215,0.5037000179290771,0.7436000108718872,-0.4986000061035156,-0.445499986410141,0.7436000108718872,-0.4986000061035156,-0.445499986410141,0.7436000108718872,-0.4986000061035156,-0.445499986410141,-0.960099995136261,-0.27630001306533813,-0.04410000145435333,-0.960099995136261,-0.27630001306533813,-0.04410000145435333,-0.960099995136261,-0.27630001306533813,-0.04410000145435333,-0.0917000025510788,0.9878000020980835,0.1256999969482422,-0.0917000025510788,0.9878000020980835,0.1256999969482422,-0.0917000025510788,0.9878000020980835,0.1256999969482422,-0.9787999987602234,-0.1485999971628189,-0.14100000262260437,-0.9787999987602234,-0.1485999971628189,-0.14100000262260437,-0.9787999987602234,-0.1485999971628189,-0.14100000262260437,-0.9394999742507935,0.21050000190734863,-0.2703999876976013,-0.9394999742507935,0.21050000190734863,-0.2703999876976013,-0.9394999742507935,0.21050000190734863,-0.2703999876976013,-0.9914000034332275,-0.027400000020861626,-0.1282999962568283,-0.9914000034332275,-0.027400000020861626,-0.1282999962568283,-0.9914000034332275,-0.027400000020861626,-0.1282999962568283,-0.6553000211715698,0.29840001463890076,0.6938999891281128,-0.6553000211715698,0.29840001463890076,0.6938999891281128,-0.6553000211715698,0.29840001463890076,0.6938999891281128,-0.8449000120162964,0.2987000048160553,-0.44369998574256897,-0.8449000120162964,0.2987000048160553,-0.44369998574256897,-0.8449000120162964,0.2987000048160553,-0.44369998574256897,-0.20890000462532043,0.10989999771118164,-0.9717000126838684,-0.20890000462532043,0.10989999771118164,-0.9717000126838684,-0.20890000462532043,0.10989999771118164,-0.9717000126838684,0.6330999732017517,-0.4708000123500824,0.6144999861717224,0.6330999732017517,-0.4708000123500824,0.6144999861717224,0.6330999732017517,-0.4708000123500824,0.6144999861717224,0.2635999917984009,-0.21960000693798065,-0.939300000667572,0.2635999917984009,-0.21960000693798065,-0.939300000667572,0.2635999917984009,-0.21960000693798065,-0.939300000667572,0.017100000753998756,-0.3977999985218048,0.9172999858856201,0.017100000753998756,-0.3977999985218048,0.9172999858856201,0.017100000753998756,-0.3977999985218048,0.9172999858856201,0.9983999729156494,0.013199999928474426,-0.05420000106096268,0.9983999729156494,0.013199999928474426,-0.05420000106096268,0.9983999729156494,0.013199999928474426,-0.05420000106096268,0.0502999983727932,-0.9332000017166138,0.35580000281333923,0.0502999983727932,-0.9332000017166138,0.35580000281333923,0.0502999983727932,-0.9332000017166138,0.35580000281333923,-0.18930000066757202,0.00139999995008111,-0.9818999767303467,-0.18930000066757202,0.00139999995008111,-0.9818999767303467,-0.18930000066757202,0.00139999995008111,-0.9818999767303467,-0.538100004196167,0.6274999976158142,0.5627999901771545,-0.538100004196167,0.6274999976158142,0.5627999901771545,-0.538100004196167,0.6274999976158142,0.5627999901771545,0.4763000011444092,-0.8784000277519226,0.03970000147819519,0.4763000011444092,-0.8784000277519226,0.03970000147819519,0.4763000011444092,-0.8784000277519226,0.03970000147819519,-0.020500000566244125,0.8931000232696533,-0.44940000772476196,-0.020500000566244125,0.8931000232696533,-0.44940000772476196,-0.020500000566244125,0.8931000232696533,-0.44940000772476196,-0.9325000047683716,0.34940001368522644,-0.09160000085830688,-0.9325000047683716,0.34940001368522644,-0.09160000085830688,-0.9325000047683716,0.34940001368522644,-0.09160000085830688,-0.06620000302791595,0.9965000152587891,0.05139999836683273,-0.06620000302791595,0.9965000152587891,0.05139999836683273,-0.06620000302791595,0.9965000152587891,0.05139999836683273,-0.24609999358654022,-0.9343000054359436,-0.25780001282691956,-0.24609999358654022,-0.9343000054359436,-0.25780001282691956,-0.24609999358654022,-0.9343000054359436,-0.25780001282691956,0.7192000150680542,0.31360000371932983,0.6200000047683716,0.7192000150680542,0.31360000371932983,0.6200000047683716,0.7192000150680542,0.31360000371932983,0.6200000047683716,0.20080000162124634,-0.8273000121116638,-0.5246000289916992,0.20080000162124634,-0.8273000121116638,-0.5246000289916992,0.20080000162124634,-0.8273000121116638,-0.5246000289916992,-0.024800000712275505,0.5623999834060669,-0.8264999985694885,-0.024800000712275505,0.5623999834060669,-0.8264999985694885,-0.024800000712275505,0.5623999834060669,-0.8264999985694885,0.9225999712944031,-0.3765999972820282,0.08420000225305557,0.9225999712944031,-0.3765999972820282,0.08420000225305557,0.9225999712944031,-0.3765999972820282,0.08420000225305557,0.5296000242233276,-0.5501000285148621,0.6456999778747559,0.5296000242233276,-0.5501000285148621,0.6456999778747559,0.5296000242233276,-0.5501000285148621,0.6456999778747559,-0.4377000033855438,-0.8052999973297119,0.39989998936653137,-0.4377000033855438,-0.8052999973297119,0.39989998936653137,-0.4377000033855438,-0.8052999973297119,0.39989998936653137,0.7868000268936157,-0.5830000042915344,0.20239999890327454,0.7868000268936157,-0.5830000042915344,0.20239999890327454,0.7868000268936157,-0.5830000042915344,0.20239999890327454,-0.16380000114440918,-0.7775999903678894,0.6071000099182129,-0.16380000114440918,-0.7775999903678894,0.6071000099182129,-0.16380000114440918,-0.7775999903678894,0.6071000099182129,-0.4632999897003174,-0.4235999882221222,0.7784000039100647,-0.4632999897003174,-0.4235999882221222,0.7784000039100647,-0.4632999897003174,-0.4235999882221222,0.7784000039100647,-0.04540000110864639,0.9208999872207642,-0.3871999979019165,-0.04540000110864639,0.9208999872207642,-0.3871999979019165,-0.04540000110864639,0.9208999872207642,-0.3871999979019165,-0.35920000076293945,0.4113999903202057,-0.8377000093460083,-0.35920000076293945,0.4113999903202057,-0.8377000093460083,-0.35920000076293945,0.4113999903202057,-0.8377000093460083,-0.7702999711036682,0.6262999773025513,-0.11990000307559967,-0.7702999711036682,0.6262999773025513,-0.11990000307559967,-0.7702999711036682,0.6262999773025513,-0.11990000307559967,0.41830000281333923,-0.8978000283241272,0.13770000636577606,0.41830000281333923,-0.8978000283241272,0.13770000636577606,0.41830000281333923,-0.8978000283241272,0.13770000636577606,0.9794999957084656,0.12099999934434891,-0.16099999845027924,0.9794999957084656,0.12099999934434891,-0.16099999845027924,0.9794999957084656,0.12099999934434891,-0.16099999845027924,-0.8472999930381775,0.4616999924182892,-0.26249998807907104,-0.8472999930381775,0.4616999924182892,-0.26249998807907104,-0.8472999930381775,0.4616999924182892,-0.26249998807907104,-0.13040000200271606,-0.0031999999191612005,0.9915000200271606,-0.13040000200271606,-0.0031999999191612005,0.9915000200271606,-0.13040000200271606,-0.0031999999191612005,0.9915000200271606,-0.6632000207901001,-0.27639999985694885,0.6955000162124634,-0.6632000207901001,-0.27639999985694885,0.6955000162124634,-0.6632000207901001,-0.27639999985694885,0.6955000162124634,-0.7365999817848206,-0.24779999256134033,0.6294000148773193,-0.7365999817848206,-0.24779999256134033,0.6294000148773193,-0.7365999817848206,-0.24779999256134033,0.6294000148773193,0.6958000063896179,-0.015599999576807022,-0.7181000113487244,0.6958000063896179,-0.015599999576807022,-0.7181000113487244,0.6958000063896179,-0.015599999576807022,-0.7181000113487244,0.657800018787384,-0.04340000078082085,0.7519000172615051,0.657800018787384,-0.04340000078082085,0.7519000172615051,0.657800018787384,-0.04340000078082085,0.7519000172615051,-0.807200014591217,0.5708000063896179,-0.15060000121593475,-0.807200014591217,0.5708000063896179,-0.15060000121593475,-0.807200014591217,0.5708000063896179,-0.15060000121593475,0.04520000144839287,-0.2770000100135803,-0.9598000049591064,0.04520000144839287,-0.2770000100135803,-0.9598000049591064,0.04520000144839287,-0.2770000100135803,-0.9598000049591064,-0.7026000022888184,0.6586999893188477,-0.26919999718666077,-0.7026000022888184,0.6586999893188477,-0.26919999718666077,-0.7026000022888184,0.6586999893188477,-0.26919999718666077,-0.08699999749660492,0.8256000280380249,-0.5573999881744385,-0.08699999749660492,0.8256000280380249,-0.5573999881744385,-0.08699999749660492,0.8256000280380249,-0.5573999881744385,0.9444000124931335,0.24050000309944153,0.22419999539852142,0.9444000124931335,0.24050000309944153,0.22419999539852142,0.9444000124931335,0.24050000309944153,0.22419999539852142,-0.6327999830245972,0.36469998955726624,-0.6830999851226807,-0.6327999830245972,0.36469998955726624,-0.6830999851226807,-0.6327999830245972,0.36469998955726624,-0.6830999851226807,-0.5911999940872192,-0.7813000082969666,0.20000000298023224,-0.5911999940872192,-0.7813000082969666,0.20000000298023224,-0.5911999940872192,-0.7813000082969666,0.20000000298023224,0.21199999749660492,-0.9771000146865845,0.020500000566244125,0.21199999749660492,-0.9771000146865845,0.020500000566244125,0.21199999749660492,-0.9771000146865845,0.020500000566244125,0.5799999833106995,0.04740000143647194,-0.8131999969482422,0.5799999833106995,0.04740000143647194,-0.8131999969482422,0.5799999833106995,0.04740000143647194,-0.8131999969482422,0.22429999709129333,0.5525000095367432,0.8027999997138977,0.22429999709129333,0.5525000095367432,0.8027999997138977,0.22429999709129333,0.5525000095367432,0.8027999997138977,-0.21860000491142273,-0.6450999975204468,-0.732200026512146,-0.21860000491142273,-0.6450999975204468,-0.732200026512146,-0.21860000491142273,-0.6450999975204468,-0.732200026512146,0.8259000182151794,-0.2825999855995178,-0.4878000020980835,0.8259000182151794,-0.2825999855995178,-0.4878000020980835,0.8259000182151794,-0.2825999855995178,-0.4878000020980835,-0.957099974155426,-0.12139999866485596,0.26330000162124634,-0.957099974155426,-0.12139999866485596,0.26330000162124634,-0.957099974155426,-0.12139999866485596,0.26330000162124634,0.5710999965667725,-0.6757000088691711,-0.46619999408721924,0.5710999965667725,-0.6757000088691711,-0.46619999408721924,0.5710999965667725,-0.6757000088691711,-0.46619999408721924,0.7893000245094299,0.43320000171661377,0.4350999891757965,0.7893000245094299,0.43320000171661377,0.4350999891757965,0.7893000245094299,0.43320000171661377,0.4350999891757965,0.3675999939441681,0.5133000016212463,0.7754999995231628,0.3675999939441681,0.5133000016212463,0.7754999995231628,0.3675999939441681,0.5133000016212463,0.7754999995231628,0.14470000565052032,-0.1607999950647354,0.9763000011444092,0.14470000565052032,-0.1607999950647354,0.9763000011444092,0.14470000565052032,-0.1607999950647354,0.9763000011444092,0.3668999969959259,-0.10639999806880951,-0.9240999817848206,0.3668999969959259,-0.10639999806880951,-0.9240999817848206,0.3668999969959259,-0.10639999806880951,-0.9240999817848206,0.07460000365972519,0.4058000147342682,0.9108999967575073,0.07460000365972519,0.4058000147342682,0.9108999967575073,0.07460000365972519,0.4058000147342682,0.9108999967575073,-0.9452999830245972,0.3163999915122986,-0.07989999651908875,-0.9452999830245972,0.3163999915122986,-0.07989999651908875,-0.9452999830245972,0.3163999915122986,-0.07989999651908875,-0.08139999955892563,-0.695900022983551,-0.7135000228881836,-0.08139999955892563,-0.695900022983551,-0.7135000228881836,-0.08139999955892563,-0.695900022983551,-0.7135000228881836,-0.17640000581741333,-0.9035000205039978,0.390500009059906,-0.17640000581741333,-0.9035000205039978,0.390500009059906,-0.17640000581741333,-0.9035000205039978,0.390500009059906,0.4528999924659729,-0.6482999920845032,-0.6121000051498413,0.4528999924659729,-0.6482999920845032,-0.6121000051498413,0.4528999924659729,-0.6482999920845032,-0.6121000051498413,0.19269999861717224,-0.9578999876976013,0.21279999613761902,0.19269999861717224,-0.9578999876976013,0.21279999613761902,0.19269999861717224,-0.9578999876976013,0.21279999613761902,-0.7390000224113464,-0.39149999618530273,-0.5482000112533569,-0.7390000224113464,-0.39149999618530273,-0.5482000112533569,-0.7390000224113464,-0.39149999618530273,-0.5482000112533569,-0.17790000140666962,0.9833999872207642,0.03590000048279762,-0.17790000140666962,0.9833999872207642,0.03590000048279762,-0.17790000140666962,0.9833999872207642,0.03590000048279762,0.5939000248908997,-0.24210000038146973,0.767300009727478,0.5939000248908997,-0.24210000038146973,0.767300009727478,0.5939000248908997,-0.24210000038146973,0.767300009727478,-0.49900001287460327,0.784500002861023,-0.36820000410079956,-0.49900001287460327,0.784500002861023,-0.36820000410079956,-0.49900001287460327,0.784500002861023,-0.36820000410079956,-0.4629000127315521,-0.027699999511241913,-0.8859999775886536,-0.4629000127315521,-0.027699999511241913,-0.8859999775886536,-0.4629000127315521,-0.027699999511241913,-0.8859999775886536,0.7226999998092651,-0.6449000239372253,0.2485000044107437,0.7226999998092651,-0.6449000239372253,0.2485000044107437,0.7226999998092651,-0.6449000239372253,0.2485000044107437,0.5881999731063843,-0.7768999934196472,0.22460000216960907,0.5881999731063843,-0.7768999934196472,0.22460000216960907,0.5881999731063843,-0.7768999934196472,0.22460000216960907,-0.21250000596046448,0.7502999901771545,-0.6259999871253967,-0.21250000596046448,0.7502999901771545,-0.6259999871253967,-0.21250000596046448,0.7502999901771545,-0.6259999871253967,-0.7383000254631042,0.2150000035762787,0.6392999887466431,-0.7383000254631042,0.2150000035762787,0.6392999887466431,-0.7383000254631042,0.2150000035762787,0.6392999887466431,0.7171000242233276,-0.29809999465942383,-0.6301000118255615,0.7171000242233276,-0.29809999465942383,-0.6301000118255615,0.7171000242233276,-0.29809999465942383,-0.6301000118255615,-0.8945000171661377,-0.42239999771118164,0.14650000631809235,-0.8945000171661377,-0.42239999771118164,0.14650000631809235,-0.8945000171661377,-0.42239999771118164,0.14650000631809235,-0.41100001335144043,-0.7954000234603882,0.4453999996185303,-0.41100001335144043,-0.7954000234603882,0.4453999996185303,-0.41100001335144043,-0.7954000234603882,0.4453999996185303,-0.38989999890327454,-0.8575999736785889,0.33550000190734863,-0.38989999890327454,-0.8575999736785889,0.33550000190734863,-0.38989999890327454,-0.8575999736785889,0.33550000190734863,0.4596000015735626,-0.7488999962806702,0.47749999165534973,0.4596000015735626,-0.7488999962806702,0.47749999165534973,0.4596000015735626,-0.7488999962806702,0.47749999165534973,0.2289000004529953,-0.7095000147819519,-0.6664999723434448,0.2289000004529953,-0.7095000147819519,-0.6664999723434448,0.2289000004529953,-0.7095000147819519,-0.6664999723434448,-0.4875999987125397,0.4918000102043152,-0.7214000225067139,-0.4875999987125397,0.4918000102043152,-0.7214000225067139,-0.4875999987125397,0.4918000102043152,-0.7214000225067139,0.17339999973773956,0.8553000092506409,-0.48829999566078186,0.17339999973773956,0.8553000092506409,-0.48829999566078186,0.17339999973773956,0.8553000092506409,-0.48829999566078186,0.9891999959945679,0.08560000360012054,-0.11900000274181366,0.9891999959945679,0.08560000360012054,-0.11900000274181366,0.9891999959945679,0.08560000360012054,-0.11900000274181366,0.9279000163078308,-0.36059999465942383,0.09430000185966492,0.9279000163078308,-0.36059999465942383,0.09430000185966492,0.9279000163078308,-0.36059999465942383,0.09430000185966492,0.4819999933242798,-0.35600000619888306,0.800599992275238,0.4819999933242798,-0.35600000619888306,0.800599992275238,0.4819999933242798,-0.35600000619888306,0.800599992275238,-0.28360000252723694,0.3815000057220459,-0.879800021648407,-0.28360000252723694,0.3815000057220459,-0.879800021648407,-0.28360000252723694,0.3815000057220459,-0.879800021648407,-0.23240000009536743,-0.7214999794960022,-0.6523000001907349,-0.23240000009536743,-0.7214999794960022,-0.6523000001907349,-0.23240000009536743,-0.7214999794960022,-0.6523000001907349,0.8436999917030334,0.5105999708175659,-0.1657000035047531,0.8436999917030334,0.5105999708175659,-0.1657000035047531,0.8436999917030334,0.5105999708175659,-0.1657000035047531,-0.010499999858438969,0.9995999932289124,0.027799999341368675,-0.010499999858438969,0.9995999932289124,0.027799999341368675,-0.010499999858438969,0.9995999932289124,0.027799999341368675,0.07150000333786011,0.3246000111103058,-0.9431999921798706,0.07150000333786011,0.3246000111103058,-0.9431999921798706,0.07150000333786011,0.3246000111103058,-0.9431999921798706,-0.6021000146865845,0.6735000014305115,-0.42890000343322754,-0.6021000146865845,0.6735000014305115,-0.42890000343322754,-0.6021000146865845,0.6735000014305115,-0.42890000343322754,0.24289999902248383,-0.8409000039100647,0.483599990606308,0.24289999902248383,-0.8409000039100647,0.483599990606308,0.24289999902248383,-0.8409000039100647,0.483599990606308,-0.32010000944137573,0.9156000018119812,-0.24330000579357147,-0.32010000944137573,0.9156000018119812,-0.24330000579357147,-0.32010000944137573,0.9156000018119812,-0.24330000579357147,-0.9401000142097473,0.29179999232292175,-0.1762000024318695,-0.9401000142097473,0.29179999232292175,-0.1762000024318695,-0.9401000142097473,0.29179999232292175,-0.1762000024318695,-0.07959999889135361,0.9692999720573425,-0.23270000517368317,-0.07959999889135361,0.9692999720573425,-0.23270000517368317,-0.07959999889135361,0.9692999720573425,-0.23270000517368317,-0.4066999852657318,0.8668000102043152,-0.28850001096725464,-0.4066999852657318,0.8668000102043152,-0.28850001096725464,-0.4066999852657318,0.8668000102043152,-0.28850001096725464,0.9801999926567078,-0.17720000445842743,0.08860000222921371,0.9801999926567078,-0.17720000445842743,0.08860000222921371,0.9801999926567078,-0.17720000445842743,0.08860000222921371,-0.5268999934196472,0.8180000185966492,0.23070000112056732,-0.5268999934196472,0.8180000185966492,0.23070000112056732,-0.5268999934196472,0.8180000185966492,0.23070000112056732,0.6629999876022339,0.7486000061035156,0.009100000374019146,0.6629999876022339,0.7486000061035156,0.009100000374019146,0.6629999876022339,0.7486000061035156,0.009100000374019146,-0.9891999959945679,0.08560000360012054,-0.11900000274181366,-0.9891999959945679,0.08560000360012054,-0.11900000274181366,-0.9891999959945679,0.08560000360012054,-0.11900000274181366,0.17139999568462372,0.9768000245094299,-0.12860000133514404,0.17139999568462372,0.9768000245094299,-0.12860000133514404,0.17139999568462372,0.9768000245094299,-0.12860000133514404,0.2888999879360199,-0.07590000331401825,-0.9544000029563904,0.2888999879360199,-0.07590000331401825,-0.9544000029563904,0.2888999879360199,-0.07590000331401825,-0.9544000029563904,-0.9086999893188477,-0.41359999775886536,0.05640000104904175,-0.9086999893188477,-0.41359999775886536,0.05640000104904175,-0.9086999893188477,-0.41359999775886536,0.05640000104904175,-0.9441999793052673,-0.05000000074505806,-0.3255999982357025,-0.9441999793052673,-0.05000000074505806,-0.3255999982357025,-0.9441999793052673,-0.05000000074505806,-0.3255999982357025,-0.5936999917030334,0.3400999903678894,-0.7293000221252441,-0.5936999917030334,0.3400999903678894,-0.7293000221252441,-0.5936999917030334,0.3400999903678894,-0.7293000221252441,-0.8633000254631042,0.1421000063419342,0.48429998755455017,-0.8633000254631042,0.1421000063419342,0.48429998755455017,-0.8633000254631042,0.1421000063419342,0.48429998755455017,0.015699999406933784,-0.04280000180006027,0.9990000128746033,0.015699999406933784,-0.04280000180006027,0.9990000128746033,0.015699999406933784,-0.04280000180006027,0.9990000128746033,-0.04910000041127205,0.6448000073432922,-0.7627999782562256,-0.04910000041127205,0.6448000073432922,-0.7627999782562256,-0.04910000041127205,0.6448000073432922,-0.7627999782562256,0.6686999797821045,0.7415000200271606,0.05570000037550926,0.6686999797821045,0.7415000200271606,0.05570000037550926,0.6686999797821045,0.7415000200271606,0.05570000037550926,0.3774000108242035,-0.45010000467300415,0.8093000054359436,0.3774000108242035,-0.45010000467300415,0.8093000054359436,0.3774000108242035,-0.45010000467300415,0.8093000054359436,0.5169000029563904,-0.85589998960495,0.01759999990463257,0.5169000029563904,-0.85589998960495,0.01759999990463257,0.5169000029563904,-0.85589998960495,0.01759999990463257,0.2890999913215637,0.9563999772071838,0.04149999842047691,0.2890999913215637,0.9563999772071838,0.04149999842047691,0.2890999913215637,0.9563999772071838,0.04149999842047691,-0.4643999934196472,-0.5302000045776367,-0.7093999981880188,-0.4643999934196472,-0.5302000045776367,-0.7093999981880188,-0.4643999934196472,-0.5302000045776367,-0.7093999981880188,0.636900007724762,-0.005400000140070915,-0.7710000276565552,0.636900007724762,-0.005400000140070915,-0.7710000276565552,0.636900007724762,-0.005400000140070915,-0.7710000276565552,-0.6190000176429749,-0.30880001187324524,0.722100019454956,-0.6190000176429749,-0.30880001187324524,0.722100019454956,-0.6190000176429749,-0.30880001187324524,0.722100019454956,-0.2924000024795532,-0.8360000252723694,0.4643999934196472,-0.2924000024795532,-0.8360000252723694,0.4643999934196472,-0.2924000024795532,-0.8360000252723694,0.4643999934196472,-0.329800009727478,0.4277999997138977,0.8416000008583069,-0.329800009727478,0.4277999997138977,0.8416000008583069,-0.329800009727478,0.4277999997138977,0.8416000008583069,0.9350000023841858,-0.3447999954223633,0.08309999853372574,0.9350000023841858,-0.3447999954223633,0.08309999853372574,0.9350000023841858,-0.3447999954223633,0.08309999853372574,0.31209999322891235,-0.41609999537467957,-0.8540999889373779,0.31209999322891235,-0.41609999537467957,-0.8540999889373779,0.31209999322891235,-0.41609999537467957,-0.8540999889373779,0.31709998846054077,0.1062999963760376,0.9423999786376953,0.31709998846054077,0.1062999963760376,0.9423999786376953,0.31709998846054077,0.1062999963760376,0.9423999786376953,0.7656000256538391,-0.22169999778270721,0.6039999723434448,0.7656000256538391,-0.22169999778270721,0.6039999723434448,0.7656000256538391,-0.22169999778270721,0.6039999723434448,-0.9453999996185303,-0.29840001463890076,0.13120000064373016,-0.9453999996185303,-0.29840001463890076,0.13120000064373016,-0.9453999996185303,-0.29840001463890076,0.13120000064373016,0.9702000021934509,-0.21719999611377716,-0.10729999840259552,0.9702000021934509,-0.21719999611377716,-0.10729999840259552,0.9702000021934509,-0.21719999611377716,-0.10729999840259552,0.4921000003814697,0.4165000021457672,0.7644000053405762,0.4921000003814697,0.4165000021457672,0.7644000053405762,0.4921000003814697,0.4165000021457672,0.7644000053405762,0.7545999884605408,0.6287000179290771,-0.18790000677108765,0.7545999884605408,0.6287000179290771,-0.18790000677108765,0.7545999884605408,0.6287000179290771,-0.18790000677108765,0.6093000173568726,-0.6747000217437744,0.41670000553131104,0.6093000173568726,-0.6747000217437744,0.41670000553131104,0.6093000173568726,-0.6747000217437744,0.41670000553131104,-0.3903000056743622,-0.8604000210762024,0.32760000228881836,-0.3903000056743622,-0.8604000210762024,0.32760000228881836,-0.3903000056743622,-0.8604000210762024,0.32760000228881836,0.30160000920295715,-0.4713999927043915,-0.8287000060081482,0.30160000920295715,-0.4713999927043915,-0.8287000060081482,0.30160000920295715,-0.4713999927043915,-0.8287000060081482,0.296999990940094,-0.5292999744415283,0.7947999835014343,0.296999990940094,-0.5292999744415283,0.7947999835014343,0.296999990940094,-0.5292999744415283,0.7947999835014343,0.10379999876022339,0.8129000067710876,-0.5730000138282776,0.10379999876022339,0.8129000067710876,-0.5730000138282776,0.10379999876022339,0.8129000067710876,-0.5730000138282776,-0.486299991607666,-0.7972000241279602,-0.3578999936580658,-0.486299991607666,-0.7972000241279602,-0.3578999936580658,-0.486299991607666,-0.7972000241279602,-0.3578999936580658,0.963699996471405,0.24160000681877136,-0.11339999735355377,0.963699996471405,0.24160000681877136,-0.11339999735355377,0.963699996471405,0.24160000681877136,-0.11339999735355377,-0.9402999877929688,-0.33980000019073486,0.01889999955892563,-0.9402999877929688,-0.33980000019073486,0.01889999955892563,-0.9402999877929688,-0.33980000019073486,0.01889999955892563,0.4731999933719635,0.7695000171661377,0.42879998683929443,0.4731999933719635,0.7695000171661377,0.42879998683929443,0.4731999933719635,0.7695000171661377,0.42879998683929443,0.9661999940872192,0.1256999969482422,0.22499999403953552,0.9661999940872192,0.1256999969482422,0.22499999403953552,0.9661999940872192,0.1256999969482422,0.22499999403953552,0.8726999759674072,0.046300001442432404,0.4860999882221222,0.8726999759674072,0.046300001442432404,0.4860999882221222,0.8726999759674072,0.046300001442432404,0.4860999882221222,-0.9192000031471252,-0.18870000541210175,-0.3456000089645386,-0.9192000031471252,-0.18870000541210175,-0.3456000089645386,-0.9192000031471252,-0.18870000541210175,-0.3456000089645386,0.2655999958515167,0.8206999897956848,0.5058000087738037,0.2655999958515167,0.8206999897956848,0.5058000087738037,0.2655999958515167,0.8206999897956848,0.5058000087738037,0.0038999998942017555,0.9128000140190125,0.4083999991416931,0.0038999998942017555,0.9128000140190125,0.4083999991416931,0.0038999998942017555,0.9128000140190125,0.4083999991416931,-0.43459999561309814,0.3384000062942505,0.8345999717712402,-0.43459999561309814,0.3384000062942505,0.8345999717712402,-0.43459999561309814,0.3384000062942505,0.8345999717712402,-0.07320000231266022,-0.39100000262260437,0.9175000190734863,-0.07320000231266022,-0.39100000262260437,0.9175000190734863,-0.07320000231266022,-0.39100000262260437,0.9175000190734863,0.5802000164985657,-0.6365000009536743,0.5081999897956848,0.5802000164985657,-0.6365000009536743,0.5081999897956848,0.5802000164985657,-0.6365000009536743,0.5081999897956848,-0.8266000151634216,-0.29649999737739563,-0.478300005197525,-0.8266000151634216,-0.29649999737739563,-0.478300005197525,-0.8266000151634216,-0.29649999737739563,-0.478300005197525,0.4442000091075897,0.8223000168800354,-0.3555000126361847,0.4442000091075897,0.8223000168800354,-0.3555000126361847,0.4442000091075897,0.8223000168800354,-0.3555000126361847,0.5698999762535095,-0.4569999873638153,-0.6829000115394592,0.5698999762535095,-0.4569999873638153,-0.6829000115394592,0.5698999762535095,-0.4569999873638153,-0.6829000115394592,-0.828000009059906,0.46239998936653137,0.31709998846054077,-0.828000009059906,0.46239998936653137,0.31709998846054077,-0.828000009059906,0.46239998936653137,0.31709998846054077,0.37130001187324524,-0.7319999933242798,-0.5712000131607056,0.37130001187324524,-0.7319999933242798,-0.5712000131607056,0.37130001187324524,-0.7319999933242798,-0.5712000131607056,-0.809499979019165,-0.026499999687075615,0.5864999890327454,-0.809499979019165,-0.026499999687075615,0.5864999890327454,-0.809499979019165,-0.026499999687075615,0.5864999890327454,0.5343999862670898,-0.4481000006198883,0.71670001745224,0.5343999862670898,-0.4481000006198883,0.71670001745224,0.5343999862670898,-0.4481000006198883,0.71670001745224,-0.5530999898910522,-0.1662999987602234,-0.8162999749183655,-0.5530999898910522,-0.1662999987602234,-0.8162999749183655,-0.5530999898910522,-0.1662999987602234,-0.8162999749183655,0.5892999768257141,0.7788000106811523,-0.2151000052690506,0.5892999768257141,0.7788000106811523,-0.2151000052690506,0.5892999768257141,0.7788000106811523,-0.2151000052690506,0.8090000152587891,0.5860000252723694,0.04560000076889992,0.8090000152587891,0.5860000252723694,0.04560000076889992,0.8090000152587891,0.5860000252723694,0.04560000076889992,0.3538999855518341,0.4968000054359436,-0.7924000024795532,0.3538999855518341,0.4968000054359436,-0.7924000024795532,0.3538999855518341,0.4968000054359436,-0.7924000024795532,0.8389999866485596,0.2759000062942505,-0.46889999508857727,0.8389999866485596,0.2759000062942505,-0.46889999508857727,0.8389999866485596,0.2759000062942505,-0.46889999508857727,0.39500001072883606,-0.8531000018119812,-0.3409999907016754,0.39500001072883606,-0.8531000018119812,-0.3409999907016754,0.39500001072883606,-0.8531000018119812,-0.3409999907016754,0.6380000114440918,-0.7501000165939331,0.17389999330043793,0.6380000114440918,-0.7501000165939331,0.17389999330043793,0.6380000114440918,-0.7501000165939331,0.17389999330043793,-0.03500000014901161,-0.6111999750137329,0.7907000184059143,-0.03500000014901161,-0.6111999750137329,0.7907000184059143,-0.03500000014901161,-0.6111999750137329,0.7907000184059143,0.792900025844574,-0.37139999866485596,0.4830999970436096,0.792900025844574,-0.37139999866485596,0.4830999970436096,0.792900025844574,-0.37139999866485596,0.4830999970436096,-0.9462000131607056,-0.29820001125335693,-0.12520000338554382,-0.9462000131607056,-0.29820001125335693,-0.12520000338554382,-0.9462000131607056,-0.29820001125335693,-0.12520000338554382,0.5128999948501587,-0.5867000222206116,0.6266999840736389,0.5128999948501587,-0.5867000222206116,0.6266999840736389,0.5128999948501587,-0.5867000222206116,0.6266999840736389,-0.8967000246047974,-0.4408999979496002,-0.03959999978542328,-0.8967000246047974,-0.4408999979496002,-0.03959999978542328,-0.8967000246047974,-0.4408999979496002,-0.03959999978542328,0.4180999994277954,0.7269999980926514,-0.544700026512146,0.4180999994277954,0.7269999980926514,-0.544700026512146,0.4180999994277954,0.7269999980926514,-0.544700026512146,0.40709999203681946,0.49970000982284546,0.7645999789237976,0.40709999203681946,0.49970000982284546,0.7645999789237976,0.40709999203681946,0.49970000982284546,0.7645999789237976,0.8043000102043152,0.5789999961853027,0.1339000016450882,0.8043000102043152,0.5789999961853027,0.1339000016450882,0.8043000102043152,0.5789999961853027,0.1339000016450882,0.0010999999940395355,0.9926999807357788,0.12070000171661377,0.0010999999940395355,0.9926999807357788,0.12070000171661377,0.0010999999940395355,0.9926999807357788,0.12070000171661377,0.5720000267028809,0.6502000093460083,0.5,0.5720000267028809,0.6502000093460083,0.5,0.5720000267028809,0.6502000093460083,0.5,-0.9905999898910522,-0.06769999861717224,-0.1185000017285347,-0.9905999898910522,-0.06769999861717224,-0.1185000017285347,-0.9905999898910522,-0.06769999861717224,-0.1185000017285347,0.7333999872207642,0.4487999975681305,-0.5105999708175659,0.7333999872207642,0.4487999975681305,-0.5105999708175659,0.7333999872207642,0.4487999975681305,-0.5105999708175659,0.6428999900817871,0.46889999508857727,-0.6057000160217285,0.6428999900817871,0.46889999508857727,-0.6057000160217285,0.6428999900817871,0.46889999508857727,-0.6057000160217285,0.7961000204086304,0.23070000112056732,0.559499979019165,0.7961000204086304,0.23070000112056732,0.559499979019165,0.7961000204086304,0.23070000112056732,0.559499979019165,0.819100022315979,-0.5637999773025513,-0.10589999705553055,0.819100022315979,-0.5637999773025513,-0.10589999705553055,0.819100022315979,-0.5637999773025513,-0.10589999705553055,-0.12479999661445618,-0.6535000205039978,0.7465999722480774,-0.12479999661445618,-0.6535000205039978,0.7465999722480774,-0.12479999661445618,-0.6535000205039978,0.7465999722480774,-0.9793999791145325,0.19059999287128448,-0.06700000166893005,-0.9793999791145325,0.19059999287128448,-0.06700000166893005,-0.9793999791145325,0.19059999287128448,-0.06700000166893005,-0.9466999769210815,0.27959999442100525,-0.15960000455379486,-0.9466999769210815,0.27959999442100525,-0.15960000455379486,-0.9466999769210815,0.27959999442100525,-0.15960000455379486,-0.2892000079154968,0.31139999628067017,0.9052000045776367,-0.2892000079154968,0.31139999628067017,0.9052000045776367,-0.2892000079154968,0.31139999628067017,0.9052000045776367,-0.42160001397132874,-0.48559999465942383,0.7657999992370605,-0.42160001397132874,-0.48559999465942383,0.7657999992370605,-0.42160001397132874,-0.48559999465942383,0.7657999992370605,0.3937999904155731,-0.8798999786376953,-0.26579999923706055,0.3937999904155731,-0.8798999786376953,-0.26579999923706055,0.3937999904155731,-0.8798999786376953,-0.26579999923706055,-0.928600013256073,0.20880000293254852,0.3066999912261963,-0.928600013256073,0.20880000293254852,0.3066999912261963,-0.928600013256073,0.20880000293254852,0.3066999912261963,0.8603000044822693,-0.5038999915122986,0.07739999890327454,0.8603000044822693,-0.5038999915122986,0.07739999890327454,0.8603000044822693,-0.5038999915122986,0.07739999890327454,0.2312999963760376,-0.6075999736785889,-0.7598000168800354,0.2312999963760376,-0.6075999736785889,-0.7598000168800354,0.2312999963760376,-0.6075999736785889,-0.7598000168800354,-0.45899999141693115,0.567300021648407,-0.6837000250816345,-0.45899999141693115,0.567300021648407,-0.6837000250816345,-0.45899999141693115,0.567300021648407,-0.6837000250816345,0.7821000218391418,-0.1687999963760376,0.5999000072479248,0.7821000218391418,-0.1687999963760376,0.5999000072479248,0.7821000218391418,-0.1687999963760376,0.5999000072479248,0.8431000113487244,-0.5228000283241272,0.12610000371932983,0.8431000113487244,-0.5228000283241272,0.12610000371932983,0.8431000113487244,-0.5228000283241272,0.12610000371932983,0.26840001344680786,0.9427000284194946,-0.19830000400543213,0.26840001344680786,0.9427000284194946,-0.19830000400543213,0.26840001344680786,0.9427000284194946,-0.19830000400543213,-0.9812999963760376,0.19040000438690186,-0.029200000688433647,-0.9812999963760376,0.19040000438690186,-0.029200000688433647,-0.9812999963760376,0.19040000438690186,-0.029200000688433647,0.37779998779296875,0.9239000082015991,0.06080000102519989,0.37779998779296875,0.9239000082015991,0.06080000102519989,0.37779998779296875,0.9239000082015991,0.06080000102519989,-0.49000000953674316,0.8104000091552734,0.32109999656677246,-0.49000000953674316,0.8104000091552734,0.32109999656677246,-0.49000000953674316,0.8104000091552734,0.32109999656677246,0.3296999931335449,0.9067000150680542,0.2630000114440918,0.3296999931335449,0.9067000150680542,0.2630000114440918,0.3296999931335449,0.9067000150680542,0.2630000114440918,-0.36230000853538513,-0.8169999718666077,0.44859999418258667,-0.36230000853538513,-0.8169999718666077,0.44859999418258667,-0.36230000853538513,-0.8169999718666077,0.44859999418258667,-0.08720000088214874,0.29269999265670776,0.9521999955177307,-0.08720000088214874,0.29269999265670776,0.9521999955177307,-0.08720000088214874,0.29269999265670776,0.9521999955177307,-0.989300012588501,-0.13910000026226044,-0.04349999874830246,-0.989300012588501,-0.13910000026226044,-0.04349999874830246,-0.989300012588501,-0.13910000026226044,-0.04349999874830246,0.2824999988079071,0.9484000205993652,-0.14399999380111694,0.2824999988079071,0.9484000205993652,-0.14399999380111694,0.2824999988079071,0.9484000205993652,-0.14399999380111694,0.022600000724196434,-0.8690999746322632,0.49410000443458557,0.022600000724196434,-0.8690999746322632,0.49410000443458557,0.022600000724196434,-0.8690999746322632,0.49410000443458557,-0.5807999968528748,-0.6211000084877014,0.526199996471405,-0.5807999968528748,-0.6211000084877014,0.526199996471405,-0.5807999968528748,-0.6211000084877014,0.526199996471405,0.5044999718666077,0.00430000014603138,0.8633999824523926,0.5044999718666077,0.00430000014603138,0.8633999824523926,0.5044999718666077,0.00430000014603138,0.8633999824523926,-0.4569000005722046,0.4465000033378601,-0.7692999839782715,-0.4569000005722046,0.4465000033378601,-0.7692999839782715,-0.4569000005722046,0.4465000033378601,-0.7692999839782715,-0.29280000925064087,0.9531999826431274,0.0754999965429306,-0.29280000925064087,0.9531999826431274,0.0754999965429306,-0.29280000925064087,0.9531999826431274,0.0754999965429306,0.9176999926567078,0.3156000077724457,0.24120000004768372,0.9176999926567078,0.3156000077724457,0.24120000004768372,0.9176999926567078,0.3156000077724457,0.24120000004768372,0.4578999876976013,-0.8535000085830688,0.24879999458789825,0.4578999876976013,-0.8535000085830688,0.24879999458789825,0.4578999876976013,-0.8535000085830688,0.24879999458789825,0.17839999496936798,-0.2815999984741211,0.942799985408783,0.17839999496936798,-0.2815999984741211,0.942799985408783,0.17839999496936798,-0.2815999984741211,0.942799985408783,-0.2198999971151352,-0.9345999956130981,0.27970001101493835,-0.2198999971151352,-0.9345999956130981,0.27970001101493835,-0.2198999971151352,-0.9345999956130981,0.27970001101493835,0.4641999900341034,-0.7064999938011169,-0.5342000126838684,0.4641999900341034,-0.7064999938011169,-0.5342000126838684,0.4641999900341034,-0.7064999938011169,-0.5342000126838684,0.8112999796867371,-0.27390000224113464,-0.5163999795913696,0.8112999796867371,-0.27390000224113464,-0.5163999795913696,0.8112999796867371,-0.27390000224113464,-0.5163999795913696,-0.5110999941825867,0.8148000240325928,0.2736000120639801,-0.5110999941825867,0.8148000240325928,0.2736000120639801,-0.5110999941825867,0.8148000240325928,0.2736000120639801,-0.7684999704360962,-0.6053000092506409,-0.20739999413490295,-0.7684999704360962,-0.6053000092506409,-0.20739999413490295,-0.7684999704360962,-0.6053000092506409,-0.20739999413490295,-0.6771000027656555,0.7229999899864197,-0.1370999962091446,-0.6771000027656555,0.7229999899864197,-0.1370999962091446,-0.6771000027656555,0.7229999899864197,-0.1370999962091446,0.23899999260902405,0.97079998254776,0.019500000402331352,0.23899999260902405,0.97079998254776,0.019500000402331352,0.23899999260902405,0.97079998254776,0.019500000402331352,-0.057500001043081284,-0.7537000179290771,0.654699981212616,-0.057500001043081284,-0.7537000179290771,0.654699981212616,-0.057500001043081284,-0.7537000179290771,0.654699981212616,-0.13089999556541443,-0.13220000267028809,-0.9825000166893005,-0.13089999556541443,-0.13220000267028809,-0.9825000166893005,-0.13089999556541443,-0.13220000267028809,-0.9825000166893005,-0.6133000254631042,-0.0026000000070780516,-0.789900004863739,-0.6133000254631042,-0.0026000000070780516,-0.789900004863739,-0.6133000254631042,-0.0026000000070780516,-0.789900004863739,0.8130999803543091,-0.30079999566078186,0.4984000027179718,0.8130999803543091,-0.30079999566078186,0.4984000027179718,0.8130999803543091,-0.30079999566078186,0.4984000027179718,0.660099983215332,-0.7253000140190125,0.19539999961853027,0.660099983215332,-0.7253000140190125,0.19539999961853027,0.660099983215332,-0.7253000140190125,0.19539999961853027,-0.8610000014305115,0.5037000179290771,0.07020000368356705,-0.8610000014305115,0.5037000179290771,0.07020000368356705,-0.8610000014305115,0.5037000179290771,0.07020000368356705,-0.9824000000953674,0.15860000252723694,-0.09889999777078629,-0.9824000000953674,0.15860000252723694,-0.09889999777078629,-0.9824000000953674,0.15860000252723694,-0.09889999777078629,-0.017999999225139618,0.5296000242233276,-0.8481000065803528,-0.017999999225139618,0.5296000242233276,-0.8481000065803528,-0.017999999225139618,0.5296000242233276,-0.8481000065803528,-0.08229999989271164,-0.8125,-0.5770999789237976,-0.08229999989271164,-0.8125,-0.5770999789237976,-0.08229999989271164,-0.8125,-0.5770999789237976,-0.038600001484155655,0.9840999841690063,-0.17339999973773956,-0.038600001484155655,0.9840999841690063,-0.17339999973773956,-0.038600001484155655,0.9840999841690063,-0.17339999973773956,-0.6690000295639038,-0.7124999761581421,0.21170000731945038,-0.6690000295639038,-0.7124999761581421,0.21170000731945038,-0.6690000295639038,-0.7124999761581421,0.21170000731945038,-0.24199999868869781,0.4422000050544739,-0.8636000156402588,-0.24199999868869781,0.4422000050544739,-0.8636000156402588,-0.24199999868869781,0.4422000050544739,-0.8636000156402588,0.9347000122070312,-0.31279999017715454,-0.16859999299049377,0.9347000122070312,-0.31279999017715454,-0.16859999299049377,0.9347000122070312,-0.31279999017715454,-0.16859999299049377,-0.39070001244544983,0.6554999947547913,-0.6463000178337097,-0.39070001244544983,0.6554999947547913,-0.6463000178337097,-0.39070001244544983,0.6554999947547913,-0.6463000178337097,-0.9896000027656555,0.13740000128746033,-0.04170000180602074,-0.9896000027656555,0.13740000128746033,-0.04170000180602074,-0.9896000027656555,0.13740000128746033,-0.04170000180602074,0.9300000071525574,-0.2533000111579895,0.2662000060081482,0.9300000071525574,-0.2533000111579895,0.2662000060081482,0.9300000071525574,-0.2533000111579895,0.2662000060081482,0.7954000234603882,0.12559999525547028,0.5928999781608582,0.7954000234603882,0.12559999525547028,0.5928999781608582,0.7954000234603882,0.12559999525547028,0.5928999781608582,0.885200023651123,0.08410000056028366,0.4575999975204468,0.885200023651123,0.08410000056028366,0.4575999975204468,0.885200023651123,0.08410000056028366,0.4575999975204468,-0.08269999921321869,-0.8992999792098999,0.4293999969959259,-0.08269999921321869,-0.8992999792098999,0.4293999969959259,-0.08269999921321869,-0.8992999792098999,0.4293999969959259,-0.5666000247001648,0.4438000023365021,0.6942999958992004,-0.5666000247001648,0.4438000023365021,0.6942999958992004,-0.5666000247001648,0.4438000023365021,0.6942999958992004,-0.680400013923645,0.7303000092506409,-0.06080000102519989,-0.680400013923645,0.7303000092506409,-0.06080000102519989,-0.680400013923645,0.7303000092506409,-0.06080000102519989,-0.25119999051094055,-0.8608999848365784,-0.4424999952316284,-0.25119999051094055,-0.8608999848365784,-0.4424999952316284,-0.25119999051094055,-0.8608999848365784,-0.4424999952316284,0.6953999996185303,-0.011500000022351742,0.718500018119812,0.6953999996185303,-0.011500000022351742,0.718500018119812,0.6953999996185303,-0.011500000022351742,0.718500018119812,-0.006000000052154064,0.3328999876976013,-0.9429000020027161,-0.006000000052154064,0.3328999876976013,-0.9429000020027161,-0.006000000052154064,0.3328999876976013,-0.9429000020027161,0.7197999954223633,0.42250001430511475,-0.5508000254631042,0.7197999954223633,0.42250001430511475,-0.5508000254631042,0.7197999954223633,0.42250001430511475,-0.5508000254631042,-0.24279999732971191,0.46709999442100525,0.8501999974250793,-0.24279999732971191,0.46709999442100525,0.8501999974250793,-0.24279999732971191,0.46709999442100525,0.8501999974250793,0.9797000288963318,-0.20059999823570251,0.006899999920278788,0.9797000288963318,-0.20059999823570251,0.006899999920278788,0.9797000288963318,-0.20059999823570251,0.006899999920278788,-0.48890000581741333,-0.6308000087738037,-0.6025000214576721,-0.48890000581741333,-0.6308000087738037,-0.6025000214576721,-0.48890000581741333,-0.6308000087738037,-0.6025000214576721,0.5526000261306763,-0.5218999981880188,0.6498000025749207,0.5526000261306763,-0.5218999981880188,0.6498000025749207,0.5526000261306763,-0.5218999981880188,0.6498000025749207,0.608299970626831,0.4056999981403351,0.682200014591217,0.608299970626831,0.4056999981403351,0.682200014591217,0.608299970626831,0.4056999981403351,0.682200014591217,-0.5,-0.18080000579357147,-0.8468999862670898,-0.5,-0.18080000579357147,-0.8468999862670898,-0.5,-0.18080000579357147,-0.8468999862670898,-0.9595999717712402,0.2386000007390976,-0.14920000731945038,-0.9595999717712402,0.2386000007390976,-0.14920000731945038,-0.9595999717712402,0.2386000007390976,-0.14920000731945038,0.2653999924659729,-0.7552000284194946,0.599399983882904,0.2653999924659729,-0.7552000284194946,0.599399983882904,0.2653999924659729,-0.7552000284194946,0.599399983882904,0.05909999832510948,-0.9319000244140625,-0.3580000102519989,0.05909999832510948,-0.9319000244140625,-0.3580000102519989,0.05909999832510948,-0.9319000244140625,-0.3580000102519989,-0.45989999175071716,0.5,0.7337999939918518,-0.45989999175071716,0.5,0.7337999939918518,-0.45989999175071716,0.5,0.7337999939918518,0.7017999887466431,-0.07410000264644623,-0.7085000276565552,0.7017999887466431,-0.07410000264644623,-0.7085000276565552,0.7017999887466431,-0.07410000264644623,-0.7085000276565552,0.7134000062942505,-0.6952999830245972,-0.08789999783039093,0.7134000062942505,-0.6952999830245972,-0.08789999783039093,0.7134000062942505,-0.6952999830245972,-0.08789999783039093,-0.050999999046325684,0.5613999962806702,0.8259999752044678,-0.050999999046325684,0.5613999962806702,0.8259999752044678,-0.050999999046325684,0.5613999962806702,0.8259999752044678,-0.4620000123977661,-0.8579999804496765,-0.22429999709129333,-0.4620000123977661,-0.8579999804496765,-0.22429999709129333,-0.4620000123977661,-0.8579999804496765,-0.22429999709129333,-0.3452000021934509,-0.5695000290870667,-0.7459999918937683,-0.3452000021934509,-0.5695000290870667,-0.7459999918937683,-0.3452000021934509,-0.5695000290870667,-0.7459999918937683,-0.6266000270843506,-0.6450999975204468,0.4374000132083893,-0.6266000270843506,-0.6450999975204468,0.4374000132083893,-0.6266000270843506,-0.6450999975204468,0.4374000132083893,0.8234999775886536,-0.5277000069618225,0.20829999446868896,0.8234999775886536,-0.5277000069618225,0.20829999446868896,0.8234999775886536,-0.5277000069618225,0.20829999446868896,-0.18230000138282776,-0.9765999913215637,0.11389999836683273,-0.18230000138282776,-0.9765999913215637,0.11389999836683273,-0.18230000138282776,-0.9765999913215637,0.11389999836683273,0.28839999437332153,0.1867000013589859,0.9391000270843506,0.28839999437332153,0.1867000013589859,0.9391000270843506,0.28839999437332153,0.1867000013589859,0.9391000270843506,0.4341000020503998,-0.5029000043869019,0.7473999857902527,0.4341000020503998,-0.5029000043869019,0.7473999857902527,0.4341000020503998,-0.5029000043869019,0.7473999857902527,0.2718000113964081,0.33149999380111694,0.9035000205039978,0.2718000113964081,0.33149999380111694,0.9035000205039978,0.2718000113964081,0.33149999380111694,0.9035000205039978,-0.49219998717308044,-0.07419999688863754,-0.8672999739646912,-0.49219998717308044,-0.07419999688863754,-0.8672999739646912,-0.49219998717308044,-0.07419999688863754,-0.8672999739646912,-0.11819999665021896,0.5809000134468079,-0.8052999973297119,-0.11819999665021896,0.5809000134468079,-0.8052999973297119,-0.11819999665021896,0.5809000134468079,-0.8052999973297119,0.7247999906539917,0.6869000196456909,-0.053199999034404755,0.7247999906539917,0.6869000196456909,-0.053199999034404755,0.7247999906539917,0.6869000196456909,-0.053199999034404755,-0.005499999970197678,-0.7249000072479248,-0.6887999773025513,-0.005499999970197678,-0.7249000072479248,-0.6887999773025513,-0.005499999970197678,-0.7249000072479248,-0.6887999773025513,0.8920000195503235,0.11159999668598175,-0.43799999356269836,0.8920000195503235,0.11159999668598175,-0.43799999356269836,0.8920000195503235,0.11159999668598175,-0.43799999356269836,0.9890999794006348,-0.14569999277591705,0.021299999207258224,0.9890999794006348,-0.14569999277591705,0.021299999207258224,0.9890999794006348,-0.14569999277591705,0.021299999207258224,-0.5555999875068665,-0.15870000422000885,-0.816100001335144,-0.5555999875068665,-0.15870000422000885,-0.816100001335144,-0.5555999875068665,-0.15870000422000885,-0.816100001335144,-0.9024999737739563,0.32820001244544983,0.27880001068115234,-0.9024999737739563,0.32820001244544983,0.27880001068115234,-0.9024999737739563,0.32820001244544983,0.27880001068115234,-0.4472000002861023,0.7192000150680542,0.5317000150680542,-0.4472000002861023,0.7192000150680542,0.5317000150680542,-0.4472000002861023,0.7192000150680542,0.5317000150680542,0.5428000092506409,0.647599995136261,-0.5347999930381775,0.5428000092506409,0.647599995136261,-0.5347999930381775,0.5428000092506409,0.647599995136261,-0.5347999930381775,-0.05559999868273735,0.788100004196167,-0.6129999756813049,-0.05559999868273735,0.788100004196167,-0.6129999756813049,-0.05559999868273735,0.788100004196167,-0.6129999756813049,-0.5098000168800354,-0.8585000038146973,0.056299999356269836,-0.5098000168800354,-0.8585000038146973,0.056299999356269836,-0.5098000168800354,-0.8585000038146973,0.056299999356269836,-0.30820000171661377,0.5144000053405762,0.8001999855041504,-0.30820000171661377,0.5144000053405762,0.8001999855041504,-0.30820000171661377,0.5144000053405762,0.8001999855041504,-0.18619999289512634,0.6204000115394592,-0.7617999911308289,-0.18619999289512634,0.6204000115394592,-0.7617999911308289,-0.18619999289512634,0.6204000115394592,-0.7617999911308289,0.43619999289512634,0.14740000665187836,-0.8877000212669373,0.43619999289512634,0.14740000665187836,-0.8877000212669373,0.43619999289512634,0.14740000665187836,-0.8877000212669373,0.9882000088691711,0.1331000030040741,-0.07540000230073929,0.9882000088691711,0.1331000030040741,-0.07540000230073929,0.9882000088691711,0.1331000030040741,-0.07540000230073929,-0.1467999964952469,-0.3427000045776367,0.9279000163078308,-0.1467999964952469,-0.3427000045776367,0.9279000163078308,-0.1467999964952469,-0.3427000045776367,0.9279000163078308,0.3569999933242798,-0.7324000000953674,0.5796999931335449,0.3569999933242798,-0.7324000000953674,0.5796999931335449,0.3569999933242798,-0.7324000000953674,0.5796999931335449,-0.28700000047683716,-0.8797000050544739,0.3790999948978424,-0.28700000047683716,-0.8797000050544739,0.3790999948978424,-0.28700000047683716,-0.8797000050544739,0.3790999948978424,-0.03460000082850456,-0.45590001344680786,0.8892999887466431,-0.03460000082850456,-0.45590001344680786,0.8892999887466431,-0.03460000082850456,-0.45590001344680786,0.8892999887466431,-0.2849000096321106,-0.2207999974489212,0.9327999949455261,-0.2849000096321106,-0.2207999974489212,0.9327999949455261,-0.2849000096321106,-0.2207999974489212,0.9327999949455261,0.86080002784729,-0.4323999881744385,0.26829999685287476,0.86080002784729,-0.4323999881744385,0.26829999685287476,0.86080002784729,-0.4323999881744385,0.26829999685287476,0.9732000231742859,0.07119999825954437,0.21870000660419464,0.9732000231742859,0.07119999825954437,0.21870000660419464,0.9732000231742859,0.07119999825954437,0.21870000660419464,-0.6739000082015991,0.4262999892234802,-0.6033999919891357,-0.6739000082015991,0.4262999892234802,-0.6033999919891357,-0.6739000082015991,0.4262999892234802,-0.6033999919891357,-0.9918000102043152,0.11230000108480453,0.06159999966621399,-0.9918000102043152,0.11230000108480453,0.06159999966621399,-0.9918000102043152,0.11230000108480453,0.06159999966621399,-0.7339000105857849,-0.6644999980926514,-0.14079999923706055,-0.7339000105857849,-0.6644999980926514,-0.14079999923706055,-0.7339000105857849,-0.6644999980926514,-0.14079999923706055,0.7436000108718872,-0.66839998960495,0.01640000008046627,0.7436000108718872,-0.66839998960495,0.01640000008046627,0.7436000108718872,-0.66839998960495,0.01640000008046627,0.9825999736785889,-0.17810000479221344,-0.05339999869465828,0.9825999736785889,-0.17810000479221344,-0.05339999869465828,0.9825999736785889,-0.17810000479221344,-0.05339999869465828,-0.19480000436306,-0.974399983882904,-0.11219999939203262,-0.19480000436306,-0.974399983882904,-0.11219999939203262,-0.19480000436306,-0.974399983882904,-0.11219999939203262,0.5906999707221985,-0.5892000198364258,0.5512999892234802,0.5906999707221985,-0.5892000198364258,0.5512999892234802,0.5906999707221985,-0.5892000198364258,0.5512999892234802,0.3467000126838684,-0.6848999857902527,-0.6407999992370605,0.3467000126838684,-0.6848999857902527,-0.6407999992370605,0.3467000126838684,-0.6848999857902527,-0.6407999992370605,0.0763000026345253,0.8669000267982483,0.4925000071525574,0.0763000026345253,0.8669000267982483,0.4925000071525574,0.0763000026345253,0.8669000267982483,0.4925000071525574,-0.8295000195503235,0.24529999494552612,0.501800000667572,-0.8295000195503235,0.24529999494552612,0.501800000667572,-0.8295000195503235,0.24529999494552612,0.501800000667572,-0.9936000108718872,0.11029999703168869,-0.024700000882148743,-0.9936000108718872,0.11029999703168869,-0.024700000882148743,-0.9936000108718872,0.11029999703168869,-0.024700000882148743,0.6327999830245972,0.36469998955726624,-0.6830999851226807,0.6327999830245972,0.36469998955726624,-0.6830999851226807,0.6327999830245972,0.36469998955726624,-0.6830999851226807,-0.6175000071525574,-0.771399974822998,0.15360000729560852,-0.6175000071525574,-0.771399974822998,0.15360000729560852,-0.6175000071525574,-0.771399974822998,0.15360000729560852,0.9848999977111816,-0.16410000622272491,0.05469999834895134,0.9848999977111816,-0.16410000622272491,0.05469999834895134,0.9848999977111816,-0.16410000622272491,0.05469999834895134,0.722000002861023,-0.6370000243186951,-0.2703000009059906,0.722000002861023,-0.6370000243186951,-0.2703000009059906,0.722000002861023,-0.6370000243186951,-0.2703000009059906,0.9598000049591064,0.2793999910354614,0.028200000524520874,0.9598000049591064,0.2793999910354614,0.028200000524520874,0.9598000049591064,0.2793999910354614,0.028200000524520874,0.8773999810218811,0.3781000077724457,-0.2953000068664551,0.8773999810218811,0.3781000077724457,-0.2953000068664551,0.8773999810218811,0.3781000077724457,-0.2953000068664551,-0.12150000035762787,-0.9578999876976013,0.26010000705718994,-0.12150000035762787,-0.9578999876976013,0.26010000705718994,-0.12150000035762787,-0.9578999876976013,0.26010000705718994,0.9926999807357788,-0.10029999911785126,-0.06629999727010727,0.9926999807357788,-0.10029999911785126,-0.06629999727010727,0.9926999807357788,-0.10029999911785126,-0.06629999727010727,-0.8711000084877014,-0.4447999894618988,0.20810000598430634,-0.8711000084877014,-0.4447999894618988,0.20810000598430634,-0.8711000084877014,-0.4447999894618988,0.20810000598430634,-0.9302999973297119,0.16680000722408295,-0.32659998536109924,-0.9302999973297119,0.16680000722408295,-0.32659998536109924,-0.9302999973297119,0.16680000722408295,-0.32659998536109924,0.8248000144958496,-0.22830000519752502,-0.517300009727478,0.8248000144958496,-0.22830000519752502,-0.517300009727478,0.8248000144958496,-0.22830000519752502,-0.517300009727478,0.6470999717712402,-0.490200012922287,-0.583899974822998,0.6470999717712402,-0.490200012922287,-0.583899974822998,0.6470999717712402,-0.490200012922287,-0.583899974822998,0.8357999920845032,-0.5468999743461609,-0.0478999987244606,0.8357999920845032,-0.5468999743461609,-0.0478999987244606,0.8357999920845032,-0.5468999743461609,-0.0478999987244606,0.2567000091075897,0.08079999685287476,0.963100016117096,0.2567000091075897,0.08079999685287476,0.963100016117096,0.2567000091075897,0.08079999685287476,0.963100016117096,-0.11710000038146973,-0.7908999919891357,0.600600004196167,-0.11710000038146973,-0.7908999919891357,0.600600004196167,-0.11710000038146973,-0.7908999919891357,0.600600004196167,0.9815999865531921,-0.08250000327825546,0.17229999601840973,0.9815999865531921,-0.08250000327825546,0.17229999601840973,0.9815999865531921,-0.08250000327825546,0.17229999601840973,-0.2906999886035919,-0.6080999970436096,0.7386999726295471,-0.2906999886035919,-0.6080999970436096,0.7386999726295471,-0.2906999886035919,-0.6080999970436096,0.7386999726295471,-0.4537000060081482,-0.8899000287055969,0.04769999906420708,-0.4537000060081482,-0.8899000287055969,0.04769999906420708,-0.4537000060081482,-0.8899000287055969,0.04769999906420708,0.2572000026702881,-0.8435999751091003,0.47130000591278076,0.2572000026702881,-0.8435999751091003,0.47130000591278076,0.2572000026702881,-0.8435999751091003,0.47130000591278076,0.6912000179290771,0.5799000263214111,-0.4311999976634979,0.6912000179290771,0.5799000263214111,-0.4311999976634979,0.6912000179290771,0.5799000263214111,-0.4311999976634979,0.8514000177383423,0.1501999944448471,0.5024999976158142,0.8514000177383423,0.1501999944448471,0.5024999976158142,0.8514000177383423,0.1501999944448471,0.5024999976158142,-0.3741999864578247,-0.5042999982833862,0.7781999707221985,-0.3741999864578247,-0.5042999982833862,0.7781999707221985,-0.3741999864578247,-0.5042999982833862,0.7781999707221985,0.22310000658035278,0.786300003528595,-0.5760999917984009,0.22310000658035278,0.786300003528595,-0.5760999917984009,0.22310000658035278,0.786300003528595,-0.5760999917984009,0.6442000269889832,0.5651000142097473,0.5152999758720398,0.6442000269889832,0.5651000142097473,0.5152999758720398,0.6442000269889832,0.5651000142097473,0.5152999758720398,0.050700001418590546,0.8946999907493591,-0.44369998574256897,0.050700001418590546,0.8946999907493591,-0.44369998574256897,0.050700001418590546,0.8946999907493591,-0.44369998574256897,-0.8960000276565552,-0.43529999256134033,-0.08799999952316284,-0.8960000276565552,-0.43529999256134033,-0.08799999952316284,-0.8960000276565552,-0.43529999256134033,-0.08799999952316284,-0.9997000098228455,-0.021800000220537186,0.00860000029206276,-0.9997000098228455,-0.021800000220537186,0.00860000029206276,-0.9997000098228455,-0.021800000220537186,0.00860000029206276,-0.4625000059604645,-0.27459999918937683,-0.8429999947547913,-0.4625000059604645,-0.27459999918937683,-0.8429999947547913,-0.4625000059604645,-0.27459999918937683,-0.8429999947547913,0.7511000037193298,0.5375999808311462,0.3831000030040741,0.7511000037193298,0.5375999808311462,0.3831000030040741,0.7511000037193298,0.5375999808311462,0.3831000030040741,-0.33880001306533813,0.817799985408783,0.4652999937534332,-0.33880001306533813,0.817799985408783,0.4652999937534332,-0.33880001306533813,0.817799985408783,0.4652999937534332,0.03869999945163727,-0.3709000051021576,0.9279000163078308,0.03869999945163727,-0.3709000051021576,0.9279000163078308,0.03869999945163727,-0.3709000051021576,0.9279000163078308,0.5401999950408936,-0.8129000067710876,-0.2176000028848648,0.5401999950408936,-0.8129000067710876,-0.2176000028848648,0.5401999950408936,-0.8129000067710876,-0.2176000028848648,-0.932699978351593,-0.2712000012397766,-0.23749999701976776,-0.932699978351593,-0.2712000012397766,-0.23749999701976776,-0.932699978351593,-0.2712000012397766,-0.23749999701976776,0.9083999991416931,0.4018999934196472,-0.11540000140666962,0.9083999991416931,0.4018999934196472,-0.11540000140666962,0.9083999991416931,0.4018999934196472,-0.11540000140666962,-0.2029000073671341,0.7749000191688538,-0.5985999703407288,-0.2029000073671341,0.7749000191688538,-0.5985999703407288,-0.2029000073671341,0.7749000191688538,-0.5985999703407288,0.9523000121116638,0.24879999458789825,-0.1768999993801117,0.9523000121116638,0.24879999458789825,-0.1768999993801117,0.9523000121116638,0.24879999458789825,-0.1768999993801117,-0.3028999865055084,0.39500001072883606,0.8672999739646912,-0.3028999865055084,0.39500001072883606,0.8672999739646912,-0.3028999865055084,0.39500001072883606,0.8672999739646912,-0.9315999746322632,0.014100000262260437,-0.36329999566078186,-0.9315999746322632,0.014100000262260437,-0.36329999566078186,-0.9315999746322632,0.014100000262260437,-0.36329999566078186,-0.8974999785423279,-0.24609999358654022,0.3659000098705292,-0.8974999785423279,-0.24609999358654022,0.3659000098705292,-0.8974999785423279,-0.24609999358654022,0.3659000098705292,0.25130000710487366,-0.6672000288963318,0.701200008392334,0.25130000710487366,-0.6672000288963318,0.701200008392334,0.25130000710487366,-0.6672000288963318,0.701200008392334,-0.07119999825954437,-0.47450000047683716,0.8773999810218811,-0.07119999825954437,-0.47450000047683716,0.8773999810218811,-0.07119999825954437,-0.47450000047683716,0.8773999810218811,-0.992900013923645,0.06300000101327896,-0.10100000351667404,-0.992900013923645,0.06300000101327896,-0.10100000351667404,-0.992900013923645,0.06300000101327896,-0.10100000351667404,-0.04899999871850014,0.7937999963760376,0.6061999797821045,-0.04899999871850014,0.7937999963760376,0.6061999797821045,-0.04899999871850014,0.7937999963760376,0.6061999797821045,-0.9623000025749207,-0.2273000031709671,0.14920000731945038,-0.9623000025749207,-0.2273000031709671,0.14920000731945038,-0.9623000025749207,-0.2273000031709671,0.14920000731945038,0.7627000212669373,0.5705999732017517,-0.304500013589859,0.7627000212669373,0.5705999732017517,-0.304500013589859,0.7627000212669373,0.5705999732017517,-0.304500013589859,-0.4560999870300293,-0.8586999773979187,0.2337000072002411,-0.4560999870300293,-0.8586999773979187,0.2337000072002411,-0.4560999870300293,-0.8586999773979187,0.2337000072002411,-0.8205999732017517,0.5695000290870667,-0.04830000177025795,-0.8205999732017517,0.5695000290870667,-0.04830000177025795,-0.8205999732017517,0.5695000290870667,-0.04830000177025795,-0.38109999895095825,-0.8881999850273132,0.25679999589920044,-0.38109999895095825,-0.8881999850273132,0.25679999589920044,-0.38109999895095825,-0.8881999850273132,0.25679999589920044,-0.5839999914169312,0.6330999732017517,0.5080999732017517,-0.5839999914169312,0.6330999732017517,0.5080999732017517,-0.5839999914169312,0.6330999732017517,0.5080999732017517,0.7922000288963318,-0.5088000297546387,-0.336899995803833,0.7922000288963318,-0.5088000297546387,-0.336899995803833,0.7922000288963318,-0.5088000297546387,-0.336899995803833,0.5099999904632568,-0.4041000008583069,-0.7592999935150146,0.5099999904632568,-0.4041000008583069,-0.7592999935150146,0.5099999904632568,-0.4041000008583069,-0.7592999935150146,0.9279999732971191,-0.36809998750686646,-0.05660000070929527,0.9279999732971191,-0.36809998750686646,-0.05660000070929527,0.9279999732971191,-0.36809998750686646,-0.05660000070929527,-0.13330000638961792,0.9793000221252441,0.15219999849796295,-0.13330000638961792,0.9793000221252441,0.15219999849796295,-0.13330000638961792,0.9793000221252441,0.15219999849796295,-0.8876000046730042,-0.15760000050067902,-0.43290001153945923,-0.8876000046730042,-0.15760000050067902,-0.43290001153945923,-0.8876000046730042,-0.15760000050067902,-0.43290001153945923,-0.8402000069618225,-0.46810001134872437,0.27379998564720154,-0.8402000069618225,-0.46810001134872437,0.27379998564720154,-0.8402000069618225,-0.46810001134872437,0.27379998564720154,0.4372999966144562,0.6474999785423279,-0.6241999864578247,0.4372999966144562,0.6474999785423279,-0.6241999864578247,0.4372999966144562,0.6474999785423279,-0.6241999864578247,0.550000011920929,-0.819599986076355,0.16060000658035278,0.550000011920929,-0.819599986076355,0.16060000658035278,0.550000011920929,-0.819599986076355,0.16060000658035278,0.07599999755620956,-0.9765999913215637,-0.20110000669956207,0.07599999755620956,-0.9765999913215637,-0.20110000669956207,0.07599999755620956,-0.9765999913215637,-0.20110000669956207,-0.5802000164985657,-0.2856999933719635,-0.7627000212669373,-0.5802000164985657,-0.2856999933719635,-0.7627000212669373,-0.5802000164985657,-0.2856999933719635,-0.7627000212669373,0.9926999807357788,-0.11860000342130661,0.023600000888109207,0.9926999807357788,-0.11860000342130661,0.023600000888109207,0.9926999807357788,-0.11860000342130661,0.023600000888109207,-0.9293000102043152,0.14560000598430634,0.3395000100135803,-0.9293000102043152,0.14560000598430634,0.3395000100135803,-0.9293000102043152,0.14560000598430634,0.3395000100135803,-0.7714999914169312,0.3151000142097473,-0.5527999997138977,-0.7714999914169312,0.3151000142097473,-0.5527999997138977,-0.7714999914169312,0.3151000142097473,-0.5527999997138977,0.9753999710083008,-0.14350000023841858,-0.16740000247955322,0.9753999710083008,-0.14350000023841858,-0.16740000247955322,0.9753999710083008,-0.14350000023841858,-0.16740000247955322,-0.5220000147819519,-0.6988000273704529,0.48910000920295715,-0.5220000147819519,-0.6988000273704529,0.48910000920295715,-0.5220000147819519,-0.6988000273704529,0.48910000920295715,0.9420999884605408,0.2084999978542328,-0.26260000467300415,0.9420999884605408,0.2084999978542328,-0.26260000467300415,0.9420999884605408,0.2084999978542328,-0.26260000467300415,-0.4318999946117401,0.8263999819755554,-0.3612000048160553,-0.4318999946117401,0.8263999819755554,-0.3612000048160553,-0.4318999946117401,0.8263999819755554,-0.3612000048160553,-0.35839998722076416,0.3833000063896179,0.8513000011444092,-0.35839998722076416,0.3833000063896179,0.8513000011444092,-0.35839998722076416,0.3833000063896179,0.8513000011444092,0.9812999963760376,-0.1915999948978424,-0.018400000408291817,0.9812999963760376,-0.1915999948978424,-0.018400000408291817,0.9812999963760376,-0.1915999948978424,-0.018400000408291817,0.29750001430511475,-0.7001000046730042,-0.6491000056266785,0.29750001430511475,-0.7001000046730042,-0.6491000056266785,0.29750001430511475,-0.7001000046730042,-0.6491000056266785,-0.5135999917984009,0.43320000171661377,0.7405999898910522,-0.5135999917984009,0.43320000171661377,0.7405999898910522,-0.5135999917984009,0.43320000171661377,0.7405999898910522,0.45739999413490295,0.1729000061750412,-0.8723000288009644,0.45739999413490295,0.1729000061750412,-0.8723000288009644,0.45739999413490295,0.1729000061750412,-0.8723000288009644,-0.64410001039505,0.0017000000225380063,0.7649999856948853,-0.64410001039505,0.0017000000225380063,0.7649999856948853,-0.64410001039505,0.0017000000225380063,0.7649999856948853,0.48240000009536743,0.7063000202178955,-0.5181999802589417,0.48240000009536743,0.7063000202178955,-0.5181999802589417,0.48240000009536743,0.7063000202178955,-0.5181999802589417,0.8718000054359436,-0.28529998660087585,0.39809998869895935,0.8718000054359436,-0.28529998660087585,0.39809998869895935,0.8718000054359436,-0.28529998660087585,0.39809998869895935,-0.6261000037193298,-0.09709999710321426,-0.7735999822616577,-0.6261000037193298,-0.09709999710321426,-0.7735999822616577,-0.6261000037193298,-0.09709999710321426,-0.7735999822616577,-0.7522000074386597,-0.6549000144004822,-0.07259999960660934,-0.7522000074386597,-0.6549000144004822,-0.07259999960660934,-0.7522000074386597,-0.6549000144004822,-0.07259999960660934,0.6693999767303467,-0.7427999973297119,0.008899999782443047,0.6693999767303467,-0.7427999973297119,0.008899999782443047,0.6693999767303467,-0.7427999973297119,0.008899999782443047,0.29179999232292175,-0.9519000053405762,-0.093299999833107,0.29179999232292175,-0.9519000053405762,-0.093299999833107,0.29179999232292175,-0.9519000053405762,-0.093299999833107,-0.9804999828338623,-0.0722000002861023,0.18299999833106995,-0.9804999828338623,-0.0722000002861023,0.18299999833106995,-0.9804999828338623,-0.0722000002861023,0.18299999833106995,-0.0019000000320374966,-0.8001000285148621,0.5999000072479248,-0.0019000000320374966,-0.8001000285148621,0.5999000072479248,-0.0019000000320374966,-0.8001000285148621,0.5999000072479248,0.3093999922275543,0.579200029373169,-0.7541999816894531,0.3093999922275543,0.579200029373169,-0.7541999816894531,0.3093999922275543,0.579200029373169,-0.7541999816894531,0.871399998664856,-0.4625999927520752,0.16300000250339508,0.871399998664856,-0.4625999927520752,0.16300000250339508,0.871399998664856,-0.4625999927520752,0.16300000250339508,-0.9478999972343445,-0.18230000138282776,-0.2612000107765198,-0.9478999972343445,-0.18230000138282776,-0.2612000107765198,-0.9478999972343445,-0.18230000138282776,-0.2612000107765198,-0.364300012588501,-0.6340000033378601,-0.6820999979972839,-0.364300012588501,-0.6340000033378601,-0.6820999979972839,-0.364300012588501,-0.6340000033378601,-0.6820999979972839,-0.4163999855518341,0.8791999816894531,-0.2313999980688095,-0.4163999855518341,0.8791999816894531,-0.2313999980688095,-0.4163999855518341,0.8791999816894531,-0.2313999980688095,0.2304999977350235,-0.5965999960899353,0.7687000036239624,0.2304999977350235,-0.5965999960899353,0.7687000036239624,0.2304999977350235,-0.5965999960899353,0.7687000036239624,-0.5511999726295471,0.4715000092983246,0.6883999705314636,-0.5511999726295471,0.4715000092983246,0.6883999705314636,-0.5511999726295471,0.4715000092983246,0.6883999705314636,0.03449999913573265,-0.5823000073432922,-0.8122000098228455,0.03449999913573265,-0.5823000073432922,-0.8122000098228455,0.03449999913573265,-0.5823000073432922,-0.8122000098228455,-0.08900000154972076,-0.1006999984383583,0.9908999800682068,-0.08900000154972076,-0.1006999984383583,0.9908999800682068,-0.08900000154972076,-0.1006999984383583,0.9908999800682068,-0.26600000262260437,0.9478999972343445,0.17499999701976776,-0.26600000262260437,0.9478999972343445,0.17499999701976776,-0.26600000262260437,0.9478999972343445,0.17499999701976776,-0.6816999912261963,0.7294999957084656,0.0568000003695488,-0.6816999912261963,0.7294999957084656,0.0568000003695488,-0.6816999912261963,0.7294999957084656,0.0568000003695488,0.25600001215934753,0.920199990272522,0.296099990606308,0.25600001215934753,0.920199990272522,0.296099990606308,0.25600001215934753,0.920199990272522,0.296099990606308,0.8345000147819519,-0.051899999380111694,-0.5485000014305115,0.8345000147819519,-0.051899999380111694,-0.5485000014305115,0.8345000147819519,-0.051899999380111694,-0.5485000014305115,0.049300000071525574,-0.5285000205039978,0.8475000262260437,0.049300000071525574,-0.5285000205039978,0.8475000262260437,0.049300000071525574,-0.5285000205039978,0.8475000262260437,0.13950000703334808,0.8676999807357788,0.4772000014781952,0.13950000703334808,0.8676999807357788,0.4772000014781952,0.13950000703334808,0.8676999807357788,0.4772000014781952,0.6474999785423279,0.7077999711036682,0.2822999954223633,0.6474999785423279,0.7077999711036682,0.2822999954223633,0.6474999785423279,0.7077999711036682,0.2822999954223633,-0.6126999855041504,-0.3513000011444092,0.7078999876976013,-0.6126999855041504,-0.3513000011444092,0.7078999876976013,-0.6126999855041504,-0.3513000011444092,0.7078999876976013,0.8658999800682068,-0.3009999990463257,0.39959999918937683,0.8658999800682068,-0.3009999990463257,0.39959999918937683,0.8658999800682068,-0.3009999990463257,0.39959999918937683,0.8960000276565552,-0.20980000495910645,-0.391400009393692,0.8960000276565552,-0.20980000495910645,-0.391400009393692,0.8960000276565552,-0.20980000495910645,-0.391400009393692,0.8942999839782715,0.43639999628067017,-0.09839999675750732,0.8942999839782715,0.43639999628067017,-0.09839999675750732,0.8942999839782715,0.43639999628067017,-0.09839999675750732,0.24070000648498535,0.13099999725818634,0.9617000222206116,0.24070000648498535,0.13099999725818634,0.9617000222206116,0.24070000648498535,0.13099999725818634,0.9617000222206116,0.461899995803833,-0.32989999651908875,0.8233000040054321,0.461899995803833,-0.32989999651908875,0.8233000040054321,0.461899995803833,-0.32989999651908875,0.8233000040054321,0.0010000000474974513,-0.9714999794960022,0.23720000684261322,0.0010000000474974513,-0.9714999794960022,0.23720000684261322,0.0010000000474974513,-0.9714999794960022,0.23720000684261322,-0.35749998688697815,0.3197999894618988,-0.8774999976158142,-0.35749998688697815,0.3197999894618988,-0.8774999976158142,-0.35749998688697815,0.3197999894618988,-0.8774999976158142,-0.5,-0.8611000180244446,0.0925000011920929,-0.5,-0.8611000180244446,0.0925000011920929,-0.5,-0.8611000180244446,0.0925000011920929,0.47110000252723694,0.10050000250339508,0.8762999773025513,0.47110000252723694,0.10050000250339508,0.8762999773025513,0.47110000252723694,0.10050000250339508,0.8762999773025513,0.1354999989271164,0.9904999732971191,0.024800000712275505,0.1354999989271164,0.9904999732971191,0.024800000712275505,0.1354999989271164,0.9904999732971191,0.024800000712275505,0.1736000031232834,-0.902999997138977,0.3930000066757202,0.1736000031232834,-0.902999997138977,0.3930000066757202,0.1736000031232834,-0.902999997138977,0.3930000066757202,0.9751999974250793,-0.22100000083446503,-0.009999999776482582,0.9751999974250793,-0.22100000083446503,-0.009999999776482582,0.9751999974250793,-0.22100000083446503,-0.009999999776482582,-0.7240999937057495,0.6707000136375427,-0.16040000319480896,-0.7240999937057495,0.6707000136375427,-0.16040000319480896,-0.7240999937057495,0.6707000136375427,-0.16040000319480896,0.5708000063896179,-0.6039000153541565,-0.5562999844551086,0.5708000063896179,-0.6039000153541565,-0.5562999844551086,0.5708000063896179,-0.6039000153541565,-0.5562999844551086,0.8172000050544739,0.05249999836087227,-0.5740000009536743,0.8172000050544739,0.05249999836087227,-0.5740000009536743,0.8172000050544739,0.05249999836087227,-0.5740000009536743,-0.5421000123023987,0.8323000073432922,-0.11569999903440475,-0.5421000123023987,0.8323000073432922,-0.11569999903440475,-0.5421000123023987,0.8323000073432922,-0.11569999903440475,-0.9240999817848206,0.3131999969482422,0.21899999678134918,-0.9240999817848206,0.3131999969482422,0.21899999678134918,-0.9240999817848206,0.3131999969482422,0.21899999678134918,0.3871000111103058,-0.2782999873161316,-0.8791000247001648,0.3871000111103058,-0.2782999873161316,-0.8791000247001648,0.3871000111103058,-0.2782999873161316,-0.8791000247001648,-0.9901000261306763,-0.019500000402331352,0.13920000195503235,-0.9901000261306763,-0.019500000402331352,0.13920000195503235,-0.9901000261306763,-0.019500000402331352,0.13920000195503235,0.07779999822378159,-0.554099977016449,0.8288000226020813,0.07779999822378159,-0.554099977016449,0.8288000226020813,0.07779999822378159,-0.554099977016449,0.8288000226020813,0.9345999956130981,-0.257099986076355,-0.2459000051021576,0.9345999956130981,-0.257099986076355,-0.2459000051021576,0.9345999956130981,-0.257099986076355,-0.2459000051021576,-0.5709999799728394,-0.45840001106262207,-0.6809999942779541,-0.5709999799728394,-0.45840001106262207,-0.6809999942779541,-0.5709999799728394,-0.45840001106262207,-0.6809999942779541,0.4771000146865845,0.8008000254631042,-0.362199991941452,0.4771000146865845,0.8008000254631042,-0.362199991941452,0.4771000146865845,0.8008000254631042,-0.362199991941452,0.7670999765396118,0.24969999492168427,-0.5910000205039978,0.7670999765396118,0.24969999492168427,-0.5910000205039978,0.7670999765396118,0.24969999492168427,-0.5910000205039978,0.1088000014424324,0.8845999836921692,-0.45339998602867126,0.1088000014424324,0.8845999836921692,-0.45339998602867126,0.1088000014424324,0.8845999836921692,-0.45339998602867126,0.2013999968767166,0.6901000142097473,0.6951000094413757,0.2013999968767166,0.6901000142097473,0.6951000094413757,0.2013999968767166,0.6901000142097473,0.6951000094413757,0.7991999983787537,0.559499979019165,-0.21940000355243683,0.7991999983787537,0.559499979019165,-0.21940000355243683,0.7991999983787537,0.559499979019165,-0.21940000355243683,0.9966999888420105,0.012500000186264515,-0.08079999685287476,0.9966999888420105,0.012500000186264515,-0.08079999685287476,0.9966999888420105,0.012500000186264515,-0.08079999685287476,0.13590000569820404,-0.6074000000953674,0.7827000021934509,0.13590000569820404,-0.6074000000953674,0.7827000021934509,0.13590000569820404,-0.6074000000953674,0.7827000021934509,0.9093999862670898,0.4120999872684479,0.05609999969601631,0.9093999862670898,0.4120999872684479,0.05609999969601631,0.9093999862670898,0.4120999872684479,0.05609999969601631,-0.4117000102996826,-0.1039000004529953,0.9053999781608582,-0.4117000102996826,-0.1039000004529953,0.9053999781608582,-0.4117000102996826,-0.1039000004529953,0.9053999781608582,-0.4090999960899353,-0.734499990940094,-0.5414999723434448,-0.4090999960899353,-0.734499990940094,-0.5414999723434448,-0.4090999960899353,-0.734499990940094,-0.5414999723434448,0.8662999868392944,-0.4975999891757965,0.04390000179409981,0.8662999868392944,-0.4975999891757965,0.04390000179409981,0.8662999868392944,-0.4975999891757965,0.04390000179409981,0.3366999924182892,0.9272000193595886,0.16439999639987946,0.3366999924182892,0.9272000193595886,0.16439999639987946,0.3366999924182892,0.9272000193595886,0.16439999639987946,0.817300021648407,-0.5472000241279602,0.18060000240802765,0.817300021648407,-0.5472000241279602,0.18060000240802765,0.817300021648407,-0.5472000241279602,0.18060000240802765,0.0738999992609024,0.7264999747276306,-0.6832000017166138,0.0738999992609024,0.7264999747276306,-0.6832000017166138,0.0738999992609024,0.7264999747276306,-0.6832000017166138,-0.5289000272750854,0.8450999855995178,-0.07800000160932541,-0.5289000272750854,0.8450999855995178,-0.07800000160932541,-0.5289000272750854,0.8450999855995178,-0.07800000160932541,0.34360000491142273,0.5313000082969666,-0.774399995803833,0.34360000491142273,0.5313000082969666,-0.774399995803833,0.34360000491142273,0.5313000082969666,-0.774399995803833,0.8899000287055969,0.2581999897956848,-0.37599998712539673,0.8899000287055969,0.2581999897956848,-0.37599998712539673,0.8899000287055969,0.2581999897956848,-0.37599998712539673,0.96670001745224,-0.10090000182390213,0.23520000278949738,0.96670001745224,-0.10090000182390213,0.23520000278949738,0.96670001745224,-0.10090000182390213,0.23520000278949738,-0.17489999532699585,0.9143999814987183,-0.3650999963283539,-0.17489999532699585,0.9143999814987183,-0.3650999963283539,-0.17489999532699585,0.9143999814987183,-0.3650999963283539,-0.27239999175071716,0.4724999964237213,-0.8381999731063843,-0.27239999175071716,0.4724999964237213,-0.8381999731063843,-0.27239999175071716,0.4724999964237213,-0.8381999731063843,0.597000002861023,0.7692000269889832,-0.22769999504089355,0.597000002861023,0.7692000269889832,-0.22769999504089355,0.597000002861023,0.7692000269889832,-0.22769999504089355,0.8984000086784363,-0.1145000010728836,-0.42399999499320984,0.8984000086784363,-0.1145000010728836,-0.42399999499320984,0.8984000086784363,-0.1145000010728836,-0.42399999499320984,0.8560000061988831,0.4526999890804291,0.24959999322891235,0.8560000061988831,0.4526999890804291,0.24959999322891235,0.8560000061988831,0.4526999890804291,0.24959999322891235,0.9966999888420105,-0.06310000270605087,0.0502999983727932,0.9966999888420105,-0.06310000270605087,0.0502999983727932,0.9966999888420105,-0.06310000270605087,0.0502999983727932,0.9922000169754028,-0.010499999858438969,-0.12409999966621399,0.9922000169754028,-0.010499999858438969,-0.12409999966621399,0.9922000169754028,-0.010499999858438969,-0.12409999966621399,0.19679999351501465,-0.9197999835014343,0.3395000100135803,0.19679999351501465,-0.9197999835014343,0.3395000100135803,0.19679999351501465,-0.9197999835014343,0.3395000100135803,0.21080000698566437,0.6523000001907349,0.7281000018119812,0.21080000698566437,0.6523000001907349,0.7281000018119812,0.21080000698566437,0.6523000001907349,0.7281000018119812,0.9103999733924866,0.019600000232458115,-0.4131999909877777,0.9103999733924866,0.019600000232458115,-0.4131999909877777,0.9103999733924866,0.019600000232458115,-0.4131999909877777,0.1898999959230423,0.7228999733924866,0.6643999814987183,0.1898999959230423,0.7228999733924866,0.6643999814987183,0.1898999959230423,0.7228999733924866,0.6643999814987183,0.25040000677108765,0.7279000282287598,0.6383000016212463,0.25040000677108765,0.7279000282287598,0.6383000016212463,0.25040000677108765,0.7279000282287598,0.6383000016212463,-0.14920000731945038,-0.822700023651123,-0.5485000014305115,-0.14920000731945038,-0.822700023651123,-0.5485000014305115,-0.14920000731945038,-0.822700023651123,-0.5485000014305115,-0.953499972820282,-0.22930000722408295,-0.19550000131130219,-0.953499972820282,-0.22930000722408295,-0.19550000131130219,-0.953499972820282,-0.22930000722408295,-0.19550000131130219,0.994700014591217,-0.07050000131130219,0.0746999979019165,0.994700014591217,-0.07050000131130219,0.0746999979019165,0.994700014591217,-0.07050000131130219,0.0746999979019165,0.21539999544620514,-0.7829999923706055,0.5835000276565552,0.21539999544620514,-0.7829999923706055,0.5835000276565552,0.21539999544620514,-0.7829999923706055,0.5835000276565552,0.15850000083446503,-0.7638999819755554,-0.6255999803543091,0.15850000083446503,-0.7638999819755554,-0.6255999803543091,0.15850000083446503,-0.7638999819755554,-0.6255999803543091,-0.3596999943256378,0.5037999749183655,0.7853999733924866,-0.3596999943256378,0.5037999749183655,0.7853999733924866,-0.3596999943256378,0.5037999749183655,0.7853999733924866,0.4090999960899353,0.6460000276565552,0.6445000171661377,0.4090999960899353,0.6460000276565552,0.6445000171661377,0.4090999960899353,0.6460000276565552,0.6445000171661377,-0.9462000131607056,0.2930999994277954,0.13740000128746033,-0.9462000131607056,0.2930999994277954,0.13740000128746033,-0.9462000131607056,0.2930999994277954,0.13740000128746033,-0.21860000491142273,-0.4341000020503998,0.8740000128746033,-0.21860000491142273,-0.4341000020503998,0.8740000128746033,-0.21860000491142273,-0.4341000020503998,0.8740000128746033,-0.5008999705314636,0.8084999918937683,-0.30880001187324524,-0.5008999705314636,0.8084999918937683,-0.30880001187324524,-0.5008999705314636,0.8084999918937683,-0.30880001187324524,0.40220001339912415,-0.8805999755859375,0.25040000677108765,0.40220001339912415,-0.8805999755859375,0.25040000677108765,0.40220001339912415,-0.8805999755859375,0.25040000677108765,-0.5544999837875366,0.4433000087738037,-0.704200029373169,-0.5544999837875366,0.4433000087738037,-0.704200029373169,-0.5544999837875366,0.4433000087738037,-0.704200029373169,0.8737000226974487,0.21649999916553497,0.43560001254081726,0.8737000226974487,0.21649999916553497,0.43560001254081726,0.8737000226974487,0.21649999916553497,0.43560001254081726,-0.026200000196695328,0.17739999294281006,-0.9837999939918518,-0.026200000196695328,0.17739999294281006,-0.9837999939918518,-0.026200000196695328,0.17739999294281006,-0.9837999939918518,-0.6513000130653381,-0.5026999711990356,-0.5684000253677368,-0.6513000130653381,-0.5026999711990356,-0.5684000253677368,-0.6513000130653381,-0.5026999711990356,-0.5684000253677368,0.9240000247955322,-0.3790999948978424,-0.04910000041127205,0.9240000247955322,-0.3790999948978424,-0.04910000041127205,0.9240000247955322,-0.3790999948978424,-0.04910000041127205,-0.8291000127792358,-0.5590000152587891,-0.008100000210106373,-0.8291000127792358,-0.5590000152587891,-0.008100000210106373,-0.8291000127792358,-0.5590000152587891,-0.008100000210106373,0.1673000007867813,0.8285999894142151,-0.5343000292778015,0.1673000007867813,0.8285999894142151,-0.5343000292778015,0.1673000007867813,0.8285999894142151,-0.5343000292778015,0.7929999828338623,-0.5892999768257141,-0.15440000593662262,0.7929999828338623,-0.5892999768257141,-0.15440000593662262,0.7929999828338623,-0.5892999768257141,-0.15440000593662262,-0.7526999711990356,0.5852000117301941,-0.30169999599456787,-0.7526999711990356,0.5852000117301941,-0.30169999599456787,-0.7526999711990356,0.5852000117301941,-0.30169999599456787,0.1737000048160553,0.5482000112533569,-0.8180999755859375,0.1737000048160553,0.5482000112533569,-0.8180999755859375,0.1737000048160553,0.5482000112533569,-0.8180999755859375,-0.6126999855041504,0.08299999684095383,-0.7860000133514404,-0.6126999855041504,0.08299999684095383,-0.7860000133514404,-0.6126999855041504,0.08299999684095383,-0.7860000133514404,0.9610000252723694,-0.2637999951839447,-0.08320000022649765,0.9610000252723694,-0.2637999951839447,-0.08320000022649765,0.9610000252723694,-0.2637999951839447,-0.08320000022649765,0.43779999017715454,-0.626800000667572,0.644599974155426,0.43779999017715454,-0.626800000667572,0.644599974155426,0.43779999017715454,-0.626800000667572,0.644599974155426,-0.9531999826431274,0.21379999816417694,0.21359999477863312,-0.9531999826431274,0.21379999816417694,0.21359999477863312,-0.9531999826431274,0.21379999816417694,0.21359999477863312,0.9923999905586243,-0.11959999799728394,-0.03020000085234642,0.9923999905586243,-0.11959999799728394,-0.03020000085234642,0.9923999905586243,-0.11959999799728394,-0.03020000085234642,0.5785999894142151,-0.5956000089645386,-0.557200014591217,0.5785999894142151,-0.5956000089645386,-0.557200014591217,0.5785999894142151,-0.5956000089645386,-0.557200014591217,-0.8392000198364258,0.45329999923706055,-0.3005000054836273,-0.8392000198364258,0.45329999923706055,-0.3005000054836273,-0.8392000198364258,0.45329999923706055,-0.3005000054836273,-0.5415999889373779,0.24330000579357147,-0.8046000003814697,-0.5415999889373779,0.24330000579357147,-0.8046000003814697,-0.5415999889373779,0.24330000579357147,-0.8046000003814697,-0.8389999866485596,-0.1306000053882599,0.5282999873161316,-0.8389999866485596,-0.1306000053882599,0.5282999873161316,-0.8389999866485596,-0.1306000053882599,0.5282999873161316,-0.14309999346733093,-0.7954000234603882,0.5889999866485596,-0.14309999346733093,-0.7954000234603882,0.5889999866485596,-0.14309999346733093,-0.7954000234603882,0.5889999866485596,-0.20469999313354492,0.9659000039100647,-0.15880000591278076,-0.20469999313354492,0.9659000039100647,-0.15880000591278076,-0.20469999313354492,0.9659000039100647,-0.15880000591278076,0.1889999955892563,-0.8859000205993652,-0.4235999882221222,0.1889999955892563,-0.8859000205993652,-0.4235999882221222,0.1889999955892563,-0.8859000205993652,-0.4235999882221222,-0.972599983215332,0.024800000712275505,0.23109999299049377,-0.972599983215332,0.024800000712275505,0.23109999299049377,-0.972599983215332,0.024800000712275505,0.23109999299049377,0.5443999767303467,0.7796000242233276,0.30959999561309814,0.5443999767303467,0.7796000242233276,0.30959999561309814,0.5443999767303467,0.7796000242233276,0.30959999561309814,-0.9746000170707703,-0.004699999932199717,0.2240000069141388,-0.9746000170707703,-0.004699999932199717,0.2240000069141388,-0.9746000170707703,-0.004699999932199717,0.2240000069141388,0.667900025844574,-0.287200003862381,-0.6866000294685364,0.667900025844574,-0.287200003862381,-0.6866000294685364,0.667900025844574,-0.287200003862381,-0.6866000294685364,0.4507000148296356,-0.5976999998092651,0.6629999876022339,0.4507000148296356,-0.5976999998092651,0.6629999876022339,0.4507000148296356,-0.5976999998092651,0.6629999876022339,-0.7315999865531921,0.6438999772071838,-0.22390000522136688,-0.7315999865531921,0.6438999772071838,-0.22390000522136688,-0.7315999865531921,0.6438999772071838,-0.22390000522136688,-0.5203999876976013,-0.8248000144958496,0.22100000083446503,-0.5203999876976013,-0.8248000144958496,0.22100000083446503,-0.5203999876976013,-0.8248000144958496,0.22100000083446503,-0.7813000082969666,-0.5457000136375427,-0.30309998989105225,-0.7813000082969666,-0.5457000136375427,-0.30309998989105225,-0.7813000082969666,-0.5457000136375427,-0.30309998989105225,-0.8108000159263611,-0.05480000004172325,-0.5827000141143799,-0.8108000159263611,-0.05480000004172325,-0.5827000141143799,-0.8108000159263611,-0.05480000004172325,-0.5827000141143799,0.2824999988079071,0.8865000009536743,0.36660000681877136,0.2824999988079071,0.8865000009536743,0.36660000681877136,0.2824999988079071,0.8865000009536743,0.36660000681877136,-0.7110000252723694,0.6313999891281128,-0.30959999561309814,-0.7110000252723694,0.6313999891281128,-0.30959999561309814,-0.7110000252723694,0.6313999891281128,-0.30959999561309814,0.9111999869346619,0.4083000123500824,-0.05469999834895134,0.9111999869346619,0.4083000123500824,-0.05469999834895134,0.9111999869346619,0.4083000123500824,-0.05469999834895134,-0.590399980545044,-0.7340999841690063,0.3353999853134155,-0.590399980545044,-0.7340999841690063,0.3353999853134155,-0.590399980545044,-0.7340999841690063,0.3353999853134155,-0.6014999747276306,-0.5997999906539917,0.5277000069618225,-0.6014999747276306,-0.5997999906539917,0.5277000069618225,-0.6014999747276306,-0.5997999906539917,0.5277000069618225,-0.6236000061035156,-0.35839998722076416,-0.6947000026702881,-0.6236000061035156,-0.35839998722076416,-0.6947000026702881,-0.6236000061035156,-0.35839998722076416,-0.6947000026702881,0.6830000281333923,0.1776999980211258,-0.7084000110626221,0.6830000281333923,0.1776999980211258,-0.7084000110626221,0.6830000281333923,0.1776999980211258,-0.7084000110626221,0.2782000005245209,0.6564000248908997,-0.7013000249862671,0.2782000005245209,0.6564000248908997,-0.7013000249862671,0.2782000005245209,0.6564000248908997,-0.7013000249862671,-0.06530000269412994,0.794700026512146,0.6035000085830688,-0.06530000269412994,0.794700026512146,0.6035000085830688,-0.06530000269412994,0.794700026512146,0.6035000085830688,0.2768000066280365,0.9348000288009644,0.22259999811649323,0.2768000066280365,0.9348000288009644,0.22259999811649323,0.2768000066280365,0.9348000288009644,0.22259999811649323,0.6567000150680542,0.45260000228881836,-0.6032000184059143,0.6567000150680542,0.45260000228881836,-0.6032000184059143,0.6567000150680542,0.45260000228881836,-0.6032000184059143,-0.30979999899864197,0.9412000179290771,0.13439999520778656,-0.30979999899864197,0.9412000179290771,0.13439999520778656,-0.30979999899864197,0.9412000179290771,0.13439999520778656,0.8425999879837036,-0.14149999618530273,0.519599974155426,0.8425999879837036,-0.14149999618530273,0.519599974155426,0.8425999879837036,-0.14149999618530273,0.519599974155426,-0.45179998874664307,-0.5787000060081482,-0.6790000200271606,-0.45179998874664307,-0.5787000060081482,-0.6790000200271606,-0.45179998874664307,-0.5787000060081482,-0.6790000200271606,-0.5034000277519226,-0.8628000020980835,-0.047600001096725464,-0.5034000277519226,-0.8628000020980835,-0.047600001096725464,-0.5034000277519226,-0.8628000020980835,-0.047600001096725464,-0.7662000060081482,0.6000999808311462,-0.2296999990940094,-0.7662000060081482,0.6000999808311462,-0.2296999990940094,-0.7662000060081482,0.6000999808311462,-0.2296999990940094,-0.6743999719619751,-0.7382000088691711,0.013500000350177288,-0.6743999719619751,-0.7382000088691711,0.013500000350177288,-0.6743999719619751,-0.7382000088691711,0.013500000350177288,0.12929999828338623,-0.8054999709129333,0.5784000158309937,0.12929999828338623,-0.8054999709129333,0.5784000158309937,0.12929999828338623,-0.8054999709129333,0.5784000158309937,0.667900025844574,-0.619700014591217,0.4120999872684479,0.667900025844574,-0.619700014591217,0.4120999872684479,0.667900025844574,-0.619700014591217,0.4120999872684479,-0.9700000286102295,0.22769999504089355,-0.08560000360012054,-0.9700000286102295,0.22769999504089355,-0.08560000360012054,-0.9700000286102295,0.22769999504089355,-0.08560000360012054,0.8920999765396118,0.20509999990463257,-0.4027000069618225,0.8920999765396118,0.20509999990463257,-0.4027000069618225,0.8920999765396118,0.20509999990463257,-0.4027000069618225,-0.8772000074386597,0.4417000114917755,-0.1882999986410141,-0.8772000074386597,0.4417000114917755,-0.1882999986410141,-0.8772000074386597,0.4417000114917755,-0.1882999986410141,-0.633400022983551,0.22050000727176666,-0.7416999936103821,-0.633400022983551,0.22050000727176666,-0.7416999936103821,-0.633400022983551,0.22050000727176666,-0.7416999936103821,0.8914999961853027,0.41909998655319214,-0.17180000245571136,0.8914999961853027,0.41909998655319214,-0.17180000245571136,0.8914999961853027,0.41909998655319214,-0.17180000245571136,-0.35109999775886536,-0.734000027179718,0.5813000202178955,-0.35109999775886536,-0.734000027179718,0.5813000202178955,-0.35109999775886536,-0.734000027179718,0.5813000202178955,0.6730999946594238,0.6211000084877014,-0.4016000032424927,0.6730999946594238,0.6211000084877014,-0.4016000032424927,0.6730999946594238,0.6211000084877014,-0.4016000032424927,-0.5439000129699707,-0.8003000020980835,0.25220000743865967,-0.5439000129699707,-0.8003000020980835,0.25220000743865967,-0.5439000129699707,-0.8003000020980835,0.25220000743865967,-0.03920000046491623,0.8600000143051147,-0.5087000131607056,-0.03920000046491623,0.8600000143051147,-0.5087000131607056,-0.03920000046491623,0.8600000143051147,-0.5087000131607056,-0.7045000195503235,0.49630001187324524,-0.5073999762535095,-0.7045000195503235,0.49630001187324524,-0.5073999762535095,-0.7045000195503235,0.49630001187324524,-0.5073999762535095,-0.22089999914169312,0.9380999803543091,-0.26669999957084656,-0.22089999914169312,0.9380999803543091,-0.26669999957084656,-0.22089999914169312,0.9380999803543091,-0.26669999957084656,-0.6054999828338623,0.1543000042438507,-0.7807999849319458,-0.6054999828338623,0.1543000042438507,-0.7807999849319458,-0.6054999828338623,0.1543000042438507,-0.7807999849319458,-0.6414999961853027,-0.46959999203681946,0.6065999865531921,-0.6414999961853027,-0.46959999203681946,0.6065999865531921,-0.6414999961853027,-0.46959999203681946,0.6065999865531921,0.8849999904632568,-0.29159998893737793,0.36309999227523804,0.8849999904632568,-0.29159998893737793,0.36309999227523804,0.8849999904632568,-0.29159998893737793,0.36309999227523804,-0.21040000021457672,-0.9750000238418579,0.07090000063180923,-0.21040000021457672,-0.9750000238418579,0.07090000063180923,-0.21040000021457672,-0.9750000238418579,0.07090000063180923,0.6251999735832214,-0.5177000164985657,-0.5839999914169312,0.6251999735832214,-0.5177000164985657,-0.5839999914169312,0.6251999735832214,-0.5177000164985657,-0.5839999914169312,0.4117000102996826,0.03359999880194664,-0.9107000231742859,0.4117000102996826,0.03359999880194664,-0.9107000231742859,0.4117000102996826,0.03359999880194664,-0.9107000231742859,0.0019000000320374966,0.9972000122070312,0.0746999979019165,0.0019000000320374966,0.9972000122070312,0.0746999979019165,0.0019000000320374966,0.9972000122070312,0.0746999979019165,-0.002899999963119626,0.2775999903678894,-0.9606999754905701,-0.002899999963119626,0.2775999903678894,-0.9606999754905701,-0.002899999963119626,0.2775999903678894,-0.9606999754905701,-0.10019999742507935,-0.5447999835014343,0.8325999975204468,-0.10019999742507935,-0.5447999835014343,0.8325999975204468,-0.10019999742507935,-0.5447999835014343,0.8325999975204468,-0.7217000126838684,-0.6204000115394592,0.3070000112056732,-0.7217000126838684,-0.6204000115394592,0.3070000112056732,-0.7217000126838684,-0.6204000115394592,0.3070000112056732,0.002199999988079071,-0.5875999927520752,0.8091999888420105,0.002199999988079071,-0.5875999927520752,0.8091999888420105,0.002199999988079071,-0.5875999927520752,0.8091999888420105,0.6032999753952026,-0.6355999708175659,0.48159998655319214,0.6032999753952026,-0.6355999708175659,0.48159998655319214,0.6032999753952026,-0.6355999708175659,0.48159998655319214,-0.8065999746322632,0.35010001063346863,-0.47620001435279846,-0.8065999746322632,0.35010001063346863,-0.47620001435279846,-0.8065999746322632,0.35010001063346863,-0.47620001435279846,-0.42730000615119934,-0.8720999956130981,0.23849999904632568,-0.42730000615119934,-0.8720999956130981,0.23849999904632568,-0.42730000615119934,-0.8720999956130981,0.23849999904632568,0.6245999932289124,0.367900013923645,-0.6888999938964844,0.6245999932289124,0.367900013923645,-0.6888999938964844,0.6245999932289124,0.367900013923645,-0.6888999938964844,0.1468999981880188,0.5824999809265137,-0.7993999719619751,0.1468999981880188,0.5824999809265137,-0.7993999719619751,0.1468999981880188,0.5824999809265137,-0.7993999719619751,0.27000001072883606,0.9549000263214111,-0.12380000203847885,0.27000001072883606,0.9549000263214111,-0.12380000203847885,0.27000001072883606,0.9549000263214111,-0.12380000203847885,0.34040001034736633,-0.7087000012397766,-0.617900013923645,0.34040001034736633,-0.7087000012397766,-0.617900013923645,0.34040001034736633,-0.7087000012397766,-0.617900013923645,-0.9602000117301941,-0.03440000116825104,-0.27720001339912415,-0.9602000117301941,-0.03440000116825104,-0.27720001339912415,-0.9602000117301941,-0.03440000116825104,-0.27720001339912415,0.9896000027656555,0.13740000128746033,-0.04170000180602074,0.9896000027656555,0.13740000128746033,-0.04170000180602074,0.9896000027656555,0.13740000128746033,-0.04170000180602074,-0.1348000019788742,-0.732200026512146,0.6675999760627747,-0.1348000019788742,-0.732200026512146,0.6675999760627747,-0.1348000019788742,-0.732200026512146,0.6675999760627747,-0.5715000033378601,-0.2184000015258789,0.7910000085830688,-0.5715000033378601,-0.2184000015258789,0.7910000085830688,-0.5715000033378601,-0.2184000015258789,0.7910000085830688,-0.879800021648407,0.040699999779462814,-0.47369998693466187,-0.879800021648407,0.040699999779462814,-0.47369998693466187,-0.879800021648407,0.040699999779462814,-0.47369998693466187,0.2791999876499176,0.9440000057220459,-0.17569999396800995,0.2791999876499176,0.9440000057220459,-0.17569999396800995,0.2791999876499176,0.9440000057220459,-0.17569999396800995,0.8998000025749207,0.43540000915527344,0.0284000001847744,0.8998000025749207,0.43540000915527344,0.0284000001847744,0.8998000025749207,0.43540000915527344,0.0284000001847744,-0.24789999425411224,-0.8738999962806702,-0.41819998621940613,-0.24789999425411224,-0.8738999962806702,-0.41819998621940613,-0.24789999425411224,-0.8738999962806702,-0.41819998621940613,0.43059998750686646,0.8514000177383423,-0.299699991941452,0.43059998750686646,0.8514000177383423,-0.299699991941452,0.43059998750686646,0.8514000177383423,-0.299699991941452,-0.9196000099182129,-0.03929999843239784,0.39089998602867126,-0.9196000099182129,-0.03929999843239784,0.39089998602867126,-0.9196000099182129,-0.03929999843239784,0.39089998602867126,-0.1712000072002411,0.9789000153541565,0.11169999837875366,-0.1712000072002411,0.9789000153541565,0.11169999837875366,-0.1712000072002411,0.9789000153541565,0.11169999837875366,-0.8707000017166138,-0.3215000033378601,-0.37209999561309814,-0.8707000017166138,-0.3215000033378601,-0.37209999561309814,-0.8707000017166138,-0.3215000033378601,-0.37209999561309814,0.23810000717639923,-0.26809999346733093,-0.9334999918937683,0.23810000717639923,-0.26809999346733093,-0.9334999918937683,0.23810000717639923,-0.26809999346733093,-0.9334999918937683,-0.4142000079154968,0.6632999777793884,0.6233000159263611,-0.4142000079154968,0.6632999777793884,0.6233000159263611,-0.4142000079154968,0.6632999777793884,0.6233000159263611,0.39430001378059387,0.8877000212669373,-0.23759999871253967,0.39430001378059387,0.8877000212669373,-0.23759999871253967,0.39430001378059387,0.8877000212669373,-0.23759999871253967,-0.9236000180244446,0.23440000414848328,0.30329999327659607,-0.9236000180244446,0.23440000414848328,0.30329999327659607,-0.9236000180244446,0.23440000414848328,0.30329999327659607,0.6340000033378601,-0.7405999898910522,0.2224999964237213,0.6340000033378601,-0.7405999898910522,0.2224999964237213,0.6340000033378601,-0.7405999898910522,0.2224999964237213,0.11640000343322754,0.48179998993873596,0.8684999942779541,0.11640000343322754,0.48179998993873596,0.8684999942779541,0.11640000343322754,0.48179998993873596,0.8684999942779541,-0.8964999914169312,0.43220001459121704,-0.09709999710321426,-0.8964999914169312,0.43220001459121704,-0.09709999710321426,-0.8964999914169312,0.43220001459121704,-0.09709999710321426,0.2207999974489212,0.9646999835968018,-0.14329999685287476,0.2207999974489212,0.9646999835968018,-0.14329999685287476,0.2207999974489212,0.9646999835968018,-0.14329999685287476,0.536300003528595,-0.29409998655319214,-0.791100025177002,0.536300003528595,-0.29409998655319214,-0.791100025177002,0.536300003528595,-0.29409998655319214,-0.791100025177002,-0.6851999759674072,0.17669999599456787,0.70660001039505,-0.6851999759674072,0.17669999599456787,0.70660001039505,-0.6851999759674072,0.17669999599456787,0.70660001039505,-0.8227999806404114,0.26649999618530273,0.5019999742507935,-0.8227999806404114,0.26649999618530273,0.5019999742507935,-0.8227999806404114,0.26649999618530273,0.5019999742507935,-0.6990000009536743,0.7002000212669373,0.1453000009059906,-0.6990000009536743,0.7002000212669373,0.1453000009059906,-0.6990000009536743,0.7002000212669373,0.1453000009059906,0.009399999864399433,0.4196999967098236,-0.9075999855995178,0.009399999864399433,0.4196999967098236,-0.9075999855995178,0.009399999864399433,0.4196999967098236,-0.9075999855995178,0.8220000267028809,0.48579999804496765,-0.296999990940094,0.8220000267028809,0.48579999804496765,-0.296999990940094,0.8220000267028809,0.48579999804496765,-0.296999990940094,-0.5446000099182129,0.8227999806404114,0.16210000216960907,-0.5446000099182129,0.8227999806404114,0.16210000216960907,-0.5446000099182129,0.8227999806404114,0.16210000216960907,-0.33799999952316284,0.9269000291824341,0.16329999268054962,-0.33799999952316284,0.9269000291824341,0.16329999268054962,-0.33799999952316284,0.9269000291824341,0.16329999268054962,-0.444599986076355,0.6704999804496765,0.593999981880188,-0.444599986076355,0.6704999804496765,0.593999981880188,-0.444599986076355,0.6704999804496765,0.593999981880188,-0.414900004863739,-0.6938999891281128,0.5885000228881836,-0.414900004863739,-0.6938999891281128,0.5885000228881836,-0.414900004863739,-0.6938999891281128,0.5885000228881836,0.9462000131607056,0.2930999994277954,0.13740000128746033,0.9462000131607056,0.2930999994277954,0.13740000128746033,0.9462000131607056,0.2930999994277954,0.13740000128746033,0.4790000021457672,0.7642999887466431,-0.4318000078201294,0.4790000021457672,0.7642999887466431,-0.4318000078201294,0.4790000021457672,0.7642999887466431,-0.4318000078201294,-0.770799994468689,-0.5881999731063843,-0.24459999799728394,-0.770799994468689,-0.5881999731063843,-0.24459999799728394,-0.770799994468689,-0.5881999731063843,-0.24459999799728394,-0.9936000108718872,-0.11309999972581863,0.005799999926239252,-0.9936000108718872,-0.11309999972581863,0.005799999926239252,-0.9936000108718872,-0.11309999972581863,0.005799999926239252,-0.8230999708175659,-0.1914999932050705,0.534600019454956,-0.8230999708175659,-0.1914999932050705,0.534600019454956,-0.8230999708175659,-0.1914999932050705,0.534600019454956,0.3077000081539154,0.8299999833106995,-0.4652000069618225,0.3077000081539154,0.8299999833106995,-0.4652000069618225,0.3077000081539154,0.8299999833106995,-0.4652000069618225,0.19269999861717224,0.9810000061988831,-0.02319999970495701,0.19269999861717224,0.9810000061988831,-0.02319999970495701,0.19269999861717224,0.9810000061988831,-0.02319999970495701,-0.48899999260902405,0.8628000020980835,-0.1281999945640564,-0.48899999260902405,0.8628000020980835,-0.1281999945640564,-0.48899999260902405,0.8628000020980835,-0.1281999945640564,0.5001000165939331,0.8237000107765198,0.2671999931335449,0.5001000165939331,0.8237000107765198,0.2671999931335449,0.5001000165939331,0.8237000107765198,0.2671999931335449,-0.7688999772071838,0.6262999773025513,-0.1282999962568283,-0.7688999772071838,0.6262999773025513,-0.1282999962568283,-0.7688999772071838,0.6262999773025513,-0.1282999962568283,0.12439999729394913,0.42329999804496765,0.8974000215530396,0.12439999729394913,0.42329999804496765,0.8974000215530396,0.12439999729394913,0.42329999804496765,0.8974000215530396,0.9607999920845032,-0.27489998936653137,-0.03689999878406525,0.9607999920845032,-0.27489998936653137,-0.03689999878406525,0.9607999920845032,-0.27489998936653137,-0.03689999878406525,-0.6567000150680542,0.5658000111579895,-0.49869999289512634,-0.6567000150680542,0.5658000111579895,-0.49869999289512634,-0.6567000150680542,0.5658000111579895,-0.49869999289512634,0.8715000152587891,0.043699998408555984,-0.4884999990463257,0.8715000152587891,0.043699998408555984,-0.4884999990463257,0.8715000152587891,0.043699998408555984,-0.4884999990463257,0.16410000622272491,0.9782000184059143,0.12700000405311584,0.16410000622272491,0.9782000184059143,0.12700000405311584,0.16410000622272491,0.9782000184059143,0.12700000405311584,0.06159999966621399,-0.98089998960495,0.18469999730587006,0.06159999966621399,-0.98089998960495,0.18469999730587006,0.06159999966621399,-0.98089998960495,0.18469999730587006,-0.1891999989748001,-0.9478999972343445,0.2565000057220459,-0.1891999989748001,-0.9478999972343445,0.2565000057220459,-0.1891999989748001,-0.9478999972343445,0.2565000057220459,-0.21930000185966492,-0.9185000061988831,0.32899999618530273,-0.21930000185966492,-0.9185000061988831,0.32899999618530273,-0.21930000185966492,-0.9185000061988831,0.32899999618530273,-0.7384999990463257,0.08579999953508377,0.6686999797821045,-0.7384999990463257,0.08579999953508377,0.6686999797821045,-0.7384999990463257,0.08579999953508377,0.6686999797821045,-0.2378000020980835,-0.6358000040054321,-0.7343000173568726,-0.2378000020980835,-0.6358000040054321,-0.7343000173568726,-0.2378000020980835,-0.6358000040054321,-0.7343000173568726,0.9079999923706055,-0.22179999947547913,-0.3555000126361847,0.9079999923706055,-0.22179999947547913,-0.3555000126361847,0.9079999923706055,-0.22179999947547913,-0.3555000126361847,-0.3425999879837036,-0.8766000270843506,0.337799996137619,-0.3425999879837036,-0.8766000270843506,0.337799996137619,-0.3425999879837036,-0.8766000270843506,0.337799996137619,-0.6711000204086304,0.6557999849319458,-0.3456999957561493,-0.6711000204086304,0.6557999849319458,-0.3456999957561493,-0.6711000204086304,0.6557999849319458,-0.3456999957561493,-0.5756999850273132,-0.6751000285148621,0.46140000224113464,-0.5756999850273132,-0.6751000285148621,0.46140000224113464,-0.5756999850273132,-0.6751000285148621,0.46140000224113464,-0.8303999900817871,0.31540000438690186,0.4593000113964081,-0.8303999900817871,0.31540000438690186,0.4593000113964081,-0.8303999900817871,0.31540000438690186,0.4593000113964081,0.6189000010490417,-0.34450000524520874,0.7059000134468079,0.6189000010490417,-0.34450000524520874,0.7059000134468079,0.6189000010490417,-0.34450000524520874,0.7059000134468079,-0.9825000166893005,0.18610000610351562,0.00019999999494757503,-0.9825000166893005,0.18610000610351562,0.00019999999494757503,-0.9825000166893005,0.18610000610351562,0.00019999999494757503,0.423799991607666,-0.9057000279426575,-0.011900000274181366,0.423799991607666,-0.9057000279426575,-0.011900000274181366,0.423799991607666,-0.9057000279426575,-0.011900000274181366,0.9476000070571899,0.011099999770522118,-0.31940001249313354,0.9476000070571899,0.011099999770522118,-0.31940001249313354,0.9476000070571899,0.011099999770522118,-0.31940001249313354,-0.19249999523162842,0.538100004196167,-0.8205999732017517,-0.19249999523162842,0.538100004196167,-0.8205999732017517,-0.19249999523162842,0.538100004196167,-0.8205999732017517,0.12470000237226486,-0.9751999974250793,-0.18279999494552612,0.12470000237226486,-0.9751999974250793,-0.18279999494552612,0.12470000237226486,-0.9751999974250793,-0.18279999494552612,0.5570999979972839,0.7032999992370605,0.4415999948978424,0.5570999979972839,0.7032999992370605,0.4415999948978424,0.5570999979972839,0.7032999992370605,0.4415999948978424,0.858299970626831,-0.16060000658035278,-0.48730000853538513,0.858299970626831,-0.16060000658035278,-0.48730000853538513,0.858299970626831,-0.16060000658035278,-0.48730000853538513,-0.4242999851703644,-0.46619999408721924,-0.7763000130653381,-0.4242999851703644,-0.46619999408721924,-0.7763000130653381,-0.4242999851703644,-0.46619999408721924,-0.7763000130653381,0.3758000135421753,0.8769000172615051,-0.2996000051498413,0.3758000135421753,0.8769000172615051,-0.2996000051498413,0.3758000135421753,0.8769000172615051,-0.2996000051498413,-0.8277999758720398,-0.5587000250816345,0.05139999836683273,-0.8277999758720398,-0.5587000250816345,0.05139999836683273,-0.8277999758720398,-0.5587000250816345,0.05139999836683273,0.03759999945759773,0.9128000140190125,-0.4065999984741211,0.03759999945759773,0.9128000140190125,-0.4065999984741211,0.03759999945759773,0.9128000140190125,-0.4065999984741211,-0.08139999955892563,-0.8650000095367432,-0.4952000081539154,-0.08139999955892563,-0.8650000095367432,-0.4952000081539154,-0.08139999955892563,-0.8650000095367432,-0.4952000081539154,-0.07100000232458115,0.9973000288009644,-0.01720000058412552,-0.07100000232458115,0.9973000288009644,-0.01720000058412552,-0.07100000232458115,0.9973000288009644,-0.01720000058412552,-0.05530000105500221,0.5394999980926514,0.8402000069618225,-0.05530000105500221,0.5394999980926514,0.8402000069618225,-0.05530000105500221,0.5394999980926514,0.8402000069618225,0.3061000108718872,-0.2410999983549118,0.9210000038146973,0.3061000108718872,-0.2410999983549118,0.9210000038146973,0.3061000108718872,-0.2410999983549118,0.9210000038146973,0.9606000185012817,-0.12099999934434891,0.25029999017715454,0.9606000185012817,-0.12099999934434891,0.25029999017715454,0.9606000185012817,-0.12099999934434891,0.25029999017715454,-0.6690000295639038,-0.21119999885559082,0.7127000093460083,-0.6690000295639038,-0.21119999885559082,0.7127000093460083,-0.6690000295639038,-0.21119999885559082,0.7127000093460083,-0.6593000292778015,0.7077000141143799,0.2538999915122986,-0.6593000292778015,0.7077000141143799,0.2538999915122986,-0.6593000292778015,0.7077000141143799,0.2538999915122986,0.47749999165534973,0.6837999820709229,-0.5516999959945679,0.47749999165534973,0.6837999820709229,-0.5516999959945679,0.47749999165534973,0.6837999820709229,-0.5516999959945679,-0.7890999913215637,0.5440000295639038,0.2851000130176544,-0.7890999913215637,0.5440000295639038,0.2851000130176544,-0.7890999913215637,0.5440000295639038,0.2851000130176544,0.23749999701976776,0.7907999753952026,-0.5641000270843506,0.23749999701976776,0.7907999753952026,-0.5641000270843506,0.23749999701976776,0.7907999753952026,-0.5641000270843506,0.9995999932289124,0.00430000014603138,0.029100000858306885,0.9995999932289124,0.00430000014603138,0.029100000858306885,0.9995999932289124,0.00430000014603138,0.029100000858306885,0.8795999884605408,-0.06939999759197235,0.4706999957561493,0.8795999884605408,-0.06939999759197235,0.4706999957561493,0.8795999884605408,-0.06939999759197235,0.4706999957561493,0.44780001044273376,0.8920000195503235,-0.0617000013589859,0.44780001044273376,0.8920000195503235,-0.0617000013589859,0.44780001044273376,0.8920000195503235,-0.0617000013589859,-0.4544000029563904,-0.8252000212669373,0.33559998869895935,-0.4544000029563904,-0.8252000212669373,0.33559998869895935,-0.4544000029563904,-0.8252000212669373,0.33559998869895935,0.6699000000953674,0.7407000064849854,-0.052000001072883606,0.6699000000953674,0.7407000064849854,-0.052000001072883606,0.6699000000953674,0.7407000064849854,-0.052000001072883606,-0.24240000545978546,-0.7429999709129333,0.6237999796867371,-0.24240000545978546,-0.7429999709129333,0.6237999796867371,-0.24240000545978546,-0.7429999709129333,0.6237999796867371,-0.8314999938011169,0.07010000199079514,0.5511000156402588,-0.8314999938011169,0.07010000199079514,0.5511000156402588,-0.8314999938011169,0.07010000199079514,0.5511000156402588,-0.21230000257492065,-0.9463000297546387,-0.24379999935626984,-0.21230000257492065,-0.9463000297546387,-0.24379999935626984,-0.21230000257492065,-0.9463000297546387,-0.24379999935626984,-0.2969000041484833,-0.8568999767303467,0.4212999939918518,-0.2969000041484833,-0.8568999767303467,0.4212999939918518,-0.2969000041484833,-0.8568999767303467,0.4212999939918518,0.3287000060081482,0.9438999891281128,0.030700000002980232,0.3287000060081482,0.9438999891281128,0.030700000002980232,0.3287000060081482,0.9438999891281128,0.030700000002980232,0.9441999793052673,0.2648000121116638,-0.19609999656677246,0.9441999793052673,0.2648000121116638,-0.19609999656677246,0.9441999793052673,0.2648000121116638,-0.19609999656677246,0.7102000117301941,-0.05510000139474869,0.7019000053405762,0.7102000117301941,-0.05510000139474869,0.7019000053405762,0.7102000117301941,-0.05510000139474869,0.7019000053405762,0.0006000000284984708,0.9983000159263611,-0.05900000035762787,0.0006000000284984708,0.9983000159263611,-0.05900000035762787,0.0006000000284984708,0.9983000159263611,-0.05900000035762787,-0.4259999990463257,-0.03929999843239784,0.9039000272750854,-0.4259999990463257,-0.03929999843239784,0.9039000272750854,-0.4259999990463257,-0.03929999843239784,0.9039000272750854,0.6238999962806702,-0.09019999951124191,0.7763000130653381,0.6238999962806702,-0.09019999951124191,0.7763000130653381,0.6238999962806702,-0.09019999951124191,0.7763000130653381,-0.6452000141143799,0.7533000111579895,0.12710000574588776,-0.6452000141143799,0.7533000111579895,0.12710000574588776,-0.6452000141143799,0.7533000111579895,0.12710000574588776,0.6359999775886536,-0.6363999843597412,0.436599999666214,0.6359999775886536,-0.6363999843597412,0.436599999666214,0.6359999775886536,-0.6363999843597412,0.436599999666214,0.8708000183105469,-0.4650999903678894,-0.15940000116825104,0.8708000183105469,-0.4650999903678894,-0.15940000116825104,0.8708000183105469,-0.4650999903678894,-0.15940000116825104,0.0892999991774559,0.9674000144004822,-0.23690000176429749,0.0892999991774559,0.9674000144004822,-0.23690000176429749,0.0892999991774559,0.9674000144004822,-0.23690000176429749,0.2606000006198883,-0.4765999913215637,0.8396000266075134,0.2606000006198883,-0.4765999913215637,0.8396000266075134,0.2606000006198883,-0.4765999913215637,0.8396000266075134,0.9402999877929688,-0.27000001072883606,-0.2071000039577484,0.9402999877929688,-0.27000001072883606,-0.2071000039577484,0.9402999877929688,-0.27000001072883606,-0.2071000039577484,0.7971000075340271,-0.1736000031232834,0.5784000158309937,0.7971000075340271,-0.1736000031232834,0.5784000158309937,0.7971000075340271,-0.1736000031232834,0.5784000158309937,-0.9574000239372253,0.2865000069141388,-0.035599999129772186,-0.9574000239372253,0.2865000069141388,-0.035599999129772186,-0.9574000239372253,0.2865000069141388,-0.035599999129772186,-0.353300005197525,-0.774399995803833,0.5248000025749207,-0.353300005197525,-0.774399995803833,0.5248000025749207,-0.353300005197525,-0.774399995803833,0.5248000025749207,-0.9211000204086304,0.28110000491142273,0.2694000005722046,-0.9211000204086304,0.28110000491142273,0.2694000005722046,-0.9211000204086304,0.28110000491142273,0.2694000005722046,0.4875999987125397,0.4918000102043152,-0.7214000225067139,0.4875999987125397,0.4918000102043152,-0.7214000225067139,0.4875999987125397,0.4918000102043152,-0.7214000225067139,0.3140000104904175,-0.1257999986410141,-0.9409999847412109,0.3140000104904175,-0.1257999986410141,-0.9409999847412109,0.3140000104904175,-0.1257999986410141,-0.9409999847412109,0.35339999198913574,-0.9287999868392944,0.11140000075101852,0.35339999198913574,-0.9287999868392944,0.11140000075101852,0.35339999198913574,-0.9287999868392944,0.11140000075101852,-0.15150000154972076,0.3540000021457672,-0.9229000210762024,-0.15150000154972076,0.3540000021457672,-0.9229000210762024,-0.15150000154972076,0.3540000021457672,-0.9229000210762024,-0.448199987411499,-0.34209999442100525,-0.8259000182151794,-0.448199987411499,-0.34209999442100525,-0.8259000182151794,-0.448199987411499,-0.34209999442100525,-0.8259000182151794,-0.5327000021934509,-0.12710000574588776,0.8367000222206116,-0.5327000021934509,-0.12710000574588776,0.8367000222206116,-0.5327000021934509,-0.12710000574588776,0.8367000222206116,-0.9276000261306763,-0.37310001254081726,-0.01940000057220459,-0.9276000261306763,-0.37310001254081726,-0.01940000057220459,-0.9276000261306763,-0.37310001254081726,-0.01940000057220459,-0.5281000137329102,0.7935000061988831,-0.30250000953674316,-0.5281000137329102,0.7935000061988831,-0.30250000953674316,-0.5281000137329102,0.7935000061988831,-0.30250000953674316,-0.6715999841690063,0.04179999977350235,-0.7397000193595886,-0.6715999841690063,0.04179999977350235,-0.7397000193595886,-0.6715999841690063,0.04179999977350235,-0.7397000193595886,-0.9192000031471252,0.39320001006126404,-0.020500000566244125,-0.9192000031471252,0.39320001006126404,-0.020500000566244125,-0.9192000031471252,0.39320001006126404,-0.020500000566244125,0.30799999833106995,0.5142999887466431,0.8004000186920166,0.30799999833106995,0.5142999887466431,0.8004000186920166,0.30799999833106995,0.5142999887466431,0.8004000186920166,0.7439000010490417,-0.609000027179718,-0.275299996137619,0.7439000010490417,-0.609000027179718,-0.275299996137619,0.7439000010490417,-0.609000027179718,-0.275299996137619,0.5752999782562256,0.5056999921798706,0.6428999900817871,0.5752999782562256,0.5056999921798706,0.6428999900817871,0.5752999782562256,0.5056999921798706,0.6428999900817871,-0.7439000010490417,0.6510000228881836,0.1509999930858612,-0.7439000010490417,0.6510000228881836,0.1509999930858612,-0.7439000010490417,0.6510000228881836,0.1509999930858612,-0.855400025844574,0.5110999941825867,0.08420000225305557,-0.855400025844574,0.5110999941825867,0.08420000225305557,-0.855400025844574,0.5110999941825867,0.08420000225305557,-0.5703999996185303,0.8205999732017517,-0.03590000048279762,-0.5703999996185303,0.8205999732017517,-0.03590000048279762,-0.5703999996185303,0.8205999732017517,-0.03590000048279762,-0.14980000257492065,-0.6959999799728394,-0.7021999955177307,-0.14980000257492065,-0.6959999799728394,-0.7021999955177307,-0.14980000257492065,-0.6959999799728394,-0.7021999955177307,-0.8464000225067139,0.3345000147819519,0.41429999470710754,-0.8464000225067139,0.3345000147819519,0.41429999470710754,-0.8464000225067139,0.3345000147819519,0.41429999470710754,0.9165999889373779,0.19589999318122864,0.34860000014305115,0.9165999889373779,0.19589999318122864,0.34860000014305115,0.9165999889373779,0.19589999318122864,0.34860000014305115,-0.9223999977111816,0.3684999942779541,0.11569999903440475,-0.9223999977111816,0.3684999942779541,0.11569999903440475,-0.9223999977111816,0.3684999942779541,0.11569999903440475,0.30570000410079956,-0.9510999917984009,-0.04450000077486038,0.30570000410079956,-0.9510999917984009,-0.04450000077486038,0.30570000410079956,-0.9510999917984009,-0.04450000077486038,-0.8673999905586243,-0.46380001306533813,0.18019999563694,-0.8673999905586243,-0.46380001306533813,0.18019999563694,-0.8673999905586243,-0.46380001306533813,0.18019999563694,-0.002199999988079071,0.8104000091552734,0.5859000086784363,-0.002199999988079071,0.8104000091552734,0.5859000086784363,-0.002199999988079071,0.8104000091552734,0.5859000086784363,0.21080000698566437,-0.5989999771118164,0.7724999785423279,0.21080000698566437,-0.5989999771118164,0.7724999785423279,0.21080000698566437,-0.5989999771118164,0.7724999785423279,-0.22660000622272491,0.6913999915122986,-0.6859999895095825,-0.22660000622272491,0.6913999915122986,-0.6859999895095825,-0.22660000622272491,0.6913999915122986,-0.6859999895095825,-0.41280001401901245,-0.8252000212669373,0.3856000006198883,-0.41280001401901245,-0.8252000212669373,0.3856000006198883,-0.41280001401901245,-0.8252000212669373,0.3856000006198883,0.2874000072479248,-0.9506000280380249,0.11699999868869781,0.2874000072479248,-0.9506000280380249,0.11699999868869781,0.2874000072479248,-0.9506000280380249,0.11699999868869781,-0.08399999886751175,-0.43869999051094055,-0.8946999907493591,-0.08399999886751175,-0.43869999051094055,-0.8946999907493591,-0.08399999886751175,-0.43869999051094055,-0.8946999907493591,0.321399986743927,-0.7709000110626221,0.5498999953269958,0.321399986743927,-0.7709000110626221,0.5498999953269958,0.321399986743927,-0.7709000110626221,0.5498999953269958,-0.2890999913215637,-0.8281000256538391,0.48019999265670776,-0.2890999913215637,-0.8281000256538391,0.48019999265670776,-0.2890999913215637,-0.8281000256538391,0.48019999265670776,0.28380000591278076,0.9535999894142151,-0.10100000351667404,0.28380000591278076,0.9535999894142151,-0.10100000351667404,0.28380000591278076,0.9535999894142151,-0.10100000351667404,-0.20250000059604645,-0.8996999859809875,0.38659998774528503,-0.20250000059604645,-0.8996999859809875,0.38659998774528503,-0.20250000059604645,-0.8996999859809875,0.38659998774528503,0.7764000296592712,0.30489999055862427,0.5515999794006348,0.7764000296592712,0.30489999055862427,0.5515999794006348,0.7764000296592712,0.30489999055862427,0.5515999794006348,0.8539999723434448,-0.21130000054836273,0.47540000081062317,0.8539999723434448,-0.21130000054836273,0.47540000081062317,0.8539999723434448,-0.21130000054836273,0.47540000081062317,-0.8967999815940857,0.33230000734329224,0.2919999957084656,-0.8967999815940857,0.33230000734329224,0.2919999957084656,-0.8967999815940857,0.33230000734329224,0.2919999957084656,-0.3481000065803528,-0.5717999935150146,0.742900013923645,-0.3481000065803528,-0.5717999935150146,0.742900013923645,-0.3481000065803528,-0.5717999935150146,0.742900013923645,-0.3506999909877777,-0.5644000172615051,0.7473000288009644,-0.3506999909877777,-0.5644000172615051,0.7473000288009644,-0.3506999909877777,-0.5644000172615051,0.7473000288009644,-0.5512999892234802,-0.7246000170707703,-0.41350001096725464,-0.5512999892234802,-0.7246000170707703,-0.41350001096725464,-0.5512999892234802,-0.7246000170707703,-0.41350001096725464,0.8140000104904175,-0.5695000290870667,0.11420000344514847,0.8140000104904175,-0.5695000290870667,0.11420000344514847,0.8140000104904175,-0.5695000290870667,0.11420000344514847,0.9021999835968018,-0.06239999830722809,-0.42669999599456787,0.9021999835968018,-0.06239999830722809,-0.42669999599456787,0.9021999835968018,-0.06239999830722809,-0.42669999599456787,-0.01860000006854534,0.8208000063896179,-0.570900022983551,-0.01860000006854534,0.8208000063896179,-0.570900022983551,-0.01860000006854534,0.8208000063896179,-0.570900022983551,0.8154000043869019,0.11680000275373459,-0.5669999718666077,0.8154000043869019,0.11680000275373459,-0.5669999718666077,0.8154000043869019,0.11680000275373459,-0.5669999718666077,-0.2971999943256378,-0.9526000022888184,-0.06459999829530716,-0.2971999943256378,-0.9526000022888184,-0.06459999829530716,-0.2971999943256378,-0.9526000022888184,-0.06459999829530716,-0.9067000150680542,0.05490000173449516,0.41830000281333923,-0.9067000150680542,0.05490000173449516,0.41830000281333923,-0.9067000150680542,0.05490000173449516,0.41830000281333923,0.9064000248908997,0.17399999499320984,-0.384799987077713,0.9064000248908997,0.17399999499320984,-0.384799987077713,0.9064000248908997,0.17399999499320984,-0.384799987077713,-0.8741000294685364,-0.0714000016450882,-0.4805000126361847,-0.8741000294685364,-0.0714000016450882,-0.4805000126361847,-0.8741000294685364,-0.0714000016450882,-0.4805000126361847,0.9381999969482422,-0.3027999997138977,-0.16750000417232513,0.9381999969482422,-0.3027999997138977,-0.16750000417232513,0.9381999969482422,-0.3027999997138977,-0.16750000417232513,0.22840000689029694,0.027400000020861626,0.9732000231742859,0.22840000689029694,0.027400000020861626,0.9732000231742859,0.22840000689029694,0.027400000020861626,0.9732000231742859,0.2053000032901764,-0.9735999703407288,-0.09950000047683716,0.2053000032901764,-0.9735999703407288,-0.09950000047683716,0.2053000032901764,-0.9735999703407288,-0.09950000047683716,-0.0803999975323677,0.9352999925613403,-0.34459999203681946,-0.0803999975323677,0.9352999925613403,-0.34459999203681946,-0.0803999975323677,0.9352999925613403,-0.34459999203681946,0.8574000000953674,-0.4733000099658966,-0.2021999955177307,0.8574000000953674,-0.4733000099658966,-0.2021999955177307,0.8574000000953674,-0.4733000099658966,-0.2021999955177307,0.9427000284194946,-0.3111000061035156,-0.12020000070333481,0.9427000284194946,-0.3111000061035156,-0.12020000070333481,0.9427000284194946,-0.3111000061035156,-0.12020000070333481,0.7580000162124634,-0.5482000112533569,-0.35339999198913574,0.7580000162124634,-0.5482000112533569,-0.35339999198913574,0.7580000162124634,-0.5482000112533569,-0.35339999198913574,0.977400004863739,-0.065700002014637,-0.20069999992847443,0.977400004863739,-0.065700002014637,-0.20069999992847443,0.977400004863739,-0.065700002014637,-0.20069999992847443,-0.32829999923706055,0.8973000049591064,-0.295199990272522,-0.32829999923706055,0.8973000049591064,-0.295199990272522,-0.32829999923706055,0.8973000049591064,-0.295199990272522,-0.6482999920845032,0.713100016117096,0.2669000029563904,-0.6482999920845032,0.713100016117096,0.2669000029563904,-0.6482999920845032,0.713100016117096,0.2669000029563904,-0.4921000003814697,0.4165000021457672,0.7644000053405762,-0.4921000003814697,0.4165000021457672,0.7644000053405762,-0.4921000003814697,0.4165000021457672,0.7644000053405762,0.9818999767303467,0.164900004863739,-0.09269999712705612,0.9818999767303467,0.164900004863739,-0.09269999712705612,0.9818999767303467,0.164900004863739,-0.09269999712705612,0.9157000184059143,0.38449999690055847,-0.11670000106096268,0.9157000184059143,0.38449999690055847,-0.11670000106096268,0.9157000184059143,0.38449999690055847,-0.11670000106096268,-0.06509999930858612,-0.9491999745368958,0.30799999833106995,-0.06509999930858612,-0.9491999745368958,0.30799999833106995,-0.06509999930858612,-0.9491999745368958,0.30799999833106995,-0.9567999839782715,-0.12559999525547028,-0.2619999945163727,-0.9567999839782715,-0.12559999525547028,-0.2619999945163727,-0.9567999839782715,-0.12559999525547028,-0.2619999945163727,0.817799985408783,0.12809999287128448,-0.5609999895095825,0.817799985408783,0.12809999287128448,-0.5609999895095825,0.817799985408783,0.12809999287128448,-0.5609999895095825,0.37229999899864197,-0.8708000183105469,0.32109999656677246,0.37229999899864197,-0.8708000183105469,0.32109999656677246,0.37229999899864197,-0.8708000183105469,0.32109999656677246,0.03929999843239784,0.4772999882698059,0.8779000043869019,0.03929999843239784,0.4772999882698059,0.8779000043869019,0.03929999843239784,0.4772999882698059,0.8779000043869019,-0.6664000153541565,-0.7041000127792358,0.2451999932527542,-0.6664000153541565,-0.7041000127792358,0.2451999932527542,-0.6664000153541565,-0.7041000127792358,0.2451999932527542,-0.9944999814033508,-0.004800000227987766,-0.10480000078678131,-0.9944999814033508,-0.004800000227987766,-0.10480000078678131,-0.9944999814033508,-0.004800000227987766,-0.10480000078678131,0.26109999418258667,0.9607999920845032,-0.09300000220537186,0.26109999418258667,0.9607999920845032,-0.09300000220537186,0.26109999418258667,0.9607999920845032,-0.09300000220537186,0.17100000381469727,0.45559999346733093,-0.8736000061035156,0.17100000381469727,0.45559999346733093,-0.8736000061035156,0.17100000381469727,0.45559999346733093,-0.8736000061035156,0.7591000199317932,0.5989000201225281,-0.2551000118255615,0.7591000199317932,0.5989000201225281,-0.2551000118255615,0.7591000199317932,0.5989000201225281,-0.2551000118255615,-0.7046999931335449,0.19670000672340393,0.6816999912261963,-0.7046999931335449,0.19670000672340393,0.6816999912261963,-0.7046999931335449,0.19670000672340393,0.6816999912261963,-0.4397999942302704,-0.7799000144004822,-0.44530001282691956,-0.4397999942302704,-0.7799000144004822,-0.44530001282691956,-0.4397999942302704,-0.7799000144004822,-0.44530001282691956,-0.39419999718666077,-0.9190000295639038,-0.009499999694526196,-0.39419999718666077,-0.9190000295639038,-0.009499999694526196,-0.39419999718666077,-0.9190000295639038,-0.009499999694526196,0.10580000281333923,-0.35760000348091125,0.9279000163078308,0.10580000281333923,-0.35760000348091125,0.9279000163078308,0.10580000281333923,-0.35760000348091125,0.9279000163078308,0.1746000051498413,0.6990000009536743,-0.6934999823570251,0.1746000051498413,0.6990000009536743,-0.6934999823570251,0.1746000051498413,0.6990000009536743,-0.6934999823570251,-0.7603999972343445,0.3407000005245209,-0.5527999997138977,-0.7603999972343445,0.3407000005245209,-0.5527999997138977,-0.7603999972343445,0.3407000005245209,-0.5527999997138977,-0.6924999952316284,0.6880000233650208,-0.21699999272823334,-0.6924999952316284,0.6880000233650208,-0.21699999272823334,-0.6924999952316284,0.6880000233650208,-0.21699999272823334,-0.7893000245094299,0.43320000171661377,0.4350999891757965,-0.7893000245094299,0.43320000171661377,0.4350999891757965,-0.7893000245094299,0.43320000171661377,0.4350999891757965,0.965399980545044,-0.08399999886751175,0.2468000054359436,0.965399980545044,-0.08399999886751175,0.2468000054359436,0.965399980545044,-0.08399999886751175,0.2468000054359436,-0.9345999956130981,0.007499999832361937,-0.35569998621940613,-0.9345999956130981,0.007499999832361937,-0.35569998621940613,-0.9345999956130981,0.007499999832361937,-0.35569998621940613,-0.31529998779296875,-0.6481000185012817,0.6931999921798706,-0.31529998779296875,-0.6481000185012817,0.6931999921798706,-0.31529998779296875,-0.6481000185012817,0.6931999921798706,-0.7026000022888184,-0.28200000524520874,-0.6532999873161316,-0.7026000022888184,-0.28200000524520874,-0.6532999873161316,-0.7026000022888184,-0.28200000524520874,-0.6532999873161316,-0.9846000075340271,-0.04320000112056732,0.16940000653266907,-0.9846000075340271,-0.04320000112056732,0.16940000653266907,-0.9846000075340271,-0.04320000112056732,0.16940000653266907,0.7172999978065491,0.3562000095844269,0.598800003528595,0.7172999978065491,0.3562000095844269,0.598800003528595,0.7172999978065491,0.3562000095844269,0.598800003528595,0.5116000175476074,0.27720001339912415,-0.8133000135421753,0.5116000175476074,0.27720001339912415,-0.8133000135421753,0.5116000175476074,0.27720001339912415,-0.8133000135421753,0.6599000096321106,-0.6403999924659729,0.3930000066757202,0.6599000096321106,-0.6403999924659729,0.3930000066757202,0.6599000096321106,-0.6403999924659729,0.3930000066757202,-0.046799998730421066,-0.8870000243186951,0.4593000113964081,-0.046799998730421066,-0.8870000243186951,0.4593000113964081,-0.046799998730421066,-0.8870000243186951,0.4593000113964081,-0.9377999901771545,0.14489999413490295,0.3154999911785126,-0.9377999901771545,0.14489999413490295,0.3154999911785126,-0.9377999901771545,0.14489999413490295,0.3154999911785126,0.09059999883174896,-0.9180999994277954,0.38580000400543213,0.09059999883174896,-0.9180999994277954,0.38580000400543213,0.09059999883174896,-0.9180999994277954,0.38580000400543213,0.9983000159263611,-0.013299999758601189,0.05649999901652336,0.9983000159263611,-0.013299999758601189,0.05649999901652336,0.9983000159263611,-0.013299999758601189,0.05649999901652336,0.9991999864578247,0.04050000011920929,0.007799999788403511,0.9991999864578247,0.04050000011920929,0.007799999788403511,0.9991999864578247,0.04050000011920929,0.007799999788403511,-0.6672000288963318,0.6888999938964844,-0.2833999991416931,-0.6672000288963318,0.6888999938964844,-0.2833999991416931,-0.6672000288963318,0.6888999938964844,-0.2833999991416931,-0.4415999948978424,-0.8931999802589417,-0.08479999750852585,-0.4415999948978424,-0.8931999802589417,-0.08479999750852585,-0.4415999948978424,-0.8931999802589417,-0.08479999750852585,0.36730000376701355,0.6899999976158142,-0.6237000226974487,0.36730000376701355,0.6899999976158142,-0.6237000226974487,0.36730000376701355,0.6899999976158142,-0.6237000226974487,0.5511999726295471,-0.8341000080108643,-0.02070000022649765,0.5511999726295471,-0.8341000080108643,-0.02070000022649765,0.5511999726295471,-0.8341000080108643,-0.02070000022649765,0.7656999826431274,0.5586000084877014,0.31869998574256897,0.7656999826431274,0.5586000084877014,0.31869998574256897,0.7656999826431274,0.5586000084877014,0.31869998574256897,-0.5677000284194946,-0.7445999979972839,0.35109999775886536,-0.5677000284194946,-0.7445999979972839,0.35109999775886536,-0.5677000284194946,-0.7445999979972839,0.35109999775886536,-0.5512999892234802,-0.42649999260902405,0.7170000076293945,-0.5512999892234802,-0.42649999260902405,0.7170000076293945,-0.5512999892234802,-0.42649999260902405,0.7170000076293945,-0.7940000295639038,-0.08739999681711197,0.6017000079154968,-0.7940000295639038,-0.08739999681711197,0.6017000079154968,-0.7940000295639038,-0.08739999681711197,0.6017000079154968,-0.2037000060081482,0.6097000241279602,0.765999972820282,-0.2037000060081482,0.6097000241279602,0.765999972820282,-0.2037000060081482,0.6097000241279602,0.765999972820282,0.9832000136375427,0.16680000722408295,0.07400000095367432,0.9832000136375427,0.16680000722408295,0.07400000095367432,0.9832000136375427,0.16680000722408295,0.07400000095367432,-0.9459999799728394,-0.3125999867916107,0.08529999852180481,-0.9459999799728394,-0.3125999867916107,0.08529999852180481,-0.9459999799728394,-0.3125999867916107,0.08529999852180481,-0.5956000089645386,-0.48339998722076416,0.6416000127792358,-0.5956000089645386,-0.48339998722076416,0.6416000127792358,-0.5956000089645386,-0.48339998722076416,0.6416000127792358,0.6054999828338623,0.1543000042438507,-0.7807999849319458,0.6054999828338623,0.1543000042438507,-0.7807999849319458,0.6054999828338623,0.1543000042438507,-0.7807999849319458,-0.9793000221252441,0.03790000081062317,0.19869999587535858,-0.9793000221252441,0.03790000081062317,0.19869999587535858,-0.9793000221252441,0.03790000081062317,0.19869999587535858,0.4494999945163727,0.4325999915599823,-0.7815999984741211,0.4494999945163727,0.4325999915599823,-0.7815999984741211,0.4494999945163727,0.4325999915599823,-0.7815999984741211,-0.9132999777793884,0.3215000033378601,-0.25,-0.9132999777793884,0.3215000033378601,-0.25,-0.9132999777793884,0.3215000033378601,-0.25,-0.6189000010490417,0.23199999332427979,-0.7504000067710876,-0.6189000010490417,0.23199999332427979,-0.7504000067710876,-0.6189000010490417,0.23199999332427979,-0.7504000067710876,0.24199999868869781,0.4422000050544739,-0.8636000156402588,0.24199999868869781,0.4422000050544739,-0.8636000156402588,0.24199999868869781,0.4422000050544739,-0.8636000156402588,-0.17180000245571136,0.6338000297546387,-0.7541999816894531,-0.17180000245571136,0.6338000297546387,-0.7541999816894531,-0.17180000245571136,0.6338000297546387,-0.7541999816894531,-0.7483999729156494,0.6621000170707703,-0.03909999877214432,-0.7483999729156494,0.6621000170707703,-0.03909999877214432,-0.7483999729156494,0.6621000170707703,-0.03909999877214432,0.8424999713897705,-0.359499990940094,0.40119999647140503,0.8424999713897705,-0.359499990940094,0.40119999647140503,0.8424999713897705,-0.359499990940094,0.40119999647140503,-0.46779999136924744,0.807699978351593,-0.3587999939918518,-0.46779999136924744,0.807699978351593,-0.3587999939918518,-0.46779999136924744,0.807699978351593,-0.3587999939918518,0.37880000472068787,0.47450000047683716,-0.7944999933242798,0.37880000472068787,0.47450000047683716,-0.7944999933242798,0.37880000472068787,0.47450000047683716,-0.7944999933242798,-0.9041000008583069,-0.09300000220537186,0.4169999957084656,-0.9041000008583069,-0.09300000220537186,0.4169999957084656,-0.9041000008583069,-0.09300000220537186,0.4169999957084656,-0.19059999287128448,0.38659998774528503,-0.9023000001907349,-0.19059999287128448,0.38659998774528503,-0.9023000001907349,-0.19059999287128448,0.38659998774528503,-0.9023000001907349,-0.12439999729394913,0.42329999804496765,0.8974000215530396,-0.12439999729394913,0.42329999804496765,0.8974000215530396,-0.12439999729394913,0.42329999804496765,0.8974000215530396,-0.8883000016212463,-0.4593000113964081,0.004699999932199717,-0.8883000016212463,-0.4593000113964081,0.004699999932199717,-0.8883000016212463,-0.4593000113964081,0.004699999932199717,-0.5440999865531921,0.7010999917984009,0.4607999920845032,-0.5440999865531921,0.7010999917984009,0.4607999920845032,-0.5440999865531921,0.7010999917984009,0.4607999920845032,-0.5992000102996826,-0.17870000004768372,-0.7803999781608582,-0.5992000102996826,-0.17870000004768372,-0.7803999781608582,-0.5992000102996826,-0.17870000004768372,-0.7803999781608582,0.9812999963760376,0.18310000002384186,0.05950000137090683,0.9812999963760376,0.18310000002384186,0.05950000137090683,0.9812999963760376,0.18310000002384186,0.05950000137090683,0.43860000371932983,-0.599399983882904,-0.6696000099182129,0.43860000371932983,-0.599399983882904,-0.6696000099182129,0.43860000371932983,-0.599399983882904,-0.6696000099182129,-0.4867999851703644,-0.8442000150680542,0.22429999709129333,-0.4867999851703644,-0.8442000150680542,0.22429999709129333,-0.4867999851703644,-0.8442000150680542,0.22429999709129333,0.8446999788284302,0.46140000224113464,0.27140000462532043,0.8446999788284302,0.46140000224113464,0.27140000462532043,0.8446999788284302,0.46140000224113464,0.27140000462532043,0.9506000280380249,0.257999986410141,-0.17270000278949738,0.9506000280380249,0.257999986410141,-0.17270000278949738,0.9506000280380249,0.257999986410141,-0.17270000278949738,0.8392000198364258,0.45329999923706055,-0.3005000054836273,0.8392000198364258,0.45329999923706055,-0.3005000054836273,0.8392000198364258,0.45329999923706055,-0.3005000054836273,-0.8177000284194946,-0.5475999712944031,0.17759999632835388,-0.8177000284194946,-0.5475999712944031,0.17759999632835388,-0.8177000284194946,-0.5475999712944031,0.17759999632835388,-0.462799996137619,-0.675599992275238,0.5740000009536743,-0.462799996137619,-0.675599992275238,0.5740000009536743,-0.462799996137619,-0.675599992275238,0.5740000009536743,0.9190000295639038,0.2500999867916107,-0.30469998717308044,0.9190000295639038,0.2500999867916107,-0.30469998717308044,0.9190000295639038,0.2500999867916107,-0.30469998717308044,0.9581000208854675,-0.2750999927520752,0.07959999889135361,0.9581000208854675,-0.2750999927520752,0.07959999889135361,0.9581000208854675,-0.2750999927520752,0.07959999889135361,-0.13940000534057617,-0.8629999756813049,-0.48570001125335693,-0.13940000534057617,-0.8629999756813049,-0.48570001125335693,-0.13940000534057617,-0.8629999756813049,-0.48570001125335693,0.7908999919891357,0.6003999710083008,-0.11829999834299088,0.7908999919891357,0.6003999710083008,-0.11829999834299088,0.7908999919891357,0.6003999710083008,-0.11829999834299088,-0.8057000041007996,0.5350000262260437,0.2540999948978424,-0.8057000041007996,0.5350000262260437,0.2540999948978424,-0.8057000041007996,0.5350000262260437,0.2540999948978424,0.4023999869823456,-0.9150999784469604,0.025599999353289604,0.4023999869823456,-0.9150999784469604,0.025599999353289604,0.4023999869823456,-0.9150999784469604,0.025599999353289604,-0.951200008392334,0.19840000569820404,-0.23649999499320984,-0.951200008392334,0.19840000569820404,-0.23649999499320984,-0.951200008392334,0.19840000569820404,-0.23649999499320984,0.4124999940395355,-0.8790000081062317,0.23909999430179596,0.4124999940395355,-0.8790000081062317,0.23909999430179596,0.4124999940395355,-0.8790000081062317,0.23909999430179596,0.045499999076128006,-0.9470999836921692,0.3176000118255615,0.045499999076128006,-0.9470999836921692,0.3176000118255615,0.045499999076128006,-0.9470999836921692,0.3176000118255615,-0.7383999824523926,-0.6741999983787537,0.016300000250339508,-0.7383999824523926,-0.6741999983787537,0.016300000250339508,-0.7383999824523926,-0.6741999983787537,0.016300000250339508,-0.994700014591217,-0.03660000115633011,-0.09650000184774399,-0.994700014591217,-0.03660000115633011,-0.09650000184774399,-0.994700014591217,-0.03660000115633011,-0.09650000184774399,0.6310999989509583,0.06629999727010727,0.7728000283241272,0.6310999989509583,0.06629999727010727,0.7728000283241272,0.6310999989509583,0.06629999727010727,0.7728000283241272,-0.4309999942779541,0.8224999904632568,-0.3711000084877014,-0.4309999942779541,0.8224999904632568,-0.3711000084877014,-0.4309999942779541,0.8224999904632568,-0.3711000084877014,-0.03840000182390213,0.9735000133514404,-0.22550000250339508,-0.03840000182390213,0.9735000133514404,-0.22550000250339508,-0.03840000182390213,0.9735000133514404,-0.22550000250339508,0.9453999996185303,-0.29840001463890076,0.13120000064373016,0.9453999996185303,-0.29840001463890076,0.13120000064373016,0.9453999996185303,-0.29840001463890076,0.13120000064373016,0.763700008392334,0.1088000014424324,0.6363999843597412,0.763700008392334,0.1088000014424324,0.6363999843597412,0.763700008392334,0.1088000014424324,0.6363999843597412,-0.7089999914169312,0.4117000102996826,-0.5726000070571899,-0.7089999914169312,0.4117000102996826,-0.5726000070571899,-0.7089999914169312,0.4117000102996826,-0.5726000070571899,0.2623000144958496,0.9649999737739563,-0.003000000026077032,0.2623000144958496,0.9649999737739563,-0.003000000026077032,0.2623000144958496,0.9649999737739563,-0.003000000026077032,-0.9606000185012817,0.09080000221729279,0.26269999146461487,-0.9606000185012817,0.09080000221729279,0.26269999146461487,-0.9606000185012817,0.09080000221729279,0.26269999146461487,-0.9641000032424927,0.249099999666214,-0.09239999949932098,-0.9641000032424927,0.249099999666214,-0.09239999949932098,-0.9641000032424927,0.249099999666214,-0.09239999949932098,0.4101000130176544,-0.8902000188827515,0.19840000569820404,0.4101000130176544,-0.8902000188827515,0.19840000569820404,0.4101000130176544,-0.8902000188827515,0.19840000569820404,0.5723000168800354,-0.15929999947547913,0.8044000267982483,0.5723000168800354,-0.15929999947547913,0.8044000267982483,0.5723000168800354,-0.15929999947547913,0.8044000267982483,0.3921000063419342,0.9182999730110168,0.0551999993622303,0.3921000063419342,0.9182999730110168,0.0551999993622303,0.3921000063419342,0.9182999730110168,0.0551999993622303,-0.8191999793052673,-0.5249000191688538,0.23109999299049377,-0.8191999793052673,-0.5249000191688538,0.23109999299049377,-0.8191999793052673,-0.5249000191688538,0.23109999299049377,-0.8770999908447266,0.46299999952316284,-0.12790000438690186,-0.8770999908447266,0.46299999952316284,-0.12790000438690186,-0.8770999908447266,0.46299999952316284,-0.12790000438690186,0.9616000056266785,-0.27300000190734863,-0.026799999177455902,0.9616000056266785,-0.27300000190734863,-0.026799999177455902,0.9616000056266785,-0.27300000190734863,-0.026799999177455902,-0.6784999966621399,0.7092000246047974,0.19169999659061432,-0.6784999966621399,0.7092000246047974,0.19169999659061432,-0.6784999966621399,0.7092000246047974,0.19169999659061432,0.008299999870359898,-0.7894999980926514,0.6136999726295471,0.008299999870359898,-0.7894999980926514,0.6136999726295471,0.008299999870359898,-0.7894999980926514,0.6136999726295471,0.8147000074386597,-0.5404000282287598,0.21040000021457672,0.8147000074386597,-0.5404000282287598,0.21040000021457672,0.8147000074386597,-0.5404000282287598,0.21040000021457672,0.020999999716877937,0.9842000007629395,-0.17599999904632568,0.020999999716877937,0.9842000007629395,-0.17599999904632568,0.020999999716877937,0.9842000007629395,-0.17599999904632568,0.4377000033855438,0.53329998254776,-0.7239000201225281,0.4377000033855438,0.53329998254776,-0.7239000201225281,0.4377000033855438,0.53329998254776,-0.7239000201225281,-0.6377000212669373,0.6367999911308289,-0.4334000051021576,-0.6377000212669373,0.6367999911308289,-0.4334000051021576,-0.6377000212669373,0.6367999911308289,-0.4334000051021576,-0.39890000224113464,-0.7501000165939331,0.527400016784668,-0.39890000224113464,-0.7501000165939331,0.527400016784668,-0.39890000224113464,-0.7501000165939331,0.527400016784668,-0.48750001192092896,-0.4474000036716461,-0.7498000264167786,-0.48750001192092896,-0.4474000036716461,-0.7498000264167786,-0.48750001192092896,-0.4474000036716461,-0.7498000264167786,-0.43320000171661377,-0.5097000002861023,-0.7433000206947327,-0.43320000171661377,-0.5097000002861023,-0.7433000206947327,-0.43320000171661377,-0.5097000002861023,-0.7433000206947327,-0.18039999902248383,-0.9702000021934509,-0.16200000047683716,-0.18039999902248383,-0.9702000021934509,-0.16200000047683716,-0.18039999902248383,-0.9702000021934509,-0.16200000047683716,-0.004399999976158142,-0.9474999904632568,0.3197000026702881,-0.004399999976158142,-0.9474999904632568,0.3197000026702881,-0.004399999976158142,-0.9474999904632568,0.3197000026702881,-0.6840000152587891,-0.22550000250339508,-0.6937999725341797,-0.6840000152587891,-0.22550000250339508,-0.6937999725341797,-0.6840000152587891,-0.22550000250339508,-0.6937999725341797,0.07859999686479568,-0.4787999987602234,-0.8744000196456909,0.07859999686479568,-0.4787999987602234,-0.8744000196456909,0.07859999686479568,-0.4787999987602234,-0.8744000196456909,0.7289000153541565,-0.6822999715805054,-0.05570000037550926,0.7289000153541565,-0.6822999715805054,-0.05570000037550926,0.7289000153541565,-0.6822999715805054,-0.05570000037550926,-0.6873999834060669,-0.6069999933242798,0.3986999988555908,-0.6873999834060669,-0.6069999933242798,0.3986999988555908,-0.6873999834060669,-0.6069999933242798,0.3986999988555908,-0.9373999834060669,-0.33070001006126404,0.1088000014424324,-0.9373999834060669,-0.33070001006126404,0.1088000014424324,-0.9373999834060669,-0.33070001006126404,0.1088000014424324,0.23880000412464142,0.9635000228881836,0.12120000272989273,0.23880000412464142,0.9635000228881836,0.12120000272989273,0.23880000412464142,0.9635000228881836,0.12120000272989273,-0.00839999970048666,0.8805999755859375,-0.4738999903202057,-0.00839999970048666,0.8805999755859375,-0.4738999903202057,-0.00839999970048666,0.8805999755859375,-0.4738999903202057,0.6820999979972839,0.6741999983787537,-0.2831000089645386,0.6820999979972839,0.6741999983787537,-0.2831000089645386,0.6820999979972839,0.6741999983787537,-0.2831000089645386,-0.4977000057697296,-0.8569999933242798,-0.1339000016450882,-0.4977000057697296,-0.8569999933242798,-0.1339000016450882,-0.4977000057697296,-0.8569999933242798,-0.1339000016450882,0.23350000381469727,-0.4383000135421753,-0.867900013923645,0.23350000381469727,-0.4383000135421753,-0.867900013923645,0.23350000381469727,-0.4383000135421753,-0.867900013923645,-0.48669999837875366,-0.8734999895095825,0.014299999922513962,-0.48669999837875366,-0.8734999895095825,0.014299999922513962,-0.48669999837875366,-0.8734999895095825,0.014299999922513962,0.30489999055862427,-0.557200014591217,0.7723000049591064,0.30489999055862427,-0.557200014591217,0.7723000049591064,0.30489999055862427,-0.557200014591217,0.7723000049591064,-0.41519999504089355,0.2881999909877777,-0.8629000186920166,-0.41519999504089355,0.2881999909877777,-0.8629000186920166,-0.41519999504089355,0.2881999909877777,-0.8629000186920166,-0.11400000005960464,-0.9902999997138977,-0.07909999787807465,-0.11400000005960464,-0.9902999997138977,-0.07909999787807465,-0.11400000005960464,-0.9902999997138977,-0.07909999787807465,-0.3001999855041504,-0.8112999796867371,0.5016999840736389,-0.3001999855041504,-0.8112999796867371,0.5016999840736389,-0.3001999855041504,-0.8112999796867371,0.5016999840736389,-0.854200005531311,0.4742000102996826,0.2134000062942505,-0.854200005531311,0.4742000102996826,0.2134000062942505,-0.854200005531311,0.4742000102996826,0.2134000062942505,-0.362199991941452,-0.8820000290870667,0.30140000581741333,-0.362199991941452,-0.8820000290870667,0.30140000581741333,-0.362199991941452,-0.8820000290870667,0.30140000581741333,0.3312999904155731,0.6809999942779541,0.652999997138977,0.3312999904155731,0.6809999942779541,0.652999997138977,0.3312999904155731,0.6809999942779541,0.652999997138977,0.7422000169754028,0.6693000197410583,0.03420000150799751,0.7422000169754028,0.6693000197410583,0.03420000150799751,0.7422000169754028,0.6693000197410583,0.03420000150799751,-0.414900004863739,0.43380001187324524,-0.7997999787330627,-0.414900004863739,0.43380001187324524,-0.7997999787330627,-0.414900004863739,0.43380001187324524,-0.7997999787330627,-0.9114999771118164,0.41130000352859497,0.00139999995008111,-0.9114999771118164,0.41130000352859497,0.00139999995008111,-0.9114999771118164,0.41130000352859497,0.00139999995008111,-0.6748999953269958,-0.6184999942779541,0.4025000035762787,-0.6748999953269958,-0.6184999942779541,0.4025000035762787,-0.6748999953269958,-0.6184999942779541,0.4025000035762787,-0.5515000224113464,0.7889000177383423,-0.2711000144481659,-0.5515000224113464,0.7889000177383423,-0.2711000144481659,-0.5515000224113464,0.7889000177383423,-0.2711000144481659,0.6466000080108643,-0.7423999905586243,-0.17560000717639923,0.6466000080108643,-0.7423999905586243,-0.17560000717639923,0.6466000080108643,-0.7423999905586243,-0.17560000717639923,-0.08669999986886978,-0.9745000004768372,0.20679999887943268,-0.08669999986886978,-0.9745000004768372,0.20679999887943268,-0.08669999986886978,-0.9745000004768372,0.20679999887943268,-0.4433000087738037,-0.8661999702453613,0.23080000281333923,-0.4433000087738037,-0.8661999702453613,0.23080000281333923,-0.4433000087738037,-0.8661999702453613,0.23080000281333923,-0.25130000710487366,-0.967199981212616,0.037300001829862595,-0.25130000710487366,-0.967199981212616,0.037300001829862595,-0.25130000710487366,-0.967199981212616,0.037300001829862595,0.1679999977350235,-0.7821000218391418,0.6000999808311462,0.1679999977350235,-0.7821000218391418,0.6000999808311462,0.1679999977350235,-0.7821000218391418,0.6000999808311462,0.007300000172108412,-0.9696999788284302,0.2442999929189682,0.007300000172108412,-0.9696999788284302,0.2442999929189682,0.007300000172108412,-0.9696999788284302,0.2442999929189682,0.7526999711990356,0.5852000117301941,-0.30169999599456787,0.7526999711990356,0.5852000117301941,-0.30169999599456787,0.7526999711990356,0.5852000117301941,-0.30169999599456787,0.9990000128746033,-0.040800001472234726,0.020800000056624413,0.9990000128746033,-0.040800001472234726,0.020800000056624413,0.9990000128746033,-0.040800001472234726,0.020800000056624413,0.22689999639987946,-0.13130000233650208,-0.9649999737739563,0.22689999639987946,-0.13130000233650208,-0.9649999737739563,0.22689999639987946,-0.13130000233650208,-0.9649999737739563,0.06030000001192093,0.07999999821186066,-0.9950000047683716,0.06030000001192093,0.07999999821186066,-0.9950000047683716,0.06030000001192093,0.07999999821186066,-0.9950000047683716,0.7184000015258789,-0.24979999661445618,0.6492000222206116,0.7184000015258789,-0.24979999661445618,0.6492000222206116,0.7184000015258789,-0.24979999661445618,0.6492000222206116,-0.5580000281333923,0.07450000196695328,-0.8264999985694885,-0.5580000281333923,0.07450000196695328,-0.8264999985694885,-0.5580000281333923,0.07450000196695328,-0.8264999985694885,0.32409998774528503,-0.19840000569820404,0.925000011920929,0.32409998774528503,-0.19840000569820404,0.925000011920929,0.32409998774528503,-0.19840000569820404,0.925000011920929,-0.9627000093460083,0.2687999904155731,0.02969999983906746,-0.9627000093460083,0.2687999904155731,0.02969999983906746,-0.9627000093460083,0.2687999904155731,0.02969999983906746,0.7639999985694885,0.5555999875068665,0.328000009059906,0.7639999985694885,0.5555999875068665,0.328000009059906,0.7639999985694885,0.5555999875068665,0.328000009059906,0.2533000111579895,0.6344000101089478,0.7303000092506409,0.2533000111579895,0.6344000101089478,0.7303000092506409,0.2533000111579895,0.6344000101089478,0.7303000092506409,0.12449999898672104,-0.8467000126838684,0.5174000263214111,0.12449999898672104,-0.8467000126838684,0.5174000263214111,0.12449999898672104,-0.8467000126838684,0.5174000263214111,0.6769999861717224,-0.6812000274658203,-0.2784999907016754,0.6769999861717224,-0.6812000274658203,-0.2784999907016754,0.6769999861717224,-0.6812000274658203,-0.2784999907016754,-0.6466000080108643,-0.7422999739646912,-0.17569999396800995,-0.6466000080108643,-0.7422999739646912,-0.17569999396800995,-0.6466000080108643,-0.7422999739646912,-0.17569999396800995,0.41449999809265137,0.4790000021457672,-0.7738000154495239,0.41449999809265137,0.4790000021457672,-0.7738000154495239,0.41449999809265137,0.4790000021457672,-0.7738000154495239,-0.9229000210762024,0.032999999821186066,0.38370001316070557,-0.9229000210762024,0.032999999821186066,0.38370001316070557,-0.9229000210762024,0.032999999821186066,0.38370001316070557,0.708299994468689,-0.6956999897956848,-0.1200999990105629,0.708299994468689,-0.6956999897956848,-0.1200999990105629,0.708299994468689,-0.6956999897956848,-0.1200999990105629,0.8359000086784363,0.5480999946594238,-0.028999999165534973,0.8359000086784363,0.5480999946594238,-0.028999999165534973,0.8359000086784363,0.5480999946594238,-0.028999999165534973,0.37880000472068787,0.09809999912977219,0.9203000068664551,0.37880000472068787,0.09809999912977219,0.9203000068664551,0.37880000472068787,0.09809999912977219,0.9203000068664551,-0.5166000127792358,-0.48579999804496765,0.7050999999046326,-0.5166000127792358,-0.48579999804496765,0.7050999999046326,-0.5166000127792358,-0.48579999804496765,0.7050999999046326,-0.979200005531311,0.14659999310970306,0.14059999585151672,-0.979200005531311,0.14659999310970306,0.14059999585151672,-0.979200005531311,0.14659999310970306,0.14059999585151672,0.4790000021457672,-0.84579998254776,0.23489999771118164,0.4790000021457672,-0.84579998254776,0.23489999771118164,0.4790000021457672,-0.84579998254776,0.23489999771118164,0.704800009727478,0.5995000004768372,0.37940001487731934,0.704800009727478,0.5995000004768372,0.37940001487731934,0.704800009727478,0.5995000004768372,0.37940001487731934,0.6123999953269958,0.7829999923706055,0.10899999737739563,0.6123999953269958,0.7829999923706055,0.10899999737739563,0.6123999953269958,0.7829999923706055,0.10899999737739563,0.6712999939918518,0.08669999986886978,-0.7361000180244446,0.6712999939918518,0.08669999986886978,-0.7361000180244446,0.6712999939918518,0.08669999986886978,-0.7361000180244446,-0.6625000238418579,-0.01899999938905239,0.7487999796867371,-0.6625000238418579,-0.01899999938905239,0.7487999796867371,-0.6625000238418579,-0.01899999938905239,0.7487999796867371,0.7210000157356262,0.5081999897956848,-0.47110000252723694,0.7210000157356262,0.5081999897956848,-0.47110000252723694,0.7210000157356262,0.5081999897956848,-0.47110000252723694,0.5667999982833862,0.36090001463890076,0.7405999898910522,0.5667999982833862,0.36090001463890076,0.7405999898910522,0.5667999982833862,0.36090001463890076,0.7405999898910522,0.974399983882904,-0.22370000183582306,0.019899999722838402,0.974399983882904,-0.22370000183582306,0.019899999722838402,0.974399983882904,-0.22370000183582306,0.019899999722838402,0.9969000220298767,0.05570000037550926,0.05530000105500221,0.9969000220298767,0.05570000037550926,0.05530000105500221,0.9969000220298767,0.05570000037550926,0.05530000105500221,-0.9333000183105469,0.3463999927043915,-0.09520000219345093,-0.9333000183105469,0.3463999927043915,-0.09520000219345093,-0.9333000183105469,0.3463999927043915,-0.09520000219345093,0.13779999315738678,0.9417999982833862,-0.3066999912261963,0.13779999315738678,0.9417999982833862,-0.3066999912261963,0.13779999315738678,0.9417999982833862,-0.3066999912261963,-0.8032000064849854,0.07829999923706055,-0.590499997138977,-0.8032000064849854,0.07829999923706055,-0.590499997138977,-0.8032000064849854,0.07829999923706055,-0.590499997138977,-0.6775000095367432,-0.6190000176429749,0.39719998836517334,-0.6775000095367432,-0.6190000176429749,0.39719998836517334,-0.6775000095367432,-0.6190000176429749,0.39719998836517334,-0.5327000021934509,-0.04430000111460686,0.8452000021934509,-0.5327000021934509,-0.04430000111460686,0.8452000021934509,-0.5327000021934509,-0.04430000111460686,0.8452000021934509,-0.302700012922287,0.836899995803833,-0.4560000002384186,-0.302700012922287,0.836899995803833,-0.4560000002384186,-0.302700012922287,0.836899995803833,-0.4560000002384186,-0.5672000050544739,0.7842000126838684,0.2515000104904175,-0.5672000050544739,0.7842000126838684,0.2515000104904175,-0.5672000050544739,0.7842000126838684,0.2515000104904175,0.951200008392334,0.19840000569820404,-0.23649999499320984,0.951200008392334,0.19840000569820404,-0.23649999499320984,0.951200008392334,0.19840000569820404,-0.23649999499320984,0.8338000178337097,-0.4341999888420105,-0.3409000039100647,0.8338000178337097,-0.4341999888420105,-0.3409000039100647,0.8338000178337097,-0.4341999888420105,-0.3409000039100647,0.6657999753952026,0.7383000254631042,-0.1080000028014183,0.6657999753952026,0.7383000254631042,-0.1080000028014183,0.6657999753952026,0.7383000254631042,-0.1080000028014183,-0.8388000130653381,0.4717999994754791,-0.2718000113964081,-0.8388000130653381,0.4717999994754791,-0.2718000113964081,-0.8388000130653381,0.4717999994754791,-0.2718000113964081,-0.029200000688433647,0.9812999963760376,0.19009999930858612,-0.029200000688433647,0.9812999963760376,0.19009999930858612,-0.029200000688433647,0.9812999963760376,0.19009999930858612,-0.9994999766349792,0.030300000682473183,-0.004100000020116568,-0.9994999766349792,0.030300000682473183,-0.004100000020116568,-0.9994999766349792,0.030300000682473183,-0.004100000020116568,0.27459999918937683,-0.9358999729156494,-0.2207999974489212,0.27459999918937683,-0.9358999729156494,-0.2207999974489212,0.27459999918937683,-0.9358999729156494,-0.2207999974489212,-0.9783999919891357,-0.004900000058114529,-0.2069000005722046,-0.9783999919891357,-0.004900000058114529,-0.2069000005722046,-0.9783999919891357,-0.004900000058114529,-0.2069000005722046,-0.8593000173568726,-0.4318000078201294,0.2741999924182892,-0.8593000173568726,-0.4318000078201294,0.2741999924182892,-0.8593000173568726,-0.4318000078201294,0.2741999924182892,-0.23469999432563782,0.6187000274658203,0.7497000098228455,-0.23469999432563782,0.6187000274658203,0.7497000098228455,-0.23469999432563782,0.6187000274658203,0.7497000098228455,-0.9915000200271606,-0.1298000067472458,-0.01140000019222498,-0.9915000200271606,-0.1298000067472458,-0.01140000019222498,-0.9915000200271606,-0.1298000067472458,-0.01140000019222498,-0.830299973487854,0.27630001306533813,0.48399999737739563,-0.830299973487854,0.27630001306533813,0.48399999737739563,-0.830299973487854,0.27630001306533813,0.48399999737739563,0.6945000290870667,-0.4749000072479248,-0.5404999852180481,0.6945000290870667,-0.4749000072479248,-0.5404999852180481,0.6945000290870667,-0.4749000072479248,-0.5404999852180481,0.7228999733924866,0.5516999959945679,0.41589999198913574,0.7228999733924866,0.5516999959945679,0.41589999198913574,0.7228999733924866,0.5516999959945679,0.41589999198913574,0.2840000092983246,0.055799998342990875,0.9571999907493591,0.2840000092983246,0.055799998342990875,0.9571999907493591,0.2840000092983246,0.055799998342990875,0.9571999907493591,0.4575999975204468,0.7300999760627747,-0.5074999928474426,0.4575999975204468,0.7300999760627747,-0.5074999928474426,0.4575999975204468,0.7300999760627747,-0.5074999928474426,0.9370999932289124,-0.34779998660087585,-0.02930000051856041,0.9370999932289124,-0.34779998660087585,-0.02930000051856041,0.9370999932289124,-0.34779998660087585,-0.02930000051856041,-0.10620000213384628,0.9932000041007996,-0.0478999987244606,-0.10620000213384628,0.9932000041007996,-0.0478999987244606,-0.10620000213384628,0.9932000041007996,-0.0478999987244606,-0.25949999690055847,0.39660000801086426,-0.8805000185966492,-0.25949999690055847,0.39660000801086426,-0.8805000185966492,-0.25949999690055847,0.39660000801086426,-0.8805000185966492,-0.9527000188827515,0.2849999964237213,-0.1054999977350235,-0.9527000188827515,0.2849999964237213,-0.1054999977350235,-0.9527000188827515,0.2849999964237213,-0.1054999977350235,-0.46540001034736633,-0.6377000212669373,0.6137999892234802,-0.46540001034736633,-0.6377000212669373,0.6137999892234802,-0.46540001034736633,-0.6377000212669373,0.6137999892234802,-0.3140999972820282,-0.7599999904632568,0.5688999891281128,-0.3140999972820282,-0.7599999904632568,0.5688999891281128,-0.3140999972820282,-0.7599999904632568,0.5688999891281128,0.21170000731945038,0.7608000040054321,-0.6134999990463257,0.21170000731945038,0.7608000040054321,-0.6134999990463257,0.21170000731945038,0.7608000040054321,-0.6134999990463257,-0.7972000241279602,0.4404999911785126,0.41280001401901245,-0.7972000241279602,0.4404999911785126,0.41280001401901245,-0.7972000241279602,0.4404999911785126,0.41280001401901245,0.8939999938011169,-0.3416000008583069,0.29010000824928284,0.8939999938011169,-0.3416000008583069,0.29010000824928284,0.8939999938011169,-0.3416000008583069,0.29010000824928284,0.4462999999523163,0.7942000031471252,-0.4124000072479248,0.4462999999523163,0.7942000031471252,-0.4124000072479248,0.4462999999523163,0.7942000031471252,-0.4124000072479248,0.5342000126838684,0.7968999743461609,-0.28200000524520874,0.5342000126838684,0.7968999743461609,-0.28200000524520874,0.5342000126838684,0.7968999743461609,-0.28200000524520874,0.6833999752998352,-0.6431000232696533,-0.34549999237060547,0.6833999752998352,-0.6431000232696533,-0.34549999237060547,0.6833999752998352,-0.6431000232696533,-0.34549999237060547,0.018200000748038292,0.33629998564720154,0.9416000247001648,0.018200000748038292,0.33629998564720154,0.9416000247001648,0.018200000748038292,0.33629998564720154,0.9416000247001648,-0.7116000056266785,0.1875,-0.6771000027656555,-0.7116000056266785,0.1875,-0.6771000027656555,-0.7116000056266785,0.1875,-0.6771000027656555,-0.3952000141143799,0.4560999870300293,0.7973999977111816,-0.3952000141143799,0.4560999870300293,0.7973999977111816,-0.3952000141143799,0.4560999870300293,0.7973999977111816,-0.15129999816417694,0.4943000078201294,0.8560000061988831,-0.15129999816417694,0.4943000078201294,0.8560000061988831,-0.15129999816417694,0.4943000078201294,0.8560000061988831,-0.2815000116825104,0.7132999897003174,0.6417999863624573,-0.2815000116825104,0.7132999897003174,0.6417999863624573,-0.2815000116825104,0.7132999897003174,0.6417999863624573,-0.5220000147819519,-0.7924000024795532,0.3156999945640564,-0.5220000147819519,-0.7924000024795532,0.3156999945640564,-0.5220000147819519,-0.7924000024795532,0.3156999945640564,0.4415999948978424,0.8949999809265137,-0.06360000371932983,0.4415999948978424,0.8949999809265137,-0.06360000371932983,0.4415999948978424,0.8949999809265137,-0.06360000371932983,0.39629998803138733,-0.8744999766349792,-0.27950000762939453,0.39629998803138733,-0.8744999766349792,-0.27950000762939453,0.39629998803138733,-0.8744999766349792,-0.27950000762939453,-0.7286999821662903,0.2526000142097473,0.6365000009536743,-0.7286999821662903,0.2526000142097473,0.6365000009536743,-0.7286999821662903,0.2526000142097473,0.6365000009536743,-0.5127000212669373,0.20579999685287476,-0.8335999846458435,-0.5127000212669373,0.20579999685287476,-0.8335999846458435,-0.5127000212669373,0.20579999685287476,-0.8335999846458435,-0.2784999907016754,0.9509000182151794,0.13500000536441803,-0.2784999907016754,0.9509000182151794,0.13500000536441803,-0.2784999907016754,0.9509000182151794,0.13500000536441803,-0.4745999872684479,0.8560000061988831,0.20520000159740448,-0.4745999872684479,0.8560000061988831,0.20520000159740448,-0.4745999872684479,0.8560000061988831,0.20520000159740448,0.03460000082850456,-0.45590001344680786,0.8892999887466431,0.03460000082850456,-0.45590001344680786,0.8892999887466431,0.03460000082850456,-0.45590001344680786,0.8892999887466431,-0.018400000408291817,-0.8586999773979187,0.5121999979019165,-0.018400000408291817,-0.8586999773979187,0.5121999979019165,-0.018400000408291817,-0.8586999773979187,0.5121999979019165,-0.8327999711036682,-0.5532000064849854,0.02250000089406967,-0.8327999711036682,-0.5532000064849854,0.02250000089406967,-0.8327999711036682,-0.5532000064849854,0.02250000089406967,0.5307999849319458,-0.32589998841285706,-0.7824000120162964,0.5307999849319458,-0.32589998841285706,-0.7824000120162964,0.5307999849319458,-0.32589998841285706,-0.7824000120162964,0.009399999864399433,-0.9638000130653381,0.2662999927997589,0.009399999864399433,-0.9638000130653381,0.2662999927997589,0.009399999864399433,-0.9638000130653381,0.2662999927997589,-0.9580000042915344,-0.046799998730421066,-0.28299999237060547,-0.9580000042915344,-0.046799998730421066,-0.28299999237060547,-0.9580000042915344,-0.046799998730421066,-0.28299999237060547,-0.6212999820709229,0.44839999079704285,0.6425999999046326,-0.6212999820709229,0.44839999079704285,0.6425999999046326,-0.6212999820709229,0.44839999079704285,0.6425999999046326,0.9751999974250793,0.06360000371932983,0.21199999749660492,0.9751999974250793,0.06360000371932983,0.21199999749660492,0.9751999974250793,0.06360000371932983,0.21199999749660492,0.2946999967098236,-0.9510999917984009,0.09309999644756317,0.2946999967098236,-0.9510999917984009,0.09309999644756317,0.2946999967098236,-0.9510999917984009,0.09309999644756317,-0.359499990940094,-0.4050000011920929,-0.8406999707221985,-0.359499990940094,-0.4050000011920929,-0.8406999707221985,-0.359499990940094,-0.4050000011920929,-0.8406999707221985,0.9628000259399414,0.02410000003874302,0.26910001039505005,0.9628000259399414,0.02410000003874302,0.26910001039505005,0.9628000259399414,0.02410000003874302,0.26910001039505005,0.8119999766349792,-0.0012000000569969416,0.5835999846458435,0.8119999766349792,-0.0012000000569969416,0.5835999846458435,0.8119999766349792,-0.0012000000569969416,0.5835999846458435,0.9883000254631042,0.03060000017285347,0.14910000562667847,0.9883000254631042,0.03060000017285347,0.14910000562667847,0.9883000254631042,0.03060000017285347,0.14910000562667847,0.7049000263214111,-0.7085999846458435,0.032999999821186066,0.7049000263214111,-0.7085999846458435,0.032999999821186066,0.7049000263214111,-0.7085999846458435,0.032999999821186066,0.678600013256073,-0.38909998536109924,0.6230000257492065,0.678600013256073,-0.38909998536109924,0.6230000257492065,0.678600013256073,-0.38909998536109924,0.6230000257492065,-0.657800018787384,-0.04340000078082085,0.7519000172615051,-0.657800018787384,-0.04340000078082085,0.7519000172615051,-0.657800018787384,-0.04340000078082085,0.7519000172615051,-0.13230000436306,-0.7269999980926514,-0.673799991607666,-0.13230000436306,-0.7269999980926514,-0.673799991607666,-0.13230000436306,-0.7269999980926514,-0.673799991607666,0.883899986743927,-0.1257999986410141,0.4505000114440918,0.883899986743927,-0.1257999986410141,0.4505000114440918,0.883899986743927,-0.1257999986410141,0.4505000114440918,-0.32710000872612,0.870199978351593,-0.3684999942779541,-0.32710000872612,0.870199978351593,-0.3684999942779541,-0.32710000872612,0.870199978351593,-0.3684999942779541,0.6455000042915344,0.5971999764442444,-0.47609999775886536,0.6455000042915344,0.5971999764442444,-0.47609999775886536,0.6455000042915344,0.5971999764442444,-0.47609999775886536,-0.31769999861717224,-0.7357000112533569,-0.5981000065803528,-0.31769999861717224,-0.7357000112533569,-0.5981000065803528,-0.31769999861717224,-0.7357000112533569,-0.5981000065803528,0.7361000180244446,0.2630999982357025,-0.6237000226974487,0.7361000180244446,0.2630999982357025,-0.6237000226974487,0.7361000180244446,0.2630999982357025,-0.6237000226974487,0.31220000982284546,-0.9161999821662903,0.25130000710487366,0.31220000982284546,-0.9161999821662903,0.25130000710487366,0.31220000982284546,-0.9161999821662903,0.25130000710487366,0.17579999566078186,0.9674999713897705,0.18160000443458557,0.17579999566078186,0.9674999713897705,0.18160000443458557,0.17579999566078186,0.9674999713897705,0.18160000443458557,-0.887499988079071,0.22869999706745148,0.4000999927520752,-0.887499988079071,0.22869999706745148,0.4000999927520752,-0.887499988079071,0.22869999706745148,0.4000999927520752,-0.39469999074935913,0.9053999781608582,0.15639999508857727,-0.39469999074935913,0.9053999781608582,0.15639999508857727,-0.39469999074935913,0.9053999781608582,0.15639999508857727,-0.16869999468326569,0.20630000531673431,-0.9639000296592712,-0.16869999468326569,0.20630000531673431,-0.9639000296592712,-0.16869999468326569,0.20630000531673431,-0.9639000296592712,-0.07729999721050262,-0.5841000080108643,0.8080000281333923,-0.07729999721050262,-0.5841000080108643,0.8080000281333923,-0.07729999721050262,-0.5841000080108643,0.8080000281333923,0.24199999868869781,-0.9448999762535095,-0.22040000557899475,0.24199999868869781,-0.9448999762535095,-0.22040000557899475,0.24199999868869781,-0.9448999762535095,-0.22040000557899475,-0.26739999651908875,-0.9348000288009644,0.23399999737739563,-0.26739999651908875,-0.9348000288009644,0.23399999737739563,-0.26739999651908875,-0.9348000288009644,0.23399999737739563,-0.2468000054359436,-0.9332000017166138,0.2612999975681305,-0.2468000054359436,-0.9332000017166138,0.2612999975681305,-0.2468000054359436,-0.9332000017166138,0.2612999975681305,-0.2517000138759613,0.9648000001907349,-0.07660000026226044,-0.2517000138759613,0.9648000001907349,-0.07660000026226044,-0.2517000138759613,0.9648000001907349,-0.07660000026226044,0.14030000567436218,0.6629999876022339,-0.7354000210762024,0.14030000567436218,0.6629999876022339,-0.7354000210762024,0.14030000567436218,0.6629999876022339,-0.7354000210762024,-0.288100004196167,-0.9277999997138977,0.2370000034570694,-0.288100004196167,-0.9277999997138977,0.2370000034570694,-0.288100004196167,-0.9277999997138977,0.2370000034570694,-0.052400000393390656,0.3601999878883362,0.9314000010490417,-0.052400000393390656,0.3601999878883362,0.9314000010490417,-0.052400000393390656,0.3601999878883362,0.9314000010490417,-0.28459998965263367,0.20059999823570251,-0.9373999834060669,-0.28459998965263367,0.20059999823570251,-0.9373999834060669,-0.28459998965263367,0.20059999823570251,-0.9373999834060669,-0.23759999871253967,0.06599999964237213,-0.9690999984741211,-0.23759999871253967,0.06599999964237213,-0.9690999984741211,-0.23759999871253967,0.06599999964237213,-0.9690999984741211,-0.6865000128746033,0.5101000070571899,-0.5181999802589417,-0.6865000128746033,0.5101000070571899,-0.5181999802589417,-0.6865000128746033,0.5101000070571899,-0.5181999802589417,0.16249999403953552,-0.8479999899864197,0.5044000148773193,0.16249999403953552,-0.8479999899864197,0.5044000148773193,0.16249999403953552,-0.8479999899864197,0.5044000148773193,-0.3621000051498413,-0.8716999888420105,0.3301999866962433,-0.3621000051498413,-0.8716999888420105,0.3301999866962433,-0.3621000051498413,-0.8716999888420105,0.3301999866962433,0.6194999814033508,-0.7494000196456909,0.2337000072002411,0.6194999814033508,-0.7494000196456909,0.2337000072002411,0.6194999814033508,-0.7494000196456909,0.2337000072002411,-0.22930000722408295,0.7802000045776367,-0.5820000171661377,-0.22930000722408295,0.7802000045776367,-0.5820000171661377,-0.22930000722408295,0.7802000045776367,-0.5820000171661377,-0.4742000102996826,0.7680000066757202,-0.430400013923645,-0.4742000102996826,0.7680000066757202,-0.430400013923645,-0.4742000102996826,0.7680000066757202,-0.430400013923645,0.007899999618530273,-0.4641999900341034,0.885699987411499,0.007899999618530273,-0.4641999900341034,0.885699987411499,0.007899999618530273,-0.4641999900341034,0.885699987411499,-0.9818999767303467,0.031700000166893005,0.18649999797344208,-0.9818999767303467,0.031700000166893005,0.18649999797344208,-0.9818999767303467,0.031700000166893005,0.18649999797344208,-0.3788999915122986,0.9254000186920166,0.011500000022351742,-0.3788999915122986,0.9254000186920166,0.011500000022351742,-0.3788999915122986,0.9254000186920166,0.011500000022351742,0.3490999937057495,0.13120000064373016,-0.9279000163078308,0.3490999937057495,0.13120000064373016,-0.9279000163078308,0.3490999937057495,0.13120000064373016,-0.9279000163078308,-0.08950000256299973,-0.33149999380111694,-0.9391999840736389,-0.08950000256299973,-0.33149999380111694,-0.9391999840736389,-0.08950000256299973,-0.33149999380111694,-0.9391999840736389,0.3497999906539917,0.9362999796867371,-0.031199999153614044,0.3497999906539917,0.9362999796867371,-0.031199999153614044,0.3497999906539917,0.9362999796867371,-0.031199999153614044,0.40209999680519104,0.4740999937057495,-0.78329998254776,0.40209999680519104,0.4740999937057495,-0.78329998254776,0.40209999680519104,0.4740999937057495,-0.78329998254776,-0.4153999984264374,-0.8061000108718872,-0.4214000105857849,-0.4153999984264374,-0.8061000108718872,-0.4214000105857849,-0.4153999984264374,-0.8061000108718872,-0.4214000105857849,0.890999972820282,0.31949999928474426,-0.32249999046325684,0.890999972820282,0.31949999928474426,-0.32249999046325684,0.890999972820282,0.31949999928474426,-0.32249999046325684,-0.9057000279426575,0.37130001187324524,-0.2045000046491623,-0.9057000279426575,0.37130001187324524,-0.2045000046491623,-0.9057000279426575,0.37130001187324524,-0.2045000046491623,0.14419999718666077,-0.32440000772476196,-0.9348000288009644,0.14419999718666077,-0.32440000772476196,-0.9348000288009644,0.14419999718666077,-0.32440000772476196,-0.9348000288009644,-0.6014999747276306,0.7958999872207642,-0.06889999657869339,-0.6014999747276306,0.7958999872207642,-0.06889999657869339,-0.6014999747276306,0.7958999872207642,-0.06889999657869339,0.9208999872207642,-0.11550000309944153,-0.37229999899864197,0.9208999872207642,-0.11550000309944153,-0.37229999899864197,0.9208999872207642,-0.11550000309944153,-0.37229999899864197,0.4415999948978424,0.5684999823570251,-0.694100022315979,0.4415999948978424,0.5684999823570251,-0.694100022315979,0.4415999948978424,0.5684999823570251,-0.694100022315979,-0.5296000242233276,-0.5501000285148621,0.6456999778747559,-0.5296000242233276,-0.5501000285148621,0.6456999778747559,-0.5296000242233276,-0.5501000285148621,0.6456999778747559,0.1550000011920929,0.3188000023365021,0.9351000189781189,0.1550000011920929,0.3188000023365021,0.9351000189781189,0.1550000011920929,0.3188000023365021,0.9351000189781189,0.10620000213384628,0.9932000041007996,-0.0478999987244606,0.10620000213384628,0.9932000041007996,-0.0478999987244606,0.10620000213384628,0.9932000041007996,-0.0478999987244606,0.9717000126838684,0.17679999768733978,0.15680000185966492,0.9717000126838684,0.17679999768733978,0.15680000185966492,0.9717000126838684,0.17679999768733978,0.15680000185966492,0.6650999784469604,0.37720000743865967,-0.6445000171661377,0.6650999784469604,0.37720000743865967,-0.6445000171661377,0.6650999784469604,0.37720000743865967,-0.6445000171661377,0.8640000224113464,-0.18639999628067017,-0.46779999136924744,0.8640000224113464,-0.18639999628067017,-0.46779999136924744,0.8640000224113464,-0.18639999628067017,-0.46779999136924744,-0.3783000111579895,-0.5873000025749207,-0.715499997138977,-0.3783000111579895,-0.5873000025749207,-0.715499997138977,-0.3783000111579895,-0.5873000025749207,-0.715499997138977,-0.40860000252723694,0.6887000203132629,-0.5989000201225281,-0.40860000252723694,0.6887000203132629,-0.5989000201225281,-0.40860000252723694,0.6887000203132629,-0.5989000201225281,-0.44190001487731934,0.6409000158309937,-0.6276000142097473,-0.44190001487731934,0.6409000158309937,-0.6276000142097473,-0.44190001487731934,0.6409000158309937,-0.6276000142097473,0.026799999177455902,-0.9958999752998352,-0.08659999817609787,0.026799999177455902,-0.9958999752998352,-0.08659999817609787,0.026799999177455902,-0.9958999752998352,-0.08659999817609787,0.6158999800682068,0.7712000012397766,-0.16099999845027924,0.6158999800682068,0.7712000012397766,-0.16099999845027924,0.6158999800682068,0.7712000012397766,-0.16099999845027924,-0.9998000264167786,0.013299999758601189,-0.015200000256299973,-0.9998000264167786,0.013299999758601189,-0.015200000256299973,-0.9998000264167786,0.013299999758601189,-0.015200000256299973,-0.748199999332428,0.6604999899864197,0.0625,-0.748199999332428,0.6604999899864197,0.0625,-0.748199999332428,0.6604999899864197,0.0625,0.03060000017285347,-0.5788999795913696,-0.8148000240325928,0.03060000017285347,-0.5788999795913696,-0.8148000240325928,0.03060000017285347,-0.5788999795913696,-0.8148000240325928,0.9975000023841858,-0.052799999713897705,-0.04619999974966049,0.9975000023841858,-0.052799999713897705,-0.04619999974966049,0.9975000023841858,-0.052799999713897705,-0.04619999974966049,0.14069999754428864,-0.6945000290870667,0.7056000232696533,0.14069999754428864,-0.6945000290870667,0.7056000232696533,0.14069999754428864,-0.6945000290870667,0.7056000232696533,-0.15479999780654907,0.8758999705314636,-0.4569000005722046,-0.15479999780654907,0.8758999705314636,-0.4569000005722046,-0.15479999780654907,0.8758999705314636,-0.4569000005722046,-0.16689999401569366,0.9732000231742859,0.15800000727176666,-0.16689999401569366,0.9732000231742859,0.15800000727176666,-0.16689999401569366,0.9732000231742859,0.15800000727176666,0.01769999973475933,0.9749000072479248,-0.22179999947547913,0.01769999973475933,0.9749000072479248,-0.22179999947547913,0.01769999973475933,0.9749000072479248,-0.22179999947547913,-0.8073999881744385,-0.5209000110626221,-0.27720001339912415,-0.8073999881744385,-0.5209000110626221,-0.27720001339912415,-0.8073999881744385,-0.5209000110626221,-0.27720001339912415,-0.17090000212192535,-0.9472000002861023,0.27129998803138733,-0.17090000212192535,-0.9472000002861023,0.27129998803138733,-0.17090000212192535,-0.9472000002861023,0.27129998803138733,-0.12620000541210175,0.8305000066757202,-0.5425999760627747,-0.12620000541210175,0.8305000066757202,-0.5425999760627747,-0.12620000541210175,0.8305000066757202,-0.5425999760627747,-0.06319999694824219,-0.9448000192642212,0.3215000033378601,-0.06319999694824219,-0.9448000192642212,0.3215000033378601,-0.06319999694824219,-0.9448000192642212,0.3215000033378601,-0.3467000126838684,-0.9211000204086304,0.17730000615119934,-0.3467000126838684,-0.9211000204086304,0.17730000615119934,-0.3467000126838684,-0.9211000204086304,0.17730000615119934,-0.049300000071525574,0.9700000286102295,-0.2379000037908554,-0.049300000071525574,0.9700000286102295,-0.2379000037908554,-0.049300000071525574,0.9700000286102295,-0.2379000037908554,0.8865000009536743,-0.3806000053882599,0.2630000114440918,0.8865000009536743,-0.3806000053882599,0.2630000114440918,0.8865000009536743,-0.3806000053882599,0.2630000114440918,0.741599977016449,-0.1462000012397766,0.654699981212616,0.741599977016449,-0.1462000012397766,0.654699981212616,0.741599977016449,-0.1462000012397766,0.654699981212616,0.3034000098705292,-0.3675999939441681,0.8791000247001648,0.3034000098705292,-0.3675999939441681,0.8791000247001648,0.3034000098705292,-0.3675999939441681,0.8791000247001648,-0.06639999896287918,-0.4706999957561493,-0.879800021648407,-0.06639999896287918,-0.4706999957561493,-0.879800021648407,-0.06639999896287918,-0.4706999957561493,-0.879800021648407,-0.9376000165939331,-0.2337999939918518,-0.2574999928474426,-0.9376000165939331,-0.2337999939918518,-0.2574999928474426,-0.9376000165939331,-0.2337999939918518,-0.2574999928474426,-0.0044999998062849045,-0.34450000524520874,-0.9387999773025513,-0.0044999998062849045,-0.34450000524520874,-0.9387999773025513,-0.0044999998062849045,-0.34450000524520874,-0.9387999773025513,-0.1678999960422516,0.016899999231100082,-0.9857000112533569,-0.1678999960422516,0.016899999231100082,-0.9857000112533569,-0.1678999960422516,0.016899999231100082,-0.9857000112533569,0.33090001344680786,0.2838999927043915,0.8999999761581421,0.33090001344680786,0.2838999927043915,0.8999999761581421,0.33090001344680786,0.2838999927043915,0.8999999761581421,0.6650000214576721,0.7067999839782715,-0.24120000004768372,0.6650000214576721,0.7067999839782715,-0.24120000004768372,0.6650000214576721,0.7067999839782715,-0.24120000004768372,0.05270000174641609,-0.23360000550746918,-0.9708999991416931,0.05270000174641609,-0.23360000550746918,-0.9708999991416931,0.05270000174641609,-0.23360000550746918,-0.9708999991416931,-0.9453999996185303,0.1356000006198883,0.29649999737739563,-0.9453999996185303,0.1356000006198883,0.29649999737739563,-0.9453999996185303,0.1356000006198883,0.29649999737739563,-0.4887000024318695,0.8672999739646912,0.09449999779462814,-0.4887000024318695,0.8672999739646912,0.09449999779462814,-0.4887000024318695,0.8672999739646912,0.09449999779462814,0.1348000019788742,-0.732200026512146,0.6675999760627747,0.1348000019788742,-0.732200026512146,0.6675999760627747,0.1348000019788742,-0.732200026512146,0.6675999760627747,0.6758000254631042,-0.5486999750137329,-0.49219998717308044,0.6758000254631042,-0.5486999750137329,-0.49219998717308044,0.6758000254631042,-0.5486999750137329,-0.49219998717308044,0.6941999793052673,-0.06239999830722809,0.7171000242233276,0.6941999793052673,-0.06239999830722809,0.7171000242233276,0.6941999793052673,-0.06239999830722809,0.7171000242233276,-0.7656999826431274,0.5586000084877014,0.31869998574256897,-0.7656999826431274,0.5586000084877014,0.31869998574256897,-0.7656999826431274,0.5586000084877014,0.31869998574256897,0.22290000319480896,-0.9178000092506409,0.3287000060081482,0.22290000319480896,-0.9178000092506409,0.3287000060081482,0.22290000319480896,-0.9178000092506409,0.3287000060081482,0.8708999752998352,-0.08720000088214874,0.4837000072002411,0.8708999752998352,-0.08720000088214874,0.4837000072002411,0.8708999752998352,-0.08720000088214874,0.4837000072002411,-0.2939000129699707,0.6543999910354614,-0.6966000199317932,-0.2939000129699707,0.6543999910354614,-0.6966000199317932,-0.2939000129699707,0.6543999910354614,-0.6966000199317932,-0.37599998712539673,-0.5748999714851379,-0.7267000079154968,-0.37599998712539673,-0.5748999714851379,-0.7267000079154968,-0.37599998712539673,-0.5748999714851379,-0.7267000079154968,0.37940001487731934,-0.7907999753952026,0.48030000925064087,0.37940001487731934,-0.7907999753952026,0.48030000925064087,0.37940001487731934,-0.7907999753952026,0.48030000925064087,0.8995000123977661,-0.42910000681877136,0.08250000327825546,0.8995000123977661,-0.42910000681877136,0.08250000327825546,0.8995000123977661,-0.42910000681877136,0.08250000327825546,-0.5016999840736389,0.46700000762939453,-0.7281000018119812,-0.5016999840736389,0.46700000762939453,-0.7281000018119812,-0.5016999840736389,0.46700000762939453,-0.7281000018119812,-0.09009999781847,0.9692000150680542,-0.22930000722408295,-0.09009999781847,0.9692000150680542,-0.22930000722408295,-0.09009999781847,0.9692000150680542,-0.22930000722408295,0.5181000232696533,0.042500000447034836,0.8543000221252441,0.5181000232696533,0.042500000447034836,0.8543000221252441,0.5181000232696533,0.042500000447034836,0.8543000221252441,0.703000009059906,-0.5547999739646912,-0.4449999928474426,0.703000009059906,-0.5547999739646912,-0.4449999928474426,0.703000009059906,-0.5547999739646912,-0.4449999928474426,0.538100004196167,0.6274999976158142,0.5627999901771545,0.538100004196167,0.6274999976158142,0.5627999901771545,0.538100004196167,0.6274999976158142,0.5627999901771545,-0.3425999879837036,0.3012000024318695,-0.8899000287055969,-0.3425999879837036,0.3012000024318695,-0.8899000287055969,-0.3425999879837036,0.3012000024318695,-0.8899000287055969,0.22280000150203705,-0.8876000046730042,0.4032000005245209,0.22280000150203705,-0.8876000046730042,0.4032000005245209,0.22280000150203705,-0.8876000046730042,0.4032000005245209,0.9771999716758728,0.1071000024676323,0.18330000340938568,0.9771999716758728,0.1071000024676323,0.18330000340938568,0.9771999716758728,0.1071000024676323,0.18330000340938568,0.17350000143051147,0.8478000164031982,-0.5011000037193298,0.17350000143051147,0.8478000164031982,-0.5011000037193298,0.17350000143051147,0.8478000164031982,-0.5011000037193298,0.982699990272522,-0.11760000139474869,-0.14329999685287476,0.982699990272522,-0.11760000139474869,-0.14329999685287476,0.982699990272522,-0.11760000139474869,-0.14329999685287476,-0.5511000156402588,0.6101999878883362,0.569100022315979,-0.5511000156402588,0.6101999878883362,0.569100022315979,-0.5511000156402588,0.6101999878883362,0.569100022315979,0.6373999714851379,0.6880999803543091,-0.3465999960899353,0.6373999714851379,0.6880999803543091,-0.3465999960899353,0.6373999714851379,0.6880999803543091,-0.3465999960899353,-0.6187999844551086,-0.64410001039505,-0.4498000144958496,-0.6187999844551086,-0.64410001039505,-0.4498000144958496,-0.6187999844551086,-0.64410001039505,-0.4498000144958496,0.03920000046491623,0.8600000143051147,-0.5087000131607056,0.03920000046491623,0.8600000143051147,-0.5087000131607056,0.03920000046491623,0.8600000143051147,-0.5087000131607056,-0.07620000094175339,0.5687999725341797,-0.8188999891281128,-0.07620000094175339,0.5687999725341797,-0.8188999891281128,-0.07620000094175339,0.5687999725341797,-0.8188999891281128,-0.38999998569488525,-0.18230000138282776,-0.9025999903678894,-0.38999998569488525,-0.18230000138282776,-0.9025999903678894,-0.38999998569488525,-0.18230000138282776,-0.9025999903678894,0.4964999854564667,-0.8021000027656555,0.33169999718666077,0.4964999854564667,-0.8021000027656555,0.33169999718666077,0.4964999854564667,-0.8021000027656555,0.33169999718666077,0.023399999365210533,0.9975000023841858,-0.06610000133514404,0.023399999365210533,0.9975000023841858,-0.06610000133514404,0.023399999365210533,0.9975000023841858,-0.06610000133514404,0.7491000294685364,0.20720000565052032,0.6291999816894531,0.7491000294685364,0.20720000565052032,0.6291999816894531,0.7491000294685364,0.20720000565052032,0.6291999816894531,-0.03370000049471855,0.9969000220298767,-0.07159999758005142,-0.03370000049471855,0.9969000220298767,-0.07159999758005142,-0.03370000049471855,0.9969000220298767,-0.07159999758005142,0.38960000872612,-0.6036999821662903,0.6955000162124634,0.38960000872612,-0.6036999821662903,0.6955000162124634,0.38960000872612,-0.6036999821662903,0.6955000162124634,0.8490999937057495,-0.42719998955726624,-0.310699999332428,0.8490999937057495,-0.42719998955726624,-0.310699999332428,0.8490999937057495,-0.42719998955726624,-0.310699999332428,0.9944999814033508,-0.02329999953508377,-0.10220000147819519,0.9944999814033508,-0.02329999953508377,-0.10220000147819519,0.9944999814033508,-0.02329999953508377,-0.10220000147819519,0.899399995803833,-0.41040000319480896,-0.15049999952316284,0.899399995803833,-0.41040000319480896,-0.15049999952316284,0.899399995803833,-0.41040000319480896,-0.15049999952316284,0.390500009059906,-0.4713999927043915,-0.7907999753952026,0.390500009059906,-0.4713999927043915,-0.7907999753952026,0.390500009059906,-0.4713999927043915,-0.7907999753952026,-0.5583999752998352,0.5907999873161316,-0.5824000239372253,-0.5583999752998352,0.5907999873161316,-0.5824000239372253,-0.5583999752998352,0.5907999873161316,-0.5824000239372253,0.12200000137090683,0.6743999719619751,0.7282000184059143,0.12200000137090683,0.6743999719619751,0.7282000184059143,0.12200000137090683,0.6743999719619751,0.7282000184059143,0.2264000028371811,0.0674000009894371,0.9717000126838684,0.2264000028371811,0.0674000009894371,0.9717000126838684,0.2264000028371811,0.0674000009894371,0.9717000126838684,-0.9280999898910522,0.36039999127388,-0.093299999833107,-0.9280999898910522,0.36039999127388,-0.093299999833107,-0.9280999898910522,0.36039999127388,-0.093299999833107,0.24639999866485596,0.8256000280380249,-0.5076000094413757,0.24639999866485596,0.8256000280380249,-0.5076000094413757,0.24639999866485596,0.8256000280380249,-0.5076000094413757,-0.5213000178337097,-0.8407999873161316,0.1460999995470047,-0.5213000178337097,-0.8407999873161316,0.1460999995470047,-0.5213000178337097,-0.8407999873161316,0.1460999995470047,0.4528000056743622,0.8285999894142151,-0.32919999957084656,0.4528000056743622,0.8285999894142151,-0.32919999957084656,0.4528000056743622,0.8285999894142151,-0.32919999957084656,-0.7195000052452087,0.6712999939918518,0.1777999997138977,-0.7195000052452087,0.6712999939918518,0.1777999997138977,-0.7195000052452087,0.6712999939918518,0.1777999997138977,-0.2849999964237213,-0.7692000269889832,0.5719000101089478,-0.2849999964237213,-0.7692000269889832,0.5719000101089478,-0.2849999964237213,-0.7692000269889832,0.5719000101089478,-0.9919999837875366,0.08820000290870667,0.09080000221729279,-0.9919999837875366,0.08820000290870667,0.09080000221729279,-0.9919999837875366,0.08820000290870667,0.09080000221729279,-0.48399999737739563,-0.8353000283241272,-0.26080000400543213,-0.48399999737739563,-0.8353000283241272,-0.26080000400543213,-0.48399999737739563,-0.8353000283241272,-0.26080000400543213,0.17589999735355377,0.35269999504089355,0.9190999865531921,0.17589999735355377,0.35269999504089355,0.9190999865531921,0.17589999735355377,0.35269999504089355,0.9190999865531921,0.9513999819755554,0.30160000920295715,0.061799999326467514,0.9513999819755554,0.30160000920295715,0.061799999326467514,0.9513999819755554,0.30160000920295715,0.061799999326467514,0.9732000231742859,0.21449999511241913,0.08240000158548355,0.9732000231742859,0.21449999511241913,0.08240000158548355,0.9732000231742859,0.21449999511241913,0.08240000158548355,0.039500001817941666,0.7835999727249146,0.6200000047683716,0.039500001817941666,0.7835999727249146,0.6200000047683716,0.039500001817941666,0.7835999727249146,0.6200000047683716,0.49900001287460327,-0.07339999824762344,0.8634999990463257,0.49900001287460327,-0.07339999824762344,0.8634999990463257,0.49900001287460327,-0.07339999824762344,0.8634999990463257,-0.5849999785423279,0.7757999897003174,0.23639999330043793,-0.5849999785423279,0.7757999897003174,0.23639999330043793,-0.5849999785423279,0.7757999897003174,0.23639999330043793,-0.5945000052452087,-0.6169000267982483,-0.5157999992370605,-0.5945000052452087,-0.6169000267982483,-0.5157999992370605,-0.5945000052452087,-0.6169000267982483,-0.5157999992370605,0.22139999270439148,0.524399995803833,-0.8222000002861023,0.22139999270439148,0.524399995803833,-0.8222000002861023,0.22139999270439148,0.524399995803833,-0.8222000002861023,-0.6108999848365784,-0.4982999861240387,-0.6152999997138977,-0.6108999848365784,-0.4982999861240387,-0.6152999997138977,-0.6108999848365784,-0.4982999861240387,-0.6152999997138977,-0.07840000092983246,0.6801000237464905,0.7289000153541565,-0.07840000092983246,0.6801000237464905,0.7289000153541565,-0.07840000092983246,0.6801000237464905,0.7289000153541565,0.3700000047683716,-0.7188000082969666,-0.5885999798774719,0.3700000047683716,-0.7188000082969666,-0.5885999798774719,0.3700000047683716,-0.7188000082969666,-0.5885999798774719,0.4284999966621399,0.6632999777793884,-0.6134999990463257,0.4284999966621399,0.6632999777793884,-0.6134999990463257,0.4284999966621399,0.6632999777793884,-0.6134999990463257,-0.43869999051094055,-0.8292999863624573,0.34599998593330383,-0.43869999051094055,-0.8292999863624573,0.34599998593330383,-0.43869999051094055,-0.8292999863624573,0.34599998593330383,-0.14920000731945038,0.9787999987602234,-0.14030000567436218,-0.14920000731945038,0.9787999987602234,-0.14030000567436218,-0.14920000731945038,0.9787999987602234,-0.14030000567436218,-0.9365000128746033,-0.17149999737739563,0.3057999908924103,-0.9365000128746033,-0.17149999737739563,0.3057999908924103,-0.9365000128746033,-0.17149999737739563,0.3057999908924103,0.07100000232458115,0.42739999294281006,-0.9013000130653381,0.07100000232458115,0.42739999294281006,-0.9013000130653381,0.07100000232458115,0.42739999294281006,-0.9013000130653381,0.6154999732971191,-0.7258999943733215,-0.3070000112056732,0.6154999732971191,-0.7258999943733215,-0.3070000112056732,0.6154999732971191,-0.7258999943733215,-0.3070000112056732,-0.7001000046730042,-0.6948999762535095,0.16459999978542328,-0.7001000046730042,-0.6948999762535095,0.16459999978542328,-0.7001000046730042,-0.6948999762535095,0.16459999978542328,-0.4968999922275543,-0.6672000288963318,-0.5548999905586243,-0.4968999922275543,-0.6672000288963318,-0.5548999905586243,-0.4968999922275543,-0.6672000288963318,-0.5548999905586243,0.32829999923706055,0.8973000049591064,-0.295199990272522,0.32829999923706055,0.8973000049591064,-0.295199990272522,0.32829999923706055,0.8973000049591064,-0.295199990272522,0.9660999774932861,-0.06790000200271606,0.24889999628067017,0.9660999774932861,-0.06790000200271606,0.24889999628067017,0.9660999774932861,-0.06790000200271606,0.24889999628067017,-0.24580000340938568,0.9648000001907349,-0.09300000220537186,-0.24580000340938568,0.9648000001907349,-0.09300000220537186,-0.24580000340938568,0.9648000001907349,-0.09300000220537186,0.23170000314712524,-0.9690999984741211,0.08429999649524689,0.23170000314712524,-0.9690999984741211,0.08429999649524689,0.23170000314712524,-0.9690999984741211,0.08429999649524689,-0.7602999806404114,-0.6484000086784363,-0.039500001817941666,-0.7602999806404114,-0.6484000086784363,-0.039500001817941666,-0.7602999806404114,-0.6484000086784363,-0.039500001817941666,0.5194000005722046,-0.6845999956130981,0.5113999843597412,0.5194000005722046,-0.6845999956130981,0.5113999843597412,0.5194000005722046,-0.6845999956130981,0.5113999843597412,0.8402000069618225,-0.33480000495910645,-0.42669999599456787,0.8402000069618225,-0.33480000495910645,-0.42669999599456787,0.8402000069618225,-0.33480000495910645,-0.42669999599456787,-0.25769999623298645,-0.6093999743461609,0.7498000264167786,-0.25769999623298645,-0.6093999743461609,0.7498000264167786,-0.25769999623298645,-0.6093999743461609,0.7498000264167786,0.7681000232696533,0.4846999943256378,-0.41839998960494995,0.7681000232696533,0.4846999943256378,-0.41839998960494995,0.7681000232696533,0.4846999943256378,-0.41839998960494995,0.8230999708175659,-0.1914999932050705,0.534600019454956,0.8230999708175659,-0.1914999932050705,0.534600019454956,0.8230999708175659,-0.1914999932050705,0.534600019454956,-0.9872000217437744,-0.15760000050067902,0.02459999918937683,-0.9872000217437744,-0.15760000050067902,0.02459999918937683,-0.9872000217437744,-0.15760000050067902,0.02459999918937683,-0.4083000123500824,0.5965999960899353,-0.6909999847412109,-0.4083000123500824,0.5965999960899353,-0.6909999847412109,-0.4083000123500824,0.5965999960899353,-0.6909999847412109,0.9617999792098999,0.2614000141620636,-0.08169999718666077,0.9617999792098999,0.2614000141620636,-0.08169999718666077,0.9617999792098999,0.2614000141620636,-0.08169999718666077,-0.9408000111579895,0.012000000104308128,0.33869999647140503,-0.9408000111579895,0.012000000104308128,0.33869999647140503,-0.9408000111579895,0.012000000104308128,0.33869999647140503,0.34549999237060547,0.38940000534057617,-0.8537999987602234,0.34549999237060547,0.38940000534057617,-0.8537999987602234,0.34549999237060547,0.38940000534057617,-0.8537999987602234,-0.6176999807357788,-0.6668000221252441,-0.4169999957084656,-0.6176999807357788,-0.6668000221252441,-0.4169999957084656,-0.6176999807357788,-0.6668000221252441,-0.4169999957084656,0.89410001039505,-0.4465999901294708,0.03229999914765358,0.89410001039505,-0.4465999901294708,0.03229999914765358,0.89410001039505,-0.4465999901294708,0.03229999914765358,0.698199987411499,0.7050999999046326,0.12389999628067017,0.698199987411499,0.7050999999046326,0.12389999628067017,0.698199987411499,0.7050999999046326,0.12389999628067017,0.5411999821662903,0.09109999984502792,0.8359000086784363,0.5411999821662903,0.09109999984502792,0.8359000086784363,0.5411999821662903,0.09109999984502792,0.8359000086784363,-0.5115000009536743,0.5983999967575073,-0.6166999936103821,-0.5115000009536743,0.5983999967575073,-0.6166999936103821,-0.5115000009536743,0.5983999967575073,-0.6166999936103821,-0.4343000054359436,0.852400004863739,-0.29109999537467957,-0.4343000054359436,0.852400004863739,-0.29109999537467957,-0.4343000054359436,0.852400004863739,-0.29109999537467957,-0.12939999997615814,0.796500027179718,-0.5906000137329102,-0.12939999997615814,0.796500027179718,-0.5906000137329102,-0.12939999997615814,0.796500027179718,-0.5906000137329102,0.7379000186920166,0.0877000018954277,0.6692000031471252,0.7379000186920166,0.0877000018954277,0.6692000031471252,0.7379000186920166,0.0877000018954277,0.6692000031471252,-0.8698999881744385,0.399399995803833,-0.28949999809265137,-0.8698999881744385,0.399399995803833,-0.28949999809265137,-0.8698999881744385,0.399399995803833,-0.28949999809265137,-0.7120000123977661,0.5730999708175659,0.4056999981403351,-0.7120000123977661,0.5730999708175659,0.4056999981403351,-0.7120000123977661,0.5730999708175659,0.4056999981403351,-0.29339998960494995,-0.4187000095844269,-0.8593999743461609,-0.29339998960494995,-0.4187000095844269,-0.8593999743461609,-0.29339998960494995,-0.4187000095844269,-0.8593999743461609,0.08139999955892563,0.9488000273704529,-0.3052999973297119,0.08139999955892563,0.9488000273704529,-0.3052999973297119,0.08139999955892563,0.9488000273704529,-0.3052999973297119,0.9995999932289124,-0.007199999876320362,-0.026599999517202377,0.9995999932289124,-0.007199999876320362,-0.026599999517202377,0.9995999932289124,-0.007199999876320362,-0.026599999517202377,0.08079999685287476,0.6514000296592712,-0.7544000148773193,0.08079999685287476,0.6514000296592712,-0.7544000148773193,0.08079999685287476,0.6514000296592712,-0.7544000148773193,0.17229999601840973,-0.8496000170707703,0.4986000061035156,0.17229999601840973,-0.8496000170707703,0.4986000061035156,0.17229999601840973,-0.8496000170707703,0.4986000061035156,-0.5309000015258789,-0.5547000169754028,-0.6406000256538391,-0.5309000015258789,-0.5547000169754028,-0.6406000256538391,-0.5309000015258789,-0.5547000169754028,-0.6406000256538391,0.47279998660087585,0.7044000029563904,0.5293999910354614,0.47279998660087585,0.7044000029563904,0.5293999910354614,0.47279998660087585,0.7044000029563904,0.5293999910354614,0.1477999985218048,-0.9872000217437744,-0.05950000137090683,0.1477999985218048,-0.9872000217437744,-0.05950000137090683,0.1477999985218048,-0.9872000217437744,-0.05950000137090683,-0.6862000226974487,-0.40639999508857727,0.6032999753952026,-0.6862000226974487,-0.40639999508857727,0.6032999753952026,-0.6862000226974487,-0.40639999508857727,0.6032999753952026,0.7867000102996826,0.6032000184059143,0.1316000074148178,0.7867000102996826,0.6032000184059143,0.1316000074148178,0.7867000102996826,0.6032000184059143,0.1316000074148178,0.37869998812675476,-0.692799985408783,0.6136999726295471,0.37869998812675476,-0.692799985408783,0.6136999726295471,0.37869998812675476,-0.692799985408783,0.6136999726295471,-0.06129999831318855,-0.9939000010490417,0.09200000017881393,-0.06129999831318855,-0.9939000010490417,0.09200000017881393,-0.06129999831318855,-0.9939000010490417,0.09200000017881393,0.6990000009536743,0.6434999704360962,0.3116999864578247,0.6990000009536743,0.6434999704360962,0.3116999864578247,0.6990000009536743,0.6434999704360962,0.3116999864578247,-0.4984000027179718,0.5745000243186951,0.6492999792098999,-0.4984000027179718,0.5745000243186951,0.6492999792098999,-0.4984000027179718,0.5745000243186951,0.6492999792098999,-0.4293999969959259,0.8464000225067139,-0.3149999976158142,-0.4293999969959259,0.8464000225067139,-0.3149999976158142,-0.4293999969959259,0.8464000225067139,-0.3149999976158142,0.9961000084877014,0.0803999975323677,-0.03739999979734421,0.9961000084877014,0.0803999975323677,-0.03739999979734421,0.9961000084877014,0.0803999975323677,-0.03739999979734421,0.9921000003814697,-0.12080000340938568,0.03350000083446503,0.9921000003814697,-0.12080000340938568,0.03350000083446503,0.9921000003814697,-0.12080000340938568,0.03350000083446503,0.48069998621940613,-0.8720999956130981,0.09099999815225601,0.48069998621940613,-0.8720999956130981,0.09099999815225601,0.48069998621940613,-0.8720999956130981,0.09099999815225601,0.977400004863739,-0.10239999741315842,0.18479999899864197,0.977400004863739,-0.10239999741315842,0.18479999899864197,0.977400004863739,-0.10239999741315842,0.18479999899864197,-0.6894999742507935,-0.38850000500679016,0.6111999750137329,-0.6894999742507935,-0.38850000500679016,0.6111999750137329,-0.6894999742507935,-0.38850000500679016,0.6111999750137329,0.794700026512146,-0.4943999946117401,0.3522000014781952,0.794700026512146,-0.4943999946117401,0.3522000014781952,0.794700026512146,-0.4943999946117401,0.3522000014781952,-0.9815999865531921,-0.08250000327825546,0.17229999601840973,-0.9815999865531921,-0.08250000327825546,0.17229999601840973,-0.9815999865531921,-0.08250000327825546,0.17229999601840973,-0.4860000014305115,-0.8715000152587891,-0.06539999693632126,-0.4860000014305115,-0.8715000152587891,-0.06539999693632126,-0.4860000014305115,-0.8715000152587891,-0.06539999693632126,0.27889999747276306,-0.022600000724196434,-0.960099995136261,0.27889999747276306,-0.022600000724196434,-0.960099995136261,0.27889999747276306,-0.022600000724196434,-0.960099995136261,-0.7789999842643738,0.391400009393692,-0.48989999294281006,-0.7789999842643738,0.391400009393692,-0.48989999294281006,-0.7789999842643738,0.391400009393692,-0.48989999294281006,0.24250000715255737,-0.43689998984336853,0.8661999702453613,0.24250000715255737,-0.43689998984336853,0.8661999702453613,0.24250000715255737,-0.43689998984336853,0.8661999702453613,0.5938000082969666,0.766700029373169,0.24400000274181366,0.5938000082969666,0.766700029373169,0.24400000274181366,0.5938000082969666,0.766700029373169,0.24400000274181366,0.21660000085830688,-0.7914000153541565,0.5716000199317932,0.21660000085830688,-0.7914000153541565,0.5716000199317932,0.21660000085830688,-0.7914000153541565,0.5716000199317932,-0.4740000069141388,-0.2847999930381775,0.8331999778747559,-0.4740000069141388,-0.2847999930381775,0.8331999778747559,-0.4740000069141388,-0.2847999930381775,0.8331999778747559,-0.421999990940094,-0.8248000144958496,0.37630000710487366,-0.421999990940094,-0.8248000144958496,0.37630000710487366,-0.421999990940094,-0.8248000144958496,0.37630000710487366,0.27950000762939453,-0.7293999791145325,0.6244000196456909,0.27950000762939453,-0.7293999791145325,0.6244000196456909,0.27950000762939453,-0.7293999791145325,0.6244000196456909,0.2718000113964081,-0.659500002861023,0.7008000016212463,0.2718000113964081,-0.659500002861023,0.7008000016212463,0.2718000113964081,-0.659500002861023,0.7008000016212463,0.2632000148296356,0.8722000122070312,-0.412200003862381,0.2632000148296356,0.8722000122070312,-0.412200003862381,0.2632000148296356,0.8722000122070312,-0.412200003862381,-0.5073999762535095,0.6446999907493591,0.5716999769210815,-0.5073999762535095,0.6446999907493591,0.5716999769210815,-0.5073999762535095,0.6446999907493591,0.5716999769210815,0.8314999938011169,-0.025699999183416367,-0.5550000071525574,0.8314999938011169,-0.025699999183416367,-0.5550000071525574,0.8314999938011169,-0.025699999183416367,-0.5550000071525574,-0.9532999992370605,0.20819999277591705,-0.21860000491142273,-0.9532999992370605,0.20819999277591705,-0.21860000491142273,-0.9532999992370605,0.20819999277591705,-0.21860000491142273,-0.917900025844574,0.3269999921321869,0.22460000216960907,-0.917900025844574,0.3269999921321869,0.22460000216960907,-0.917900025844574,0.3269999921321869,0.22460000216960907,0.8033000230789185,-0.5105999708175659,0.30660000443458557,0.8033000230789185,-0.5105999708175659,0.30660000443458557,0.8033000230789185,-0.5105999708175659,0.30660000443458557,-0.020500000566244125,-0.29499998688697815,-0.955299973487854,-0.020500000566244125,-0.29499998688697815,-0.955299973487854,-0.020500000566244125,-0.29499998688697815,-0.955299973487854,-0.8984000086784363,0.4250999987125397,-0.10980000346899033,-0.8984000086784363,0.4250999987125397,-0.10980000346899033,-0.8984000086784363,0.4250999987125397,-0.10980000346899033,0.4814999997615814,0.5055000185966492,0.7160000205039978,0.4814999997615814,0.5055000185966492,0.7160000205039978,0.4814999997615814,0.5055000185966492,0.7160000205039978,0.43700000643730164,0.8672000169754028,0.2386000007390976,0.43700000643730164,0.8672000169754028,0.2386000007390976,0.43700000643730164,0.8672000169754028,0.2386000007390976,0.40130001306533813,-0.20100000500679016,-0.8935999870300293,0.40130001306533813,-0.20100000500679016,-0.8935999870300293,0.40130001306533813,-0.20100000500679016,-0.8935999870300293,-0.12449999898672104,-0.9747999906539917,0.18529999256134033,-0.12449999898672104,-0.9747999906539917,0.18529999256134033,-0.12449999898672104,-0.9747999906539917,0.18529999256134033,-0.6672000288963318,-0.6114000082015991,0.4253999888896942,-0.6672000288963318,-0.6114000082015991,0.4253999888896942,-0.6672000288963318,-0.6114000082015991,0.4253999888896942,0.9973999857902527,-0.008999999612569809,-0.0722000002861023,0.9973999857902527,-0.008999999612569809,-0.0722000002861023,0.9973999857902527,-0.008999999612569809,-0.0722000002861023,0.10360000282526016,-0.2653999924659729,0.9585999846458435,0.10360000282526016,-0.2653999924659729,0.9585999846458435,0.10360000282526016,-0.2653999924659729,0.9585999846458435,-0.33799999952316284,-0.5708000063896179,0.7483000159263611,-0.33799999952316284,-0.5708000063896179,0.7483000159263611,-0.33799999952316284,-0.5708000063896179,0.7483000159263611,0.7889999747276306,0.2660999894142151,0.5537999868392944,0.7889999747276306,0.2660999894142151,0.5537999868392944,0.7889999747276306,0.2660999894142151,0.5537999868392944,0.9854000210762024,0.12129999697208405,0.11909999698400497,0.9854000210762024,0.12129999697208405,0.11909999698400497,0.9854000210762024,0.12129999697208405,0.11909999698400497,-0.5224999785423279,0.824400007724762,0.21780000627040863,-0.5224999785423279,0.824400007724762,0.21780000627040863,-0.5224999785423279,0.824400007724762,0.21780000627040863,-0.3449999988079071,-0.2702000141143799,-0.8988999724388123,-0.3449999988079071,-0.2702000141143799,-0.8988999724388123,-0.3449999988079071,-0.2702000141143799,-0.8988999724388123,-0.8431000113487244,0.5350000262260437,-0.05559999868273735,-0.8431000113487244,0.5350000262260437,-0.05559999868273735,-0.8431000113487244,0.5350000262260437,-0.05559999868273735,0.1657000035047531,-0.4674000144004822,-0.868399977684021,0.1657000035047531,-0.4674000144004822,-0.868399977684021,0.1657000035047531,-0.4674000144004822,-0.868399977684021,0.4408000111579895,-0.6728000044822693,-0.5942000150680542,0.4408000111579895,-0.6728000044822693,-0.5942000150680542,0.4408000111579895,-0.6728000044822693,-0.5942000150680542,0.796999990940094,-0.5781000256538391,0.17470000684261322,0.796999990940094,-0.5781000256538391,0.17470000684261322,0.796999990940094,-0.5781000256538391,0.17470000684261322,0.5791000127792358,-0.420199990272522,0.6985999941825867,0.5791000127792358,-0.420199990272522,0.6985999941825867,0.5791000127792358,-0.420199990272522,0.6985999941825867,0.26739999651908875,-0.8432000279426575,-0.46639999747276306,0.26739999651908875,-0.8432000279426575,-0.46639999747276306,0.26739999651908875,-0.8432000279426575,-0.46639999747276306,0.9667999744415283,0.2012999951839447,-0.15710000693798065,0.9667999744415283,0.2012999951839447,-0.15710000693798065,0.9667999744415283,0.2012999951839447,-0.15710000693798065,0.9958000183105469,0.020999999716877937,-0.0892999991774559,0.9958000183105469,0.020999999716877937,-0.0892999991774559,0.9958000183105469,0.020999999716877937,-0.0892999991774559,-0.5436999797821045,0.57669997215271,-0.6097000241279602,-0.5436999797821045,0.57669997215271,-0.6097000241279602,-0.5436999797821045,0.57669997215271,-0.6097000241279602,-0.0877000018954277,0.767799973487854,-0.6345999836921692,-0.0877000018954277,0.767799973487854,-0.6345999836921692,-0.0877000018954277,0.767799973487854,-0.6345999836921692,-0.9757999777793884,-0.20419999957084656,0.07800000160932541,-0.9757999777793884,-0.20419999957084656,0.07800000160932541,-0.9757999777793884,-0.20419999957084656,0.07800000160932541,0.07400000095367432,0.33329999446868896,0.9398999810218811,0.07400000095367432,0.33329999446868896,0.9398999810218811,0.07400000095367432,0.33329999446868896,0.9398999810218811,-0.7299000024795532,0.6809999942779541,0.05860000103712082,-0.7299000024795532,0.6809999942779541,0.05860000103712082,-0.7299000024795532,0.6809999942779541,0.05860000103712082,0.24690000712871552,-0.8644999861717224,0.43779999017715454,0.24690000712871552,-0.8644999861717224,0.43779999017715454,0.24690000712871552,-0.8644999861717224,0.43779999017715454,0.8741000294685364,-0.0714000016450882,-0.4805000126361847,0.8741000294685364,-0.0714000016450882,-0.4805000126361847,0.8741000294685364,-0.0714000016450882,-0.4805000126361847,-0.13220000267028809,-0.9262999892234802,0.3529999852180481,-0.13220000267028809,-0.9262999892234802,0.3529999852180481,-0.13220000267028809,-0.9262999892234802,0.3529999852180481,-0.8672000169754028,-0.28760001063346863,0.40639999508857727,-0.8672000169754028,-0.28760001063346863,0.40639999508857727,-0.8672000169754028,-0.28760001063346863,0.40639999508857727,-0.08889999985694885,0.7150999903678894,-0.6934000253677368,-0.08889999985694885,0.7150999903678894,-0.6934000253677368,-0.08889999985694885,0.7150999903678894,-0.6934000253677368,-0.5,-0.5662999749183655,-0.6552000045776367,-0.5,-0.5662999749183655,-0.6552000045776367,-0.5,-0.5662999749183655,-0.6552000045776367,0.6618000268936157,-0.7013999819755554,0.2648000121116638,0.6618000268936157,-0.7013999819755554,0.2648000121116638,0.6618000268936157,-0.7013999819755554,0.2648000121116638,0.5683000087738037,0.5511000156402588,0.6110000014305115,0.5683000087738037,0.5511000156402588,0.6110000014305115,0.5683000087738037,0.5511000156402588,0.6110000014305115,-0.6021000146865845,0.7978000044822693,0.031099999323487282,-0.6021000146865845,0.7978000044822693,0.031099999323487282,-0.6021000146865845,0.7978000044822693,0.031099999323487282,-0.86080002784729,-0.4323999881744385,0.26829999685287476,-0.86080002784729,-0.4323999881744385,0.26829999685287476,-0.86080002784729,-0.4323999881744385,0.26829999685287476,-0.05939999967813492,0.9387999773025513,-0.3393999934196472,-0.05939999967813492,0.9387999773025513,-0.3393999934196472,-0.05939999967813492,0.9387999773025513,-0.3393999934196472,-0.6651999950408936,-0.7299000024795532,0.15719999372959137,-0.6651999950408936,-0.7299000024795532,0.15719999372959137,-0.6651999950408936,-0.7299000024795532,0.15719999372959137,0.19949999451637268,0.8705000281333923,-0.44999998807907104,0.19949999451637268,0.8705000281333923,-0.44999998807907104,0.19949999451637268,0.8705000281333923,-0.44999998807907104,-0.07039999961853027,-0.6848000288009644,0.7253000140190125,-0.07039999961853027,-0.6848000288009644,0.7253000140190125,-0.07039999961853027,-0.6848000288009644,0.7253000140190125,0.0877000018954277,-0.3984000086784363,0.9129999876022339,0.0877000018954277,-0.3984000086784363,0.9129999876022339,0.0877000018954277,-0.3984000086784363,0.9129999876022339,-0.9607999920845032,0.1906999945640564,0.2011999934911728,-0.9607999920845032,0.1906999945640564,0.2011999934911728,-0.9607999920845032,0.1906999945640564,0.2011999934911728,0.748199999332428,0.6604999899864197,0.0625,0.748199999332428,0.6604999899864197,0.0625,0.748199999332428,0.6604999899864197,0.0625,-0.10830000042915344,-0.8835999965667725,0.4555000066757202,-0.10830000042915344,-0.8835999965667725,0.4555000066757202,-0.10830000042915344,-0.8835999965667725,0.4555000066757202,-0.8355000019073486,-0.5454999804496765,0.06620000302791595,-0.8355000019073486,-0.5454999804496765,0.06620000302791595,-0.8355000019073486,-0.5454999804496765,0.06620000302791595,0.7337999939918518,-0.2612999975681305,-0.6270999908447266,0.7337999939918518,-0.2612999975681305,-0.6270999908447266,0.7337999939918518,-0.2612999975681305,-0.6270999908447266,-0.6031000018119812,0.6144999861717224,0.5084999799728394,-0.6031000018119812,0.6144999861717224,0.5084999799728394,-0.6031000018119812,0.6144999861717224,0.5084999799728394,0.15600000321865082,-0.43790000677108765,0.8853999972343445,0.15600000321865082,-0.43790000677108765,0.8853999972343445,0.15600000321865082,-0.43790000677108765,0.8853999972343445,-0.7343999743461609,-0.43290001153945923,-0.5228000283241272,-0.7343999743461609,-0.43290001153945923,-0.5228000283241272,-0.7343999743461609,-0.43290001153945923,-0.5228000283241272,0.49149999022483826,0.8331000208854675,0.25369998812675476,0.49149999022483826,0.8331000208854675,0.25369998812675476,0.49149999022483826,0.8331000208854675,0.25369998812675476,0.9573000073432922,0.2556000053882599,-0.13490000367164612,0.9573000073432922,0.2556000053882599,-0.13490000367164612,0.9573000073432922,0.2556000053882599,-0.13490000367164612,0.2160000056028366,0.6474000215530396,0.73089998960495,0.2160000056028366,0.6474000215530396,0.73089998960495,0.2160000056028366,0.6474000215530396,0.73089998960495,-0.3937999904155731,0.7075999975204468,-0.5867999792098999,-0.3937999904155731,0.7075999975204468,-0.5867999792098999,-0.3937999904155731,0.7075999975204468,-0.5867999792098999,-0.26089999079704285,0.9643999934196472,-0.042500000447034836,-0.26089999079704285,0.9643999934196472,-0.042500000447034836,-0.26089999079704285,0.9643999934196472,-0.042500000447034836,0.828000009059906,0.46239998936653137,0.31709998846054077,0.828000009059906,0.46239998936653137,0.31709998846054077,0.828000009059906,0.46239998936653137,0.31709998846054077,-0.23929999768733978,0.5842000246047974,0.775600016117096,-0.23929999768733978,0.5842000246047974,0.775600016117096,-0.23929999768733978,0.5842000246047974,0.775600016117096,-0.9259999990463257,0.30649998784065247,-0.22050000727176666,-0.9259999990463257,0.30649998784065247,-0.22050000727176666,-0.9259999990463257,0.30649998784065247,-0.22050000727176666,-0.06809999793767929,0.7278000116348267,0.6823999881744385,-0.06809999793767929,0.7278000116348267,0.6823999881744385,-0.06809999793767929,0.7278000116348267,0.6823999881744385,-0.7408000230789185,-0.0071000000461936,-0.6715999841690063,-0.7408000230789185,-0.0071000000461936,-0.6715999841690063,-0.7408000230789185,-0.0071000000461936,-0.6715999841690063,-0.6230999827384949,0.6535000205039978,-0.42969998717308044,-0.6230999827384949,0.6535000205039978,-0.42969998717308044,-0.6230999827384949,0.6535000205039978,-0.42969998717308044,-0.7882000207901001,-0.2378000020980835,0.5676000118255615,-0.7882000207901001,-0.2378000020980835,0.5676000118255615,-0.7882000207901001,-0.2378000020980835,0.5676000118255615,-0.06369999796152115,0.989300012588501,-0.13109999895095825,-0.06369999796152115,0.989300012588501,-0.13109999895095825,-0.06369999796152115,0.989300012588501,-0.13109999895095825,0.5449000000953674,0.32710000872612,-0.7720999717712402,0.5449000000953674,0.32710000872612,-0.7720999717712402,0.5449000000953674,0.32710000872612,-0.7720999717712402,-0.8001999855041504,0.019200000911951065,-0.599399983882904,-0.8001999855041504,0.019200000911951065,-0.599399983882904,-0.8001999855041504,0.019200000911951065,-0.599399983882904,-0.5120999813079834,0.8586999773979187,-0.01759999990463257,-0.5120999813079834,0.8586999773979187,-0.01759999990463257,-0.5120999813079834,0.8586999773979187,-0.01759999990463257,-0.08879999816417694,0.5080000162124634,0.8568000197410583,-0.08879999816417694,0.5080000162124634,0.8568000197410583,-0.08879999816417694,0.5080000162124634,0.8568000197410583,-0.250900000333786,-0.947700023651123,0.1973000019788742,-0.250900000333786,-0.947700023651123,0.1973000019788742,-0.250900000333786,-0.947700023651123,0.1973000019788742,-0.6607999801635742,-0.4016999900341034,-0.6340000033378601,-0.6607999801635742,-0.4016999900341034,-0.6340000033378601,-0.6607999801635742,-0.4016999900341034,-0.6340000033378601,-0.4805000126361847,0.7305999994277954,-0.4851999878883362,-0.4805000126361847,0.7305999994277954,-0.4851999878883362,-0.4805000126361847,0.7305999994277954,-0.4851999878883362,0.5182999968528748,0.3822000026702881,-0.7649999856948853,0.5182999968528748,0.3822000026702881,-0.7649999856948853,0.5182999968528748,0.3822000026702881,-0.7649999856948853,0.10130000114440918,-0.1995999962091446,-0.9746000170707703,0.10130000114440918,-0.1995999962091446,-0.9746000170707703,0.10130000114440918,-0.1995999962091446,-0.9746000170707703,0.44369998574256897,0.7949000000953674,-0.4138000011444092,0.44369998574256897,0.7949000000953674,-0.4138000011444092,0.44369998574256897,0.7949000000953674,-0.4138000011444092,-0.7774999737739563,0.6054999828338623,0.17010000348091125,-0.7774999737739563,0.6054999828338623,0.17010000348091125,-0.7774999737739563,0.6054999828338623,0.17010000348091125,0.11159999668598175,-0.9354000091552734,0.33550000190734863,0.11159999668598175,-0.9354000091552734,0.33550000190734863,0.11159999668598175,-0.9354000091552734,0.33550000190734863,0.7287999987602234,0.20229999721050262,0.65420001745224,0.7287999987602234,0.20229999721050262,0.65420001745224,0.7287999987602234,0.20229999721050262,0.65420001745224,0.43709999322891235,0.8981999754905701,0.047200001776218414,0.43709999322891235,0.8981999754905701,0.047200001776218414,0.43709999322891235,0.8981999754905701,0.047200001776218414,-0.5078999996185303,-0.20090000331401825,-0.8377000093460083,-0.5078999996185303,-0.20090000331401825,-0.8377000093460083,-0.5078999996185303,-0.20090000331401825,-0.8377000093460083,-0.6657999753952026,0.7383000254631042,-0.1080000028014183,-0.6657999753952026,0.7383000254631042,-0.1080000028014183,-0.6657999753952026,0.7383000254631042,-0.1080000028014183,0.8472999930381775,0.4616999924182892,-0.26249998807907104,0.8472999930381775,0.4616999924182892,-0.26249998807907104,0.8472999930381775,0.4616999924182892,-0.26249998807907104,0.38920000195503235,0.7494000196456909,-0.5357000231742859,0.38920000195503235,0.7494000196456909,-0.5357000231742859,0.38920000195503235,0.7494000196456909,-0.5357000231742859,-0.0966000035405159,0.5641999840736389,-0.8199999928474426,-0.0966000035405159,0.5641999840736389,-0.8199999928474426,-0.0966000035405159,0.5641999840736389,-0.8199999928474426,-0.886900007724762,-0.24819999933242798,0.3896999955177307,-0.886900007724762,-0.24819999933242798,0.3896999955177307,-0.886900007724762,-0.24819999933242798,0.3896999955177307,0.34940001368522644,-0.8120999932289124,0.4674000144004822,0.34940001368522644,-0.8120999932289124,0.4674000144004822,0.34940001368522644,-0.8120999932289124,0.4674000144004822,0.006099999882280827,-0.7103000283241272,-0.7038999795913696,0.006099999882280827,-0.7103000283241272,-0.7038999795913696,0.006099999882280827,-0.7103000283241272,-0.7038999795913696,-0.9599000215530396,0.16680000722408295,0.22529999911785126,-0.9599000215530396,0.16680000722408295,0.22529999911785126,-0.9599000215530396,0.16680000722408295,0.22529999911785126,-0.49079999327659607,-0.2304999977350235,0.8402000069618225,-0.49079999327659607,-0.2304999977350235,0.8402000069618225,-0.49079999327659607,-0.2304999977350235,0.8402000069618225,0.20520000159740448,-0.958299994468689,0.19869999587535858,0.20520000159740448,-0.958299994468689,0.19869999587535858,0.20520000159740448,-0.958299994468689,0.19869999587535858,0.6988000273704529,0.23280000686645508,-0.6764000058174133,0.6988000273704529,0.23280000686645508,-0.6764000058174133,0.6988000273704529,0.23280000686645508,-0.6764000058174133,0.9259999990463257,0.30649998784065247,-0.22050000727176666,0.9259999990463257,0.30649998784065247,-0.22050000727176666,0.9259999990463257,0.30649998784065247,-0.22050000727176666,0.04490000009536743,0.9954000115394592,-0.0843999981880188,0.04490000009536743,0.9954000115394592,-0.0843999981880188,0.04490000009536743,0.9954000115394592,-0.0843999981880188,-0.4580000042915344,-0.652899980545044,0.6032999753952026,-0.4580000042915344,-0.652899980545044,0.6032999753952026,-0.4580000042915344,-0.652899980545044,0.6032999753952026,-0.3276999890804291,-0.4291999936103821,0.84170001745224,-0.3276999890804291,-0.4291999936103821,0.84170001745224,-0.3276999890804291,-0.4291999936103821,0.84170001745224,-0.20409999787807465,0.9305999875068665,-0.30379998683929443,-0.20409999787807465,0.9305999875068665,-0.30379998683929443,-0.20409999787807465,0.9305999875068665,-0.30379998683929443,-0.9921000003814697,0.11540000140666962,-0.0494999997317791,-0.9921000003814697,0.11540000140666962,-0.0494999997317791,-0.9921000003814697,0.11540000140666962,-0.0494999997317791,0.821399986743927,0.5669999718666077,0.061900001019239426,0.821399986743927,0.5669999718666077,0.061900001019239426,0.821399986743927,0.5669999718666077,0.061900001019239426,0.8867999911308289,-0.14900000393390656,0.4375,0.8867999911308289,-0.14900000393390656,0.4375,0.8867999911308289,-0.14900000393390656,0.4375,-0.49790000915527344,0.838699996471405,-0.22059999406337738,-0.49790000915527344,0.838699996471405,-0.22059999406337738,-0.49790000915527344,0.838699996471405,-0.22059999406337738,0.12890000641345978,0.32409998774528503,-0.9372000098228455,0.12890000641345978,0.32409998774528503,-0.9372000098228455,0.12890000641345978,0.32409998774528503,-0.9372000098228455,-0.3912000060081482,-0.1518000066280365,-0.9077000021934509,-0.3912000060081482,-0.1518000066280365,-0.9077000021934509,-0.3912000060081482,-0.1518000066280365,-0.9077000021934509,0.20399999618530273,0.8920999765396118,-0.40310001373291016,0.20399999618530273,0.8920999765396118,-0.40310001373291016,0.20399999618530273,0.8920999765396118,-0.40310001373291016,-0.8208000063896179,0.26409998536109924,0.5065000057220459,-0.8208000063896179,0.26409998536109924,0.5065000057220459,-0.8208000063896179,0.26409998536109924,0.5065000057220459,-0.7828999757766724,-0.5978999733924866,-0.1720000058412552,-0.7828999757766724,-0.5978999733924866,-0.1720000058412552,-0.7828999757766724,-0.5978999733924866,-0.1720000058412552,-0.7009000182151794,0.70660001039505,0.09719999879598618,-0.7009000182151794,0.70660001039505,0.09719999879598618,-0.7009000182151794,0.70660001039505,0.09719999879598618,0.9994999766349792,-0.026499999687075615,-0.01720000058412552,0.9994999766349792,-0.026499999687075615,-0.01720000058412552,0.9994999766349792,-0.026499999687075615,-0.01720000058412552,-0.8130999803543091,-0.4602999985218048,0.3564000129699707,-0.8130999803543091,-0.4602999985218048,0.3564000129699707,-0.8130999803543091,-0.4602999985218048,0.3564000129699707,0.9678999781608582,0.08139999955892563,0.23759999871253967,0.9678999781608582,0.08139999955892563,0.23759999871253967,0.9678999781608582,0.08139999955892563,0.23759999871253967,0.9983999729156494,-0.055799998342990875,0.0010999999940395355,0.9983999729156494,-0.055799998342990875,0.0010999999940395355,0.9983999729156494,-0.055799998342990875,0.0010999999940395355,-0.21549999713897705,-0.7829999923706055,0.5835000276565552,-0.21549999713897705,-0.7829999923706055,0.5835000276565552,-0.21549999713897705,-0.7829999923706055,0.5835000276565552,0.9314000010490417,0.14720000326633453,-0.3328000009059906,0.9314000010490417,0.14720000326633453,-0.3328000009059906,0.9314000010490417,0.14720000326633453,-0.3328000009059906,-0.5791000127792358,-0.420199990272522,0.6985999941825867,-0.5791000127792358,-0.420199990272522,0.6985999941825867,-0.5791000127792358,-0.420199990272522,0.6985999941825867,0.7501000165939331,0.578000009059906,-0.3212999999523163,0.7501000165939331,0.578000009059906,-0.3212999999523163,0.7501000165939331,0.578000009059906,-0.3212999999523163,-0.09009999781847,-0.5099999904632568,0.855400025844574,-0.09009999781847,-0.5099999904632568,0.855400025844574,-0.09009999781847,-0.5099999904632568,0.855400025844574,0.8585000038146973,-0.49549999833106995,-0.13220000267028809,0.8585000038146973,-0.49549999833106995,-0.13220000267028809,0.8585000038146973,-0.49549999833106995,-0.13220000267028809,-0.8248000144958496,0.5098999738693237,-0.2443999946117401,-0.8248000144958496,0.5098999738693237,-0.2443999946117401,-0.8248000144958496,0.5098999738693237,-0.2443999946117401,-0.7961999773979187,0.5250999927520752,0.30059999227523804,-0.7961999773979187,0.5250999927520752,0.30059999227523804,-0.7961999773979187,0.5250999927520752,0.30059999227523804,-0.5478000044822693,-0.7843999862670898,0.29089999198913574,-0.5478000044822693,-0.7843999862670898,0.29089999198913574,-0.5478000044822693,-0.7843999862670898,0.29089999198913574,0.48840001225471497,-0.5737000107765198,0.6575000286102295,0.48840001225471497,-0.5737000107765198,0.6575000286102295,0.48840001225471497,-0.5737000107765198,0.6575000286102295,0.42340001463890076,-0.8216000199317932,0.3815999925136566,0.42340001463890076,-0.8216000199317932,0.3815999925136566,0.42340001463890076,-0.8216000199317932,0.3815999925136566,0.3391000032424927,0.9150000214576721,-0.21850000321865082,0.3391000032424927,0.9150000214576721,-0.21850000321865082,0.3391000032424927,0.9150000214576721,-0.21850000321865082,0.17759999632835388,0.3880000114440918,-0.9043999910354614,0.17759999632835388,0.3880000114440918,-0.9043999910354614,0.17759999632835388,0.3880000114440918,-0.9043999910354614,-0.8766000270843506,0.40860000252723694,-0.2542000114917755,-0.8766000270843506,0.40860000252723694,-0.2542000114917755,-0.8766000270843506,0.40860000252723694,-0.2542000114917755,-0.595300018787384,0.21250000596046448,0.7749000191688538,-0.595300018787384,0.21250000596046448,0.7749000191688538,-0.595300018787384,0.21250000596046448,0.7749000191688538,0.08619999885559082,-0.9132999777793884,-0.39809998869895935,0.08619999885559082,-0.9132999777793884,-0.39809998869895935,0.08619999885559082,-0.9132999777793884,-0.39809998869895935,0.35440000891685486,-0.2313999980688095,0.906000018119812,0.35440000891685486,-0.2313999980688095,0.906000018119812,0.35440000891685486,-0.2313999980688095,0.906000018119812,0.13220000267028809,0.9373000264167786,-0.3224000036716461,0.13220000267028809,0.9373000264167786,-0.3224000036716461,0.13220000267028809,0.9373000264167786,-0.3224000036716461,-0.18860000371932983,-0.9524999856948853,-0.23929999768733978,-0.18860000371932983,-0.9524999856948853,-0.23929999768733978,-0.18860000371932983,-0.9524999856948853,-0.23929999768733978,-0.7932000160217285,-0.20499999821186066,0.5734000205993652,-0.7932000160217285,-0.20499999821186066,0.5734000205993652,-0.7932000160217285,-0.20499999821186066,0.5734000205993652,-0.8892999887466431,-0.28929999470710754,-0.35420000553131104,-0.8892999887466431,-0.28929999470710754,-0.35420000553131104,-0.8892999887466431,-0.28929999470710754,-0.35420000553131104,-0.8047000169754028,0.21529999375343323,-0.5532000064849854,-0.8047000169754028,0.21529999375343323,-0.5532000064849854,-0.8047000169754028,0.21529999375343323,-0.5532000064849854,-0.8306000232696533,-0.15199999511241913,-0.5357999801635742,-0.8306000232696533,-0.15199999511241913,-0.5357999801635742,-0.8306000232696533,-0.15199999511241913,-0.5357999801635742,0.1429000049829483,0.007000000216066837,0.9897000193595886,0.1429000049829483,0.007000000216066837,0.9897000193595886,0.1429000049829483,0.007000000216066837,0.9897000193595886,-0.9868999719619751,0.06360000371932983,-0.14820000529289246,-0.9868999719619751,0.06360000371932983,-0.14820000529289246,-0.9868999719619751,0.06360000371932983,-0.14820000529289246,-0.08020000159740448,0.6802999973297119,0.728600025177002,-0.08020000159740448,0.6802999973297119,0.728600025177002,-0.08020000159740448,0.6802999973297119,0.728600025177002,-0.53329998254776,0.4440999925136566,0.7200000286102295,-0.53329998254776,0.4440999925136566,0.7200000286102295,-0.53329998254776,0.4440999925136566,0.7200000286102295,-0.4059000015258789,0.9079999923706055,0.10409999638795853,-0.4059000015258789,0.9079999923706055,0.10409999638795853,-0.4059000015258789,0.9079999923706055,0.10409999638795853,0.16680000722408295,-0.8899000287055969,0.4244999885559082,0.16680000722408295,-0.8899000287055969,0.4244999885559082,0.16680000722408295,-0.8899000287055969,0.4244999885559082,0.2223999947309494,-0.3118000030517578,-0.9236999750137329,0.2223999947309494,-0.3118000030517578,-0.9236999750137329,0.2223999947309494,-0.3118000030517578,-0.9236999750137329,-0.2273000031709671,-0.6234999895095825,0.7480000257492065,-0.2273000031709671,-0.6234999895095825,0.7480000257492065,-0.2273000031709671,-0.6234999895095825,0.7480000257492065,0.5845999717712402,0.4185999929904938,0.6949999928474426,0.5845999717712402,0.4185999929904938,0.6949999928474426,0.5845999717712402,0.4185999929904938,0.6949999928474426,-0.5011000037193298,0.7967000007629395,0.33799999952316284,-0.5011000037193298,0.7967000007629395,0.33799999952316284,-0.5011000037193298,0.7967000007629395,0.33799999952316284,-0.5608999729156494,0.6572999954223633,-0.5033000111579895,-0.5608999729156494,0.6572999954223633,-0.5033000111579895,-0.5608999729156494,0.6572999954223633,-0.5033000111579895,-0.6604999899864197,0.6550999879837036,-0.3668999969959259,-0.6604999899864197,0.6550999879837036,-0.3668999969959259,-0.6604999899864197,0.6550999879837036,-0.3668999969959259,0.39559999108314514,-0.6377000212669373,-0.6610000133514404,0.39559999108314514,-0.6377000212669373,-0.6610000133514404,0.39559999108314514,-0.6377000212669373,-0.6610000133514404,-0.6100000143051147,-0.043299999088048935,0.7911999821662903,-0.6100000143051147,-0.043299999088048935,0.7911999821662903,-0.6100000143051147,-0.043299999088048935,0.7911999821662903,0.9480999708175659,0.29179999232292175,0.12610000371932983,0.9480999708175659,0.29179999232292175,0.12610000371932983,0.9480999708175659,0.29179999232292175,0.12610000371932983,-0.3792000114917755,-0.8881000280380249,-0.259799987077713,-0.3792000114917755,-0.8881000280380249,-0.259799987077713,-0.3792000114917755,-0.8881000280380249,-0.259799987077713,-0.051100000739097595,-0.9668999910354614,0.2500999867916107,-0.051100000739097595,-0.9668999910354614,0.2500999867916107,-0.051100000739097595,-0.9668999910354614,0.2500999867916107,0.027899999171495438,-0.8899999856948853,0.45509999990463257,0.027899999171495438,-0.8899999856948853,0.45509999990463257,0.027899999171495438,-0.8899999856948853,0.45509999990463257,-0.6421999931335449,0.17170000076293945,0.7470999956130981,-0.6421999931335449,0.17170000076293945,0.7470999956130981,-0.6421999931335449,0.17170000076293945,0.7470999956130981,0.9424999952316284,-0.013799999840557575,0.33410000801086426,0.9424999952316284,-0.013799999840557575,0.33410000801086426,0.9424999952316284,-0.013799999840557575,0.33410000801086426,-0.4424000084400177,-0.7573999762535095,0.48030000925064087,-0.4424000084400177,-0.7573999762535095,0.48030000925064087,-0.4424000084400177,-0.7573999762535095,0.48030000925064087,-0.21060000360012054,0.6850000023841858,-0.6974999904632568,-0.21060000360012054,0.6850000023841858,-0.6974999904632568,-0.21060000360012054,0.6850000023841858,-0.6974999904632568,-0.07050000131130219,0.28290000557899475,-0.9564999938011169,-0.07050000131130219,0.28290000557899475,-0.9564999938011169,-0.07050000131130219,0.28290000557899475,-0.9564999938011169,-0.2937999963760376,0.5060999989509583,0.8108999729156494,-0.2937999963760376,0.5060999989509583,0.8108999729156494,-0.2937999963760376,0.5060999989509583,0.8108999729156494,-0.05400000140070915,-0.10589999705553055,0.992900013923645,-0.05400000140070915,-0.10589999705553055,0.992900013923645,-0.05400000140070915,-0.10589999705553055,0.992900013923645,0.6898000240325928,-0.5051000118255615,-0.5187000036239624,0.6898000240325928,-0.5051000118255615,-0.5187000036239624,0.6898000240325928,-0.5051000118255615,-0.5187000036239624,0.9009000062942505,-0.024800000712275505,-0.43320000171661377,0.9009000062942505,-0.024800000712275505,-0.43320000171661377,0.9009000062942505,-0.024800000712275505,-0.43320000171661377,-0.23890000581741333,0.97079998254776,0.020099999383091927,-0.23890000581741333,0.97079998254776,0.020099999383091927,-0.23890000581741333,0.97079998254776,0.020099999383091927,0.8780999779701233,-0.21359999477863312,0.42809998989105225,0.8780999779701233,-0.21359999477863312,0.42809998989105225,0.8780999779701233,-0.21359999477863312,0.42809998989105225,-0.7264000177383423,-0.24770000576972961,0.6410999894142151,-0.7264000177383423,-0.24770000576972961,0.6410999894142151,-0.7264000177383423,-0.24770000576972961,0.6410999894142151,-0.8647000193595886,-0.4948999881744385,-0.08609999716281891,-0.8647000193595886,-0.4948999881744385,-0.08609999716281891,-0.8647000193595886,-0.4948999881744385,-0.08609999716281891,-0.5425000190734863,-0.5727999806404114,0.6144999861717224,-0.5425000190734863,-0.5727999806404114,0.6144999861717224,-0.5425000190734863,-0.5727999806404114,0.6144999861717224,-0.30410000681877136,-0.9379000067710876,-0.16689999401569366,-0.30410000681877136,-0.9379000067710876,-0.16689999401569366,-0.30410000681877136,-0.9379000067710876,-0.16689999401569366,-0.037300001829862595,0.030300000682473183,-0.9987999796867371,-0.037300001829862595,0.030300000682473183,-0.9987999796867371,-0.037300001829862595,0.030300000682473183,-0.9987999796867371,0.63919997215271,0.3758000135421753,0.6710000038146973,0.63919997215271,0.3758000135421753,0.6710000038146973,0.63919997215271,0.3758000135421753,0.6710000038146973,-0.9925000071525574,-0.0706000030040741,-0.10019999742507935,-0.9925000071525574,-0.0706000030040741,-0.10019999742507935,-0.9925000071525574,-0.0706000030040741,-0.10019999742507935,0.15039999783039093,0.588100016117096,-0.7946000099182129,0.15039999783039093,0.588100016117096,-0.7946000099182129,0.15039999783039093,0.588100016117096,-0.7946000099182129,0.4880000054836273,0.781000018119812,-0.3898000121116638,0.4880000054836273,0.781000018119812,-0.3898000121116638,0.4880000054836273,0.781000018119812,-0.3898000121116638,-0.9365000128746033,-0.022099999710917473,-0.35010001063346863,-0.9365000128746033,-0.022099999710917473,-0.35010001063346863,-0.9365000128746033,-0.022099999710917473,-0.35010001063346863,0.37040001153945923,-0.9233999848365784,-0.10100000351667404,0.37040001153945923,-0.9233999848365784,-0.10100000351667404,0.37040001153945923,-0.9233999848365784,-0.10100000351667404,-0.59579998254776,0.6970999836921692,-0.39890000224113464,-0.59579998254776,0.6970999836921692,-0.39890000224113464,-0.59579998254776,0.6970999836921692,-0.39890000224113464,-0.07580000162124634,0.6019999980926514,0.7949000000953674,-0.07580000162124634,0.6019999980926514,0.7949000000953674,-0.07580000162124634,0.6019999980926514,0.7949000000953674,-0.16249999403953552,-0.8479999899864197,0.5044000148773193,-0.16249999403953552,-0.8479999899864197,0.5044000148773193,-0.16249999403953552,-0.8479999899864197,0.5044000148773193,-0.9718000292778015,-0.11919999867677689,-0.20329999923706055,-0.9718000292778015,-0.11919999867677689,-0.20329999923706055,-0.9718000292778015,-0.11919999867677689,-0.20329999923706055,0.5181999802589417,0.7742000222206116,-0.3635999858379364,0.5181999802589417,0.7742000222206116,-0.3635999858379364,0.5181999802589417,0.7742000222206116,-0.3635999858379364,-0.5805000066757202,0.715399980545044,0.3889000117778778,-0.5805000066757202,0.715399980545044,0.3889000117778778,-0.5805000066757202,0.715399980545044,0.3889000117778778,0.9966999888420105,-0.0812000036239624,-0.006800000090152025,0.9966999888420105,-0.0812000036239624,-0.006800000090152025,0.9966999888420105,-0.0812000036239624,-0.006800000090152025,0.9718000292778015,-0.1647000014781952,0.1687999963760376,0.9718000292778015,-0.1647000014781952,0.1687999963760376,0.9718000292778015,-0.1647000014781952,0.1687999963760376,0.15839999914169312,0.17589999735355377,-0.9715999960899353,0.15839999914169312,0.17589999735355377,-0.9715999960899353,0.15839999914169312,0.17589999735355377,-0.9715999960899353,0.6154999732971191,0.6430000066757202,-0.45570001006126404,0.6154999732971191,0.6430000066757202,-0.45570001006126404,0.6154999732971191,0.6430000066757202,-0.45570001006126404,0.14259999990463257,0.290800005197525,0.9460999965667725,0.14259999990463257,0.290800005197525,0.9460999965667725,0.14259999990463257,0.290800005197525,0.9460999965667725,-0.45969998836517334,0.8704000115394592,-0.17599999904632568,-0.45969998836517334,0.8704000115394592,-0.17599999904632568,-0.45969998836517334,0.8704000115394592,-0.17599999904632568,-0.09600000083446503,-0.3452000021934509,-0.9336000084877014,-0.09600000083446503,-0.3452000021934509,-0.9336000084877014,-0.09600000083446503,-0.3452000021934509,-0.9336000084877014,-0.006399999838322401,-0.3637999892234802,-0.9314000010490417,-0.006399999838322401,-0.3637999892234802,-0.9314000010490417,-0.006399999838322401,-0.3637999892234802,-0.9314000010490417,-0.02250000089406967,-0.942300021648407,-0.33390000462532043,-0.02250000089406967,-0.942300021648407,-0.33390000462532043,-0.02250000089406967,-0.942300021648407,-0.33390000462532043,-0.45509999990463257,0.21819999814033508,0.8633000254631042,-0.45509999990463257,0.21819999814033508,0.8633000254631042,-0.45509999990463257,0.21819999814033508,0.8633000254631042,0.37860000133514404,-0.1177000030875206,-0.9179999828338623,0.37860000133514404,-0.1177000030875206,-0.9179999828338623,0.37860000133514404,-0.1177000030875206,-0.9179999828338623,0.6032999753952026,0.6207000017166138,-0.5008000135421753,0.6032999753952026,0.6207000017166138,-0.5008000135421753,0.6032999753952026,0.6207000017166138,-0.5008000135421753,0.5705000162124634,0.21040000021457672,-0.7939000129699707,0.5705000162124634,0.21040000021457672,-0.7939000129699707,0.5705000162124634,0.21040000021457672,-0.7939000129699707,-0.3587999939918518,0.19169999659061432,0.9135000109672546,-0.3587999939918518,0.19169999659061432,0.9135000109672546,-0.3587999939918518,0.19169999659061432,0.9135000109672546,0.14380000531673431,0.7835000157356262,-0.6044999957084656,0.14380000531673431,0.7835000157356262,-0.6044999957084656,0.14380000531673431,0.7835000157356262,-0.6044999957084656,-0.5365999937057495,0.25119999051094055,-0.8054999709129333,-0.5365999937057495,0.25119999051094055,-0.8054999709129333,-0.5365999937057495,0.25119999051094055,-0.8054999709129333,0.8876000046730042,-0.15760000050067902,-0.43290001153945923,0.8876000046730042,-0.15760000050067902,-0.43290001153945923,0.8876000046730042,-0.15760000050067902,-0.43290001153945923,0.1965000033378601,0.95169997215271,0.2361000031232834,0.1965000033378601,0.95169997215271,0.2361000031232834,0.1965000033378601,0.95169997215271,0.2361000031232834,-0.046300001442432404,-0.9957000017166138,0.08060000091791153,-0.046300001442432404,-0.9957000017166138,0.08060000091791153,-0.046300001442432404,-0.9957000017166138,0.08060000091791153,0.23229999840259552,-0.558899998664856,-0.7960000038146973,0.23229999840259552,-0.558899998664856,-0.7960000038146973,0.23229999840259552,-0.558899998664856,-0.7960000038146973,0.20900000631809235,0.7767000198364258,-0.5942000150680542,0.20900000631809235,0.7767000198364258,-0.5942000150680542,0.20900000631809235,0.7767000198364258,-0.5942000150680542,0.08309999853372574,0.5996999740600586,-0.7958999872207642,0.08309999853372574,0.5996999740600586,-0.7958999872207642,0.08309999853372574,0.5996999740600586,-0.7958999872207642,0.2540999948978424,-0.8314999938011169,-0.49410000443458557,0.2540999948978424,-0.8314999938011169,-0.49410000443458557,0.2540999948978424,-0.8314999938011169,-0.49410000443458557,-0.38600000739097595,-0.7498000264167786,0.5374000072479248,-0.38600000739097595,-0.7498000264167786,0.5374000072479248,-0.38600000739097595,-0.7498000264167786,0.5374000072479248,0.9448000192642212,0.24410000443458557,0.21850000321865082,0.9448000192642212,0.24410000443458557,0.21850000321865082,0.9448000192642212,0.24410000443458557,0.21850000321865082,-0.08330000191926956,0.7515000104904175,-0.6545000076293945,-0.08330000191926956,0.7515000104904175,-0.6545000076293945,-0.08330000191926956,0.7515000104904175,-0.6545000076293945,0.07289999723434448,0.695900022983551,-0.7145000100135803,0.07289999723434448,0.695900022983551,-0.7145000100135803,0.07289999723434448,0.695900022983551,-0.7145000100135803,0.6439999938011169,0.0017000000225380063,0.7649999856948853,0.6439999938011169,0.0017000000225380063,0.7649999856948853,0.6439999938011169,0.0017000000225380063,0.7649999856948853,0.27549999952316284,0.6223999857902527,-0.7325999736785889,0.27549999952316284,0.6223999857902527,-0.7325999736785889,0.27549999952316284,0.6223999857902527,-0.7325999736785889,-0.9320999979972839,-0.3544999957084656,0.07479999959468842,-0.9320999979972839,-0.3544999957084656,0.07479999959468842,-0.9320999979972839,-0.3544999957084656,0.07479999959468842,-0.398499995470047,0.3880000114440918,-0.8310999870300293,-0.398499995470047,0.3880000114440918,-0.8310999870300293,-0.398499995470047,0.3880000114440918,-0.8310999870300293,-0.32850000262260437,-0.7297000288963318,-0.5996999740600586,-0.32850000262260437,-0.7297000288963318,-0.5996999740600586,-0.32850000262260437,-0.7297000288963318,-0.5996999740600586,-0.21940000355243683,-0.9666000008583069,-0.1324000060558319,-0.21940000355243683,-0.9666000008583069,-0.1324000060558319,-0.21940000355243683,-0.9666000008583069,-0.1324000060558319,-0.9794999957084656,-0.16300000250339508,-0.1185000017285347,-0.9794999957084656,-0.16300000250339508,-0.1185000017285347,-0.9794999957084656,-0.16300000250339508,-0.1185000017285347,-0.5081999897956848,0.2946000099182129,-0.8093000054359436,-0.5081999897956848,0.2946000099182129,-0.8093000054359436,-0.5081999897956848,0.2946000099182129,-0.8093000054359436,-0.3009999990463257,0.26489999890327454,-0.916100025177002,-0.3009999990463257,0.26489999890327454,-0.916100025177002,-0.3009999990463257,0.26489999890327454,-0.916100025177002,-0.32899999618530273,0.8424999713897705,-0.42649999260902405,-0.32899999618530273,0.8424999713897705,-0.42649999260902405,-0.32899999618530273,0.8424999713897705,-0.42649999260902405,0.3319999873638153,0.9433000087738037,-0.0034000000450760126,0.3319999873638153,0.9433000087738037,-0.0034000000450760126,0.3319999873638153,0.9433000087738037,-0.0034000000450760126,0.1680999994277954,0.8238999843597412,0.5412999987602234,0.1680999994277954,0.8238999843597412,0.5412999987602234,0.1680999994277954,0.8238999843597412,0.5412999987602234,0.21889999508857727,-0.7409999966621399,-0.6348000168800354,0.21889999508857727,-0.7409999966621399,-0.6348000168800354,0.21889999508857727,-0.7409999966621399,-0.6348000168800354,-0.7394000291824341,0.02070000022649765,0.6729000210762024,-0.7394000291824341,0.02070000022649765,0.6729000210762024,-0.7394000291824341,0.02070000022649765,0.6729000210762024,-0.8937000036239624,-0.4480000138282776,0.02500000037252903,-0.8937000036239624,-0.4480000138282776,0.02500000037252903,-0.8937000036239624,-0.4480000138282776,0.02500000037252903,0.6245999932289124,-0.7728999853134155,-0.11230000108480453,0.6245999932289124,-0.7728999853134155,-0.11230000108480453,0.6245999932289124,-0.7728999853134155,-0.11230000108480453,0.762499988079071,0.36570000648498535,-0.5335999727249146,0.762499988079071,0.36570000648498535,-0.5335999727249146,0.762499988079071,0.36570000648498535,-0.5335999727249146,-0.779699981212616,-0.6212999820709229,0.0778999999165535,-0.779699981212616,-0.6212999820709229,0.0778999999165535,-0.779699981212616,-0.6212999820709229,0.0778999999165535,0.5349000096321106,-0.38199999928474426,0.753600001335144,0.5349000096321106,-0.38199999928474426,0.753600001335144,0.5349000096321106,-0.38199999928474426,0.753600001335144,0.014100000262260437,-0.8245000243186951,0.5655999779701233,0.014100000262260437,-0.8245000243186951,0.5655999779701233,0.014100000262260437,-0.8245000243186951,0.5655999779701233,-0.984499990940094,-0.164900004863739,0.05939999967813492,-0.984499990940094,-0.164900004863739,0.05939999967813492,-0.984499990940094,-0.164900004863739,0.05939999967813492,0.34940001368522644,-0.9333999752998352,-0.08190000057220459,0.34940001368522644,-0.9333999752998352,-0.08190000057220459,0.34940001368522644,-0.9333999752998352,-0.08190000057220459,-0.18569999933242798,-0.7294999957084656,0.65829998254776,-0.18569999933242798,-0.7294999957084656,0.65829998254776,-0.18569999933242798,-0.7294999957084656,0.65829998254776,-0.4578999876976013,-0.8535000085830688,0.24879999458789825,-0.4578999876976013,-0.8535000085830688,0.24879999458789825,-0.4578999876976013,-0.8535000085830688,0.24879999458789825,-0.5346999764442444,-0.7075999975204468,0.4620000123977661,-0.5346999764442444,-0.7075999975204468,0.4620000123977661,-0.5346999764442444,-0.7075999975204468,0.4620000123977661,-0.8123000264167786,-0.5758000016212463,0.09300000220537186,-0.8123000264167786,-0.5758000016212463,0.09300000220537186,-0.8123000264167786,-0.5758000016212463,0.09300000220537186,-0.1793999969959259,-0.7986999750137329,-0.574400007724762,-0.1793999969959259,-0.7986999750137329,-0.574400007724762,-0.1793999969959259,-0.7986999750137329,-0.574400007724762,0.5224999785423279,0.8425999879837036,-0.13030000030994415,0.5224999785423279,0.8425999879837036,-0.13030000030994415,0.5224999785423279,0.8425999879837036,-0.13030000030994415,-0.5196999907493591,-0.5353000164031982,0.6658999919891357,-0.5196999907493591,-0.5353000164031982,0.6658999919891357,-0.5196999907493591,-0.5353000164031982,0.6658999919891357,0.7203999757766724,-0.015399999916553497,-0.6934000253677368,0.7203999757766724,-0.015399999916553497,-0.6934000253677368,0.7203999757766724,-0.015399999916553497,-0.6934000253677368,0.12489999830722809,0.9819999933242798,0.14159999787807465,0.12489999830722809,0.9819999933242798,0.14159999787807465,0.12489999830722809,0.9819999933242798,0.14159999787807465,-0.04830000177025795,-0.4871000051498413,0.871999979019165,-0.04830000177025795,-0.4871000051498413,0.871999979019165,-0.04830000177025795,-0.4871000051498413,0.871999979019165,-0.534600019454956,0.007600000128149986,-0.8450999855995178,-0.534600019454956,0.007600000128149986,-0.8450999855995178,-0.534600019454956,0.007600000128149986,-0.8450999855995178,-0.6499000191688538,0.7192999720573425,-0.24539999663829803,-0.6499000191688538,0.7192999720573425,-0.24539999663829803,-0.6499000191688538,0.7192999720573425,-0.24539999663829803,-0.30219998955726624,0.6952999830245972,-0.6521000266075134,-0.30219998955726624,0.6952999830245972,-0.6521000266075134,-0.30219998955726624,0.6952999830245972,-0.6521000266075134,-0.5281000137329102,-0.006500000134110451,0.8492000102996826,-0.5281000137329102,-0.006500000134110451,0.8492000102996826,-0.5281000137329102,-0.006500000134110451,0.8492000102996826,-0.7696999907493591,0.35249999165534973,-0.5322999954223633,-0.7696999907493591,0.35249999165534973,-0.5322999954223633,-0.7696999907493591,0.35249999165534973,-0.5322999954223633,0.7932000160217285,-0.20499999821186066,0.5734000205993652,0.7932000160217285,-0.20499999821186066,0.5734000205993652,0.7932000160217285,-0.20499999821186066,0.5734000205993652,-0.016599999740719795,-0.8956999778747559,-0.44429999589920044,-0.016599999740719795,-0.8956999778747559,-0.44429999589920044,-0.016599999740719795,-0.8956999778747559,-0.44429999589920044,-0.2590999901294708,0.3449999988079071,0.9021000266075134,-0.2590999901294708,0.3449999988079071,0.9021000266075134,-0.2590999901294708,0.3449999988079071,0.9021000266075134,-0.4169999957084656,-0.8860999941825867,0.20229999721050262,-0.4169999957084656,-0.8860999941825867,0.20229999721050262,-0.4169999957084656,-0.8860999941825867,0.20229999721050262,-0.42660000920295715,-0.33799999952316284,0.8389000296592712,-0.42660000920295715,-0.33799999952316284,0.8389000296592712,-0.42660000920295715,-0.33799999952316284,0.8389000296592712,0.963699996471405,-0.25360000133514404,0.08389999717473984,0.963699996471405,-0.25360000133514404,0.08389999717473984,0.963699996471405,-0.25360000133514404,0.08389999717473984,0.9987000226974487,-0.03359999880194664,-0.03929999843239784,0.9987000226974487,-0.03359999880194664,-0.03929999843239784,0.9987000226974487,-0.03359999880194664,-0.03929999843239784,0.17069999873638153,0.9779000282287598,-0.12060000002384186,0.17069999873638153,0.9779000282287598,-0.12060000002384186,0.17069999873638153,0.9779000282287598,-0.12060000002384186,0.15809999406337738,-0.7416999936103821,0.6517999768257141,0.15809999406337738,-0.7416999936103821,0.6517999768257141,0.15809999406337738,-0.7416999936103821,0.6517999768257141,-0.29190000891685486,0.9438999891281128,0.15449999272823334,-0.29190000891685486,0.9438999891281128,0.15449999272823334,-0.29190000891685486,0.9438999891281128,0.15449999272823334,0.3037000000476837,0.7616000175476074,-0.5724999904632568,0.3037000000476837,0.7616000175476074,-0.5724999904632568,0.3037000000476837,0.7616000175476074,-0.5724999904632568,-0.29350000619888306,0.04809999838471413,0.954800009727478,-0.29350000619888306,0.04809999838471413,0.954800009727478,-0.29350000619888306,0.04809999838471413,0.954800009727478,0.2029000073671341,0.7749000191688538,-0.5985999703407288,0.2029000073671341,0.7749000191688538,-0.5985999703407288,0.2029000073671341,0.7749000191688538,-0.5985999703407288,0.8313999772071838,0.5216000080108643,-0.19169999659061432,0.8313999772071838,0.5216000080108643,-0.19169999659061432,0.8313999772071838,0.5216000080108643,-0.19169999659061432,-0.8445000052452087,0.47609999775886536,0.24500000476837158,-0.8445000052452087,0.47609999775886536,0.24500000476837158,-0.8445000052452087,0.47609999775886536,0.24500000476837158,-0.9480999708175659,0.29179999232292175,0.12610000371932983,-0.9480999708175659,0.29179999232292175,0.12610000371932983,-0.9480999708175659,0.29179999232292175,0.12610000371932983,0.24770000576972961,-0.9042999744415283,0.34779998660087585,0.24770000576972961,-0.9042999744415283,0.34779998660087585,0.24770000576972961,-0.9042999744415283,0.34779998660087585,-0.025100000202655792,-0.11089999973773956,-0.9934999942779541,-0.025100000202655792,-0.11089999973773956,-0.9934999942779541,-0.025100000202655792,-0.11089999973773956,-0.9934999942779541,0.2628999948501587,0.20469999313354492,-0.9429000020027161,0.2628999948501587,0.20469999313354492,-0.9429000020027161,0.2628999948501587,0.20469999313354492,-0.9429000020027161,-0.7300000190734863,0.14669999480247498,-0.6675000190734863,-0.7300000190734863,0.14669999480247498,-0.6675000190734863,-0.7300000190734863,0.14669999480247498,-0.6675000190734863,0.7678999900817871,0.2290000021457672,-0.5982000231742859,0.7678999900817871,0.2290000021457672,-0.5982000231742859,0.7678999900817871,0.2290000021457672,-0.5982000231742859,0.9642999768257141,-0.21529999375343323,-0.15440000593662262,0.9642999768257141,-0.21529999375343323,-0.15440000593662262,0.9642999768257141,-0.21529999375343323,-0.15440000593662262,-0.8628000020980835,-0.23360000550746918,-0.44830000400543213,-0.8628000020980835,-0.23360000550746918,-0.44830000400543213,-0.8628000020980835,-0.23360000550746918,-0.44830000400543213,-0.6597999930381775,0.6103000044822693,-0.438400000333786,-0.6597999930381775,0.6103000044822693,-0.438400000333786,-0.6597999930381775,0.6103000044822693,-0.438400000333786,0.44290000200271606,0.4903999865055084,-0.7505000233650208,0.44290000200271606,0.4903999865055084,-0.7505000233650208,0.44290000200271606,0.4903999865055084,-0.7505000233650208,-0.8640000224113464,-0.18639999628067017,-0.46779999136924744,-0.8640000224113464,-0.18639999628067017,-0.46779999136924744,-0.8640000224113464,-0.18639999628067017,-0.46779999136924744,0.9211000204086304,0.28110000491142273,0.2694000005722046,0.9211000204086304,0.28110000491142273,0.2694000005722046,0.9211000204086304,0.28110000491142273,0.2694000005722046,-0.9923999905586243,0.039000000804662704,-0.11630000174045563,-0.9923999905586243,0.039000000804662704,-0.11630000174045563,-0.9923999905586243,0.039000000804662704,-0.11630000174045563,-0.9120000004768372,-0.4092000126838684,-0.026900000870227814,-0.9120000004768372,-0.4092000126838684,-0.026900000870227814,-0.9120000004768372,-0.4092000126838684,-0.026900000870227814,0.6019999980926514,0.5565000176429749,0.5726000070571899,0.6019999980926514,0.5565000176429749,0.5726000070571899,0.6019999980926514,0.5565000176429749,0.5726000070571899,0.4717000126838684,0.8743000030517578,-0.11410000175237656,0.4717000126838684,0.8743000030517578,-0.11410000175237656,0.4717000126838684,0.8743000030517578,-0.11410000175237656,0.06040000170469284,-0.7573999762535095,0.6502000093460083,0.06040000170469284,-0.7573999762535095,0.6502000093460083,0.06040000170469284,-0.7573999762535095,0.6502000093460083,0.5943999886512756,-0.4867999851703644,0.6401000022888184,0.5943999886512756,-0.4867999851703644,0.6401000022888184,0.5943999886512756,-0.4867999851703644,0.6401000022888184,-0.1745000034570694,0.9718999862670898,0.15780000388622284,-0.1745000034570694,0.9718999862670898,0.15780000388622284,-0.1745000034570694,0.9718999862670898,0.15780000388622284,0.8227999806404114,0.26649999618530273,0.5019999742507935,0.8227999806404114,0.26649999618530273,0.5019999742507935,0.8227999806404114,0.26649999618530273,0.5019999742507935,-0.21410000324249268,0.597599983215332,-0.7727000117301941,-0.21410000324249268,0.597599983215332,-0.7727000117301941,-0.21410000324249268,0.597599983215332,-0.7727000117301941,0.43389999866485596,-0.8295999765396118,0.351500004529953,0.43389999866485596,-0.8295999765396118,0.351500004529953,0.43389999866485596,-0.8295999765396118,0.351500004529953,-0.8898000121116638,0.16380000114440918,-0.4259999990463257,-0.8898000121116638,0.16380000114440918,-0.4259999990463257,-0.8898000121116638,0.16380000114440918,-0.4259999990463257,0.9868000149726868,0.08389999717473984,-0.1386999934911728,0.9868000149726868,0.08389999717473984,-0.1386999934911728,0.9868000149726868,0.08389999717473984,-0.1386999934911728,0.27619999647140503,0.1817999929189682,-0.9437999725341797,0.27619999647140503,0.1817999929189682,-0.9437999725341797,0.27619999647140503,0.1817999929189682,-0.9437999725341797,-0.7358999848365784,-0.6603000164031982,0.15000000596046448,-0.7358999848365784,-0.6603000164031982,0.15000000596046448,-0.7358999848365784,-0.6603000164031982,0.15000000596046448,0.987500011920929,-0.15479999780654907,-0.029899999499320984,0.987500011920929,-0.15479999780654907,-0.029899999499320984,0.987500011920929,-0.15479999780654907,-0.029899999499320984,0.6069999933242798,0.6371999979019165,0.4749000072479248,0.6069999933242798,0.6371999979019165,0.4749000072479248,0.6069999933242798,0.6371999979019165,0.4749000072479248,0.6473000049591064,-0.6420000195503235,0.4108999967575073,0.6473000049591064,-0.6420000195503235,0.4108999967575073,0.6473000049591064,-0.6420000195503235,0.4108999967575073,0.039799999445676804,-0.6297000050544739,0.7757999897003174,0.039799999445676804,-0.6297000050544739,0.7757999897003174,0.039799999445676804,-0.6297000050544739,0.7757999897003174,-0.9991000294685364,0.04089999943971634,0.013500000350177288,-0.9991000294685364,0.04089999943971634,0.013500000350177288,-0.9991000294685364,0.04089999943971634,0.013500000350177288,0.020600000396370888,-0.22499999403953552,0.9740999937057495,0.020600000396370888,-0.22499999403953552,0.9740999937057495,0.020600000396370888,-0.22499999403953552,0.9740999937057495,-0.6510999798774719,-0.5051000118255615,-0.5665000081062317,-0.6510999798774719,-0.5051000118255615,-0.5665000081062317,-0.6510999798774719,-0.5051000118255615,-0.5665000081062317,0.5128999948501587,-0.7005000114440918,0.49619999527931213,0.5128999948501587,-0.7005000114440918,0.49619999527931213,0.5128999948501587,-0.7005000114440918,0.49619999527931213,0.5672000050544739,0.7842000126838684,0.2515000104904175,0.5672000050544739,0.7842000126838684,0.2515000104904175,0.5672000050544739,0.7842000126838684,0.2515000104904175,-0.6739000082015991,-0.20149999856948853,0.7109000086784363,-0.6739000082015991,-0.20149999856948853,0.7109000086784363,-0.6739000082015991,-0.20149999856948853,0.7109000086784363,-0.91839998960495,-0.38339999318122864,0.09740000218153,-0.91839998960495,-0.38339999318122864,0.09740000218153,-0.91839998960495,-0.38339999318122864,0.09740000218153,-0.14550000429153442,-0.9832000136375427,0.11020000278949738,-0.14550000429153442,-0.9832000136375427,0.11020000278949738,-0.14550000429153442,-0.9832000136375427,0.11020000278949738,-0.44620001316070557,0.6258000135421753,-0.6398000121116638,-0.44620001316070557,0.6258000135421753,-0.6398000121116638,-0.44620001316070557,0.6258000135421753,-0.6398000121116638,-0.10769999772310257,0.7534000277519226,-0.6485999822616577,-0.10769999772310257,0.7534000277519226,-0.6485999822616577,-0.10769999772310257,0.7534000277519226,-0.6485999822616577,-0.5385000109672546,0.23190000653266907,0.8101000189781189,-0.5385000109672546,0.23190000653266907,0.8101000189781189,-0.5385000109672546,0.23190000653266907,0.8101000189781189,0.04320000112056732,0.9208999872207642,-0.3874000012874603,0.04320000112056732,0.9208999872207642,-0.3874000012874603,0.04320000112056732,0.9208999872207642,-0.3874000012874603,-0.4278999865055084,0.3100999891757965,0.8489999771118164,-0.4278999865055084,0.3100999891757965,0.8489999771118164,-0.4278999865055084,0.3100999891757965,0.8489999771118164,-0.9930999875068665,-0.10989999771118164,-0.04179999977350235,-0.9930999875068665,-0.10989999771118164,-0.04179999977350235,-0.9930999875068665,-0.10989999771118164,-0.04179999977350235,-0.3467999994754791,-0.9290000200271606,0.12880000472068787,-0.3467999994754791,-0.9290000200271606,0.12880000472068787,-0.3467999994754791,-0.9290000200271606,0.12880000472068787,0.7117999792098999,0.4474000036716461,0.5414999723434448,0.7117999792098999,0.4474000036716461,0.5414999723434448,0.7117999792098999,0.4474000036716461,0.5414999723434448,0.6107000112533569,-0.7749999761581421,0.16269999742507935,0.6107000112533569,-0.7749999761581421,0.16269999742507935,0.6107000112533569,-0.7749999761581421,0.16269999742507935,0.014600000344216824,0.9314000010490417,-0.3635999858379364,0.014600000344216824,0.9314000010490417,-0.3635999858379364,0.014600000344216824,0.9314000010490417,-0.3635999858379364,-0.7651000022888184,0.6074000000953674,0.21379999816417694,-0.7651000022888184,0.6074000000953674,0.21379999816417694,-0.7651000022888184,0.6074000000953674,0.21379999816417694,-0.7335000038146973,0.16599999368190765,0.6590999960899353,-0.7335000038146973,0.16599999368190765,0.6590999960899353,-0.7335000038146973,0.16599999368190765,0.6590999960899353,-0.9864000082015991,0.1632000058889389,-0.018699999898672104,-0.9864000082015991,0.1632000058889389,-0.018699999898672104,-0.9864000082015991,0.1632000058889389,-0.018699999898672104,0.9211000204086304,-0.32600000500679016,0.21279999613761902,0.9211000204086304,-0.32600000500679016,0.21279999613761902,0.9211000204086304,-0.32600000500679016,0.21279999613761902,0.3330000042915344,0.7592999935150146,0.5591999888420105,0.3330000042915344,0.7592999935150146,0.5591999888420105,0.3330000042915344,0.7592999935150146,0.5591999888420105,0.968999981880188,-0.12610000371932983,-0.21240000426769257,0.968999981880188,-0.12610000371932983,-0.21240000426769257,0.968999981880188,-0.12610000371932983,-0.21240000426769257,0.31769999861717224,-0.7357000112533569,-0.5981000065803528,0.31769999861717224,-0.7357000112533569,-0.5981000065803528,0.31769999861717224,-0.7357000112533569,-0.5981000065803528,-0.6607999801635742,-0.041099999099969864,0.7494000196456909,-0.6607999801635742,-0.041099999099969864,0.7494000196456909,-0.6607999801635742,-0.041099999099969864,0.7494000196456909,-0.42669999599456787,-0.6930999755859375,-0.5809999704360962,-0.42669999599456787,-0.6930999755859375,-0.5809999704360962,-0.42669999599456787,-0.6930999755859375,-0.5809999704360962,0.17430000007152557,0.9692999720573425,-0.1736000031232834,0.17430000007152557,0.9692999720573425,-0.1736000031232834,0.17430000007152557,0.9692999720573425,-0.1736000031232834,0.9473000168800354,0.31520000100135803,-0.05790000036358833,0.9473000168800354,0.31520000100135803,-0.05790000036358833,0.9473000168800354,0.31520000100135803,-0.05790000036358833,-0.8136000037193298,0.5738999843597412,-0.09380000084638596,-0.8136000037193298,0.5738999843597412,-0.09380000084638596,-0.8136000037193298,0.5738999843597412,-0.09380000084638596,0.9857000112533569,0.1664000004529953,-0.027000000700354576,0.9857000112533569,0.1664000004529953,-0.027000000700354576,0.9857000112533569,0.1664000004529953,-0.027000000700354576,-0.15770000219345093,-0.9081000089645386,0.3880000114440918,-0.15770000219345093,-0.9081000089645386,0.3880000114440918,-0.15770000219345093,-0.9081000089645386,0.3880000114440918,-0.9182999730110168,-0.336899995803833,0.2079000025987625,-0.9182999730110168,-0.336899995803833,0.2079000025987625,-0.9182999730110168,-0.336899995803833,0.2079000025987625,-0.30390000343322754,0.8648999929428101,-0.3995000123977661,-0.30390000343322754,0.8648999929428101,-0.3995000123977661,-0.30390000343322754,0.8648999929428101,-0.3995000123977661,0.14749999344348907,0.973800003528595,-0.1729000061750412,0.14749999344348907,0.973800003528595,-0.1729000061750412,0.14749999344348907,0.973800003528595,-0.1729000061750412,-0.2648000121116638,0.9508000016212463,0.1607999950647354,-0.2648000121116638,0.9508000016212463,0.1607999950647354,-0.2648000121116638,0.9508000016212463,0.1607999950647354,-0.3303999900817871,0.9422000050544739,-0.054999999701976776,-0.3303999900817871,0.9422000050544739,-0.054999999701976776,-0.3303999900817871,0.9422000050544739,-0.054999999701976776,0.5101000070571899,-0.35269999504089355,0.784500002861023,0.5101000070571899,-0.35269999504089355,0.784500002861023,0.5101000070571899,-0.35269999504089355,0.784500002861023,-0.9908000230789185,0.10100000351667404,-0.09049999713897705,-0.9908000230789185,0.10100000351667404,-0.09049999713897705,-0.9908000230789185,0.10100000351667404,-0.09049999713897705,0.065700002014637,0.5109000205993652,0.8571000099182129,0.065700002014637,0.5109000205993652,0.8571000099182129,0.065700002014637,0.5109000205993652,0.8571000099182129,-0.6046000123023987,-0.1996999979019165,0.7710999846458435,-0.6046000123023987,-0.1996999979019165,0.7710999846458435,-0.6046000123023987,-0.1996999979019165,0.7710999846458435,0.6029999852180481,0.732699990272522,-0.3156000077724457,0.6029999852180481,0.732699990272522,-0.3156000077724457,0.6029999852180481,0.732699990272522,-0.3156000077724457,-0.7803000211715698,-0.3447999954223633,0.5217000246047974,-0.7803000211715698,-0.3447999954223633,0.5217000246047974,-0.7803000211715698,-0.3447999954223633,0.5217000246047974,0.06750000268220901,0.44679999351501465,-0.8920999765396118,0.06750000268220901,0.44679999351501465,-0.8920999765396118,0.06750000268220901,0.44679999351501465,-0.8920999765396118,-0.9427000284194946,-0.3111000061035156,-0.12020000070333481,-0.9427000284194946,-0.3111000061035156,-0.12020000070333481,-0.9427000284194946,-0.3111000061035156,-0.12020000070333481,0.27379998564720154,0.9473000168800354,-0.1665000021457672,0.27379998564720154,0.9473000168800354,-0.1665000021457672,0.27379998564720154,0.9473000168800354,-0.1665000021457672,-0.14880000054836273,0.6868000030517578,-0.7114999890327454,-0.14880000054836273,0.6868000030517578,-0.7114999890327454,-0.14880000054836273,0.6868000030517578,-0.7114999890327454,0.65420001745224,-0.7455999851226807,0.12690000236034393,0.65420001745224,-0.7455999851226807,0.12690000236034393,0.65420001745224,-0.7455999851226807,0.12690000236034393,0.00279999990016222,0.612500011920929,-0.7904999852180481,0.00279999990016222,0.612500011920929,-0.7904999852180481,0.00279999990016222,0.612500011920929,-0.7904999852180481,-0.8012999892234802,0.22769999504089355,-0.5533000230789185,-0.8012999892234802,0.22769999504089355,-0.5533000230789185,-0.8012999892234802,0.22769999504089355,-0.5533000230789185,0.8402000069618225,-0.46810001134872437,0.27379998564720154,0.8402000069618225,-0.46810001134872437,0.27379998564720154,0.8402000069618225,-0.46810001134872437,0.27379998564720154,0.8300999999046326,0.4528999924659729,-0.325300008058548,0.8300999999046326,0.4528999924659729,-0.325300008058548,0.8300999999046326,0.4528999924659729,-0.325300008058548,0.6960999965667725,-0.6233999729156494,-0.3560999929904938,0.6960999965667725,-0.6233999729156494,-0.3560999929904938,0.6960999965667725,-0.6233999729156494,-0.3560999929904938,-0.9541000127792358,-0.2989000082015991,-0.020099999383091927,-0.9541000127792358,-0.2989000082015991,-0.020099999383091927,-0.9541000127792358,-0.2989000082015991,-0.020099999383091927,-0.24130000174045563,-0.558899998664856,-0.79339998960495,-0.24130000174045563,-0.558899998664856,-0.79339998960495,-0.24130000174045563,-0.558899998664856,-0.79339998960495,0.11860000342130661,-0.13510000705718994,0.9836999773979187,0.11860000342130661,-0.13510000705718994,0.9836999773979187,0.11860000342130661,-0.13510000705718994,0.9836999773979187,0.8925999999046326,0.1307000070810318,0.43140000104904175,0.8925999999046326,0.1307000070810318,0.43140000104904175,0.8925999999046326,0.1307000070810318,0.43140000104904175,0.9958000183105469,0.060499999672174454,-0.06889999657869339,0.9958000183105469,0.060499999672174454,-0.06889999657869339,0.9958000183105469,0.060499999672174454,-0.06889999657869339,-0.9785000085830688,0.18950000405311584,-0.08129999786615372,-0.9785000085830688,0.18950000405311584,-0.08129999786615372,-0.9785000085830688,0.18950000405311584,-0.08129999786615372,0.4318999946117401,0.8263999819755554,-0.3612000048160553,0.4318999946117401,0.8263999819755554,-0.3612000048160553,0.4318999946117401,0.8263999819755554,-0.3612000048160553,0.7476000189781189,0.5432999730110168,-0.38190001249313354,0.7476000189781189,0.5432999730110168,-0.38190001249313354,0.7476000189781189,0.5432999730110168,-0.38190001249313354,0.8338000178337097,-0.26750001311302185,0.4828999936580658,0.8338000178337097,-0.26750001311302185,0.4828999936580658,0.8338000178337097,-0.26750001311302185,0.4828999936580658,-0.6809999942779541,0.27129998803138733,-0.6801999807357788,-0.6809999942779541,0.27129998803138733,-0.6801999807357788,-0.6809999942779541,0.27129998803138733,-0.6801999807357788,-0.09300000220537186,0.8446000218391418,0.5273000001907349,-0.09300000220537186,0.8446000218391418,0.5273000001907349,-0.09300000220537186,0.8446000218391418,0.5273000001907349,-0.18379999697208405,0.2386000007390976,-0.9535999894142151,-0.18379999697208405,0.2386000007390976,-0.9535999894142151,-0.18379999697208405,0.2386000007390976,-0.9535999894142151,0.9944999814033508,0.10159999877214432,-0.02630000002682209,0.9944999814033508,0.10159999877214432,-0.02630000002682209,0.9944999814033508,0.10159999877214432,-0.02630000002682209,-0.7936999797821045,-0.5174999833106995,-0.3197999894618988,-0.7936999797821045,-0.5174999833106995,-0.3197999894618988,-0.7936999797821045,-0.5174999833106995,-0.3197999894618988,0.13030000030994415,-0.9771000146865845,0.1680999994277954,0.13030000030994415,-0.9771000146865845,0.1680999994277954,0.13030000030994415,-0.9771000146865845,0.1680999994277954,0.9968000054359436,0.07660000026226044,0.023600000888109207,0.9968000054359436,0.07660000026226044,0.023600000888109207,0.9968000054359436,0.07660000026226044,0.023600000888109207,-0.41429999470710754,-0.5526999831199646,0.7231000065803528,-0.41429999470710754,-0.5526999831199646,0.7231000065803528,-0.41429999470710754,-0.5526999831199646,0.7231000065803528,-0.9711999893188477,-0.2337999939918518,-0.045899998396635056,-0.9711999893188477,-0.2337999939918518,-0.045899998396635056,-0.9711999893188477,-0.2337999939918518,-0.045899998396635056,0.06379999965429306,0.828499972820282,-0.5562999844551086,0.06379999965429306,0.828499972820282,-0.5562999844551086,0.06379999965429306,0.828499972820282,-0.5562999844551086,0.010300000198185444,0.9740999937057495,-0.22609999775886536,0.010300000198185444,0.9740999937057495,-0.22609999775886536,0.010300000198185444,0.9740999937057495,-0.22609999775886536,0.986299991607666,0.163100004196167,-0.02410000003874302,0.986299991607666,0.163100004196167,-0.02410000003874302,0.986299991607666,0.163100004196167,-0.02410000003874302,0.9672999978065491,0.0860000029206276,0.23880000412464142,0.9672999978065491,0.0860000029206276,0.23880000412464142,0.9672999978065491,0.0860000029206276,0.23880000412464142,0.05779999867081642,-0.38190001249313354,-0.9223999977111816,0.05779999867081642,-0.38190001249313354,-0.9223999977111816,0.05779999867081642,-0.38190001249313354,-0.9223999977111816,0.17730000615119934,0.8187999725341797,-0.5461000204086304,0.17730000615119934,0.8187999725341797,-0.5461000204086304,0.17730000615119934,0.8187999725341797,-0.5461000204086304,-0.1745000034570694,-0.5656999945640564,0.8059999942779541,-0.1745000034570694,-0.5656999945640564,0.8059999942779541,-0.1745000034570694,-0.5656999945640564,0.8059999942779541,0.9761999845504761,0.125,-0.17730000615119934,0.9761999845504761,0.125,-0.17730000615119934,0.9761999845504761,0.125,-0.17730000615119934,-0.9074000120162964,0.4032000005245209,-0.11879999935626984,-0.9074000120162964,0.4032000005245209,-0.11879999935626984,-0.9074000120162964,0.4032000005245209,-0.11879999935626984,-0.2535000145435333,-0.23100000619888306,0.939300000667572,-0.2535000145435333,-0.23100000619888306,0.939300000667572,-0.2535000145435333,-0.23100000619888306,0.939300000667572,-0.7318999767303467,0.6101999878883362,0.3034000098705292,-0.7318999767303467,0.6101999878883362,0.3034000098705292,-0.7318999767303467,0.6101999878883362,0.3034000098705292,-0.2312999963760376,0.4869000017642975,0.8422999978065491,-0.2312999963760376,0.4869000017642975,0.8422999978065491,-0.2312999963760376,0.4869000017642975,0.8422999978065491,0.8464000225067139,-0.04699999839067459,-0.5303999781608582,0.8464000225067139,-0.04699999839067459,-0.5303999781608582,0.8464000225067139,-0.04699999839067459,-0.5303999781608582,-0.7078999876976013,-0.15039999783039093,0.6901000142097473,-0.7078999876976013,-0.15039999783039093,0.6901000142097473,-0.7078999876976013,-0.15039999783039093,0.6901000142097473,-0.17890000343322754,0.9532999992370605,-0.2433999925851822,-0.17890000343322754,0.9532999992370605,-0.2433999925851822,-0.17890000343322754,0.9532999992370605,-0.2433999925851822,-0.24819999933242798,-0.7466999888420105,0.6171000003814697,-0.24819999933242798,-0.7466999888420105,0.6171000003814697,-0.24819999933242798,-0.7466999888420105,0.6171000003814697,-0.16009999811649323,-0.8335000276565552,-0.5286999940872192,-0.16009999811649323,-0.8335000276565552,-0.5286999940872192,-0.16009999811649323,-0.8335000276565552,-0.5286999940872192,0.6640999913215637,-0.6237000226974487,-0.4124000072479248,0.6640999913215637,-0.6237000226974487,-0.4124000072479248,0.6640999913215637,-0.6237000226974487,-0.4124000072479248,0.28130000829696655,-0.6834999918937683,-0.6736000180244446,0.28130000829696655,-0.6834999918937683,-0.6736000180244446,0.28130000829696655,-0.6834999918937683,-0.6736000180244446,0.8384000062942505,0.2888999879360199,-0.46219998598098755,0.8384000062942505,0.2888999879360199,-0.46219998598098755,0.8384000062942505,0.2888999879360199,-0.46219998598098755,-0.08399999886751175,-0.31790000200271606,0.9444000124931335,-0.08399999886751175,-0.31790000200271606,0.9444000124931335,-0.08399999886751175,-0.31790000200271606,0.9444000124931335,0.16410000622272491,0.7706000208854675,0.6158999800682068,0.16410000622272491,0.7706000208854675,0.6158999800682068,0.16410000622272491,0.7706000208854675,0.6158999800682068,-0.9707000255584717,0.2282000035047531,-0.0754999965429306,-0.9707000255584717,0.2282000035047531,-0.0754999965429306,-0.9707000255584717,0.2282000035047531,-0.0754999965429306,-0.5720000267028809,0.6502000093460083,0.5,-0.5720000267028809,0.6502000093460083,0.5,-0.5720000267028809,0.6502000093460083,0.5,-0.9692000150680542,-0.07980000227689743,0.2329999953508377,-0.9692000150680542,-0.07980000227689743,0.2329999953508377,-0.9692000150680542,-0.07980000227689743,0.2329999953508377,-0.1234000027179718,0.7454000115394592,-0.6550999879837036,-0.1234000027179718,0.7454000115394592,-0.6550999879837036,-0.1234000027179718,0.7454000115394592,-0.6550999879837036,-0.9814000129699707,-0.18619999289512634,0.04619999974966049,-0.9814000129699707,-0.18619999289512634,0.04619999974966049,-0.9814000129699707,-0.18619999289512634,0.04619999974966049,-0.1396999955177307,-0.6315000057220459,-0.7627000212669373,-0.1396999955177307,-0.6315000057220459,-0.7627000212669373,-0.1396999955177307,-0.6315000057220459,-0.7627000212669373,-0.9218000173568726,-0.3828999996185303,0.061400000005960464,-0.9218000173568726,-0.3828999996185303,0.061400000005960464,-0.9218000173568726,-0.3828999996185303,0.061400000005960464,0.3100999891757965,-0.710099995136261,-0.632099986076355,0.3100999891757965,-0.710099995136261,-0.632099986076355,0.3100999891757965,-0.710099995136261,-0.632099986076355,0.5823000073432922,-0.5080999732017517,0.6345999836921692,0.5823000073432922,-0.5080999732017517,0.6345999836921692,0.5823000073432922,-0.5080999732017517,0.6345999836921692,0.8281999826431274,-0.14239999651908875,0.5419999957084656,0.8281999826431274,-0.14239999651908875,0.5419999957084656,0.8281999826431274,-0.14239999651908875,0.5419999957084656,0.8582000136375427,-0.18639999628067017,0.478300005197525,0.8582000136375427,-0.18639999628067017,0.478300005197525,0.8582000136375427,-0.18639999628067017,0.478300005197525,-0.19249999523162842,-0.49059998989105225,0.8499000072479248,-0.19249999523162842,-0.49059998989105225,0.8499000072479248,-0.19249999523162842,-0.49059998989105225,0.8499000072479248,-0.035100001841783524,0.8981999754905701,-0.4381999969482422,-0.035100001841783524,0.8981999754905701,-0.4381999969482422,-0.035100001841783524,0.8981999754905701,-0.4381999969482422,-0.42239999771118164,0.8971999883651733,-0.12919999659061432,-0.42239999771118164,0.8971999883651733,-0.12919999659061432,-0.42239999771118164,0.8971999883651733,-0.12919999659061432,0.6809999942779541,0.27129998803138733,-0.6801999807357788,0.6809999942779541,0.27129998803138733,-0.6801999807357788,0.6809999942779541,0.27129998803138733,-0.6801999807357788,-0.5963000059127808,0.7942000031471252,0.1168999969959259,-0.5963000059127808,0.7942000031471252,0.1168999969959259,-0.5963000059127808,0.7942000031471252,0.1168999969959259,-0.6362000107765198,-0.5787000060081482,-0.5102999806404114,-0.6362000107765198,-0.5787000060081482,-0.5102999806404114,-0.6362000107765198,-0.5787000060081482,-0.5102999806404114,0.8633000254631042,0.2078000009059906,-0.46000000834465027,0.8633000254631042,0.2078000009059906,-0.46000000834465027,0.8633000254631042,0.2078000009059906,-0.46000000834465027,-0.7868000268936157,-0.5830000042915344,0.20239999890327454,-0.7868000268936157,-0.5830000042915344,0.20239999890327454,-0.7868000268936157,-0.5830000042915344,0.20239999890327454,0.33719998598098755,0.9412999749183655,0.014399999752640724,0.33719998598098755,0.9412999749183655,0.014399999752640724,0.33719998598098755,0.9412999749183655,0.014399999752640724,0.11339999735355377,-0.8762000203132629,0.4683000147342682,0.11339999735355377,-0.8762000203132629,0.4683000147342682,0.11339999735355377,-0.8762000203132629,0.4683000147342682,0.9889000058174133,0.1454000025987625,0.02979999966919422,0.9889000058174133,0.1454000025987625,0.02979999966919422,0.9889000058174133,0.1454000025987625,0.02979999966919422,0.9567999839782715,0.2648000121116638,0.11990000307559967,0.9567999839782715,0.2648000121116638,0.11990000307559967,0.9567999839782715,0.2648000121116638,0.11990000307559967,-0.8389999866485596,0.2759000062942505,-0.46889999508857727,-0.8389999866485596,0.2759000062942505,-0.46889999508857727,-0.8389999866485596,0.2759000062942505,-0.46889999508857727,-0.9818999767303467,0.08709999918937683,-0.16830000281333923,-0.9818999767303467,0.08709999918937683,-0.16830000281333923,-0.9818999767303467,0.08709999918937683,-0.16830000281333923,-0.925599992275238,0.029600000008940697,0.3774000108242035,-0.925599992275238,0.029600000008940697,0.3774000108242035,-0.925599992275238,0.029600000008940697,0.3774000108242035,0.9965000152587891,-0.07090000063180923,0.04439999908208847,0.9965000152587891,-0.07090000063180923,0.04439999908208847,0.9965000152587891,-0.07090000063180923,0.04439999908208847,-0.1615999937057495,-0.5990999937057495,-0.7842000126838684,-0.1615999937057495,-0.5990999937057495,-0.7842000126838684,-0.1615999937057495,-0.5990999937057495,-0.7842000126838684,0.3138999938964844,0.8385000228881836,-0.44530001282691956,0.3138999938964844,0.8385000228881836,-0.44530001282691956,0.3138999938964844,0.8385000228881836,-0.44530001282691956,-0.31360000371932983,0.8007000088691711,-0.5105000138282776,-0.31360000371932983,0.8007000088691711,-0.5105000138282776,-0.31360000371932983,0.8007000088691711,-0.5105000138282776,0.01940000057220459,0.12409999966621399,0.9921000003814697,0.01940000057220459,0.12409999966621399,0.9921000003814697,0.01940000057220459,0.12409999966621399,0.9921000003814697,-0.011099999770522118,-0.9624999761581421,0.27090001106262207,-0.011099999770522118,-0.9624999761581421,0.27090001106262207,-0.011099999770522118,-0.9624999761581421,0.27090001106262207,0.9549999833106995,-0.20270000398159027,0.21649999916553497,0.9549999833106995,-0.20270000398159027,0.21649999916553497,0.9549999833106995,-0.20270000398159027,0.21649999916553497,-0.44780001044273376,0.5185999870300293,-0.7283999919891357,-0.44780001044273376,0.5185999870300293,-0.7283999919891357,-0.44780001044273376,0.5185999870300293,-0.7283999919891357,-0.22460000216960907,-0.45339998602867126,-0.862500011920929,-0.22460000216960907,-0.45339998602867126,-0.862500011920929,-0.22460000216960907,-0.45339998602867126,-0.862500011920929,0.18889999389648438,-0.6105999946594238,0.76910001039505,0.18889999389648438,-0.6105999946594238,0.76910001039505,0.18889999389648438,-0.6105999946594238,0.76910001039505,-0.8123999834060669,0.5665000081062317,0.13819999992847443,-0.8123999834060669,0.5665000081062317,0.13819999992847443,-0.8123999834060669,0.5665000081062317,0.13819999992847443,0.8515999913215637,0.17249999940395355,-0.4950999915599823,0.8515999913215637,0.17249999940395355,-0.4950999915599823,0.8515999913215637,0.17249999940395355,-0.4950999915599823,-0.6909999847412109,-0.7008000016212463,-0.1768999993801117,-0.6909999847412109,-0.7008000016212463,-0.1768999993801117,-0.6909999847412109,-0.7008000016212463,-0.1768999993801117,0.7146000266075134,-0.680899977684021,0.16050000488758087,0.7146000266075134,-0.680899977684021,0.16050000488758087,0.7146000266075134,-0.680899977684021,0.16050000488758087,-0.5146999955177307,-0.5464000105857849,0.6607000231742859,-0.5146999955177307,-0.5464000105857849,0.6607000231742859,-0.5146999955177307,-0.5464000105857849,0.6607000231742859,0.5023000240325928,0.8637999892234802,0.039400000125169754,0.5023000240325928,0.8637999892234802,0.039400000125169754,0.5023000240325928,0.8637999892234802,0.039400000125169754,-0.8920999765396118,0.12890000641345978,0.43309998512268066,-0.8920999765396118,0.12890000641345978,0.43309998512268066,-0.8920999765396118,0.12890000641345978,0.43309998512268066,0.5730000138282776,-0.8123999834060669,-0.10779999941587448,0.5730000138282776,-0.8123999834060669,-0.10779999941587448,0.5730000138282776,-0.8123999834060669,-0.10779999941587448,-0.6642000079154968,-0.6923999786376953,-0.28189998865127563,-0.6642000079154968,-0.6923999786376953,-0.28189998865127563,-0.6642000079154968,-0.6923999786376953,-0.28189998865127563,-0.052299998700618744,-0.9017000198364258,0.42910000681877136,-0.052299998700618744,-0.9017000198364258,0.42910000681877136,-0.052299998700618744,-0.9017000198364258,0.42910000681877136,0.263700008392334,0.8452000021934509,-0.46480000019073486,0.263700008392334,0.8452000021934509,-0.46480000019073486,0.263700008392334,0.8452000021934509,-0.46480000019073486,-0.06199999898672104,0.08889999985694885,-0.9940999746322632,-0.06199999898672104,0.08889999985694885,-0.9940999746322632,-0.06199999898672104,0.08889999985694885,-0.9940999746322632,0.5666000247001648,0.4438000023365021,0.6942999958992004,0.5666000247001648,0.4438000023365021,0.6942999958992004,0.5666000247001648,0.4438000023365021,0.6942999958992004,0.31610000133514404,0.34689998626708984,-0.8830000162124634,0.31610000133514404,0.34689998626708984,-0.8830000162124634,0.31610000133514404,0.34689998626708984,-0.8830000162124634,-0.8385000228881836,0.1826999932527542,-0.5134000182151794,-0.8385000228881836,0.1826999932527542,-0.5134000182151794,-0.8385000228881836,0.1826999932527542,-0.5134000182151794,-0.4072999954223633,0.8206999897956848,0.40059998631477356,-0.4072999954223633,0.8206999897956848,0.40059998631477356,-0.4072999954223633,0.8206999897956848,0.40059998631477356,0.7695000171661377,-0.5497000217437744,0.32510000467300415,0.7695000171661377,-0.5497000217437744,0.32510000467300415,0.7695000171661377,-0.5497000217437744,0.32510000467300415,0.9962999820709229,0.0210999995470047,0.0835999995470047,0.9962999820709229,0.0210999995470047,0.0835999995470047,0.9962999820709229,0.0210999995470047,0.0835999995470047,-0.7886999845504761,0.5654000043869019,0.24130000174045563,-0.7886999845504761,0.5654000043869019,0.24130000174045563,-0.7886999845504761,0.5654000043869019,0.24130000174045563,0.5516999959945679,-0.40560001134872437,0.7286999821662903,0.5516999959945679,-0.40560001134872437,0.7286999821662903,0.5516999959945679,-0.40560001134872437,0.7286999821662903,-0.5683000087738037,-0.4964999854564667,0.6560999751091003,-0.5683000087738037,-0.4964999854564667,0.6560999751091003,-0.5683000087738037,-0.4964999854564667,0.6560999751091003,0.19529999792575836,0.11680000275373459,0.973800003528595,0.19529999792575836,0.11680000275373459,0.973800003528595,0.19529999792575836,0.11680000275373459,0.973800003528595,-0.4124999940395355,-0.8790000081062317,0.23909999430179596,-0.4124999940395355,-0.8790000081062317,0.23909999430179596,-0.4124999940395355,-0.8790000081062317,0.23909999430179596,0.15600000321865082,-0.39010000228881836,0.9074000120162964,0.15600000321865082,-0.39010000228881836,0.9074000120162964,0.15600000321865082,-0.39010000228881836,0.9074000120162964,0.6621999740600586,-0.6539000272750854,-0.3659000098705292,0.6621999740600586,-0.6539000272750854,-0.3659000098705292,0.6621999740600586,-0.6539000272750854,-0.3659000098705292,0.6524999737739563,0.5598999857902527,0.5105999708175659,0.6524999737739563,0.5598999857902527,0.5105999708175659,0.6524999737739563,0.5598999857902527,0.5105999708175659,-0.8600999712944031,0.45890000462532043,-0.22259999811649323,-0.8600999712944031,0.45890000462532043,-0.22259999811649323,-0.8600999712944031,0.45890000462532043,-0.22259999811649323,-0.4551999866962433,-0.40549999475479126,0.7926999926567078,-0.4551999866962433,-0.40549999475479126,0.7926999926567078,-0.4551999866962433,-0.40549999475479126,0.7926999926567078,-0.7533000111579895,-0.4115000069141388,0.5130000114440918,-0.7533000111579895,-0.4115000069141388,0.5130000114440918,-0.7533000111579895,-0.4115000069141388,0.5130000114440918,0.29019999504089355,0.010400000028312206,0.9569000005722046,0.29019999504089355,0.010400000028312206,0.9569000005722046,0.29019999504089355,0.010400000028312206,0.9569000005722046,0.06109999865293503,-0.608299970626831,-0.7914000153541565,0.06109999865293503,-0.608299970626831,-0.7914000153541565,0.06109999865293503,-0.608299970626831,-0.7914000153541565,-0.8309999704360962,-0.4997999966144562,0.2443999946117401,-0.8309999704360962,-0.4997999966144562,0.2443999946117401,-0.8309999704360962,-0.4997999966144562,0.2443999946117401,-0.9639000296592712,-0.21690000593662262,0.1543000042438507,-0.9639000296592712,-0.21690000593662262,0.1543000042438507,-0.9639000296592712,-0.21690000593662262,0.1543000042438507,-0.6933000087738037,0.6843000054359436,-0.22599999606609344,-0.6933000087738037,0.6843000054359436,-0.22599999606609344,-0.6933000087738037,0.6843000054359436,-0.22599999606609344,0.7278000116348267,-0.6205000281333923,-0.2921999990940094,0.7278000116348267,-0.6205000281333923,-0.2921999990940094,0.7278000116348267,-0.6205000281333923,-0.2921999990940094,-0.794700026512146,0.5983999967575073,0.10140000283718109,-0.794700026512146,0.5983999967575073,0.10140000283718109,-0.794700026512146,0.5983999967575073,0.10140000283718109,-0.2667999863624573,-0.89410001039505,0.35989999771118164,-0.2667999863624573,-0.89410001039505,0.35989999771118164,-0.2667999863624573,-0.89410001039505,0.35989999771118164,0.40790000557899475,0.5864999890327454,0.6996999979019165,0.40790000557899475,0.5864999890327454,0.6996999979019165,0.40790000557899475,0.5864999890327454,0.6996999979019165,-0.17350000143051147,0.8478000164031982,-0.5011000037193298,-0.17350000143051147,0.8478000164031982,-0.5011000037193298,-0.17350000143051147,0.8478000164031982,-0.5011000037193298,-0.8888999819755554,0.34619998931884766,-0.3000999987125397,-0.8888999819755554,0.34619998931884766,-0.3000999987125397,-0.8888999819755554,0.34619998931884766,-0.3000999987125397,0.8511000275611877,-0.5246999859809875,0.01600000075995922,0.8511000275611877,-0.5246999859809875,0.01600000075995922,0.8511000275611877,-0.5246999859809875,0.01600000075995922,0.37130001187324524,0.5893999934196472,-0.7174000144004822,0.37130001187324524,0.5893999934196472,-0.7174000144004822,0.37130001187324524,0.5893999934196472,-0.7174000144004822,0.3889000117778778,0.21130000054836273,0.8967000246047974,0.3889000117778778,0.21130000054836273,0.8967000246047974,0.3889000117778778,0.21130000054836273,0.8967000246047974,-0.39719998836517334,-0.026599999517202377,0.9174000024795532,-0.39719998836517334,-0.026599999517202377,0.9174000024795532,-0.39719998836517334,-0.026599999517202377,0.9174000024795532,0.8012999892234802,-0.588100016117096,-0.10989999771118164,0.8012999892234802,-0.588100016117096,-0.10989999771118164,0.8012999892234802,-0.588100016117096,-0.10989999771118164,0.02539999969303608,0.09860000014305115,-0.9947999715805054,0.02539999969303608,0.09860000014305115,-0.9947999715805054,0.02539999969303608,0.09860000014305115,-0.9947999715805054,-0.513700008392334,-0.8467000126838684,-0.13850000500679016,-0.513700008392334,-0.8467000126838684,-0.13850000500679016,-0.513700008392334,-0.8467000126838684,-0.13850000500679016,-0.14190000295639038,0.6507999897003174,-0.7458999752998352,-0.14190000295639038,0.6507999897003174,-0.7458999752998352,-0.14190000295639038,0.6507999897003174,-0.7458999752998352,-0.9994000196456909,-0.0340999998152256,0.009399999864399433,-0.9994000196456909,-0.0340999998152256,0.009399999864399433,-0.9994000196456909,-0.0340999998152256,0.009399999864399433,0.9901999831199646,-0.13529999554157257,0.03449999913573265,0.9901999831199646,-0.13529999554157257,0.03449999913573265,0.9901999831199646,-0.13529999554157257,0.03449999913573265,-0.398499995470047,-0.558899998664856,-0.7271999716758728,-0.398499995470047,-0.558899998664856,-0.7271999716758728,-0.398499995470047,-0.558899998664856,-0.7271999716758728,0.4185999929904938,0.7265999913215637,0.544700026512146,0.4185999929904938,0.7265999913215637,0.544700026512146,0.4185999929904938,0.7265999913215637,0.544700026512146,-0.053199999034404755,0.7202000021934509,0.6916999816894531,-0.053199999034404755,0.7202000021934509,0.6916999816894531,-0.053199999034404755,0.7202000021934509,0.6916999816894531,0.7303000092506409,-0.6823999881744385,0.0333000011742115,0.7303000092506409,-0.6823999881744385,0.0333000011742115,0.7303000092506409,-0.6823999881744385,0.0333000011742115,0.46239998936653137,0.48179998993873596,0.7443000078201294,0.46239998936653137,0.48179998993873596,0.7443000078201294,0.46239998936653137,0.48179998993873596,0.7443000078201294,-0.35339999198913574,0.7290999889373779,-0.5860999822616577,-0.35339999198913574,0.7290999889373779,-0.5860999822616577,-0.35339999198913574,0.7290999889373779,-0.5860999822616577,0.272599995136261,-0.16769999265670776,0.9473999738693237,0.272599995136261,-0.16769999265670776,0.9473999738693237,0.272599995136261,-0.16769999265670776,0.9473999738693237,-0.6244000196456909,0.4747999906539917,-0.620199978351593,-0.6244000196456909,0.4747999906539917,-0.620199978351593,-0.6244000196456909,0.4747999906539917,-0.620199978351593,0.07890000194311142,-0.6693999767303467,0.7386999726295471,0.07890000194311142,-0.6693999767303467,0.7386999726295471,0.07890000194311142,-0.6693999767303467,0.7386999726295471,0.09860000014305115,0.9843000173568726,0.14659999310970306,0.09860000014305115,0.9843000173568726,0.14659999310970306,0.09860000014305115,0.9843000173568726,0.14659999310970306,0.29190000891685486,-0.5683000087738037,0.7692999839782715,0.29190000891685486,-0.5683000087738037,0.7692999839782715,0.29190000891685486,-0.5683000087738037,0.7692999839782715,-0.3107999861240387,-0.7684999704360962,-0.5594000220298767,-0.3107999861240387,-0.7684999704360962,-0.5594000220298767,-0.3107999861240387,-0.7684999704360962,-0.5594000220298767,-0.09570000320672989,-0.5097000002861023,0.8550000190734863,-0.09570000320672989,-0.5097000002861023,0.8550000190734863,-0.09570000320672989,-0.5097000002861023,0.8550000190734863,0.9815000295639038,-0.0820000022649765,-0.1728000044822693,0.9815000295639038,-0.0820000022649765,-0.1728000044822693,0.9815000295639038,-0.0820000022649765,-0.1728000044822693,-0.7633000016212463,-0.28760001063346863,-0.578499972820282,-0.7633000016212463,-0.28760001063346863,-0.578499972820282,-0.7633000016212463,-0.28760001063346863,-0.578499972820282,-0.29499998688697815,-0.12139999866485596,0.9477999806404114,-0.29499998688697815,-0.12139999866485596,0.9477999806404114,-0.29499998688697815,-0.12139999866485596,0.9477999806404114,0.8285999894142151,0.1851000040769577,-0.5282999873161316,0.8285999894142151,0.1851000040769577,-0.5282999873161316,0.8285999894142151,0.1851000040769577,-0.5282999873161316,-0.3806999921798706,0.2793999910354614,-0.8815000057220459,-0.3806999921798706,0.2793999910354614,-0.8815000057220459,-0.3806999921798706,0.2793999910354614,-0.8815000057220459,-0.44130000472068787,-0.38679999113082886,-0.8098000288009644,-0.44130000472068787,-0.38679999113082886,-0.8098000288009644,-0.44130000472068787,-0.38679999113082886,-0.8098000288009644,0.5895000100135803,-0.7394000291824341,-0.32519999146461487,0.5895000100135803,-0.7394000291824341,-0.32519999146461487,0.5895000100135803,-0.7394000291824341,-0.32519999146461487,0.5342000126838684,-0.8445000052452087,0.03880000114440918,0.5342000126838684,-0.8445000052452087,0.03880000114440918,0.5342000126838684,-0.8445000052452087,0.03880000114440918,0.9818999767303467,0.031700000166893005,0.18649999797344208,0.9818999767303467,0.031700000166893005,0.18649999797344208,0.9818999767303467,0.031700000166893005,0.18649999797344208,0.6450999975204468,-0.30480000376701355,-0.7006000280380249,0.6450999975204468,-0.30480000376701355,-0.7006000280380249,0.6450999975204468,-0.30480000376701355,-0.7006000280380249,-0.0024999999441206455,0.9753999710083008,0.22050000727176666,-0.0024999999441206455,0.9753999710083008,0.22050000727176666,-0.0024999999441206455,0.9753999710083008,0.22050000727176666,-0.6055999994277954,0.02410000003874302,-0.7954000234603882,-0.6055999994277954,0.02410000003874302,-0.7954000234603882,-0.6055999994277954,0.02410000003874302,-0.7954000234603882,0.9519000053405762,0.25929999351501465,0.16300000250339508,0.9519000053405762,0.25929999351501465,0.16300000250339508,0.9519000053405762,0.25929999351501465,0.16300000250339508,-0.8694000244140625,0.48260000348091125,-0.10580000281333923,-0.8694000244140625,0.48260000348091125,-0.10580000281333923,-0.8694000244140625,0.48260000348091125,-0.10580000281333923,-0.8616999983787537,0.5033000111579895,0.06449999660253525,-0.8616999983787537,0.5033000111579895,0.06449999660253525,-0.8616999983787537,0.5033000111579895,0.06449999660253525,0.8517000079154968,-0.4316999912261963,0.296999990940094,0.8517000079154968,-0.4316999912261963,0.296999990940094,0.8517000079154968,-0.4316999912261963,0.296999990940094,-0.7651000022888184,0.5656999945640564,-0.3073999881744385,-0.7651000022888184,0.5656999945640564,-0.3073999881744385,-0.7651000022888184,0.5656999945640564,-0.3073999881744385,-0.7961000204086304,0.23070000112056732,0.559499979019165,-0.7961000204086304,0.23070000112056732,0.559499979019165,-0.7961000204086304,0.23070000112056732,0.559499979019165,-0.45719999074935913,-0.5946999788284302,0.661300003528595,-0.45719999074935913,-0.5946999788284302,0.661300003528595,-0.45719999074935913,-0.5946999788284302,0.661300003528595,0.23319999873638153,0.8949999809265137,-0.38029998540878296,0.23319999873638153,0.8949999809265137,-0.38029998540878296,0.23319999873638153,0.8949999809265137,-0.38029998540878296,-0.016899999231100082,0.9329000115394592,-0.3596999943256378,-0.016899999231100082,0.9329000115394592,-0.3596999943256378,-0.016899999231100082,0.9329000115394592,-0.3596999943256378,0.6790000200271606,-0.6815999746322632,0.2727000117301941,0.6790000200271606,-0.6815999746322632,0.2727000117301941,0.6790000200271606,-0.6815999746322632,0.2727000117301941,-0.48969998955726624,-0.148499995470047,-0.8590999841690063,-0.48969998955726624,-0.148499995470047,-0.8590999841690063,-0.48969998955726624,-0.148499995470047,-0.8590999841690063,0.15330000221729279,-0.9717000126838684,-0.17980000376701355,0.15330000221729279,-0.9717000126838684,-0.17980000376701355,0.15330000221729279,-0.9717000126838684,-0.17980000376701355,0.996399998664856,0.03220000118017197,-0.0786999985575676,0.996399998664856,0.03220000118017197,-0.0786999985575676,0.996399998664856,0.03220000118017197,-0.0786999985575676,0.7961000204086304,-0.576200008392334,0.18490000069141388,0.7961000204086304,-0.576200008392334,0.18490000069141388,0.7961000204086304,-0.576200008392334,0.18490000069141388,-0.48829999566078186,0.7807999849319458,-0.3898000121116638,-0.48829999566078186,0.7807999849319458,-0.3898000121116638,-0.48829999566078186,0.7807999849319458,-0.3898000121116638,-0.6682000160217285,0.6833000183105469,0.29429998993873596,-0.6682000160217285,0.6833000183105469,0.29429998993873596,-0.6682000160217285,0.6833000183105469,0.29429998993873596,0.4650000035762787,-0.7703999876976013,0.43619999289512634,0.4650000035762787,-0.7703999876976013,0.43619999289512634,0.4650000035762787,-0.7703999876976013,0.43619999289512634,0.5317999720573425,-0.37310001254081726,0.760200023651123,0.5317999720573425,-0.37310001254081726,0.760200023651123,0.5317999720573425,-0.37310001254081726,0.760200023651123,-0.3589000105857849,-0.8374999761581421,0.4120999872684479,-0.3589000105857849,-0.8374999761581421,0.4120999872684479,-0.3589000105857849,-0.8374999761581421,0.4120999872684479,0.9966999888420105,0.059700001031160355,-0.05469999834895134,0.9966999888420105,0.059700001031160355,-0.05469999834895134,0.9966999888420105,0.059700001031160355,-0.05469999834895134,0.8111000061035156,0.5378000140190125,0.23000000417232513,0.8111000061035156,0.5378000140190125,0.23000000417232513,0.8111000061035156,0.5378000140190125,0.23000000417232513,-0.7991999983787537,0.17800000309944153,0.5740000009536743,-0.7991999983787537,0.17800000309944153,0.5740000009536743,-0.7991999983787537,0.17800000309944153,0.5740000009536743,0.7013999819755554,-0.6363999843597412,-0.32089999318122864,0.7013999819755554,-0.6363999843597412,-0.32089999318122864,0.7013999819755554,-0.6363999843597412,-0.32089999318122864,-0.19529999792575836,-0.5866000056266785,-0.7860000133514404,-0.19529999792575836,-0.5866000056266785,-0.7860000133514404,-0.19529999792575836,-0.5866000056266785,-0.7860000133514404,0.008200000040233135,0.25699999928474426,-0.9664000272750854,0.008200000040233135,0.25699999928474426,-0.9664000272750854,0.008200000040233135,0.25699999928474426,-0.9664000272750854,0.48500001430511475,0.8449000120162964,-0.22579999268054962,0.48500001430511475,0.8449000120162964,-0.22579999268054962,0.48500001430511475,0.8449000120162964,-0.22579999268054962,0.057100001722574234,-0.6660000085830688,0.7437000274658203,0.057100001722574234,-0.6660000085830688,0.7437000274658203,0.057100001722574234,-0.6660000085830688,0.7437000274658203,-0.1868000030517578,0.9593999981880188,-0.21130000054836273,-0.1868000030517578,0.9593999981880188,-0.21130000054836273,-0.1868000030517578,0.9593999981880188,-0.21130000054836273,0.05790000036358833,0.9914000034332275,0.11720000207424164,0.05790000036358833,0.9914000034332275,0.11720000207424164,0.05790000036358833,0.9914000034332275,0.11720000207424164,-0.21490000188350677,-0.2603999972343445,0.9412999749183655,-0.21490000188350677,-0.2603999972343445,0.9412999749183655,-0.21490000188350677,-0.2603999972343445,0.9412999749183655,0.6158999800682068,0.7519999742507935,-0.23489999771118164,0.6158999800682068,0.7519999742507935,-0.23489999771118164,0.6158999800682068,0.7519999742507935,-0.23489999771118164,-0.05829999968409538,-0.9634000062942505,-0.26159998774528503,-0.05829999968409538,-0.9634000062942505,-0.26159998774528503,-0.05829999968409538,-0.9634000062942505,-0.26159998774528503,0.939300000667572,-0.050999999046325684,0.3393999934196472,0.939300000667572,-0.050999999046325684,0.3393999934196472,0.939300000667572,-0.050999999046325684,0.3393999934196472,-0.994700014591217,0.05339999869465828,0.08839999884366989,-0.994700014591217,0.05339999869465828,0.08839999884366989,-0.994700014591217,0.05339999869465828,0.08839999884366989,0.06129999831318855,-0.9939000010490417,0.09200000017881393,0.06129999831318855,-0.9939000010490417,0.09200000017881393,0.06129999831318855,-0.9939000010490417,0.09200000017881393,0.5181999802589417,0.7896000146865845,0.3287999927997589,0.5181999802589417,0.7896000146865845,0.3287999927997589,0.5181999802589417,0.7896000146865845,0.3287999927997589,0.03060000017285347,-0.9323999881744385,-0.3601999878883362,0.03060000017285347,-0.9323999881744385,-0.3601999878883362,0.03060000017285347,-0.9323999881744385,-0.3601999878883362,-0.9420999884605408,0.2084999978542328,-0.26260000467300415,-0.9420999884605408,0.2084999978542328,-0.26260000467300415,-0.9420999884605408,0.2084999978542328,-0.26260000467300415,0.3481000065803528,-0.5717999935150146,0.742900013923645,0.3481000065803528,-0.5717999935150146,0.742900013923645,0.3481000065803528,-0.5717999935150146,0.742900013923645,-0.2797999978065491,-0.9193000197410583,0.2768000066280365,-0.2797999978065491,-0.9193000197410583,0.2768000066280365,-0.2797999978065491,-0.9193000197410583,0.2768000066280365,-0.9449999928474426,0.05920000001788139,0.32170000672340393,-0.9449999928474426,0.05920000001788139,0.32170000672340393,-0.9449999928474426,0.05920000001788139,0.32170000672340393,0.551800012588501,0.8335999846458435,0.025299999862909317,0.551800012588501,0.8335999846458435,0.025299999862909317,0.551800012588501,0.8335999846458435,0.025299999862909317,-0.8805999755859375,-0.3246999979019165,-0.3452000021934509,-0.8805999755859375,-0.3246999979019165,-0.3452000021934509,-0.8805999755859375,-0.3246999979019165,-0.3452000021934509,0.19329999387264252,0.5766000151634216,0.7937999963760376,0.19329999387264252,0.5766000151634216,0.7937999963760376,0.19329999387264252,0.5766000151634216,0.7937999963760376,-0.3529999852180481,-0.9301999807357788,0.10050000250339508,-0.3529999852180481,-0.9301999807357788,0.10050000250339508,-0.3529999852180481,-0.9301999807357788,0.10050000250339508,-0.3684000074863434,0.8894000053405762,-0.2705000042915344,-0.3684000074863434,0.8894000053405762,-0.2705000042915344,-0.3684000074863434,0.8894000053405762,-0.2705000042915344,-0.6133000254631042,-0.1809999942779541,0.7688000202178955,-0.6133000254631042,-0.1809999942779541,0.7688000202178955,-0.6133000254631042,-0.1809999942779541,0.7688000202178955,0.5703999996185303,-0.4226999878883362,0.7042999863624573,0.5703999996185303,-0.4226999878883362,0.7042999863624573,0.5703999996185303,-0.4226999878883362,0.7042999863624573,0.5203999876976013,-0.8248000144958496,0.22100000083446503,0.5203999876976013,-0.8248000144958496,0.22100000083446503,0.5203999876976013,-0.8248000144958496,0.22100000083446503,0.7059999704360962,0.11180000007152557,0.699400007724762,0.7059999704360962,0.11180000007152557,0.699400007724762,0.7059999704360962,0.11180000007152557,0.699400007724762,-0.6796000003814697,0.36660000681877136,-0.6353999972343445,-0.6796000003814697,0.36660000681877136,-0.6353999972343445,-0.6796000003814697,0.36660000681877136,-0.6353999972343445,-0.5573999881744385,0.44519999623298645,-0.7008000016212463,-0.5573999881744385,0.44519999623298645,-0.7008000016212463,-0.5573999881744385,0.44519999623298645,-0.7008000016212463,-0.9129999876022339,-0.37400001287460327,0.16300000250339508,-0.9129999876022339,-0.37400001287460327,0.16300000250339508,-0.9129999876022339,-0.37400001287460327,0.16300000250339508,0.6739000082015991,0.4262999892234802,-0.6033999919891357,0.6739000082015991,0.4262999892234802,-0.6033999919891357,0.6739000082015991,0.4262999892234802,-0.6033999919891357,0.9785000085830688,-0.016300000250339508,0.20569999516010284,0.9785000085830688,-0.016300000250339508,0.20569999516010284,0.9785000085830688,-0.016300000250339508,0.20569999516010284,-0.0729999989271164,0.8694999814033508,-0.4885999858379364,-0.0729999989271164,0.8694999814033508,-0.4885999858379364,-0.0729999989271164,0.8694999814033508,-0.4885999858379364,-0.9125999808311462,0.25540000200271606,0.3192000091075897,-0.9125999808311462,0.25540000200271606,0.3192000091075897,-0.9125999808311462,0.25540000200271606,0.3192000091075897,0.6309000253677368,0.7013000249862671,0.33180001378059387,0.6309000253677368,0.7013000249862671,0.33180001378059387,0.6309000253677368,0.7013000249862671,0.33180001378059387,0.6207000017166138,0.299699991941452,-0.7245000004768372,0.6207000017166138,0.299699991941452,-0.7245000004768372,0.6207000017166138,0.299699991941452,-0.7245000004768372,0.8217999935150146,-0.5217999815940857,0.22869999706745148,0.8217999935150146,-0.5217999815940857,0.22869999706745148,0.8217999935150146,-0.5217999815940857,0.22869999706745148,-0.025699999183416367,-0.8334000110626221,0.5519999861717224,-0.025699999183416367,-0.8334000110626221,0.5519999861717224,-0.025699999183416367,-0.8334000110626221,0.5519999861717224,0.0851999968290329,0.13860000669956207,0.9866999983787537,0.0851999968290329,0.13860000669956207,0.9866999983787537,0.0851999968290329,0.13860000669956207,0.9866999983787537,0.5841000080108643,0.026799999177455902,0.8112000226974487,0.5841000080108643,0.026799999177455902,0.8112000226974487,0.5841000080108643,0.026799999177455902,0.8112000226974487,-0.6243000030517578,0.3474999964237213,0.6995999813079834,-0.6243000030517578,0.3474999964237213,0.6995999813079834,-0.6243000030517578,0.3474999964237213,0.6995999813079834,0.09570000320672989,0.9394999742507935,0.3287999927997589,0.09570000320672989,0.9394999742507935,0.3287999927997589,0.09570000320672989,0.9394999742507935,0.3287999927997589,0.3425999879837036,-0.8766000270843506,0.337799996137619,0.3425999879837036,-0.8766000270843506,0.337799996137619,0.3425999879837036,-0.8766000270843506,0.337799996137619,0.26989999413490295,0.9620000123977661,-0.041099999099969864,0.26989999413490295,0.9620000123977661,-0.041099999099969864,0.26989999413490295,0.9620000123977661,-0.041099999099969864,0.28700000047683716,-0.8797000050544739,0.3790999948978424,0.28700000047683716,-0.8797000050544739,0.3790999948978424,0.28700000047683716,-0.8797000050544739,0.3790999948978424,0.7091000080108643,-0.3939000070095062,-0.5848000049591064,0.7091000080108643,-0.3939000070095062,-0.5848000049591064,0.7091000080108643,-0.3939000070095062,-0.5848000049591064,-0.803600013256073,-0.07090000063180923,0.5909000039100647,-0.803600013256073,-0.07090000063180923,0.5909000039100647,-0.803600013256073,-0.07090000063180923,0.5909000039100647,0.9926999807357788,-0.03660000115633011,0.11509999632835388,0.9926999807357788,-0.03660000115633011,0.11509999632835388,0.9926999807357788,-0.03660000115633011,0.11509999632835388,0.1597999930381775,0.677299976348877,0.7181000113487244,0.1597999930381775,0.677299976348877,0.7181000113487244,0.1597999930381775,0.677299976348877,0.7181000113487244,-0.5967000126838684,0.7558000087738037,-0.2694999873638153,-0.5967000126838684,0.7558000087738037,-0.2694999873638153,-0.5967000126838684,0.7558000087738037,-0.2694999873638153,-0.9890999794006348,-0.14569999277591705,0.021299999207258224,-0.9890999794006348,-0.14569999277591705,0.021299999207258224,-0.9890999794006348,-0.14569999277591705,0.021299999207258224,0.08410000056028366,-0.9965000152587891,-0.0019000000320374966,0.08410000056028366,-0.9965000152587891,-0.0019000000320374966,0.08410000056028366,-0.9965000152587891,-0.0019000000320374966,0.23270000517368317,-0.8819000124931335,0.4099000096321106,0.23270000517368317,-0.8819000124931335,0.4099000096321106,0.23270000517368317,-0.8819000124931335,0.4099000096321106,-0.8585000038146973,-0.49549999833106995,-0.13220000267028809,-0.8585000038146973,-0.49549999833106995,-0.13220000267028809,-0.8585000038146973,-0.49549999833106995,-0.13220000267028809,-0.4659999907016754,0.6836000084877014,-0.5616999864578247,-0.4659999907016754,0.6836000084877014,-0.5616999864578247,-0.4659999907016754,0.6836000084877014,-0.5616999864578247,0.05820000171661377,0.35659998655319214,-0.9323999881744385,0.05820000171661377,0.35659998655319214,-0.9323999881744385,0.05820000171661377,0.35659998655319214,-0.9323999881744385,-0.67330002784729,0.5458999872207642,-0.4986000061035156,-0.67330002784729,0.5458999872207642,-0.4986000061035156,-0.67330002784729,0.5458999872207642,-0.4986000061035156,-0.9990000128746033,-0.040800001472234726,0.020800000056624413,-0.9990000128746033,-0.040800001472234726,0.020800000056624413,-0.9990000128746033,-0.040800001472234726,0.020800000056624413,0.3028999865055084,0.39500001072883606,0.8672999739646912,0.3028999865055084,0.39500001072883606,0.8672999739646912,0.3028999865055084,0.39500001072883606,0.8672999739646912,-0.12470000237226486,-0.9751999974250793,-0.18279999494552612,-0.12470000237226486,-0.9751999974250793,-0.18279999494552612,-0.12470000237226486,-0.9751999974250793,-0.18279999494552612,-0.7739999890327454,-0.2500999867916107,-0.5817000269889832,-0.7739999890327454,-0.2500999867916107,-0.5817000269889832,-0.7739999890327454,-0.2500999867916107,-0.5817000269889832,0.21410000324249268,0.9243999719619751,-0.3156999945640564,0.21410000324249268,0.9243999719619751,-0.3156999945640564,0.21410000324249268,0.9243999719619751,-0.3156999945640564,-0.3953000009059906,0.7049000263214111,-0.5889999866485596,-0.3953000009059906,0.7049000263214111,-0.5889999866485596,-0.3953000009059906,0.7049000263214111,-0.5889999866485596,-0.8105000257492065,0.5103999972343445,0.2874000072479248,-0.8105000257492065,0.5103999972343445,0.2874000072479248,-0.8105000257492065,0.5103999972343445,0.2874000072479248,0.8029000163078308,0.3262999951839447,-0.49889999628067017,0.8029000163078308,0.3262999951839447,-0.49889999628067017,0.8029000163078308,0.3262999951839447,-0.49889999628067017,0.6865000128746033,-0.23360000550746918,-0.6886000037193298,0.6865000128746033,-0.23360000550746918,-0.6886000037193298,0.6865000128746033,-0.23360000550746918,-0.6886000037193298,-0.6121000051498413,0.18619999289512634,-0.7685999870300293,-0.6121000051498413,0.18619999289512634,-0.7685999870300293,-0.6121000051498413,0.18619999289512634,-0.7685999870300293,-0.4693000018596649,0.23899999260902405,0.8500999808311462,-0.4693000018596649,0.23899999260902405,0.8500999808311462,-0.4693000018596649,0.23899999260902405,0.8500999808311462,0.3833000063896179,0.5203999876976013,0.7631000280380249,0.3833000063896179,0.5203999876976013,0.7631000280380249,0.3833000063896179,0.5203999876976013,0.7631000280380249,0.17589999735355377,0.8253999948501587,-0.5364000201225281,0.17589999735355377,0.8253999948501587,-0.5364000201225281,0.17589999735355377,0.8253999948501587,-0.5364000201225281,0.9253000020980835,-0.37689998745918274,-0.04309999942779541,0.9253000020980835,-0.37689998745918274,-0.04309999942779541,0.9253000020980835,-0.37689998745918274,-0.04309999942779541,-0.09160000085830688,0.38100001215934753,-0.9200000166893005,-0.09160000085830688,0.38100001215934753,-0.9200000166893005,-0.09160000085830688,0.38100001215934753,-0.9200000166893005,-0.2870999872684479,-0.7901999950408936,0.5414000153541565,-0.2870999872684479,-0.7901999950408936,0.5414000153541565,-0.2870999872684479,-0.7901999950408936,0.5414000153541565,-0.8077999949455261,-0.195700004696846,-0.5559999942779541,-0.8077999949455261,-0.195700004696846,-0.5559999942779541,-0.8077999949455261,-0.195700004696846,-0.5559999942779541,0.7042999863624573,-0.7067999839782715,-0.06620000302791595,0.7042999863624573,-0.7067999839782715,-0.06620000302791595,0.7042999863624573,-0.7067999839782715,-0.06620000302791595,0.6075999736785889,-0.7013999819755554,0.3725999891757965,0.6075999736785889,-0.7013999819755554,0.3725999891757965,0.6075999736785889,-0.7013999819755554,0.3725999891757965,-0.11140000075101852,-0.9196000099182129,-0.3765999972820282,-0.11140000075101852,-0.9196000099182129,-0.3765999972820282,-0.11140000075101852,-0.9196000099182129,-0.3765999972820282,-0.39989998936653137,-0.43700000643730164,-0.8057000041007996,-0.39989998936653137,-0.43700000643730164,-0.8057000041007996,-0.39989998936653137,-0.43700000643730164,-0.8057000041007996,0.8162000179290771,0.5734000205993652,-0.07100000232458115,0.8162000179290771,0.5734000205993652,-0.07100000232458115,0.8162000179290771,0.5734000205993652,-0.07100000232458115,0.058400001376867294,-0.7782999873161316,0.6251999735832214,0.058400001376867294,-0.7782999873161316,0.6251999735832214,0.058400001376867294,-0.7782999873161316,0.6251999735832214,0.05130000039935112,0.11320000141859055,0.9922000169754028,0.05130000039935112,0.11320000141859055,0.9922000169754028,0.05130000039935112,0.11320000141859055,0.9922000169754028,0.8855999708175659,0.2362000048160553,-0.4000000059604645,0.8855999708175659,0.2362000048160553,-0.4000000059604645,0.8855999708175659,0.2362000048160553,-0.4000000059604645,0.9041000008583069,-0.09300000220537186,0.4169999957084656,0.9041000008583069,-0.09300000220537186,0.4169999957084656,0.9041000008583069,-0.09300000220537186,0.4169999957084656,-0.2761000096797943,0.8305000066757202,-0.4837000072002411,-0.2761000096797943,0.8305000066757202,-0.4837000072002411,-0.2761000096797943,0.8305000066757202,-0.4837000072002411,0.04809999838471413,-0.1535000056028366,0.9869999885559082,0.04809999838471413,-0.1535000056028366,0.9869999885559082,0.04809999838471413,-0.1535000056028366,0.9869999885559082,0.8201000094413757,-0.0763000026345253,-0.5669999718666077,0.8201000094413757,-0.0763000026345253,-0.5669999718666077,0.8201000094413757,-0.0763000026345253,-0.5669999718666077,-0.5013999938964844,0.7218999862670898,-0.47690001130104065,-0.5013999938964844,0.7218999862670898,-0.47690001130104065,-0.5013999938964844,0.7218999862670898,-0.47690001130104065,-0.8443999886512756,0.08879999816417694,-0.5284000039100647,-0.8443999886512756,0.08879999816417694,-0.5284000039100647,-0.8443999886512756,0.08879999816417694,-0.5284000039100647,0.5716000199317932,0.7695000171661377,0.2847999930381775,0.5716000199317932,0.7695000171661377,0.2847999930381775,0.5716000199317932,0.7695000171661377,0.2847999930381775,0.9501000046730042,-0.2624000012874603,0.16869999468326569,0.9501000046730042,-0.2624000012874603,0.16869999468326569,0.9501000046730042,-0.2624000012874603,0.16869999468326569,-0.12600000202655792,0.9912999868392944,-0.03889999911189079,-0.12600000202655792,0.9912999868392944,-0.03889999911189079,-0.12600000202655792,0.9912999868392944,-0.03889999911189079,0.8482000231742859,0.09000000357627869,0.5220000147819519,0.8482000231742859,0.09000000357627869,0.5220000147819519,0.8482000231742859,0.09000000357627869,0.5220000147819519,-0.17309999465942383,0.7896999716758728,-0.5885999798774719,-0.17309999465942383,0.7896999716758728,-0.5885999798774719,-0.17309999465942383,0.7896999716758728,-0.5885999798774719,-0.8029000163078308,0.3262999951839447,-0.49889999628067017,-0.8029000163078308,0.3262999951839447,-0.49889999628067017,-0.8029000163078308,0.3262999951839447,-0.49889999628067017,0.265500009059906,-0.40549999475479126,-0.8747000098228455,0.265500009059906,-0.40549999475479126,-0.8747000098228455,0.265500009059906,-0.40549999475479126,-0.8747000098228455,0.04910000041127205,0.6448000073432922,-0.7627999782562256,0.04910000041127205,0.6448000073432922,-0.7627999782562256,0.04910000041127205,0.6448000073432922,-0.7627999782562256,0.9887999892234802,-0.04170000180602074,-0.1436000019311905,0.9887999892234802,-0.04170000180602074,-0.1436000019311905,0.9887999892234802,-0.04170000180602074,-0.1436000019311905,0.8766000270843506,-0.3815000057220459,0.29330000281333923,0.8766000270843506,-0.3815000057220459,0.29330000281333923,0.8766000270843506,-0.3815000057220459,0.29330000281333923,0.7330999970436096,0.6801999807357788,-0.0034000000450760126,0.7330999970436096,0.6801999807357788,-0.0034000000450760126,0.7330999970436096,0.6801999807357788,-0.0034000000450760126,-0.22179999947547913,0.9609000086784363,0.16590000689029694,-0.22179999947547913,0.9609000086784363,0.16590000689029694,-0.22179999947547913,0.9609000086784363,0.16590000689029694,-0.8432000279426575,-0.5202999711036682,0.13490000367164612,-0.8432000279426575,-0.5202999711036682,0.13490000367164612,-0.8432000279426575,-0.5202999711036682,0.13490000367164612,-0.21789999306201935,-0.9642999768257141,-0.15060000121593475,-0.21789999306201935,-0.9642999768257141,-0.15060000121593475,-0.21789999306201935,-0.9642999768257141,-0.15060000121593475,-0.4731000065803528,0.09179999679327011,-0.8762000203132629,-0.4731000065803528,0.09179999679327011,-0.8762000203132629,-0.4731000065803528,0.09179999679327011,-0.8762000203132629,0.4772999882698059,0.42559999227523804,0.7688000202178955,0.4772999882698059,0.42559999227523804,0.7688000202178955,0.4772999882698059,0.42559999227523804,0.7688000202178955,-0.5034000277519226,0.8029999732971191,0.3190999925136566,-0.5034000277519226,0.8029999732971191,0.3190999925136566,-0.5034000277519226,0.8029999732971191,0.3190999925136566,0.47290000319480896,-0.7091000080108643,0.5230000019073486,0.47290000319480896,-0.7091000080108643,0.5230000019073486,0.47290000319480896,-0.7091000080108643,0.5230000019073486,-0.05290000140666962,-0.59579998254776,0.8014000058174133,-0.05290000140666962,-0.59579998254776,0.8014000058174133,-0.05290000140666962,-0.59579998254776,0.8014000058174133,0.6424000263214111,0.6191999912261963,-0.4514999985694885,0.6424000263214111,0.6191999912261963,-0.4514999985694885,0.6424000263214111,0.6191999912261963,-0.4514999985694885,-0.9079999923706055,0.27630001306533813,0.3149000108242035,-0.9079999923706055,0.27630001306533813,0.3149000108242035,-0.9079999923706055,0.27630001306533813,0.3149000108242035,-0.8116999864578247,-0.5828999876976013,-0.03700000047683716,-0.8116999864578247,-0.5828999876976013,-0.03700000047683716,-0.8116999864578247,-0.5828999876976013,-0.03700000047683716,-0.003000000026077032,-0.9714999794960022,0.23690000176429749,-0.003000000026077032,-0.9714999794960022,0.23690000176429749,-0.003000000026077032,-0.9714999794960022,0.23690000176429749,0.08609999716281891,0.9771999716758728,-0.19429999589920044,0.08609999716281891,0.9771999716758728,-0.19429999589920044,0.08609999716281891,0.9771999716758728,-0.19429999589920044,0.9851999878883362,0.13040000200271606,-0.11110000312328339,0.9851999878883362,0.13040000200271606,-0.11110000312328339,0.9851999878883362,0.13040000200271606,-0.11110000312328339,-0.8984000086784363,-0.1145000010728836,-0.42399999499320984,-0.8984000086784363,-0.1145000010728836,-0.42399999499320984,-0.8984000086784363,-0.1145000010728836,-0.42399999499320984,-0.883400022983551,-0.3003999888896942,-0.3598000109195709,-0.883400022983551,-0.3003999888896942,-0.3598000109195709,-0.883400022983551,-0.3003999888896942,-0.3598000109195709,-0.1492999941110611,0.1597999930381775,0.9757999777793884,-0.1492999941110611,0.1597999930381775,0.9757999777793884,-0.1492999941110611,0.1597999930381775,0.9757999777793884,0.45680001378059387,0.3089999854564667,-0.8342000246047974,0.45680001378059387,0.3089999854564667,-0.8342000246047974,0.45680001378059387,0.3089999854564667,-0.8342000246047974,-0.4065999984741211,0.5920000076293945,0.695900022983551,-0.4065999984741211,0.5920000076293945,0.695900022983551,-0.4065999984741211,0.5920000076293945,0.695900022983551,0.33329999446868896,0.7475000023841858,-0.5745999813079834,0.33329999446868896,0.7475000023841858,-0.5745999813079834,0.33329999446868896,0.7475000023841858,-0.5745999813079834,0.38499999046325684,-0.9189000129699707,-0.08569999784231186,0.38499999046325684,-0.9189000129699707,-0.08569999784231186,0.38499999046325684,-0.9189000129699707,-0.08569999784231186,0.14169999957084656,-0.9692999720573425,0.20090000331401825,0.14169999957084656,-0.9692999720573425,0.20090000331401825,0.14169999957084656,-0.9692999720573425,0.20090000331401825,0.13740000128746033,0.31450000405311584,0.939300000667572,0.13740000128746033,0.31450000405311584,0.939300000667572,0.13740000128746033,0.31450000405311584,0.939300000667572,0.31949999928474426,-0.1876000016927719,-0.9287999868392944,0.31949999928474426,-0.1876000016927719,-0.9287999868392944,0.31949999928474426,-0.1876000016927719,-0.9287999868392944,0.4066999852657318,0.5918999910354614,0.695900022983551,0.4066999852657318,0.5918999910354614,0.695900022983551,0.4066999852657318,0.5918999910354614,0.695900022983551,-0.980400025844574,-0.1923000067472458,-0.04340000078082085,-0.980400025844574,-0.1923000067472458,-0.04340000078082085,-0.980400025844574,-0.1923000067472458,-0.04340000078082085,-0.7026000022888184,-0.6186000108718872,-0.3515999913215637,-0.7026000022888184,-0.6186000108718872,-0.3515999913215637,-0.7026000022888184,-0.6186000108718872,-0.3515999913215637,-0.37369999289512634,-0.2329999953508377,0.8978000283241272,-0.37369999289512634,-0.2329999953508377,0.8978000283241272,-0.37369999289512634,-0.2329999953508377,0.8978000283241272,0.7559000253677368,-0.6545000076293945,0.016499999910593033,0.7559000253677368,-0.6545000076293945,0.016499999910593033,0.7559000253677368,-0.6545000076293945,0.016499999910593033,0.6396999955177307,0.263700008392334,-0.722000002861023,0.6396999955177307,0.263700008392334,-0.722000002861023,0.6396999955177307,0.263700008392334,-0.722000002861023,-0.29190000891685486,-0.5683000087738037,0.7692999839782715,-0.29190000891685486,-0.5683000087738037,0.7692999839782715,-0.29190000891685486,-0.5683000087738037,0.7692999839782715,-0.3353999853134155,-0.5795999765396118,0.7426999807357788,-0.3353999853134155,-0.5795999765396118,0.7426999807357788,-0.3353999853134155,-0.5795999765396118,0.7426999807357788,-0.6629999876022339,0.7486000061035156,0.009100000374019146,-0.6629999876022339,0.7486000061035156,0.009100000374019146,-0.6629999876022339,0.7486000061035156,0.009100000374019146,-0.9914000034332275,-0.11819999665021896,0.05609999969601631,-0.9914000034332275,-0.11819999665021896,0.05609999969601631,-0.9914000034332275,-0.11819999665021896,0.05609999969601631,0.6419000029563904,0.5288000106811523,0.5552999973297119,0.6419000029563904,0.5288000106811523,0.5552999973297119,0.6419000029563904,0.5288000106811523,0.5552999973297119,-0.4903999865055084,-0.8682000041007996,0.07569999992847443,-0.4903999865055084,-0.8682000041007996,0.07569999992847443,-0.4903999865055084,-0.8682000041007996,0.07569999992847443,-0.4300999939441681,-0.4821999967098236,-0.7631999850273132,-0.4300999939441681,-0.4821999967098236,-0.7631999850273132,-0.4300999939441681,-0.4821999967098236,-0.7631999850273132,-0.7084000110626221,0.6814000010490417,-0.1842000037431717,-0.7084000110626221,0.6814000010490417,-0.1842000037431717,-0.7084000110626221,0.6814000010490417,-0.1842000037431717,-0.24379999935626984,-0.751800000667572,0.6126999855041504,-0.24379999935626984,-0.751800000667572,0.6126999855041504,-0.24379999935626984,-0.751800000667572,0.6126999855041504,0.23090000450611115,-0.8700000047683716,0.435699999332428,0.23090000450611115,-0.8700000047683716,0.435699999332428,0.23090000450611115,-0.8700000047683716,0.435699999332428,-0.7621999979019165,0.5544000267982483,0.33410000801086426,-0.7621999979019165,0.5544000267982483,0.33410000801086426,-0.7621999979019165,0.5544000267982483,0.33410000801086426,-0.07760000228881836,-0.8514999747276306,0.5185999870300293,-0.07760000228881836,-0.8514999747276306,0.5185999870300293,-0.07760000228881836,-0.8514999747276306,0.5185999870300293,0.10339999943971634,0.24570000171661377,-0.9638000130653381,0.10339999943971634,0.24570000171661377,-0.9638000130653381,0.10339999943971634,0.24570000171661377,-0.9638000130653381,0.015200000256299973,0.7171000242233276,-0.6967999935150146,0.015200000256299973,0.7171000242233276,-0.6967999935150146,0.015200000256299973,0.7171000242233276,-0.6967999935150146,-0.0640999972820282,0.059700001031160355,-0.9962000250816345,-0.0640999972820282,0.059700001031160355,-0.9962000250816345,-0.0640999972820282,0.059700001031160355,-0.9962000250816345,0.6766999959945679,0.21660000085830688,-0.7037000060081482,0.6766999959945679,0.21660000085830688,-0.7037000060081482,0.6766999959945679,0.21660000085830688,-0.7037000060081482,0.2565999925136566,0.5989999771118164,-0.7584999799728394,0.2565999925136566,0.5989999771118164,-0.7584999799728394,0.2565999925136566,0.5989999771118164,-0.7584999799728394,0.0284000001847744,0.4943000078201294,0.8689000010490417,0.0284000001847744,0.4943000078201294,0.8689000010490417,0.0284000001847744,0.4943000078201294,0.8689000010490417,-0.8853999972343445,-0.33219999074935913,-0.32519999146461487,-0.8853999972343445,-0.33219999074935913,-0.32519999146461487,-0.8853999972343445,-0.33219999074935913,-0.32519999146461487,0.3172999918460846,-0.9361000061035156,0.15160000324249268,0.3172999918460846,-0.9361000061035156,0.15160000324249268,0.3172999918460846,-0.9361000061035156,0.15160000324249268,0.296099990606308,0.9124000072479248,-0.2827000021934509,0.296099990606308,0.9124000072479248,-0.2827000021934509,0.296099990606308,0.9124000072479248,-0.2827000021934509,-0.032600000500679016,-0.9035000205039978,0.42739999294281006,-0.032600000500679016,-0.9035000205039978,0.42739999294281006,-0.032600000500679016,-0.9035000205039978,0.42739999294281006,-0.39730000495910645,0.6353999972343445,0.6621000170707703,-0.39730000495910645,0.6353999972343445,0.6621000170707703,-0.39730000495910645,0.6353999972343445,0.6621000170707703,-0.980400025844574,0.07209999859333038,-0.1834000051021576,-0.980400025844574,0.07209999859333038,-0.1834000051021576,-0.980400025844574,0.07209999859333038,-0.1834000051021576,-0.9545999765396118,-0.2750999927520752,0.11420000344514847,-0.9545999765396118,-0.2750999927520752,0.11420000344514847,-0.9545999765396118,-0.2750999927520752,0.11420000344514847,0.5805000066757202,0.8004999756813049,-0.14890000224113464,0.5805000066757202,0.8004999756813049,-0.14890000224113464,0.5805000066757202,0.8004999756813049,-0.14890000224113464,0.2280000001192093,-0.5931000113487244,-0.7721999883651733,0.2280000001192093,-0.5931000113487244,-0.7721999883651733,0.2280000001192093,-0.5931000113487244,-0.7721999883651733,-0.0925000011920929,-0.8907999992370605,0.4447999894618988,-0.0925000011920929,-0.8907999992370605,0.4447999894618988,-0.0925000011920929,-0.8907999992370605,0.4447999894618988,-0.04910000041127205,0.48330000042915344,0.8741000294685364,-0.04910000041127205,0.48330000042915344,0.8741000294685364,-0.04910000041127205,0.48330000042915344,0.8741000294685364,-0.3102000057697296,0.2563000023365021,-0.9154999852180481,-0.3102000057697296,0.2563000023365021,-0.9154999852180481,-0.3102000057697296,0.2563000023365021,-0.9154999852180481,-0.39089998602867126,-0.1695999950170517,0.904699981212616,-0.39089998602867126,-0.1695999950170517,0.904699981212616,-0.39089998602867126,-0.1695999950170517,0.904699981212616,-0.20409999787807465,-0.9779999852180481,0.043699998408555984,-0.20409999787807465,-0.9779999852180481,0.043699998408555984,-0.20409999787807465,-0.9779999852180481,0.043699998408555984,-0.1509999930858612,-0.8485999703407288,0.507099986076355,-0.1509999930858612,-0.8485999703407288,0.507099986076355,-0.1509999930858612,-0.8485999703407288,0.507099986076355,-0.09629999846220016,-0.6991000175476074,0.7085999846458435,-0.09629999846220016,-0.6991000175476074,0.7085999846458435,-0.09629999846220016,-0.6991000175476074,0.7085999846458435,-0.3449000120162964,-0.7228999733924866,0.598800003528595,-0.3449000120162964,-0.7228999733924866,0.598800003528595,-0.3449000120162964,-0.7228999733924866,0.598800003528595,0.8431000113487244,0.5350000262260437,-0.05559999868273735,0.8431000113487244,0.5350000262260437,-0.05559999868273735,0.8431000113487244,0.5350000262260437,-0.05559999868273735,-0.8104000091552734,-0.5536999702453613,0.19169999659061432,-0.8104000091552734,-0.5536999702453613,0.19169999659061432,-0.8104000091552734,-0.5536999702453613,0.19169999659061432,0.00559999980032444,0.9921000003814697,-0.1251000016927719,0.00559999980032444,0.9921000003814697,-0.1251000016927719,0.00559999980032444,0.9921000003814697,-0.1251000016927719,0.2003999948501587,0.9711999893188477,0.12849999964237213,0.2003999948501587,0.9711999893188477,0.12849999964237213,0.2003999948501587,0.9711999893188477,0.12849999964237213,-0.9531999826431274,0.15780000388622284,0.2578999996185303,-0.9531999826431274,0.15780000388622284,0.2578999996185303,-0.9531999826431274,0.15780000388622284,0.2578999996185303,0.019500000402331352,-0.8475000262260437,0.5303999781608582,0.019500000402331352,-0.8475000262260437,0.5303999781608582,0.019500000402331352,-0.8475000262260437,0.5303999781608582,-0.4668999910354614,-0.023000000044703484,-0.8840000033378601,-0.4668999910354614,-0.023000000044703484,-0.8840000033378601,-0.4668999910354614,-0.023000000044703484,-0.8840000033378601,0.7566999793052673,-0.04100000113248825,0.6524999737739563,0.7566999793052673,-0.04100000113248825,0.6524999737739563,0.7566999793052673,-0.04100000113248825,0.6524999737739563,-0.6717000007629395,0.7264000177383423,-0.14569999277591705,-0.6717000007629395,0.7264000177383423,-0.14569999277591705,-0.6717000007629395,0.7264000177383423,-0.14569999277591705,0.3440999984741211,0.5396999716758728,-0.7682999968528748,0.3440999984741211,0.5396999716758728,-0.7682999968528748,0.3440999984741211,0.5396999716758728,-0.7682999968528748,0.29409998655319214,-0.953499972820282,-0.0658000037074089,0.29409998655319214,-0.953499972820282,-0.0658000037074089,0.29409998655319214,-0.953499972820282,-0.0658000037074089,-0.32899999618530273,-0.642799973487854,0.6917999982833862,-0.32899999618530273,-0.642799973487854,0.6917999982833862,-0.32899999618530273,-0.642799973487854,0.6917999982833862,-0.28299999237060547,0.9591000080108643,0.005499999970197678,-0.28299999237060547,0.9591000080108643,0.005499999970197678,-0.28299999237060547,0.9591000080108643,0.005499999970197678,-0.9623000025749207,0.05620000138878822,-0.26600000262260437,-0.9623000025749207,0.05620000138878822,-0.26600000262260437,-0.9623000025749207,0.05620000138878822,-0.26600000262260437,0.3546000123023987,-0.5357999801635742,0.7662000060081482,0.3546000123023987,-0.5357999801635742,0.7662000060081482,0.3546000123023987,-0.5357999801635742,0.7662000060081482,-0.29159998893737793,-0.9194999933242798,0.2635999917984009,-0.29159998893737793,-0.9194999933242798,0.2635999917984009,-0.29159998893737793,-0.9194999933242798,0.2635999917984009,0.8689000010490417,0.07850000262260437,0.4887000024318695,0.8689000010490417,0.07850000262260437,0.4887000024318695,0.8689000010490417,0.07850000262260437,0.4887000024318695,-0.6815999746322632,-0.5271000266075134,0.5074999928474426,-0.6815999746322632,-0.5271000266075134,0.5074999928474426,-0.6815999746322632,-0.5271000266075134,0.5074999928474426,-0.6596999764442444,0.7502999901771545,0.042500000447034836,-0.6596999764442444,0.7502999901771545,0.042500000447034836,-0.6596999764442444,0.7502999901771545,0.042500000447034836,-0.6478000283241272,0.5824000239372253,0.491100013256073,-0.6478000283241272,0.5824000239372253,0.491100013256073,-0.6478000283241272,0.5824000239372253,0.491100013256073,0.5382999777793884,-0.8177000284194946,-0.20389999449253082,0.5382999777793884,-0.8177000284194946,-0.20389999449253082,0.5382999777793884,-0.8177000284194946,-0.20389999449253082,0.9926000237464905,-0.05990000069141388,-0.10599999874830246,0.9926000237464905,-0.05990000069141388,-0.10599999874830246,0.9926000237464905,-0.05990000069141388,-0.10599999874830246,0.7339000105857849,-0.6644999980926514,-0.14079999923706055,0.7339000105857849,-0.6644999980926514,-0.14079999923706055,0.7339000105857849,-0.6644999980926514,-0.14079999923706055,0.7979000210762024,-0.5486000180244446,0.24959999322891235,0.7979000210762024,-0.5486000180244446,0.24959999322891235,0.7979000210762024,-0.5486000180244446,0.24959999322891235,-0.21660000085830688,-0.9190000295639038,0.3294999897480011,-0.21660000085830688,-0.9190000295639038,0.3294999897480011,-0.21660000085830688,-0.9190000295639038,0.3294999897480011,-0.5823000073432922,-0.5080999732017517,0.6345999836921692,-0.5823000073432922,-0.5080999732017517,0.6345999836921692,-0.5823000073432922,-0.5080999732017517,0.6345999836921692,-0.7376000285148621,0.5113000273704529,-0.44110000133514404,-0.7376000285148621,0.5113000273704529,-0.44110000133514404,-0.7376000285148621,0.5113000273704529,-0.44110000133514404,0.05909999832510948,0.6025000214576721,-0.7958999872207642,0.05909999832510948,0.6025000214576721,-0.7958999872207642,0.05909999832510948,0.6025000214576721,-0.7958999872207642,0.9889000058174133,0.08669999986886978,0.12049999833106995,0.9889000058174133,0.08669999986886978,0.12049999833106995,0.9889000058174133,0.08669999986886978,0.12049999833106995,-0.3709999918937683,-0.9271000027656555,-0.05270000174641609,-0.3709999918937683,-0.9271000027656555,-0.05270000174641609,-0.3709999918937683,-0.9271000027656555,-0.05270000174641609,-0.5898000001907349,-0.3790000081062317,-0.713100016117096,-0.5898000001907349,-0.3790000081062317,-0.713100016117096,-0.5898000001907349,-0.3790000081062317,-0.713100016117096,0.3301999866962433,0.7843999862670898,0.5250999927520752,0.3301999866962433,0.7843999862670898,0.5250999927520752,0.3301999866962433,0.7843999862670898,0.5250999927520752,-0.8718000054359436,-0.28529998660087585,0.39809998869895935,-0.8718000054359436,-0.28529998660087585,0.39809998869895935,-0.8718000054359436,-0.28529998660087585,0.39809998869895935,-0.7099000215530396,-0.16210000216960907,-0.6854000091552734,-0.7099000215530396,-0.16210000216960907,-0.6854000091552734,-0.7099000215530396,-0.16210000216960907,-0.6854000091552734,-0.9021999835968018,-0.06239999830722809,-0.42669999599456787,-0.9021999835968018,-0.06239999830722809,-0.42669999599456787,-0.9021999835968018,-0.06239999830722809,-0.42669999599456787,0.7972999811172485,0.04470000043511391,-0.6018999814987183,0.7972999811172485,0.04470000043511391,-0.6018999814987183,0.7972999811172485,0.04470000043511391,-0.6018999814987183,0.5795999765396118,0.8140000104904175,0.039400000125169754,0.5795999765396118,0.8140000104904175,0.039400000125169754,0.5795999765396118,0.8140000104904175,0.039400000125169754,0.3287000060081482,0.44530001282691956,0.8328999876976013,0.3287000060081482,0.44530001282691956,0.8328999876976013,0.3287000060081482,0.44530001282691956,0.8328999876976013,0.18369999527931213,-0.9129999876022339,-0.3643999993801117,0.18369999527931213,-0.9129999876022339,-0.3643999993801117,0.18369999527931213,-0.9129999876022339,-0.3643999993801117,-0.2547999918460846,0.9325000047683716,-0.25589999556541443,-0.2547999918460846,0.9325000047683716,-0.25589999556541443,-0.2547999918460846,0.9325000047683716,-0.25589999556541443,0.2653999924659729,0.44369998574256897,0.85589998960495,0.2653999924659729,0.44369998574256897,0.85589998960495,0.2653999924659729,0.44369998574256897,0.85589998960495,-0.9207000136375427,0.17489999532699585,-0.3488999903202057,-0.9207000136375427,0.17489999532699585,-0.3488999903202057,-0.9207000136375427,0.17489999532699585,-0.3488999903202057,0.5073000192642212,0.42179998755455017,0.7515000104904175,0.5073000192642212,0.42179998755455017,0.7515000104904175,0.5073000192642212,0.42179998755455017,0.7515000104904175,-0.8695999979972839,0.43630000948905945,-0.23109999299049377,-0.8695999979972839,0.43630000948905945,-0.23109999299049377,-0.8695999979972839,0.43630000948905945,-0.23109999299049377,0.2296999990940094,0.4268999993801117,0.8747000098228455,0.2296999990940094,0.4268999993801117,0.8747000098228455,0.2296999990940094,0.4268999993801117,0.8747000098228455,0.5705000162124634,-0.4542999863624573,0.6841999888420105,0.5705000162124634,-0.4542999863624573,0.6841999888420105,0.5705000162124634,-0.4542999863624573,0.6841999888420105,0.7240999937057495,0.6707000136375427,-0.16040000319480896,0.7240999937057495,0.6707000136375427,-0.16040000319480896,0.7240999937057495,0.6707000136375427,-0.16040000319480896,-0.17069999873638153,0.9779000282287598,-0.12060000002384186,-0.17069999873638153,0.9779000282287598,-0.12060000002384186,-0.17069999873638153,0.9779000282287598,-0.12060000002384186,0.21809999644756317,-0.9728999733924866,0.07750000059604645,0.21809999644756317,-0.9728999733924866,0.07750000059604645,0.21809999644756317,-0.9728999733924866,0.07750000059604645,-0.43540000915527344,0.7893999814987183,-0.4327999949455261,-0.43540000915527344,0.7893999814987183,-0.4327999949455261,-0.43540000915527344,0.7893999814987183,-0.4327999949455261,0.002300000051036477,0.998199999332428,-0.06019999831914902,0.002300000051036477,0.998199999332428,-0.06019999831914902,0.002300000051036477,0.998199999332428,-0.06019999831914902,0.9549000263214111,-0.08749999850988388,0.28380000591278076,0.9549000263214111,-0.08749999850988388,0.28380000591278076,0.9549000263214111,-0.08749999850988388,0.28380000591278076,0.003000000026077032,-0.9714999794960022,0.23720000684261322,0.003000000026077032,-0.9714999794960022,0.23720000684261322,0.003000000026077032,-0.9714999794960022,0.23720000684261322,0.7152000069618225,-0.1777999997138977,-0.6759999990463257,0.7152000069618225,-0.1777999997138977,-0.6759999990463257,0.7152000069618225,-0.1777999997138977,-0.6759999990463257,0.9126999974250793,-0.35910001397132874,0.19509999454021454,0.9126999974250793,-0.35910001397132874,0.19509999454021454,0.9126999974250793,-0.35910001397132874,0.19509999454021454,-0.8744999766349792,-0.3677999973297119,0.3160000145435333,-0.8744999766349792,-0.3677999973297119,0.3160000145435333,-0.8744999766349792,-0.3677999973297119,0.3160000145435333,0.17659999430179596,-0.656000018119812,0.7337999939918518,0.17659999430179596,-0.656000018119812,0.7337999939918518,0.17659999430179596,-0.656000018119812,0.7337999939918518,-0.041099999099969864,-0.699999988079071,0.7128999829292297,-0.041099999099969864,-0.699999988079071,0.7128999829292297,-0.041099999099969864,-0.699999988079071,0.7128999829292297,0.29339998960494995,-0.4187000095844269,-0.8593999743461609,0.29339998960494995,-0.4187000095844269,-0.8593999743461609,0.29339998960494995,-0.4187000095844269,-0.8593999743461609,-0.2547000050544739,0.9666000008583069,0.027699999511241913,-0.2547000050544739,0.9666000008583069,0.027699999511241913,-0.2547000050544739,0.9666000008583069,0.027699999511241913,0.47540000081062317,-0.878600001335144,-0.04610000178217888,0.47540000081062317,-0.878600001335144,-0.04610000178217888,0.47540000081062317,-0.878600001335144,-0.04610000178217888,0.8824999928474426,-0.3093000054359436,0.35440000891685486,0.8824999928474426,-0.3093000054359436,0.35440000891685486,0.8824999928474426,-0.3093000054359436,0.35440000891685486,0.9925000071525574,-0.0706000030040741,-0.10019999742507935,0.9925000071525574,-0.0706000030040741,-0.10019999742507935,0.9925000071525574,-0.0706000030040741,-0.10019999742507935,-0.5720999836921692,-0.727400004863739,-0.3790000081062317,-0.5720999836921692,-0.727400004863739,-0.3790000081062317,-0.5720999836921692,-0.727400004863739,-0.3790000081062317,-0.03929999843239784,0.4772999882698059,0.8779000043869019,-0.03929999843239784,0.4772999882698059,0.8779000043869019,-0.03929999843239784,0.4772999882698059,0.8779000043869019,-0.22310000658035278,0.786300003528595,-0.5760999917984009,-0.22310000658035278,0.786300003528595,-0.5760999917984009,-0.22310000658035278,0.786300003528595,-0.5760999917984009,-0.20100000500679016,0.6193000078201294,-0.7590000033378601,-0.20100000500679016,0.6193000078201294,-0.7590000033378601,-0.20100000500679016,0.6193000078201294,-0.7590000033378601,0.12189999967813492,-0.24629999697208405,-0.9614999890327454,0.12189999967813492,-0.24629999697208405,-0.9614999890327454,0.12189999967813492,-0.24629999697208405,-0.9614999890327454,0.9419999718666077,-0.33559998869895935,-0.003800000064074993,0.9419999718666077,-0.33559998869895935,-0.003800000064074993,0.9419999718666077,-0.33559998869895935,-0.003800000064074993,0.7813000082969666,-0.5457000136375427,-0.30309998989105225,0.7813000082969666,-0.5457000136375427,-0.30309998989105225,0.7813000082969666,-0.5457000136375427,-0.30309998989105225,0.9713000059127808,0.23160000145435333,-0.05400000140070915,0.9713000059127808,0.23160000145435333,-0.05400000140070915,0.9713000059127808,0.23160000145435333,-0.05400000140070915,0.993399977684021,-0.11379999667406082,-0.01080000028014183,0.993399977684021,-0.11379999667406082,-0.01080000028014183,0.993399977684021,-0.11379999667406082,-0.01080000028014183,-0.6279000043869019,0.035100001841783524,0.7774999737739563,-0.6279000043869019,0.035100001841783524,0.7774999737739563,-0.6279000043869019,0.035100001841783524,0.7774999737739563,-0.8428999781608582,-0.37929999828338623,0.3815999925136566,-0.8428999781608582,-0.37929999828338623,0.3815999925136566,-0.8428999781608582,-0.37929999828338623,0.3815999925136566,0.46889999508857727,-0.04639999940991402,0.8820000290870667,0.46889999508857727,-0.04639999940991402,0.8820000290870667,0.46889999508857727,-0.04639999940991402,0.8820000290870667,0.10209999978542328,-0.9309999942779541,0.3504999876022339,0.10209999978542328,-0.9309999942779541,0.3504999876022339,0.10209999978542328,-0.9309999942779541,0.3504999876022339,0.5519000291824341,0.32420000433921814,-0.7682999968528748,0.5519000291824341,0.32420000433921814,-0.7682999968528748,0.5519000291824341,0.32420000433921814,-0.7682999968528748,-0.9661999940872192,0.010900000110268593,-0.25769999623298645,-0.9661999940872192,0.010900000110268593,-0.25769999623298645,-0.9661999940872192,0.010900000110268593,-0.25769999623298645,-0.7213000059127808,0.0966000035405159,-0.6858999729156494,-0.7213000059127808,0.0966000035405159,-0.6858999729156494,-0.7213000059127808,0.0966000035405159,-0.6858999729156494,0.24089999496936798,-0.888700008392334,0.38999998569488525,0.24089999496936798,-0.888700008392334,0.38999998569488525,0.24089999496936798,-0.888700008392334,0.38999998569488525,0.03999999910593033,0.8091999888420105,0.5860999822616577,0.03999999910593033,0.8091999888420105,0.5860999822616577,0.03999999910593033,0.8091999888420105,0.5860999822616577,-0.3506999909877777,0.8144000172615051,0.46239998936653137,-0.3506999909877777,0.8144000172615051,0.46239998936653137,-0.3506999909877777,0.8144000172615051,0.46239998936653137,-0.49959999322891235,-0.7659000158309937,0.40459999442100525,-0.49959999322891235,-0.7659000158309937,0.40459999442100525,-0.49959999322891235,-0.7659000158309937,0.40459999442100525,0.0502999983727932,-0.5210999846458435,-0.8519999980926514,0.0502999983727932,-0.5210999846458435,-0.8519999980926514,0.0502999983727932,-0.5210999846458435,-0.8519999980926514,-0.3296999931335449,0.9067000150680542,0.2630000114440918,-0.3296999931335449,0.9067000150680542,0.2630000114440918,-0.3296999931335449,0.9067000150680542,0.2630000114440918,-0.9814000129699707,0.08550000190734863,0.1720000058412552,-0.9814000129699707,0.08550000190734863,0.1720000058412552,-0.9814000129699707,0.08550000190734863,0.1720000058412552,0.9243000149726868,-0.2915000021457672,0.24639999866485596,0.9243000149726868,-0.2915000021457672,0.24639999866485596,0.9243000149726868,-0.2915000021457672,0.24639999866485596,0.4059000015258789,-0.439300000667572,-0.8014000058174133,0.4059000015258789,-0.439300000667572,-0.8014000058174133,0.4059000015258789,-0.439300000667572,-0.8014000058174133,0.6467999815940857,-0.16179999709129333,0.7452999949455261,0.6467999815940857,-0.16179999709129333,0.7452999949455261,0.6467999815940857,-0.16179999709129333,0.7452999949455261,-0.8500000238418579,0.39239999651908875,0.351500004529953,-0.8500000238418579,0.39239999651908875,0.351500004529953,-0.8500000238418579,0.39239999651908875,0.351500004529953,-0.22660000622272491,0.053199999034404755,0.9725000262260437,-0.22660000622272491,0.053199999034404755,0.9725000262260437,-0.22660000622272491,0.053199999034404755,0.9725000262260437,-0.29829999804496765,0.9200999736785889,0.25369998812675476,-0.29829999804496765,0.9200999736785889,0.25369998812675476,-0.29829999804496765,0.9200999736785889,0.25369998812675476,0.7767000198364258,0.608299970626831,-0.16339999437332153,0.7767000198364258,0.608299970626831,-0.16339999437332153,0.7767000198364258,0.608299970626831,-0.16339999437332153,0.8177000284194946,-0.5475999712944031,0.17759999632835388,0.8177000284194946,-0.5475999712944031,0.17759999632835388,0.8177000284194946,-0.5475999712944031,0.17759999632835388,-0.3249000012874603,0.9257000088691711,0.193900004029274,-0.3249000012874603,0.9257000088691711,0.193900004029274,-0.3249000012874603,0.9257000088691711,0.193900004029274,0.17900000512599945,-0.8992000222206116,-0.399399995803833,0.17900000512599945,-0.8992000222206116,-0.399399995803833,0.17900000512599945,-0.8992000222206116,-0.399399995803833,0.05829999968409538,-0.9634000062942505,-0.26159998774528503,0.05829999968409538,-0.9634000062942505,-0.26159998774528503,0.05829999968409538,-0.9634000062942505,-0.26159998774528503,-0.3652999997138977,-0.6445000171661377,-0.6718000173568726,-0.3652999997138977,-0.6445000171661377,-0.6718000173568726,-0.3652999997138977,-0.6445000171661377,-0.6718000173568726,-0.2533999979496002,0.8134999871253967,0.5234000086784363,-0.2533999979496002,0.8134999871253967,0.5234000086784363,-0.2533999979496002,0.8134999871253967,0.5234000086784363,0.9955999851226807,-0.09109999984502792,0.023900000378489494,0.9955999851226807,-0.09109999984502792,0.023900000378489494,0.9955999851226807,-0.09109999984502792,0.023900000378489494,0.974399983882904,-0.1899999976158142,0.12039999663829803,0.974399983882904,-0.1899999976158142,0.12039999663829803,0.974399983882904,-0.1899999976158142,0.12039999663829803,-0.16910000145435333,0.9822999835014343,-0.08079999685287476,-0.16910000145435333,0.9822999835014343,-0.08079999685287476,-0.16910000145435333,0.9822999835014343,-0.08079999685287476,0.3774000108242035,0.5457000136375427,-0.748199999332428,0.3774000108242035,0.5457000136375427,-0.748199999332428,0.3774000108242035,0.5457000136375427,-0.748199999332428,-0.12409999966621399,-0.8411999940872192,0.5263000130653381,-0.12409999966621399,-0.8411999940872192,0.5263000130653381,-0.12409999966621399,-0.8411999940872192,0.5263000130653381,0.9544000029563904,0.28690001368522644,0.08240000158548355,0.9544000029563904,0.28690001368522644,0.08240000158548355,0.9544000029563904,0.28690001368522644,0.08240000158548355,0.7828999757766724,-0.5978999733924866,-0.1720000058412552,0.7828999757766724,-0.5978999733924866,-0.1720000058412552,0.7828999757766724,-0.5978999733924866,-0.1720000058412552,-0.8677999973297119,-0.4456000030040741,0.2198999971151352,-0.8677999973297119,-0.4456000030040741,0.2198999971151352,-0.8677999973297119,-0.4456000030040741,0.2198999971151352,-0.22779999673366547,0.4936999976634979,-0.8392999768257141,-0.22779999673366547,0.4936999976634979,-0.8392999768257141,-0.22779999673366547,0.4936999976634979,-0.8392999768257141,0.8913000226020813,-0.37439998984336853,-0.2556999921798706,0.8913000226020813,-0.37439998984336853,-0.2556999921798706,0.8913000226020813,-0.37439998984336853,-0.2556999921798706,0.6552000045776367,0.6262000203132629,-0.42260000109672546,0.6552000045776367,0.6262000203132629,-0.42260000109672546,0.6552000045776367,0.6262000203132629,-0.42260000109672546,0.027799999341368675,0.32350000739097595,-0.9458000063896179,0.027799999341368675,0.32350000739097595,-0.9458000063896179,0.027799999341368675,0.32350000739097595,-0.9458000063896179,-0.9129999876022339,-0.10180000215768814,-0.39500001072883606,-0.9129999876022339,-0.10180000215768814,-0.39500001072883606,-0.9129999876022339,-0.10180000215768814,-0.39500001072883606,-0.6520000100135803,-0.46880000829696655,-0.5958999991416931,-0.6520000100135803,-0.46880000829696655,-0.5958999991416931,-0.6520000100135803,-0.46880000829696655,-0.5958999991416931,0.5921000242233276,0.7752000093460083,-0.22010000050067902,0.5921000242233276,0.7752000093460083,-0.22010000050067902,0.5921000242233276,0.7752000093460083,-0.22010000050067902,-0.9470999836921692,-0.31709998846054077,-0.05000000074505806,-0.9470999836921692,-0.31709998846054077,-0.05000000074505806,-0.9470999836921692,-0.31709998846054077,-0.05000000074505806,-0.22290000319480896,-0.9178000092506409,0.3287000060081482,-0.22290000319480896,-0.9178000092506409,0.3287000060081482,-0.22290000319480896,-0.9178000092506409,0.3287000060081482,0.9965000152587891,-0.07029999792575836,0.04430000111460686,0.9965000152587891,-0.07029999792575836,0.04430000111460686,0.9965000152587891,-0.07029999792575836,0.04430000111460686,0.8555999994277954,-0.46639999747276306,0.22439999878406525,0.8555999994277954,-0.46639999747276306,0.22439999878406525,0.8555999994277954,-0.46639999747276306,0.22439999878406525,-0.29280000925064087,0.22990000247955322,-0.9280999898910522,-0.29280000925064087,0.22990000247955322,-0.9280999898910522,-0.29280000925064087,0.22990000247955322,-0.9280999898910522,0.6651999950408936,-0.7299000024795532,0.15719999372959137,0.6651999950408936,-0.7299000024795532,0.15719999372959137,0.6651999950408936,-0.7299000024795532,0.15719999372959137,-0.7861999869346619,-0.6179999709129333,0.003700000001117587,-0.7861999869346619,-0.6179999709129333,0.003700000001117587,-0.7861999869346619,-0.6179999709129333,0.003700000001117587,-0.5270000100135803,-0.2833999991416931,-0.8011999726295471,-0.5270000100135803,-0.2833999991416931,-0.8011999726295471,-0.5270000100135803,-0.2833999991416931,-0.8011999726295471,-0.8402000069618225,0.08410000056028366,0.5357000231742859,-0.8402000069618225,0.08410000056028366,0.5357000231742859,-0.8402000069618225,0.08410000056028366,0.5357000231742859,-0.1467999964952469,0.7552000284194946,-0.6388000249862671,-0.1467999964952469,0.7552000284194946,-0.6388000249862671,-0.1467999964952469,0.7552000284194946,-0.6388000249862671,-0.08829999715089798,-0.5256999731063843,0.8460999727249146,-0.08829999715089798,-0.5256999731063843,0.8460999727249146,-0.08829999715089798,-0.5256999731063843,0.8460999727249146,0.9485999941825867,-0.30869999527931213,-0.06949999928474426,0.9485999941825867,-0.30869999527931213,-0.06949999928474426,0.9485999941825867,-0.30869999527931213,-0.06949999928474426,0.40849998593330383,-0.7366999983787537,-0.5388000011444092,0.40849998593330383,-0.7366999983787537,-0.5388000011444092,0.40849998593330383,-0.7366999983787537,-0.5388000011444092,0.7714999914169312,0.3659000098705292,0.5206000208854675,0.7714999914169312,0.3659000098705292,0.5206000208854675,0.7714999914169312,0.3659000098705292,0.5206000208854675,-0.9923999905586243,-0.11959999799728394,-0.03020000085234642,-0.9923999905586243,-0.11959999799728394,-0.03020000085234642,-0.9923999905586243,-0.11959999799728394,-0.03020000085234642,0.7160000205039978,-0.11840000003576279,-0.6879000067710876,0.7160000205039978,-0.11840000003576279,-0.6879000067710876,0.7160000205039978,-0.11840000003576279,-0.6879000067710876,0.14880000054836273,0.9598000049591064,0.2379000037908554,0.14880000054836273,0.9598000049591064,0.2379000037908554,0.14880000054836273,0.9598000049591064,0.2379000037908554,-0.48010000586509705,0.8772000074386597,0.002300000051036477,-0.48010000586509705,0.8772000074386597,0.002300000051036477,-0.48010000586509705,0.8772000074386597,0.002300000051036477,0.5388000011444092,-0.7526999711990356,-0.3783999979496002,0.5388000011444092,-0.7526999711990356,-0.3783999979496002,0.5388000011444092,-0.7526999711990356,-0.3783999979496002,0.7164999842643738,-0.6876000165939331,0.11710000038146973,0.7164999842643738,-0.6876000165939331,0.11710000038146973,0.7164999842643738,-0.6876000165939331,0.11710000038146973,0.6276999711990356,-0.3774999976158142,0.6808000206947327,0.6276999711990356,-0.3774999976158142,0.6808000206947327,0.6276999711990356,-0.3774999976158142,0.6808000206947327,-0.9218000173568726,-0.38100001215934753,-0.07119999825954437,-0.9218000173568726,-0.38100001215934753,-0.07119999825954437,-0.9218000173568726,-0.38100001215934753,-0.07119999825954437,-0.31299999356269836,0.9232000112533569,0.22290000319480896,-0.31299999356269836,0.9232000112533569,0.22290000319480896,-0.31299999356269836,0.9232000112533569,0.22290000319480896,0.28299999237060547,0.957099974155426,-0.0625,0.28299999237060547,0.957099974155426,-0.0625,0.28299999237060547,0.957099974155426,-0.0625,-0.35249999165534973,-0.10400000214576721,-0.9300000071525574,-0.35249999165534973,-0.10400000214576721,-0.9300000071525574,-0.35249999165534973,-0.10400000214576721,-0.9300000071525574,0.9660000205039978,0.19679999351501465,-0.1678999960422516,0.9660000205039978,0.19679999351501465,-0.1678999960422516,0.9660000205039978,0.19679999351501465,-0.1678999960422516,-0.9067999720573425,0.008200000040233135,-0.42149999737739563,-0.9067999720573425,0.008200000040233135,-0.42149999737739563,-0.9067999720573425,0.008200000040233135,-0.42149999737739563,0.06279999762773514,-0.9190000295639038,0.38929998874664307,0.06279999762773514,-0.9190000295639038,0.38929998874664307,0.06279999762773514,-0.9190000295639038,0.38929998874664307,0.6510999798774719,-0.2223999947309494,-0.7257000207901001,0.6510999798774719,-0.2223999947309494,-0.7257000207901001,0.6510999798774719,-0.2223999947309494,-0.7257000207901001,0.35740000009536743,-0.9265999794006348,-0.11710000038146973,0.35740000009536743,-0.9265999794006348,-0.11710000038146973,0.35740000009536743,-0.9265999794006348,-0.11710000038146973,0.9937999844551086,0.10170000046491623,0.04610000178217888,0.9937999844551086,0.10170000046491623,0.04610000178217888,0.9937999844551086,0.10170000046491623,0.04610000178217888,-0.7121999859809875,-0.6344000101089478,-0.3005000054836273,-0.7121999859809875,-0.6344000101089478,-0.3005000054836273,-0.7121999859809875,-0.6344000101089478,-0.3005000054836273,0.4032000005245209,-0.8799999952316284,0.25119999051094055,0.4032000005245209,-0.8799999952316284,0.25119999051094055,0.4032000005245209,-0.8799999952316284,0.25119999051094055,0.13660000264644623,-0.37139999866485596,0.91839998960495,0.13660000264644623,-0.37139999866485596,0.91839998960495,0.13660000264644623,-0.37139999866485596,0.91839998960495,-0.3756999969482422,0.27140000462532043,-0.8860999941825867,-0.3756999969482422,0.27140000462532043,-0.8860999941825867,-0.3756999969482422,0.27140000462532043,-0.8860999941825867,0.40369999408721924,-0.9021999835968018,-0.15189999341964722,0.40369999408721924,-0.9021999835968018,-0.15189999341964722,0.40369999408721924,-0.9021999835968018,-0.15189999341964722,0.8567000031471252,0.4634000062942505,-0.22679999470710754,0.8567000031471252,0.4634000062942505,-0.22679999470710754,0.8567000031471252,0.4634000062942505,-0.22679999470710754,-0.8510000109672546,-0.511900007724762,-0.11729999631643295,-0.8510000109672546,-0.511900007724762,-0.11729999631643295,-0.8510000109672546,-0.511900007724762,-0.11729999631643295,-0.6524999737739563,-0.6812999844551086,-0.33180001378059387,-0.6524999737739563,-0.6812999844551086,-0.33180001378059387,-0.6524999737739563,-0.6812999844551086,-0.33180001378059387,0.9883999824523926,-0.14880000054836273,0.03020000085234642,0.9883999824523926,-0.14880000054836273,0.03020000085234642,0.9883999824523926,-0.14880000054836273,0.03020000085234642,0.22269999980926514,-0.9749000072479248,-0.003599999938160181,0.22269999980926514,-0.9749000072479248,-0.003599999938160181,0.22269999980926514,-0.9749000072479248,-0.003599999938160181,-0.24879999458789825,0.871399998664856,-0.42289999127388,-0.24879999458789825,0.871399998664856,-0.42289999127388,-0.24879999458789825,0.871399998664856,-0.42289999127388,0.5583000183105469,0.7964000105857849,-0.23250000178813934,0.5583000183105469,0.7964000105857849,-0.23250000178813934,0.5583000183105469,0.7964000105857849,-0.23250000178813934,-0.7493000030517578,0.6621999740600586,0.004100000020116568,-0.7493000030517578,0.6621999740600586,0.004100000020116568,-0.7493000030517578,0.6621999740600586,0.004100000020116568,0.982200026512146,0.09560000151395798,-0.16179999709129333,0.982200026512146,0.09560000151395798,-0.16179999709129333,0.982200026512146,0.09560000151395798,-0.16179999709129333,0.8440999984741211,0.2745000123977661,-0.46070000529289246,0.8440999984741211,0.2745000123977661,-0.46070000529289246,0.8440999984741211,0.2745000123977661,-0.46070000529289246,0.6417999863624573,0.29899999499320984,0.7062000036239624,0.6417999863624573,0.29899999499320984,0.7062000036239624,0.6417999863624573,0.29899999499320984,0.7062000036239624,0.8816999793052673,0.19030000269412994,-0.4316999912261963,0.8816999793052673,0.19030000269412994,-0.4316999912261963,0.8816999793052673,0.19030000269412994,-0.4316999912261963,0.9902999997138977,-0.13750000298023224,0.01850000023841858,0.9902999997138977,-0.13750000298023224,0.01850000023841858,0.9902999997138977,-0.13750000298023224,0.01850000023841858,-0.6327999830245972,0.05090000107884407,-0.772599995136261,-0.6327999830245972,0.05090000107884407,-0.772599995136261,-0.6327999830245972,0.05090000107884407,-0.772599995136261,-0.9955999851226807,-0.09109999984502792,0.023900000378489494,-0.9955999851226807,-0.09109999984502792,0.023900000378489494,-0.9955999851226807,-0.09109999984502792,0.023900000378489494,-0.8367999792098999,0.4494999945163727,-0.3125,-0.8367999792098999,0.4494999945163727,-0.3125,-0.8367999792098999,0.4494999945163727,-0.3125,0.8277999758720398,-0.5587000250816345,0.05139999836683273,0.8277999758720398,-0.5587000250816345,0.05139999836683273,0.8277999758720398,-0.5587000250816345,0.05139999836683273,0.06530000269412994,-0.9345999956130981,0.3495999872684479,0.06530000269412994,-0.9345999956130981,0.3495999872684479,0.06530000269412994,-0.9345999956130981,0.3495999872684479,-0.07999999821186066,0.7261000275611877,-0.6830000281333923,-0.07999999821186066,0.7261000275611877,-0.6830000281333923,-0.07999999821186066,0.7261000275611877,-0.6830000281333923,-0.6159999966621399,-0.7272999882698059,0.302700012922287,-0.6159999966621399,-0.7272999882698059,0.302700012922287,-0.6159999966621399,-0.7272999882698059,0.302700012922287,-0.994700014591217,-0.08529999852180481,-0.05719999969005585,-0.994700014591217,-0.08529999852180481,-0.05719999969005585,-0.994700014591217,-0.08529999852180481,-0.05719999969005585,-0.9146000146865845,0.3896999955177307,-0.10819999873638153,-0.9146000146865845,0.3896999955177307,-0.10819999873638153,-0.9146000146865845,0.3896999955177307,-0.10819999873638153,0.5117999911308289,-0.3970000147819519,-0.761900007724762,0.5117999911308289,-0.3970000147819519,-0.761900007724762,0.5117999911308289,-0.3970000147819519,-0.761900007724762,0.4848000109195709,-0.6466000080108643,-0.5889999866485596,0.4848000109195709,-0.6466000080108643,-0.5889999866485596,0.4848000109195709,-0.6466000080108643,-0.5889999866485596,0.09920000284910202,-0.9878000020980835,-0.11980000138282776,0.09920000284910202,-0.9878000020980835,-0.11980000138282776,0.09920000284910202,-0.9878000020980835,-0.11980000138282776,-0.2648000121116638,-0.8456000089645386,0.4636000096797943,-0.2648000121116638,-0.8456000089645386,0.4636000096797943,-0.2648000121116638,-0.8456000089645386,0.4636000096797943,0.22679999470710754,0.9424999952316284,0.24549999833106995,0.22679999470710754,0.9424999952316284,0.24549999833106995,0.22679999470710754,0.9424999952316284,0.24549999833106995,0.24369999766349792,0.9696999788284302,0.018699999898672104,0.24369999766349792,0.9696999788284302,0.018699999898672104,0.24369999766349792,0.9696999788284302,0.018699999898672104,0.5993000268936157,-0.7842000126838684,-0.16089999675750732,0.5993000268936157,-0.7842000126838684,-0.16089999675750732,0.5993000268936157,-0.7842000126838684,-0.16089999675750732,-0.00019999999494757503,-0.8982999920845032,0.439300000667572,-0.00019999999494757503,-0.8982999920845032,0.439300000667572,-0.00019999999494757503,-0.8982999920845032,0.439300000667572,-0.729200005531311,-0.6237999796867371,0.28139999508857727,-0.729200005531311,-0.6237999796867371,0.28139999508857727,-0.729200005531311,-0.6237999796867371,0.28139999508857727,-0.4011000096797943,0.07540000230073929,-0.9128999710083008,-0.4011000096797943,0.07540000230073929,-0.9128999710083008,-0.4011000096797943,0.07540000230073929,-0.9128999710083008,-0.892799973487854,-0.4242999851703644,-0.15119999647140503,-0.892799973487854,-0.4242999851703644,-0.15119999647140503,-0.892799973487854,-0.4242999851703644,-0.15119999647140503,-0.42910000681877136,-0.7581999897956848,0.4909999966621399,-0.42910000681877136,-0.7581999897956848,0.4909999966621399,-0.42910000681877136,-0.7581999897956848,0.4909999966621399,-0.20440000295639038,-0.07509999722242355,0.9760000109672546,-0.20440000295639038,-0.07509999722242355,0.9760000109672546,-0.20440000295639038,-0.07509999722242355,0.9760000109672546,0.9258999824523926,-0.3774000108242035,0.015799999237060547,0.9258999824523926,-0.3774000108242035,0.015799999237060547,0.9258999824523926,-0.3774000108242035,0.015799999237060547,0.9049999713897705,0.3068999946117401,0.2944999933242798,0.9049999713897705,0.3068999946117401,0.2944999933242798,0.9049999713897705,0.3068999946117401,0.2944999933242798,-0.10660000145435333,-0.9728000164031982,-0.20559999346733093,-0.10660000145435333,-0.9728000164031982,-0.20559999346733093,-0.10660000145435333,-0.9728000164031982,-0.20559999346733093,-0.03709999844431877,-0.7186999917030334,0.6942999958992004,-0.03709999844431877,-0.7186999917030334,0.6942999958992004,-0.03709999844431877,-0.7186999917030334,0.6942999958992004,-0.3862999975681305,0.8259000182151794,-0.4106999933719635,-0.3862999975681305,0.8259000182151794,-0.4106999933719635,-0.3862999975681305,0.8259000182151794,-0.4106999933719635,0.039500001817941666,-0.6766999959945679,0.7351999878883362,0.039500001817941666,-0.6766999959945679,0.7351999878883362,0.039500001817941666,-0.6766999959945679,0.7351999878883362,0.033900000154972076,-0.6299999952316284,0.7759000062942505,0.033900000154972076,-0.6299999952316284,0.7759000062942505,0.033900000154972076,-0.6299999952316284,0.7759000062942505,0.26579999923706055,-0.7389000058174133,-0.6190999746322632,0.26579999923706055,-0.7389000058174133,-0.6190999746322632,0.26579999923706055,-0.7389000058174133,-0.6190999746322632,-0.016200000420212746,-0.6694999933242798,0.7426000237464905,-0.016200000420212746,-0.6694999933242798,0.7426000237464905,-0.016200000420212746,-0.6694999933242798,0.7426000237464905,0.7767000198364258,0.4142000079154968,-0.47450000047683716,0.7767000198364258,0.4142000079154968,-0.47450000047683716,0.7767000198364258,0.4142000079154968,-0.47450000047683716,-0.754800021648407,-0.010999999940395355,0.6559000015258789,-0.754800021648407,-0.010999999940395355,0.6559000015258789,-0.754800021648407,-0.010999999940395355,0.6559000015258789,-0.022099999710917473,0.9973000288009644,-0.07069999724626541,-0.022099999710917473,0.9973000288009644,-0.07069999724626541,-0.022099999710917473,0.9973000288009644,-0.07069999724626541,0.8314999938011169,0.16140000522136688,-0.5315999984741211,0.8314999938011169,0.16140000522136688,-0.5315999984741211,0.8314999938011169,0.16140000522136688,-0.5315999984741211,-0.8044999837875366,0.5810999870300293,0.12309999763965607,-0.8044999837875366,0.5810999870300293,0.12309999763965607,-0.8044999837875366,0.5810999870300293,0.12309999763965607,-0.8734999895095825,-0.3427000045776367,-0.3458000123500824,-0.8734999895095825,-0.3427000045776367,-0.3458000123500824,-0.8734999895095825,-0.3427000045776367,-0.3458000123500824,0.5512999892234802,-0.7246000170707703,-0.41339999437332153,0.5512999892234802,-0.7246000170707703,-0.41339999437332153,0.5512999892234802,-0.7246000170707703,-0.41339999437332153,0.9545000195503235,0.2946000099182129,-0.04699999839067459,0.9545000195503235,0.2946000099182129,-0.04699999839067459,0.9545000195503235,0.2946000099182129,-0.04699999839067459,-0.3199999928474426,0.6736999750137329,0.6661999821662903,-0.3199999928474426,0.6736999750137329,0.6661999821662903,-0.3199999928474426,0.6736999750137329,0.6661999821662903,0.6855000257492065,-0.7125999927520752,-0.1492999941110611,0.6855000257492065,-0.7125999927520752,-0.1492999941110611,0.6855000257492065,-0.7125999927520752,-0.1492999941110611,0.9735000133514404,-0.08709999918937683,0.21160000562667847,0.9735000133514404,-0.08709999918937683,0.21160000562667847,0.9735000133514404,-0.08709999918937683,0.21160000562667847,0.14970000088214874,-0.6970000267028809,0.701200008392334,0.14970000088214874,-0.6970000267028809,0.701200008392334,0.14970000088214874,-0.6970000267028809,0.701200008392334,-0.2257000058889389,0.2468000054359436,-0.9423999786376953,-0.2257000058889389,0.2468000054359436,-0.9423999786376953,-0.2257000058889389,0.2468000054359436,-0.9423999786376953,-0.2222999930381775,-0.949400007724762,0.22200000286102295,-0.2222999930381775,-0.949400007724762,0.22200000286102295,-0.2222999930381775,-0.949400007724762,0.22200000286102295,0.32899999618530273,-0.9440000057220459,0.02370000071823597,0.32899999618530273,-0.9440000057220459,0.02370000071823597,0.32899999618530273,-0.9440000057220459,0.02370000071823597,-0.6396999955177307,0.18790000677108765,0.7452999949455261,-0.6396999955177307,0.18790000677108765,0.7452999949455261,-0.6396999955177307,0.18790000677108765,0.7452999949455261,-0.05590000003576279,-0.9943000078201294,-0.09070000052452087,-0.05590000003576279,-0.9943000078201294,-0.09070000052452087,-0.05590000003576279,-0.9943000078201294,-0.09070000052452087,0.36890000104904175,-0.557699978351593,0.7434999942779541,0.36890000104904175,-0.557699978351593,0.7434999942779541,0.36890000104904175,-0.557699978351593,0.7434999942779541,-0.8826000094413757,-0.12210000306367874,0.45399999618530273,-0.8826000094413757,-0.12210000306367874,0.45399999618530273,-0.8826000094413757,-0.12210000306367874,0.45399999618530273,0.1387999951839447,-0.9575999975204468,0.2524999976158142,0.1387999951839447,-0.9575999975204468,0.2524999976158142,0.1387999951839447,-0.9575999975204468,0.2524999976158142,0.8357999920845032,-0.48080000281333923,-0.26510000228881836,0.8357999920845032,-0.48080000281333923,-0.26510000228881836,0.8357999920845032,-0.48080000281333923,-0.26510000228881836,-0.41609999537467957,-0.8450999855995178,0.33559998869895935,-0.41609999537467957,-0.8450999855995178,0.33559998869895935,-0.41609999537467957,-0.8450999855995178,0.33559998869895935,-0.9158999919891357,-0.10719999670982361,-0.38670000433921814,-0.9158999919891357,-0.10719999670982361,-0.38670000433921814,-0.9158999919891357,-0.10719999670982361,-0.38670000433921814,0.7013999819755554,-0.0778999999165535,0.7085000276565552,0.7013999819755554,-0.0778999999165535,0.7085000276565552,0.7013999819755554,-0.0778999999165535,0.7085000276565552,-0.9794999957084656,-0.02319999970495701,0.20010000467300415,-0.9794999957084656,-0.02319999970495701,0.20010000467300415,-0.9794999957084656,-0.02319999970495701,0.20010000467300415,-0.9940000176429749,-0.01269999984651804,0.10890000313520432,-0.9940000176429749,-0.01269999984651804,0.10890000313520432,-0.9940000176429749,-0.01269999984651804,0.10890000313520432,0.2685999870300293,-0.3107999861240387,-0.9117000102996826,0.2685999870300293,-0.3107999861240387,-0.9117000102996826,0.2685999870300293,-0.3107999861240387,-0.9117000102996826,0.5127000212669373,0.8489999771118164,0.1281999945640564,0.5127000212669373,0.8489999771118164,0.1281999945640564,0.5127000212669373,0.8489999771118164,0.1281999945640564,0.43320000171661377,-0.7954000234603882,0.423799991607666,0.43320000171661377,-0.7954000234603882,0.423799991607666,0.43320000171661377,-0.7954000234603882,0.423799991607666,0.24230000376701355,-0.8751000165939331,0.4189000129699707,0.24230000376701355,-0.8751000165939331,0.4189000129699707,0.24230000376701355,-0.8751000165939331,0.4189000129699707,0.0066999997943639755,-0.8242999911308289,0.566100001335144,0.0066999997943639755,-0.8242999911308289,0.566100001335144,0.0066999997943639755,-0.8242999911308289,0.566100001335144,-0.20180000364780426,-0.3393000066280365,-0.9187999963760376,-0.20180000364780426,-0.3393000066280365,-0.9187999963760376,-0.20180000364780426,-0.3393000066280365,-0.9187999963760376,0.6381999850273132,-0.15520000457763672,-0.7541000247001648,0.6381999850273132,-0.15520000457763672,-0.7541000247001648,0.6381999850273132,-0.15520000457763672,-0.7541000247001648,0.9625999927520752,-0.1096000000834465,0.24779999256134033,0.9625999927520752,-0.1096000000834465,0.24779999256134033,0.9625999927520752,-0.1096000000834465,0.24779999256134033,-0.5934000015258789,0.7361999750137329,-0.3253999948501587,-0.5934000015258789,0.7361999750137329,-0.3253999948501587,-0.5934000015258789,0.7361999750137329,-0.3253999948501587,0.16949999332427979,-0.9416000247001648,0.29109999537467957,0.16949999332427979,-0.9416000247001648,0.29109999537467957,0.16949999332427979,-0.9416000247001648,0.29109999537467957,0.3707999885082245,0.8086000084877014,0.4569000005722046,0.3707999885082245,0.8086000084877014,0.4569000005722046,0.3707999885082245,0.8086000084877014,0.4569000005722046,-0.8960000276565552,-0.20980000495910645,-0.391400009393692,-0.8960000276565552,-0.20980000495910645,-0.391400009393692,-0.8960000276565552,-0.20980000495910645,-0.391400009393692,-0.6032999753952026,0.6207000017166138,-0.5008000135421753,-0.6032999753952026,0.6207000017166138,-0.5008000135421753,-0.6032999753952026,0.6207000017166138,-0.5008000135421753,-0.45159998536109924,0.35679998993873596,-0.817799985408783,-0.45159998536109924,0.35679998993873596,-0.817799985408783,-0.45159998536109924,0.35679998993873596,-0.817799985408783,0.2718999981880188,-0.8151999711990356,0.5113000273704529,0.2718999981880188,-0.8151999711990356,0.5113000273704529,0.2718999981880188,-0.8151999711990356,0.5113000273704529,-0.47940000891685486,-0.8580999970436096,0.18400000035762787,-0.47940000891685486,-0.8580999970436096,0.18400000035762787,-0.47940000891685486,-0.8580999970436096,0.18400000035762787,-0.3564000129699707,-0.9023000001907349,-0.2425999939441681,-0.3564000129699707,-0.9023000001907349,-0.2425999939441681,-0.3564000129699707,-0.9023000001907349,-0.2425999939441681,-0.5978000164031982,-0.5741000175476074,-0.5595999956130981,-0.5978000164031982,-0.5741000175476074,-0.5595999956130981,-0.5978000164031982,-0.5741000175476074,-0.5595999956130981,-0.6004999876022339,0.1973000019788742,-0.7749000191688538,-0.6004999876022339,0.1973000019788742,-0.7749000191688538,-0.6004999876022339,0.1973000019788742,-0.7749000191688538,0.6491000056266785,-0.6549000144004822,-0.3869999945163727,0.6491000056266785,-0.6549000144004822,-0.3869999945163727,0.6491000056266785,-0.6549000144004822,-0.3869999945163727,0.5533000230789185,0.016599999740719795,0.8327999711036682,0.5533000230789185,0.016599999740719795,0.8327999711036682,0.5533000230789185,0.016599999740719795,0.8327999711036682,0.028999999165534973,-0.902400016784668,0.42989999055862427,0.028999999165534973,-0.902400016784668,0.42989999055862427,0.028999999165534973,-0.902400016784668,0.42989999055862427,0.46070000529289246,-0.7114999890327454,0.5307000279426575,0.46070000529289246,-0.7114999890327454,0.5307000279426575,0.46070000529289246,-0.7114999890327454,0.5307000279426575,-0.5303000211715698,0.28439998626708984,0.7986999750137329,-0.5303000211715698,0.28439998626708984,0.7986999750137329,-0.5303000211715698,0.28439998626708984,0.7986999750137329,-0.3400000035762787,-0.6320000290870667,-0.696399986743927,-0.3400000035762787,-0.6320000290870667,-0.696399986743927,-0.3400000035762787,-0.6320000290870667,-0.696399986743927,0.10119999945163727,0.5228000283241272,0.8464000225067139,0.10119999945163727,0.5228000283241272,0.8464000225067139,0.10119999945163727,0.5228000283241272,0.8464000225067139,0.17389999330043793,-0.34450000524520874,0.9225000143051147,0.17389999330043793,-0.34450000524520874,0.9225000143051147,0.17389999330043793,-0.34450000524520874,0.9225000143051147,-0.9002000093460083,-0.43369999527931213,0.03889999911189079,-0.9002000093460083,-0.43369999527931213,0.03889999911189079,-0.9002000093460083,-0.43369999527931213,0.03889999911189079,0.05040000006556511,0.25920000672340393,0.9645000100135803,0.05040000006556511,0.25920000672340393,0.9645000100135803,0.05040000006556511,0.25920000672340393,0.9645000100135803,0.19040000438690186,0.9810000061988831,-0.03819999843835831,0.19040000438690186,0.9810000061988831,-0.03819999843835831,0.19040000438690186,0.9810000061988831,-0.03819999843835831,0.33219999074935913,0.8489999771118164,-0.4108000099658966,0.33219999074935913,0.8489999771118164,-0.4108000099658966,0.33219999074935913,0.8489999771118164,-0.4108000099658966,-0.32670000195503235,0.6453999876976013,0.6904000043869019,-0.32670000195503235,0.6453999876976013,0.6904000043869019,-0.32670000195503235,0.6453999876976013,0.6904000043869019,0.033799998462200165,-0.8123000264167786,0.5821999907493591,0.033799998462200165,-0.8123000264167786,0.5821999907493591,0.033799998462200165,-0.8123000264167786,0.5821999907493591,-0.4726000130176544,-0.6207000017166138,0.6255999803543091,-0.4726000130176544,-0.6207000017166138,0.6255999803543091,-0.4726000130176544,-0.6207000017166138,0.6255999803543091,0.08529999852180481,-0.003100000089034438,0.9962999820709229,0.08529999852180481,-0.003100000089034438,0.9962999820709229,0.08529999852180481,-0.003100000089034438,0.9962999820709229,-0.008200000040233135,0.25699999928474426,-0.9664000272750854,-0.008200000040233135,0.25699999928474426,-0.9664000272750854,-0.008200000040233135,0.25699999928474426,-0.9664000272750854,-0.5202000141143799,0.2029999941587448,-0.8295999765396118,-0.5202000141143799,0.2029999941587448,-0.8295999765396118,-0.5202000141143799,0.2029999941587448,-0.8295999765396118,0.35510000586509705,0.8192999958992004,-0.45019999146461487,0.35510000586509705,0.8192999958992004,-0.45019999146461487,0.35510000586509705,0.8192999958992004,-0.45019999146461487,-0.49070000648498535,-0.8690999746322632,-0.062300000339746475,-0.49070000648498535,-0.8690999746322632,-0.062300000339746475,-0.49070000648498535,-0.8690999746322632,-0.062300000339746475,-0.7124999761581421,0.47920000553131104,-0.512499988079071,-0.7124999761581421,0.47920000553131104,-0.512499988079071,-0.7124999761581421,0.47920000553131104,-0.512499988079071,-0.3700000047683716,-0.6710000038146973,0.6424999833106995,-0.3700000047683716,-0.6710000038146973,0.6424999833106995,-0.3700000047683716,-0.6710000038146973,0.6424999833106995,0.36230000853538513,-0.8169999718666077,0.44859999418258667,0.36230000853538513,-0.8169999718666077,0.44859999418258667,0.36230000853538513,-0.8169999718666077,0.44859999418258667,-0.43709999322891235,0.8981999754905701,0.047200001776218414,-0.43709999322891235,0.8981999754905701,0.047200001776218414,-0.43709999322891235,0.8981999754905701,0.047200001776218414,0.18860000371932983,-0.8600000143051147,-0.4740999937057495,0.18860000371932983,-0.8600000143051147,-0.4740999937057495,0.18860000371932983,-0.8600000143051147,-0.4740999937057495,0.17800000309944153,0.8810999989509583,-0.43810001015663147,0.17800000309944153,0.8810999989509583,-0.43810001015663147,0.17800000309944153,0.8810999989509583,-0.43810001015663147,-0.8705999851226807,-0.48249998688697815,0.09570000320672989,-0.8705999851226807,-0.48249998688697815,0.09570000320672989,-0.8705999851226807,-0.48249998688697815,0.09570000320672989,-0.5978000164031982,0.7135000228881836,-0.3653999865055084,-0.5978000164031982,0.7135000228881836,-0.3653999865055084,-0.5978000164031982,0.7135000228881836,-0.3653999865055084,-0.09849999845027924,0.9943000078201294,0.039799999445676804,-0.09849999845027924,0.9943000078201294,0.039799999445676804,-0.09849999845027924,0.9943000078201294,0.039799999445676804,0.07900000363588333,0.9650999903678894,0.24950000643730164,0.07900000363588333,0.9650999903678894,0.24950000643730164,0.07900000363588333,0.9650999903678894,0.24950000643730164,0.181099995970726,0.13040000200271606,-0.9747999906539917,0.181099995970726,0.13040000200271606,-0.9747999906539917,0.181099995970726,0.13040000200271606,-0.9747999906539917,-0.7152000069618225,0.039799999445676804,-0.6977999806404114,-0.7152000069618225,0.039799999445676804,-0.6977999806404114,-0.7152000069618225,0.039799999445676804,-0.6977999806404114,0.9898999929428101,0.12359999865293503,-0.06880000233650208,0.9898999929428101,0.12359999865293503,-0.06880000233650208,0.9898999929428101,0.12359999865293503,-0.06880000233650208,0.7688000202178955,0.5928999781608582,0.23970000445842743,0.7688000202178955,0.5928999781608582,0.23970000445842743,0.7688000202178955,0.5928999781608582,0.23970000445842743,-0.09650000184774399,0.44339999556541443,-0.8910999894142151,-0.09650000184774399,0.44339999556541443,-0.8910999894142151,-0.09650000184774399,0.44339999556541443,-0.8910999894142151,0.27160000801086426,0.9193000197410583,0.2849000096321106,0.27160000801086426,0.9193000197410583,0.2849000096321106,0.27160000801086426,0.9193000197410583,0.2849000096321106,-0.6833999752998352,-0.031599998474121094,0.7293999791145325,-0.6833999752998352,-0.031599998474121094,0.7293999791145325,-0.6833999752998352,-0.031599998474121094,0.7293999791145325,-0.9501000046730042,-0.2624000012874603,0.16869999468326569,-0.9501000046730042,-0.2624000012874603,0.16869999468326569,-0.9501000046730042,-0.2624000012874603,0.16869999468326569,-0.07779999822378159,0.6419000029563904,-0.7627999782562256,-0.07779999822378159,0.6419000029563904,-0.7627999782562256,-0.07779999822378159,0.6419000029563904,-0.7627999782562256,-0.31299999356269836,0.9394999742507935,-0.13910000026226044,-0.31299999356269836,0.9394999742507935,-0.13910000026226044,-0.31299999356269836,0.9394999742507935,-0.13910000026226044,0.5799000263214111,-0.7912999987602234,-0.19370000064373016,0.5799000263214111,-0.7912999987602234,-0.19370000064373016,0.5799000263214111,-0.7912999987602234,-0.19370000064373016,0.5131000280380249,0.5088000297546387,0.6912000179290771,0.5131000280380249,0.5088000297546387,0.6912000179290771,0.5131000280380249,0.5088000297546387,0.6912000179290771,-0.45080000162124634,0.535099983215332,-0.7143999934196472,-0.45080000162124634,0.535099983215332,-0.7143999934196472,-0.45080000162124634,0.535099983215332,-0.7143999934196472,0.9616000056266785,0.07039999961853027,-0.2653000056743622,0.9616000056266785,0.07039999961853027,-0.2653000056743622,0.9616000056266785,0.07039999961853027,-0.2653000056743622,0.421999990940094,-0.84579998254776,0.3264000117778778,0.421999990940094,-0.84579998254776,0.3264000117778778,0.421999990940094,-0.84579998254776,0.3264000117778778,-0.5573999881744385,-0.8234999775886536,-0.10610000044107437,-0.5573999881744385,-0.8234999775886536,-0.10610000044107437,-0.5573999881744385,-0.8234999775886536,-0.10610000044107437,-0.7802000045776367,-0.350600004196167,-0.5181000232696533,-0.7802000045776367,-0.350600004196167,-0.5181000232696533,-0.7802000045776367,-0.350600004196167,-0.5181000232696533,-0.3727000057697296,-0.8299000263214111,0.41519999504089355,-0.3727000057697296,-0.8299000263214111,0.41519999504089355,-0.3727000057697296,-0.8299000263214111,0.41519999504089355,0.4706000089645386,-0.882099986076355,-0.021900000050663948,0.4706000089645386,-0.882099986076355,-0.021900000050663948,0.4706000089645386,-0.882099986076355,-0.021900000050663948,0.9146999716758728,-0.3398999869823456,0.21879999339580536,0.9146999716758728,-0.3398999869823456,0.21879999339580536,0.9146999716758728,-0.3398999869823456,0.21879999339580536,0.060499999672174454,-0.7283999919891357,-0.6823999881744385,0.060499999672174454,-0.7283999919891357,-0.6823999881744385,0.060499999672174454,-0.7283999919891357,-0.6823999881744385,0.9689000248908997,0.14249999821186066,0.20239999890327454,0.9689000248908997,0.14249999821186066,0.20239999890327454,0.9689000248908997,0.14249999821186066,0.20239999890327454,0.6069999933242798,0.5565000176429749,0.567300021648407,0.6069999933242798,0.5565000176429749,0.567300021648407,0.6069999933242798,0.5565000176429749,0.567300021648407,-0.2224999964237213,0.9423999786376953,0.24979999661445618,-0.2224999964237213,0.9423999786376953,0.24979999661445618,-0.2224999964237213,0.9423999786376953,0.24979999661445618,-0.5117999911308289,-0.3970000147819519,-0.761900007724762,-0.5117999911308289,-0.3970000147819519,-0.761900007724762,-0.5117999911308289,-0.3970000147819519,-0.761900007724762,0.8705999851226807,-0.48249998688697815,0.09570000320672989,0.8705999851226807,-0.48249998688697815,0.09570000320672989,0.8705999851226807,-0.48249998688697815,0.09570000320672989,0.796500027179718,0.11879999935626984,-0.5928999781608582,0.796500027179718,0.11879999935626984,-0.5928999781608582,0.796500027179718,0.11879999935626984,-0.5928999781608582,0.911300003528595,0.39500001072883606,-0.11590000241994858,0.911300003528595,0.39500001072883606,-0.11590000241994858,0.911300003528595,0.39500001072883606,-0.11590000241994858,-0.9496999979019165,0.11789999902248383,-0.29010000824928284,-0.9496999979019165,0.11789999902248383,-0.29010000824928284,-0.9496999979019165,0.11789999902248383,-0.29010000824928284,0.6478000283241272,0.5824000239372253,0.491100013256073,0.6478000283241272,0.5824000239372253,0.491100013256073,0.6478000283241272,0.5824000239372253,0.491100013256073,-0.7803999781608582,0.36390000581741333,-0.5084999799728394,-0.7803999781608582,0.36390000581741333,-0.5084999799728394,-0.7803999781608582,0.36390000581741333,-0.5084999799728394,-0.9455000162124634,0.0421999990940094,-0.3228999972343445,-0.9455000162124634,0.0421999990940094,-0.3228999972343445,-0.9455000162124634,0.0421999990940094,-0.3228999972343445,0.789900004863739,-0.46369999647140503,-0.40130001306533813,0.789900004863739,-0.46369999647140503,-0.40130001306533813,0.789900004863739,-0.46369999647140503,-0.40130001306533813,-0.35499998927116394,0.28139999508857727,0.8914999961853027,-0.35499998927116394,0.28139999508857727,0.8914999961853027,-0.35499998927116394,0.28139999508857727,0.8914999961853027,0.633400022983551,0.22059999406337738,-0.7416999936103821,0.633400022983551,0.22059999406337738,-0.7416999936103821,0.633400022983551,0.22059999406337738,-0.7416999936103821,-0.6941999793052673,0.6974999904632568,-0.17800000309944153,-0.6941999793052673,0.6974999904632568,-0.17800000309944153,-0.6941999793052673,0.6974999904632568,-0.17800000309944153,0.2515000104904175,-0.512499988079071,0.8209999799728394,0.2515000104904175,-0.512499988079071,0.8209999799728394,0.2515000104904175,-0.512499988079071,0.8209999799728394,0.9172000288963318,-0.0052999998442828655,0.3984000086784363,0.9172000288963318,-0.0052999998442828655,0.3984000086784363,0.9172000288963318,-0.0052999998442828655,0.3984000086784363,-0.41019999980926514,0.16380000114440918,0.8971999883651733,-0.41019999980926514,0.16380000114440918,0.8971999883651733,-0.41019999980926514,0.16380000114440918,0.8971999883651733,-0.5618000030517578,-0.8115000128746033,0.16060000658035278,-0.5618000030517578,-0.8115000128746033,0.16060000658035278,-0.5618000030517578,-0.8115000128746033,0.16060000658035278,0.9592999815940857,-0.21539999544620514,0.18230000138282776,0.9592999815940857,-0.21539999544620514,0.18230000138282776,0.9592999815940857,-0.21539999544620514,0.18230000138282776,0.9580000042915344,-0.046799998730421066,-0.28299999237060547,0.9580000042915344,-0.046799998730421066,-0.28299999237060547,0.9580000042915344,-0.046799998730421066,-0.28299999237060547,0.5185999870300293,0.5669000148773193,-0.6401000022888184,0.5185999870300293,0.5669000148773193,-0.6401000022888184,0.5185999870300293,0.5669000148773193,-0.6401000022888184,-0.14839999377727509,-0.8781999945640564,-0.4546999931335449,-0.14839999377727509,-0.8781999945640564,-0.4546999931335449,-0.14839999377727509,-0.8781999945640564,-0.4546999931335449,-0.9840999841690063,0.15929999947547913,0.07909999787807465,-0.9840999841690063,0.15929999947547913,0.07909999787807465,-0.9840999841690063,0.15929999947547913,0.07909999787807465,-0.29899999499320984,-0.9103000164031982,0.28610000014305115,-0.29899999499320984,-0.9103000164031982,0.28610000014305115,-0.29899999499320984,-0.9103000164031982,0.28610000014305115,-0.5012000203132629,-0.8021000027656555,-0.3246999979019165,-0.5012000203132629,-0.8021000027656555,-0.3246999979019165,-0.5012000203132629,-0.8021000027656555,-0.3246999979019165,-0.350600004196167,-0.5684999823570251,-0.7443000078201294,-0.350600004196167,-0.5684999823570251,-0.7443000078201294,-0.350600004196167,-0.5684999823570251,-0.7443000078201294,0.02070000022649765,0.9243999719619751,0.3808000087738037,0.02070000022649765,0.9243999719619751,0.3808000087738037,0.02070000022649765,0.9243999719619751,0.3808000087738037,0.29499998688697815,-0.12139999866485596,0.9477999806404114,0.29499998688697815,-0.12139999866485596,0.9477999806404114,0.29499998688697815,-0.12139999866485596,0.9477999806404114,-0.37700000405311584,0.9229999780654907,0.07689999788999557,-0.37700000405311584,0.9229999780654907,0.07689999788999557,-0.37700000405311584,0.9229999780654907,0.07689999788999557,-0.10379999876022339,0.9244999885559082,-0.3666999936103821,-0.10379999876022339,0.9244999885559082,-0.3666999936103821,-0.10379999876022339,0.9244999885559082,-0.3666999936103821,0.43050000071525574,-0.7627999782562256,0.48249998688697815,0.43050000071525574,-0.7627999782562256,0.48249998688697815,0.43050000071525574,-0.7627999782562256,0.48249998688697815,0.37860000133514404,-0.4453999996185303,-0.8112999796867371,0.37860000133514404,-0.4453999996185303,-0.8112999796867371,0.37860000133514404,-0.4453999996185303,-0.8112999796867371,-0.7590000033378601,-0.6187000274658203,0.20270000398159027,-0.7590000033378601,-0.6187000274658203,0.20270000398159027,-0.7590000033378601,-0.6187000274658203,0.20270000398159027,-0.16410000622272491,-0.8970999717712402,0.41019999980926514,-0.16410000622272491,-0.8970999717712402,0.41019999980926514,-0.16410000622272491,-0.8970999717712402,0.41019999980926514,0.36419999599456787,0.7551000118255615,0.545199990272522,0.36419999599456787,0.7551000118255615,0.545199990272522,0.36419999599456787,0.7551000118255615,0.545199990272522,0.569100022315979,-0.6819000244140625,-0.4593999981880188,0.569100022315979,-0.6819000244140625,-0.4593999981880188,0.569100022315979,-0.6819000244140625,-0.4593999981880188,-0.3549000024795532,0.9316999912261963,0.07779999822378159,-0.3549000024795532,0.9316999912261963,0.07779999822378159,-0.3549000024795532,0.9316999912261963,0.07779999822378159,0.09539999812841415,0.7750999927520752,-0.6245999932289124,0.09539999812841415,0.7750999927520752,-0.6245999932289124,0.09539999812841415,0.7750999927520752,-0.6245999932289124,0.2773999869823456,0.9556000232696533,0.09939999878406525,0.2773999869823456,0.9556000232696533,0.09939999878406525,0.2773999869823456,0.9556000232696533,0.09939999878406525,-0.43779999017715454,-0.8618000149726868,-0.25600001215934753,-0.43779999017715454,-0.8618000149726868,-0.25600001215934753,-0.43779999017715454,-0.8618000149726868,-0.25600001215934753,-0.5608000159263611,-0.4763999879360199,0.6772000193595886,-0.5608000159263611,-0.4763999879360199,0.6772000193595886,-0.5608000159263611,-0.4763999879360199,0.6772000193595886,0.8379999995231628,-0.11379999667406082,-0.5335999727249146,0.8379999995231628,-0.11379999667406082,-0.5335999727249146,0.8379999995231628,-0.11379999667406082,-0.5335999727249146,0.49900001287460327,0.6651999950408936,-0.5554999709129333,0.49900001287460327,0.6651999950408936,-0.5554999709129333,0.49900001287460327,0.6651999950408936,-0.5554999709129333,-0.9465000033378601,-0.29429998993873596,-0.13230000436306,-0.9465000033378601,-0.29429998993873596,-0.13230000436306,-0.9465000033378601,-0.29429998993873596,-0.13230000436306,0.6579999923706055,-0.04230000078678131,0.7519000172615051,0.6579999923706055,-0.04230000078678131,0.7519000172615051,0.6579999923706055,-0.04230000078678131,0.7519000172615051,-0.545199990272522,0.8169999718666077,-0.18770000338554382,-0.545199990272522,0.8169999718666077,-0.18770000338554382,-0.545199990272522,0.8169999718666077,-0.18770000338554382,0.6632000207901001,0.614799976348877,0.426800012588501,0.6632000207901001,0.614799976348877,0.426800012588501,0.6632000207901001,0.614799976348877,0.426800012588501,-0.819100022315979,0.2711000144481659,0.5055999755859375,-0.819100022315979,0.2711000144481659,0.5055999755859375,-0.819100022315979,0.2711000144481659,0.5055999755859375,-0.11089999973773956,0.9891999959945679,-0.09600000083446503,-0.11089999973773956,0.9891999959945679,-0.09600000083446503,-0.11089999973773956,0.9891999959945679,-0.09600000083446503,-0.2295999974012375,-0.7926999926567078,0.5648000240325928,-0.2295999974012375,-0.7926999926567078,0.5648000240325928,-0.2295999974012375,-0.7926999926567078,0.5648000240325928,-0.6097999811172485,0.6861000061035156,-0.396699994802475,-0.6097999811172485,0.6861000061035156,-0.396699994802475,-0.6097999811172485,0.6861000061035156,-0.396699994802475,0.13570000231266022,-0.989300012588501,0.053700000047683716,0.13570000231266022,-0.989300012588501,0.053700000047683716,0.13570000231266022,-0.989300012588501,0.053700000047683716,0.15479999780654907,0.8758999705314636,-0.4569000005722046,0.15479999780654907,0.8758999705314636,-0.4569000005722046,0.15479999780654907,0.8758999705314636,-0.4569000005722046,0.3343999981880188,0.8878999948501587,0.3158999979496002,0.3343999981880188,0.8878999948501587,0.3158999979496002,0.3343999981880188,0.8878999948501587,0.3158999979496002,-0.42969998717308044,0.7138000130653381,0.5529999732971191,-0.42969998717308044,0.7138000130653381,0.5529999732971191,-0.42969998717308044,0.7138000130653381,0.5529999732971191,-0.9544000029563904,0.28690001368522644,0.08240000158548355,-0.9544000029563904,0.28690001368522644,0.08240000158548355,-0.9544000029563904,0.28690001368522644,0.08240000158548355,0.5857999920845032,0.6223000288009644,0.5192999839782715,0.5857999920845032,0.6223000288009644,0.5192999839782715,0.5857999920845032,0.6223000288009644,0.5192999839782715,-0.7038000226020813,-0.46000000834465027,0.5412999987602234,-0.7038000226020813,-0.46000000834465027,0.5412999987602234,-0.7038000226020813,-0.46000000834465027,0.5412999987602234,0.9036999940872192,-0.3068999946117401,0.2987000048160553,0.9036999940872192,-0.3068999946117401,0.2987000048160553,0.9036999940872192,-0.3068999946117401,0.2987000048160553,0.6119999885559082,-0.5187000036239624,-0.5968999862670898,0.6119999885559082,-0.5187000036239624,-0.5968999862670898,0.6119999885559082,-0.5187000036239624,-0.5968999862670898,0.9316999912261963,-0.07150000333786011,-0.3562000095844269,0.9316999912261963,-0.07150000333786011,-0.3562000095844269,0.9316999912261963,-0.07150000333786011,-0.3562000095844269,-0.7936999797821045,-0.5975000262260437,0.11429999768733978,-0.7936999797821045,-0.5975000262260437,0.11429999768733978,-0.7936999797821045,-0.5975000262260437,0.11429999768733978,-0.24230000376701355,-0.8751000165939331,0.4189000129699707,-0.24230000376701355,-0.8751000165939331,0.4189000129699707,-0.24230000376701355,-0.8751000165939331,0.4189000129699707,0.6389999985694885,0.3321000039577484,-0.6937999725341797,0.6389999985694885,0.3321000039577484,-0.6937999725341797,0.6389999985694885,0.3321000039577484,-0.6937999725341797,0.9067999720573425,0.008200000040233135,-0.42149999737739563,0.9067999720573425,0.008200000040233135,-0.42149999737739563,0.9067999720573425,0.008200000040233135,-0.42149999737739563,-0.9355000257492065,-0.16249999403953552,-0.31369999051094055,-0.9355000257492065,-0.16249999403953552,-0.31369999051094055,-0.9355000257492065,-0.16249999403953552,-0.31369999051094055,-0.7437000274658203,0.47279998660087585,-0.4726000130176544,-0.7437000274658203,0.47279998660087585,-0.4726000130176544,-0.7437000274658203,0.47279998660087585,-0.4726000130176544,0.2597000002861023,0.11869999766349792,-0.9584000110626221,0.2597000002861023,0.11869999766349792,-0.9584000110626221,0.2597000002861023,0.11869999766349792,-0.9584000110626221,0.7583000063896179,0.4235999882221222,-0.49549999833106995,0.7583000063896179,0.4235999882221222,-0.49549999833106995,0.7583000063896179,0.4235999882221222,-0.49549999833106995,-0.16949999332427979,-0.9416000247001648,0.29109999537467957,-0.16949999332427979,-0.9416000247001648,0.29109999537467957,-0.16949999332427979,-0.9416000247001648,0.29109999537467957,0.14000000059604645,0.8343999981880188,-0.5331000089645386,0.14000000059604645,0.8343999981880188,-0.5331000089645386,0.14000000059604645,0.8343999981880188,-0.5331000089645386,-0.6190000176429749,-0.6919000148773193,-0.3714999854564667,-0.6190000176429749,-0.6919000148773193,-0.3714999854564667,-0.6190000176429749,-0.6919000148773193,-0.3714999854564667,0.41019999980926514,-0.27129998803138733,0.8707000017166138,0.41019999980926514,-0.27129998803138733,0.8707000017166138,0.41019999980926514,-0.27129998803138733,0.8707000017166138,-0.1387999951839447,0.6155999898910522,-0.7757999897003174,-0.1387999951839447,0.6155999898910522,-0.7757999897003174,-0.1387999951839447,0.6155999898910522,-0.7757999897003174,0.4528999924659729,0.7129999995231628,-0.5353000164031982,0.4528999924659729,0.7129999995231628,-0.5353000164031982,0.4528999924659729,0.7129999995231628,-0.5353000164031982,-0.2858999967575073,-0.8585000038146973,-0.42570000886917114,-0.2858999967575073,-0.8585000038146973,-0.42570000886917114,-0.2858999967575073,-0.8585000038146973,-0.42570000886917114,0.37560001015663147,-0.8529000282287598,0.36250001192092896,0.37560001015663147,-0.8529000282287598,0.36250001192092896,0.37560001015663147,-0.8529000282287598,0.36250001192092896,0.42239999771118164,-0.6438000202178955,-0.6380000114440918,0.42239999771118164,-0.6438000202178955,-0.6380000114440918,0.42239999771118164,-0.6438000202178955,-0.6380000114440918,-0.28790000081062317,0.4885999858379364,0.8235999941825867,-0.28790000081062317,0.4885999858379364,0.8235999941825867,-0.28790000081062317,0.4885999858379364,0.8235999941825867,-0.05829999968409538,0.35659998655319214,-0.9323999881744385,-0.05829999968409538,0.35659998655319214,-0.9323999881744385,-0.05829999968409538,0.35659998655319214,-0.9323999881744385,-0.09570000320672989,0.9394999742507935,0.3287999927997589,-0.09570000320672989,0.9394999742507935,0.3287999927997589,-0.09570000320672989,0.9394999742507935,0.3287999927997589,0.15209999680519104,-0.4410000145435333,-0.8845000267028809,0.15209999680519104,-0.4410000145435333,-0.8845000267028809,0.15209999680519104,-0.4410000145435333,-0.8845000267028809,-0.12890000641345978,-0.9835000038146973,0.12729999423027039,-0.12890000641345978,-0.9835000038146973,0.12729999423027039,-0.12890000641345978,-0.9835000038146973,0.12729999423027039,-0.03280000016093254,0.7480999827384949,0.6628000140190125,-0.03280000016093254,0.7480999827384949,0.6628000140190125,-0.03280000016093254,0.7480999827384949,0.6628000140190125,-0.34709998965263367,-0.5120000243186951,-0.7857000231742859,-0.34709998965263367,-0.5120000243186951,-0.7857000231742859,-0.34709998965263367,-0.5120000243186951,-0.7857000231742859,0.30709999799728394,-0.9451000094413757,0.11129999905824661,0.30709999799728394,-0.9451000094413757,0.11129999905824661,0.30709999799728394,-0.9451000094413757,0.11129999905824661,0.6941999793052673,0.623199999332428,0.3601999878883362,0.6941999793052673,0.623199999332428,0.3601999878883362,0.6941999793052673,0.623199999332428,0.3601999878883362,-0.46239998936653137,-0.5493000149726868,-0.6960999965667725,-0.46239998936653137,-0.5493000149726868,-0.6960999965667725,-0.46239998936653137,-0.5493000149726868,-0.6960999965667725,0.004399999976158142,-0.9474999904632568,0.3197000026702881,0.004399999976158142,-0.9474999904632568,0.3197000026702881,0.004399999976158142,-0.9474999904632568,0.3197000026702881,-0.9402999877929688,-0.27000001072883606,-0.2071000039577484,-0.9402999877929688,-0.27000001072883606,-0.2071000039577484,-0.9402999877929688,-0.27000001072883606,-0.2071000039577484,0.9799000024795532,0.1867000013589859,0.07109999656677246,0.9799000024795532,0.1867000013589859,0.07109999656677246,0.9799000024795532,0.1867000013589859,0.07109999656677246,-0.058400001376867294,-0.7782999873161316,0.6251999735832214,-0.058400001376867294,-0.7782999873161316,0.6251999735832214,-0.058400001376867294,-0.7782999873161316,0.6251999735832214,0.22220000624656677,-0.7261999845504761,0.650600016117096,0.22220000624656677,-0.7261999845504761,0.650600016117096,0.22220000624656677,-0.7261999845504761,0.650600016117096,-0.5218999981880188,0.8120999932289124,0.26109999418258667,-0.5218999981880188,0.8120999932289124,0.26109999418258667,-0.5218999981880188,0.8120999932289124,0.26109999418258667,0.9478999972343445,-0.18230000138282776,-0.2612000107765198,0.9478999972343445,-0.18230000138282776,-0.2612000107765198,0.9478999972343445,-0.18230000138282776,-0.2612000107765198,0.2678000032901764,-0.3314000070095062,0.904699981212616,0.2678000032901764,-0.3314000070095062,0.904699981212616,0.2678000032901764,-0.3314000070095062,0.904699981212616,0.8553000092506409,-0.48350000381469727,0.18629999458789825,0.8553000092506409,-0.48350000381469727,0.18629999458789825,0.8553000092506409,-0.48350000381469727,0.18629999458789825,-0.11630000174045563,0.48179998993873596,0.8684999942779541,-0.11630000174045563,0.48179998993873596,0.8684999942779541,-0.11630000174045563,0.48179998993873596,0.8684999942779541,-0.4424000084400177,-0.8956999778747559,0.044599998742341995,-0.4424000084400177,-0.8956999778747559,0.044599998742341995,-0.4424000084400177,-0.8956999778747559,0.044599998742341995,0.07020000368356705,-0.9943000078201294,-0.08049999922513962,0.07020000368356705,-0.9943000078201294,-0.08049999922513962,0.07020000368356705,-0.9943000078201294,-0.08049999922513962,-0.6200000047683716,-0.7843000292778015,0.01979999989271164,-0.6200000047683716,-0.7843000292778015,0.01979999989271164,-0.6200000047683716,-0.7843000292778015,0.01979999989271164,-0.1509999930858612,0.9488999843597412,0.2770000100135803,-0.1509999930858612,0.9488999843597412,0.2770000100135803,-0.1509999930858612,0.9488999843597412,0.2770000100135803,-0.1264999955892563,-0.18299999833106995,-0.9750000238418579,-0.1264999955892563,-0.18299999833106995,-0.9750000238418579,-0.1264999955892563,-0.18299999833106995,-0.9750000238418579,0.8396999835968018,0.3434000015258789,-0.4205999970436096,0.8396999835968018,0.3434000015258789,-0.4205999970436096,0.8396999835968018,0.3434000015258789,-0.4205999970436096,0.9574000239372253,0.2865000069141388,-0.035599999129772186,0.9574000239372253,0.2865000069141388,-0.035599999129772186,0.9574000239372253,0.2865000069141388,-0.035599999129772186,0.2849999964237213,-0.7692000269889832,0.5719000101089478,0.2849999964237213,-0.7692000269889832,0.5719000101089478,0.2849999964237213,-0.7692000269889832,0.5719000101089478,-0.786300003528595,0.6177999973297119,0.0024999999441206455,-0.786300003528595,0.6177999973297119,0.0024999999441206455,-0.786300003528595,0.6177999973297119,0.0024999999441206455,-0.9962999820709229,0.08429999649524689,-0.01810000091791153,-0.9962999820709229,0.08429999649524689,-0.01810000091791153,-0.9962999820709229,0.08429999649524689,-0.01810000091791153,0.6782000064849854,-0.5167999863624573,-0.5224999785423279,0.6782000064849854,-0.5167999863624573,-0.5224999785423279,0.6782000064849854,-0.5167999863624573,-0.5224999785423279,-0.9225000143051147,0.375,0.09099999815225601,-0.9225000143051147,0.375,0.09099999815225601,-0.9225000143051147,0.375,0.09099999815225601,0.2662000060081482,0.9046000242233276,0.3328999876976013,0.2662000060081482,0.9046000242233276,0.3328999876976013,0.2662000060081482,0.9046000242233276,0.3328999876976013,-0.9853000044822693,0.1607999950647354,-0.05689999833703041,-0.9853000044822693,0.1607999950647354,-0.05689999833703041,-0.9853000044822693,0.1607999950647354,-0.05689999833703041,0.30309998989105225,0.9241999983787537,0.23240000009536743,0.30309998989105225,0.9241999983787537,0.23240000009536743,0.30309998989105225,0.9241999983787537,0.23240000009536743,-0.7613999843597412,0.4406000077724457,0.475600004196167,-0.7613999843597412,0.4406000077724457,0.475600004196167,-0.7613999843597412,0.4406000077724457,0.475600004196167,-0.7949000000953674,0.1274999976158142,0.5932000279426575,-0.7949000000953674,0.1274999976158142,0.5932000279426575,-0.7949000000953674,0.1274999976158142,0.5932000279426575,-0.6154000163078308,-0.7803000211715698,-0.11140000075101852,-0.6154000163078308,-0.7803000211715698,-0.11140000075101852,-0.6154000163078308,-0.7803000211715698,-0.11140000075101852,-0.8824999928474426,-0.3093000054359436,0.35440000891685486,-0.8824999928474426,-0.3093000054359436,0.35440000891685486,-0.8824999928474426,-0.3093000054359436,0.35440000891685486,-0.1808999925851822,-0.03359999880194664,-0.9829000234603882,-0.1808999925851822,-0.03359999880194664,-0.9829000234603882,-0.1808999925851822,-0.03359999880194664,-0.9829000234603882,-0.9879999756813049,-0.08579999953508377,0.1281999945640564,-0.9879999756813049,-0.08579999953508377,0.1281999945640564,-0.9879999756813049,-0.08579999953508377,0.1281999945640564,0.10499999672174454,-0.6021999716758728,0.7914000153541565,0.10499999672174454,-0.6021999716758728,0.7914000153541565,0.10499999672174454,-0.6021999716758728,0.7914000153541565,0.8515999913215637,0.41749998927116394,-0.31709998846054077,0.8515999913215637,0.41749998927116394,-0.31709998846054077,0.8515999913215637,0.41749998927116394,-0.31709998846054077,-0.9294999837875366,0.3102000057697296,0.1995999962091446,-0.9294999837875366,0.3102000057697296,0.1995999962091446,-0.9294999837875366,0.3102000057697296,0.1995999962091446,0.597599983215332,-0.6668000221252441,-0.44530001282691956,0.597599983215332,-0.6668000221252441,-0.44530001282691956,0.597599983215332,-0.6668000221252441,-0.44530001282691956,-0.2160000056028366,0.6474000215530396,0.73089998960495,-0.2160000056028366,0.6474000215530396,0.73089998960495,-0.2160000056028366,0.6474000215530396,0.73089998960495,0.9605000019073486,0.2547999918460846,-0.11219999939203262,0.9605000019073486,0.2547999918460846,-0.11219999939203262,0.9605000019073486,0.2547999918460846,-0.11219999939203262,-0.32330000400543213,-0.8253999948501587,-0.4627000093460083,-0.32330000400543213,-0.8253999948501587,-0.4627000093460083,-0.32330000400543213,-0.8253999948501587,-0.4627000093460083,-0.038600001484155655,0.8970000147819519,-0.44020000100135803,-0.038600001484155655,0.8970000147819519,-0.44020000100135803,-0.038600001484155655,0.8970000147819519,-0.44020000100135803,0.5163000226020813,0.7991999983787537,-0.3077000081539154,0.5163000226020813,0.7991999983787537,-0.3077000081539154,0.5163000226020813,0.7991999983787537,-0.3077000081539154,0.6464999914169312,0.7186999917030334,-0.25600001215934753,0.6464999914169312,0.7186999917030334,-0.25600001215934753,0.6464999914169312,0.7186999917030334,-0.25600001215934753,0.38749998807907104,0.779699981212616,-0.4918000102043152,0.38749998807907104,0.779699981212616,-0.4918000102043152,0.38749998807907104,0.779699981212616,-0.4918000102043152,-0.15600000321865082,-0.43790000677108765,0.8853999972343445,-0.15600000321865082,-0.43790000677108765,0.8853999972343445,-0.15600000321865082,-0.43790000677108765,0.8853999972343445,0.4546999931335449,0.8001000285148621,0.3912999927997589,0.4546999931335449,0.8001000285148621,0.3912999927997589,0.4546999931335449,0.8001000285148621,0.3912999927997589,0.89410001039505,0.1800999939441681,-0.41019999980926514,0.89410001039505,0.1800999939441681,-0.41019999980926514,0.89410001039505,0.1800999939441681,-0.41019999980926514,0.9520999789237976,-0.22939999401569366,-0.2021999955177307,0.9520999789237976,-0.22939999401569366,-0.2021999955177307,0.9520999789237976,-0.22939999401569366,-0.2021999955177307,-0.26669999957084656,0.8384000062942505,0.47530001401901245,-0.26669999957084656,0.8384000062942505,0.47530001401901245,-0.26669999957084656,0.8384000062942505,0.47530001401901245,0.04780000075697899,-0.998199999332428,-0.036400001496076584,0.04780000075697899,-0.998199999332428,-0.036400001496076584,0.04780000075697899,-0.998199999332428,-0.036400001496076584,-0.16670000553131104,0.9280999898910522,-0.33309999108314514,-0.16670000553131104,0.9280999898910522,-0.33309999108314514,-0.16670000553131104,0.9280999898910522,-0.33309999108314514,0.6051999926567078,-0.7168999910354614,-0.34610000252723694,0.6051999926567078,-0.7168999910354614,-0.34610000252723694,0.6051999926567078,-0.7168999910354614,-0.34610000252723694,-0.695900022983551,-0.4115000069141388,0.5885000228881836,-0.695900022983551,-0.4115000069141388,0.5885000228881836,-0.695900022983551,-0.4115000069141388,0.5885000228881836,0.5536999702453613,0.15690000355243683,0.817799985408783,0.5536999702453613,0.15690000355243683,0.817799985408783,0.5536999702453613,0.15690000355243683,0.817799985408783,-0.16680000722408295,-0.22660000622272491,-0.9595999717712402,-0.16680000722408295,-0.22660000622272491,-0.9595999717712402,-0.16680000722408295,-0.22660000622272491,-0.9595999717712402,-0.03840000182390213,0.9603000283241272,0.27639999985694885,-0.03840000182390213,0.9603000283241272,0.27639999985694885,-0.03840000182390213,0.9603000283241272,0.27639999985694885,0.36980000138282776,0.8410000205039978,-0.39489999413490295,0.36980000138282776,0.8410000205039978,-0.39489999413490295,0.36980000138282776,0.8410000205039978,-0.39489999413490295,0.2906999886035919,-0.6080999970436096,0.7386999726295471,0.2906999886035919,-0.6080999970436096,0.7386999726295471,0.2906999886035919,-0.6080999970436096,0.7386999726295471,0.9060999751091003,-0.42309999465942383,-0.008799999952316284,0.9060999751091003,-0.42309999465942383,-0.008799999952316284,0.9060999751091003,-0.42309999465942383,-0.008799999952316284,-0.5328999757766724,-0.7105000019073486,-0.4595000147819519,-0.5328999757766724,-0.7105000019073486,-0.4595000147819519,-0.5328999757766724,-0.7105000019073486,-0.4595000147819519,-0.8970000147819519,0.38839998841285706,0.210999995470047,-0.8970000147819519,0.38839998841285706,0.210999995470047,-0.8970000147819519,0.38839998841285706,0.210999995470047,0.8628000020980835,-0.1468999981880188,0.4837000072002411,0.8628000020980835,-0.1468999981880188,0.4837000072002411,0.8628000020980835,-0.1468999981880188,0.4837000072002411,0.992900013923645,0.06300000101327896,-0.10100000351667404,0.992900013923645,0.06300000101327896,-0.10100000351667404,0.992900013923645,0.06300000101327896,-0.10100000351667404,0.1005999967455864,-0.8679999709129333,0.486299991607666,0.1005999967455864,-0.8679999709129333,0.486299991607666,0.1005999967455864,-0.8679999709129333,0.486299991607666,-0.3158999979496002,0.8774999976158142,-0.36079999804496765,-0.3158999979496002,0.8774999976158142,-0.36079999804496765,-0.3158999979496002,0.8774999976158142,-0.36079999804496765,0.9537000060081482,-0.04830000177025795,0.29670000076293945,0.9537000060081482,-0.04830000177025795,0.29670000076293945,0.9537000060081482,-0.04830000177025795,0.29670000076293945,-0.9886999726295471,0.04450000077486038,-0.14319999516010284,-0.9886999726295471,0.04450000077486038,-0.14319999516010284,-0.9886999726295471,0.04450000077486038,-0.14319999516010284,0.0731000006198883,-0.32339999079704285,0.9434000253677368,0.0731000006198883,-0.32339999079704285,0.9434000253677368,0.0731000006198883,-0.32339999079704285,0.9434000253677368,-0.5099999904632568,-0.508899986743927,-0.6934000253677368,-0.5099999904632568,-0.508899986743927,-0.6934000253677368,-0.5099999904632568,-0.508899986743927,-0.6934000253677368,-0.9745000004768372,-0.18700000643730164,0.12430000305175781,-0.9745000004768372,-0.18700000643730164,0.12430000305175781,-0.9745000004768372,-0.18700000643730164,0.12430000305175781,-0.7702999711036682,0.5529000163078308,-0.31769999861717224,-0.7702999711036682,0.5529000163078308,-0.31769999861717224,-0.7702999711036682,0.5529000163078308,-0.31769999861717224,0.23639999330043793,-0.761900007724762,0.6031000018119812,0.23639999330043793,-0.761900007724762,0.6031000018119812,0.23639999330043793,-0.761900007724762,0.6031000018119812,-0.03999999910593033,-0.5814999938011169,-0.8125,-0.03999999910593033,-0.5814999938011169,-0.8125,-0.03999999910593033,-0.5814999938011169,-0.8125,-0.8687999844551086,-0.45579999685287476,0.19380000233650208,-0.8687999844551086,-0.45579999685287476,0.19380000233650208,-0.8687999844551086,-0.45579999685287476,0.19380000233650208,-0.7242000102996826,-0.2581999897956848,-0.6394000053405762,-0.7242000102996826,-0.2581999897956848,-0.6394000053405762,-0.7242000102996826,-0.2581999897956848,-0.6394000053405762,0.3125999867916107,0.7285000085830688,0.6096000075340271,0.3125999867916107,0.7285000085830688,0.6096000075340271,0.3125999867916107,0.7285000085830688,0.6096000075340271,0.29339998960494995,-0.9187999963760376,0.26409998536109924,0.29339998960494995,-0.9187999963760376,0.26409998536109924,0.29339998960494995,-0.9187999963760376,0.26409998536109924,0.7204999923706055,-0.27950000762939453,-0.6345999836921692,0.7204999923706055,-0.27950000762939453,-0.6345999836921692,0.7204999923706055,-0.27950000762939453,-0.6345999836921692,0.06629999727010727,-0.9947999715805054,-0.07779999822378159,0.06629999727010727,-0.9947999715805054,-0.07779999822378159,0.06629999727010727,-0.9947999715805054,-0.07779999822378159,-0.42570000886917114,0.8137000203132629,-0.39590001106262207,-0.42570000886917114,0.8137000203132629,-0.39590001106262207,-0.42570000886917114,0.8137000203132629,-0.39590001106262207,-0.49470001459121704,0.4198000133037567,0.7609000205993652,-0.49470001459121704,0.4198000133037567,0.7609000205993652,-0.49470001459121704,0.4198000133037567,0.7609000205993652,0.27959999442100525,-0.9584000110626221,0.05700000002980232,0.27959999442100525,-0.9584000110626221,0.05700000002980232,0.27959999442100525,-0.9584000110626221,0.05700000002980232,-0.3889000117778778,0.9158999919891357,0.09969999641180038,-0.3889000117778778,0.9158999919891357,0.09969999641180038,-0.3889000117778778,0.9158999919891357,0.09969999641180038,-0.8582000136375427,-0.18639999628067017,0.478300005197525,-0.8582000136375427,-0.18639999628067017,0.478300005197525,-0.8582000136375427,-0.18639999628067017,0.478300005197525,0.39489999413490295,0.052000001072883606,-0.9172000288963318,0.39489999413490295,0.052000001072883606,-0.9172000288963318,0.39489999413490295,0.052000001072883606,-0.9172000288963318,-0.7657999992370605,-0.23919999599456787,0.5968999862670898,-0.7657999992370605,-0.23919999599456787,0.5968999862670898,-0.7657999992370605,-0.23919999599456787,0.5968999862670898,0.351500004529953,0.7832000255584717,-0.5128999948501587,0.351500004529953,0.7832000255584717,-0.5128999948501587,0.351500004529953,0.7832000255584717,-0.5128999948501587,-0.4742000102996826,-0.7361000180244446,0.4830999970436096,-0.4742000102996826,-0.7361000180244446,0.4830999970436096,-0.4742000102996826,-0.7361000180244446,0.4830999970436096,0.07460000365972519,0.9955000281333923,0.05829999968409538,0.07460000365972519,0.9955000281333923,0.05829999968409538,0.07460000365972519,0.9955000281333923,0.05829999968409538,0.553600013256073,0.8237000107765198,-0.12250000238418579,0.553600013256073,0.8237000107765198,-0.12250000238418579,0.553600013256073,0.8237000107765198,-0.12250000238418579,-0.5945000052452087,0.8034999966621399,0.03150000050663948,-0.5945000052452087,0.8034999966621399,0.03150000050663948,-0.5945000052452087,0.8034999966621399,0.03150000050663948,-0.9983999729156494,0.013199999928474426,-0.05420000106096268,-0.9983999729156494,0.013199999928474426,-0.05420000106096268,-0.9983999729156494,0.013199999928474426,-0.05420000106096268,-0.5351999998092651,-0.8446999788284302,0.007199999876320362,-0.5351999998092651,-0.8446999788284302,0.007199999876320362,-0.5351999998092651,-0.8446999788284302,0.007199999876320362,0.3183000087738037,0.28299999237060547,0.9047999978065491,0.3183000087738037,0.28299999237060547,0.9047999978065491,0.3183000087738037,0.28299999237060547,0.9047999978065491,-0.652400016784668,-0.7573999762535095,-0.02630000002682209,-0.652400016784668,-0.7573999762535095,-0.02630000002682209,-0.652400016784668,-0.7573999762535095,-0.02630000002682209,-0.5562999844551086,0.8295000195503235,0.049400001764297485,-0.5562999844551086,0.8295000195503235,0.049400001764297485,-0.5562999844551086,0.8295000195503235,0.049400001764297485,0.8306000232696533,-0.15199999511241913,-0.5357999801635742,0.8306000232696533,-0.15199999511241913,-0.5357999801635742,0.8306000232696533,-0.15199999511241913,-0.5357999801635742,0.5177000164985657,-0.8460000157356262,0.12729999423027039,0.5177000164985657,-0.8460000157356262,0.12729999423027039,0.5177000164985657,-0.8460000157356262,0.12729999423027039,-0.9796000123023987,-0.1996999979019165,-0.02419999986886978,-0.9796000123023987,-0.1996999979019165,-0.02419999986886978,-0.9796000123023987,-0.1996999979019165,-0.02419999986886978,0.5162000060081482,0.6995999813079834,0.49399998784065247,0.5162000060081482,0.6995999813079834,0.49399998784065247,0.5162000060081482,0.6995999813079834,0.49399998784065247,-0.4986000061035156,0.8440999984741211,0.1973000019788742,-0.4986000061035156,0.8440999984741211,0.1973000019788742,-0.4986000061035156,0.8440999984741211,0.1973000019788742,0.9664000272750854,-0.08529999852180481,0.24230000376701355,0.9664000272750854,-0.08529999852180481,0.24230000376701355,0.9664000272750854,-0.08529999852180481,0.24230000376701355,0.013799999840557575,-0.9990000128746033,-0.04340000078082085,0.013799999840557575,-0.9990000128746033,-0.04340000078082085,0.013799999840557575,-0.9990000128746033,-0.04340000078082085,-0.4002000093460083,0.9146999716758728,0.05689999833703041,-0.4002000093460083,0.9146999716758728,0.05689999833703041,-0.4002000093460083,0.9146999716758728,0.05689999833703041,-0.11729999631643295,-0.34290000796318054,0.9319999814033508,-0.11729999631643295,-0.34290000796318054,0.9319999814033508,-0.11729999631643295,-0.34290000796318054,0.9319999814033508,0.5153999924659729,-0.7706999778747559,-0.37470000982284546,0.5153999924659729,-0.7706999778747559,-0.37470000982284546,0.5153999924659729,-0.7706999778747559,-0.37470000982284546,-0.2483000010251999,0.6784999966621399,-0.6913999915122986,-0.2483000010251999,0.6784999966621399,-0.6913999915122986,-0.2483000010251999,0.6784999966621399,-0.6913999915122986,0.34049999713897705,0.004800000227987766,0.9401999711990356,0.34049999713897705,0.004800000227987766,0.9401999711990356,0.34049999713897705,0.004800000227987766,0.9401999711990356,-0.4117000102996826,0.03359999880194664,-0.9107000231742859,-0.4117000102996826,0.03359999880194664,-0.9107000231742859,-0.4117000102996826,0.03359999880194664,-0.9107000231742859,-0.9470999836921692,-0.16429999470710754,-0.2757999897003174,-0.9470999836921692,-0.16429999470710754,-0.2757999897003174,-0.9470999836921692,-0.16429999470710754,-0.2757999897003174,-0.2605000138282776,-0.7400000095367432,-0.620199978351593,-0.2605000138282776,-0.7400000095367432,-0.620199978351593,-0.2605000138282776,-0.7400000095367432,-0.620199978351593,0.84170001745224,-0.41830000281333923,-0.34139999747276306,0.84170001745224,-0.41830000281333923,-0.34139999747276306,0.84170001745224,-0.41830000281333923,-0.34139999747276306,0.23839999735355377,-0.9391000270843506,0.2476000040769577,0.23839999735355377,-0.9391000270843506,0.2476000040769577,0.23839999735355377,-0.9391000270843506,0.2476000040769577,0.47360000014305115,-0.8339999914169312,0.28299999237060547,0.47360000014305115,-0.8339999914169312,0.28299999237060547,0.47360000014305115,-0.8339999914169312,0.28299999237060547,-0.791700005531311,-0.5842999815940857,0.17820000648498535,-0.791700005531311,-0.5842999815940857,0.17820000648498535,-0.791700005531311,-0.5842999815940857,0.17820000648498535,0.22930000722408295,0.917900025844574,0.3240000009536743,0.22930000722408295,0.917900025844574,0.3240000009536743,0.22930000722408295,0.917900025844574,0.3240000009536743,-0.18860000371932983,-0.8600000143051147,-0.4740999937057495,-0.18860000371932983,-0.8600000143051147,-0.4740999937057495,-0.18860000371932983,-0.8600000143051147,-0.4740999937057495,-0.1898999959230423,0.7228999733924866,0.6643999814987183,-0.1898999959230423,0.7228999733924866,0.6643999814987183,-0.1898999959230423,0.7228999733924866,0.6643999814987183,0.8587999939918518,-0.20440000295639038,0.46970000863075256,0.8587999939918518,-0.20440000295639038,0.46970000863075256,0.8587999939918518,-0.20440000295639038,0.46970000863075256,-0.025100000202655792,0.9668999910354614,0.2538999915122986,-0.025100000202655792,0.9668999910354614,0.2538999915122986,-0.025100000202655792,0.9668999910354614,0.2538999915122986,-0.9735999703407288,-0.05180000141263008,0.22220000624656677,-0.9735999703407288,-0.05180000141263008,0.22220000624656677,-0.9735999703407288,-0.05180000141263008,0.22220000624656677,0.8098999857902527,0.23280000686645508,-0.5383999943733215,0.8098999857902527,0.23280000686645508,-0.5383999943733215,0.8098999857902527,0.23280000686645508,-0.5383999943733215,0.6425999999046326,-0.7253000140190125,0.24719999730587006,0.6425999999046326,-0.7253000140190125,0.24719999730587006,0.6425999999046326,-0.7253000140190125,0.24719999730587006,0.6904000043869019,0.6746000051498413,-0.26109999418258667,0.6904000043869019,0.6746000051498413,-0.26109999418258667,0.6904000043869019,0.6746000051498413,-0.26109999418258667,-0.8931999802589417,0.30329999327659607,-0.3321000039577484,-0.8931999802589417,0.30329999327659607,-0.3321000039577484,-0.8931999802589417,0.30329999327659607,-0.3321000039577484,-0.22779999673366547,-0.9736999869346619,0.004399999976158142,-0.22779999673366547,-0.9736999869346619,0.004399999976158142,-0.22779999673366547,-0.9736999869346619,0.004399999976158142,-0.9815000295639038,0.18219999969005585,0.05950000137090683,-0.9815000295639038,0.18219999969005585,0.05950000137090683,-0.9815000295639038,0.18219999969005585,0.05950000137090683,-0.34360000491142273,-0.9121000170707703,-0.22370000183582306,-0.34360000491142273,-0.9121000170707703,-0.22370000183582306,-0.34360000491142273,-0.9121000170707703,-0.22370000183582306,0.08659999817609787,0.9904999732971191,-0.10639999806880951,0.08659999817609787,0.9904999732971191,-0.10639999806880951,0.08659999817609787,0.9904999732971191,-0.10639999806880951,-0.24690000712871552,-0.5127999782562256,0.8222000002861023,-0.24690000712871552,-0.5127999782562256,0.8222000002861023,-0.24690000712871552,-0.5127999782562256,0.8222000002861023,-0.2996000051498413,0.7544999718666077,-0.583899974822998,-0.2996000051498413,0.7544999718666077,-0.583899974822998,-0.2996000051498413,0.7544999718666077,-0.583899974822998,0.6524999737739563,-0.6812999844551086,-0.33180001378059387,0.6524999737739563,-0.6812999844551086,-0.33180001378059387,0.6524999737739563,-0.6812999844551086,-0.33180001378059387,-0.6880999803543091,-0.6049000024795532,0.40070000290870667,-0.6880999803543091,-0.6049000024795532,0.40070000290870667,-0.6880999803543091,-0.6049000024795532,0.40070000290870667,-0.8220000267028809,-0.45649999380111694,-0.34049999713897705,-0.8220000267028809,-0.45649999380111694,-0.34049999713897705,-0.8220000267028809,-0.45649999380111694,-0.34049999713897705,0.09950000047683716,0.994700014591217,0.026599999517202377,0.09950000047683716,0.994700014591217,0.026599999517202377,0.09950000047683716,0.994700014591217,0.026599999517202377,0.9061999917030334,-0.19439999759197235,0.37560001015663147,0.9061999917030334,-0.19439999759197235,0.37560001015663147,0.9061999917030334,-0.19439999759197235,0.37560001015663147,-0.32089999318122864,-0.7906000018119812,0.5214999914169312,-0.32089999318122864,-0.7906000018119812,0.5214999914169312,-0.32089999318122864,-0.7906000018119812,0.5214999914169312,-0.33970001339912415,0.9333000183105469,0.11630000174045563,-0.33970001339912415,0.9333000183105469,0.11630000174045563,-0.33970001339912415,0.9333000183105469,0.11630000174045563,0.7497000098228455,0.14010000228881836,-0.6467999815940857,0.7497000098228455,0.14010000228881836,-0.6467999815940857,0.7497000098228455,0.14010000228881836,-0.6467999815940857,-0.07289999723434448,0.695900022983551,-0.7145000100135803,-0.07289999723434448,0.695900022983551,-0.7145000100135803,-0.07289999723434448,0.695900022983551,-0.7145000100135803,0.4339999854564667,0.9003000259399414,-0.03319999948143959,0.4339999854564667,0.9003000259399414,-0.03319999948143959,0.4339999854564667,0.9003000259399414,-0.03319999948143959,-0.6276999711990356,0.2741999924182892,-0.7285000085830688,-0.6276999711990356,0.2741999924182892,-0.7285000085830688,-0.6276999711990356,0.2741999924182892,-0.7285000085830688,-0.17020000517368317,-0.8396000266075134,0.5159000158309937,-0.17020000517368317,-0.8396000266075134,0.5159000158309937,-0.17020000517368317,-0.8396000266075134,0.5159000158309937,-0.4699999988079071,0.7152000069618225,-0.5171999931335449,-0.4699999988079071,0.7152000069618225,-0.5171999931335449,-0.4699999988079071,0.7152000069618225,-0.5171999931335449,0.5443000197410583,-0.8389000296592712,-0.003100000089034438,0.5443000197410583,-0.8389000296592712,-0.003100000089034438,0.5443000197410583,-0.8389000296592712,-0.003100000089034438,0.9950000047683716,-0.053199999034404755,0.08420000225305557,0.9950000047683716,-0.053199999034404755,0.08420000225305557,0.9950000047683716,-0.053199999034404755,0.08420000225305557,-0.390500009059906,-0.4713999927043915,-0.7907999753952026,-0.390500009059906,-0.4713999927043915,-0.7907999753952026,-0.390500009059906,-0.4713999927043915,-0.7907999753952026,0.7939000129699707,0.5828999876976013,-0.1729000061750412,0.7939000129699707,0.5828999876976013,-0.1729000061750412,0.7939000129699707,0.5828999876976013,-0.1729000061750412,-0.16910000145435333,0.7955999970436096,0.5817000269889832,-0.16910000145435333,0.7955999970436096,0.5817000269889832,-0.16910000145435333,0.7955999970436096,0.5817000269889832,-0.12839999794960022,0.9783999919891357,-0.16169999539852142,-0.12839999794960022,0.9783999919891357,-0.16169999539852142,-0.12839999794960022,0.9783999919891357,-0.16169999539852142,0.2865000069141388,0.8253999948501587,-0.4864000082015991,0.2865000069141388,0.8253999948501587,-0.4864000082015991,0.2865000069141388,0.8253999948501587,-0.4864000082015991,0.9424999952316284,-0.09139999747276306,-0.3215999901294708,0.9424999952316284,-0.09139999747276306,-0.3215999901294708,0.9424999952316284,-0.09139999747276306,-0.3215999901294708,-0.8862000107765198,0.1664000004529953,-0.4323999881744385,-0.8862000107765198,0.1664000004529953,-0.4323999881744385,-0.8862000107765198,0.1664000004529953,-0.4323999881744385,-0.11999999731779099,-0.18870000541210175,-0.9746999740600586,-0.11999999731779099,-0.18870000541210175,-0.9746999740600586,-0.11999999731779099,-0.18870000541210175,-0.9746999740600586,0.05009999871253967,-0.6938999891281128,0.7182999849319458,0.05009999871253967,-0.6938999891281128,0.7182999849319458,0.05009999871253967,-0.6938999891281128,0.7182999849319458,0.5672000050544739,-0.6995999813079834,-0.43459999561309814,0.5672000050544739,-0.6995999813079834,-0.43459999561309814,0.5672000050544739,-0.6995999813079834,-0.43459999561309814,0.9980999827384949,-0.01510000042617321,-0.05909999832510948,0.9980999827384949,-0.01510000042617321,-0.05909999832510948,0.9980999827384949,-0.01510000042617321,-0.05909999832510948,0.9538999795913696,0.22200000286102295,-0.2021999955177307,0.9538999795913696,0.22200000286102295,-0.2021999955177307,0.9538999795913696,0.22200000286102295,-0.2021999955177307,0.9297999739646912,-0.1624000072479248,-0.3301999866962433,0.9297999739646912,-0.1624000072479248,-0.3301999866962433,0.9297999739646912,-0.1624000072479248,-0.3301999866962433,0.791100025177002,-0.5375000238418579,0.2919999957084656,0.791100025177002,-0.5375000238418579,0.2919999957084656,0.791100025177002,-0.5375000238418579,0.2919999957084656,-0.8614000082015991,0.44609999656677246,-0.24289999902248383,-0.8614000082015991,0.44609999656677246,-0.24289999902248383,-0.8614000082015991,0.44609999656677246,-0.24289999902248383,0.964900016784668,-0.22859999537467957,0.1290999948978424,0.964900016784668,-0.22859999537467957,0.1290999948978424,0.964900016784668,-0.22859999537467957,0.1290999948978424,-0.9753000140190125,-0.21850000321865082,-0.03189999982714653,-0.9753000140190125,-0.21850000321865082,-0.03189999982714653,-0.9753000140190125,-0.21850000321865082,-0.03189999982714653,-0.164900004863739,-0.9559999704360962,0.2425999939441681,-0.164900004863739,-0.9559999704360962,0.2425999939441681,-0.164900004863739,-0.9559999704360962,0.2425999939441681,-0.37130001187324524,-0.7319999933242798,-0.5712000131607056,-0.37130001187324524,-0.7319999933242798,-0.5712000131607056,-0.37130001187324524,-0.7319999933242798,-0.5712000131607056,-0.05730000138282776,-0.1915999948978424,-0.9797999858856201,-0.05730000138282776,-0.1915999948978424,-0.9797999858856201,-0.05730000138282776,-0.1915999948978424,-0.9797999858856201,0.41280001401901245,0.6830999851226807,0.6025000214576721,0.41280001401901245,0.6830999851226807,0.6025000214576721,0.41280001401901245,0.6830999851226807,0.6025000214576721,0.9872000217437744,-0.15760000050067902,0.02459999918937683,0.9872000217437744,-0.15760000050067902,0.02459999918937683,0.9872000217437744,-0.15760000050067902,0.02459999918937683,0.3463999927043915,0.8970000147819519,-0.2745000123977661,0.3463999927043915,0.8970000147819519,-0.2745000123977661,0.3463999927043915,0.8970000147819519,-0.2745000123977661,-0.8633000254631042,0.39730000495910645,0.31130000948905945,-0.8633000254631042,0.39730000495910645,0.31130000948905945,-0.8633000254631042,0.39730000495910645,0.31130000948905945,-0.36169999837875366,0.9259999990463257,0.10840000212192535,-0.36169999837875366,0.9259999990463257,0.10840000212192535,-0.36169999837875366,0.9259999990463257,0.10840000212192535,-0.9789999723434448,-0.16590000689029694,-0.11869999766349792,-0.9789999723434448,-0.16590000689029694,-0.11869999766349792,-0.9789999723434448,-0.16590000689029694,-0.11869999766349792,0.4675000011920929,0.8054999709129333,0.36419999599456787,0.4675000011920929,0.8054999709129333,0.36419999599456787,0.4675000011920929,0.8054999709129333,0.36419999599456787,-0.2590000033378601,-0.6664000153541565,0.6991999745368958,-0.2590000033378601,-0.6664000153541565,0.6991999745368958,-0.2590000033378601,-0.6664000153541565,0.6991999745368958,-0.4124999940395355,-0.2264000028371811,0.8823999762535095,-0.4124999940395355,-0.2264000028371811,0.8823999762535095,-0.4124999940395355,-0.2264000028371811,0.8823999762535095,0.0017000000225380063,-0.9624999761581421,-0.2712000012397766,0.0017000000225380063,-0.9624999761581421,-0.2712000012397766,0.0017000000225380063,-0.9624999761581421,-0.2712000012397766,-0.6912000179290771,0.5799000263214111,-0.4311999976634979,-0.6912000179290771,0.5799000263214111,-0.4311999976634979,-0.6912000179290771,0.5799000263214111,-0.4311999976634979,-0.2533000111579895,0.95660001039505,0.14429999887943268,-0.2533000111579895,0.95660001039505,0.14429999887943268,-0.2533000111579895,0.95660001039505,0.14429999887943268,-0.1014999970793724,0.9902999997138977,-0.09449999779462814,-0.1014999970793724,0.9902999997138977,-0.09449999779462814,-0.1014999970793724,0.9902999997138977,-0.09449999779462814,-0.024700000882148743,-0.8841000199317932,0.4666000008583069,-0.024700000882148743,-0.8841000199317932,0.4666000008583069,-0.024700000882148743,-0.8841000199317932,0.4666000008583069,-0.9916999936103821,0.0754999965429306,-0.1039000004529953,-0.9916999936103821,0.0754999965429306,-0.1039000004529953,-0.9916999936103821,0.0754999965429306,-0.1039000004529953,0.5738000273704529,-0.3156999945640564,0.7556999921798706,0.5738000273704529,-0.3156999945640564,0.7556999921798706,0.5738000273704529,-0.3156999945640564,0.7556999921798706,0.9603999853134155,-0.260699987411499,0.09860000014305115,0.9603999853134155,-0.260699987411499,0.09860000014305115,0.9603999853134155,-0.260699987411499,0.09860000014305115,-0.00009999999747378752,0.6226999759674072,-0.7825000286102295,-0.00009999999747378752,0.6226999759674072,-0.7825000286102295,-0.00009999999747378752,0.6226999759674072,-0.7825000286102295,0.3041999936103821,0.1290999948978424,0.9437999725341797,0.3041999936103821,0.1290999948978424,0.9437999725341797,0.3041999936103821,0.1290999948978424,0.9437999725341797,-0.9470999836921692,0.08449999988079071,-0.3095000088214874,-0.9470999836921692,0.08449999988079071,-0.3095000088214874,-0.9470999836921692,0.08449999988079071,-0.3095000088214874,0.42149999737739563,0.8914999961853027,0.1657000035047531,0.42149999737739563,0.8914999961853027,0.1657000035047531,0.42149999737739563,0.8914999961853027,0.1657000035047531,-0.5227000117301941,0.6504999995231628,-0.5511000156402588,-0.5227000117301941,0.6504999995231628,-0.5511000156402588,-0.5227000117301941,0.6504999995231628,-0.5511000156402588,-0.4528999924659729,0.7129999995231628,-0.5353000164031982,-0.4528999924659729,0.7129999995231628,-0.5353000164031982,-0.4528999924659729,0.7129999995231628,-0.5353000164031982,0.357699990272522,0.40779998898506165,-0.8400999903678894,0.357699990272522,0.40779998898506165,-0.8400999903678894,0.357699990272522,0.40779998898506165,-0.8400999903678894,-0.9950000047683716,-0.050599999725818634,0.08590000122785568,-0.9950000047683716,-0.050599999725818634,0.08590000122785568,-0.9950000047683716,-0.050599999725818634,0.08590000122785568,-0.18569999933242798,0.757099986076355,-0.6263999938964844,-0.18569999933242798,0.757099986076355,-0.6263999938964844,-0.18569999933242798,0.757099986076355,-0.6263999938964844,-0.6096000075340271,0.7912999987602234,0.04650000110268593,-0.6096000075340271,0.7912999987602234,0.04650000110268593,-0.6096000075340271,0.7912999987602234,0.04650000110268593,0.8988000154495239,-0.20260000228881836,-0.3887999951839447,0.8988000154495239,-0.20260000228881836,-0.3887999951839447,0.8988000154495239,-0.20260000228881836,-0.3887999951839447,-0.9945999979972839,0.10080000013113022,-0.02630000002682209,-0.9945999979972839,0.10080000013113022,-0.02630000002682209,-0.9945999979972839,0.10080000013113022,-0.02630000002682209,0.00009999999747378752,0.5637999773025513,-0.8259000182151794,0.00009999999747378752,0.5637999773025513,-0.8259000182151794,0.00009999999747378752,0.5637999773025513,-0.8259000182151794,-0.40119999647140503,0.8844000101089478,-0.2386000007390976,-0.40119999647140503,0.8844000101089478,-0.2386000007390976,-0.40119999647140503,0.8844000101089478,-0.2386000007390976,-0.4767000079154968,0.7735999822616577,0.41749998927116394,-0.4767000079154968,0.7735999822616577,0.41749998927116394,-0.4767000079154968,0.7735999822616577,0.41749998927116394,0.9886999726295471,0.04450000077486038,-0.14319999516010284,0.9886999726295471,0.04450000077486038,-0.14319999516010284,0.9886999726295471,0.04450000077486038,-0.14319999516010284,-0.9991999864578247,0.021400000900030136,-0.03519999980926514,-0.9991999864578247,0.021400000900030136,-0.03519999980926514,-0.9991999864578247,0.021400000900030136,-0.03519999980926514,0.6908000111579895,-0.7009000182151794,-0.17759999632835388,0.6908000111579895,-0.7009000182151794,-0.17759999632835388,0.6908000111579895,-0.7009000182151794,-0.17759999632835388,0.710099995136261,-0.5058000087738037,-0.48989999294281006,0.710099995136261,-0.5058000087738037,-0.48989999294281006,0.710099995136261,-0.5058000087738037,-0.48989999294281006,0.9915000200271606,-0.1298000067472458,-0.01140000019222498,0.9915000200271606,-0.1298000067472458,-0.01140000019222498,0.9915000200271606,-0.1298000067472458,-0.01140000019222498,-0.6510000228881836,0.4415000081062317,0.6173999905586243,-0.6510000228881836,0.4415000081062317,0.6173999905586243,-0.6510000228881836,0.4415000081062317,0.6173999905586243,0.21250000596046448,0.7502999901771545,-0.6259999871253967,0.21250000596046448,0.7502999901771545,-0.6259999871253967,0.21250000596046448,0.7502999901771545,-0.6259999871253967,0.6263999938964844,-0.6478999853134155,-0.4334999918937683,0.6263999938964844,-0.6478999853134155,-0.4334999918937683,0.6263999938964844,-0.6478999853134155,-0.4334999918937683,-0.2337000072002411,-0.9241999983787537,0.3021000027656555,-0.2337000072002411,-0.9241999983787537,0.3021000027656555,-0.2337000072002411,-0.9241999983787537,0.3021000027656555,0.4984999895095825,0.79830002784729,-0.33799999952316284,0.4984999895095825,0.79830002784729,-0.33799999952316284,0.4984999895095825,0.79830002784729,-0.33799999952316284,-0.4837999939918518,-0.8532999753952026,-0.19429999589920044,-0.4837999939918518,-0.8532999753952026,-0.19429999589920044,-0.4837999939918518,-0.8532999753952026,-0.19429999589920044,0.3917999863624573,-0.8532000184059143,0.3441999852657318,0.3917999863624573,-0.8532000184059143,0.3441999852657318,0.3917999863624573,-0.8532000184059143,0.3441999852657318,0.9857000112533569,0.15809999406337738,0.05739999935030937,0.9857000112533569,0.15809999406337738,0.05739999935030937,0.9857000112533569,0.15809999406337738,0.05739999935030937,0.23729999363422394,0.42309999465942383,-0.8744000196456909,0.23729999363422394,0.42309999465942383,-0.8744000196456909,0.23729999363422394,0.42309999465942383,-0.8744000196456909,0.3504999876022339,-0.0949999988079071,0.9316999912261963,0.3504999876022339,-0.0949999988079071,0.9316999912261963,0.3504999876022339,-0.0949999988079071,0.9316999912261963,0.4749999940395355,0.7587000131607056,0.4456999897956848,0.4749999940395355,0.7587000131607056,0.4456999897956848,0.4749999940395355,0.7587000131607056,0.4456999897956848,0.8797000050544739,0.040800001472234726,-0.47369998693466187,0.8797000050544739,0.040800001472234726,-0.47369998693466187,0.8797000050544739,0.040800001472234726,-0.47369998693466187,0.4586000144481659,-0.3720000088214874,-0.8069999814033508,0.4586000144481659,-0.3720000088214874,-0.8069999814033508,0.4586000144481659,-0.3720000088214874,-0.8069999814033508,-0.29980000853538513,-0.37279999256134033,0.8781999945640564,-0.29980000853538513,-0.37279999256134033,0.8781999945640564,-0.29980000853538513,-0.37279999256134033,0.8781999945640564,-0.5895000100135803,-0.7394000291824341,-0.32519999146461487,-0.5895000100135803,-0.7394000291824341,-0.32519999146461487,-0.5895000100135803,-0.7394000291824341,-0.32519999146461487,0.7595000267028809,-0.6086999773979187,0.22939999401569366,0.7595000267028809,-0.6086999773979187,0.22939999401569366,0.7595000267028809,-0.6086999773979187,0.22939999401569366,-0.4458000063896179,-0.8245999813079834,0.3483000099658966,-0.4458000063896179,-0.8245999813079834,0.3483000099658966,-0.4458000063896179,-0.8245999813079834,0.3483000099658966,0.20069999992847443,0.6934000253677368,0.6919999718666077,0.20069999992847443,0.6934000253677368,0.6919999718666077,0.20069999992847443,0.6934000253677368,0.6919999718666077,0.9549999833106995,0.0738999992609024,-0.2872999906539917,0.9549999833106995,0.0738999992609024,-0.2872999906539917,0.9549999833106995,0.0738999992609024,-0.2872999906539917,0.8223999738693237,0.38339999318122864,-0.4203000068664551,0.8223999738693237,0.38339999318122864,-0.4203000068664551,0.8223999738693237,0.38339999318122864,-0.4203000068664551,0.05609999969601631,0.5777000188827515,0.814300000667572,0.05609999969601631,0.5777000188827515,0.814300000667572,0.05609999969601631,0.5777000188827515,0.814300000667572,-0.527999997138977,0.6294999718666077,-0.5699999928474426,-0.527999997138977,0.6294999718666077,-0.5699999928474426,-0.527999997138977,0.6294999718666077,-0.5699999928474426,-0.9210000038146973,0.17900000512599945,-0.34610000252723694,-0.9210000038146973,0.17900000512599945,-0.34610000252723694,-0.9210000038146973,0.17900000512599945,-0.34610000252723694,-0.13510000705718994,-0.4636000096797943,0.8756999969482422,-0.13510000705718994,-0.4636000096797943,0.8756999969482422,-0.13510000705718994,-0.4636000096797943,0.8756999969482422,0.6520000100135803,-0.11969999969005585,-0.7487000226974487,0.6520000100135803,-0.11969999969005585,-0.7487000226974487,0.6520000100135803,-0.11969999969005585,-0.7487000226974487,0.428600013256073,-0.1720999926328659,-0.8870000243186951,0.428600013256073,-0.1720999926328659,-0.8870000243186951,0.428600013256073,-0.1720999926328659,-0.8870000243186951,0.6730999946594238,-0.7394999861717224,0.009800000116229057,0.6730999946594238,-0.7394999861717224,0.009800000116229057,0.6730999946594238,-0.7394999861717224,0.009800000116229057,-0.9007999897003174,0.43389999866485596,-0.016499999910593033,-0.9007999897003174,0.43389999866485596,-0.016499999910593033,-0.9007999897003174,0.43389999866485596,-0.016499999910593033,0.33719998598098755,-0.8528000116348267,0.3986999988555908,0.33719998598098755,-0.8528000116348267,0.3986999988555908,0.33719998598098755,-0.8528000116348267,0.3986999988555908,-0.37619999051094055,-0.8603000044822693,-0.3440000116825104,-0.37619999051094055,-0.8603000044822693,-0.3440000116825104,-0.37619999051094055,-0.8603000044822693,-0.3440000116825104,-0.06780000030994415,-0.9940000176429749,-0.08590000122785568,-0.06780000030994415,-0.9940000176429749,-0.08590000122785568,-0.06780000030994415,-0.9940000176429749,-0.08590000122785568,0.8604000210762024,0.5040000081062317,0.07569999992847443,0.8604000210762024,0.5040000081062317,0.07569999992847443,0.8604000210762024,0.5040000081062317,0.07569999992847443,0.43299999833106995,0.6585000157356262,-0.6154999732971191,0.43299999833106995,0.6585000157356262,-0.6154999732971191,0.43299999833106995,0.6585000157356262,-0.6154999732971191,-0.08079999685287476,0.6514000296592712,-0.7544000148773193,-0.08079999685287476,0.6514000296592712,-0.7544000148773193,-0.08079999685287476,0.6514000296592712,-0.7544000148773193,-0.9937999844551086,-0.09600000083446503,0.05550000071525574,-0.9937999844551086,-0.09600000083446503,0.05550000071525574,-0.9937999844551086,-0.09600000083446503,0.05550000071525574,0.18080000579357147,0.34360000491142273,0.921500027179718,0.18080000579357147,0.34360000491142273,0.921500027179718,0.18080000579357147,0.34360000491142273,0.921500027179718,0.6144999861717224,-0.6485000252723694,0.44929999113082886,0.6144999861717224,-0.6485000252723694,0.44929999113082886,0.6144999861717224,-0.6485000252723694,0.44929999113082886,-0.9125999808311462,0.26460000872612,0.3118000030517578,-0.9125999808311462,0.26460000872612,0.3118000030517578,-0.9125999808311462,0.26460000872612,0.3118000030517578,0.3783000111579895,0.9032999873161316,-0.20229999721050262,0.3783000111579895,0.9032999873161316,-0.20229999721050262,0.3783000111579895,0.9032999873161316,-0.20229999721050262,0.5436999797821045,-0.5964999794960022,0.590399980545044,0.5436999797821045,-0.5964999794960022,0.590399980545044,0.5436999797821045,-0.5964999794960022,0.590399980545044,-0.9975000023841858,0.005200000014156103,0.07010000199079514,-0.9975000023841858,0.005200000014156103,0.07010000199079514,-0.9975000023841858,0.005200000014156103,0.07010000199079514,0.807699978351593,0.5264000296592712,-0.2655999958515167,0.807699978351593,0.5264000296592712,-0.2655999958515167,0.807699978351593,0.5264000296592712,-0.2655999958515167,0.7957000136375427,-0.2605000138282776,-0.5468999743461609,0.7957000136375427,-0.2605000138282776,-0.5468999743461609,0.7957000136375427,-0.2605000138282776,-0.5468999743461609,-0.9225999712944031,-0.3765999972820282,0.08420000225305557,-0.9225999712944031,-0.3765999972820282,0.08420000225305557,-0.9225999712944031,-0.3765999972820282,0.08420000225305557,-0.7445999979972839,0.5943999886512756,-0.30390000343322754,-0.7445999979972839,0.5943999886512756,-0.30390000343322754,-0.7445999979972839,0.5943999886512756,-0.30390000343322754,0.5436999797821045,0.57669997215271,-0.6097000241279602,0.5436999797821045,0.57669997215271,-0.6097000241279602,0.5436999797821045,0.57669997215271,-0.6097000241279602,-0.8115000128746033,0.5530999898910522,-0.18860000371932983,-0.8115000128746033,0.5530999898910522,-0.18860000371932983,-0.8115000128746033,0.5530999898910522,-0.18860000371932983,-0.670799970626831,-0.2703000009059906,-0.6905999779701233,-0.670799970626831,-0.2703000009059906,-0.6905999779701233,-0.670799970626831,-0.2703000009059906,-0.6905999779701233,0.13120000064373016,0.9146000146865845,0.38260000944137573,0.13120000064373016,0.9146000146865845,0.38260000944137573,0.13120000064373016,0.9146000146865845,0.38260000944137573,-0.6905999779701233,0.6427000164985657,-0.33180001378059387,-0.6905999779701233,0.6427000164985657,-0.33180001378059387,-0.6905999779701233,0.6427000164985657,-0.33180001378059387,-0.8248999714851379,0.5644999742507935,0.030899999663233757,-0.8248999714851379,0.5644999742507935,0.030899999663233757,-0.8248999714851379,0.5644999742507935,0.030899999663233757,-0.8809999823570251,-0.16940000653266907,-0.4417000114917755,-0.8809999823570251,-0.16940000653266907,-0.4417000114917755,-0.8809999823570251,-0.16940000653266907,-0.4417000114917755,0.9718000292778015,-0.11919999867677689,-0.20329999923706055,0.9718000292778015,-0.11919999867677689,-0.20329999923706055,0.9718000292778015,-0.11919999867677689,-0.20329999923706055,0.12860000133514404,0.8748999834060669,-0.46700000762939453,0.12860000133514404,0.8748999834060669,-0.46700000762939453,0.12860000133514404,0.8748999834060669,-0.46700000762939453,-0.9595000147819519,0.040300000458955765,0.27869999408721924,-0.9595000147819519,0.040300000458955765,0.27869999408721924,-0.9595000147819519,0.040300000458955765,0.27869999408721924,0.2529999911785126,0.07750000059604645,0.9643999934196472,0.2529999911785126,0.07750000059604645,0.9643999934196472,0.2529999911785126,0.07750000059604645,0.9643999934196472,0.32899999618530273,-0.642799973487854,0.6917999982833862,0.32899999618530273,-0.642799973487854,0.6917999982833862,0.32899999618530273,-0.642799973487854,0.6917999982833862,0.9696999788284302,-0.012299999594688416,-0.24420000612735748,0.9696999788284302,-0.012299999594688416,-0.24420000612735748,0.9696999788284302,-0.012299999594688416,-0.24420000612735748,0.39640000462532043,0.5989999771118164,-0.6958000063896179,0.39640000462532043,0.5989999771118164,-0.6958000063896179,0.39640000462532043,0.5989999771118164,-0.6958000063896179,0.026499999687075615,-0.7871999740600586,0.6161999702453613,0.026499999687075615,-0.7871999740600586,0.6161999702453613,0.026499999687075615,-0.7871999740600586,0.6161999702453613,-0.4966000020503998,-0.8671000003814697,0.039500001817941666,-0.4966000020503998,-0.8671000003814697,0.039500001817941666,-0.4966000020503998,-0.8671000003814697,0.039500001817941666,0.6693999767303467,-0.7044000029563904,0.2362000048160553,0.6693999767303467,-0.7044000029563904,0.2362000048160553,0.6693999767303467,-0.7044000029563904,0.2362000048160553,0.4853000044822693,0.5088000297546387,0.7110999822616577,0.4853000044822693,0.5088000297546387,0.7110999822616577,0.4853000044822693,0.5088000297546387,0.7110999822616577,-0.5004000067710876,-0.8648999929428101,-0.039900001138448715,-0.5004000067710876,-0.8648999929428101,-0.039900001138448715,-0.5004000067710876,-0.8648999929428101,-0.039900001138448715,-0.6176999807357788,-0.6851999759674072,0.38600000739097595,-0.6176999807357788,-0.6851999759674072,0.38600000739097595,-0.6176999807357788,-0.6851999759674072,0.38600000739097595,-0.8855999708175659,0.2362000048160553,-0.4000000059604645,-0.8855999708175659,0.2362000048160553,-0.4000000059604645,-0.8855999708175659,0.2362000048160553,-0.4000000059604645,0.5485000014305115,-0.7490000128746033,-0.3716000020503998,0.5485000014305115,-0.7490000128746033,-0.3716000020503998,0.5485000014305115,-0.7490000128746033,-0.3716000020503998,-0.13040000200271606,-0.4205000102519989,0.8978999853134155,-0.13040000200271606,-0.4205000102519989,0.8978999853134155,-0.13040000200271606,-0.4205000102519989,0.8978999853134155,0.8550000190734863,0.4787999987602234,0.19910000264644623,0.8550000190734863,0.4787999987602234,0.19910000264644623,0.8550000190734863,0.4787999987602234,0.19910000264644623,-0.8210999965667725,-0.421999990940094,-0.38429999351501465,-0.8210999965667725,-0.421999990940094,-0.38429999351501465,-0.8210999965667725,-0.421999990940094,-0.38429999351501465,0.9692999720573425,0.1696999967098236,-0.17810000479221344,0.9692999720573425,0.1696999967098236,-0.17810000479221344,0.9692999720573425,0.1696999967098236,-0.17810000479221344,-0.3257000148296356,-0.7473999857902527,-0.5791000127792358,-0.3257000148296356,-0.7473999857902527,-0.5791000127792358,-0.3257000148296356,-0.7473999857902527,-0.5791000127792358,-0.6428999900817871,0.08799999952316284,0.7609000205993652,-0.6428999900817871,0.08799999952316284,0.7609000205993652,-0.6428999900817871,0.08799999952316284,0.7609000205993652,0.7458000183105469,0.22030000388622284,-0.6287000179290771,0.7458000183105469,0.22030000388622284,-0.6287000179290771,0.7458000183105469,0.22030000388622284,-0.6287000179290771,-0.1265999972820282,-0.9077000021934509,0.4000999927520752,-0.1265999972820282,-0.9077000021934509,0.4000999927520752,-0.1265999972820282,-0.9077000021934509,0.4000999927520752,0.9954000115394592,0.04769999906420708,0.08349999785423279,0.9954000115394592,0.04769999906420708,0.08349999785423279,0.9954000115394592,0.04769999906420708,0.08349999785423279,-0.5956000089645386,0.8029999732971191,-0.02280000038444996,-0.5956000089645386,0.8029999732971191,-0.02280000038444996,-0.5956000089645386,0.8029999732971191,-0.02280000038444996,0.29319998621940613,-0.8719000220298767,0.392300009727478,0.29319998621940613,-0.8719000220298767,0.392300009727478,0.29319998621940613,-0.8719000220298767,0.392300009727478,0.3393999934196472,0.501800000667572,-0.7955999970436096,0.3393999934196472,0.501800000667572,-0.7955999970436096,0.3393999934196472,0.501800000667572,-0.7955999970436096,-0.957099974155426,-0.17569999396800995,0.2305999994277954,-0.957099974155426,-0.17569999396800995,0.2305999994277954,-0.957099974155426,-0.17569999396800995,0.2305999994277954,0.852400004863739,0.4562999904155731,0.25540000200271606,0.852400004863739,0.4562999904155731,0.25540000200271606,0.852400004863739,0.4562999904155731,0.25540000200271606,-0.18369999527931213,-0.9129999876022339,-0.3643999993801117,-0.18369999527931213,-0.9129999876022339,-0.3643999993801117,-0.18369999527931213,-0.9129999876022339,-0.3643999993801117,0.9527999758720398,0.21400000154972076,-0.2152000069618225,0.9527999758720398,0.21400000154972076,-0.2152000069618225,0.9527999758720398,0.21400000154972076,-0.2152000069618225,0.7815999984741211,0.609000027179718,-0.13459999859333038,0.7815999984741211,0.609000027179718,-0.13459999859333038,0.7815999984741211,0.609000027179718,-0.13459999859333038,0.8116000294685364,0.004999999888241291,0.5842000246047974,0.8116000294685364,0.004999999888241291,0.5842000246047974,0.8116000294685364,0.004999999888241291,0.5842000246047974,-0.010700000450015068,-0.8245999813079834,0.5655999779701233,-0.010700000450015068,-0.8245999813079834,0.5655999779701233,-0.010700000450015068,-0.8245999813079834,0.5655999779701233,-0.5753999948501587,0.7961999773979187,-0.18709999322891235,-0.5753999948501587,0.7961999773979187,-0.18709999322891235,-0.5753999948501587,0.7961999773979187,-0.18709999322891235,0.7389000058174133,-0.5206000208854675,-0.4277999997138977,0.7389000058174133,-0.5206000208854675,-0.4277999997138977,0.7389000058174133,-0.5206000208854675,-0.4277999997138977,-0.8837000131607056,-0.12449999898672104,0.4510999917984009,-0.8837000131607056,-0.12449999898672104,0.4510999917984009,-0.8837000131607056,-0.12449999898672104,0.4510999917984009,0.1761000007390976,-0.7799999713897705,0.6004999876022339,0.1761000007390976,-0.7799999713897705,0.6004999876022339,0.1761000007390976,-0.7799999713897705,0.6004999876022339,0.48840001225471497,-0.1436000019311905,-0.8607000112533569,0.48840001225471497,-0.1436000019311905,-0.8607000112533569,0.48840001225471497,-0.1436000019311905,-0.8607000112533569,0.0925000011920929,-0.986299991607666,-0.1362999975681305,0.0925000011920929,-0.986299991607666,-0.1362999975681305,0.0925000011920929,-0.986299991607666,-0.1362999975681305,-0.09220000356435776,-0.7544000148773193,-0.6499999761581421,-0.09220000356435776,-0.7544000148773193,-0.6499999761581421,-0.09220000356435776,-0.7544000148773193,-0.6499999761581421,-0.17720000445842743,0.7486000061035156,-0.6388999819755554,-0.17720000445842743,0.7486000061035156,-0.6388999819755554,-0.17720000445842743,0.7486000061035156,-0.6388999819755554,-0.5205000042915344,-0.828499972820282,-0.20649999380111694,-0.5205000042915344,-0.828499972820282,-0.20649999380111694,-0.5205000042915344,-0.828499972820282,-0.20649999380111694,0.9812999963760376,0.19040000438690186,-0.029200000688433647,0.9812999963760376,0.19040000438690186,-0.029200000688433647,0.9812999963760376,0.19040000438690186,-0.029200000688433647,0.6010000109672546,-0.6908000111579895,0.40209999680519104,0.6010000109672546,-0.6908000111579895,0.40209999680519104,0.6010000109672546,-0.6908000111579895,0.40209999680519104,-0.4449000060558319,-0.8903999924659729,0.09629999846220016,-0.4449000060558319,-0.8903999924659729,0.09629999846220016,-0.4449000060558319,-0.8903999924659729,0.09629999846220016,-0.8029000163078308,-0.5960999727249146,-0.00019999999494757503,-0.8029000163078308,-0.5960999727249146,-0.00019999999494757503,-0.8029000163078308,-0.5960999727249146,-0.00019999999494757503,-0.9473000168800354,-0.26420000195503235,0.18129999935626984,-0.9473000168800354,-0.26420000195503235,0.18129999935626984,-0.9473000168800354,-0.26420000195503235,0.18129999935626984,0.5817000269889832,-0.7961999773979187,0.1665000021457672,0.5817000269889832,-0.7961999773979187,0.1665000021457672,0.5817000269889832,-0.7961999773979187,0.1665000021457672,0.462799996137619,0.27140000462532043,0.8439000248908997,0.462799996137619,0.27140000462532043,0.8439000248908997,0.462799996137619,0.27140000462532043,0.8439000248908997,0.32350000739097595,-0.322299987077713,0.8895999789237976,0.32350000739097595,-0.322299987077713,0.8895999789237976,0.32350000739097595,-0.322299987077713,0.8895999789237976,-0.4278999865055084,0.8787000179290771,-0.21150000393390656,-0.4278999865055084,0.8787000179290771,-0.21150000393390656,-0.4278999865055084,0.8787000179290771,-0.21150000393390656,0.7014999985694885,-0.11999999731779099,-0.7024999856948853,0.7014999985694885,-0.11999999731779099,-0.7024999856948853,0.7014999985694885,-0.11999999731779099,-0.7024999856948853,-0.35420000553131104,0.9200999736785889,-0.16740000247955322,-0.35420000553131104,0.9200999736785889,-0.16740000247955322,-0.35420000553131104,0.9200999736785889,-0.16740000247955322,0.10790000110864639,-0.949400007724762,0.29490000009536743,0.10790000110864639,-0.949400007724762,0.29490000009536743,0.10790000110864639,-0.949400007724762,0.29490000009536743,0.590399980545044,-0.6694999933242798,0.4507000148296356,0.590399980545044,-0.6694999933242798,0.4507000148296356,0.590399980545044,-0.6694999933242798,0.4507000148296356,0.9990000128746033,0.04439999908208847,-0.010900000110268593,0.9990000128746033,0.04439999908208847,-0.010900000110268593,0.9990000128746033,0.04439999908208847,-0.010900000110268593,0.7354000210762024,0.6425999999046326,0.2152000069618225,0.7354000210762024,0.6425999999046326,0.2152000069618225,0.7354000210762024,0.6425999999046326,0.2152000069618225,0.9771999716758728,-0.07680000364780426,0.19789999723434448,0.9771999716758728,-0.07680000364780426,0.19789999723434448,0.9771999716758728,-0.07680000364780426,0.19789999723434448,0.12409999966621399,0.21780000627040863,0.9681000113487244,0.12409999966621399,0.21780000627040863,0.9681000113487244,0.12409999966621399,0.21780000627040863,0.9681000113487244,0.474700003862381,0.7368999719619751,-0.4812999963760376,0.474700003862381,0.7368999719619751,-0.4812999963760376,0.474700003862381,0.7368999719619751,-0.4812999963760376,0.0575999990105629,0.8069000244140625,-0.5878999829292297,0.0575999990105629,0.8069000244140625,-0.5878999829292297,0.0575999990105629,0.8069000244140625,-0.5878999829292297,-0.7706999778747559,-0.6067000031471252,0.19470000267028809,-0.7706999778747559,-0.6067000031471252,0.19470000267028809,-0.7706999778747559,-0.6067000031471252,0.19470000267028809,0.6391000151634216,0.1606999933719635,-0.7522000074386597,0.6391000151634216,0.1606999933719635,-0.7522000074386597,0.6391000151634216,0.1606999933719635,-0.7522000074386597,-0.11020000278949738,-0.7718999981880188,0.6261000037193298,-0.11020000278949738,-0.7718999981880188,0.6261000037193298,-0.11020000278949738,-0.7718999981880188,0.6261000037193298,0.7476000189781189,-0.5633000135421753,0.35179999470710754,0.7476000189781189,-0.5633000135421753,0.35179999470710754,0.7476000189781189,-0.5633000135421753,0.35179999470710754,-0.2240999937057495,0.7416999936103821,-0.6322000026702881,-0.2240999937057495,0.7416999936103821,-0.6322000026702881,-0.2240999937057495,0.7416999936103821,-0.6322000026702881,-0.1793999969959259,-0.5120999813079834,0.8399999737739563,-0.1793999969959259,-0.5120999813079834,0.8399999737739563,-0.1793999969959259,-0.5120999813079834,0.8399999737739563,0.8920999765396118,0.12890000641345978,0.43309998512268066,0.8920999765396118,0.12890000641345978,0.43309998512268066,0.8920999765396118,0.12890000641345978,0.43309998512268066,0.9226999878883362,0.28859999775886536,0.25540000200271606,0.9226999878883362,0.28859999775886536,0.25540000200271606,0.9226999878883362,0.28859999775886536,0.25540000200271606,-0.9139999747276306,-0.10740000009536743,0.3912000060081482,-0.9139999747276306,-0.10740000009536743,0.3912000060081482,-0.9139999747276306,-0.10740000009536743,0.3912000060081482,0.8367999792098999,0.4494999945163727,-0.3125,0.8367999792098999,0.4494999945163727,-0.3125,0.8367999792098999,0.4494999945163727,-0.3125,-0.7738000154495239,-0.5706999897956848,0.2750999927520752,-0.7738000154495239,-0.5706999897956848,0.2750999927520752,-0.7738000154495239,-0.5706999897956848,0.2750999927520752,0.6431000232696533,-0.3718000054359436,0.6694999933242798,0.6431000232696533,-0.3718000054359436,0.6694999933242798,0.6431000232696533,-0.3718000054359436,0.6694999933242798,0.1031000018119812,0.44359999895095825,0.8902999758720398,0.1031000018119812,0.44359999895095825,0.8902999758720398,0.1031000018119812,0.44359999895095825,0.8902999758720398,-0.46480000019073486,0.7289000153541565,0.5027999877929688,-0.46480000019073486,0.7289000153541565,0.5027999877929688,-0.46480000019073486,0.7289000153541565,0.5027999877929688,0.9851999878883362,-0.14350000023841858,0.09350000321865082,0.9851999878883362,-0.14350000023841858,0.09350000321865082,0.9851999878883362,-0.14350000023841858,0.09350000321865082,0.7135000228881836,-0.5218999981880188,0.4674000144004822,0.7135000228881836,-0.5218999981880188,0.4674000144004822,0.7135000228881836,-0.5218999981880188,0.4674000144004822,-0.977400004863739,-0.10239999741315842,0.18479999899864197,-0.977400004863739,-0.10239999741315842,0.18479999899864197,-0.977400004863739,-0.10239999741315842,0.18479999899864197,0.008799999952316284,-0.8539999723434448,0.5202000141143799,0.008799999952316284,-0.8539999723434448,0.5202000141143799,0.008799999952316284,-0.8539999723434448,0.5202000141143799,0.6420999765396118,0.5139999985694885,0.5687999725341797,0.6420999765396118,0.5139999985694885,0.5687999725341797,0.6420999765396118,0.5139999985694885,0.5687999725341797,0.9860000014305115,0.007899999618530273,0.1662999987602234,0.9860000014305115,0.007899999618530273,0.1662999987602234,0.9860000014305115,0.007899999618530273,0.1662999987602234,-0.8379999995231628,-0.11379999667406082,-0.5335999727249146,-0.8379999995231628,-0.11379999667406082,-0.5335999727249146,-0.8379999995231628,-0.11379999667406082,-0.5335999727249146,0.0729999989271164,0.8694999814033508,-0.4885999858379364,0.0729999989271164,0.8694999814033508,-0.4885999858379364,0.0729999989271164,0.8694999814033508,-0.4885999858379364,0.6826000213623047,-0.6935999989509583,0.23010000586509705,0.6826000213623047,-0.6935999989509583,0.23010000586509705,0.6826000213623047,-0.6935999989509583,0.23010000586509705,-0.15970000624656677,-0.7087000012397766,-0.6872000098228455,-0.15970000624656677,-0.7087000012397766,-0.6872000098228455,-0.15970000624656677,-0.7087000012397766,-0.6872000098228455,-0.6791999936103821,0.6306999921798706,-0.37529999017715454,-0.6791999936103821,0.6306999921798706,-0.37529999017715454,-0.6791999936103821,0.6306999921798706,-0.37529999017715454,-0.4503999948501587,0.6331999897956848,-0.6294999718666077,-0.4503999948501587,0.6331999897956848,-0.6294999718666077,-0.4503999948501587,0.6331999897956848,-0.6294999718666077,0.9987999796867371,-0.0034000000450760126,0.049300000071525574,0.9987999796867371,-0.0034000000450760126,0.049300000071525574,0.9987999796867371,-0.0034000000450760126,0.049300000071525574,-0.9509000182151794,-0.28380000591278076,0.12319999933242798,-0.9509000182151794,-0.28380000591278076,0.12319999933242798,-0.9509000182151794,-0.28380000591278076,0.12319999933242798,0.8720999956130981,-0.4652000069618225,0.15189999341964722,0.8720999956130981,-0.4652000069618225,0.15189999341964722,0.8720999956130981,-0.4652000069618225,0.15189999341964722,0.9609000086784363,-0.22429999709129333,0.1623000055551529,0.9609000086784363,-0.22429999709129333,0.1623000055551529,0.9609000086784363,-0.22429999709129333,0.1623000055551529,0.414900004863739,-0.6938999891281128,0.5885000228881836,0.414900004863739,-0.6938999891281128,0.5885000228881836,0.414900004863739,-0.6938999891281128,0.5885000228881836,-0.5410000085830688,-0.7810999751091003,-0.31189998984336853,-0.5410000085830688,-0.7810999751091003,-0.31189998984336853,-0.5410000085830688,-0.7810999751091003,-0.31189998984336853,0.7134000062942505,-0.2703000009059906,-0.6464999914169312,0.7134000062942505,-0.2703000009059906,-0.6464999914169312,0.7134000062942505,-0.2703000009059906,-0.6464999914169312,-0.6396999955177307,0.263700008392334,-0.722000002861023,-0.6396999955177307,0.263700008392334,-0.722000002861023,-0.6396999955177307,0.263700008392334,-0.722000002861023,0.8062999844551086,0.47040000557899475,0.358599990606308,0.8062999844551086,0.47040000557899475,0.358599990606308,0.8062999844551086,0.47040000557899475,0.358599990606308,0.3668000102043152,-0.917900025844574,0.15139999985694885,0.3668000102043152,-0.917900025844574,0.15139999985694885,0.3668000102043152,-0.917900025844574,0.15139999985694885,-0.9513999819755554,-0.29600000381469727,-0.08489999920129776,-0.9513999819755554,-0.29600000381469727,-0.08489999920129776,-0.9513999819755554,-0.29600000381469727,-0.08489999920129776,-0.8248000144958496,-0.22830000519752502,-0.517300009727478,-0.8248000144958496,-0.22830000519752502,-0.517300009727478,-0.8248000144958496,-0.22830000519752502,-0.517300009727478,-0.6123999953269958,0.7829999923706055,0.10899999737739563,-0.6123999953269958,0.7829999923706055,0.10899999737739563,-0.6123999953269958,0.7829999923706055,0.10899999737739563,0.7045999765396118,-0.617900013923645,0.34880000352859497,0.7045999765396118,-0.617900013923645,0.34880000352859497,0.7045999765396118,-0.617900013923645,0.34880000352859497,0.9965999722480774,-0.08129999786615372,0.016300000250339508,0.9965999722480774,-0.08129999786615372,0.016300000250339508,0.9965999722480774,-0.08129999786615372,0.016300000250339508,-0.715399980545044,-0.262800008058548,-0.6474999785423279,-0.715399980545044,-0.262800008058548,-0.6474999785423279,-0.715399980545044,-0.262800008058548,-0.6474999785423279,-0.6797999739646912,-0.3109000027179718,-0.6642000079154968,-0.6797999739646912,-0.3109000027179718,-0.6642000079154968,-0.6797999739646912,-0.3109000027179718,-0.6642000079154968,0.9160000085830688,0.02449999935925007,0.4004000127315521,0.9160000085830688,0.02449999935925007,0.4004000127315521,0.9160000085830688,0.02449999935925007,0.4004000127315521,0.00430000014603138,0.03660000115633011,-0.9993000030517578,0.00430000014603138,0.03660000115633011,-0.9993000030517578,0.00430000014603138,0.03660000115633011,-0.9993000030517578,0.18140000104904175,0.9490000009536743,0.2578999996185303,0.18140000104904175,0.9490000009536743,0.2578999996185303,0.18140000104904175,0.9490000009536743,0.2578999996185303,0.3190999925136566,-0.9345999956130981,-0.15710000693798065,0.3190999925136566,-0.9345999956130981,-0.15710000693798065,0.3190999925136566,-0.9345999956130981,-0.15710000693798065,-0.9944999814033508,-0.02329999953508377,-0.10220000147819519,-0.9944999814033508,-0.02329999953508377,-0.10220000147819519,-0.9944999814033508,-0.02329999953508377,-0.10220000147819519,0.17710000276565552,0.7484999895095825,-0.6389999985694885,0.17710000276565552,0.7484999895095825,-0.6389999985694885,0.17710000276565552,0.7484999895095825,-0.6389999985694885,-0.8321999907493591,-0.3179999887943268,0.45419999957084656,-0.8321999907493591,-0.3179999887943268,0.45419999957084656,-0.8321999907493591,-0.3179999887943268,0.45419999957084656,-0.24660000205039978,-0.8483999967575073,0.4684000015258789,-0.24660000205039978,-0.8483999967575073,0.4684000015258789,-0.24660000205039978,-0.8483999967575073,0.4684000015258789,-0.014000000432133675,-0.8561999797821045,0.5164999961853027,-0.014000000432133675,-0.8561999797821045,0.5164999961853027,-0.014000000432133675,-0.8561999797821045,0.5164999961853027,0.8195000290870667,-0.2313999980688095,0.5242999792098999,0.8195000290870667,-0.2313999980688095,0.5242999792098999,0.8195000290870667,-0.2313999980688095,0.5242999792098999,0.4424000084400177,-0.5430999994277954,0.713699996471405,0.4424000084400177,-0.5430999994277954,0.713699996471405,0.4424000084400177,-0.5430999994277954,0.713699996471405,-0.9858999848365784,0.09019999951124191,0.1412999927997589,-0.9858999848365784,0.09019999951124191,0.1412999927997589,-0.9858999848365784,0.09019999951124191,0.1412999927997589,-0.10899999737739563,-0.33489999175071716,0.9358999729156494,-0.10899999737739563,-0.33489999175071716,0.9358999729156494,-0.10899999737739563,-0.33489999175071716,0.9358999729156494,0.909600019454956,-0.40619999170303345,-0.08760000020265579,0.909600019454956,-0.40619999170303345,-0.08760000020265579,0.909600019454956,-0.40619999170303345,-0.08760000020265579,0.9491000175476074,0.2818000018596649,0.14090000092983246,0.9491000175476074,0.2818000018596649,0.14090000092983246,0.9491000175476074,0.2818000018596649,0.14090000092983246,-0.680400013923645,-0.24889999628067017,0.689300000667572,-0.680400013923645,-0.24889999628067017,0.689300000667572,-0.680400013923645,-0.24889999628067017,0.689300000667572,-0.9083999991416931,0.4018999934196472,-0.11540000140666962,-0.9083999991416931,0.4018999934196472,-0.11540000140666962,-0.9083999991416931,0.4018999934196472,-0.11540000140666962,0.920799970626831,0.3068000078201294,-0.24089999496936798,0.920799970626831,0.3068000078201294,-0.24089999496936798,0.920799970626831,0.3068000078201294,-0.24089999496936798,0.5090000033378601,0.10750000178813934,-0.8539999723434448,0.5090000033378601,0.10750000178813934,-0.8539999723434448,0.5090000033378601,0.10750000178813934,-0.8539999723434448,0.6628000140190125,0.17239999771118164,-0.7286999821662903,0.6628000140190125,0.17239999771118164,-0.7286999821662903,0.6628000140190125,0.17239999771118164,-0.7286999821662903,-0.2827000021934509,-0.7369999885559082,-0.6139000058174133,-0.2827000021934509,-0.7369999885559082,-0.6139000058174133,-0.2827000021934509,-0.7369999885559082,-0.6139000058174133,-0.8632000088691711,0.4587000012397766,-0.21080000698566437,-0.8632000088691711,0.4587000012397766,-0.21080000698566437,-0.8632000088691711,0.4587000012397766,-0.21080000698566437,-0.7376999855041504,-0.44519999623298645,-0.5076000094413757,-0.7376999855041504,-0.44519999623298645,-0.5076000094413757,-0.7376999855041504,-0.44519999623298645,-0.5076000094413757,-0.8569999933242798,0.4074000120162964,-0.3156999945640564,-0.8569999933242798,0.4074000120162964,-0.3156999945640564,-0.8569999933242798,0.4074000120162964,-0.3156999945640564,0.33820000290870667,0.7271000146865845,-0.5974000096321106,0.33820000290870667,0.7271000146865845,-0.5974000096321106,0.33820000290870667,0.7271000146865845,-0.5974000096321106,0.2962999939918518,0.4609000086784363,0.8364999890327454,0.2962999939918518,0.4609000086784363,0.8364999890327454,0.2962999939918518,0.4609000086784363,0.8364999890327454,-0.8895000219345093,0.14880000054836273,-0.43209999799728394,-0.8895000219345093,0.14880000054836273,-0.43209999799728394,-0.8895000219345093,0.14880000054836273,-0.43209999799728394,-0.25099998712539673,0.9203000068664551,0.3000999987125397,-0.25099998712539673,0.9203000068664551,0.3000999987125397,-0.25099998712539673,0.9203000068664551,0.3000999987125397,-0.8557000160217285,-0.3472999930381775,0.38370001316070557,-0.8557000160217285,-0.3472999930381775,0.38370001316070557,-0.8557000160217285,-0.3472999930381775,0.38370001316070557,0.052299998700618744,-0.8495000004768372,0.5249000191688538,0.052299998700618744,-0.8495000004768372,0.5249000191688538,0.052299998700618744,-0.8495000004768372,0.5249000191688538,0.014499999582767487,-0.9653000235557556,-0.2606000006198883,0.014499999582767487,-0.9653000235557556,-0.2606000006198883,0.014499999582767487,-0.9653000235557556,-0.2606000006198883,-0.37290000915527344,-0.054999999701976776,0.9261999726295471,-0.37290000915527344,-0.054999999701976776,0.9261999726295471,-0.37290000915527344,-0.054999999701976776,0.9261999726295471,0.164900004863739,-0.6664000153541565,-0.7271999716758728,0.164900004863739,-0.6664000153541565,-0.7271999716758728,0.164900004863739,-0.6664000153541565,-0.7271999716758728,0.13950000703334808,0.862500011920929,-0.48649999499320984,0.13950000703334808,0.862500011920929,-0.48649999499320984,0.13950000703334808,0.862500011920929,-0.48649999499320984,-0.44510000944137573,0.5745999813079834,-0.6868000030517578,-0.44510000944137573,0.5745999813079834,-0.6868000030517578,-0.44510000944137573,0.5745999813079834,-0.6868000030517578,-0.838699996471405,0.4088999927043915,0.3596999943256378,-0.838699996471405,0.4088999927043915,0.3596999943256378,-0.838699996471405,0.4088999927043915,0.3596999943256378,-0.7706000208854675,-0.6215000152587891,-0.14110000431537628,-0.7706000208854675,-0.6215000152587891,-0.14110000431537628,-0.7706000208854675,-0.6215000152587891,-0.14110000431537628,-0.460999995470047,0.6420000195503235,-0.6126000285148621,-0.460999995470047,0.6420000195503235,-0.6126000285148621,-0.460999995470047,0.6420000195503235,-0.6126000285148621,0.9564999938011169,0.037300001829862595,-0.28940001130104065,0.9564999938011169,0.037300001829862595,-0.28940001130104065,0.9564999938011169,0.037300001829862595,-0.28940001130104065,0.9688000082969666,0.22859999537467957,0.09619999676942825,0.9688000082969666,0.22859999537467957,0.09619999676942825,0.9688000082969666,0.22859999537467957,0.09619999676942825,-0.5705999732017517,0.6596999764442444,0.48910000920295715,-0.5705999732017517,0.6596999764442444,0.48910000920295715,-0.5705999732017517,0.6596999764442444,0.48910000920295715,0.2117999941110611,0.7275999784469604,0.6524999737739563,0.2117999941110611,0.7275999784469604,0.6524999737739563,0.2117999941110611,0.7275999784469604,0.6524999737739563,-0.07559999823570251,-0.6075999736785889,0.7907000184059143,-0.07559999823570251,-0.6075999736785889,0.7907000184059143,-0.07559999823570251,-0.6075999736785889,0.7907000184059143,0.590499997138977,0.741100013256073,0.319599986076355,0.590499997138977,0.741100013256073,0.319599986076355,0.590499997138977,0.741100013256073,0.319599986076355,0.1607999950647354,0.28790000081062317,-0.944100022315979,0.1607999950647354,0.28790000081062317,-0.944100022315979,0.1607999950647354,0.28790000081062317,-0.944100022315979,0.7621999979019165,0.34439998865127563,0.5482000112533569,0.7621999979019165,0.34439998865127563,0.5482000112533569,0.7621999979019165,0.34439998865127563,0.5482000112533569,0.23909999430179596,-0.9710000157356262,-0.002300000051036477,0.23909999430179596,-0.9710000157356262,-0.002300000051036477,0.23909999430179596,-0.9710000157356262,-0.002300000051036477,-0.05900000035762787,-0.6292999982833862,-0.7749000191688538,-0.05900000035762787,-0.6292999982833862,-0.7749000191688538,-0.05900000035762787,-0.6292999982833862,-0.7749000191688538,0.7355999946594238,-0.05139999836683273,0.6754999756813049,0.7355999946594238,-0.05139999836683273,0.6754999756813049,0.7355999946594238,-0.05139999836683273,0.6754999756813049,-0.33219999074935913,0.8489999771118164,-0.4108000099658966,-0.33219999074935913,0.8489999771118164,-0.4108000099658966,-0.33219999074935913,0.8489999771118164,-0.4108000099658966,0.6866000294685364,-0.4853000044822693,0.5414000153541565,0.6866000294685364,-0.4853000044822693,0.5414000153541565,0.6866000294685364,-0.4853000044822693,0.5414000153541565,0.05530000105500221,-0.5047000050544739,-0.8615000247955322,0.05530000105500221,-0.5047000050544739,-0.8615000247955322,0.05530000105500221,-0.5047000050544739,-0.8615000247955322,0.9927999973297119,0.11969999969005585,0.0006000000284984708,0.9927999973297119,0.11969999969005585,0.0006000000284984708,0.9927999973297119,0.11969999969005585,0.0006000000284984708,0.6711000204086304,-0.4690000116825104,0.5741999745368958,0.6711000204086304,-0.4690000116825104,0.5741999745368958,0.6711000204086304,-0.4690000116825104,0.5741999745368958,0.9587000012397766,-0.07699999958276749,-0.27379998564720154,0.9587000012397766,-0.07699999958276749,-0.27379998564720154,0.9587000012397766,-0.07699999958276749,-0.27379998564720154,-0.09269999712705612,0.6933000087738037,-0.7146999835968018,-0.09269999712705612,0.6933000087738037,-0.7146999835968018,-0.09269999712705612,0.6933000087738037,-0.7146999835968018,0.41749998927116394,-0.9082000255584717,-0.028599999845027924,0.41749998927116394,-0.9082000255584717,-0.028599999845027924,0.41749998927116394,-0.9082000255584717,-0.028599999845027924,-0.3537999987602234,0.8840000033378601,-0.30550000071525574,-0.3537999987602234,0.8840000033378601,-0.30550000071525574,-0.3537999987602234,0.8840000033378601,-0.30550000071525574,0.28040000796318054,-0.866100013256073,0.4138999879360199,0.28040000796318054,-0.866100013256073,0.4138999879360199,0.28040000796318054,-0.866100013256073,0.4138999879360199,-0.17800000309944153,-0.01119999960064888,0.984000027179718,-0.17800000309944153,-0.01119999960064888,0.984000027179718,-0.17800000309944153,-0.01119999960064888,0.984000027179718,-0.6288999915122986,-0.7253999710083008,0.2797999978065491,-0.6288999915122986,-0.7253999710083008,0.2797999978065491,-0.6288999915122986,-0.7253999710083008,0.2797999978065491,0.6833999752998352,-0.031599998474121094,0.7293999791145325,0.6833999752998352,-0.031599998474121094,0.7293999791145325,0.6833999752998352,-0.031599998474121094,0.7293999791145325,0.013500000350177288,-0.2240000069141388,0.9745000004768372,0.013500000350177288,-0.2240000069141388,0.9745000004768372,0.013500000350177288,-0.2240000069141388,0.9745000004768372,-0.9300000071525574,-0.2533000111579895,0.2662000060081482,-0.9300000071525574,-0.2533000111579895,0.2662000060081482,-0.9300000071525574,-0.2533000111579895,0.2662000060081482,0.9824000000953674,-0.1388999968767166,-0.1251000016927719,0.9824000000953674,-0.1388999968767166,-0.1251000016927719,0.9824000000953674,-0.1388999968767166,-0.1251000016927719,-0.8098999857902527,-0.32580000162124634,0.4878000020980835,-0.8098999857902527,-0.32580000162124634,0.4878000020980835,-0.8098999857902527,-0.32580000162124634,0.4878000020980835,0.17589999735355377,0.9485999941825867,-0.2632000148296356,0.17589999735355377,0.9485999941825867,-0.2632000148296356,0.17589999735355377,0.9485999941825867,-0.2632000148296356,-0.5979999899864197,0.614799976348877,0.5142999887466431,-0.5979999899864197,0.614799976348877,0.5142999887466431,-0.5979999899864197,0.614799976348877,0.5142999887466431,-0.10260000079870224,0.95660001039505,0.2727000117301941,-0.10260000079870224,0.95660001039505,0.2727000117301941,-0.10260000079870224,0.95660001039505,0.2727000117301941,0.4503999948501587,0.6331999897956848,-0.6294999718666077,0.4503999948501587,0.6331999897956848,-0.6294999718666077,0.4503999948501587,0.6331999897956848,-0.6294999718666077,-0.9502000212669373,0.018400000408291817,0.3111000061035156,-0.9502000212669373,0.018400000408291817,0.3111000061035156,-0.9502000212669373,0.018400000408291817,0.3111000061035156,0.19370000064373016,0.887499988079071,-0.4180999994277954,0.19370000064373016,0.887499988079071,-0.4180999994277954,0.19370000064373016,0.887499988079071,-0.4180999994277954,-0.49390000104904175,-0.218299999833107,0.84170001745224,-0.49390000104904175,-0.218299999833107,0.84170001745224,-0.49390000104904175,-0.218299999833107,0.84170001745224,0.03310000151395798,-0.9545999765396118,0.29600000381469727,0.03310000151395798,-0.9545999765396118,0.29600000381469727,0.03310000151395798,-0.9545999765396118,0.29600000381469727,0.9937999844551086,-0.09600000083446503,0.05550000071525574,0.9937999844551086,-0.09600000083446503,0.05550000071525574,0.9937999844551086,-0.09600000083446503,0.05550000071525574,-0.24879999458789825,-0.2687000036239624,-0.9304999709129333,-0.24879999458789825,-0.2687000036239624,-0.9304999709129333,-0.24879999458789825,-0.2687000036239624,-0.9304999709129333,0.43549999594688416,0.09969999641180038,0.8946999907493591,0.43549999594688416,0.09969999641180038,0.8946999907493591,0.43549999594688416,0.09969999641180038,0.8946999907493591,0.8025000095367432,0.4498000144958496,0.3919999897480011,0.8025000095367432,0.4498000144958496,0.3919999897480011,0.8025000095367432,0.4498000144958496,0.3919999897480011,0.7620000243186951,-0.17299999296665192,0.6241000294685364,0.7620000243186951,-0.17299999296665192,0.6241000294685364,0.7620000243186951,-0.17299999296665192,0.6241000294685364,0.6844000220298767,0.21619999408721924,-0.6963000297546387,0.6844000220298767,0.21619999408721924,-0.6963000297546387,0.6844000220298767,0.21619999408721924,-0.6963000297546387,-0.7986999750137329,0.21580000221729279,0.5616000294685364,-0.7986999750137329,0.21580000221729279,0.5616000294685364,-0.7986999750137329,0.21580000221729279,0.5616000294685364,-0.8999999761581421,0.4187999963760376,0.12060000002384186,-0.8999999761581421,0.4187999963760376,0.12060000002384186,-0.8999999761581421,0.4187999963760376,0.12060000002384186,0.5303000211715698,0.28439998626708984,0.7986999750137329,0.5303000211715698,0.28439998626708984,0.7986999750137329,0.5303000211715698,0.28439998626708984,0.7986999750137329,0.3255999982357025,0.7524999976158142,0.5724999904632568,0.3255999982357025,0.7524999976158142,0.5724999904632568,0.3255999982357025,0.7524999976158142,0.5724999904632568,0.7246999740600586,0.4932999908924103,-0.4810999929904938,0.7246999740600586,0.4932999908924103,-0.4810999929904938,0.7246999740600586,0.4932999908924103,-0.4810999929904938,0.5214999914169312,-0.504800021648407,-0.6880000233650208,0.5214999914169312,-0.504800021648407,-0.6880000233650208,0.5214999914169312,-0.504800021648407,-0.6880000233650208,0.2689000070095062,0.53329998254776,-0.8021000027656555,0.2689000070095062,0.53329998254776,-0.8021000027656555,0.2689000070095062,0.53329998254776,-0.8021000027656555,0.2506999969482422,-0.8910999894142151,0.3783000111579895,0.2506999969482422,-0.8910999894142151,0.3783000111579895,0.2506999969482422,-0.8910999894142151,0.3783000111579895,0.16660000383853912,-0.558899998664856,-0.8123000264167786,0.16660000383853912,-0.558899998664856,-0.8123000264167786,0.16660000383853912,-0.558899998664856,-0.8123000264167786,-0.20319999754428864,-0.6348000168800354,0.7455000281333923,-0.20319999754428864,-0.6348000168800354,0.7455000281333923,-0.20319999754428864,-0.6348000168800354,0.7455000281333923,0.9501000046730042,0.3077999949455261,-0.051100000739097595,0.9501000046730042,0.3077999949455261,-0.051100000739097595,0.9501000046730042,0.3077999949455261,-0.051100000739097595,-0.968999981880188,-0.12610000371932983,-0.21240000426769257,-0.968999981880188,-0.12610000371932983,-0.21240000426769257,-0.968999981880188,-0.12610000371932983,-0.21240000426769257,0.6992999911308289,-0.5023999810218811,0.5084999799728394,0.6992999911308289,-0.5023999810218811,0.5084999799728394,0.6992999911308289,-0.5023999810218811,0.5084999799728394,0.48660001158714294,-0.6284999847412109,-0.6068000197410583,0.48660001158714294,-0.6284999847412109,-0.6068000197410583,0.48660001158714294,-0.6284999847412109,-0.6068000197410583,-0.4142000079154968,0.7570000290870667,0.505299985408783,-0.4142000079154968,0.7570000290870667,0.505299985408783,-0.4142000079154968,0.7570000290870667,0.505299985408783,0.6118999719619751,0.7028999924659729,-0.3625999987125397,0.6118999719619751,0.7028999924659729,-0.3625999987125397,0.6118999719619751,0.7028999924659729,-0.3625999987125397,0.6412000060081482,0.7372999787330627,-0.21279999613761902,0.6412000060081482,0.7372999787330627,-0.21279999613761902,0.6412000060081482,0.7372999787330627,-0.21279999613761902,-0.6520000100135803,-0.2531000077724457,0.7148000001907349,-0.6520000100135803,-0.2531000077724457,0.7148000001907349,-0.6520000100135803,-0.2531000077724457,0.7148000001907349,-0.25369998812675476,-0.9538999795913696,-0.16060000658035278,-0.25369998812675476,-0.9538999795913696,-0.16060000658035278,-0.25369998812675476,-0.9538999795913696,-0.16060000658035278,-0.819100022315979,-0.33320000767707825,0.4668999910354614,-0.819100022315979,-0.33320000767707825,0.4668999910354614,-0.819100022315979,-0.33320000767707825,0.4668999910354614,0.5439000129699707,-0.4498000144958496,0.7084000110626221,0.5439000129699707,-0.4498000144958496,0.7084000110626221,0.5439000129699707,-0.4498000144958496,0.7084000110626221,0.8955000042915344,-0.02879999950528145,0.4440999925136566,0.8955000042915344,-0.02879999950528145,0.4440999925136566,0.8955000042915344,-0.02879999950528145,0.4440999925136566,-0.7081000208854675,-0.4381999969482422,0.553600013256073,-0.7081000208854675,-0.4381999969482422,0.553600013256073,-0.7081000208854675,-0.4381999969482422,0.553600013256073,-0.9520000219345093,0.09520000219345093,0.29089999198913574,-0.9520000219345093,0.09520000219345093,0.29089999198913574,-0.9520000219345093,0.09520000219345093,0.29089999198913574,-0.7504000067710876,0.13770000636577606,-0.646399974822998,-0.7504000067710876,0.13770000636577606,-0.646399974822998,-0.7504000067710876,0.13770000636577606,-0.646399974822998,-0.678600013256073,-0.38909998536109924,0.6230000257492065,-0.678600013256073,-0.38909998536109924,0.6230000257492065,-0.678600013256073,-0.38909998536109924,0.6230000257492065,0.8027999997138977,-0.2928999960422516,0.5194000005722046,0.8027999997138977,-0.2928999960422516,0.5194000005722046,0.8027999997138977,-0.2928999960422516,0.5194000005722046,0.4932999908924103,0.8697999715805054,0.008200000040233135,0.4932999908924103,0.8697999715805054,0.008200000040233135,0.4932999908924103,0.8697999715805054,0.008200000040233135,-0.8871999979019165,0.1826000064611435,-0.4237000048160553,-0.8871999979019165,0.1826000064611435,-0.4237000048160553,-0.8871999979019165,0.1826000064611435,-0.4237000048160553,0.553600013256073,-0.6013000011444092,0.5760999917984009,0.553600013256073,-0.6013000011444092,0.5760999917984009,0.553600013256073,-0.6013000011444092,0.5760999917984009,0.11230000108480453,-0.48510000109672546,0.8672000169754028,0.11230000108480453,-0.48510000109672546,0.8672000169754028,0.11230000108480453,-0.48510000109672546,0.8672000169754028,0.850600004196167,-0.4555000066757202,0.262800008058548,0.850600004196167,-0.4555000066757202,0.262800008058548,0.850600004196167,-0.4555000066757202,0.262800008058548,-0.8840000033378601,-0.20810000598430634,-0.4187000095844269,-0.8840000033378601,-0.20810000598430634,-0.4187000095844269,-0.8840000033378601,-0.20810000598430634,-0.4187000095844269,0.20749999582767487,0.7531999945640564,-0.6241999864578247,0.20749999582767487,0.7531999945640564,-0.6241999864578247,0.20749999582767487,0.7531999945640564,-0.6241999864578247,0.8120999932289124,-0.5828999876976013,-0.02630000002682209,0.8120999932289124,-0.5828999876976013,-0.02630000002682209,0.8120999932289124,-0.5828999876976013,-0.02630000002682209,-0.04010000079870224,0.9340000152587891,-0.35510000586509705,-0.04010000079870224,0.9340000152587891,-0.35510000586509705,-0.04010000079870224,0.9340000152587891,-0.35510000586509705,0.9916999936103821,0.0754999965429306,-0.1039000004529953,0.9916999936103821,0.0754999965429306,-0.1039000004529953,0.9916999936103821,0.0754999965429306,-0.1039000004529953,-0.024900000542402267,0.06310000270605087,0.9976999759674072,-0.024900000542402267,0.06310000270605087,0.9976999759674072,-0.024900000542402267,0.06310000270605087,0.9976999759674072,0.7506999969482422,-0.5353999733924866,0.38690000772476196,0.7506999969482422,-0.5353999733924866,0.38690000772476196,0.7506999969482422,-0.5353999733924866,0.38690000772476196,-0.5291000008583069,0.7754999995231628,0.34450000524520874,-0.5291000008583069,0.7754999995231628,0.34450000524520874,-0.5291000008583069,0.7754999995231628,0.34450000524520874,0.43140000104904175,0.22050000727176666,-0.8748000264167786,0.43140000104904175,0.22050000727176666,-0.8748000264167786,0.43140000104904175,0.22050000727176666,-0.8748000264167786,0.5702000260353088,-0.8169999718666077,-0.08569999784231186,0.5702000260353088,-0.8169999718666077,-0.08569999784231186,0.5702000260353088,-0.8169999718666077,-0.08569999784231186,-0.3440999984741211,0.5396999716758728,-0.7682999968528748,-0.3440999984741211,0.5396999716758728,-0.7682999968528748,-0.3440999984741211,0.5396999716758728,-0.7682999968528748,0.11999999731779099,-0.18870000541210175,-0.9746999740600586,0.11999999731779099,-0.18870000541210175,-0.9746999740600586,0.11999999731779099,-0.18870000541210175,-0.9746999740600586,0.7479000091552734,0.6625000238418579,-0.042399998754262924,0.7479000091552734,0.6625000238418579,-0.042399998754262924,0.7479000091552734,0.6625000238418579,-0.042399998754262924,-0.0812000036239624,-0.460999995470047,0.8837000131607056,-0.0812000036239624,-0.460999995470047,0.8837000131607056,-0.0812000036239624,-0.460999995470047,0.8837000131607056,-0.09880000352859497,-0.8442000150680542,-0.5267999768257141,-0.09880000352859497,-0.8442000150680542,-0.5267999768257141,-0.09880000352859497,-0.8442000150680542,-0.5267999768257141,-0.7049000263214111,0.6980999708175659,0.12559999525547028,-0.7049000263214111,0.6980999708175659,0.12559999525547028,-0.7049000263214111,0.6980999708175659,0.12559999525547028,0.28049999475479126,-0.920799970626831,0.2712000012397766,0.28049999475479126,-0.920799970626831,0.2712000012397766,0.28049999475479126,-0.920799970626831,0.2712000012397766,-0.093299999833107,-0.9453999996185303,0.31220000982284546,-0.093299999833107,-0.9453999996185303,0.31220000982284546,-0.093299999833107,-0.9453999996185303,0.31220000982284546,-0.5055999755859375,0.7249000072479248,0.46790000796318054,-0.5055999755859375,0.7249000072479248,0.46790000796318054,-0.5055999755859375,0.7249000072479248,0.46790000796318054,0.37220001220703125,-0.47609999775886536,0.7967000007629395,0.37220001220703125,-0.47609999775886536,0.7967000007629395,0.37220001220703125,-0.47609999775886536,0.7967000007629395,-0.8720999956130981,-0.4652000069618225,0.15189999341964722,-0.8720999956130981,-0.4652000069618225,0.15189999341964722,-0.8720999956130981,-0.4652000069618225,0.15189999341964722,-0.8690000176429749,0.04399999976158142,-0.492900013923645,-0.8690000176429749,0.04399999976158142,-0.492900013923645,-0.8690000176429749,0.04399999976158142,-0.492900013923645,0.4909999966621399,-0.3125,0.8131999969482422,0.4909999966621399,-0.3125,0.8131999969482422,0.4909999966621399,-0.3125,0.8131999969482422,-0.1729000061750412,-0.5304999947547913,-0.8299000263214111,-0.1729000061750412,-0.5304999947547913,-0.8299000263214111,-0.1729000061750412,-0.5304999947547913,-0.8299000263214111,0.005900000222027302,-0.3939000070095062,-0.9190999865531921,0.005900000222027302,-0.3939000070095062,-0.9190999865531921,0.005900000222027302,-0.3939000070095062,-0.9190999865531921,0.7936999797821045,-0.5975000262260437,0.11429999768733978,0.7936999797821045,-0.5975000262260437,0.11429999768733978,0.7936999797821045,-0.5975000262260437,0.11429999768733978,-0.8822000026702881,0.2272000014781952,0.4124999940395355,-0.8822000026702881,0.2272000014781952,0.4124999940395355,-0.8822000026702881,0.2272000014781952,0.4124999940395355,-0.9986000061035156,0.01679999940097332,0.05090000107884407,-0.9986000061035156,0.01679999940097332,0.05090000107884407,-0.9986000061035156,0.01679999940097332,0.05090000107884407,0.9247000217437744,0.34880000352859497,0.15230000019073486,0.9247000217437744,0.34880000352859497,0.15230000019073486,0.9247000217437744,0.34880000352859497,0.15230000019073486,-0.6359999775886536,0.7253000140190125,-0.26339998841285706,-0.6359999775886536,0.7253000140190125,-0.26339998841285706,-0.6359999775886536,0.7253000140190125,-0.26339998841285706,-0.7810999751091003,-0.44830000400543213,0.43470001220703125,-0.7810999751091003,-0.44830000400543213,0.43470001220703125,-0.7810999751091003,-0.44830000400543213,0.43470001220703125,-0.6775000095367432,0.5224999785423279,0.517799973487854,-0.6775000095367432,0.5224999785423279,0.517799973487854,-0.6775000095367432,0.5224999785423279,0.517799973487854,-0.40389999747276306,-0.9021000266075134,-0.15189999341964722,-0.40389999747276306,-0.9021000266075134,-0.15189999341964722,-0.40389999747276306,-0.9021000266075134,-0.15189999341964722,-0.8712000250816345,0.17520000040531158,0.4586000144481659,-0.8712000250816345,0.17520000040531158,0.4586000144481659,-0.8712000250816345,0.17520000040531158,0.4586000144481659,0.1542000025510788,0.9805999994277954,0.120899997651577,0.1542000025510788,0.9805999994277954,0.120899997651577,0.1542000025510788,0.9805999994277954,0.120899997651577,0.4415999948978424,-0.8931999802589417,-0.08479999750852585,0.4415999948978424,-0.8931999802589417,-0.08479999750852585,0.4415999948978424,-0.8931999802589417,-0.08479999750852585,0.12620000541210175,0.8305000066757202,-0.5425999760627747,0.12620000541210175,0.8305000066757202,-0.5425999760627747,0.12620000541210175,0.8305000066757202,-0.5425999760627747,-0.9207000136375427,-0.3882000148296356,-0.03920000046491623,-0.9207000136375427,-0.3882000148296356,-0.03920000046491623,-0.9207000136375427,-0.3882000148296356,-0.03920000046491623,-0.9126999974250793,-0.35910001397132874,0.19509999454021454,-0.9126999974250793,-0.35910001397132874,0.19509999454021454,-0.9126999974250793,-0.35910001397132874,0.19509999454021454,0.9610999822616577,0.2761000096797943,-0.01209999993443489,0.9610999822616577,0.2761000096797943,-0.01209999993443489,0.9610999822616577,0.2761000096797943,-0.01209999993443489,-0.08299999684095383,-0.9190999865531921,-0.38510000705718994,-0.08299999684095383,-0.9190999865531921,-0.38510000705718994,-0.08299999684095383,-0.9190999865531921,-0.38510000705718994,-0.9287999868392944,-0.33480000495910645,0.15880000591278076,-0.9287999868392944,-0.33480000495910645,0.15880000591278076,-0.9287999868392944,-0.33480000495910645,0.15880000591278076,-0.6844000220298767,0.21619999408721924,-0.6963000297546387,-0.6844000220298767,0.21619999408721924,-0.6963000297546387,-0.6844000220298767,0.21619999408721924,-0.6963000297546387,0.006099999882280827,0.3328999876976013,-0.9430000185966492,0.006099999882280827,0.3328999876976013,-0.9430000185966492,0.006099999882280827,0.3328999876976013,-0.9430000185966492,0.9714999794960022,-0.10580000281333923,-0.211899995803833,0.9714999794960022,-0.10580000281333923,-0.211899995803833,0.9714999794960022,-0.10580000281333923,-0.211899995803833,0.7384999990463257,0.04769999906420708,0.6725000143051147,0.7384999990463257,0.04769999906420708,0.6725000143051147,0.7384999990463257,0.04769999906420708,0.6725000143051147,0.9921000003814697,0.06679999828338623,-0.10649999976158142,0.9921000003814697,0.06679999828338623,-0.10649999976158142,0.9921000003814697,0.06679999828338623,-0.10649999976158142,0.0024999999441206455,0.9753999710083008,0.22050000727176666,0.0024999999441206455,0.9753999710083008,0.22050000727176666,0.0024999999441206455,0.9753999710083008,0.22050000727176666,-0.5849000215530396,-0.7900000214576721,0.18379999697208405,-0.5849000215530396,-0.7900000214576721,0.18379999697208405,-0.5849000215530396,-0.7900000214576721,0.18379999697208405,-0.3871999979019165,-0.5910000205039978,0.7077000141143799,-0.3871999979019165,-0.5910000205039978,0.7077000141143799,-0.3871999979019165,-0.5910000205039978,0.7077000141143799,0.04399999976158142,0.8907999992370605,0.4523000121116638,0.04399999976158142,0.8907999992370605,0.4523000121116638,0.04399999976158142,0.8907999992370605,0.4523000121116638,-0.38600000739097595,-0.8600000143051147,0.3337000012397766,-0.38600000739097595,-0.8600000143051147,0.3337000012397766,-0.38600000739097595,-0.8600000143051147,0.3337000012397766,-0.9991999864578247,0.039799999445676804,0.007300000172108412,-0.9991999864578247,0.039799999445676804,0.007300000172108412,-0.9991999864578247,0.039799999445676804,0.007300000172108412,-0.05429999902844429,0.0771000012755394,0.9955000281333923,-0.05429999902844429,0.0771000012755394,0.9955000281333923,-0.05429999902844429,0.0771000012755394,0.9955000281333923,-0.5256999731063843,0.8434000015258789,-0.11100000143051147,-0.5256999731063843,0.8434000015258789,-0.11100000143051147,-0.5256999731063843,0.8434000015258789,-0.11100000143051147,-0.5181000232696533,0.817300021648407,0.2522999942302704,-0.5181000232696533,0.817300021648407,0.2522999942302704,-0.5181000232696533,0.817300021648407,0.2522999942302704,0.2143000066280365,-0.9611999988555908,-0.1736000031232834,0.2143000066280365,-0.9611999988555908,-0.1736000031232834,0.2143000066280365,-0.9611999988555908,-0.1736000031232834,0.4408999979496002,0.8597000241279602,0.25769999623298645,0.4408999979496002,0.8597000241279602,0.25769999623298645,0.4408999979496002,0.8597000241279602,0.25769999623298645,-0.9919999837875366,0.02930000051856041,0.12280000001192093,-0.9919999837875366,0.02930000051856041,0.12280000001192093,-0.9919999837875366,0.02930000051856041,0.12280000001192093,0.9358000159263611,0.3034000098705292,0.17970000207424164,0.9358000159263611,0.3034000098705292,0.17970000207424164,0.9358000159263611,0.3034000098705292,0.17970000207424164,-0.6327000260353088,0.5608000159263611,-0.5339999794960022,-0.6327000260353088,0.5608000159263611,-0.5339999794960022,-0.6327000260353088,0.5608000159263611,-0.5339999794960022,-0.5821999907493591,-0.8122000098228455,-0.0357000008225441,-0.5821999907493591,-0.8122000098228455,-0.0357000008225441,-0.5821999907493591,-0.8122000098228455,-0.0357000008225441,-0.3172999918460846,0.840499997138977,-0.4392000138759613,-0.3172999918460846,0.840499997138977,-0.4392000138759613,-0.3172999918460846,0.840499997138977,-0.4392000138759613,0.6962000131607056,-0.6491000056266785,0.30649998784065247,0.6962000131607056,-0.6491000056266785,0.30649998784065247,0.6962000131607056,-0.6491000056266785,0.30649998784065247,0.1932000070810318,-0.7490000128746033,0.6338000297546387,0.1932000070810318,-0.7490000128746033,0.6338000297546387,0.1932000070810318,-0.7490000128746033,0.6338000297546387,-0.9718000292778015,-0.2280000001192093,0.05950000137090683,-0.9718000292778015,-0.2280000001192093,0.05950000137090683,-0.9718000292778015,-0.2280000001192093,0.05950000137090683,-0.5353000164031982,-0.2937999963760376,-0.7918999791145325,-0.5353000164031982,-0.2937999963760376,-0.7918999791145325,-0.5353000164031982,-0.2937999963760376,-0.7918999791145325,-0.947700023651123,0.2980000078678131,0.1143999993801117,-0.947700023651123,0.2980000078678131,0.1143999993801117,-0.947700023651123,0.2980000078678131,0.1143999993801117,-0.41609999537467957,0.891700029373169,0.17820000648498535,-0.41609999537467957,0.891700029373169,0.17820000648498535,-0.41609999537467957,0.891700029373169,0.17820000648498535,0.5978000164031982,0.7135000228881836,-0.3653999865055084,0.5978000164031982,0.7135000228881836,-0.3653999865055084,0.5978000164031982,0.7135000228881836,-0.3653999865055084,0.871999979019165,0.4611000120639801,0.16439999639987946,0.871999979019165,0.4611000120639801,0.16439999639987946,0.871999979019165,0.4611000120639801,0.16439999639987946,0.28519999980926514,0.043299999088048935,0.9574999809265137,0.28519999980926514,0.043299999088048935,0.9574999809265137,0.28519999980926514,0.043299999088048935,0.9574999809265137,0.2110999971628189,0.9014999866485596,-0.37779998779296875,0.2110999971628189,0.9014999866485596,-0.37779998779296875,0.2110999971628189,0.9014999866485596,-0.37779998779296875,0.5623000264167786,-0.3492000102996826,-0.7495999932289124,0.5623000264167786,-0.3492000102996826,-0.7495999932289124,0.5623000264167786,-0.3492000102996826,-0.7495999932289124,0.14270000159740448,-0.867900013923645,0.4756999909877777,0.14270000159740448,-0.867900013923645,0.4756999909877777,0.14270000159740448,-0.867900013923645,0.4756999909877777,-0.9799000024795532,-0.1875,-0.06790000200271606,-0.9799000024795532,-0.1875,-0.06790000200271606,-0.9799000024795532,-0.1875,-0.06790000200271606,-0.37880000472068787,0.47450000047683716,-0.7944999933242798,-0.37880000472068787,0.47450000047683716,-0.7944999933242798,-0.37880000472068787,0.47450000047683716,-0.7944999933242798,-0.13529999554157257,0.9776999950408936,0.1606999933719635,-0.13529999554157257,0.9776999950408936,0.1606999933719635,-0.13529999554157257,0.9776999950408936,0.1606999933719635,-0.8998000025749207,0.43540000915527344,0.0284000001847744,-0.8998000025749207,0.43540000915527344,0.0284000001847744,-0.8998000025749207,0.43540000915527344,0.0284000001847744,-0.9043999910354614,0.3580000102519989,-0.2320999950170517,-0.9043999910354614,0.3580000102519989,-0.2320999950170517,-0.9043999910354614,0.3580000102519989,-0.2320999950170517,-0.982200026512146,0.09560000151395798,-0.16179999709129333,-0.982200026512146,0.09560000151395798,-0.16179999709129333,-0.982200026512146,0.09560000151395798,-0.16179999709129333,0.666700005531311,0.7096999883651733,-0.22750000655651093,0.666700005531311,0.7096999883651733,-0.22750000655651093,0.666700005531311,0.7096999883651733,-0.22750000655651093,-0.4632999897003174,0.11540000140666962,0.878600001335144,-0.4632999897003174,0.11540000140666962,0.878600001335144,-0.4632999897003174,0.11540000140666962,0.878600001335144,0.8716999888420105,-0.1120000034570694,-0.4771000146865845,0.8716999888420105,-0.1120000034570694,-0.4771000146865845,0.8716999888420105,-0.1120000034570694,-0.4771000146865845,0.22259999811649323,0.6428999900817871,-0.7329000234603882,0.22259999811649323,0.6428999900817871,-0.7329000234603882,0.22259999811649323,0.6428999900817871,-0.7329000234603882,-0.8981999754905701,0.38370001316070557,-0.21439999341964722,-0.8981999754905701,0.38370001316070557,-0.21439999341964722,-0.8981999754905701,0.38370001316070557,-0.21439999341964722,-0.1965000033378601,0.7878999710083008,0.5837000012397766,-0.1965000033378601,0.7878999710083008,0.5837000012397766,-0.1965000033378601,0.7878999710083008,0.5837000012397766,0.9865000247955322,-0.16329999268054962,-0.011800000444054604,0.9865000247955322,-0.16329999268054962,-0.011800000444054604,0.9865000247955322,-0.16329999268054962,-0.011800000444054604,0.19249999523162842,-0.49059998989105225,0.8499000072479248,0.19249999523162842,-0.49059998989105225,0.8499000072479248,0.19249999523162842,-0.49059998989105225,0.8499000072479248,0.37040001153945923,0.7775999903678894,0.5080000162124634,0.37040001153945923,0.7775999903678894,0.5080000162124634,0.37040001153945923,0.7775999903678894,0.5080000162124634,-0.9746000170707703,0.15790000557899475,0.15860000252723694,-0.9746000170707703,0.15790000557899475,0.15860000252723694,-0.9746000170707703,0.15790000557899475,0.15860000252723694,0.6123999953269958,-0.7904000282287598,-0.016200000420212746,0.6123999953269958,-0.7904000282287598,-0.016200000420212746,0.6123999953269958,-0.7904000282287598,-0.016200000420212746,0.5354999899864197,0.29510000348091125,-0.7912999987602234,0.5354999899864197,0.29510000348091125,-0.7912999987602234,0.5354999899864197,0.29510000348091125,-0.7912999987602234,-0.9853000044822693,-0.06260000169277191,-0.1590999960899353,-0.9853000044822693,-0.06260000169277191,-0.1590999960899353,-0.9853000044822693,-0.06260000169277191,-0.1590999960899353,-0.15839999914169312,0.17589999735355377,-0.9715999960899353,-0.15839999914169312,0.17589999735355377,-0.9715999960899353,-0.15839999914169312,0.17589999735355377,-0.9715999960899353,0.9732000231742859,-0.22869999706745148,0.02449999935925007,0.9732000231742859,-0.22869999706745148,0.02449999935925007,0.9732000231742859,-0.22869999706745148,0.02449999935925007,-0.20669999718666077,0.4465000033378601,-0.8705999851226807,-0.20669999718666077,0.4465000033378601,-0.8705999851226807,-0.20669999718666077,0.4465000033378601,-0.8705999851226807,0.6572999954223633,0.6929000020027161,-0.29649999737739563,0.6572999954223633,0.6929000020027161,-0.29649999737739563,0.6572999954223633,0.6929000020027161,-0.29649999737739563,-0.6848000288009644,-0.04740000143647194,-0.7271999716758728,-0.6848000288009644,-0.04740000143647194,-0.7271999716758728,-0.6848000288009644,-0.04740000143647194,-0.7271999716758728,0.885200023651123,0.2759000062942505,0.37459999322891235,0.885200023651123,0.2759000062942505,0.37459999322891235,0.885200023651123,0.2759000062942505,0.37459999322891235,0.47279998660087585,0.8770999908447266,-0.08420000225305557,0.47279998660087585,0.8770999908447266,-0.08420000225305557,0.47279998660087585,0.8770999908447266,-0.08420000225305557,0.6035000085830688,-0.41130000352859497,-0.6830999851226807,0.6035000085830688,-0.41130000352859497,-0.6830999851226807,0.6035000085830688,-0.41130000352859497,-0.6830999851226807,-0.9350000023841858,-0.2371000051498413,-0.2639000117778778,-0.9350000023841858,-0.2371000051498413,-0.2639000117778778,-0.9350000023841858,-0.2371000051498413,-0.2639000117778778,0.7821999788284302,0.4790000021457672,-0.3984000086784363,0.7821999788284302,0.4790000021457672,-0.3984000086784363,0.7821999788284302,0.4790000021457672,-0.3984000086784363,0.9718999862670898,-0.22789999842643738,0.05939999967813492,0.9718999862670898,-0.22789999842643738,0.05939999967813492,0.9718999862670898,-0.22789999842643738,0.05939999967813492,-0.9495000243186951,-0.22529999911785126,-0.21850000321865082,-0.9495000243186951,-0.22529999911785126,-0.21850000321865082,-0.9495000243186951,-0.22529999911785126,-0.21850000321865082,0.03689999878406525,0.633899986743927,0.7724999785423279,0.03689999878406525,0.633899986743927,0.7724999785423279,0.03689999878406525,0.633899986743927,0.7724999785423279,0.6664000153541565,0.024000000208616257,0.745199978351593,0.6664000153541565,0.024000000208616257,0.745199978351593,0.6664000153541565,0.024000000208616257,0.745199978351593,-0.28700000047683716,0.8809999823570251,-0.37619999051094055,-0.28700000047683716,0.8809999823570251,-0.37619999051094055,-0.28700000047683716,0.8809999823570251,-0.37619999051094055,-0.28139999508857727,0.6744999885559082,0.6825000047683716,-0.28139999508857727,0.6744999885559082,0.6825000047683716,-0.28139999508857727,0.6744999885559082,0.6825000047683716,0.9021000266075134,0.4300999939441681,0.03530000150203705,0.9021000266075134,0.4300999939441681,0.03530000150203705,0.9021000266075134,0.4300999939441681,0.03530000150203705,-0.6833999752998352,0.5426999926567078,0.48829999566078186,-0.6833999752998352,0.5426999926567078,0.48829999566078186,-0.6833999752998352,0.5426999926567078,0.48829999566078186,0.06369999796152115,-0.8270999789237976,0.5583999752998352,0.06369999796152115,-0.8270999789237976,0.5583999752998352,0.06369999796152115,-0.8270999789237976,0.5583999752998352,0.16750000417232513,0.9617000222206116,0.21699999272823334,0.16750000417232513,0.9617000222206116,0.21699999272823334,0.16750000417232513,0.9617000222206116,0.21699999272823334,-0.21050000190734863,0.18400000035762787,-0.960099995136261,-0.21050000190734863,0.18400000035762787,-0.960099995136261,-0.21050000190734863,0.18400000035762787,-0.960099995136261,-0.6668000221252441,-0.5935999751091003,-0.4505999982357025,-0.6668000221252441,-0.5935999751091003,-0.4505999982357025,-0.6668000221252441,-0.5935999751091003,-0.4505999982357025,-0.4032999873161316,0.7738000154495239,0.48840001225471497,-0.4032999873161316,0.7738000154495239,0.48840001225471497,-0.4032999873161316,0.7738000154495239,0.48840001225471497,-0.21789999306201935,0.9327999949455261,0.287200003862381,-0.21789999306201935,0.9327999949455261,0.287200003862381,-0.21789999306201935,0.9327999949455261,0.287200003862381,-0.9409000277519226,-0.31470000743865967,0.12489999830722809,-0.9409000277519226,-0.31470000743865967,0.12489999830722809,-0.9409000277519226,-0.31470000743865967,0.12489999830722809,-0.5777000188827515,0.477400004863739,0.6620000004768372,-0.5777000188827515,0.477400004863739,0.6620000004768372,-0.5777000188827515,0.477400004863739,0.6620000004768372,0.5432999730110168,-0.8395000100135803,0.004999999888241291,0.5432999730110168,-0.8395000100135803,0.004999999888241291,0.5432999730110168,-0.8395000100135803,0.004999999888241291,-0.18119999766349792,-0.5805000066757202,-0.7939000129699707,-0.18119999766349792,-0.5805000066757202,-0.7939000129699707,-0.18119999766349792,-0.5805000066757202,-0.7939000129699707,0.8593000173568726,-0.4986000061035156,0.11420000344514847,0.8593000173568726,-0.4986000061035156,0.11420000344514847,0.8593000173568726,-0.4986000061035156,0.11420000344514847,0.6865000128746033,0.5101000070571899,-0.5181999802589417,0.6865000128746033,0.5101000070571899,-0.5181999802589417,0.6865000128746033,0.5101000070571899,-0.5181999802589417,0.9940999746322632,0.10700000077486038,0.016100000590085983,0.9940999746322632,0.10700000077486038,0.016100000590085983,0.9940999746322632,0.10700000077486038,0.016100000590085983,-0.9983999729156494,0.007499999832361937,0.0560000017285347,-0.9983999729156494,0.007499999832361937,0.0560000017285347,-0.9983999729156494,0.007499999832361937,0.0560000017285347,0.508400022983551,-0.09239999949932098,-0.8561999797821045,0.508400022983551,-0.09239999949932098,-0.8561999797821045,0.508400022983551,-0.09239999949932098,-0.8561999797821045,0.5652999877929688,0.817300021648407,-0.11159999668598175,0.5652999877929688,0.817300021648407,-0.11159999668598175,0.5652999877929688,0.817300021648407,-0.11159999668598175,-0.6090999841690063,-0.503600001335144,0.6126999855041504,-0.6090999841690063,-0.503600001335144,0.6126999855041504,-0.6090999841690063,-0.503600001335144,0.6126999855041504,0.9320999979972839,0.19619999825954437,0.3043000102043152,0.9320999979972839,0.19619999825954437,0.3043000102043152,0.9320999979972839,0.19619999825954437,0.3043000102043152,-0.9175000190734863,0.3158999979496002,0.24150000512599945,-0.9175000190734863,0.3158999979496002,0.24150000512599945,-0.9175000190734863,0.3158999979496002,0.24150000512599945,0.8986999988555908,-0.32269999384880066,0.296999990940094,0.8986999988555908,-0.32269999384880066,0.296999990940094,0.8986999988555908,-0.32269999384880066,0.296999990940094,-0.2054000049829483,-0.8235999941825867,0.5285999774932861,-0.2054000049829483,-0.8235999941825867,0.5285999774932861,-0.2054000049829483,-0.8235999941825867,0.5285999774932861,-0.4537000060081482,-0.8802000284194946,-0.13899999856948853,-0.4537000060081482,-0.8802000284194946,-0.13899999856948853,-0.4537000060081482,-0.8802000284194946,-0.13899999856948853,0.4269999861717224,0.7940000295639038,0.4327999949455261,0.4269999861717224,0.7940000295639038,0.4327999949455261,0.4269999861717224,0.7940000295639038,0.4327999949455261,0.48350000381469727,-0.6506999731063843,-0.5856000185012817,0.48350000381469727,-0.6506999731063843,-0.5856000185012817,0.48350000381469727,-0.6506999731063843,-0.5856000185012817,0.37619999051094055,-0.8603000044822693,-0.3440000116825104,0.37619999051094055,-0.8603000044822693,-0.3440000116825104,0.37619999051094055,-0.8603000044822693,-0.3440000116825104,-0.5202000141143799,-0.5587000250816345,0.6459000110626221,-0.5202000141143799,-0.5587000250816345,0.6459000110626221,-0.5202000141143799,-0.5587000250816345,0.6459000110626221,0.7364000082015991,-0.30390000343322754,0.6043999791145325,0.7364000082015991,-0.30390000343322754,0.6043999791145325,0.7364000082015991,-0.30390000343322754,0.6043999791145325,-0.23270000517368317,-0.8819000124931335,0.4101000130176544,-0.23270000517368317,-0.8819000124931335,0.4101000130176544,-0.23270000517368317,-0.8819000124931335,0.4101000130176544,0.994700014591217,0.09600000083446503,0.03610000014305115,0.994700014591217,0.09600000083446503,0.03610000014305115,0.994700014591217,0.09600000083446503,0.03610000014305115,0.690500020980835,-0.33559998869895935,0.6406999826431274,0.690500020980835,-0.33559998869895935,0.6406999826431274,0.690500020980835,-0.33559998869895935,0.6406999826431274,0.6686999797821045,0.6906999945640564,-0.2752000093460083,0.6686999797821045,0.6906999945640564,-0.2752000093460083,0.6686999797821045,0.6906999945640564,-0.2752000093460083,0.6230000257492065,0.7555999755859375,-0.20239999890327454,0.6230000257492065,0.7555999755859375,-0.20239999890327454,0.6230000257492065,0.7555999755859375,-0.20239999890327454,0.17020000517368317,-0.8396000266075134,0.5159000158309937,0.17020000517368317,-0.8396000266075134,0.5159000158309937,0.17020000517368317,-0.8396000266075134,0.5159000158309937,0.2847999930381775,-0.2694000005722046,0.9199000000953674,0.2847999930381775,-0.2694000005722046,0.9199000000953674,0.2847999930381775,-0.2694000005722046,0.9199000000953674,-0.7700999975204468,0.6308000087738037,0.0949999988079071,-0.7700999975204468,0.6308000087738037,0.0949999988079071,-0.7700999975204468,0.6308000087738037,0.0949999988079071,-0.22910000383853912,0.8981999754905701,-0.3752000033855438,-0.22910000383853912,0.8981999754905701,-0.3752000033855438,-0.22910000383853912,0.8981999754905701,-0.3752000033855438,0.9783999919891357,-0.004900000058114529,-0.2069000005722046,0.9783999919891357,-0.004900000058114529,-0.2069000005722046,0.9783999919891357,-0.004900000058114529,-0.2069000005722046,0.10180000215768814,-0.6776000261306763,0.7283999919891357,0.10180000215768814,-0.6776000261306763,0.7283999919891357,0.10180000215768814,-0.6776000261306763,0.7283999919891357,-0.8271999955177307,0.5404999852180481,-0.15389999747276306,-0.8271999955177307,0.5404999852180481,-0.15389999747276306,-0.8271999955177307,0.5404999852180481,-0.15389999747276306,0.9889000058174133,0.0044999998062849045,-0.14820000529289246,0.9889000058174133,0.0044999998062849045,-0.14820000529289246,0.9889000058174133,0.0044999998062849045,-0.14820000529289246,-0.17749999463558197,-0.6830999851226807,0.7084000110626221,-0.17749999463558197,-0.6830999851226807,0.7084000110626221,-0.17749999463558197,-0.6830999851226807,0.7084000110626221,0.9139999747276306,-0.10740000009536743,0.3912000060081482,0.9139999747276306,-0.10740000009536743,0.3912000060081482,0.9139999747276306,-0.10740000009536743,0.3912000060081482,-0.27790001034736633,-0.9323999881744385,-0.23119999468326569,-0.27790001034736633,-0.9323999881744385,-0.23119999468326569,-0.27790001034736633,-0.9323999881744385,-0.23119999468326569,0.6069999933242798,0.39250001311302185,0.6909999847412109,0.6069999933242798,0.39250001311302185,0.6909999847412109,0.6069999933242798,0.39250001311302185,0.6909999847412109,-0.6108999848365784,-0.6392999887466431,0.46700000762939453,-0.6108999848365784,-0.6392999887466431,0.46700000762939453,-0.6108999848365784,-0.6392999887466431,0.46700000762939453,-0.31450000405311584,-0.9350000023841858,0.16369999945163727,-0.31450000405311584,-0.9350000023841858,0.16369999945163727,-0.31450000405311584,-0.9350000023841858,0.16369999945163727,-0.9093999862670898,0.4108999967575073,-0.06379999965429306,-0.9093999862670898,0.4108999967575073,-0.06379999965429306,-0.9093999862670898,0.4108999967575073,-0.06379999965429306,-0.45089998841285706,0.7759000062942505,-0.44110000133514404,-0.45089998841285706,0.7759000062942505,-0.44110000133514404,-0.45089998841285706,0.7759000062942505,-0.44110000133514404,0.039000000804662704,-0.9222000241279602,0.3847000002861023,0.039000000804662704,-0.9222000241279602,0.3847000002861023,0.039000000804662704,-0.9222000241279602,0.3847000002861023,-0.6262000203132629,-0.6865000128746033,-0.36959999799728394,-0.6262000203132629,-0.6865000128746033,-0.36959999799728394,-0.6262000203132629,-0.6865000128746033,-0.36959999799728394,-0.257999986410141,-0.9128000140190125,0.3165999948978424,-0.257999986410141,-0.9128000140190125,0.3165999948978424,-0.257999986410141,-0.9128000140190125,0.3165999948978424,-0.13699999451637268,0.1289999932050705,-0.9821000099182129,-0.13699999451637268,0.1289999932050705,-0.9821000099182129,-0.13699999451637268,0.1289999932050705,-0.9821000099182129,-0.4706999957561493,-0.3249000012874603,-0.8202999830245972,-0.4706999957561493,-0.3249000012874603,-0.8202999830245972,-0.4706999957561493,-0.3249000012874603,-0.8202999830245972,-0.7172999978065491,0.3562000095844269,0.598800003528595,-0.7172999978065491,0.3562000095844269,0.598800003528595,-0.7172999978065491,0.3562000095844269,0.598800003528595,-0.40880000591278076,-0.911300003528595,-0.04830000177025795,-0.40880000591278076,-0.911300003528595,-0.04830000177025795,-0.40880000591278076,-0.911300003528595,-0.04830000177025795,0.9864000082015991,-0.10360000282526016,0.12759999930858612,0.9864000082015991,-0.10360000282526016,0.12759999930858612,0.9864000082015991,-0.10360000282526016,0.12759999930858612,-0.5587000250816345,-0.43650001287460327,0.7052000164985657,-0.5587000250816345,-0.43650001287460327,0.7052000164985657,-0.5587000250816345,-0.43650001287460327,0.7052000164985657,0.7335000038146973,-0.39719998836517334,0.5515999794006348,0.7335000038146973,-0.39719998836517334,0.5515999794006348,0.7335000038146973,-0.39719998836517334,0.5515999794006348,-0.1826000064611435,-0.08060000091791153,-0.9799000024795532,-0.1826000064611435,-0.08060000091791153,-0.9799000024795532,-0.1826000064611435,-0.08060000091791153,-0.9799000024795532,0.14329999685287476,0.9639000296592712,-0.22429999709129333,0.14329999685287476,0.9639000296592712,-0.22429999709129333,0.14329999685287476,0.9639000296592712,-0.22429999709129333,-0.3944999873638153,0.7825000286102295,0.48179998993873596,-0.3944999873638153,0.7825000286102295,0.48179998993873596,-0.3944999873638153,0.7825000286102295,0.48179998993873596,-0.5353000164031982,-0.5069000124931335,0.675599992275238,-0.5353000164031982,-0.5069000124931335,0.675599992275238,-0.5353000164031982,-0.5069000124931335,0.675599992275238,-0.8841000199317932,-0.4465000033378601,0.13770000636577606,-0.8841000199317932,-0.4465000033378601,0.13770000636577606,-0.8841000199317932,-0.4465000033378601,0.13770000636577606,-0.2321999967098236,0.3959999978542328,-0.8884000182151794,-0.2321999967098236,0.3959999978542328,-0.8884000182151794,-0.2321999967098236,0.3959999978542328,-0.8884000182151794,-0.1923000067472458,0.2768000066280365,-0.9415000081062317,-0.1923000067472458,0.2768000066280365,-0.9415000081062317,-0.1923000067472458,0.2768000066280365,-0.9415000081062317,0.6947000026702881,0.718999981880188,-0.0203000009059906,0.6947000026702881,0.718999981880188,-0.0203000009059906,0.6947000026702881,0.718999981880188,-0.0203000009059906,0.3366999924182892,-0.47940000891685486,0.8105000257492065,0.3366999924182892,-0.47940000891685486,0.8105000257492065,0.3366999924182892,-0.47940000891685486,0.8105000257492065,0.09200000017881393,-0.2345999926328659,0.9677000045776367,0.09200000017881393,-0.2345999926328659,0.9677000045776367,0.09200000017881393,-0.2345999926328659,0.9677000045776367,-0.677299976348877,0.4041000008583069,0.614799976348877,-0.677299976348877,0.4041000008583069,0.614799976348877,-0.677299976348877,0.4041000008583069,0.614799976348877,-0.7421000003814697,0.5498999953269958,-0.38339999318122864,-0.7421000003814697,0.5498999953269958,-0.38339999318122864,-0.7421000003814697,0.5498999953269958,-0.38339999318122864,0.5058000087738037,0.786899983882904,-0.35339999198913574,0.5058000087738037,0.786899983882904,-0.35339999198913574,0.5058000087738037,0.786899983882904,-0.35339999198913574,-0.8476999998092651,-0.2973000109195709,0.43939998745918274,-0.8476999998092651,-0.2973000109195709,0.43939998745918274,-0.8476999998092651,-0.2973000109195709,0.43939998745918274,0.7529000043869019,0.46219998598098755,0.4684999883174896,0.7529000043869019,0.46219998598098755,0.4684999883174896,0.7529000043869019,0.46219998598098755,0.4684999883174896,-0.9358999729156494,-0.186599999666214,0.298799991607666,-0.9358999729156494,-0.186599999666214,0.298799991607666,-0.9358999729156494,-0.186599999666214,0.298799991607666,-0.7135000228881836,-0.5218999981880188,0.4674000144004822,-0.7135000228881836,-0.5218999981880188,0.4674000144004822,-0.7135000228881836,-0.5218999981880188,0.4674000144004822,-0.8223999738693237,0.5360999703407288,-0.19020000100135803,-0.8223999738693237,0.5360999703407288,-0.19020000100135803,-0.8223999738693237,0.5360999703407288,-0.19020000100135803,0.934499979019165,-0.3260999917984009,0.14270000159740448,0.934499979019165,-0.3260999917984009,0.14270000159740448,0.934499979019165,-0.3260999917984009,0.14270000159740448,0.3621000051498413,-0.6948999762535095,-0.6212000250816345,0.3621000051498413,-0.6948999762535095,-0.6212000250816345,0.3621000051498413,-0.6948999762535095,-0.6212000250816345,0.3801000118255615,0.9190000295639038,0.10459999740123749,0.3801000118255615,0.9190000295639038,0.10459999740123749,0.3801000118255615,0.9190000295639038,0.10459999740123749,-0.1347000002861023,0.09669999778270721,-0.9861999750137329,-0.1347000002861023,0.09669999778270721,-0.9861999750137329,-0.1347000002861023,0.09669999778270721,-0.9861999750137329,-0.06279999762773514,-0.9190000295639038,0.38929998874664307,-0.06279999762773514,-0.9190000295639038,0.38929998874664307,-0.06279999762773514,-0.9190000295639038,0.38929998874664307,-0.9607999920845032,-0.27489998936653137,-0.03689999878406525,-0.9607999920845032,-0.27489998936653137,-0.03689999878406525,-0.9607999920845032,-0.27489998936653137,-0.03689999878406525,0.5045999884605408,-0.859000027179718,0.08659999817609787,0.5045999884605408,-0.859000027179718,0.08659999817609787,0.5045999884605408,-0.859000027179718,0.08659999817609787,0.6628999710083008,0.7486000061035156,0.015799999237060547,0.6628999710083008,0.7486000061035156,0.015799999237060547,0.6628999710083008,0.7486000061035156,0.015799999237060547,-0.4496000111103058,-0.19359999895095825,-0.871999979019165,-0.4496000111103058,-0.19359999895095825,-0.871999979019165,-0.4496000111103058,-0.19359999895095825,-0.871999979019165,0.9251999855041504,0.326200008392334,-0.1941000074148178,0.9251999855041504,0.326200008392334,-0.1941000074148178,0.9251999855041504,0.326200008392334,-0.1941000074148178,0.039500001817941666,-0.9226999878883362,0.38339999318122864,0.039500001817941666,-0.9226999878883362,0.38339999318122864,0.039500001817941666,-0.9226999878883362,0.38339999318122864,0.557699978351593,0.6829000115394592,-0.4717999994754791,0.557699978351593,0.6829000115394592,-0.4717999994754791,0.557699978351593,0.6829000115394592,-0.4717999994754791,-0.31029999256134033,-0.7649999856948853,-0.5644000172615051,-0.31029999256134033,-0.7649999856948853,-0.5644000172615051,-0.31029999256134033,-0.7649999856948853,-0.5644000172615051,-0.5113999843597412,0.7786999940872192,-0.36340001225471497,-0.5113999843597412,0.7786999940872192,-0.36340001225471497,-0.5113999843597412,0.7786999940872192,-0.36340001225471497,-0.25699999928474426,0.9093000292778015,0.3271999955177307,-0.25699999928474426,0.9093000292778015,0.3271999955177307,-0.25699999928474426,0.9093000292778015,0.3271999955177307,0.16019999980926514,-0.9699000120162964,0.1834000051021576,0.16019999980926514,-0.9699000120162964,0.1834000051021576,0.16019999980926514,-0.9699000120162964,0.1834000051021576,0.44850000739097595,-0.593999981880188,-0.667900025844574,0.44850000739097595,-0.593999981880188,-0.667900025844574,0.44850000739097595,-0.593999981880188,-0.667900025844574,-0.06040000170469284,0.9850999712944031,-0.16089999675750732,-0.06040000170469284,0.9850999712944031,-0.16089999675750732,-0.06040000170469284,0.9850999712944031,-0.16089999675750732,-0.6373999714851379,0.6880999803543091,-0.3465999960899353,-0.6373999714851379,0.6880999803543091,-0.3465999960899353,-0.6373999714851379,0.6880999803543091,-0.3465999960899353,-0.0877000018954277,-0.3984000086784363,0.9129999876022339,-0.0877000018954277,-0.3984000086784363,0.9129999876022339,-0.0877000018954277,-0.3984000086784363,0.9129999876022339,-0.3084999918937683,0.25450000166893005,-0.9164999723434448,-0.3084999918937683,0.25450000166893005,-0.9164999723434448,-0.3084999918937683,0.25450000166893005,-0.9164999723434448,0.8521000146865845,-0.10180000215768814,-0.5133000016212463,0.8521000146865845,-0.10180000215768814,-0.5133000016212463,0.8521000146865845,-0.10180000215768814,-0.5133000016212463,-0.28839999437332153,0.1867000013589859,0.9391000270843506,-0.28839999437332153,0.1867000013589859,0.9391000270843506,-0.28839999437332153,0.1867000013589859,0.9391000270843506,0.20260000228881836,0.786300003528595,-0.5837000012397766,0.20260000228881836,0.786300003528595,-0.5837000012397766,0.20260000228881836,0.786300003528595,-0.5837000012397766,-0.6193000078201294,-0.664900004863739,-0.41749998927116394,-0.6193000078201294,-0.664900004863739,-0.41749998927116394,-0.6193000078201294,-0.664900004863739,-0.41749998927116394,0.30219998955726624,0.6952999830245972,-0.6521000266075134,0.30219998955726624,0.6952999830245972,-0.6521000266075134,0.30219998955726624,0.6952999830245972,-0.6521000266075134,0.9569000005722046,0.12430000305175781,0.2624000012874603,0.9569000005722046,0.12430000305175781,0.2624000012874603,0.9569000005722046,0.12430000305175781,0.2624000012874603,-0.21410000324249268,0.9243999719619751,-0.3156999945640564,-0.21410000324249268,0.9243999719619751,-0.3156999945640564,-0.21410000324249268,0.9243999719619751,-0.3156999945640564,-0.9866999983787537,-0.1590999960899353,0.03319999948143959,-0.9866999983787537,-0.1590999960899353,0.03319999948143959,-0.9866999983787537,-0.1590999960899353,0.03319999948143959,-0.14159999787807465,0.3596000075340271,-0.9222999811172485,-0.14159999787807465,0.3596000075340271,-0.9222999811172485,-0.14159999787807465,0.3596000075340271,-0.9222999811172485,0.4242999851703644,-0.46619999408721924,-0.7763000130653381,0.4242999851703644,-0.46619999408721924,-0.7763000130653381,0.4242999851703644,-0.46619999408721924,-0.7763000130653381,0.8360999822616577,-0.46639999747276306,0.2888000011444092,0.8360999822616577,-0.46639999747276306,0.2888000011444092,0.8360999822616577,-0.46639999747276306,0.2888000011444092,-0.2955999970436096,-0.9348999857902527,-0.19619999825954437,-0.2955999970436096,-0.9348999857902527,-0.19619999825954437,-0.2955999970436096,-0.9348999857902527,-0.19619999825954437,0.7940000295639038,0.5680000185966492,0.21690000593662262,0.7940000295639038,0.5680000185966492,0.21690000593662262,0.7940000295639038,0.5680000185966492,0.21690000593662262,-0.014100000262260437,-0.8245000243186951,0.5655999779701233,-0.014100000262260437,-0.8245000243186951,0.5655999779701233,-0.014100000262260437,-0.8245000243186951,0.5655999779701233,-0.16269999742507935,0.28110000491142273,0.9458000063896179,-0.16269999742507935,0.28110000491142273,0.9458000063896179,-0.16269999742507935,0.28110000491142273,0.9458000063896179,-0.9524999856948853,0.23270000517368317,0.1964000016450882,-0.9524999856948853,0.23270000517368317,0.1964000016450882,-0.9524999856948853,0.23270000517368317,0.1964000016450882,-0.45559999346733093,-0.5882999897003174,0.6680999994277954,-0.45559999346733093,-0.5882999897003174,0.6680999994277954,-0.45559999346733093,-0.5882999897003174,0.6680999994277954,-0.6830999851226807,-0.7218000292778015,0.11100000143051147,-0.6830999851226807,-0.7218000292778015,0.11100000143051147,-0.6830999851226807,-0.7218000292778015,0.11100000143051147,0.9118000268936157,-0.4099999964237213,-0.020099999383091927,0.9118000268936157,-0.4099999964237213,-0.020099999383091927,0.9118000268936157,-0.4099999964237213,-0.020099999383091927,0.8730999827384949,0.009100000374019146,-0.48750001192092896,0.8730999827384949,0.009100000374019146,-0.48750001192092896,0.8730999827384949,0.009100000374019146,-0.48750001192092896,0.9918000102043152,0.11230000108480453,0.06159999966621399,0.9918000102043152,0.11230000108480453,0.06159999966621399,0.9918000102043152,0.11230000108480453,0.06159999966621399,-0.01679999940097332,-0.9866999983787537,-0.16189999878406525,-0.01679999940097332,-0.9866999983787537,-0.16189999878406525,-0.01679999940097332,-0.9866999983787537,-0.16189999878406525,0.49059998989105225,-0.7936000227928162,0.36000001430511475,0.49059998989105225,-0.7936000227928162,0.36000001430511475,0.49059998989105225,-0.7936000227928162,0.36000001430511475,-0.5307999849319458,-0.32589998841285706,-0.7824000120162964,-0.5307999849319458,-0.32589998841285706,-0.7824000120162964,-0.5307999849319458,-0.32589998841285706,-0.7824000120162964,-0.8892999887466431,0.2524999976158142,0.3813999891281128,-0.8892999887466431,0.2524999976158142,0.3813999891281128,-0.8892999887466431,0.2524999976158142,0.3813999891281128,0.3138999938964844,0.43650001287460327,-0.8432000279426575,0.3138999938964844,0.43650001287460327,-0.8432000279426575,0.3138999938964844,0.43650001287460327,-0.8432000279426575,-0.4830000102519989,-0.7634999752044678,-0.42879998683929443,-0.4830000102519989,-0.7634999752044678,-0.42879998683929443,-0.4830000102519989,-0.7634999752044678,-0.42879998683929443,0.5795000195503235,-0.49300000071525574,0.6489999890327454,0.5795000195503235,-0.49300000071525574,0.6489999890327454,0.5795000195503235,-0.49300000071525574,0.6489999890327454,-0.96670001745224,-0.14489999413490295,-0.21089999377727509,-0.96670001745224,-0.14489999413490295,-0.21089999377727509,-0.96670001745224,-0.14489999413490295,-0.21089999377727509,-0.9520999789237976,-0.22939999401569366,-0.2021999955177307,-0.9520999789237976,-0.22939999401569366,-0.2021999955177307,-0.9520999789237976,-0.22939999401569366,-0.2021999955177307,0.7651000022888184,0.5656999945640564,-0.3073999881744385,0.7651000022888184,0.5656999945640564,-0.3073999881744385,0.7651000022888184,0.5656999945640564,-0.3073999881744385,0.4165000021457672,0.7975000143051147,-0.43650001287460327,0.4165000021457672,0.7975000143051147,-0.43650001287460327,0.4165000021457672,0.7975000143051147,-0.43650001287460327,-0.3278999924659729,0.9442999958992004,0.028200000524520874,-0.3278999924659729,0.9442999958992004,0.028200000524520874,-0.3278999924659729,0.9442999958992004,0.028200000524520874,-0.6466000080108643,0.5306000113487244,-0.5480999946594238,-0.6466000080108643,0.5306000113487244,-0.5480999946594238,-0.6466000080108643,0.5306000113487244,-0.5480999946594238,-0.9887999892234802,-0.14390000700950623,0.038600001484155655,-0.9887999892234802,-0.14390000700950623,0.038600001484155655,-0.9887999892234802,-0.14390000700950623,0.038600001484155655,-0.27950000762939453,-0.7293999791145325,0.6244000196456909,-0.27950000762939453,-0.7293999791145325,0.6244000196456909,-0.27950000762939453,-0.7293999791145325,0.6244000196456909,-0.9333000183105469,-0.2597000002861023,0.24809999763965607,-0.9333000183105469,-0.2597000002861023,0.24809999763965607,-0.9333000183105469,-0.2597000002861023,0.24809999763965607,-0.9951000213623047,-0.06159999966621399,0.07769999653100967,-0.9951000213623047,-0.06159999966621399,0.07769999653100967,-0.9951000213623047,-0.06159999966621399,0.07769999653100967,0.6987000107765198,-0.32089999318122864,0.6395000219345093,0.6987000107765198,-0.32089999318122864,0.6395000219345093,0.6987000107765198,-0.32089999318122864,0.6395000219345093,0.6690000295639038,-0.7124999761581421,0.21170000731945038,0.6690000295639038,-0.7124999761581421,0.21170000731945038,0.6690000295639038,-0.7124999761581421,0.21170000731945038,-0.5688999891281128,-0.055799998342990875,-0.8205000162124634,-0.5688999891281128,-0.055799998342990875,-0.8205000162124634,-0.5688999891281128,-0.055799998342990875,-0.8205000162124634,-0.11789999902248383,-0.6542999744415283,0.746999979019165,-0.11789999902248383,-0.6542999744415283,0.746999979019165,-0.11789999902248383,-0.6542999744415283,0.746999979019165,0.21580000221729279,-0.8956000208854675,0.3889999985694885,0.21580000221729279,-0.8956000208854675,0.3889999985694885,0.21580000221729279,-0.8956000208854675,0.3889999985694885,0.8264999985694885,0.13410000503063202,0.5467000007629395,0.8264999985694885,0.13410000503063202,0.5467000007629395,0.8264999985694885,0.13410000503063202,0.5467000007629395,-0.09600000083446503,0.9006999731063843,-0.4235999882221222,-0.09600000083446503,0.9006999731063843,-0.4235999882221222,-0.09600000083446503,0.9006999731063843,-0.4235999882221222,-0.7168999910354614,0.017500000074505806,0.6969000101089478,-0.7168999910354614,0.017500000074505806,0.6969000101089478,-0.7168999910354614,0.017500000074505806,0.6969000101089478,-0.7303000092506409,-0.6823999881744385,0.0333000011742115,-0.7303000092506409,-0.6823999881744385,0.0333000011742115,-0.7303000092506409,-0.6823999881744385,0.0333000011742115,0.06109999865293503,0.9024999737739563,-0.4262999892234802,0.06109999865293503,0.9024999737739563,-0.4262999892234802,0.06109999865293503,0.9024999737739563,-0.4262999892234802,0.4830000102519989,-0.7634999752044678,-0.42879998683929443,0.4830000102519989,-0.7634999752044678,-0.42879998683929443,0.4830000102519989,-0.7634999752044678,-0.42879998683929443,-0.06109999865293503,-0.608299970626831,-0.7914000153541565,-0.06109999865293503,-0.608299970626831,-0.7914000153541565,-0.06109999865293503,-0.608299970626831,-0.7914000153541565,-0.09589999914169312,-0.9616000056266785,0.2572000026702881,-0.09589999914169312,-0.9616000056266785,0.2572000026702881,-0.09589999914169312,-0.9616000056266785,0.2572000026702881,0.40400001406669617,0.45210000872612,0.795199990272522,0.40400001406669617,0.45210000872612,0.795199990272522,0.40400001406669617,0.45210000872612,0.795199990272522,-0.7458000183105469,-0.6128000020980835,0.2612000107765198,-0.7458000183105469,-0.6128000020980835,0.2612000107765198,-0.7458000183105469,-0.6128000020980835,0.2612000107765198,-0.07859999686479568,0.9728000164031982,-0.21809999644756317,-0.07859999686479568,0.9728000164031982,-0.21809999644756317,-0.07859999686479568,0.9728000164031982,-0.21809999644756317,-0.9279999732971191,-0.36809998750686646,-0.05660000070929527,-0.9279999732971191,-0.36809998750686646,-0.05660000070929527,-0.9279999732971191,-0.36809998750686646,-0.05660000070929527,-0.5012999773025513,0.8637999892234802,-0.0502999983727932,-0.5012999773025513,0.8637999892234802,-0.0502999983727932,-0.5012999773025513,0.8637999892234802,-0.0502999983727932,-0.8518000245094299,-0.23600000143051147,0.4675999879837036,-0.8518000245094299,-0.23600000143051147,0.4675999879837036,-0.8518000245094299,-0.23600000143051147,0.4675999879837036,0.5271000266075134,-0.014800000004470348,-0.8496999740600586,0.5271000266075134,-0.014800000004470348,-0.8496999740600586,0.5271000266075134,-0.014800000004470348,-0.8496999740600586,-0.6032000184059143,-0.4542999863624573,-0.6554999947547913,-0.6032000184059143,-0.4542999863624573,-0.6554999947547913,-0.6032000184059143,-0.4542999863624573,-0.6554999947547913,-0.8187999725341797,-0.5152000188827515,0.2531999945640564,-0.8187999725341797,-0.5152000188827515,0.2531999945640564,-0.8187999725341797,-0.5152000188827515,0.2531999945640564,-0.4781999886035919,0.8051999807357788,-0.350600004196167,-0.4781999886035919,0.8051999807357788,-0.350600004196167,-0.4781999886035919,0.8051999807357788,-0.350600004196167,0.8858000040054321,-0.41990000009536743,0.19740000367164612,0.8858000040054321,-0.41990000009536743,0.19740000367164612,0.8858000040054321,-0.41990000009536743,0.19740000367164612,-0.5453000068664551,0.22470000386238098,0.8076000213623047,-0.5453000068664551,0.22470000386238098,0.8076000213623047,-0.5453000068664551,0.22470000386238098,0.8076000213623047,-0.3824999928474426,0.772599995136261,0.5066999793052673,-0.3824999928474426,0.772599995136261,0.5066999793052673,-0.3824999928474426,0.772599995136261,0.5066999793052673,0.09780000150203705,0.8597999811172485,0.5012000203132629,0.09780000150203705,0.8597999811172485,0.5012000203132629,0.09780000150203705,0.8597999811172485,0.5012000203132629,0.8557000160217285,0.06270000338554382,-0.5135999917984009,0.8557000160217285,0.06270000338554382,-0.5135999917984009,0.8557000160217285,0.06270000338554382,-0.5135999917984009,-0.6216999888420105,-0.310699999332428,0.718999981880188,-0.6216999888420105,-0.310699999332428,0.718999981880188,-0.6216999888420105,-0.310699999332428,0.718999981880188,0.3792000114917755,0.5748000144958496,0.7250999808311462,0.3792000114917755,0.5748000144958496,0.7250999808311462,0.3792000114917755,0.5748000144958496,0.7250999808311462,0.3549000024795532,0.9316999912261963,0.07779999822378159,0.3549000024795532,0.9316999912261963,0.07779999822378159,0.3549000024795532,0.9316999912261963,0.07779999822378159,0.5317999720573425,-0.1404999941587448,-0.835099995136261,0.5317999720573425,-0.1404999941587448,-0.835099995136261,0.5317999720573425,-0.1404999941587448,-0.835099995136261,-0.009100000374019146,0.15459999442100525,-0.9879000186920166,-0.009100000374019146,0.15459999442100525,-0.9879000186920166,-0.009100000374019146,0.15459999442100525,-0.9879000186920166,-0.930899977684021,-0.09910000115633011,0.351500004529953,-0.930899977684021,-0.09910000115633011,0.351500004529953,-0.930899977684021,-0.09910000115633011,0.351500004529953,0.6335999965667725,-0.7462999820709229,0.2037999927997589,0.6335999965667725,-0.7462999820709229,0.2037999927997589,0.6335999965667725,-0.7462999820709229,0.2037999927997589,0.859000027179718,-0.1354999989271164,0.4936999976634979,0.859000027179718,-0.1354999989271164,0.4936999976634979,0.859000027179718,-0.1354999989271164,0.4936999976634979,-0.9677000045776367,-0.24809999763965607,-0.04490000009536743,-0.9677000045776367,-0.24809999763965607,-0.04490000009536743,-0.9677000045776367,-0.24809999763965607,-0.04490000009536743,0.920199990272522,-0.38989999890327454,-0.03449999913573265,0.920199990272522,-0.38989999890327454,-0.03449999913573265,0.920199990272522,-0.38989999890327454,-0.03449999913573265,0.8115000128746033,0.5530999898910522,-0.18860000371932983,0.8115000128746033,0.5530999898910522,-0.18860000371932983,0.8115000128746033,0.5530999898910522,-0.18860000371932983,0.20180000364780426,-0.978600025177002,0.040800001472234726,0.20180000364780426,-0.978600025177002,0.040800001472234726,0.20180000364780426,-0.978600025177002,0.040800001472234726,0.6884999871253967,-0.5027999877929688,-0.522599995136261,0.6884999871253967,-0.5027999877929688,-0.522599995136261,0.6884999871253967,-0.5027999877929688,-0.522599995136261,0.6771000027656555,0.7229999899864197,-0.1370999962091446,0.6771000027656555,0.7229999899864197,-0.1370999962091446,0.6771000027656555,0.7229999899864197,-0.1370999962091446,0.4027000069618225,-0.6367999911308289,-0.6575000286102295,0.4027000069618225,-0.6367999911308289,-0.6575000286102295,0.4027000069618225,-0.6367999911308289,-0.6575000286102295,0.917900025844574,0.3269999921321869,0.22460000216960907,0.917900025844574,0.3269999921321869,0.22460000216960907,0.917900025844574,0.3269999921321869,0.22460000216960907,-0.7272999882698059,0.49380001425743103,-0.4767000079154968,-0.7272999882698059,0.49380001425743103,-0.4767000079154968,-0.7272999882698059,0.49380001425743103,-0.4767000079154968,0.10769999772310257,0.7534000277519226,-0.6485999822616577,0.10769999772310257,0.7534000277519226,-0.6485999822616577,0.10769999772310257,0.7534000277519226,-0.6485999822616577,0.09220000356435776,-0.6527000069618225,0.7519999742507935,0.09220000356435776,-0.6527000069618225,0.7519999742507935,0.09220000356435776,-0.6527000069618225,0.7519999742507935,-0.8925999999046326,-0.13850000500679016,-0.42899999022483826,-0.8925999999046326,-0.13850000500679016,-0.42899999022483826,-0.8925999999046326,-0.13850000500679016,-0.42899999022483826,0.6200000047683716,-0.7843000292778015,0.01979999989271164,0.6200000047683716,-0.7843000292778015,0.01979999989271164,0.6200000047683716,-0.7843000292778015,0.01979999989271164,0.02539999969303608,0.9527999758720398,-0.30250000953674316,0.02539999969303608,0.9527999758720398,-0.30250000953674316,0.02539999969303608,0.9527999758720398,-0.30250000953674316,0.9623000025749207,-0.2273000031709671,0.14920000731945038,0.9623000025749207,-0.2273000031709671,0.14920000731945038,0.9623000025749207,-0.2273000031709671,0.14920000731945038,-0.9983000159263611,0.023800000548362732,-0.052299998700618744,-0.9983000159263611,0.023800000548362732,-0.052299998700618744,-0.9983000159263611,0.023800000548362732,-0.052299998700618744,-0.22280000150203705,0.9696999788284302,0.10050000250339508,-0.22280000150203705,0.9696999788284302,0.10050000250339508,-0.22280000150203705,0.9696999788284302,0.10050000250339508,0.8870999813079834,-0.1096000000834465,-0.44830000400543213,0.8870999813079834,-0.1096000000834465,-0.44830000400543213,0.8870999813079834,-0.1096000000834465,-0.44830000400543213,0.684499979019165,0.5465999841690063,-0.4823000133037567,0.684499979019165,0.5465999841690063,-0.4823000133037567,0.684499979019165,0.5465999841690063,-0.4823000133037567,-0.2867000102996826,-0.7723000049591064,0.5669000148773193,-0.2867000102996826,-0.7723000049591064,0.5669000148773193,-0.2867000102996826,-0.7723000049591064,0.5669000148773193,0.5217000246047974,0.840399980545044,0.14720000326633453,0.5217000246047974,0.840399980545044,0.14720000326633453,0.5217000246047974,0.840399980545044,0.14720000326633453,0.9071999788284302,0.022600000724196434,-0.420199990272522,0.9071999788284302,0.022600000724196434,-0.420199990272522,0.9071999788284302,0.022600000724196434,-0.420199990272522,0.04639999940991402,-0.9873999953269958,-0.15109999477863312,0.04639999940991402,-0.9873999953269958,-0.15109999477863312,0.04639999940991402,-0.9873999953269958,-0.15109999477863312,-0.34389999508857727,0.4893999993801117,0.8014000058174133,-0.34389999508857727,0.4893999993801117,0.8014000058174133,-0.34389999508857727,0.4893999993801117,0.8014000058174133,0.27090001106262207,-0.6248000264167786,0.7322999835014343,0.27090001106262207,-0.6248000264167786,0.7322999835014343,0.27090001106262207,-0.6248000264167786,0.7322999835014343,0.8715000152587891,0.4851999878883362,-0.07159999758005142,0.8715000152587891,0.4851999878883362,-0.07159999758005142,0.8715000152587891,0.4851999878883362,-0.07159999758005142,-0.5669000148773193,-0.5809999704360962,-0.5839999914169312,-0.5669000148773193,-0.5809999704360962,-0.5839999914169312,-0.5669000148773193,-0.5809999704360962,-0.5839999914169312,-0.9973000288009644,0.031700000166893005,0.065700002014637,-0.9973000288009644,0.031700000166893005,0.065700002014637,-0.9973000288009644,0.031700000166893005,0.065700002014637,-0.3718999922275543,0.9282000064849854,-0.011900000274181366,-0.3718999922275543,0.9282000064849854,-0.011900000274181366,-0.3718999922275543,0.9282000064849854,-0.011900000274181366,-0.9485999941825867,-0.30869999527931213,-0.06949999928474426,-0.9485999941825867,-0.30869999527931213,-0.06949999928474426,-0.9485999941825867,-0.30869999527931213,-0.06949999928474426,0.31220000982284546,-0.7580000162124634,-0.572700023651123,0.31220000982284546,-0.7580000162124634,-0.572700023651123,0.31220000982284546,-0.7580000162124634,-0.572700023651123,-0.0771000012755394,0.8955000042915344,-0.438400000333786,-0.0771000012755394,0.8955000042915344,-0.438400000333786,-0.0771000012755394,0.8955000042915344,-0.438400000333786,-0.8646000027656555,-0.32600000500679016,0.3822000026702881,-0.8646000027656555,-0.32600000500679016,0.3822000026702881,-0.8646000027656555,-0.32600000500679016,0.3822000026702881,-0.5332000255584717,0.5146999955177307,-0.6714000105857849,-0.5332000255584717,0.5146999955177307,-0.6714000105857849,-0.5332000255584717,0.5146999955177307,-0.6714000105857849,-0.41670000553131104,0.4277999997138977,0.8021000027656555,-0.41670000553131104,0.4277999997138977,0.8021000027656555,-0.41670000553131104,0.4277999997138977,0.8021000027656555,0.26269999146461487,-0.5062000155448914,0.821399986743927,0.26269999146461487,-0.5062000155448914,0.821399986743927,0.26269999146461487,-0.5062000155448914,0.821399986743927,-0.12300000339746475,0.3564000129699707,-0.9261999726295471,-0.12300000339746475,0.3564000129699707,-0.9261999726295471,-0.12300000339746475,0.3564000129699707,-0.9261999726295471,0.8252999782562256,-0.17270000278949738,-0.5375999808311462,0.8252999782562256,-0.17270000278949738,-0.5375999808311462,0.8252999782562256,-0.17270000278949738,-0.5375999808311462,-0.7908999919891357,0.5979999899864197,-0.13009999692440033,-0.7908999919891357,0.5979999899864197,-0.13009999692440033,-0.7908999919891357,0.5979999899864197,-0.13009999692440033,-0.49799999594688416,0.4422999918460846,-0.7458999752998352,-0.49799999594688416,0.4422999918460846,-0.7458999752998352,-0.49799999594688416,0.4422999918460846,-0.7458999752998352,-0.8515999913215637,-0.4657999873161316,0.2401999980211258,-0.8515999913215637,-0.4657999873161316,0.2401999980211258,-0.8515999913215637,-0.4657999873161316,0.2401999980211258,0.9947999715805054,0.09939999878406525,-0.02319999970495701,0.9947999715805054,0.09939999878406525,-0.02319999970495701,0.9947999715805054,0.09939999878406525,-0.02319999970495701,0.8009999990463257,-0.1111999973654747,-0.5882999897003174,0.8009999990463257,-0.1111999973654747,-0.5882999897003174,0.8009999990463257,-0.1111999973654747,-0.5882999897003174,0.6366000175476074,-0.5960000157356262,0.4893999993801117,0.6366000175476074,-0.5960000157356262,0.4893999993801117,0.6366000175476074,-0.5960000157356262,0.4893999993801117,0.09950000047683716,0.7466999888420105,0.6577000021934509,0.09950000047683716,0.7466999888420105,0.6577000021934509,0.09950000047683716,0.7466999888420105,0.6577000021934509,0.5117999911308289,0.3953000009059906,0.7627999782562256,0.5117999911308289,0.3953000009059906,0.7627999782562256,0.5117999911308289,0.3953000009059906,0.7627999782562256,0.947700023651123,-0.19709999859333038,0.250900000333786,0.947700023651123,-0.19709999859333038,0.250900000333786,0.947700023651123,-0.19709999859333038,0.250900000333786,-0.4332999885082245,0.2741999924182892,-0.8585000038146973,-0.4332999885082245,0.2741999924182892,-0.8585000038146973,-0.4332999885082245,0.2741999924182892,-0.8585000038146973,-0.9926000237464905,-0.05950000137090683,-0.10620000213384628,-0.9926000237464905,-0.05950000137090683,-0.10620000213384628,-0.9926000237464905,-0.05950000137090683,-0.10620000213384628,-0.6297000050544739,-0.6363999843597412,0.445499986410141,-0.6297000050544739,-0.6363999843597412,0.445499986410141,-0.6297000050544739,-0.6363999843597412,0.445499986410141,-0.9901999831199646,-0.13529999554157257,0.03449999913573265,-0.9901999831199646,-0.13529999554157257,0.03449999913573265,-0.9901999831199646,-0.13529999554157257,0.03449999913573265,0.12790000438690186,-0.9901000261306763,-0.05730000138282776,0.12790000438690186,-0.9901000261306763,-0.05730000138282776,0.12790000438690186,-0.9901000261306763,-0.05730000138282776,-0.8398000001907349,0.34310001134872437,-0.4207000136375427,-0.8398000001907349,0.34310001134872437,-0.4207000136375427,-0.8398000001907349,0.34310001134872437,-0.4207000136375427,-0.9085000157356262,0.34200000762939453,-0.2402999997138977,-0.9085000157356262,0.34200000762939453,-0.2402999997138977,-0.9085000157356262,0.34200000762939453,-0.2402999997138977,0.9570000171661377,0.09520000219345093,0.27410000562667847,0.9570000171661377,0.09520000219345093,0.27410000562667847,0.9570000171661377,0.09520000219345093,0.27410000562667847,0.6062999963760376,-0.5356000065803528,-0.5878000259399414,0.6062999963760376,-0.5356000065803528,-0.5878000259399414,0.6062999963760376,-0.5356000065803528,-0.5878000259399414,0.6814000010490417,0.7294999957084656,-0.059700001031160355,0.6814000010490417,0.7294999957084656,-0.059700001031160355,0.6814000010490417,0.7294999957084656,-0.059700001031160355,0.17910000681877136,-0.9746000170707703,0.1348000019788742,0.17910000681877136,-0.9746000170707703,0.1348000019788742,0.17910000681877136,-0.9746000170707703,0.1348000019788742,0.9994000196456909,-0.03220000118017197,-0.013799999840557575,0.9994000196456909,-0.03220000118017197,-0.013799999840557575,0.9994000196456909,-0.03220000118017197,-0.013799999840557575,0.3059999942779541,0.6029000282287598,-0.7368000149726868,0.3059999942779541,0.6029000282287598,-0.7368000149726868,0.3059999942779541,0.6029000282287598,-0.7368000149726868,0.7046999931335449,0.6887999773025513,-0.17010000348091125,0.7046999931335449,0.6887999773025513,-0.17010000348091125,0.7046999931335449,0.6887999773025513,-0.17010000348091125,0.04410000145435333,-0.9541000127792358,0.2962999939918518,0.04410000145435333,-0.9541000127792358,0.2962999939918518,0.04410000145435333,-0.9541000127792358,0.2962999939918518,0.5408999919891357,0.5281000137329102,0.654699981212616,0.5408999919891357,0.5281000137329102,0.654699981212616,0.5408999919891357,0.5281000137329102,0.654699981212616,0.14730000495910645,-0.9886999726295471,0.02669999934732914,0.14730000495910645,-0.9886999726295471,0.02669999934732914,0.14730000495910645,-0.9886999726295471,0.02669999934732914,-0.8648999929428101,-0.5009999871253967,-0.031700000166893005,-0.8648999929428101,-0.5009999871253967,-0.031700000166893005,-0.8648999929428101,-0.5009999871253967,-0.031700000166893005,-0.8305000066757202,0.5529999732971191,0.066600002348423,-0.8305000066757202,0.5529999732971191,0.066600002348423,-0.8305000066757202,0.5529999732971191,0.066600002348423,0.6917999982833862,0.5544999837875366,-0.4625999927520752,0.6917999982833862,0.5544999837875366,-0.4625999927520752,0.6917999982833862,0.5544999837875366,-0.4625999927520752,-0.9965999722480774,0.05889999866485596,0.0575999990105629,-0.9965999722480774,0.05889999866485596,0.0575999990105629,-0.9965999722480774,0.05889999866485596,0.0575999990105629,-0.13779999315738678,0.9904000163078308,0.006000000052154064,-0.13779999315738678,0.9904000163078308,0.006000000052154064,-0.13779999315738678,0.9904000163078308,0.006000000052154064,0.10859999805688858,0.375900000333786,0.9203000068664551,0.10859999805688858,0.375900000333786,0.9203000068664551,0.10859999805688858,0.375900000333786,0.9203000068664551,0.5755000114440918,-0.7159000039100647,0.3952000141143799,0.5755000114440918,-0.7159000039100647,0.3952000141143799,0.5755000114440918,-0.7159000039100647,0.3952000141143799,0.17910000681877136,-0.9789000153541565,0.09860000014305115,0.17910000681877136,-0.9789000153541565,0.09860000014305115,0.17910000681877136,-0.9789000153541565,0.09860000014305115,-0.3118000030517578,0.9348999857902527,-0.16940000653266907,-0.3118000030517578,0.9348999857902527,-0.16940000653266907,-0.3118000030517578,0.9348999857902527,-0.16940000653266907,-0.8730999827384949,0.009100000374019146,-0.48750001192092896,-0.8730999827384949,0.009100000374019146,-0.48750001192092896,-0.8730999827384949,0.009100000374019146,-0.48750001192092896,-0.3192000091075897,-0.9345999956130981,-0.15710000693798065,-0.3192000091075897,-0.9345999956130981,-0.15710000693798065,-0.3192000091075897,-0.9345999956130981,-0.15710000693798065,-0.8312000036239624,-0.33009999990463257,-0.4474000036716461,-0.8312000036239624,-0.33009999990463257,-0.4474000036716461,-0.8312000036239624,-0.33009999990463257,-0.4474000036716461,-0.08110000193119049,0.9807000160217285,0.1777999997138977,-0.08110000193119049,0.9807000160217285,0.1777999997138977,-0.08110000193119049,0.9807000160217285,0.1777999997138977,0.04500000178813934,-0.9990000128746033,-0.00139999995008111,0.04500000178813934,-0.9990000128746033,-0.00139999995008111,0.04500000178813934,-0.9990000128746033,-0.00139999995008111,0.9078999757766724,-0.2815000116825104,-0.31060001254081726,0.9078999757766724,-0.2815000116825104,-0.31060001254081726,0.9078999757766724,-0.2815000116825104,-0.31060001254081726,0.04560000076889992,0.9682999849319458,-0.24570000171661377,0.04560000076889992,0.9682999849319458,-0.24570000171661377,0.04560000076889992,0.9682999849319458,-0.24570000171661377,0.39969998598098755,0.9122999906539917,-0.08919999748468399,0.39969998598098755,0.9122999906539917,-0.08919999748468399,0.39969998598098755,0.9122999906539917,-0.08919999748468399,-0.8295999765396118,-0.4699999988079071,0.30149999260902405,-0.8295999765396118,-0.4699999988079071,0.30149999260902405,-0.8295999765396118,-0.4699999988079071,0.30149999260902405,-0.5041999816894531,-0.6401000022888184,0.579800009727478,-0.5041999816894531,-0.6401000022888184,0.579800009727478,-0.5041999816894531,-0.6401000022888184,0.579800009727478,-0.9860000014305115,-0.02979999966919422,-0.1639000028371811,-0.9860000014305115,-0.02979999966919422,-0.1639000028371811,-0.9860000014305115,-0.02979999966919422,-0.1639000028371811,0.43309998512268066,-0.03500000014901161,0.9006999731063843,0.43309998512268066,-0.03500000014901161,0.9006999731063843,0.43309998512268066,-0.03500000014901161,0.9006999731063843,-0.8716999888420105,-0.1120000034570694,-0.4771000146865845,-0.8716999888420105,-0.1120000034570694,-0.4771000146865845,-0.8716999888420105,-0.1120000034570694,-0.4771000146865845,-0.9934999942779541,-0.010700000450015068,0.11320000141859055,-0.9934999942779541,-0.010700000450015068,0.11320000141859055,-0.9934999942779541,-0.010700000450015068,0.11320000141859055,-0.7479000091552734,-0.6498000025749207,-0.13580000400543213,-0.7479000091552734,-0.6498000025749207,-0.13580000400543213,-0.7479000091552734,-0.6498000025749207,-0.13580000400543213,0.5785999894142151,0.7979000210762024,-0.1687999963760376,0.5785999894142151,0.7979000210762024,-0.1687999963760376,0.5785999894142151,0.7979000210762024,-0.1687999963760376,0.4643999934196472,-0.5302000045776367,-0.7093999981880188,0.4643999934196472,-0.5302000045776367,-0.7093999981880188,0.4643999934196472,-0.5302000045776367,-0.7093999981880188,-0.004999999888241291,-0.8601999878883362,0.5099999904632568,-0.004999999888241291,-0.8601999878883362,0.5099999904632568,-0.004999999888241291,-0.8601999878883362,0.5099999904632568,0.6126999855041504,0.08299999684095383,-0.7860000133514404,0.6126999855041504,0.08299999684095383,-0.7860000133514404,0.6126999855041504,0.08299999684095383,-0.7860000133514404,0.7189000248908997,-0.6875,-0.10279999673366547,0.7189000248908997,-0.6875,-0.10279999673366547,0.7189000248908997,-0.6875,-0.10279999673366547,0.3091999888420105,-0.9261999726295471,0.21570000052452087,0.3091999888420105,-0.9261999726295471,0.21570000052452087,0.3091999888420105,-0.9261999726295471,0.21570000052452087,-0.12200000137090683,0.6743999719619751,0.7282000184059143,-0.12200000137090683,0.6743999719619751,0.7282000184059143,-0.12200000137090683,0.6743999719619751,0.7282000184059143,-0.9595000147819519,-0.03440000116825104,-0.27950000762939453,-0.9595000147819519,-0.03440000116825104,-0.27950000762939453,-0.9595000147819519,-0.03440000116825104,-0.27950000762939453,0.3334999978542328,0.6556000113487244,-0.6775000095367432,0.3334999978542328,0.6556000113487244,-0.6775000095367432,0.3334999978542328,0.6556000113487244,-0.6775000095367432,0.29429998993873596,0.38119998574256897,0.8763999938964844,0.29429998993873596,0.38119998574256897,0.8763999938964844,0.29429998993873596,0.38119998574256897,0.8763999938964844,0.37130001187324524,-0.6295999884605408,-0.6825000047683716,0.37130001187324524,-0.6295999884605408,-0.6825000047683716,0.37130001187324524,-0.6295999884605408,-0.6825000047683716,0.15960000455379486,-0.8586000204086304,0.4871000051498413,0.15960000455379486,-0.8586000204086304,0.4871000051498413,0.15960000455379486,-0.8586000204086304,0.4871000051498413,0.7185999751091003,0.005900000222027302,0.6953999996185303,0.7185999751091003,0.005900000222027302,0.6953999996185303,0.7185999751091003,0.005900000222027302,0.6953999996185303,-0.1867000013589859,-0.9523000121116638,0.24150000512599945,-0.1867000013589859,-0.9523000121116638,0.24150000512599945,-0.1867000013589859,-0.9523000121116638,0.24150000512599945,-0.63919997215271,-0.33219999074935913,-0.6934999823570251,-0.63919997215271,-0.33219999074935913,-0.6934999823570251,-0.63919997215271,-0.33219999074935913,-0.6934999823570251,0.0027000000700354576,-0.2944999933242798,-0.9556999802589417,0.0027000000700354576,-0.2944999933242798,-0.9556999802589417,0.0027000000700354576,-0.2944999933242798,-0.9556999802589417,0.48660001158714294,0.6679999828338623,-0.5630000233650208,0.48660001158714294,0.6679999828338623,-0.5630000233650208,0.48660001158714294,0.6679999828338623,-0.5630000233650208,-0.8111000061035156,0.5378000140190125,0.23000000417232513,-0.8111000061035156,0.5378000140190125,0.23000000417232513,-0.8111000061035156,0.5378000140190125,0.23000000417232513,0.032999999821186066,0.7918999791145325,-0.6097999811172485,0.032999999821186066,0.7918999791145325,-0.6097999811172485,0.032999999821186066,0.7918999791145325,-0.6097999811172485,-0.11789999902248383,-0.6344000101089478,-0.7639999985694885,-0.11789999902248383,-0.6344000101089478,-0.7639999985694885,-0.11789999902248383,-0.6344000101089478,-0.7639999985694885,0.249099999666214,0.8646000027656555,-0.43639999628067017,0.249099999666214,0.8646000027656555,-0.43639999628067017,0.249099999666214,0.8646000027656555,-0.43639999628067017,0.05000000074505806,0.9830999970436096,-0.17589999735355377,0.05000000074505806,0.9830999970436096,-0.17589999735355377,0.05000000074505806,0.9830999970436096,-0.17589999735355377,0.4943999946117401,0.7159000039100647,0.49300000071525574,0.4943999946117401,0.7159000039100647,0.49300000071525574,0.4943999946117401,0.7159000039100647,0.49300000071525574,-0.9027000069618225,0.009999999776482582,0.4302000105381012,-0.9027000069618225,0.009999999776482582,0.4302000105381012,-0.9027000069618225,0.009999999776482582,0.4302000105381012,-0.958899974822998,0.27390000224113464,-0.07490000128746033,-0.958899974822998,0.27390000224113464,-0.07490000128746033,-0.958899974822998,0.27390000224113464,-0.07490000128746033,-0.3138999938964844,0.43650001287460327,-0.8432000279426575,-0.3138999938964844,0.43650001287460327,-0.8432000279426575,-0.3138999938964844,0.43650001287460327,-0.8432000279426575,0.20980000495910645,-0.8152999877929688,0.5396000146865845,0.20980000495910645,-0.8152999877929688,0.5396000146865845,0.20980000495910645,-0.8152999877929688,0.5396000146865845,-0.11330000311136246,-0.9926000237464905,-0.04360000044107437,-0.11330000311136246,-0.9926000237464905,-0.04360000044107437,-0.11330000311136246,-0.9926000237464905,-0.04360000044107437,0.2865999937057495,-0.8306000232696533,0.47749999165534973,0.2865999937057495,-0.8306000232696533,0.47749999165534973,0.2865999937057495,-0.8306000232696533,0.47749999165534973,0.9783999919891357,0.18060000240802765,-0.10090000182390213,0.9783999919891357,0.18060000240802765,-0.10090000182390213,0.9783999919891357,0.18060000240802765,-0.10090000182390213,-0.9988999962806702,-0.04619999974966049,-0.0034000000450760126,-0.9988999962806702,-0.04619999974966049,-0.0034000000450760126,-0.9988999962806702,-0.04619999974966049,-0.0034000000450760126,0.21930000185966492,-0.9185000061988831,0.32899999618530273,0.21930000185966492,-0.9185000061988831,0.32899999618530273,0.21930000185966492,-0.9185000061988831,0.32899999618530273,0.5393000245094299,-0.7878999710083008,-0.2971999943256378,0.5393000245094299,-0.7878999710083008,-0.2971999943256378,0.5393000245094299,-0.7878999710083008,-0.2971999943256378,-0.6888999938964844,-0.6446999907493591,0.3312000036239624,-0.6888999938964844,-0.6446999907493591,0.3312000036239624,-0.6888999938964844,-0.6446999907493591,0.3312000036239624,-0.9836999773979187,0.16519999504089355,-0.07119999825954437,-0.9836999773979187,0.16519999504089355,-0.07119999825954437,-0.9836999773979187,0.16519999504089355,-0.07119999825954437,-0.5698999762535095,-0.4569999873638153,-0.6829000115394592,-0.5698999762535095,-0.4569999873638153,-0.6829000115394592,-0.5698999762535095,-0.4569999873638153,-0.6829000115394592,0.8672000169754028,-0.28760001063346863,0.40639999508857727,0.8672000169754028,-0.28760001063346863,0.40639999508857727,0.8672000169754028,-0.28760001063346863,0.40639999508857727,0.6216999888420105,-0.7763000130653381,-0.10429999977350235,0.6216999888420105,-0.7763000130653381,-0.10429999977350235,0.6216999888420105,-0.7763000130653381,-0.10429999977350235,0.8705999851226807,-0.2858000099658966,-0.40049999952316284,0.8705999851226807,-0.2858000099658966,-0.40049999952316284,0.8705999851226807,-0.2858000099658966,-0.40049999952316284,0.4262999892234802,0.06689999997615814,-0.9021000266075134,0.4262999892234802,0.06689999997615814,-0.9021000266075134,0.4262999892234802,0.06689999997615814,-0.9021000266075134,0.34060001373291016,0.5810999870300293,-0.7391999959945679,0.34060001373291016,0.5810999870300293,-0.7391999959945679,0.34060001373291016,0.5810999870300293,-0.7391999959945679,0.9182999730110168,0.11680000275373459,-0.3783999979496002,0.9182999730110168,0.11680000275373459,-0.3783999979496002,0.9182999730110168,0.11680000275373459,-0.3783999979496002,0.9459999799728394,-0.3125999867916107,0.08529999852180481,0.9459999799728394,-0.3125999867916107,0.08529999852180481,0.9459999799728394,-0.3125999867916107,0.08529999852180481,0.4023999869823456,-0.7117000222206116,-0.5758000016212463,0.4023999869823456,-0.7117000222206116,-0.5758000016212463,0.4023999869823456,-0.7117000222206116,-0.5758000016212463,-0.25940001010894775,-0.9103999733924866,-0.3224000036716461,-0.25940001010894775,-0.9103999733924866,-0.3224000036716461,-0.25940001010894775,-0.9103999733924866,-0.3224000036716461,-0.9538000226020813,0.02539999969303608,0.2992999851703644,-0.9538000226020813,0.02539999969303608,0.2992999851703644,-0.9538000226020813,0.02539999969303608,0.2992999851703644,-0.9603999853134155,-0.27630001306533813,-0.03709999844431877,-0.9603999853134155,-0.27630001306533813,-0.03709999844431877,-0.9603999853134155,-0.27630001306533813,-0.03709999844431877,-0.9409999847412109,-0.2937000095844269,-0.16830000281333923,-0.9409999847412109,-0.2937000095844269,-0.16830000281333923,-0.9409999847412109,-0.2937000095844269,-0.16830000281333923,0.9936000108718872,0.11029999703168869,-0.024700000882148743,0.9936000108718872,0.11029999703168869,-0.024700000882148743,0.9936000108718872,0.11029999703168869,-0.024700000882148743,0.7038000226020813,-0.46000000834465027,0.5412999987602234,0.7038000226020813,-0.46000000834465027,0.5412999987602234,0.7038000226020813,-0.46000000834465027,0.5412999987602234,-0.3546000123023987,-0.09359999746084213,0.9302999973297119,-0.3546000123023987,-0.09359999746084213,0.9302999973297119,-0.3546000123023987,-0.09359999746084213,0.9302999973297119,0.7990999817848206,0.2345000058412552,0.5534999966621399,0.7990999817848206,0.2345000058412552,0.5534999966621399,0.7990999817848206,0.2345000058412552,0.5534999966621399,-0.9983999729156494,0.002300000051036477,0.05570000037550926,-0.9983999729156494,0.002300000051036477,0.05570000037550926,-0.9983999729156494,0.002300000051036477,0.05570000037550926,0.3391000032424927,0.9199000000953674,0.19709999859333038,0.3391000032424927,0.9199000000953674,0.19709999859333038,0.3391000032424927,0.9199000000953674,0.19709999859333038,0.7405999898910522,0.5605999827384949,0.37040001153945923,0.7405999898910522,0.5605999827384949,0.37040001153945923,0.7405999898910522,0.5605999827384949,0.37040001153945923,-0.4560000002384186,0.7081999778747559,-0.5389000177383423,-0.4560000002384186,0.7081999778747559,-0.5389000177383423,-0.4560000002384186,0.7081999778747559,-0.5389000177383423,-0.9606000185012817,-0.12099999934434891,0.25029999017715454,-0.9606000185012817,-0.12099999934434891,0.25029999017715454,-0.9606000185012817,-0.12099999934434891,0.25029999017715454,-0.32749998569488525,0.8296999931335449,-0.4519999921321869,-0.32749998569488525,0.8296999931335449,-0.4519999921321869,-0.32749998569488525,0.8296999931335449,-0.4519999921321869,-0.16410000622272491,0.9782000184059143,0.12700000405311584,-0.16410000622272491,0.9782000184059143,0.12700000405311584,-0.16410000622272491,0.9782000184059143,0.12700000405311584,-0.1736000031232834,-0.8646000027656555,0.4713999927043915,-0.1736000031232834,-0.8646000027656555,0.4713999927043915,-0.1736000031232834,-0.8646000027656555,0.4713999927043915,-0.31040000915527344,-0.7250000238418579,0.6148999929428101,-0.31040000915527344,-0.7250000238418579,0.6148999929428101,-0.31040000915527344,-0.7250000238418579,0.6148999929428101,-0.5805000066757202,0.05270000174641609,-0.8125,-0.5805000066757202,0.05270000174641609,-0.8125,-0.5805000066757202,0.05270000174641609,-0.8125,-0.7289000153541565,-0.6822999715805054,-0.05570000037550926,-0.7289000153541565,-0.6822999715805054,-0.05570000037550926,-0.7289000153541565,-0.6822999715805054,-0.05570000037550926,-0.8515999913215637,0.4221999943256378,-0.3107999861240387,-0.8515999913215637,0.4221999943256378,-0.3107999861240387,-0.8515999913215637,0.4221999943256378,-0.3107999861240387,-0.06750000268220901,0.44679999351501465,-0.8920999765396118,-0.06750000268220901,0.44679999351501465,-0.8920999765396118,-0.06750000268220901,0.44679999351501465,-0.8920999765396118,0.6202999949455261,-0.3221000134944916,-0.7152000069618225,0.6202999949455261,-0.3221000134944916,-0.7152000069618225,0.6202999949455261,-0.3221000134944916,-0.7152000069618225,-0.835099995136261,-0.302700012922287,0.4593000113964081,-0.835099995136261,-0.302700012922287,0.4593000113964081,-0.835099995136261,-0.302700012922287,0.4593000113964081,-0.8797000050544739,0.20170000195503235,-0.43059998750686646,-0.8797000050544739,0.20170000195503235,-0.43059998750686646,-0.8797000050544739,0.20170000195503235,-0.43059998750686646,0.756600022315979,0.1467999964952469,-0.6371999979019165,0.756600022315979,0.1467999964952469,-0.6371999979019165,0.756600022315979,0.1467999964952469,-0.6371999979019165,-0.29899999499320984,-0.7289000153541565,-0.6158999800682068,-0.29899999499320984,-0.7289000153541565,-0.6158999800682068,-0.29899999499320984,-0.7289000153541565,-0.6158999800682068,0.9538000226020813,0.02539999969303608,0.2992999851703644,0.9538000226020813,0.02539999969303608,0.2992999851703644,0.9538000226020813,0.02539999969303608,0.2992999851703644,-0.5116000175476074,0.27720001339912415,-0.8133000135421753,-0.5116000175476074,0.27720001339912415,-0.8133000135421753,-0.5116000175476074,0.27720001339912415,-0.8133000135421753,-0.7576000094413757,-0.5690000057220459,0.3197999894618988,-0.7576000094413757,-0.5690000057220459,0.3197999894618988,-0.7576000094413757,-0.5690000057220459,0.3197999894618988,0.4255000054836273,0.13019999861717224,-0.8955000042915344,0.4255000054836273,0.13019999861717224,-0.8955000042915344,0.4255000054836273,0.13019999861717224,-0.8955000042915344,0.08619999885559082,0.19179999828338623,0.9775999784469604,0.08619999885559082,0.19179999828338623,0.9775999784469604,0.08619999885559082,0.19179999828338623,0.9775999784469604,0.8507000207901001,-0.44119998812675476,-0.2856999933719635,0.8507000207901001,-0.44119998812675476,-0.2856999933719635,0.8507000207901001,-0.44119998812675476,-0.2856999933719635,0.6272000074386597,0.44859999418258667,0.6367999911308289,0.6272000074386597,0.44859999418258667,0.6367999911308289,0.6272000074386597,0.44859999418258667,0.6367999911308289,0.9429000020027161,-0.24639999866485596,0.22429999709129333,0.9429000020027161,-0.24639999866485596,0.22429999709129333,0.9429000020027161,-0.24639999866485596,0.22429999709129333,-0.9747999906539917,0.21480000019073486,-0.06040000170469284,-0.9747999906539917,0.21480000019073486,-0.06040000170469284,-0.9747999906539917,0.21480000019073486,-0.06040000170469284,0.4253999888896942,0.06080000102519989,-0.902999997138977,0.4253999888896942,0.06080000102519989,-0.902999997138977,0.4253999888896942,0.06080000102519989,-0.902999997138977,0.5924999713897705,0.13369999825954437,0.7943999767303467,0.5924999713897705,0.13369999825954437,0.7943999767303467,0.5924999713897705,0.13369999825954437,0.7943999767303467,-0.16019999980926514,-0.9699000120162964,0.1834000051021576,-0.16019999980926514,-0.9699000120162964,0.1834000051021576,-0.16019999980926514,-0.9699000120162964,0.1834000051021576,-0.2806999981403351,0.2793999910354614,0.9182000160217285,-0.2806999981403351,0.2793999910354614,0.9182000160217285,-0.2806999981403351,0.2793999910354614,0.9182000160217285,0.2702000141143799,-0.476500004529953,-0.8366000056266785,0.2702000141143799,-0.476500004529953,-0.8366000056266785,0.2702000141143799,-0.476500004529953,-0.8366000056266785,-0.4523000121116638,0.19979999959468842,0.8691999912261963,-0.4523000121116638,0.19979999959468842,0.8691999912261963,-0.4523000121116638,0.19979999959468842,0.8691999912261963,-0.050700001418590546,0.9693999886512756,0.2401999980211258,-0.050700001418590546,0.9693999886512756,0.2401999980211258,-0.050700001418590546,0.9693999886512756,0.2401999980211258,0.4474000036716461,-0.8842999935150146,0.13349999487400055,0.4474000036716461,-0.8842999935150146,0.13349999487400055,0.4474000036716461,-0.8842999935150146,0.13349999487400055,0.7120000123977661,0.5730999708175659,0.4056999981403351,0.7120000123977661,0.5730999708175659,0.4056999981403351,0.7120000123977661,0.5730999708175659,0.4056999981403351,0.8151999711990356,-0.37450000643730164,-0.44179999828338623,0.8151999711990356,-0.37450000643730164,-0.44179999828338623,0.8151999711990356,-0.37450000643730164,-0.44179999828338623,0.4693000018596649,0.23510000109672546,0.8511999845504761,0.4693000018596649,0.23510000109672546,0.8511999845504761,0.4693000018596649,0.23510000109672546,0.8511999845504761,-0.30570000410079956,-0.9510999917984009,-0.04450000077486038,-0.30570000410079956,-0.9510999917984009,-0.04450000077486038,-0.30570000410079956,-0.9510999917984009,-0.04450000077486038,-0.9868000149726868,-0.16210000216960907,0.002099999925121665,-0.9868000149726868,-0.16210000216960907,0.002099999925121665,-0.9868000149726868,-0.16210000216960907,0.002099999925121665,-0.6365000009536743,0.7275000214576721,-0.2563000023365021,-0.6365000009536743,0.7275000214576721,-0.2563000023365021,-0.6365000009536743,0.7275000214576721,-0.2563000023365021,0.6129999756813049,-0.3853999972343445,0.6897000074386597,0.6129999756813049,-0.3853999972343445,0.6897000074386597,0.6129999756813049,-0.3853999972343445,0.6897000074386597,-0.048900000751018524,0.0066999997943639755,0.9987999796867371,-0.048900000751018524,0.0066999997943639755,0.9987999796867371,-0.048900000751018524,0.0066999997943639755,0.9987999796867371,0.4401000142097473,-0.8384000062942505,0.3215000033378601,0.4401000142097473,-0.8384000062942505,0.3215000033378601,0.4401000142097473,-0.8384000062942505,0.3215000033378601,-0.4713999927043915,0.6690999865531921,-0.5745999813079834,-0.4713999927043915,0.6690999865531921,-0.5745999813079834,-0.4713999927043915,0.6690999865531921,-0.5745999813079834,-0.3127000033855438,-0.9222999811172485,0.2272000014781952,-0.3127000033855438,-0.9222999811172485,0.2272000014781952,-0.3127000033855438,-0.9222999811172485,0.2272000014781952,-0.8201000094413757,-0.0763000026345253,-0.5670999884605408,-0.8201000094413757,-0.0763000026345253,-0.5670999884605408,-0.8201000094413757,-0.0763000026345253,-0.5670999884605408,0.24330000579357147,-0.49160000681877136,0.8361999988555908,0.24330000579357147,-0.49160000681877136,0.8361999988555908,0.24330000579357147,-0.49160000681877136,0.8361999988555908,-0.5473999977111816,-0.1152999997138977,-0.8288999795913696,-0.5473999977111816,-0.1152999997138977,-0.8288999795913696,-0.5473999977111816,-0.1152999997138977,-0.8288999795913696,-0.5202000141143799,0.6222000122070312,-0.5849999785423279,-0.5202000141143799,0.6222000122070312,-0.5849999785423279,-0.5202000141143799,0.6222000122070312,-0.5849999785423279,0.6843000054359436,0.7225000262260437,0.09870000183582306,0.6843000054359436,0.7225000262260437,0.09870000183582306,0.6843000054359436,0.7225000262260437,0.09870000183582306,0.38589999079704285,-0.886900007724762,0.2538999915122986,0.38589999079704285,-0.886900007724762,0.2538999915122986,0.38589999079704285,-0.886900007724762,0.2538999915122986,-0.9672999978065491,0.0860000029206276,0.23880000412464142,-0.9672999978065491,0.0860000029206276,0.23880000412464142,-0.9672999978065491,0.0860000029206276,0.23880000412464142,0.9484000205993652,-0.26499998569488525,0.17399999499320984,0.9484000205993652,-0.26499998569488525,0.17399999499320984,0.9484000205993652,-0.26499998569488525,0.17399999499320984,0.3824000060558319,0.9161999821662903,0.11990000307559967,0.3824000060558319,0.9161999821662903,0.11990000307559967,0.3824000060558319,0.9161999821662903,0.11990000307559967,0.986299991607666,0.01600000075995922,0.16419999301433563,0.986299991607666,0.01600000075995922,0.16419999301433563,0.986299991607666,0.01600000075995922,0.16419999301433563,0.9713000059127808,0.18080000579357147,-0.15479999780654907,0.9713000059127808,0.18080000579357147,-0.15479999780654907,0.9713000059127808,0.18080000579357147,-0.15479999780654907,0.5526999831199646,0.6766999959945679,-0.486299991607666,0.5526999831199646,0.6766999959945679,-0.486299991607666,0.5526999831199646,0.6766999959945679,-0.486299991607666,0.4431000053882599,0.7498000264167786,-0.49140000343322754,0.4431000053882599,0.7498000264167786,-0.49140000343322754,0.4431000053882599,0.7498000264167786,-0.49140000343322754,0.34599998593330383,-0.5752000212669373,0.7411999702453613,0.34599998593330383,-0.5752000212669373,0.7411999702453613,0.34599998593330383,-0.5752000212669373,0.7411999702453613,-0.9994999766349792,-0.02969999983906746,-0.004999999888241291,-0.9994999766349792,-0.02969999983906746,-0.004999999888241291,-0.9994999766349792,-0.02969999983906746,-0.004999999888241291,-0.05869999900460243,-0.9661999940872192,0.25099998712539673,-0.05869999900460243,-0.9661999940872192,0.25099998712539673,-0.05869999900460243,-0.9661999940872192,0.25099998712539673,-0.6244000196456909,-0.3330000042915344,-0.70660001039505,-0.6244000196456909,-0.3330000042915344,-0.70660001039505,-0.6244000196456909,-0.3330000042915344,-0.70660001039505,0.23420000076293945,-0.007600000128149986,0.9721999764442444,0.23420000076293945,-0.007600000128149986,0.9721999764442444,0.23420000076293945,-0.007600000128149986,0.9721999764442444,0.8105999827384949,-0.4016000032424927,0.4262999892234802,0.8105999827384949,-0.4016000032424927,0.4262999892234802,0.8105999827384949,-0.4016000032424927,0.4262999892234802,-0.8137999773025513,-0.5806999802589417,0.021700000390410423,-0.8137999773025513,-0.5806999802589417,0.021700000390410423,-0.8137999773025513,-0.5806999802589417,0.021700000390410423,-0.8763999938964844,0.34439998865127563,-0.33649998903274536,-0.8763999938964844,0.34439998865127563,-0.33649998903274536,-0.8763999938964844,0.34439998865127563,-0.33649998903274536,-0.9876999855041504,0.13179999589920044,0.08470000326633453,-0.9876999855041504,0.13179999589920044,0.08470000326633453,-0.9876999855041504,0.13179999589920044,0.08470000326633453,-0.9991000294685364,0.018200000748038292,0.039000000804662704,-0.9991000294685364,0.018200000748038292,0.039000000804662704,-0.9991000294685364,0.018200000748038292,0.039000000804662704,-0.8101000189781189,0.3921999931335449,-0.4357999861240387,-0.8101000189781189,0.3921999931335449,-0.4357999861240387,-0.8101000189781189,0.3921999931335449,-0.4357999861240387,0.5562999844551086,0.5095999836921692,-0.6564000248908997,0.5562999844551086,0.5095999836921692,-0.6564000248908997,0.5562999844551086,0.5095999836921692,-0.6564000248908997,0.7174000144004822,0.3190000057220459,0.6193000078201294,0.7174000144004822,0.3190000057220459,0.6193000078201294,0.7174000144004822,0.3190000057220459,0.6193000078201294,0.6668999791145325,0.6833999752998352,0.2971999943256378,0.6668999791145325,0.6833999752998352,0.2971999943256378,0.6668999791145325,0.6833999752998352,0.2971999943256378,-0.9527000188827515,0.2637999951839447,0.15070000290870667,-0.9527000188827515,0.2637999951839447,0.15070000290870667,-0.9527000188827515,0.2637999951839447,0.15070000290870667,-0.08609999716281891,0.9771999716758728,-0.19429999589920044,-0.08609999716281891,0.9771999716758728,-0.19429999589920044,-0.08609999716281891,0.9771999716758728,-0.19429999589920044,-0.052400000393390656,0.8156999945640564,-0.5760999917984009,-0.052400000393390656,0.8156999945640564,-0.5760999917984009,-0.052400000393390656,0.8156999945640564,-0.5760999917984009,0.3573000133037567,-0.9254999756813049,-0.1257999986410141,0.3573000133037567,-0.9254999756813049,-0.1257999986410141,0.3573000133037567,-0.9254999756813049,-0.1257999986410141,-0.5631999969482422,0.14139999449253082,0.8141999840736389,-0.5631999969482422,0.14139999449253082,0.8141999840736389,-0.5631999969482422,0.14139999449253082,0.8141999840736389,0.5519000291824341,0.4756999909877777,-0.6848999857902527,0.5519000291824341,0.4756999909877777,-0.6848999857902527,0.5519000291824341,0.4756999909877777,-0.6848999857902527,-0.9520000219345093,0.1898999959230423,0.2401999980211258,-0.9520000219345093,0.1898999959230423,0.2401999980211258,-0.9520000219345093,0.1898999959230423,0.2401999980211258,0.7645000219345093,-0.6086000204086304,-0.2125999927520752,0.7645000219345093,-0.6086000204086304,-0.2125999927520752,0.7645000219345093,-0.6086000204086304,-0.2125999927520752,-0.7872999906539917,0.5037999749183655,-0.3553999960422516,-0.7872999906539917,0.5037999749183655,-0.3553999960422516,-0.7872999906539917,0.5037999749183655,-0.3553999960422516,0.6287999749183655,-0.6211000084877014,-0.46779999136924744,0.6287999749183655,-0.6211000084877014,-0.46779999136924744,0.6287999749183655,-0.6211000084877014,-0.46779999136924744,-0.9966999888420105,-0.06310000270605087,0.0502999983727932,-0.9966999888420105,-0.06310000270605087,0.0502999983727932,-0.9966999888420105,-0.06310000270605087,0.0502999983727932,-0.1429000049829483,0.9217000007629395,0.3605000078678131,-0.1429000049829483,0.9217000007629395,0.3605000078678131,-0.1429000049829483,0.9217000007629395,0.3605000078678131,-0.4756999909877777,0.597000002861023,-0.6460000276565552,-0.4756999909877777,0.597000002861023,-0.6460000276565552,-0.4756999909877777,0.597000002861023,-0.6460000276565552,0.9617999792098999,-0.18870000541210175,0.19820000231266022,0.9617999792098999,-0.18870000541210175,0.19820000231266022,0.9617999792098999,-0.18870000541210175,0.19820000231266022,-0.28870001435279846,-0.9485999941825867,-0.13009999692440033,-0.28870001435279846,-0.9485999941825867,-0.13009999692440033,-0.28870001435279846,-0.9485999941825867,-0.13009999692440033,0.4169999957084656,-0.8860999941825867,0.20229999721050262,0.4169999957084656,-0.8860999941825867,0.20229999721050262,0.4169999957084656,-0.8860999941825867,0.20229999721050262,0.7932999730110168,0.33239999413490295,-0.5101000070571899,0.7932999730110168,0.33239999413490295,-0.5101000070571899,0.7932999730110168,0.33239999413490295,-0.5101000070571899,0.823199987411499,0.5315999984741211,-0.19910000264644623,0.823199987411499,0.5315999984741211,-0.19910000264644623,0.823199987411499,0.5315999984741211,-0.19910000264644623,0.9722999930381775,-0.21960000693798065,0.07989999651908875,0.9722999930381775,-0.21960000693798065,0.07989999651908875,0.9722999930381775,-0.21960000693798065,0.07989999651908875,0.49799999594688416,-0.3490000069141388,-0.7939000129699707,0.49799999594688416,-0.3490000069141388,-0.7939000129699707,0.49799999594688416,-0.3490000069141388,-0.7939000129699707,0.8984000086784363,0.4250999987125397,-0.10980000346899033,0.8984000086784363,0.4250999987125397,-0.10980000346899033,0.8984000086784363,0.4250999987125397,-0.10980000346899033,-0.2994999885559082,0.4812000095844269,-0.8238999843597412,-0.2994999885559082,0.4812000095844269,-0.8238999843597412,-0.2994999885559082,0.4812000095844269,-0.8238999843597412,-0.0625,-0.3021000027656555,-0.951200008392334,-0.0625,-0.3021000027656555,-0.951200008392334,-0.0625,-0.3021000027656555,-0.951200008392334,-0.32510000467300415,-0.8730000257492065,-0.3634999990463257,-0.32510000467300415,-0.8730000257492065,-0.3634999990463257,-0.32510000467300415,-0.8730000257492065,-0.3634999990463257,-0.10890000313520432,0.6392999887466431,-0.7612000107765198,-0.10890000313520432,0.6392999887466431,-0.7612000107765198,-0.10890000313520432,0.6392999887466431,-0.7612000107765198,-0.08630000054836273,0.8259999752044678,-0.5569999814033508,-0.08630000054836273,0.8259999752044678,-0.5569999814033508,-0.08630000054836273,0.8259999752044678,-0.5569999814033508,0.5364000201225281,-0.7960000038146973,-0.28060001134872437,0.5364000201225281,-0.7960000038146973,-0.28060001134872437,0.5364000201225281,-0.7960000038146973,-0.28060001134872437,-0.4596000015735626,-0.7488999962806702,0.47749999165534973,-0.4596000015735626,-0.7488999962806702,0.47749999165534973,-0.4596000015735626,-0.7488999962806702,0.47749999165534973,-0.22259999811649323,0.6428999900817871,-0.7329000234603882,-0.22259999811649323,0.6428999900817871,-0.7329000234603882,-0.22259999811649323,0.6428999900817871,-0.7329000234603882,-0.8834999799728394,-0.42730000615119934,-0.19200000166893005,-0.8834999799728394,-0.42730000615119934,-0.19200000166893005,-0.8834999799728394,-0.42730000615119934,-0.19200000166893005,0.3425999879837036,0.3012000024318695,-0.8899000287055969,0.3425999879837036,0.3012000024318695,-0.8899000287055969,0.3425999879837036,0.3012000024318695,-0.8899000287055969,0.25949999690055847,0.6779000163078308,-0.6879000067710876,0.25949999690055847,0.6779000163078308,-0.6879000067710876,0.25949999690055847,0.6779000163078308,-0.6879000067710876,0.258899986743927,0.9368000030517578,0.2354000061750412,0.258899986743927,0.9368000030517578,0.2354000061750412,0.258899986743927,0.9368000030517578,0.2354000061750412,0.16169999539852142,-0.3889999985694885,-0.9068999886512756,0.16169999539852142,-0.3889999985694885,-0.9068999886512756,0.16169999539852142,-0.3889999985694885,-0.9068999886512756,-0.15219999849796295,0.9787999987602234,-0.1370999962091446,-0.15219999849796295,0.9787999987602234,-0.1370999962091446,-0.15219999849796295,0.9787999987602234,-0.1370999962091446,-0.34060001373291016,0.5810999870300293,-0.7391999959945679,-0.34060001373291016,0.5810999870300293,-0.7391999959945679,-0.34060001373291016,0.5810999870300293,-0.7391999959945679,0.8355000019073486,-0.5454999804496765,0.06620000302791595,0.8355000019073486,-0.5454999804496765,0.06620000302791595,0.8355000019073486,-0.5454999804496765,0.06620000302791595,0.8881000280380249,0.3529999852180481,0.29440000653266907,0.8881000280380249,0.3529999852180481,0.29440000653266907,0.8881000280380249,0.3529999852180481,0.29440000653266907,-0.4560999870300293,-0.5795000195503235,0.6754000186920166,-0.4560999870300293,-0.5795000195503235,0.6754000186920166,-0.4560999870300293,-0.5795000195503235,0.6754000186920166,0.06679999828338623,-0.8712000250816345,0.486299991607666,0.06679999828338623,-0.8712000250816345,0.486299991607666,0.06679999828338623,-0.8712000250816345,0.486299991607666,0.7301999926567078,0.5568000078201294,-0.3961000144481659,0.7301999926567078,0.5568000078201294,-0.3961000144481659,0.7301999926567078,0.5568000078201294,-0.3961000144481659,-0.9987000226974487,-0.03359999880194664,-0.03929999843239784,-0.9987000226974487,-0.03359999880194664,-0.03929999843239784,-0.9987000226974487,-0.03359999880194664,-0.03929999843239784,0.994700014591217,-0.08529999852180481,-0.05719999969005585,0.994700014591217,-0.08529999852180481,-0.05719999969005585,0.994700014591217,-0.08529999852180481,-0.05719999969005585,0.7570000290870667,0.051899999380111694,-0.6513000130653381,0.7570000290870667,0.051899999380111694,-0.6513000130653381,0.7570000290870667,0.051899999380111694,-0.6513000130653381,0.795799970626831,0.545199990272522,0.26350000500679016,0.795799970626831,0.545199990272522,0.26350000500679016,0.795799970626831,0.545199990272522,0.26350000500679016,0.6998000144958496,-0.04899999871850014,-0.7125999927520752,0.6998000144958496,-0.04899999871850014,-0.7125999927520752,0.6998000144958496,-0.04899999871850014,-0.7125999927520752,-0.15479999780654907,0.25940001010894775,0.9532999992370605,-0.15479999780654907,0.25940001010894775,0.9532999992370605,-0.15479999780654907,0.25940001010894775,0.9532999992370605,-0.7696999907493591,0.5554999709129333,0.31470000743865967,-0.7696999907493591,0.5554999709129333,0.31470000743865967,-0.7696999907493591,0.5554999709129333,0.31470000743865967,0.1137000024318695,0.9896000027656555,-0.08799999952316284,0.1137000024318695,0.9896000027656555,-0.08799999952316284,0.1137000024318695,0.9896000027656555,-0.08799999952316284,0.43709999322891235,-0.17470000684261322,0.8823000192642212,0.43709999322891235,-0.17470000684261322,0.8823000192642212,0.43709999322891235,-0.17470000684261322,0.8823000192642212,0.4867999851703644,-0.8442000150680542,0.22429999709129333,0.4867999851703644,-0.8442000150680542,0.22429999709129333,0.4867999851703644,-0.8442000150680542,0.22429999709129333,0.02370000071823597,0.06610000133514404,-0.9975000023841858,0.02370000071823597,0.06610000133514404,-0.9975000023841858,0.02370000071823597,0.06610000133514404,-0.9975000023841858,-0.9380000233650208,-0.2858000099658966,0.19599999487400055,-0.9380000233650208,-0.2858000099658966,0.19599999487400055,-0.9380000233650208,-0.2858000099658966,0.19599999487400055,-0.34779998660087585,0.2320999950170517,0.9083999991416931,-0.34779998660087585,0.2320999950170517,0.9083999991416931,-0.34779998660087585,0.2320999950170517,0.9083999991416931,-0.19370000064373016,0.887499988079071,-0.4180999994277954,-0.19370000064373016,0.887499988079071,-0.4180999994277954,-0.19370000064373016,0.887499988079071,-0.4180999994277954,-0.3714999854564667,-0.926800012588501,0.0560000017285347,-0.3714999854564667,-0.926800012588501,0.0560000017285347,-0.3714999854564667,-0.926800012588501,0.0560000017285347,-0.3880999982357025,-0.13269999623298645,-0.9120000004768372,-0.3880999982357025,-0.13269999623298645,-0.9120000004768372,-0.3880999982357025,-0.13269999623298645,-0.9120000004768372,-0.029600000008940697,0.901199996471405,-0.43230000138282776,-0.029600000008940697,0.901199996471405,-0.43230000138282776,-0.029600000008940697,0.901199996471405,-0.43230000138282776,-0.6312000155448914,-0.04830000177025795,-0.7741000056266785,-0.6312000155448914,-0.04830000177025795,-0.7741000056266785,-0.6312000155448914,-0.04830000177025795,-0.7741000056266785,-0.007600000128149986,-0.9980000257492065,0.06270000338554382,-0.007600000128149986,-0.9980000257492065,0.06270000338554382,-0.007600000128149986,-0.9980000257492065,0.06270000338554382,-0.08399999886751175,0.5442000031471252,-0.8346999883651733,-0.08399999886751175,0.5442000031471252,-0.8346999883651733,-0.08399999886751175,0.5442000031471252,-0.8346999883651733,-0.7799000144004822,-0.6230000257492065,-0.060499999672174454,-0.7799000144004822,-0.6230000257492065,-0.060499999672174454,-0.7799000144004822,-0.6230000257492065,-0.060499999672174454,-0.27300000190734863,0.5716999769210815,0.7736999988555908,-0.27300000190734863,0.5716999769210815,0.7736999988555908,-0.27300000190734863,0.5716999769210815,0.7736999988555908,-0.849399983882904,-0.3982999920845032,-0.34630000591278076,-0.849399983882904,-0.3982999920845032,-0.34630000591278076,-0.849399983882904,-0.3982999920845032,-0.34630000591278076,-0.06199999898672104,0.9688000082969666,-0.24009999632835388,-0.06199999898672104,0.9688000082969666,-0.24009999632835388,-0.06199999898672104,0.9688000082969666,-0.24009999632835388,0.5313000082969666,-0.758400022983551,-0.3774999976158142,0.5313000082969666,-0.758400022983551,-0.3774999976158142,0.5313000082969666,-0.758400022983551,-0.3774999976158142,0.25540000200271606,0.5792999863624573,0.7739999890327454,0.25540000200271606,0.5792999863624573,0.7739999890327454,0.25540000200271606,0.5792999863624573,0.7739999890327454,0.16750000417232513,0.7754999995231628,0.6086999773979187,0.16750000417232513,0.7754999995231628,0.6086999773979187,0.16750000417232513,0.7754999995231628,0.6086999773979187,-0.5788000226020813,0.6809999942779541,-0.44859999418258667,-0.5788000226020813,0.6809999942779541,-0.44859999418258667,-0.5788000226020813,0.6809999942779541,-0.44859999418258667,0.09059999883174896,-0.5830000042915344,0.8073999881744385,0.09059999883174896,-0.5830000042915344,0.8073999881744385,0.09059999883174896,-0.5830000042915344,0.8073999881744385,0.9203000068664551,-0.29989999532699585,0.25130000710487366,0.9203000068664551,-0.29989999532699585,0.25130000710487366,0.9203000068664551,-0.29989999532699585,0.25130000710487366,-0.7269999980926514,0.6632999777793884,-0.1776999980211258,-0.7269999980926514,0.6632999777793884,-0.1776999980211258,-0.7269999980926514,0.6632999777793884,-0.1776999980211258,0.07959999889135361,0.9692999720573425,-0.23270000517368317,0.07959999889135361,0.9692999720573425,-0.23270000517368317,0.07959999889135361,0.9692999720573425,-0.23270000517368317,0.9057000279426575,0.37130001187324524,-0.2045000046491623,0.9057000279426575,0.37130001187324524,-0.2045000046491623,0.9057000279426575,0.37130001187324524,-0.2045000046491623,0.42660000920295715,-0.33799999952316284,0.8389000296592712,0.42660000920295715,-0.33799999952316284,0.8389000296592712,0.42660000920295715,-0.33799999952316284,0.8389000296592712,0.955299973487854,0.2854999899864197,0.07639999687671661,0.955299973487854,0.2854999899864197,0.07639999687671661,0.955299973487854,0.2854999899864197,0.07639999687671661,-0.17339999973773956,0.9757000207901001,-0.13410000503063202,-0.17339999973773956,0.9757000207901001,-0.13410000503063202,-0.17339999973773956,0.9757000207901001,-0.13410000503063202,0.8833000063896179,0.014800000004470348,0.4684999883174896,0.8833000063896179,0.014800000004470348,0.4684999883174896,0.8833000063896179,0.014800000004470348,0.4684999883174896,-0.32739999890327454,-0.9402999877929688,-0.09309999644756317,-0.32739999890327454,-0.9402999877929688,-0.09309999644756317,-0.32739999890327454,-0.9402999877929688,-0.09309999644756317,0.8916000127792358,-0.2615000009536743,-0.3695000112056732,0.8916000127792358,-0.2615000009536743,-0.3695000112056732,0.8916000127792358,-0.2615000009536743,-0.3695000112056732,-0.9538000226020813,0.2791000008583069,-0.11110000312328339,-0.9538000226020813,0.2791000008583069,-0.11110000312328339,-0.9538000226020813,0.2791000008583069,-0.11110000312328339,0.7488999962806702,0.24130000174045563,-0.6171000003814697,0.7488999962806702,0.24130000174045563,-0.6171000003814697,0.7488999962806702,0.24130000174045563,-0.6171000003814697,0.42750000953674316,0.5382999777793884,0.7263000011444092,0.42750000953674316,0.5382999777793884,0.7263000011444092,0.42750000953674316,0.5382999777793884,0.7263000011444092,0.11659999936819077,-0.9927999973297119,-0.0284000001847744,0.11659999936819077,-0.9927999973297119,-0.0284000001847744,0.11659999936819077,-0.9927999973297119,-0.0284000001847744,-0.8154000043869019,0.11680000275373459,-0.5669999718666077,-0.8154000043869019,0.11680000275373459,-0.5669999718666077,-0.8154000043869019,0.11680000275373459,-0.5669999718666077,0.7610999941825867,0.2362000048160553,0.6040999889373779,0.7610999941825867,0.2362000048160553,0.6040999889373779,0.7610999941825867,0.2362000048160553,0.6040999889373779,-0.5735999941825867,0.48840001225471497,0.6575999855995178,-0.5735999941825867,0.48840001225471497,0.6575999855995178,-0.5735999941825867,0.48840001225471497,0.6575999855995178,0.9452999830245972,0.3163999915122986,-0.07989999651908875,0.9452999830245972,0.3163999915122986,-0.07989999651908875,0.9452999830245972,0.3163999915122986,-0.07989999651908875,0.9944000244140625,0.06759999692440033,-0.08129999786615372,0.9944000244140625,0.06759999692440033,-0.08129999786615372,0.9944000244140625,0.06759999692440033,-0.08129999786615372,0.8655999898910522,0.5008000135421753,-0.005100000184029341,0.8655999898910522,0.5008000135421753,-0.005100000184029341,0.8655999898910522,0.5008000135421753,-0.005100000184029341,-0.9840999841690063,-0.1518000066280365,-0.0917000025510788,-0.9840999841690063,-0.1518000066280365,-0.0917000025510788,-0.9840999841690063,-0.1518000066280365,-0.0917000025510788,-0.33090001344680786,-0.6425999999046326,-0.691100001335144,-0.33090001344680786,-0.6425999999046326,-0.691100001335144,-0.33090001344680786,-0.6425999999046326,-0.691100001335144,-0.7017999887466431,-0.07410000264644623,-0.7085000276565552,-0.7017999887466431,-0.07410000264644623,-0.7085000276565552,-0.7017999887466431,-0.07410000264644623,-0.7085000276565552,0.7896000146865845,-0.5740000009536743,0.21699999272823334,0.7896000146865845,-0.5740000009536743,0.21699999272823334,0.7896000146865845,-0.5740000009536743,0.21699999272823334,0.8805999755859375,-0.3246999979019165,-0.3452000021934509,0.8805999755859375,-0.3246999979019165,-0.3452000021934509,0.8805999755859375,-0.3246999979019165,-0.3452000021934509,-0.4438000023365021,-0.8931999802589417,-0.07270000129938126,-0.4438000023365021,-0.8931999802589417,-0.07270000129938126,-0.4438000023365021,-0.8931999802589417,-0.07270000129938126,-0.9890000224113464,0.12330000102519989,0.08160000294446945,-0.9890000224113464,0.12330000102519989,0.08160000294446945,-0.9890000224113464,0.12330000102519989,0.08160000294446945,0.5608000159263611,-0.4763999879360199,0.6772000193595886,0.5608000159263611,-0.4763999879360199,0.6772000193595886,0.5608000159263611,-0.4763999879360199,0.6772000193595886,-0.4185999929904938,0.7265999913215637,0.544700026512146,-0.4185999929904938,0.7265999913215637,0.544700026512146,-0.4185999929904938,0.7265999913215637,0.544700026512146,0.9771000146865845,-0.1624000072479248,-0.1370999962091446,0.9771000146865845,-0.1624000072479248,-0.1370999962091446,0.9771000146865845,-0.1624000072479248,-0.1370999962091446,0.6783999800682068,0.36419999599456787,-0.6380000114440918,0.6783999800682068,0.36419999599456787,-0.6380000114440918,0.6783999800682068,0.36419999599456787,-0.6380000114440918,-0.758400022983551,-0.43160000443458557,0.48840001225471497,-0.758400022983551,-0.43160000443458557,0.48840001225471497,-0.758400022983551,-0.43160000443458557,0.48840001225471497,-0.8508999943733215,-0.4077000021934509,0.3312000036239624,-0.8508999943733215,-0.4077000021934509,0.3312000036239624,-0.8508999943733215,-0.4077000021934509,0.3312000036239624,0.913100004196167,0.39250001311302185,0.11069999635219574,0.913100004196167,0.39250001311302185,0.11069999635219574,0.913100004196167,0.39250001311302185,0.11069999635219574,-0.2842000126838684,-0.7671999931335449,-0.5751000046730042,-0.2842000126838684,-0.7671999931335449,-0.5751000046730042,-0.2842000126838684,-0.7671999931335449,-0.5751000046730042,-0.19329999387264252,0.8938999772071838,-0.4043999910354614,-0.19329999387264252,0.8938999772071838,-0.4043999910354614,-0.19329999387264252,0.8938999772071838,-0.4043999910354614,0.6470000147819519,-0.7613000273704529,0.04309999942779541,0.6470000147819519,-0.7613000273704529,0.04309999942779541,0.6470000147819519,-0.7613000273704529,0.04309999942779541,0.979200005531311,0.14659999310970306,0.14059999585151672,0.979200005531311,0.14659999310970306,0.14059999585151672,0.979200005531311,0.14659999310970306,0.14059999585151672,0.4018999934196472,-0.9146000146865845,-0.043699998408555984,0.4018999934196472,-0.9146000146865845,-0.043699998408555984,0.4018999934196472,-0.9146000146865845,-0.043699998408555984,-0.35370001196861267,0.6434000134468079,-0.6789000034332275,-0.35370001196861267,0.6434000134468079,-0.6789000034332275,-0.35370001196861267,0.6434000134468079,-0.6789000034332275,0.28029999136924744,-0.9003999829292297,-0.3328000009059906,0.28029999136924744,-0.9003999829292297,-0.3328000009059906,0.28029999136924744,-0.9003999829292297,-0.3328000009059906,0.5152999758720398,-0.44690001010894775,-0.7311999797821045,0.5152999758720398,-0.44690001010894775,-0.7311999797821045,0.5152999758720398,-0.44690001010894775,-0.7311999797821045,-0.8787999749183655,-0.40939998626708984,-0.24500000476837158,-0.8787999749183655,-0.40939998626708984,-0.24500000476837158,-0.8787999749183655,-0.40939998626708984,-0.24500000476837158,-0.3889000117778778,0.21130000054836273,0.8967000246047974,-0.3889000117778778,0.21130000054836273,0.8967000246047974,-0.3889000117778778,0.21130000054836273,0.8967000246047974,0.4975999891757965,0.5346999764442444,0.6830000281333923,0.4975999891757965,0.5346999764442444,0.6830000281333923,0.4975999891757965,0.5346999764442444,0.6830000281333923,-0.4781000018119812,-0.729200005531311,-0.48969998955726624,-0.4781000018119812,-0.729200005531311,-0.48969998955726624,-0.4781000018119812,-0.729200005531311,-0.48969998955726624,0.993399977684021,0.10409999638795853,-0.04859999939799309,0.993399977684021,0.10409999638795853,-0.04859999939799309,0.993399977684021,0.10409999638795853,-0.04859999939799309,0.25429999828338623,-0.40849998593330383,0.8766000270843506,0.25429999828338623,-0.40849998593330383,0.8766000270843506,0.25429999828338623,-0.40849998593330383,0.8766000270843506,0.9207000136375427,0.17489999532699585,-0.3488999903202057,0.9207000136375427,0.17489999532699585,-0.3488999903202057,0.9207000136375427,0.17489999532699585,-0.3488999903202057,0.21719999611377716,0.8705000281333923,0.4415999948978424,0.21719999611377716,0.8705000281333923,0.4415999948978424,0.21719999611377716,0.8705000281333923,0.4415999948978424,0.902999997138977,-0.4296000003814697,0.0017999999690800905,0.902999997138977,-0.4296000003814697,0.0017999999690800905,0.902999997138977,-0.4296000003814697,0.0017999999690800905,0.4794999957084656,0.6546000242233276,-0.5843999981880188,0.4794999957084656,0.6546000242233276,-0.5843999981880188,0.4794999957084656,0.6546000242233276,-0.5843999981880188,0.18230000138282776,-0.9765999913215637,0.11389999836683273,0.18230000138282776,-0.9765999913215637,0.11389999836683273,0.18230000138282776,-0.9765999913215637,0.11389999836683273,0.9846000075340271,-0.04320000112056732,0.16940000653266907,0.9846000075340271,-0.04320000112056732,0.16940000653266907,0.9846000075340271,-0.04320000112056732,0.16940000653266907,0.33970001339912415,0.7638000249862671,-0.5489000082015991,0.33970001339912415,0.7638000249862671,-0.5489000082015991,0.33970001339912415,0.7638000249862671,-0.5489000082015991,-0.3546999990940094,0.645799994468689,0.6761000156402588,-0.3546999990940094,0.645799994468689,0.6761000156402588,-0.3546999990940094,0.645799994468689,0.6761000156402588,-0.24210000038146973,0.36169999837875366,-0.9003000259399414,-0.24210000038146973,0.36169999837875366,-0.9003000259399414,-0.24210000038146973,0.36169999837875366,-0.9003000259399414,0.08030000329017639,-0.9484999775886536,-0.30640000104904175,0.08030000329017639,-0.9484999775886536,-0.30640000104904175,0.08030000329017639,-0.9484999775886536,-0.30640000104904175,-0.07829999923706055,-0.6700999736785889,-0.738099992275238,-0.07829999923706055,-0.6700999736785889,-0.738099992275238,-0.07829999923706055,-0.6700999736785889,-0.738099992275238,0.5271000266075134,-0.823199987411499,0.21089999377727509,0.5271000266075134,-0.823199987411499,0.21089999377727509,0.5271000266075134,-0.823199987411499,0.21089999377727509,-0.857699990272522,0.30090001225471497,-0.4169999957084656,-0.857699990272522,0.30090001225471497,-0.4169999957084656,-0.857699990272522,0.30090001225471497,-0.4169999957084656,0.3919000029563904,0.1111999973654747,0.9132999777793884,0.3919000029563904,0.1111999973654747,0.9132999777793884,0.3919000029563904,0.1111999973654747,0.9132999777793884,0.289000004529953,-0.20520000159740448,-0.9351000189781189,0.289000004529953,-0.20520000159740448,-0.9351000189781189,0.289000004529953,-0.20520000159740448,-0.9351000189781189,-0.8700000047683716,-0.36730000376701355,-0.32910001277923584,-0.8700000047683716,-0.36730000376701355,-0.32910001277923584,-0.8700000047683716,-0.36730000376701355,-0.32910001277923584,-0.9347000122070312,-0.31279999017715454,-0.16859999299049377,-0.9347000122070312,-0.31279999017715454,-0.16859999299049377,-0.9347000122070312,-0.31279999017715454,-0.16859999299049377,0.125,0.35600000619888306,-0.9261000156402588,0.125,0.35600000619888306,-0.9261000156402588,0.125,0.35600000619888306,-0.9261000156402588,0.0731000006198883,0.4180000126361847,-0.9054999947547913,0.0731000006198883,0.4180000126361847,-0.9054999947547913,0.0731000006198883,0.4180000126361847,-0.9054999947547913,-0.6330999732017517,0.227400004863739,-0.7398999929428101,-0.6330999732017517,0.227400004863739,-0.7398999929428101,-0.6330999732017517,0.227400004863739,-0.7398999929428101,0.6104000210762024,-0.2921000123023987,0.736299991607666,0.6104000210762024,-0.2921000123023987,0.736299991607666,0.6104000210762024,-0.2921000123023987,0.736299991607666,-0.2818000018596649,0.8374000191688538,-0.4684000015258789,-0.2818000018596649,0.8374000191688538,-0.4684000015258789,-0.2818000018596649,0.8374000191688538,-0.4684000015258789,-0.43070000410079956,0.9018999934196472,-0.032499998807907104,-0.43070000410079956,0.9018999934196472,-0.032499998807907104,-0.43070000410079956,0.9018999934196472,-0.032499998807907104,0.42329999804496765,-0.7304999828338623,-0.5358999967575073,0.42329999804496765,-0.7304999828338623,-0.5358999967575073,0.42329999804496765,-0.7304999828338623,-0.5358999967575073,-0.19990000128746033,0.6809999942779541,-0.7044000029563904,-0.19990000128746033,0.6809999942779541,-0.7044000029563904,-0.19990000128746033,0.6809999942779541,-0.7044000029563904,-0.10429999977350235,0.9911999702453613,-0.08209999650716782,-0.10429999977350235,0.9911999702453613,-0.08209999650716782,-0.10429999977350235,0.9911999702453613,-0.08209999650716782,-0.33079999685287476,-0.8274999856948853,-0.4537000060081482,-0.33079999685287476,-0.8274999856948853,-0.4537000060081482,-0.33079999685287476,-0.8274999856948853,-0.4537000060081482,0.5911999940872192,0.7394000291824341,-0.3221000134944916,0.5911999940872192,0.7394000291824341,-0.3221000134944916,0.5911999940872192,0.7394000291824341,-0.3221000134944916,0.9006999731063843,0.1881999969482422,-0.39160001277923584,0.9006999731063843,0.1881999969482422,-0.39160001277923584,0.9006999731063843,0.1881999969482422,-0.39160001277923584,0.14270000159740448,-0.7062000036239624,0.6934999823570251,0.14270000159740448,-0.7062000036239624,0.6934999823570251,0.14270000159740448,-0.7062000036239624,0.6934999823570251,0.42489999532699585,-0.5349000096321106,0.7303000092506409,0.42489999532699585,-0.5349000096321106,0.7303000092506409,0.42489999532699585,-0.5349000096321106,0.7303000092506409,-0.6606000065803528,0.7448999881744385,-0.093299999833107,-0.6606000065803528,0.7448999881744385,-0.093299999833107,-0.6606000065803528,0.7448999881744385,-0.093299999833107,-0.879800021648407,0.4507000148296356,0.1509000062942505,-0.879800021648407,0.4507000148296356,0.1509000062942505,-0.879800021648407,0.4507000148296356,0.1509000062942505,0.49309998750686646,0.17890000343322754,0.8513000011444092,0.49309998750686646,0.17890000343322754,0.8513000011444092,0.49309998750686646,0.17890000343322754,0.8513000011444092,0.8198000192642212,0.08889999985694885,0.5656999945640564,0.8198000192642212,0.08889999985694885,0.5656999945640564,0.8198000192642212,0.08889999985694885,0.5656999945640564,0.9850000143051147,-0.16169999539852142,-0.05939999967813492,0.9850000143051147,-0.16169999539852142,-0.05939999967813492,0.9850000143051147,-0.16169999539852142,-0.05939999967813492,0.4875999987125397,0.6561999917030334,0.5759000182151794,0.4875999987125397,0.6561999917030334,0.5759000182151794,0.4875999987125397,0.6561999917030334,0.5759000182151794,0.32749998569488525,0.910099983215332,0.2540999948978424,0.32749998569488525,0.910099983215332,0.2540999948978424,0.32749998569488525,0.910099983215332,0.2540999948978424,-0.9828000068664551,-0.07129999995231628,-0.17059999704360962,-0.9828000068664551,-0.07129999995231628,-0.17059999704360962,-0.9828000068664551,-0.07129999995231628,-0.17059999704360962,0.6014999747276306,-0.5997999906539917,0.5277000069618225,0.6014999747276306,-0.5997999906539917,0.5277000069618225,0.6014999747276306,-0.5997999906539917,0.5277000069618225,0.2644999921321869,-0.7613999843597412,0.5918999910354614,0.2644999921321869,-0.7613999843597412,0.5918999910354614,0.2644999921321869,-0.7613999843597412,0.5918999910354614,-0.2840000092983246,0.055799998342990875,0.9571999907493591,-0.2840000092983246,0.055799998342990875,0.9571999907493591,-0.2840000092983246,0.055799998342990875,0.9571999907493591,0.13830000162124634,0.6478999853134155,-0.7490000128746033,0.13830000162124634,0.6478999853134155,-0.7490000128746033,0.13830000162124634,0.6478999853134155,-0.7490000128746033,0.9470999836921692,-0.31709998846054077,-0.05000000074505806,0.9470999836921692,-0.31709998846054077,-0.05000000074505806,0.9470999836921692,-0.31709998846054077,-0.05000000074505806,-0.5580000281333923,0.14270000159740448,-0.8174999952316284,-0.5580000281333923,0.14270000159740448,-0.8174999952316284,-0.5580000281333923,0.14270000159740448,-0.8174999952316284,-0.8870999813079834,-0.1096000000834465,-0.44830000400543213,-0.8870999813079834,-0.1096000000834465,-0.44830000400543213,-0.8870999813079834,-0.1096000000834465,-0.44830000400543213,-0.38609999418258667,0.8698999881744385,-0.3068000078201294,-0.38609999418258667,0.8698999881744385,-0.3068000078201294,-0.38609999418258667,0.8698999881744385,-0.3068000078201294,-0.6933000087738037,-0.6930999755859375,0.19760000705718994,-0.6933000087738037,-0.6930999755859375,0.19760000705718994,-0.6933000087738037,-0.6930999755859375,0.19760000705718994,0.3580000102519989,-0.007199999876320362,-0.9337000250816345,0.3580000102519989,-0.007199999876320362,-0.9337000250816345,0.3580000102519989,-0.007199999876320362,-0.9337000250816345,-0.4715999960899353,-0.09799999743700027,-0.8762999773025513,-0.4715999960899353,-0.09799999743700027,-0.8762999773025513,-0.4715999960899353,-0.09799999743700027,-0.8762999773025513,-0.8658000230789185,0.2190999984741211,-0.4499000012874603,-0.8658000230789185,0.2190999984741211,-0.4499000012874603,-0.8658000230789185,0.2190999984741211,-0.4499000012874603,0.9435999989509583,-0.32989999651908875,-0.026900000870227814,0.9435999989509583,-0.32989999651908875,-0.026900000870227814,0.9435999989509583,-0.32989999651908875,-0.026900000870227814,0.871399998664856,0.041999999433755875,-0.4887000024318695,0.871399998664856,0.041999999433755875,-0.4887000024318695,0.871399998664856,0.041999999433755875,-0.4887000024318695,-0.5909000039100647,-0.4034000039100647,-0.6987000107765198,-0.5909000039100647,-0.4034000039100647,-0.6987000107765198,-0.5909000039100647,-0.4034000039100647,-0.6987000107765198,-0.7544999718666077,0.2777000069618225,0.5946999788284302,-0.7544999718666077,0.2777000069618225,0.5946999788284302,-0.7544999718666077,0.2777000069618225,0.5946999788284302,-0.6945000290870667,-0.4749000072479248,-0.5404999852180481,-0.6945000290870667,-0.4749000072479248,-0.5404999852180481,-0.6945000290870667,-0.4749000072479248,-0.5404999852180481,-0.9318000078201294,-0.04430000111460686,-0.36039999127388,-0.9318000078201294,-0.04430000111460686,-0.36039999127388,-0.9318000078201294,-0.04430000111460686,-0.36039999127388,-0.7753000259399414,0.5095999836921692,0.373199999332428,-0.7753000259399414,0.5095999836921692,0.373199999332428,-0.7753000259399414,0.5095999836921692,0.373199999332428,-0.07069999724626541,0.9898999929428101,0.12319999933242798,-0.07069999724626541,0.9898999929428101,0.12319999933242798,-0.07069999724626541,0.9898999929428101,0.12319999933242798,0.9043999910354614,0.3580000102519989,-0.2320999950170517,0.9043999910354614,0.3580000102519989,-0.2320999950170517,0.9043999910354614,0.3580000102519989,-0.2320999950170517,0.6620000004768372,-0.40119999647140503,0.6330999732017517,0.6620000004768372,-0.40119999647140503,0.6330999732017517,0.6620000004768372,-0.40119999647140503,0.6330999732017517,-0.9020000100135803,-0.2976999878883362,0.3125999867916107,-0.9020000100135803,-0.2976999878883362,0.3125999867916107,-0.9020000100135803,-0.2976999878883362,0.3125999867916107,0.9534000158309937,-0.27649998664855957,-0.12099999934434891,0.9534000158309937,-0.27649998664855957,-0.12099999934434891,0.9534000158309937,-0.27649998664855957,-0.12099999934434891,-0.37380000948905945,-0.913100004196167,-0.16279999911785126,-0.37380000948905945,-0.913100004196167,-0.16279999911785126,-0.37380000948905945,-0.913100004196167,-0.16279999911785126,0.7473999857902527,0.5098999738693237,0.42590001225471497,0.7473999857902527,0.5098999738693237,0.42590001225471497,0.7473999857902527,0.5098999738693237,0.42590001225471497,-0.3490000069141388,-0.052400000393390656,0.935699999332428,-0.3490000069141388,-0.052400000393390656,0.935699999332428,-0.3490000069141388,-0.052400000393390656,0.935699999332428,-0.18610000610351562,0.9355000257492065,0.3001999855041504,-0.18610000610351562,0.9355000257492065,0.3001999855041504,-0.18610000610351562,0.9355000257492065,0.3001999855041504,0.11150000244379044,0.7710999846458435,-0.6269000172615051,0.11150000244379044,0.7710999846458435,-0.6269000172615051,0.11150000244379044,0.7710999846458435,-0.6269000172615051,0.25769999623298645,-0.19939999282360077,0.9453999996185303,0.25769999623298645,-0.19939999282360077,0.9453999996185303,0.25769999623298645,-0.19939999282360077,0.9453999996185303,0.4059000015258789,0.9079999923706055,0.10409999638795853,0.4059000015258789,0.9079999923706055,0.10409999638795853,0.4059000015258789,0.9079999923706055,0.10409999638795853,0.7049000263214111,-0.3310000002384186,-0.6273000240325928,0.7049000263214111,-0.3310000002384186,-0.6273000240325928,0.7049000263214111,-0.3310000002384186,-0.6273000240325928,0.9864000082015991,0.1632000058889389,-0.018699999898672104,0.9864000082015991,0.1632000058889389,-0.018699999898672104,0.9864000082015991,0.1632000058889389,-0.018699999898672104,-0.3709000051021576,0.8076000213623047,0.45840001106262207,-0.3709000051021576,0.8076000213623047,0.45840001106262207,-0.3709000051021576,0.8076000213623047,0.45840001106262207,-0.683899998664856,0.10899999737739563,0.7214000225067139,-0.683899998664856,0.10899999737739563,0.7214000225067139,-0.683899998664856,0.10899999737739563,0.7214000225067139,-0.6947000026702881,0.718999981880188,-0.0203000009059906,-0.6947000026702881,0.718999981880188,-0.0203000009059906,-0.6947000026702881,0.718999981880188,-0.0203000009059906,-0.0333000011742115,-0.8715000152587891,0.48919999599456787,-0.0333000011742115,-0.8715000152587891,0.48919999599456787,-0.0333000011742115,-0.8715000152587891,0.48919999599456787,0.4771000146865845,0.4977000057697296,-0.724399983882904,0.4771000146865845,0.4977000057697296,-0.724399983882904,0.4771000146865845,0.4977000057697296,-0.724399983882904,0.8156999945640564,-0.531000018119812,-0.22939999401569366,0.8156999945640564,-0.531000018119812,-0.22939999401569366,0.8156999945640564,-0.531000018119812,-0.22939999401569366,-0.7017999887466431,0.5658000111579895,-0.4327999949455261,-0.7017999887466431,0.5658000111579895,-0.4327999949455261,-0.7017999887466431,0.5658000111579895,-0.4327999949455261,0.953499972820282,0.1454000025987625,-0.2637999951839447,0.953499972820282,0.1454000025987625,-0.2637999951839447,0.953499972820282,0.1454000025987625,-0.2637999951839447,0.6690000295639038,-0.5982999801635742,-0.4410000145435333,0.6690000295639038,-0.5982999801635742,-0.4410000145435333,0.6690000295639038,-0.5982999801635742,-0.4410000145435333,-0.14350000023841858,-0.8723999857902527,0.46720001101493835,-0.14350000023841858,-0.8723999857902527,0.46720001101493835,-0.14350000023841858,-0.8723999857902527,0.46720001101493835,-0.3774000108242035,0.5457000136375427,-0.748199999332428,-0.3774000108242035,0.5457000136375427,-0.748199999332428,-0.3774000108242035,0.5457000136375427,-0.748199999332428,-0.19290000200271606,0.9158999919891357,-0.35199999809265137,-0.19290000200271606,0.9158999919891357,-0.35199999809265137,-0.19290000200271606,0.9158999919891357,-0.35199999809265137,-0.43720000982284546,0.43869999051094055,0.785099983215332,-0.43720000982284546,0.43869999051094055,0.785099983215332,-0.43720000982284546,0.43869999051094055,0.785099983215332,-0.9513999819755554,0.30160000920295715,0.061799999326467514,-0.9513999819755554,0.30160000920295715,0.061799999326467514,-0.9513999819755554,0.30160000920295715,0.061799999326467514,0.2732999920845032,0.9531000256538391,-0.1298000067472458,0.2732999920845032,0.9531000256538391,-0.1298000067472458,0.2732999920845032,0.9531000256538391,-0.1298000067472458,0.9524999856948853,0.23270000517368317,0.1964000016450882,0.9524999856948853,0.23270000517368317,0.1964000016450882,0.9524999856948853,0.23270000517368317,0.1964000016450882,-0.065700002014637,0.5109000205993652,0.8571000099182129,-0.065700002014637,0.5109000205993652,0.8571000099182129,-0.065700002014637,0.5109000205993652,0.8571000099182129,0.9879999756813049,0.15360000729560852,-0.01899999938905239,0.9879999756813049,0.15360000729560852,-0.01899999938905239,0.9879999756813049,0.15360000729560852,-0.01899999938905239,0.17970000207424164,-0.9751999974250793,0.12919999659061432,0.17970000207424164,-0.9751999974250793,0.12919999659061432,0.17970000207424164,-0.9751999974250793,0.12919999659061432,-0.38659998774528503,-0.8080999851226807,-0.44440001249313354,-0.38659998774528503,-0.8080999851226807,-0.44440001249313354,-0.38659998774528503,-0.8080999851226807,-0.44440001249313354,0.0625,-0.3021000027656555,-0.951200008392334,0.0625,-0.3021000027656555,-0.951200008392334,0.0625,-0.3021000027656555,-0.951200008392334,-0.5327000021934509,0.2020999938249588,0.8217999935150146,-0.5327000021934509,0.2020999938249588,0.8217999935150146,-0.5327000021934509,0.2020999938249588,0.8217999935150146,-0.1932000070810318,-0.7490000128746033,0.6338000297546387,-0.1932000070810318,-0.7490000128746033,0.6338000297546387,-0.1932000070810318,-0.7490000128746033,0.6338000297546387,0.5906000137329102,0.8069000244140625,0.00559999980032444,0.5906000137329102,0.8069000244140625,0.00559999980032444,0.5906000137329102,0.8069000244140625,0.00559999980032444,0.4805999994277954,-0.8267999887466431,-0.2921000123023987,0.4805999994277954,-0.8267999887466431,-0.2921000123023987,0.4805999994277954,-0.8267999887466431,-0.2921000123023987,0.052799999713897705,0.6869999766349792,-0.7246999740600586,0.052799999713897705,0.6869999766349792,-0.7246999740600586,0.052799999713897705,0.6869999766349792,-0.7246999740600586,-0.49070000648498535,-0.7671999931335449,0.413100004196167,-0.49070000648498535,-0.7671999931335449,0.413100004196167,-0.49070000648498535,-0.7671999931335449,0.413100004196167,0.6796000003814697,0.36660000681877136,-0.6353999972343445,0.6796000003814697,0.36660000681877136,-0.6353999972343445,0.6796000003814697,0.36660000681877136,-0.6353999972343445,-0.550000011920929,-0.819599986076355,0.16060000658035278,-0.550000011920929,-0.819599986076355,0.16060000658035278,-0.550000011920929,-0.819599986076355,0.16060000658035278,0.5934000015258789,0.7361999750137329,-0.3253999948501587,0.5934000015258789,0.7361999750137329,-0.3253999948501587,0.5934000015258789,0.7361999750137329,-0.3253999948501587,0.8144999742507935,0.05400000140070915,0.5777000188827515,0.8144999742507935,0.05400000140070915,0.5777000188827515,0.8144999742507935,0.05400000140070915,0.5777000188827515,0.5695000290870667,0.01119999960064888,0.8219000101089478,0.5695000290870667,0.01119999960064888,0.8219000101089478,0.5695000290870667,0.01119999960064888,0.8219000101089478,-0.7735000252723694,-0.5694000124931335,0.2782999873161316,-0.7735000252723694,-0.5694000124931335,0.2782999873161316,-0.7735000252723694,-0.5694000124931335,0.2782999873161316,-0.9919000267982483,-0.10419999808073044,0.07289999723434448,-0.9919000267982483,-0.10419999808073044,0.07289999723434448,-0.9919000267982483,-0.10419999808073044,0.07289999723434448,0.7001000046730042,-0.6948999762535095,0.16459999978542328,0.7001000046730042,-0.6948999762535095,0.16459999978542328,0.7001000046730042,-0.6948999762535095,0.16459999978542328,0.4537000060081482,-0.8802000284194946,-0.13899999856948853,0.4537000060081482,-0.8802000284194946,-0.13899999856948853,0.4537000060081482,-0.8802000284194946,-0.13899999856948853,0.15330000221729279,-0.9023000001907349,0.40290001034736633,0.15330000221729279,-0.9023000001907349,0.40290001034736633,0.15330000221729279,-0.9023000001907349,0.40290001034736633,0.054999999701976776,-0.9559000134468079,0.28850001096725464,0.054999999701976776,-0.9559000134468079,0.28850001096725464,0.054999999701976776,-0.9559000134468079,0.28850001096725464,0.453900009393692,0.828499972820282,-0.3278000056743622,0.453900009393692,0.828499972820282,-0.3278000056743622,0.453900009393692,0.828499972820282,-0.3278000056743622,-0.2890999913215637,0.9563999772071838,0.04149999842047691,-0.2890999913215637,0.9563999772071838,0.04149999842047691,-0.2890999913215637,0.9563999772071838,0.04149999842047691,-0.4546999931335449,0.8001000285148621,0.3912999927997589,-0.4546999931335449,0.8001000285148621,0.3912999927997589,-0.4546999931335449,0.8001000285148621,0.3912999927997589,0.34850001335144043,-0.8050000071525574,-0.48010000586509705,0.34850001335144043,-0.8050000071525574,-0.48010000586509705,0.34850001335144043,-0.8050000071525574,-0.48010000586509705,-0.9958000183105469,0.020999999716877937,-0.0892999991774559,-0.9958000183105469,0.020999999716877937,-0.0892999991774559,-0.9958000183105469,0.020999999716877937,-0.0892999991774559,-0.11999999731779099,-0.763700008392334,0.6342999935150146,-0.11999999731779099,-0.763700008392334,0.6342999935150146,-0.11999999731779099,-0.763700008392334,0.6342999935150146,-0.06159999966621399,-0.98089998960495,0.18469999730587006,-0.06159999966621399,-0.98089998960495,0.18469999730587006,-0.06159999966621399,-0.98089998960495,0.18469999730587006,-0.05339999869465828,0.07649999856948853,-0.9955999851226807,-0.05339999869465828,0.07649999856948853,-0.9955999851226807,-0.05339999869465828,0.07649999856948853,-0.9955999851226807,-0.822700023651123,-0.18250000476837158,0.5383999943733215,-0.822700023651123,-0.18250000476837158,0.5383999943733215,-0.822700023651123,-0.18250000476837158,0.5383999943733215,-0.9133999943733215,0.36890000104904175,0.1720000058412552,-0.9133999943733215,0.36890000104904175,0.1720000058412552,-0.9133999943733215,0.36890000104904175,0.1720000058412552,0.9391999840736389,0.10300000011920929,0.32760000228881836,0.9391999840736389,0.10300000011920929,0.32760000228881836,0.9391999840736389,0.10300000011920929,0.32760000228881836,0.41100001335144043,-0.7954000234603882,0.4453999996185303,0.41100001335144043,-0.7954000234603882,0.4453999996185303,0.41100001335144043,-0.7954000234603882,0.4453999996185303,0.7538999915122986,0.4887999892234802,0.4390000104904175,0.7538999915122986,0.4887999892234802,0.4390000104904175,0.7538999915122986,0.4887999892234802,0.4390000104904175,0.1858000010251999,0.9168999791145325,0.3531999886035919,0.1858000010251999,0.9168999791145325,0.3531999886035919,0.1858000010251999,0.9168999791145325,0.3531999886035919,0.4853000044822693,0.5293999910354614,-0.6958000063896179,0.4853000044822693,0.5293999910354614,-0.6958000063896179,0.4853000044822693,0.5293999910354614,-0.6958000063896179,0.033399999141693115,0.11699999868869781,0.9926000237464905,0.033399999141693115,0.11699999868869781,0.9926000237464905,0.033399999141693115,0.11699999868869781,0.9926000237464905,-0.4138999879360199,0.3560999929904938,0.8378000259399414,-0.4138999879360199,0.3560999929904938,0.8378000259399414,-0.4138999879360199,0.3560999929904938,0.8378000259399414,0.6664999723434448,-0.6546000242233276,0.35679998993873596,0.6664999723434448,-0.6546000242233276,0.35679998993873596,0.6664999723434448,-0.6546000242233276,0.35679998993873596,-0.8212000131607056,0.567300021648407,0.0617000013589859,-0.8212000131607056,0.567300021648407,0.0617000013589859,-0.8212000131607056,0.567300021648407,0.0617000013589859,-0.8863000273704529,0.37610000371932983,0.2703999876976013,-0.8863000273704529,0.37610000371932983,0.2703999876976013,-0.8863000273704529,0.37610000371932983,0.2703999876976013,-0.2838999927043915,0.8598999977111816,-0.4242999851703644,-0.2838999927043915,0.8598999977111816,-0.4242999851703644,-0.2838999927043915,0.8598999977111816,-0.4242999851703644,0.9603999853134155,-0.27630001306533813,-0.03709999844431877,0.9603999853134155,-0.27630001306533813,-0.03709999844431877,0.9603999853134155,-0.27630001306533813,-0.03709999844431877,-0.9685999751091003,0.2313999980688095,-0.09080000221729279,-0.9685999751091003,0.2313999980688095,-0.09080000221729279,-0.9685999751091003,0.2313999980688095,-0.09080000221729279,0.6019999980926514,-0.7106000185012817,0.364300012588501,0.6019999980926514,-0.7106000185012817,0.364300012588501,0.6019999980926514,-0.7106000185012817,0.364300012588501,0.5162000060081482,-0.715399980545044,0.4708000123500824,0.5162000060081482,-0.715399980545044,0.4708000123500824,0.5162000060081482,-0.715399980545044,0.4708000123500824,0.9240000247955322,0.3822999894618988,-0.0003000000142492354,0.9240000247955322,0.3822999894618988,-0.0003000000142492354,0.9240000247955322,0.3822999894618988,-0.0003000000142492354,0.9629999995231628,-0.05009999871253967,-0.2646999955177307,0.9629999995231628,-0.05009999871253967,-0.2646999955177307,0.9629999995231628,-0.05009999871253967,-0.2646999955177307,0.398499995470047,-0.558899998664856,-0.7271999716758728,0.398499995470047,-0.558899998664856,-0.7271999716758728,0.398499995470047,-0.558899998664856,-0.7271999716758728,-0.4708000123500824,-0.21780000627040863,-0.8549000024795532,-0.4708000123500824,-0.21780000627040863,-0.8549000024795532,-0.4708000123500824,-0.21780000627040863,-0.8549000024795532,0.5521000027656555,0.5616999864578247,-0.6161999702453613,0.5521000027656555,0.5616999864578247,-0.6161999702453613,0.5521000027656555,0.5616999864578247,-0.6161999702453613,0.3675999939441681,0.9225000143051147,-0.11760000139474869,0.3675999939441681,0.9225000143051147,-0.11760000139474869,0.3675999939441681,0.9225000143051147,-0.11760000139474869,0.5081999897956848,0.5580999851226807,-0.656000018119812,0.5081999897956848,0.5580999851226807,-0.656000018119812,0.5081999897956848,0.5580999851226807,-0.656000018119812,0.8438000082969666,0.12639999389648438,-0.5216000080108643,0.8438000082969666,0.12639999389648438,-0.5216000080108643,0.8438000082969666,0.12639999389648438,-0.5216000080108643,0.3188000023365021,-0.09870000183582306,0.9427000284194946,0.3188000023365021,-0.09870000183582306,0.9427000284194946,0.3188000023365021,-0.09870000183582306,0.9427000284194946,-0.9157000184059143,0.06759999692440033,-0.3961000144481659,-0.9157000184059143,0.06759999692440033,-0.3961000144481659,-0.9157000184059143,0.06759999692440033,-0.3961000144481659,0.8579000234603882,-0.24709999561309814,0.4505000114440918,0.8579000234603882,-0.24709999561309814,0.4505000114440918,0.8579000234603882,-0.24709999561309814,0.4505000114440918,-0.9864000082015991,-0.10360000282526016,0.12759999930858612,-0.9864000082015991,-0.10360000282526016,0.12759999930858612,-0.9864000082015991,-0.10360000282526016,0.12759999930858612,-0.47110000252723694,0.6254000067710876,0.6220999956130981,-0.47110000252723694,0.6254000067710876,0.6220999956130981,-0.47110000252723694,0.6254000067710876,0.6220999956130981,0.08630000054836273,0.3756999969482422,-0.9226999878883362,0.08630000054836273,0.3756999969482422,-0.9226999878883362,0.08630000054836273,0.3756999969482422,-0.9226999878883362,0.8547999858856201,-0.37400001287460327,-0.35989999771118164,0.8547999858856201,-0.37400001287460327,-0.35989999771118164,0.8547999858856201,-0.37400001287460327,-0.35989999771118164,0.5401999950408936,0.23999999463558197,-0.8065999746322632,0.5401999950408936,0.23999999463558197,-0.8065999746322632,0.5401999950408936,0.23999999463558197,-0.8065999746322632,-0.531499981880188,0.07930000126361847,-0.8434000015258789,-0.531499981880188,0.07930000126361847,-0.8434000015258789,-0.531499981880188,0.07930000126361847,-0.8434000015258789,-0.17579999566078186,-0.7950000166893005,0.5806000232696533,-0.17579999566078186,-0.7950000166893005,0.5806000232696533,-0.17579999566078186,-0.7950000166893005,0.5806000232696533,-0.6790000200271606,-0.47350001335144043,-0.5609999895095825,-0.6790000200271606,-0.47350001335144043,-0.5609999895095825,-0.6790000200271606,-0.47350001335144043,-0.5609999895095825,-0.3962000012397766,0.8819000124931335,-0.2554999887943268,-0.3962000012397766,0.8819000124931335,-0.2554999887943268,-0.3962000012397766,0.8819000124931335,-0.2554999887943268,-0.7247999906539917,0.6869000196456909,-0.053199999034404755,-0.7247999906539917,0.6869000196456909,-0.053199999034404755,-0.7247999906539917,0.6869000196456909,-0.053199999034404755,0.04899999871850014,0.7937999963760376,0.6061999797821045,0.04899999871850014,0.7937999963760376,0.6061999797821045,0.04899999871850014,0.7937999963760376,0.6061999797821045,-0.947700023651123,-0.19709999859333038,0.250900000333786,-0.947700023651123,-0.19709999859333038,0.250900000333786,-0.947700023651123,-0.19709999859333038,0.250900000333786,-0.11159999668598175,-0.9354000091552734,0.33550000190734863,-0.11159999668598175,-0.9354000091552734,0.33550000190734863,-0.11159999668598175,-0.9354000091552734,0.33550000190734863,-0.0010000000474974513,-0.9714999794960022,0.23720000684261322,-0.0010000000474974513,-0.9714999794960022,0.23720000684261322,-0.0010000000474974513,-0.9714999794960022,0.23720000684261322,-0.9983999729156494,-0.0502999983727932,-0.025499999523162842,-0.9983999729156494,-0.0502999983727932,-0.025499999523162842,-0.9983999729156494,-0.0502999983727932,-0.025499999523162842,-0.9538999795913696,0.22200000286102295,-0.2021999955177307,-0.9538999795913696,0.22200000286102295,-0.2021999955177307,-0.9538999795913696,0.22200000286102295,-0.2021999955177307,-0.9832000136375427,0.16439999639987946,-0.07900000363588333,-0.9832000136375427,0.16439999639987946,-0.07900000363588333,-0.9832000136375427,0.16439999639987946,-0.07900000363588333,-0.9617999792098999,0.262800008058548,-0.0763000026345253,-0.9617999792098999,0.262800008058548,-0.0763000026345253,-0.9617999792098999,0.262800008058548,-0.0763000026345253,-0.8223999738693237,0.531000018119812,0.20430000126361847,-0.8223999738693237,0.531000018119812,0.20430000126361847,-0.8223999738693237,0.531000018119812,0.20430000126361847,-0.9746999740600586,0.15889999270439148,-0.15690000355243683,-0.9746999740600586,0.15889999270439148,-0.15690000355243683,-0.9746999740600586,0.15889999270439148,-0.15690000355243683,-0.8400999903678894,0.2159000039100647,0.4975999891757965,-0.8400999903678894,0.2159000039100647,0.4975999891757965,-0.8400999903678894,0.2159000039100647,0.4975999891757965,-0.9926999807357788,-0.11860000342130661,0.023600000888109207,-0.9926999807357788,-0.11860000342130661,0.023600000888109207,-0.9926999807357788,-0.11860000342130661,0.023600000888109207,-0.05959999933838844,0.9962999820709229,-0.061500001698732376,-0.05959999933838844,0.9962999820709229,-0.061500001698732376,-0.05959999933838844,0.9962999820709229,-0.061500001698732376,0.9513999819755554,-0.29600000381469727,-0.08489999920129776,0.9513999819755554,-0.29600000381469727,-0.08489999920129776,0.9513999819755554,-0.29600000381469727,-0.08489999920129776,0.28700000047683716,0.4043000042438507,0.8684999942779541,0.28700000047683716,0.4043000042438507,0.8684999942779541,0.28700000047683716,0.4043000042438507,0.8684999942779541,-0.04500000178813934,-0.9990000128746033,-0.00139999995008111,-0.04500000178813934,-0.9990000128746033,-0.00139999995008111,-0.04500000178813934,-0.9990000128746033,-0.00139999995008111,-0.0828000009059906,-0.9822999835014343,-0.16830000281333923,-0.0828000009059906,-0.9822999835014343,-0.16830000281333923,-0.0828000009059906,-0.9822999835014343,-0.16830000281333923,-0.39969998598098755,0.4964999854564667,0.7705000042915344,-0.39969998598098755,0.4964999854564667,0.7705000042915344,-0.39969998598098755,0.4964999854564667,0.7705000042915344,0.43470001220703125,-0.8984000086784363,0.06270000338554382,0.43470001220703125,-0.8984000086784363,0.06270000338554382,0.43470001220703125,-0.8984000086784363,0.06270000338554382,-0.5504000186920166,-0.7968999743461609,0.249099999666214,-0.5504000186920166,-0.7968999743461609,0.249099999666214,-0.5504000186920166,-0.7968999743461609,0.249099999666214,-0.48240000009536743,0.7063000202178955,-0.5181999802589417,-0.48240000009536743,0.7063000202178955,-0.5181999802589417,-0.48240000009536743,0.7063000202178955,-0.5181999802589417,0.3693999946117401,-0.1776999980211258,0.9121000170707703,0.3693999946117401,-0.1776999980211258,0.9121000170707703,0.3693999946117401,-0.1776999980211258,0.9121000170707703,-0.4253999888896942,-0.8432000279426575,0.3287000060081482,-0.4253999888896942,-0.8432000279426575,0.3287000060081482,-0.4253999888896942,-0.8432000279426575,0.3287000060081482,-0.5764999985694885,-0.614300012588501,-0.5386999845504761,-0.5764999985694885,-0.614300012588501,-0.5386999845504761,-0.5764999985694885,-0.614300012588501,-0.5386999845504761,-0.17900000512599945,-0.8992000222206116,-0.399399995803833,-0.17900000512599945,-0.8992000222206116,-0.399399995803833,-0.17900000512599945,-0.8992000222206116,-0.399399995803833,-0.17520000040531158,0.9764000177383423,-0.12639999389648438,-0.17520000040531158,0.9764000177383423,-0.12639999389648438,-0.17520000040531158,0.9764000177383423,-0.12639999389648438,-0.0471000000834465,-0.8805000185966492,0.4717000126838684,-0.0471000000834465,-0.8805000185966492,0.4717000126838684,-0.0471000000834465,-0.8805000185966492,0.4717000126838684,0.8090000152587891,-0.5867999792098999,0.034699998795986176,0.8090000152587891,-0.5867999792098999,0.034699998795986176,0.8090000152587891,-0.5867999792098999,0.034699998795986176,-0.45559999346733093,0.5439000129699707,-0.7046999931335449,-0.45559999346733093,0.5439000129699707,-0.7046999931335449,-0.45559999346733093,0.5439000129699707,-0.7046999931335449,-0.5188000202178955,-0.23409999907016754,-0.8222000002861023,-0.5188000202178955,-0.23409999907016754,-0.8222000002861023,-0.5188000202178955,-0.23409999907016754,-0.8222000002861023,-0.9233999848365784,0.13179999589920044,-0.36059999465942383,-0.9233999848365784,0.13179999589920044,-0.36059999465942383,-0.9233999848365784,0.13179999589920044,-0.36059999465942383,-0.8924999833106995,-0.193900004029274,0.40720000863075256,-0.8924999833106995,-0.193900004029274,0.40720000863075256,-0.8924999833106995,-0.193900004029274,0.40720000863075256,-0.2689000070095062,0.5317000150680542,-0.8030999898910522,-0.2689000070095062,0.5317000150680542,-0.8030999898910522,-0.2689000070095062,0.5317000150680542,-0.8030999898910522,0.16380000114440918,-0.9724000096321106,0.16609999537467957,0.16380000114440918,-0.9724000096321106,0.16609999537467957,0.16380000114440918,-0.9724000096321106,0.16609999537467957,-0.8547999858856201,0.4449000060558319,0.267300009727478,-0.8547999858856201,0.4449000060558319,0.267300009727478,-0.8547999858856201,0.4449000060558319,0.267300009727478,-0.3783000111579895,0.7973999977111816,0.4700999855995178,-0.3783000111579895,0.7973999977111816,0.4700999855995178,-0.3783000111579895,0.7973999977111816,0.4700999855995178,0.27649998664855957,-0.16169999539852142,-0.9473000168800354,0.27649998664855957,-0.16169999539852142,-0.9473000168800354,0.27649998664855957,-0.16169999539852142,-0.9473000168800354,0.44609999656677246,0.8463000059127808,-0.29120001196861267,0.44609999656677246,0.8463000059127808,-0.29120001196861267,0.44609999656677246,0.8463000059127808,-0.29120001196861267,0.25920000672340393,-0.960099995136261,0.10490000247955322,0.25920000672340393,-0.960099995136261,0.10490000247955322,0.25920000672340393,-0.960099995136261,0.10490000247955322,-0.6270999908447266,-0.7412999868392944,0.2395000010728836,-0.6270999908447266,-0.7412999868392944,0.2395000010728836,-0.6270999908447266,-0.7412999868392944,0.2395000010728836,-0.39640000462532043,0.5989999771118164,-0.6958000063896179,-0.39640000462532043,0.5989999771118164,-0.6958000063896179,-0.39640000462532043,0.5989999771118164,-0.6958000063896179,0.671500027179718,-0.7172999978065491,0.1859000027179718,0.671500027179718,-0.7172999978065491,0.1859000027179718,0.671500027179718,-0.7172999978065491,0.1859000027179718,0.45089998841285706,0.7759000062942505,-0.44110000133514404,0.45089998841285706,0.7759000062942505,-0.44110000133514404,0.45089998841285706,0.7759000062942505,-0.44110000133514404,0.16779999434947968,-0.8968999981880188,0.4092000126838684,0.16779999434947968,-0.8968999981880188,0.4092000126838684,0.16779999434947968,-0.8968999981880188,0.4092000126838684,-0.7425000071525574,-0.5778999924659729,0.33869999647140503,-0.7425000071525574,-0.5778999924659729,0.33869999647140503,-0.7425000071525574,-0.5778999924659729,0.33869999647140503,0.8167999982833862,0.4672999978065491,0.3382999897003174,0.8167999982833862,0.4672999978065491,0.3382999897003174,0.8167999982833862,0.4672999978065491,0.3382999897003174,-0.2655999958515167,0.8206999897956848,0.5058000087738037,-0.2655999958515167,0.8206999897956848,0.5058000087738037,-0.2655999958515167,0.8206999897956848,0.5058000087738037,0.9085999727249146,-0.07599999755620956,-0.4106999933719635,0.9085999727249146,-0.07599999755620956,-0.4106999933719635,0.9085999727249146,-0.07599999755620956,-0.4106999933719635,0.6894999742507935,-0.38850000500679016,0.6111999750137329,0.6894999742507935,-0.38850000500679016,0.6111999750137329,0.6894999742507935,-0.38850000500679016,0.6111999750137329,0.8334000110626221,0.5342000126838684,-0.1421000063419342,0.8334000110626221,0.5342000126838684,-0.1421000063419342,0.8334000110626221,0.5342000126838684,-0.1421000063419342,-0.6010000109672546,-0.6908000111579895,0.40209999680519104,-0.6010000109672546,-0.6908000111579895,0.40209999680519104,-0.6010000109672546,-0.6908000111579895,0.40209999680519104,-0.2791999876499176,0.9440000057220459,-0.17569999396800995,-0.2791999876499176,0.9440000057220459,-0.17569999396800995,-0.2791999876499176,0.9440000057220459,-0.17569999396800995,0.7893000245094299,0.6108999848365784,0.061799999326467514,0.7893000245094299,0.6108999848365784,0.061799999326467514,0.7893000245094299,0.6108999848365784,0.061799999326467514,-0.2833000123500824,-0.6312000155448914,0.722100019454956,-0.2833000123500824,-0.6312000155448914,0.722100019454956,-0.2833000123500824,-0.6312000155448914,0.722100019454956,-0.08810000121593475,0.8992000222206116,-0.4284999966621399,-0.08810000121593475,0.8992000222206116,-0.4284999966621399,-0.08810000121593475,0.8992000222206116,-0.4284999966621399,0.46799999475479126,0.3188999891281128,0.8241999745368958,0.46799999475479126,0.3188999891281128,0.8241999745368958,0.46799999475479126,0.3188999891281128,0.8241999745368958,-0.5636000037193298,-0.5809999704360962,-0.5871999859809875,-0.5636000037193298,-0.5809999704360962,-0.5871999859809875,-0.5636000037193298,-0.5809999704360962,-0.5871999859809875,-0.3939000070095062,0.2768999934196472,0.8763999938964844,-0.3939000070095062,0.2768999934196472,0.8763999938964844,-0.3939000070095062,0.2768999934196472,0.8763999938964844,-0.9549000263214111,-0.21320000290870667,0.20669999718666077,-0.9549000263214111,-0.21320000290870667,0.20669999718666077,-0.9549000263214111,-0.21320000290870667,0.20669999718666077,0.9764999747276306,-0.04699999839067459,-0.21050000190734863,0.9764999747276306,-0.04699999839067459,-0.21050000190734863,0.9764999747276306,-0.04699999839067459,-0.21050000190734863,-0.0860000029206276,-0.9222999811172485,-0.3767000138759613,-0.0860000029206276,-0.9222999811172485,-0.3767000138759613,-0.0860000029206276,-0.9222999811172485,-0.3767000138759613,-0.3003000020980835,-0.1256999969482422,0.9455000162124634,-0.3003000020980835,-0.1256999969482422,0.9455000162124634,-0.3003000020980835,-0.1256999969482422,0.9455000162124634,0.739300012588501,0.5285999774932861,-0.4169999957084656,0.739300012588501,0.5285999774932861,-0.4169999957084656,0.739300012588501,0.5285999774932861,-0.4169999957084656,-0.603600025177002,0.7703999876976013,-0.20509999990463257,-0.603600025177002,0.7703999876976013,-0.20509999990463257,-0.603600025177002,0.7703999876976013,-0.20509999990463257,0.4684999883174896,-0.6603000164031982,0.5870000123977661,0.4684999883174896,-0.6603000164031982,0.5870000123977661,0.4684999883174896,-0.6603000164031982,0.5870000123977661,0.6184999942779541,-0.6938999891281128,0.3686999976634979,0.6184999942779541,-0.6938999891281128,0.3686999976634979,0.6184999942779541,-0.6938999891281128,0.3686999976634979,-0.2410999983549118,0.847599983215332,0.47269999980926514,-0.2410999983549118,0.847599983215332,0.47269999980926514,-0.2410999983549118,0.847599983215332,0.47269999980926514,0.21299999952316284,-0.03400000184774399,-0.9764999747276306,0.21299999952316284,-0.03400000184774399,-0.9764999747276306,0.21299999952316284,-0.03400000184774399,-0.9764999747276306,-0.3905999958515167,0.9186999797821045,0.05920000001788139,-0.3905999958515167,0.9186999797821045,0.05920000001788139,-0.3905999958515167,0.9186999797821045,0.05920000001788139,0.3571999967098236,0.5662000179290771,0.7427999973297119,0.3571999967098236,0.5662000179290771,0.7427999973297119,0.3571999967098236,0.5662000179290771,0.7427999973297119,-0.703000009059906,-0.5547999739646912,-0.4449999928474426,-0.703000009059906,-0.5547999739646912,-0.4449999928474426,-0.703000009059906,-0.5547999739646912,-0.4449999928474426,0.9934999942779541,-0.11209999769926071,-0.021400000900030136,0.9934999942779541,-0.11209999769926071,-0.021400000900030136,0.9934999942779541,-0.11209999769926071,-0.021400000900030136,0.7299000024795532,0.6811000108718872,0.05860000103712082,0.7299000024795532,0.6811000108718872,0.05860000103712082,0.7299000024795532,0.6811000108718872,0.05860000103712082,0.2563999891281128,0.8173999786376953,-0.5157999992370605,0.2563999891281128,0.8173999786376953,-0.5157999992370605,0.2563999891281128,0.8173999786376953,-0.5157999992370605,-0.3799000084400177,-0.7885000109672546,0.4837000072002411,-0.3799000084400177,-0.7885000109672546,0.4837000072002411,-0.3799000084400177,-0.7885000109672546,0.4837000072002411,0.7972999811172485,-0.2892000079154968,0.5297999978065491,0.7972999811172485,-0.2892000079154968,0.5297999978065491,0.7972999811172485,-0.2892000079154968,0.5297999978065491,-0.46889999508857727,0.760699987411499,-0.4489000141620636,-0.46889999508857727,0.760699987411499,-0.4489000141620636,-0.46889999508857727,0.760699987411499,-0.4489000141620636,0.38019999861717224,-0.4650999903678894,0.7994999885559082,0.38019999861717224,-0.4650999903678894,0.7994999885559082,0.38019999861717224,-0.4650999903678894,0.7994999885559082,-0.573199987411499,-0.7450000047683716,-0.34119999408721924,-0.573199987411499,-0.7450000047683716,-0.34119999408721924,-0.573199987411499,-0.7450000047683716,-0.34119999408721924,-0.08500000089406967,0.11240000277757645,-0.9900000095367432,-0.08500000089406967,0.11240000277757645,-0.9900000095367432,-0.08500000089406967,0.11240000277757645,-0.9900000095367432,-0.25769999623298645,-0.5604000091552734,-0.7871000170707703,-0.25769999623298645,-0.5604000091552734,-0.7871000170707703,-0.25769999623298645,-0.5604000091552734,-0.7871000170707703,-0.8026999831199646,0.012400000356137753,0.5961999893188477,-0.8026999831199646,0.012400000356137753,0.5961999893188477,-0.8026999831199646,0.012400000356137753,0.5961999893188477,0.35040000081062317,0.9169999957084656,-0.19059999287128448,0.35040000081062317,0.9169999957084656,-0.19059999287128448,0.35040000081062317,0.9169999957084656,-0.19059999287128448,0.3806999921798706,0.8406000137329102,-0.38530001044273376,0.3806999921798706,0.8406000137329102,-0.38530001044273376,0.3806999921798706,0.8406000137329102,-0.38530001044273376,-0.33500000834465027,-0.7764000296592712,0.5339000225067139,-0.33500000834465027,-0.7764000296592712,0.5339000225067139,-0.33500000834465027,-0.7764000296592712,0.5339000225067139,0.8981999754905701,0.38370001316070557,-0.21439999341964722,0.8981999754905701,0.38370001316070557,-0.21439999341964722,0.8981999754905701,0.38370001316070557,-0.21439999341964722,-0.2921000123023987,0.8788999915122986,-0.37709999084472656,-0.2921000123023987,0.8788999915122986,-0.37709999084472656,-0.2921000123023987,0.8788999915122986,-0.37709999084472656,-0.7601000070571899,0.44749999046325684,-0.47110000252723694,-0.7601000070571899,0.44749999046325684,-0.47110000252723694,-0.7601000070571899,0.44749999046325684,-0.47110000252723694,-0.6614000201225281,0.7430999875068665,-0.10199999809265137,-0.6614000201225281,0.7430999875068665,-0.10199999809265137,-0.6614000201225281,0.7430999875068665,-0.10199999809265137,0.9595000147819519,0.040300000458955765,0.27869999408721924,0.9595000147819519,0.040300000458955765,0.27869999408721924,0.9595000147819519,0.040300000458955765,0.27869999408721924,-0.9807999730110168,-0.1606999933719635,0.10999999940395355,-0.9807999730110168,-0.1606999933719635,0.10999999940395355,-0.9807999730110168,-0.1606999933719635,0.10999999940395355,0.9690999984741211,0.14390000700950623,0.20020000636577606,0.9690999984741211,0.14390000700950623,0.20020000636577606,0.9690999984741211,0.14390000700950623,0.20020000636577606,-0.21320000290870667,0.9490000009536743,-0.23229999840259552,-0.21320000290870667,0.9490000009536743,-0.23229999840259552,-0.21320000290870667,0.9490000009536743,-0.23229999840259552,0.23919999599456787,0.5841000080108643,0.7756999731063843,0.23919999599456787,0.5841000080108643,0.7756999731063843,0.23919999599456787,0.5841000080108643,0.7756999731063843,0.25380000472068787,0.7608000040054321,-0.5972999930381775,0.25380000472068787,0.7608000040054321,-0.5972999930381775,0.25380000472068787,0.7608000040054321,-0.5972999930381775,-0.22030000388622284,0.6578999757766724,-0.7200999855995178,-0.22030000388622284,0.6578999757766724,-0.7200999855995178,-0.22030000388622284,0.6578999757766724,-0.7200999855995178,0.430400013923645,0.810699999332428,-0.3970000147819519,0.430400013923645,0.810699999332428,-0.3970000147819519,0.430400013923645,0.810699999332428,-0.3970000147819519,-0.5705000162124634,0.21040000021457672,-0.7939000129699707,-0.5705000162124634,0.21040000021457672,-0.7939000129699707,-0.5705000162124634,0.21040000021457672,-0.7939000129699707,0.11460000276565552,0.949400007724762,0.2922999858856201,0.11460000276565552,0.949400007724762,0.2922999858856201,0.11460000276565552,0.949400007724762,0.2922999858856201,-0.5841000080108643,0.13950000703334808,-0.7996000051498413,-0.5841000080108643,0.13950000703334808,-0.7996000051498413,-0.5841000080108643,0.13950000703334808,-0.7996000051498413,-0.007300000172108412,0.8234000205993652,-0.5673999786376953,-0.007300000172108412,0.8234000205993652,-0.5673999786376953,-0.007300000172108412,0.8234000205993652,-0.5673999786376953,-0.5008999705314636,0.7894999980926514,-0.3544999957084656,-0.5008999705314636,0.7894999980926514,-0.3544999957084656,-0.5008999705314636,0.7894999980926514,-0.3544999957084656,-0.1647000014781952,0.7114999890327454,-0.6830999851226807,-0.1647000014781952,0.7114999890327454,-0.6830999851226807,-0.1647000014781952,0.7114999890327454,-0.6830999851226807,0.8686000108718872,0.43299999833106995,-0.2409999966621399,0.8686000108718872,0.43299999833106995,-0.2409999966621399,0.8686000108718872,0.43299999833106995,-0.2409999966621399,-0.7501000165939331,-0.6403999924659729,-0.16519999504089355,-0.7501000165939331,-0.6403999924659729,-0.16519999504089355,-0.7501000165939331,-0.6403999924659729,-0.16519999504089355,-0.3050999939441681,0.7103000283241272,0.6344000101089478,-0.3050999939441681,0.7103000283241272,0.6344000101089478,-0.3050999939441681,0.7103000283241272,0.6344000101089478,0.38499999046325684,0.8949999809265137,-0.22519999742507935,0.38499999046325684,0.8949999809265137,-0.22519999742507935,0.38499999046325684,0.8949999809265137,-0.22519999742507935,0.043299999088048935,-0.38370001316070557,-0.9225000143051147,0.043299999088048935,-0.38370001316070557,-0.9225000143051147,0.043299999088048935,-0.38370001316070557,-0.9225000143051147,0.29280000925064087,0.22990000247955322,-0.9280999898910522,0.29280000925064087,0.22990000247955322,-0.9280999898910522,0.29280000925064087,0.22990000247955322,-0.9280999898910522,0.5364999771118164,-0.5385000109672546,0.6498000025749207,0.5364999771118164,-0.5385000109672546,0.6498000025749207,0.5364999771118164,-0.5385000109672546,0.6498000025749207,0.7998999953269958,0.1754000037908554,0.5738999843597412,0.7998999953269958,0.1754000037908554,0.5738999843597412,0.7998999953269958,0.1754000037908554,0.5738999843597412,0.7116000056266785,0.39649999141693115,0.5799999833106995,0.7116000056266785,0.39649999141693115,0.5799999833106995,0.7116000056266785,0.39649999141693115,0.5799999833106995,0.48899999260902405,0.8628000020980835,-0.1281999945640564,0.48899999260902405,0.8628000020980835,-0.1281999945640564,0.48899999260902405,0.8628000020980835,-0.1281999945640564,-0.5393999814987183,0.8379999995231628,-0.0820000022649765,-0.5393999814987183,0.8379999995231628,-0.0820000022649765,-0.5393999814987183,0.8379999995231628,-0.0820000022649765,0.9545999765396118,-0.10329999774694443,-0.27950000762939453,0.9545999765396118,-0.10329999774694443,-0.27950000762939453,0.9545999765396118,-0.10329999774694443,-0.27950000762939453,-0.1949000060558319,0.9793999791145325,-0.053199999034404755,-0.1949000060558319,0.9793999791145325,-0.053199999034404755,-0.1949000060558319,0.9793999791145325,-0.053199999034404755,0.6244000196456909,-0.3330000042915344,-0.70660001039505,0.6244000196456909,-0.3330000042915344,-0.70660001039505,0.6244000196456909,-0.3330000042915344,-0.70660001039505,-0.6051999926567078,-0.7168999910354614,-0.34610000252723694,-0.6051999926567078,-0.7168999910354614,-0.34610000252723694,-0.6051999926567078,-0.7168999910354614,-0.34610000252723694,0.7856000065803528,0.6019999980926514,0.14329999685287476,0.7856000065803528,0.6019999980926514,0.14329999685287476,0.7856000065803528,0.6019999980926514,0.14329999685287476,0.8671000003814697,-0.37400001287460327,0.32910001277923584,0.8671000003814697,-0.37400001287460327,0.32910001277923584,0.8671000003814697,-0.37400001287460327,0.32910001277923584,-0.120899997651577,-0.8406999707221985,0.5278000235557556,-0.120899997651577,-0.8406999707221985,0.5278000235557556,-0.120899997651577,-0.8406999707221985,0.5278000235557556,-0.6872000098228455,-0.6060000061988831,0.40070000290870667,-0.6872000098228455,-0.6060000061988831,0.40070000290870667,-0.6872000098228455,-0.6060000061988831,0.40070000290870667,0.33980000019073486,0.8169000148773193,0.4661000072956085,0.33980000019073486,0.8169000148773193,0.4661000072956085,0.33980000019073486,0.8169000148773193,0.4661000072956085,0.5863000154495239,0.8090000152587891,0.04270000010728836,0.5863000154495239,0.8090000152587891,0.04270000010728836,0.5863000154495239,0.8090000152587891,0.04270000010728836,-0.916700005531311,0.37310001254081726,0.1428000032901764,-0.916700005531311,0.37310001254081726,0.1428000032901764,-0.916700005531311,0.37310001254081726,0.1428000032901764,-0.6334999799728394,0.7052000164985657,-0.3183000087738037,-0.6334999799728394,0.7052000164985657,-0.3183000087738037,-0.6334999799728394,0.7052000164985657,-0.3183000087738037,0.010499999858438969,0.9995999932289124,0.027799999341368675,0.010499999858438969,0.9995999932289124,0.027799999341368675,0.010499999858438969,0.9995999932289124,0.027799999341368675,0.4068000018596649,-0.7867000102996826,0.4643000066280365,0.4068000018596649,-0.7867000102996826,0.4643000066280365,0.4068000018596649,-0.7867000102996826,0.4643000066280365,-0.9887999892234802,-0.04170000180602074,-0.1436000019311905,-0.9887999892234802,-0.04170000180602074,-0.1436000019311905,-0.9887999892234802,-0.04170000180602074,-0.1436000019311905,0.8726999759674072,0.011800000444054604,-0.48809999227523804,0.8726999759674072,0.011800000444054604,-0.48809999227523804,0.8726999759674072,0.011800000444054604,-0.48809999227523804,-0.1543000042438507,-0.9609000086784363,-0.2296999990940094,-0.1543000042438507,-0.9609000086784363,-0.2296999990940094,-0.1543000042438507,-0.9609000086784363,-0.2296999990940094,0.935699999332428,-0.3440000116825104,0.07760000228881836,0.935699999332428,-0.3440000116825104,0.07760000228881836,0.935699999332428,-0.3440000116825104,0.07760000228881836,0.9567999839782715,-0.12559999525547028,-0.2619999945163727,0.9567999839782715,-0.12559999525547028,-0.2619999945163727,0.9567999839782715,-0.12559999525547028,-0.2619999945163727,-0.8458999991416931,0.24860000610351562,0.47189998626708984,-0.8458999991416931,0.24860000610351562,0.47189998626708984,-0.8458999991416931,0.24860000610351562,0.47189998626708984,-0.822700023651123,0.520799994468689,0.22789999842643738,-0.822700023651123,0.520799994468689,0.22789999842643738,-0.822700023651123,0.520799994468689,0.22789999842643738,-0.5113999843597412,-0.8550999760627747,0.08560000360012054,-0.5113999843597412,-0.8550999760627747,0.08560000360012054,-0.5113999843597412,-0.8550999760627747,0.08560000360012054,0.9872000217437744,-0.14300000667572021,-0.07010000199079514,0.9872000217437744,-0.14300000667572021,-0.07010000199079514,0.9872000217437744,-0.14300000667572021,-0.07010000199079514,-0.42340001463890076,-0.8216000199317932,0.3815999925136566,-0.42340001463890076,-0.8216000199317932,0.3815999925136566,-0.42340001463890076,-0.8216000199317932,0.3815999925136566,-0.9983999729156494,-0.055799998342990875,0.0010999999940395355,-0.9983999729156494,-0.055799998342990875,0.0010999999940395355,-0.9983999729156494,-0.055799998342990875,0.0010999999940395355,0.3046000003814697,-0.47929999232292175,0.8230999708175659,0.3046000003814697,-0.47929999232292175,0.8230999708175659,0.3046000003814697,-0.47929999232292175,0.8230999708175659,0.22660000622272491,0.6913999915122986,-0.6859999895095825,0.22660000622272491,0.6913999915122986,-0.6859999895095825,0.22660000622272491,0.6913999915122986,-0.6859999895095825,0.7166000008583069,-0.5849999785423279,-0.3797000050544739,0.7166000008583069,-0.5849999785423279,-0.3797000050544739,0.7166000008583069,-0.5849999785423279,-0.3797000050544739,-0.02459999918937683,0.8819000124931335,-0.4706999957561493,-0.02459999918937683,0.8819000124931335,-0.4706999957561493,-0.02459999918937683,0.8819000124931335,-0.4706999957561493,0.9552000164985657,0.2689000070095062,-0.12359999865293503,0.9552000164985657,0.2689000070095062,-0.12359999865293503,0.9552000164985657,0.2689000070095062,-0.12359999865293503,-0.8533999919891357,0.43650001287460327,0.2847000062465668,-0.8533999919891357,0.43650001287460327,0.2847000062465668,-0.8533999919891357,0.43650001287460327,0.2847000062465668,-0.8012999892234802,-0.588100016117096,-0.10989999771118164,-0.8012999892234802,-0.588100016117096,-0.10989999771118164,-0.8012999892234802,-0.588100016117096,-0.10989999771118164,-0.6880000233650208,0.713699996471405,0.1316000074148178,-0.6880000233650208,0.713699996471405,0.1316000074148178,-0.6880000233650208,0.713699996471405,0.1316000074148178,0.43959999084472656,-0.5049999952316284,0.7427999973297119,0.43959999084472656,-0.5049999952316284,0.7427999973297119,0.43959999084472656,-0.5049999952316284,0.7427999973297119,0.15369999408721924,-0.6779999732971191,-0.7188000082969666,0.15369999408721924,-0.6779999732971191,-0.7188000082969666,0.15369999408721924,-0.6779999732971191,-0.7188000082969666,0.728600025177002,0.6848000288009644,-0.015300000086426735,0.728600025177002,0.6848000288009644,-0.015300000086426735,0.728600025177002,0.6848000288009644,-0.015300000086426735,-0.12729999423027039,0.9918000102043152,-0.009700000286102295,-0.12729999423027039,0.9918000102043152,-0.009700000286102295,-0.12729999423027039,0.9918000102043152,-0.009700000286102295,0.49880000948905945,-0.5440999865531921,0.6746000051498413,0.49880000948905945,-0.5440999865531921,0.6746000051498413,0.49880000948905945,-0.5440999865531921,0.6746000051498413,-0.5867999792098999,-0.524399995803833,0.6169999837875366,-0.5867999792098999,-0.524399995803833,0.6169999837875366,-0.5867999792098999,-0.524399995803833,0.6169999837875366,0.3540000021457672,0.6464999914169312,0.6758000254631042,0.3540000021457672,0.6464999914169312,0.6758000254631042,0.3540000021457672,0.6464999914169312,0.6758000254631042,0.30799999833106995,0.9455000162124634,0.10580000281333923,0.30799999833106995,0.9455000162124634,0.10580000281333923,0.30799999833106995,0.9455000162124634,0.10580000281333923,-0.6687999963760376,-0.5839999914169312,0.46000000834465027,-0.6687999963760376,-0.5839999914169312,0.46000000834465027,-0.6687999963760376,-0.5839999914169312,0.46000000834465027,0.36250001192092896,-0.9218999743461609,-0.1363999992609024,0.36250001192092896,-0.9218999743461609,-0.1363999992609024,0.36250001192092896,-0.9218999743461609,-0.1363999992609024,0.2273000031709671,0.9732999801635742,-0.03150000050663948,0.2273000031709671,0.9732999801635742,-0.03150000050663948,0.2273000031709671,0.9732999801635742,-0.03150000050663948,-0.41609999537467957,0.9052000045776367,-0.08649999648332596,-0.41609999537467957,0.9052000045776367,-0.08649999648332596,-0.41609999537467957,0.9052000045776367,-0.08649999648332596,-0.10599999874830246,-0.8960000276565552,0.4311000108718872,-0.10599999874830246,-0.8960000276565552,0.4311000108718872,-0.10599999874830246,-0.8960000276565552,0.4311000108718872,0.7275999784469604,0.5638999938964844,0.39070001244544983,0.7275999784469604,0.5638999938964844,0.39070001244544983,0.7275999784469604,0.5638999938964844,0.39070001244544983,-0.3504999876022339,-0.0949999988079071,0.9316999912261963,-0.3504999876022339,-0.0949999988079071,0.9316999912261963,-0.3504999876022339,-0.0949999988079071,0.9316999912261963,-0.44269999861717224,0.8964999914169312,-0.02070000022649765,-0.44269999861717224,0.8964999914169312,-0.02070000022649765,-0.44269999861717224,0.8964999914169312,-0.02070000022649765,0.982200026512146,-0.18279999494552612,0.04270000010728836,0.982200026512146,-0.18279999494552612,0.04270000010728836,0.982200026512146,-0.18279999494552612,0.04270000010728836,-0.3043000102043152,0.9200999736785889,-0.24650000035762787,-0.3043000102043152,0.9200999736785889,-0.24650000035762787,-0.3043000102043152,0.9200999736785889,-0.24650000035762787,0.7354999780654907,0.4343999922275543,-0.5199000239372253,0.7354999780654907,0.4343999922275543,-0.5199000239372253,0.7354999780654907,0.4343999922275543,-0.5199000239372253,-0.5521000027656555,0.5616999864578247,-0.6161999702453613,-0.5521000027656555,0.5616999864578247,-0.6161999702453613,-0.5521000027656555,0.5616999864578247,-0.6161999702453613,0.4668000042438507,0.6055999994277954,0.6445000171661377,0.4668000042438507,0.6055999994277954,0.6445000171661377,0.4668000042438507,0.6055999994277954,0.6445000171661377,-0.9599999785423279,0.19169999659061432,-0.20430000126361847,-0.9599999785423279,0.19169999659061432,-0.20430000126361847,-0.9599999785423279,0.19169999659061432,-0.20430000126361847,0.6421999931335449,0.17170000076293945,0.7470999956130981,0.6421999931335449,0.17170000076293945,0.7470999956130981,0.6421999931335449,0.17170000076293945,0.7470999956130981,0.5006999969482422,0.7983999848365784,-0.3345000147819519,0.5006999969482422,0.7983999848365784,-0.3345000147819519,0.5006999969482422,0.7983999848365784,-0.3345000147819519,0.5536999702453613,-0.5680000185966492,0.6089000105857849,0.5536999702453613,-0.5680000185966492,0.6089000105857849,0.5536999702453613,-0.5680000185966492,0.6089000105857849,0.9157000184059143,-0.24809999763965607,0.31619998812675476,0.9157000184059143,-0.24809999763965607,0.31619998812675476,0.9157000184059143,-0.24809999763965607,0.31619998812675476,0.4584999978542328,0.7967000007629395,0.3937999904155731,0.4584999978542328,0.7967000007629395,0.3937999904155731,0.4584999978542328,0.7967000007629395,0.3937999904155731,-0.9803000092506409,0.012500000186264515,0.19689999520778656,-0.9803000092506409,0.012500000186264515,0.19689999520778656,-0.9803000092506409,0.012500000186264515,0.19689999520778656,0.28870001435279846,-0.9485999941825867,-0.13009999692440033,0.28870001435279846,-0.9485999941825867,-0.13009999692440033,0.28870001435279846,-0.9485999941825867,-0.13009999692440033,-0.17759999632835388,0.853600025177002,-0.48980000615119934,-0.17759999632835388,0.853600025177002,-0.48980000615119934,-0.17759999632835388,0.853600025177002,-0.48980000615119934,0.19290000200271606,-0.7674000263214111,0.6114000082015991,0.19290000200271606,-0.7674000263214111,0.6114000082015991,0.19290000200271606,-0.7674000263214111,0.6114000082015991,0.5346999764442444,-0.7075999975204468,0.4620000123977661,0.5346999764442444,-0.7075999975204468,0.4620000123977661,0.5346999764442444,-0.7075999975204468,0.4620000123977661,0.9128999710083008,-0.28610000014305115,0.2912999987602234,0.9128999710083008,-0.28610000014305115,0.2912999987602234,0.9128999710083008,-0.28610000014305115,0.2912999987602234,-0.5534999966621399,-0.6739000082015991,0.4893999993801117,-0.5534999966621399,-0.6739000082015991,0.4893999993801117,-0.5534999966621399,-0.6739000082015991,0.4893999993801117,-0.20659999549388885,-0.9706000089645386,0.12380000203847885,-0.20659999549388885,-0.9706000089645386,0.12380000203847885,-0.20659999549388885,-0.9706000089645386,0.12380000203847885,-0.16220000386238098,0.40529999136924744,-0.8996999859809875,-0.16220000386238098,0.40529999136924744,-0.8996999859809875,-0.16220000386238098,0.40529999136924744,-0.8996999859809875,0.3684999942779541,0.8684999942779541,0.33149999380111694,0.3684999942779541,0.8684999942779541,0.33149999380111694,0.3684999942779541,0.8684999942779541,0.33149999380111694,-0.9205999970436096,0.32659998536109924,-0.21410000324249268,-0.9205999970436096,0.32659998536109924,-0.21410000324249268,-0.9205999970436096,0.32659998536109924,-0.21410000324249268,-0.43059998750686646,0.8514000177383423,-0.299699991941452,-0.43059998750686646,0.8514000177383423,-0.299699991941452,-0.43059998750686646,0.8514000177383423,-0.299699991941452,0.0032999999821186066,-0.8774999976158142,0.4796000123023987,0.0032999999821186066,-0.8774999976158142,0.4796000123023987,0.0032999999821186066,-0.8774999976158142,0.4796000123023987,-0.9781000018119812,0.11060000211000443,0.1762000024318695,-0.9781000018119812,0.11060000211000443,0.1762000024318695,-0.9781000018119812,0.11060000211000443,0.1762000024318695,0.9872000217437744,0.1446000039577484,0.0674000009894371,0.9872000217437744,0.1446000039577484,0.0674000009894371,0.9872000217437744,0.1446000039577484,0.0674000009894371,-0.37610000371932983,-0.5408999919891357,-0.7523000240325928,-0.37610000371932983,-0.5408999919891357,-0.7523000240325928,-0.37610000371932983,-0.5408999919891357,-0.7523000240325928,-0.5174999833106995,-0.6474999785423279,0.559499979019165,-0.5174999833106995,-0.6474999785423279,0.559499979019165,-0.5174999833106995,-0.6474999785423279,0.559499979019165,0.6690000295639038,-0.21119999885559082,0.7127000093460083,0.6690000295639038,-0.21119999885559082,0.7127000093460083,0.6690000295639038,-0.21119999885559082,0.7127000093460083,0.15970000624656677,-0.7107999920845032,-0.6851000189781189,0.15970000624656677,-0.7107999920845032,-0.6851000189781189,0.15970000624656677,-0.7107999920845032,-0.6851000189781189,-0.25949999690055847,0.6779000163078308,-0.6879000067710876,-0.25949999690055847,0.6779000163078308,-0.6879000067710876,-0.25949999690055847,0.6779000163078308,-0.6879000067710876,-0.692799985408783,-0.3659000098705292,-0.621399998664856,-0.692799985408783,-0.3659000098705292,-0.621399998664856,-0.692799985408783,-0.3659000098705292,-0.621399998664856,-0.6653000116348267,-0.3416999876499176,0.6638000011444092,-0.6653000116348267,-0.3416999876499176,0.6638000011444092,-0.6653000116348267,-0.3416999876499176,0.6638000011444092,-0.37529999017715454,0.7778000235557556,0.5041999816894531,-0.37529999017715454,0.7778000235557556,0.5041999816894531,-0.37529999017715454,0.7778000235557556,0.5041999816894531,0.7455000281333923,-0.6664999723434448,0.00989999994635582,0.7455000281333923,-0.6664999723434448,0.00989999994635582,0.7455000281333923,-0.6664999723434448,0.00989999994635582,0.6026999950408936,-0.7560999989509583,0.25519999861717224,0.6026999950408936,-0.7560999989509583,0.25519999861717224,0.6026999950408936,-0.7560999989509583,0.25519999861717224,0.29840001463890076,0.677299976348877,-0.6725000143051147,0.29840001463890076,0.677299976348877,-0.6725000143051147,0.29840001463890076,0.677299976348877,-0.6725000143051147,0.9355999827384949,-0.3330000042915344,-0.1177000030875206,0.9355999827384949,-0.3330000042915344,-0.1177000030875206,0.9355999827384949,-0.3330000042915344,-0.1177000030875206,0.20469999313354492,0.9659000039100647,-0.15880000591278076,0.20469999313354492,0.9659000039100647,-0.15880000591278076,0.20469999313354492,0.9659000039100647,-0.15880000591278076,-0.932699978351593,-0.36070001125335693,-0.0006000000284984708,-0.932699978351593,-0.36070001125335693,-0.0006000000284984708,-0.932699978351593,-0.36070001125335693,-0.0006000000284984708,-0.36410000920295715,0.08399999886751175,0.9276000261306763,-0.36410000920295715,0.08399999886751175,0.9276000261306763,-0.36410000920295715,0.08399999886751175,0.9276000261306763,0.37209999561309814,0.921500027179718,-0.11140000075101852,0.37209999561309814,0.921500027179718,-0.11140000075101852,0.37209999561309814,0.921500027179718,-0.11140000075101852,0.8971999883651733,-0.43560001254081726,-0.07270000129938126,0.8971999883651733,-0.43560001254081726,-0.07270000129938126,0.8971999883651733,-0.43560001254081726,-0.07270000129938126,0.7651000022888184,-0.5113999843597412,0.391400009393692,0.7651000022888184,-0.5113999843597412,0.391400009393692,0.7651000022888184,-0.5113999843597412,0.391400009393692,-0.7520999908447266,0.5774000287055969,-0.31769999861717224,-0.7520999908447266,0.5774000287055969,-0.31769999861717224,-0.7520999908447266,0.5774000287055969,-0.31769999861717224,0.29910001158714294,-0.7297999858856201,-0.6147000193595886,0.29910001158714294,-0.7297999858856201,-0.6147000193595886,0.29910001158714294,-0.7297999858856201,-0.6147000193595886,-0.20520000159740448,-0.958299994468689,0.19869999587535858,-0.20520000159740448,-0.958299994468689,0.19869999587535858,-0.20520000159740448,-0.958299994468689,0.19869999587535858,-0.585099995136261,-0.7872999906539917,-0.19439999759197235,-0.585099995136261,-0.7872999906539917,-0.19439999759197235,-0.585099995136261,-0.7872999906539917,-0.19439999759197235,-0.18310000002384186,-0.9825000166893005,-0.034699998795986176,-0.18310000002384186,-0.9825000166893005,-0.034699998795986176,-0.18310000002384186,-0.9825000166893005,-0.034699998795986176,0.8554999828338623,-0.4706999957561493,0.21559999883174896,0.8554999828338623,-0.4706999957561493,0.21559999883174896,0.8554999828338623,-0.4706999957561493,0.21559999883174896,0.96670001745224,0.0989999994635582,-0.2362000048160553,0.96670001745224,0.0989999994635582,-0.2362000048160553,0.96670001745224,0.0989999994635582,-0.2362000048160553,-0.9259999990463257,0.22349999845027924,-0.30410000681877136,-0.9259999990463257,0.22349999845027924,-0.30410000681877136,-0.9259999990463257,0.22349999845027924,-0.30410000681877136,-0.06509999930858612,-0.8741000294685364,0.4814000129699707,-0.06509999930858612,-0.8741000294685364,0.4814000129699707,-0.06509999930858612,-0.8741000294685364,0.4814000129699707,0.8385000228881836,0.1826999932527542,-0.5134000182151794,0.8385000228881836,0.1826999932527542,-0.5134000182151794,0.8385000228881836,0.1826999932527542,-0.5134000182151794,-0.7523999810218811,0.44020000100135803,-0.49000000953674316,-0.7523999810218811,0.44020000100135803,-0.49000000953674316,-0.7523999810218811,0.44020000100135803,-0.49000000953674316,-0.7145000100135803,0.5534999966621399,-0.4278999865055084,-0.7145000100135803,0.5534999966621399,-0.4278999865055084,-0.7145000100135803,0.5534999966621399,-0.4278999865055084,-0.31619998812675476,0.5098000168800354,-0.8001000285148621,-0.31619998812675476,0.5098000168800354,-0.8001000285148621,-0.31619998812675476,0.5098000168800354,-0.8001000285148621,0.4535999894142151,-0.7006999850273132,-0.5508000254631042,0.4535999894142151,-0.7006999850273132,-0.5508000254631042,0.4535999894142151,-0.7006999850273132,-0.5508000254631042,-0.9016000032424927,-0.320499986410141,-0.2906000018119812,-0.9016000032424927,-0.320499986410141,-0.2906000018119812,-0.9016000032424927,-0.320499986410141,-0.2906000018119812,0.9592000246047974,-0.19419999420642853,0.20569999516010284,0.9592000246047974,-0.19419999420642853,0.20569999516010284,0.9592000246047974,-0.19419999420642853,0.20569999516010284,-0.15399999916553497,-0.9760000109672546,0.1543000042438507,-0.15399999916553497,-0.9760000109672546,0.1543000042438507,-0.15399999916553497,-0.9760000109672546,0.1543000042438507,-0.2078000009059906,-0.9678000211715698,-0.14190000295639038,-0.2078000009059906,-0.9678000211715698,-0.14190000295639038,-0.2078000009059906,-0.9678000211715698,-0.14190000295639038,0.399399995803833,0.6830999851226807,0.6114000082015991,0.399399995803833,0.6830999851226807,0.6114000082015991,0.399399995803833,0.6830999851226807,0.6114000082015991,0.11890000104904175,0.9700000286102295,-0.21199999749660492,0.11890000104904175,0.9700000286102295,-0.21199999749660492,0.11890000104904175,0.9700000286102295,-0.21199999749660492,-0.6323999762535095,0.5009999871253967,-0.5907999873161316,-0.6323999762535095,0.5009999871253967,-0.5907999873161316,-0.6323999762535095,0.5009999871253967,-0.5907999873161316,-0.33379998803138733,-0.7921000123023987,-0.5110999941825867,-0.33379998803138733,-0.7921000123023987,-0.5110999941825867,-0.33379998803138733,-0.7921000123023987,-0.5110999941825867,0.6784999966621399,0.5318999886512756,-0.506600022315979,0.6784999966621399,0.5318999886512756,-0.506600022315979,0.6784999966621399,0.5318999886512756,-0.506600022315979,-0.4171000123023987,0.4577000141143799,-0.7851999998092651,-0.4171000123023987,0.4577000141143799,-0.7851999998092651,-0.4171000123023987,0.4577000141143799,-0.7851999998092651,-0.2662000060081482,-0.8324000239372253,0.4860999882221222,-0.2662000060081482,-0.8324000239372253,0.4860999882221222,-0.2662000060081482,-0.8324000239372253,0.4860999882221222,-0.8263000249862671,-0.5200999975204468,-0.21610000729560852,-0.8263000249862671,-0.5200999975204468,-0.21610000729560852,-0.8263000249862671,-0.5200999975204468,-0.21610000729560852,0.8137000203132629,0.3221000134944916,0.4837999939918518,0.8137000203132629,0.3221000134944916,0.4837999939918518,0.8137000203132629,0.3221000134944916,0.4837999939918518,0.3529999852180481,0.9046000242233276,0.23880000412464142,0.3529999852180481,0.9046000242233276,0.23880000412464142,0.3529999852180481,0.9046000242233276,0.23880000412464142,-0.23810000717639923,-0.26809999346733093,-0.9334999918937683,-0.23810000717639923,-0.26809999346733093,-0.9334999918937683,-0.23810000717639923,-0.26809999346733093,-0.9334999918937683,-0.7764000296592712,-0.6122000217437744,-0.14959999918937683,-0.7764000296592712,-0.6122000217437744,-0.14959999918937683,-0.7764000296592712,-0.6122000217437744,-0.14959999918937683,0.1111999973654747,-0.5942000150680542,0.7965999841690063,0.1111999973654747,-0.5942000150680542,0.7965999841690063,0.1111999973654747,-0.5942000150680542,0.7965999841690063,-0.1703999936580658,-0.984000027179718,-0.05209999904036522,-0.1703999936580658,-0.984000027179718,-0.05209999904036522,-0.1703999936580658,-0.984000027179718,-0.05209999904036522,-0.792900025844574,0.5674999952316284,0.22200000286102295,-0.792900025844574,0.5674999952316284,0.22200000286102295,-0.792900025844574,0.5674999952316284,0.22200000286102295,-0.6270999908447266,0.7511000037193298,-0.20630000531673431,-0.6270999908447266,0.7511000037193298,-0.20630000531673431,-0.6270999908447266,0.7511000037193298,-0.20630000531673431,-0.30140000581741333,-0.9485999941825867,0.09619999676942825,-0.30140000581741333,-0.9485999941825867,0.09619999676942825,-0.30140000581741333,-0.9485999941825867,0.09619999676942825,0.9304999709129333,0.30169999599456787,-0.2079000025987625,0.9304999709129333,0.30169999599456787,-0.2079000025987625,0.9304999709129333,0.30169999599456787,-0.2079000025987625,-0.4300000071525574,0.7103999853134155,-0.5570999979972839,-0.4300000071525574,0.7103999853134155,-0.5570999979972839,-0.4300000071525574,0.7103999853134155,-0.5570999979972839,0.70169997215271,-0.16110000014305115,0.6940000057220459,0.70169997215271,-0.16110000014305115,0.6940000057220459,0.70169997215271,-0.16110000014305115,0.6940000057220459,0.8366000056266785,0.42809998989105225,-0.3418999910354614,0.8366000056266785,0.42809998989105225,-0.3418999910354614,0.8366000056266785,0.42809998989105225,-0.3418999910354614,0.4074000120162964,0.2782000005245209,0.8698999881744385,0.4074000120162964,0.2782000005245209,0.8698999881744385,0.4074000120162964,0.2782000005245209,0.8698999881744385,-0.017999999225139618,-0.3939000070095062,0.9190000295639038,-0.017999999225139618,-0.3939000070095062,0.9190000295639038,-0.017999999225139618,-0.3939000070095062,0.9190000295639038,0.02239999920129776,0.9043999910354614,-0.4259999990463257,0.02239999920129776,0.9043999910354614,-0.4259999990463257,0.02239999920129776,0.9043999910354614,-0.4259999990463257,0.6019999980926514,-0.33160001039505005,-0.7264000177383423,0.6019999980926514,-0.33160001039505005,-0.7264000177383423,0.6019999980926514,-0.33160001039505005,-0.7264000177383423,0.8007000088691711,0.3492000102996826,0.4867999851703644,0.8007000088691711,0.3492000102996826,0.4867999851703644,0.8007000088691711,0.3492000102996826,0.4867999851703644,0.10620000213384628,-0.9843000173568726,0.14079999923706055,0.10620000213384628,-0.9843000173568726,0.14079999923706055,0.10620000213384628,-0.9843000173568726,0.14079999923706055,-0.8499000072479248,-0.5092999935150146,-0.13570000231266022,-0.8499000072479248,-0.5092999935150146,-0.13570000231266022,-0.8499000072479248,-0.5092999935150146,-0.13570000231266022,0.10559999942779541,-0.8998000025749207,0.42329999804496765,0.10559999942779541,-0.8998000025749207,0.42329999804496765,0.10559999942779541,-0.8998000025749207,0.42329999804496765,0.6474999785423279,-0.5828999876976013,-0.4909000098705292,0.6474999785423279,-0.5828999876976013,-0.4909000098705292,0.6474999785423279,-0.5828999876976013,-0.4909000098705292,-0.0917000025510788,-0.6062999963760376,0.789900004863739,-0.0917000025510788,-0.6062999963760376,0.789900004863739,-0.0917000025510788,-0.6062999963760376,0.789900004863739,0.7526000142097473,-0.5985999703407288,0.274399995803833,0.7526000142097473,-0.5985999703407288,0.274399995803833,0.7526000142097473,-0.5985999703407288,0.274399995803833,-0.6930000185966492,-0.1914999932050705,0.6951000094413757,-0.6930000185966492,-0.1914999932050705,0.6951000094413757,-0.6930000185966492,-0.1914999932050705,0.6951000094413757,0.7407000064849854,-0.29260000586509705,0.6047999858856201,0.7407000064849854,-0.29260000586509705,0.6047999858856201,0.7407000064849854,-0.29260000586509705,0.6047999858856201,-0.28040000796318054,-0.866100013256073,0.4138999879360199,-0.28040000796318054,-0.866100013256073,0.4138999879360199,-0.28040000796318054,-0.866100013256073,0.4138999879360199,-0.5461999773979187,-0.48980000615119934,0.6796000003814697,-0.5461999773979187,-0.48980000615119934,0.6796000003814697,-0.5461999773979187,-0.48980000615119934,0.6796000003814697,0.4142000079154968,-0.8465999960899353,-0.334199994802475,0.4142000079154968,-0.8465999960899353,-0.334199994802475,0.4142000079154968,-0.8465999960899353,-0.334199994802475,0.984499990940094,-0.164900004863739,0.05939999967813492,0.984499990940094,-0.164900004863739,0.05939999967813492,0.984499990940094,-0.164900004863739,0.05939999967813492,0.5078999996185303,0.569100022315979,-0.6467000246047974,0.5078999996185303,0.569100022315979,-0.6467000246047974,0.5078999996185303,0.569100022315979,-0.6467000246047974,0.7336999773979187,0.6704999804496765,-0.11020000278949738,0.7336999773979187,0.6704999804496765,-0.11020000278949738,0.7336999773979187,0.6704999804496765,-0.11020000278949738,0.5153999924659729,0.8310999870300293,0.20900000631809235,0.5153999924659729,0.8310999870300293,0.20900000631809235,0.5153999924659729,0.8310999870300293,0.20900000631809235,-0.43639999628067017,0.8962000012397766,-0.08009999990463257,-0.43639999628067017,0.8962000012397766,-0.08009999990463257,-0.43639999628067017,0.8962000012397766,-0.08009999990463257,0.996399998664856,0.07490000128746033,-0.03909999877214432,0.996399998664856,0.07490000128746033,-0.03909999877214432,0.996399998664856,0.07490000128746033,-0.03909999877214432,0.13510000705718994,-0.4636000096797943,0.8756999969482422,0.13510000705718994,-0.4636000096797943,0.8756999969482422,0.13510000705718994,-0.4636000096797943,0.8756999969482422,-0.5587999820709229,0.08139999955892563,0.8252999782562256,-0.5587999820709229,0.08139999955892563,0.8252999782562256,-0.5587999820709229,0.08139999955892563,0.8252999782562256,0.5058000087738037,-0.15960000455379486,0.8478000164031982,0.5058000087738037,-0.15960000455379486,0.8478000164031982,0.5058000087738037,-0.15960000455379486,0.8478000164031982,0.5188000202178955,-0.23409999907016754,-0.8222000002861023,0.5188000202178955,-0.23409999907016754,-0.8222000002861023,0.5188000202178955,-0.23409999907016754,-0.8222000002861023,-0.8567000031471252,0.4634000062942505,-0.22679999470710754,-0.8567000031471252,0.4634000062942505,-0.22679999470710754,-0.8567000031471252,0.4634000062942505,-0.22679999470710754,0.289000004529953,0.9126999974250793,-0.2888999879360199,0.289000004529953,0.9126999974250793,-0.2888999879360199,0.289000004529953,0.9126999974250793,-0.2888999879360199,0.8883000016212463,0.22030000388622284,-0.40299999713897705,0.8883000016212463,0.22030000388622284,-0.40299999713897705,0.8883000016212463,0.22030000388622284,-0.40299999713897705,-0.7053999900817871,0.3804999887943268,-0.5979999899864197,-0.7053999900817871,0.3804999887943268,-0.5979999899864197,-0.7053999900817871,0.3804999887943268,-0.5979999899864197,-0.6819000244140625,0.710099995136261,-0.1754000037908554,-0.6819000244140625,0.710099995136261,-0.1754000037908554,-0.6819000244140625,0.710099995136261,-0.1754000037908554,-0.8835999965667725,0.4253000020980835,-0.19609999656677246,-0.8835999965667725,0.4253000020980835,-0.19609999656677246,-0.8835999965667725,0.4253000020980835,-0.19609999656677246,0.698199987411499,0.70660001039505,-0.11479999870061874,0.698199987411499,0.70660001039505,-0.11479999870061874,0.698199987411499,0.70660001039505,-0.11479999870061874,0.22100000083446503,-0.11659999936819077,-0.9682999849319458,0.22100000083446503,-0.11659999936819077,-0.9682999849319458,0.22100000083446503,-0.11659999936819077,-0.9682999849319458,-0.43459999561309814,-0.7796000242233276,0.45100000500679016,-0.43459999561309814,-0.7796000242233276,0.45100000500679016,-0.43459999561309814,-0.7796000242233276,0.45100000500679016,-0.5881999731063843,0.5145999789237976,0.6238999962806702,-0.5881999731063843,0.5145999789237976,0.6238999962806702,-0.5881999731063843,0.5145999789237976,0.6238999962806702,-0.9962999820709229,0.0203000009059906,0.08370000123977661,-0.9962999820709229,0.0203000009059906,0.08370000123977661,-0.9962999820709229,0.0203000009059906,0.08370000123977661,0.010200000368058681,0.6690000295639038,-0.7432000041007996,0.010200000368058681,0.6690000295639038,-0.7432000041007996,0.010200000368058681,0.6690000295639038,-0.7432000041007996,-0.45730000734329224,0.8557999730110168,0.2418999969959259,-0.45730000734329224,0.8557999730110168,0.2418999969959259,-0.45730000734329224,0.8557999730110168,0.2418999969959259,0.2827000021934509,-0.7369999885559082,-0.6139000058174133,0.2827000021934509,-0.7369999885559082,-0.6139000058174133,0.2827000021934509,-0.7369999885559082,-0.6139000058174133,-0.46860000491142273,0.367900013923645,-0.8032000064849854,-0.46860000491142273,0.367900013923645,-0.8032000064849854,-0.46860000491142273,0.367900013923645,-0.8032000064849854,-0.9336000084877014,0.03849999979138374,-0.3564000129699707,-0.9336000084877014,0.03849999979138374,-0.3564000129699707,-0.9336000084877014,0.03849999979138374,-0.3564000129699707,-0.8184999823570251,-0.39959999918937683,0.41269999742507935,-0.8184999823570251,-0.39959999918937683,0.41269999742507935,-0.8184999823570251,-0.39959999918937683,0.41269999742507935,-0.07559999823570251,0.8270999789237976,-0.5569999814033508,-0.07559999823570251,0.8270999789237976,-0.5569999814033508,-0.07559999823570251,0.8270999789237976,-0.5569999814033508,0.08009999990463257,-0.9922000169754028,0.09539999812841415,0.08009999990463257,-0.9922000169754028,0.09539999812841415,0.08009999990463257,-0.9922000169754028,0.09539999812841415,-0.03889999911189079,-0.6983000040054321,0.7148000001907349,-0.03889999911189079,-0.6983000040054321,0.7148000001907349,-0.03889999911189079,-0.6983000040054321,0.7148000001907349,0.2345000058412552,-0.868399977684021,0.4368000030517578,0.2345000058412552,-0.868399977684021,0.4368000030517578,0.2345000058412552,-0.868399977684021,0.4368000030517578,-0.6855999827384949,-0.7131999731063843,-0.14569999277591705,-0.6855999827384949,-0.7131999731063843,-0.14569999277591705,-0.6855999827384949,-0.7131999731063843,-0.14569999277591705,-0.186599999666214,-0.19509999454021454,0.9628999829292297,-0.186599999666214,-0.19509999454021454,0.9628999829292297,-0.186599999666214,-0.19509999454021454,0.9628999829292297,-0.5831999778747559,-0.8118000030517578,-0.028999999165534973,-0.5831999778747559,-0.8118000030517578,-0.028999999165534973,-0.5831999778747559,-0.8118000030517578,-0.028999999165534973,0.3569999933242798,0.11919999867677689,-0.9265000224113464,0.3569999933242798,0.11919999867677689,-0.9265000224113464,0.3569999933242798,0.11919999867677689,-0.9265000224113464,0.12549999356269836,0.3750999867916107,-0.91839998960495,0.12549999356269836,0.3750999867916107,-0.91839998960495,0.12549999356269836,0.3750999867916107,-0.91839998960495,-0.04410000145435333,0.859499990940094,-0.5092999935150146,-0.04410000145435333,0.859499990940094,-0.5092999935150146,-0.04410000145435333,0.859499990940094,-0.5092999935150146,0.7631000280380249,-0.5719000101089478,0.3009999990463257,0.7631000280380249,-0.5719000101089478,0.3009999990463257,0.7631000280380249,-0.5719000101089478,0.3009999990463257,-0.22840000689029694,0.9641000032424927,-0.1354999989271164,-0.22840000689029694,0.9641000032424927,-0.1354999989271164,-0.22840000689029694,0.9641000032424927,-0.1354999989271164,0.22630000114440918,-0.910099983215332,0.34709998965263367,0.22630000114440918,-0.910099983215332,0.34709998965263367,0.22630000114440918,-0.910099983215332,0.34709998965263367,-0.4641999900341034,-0.7064999938011169,-0.5342000126838684,-0.4641999900341034,-0.7064999938011169,-0.5342000126838684,-0.4641999900341034,-0.7064999938011169,-0.5342000126838684,-0.4325999915599823,-0.8984000086784363,0.07590000331401825,-0.4325999915599823,-0.8984000086784363,0.07590000331401825,-0.4325999915599823,-0.8984000086784363,0.07590000331401825,0.6973999738693237,0.08590000122785568,-0.7114999890327454,0.6973999738693237,0.08590000122785568,-0.7114999890327454,0.6973999738693237,0.08590000122785568,-0.7114999890327454,-0.4968999922275543,-0.7444999814033508,-0.44589999318122864,-0.4968999922275543,-0.7444999814033508,-0.44589999318122864,-0.4968999922275543,-0.7444999814033508,-0.44589999318122864,-0.4140999913215637,-0.7669000029563904,0.490200012922287,-0.4140999913215637,-0.7669000029563904,0.490200012922287,-0.4140999913215637,-0.7669000029563904,0.490200012922287,-0.25940001010894775,0.9585999846458435,-0.11789999902248383,-0.25940001010894775,0.9585999846458435,-0.11789999902248383,-0.25940001010894775,0.9585999846458435,-0.11789999902248383,-0.9153000116348267,-0.12399999797344208,-0.3833000063896179,-0.9153000116348267,-0.12399999797344208,-0.3833000063896179,-0.9153000116348267,-0.12399999797344208,-0.3833000063896179,0.9796000123023987,-0.1151999980211258,-0.1647000014781952,0.9796000123023987,-0.1151999980211258,-0.1647000014781952,0.9796000123023987,-0.1151999980211258,-0.1647000014781952,-0.9603000283241272,0.18019999563694,-0.21279999613761902,-0.9603000283241272,0.18019999563694,-0.21279999613761902,-0.9603000283241272,0.18019999563694,-0.21279999613761902,-0.1615000069141388,0.8370000123977661,0.5228000283241272,-0.1615000069141388,0.8370000123977661,0.5228000283241272,-0.1615000069141388,0.8370000123977661,0.5228000283241272,0.2648000121116638,-0.8456000089645386,0.4636000096797943,0.2648000121116638,-0.8456000089645386,0.4636000096797943,0.2648000121116638,-0.8456000089645386,0.4636000096797943,0.6962000131607056,-0.6503999829292297,0.30379998683929443,0.6962000131607056,-0.6503999829292297,0.30379998683929443,0.6962000131607056,-0.6503999829292297,0.30379998683929443,0.5278000235557556,-0.17669999599456787,0.8307999968528748,0.5278000235557556,-0.17669999599456787,0.8307999968528748,0.5278000235557556,-0.17669999599456787,0.8307999968528748,-0.7734000086784363,-0.6105999946594238,0.1703999936580658,-0.7734000086784363,-0.6105999946594238,0.1703999936580658,-0.7734000086784363,-0.6105999946594238,0.1703999936580658,-0.8916000127792358,-0.2615000009536743,-0.3695000112056732,-0.8916000127792358,-0.2615000009536743,-0.3695000112056732,-0.8916000127792358,-0.2615000009536743,-0.3695000112056732,0.9214000105857849,0.3222000002861023,0.21739999949932098,0.9214000105857849,0.3222000002861023,0.21739999949932098,0.9214000105857849,0.3222000002861023,0.21739999949932098,0.9534000158309937,-0.22920000553131104,-0.19599999487400055,0.9534000158309937,-0.22920000553131104,-0.19599999487400055,0.9534000158309937,-0.22920000553131104,-0.19599999487400055,0.7857999801635742,0.5397999882698059,-0.301800012588501,0.7857999801635742,0.5397999882698059,-0.301800012588501,0.7857999801635742,0.5397999882698059,-0.301800012588501,-0.8686000108718872,0.43299999833106995,-0.2409999966621399,-0.8686000108718872,0.43299999833106995,-0.2409999966621399,-0.8686000108718872,0.43299999833106995,-0.2409999966621399,0.21289999783039093,0.829800009727478,-0.5159000158309937,0.21289999783039093,0.829800009727478,-0.5159000158309937,0.21289999783039093,0.829800009727478,-0.5159000158309937,0.20890000462532043,0.10989999771118164,-0.9717000126838684,0.20890000462532043,0.10989999771118164,-0.9717000126838684,0.20890000462532043,0.10989999771118164,-0.9717000126838684,-0.3774000108242035,-0.45010000467300415,0.8093000054359436,-0.3774000108242035,-0.45010000467300415,0.8093000054359436,-0.3774000108242035,-0.45010000467300415,0.8093000054359436,0.5340999960899353,0.09619999676942825,0.839900016784668,0.5340999960899353,0.09619999676942825,0.839900016784668,0.5340999960899353,0.09619999676942825,0.839900016784668,0.3531999886035919,-0.4496999979019165,0.8203999996185303,0.3531999886035919,-0.4496999979019165,0.8203999996185303,0.3531999886035919,-0.4496999979019165,0.8203999996185303,-0.4253000020980835,-0.2948000133037567,-0.8557000160217285,-0.4253000020980835,-0.2948000133037567,-0.8557000160217285,-0.4253000020980835,-0.2948000133037567,-0.8557000160217285,0.20640000700950623,0.4749000072479248,-0.8554999828338623,0.20640000700950623,0.4749000072479248,-0.8554999828338623,0.20640000700950623,0.4749000072479248,-0.8554999828338623,0.6966999769210815,0.15690000355243683,-0.699999988079071,0.6966999769210815,0.15690000355243683,-0.699999988079071,0.6966999769210815,0.15690000355243683,-0.699999988079071,-0.6528000235557556,0.3921999931335449,-0.6481000185012817,-0.6528000235557556,0.3921999931335449,-0.6481000185012817,-0.6528000235557556,0.3921999931335449,-0.6481000185012817,-0.9491000175476074,0.2818000018596649,0.14090000092983246,-0.9491000175476074,0.2818000018596649,0.14090000092983246,-0.9491000175476074,0.2818000018596649,0.14090000092983246,0.7522000074386597,-0.5058000087738037,-0.4223000109195709,0.7522000074386597,-0.5058000087738037,-0.4223000109195709,0.7522000074386597,-0.5058000087738037,-0.4223000109195709,-0.5453000068664551,-0.31049999594688416,-0.7785999774932861,-0.5453000068664551,-0.31049999594688416,-0.7785999774932861,-0.5453000068664551,-0.31049999594688416,-0.7785999774932861,0.4758000075817108,0.19380000233650208,-0.8579000234603882,0.4758000075817108,0.19380000233650208,-0.8579000234603882,0.4758000075817108,0.19380000233650208,-0.8579000234603882,-0.10289999842643738,-0.5453000068664551,0.8319000005722046,-0.10289999842643738,-0.5453000068664551,0.8319000005722046,-0.10289999842643738,-0.5453000068664551,0.8319000005722046,0.9969000220298767,0.01899999938905239,-0.07699999958276749,0.9969000220298767,0.01899999938905239,-0.07699999958276749,0.9969000220298767,0.01899999938905239,-0.07699999958276749,0.2037999927997589,-0.7365000247955322,-0.6449999809265137,0.2037999927997589,-0.7365000247955322,-0.6449999809265137,0.2037999927997589,-0.7365000247955322,-0.6449999809265137,0.9819999933242798,-0.16869999468326569,-0.08540000021457672,0.9819999933242798,-0.16869999468326569,-0.08540000021457672,0.9819999933242798,-0.16869999468326569,-0.08540000021457672,-0.9807000160217285,0.1386999934911728,0.13760000467300415,-0.9807000160217285,0.1386999934911728,0.13760000467300415,-0.9807000160217285,0.1386999934911728,0.13760000467300415,-0.9650999903678894,-0.03449999913573265,0.2596000134944916,-0.9650999903678894,-0.03449999913573265,0.2596000134944916,-0.9650999903678894,-0.03449999913573265,0.2596000134944916,0.7904999852180481,0.5985000133514404,-0.12999999523162842,0.7904999852180481,0.5985000133514404,-0.12999999523162842,0.7904999852180481,0.5985000133514404,-0.12999999523162842,0.2888000011444092,0.5465999841690063,0.7860000133514404,0.2888000011444092,0.5465999841690063,0.7860000133514404,0.2888000011444092,0.5465999841690063,0.7860000133514404,-0.35350000858306885,0.6470000147819519,0.675599992275238,-0.35350000858306885,0.6470000147819519,0.675599992275238,-0.35350000858306885,0.6470000147819519,0.675599992275238,0.4999000132083893,0.796999990940094,0.33899998664855957,0.4999000132083893,0.796999990940094,0.33899998664855957,0.4999000132083893,0.796999990940094,0.33899998664855957,0.7264000177383423,-0.24770000576972961,0.6410999894142151,0.7264000177383423,-0.24770000576972961,0.6410999894142151,0.7264000177383423,-0.24770000576972961,0.6410999894142151,0.05350000038743019,-0.9550999999046326,-0.29159998893737793,0.05350000038743019,-0.9550999999046326,-0.29159998893737793,0.05350000038743019,-0.9550999999046326,-0.29159998893737793,-0.689300000667572,0.515999972820282,-0.5084999799728394,-0.689300000667572,0.515999972820282,-0.5084999799728394,-0.689300000667572,0.515999972820282,-0.5084999799728394,-0.20579999685287476,-0.8137000203132629,0.5436999797821045,-0.20579999685287476,-0.8137000203132629,0.5436999797821045,-0.20579999685287476,-0.8137000203132629,0.5436999797821045,-0.35740000009536743,-0.8906000256538391,-0.28130000829696655,-0.35740000009536743,-0.8906000256538391,-0.28130000829696655,-0.35740000009536743,-0.8906000256538391,-0.28130000829696655,-0.06270000338554382,0.9842000007629395,-0.16539999842643738,-0.06270000338554382,0.9842000007629395,-0.16539999842643738,-0.06270000338554382,0.9842000007629395,-0.16539999842643738,-0.5785999894142151,0.6672000288963318,-0.4691999852657318,-0.5785999894142151,0.6672000288963318,-0.4691999852657318,-0.5785999894142151,0.6672000288963318,-0.4691999852657318,-0.8740000128746033,0.10459999740123749,-0.47450000047683716,-0.8740000128746033,0.10459999740123749,-0.47450000047683716,-0.8740000128746033,0.10459999740123749,-0.47450000047683716,0.6119999885559082,0.5824000239372253,-0.5350000262260437,0.6119999885559082,0.5824000239372253,-0.5350000262260437,0.6119999885559082,0.5824000239372253,-0.5350000262260437,-0.18569999933242798,-0.7982000112533569,0.5730999708175659,-0.18569999933242798,-0.7982000112533569,0.5730999708175659,-0.18569999933242798,-0.7982000112533569,0.5730999708175659,-0.8133999705314636,-0.2754000127315521,0.5123000144958496,-0.8133999705314636,-0.2754000127315521,0.5123000144958496,-0.8133999705314636,-0.2754000127315521,0.5123000144958496,-0.784500002861023,0.3686999976634979,0.4986000061035156,-0.784500002861023,0.3686999976634979,0.4986000061035156,-0.784500002861023,0.3686999976634979,0.4986000061035156,-0.7770000100135803,-0.5694000124931335,-0.26840001344680786,-0.7770000100135803,-0.5694000124931335,-0.26840001344680786,-0.7770000100135803,-0.5694000124931335,-0.26840001344680786,-0.3783000111579895,0.9032999873161316,-0.20229999721050262,-0.3783000111579895,0.9032999873161316,-0.20229999721050262,-0.3783000111579895,0.9032999873161316,-0.20229999721050262,-0.07119999825954437,0.4180000126361847,-0.9056000113487244,-0.07119999825954437,0.4180000126361847,-0.9056000113487244,-0.07119999825954437,0.4180000126361847,-0.9056000113487244,-0.4941999912261963,-0.8303999900817871,0.2572999894618988,-0.4941999912261963,-0.8303999900817871,0.2572999894618988,-0.4941999912261963,-0.8303999900817871,0.2572999894618988,-0.15109999477863312,0.7810999751091003,-0.60589998960495,-0.15109999477863312,0.7810999751091003,-0.60589998960495,-0.15109999477863312,0.7810999751091003,-0.60589998960495,0.19769999384880066,-0.8844000101089478,0.4228000044822693,0.19769999384880066,-0.8844000101089478,0.4228000044822693,0.19769999384880066,-0.8844000101089478,0.4228000044822693,0.6844000220298767,0.7250000238418579,-0.07760000228881836,0.6844000220298767,0.7250000238418579,-0.07760000228881836,0.6844000220298767,0.7250000238418579,-0.07760000228881836,0.1599999964237213,0.945900022983551,-0.28220000863075256,0.1599999964237213,0.945900022983551,-0.28220000863075256,0.1599999964237213,0.945900022983551,-0.28220000863075256,-0.5776000022888184,-0.2069000005722046,-0.7896999716758728,-0.5776000022888184,-0.2069000005722046,-0.7896999716758728,-0.5776000022888184,-0.2069000005722046,-0.7896999716758728,0.835099995136261,-0.302700012922287,0.4593000113964081,0.835099995136261,-0.302700012922287,0.4593000113964081,0.835099995136261,-0.302700012922287,0.4593000113964081,-0.18230000138282776,-0.7541000247001648,-0.6309000253677368,-0.18230000138282776,-0.7541000247001648,-0.6309000253677368,-0.18230000138282776,-0.7541000247001648,-0.6309000253677368,0.682200014591217,0.6625000238418579,-0.3093000054359436,0.682200014591217,0.6625000238418579,-0.3093000054359436,0.682200014591217,0.6625000238418579,-0.3093000054359436,0.2953999936580658,-0.52920001745224,0.7954000234603882,0.2953999936580658,-0.52920001745224,0.7954000234603882,0.2953999936580658,-0.52920001745224,0.7954000234603882,-0.6323000192642212,-0.09449999779462814,0.7688999772071838,-0.6323000192642212,-0.09449999779462814,0.7688999772071838,-0.6323000192642212,-0.09449999779462814,0.7688999772071838,0.7601000070571899,0.44749999046325684,-0.47110000252723694,0.7601000070571899,0.44749999046325684,-0.47110000252723694,0.7601000070571899,0.44749999046325684,-0.47110000252723694,0.352400004863739,0.8895000219345093,-0.29089999198913574,0.352400004863739,0.8895000219345093,-0.29089999198913574,0.352400004863739,0.8895000219345093,-0.29089999198913574,0.2797999978065491,0.8299000263214111,-0.482699990272522,0.2797999978065491,0.8299000263214111,-0.482699990272522,0.2797999978065491,0.8299000263214111,-0.482699990272522,0.6996999979019165,-0.0008999999845400453,-0.7143999934196472,0.6996999979019165,-0.0008999999845400453,-0.7143999934196472,0.6996999979019165,-0.0008999999845400453,-0.7143999934196472,0.2847000062465668,-0.7671999931335449,-0.5746999979019165,0.2847000062465668,-0.7671999931335449,-0.5746999979019165,0.2847000062465668,-0.7671999931335449,-0.5746999979019165,-0.7720999717712402,-0.241799995303154,-0.5877000093460083,-0.7720999717712402,-0.241799995303154,-0.5877000093460083,-0.7720999717712402,-0.241799995303154,-0.5877000093460083,0.2793999910354614,0.8119000196456909,-0.5126000046730042,0.2793999910354614,0.8119000196456909,-0.5126000046730042,0.2793999910354614,0.8119000196456909,-0.5126000046730042,-0.07779999822378159,-0.554099977016449,0.8288000226020813,-0.07779999822378159,-0.554099977016449,0.8288000226020813,-0.07779999822378159,-0.554099977016449,0.8288000226020813,-0.7443000078201294,0.37139999866485596,-0.5550000071525574,-0.7443000078201294,0.37139999866485596,-0.5550000071525574,-0.7443000078201294,0.37139999866485596,-0.5550000071525574,-0.9768999814987183,-0.21279999613761902,-0.02160000056028366,-0.9768999814987183,-0.21279999613761902,-0.02160000056028366,-0.9768999814987183,-0.21279999613761902,-0.02160000056028366,-0.8810999989509583,-0.4706999957561493,0.04639999940991402,-0.8810999989509583,-0.4706999957561493,0.04639999940991402,-0.8810999989509583,-0.4706999957561493,0.04639999940991402,-0.7774999737739563,-0.5555999875068665,-0.2946999967098236,-0.7774999737739563,-0.5555999875068665,-0.2946999967098236,-0.7774999737739563,-0.5555999875068665,-0.2946999967098236,-0.88919997215271,0.23000000417232513,-0.3955000042915344,-0.88919997215271,0.23000000417232513,-0.3955000042915344,-0.88919997215271,0.23000000417232513,-0.3955000042915344,-0.42329999804496765,-0.7304999828338623,-0.5358999967575073,-0.42329999804496765,-0.7304999828338623,-0.5358999967575073,-0.42329999804496765,-0.7304999828338623,-0.5358999967575073,0.8077999949455261,-0.33550000190734863,-0.4846999943256378,0.8077999949455261,-0.33550000190734863,-0.4846999943256378,0.8077999949455261,-0.33550000190734863,-0.4846999943256378,-0.6290000081062317,-0.4668000042438507,-0.6215999722480774,-0.6290000081062317,-0.4668000042438507,-0.6215999722480774,-0.6290000081062317,-0.4668000042438507,-0.6215999722480774,0.972599983215332,-0.17630000412464142,0.15160000324249268,0.972599983215332,-0.17630000412464142,0.15160000324249268,0.972599983215332,-0.17630000412464142,0.15160000324249268,-0.14259999990463257,0.290800005197525,0.9460999965667725,-0.14259999990463257,0.290800005197525,0.9460999965667725,-0.14259999990463257,0.290800005197525,0.9460999965667725,-0.18649999797344208,0.9230999946594238,0.33629998564720154,-0.18649999797344208,0.9230999946594238,0.33629998564720154,-0.18649999797344208,0.9230999946594238,0.33629998564720154,0.2639999985694885,-0.9534000158309937,-0.14589999616146088,0.2639999985694885,-0.9534000158309937,-0.14589999616146088,0.2639999985694885,-0.9534000158309937,-0.14589999616146088,-0.31450000405311584,0.5422999858856201,-0.7791000008583069,-0.31450000405311584,0.5422999858856201,-0.7791000008583069,-0.31450000405311584,0.5422999858856201,-0.7791000008583069,-0.6349999904632568,0.5939000248908997,0.49399998784065247,-0.6349999904632568,0.5939000248908997,0.49399998784065247,-0.6349999904632568,0.5939000248908997,0.49399998784065247,-0.19760000705718994,0.8707000017166138,-0.4503999948501587,-0.19760000705718994,0.8707000017166138,-0.4503999948501587,-0.19760000705718994,0.8707000017166138,-0.4503999948501587,-0.3393000066280365,-0.8913999795913696,-0.3005000054836273,-0.3393000066280365,-0.8913999795913696,-0.3005000054836273,-0.3393000066280365,-0.8913999795913696,-0.3005000054836273,0.006800000090152025,-0.4472000002861023,0.8944000005722046,0.006800000090152025,-0.4472000002861023,0.8944000005722046,0.006800000090152025,-0.4472000002861023,0.8944000005722046,0.057500001043081284,-0.7537000179290771,0.654699981212616,0.057500001043081284,-0.7537000179290771,0.654699981212616,0.057500001043081284,-0.7537000179290771,0.654699981212616,-0.3650999963283539,-0.8652999997138977,0.3434999883174896,-0.3650999963283539,-0.8652999997138977,0.3434999883174896,-0.3650999963283539,-0.8652999997138977,0.3434999883174896,-0.9833999872207642,0.16979999840259552,0.06350000202655792,-0.9833999872207642,0.16979999840259552,0.06350000202655792,-0.9833999872207642,0.16979999840259552,0.06350000202655792,-0.47859999537467957,-0.8416000008583069,-0.25029999017715454,-0.47859999537467957,-0.8416000008583069,-0.25029999017715454,-0.47859999537467957,-0.8416000008583069,-0.25029999017715454,-0.04410000145435333,-0.9541000127792358,0.2962999939918518,-0.04410000145435333,-0.9541000127792358,0.2962999939918518,-0.04410000145435333,-0.9541000127792358,0.2962999939918518,-0.9419999718666077,-0.33559998869895935,-0.003800000064074993,-0.9419999718666077,-0.33559998869895935,-0.003800000064074993,-0.9419999718666077,-0.33559998869895935,-0.003800000064074993,-0.5526999831199646,0.7797999978065491,0.2939999997615814,-0.5526999831199646,0.7797999978065491,0.2939999997615814,-0.5526999831199646,0.7797999978065491,0.2939999997615814,0.9692000150680542,-0.07980000227689743,0.2329999953508377,0.9692000150680542,-0.07980000227689743,0.2329999953508377,0.9692000150680542,-0.07980000227689743,0.2329999953508377,0.4726000130176544,-0.6207000017166138,0.6255999803543091,0.4726000130176544,-0.6207000017166138,0.6255999803543091,0.4726000130176544,-0.6207000017166138,0.6255999803543091,0.06360000371932983,0.9891999959945679,-0.13199999928474426,0.06360000371932983,0.9891999959945679,-0.13199999928474426,0.06360000371932983,0.9891999959945679,-0.13199999928474426,-0.48350000381469727,-0.6506999731063843,-0.5856000185012817,-0.48350000381469727,-0.6506999731063843,-0.5856000185012817,-0.48350000381469727,-0.6506999731063843,-0.5856000185012817,0.5315999984741211,0.7849000096321106,-0.31839999556541443,0.5315999984741211,0.7849000096321106,-0.31839999556541443,0.5315999984741211,0.7849000096321106,-0.31839999556541443,-0.9836000204086304,-0.06480000168085098,0.16830000281333923,-0.9836000204086304,-0.06480000168085098,0.16830000281333923,-0.9836000204086304,-0.06480000168085098,0.16830000281333923,-0.8313999772071838,0.5216000080108643,-0.19169999659061432,-0.8313999772071838,0.5216000080108643,-0.19169999659061432,-0.8313999772071838,0.5216000080108643,-0.19169999659061432,-0.7287999987602234,0.20229999721050262,0.65420001745224,-0.7287999987602234,0.20229999721050262,0.65420001745224,-0.7287999987602234,0.20229999721050262,0.65420001745224,0.4918000102043152,0.8603000044822693,0.13439999520778656,0.4918000102043152,0.8603000044822693,0.13439999520778656,0.4918000102043152,0.8603000044822693,0.13439999520778656,0.7414000034332275,0.36090001463890076,0.5658000111579895,0.7414000034332275,0.36090001463890076,0.5658000111579895,0.7414000034332275,0.36090001463890076,0.5658000111579895,-0.23479999601840973,-0.7796000242233276,0.5806000232696533,-0.23479999601840973,-0.7796000242233276,0.5806000232696533,-0.23479999601840973,-0.7796000242233276,0.5806000232696533,-0.1331000030040741,0.8090000152587891,-0.5726000070571899,-0.1331000030040741,0.8090000152587891,-0.5726000070571899,-0.1331000030040741,0.8090000152587891,-0.5726000070571899,0.39100000262260437,0.034299999475479126,-0.919700026512146,0.39100000262260437,0.034299999475479126,-0.919700026512146,0.39100000262260437,0.034299999475479126,-0.919700026512146,0.5978000164031982,-0.5741000175476074,-0.5595999956130981,0.5978000164031982,-0.5741000175476074,-0.5595999956130981,0.5978000164031982,-0.5741000175476074,-0.5595999956130981,-0.1177000030875206,-0.9925000071525574,-0.0340999998152256,-0.1177000030875206,-0.9925000071525574,-0.0340999998152256,-0.1177000030875206,-0.9925000071525574,-0.0340999998152256,-0.785099983215332,-0.337799996137619,-0.5192000269889832,-0.785099983215332,-0.337799996137619,-0.5192000269889832,-0.785099983215332,-0.337799996137619,-0.5192000269889832,0.08969999849796295,0.3619999885559082,0.9277999997138977,0.08969999849796295,0.3619999885559082,0.9277999997138977,0.08969999849796295,0.3619999885559082,0.9277999997138977,-0.31220000982284546,-0.7580000162124634,-0.572700023651123,-0.31220000982284546,-0.7580000162124634,-0.572700023651123,-0.31220000982284546,-0.7580000162124634,-0.572700023651123,-0.8112999796867371,-0.27390000224113464,-0.5163999795913696,-0.8112999796867371,-0.27390000224113464,-0.5163999795913696,-0.8112999796867371,-0.27390000224113464,-0.5163999795913696,-0.9463000297546387,-0.32100000977516174,0.03920000046491623,-0.9463000297546387,-0.32100000977516174,0.03920000046491623,-0.9463000297546387,-0.32100000977516174,0.03920000046491623,-0.18529999256134033,-0.9017999768257141,0.3903999924659729,-0.18529999256134033,-0.9017999768257141,0.3903999924659729,-0.18529999256134033,-0.9017999768257141,0.3903999924659729,0.45719999074935913,-0.5946999788284302,0.661300003528595,0.45719999074935913,-0.5946999788284302,0.661300003528595,0.45719999074935913,-0.5946999788284302,0.661300003528595,0.36489999294281006,0.9283000230789185,0.07079999893903732,0.36489999294281006,0.9283000230789185,0.07079999893903732,0.36489999294281006,0.9283000230789185,0.07079999893903732,0.2667999863624573,-0.21619999408721924,0.9391999840736389,0.2667999863624573,-0.21619999408721924,0.9391999840736389,0.2667999863624573,-0.21619999408721924,0.9391999840736389,0.8598999977111816,0.43639999628067017,-0.2648000121116638,0.8598999977111816,0.43639999628067017,-0.2648000121116638,0.8598999977111816,0.43639999628067017,-0.2648000121116638,0.19689999520778656,0.5760999917984009,-0.7932999730110168,0.19689999520778656,0.5760999917984009,-0.7932999730110168,0.19689999520778656,0.5760999917984009,-0.7932999730110168,0.22110000252723694,0.4880000054836273,0.8443999886512756,0.22110000252723694,0.4880000054836273,0.8443999886512756,0.22110000252723694,0.4880000054836273,0.8443999886512756,0.5835999846458435,-0.7365000247955322,-0.34200000762939453,0.5835999846458435,-0.7365000247955322,-0.34200000762939453,0.5835999846458435,-0.7365000247955322,-0.34200000762939453,-0.5370000004768372,0.6241999864578247,-0.5673999786376953,-0.5370000004768372,0.6241999864578247,-0.5673999786376953,-0.5370000004768372,0.6241999864578247,-0.5673999786376953,-0.7627000212669373,0.5705999732017517,-0.304500013589859,-0.7627000212669373,0.5705999732017517,-0.304500013589859,-0.7627000212669373,0.5705999732017517,-0.304500013589859,0.27390000224113464,0.5023999810218811,-0.8201000094413757,0.27390000224113464,0.5023999810218811,-0.8201000094413757,0.27390000224113464,0.5023999810218811,-0.8201000094413757,0.9922999739646912,-0.07150000333786011,-0.10090000182390213,0.9922999739646912,-0.07150000333786011,-0.10090000182390213,0.9922999739646912,-0.07150000333786011,-0.10090000182390213,-0.8741000294685364,0.4844000041484833,-0.03720000013709068,-0.8741000294685364,0.4844000041484833,-0.03720000013709068,-0.8741000294685364,0.4844000041484833,-0.03720000013709068,-0.5892999768257141,0.7788000106811523,-0.2151000052690506,-0.5892999768257141,0.7788000106811523,-0.2151000052690506,-0.5892999768257141,0.7788000106811523,-0.2151000052690506,-0.868399977684021,0.24950000643730164,-0.428600013256073,-0.868399977684021,0.24950000643730164,-0.428600013256073,-0.868399977684021,0.24950000643730164,-0.428600013256073,-0.4772999882698059,0.8131999969482422,0.3328999876976013,-0.4772999882698059,0.8131999969482422,0.3328999876976013,-0.4772999882698059,0.8131999969482422,0.3328999876976013,0.9024999737739563,0.328000009059906,0.2793000042438507,0.9024999737739563,0.328000009059906,0.2793000042438507,0.9024999737739563,0.328000009059906,0.2793000042438507,-0.8151999711990356,-0.37450000643730164,-0.44179999828338623,-0.8151999711990356,-0.37450000643730164,-0.44179999828338623,-0.8151999711990356,-0.37450000643730164,-0.44179999828338623,-0.9470999836921692,0.3010999858379364,0.11069999635219574,-0.9470999836921692,0.3010999858379364,0.11069999635219574,-0.9470999836921692,0.3010999858379364,0.11069999635219574,0.20479999482631683,0.48500001430511475,-0.8501999974250793,0.20479999482631683,0.48500001430511475,-0.8501999974250793,0.20479999482631683,0.48500001430511475,-0.8501999974250793,-0.7939000129699707,0.5828999876976013,-0.1729000061750412,-0.7939000129699707,0.5828999876976013,-0.1729000061750412,-0.7939000129699707,0.5828999876976013,-0.1729000061750412,0.6711999773979187,0.40779998898506165,0.6190000176429749,0.6711999773979187,0.40779998898506165,0.6190000176429749,0.6711999773979187,0.40779998898506165,0.6190000176429749,0.039900001138448715,-0.9021000266075134,0.42980000376701355,0.039900001138448715,-0.9021000266075134,0.42980000376701355,0.039900001138448715,-0.9021000266075134,0.42980000376701355,-0.7799000144004822,-0.09139999747276306,-0.6191999912261963,-0.7799000144004822,-0.09139999747276306,-0.6191999912261963,-0.7799000144004822,-0.09139999747276306,-0.6191999912261963,0.7753000259399414,0.5095999836921692,0.373199999332428,0.7753000259399414,0.5095999836921692,0.373199999332428,0.7753000259399414,0.5095999836921692,0.373199999332428,-0.9284999966621399,0.36320000886917114,0.07720000296831131,-0.9284999966621399,0.36320000886917114,0.07720000296831131,-0.9284999966621399,0.36320000886917114,0.07720000296831131,0.16220000386238098,0.40529999136924744,-0.8996999859809875,0.16220000386238098,0.40529999136924744,-0.8996999859809875,0.16220000386238098,0.40529999136924744,-0.8996999859809875,-0.9125999808311462,0.14710000157356262,0.3815000057220459,-0.9125999808311462,0.14710000157356262,0.3815000057220459,-0.9125999808311462,0.14710000157356262,0.3815000057220459,-0.3801000118255615,-0.8525000214576721,-0.35899999737739563,-0.3801000118255615,-0.8525000214576721,-0.35899999737739563,-0.3801000118255615,-0.8525000214576721,-0.35899999737739563,-0.19259999692440033,-0.9580000042915344,0.21250000596046448,-0.19259999692440033,-0.9580000042915344,0.21250000596046448,-0.19259999692440033,-0.9580000042915344,0.21250000596046448,-0.3239000141620636,0.7903000116348267,0.5200999975204468,-0.3239000141620636,0.7903000116348267,0.5200999975204468,-0.3239000141620636,0.7903000116348267,0.5200999975204468,-0.06629999727010727,-0.9947999715805054,-0.07779999822378159,-0.06629999727010727,-0.9947999715805054,-0.07779999822378159,-0.06629999727010727,-0.9947999715805054,-0.07779999822378159,-0.4009000062942505,0.8125,0.42320001125335693,-0.4009000062942505,0.8125,0.42320001125335693,-0.4009000062942505,0.8125,0.42320001125335693,-0.7182999849319458,-0.11349999904632568,0.6863999962806702,-0.7182999849319458,-0.11349999904632568,0.6863999962806702,-0.7182999849319458,-0.11349999904632568,0.6863999962806702,0.3953000009059906,0.7049000263214111,-0.5889999866485596,0.3953000009059906,0.7049000263214111,-0.5889999866485596,0.3953000009059906,0.7049000263214111,-0.5889999866485596,-0.26269999146461487,-0.5062000155448914,0.821399986743927,-0.26269999146461487,-0.5062000155448914,0.821399986743927,-0.26269999146461487,-0.5062000155448914,0.821399986743927,-0.8317000269889832,0.48260000348091125,-0.274399995803833,-0.8317000269889832,0.48260000348091125,-0.274399995803833,-0.8317000269889832,0.48260000348091125,-0.274399995803833,0.5432999730110168,-0.5523999929428101,-0.6322000026702881,0.5432999730110168,-0.5523999929428101,-0.6322000026702881,0.5432999730110168,-0.5523999929428101,-0.6322000026702881,0.07829999923706055,0.9962999820709229,-0.03500000014901161,0.07829999923706055,0.9962999820709229,-0.03500000014901161,0.07829999923706055,0.9962999820709229,-0.03500000014901161,-0.14020000398159027,0.15539999306201935,-0.9778000116348267,-0.14020000398159027,0.15539999306201935,-0.9778000116348267,-0.14020000398159027,0.15539999306201935,-0.9778000116348267,-0.19269999861717224,0.9810000061988831,-0.02319999970495701,-0.19269999861717224,0.9810000061988831,-0.02319999970495701,-0.19269999861717224,0.9810000061988831,-0.02319999970495701,-0.9380000233650208,-0.19709999859333038,0.28519999980926514,-0.9380000233650208,-0.19709999859333038,0.28519999980926514,-0.9380000233650208,-0.19709999859333038,0.28519999980926514,-0.51419997215271,-0.53329998254776,0.6717000007629395,-0.51419997215271,-0.53329998254776,0.6717000007629395,-0.51419997215271,-0.53329998254776,0.6717000007629395,0.18490000069141388,-0.982699990272522,0.014000000432133675,0.18490000069141388,-0.982699990272522,0.014000000432133675,0.18490000069141388,-0.982699990272522,0.014000000432133675,0.27959999442100525,-0.8237000107765198,0.4932999908924103,0.27959999442100525,-0.8237000107765198,0.4932999908924103,0.27959999442100525,-0.8237000107765198,0.4932999908924103,0.06639999896287918,0.8848999738693237,-0.460999995470047,0.06639999896287918,0.8848999738693237,-0.460999995470047,0.06639999896287918,0.8848999738693237,-0.460999995470047,-0.46869999170303345,0.2199999988079071,-0.8554999828338623,-0.46869999170303345,0.2199999988079071,-0.8554999828338623,-0.46869999170303345,0.2199999988079071,-0.8554999828338623,0.1459999978542328,-0.9830999970436096,0.11029999703168869,0.1459999978542328,-0.9830999970436096,0.11029999703168869,0.1459999978542328,-0.9830999970436096,0.11029999703168869,-0.6035000085830688,-0.41130000352859497,-0.6830999851226807,-0.6035000085830688,-0.41130000352859497,-0.6830999851226807,-0.6035000085830688,-0.41130000352859497,-0.6830999851226807,0.1703999936580658,-0.984000027179718,-0.05209999904036522,0.1703999936580658,-0.984000027179718,-0.05209999904036522,0.1703999936580658,-0.984000027179718,-0.05209999904036522,0.654699981212616,-0.7178000211715698,0.23690000176429749,0.654699981212616,-0.7178000211715698,0.23690000176429749,0.654699981212616,-0.7178000211715698,0.23690000176429749,0.003100000089034438,0.5206000208854675,-0.8537999987602234,0.003100000089034438,0.5206000208854675,-0.8537999987602234,0.003100000089034438,0.5206000208854675,-0.8537999987602234,-0.9596999883651733,-0.10570000112056732,-0.26030001044273376,-0.9596999883651733,-0.10570000112056732,-0.26030001044273376,-0.9596999883651733,-0.10570000112056732,-0.26030001044273376,-0.9115999937057495,0.2669000029563904,-0.3125999867916107,-0.9115999937057495,0.2669000029563904,-0.3125999867916107,-0.9115999937057495,0.2669000029563904,-0.3125999867916107,0.6362000107765198,0.6528000235557556,-0.41119998693466187,0.6362000107765198,0.6528000235557556,-0.41119998693466187,0.6362000107765198,0.6528000235557556,-0.41119998693466187,0.5999000072479248,0.5037999749183655,-0.6215000152587891,0.5999000072479248,0.5037999749183655,-0.6215000152587891,0.5999000072479248,0.5037999749183655,-0.6215000152587891,-0.054999999701976776,0.6218000054359436,-0.7813000082969666,-0.054999999701976776,0.6218000054359436,-0.7813000082969666,-0.054999999701976776,0.6218000054359436,-0.7813000082969666,0.4307999908924103,0.8989999890327454,-0.0786999985575676,0.4307999908924103,0.8989999890327454,-0.0786999985575676,0.4307999908924103,0.8989999890327454,-0.0786999985575676,-0.5507000088691711,-0.5857999920845032,0.5945000052452087,-0.5507000088691711,-0.5857999920845032,0.5945000052452087,-0.5507000088691711,-0.5857999920845032,0.5945000052452087,-0.7009999752044678,-0.3188000023365021,-0.6378999948501587,-0.7009999752044678,-0.3188000023365021,-0.6378999948501587,-0.7009999752044678,-0.3188000023365021,-0.6378999948501587,0.715399980545044,-0.262800008058548,-0.6474999785423279,0.715399980545044,-0.262800008058548,-0.6474999785423279,0.715399980545044,-0.262800008058548,-0.6474999785423279,-0.2815000116825104,0.8288000226020813,-0.48350000381469727,-0.2815000116825104,0.8288000226020813,-0.48350000381469727,-0.2815000116825104,0.8288000226020813,-0.48350000381469727,0.04830000177025795,0.15389999747276306,0.9868999719619751,0.04830000177025795,0.15389999747276306,0.9868999719619751,0.04830000177025795,0.15389999747276306,0.9868999719619751,-0.6409000158309937,-0.7542999982833862,-0.1428000032901764,-0.6409000158309937,-0.7542999982833862,-0.1428000032901764,-0.6409000158309937,-0.7542999982833862,-0.1428000032901764,-0.24050000309944153,0.9124000072479248,-0.3312999904155731,-0.24050000309944153,0.9124000072479248,-0.3312999904155731,-0.24050000309944153,0.9124000072479248,-0.3312999904155731,0.9994000196456909,-0.0340999998152256,0.009399999864399433,0.9994000196456909,-0.0340999998152256,0.009399999864399433,0.9994000196456909,-0.0340999998152256,0.009399999864399433,0.7078999876976013,-0.15039999783039093,0.6901000142097473,0.7078999876976013,-0.15039999783039093,0.6901000142097473,0.7078999876976013,-0.15039999783039093,0.6901000142097473,-0.4325000047683716,-0.5098999738693237,-0.7436000108718872,-0.4325000047683716,-0.5098999738693237,-0.7436000108718872,-0.4325000047683716,-0.5098999738693237,-0.7436000108718872,-0.48750001192092896,0.039900001138448715,0.8722000122070312,-0.48750001192092896,0.039900001138448715,0.8722000122070312,-0.48750001192092896,0.039900001138448715,0.8722000122070312,0.13689999282360077,-0.7839999794960022,0.6054999828338623,0.13689999282360077,-0.7839999794960022,0.6054999828338623,0.13689999282360077,-0.7839999794960022,0.6054999828338623,-0.23729999363422394,0.42309999465942383,-0.8744000196456909,-0.23729999363422394,0.42309999465942383,-0.8744000196456909,-0.23729999363422394,0.42309999465942383,-0.8744000196456909,-0.8285999894142151,-0.14249999821186066,0.5412999987602234,-0.8285999894142151,-0.14249999821186066,0.5412999987602234,-0.8285999894142151,-0.14249999821186066,0.5412999987602234,-0.032999999821186066,0.7918999791145325,-0.6097999811172485,-0.032999999821186066,0.7918999791145325,-0.6097999811172485,-0.032999999821186066,0.7918999791145325,-0.6097999811172485,0.876800000667572,-0.42800000309944153,-0.21899999678134918,0.876800000667572,-0.42800000309944153,-0.21899999678134918,0.876800000667572,-0.42800000309944153,-0.21899999678134918,-0.050999999046325684,-0.9519000053405762,0.30219998955726624,-0.050999999046325684,-0.9519000053405762,0.30219998955726624,-0.050999999046325684,-0.9519000053405762,0.30219998955726624,-0.28220000863075256,0.7705000042915344,0.5716000199317932,-0.28220000863075256,0.7705000042915344,0.5716000199317932,-0.28220000863075256,0.7705000042915344,0.5716000199317932,-0.4392000138759613,0.796999990940094,-0.4146000146865845,-0.4392000138759613,0.796999990940094,-0.4146000146865845,-0.4392000138759613,0.796999990940094,-0.4146000146865845,0.7107999920845032,-0.33059999346733093,-0.6208000183105469,0.7107999920845032,-0.33059999346733093,-0.6208000183105469,0.7107999920845032,-0.33059999346733093,-0.6208000183105469,0.391400009393692,0.8416000008583069,-0.37220001220703125,0.391400009393692,0.8416000008583069,-0.37220001220703125,0.391400009393692,0.8416000008583069,-0.37220001220703125,0.5501999855041504,0.11029999703168869,0.8277000188827515,0.5501999855041504,0.11029999703168869,0.8277000188827515,0.5501999855041504,0.11029999703168869,0.8277000188827515,0.9653000235557556,-0.1671999990940094,0.20059999823570251,0.9653000235557556,-0.1671999990940094,0.20059999823570251,0.9653000235557556,-0.1671999990940094,0.20059999823570251,-0.8968999981880188,0.4018999934196472,-0.18469999730587006,-0.8968999981880188,0.4018999934196472,-0.18469999730587006,-0.8968999981880188,0.4018999934196472,-0.18469999730587006,-0.22290000319480896,0.4787999987602234,-0.8490999937057495,-0.22290000319480896,0.4787999987602234,-0.8490999937057495,-0.22290000319480896,0.4787999987602234,-0.8490999937057495,-0.6313999891281128,0.757099986076355,-0.16779999434947968,-0.6313999891281128,0.757099986076355,-0.16779999434947968,-0.6313999891281128,0.757099986076355,-0.16779999434947968,-0.07930000126361847,0.7146000266075134,-0.6949999928474426,-0.07930000126361847,0.7146000266075134,-0.6949999928474426,-0.07930000126361847,0.7146000266075134,-0.6949999928474426,-0.29910001158714294,-0.817300021648407,-0.4925000071525574,-0.29910001158714294,-0.817300021648407,-0.4925000071525574,-0.29910001158714294,-0.817300021648407,-0.4925000071525574,0.09839999675750732,-0.6827999949455261,-0.7239999771118164,0.09839999675750732,-0.6827999949455261,-0.7239999771118164,0.09839999675750732,-0.6827999949455261,-0.7239999771118164,-0.9534000158309937,-0.22920000553131104,-0.19619999825954437,-0.9534000158309937,-0.22920000553131104,-0.19619999825954437,-0.9534000158309937,-0.22920000553131104,-0.19619999825954437,0.6029000282287598,0.4959999918937683,-0.6248999834060669,0.6029000282287598,0.4959999918937683,-0.6248999834060669,0.6029000282287598,0.4959999918937683,-0.6248999834060669,0.5029000043869019,-0.679099977016449,0.5346999764442444,0.5029000043869019,-0.679099977016449,0.5346999764442444,0.5029000043869019,-0.679099977016449,0.5346999764442444,-0.32350000739097595,0.8325999975204468,-0.4494999945163727,-0.32350000739097595,0.8325999975204468,-0.4494999945163727,-0.32350000739097595,0.8325999975204468,-0.4494999945163727,0.43869999051094055,-0.8292999863624573,0.34599998593330383,0.43869999051094055,-0.8292999863624573,0.34599998593330383,0.43869999051094055,-0.8292999863624573,0.34599998593330383,0.9972000122070312,-0.04500000178813934,0.05920000001788139,0.9972000122070312,-0.04500000178813934,0.05920000001788139,0.9972000122070312,-0.04500000178813934,0.05920000001788139,0.42250001430511475,0.902400016784668,-0.08510000258684158,0.42250001430511475,0.902400016784668,-0.08510000258684158,0.42250001430511475,0.902400016784668,-0.08510000258684158,0.2273000031709671,-0.6234999895095825,0.7480000257492065,0.2273000031709671,-0.6234999895095825,0.7480000257492065,0.2273000031709671,-0.6234999895095825,0.7480000257492065,-0.590399980545044,-0.6096000075340271,0.5289999842643738,-0.590399980545044,-0.6096000075340271,0.5289999842643738,-0.590399980545044,-0.6096000075340271,0.5289999842643738,-0.5835999846458435,-0.05869999900460243,-0.8098999857902527,-0.5835999846458435,-0.05869999900460243,-0.8098999857902527,-0.5835999846458435,-0.05869999900460243,-0.8098999857902527,-0.8166999816894531,-0.08340000361204147,-0.5709999799728394,-0.8166999816894531,-0.08340000361204147,-0.5709999799728394,-0.8166999816894531,-0.08340000361204147,-0.5709999799728394,-0.7559000253677368,-0.6545000076293945,0.016499999910593033,-0.7559000253677368,-0.6545000076293945,0.016499999910593033,-0.7559000253677368,-0.6545000076293945,0.016499999910593033,-0.7688000202178955,0.5928999781608582,0.23970000445842743,-0.7688000202178955,0.5928999781608582,0.23970000445842743,-0.7688000202178955,0.5928999781608582,0.23970000445842743,0.41200000047683716,-0.9103000164031982,-0.040800001472234726,0.41200000047683716,-0.9103000164031982,-0.040800001472234726,0.41200000047683716,-0.9103000164031982,-0.040800001472234726,0.9629999995231628,0.2004999965429306,0.17990000545978546,0.9629999995231628,0.2004999965429306,0.17990000545978546,0.9629999995231628,0.2004999965429306,0.17990000545978546,0.26919999718666077,-0.5913000106811523,0.760200023651123,0.26919999718666077,-0.5913000106811523,0.760200023651123,0.26919999718666077,-0.5913000106811523,0.760200023651123,-0.6348999738693237,0.6783999800682068,-0.36980000138282776,-0.6348999738693237,0.6783999800682068,-0.36980000138282776,-0.6348999738693237,0.6783999800682068,-0.36980000138282776,-0.8651999831199646,-0.47450000047683716,0.16249999403953552,-0.8651999831199646,-0.47450000047683716,0.16249999403953552,-0.8651999831199646,-0.47450000047683716,0.16249999403953552,0.15109999477863312,0.7810999751091003,-0.60589998960495,0.15109999477863312,0.7810999751091003,-0.60589998960495,0.15109999477863312,0.7810999751091003,-0.60589998960495,-0.2953999936580658,-0.5151000022888184,0.8046000003814697,-0.2953999936580658,-0.5151000022888184,0.8046000003814697,-0.2953999936580658,-0.5151000022888184,0.8046000003814697,-0.27619999647140503,0.1817999929189682,-0.9437999725341797,-0.27619999647140503,0.1817999929189682,-0.9437999725341797,-0.27619999647140503,0.1817999929189682,-0.9437999725341797,0.8001999855041504,0.019200000911951065,-0.599399983882904,0.8001999855041504,0.019200000911951065,-0.599399983882904,0.8001999855041504,0.019200000911951065,-0.599399983882904,0.1949000060558319,0.5907999873161316,-0.7828999757766724,0.1949000060558319,0.5907999873161316,-0.7828999757766724,0.1949000060558319,0.5907999873161316,-0.7828999757766724,-0.29750001430511475,-0.7001000046730042,-0.6491000056266785,-0.29750001430511475,-0.7001000046730042,-0.6491000056266785,-0.29750001430511475,-0.7001000046730042,-0.6491000056266785,-0.7472000122070312,-0.42329999804496765,0.5123000144958496,-0.7472000122070312,-0.42329999804496765,0.5123000144958496,-0.7472000122070312,-0.42329999804496765,0.5123000144958496,0.6998999714851379,-0.2953999936580658,0.6503000259399414,0.6998999714851379,-0.2953999936580658,0.6503000259399414,0.6998999714851379,-0.2953999936580658,0.6503000259399414,-0.842199981212616,-0.44769999384880066,-0.3005000054836273,-0.842199981212616,-0.44769999384880066,-0.3005000054836273,-0.842199981212616,-0.44769999384880066,-0.3005000054836273,-0.1703999936580658,-0.3594000041484833,0.9175000190734863,-0.1703999936580658,-0.3594000041484833,0.9175000190734863,-0.1703999936580658,-0.3594000041484833,0.9175000190734863,-0.27720001339912415,-0.8259999752044678,-0.49079999327659607,-0.27720001339912415,-0.8259999752044678,-0.49079999327659607,-0.27720001339912415,-0.8259999752044678,-0.49079999327659607,0.19869999587535858,0.13920000195503235,-0.9700999855995178,0.19869999587535858,0.13920000195503235,-0.9700999855995178,0.19869999587535858,0.13920000195503235,-0.9700999855995178,-0.21119999885559082,0.8001999855041504,-0.5612999796867371,-0.21119999885559082,0.8001999855041504,-0.5612999796867371,-0.21119999885559082,0.8001999855041504,-0.5612999796867371,-0.19329999387264252,0.5766000151634216,0.7937999963760376,-0.19329999387264252,0.5766000151634216,0.7937999963760376,-0.19329999387264252,0.5766000151634216,0.7937999963760376,-0.07720000296831131,0.027699999511241913,-0.9965999722480774,-0.07720000296831131,0.027699999511241913,-0.9965999722480774,-0.07720000296831131,0.027699999511241913,-0.9965999722480774,-0.36570000648498535,-0.6675999760627747,0.6485000252723694,-0.36570000648498535,-0.6675999760627747,0.6485000252723694,-0.36570000648498535,-0.6675999760627747,0.6485000252723694,-0.5019000172615051,-0.6941999793052673,0.5157999992370605,-0.5019000172615051,-0.6941999793052673,0.5157999992370605,-0.5019000172615051,-0.6941999793052673,0.5157999992370605,0.2759000062942505,-0.896399974822998,0.3467999994754791,0.2759000062942505,-0.896399974822998,0.3467999994754791,0.2759000062942505,-0.896399974822998,0.3467999994754791,-0.133200004696846,0.1525000035762787,0.9793000221252441,-0.133200004696846,0.1525000035762787,0.9793000221252441,-0.133200004696846,0.1525000035762787,0.9793000221252441,0.28220000863075256,0.8920999765396118,-0.35280001163482666,0.28220000863075256,0.8920999765396118,-0.35280001163482666,0.28220000863075256,0.8920999765396118,-0.35280001163482666,-0.9556999802589417,-0.257099986076355,0.14329999685287476,-0.9556999802589417,-0.257099986076355,0.14329999685287476,-0.9556999802589417,-0.257099986076355,0.14329999685287476,-0.605400025844574,0.12939999997615814,-0.7853000164031982,-0.605400025844574,0.12939999997615814,-0.7853000164031982,-0.605400025844574,0.12939999997615814,-0.7853000164031982,-0.9060999751091003,-0.42309999465942383,-0.008799999952316284,-0.9060999751091003,-0.42309999465942383,-0.008799999952316284,-0.9060999751091003,-0.42309999465942383,-0.008799999952316284,0.03929999843239784,-0.9926999807357788,0.1137000024318695,0.03929999843239784,-0.9926999807357788,0.1137000024318695,0.03929999843239784,-0.9926999807357788,0.1137000024318695,0.6554999947547913,-0.6887999773025513,-0.3095000088214874,0.6554999947547913,-0.6887999773025513,-0.3095000088214874,0.6554999947547913,-0.6887999773025513,-0.3095000088214874,-0.38499999046325684,0.8949999809265137,-0.22519999742507935,-0.38499999046325684,0.8949999809265137,-0.22519999742507935,-0.38499999046325684,0.8949999809265137,-0.22519999742507935,-0.9829000234603882,0.1177000030875206,0.14180000126361847,-0.9829000234603882,0.1177000030875206,0.14180000126361847,-0.9829000234603882,0.1177000030875206,0.14180000126361847,0.0723000019788742,-0.15399999916553497,0.9854000210762024,0.0723000019788742,-0.15399999916553497,0.9854000210762024,0.0723000019788742,-0.15399999916553497,0.9854000210762024,-0.32269999384880066,-0.675000011920929,0.6635000109672546,-0.32269999384880066,-0.675000011920929,0.6635000109672546,-0.32269999384880066,-0.675000011920929,0.6635000109672546,-0.554099977016449,0.6026999950408936,-0.5741999745368958,-0.554099977016449,0.6026999950408936,-0.5741999745368958,-0.554099977016449,0.6026999950408936,-0.5741999745368958,0.667900025844574,0.4593000113964081,-0.5856999754905701,0.667900025844574,0.4593000113964081,-0.5856999754905701,0.667900025844574,0.4593000113964081,-0.5856999754905701,0.259799987077713,0.5131000280380249,0.8180999755859375,0.259799987077713,0.5131000280380249,0.8180999755859375,0.259799987077713,0.5131000280380249,0.8180999755859375,-0.6425999999046326,-0.7253000140190125,0.24719999730587006,-0.6425999999046326,-0.7253000140190125,0.24719999730587006,-0.6425999999046326,-0.7253000140190125,0.24719999730587006,0.03629999980330467,0.41760000586509705,-0.9078999757766724,0.03629999980330467,0.41760000586509705,-0.9078999757766724,0.03629999980330467,0.41760000586509705,-0.9078999757766724,-0.9661999940872192,0.1256999969482422,0.22499999403953552,-0.9661999940872192,0.1256999969482422,0.22499999403953552,-0.9661999940872192,0.1256999969482422,0.22499999403953552,-0.039400000125169754,-0.5400000214576721,0.8406999707221985,-0.039400000125169754,-0.5400000214576721,0.8406999707221985,-0.039400000125169754,-0.5400000214576721,0.8406999707221985,0.6726999878883362,0.7235999703407288,0.15469999611377716,0.6726999878883362,0.7235999703407288,0.15469999611377716,0.6726999878883362,0.7235999703407288,0.15469999611377716,0.11400000005960464,-0.9902999997138977,-0.07909999787807465,0.11400000005960464,-0.9902999997138977,-0.07909999787807465,0.11400000005960464,-0.9902999997138977,-0.07909999787807465,-0.3885999917984009,-0.7718999981880188,0.5031999945640564,-0.3885999917984009,-0.7718999981880188,0.5031999945640564,-0.3885999917984009,-0.7718999981880188,0.5031999945640564,0.5340999960899353,0.15469999611377716,0.8310999870300293,0.5340999960899353,0.15469999611377716,0.8310999870300293,0.5340999960899353,0.15469999611377716,0.8310999870300293,0.39500001072883606,-0.7039999961853027,-0.5902000069618225,0.39500001072883606,-0.7039999961853027,-0.5902000069618225,0.39500001072883606,-0.7039999961853027,-0.5902000069618225,0.060100000351667404,0.9789999723434448,0.1949000060558319,0.060100000351667404,0.9789999723434448,0.1949000060558319,0.060100000351667404,0.9789999723434448,0.1949000060558319,-0.9697999954223633,0.20080000162124634,-0.13840000331401825,-0.9697999954223633,0.20080000162124634,-0.13840000331401825,-0.9697999954223633,0.20080000162124634,-0.13840000331401825,0.09619999676942825,-0.4092000126838684,-0.9074000120162964,0.09619999676942825,-0.4092000126838684,-0.9074000120162964,0.09619999676942825,-0.4092000126838684,-0.9074000120162964,0.9531000256538391,-0.23690000176429749,0.1881999969482422,0.9531000256538391,-0.23690000176429749,0.1881999969482422,0.9531000256538391,-0.23690000176429749,0.1881999969482422,-0.7872999906539917,-0.0722000002861023,0.6123999953269958,-0.7872999906539917,-0.0722000002861023,0.6123999953269958,-0.7872999906539917,-0.0722000002861023,0.6123999953269958,-0.5906999707221985,-0.5892000198364258,0.5512999892234802,-0.5906999707221985,-0.5892000198364258,0.5512999892234802,-0.5906999707221985,-0.5892000198364258,0.5512999892234802,0.2630999982357025,-0.9391000270843506,0.22120000422000885,0.2630999982357025,-0.9391000270843506,0.22120000422000885,0.2630999982357025,-0.9391000270843506,0.22120000422000885,0.5267000198364258,-0.8353000283241272,-0.15760000050067902,0.5267000198364258,-0.8353000283241272,-0.15760000050067902,0.5267000198364258,-0.8353000283241272,-0.15760000050067902,-0.3894999921321869,0.8108999729156494,-0.4368000030517578,-0.3894999921321869,0.8108999729156494,-0.4368000030517578,-0.3894999921321869,0.8108999729156494,-0.4368000030517578,0.9937999844551086,-0.0333000011742115,-0.1062999963760376,0.9937999844551086,-0.0333000011742115,-0.1062999963760376,0.9937999844551086,-0.0333000011742115,-0.1062999963760376,0.6377000212669373,0.5921000242233276,-0.4927000105381012,0.6377000212669373,0.5921000242233276,-0.4927000105381012,0.6377000212669373,0.5921000242233276,-0.4927000105381012,0.4016999900341034,-0.2856000065803528,-0.8701000213623047,0.4016999900341034,-0.2856000065803528,-0.8701000213623047,0.4016999900341034,-0.2856000065803528,-0.8701000213623047,0.9085000157356262,0.34200000762939453,-0.2402999997138977,0.9085000157356262,0.34200000762939453,-0.2402999997138977,0.9085000157356262,0.34200000762939453,-0.2402999997138977,0.25940001010894775,-0.06239999830722809,0.963699996471405,0.25940001010894775,-0.06239999830722809,0.963699996471405,0.25940001010894775,-0.06239999830722809,0.963699996471405,0.9747999906539917,0.2199999988079071,0.03799999877810478,0.9747999906539917,0.2199999988079071,0.03799999877810478,0.9747999906539917,0.2199999988079071,0.03799999877810478,-0.5246999859809875,-0.8235999941825867,0.2152000069618225,-0.5246999859809875,-0.8235999941825867,0.2152000069618225,-0.5246999859809875,-0.8235999941825867,0.2152000069618225,0.5521000027656555,-0.2971999943256378,-0.7789999842643738,0.5521000027656555,-0.2971999943256378,-0.7789999842643738,0.5521000027656555,-0.2971999943256378,-0.7789999842643738,-0.7558000087738037,0.5934000015258789,-0.2768000066280365,-0.7558000087738037,0.5934000015258789,-0.2768000066280365,-0.7558000087738037,0.5934000015258789,-0.2768000066280365,0.7890999913215637,0.5440000295639038,0.2851000130176544,0.7890999913215637,0.5440000295639038,0.2851000130176544,0.7890999913215637,0.5440000295639038,0.2851000130176544,-0.45719999074935913,-0.8712999820709229,0.1784999966621399,-0.45719999074935913,-0.8712999820709229,0.1784999966621399,-0.45719999074935913,-0.8712999820709229,0.1784999966621399,-0.2442999929189682,-0.820900022983551,-0.5160999894142151,-0.2442999929189682,-0.820900022983551,-0.5160999894142151,-0.2442999929189682,-0.820900022983551,-0.5160999894142151,0.5580999851226807,-0.4058000147342682,-0.723800003528595,0.5580999851226807,-0.4058000147342682,-0.723800003528595,0.5580999851226807,-0.4058000147342682,-0.723800003528595,-0.9990000128746033,0.04439999908208847,-0.010900000110268593,-0.9990000128746033,0.04439999908208847,-0.010900000110268593,-0.9990000128746033,0.04439999908208847,-0.010900000110268593,-0.5128999948501587,-0.1648000031709671,-0.8424999713897705,-0.5128999948501587,-0.1648000031709671,-0.8424999713897705,-0.5128999948501587,-0.1648000031709671,-0.8424999713897705,0.44780001044273376,0.5185999870300293,-0.7283999919891357,0.44780001044273376,0.5185999870300293,-0.7283999919891357,0.44780001044273376,0.5185999870300293,-0.7283999919891357,0.43849998712539673,0.4968000054359436,0.7488999962806702,0.43849998712539673,0.4968000054359436,0.7488999962806702,0.43849998712539673,0.4968000054359436,0.7488999962806702,-0.6384000182151794,-0.4708000123500824,-0.6089000105857849,-0.6384000182151794,-0.4708000123500824,-0.6089000105857849,-0.6384000182151794,-0.4708000123500824,-0.6089000105857849,0.8198999762535095,0.08190000057220459,-0.5666000247001648,0.8198999762535095,0.08190000057220459,-0.5666000247001648,0.8198999762535095,0.08190000057220459,-0.5666000247001648,0.2522999942302704,0.45669999718666077,-0.8531000018119812,0.2522999942302704,0.45669999718666077,-0.8531000018119812,0.2522999942302704,0.45669999718666077,-0.8531000018119812,0.8679999709129333,-0.014299999922513962,0.49639999866485596,0.8679999709129333,-0.014299999922513962,0.49639999866485596,0.8679999709129333,-0.014299999922513962,0.49639999866485596,0.037300001829862595,0.030300000682473183,-0.9987999796867371,0.037300001829862595,0.030300000682473183,-0.9987999796867371,0.037300001829862595,0.030300000682473183,-0.9987999796867371,-0.9541000127792358,-0.04470000043511391,0.296099990606308,-0.9541000127792358,-0.04470000043511391,0.296099990606308,-0.9541000127792358,-0.04470000043511391,0.296099990606308,-0.7591000199317932,0.5989000201225281,-0.2551000118255615,-0.7591000199317932,0.5989000201225281,-0.2551000118255615,-0.7591000199317932,0.5989000201225281,-0.2551000118255615,-0.8217999935150146,-0.5217999815940857,0.22869999706745148,-0.8217999935150146,-0.5217999815940857,0.22869999706745148,-0.8217999935150146,-0.5217999815940857,0.22869999706745148,-0.15049999952316284,-0.6898999810218811,0.7081000208854675,-0.15049999952316284,-0.6898999810218811,0.7081000208854675,-0.15049999952316284,-0.6898999810218811,0.7081000208854675,0.6574000120162964,0.7405999898910522,-0.13899999856948853,0.6574000120162964,0.7405999898910522,-0.13899999856948853,0.6574000120162964,0.7405999898910522,-0.13899999856948853,-0.18160000443458557,-0.9247000217437744,-0.3345000147819519,-0.18160000443458557,-0.9247000217437744,-0.3345000147819519,-0.18160000443458557,-0.9247000217437744,-0.3345000147819519,0.8492000102996826,0.08659999817609787,-0.5209000110626221,0.8492000102996826,0.08659999817609787,-0.5209000110626221,0.8492000102996826,0.08659999817609787,-0.5209000110626221,0.6583999991416931,-0.5297999978065491,-0.534600019454956,0.6583999991416931,-0.5297999978065491,-0.534600019454956,0.6583999991416931,-0.5297999978065491,-0.534600019454956,0.9488999843597412,-0.31540000438690186,-0.008899999782443047,0.9488999843597412,-0.31540000438690186,-0.008899999782443047,0.9488999843597412,-0.31540000438690186,-0.008899999782443047,0.4609000086784363,-0.041600000113248825,0.8865000009536743,0.4609000086784363,-0.041600000113248825,0.8865000009536743,0.4609000086784363,-0.041600000113248825,0.8865000009536743,0.2282000035047531,0.49630001187324524,0.8377000093460083,0.2282000035047531,0.49630001187324524,0.8377000093460083,0.2282000035047531,0.49630001187324524,0.8377000093460083,-0.15960000455379486,-0.8586000204086304,0.4871000051498413,-0.15960000455379486,-0.8586000204086304,0.4871000051498413,-0.15960000455379486,-0.8586000204086304,0.4871000051498413,0.8737000226974487,0.4074000120162964,0.26600000262260437,0.8737000226974487,0.4074000120162964,0.26600000262260437,0.8737000226974487,0.4074000120162964,0.26600000262260437,-0.23849999904632568,-0.23309999704360962,0.9427000284194946,-0.23849999904632568,-0.23309999704360962,0.9427000284194946,-0.23849999904632568,-0.23309999704360962,0.9427000284194946,-0.6726999878883362,0.5291000008583069,-0.5171999931335449,-0.6726999878883362,0.5291000008583069,-0.5171999931335449,-0.6726999878883362,0.5291000008583069,-0.5171999931335449,0.3276999890804291,-0.4291999936103821,0.84170001745224,0.3276999890804291,-0.4291999936103821,0.84170001745224,0.3276999890804291,-0.4291999936103821,0.84170001745224,0.8184999823570251,-0.39959999918937683,0.41269999742507935,0.8184999823570251,-0.39959999918937683,0.41269999742507935,0.8184999823570251,-0.39959999918937683,0.41269999742507935,-0.04170000180602074,-0.46219998598098755,0.8858000040054321,-0.04170000180602074,-0.46219998598098755,0.8858000040054321,-0.04170000180602074,-0.46219998598098755,0.8858000040054321,0.9987999796867371,0.0010999999940395355,0.04989999905228615,0.9987999796867371,0.0010999999940395355,0.04989999905228615,0.9987999796867371,0.0010999999940395355,0.04989999905228615,-0.2517000138759613,0.8802000284194946,-0.40230000019073486,-0.2517000138759613,0.8802000284194946,-0.40230000019073486,-0.2517000138759613,0.8802000284194946,-0.40230000019073486,0.2615000009536743,0.810699999332428,-0.5238000154495239,0.2615000009536743,0.810699999332428,-0.5238000154495239,0.2615000009536743,0.810699999332428,-0.5238000154495239,-0.27869999408721924,0.6086999773979187,-0.742900013923645,-0.27869999408721924,0.6086999773979187,-0.742900013923645,-0.27869999408721924,0.6086999773979187,-0.742900013923645,0.3571999967098236,0.2786000072956085,0.8914999961853027,0.3571999967098236,0.2786000072956085,0.8914999961853027,0.3571999967098236,0.2786000072956085,0.8914999961853027,0.057500001043081284,0.9983000159263611,-0.004600000102072954,0.057500001043081284,0.9983000159263611,-0.004600000102072954,0.057500001043081284,0.9983000159263611,-0.004600000102072954,0.5956000089645386,0.8029999732971191,-0.02280000038444996,0.5956000089645386,0.8029999732971191,-0.02280000038444996,0.5956000089645386,0.8029999732971191,-0.02280000038444996,0.5285000205039978,0.8474000096321106,0.050200000405311584,0.5285000205039978,0.8474000096321106,0.050200000405311584,0.5285000205039978,0.8474000096321106,0.050200000405311584,-0.9125000238418579,0.10000000149011612,-0.39660000801086426,-0.9125000238418579,0.10000000149011612,-0.39660000801086426,-0.9125000238418579,0.10000000149011612,-0.39660000801086426,-0.07010000199079514,0.7739999890327454,-0.6292999982833862,-0.07010000199079514,0.7739999890327454,-0.6292999982833862,-0.07010000199079514,0.7739999890327454,-0.6292999982833862,-0.3917999863624573,-0.8532000184059143,0.3441999852657318,-0.3917999863624573,-0.8532000184059143,0.3441999852657318,-0.3917999863624573,-0.8532000184059143,0.3441999852657318,0.13199999928474426,-0.5828999876976013,-0.801800012588501,0.13199999928474426,-0.5828999876976013,-0.801800012588501,0.13199999928474426,-0.5828999876976013,-0.801800012588501,-0.4106000065803528,-0.08479999750852585,-0.9078999757766724,-0.4106000065803528,-0.08479999750852585,-0.9078999757766724,-0.4106000065803528,-0.08479999750852585,-0.9078999757766724,0.30239999294281006,0.708299994468689,-0.6377999782562256,0.30239999294281006,0.708299994468689,-0.6377999782562256,0.30239999294281006,0.708299994468689,-0.6377999782562256,-0.3142000138759613,0.70169997215271,0.6394000053405762,-0.3142000138759613,0.70169997215271,0.6394000053405762,-0.3142000138759613,0.70169997215271,0.6394000053405762,-0.5327000021934509,-0.7146999835968018,0.45329999923706055,-0.5327000021934509,-0.7146999835968018,0.45329999923706055,-0.5327000021934509,-0.7146999835968018,0.45329999923706055,0.8646000027656555,-0.32600000500679016,0.3822000026702881,0.8646000027656555,-0.32600000500679016,0.3822000026702881,0.8646000027656555,-0.32600000500679016,0.3822000026702881,0.6133999824523926,-0.503600001335144,0.6083999872207642,0.6133999824523926,-0.503600001335144,0.6083999872207642,0.6133999824523926,-0.503600001335144,0.6083999872207642,0.029899999499320984,-0.968500018119812,0.24709999561309814,0.029899999499320984,-0.968500018119812,0.24709999561309814,0.029899999499320984,-0.968500018119812,0.24709999561309814,-0.8939999938011169,-0.3416000008583069,0.29010000824928284,-0.8939999938011169,-0.3416000008583069,0.29010000824928284,-0.8939999938011169,-0.3416000008583069,0.29010000824928284,0.38040000200271606,-0.7360000014305115,0.5601000189781189,0.38040000200271606,-0.7360000014305115,0.5601000189781189,0.38040000200271606,-0.7360000014305115,0.5601000189781189,0.6209999918937683,0.7749999761581421,0.11729999631643295,0.6209999918937683,0.7749999761581421,0.11729999631643295,0.6209999918937683,0.7749999761581421,0.11729999631643295,-0.5094000101089478,0.8040000200271606,-0.30660000443458557,-0.5094000101089478,0.8040000200271606,-0.30660000443458557,-0.5094000101089478,0.8040000200271606,-0.30660000443458557,-0.8285999894142151,0.1851000040769577,-0.5282999873161316,-0.8285999894142151,0.1851000040769577,-0.5282999873161316,-0.8285999894142151,0.1851000040769577,-0.5282999873161316,0.6442000269889832,-0.7617999911308289,0.06870000064373016,0.6442000269889832,-0.7617999911308289,0.06870000064373016,0.6442000269889832,-0.7617999911308289,0.06870000064373016,-0.38929998874664307,-0.21649999916553497,-0.8952999711036682,-0.38929998874664307,-0.21649999916553497,-0.8952999711036682,-0.38929998874664307,-0.21649999916553497,-0.8952999711036682,-0.054499998688697815,-0.7332000136375427,0.6777999997138977,-0.054499998688697815,-0.7332000136375427,0.6777999997138977,-0.054499998688697815,-0.7332000136375427,0.6777999997138977,0.39570000767707825,-0.7473999857902527,-0.5336999893188477,0.39570000767707825,-0.7473999857902527,-0.5336999893188477,0.39570000767707825,-0.7473999857902527,-0.5336999893188477,-0.9258999824523926,0.2554999887943268,-0.2784000039100647,-0.9258999824523926,0.2554999887943268,-0.2784000039100647,-0.9258999824523926,0.2554999887943268,-0.2784000039100647,-0.9235000014305115,0.31520000100135803,0.2184000015258789,-0.9235000014305115,0.31520000100135803,0.2184000015258789,-0.9235000014305115,0.31520000100135803,0.2184000015258789,-0.03889999911189079,-0.6359000205993652,0.770799994468689,-0.03889999911189079,-0.6359000205993652,0.770799994468689,-0.03889999911189079,-0.6359000205993652,0.770799994468689,0.88919997215271,-0.4122999906539917,-0.19840000569820404,0.88919997215271,-0.4122999906539917,-0.19840000569820404,0.88919997215271,-0.4122999906539917,-0.19840000569820404,-0.6194000244140625,0.5946999788284302,-0.512499988079071,-0.6194000244140625,0.5946999788284302,-0.512499988079071,-0.6194000244140625,0.5946999788284302,-0.512499988079071,-0.2881999909877777,-0.9063000082969666,-0.3091000020503998,-0.2881999909877777,-0.9063000082969666,-0.3091000020503998,-0.2881999909877777,-0.9063000082969666,-0.3091000020503998,0.8346999883651733,0.39590001106262207,0.38280001282691956,0.8346999883651733,0.39590001106262207,0.38280001282691956,0.8346999883651733,0.39590001106262207,0.38280001282691956,-0.15039999783039093,0.588100016117096,-0.7946000099182129,-0.15039999783039093,0.588100016117096,-0.7946000099182129,-0.15039999783039093,0.588100016117096,-0.7946000099182129,-0.9539999961853027,0.2890999913215637,0.07909999787807465,-0.9539999961853027,0.2890999913215637,0.07909999787807465,-0.9539999961853027,0.2890999913215637,0.07909999787807465,0.11420000344514847,0.8215000033378601,-0.5587000250816345,0.11420000344514847,0.8215000033378601,-0.5587000250816345,0.11420000344514847,0.8215000033378601,-0.5587000250816345,-0.3411000072956085,0.9398999810218811,-0.014800000004470348,-0.3411000072956085,0.9398999810218811,-0.014800000004470348,-0.3411000072956085,0.9398999810218811,-0.014800000004470348,0.6428999900817871,0.08799999952316284,0.7609000205993652,0.6428999900817871,0.08799999952316284,0.7609000205993652,0.6428999900817871,0.08799999952316284,0.7609000205993652,-0.546999990940094,0.0925000011920929,-0.8320000171661377,-0.546999990940094,0.0925000011920929,-0.8320000171661377,-0.546999990940094,0.0925000011920929,-0.8320000171661377,0.5426999926567078,-0.27900001406669617,0.7922000288963318,0.5426999926567078,-0.27900001406669617,0.7922000288963318,0.5426999926567078,-0.27900001406669617,0.7922000288963318,0.9236999750137329,-0.3118000030517578,-0.2223999947309494,0.9236999750137329,-0.3118000030517578,-0.2223999947309494,0.9236999750137329,-0.3118000030517578,-0.2223999947309494,-0.9629999995231628,-0.05009999871253967,-0.2646999955177307,-0.9629999995231628,-0.05009999871253967,-0.2646999955177307,-0.9629999995231628,-0.05009999871253967,-0.2646999955177307,-0.7423999905586243,-0.07360000163316727,-0.6658999919891357,-0.7423999905586243,-0.07360000163316727,-0.6658999919891357,-0.7423999905586243,-0.07360000163316727,-0.6658999919891357,-0.636900007724762,-0.005400000140070915,-0.7710000276565552,-0.636900007724762,-0.005400000140070915,-0.7710000276565552,-0.636900007724762,-0.005400000140070915,-0.7710000276565552,0.7599999904632568,-0.6335999965667725,0.14489999413490295,0.7599999904632568,-0.6335999965667725,0.14489999413490295,0.7599999904632568,-0.6335999965667725,0.14489999413490295,-0.9262999892234802,0.027300000190734863,-0.3756999969482422,-0.9262999892234802,0.027300000190734863,-0.3756999969482422,-0.9262999892234802,0.027300000190734863,-0.3756999969482422,0.49129998683929443,-0.8689000010490417,-0.06040000170469284,0.49129998683929443,-0.8689000010490417,-0.06040000170469284,0.49129998683929443,-0.8689000010490417,-0.06040000170469284,-0.2718000113964081,0.33149999380111694,0.9035000205039978,-0.2718000113964081,0.33149999380111694,0.9035000205039978,-0.2718000113964081,0.33149999380111694,0.9035000205039978,0.0949999988079071,0.5309000015258789,-0.8421000242233276,0.0949999988079071,0.5309000015258789,-0.8421000242233276,0.0949999988079071,0.5309000015258789,-0.8421000242233276,0.36469998955726624,-0.9122999906539917,-0.18610000610351562,0.36469998955726624,-0.9122999906539917,-0.18610000610351562,0.36469998955726624,-0.9122999906539917,-0.18610000610351562,-0.16760000586509705,0.6902999877929688,-0.7038999795913696,-0.16760000586509705,0.6902999877929688,-0.7038999795913696,-0.16760000586509705,0.6902999877929688,-0.7038999795913696,0.40459999442100525,0.9135000109672546,0.042399998754262924,0.40459999442100525,0.9135000109672546,0.042399998754262924,0.40459999442100525,0.9135000109672546,0.042399998754262924,-0.8633000254631042,0.2078000009059906,-0.46000000834465027,-0.8633000254631042,0.2078000009059906,-0.46000000834465027,-0.8633000254631042,0.2078000009059906,-0.46000000834465027,0.892300009727478,0.26409998536109924,-0.3659999966621399,0.892300009727478,0.26409998536109924,-0.3659999966621399,0.892300009727478,0.26409998536109924,-0.3659999966621399,-0.20409999787807465,-0.7530999779701233,0.6255000233650208,-0.20409999787807465,-0.7530999779701233,0.6255000233650208,-0.20409999787807465,-0.7530999779701233,0.6255000233650208,0.35339999198913574,0.7138000130653381,0.6046000123023987,0.35339999198913574,0.7138000130653381,0.6046000123023987,0.35339999198913574,0.7138000130653381,0.6046000123023987,0.3871999979019165,-0.5910000205039978,0.7077000141143799,0.3871999979019165,-0.5910000205039978,0.7077000141143799,0.3871999979019165,-0.5910000205039978,0.7077000141143799,-0.6574000120162964,0.7405999898910522,-0.13899999856948853,-0.6574000120162964,0.7405999898910522,-0.13899999856948853,-0.6574000120162964,0.7405999898910522,-0.13899999856948853,0.5026000142097473,0.821399986743927,-0.2694999873638153,0.5026000142097473,0.821399986743927,-0.2694999873638153,0.5026000142097473,0.821399986743927,-0.2694999873638153,0.5058000087738037,-0.758899986743927,0.4099999964237213,0.5058000087738037,-0.758899986743927,0.4099999964237213,0.5058000087738037,-0.758899986743927,0.4099999964237213,0.0215000007301569,-0.9409000277519226,-0.3379000127315521,0.0215000007301569,-0.9409000277519226,-0.3379000127315521,0.0215000007301569,-0.9409000277519226,-0.3379000127315521,-0.1282999962568283,-0.7416999936103821,0.65829998254776,-0.1282999962568283,-0.7416999936103821,0.65829998254776,-0.1282999962568283,-0.7416999936103821,0.65829998254776,0.3695000112056732,0.6083999872207642,-0.7024000287055969,0.3695000112056732,0.6083999872207642,-0.7024000287055969,0.3695000112056732,0.6083999872207642,-0.7024000287055969,-0.04529999941587448,-0.2770000100135803,-0.9598000049591064,-0.04529999941587448,-0.2770000100135803,-0.9598000049591064,-0.04529999941587448,-0.2770000100135803,-0.9598000049591064,-0.9361000061035156,0.014800000004470348,-0.3513999879360199,-0.9361000061035156,0.014800000004470348,-0.3513999879360199,-0.9361000061035156,0.014800000004470348,-0.3513999879360199,-0.08590000122785568,0.7833999991416931,-0.6155999898910522,-0.08590000122785568,0.7833999991416931,-0.6155999898910522,-0.08590000122785568,0.7833999991416931,-0.6155999898910522,0.06369999796152115,0.989300012588501,-0.13109999895095825,0.06369999796152115,0.989300012588501,-0.13109999895095825,0.06369999796152115,0.989300012588501,-0.13109999895095825,-0.4860000014305115,-0.8431000113487244,0.2303999960422516,-0.4860000014305115,-0.8431000113487244,0.2303999960422516,-0.4860000014305115,-0.8431000113487244,0.2303999960422516,0.7954000234603882,0.6010000109672546,-0.07829999923706055,0.7954000234603882,0.6010000109672546,-0.07829999923706055,0.7954000234603882,0.6010000109672546,-0.07829999923706055,-0.9569000005722046,0.12430000305175781,0.2624000012874603,-0.9569000005722046,0.12430000305175781,0.2624000012874603,-0.9569000005722046,0.12430000305175781,0.2624000012874603,0.8084999918937683,-0.33390000462532043,-0.484499990940094,0.8084999918937683,-0.33390000462532043,-0.484499990940094,0.8084999918937683,-0.33390000462532043,-0.484499990940094,-0.947700023651123,-0.1624000072479248,0.27489998936653137,-0.947700023651123,-0.1624000072479248,0.27489998936653137,-0.947700023651123,-0.1624000072479248,0.27489998936653137,-0.6281999945640564,0.7745000123977661,-0.07429999858140945,-0.6281999945640564,0.7745000123977661,-0.07429999858140945,-0.6281999945640564,0.7745000123977661,-0.07429999858140945,-0.4375999867916107,-0.43790000677108765,0.7853000164031982,-0.4375999867916107,-0.43790000677108765,0.7853000164031982,-0.4375999867916107,-0.43790000677108765,0.7853000164031982,-0.8009999990463257,0.03290000185370445,0.5978000164031982,-0.8009999990463257,0.03290000185370445,0.5978000164031982,-0.8009999990463257,0.03290000185370445,0.5978000164031982,-0.02290000021457672,0.9420999884605408,-0.3345000147819519,-0.02290000021457672,0.9420999884605408,-0.3345000147819519,-0.02290000021457672,0.9420999884605408,-0.3345000147819519,0.6413000226020813,-0.6693000197410583,0.37529999017715454,0.6413000226020813,-0.6693000197410583,0.37529999017715454,0.6413000226020813,-0.6693000197410583,0.37529999017715454,-0.8780999779701233,-0.21359999477863312,0.42809998989105225,-0.8780999779701233,-0.21359999477863312,0.42809998989105225,-0.8780999779701233,-0.21359999477863312,0.42809998989105225,0.7940999865531921,-0.597100019454956,0.11339999735355377,0.7940999865531921,-0.597100019454956,0.11339999735355377,0.7940999865531921,-0.597100019454956,0.11339999735355377,0.05590000003576279,-0.9943000078201294,-0.09070000052452087,0.05590000003576279,-0.9943000078201294,-0.09070000052452087,0.05590000003576279,-0.9943000078201294,-0.09070000052452087,-0.8266000151634216,-0.5623000264167786,-0.023800000548362732,-0.8266000151634216,-0.5623000264167786,-0.023800000548362732,-0.8266000151634216,-0.5623000264167786,-0.023800000548362732,0.9081000089645386,-0.019899999722838402,-0.41830000281333923,0.9081000089645386,-0.019899999722838402,-0.41830000281333923,0.9081000089645386,-0.019899999722838402,-0.41830000281333923,0.029100000858306885,0.8794999718666077,-0.4749000072479248,0.029100000858306885,0.8794999718666077,-0.4749000072479248,0.029100000858306885,0.8794999718666077,-0.4749000072479248,0.6262000203132629,-0.12189999967813492,-0.7700999975204468,0.6262000203132629,-0.12189999967813492,-0.7700999975204468,0.6262000203132629,-0.12189999967813492,-0.7700999975204468,0.9521999955177307,0.2766000032424927,-0.1298000067472458,0.9521999955177307,0.2766000032424927,-0.1298000067472458,0.9521999955177307,0.2766000032424927,-0.1298000067472458,-0.9394999742507935,-0.3176000118255615,0.1282999962568283,-0.9394999742507935,-0.3176000118255615,0.1282999962568283,-0.9394999742507935,-0.3176000118255615,0.1282999962568283,0.9416000247001648,0.3089999854564667,0.13359999656677246,0.9416000247001648,0.3089999854564667,0.13359999656677246,0.9416000247001648,0.3089999854564667,0.13359999656677246,0.4162999987602234,-0.6340000033378601,0.6517000198364258,0.4162999987602234,-0.6340000033378601,0.6517000198364258,0.4162999987602234,-0.6340000033378601,0.6517000198364258,-0.9908000230789185,-0.07519999891519547,0.11259999871253967,-0.9908000230789185,-0.07519999891519547,0.11259999871253967,-0.9908000230789185,-0.07519999891519547,0.11259999871253967,-0.4609000086784363,-0.041600000113248825,0.8865000009536743,-0.4609000086784363,-0.041600000113248825,0.8865000009536743,-0.4609000086784363,-0.041600000113248825,0.8865000009536743,0.7408000230789185,-0.0071000000461936,-0.6715999841690063,0.7408000230789185,-0.0071000000461936,-0.6715999841690063,0.7408000230789185,-0.0071000000461936,-0.6715999841690063,0.8881000280380249,0.28119999170303345,-0.3637000024318695,0.8881000280380249,0.28119999170303345,-0.3637000024318695,0.8881000280380249,0.28119999170303345,-0.3637000024318695,0.29019999504089355,-0.955299973487854,-0.05719999969005585,0.29019999504089355,-0.955299973487854,-0.05719999969005585,0.29019999504089355,-0.955299973487854,-0.05719999969005585,0.5146999955177307,-0.5464000105857849,0.6607000231742859,0.5146999955177307,-0.5464000105857849,0.6607000231742859,0.5146999955177307,-0.5464000105857849,0.6607000231742859,-0.9125000238418579,-0.0885000005364418,0.3995000123977661,-0.9125000238418579,-0.0885000005364418,0.3995000123977661,-0.9125000238418579,-0.0885000005364418,0.3995000123977661,-0.09520000219345093,-0.9503999948501587,-0.2962000072002411,-0.09520000219345093,-0.9503999948501587,-0.2962000072002411,-0.09520000219345093,-0.9503999948501587,-0.2962000072002411,-0.8111000061035156,-0.09969999641180038,0.5763999819755554,-0.8111000061035156,-0.09969999641180038,0.5763999819755554,-0.8111000061035156,-0.09969999641180038,0.5763999819755554,-0.8485999703407288,-0.10199999809265137,0.51910001039505,-0.8485999703407288,-0.10199999809265137,0.51910001039505,-0.8485999703407288,-0.10199999809265137,0.51910001039505,0.5629000067710876,0.8241999745368958,0.062199998646974564,0.5629000067710876,0.8241999745368958,0.062199998646974564,0.5629000067710876,0.8241999745368958,0.062199998646974564,0.23589999973773956,-0.8399999737739563,0.4885999858379364,0.23589999973773956,-0.8399999737739563,0.4885999858379364,0.23589999973773956,-0.8399999737739563,0.4885999858379364,-0.4884999990463257,0.8652999997138977,0.1128000020980835,-0.4884999990463257,0.8652999997138977,0.1128000020980835,-0.4884999990463257,0.8652999997138977,0.1128000020980835,-0.6216999888420105,-0.7763000130653381,-0.10429999977350235,-0.6216999888420105,-0.7763000130653381,-0.10429999977350235,-0.6216999888420105,-0.7763000130653381,-0.10429999977350235,-0.5365999937057495,-0.1306000053882599,-0.8337000012397766,-0.5365999937057495,-0.1306000053882599,-0.8337000012397766,-0.5365999937057495,-0.1306000053882599,-0.8337000012397766,-0.7753000259399414,0.49810001254081726,0.38839998841285706,-0.7753000259399414,0.49810001254081726,0.38839998841285706,-0.7753000259399414,0.49810001254081726,0.38839998841285706,-0.9718000292778015,0.16200000047683716,0.17110000550746918,-0.9718000292778015,0.16200000047683716,0.17110000550746918,-0.9718000292778015,0.16200000047683716,0.17110000550746918,-0.07190000265836716,0.12290000170469284,-0.989799976348877,-0.07190000265836716,0.12290000170469284,-0.989799976348877,-0.07190000265836716,0.12290000170469284,-0.989799976348877,0.38100001215934753,0.09319999814033508,-0.9199000000953674,0.38100001215934753,0.09319999814033508,-0.9199000000953674,0.38100001215934753,0.09319999814033508,-0.9199000000953674,0.954200029373169,-0.19480000436306,0.22699999809265137,0.954200029373169,-0.19480000436306,0.22699999809265137,0.954200029373169,-0.19480000436306,0.22699999809265137,0.6312999725341797,0.7508999705314636,-0.19380000233650208,0.6312999725341797,0.7508999705314636,-0.19380000233650208,0.6312999725341797,0.7508999705314636,-0.19380000233650208,-0.9972000122070312,-0.04500000178813934,0.05920000001788139,-0.9972000122070312,-0.04500000178813934,0.05920000001788139,-0.9972000122070312,-0.04500000178813934,0.05920000001788139,-0.515999972820282,0.16349999606609344,-0.8409000039100647,-0.515999972820282,0.16349999606609344,-0.8409000039100647,-0.515999972820282,0.16349999606609344,-0.8409000039100647,0.21070000529289246,0.33079999685287476,0.9199000000953674,0.21070000529289246,0.33079999685287476,0.9199000000953674,0.21070000529289246,0.33079999685287476,0.9199000000953674,0.5159000158309937,-0.8479999899864197,0.121799997985363,0.5159000158309937,-0.8479999899864197,0.121799997985363,0.5159000158309937,-0.8479999899864197,0.121799997985363,-0.7609999775886536,-0.6022999882698059,-0.2410999983549118,-0.7609999775886536,-0.6022999882698059,-0.2410999983549118,-0.7609999775886536,-0.6022999882698059,-0.2410999983549118,0.4966000020503998,-0.29159998893737793,0.8174999952316284,0.4966000020503998,-0.29159998893737793,0.8174999952316284,0.4966000020503998,-0.29159998893737793,0.8174999952316284,-0.7705000042915344,0.5414999723434448,-0.33640000224113464,-0.7705000042915344,0.5414999723434448,-0.33640000224113464,-0.7705000042915344,0.5414999723434448,-0.33640000224113464,0.4986000061035156,0.8440999984741211,0.1973000019788742,0.4986000061035156,0.8440999984741211,0.1973000019788742,0.4986000061035156,0.8440999984741211,0.1973000019788742,-0.2865000069141388,-0.579200029373169,-0.7631999850273132,-0.2865000069141388,-0.579200029373169,-0.7631999850273132,-0.2865000069141388,-0.579200029373169,-0.7631999850273132,-0.0731000006198883,0.6291999816894531,-0.7738000154495239,-0.0731000006198883,0.6291999816894531,-0.7738000154495239,-0.0731000006198883,0.6291999816894531,-0.7738000154495239,0.7922999858856201,0.5636000037193298,0.23360000550746918,0.7922999858856201,0.5636000037193298,0.23360000550746918,0.7922999858856201,0.5636000037193298,0.23360000550746918,0.46480000019073486,0.7289000153541565,0.5026999711990356,0.46480000019073486,0.7289000153541565,0.5026999711990356,0.46480000019073486,0.7289000153541565,0.5026999711990356,0.09059999883174896,-0.8399999737739563,-0.5349000096321106,0.09059999883174896,-0.8399999737739563,-0.5349000096321106,0.09059999883174896,-0.8399999737739563,-0.5349000096321106,-0.7595000267028809,-0.6086999773979187,0.22939999401569366,-0.7595000267028809,-0.6086999773979187,0.22939999401569366,-0.7595000267028809,-0.6086999773979187,0.22939999401569366,-0.3700000047683716,-0.7188000082969666,-0.5885999798774719,-0.3700000047683716,-0.7188000082969666,-0.5885999798774719,-0.3700000047683716,-0.7188000082969666,-0.5885999798774719,-0.5112000107765198,0.3698999881744385,-0.7757999897003174,-0.5112000107765198,0.3698999881744385,-0.7757999897003174,-0.5112000107765198,0.3698999881744385,-0.7757999897003174,-0.7975000143051147,-0.5238000154495239,-0.2992999851703644,-0.7975000143051147,-0.5238000154495239,-0.2992999851703644,-0.7975000143051147,-0.5238000154495239,-0.2992999851703644,0.5936999917030334,0.4041000008583069,0.695900022983551,0.5936999917030334,0.4041000008583069,0.695900022983551,0.5936999917030334,0.4041000008583069,0.695900022983551,0.5249999761581421,-0.5203999876976013,-0.6733999848365784,0.5249999761581421,-0.5203999876976013,-0.6733999848365784,0.5249999761581421,-0.5203999876976013,-0.6733999848365784,-0.6380000114440918,-0.7501000165939331,0.17389999330043793,-0.6380000114440918,-0.7501000165939331,0.17389999330043793,-0.6380000114440918,-0.7501000165939331,0.17389999330043793,-0.9941999912261963,0.029100000858306885,-0.1039000004529953,-0.9941999912261963,0.029100000858306885,-0.1039000004529953,-0.9941999912261963,0.029100000858306885,-0.1039000004529953,-0.31279999017715454,-0.9271000027656555,-0.20640000700950623,-0.31279999017715454,-0.9271000027656555,-0.20640000700950623,-0.31279999017715454,-0.9271000027656555,-0.20640000700950623,0.7314000129699707,-0.45899999141693115,-0.5042999982833862,0.7314000129699707,-0.45899999141693115,-0.5042999982833862,0.7314000129699707,-0.45899999141693115,-0.5042999982833862,-0.31290000677108765,0.5537999868392944,0.7716000080108643,-0.31290000677108765,0.5537999868392944,0.7716000080108643,-0.31290000677108765,0.5537999868392944,0.7716000080108643,-0.4697999954223633,0.5278000235557556,0.7075999975204468,-0.4697999954223633,0.5278000235557556,0.7075999975204468,-0.4697999954223633,0.5278000235557556,0.7075999975204468,-0.2565000057220459,0.42480000853538513,0.8682000041007996,-0.2565000057220459,0.42480000853538513,0.8682000041007996,-0.2565000057220459,0.42480000853538513,0.8682000041007996,0.16249999403953552,0.842199981212616,-0.51419997215271,0.16249999403953552,0.842199981212616,-0.51419997215271,0.16249999403953552,0.842199981212616,-0.51419997215271,-0.9679999947547913,-0.25099998712539673,-0.0017000000225380063,-0.9679999947547913,-0.25099998712539673,-0.0017000000225380063,-0.9679999947547913,-0.25099998712539673,-0.0017000000225380063,-0.4068000018596649,-0.7867000102996826,0.4643000066280365,-0.4068000018596649,-0.7867000102996826,0.4643000066280365,-0.4068000018596649,-0.7867000102996826,0.4643000066280365,0.03849999979138374,0.4138000011444092,-0.909600019454956,0.03849999979138374,0.4138000011444092,-0.909600019454956,0.03849999979138374,0.4138000011444092,-0.909600019454956,-0.1331000030040741,-0.9833999872207642,0.1234000027179718,-0.1331000030040741,-0.9833999872207642,0.1234000027179718,-0.1331000030040741,-0.9833999872207642,0.1234000027179718,0.6933000087738037,-0.6930999755859375,0.19760000705718994,0.6933000087738037,-0.6930999755859375,0.19760000705718994,0.6933000087738037,-0.6930999755859375,0.19760000705718994,-0.296099990606308,0.9124000072479248,-0.2827000021934509,-0.296099990606308,0.9124000072479248,-0.2827000021934509,-0.296099990606308,0.9124000072479248,-0.2827000021934509,0.9968000054359436,-0.0714000016450882,-0.03579999879002571,0.9968000054359436,-0.0714000016450882,-0.03579999879002571,0.9968000054359436,-0.0714000016450882,-0.03579999879002571,-0.7109000086784363,0.49709999561309814,0.4975000023841858,-0.7109000086784363,0.49709999561309814,0.4975000023841858,-0.7109000086784363,0.49709999561309814,0.4975000023841858,-0.15489999949932098,-0.7900000214576721,0.5932999849319458,-0.15489999949932098,-0.7900000214576721,0.5932999849319458,-0.15489999949932098,-0.7900000214576721,0.5932999849319458,-0.858299970626831,-0.16060000658035278,-0.48730000853538513,-0.858299970626831,-0.16060000658035278,-0.48730000853538513,-0.858299970626831,-0.16060000658035278,-0.48730000853538513,0.5432999730110168,0.17910000681877136,-0.8202000260353088,0.5432999730110168,0.17910000681877136,-0.8202000260353088,0.5432999730110168,0.17910000681877136,-0.8202000260353088,0.7046999931335449,0.19670000672340393,0.6816999912261963,0.7046999931335449,0.19670000672340393,0.6816999912261963,0.7046999931335449,0.19670000672340393,0.6816999912261963,-0.5131999850273132,0.8475000262260437,-0.13580000400543213,-0.5131999850273132,0.8475000262260437,-0.13580000400543213,-0.5131999850273132,0.8475000262260437,-0.13580000400543213,0.24050000309944153,0.9124000072479248,-0.3312999904155731,0.24050000309944153,0.9124000072479248,-0.3312999904155731,0.24050000309944153,0.9124000072479248,-0.3312999904155731,-0.44279998540878296,-0.679099977016449,0.5855000019073486,-0.44279998540878296,-0.679099977016449,0.5855000019073486,-0.44279998540878296,-0.679099977016449,0.5855000019073486,0.6536999940872192,-0.22050000727176666,0.7239000201225281,0.6536999940872192,-0.22050000727176666,0.7239000201225281,0.6536999940872192,-0.22050000727176666,0.7239000201225281,-0.49540001153945923,-0.859499990940094,-0.12610000371932983,-0.49540001153945923,-0.859499990940094,-0.12610000371932983,-0.49540001153945923,-0.859499990940094,-0.12610000371932983,0.15119999647140503,0.015599999576807022,0.9883999824523926,0.15119999647140503,0.015599999576807022,0.9883999824523926,0.15119999647140503,0.015599999576807022,0.9883999824523926,-0.4602999985218048,-0.8705999851226807,0.1738000065088272,-0.4602999985218048,-0.8705999851226807,0.1738000065088272,-0.4602999985218048,-0.8705999851226807,0.1738000065088272,-0.19220000505447388,-0.8140000104904175,0.5480999946594238,-0.19220000505447388,-0.8140000104904175,0.5480999946594238,-0.19220000505447388,-0.8140000104904175,0.5480999946594238,0.2867000102996826,-0.7723000049591064,0.5669000148773193,0.2867000102996826,-0.7723000049591064,0.5669000148773193,0.2867000102996826,-0.7723000049591064,0.5669000148773193,-0.5394999980926514,0.7264999747276306,-0.42570000886917114,-0.5394999980926514,0.7264999747276306,-0.42570000886917114,-0.5394999980926514,0.7264999747276306,-0.42570000886917114,0.8888999819755554,0.34619998931884766,-0.3000999987125397,0.8888999819755554,0.34619998931884766,-0.3000999987125397,0.8888999819755554,0.34619998931884766,-0.3000999987125397,0.5734000205993652,0.08049999922513962,-0.8152999877929688,0.5734000205993652,0.08049999922513962,-0.8152999877929688,0.5734000205993652,0.08049999922513962,-0.8152999877929688,0.8991000056266785,0.06369999796152115,-0.43309998512268066,0.8991000056266785,0.06369999796152115,-0.43309998512268066,0.8991000056266785,0.06369999796152115,-0.43309998512268066,0.5442000031471252,-0.7756999731063843,-0.319599986076355,0.5442000031471252,-0.7756999731063843,-0.319599986076355,0.5442000031471252,-0.7756999731063843,-0.319599986076355,-0.9617999792098999,-0.18870000541210175,0.19820000231266022,-0.9617999792098999,-0.18870000541210175,0.19820000231266022,-0.9617999792098999,-0.18870000541210175,0.19820000231266022,0.550599992275238,-0.4961000084877014,0.6714000105857849,0.550599992275238,-0.4961000084877014,0.6714000105857849,0.550599992275238,-0.4961000084877014,0.6714000105857849,-0.2004999965429306,0.7275999784469604,0.6560999751091003,-0.2004999965429306,0.7275999784469604,0.6560999751091003,-0.2004999965429306,0.7275999784469604,0.6560999751091003,0.43160000443458557,-0.8568999767303467,0.2818000018596649,0.43160000443458557,-0.8568999767303467,0.2818000018596649,0.43160000443458557,-0.8568999767303467,0.2818000018596649,0.3199999928474426,0.6736999750137329,0.6661999821662903,0.3199999928474426,0.6736999750137329,0.6661999821662903,0.3199999928474426,0.6736999750137329,0.6661999821662903,0.784600019454956,-0.5091000199317932,-0.3537999987602234,0.784600019454956,-0.5091000199317932,-0.3537999987602234,0.784600019454956,-0.5091000199317932,-0.3537999987602234,-0.9203000068664551,-0.29989999532699585,0.25130000710487366,-0.9203000068664551,-0.29989999532699585,0.25130000710487366,-0.9203000068664551,-0.29989999532699585,0.25130000710487366,-0.9900000095367432,0.13950000703334808,0.020400000736117363,-0.9900000095367432,0.13950000703334808,0.020400000736117363,-0.9900000095367432,0.13950000703334808,0.020400000736117363,-0.9994000196456909,-0.03240000084042549,-0.0142000000923872,-0.9994000196456909,-0.03240000084042549,-0.0142000000923872,-0.9994000196456909,-0.03240000084042549,-0.0142000000923872,0.46869999170303345,-0.7483000159263611,0.4693000018596649,0.46869999170303345,-0.7483000159263611,0.4693000018596649,0.46869999170303345,-0.7483000159263611,0.4693000018596649,-0.06830000132322311,0.9404000043869019,0.33309999108314514,-0.06830000132322311,0.9404000043869019,0.33309999108314514,-0.06830000132322311,0.9404000043869019,0.33309999108314514,-0.16210000216960907,0.7628999948501587,0.6258000135421753,-0.16210000216960907,0.7628999948501587,0.6258000135421753,-0.16210000216960907,0.7628999948501587,0.6258000135421753,-0.9473000168800354,0.31520000100135803,-0.05790000036358833,-0.9473000168800354,0.31520000100135803,-0.05790000036358833,-0.9473000168800354,0.31520000100135803,-0.05790000036358833,0.8758999705314636,0.028200000524520874,-0.48170000314712524,0.8758999705314636,0.028200000524520874,-0.48170000314712524,0.8758999705314636,0.028200000524520874,-0.48170000314712524,-0.6118999719619751,0.7028999924659729,-0.3625999987125397,-0.6118999719619751,0.7028999924659729,-0.3625999987125397,-0.6118999719619751,0.7028999924659729,-0.3625999987125397,-0.2533000111579895,0.6344000101089478,0.7303000092506409,-0.2533000111579895,0.6344000101089478,0.7303000092506409,-0.2533000111579895,0.6344000101089478,0.7303000092506409,0.031599998474121094,0.9221000075340271,0.3856000006198883,0.031599998474121094,0.9221000075340271,0.3856000006198883,0.031599998474121094,0.9221000075340271,0.3856000006198883,-0.03790000081062317,-0.8399999737739563,0.5412999987602234,-0.03790000081062317,-0.8399999737739563,0.5412999987602234,-0.03790000081062317,-0.8399999737739563,0.5412999987602234,-0.2957000136375427,-0.7297000288963318,-0.616599977016449,-0.2957000136375427,-0.7297000288963318,-0.616599977016449,-0.2957000136375427,-0.7297000288963318,-0.616599977016449,-0.2667999863624573,-0.21619999408721924,0.9391999840736389,-0.2667999863624573,-0.21619999408721924,0.9391999840736389,-0.2667999863624573,-0.21619999408721924,0.9391999840736389,0.21119999885559082,0.8001999855041504,-0.5612999796867371,0.21119999885559082,0.8001999855041504,-0.5612999796867371,0.21119999885559082,0.8001999855041504,-0.5612999796867371,-0.3801000118255615,0.9190000295639038,0.10459999740123749,-0.3801000118255615,0.9190000295639038,0.10459999740123749,-0.3801000118255615,0.9190000295639038,0.10459999740123749,0.9538000226020813,-0.24169999361038208,0.1785999983549118,0.9538000226020813,-0.24169999361038208,0.1785999983549118,0.9538000226020813,-0.24169999361038208,0.1785999983549118,0.14720000326633453,-0.7857999801635742,-0.6007000207901001,0.14720000326633453,-0.7857999801635742,-0.6007000207901001,0.14720000326633453,-0.7857999801635742,-0.6007000207901001,0.39730000495910645,0.6353999972343445,0.6621000170707703,0.39730000495910645,0.6353999972343445,0.6621000170707703,0.39730000495910645,0.6353999972343445,0.6621000170707703,-0.17139999568462372,0.9768000245094299,-0.12860000133514404,-0.17139999568462372,0.9768000245094299,-0.12860000133514404,-0.17139999568462372,0.9768000245094299,-0.12860000133514404,0.32109999656677246,-0.3531999886035919,0.8787000179290771,0.32109999656677246,-0.3531999886035919,0.8787000179290771,0.32109999656677246,-0.3531999886035919,0.8787000179290771,-0.6292999982833862,-0.45989999175071716,-0.6265000104904175,-0.6292999982833862,-0.45989999175071716,-0.6265000104904175,-0.6292999982833862,-0.45989999175071716,-0.6265000104904175,-0.683899998664856,-0.7286999821662903,-0.03689999878406525,-0.683899998664856,-0.7286999821662903,-0.03689999878406525,-0.683899998664856,-0.7286999821662903,-0.03689999878406525,-0.5213000178337097,-0.7656000256538391,-0.37689998745918274,-0.5213000178337097,-0.7656000256538391,-0.37689998745918274,-0.5213000178337097,-0.7656000256538391,-0.37689998745918274,-0.984499990940094,0.0940999984741211,-0.147599995136261,-0.984499990940094,0.0940999984741211,-0.147599995136261,-0.984499990940094,0.0940999984741211,-0.147599995136261,0.45989999175071716,0.8755000233650208,0.14839999377727509,0.45989999175071716,0.8755000233650208,0.14839999377727509,0.45989999175071716,0.8755000233650208,0.14839999377727509,0.7228000164031982,0.5144000053405762,0.46149998903274536,0.7228000164031982,0.5144000053405762,0.46149998903274536,0.7228000164031982,0.5144000053405762,0.46149998903274536,-0.0949999988079071,0.6165000200271606,-0.7815999984741211,-0.0949999988079071,0.6165000200271606,-0.7815999984741211,-0.0949999988079071,0.6165000200271606,-0.7815999984741211,-0.2240999937057495,-0.9592000246047974,-0.17229999601840973,-0.2240999937057495,-0.9592000246047974,-0.17229999601840973,-0.2240999937057495,-0.9592000246047974,-0.17229999601840973,-0.913100004196167,0.39250001311302185,0.11069999635219574,-0.913100004196167,0.39250001311302185,0.11069999635219574,-0.913100004196167,0.39250001311302185,0.11069999635219574,-0.5072000026702881,0.5625,0.652999997138977,-0.5072000026702881,0.5625,0.652999997138977,-0.5072000026702881,0.5625,0.652999997138977,-0.9876999855041504,-0.037300001829862595,-0.15189999341964722,-0.9876999855041504,-0.037300001829862595,-0.15189999341964722,-0.9876999855041504,-0.037300001829862595,-0.15189999341964722,-0.4027000069618225,-0.6367999911308289,-0.6575000286102295,-0.4027000069618225,-0.6367999911308289,-0.6575000286102295,-0.4027000069618225,-0.6367999911308289,-0.6575000286102295,0.4860999882221222,0.8676999807357788,0.10400000214576721,0.4860999882221222,0.8676999807357788,0.10400000214576721,0.4860999882221222,0.8676999807357788,0.10400000214576721,0.986299991607666,0.020800000056624413,-0.16359999775886536,0.986299991607666,0.020800000056624413,-0.16359999775886536,0.986299991607666,0.020800000056624413,-0.16359999775886536,0.3702999949455261,0.5544999837875366,-0.7452999949455261,0.3702999949455261,0.5544999837875366,-0.7452999949455261,0.3702999949455261,0.5544999837875366,-0.7452999949455261,-0.10369999706745148,0.34869998693466187,-0.9315000176429749,-0.10369999706745148,0.34869998693466187,-0.9315000176429749,-0.10369999706745148,0.34869998693466187,-0.9315000176429749,-0.9071999788284302,0.022600000724196434,-0.420199990272522,-0.9071999788284302,0.022600000724196434,-0.420199990272522,-0.9071999788284302,0.022600000724196434,-0.420199990272522,0.9707000255584717,0.2282000035047531,-0.0754999965429306,0.9707000255584717,0.2282000035047531,-0.0754999965429306,0.9707000255584717,0.2282000035047531,-0.0754999965429306,-0.9714999794960022,0.18700000643730164,-0.14550000429153442,-0.9714999794960022,0.18700000643730164,-0.14550000429153442,-0.9714999794960022,0.18700000643730164,-0.14550000429153442,0.9307000041007996,-0.22990000247955322,0.28459998965263367,0.9307000041007996,-0.22990000247955322,0.28459998965263367,0.9307000041007996,-0.22990000247955322,0.28459998965263367,0.4546000063419342,0.460999995470047,0.7620999813079834,0.4546000063419342,0.460999995470047,0.7620999813079834,0.4546000063419342,0.460999995470047,0.7620999813079834,-0.9707000255584717,-0.0731000006198883,0.2289000004529953,-0.9707000255584717,-0.0731000006198883,0.2289000004529953,-0.9707000255584717,-0.0731000006198883,0.2289000004529953,0.35839998722076416,0.44670000672340393,-0.8198000192642212,0.35839998722076416,0.44670000672340393,-0.8198000192642212,0.35839998722076416,0.44670000672340393,-0.8198000192642212,0.20890000462532043,0.70660001039505,0.6761000156402588,0.20890000462532043,0.70660001039505,0.6761000156402588,0.20890000462532043,0.70660001039505,0.6761000156402588,-0.6446999907493591,-0.6841999888420105,-0.3409999907016754,-0.6446999907493591,-0.6841999888420105,-0.3409999907016754,-0.6446999907493591,-0.6841999888420105,-0.3409999907016754,-0.9275000095367432,-0.1412999927997589,0.34610000252723694,-0.9275000095367432,-0.1412999927997589,0.34610000252723694,-0.9275000095367432,-0.1412999927997589,0.34610000252723694,-0.9603999853134155,-0.260699987411499,0.09860000014305115,-0.9603999853134155,-0.260699987411499,0.09860000014305115,-0.9603999853134155,-0.260699987411499,0.09860000014305115,0.004999999888241291,-0.8601999878883362,0.5099999904632568,0.004999999888241291,-0.8601999878883362,0.5099999904632568,0.004999999888241291,-0.8601999878883362,0.5099999904632568,0.025800000876188278,-0.9976000189781189,0.06400000303983688,0.025800000876188278,-0.9976000189781189,0.06400000303983688,0.025800000876188278,-0.9976000189781189,0.06400000303983688,-0.3626999855041504,0.7006999850273132,-0.6144000291824341,-0.3626999855041504,0.7006999850273132,-0.6144000291824341,-0.3626999855041504,0.7006999850273132,-0.6144000291824341,-0.6980000138282776,0.713699996471405,0.05770000070333481,-0.6980000138282776,0.713699996471405,0.05770000070333481,-0.6980000138282776,0.713699996471405,0.05770000070333481,0.6157000064849854,-0.7771999835968018,-0.12950000166893005,0.6157000064849854,-0.7771999835968018,-0.12950000166893005,0.6157000064849854,-0.7771999835968018,-0.12950000166893005,0.21709999442100525,0.697700023651123,-0.682699978351593,0.21709999442100525,0.697700023651123,-0.682699978351593,0.21709999442100525,0.697700023651123,-0.682699978351593,0.40880000591278076,-0.911300003528595,-0.04830000177025795,0.40880000591278076,-0.911300003528595,-0.04830000177025795,0.40880000591278076,-0.911300003528595,-0.04830000177025795,-0.3490000069141388,-0.9251000285148621,-0.14949999749660492,-0.3490000069141388,-0.9251000285148621,-0.14949999749660492,-0.3490000069141388,-0.9251000285148621,-0.14949999749660492,-0.12319999933242798,0.9283000230789185,0.35089999437332153,-0.12319999933242798,0.9283000230789185,0.35089999437332153,-0.12319999933242798,0.9283000230789185,0.35089999437332153,0.3158999979496002,0.8774999976158142,-0.36079999804496765,0.3158999979496002,0.8774999976158142,-0.36079999804496765,0.3158999979496002,0.8774999976158142,-0.36079999804496765,0.07750000059604645,0.9298999905586243,0.359499990940094,0.07750000059604645,0.9298999905586243,0.359499990940094,0.07750000059604645,0.9298999905586243,0.359499990940094,0.9639000296592712,-0.149399995803833,-0.22020000219345093,0.9639000296592712,-0.149399995803833,-0.22020000219345093,0.9639000296592712,-0.149399995803833,-0.22020000219345093,0.9376999735832214,0.3160000145435333,0.1446000039577484,0.9376999735832214,0.3160000145435333,0.1446000039577484,0.9376999735832214,0.3160000145435333,0.1446000039577484,-0.4921000003814697,0.6103000044822693,-0.6207000017166138,-0.4921000003814697,0.6103000044822693,-0.6207000017166138,-0.4921000003814697,0.6103000044822693,-0.6207000017166138,-0.2363000065088272,0.48980000615119934,0.8392000198364258,-0.2363000065088272,0.48980000615119934,0.8392000198364258,-0.2363000065088272,0.48980000615119934,0.8392000198364258,0.0940999984741211,0.7748000025749207,-0.6251000165939331,0.0940999984741211,0.7748000025749207,-0.6251000165939331,0.0940999984741211,0.7748000025749207,-0.6251000165939331,0.9577999711036682,-0.20000000298023224,-0.20630000531673431,0.9577999711036682,-0.20000000298023224,-0.20630000531673431,0.9577999711036682,-0.20000000298023224,-0.20630000531673431,-0.49459999799728394,0.7233999967575073,-0.48179998993873596,-0.49459999799728394,0.7233999967575073,-0.48179998993873596,-0.49459999799728394,0.7233999967575073,-0.48179998993873596,-0.8896999955177307,0.40119999647140503,-0.21799999475479126,-0.8896999955177307,0.40119999647140503,-0.21799999475479126,-0.8896999955177307,0.40119999647140503,-0.21799999475479126,-0.2599000036716461,0.5939000248908997,-0.7613999843597412,-0.2599000036716461,0.5939000248908997,-0.7613999843597412,-0.2599000036716461,0.5939000248908997,-0.7613999843597412,-0.6686999797821045,0.6906999945640564,-0.2752000093460083,-0.6686999797821045,0.6906999945640564,-0.2752000093460083,-0.6686999797821045,0.6906999945640564,-0.2752000093460083,0.6416000127792358,0.6639000177383423,0.38420000672340393,0.6416000127792358,0.6639000177383423,0.38420000672340393,0.6416000127792358,0.6639000177383423,0.38420000672340393,0.019899999722838402,-0.7886999845504761,0.6144999861717224,0.019899999722838402,-0.7886999845504761,0.6144999861717224,0.019899999722838402,-0.7886999845504761,0.6144999861717224,-0.6751999855041504,0.476500004529953,-0.5630000233650208,-0.6751999855041504,0.476500004529953,-0.5630000233650208,-0.6751999855041504,0.476500004529953,-0.5630000233650208,-0.567300021648407,0.772599995136261,0.2851000130176544,-0.567300021648407,0.772599995136261,0.2851000130176544,-0.567300021648407,0.772599995136261,0.2851000130176544,-0.6485000252723694,-0.7598999738693237,-0.043800000101327896,-0.6485000252723694,-0.7598999738693237,-0.043800000101327896,-0.6485000252723694,-0.7598999738693237,-0.043800000101327896,-0.5602999925613403,-0.8185999989509583,0.12620000541210175,-0.5602999925613403,-0.8185999989509583,0.12620000541210175,-0.5602999925613403,-0.8185999989509583,0.12620000541210175,-0.8359000086784363,0.5480999946594238,-0.028999999165534973,-0.8359000086784363,0.5480999946594238,-0.028999999165534973,-0.8359000086784363,0.5480999946594238,-0.028999999165534973,0.14880000054836273,0.6868000030517578,-0.7114999890327454,0.14880000054836273,0.6868000030517578,-0.7114999890327454,0.14880000054836273,0.6868000030517578,-0.7114999890327454,0.3222000002861023,-0.9419999718666077,0.094200000166893,0.3222000002861023,-0.9419999718666077,0.094200000166893,0.3222000002861023,-0.9419999718666077,0.094200000166893,-0.0027000000700354576,-0.29420000314712524,-0.9556999802589417,-0.0027000000700354576,-0.29420000314712524,-0.9556999802589417,-0.0027000000700354576,-0.29420000314712524,-0.9556999802589417,0.9710999727249146,-0.2378000020980835,0.01940000057220459,0.9710999727249146,-0.2378000020980835,0.01940000057220459,0.9710999727249146,-0.2378000020980835,0.01940000057220459,-0.5342000126838684,-0.8445000052452087,0.03880000114440918,-0.5342000126838684,-0.8445000052452087,0.03880000114440918,-0.5342000126838684,-0.8445000052452087,0.03880000114440918,-0.8263000249862671,0.5138999819755554,-0.2304999977350235,-0.8263000249862671,0.5138999819755554,-0.2304999977350235,-0.8263000249862671,0.5138999819755554,-0.2304999977350235,0.9890000224113464,0.12330000102519989,0.08160000294446945,0.9890000224113464,0.12330000102519989,0.08160000294446945,0.9890000224113464,0.12330000102519989,0.08160000294446945,-0.8198999762535095,0.08190000057220459,-0.5666000247001648,-0.8198999762535095,0.08190000057220459,-0.5666000247001648,-0.8198999762535095,0.08190000057220459,-0.5666000247001648,-0.5764999985694885,-0.07090000063180923,0.8140000104904175,-0.5764999985694885,-0.07090000063180923,0.8140000104904175,-0.5764999985694885,-0.07090000063180923,0.8140000104904175,0.04699999839067459,0.7982000112533569,-0.600600004196167,0.04699999839067459,0.7982000112533569,-0.600600004196167,0.04699999839067459,0.7982000112533569,-0.600600004196167,0.19869999587535858,0.05469999834895134,-0.9785000085830688,0.19869999587535858,0.05469999834895134,-0.9785000085830688,0.19869999587535858,0.05469999834895134,-0.9785000085830688,0.6517000198364258,0.44269999861717224,0.6158999800682068,0.6517000198364258,0.44269999861717224,0.6158999800682068,0.6517000198364258,0.44269999861717224,0.6158999800682068,0.7754999995231628,-0.6248000264167786,-0.0908999964594841,0.7754999995231628,-0.6248000264167786,-0.0908999964594841,0.7754999995231628,-0.6248000264167786,-0.0908999964594841,-0.008100000210106373,-0.9980000257492065,0.06319999694824219,-0.008100000210106373,-0.9980000257492065,0.06319999694824219,-0.008100000210106373,-0.9980000257492065,0.06319999694824219,0.5705999732017517,0.6596999764442444,0.48910000920295715,0.5705999732017517,0.6596999764442444,0.48910000920295715,0.5705999732017517,0.6596999764442444,0.48910000920295715,-0.9840999841690063,-0.06880000233650208,0.1639000028371811,-0.9840999841690063,-0.06880000233650208,0.1639000028371811,-0.9840999841690063,-0.06880000233650208,0.1639000028371811,-0.3993000090122223,-0.8884999752044678,0.22609999775886536,-0.3993000090122223,-0.8884999752044678,0.22609999775886536,-0.3993000090122223,-0.8884999752044678,0.22609999775886536,-0.9952999949455261,-0.00009999999747378752,-0.09690000116825104,-0.9952999949455261,-0.00009999999747378752,-0.09690000116825104,-0.9952999949455261,-0.00009999999747378752,-0.09690000116825104,-0.8266000151634216,-0.3765999972820282,-0.41830000281333923,-0.8266000151634216,-0.3765999972820282,-0.41830000281333923,-0.8266000151634216,-0.3765999972820282,-0.41830000281333923,0.6229000091552734,0.11739999800920486,0.7734000086784363,0.6229000091552734,0.11739999800920486,0.7734000086784363,0.6229000091552734,0.11739999800920486,0.7734000086784363,0.19990000128746033,0.6809999942779541,-0.7044000029563904,0.19990000128746033,0.6809999942779541,-0.7044000029563904,0.19990000128746033,0.6809999942779541,-0.7044000029563904,-0.9866999983787537,0.08420000225305557,-0.1387999951839447,-0.9866999983787537,0.08420000225305557,-0.1387999951839447,-0.9866999983787537,0.08420000225305557,-0.1387999951839447,-0.3693999946117401,-0.8585000038146973,0.35569998621940613,-0.3693999946117401,-0.8585000038146973,0.35569998621940613,-0.3693999946117401,-0.8585000038146973,0.35569998621940613,0.3125999867916107,-0.3434000015258789,-0.8855999708175659,0.3125999867916107,-0.3434000015258789,-0.8855999708175659,0.3125999867916107,-0.3434000015258789,-0.8855999708175659,-0.46799999475479126,0.3188999891281128,0.8241999745368958,-0.46799999475479126,0.3188999891281128,0.8241999745368958,-0.46799999475479126,0.3188999891281128,0.8241999745368958,-0.3059999942779541,0.6029000282287598,-0.7368000149726868,-0.3059999942779541,0.6029000282287598,-0.7368000149726868,-0.3059999942779541,0.6029000282287598,-0.7368000149726868,0.45989999175071716,0.5,0.7337999939918518,0.45989999175071716,0.5,0.7337999939918518,0.45989999175071716,0.5,0.7337999939918518,-0.12680000066757202,-0.578000009059906,0.8061000108718872,-0.12680000066757202,-0.578000009059906,0.8061000108718872,-0.12680000066757202,-0.578000009059906,0.8061000108718872,-0.25760000944137573,0.8216000199317932,-0.5085999965667725,-0.25760000944137573,0.8216000199317932,-0.5085999965667725,-0.25760000944137573,0.8216000199317932,-0.5085999965667725,-0.3650999963283539,0.90420001745224,0.22169999778270721,-0.3650999963283539,0.90420001745224,0.22169999778270721,-0.3650999963283539,0.90420001745224,0.22169999778270721,-0.4090000092983246,0.6995999813079834,-0.5859000086784363,-0.4090000092983246,0.6995999813079834,-0.5859000086784363,-0.4090000092983246,0.6995999813079834,-0.5859000086784363,-0.2996000051498413,-0.5170000195503235,-0.801800012588501,-0.2996000051498413,-0.5170000195503235,-0.801800012588501,-0.2996000051498413,-0.5170000195503235,-0.801800012588501,0.014000000432133675,-0.8561999797821045,0.5164999961853027,0.014000000432133675,-0.8561999797821045,0.5164999961853027,0.014000000432133675,-0.8561999797821045,0.5164999961853027,0.736299991607666,0.6420000195503235,0.21359999477863312,0.736299991607666,0.6420000195503235,0.21359999477863312,0.736299991607666,0.6420000195503235,0.21359999477863312,0.9526000022888184,0.0364999994635582,-0.3019999861717224,0.9526000022888184,0.0364999994635582,-0.3019999861717224,0.9526000022888184,0.0364999994635582,-0.3019999861717224,0.5742999911308289,0.6468999981880188,0.5016999840736389,0.5742999911308289,0.6468999981880188,0.5016999840736389,0.5742999911308289,0.6468999981880188,0.5016999840736389,-0.11420000344514847,0.8215000033378601,-0.5587000250816345,-0.11420000344514847,0.8215000033378601,-0.5587000250816345,-0.11420000344514847,0.8215000033378601,-0.5587000250816345,-0.2833000123500824,-0.6312000155448914,0.722100019454956,-0.2833000123500824,-0.6312000155448914,0.722100019454956,-0.2833000123500824,-0.6312000155448914,0.722100019454956,0.2517000138759613,0.9648000001907349,-0.07660000026226044,0.2517000138759613,0.9648000001907349,-0.07660000026226044,0.2517000138759613,0.9648000001907349,-0.07660000026226044,-0.0575999990105629,0.8069000244140625,-0.5878999829292297,-0.0575999990105629,0.8069000244140625,-0.5878999829292297,-0.0575999990105629,0.8069000244140625,-0.5878999829292297,0.6593999862670898,-0.3917999863624573,0.6416000127792358,0.6593999862670898,-0.3917999863624573,0.6416000127792358,0.6593999862670898,-0.3917999863624573,0.6416000127792358,-0.37380000948905945,0.08420000225305557,0.9236999750137329,-0.37380000948905945,0.08420000225305557,0.9236999750137329,-0.37380000948905945,0.08420000225305557,0.9236999750137329,0.6608999967575073,-0.6875,0.30090001225471497,0.6608999967575073,-0.6875,0.30090001225471497,0.6608999967575073,-0.6875,0.30090001225471497,0.39070001244544983,-0.5935999751091003,0.7035999894142151,0.39070001244544983,-0.5935999751091003,0.7035999894142151,0.39070001244544983,-0.5935999751091003,0.7035999894142151,-0.44999998807907104,-0.48019999265670776,0.7529000043869019,-0.44999998807907104,-0.48019999265670776,0.7529000043869019,-0.44999998807907104,-0.48019999265670776,0.7529000043869019,-0.3407999873161316,-0.8511999845504761,0.3991999924182892,-0.3407999873161316,-0.8511999845504761,0.3991999924182892,-0.3407999873161316,-0.8511999845504761,0.3991999924182892,0.9089000225067139,0.03269999846816063,-0.4156999886035919,0.9089000225067139,0.03269999846816063,-0.4156999886035919,0.9089000225067139,0.03269999846816063,-0.4156999886035919,0.6057999730110168,-0.6302000284194946,0.48559999465942383,0.6057999730110168,-0.6302000284194946,0.48559999465942383,0.6057999730110168,-0.6302000284194946,0.48559999465942383,0.08919999748468399,-0.6287000179290771,-0.7724999785423279,0.08919999748468399,-0.6287000179290771,-0.7724999785423279,0.08919999748468399,-0.6287000179290771,-0.7724999785423279,0.3499999940395355,0.7972000241279602,-0.4918999969959259,0.3499999940395355,0.7972000241279602,-0.4918999969959259,0.3499999940395355,0.7972000241279602,-0.4918999969959259,0.9887999892234802,-0.14390000700950623,0.038600001484155655,0.9887999892234802,-0.14390000700950623,0.038600001484155655,0.9887999892234802,-0.14390000700950623,0.038600001484155655,0.18930000066757202,0.9519000053405762,0.24079999327659607,0.18930000066757202,0.9519000053405762,0.24079999327659607,0.18930000066757202,0.9519000053405762,0.24079999327659607,0.9190999865531921,-0.03720000013709068,0.3921999931335449,0.9190999865531921,-0.03720000013709068,0.3921999931335449,0.9190999865531921,-0.03720000013709068,0.3921999931335449,-0.10670000314712524,-0.7013000249862671,0.704800009727478,-0.10670000314712524,-0.7013000249862671,0.704800009727478,-0.10670000314712524,-0.7013000249862671,0.704800009727478,0.723800003528595,0.6898000240325928,0.01850000023841858,0.723800003528595,0.6898000240325928,0.01850000023841858,0.723800003528595,0.6898000240325928,0.01850000023841858,0.5192999839782715,-0.8410999774932861,0.15139999985694885,0.5192999839782715,-0.8410999774932861,0.15139999985694885,0.5192999839782715,-0.8410999774932861,0.15139999985694885,0.07779999822378159,0.6419000029563904,-0.7627999782562256,0.07779999822378159,0.6419000029563904,-0.7627999782562256,0.07779999822378159,0.6419000029563904,-0.7627999782562256,0.5356000065803528,0.6471999883651733,-0.5425000190734863,0.5356000065803528,0.6471999883651733,-0.5425000190734863,0.5356000065803528,0.6471999883651733,-0.5425000190734863,-0.9106000065803528,0.39419999718666077,-0.12380000203847885,-0.9106000065803528,0.39419999718666077,-0.12380000203847885,-0.9106000065803528,0.39419999718666077,-0.12380000203847885,0.045499999076128006,-0.5358999967575073,0.8429999947547913,0.045499999076128006,-0.5358999967575073,0.8429999947547913,0.045499999076128006,-0.5358999967575073,0.8429999947547913,-0.2370000034570694,-0.13529999554157257,0.9620000123977661,-0.2370000034570694,-0.13529999554157257,0.9620000123977661,-0.2370000034570694,-0.13529999554157257,0.9620000123977661,0.656000018119812,-0.5565000176429749,0.5098999738693237,0.656000018119812,-0.5565000176429749,0.5098999738693237,0.656000018119812,-0.5565000176429749,0.5098999738693237,0.0357000008225441,-0.945900022983551,0.32249999046325684,0.0357000008225441,-0.945900022983551,0.32249999046325684,0.0357000008225441,-0.945900022983551,0.32249999046325684,0.9980999827384949,0.005100000184029341,0.061500001698732376,0.9980999827384949,0.005100000184029341,0.061500001698732376,0.9980999827384949,0.005100000184029341,0.061500001698732376,-0.993399977684021,0.10409999638795853,-0.04859999939799309,-0.993399977684021,0.10409999638795853,-0.04859999939799309,-0.993399977684021,0.10409999638795853,-0.04859999939799309,0.3538999855518341,-0.6593000292778015,-0.6633999943733215,0.3538999855518341,-0.6593000292778015,-0.6633999943733215,0.3538999855518341,-0.6593000292778015,-0.6633999943733215,0.08959999680519104,0.1362999975681305,0.9865999817848206,0.08959999680519104,0.1362999975681305,0.9865999817848206,0.08959999680519104,0.1362999975681305,0.9865999817848206,-0.27959999442100525,-0.9228000044822693,0.26510000228881836,-0.27959999442100525,-0.9228000044822693,0.26510000228881836,-0.27959999442100525,-0.9228000044822693,0.26510000228881836,-0.320499986410141,-0.6531999707221985,-0.6859999895095825,-0.320499986410141,-0.6531999707221985,-0.6859999895095825,-0.320499986410141,-0.6531999707221985,-0.6859999895095825,0.7389000058174133,-0.546999990940094,0.3935000002384186,0.7389000058174133,-0.546999990940094,0.3935000002384186,0.7389000058174133,-0.546999990940094,0.3935000002384186,-0.3352000117301941,-0.17260000109672546,-0.9261999726295471,-0.3352000117301941,-0.17260000109672546,-0.9261999726295471,-0.3352000117301941,-0.17260000109672546,-0.9261999726295471,0.8651999831199646,-0.47450000047683716,0.16249999403953552,0.8651999831199646,-0.47450000047683716,0.16249999403953552,0.8651999831199646,-0.47450000047683716,0.16249999403953552,0.9836999773979187,0.16519999504089355,-0.07119999825954437,0.9836999773979187,0.16519999504089355,-0.07119999825954437,0.9836999773979187,0.16519999504089355,-0.07119999825954437,0.09149999916553497,0.38089999556541443,-0.9200999736785889,0.09149999916553497,0.38089999556541443,-0.9200999736785889,0.09149999916553497,0.38089999556541443,-0.9200999736785889,0.6323000192642212,-0.09449999779462814,0.7688999772071838,0.6323000192642212,-0.09449999779462814,0.7688999772071838,0.6323000192642212,-0.09449999779462814,0.7688999772071838,0.14920000731945038,-0.822700023651123,-0.5485000014305115,0.14920000731945038,-0.822700023651123,-0.5485000014305115,0.14920000731945038,-0.822700023651123,-0.5485000014305115,-0.147599995136261,-0.7307000160217285,0.6665999889373779,-0.147599995136261,-0.7307000160217285,0.6665999889373779,-0.147599995136261,-0.7307000160217285,0.6665999889373779,0.8650000095367432,0.19509999454021454,-0.46230000257492065,0.8650000095367432,0.19509999454021454,-0.46230000257492065,0.8650000095367432,0.19509999454021454,-0.46230000257492065,0.6180999875068665,-0.7842000126838684,-0.05400000140070915,0.6180999875068665,-0.7842000126838684,-0.05400000140070915,0.6180999875068665,-0.7842000126838684,-0.05400000140070915,0.6685000061988831,-0.37869998812675476,0.6401000022888184,0.6685000061988831,-0.37869998812675476,0.6401000022888184,0.6685000061988831,-0.37869998812675476,0.6401000022888184,0.7081000208854675,-0.7027000188827515,-0.06939999759197235,0.7081000208854675,-0.7027000188827515,-0.06939999759197235,0.7081000208854675,-0.7027000188827515,-0.06939999759197235,-0.4546000063419342,0.4611000120639801,0.7620999813079834,-0.4546000063419342,0.4611000120639801,0.7620999813079834,-0.4546000063419342,0.4611000120639801,0.7620999813079834,-0.9280999898910522,-0.29440000653266907,0.2280000001192093,-0.9280999898910522,-0.29440000653266907,0.2280000001192093,-0.9280999898910522,-0.29440000653266907,0.2280000001192093,-0.19709999859333038,0.8988999724388123,-0.391400009393692,-0.19709999859333038,0.8988999724388123,-0.391400009393692,-0.19709999859333038,0.8988999724388123,-0.391400009393692,-0.9686999917030334,0.03709999844431877,0.24529999494552612,-0.9686999917030334,0.03709999844431877,0.24529999494552612,-0.9686999917030334,0.03709999844431877,0.24529999494552612,-0.22949999570846558,0.9032999873161316,-0.36239999532699585,-0.22949999570846558,0.9032999873161316,-0.36239999532699585,-0.22949999570846558,0.9032999873161316,-0.36239999532699585,-0.0568000003695488,0.9983999729156494,-0.004900000058114529,-0.0568000003695488,0.9983999729156494,-0.004900000058114529,-0.0568000003695488,0.9983999729156494,-0.004900000058114529,0.3693999946117401,0.8144000172615051,-0.44749999046325684,0.3693999946117401,0.8144000172615051,-0.44749999046325684,0.3693999946117401,0.8144000172615051,-0.44749999046325684,0.7182999849319458,-0.11349999904632568,0.6863999962806702,0.7182999849319458,-0.11349999904632568,0.6863999962806702,0.7182999849319458,-0.11349999904632568,0.6863999962806702,-0.7379999756813049,0.15710000693798065,0.6563000082969666,-0.7379999756813049,0.15710000693798065,0.6563000082969666,-0.7379999756813049,0.15710000693798065,0.6563000082969666,-0.5426999926567078,-0.27900001406669617,0.7922000288963318,-0.5426999926567078,-0.27900001406669617,0.7922000288963318,-0.5426999926567078,-0.27900001406669617,0.7922000288963318,-0.4223000109195709,-0.5846999883651733,0.6927000284194946,-0.4223000109195709,-0.5846999883651733,0.6927000284194946,-0.4223000109195709,-0.5846999883651733,0.6927000284194946,-0.7325999736785889,0.6802999973297119,-0.02459999918937683,-0.7325999736785889,0.6802999973297119,-0.02459999918937683,-0.7325999736785889,0.6802999973297119,-0.02459999918937683,-0.934499979019165,-0.3260999917984009,0.14270000159740448,-0.934499979019165,-0.3260999917984009,0.14270000159740448,-0.934499979019165,-0.3260999917984009,0.14270000159740448,0.9462000131607056,-0.29820001125335693,-0.12520000338554382,0.9462000131607056,-0.29820001125335693,-0.12520000338554382,0.9462000131607056,-0.29820001125335693,-0.12520000338554382,-0.8808000087738037,-0.3508000075817108,-0.3181000053882599,-0.8808000087738037,-0.3508000075817108,-0.3181000053882599,-0.8808000087738037,-0.3508000075817108,-0.3181000053882599,-0.060100000351667404,-0.9462000131607056,0.31779998540878296,-0.060100000351667404,-0.9462000131607056,0.31779998540878296,-0.060100000351667404,-0.9462000131607056,0.31779998540878296,0.43639999628067017,0.8962000012397766,-0.08009999990463257,0.43639999628067017,0.8962000012397766,-0.08009999990463257,0.43639999628067017,0.8962000012397766,-0.08009999990463257,-0.9628000259399414,0.007199999876320362,-0.2700999975204468,-0.9628000259399414,0.007199999876320362,-0.2700999975204468,-0.9628000259399414,0.007199999876320362,-0.2700999975204468,0.7778000235557556,0.5740000009536743,0.25609999895095825,0.7778000235557556,0.5740000009536743,0.25609999895095825,0.7778000235557556,0.5740000009536743,0.25609999895095825,-0.008799999952316284,-0.8539999723434448,0.5202000141143799,-0.008799999952316284,-0.8539999723434448,0.5202000141143799,-0.008799999952316284,-0.8539999723434448,0.5202000141143799,0.8925999999046326,-0.13850000500679016,-0.42899999022483826,0.8925999999046326,-0.13850000500679016,-0.42899999022483826,0.8925999999046326,-0.13850000500679016,-0.42899999022483826,-0.7621999979019165,0.34439998865127563,0.5482000112533569,-0.7621999979019165,0.34439998865127563,0.5482000112533569,-0.7621999979019165,0.34439998865127563,0.5482000112533569,0.1543000042438507,-0.9609000086784363,-0.2296999990940094,0.1543000042438507,-0.9609000086784363,-0.2296999990940094,0.1543000042438507,-0.9609000086784363,-0.2296999990940094,-0.9545999765396118,-0.10329999774694443,-0.27950000762939453,-0.9545999765396118,-0.10329999774694443,-0.27950000762939453,-0.9545999765396118,-0.10329999774694443,-0.27950000762939453,0.7329999804496765,0.6371999979019165,-0.23810000717639923,0.7329999804496765,0.6371999979019165,-0.23810000717639923,0.7329999804496765,0.6371999979019165,-0.23810000717639923,0.5393000245094299,-0.3481000065803528,0.7667999863624573,0.5393000245094299,-0.3481000065803528,0.7667999863624573,0.5393000245094299,-0.3481000065803528,0.7667999863624573,0.9210000038146973,-0.20010000467300415,0.33410000801086426,0.9210000038146973,-0.20010000467300415,0.33410000801086426,0.9210000038146973,-0.20010000467300415,0.33410000801086426,-0.325300008058548,-0.186599999666214,0.9269999861717224,-0.325300008058548,-0.186599999666214,0.9269999861717224,-0.325300008058548,-0.186599999666214,0.9269999861717224,-0.6305999755859375,0.10840000212192535,-0.7684999704360962,-0.6305999755859375,0.10840000212192535,-0.7684999704360962,-0.6305999755859375,0.10840000212192535,-0.7684999704360962,0.9983999729156494,0.002300000051036477,0.05570000037550926,0.9983999729156494,0.002300000051036477,0.05570000037550926,0.9983999729156494,0.002300000051036477,0.05570000037550926,0.4034999907016754,0.704200029373169,-0.5842999815940857,0.4034999907016754,0.704200029373169,-0.5842999815940857,0.4034999907016754,0.704200029373169,-0.5842999815940857,-0.314300000667572,-0.933899998664856,0.17059999704360962,-0.314300000667572,-0.933899998664856,0.17059999704360962,-0.314300000667572,-0.933899998664856,0.17059999704360962,-0.33889999985694885,0.717199981212616,-0.6089000105857849,-0.33889999985694885,0.717199981212616,-0.6089000105857849,-0.33889999985694885,0.717199981212616,-0.6089000105857849,-0.49869999289512634,-0.8154000043869019,0.2939000129699707,-0.49869999289512634,-0.8154000043869019,0.2939000129699707,-0.49869999289512634,-0.8154000043869019,0.2939000129699707,-0.8833000063896179,0.014800000004470348,0.4684999883174896,-0.8833000063896179,0.014800000004470348,0.4684999883174896,-0.8833000063896179,0.014800000004470348,0.4684999883174896,0.9778000116348267,0.1656000018119812,0.1281999945640564,0.9778000116348267,0.1656000018119812,0.1281999945640564,0.9778000116348267,0.1656000018119812,0.1281999945640564,0.462799996137619,-0.675599992275238,0.5740000009536743,0.462799996137619,-0.675599992275238,0.5740000009536743,0.462799996137619,-0.675599992275238,0.5740000009536743,-0.5432999730110168,0.8395000100135803,0.009800000116229057,-0.5432999730110168,0.8395000100135803,0.009800000116229057,-0.5432999730110168,0.8395000100135803,0.009800000116229057,-0.041099999099969864,-0.23909999430179596,0.9700999855995178,-0.041099999099969864,-0.23909999430179596,0.9700999855995178,-0.041099999099969864,-0.23909999430179596,0.9700999855995178,0.06369999796152115,-0.2574000060558319,-0.9642000198364258,0.06369999796152115,-0.2574000060558319,-0.9642000198364258,0.06369999796152115,-0.2574000060558319,-0.9642000198364258,-0.46709999442100525,0.8258000016212463,-0.3160000145435333,-0.46709999442100525,0.8258000016212463,-0.3160000145435333,-0.46709999442100525,0.8258000016212463,-0.3160000145435333,-0.07779999822378159,-0.9154999852180481,0.39480000734329224,-0.07779999822378159,-0.9154999852180481,0.39480000734329224,-0.07779999822378159,-0.9154999852180481,0.39480000734329224,0.010700000450015068,-0.8245999813079834,0.5655999779701233,0.010700000450015068,-0.8245999813079834,0.5655999779701233,0.010700000450015068,-0.8245999813079834,0.5655999779701233,-0.9980999827384949,0.005100000184029341,0.061500001698732376,-0.9980999827384949,0.005100000184029341,0.061500001698732376,-0.9980999827384949,0.005100000184029341,0.061500001698732376,-0.2240999937057495,-0.8798999786376953,-0.4189999997615814,-0.2240999937057495,-0.8798999786376953,-0.4189999997615814,-0.2240999937057495,-0.8798999786376953,-0.4189999997615814,-0.3384999930858612,0.17669999599456787,-0.9241999983787537,-0.3384999930858612,0.17669999599456787,-0.9241999983787537,-0.3384999930858612,0.17669999599456787,-0.9241999983787537,-0.7813000082969666,0.2809000015258789,0.5573999881744385,-0.7813000082969666,0.2809000015258789,0.5573999881744385,-0.7813000082969666,0.2809000015258789,0.5573999881744385,0.3109000027179718,0.5681999921798706,0.761900007724762,0.3109000027179718,0.5681999921798706,0.761900007724762,0.3109000027179718,0.5681999921798706,0.761900007724762,0.5706999897956848,0.7907000184059143,-0.22139999270439148,0.5706999897956848,0.7907000184059143,-0.22139999270439148,0.5706999897956848,0.7907000184059143,-0.22139999270439148,-0.7264999747276306,-0.5961999893188477,-0.3416000008583069,-0.7264999747276306,-0.5961999893188477,-0.3416000008583069,-0.7264999747276306,-0.5961999893188477,-0.3416000008583069,-0.6157000064849854,-0.7771999835968018,-0.12950000166893005,-0.6157000064849854,-0.7771999835968018,-0.12950000166893005,-0.6157000064849854,-0.7771999835968018,-0.12950000166893005,0.6926000118255615,0.6043000221252441,-0.39399999380111694,0.6926000118255615,0.6043000221252441,-0.39399999380111694,0.6926000118255615,0.6043000221252441,-0.39399999380111694,-0.6261000037193298,-0.43950000405311584,-0.64410001039505,-0.6261000037193298,-0.43950000405311584,-0.64410001039505,-0.6261000037193298,-0.43950000405311584,-0.64410001039505,0.36399999260902405,0.8895000219345093,-0.27630001306533813,0.36399999260902405,0.8895000219345093,-0.27630001306533813,0.36399999260902405,0.8895000219345093,-0.27630001306533813,0.16940000653266907,-0.9265999794006348,-0.3357999920845032,0.16940000653266907,-0.9265999794006348,-0.3357999920845032,0.16940000653266907,-0.9265999794006348,-0.3357999920845032,0.41609999537467957,0.9052000045776367,-0.08649999648332596,0.41609999537467957,0.9052000045776367,-0.08649999648332596,0.41609999537467957,0.9052000045776367,-0.08649999648332596,0.7468000054359436,-0.1932000070810318,-0.6363999843597412,0.7468000054359436,-0.1932000070810318,-0.6363999843597412,0.7468000054359436,-0.1932000070810318,-0.6363999843597412,-0.9146999716758728,-0.3398999869823456,0.21879999339580536,-0.9146999716758728,-0.3398999869823456,0.21879999339580536,-0.9146999716758728,-0.3398999869823456,0.21879999339580536,0.4481000006198883,0.5418000221252441,-0.7110999822616577,0.4481000006198883,0.5418000221252441,-0.7110999822616577,0.4481000006198883,0.5418000221252441,-0.7110999822616577,-0.6841999888420105,0.6552000045776367,0.32010000944137573,-0.6841999888420105,0.6552000045776367,0.32010000944137573,-0.6841999888420105,0.6552000045776367,0.32010000944137573,0.7836999893188477,-0.6201000213623047,0.03620000183582306,0.7836999893188477,-0.6201000213623047,0.03620000183582306,0.7836999893188477,-0.6201000213623047,0.03620000183582306,0.6470999717712402,0.5982000231742859,0.47269999980926514,0.6470999717712402,0.5982000231742859,0.47269999980926514,0.6470999717712402,0.5982000231742859,0.47269999980926514,0.6189000010490417,0.23199999332427979,-0.7504000067710876,0.6189000010490417,0.23199999332427979,-0.7504000067710876,0.6189000010490417,0.23199999332427979,-0.7504000067710876,0.47699999809265137,-0.5741999745368958,0.6654000282287598,0.47699999809265137,-0.5741999745368958,0.6654000282287598,0.47699999809265137,-0.5741999745368958,0.6654000282287598,0.8273000121116638,-0.5073000192642212,0.24120000004768372,0.8273000121116638,-0.5073000192642212,0.24120000004768372,0.8273000121116638,-0.5073000192642212,0.24120000004768372,0.23999999463558197,-0.5663999915122986,0.7883999943733215,0.23999999463558197,-0.5663999915122986,0.7883999943733215,0.23999999463558197,-0.5663999915122986,0.7883999943733215,0.34130001068115234,0.6294000148773193,-0.6980999708175659,0.34130001068115234,0.6294000148773193,-0.6980999708175659,0.34130001068115234,0.6294000148773193,-0.6980999708175659,-0.8248999714851379,-0.2865999937057495,0.48730000853538513,-0.8248999714851379,-0.2865999937057495,0.48730000853538513,-0.8248999714851379,-0.2865999937057495,0.48730000853538513,-0.32089999318122864,0.914900004863739,0.24500000476837158,-0.32089999318122864,0.914900004863739,0.24500000476837158,-0.32089999318122864,0.914900004863739,0.24500000476837158,-0.7847999930381775,-0.6172000169754028,-0.05640000104904175,-0.7847999930381775,-0.6172000169754028,-0.05640000104904175,-0.7847999930381775,-0.6172000169754028,-0.05640000104904175,0.05900000035762787,0.9384999871253967,-0.3402999937534332,0.05900000035762787,0.9384999871253967,-0.3402999937534332,0.05900000035762787,0.9384999871253967,-0.3402999937534332,-0.7612000107765198,0.6362000107765198,0.12620000541210175,-0.7612000107765198,0.6362000107765198,0.12620000541210175,-0.7612000107765198,0.6362000107765198,0.12620000541210175,-0.6025999784469604,0.6171000003814697,0.5059999823570251,-0.6025999784469604,0.6171000003814697,0.5059999823570251,-0.6025999784469604,0.6171000003814697,0.5059999823570251,-0.2671000063419342,0.47870001196861267,-0.8363000154495239,-0.2671000063419342,0.47870001196861267,-0.8363000154495239,-0.2671000063419342,0.47870001196861267,-0.8363000154495239,0.32910001277923584,-0.848800003528595,0.4138000011444092,0.32910001277923584,-0.848800003528595,0.4138000011444092,0.32910001277923584,-0.848800003528595,0.4138000011444092,0.10729999840259552,0.9743000268936157,0.1981000006198883,0.10729999840259552,0.9743000268936157,0.1981000006198883,0.10729999840259552,0.9743000268936157,0.1981000006198883,0.660099983215332,-0.7253999710083008,0.19509999454021454,0.660099983215332,-0.7253999710083008,0.19509999454021454,0.660099983215332,-0.7253999710083008,0.19509999454021454,-0.9383999705314636,-0.13850000500679016,0.3165999948978424,-0.9383999705314636,-0.13850000500679016,0.3165999948978424,-0.9383999705314636,-0.13850000500679016,0.3165999948978424,-0.02319999970495701,-0.9725000262260437,0.23180000483989716,-0.02319999970495701,-0.9725000262260437,0.23180000483989716,-0.02319999970495701,-0.9725000262260437,0.23180000483989716,0.4537000060081482,-0.8899000287055969,0.04769999906420708,0.4537000060081482,-0.8899000287055969,0.04769999906420708,0.4537000060081482,-0.8899000287055969,0.04769999906420708,0.9868000149726868,-0.03959999978542328,-0.15710000693798065,0.9868000149726868,-0.03959999978542328,-0.15710000693798065,0.9868000149726868,-0.03959999978542328,-0.15710000693798065,0.24549999833106995,-0.2922999858856201,-0.9243000149726868,0.24549999833106995,-0.2922999858856201,-0.9243000149726868,0.24549999833106995,-0.2922999858856201,-0.9243000149726868,-0.06379999965429306,0.7735999822616577,0.6305000185966492,-0.06379999965429306,0.7735999822616577,0.6305000185966492,-0.06379999965429306,0.7735999822616577,0.6305000185966492,-0.7264000177383423,-0.28790000081062317,0.6240000128746033,-0.7264000177383423,-0.28790000081062317,0.6240000128746033,-0.7264000177383423,-0.28790000081062317,0.6240000128746033,-0.37940001487731934,0.8030999898910522,-0.4595000147819519,-0.37940001487731934,0.8030999898910522,-0.4595000147819519,-0.37940001487731934,0.8030999898910522,-0.4595000147819519,0.930899977684021,-0.30550000071525574,0.20000000298023224,0.930899977684021,-0.30550000071525574,0.20000000298023224,0.930899977684021,-0.30550000071525574,0.20000000298023224,-0.017000000923871994,0.6047999858856201,-0.7961999773979187,-0.017000000923871994,0.6047999858856201,-0.7961999773979187,-0.017000000923871994,0.6047999858856201,-0.7961999773979187,-0.16779999434947968,-0.8398000001907349,0.5162000060081482,-0.16779999434947968,-0.8398000001907349,0.5162000060081482,-0.16779999434947968,-0.8398000001907349,0.5162000060081482,-0.5625,-0.13490000367164612,-0.8156999945640564,-0.5625,-0.13490000367164612,-0.8156999945640564,-0.5625,-0.13490000367164612,-0.8156999945640564,-0.10360000282526016,-0.2653999924659729,0.9585999846458435,-0.10360000282526016,-0.2653999924659729,0.9585999846458435,-0.10360000282526016,-0.2653999924659729,0.9585999846458435,-0.6098999977111816,0.37950000166893005,-0.6956999897956848,-0.6098999977111816,0.37950000166893005,-0.6956999897956848,-0.6098999977111816,0.37950000166893005,-0.6956999897956848,0.9987000226974487,-0.004900000058114529,-0.05119999870657921,0.9987000226974487,-0.004900000058114529,-0.05119999870657921,0.9987000226974487,-0.004900000058114529,-0.05119999870657921,0.3384999930858612,0.17669999599456787,-0.9241999983787537,0.3384999930858612,0.17669999599456787,-0.9241999983787537,0.3384999930858612,0.17669999599456787,-0.9241999983787537,0.5709999799728394,-0.45840001106262207,-0.6809999942779541,0.5709999799728394,-0.45840001106262207,-0.6809999942779541,0.5709999799728394,-0.45840001106262207,-0.6809999942779541,-0.05609999969601631,0.5777000188827515,0.814300000667572,-0.05609999969601631,0.5777000188827515,0.814300000667572,-0.05609999969601631,0.5777000188827515,0.814300000667572,-0.4481000006198883,0.5418000221252441,-0.7110999822616577,-0.4481000006198883,0.5418000221252441,-0.7110999822616577,-0.4481000006198883,0.5418000221252441,-0.7110999822616577,0.7764000296592712,-0.6122000217437744,-0.14959999918937683,0.7764000296592712,-0.6122000217437744,-0.14959999918937683,0.7764000296592712,-0.6122000217437744,-0.14959999918937683,0.8317000269889832,0.48260000348091125,-0.274399995803833,0.8317000269889832,0.48260000348091125,-0.274399995803833,0.8317000269889832,0.48260000348091125,-0.274399995803833,-0.39489999413490295,0.8996999859809875,-0.18619999289512634,-0.39489999413490295,0.8996999859809875,-0.18619999289512634,-0.39489999413490295,0.8996999859809875,-0.18619999289512634,-0.4361000061035156,0.14740000665187836,-0.8877000212669373,-0.4361000061035156,0.14740000665187836,-0.8877000212669373,-0.4361000061035156,0.14740000665187836,-0.8877000212669373,0.1678999960422516,0.016899999231100082,-0.9857000112533569,0.1678999960422516,0.016899999231100082,-0.9857000112533569,0.1678999960422516,0.016899999231100082,-0.9857000112533569,-0.9405999779701233,-0.21369999647140503,0.2639999985694885,-0.9405999779701233,-0.21369999647140503,0.2639999985694885,-0.9405999779701233,-0.21369999647140503,0.2639999985694885,0.1282999962568283,-0.7416999936103821,0.65829998254776,0.1282999962568283,-0.7416999936103821,0.65829998254776,0.1282999962568283,-0.7416999936103821,0.65829998254776,-0.9868999719619751,-0.1200999990105629,-0.10750000178813934,-0.9868999719619751,-0.1200999990105629,-0.10750000178813934,-0.9868999719619751,-0.1200999990105629,-0.10750000178813934,0.14730000495910645,-0.6050000190734863,0.7824000120162964,0.14730000495910645,-0.6050000190734863,0.7824000120162964,0.14730000495910645,-0.6050000190734863,0.7824000120162964,0.5570999979972839,-0.6341999769210815,0.5360999703407288,0.5570999979972839,-0.6341999769210815,0.5360999703407288,0.5570999979972839,-0.6341999769210815,0.5360999703407288,-0.43389999866485596,-0.8295999765396118,0.351500004529953,-0.43389999866485596,-0.8295999765396118,0.351500004529953,-0.43389999866485596,-0.8295999765396118,0.351500004529953,0.8614000082015991,0.44609999656677246,-0.24289999902248383,0.8614000082015991,0.44609999656677246,-0.24289999902248383,0.8614000082015991,0.44609999656677246,-0.24289999902248383,-0.6536999940872192,-0.18700000643730164,-0.733299970626831,-0.6536999940872192,-0.18700000643730164,-0.733299970626831,-0.6536999940872192,-0.18700000643730164,-0.733299970626831,0.05389999970793724,0.9980000257492065,0.033900000154972076,0.05389999970793724,0.9980000257492065,0.033900000154972076,0.05389999970793724,0.9980000257492065,0.033900000154972076,-0.3555999994277954,0.1826000064611435,-0.9165999889373779,-0.3555999994277954,0.1826000064611435,-0.9165999889373779,-0.3555999994277954,0.1826000064611435,-0.9165999889373779,0.19030000269412994,0.9779000282287598,0.08699999749660492,0.19030000269412994,0.9779000282287598,0.08699999749660492,0.19030000269412994,0.9779000282287598,0.08699999749660492,0.8281000256538391,-0.48190000653266907,0.28630000352859497,0.8281000256538391,-0.48190000653266907,0.28630000352859497,0.8281000256538391,-0.48190000653266907,0.28630000352859497,-0.9503999948501587,-0.3093000054359436,0.03229999914765358,-0.9503999948501587,-0.3093000054359436,0.03229999914765358,-0.9503999948501587,-0.3093000054359436,0.03229999914765358,0.40049999952316284,-0.6837000250816345,-0.6100000143051147,0.40049999952316284,-0.6837000250816345,-0.6100000143051147,0.40049999952316284,-0.6837000250816345,-0.6100000143051147,-0.9560999870300293,-0.15839999914169312,0.2467000037431717,-0.9560999870300293,-0.15839999914169312,0.2467000037431717,-0.9560999870300293,-0.15839999914169312,0.2467000037431717,-0.1550000011920929,-0.9156000018119812,-0.3711000084877014,-0.1550000011920929,-0.9156000018119812,-0.3711000084877014,-0.1550000011920929,-0.9156000018119812,-0.3711000084877014,0.9126999974250793,0.09989999979734421,-0.39629998803138733,0.9126999974250793,0.09989999979734421,-0.39629998803138733,0.9126999974250793,0.09989999979734421,-0.39629998803138733,-0.8920000195503235,0.11159999668598175,-0.43799999356269836,-0.8920000195503235,0.11159999668598175,-0.43799999356269836,-0.8920000195503235,0.11159999668598175,-0.43799999356269836,0.8723000288009644,0.46700000762939453,-0.1446000039577484,0.8723000288009644,0.46700000762939453,-0.1446000039577484,0.8723000288009644,0.46700000762939453,-0.1446000039577484,-0.7421000003814697,-0.6502000093460083,0.16279999911785126,-0.7421000003814697,-0.6502000093460083,0.16279999911785126,-0.7421000003814697,-0.6502000093460083,0.16279999911785126,-0.6086000204086304,0.6365000009536743,0.47369998693466187,-0.6086000204086304,0.6365000009536743,0.47369998693466187,-0.6086000204086304,0.6365000009536743,0.47369998693466187,-0.7290999889373779,0.3393000066280365,0.5943999886512756,-0.7290999889373779,0.3393000066280365,0.5943999886512756,-0.7290999889373779,0.3393000066280365,0.5943999886512756,0.4690999984741211,-0.8349999785423279,-0.28769999742507935,0.4690999984741211,-0.8349999785423279,-0.28769999742507935,0.4690999984741211,-0.8349999785423279,-0.28769999742507935,0.2667999863624573,-0.89410001039505,0.35989999771118164,0.2667999863624573,-0.89410001039505,0.35989999771118164,0.2667999863624573,-0.89410001039505,0.35989999771118164,-0.9316999912261963,0.218299999833107,0.2904999852180481,-0.9316999912261963,0.218299999833107,0.2904999852180481,-0.9316999912261963,0.218299999833107,0.2904999852180481,-0.5831999778747559,-0.6243000030517578,0.5198000073432922,-0.5831999778747559,-0.6243000030517578,0.5198000073432922,-0.5831999778747559,-0.6243000030517578,0.5198000073432922,0.2768999934196472,-0.8608999848365784,0.426800012588501,0.2768999934196472,-0.8608999848365784,0.426800012588501,0.2768999934196472,-0.8608999848365784,0.426800012588501,0.7034000158309937,0.4794999957084656,0.5246999859809875,0.7034000158309937,0.4794999957084656,0.5246999859809875,0.7034000158309937,0.4794999957084656,0.5246999859809875,0.2992999851703644,0.4171999990940094,-0.8580999970436096,0.2992999851703644,0.4171999990940094,-0.8580999970436096,0.2992999851703644,0.4171999990940094,-0.8580999970436096,-0.5382999777793884,-0.8177000284194946,-0.20389999449253082,-0.5382999777793884,-0.8177000284194946,-0.20389999449253082,-0.5382999777793884,-0.8177000284194946,-0.20389999449253082,-0.25450000166893005,0.822700023651123,-0.5081999897956848,-0.25450000166893005,0.822700023651123,-0.5081999897956848,-0.25450000166893005,0.822700023651123,-0.5081999897956848,-0.27970001101493835,0.7576000094413757,-0.5896999835968018,-0.27970001101493835,0.7576000094413757,-0.5896999835968018,-0.27970001101493835,0.7576000094413757,-0.5896999835968018,-0.9528999924659729,0.2134000062942505,0.21559999883174896,-0.9528999924659729,0.2134000062942505,0.21559999883174896,-0.9528999924659729,0.2134000062942505,0.21559999883174896,-0.8705999851226807,-0.2858000099658966,-0.40049999952316284,-0.8705999851226807,-0.2858000099658966,-0.40049999952316284,-0.8705999851226807,-0.2858000099658966,-0.40049999952316284,-0.7095999717712402,-0.23260000348091125,0.6650999784469604,-0.7095999717712402,-0.23260000348091125,0.6650999784469604,-0.7095999717712402,-0.23260000348091125,0.6650999784469604,0.8866000175476074,0.10360000282526016,0.45080000162124634,0.8866000175476074,0.10360000282526016,0.45080000162124634,0.8866000175476074,0.10360000282526016,0.45080000162124634,-0.546999990940094,0.23080000281333923,0.8047000169754028,-0.546999990940094,0.23080000281333923,0.8047000169754028,-0.546999990940094,0.23080000281333923,0.8047000169754028,0.036400001496076584,0.8557999730110168,-0.5160999894142151,0.036400001496076584,0.8557999730110168,-0.5160999894142151,0.036400001496076584,0.8557999730110168,-0.5160999894142151,0.8438000082969666,-0.4415999948978424,0.30480000376701355,0.8438000082969666,-0.4415999948978424,0.30480000376701355,0.8438000082969666,-0.4415999948978424,0.30480000376701355,-0.73580002784729,-0.49059998989105225,-0.4668000042438507,-0.73580002784729,-0.49059998989105225,-0.4668000042438507,-0.73580002784729,-0.49059998989105225,-0.4668000042438507,-0.9340000152587891,0.21979999542236328,-0.2818000018596649,-0.9340000152587891,0.21979999542236328,-0.2818000018596649,-0.9340000152587891,0.21979999542236328,-0.2818000018596649,0.42989999055862427,-0.7728000283241272,0.4668000042438507,0.42989999055862427,-0.7728000283241272,0.4668000042438507,0.42989999055862427,-0.7728000283241272,0.4668000042438507,0.3628999888896942,0.7263000011444092,-0.5838000178337097,0.3628999888896942,0.7263000011444092,-0.5838000178337097,0.3628999888896942,0.7263000011444092,-0.5838000178337097,-0.03869999945163727,-0.9975000023841858,-0.058800000697374344,-0.03869999945163727,-0.9975000023841858,-0.058800000697374344,-0.03869999945163727,-0.9975000023841858,-0.058800000697374344,0.5583999752998352,0.5907999873161316,-0.5824000239372253,0.5583999752998352,0.5907999873161316,-0.5824000239372253,0.5583999752998352,0.5907999873161316,-0.5824000239372253,0.7972999811172485,0.5910000205039978,-0.12290000170469284,0.7972999811172485,0.5910000205039978,-0.12290000170469284,0.7972999811172485,0.5910000205039978,-0.12290000170469284,-0.5616999864578247,-0.8054999709129333,0.18870000541210175,-0.5616999864578247,-0.8054999709129333,0.18870000541210175,-0.5616999864578247,-0.8054999709129333,0.18870000541210175,-0.37860000133514404,-0.8557999730110168,0.35249999165534973,-0.37860000133514404,-0.8557999730110168,0.35249999165534973,-0.37860000133514404,-0.8557999730110168,0.35249999165534973,0.7461000084877014,-0.6003000140190125,0.2879999876022339,0.7461000084877014,-0.6003000140190125,0.2879999876022339,0.7461000084877014,-0.6003000140190125,0.2879999876022339,0.8726000189781189,-0.4668000042438507,0.1437000036239624,0.8726000189781189,-0.4668000042438507,0.1437000036239624,0.8726000189781189,-0.4668000042438507,0.1437000036239624,0.36489999294281006,0.9301999807357788,-0.03970000147819519,0.36489999294281006,0.9301999807357788,-0.03970000147819519,0.36489999294281006,0.9301999807357788,-0.03970000147819519,-0.9217000007629395,-0.2712000012397766,-0.27730000019073486,-0.9217000007629395,-0.2712000012397766,-0.27730000019073486,-0.9217000007629395,-0.2712000012397766,-0.27730000019073486,0.6272000074386597,-0.24660000205039978,-0.7387999892234802,0.6272000074386597,-0.24660000205039978,-0.7387999892234802,0.6272000074386597,-0.24660000205039978,-0.7387999892234802,0.5910999774932861,-0.42910000681877136,-0.6830000281333923,0.5910999774932861,-0.42910000681877136,-0.6830000281333923,0.5910999774932861,-0.42910000681877136,-0.6830000281333923,-0.4255000054836273,0.13019999861717224,-0.8955000042915344,-0.4255000054836273,0.13019999861717224,-0.8955000042915344,-0.4255000054836273,0.13019999861717224,-0.8955000042915344,0.9075999855995178,0.3422999978065491,0.24310000240802765,0.9075999855995178,0.3422999978065491,0.24310000240802765,0.9075999855995178,0.3422999978065491,0.24310000240802765,0.16279999911785126,-0.9846000075340271,0.06419999897480011,0.16279999911785126,-0.9846000075340271,0.06419999897480011,0.16279999911785126,-0.9846000075340271,0.06419999897480011,-0.6552000045776367,0.6262000203132629,-0.42260000109672546,-0.6552000045776367,0.6262000203132629,-0.42260000109672546,-0.6552000045776367,0.6262000203132629,-0.42260000109672546,0.7318000197410583,-0.6725000143051147,-0.11060000211000443,0.7318000197410583,-0.6725000143051147,-0.11060000211000443,0.7318000197410583,-0.6725000143051147,-0.11060000211000443,0.2953999936580658,-0.5151000022888184,0.8046000003814697,0.2953999936580658,-0.5151000022888184,0.8046000003814697,0.2953999936580658,-0.5151000022888184,0.8046000003814697,-0.2313999980688095,-0.45249998569488525,0.8611999750137329,-0.2313999980688095,-0.45249998569488525,0.8611999750137329,-0.2313999980688095,-0.45249998569488525,0.8611999750137329,0.8955000042915344,-0.4043000042438507,0.18639999628067017,0.8955000042915344,-0.4043000042438507,0.18639999628067017,0.8955000042915344,-0.4043000042438507,0.18639999628067017,-0.8082000017166138,-0.3935000002384186,-0.43810001015663147,-0.8082000017166138,-0.3935000002384186,-0.43810001015663147,-0.8082000017166138,-0.3935000002384186,-0.43810001015663147,0.3564000129699707,0.414000004529953,-0.8375999927520752,0.3564000129699707,0.414000004529953,-0.8375999927520752,0.3564000129699707,0.414000004529953,-0.8375999927520752,-0.781499981880188,0.5182999968528748,0.3472000062465668,-0.781499981880188,0.5182999968528748,0.3472000062465668,-0.781499981880188,0.5182999968528748,0.3472000062465668,-0.9678999781608582,-0.19130000472068787,0.163100004196167,-0.9678999781608582,-0.19130000472068787,0.163100004196167,-0.9678999781608582,-0.19130000472068787,0.163100004196167,0.7142999768257141,0.6525999903678894,0.25290000438690186,0.7142999768257141,0.6525999903678894,0.25290000438690186,0.7142999768257141,0.6525999903678894,0.25290000438690186,0.1851000040769577,-0.9753000140190125,-0.12049999833106995,0.1851000040769577,-0.9753000140190125,-0.12049999833106995,0.1851000040769577,-0.9753000140190125,-0.12049999833106995,-0.996399998664856,0.07490000128746033,-0.03909999877214432,-0.996399998664856,0.07490000128746033,-0.03909999877214432,-0.996399998664856,0.07490000128746033,-0.03909999877214432,-0.09070000052452087,0.9649999737739563,-0.24619999527931213,-0.09070000052452087,0.9649999737739563,-0.24619999527931213,-0.09070000052452087,0.9649999737739563,-0.24619999527931213,0.1793999969959259,-0.5120999813079834,0.8399999737739563,0.1793999969959259,-0.5120999813079834,0.8399999737739563,0.1793999969959259,-0.5120999813079834,0.8399999737739563,-0.5083000063896179,0.43299999833106995,-0.7444000244140625,-0.5083000063896179,0.43299999833106995,-0.7444000244140625,-0.5083000063896179,0.43299999833106995,-0.7444000244140625,0.9814000129699707,-0.18619999289512634,0.04619999974966049,0.9814000129699707,-0.18619999289512634,0.04619999974966049,0.9814000129699707,-0.18619999289512634,0.04619999974966049,-0.5835999846458435,-0.7365000247955322,-0.34200000762939453,-0.5835999846458435,-0.7365000247955322,-0.34200000762939453,-0.5835999846458435,-0.7365000247955322,-0.34200000762939453,-0.23350000381469727,-0.4383000135421753,-0.867900013923645,-0.23350000381469727,-0.4383000135421753,-0.867900013923645,-0.23350000381469727,-0.4383000135421753,-0.867900013923645,0.17829999327659607,0.9776999950408936,-0.11060000211000443,0.17829999327659607,0.9776999950408936,-0.11060000211000443,0.17829999327659607,0.9776999950408936,-0.11060000211000443,0.01119999960064888,-0.9157999753952026,0.40139999985694885,0.01119999960064888,-0.9157999753952026,0.40139999985694885,0.01119999960064888,-0.9157999753952026,0.40139999985694885,-0.6919999718666077,0.6934000253677368,-0.20100000500679016,-0.6919999718666077,0.6934000253677368,-0.20100000500679016,-0.6919999718666077,0.6934000253677368,-0.20100000500679016,0.8845000267028809,0.45980000495910645,-0.07940000295639038,0.8845000267028809,0.45980000495910645,-0.07940000295639038,0.8845000267028809,0.45980000495910645,-0.07940000295639038,-0.3366999924182892,0.9017000198364258,-0.27129998803138733,-0.3366999924182892,0.9017000198364258,-0.27129998803138733,-0.3366999924182892,0.9017000198364258,-0.27129998803138733,-0.5841000080108643,0.026599999517202377,0.8112999796867371,-0.5841000080108643,0.026599999517202377,0.8112999796867371,-0.5841000080108643,0.026599999517202377,0.8112999796867371,-0.5564000010490417,0.7225000262260437,-0.41040000319480896,-0.5564000010490417,0.7225000262260437,-0.41040000319480896,-0.5564000010490417,0.7225000262260437,-0.41040000319480896,0.9434999823570251,0.3183000087738037,0.09189999848604202,0.9434999823570251,0.3183000087738037,0.09189999848604202,0.9434999823570251,0.3183000087738037,0.09189999848604202,-0.8215000033378601,-0.4334000051021576,-0.37040001153945923,-0.8215000033378601,-0.4334000051021576,-0.37040001153945923,-0.8215000033378601,-0.4334000051021576,-0.37040001153945923,-0.5842000246047974,-0.6632000207901001,0.46790000796318054,-0.5842000246047974,-0.6632000207901001,0.46790000796318054,-0.5842000246047974,-0.6632000207901001,0.46790000796318054,0.8123000264167786,-0.5758000016212463,0.09300000220537186,0.8123000264167786,-0.5758000016212463,0.09300000220537186,0.8123000264167786,-0.5758000016212463,0.09300000220537186,-0.7789000272750854,-0.259799987077713,-0.5708000063896179,-0.7789000272750854,-0.259799987077713,-0.5708000063896179,-0.7789000272750854,-0.259799987077713,-0.5708000063896179,0.01850000023841858,0.9998000264167786,-0.00019999999494757503,0.01850000023841858,0.9998000264167786,-0.00019999999494757503,0.01850000023841858,0.9998000264167786,-0.00019999999494757503,-0.6492000222206116,-0.526199996471405,-0.5491999983787537,-0.6492000222206116,-0.526199996471405,-0.5491999983787537,-0.6492000222206116,-0.526199996471405,-0.5491999983787537,-0.7117999792098999,0.4657999873161316,-0.5256999731063843,-0.7117999792098999,0.4657999873161316,-0.5256999731063843,-0.7117999792098999,0.4657999873161316,-0.5256999731063843,-0.5128999948501587,-0.7005000114440918,0.49619999527931213,-0.5128999948501587,-0.7005000114440918,0.49619999527931213,-0.5128999948501587,-0.7005000114440918,0.49619999527931213,0.04309999942779541,-0.916700005531311,0.39730000495910645,0.04309999942779541,-0.916700005531311,0.39730000495910645,0.04309999942779541,-0.916700005531311,0.39730000495910645,0.15209999680519104,0.8457000255584717,-0.5116000175476074,0.15209999680519104,0.8457000255584717,-0.5116000175476074,0.15209999680519104,0.8457000255584717,-0.5116000175476074,-0.08009999990463257,-0.8303999900817871,0.5512999892234802,-0.08009999990463257,-0.8303999900817871,0.5512999892234802,-0.08009999990463257,-0.8303999900817871,0.5512999892234802,0.8744999766349792,-0.3677999973297119,0.3160000145435333,0.8744999766349792,-0.3677999973297119,0.3160000145435333,0.8744999766349792,-0.3677999973297119,0.3160000145435333,0.30230000615119934,0.951200008392334,-0.062300000339746475,0.30230000615119934,0.951200008392334,-0.062300000339746475,0.30230000615119934,0.951200008392334,-0.062300000339746475,-0.5164999961853027,0.8539999723434448,-0.06300000101327896,-0.5164999961853027,0.8539999723434448,-0.06300000101327896,-0.5164999961853027,0.8539999723434448,-0.06300000101327896,-0.1168999969959259,0.9351000189781189,-0.3343999981880188,-0.1168999969959259,0.9351000189781189,-0.3343999981880188,-0.1168999969959259,0.9351000189781189,-0.3343999981880188,0.14419999718666077,0.9825000166893005,-0.11779999732971191,0.14419999718666077,0.9825000166893005,-0.11779999732971191,0.14419999718666077,0.9825000166893005,-0.11779999732971191,0.534600019454956,-0.84170001745224,0.07620000094175339,0.534600019454956,-0.84170001745224,0.07620000094175339,0.534600019454956,-0.84170001745224,0.07620000094175339,0.597599983215332,0.3723999857902527,-0.710099995136261,0.597599983215332,0.3723999857902527,-0.710099995136261,0.597599983215332,0.3723999857902527,-0.710099995136261,0.23029999434947968,-0.7501999735832214,0.6197999715805054,0.23029999434947968,-0.7501999735832214,0.6197999715805054,0.23029999434947968,-0.7501999735832214,0.6197999715805054,-0.40049999952316284,-0.6837000250816345,-0.6100000143051147,-0.40049999952316284,-0.6837000250816345,-0.6100000143051147,-0.40049999952316284,-0.6837000250816345,-0.6100000143051147,0.8712000250816345,0.17520000040531158,0.4586000144481659,0.8712000250816345,0.17520000040531158,0.4586000144481659,0.8712000250816345,0.17520000040531158,0.4586000144481659,-0.01119999960064888,-0.9157999753952026,0.40139999985694885,-0.01119999960064888,-0.9157999753952026,0.40139999985694885,-0.01119999960064888,-0.9157999753952026,0.40139999985694885,0.24580000340938568,0.9648000001907349,-0.09300000220537186,0.24580000340938568,0.9648000001907349,-0.09300000220537186,0.24580000340938568,0.9648000001907349,-0.09300000220537186,0.7598000168800354,0.6295999884605408,0.16189999878406525,0.7598000168800354,0.6295999884605408,0.16189999878406525,0.7598000168800354,0.6295999884605408,0.16189999878406525,-0.6428999900817871,0.46889999508857727,-0.6057000160217285,-0.6428999900817871,0.46889999508857727,-0.6057000160217285,-0.6428999900817871,0.46889999508857727,-0.6057000160217285,-0.0982000008225441,-0.9189000129699707,0.38199999928474426,-0.0982000008225441,-0.9189000129699707,0.38199999928474426,-0.0982000008225441,-0.9189000129699707,0.38199999928474426,0.14920000731945038,0.9787999987602234,-0.14030000567436218,0.14920000731945038,0.9787999987602234,-0.14030000567436218,0.14920000731945038,0.9787999987602234,-0.14030000567436218,-0.14749999344348907,0.973800003528595,-0.1729000061750412,-0.14749999344348907,0.973800003528595,-0.1729000061750412,-0.14749999344348907,0.973800003528595,-0.1729000061750412,0.164900004863739,-0.8664000034332275,0.47130000591278076,0.164900004863739,-0.8664000034332275,0.47130000591278076,0.164900004863739,-0.8664000034332275,0.47130000591278076,0.22869999706745148,-0.609000027179718,0.7595000267028809,0.22869999706745148,-0.609000027179718,0.7595000267028809,0.22869999706745148,-0.609000027179718,0.7595000267028809,-0.8147000074386597,0.5354999899864197,-0.2222999930381775,-0.8147000074386597,0.5354999899864197,-0.2222999930381775,-0.8147000074386597,0.5354999899864197,-0.2222999930381775,-0.583899974822998,-0.8108999729156494,0.04010000079870224,-0.583899974822998,-0.8108999729156494,0.04010000079870224,-0.583899974822998,-0.8108999729156494,0.04010000079870224,0.9164999723434448,-0.37560001015663147,0.13770000636577606,0.9164999723434448,-0.37560001015663147,0.13770000636577606,0.9164999723434448,-0.37560001015663147,0.13770000636577606,0.9993000030517578,-0.03189999982714653,-0.017799999564886093,0.9993000030517578,-0.03189999982714653,-0.017799999564886093,0.9993000030517578,-0.03189999982714653,-0.017799999564886093,-0.9508000016212463,-0.18459999561309814,-0.24869999289512634,-0.9508000016212463,-0.18459999561309814,-0.24869999289512634,-0.9508000016212463,-0.18459999561309814,-0.24869999289512634,0.00019999999494757503,-0.8982999920845032,0.439300000667572,0.00019999999494757503,-0.8982999920845032,0.439300000667572,0.00019999999494757503,-0.8982999920845032,0.439300000667572,-0.44290000200271606,0.4903999865055084,-0.7505000233650208,-0.44290000200271606,0.4903999865055084,-0.7505000233650208,-0.44290000200271606,0.4903999865055084,-0.7505000233650208,-0.5806999802589417,0.5665000081062317,0.5845999717712402,-0.5806999802589417,0.5665000081062317,0.5845999717712402,-0.5806999802589417,0.5665000081062317,0.5845999717712402,-0.7337999939918518,-0.2612999975681305,-0.6270999908447266,-0.7337999939918518,-0.2612999975681305,-0.6270999908447266,-0.7337999939918518,-0.2612999975681305,-0.6270999908447266,0.7458000183105469,-0.6128000020980835,0.2612000107765198,0.7458000183105469,-0.6128000020980835,0.2612000107765198,0.7458000183105469,-0.6128000020980835,0.2612000107765198,-0.08219999819993973,-0.5910000205039978,-0.8025000095367432,-0.08219999819993973,-0.5910000205039978,-0.8025000095367432,-0.08219999819993973,-0.5910000205039978,-0.8025000095367432,-0.0032999999821186066,0.9710999727249146,-0.23880000412464142,-0.0032999999821186066,0.9710999727249146,-0.23880000412464142,-0.0032999999821186066,0.9710999727249146,-0.23880000412464142,-0.5034000277519226,0.8348000049591064,0.22290000319480896,-0.5034000277519226,0.8348000049591064,0.22290000319480896,-0.5034000277519226,0.8348000049591064,0.22290000319480896,0.5967000126838684,-0.7121999859809875,0.3698999881744385,0.5967000126838684,-0.7121999859809875,0.3698999881744385,0.5967000126838684,-0.7121999859809875,0.3698999881744385,-0.4620000123977661,0.7178000211715698,-0.5209000110626221,-0.4620000123977661,0.7178000211715698,-0.5209000110626221,-0.4620000123977661,0.7178000211715698,-0.5209000110626221,0.15960000455379486,-0.9495999813079834,0.2696000039577484,0.15960000455379486,-0.9495999813079834,0.2696000039577484,0.15960000455379486,-0.9495999813079834,0.2696000039577484,-0.2029999941587448,-0.38499999046325684,-0.9003000259399414,-0.2029999941587448,-0.38499999046325684,-0.9003000259399414,-0.2029999941587448,-0.38499999046325684,-0.9003000259399414,-0.12970000505447388,0.9143999814987183,-0.38339999318122864,-0.12970000505447388,0.9143999814987183,-0.38339999318122864,-0.12970000505447388,0.9143999814987183,-0.38339999318122864,-0.014499999582767487,-0.9653000235557556,-0.2606000006198883,-0.014499999582767487,-0.9653000235557556,-0.2606000006198883,-0.014499999582767487,-0.9653000235557556,-0.2606000006198883,-0.31869998574256897,-0.4657999873161316,-0.8255000114440918,-0.31869998574256897,-0.4657999873161316,-0.8255000114440918,-0.31869998574256897,-0.4657999873161316,-0.8255000114440918,-0.7408000230789185,-0.6710000038146973,-0.02969999983906746,-0.7408000230789185,-0.6710000038146973,-0.02969999983906746,-0.7408000230789185,-0.6710000038146973,-0.02969999983906746,0.17759999632835388,0.853600025177002,-0.48980000615119934,0.17759999632835388,0.853600025177002,-0.48980000615119934,0.17759999632835388,0.853600025177002,-0.48980000615119934,0.9990000128746033,0.027499999850988388,0.03660000115633011,0.9990000128746033,0.027499999850988388,0.03660000115633011,0.9990000128746033,0.027499999850988388,0.03660000115633011,0.42559999227523804,-0.9047999978065491,0.013799999840557575,0.42559999227523804,-0.9047999978065491,0.013799999840557575,0.42559999227523804,-0.9047999978065491,0.013799999840557575,-0.07069999724626541,0.41760000586509705,-0.9059000015258789,-0.07069999724626541,0.41760000586509705,-0.9059000015258789,-0.07069999724626541,0.41760000586509705,-0.9059000015258789,-0.19359999895095825,-0.8999000191688538,-0.39079999923706055,-0.19359999895095825,-0.8999000191688538,-0.39079999923706055,-0.19359999895095825,-0.8999000191688538,-0.39079999923706055,0.868399977684021,-0.042100001126527786,0.49410000443458557,0.868399977684021,-0.042100001126527786,0.49410000443458557,0.868399977684021,-0.042100001126527786,0.49410000443458557,0.4049000144004822,-0.8700000047683716,0.28139999508857727,0.4049000144004822,-0.8700000047683716,0.28139999508857727,0.4049000144004822,-0.8700000047683716,0.28139999508857727,-0.8461999893188477,0.531000018119812,0.04410000145435333,-0.8461999893188477,0.531000018119812,0.04410000145435333,-0.8461999893188477,0.531000018119812,0.04410000145435333,-0.19779999554157257,-0.7215999960899353,-0.6635000109672546,-0.19779999554157257,-0.7215999960899353,-0.6635000109672546,-0.19779999554157257,-0.7215999960899353,-0.6635000109672546,-0.4178999960422516,0.5687999725341797,-0.7084000110626221,-0.4178999960422516,0.5687999725341797,-0.7084000110626221,-0.4178999960422516,0.5687999725341797,-0.7084000110626221,-0.29980000853538513,-0.05169999971985817,0.9526000022888184,-0.29980000853538513,-0.05169999971985817,0.9526000022888184,-0.29980000853538513,-0.05169999971985817,0.9526000022888184,0.7523999810218811,0.44020000100135803,-0.49000000953674316,0.7523999810218811,0.44020000100135803,-0.49000000953674316,0.7523999810218811,0.44020000100135803,-0.49000000953674316,-0.9610999822616577,0.2761000096797943,-0.01209999993443489,-0.9610999822616577,0.2761000096797943,-0.01209999993443489,-0.9610999822616577,0.2761000096797943,-0.01209999993443489,-0.554099977016449,-0.786899983882904,0.27160000801086426,-0.554099977016449,-0.786899983882904,0.27160000801086426,-0.554099977016449,-0.786899983882904,0.27160000801086426,0.6222000122070312,-0.1451999992132187,-0.7692999839782715,0.6222000122070312,-0.1451999992132187,-0.7692999839782715,0.6222000122070312,-0.1451999992132187,-0.7692999839782715,-0.6553999781608582,0.6510999798774719,0.38280001282691956,-0.6553999781608582,0.6510999798774719,0.38280001282691956,-0.6553999781608582,0.6510999798774719,0.38280001282691956,0.04270000010728836,0.9023000001907349,0.42910000681877136,0.04270000010728836,0.9023000001907349,0.42910000681877136,0.04270000010728836,0.9023000001907349,0.42910000681877136,0.8381999731063843,-0.4950000047683716,0.22869999706745148,0.8381999731063843,-0.4950000047683716,0.22869999706745148,0.8381999731063843,-0.4950000047683716,0.22869999706745148,-0.46860000491142273,-0.5503000020980835,0.691100001335144,-0.46860000491142273,-0.5503000020980835,0.691100001335144,-0.46860000491142273,-0.5503000020980835,0.691100001335144,0.9959999918937683,-0.01640000008046627,0.08780000358819962,0.9959999918937683,-0.01640000008046627,0.08780000358819962,0.9959999918937683,-0.01640000008046627,0.08780000358819962,0.31450000405311584,-0.9350000023841858,0.16369999945163727,0.31450000405311584,-0.9350000023841858,0.16369999945163727,0.31450000405311584,-0.9350000023841858,0.16369999945163727,-0.9968000054359436,0.07660000026226044,0.023600000888109207,-0.9968000054359436,0.07660000026226044,0.023600000888109207,-0.9968000054359436,0.07660000026226044,0.023600000888109207,0.9355999827384949,0.35260000824928284,0.018200000748038292,0.9355999827384949,0.35260000824928284,0.018200000748038292,0.9355999827384949,0.35260000824928284,0.018200000748038292,-0.824999988079071,-0.5590999722480774,-0.08250000327825546,-0.824999988079071,-0.5590999722480774,-0.08250000327825546,-0.824999988079071,-0.5590999722480774,-0.08250000327825546,-0.7454000115394592,-0.6660000085830688,0.029600000008940697,-0.7454000115394592,-0.6660000085830688,0.029600000008940697,-0.7454000115394592,-0.6660000085830688,0.029600000008940697,0.20579999685287476,-0.8137000203132629,0.5436999797821045,0.20579999685287476,-0.8137000203132629,0.5436999797821045,0.20579999685287476,-0.8137000203132629,0.5436999797821045,-0.529699981212616,-0.0869000032544136,0.8436999917030334,-0.529699981212616,-0.0869000032544136,0.8436999917030334,-0.529699981212616,-0.0869000032544136,0.8436999917030334,0.944100022315979,0.26499998569488525,-0.19619999825954437,0.944100022315979,0.26499998569488525,-0.19619999825954437,0.944100022315979,0.26499998569488525,-0.19619999825954437,0.8421000242233276,-0.4481000006198883,-0.29989999532699585,0.8421000242233276,-0.4481000006198883,-0.29989999532699585,0.8421000242233276,-0.4481000006198883,-0.29989999532699585,0.8130999803543091,-0.4602999985218048,0.3564000129699707,0.8130999803543091,-0.4602999985218048,0.3564000129699707,0.8130999803543091,-0.4602999985218048,0.3564000129699707,0.7365999817848206,0.32659998536109924,0.5922999978065491,0.7365999817848206,0.32659998536109924,0.5922999978065491,0.7365999817848206,0.32659998536109924,0.5922999978065491,0.5881999731063843,0.5145999789237976,0.6238999962806702,0.5881999731063843,0.5145999789237976,0.6238999962806702,0.5881999731063843,0.5145999789237976,0.6238999962806702,0.6625000238418579,-0.01899999938905239,0.7487999796867371,0.6625000238418579,-0.01899999938905239,0.7487999796867371,0.6625000238418579,-0.01899999938905239,0.7487999796867371,-0.8694000244140625,-0.3422999978065491,-0.3564000129699707,-0.8694000244140625,-0.3422999978065491,-0.3564000129699707,-0.8694000244140625,-0.3422999978065491,-0.3564000129699707,0.30390000343322754,-0.527400016784668,-0.79339998960495,0.30390000343322754,-0.527400016784668,-0.79339998960495,0.30390000343322754,-0.527400016784668,-0.79339998960495,-0.646399974822998,-0.0020000000949949026,-0.7630000114440918,-0.646399974822998,-0.0020000000949949026,-0.7630000114440918,-0.646399974822998,-0.0020000000949949026,-0.7630000114440918,-0.07209999859333038,-0.7789000272750854,0.6229000091552734,-0.07209999859333038,-0.7789000272750854,0.6229000091552734,-0.07209999859333038,-0.7789000272750854,0.6229000091552734,0.7026000022888184,0.6586999893188477,-0.26919999718666077,0.7026000022888184,0.6586999893188477,-0.26919999718666077,0.7026000022888184,0.6586999893188477,-0.26919999718666077,0.6958000063896179,-0.05139999836683273,-0.7164000272750854,0.6958000063896179,-0.05139999836683273,-0.7164000272750854,0.6958000063896179,-0.05139999836683273,-0.7164000272750854,0.1703999936580658,0.9373999834060669,-0.3037000000476837,0.1703999936580658,0.9373999834060669,-0.3037000000476837,0.1703999936580658,0.9373999834060669,-0.3037000000476837,-0.5670999884605408,0.031099999323487282,0.8230000138282776,-0.5670999884605408,0.031099999323487282,0.8230000138282776,-0.5670999884605408,0.031099999323487282,0.8230000138282776,0.9697999954223633,0.20669999718666077,-0.12970000505447388,0.9697999954223633,0.20669999718666077,-0.12970000505447388,0.9697999954223633,0.20669999718666077,-0.12970000505447388,0.7383000254631042,-0.6409000158309937,-0.21040000021457672,0.7383000254631042,-0.6409000158309937,-0.21040000021457672,0.7383000254631042,-0.6409000158309937,-0.21040000021457672,-0.7105000019073486,-0.024299999698996544,-0.7032999992370605,-0.7105000019073486,-0.024299999698996544,-0.7032999992370605,-0.7105000019073486,-0.024299999698996544,-0.7032999992370605,0.020099999383091927,0.6934000253677368,0.720300018787384,0.020099999383091927,0.6934000253677368,0.720300018787384,0.020099999383091927,0.6934000253677368,0.720300018787384,0.4350999891757965,0.3005000054836273,0.848800003528595,0.4350999891757965,0.3005000054836273,0.848800003528595,0.4350999891757965,0.3005000054836273,0.848800003528595,-0.164900004863739,-0.8664000034332275,0.47130000591278076,-0.164900004863739,-0.8664000034332275,0.47130000591278076,-0.164900004863739,-0.8664000034332275,0.47130000591278076,-0.5982000231742859,-0.6593999862670898,0.4555000066757202,-0.5982000231742859,-0.6593999862670898,0.4555000066757202,-0.5982000231742859,-0.6593999862670898,0.4555000066757202,0.7502999901771545,-0.3059000074863434,-0.5860999822616577,0.7502999901771545,-0.3059000074863434,-0.5860999822616577,0.7502999901771545,-0.3059000074863434,-0.5860999822616577,0.6894000172615051,-0.6959999799728394,0.20059999823570251,0.6894000172615051,-0.6959999799728394,0.20059999823570251,0.6894000172615051,-0.6959999799728394,0.20059999823570251,-0.7681999802589417,0.6384999752044678,0.0471000000834465,-0.7681999802589417,0.6384999752044678,0.0471000000834465,-0.7681999802589417,0.6384999752044678,0.0471000000834465,-0.6248999834060669,0.2849000096321106,-0.7268999814987183,-0.6248999834060669,0.2849000096321106,-0.7268999814987183,-0.6248999834060669,0.2849000096321106,-0.7268999814987183,-0.15209999680519104,0.8457000255584717,-0.5116000175476074,-0.15209999680519104,0.8457000255584717,-0.5116000175476074,-0.15209999680519104,0.8457000255584717,-0.5116000175476074,0.00039999998989515007,-0.5713000297546387,-0.8206999897956848,0.00039999998989515007,-0.5713000297546387,-0.8206999897956848,0.00039999998989515007,-0.5713000297546387,-0.8206999897956848,-0.870199978351593,0.46219998598098755,0.17100000381469727,-0.870199978351593,0.46219998598098755,0.17100000381469727,-0.870199978351593,0.46219998598098755,0.17100000381469727,0.6169000267982483,-0.2605000138282776,-0.7426999807357788,0.6169000267982483,-0.2605000138282776,-0.7426999807357788,0.6169000267982483,-0.2605000138282776,-0.7426999807357788,0.4397999942302704,-0.3716000020503998,0.8176000118255615,0.4397999942302704,-0.3716000020503998,0.8176000118255615,0.4397999942302704,-0.3716000020503998,0.8176000118255615,0.9754999876022339,0.0027000000700354576,-0.22020000219345093,0.9754999876022339,0.0027000000700354576,-0.22020000219345093,0.9754999876022339,0.0027000000700354576,-0.22020000219345093,0.025299999862909317,-0.4287000000476837,-0.9031000137329102,0.025299999862909317,-0.4287000000476837,-0.9031000137329102,0.025299999862909317,-0.4287000000476837,-0.9031000137329102,-0.6620000004768372,-0.40119999647140503,0.6330999732017517,-0.6620000004768372,-0.40119999647140503,0.6330999732017517,-0.6620000004768372,-0.40119999647140503,0.6330999732017517,-0.20669999718666077,-0.8689000010490417,-0.4498000144958496,-0.20669999718666077,-0.8689000010490417,-0.4498000144958496,-0.20669999718666077,-0.8689000010490417,-0.4498000144958496,0.4713999927043915,0.8490999937057495,0.23829999566078186,0.4713999927043915,0.8490999937057495,0.23829999566078186,0.4713999927043915,0.8490999937057495,0.23829999566078186,0.9225999712944031,0.2485000044107437,-0.29510000348091125,0.9225999712944031,0.2485000044107437,-0.29510000348091125,0.9225999712944031,0.2485000044107437,-0.29510000348091125,-0.24289999902248383,-0.8409000039100647,0.483599990606308,-0.24289999902248383,-0.8409000039100647,0.483599990606308,-0.24289999902248383,-0.8409000039100647,0.483599990606308,-0.4221000075340271,0.8960999846458435,0.13770000636577606,-0.4221000075340271,0.8960999846458435,0.13770000636577606,-0.4221000075340271,0.8960999846458435,0.13770000636577606,0.6223000288009644,0.6854000091552734,0.3779999911785126,0.6223000288009644,0.6854000091552734,0.3779999911785126,0.6223000288009644,0.6854000091552734,0.3779999911785126,-0.03009999915957451,-0.571399986743927,0.8201000094413757,-0.03009999915957451,-0.571399986743927,0.8201000094413757,-0.03009999915957451,-0.571399986743927,0.8201000094413757,0.7512999773025513,-0.6399999856948853,0.16110000014305115,0.7512999773025513,-0.6399999856948853,0.16110000014305115,0.7512999773025513,-0.6399999856948853,0.16110000014305115,-0.11969999969005585,-0.9581000208854675,-0.25999999046325684,-0.11969999969005585,-0.9581000208854675,-0.25999999046325684,-0.11969999969005585,-0.9581000208854675,-0.25999999046325684,0.11659999936819077,0.9771999716758728,-0.1776999980211258,0.11659999936819077,0.9771999716758728,-0.1776999980211258,0.11659999936819077,0.9771999716758728,-0.1776999980211258,0.4616999924182892,0.44269999861717224,-0.7687000036239624,0.4616999924182892,0.44269999861717224,-0.7687000036239624,0.4616999924182892,0.44269999861717224,-0.7687000036239624,-0.22280000150203705,-0.8876000046730042,0.4032000005245209,-0.22280000150203705,-0.8876000046730042,0.4032000005245209,-0.22280000150203705,-0.8876000046730042,0.4032000005245209,0.37709999084472656,0.786899983882904,-0.4884999990463257,0.37709999084472656,0.786899983882904,-0.4884999990463257,0.37709999084472656,0.786899983882904,-0.4884999990463257,-0.5289999842643738,-0.6765000224113464,0.5123000144958496,-0.5289999842643738,-0.6765000224113464,0.5123000144958496,-0.5289999842643738,-0.6765000224113464,0.5123000144958496,0.49790000915527344,0.5322999954223633,0.6847000122070312,0.49790000915527344,0.5322999954223633,0.6847000122070312,0.49790000915527344,0.5322999954223633,0.6847000122070312,-0.5590999722480774,-0.5436000227928162,-0.6259999871253967,-0.5590999722480774,-0.5436000227928162,-0.6259999871253967,-0.5590999722480774,-0.5436000227928162,-0.6259999871253967,0.16120000183582306,-0.9786999821662903,0.12700000405311584,0.16120000183582306,-0.9786999821662903,0.12700000405311584,0.16120000183582306,-0.9786999821662903,0.12700000405311584,-0.775600016117096,0.5789999961853027,0.2515000104904175,-0.775600016117096,0.5789999961853027,0.2515000104904175,-0.775600016117096,0.5789999961853027,0.2515000104904175,-0.5268999934196472,0.5465999841690063,-0.6507999897003174,-0.5268999934196472,0.5465999841690063,-0.6507999897003174,-0.5268999934196472,0.5465999841690063,-0.6507999897003174,0.9028000235557556,0.42969998717308044,-0.013799999840557575,0.9028000235557556,0.42969998717308044,-0.013799999840557575,0.9028000235557556,0.42969998717308044,-0.013799999840557575,-0.7042999863624573,-0.7067999839782715,-0.06620000302791595,-0.7042999863624573,-0.7067999839782715,-0.06620000302791595,-0.7042999863624573,-0.7067999839782715,-0.06620000302791595,0.9889000058174133,-0.05339999869465828,-0.13830000162124634,0.9889000058174133,-0.05339999869465828,-0.13830000162124634,0.9889000058174133,-0.05339999869465828,-0.13830000162124634,-0.015699999406933784,-0.04280000180006027,0.9990000128746033,-0.015699999406933784,-0.04280000180006027,0.9990000128746033,-0.015699999406933784,-0.04280000180006027,0.9990000128746033,-0.9523000121116638,-0.10480000078678131,0.2867000102996826,-0.9523000121116638,-0.10480000078678131,0.2867000102996826,-0.9523000121116638,-0.10480000078678131,0.2867000102996826,0.954800009727478,0.06310000270605087,-0.2906000018119812,0.954800009727478,0.06310000270605087,-0.2906000018119812,0.954800009727478,0.06310000270605087,-0.2906000018119812,0.859499990940094,-0.014299999922513962,0.5109000205993652,0.859499990940094,-0.014299999922513962,0.5109000205993652,0.859499990940094,-0.014299999922513962,0.5109000205993652,0.16210000216960907,0.9125999808311462,-0.37529999017715454,0.16210000216960907,0.9125999808311462,-0.37529999017715454,0.16210000216960907,0.9125999808311462,-0.37529999017715454,-0.6026999950408936,-0.7560999989509583,0.25519999861717224,-0.6026999950408936,-0.7560999989509583,0.25519999861717224,-0.6026999950408936,-0.7560999989509583,0.25519999861717224,0.5105000138282776,0.4023999869823456,0.7598999738693237,0.5105000138282776,0.4023999869823456,0.7598999738693237,0.5105000138282776,0.4023999869823456,0.7598999738693237,0.8215000033378601,-0.4334000051021576,-0.37040001153945923,0.8215000033378601,-0.4334000051021576,-0.37040001153945923,0.8215000033378601,-0.4334000051021576,-0.37040001153945923,-0.45010000467300415,-0.8920999765396118,0.040800001472234726,-0.45010000467300415,-0.8920999765396118,0.040800001472234726,-0.45010000467300415,-0.8920999765396118,0.040800001472234726,0.9038000106811523,0.07819999754428864,-0.4207000136375427,0.9038000106811523,0.07819999754428864,-0.4207000136375427,0.9038000106811523,0.07819999754428864,-0.4207000136375427,0.9835000038146973,-0.11909999698400497,0.13590000569820404,0.9835000038146973,-0.11909999698400497,0.13590000569820404,0.9835000038146973,-0.11909999698400497,0.13590000569820404,0.014399999752640724,0.9973999857902527,0.07069999724626541,0.014399999752640724,0.9973999857902527,0.07069999724626541,0.014399999752640724,0.9973999857902527,0.07069999724626541,0.4767000079154968,0.7735999822616577,0.41749998927116394,0.4767000079154968,0.7735999822616577,0.41749998927116394,0.4767000079154968,0.7735999822616577,0.41749998927116394,0.1615000069141388,0.7372999787330627,-0.656000018119812,0.1615000069141388,0.7372999787330627,-0.656000018119812,0.1615000069141388,0.7372999787330627,-0.656000018119812,-0.11890000104904175,0.9700000286102295,-0.21199999749660492,-0.11890000104904175,0.9700000286102295,-0.21199999749660492,-0.11890000104904175,0.9700000286102295,-0.21199999749660492,0.13289999961853027,0.9851999878883362,-0.10790000110864639,0.13289999961853027,0.9851999878883362,-0.10790000110864639,0.13289999961853027,0.9851999878883362,-0.10790000110864639,-0.5633999705314636,0.6847000122070312,0.46230000257492065,-0.5633999705314636,0.6847000122070312,0.46230000257492065,-0.5633999705314636,0.6847000122070312,0.46230000257492065,0.6528000235557556,0.3921999931335449,-0.6481000185012817,0.6528000235557556,0.3921999931335449,-0.6481000185012817,0.6528000235557556,0.3921999931335449,-0.6481000185012817,-0.6614000201225281,0.6732000112533569,-0.33059999346733093,-0.6614000201225281,0.6732000112533569,-0.33059999346733093,-0.6614000201225281,0.6732000112533569,-0.33059999346733093,0.0989999994635582,-0.5812000036239624,-0.807699978351593,0.0989999994635582,-0.5812000036239624,-0.807699978351593,0.0989999994635582,-0.5812000036239624,-0.807699978351593,-0.8367000222206116,-0.10769999772310257,0.5370000004768372,-0.8367000222206116,-0.10769999772310257,0.5370000004768372,-0.8367000222206116,-0.10769999772310257,0.5370000004768372,-0.5460000038146973,-0.2953999936580658,0.7839999794960022,-0.5460000038146973,-0.2953999936580658,0.7839999794960022,-0.5460000038146973,-0.2953999936580658,0.7839999794960022,-0.14069999754428864,-0.47940000891685486,-0.8662999868392944,-0.14069999754428864,-0.47940000891685486,-0.8662999868392944,-0.14069999754428864,-0.47940000891685486,-0.8662999868392944,0.20679999887943268,-0.8978999853134155,-0.38850000500679016,0.20679999887943268,-0.8978999853134155,-0.38850000500679016,0.20679999887943268,-0.8978999853134155,-0.38850000500679016,0.8223999738693237,0.531000018119812,0.20430000126361847,0.8223999738693237,0.531000018119812,0.20430000126361847,0.8223999738693237,0.531000018119812,0.20430000126361847,0.5504000186920166,-0.7968999743461609,0.249099999666214,0.5504000186920166,-0.7968999743461609,0.249099999666214,0.5504000186920166,-0.7968999743461609,0.249099999666214,-0.4424000084400177,0.22050000727176666,-0.8693000078201294,-0.4424000084400177,0.22050000727176666,-0.8693000078201294,-0.4424000084400177,0.22050000727176666,-0.8693000078201294,-0.20730000734329224,-0.18330000340938568,-0.9610000252723694,-0.20730000734329224,-0.18330000340938568,-0.9610000252723694,-0.20730000734329224,-0.18330000340938568,-0.9610000252723694,0.6848000288009644,-0.04740000143647194,-0.7271999716758728,0.6848000288009644,-0.04740000143647194,-0.7271999716758728,0.6848000288009644,-0.04740000143647194,-0.7271999716758728,-0.29409998655319214,-0.953499972820282,-0.0658000037074089,-0.29409998655319214,-0.953499972820282,-0.0658000037074089,-0.29409998655319214,-0.953499972820282,-0.0658000037074089,0.3197999894618988,0.9470999836921692,0.027000000700354576,0.3197999894618988,0.9470999836921692,0.027000000700354576,0.3197999894618988,0.9470999836921692,0.027000000700354576,0.97079998254776,-0.23549999296665192,0.04529999941587448,0.97079998254776,-0.23549999296665192,0.04529999941587448,0.97079998254776,-0.23549999296665192,0.04529999941587448,0.358599990606308,0.03779999911785126,0.932699978351593,0.358599990606308,0.03779999911785126,0.932699978351593,0.358599990606308,0.03779999911785126,0.932699978351593,0.5667999982833862,-0.04390000179409981,-0.822700023651123,0.5667999982833862,-0.04390000179409981,-0.822700023651123,0.5667999982833862,-0.04390000179409981,-0.822700023651123,-0.9642999768257141,-0.21529999375343323,-0.15440000593662262,-0.9642999768257141,-0.21529999375343323,-0.15440000593662262,-0.9642999768257141,-0.21529999375343323,-0.15440000593662262,-0.39100000262260437,0.034299999475479126,-0.919700026512146,-0.39100000262260437,0.034299999475479126,-0.919700026512146,-0.39100000262260437,0.034299999475479126,-0.919700026512146,0.5170000195503235,-0.8095999956130981,0.2782000005245209,0.5170000195503235,-0.8095999956130981,0.2782000005245209,0.5170000195503235,-0.8095999956130981,0.2782000005245209,0.3206000030040741,0.9185000061988831,-0.23160000145435333,0.3206000030040741,0.9185000061988831,-0.23160000145435333,0.3206000030040741,0.9185000061988831,-0.23160000145435333,0.803600013256073,-0.07090000063180923,0.5909000039100647,0.803600013256073,-0.07090000063180923,0.5909000039100647,0.803600013256073,-0.07090000063180923,0.5909000039100647,0.776199996471405,0.2759000062942505,0.5669999718666077,0.776199996471405,0.2759000062942505,0.5669999718666077,0.776199996471405,0.2759000062942505,0.5669999718666077,0.6851999759674072,0.34439998865127563,-0.6417999863624573,0.6851999759674072,0.34439998865127563,-0.6417999863624573,0.6851999759674072,0.34439998865127563,-0.6417999863624573,-0.4805999994277954,0.05559999868273735,0.8751999735832214,-0.4805999994277954,0.05559999868273735,0.8751999735832214,-0.4805999994277954,0.05559999868273735,0.8751999735832214,-0.9732000231742859,0.07119999825954437,0.21870000660419464,-0.9732000231742859,0.07119999825954437,0.21870000660419464,-0.9732000231742859,0.07119999825954437,0.21870000660419464,0.9359999895095825,-0.10859999805688858,0.33469998836517334,0.9359999895095825,-0.10859999805688858,0.33469998836517334,0.9359999895095825,-0.10859999805688858,0.33469998836517334,-0.6262999773025513,-0.26260000467300415,-0.734000027179718,-0.6262999773025513,-0.26260000467300415,-0.734000027179718,-0.6262999773025513,-0.26260000467300415,-0.734000027179718,0.15129999816417694,0.4943000078201294,0.8560000061988831,0.15129999816417694,0.4943000078201294,0.8560000061988831,0.15129999816417694,0.4943000078201294,0.8560000061988831,0.2053000032901764,0.5946999788284302,-0.7773000001907349,0.2053000032901764,0.5946999788284302,-0.7773000001907349,0.2053000032901764,0.5946999788284302,-0.7773000001907349,0.3018999993801117,-0.375,-0.8765000104904175,0.3018999993801117,-0.375,-0.8765000104904175,0.3018999993801117,-0.375,-0.8765000104904175,0.5126000046730042,0.8574000000953674,-0.04699999839067459,0.5126000046730042,0.8574000000953674,-0.04699999839067459,0.5126000046730042,0.8574000000953674,-0.04699999839067459,-0.5130000114440918,0.4975000023841858,0.6995999813079834,-0.5130000114440918,0.4975000023841858,0.6995999813079834,-0.5130000114440918,0.4975000023841858,0.6995999813079834,-0.5131000280380249,0.5088000297546387,0.6912000179290771,-0.5131000280380249,0.5088000297546387,0.6912000179290771,-0.5131000280380249,0.5088000297546387,0.6912000179290771,0.22290000319480896,0.4787999987602234,-0.8490999937057495,0.22290000319480896,0.4787999987602234,-0.8490999937057495,0.22290000319480896,0.4787999987602234,-0.8490999937057495,-0.3330000042915344,-0.23739999532699585,-0.9125999808311462,-0.3330000042915344,-0.23739999532699585,-0.9125999808311462,-0.3330000042915344,-0.23739999532699585,-0.9125999808311462,-0.638700008392334,0.3172999918460846,-0.7009999752044678,-0.638700008392334,0.3172999918460846,-0.7009999752044678,-0.638700008392334,0.3172999918460846,-0.7009999752044678,-0.9610000252723694,-0.2637999951839447,-0.08320000022649765,-0.9610000252723694,-0.2637999951839447,-0.08320000022649765,-0.9610000252723694,-0.2637999951839447,-0.08320000022649765,0.8388000130653381,0.4717999994754791,-0.2718000113964081,0.8388000130653381,0.4717999994754791,-0.2718000113964081,0.8388000130653381,0.4717999994754791,-0.2718000113964081,-0.9872000217437744,0.1446000039577484,0.0674000009894371,-0.9872000217437744,0.1446000039577484,0.0674000009894371,-0.9872000217437744,0.1446000039577484,0.0674000009894371,-0.04740000143647194,0.9314000010490417,-0.3610000014305115,-0.04740000143647194,0.9314000010490417,-0.3610000014305115,-0.04740000143647194,0.9314000010490417,-0.3610000014305115,0.32820001244544983,0.7462999820709229,0.5789999961853027,0.32820001244544983,0.7462999820709229,0.5789999961853027,0.32820001244544983,0.7462999820709229,0.5789999961853027,-0.9908999800682068,0.08940000087022781,-0.1006999984383583,-0.9908999800682068,0.08940000087022781,-0.1006999984383583,-0.9908999800682068,0.08940000087022781,-0.1006999984383583,-0.6359999775886536,-0.6363999843597412,0.436599999666214,-0.6359999775886536,-0.6363999843597412,0.436599999666214,-0.6359999775886536,-0.6363999843597412,0.436599999666214,0.5205000042915344,0.42489999532699585,0.7407000064849854,0.5205000042915344,0.42489999532699585,0.7407000064849854,0.5205000042915344,0.42489999532699585,0.7407000064849854,-0.2712000012397766,-0.06689999997615814,-0.9602000117301941,-0.2712000012397766,-0.06689999997615814,-0.9602000117301941,-0.2712000012397766,-0.06689999997615814,-0.9602000117301941,0.29409998655319214,0.3555999994277954,-0.8871999979019165,0.29409998655319214,0.3555999994277954,-0.8871999979019165,0.29409998655319214,0.3555999994277954,-0.8871999979019165,-0.6104000210762024,-0.2921000123023987,0.736299991607666,-0.6104000210762024,-0.2921000123023987,0.736299991607666,-0.6104000210762024,-0.2921000123023987,0.736299991607666,0.545199990272522,0.8169999718666077,-0.18770000338554382,0.545199990272522,0.8169999718666077,-0.18770000338554382,0.545199990272522,0.8169999718666077,-0.18770000338554382,0.987500011920929,-0.07180000096559525,-0.14020000398159027,0.987500011920929,-0.07180000096559525,-0.14020000398159027,0.987500011920929,-0.07180000096559525,-0.14020000398159027,-0.4293000102043152,0.9020000100135803,-0.04610000178217888,-0.4293000102043152,0.9020000100135803,-0.04610000178217888,-0.4293000102043152,0.9020000100135803,-0.04610000178217888,-0.6430000066757202,0.708299994468689,-0.29120001196861267,-0.6430000066757202,0.708299994468689,-0.29120001196861267,-0.6430000066757202,0.708299994468689,-0.29120001196861267,-0.3422999978065491,0.9000999927520752,0.26969999074935913,-0.3422999978065491,0.9000999927520752,0.26969999074935913,-0.3422999978065491,0.9000999927520752,0.26969999074935913,-0.6309000253677368,0.7013000249862671,0.33180001378059387,-0.6309000253677368,0.7013000249862671,0.33180001378059387,-0.6309000253677368,0.7013000249862671,0.33180001378059387,0.4106000065803528,-0.08479999750852585,-0.9078999757766724,0.4106000065803528,-0.08479999750852585,-0.9078999757766724,0.4106000065803528,-0.08479999750852585,-0.9078999757766724,-0.9491000175476074,-0.14149999618530273,0.28139999508857727,-0.9491000175476074,-0.14149999618530273,0.28139999508857727,-0.9491000175476074,-0.14149999618530273,0.28139999508857727,-0.4404999911785126,-0.89410001039505,-0.08129999786615372,-0.4404999911785126,-0.89410001039505,-0.08129999786615372,-0.4404999911785126,-0.89410001039505,-0.08129999786615372,0.20010000467300415,-0.960099995136261,-0.19539999961853027,0.20010000467300415,-0.960099995136261,-0.19539999961853027,0.20010000467300415,-0.960099995136261,-0.19539999961853027,0.6144000291824341,0.5529000163078308,-0.5629000067710876,0.6144000291824341,0.5529000163078308,-0.5629000067710876,0.6144000291824341,0.5529000163078308,-0.5629000067710876,-0.9035000205039978,0.09939999878406525,0.41679999232292175,-0.9035000205039978,0.09939999878406525,0.41679999232292175,-0.9035000205039978,0.09939999878406525,0.41679999232292175,-0.01269999984651804,0.9986000061035156,-0.05119999870657921,-0.01269999984651804,0.9986000061035156,-0.05119999870657921,-0.01269999984651804,0.9986000061035156,-0.05119999870657921,-0.04600000008940697,0.9858999848365784,-0.16110000014305115,-0.04600000008940697,0.9858999848365784,-0.16110000014305115,-0.04600000008940697,0.9858999848365784,-0.16110000014305115,-0.36149999499320984,-0.4763999879360199,0.8014000058174133,-0.36149999499320984,-0.4763999879360199,0.8014000058174133,-0.36149999499320984,-0.4763999879360199,0.8014000058174133,0.8565999865531921,-0.43709999322891235,-0.2743000090122223,0.8565999865531921,-0.43709999322891235,-0.2743000090122223,0.8565999865531921,-0.43709999322891235,-0.2743000090122223,-0.5950999855995178,-0.5730000138282776,0.5634999871253967,-0.5950999855995178,-0.5730000138282776,0.5634999871253967,-0.5950999855995178,-0.5730000138282776,0.5634999871253967,-0.9966999888420105,0.018400000408291817,-0.07900000363588333,-0.9966999888420105,0.018400000408291817,-0.07900000363588333,-0.9966999888420105,0.018400000408291817,-0.07900000363588333,-0.9997000098228455,-0.008299999870359898,-0.023600000888109207,-0.9997000098228455,-0.008299999870359898,-0.023600000888109207,-0.9997000098228455,-0.008299999870359898,-0.023600000888109207,-0.5773000121116638,0.8126000165939331,0.08049999922513962,-0.5773000121116638,0.8126000165939331,0.08049999922513962,-0.5773000121116638,0.8126000165939331,0.08049999922513962,-0.6930999755859375,0.33180001378059387,-0.6399999856948853,-0.6930999755859375,0.33180001378059387,-0.6399999856948853,-0.6930999755859375,0.33180001378059387,-0.6399999856948853,-0.911899983882904,0.4032999873161316,-0.07580000162124634,-0.911899983882904,0.4032999873161316,-0.07580000162124634,-0.911899983882904,0.4032999873161316,-0.07580000162124634,0.4569000005722046,0.4465000033378601,-0.7692999839782715,0.4569000005722046,0.4465000033378601,-0.7692999839782715,0.4569000005722046,0.4465000033378601,-0.7692999839782715,-0.9240000247955322,-0.3790999948978424,-0.04910000041127205,-0.9240000247955322,-0.3790999948978424,-0.04910000041127205,-0.9240000247955322,-0.3790999948978424,-0.04910000041127205,-0.557699978351593,0.6829000115394592,-0.4717999994754791,-0.557699978351593,0.6829000115394592,-0.4717999994754791,-0.557699978351593,0.6829000115394592,-0.4717999994754791,0.5631999969482422,-0.8162999749183655,-0.12870000302791595,0.5631999969482422,-0.8162999749183655,-0.12870000302791595,0.5631999969482422,-0.8162999749183655,-0.12870000302791595,-0.9180999994277954,0.39489999413490295,0.03460000082850456,-0.9180999994277954,0.39489999413490295,0.03460000082850456,-0.9180999994277954,0.39489999413490295,0.03460000082850456,-0.39250001311302185,0.8406000137329102,-0.373199999332428,-0.39250001311302185,0.8406000137329102,-0.373199999332428,-0.39250001311302185,0.8406000137329102,-0.373199999332428,-0.8784999847412109,-0.413100004196167,0.24009999632835388,-0.8784999847412109,-0.413100004196167,0.24009999632835388,-0.8784999847412109,-0.413100004196167,0.24009999632835388,0.638700008392334,0.3172999918460846,-0.7009999752044678,0.638700008392334,0.3172999918460846,-0.7009999752044678,0.638700008392334,0.3172999918460846,-0.7009999752044678,0.1835000067949295,0.9574000239372253,0.22310000658035278,0.1835000067949295,0.9574000239372253,0.22310000658035278,0.1835000067949295,0.9574000239372253,0.22310000658035278,-0.5135999917984009,-0.09549999982118607,-0.8526999950408936,-0.5135999917984009,-0.09549999982118607,-0.8526999950408936,-0.5135999917984009,-0.09549999982118607,-0.8526999950408936,0.23849999904632568,-0.23309999704360962,0.9427000284194946,0.23849999904632568,-0.23309999704360962,0.9427000284194946,0.23849999904632568,-0.23309999704360962,0.9427000284194946,-0.7713000178337097,-0.147599995136261,0.6190999746322632,-0.7713000178337097,-0.147599995136261,0.6190999746322632,-0.7713000178337097,-0.147599995136261,0.6190999746322632,0.8871999979019165,0.1826000064611435,-0.4237000048160553,0.8871999979019165,0.1826000064611435,-0.4237000048160553,0.8871999979019165,0.1826000064611435,-0.4237000048160553,0.9072999954223633,0.24490000307559967,-0.3418999910354614,0.9072999954223633,0.24490000307559967,-0.3418999910354614,0.9072999954223633,0.24490000307559967,-0.3418999910354614,-0.027899999171495438,-0.8899999856948853,0.45509999990463257,-0.027899999171495438,-0.8899999856948853,0.45509999990463257,-0.027899999171495438,-0.8899999856948853,0.45509999990463257,0.6998999714851379,0.7067999839782715,-0.10249999910593033,0.6998999714851379,0.7067999839782715,-0.10249999910593033,0.6998999714851379,0.7067999839782715,-0.10249999910593033,-0.9733999967575073,-0.225600004196167,-0.039500001817941666,-0.9733999967575073,-0.225600004196167,-0.039500001817941666,-0.9733999967575073,-0.225600004196167,-0.039500001817941666,-0.10490000247955322,0.8481000065803528,-0.5194000005722046,-0.10490000247955322,0.8481000065803528,-0.5194000005722046,-0.10490000247955322,0.8481000065803528,-0.5194000005722046,0.5408999919891357,-0.8406999707221985,-0.024700000882148743,0.5408999919891357,-0.8406999707221985,-0.024700000882148743,0.5408999919891357,-0.8406999707221985,-0.024700000882148743,0.5138000249862671,-0.5605999827384949,0.649399995803833,0.5138000249862671,-0.5605999827384949,0.649399995803833,0.5138000249862671,-0.5605999827384949,0.649399995803833,0.2994999885559082,0.4812000095844269,-0.8238999843597412,0.2994999885559082,0.4812000095844269,-0.8238999843597412,0.2994999885559082,0.4812000095844269,-0.8238999843597412,0.8029000163078308,-0.5960999727249146,-0.0003000000142492354,0.8029000163078308,-0.5960999727249146,-0.0003000000142492354,0.8029000163078308,-0.5960999727249146,-0.0003000000142492354,0.24539999663829803,-0.8950999975204468,-0.37229999899864197,0.24539999663829803,-0.8950999975204468,-0.37229999899864197,0.24539999663829803,-0.8950999975204468,-0.37229999899864197,0.8507999777793884,-0.31779998540878296,0.4185999929904938,0.8507999777793884,-0.31779998540878296,0.4185999929904938,0.8507999777793884,-0.31779998540878296,0.4185999929904938,0.20180000364780426,-0.3393999934196472,-0.9186999797821045,0.20180000364780426,-0.3393999934196472,-0.9186999797821045,0.20180000364780426,-0.3393999934196472,-0.9186999797821045,-0.7360000014305115,0.2630000114440918,-0.6237999796867371,-0.7360000014305115,0.2630000114440918,-0.6237999796867371,-0.7360000014305115,0.2630000114440918,-0.6237999796867371,0.02810000069439411,-0.9987999796867371,0.03959999978542328,0.02810000069439411,-0.9987999796867371,0.03959999978542328,0.02810000069439411,-0.9987999796867371,0.03959999978542328,-0.7918000221252441,0.6017000079154968,-0.10499999672174454,-0.7918000221252441,0.6017000079154968,-0.10499999672174454,-0.7918000221252441,0.6017000079154968,-0.10499999672174454,0.006599999964237213,1,0.001500000013038516,0.006599999964237213,1,0.001500000013038516,0.006599999964237213,1,0.001500000013038516,0.43459999561309814,-0.7796000242233276,0.45100000500679016,0.43459999561309814,-0.7796000242233276,0.45100000500679016,0.43459999561309814,-0.7796000242233276,0.45100000500679016,-0.474700003862381,0.7368999719619751,-0.4812999963760376,-0.474700003862381,0.7368999719619751,-0.4812999963760376,-0.474700003862381,0.7368999719619751,-0.4812999963760376,-0.13199999928474426,-0.9828000068664551,0.1290999948978424,-0.13199999928474426,-0.9828000068664551,0.1290999948978424,-0.13199999928474426,-0.9828000068664551,0.1290999948978424,0.12280000001192093,-0.9575999975204468,0.2606000006198883,0.12280000001192093,-0.9575999975204468,0.2606000006198883,0.12280000001192093,-0.9575999975204468,0.2606000006198883,-0.3328999876976013,-0.939300000667572,-0.08330000191926956,-0.3328999876976013,-0.939300000667572,-0.08330000191926956,-0.3328999876976013,-0.939300000667572,-0.08330000191926956,-0.9969000220298767,0.01899999938905239,-0.07699999958276749,-0.9969000220298767,0.01899999938905239,-0.07699999958276749,-0.9969000220298767,0.01899999938905239,-0.07699999958276749,0.5583999752998352,0.8209999799728394,0.1193000003695488,0.5583999752998352,0.8209999799728394,0.1193000003695488,0.5583999752998352,0.8209999799728394,0.1193000003695488,0.8449000120162964,0.04699999839067459,-0.532800018787384,0.8449000120162964,0.04699999839067459,-0.532800018787384,0.8449000120162964,0.04699999839067459,-0.532800018787384,-0.6010000109672546,-0.13770000636577606,0.7872999906539917,-0.6010000109672546,-0.13770000636577606,0.7872999906539917,-0.6010000109672546,-0.13770000636577606,0.7872999906539917,0.22759999334812164,0.9693999886512756,0.09210000187158585,0.22759999334812164,0.9693999886512756,0.09210000187158585,0.22759999334812164,0.9693999886512756,0.09210000187158585,0.4699000120162964,0.24089999496936798,0.8492000102996826,0.4699000120162964,0.24089999496936798,0.8492000102996826,0.4699000120162964,0.24089999496936798,0.8492000102996826,0.7800999879837036,-0.27559998631477356,0.5616999864578247,0.7800999879837036,-0.27559998631477356,0.5616999864578247,0.7800999879837036,-0.27559998631477356,0.5616999864578247,-0.6017000079154968,-0.704800009727478,0.3758000135421753,-0.6017000079154968,-0.704800009727478,0.3758000135421753,-0.6017000079154968,-0.704800009727478,0.3758000135421753,-0.9542999863624573,0.1565999984741211,-0.25459998846054077,-0.9542999863624573,0.1565999984741211,-0.25459998846054077,-0.9542999863624573,0.1565999984741211,-0.25459998846054077,0.9814000129699707,0.08550000190734863,0.1720000058412552,0.9814000129699707,0.08550000190734863,0.1720000058412552,0.9814000129699707,0.08550000190734863,0.1720000058412552,-0.9947999715805054,0.09939999878406525,-0.02319999970495701,-0.9947999715805054,0.09939999878406525,-0.02319999970495701,-0.9947999715805054,0.09939999878406525,-0.02319999970495701,-0.5271000266075134,-0.014800000004470348,-0.8496999740600586,-0.5271000266075134,-0.014800000004470348,-0.8496999740600586,-0.5271000266075134,-0.014800000004470348,-0.8496999740600586,0.14069999754428864,-0.47940000891685486,-0.8662999868392944,0.14069999754428864,-0.47940000891685486,-0.8662999868392944,0.14069999754428864,-0.47940000891685486,-0.8662999868392944,0.10260000079870224,0.95660001039505,0.2727000117301941,0.10260000079870224,0.95660001039505,0.2727000117301941,0.10260000079870224,0.95660001039505,0.2727000117301941,-0.9926999807357788,-0.03660000115633011,0.11509999632835388,-0.9926999807357788,-0.03660000115633011,0.11509999632835388,-0.9926999807357788,-0.03660000115633011,0.11509999632835388,-0.00839999970048666,0.6812000274658203,0.7319999933242798,-0.00839999970048666,0.6812000274658203,0.7319999933242798,-0.00839999970048666,0.6812000274658203,0.7319999933242798,-0.9473000168800354,0.13269999623298645,0.29159998893737793,-0.9473000168800354,0.13269999623298645,0.29159998893737793,-0.9473000168800354,0.13269999623298645,0.29159998893737793,-0.2526000142097473,0.7856000065803528,-0.5648999810218811,-0.2526000142097473,0.7856000065803528,-0.5648999810218811,-0.2526000142097473,0.7856000065803528,-0.5648999810218811,-0.243599995970726,-0.8258000016212463,-0.5085999965667725,-0.243599995970726,-0.8258000016212463,-0.5085999965667725,-0.243599995970726,-0.8258000016212463,-0.5085999965667725,-0.273499995470047,0.7224000096321106,0.6349999904632568,-0.273499995470047,0.7224000096321106,0.6349999904632568,-0.273499995470047,0.7224000096321106,0.6349999904632568,-0.7121999859809875,0.6941999793052673,0.10379999876022339,-0.7121999859809875,0.6941999793052673,0.10379999876022339,-0.7121999859809875,0.6941999793052673,0.10379999876022339,0.9934999942779541,-0.007400000002235174,0.11330000311136246,0.9934999942779541,-0.007400000002235174,0.11330000311136246,0.9934999942779541,-0.007400000002235174,0.11330000311136246,0.015399999916553497,-0.2460000067949295,0.9690999984741211,0.015399999916553497,-0.2460000067949295,0.9690999984741211,0.015399999916553497,-0.2460000067949295,0.9690999984741211,-0.7085999846458435,-0.6525999903678894,0.26840001344680786,-0.7085999846458435,-0.6525999903678894,0.26840001344680786,-0.7085999846458435,-0.6525999903678894,0.26840001344680786,-0.7742999792098999,-0.6316999793052673,-0.03680000081658363,-0.7742999792098999,-0.6316999793052673,-0.03680000081658363,-0.7742999792098999,-0.6316999793052673,-0.03680000081658363,-0.3163999915122986,0.907800018787384,-0.2754000127315521,-0.3163999915122986,0.907800018787384,-0.2754000127315521,-0.3163999915122986,0.907800018787384,-0.2754000127315521,0.07840000092983246,0.6801000237464905,0.7289000153541565,0.07840000092983246,0.6801000237464905,0.7289000153541565,0.07840000092983246,0.6801000237464905,0.7289000153541565,0.33090001344680786,-0.6424999833106995,-0.691100001335144,0.33090001344680786,-0.6424999833106995,-0.691100001335144,0.33090001344680786,-0.6424999833106995,-0.691100001335144,-0.7049000263214111,0.05180000141263008,0.7074000239372253,-0.7049000263214111,0.05180000141263008,0.7074000239372253,-0.7049000263214111,0.05180000141263008,0.7074000239372253,0.3806999921798706,0.2793999910354614,-0.8815000057220459,0.3806999921798706,0.2793999910354614,-0.8815000057220459,0.3806999921798706,0.2793999910354614,-0.8815000057220459,0.8888999819755554,-0.4302000105381012,0.1574999988079071,0.8888999819755554,-0.4302000105381012,0.1574999988079071,0.8888999819755554,-0.4302000105381012,0.1574999988079071,-0.453900009393692,0.6690999865531921,-0.5885000228881836,-0.453900009393692,0.6690999865531921,-0.5885000228881836,-0.453900009393692,0.6690999865531921,-0.5885000228881836,-0.3172000050544739,-0.0010000000474974513,-0.9483000040054321,-0.3172000050544739,-0.0010000000474974513,-0.9483000040054321,-0.3172000050544739,-0.0010000000474974513,-0.9483000040054321,-0.8227999806404114,0.4442000091075897,0.35440000891685486,-0.8227999806404114,0.4442000091075897,0.35440000891685486,-0.8227999806404114,0.4442000091075897,0.35440000891685486,0.5078999996185303,-0.20090000331401825,-0.8377000093460083,0.5078999996185303,-0.20090000331401825,-0.8377000093460083,0.5078999996185303,-0.20090000331401825,-0.8377000093460083,-0.6633999943733215,-0.04410000145435333,0.746999979019165,-0.6633999943733215,-0.04410000145435333,0.746999979019165,-0.6633999943733215,-0.04410000145435333,0.746999979019165,0.7411999702453613,-0.1834000051021576,0.645799994468689,0.7411999702453613,-0.1834000051021576,0.645799994468689,0.7411999702453613,-0.1834000051021576,0.645799994468689,0.00019999999494757503,-0.9430999755859375,0.33239999413490295,0.00019999999494757503,-0.9430999755859375,0.33239999413490295,0.00019999999494757503,-0.9430999755859375,0.33239999413490295,-0.09019999951124191,-0.47279998660087585,0.8766000270843506,-0.09019999951124191,-0.47279998660087585,0.8766000270843506,-0.09019999951124191,-0.47279998660087585,0.8766000270843506,-0.9424999952316284,0.1446000039577484,-0.3012000024318695,-0.9424999952316284,0.1446000039577484,-0.3012000024318695,-0.9424999952316284,0.1446000039577484,-0.3012000024318695,-0.6222000122070312,-0.1451999992132187,-0.7692999839782715,-0.6222000122070312,-0.1451999992132187,-0.7692999839782715,-0.6222000122070312,-0.1451999992132187,-0.7692999839782715,-0.18219999969005585,-0.4316999912261963,-0.883400022983551,-0.18219999969005585,-0.4316999912261963,-0.883400022983551,-0.18219999969005585,-0.4316999912261963,-0.883400022983551,0.2709999978542328,0.7820000052452087,0.5612999796867371,0.2709999978542328,0.7820000052452087,0.5612999796867371,0.2709999978542328,0.7820000052452087,0.5612999796867371,-0.482699990272522,0.6771000027656555,-0.5554999709129333,-0.482699990272522,0.6771000027656555,-0.5554999709129333,-0.482699990272522,0.6771000027656555,-0.5554999709129333,-0.211899995803833,-0.9050999879837036,-0.3686999976634979,-0.211899995803833,-0.9050999879837036,-0.3686999976634979,-0.211899995803833,-0.9050999879837036,-0.3686999976634979,0.9139999747276306,0.4058000147342682,0.0035000001080334187,0.9139999747276306,0.4058000147342682,0.0035000001080334187,0.9139999747276306,0.4058000147342682,0.0035000001080334187,-0.11270000040531158,-0.6567000150680542,0.7457000017166138,-0.11270000040531158,-0.6567000150680542,0.7457000017166138,-0.11270000040531158,-0.6567000150680542,0.7457000017166138,-0.5401999950408936,0.23999999463558197,-0.8065999746322632,-0.5401999950408936,0.23999999463558197,-0.8065999746322632,-0.5401999950408936,0.23999999463558197,-0.8065999746322632,0.10270000249147415,-0.9623000025749207,-0.251800000667572,0.10270000249147415,-0.9623000025749207,-0.251800000667572,0.10270000249147415,-0.9623000025749207,-0.251800000667572,-0.974399983882904,-0.1899999976158142,0.12039999663829803,-0.974399983882904,-0.1899999976158142,0.12039999663829803,-0.974399983882904,-0.1899999976158142,0.12039999663829803,-0.7946000099182129,0.24130000174045563,-0.557200014591217,-0.7946000099182129,0.24130000174045563,-0.557200014591217,-0.7946000099182129,0.24130000174045563,-0.557200014591217,-0.3151000142097473,0.6525999903678894,-0.6891000270843506,-0.3151000142097473,0.6525999903678894,-0.6891000270843506,-0.3151000142097473,0.6525999903678894,-0.6891000270843506,0.9157999753952026,0.2818000018596649,-0.28610000014305115,0.9157999753952026,0.2818000018596649,-0.28610000014305115,0.9157999753952026,0.2818000018596649,-0.28610000014305115,0.5928999781608582,0.5,-0.6312000155448914,0.5928999781608582,0.5,-0.6312000155448914,0.5928999781608582,0.5,-0.6312000155448914,-0.9959999918937683,-0.03680000081658363,0.08089999854564667,-0.9959999918937683,-0.03680000081658363,0.08089999854564667,-0.9959999918937683,-0.03680000081658363,0.08089999854564667,-0.7695000171661377,-0.5497000217437744,0.32510000467300415,-0.7695000171661377,-0.5497000217437744,0.32510000467300415,-0.7695000171661377,-0.5497000217437744,0.32510000467300415,0.9934999942779541,-0.010700000450015068,0.11320000141859055,0.9934999942779541,-0.010700000450015068,0.11320000141859055,0.9934999942779541,-0.010700000450015068,0.11320000141859055,0.11270000040531158,-0.6567000150680542,0.7457000017166138,0.11270000040531158,-0.6567000150680542,0.7457000017166138,0.11270000040531158,-0.6567000150680542,0.7457000017166138,0.5037000179290771,0.854200005531311,0.1289999932050705,0.5037000179290771,0.854200005531311,0.1289999932050705,0.5037000179290771,0.854200005531311,0.1289999932050705,-0.5950999855995178,-0.4406000077724457,-0.6721000075340271,-0.5950999855995178,-0.4406000077724457,-0.6721000075340271,-0.5950999855995178,-0.4406000077724457,-0.6721000075340271,-0.7973999977111816,-0.5637999773025513,0.21539999544620514,-0.7973999977111816,-0.5637999773025513,0.21539999544620514,-0.7973999977111816,-0.5637999773025513,0.21539999544620514,0.9379000067710876,-0.3409999907016754,-0.0640999972820282,0.9379000067710876,-0.3409999907016754,-0.0640999972820282,0.9379000067710876,-0.3409999907016754,-0.0640999972820282,0.27549999952316284,-0.734000027179718,0.6207000017166138,0.27549999952316284,-0.734000027179718,0.6207000017166138,0.27549999952316284,-0.734000027179718,0.6207000017166138,-0.8105000257492065,-0.47099998593330383,0.3481999933719635,-0.8105000257492065,-0.47099998593330383,0.3481999933719635,-0.8105000257492065,-0.47099998593330383,0.3481999933719635,0.5078999996185303,0.8526999950408936,-0.12240000069141388,0.5078999996185303,0.8526999950408936,-0.12240000069141388,0.5078999996185303,0.8526999950408936,-0.12240000069141388,0.921500027179718,0.2791999876499176,0.26989999413490295,0.921500027179718,0.2791999876499176,0.26989999413490295,0.921500027179718,0.2791999876499176,0.26989999413490295,-0.14350000023841858,0.7336999773979187,-0.6642000079154968,-0.14350000023841858,0.7336999773979187,-0.6642000079154968,-0.14350000023841858,0.7336999773979187,-0.6642000079154968,-0.8723000288009644,0.46700000762939453,-0.1446000039577484,-0.8723000288009644,0.46700000762939453,-0.1446000039577484,-0.8723000288009644,0.46700000762939453,-0.1446000039577484,-0.708899974822998,0.3240000009536743,0.6265000104904175,-0.708899974822998,0.3240000009536743,0.6265000104904175,-0.708899974822998,0.3240000009536743,0.6265000104904175,0.44620001316070557,0.6258000135421753,-0.6398000121116638,0.44620001316070557,0.6258000135421753,-0.6398000121116638,0.44620001316070557,0.6258000135421753,-0.6398000121116638,0.9470999836921692,-0.16429999470710754,-0.2757999897003174,0.9470999836921692,-0.16429999470710754,-0.2757999897003174,0.9470999836921692,-0.16429999470710754,-0.2757999897003174,0.06620000302791595,0.9965000152587891,0.05139999836683273,0.06620000302791595,0.9965000152587891,0.05139999836683273,0.06620000302791595,0.9965000152587891,0.05139999836683273,-0.576200008392334,0.48410001397132874,0.6585000157356262,-0.576200008392334,0.48410001397132874,0.6585000157356262,-0.576200008392334,0.48410001397132874,0.6585000157356262,-0.013500000350177288,-0.2240000069141388,0.9745000004768372,-0.013500000350177288,-0.2240000069141388,0.9745000004768372,-0.013500000350177288,-0.2240000069141388,0.9745000004768372,-0.9829999804496765,0.019999999552965164,0.1826999932527542,-0.9829999804496765,0.019999999552965164,0.1826999932527542,-0.9829999804496765,0.019999999552965164,0.1826999932527542,0.7321000099182129,-0.41940000653266907,0.5368000268936157,0.7321000099182129,-0.41940000653266907,0.5368000268936157,0.7321000099182129,-0.41940000653266907,0.5368000268936157,0.9904000163078308,-0.1339000016450882,0.03310000151395798,0.9904000163078308,-0.1339000016450882,0.03310000151395798,0.9904000163078308,-0.1339000016450882,0.03310000151395798,-0.536899983882904,0.16940000653266907,-0.8264999985694885,-0.536899983882904,0.16940000653266907,-0.8264999985694885,-0.536899983882904,0.16940000653266907,-0.8264999985694885,-0.8539000153541565,-0.30970001220703125,0.41830000281333923,-0.8539000153541565,-0.30970001220703125,0.41830000281333923,-0.8539000153541565,-0.30970001220703125,0.41830000281333923,-0.17599999904632568,0.9485999941825867,-0.2630999982357025,-0.17599999904632568,0.9485999941825867,-0.2630999982357025,-0.17599999904632568,0.9485999941825867,-0.2630999982357025,-0.42750000953674316,0.5382999777793884,0.7263000011444092,-0.42750000953674316,0.5382999777793884,0.7263000011444092,-0.42750000953674316,0.5382999777793884,0.7263000011444092,-0.6640999913215637,-0.6237000226974487,-0.4124000072479248,-0.6640999913215637,-0.6237000226974487,-0.4124000072479248,-0.6640999913215637,-0.6237000226974487,-0.4124000072479248,-0.49630001187324524,-0.3027999997138977,-0.8136000037193298,-0.49630001187324524,-0.3027999997138977,-0.8136000037193298,-0.49630001187324524,-0.3027999997138977,-0.8136000037193298,0.23119999468326569,-0.5321000218391418,0.8144999742507935,0.23119999468326569,-0.5321000218391418,0.8144999742507935,0.23119999468326569,-0.5321000218391418,0.8144999742507935,-0.1737000048160553,0.5192999839782715,-0.8367999792098999,-0.1737000048160553,0.5192999839782715,-0.8367999792098999,-0.1737000048160553,0.5192999839782715,-0.8367999792098999,0.996999979019165,0.054499998688697815,-0.05460000038146973,0.996999979019165,0.054499998688697815,-0.05460000038146973,0.996999979019165,0.054499998688697815,-0.05460000038146973,0.9063000082969666,0.25360000133514404,-0.33809998631477356,0.9063000082969666,0.25360000133514404,-0.33809998631477356,0.9063000082969666,0.25360000133514404,-0.33809998631477356,-0.6574000120162964,-0.5468999743461609,-0.5184000134468079,-0.6574000120162964,-0.5468999743461609,-0.5184000134468079,-0.6574000120162964,-0.5468999743461609,-0.5184000134468079,0.9365000128746033,0.05779999867081642,0.3458000123500824,0.9365000128746033,0.05779999867081642,0.3458000123500824,0.9365000128746033,0.05779999867081642,0.3458000123500824,-0.298799991607666,-0.8693000078201294,0.3937000036239624,-0.298799991607666,-0.8693000078201294,0.3937000036239624,-0.298799991607666,-0.8693000078201294,0.3937000036239624,-0.46309998631477356,-0.8704000115394592,-0.16680000722408295,-0.46309998631477356,-0.8704000115394592,-0.16680000722408295,-0.46309998631477356,-0.8704000115394592,-0.16680000722408295,-0.00430000014603138,0.03660000115633011,-0.9993000030517578,-0.00430000014603138,0.03660000115633011,-0.9993000030517578,-0.00430000014603138,0.03660000115633011,-0.9993000030517578,0.9431999921798706,0.328000009059906,-0.05209999904036522,0.9431999921798706,0.328000009059906,-0.05209999904036522,0.9431999921798706,0.328000009059906,-0.05209999904036522,0.1404999941587448,0.8555999994277954,-0.49810001254081726,0.1404999941587448,0.8555999994277954,-0.49810001254081726,0.1404999941587448,0.8555999994277954,-0.49810001254081726,0.44209998846054077,0.894599974155426,0.06599999964237213,0.44209998846054077,0.894599974155426,0.06599999964237213,0.44209998846054077,0.894599974155426,0.06599999964237213,-0.7095000147819519,-0.49149999022483826,0.5048999786376953,-0.7095000147819519,-0.49149999022483826,0.5048999786376953,-0.7095000147819519,-0.49149999022483826,0.5048999786376953,-0.9210000038146973,-0.25029999017715454,0.2985999882221222,-0.9210000038146973,-0.25029999017715454,0.2985999882221222,-0.9210000038146973,-0.25029999017715454,0.2985999882221222,0.44209998846054077,-0.7574999928474426,0.4805000126361847,0.44209998846054077,-0.7574999928474426,0.4805000126361847,0.44209998846054077,-0.7574999928474426,0.4805000126361847,0.7962999939918518,0.24580000340938568,-0.5526999831199646,0.7962999939918518,0.24580000340938568,-0.5526999831199646,0.7962999939918518,0.24580000340938568,-0.5526999831199646,0.15029999613761902,-0.22579999268054962,-0.9624999761581421,0.15029999613761902,-0.22579999268054962,-0.9624999761581421,0.15029999613761902,-0.22579999268054962,-0.9624999761581421,0.4677000045776367,0.8615000247955322,-0.19760000705718994,0.4677000045776367,0.8615000247955322,-0.19760000705718994,0.4677000045776367,0.8615000247955322,-0.19760000705718994,-0.026900000870227814,0.4555000066757202,0.8898000121116638,-0.026900000870227814,0.4555000066757202,0.8898000121116638,-0.026900000870227814,0.4555000066757202,0.8898000121116638,0.3635999858379364,0.8866000175476074,-0.2858999967575073,0.3635999858379364,0.8866000175476074,-0.2858999967575073,0.3635999858379364,0.8866000175476074,-0.2858999967575073,-0.6988000273704529,0.23280000686645508,-0.6764000058174133,-0.6988000273704529,0.23280000686645508,-0.6764000058174133,-0.6988000273704529,0.23280000686645508,-0.6764000058174133,-0.8830999732017517,-0.1889999955892563,-0.4293999969959259,-0.8830999732017517,-0.1889999955892563,-0.4293999969959259,-0.8830999732017517,-0.1889999955892563,-0.4293999969959259,-0.8532999753952026,0.05909999832510948,0.5180000066757202,-0.8532999753952026,0.05909999832510948,0.5180000066757202,-0.8532999753952026,0.05909999832510948,0.5180000066757202,-0.9340000152587891,0.3571999967098236,-0.004600000102072954,-0.9340000152587891,0.3571999967098236,-0.004600000102072954,-0.9340000152587891,0.3571999967098236,-0.004600000102072954,-0.6891000270843506,-0.7246999740600586,-0.0034000000450760126,-0.6891000270843506,-0.7246999740600586,-0.0034000000450760126,-0.6891000270843506,-0.7246999740600586,-0.0034000000450760126,0.09809999912977219,0.15520000457763672,0.9829999804496765,0.09809999912977219,0.15520000457763672,0.9829999804496765,0.09809999912977219,0.15520000457763672,0.9829999804496765,-0.7972999811172485,0.04470000043511391,-0.6018999814987183,-0.7972999811172485,0.04470000043511391,-0.6018999814987183,-0.7972999811172485,0.04470000043511391,-0.6018999814987183,-0.6029999852180481,-0.4959999918937683,0.6248000264167786,-0.6029999852180481,-0.4959999918937683,0.6248000264167786,-0.6029999852180481,-0.4959999918937683,0.6248000264167786,-0.5490000247955322,-0.7716000080108643,-0.3212999999523163,-0.5490000247955322,-0.7716000080108643,-0.3212999999523163,-0.5490000247955322,-0.7716000080108643,-0.3212999999523163,0.9409999847412109,0.3346000015735626,0.050999999046325684,0.9409999847412109,0.3346000015735626,0.050999999046325684,0.9409999847412109,0.3346000015735626,0.050999999046325684,0.11509999632835388,-0.8177000284194946,0.5641000270843506,0.11509999632835388,-0.8177000284194946,0.5641000270843506,0.11509999632835388,-0.8177000284194946,0.5641000270843506,-0.041600000113248825,0.9241999983787537,-0.37959998846054077,-0.041600000113248825,0.9241999983787537,-0.37959998846054077,-0.041600000113248825,0.9241999983787537,-0.37959998846054077,-0.26840001344680786,0.7328000068664551,0.6251999735832214,-0.26840001344680786,0.7328000068664551,0.6251999735832214,-0.26840001344680786,0.7328000068664551,0.6251999735832214,-0.7937999963760376,-0.5982000231742859,0.10949999839067459,-0.7937999963760376,-0.5982000231742859,0.10949999839067459,-0.7937999963760376,-0.5982000231742859,0.10949999839067459,0.4578999876976013,-0.8263000249862671,0.3278999924659729,0.4578999876976013,-0.8263000249862671,0.3278999924659729,0.4578999876976013,-0.8263000249862671,0.3278999924659729,0.006399999838322401,0.8889999985694885,-0.4578999876976013,0.006399999838322401,0.8889999985694885,-0.4578999876976013,0.006399999838322401,0.8889999985694885,-0.4578999876976013,-0.5184000134468079,-0.5472000241279602,0.6571000218391418,-0.5184000134468079,-0.5472000241279602,0.6571000218391418,-0.5184000134468079,-0.5472000241279602,0.6571000218391418,-0.38359999656677246,0.9168999791145325,-0.10980000346899033,-0.38359999656677246,0.9168999791145325,-0.10980000346899033,-0.38359999656677246,0.9168999791145325,-0.10980000346899033,0.527999997138977,0.6294999718666077,-0.5699999928474426,0.527999997138977,0.6294999718666077,-0.5699999928474426,0.527999997138977,0.6294999718666077,-0.5699999928474426,0.39989998936653137,-0.43700000643730164,-0.8057000041007996,0.39989998936653137,-0.43700000643730164,-0.8057000041007996,0.39989998936653137,-0.43700000643730164,-0.8057000041007996,-0.2612999975681305,-0.040300000458955765,-0.9643999934196472,-0.2612999975681305,-0.040300000458955765,-0.9643999934196472,-0.2612999975681305,-0.040300000458955765,-0.9643999934196472,0.7142000198364258,0.15379999577999115,-0.6827999949455261,0.7142000198364258,0.15379999577999115,-0.6827999949455261,0.7142000198364258,0.15379999577999115,-0.6827999949455261,-0.20409999787807465,-0.7368999719619751,-0.6445000171661377,-0.20409999787807465,-0.7368999719619751,-0.6445000171661377,-0.20409999787807465,-0.7368999719619751,-0.6445000171661377,0.9973999857902527,0.029200000688433647,0.06560000032186508,0.9973999857902527,0.029200000688433647,0.06560000032186508,0.9973999857902527,0.029200000688433647,0.06560000032186508,-0.3246999979019165,-0.8373000025749207,-0.4399000108242035,-0.3246999979019165,-0.8373000025749207,-0.4399000108242035,-0.3246999979019165,-0.8373000025749207,-0.4399000108242035,-0.9564999938011169,0.274399995803833,-0.09870000183582306,-0.9564999938011169,0.274399995803833,-0.09870000183582306,-0.9564999938011169,0.274399995803833,-0.09870000183582306,0.567799985408783,0.685699999332428,-0.4553999900817871,0.567799985408783,0.685699999332428,-0.4553999900817871,0.567799985408783,0.685699999332428,-0.4553999900817871,-0.8971999883651733,0.3361999988555908,0.2863999903202057,-0.8971999883651733,0.3361999988555908,0.2863999903202057,-0.8971999883651733,0.3361999988555908,0.2863999903202057,-0.2847999930381775,0.9528999924659729,0.10400000214576721,-0.2847999930381775,0.9528999924659729,0.10400000214576721,-0.2847999930381775,0.9528999924659729,0.10400000214576721,0.9527999758720398,0.211899995803833,-0.2176000028848648,0.9527999758720398,0.211899995803833,-0.2176000028848648,0.9527999758720398,0.211899995803833,-0.2176000028848648,0.6186000108718872,-0.24210000038146973,-0.7475000023841858,0.6186000108718872,-0.24210000038146973,-0.7475000023841858,0.6186000108718872,-0.24210000038146973,-0.7475000023841858,-0.48559999465942383,0.535099983215332,-0.6912000179290771,-0.48559999465942383,0.535099983215332,-0.6912000179290771,-0.48559999465942383,0.535099983215332,-0.6912000179290771,-0.37770000100135803,0.9258999824523926,0.009600000455975533,-0.37770000100135803,0.9258999824523926,0.009600000455975533,-0.37770000100135803,0.9258999824523926,0.009600000455975533,-0.9304999709129333,0.30169999599456787,-0.2079000025987625,-0.9304999709129333,0.30169999599456787,-0.2079000025987625,-0.9304999709129333,0.30169999599456787,-0.2079000025987625,-0.597599983215332,0.3723999857902527,-0.710099995136261,-0.597599983215332,0.3723999857902527,-0.710099995136261,-0.597599983215332,0.3723999857902527,-0.710099995136261,-0.7932999730110168,0.33239999413490295,-0.5101000070571899,-0.7932999730110168,0.33239999413490295,-0.5101000070571899,-0.7932999730110168,0.33239999413490295,-0.5101000070571899,0.06270000338554382,0.9842000007629395,-0.16539999842643738,0.06270000338554382,0.9842000007629395,-0.16539999842643738,0.06270000338554382,0.9842000007629395,-0.16539999842643738,0.20020000636577606,0.852400004863739,-0.4830999970436096,0.20020000636577606,0.852400004863739,-0.4830999970436096,0.20020000636577606,0.852400004863739,-0.4830999970436096,0.6419000029563904,0.580299973487854,-0.5012000203132629,0.6419000029563904,0.580299973487854,-0.5012000203132629,0.6419000029563904,0.580299973487854,-0.5012000203132629,-0.5648000240325928,0.8177000284194946,-0.11129999905824661,-0.5648000240325928,0.8177000284194946,-0.11129999905824661,-0.5648000240325928,0.8177000284194946,-0.11129999905824661,0.9689000248908997,0.21940000355243683,-0.11460000276565552,0.9689000248908997,0.21940000355243683,-0.11460000276565552,0.9689000248908997,0.21940000355243683,-0.11460000276565552,-0.6384000182151794,0.2930000126361847,-0.7117999792098999,-0.6384000182151794,0.2930000126361847,-0.7117999792098999,-0.6384000182151794,0.2930000126361847,-0.7117999792098999,0.7365999817848206,-0.24779999256134033,0.6294000148773193,0.7365999817848206,-0.24779999256134033,0.6294000148773193,0.7365999817848206,-0.24779999256134033,0.6294000148773193,0.7559000253677368,-0.32580000162124634,0.567799985408783,0.7559000253677368,-0.32580000162124634,0.567799985408783,0.7559000253677368,-0.32580000162124634,0.567799985408783,0.3140999972820282,-0.7599999904632568,0.5688999891281128,0.3140999972820282,-0.7599999904632568,0.5688999891281128,0.3140999972820282,-0.7599999904632568,0.5688999891281128,0.4641999900341034,-0.534500002861023,-0.7062000036239624,0.4641999900341034,-0.534500002861023,-0.7062000036239624,0.4641999900341034,-0.534500002861023,-0.7062000036239624,0.32510000467300415,0.46459999680519104,-0.8237000107765198,0.32510000467300415,0.46459999680519104,-0.8237000107765198,0.32510000467300415,0.46459999680519104,-0.8237000107765198,0.29499998688697815,-0.9362999796867371,0.1906999945640564,0.29499998688697815,-0.9362999796867371,0.1906999945640564,0.29499998688697815,-0.9362999796867371,0.1906999945640564,0.588699996471405,-0.5838000178337097,0.5590999722480774,0.588699996471405,-0.5838000178337097,0.5590999722480774,0.588699996471405,-0.5838000178337097,0.5590999722480774,0.5651000142097473,-0.5629000067710876,0.6032000184059143,0.5651000142097473,-0.5629000067710876,0.6032000184059143,0.5651000142097473,-0.5629000067710876,0.6032000184059143,-0.8804000020027161,0.18559999763965607,0.43639999628067017,-0.8804000020027161,0.18559999763965607,0.43639999628067017,-0.8804000020027161,0.18559999763965607,0.43639999628067017,-0.8485000133514404,0.5264999866485596,-0.053199999034404755,-0.8485000133514404,0.5264999866485596,-0.053199999034404755,-0.8485000133514404,0.5264999866485596,-0.053199999034404755,-0.9994999766349792,-0.026499999687075615,-0.01720000058412552,-0.9994999766349792,-0.026499999687075615,-0.01720000058412552,-0.9994999766349792,-0.026499999687075615,-0.01720000058412552,0.7843000292778015,-0.42480000853538513,-0.45210000872612,0.7843000292778015,-0.42480000853538513,-0.45210000872612,0.7843000292778015,-0.42480000853538513,-0.45210000872612,0.9714999794960022,0.18700000643730164,-0.14550000429153442,0.9714999794960022,0.18700000643730164,-0.14550000429153442,0.9714999794960022,0.18700000643730164,-0.14550000429153442,0.6100000143051147,-0.043299999088048935,0.7911999821662903,0.6100000143051147,-0.043299999088048935,0.7911999821662903,0.6100000143051147,-0.043299999088048935,0.7911999821662903,0.5252000093460083,0.7409999966621399,-0.41839998960494995,0.5252000093460083,0.7409999966621399,-0.41839998960494995,0.5252000093460083,0.7409999966621399,-0.41839998960494995,-0.9932000041007996,-0.07010000199079514,-0.09290000051259995,-0.9932000041007996,-0.07010000199079514,-0.09290000051259995,-0.9932000041007996,-0.07010000199079514,-0.09290000051259995,-0.534600019454956,-0.84170001745224,0.07620000094175339,-0.534600019454956,-0.84170001745224,0.07620000094175339,-0.534600019454956,-0.84170001745224,0.07620000094175339,0.02889999933540821,0.328000009059906,-0.9441999793052673,0.02889999933540821,0.328000009059906,-0.9441999793052673,0.02889999933540821,0.328000009059906,-0.9441999793052673,-0.33329999446868896,0.4092999994754791,-0.849399983882904,-0.33329999446868896,0.4092999994754791,-0.849399983882904,-0.33329999446868896,0.4092999994754791,-0.849399983882904,-0.7800999879837036,-0.27559998631477356,0.5616999864578247,-0.7800999879837036,-0.27559998631477356,0.5616999864578247,-0.7800999879837036,-0.27559998631477356,0.5616999864578247,0.1565999984741211,0.40540000796318054,-0.900600016117096,0.1565999984741211,0.40540000796318054,-0.900600016117096,0.1565999984741211,0.40540000796318054,-0.900600016117096,0.6944000124931335,-0.28360000252723694,0.661300003528595,0.6944000124931335,-0.28360000252723694,0.661300003528595,0.6944000124931335,-0.28360000252723694,0.661300003528595,-0.9904999732971191,-0.10869999974966049,-0.0843999981880188,-0.9904999732971191,-0.10869999974966049,-0.0843999981880188,-0.9904999732971191,-0.10869999974966049,-0.0843999981880188,-0.9855999946594238,-0.055399999022483826,0.1597999930381775,-0.9855999946594238,-0.055399999022483826,0.1597999930381775,-0.9855999946594238,-0.055399999022483826,0.1597999930381775,0.1467999964952469,0.7552000284194946,-0.6388000249862671,0.1467999964952469,0.7552000284194946,-0.6388000249862671,0.1467999964952469,0.7552000284194946,-0.6388000249862671,0.9988999962806702,-0.025299999862909317,-0.03849999979138374,0.9988999962806702,-0.025299999862909317,-0.03849999979138374,0.9988999962806702,-0.025299999862909317,-0.03849999979138374,0.602400004863739,0.08900000154972076,0.7932000160217285,0.602400004863739,0.08900000154972076,0.7932000160217285,0.602400004863739,0.08900000154972076,0.7932000160217285,0.6791999936103821,0.361299991607666,-0.6388999819755554,0.6791999936103821,0.361299991607666,-0.6388999819755554,0.6791999936103821,0.361299991607666,-0.6388999819755554,0.9508000016212463,-0.18459999561309814,-0.24869999289512634,0.9508000016212463,-0.18459999561309814,-0.24869999289512634,0.9508000016212463,-0.18459999561309814,-0.24869999289512634,0.8964999914169312,0.43220001459121704,-0.09709999710321426,0.8964999914169312,0.43220001459121704,-0.09709999710321426,0.8964999914169312,0.43220001459121704,-0.09709999710321426,0.44999998807907104,-0.48019999265670776,0.7529000043869019,0.44999998807907104,-0.48019999265670776,0.7529000043869019,0.44999998807907104,-0.48019999265670776,0.7529000043869019,0.9230999946594238,-0.07450000196695328,0.3772999942302704,0.9230999946594238,-0.07450000196695328,0.3772999942302704,0.9230999946594238,-0.07450000196695328,0.3772999942302704,-0.8633999824523926,0.32269999384880066,-0.3878999948501587,-0.8633999824523926,0.32269999384880066,-0.3878999948501587,-0.8633999824523926,0.32269999384880066,-0.3878999948501587,0.3626999855041504,0.7006999850273132,-0.6144000291824341,0.3626999855041504,0.7006999850273132,-0.6144000291824341,0.3626999855041504,0.7006999850273132,-0.6144000291824341,0.43070000410079956,-0.2913999855518341,-0.8540999889373779,0.43070000410079956,-0.2913999855518341,-0.8540999889373779,0.43070000410079956,-0.2913999855518341,-0.8540999889373779,0.3675000071525574,-0.9247999787330627,-0.09870000183582306,0.3675000071525574,-0.9247999787330627,-0.09870000183582306,0.3675000071525574,-0.9247999787330627,-0.09870000183582306,-0.026100000366568565,-0.9261000156402588,-0.3765000104904175,-0.026100000366568565,-0.9261000156402588,-0.3765000104904175,-0.026100000366568565,-0.9261000156402588,-0.3765000104904175,-0.7197999954223633,0.42250001430511475,-0.5508000254631042,-0.7197999954223633,0.42250001430511475,-0.5508000254631042,-0.7197999954223633,0.42250001430511475,-0.5508000254631042,0.5548999905586243,0.0754999965429306,0.828499972820282,0.5548999905586243,0.0754999965429306,0.828499972820282,0.5548999905586243,0.0754999965429306,0.828499972820282,0.7961999773979187,-0.6033999919891357,0.04500000178813934,0.7961999773979187,-0.6033999919891357,0.04500000178813934,0.7961999773979187,-0.6033999919891357,0.04500000178813934,-0.6572999954223633,0.6929000020027161,-0.29649999737739563,-0.6572999954223633,0.6929000020027161,-0.29649999737739563,-0.6572999954223633,0.6929000020027161,-0.29649999737739563,-0.32749998569488525,0.910099983215332,0.2540999948978424,-0.32749998569488525,0.910099983215332,0.2540999948978424,-0.32749998569488525,0.910099983215332,0.2540999948978424,0.7005000114440918,0.20260000228881836,0.6843000054359436,0.7005000114440918,0.20260000228881836,0.6843000054359436,0.7005000114440918,0.20260000228881836,0.6843000054359436,-0.935699999332428,-0.3440000116825104,0.07760000228881836,-0.935699999332428,-0.3440000116825104,0.07760000228881836,-0.935699999332428,-0.3440000116825104,0.07760000228881836,-0.3790999948978424,0.7501999735832214,-0.541700005531311,-0.3790999948978424,0.7501999735832214,-0.541700005531311,-0.3790999948978424,0.7501999735832214,-0.541700005531311,0.9991999864578247,0.039799999445676804,0.007300000172108412,0.9991999864578247,0.039799999445676804,0.007300000172108412,0.9991999864578247,0.039799999445676804,0.007300000172108412,-0.26109999418258667,0.9607999920845032,-0.09300000220537186,-0.26109999418258667,0.9607999920845032,-0.09300000220537186,-0.26109999418258667,0.9607999920845032,-0.09300000220537186,-0.8766000270843506,0.40389999747276306,0.2614000141620636,-0.8766000270843506,0.40389999747276306,0.2614000141620636,-0.8766000270843506,0.40389999747276306,0.2614000141620636,0.01730000041425228,-0.4221000075340271,-0.9064000248908997,0.01730000041425228,-0.4221000075340271,-0.9064000248908997,0.01730000041425228,-0.4221000075340271,-0.9064000248908997,-0.4571000039577484,-0.6753000020980835,0.5788999795913696,-0.4571000039577484,-0.6753000020980835,0.5788999795913696,-0.4571000039577484,-0.6753000020980835,0.5788999795913696,-0.5372999906539917,0.7910000085830688,-0.29260000586509705,-0.5372999906539917,0.7910000085830688,-0.29260000586509705,-0.5372999906539917,0.7910000085830688,-0.29260000586509705,-0.351500004529953,0.7832000255584717,-0.5128999948501587,-0.351500004529953,0.7832000255584717,-0.5128999948501587,-0.351500004529953,0.7832000255584717,-0.5128999948501587,0.4860000014305115,-0.8532000184059143,-0.1891999989748001,0.4860000014305115,-0.8532000184059143,-0.1891999989748001,0.4860000014305115,-0.8532000184059143,-0.1891999989748001,0.7651000022888184,-0.6333000063896179,-0.11640000343322754,0.7651000022888184,-0.6333000063896179,-0.11640000343322754,0.7651000022888184,-0.6333000063896179,-0.11640000343322754,-0.932200014591217,-0.35850000381469727,-0.0494999997317791,-0.932200014591217,-0.35850000381469727,-0.0494999997317791,-0.932200014591217,-0.35850000381469727,-0.0494999997317791,-0.9797000288963318,-0.17900000512599945,0.08990000188350677,-0.9797000288963318,-0.17900000512599945,0.08990000188350677,-0.9797000288963318,-0.17900000512599945,0.08990000188350677,-0.3776000142097473,0.9258000254631042,-0.01940000057220459,-0.3776000142097473,0.9258000254631042,-0.01940000057220459,-0.3776000142097473,0.9258000254631042,-0.01940000057220459,0.16940000653266907,-0.8959000110626221,0.4106999933719635,0.16940000653266907,-0.8959000110626221,0.4106999933719635,0.16940000653266907,-0.8959000110626221,0.4106999933719635,-0.4474000036716461,-0.8842999935150146,0.13349999487400055,-0.4474000036716461,-0.8842999935150146,0.13349999487400055,-0.4474000036716461,-0.8842999935150146,0.13349999487400055,0.44589999318122864,-0.24490000307559967,0.8608999848365784,0.44589999318122864,-0.24490000307559967,0.8608999848365784,0.44589999318122864,-0.24490000307559967,0.8608999848365784,0.6980000138282776,0.713699996471405,0.05770000070333481,0.6980000138282776,0.713699996471405,0.05770000070333481,0.6980000138282776,0.713699996471405,0.05770000070333481,0.8722000122070312,0.07180000096559525,-0.4837999939918518,0.8722000122070312,0.07180000096559525,-0.4837999939918518,0.8722000122070312,0.07180000096559525,-0.4837999939918518,-0.5174000263214111,-0.6000000238418579,0.6101999878883362,-0.5174000263214111,-0.6000000238418579,0.6101999878883362,-0.5174000263214111,-0.6000000238418579,0.6101999878883362,-0.46129998564720154,-0.37400001287460327,0.8046000003814697,-0.46129998564720154,-0.37400001287460327,0.8046000003814697,-0.46129998564720154,-0.37400001287460327,0.8046000003814697,-0.2296999990940094,0.4230000078678131,0.8765000104904175,-0.2296999990940094,0.4230000078678131,0.8765000104904175,-0.2296999990940094,0.4230000078678131,0.8765000104904175,-0.8783000111579895,0.40610000491142273,-0.2522999942302704,-0.8783000111579895,0.40610000491142273,-0.2522999942302704,-0.8783000111579895,0.40610000491142273,-0.2522999942302704,-0.9082000255584717,-0.03799999877810478,-0.41679999232292175,-0.9082000255584717,-0.03799999877810478,-0.41679999232292175,-0.9082000255584717,-0.03799999877810478,-0.41679999232292175,0.9818999767303467,0.08709999918937683,-0.16830000281333923,0.9818999767303467,0.08709999918937683,-0.16830000281333923,0.9818999767303467,0.08709999918937683,-0.16830000281333923,0.8924999833106995,-0.45080000162124634,-0.01720000058412552,0.8924999833106995,-0.45080000162124634,-0.01720000058412552,0.8924999833106995,-0.45080000162124634,-0.01720000058412552,0.9994999766349792,-0.02879999950528145,-0.012400000356137753,0.9994999766349792,-0.02879999950528145,-0.012400000356137753,0.9994999766349792,-0.02879999950528145,-0.012400000356137753,-0.6953999996185303,-0.3359000086784363,-0.6352999806404114,-0.6953999996185303,-0.3359000086784363,-0.6352999806404114,-0.6953999996185303,-0.3359000086784363,-0.6352999806404114,0.49540001153945923,0.7360000014305115,-0.46129998564720154,0.49540001153945923,0.7360000014305115,-0.46129998564720154,0.49540001153945923,0.7360000014305115,-0.46129998564720154,-0.10220000147819519,-0.6847000122070312,0.7215999960899353,-0.10220000147819519,-0.6847000122070312,0.7215999960899353,-0.10220000147819519,-0.6847000122070312,0.7215999960899353,0.73580002784729,-0.49059998989105225,-0.4668000042438507,0.73580002784729,-0.49059998989105225,-0.4668000042438507,0.73580002784729,-0.49059998989105225,-0.4668000042438507,-0.5411999821662903,0.09109999984502792,0.8359000086784363,-0.5411999821662903,0.09109999984502792,0.8359000086784363,-0.5411999821662903,0.09109999984502792,0.8359000086784363,-0.8446999788284302,0.46140000224113464,0.27140000462532043,-0.8446999788284302,0.46140000224113464,0.27140000462532043,-0.8446999788284302,0.46140000224113464,0.27140000462532043,0.5807999968528748,-0.6211000084877014,0.526199996471405,0.5807999968528748,-0.6211000084877014,0.526199996471405,0.5807999968528748,-0.6211000084877014,0.526199996471405,0.6876000165939331,-0.3012999892234802,-0.6606000065803528,0.6876000165939331,-0.3012999892234802,-0.6606000065803528,0.6876000165939331,-0.3012999892234802,-0.6606000065803528,0.6092000007629395,-0.21799999475479126,-0.762499988079071,0.6092000007629395,-0.21799999475479126,-0.762499988079071,0.6092000007629395,-0.21799999475479126,-0.762499988079071,-0.1736000031232834,-0.902999997138977,0.3930000066757202,-0.1736000031232834,-0.902999997138977,0.3930000066757202,-0.1736000031232834,-0.902999997138977,0.3930000066757202,-0.7472000122070312,-0.25699999928474426,-0.6129000186920166,-0.7472000122070312,-0.25699999928474426,-0.6129000186920166,-0.7472000122070312,-0.25699999928474426,-0.6129000186920166,0.25200000405311584,0.9667999744415283,-0.0430000014603138,0.25200000405311584,0.9667999744415283,-0.0430000014603138,0.25200000405311584,0.9667999744415283,-0.0430000014603138,0.48809999227523804,-0.7026000022888184,-0.517799973487854,0.48809999227523804,-0.7026000022888184,-0.517799973487854,0.48809999227523804,-0.7026000022888184,-0.517799973487854,-0.08950000256299973,0.39079999923706055,-0.916100025177002,-0.08950000256299973,0.39079999923706055,-0.916100025177002,-0.08950000256299973,0.39079999923706055,-0.916100025177002,-0.9111999869346619,0.0010000000474974513,-0.41190001368522644,-0.9111999869346619,0.0010000000474974513,-0.41190001368522644,-0.9111999869346619,0.0010000000474974513,-0.41190001368522644,0.7656000256538391,0.4659999907016754,0.44359999895095825,0.7656000256538391,0.4659999907016754,0.44359999895095825,0.7656000256538391,0.4659999907016754,0.44359999895095825,0.6840999722480774,0.7200000286102295,0.11649999767541885,0.6840999722480774,0.7200000286102295,0.11649999767541885,0.6840999722480774,0.7200000286102295,0.11649999767541885,-0.8693000078201294,-0.4334999918937683,-0.23749999701976776,-0.8693000078201294,-0.4334999918937683,-0.23749999701976776,-0.8693000078201294,-0.4334999918937683,-0.23749999701976776,-0.7444000244140625,0.47099998593330383,0.4731999933719635,-0.7444000244140625,0.47099998593330383,0.4731999933719635,-0.7444000244140625,0.47099998593330383,0.4731999933719635,0.8209999799728394,0.4702000021934509,0.3237000107765198,0.8209999799728394,0.4702000021934509,0.3237000107765198,0.8209999799728394,0.4702000021934509,0.3237000107765198,-0.5047000050544739,0.8615999817848206,0.05299999937415123,-0.5047000050544739,0.8615999817848206,0.05299999937415123,-0.5047000050544739,0.8615999817848206,0.05299999937415123,-0.3833000063896179,0.07069999724626541,-0.9208999872207642,-0.3833000063896179,0.07069999724626541,-0.9208999872207642,-0.3833000063896179,0.07069999724626541,-0.9208999872207642,0.7231000065803528,0.6811000108718872,0.11509999632835388,0.7231000065803528,0.6811000108718872,0.11509999632835388,0.7231000065803528,0.6811000108718872,0.11509999632835388,0.9969000220298767,0.07370000332593918,0.02759999968111515,0.9969000220298767,0.07370000332593918,0.02759999968111515,0.9969000220298767,0.07370000332593918,0.02759999968111515,0.1316000074148178,0.8633999824523926,0.4869999885559082,0.1316000074148178,0.8633999824523926,0.4869999885559082,0.1316000074148178,0.8633999824523926,0.4869999885559082,0.42179998755455017,-0.48559999465942383,0.7656999826431274,0.42179998755455017,-0.48559999465942383,0.7656999826431274,0.42179998755455017,-0.48559999465942383,0.7656999826431274,0.6035000085830688,0.7684999704360962,-0.2125999927520752,0.6035000085830688,0.7684999704360962,-0.2125999927520752,0.6035000085830688,0.7684999704360962,-0.2125999927520752,-0.19089999794960022,0.8738999962806702,-0.4471000134944916,-0.19089999794960022,0.8738999962806702,-0.4471000134944916,-0.19089999794960022,0.8738999962806702,-0.4471000134944916,-0.026499999687075615,-0.7871999740600586,0.6161999702453613,-0.026499999687075615,-0.7871999740600586,0.6161999702453613,-0.026499999687075615,-0.7871999740600586,0.6161999702453613,0.6190000176429749,-0.6919000148773193,-0.3714999854564667,0.6190000176429749,-0.6919000148773193,-0.3714999854564667,0.6190000176429749,-0.6919000148773193,-0.3714999854564667,0.7706000208854675,-0.6215000152587891,-0.14110000431537628,0.7706000208854675,-0.6215000152587891,-0.14110000431537628,0.7706000208854675,-0.6215000152587891,-0.14110000431537628,-0.9970999956130981,-0.07559999823570251,-0.00019999999494757503,-0.9970999956130981,-0.07559999823570251,-0.00019999999494757503,-0.9970999956130981,-0.07559999823570251,-0.00019999999494757503,-0.23119999468326569,-0.5321000218391418,0.8144999742507935,-0.23119999468326569,-0.5321000218391418,0.8144999742507935,-0.23119999468326569,-0.5321000218391418,0.8144999742507935,0.07150000333786011,0.8575000166893005,-0.5094000101089478,0.07150000333786011,0.8575000166893005,-0.5094000101089478,0.07150000333786011,0.8575000166893005,-0.5094000101089478,0.391400009393692,0.7919999957084656,-0.4684999883174896,0.391400009393692,0.7919999957084656,-0.4684999883174896,0.391400009393692,0.7919999957084656,-0.4684999883174896,-0.2653999924659729,-0.7552000284194946,0.599399983882904,-0.2653999924659729,-0.7552000284194946,0.599399983882904,-0.2653999924659729,-0.7552000284194946,0.599399983882904,-0.8479999899864197,-0.5223000049591064,0.08980000019073486,-0.8479999899864197,-0.5223000049591064,0.08980000019073486,-0.8479999899864197,-0.5223000049591064,0.08980000019073486,-0.8521000146865845,0.20890000462532043,-0.4799000024795532,-0.8521000146865845,0.20890000462532043,-0.4799000024795532,-0.8521000146865845,0.20890000462532043,-0.4799000024795532,-0.9958000183105469,0.09070000052452087,-0.009600000455975533,-0.9958000183105469,0.09070000052452087,-0.009600000455975533,-0.9958000183105469,0.09070000052452087,-0.009600000455975533,0.2517000138759613,0.8802000284194946,-0.40230000019073486,0.2517000138759613,0.8802000284194946,-0.40230000019073486,0.2517000138759613,0.8802000284194946,-0.40230000019073486,0.989799976348877,-0.14079999923706055,0.02329999953508377,0.989799976348877,-0.14079999923706055,0.02329999953508377,0.989799976348877,-0.14079999923706055,0.02329999953508377,-0.38670000433921814,0.6111999750137329,-0.6905999779701233,-0.38670000433921814,0.6111999750137329,-0.6905999779701233,-0.38670000433921814,0.6111999750137329,-0.6905999779701233,0.7709000110626221,-0.4207000136375427,-0.4781999886035919,0.7709000110626221,-0.4207000136375427,-0.4781999886035919,0.7709000110626221,-0.4207000136375427,-0.4781999886035919,0.6879000067710876,0.7060999870300293,0.1679999977350235,0.6879000067710876,0.7060999870300293,0.1679999977350235,0.6879000067710876,0.7060999870300293,0.1679999977350235,0.7322999835014343,0.3012999892234802,-0.6107000112533569,0.7322999835014343,0.3012999892234802,-0.6107000112533569,0.7322999835014343,0.3012999892234802,-0.6107000112533569,0.5016999840736389,0.46700000762939453,-0.7281000018119812,0.5016999840736389,0.46700000762939453,-0.7281000018119812,0.5016999840736389,0.46700000762939453,-0.7281000018119812,-0.590399980545044,-0.6694999933242798,0.4507000148296356,-0.590399980545044,-0.6694999933242798,0.4507000148296356,-0.590399980545044,-0.6694999933242798,0.4507000148296356,-0.9847999811172485,-0.16439999639987946,0.05530000105500221,-0.9847999811172485,-0.16439999639987946,0.05530000105500221,-0.9847999811172485,-0.16439999639987946,0.05530000105500221,-0.06109999865293503,0.9024999737739563,-0.4262999892234802,-0.06109999865293503,0.9024999737739563,-0.4262999892234802,-0.06109999865293503,0.9024999737739563,-0.4262999892234802,-0.4377000033855438,-0.6855000257492065,-0.5817999839782715,-0.4377000033855438,-0.6855000257492065,-0.5817999839782715,-0.4377000033855438,-0.6855000257492065,-0.5817999839782715,-0.3725000023841858,0.13979999721050262,0.9174000024795532,-0.3725000023841858,0.13979999721050262,0.9174000024795532,-0.3725000023841858,0.13979999721050262,0.9174000024795532,0.8593000173568726,-0.4318000078201294,0.2741999924182892,0.8593000173568726,-0.4318000078201294,0.2741999924182892,0.8593000173568726,-0.4318000078201294,0.2741999924182892,0.5619999766349792,0.43529999256134033,-0.7032999992370605,0.5619999766349792,0.43529999256134033,-0.7032999992370605,0.5619999766349792,0.43529999256134033,-0.7032999992370605,-0.5516999959945679,-0.40560001134872437,0.7286999821662903,-0.5516999959945679,-0.40560001134872437,0.7286999821662903,-0.5516999959945679,-0.40560001134872437,0.7286999821662903,-0.23880000412464142,0.9635000228881836,0.12120000272989273,-0.23880000412464142,0.9635000228881836,0.12120000272989273,-0.23880000412464142,0.9635000228881836,0.12120000272989273,-0.10320000350475311,-0.44999998807907104,-0.8870999813079834,-0.10320000350475311,-0.44999998807907104,-0.8870999813079834,-0.10320000350475311,-0.44999998807907104,-0.8870999813079834,-0.34150001406669617,-0.6139000058174133,-0.7117000222206116,-0.34150001406669617,-0.6139000058174133,-0.7117000222206116,-0.34150001406669617,-0.6139000058174133,-0.7117000222206116,-0.13330000638961792,0.8532999753952026,-0.5040000081062317,-0.13330000638961792,0.8532999753952026,-0.5040000081062317,-0.13330000638961792,0.8532999753952026,-0.5040000081062317,-0.7458000183105469,0.22030000388622284,-0.6287000179290771,-0.7458000183105469,0.22030000388622284,-0.6287000179290771,-0.7458000183105469,0.22030000388622284,-0.6287000179290771,-0.4462999999523163,0.7942000031471252,-0.4124000072479248,-0.4462999999523163,0.7942000031471252,-0.4124000072479248,-0.4462999999523163,0.7942000031471252,-0.4124000072479248,0.11810000240802765,0.23180000483989716,-0.9656000137329102,0.11810000240802765,0.23180000483989716,-0.9656000137329102,0.11810000240802765,0.23180000483989716,-0.9656000137329102,0.49390000104904175,-0.218299999833107,0.84170001745224,0.49390000104904175,-0.218299999833107,0.84170001745224,0.49390000104904175,-0.218299999833107,0.84170001745224,0.9757999777793884,-0.20419999957084656,0.07800000160932541,0.9757999777793884,-0.20419999957084656,0.07800000160932541,0.9757999777793884,-0.20419999957084656,0.07800000160932541,0.6449999809265137,0.27810001373291016,0.7117000222206116,0.6449999809265137,0.27810001373291016,0.7117000222206116,0.6449999809265137,0.27810001373291016,0.7117000222206116,0.20499999821186066,0.9128999710083008,-0.3529999852180481,0.20499999821186066,0.9128999710083008,-0.3529999852180481,0.20499999821186066,0.9128999710083008,-0.3529999852180481,-0.5364000201225281,-0.7960000038146973,-0.28060001134872437,-0.5364000201225281,-0.7960000038146973,-0.28060001134872437,-0.5364000201225281,-0.7960000038146973,-0.28060001134872437,-0.5058000087738037,-0.15960000455379486,0.8478000164031982,-0.5058000087738037,-0.15960000455379486,0.8478000164031982,-0.5058000087738037,-0.15960000455379486,0.8478000164031982,-0.9926000237464905,-0.032499998807907104,0.11680000275373459,-0.9926000237464905,-0.032499998807907104,0.11680000275373459,-0.9926000237464905,-0.032499998807907104,0.11680000275373459,0.7457000017166138,-0.31139999628067017,0.5891000032424927,0.7457000017166138,-0.31139999628067017,0.5891000032424927,0.7457000017166138,-0.31139999628067017,0.5891000032424927,0.5128999948501587,0.2078000009059906,0.8328999876976013,0.5128999948501587,0.2078000009059906,0.8328999876976013,0.5128999948501587,0.2078000009059906,0.8328999876976013,0.6194000244140625,-0.664900004863739,-0.4174000024795532,0.6194000244140625,-0.664900004863739,-0.4174000024795532,0.6194000244140625,-0.664900004863739,-0.4174000024795532,-0.17880000174045563,-0.8226000070571899,0.5397999882698059,-0.17880000174045563,-0.8226000070571899,0.5397999882698059,-0.17880000174045563,-0.8226000070571899,0.5397999882698059,-0.6801000237464905,-0.6657000184059143,-0.30720001459121704,-0.6801000237464905,-0.6657000184059143,-0.30720001459121704,-0.6801000237464905,-0.6657000184059143,-0.30720001459121704,0.9771000146865845,-0.16529999673366547,-0.1340000033378601,0.9771000146865845,-0.16529999673366547,-0.1340000033378601,0.9771000146865845,-0.16529999673366547,-0.1340000033378601,0.8389000296592712,-0.538100004196167,0.08139999955892563,0.8389000296592712,-0.538100004196167,0.08139999955892563,0.8389000296592712,-0.538100004196167,0.08139999955892563,-0.8442999720573425,0.02419999986886978,0.5353999733924866,-0.8442999720573425,0.02419999986886978,0.5353999733924866,-0.8442999720573425,0.02419999986886978,0.5353999733924866,0.7972000241279602,0.4404999911785126,0.41280001401901245,0.7972000241279602,0.4404999911785126,0.41280001401901245,0.7972000241279602,0.4404999911785126,0.41280001401901245,0.34950000047683716,-0.24969999492168427,-0.9031000137329102,0.34950000047683716,-0.24969999492168427,-0.9031000137329102,0.34950000047683716,-0.24969999492168427,-0.9031000137329102,0.6883999705314636,0.6669999957084656,0.2849999964237213,0.6883999705314636,0.6669999957084656,0.2849999964237213,0.6883999705314636,0.6669999957084656,0.2849999964237213,0.847000002861023,-0.48030000925064087,-0.22789999842643738,0.847000002861023,-0.48030000925064087,-0.22789999842643738,0.847000002861023,-0.48030000925064087,-0.22789999842643738,0.9311000108718872,0.3637000024318695,-0.027000000700354576,0.9311000108718872,0.3637000024318695,-0.027000000700354576,0.9311000108718872,0.3637000024318695,-0.027000000700354576,0.8917999863624573,0.44920000433921814,-0.05339999869465828,0.8917999863624573,0.44920000433921814,-0.05339999869465828,0.8917999863624573,0.44920000433921814,-0.05339999869465828,0.10119999945163727,0.15710000693798065,0.9824000000953674,0.10119999945163727,0.15710000693798065,0.9824000000953674,0.10119999945163727,0.15710000693798065,0.9824000000953674,-0.42250001430511475,0.902400016784668,-0.08510000258684158,-0.42250001430511475,0.902400016784668,-0.08510000258684158,-0.42250001430511475,0.902400016784668,-0.08510000258684158,0.0019000000320374966,-0.8001000285148621,0.5999000072479248,0.0019000000320374966,-0.8001000285148621,0.5999000072479248,0.0019000000320374966,-0.8001000285148621,0.5999000072479248,-0.4918999969959259,0.7077999711036682,0.5070000290870667,-0.4918999969959259,0.7077999711036682,0.5070000290870667,-0.4918999969959259,0.7077999711036682,0.5070000290870667,0.8270000219345093,0.5464000105857849,-0.13269999623298645,0.8270000219345093,0.5464000105857849,-0.13269999623298645,0.8270000219345093,0.5464000105857849,-0.13269999623298645,0.9408000111579895,-0.02250000089406967,-0.3382999897003174,0.9408000111579895,-0.02250000089406967,-0.3382999897003174,0.9408000111579895,-0.02250000089406967,-0.3382999897003174,-0.9961000084877014,0.0803999975323677,-0.03739999979734421,-0.9961000084877014,0.0803999975323677,-0.03739999979734421,-0.9961000084877014,0.0803999975323677,-0.03739999979734421,0.21690000593662262,-0.9187999963760376,0.32989999651908875,0.21690000593662262,-0.9187999963760376,0.32989999651908875,0.21690000593662262,-0.9187999963760376,0.32989999651908875,-0.7389000058174133,-0.546999990940094,0.3935000002384186,-0.7389000058174133,-0.546999990940094,0.3935000002384186,-0.7389000058174133,-0.546999990940094,0.3935000002384186,-0.4196000099182129,-0.8891000151634216,0.18279999494552612,-0.4196000099182129,-0.8891000151634216,0.18279999494552612,-0.4196000099182129,-0.8891000151634216,0.18279999494552612,-0.17579999566078186,0.9674999713897705,0.18160000443458557,-0.17579999566078186,0.9674999713897705,0.18160000443458557,-0.17579999566078186,0.9674999713897705,0.18160000443458557,-0.6420000195503235,0.5288000106811523,0.5551999807357788,-0.6420000195503235,0.5288000106811523,0.5551999807357788,-0.6420000195503235,0.5288000106811523,0.5551999807357788,-0.8425999879837036,-0.14149999618530273,0.519599974155426,-0.8425999879837036,-0.14149999618530273,0.519599974155426,-0.8425999879837036,-0.14149999618530273,0.519599974155426,-0.19939999282360077,-0.9653000235557556,0.16869999468326569,-0.19939999282360077,-0.9653000235557556,0.16869999468326569,-0.19939999282360077,-0.9653000235557556,0.16869999468326569,-0.27630001306533813,-0.9124000072479248,-0.301800012588501,-0.27630001306533813,-0.9124000072479248,-0.301800012588501,-0.27630001306533813,-0.9124000072479248,-0.301800012588501,-0.9345999956130981,-0.257099986076355,-0.2459000051021576,-0.9345999956130981,-0.257099986076355,-0.2459000051021576,-0.9345999956130981,-0.257099986076355,-0.2459000051021576,-0.6583999991416931,-0.5297999978065491,-0.534600019454956,-0.6583999991416931,-0.5297999978065491,-0.534600019454956,-0.6583999991416931,-0.5297999978065491,-0.534600019454956,-0.10400000214576721,-0.15379999577999115,-0.9825999736785889,-0.10400000214576721,-0.15379999577999115,-0.9825999736785889,-0.10400000214576721,-0.15379999577999115,-0.9825999736785889,-0.18809999525547028,-0.275299996137619,0.942799985408783,-0.18809999525547028,-0.275299996137619,0.942799985408783,-0.18809999525547028,-0.275299996137619,0.942799985408783,-0.0892999991774559,-0.713699996471405,0.6948000192642212,-0.0892999991774559,-0.713699996471405,0.6948000192642212,-0.0892999991774559,-0.713699996471405,0.6948000192642212,0.02539999969303608,0.28200000524520874,0.9591000080108643,0.02539999969303608,0.28200000524520874,0.9591000080108643,0.02539999969303608,0.28200000524520874,0.9591000080108643,-0.5126000046730042,0.7649999856948853,-0.38999998569488525,-0.5126000046730042,0.7649999856948853,-0.38999998569488525,-0.5126000046730042,0.7649999856948853,-0.38999998569488525,0.47780001163482666,-0.8202999830245972,0.314300000667572,0.47780001163482666,-0.8202999830245972,0.314300000667572,0.47780001163482666,-0.8202999830245972,0.314300000667572,0.5683000087738037,-0.4964999854564667,0.6560999751091003,0.5683000087738037,-0.4964999854564667,0.6560999751091003,0.5683000087738037,-0.4964999854564667,0.6560999751091003,0.9965999722480774,0.05889999866485596,0.0575999990105629,0.9965999722480774,0.05889999866485596,0.0575999990105629,0.9965999722480774,0.05889999866485596,0.0575999990105629,0.44609999656677246,-0.6158999800682068,0.649399995803833,0.44609999656677246,-0.6158999800682068,0.649399995803833,0.44609999656677246,-0.6158999800682068,0.649399995803833,0.9638000130653381,0.24609999358654022,-0.10300000011920929,0.9638000130653381,0.24609999358654022,-0.10300000011920929,0.9638000130653381,0.24609999358654022,-0.10300000011920929,0.36570000648498535,-0.6675999760627747,0.6485000252723694,0.36570000648498535,-0.6675999760627747,0.6485000252723694,0.36570000648498535,-0.6675999760627747,0.6485000252723694,0.8741999864578247,0.3095000088214874,0.3741999864578247,0.8741999864578247,0.3095000088214874,0.3741999864578247,0.8741999864578247,0.3095000088214874,0.3741999864578247,0.711899995803833,-0.23340000212192535,0.6624000072479248,0.711899995803833,-0.23340000212192535,0.6624000072479248,0.711899995803833,-0.23340000212192535,0.6624000072479248,-0.4018000066280365,-0.28610000014305115,-0.8698999881744385,-0.4018000066280365,-0.28610000014305115,-0.8698999881744385,-0.4018000066280365,-0.28610000014305115,-0.8698999881744385,0.9829000234603882,-0.17260000109672546,-0.06459999829530716,0.9829000234603882,-0.17260000109672546,-0.06459999829530716,0.9829000234603882,-0.17260000109672546,-0.06459999829530716,-0.012500000186264515,0.35350000858306885,0.9354000091552734,-0.012500000186264515,0.35350000858306885,0.9354000091552734,-0.012500000186264515,0.35350000858306885,0.9354000091552734,0.27900001406669617,0.5709999799728394,0.7720999717712402,0.27900001406669617,0.5709999799728394,0.7720999717712402,0.27900001406669617,0.5709999799728394,0.7720999717712402,-0.9850000143051147,-0.16169999539852142,-0.05939999967813492,-0.9850000143051147,-0.16169999539852142,-0.05939999967813492,-0.9850000143051147,-0.16169999539852142,-0.05939999967813492,-0.8865000009536743,-0.06369999796152115,0.45829999446868896,-0.8865000009536743,-0.06369999796152115,0.45829999446868896,-0.8865000009536743,-0.06369999796152115,0.45829999446868896,0.6639000177383423,-0.09880000352859497,0.7412999868392944,0.6639000177383423,-0.09880000352859497,0.7412999868392944,0.6639000177383423,-0.09880000352859497,0.7412999868392944,0.20409999787807465,-0.7368000149726868,-0.6445000171661377,0.20409999787807465,-0.7368000149726868,-0.6445000171661377,0.20409999787807465,-0.7368000149726868,-0.6445000171661377,-0.6262999773025513,0.12399999797344208,0.7696999907493591,-0.6262999773025513,0.12399999797344208,0.7696999907493591,-0.6262999773025513,0.12399999797344208,0.7696999907493591,-0.925599992275238,0.3621000051498413,0.11050000041723251,-0.925599992275238,0.3621000051498413,0.11050000041723251,-0.925599992275238,0.3621000051498413,0.11050000041723251,0.6585999727249146,0.4465999901294708,-0.6055999994277954,0.6585999727249146,0.4465999901294708,-0.6055999994277954,0.6585999727249146,0.4465999901294708,-0.6055999994277954,0.0812000036239624,-0.8806999921798706,0.4666000008583069,0.0812000036239624,-0.8806999921798706,0.4666000008583069,0.0812000036239624,-0.8806999921798706,0.4666000008583069,-0.43689998984336853,0.6466000080108643,0.6252999901771545,-0.43689998984336853,0.6466000080108643,0.6252999901771545,-0.43689998984336853,0.6466000080108643,0.6252999901771545,-0.013299999758601189,0.8877999782562256,-0.460099995136261,-0.013299999758601189,0.8877999782562256,-0.460099995136261,-0.013299999758601189,0.8877999782562256,-0.460099995136261,-0.7979999780654907,0.5795999765396118,0.16509999334812164,-0.7979999780654907,0.5795999765396118,0.16509999334812164,-0.7979999780654907,0.5795999765396118,0.16509999334812164,-0.08659999817609787,0.9812999963760376,-0.1720999926328659,-0.08659999817609787,0.9812999963760376,-0.1720999926328659,-0.08659999817609787,0.9812999963760376,-0.1720999926328659,-0.7174000144004822,-0.5651999711990356,0.40720000863075256,-0.7174000144004822,-0.5651999711990356,0.40720000863075256,-0.7174000144004822,-0.5651999711990356,0.40720000863075256,0.9276000261306763,-0.37310001254081726,-0.01940000057220459,0.9276000261306763,-0.37310001254081726,-0.01940000057220459,0.9276000261306763,-0.37310001254081726,-0.01940000057220459,-0.013799999840557575,-0.9990000128746033,-0.04340000078082085,-0.013799999840557575,-0.9990000128746033,-0.04340000078082085,-0.013799999840557575,-0.9990000128746033,-0.04340000078082085,0.9333000183105469,0.3463999927043915,-0.09520000219345093,0.9333000183105469,0.3463999927043915,-0.09520000219345093,0.9333000183105469,0.3463999927043915,-0.09520000219345093,-0.58160001039505,0.7825999855995178,-0.22179999947547913,-0.58160001039505,0.7825999855995178,-0.22179999947547913,-0.58160001039505,0.7825999855995178,-0.22179999947547913,-0.3474000096321106,-0.5320000052452087,-0.7721999883651733,-0.3474000096321106,-0.5320000052452087,-0.7721999883651733,-0.3474000096321106,-0.5320000052452087,-0.7721999883651733,-0.8628000020980835,-0.1468999981880188,0.4837000072002411,-0.8628000020980835,-0.1468999981880188,0.4837000072002411,-0.8628000020980835,-0.1468999981880188,0.4837000072002411,0.3653999865055084,0.13379999995231628,0.9211999773979187,0.3653999865055084,0.13379999995231628,0.9211999773979187,0.3653999865055084,0.13379999995231628,0.9211999773979187,-0.9591000080108643,-0.15080000460147858,-0.2395000010728836,-0.9591000080108643,-0.15080000460147858,-0.2395000010728836,-0.9591000080108643,-0.15080000460147858,-0.2395000010728836,-0.9932000041007996,0.09160000085830688,-0.0714000016450882,-0.9932000041007996,0.09160000085830688,-0.0714000016450882,-0.9932000041007996,0.09160000085830688,-0.0714000016450882,0.3698999881744385,-0.7107999920845032,-0.5982999801635742,0.3698999881744385,-0.7107999920845032,-0.5982999801635742,0.3698999881744385,-0.7107999920845032,-0.5982999801635742,-0.8884000182151794,-0.45899999141693115,0.009399999864399433,-0.8884000182151794,-0.45899999141693115,0.009399999864399433,-0.8884000182151794,-0.45899999141693115,0.009399999864399433,-0.7918999791145325,-0.2354000061750412,0.5634999871253967,-0.7918999791145325,-0.2354000061750412,0.5634999871253967,-0.7918999791145325,-0.2354000061750412,0.5634999871253967,0.16840000450611115,0.7961000204086304,0.5813000202178955,0.16840000450611115,0.7961000204086304,0.5813000202178955,0.16840000450611115,0.7961000204086304,0.5813000202178955,0.006599999964237213,-0.7739999890327454,0.6330999732017517,0.006599999964237213,-0.7739999890327454,0.6330999732017517,0.006599999964237213,-0.7739999890327454,0.6330999732017517,-0.6040999889373779,-0.6355999708175659,0.48069998621940613,-0.6040999889373779,-0.6355999708175659,0.48069998621940613,-0.6040999889373779,-0.6355999708175659,0.48069998621940613,0.21879999339580536,-0.7271000146865845,0.6506999731063843,0.21879999339580536,-0.7271000146865845,0.6506999731063843,0.21879999339580536,-0.7271000146865845,0.6506999731063843,0.49790000915527344,0.838699996471405,-0.22059999406337738,0.49790000915527344,0.838699996471405,-0.22059999406337738,0.49790000915527344,0.838699996471405,-0.22059999406337738,0.4146000146865845,-0.01679999940097332,-0.9097999930381775,0.4146000146865845,-0.01679999940097332,-0.9097999930381775,0.4146000146865845,-0.01679999940097332,-0.9097999930381775,-0.6085000038146973,-0.777899980545044,0.15690000355243683,-0.6085000038146973,-0.777899980545044,0.15690000355243683,-0.6085000038146973,-0.777899980545044,0.15690000355243683,0.508899986743927,0.8090999722480774,-0.2939000129699707,0.508899986743927,0.8090999722480774,-0.2939000129699707,0.508899986743927,0.8090999722480774,-0.2939000129699707,0.632099986076355,0.7749000191688538,-0.00430000014603138,0.632099986076355,0.7749000191688538,-0.00430000014603138,0.632099986076355,0.7749000191688538,-0.00430000014603138,-0.9660999774932861,-0.06790000200271606,0.24889999628067017,-0.9660999774932861,-0.06790000200271606,0.24889999628067017,-0.9660999774932861,-0.06790000200271606,0.24889999628067017,0.4571000039577484,-0.6753000020980835,0.5788999795913696,0.4571000039577484,-0.6753000020980835,0.5788999795913696,0.4571000039577484,-0.6753000020980835,0.5788999795913696,0.9294999837875366,0.3102000057697296,0.1995999962091446,0.9294999837875366,0.3102000057697296,0.1995999962091446,0.9294999837875366,0.3102000057697296,0.1995999962091446,-0.7990999817848206,0.2345000058412552,0.5534999966621399,-0.7990999817848206,0.2345000058412552,0.5534999966621399,-0.7990999817848206,0.2345000058412552,0.5534999966621399,-0.0203000009059906,-0.17329999804496765,0.9847000241279602,-0.0203000009059906,-0.17329999804496765,0.9847000241279602,-0.0203000009059906,-0.17329999804496765,0.9847000241279602,0.25690001249313354,0.8184000253677368,0.5139999985694885,0.25690001249313354,0.8184000253677368,0.5139999985694885,0.25690001249313354,0.8184000253677368,0.5139999985694885,-0.5153999924659729,0.8288000226020813,-0.21780000627040863,-0.5153999924659729,0.8288000226020813,-0.21780000627040863,-0.5153999924659729,0.8288000226020813,-0.21780000627040863,-0.7432000041007996,0.6359000205993652,-0.20819999277591705,-0.7432000041007996,0.6359000205993652,-0.20819999277591705,-0.7432000041007996,0.6359000205993652,-0.20819999277591705,0.5476999878883362,0.795799970626831,0.2581999897956848,0.5476999878883362,0.795799970626831,0.2581999897956848,0.5476999878883362,0.795799970626831,0.2581999897956848,0.9564999938011169,0.274399995803833,-0.09870000183582306,0.9564999938011169,0.274399995803833,-0.09870000183582306,0.9564999938011169,0.274399995803833,-0.09870000183582306,-0.6797999739646912,0.7311000227928162,-0.05790000036358833,-0.6797999739646912,0.7311000227928162,-0.05790000036358833,-0.6797999739646912,0.7311000227928162,-0.05790000036358833,-0.32120001316070557,-0.9423999786376953,0.09359999746084213,-0.32120001316070557,-0.9423999786376953,0.09359999746084213,-0.32120001316070557,-0.9423999786376953,0.09359999746084213,-0.8988000154495239,-0.20260000228881836,-0.3887999951839447,-0.8988000154495239,-0.20260000228881836,-0.3887999951839447,-0.8988000154495239,-0.20260000228881836,-0.3887999951839447,0.718999981880188,0.6270999908447266,-0.299699991941452,0.718999981880188,0.6270999908447266,-0.299699991941452,0.718999981880188,0.6270999908447266,-0.299699991941452,0.763700008392334,0.536899983882904,0.35850000381469727,0.763700008392334,0.536899983882904,0.35850000381469727,0.763700008392334,0.536899983882904,0.35850000381469727,0.20669999718666077,-0.8689000010490417,-0.4498000144958496,0.20669999718666077,-0.8689000010490417,-0.4498000144958496,0.20669999718666077,-0.8689000010490417,-0.4498000144958496,0.7494999766349792,-0.4178999960422516,-0.5134999752044678,0.7494999766349792,-0.4178999960422516,-0.5134999752044678,0.7494999766349792,-0.4178999960422516,-0.5134999752044678,-0.05130000039935112,0.11320000141859055,0.9922000169754028,-0.05130000039935112,0.11320000141859055,0.9922000169754028,-0.05130000039935112,0.11320000141859055,0.9922000169754028,0.09189999848604202,0.8093000054359436,-0.5802000164985657,0.09189999848604202,0.8093000054359436,-0.5802000164985657,0.09189999848604202,0.8093000054359436,-0.5802000164985657,-0.697700023651123,-0.6841999888420105,0.21240000426769257,-0.697700023651123,-0.6841999888420105,0.21240000426769257,-0.697700023651123,-0.6841999888420105,0.21240000426769257,0.9987000226974487,0.050200000405311584,-0.009200000204145908,0.9987000226974487,0.050200000405311584,-0.009200000204145908,0.9987000226974487,0.050200000405311584,-0.009200000204145908,-0.5335000157356262,0.2727999985218048,-0.800599992275238,-0.5335000157356262,0.2727999985218048,-0.800599992275238,-0.5335000157356262,0.2727999985218048,-0.800599992275238,-0.5820000171661377,-0.7615000009536743,-0.28529998660087585,-0.5820000171661377,-0.7615000009536743,-0.28529998660087585,-0.5820000171661377,-0.7615000009536743,-0.28529998660087585,0.16120000183582306,-0.8525000214576721,0.49720001220703125,0.16120000183582306,-0.8525000214576721,0.49720001220703125,0.16120000183582306,-0.8525000214576721,0.49720001220703125,-0.3686999976634979,-0.8363999724388123,0.40560001134872437,-0.3686999976634979,-0.8363999724388123,0.40560001134872437,-0.3686999976634979,-0.8363999724388123,0.40560001134872437,0.7217000126838684,-0.2621000111103058,0.6406999826431274,0.7217000126838684,-0.2621000111103058,0.6406999826431274,0.7217000126838684,-0.2621000111103058,0.6406999826431274,0.91839998960495,-0.38339999318122864,0.09740000218153,0.91839998960495,-0.38339999318122864,0.09740000218153,0.91839998960495,-0.38339999318122864,0.09740000218153,0.6358000040054321,0.6898000240325928,0.3463999927043915,0.6358000040054321,0.6898000240325928,0.3463999927043915,0.6358000040054321,0.6898000240325928,0.3463999927043915,-0.6140000224113464,-0.7764000296592712,-0.14180000126361847,-0.6140000224113464,-0.7764000296592712,-0.14180000126361847,-0.6140000224113464,-0.7764000296592712,-0.14180000126361847,-0.6067000031471252,-0.7601000070571899,0.23280000686645508,-0.6067000031471252,-0.7601000070571899,0.23280000686645508,-0.6067000031471252,-0.7601000070571899,0.23280000686645508,-0.6704000234603882,0.6407999992370605,-0.374099999666214,-0.6704000234603882,0.6407999992370605,-0.374099999666214,-0.6704000234603882,0.6407999992370605,-0.374099999666214,0.46480000019073486,-0.5267000198364258,-0.7117000222206116,0.46480000019073486,-0.5267000198364258,-0.7117000222206116,0.46480000019073486,-0.5267000198364258,-0.7117000222206116,-0.5424000024795532,-0.45190000534057617,-0.7081999778747559,-0.5424000024795532,-0.45190000534057617,-0.7081999778747559,-0.5424000024795532,-0.45190000534057617,-0.7081999778747559,-0.9660000205039978,0.19679999351501465,-0.1678999960422516,-0.9660000205039978,0.19679999351501465,-0.1678999960422516,-0.9660000205039978,0.19679999351501465,-0.1678999960422516,0.5327000021934509,0.2020999938249588,0.8217999935150146,0.5327000021934509,0.2020999938249588,0.8217999935150146,0.5327000021934509,0.2020999938249588,0.8217999935150146,-0.8137000203132629,0.3221000134944916,0.4837999939918518,-0.8137000203132629,0.3221000134944916,0.4837999939918518,-0.8137000203132629,0.3221000134944916,0.4837999939918518,0.040300000458955765,-0.6462000012397766,0.7620999813079834,0.040300000458955765,-0.6462000012397766,0.7620999813079834,0.040300000458955765,-0.6462000012397766,0.7620999813079834,0.9178000092506409,0.09130000323057175,-0.3864000141620636,0.9178000092506409,0.09130000323057175,-0.3864000141620636,0.9178000092506409,0.09130000323057175,-0.3864000141620636,-0.259799987077713,-0.13500000536441803,0.9562000036239624,-0.259799987077713,-0.13500000536441803,0.9562000036239624,-0.259799987077713,-0.13500000536441803,0.9562000036239624,-0.26840001344680786,0.9427000284194946,-0.19830000400543213,-0.26840001344680786,0.9427000284194946,-0.19830000400543213,-0.26840001344680786,0.9427000284194946,-0.19830000400543213,0.8449000120162964,0.2987000048160553,-0.44369998574256897,0.8449000120162964,0.2987000048160553,-0.44369998574256897,0.8449000120162964,0.2987000048160553,-0.44369998574256897,0.5257999897003174,-0.593999981880188,0.6087999939918518,0.5257999897003174,-0.593999981880188,0.6087999939918518,0.5257999897003174,-0.593999981880188,0.6087999939918518,0.9606999754905701,0.09939999878406525,-0.25929999351501465,0.9606999754905701,0.09939999878406525,-0.25929999351501465,0.9606999754905701,0.09939999878406525,-0.25929999351501465,-0.5583000183105469,0.7964000105857849,-0.23250000178813934,-0.5583000183105469,0.7964000105857849,-0.23250000178813934,-0.5583000183105469,0.7964000105857849,-0.23250000178813934,-0.8967000246047974,-0.2957000136375427,0.3292999863624573,-0.8967000246047974,-0.2957000136375427,0.3292999863624573,-0.8967000246047974,-0.2957000136375427,0.3292999863624573,0.7542999982833862,0.645799994468689,-0.11840000003576279,0.7542999982833862,0.645799994468689,-0.11840000003576279,0.7542999982833862,0.645799994468689,-0.11840000003576279,-0.005100000184029341,-0.9538999795913696,-0.3001999855041504,-0.005100000184029341,-0.9538999795913696,-0.3001999855041504,-0.005100000184029341,-0.9538999795913696,-0.3001999855041504,-0.23149999976158142,-0.5910999774932861,-0.7727000117301941,-0.23149999976158142,-0.5910999774932861,-0.7727000117301941,-0.23149999976158142,-0.5910999774932861,-0.7727000117301941,-0.6876000165939331,-0.3012999892234802,-0.6606000065803528,-0.6876000165939331,-0.3012999892234802,-0.6606000065803528,-0.6876000165939331,-0.3012999892234802,-0.6606000065803528,-0.06080000102519989,-0.9807000160217285,-0.18559999763965607,-0.06080000102519989,-0.9807000160217285,-0.18559999763965607,-0.06080000102519989,-0.9807000160217285,-0.18559999763965607,-0.24330000579357147,-0.49160000681877136,0.8361999988555908,-0.24330000579357147,-0.49160000681877136,0.8361999988555908,-0.24330000579357147,-0.49160000681877136,0.8361999988555908,0.8264999985694885,0.5401999950408936,0.1582999974489212,0.8264999985694885,0.5401999950408936,0.1582999974489212,0.8264999985694885,0.5401999950408936,0.1582999974489212,0.0729999989271164,-0.9933000206947327,0.08910000324249268,0.0729999989271164,-0.9933000206947327,0.08910000324249268,0.0729999989271164,-0.9933000206947327,0.08910000324249268,0.37940001487731934,-0.7222999930381775,0.5781999826431274,0.37940001487731934,-0.7222999930381775,0.5781999826431274,0.37940001487731934,-0.7222999930381775,0.5781999826431274,-0.8967999815940857,0.08060000091791153,-0.4350999891757965,-0.8967999815940857,0.08060000091791153,-0.4350999891757965,-0.8967999815940857,0.08060000091791153,-0.4350999891757965,0.46459999680519104,0.4803999960422516,-0.7437999844551086,0.46459999680519104,0.4803999960422516,-0.7437999844551086,0.46459999680519104,0.4803999960422516,-0.7437999844551086,0.03799999877810478,0.28679999709129333,-0.9571999907493591,0.03799999877810478,0.28679999709129333,-0.9571999907493591,0.03799999877810478,0.28679999709129333,-0.9571999907493591,0.8939999938011169,0.21160000562667847,-0.39489999413490295,0.8939999938011169,0.21160000562667847,-0.39489999413490295,0.8939999938011169,0.21160000562667847,-0.39489999413490295,0.989799976348877,-0.10499999672174454,-0.09669999778270721,0.989799976348877,-0.10499999672174454,-0.09669999778270721,0.989799976348877,-0.10499999672174454,-0.09669999778270721,-0.9510999917984009,0.19089999794960022,0.24300000071525574,-0.9510999917984009,0.19089999794960022,0.24300000071525574,-0.9510999917984009,0.19089999794960022,0.24300000071525574,-0.5906000137329102,-0.008200000040233135,0.8069000244140625,-0.5906000137329102,-0.008200000040233135,0.8069000244140625,-0.5906000137329102,-0.008200000040233135,0.8069000244140625,0.9463000297546387,0.311599999666214,0.08560000360012054,0.9463000297546387,0.311599999666214,0.08560000360012054,0.9463000297546387,0.311599999666214,0.08560000360012054,-0.54339998960495,0.8389999866485596,0.029400000348687172,-0.54339998960495,0.8389999866485596,0.029400000348687172,-0.54339998960495,0.8389999866485596,0.029400000348687172,-0.33329999446868896,0.7475000023841858,-0.5745999813079834,-0.33329999446868896,0.7475000023841858,-0.5745999813079834,-0.33329999446868896,0.7475000023841858,-0.5745999813079834,0.3725999891757965,-0.227400004863739,-0.8996999859809875,0.3725999891757965,-0.227400004863739,-0.8996999859809875,0.3725999891757965,-0.227400004863739,-0.8996999859809875,-0.37400001287460327,-0.8826000094413757,0.2849000096321106,-0.37400001287460327,-0.8826000094413757,0.2849000096321106,-0.37400001287460327,-0.8826000094413757,0.2849000096321106,0.9352999925613403,-0.004900000058114529,0.3538999855518341,0.9352999925613403,-0.004900000058114529,0.3538999855518341,0.9352999925613403,-0.004900000058114529,0.3538999855518341,-0.5467000007629395,0.39969998598098755,-0.73580002784729,-0.5467000007629395,0.39969998598098755,-0.73580002784729,-0.5467000007629395,0.39969998598098755,-0.73580002784729,-0.39500001072883606,-0.7039999961853027,-0.5902000069618225,-0.39500001072883606,-0.7039999961853027,-0.5902000069618225,-0.39500001072883606,-0.7039999961853027,-0.5902000069618225,0.9995999932289124,0.014000000432133675,0.02590000070631504,0.9995999932289124,0.014000000432133675,0.02590000070631504,0.9995999932289124,0.014000000432133675,0.02590000070631504,-0.23749999701976776,0.7907999753952026,-0.5641000270843506,-0.23749999701976776,0.7907999753952026,-0.5641000270843506,-0.23749999701976776,0.7907999753952026,-0.5641000270843506,-0.930899977684021,-0.23909999430179596,-0.27619999647140503,-0.930899977684021,-0.23909999430179596,-0.27619999647140503,-0.930899977684021,-0.23909999430179596,-0.27619999647140503,0.5871000289916992,0.766700029373169,0.2599000036716461,0.5871000289916992,0.766700029373169,0.2599000036716461,0.5871000289916992,0.766700029373169,0.2599000036716461,-0.0934000015258789,0.9765999913215637,0.19380000233650208,-0.0934000015258789,0.9765999913215637,0.19380000233650208,-0.0934000015258789,0.9765999913215637,0.19380000233650208,-0.36419999599456787,0.7551000118255615,0.545199990272522,-0.36419999599456787,0.7551000118255615,0.545199990272522,-0.36419999599456787,0.7551000118255615,0.545199990272522,-0.12210000306367874,-0.5733000040054321,-0.8101999759674072,-0.12210000306367874,-0.5733000040054321,-0.8101999759674072,-0.12210000306367874,-0.5733000040054321,-0.8101999759674072,0.9535999894142151,-0.20569999516010284,0.21969999372959137,0.9535999894142151,-0.20569999516010284,0.21969999372959137,0.9535999894142151,-0.20569999516010284,0.21969999372959137,-0.9107000231742859,-0.41260001063346863,0.018300000578165054,-0.9107000231742859,-0.41260001063346863,0.018300000578165054,-0.9107000231742859,-0.41260001063346863,0.018300000578165054,0.8920999765396118,-0.3262999951839447,0.3125,0.8920999765396118,-0.3262999951839447,0.3125,0.8920999765396118,-0.3262999951839447,0.3125,0.475600004196167,-0.7588000297546387,0.44510000944137573,0.475600004196167,-0.7588000297546387,0.44510000944137573,0.475600004196167,-0.7588000297546387,0.44510000944137573,0.5060999989509583,0.3328999876976013,-0.7955999970436096,0.5060999989509583,0.3328999876976013,-0.7955999970436096,0.5060999989509583,0.3328999876976013,-0.7955999970436096,0.7993000149726868,-0.13570000231266022,0.5853999853134155,0.7993000149726868,-0.13570000231266022,0.5853999853134155,0.7993000149726868,-0.13570000231266022,0.5853999853134155,-0.8784000277519226,0.0215000007301569,-0.477400004863739,-0.8784000277519226,0.0215000007301569,-0.477400004863739,-0.8784000277519226,0.0215000007301569,-0.477400004863739,-0.6794999837875366,0.526199996471405,0.5113999843597412,-0.6794999837875366,0.526199996471405,0.5113999843597412,-0.6794999837875366,0.526199996471405,0.5113999843597412,0.09300000220537186,-0.10559999942779541,0.9901000261306763,0.09300000220537186,-0.10559999942779541,0.9901000261306763,0.09300000220537186,-0.10559999942779541,0.9901000261306763,-0.70169997215271,-0.16110000014305115,0.6940000057220459,-0.70169997215271,-0.16110000014305115,0.6940000057220459,-0.70169997215271,-0.16110000014305115,0.6940000057220459,-0.5565999746322632,-0.8270999789237976,-0.07810000330209732,-0.5565999746322632,-0.8270999789237976,-0.07810000330209732,-0.5565999746322632,-0.8270999789237976,-0.07810000330209732,-0.3463999927043915,0.7347999811172485,0.5831999778747559,-0.3463999927043915,0.7347999811172485,0.5831999778747559,-0.3463999927043915,0.7347999811172485,0.5831999778747559,-0.4413999915122986,-0.5253999829292297,0.727400004863739,-0.4413999915122986,-0.5253999829292297,0.727400004863739,-0.4413999915122986,-0.5253999829292297,0.727400004863739,-0.4984999895095825,0.25060001015663147,-0.8299000263214111,-0.4984999895095825,0.25060001015663147,-0.8299000263214111,-0.4984999895095825,0.25060001015663147,-0.8299000263214111,0.3440000116825104,-0.39750000834465027,-0.8507000207901001,0.3440000116825104,-0.39750000834465027,-0.8507000207901001,0.3440000116825104,-0.39750000834465027,-0.8507000207901001,-0.6442000269889832,-0.7617999911308289,0.06870000064373016,-0.6442000269889832,-0.7617999911308289,0.06870000064373016,-0.6442000269889832,-0.7617999911308289,0.06870000064373016,0.7674000263214111,-0.5805000066757202,0.27230000495910645,0.7674000263214111,-0.5805000066757202,0.27230000495910645,0.7674000263214111,-0.5805000066757202,0.27230000495910645,0.5999000072479248,0.7735999822616577,-0.20419999957084656,0.5999000072479248,0.7735999822616577,-0.20419999957084656,0.5999000072479248,0.7735999822616577,-0.20419999957084656,-0.8847000002861023,-0.289000004529953,0.36570000648498535,-0.8847000002861023,-0.289000004529953,0.36570000648498535,-0.8847000002861023,-0.289000004529953,0.36570000648498535,-0.6498000025749207,-0.7441999912261963,-0.15469999611377716,-0.6498000025749207,-0.7441999912261963,-0.15469999611377716,-0.6498000025749207,-0.7441999912261963,-0.15469999611377716,-0.4503999948501587,0.14890000224113464,-0.880299985408783,-0.4503999948501587,0.14890000224113464,-0.880299985408783,-0.4503999948501587,0.14890000224113464,-0.880299985408783,-0.5831999778747559,-0.48410001397132874,0.6523000001907349,-0.5831999778747559,-0.48410001397132874,0.6523000001907349,-0.5831999778747559,-0.48410001397132874,0.6523000001907349,-0.014299999922513962,-0.9987000226974487,0.04899999871850014,-0.014299999922513962,-0.9987000226974487,0.04899999871850014,-0.014299999922513962,-0.9987000226974487,0.04899999871850014,-0.04859999939799309,0.939300000667572,0.33959999680519104,-0.04859999939799309,0.939300000667572,0.33959999680519104,-0.04859999939799309,0.939300000667572,0.33959999680519104,-0.6437000036239624,0.6395000219345093,-0.4203999936580658,-0.6437000036239624,0.6395000219345093,-0.4203999936580658,-0.6437000036239624,0.6395000219345093,-0.4203999936580658,0.5728999972343445,0.35929998755455017,-0.7366999983787537,0.5728999972343445,0.35929998755455017,-0.7366999983787537,0.5728999972343445,0.35929998755455017,-0.7366999983787537,0.163100004196167,0.9330999851226807,-0.320499986410141,0.163100004196167,0.9330999851226807,-0.320499986410141,0.163100004196167,0.9330999851226807,-0.320499986410141,0.09179999679327011,-0.8126000165939331,-0.5755000114440918,0.09179999679327011,-0.8126000165939331,-0.5755000114440918,0.09179999679327011,-0.8126000165939331,-0.5755000114440918,-0.8835999965667725,0.4499000012874603,0.12960000336170197,-0.8835999965667725,0.4499000012874603,0.12960000336170197,-0.8835999965667725,0.4499000012874603,0.12960000336170197,0.07429999858140945,0.6535999774932861,-0.7530999779701233,0.07429999858140945,0.6535999774932861,-0.7530999779701233,0.07429999858140945,0.6535999774932861,-0.7530999779701233,-0.9190999865531921,-0.060100000351667404,0.3894999921321869,-0.9190999865531921,-0.060100000351667404,0.3894999921321869,-0.9190999865531921,-0.060100000351667404,0.3894999921321869,0.46970000863075256,0.3855000138282776,-0.7943000197410583,0.46970000863075256,0.3855000138282776,-0.7943000197410583,0.46970000863075256,0.3855000138282776,-0.7943000197410583,-0.2117999941110611,0.7275999784469604,0.6524999737739563,-0.2117999941110611,0.7275999784469604,0.6524999737739563,-0.2117999941110611,0.7275999784469604,0.6524999737739563,-0.5349000096321106,-0.38199999928474426,0.753600001335144,-0.5349000096321106,-0.38199999928474426,0.753600001335144,-0.5349000096321106,-0.38199999928474426,0.753600001335144,0.045899998396635056,-0.289000004529953,0.9562000036239624,0.045899998396635056,-0.289000004529953,0.9562000036239624,0.045899998396635056,-0.289000004529953,0.9562000036239624,0.8122000098228455,0.4154999852180481,0.40950000286102295,0.8122000098228455,0.4154999852180481,0.40950000286102295,0.8122000098228455,0.4154999852180481,0.40950000286102295,0.7271999716758728,0.48260000348091125,-0.48809999227523804,0.7271999716758728,0.48260000348091125,-0.48809999227523804,0.7271999716758728,0.48260000348091125,-0.48809999227523804,-0.5159000158309937,-0.8479999899864197,0.121799997985363,-0.5159000158309937,-0.8479999899864197,0.121799997985363,-0.5159000158309937,-0.8479999899864197,0.121799997985363,-0.7289000153541565,-0.2418999969959259,0.6403999924659729,-0.7289000153541565,-0.2418999969959259,0.6403999924659729,-0.7289000153541565,-0.2418999969959259,0.6403999924659729,0.1665000021457672,-0.9736999869346619,-0.15559999644756317,0.1665000021457672,-0.9736999869346619,-0.15559999644756317,0.1665000021457672,-0.9736999869346619,-0.15559999644756317,0.9280999898910522,-0.29440000653266907,0.2280000001192093,0.9280999898910522,-0.29440000653266907,0.2280000001192093,0.9280999898910522,-0.29440000653266907,0.2280000001192093,0.16459999978542328,-0.35589998960494995,0.9199000000953674,0.16459999978542328,-0.35589998960494995,0.9199000000953674,0.16459999978542328,-0.35589998960494995,0.9199000000953674,0.6434000134468079,-0.6388999819755554,0.42179998755455017,0.6434000134468079,-0.6388999819755554,0.42179998755455017,0.6434000134468079,-0.6388999819755554,0.42179998755455017,-0.4821000099182129,-0.6395000219345093,0.5989000201225281,-0.4821000099182129,-0.6395000219345093,0.5989000201225281,-0.4821000099182129,-0.6395000219345093,0.5989000201225281,0.9746999740600586,0.15889999270439148,-0.15690000355243683,0.9746999740600586,0.15889999270439148,-0.15690000355243683,0.9746999740600586,0.15889999270439148,-0.15690000355243683,-0.44609999656677246,-0.6158999800682068,0.649399995803833,-0.44609999656677246,-0.6158999800682068,0.649399995803833,-0.44609999656677246,-0.6158999800682068,0.649399995803833,0.22360000014305115,-0.6442000269889832,-0.7315000295639038,0.22360000014305115,-0.6442000269889832,-0.7315000295639038,0.22360000014305115,-0.6442000269889832,-0.7315000295639038,0.48579999804496765,-0.08540000021457672,0.8698999881744385,0.48579999804496765,-0.08540000021457672,0.8698999881744385,0.48579999804496765,-0.08540000021457672,0.8698999881744385,0.7282999753952026,0.20749999582767487,-0.6531000137329102,0.7282999753952026,0.20749999582767487,-0.6531000137329102,0.7282999753952026,0.20749999582767487,-0.6531000137329102,-0.7045999765396118,-0.6169000267982483,0.3508000075817108,-0.7045999765396118,-0.6169000267982483,0.3508000075817108,-0.7045999765396118,-0.6169000267982483,0.3508000075817108,0.09480000287294388,-0.9628999829292297,-0.25270000100135803,0.09480000287294388,-0.9628999829292297,-0.25270000100135803,0.09480000287294388,-0.9628999829292297,-0.25270000100135803,0.8385000228881836,0.01810000091791153,0.5444999933242798,0.8385000228881836,0.01810000091791153,0.5444999933242798,0.8385000228881836,0.01810000091791153,0.5444999933242798,0.8133999705314636,-0.2754000127315521,0.5123000144958496,0.8133999705314636,-0.2754000127315521,0.5123000144958496,0.8133999705314636,-0.2754000127315521,0.5123000144958496,-0.12309999763965607,0.6263999938964844,0.7696999907493591,-0.12309999763965607,0.6263999938964844,0.7696999907493591,-0.12309999763965607,0.6263999938964844,0.7696999907493591,-0.7621999979019165,0.5692999958992004,0.3082999885082245,-0.7621999979019165,0.5692999958992004,0.3082999885082245,-0.7621999979019165,0.5692999958992004,0.3082999885082245,-0.9416000247001648,0.3089999854564667,0.13359999656677246,-0.9416000247001648,0.3089999854564667,0.13359999656677246,-0.9416000247001648,0.3089999854564667,0.13359999656677246,0.2590000033378601,-0.6664000153541565,0.6991999745368958,0.2590000033378601,-0.6664000153541565,0.6991999745368958,0.2590000033378601,-0.6664000153541565,0.6991999745368958,-0.25529998540878296,0.48429998755455017,0.8367999792098999,-0.25529998540878296,0.48429998755455017,0.8367999792098999,-0.25529998540878296,0.48429998755455017,0.8367999792098999,0.48019999265670776,0.13590000569820404,-0.866599977016449,0.48019999265670776,0.13590000569820404,-0.866599977016449,0.48019999265670776,0.13590000569820404,-0.866599977016449,-0.3833000063896179,0.5203999876976013,0.7631000280380249,-0.3833000063896179,0.5203999876976013,0.7631000280380249,-0.3833000063896179,0.5203999876976013,0.7631000280380249,-0.7627000212669373,-0.6399000287055969,0.09350000321865082,-0.7627000212669373,-0.6399000287055969,0.09350000321865082,-0.7627000212669373,-0.6399000287055969,0.09350000321865082,-0.34529998898506165,-0.9236000180244446,0.1662999987602234,-0.34529998898506165,-0.9236000180244446,0.1662999987602234,-0.34529998898506165,-0.9236000180244446,0.1662999987602234,-0.22499999403953552,0.7042999863624573,-0.67330002784729,-0.22499999403953552,0.7042999863624573,-0.67330002784729,-0.22499999403953552,0.7042999863624573,-0.67330002784729,0.4652000069618225,-0.5954999923706055,-0.6549999713897705,0.4652000069618225,-0.5954999923706055,-0.6549999713897705,0.4652000069618225,-0.5954999923706055,-0.6549999713897705,0.13220000267028809,-0.9732999801635742,0.18780000507831573,0.13220000267028809,-0.9732999801635742,0.18780000507831573,0.13220000267028809,-0.9732999801635742,0.18780000507831573,0.6520000100135803,-0.46880000829696655,-0.5958999991416931,0.6520000100135803,-0.46880000829696655,-0.5958999991416931,0.6520000100135803,-0.46880000829696655,-0.5958999991416931,0.843999981880188,0.5321000218391418,0.0674000009894371,0.843999981880188,0.5321000218391418,0.0674000009894371,0.843999981880188,0.5321000218391418,0.0674000009894371,-0.9807000160217285,-0.1809999942779541,0.07349999994039536,-0.9807000160217285,-0.1809999942779541,0.07349999994039536,-0.9807000160217285,-0.1809999942779541,0.07349999994039536,-0.9628000259399414,0.02410000003874302,0.26910001039505005,-0.9628000259399414,0.02410000003874302,0.26910001039505005,-0.9628000259399414,0.02410000003874302,0.26910001039505005,0.9925000071525574,0.11320000141859055,-0.04670000076293945,0.9925000071525574,0.11320000141859055,-0.04670000076293945,0.9925000071525574,0.11320000141859055,-0.04670000076293945,-0.4677000045776367,-0.5453000068664551,-0.6956999897956848,-0.4677000045776367,-0.5453000068664551,-0.6956999897956848,-0.4677000045776367,-0.5453000068664551,-0.6956999897956848,-0.8942000269889832,0.4465999901294708,0.030300000682473183,-0.8942000269889832,0.4465999901294708,0.030300000682473183,-0.8942000269889832,0.4465999901294708,0.030300000682473183,-0.461899995803833,-0.32989999651908875,0.8233000040054321,-0.461899995803833,-0.32989999651908875,0.8233000040054321,-0.461899995803833,-0.32989999651908875,0.8233000040054321,-0.4853000044822693,0.5293999910354614,-0.6958000063896179,-0.4853000044822693,0.5293999910354614,-0.6958000063896179,-0.4853000044822693,0.5293999910354614,-0.6958000063896179,0.7739999890327454,-0.2500999867916107,-0.5817000269889832,0.7739999890327454,-0.2500999867916107,-0.5817000269889832,0.7739999890327454,-0.2500999867916107,-0.5817000269889832,-0.8120999932289124,-0.5828999876976013,-0.02630000002682209,-0.8120999932289124,-0.5828999876976013,-0.02630000002682209,-0.8120999932289124,-0.5828999876976013,-0.02630000002682209,-0.8126000165939331,-0.5343999862670898,-0.23250000178813934,-0.8126000165939331,-0.5343999862670898,-0.23250000178813934,-0.8126000165939331,-0.5343999862670898,-0.23250000178813934,0.22390000522136688,0.6079999804496765,0.7616999745368958,0.22390000522136688,0.6079999804496765,0.7616999745368958,0.22390000522136688,0.6079999804496765,0.7616999745368958,0.35519999265670776,0.9197999835014343,-0.16680000722408295,0.35519999265670776,0.9197999835014343,-0.16680000722408295,0.35519999265670776,0.9197999835014343,-0.16680000722408295,-0.4641999900341034,-0.534500002861023,-0.7062000036239624,-0.4641999900341034,-0.534500002861023,-0.7062000036239624,-0.4641999900341034,-0.534500002861023,-0.7062000036239624,-0.9627000093460083,0.2590000033378601,0.07819999754428864,-0.9627000093460083,0.2590000033378601,0.07819999754428864,-0.9627000093460083,0.2590000033378601,0.07819999754428864,-0.963699996471405,-0.25360000133514404,0.08389999717473984,-0.963699996471405,-0.25360000133514404,0.08389999717473984,-0.963699996471405,-0.25360000133514404,0.08389999717473984,0.460099995136261,0.7936000227928162,0.39820000529289246,0.460099995136261,0.7936000227928162,0.39820000529289246,0.460099995136261,0.7936000227928162,0.39820000529289246,-0.6866000294685364,-0.4853000044822693,0.5414000153541565,-0.6866000294685364,-0.4853000044822693,0.5414000153541565,-0.6866000294685364,-0.4853000044822693,0.5414000153541565,-0.9469000101089478,-0.11330000311136246,-0.3009999990463257,-0.9469000101089478,-0.11330000311136246,-0.3009999990463257,-0.9469000101089478,-0.11330000311136246,-0.3009999990463257,-0.8521000146865845,-0.10180000215768814,-0.5133000016212463,-0.8521000146865845,-0.10180000215768814,-0.5133000016212463,-0.8521000146865845,-0.10180000215768814,-0.5133000016212463,0.4259999990463257,0.41940000653266907,-0.8016999959945679,0.4259999990463257,0.41940000653266907,-0.8016999959945679,0.4259999990463257,0.41940000653266907,-0.8016999959945679,-0.49380001425743103,-0.8611999750137329,-0.12049999833106995,-0.49380001425743103,-0.8611999750137329,-0.12049999833106995,-0.49380001425743103,-0.8611999750137329,-0.12049999833106995,0.9304999709129333,0.17249999940395355,0.323199987411499,0.9304999709129333,0.17249999940395355,0.323199987411499,0.9304999709129333,0.17249999940395355,0.323199987411499,-0.5561000108718872,0.823199987411499,-0.11479999870061874,-0.5561000108718872,0.823199987411499,-0.11479999870061874,-0.5561000108718872,0.823199987411499,-0.11479999870061874,-0.7034000158309937,0.4794999957084656,0.5246999859809875,-0.7034000158309937,0.4794999957084656,0.5246999859809875,-0.7034000158309937,0.4794999957084656,0.5246999859809875,-0.027799999341368675,0.8357999920845032,-0.5483999848365784,-0.027799999341368675,0.8357999920845032,-0.5483999848365784,-0.027799999341368675,0.8357999920845032,-0.5483999848365784,-0.27570000290870667,0.3700999915599823,-0.8870999813079834,-0.27570000290870667,0.3700999915599823,-0.8870999813079834,-0.27570000290870667,0.3700999915599823,-0.8870999813079834,0.5149999856948853,-0.551800012588501,0.656000018119812,0.5149999856948853,-0.551800012588501,0.656000018119812,0.5149999856948853,-0.551800012588501,0.656000018119812,0.8119999766349792,-0.3695000112056732,0.45190000534057617,0.8119999766349792,-0.3695000112056732,0.45190000534057617,0.8119999766349792,-0.3695000112056732,0.45190000534057617,0.9993000030517578,-0.028699999675154686,-0.02410000003874302,0.9993000030517578,-0.028699999675154686,-0.02410000003874302,0.9993000030517578,-0.028699999675154686,-0.02410000003874302,0.31150001287460327,-0.9473000168800354,0.07440000027418137,0.31150001287460327,-0.9473000168800354,0.07440000027418137,0.31150001287460327,-0.9473000168800354,0.07440000027418137,-0.6308000087738037,0.4968999922275543,0.5960000157356262,-0.6308000087738037,0.4968999922275543,0.5960000157356262,-0.6308000087738037,0.4968999922275543,0.5960000157356262,-0.31940001249313354,-0.8317999839782715,0.453900009393692,-0.31940001249313354,-0.8317999839782715,0.453900009393692,-0.31940001249313354,-0.8317999839782715,0.453900009393692,-0.7563999891281128,-0.003000000026077032,-0.65420001745224,-0.7563999891281128,-0.003000000026077032,-0.65420001745224,-0.7563999891281128,-0.003000000026077032,-0.65420001745224,-0.9686999917030334,-0.12929999828338623,0.21209999918937683,-0.9686999917030334,-0.12929999828338623,0.21209999918937683,-0.9686999917030334,-0.12929999828338623,0.21209999918937683,-0.18700000643730164,-0.3343000113964081,0.9236999750137329,-0.18700000643730164,-0.3343000113964081,0.9236999750137329,-0.18700000643730164,-0.3343000113964081,0.9236999750137329,-0.5577999949455261,0.8202999830245972,-0.12620000541210175,-0.5577999949455261,0.8202999830245972,-0.12620000541210175,-0.5577999949455261,0.8202999830245972,-0.12620000541210175,-0.16359999775886536,-0.611299991607666,0.774399995803833,-0.16359999775886536,-0.611299991607666,0.774399995803833,-0.16359999775886536,-0.611299991607666,0.774399995803833,0.23759999871253967,0.06599999964237213,-0.9690999984741211,0.23759999871253967,0.06599999964237213,-0.9690999984741211,0.23759999871253967,0.06599999964237213,-0.9690999984741211,-0.7962999939918518,0.24580000340938568,-0.5526999831199646,-0.7962999939918518,0.24580000340938568,-0.5526999831199646,-0.7962999939918518,0.24580000340938568,-0.5526999831199646,-0.33809998631477356,-0.061400000005960464,-0.9391000270843506,-0.33809998631477356,-0.061400000005960464,-0.9391000270843506,-0.33809998631477356,-0.061400000005960464,-0.9391000270843506,-0.12430000305175781,0.9355000257492065,0.33059999346733093,-0.12430000305175781,0.9355000257492065,0.33059999346733093,-0.12430000305175781,0.9355000257492065,0.33059999346733093,0.8008999824523926,-0.5949000120162964,0.06830000132322311,0.8008999824523926,-0.5949000120162964,0.06830000132322311,0.8008999824523926,-0.5949000120162964,0.06830000132322311,0.7749999761581421,0.09549999982118607,0.6245999932289124,0.7749999761581421,0.09549999982118607,0.6245999932289124,0.7749999761581421,0.09549999982118607,0.6245999932289124,0.6402000188827515,0.5098000168800354,-0.5746999979019165,0.6402000188827515,0.5098000168800354,-0.5746999979019165,0.6402000188827515,0.5098000168800354,-0.5746999979019165,0.4514000117778778,-0.5837000012397766,0.6748999953269958,0.4514000117778778,-0.5837000012397766,0.6748999953269958,0.4514000117778778,-0.5837000012397766,0.6748999953269958,0.6523000001907349,-0.7574999928474426,-0.027400000020861626,0.6523000001907349,-0.7574999928474426,-0.027400000020861626,0.6523000001907349,-0.7574999928474426,-0.027400000020861626,-0.0017000000225380063,-0.9624999761581421,-0.2712000012397766,-0.0017000000225380063,-0.9624999761581421,-0.2712000012397766,-0.0017000000225380063,-0.9624999761581421,-0.2712000012397766,0.7595999836921692,-0.3310999870300293,-0.5598000288009644,0.7595999836921692,-0.3310999870300293,-0.5598000288009644,0.7595999836921692,-0.3310999870300293,-0.5598000288009644,-0.25040000677108765,0.7279000282287598,0.6383000016212463,-0.25040000677108765,0.7279000282287598,0.6383000016212463,-0.25040000677108765,0.7279000282287598,0.6383000016212463,0.4772999882698059,0.585099995136261,0.6556000113487244,0.4772999882698059,0.585099995136261,0.6556000113487244,0.4772999882698059,0.585099995136261,0.6556000113487244,0.6365000009536743,0.7275000214576721,-0.2563000023365021,0.6365000009536743,0.7275000214576721,-0.2563000023365021,0.6365000009536743,0.7275000214576721,-0.2563000023365021,0.24789999425411224,-0.8738999962806702,-0.41819998621940613,0.24789999425411224,-0.8738999962806702,-0.41819998621940613,0.24789999425411224,-0.8738999962806702,-0.41819998621940613,-0.8087000250816345,0.5864999890327454,0.04450000077486038,-0.8087000250816345,0.5864999890327454,0.04450000077486038,-0.8087000250816345,0.5864999890327454,0.04450000077486038,-0.29179999232292175,-0.9519000053405762,-0.093299999833107,-0.29179999232292175,-0.9519000053405762,-0.093299999833107,-0.29179999232292175,-0.9519000053405762,-0.093299999833107,0.9326000213623047,0.3483999967575073,-0.09430000185966492,0.9326000213623047,0.3483999967575073,-0.09430000185966492,0.9326000213623047,0.3483999967575073,-0.09430000185966492,-0.9980999827384949,-0.01510000042617321,-0.05909999832510948,-0.9980999827384949,-0.01510000042617321,-0.05909999832510948,-0.9980999827384949,-0.01510000042617321,-0.05909999832510948,0.536300003528595,-0.3109999895095825,0.7846999764442444,0.536300003528595,-0.3109999895095825,0.7846999764442444,0.536300003528595,-0.3109999895095825,0.7846999764442444,0.921500027179718,0.14920000731945038,0.358599990606308,0.921500027179718,0.14920000731945038,0.358599990606308,0.921500027179718,0.14920000731945038,0.358599990606308,-0.9287999868392944,0.061799999326467514,0.3652999997138977,-0.9287999868392944,0.061799999326467514,0.3652999997138977,-0.9287999868392944,0.061799999326467514,0.3652999997138977,-0.987500011920929,-0.15479999780654907,-0.029899999499320984,-0.987500011920929,-0.15479999780654907,-0.029899999499320984,-0.987500011920929,-0.15479999780654907,-0.029899999499320984,0.689300000667572,0.515999972820282,-0.5084999799728394,0.689300000667572,0.515999972820282,-0.5084999799728394,0.689300000667572,0.515999972820282,-0.5084999799728394,0.9239000082015991,0.3111000061035156,0.22259999811649323,0.9239000082015991,0.3111000061035156,0.22259999811649323,0.9239000082015991,0.3111000061035156,0.22259999811649323,0.8021000027656555,0.5055000185966492,0.3181000053882599,0.8021000027656555,0.5055000185966492,0.3181000053882599,0.8021000027656555,0.5055000185966492,0.3181000053882599,0.07980000227689743,0.9954000115394592,-0.05310000106692314,0.07980000227689743,0.9954000115394592,-0.05310000106692314,0.07980000227689743,0.9954000115394592,-0.05310000106692314,-0.8507000207901001,-0.3822999894618988,-0.36070001125335693,-0.8507000207901001,-0.3822999894618988,-0.36070001125335693,-0.8507000207901001,-0.3822999894618988,-0.36070001125335693,-0.6751999855041504,0.4708000123500824,-0.567799985408783,-0.6751999855041504,0.4708000123500824,-0.567799985408783,-0.6751999855041504,0.4708000123500824,-0.567799985408783,-0.40470001101493835,0.43479999899864197,-0.8044999837875366,-0.40470001101493835,0.43479999899864197,-0.8044999837875366,-0.40470001101493835,0.43479999899864197,-0.8044999837875366,-0.5534999966621399,0.20479999482631683,-0.8072999715805054,-0.5534999966621399,0.20479999482631683,-0.8072999715805054,-0.5534999966621399,0.20479999482631683,-0.8072999715805054,0.6952999830245972,-0.2773999869823456,0.6629999876022339,0.6952999830245972,-0.2773999869823456,0.6629999876022339,0.6952999830245972,-0.2773999869823456,0.6629999876022339,-0.7541999816894531,0.6554999947547913,0.03830000013113022,-0.7541999816894531,0.6554999947547913,0.03830000013113022,-0.7541999816894531,0.6554999947547913,0.03830000013113022,0.38600000739097595,-0.7498000264167786,0.5374000072479248,0.38600000739097595,-0.7498000264167786,0.5374000072479248,0.38600000739097595,-0.7498000264167786,0.5374000072479248,0.8091999888420105,0.21610000729560852,0.5464000105857849,0.8091999888420105,0.21610000729560852,0.5464000105857849,0.8091999888420105,0.21610000729560852,0.5464000105857849,-0.9164000153541565,-0.0754999965429306,0.39320001006126404,-0.9164000153541565,-0.0754999965429306,0.39320001006126404,-0.9164000153541565,-0.0754999965429306,0.39320001006126404,0.26089999079704285,-0.6462000012397766,0.717199981212616,0.26089999079704285,-0.6462000012397766,0.717199981212616,0.26089999079704285,-0.6462000012397766,0.717199981212616,0.1160999983549118,0.972100019454956,-0.20399999618530273,0.1160999983549118,0.972100019454956,-0.20399999618530273,0.1160999983549118,0.972100019454956,-0.20399999618530273,-0.7354000210762024,-0.17880000174045563,-0.6535999774932861,-0.7354000210762024,-0.17880000174045563,-0.6535999774932861,-0.7354000210762024,-0.17880000174045563,-0.6535999774932861,0.5013999938964844,0.7218999862670898,-0.47690001130104065,0.5013999938964844,0.7218999862670898,-0.47690001130104065,0.5013999938964844,0.7218999862670898,-0.47690001130104065,-0.2757999897003174,-0.770799994468689,-0.5742999911308289,-0.2757999897003174,-0.770799994468689,-0.5742999911308289,-0.2757999897003174,-0.770799994468689,-0.5742999911308289,-0.8700000047683716,0.47369998693466187,0.13680000603199005,-0.8700000047683716,0.47369998693466187,0.13680000603199005,-0.8700000047683716,0.47369998693466187,0.13680000603199005,-0.023099999874830246,-0.9613999724388123,-0.2743000090122223,-0.023099999874830246,-0.9613999724388123,-0.2743000090122223,-0.023099999874830246,-0.9613999724388123,-0.2743000090122223,0.9449999928474426,0.05920000001788139,0.32170000672340393,0.9449999928474426,0.05920000001788139,0.32170000672340393,0.9449999928474426,0.05920000001788139,0.32170000672340393,-0.7566999793052673,-0.04100000113248825,0.6524999737739563,-0.7566999793052673,-0.04100000113248825,0.6524999737739563,-0.7566999793052673,-0.04100000113248825,0.6524999737739563,-0.5755000114440918,-0.5751000046730042,0.5813999772071838,-0.5755000114440918,-0.5751000046730042,0.5813999772071838,-0.5755000114440918,-0.5751000046730042,0.5813999772071838,0.041099999099969864,-0.699999988079071,0.7128999829292297,0.041099999099969864,-0.699999988079071,0.7128999829292297,0.041099999099969864,-0.699999988079071,0.7128999829292297,0.16660000383853912,0.22460000216960907,-0.960099995136261,0.16660000383853912,0.22460000216960907,-0.960099995136261,0.16660000383853912,0.22460000216960907,-0.960099995136261,0.4108000099658966,0.8813999891281128,-0.23330000042915344,0.4108000099658966,0.8813999891281128,-0.23330000042915344,0.4108000099658966,0.8813999891281128,-0.23330000042915344,0.6791999936103821,0.5393000245094299,-0.49779999256134033,0.6791999936103821,0.5393000245094299,-0.49779999256134033,0.6791999936103821,0.5393000245094299,-0.49779999256134033,0.3862999975681305,0.8259000182151794,-0.4106999933719635,0.3862999975681305,0.8259000182151794,-0.4106999933719635,0.3862999975681305,0.8259000182151794,-0.4106999933719635,-0.880299985408783,-0.058400001376867294,0.4708000123500824,-0.880299985408783,-0.058400001376867294,0.4708000123500824,-0.880299985408783,-0.058400001376867294,0.4708000123500824,0.2939000129699707,-0.5436999797821045,0.7860999703407288,0.2939000129699707,-0.5436999797821045,0.7860999703407288,0.2939000129699707,-0.5436999797821045,0.7860999703407288,-0.3125999867916107,-0.8450999855995178,0.4336000084877014,-0.3125999867916107,-0.8450999855995178,0.4336000084877014,-0.3125999867916107,-0.8450999855995178,0.4336000084877014,0.37630000710487366,0.3075000047683716,-0.8740000128746033,0.37630000710487366,0.3075000047683716,-0.8740000128746033,0.37630000710487366,0.3075000047683716,-0.8740000128746033,0.19859999418258667,-0.5180000066757202,0.8320000171661377,0.19859999418258667,-0.5180000066757202,0.8320000171661377,0.19859999418258667,-0.5180000066757202,0.8320000171661377,0.9668999910354614,-0.15800000727176666,-0.2004999965429306,0.9668999910354614,-0.15800000727176666,-0.2004999965429306,0.9668999910354614,-0.15800000727176666,-0.2004999965429306,-0.5192999839782715,-0.8410999774932861,0.15139999985694885,-0.5192999839782715,-0.8410999774932861,0.15139999985694885,-0.5192999839782715,-0.8410999774932861,0.15139999985694885,-0.3407000005245209,-0.4659999907016754,0.8166000247001648,-0.3407000005245209,-0.4659999907016754,0.8166000247001648,-0.3407000005245209,-0.4659999907016754,0.8166000247001648,0.08630000054836273,0.8259999752044678,-0.5569999814033508,0.08630000054836273,0.8259999752044678,-0.5569999814033508,0.08630000054836273,0.8259999752044678,-0.5569999814033508,-0.7425000071525574,-0.6644999980926514,-0.08429999649524689,-0.7425000071525574,-0.6644999980926514,-0.08429999649524689,-0.7425000071525574,-0.6644999980926514,-0.08429999649524689,0.6775000095367432,-0.6190000176429749,0.39719998836517334,0.6775000095367432,-0.6190000176429749,0.39719998836517334,0.6775000095367432,-0.6190000176429749,0.39719998836517334,-0.23000000417232513,-0.8676999807357788,0.4406999945640564,-0.23000000417232513,-0.8676999807357788,0.4406999945640564,-0.23000000417232513,-0.8676999807357788,0.4406999945640564,-0.40959998965263367,-0.708899974822998,0.5741999745368958,-0.40959998965263367,-0.708899974822998,0.5741999745368958,-0.40959998965263367,-0.708899974822998,0.5741999745368958,0.6678000092506409,-0.3407000005245209,0.6618000268936157,0.6678000092506409,-0.3407000005245209,0.6618000268936157,0.6678000092506409,-0.3407000005245209,0.6618000268936157,0.9544000029563904,-0.26989999413490295,0.12780000269412994,0.9544000029563904,-0.26989999413490295,0.12780000269412994,0.9544000029563904,-0.26989999413490295,0.12780000269412994,-0.38749998807907104,-0.3628999888896942,0.8474000096321106,-0.38749998807907104,-0.3628999888896942,0.8474000096321106,-0.38749998807907104,-0.3628999888896942,0.8474000096321106,-0.3059999942779541,-0.7910000085830688,-0.5299000144004822,-0.3059999942779541,-0.7910000085830688,-0.5299000144004822,-0.3059999942779541,-0.7910000085830688,-0.5299000144004822,-0.8519999980926514,-0.46709999442100525,0.23659999668598175,-0.8519999980926514,-0.46709999442100525,0.23659999668598175,-0.8519999980926514,-0.46709999442100525,0.23659999668598175,0.8964999914169312,-0.17890000343322754,0.40529999136924744,0.8964999914169312,-0.17890000343322754,0.40529999136924744,0.8964999914169312,-0.17890000343322754,0.40529999136924744,-0.885200023651123,0.08410000056028366,0.4575999975204468,-0.885200023651123,0.08410000056028366,0.4575999975204468,-0.885200023651123,0.08410000056028366,0.4575999975204468,0.43720000982284546,0.438400000333786,0.7853000164031982,0.43720000982284546,0.438400000333786,0.7853000164031982,0.43720000982284546,0.438400000333786,0.7853000164031982,0.5450999736785889,0.2370000034570694,0.8041999936103821,0.5450999736785889,0.2370000034570694,0.8041999936103821,0.5450999736785889,0.2370000034570694,0.8041999936103821,0.287200003862381,-0.8385000228881836,0.46309998631477356,0.287200003862381,-0.8385000228881836,0.46309998631477356,0.287200003862381,-0.8385000228881836,0.46309998631477356,-0.8883000016212463,0.3785000145435333,0.26030001044273376,-0.8883000016212463,0.3785000145435333,0.26030001044273376,-0.8883000016212463,0.3785000145435333,0.26030001044273376,0.9983000159263611,0.008999999612569809,-0.05829999968409538,0.9983000159263611,0.008999999612569809,-0.05829999968409538,0.9983000159263611,0.008999999612569809,-0.05829999968409538,0.1680999994277954,-0.758899986743927,0.6291000247001648,0.1680999994277954,-0.758899986743927,0.6291000247001648,0.1680999994277954,-0.758899986743927,0.6291000247001648,0.26600000262260437,0.9478999972343445,0.17499999701976776,0.26600000262260437,0.9478999972343445,0.17499999701976776,0.26600000262260437,0.9478999972343445,0.17499999701976776,-0.1889999955892563,-0.8859000205993652,-0.4235999882221222,-0.1889999955892563,-0.8859000205993652,-0.4235999882221222,-0.1889999955892563,-0.8859000205993652,-0.4235999882221222,0.777899980545044,-0.5932000279426575,-0.20759999752044678,0.777899980545044,-0.5932000279426575,-0.20759999752044678,0.777899980545044,-0.5932000279426575,-0.20759999752044678,0.9645000100135803,0.031199999153614044,0.2621999979019165,0.9645000100135803,0.031199999153614044,0.2621999979019165,0.9645000100135803,0.031199999153614044,0.2621999979019165,0.04349999874830246,-0.8011000156402588,0.5968999862670898,0.04349999874830246,-0.8011000156402588,0.5968999862670898,0.04349999874830246,-0.8011000156402588,0.5968999862670898,-0.3107999861240387,0.8626999855041504,-0.39890000224113464,-0.3107999861240387,0.8626999855041504,-0.39890000224113464,-0.3107999861240387,0.8626999855041504,-0.39890000224113464,0.4011000096797943,0.07540000230073929,-0.9128999710083008,0.4011000096797943,0.07540000230073929,-0.9128999710083008,0.4011000096797943,0.07540000230073929,-0.9128999710083008,-0.2766000032424927,-0.9570000171661377,0.08749999850988388,-0.2766000032424927,-0.9570000171661377,0.08749999850988388,-0.2766000032424927,-0.9570000171661377,0.08749999850988388,-0.24629999697208405,0.9642000198364258,0.09839999675750732,-0.24629999697208405,0.9642000198364258,0.09839999675750732,-0.24629999697208405,0.9642000198364258,0.09839999675750732,0.31029999256134033,0.5703999996185303,-0.7605000138282776,0.31029999256134033,0.5703999996185303,-0.7605000138282776,0.31029999256134033,0.5703999996185303,-0.7605000138282776,0.5831999778747559,-0.48410001397132874,0.6523000001907349,0.5831999778747559,-0.48410001397132874,0.6523000001907349,0.5831999778747559,-0.48410001397132874,0.6523000001907349,-0.5177000164985657,-0.8460000157356262,0.1273999959230423,-0.5177000164985657,-0.8460000157356262,0.1273999959230423,-0.5177000164985657,-0.8460000157356262,0.1273999959230423,0.9952999949455261,-0.0006000000284984708,-0.09700000286102295,0.9952999949455261,-0.0006000000284984708,-0.09700000286102295,0.9952999949455261,-0.0006000000284984708,-0.09700000286102295,0.06589999794960022,0.6338000297546387,0.7706999778747559,0.06589999794960022,0.6338000297546387,0.7706999778747559,0.06589999794960022,0.6338000297546387,0.7706999778747559,0.18809999525547028,-0.275299996137619,0.942799985408783,0.18809999525547028,-0.275299996137619,0.942799985408783,0.18809999525547028,-0.275299996137619,0.942799985408783,0.34850001335144043,0.9340000152587891,-0.07890000194311142,0.34850001335144043,0.9340000152587891,-0.07890000194311142,0.34850001335144043,0.9340000152587891,-0.07890000194311142,-0.125900000333786,-0.6586999893188477,0.7418000102043152,-0.125900000333786,-0.6586999893188477,0.7418000102043152,-0.125900000333786,-0.6586999893188477,0.7418000102043152,-0.004999999888241291,-0.8792999982833862,0.47620001435279846,-0.004999999888241291,-0.8792999982833862,0.47620001435279846,-0.004999999888241291,-0.8792999982833862,0.47620001435279846,-0.7049999833106995,-0.07699999958276749,-0.7049999833106995,-0.7049999833106995,-0.07699999958276749,-0.7049999833106995,-0.7049999833106995,-0.07699999958276749,-0.7049999833106995,0.1589999943971634,-0.9782000184059143,0.13359999656677246,0.1589999943971634,-0.9782000184059143,0.13359999656677246,0.1589999943971634,-0.9782000184059143,0.13359999656677246,0.8693000078201294,-0.4196000099182129,0.26109999418258667,0.8693000078201294,-0.4196000099182129,0.26109999418258667,0.8693000078201294,-0.4196000099182129,0.26109999418258667,-0.4602000117301941,0.8745999932289124,0.15279999375343323,-0.4602000117301941,0.8745999932289124,0.15279999375343323,-0.4602000117301941,0.8745999932289124,0.15279999375343323,-0.03610000014305115,0.9929999709129333,-0.11219999939203262,-0.03610000014305115,0.9929999709129333,-0.11219999939203262,-0.03610000014305115,0.9929999709129333,-0.11219999939203262,-0.5846999883651733,-0.638700008392334,0.5001999735832214,-0.5846999883651733,-0.638700008392334,0.5001999735832214,-0.5846999883651733,-0.638700008392334,0.5001999735832214,-0.7645999789237976,-0.6445000171661377,0.006200000178068876,-0.7645999789237976,-0.6445000171661377,0.006200000178068876,-0.7645999789237976,-0.6445000171661377,0.006200000178068876,0.005499999970197678,0.9606999754905701,-0.2775999903678894,0.005499999970197678,0.9606999754905701,-0.2775999903678894,0.005499999970197678,0.9606999754905701,-0.2775999903678894,-0.1964000016450882,0.8877000212669373,0.4163999855518341,-0.1964000016450882,0.8877000212669373,0.4163999855518341,-0.1964000016450882,0.8877000212669373,0.4163999855518341,-0.39989998936653137,0.534500002861023,0.7445999979972839,-0.39989998936653137,0.534500002861023,0.7445999979972839,-0.39989998936653137,0.534500002861023,0.7445999979972839,-0.7897999882698059,-0.16660000383853912,-0.5903000235557556,-0.7897999882698059,-0.16660000383853912,-0.5903000235557556,-0.7897999882698059,-0.16660000383853912,-0.5903000235557556,-0.3921999931335449,0.9197999835014343,-0.00430000014603138,-0.3921999931335449,0.9197999835014343,-0.00430000014603138,-0.3921999931335449,0.9197999835014343,-0.00430000014603138,-0.38040000200271606,-0.7360000014305115,0.5601000189781189,-0.38040000200271606,-0.7360000014305115,0.5601000189781189,-0.38040000200271606,-0.7360000014305115,0.5601000189781189,0.9605000019073486,-0.18379999697208405,-0.20880000293254852,0.9605000019073486,-0.18379999697208405,-0.20880000293254852,0.9605000019073486,-0.18379999697208405,-0.20880000293254852,0.6385999917984009,0.6018999814987183,-0.47940000891685486,0.6385999917984009,0.6018999814987183,-0.47940000891685486,0.6385999917984009,0.6018999814987183,-0.47940000891685486,-0.5396000146865845,-0.8228999972343445,0.17790000140666962,-0.5396000146865845,-0.8228999972343445,0.17790000140666962,-0.5396000146865845,-0.8228999972343445,0.17790000140666962,0.8863000273704529,-0.4189000129699707,0.19750000536441803,0.8863000273704529,-0.4189000129699707,0.19750000536441803,0.8863000273704529,-0.4189000129699707,0.19750000536441803,0.6628999710083008,0.619700014591217,0.420199990272522,0.6628999710083008,0.619700014591217,0.420199990272522,0.6628999710083008,0.619700014591217,0.420199990272522,-0.5993000268936157,-0.7842000126838684,-0.16089999675750732,-0.5993000268936157,-0.7842000126838684,-0.16089999675750732,-0.5993000268936157,-0.7842000126838684,-0.16089999675750732,-0.6554999947547913,-0.6966999769210815,0.2913999855518341,-0.6554999947547913,-0.6966999769210815,0.2913999855518341,-0.6554999947547913,-0.6966999769210815,0.2913999855518341,0.6421999931335449,-0.7282000184059143,0.23929999768733978,0.6421999931335449,-0.7282000184059143,0.23929999768733978,0.6421999931335449,-0.7282000184059143,0.23929999768733978,-0.2759000062942505,-0.9039999842643738,-0.32659998536109924,-0.2759000062942505,-0.9039999842643738,-0.32659998536109924,-0.2759000062942505,-0.9039999842643738,-0.32659998536109924,-0.32350000739097595,-0.322299987077713,0.8895999789237976,-0.32350000739097595,-0.322299987077713,0.8895999789237976,-0.32350000739097595,-0.322299987077713,0.8895999789237976,0.9979000091552734,-0.026900000870227814,0.05869999900460243,0.9979000091552734,-0.026900000870227814,0.05869999900460243,0.9979000091552734,-0.026900000870227814,0.05869999900460243,-0.8222000002861023,0.382999986410141,-0.42100000381469727,-0.8222000002861023,0.382999986410141,-0.42100000381469727,-0.8222000002861023,0.382999986410141,-0.42100000381469727,0.27970001101493835,0.7576000094413757,-0.5896999835968018,0.27970001101493835,0.7576000094413757,-0.5896999835968018,0.27970001101493835,0.7576000094413757,-0.5896999835968018,-0.421099990606308,0.008100000210106373,-0.9070000052452087,-0.421099990606308,0.008100000210106373,-0.9070000052452087,-0.421099990606308,0.008100000210106373,-0.9070000052452087,0.6050999760627747,0.08569999784231186,-0.7914999723434448,0.6050999760627747,0.08569999784231186,-0.7914999723434448,0.6050999760627747,0.08569999784231186,-0.7914999723434448,0.3684999942779541,-0.8363999724388123,0.4056999981403351,0.3684999942779541,-0.8363999724388123,0.4056999981403351,0.3684999942779541,-0.8363999724388123,0.4056999981403351,0.9984999895095825,0.015699999406933784,0.052000001072883606,0.9984999895095825,0.015699999406933784,0.052000001072883606,0.9984999895095825,0.015699999406933784,0.052000001072883606,0.4918999969959259,0.7077999711036682,0.5070000290870667,0.4918999969959259,0.7077999711036682,0.5070000290870667,0.4918999969959259,0.7077999711036682,0.5070000290870667,0.43869999051094055,-0.8431000113487244,-0.3109999895095825,0.43869999051094055,-0.8431000113487244,-0.3109999895095825,0.43869999051094055,-0.8431000113487244,-0.3109999895095825,0.8098000288009644,-0.564300000667572,-0.16040000319480896,0.8098000288009644,-0.564300000667572,-0.16040000319480896,0.8098000288009644,-0.564300000667572,-0.16040000319480896,0.9767000079154968,-0.04780000075697899,0.20909999310970306,0.9767000079154968,-0.04780000075697899,0.20909999310970306,0.9767000079154968,-0.04780000075697899,0.20909999310970306,0.6317999958992004,0.3140999972820282,0.7085999846458435,0.6317999958992004,0.3140999972820282,0.7085999846458435,0.6317999958992004,0.3140999972820282,0.7085999846458435,-0.2782000005245209,0.6564000248908997,-0.7013000249862671,-0.2782000005245209,0.6564000248908997,-0.7013000249862671,-0.2782000005245209,0.6564000248908997,-0.7013000249862671,0.8367999792098999,0.4025999903678894,0.3709999918937683,0.8367999792098999,0.4025999903678894,0.3709999918937683,0.8367999792098999,0.4025999903678894,0.3709999918937683,-0.22540000081062317,0.6136000156402588,0.7566999793052673,-0.22540000081062317,0.6136000156402588,0.7566999793052673,-0.22540000081062317,0.6136000156402588,0.7566999793052673,0.8766000270843506,0.40860000252723694,-0.2542000114917755,0.8766000270843506,0.40860000252723694,-0.2542000114917755,0.8766000270843506,0.40860000252723694,-0.2542000114917755,-0.29030001163482666,0.0364999994635582,-0.9562000036239624,-0.29030001163482666,0.0364999994635582,-0.9562000036239624,-0.29030001163482666,0.0364999994635582,-0.9562000036239624,-0.7645000219345093,-0.5623999834060669,0.3151000142097473,-0.7645000219345093,-0.5623999834060669,0.3151000142097473,-0.7645000219345093,-0.5623999834060669,0.3151000142097473,0.8914999961853027,-0.34220001101493835,-0.296999990940094,0.8914999961853027,-0.34220001101493835,-0.296999990940094,0.8914999961853027,-0.34220001101493835,-0.296999990940094,-0.4758000075817108,0.5461000204086304,-0.6894999742507935,-0.4758000075817108,0.5461000204086304,-0.6894999742507935,-0.4758000075817108,0.5461000204086304,-0.6894999742507935,-0.31700000166893005,-0.5281999707221985,0.7876999974250793,-0.31700000166893005,-0.5281999707221985,0.7876999974250793,-0.31700000166893005,-0.5281999707221985,0.7876999974250793,0.6880999803543091,-0.6049000024795532,0.40070000290870667,0.6880999803543091,-0.6049000024795532,0.40070000290870667,0.6880999803543091,-0.6049000024795532,0.40070000290870667,0.18299999833106995,-0.8736000061035156,0.45100000500679016,0.18299999833106995,-0.8736000061035156,0.45100000500679016,0.18299999833106995,-0.8736000061035156,0.45100000500679016,-0.39730000495910645,0.9161999821662903,0.052299998700618744,-0.39730000495910645,0.9161999821662903,0.052299998700618744,-0.39730000495910645,0.9161999821662903,0.052299998700618744,0.972599983215332,0.024800000712275505,0.23109999299049377,0.972599983215332,0.024800000712275505,0.23109999299049377,0.972599983215332,0.024800000712275505,0.23109999299049377,0.1412000060081482,0.9850000143051147,-0.0989999994635582,0.1412000060081482,0.9850000143051147,-0.0989999994635582,0.1412000060081482,0.9850000143051147,-0.0989999994635582,0.8974999785423279,-0.39879998564720154,0.1882999986410141,0.8974999785423279,-0.39879998564720154,0.1882999986410141,0.8974999785423279,-0.39879998564720154,0.1882999986410141,0.9958000183105469,0.0052999998442828655,-0.09160000085830688,0.9958000183105469,0.0052999998442828655,-0.09160000085830688,0.9958000183105469,0.0052999998442828655,-0.09160000085830688,-0.026799999177455902,-0.9958999752998352,-0.08659999817609787,-0.026799999177455902,-0.9958999752998352,-0.08659999817609787,-0.026799999177455902,-0.9958999752998352,-0.08659999817609787,0.3366999924182892,0.8381999731063843,-0.42899999022483826,0.3366999924182892,0.8381999731063843,-0.42899999022483826,0.3366999924182892,0.8381999731063843,-0.42899999022483826,-0.4415999948978424,0.5684999823570251,-0.694100022315979,-0.4415999948978424,0.5684999823570251,-0.694100022315979,-0.4415999948978424,0.5684999823570251,-0.694100022315979,0.46070000529289246,-0.8838000297546387,-0.0820000022649765,0.46070000529289246,-0.8838000297546387,-0.0820000022649765,0.46070000529289246,-0.8838000297546387,-0.0820000022649765,-0.3653999865055084,0.7718999981880188,0.5202000141143799,-0.3653999865055084,0.7718999981880188,0.5202000141143799,-0.3653999865055084,0.7718999981880188,0.5202000141143799,-0.033799998462200165,-0.8123000264167786,0.5821999907493591,-0.033799998462200165,-0.8123000264167786,0.5821999907493591,-0.033799998462200165,-0.8123000264167786,0.5821999907493591,0.3506999909877777,-0.9355000257492065,0.04410000145435333,0.3506999909877777,-0.9355000257492065,0.04410000145435333,0.3506999909877777,-0.9355000257492065,0.04410000145435333,-0.9406999945640564,-0.019300000742077827,0.3386000096797943,-0.9406999945640564,-0.019300000742077827,0.3386000096797943,-0.9406999945640564,-0.019300000742077827,0.3386000096797943,0.8633999824523926,0.32269999384880066,-0.3878999948501587,0.8633999824523926,0.32269999384880066,-0.3878999948501587,0.8633999824523926,0.32269999384880066,-0.3878999948501587,0.0142000000923872,-0.9472000002861023,-0.32030001282691956,0.0142000000923872,-0.9472000002861023,-0.32030001282691956,0.0142000000923872,-0.9472000002861023,-0.32030001282691956,-0.6953999996185303,-0.011500000022351742,0.718500018119812,-0.6953999996185303,-0.011500000022351742,0.718500018119812,-0.6953999996185303,-0.011500000022351742,0.718500018119812,-0.6834999918937683,0.5450999736785889,-0.48539999127388,-0.6834999918937683,0.5450999736785889,-0.48539999127388,-0.6834999918937683,0.5450999736785889,-0.48539999127388,0.3529999852180481,-0.8574000000953674,0.37450000643730164,0.3529999852180481,-0.8574000000953674,0.37450000643730164,0.3529999852180481,-0.8574000000953674,0.37450000643730164,0.2078000009059906,-0.9678000211715698,-0.14190000295639038,0.2078000009059906,-0.9678000211715698,-0.14190000295639038,0.2078000009059906,-0.9678000211715698,-0.14190000295639038,-0.9571999907493591,-0.23280000686645508,0.1720999926328659,-0.9571999907493591,-0.23280000686645508,0.1720999926328659,-0.9571999907493591,-0.23280000686645508,0.1720999926328659,0.9215999841690063,-0.35260000824928284,-0.1623000055551529,0.9215999841690063,-0.35260000824928284,-0.1623000055551529,0.9215999841690063,-0.35260000824928284,-0.1623000055551529,0.48249998688697815,0.46480000019073486,-0.7423999905586243,0.48249998688697815,0.46480000019073486,-0.7423999905586243,0.48249998688697815,0.46480000019073486,-0.7423999905586243,0.1445000022649765,0.7965999841690063,-0.5870000123977661,0.1445000022649765,0.7965999841690063,-0.5870000123977661,0.1445000022649765,0.7965999841690063,-0.5870000123977661,-0.20419999957084656,-0.900600016117096,0.38359999656677246,-0.20419999957084656,-0.900600016117096,0.38359999656677246,-0.20419999957084656,-0.900600016117096,0.38359999656677246,0.5224999785423279,0.824400007724762,0.21780000627040863,0.5224999785423279,0.824400007724762,0.21780000627040863,0.5224999785423279,0.824400007724762,0.21780000627040863,-0.35740000009536743,-0.9265999794006348,-0.11710000038146973,-0.35740000009536743,-0.9265999794006348,-0.11710000038146973,-0.35740000009536743,-0.9265999794006348,-0.11710000038146973,-0.24079999327659607,-0.9277999997138977,0.2851000130176544,-0.24079999327659607,-0.9277999997138977,0.2851000130176544,-0.24079999327659607,-0.9277999997138977,0.2851000130176544,-0.19519999623298645,0.22470000386238098,-0.9546999931335449,-0.19519999623298645,0.22470000386238098,-0.9546999931335449,-0.19519999623298645,0.22470000386238098,-0.9546999931335449,-0.36039999127388,0.147599995136261,-0.9211000204086304,-0.36039999127388,0.147599995136261,-0.9211000204086304,-0.36039999127388,0.147599995136261,-0.9211000204086304,-0.5785999894142151,-0.5954999923706055,-0.5572999715805054,-0.5785999894142151,-0.5954999923706055,-0.5572999715805054,-0.5785999894142151,-0.5954999923706055,-0.5572999715805054,-0.9911999702453613,0.003700000001117587,0.13220000267028809,-0.9911999702453613,0.003700000001117587,0.13220000267028809,-0.9911999702453613,0.003700000001117587,0.13220000267028809,-0.8574000000953674,-0.4733000099658966,-0.2021999955177307,-0.8574000000953674,-0.4733000099658966,-0.2021999955177307,-0.8574000000953674,-0.4733000099658966,-0.2021999955177307,0.15000000596046448,-0.9003999829292297,-0.40849998593330383,0.15000000596046448,-0.9003999829292297,-0.40849998593330383,0.15000000596046448,-0.9003999829292297,-0.40849998593330383,0.35569998621940613,0.9192000031471252,-0.16869999468326569,0.35569998621940613,0.9192000031471252,-0.16869999468326569,0.35569998621940613,0.9192000031471252,-0.16869999468326569,-0.9656999707221985,-0.25459998846054077,-0.051600001752376556,-0.9656999707221985,-0.25459998846054077,-0.051600001752376556,-0.9656999707221985,-0.25459998846054077,-0.051600001752376556,0.1120000034570694,-0.9649999737739563,0.23720000684261322,0.1120000034570694,-0.9649999737739563,0.23720000684261322,0.1120000034570694,-0.9649999737739563,0.23720000684261322,0.6873999834060669,-0.6069999933242798,0.3986999988555908,0.6873999834060669,-0.6069999933242798,0.3986999988555908,0.6873999834060669,-0.6069999933242798,0.3986999988555908,-0.4584999978542328,0.7542999982833862,-0.4697999954223633,-0.4584999978542328,0.7542999982833862,-0.4697999954223633,-0.4584999978542328,0.7542999982833862,-0.4697999954223633,0.6299999952316284,-0.16130000352859497,-0.7597000002861023,0.6299999952316284,-0.16130000352859497,-0.7597000002861023,0.6299999952316284,-0.16130000352859497,-0.7597000002861023,-0.7926999926567078,0.558899998664856,-0.24330000579357147,-0.7926999926567078,0.558899998664856,-0.24330000579357147,-0.7926999926567078,0.558899998664856,-0.24330000579357147,-0.2757999897003174,-0.9528999924659729,-0.12630000710487366,-0.2757999897003174,-0.9528999924659729,-0.12630000710487366,-0.2757999897003174,-0.9528999924659729,-0.12630000710487366,0.414900004863739,0.43380001187324524,-0.7997999787330627,0.414900004863739,0.43380001187324524,-0.7997999787330627,0.414900004863739,0.43380001187324524,-0.7997999787330627,0.4620000123977661,0.7178000211715698,-0.5209000110626221,0.4620000123977661,0.7178000211715698,-0.5209000110626221,0.4620000123977661,0.7178000211715698,-0.5209000110626221,0.5953999757766724,-0.48590001463890076,0.6399000287055969,0.5953999757766724,-0.48590001463890076,0.6399000287055969,0.5953999757766724,-0.48590001463890076,0.6399000287055969,-0.6427000164985657,0.6643000245094299,0.3817000091075897,-0.6427000164985657,0.6643000245094299,0.3817000091075897,-0.6427000164985657,0.6643000245094299,0.3817000091075897,-0.10819999873638153,0.9194999933242798,0.37790000438690186,-0.10819999873638153,0.9194999933242798,0.37790000438690186,-0.10819999873638153,0.9194999933242798,0.37790000438690186,-0.9775000214576721,-0.18299999833106995,-0.1046999990940094,-0.9775000214576721,-0.18299999833106995,-0.1046999990940094,-0.9775000214576721,-0.18299999833106995,-0.1046999990940094,-0.2824999988079071,0.9484000205993652,-0.14399999380111694,-0.2824999988079071,0.9484000205993652,-0.14399999380111694,-0.2824999988079071,0.9484000205993652,-0.14399999380111694,-0.23270000517368317,0.023000000044703484,-0.9722999930381775,-0.23270000517368317,0.023000000044703484,-0.9722999930381775,-0.23270000517368317,0.023000000044703484,-0.9722999930381775,0.26669999957084656,-0.16670000553131104,-0.9491999745368958,0.26669999957084656,-0.16670000553131104,-0.9491999745368958,0.26669999957084656,-0.16670000553131104,-0.9491999745368958,-0.13729999959468842,-0.5460000038146973,-0.8264999985694885,-0.13729999959468842,-0.5460000038146973,-0.8264999985694885,-0.13729999959468842,-0.5460000038146973,-0.8264999985694885,0.6428999900817871,0.1808999925851822,0.7443000078201294,0.6428999900817871,0.1808999925851822,0.7443000078201294,0.6428999900817871,0.1808999925851822,0.7443000078201294,0.3009999990463257,0.9470000267028809,0.11240000277757645,0.3009999990463257,0.9470000267028809,0.11240000277757645,0.3009999990463257,0.9470000267028809,0.11240000277757645,-0.5625,-0.05090000107884407,0.8252000212669373,-0.5625,-0.05090000107884407,0.8252000212669373,-0.5625,-0.05090000107884407,0.8252000212669373,-0.6754000186920166,0.6606000065803528,-0.3278000056743622,-0.6754000186920166,0.6606000065803528,-0.3278000056743622,-0.6754000186920166,0.6606000065803528,-0.3278000056743622,0.8151999711990356,0.38370001316070557,0.43389999866485596,0.8151999711990356,0.38370001316070557,0.43389999866485596,0.8151999711990356,0.38370001316070557,0.43389999866485596,0.10890000313520432,0.7829999923706055,0.612500011920929,0.10890000313520432,0.7829999923706055,0.612500011920929,0.10890000313520432,0.7829999923706055,0.612500011920929,-0.4034999907016754,0.704200029373169,-0.5842999815940857,-0.4034999907016754,0.704200029373169,-0.5842999815940857,-0.4034999907016754,0.704200029373169,-0.5842999815940857,0.2304999977350235,0.7588000297546387,-0.6092000007629395,0.2304999977350235,0.7588000297546387,-0.6092000007629395,0.2304999977350235,0.7588000297546387,-0.6092000007629395,0.8407999873161316,-0.40700000524520874,-0.35690000653266907,0.8407999873161316,-0.40700000524520874,-0.35690000653266907,0.8407999873161316,-0.40700000524520874,-0.35690000653266907,0.0860000029206276,-0.311599999666214,-0.9463000297546387,0.0860000029206276,-0.311599999666214,-0.9463000297546387,0.0860000029206276,-0.311599999666214,-0.9463000297546387,0.9952999949455261,0.09650000184774399,0.003599999938160181,0.9952999949455261,0.09650000184774399,0.003599999938160181,0.9952999949455261,0.09650000184774399,0.003599999938160181,0.6499000191688538,0.20579999685287476,-0.7315999865531921,0.6499000191688538,0.20579999685287476,-0.7315999865531921,0.6499000191688538,0.20579999685287476,-0.7315999865531921,0.0820000022649765,-0.5214999914169312,0.8493000268936157,0.0820000022649765,-0.5214999914169312,0.8493000268936157,0.0820000022649765,-0.5214999914169312,0.8493000268936157,-0.9056000113487244,0.3758000135421753,0.19670000672340393,-0.9056000113487244,0.3758000135421753,0.19670000672340393,-0.9056000113487244,0.3758000135421753,0.19670000672340393,-0.07429999858140945,0.6589000225067139,-0.7486000061035156,-0.07429999858140945,0.6589000225067139,-0.7486000061035156,-0.07429999858140945,0.6589000225067139,-0.7486000061035156,0.7764999866485596,-0.059700001031160355,-0.6272000074386597,0.7764999866485596,-0.059700001031160355,-0.6272000074386597,0.7764999866485596,-0.059700001031160355,-0.6272000074386597,0.9991000294685364,0.04089999943971634,0.013500000350177288,0.9991000294685364,0.04089999943971634,0.013500000350177288,0.9991000294685364,0.04089999943971634,0.013500000350177288,0.15929999947547913,0.07320000231266022,0.984499990940094,0.15929999947547913,0.07320000231266022,0.984499990940094,0.15929999947547913,0.07320000231266022,0.984499990940094,-0.4449000060558319,-0.8770999908447266,0.1809999942779541,-0.4449000060558319,-0.8770999908447266,0.1809999942779541,-0.4449000060558319,-0.8770999908447266,0.1809999942779541,-0.24690000712871552,-0.9659000039100647,0.07750000059604645,-0.24690000712871552,-0.9659000039100647,0.07750000059604645,-0.24690000712871552,-0.9659000039100647,0.07750000059604645,-0.9817000031471252,-0.18960000574588776,-0.015599999576807022,-0.9817000031471252,-0.18960000574588776,-0.015599999576807022,-0.9817000031471252,-0.18960000574588776,-0.015599999576807022,-0.796500027179718,0.11879999935626984,-0.5928999781608582,-0.796500027179718,0.11879999935626984,-0.5928999781608582,-0.796500027179718,0.11879999935626984,-0.5928999781608582,0.05700000002980232,-0.24050000309944153,-0.968999981880188,0.05700000002980232,-0.24050000309944153,-0.968999981880188,0.05700000002980232,-0.24050000309944153,-0.968999981880188,0.13740000128746033,-0.527899980545044,-0.838100016117096,0.13740000128746033,-0.527899980545044,-0.838100016117096,0.13740000128746033,-0.527899980545044,-0.838100016117096,0.25369998812675476,0.6003999710083008,0.758400022983551,0.25369998812675476,0.6003999710083008,0.758400022983551,0.25369998812675476,0.6003999710083008,0.758400022983551,-0.5109999775886536,0.8568000197410583,-0.0697999969124794,-0.5109999775886536,0.8568000197410583,-0.0697999969124794,-0.5109999775886536,0.8568000197410583,-0.0697999969124794,0.31779998540878296,-0.9416999816894531,0.11079999804496765,0.31779998540878296,-0.9416999816894531,0.11079999804496765,0.31779998540878296,-0.9416999816894531,0.11079999804496765,-0.9437000155448914,0.29919999837875366,-0.14110000431537628,-0.9437000155448914,0.29919999837875366,-0.14110000431537628,-0.9437000155448914,0.29919999837875366,-0.14110000431537628,0.026100000366568565,-0.8859999775886536,-0.46299999952316284,0.026100000366568565,-0.8859999775886536,-0.46299999952316284,0.026100000366568565,-0.8859999775886536,-0.46299999952316284,-0.007000000216066837,0.9488000273704529,0.3156999945640564,-0.007000000216066837,0.9488000273704529,0.3156999945640564,-0.007000000216066837,0.9488000273704529,0.3156999945640564,0.9718000292778015,0.16200000047683716,0.17110000550746918,0.9718000292778015,0.16200000047683716,0.17110000550746918,0.9718000292778015,0.16200000047683716,0.17110000550746918,-0.6894000172615051,-0.6959999799728394,0.20059999823570251,-0.6894000172615051,-0.6959999799728394,0.20059999823570251,-0.6894000172615051,-0.6959999799728394,0.20059999823570251,-0.989799976348877,-0.10499999672174454,-0.09669999778270721,-0.989799976348877,-0.10499999672174454,-0.09669999778270721,-0.989799976348877,-0.10499999672174454,-0.09669999778270721,-0.09650000184774399,-0.9426000118255615,0.319599986076355,-0.09650000184774399,-0.9426000118255615,0.319599986076355,-0.09650000184774399,-0.9426000118255615,0.319599986076355,-0.5091999769210815,0.18119999766349792,0.8413000106811523,-0.5091999769210815,0.18119999766349792,0.8413000106811523,-0.5091999769210815,0.18119999766349792,0.8413000106811523,0.8223000168800354,-0.18310000002384186,0.5388000011444092,0.8223000168800354,-0.18310000002384186,0.5388000011444092,0.8223000168800354,-0.18310000002384186,0.5388000011444092,-0.017000000923871994,-0.933899998664856,-0.3569999933242798,-0.017000000923871994,-0.933899998664856,-0.3569999933242798,-0.017000000923871994,-0.933899998664856,-0.3569999933242798,-0.9426000118255615,0.3116999864578247,0.11959999799728394,-0.9426000118255615,0.3116999864578247,0.11959999799728394,-0.9426000118255615,0.3116999864578247,0.11959999799728394,0.06080000102519989,-0.9807000160217285,-0.18559999763965607,0.06080000102519989,-0.9807000160217285,-0.18559999763965607,0.06080000102519989,-0.9807000160217285,-0.18559999763965607,-0.9057999849319458,-0.2379000037908554,-0.350600004196167,-0.9057999849319458,-0.2379000037908554,-0.350600004196167,-0.9057999849319458,-0.2379000037908554,-0.350600004196167,0.6168000102043152,-0.3208000063896179,-0.7188000082969666,0.6168000102043152,-0.3208000063896179,-0.7188000082969666,0.6168000102043152,-0.3208000063896179,-0.7188000082969666,0.14820000529289246,0.7576000094413757,-0.6355999708175659,0.14820000529289246,0.7576000094413757,-0.6355999708175659,0.14820000529289246,0.7576000094413757,-0.6355999708175659,0.48750001192092896,0.16820000112056732,-0.8568000197410583,0.48750001192092896,0.16820000112056732,-0.8568000197410583,0.48750001192092896,0.16820000112056732,-0.8568000197410583,0.21729999780654907,-0.9503999948501587,0.2224999964237213,0.21729999780654907,-0.9503999948501587,0.2224999964237213,0.21729999780654907,-0.9503999948501587,0.2224999964237213,-0.131400004029274,0.46560001373291016,-0.8751999735832214,-0.131400004029274,0.46560001373291016,-0.8751999735832214,-0.131400004029274,0.46560001373291016,-0.8751999735832214,-0.6888999938964844,-0.36489999294281006,0.6262999773025513,-0.6888999938964844,-0.36489999294281006,0.6262999773025513,-0.6888999938964844,-0.36489999294281006,0.6262999773025513,0.8632000088691711,0.4587000012397766,-0.21080000698566437,0.8632000088691711,0.4587000012397766,-0.21080000698566437,0.8632000088691711,0.4587000012397766,-0.21080000698566437,0.8988000154495239,-0.004999999888241291,0.4383000135421753,0.8988000154495239,-0.004999999888241291,0.4383000135421753,0.8988000154495239,-0.004999999888241291,0.4383000135421753,0.5167999863624573,0.8499000072479248,-0.10339999943971634,0.5167999863624573,0.8499000072479248,-0.10339999943971634,0.5167999863624573,0.8499000072479248,-0.10339999943971634,0.23330000042915344,-0.9397000074386597,0.25,0.23330000042915344,-0.9397000074386597,0.25,0.23330000042915344,-0.9397000074386597,0.25,-0.09380000084638596,-0.8722000122070312,0.47999998927116394,-0.09380000084638596,-0.8722000122070312,0.47999998927116394,-0.09380000084638596,-0.8722000122070312,0.47999998927116394,-0.08579999953508377,-0.9886000156402588,0.12389999628067017,-0.08579999953508377,-0.9886000156402588,0.12389999628067017,-0.08579999953508377,-0.9886000156402588,0.12389999628067017,0.210099995136261,0.7540000081062317,0.6223999857902527,0.210099995136261,0.7540000081062317,0.6223999857902527,0.210099995136261,0.7540000081062317,0.6223999857902527,-0.03759999945759773,0.2800999879837036,-0.9592000246047974,-0.03759999945759773,0.2800999879837036,-0.9592000246047974,-0.03759999945759773,0.2800999879837036,-0.9592000246047974,0.574400007724762,0.5091999769210815,0.6409000158309937,0.574400007724762,0.5091999769210815,0.6409000158309937,0.574400007724762,0.5091999769210815,0.6409000158309937,-0.32089999318122864,-0.8572999835014343,0.4025000035762787,-0.32089999318122864,-0.8572999835014343,0.4025000035762787,-0.32089999318122864,-0.8572999835014343,0.4025000035762787,0.95660001039505,0.29089999198913574,0.014800000004470348,0.95660001039505,0.29089999198913574,0.014800000004470348,0.95660001039505,0.29089999198913574,0.014800000004470348,0.0471000000834465,-0.8805000185966492,0.4717000126838684,0.0471000000834465,-0.8805000185966492,0.4717000126838684,0.0471000000834465,-0.8805000185966492,0.4717000126838684,-0.621399998664856,-0.7383000254631042,-0.2623000144958496,-0.621399998664856,-0.7383000254631042,-0.2623000144958496,-0.621399998664856,-0.7383000254631042,-0.2623000144958496,0.5090000033378601,-0.8528000116348267,0.11680000275373459,0.5090000033378601,-0.8528000116348267,0.11680000275373459,0.5090000033378601,-0.8528000116348267,0.11680000275373459,0.4449000060558319,-0.8770999908447266,0.1809999942779541,0.4449000060558319,-0.8770999908447266,0.1809999942779541,0.4449000060558319,-0.8770999908447266,0.1809999942779541,-0.22840000689029694,-0.9573000073432922,0.1768999993801117,-0.22840000689029694,-0.9573000073432922,0.1768999993801117,-0.22840000689029694,-0.9573000073432922,0.1768999993801117,0.49390000104904175,-0.40450000762939453,-0.7696999907493591,0.49390000104904175,-0.40450000762939453,-0.7696999907493591,0.49390000104904175,-0.40450000762939453,-0.7696999907493591,-0.4675000011920929,0.8054999709129333,0.36419999599456787,-0.4675000011920929,0.8054999709129333,0.36419999599456787,-0.4675000011920929,0.8054999709129333,0.36419999599456787,0.4189999997615814,-0.7333999872207642,-0.5351999998092651,0.4189999997615814,-0.7333999872207642,-0.5351999998092651,0.4189999997615814,-0.7333999872207642,-0.5351999998092651,0.6498000025749207,-0.7441999912261963,-0.15469999611377716,0.6498000025749207,-0.7441999912261963,-0.15469999611377716,0.6498000025749207,-0.7441999912261963,-0.15469999611377716,-0.20180000364780426,-0.978600025177002,0.040800001472234726,-0.20180000364780426,-0.978600025177002,0.040800001472234726,-0.20180000364780426,-0.978600025177002,0.040800001472234726,-0.5236999988555908,0.6335999965667725,-0.5695000290870667,-0.5236999988555908,0.6335999965667725,-0.5695000290870667,-0.5236999988555908,0.6335999965667725,-0.5695000290870667,0.6912000179290771,0.7178999781608582,0.08330000191926956,0.6912000179290771,0.7178999781608582,0.08330000191926956,0.6912000179290771,0.7178999781608582,0.08330000191926956,0.5309000015258789,-0.5547000169754028,-0.6406000256538391,0.5309000015258789,-0.5547000169754028,-0.6406000256538391,0.5309000015258789,-0.5547000169754028,-0.6406000256538391,0.4494999945163727,-0.83160001039505,-0.3260999917984009,0.4494999945163727,-0.83160001039505,-0.3260999917984009,0.4494999945163727,-0.83160001039505,-0.3260999917984009,-0.30709999799728394,-0.9451000094413757,0.11129999905824661,-0.30709999799728394,-0.9451000094413757,0.11129999905824661,-0.30709999799728394,-0.9451000094413757,0.11129999905824661,0.6919000148773193,-0.5924000144004822,-0.41269999742507935,0.6919000148773193,-0.5924000144004822,-0.41269999742507935,0.6919000148773193,-0.5924000144004822,-0.41269999742507935,0.13410000503063202,0.9847999811172485,-0.11050000041723251,0.13410000503063202,0.9847999811172485,-0.11050000041723251,0.13410000503063202,0.9847999811172485,-0.11050000041723251,-0.6664999723434448,0.6837000250816345,0.2973000109195709,-0.6664999723434448,0.6837000250816345,0.2973000109195709,-0.6664999723434448,0.6837000250816345,0.2973000109195709,-0.6830999851226807,-0.6341999769210815,-0.362199991941452,-0.6830999851226807,-0.6341999769210815,-0.362199991941452,-0.6830999851226807,-0.6341999769210815,-0.362199991941452,0.9223999977111816,0.3684999942779541,0.11569999903440475,0.9223999977111816,0.3684999942779541,0.11569999903440475,0.9223999977111816,0.3684999942779541,0.11569999903440475,-0.05510000139474869,-0.1597999930381775,0.9855999946594238,-0.05510000139474869,-0.1597999930381775,0.9855999946594238,-0.05510000139474869,-0.1597999930381775,0.9855999946594238,-0.6809999942779541,-0.5964999794960022,0.42480000853538513,-0.6809999942779541,-0.5964999794960022,0.42480000853538513,-0.6809999942779541,-0.5964999794960022,0.42480000853538513,0.0681999996304512,0.7278000116348267,0.6823999881744385,0.0681999996304512,0.7278000116348267,0.6823999881744385,0.0681999996304512,0.7278000116348267,0.6823999881744385,0.20440000295639038,-0.07509999722242355,0.9760000109672546,0.20440000295639038,-0.07509999722242355,0.9760000109672546,0.20440000295639038,-0.07509999722242355,0.9760000109672546,-0.9567999839782715,0.2648000121116638,0.11990000307559967,-0.9567999839782715,0.2648000121116638,0.11990000307559967,-0.9567999839782715,0.2648000121116638,0.11990000307559967,0.9333000183105469,-0.21040000021457672,0.29100000858306885,0.9333000183105469,-0.21040000021457672,0.29100000858306885,0.9333000183105469,-0.21040000021457672,0.29100000858306885,-0.49059998989105225,-0.7936000227928162,0.36000001430511475,-0.49059998989105225,-0.7936000227928162,0.36000001430511475,-0.49059998989105225,-0.7936000227928162,0.36000001430511475,-0.3407999873161316,-0.16920000314712524,0.9247999787330627,-0.3407999873161316,-0.16920000314712524,0.9247999787330627,-0.3407999873161316,-0.16920000314712524,0.9247999787330627,0.02419999986886978,-0.9391999840736389,-0.3425000011920929,0.02419999986886978,-0.9391999840736389,-0.3425000011920929,0.02419999986886978,-0.9391999840736389,-0.3425000011920929,-0.6484000086784363,0.002400000113993883,-0.7613000273704529,-0.6484000086784363,0.002400000113993883,-0.7613000273704529,-0.6484000086784363,0.002400000113993883,-0.7613000273704529,0.5314000248908997,-0.7753000259399414,0.34150001406669617,0.5314000248908997,-0.7753000259399414,0.34150001406669617,0.5314000248908997,-0.7753000259399414,0.34150001406669617,-0.048500001430511475,0.24770000576972961,0.9675999879837036,-0.048500001430511475,0.24770000576972961,0.9675999879837036,-0.048500001430511475,0.24770000576972961,0.9675999879837036,0.11479999870061874,0.9929999709129333,-0.028599999845027924,0.11479999870061874,0.9929999709129333,-0.028599999845027924,0.11479999870061874,0.9929999709129333,-0.028599999845027924,-0.321399986743927,-0.7709000110626221,0.5498999953269958,-0.321399986743927,-0.7709000110626221,0.5498999953269958,-0.321399986743927,-0.7709000110626221,0.5498999953269958,-0.9980000257492065,0.06129999831318855,0.01360000018030405,-0.9980000257492065,0.06129999831318855,0.01360000018030405,-0.9980000257492065,0.06129999831318855,0.01360000018030405,0.3630000054836273,-0.04320000112056732,0.9308000206947327,0.3630000054836273,-0.04320000112056732,0.9308000206947327,0.3630000054836273,-0.04320000112056732,0.9308000206947327,0.4169999957084656,-0.6103000044822693,-0.6736000180244446,0.4169999957084656,-0.6103000044822693,-0.6736000180244446,0.4169999957084656,-0.6103000044822693,-0.6736000180244446,-0.4952000081539154,0.8671000003814697,-0.054499998688697815,-0.4952000081539154,0.8671000003814697,-0.054499998688697815,-0.4952000081539154,0.8671000003814697,-0.054499998688697815,0.8755000233650208,-0.20239999890327454,-0.4388999938964844,0.8755000233650208,-0.20239999890327454,-0.4388999938964844,0.8755000233650208,-0.20239999890327454,-0.4388999938964844,0.4961000084877014,-0.8130999803543091,0.304500013589859,0.4961000084877014,-0.8130999803543091,0.304500013589859,0.4961000084877014,-0.8130999803543091,0.304500013589859,0.7121999859809875,-0.6344000101089478,-0.3003999888896942,0.7121999859809875,-0.6344000101089478,-0.3003999888896942,0.7121999859809875,-0.6344000101089478,-0.3003999888896942,0.7864999771118164,-0.6176000237464905,0.003700000001117587,0.7864999771118164,-0.6176000237464905,0.003700000001117587,0.7864999771118164,-0.6176000237464905,0.003700000001117587,-0.9926999807357788,-0.10029999911785126,-0.06629999727010727,-0.9926999807357788,-0.10029999911785126,-0.06629999727010727,-0.9926999807357788,-0.10029999911785126,-0.06629999727010727,-0.8503000140190125,0.5253999829292297,0.030899999663233757,-0.8503000140190125,0.5253999829292297,0.030899999663233757,-0.8503000140190125,0.5253999829292297,0.030899999663233757,-0.8183000087738037,0.04100000113248825,-0.5733000040054321,-0.8183000087738037,0.04100000113248825,-0.5733000040054321,-0.8183000087738037,0.04100000113248825,-0.5733000040054321,-0.49079999327659607,0.48190000653266907,-0.7258999943733215,-0.49079999327659607,0.48190000653266907,-0.7258999943733215,-0.49079999327659607,0.48190000653266907,-0.7258999943733215,0.7651000022888184,0.6074000000953674,0.21379999816417694,0.7651000022888184,0.6074000000953674,0.21379999816417694,0.7651000022888184,0.6074000000953674,0.21379999816417694,-0.6784999966621399,0.375,0.631600022315979,-0.6784999966621399,0.375,0.631600022315979,-0.6784999966621399,0.375,0.631600022315979,-0.9966999888420105,-0.0812000036239624,-0.006800000090152025,-0.9966999888420105,-0.0812000036239624,-0.006800000090152025,-0.9966999888420105,-0.0812000036239624,-0.006800000090152025,-0.15680000185966492,0.805400013923645,-0.5716000199317932,-0.15680000185966492,0.805400013923645,-0.5716000199317932,-0.15680000185966492,0.805400013923645,-0.5716000199317932,0.9854000210762024,-0.09560000151395798,-0.14069999754428864,0.9854000210762024,-0.09560000151395798,-0.14069999754428864,0.9854000210762024,-0.09560000151395798,-0.14069999754428864,0.6590999960899353,-0.751800000667572,-0.017400000244379044,0.6590999960899353,-0.751800000667572,-0.017400000244379044,0.6590999960899353,-0.751800000667572,-0.017400000244379044,0.8126000165939331,-0.5343999862670898,-0.23250000178813934,0.8126000165939331,-0.5343999862670898,-0.23250000178813934,0.8126000165939331,-0.5343999862670898,-0.23250000178813934,-0.8621000051498413,0.4796999990940094,-0.16300000250339508,-0.8621000051498413,0.4796999990940094,-0.16300000250339508,-0.8621000051498413,0.4796999990940094,-0.16300000250339508,0.7213000059127808,-0.5231000185012817,-0.453900009393692,0.7213000059127808,-0.5231000185012817,-0.453900009393692,0.7213000059127808,-0.5231000185012817,-0.453900009393692,-0.5103999972343445,-0.8592000007629395,0.03449999913573265,-0.5103999972343445,-0.8592000007629395,0.03449999913573265,-0.5103999972343445,-0.8592000007629395,0.03449999913573265,0.38999998569488525,0.9205999970436096,-0.020500000566244125,0.38999998569488525,0.9205999970436096,-0.020500000566244125,0.38999998569488525,0.9205999970436096,-0.020500000566244125,0.7458000183105469,-0.42500001192092896,0.5128999948501587,0.7458000183105469,-0.42500001192092896,0.5128999948501587,0.7458000183105469,-0.42500001192092896,0.5128999948501587,-0.510699987411499,0.413100004196167,-0.7540000081062317,-0.510699987411499,0.413100004196167,-0.7540000081062317,-0.510699987411499,0.413100004196167,-0.7540000081062317,0.03669999912381172,0.880299985408783,0.4729999899864197,0.03669999912381172,0.880299985408783,0.4729999899864197,0.03669999912381172,0.880299985408783,0.4729999899864197,0.5313000082969666,0.5467000007629395,0.6470999717712402,0.5313000082969666,0.5467000007629395,0.6470999717712402,0.5313000082969666,0.5467000007629395,0.6470999717712402,0.3111000061035156,0.9269999861717224,-0.2093999981880188,0.3111000061035156,0.9269999861717224,-0.2093999981880188,0.3111000061035156,0.9269999861717224,-0.2093999981880188,-0.41100001335144043,0.858299970626831,0.30730000138282776,-0.41100001335144043,0.858299970626831,0.30730000138282776,-0.41100001335144043,0.858299970626831,0.30730000138282776,0.35109999775886536,-0.734000027179718,0.5813000202178955,0.35109999775886536,-0.734000027179718,0.5813000202178955,0.35109999775886536,-0.734000027179718,0.5813000202178955,0.6348999738693237,0.6783999800682068,-0.36980000138282776,0.6348999738693237,0.6783999800682068,-0.36980000138282776,0.6348999738693237,0.6783999800682068,-0.36980000138282776,-0.1891999989748001,0.7865999937057495,-0.5878000259399414,-0.1891999989748001,0.7865999937057495,-0.5878000259399414,-0.1891999989748001,0.7865999937057495,-0.5878000259399414,-0.1257999986410141,0.978600025177002,-0.163100004196167,-0.1257999986410141,0.978600025177002,-0.163100004196167,-0.1257999986410141,0.978600025177002,-0.163100004196167,0.5764999985694885,-0.614300012588501,-0.5386999845504761,0.5764999985694885,-0.614300012588501,-0.5386999845504761,0.5764999985694885,-0.614300012588501,-0.5386999845504761,-0.7497000098228455,0.14010000228881836,-0.6467999815940857,-0.7497000098228455,0.14010000228881836,-0.6467999815940857,-0.7497000098228455,0.14010000228881836,-0.6467999815940857,-0.798799991607666,-0.45809999108314514,0.39010000228881836,-0.798799991607666,-0.45809999108314514,0.39010000228881836,-0.798799991607666,-0.45809999108314514,0.39010000228881836,0.21410000324249268,0.597599983215332,-0.7727000117301941,0.21410000324249268,0.597599983215332,-0.7727000117301941,0.21410000324249268,0.597599983215332,-0.7727000117301941,0.9973000288009644,-0.0052999998442828655,-0.07339999824762344,0.9973000288009644,-0.0052999998442828655,-0.07339999824762344,0.9973000288009644,-0.0052999998442828655,-0.07339999824762344,0.5070000290870667,-0.5947999954223633,-0.6237999796867371,0.5070000290870667,-0.5947999954223633,-0.6237999796867371,0.5070000290870667,-0.5947999954223633,-0.6237999796867371,-0.5936999917030334,0.4041000008583069,0.695900022983551,-0.5936999917030334,0.4041000008583069,0.695900022983551,-0.5936999917030334,0.4041000008583069,0.695900022983551,0.994700014591217,-0.03660000115633011,-0.09650000184774399,0.994700014591217,-0.03660000115633011,-0.09650000184774399,0.994700014591217,-0.03660000115633011,-0.09650000184774399,0.37549999356269836,-0.5236999988555908,-0.7646999955177307,0.37549999356269836,-0.5236999988555908,-0.7646999955177307,0.37549999356269836,-0.5236999988555908,-0.7646999955177307,-0.5708000063896179,-0.6039000153541565,-0.5562999844551086,-0.5708000063896179,-0.6039000153541565,-0.5562999844551086,-0.5708000063896179,-0.6039000153541565,-0.5562999844551086,0.4124000072479248,0.9039000272750854,0.1137000024318695,0.4124000072479248,0.9039000272750854,0.1137000024318695,0.4124000072479248,0.9039000272750854,0.1137000024318695,-0.597000002861023,0.7692000269889832,-0.22769999504089355,-0.597000002861023,0.7692000269889832,-0.22769999504089355,-0.597000002861023,0.7692000269889832,-0.22769999504089355,0.4837999939918518,-0.8532999753952026,-0.19429999589920044,0.4837999939918518,-0.8532999753952026,-0.19429999589920044,0.4837999939918518,-0.8532999753952026,-0.19429999589920044,0.0017999999690800905,0.9728000164031982,-0.23170000314712524,0.0017999999690800905,0.9728000164031982,-0.23170000314712524,0.0017999999690800905,0.9728000164031982,-0.23170000314712524,0.0681999996304512,-0.9544000029563904,0.2906000018119812,0.0681999996304512,-0.9544000029563904,0.2906000018119812,0.0681999996304512,-0.9544000029563904,0.2906000018119812,0.020600000396370888,0.8974000215530396,-0.4408000111579895,0.020600000396370888,0.8974000215530396,-0.4408000111579895,0.020600000396370888,0.8974000215530396,-0.4408000111579895,-0.42730000615119934,-0.8840000033378601,-0.18979999423027039,-0.42730000615119934,-0.8840000033378601,-0.18979999423027039,-0.42730000615119934,-0.8840000033378601,-0.18979999423027039,-0.7301999926567078,0.5568000078201294,-0.3961000144481659,-0.7301999926567078,0.5568000078201294,-0.3961000144481659,-0.7301999926567078,0.5568000078201294,-0.3961000144481659,0.9919999837875366,0.08820000290870667,0.09080000221729279,0.9919999837875366,0.08820000290870667,0.09080000221729279,0.9919999837875366,0.08820000290870667,0.09080000221729279,-0.4648999869823456,-0.36390000581741333,0.8070999979972839,-0.4648999869823456,-0.36390000581741333,0.8070999979972839,-0.4648999869823456,-0.36390000581741333,0.8070999979972839,-0.9527999758720398,0.21400000154972076,-0.2152000069618225,-0.9527999758720398,0.21400000154972076,-0.2152000069618225,-0.9527999758720398,0.21400000154972076,-0.2152000069618225,-0.6276999711990356,-0.3774999976158142,0.6808000206947327,-0.6276999711990356,-0.3774999976158142,0.6808000206947327,-0.6276999711990356,-0.3774999976158142,0.6808000206947327,-0.944100022315979,0.26499998569488525,-0.19619999825954437,-0.944100022315979,0.26499998569488525,-0.19619999825954437,-0.944100022315979,0.26499998569488525,-0.19619999825954437,-0.7260000109672546,-0.6732000112533569,-0.14059999585151672,-0.7260000109672546,-0.6732000112533569,-0.14059999585151672,-0.7260000109672546,-0.6732000112533569,-0.14059999585151672,0.47999998927116394,0.8773000240325928,0.00419999985024333,0.47999998927116394,0.8773000240325928,0.00419999985024333,0.47999998927116394,0.8773000240325928,0.00419999985024333,-0.25679999589920044,0.08079999685287476,0.963100016117096,-0.25679999589920044,0.08079999685287476,0.963100016117096,-0.25679999589920044,0.08079999685287476,0.963100016117096,0.8248999714851379,-0.46389999985694885,0.3231000006198883,0.8248999714851379,-0.46389999985694885,0.3231000006198883,0.8248999714851379,-0.46389999985694885,0.3231000006198883,-0.953000009059906,0.29750001430511475,0.05719999969005585,-0.953000009059906,0.29750001430511475,0.05719999969005585,-0.953000009059906,0.29750001430511475,0.05719999969005585,-0.05570000037550926,-0.9241999983787537,0.37770000100135803,-0.05570000037550926,-0.9241999983787537,0.37770000100135803,-0.05570000037550926,-0.9241999983787537,0.37770000100135803,-0.7512999773025513,-0.6399999856948853,0.16110000014305115,-0.7512999773025513,-0.6399999856948853,0.16110000014305115,-0.7512999773025513,-0.6399999856948853,0.16110000014305115,-0.9253000020980835,-0.37689998745918274,-0.04309999942779541,-0.9253000020980835,-0.37689998745918274,-0.04309999942779541,-0.9253000020980835,-0.37689998745918274,-0.04309999942779541,-0.39719998836517334,0.8507000207901001,-0.34439998865127563,-0.39719998836517334,0.8507000207901001,-0.34439998865127563,-0.39719998836517334,0.8507000207901001,-0.34439998865127563,0.7167999744415283,0.652400016784668,0.24619999527931213,0.7167999744415283,0.652400016784668,0.24619999527931213,0.7167999744415283,0.652400016784668,0.24619999527931213,0.16779999434947968,0.9793999791145325,0.11219999939203262,0.16779999434947968,0.9793999791145325,0.11219999939203262,0.16779999434947968,0.9793999791145325,0.11219999939203262,-0.16459999978542328,-0.35589998960494995,0.9199000000953674,-0.16459999978542328,-0.35589998960494995,0.9199000000953674,-0.16459999978542328,-0.35589998960494995,0.9199000000953674,0.03840000182390213,0.9603000283241272,0.27639999985694885,0.03840000182390213,0.9603000283241272,0.27639999985694885,0.03840000182390213,0.9603000283241272,0.27639999985694885,0.7735000252723694,-0.5694000124931335,0.2782999873161316,0.7735000252723694,-0.5694000124931335,0.2782999873161316,0.7735000252723694,-0.5694000124931335,0.2782999873161316,0.10249999910593033,0.9775999784469604,0.18389999866485596,0.10249999910593033,0.9775999784469604,0.18389999866485596,0.10249999910593033,0.9775999784469604,0.18389999866485596,0.9997000098228455,-0.008299999870359898,-0.023600000888109207,0.9997000098228455,-0.008299999870359898,-0.023600000888109207,0.9997000098228455,-0.008299999870359898,-0.023600000888109207,0.11129999905824661,-0.7386000156402588,-0.664900004863739,0.11129999905824661,-0.7386000156402588,-0.664900004863739,0.11129999905824661,-0.7386000156402588,-0.664900004863739,-0.021800000220537186,0.39820000529289246,0.9169999957084656,-0.021800000220537186,0.39820000529289246,0.9169999957084656,-0.021800000220537186,0.39820000529289246,0.9169999957084656,0.24660000205039978,-0.8483999967575073,0.4684000015258789,0.24660000205039978,-0.8483999967575073,0.4684000015258789,0.24660000205039978,-0.8483999967575073,0.4684000015258789,-0.7182999849319458,0.6668999791145325,0.19840000569820404,-0.7182999849319458,0.6668999791145325,0.19840000569820404,-0.7182999849319458,0.6668999791145325,0.19840000569820404,0.510200023651123,0.7027999758720398,0.4957999885082245,0.510200023651123,0.7027999758720398,0.4957999885082245,0.510200023651123,0.7027999758720398,0.4957999885082245,0.9258999824523926,0.2554999887943268,-0.2784000039100647,0.9258999824523926,0.2554999887943268,-0.2784000039100647,0.9258999824523926,0.2554999887943268,-0.2784000039100647,0.05770000070333481,-0.8410999774932861,0.5376999974250793,0.05770000070333481,-0.8410999774932861,0.5376999974250793,0.05770000070333481,-0.8410999774932861,0.5376999974250793,-0.902999997138977,-0.4296000003814697,0.0017999999690800905,-0.902999997138977,-0.4296000003814697,0.0017999999690800905,-0.902999997138977,-0.4296000003814697,0.0017999999690800905,0.6230000257492065,0.22750000655651093,-0.7483999729156494,0.6230000257492065,0.22750000655651093,-0.7483999729156494,0.6230000257492065,0.22750000655651093,-0.7483999729156494,0.4339999854564667,-0.5432999730110168,0.7185999751091003,0.4339999854564667,-0.5432999730110168,0.7185999751091003,0.4339999854564667,-0.5432999730110168,0.7185999751091003,0.9976999759674072,0.042100001126527786,-0.052299998700618744,0.9976999759674072,0.042100001126527786,-0.052299998700618744,0.9976999759674072,0.042100001126527786,-0.052299998700618744,0.03669999912381172,0.7239000201225281,-0.6888999938964844,0.03669999912381172,0.7239000201225281,-0.6888999938964844,0.03669999912381172,0.7239000201225281,-0.6888999938964844,-0.5302000045776367,0.4244999885559082,0.734000027179718,-0.5302000045776367,0.4244999885559082,0.734000027179718,-0.5302000045776367,0.4244999885559082,0.734000027179718,0.7480000257492065,-0.6607000231742859,-0.0632999986410141,0.7480000257492065,-0.6607000231742859,-0.0632999986410141,0.7480000257492065,-0.6607000231742859,-0.0632999986410141,-0.3237000107765198,0.8952999711036682,0.3059999942779541,-0.3237000107765198,0.8952999711036682,0.3059999942779541,-0.3237000107765198,0.8952999711036682,0.3059999942779541,-0.3628999888896942,0.7263000011444092,-0.5838000178337097,-0.3628999888896942,0.7263000011444092,-0.5838000178337097,-0.3628999888896942,0.7263000011444092,-0.5838000178337097,0.8809999823570251,-0.16940000653266907,-0.4417000114917755,0.8809999823570251,-0.16940000653266907,-0.4417000114917755,0.8809999823570251,-0.16940000653266907,-0.4417000114917755,-0.8779000043869019,0.22269999980926514,-0.4239000082015991,-0.8779000043869019,0.22269999980926514,-0.4239000082015991,-0.8779000043869019,0.22269999980926514,-0.4239000082015991,-0.8503999710083008,0.5241000056266785,-0.047200001776218414,-0.8503999710083008,0.5241000056266785,-0.047200001776218414,-0.8503999710083008,0.5241000056266785,-0.047200001776218414,-0.39739999175071716,-0.334199994802475,-0.8546000123023987,-0.39739999175071716,-0.334199994802475,-0.8546000123023987,-0.39739999175071716,-0.334199994802475,-0.8546000123023987,-0.9962000250816345,0.052299998700618744,-0.0697999969124794,-0.9962000250816345,0.052299998700618744,-0.0697999969124794,-0.9962000250816345,0.052299998700618744,-0.0697999969124794,-0.19030000269412994,0.5242999792098999,0.8299999833106995,-0.19030000269412994,0.5242999792098999,0.8299999833106995,-0.19030000269412994,0.5242999792098999,0.8299999833106995,0.8840000033378601,0.32269999384880066,-0.33820000290870667,0.8840000033378601,0.32269999384880066,-0.33820000290870667,0.8840000033378601,0.32269999384880066,-0.33820000290870667,0.12610000371932983,0.11249999701976776,-0.9855999946594238,0.12610000371932983,0.11249999701976776,-0.9855999946594238,0.12610000371932983,0.11249999701976776,-0.9855999946594238,0.420199990272522,0.37929999828338623,-0.8242999911308289,0.420199990272522,0.37929999828338623,-0.8242999911308289,0.420199990272522,0.37929999828338623,-0.8242999911308289,-0.9909999966621399,-0.13330000638961792,0.00839999970048666,-0.9909999966621399,-0.13330000638961792,0.00839999970048666,-0.9909999966621399,-0.13330000638961792,0.00839999970048666,-0.05559999868273735,0.7465000152587891,0.6629999876022339,-0.05559999868273735,0.7465000152587891,0.6629999876022339,-0.05559999868273735,0.7465000152587891,0.6629999876022339,0.45899999141693115,0.567300021648407,-0.6837000250816345,0.45899999141693115,0.567300021648407,-0.6837000250816345,0.45899999141693115,0.567300021648407,-0.6837000250816345,0.38760000467300415,0.6775000095367432,-0.6251999735832214,0.38760000467300415,0.6775000095367432,-0.6251999735832214,0.38760000467300415,0.6775000095367432,-0.6251999735832214,0.1454000025987625,-0.9675999879837036,-0.20659999549388885,0.1454000025987625,-0.9675999879837036,-0.20659999549388885,0.1454000025987625,-0.9675999879837036,-0.20659999549388885,0.9829000234603882,0.1177000030875206,0.14180000126361847,0.9829000234603882,0.1177000030875206,0.14180000126361847,0.9829000234603882,0.1177000030875206,0.14180000126361847,-0.9531000256538391,-0.23690000176429749,0.1881999969482422,-0.9531000256538391,-0.23690000176429749,0.1881999969482422,-0.9531000256538391,-0.23690000176429749,0.1881999969482422,0.29980000853538513,-0.37279999256134033,0.8781999945640564,0.29980000853538513,-0.37279999256134033,0.8781999945640564,0.29980000853538513,-0.37279999256134033,0.8781999945640564,0.3944999873638153,0.7825000286102295,0.48179998993873596,0.3944999873638153,0.7825000286102295,0.48179998993873596,0.3944999873638153,0.7825000286102295,0.48179998993873596,-0.3928000032901764,-0.7797999978065491,0.48750001192092896,-0.3928000032901764,-0.7797999978065491,0.48750001192092896,-0.3928000032901764,-0.7797999978065491,0.48750001192092896,-0.07180000096559525,0.33000001311302185,-0.9412000179290771,-0.07180000096559525,0.33000001311302185,-0.9412000179290771,-0.07180000096559525,0.33000001311302185,-0.9412000179290771,0.7275000214576721,0.4408000111579895,-0.5257999897003174,0.7275000214576721,0.4408000111579895,-0.5257999897003174,0.7275000214576721,0.4408000111579895,-0.5257999897003174,-0.22630000114440918,-0.910099983215332,0.34709998965263367,-0.22630000114440918,-0.910099983215332,0.34709998965263367,-0.22630000114440918,-0.910099983215332,0.34709998965263367,-0.4830999970436096,-0.7781999707221985,-0.40119999647140503,-0.4830999970436096,-0.7781999707221985,-0.40119999647140503,-0.4830999970436096,-0.7781999707221985,-0.40119999647140503,-0.535099983215332,0.3239000141620636,-0.7802000045776367,-0.535099983215332,0.3239000141620636,-0.7802000045776367,-0.535099983215332,0.3239000141620636,-0.7802000045776367,-0.8715000152587891,0.043699998408555984,-0.4884999990463257,-0.8715000152587891,0.043699998408555984,-0.4884999990463257,-0.8715000152587891,0.043699998408555984,-0.4884999990463257,0.9821000099182129,0.1867000013589859,0.024800000712275505,0.9821000099182129,0.1867000013589859,0.024800000712275505,0.9821000099182129,0.1867000013589859,0.024800000712275505,0.8830000162124634,0.3513999879360199,0.3111000061035156,0.8830000162124634,0.3513999879360199,0.3111000061035156,0.8830000162124634,0.3513999879360199,0.3111000061035156,0.10440000146627426,0.9742000102996826,0.19990000128746033,0.10440000146627426,0.9742000102996826,0.19990000128746033,0.10440000146627426,0.9742000102996826,0.19990000128746033,-0.7896000146865845,0.6134999990463257,-0.005200000014156103,-0.7896000146865845,0.6134999990463257,-0.005200000014156103,-0.7896000146865845,0.6134999990463257,-0.005200000014156103,0.41830000281333923,-0.6732000112533569,-0.6097999811172485,0.41830000281333923,-0.6732000112533569,-0.6097999811172485,0.41830000281333923,-0.6732000112533569,-0.6097999811172485,0.2924000024795532,-0.8360000252723694,0.4643999934196472,0.2924000024795532,-0.8360000252723694,0.4643999934196472,0.2924000024795532,-0.8360000252723694,0.4643999934196472,-0.11230000108480453,-0.48510000109672546,0.8672000169754028,-0.11230000108480453,-0.48510000109672546,0.8672000169754028,-0.11230000108480453,-0.48510000109672546,0.8672000169754028,0.273499995470047,-0.6916999816894531,-0.66839998960495,0.273499995470047,-0.6916999816894531,-0.66839998960495,0.273499995470047,-0.6916999816894531,-0.66839998960495,0.4142000079154968,0.7570000290870667,0.505299985408783,0.4142000079154968,0.7570000290870667,0.505299985408783,0.4142000079154968,0.7570000290870667,0.505299985408783,-0.9595000147819519,-0.22529999911785126,-0.16910000145435333,-0.9595000147819519,-0.22529999911785126,-0.16910000145435333,-0.9595000147819519,-0.22529999911785126,-0.16910000145435333,-0.6089000105857849,-0.5157999992370605,0.6026999950408936,-0.6089000105857849,-0.5157999992370605,0.6026999950408936,-0.6089000105857849,-0.5157999992370605,0.6026999950408936,-0.25459998846054077,0.7050999999046326,0.6618000268936157,-0.25459998846054077,0.7050999999046326,0.6618000268936157,-0.25459998846054077,0.7050999999046326,0.6618000268936157,-0.41609999537467957,0.906000018119812,-0.07739999890327454,-0.41609999537467957,0.906000018119812,-0.07739999890327454,-0.41609999537467957,0.906000018119812,-0.07739999890327454,0.7813000082969666,0.2809000015258789,0.5573999881744385,0.7813000082969666,0.2809000015258789,0.5573999881744385,0.7813000082969666,0.2809000015258789,0.5573999881744385,-0.9991999864578247,-0.02759999968111515,0.029400000348687172,-0.9991999864578247,-0.02759999968111515,0.029400000348687172,-0.9991999864578247,-0.02759999968111515,0.029400000348687172,0.7049999833106995,-0.07699999958276749,-0.7049999833106995,0.7049999833106995,-0.07699999958276749,-0.7049999833106995,0.7049999833106995,-0.07699999958276749,-0.7049999833106995,0.4968999922275543,-0.7444999814033508,-0.44589999318122864,0.4968999922275543,-0.7444999814033508,-0.44589999318122864,0.4968999922275543,-0.7444999814033508,-0.44589999318122864,0.9358999729156494,-0.186599999666214,0.298799991607666,0.9358999729156494,-0.186599999666214,0.298799991607666,0.9358999729156494,-0.186599999666214,0.298799991607666,-0.6894999742507935,0.45399999618530273,0.5644000172615051,-0.6894999742507935,0.45399999618530273,0.5644000172615051,-0.6894999742507935,0.45399999618530273,0.5644000172615051,0.19470000267028809,-0.8689000010490417,0.45500001311302185,0.19470000267028809,-0.8689000010490417,0.45500001311302185,0.19470000267028809,-0.8689000010490417,0.45500001311302185,-0.03229999914765358,-0.9688000082969666,-0.24570000171661377,-0.03229999914765358,-0.9688000082969666,-0.24570000171661377,-0.03229999914765358,-0.9688000082969666,-0.24570000171661377,0.2962000072002411,0.9416999816894531,-0.15940000116825104,0.2962000072002411,0.9416999816894531,-0.15940000116825104,0.2962000072002411,0.9416999816894531,-0.15940000116825104,-0.28859999775886536,0.9404000043869019,0.18019999563694,-0.28859999775886536,0.9404000043869019,0.18019999563694,-0.28859999775886536,0.9404000043869019,0.18019999563694,-0.23309999704360962,0.626800000667572,-0.7434999942779541,-0.23309999704360962,0.626800000667572,-0.7434999942779541,-0.23309999704360962,0.626800000667572,-0.7434999942779541,0.8123000264167786,-0.5601999759674072,0.16220000386238098,0.8123000264167786,-0.5601999759674072,0.16220000386238098,0.8123000264167786,-0.5601999759674072,0.16220000386238098,0.031700000166893005,-0.9854999780654907,0.16689999401569366,0.031700000166893005,-0.9854999780654907,0.16689999401569366,0.031700000166893005,-0.9854999780654907,0.16689999401569366,0.781499981880188,0.337799996137619,0.5245000123977661,0.781499981880188,0.337799996137619,0.5245000123977661,0.781499981880188,0.337799996137619,0.5245000123977661,-0.6899999976158142,-0.36800000071525574,-0.6233000159263611,-0.6899999976158142,-0.36800000071525574,-0.6233000159263611,-0.6899999976158142,-0.36800000071525574,-0.6233000159263611,-0.9667999744415283,0.09799999743700027,-0.23579999804496765,-0.9667999744415283,0.09799999743700027,-0.23579999804496765,-0.9667999744415283,0.09799999743700027,-0.23579999804496765,0.21320000290870667,-0.8603000044822693,-0.46320000290870667,0.21320000290870667,-0.8603000044822693,-0.46320000290870667,0.21320000290870667,-0.8603000044822693,-0.46320000290870667,-0.3296000063419342,-0.8618999719619751,0.3853999972343445,-0.3296000063419342,-0.8618999719619751,0.3853999972343445,-0.3296000063419342,-0.8618999719619751,0.3853999972343445,0.45730000734329224,0.8557999730110168,0.2418999969959259,0.45730000734329224,0.8557999730110168,0.2418999969959259,0.45730000734329224,0.8557999730110168,0.2418999969959259,-0.25270000100135803,-0.5175999999046326,0.8174999952316284,-0.25270000100135803,-0.5175999999046326,0.8174999952316284,-0.25270000100135803,-0.5175999999046326,0.8174999952316284,0.36890000104904175,0.7289999723434448,-0.57669997215271,0.36890000104904175,0.7289999723434448,-0.57669997215271,0.36890000104904175,0.7289999723434448,-0.57669997215271,-0.45879998803138733,-0.2612999975681305,0.8492000102996826,-0.45879998803138733,-0.2612999975681305,0.8492000102996826,-0.45879998803138733,-0.2612999975681305,0.8492000102996826,0.6384000182151794,-0.4708000123500824,-0.6089000105857849,0.6384000182151794,-0.4708000123500824,-0.6089000105857849,0.6384000182151794,-0.4708000123500824,-0.6089000105857849,-0.5680000185966492,0.271699994802475,0.7768999934196472,-0.5680000185966492,0.271699994802475,0.7768999934196472,-0.5680000185966492,0.271699994802475,0.7768999934196472,-0.03150000050663948,-0.9854999780654907,0.16699999570846558,-0.03150000050663948,-0.9854999780654907,0.16699999570846558,-0.03150000050663948,-0.9854999780654907,0.16699999570846558,0.24500000476837158,0.08460000157356262,-0.9657999873161316,0.24500000476837158,0.08460000157356262,-0.9657999873161316,0.24500000476837158,0.08460000157356262,-0.9657999873161316,-0.566100001335144,0.7849000096321106,-0.25200000405311584,-0.566100001335144,0.7849000096321106,-0.25200000405311584,-0.566100001335144,0.7849000096321106,-0.25200000405311584,0.8033000230789185,0.1468999981880188,0.5770999789237976,0.8033000230789185,0.1468999981880188,0.5770999789237976,0.8033000230789185,0.1468999981880188,0.5770999789237976,0.611299991607666,-0.6394000053405762,0.46639999747276306,0.611299991607666,-0.6394000053405762,0.46639999747276306,0.611299991607666,-0.6394000053405762,0.46639999747276306,0.6880999803543091,-0.5465999841690063,-0.4771000146865845,0.6880999803543091,-0.5465999841690063,-0.4771000146865845,0.6880999803543091,-0.5465999841690063,-0.4771000146865845,-0.6931999921798706,-0.34299999475479126,0.633899986743927,-0.6931999921798706,-0.34299999475479126,0.633899986743927,-0.6931999921798706,-0.34299999475479126,0.633899986743927,-0.9101999998092651,0.4025999903678894,-0.09679999947547913,-0.9101999998092651,0.4025999903678894,-0.09679999947547913,-0.9101999998092651,0.4025999903678894,-0.09679999947547913,-0.3871999979019165,-0.23270000517368317,-0.8921999931335449,-0.3871999979019165,-0.23270000517368317,-0.8921999931335449,-0.3871999979019165,-0.23270000517368317,-0.8921999931335449,-0.8138999938964844,-0.5371000170707703,0.22139999270439148,-0.8138999938964844,-0.5371000170707703,0.22139999270439148,-0.8138999938964844,-0.5371000170707703,0.22139999270439148,-0.6711999773979187,0.40779998898506165,0.6189000010490417,-0.6711999773979187,0.40779998898506165,0.6189000010490417,-0.6711999773979187,0.40779998898506165,0.6189000010490417,-0.6899999976158142,0.6481999754905701,0.3221000134944916,-0.6899999976158142,0.6481999754905701,0.3221000134944916,-0.6899999976158142,0.6481999754905701,0.3221000134944916,0.46399998664855957,0.09139999747276306,-0.8810999989509583,0.46399998664855957,0.09139999747276306,-0.8810999989509583,0.46399998664855957,0.09139999747276306,-0.8810999989509583,0.5461999773979187,-0.48980000615119934,0.6796000003814697,0.5461999773979187,-0.48980000615119934,0.6796000003814697,0.5461999773979187,-0.48980000615119934,0.6796000003814697,0.9032999873161316,0.2851000130176544,0.3206999897956848,0.9032999873161316,0.2851000130176544,0.3206999897956848,0.9032999873161316,0.2851000130176544,0.3206999897956848,0.6290000081062317,-0.4668000042438507,-0.6215999722480774,0.6290000081062317,-0.4668000042438507,-0.6215999722480774,0.6290000081062317,-0.4668000042438507,-0.6215999722480774,-0.5472000241279602,-0.6068000197410583,0.5764999985694885,-0.5472000241279602,-0.6068000197410583,0.5764999985694885,-0.5472000241279602,-0.6068000197410583,0.5764999985694885,0.22779999673366547,-0.9736999869346619,0.004399999976158142,0.22779999673366547,-0.9736999869346619,0.004399999976158142,0.22779999673366547,-0.9736999869346619,0.004399999976158142,0.6635000109672546,0.6527000069618225,0.36579999327659607,0.6635000109672546,0.6527000069618225,0.36579999327659607,0.6635000109672546,0.6527000069618225,0.36579999327659607,0.9287999868392944,-0.33480000495910645,0.15880000591278076,0.9287999868392944,-0.33480000495910645,0.15880000591278076,0.9287999868392944,-0.33480000495910645,0.15880000591278076,-0.15060000121593475,-0.7099999785423279,0.6879000067710876,-0.15060000121593475,-0.7099999785423279,0.6879000067710876,-0.15060000121593475,-0.7099999785423279,0.6879000067710876,-0.2953999936580658,-0.52920001745224,0.7954000234603882,-0.2953999936580658,-0.52920001745224,0.7954000234603882,-0.2953999936580658,-0.52920001745224,0.7954000234603882,-0.5001000165939331,-0.8597999811172485,-0.10279999673366547,-0.5001000165939331,-0.8597999811172485,-0.10279999673366547,-0.5001000165939331,-0.8597999811172485,-0.10279999673366547,-0.09570000320672989,0.6640999913215637,-0.7415000200271606,-0.09570000320672989,0.6640999913215637,-0.7415000200271606,-0.09570000320672989,0.6640999913215637,-0.7415000200271606,0.6905999779701233,0.04619999974966049,-0.7217000126838684,0.6905999779701233,0.04619999974966049,-0.7217000126838684,0.6905999779701233,0.04619999974966049,-0.7217000126838684,0.09520000219345093,-0.8716999888420105,0.4805999994277954,0.09520000219345093,-0.8716999888420105,0.4805999994277954,0.09520000219345093,-0.8716999888420105,0.4805999994277954,-0.8781999945640564,0.3846000134944916,-0.2842000126838684,-0.8781999945640564,0.3846000134944916,-0.2842000126838684,-0.8781999945640564,0.3846000134944916,-0.2842000126838684,0.4124999940395355,-0.2264000028371811,0.8823999762535095,0.4124999940395355,-0.2264000028371811,0.8823999762535095,0.4124999940395355,-0.2264000028371811,0.8823999762535095,0.9434000253677368,0.2013999968767166,-0.26339998841285706,0.9434000253677368,0.2013999968767166,-0.26339998841285706,0.9434000253677368,0.2013999968767166,-0.26339998841285706,0.3497999906539917,0.22609999775886536,0.9090999960899353,0.3497999906539917,0.22609999775886536,0.9090999960899353,0.3497999906539917,0.22609999775886536,0.9090999960899353,0.1347000002861023,0.09669999778270721,-0.9861999750137329,0.1347000002861023,0.09669999778270721,-0.9861999750137329,0.1347000002861023,0.09669999778270721,-0.9861999750137329,0.29510000348091125,0.6906999945640564,0.660099983215332,0.29510000348091125,0.6906999945640564,0.660099983215332,0.29510000348091125,0.6906999945640564,0.660099983215332,-0.8198000192642212,0.5685999989509583,-0.06809999793767929,-0.8198000192642212,0.5685999989509583,-0.06809999793767929,-0.8198000192642212,0.5685999989509583,-0.06809999793767929,-0.6822999715805054,0.7139000296592712,-0.15760000050067902,-0.6822999715805054,0.7139000296592712,-0.15760000050067902,-0.6822999715805054,0.7139000296592712,-0.15760000050067902,-0.6202999949455261,0.7402999997138977,0.25920000672340393,-0.6202999949455261,0.7402999997138977,0.25920000672340393,-0.6202999949455261,0.7402999997138977,0.25920000672340393,-0.9240000247955322,0.3822999894618988,-0.0003000000142492354,-0.9240000247955322,0.3822999894618988,-0.0003000000142492354,-0.9240000247955322,0.3822999894618988,-0.0003000000142492354,0.9460999965667725,-0.31200000643730164,-0.08730000257492065,0.9460999965667725,-0.31200000643730164,-0.08730000257492065,0.9460999965667725,-0.31200000643730164,-0.08730000257492065,0.527899980545044,-0.8478999733924866,0.049800001084804535,0.527899980545044,-0.8478999733924866,0.049800001084804535,0.527899980545044,-0.8478999733924866,0.049800001084804535,-0.26589998602867126,-0.9638000130653381,-0.020600000396370888,-0.26589998602867126,-0.9638000130653381,-0.020600000396370888,-0.26589998602867126,-0.9638000130653381,-0.020600000396370888,0.4830000102519989,0.022700000554323196,0.8752999901771545,0.4830000102519989,0.022700000554323196,0.8752999901771545,0.4830000102519989,0.022700000554323196,0.8752999901771545,-0.9907000064849854,0.12250000238418579,0.05990000069141388,-0.9907000064849854,0.12250000238418579,0.05990000069141388,-0.9907000064849854,0.12250000238418579,0.05990000069141388,0.07680000364780426,0.8607000112533569,-0.5033000111579895,0.07680000364780426,0.8607000112533569,-0.5033000111579895,0.07680000364780426,0.8607000112533569,-0.5033000111579895,-0.07829999923706055,0.9962999820709229,-0.03500000014901161,-0.07829999923706055,0.9962999820709229,-0.03500000014901161,-0.07829999923706055,0.9962999820709229,-0.03500000014901161,0.7633000016212463,-0.28760001063346863,-0.578499972820282,0.7633000016212463,-0.28760001063346863,-0.578499972820282,0.7633000016212463,-0.28760001063346863,-0.578499972820282,-0.2337000072002411,0.972000002861023,-0.02250000089406967,-0.2337000072002411,0.972000002861023,-0.02250000089406967,-0.2337000072002411,0.972000002861023,-0.02250000089406967,-0.9434999823570251,0.3183000087738037,0.09189999848604202,-0.9434999823570251,0.3183000087738037,0.09189999848604202,-0.9434999823570251,0.3183000087738037,0.09189999848604202,-0.11349999904632568,-0.9890999794006348,0.09350000321865082,-0.11349999904632568,-0.9890999794006348,0.09350000321865082,-0.11349999904632568,-0.9890999794006348,0.09350000321865082,-0.8360000252723694,-0.15209999680519104,0.5271999835968018,-0.8360000252723694,-0.15209999680519104,0.5271999835968018,-0.8360000252723694,-0.15209999680519104,0.5271999835968018,-0.44449999928474426,0.7864000201225281,0.42899999022483826,-0.44449999928474426,0.7864000201225281,0.42899999022483826,-0.44449999928474426,0.7864000201225281,0.42899999022483826,0.6797999739646912,0.7311000227928162,-0.05790000036358833,0.6797999739646912,0.7311000227928162,-0.05790000036358833,0.6797999739646912,0.7311000227928162,-0.05790000036358833,0.07069999724626541,-0.9532999992370605,0.29350000619888306,0.07069999724626541,-0.9532999992370605,0.29350000619888306,0.07069999724626541,-0.9532999992370605,0.29350000619888306,0.2761000096797943,0.8305000066757202,-0.4837000072002411,0.2761000096797943,0.8305000066757202,-0.4837000072002411,0.2761000096797943,0.8305000066757202,-0.4837000072002411,0.06289999932050705,0.7312999963760376,-0.679099977016449,0.06289999932050705,0.7312999963760376,-0.679099977016449,0.06289999932050705,0.7312999963760376,-0.679099977016449,-0.5444999933242798,0.5131999850273132,0.6633999943733215,-0.5444999933242798,0.5131999850273132,0.6633999943733215,-0.5444999933242798,0.5131999850273132,0.6633999943733215,0.7590000033378601,-0.6187000274658203,0.20270000398159027,0.7590000033378601,-0.6187000274658203,0.20270000398159027,0.7590000033378601,-0.6187000274658203,0.20270000398159027,-0.8483999967575073,-0.04769999906420708,-0.5271999835968018,-0.8483999967575073,-0.04769999906420708,-0.5271999835968018,-0.8483999967575073,-0.04769999906420708,-0.5271999835968018,-0.10440000146627426,0.9742000102996826,0.19990000128746033,-0.10440000146627426,0.9742000102996826,0.19990000128746033,-0.10440000146627426,0.9742000102996826,0.19990000128746033,0.9093000292778015,0.3610000014305115,-0.2071000039577484,0.9093000292778015,0.3610000014305115,-0.2071000039577484,0.9093000292778015,0.3610000014305115,-0.2071000039577484,-0.19050000607967377,0.7730000019073486,-0.6051999926567078,-0.19050000607967377,0.7730000019073486,-0.6051999926567078,-0.19050000607967377,0.7730000019073486,-0.6051999926567078,-0.7807000279426575,0.5881999731063843,0.21089999377727509,-0.7807000279426575,0.5881999731063843,0.21089999377727509,-0.7807000279426575,0.5881999731063843,0.21089999377727509,-0.2741999924182892,-0.056699998676776886,0.9599999785423279,-0.2741999924182892,-0.056699998676776886,0.9599999785423279,-0.2741999924182892,-0.056699998676776886,0.9599999785423279,-0.8982999920845032,-0.41269999742507935,0.1509000062942505,-0.8982999920845032,-0.41269999742507935,0.1509000062942505,-0.8982999920845032,-0.41269999742507935,0.1509000062942505,-0.6678000092506409,-0.4431999921798706,-0.5979999899864197,-0.6678000092506409,-0.4431999921798706,-0.5979999899864197,-0.6678000092506409,-0.4431999921798706,-0.5979999899864197,0.9383000135421753,-0.32850000262260437,-0.10840000212192535,0.9383000135421753,-0.32850000262260437,-0.10840000212192535,0.9383000135421753,-0.32850000262260437,-0.10840000212192535,0.10639999806880951,-0.2802000045776367,-0.9539999961853027,0.10639999806880951,-0.2802000045776367,-0.9539999961853027,0.10639999806880951,-0.2802000045776367,-0.9539999961853027,-0.4964999854564667,-0.8021000027656555,0.33169999718666077,-0.4964999854564667,-0.8021000027656555,0.33169999718666077,-0.4964999854564667,-0.8021000027656555,0.33169999718666077,0.11640000343322754,0.849399983882904,-0.5148000121116638,0.11640000343322754,0.849399983882904,-0.5148000121116638,0.11640000343322754,0.849399983882904,-0.5148000121116638,-0.25870001316070557,0.8716999888420105,0.41609999537467957,-0.25870001316070557,0.8716999888420105,0.41609999537467957,-0.25870001316070557,0.8716999888420105,0.41609999537467957,-0.249099999666214,0.8646000027656555,-0.43639999628067017,-0.249099999666214,0.8646000027656555,-0.43639999628067017,-0.249099999666214,0.8646000027656555,-0.43639999628067017,0.939300000667572,-0.23270000517368317,-0.2522999942302704,0.939300000667572,-0.23270000517368317,-0.2522999942302704,0.939300000667572,-0.23270000517368317,-0.2522999942302704,0.9099000096321106,-0.3188000023365021,-0.2653999924659729,0.9099000096321106,-0.3188000023365021,-0.2653999924659729,0.9099000096321106,-0.3188000023365021,-0.2653999924659729,0.8863000273704529,0.37610000371932983,0.2703999876976013,0.8863000273704529,0.37610000371932983,0.2703999876976013,0.8863000273704529,0.37610000371932983,0.2703999876976013,-0.7164999842643738,-0.6876000165939331,0.11710000038146973,-0.7164999842643738,-0.6876000165939331,0.11710000038146973,-0.7164999842643738,-0.6876000165939331,0.11710000038146973,-0.8330000042915344,-0.5532000064849854,-0.01080000028014183,-0.8330000042915344,-0.5532000064849854,-0.01080000028014183,-0.8330000042915344,-0.5532000064849854,-0.01080000028014183,-0.09839999675750732,-0.6827999949455261,-0.7239999771118164,-0.09839999675750732,-0.6827999949455261,-0.7239999771118164,-0.09839999675750732,-0.6827999949455261,-0.7239999771118164,0.9563999772071838,0.29179999232292175,0.006899999920278788,0.9563999772071838,0.29179999232292175,0.006899999920278788,0.9563999772071838,0.29179999232292175,0.006899999920278788,0.8274999856948853,-0.27390000224113464,-0.4900999963283539,0.8274999856948853,-0.27390000224113464,-0.4900999963283539,0.8274999856948853,-0.27390000224113464,-0.4900999963283539,-0.006800000090152025,-0.4472000002861023,0.8944000005722046,-0.006800000090152025,-0.4472000002861023,0.8944000005722046,-0.006800000090152025,-0.4472000002861023,0.8944000005722046,-0.5974000096321106,-0.7106000185012817,0.3716999888420105,-0.5974000096321106,-0.7106000185012817,0.3716999888420105,-0.5974000096321106,-0.7106000185012817,0.3716999888420105,-0.7821000218391418,-0.1687999963760376,0.5999000072479248,-0.7821000218391418,-0.1687999963760376,0.5999000072479248,-0.7821000218391418,-0.1687999963760376,0.5999000072479248,0.6295999884605408,-0.6686000227928162,-0.39570000767707825,0.6295999884605408,-0.6686000227928162,-0.39570000767707825,0.6295999884605408,-0.6686000227928162,-0.39570000767707825,-0.933899998664856,-0.3492000102996826,-0.07680000364780426,-0.933899998664856,-0.3492000102996826,-0.07680000364780426,-0.933899998664856,-0.3492000102996826,-0.07680000364780426,-0.22210000455379486,0.8532000184059143,0.47189998626708984,-0.22210000455379486,0.8532000184059143,0.47189998626708984,-0.22210000455379486,0.8532000184059143,0.47189998626708984,-0.5069000124931335,-0.47999998927116394,-0.7160000205039978,-0.5069000124931335,-0.47999998927116394,-0.7160000205039978,-0.5069000124931335,-0.47999998927116394,-0.7160000205039978,0.6790000200271606,0.21780000627040863,-0.7009999752044678,0.6790000200271606,0.21780000627040863,-0.7009999752044678,0.6790000200271606,0.21780000627040863,-0.7009999752044678,0.9930999875068665,-0.10989999771118164,-0.04179999977350235,0.9930999875068665,-0.10989999771118164,-0.04179999977350235,0.9930999875068665,-0.10989999771118164,-0.04179999977350235,-0.06040000170469284,-0.5920000076293945,0.8036999702453613,-0.06040000170469284,-0.5920000076293945,0.8036999702453613,-0.06040000170469284,-0.5920000076293945,0.8036999702453613,0.325300008058548,-0.186599999666214,0.9269999861717224,0.325300008058548,-0.186599999666214,0.9269999861717224,0.325300008058548,-0.186599999666214,0.9269999861717224,-0.9106000065803528,-0.2937999963760376,0.290800005197525,-0.9106000065803528,-0.2937999963760376,0.290800005197525,-0.9106000065803528,-0.2937999963760376,0.290800005197525,-0.328000009059906,-0.30230000615119934,0.8949999809265137,-0.328000009059906,-0.30230000615119934,0.8949999809265137,-0.328000009059906,-0.30230000615119934,0.8949999809265137,-0.5807999968528748,-0.2922999858856201,0.7597000002861023,-0.5807999968528748,-0.2922999858856201,0.7597000002861023,-0.5807999968528748,-0.2922999858856201,0.7597000002861023,0.4560999870300293,-0.8586999773979187,0.2337000072002411,0.4560999870300293,-0.8586999773979187,0.2337000072002411,0.4560999870300293,-0.8586999773979187,0.2337000072002411,-0.7954000234603882,0.6010000109672546,-0.07829999923706055,-0.7954000234603882,0.6010000109672546,-0.07829999923706055,-0.7954000234603882,0.6010000109672546,-0.07829999923706055,-0.7470999956130981,-0.6410999894142151,0.17560000717639923,-0.7470999956130981,-0.6410999894142151,0.17560000717639923,-0.7470999956130981,-0.6410999894142151,0.17560000717639923,0.3328999876976013,-0.939300000667572,-0.08330000191926956,0.3328999876976013,-0.939300000667572,-0.08330000191926956,0.3328999876976013,-0.939300000667572,-0.08330000191926956,0.39890000224113464,-0.7501000165939331,0.527400016784668,0.39890000224113464,-0.7501000165939331,0.527400016784668,0.39890000224113464,-0.7501000165939331,0.527400016784668,0.2222999930381775,0.9078999757766724,0.35530000925064087,0.2222999930381775,0.9078999757766724,0.35530000925064087,0.2222999930381775,0.9078999757766724,0.35530000925064087,-0.9661999940872192,-0.04390000179409981,-0.2540000081062317,-0.9661999940872192,-0.04390000179409981,-0.2540000081062317,-0.9661999940872192,-0.04390000179409981,-0.2540000081062317,0.8367000222206116,-0.3808000087738037,-0.3937000036239624,0.8367000222206116,-0.3808000087738037,-0.3937000036239624,0.8367000222206116,-0.3808000087738037,-0.3937000036239624,0.7325000166893005,0.30880001187324524,0.6067000031471252,0.7325000166893005,0.30880001187324524,0.6067000031471252,0.7325000166893005,0.30880001187324524,0.6067000031471252,0.6323999762535095,0.5009999871253967,-0.5907999873161316,0.6323999762535095,0.5009999871253967,-0.5907999873161316,0.6323999762535095,0.5009999871253967,-0.5907999873161316,-0.6449999809265137,-0.6686000227928162,-0.3700000047683716,-0.6449999809265137,-0.6686000227928162,-0.3700000047683716,-0.6449999809265137,-0.6686000227928162,-0.3700000047683716,-0.8374000191688538,-0.22349999845027924,-0.49869999289512634,-0.8374000191688538,-0.22349999845027924,-0.49869999289512634,-0.8374000191688538,-0.22349999845027924,-0.49869999289512634,0.4887000024318695,-0.8694999814033508,0.0714000016450882,0.4887000024318695,-0.8694999814033508,0.0714000016450882,0.4887000024318695,-0.8694999814033508,0.0714000016450882,-0.4372999966144562,0.6474999785423279,-0.6241999864578247,-0.4372999966144562,0.6474999785423279,-0.6241999864578247,-0.4372999966144562,0.6474999785423279,-0.6241999864578247,-0.7013000249862671,0.5414000153541565,0.46380001306533813,-0.7013000249862671,0.5414000153541565,0.46380001306533813,-0.7013000249862671,0.5414000153541565,0.46380001306533813,-0.009200000204145908,0.8824999928474426,-0.4702000021934509,-0.009200000204145908,0.8824999928474426,-0.4702000021934509,-0.009200000204145908,0.8824999928474426,-0.4702000021934509,0.1768999993801117,-0.032499998807907104,0.9836999773979187,0.1768999993801117,-0.032499998807907104,0.9836999773979187,0.1768999993801117,-0.032499998807907104,0.9836999773979187,-0.618399977684021,-0.7493000030517578,0.23690000176429749,-0.618399977684021,-0.7493000030517578,0.23690000176429749,-0.618399977684021,-0.7493000030517578,0.23690000176429749,-0.9315000176429749,0.2759000062942505,-0.23690000176429749,-0.9315000176429749,0.2759000062942505,-0.23690000176429749,-0.9315000176429749,0.2759000062942505,-0.23690000176429749,0.413100004196167,-0.6872000098228455,0.597599983215332,0.413100004196167,-0.6872000098228455,0.597599983215332,0.413100004196167,-0.6872000098228455,0.597599983215332,0.6535999774932861,0.47690001130104065,0.5877000093460083,0.6535999774932861,0.47690001130104065,0.5877000093460083,0.6535999774932861,0.47690001130104065,0.5877000093460083,-0.3515999913215637,-0.9361000061035156,-0.006300000008195639,-0.3515999913215637,-0.9361000061035156,-0.006300000008195639,-0.3515999913215637,-0.9361000061035156,-0.006300000008195639,-0.20739999413490295,0.6305999755859375,-0.7479000091552734,-0.20739999413490295,0.6305999755859375,-0.7479000091552734,-0.20739999413490295,0.6305999755859375,-0.7479000091552734,0.4677000045776367,-0.5453000068664551,-0.6956999897956848,0.4677000045776367,-0.5453000068664551,-0.6956999897956848,0.4677000045776367,-0.5453000068664551,-0.6956999897956848,-0.8579000234603882,-0.24709999561309814,0.4505000114440918,-0.8579000234603882,-0.24709999561309814,0.4505000114440918,-0.8579000234603882,-0.24709999561309814,0.4505000114440918,-0.8274999856948853,0.5479999780654907,-0.12240000069141388,-0.8274999856948853,0.5479999780654907,-0.12240000069141388,-0.8274999856948853,0.5479999780654907,-0.12240000069141388,-0.5494999885559082,-0.7894999980926514,-0.2732999920845032,-0.5494999885559082,-0.7894999980926514,-0.2732999920845032,-0.5494999885559082,-0.7894999980926514,-0.2732999920845032,0.7634999752044678,-0.40310001373291016,-0.5044999718666077,0.7634999752044678,-0.40310001373291016,-0.5044999718666077,0.7634999752044678,-0.40310001373291016,-0.5044999718666077,-0.03629999980330467,0.41760000586509705,-0.9078999757766724,-0.03629999980330467,0.41760000586509705,-0.9078999757766724,-0.03629999980330467,0.41760000586509705,-0.9078999757766724,0.1535000056028366,0.9193000197410583,-0.36239999532699585,0.1535000056028366,0.9193000197410583,-0.36239999532699585,0.1535000056028366,0.9193000197410583,-0.36239999532699585,-0.3393999934196472,0.501800000667572,-0.7955999970436096,-0.3393999934196472,0.501800000667572,-0.7955999970436096,-0.3393999934196472,0.501800000667572,-0.7955999970436096,-0.13410000503063202,0.9847999811172485,-0.11050000041723251,-0.13410000503063202,0.9847999811172485,-0.11050000041723251,-0.13410000503063202,0.9847999811172485,-0.11050000041723251,-0.31310001015663147,-0.5831000208854675,0.7497000098228455,-0.31310001015663147,-0.5831000208854675,0.7497000098228455,-0.31310001015663147,-0.5831000208854675,0.7497000098228455,0.6312000155448914,0.5232999920845032,0.5724999904632568,0.6312000155448914,0.5232999920845032,0.5724999904632568,0.6312000155448914,0.5232999920845032,0.5724999904632568,0.2809999883174896,0.35420000553131104,-0.8919000029563904,0.2809999883174896,0.35420000553131104,-0.8919000029563904,0.2809999883174896,0.35420000553131104,-0.8919000029563904,0.993399977684021,-0.10639999806880951,0.04360000044107437,0.993399977684021,-0.10639999806880951,0.04360000044107437,0.993399977684021,-0.10639999806880951,0.04360000044107437,-0.19259999692440033,0.5591999888420105,-0.8064000010490417,-0.19259999692440033,0.5591999888420105,-0.8064000010490417,-0.19259999692440033,0.5591999888420105,-0.8064000010490417,-0.26739999651908875,-0.8432000279426575,-0.46639999747276306,-0.26739999651908875,-0.8432000279426575,-0.46639999747276306,-0.26739999651908875,-0.8432000279426575,-0.46639999747276306,0.7231000065803528,0.45649999380111694,-0.5184999704360962,0.7231000065803528,0.45649999380111694,-0.5184999704360962,0.7231000065803528,0.45649999380111694,-0.5184999704360962,0.04259999841451645,0.3625999987125397,-0.9309999942779541,0.04259999841451645,0.3625999987125397,-0.9309999942779541,0.04259999841451645,0.3625999987125397,-0.9309999942779541,0.9101999998092651,0.4025999903678894,-0.09679999947547913,0.9101999998092651,0.4025999903678894,-0.09679999947547913,0.9101999998092651,0.4025999903678894,-0.09679999947547913,-0.8217999935150146,0.2345000058412552,-0.5192000269889832,-0.8217999935150146,0.2345000058412552,-0.5192000269889832,-0.8217999935150146,0.2345000058412552,-0.5192000269889832,-0.1656000018119812,0.8672000169754028,-0.46959999203681946,-0.1656000018119812,0.8672000169754028,-0.46959999203681946,-0.1656000018119812,0.8672000169754028,-0.46959999203681946,-0.3140000104904175,-0.1257999986410141,-0.9409999847412109,-0.3140000104904175,-0.1257999986410141,-0.9409999847412109,-0.3140000104904175,-0.1257999986410141,-0.9409999847412109,0.45159998536109924,0.35679998993873596,-0.817799985408783,0.45159998536109924,0.35679998993873596,-0.817799985408783,0.45159998536109924,0.35679998993873596,-0.817799985408783,0.09520000219345093,-0.9503999948501587,-0.2962000072002411,0.09520000219345093,-0.9503999948501587,-0.2962000072002411,0.09520000219345093,-0.9503999948501587,-0.2962000072002411,-0.08079999685287476,0.9437999725341797,-0.320499986410141,-0.08079999685287476,0.9437999725341797,-0.320499986410141,-0.08079999685287476,0.9437999725341797,-0.320499986410141,-0.641700029373169,-0.6603000164031982,0.3903000056743622,-0.641700029373169,-0.6603000164031982,0.3903000056743622,-0.641700029373169,-0.6603000164031982,0.3903000056743622,0.8428999781608582,-0.37929999828338623,0.3815999925136566,0.8428999781608582,-0.37929999828338623,0.3815999925136566,0.8428999781608582,-0.37929999828338623,0.3815999925136566,-0.01140000019222498,-0.9934999942779541,0.11309999972581863,-0.01140000019222498,-0.9934999942779541,0.11309999972581863,-0.01140000019222498,-0.9934999942779541,0.11309999972581863,0.1500999927520752,0.7480000257492065,-0.6464999914169312,0.1500999927520752,0.7480000257492065,-0.6464999914169312,0.1500999927520752,0.7480000257492065,-0.6464999914169312,0.11599999666213989,0.42980000376701355,-0.8953999876976013,0.11599999666213989,0.42980000376701355,-0.8953999876976013,0.11599999666213989,0.42980000376701355,-0.8953999876976013,0.5460000038146973,-0.7878000140190125,0.28519999980926514,0.5460000038146973,-0.7878000140190125,0.28519999980926514,0.5460000038146973,-0.7878000140190125,0.28519999980926514,-0.9365000128746033,0.05779999867081642,0.3458000123500824,-0.9365000128746033,0.05779999867081642,0.3458000123500824,-0.9365000128746033,0.05779999867081642,0.3458000123500824,-0.07460000365972519,0.9955000281333923,0.05829999968409538,-0.07460000365972519,0.9955000281333923,0.05829999968409538,-0.07460000365972519,0.9955000281333923,0.05829999968409538,-0.8248999714851379,-0.38260000944137573,-0.41609999537467957,-0.8248999714851379,-0.38260000944137573,-0.41609999537467957,-0.8248999714851379,-0.38260000944137573,-0.41609999537467957,0.013100000098347664,-0.9889000058174133,0.14830000698566437,0.013100000098347664,-0.9889000058174133,0.14830000698566437,0.013100000098347664,-0.9889000058174133,0.14830000698566437,-0.6662999987602234,0.21080000698566437,0.7153000235557556,-0.6662999987602234,0.21080000698566437,0.7153000235557556,-0.6662999987602234,0.21080000698566437,0.7153000235557556,-0.9925000071525574,0.11320000141859055,-0.04670000076293945,-0.9925000071525574,0.11320000141859055,-0.04670000076293945,-0.9925000071525574,0.11320000141859055,-0.04670000076293945,0.6773999929428101,-0.399399995803833,0.6177999973297119,0.6773999929428101,-0.399399995803833,0.6177999973297119,0.6773999929428101,-0.399399995803833,0.6177999973297119,0.8758000135421753,0.4018999934196472,0.26739999651908875,0.8758000135421753,0.4018999934196472,0.26739999651908875,0.8758000135421753,0.4018999934196472,0.26739999651908875,-0.033399999141693115,0.11699999868869781,0.9926000237464905,-0.033399999141693115,0.11699999868869781,0.9926000237464905,-0.033399999141693115,0.11699999868869781,0.9926000237464905,-0.4830999970436096,-0.5454999804496765,0.6848999857902527,-0.4830999970436096,-0.5454999804496765,0.6848999857902527,-0.4830999970436096,-0.5454999804496765,0.6848999857902527,0.951200008392334,-0.12070000171661377,-0.2840000092983246,0.951200008392334,-0.12070000171661377,-0.2840000092983246,0.951200008392334,-0.12070000171661377,-0.2840000092983246,0.0471000000834465,0.9570000171661377,-0.28610000014305115,0.0471000000834465,0.9570000171661377,-0.28610000014305115,0.0471000000834465,0.9570000171661377,-0.28610000014305115,0.989300012588501,0.06620000302791595,0.13019999861717224,0.989300012588501,0.06620000302791595,0.13019999861717224,0.989300012588501,0.06620000302791595,0.13019999861717224,0.8227999806404114,0.4442000091075897,0.35440000891685486,0.8227999806404114,0.4442000091075897,0.35440000891685486,0.8227999806404114,0.4442000091075897,0.35440000891685486,-0.2827000021934509,0.3068000078201294,-0.9088000059127808,-0.2827000021934509,0.3068000078201294,-0.9088000059127808,-0.2827000021934509,0.3068000078201294,-0.9088000059127808,0.46369999647140503,0.8485999703407288,-0.2547000050544739,0.46369999647140503,0.8485999703407288,-0.2547000050544739,0.46369999647140503,0.8485999703407288,-0.2547000050544739,0.535099983215332,0.3239000141620636,-0.7802000045776367,0.535099983215332,0.3239000141620636,-0.7802000045776367,0.535099983215332,0.3239000141620636,-0.7802000045776367,-0.8148999810218811,-0.5310999751091003,-0.23199999332427979,-0.8148999810218811,-0.5310999751091003,-0.23199999332427979,-0.8148999810218811,-0.5310999751091003,-0.23199999332427979,-0.7107999920845032,0.6935999989509583,0.11659999936819077,-0.7107999920845032,0.6935999989509583,0.11659999936819077,-0.7107999920845032,0.6935999989509583,0.11659999936819077,0.6593000292778015,0.7077000141143799,0.2538999915122986,0.6593000292778015,0.7077000141143799,0.2538999915122986,0.6593000292778015,0.7077000141143799,0.2538999915122986,0.957099974155426,-0.12139999866485596,0.26330000162124634,0.957099974155426,-0.12139999866485596,0.26330000162124634,0.957099974155426,-0.12139999866485596,0.26330000162124634,-0.9093000292778015,0.3610000014305115,-0.2071000039577484,-0.9093000292778015,0.3610000014305115,-0.2071000039577484,-0.9093000292778015,0.3610000014305115,-0.2071000039577484,0.2824999988079071,0.6583999991416931,0.6976000070571899,0.2824999988079071,0.6583999991416931,0.6976000070571899,0.2824999988079071,0.6583999991416931,0.6976000070571899,-0.47279998660087585,-0.6887999773025513,-0.5494999885559082,-0.47279998660087585,-0.6887999773025513,-0.5494999885559082,-0.47279998660087585,-0.6887999773025513,-0.5494999885559082,-0.9607999920845032,-0.27250000834465027,-0.05169999971985817,-0.9607999920845032,-0.27250000834465027,-0.05169999971985817,-0.9607999920845032,-0.27250000834465027,-0.05169999971985817,-0.15369999408721924,-0.6779999732971191,-0.7188000082969666,-0.15369999408721924,-0.6779999732971191,-0.7188000082969666,-0.15369999408721924,-0.6779999732971191,-0.7188000082969666,0.29190000891685486,0.9521999955177307,0.09019999951124191,0.29190000891685486,0.9521999955177307,0.09019999951124191,0.29190000891685486,0.9521999955177307,0.09019999951124191,0.921999990940094,0.15770000219345093,0.35370001196861267,0.921999990940094,0.15770000219345093,0.35370001196861267,0.921999990940094,0.15770000219345093,0.35370001196861267,0.448199987411499,-0.34220001101493835,-0.8258000016212463,0.448199987411499,-0.34220001101493835,-0.8258000016212463,0.448199987411499,-0.34220001101493835,-0.8258000016212463,0.9387999773025513,0.34200000762939453,-0.04179999977350235,0.9387999773025513,0.34200000762939453,-0.04179999977350235,0.9387999773025513,0.34200000762939453,-0.04179999977350235,-0.8560000061988831,-0.2669999897480011,-0.4426000118255615,-0.8560000061988831,-0.2669999897480011,-0.4426000118255615,-0.8560000061988831,-0.2669999897480011,-0.4426000118255615,-0.9057999849319458,-0.009700000286102295,-0.4235999882221222,-0.9057999849319458,-0.009700000286102295,-0.4235999882221222,-0.9057999849319458,-0.009700000286102295,-0.4235999882221222,0.3400999903678894,0.8830999732017517,0.32330000400543213,0.3400999903678894,0.8830999732017517,0.32330000400543213,0.3400999903678894,0.8830999732017517,0.32330000400543213,-0.052799999713897705,-0.944100022315979,0.3255000114440918,-0.052799999713897705,-0.944100022315979,0.3255000114440918,-0.052799999713897705,-0.944100022315979,0.3255000114440918,0.5703999996185303,0.8205999732017517,-0.03590000048279762,0.5703999996185303,0.8205999732017517,-0.03590000048279762,0.5703999996185303,0.8205999732017517,-0.03590000048279762,-0.05860000103712082,0.6804999709129333,0.730400025844574,-0.05860000103712082,0.6804999709129333,0.730400025844574,-0.05860000103712082,0.6804999709129333,0.730400025844574,0.1842000037431717,-0.6675000190734863,0.7214999794960022,0.1842000037431717,-0.6675000190734863,0.7214999794960022,0.1842000037431717,-0.6675000190734863,0.7214999794960022,0.6107000112533569,-0.6262000203132629,0.4848000109195709,0.6107000112533569,-0.6262000203132629,0.4848000109195709,0.6107000112533569,-0.6262000203132629,0.4848000109195709,0.10050000250339508,-0.9438999891281128,0.31459999084472656,0.10050000250339508,-0.9438999891281128,0.31459999084472656,0.10050000250339508,-0.9438999891281128,0.31459999084472656,0.5774999856948853,0.7771000266075134,0.25029999017715454,0.5774999856948853,0.7771000266075134,0.25029999017715454,0.5774999856948853,0.7771000266075134,0.25029999017715454,-0.5748000144958496,-0.7994999885559082,-0.17470000684261322,-0.5748000144958496,-0.7994999885559082,-0.17470000684261322,-0.5748000144958496,-0.7994999885559082,-0.17470000684261322,-0.4528999924659729,0.14309999346733093,-0.8799999952316284,-0.4528999924659729,0.14309999346733093,-0.8799999952316284,-0.4528999924659729,0.14309999346733093,-0.8799999952316284,-0.8130999803543091,-0.30079999566078186,0.4984000027179718,-0.8130999803543091,-0.30079999566078186,0.4984000027179718,-0.8130999803543091,-0.30079999566078186,0.4984000027179718,-0.5519000291824341,0.4756999909877777,-0.6848999857902527,-0.5519000291824341,0.4756999909877777,-0.6848999857902527,-0.5519000291824341,0.4756999909877777,-0.6848999857902527,0.06949999928474426,-0.9545999765396118,0.2897999882698059,0.06949999928474426,-0.9545999765396118,0.2897999882698059,0.06949999928474426,-0.9545999765396118,0.2897999882698059,0.20659999549388885,-0.9706000089645386,0.12380000203847885,0.20659999549388885,-0.9706000089645386,0.12380000203847885,0.20659999549388885,-0.9706000089645386,0.12380000203847885,0.7634000182151794,0.5080999732017517,-0.39890000224113464,0.7634000182151794,0.5080999732017517,-0.39890000224113464,0.7634000182151794,0.5080999732017517,-0.39890000224113464,-0.9696999788284302,0.20679999887943268,-0.1298000067472458,-0.9696999788284302,0.20679999887943268,-0.1298000067472458,-0.9696999788284302,0.20679999887943268,-0.1298000067472458,0.9362000226974487,0.002099999925121665,-0.3515999913215637,0.9362000226974487,0.002099999925121665,-0.3515999913215637,0.9362000226974487,0.002099999925121665,-0.3515999913215637,0.5963000059127808,0.7942000031471252,0.1168999969959259,0.5963000059127808,0.7942000031471252,0.1168999969959259,0.5963000059127808,0.7942000031471252,0.1168999969959259,-0.8587999939918518,-0.20440000295639038,0.46970000863075256,-0.8587999939918518,-0.20440000295639038,0.46970000863075256,-0.8587999939918518,-0.20440000295639038,0.46970000863075256,0.9898999929428101,0.1404000073671341,0.020099999383091927,0.9898999929428101,0.1404000073671341,0.020099999383091927,0.9898999929428101,0.1404000073671341,0.020099999383091927,-0.7502999901771545,-0.3059000074863434,-0.5860999822616577,-0.7502999901771545,-0.3059000074863434,-0.5860999822616577,-0.7502999901771545,-0.3059000074863434,-0.5860999822616577,0.3919999897480011,-0.9071999788284302,0.15279999375343323,0.3919999897480011,-0.9071999788284302,0.15279999375343323,0.3919999897480011,-0.9071999788284302,0.15279999375343323,-0.6621999740600586,-0.4390000104904175,-0.6072999835014343,-0.6621999740600586,-0.4390000104904175,-0.6072999835014343,-0.6621999740600586,-0.4390000104904175,-0.6072999835014343,-0.9544000029563904,-0.26989999413490295,0.12780000269412994,-0.9544000029563904,-0.26989999413490295,0.12780000269412994,-0.9544000029563904,-0.26989999413490295,0.12780000269412994,0.8565999865531921,0.5092999935150146,0.08209999650716782,0.8565999865531921,0.5092999935150146,0.08209999650716782,0.8565999865531921,0.5092999935150146,0.08209999650716782,-0.9021000266075134,0.4300999939441681,0.03530000150203705,-0.9021000266075134,0.4300999939441681,0.03530000150203705,-0.9021000266075134,0.4300999939441681,0.03530000150203705,-0.45019999146461487,-0.29919999837875366,0.8413000106811523,-0.45019999146461487,-0.29919999837875366,0.8413000106811523,-0.45019999146461487,-0.29919999837875366,0.8413000106811523,-0.02319999970495701,0.9169999957084656,-0.3982999920845032,-0.02319999970495701,0.9169999957084656,-0.3982999920845032,-0.02319999970495701,0.9169999957084656,-0.3982999920845032,0.6323000192642212,0.029200000688433647,0.7742000222206116,0.6323000192642212,0.029200000688433647,0.7742000222206116,0.6323000192642212,0.029200000688433647,0.7742000222206116,-0.7714999914169312,0.3659000098705292,0.5206000208854675,-0.7714999914169312,0.3659000098705292,0.5206000208854675,-0.7714999914169312,0.3659000098705292,0.5206000208854675,-0.7487000226974487,0.2353000044822693,-0.6197999715805054,-0.7487000226974487,0.2353000044822693,-0.6197999715805054,-0.7487000226974487,0.2353000044822693,-0.6197999715805054,-0.5892000198364258,0.6079000234603882,0.5322999954223633,-0.5892000198364258,0.6079000234603882,0.5322999954223633,-0.5892000198364258,0.6079000234603882,0.5322999954223633,0.5554999709129333,-0.03840000182390213,-0.8306999802589417,0.5554999709129333,-0.03840000182390213,-0.8306999802589417,0.5554999709129333,-0.03840000182390213,-0.8306999802589417,0.2076999992132187,0.7839999794960022,-0.5849000215530396,0.2076999992132187,0.7839999794960022,-0.5849000215530396,0.2076999992132187,0.7839999794960022,-0.5849000215530396,0.34200000762939453,0.3337000012397766,0.8784999847412109,0.34200000762939453,0.3337000012397766,0.8784999847412109,0.34200000762939453,0.3337000012397766,0.8784999847412109,-0.9889000058174133,0.1485999971628189,-0.006300000008195639,-0.9889000058174133,0.1485999971628189,-0.006300000008195639,-0.9889000058174133,0.1485999971628189,-0.006300000008195639,0.9334999918937683,-0.22869999706745148,0.2759999930858612,0.9334999918937683,-0.22869999706745148,0.2759999930858612,0.9334999918937683,-0.22869999706745148,0.2759999930858612,-0.05429999902844429,0.9243999719619751,-0.3776000142097473,-0.05429999902844429,0.9243999719619751,-0.3776000142097473,-0.05429999902844429,0.9243999719619751,-0.3776000142097473,-0.08489999920129776,0.758400022983551,-0.6463000178337097,-0.08489999920129776,0.758400022983551,-0.6463000178337097,-0.08489999920129776,0.758400022983551,-0.6463000178337097,-0.06390000134706497,0.4472000002861023,-0.8921999931335449,-0.06390000134706497,0.4472000002861023,-0.8921999931335449,-0.06390000134706497,0.4472000002861023,-0.8921999931335449,0.03020000085234642,0.9061999917030334,-0.42179998755455017,0.03020000085234642,0.9061999917030334,-0.42179998755455017,0.03020000085234642,0.9061999917030334,-0.42179998755455017,0.07320000231266022,-0.996999979019165,0.023600000888109207,0.07320000231266022,-0.996999979019165,0.023600000888109207,0.07320000231266022,-0.996999979019165,0.023600000888109207,0.9563000202178955,-0.28769999742507935,-0.05169999971985817,0.9563000202178955,-0.28769999742507935,-0.05169999971985817,0.9563000202178955,-0.28769999742507935,-0.05169999971985817,0.49390000104904175,0.8629000186920166,0.10679999738931656,0.49390000104904175,0.8629000186920166,0.10679999738931656,0.49390000104904175,0.8629000186920166,0.10679999738931656,-0.9957000017166138,-0.09059999883174896,-0.020899999886751175,-0.9957000017166138,-0.09059999883174896,-0.020899999886751175,-0.9957000017166138,-0.09059999883174896,-0.020899999886751175,0.6330999732017517,0.227400004863739,-0.7398999929428101,0.6330999732017517,0.227400004863739,-0.7398999929428101,0.6330999732017517,0.227400004863739,-0.7398999929428101,-0.909500002861023,0.41190001368522644,0.0560000017285347,-0.909500002861023,0.41190001368522644,0.0560000017285347,-0.909500002861023,0.41190001368522644,0.0560000017285347,0.9650999903678894,-0.03449999913573265,0.2596000134944916,0.9650999903678894,-0.03449999913573265,0.2596000134944916,0.9650999903678894,-0.03449999913573265,0.2596000134944916,0.6800000071525574,-0.05900000035762787,0.7307999730110168,0.6800000071525574,-0.05900000035762787,0.7307999730110168,0.6800000071525574,-0.05900000035762787,0.7307999730110168,-0.48660001158714294,-0.628600001335144,-0.6068000197410583,-0.48660001158714294,-0.628600001335144,-0.6068000197410583,-0.48660001158714294,-0.628600001335144,-0.6068000197410583,-0.9526000022888184,0.0364999994635582,-0.3019999861717224,-0.9526000022888184,0.0364999994635582,-0.3019999861717224,-0.9526000022888184,0.0364999994635582,-0.3019999861717224,0.3043000102043152,0.7793999910354614,-0.5476999878883362,0.3043000102043152,0.7793999910354614,-0.5476999878883362,0.3043000102043152,0.7793999910354614,-0.5476999878883362,-0.7718999981880188,-0.612500011920929,-0.1704999953508377,-0.7718999981880188,-0.612500011920929,-0.1704999953508377,-0.7718999981880188,-0.612500011920929,-0.1704999953508377,-0.5128999948501587,0.2078000009059906,0.8328999876976013,-0.5128999948501587,0.2078000009059906,0.8328999876976013,-0.5128999948501587,0.2078000009059906,0.8328999876976013,-0.18129999935626984,-0.9685999751091003,-0.17000000178813934,-0.18129999935626984,-0.9685999751091003,-0.17000000178813934,-0.18129999935626984,-0.9685999751091003,-0.17000000178813934,-0.7958999872207642,-0.08209999650716782,0.5999000072479248,-0.7958999872207642,-0.08209999650716782,0.5999000072479248,-0.7958999872207642,-0.08209999650716782,0.5999000072479248,-0.07840000092983246,-0.890999972820282,0.4471000134944916,-0.07840000092983246,-0.890999972820282,0.4471000134944916,-0.07840000092983246,-0.890999972820282,0.4471000134944916,-0.9886999726295471,0.05009999871253967,-0.1412000060081482,-0.9886999726295471,0.05009999871253967,-0.1412000060081482,-0.9886999726295471,0.05009999871253967,-0.1412000060081482,0.3176000118255615,0.9078999757766724,-0.2736000120639801,0.3176000118255615,0.9078999757766724,-0.2736000120639801,0.3176000118255615,0.9078999757766724,-0.2736000120639801,-0.310699999332428,0.9466000199317932,-0.0860000029206276,-0.310699999332428,0.9466000199317932,-0.0860000029206276,-0.310699999332428,0.9466000199317932,-0.0860000029206276,0.14790000021457672,-0.6322000026702881,-0.7605999708175659,0.14790000021457672,-0.6322000026702881,-0.7605999708175659,0.14790000021457672,-0.6322000026702881,-0.7605999708175659,-0.739300012588501,0.06599999964237213,-0.6700999736785889,-0.739300012588501,0.06599999964237213,-0.6700999736785889,-0.739300012588501,0.06599999964237213,-0.6700999736785889,-0.05820000171661377,0.24390000104904175,-0.9679999947547913,-0.05820000171661377,0.24390000104904175,-0.9679999947547913,-0.05820000171661377,0.24390000104904175,-0.9679999947547913,-0.125900000333786,-0.934499979019165,0.3328999876976013,-0.125900000333786,-0.934499979019165,0.3328999876976013,-0.125900000333786,-0.934499979019165,0.3328999876976013,0.5169000029563904,-0.28130000829696655,0.8084999918937683,0.5169000029563904,-0.28130000829696655,0.8084999918937683,0.5169000029563904,-0.28130000829696655,0.8084999918937683,-0.48809999227523804,0.5103999972343445,-0.7080000042915344,-0.48809999227523804,0.5103999972343445,-0.7080000042915344,-0.48809999227523804,0.5103999972343445,-0.7080000042915344,-0.4763000011444092,-0.8784000277519226,0.03970000147819519,-0.4763000011444092,-0.8784000277519226,0.03970000147819519,-0.4763000011444092,-0.8784000277519226,0.03970000147819519,0.8517000079154968,0.20170000195503235,-0.483599990606308,0.8517000079154968,0.20170000195503235,-0.483599990606308,0.8517000079154968,0.20170000195503235,-0.483599990606308,-0.3684000074863434,0.6523000001907349,-0.6624000072479248,-0.3684000074863434,0.6523000001907349,-0.6624000072479248,-0.3684000074863434,0.6523000001907349,-0.6624000072479248,0.3343000113964081,-0.9053000211715698,0.2621000111103058,0.3343000113964081,-0.9053000211715698,0.2621000111103058,0.3343000113964081,-0.9053000211715698,0.2621000111103058,0.4625999927520752,0.8802000284194946,-0.10620000213384628,0.4625999927520752,0.8802000284194946,-0.10620000213384628,0.4625999927520752,0.8802000284194946,-0.10620000213384628,0.20679999887943268,-0.9164999723434448,-0.3425000011920929,0.20679999887943268,-0.9164999723434448,-0.3425000011920929,0.20679999887943268,-0.9164999723434448,-0.3425000011920929,-0.4327999949455261,-0.7957000136375427,0.4237000048160553,-0.4327999949455261,-0.7957000136375427,0.4237000048160553,-0.4327999949455261,-0.7957000136375427,0.4237000048160553,-0.8007000088691711,0.3492000102996826,0.4867999851703644,-0.8007000088691711,0.3492000102996826,0.4867999851703644,-0.8007000088691711,0.3492000102996826,0.4867999851703644,-0.42590001225471497,-0.857699990272522,-0.2881999909877777,-0.42590001225471497,-0.857699990272522,-0.2881999909877777,-0.42590001225471497,-0.857699990272522,-0.2881999909877777,0.4345000088214874,0.8784999847412109,0.19869999587535858,0.4345000088214874,0.8784999847412109,0.19869999587535858,0.4345000088214874,0.8784999847412109,0.19869999587535858,-0.10180000215768814,-0.9793000221252441,-0.17520000040531158,-0.10180000215768814,-0.9793000221252441,-0.17520000040531158,-0.10180000215768814,-0.9793000221252441,-0.17520000040531158,-0.48570001125335693,-0.7247999906539917,0.4885999858379364,-0.48570001125335693,-0.7247999906539917,0.4885999858379364,-0.48570001125335693,-0.7247999906539917,0.4885999858379364,-0.15060000121593475,-0.44440001249313354,0.8830999732017517,-0.15060000121593475,-0.44440001249313354,0.8830999732017517,-0.15060000121593475,-0.44440001249313354,0.8830999732017517,-0.7968999743461609,0.603600025177002,-0.026900000870227814,-0.7968999743461609,0.603600025177002,-0.026900000870227814,-0.7968999743461609,0.603600025177002,-0.026900000870227814,0.7092999815940857,-0.5264999866485596,-0.46869999170303345,0.7092999815940857,-0.5264999866485596,-0.46869999170303345,0.7092999815940857,-0.5264999866485596,-0.46869999170303345,0.10890000313520432,0.6392999887466431,-0.7612000107765198,0.10890000313520432,0.6392999887466431,-0.7612000107765198,0.10890000313520432,0.6392999887466431,-0.7612000107765198,-0.8264999985694885,0.13410000503063202,0.5467000007629395,-0.8264999985694885,0.13410000503063202,0.5467000007629395,-0.8264999985694885,0.13410000503063202,0.5467000007629395,0.07649999856948853,-0.07729999721050262,0.9940999746322632,0.07649999856948853,-0.07729999721050262,0.9940999746322632,0.07649999856948853,-0.07729999721050262,0.9940999746322632,0.05689999833703041,-0.9908000230789185,0.12280000001192093,0.05689999833703041,-0.9908000230789185,0.12280000001192093,0.05689999833703041,-0.9908000230789185,0.12280000001192093,0.21170000731945038,-0.9743000268936157,0.07739999890327454,0.21170000731945038,-0.9743000268936157,0.07739999890327454,0.21170000731945038,-0.9743000268936157,0.07739999890327454,0.9120000004768372,-0.4092000126838684,-0.026900000870227814,0.9120000004768372,-0.4092000126838684,-0.026900000870227814,0.9120000004768372,-0.4092000126838684,-0.026900000870227814,0.7383999824523926,-0.6741999983787537,0.016300000250339508,0.7383999824523926,-0.6741999983787537,0.016300000250339508,0.7383999824523926,-0.6741999983787537,0.016300000250339508,0.968999981880188,0.028599999845027924,-0.24529999494552612,0.968999981880188,0.028599999845027924,-0.24529999494552612,0.968999981880188,0.028599999845027924,-0.24529999494552612,0.031199999153614044,0.7602999806404114,-0.6488999724388123,0.031199999153614044,0.7602999806404114,-0.6488999724388123,0.031199999153614044,0.7602999806404114,-0.6488999724388123,-0.7522000074386597,-0.5058000087738037,-0.4223000109195709,-0.7522000074386597,-0.5058000087738037,-0.4223000109195709,-0.7522000074386597,-0.5058000087738037,-0.4223000109195709,-0.6686999797821045,0.7415000200271606,0.05570000037550926,-0.6686999797821045,0.7415000200271606,0.05570000037550926,-0.6686999797821045,0.7415000200271606,0.05570000037550926,-0.8095999956130981,-0.46779999136924744,-0.3546000123023987,-0.8095999956130981,-0.46779999136924744,-0.3546000123023987,-0.8095999956130981,-0.46779999136924744,-0.3546000123023987,-0.045499999076128006,-0.5358999967575073,0.8429999947547913,-0.045499999076128006,-0.5358999967575073,0.8429999947547913,-0.045499999076128006,-0.5358999967575073,0.8429999947547913,-0.9994999766349792,-0.02879999950528145,-0.012400000356137753,-0.9994999766349792,-0.02879999950528145,-0.012400000356137753,-0.9994999766349792,-0.02879999950528145,-0.012400000356137753,0.868399977684021,0.17030000686645508,0.46560001373291016,0.868399977684021,0.17030000686645508,0.46560001373291016,0.868399977684021,0.17030000686645508,0.46560001373291016,-0.4291999936103821,0.876800000667572,-0.2168000042438507,-0.4291999936103821,0.876800000667572,-0.2168000042438507,-0.4291999936103821,0.876800000667572,-0.2168000042438507,0.8070999979972839,-0.40070000290870667,-0.43369999527931213,0.8070999979972839,-0.40070000290870667,-0.43369999527931213,0.8070999979972839,-0.40070000290870667,-0.43369999527931213,0.26589998602867126,-0.9638000130653381,-0.020600000396370888,0.26589998602867126,-0.9638000130653381,-0.020600000396370888,0.26589998602867126,-0.9638000130653381,-0.020600000396370888,0.927299976348877,-0.3677000105381012,0.07029999792575836,0.927299976348877,-0.3677000105381012,0.07029999792575836,0.927299976348877,-0.3677000105381012,0.07029999792575836,-0.32510000467300415,0.46459999680519104,-0.8237000107765198,-0.32510000467300415,0.46459999680519104,-0.8237000107765198,-0.32510000467300415,0.46459999680519104,-0.8237000107765198,-0.6019999980926514,0.5049999952316284,-0.6186000108718872,-0.6019999980926514,0.5049999952316284,-0.6186000108718872,-0.6019999980926514,0.5049999952316284,-0.6186000108718872,0.43230000138282776,0.10570000112056732,-0.8955000042915344,0.43230000138282776,0.10570000112056732,-0.8955000042915344,0.43230000138282776,0.10570000112056732,-0.8955000042915344,0.3564000129699707,-0.414000004529953,0.8375999927520752,0.3564000129699707,-0.414000004529953,0.8375999927520752,0.3564000129699707,-0.414000004529953,0.8375999927520752,-0.020099999383091927,0.6934000253677368,0.720300018787384,-0.020099999383091927,0.6934000253677368,0.720300018787384,-0.020099999383091927,0.6934000253677368,0.720300018787384,-0.5928999781608582,0.5,-0.6312000155448914,-0.5928999781608582,0.5,-0.6312000155448914,-0.5928999781608582,0.5,-0.6312000155448914,-0.6669999957084656,0.39089998602867126,0.6342999935150146,-0.6669999957084656,0.39089998602867126,0.6342999935150146,-0.6669999957084656,0.39089998602867126,0.6342999935150146,0.05299999937415123,-0.7821999788284302,0.6208000183105469,0.05299999937415123,-0.7821999788284302,0.6208000183105469,0.05299999937415123,-0.7821999788284302,0.6208000183105469,0.9269000291824341,-0.3752000033855438,0.010099999606609344,0.9269000291824341,-0.3752000033855438,0.010099999606609344,0.9269000291824341,-0.3752000033855438,0.010099999606609344,-0.3546000123023987,-0.5357999801635742,0.7662000060081482,-0.3546000123023987,-0.5357999801635742,0.7662000060081482,-0.3546000123023987,-0.5357999801635742,0.7662000060081482,0.031599998474121094,-0.9940000176429749,-0.10490000247955322,0.031599998474121094,-0.9940000176429749,-0.10490000247955322,0.031599998474121094,-0.9940000176429749,-0.10490000247955322,0.6277999877929688,0.035100001841783524,0.7774999737739563,0.6277999877929688,0.035100001841783524,0.7774999737739563,0.6277999877929688,0.035100001841783524,0.7774999737739563,0.7774999737739563,-0.5555999875068665,-0.2946999967098236,0.7774999737739563,-0.5555999875068665,-0.2946999967098236,0.7774999737739563,-0.5555999875068665,-0.2946999967098236,-0.663100004196167,0.23080000281333923,0.7121000289916992,-0.663100004196167,0.23080000281333923,0.7121000289916992,-0.663100004196167,0.23080000281333923,0.7121000289916992,-0.722100019454956,0.486299991607666,-0.4921000003814697,-0.722100019454956,0.486299991607666,-0.4921000003814697,-0.722100019454956,0.486299991607666,-0.4921000003814697,0.3172999918460846,0.840499997138977,-0.4392000138759613,0.3172999918460846,0.840499997138977,-0.4392000138759613,0.3172999918460846,0.840499997138977,-0.4392000138759613,-0.7651000022888184,-0.6333000063896179,-0.11640000343322754,-0.7651000022888184,-0.6333000063896179,-0.11640000343322754,-0.7651000022888184,-0.6333000063896179,-0.11640000343322754,0.3483000099658966,0.5963000059127808,-0.7232999801635742,0.3483000099658966,0.5963000059127808,-0.7232999801635742,0.3483000099658966,0.5963000059127808,-0.7232999801635742,-0.7046999931335449,-0.617900013923645,0.34869998693466187,-0.7046999931335449,-0.617900013923645,0.34869998693466187,-0.7046999931335449,-0.617900013923645,0.34869998693466187,0.6202999949455261,0.7402999997138977,0.25920000672340393,0.6202999949455261,0.7402999997138977,0.25920000672340393,0.6202999949455261,0.7402999997138977,0.25920000672340393,0.8472999930381775,0.45080000162124634,-0.2806999981403351,0.8472999930381775,0.45080000162124634,-0.2806999981403351,0.8472999930381775,0.45080000162124634,-0.2806999981403351,-0.8468999862670898,-0.26190000772476196,0.4629000127315521,-0.8468999862670898,-0.26190000772476196,0.4629000127315521,-0.8468999862670898,-0.26190000772476196,0.4629000127315521,-0.25130000710487366,0.9384999871253967,0.23669999837875366,-0.25130000710487366,0.9384999871253967,0.23669999837875366,-0.25130000710487366,0.9384999871253967,0.23669999837875366,0.09130000323057175,-0.9133999943733215,0.396699994802475,0.09130000323057175,-0.9133999943733215,0.396699994802475,0.09130000323057175,-0.9133999943733215,0.396699994802475,0.9089000225067139,-0.05869999900460243,-0.41280001401901245,0.9089000225067139,-0.05869999900460243,-0.41280001401901245,0.9089000225067139,-0.05869999900460243,-0.41280001401901245,-0.060100000351667404,0.9789999723434448,0.1949000060558319,-0.060100000351667404,0.9789999723434448,0.1949000060558319,-0.060100000351667404,0.9789999723434448,0.1949000060558319,0.14309999346733093,-0.7954000234603882,0.5889999866485596,0.14309999346733093,-0.7954000234603882,0.5889999866485596,0.14309999346733093,-0.7954000234603882,0.5889999866485596,0.3783000111579895,0.7973999977111816,0.4700999855995178,0.3783000111579895,0.7973999977111816,0.4700999855995178,0.3783000111579895,0.7973999977111816,0.4700999855995178,-0.8458999991416931,-0.5304999947547913,-0.05429999902844429,-0.8458999991416931,-0.5304999947547913,-0.05429999902844429,-0.8458999991416931,-0.5304999947547913,-0.05429999902844429,0.6021000146865845,0.6735000014305115,-0.42890000343322754,0.6021000146865845,0.6735000014305115,-0.42890000343322754,0.6021000146865845,0.6735000014305115,-0.42890000343322754,-0.367900013923645,0.8454999923706055,0.3869999945163727,-0.367900013923645,0.8454999923706055,0.3869999945163727,-0.367900013923645,0.8454999923706055,0.3869999945163727,-0.4041000008583069,-0.8701000213623047,0.28209999203681946,-0.4041000008583069,-0.8701000213623047,0.28209999203681946,-0.4041000008583069,-0.8701000213623047,0.28209999203681946,0.4343999922275543,0.852400004863739,-0.29100000858306885,0.4343999922275543,0.852400004863739,-0.29100000858306885,0.4343999922275543,0.852400004863739,-0.29100000858306885,-0.9257000088691711,0.3702999949455261,-0.0771000012755394,-0.9257000088691711,0.3702999949455261,-0.0771000012755394,-0.9257000088691711,0.3702999949455261,-0.0771000012755394,-0.8167999982833862,0.4672999978065491,0.3382999897003174,-0.8167999982833862,0.4672999978065491,0.3382999897003174,-0.8167999982833862,0.4672999978065491,0.3382999897003174,0.9409999847412109,-0.2937000095844269,-0.16830000281333923,0.9409999847412109,-0.2937000095844269,-0.16830000281333923,0.9409999847412109,-0.2937000095844269,-0.16830000281333923,0.01140000019222498,-0.9934999942779541,0.11309999972581863,0.01140000019222498,-0.9934999942779541,0.11309999972581863,0.01140000019222498,-0.9934999942779541,0.11309999972581863,-0.1542000025510788,-0.8458999991416931,0.5105000138282776,-0.1542000025510788,-0.8458999991416931,0.5105000138282776,-0.1542000025510788,-0.8458999991416931,0.5105000138282776,-0.8834999799728394,0.44830000400543213,-0.13570000231266022,-0.8834999799728394,0.44830000400543213,-0.13570000231266022,-0.8834999799728394,0.44830000400543213,-0.13570000231266022,0.32089999318122864,0.925599992275238,-0.20069999992847443,0.32089999318122864,0.925599992275238,-0.20069999992847443,0.32089999318122864,0.925599992275238,-0.20069999992847443,-0.5364999771118164,-0.5385000109672546,0.6498000025749207,-0.5364999771118164,-0.5385000109672546,0.6498000025749207,-0.5364999771118164,-0.5385000109672546,0.6498000025749207,0.857699990272522,0.30090001225471497,-0.4169999957084656,0.857699990272522,0.30090001225471497,-0.4169999957084656,0.857699990272522,0.30090001225471497,-0.4169999957084656,0.3395000100135803,0.16940000653266907,-0.9251999855041504,0.3395000100135803,0.16940000653266907,-0.9251999855041504,0.3395000100135803,0.16940000653266907,-0.9251999855041504,0.1891999989748001,-0.9478999972343445,0.2565000057220459,0.1891999989748001,-0.9478999972343445,0.2565000057220459,0.1891999989748001,-0.9478999972343445,0.2565000057220459,0.2816999852657318,-0.8465999960899353,0.45159998536109924,0.2816999852657318,-0.8465999960899353,0.45159998536109924,0.2816999852657318,-0.8465999960899353,0.45159998536109924,0.8373000025749207,-0.4456999897956848,0.3167000114917755,0.8373000025749207,-0.4456999897956848,0.3167000114917755,0.8373000025749207,-0.4456999897956848,0.3167000114917755,0.5701000094413757,-0.5407000184059143,0.6184999942779541,0.5701000094413757,-0.5407000184059143,0.6184999942779541,0.5701000094413757,-0.5407000184059143,0.6184999942779541,-0.49880000948905945,-0.5440999865531921,0.6746000051498413,-0.49880000948905945,-0.5440999865531921,0.6746000051498413,-0.49880000948905945,-0.5440999865531921,0.6746000051498413,0.927299976348877,0.17399999499320984,-0.3314000070095062,0.927299976348877,0.17399999499320984,-0.3314000070095062,0.927299976348877,0.17399999499320984,-0.3314000070095062,-0.5429999828338623,0.7810999751091003,0.3084000051021576,-0.5429999828338623,0.7810999751091003,0.3084000051021576,-0.5429999828338623,0.7810999751091003,0.3084000051021576,0.4620000123977661,-0.8579999804496765,-0.22429999709129333,0.4620000123977661,-0.8579999804496765,-0.22429999709129333,0.4620000123977661,-0.8579999804496765,-0.22429999709129333,0.508899986743927,-0.5022000074386597,-0.6991999745368958,0.508899986743927,-0.5022000074386597,-0.6991999745368958,0.508899986743927,-0.5022000074386597,-0.6991999745368958,0.9853000044822693,0.1607999950647354,-0.05689999833703041,0.9853000044822693,0.1607999950647354,-0.05689999833703041,0.9853000044822693,0.1607999950647354,-0.05689999833703041,0.5709999799728394,-0.7074000239372253,-0.41670000553131104,0.5709999799728394,-0.7074000239372253,-0.41670000553131104,0.5709999799728394,-0.7074000239372253,-0.41670000553131104,-0.7028999924659729,0.3894999921321869,-0.5950999855995178,-0.7028999924659729,0.3894999921321869,-0.5950999855995178,-0.7028999924659729,0.3894999921321869,-0.5950999855995178], + "normalized": false + } + }, + "boundingSphere": { + "center": [0,141.11077499389648,-16.25804901123047], + "radius": 166.22807318066293 + } + } + }, + { + "uuid": "9FDDFDF5-057D-46AE-9D59-4495EF5A1743", + "type": "BufferGeometry", + "data": { + "attributes": { + "position": { + "itemSize": 3, + "type": "Float32Array", + "array": [-0.43950000405311584,2.577500104904175,3.6152000427246094,-0.17509999871253967,2.577199935913086,3.609999895095825,-0.19359999895095825,2.6071999073028564,3.631500005722046,-0.43950000405311584,2.577500104904175,3.6152000427246094,-0.19359999895095825,2.6071999073028564,3.631500005722046,-0.46230000257492065,2.607800006866455,3.63319993019104,-0.17509999871253967,2.577199935913086,3.609999895095825,0.1657000035047531,2.5759999752044678,3.6040000915527344,0.1527000069618225,2.6057000160217285,3.6296000480651855,-0.17509999871253967,2.577199935913086,3.609999895095825,0.1527000069618225,2.6057000160217285,3.6296000480651855,-0.19359999895095825,2.6071999073028564,3.631500005722046,-0.46230000257492065,2.607800006866455,3.63319993019104,-0.19359999895095825,2.6071999073028564,3.631500005722046,-0.21089999377727509,2.6294000148773193,3.642400026321411,-0.46230000257492065,2.607800006866455,3.63319993019104,-0.21089999377727509,2.6294000148773193,3.642400026321411,-0.4823000133037567,2.631700038909912,3.6422998905181885,-0.19359999895095825,2.6071999073028564,3.631500005722046,0.1527000069618225,2.6057000160217285,3.6296000480651855,0.1404000073671341,2.626800060272217,3.642400026321411,-0.19359999895095825,2.6071999073028564,3.631500005722046,0.1404000073671341,2.626800060272217,3.642400026321411,-0.21089999377727509,2.6294000148773193,3.642400026321411,0.5572999715805054,2.5745999813079834,3.5989999771118164,0.974399983882904,2.573899984359741,3.5966999530792236,0.974399983882904,2.6033999919891357,3.62719988822937,0.5572999715805054,2.5745999813079834,3.5989999771118164,0.974399983882904,2.6033999919891357,3.62719988822937,0.550599992275238,2.6041998863220215,3.6278998851776123,0.550599992275238,2.6041998863220215,3.6278998851776123,0.974399983882904,2.6033999919891357,3.62719988822937,0.974399983882904,2.6256000995635986,3.6426000595092773,0.550599992275238,2.6041998863220215,3.6278998851776123,0.974399983882904,2.6256000995635986,3.6426000595092773,0.5443000197410583,2.625699996948242,3.6424999237060547,0.1657000035047531,2.5759999752044678,3.6040000915527344,0.5572999715805054,2.5745999813079834,3.5989999771118164,0.550599992275238,2.6041998863220215,3.6278998851776123,0.1657000035047531,2.5759999752044678,3.6040000915527344,0.550599992275238,2.6041998863220215,3.6278998851776123,0.1527000069618225,2.6057000160217285,3.6296000480651855,0.1527000069618225,2.6057000160217285,3.6296000480651855,0.550599992275238,2.6041998863220215,3.6278998851776123,0.5443000197410583,2.625699996948242,3.6424999237060547,0.1527000069618225,2.6057000160217285,3.6296000480651855,0.5443000197410583,2.625699996948242,3.6424999237060547,0.1404000073671341,2.626800060272217,3.642400026321411,0.9743000268936157,2.677299976348877,3.648200035095215,0.47909998893737793,2.659600019454956,3.647599935531616,0.534600019454956,2.6435999870300293,3.6475000381469727,0.9743000268936157,2.677299976348877,3.648200035095215,0.534600019454956,2.6435999870300293,3.6475000381469727,0.974399983882904,2.645400047302246,3.6477999687194824,0.47909998893737793,2.659600019454956,3.647599935531616,0.08649999648332596,2.656599998474121,3.646899938583374,0.12200000137090683,2.6431000232696533,3.6468000411987305,0.47909998893737793,2.659600019454956,3.647599935531616,0.12200000137090683,2.6431000232696533,3.6468000411987305,0.534600019454956,2.6435999870300293,3.6475000381469727,0.974399983882904,2.645400047302246,3.6477999687194824,0.534600019454956,2.6435999870300293,3.6475000381469727,0.5443000197410583,2.625699996948242,3.6424999237060547,0.974399983882904,2.645400047302246,3.6477999687194824,0.5443000197410583,2.625699996948242,3.6424999237060547,0.974399983882904,2.6256000995635986,3.6426000595092773,0.534600019454956,2.6435999870300293,3.6475000381469727,0.12200000137090683,2.6431000232696533,3.6468000411987305,0.1404000073671341,2.626800060272217,3.642400026321411,0.534600019454956,2.6435999870300293,3.6475000381469727,0.1404000073671341,2.626800060272217,3.642400026321411,0.5443000197410583,2.625699996948242,3.6424999237060547,-0.2574999928474426,2.6654999256134033,3.646199941635132,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.5098000168800354,2.655600070953369,3.645400047302246,-0.2574999928474426,2.6654999256134033,3.646199941635132,-0.5098000168800354,2.655600070953369,3.645400047302246,-0.23639999330043793,2.6487998962402344,3.6459999084472656,-0.23639999330043793,2.6487998962402344,3.6459999084472656,-0.5098000168800354,2.655600070953369,3.645400047302246,-0.4823000133037567,2.631700038909912,3.6422998905181885,-0.23639999330043793,2.6487998962402344,3.6459999084472656,-0.4823000133037567,2.631700038909912,3.6422998905181885,-0.21089999377727509,2.6294000148773193,3.642400026321411,0.08649999648332596,2.656599998474121,3.646899938583374,-0.2574999928474426,2.6654999256134033,3.646199941635132,-0.23639999330043793,2.6487998962402344,3.6459999084472656,0.08649999648332596,2.656599998474121,3.646899938583374,-0.23639999330043793,2.6487998962402344,3.6459999084472656,0.12200000137090683,2.6431000232696533,3.6468000411987305,0.12200000137090683,2.6431000232696533,3.6468000411987305,-0.23639999330043793,2.6487998962402344,3.6459999084472656,-0.21089999377727509,2.6294000148773193,3.642400026321411,0.12200000137090683,2.6431000232696533,3.6468000411987305,-0.21089999377727509,2.6294000148773193,3.642400026321411,0.1404000073671341,2.626800060272217,3.642400026321411,-0.05420000106096268,2.3548998832702637,0.03700000047683716,-0.0544000007212162,2.354099988937378,0.04690000042319298,-0.31029999256134033,2.378700017929077,0.04639999940991402,-0.05420000106096268,2.3548998832702637,0.03700000047683716,-0.31029999256134033,2.378700017929077,0.04639999940991402,-0.3098999857902527,2.379499912261963,0.0364999994635582,0.25760000944137573,2.342600107192993,0.03720000013709068,0.2574000060558319,2.3417999744415283,0.047200001776218414,-0.0544000007212162,2.354099988937378,0.04690000042319298,0.25760000944137573,2.342600107192993,0.03720000013709068,-0.0544000007212162,2.354099988937378,0.04690000042319298,-0.05420000106096268,2.3548998832702637,0.03700000047683716,-0.0544000007212162,2.354099988937378,0.04690000042319298,-0.054499998688697815,2.3536999225616455,0.059700001031160355,-0.31040000915527344,2.3782999515533447,0.05920000001788139,-0.0544000007212162,2.354099988937378,0.04690000042319298,-0.31040000915527344,2.3782999515533447,0.05920000001788139,-0.31029999256134033,2.378700017929077,0.04639999940991402,0.2574000060558319,2.3417999744415283,0.047200001776218414,0.2572999894618988,2.341399908065796,0.05990000069141388,-0.054499998688697815,2.3536999225616455,0.059700001031160355,0.2574000060558319,2.3417999744415283,0.047200001776218414,-0.054499998688697815,2.3536999225616455,0.059700001031160355,-0.0544000007212162,2.354099988937378,0.04690000042319298,0.974399983882904,2.3385000228881836,0.037300001829862595,0.974399983882904,2.3376998901367188,0.04729999974370003,0.6065999865531921,2.3376998901367188,0.04729999974370003,0.974399983882904,2.3385000228881836,0.037300001829862595,0.6065999865531921,2.3376998901367188,0.04729999974370003,0.6067000031471252,2.3385000228881836,0.037300001829862595,0.974399983882904,2.3376998901367188,0.04729999974370003,0.974399983882904,2.3373000621795654,0.05999999865889549,0.6065000295639038,2.3373000621795654,0.05999999865889549,0.974399983882904,2.3376998901367188,0.04729999974370003,0.6065000295639038,2.3373000621795654,0.05999999865889549,0.6065999865531921,2.3376998901367188,0.04729999974370003,0.6067000031471252,2.3385000228881836,0.037300001829862595,0.6065999865531921,2.3376998901367188,0.04729999974370003,0.2574000060558319,2.3417999744415283,0.047200001776218414,0.6067000031471252,2.3385000228881836,0.037300001829862595,0.2574000060558319,2.3417999744415283,0.047200001776218414,0.25760000944137573,2.342600107192993,0.03720000013709068,0.6065999865531921,2.3376998901367188,0.04729999974370003,0.6065000295639038,2.3373000621795654,0.05999999865889549,0.2572999894618988,2.341399908065796,0.05990000069141388,0.6065999865531921,2.3376998901367188,0.04729999974370003,0.2572999894618988,2.341399908065796,0.05990000069141388,0.2574000060558319,2.3417999744415283,0.047200001776218414,0.6065000295639038,2.337100028991699,0.08959999680519104,0.6065000295639038,2.337100028991699,0.07450000196695328,0.974399983882904,2.337100028991699,0.07450000196695328,0.6065000295639038,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.07450000196695328,0.974399983882904,2.337100028991699,0.08959999680519104,0.2572999894618988,2.341200113296509,0.08959999680519104,0.2572999894618988,2.341200113296509,0.07450000196695328,0.6065000295639038,2.337100028991699,0.07450000196695328,0.2572999894618988,2.341200113296509,0.08959999680519104,0.6065000295639038,2.337100028991699,0.07450000196695328,0.6065000295639038,2.337100028991699,0.08959999680519104,0.6065000295639038,2.337100028991699,0.07450000196695328,0.6065000295639038,2.3373000621795654,0.05999999865889549,0.974399983882904,2.3373000621795654,0.05999999865889549,0.6065000295639038,2.337100028991699,0.07450000196695328,0.974399983882904,2.3373000621795654,0.05999999865889549,0.974399983882904,2.337100028991699,0.07450000196695328,0.2572999894618988,2.341200113296509,0.07450000196695328,0.2572999894618988,2.341399908065796,0.05990000069141388,0.6065000295639038,2.3373000621795654,0.05999999865889549,0.2572999894618988,2.341200113296509,0.07450000196695328,0.6065000295639038,2.3373000621795654,0.05999999865889549,0.6065000295639038,2.337100028991699,0.07450000196695328,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.31049999594688416,2.378200054168701,0.0737999975681305,-0.05460000038146973,2.353600025177002,0.07429999858140945,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.05460000038146973,2.353600025177002,0.07429999858140945,-0.05460000038146973,2.353600025177002,0.08950000256299973,-0.31049999594688416,2.378200054168701,0.0737999975681305,-0.31040000915527344,2.3782999515533447,0.05920000001788139,-0.054499998688697815,2.3536999225616455,0.059700001031160355,-0.31049999594688416,2.378200054168701,0.0737999975681305,-0.054499998688697815,2.3536999225616455,0.059700001031160355,-0.05460000038146973,2.353600025177002,0.07429999858140945,-0.05460000038146973,2.353600025177002,0.08950000256299973,-0.05460000038146973,2.353600025177002,0.07429999858140945,0.2572999894618988,2.341200113296509,0.07450000196695328,-0.05460000038146973,2.353600025177002,0.08950000256299973,0.2572999894618988,2.341200113296509,0.07450000196695328,0.2572999894618988,2.341200113296509,0.08959999680519104,-0.05460000038146973,2.353600025177002,0.07429999858140945,-0.054499998688697815,2.3536999225616455,0.059700001031160355,0.2572999894618988,2.341399908065796,0.05990000069141388,-0.05460000038146973,2.353600025177002,0.07429999858140945,0.2572999894618988,2.341399908065796,0.05990000069141388,0.2572999894618988,2.341200113296509,0.07450000196695328,-0.3070000112056732,2.3821001052856445,3.4365999698638916,-0.48739999532699585,2.422800064086914,3.4869000911712646,-0.49000000953674316,2.4207000732421875,3.4616000652313232,-0.3070000112056732,2.3821001052856445,3.4365999698638916,-0.49000000953674316,2.4207000732421875,3.4616000652313232,-0.3091000020503998,2.3798000812530518,3.411600112915039,-0.48739999532699585,2.422800064086914,3.4869000911712646,-0.6079000234603882,2.472899913787842,3.530400037765503,-0.6111000180244446,2.4714999198913574,3.5048999786376953,-0.48739999532699585,2.422800064086914,3.4869000911712646,-0.6111000180244446,2.4714999198913574,3.5048999786376953,-0.49000000953674316,2.4207000732421875,3.4616000652313232,-0.3091000020503998,2.3798000812530518,3.411600112915039,-0.49000000953674316,2.4207000732421875,3.4616000652313232,-0.49129998683929443,2.4196999073028564,3.3826000690460205,-0.3091000020503998,2.3798000812530518,3.411600112915039,-0.49129998683929443,2.4196999073028564,3.3826000690460205,-0.3102000057697296,2.3785998821258545,3.333899974822998,-0.49000000953674316,2.4207000732421875,3.4616000652313232,-0.6111000180244446,2.4714999198913574,3.5048999786376953,-0.6128000020980835,2.4709999561309814,3.424499988555908,-0.49000000953674316,2.4207000732421875,3.4616000652313232,-0.6128000020980835,2.4709999561309814,3.424499988555908,-0.49129998683929443,2.4196999073028564,3.3826000690460205,-0.6833999752998352,2.5253000259399414,3.5660998821258545,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.7340999841690063,2.5757999420166016,3.5680999755859375,-0.6833999752998352,2.5253000259399414,3.5660998821258545,-0.7340999841690063,2.5757999420166016,3.5680999755859375,-0.6875,2.5253000259399414,3.540600061416626,-0.6875,2.5253000259399414,3.540600061416626,-0.7340999841690063,2.5757999420166016,3.5680999755859375,-0.7378000020980835,2.5803000926971436,3.4867000579833984,-0.6875,2.5253000259399414,3.540600061416626,-0.7378000020980835,2.5803000926971436,3.4867000579833984,-0.6899999976158142,2.526599884033203,3.459399938583374,-0.6079000234603882,2.472899913787842,3.530400037765503,-0.6833999752998352,2.5253000259399414,3.5660998821258545,-0.6875,2.5253000259399414,3.540600061416626,-0.6079000234603882,2.472899913787842,3.530400037765503,-0.6875,2.5253000259399414,3.540600061416626,-0.6111000180244446,2.4714999198913574,3.5048999786376953,-0.6111000180244446,2.4714999198913574,3.5048999786376953,-0.6875,2.5253000259399414,3.540600061416626,-0.6899999976158142,2.526599884033203,3.459399938583374,-0.6111000180244446,2.4714999198913574,3.5048999786376953,-0.6899999976158142,2.526599884033203,3.459399938583374,-0.6128000020980835,2.4709999561309814,3.424499988555908,-0.7419999837875366,2.589600086212158,2.9670000076293945,-0.6919999718666077,2.5302000045776367,2.94350004196167,-0.6912999749183655,2.52839994430542,3.275899887084961,-0.7419999837875366,2.589600086212158,2.9670000076293945,-0.6912999749183655,2.52839994430542,3.275899887084961,-0.7404000163078308,2.5852999687194824,3.302000045776367,-0.6919999718666077,2.5302000045776367,2.94350004196167,-0.6136999726295471,2.4716999530792236,2.914400100708008,-0.6134999990463257,2.4711999893188477,3.2430999279022217,-0.6919999718666077,2.5302000045776367,2.94350004196167,-0.6134999990463257,2.4711999893188477,3.2430999279022217,-0.6912999749183655,2.52839994430542,3.275899887084961,-0.7404000163078308,2.5852999687194824,3.302000045776367,-0.6912999749183655,2.52839994430542,3.275899887084961,-0.6899999976158142,2.526599884033203,3.459399938583374,-0.7404000163078308,2.5852999687194824,3.302000045776367,-0.6899999976158142,2.526599884033203,3.459399938583374,-0.7378000020980835,2.5803000926971436,3.4867000579833984,-0.6912999749183655,2.52839994430542,3.275899887084961,-0.6134999990463257,2.4711999893188477,3.2430999279022217,-0.6128000020980835,2.4709999561309814,3.424499988555908,-0.6912999749183655,2.52839994430542,3.275899887084961,-0.6128000020980835,2.4709999561309814,3.424499988555908,-0.6899999976158142,2.526599884033203,3.459399938583374,-0.4916999936103821,2.419300079345703,2.879699945449829,-0.31049999594688416,2.378200054168701,2.8392999172210693,-0.31049999594688416,2.378200054168701,3.1582999229431152,-0.4916999936103821,2.419300079345703,2.879699945449829,-0.31049999594688416,2.378200054168701,3.1582999229431152,-0.4916999936103821,2.419300079345703,3.203900098800659,-0.4916999936103821,2.419300079345703,3.203900098800659,-0.31049999594688416,2.378200054168701,3.1582999229431152,-0.3102000057697296,2.3785998821258545,3.333899974822998,-0.4916999936103821,2.419300079345703,3.203900098800659,-0.3102000057697296,2.3785998821258545,3.333899974822998,-0.49129998683929443,2.4196999073028564,3.3826000690460205,-0.6136999726295471,2.4716999530792236,2.914400100708008,-0.4916999936103821,2.419300079345703,2.879699945449829,-0.4916999936103821,2.419300079345703,3.203900098800659,-0.6136999726295471,2.4716999530792236,2.914400100708008,-0.4916999936103821,2.419300079345703,3.203900098800659,-0.6134999990463257,2.4711999893188477,3.2430999279022217,-0.6134999990463257,2.4711999893188477,3.2430999279022217,-0.4916999936103821,2.419300079345703,3.203900098800659,-0.49129998683929443,2.4196999073028564,3.3826000690460205,-0.6134999990463257,2.4711999893188477,3.2430999279022217,-0.49129998683929443,2.4196999073028564,3.3826000690460205,-0.6128000020980835,2.4709999561309814,3.424499988555908,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.7437000274658203,2.5940001010894775,0.10100000351667404,-0.7825999855995178,2.653599977493286,0.10000000149011612,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.7825999855995178,2.653599977493286,0.10000000149011612,-0.7825999855995178,2.653599977493286,0.0843999981880188,-0.7437000274658203,2.5940001010894775,0.10100000351667404,-0.7437000274658203,2.5940001010894775,0.1673000007867813,-0.7825999855995178,2.653599977493286,0.16680000722408295,-0.7437000274658203,2.5940001010894775,0.10100000351667404,-0.7825999855995178,2.653599977493286,0.16680000722408295,-0.7825999855995178,2.653599977493286,0.10000000149011612,-0.7825999855995178,2.653599977493286,0.0843999981880188,-0.7825999855995178,2.653599977493286,0.10000000149011612,-0.8115000128746033,2.710700035095215,0.09910000115633011,-0.7825999855995178,2.653599977493286,0.0843999981880188,-0.8115000128746033,2.710700035095215,0.09910000115633011,-0.8115000128746033,2.710700035095215,0.08340000361204147,-0.7825999855995178,2.653599977493286,0.10000000149011612,-0.7825999855995178,2.653599977493286,0.16680000722408295,-0.8115000128746033,2.710700035095215,0.16619999706745148,-0.7825999855995178,2.653599977493286,0.10000000149011612,-0.8115000128746033,2.710700035095215,0.16619999706745148,-0.8115000128746033,2.710700035095215,0.09910000115633011,-0.7437000274658203,2.5940001010894775,0.6553999781608582,-0.7825999855995178,2.653599977493286,0.6582000255584717,-0.7825999855995178,2.653599977493286,0.3357999920845032,-0.7437000274658203,2.5940001010894775,0.6553999781608582,-0.7825999855995178,2.653599977493286,0.3357999920845032,-0.7437000274658203,2.5940001010894775,0.3352000117301941,-0.7825999855995178,2.653599977493286,0.6582000255584717,-0.8115000128746033,2.710700035095215,0.6603000164031982,-0.8115000128746033,2.710700035095215,0.3361000120639801,-0.7825999855995178,2.653599977493286,0.6582000255584717,-0.8115000128746033,2.710700035095215,0.3361000120639801,-0.7825999855995178,2.653599977493286,0.3357999920845032,-0.7437000274658203,2.5940001010894775,0.3352000117301941,-0.7825999855995178,2.653599977493286,0.3357999920845032,-0.7825999855995178,2.653599977493286,0.16680000722408295,-0.7437000274658203,2.5940001010894775,0.3352000117301941,-0.7825999855995178,2.653599977493286,0.16680000722408295,-0.7437000274658203,2.5940001010894775,0.1673000007867813,-0.7825999855995178,2.653599977493286,0.3357999920845032,-0.8115000128746033,2.710700035095215,0.3361000120639801,-0.8115000128746033,2.710700035095215,0.16619999706745148,-0.7825999855995178,2.653599977493286,0.3357999920845032,-0.8115000128746033,2.710700035095215,0.16619999706745148,-0.7825999855995178,2.653599977493286,0.16680000722408295,-0.8468999862670898,2.816999912261963,0.3359000086784363,-0.8323000073432922,2.765199899673462,0.3361000120639801,-0.8323000073432922,2.765199899673462,0.6615999937057495,-0.8468999862670898,2.816999912261963,0.3359000086784363,-0.8323000073432922,2.765199899673462,0.6615999937057495,-0.8468999862670898,2.816999912261963,0.6622999906539917,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8323000073432922,2.765199899673462,0.1655000001192093,-0.8323000073432922,2.765199899673462,0.3361000120639801,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8323000073432922,2.765199899673462,0.3361000120639801,-0.8468999862670898,2.816999912261963,0.3359000086784363,-0.8323000073432922,2.765199899673462,0.3361000120639801,-0.8115000128746033,2.710700035095215,0.3361000120639801,-0.8115000128746033,2.710700035095215,0.6603000164031982,-0.8323000073432922,2.765199899673462,0.3361000120639801,-0.8115000128746033,2.710700035095215,0.6603000164031982,-0.8323000073432922,2.765199899673462,0.6615999937057495,-0.8323000073432922,2.765199899673462,0.1655000001192093,-0.8115000128746033,2.710700035095215,0.16619999706745148,-0.8115000128746033,2.710700035095215,0.3361000120639801,-0.8323000073432922,2.765199899673462,0.1655000001192093,-0.8115000128746033,2.710700035095215,0.3361000120639801,-0.8323000073432922,2.765199899673462,0.3361000120639801,-0.8468999862670898,2.816999912261963,0.09740000218153,-0.8468999862670898,2.816999912261963,0.08169999718666077,-0.8323000073432922,2.765199899673462,0.08250000327825546,-0.8468999862670898,2.816999912261963,0.09740000218153,-0.8323000073432922,2.765199899673462,0.08250000327825546,-0.8323000073432922,2.765199899673462,0.0982000008225441,-0.8323000073432922,2.765199899673462,0.0982000008225441,-0.8323000073432922,2.765199899673462,0.08250000327825546,-0.8115000128746033,2.710700035095215,0.08340000361204147,-0.8323000073432922,2.765199899673462,0.0982000008225441,-0.8115000128746033,2.710700035095215,0.08340000361204147,-0.8115000128746033,2.710700035095215,0.09910000115633011,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8468999862670898,2.816999912261963,0.09740000218153,-0.8323000073432922,2.765199899673462,0.0982000008225441,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8323000073432922,2.765199899673462,0.0982000008225441,-0.8323000073432922,2.765199899673462,0.1655000001192093,-0.8323000073432922,2.765199899673462,0.1655000001192093,-0.8323000073432922,2.765199899673462,0.0982000008225441,-0.8115000128746033,2.710700035095215,0.09910000115633011,-0.8323000073432922,2.765199899673462,0.1655000001192093,-0.8115000128746033,2.710700035095215,0.09910000115633011,-0.8115000128746033,2.710700035095215,0.16619999706745148,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.7437000274658203,2.5940001010894775,0.06970000267028809,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.6926000118255615,2.531899929046631,0.08649999648332596,-0.7436000108718872,2.5940001010894775,0.054999999701976776,-0.6924999952316284,2.5320000648498535,0.05609999969601631,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.7436000108718872,2.5940001010894775,0.054999999701976776,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.7437000274658203,2.5940001010894775,0.06970000267028809,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.6139000058174133,2.472100019454956,0.07199999690055847,-0.6139000058174133,2.472100019454956,0.08760000020265579,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.6139000058174133,2.472100019454956,0.08760000020265579,-0.6926000118255615,2.531899929046631,0.08649999648332596,-0.6924999952316284,2.5320000648498535,0.05609999969601631,-0.6136999726295471,2.4721999168395996,0.05730000138282776,-0.6139000058174133,2.472100019454956,0.07199999690055847,-0.6924999952316284,2.5320000648498535,0.05609999969601631,-0.6139000058174133,2.472100019454956,0.07199999690055847,-0.6926000118255615,2.531899929046631,0.07090000063180923,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.6916000247001648,2.5327999591827393,0.033399999141693115,-0.692300021648407,2.5322999954223633,0.043299999088048935,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.692300021648407,2.5322999954223633,0.043299999088048935,-0.7432000041007996,2.5943000316619873,0.042100001126527786,-0.6916000247001648,2.5327999591827393,0.033399999141693115,-0.6129999756813049,2.473099946975708,0.03460000082850456,-0.6134999990463257,2.4725000858306885,0.04450000077486038,-0.6916000247001648,2.5327999591827393,0.033399999141693115,-0.6134999990463257,2.4725000858306885,0.04450000077486038,-0.692300021648407,2.5322999954223633,0.043299999088048935,-0.7432000041007996,2.5943000316619873,0.042100001126527786,-0.692300021648407,2.5322999954223633,0.043299999088048935,-0.6924999952316284,2.5320000648498535,0.05609999969601631,-0.7432000041007996,2.5943000316619873,0.042100001126527786,-0.6924999952316284,2.5320000648498535,0.05609999969601631,-0.7436000108718872,2.5940001010894775,0.054999999701976776,-0.692300021648407,2.5322999954223633,0.043299999088048935,-0.6134999990463257,2.4725000858306885,0.04450000077486038,-0.6136999726295471,2.4721999168395996,0.05730000138282776,-0.692300021648407,2.5322999954223633,0.043299999088048935,-0.6136999726295471,2.4721999168395996,0.05730000138282776,-0.6924999952316284,2.5320000648498535,0.05609999969601631,-0.31029999256134033,2.378700017929077,0.04639999940991402,-0.49140000343322754,2.419800043106079,0.04560000076889992,-0.4909999966621399,2.4203999042510986,0.035599999129772186,-0.31029999256134033,2.378700017929077,0.04639999940991402,-0.4909999966621399,2.4203999042510986,0.035599999129772186,-0.3098999857902527,2.379499912261963,0.0364999994635582,-0.31040000915527344,2.3782999515533447,0.05920000001788139,-0.49160000681877136,2.4193999767303467,0.058400001376867294,-0.49140000343322754,2.419800043106079,0.04560000076889992,-0.31040000915527344,2.3782999515533447,0.05920000001788139,-0.49140000343322754,2.419800043106079,0.04560000076889992,-0.31029999256134033,2.378700017929077,0.04639999940991402,-0.49140000343322754,2.419800043106079,0.04560000076889992,-0.6134999990463257,2.4725000858306885,0.04450000077486038,-0.6129999756813049,2.473099946975708,0.03460000082850456,-0.49140000343322754,2.419800043106079,0.04560000076889992,-0.6129999756813049,2.473099946975708,0.03460000082850456,-0.4909999966621399,2.4203999042510986,0.035599999129772186,-0.49160000681877136,2.4193999767303467,0.058400001376867294,-0.6136999726295471,2.4721999168395996,0.05730000138282776,-0.6134999990463257,2.4725000858306885,0.04450000077486038,-0.49160000681877136,2.4193999767303467,0.058400001376867294,-0.6134999990463257,2.4725000858306885,0.04450000077486038,-0.49140000343322754,2.419800043106079,0.04560000076889992,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.4916999936103821,2.419300079345703,0.0885000005364418,-0.4916999936103821,2.419300079345703,0.0729999989271164,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.4916999936103821,2.419300079345703,0.0729999989271164,-0.31049999594688416,2.378200054168701,0.0737999975681305,-0.4916999936103821,2.419300079345703,0.0885000005364418,-0.6139000058174133,2.472100019454956,0.08760000020265579,-0.6139000058174133,2.472100019454956,0.07199999690055847,-0.4916999936103821,2.419300079345703,0.0885000005364418,-0.6139000058174133,2.472100019454956,0.07199999690055847,-0.4916999936103821,2.419300079345703,0.0729999989271164,-0.31049999594688416,2.378200054168701,0.0737999975681305,-0.4916999936103821,2.419300079345703,0.0729999989271164,-0.49160000681877136,2.4193999767303467,0.058400001376867294,-0.31049999594688416,2.378200054168701,0.0737999975681305,-0.49160000681877136,2.4193999767303467,0.058400001376867294,-0.31040000915527344,2.3782999515533447,0.05920000001788139,-0.4916999936103821,2.419300079345703,0.0729999989271164,-0.6139000058174133,2.472100019454956,0.07199999690055847,-0.6136999726295471,2.4721999168395996,0.05730000138282776,-0.4916999936103821,2.419300079345703,0.0729999989271164,-0.6136999726295471,2.4721999168395996,0.05730000138282776,-0.49160000681877136,2.4193999767303467,0.058400001376867294,-0.40380001068115234,2.5343000888824463,3.5852999687194824,-0.14630000293254852,2.534600019454956,3.574199914932251,-0.17509999871253967,2.577199935913086,3.609999895095825,-0.40380001068115234,2.5343000888824463,3.5852999687194824,-0.17509999871253967,2.577199935913086,3.609999895095825,-0.43950000405311584,2.577500104904175,3.6152000427246094,-0.3481000065803528,2.487299919128418,3.5480000972747803,-0.10509999841451645,2.4874000549316406,3.530400037765503,-0.14630000293254852,2.534600019454956,3.574199914932251,-0.3481000065803528,2.487299919128418,3.5480000972747803,-0.14630000293254852,2.534600019454956,3.574199914932251,-0.40380001068115234,2.5343000888824463,3.5852999687194824,-0.14630000293254852,2.534600019454956,3.574199914932251,0.1859000027179718,2.533799886703491,3.5613999366760254,0.1657000035047531,2.5759999752044678,3.6040000915527344,-0.14630000293254852,2.534600019454956,3.574199914932251,0.1657000035047531,2.5759999752044678,3.6040000915527344,-0.17509999871253967,2.577199935913086,3.609999895095825,-0.10509999841451645,2.4874000549316406,3.530400037765503,0.21140000224113464,2.4860999584198,3.509700059890747,0.1859000027179718,2.533799886703491,3.5613999366760254,-0.10509999841451645,2.4874000549316406,3.530400037765503,0.1859000027179718,2.533799886703491,3.5613999366760254,-0.14630000293254852,2.534600019454956,3.574199914932251,-0.17739999294281006,2.418800115585327,3.4755001068115234,-0.010400000028312206,2.408400058746338,3.446700096130371,-0.049800001084804535,2.444000005722046,3.484800100326538,-0.17739999294281006,2.418800115585327,3.4755001068115234,-0.049800001084804535,2.444000005722046,3.484800100326538,-0.2651999890804291,2.4458000659942627,3.5076000690460205,-0.010400000028312206,2.408400058746338,3.446700096130371,0.26170000433921814,2.400599956512451,3.411400079727173,0.23999999463558197,2.4398000240325928,3.456899881362915,-0.010400000028312206,2.408400058746338,3.446700096130371,0.23999999463558197,2.4398000240325928,3.456899881362915,-0.049800001084804535,2.444000005722046,3.484800100326538,-0.2651999890804291,2.4458000659942627,3.5076000690460205,-0.049800001084804535,2.444000005722046,3.484800100326538,-0.10509999841451645,2.4874000549316406,3.530400037765503,-0.2651999890804291,2.4458000659942627,3.5076000690460205,-0.10509999841451645,2.4874000549316406,3.530400037765503,-0.3481000065803528,2.487299919128418,3.5480000972747803,-0.049800001084804535,2.444000005722046,3.484800100326538,0.23999999463558197,2.4398000240325928,3.456899881362915,0.21140000224113464,2.4860999584198,3.509700059890747,-0.049800001084804535,2.444000005722046,3.484800100326538,0.21140000224113464,2.4860999584198,3.509700059890747,-0.10509999841451645,2.4874000549316406,3.530400037765503,0.974399983882904,2.4377999305725098,3.4219000339508057,0.5917999744415283,2.4381000995635986,3.4328999519348145,0.6013000011444092,2.397900104522705,3.3815999031066895,0.974399983882904,2.4377999305725098,3.4219000339508057,0.6013000011444092,2.397900104522705,3.3815999031066895,0.974399983882904,2.3977999687194824,3.3680999279022217,0.974399983882904,2.484800100326538,3.4844000339508057,0.5799000263214111,2.4851999282836914,3.492300033569336,0.5917999744415283,2.4381000995635986,3.4328999519348145,0.974399983882904,2.484800100326538,3.4844000339508057,0.5917999744415283,2.4381000995635986,3.4328999519348145,0.974399983882904,2.4377999305725098,3.4219000339508057,0.5917999744415283,2.4381000995635986,3.4328999519348145,0.23999999463558197,2.4398000240325928,3.456899881362915,0.26170000433921814,2.400599956512451,3.411400079727173,0.5917999744415283,2.4381000995635986,3.4328999519348145,0.26170000433921814,2.400599956512451,3.411400079727173,0.6013000011444092,2.397900104522705,3.3815999031066895,0.5799000263214111,2.4851999282836914,3.492300033569336,0.21140000224113464,2.4860999584198,3.509700059890747,0.23999999463558197,2.4398000240325928,3.456899881362915,0.5799000263214111,2.4851999282836914,3.492300033569336,0.23999999463558197,2.4398000240325928,3.456899881362915,0.5917999744415283,2.4381000995635986,3.4328999519348145,0.974399983882904,2.573899984359741,3.5966999530792236,0.5572999715805054,2.5745999813079834,3.5989999771118164,0.5677000284194946,2.5327999591827393,3.5506999492645264,0.974399983882904,2.573899984359741,3.5966999530792236,0.5677000284194946,2.5327999591827393,3.5506999492645264,0.974399983882904,2.5322999954223633,3.5459001064300537,0.5572999715805054,2.5745999813079834,3.5989999771118164,0.1657000035047531,2.5759999752044678,3.6040000915527344,0.1859000027179718,2.533799886703491,3.5613999366760254,0.5572999715805054,2.5745999813079834,3.5989999771118164,0.1859000027179718,2.533799886703491,3.5613999366760254,0.5677000284194946,2.5327999591827393,3.5506999492645264,0.974399983882904,2.5322999954223633,3.5459001064300537,0.5677000284194946,2.5327999591827393,3.5506999492645264,0.5799000263214111,2.4851999282836914,3.492300033569336,0.974399983882904,2.5322999954223633,3.5459001064300537,0.5799000263214111,2.4851999282836914,3.492300033569336,0.974399983882904,2.484800100326538,3.4844000339508057,0.5677000284194946,2.5327999591827393,3.5506999492645264,0.1859000027179718,2.533799886703491,3.5613999366760254,0.21140000224113464,2.4860999584198,3.509700059890747,0.5677000284194946,2.5327999591827393,3.5506999492645264,0.21140000224113464,2.4860999584198,3.509700059890747,0.5799000263214111,2.4851999282836914,3.492300033569336,-0.7429999709129333,2.5922999382019043,2.4347000122070312,-0.6923999786376953,2.5311999320983887,2.415600061416626,-0.6919999718666077,2.5302000045776367,2.94350004196167,-0.7429999709129333,2.5922999382019043,2.4347000122070312,-0.6919999718666077,2.5302000045776367,2.94350004196167,-0.7419999837875366,2.589600086212158,2.9670000076293945,-0.7434999942779541,2.593600034713745,1.8051999807357788,-0.6924999952316284,2.5316998958587646,1.7914999723434448,-0.6923999786376953,2.5311999320983887,2.415600061416626,-0.7434999942779541,2.593600034713745,1.8051999807357788,-0.6923999786376953,2.5311999320983887,2.415600061416626,-0.7429999709129333,2.5922999382019043,2.4347000122070312,-0.6923999786376953,2.5311999320983887,2.415600061416626,-0.6137999892234802,2.47189998626709,2.392199993133545,-0.6136999726295471,2.4716999530792236,2.914400100708008,-0.6923999786376953,2.5311999320983887,2.415600061416626,-0.6136999726295471,2.4716999530792236,2.914400100708008,-0.6919999718666077,2.5302000045776367,2.94350004196167,-0.6924999952316284,2.5316998958587646,1.7914999723434448,-0.6137999892234802,2.472100019454956,1.7747999429702759,-0.6137999892234802,2.47189998626709,2.392199993133545,-0.6924999952316284,2.5316998958587646,1.7914999723434448,-0.6137999892234802,2.47189998626709,2.392199993133545,-0.6923999786376953,2.5311999320983887,2.415600061416626,-0.7437000274658203,2.5940001010894775,0.6553999781608582,-0.6926000118255615,2.531899929046631,0.6516000032424927,-0.6926000118255615,2.531899929046631,1.1705000400543213,-0.7437000274658203,2.5940001010894775,0.6553999781608582,-0.6926000118255615,2.531899929046631,1.1705000400543213,-0.7437000274658203,2.5940001010894775,1.1787999868392944,-0.6926000118255615,2.531899929046631,0.6516000032424927,-0.6139000058174133,2.472100019454956,0.6467000246047974,-0.6139000058174133,2.472100019454956,1.160099983215332,-0.6926000118255615,2.531899929046631,0.6516000032424927,-0.6139000058174133,2.472100019454956,1.160099983215332,-0.6926000118255615,2.531899929046631,1.1705000400543213,-0.7437000274658203,2.5940001010894775,1.1787999868392944,-0.6926000118255615,2.531899929046631,1.1705000400543213,-0.6924999952316284,2.5316998958587646,1.7914999723434448,-0.7437000274658203,2.5940001010894775,1.1787999868392944,-0.6924999952316284,2.5316998958587646,1.7914999723434448,-0.7434999942779541,2.593600034713745,1.8051999807357788,-0.6926000118255615,2.531899929046631,1.1705000400543213,-0.6139000058174133,2.472100019454956,1.160099983215332,-0.6137999892234802,2.472100019454956,1.7747999429702759,-0.6926000118255615,2.531899929046631,1.1705000400543213,-0.6137999892234802,2.472100019454956,1.7747999429702759,-0.6924999952316284,2.5316998958587646,1.7914999723434448,-0.31049999594688416,2.378200054168701,1.1330000162124634,-0.4916999936103821,2.419300079345703,1.1477999687194824,-0.4916999936103821,2.419300079345703,0.6406999826431274,-0.31049999594688416,2.378200054168701,1.1330000162124634,-0.4916999936103821,2.419300079345703,0.6406999826431274,-0.31049999594688416,2.378200054168701,0.633400022983551,-0.31049999594688416,2.378200054168701,1.7309999465942383,-0.4916999936103821,2.419300079345703,1.7546000480651855,-0.4916999936103821,2.419300079345703,1.1477999687194824,-0.31049999594688416,2.378200054168701,1.7309999465942383,-0.4916999936103821,2.419300079345703,1.1477999687194824,-0.31049999594688416,2.378200054168701,1.1330000162124634,-0.4916999936103821,2.419300079345703,1.1477999687194824,-0.6139000058174133,2.472100019454956,1.160099983215332,-0.6139000058174133,2.472100019454956,0.6467000246047974,-0.4916999936103821,2.419300079345703,1.1477999687194824,-0.6139000058174133,2.472100019454956,0.6467000246047974,-0.4916999936103821,2.419300079345703,0.6406999826431274,-0.4916999936103821,2.419300079345703,1.7546000480651855,-0.6137999892234802,2.472100019454956,1.7747999429702759,-0.6139000058174133,2.472100019454956,1.160099983215332,-0.4916999936103821,2.419300079345703,1.7546000480651855,-0.6139000058174133,2.472100019454956,1.160099983215332,-0.4916999936103821,2.419300079345703,1.1477999687194824,-0.31049999594688416,2.378200054168701,2.8392999172210693,-0.4916999936103821,2.419300079345703,2.879699945449829,-0.4916999936103821,2.419300079345703,2.364300012588501,-0.31049999594688416,2.378200054168701,2.8392999172210693,-0.4916999936103821,2.419300079345703,2.364300012588501,-0.31049999594688416,2.378200054168701,2.3315999507904053,-0.4916999936103821,2.419300079345703,2.879699945449829,-0.6136999726295471,2.4716999530792236,2.914400100708008,-0.6137999892234802,2.47189998626709,2.392199993133545,-0.4916999936103821,2.419300079345703,2.879699945449829,-0.6137999892234802,2.47189998626709,2.392199993133545,-0.4916999936103821,2.419300079345703,2.364300012588501,-0.31049999594688416,2.378200054168701,2.3315999507904053,-0.4916999936103821,2.419300079345703,2.364300012588501,-0.4916999936103821,2.419300079345703,1.7546000480651855,-0.31049999594688416,2.378200054168701,2.3315999507904053,-0.4916999936103821,2.419300079345703,1.7546000480651855,-0.31049999594688416,2.378200054168701,1.7309999465942383,-0.4916999936103821,2.419300079345703,2.364300012588501,-0.6137999892234802,2.47189998626709,2.392199993133545,-0.6137999892234802,2.472100019454956,1.7747999429702759,-0.4916999936103821,2.419300079345703,2.364300012588501,-0.6137999892234802,2.472100019454956,1.7747999429702759,-0.4916999936103821,2.419300079345703,1.7546000480651855,-0.7404000163078308,2.5852999687194824,3.302000045776367,-0.7760999798774719,2.6361000537872314,3.3213000297546387,-0.7793999910354614,2.64490008354187,2.985100030899048,-0.7404000163078308,2.5852999687194824,3.302000045776367,-0.7793999910354614,2.64490008354187,2.985100030899048,-0.7419999837875366,2.589600086212158,2.9670000076293945,-0.7378000020980835,2.5803000926971436,3.4867000579833984,-0.7716000080108643,2.6259000301361084,3.50600004196167,-0.7760999798774719,2.6361000537872314,3.3213000297546387,-0.7378000020980835,2.5803000926971436,3.4867000579833984,-0.7760999798774719,2.6361000537872314,3.3213000297546387,-0.7404000163078308,2.5852999687194824,3.302000045776367,-0.7760999798774719,2.6361000537872314,3.3213000297546387,-0.8012999892234802,2.6835999488830566,3.3350000381469727,-0.8064000010490417,2.697200059890747,2.9983999729156494,-0.7760999798774719,2.6361000537872314,3.3213000297546387,-0.8064000010490417,2.697200059890747,2.9983999729156494,-0.7793999910354614,2.64490008354187,2.985100030899048,-0.7716000080108643,2.6259000301361084,3.50600004196167,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.8012999892234802,2.6835999488830566,3.3350000381469727,-0.7716000080108643,2.6259000301361084,3.50600004196167,-0.8012999892234802,2.6835999488830566,3.3350000381469727,-0.7760999798774719,2.6361000537872314,3.3213000297546387,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.7585999965667725,2.6087000370025635,3.610100030899048,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7340999841690063,2.5757999420166016,3.5680999755859375,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7585999965667725,2.6087000370025635,3.610100030899048,-0.7773000001907349,2.639699935913086,3.619800090789795,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7773000001907349,2.639699935913086,3.619800090789795,-0.7864000201225281,2.6519999504089355,3.5977001190185547,-0.7340999841690063,2.5757999420166016,3.5680999755859375,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7716000080108643,2.6259000301361084,3.50600004196167,-0.7340999841690063,2.5757999420166016,3.5680999755859375,-0.7716000080108643,2.6259000301361084,3.50600004196167,-0.7378000020980835,2.5803000926971436,3.4867000579833984,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7864000201225281,2.6519999504089355,3.5977001190185547,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.7656999826431274,2.6161000728607178,3.586400032043457,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.7716000080108643,2.6259000301361084,3.50600004196167,-0.7986000180244446,2.715100049972534,3.625999927520752,-0.8102999925613403,2.7332000732421875,3.6068999767303467,-0.800000011920929,2.689199924468994,3.603800058364868,-0.7986000180244446,2.715100049972534,3.625999927520752,-0.800000011920929,2.689199924468994,3.603800058364868,-0.7892000079154968,2.6728999614715576,3.624300003051758,-0.8102999925613403,2.7332000732421875,3.6068999767303467,-0.8216000199317932,2.7558000087738037,3.5311999320983887,-0.8101000189781189,2.7095000743865967,3.526599884033203,-0.8102999925613403,2.7332000732421875,3.6068999767303467,-0.8101000189781189,2.7095000743865967,3.526599884033203,-0.800000011920929,2.689199924468994,3.603800058364868,-0.7892000079154968,2.6728999614715576,3.624300003051758,-0.800000011920929,2.689199924468994,3.603800058364868,-0.7864000201225281,2.6519999504089355,3.5977001190185547,-0.7892000079154968,2.6728999614715576,3.624300003051758,-0.7864000201225281,2.6519999504089355,3.5977001190185547,-0.7773000001907349,2.639699935913086,3.619800090789795,-0.800000011920929,2.689199924468994,3.603800058364868,-0.8101000189781189,2.7095000743865967,3.526599884033203,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.800000011920929,2.689199924468994,3.603800058364868,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.7864000201225281,2.6519999504089355,3.5977001190185547,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.8255000114440918,2.7476999759674072,3.0078001022338867,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.8314999938011169,2.778700113296509,3.3498001098632812,-0.8255000114440918,2.7476999759674072,3.0078001022338867,-0.8064000010490417,2.697200059890747,2.9983999729156494,-0.8012999892234802,2.6835999488830566,3.3350000381469727,-0.8255000114440918,2.7476999759674072,3.0078001022338867,-0.8012999892234802,2.6835999488830566,3.3350000381469727,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.8216000199317932,2.7558000087738037,3.5311999320983887,-0.8314999938011169,2.778700113296509,3.3498001098632812,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.8216000199317932,2.7558000087738037,3.5311999320983887,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.8101000189781189,2.7095000743865967,3.526599884033203,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.8012999892234802,2.6835999488830566,3.3350000381469727,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.8187999725341797,2.730299949645996,3.344099998474121,-0.7944999933242798,2.66759991645813,3.518699884414673,-0.8101000189781189,2.7095000743865967,3.526599884033203,0.974399983882904,2.337100028991699,2.702500104904175,0.6065000295639038,2.337100028991699,2.716200113296509,0.6065000295639038,2.337100028991699,2.2314000129699707,0.974399983882904,2.337100028991699,2.702500104904175,0.6065000295639038,2.337100028991699,2.2314000129699707,0.974399983882904,2.337100028991699,2.220099925994873,0.6065000295639038,2.337100028991699,2.716200113296509,0.2572999894618988,2.341200113296509,2.7492001056671143,0.2572999894618988,2.341200113296509,2.2583000659942627,0.6065000295639038,2.337100028991699,2.716200113296509,0.2572999894618988,2.341200113296509,2.2583000659942627,0.6065000295639038,2.337100028991699,2.2314000129699707,0.974399983882904,2.337100028991699,2.220099925994873,0.6065000295639038,2.337100028991699,2.2314000129699707,0.6065000295639038,2.337100028991699,1.6576999425888062,0.974399983882904,2.337100028991699,2.220099925994873,0.6065000295639038,2.337100028991699,1.6576999425888062,0.974399983882904,2.337100028991699,1.649399995803833,0.6065000295639038,2.337100028991699,2.2314000129699707,0.2572999894618988,2.341200113296509,2.2583000659942627,0.2572999894618988,2.341200113296509,1.67739999294281,0.6065000295639038,2.337100028991699,2.2314000129699707,0.2572999894618988,2.341200113296509,1.67739999294281,0.6065000295639038,2.337100028991699,1.6576999425888062,-0.05460000038146973,2.353600025177002,2.7929999828338623,-0.31049999594688416,2.378200054168701,2.8392999172210693,-0.31049999594688416,2.378200054168701,2.3315999507904053,-0.05460000038146973,2.353600025177002,2.7929999828338623,-0.31049999594688416,2.378200054168701,2.3315999507904053,-0.05460000038146973,2.353600025177002,2.2939999103546143,-0.05460000038146973,2.353600025177002,2.2939999103546143,-0.31049999594688416,2.378200054168701,2.3315999507904053,-0.31049999594688416,2.378200054168701,1.7309999465942383,-0.05460000038146973,2.353600025177002,2.2939999103546143,-0.31049999594688416,2.378200054168701,1.7309999465942383,-0.05460000038146973,2.353600025177002,1.7035000324249268,0.2572999894618988,2.341200113296509,2.7492001056671143,-0.05460000038146973,2.353600025177002,2.7929999828338623,-0.05460000038146973,2.353600025177002,2.2939999103546143,0.2572999894618988,2.341200113296509,2.7492001056671143,-0.05460000038146973,2.353600025177002,2.2939999103546143,0.2572999894618988,2.341200113296509,2.2583000659942627,0.2572999894618988,2.341200113296509,2.2583000659942627,-0.05460000038146973,2.353600025177002,2.2939999103546143,-0.05460000038146973,2.353600025177002,1.7035000324249268,0.2572999894618988,2.341200113296509,2.2583000659942627,-0.05460000038146973,2.353600025177002,1.7035000324249268,0.2572999894618988,2.341200113296509,1.67739999294281,-0.31049999594688416,2.378200054168701,0.633400022983551,-0.05460000038146973,2.353600025177002,0.6245999932289124,-0.05460000038146973,2.353600025177002,1.1157000064849854,-0.31049999594688416,2.378200054168701,0.633400022983551,-0.05460000038146973,2.353600025177002,1.1157000064849854,-0.31049999594688416,2.378200054168701,1.1330000162124634,-0.05460000038146973,2.353600025177002,0.6245999932289124,0.2572999894618988,2.341200113296509,0.616100013256073,0.2572999894618988,2.341200113296509,1.0992000102996826,-0.05460000038146973,2.353600025177002,0.6245999932289124,0.2572999894618988,2.341200113296509,1.0992000102996826,-0.05460000038146973,2.353600025177002,1.1157000064849854,-0.31049999594688416,2.378200054168701,1.1330000162124634,-0.05460000038146973,2.353600025177002,1.1157000064849854,-0.05460000038146973,2.353600025177002,1.7035000324249268,-0.31049999594688416,2.378200054168701,1.1330000162124634,-0.05460000038146973,2.353600025177002,1.7035000324249268,-0.31049999594688416,2.378200054168701,1.7309999465942383,-0.05460000038146973,2.353600025177002,1.1157000064849854,0.2572999894618988,2.341200113296509,1.0992000102996826,0.2572999894618988,2.341200113296509,1.67739999294281,-0.05460000038146973,2.353600025177002,1.1157000064849854,0.2572999894618988,2.341200113296509,1.67739999294281,-0.05460000038146973,2.353600025177002,1.7035000324249268,0.6065000295639038,2.337100028991699,0.6096000075340271,0.974399983882904,2.337100028991699,0.6068000197410583,0.974399983882904,2.337100028991699,1.0814000368118286,0.6065000295639038,2.337100028991699,0.6096000075340271,0.974399983882904,2.337100028991699,1.0814000368118286,0.6065000295639038,2.337100028991699,1.0866999626159668,0.6065000295639038,2.337100028991699,1.0866999626159668,0.974399983882904,2.337100028991699,1.0814000368118286,0.974399983882904,2.337100028991699,1.649399995803833,0.6065000295639038,2.337100028991699,1.0866999626159668,0.974399983882904,2.337100028991699,1.649399995803833,0.6065000295639038,2.337100028991699,1.6576999425888062,0.2572999894618988,2.341200113296509,0.616100013256073,0.6065000295639038,2.337100028991699,0.6096000075340271,0.6065000295639038,2.337100028991699,1.0866999626159668,0.2572999894618988,2.341200113296509,0.616100013256073,0.6065000295639038,2.337100028991699,1.0866999626159668,0.2572999894618988,2.341200113296509,1.0992000102996826,0.2572999894618988,2.341200113296509,1.0992000102996826,0.6065000295639038,2.337100028991699,1.0866999626159668,0.6065000295639038,2.337100028991699,1.6576999425888062,0.2572999894618988,2.341200113296509,1.0992000102996826,0.6065000295639038,2.337100028991699,1.6576999425888062,0.2572999894618988,2.341200113296509,1.67739999294281,0.6074000000953674,2.341399908065796,3.2890000343322754,0.6068999767303467,2.3387999534606934,3.2641000747680664,0.974399983882904,2.3387999534606934,3.2479000091552734,0.6074000000953674,2.341399908065796,3.2890000343322754,0.974399983882904,2.3387999534606934,3.2479000091552734,0.974399983882904,2.341399908065796,3.272700071334839,0.6074000000953674,2.341399908065796,3.2890000343322754,0.2590999901294708,2.3454999923706055,3.328000068664551,0.257999986410141,2.342900037765503,3.3032000064849854,0.6074000000953674,2.341399908065796,3.2890000343322754,0.257999986410141,2.342900037765503,3.3032000064849854,0.6068999767303467,2.3387999534606934,3.2641000747680664,0.974399983882904,2.3387999534606934,3.2479000091552734,0.6068999767303467,2.3387999534606934,3.2641000747680664,0.6065999865531921,2.337599992752075,3.189300060272217,0.974399983882904,2.3387999534606934,3.2479000091552734,0.6065999865531921,2.337599992752075,3.189300060272217,0.974399983882904,2.337599992752075,3.17330002784729,0.6068999767303467,2.3387999534606934,3.2641000747680664,0.257999986410141,2.342900037765503,3.3032000064849854,0.2574999928474426,2.3417000770568848,3.227799892425537,0.6068999767303467,2.3387999534606934,3.2641000747680664,0.2574999928474426,2.3417000770568848,3.227799892425537,0.6065999865531921,2.337599992752075,3.189300060272217,-0.052000001072883606,2.3577001094818115,3.380500078201294,-0.3070000112056732,2.3821001052856445,3.4365999698638916,-0.3091000020503998,2.3798000812530518,3.411600112915039,-0.052000001072883606,2.3577001094818115,3.380500078201294,-0.3091000020503998,2.3798000812530518,3.411600112915039,-0.05350000038743019,2.3552000522613525,3.355600118637085,-0.05350000038743019,2.3552000522613525,3.355600118637085,-0.3091000020503998,2.3798000812530518,3.411600112915039,-0.3102000057697296,2.3785998821258545,3.333899974822998,-0.05350000038743019,2.3552000522613525,3.355600118637085,-0.3102000057697296,2.3785998821258545,3.333899974822998,-0.05429999902844429,2.3540000915527344,3.2792000770568848,0.2590999901294708,2.3454999923706055,3.328000068664551,-0.052000001072883606,2.3577001094818115,3.380500078201294,-0.05350000038743019,2.3552000522613525,3.355600118637085,0.2590999901294708,2.3454999923706055,3.328000068664551,-0.05350000038743019,2.3552000522613525,3.355600118637085,0.257999986410141,2.342900037765503,3.3032000064849854,0.257999986410141,2.342900037765503,3.3032000064849854,-0.05350000038743019,2.3552000522613525,3.355600118637085,-0.05429999902844429,2.3540000915527344,3.2792000770568848,0.257999986410141,2.342900037765503,3.3032000064849854,-0.05429999902844429,2.3540000915527344,3.2792000770568848,0.2574999928474426,2.3417000770568848,3.227799892425537,-0.31049999594688416,2.378200054168701,2.8392999172210693,-0.05460000038146973,2.353600025177002,2.7929999828338623,-0.05460000038146973,2.353600025177002,3.1064999103546143,-0.31049999594688416,2.378200054168701,2.8392999172210693,-0.05460000038146973,2.353600025177002,3.1064999103546143,-0.31049999594688416,2.378200054168701,3.1582999229431152,-0.05460000038146973,2.353600025177002,2.7929999828338623,0.2572999894618988,2.341200113296509,2.7492001056671143,0.2572999894618988,2.341200113296509,3.0576999187469482,-0.05460000038146973,2.353600025177002,2.7929999828338623,0.2572999894618988,2.341200113296509,3.0576999187469482,-0.05460000038146973,2.353600025177002,3.1064999103546143,-0.31049999594688416,2.378200054168701,3.1582999229431152,-0.05460000038146973,2.353600025177002,3.1064999103546143,-0.05429999902844429,2.3540000915527344,3.2792000770568848,-0.31049999594688416,2.378200054168701,3.1582999229431152,-0.05429999902844429,2.3540000915527344,3.2792000770568848,-0.3102000057697296,2.3785998821258545,3.333899974822998,-0.05460000038146973,2.353600025177002,3.1064999103546143,0.2572999894618988,2.341200113296509,3.0576999187469482,0.2574999928474426,2.3417000770568848,3.227799892425537,-0.05460000038146973,2.353600025177002,3.1064999103546143,0.2574999928474426,2.3417000770568848,3.227799892425537,-0.05429999902844429,2.3540000915527344,3.2792000770568848,0.6065000295639038,2.337100028991699,2.716200113296509,0.974399983882904,2.337100028991699,2.702500104904175,0.974399983882904,2.337100028991699,3.0058999061584473,0.6065000295639038,2.337100028991699,2.716200113296509,0.974399983882904,2.337100028991699,3.0058999061584473,0.6065000295639038,2.337100028991699,3.0211000442504883,0.6065000295639038,2.337100028991699,3.0211000442504883,0.974399983882904,2.337100028991699,3.0058999061584473,0.974399983882904,2.337599992752075,3.17330002784729,0.6065000295639038,2.337100028991699,3.0211000442504883,0.974399983882904,2.337599992752075,3.17330002784729,0.6065999865531921,2.337599992752075,3.189300060272217,0.2572999894618988,2.341200113296509,2.7492001056671143,0.6065000295639038,2.337100028991699,2.716200113296509,0.6065000295639038,2.337100028991699,3.0211000442504883,0.2572999894618988,2.341200113296509,2.7492001056671143,0.6065000295639038,2.337100028991699,3.0211000442504883,0.2572999894618988,2.341200113296509,3.0576999187469482,0.2572999894618988,2.341200113296509,3.0576999187469482,0.6065000295639038,2.337100028991699,3.0211000442504883,0.6065999865531921,2.337599992752075,3.189300060272217,0.2572999894618988,2.341200113296509,3.0576999187469482,0.6065999865531921,2.337599992752075,3.189300060272217,0.2574999928474426,2.3417000770568848,3.227799892425537,-0.3070000112056732,2.3821001052856445,3.4365999698638916,-0.052000001072883606,2.3577001094818115,3.380500078201294,-0.049400001764297485,2.3617000579833984,3.398400068283081,-0.3070000112056732,2.3821001052856445,3.4365999698638916,-0.049400001764297485,2.3617000579833984,3.398400068283081,-0.303600013256073,2.385999917984009,3.4542999267578125,-0.052000001072883606,2.3577001094818115,3.380500078201294,0.2590999901294708,2.3454999923706055,3.328000068664551,0.26080000400543213,2.3496999740600586,3.3461999893188477,-0.052000001072883606,2.3577001094818115,3.380500078201294,0.26080000400543213,2.3496999740600586,3.3461999893188477,-0.049400001764297485,2.3617000579833984,3.398400068283081,-0.049400001764297485,2.3617000579833984,3.398400068283081,-0.03970000147819519,2.3698999881744385,3.412400007247925,-0.28519999980926514,2.3931000232696533,3.4658000469207764,-0.049400001764297485,2.3617000579833984,3.398400068283081,-0.28519999980926514,2.3931000232696533,3.4658000469207764,-0.303600013256073,2.385999917984009,3.4542999267578125,0.26080000400543213,2.3496999740600586,3.3461999893188477,0.26330000162124634,2.3584001064300537,3.362499952316284,-0.03970000147819519,2.3698999881744385,3.412400007247925,0.26080000400543213,2.3496999740600586,3.3461999893188477,-0.03970000147819519,2.3698999881744385,3.412400007247925,-0.049400001764297485,2.3617000579833984,3.398400068283081,0.974399983882904,2.341399908065796,3.272700071334839,0.974399983882904,2.3457000255584717,3.2908999919891357,0.608299970626831,2.3457000255584717,3.3071000576019287,0.974399983882904,2.341399908065796,3.272700071334839,0.608299970626831,2.3457000255584717,3.3071000576019287,0.6074000000953674,2.341399908065796,3.2890000343322754,0.974399983882904,2.3457000255584717,3.2908999919891357,0.974399983882904,2.354599952697754,3.308799982070923,0.6083999872207642,2.354599952697754,3.324700117111206,0.974399983882904,2.3457000255584717,3.2908999919891357,0.6083999872207642,2.354599952697754,3.324700117111206,0.608299970626831,2.3457000255584717,3.3071000576019287,0.6074000000953674,2.341399908065796,3.2890000343322754,0.608299970626831,2.3457000255584717,3.3071000576019287,0.26080000400543213,2.3496999740600586,3.3461999893188477,0.6074000000953674,2.341399908065796,3.2890000343322754,0.26080000400543213,2.3496999740600586,3.3461999893188477,0.2590999901294708,2.3454999923706055,3.328000068664551,0.608299970626831,2.3457000255584717,3.3071000576019287,0.6083999872207642,2.354599952697754,3.324700117111206,0.26330000162124634,2.3584001064300537,3.362499952316284,0.608299970626831,2.3457000255584717,3.3071000576019287,0.26330000162124634,2.3584001064300537,3.362499952316284,0.26080000400543213,2.3496999740600586,3.3461999893188477,0.974399983882904,2.3977999687194824,3.3680999279022217,0.6013000011444092,2.397900104522705,3.3815999031066895,0.6064000129699707,2.371000051498413,3.3475000858306885,0.974399983882904,2.3977999687194824,3.3680999279022217,0.6064000129699707,2.371000051498413,3.3475000858306885,0.974399983882904,2.371000051498413,3.33240008354187,0.6013000011444092,2.397900104522705,3.3815999031066895,0.26170000433921814,2.400599956512451,3.411400079727173,0.26660001277923584,2.3743999004364014,3.3821001052856445,0.6013000011444092,2.397900104522705,3.3815999031066895,0.26660001277923584,2.3743999004364014,3.3821001052856445,0.6064000129699707,2.371000051498413,3.3475000858306885,0.974399983882904,2.371000051498413,3.33240008354187,0.6064000129699707,2.371000051498413,3.3475000858306885,0.6083999872207642,2.354599952697754,3.324700117111206,0.974399983882904,2.371000051498413,3.33240008354187,0.6083999872207642,2.354599952697754,3.324700117111206,0.974399983882904,2.354599952697754,3.308799982070923,0.6064000129699707,2.371000051498413,3.3475000858306885,0.26660001277923584,2.3743999004364014,3.3821001052856445,0.26330000162124634,2.3584001064300537,3.362499952316284,0.6064000129699707,2.371000051498413,3.3475000858306885,0.26330000162124634,2.3584001064300537,3.362499952316284,0.6083999872207642,2.354599952697754,3.324700117111206,-0.17739999294281006,2.418800115585327,3.4755001068115234,-0.2386000007390976,2.4052000045776367,3.472100019454956,-0.016899999231100082,2.3845999240875244,3.425600051879883,-0.17739999294281006,2.418800115585327,3.4755001068115234,-0.016899999231100082,2.3845999240875244,3.425600051879883,-0.010400000028312206,2.408400058746338,3.446700096130371,-0.2386000007390976,2.4052000045776367,3.472100019454956,-0.28519999980926514,2.3931000232696533,3.4658000469207764,-0.03970000147819519,2.3698999881744385,3.412400007247925,-0.2386000007390976,2.4052000045776367,3.472100019454956,-0.03970000147819519,2.3698999881744385,3.412400007247925,-0.016899999231100082,2.3845999240875244,3.425600051879883,0.26170000433921814,2.400599956512451,3.411400079727173,-0.010400000028312206,2.408400058746338,3.446700096130371,-0.016899999231100082,2.3845999240875244,3.425600051879883,0.26170000433921814,2.400599956512451,3.411400079727173,-0.016899999231100082,2.3845999240875244,3.425600051879883,0.26660001277923584,2.3743999004364014,3.3821001052856445,-0.016899999231100082,2.3845999240875244,3.425600051879883,-0.03970000147819519,2.3698999881744385,3.412400007247925,0.26330000162124634,2.3584001064300537,3.362499952316284,-0.016899999231100082,2.3845999240875244,3.425600051879883,0.26330000162124634,2.3584001064300537,3.362499952316284,0.26660001277923584,2.3743999004364014,3.3821001052856445,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.6833999752998352,2.5253000259399414,3.5660998821258545,-0.6773999929428101,2.5269999504089355,3.5822999477386475,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.6773999929428101,2.5269999504089355,3.5822999477386475,-0.7215999960899353,2.572700023651123,3.6084001064300537,-0.6833999752998352,2.5253000259399414,3.5660998821258545,-0.6079000234603882,2.472899913787842,3.530400037765503,-0.6029000282287598,2.475800037384033,3.547300100326538,-0.6833999752998352,2.5253000259399414,3.5660998821258545,-0.6029000282287598,2.475800037384033,3.547300100326538,-0.6773999929428101,2.5269999504089355,3.5822999477386475,-0.6773999929428101,2.5269999504089355,3.5822999477386475,-0.6449999809265137,2.5297000408172607,3.5903000831604004,-0.6876999735832214,2.5741000175476074,3.6161000728607178,-0.6773999929428101,2.5269999504089355,3.5822999477386475,-0.6876999735832214,2.5741000175476074,3.6161000728607178,-0.7215999960899353,2.572700023651123,3.6084001064300537,-0.6029000282287598,2.475800037384033,3.547300100326538,-0.5730999708175659,2.4797000885009766,3.555799961090088,-0.6449999809265137,2.5297000408172607,3.5903000831604004,-0.6029000282287598,2.475800037384033,3.547300100326538,-0.6449999809265137,2.5297000408172607,3.5903000831604004,-0.6773999929428101,2.5269999504089355,3.5822999477386475,-0.48739999532699585,2.422800064086914,3.4869000911712646,-0.3070000112056732,2.3821001052856445,3.4365999698638916,-0.303600013256073,2.385999917984009,3.4542999267578125,-0.48739999532699585,2.422800064086914,3.4869000911712646,-0.303600013256073,2.385999917984009,3.4542999267578125,-0.4830999970436096,2.4263999462127686,3.504199981689453,-0.303600013256073,2.385999917984009,3.4542999267578125,-0.28519999980926514,2.3931000232696533,3.4658000469207764,-0.45809999108314514,2.4319000244140625,3.5139000415802,-0.303600013256073,2.385999917984009,3.4542999267578125,-0.45809999108314514,2.4319000244140625,3.5139000415802,-0.4830999970436096,2.4263999462127686,3.504199981689453,-0.6079000234603882,2.472899913787842,3.530400037765503,-0.48739999532699585,2.422800064086914,3.4869000911712646,-0.4830999970436096,2.4263999462127686,3.504199981689453,-0.6079000234603882,2.472899913787842,3.530400037765503,-0.4830999970436096,2.4263999462127686,3.504199981689453,-0.6029000282287598,2.475800037384033,3.547300100326538,-0.4830999970436096,2.4263999462127686,3.504199981689453,-0.45809999108314514,2.4319000244140625,3.5139000415802,-0.5730999708175659,2.4797000885009766,3.555799961090088,-0.4830999970436096,2.4263999462127686,3.504199981689453,-0.5730999708175659,2.4797000885009766,3.555799961090088,-0.6029000282287598,2.475800037384033,3.547300100326538,-0.2651999890804291,2.4458000659942627,3.5076000690460205,-0.39340001344680786,2.4400999546051025,3.5160999298095703,-0.2386000007390976,2.4052000045776367,3.472100019454956,-0.2651999890804291,2.4458000659942627,3.5076000690460205,-0.2386000007390976,2.4052000045776367,3.472100019454956,-0.17739999294281006,2.418800115585327,3.4755001068115234,-0.3481000065803528,2.487299919128418,3.5480000972747803,-0.49619999527931213,2.4842000007629395,3.5562000274658203,-0.39340001344680786,2.4400999546051025,3.5160999298095703,-0.3481000065803528,2.487299919128418,3.5480000972747803,-0.39340001344680786,2.4400999546051025,3.5160999298095703,-0.2651999890804291,2.4458000659942627,3.5076000690460205,-0.39340001344680786,2.4400999546051025,3.5160999298095703,-0.45809999108314514,2.4319000244140625,3.5139000415802,-0.28519999980926514,2.3931000232696533,3.4658000469207764,-0.39340001344680786,2.4400999546051025,3.5160999298095703,-0.28519999980926514,2.3931000232696533,3.4658000469207764,-0.2386000007390976,2.4052000045776367,3.472100019454956,-0.49619999527931213,2.4842000007629395,3.5562000274658203,-0.5730999708175659,2.4797000885009766,3.555799961090088,-0.45809999108314514,2.4319000244140625,3.5139000415802,-0.49619999527931213,2.4842000007629395,3.5562000274658203,-0.45809999108314514,2.4319000244140625,3.5139000415802,-0.39340001344680786,2.4400999546051025,3.5160999298095703,-0.43950000405311584,2.577500104904175,3.6152000427246094,-0.6019999980926514,2.5761001110076904,3.617799997329712,-0.5619999766349792,2.532399892807007,3.5910000801086426,-0.43950000405311584,2.577500104904175,3.6152000427246094,-0.5619999766349792,2.532399892807007,3.5910000801086426,-0.40380001068115234,2.5343000888824463,3.5852999687194824,-0.6019999980926514,2.5761001110076904,3.617799997329712,-0.6876999735832214,2.5741000175476074,3.6161000728607178,-0.6449999809265137,2.5297000408172607,3.5903000831604004,-0.6019999980926514,2.5761001110076904,3.617799997329712,-0.6449999809265137,2.5297000408172607,3.5903000831604004,-0.5619999766349792,2.532399892807007,3.5910000801086426,-0.40380001068115234,2.5343000888824463,3.5852999687194824,-0.5619999766349792,2.532399892807007,3.5910000801086426,-0.49619999527931213,2.4842000007629395,3.5562000274658203,-0.40380001068115234,2.5343000888824463,3.5852999687194824,-0.49619999527931213,2.4842000007629395,3.5562000274658203,-0.3481000065803528,2.487299919128418,3.5480000972747803,-0.5619999766349792,2.532399892807007,3.5910000801086426,-0.6449999809265137,2.5297000408172607,3.5903000831604004,-0.5730999708175659,2.4797000885009766,3.555799961090088,-0.5619999766349792,2.532399892807007,3.5910000801086426,-0.5730999708175659,2.4797000885009766,3.555799961090088,-0.49619999527931213,2.4842000007629395,3.5562000274658203,-0.1006999984383583,2.779400110244751,3.438199996948242,-0.07259999960660934,2.81030011177063,3.4391000270843506,-0.13770000636577606,2.8066000938415527,3.4358999729156494,-0.1006999984383583,2.779400110244751,3.438199996948242,-0.13770000636577606,2.8066000938415527,3.4358999729156494,-0.14880000054836273,2.7660000324249268,3.435499906539917,-0.07259999960660934,2.81030011177063,3.4391000270843506,-0.04470000043511391,2.862600088119507,3.4402999877929688,-0.12300000339746475,2.861599922180176,3.4370999336242676,-0.07259999960660934,2.81030011177063,3.4391000270843506,-0.12300000339746475,2.861599922180176,3.4370999336242676,-0.13770000636577606,2.8066000938415527,3.4358999729156494,-0.14880000054836273,2.7660000324249268,3.435499906539917,-0.13770000636577606,2.8066000938415527,3.4358999729156494,-0.21690000593662262,2.802799940109253,3.433199882507324,-0.14880000054836273,2.7660000324249268,3.435499906539917,-0.21690000593662262,2.802799940109253,3.433199882507324,-0.2167000025510788,2.7592999935150146,3.432800054550171,-0.13770000636577606,2.8066000938415527,3.4358999729156494,-0.12300000339746475,2.861599922180176,3.4370999336242676,-0.21719999611377716,2.860599994659424,3.434499979019165,-0.13770000636577606,2.8066000938415527,3.4358999729156494,-0.21719999611377716,2.860599994659424,3.434499979019165,-0.21690000593662262,2.802799940109253,3.433199882507324,-0.025800000876188278,2.929500102996826,3.4414000511169434,-0.01860000006854534,3.0039000511169434,3.4419000148773193,-0.10899999737739563,3.0039000511169434,3.4388999938964844,-0.025800000876188278,2.929500102996826,3.4414000511169434,-0.10899999737739563,3.0039000511169434,3.4388999938964844,-0.11289999634027481,2.929500102996826,3.4382998943328857,-0.11289999634027481,2.929500102996826,3.4382998943328857,-0.10899999737739563,3.0039000511169434,3.4388999938964844,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.11289999634027481,2.929500102996826,3.4382998943328857,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.21739999949932098,2.929500102996826,3.4358999729156494,-0.04470000043511391,2.862600088119507,3.4402999877929688,-0.025800000876188278,2.929500102996826,3.4414000511169434,-0.11289999634027481,2.929500102996826,3.4382998943328857,-0.04470000043511391,2.862600088119507,3.4402999877929688,-0.11289999634027481,2.929500102996826,3.4382998943328857,-0.12300000339746475,2.861599922180176,3.4370999336242676,-0.12300000339746475,2.861599922180176,3.4370999336242676,-0.11289999634027481,2.929500102996826,3.4382998943328857,-0.21739999949932098,2.929500102996826,3.4358999729156494,-0.12300000339746475,2.861599922180176,3.4370999336242676,-0.21739999949932098,2.929500102996826,3.4358999729156494,-0.21719999611377716,2.860599994659424,3.434499979019165,-0.4090000092983246,2.9293999671936035,3.434499979019165,-0.32190001010894775,2.9293999671936035,3.434499979019165,-0.32600000500679016,3.0039000511169434,3.4354000091552734,-0.4090000092983246,2.9293999671936035,3.434499979019165,-0.32600000500679016,3.0039000511169434,3.4354000091552734,-0.4163999855518341,3.0039000511169434,3.435499906539917,-0.3896999955177307,2.862299919128418,3.4326999187469482,-0.31139999628067017,2.8613998889923096,3.4328999519348145,-0.32190001010894775,2.9293999671936035,3.434499979019165,-0.3896999955177307,2.862299919128418,3.4326999187469482,-0.32190001010894775,2.9293999671936035,3.434499979019165,-0.4090000092983246,2.9293999671936035,3.434499979019165,-0.32190001010894775,2.9293999671936035,3.434499979019165,-0.21739999949932098,2.929500102996826,3.4358999729156494,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.32190001010894775,2.9293999671936035,3.434499979019165,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.32600000500679016,3.0039000511169434,3.4354000091552734,-0.31139999628067017,2.8613998889923096,3.4328999519348145,-0.21719999611377716,2.860599994659424,3.434499979019165,-0.21739999949932098,2.929500102996826,3.4358999729156494,-0.31139999628067017,2.8613998889923096,3.4328999519348145,-0.21739999949932098,2.929500102996826,3.4358999729156494,-0.32190001010894775,2.9293999671936035,3.434499979019165,-0.3330000042915344,2.779099941253662,3.4312000274658203,-0.2847999930381775,2.7657999992370605,3.431299924850464,-0.2962000072002411,2.8064000606536865,3.4316999912261963,-0.3330000042915344,2.779099941253662,3.4312000274658203,-0.2962000072002411,2.8064000606536865,3.4316999912261963,-0.3614000082015991,2.8099000453948975,3.4314000606536865,-0.2847999930381775,2.7657999992370605,3.431299924850464,-0.2167000025510788,2.7592999935150146,3.432800054550171,-0.21690000593662262,2.802799940109253,3.433199882507324,-0.2847999930381775,2.7657999992370605,3.431299924850464,-0.21690000593662262,2.802799940109253,3.433199882507324,-0.2962000072002411,2.8064000606536865,3.4316999912261963,-0.3614000082015991,2.8099000453948975,3.4314000606536865,-0.2962000072002411,2.8064000606536865,3.4316999912261963,-0.31139999628067017,2.8613998889923096,3.4328999519348145,-0.3614000082015991,2.8099000453948975,3.4314000606536865,-0.31139999628067017,2.8613998889923096,3.4328999519348145,-0.3896999955177307,2.862299919128418,3.4326999187469482,-0.2962000072002411,2.8064000606536865,3.4316999912261963,-0.21690000593662262,2.802799940109253,3.433199882507324,-0.21719999611377716,2.860599994659424,3.434499979019165,-0.2962000072002411,2.8064000606536865,3.4316999912261963,-0.21719999611377716,2.860599994659424,3.434499979019165,-0.31139999628067017,2.8613998889923096,3.4328999519348145,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.8497999906539917,2.8487000465393066,3.0176000595092773,-0.8543999791145325,2.8592000007629395,2.4776999950408936,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.8543999791145325,2.8592000007629395,2.4776999950408936,-0.8438000082969666,2.8094000816345215,2.474600076675415,-0.8572999835014343,2.900099992752075,3.019399881362915,-0.8615000247955322,2.9079999923706055,2.4791998863220215,-0.8543999791145325,2.8592000007629395,2.4776999950408936,-0.8572999835014343,2.900099992752075,3.019399881362915,-0.8543999791145325,2.8592000007629395,2.4776999950408936,-0.8497999906539917,2.8487000465393066,3.0176000595092773,-0.8438000082969666,2.8094000816345215,2.474600076675415,-0.8543999791145325,2.8592000007629395,2.4776999950408936,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8438000082969666,2.8094000816345215,2.474600076675415,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8460999727249146,2.8150999546051025,1.8343000411987305,-0.8615000247955322,2.9079999923706055,2.4791998863220215,-0.8634999990463257,2.911900043487549,1.8375999927520752,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8615000247955322,2.9079999923706055,2.4791998863220215,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8543999791145325,2.8592000007629395,2.4776999950408936,-0.8633000254631042,3.003999948501587,3.01990008354187,-0.8666999936103821,3.003999948501587,2.4795000553131104,-0.8654999732971191,2.9560999870300293,2.479599952697754,-0.8633000254631042,3.003999948501587,3.01990008354187,-0.8654999732971191,2.9560999870300293,2.479599952697754,-0.8618000149726868,2.951900005340576,3.0199999809265137,-0.8666999936103821,3.003999948501587,2.4795000553131104,-0.868399977684021,3.003999948501587,1.8375999927520752,-0.8672999739646912,2.958199977874756,1.8377000093460083,-0.8666999936103821,3.003999948501587,2.4795000553131104,-0.8672999739646912,2.958199977874756,1.8377000093460083,-0.8654999732971191,2.9560999870300293,2.479599952697754,-0.8618000149726868,2.951900005340576,3.0199999809265137,-0.8654999732971191,2.9560999870300293,2.479599952697754,-0.8615000247955322,2.9079999923706055,2.4791998863220215,-0.8618000149726868,2.951900005340576,3.0199999809265137,-0.8615000247955322,2.9079999923706055,2.4791998863220215,-0.8572999835014343,2.900099992752075,3.019399881362915,-0.8654999732971191,2.9560999870300293,2.479599952697754,-0.8672999739646912,2.958199977874756,1.8377000093460083,-0.8634999990463257,2.911900043487549,1.8375999927520752,-0.8654999732971191,2.9560999870300293,2.479599952697754,-0.8634999990463257,2.911900043487549,1.8375999927520752,-0.8615000247955322,2.9079999923706055,2.4791998863220215,-0.867900013923645,2.958899974822998,0.6621000170707703,-0.867900013923645,2.958899974822998,1.1974999904632568,-0.8690000176429749,3.003999948501587,1.1973999738693237,-0.867900013923645,2.958899974822998,0.6621000170707703,-0.8690000176429749,3.003999948501587,1.1973999738693237,-0.8690000176429749,3.003999948501587,0.661899983882904,-0.8641999959945679,2.913300037384033,0.6622999906539917,-0.8641999959945679,2.913300037384033,1.19760000705719,-0.867900013923645,2.958899974822998,1.1974999904632568,-0.8641999959945679,2.913300037384033,0.6622999906539917,-0.867900013923645,2.958899974822998,1.1974999904632568,-0.867900013923645,2.958899974822998,0.6621000170707703,-0.867900013923645,2.958899974822998,1.1974999904632568,-0.8672999739646912,2.958199977874756,1.8377000093460083,-0.868399977684021,3.003999948501587,1.8375999927520752,-0.867900013923645,2.958899974822998,1.1974999904632568,-0.868399977684021,3.003999948501587,1.8375999927520752,-0.8690000176429749,3.003999948501587,1.1973999738693237,-0.8641999959945679,2.913300037384033,1.19760000705719,-0.8634999990463257,2.911900043487549,1.8375999927520752,-0.8672999739646912,2.958199977874756,1.8377000093460083,-0.8641999959945679,2.913300037384033,1.19760000705719,-0.8672999739646912,2.958199977874756,1.8377000093460083,-0.867900013923645,2.958899974822998,1.1974999904632568,-0.8468999862670898,2.816999912261963,0.6622999906539917,-0.8468999862670898,2.816999912261963,1.1960999965667725,-0.8574000000953674,2.8661999702453613,1.1971999406814575,-0.8468999862670898,2.816999912261963,0.6622999906539917,-0.8574000000953674,2.8661999702453613,1.1971999406814575,-0.8574000000953674,2.8661999702453613,0.6625000238418579,-0.8468999862670898,2.816999912261963,1.1960999965667725,-0.8460999727249146,2.8150999546051025,1.8343000411987305,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8468999862670898,2.816999912261963,1.1960999965667725,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8574000000953674,2.8661999702453613,1.1971999406814575,-0.8574000000953674,2.8661999702453613,0.6625000238418579,-0.8574000000953674,2.8661999702453613,1.1971999406814575,-0.8641999959945679,2.913300037384033,1.19760000705719,-0.8574000000953674,2.8661999702453613,0.6625000238418579,-0.8641999959945679,2.913300037384033,1.19760000705719,-0.8641999959945679,2.913300037384033,0.6622999906539917,-0.8574000000953674,2.8661999702453613,1.1971999406814575,-0.8565999865531921,2.8643999099731445,1.8365999460220337,-0.8634999990463257,2.911900043487549,1.8375999927520752,-0.8574000000953674,2.8661999702453613,1.1971999406814575,-0.8634999990463257,2.911900043487549,1.8375999927520752,-0.8641999959945679,2.913300037384033,1.19760000705719,-0.8309999704360962,2.7655999660491943,0.029200000688433647,-0.8317999839782715,2.765399932861328,0.03909999877214432,-0.8464000225067139,2.817199945449829,0.03830000013113022,-0.8309999704360962,2.7655999660491943,0.029200000688433647,-0.8464000225067139,2.817199945449829,0.03830000013113022,-0.8456000089645386,2.8173999786376953,0.0284000001847744,-0.8102999925613403,2.711199998855591,0.03009999915957451,-0.8109999895095825,2.710900068283081,0.04010000079870224,-0.8317999839782715,2.765399932861328,0.03909999877214432,-0.8102999925613403,2.711199998855591,0.03009999915957451,-0.8317999839782715,2.765399932861328,0.03909999877214432,-0.8309999704360962,2.7655999660491943,0.029200000688433647,-0.8317999839782715,2.765399932861328,0.03909999877214432,-0.8321999907493591,2.765199899673462,0.052000001072883606,-0.8468000292778015,2.8171000480651855,0.05119999870657921,-0.8317999839782715,2.765399932861328,0.03909999877214432,-0.8468000292778015,2.8171000480651855,0.05119999870657921,-0.8464000225067139,2.817199945449829,0.03830000013113022,-0.8109999895095825,2.710900068283081,0.04010000079870224,-0.8113999962806702,2.7107999324798584,0.05290000140666962,-0.8321999907493591,2.765199899673462,0.052000001072883606,-0.8109999895095825,2.710900068283081,0.04010000079870224,-0.8321999907493591,2.765199899673462,0.052000001072883606,-0.8317999839782715,2.765399932861328,0.03909999877214432,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.7432000041007996,2.5943000316619873,0.042100001126527786,-0.7821999788284302,2.6538000106811523,0.04100000113248825,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.7821999788284302,2.6538000106811523,0.04100000113248825,-0.781499981880188,2.6542000770568848,0.031099999323487282,-0.7432000041007996,2.5943000316619873,0.042100001126527786,-0.7436000108718872,2.5940001010894775,0.054999999701976776,-0.7825000286102295,2.653700113296509,0.05389999970793724,-0.7432000041007996,2.5943000316619873,0.042100001126527786,-0.7825000286102295,2.653700113296509,0.05389999970793724,-0.7821999788284302,2.6538000106811523,0.04100000113248825,-0.781499981880188,2.6542000770568848,0.031099999323487282,-0.7821999788284302,2.6538000106811523,0.04100000113248825,-0.8109999895095825,2.710900068283081,0.04010000079870224,-0.781499981880188,2.6542000770568848,0.031099999323487282,-0.8109999895095825,2.710900068283081,0.04010000079870224,-0.8102999925613403,2.711199998855591,0.03009999915957451,-0.7821999788284302,2.6538000106811523,0.04100000113248825,-0.7825000286102295,2.653700113296509,0.05389999970793724,-0.8113999962806702,2.7107999324798584,0.05290000140666962,-0.7821999788284302,2.6538000106811523,0.04100000113248825,-0.8113999962806702,2.7107999324798584,0.05290000140666962,-0.8109999895095825,2.710900068283081,0.04010000079870224,-0.7825999855995178,2.653599977493286,0.0843999981880188,-0.7825999855995178,2.653599977493286,0.06870000064373016,-0.7437000274658203,2.5940001010894775,0.06970000267028809,-0.7825999855995178,2.653599977493286,0.0843999981880188,-0.7437000274658203,2.5940001010894775,0.06970000267028809,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.8115000128746033,2.710700035095215,0.08340000361204147,-0.8115000128746033,2.710700035095215,0.06769999861717224,-0.7825999855995178,2.653599977493286,0.06870000064373016,-0.8115000128746033,2.710700035095215,0.08340000361204147,-0.7825999855995178,2.653599977493286,0.06870000064373016,-0.7825999855995178,2.653599977493286,0.0843999981880188,-0.7825999855995178,2.653599977493286,0.06870000064373016,-0.7825000286102295,2.653700113296509,0.05389999970793724,-0.7436000108718872,2.5940001010894775,0.054999999701976776,-0.7825999855995178,2.653599977493286,0.06870000064373016,-0.7436000108718872,2.5940001010894775,0.054999999701976776,-0.7437000274658203,2.5940001010894775,0.06970000267028809,-0.8115000128746033,2.710700035095215,0.06769999861717224,-0.8113999962806702,2.7107999324798584,0.05290000140666962,-0.7825000286102295,2.653700113296509,0.05389999970793724,-0.8115000128746033,2.710700035095215,0.06769999861717224,-0.7825000286102295,2.653700113296509,0.05389999970793724,-0.7825999855995178,2.653599977493286,0.06870000064373016,-0.8468999862670898,2.816999912261963,0.08169999718666077,-0.8468999862670898,2.816999912261963,0.06589999794960022,-0.8323000073432922,2.765199899673462,0.06679999828338623,-0.8468999862670898,2.816999912261963,0.08169999718666077,-0.8323000073432922,2.765199899673462,0.06679999828338623,-0.8323000073432922,2.765199899673462,0.08250000327825546,-0.8468999862670898,2.816999912261963,0.06589999794960022,-0.8468000292778015,2.8171000480651855,0.05119999870657921,-0.8321999907493591,2.765199899673462,0.052000001072883606,-0.8468999862670898,2.816999912261963,0.06589999794960022,-0.8321999907493591,2.765199899673462,0.052000001072883606,-0.8323000073432922,2.765199899673462,0.06679999828338623,-0.8323000073432922,2.765199899673462,0.08250000327825546,-0.8323000073432922,2.765199899673462,0.06679999828338623,-0.8115000128746033,2.710700035095215,0.06769999861717224,-0.8323000073432922,2.765199899673462,0.08250000327825546,-0.8115000128746033,2.710700035095215,0.06769999861717224,-0.8115000128746033,2.710700035095215,0.08340000361204147,-0.8323000073432922,2.765199899673462,0.06679999828338623,-0.8321999907493591,2.765199899673462,0.052000001072883606,-0.8113999962806702,2.7107999324798584,0.05290000140666962,-0.8323000073432922,2.765199899673462,0.06679999828338623,-0.8113999962806702,2.7107999324798584,0.05290000140666962,-0.8115000128746033,2.710700035095215,0.06769999861717224,-0.8095999956130981,2.7732999324798584,3.62719988822937,-0.8212000131607056,2.789900064468384,3.6089000701904297,-0.8102999925613403,2.7332000732421875,3.6068999767303467,-0.8095999956130981,2.7732999324798584,3.62719988822937,-0.8102999925613403,2.7332000732421875,3.6068999767303467,-0.7986000180244446,2.715100049972534,3.625999927520752,-0.8202000260353088,2.8434998989105225,3.628000020980835,-0.8312000036239624,2.8559999465942383,3.609999895095825,-0.8212000131607056,2.789900064468384,3.6089000701904297,-0.8202000260353088,2.8434998989105225,3.628000020980835,-0.8212000131607056,2.789900064468384,3.6089000701904297,-0.8095999956130981,2.7732999324798584,3.62719988822937,-0.8212000131607056,2.789900064468384,3.6089000701904297,-0.8324000239372253,2.810499906539917,3.5339999198913574,-0.8216000199317932,2.7558000087738037,3.5311999320983887,-0.8212000131607056,2.789900064468384,3.6089000701904297,-0.8216000199317932,2.7558000087738037,3.5311999320983887,-0.8102999925613403,2.7332000732421875,3.6068999767303467,-0.8312000036239624,2.8559999465942383,3.609999895095825,-0.8414999842643738,2.8714001178741455,3.5355000495910645,-0.8324000239372253,2.810499906539917,3.5339999198913574,-0.8312000036239624,2.8559999465942383,3.609999895095825,-0.8324000239372253,2.810499906539917,3.5339999198913574,-0.8212000131607056,2.789900064468384,3.6089000701904297,-0.8317000269889832,3.003999948501587,3.628499984741211,-0.8414000272750854,3.003999948501587,3.610599994659424,-0.8384000062942505,2.9284000396728516,3.6105000972747803,-0.8317000269889832,3.003999948501587,3.628499984741211,-0.8384000062942505,2.9284000396728516,3.6105000972747803,-0.8282999992370605,2.9217000007629395,3.6284000873565674,-0.8414000272750854,3.003999948501587,3.610599994659424,-0.8503000140190125,3.003999948501587,3.536099910736084,-0.8478000164031982,2.9365999698638916,3.5360000133514404,-0.8414000272750854,3.003999948501587,3.610599994659424,-0.8478000164031982,2.9365999698638916,3.5360000133514404,-0.8384000062942505,2.9284000396728516,3.6105000972747803,-0.8282999992370605,2.9217000007629395,3.6284000873565674,-0.8384000062942505,2.9284000396728516,3.6105000972747803,-0.8312000036239624,2.8559999465942383,3.609999895095825,-0.8282999992370605,2.9217000007629395,3.6284000873565674,-0.8312000036239624,2.8559999465942383,3.609999895095825,-0.8202000260353088,2.8434998989105225,3.628000020980835,-0.8384000062942505,2.9284000396728516,3.6105000972747803,-0.8478000164031982,2.9365999698638916,3.5360000133514404,-0.8414999842643738,2.8714001178741455,3.5355000495910645,-0.8384000062942505,2.9284000396728516,3.6105000972747803,-0.8414999842643738,2.8714001178741455,3.5355000495910645,-0.8312000036239624,2.8559999465942383,3.609999895095825,-0.8618000149726868,2.951900005340576,3.0199999809265137,-0.8557999730110168,2.944999933242798,3.355600118637085,-0.857699990272522,3.003999948501587,3.3557000160217285,-0.8618000149726868,2.951900005340576,3.0199999809265137,-0.857699990272522,3.003999948501587,3.3557000160217285,-0.8633000254631042,3.003999948501587,3.01990008354187,-0.8572999835014343,2.900099992752075,3.019399881362915,-0.8503999710083008,2.8870999813079834,3.3550000190734863,-0.8557999730110168,2.944999933242798,3.355600118637085,-0.8572999835014343,2.900099992752075,3.019399881362915,-0.8557999730110168,2.944999933242798,3.355600118637085,-0.8618000149726868,2.951900005340576,3.0199999809265137,-0.8557999730110168,2.944999933242798,3.355600118637085,-0.8478000164031982,2.9365999698638916,3.5360000133514404,-0.8503000140190125,3.003999948501587,3.536099910736084,-0.8557999730110168,2.944999933242798,3.355600118637085,-0.8503000140190125,3.003999948501587,3.536099910736084,-0.857699990272522,3.003999948501587,3.3557000160217285,-0.8503999710083008,2.8870999813079834,3.3550000190734863,-0.8414999842643738,2.8714001178741455,3.5355000495910645,-0.8478000164031982,2.9365999698638916,3.5360000133514404,-0.8503999710083008,2.8870999813079834,3.3550000190734863,-0.8478000164031982,2.9365999698638916,3.5360000133514404,-0.8557999730110168,2.944999933242798,3.355600118637085,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.8314999938011169,2.778700113296509,3.3498001098632812,-0.842199981212616,2.831199884414673,3.353300094604492,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.842199981212616,2.831199884414673,3.353300094604492,-0.8497999906539917,2.8487000465393066,3.0176000595092773,-0.8314999938011169,2.778700113296509,3.3498001098632812,-0.8216000199317932,2.7558000087738037,3.5311999320983887,-0.8324000239372253,2.810499906539917,3.5339999198913574,-0.8314999938011169,2.778700113296509,3.3498001098632812,-0.8324000239372253,2.810499906539917,3.5339999198913574,-0.842199981212616,2.831199884414673,3.353300094604492,-0.8497999906539917,2.8487000465393066,3.0176000595092773,-0.842199981212616,2.831199884414673,3.353300094604492,-0.8503999710083008,2.8870999813079834,3.3550000190734863,-0.8497999906539917,2.8487000465393066,3.0176000595092773,-0.8503999710083008,2.8870999813079834,3.3550000190734863,-0.8572999835014343,2.900099992752075,3.019399881362915,-0.842199981212616,2.831199884414673,3.353300094604492,-0.8324000239372253,2.810499906539917,3.5339999198913574,-0.8414999842643738,2.8714001178741455,3.5355000495910645,-0.842199981212616,2.831199884414673,3.353300094604492,-0.8414999842643738,2.8714001178741455,3.5355000495910645,-0.8503999710083008,2.8870999813079834,3.3550000190734863,-0.7892000079154968,2.6728999614715576,3.624300003051758,-0.7785999774932861,2.664299964904785,3.6366000175476074,-0.7871999740600586,2.705199956893921,3.637500047683716,-0.7892000079154968,2.6728999614715576,3.624300003051758,-0.7871999740600586,2.705199956893921,3.637500047683716,-0.7986000180244446,2.715100049972534,3.625999927520752,-0.7773000001907349,2.639699935913086,3.619800090789795,-0.7677000164985657,2.633699893951416,3.6331000328063965,-0.7785999774932861,2.664299964904785,3.6366000175476074,-0.7773000001907349,2.639699935913086,3.619800090789795,-0.7785999774932861,2.664299964904785,3.6366000175476074,-0.7892000079154968,2.6728999614715576,3.624300003051758,-0.7785999774932861,2.664299964904785,3.6366000175476074,-0.7455000281333923,2.6605000495910645,3.6428000926971436,-0.7584999799728394,2.7004001140594482,3.6433000564575195,-0.7785999774932861,2.664299964904785,3.6366000175476074,-0.7584999799728394,2.7004001140594482,3.6433000564575195,-0.7871999740600586,2.705199956893921,3.637500047683716,-0.7677000164985657,2.633699893951416,3.6331000328063965,-0.7325000166893005,2.6317999362945557,3.6398000717163086,-0.7455000281333923,2.6605000495910645,3.6428000926971436,-0.7677000164985657,2.633699893951416,3.6331000328063965,-0.7455000281333923,2.6605000495910645,3.6428000926971436,-0.7785999774932861,2.664299964904785,3.6366000175476074,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.7215999960899353,2.572700023651123,3.6084001064300537,-0.7502999901771545,2.6057000160217285,3.624500036239624,-0.7286999821662903,2.5727999210357666,3.5929999351501465,-0.7502999901771545,2.6057000160217285,3.624500036239624,-0.7585999965667725,2.6087000370025635,3.610100030899048,-0.7215999960899353,2.572700023651123,3.6084001064300537,-0.6876999735832214,2.5741000175476074,3.6161000728607178,-0.7150999903678894,2.6054999828338623,3.6317999362945557,-0.7215999960899353,2.572700023651123,3.6084001064300537,-0.7150999903678894,2.6054999828338623,3.6317999362945557,-0.7502999901771545,2.6057000160217285,3.624500036239624,-0.7585999965667725,2.6087000370025635,3.610100030899048,-0.7502999901771545,2.6057000160217285,3.624500036239624,-0.7677000164985657,2.633699893951416,3.6331000328063965,-0.7585999965667725,2.6087000370025635,3.610100030899048,-0.7677000164985657,2.633699893951416,3.6331000328063965,-0.7773000001907349,2.639699935913086,3.619800090789795,-0.7502999901771545,2.6057000160217285,3.624500036239624,-0.7150999903678894,2.6054999828338623,3.6317999362945557,-0.7325000166893005,2.6317999362945557,3.6398000717163086,-0.7502999901771545,2.6057000160217285,3.624500036239624,-0.7325000166893005,2.6317999362945557,3.6398000717163086,-0.7677000164985657,2.633699893951416,3.6331000328063965,-0.46230000257492065,2.607800006866455,3.63319993019104,-0.6276000142097473,2.6066999435424805,3.6338999271392822,-0.6019999980926514,2.5761001110076904,3.617799997329712,-0.46230000257492065,2.607800006866455,3.63319993019104,-0.6019999980926514,2.5761001110076904,3.617799997329712,-0.43950000405311584,2.577500104904175,3.6152000427246094,-0.4823000133037567,2.631700038909912,3.6422998905181885,-0.6467999815940857,2.6317999362945557,3.6421000957489014,-0.6276000142097473,2.6066999435424805,3.6338999271392822,-0.4823000133037567,2.631700038909912,3.6422998905181885,-0.6276000142097473,2.6066999435424805,3.6338999271392822,-0.46230000257492065,2.607800006866455,3.63319993019104,-0.6276000142097473,2.6066999435424805,3.6338999271392822,-0.7150999903678894,2.6054999828338623,3.6317999362945557,-0.6876999735832214,2.5741000175476074,3.6161000728607178,-0.6276000142097473,2.6066999435424805,3.6338999271392822,-0.6876999735832214,2.5741000175476074,3.6161000728607178,-0.6019999980926514,2.5761001110076904,3.617799997329712,-0.6467999815940857,2.6317999362945557,3.6421000957489014,-0.7325000166893005,2.6317999362945557,3.6398000717163086,-0.7150999903678894,2.6054999828338623,3.6317999362945557,-0.6467999815940857,2.6317999362945557,3.6421000957489014,-0.7150999903678894,2.6054999828338623,3.6317999362945557,-0.6276000142097473,2.6066999435424805,3.6338999271392822,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.694599986076355,2.6972999572753906,3.645400047302246,-0.6678000092506409,2.658600091934204,3.6451001167297363,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.6678000092506409,2.658600091934204,3.6451001167297363,-0.5098000168800354,2.655600070953369,3.645400047302246,-0.694599986076355,2.6972999572753906,3.645400047302246,-0.7584999799728394,2.7004001140594482,3.6433000564575195,-0.7455000281333923,2.6605000495910645,3.6428000926971436,-0.694599986076355,2.6972999572753906,3.645400047302246,-0.7455000281333923,2.6605000495910645,3.6428000926971436,-0.6678000092506409,2.658600091934204,3.6451001167297363,-0.5098000168800354,2.655600070953369,3.645400047302246,-0.6678000092506409,2.658600091934204,3.6451001167297363,-0.6467999815940857,2.6317999362945557,3.6421000957489014,-0.5098000168800354,2.655600070953369,3.645400047302246,-0.6467999815940857,2.6317999362945557,3.6421000957489014,-0.4823000133037567,2.631700038909912,3.6422998905181885,-0.6678000092506409,2.658600091934204,3.6451001167297363,-0.7455000281333923,2.6605000495910645,3.6428000926971436,-0.7325000166893005,2.6317999362945557,3.6398000717163086,-0.6678000092506409,2.658600091934204,3.6451001167297363,-0.7325000166893005,2.6317999362945557,3.6398000717163086,-0.6467999815940857,2.6317999362945557,3.6421000957489014,-0.7437000274658203,2.5940001010894775,1.1787999868392944,-0.7825999855995178,2.653599977493286,1.1852999925613403,-0.7825999855995178,2.653599977493286,0.6582000255584717,-0.7437000274658203,2.5940001010894775,1.1787999868392944,-0.7825999855995178,2.653599977493286,0.6582000255584717,-0.7437000274658203,2.5940001010894775,0.6553999781608582,-0.7434999942779541,2.593600034713745,1.8051999807357788,-0.7822999954223633,2.6526999473571777,1.816100001335144,-0.7825999855995178,2.653599977493286,1.1852999925613403,-0.7434999942779541,2.593600034713745,1.8051999807357788,-0.7825999855995178,2.653599977493286,1.1852999925613403,-0.7437000274658203,2.5940001010894775,1.1787999868392944,-0.7825999855995178,2.653599977493286,1.1852999925613403,-0.8115000128746033,2.710700035095215,1.1902999877929688,-0.8115000128746033,2.710700035095215,0.6603000164031982,-0.7825999855995178,2.653599977493286,1.1852999925613403,-0.8115000128746033,2.710700035095215,0.6603000164031982,-0.7825999855995178,2.653599977493286,0.6582000255584717,-0.7822999954223633,2.6526999473571777,1.816100001335144,-0.8109999895095825,2.7093000411987305,1.8243999481201172,-0.8115000128746033,2.710700035095215,1.1902999877929688,-0.7822999954223633,2.6526999473571777,1.816100001335144,-0.8115000128746033,2.710700035095215,1.1902999877929688,-0.7825999855995178,2.653599977493286,1.1852999925613403,-0.7419999837875366,2.589600086212158,2.9670000076293945,-0.7793999910354614,2.64490008354187,2.985100030899048,-0.7813000082969666,2.650099992752075,2.449700117111206,-0.7419999837875366,2.589600086212158,2.9670000076293945,-0.7813000082969666,2.650099992752075,2.449700117111206,-0.7429999709129333,2.5922999382019043,2.4347000122070312,-0.7793999910354614,2.64490008354187,2.985100030899048,-0.8064000010490417,2.697200059890747,2.9983999729156494,-0.809499979019165,2.7053000926971436,2.4609999656677246,-0.7793999910354614,2.64490008354187,2.985100030899048,-0.809499979019165,2.7053000926971436,2.4609999656677246,-0.7813000082969666,2.650099992752075,2.449700117111206,-0.7429999709129333,2.5922999382019043,2.4347000122070312,-0.7813000082969666,2.650099992752075,2.449700117111206,-0.7822999954223633,2.6526999473571777,1.816100001335144,-0.7429999709129333,2.5922999382019043,2.4347000122070312,-0.7822999954223633,2.6526999473571777,1.816100001335144,-0.7434999942779541,2.593600034713745,1.8051999807357788,-0.7813000082969666,2.650099992752075,2.449700117111206,-0.809499979019165,2.7053000926971436,2.4609999656677246,-0.8109999895095825,2.7093000411987305,1.8243999481201172,-0.7813000082969666,2.650099992752075,2.449700117111206,-0.8109999895095825,2.7093000411987305,1.8243999481201172,-0.7822999954223633,2.6526999473571777,1.816100001335144,-0.8438000082969666,2.8094000816345215,2.474600076675415,-0.8295999765396118,2.75819993019104,2.469099998474121,-0.8255000114440918,2.7476999759674072,3.0078001022338867,-0.8438000082969666,2.8094000816345215,2.474600076675415,-0.8255000114440918,2.7476999759674072,3.0078001022338867,-0.8392000198364258,2.7978999614715576,3.0139000415802,-0.8460999727249146,2.8150999546051025,1.8343000411987305,-0.83160001039505,2.7634999752044678,1.830399990081787,-0.8295999765396118,2.75819993019104,2.469099998474121,-0.8460999727249146,2.8150999546051025,1.8343000411987305,-0.8295999765396118,2.75819993019104,2.469099998474121,-0.8438000082969666,2.8094000816345215,2.474600076675415,-0.8295999765396118,2.75819993019104,2.469099998474121,-0.809499979019165,2.7053000926971436,2.4609999656677246,-0.8064000010490417,2.697200059890747,2.9983999729156494,-0.8295999765396118,2.75819993019104,2.469099998474121,-0.8064000010490417,2.697200059890747,2.9983999729156494,-0.8255000114440918,2.7476999759674072,3.0078001022338867,-0.83160001039505,2.7634999752044678,1.830399990081787,-0.8109999895095825,2.7093000411987305,1.8243999481201172,-0.809499979019165,2.7053000926971436,2.4609999656677246,-0.83160001039505,2.7634999752044678,1.830399990081787,-0.809499979019165,2.7053000926971436,2.4609999656677246,-0.8295999765396118,2.75819993019104,2.469099998474121,-0.8468999862670898,2.816999912261963,0.6622999906539917,-0.8323000073432922,2.765199899673462,0.6615999937057495,-0.8323000073432922,2.765199899673462,1.1937999725341797,-0.8468999862670898,2.816999912261963,0.6622999906539917,-0.8323000073432922,2.765199899673462,1.1937999725341797,-0.8468999862670898,2.816999912261963,1.1960999965667725,-0.8323000073432922,2.765199899673462,0.6615999937057495,-0.8115000128746033,2.710700035095215,0.6603000164031982,-0.8115000128746033,2.710700035095215,1.1902999877929688,-0.8323000073432922,2.765199899673462,0.6615999937057495,-0.8115000128746033,2.710700035095215,1.1902999877929688,-0.8323000073432922,2.765199899673462,1.1937999725341797,-0.8468999862670898,2.816999912261963,1.1960999965667725,-0.8323000073432922,2.765199899673462,1.1937999725341797,-0.83160001039505,2.7634999752044678,1.830399990081787,-0.8468999862670898,2.816999912261963,1.1960999965667725,-0.83160001039505,2.7634999752044678,1.830399990081787,-0.8460999727249146,2.8150999546051025,1.8343000411987305,-0.8323000073432922,2.765199899673462,1.1937999725341797,-0.8115000128746033,2.710700035095215,1.1902999877929688,-0.8109999895095825,2.7093000411987305,1.8243999481201172,-0.8323000073432922,2.765199899673462,1.1937999725341797,-0.8109999895095825,2.7093000411987305,1.8243999481201172,-0.83160001039505,2.7634999752044678,1.830399990081787,-0.7437000274658203,2.5940001010894775,0.3352000117301941,-0.6926000118255615,2.531899929046631,0.334199994802475,-0.6926000118255615,2.531899929046631,0.6516000032424927,-0.7437000274658203,2.5940001010894775,0.3352000117301941,-0.6926000118255615,2.531899929046631,0.6516000032424927,-0.7437000274658203,2.5940001010894775,0.6553999781608582,-0.7437000274658203,2.5940001010894775,0.1673000007867813,-0.6926000118255615,2.531899929046631,0.16769999265670776,-0.6926000118255615,2.531899929046631,0.334199994802475,-0.7437000274658203,2.5940001010894775,0.1673000007867813,-0.6926000118255615,2.531899929046631,0.334199994802475,-0.7437000274658203,2.5940001010894775,0.3352000117301941,-0.6926000118255615,2.531899929046631,0.334199994802475,-0.6139000058174133,2.472100019454956,0.3327000141143799,-0.6139000058174133,2.472100019454956,0.6467000246047974,-0.6926000118255615,2.531899929046631,0.334199994802475,-0.6139000058174133,2.472100019454956,0.6467000246047974,-0.6926000118255615,2.531899929046631,0.6516000032424927,-0.6926000118255615,2.531899929046631,0.16769999265670776,-0.6139000058174133,2.472100019454956,0.1679999977350235,-0.6139000058174133,2.472100019454956,0.3327000141143799,-0.6926000118255615,2.531899929046631,0.16769999265670776,-0.6139000058174133,2.472100019454956,0.3327000141143799,-0.6926000118255615,2.531899929046631,0.334199994802475,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.6926000118255615,2.531899929046631,0.08649999648332596,-0.6926000118255615,2.531899929046631,0.10199999809265137,-0.7437000274658203,2.5940001010894775,0.08540000021457672,-0.6926000118255615,2.531899929046631,0.10199999809265137,-0.7437000274658203,2.5940001010894775,0.10100000351667404,-0.6926000118255615,2.531899929046631,0.08649999648332596,-0.6139000058174133,2.472100019454956,0.08760000020265579,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.6926000118255615,2.531899929046631,0.08649999648332596,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.6926000118255615,2.531899929046631,0.10199999809265137,-0.7437000274658203,2.5940001010894775,0.1673000007867813,-0.7437000274658203,2.5940001010894775,0.10100000351667404,-0.6926000118255615,2.531899929046631,0.10199999809265137,-0.7437000274658203,2.5940001010894775,0.1673000007867813,-0.6926000118255615,2.531899929046631,0.10199999809265137,-0.6926000118255615,2.531899929046631,0.16769999265670776,-0.6926000118255615,2.531899929046631,0.16769999265670776,-0.6926000118255615,2.531899929046631,0.10199999809265137,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.6926000118255615,2.531899929046631,0.16769999265670776,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.6139000058174133,2.472100019454956,0.1679999977350235,-0.31049999594688416,2.378200054168701,0.10429999977350235,-0.4916999936103821,2.419300079345703,0.10369999706745148,-0.4916999936103821,2.419300079345703,0.0885000005364418,-0.31049999594688416,2.378200054168701,0.10429999977350235,-0.4916999936103821,2.419300079345703,0.0885000005364418,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.31049999594688416,2.378200054168701,0.16760000586509705,-0.4916999936103821,2.419300079345703,0.1679999977350235,-0.4916999936103821,2.419300079345703,0.10369999706745148,-0.31049999594688416,2.378200054168701,0.16760000586509705,-0.4916999936103821,2.419300079345703,0.10369999706745148,-0.31049999594688416,2.378200054168701,0.10429999977350235,-0.4916999936103821,2.419300079345703,0.10369999706745148,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.6139000058174133,2.472100019454956,0.08760000020265579,-0.4916999936103821,2.419300079345703,0.10369999706745148,-0.6139000058174133,2.472100019454956,0.08760000020265579,-0.4916999936103821,2.419300079345703,0.0885000005364418,-0.4916999936103821,2.419300079345703,0.1679999977350235,-0.6139000058174133,2.472100019454956,0.1679999977350235,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.4916999936103821,2.419300079345703,0.1679999977350235,-0.6139000058174133,2.472100019454956,0.10300000011920929,-0.4916999936103821,2.419300079345703,0.10369999706745148,-0.31049999594688416,2.378200054168701,0.633400022983551,-0.4916999936103821,2.419300079345703,0.6406999826431274,-0.4916999936103821,2.419300079345703,0.3305000066757202,-0.31049999594688416,2.378200054168701,0.633400022983551,-0.4916999936103821,2.419300079345703,0.3305000066757202,-0.31049999594688416,2.378200054168701,0.3276999890804291,-0.4916999936103821,2.419300079345703,0.6406999826431274,-0.6139000058174133,2.472100019454956,0.6467000246047974,-0.6139000058174133,2.472100019454956,0.3327000141143799,-0.4916999936103821,2.419300079345703,0.6406999826431274,-0.6139000058174133,2.472100019454956,0.3327000141143799,-0.4916999936103821,2.419300079345703,0.3305000066757202,-0.31049999594688416,2.378200054168701,0.3276999890804291,-0.4916999936103821,2.419300079345703,0.3305000066757202,-0.4916999936103821,2.419300079345703,0.1679999977350235,-0.31049999594688416,2.378200054168701,0.3276999890804291,-0.4916999936103821,2.419300079345703,0.1679999977350235,-0.31049999594688416,2.378200054168701,0.16760000586509705,-0.4916999936103821,2.419300079345703,0.3305000066757202,-0.6139000058174133,2.472100019454956,0.3327000141143799,-0.6139000058174133,2.472100019454956,0.1679999977350235,-0.4916999936103821,2.419300079345703,0.3305000066757202,-0.6139000058174133,2.472100019454956,0.1679999977350235,-0.4916999936103821,2.419300079345703,0.1679999977350235,-0.31049999594688416,2.378200054168701,0.3276999890804291,-0.05460000038146973,2.353600025177002,0.32420000433921814,-0.05460000038146973,2.353600025177002,0.6245999932289124,-0.31049999594688416,2.378200054168701,0.3276999890804291,-0.05460000038146973,2.353600025177002,0.6245999932289124,-0.31049999594688416,2.378200054168701,0.633400022983551,-0.31049999594688416,2.378200054168701,0.16760000586509705,-0.05460000038146973,2.353600025177002,0.16670000553131104,-0.05460000038146973,2.353600025177002,0.32420000433921814,-0.31049999594688416,2.378200054168701,0.16760000586509705,-0.05460000038146973,2.353600025177002,0.32420000433921814,-0.31049999594688416,2.378200054168701,0.3276999890804291,-0.05460000038146973,2.353600025177002,0.32420000433921814,0.2572999894618988,2.341200113296509,0.3206000030040741,0.2572999894618988,2.341200113296509,0.616100013256073,-0.05460000038146973,2.353600025177002,0.32420000433921814,0.2572999894618988,2.341200113296509,0.616100013256073,-0.05460000038146973,2.353600025177002,0.6245999932289124,-0.05460000038146973,2.353600025177002,0.16670000553131104,0.2572999894618988,2.341200113296509,0.1657000035047531,0.2572999894618988,2.341200113296509,0.3206000030040741,-0.05460000038146973,2.353600025177002,0.16670000553131104,0.2572999894618988,2.341200113296509,0.3206000030040741,-0.05460000038146973,2.353600025177002,0.32420000433921814,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.05460000038146973,2.353600025177002,0.08950000256299973,-0.05460000038146973,2.353600025177002,0.10440000146627426,-0.31049999594688416,2.378200054168701,0.08919999748468399,-0.05460000038146973,2.353600025177002,0.10440000146627426,-0.31049999594688416,2.378200054168701,0.10429999977350235,-0.05460000038146973,2.353600025177002,0.08950000256299973,0.2572999894618988,2.341200113296509,0.08959999680519104,0.2572999894618988,2.341200113296509,0.10440000146627426,-0.05460000038146973,2.353600025177002,0.08950000256299973,0.2572999894618988,2.341200113296509,0.10440000146627426,-0.05460000038146973,2.353600025177002,0.10440000146627426,-0.31049999594688416,2.378200054168701,0.10429999977350235,-0.05460000038146973,2.353600025177002,0.10440000146627426,-0.05460000038146973,2.353600025177002,0.16670000553131104,-0.31049999594688416,2.378200054168701,0.10429999977350235,-0.05460000038146973,2.353600025177002,0.16670000553131104,-0.31049999594688416,2.378200054168701,0.16760000586509705,-0.05460000038146973,2.353600025177002,0.10440000146627426,0.2572999894618988,2.341200113296509,0.10440000146627426,0.2572999894618988,2.341200113296509,0.1657000035047531,-0.05460000038146973,2.353600025177002,0.10440000146627426,0.2572999894618988,2.341200113296509,0.1657000035047531,-0.05460000038146973,2.353600025177002,0.16670000553131104,0.974399983882904,2.337100028991699,0.10409999638795853,0.6065000295639038,2.337100028991699,0.10419999808073044,0.6065000295639038,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.10409999638795853,0.6065000295639038,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.16439999639987946,0.6065000295639038,2.337100028991699,0.1648000031709671,0.6065000295639038,2.337100028991699,0.10419999808073044,0.974399983882904,2.337100028991699,0.16439999639987946,0.6065000295639038,2.337100028991699,0.10419999808073044,0.974399983882904,2.337100028991699,0.10409999638795853,0.6065000295639038,2.337100028991699,0.10419999808073044,0.2572999894618988,2.341200113296509,0.10440000146627426,0.2572999894618988,2.341200113296509,0.08959999680519104,0.6065000295639038,2.337100028991699,0.10419999808073044,0.2572999894618988,2.341200113296509,0.08959999680519104,0.6065000295639038,2.337100028991699,0.08959999680519104,0.6065000295639038,2.337100028991699,0.1648000031709671,0.2572999894618988,2.341200113296509,0.1657000035047531,0.2572999894618988,2.341200113296509,0.10440000146627426,0.6065000295639038,2.337100028991699,0.1648000031709671,0.2572999894618988,2.341200113296509,0.10440000146627426,0.6065000295639038,2.337100028991699,0.10419999808073044,0.974399983882904,2.337100028991699,0.6068000197410583,0.6065000295639038,2.337100028991699,0.6096000075340271,0.6065000295639038,2.337100028991699,0.31779998540878296,0.974399983882904,2.337100028991699,0.6068000197410583,0.6065000295639038,2.337100028991699,0.31779998540878296,0.974399983882904,2.337100028991699,0.3165999948978424,0.6065000295639038,2.337100028991699,0.6096000075340271,0.2572999894618988,2.341200113296509,0.616100013256073,0.2572999894618988,2.341200113296509,0.3206000030040741,0.6065000295639038,2.337100028991699,0.6096000075340271,0.2572999894618988,2.341200113296509,0.3206000030040741,0.6065000295639038,2.337100028991699,0.31779998540878296,0.974399983882904,2.337100028991699,0.3165999948978424,0.6065000295639038,2.337100028991699,0.31779998540878296,0.6065000295639038,2.337100028991699,0.1648000031709671,0.974399983882904,2.337100028991699,0.3165999948978424,0.6065000295639038,2.337100028991699,0.1648000031709671,0.974399983882904,2.337100028991699,0.16439999639987946,0.6065000295639038,2.337100028991699,0.31779998540878296,0.2572999894618988,2.341200113296509,0.3206000030040741,0.2572999894618988,2.341200113296509,0.1657000035047531,0.6065000295639038,2.337100028991699,0.31779998540878296,0.2572999894618988,2.341200113296509,0.1657000035047531,0.6065000295639038,2.337100028991699,0.1648000031709671,-0.866599977016449,2.9590001106262207,0.026399999856948853,-0.8673999905586243,2.9590001106262207,0.03629999980330467,-0.868399977684021,3.003999948501587,0.03610000014305115,-0.866599977016449,2.9590001106262207,0.026399999856948853,-0.868399977684021,3.003999948501587,0.03610000014305115,-0.8676000237464905,3.003999948501587,0.026200000196695328,-0.8629000186920166,2.9133999347686768,0.026900000870227814,-0.8636999726295471,2.913300037384033,0.03680000081658363,-0.8673999905586243,2.9590001106262207,0.03629999980330467,-0.8629000186920166,2.9133999347686768,0.026900000870227814,-0.8673999905586243,2.9590001106262207,0.03629999980330467,-0.866599977016449,2.9590001106262207,0.026399999856948853,-0.8673999905586243,2.9590001106262207,0.03629999980330467,-0.8677999973297119,2.958899974822998,0.04919999837875366,-0.8689000010490417,3.003999948501587,0.04899999871850014,-0.8673999905586243,2.9590001106262207,0.03629999980330467,-0.8689000010490417,3.003999948501587,0.04899999871850014,-0.868399977684021,3.003999948501587,0.03610000014305115,-0.8636999726295471,2.913300037384033,0.03680000081658363,-0.8640999794006348,2.913300037384033,0.04969999939203262,-0.8677999973297119,2.958899974822998,0.04919999837875366,-0.8636999726295471,2.913300037384033,0.03680000081658363,-0.8677999973297119,2.958899974822998,0.04919999837875366,-0.8673999905586243,2.9590001106262207,0.03629999980330467,-0.8456000089645386,2.8173999786376953,0.0284000001847744,-0.8464000225067139,2.817199945449829,0.03830000013113022,-0.8568999767303467,2.866300106048584,0.03750000149011612,-0.8456000089645386,2.8173999786376953,0.0284000001847744,-0.8568999767303467,2.866300106048584,0.03750000149011612,-0.8561000227928162,2.8664000034332275,0.02759999968111515,-0.8464000225067139,2.817199945449829,0.03830000013113022,-0.8468000292778015,2.8171000480651855,0.05119999870657921,-0.857200026512146,2.8661999702453613,0.0502999983727932,-0.8464000225067139,2.817199945449829,0.03830000013113022,-0.857200026512146,2.8661999702453613,0.0502999983727932,-0.8568999767303467,2.866300106048584,0.03750000149011612,-0.8561000227928162,2.8664000034332275,0.02759999968111515,-0.8568999767303467,2.866300106048584,0.03750000149011612,-0.8636999726295471,2.913300037384033,0.03680000081658363,-0.8561000227928162,2.8664000034332275,0.02759999968111515,-0.8636999726295471,2.913300037384033,0.03680000081658363,-0.8629000186920166,2.9133999347686768,0.026900000870227814,-0.8568999767303467,2.866300106048584,0.03750000149011612,-0.857200026512146,2.8661999702453613,0.0502999983727932,-0.8640999794006348,2.913300037384033,0.04969999939203262,-0.8568999767303467,2.866300106048584,0.03750000149011612,-0.8640999794006348,2.913300037384033,0.04969999939203262,-0.8636999726295471,2.913300037384033,0.03680000081658363,-0.8574000000953674,2.8661999702453613,0.08089999854564667,-0.8574000000953674,2.8661999702453613,0.06509999930858612,-0.8468999862670898,2.816999912261963,0.06589999794960022,-0.8574000000953674,2.8661999702453613,0.08089999854564667,-0.8468999862670898,2.816999912261963,0.06589999794960022,-0.8468999862670898,2.816999912261963,0.08169999718666077,-0.8641999959945679,2.913300037384033,0.08020000159740448,-0.8641999959945679,2.913300037384033,0.06440000236034393,-0.8574000000953674,2.8661999702453613,0.06509999930858612,-0.8641999959945679,2.913300037384033,0.08020000159740448,-0.8574000000953674,2.8661999702453613,0.06509999930858612,-0.8574000000953674,2.8661999702453613,0.08089999854564667,-0.8574000000953674,2.8661999702453613,0.06509999930858612,-0.857200026512146,2.8661999702453613,0.0502999983727932,-0.8468000292778015,2.8171000480651855,0.05119999870657921,-0.8574000000953674,2.8661999702453613,0.06509999930858612,-0.8468000292778015,2.8171000480651855,0.05119999870657921,-0.8468999862670898,2.816999912261963,0.06589999794960022,-0.8641999959945679,2.913300037384033,0.06440000236034393,-0.8640999794006348,2.913300037384033,0.04969999939203262,-0.857200026512146,2.8661999702453613,0.0502999983727932,-0.8641999959945679,2.913300037384033,0.06440000236034393,-0.857200026512146,2.8661999702453613,0.0502999983727932,-0.8574000000953674,2.8661999702453613,0.06509999930858612,-0.8690000176429749,3.003999948501587,0.0794999971985817,-0.8690000176429749,3.003999948501587,0.06379999965429306,-0.867900013923645,2.958899974822998,0.06400000303983688,-0.8690000176429749,3.003999948501587,0.0794999971985817,-0.867900013923645,2.958899974822998,0.06400000303983688,-0.867900013923645,2.958899974822998,0.07970000058412552,-0.8690000176429749,3.003999948501587,0.06379999965429306,-0.8689000010490417,3.003999948501587,0.04899999871850014,-0.8677999973297119,2.958899974822998,0.04919999837875366,-0.8690000176429749,3.003999948501587,0.06379999965429306,-0.8677999973297119,2.958899974822998,0.04919999837875366,-0.867900013923645,2.958899974822998,0.06400000303983688,-0.867900013923645,2.958899974822998,0.07970000058412552,-0.867900013923645,2.958899974822998,0.06400000303983688,-0.8641999959945679,2.913300037384033,0.06440000236034393,-0.867900013923645,2.958899974822998,0.07970000058412552,-0.8641999959945679,2.913300037384033,0.06440000236034393,-0.8641999959945679,2.913300037384033,0.08020000159740448,-0.867900013923645,2.958899974822998,0.06400000303983688,-0.8677999973297119,2.958899974822998,0.04919999837875366,-0.8640999794006348,2.913300037384033,0.04969999939203262,-0.867900013923645,2.958899974822998,0.06400000303983688,-0.8640999794006348,2.913300037384033,0.04969999939203262,-0.8641999959945679,2.913300037384033,0.06440000236034393,-0.8282999992370605,2.9217000007629395,3.6284000873565674,-0.817799985408783,2.9179999828338623,3.63919997215271,-0.821399986743927,3.003999948501587,3.6393001079559326,-0.8282999992370605,2.9217000007629395,3.6284000873565674,-0.821399986743927,3.003999948501587,3.6393001079559326,-0.8317000269889832,3.003999948501587,3.628499984741211,-0.8202000260353088,2.8434998989105225,3.628000020980835,-0.8093000054359436,2.8366000652313232,3.6387999057769775,-0.817799985408783,2.9179999828338623,3.63919997215271,-0.8202000260353088,2.8434998989105225,3.628000020980835,-0.817799985408783,2.9179999828338623,3.63919997215271,-0.8282999992370605,2.9217000007629395,3.6284000873565674,-0.817799985408783,2.9179999828338623,3.63919997215271,-0.8034999966621399,2.9166998863220215,3.6445000171661377,-0.8072999715805054,3.003999948501587,3.644700050354004,-0.817799985408783,2.9179999828338623,3.63919997215271,-0.8072999715805054,3.003999948501587,3.644700050354004,-0.821399986743927,3.003999948501587,3.6393001079559326,-0.8093000054359436,2.8366000652313232,3.6387999057769775,-0.7928000092506409,2.8338000774383545,3.644200086593628,-0.8034999966621399,2.9166998863220215,3.6445000171661377,-0.8093000054359436,2.8366000652313232,3.6387999057769775,-0.8034999966621399,2.9166998863220215,3.6445000171661377,-0.817799985408783,2.9179999828338623,3.63919997215271,-0.7986000180244446,2.715100049972534,3.625999927520752,-0.7871999740600586,2.705199956893921,3.637500047683716,-0.79830002784729,2.76419997215271,3.6382999420166016,-0.7986000180244446,2.715100049972534,3.625999927520752,-0.79830002784729,2.76419997215271,3.6382999420166016,-0.8095999956130981,2.7732999324798584,3.62719988822937,-0.7871999740600586,2.705199956893921,3.637500047683716,-0.7584999799728394,2.7004001140594482,3.6433000564575195,-0.7760000228881836,2.759999990463257,3.6438000202178955,-0.7871999740600586,2.705199956893921,3.637500047683716,-0.7760000228881836,2.759999990463257,3.6438000202178955,-0.79830002784729,2.76419997215271,3.6382999420166016,-0.8095999956130981,2.7732999324798584,3.62719988822937,-0.79830002784729,2.76419997215271,3.6382999420166016,-0.8093000054359436,2.8366000652313232,3.6387999057769775,-0.8095999956130981,2.7732999324798584,3.62719988822937,-0.8093000054359436,2.8366000652313232,3.6387999057769775,-0.8202000260353088,2.8434998989105225,3.628000020980835,-0.79830002784729,2.76419997215271,3.6382999420166016,-0.7760000228881836,2.759999990463257,3.6438000202178955,-0.7928000092506409,2.8338000774383545,3.644200086593628,-0.79830002784729,2.76419997215271,3.6382999420166016,-0.7928000092506409,2.8338000774383545,3.644200086593628,-0.8093000054359436,2.8366000652313232,3.6387999057769775,-0.673799991607666,2.759999990463257,3.6458001136779785,-0.7315999865531921,2.7581000328063965,3.645699977874756,-0.694599986076355,2.6972999572753906,3.645400047302246,-0.673799991607666,2.759999990463257,3.6458001136779785,-0.694599986076355,2.6972999572753906,3.645400047302246,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.7258999943733215,2.8357999324798584,3.646199941635132,-0.7651000022888184,2.833699941635132,3.6461000442504883,-0.7315999865531921,2.7581000328063965,3.645699977874756,-0.7258999943733215,2.8357999324798584,3.646199941635132,-0.7315999865531921,2.7581000328063965,3.645699977874756,-0.673799991607666,2.759999990463257,3.6458001136779785,-0.7315999865531921,2.7581000328063965,3.645699977874756,-0.7760000228881836,2.759999990463257,3.6438000202178955,-0.7584999799728394,2.7004001140594482,3.6433000564575195,-0.7315999865531921,2.7581000328063965,3.645699977874756,-0.7584999799728394,2.7004001140594482,3.6433000564575195,-0.694599986076355,2.6972999572753906,3.645400047302246,-0.7651000022888184,2.833699941635132,3.6461000442504883,-0.7928000092506409,2.8338000774383545,3.644200086593628,-0.7760000228881836,2.759999990463257,3.6438000202178955,-0.7651000022888184,2.833699941635132,3.6461000442504883,-0.7760000228881836,2.759999990463257,3.6438000202178955,-0.7315999865531921,2.7581000328063965,3.645699977874756,-0.7547000050544739,3.003999948501587,3.6466000080108643,-0.7861999869346619,3.003999948501587,3.6465001106262207,-0.7820000052452087,2.9170000553131104,3.646399974822998,-0.7547000050544739,3.003999948501587,3.6466000080108643,-0.7820000052452087,2.9170000553131104,3.646399974822998,-0.7498000264167786,2.9182000160217285,3.6465001106262207,-0.7861999869346619,3.003999948501587,3.6465001106262207,-0.8072999715805054,3.003999948501587,3.644700050354004,-0.8034999966621399,2.9166998863220215,3.6445000171661377,-0.7861999869346619,3.003999948501587,3.6465001106262207,-0.8034999966621399,2.9166998863220215,3.6445000171661377,-0.7820000052452087,2.9170000553131104,3.646399974822998,-0.7498000264167786,2.9182000160217285,3.6465001106262207,-0.7820000052452087,2.9170000553131104,3.646399974822998,-0.7651000022888184,2.833699941635132,3.6461000442504883,-0.7498000264167786,2.9182000160217285,3.6465001106262207,-0.7651000022888184,2.833699941635132,3.6461000442504883,-0.7258999943733215,2.8357999324798584,3.646199941635132,-0.7820000052452087,2.9170000553131104,3.646399974822998,-0.8034999966621399,2.9166998863220215,3.6445000171661377,-0.7928000092506409,2.8338000774383545,3.644200086593628,-0.7820000052452087,2.9170000553131104,3.646399974822998,-0.7928000092506409,2.8338000774383545,3.644200086593628,-0.7651000022888184,2.833699941635132,3.6461000442504883,-0.867900013923645,2.958899974822998,0.07970000058412552,-0.867900013923645,2.958899974822998,0.09539999812841415,-0.8690000176429749,3.003999948501587,0.09520000219345093,-0.867900013923645,2.958899974822998,0.07970000058412552,-0.8690000176429749,3.003999948501587,0.09520000219345093,-0.8690000176429749,3.003999948501587,0.0794999971985817,-0.8641999959945679,2.913300037384033,0.08020000159740448,-0.8641999959945679,2.913300037384033,0.09589999914169312,-0.867900013923645,2.958899974822998,0.09539999812841415,-0.8641999959945679,2.913300037384033,0.08020000159740448,-0.867900013923645,2.958899974822998,0.09539999812841415,-0.867900013923645,2.958899974822998,0.07970000058412552,-0.867900013923645,2.958899974822998,0.09539999812841415,-0.867900013923645,2.958899974822998,0.16300000250339508,-0.8690000176429749,3.003999948501587,0.16279999911785126,-0.867900013923645,2.958899974822998,0.09539999812841415,-0.8690000176429749,3.003999948501587,0.16279999911785126,-0.8690000176429749,3.003999948501587,0.09520000219345093,-0.8641999959945679,2.913300037384033,0.09589999914169312,-0.8641999959945679,2.913300037384033,0.16349999606609344,-0.867900013923645,2.958899974822998,0.16300000250339508,-0.8641999959945679,2.913300037384033,0.09589999914169312,-0.867900013923645,2.958899974822998,0.16300000250339508,-0.867900013923645,2.958899974822998,0.09539999812841415,-0.8468999862670898,2.816999912261963,0.08169999718666077,-0.8468999862670898,2.816999912261963,0.09740000218153,-0.8574000000953674,2.8661999702453613,0.09650000184774399,-0.8468999862670898,2.816999912261963,0.08169999718666077,-0.8574000000953674,2.8661999702453613,0.09650000184774399,-0.8574000000953674,2.8661999702453613,0.08089999854564667,-0.8468999862670898,2.816999912261963,0.09740000218153,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8574000000953674,2.8661999702453613,0.16410000622272491,-0.8468999862670898,2.816999912261963,0.09740000218153,-0.8574000000953674,2.8661999702453613,0.16410000622272491,-0.8574000000953674,2.8661999702453613,0.09650000184774399,-0.8574000000953674,2.8661999702453613,0.08089999854564667,-0.8574000000953674,2.8661999702453613,0.09650000184774399,-0.8641999959945679,2.913300037384033,0.09589999914169312,-0.8574000000953674,2.8661999702453613,0.08089999854564667,-0.8641999959945679,2.913300037384033,0.09589999914169312,-0.8641999959945679,2.913300037384033,0.08020000159740448,-0.8574000000953674,2.8661999702453613,0.09650000184774399,-0.8574000000953674,2.8661999702453613,0.16410000622272491,-0.8641999959945679,2.913300037384033,0.16349999606609344,-0.8574000000953674,2.8661999702453613,0.09650000184774399,-0.8641999959945679,2.913300037384033,0.16349999606609344,-0.8641999959945679,2.913300037384033,0.09589999914169312,-0.8574000000953674,2.8661999702453613,0.6625000238418579,-0.8574000000953674,2.8661999702453613,0.3353999853134155,-0.8468999862670898,2.816999912261963,0.3359000086784363,-0.8574000000953674,2.8661999702453613,0.6625000238418579,-0.8468999862670898,2.816999912261963,0.3359000086784363,-0.8468999862670898,2.816999912261963,0.6622999906539917,-0.8641999959945679,2.913300037384033,0.6622999906539917,-0.8641999959945679,2.913300037384033,0.33500000834465027,-0.8574000000953674,2.8661999702453613,0.3353999853134155,-0.8641999959945679,2.913300037384033,0.6622999906539917,-0.8574000000953674,2.8661999702453613,0.3353999853134155,-0.8574000000953674,2.8661999702453613,0.6625000238418579,-0.8574000000953674,2.8661999702453613,0.3353999853134155,-0.8574000000953674,2.8661999702453613,0.16410000622272491,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8574000000953674,2.8661999702453613,0.3353999853134155,-0.8468999862670898,2.816999912261963,0.1648000031709671,-0.8468999862670898,2.816999912261963,0.3359000086784363,-0.8641999959945679,2.913300037384033,0.33500000834465027,-0.8641999959945679,2.913300037384033,0.16349999606609344,-0.8574000000953674,2.8661999702453613,0.16410000622272491,-0.8641999959945679,2.913300037384033,0.33500000834465027,-0.8574000000953674,2.8661999702453613,0.16410000622272491,-0.8574000000953674,2.8661999702453613,0.3353999853134155,-0.8690000176429749,3.003999948501587,0.661899983882904,-0.8690000176429749,3.003999948501587,0.3343999981880188,-0.867900013923645,2.958899974822998,0.3346000015735626,-0.8690000176429749,3.003999948501587,0.661899983882904,-0.867900013923645,2.958899974822998,0.3346000015735626,-0.867900013923645,2.958899974822998,0.6621000170707703,-0.8690000176429749,3.003999948501587,0.3343999981880188,-0.8690000176429749,3.003999948501587,0.16279999911785126,-0.867900013923645,2.958899974822998,0.16300000250339508,-0.8690000176429749,3.003999948501587,0.3343999981880188,-0.867900013923645,2.958899974822998,0.16300000250339508,-0.867900013923645,2.958899974822998,0.3346000015735626,-0.867900013923645,2.958899974822998,0.6621000170707703,-0.867900013923645,2.958899974822998,0.3346000015735626,-0.8641999959945679,2.913300037384033,0.33500000834465027,-0.867900013923645,2.958899974822998,0.6621000170707703,-0.8641999959945679,2.913300037384033,0.33500000834465027,-0.8641999959945679,2.913300037384033,0.6622999906539917,-0.867900013923645,2.958899974822998,0.3346000015735626,-0.867900013923645,2.958899974822998,0.16300000250339508,-0.8641999959945679,2.913300037384033,0.16349999606609344,-0.867900013923645,2.958899974822998,0.3346000015735626,-0.8641999959945679,2.913300037384033,0.16349999606609344,-0.8641999959945679,2.913300037384033,0.33500000834465027,-0.43950000405311584,3.4303998947143555,3.6152000427246094,-0.46230000257492065,3.400099992752075,3.63319993019104,-0.19359999895095825,3.400700092315674,3.631500005722046,-0.43950000405311584,3.4303998947143555,3.6152000427246094,-0.19359999895095825,3.400700092315674,3.631500005722046,-0.17509999871253967,3.4307000637054443,3.609999895095825,-0.46230000257492065,3.400099992752075,3.63319993019104,-0.4823000133037567,3.376199960708618,3.6422998905181885,-0.21089999377727509,3.378499984741211,3.642400026321411,-0.46230000257492065,3.400099992752075,3.63319993019104,-0.21089999377727509,3.378499984741211,3.642400026321411,-0.19359999895095825,3.400700092315674,3.631500005722046,-0.17509999871253967,3.4307000637054443,3.609999895095825,-0.19359999895095825,3.400700092315674,3.631500005722046,0.1527000069618225,3.4021999835968018,3.6296000480651855,-0.17509999871253967,3.4307000637054443,3.609999895095825,0.1527000069618225,3.4021999835968018,3.6296000480651855,0.1657000035047531,3.4319000244140625,3.6040000915527344,-0.19359999895095825,3.400700092315674,3.631500005722046,-0.21089999377727509,3.378499984741211,3.642400026321411,0.1404000073671341,3.3810999393463135,3.642400026321411,-0.19359999895095825,3.400700092315674,3.631500005722046,0.1404000073671341,3.3810999393463135,3.642400026321411,0.1527000069618225,3.4021999835968018,3.6296000480651855,-0.5098000168800354,3.352299928665161,3.645400047302246,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.2574999928474426,3.342400074005127,3.646199941635132,-0.5098000168800354,3.352299928665161,3.645400047302246,-0.2574999928474426,3.342400074005127,3.646199941635132,-0.23639999330043793,3.359100103378296,3.6459999084472656,-0.23639999330043793,3.359100103378296,3.6459999084472656,-0.2574999928474426,3.342400074005127,3.646199941635132,0.08649999648332596,3.351300001144409,3.646899938583374,-0.23639999330043793,3.359100103378296,3.6459999084472656,0.08649999648332596,3.351300001144409,3.646899938583374,0.12200000137090683,3.364799976348877,3.6468000411987305,-0.4823000133037567,3.376199960708618,3.6422998905181885,-0.5098000168800354,3.352299928665161,3.645400047302246,-0.23639999330043793,3.359100103378296,3.6459999084472656,-0.4823000133037567,3.376199960708618,3.6422998905181885,-0.23639999330043793,3.359100103378296,3.6459999084472656,-0.21089999377727509,3.378499984741211,3.642400026321411,-0.21089999377727509,3.378499984741211,3.642400026321411,-0.23639999330043793,3.359100103378296,3.6459999084472656,0.12200000137090683,3.364799976348877,3.6468000411987305,-0.21089999377727509,3.378499984741211,3.642400026321411,0.12200000137090683,3.364799976348877,3.6468000411987305,0.1404000073671341,3.3810999393463135,3.642400026321411,0.9743000268936157,3.330699920654297,3.648200035095215,0.974399983882904,3.362499952316284,3.6477999687194824,0.534600019454956,3.364300012588501,3.6475000381469727,0.9743000268936157,3.330699920654297,3.648200035095215,0.534600019454956,3.364300012588501,3.6475000381469727,0.47909998893737793,3.348299980163574,3.647599935531616,0.974399983882904,3.362499952316284,3.6477999687194824,0.974399983882904,3.3822999000549316,3.6426000595092773,0.5443000197410583,3.382200002670288,3.6424999237060547,0.974399983882904,3.362499952316284,3.6477999687194824,0.5443000197410583,3.382200002670288,3.6424999237060547,0.534600019454956,3.364300012588501,3.6475000381469727,0.47909998893737793,3.348299980163574,3.647599935531616,0.534600019454956,3.364300012588501,3.6475000381469727,0.12200000137090683,3.364799976348877,3.6468000411987305,0.47909998893737793,3.348299980163574,3.647599935531616,0.12200000137090683,3.364799976348877,3.6468000411987305,0.08649999648332596,3.351300001144409,3.646899938583374,0.534600019454956,3.364300012588501,3.6475000381469727,0.5443000197410583,3.382200002670288,3.6424999237060547,0.1404000073671341,3.3810999393463135,3.642400026321411,0.534600019454956,3.364300012588501,3.6475000381469727,0.1404000073671341,3.3810999393463135,3.642400026321411,0.12200000137090683,3.364799976348877,3.6468000411987305,0.974399983882904,3.4045000076293945,3.62719988822937,0.974399983882904,3.434000015258789,3.5966999530792236,0.5572999715805054,3.433300018310547,3.5989999771118164,0.974399983882904,3.4045000076293945,3.62719988822937,0.5572999715805054,3.433300018310547,3.5989999771118164,0.550599992275238,3.403700113296509,3.6278998851776123,0.550599992275238,3.403700113296509,3.6278998851776123,0.5572999715805054,3.433300018310547,3.5989999771118164,0.1657000035047531,3.4319000244140625,3.6040000915527344,0.550599992275238,3.403700113296509,3.6278998851776123,0.1657000035047531,3.4319000244140625,3.6040000915527344,0.1527000069618225,3.4021999835968018,3.6296000480651855,0.974399983882904,3.3822999000549316,3.6426000595092773,0.974399983882904,3.4045000076293945,3.62719988822937,0.550599992275238,3.403700113296509,3.6278998851776123,0.974399983882904,3.3822999000549316,3.6426000595092773,0.550599992275238,3.403700113296509,3.6278998851776123,0.5443000197410583,3.382200002670288,3.6424999237060547,0.5443000197410583,3.382200002670288,3.6424999237060547,0.550599992275238,3.403700113296509,3.6278998851776123,0.1527000069618225,3.4021999835968018,3.6296000480651855,0.5443000197410583,3.382200002670288,3.6424999237060547,0.1527000069618225,3.4021999835968018,3.6296000480651855,0.1404000073671341,3.3810999393463135,3.642400026321411,-0.31029999256134033,3.629199981689453,0.04639999940991402,-0.0544000007212162,3.6538000106811523,0.04690000042319298,-0.05420000106096268,3.6530001163482666,0.03700000047683716,-0.31029999256134033,3.629199981689453,0.04639999940991402,-0.05420000106096268,3.6530001163482666,0.03700000047683716,-0.3098999857902527,3.6284000873565674,0.0364999994635582,-0.31040000915527344,3.6296000480651855,0.05920000001788139,-0.054499998688697815,3.6542000770568848,0.059700001031160355,-0.0544000007212162,3.6538000106811523,0.04690000042319298,-0.31040000915527344,3.6296000480651855,0.05920000001788139,-0.0544000007212162,3.6538000106811523,0.04690000042319298,-0.31029999256134033,3.629199981689453,0.04639999940991402,-0.0544000007212162,3.6538000106811523,0.04690000042319298,0.2574000060558319,3.666100025177002,0.047200001776218414,0.25760000944137573,3.665299892425537,0.03720000013709068,-0.0544000007212162,3.6538000106811523,0.04690000042319298,0.25760000944137573,3.665299892425537,0.03720000013709068,-0.05420000106096268,3.6530001163482666,0.03700000047683716,-0.054499998688697815,3.6542000770568848,0.059700001031160355,0.2572999894618988,3.6665000915527344,0.05990000069141388,0.2574000060558319,3.666100025177002,0.047200001776218414,-0.054499998688697815,3.6542000770568848,0.059700001031160355,0.2574000060558319,3.666100025177002,0.047200001776218414,-0.0544000007212162,3.6538000106811523,0.04690000042319298,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.05460000038146973,3.6542999744415283,0.08950000256299973,-0.05460000038146973,3.6542999744415283,0.07429999858140945,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.05460000038146973,3.6542999744415283,0.07429999858140945,-0.31049999594688416,3.629699945449829,0.0737999975681305,-0.05460000038146973,3.6542999744415283,0.08950000256299973,0.2572999894618988,3.6666998863220215,0.08959999680519104,0.2572999894618988,3.6666998863220215,0.07450000196695328,-0.05460000038146973,3.6542999744415283,0.08950000256299973,0.2572999894618988,3.6666998863220215,0.07450000196695328,-0.05460000038146973,3.6542999744415283,0.07429999858140945,-0.31049999594688416,3.629699945449829,0.0737999975681305,-0.05460000038146973,3.6542999744415283,0.07429999858140945,-0.054499998688697815,3.6542000770568848,0.059700001031160355,-0.31049999594688416,3.629699945449829,0.0737999975681305,-0.054499998688697815,3.6542000770568848,0.059700001031160355,-0.31040000915527344,3.6296000480651855,0.05920000001788139,-0.05460000038146973,3.6542999744415283,0.07429999858140945,0.2572999894618988,3.6666998863220215,0.07450000196695328,0.2572999894618988,3.6665000915527344,0.05990000069141388,-0.05460000038146973,3.6542999744415283,0.07429999858140945,0.2572999894618988,3.6665000915527344,0.05990000069141388,-0.054499998688697815,3.6542000770568848,0.059700001031160355,0.974399983882904,3.670799970626831,0.07450000196695328,0.6065000295639038,3.670799970626831,0.07450000196695328,0.6065000295639038,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.07450000196695328,0.6065000295639038,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.08959999680519104,0.974399983882904,3.670599937438965,0.05999999865889549,0.6065000295639038,3.670599937438965,0.05999999865889549,0.6065000295639038,3.670799970626831,0.07450000196695328,0.974399983882904,3.670599937438965,0.05999999865889549,0.6065000295639038,3.670799970626831,0.07450000196695328,0.974399983882904,3.670799970626831,0.07450000196695328,0.6065000295639038,3.670799970626831,0.07450000196695328,0.2572999894618988,3.6666998863220215,0.07450000196695328,0.2572999894618988,3.6666998863220215,0.08959999680519104,0.6065000295639038,3.670799970626831,0.07450000196695328,0.2572999894618988,3.6666998863220215,0.08959999680519104,0.6065000295639038,3.670799970626831,0.08959999680519104,0.6065000295639038,3.670599937438965,0.05999999865889549,0.2572999894618988,3.6665000915527344,0.05990000069141388,0.2572999894618988,3.6666998863220215,0.07450000196695328,0.6065000295639038,3.670599937438965,0.05999999865889549,0.2572999894618988,3.6666998863220215,0.07450000196695328,0.6065000295639038,3.670799970626831,0.07450000196695328,0.974399983882904,3.6693999767303467,0.037300001829862595,0.6067000031471252,3.6693999767303467,0.037300001829862595,0.6065999865531921,3.6702001094818115,0.04729999974370003,0.974399983882904,3.6693999767303467,0.037300001829862595,0.6065999865531921,3.6702001094818115,0.04729999974370003,0.974399983882904,3.6702001094818115,0.04729999974370003,0.6067000031471252,3.6693999767303467,0.037300001829862595,0.25760000944137573,3.665299892425537,0.03720000013709068,0.2574000060558319,3.666100025177002,0.047200001776218414,0.6067000031471252,3.6693999767303467,0.037300001829862595,0.2574000060558319,3.666100025177002,0.047200001776218414,0.6065999865531921,3.6702001094818115,0.04729999974370003,0.974399983882904,3.6702001094818115,0.04729999974370003,0.6065999865531921,3.6702001094818115,0.04729999974370003,0.6065000295639038,3.670599937438965,0.05999999865889549,0.974399983882904,3.6702001094818115,0.04729999974370003,0.6065000295639038,3.670599937438965,0.05999999865889549,0.974399983882904,3.670599937438965,0.05999999865889549,0.6065999865531921,3.6702001094818115,0.04729999974370003,0.2574000060558319,3.666100025177002,0.047200001776218414,0.2572999894618988,3.6665000915527344,0.05990000069141388,0.6065999865531921,3.6702001094818115,0.04729999974370003,0.2572999894618988,3.6665000915527344,0.05990000069141388,0.6065000295639038,3.670599937438965,0.05999999865889549,-0.3070000112056732,3.6257998943328857,3.4365999698638916,-0.3091000020503998,3.6280999183654785,3.411600112915039,-0.49000000953674316,3.5871999263763428,3.4616000652313232,-0.3070000112056732,3.6257998943328857,3.4365999698638916,-0.49000000953674316,3.5871999263763428,3.4616000652313232,-0.48739999532699585,3.585099935531616,3.4869000911712646,-0.3091000020503998,3.6280999183654785,3.411600112915039,-0.3102000057697296,3.629300117492676,3.333899974822998,-0.49129998683929443,3.588200092315674,3.3826000690460205,-0.3091000020503998,3.6280999183654785,3.411600112915039,-0.49129998683929443,3.588200092315674,3.3826000690460205,-0.49000000953674316,3.5871999263763428,3.4616000652313232,-0.48739999532699585,3.585099935531616,3.4869000911712646,-0.49000000953674316,3.5871999263763428,3.4616000652313232,-0.6111000180244446,3.536400079727173,3.5048999786376953,-0.48739999532699585,3.585099935531616,3.4869000911712646,-0.6111000180244446,3.536400079727173,3.5048999786376953,-0.6079000234603882,3.5350000858306885,3.530400037765503,-0.49000000953674316,3.5871999263763428,3.4616000652313232,-0.49129998683929443,3.588200092315674,3.3826000690460205,-0.6128000020980835,3.536900043487549,3.424499988555908,-0.49000000953674316,3.5871999263763428,3.4616000652313232,-0.6128000020980835,3.536900043487549,3.424499988555908,-0.6111000180244446,3.536400079727173,3.5048999786376953,-0.31049999594688416,3.629699945449829,3.1582999229431152,-0.31049999594688416,3.629699945449829,2.8392999172210693,-0.4916999936103821,3.588599920272827,2.879699945449829,-0.31049999594688416,3.629699945449829,3.1582999229431152,-0.4916999936103821,3.588599920272827,2.879699945449829,-0.4916999936103821,3.588599920272827,3.203900098800659,-0.4916999936103821,3.588599920272827,3.203900098800659,-0.4916999936103821,3.588599920272827,2.879699945449829,-0.6136999726295471,3.5362000465393066,2.914400100708008,-0.4916999936103821,3.588599920272827,3.203900098800659,-0.6136999726295471,3.5362000465393066,2.914400100708008,-0.6134999990463257,3.5367000102996826,3.2430999279022217,-0.3102000057697296,3.629300117492676,3.333899974822998,-0.31049999594688416,3.629699945449829,3.1582999229431152,-0.4916999936103821,3.588599920272827,3.203900098800659,-0.3102000057697296,3.629300117492676,3.333899974822998,-0.4916999936103821,3.588599920272827,3.203900098800659,-0.49129998683929443,3.588200092315674,3.3826000690460205,-0.49129998683929443,3.588200092315674,3.3826000690460205,-0.4916999936103821,3.588599920272827,3.203900098800659,-0.6134999990463257,3.5367000102996826,3.2430999279022217,-0.49129998683929443,3.588200092315674,3.3826000690460205,-0.6134999990463257,3.5367000102996826,3.2430999279022217,-0.6128000020980835,3.536900043487549,3.424499988555908,-0.7419999837875366,3.418299913406372,2.9670000076293945,-0.7404000163078308,3.422600030899048,3.302000045776367,-0.6912999749183655,3.4795000553131104,3.275899887084961,-0.7419999837875366,3.418299913406372,2.9670000076293945,-0.6912999749183655,3.4795000553131104,3.275899887084961,-0.6919999718666077,3.4776999950408936,2.94350004196167,-0.7404000163078308,3.422600030899048,3.302000045776367,-0.7378000020980835,3.4275999069213867,3.4867000579833984,-0.6899999976158142,3.481300115585327,3.459399938583374,-0.7404000163078308,3.422600030899048,3.302000045776367,-0.6899999976158142,3.481300115585327,3.459399938583374,-0.6912999749183655,3.4795000553131104,3.275899887084961,-0.6919999718666077,3.4776999950408936,2.94350004196167,-0.6912999749183655,3.4795000553131104,3.275899887084961,-0.6134999990463257,3.5367000102996826,3.2430999279022217,-0.6919999718666077,3.4776999950408936,2.94350004196167,-0.6134999990463257,3.5367000102996826,3.2430999279022217,-0.6136999726295471,3.5362000465393066,2.914400100708008,-0.6912999749183655,3.4795000553131104,3.275899887084961,-0.6899999976158142,3.481300115585327,3.459399938583374,-0.6128000020980835,3.536900043487549,3.424499988555908,-0.6912999749183655,3.4795000553131104,3.275899887084961,-0.6128000020980835,3.536900043487549,3.424499988555908,-0.6134999990463257,3.5367000102996826,3.2430999279022217,-0.7340999841690063,3.4321000576019287,3.5680999755859375,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.6833999752998352,3.482599973678589,3.5660998821258545,-0.7340999841690063,3.4321000576019287,3.5680999755859375,-0.6833999752998352,3.482599973678589,3.5660998821258545,-0.6875,3.482599973678589,3.540600061416626,-0.6875,3.482599973678589,3.540600061416626,-0.6833999752998352,3.482599973678589,3.5660998821258545,-0.6079000234603882,3.5350000858306885,3.530400037765503,-0.6875,3.482599973678589,3.540600061416626,-0.6079000234603882,3.5350000858306885,3.530400037765503,-0.6111000180244446,3.536400079727173,3.5048999786376953,-0.7378000020980835,3.4275999069213867,3.4867000579833984,-0.7340999841690063,3.4321000576019287,3.5680999755859375,-0.6875,3.482599973678589,3.540600061416626,-0.7378000020980835,3.4275999069213867,3.4867000579833984,-0.6875,3.482599973678589,3.540600061416626,-0.6899999976158142,3.481300115585327,3.459399938583374,-0.6899999976158142,3.481300115585327,3.459399938583374,-0.6875,3.482599973678589,3.540600061416626,-0.6111000180244446,3.536400079727173,3.5048999786376953,-0.6899999976158142,3.481300115585327,3.459399938583374,-0.6111000180244446,3.536400079727173,3.5048999786376953,-0.6128000020980835,3.536900043487549,3.424499988555908,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.7825999855995178,3.354300022125244,0.0843999981880188,-0.7825999855995178,3.354300022125244,0.10000000149011612,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.7825999855995178,3.354300022125244,0.10000000149011612,-0.7437000274658203,3.4138998985290527,0.10100000351667404,-0.7825999855995178,3.354300022125244,0.0843999981880188,-0.8115000128746033,3.2971999645233154,0.08340000361204147,-0.8115000128746033,3.2971999645233154,0.09910000115633011,-0.7825999855995178,3.354300022125244,0.0843999981880188,-0.8115000128746033,3.2971999645233154,0.09910000115633011,-0.7825999855995178,3.354300022125244,0.10000000149011612,-0.7437000274658203,3.4138998985290527,0.10100000351667404,-0.7825999855995178,3.354300022125244,0.10000000149011612,-0.7825999855995178,3.354300022125244,0.16680000722408295,-0.7437000274658203,3.4138998985290527,0.10100000351667404,-0.7825999855995178,3.354300022125244,0.16680000722408295,-0.7437000274658203,3.4138998985290527,0.1673000007867813,-0.7825999855995178,3.354300022125244,0.10000000149011612,-0.8115000128746033,3.2971999645233154,0.09910000115633011,-0.8115000128746033,3.2971999645233154,0.16619999706745148,-0.7825999855995178,3.354300022125244,0.10000000149011612,-0.8115000128746033,3.2971999645233154,0.16619999706745148,-0.7825999855995178,3.354300022125244,0.16680000722408295,-0.8323000073432922,3.2427000999450684,0.08250000327825546,-0.8468999862670898,3.1909000873565674,0.08169999718666077,-0.8468999862670898,3.1909000873565674,0.09740000218153,-0.8323000073432922,3.2427000999450684,0.08250000327825546,-0.8468999862670898,3.1909000873565674,0.09740000218153,-0.8323000073432922,3.2427000999450684,0.0982000008225441,-0.8323000073432922,3.2427000999450684,0.0982000008225441,-0.8468999862670898,3.1909000873565674,0.09740000218153,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8323000073432922,3.2427000999450684,0.0982000008225441,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8323000073432922,3.2427000999450684,0.1655000001192093,-0.8115000128746033,3.2971999645233154,0.08340000361204147,-0.8323000073432922,3.2427000999450684,0.08250000327825546,-0.8323000073432922,3.2427000999450684,0.0982000008225441,-0.8115000128746033,3.2971999645233154,0.08340000361204147,-0.8323000073432922,3.2427000999450684,0.0982000008225441,-0.8115000128746033,3.2971999645233154,0.09910000115633011,-0.8115000128746033,3.2971999645233154,0.09910000115633011,-0.8323000073432922,3.2427000999450684,0.0982000008225441,-0.8323000073432922,3.2427000999450684,0.1655000001192093,-0.8115000128746033,3.2971999645233154,0.09910000115633011,-0.8323000073432922,3.2427000999450684,0.1655000001192093,-0.8115000128746033,3.2971999645233154,0.16619999706745148,-0.8323000073432922,3.2427000999450684,0.6615999937057495,-0.8323000073432922,3.2427000999450684,0.3361000120639801,-0.8468999862670898,3.1909000873565674,0.3359000086784363,-0.8323000073432922,3.2427000999450684,0.6615999937057495,-0.8468999862670898,3.1909000873565674,0.3359000086784363,-0.8468999862670898,3.1909000873565674,0.6622999906539917,-0.8115000128746033,3.2971999645233154,0.6603000164031982,-0.8115000128746033,3.2971999645233154,0.3361000120639801,-0.8323000073432922,3.2427000999450684,0.3361000120639801,-0.8115000128746033,3.2971999645233154,0.6603000164031982,-0.8323000073432922,3.2427000999450684,0.3361000120639801,-0.8323000073432922,3.2427000999450684,0.6615999937057495,-0.8323000073432922,3.2427000999450684,0.3361000120639801,-0.8323000073432922,3.2427000999450684,0.1655000001192093,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8323000073432922,3.2427000999450684,0.3361000120639801,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8468999862670898,3.1909000873565674,0.3359000086784363,-0.8115000128746033,3.2971999645233154,0.3361000120639801,-0.8115000128746033,3.2971999645233154,0.16619999706745148,-0.8323000073432922,3.2427000999450684,0.1655000001192093,-0.8115000128746033,3.2971999645233154,0.3361000120639801,-0.8323000073432922,3.2427000999450684,0.1655000001192093,-0.8323000073432922,3.2427000999450684,0.3361000120639801,-0.7437000274658203,3.4138998985290527,0.6553999781608582,-0.7437000274658203,3.4138998985290527,0.3352000117301941,-0.7825999855995178,3.354300022125244,0.3357999920845032,-0.7437000274658203,3.4138998985290527,0.6553999781608582,-0.7825999855995178,3.354300022125244,0.3357999920845032,-0.7825999855995178,3.354300022125244,0.6582000255584717,-0.7437000274658203,3.4138998985290527,0.3352000117301941,-0.7437000274658203,3.4138998985290527,0.1673000007867813,-0.7825999855995178,3.354300022125244,0.16680000722408295,-0.7437000274658203,3.4138998985290527,0.3352000117301941,-0.7825999855995178,3.354300022125244,0.16680000722408295,-0.7825999855995178,3.354300022125244,0.3357999920845032,-0.7825999855995178,3.354300022125244,0.6582000255584717,-0.7825999855995178,3.354300022125244,0.3357999920845032,-0.8115000128746033,3.2971999645233154,0.3361000120639801,-0.7825999855995178,3.354300022125244,0.6582000255584717,-0.8115000128746033,3.2971999645233154,0.3361000120639801,-0.8115000128746033,3.2971999645233154,0.6603000164031982,-0.7825999855995178,3.354300022125244,0.3357999920845032,-0.7825999855995178,3.354300022125244,0.16680000722408295,-0.8115000128746033,3.2971999645233154,0.16619999706745148,-0.7825999855995178,3.354300022125244,0.3357999920845032,-0.8115000128746033,3.2971999645233154,0.16619999706745148,-0.8115000128746033,3.2971999645233154,0.3361000120639801,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.6926000118255615,3.4760000705718994,0.08649999648332596,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.7437000274658203,3.4138998985290527,0.06970000267028809,-0.6139000058174133,3.535799980163574,0.08760000020265579,-0.6139000058174133,3.535799980163574,0.07199999690055847,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.6139000058174133,3.535799980163574,0.08760000020265579,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.6926000118255615,3.4760000705718994,0.08649999648332596,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.6924999952316284,3.4758999347686768,0.05609999969601631,-0.7436000108718872,3.4138998985290527,0.054999999701976776,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.7436000108718872,3.4138998985290527,0.054999999701976776,-0.7437000274658203,3.4138998985290527,0.06970000267028809,-0.6139000058174133,3.535799980163574,0.07199999690055847,-0.6136999726295471,3.5357000827789307,0.05730000138282776,-0.6924999952316284,3.4758999347686768,0.05609999969601631,-0.6139000058174133,3.535799980163574,0.07199999690055847,-0.6924999952316284,3.4758999347686768,0.05609999969601631,-0.6926000118255615,3.4760000705718994,0.07090000063180923,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.31049999594688416,3.629699945449829,0.0737999975681305,-0.4916999936103821,3.588599920272827,0.0729999989271164,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.4916999936103821,3.588599920272827,0.0729999989271164,-0.4916999936103821,3.588599920272827,0.0885000005364418,-0.31049999594688416,3.629699945449829,0.0737999975681305,-0.31040000915527344,3.6296000480651855,0.05920000001788139,-0.49160000681877136,3.5885000228881836,0.058400001376867294,-0.31049999594688416,3.629699945449829,0.0737999975681305,-0.49160000681877136,3.5885000228881836,0.058400001376867294,-0.4916999936103821,3.588599920272827,0.0729999989271164,-0.4916999936103821,3.588599920272827,0.0885000005364418,-0.4916999936103821,3.588599920272827,0.0729999989271164,-0.6139000058174133,3.535799980163574,0.07199999690055847,-0.4916999936103821,3.588599920272827,0.0885000005364418,-0.6139000058174133,3.535799980163574,0.07199999690055847,-0.6139000058174133,3.535799980163574,0.08760000020265579,-0.4916999936103821,3.588599920272827,0.0729999989271164,-0.49160000681877136,3.5885000228881836,0.058400001376867294,-0.6136999726295471,3.5357000827789307,0.05730000138282776,-0.4916999936103821,3.588599920272827,0.0729999989271164,-0.6136999726295471,3.5357000827789307,0.05730000138282776,-0.6139000058174133,3.535799980163574,0.07199999690055847,-0.4909999966621399,3.5875000953674316,0.035599999129772186,-0.49140000343322754,3.588099956512451,0.04560000076889992,-0.31029999256134033,3.629199981689453,0.04639999940991402,-0.4909999966621399,3.5875000953674316,0.035599999129772186,-0.31029999256134033,3.629199981689453,0.04639999940991402,-0.3098999857902527,3.6284000873565674,0.0364999994635582,-0.6129999756813049,3.5348000526428223,0.03460000082850456,-0.6134999990463257,3.535399913787842,0.04450000077486038,-0.49140000343322754,3.588099956512451,0.04560000076889992,-0.6129999756813049,3.5348000526428223,0.03460000082850456,-0.49140000343322754,3.588099956512451,0.04560000076889992,-0.4909999966621399,3.5875000953674316,0.035599999129772186,-0.49140000343322754,3.588099956512451,0.04560000076889992,-0.49160000681877136,3.5885000228881836,0.058400001376867294,-0.31040000915527344,3.6296000480651855,0.05920000001788139,-0.49140000343322754,3.588099956512451,0.04560000076889992,-0.31040000915527344,3.6296000480651855,0.05920000001788139,-0.31029999256134033,3.629199981689453,0.04639999940991402,-0.6134999990463257,3.535399913787842,0.04450000077486038,-0.6136999726295471,3.5357000827789307,0.05730000138282776,-0.49160000681877136,3.5885000228881836,0.058400001376867294,-0.6134999990463257,3.535399913787842,0.04450000077486038,-0.49160000681877136,3.5885000228881836,0.058400001376867294,-0.49140000343322754,3.588099956512451,0.04560000076889992,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.7432000041007996,3.413599967956543,0.042100001126527786,-0.692300021648407,3.475600004196167,0.043299999088048935,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.692300021648407,3.475600004196167,0.043299999088048935,-0.6916000247001648,3.475100040435791,0.033399999141693115,-0.7432000041007996,3.413599967956543,0.042100001126527786,-0.7436000108718872,3.4138998985290527,0.054999999701976776,-0.6924999952316284,3.4758999347686768,0.05609999969601631,-0.7432000041007996,3.413599967956543,0.042100001126527786,-0.6924999952316284,3.4758999347686768,0.05609999969601631,-0.692300021648407,3.475600004196167,0.043299999088048935,-0.6916000247001648,3.475100040435791,0.033399999141693115,-0.692300021648407,3.475600004196167,0.043299999088048935,-0.6134999990463257,3.535399913787842,0.04450000077486038,-0.6916000247001648,3.475100040435791,0.033399999141693115,-0.6134999990463257,3.535399913787842,0.04450000077486038,-0.6129999756813049,3.5348000526428223,0.03460000082850456,-0.692300021648407,3.475600004196167,0.043299999088048935,-0.6924999952316284,3.4758999347686768,0.05609999969601631,-0.6136999726295471,3.5357000827789307,0.05730000138282776,-0.692300021648407,3.475600004196167,0.043299999088048935,-0.6136999726295471,3.5357000827789307,0.05730000138282776,-0.6134999990463257,3.535399913787842,0.04450000077486038,-0.17509999871253967,3.4307000637054443,3.609999895095825,-0.14630000293254852,3.473299980163574,3.574199914932251,-0.40380001068115234,3.473599910736084,3.5852999687194824,-0.17509999871253967,3.4307000637054443,3.609999895095825,-0.40380001068115234,3.473599910736084,3.5852999687194824,-0.43950000405311584,3.4303998947143555,3.6152000427246094,0.1657000035047531,3.4319000244140625,3.6040000915527344,0.1859000027179718,3.474100112915039,3.5613999366760254,-0.14630000293254852,3.473299980163574,3.574199914932251,0.1657000035047531,3.4319000244140625,3.6040000915527344,-0.14630000293254852,3.473299980163574,3.574199914932251,-0.17509999871253967,3.4307000637054443,3.609999895095825,-0.14630000293254852,3.473299980163574,3.574199914932251,-0.10509999841451645,3.5204999446868896,3.530400037765503,-0.3481000065803528,3.5206000804901123,3.5480000972747803,-0.14630000293254852,3.473299980163574,3.574199914932251,-0.3481000065803528,3.5206000804901123,3.5480000972747803,-0.40380001068115234,3.473599910736084,3.5852999687194824,0.1859000027179718,3.474100112915039,3.5613999366760254,0.21140000224113464,3.5218000411987305,3.509700059890747,-0.10509999841451645,3.5204999446868896,3.530400037765503,0.1859000027179718,3.474100112915039,3.5613999366760254,-0.10509999841451645,3.5204999446868896,3.530400037765503,-0.14630000293254852,3.473299980163574,3.574199914932251,0.974399983882904,3.434000015258789,3.5966999530792236,0.974399983882904,3.475600004196167,3.5459001064300537,0.5677000284194946,3.475100040435791,3.5506999492645264,0.974399983882904,3.434000015258789,3.5966999530792236,0.5677000284194946,3.475100040435791,3.5506999492645264,0.5572999715805054,3.433300018310547,3.5989999771118164,0.974399983882904,3.475600004196167,3.5459001064300537,0.974399983882904,3.523099899291992,3.4844000339508057,0.5799000263214111,3.522700071334839,3.492300033569336,0.974399983882904,3.475600004196167,3.5459001064300537,0.5799000263214111,3.522700071334839,3.492300033569336,0.5677000284194946,3.475100040435791,3.5506999492645264,0.5572999715805054,3.433300018310547,3.5989999771118164,0.5677000284194946,3.475100040435791,3.5506999492645264,0.1859000027179718,3.474100112915039,3.5613999366760254,0.5572999715805054,3.433300018310547,3.5989999771118164,0.1859000027179718,3.474100112915039,3.5613999366760254,0.1657000035047531,3.4319000244140625,3.6040000915527344,0.5677000284194946,3.475100040435791,3.5506999492645264,0.5799000263214111,3.522700071334839,3.492300033569336,0.21140000224113464,3.5218000411987305,3.509700059890747,0.5677000284194946,3.475100040435791,3.5506999492645264,0.21140000224113464,3.5218000411987305,3.509700059890747,0.1859000027179718,3.474100112915039,3.5613999366760254,0.6013000011444092,3.609999895095825,3.3815999031066895,0.5917999744415283,3.5697999000549316,3.4328999519348145,0.974399983882904,3.5701000690460205,3.4219000339508057,0.6013000011444092,3.609999895095825,3.3815999031066895,0.974399983882904,3.5701000690460205,3.4219000339508057,0.974399983882904,3.610100030899048,3.3680999279022217,0.26170000433921814,3.607300043106079,3.411400079727173,0.23999999463558197,3.5680999755859375,3.456899881362915,0.5917999744415283,3.5697999000549316,3.4328999519348145,0.26170000433921814,3.607300043106079,3.411400079727173,0.5917999744415283,3.5697999000549316,3.4328999519348145,0.6013000011444092,3.609999895095825,3.3815999031066895,0.5917999744415283,3.5697999000549316,3.4328999519348145,0.5799000263214111,3.522700071334839,3.492300033569336,0.974399983882904,3.523099899291992,3.4844000339508057,0.5917999744415283,3.5697999000549316,3.4328999519348145,0.974399983882904,3.523099899291992,3.4844000339508057,0.974399983882904,3.5701000690460205,3.4219000339508057,0.23999999463558197,3.5680999755859375,3.456899881362915,0.21140000224113464,3.5218000411987305,3.509700059890747,0.5799000263214111,3.522700071334839,3.492300033569336,0.23999999463558197,3.5680999755859375,3.456899881362915,0.5799000263214111,3.522700071334839,3.492300033569336,0.5917999744415283,3.5697999000549316,3.4328999519348145,-0.17739999294281006,3.589099884033203,3.4755001068115234,-0.2651999890804291,3.5620999336242676,3.5076000690460205,-0.049800001084804535,3.5638999938964844,3.484800100326538,-0.17739999294281006,3.589099884033203,3.4755001068115234,-0.049800001084804535,3.5638999938964844,3.484800100326538,-0.010400000028312206,3.5994999408721924,3.446700096130371,-0.2651999890804291,3.5620999336242676,3.5076000690460205,-0.3481000065803528,3.5206000804901123,3.5480000972747803,-0.10509999841451645,3.5204999446868896,3.530400037765503,-0.2651999890804291,3.5620999336242676,3.5076000690460205,-0.10509999841451645,3.5204999446868896,3.530400037765503,-0.049800001084804535,3.5638999938964844,3.484800100326538,-0.010400000028312206,3.5994999408721924,3.446700096130371,-0.049800001084804535,3.5638999938964844,3.484800100326538,0.23999999463558197,3.5680999755859375,3.456899881362915,-0.010400000028312206,3.5994999408721924,3.446700096130371,0.23999999463558197,3.5680999755859375,3.456899881362915,0.26170000433921814,3.607300043106079,3.411400079727173,-0.049800001084804535,3.5638999938964844,3.484800100326538,-0.10509999841451645,3.5204999446868896,3.530400037765503,0.21140000224113464,3.5218000411987305,3.509700059890747,-0.049800001084804535,3.5638999938964844,3.484800100326538,0.21140000224113464,3.5218000411987305,3.509700059890747,0.23999999463558197,3.5680999755859375,3.456899881362915,-0.6919999718666077,3.4776999950408936,2.94350004196167,-0.6923999786376953,3.4767000675201416,2.415600061416626,-0.7429999709129333,3.415600061416626,2.4347000122070312,-0.6919999718666077,3.4776999950408936,2.94350004196167,-0.7429999709129333,3.415600061416626,2.4347000122070312,-0.7419999837875366,3.418299913406372,2.9670000076293945,-0.6136999726295471,3.5362000465393066,2.914400100708008,-0.6137999892234802,3.5360000133514404,2.392199993133545,-0.6923999786376953,3.4767000675201416,2.415600061416626,-0.6136999726295471,3.5362000465393066,2.914400100708008,-0.6923999786376953,3.4767000675201416,2.415600061416626,-0.6919999718666077,3.4776999950408936,2.94350004196167,-0.6923999786376953,3.4767000675201416,2.415600061416626,-0.6924999952316284,3.4762001037597656,1.7914999723434448,-0.7434999942779541,3.414299964904785,1.8051999807357788,-0.6923999786376953,3.4767000675201416,2.415600061416626,-0.7434999942779541,3.414299964904785,1.8051999807357788,-0.7429999709129333,3.415600061416626,2.4347000122070312,-0.6137999892234802,3.5360000133514404,2.392199993133545,-0.6137999892234802,3.535799980163574,1.7747999429702759,-0.6924999952316284,3.4762001037597656,1.7914999723434448,-0.6137999892234802,3.5360000133514404,2.392199993133545,-0.6924999952316284,3.4762001037597656,1.7914999723434448,-0.6923999786376953,3.4767000675201416,2.415600061416626,-0.31049999594688416,3.629699945449829,2.8392999172210693,-0.31049999594688416,3.629699945449829,2.3315999507904053,-0.4916999936103821,3.588599920272827,2.364300012588501,-0.31049999594688416,3.629699945449829,2.8392999172210693,-0.4916999936103821,3.588599920272827,2.364300012588501,-0.4916999936103821,3.588599920272827,2.879699945449829,-0.31049999594688416,3.629699945449829,2.3315999507904053,-0.31049999594688416,3.629699945449829,1.7309999465942383,-0.4916999936103821,3.588599920272827,1.7546000480651855,-0.31049999594688416,3.629699945449829,2.3315999507904053,-0.4916999936103821,3.588599920272827,1.7546000480651855,-0.4916999936103821,3.588599920272827,2.364300012588501,-0.4916999936103821,3.588599920272827,2.879699945449829,-0.4916999936103821,3.588599920272827,2.364300012588501,-0.6137999892234802,3.5360000133514404,2.392199993133545,-0.4916999936103821,3.588599920272827,2.879699945449829,-0.6137999892234802,3.5360000133514404,2.392199993133545,-0.6136999726295471,3.5362000465393066,2.914400100708008,-0.4916999936103821,3.588599920272827,2.364300012588501,-0.4916999936103821,3.588599920272827,1.7546000480651855,-0.6137999892234802,3.535799980163574,1.7747999429702759,-0.4916999936103821,3.588599920272827,2.364300012588501,-0.6137999892234802,3.535799980163574,1.7747999429702759,-0.6137999892234802,3.5360000133514404,2.392199993133545,-0.4916999936103821,3.588599920272827,0.6406999826431274,-0.4916999936103821,3.588599920272827,1.1477999687194824,-0.31049999594688416,3.629699945449829,1.1330000162124634,-0.4916999936103821,3.588599920272827,0.6406999826431274,-0.31049999594688416,3.629699945449829,1.1330000162124634,-0.31049999594688416,3.629699945449829,0.633400022983551,-0.6139000058174133,3.535799980163574,0.6467000246047974,-0.6139000058174133,3.535799980163574,1.160099983215332,-0.4916999936103821,3.588599920272827,1.1477999687194824,-0.6139000058174133,3.535799980163574,0.6467000246047974,-0.4916999936103821,3.588599920272827,1.1477999687194824,-0.4916999936103821,3.588599920272827,0.6406999826431274,-0.4916999936103821,3.588599920272827,1.1477999687194824,-0.4916999936103821,3.588599920272827,1.7546000480651855,-0.31049999594688416,3.629699945449829,1.7309999465942383,-0.4916999936103821,3.588599920272827,1.1477999687194824,-0.31049999594688416,3.629699945449829,1.7309999465942383,-0.31049999594688416,3.629699945449829,1.1330000162124634,-0.6139000058174133,3.535799980163574,1.160099983215332,-0.6137999892234802,3.535799980163574,1.7747999429702759,-0.4916999936103821,3.588599920272827,1.7546000480651855,-0.6139000058174133,3.535799980163574,1.160099983215332,-0.4916999936103821,3.588599920272827,1.7546000480651855,-0.4916999936103821,3.588599920272827,1.1477999687194824,-0.7437000274658203,3.4138998985290527,0.6553999781608582,-0.7437000274658203,3.4138998985290527,1.1787999868392944,-0.6926000118255615,3.4760000705718994,1.1705000400543213,-0.7437000274658203,3.4138998985290527,0.6553999781608582,-0.6926000118255615,3.4760000705718994,1.1705000400543213,-0.6926000118255615,3.4760000705718994,0.6516000032424927,-0.7437000274658203,3.4138998985290527,1.1787999868392944,-0.7434999942779541,3.414299964904785,1.8051999807357788,-0.6924999952316284,3.4762001037597656,1.7914999723434448,-0.7437000274658203,3.4138998985290527,1.1787999868392944,-0.6924999952316284,3.4762001037597656,1.7914999723434448,-0.6926000118255615,3.4760000705718994,1.1705000400543213,-0.6926000118255615,3.4760000705718994,0.6516000032424927,-0.6926000118255615,3.4760000705718994,1.1705000400543213,-0.6139000058174133,3.535799980163574,1.160099983215332,-0.6926000118255615,3.4760000705718994,0.6516000032424927,-0.6139000058174133,3.535799980163574,1.160099983215332,-0.6139000058174133,3.535799980163574,0.6467000246047974,-0.6926000118255615,3.4760000705718994,1.1705000400543213,-0.6924999952316284,3.4762001037597656,1.7914999723434448,-0.6137999892234802,3.535799980163574,1.7747999429702759,-0.6926000118255615,3.4760000705718994,1.1705000400543213,-0.6137999892234802,3.535799980163574,1.7747999429702759,-0.6139000058174133,3.535799980163574,1.160099983215332,-0.7793999910354614,3.36299991607666,2.985100030899048,-0.7760999798774719,3.371799945831299,3.3213000297546387,-0.7404000163078308,3.422600030899048,3.302000045776367,-0.7793999910354614,3.36299991607666,2.985100030899048,-0.7404000163078308,3.422600030899048,3.302000045776367,-0.7419999837875366,3.418299913406372,2.9670000076293945,-0.8064000010490417,3.310699939727783,2.9983999729156494,-0.8012999892234802,3.3243000507354736,3.3350000381469727,-0.7760999798774719,3.371799945831299,3.3213000297546387,-0.8064000010490417,3.310699939727783,2.9983999729156494,-0.7760999798774719,3.371799945831299,3.3213000297546387,-0.7793999910354614,3.36299991607666,2.985100030899048,-0.7760999798774719,3.371799945831299,3.3213000297546387,-0.7716000080108643,3.381999969482422,3.50600004196167,-0.7378000020980835,3.4275999069213867,3.4867000579833984,-0.7760999798774719,3.371799945831299,3.3213000297546387,-0.7378000020980835,3.4275999069213867,3.4867000579833984,-0.7404000163078308,3.422600030899048,3.302000045776367,-0.8012999892234802,3.3243000507354736,3.3350000381469727,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.7716000080108643,3.381999969482422,3.50600004196167,-0.8012999892234802,3.3243000507354736,3.3350000381469727,-0.7716000080108643,3.381999969482422,3.50600004196167,-0.7760999798774719,3.371799945831299,3.3213000297546387,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.8314999938011169,3.2291998863220215,3.3498001098632812,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.8255000114440918,3.260200023651123,3.0078001022338867,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.8314999938011169,3.2291998863220215,3.3498001098632812,-0.8216000199317932,3.2520999908447266,3.5311999320983887,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.8216000199317932,3.2520999908447266,3.5311999320983887,-0.8101000189781189,3.2983999252319336,3.526599884033203,-0.8255000114440918,3.260200023651123,3.0078001022338867,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.8012999892234802,3.3243000507354736,3.3350000381469727,-0.8255000114440918,3.260200023651123,3.0078001022338867,-0.8012999892234802,3.3243000507354736,3.3350000381469727,-0.8064000010490417,3.310699939727783,2.9983999729156494,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.8101000189781189,3.2983999252319336,3.526599884033203,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.8187999725341797,3.277600049972534,3.344099998474121,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.8012999892234802,3.3243000507354736,3.3350000381469727,-0.7986000180244446,3.292799949645996,3.625999927520752,-0.7892000079154968,3.3350000381469727,3.624300003051758,-0.800000011920929,3.318700075149536,3.603800058364868,-0.7986000180244446,3.292799949645996,3.625999927520752,-0.800000011920929,3.318700075149536,3.603800058364868,-0.8102999925613403,3.2746999263763428,3.6068999767303467,-0.7892000079154968,3.3350000381469727,3.624300003051758,-0.7773000001907349,3.3682000637054443,3.619800090789795,-0.7864000201225281,3.3559000492095947,3.5977001190185547,-0.7892000079154968,3.3350000381469727,3.624300003051758,-0.7864000201225281,3.3559000492095947,3.5977001190185547,-0.800000011920929,3.318700075149536,3.603800058364868,-0.8102999925613403,3.2746999263763428,3.6068999767303467,-0.800000011920929,3.318700075149536,3.603800058364868,-0.8101000189781189,3.2983999252319336,3.526599884033203,-0.8102999925613403,3.2746999263763428,3.6068999767303467,-0.8101000189781189,3.2983999252319336,3.526599884033203,-0.8216000199317932,3.2520999908447266,3.5311999320983887,-0.800000011920929,3.318700075149536,3.603800058364868,-0.7864000201225281,3.3559000492095947,3.5977001190185547,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.800000011920929,3.318700075149536,3.603800058364868,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.8101000189781189,3.2983999252319336,3.526599884033203,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.7340999841690063,3.4321000576019287,3.5680999755859375,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7585999965667725,3.399199962615967,3.610100030899048,-0.7340999841690063,3.4321000576019287,3.5680999755859375,-0.7378000020980835,3.4275999069213867,3.4867000579833984,-0.7716000080108643,3.381999969482422,3.50600004196167,-0.7340999841690063,3.4321000576019287,3.5680999755859375,-0.7716000080108643,3.381999969482422,3.50600004196167,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7773000001907349,3.3682000637054443,3.619800090789795,-0.7585999965667725,3.399199962615967,3.610100030899048,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7773000001907349,3.3682000637054443,3.619800090789795,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7864000201225281,3.3559000492095947,3.5977001190185547,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7716000080108643,3.381999969482422,3.50600004196167,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.7656999826431274,3.3917999267578125,3.586400032043457,-0.7944999933242798,3.3403000831604004,3.518699884414673,-0.7864000201225281,3.3559000492095947,3.5977001190185547,0.974399983882904,3.670799970626831,2.702500104904175,0.974399983882904,3.670799970626831,2.220099925994873,0.6065000295639038,3.670799970626831,2.2314000129699707,0.974399983882904,3.670799970626831,2.702500104904175,0.6065000295639038,3.670799970626831,2.2314000129699707,0.6065000295639038,3.670799970626831,2.716200113296509,0.974399983882904,3.670799970626831,2.220099925994873,0.974399983882904,3.670799970626831,1.649399995803833,0.6065000295639038,3.670799970626831,1.6576999425888062,0.974399983882904,3.670799970626831,2.220099925994873,0.6065000295639038,3.670799970626831,1.6576999425888062,0.6065000295639038,3.670799970626831,2.2314000129699707,0.6065000295639038,3.670799970626831,2.716200113296509,0.6065000295639038,3.670799970626831,2.2314000129699707,0.2572999894618988,3.6666998863220215,2.2583000659942627,0.6065000295639038,3.670799970626831,2.716200113296509,0.2572999894618988,3.6666998863220215,2.2583000659942627,0.2572999894618988,3.6666998863220215,2.7492001056671143,0.6065000295639038,3.670799970626831,2.2314000129699707,0.6065000295639038,3.670799970626831,1.6576999425888062,0.2572999894618988,3.6666998863220215,1.67739999294281,0.6065000295639038,3.670799970626831,2.2314000129699707,0.2572999894618988,3.6666998863220215,1.67739999294281,0.2572999894618988,3.6666998863220215,2.2583000659942627,0.974399983882904,3.670799970626831,1.0814000368118286,0.974399983882904,3.670799970626831,0.6068000197410583,0.6065000295639038,3.670799970626831,0.6096000075340271,0.974399983882904,3.670799970626831,1.0814000368118286,0.6065000295639038,3.670799970626831,0.6096000075340271,0.6065000295639038,3.670799970626831,1.0866999626159668,0.6065000295639038,3.670799970626831,1.0866999626159668,0.6065000295639038,3.670799970626831,0.6096000075340271,0.2572999894618988,3.6666998863220215,0.616100013256073,0.6065000295639038,3.670799970626831,1.0866999626159668,0.2572999894618988,3.6666998863220215,0.616100013256073,0.2572999894618988,3.6666998863220215,1.0992000102996826,0.974399983882904,3.670799970626831,1.649399995803833,0.974399983882904,3.670799970626831,1.0814000368118286,0.6065000295639038,3.670799970626831,1.0866999626159668,0.974399983882904,3.670799970626831,1.649399995803833,0.6065000295639038,3.670799970626831,1.0866999626159668,0.6065000295639038,3.670799970626831,1.6576999425888062,0.6065000295639038,3.670799970626831,1.6576999425888062,0.6065000295639038,3.670799970626831,1.0866999626159668,0.2572999894618988,3.6666998863220215,1.0992000102996826,0.6065000295639038,3.670799970626831,1.6576999425888062,0.2572999894618988,3.6666998863220215,1.0992000102996826,0.2572999894618988,3.6666998863220215,1.67739999294281,-0.31049999594688416,3.629699945449829,0.633400022983551,-0.31049999594688416,3.629699945449829,1.1330000162124634,-0.05460000038146973,3.6542999744415283,1.1157000064849854,-0.31049999594688416,3.629699945449829,0.633400022983551,-0.05460000038146973,3.6542999744415283,1.1157000064849854,-0.05460000038146973,3.6542999744415283,0.6245999932289124,-0.31049999594688416,3.629699945449829,1.1330000162124634,-0.31049999594688416,3.629699945449829,1.7309999465942383,-0.05460000038146973,3.6542999744415283,1.7035000324249268,-0.31049999594688416,3.629699945449829,1.1330000162124634,-0.05460000038146973,3.6542999744415283,1.7035000324249268,-0.05460000038146973,3.6542999744415283,1.1157000064849854,-0.05460000038146973,3.6542999744415283,0.6245999932289124,-0.05460000038146973,3.6542999744415283,1.1157000064849854,0.2572999894618988,3.6666998863220215,1.0992000102996826,-0.05460000038146973,3.6542999744415283,0.6245999932289124,0.2572999894618988,3.6666998863220215,1.0992000102996826,0.2572999894618988,3.6666998863220215,0.616100013256073,-0.05460000038146973,3.6542999744415283,1.1157000064849854,-0.05460000038146973,3.6542999744415283,1.7035000324249268,0.2572999894618988,3.6666998863220215,1.67739999294281,-0.05460000038146973,3.6542999744415283,1.1157000064849854,0.2572999894618988,3.6666998863220215,1.67739999294281,0.2572999894618988,3.6666998863220215,1.0992000102996826,-0.31049999594688416,3.629699945449829,2.3315999507904053,-0.31049999594688416,3.629699945449829,2.8392999172210693,-0.05460000038146973,3.6542999744415283,2.7929999828338623,-0.31049999594688416,3.629699945449829,2.3315999507904053,-0.05460000038146973,3.6542999744415283,2.7929999828338623,-0.05460000038146973,3.6542999744415283,2.2939999103546143,-0.05460000038146973,3.6542999744415283,2.2939999103546143,-0.05460000038146973,3.6542999744415283,2.7929999828338623,0.2572999894618988,3.6666998863220215,2.7492001056671143,-0.05460000038146973,3.6542999744415283,2.2939999103546143,0.2572999894618988,3.6666998863220215,2.7492001056671143,0.2572999894618988,3.6666998863220215,2.2583000659942627,-0.31049999594688416,3.629699945449829,1.7309999465942383,-0.31049999594688416,3.629699945449829,2.3315999507904053,-0.05460000038146973,3.6542999744415283,2.2939999103546143,-0.31049999594688416,3.629699945449829,1.7309999465942383,-0.05460000038146973,3.6542999744415283,2.2939999103546143,-0.05460000038146973,3.6542999744415283,1.7035000324249268,-0.05460000038146973,3.6542999744415283,1.7035000324249268,-0.05460000038146973,3.6542999744415283,2.2939999103546143,0.2572999894618988,3.6666998863220215,2.2583000659942627,-0.05460000038146973,3.6542999744415283,1.7035000324249268,0.2572999894618988,3.6666998863220215,2.2583000659942627,0.2572999894618988,3.6666998863220215,1.67739999294281,0.974399983882904,3.669100046157837,3.2479000091552734,0.6068999767303467,3.669100046157837,3.2641000747680664,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.974399983882904,3.669100046157837,3.2479000091552734,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.974399983882904,3.6665000915527344,3.272700071334839,0.974399983882904,3.669100046157837,3.2479000091552734,0.974399983882904,3.670300006866455,3.17330002784729,0.6065999865531921,3.670300006866455,3.189300060272217,0.974399983882904,3.669100046157837,3.2479000091552734,0.6065999865531921,3.670300006866455,3.189300060272217,0.6068999767303467,3.669100046157837,3.2641000747680664,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.6068999767303467,3.669100046157837,3.2641000747680664,0.257999986410141,3.6649999618530273,3.3032000064849854,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.257999986410141,3.6649999618530273,3.3032000064849854,0.2590999901294708,3.662400007247925,3.328000068664551,0.6068999767303467,3.669100046157837,3.2641000747680664,0.6065999865531921,3.670300006866455,3.189300060272217,0.2574999928474426,3.6661999225616455,3.227799892425537,0.6068999767303467,3.669100046157837,3.2641000747680664,0.2574999928474426,3.6661999225616455,3.227799892425537,0.257999986410141,3.6649999618530273,3.3032000064849854,0.974399983882904,3.670799970626831,3.0058999061584473,0.974399983882904,3.670799970626831,2.702500104904175,0.6065000295639038,3.670799970626831,2.716200113296509,0.974399983882904,3.670799970626831,3.0058999061584473,0.6065000295639038,3.670799970626831,2.716200113296509,0.6065000295639038,3.670799970626831,3.0211000442504883,0.6065000295639038,3.670799970626831,3.0211000442504883,0.6065000295639038,3.670799970626831,2.716200113296509,0.2572999894618988,3.6666998863220215,2.7492001056671143,0.6065000295639038,3.670799970626831,3.0211000442504883,0.2572999894618988,3.6666998863220215,2.7492001056671143,0.2572999894618988,3.6666998863220215,3.0576999187469482,0.974399983882904,3.670300006866455,3.17330002784729,0.974399983882904,3.670799970626831,3.0058999061584473,0.6065000295639038,3.670799970626831,3.0211000442504883,0.974399983882904,3.670300006866455,3.17330002784729,0.6065000295639038,3.670799970626831,3.0211000442504883,0.6065999865531921,3.670300006866455,3.189300060272217,0.6065999865531921,3.670300006866455,3.189300060272217,0.6065000295639038,3.670799970626831,3.0211000442504883,0.2572999894618988,3.6666998863220215,3.0576999187469482,0.6065999865531921,3.670300006866455,3.189300060272217,0.2572999894618988,3.6666998863220215,3.0576999187469482,0.2574999928474426,3.6661999225616455,3.227799892425537,-0.31049999594688416,3.629699945449829,2.8392999172210693,-0.31049999594688416,3.629699945449829,3.1582999229431152,-0.05460000038146973,3.6542999744415283,3.1064999103546143,-0.31049999594688416,3.629699945449829,2.8392999172210693,-0.05460000038146973,3.6542999744415283,3.1064999103546143,-0.05460000038146973,3.6542999744415283,2.7929999828338623,-0.31049999594688416,3.629699945449829,3.1582999229431152,-0.3102000057697296,3.629300117492676,3.333899974822998,-0.05429999902844429,3.653899908065796,3.2792000770568848,-0.31049999594688416,3.629699945449829,3.1582999229431152,-0.05429999902844429,3.653899908065796,3.2792000770568848,-0.05460000038146973,3.6542999744415283,3.1064999103546143,-0.05460000038146973,3.6542999744415283,2.7929999828338623,-0.05460000038146973,3.6542999744415283,3.1064999103546143,0.2572999894618988,3.6666998863220215,3.0576999187469482,-0.05460000038146973,3.6542999744415283,2.7929999828338623,0.2572999894618988,3.6666998863220215,3.0576999187469482,0.2572999894618988,3.6666998863220215,2.7492001056671143,-0.05460000038146973,3.6542999744415283,3.1064999103546143,-0.05429999902844429,3.653899908065796,3.2792000770568848,0.2574999928474426,3.6661999225616455,3.227799892425537,-0.05460000038146973,3.6542999744415283,3.1064999103546143,0.2574999928474426,3.6661999225616455,3.227799892425537,0.2572999894618988,3.6666998863220215,3.0576999187469482,-0.3091000020503998,3.6280999183654785,3.411600112915039,-0.3070000112056732,3.6257998943328857,3.4365999698638916,-0.052000001072883606,3.6501998901367188,3.380500078201294,-0.3091000020503998,3.6280999183654785,3.411600112915039,-0.052000001072883606,3.6501998901367188,3.380500078201294,-0.05350000038743019,3.6526999473571777,3.355600118637085,-0.05350000038743019,3.6526999473571777,3.355600118637085,-0.052000001072883606,3.6501998901367188,3.380500078201294,0.2590999901294708,3.662400007247925,3.328000068664551,-0.05350000038743019,3.6526999473571777,3.355600118637085,0.2590999901294708,3.662400007247925,3.328000068664551,0.257999986410141,3.6649999618530273,3.3032000064849854,-0.3102000057697296,3.629300117492676,3.333899974822998,-0.3091000020503998,3.6280999183654785,3.411600112915039,-0.05350000038743019,3.6526999473571777,3.355600118637085,-0.3102000057697296,3.629300117492676,3.333899974822998,-0.05350000038743019,3.6526999473571777,3.355600118637085,-0.05429999902844429,3.653899908065796,3.2792000770568848,-0.05429999902844429,3.653899908065796,3.2792000770568848,-0.05350000038743019,3.6526999473571777,3.355600118637085,0.257999986410141,3.6649999618530273,3.3032000064849854,-0.05429999902844429,3.653899908065796,3.2792000770568848,0.257999986410141,3.6649999618530273,3.3032000064849854,0.2574999928474426,3.6661999225616455,3.227799892425537,-0.3070000112056732,3.6257998943328857,3.4365999698638916,-0.303600013256073,3.6219000816345215,3.4542999267578125,-0.049400001764297485,3.646199941635132,3.398400068283081,-0.3070000112056732,3.6257998943328857,3.4365999698638916,-0.049400001764297485,3.646199941635132,3.398400068283081,-0.052000001072883606,3.6501998901367188,3.380500078201294,-0.28519999980926514,3.614799976348877,3.4658000469207764,-0.03970000147819519,3.638000011444092,3.412400007247925,-0.049400001764297485,3.646199941635132,3.398400068283081,-0.28519999980926514,3.614799976348877,3.4658000469207764,-0.049400001764297485,3.646199941635132,3.398400068283081,-0.303600013256073,3.6219000816345215,3.4542999267578125,-0.052000001072883606,3.6501998901367188,3.380500078201294,-0.049400001764297485,3.646199941635132,3.398400068283081,0.26080000400543213,3.6582000255584717,3.3461999893188477,-0.052000001072883606,3.6501998901367188,3.380500078201294,0.26080000400543213,3.6582000255584717,3.3461999893188477,0.2590999901294708,3.662400007247925,3.328000068664551,-0.03970000147819519,3.638000011444092,3.412400007247925,0.26330000162124634,3.6494998931884766,3.362499952316284,0.26080000400543213,3.6582000255584717,3.3461999893188477,-0.03970000147819519,3.638000011444092,3.412400007247925,0.26080000400543213,3.6582000255584717,3.3461999893188477,-0.049400001764297485,3.646199941635132,3.398400068283081,-0.17739999294281006,3.589099884033203,3.4755001068115234,-0.010400000028312206,3.5994999408721924,3.446700096130371,-0.016899999231100082,3.623300075531006,3.425600051879883,-0.17739999294281006,3.589099884033203,3.4755001068115234,-0.016899999231100082,3.623300075531006,3.425600051879883,-0.2386000007390976,3.6026999950408936,3.472100019454956,-0.016899999231100082,3.623300075531006,3.425600051879883,-0.010400000028312206,3.5994999408721924,3.446700096130371,0.26170000433921814,3.607300043106079,3.411400079727173,-0.016899999231100082,3.623300075531006,3.425600051879883,0.26170000433921814,3.607300043106079,3.411400079727173,0.26660001277923584,3.633500099182129,3.3821001052856445,-0.2386000007390976,3.6026999950408936,3.472100019454956,-0.016899999231100082,3.623300075531006,3.425600051879883,-0.03970000147819519,3.638000011444092,3.412400007247925,-0.2386000007390976,3.6026999950408936,3.472100019454956,-0.03970000147819519,3.638000011444092,3.412400007247925,-0.28519999980926514,3.614799976348877,3.4658000469207764,-0.016899999231100082,3.623300075531006,3.425600051879883,0.26660001277923584,3.633500099182129,3.3821001052856445,0.26330000162124634,3.6494998931884766,3.362499952316284,-0.016899999231100082,3.623300075531006,3.425600051879883,0.26330000162124634,3.6494998931884766,3.362499952316284,-0.03970000147819519,3.638000011444092,3.412400007247925,0.974399983882904,3.610100030899048,3.3680999279022217,0.974399983882904,3.636899948120117,3.33240008354187,0.6064000129699707,3.636899948120117,3.3475000858306885,0.974399983882904,3.610100030899048,3.3680999279022217,0.6064000129699707,3.636899948120117,3.3475000858306885,0.6013000011444092,3.609999895095825,3.3815999031066895,0.974399983882904,3.636899948120117,3.33240008354187,0.974399983882904,3.6533000469207764,3.308799982070923,0.6083999872207642,3.6533000469207764,3.324700117111206,0.974399983882904,3.636899948120117,3.33240008354187,0.6083999872207642,3.6533000469207764,3.324700117111206,0.6064000129699707,3.636899948120117,3.3475000858306885,0.6013000011444092,3.609999895095825,3.3815999031066895,0.6064000129699707,3.636899948120117,3.3475000858306885,0.26660001277923584,3.633500099182129,3.3821001052856445,0.6013000011444092,3.609999895095825,3.3815999031066895,0.26660001277923584,3.633500099182129,3.3821001052856445,0.26170000433921814,3.607300043106079,3.411400079727173,0.6064000129699707,3.636899948120117,3.3475000858306885,0.6083999872207642,3.6533000469207764,3.324700117111206,0.26330000162124634,3.6494998931884766,3.362499952316284,0.6064000129699707,3.636899948120117,3.3475000858306885,0.26330000162124634,3.6494998931884766,3.362499952316284,0.26660001277923584,3.633500099182129,3.3821001052856445,0.974399983882904,3.6665000915527344,3.272700071334839,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.608299970626831,3.6621999740600586,3.3071000576019287,0.974399983882904,3.6665000915527344,3.272700071334839,0.608299970626831,3.6621999740600586,3.3071000576019287,0.974399983882904,3.6621999740600586,3.2908999919891357,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.2590999901294708,3.662400007247925,3.328000068664551,0.26080000400543213,3.6582000255584717,3.3461999893188477,0.6074000000953674,3.6665000915527344,3.2890000343322754,0.26080000400543213,3.6582000255584717,3.3461999893188477,0.608299970626831,3.6621999740600586,3.3071000576019287,0.974399983882904,3.6621999740600586,3.2908999919891357,0.608299970626831,3.6621999740600586,3.3071000576019287,0.6083999872207642,3.6533000469207764,3.324700117111206,0.974399983882904,3.6621999740600586,3.2908999919891357,0.6083999872207642,3.6533000469207764,3.324700117111206,0.974399983882904,3.6533000469207764,3.308799982070923,0.608299970626831,3.6621999740600586,3.3071000576019287,0.26080000400543213,3.6582000255584717,3.3461999893188477,0.26330000162124634,3.6494998931884766,3.362499952316284,0.608299970626831,3.6621999740600586,3.3071000576019287,0.26330000162124634,3.6494998931884766,3.362499952316284,0.6083999872207642,3.6533000469207764,3.324700117111206,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.7215999960899353,3.4351999759674072,3.6084001064300537,-0.6773999929428101,3.4809000492095947,3.5822999477386475,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.6773999929428101,3.4809000492095947,3.5822999477386475,-0.6833999752998352,3.482599973678589,3.5660998821258545,-0.6876999735832214,3.433799982070923,3.6161000728607178,-0.6449999809265137,3.4781999588012695,3.5903000831604004,-0.6773999929428101,3.4809000492095947,3.5822999477386475,-0.6876999735832214,3.433799982070923,3.6161000728607178,-0.6773999929428101,3.4809000492095947,3.5822999477386475,-0.7215999960899353,3.4351999759674072,3.6084001064300537,-0.6833999752998352,3.482599973678589,3.5660998821258545,-0.6773999929428101,3.4809000492095947,3.5822999477386475,-0.6029000282287598,3.532099962234497,3.547300100326538,-0.6833999752998352,3.482599973678589,3.5660998821258545,-0.6029000282287598,3.532099962234497,3.547300100326538,-0.6079000234603882,3.5350000858306885,3.530400037765503,-0.6449999809265137,3.4781999588012695,3.5903000831604004,-0.5730999708175659,3.5281999111175537,3.555799961090088,-0.6029000282287598,3.532099962234497,3.547300100326538,-0.6449999809265137,3.4781999588012695,3.5903000831604004,-0.6029000282287598,3.532099962234497,3.547300100326538,-0.6773999929428101,3.4809000492095947,3.5822999477386475,-0.43950000405311584,3.4303998947143555,3.6152000427246094,-0.40380001068115234,3.473599910736084,3.5852999687194824,-0.5619999766349792,3.4755001068115234,3.5910000801086426,-0.43950000405311584,3.4303998947143555,3.6152000427246094,-0.5619999766349792,3.4755001068115234,3.5910000801086426,-0.6019999980926514,3.43179988861084,3.617799997329712,-0.40380001068115234,3.473599910736084,3.5852999687194824,-0.3481000065803528,3.5206000804901123,3.5480000972747803,-0.49619999527931213,3.523699998855591,3.5562000274658203,-0.40380001068115234,3.473599910736084,3.5852999687194824,-0.49619999527931213,3.523699998855591,3.5562000274658203,-0.5619999766349792,3.4755001068115234,3.5910000801086426,-0.6019999980926514,3.43179988861084,3.617799997329712,-0.5619999766349792,3.4755001068115234,3.5910000801086426,-0.6449999809265137,3.4781999588012695,3.5903000831604004,-0.6019999980926514,3.43179988861084,3.617799997329712,-0.6449999809265137,3.4781999588012695,3.5903000831604004,-0.6876999735832214,3.433799982070923,3.6161000728607178,-0.5619999766349792,3.4755001068115234,3.5910000801086426,-0.49619999527931213,3.523699998855591,3.5562000274658203,-0.5730999708175659,3.5281999111175537,3.555799961090088,-0.5619999766349792,3.4755001068115234,3.5910000801086426,-0.5730999708175659,3.5281999111175537,3.555799961090088,-0.6449999809265137,3.4781999588012695,3.5903000831604004,-0.2386000007390976,3.6026999950408936,3.472100019454956,-0.39340001344680786,3.5678000450134277,3.5160999298095703,-0.2651999890804291,3.5620999336242676,3.5076000690460205,-0.2386000007390976,3.6026999950408936,3.472100019454956,-0.2651999890804291,3.5620999336242676,3.5076000690460205,-0.17739999294281006,3.589099884033203,3.4755001068115234,-0.28519999980926514,3.614799976348877,3.4658000469207764,-0.45809999108314514,3.5759999752044678,3.5139000415802,-0.39340001344680786,3.5678000450134277,3.5160999298095703,-0.28519999980926514,3.614799976348877,3.4658000469207764,-0.39340001344680786,3.5678000450134277,3.5160999298095703,-0.2386000007390976,3.6026999950408936,3.472100019454956,-0.39340001344680786,3.5678000450134277,3.5160999298095703,-0.49619999527931213,3.523699998855591,3.5562000274658203,-0.3481000065803528,3.5206000804901123,3.5480000972747803,-0.39340001344680786,3.5678000450134277,3.5160999298095703,-0.3481000065803528,3.5206000804901123,3.5480000972747803,-0.2651999890804291,3.5620999336242676,3.5076000690460205,-0.45809999108314514,3.5759999752044678,3.5139000415802,-0.5730999708175659,3.5281999111175537,3.555799961090088,-0.49619999527931213,3.523699998855591,3.5562000274658203,-0.45809999108314514,3.5759999752044678,3.5139000415802,-0.49619999527931213,3.523699998855591,3.5562000274658203,-0.39340001344680786,3.5678000450134277,3.5160999298095703,-0.303600013256073,3.6219000816345215,3.4542999267578125,-0.3070000112056732,3.6257998943328857,3.4365999698638916,-0.48739999532699585,3.585099935531616,3.4869000911712646,-0.303600013256073,3.6219000816345215,3.4542999267578125,-0.48739999532699585,3.585099935531616,3.4869000911712646,-0.4830999970436096,3.5815000534057617,3.504199981689453,-0.4830999970436096,3.5815000534057617,3.504199981689453,-0.48739999532699585,3.585099935531616,3.4869000911712646,-0.6079000234603882,3.5350000858306885,3.530400037765503,-0.4830999970436096,3.5815000534057617,3.504199981689453,-0.6079000234603882,3.5350000858306885,3.530400037765503,-0.6029000282287598,3.532099962234497,3.547300100326538,-0.303600013256073,3.6219000816345215,3.4542999267578125,-0.4830999970436096,3.5815000534057617,3.504199981689453,-0.45809999108314514,3.5759999752044678,3.5139000415802,-0.303600013256073,3.6219000816345215,3.4542999267578125,-0.45809999108314514,3.5759999752044678,3.5139000415802,-0.28519999980926514,3.614799976348877,3.4658000469207764,-0.4830999970436096,3.5815000534057617,3.504199981689453,-0.6029000282287598,3.532099962234497,3.547300100326538,-0.5730999708175659,3.5281999111175537,3.555799961090088,-0.4830999970436096,3.5815000534057617,3.504199981689453,-0.5730999708175659,3.5281999111175537,3.555799961090088,-0.45809999108314514,3.5759999752044678,3.5139000415802,-0.1006999984383583,3.2284998893737793,3.438199996948242,-0.14880000054836273,3.2418999671936035,3.435499906539917,-0.13770000636577606,3.2012999057769775,3.4358999729156494,-0.1006999984383583,3.2284998893737793,3.438199996948242,-0.13770000636577606,3.2012999057769775,3.4358999729156494,-0.07259999960660934,3.1975998878479004,3.4391000270843506,-0.14880000054836273,3.2418999671936035,3.435499906539917,-0.2167000025510788,3.248500108718872,3.432800054550171,-0.21690000593662262,3.2049999237060547,3.433199882507324,-0.14880000054836273,3.2418999671936035,3.435499906539917,-0.21690000593662262,3.2049999237060547,3.433199882507324,-0.13770000636577606,3.2012999057769775,3.4358999729156494,-0.07259999960660934,3.1975998878479004,3.4391000270843506,-0.13770000636577606,3.2012999057769775,3.4358999729156494,-0.12300000339746475,3.146199941635132,3.4370999336242676,-0.07259999960660934,3.1975998878479004,3.4391000270843506,-0.12300000339746475,3.146199941635132,3.4370999336242676,-0.04470000043511391,3.1452999114990234,3.4402999877929688,-0.13770000636577606,3.2012999057769775,3.4358999729156494,-0.21690000593662262,3.2049999237060547,3.433199882507324,-0.21719999611377716,3.147200107574463,3.434499979019165,-0.13770000636577606,3.2012999057769775,3.4358999729156494,-0.21719999611377716,3.147200107574463,3.434499979019165,-0.12300000339746475,3.146199941635132,3.4370999336242676,-0.3330000042915344,3.2286999225616455,3.4312000274658203,-0.3614000082015991,3.1979000568389893,3.4314000606536865,-0.2962000072002411,3.2014999389648438,3.4316999912261963,-0.3330000042915344,3.2286999225616455,3.4312000274658203,-0.2962000072002411,3.2014999389648438,3.4316999912261963,-0.2847999930381775,3.2421000003814697,3.431299924850464,-0.3614000082015991,3.1979000568389893,3.4314000606536865,-0.3896999955177307,3.1454999446868896,3.4326999187469482,-0.31139999628067017,3.146399974822998,3.4328999519348145,-0.3614000082015991,3.1979000568389893,3.4314000606536865,-0.31139999628067017,3.146399974822998,3.4328999519348145,-0.2962000072002411,3.2014999389648438,3.4316999912261963,-0.2847999930381775,3.2421000003814697,3.431299924850464,-0.2962000072002411,3.2014999389648438,3.4316999912261963,-0.21690000593662262,3.2049999237060547,3.433199882507324,-0.2847999930381775,3.2421000003814697,3.431299924850464,-0.21690000593662262,3.2049999237060547,3.433199882507324,-0.2167000025510788,3.248500108718872,3.432800054550171,-0.2962000072002411,3.2014999389648438,3.4316999912261963,-0.31139999628067017,3.146399974822998,3.4328999519348145,-0.21719999611377716,3.147200107574463,3.434499979019165,-0.2962000072002411,3.2014999389648438,3.4316999912261963,-0.21719999611377716,3.147200107574463,3.434499979019165,-0.21690000593662262,3.2049999237060547,3.433199882507324,-0.32600000500679016,3.0039000511169434,3.4354000091552734,-0.32190001010894775,3.078399896621704,3.434499979019165,-0.4090000092983246,3.078399896621704,3.434499979019165,-0.32600000500679016,3.0039000511169434,3.4354000091552734,-0.4090000092983246,3.078399896621704,3.434499979019165,-0.4163999855518341,3.0039000511169434,3.435499906539917,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.21739999949932098,3.0782999992370605,3.4358999729156494,-0.32190001010894775,3.078399896621704,3.434499979019165,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.32190001010894775,3.078399896621704,3.434499979019165,-0.32600000500679016,3.0039000511169434,3.4354000091552734,-0.32190001010894775,3.078399896621704,3.434499979019165,-0.31139999628067017,3.146399974822998,3.4328999519348145,-0.3896999955177307,3.1454999446868896,3.4326999187469482,-0.32190001010894775,3.078399896621704,3.434499979019165,-0.3896999955177307,3.1454999446868896,3.4326999187469482,-0.4090000092983246,3.078399896621704,3.434499979019165,-0.21739999949932098,3.0782999992370605,3.4358999729156494,-0.21719999611377716,3.147200107574463,3.434499979019165,-0.31139999628067017,3.146399974822998,3.4328999519348145,-0.21739999949932098,3.0782999992370605,3.4358999729156494,-0.31139999628067017,3.146399974822998,3.4328999519348145,-0.32190001010894775,3.078399896621704,3.434499979019165,-0.10899999737739563,3.0039000511169434,3.4388999938964844,-0.01860000006854534,3.0039000511169434,3.4419000148773193,-0.025800000876188278,3.078200101852417,3.4414000511169434,-0.10899999737739563,3.0039000511169434,3.4388999938964844,-0.025800000876188278,3.078200101852417,3.4414000511169434,-0.11289999634027481,3.0782999992370605,3.4382998943328857,-0.11289999634027481,3.0782999992370605,3.4382998943328857,-0.025800000876188278,3.078200101852417,3.4414000511169434,-0.04470000043511391,3.1452999114990234,3.4402999877929688,-0.11289999634027481,3.0782999992370605,3.4382998943328857,-0.04470000043511391,3.1452999114990234,3.4402999877929688,-0.12300000339746475,3.146199941635132,3.4370999336242676,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.10899999737739563,3.0039000511169434,3.4388999938964844,-0.11289999634027481,3.0782999992370605,3.4382998943328857,-0.2175000011920929,3.0039000511169434,3.4367001056671143,-0.11289999634027481,3.0782999992370605,3.4382998943328857,-0.21739999949932098,3.0782999992370605,3.4358999729156494,-0.21739999949932098,3.0782999992370605,3.4358999729156494,-0.11289999634027481,3.0782999992370605,3.4382998943328857,-0.12300000339746475,3.146199941635132,3.4370999336242676,-0.21739999949932098,3.0782999992370605,3.4358999729156494,-0.12300000339746475,3.146199941635132,3.4370999336242676,-0.21719999611377716,3.147200107574463,3.434499979019165,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.8438000082969666,3.198499917984009,2.474600076675415,-0.8543999791145325,3.148699998855591,2.4776999950408936,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.8543999791145325,3.148699998855591,2.4776999950408936,-0.8497999906539917,3.1591999530792236,3.0176000595092773,-0.8438000082969666,3.198499917984009,2.474600076675415,-0.8460999727249146,3.1928000450134277,1.8343000411987305,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8438000082969666,3.198499917984009,2.474600076675415,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8543999791145325,3.148699998855591,2.4776999950408936,-0.8543999791145325,3.148699998855591,2.4776999950408936,-0.8615000247955322,3.099900007247925,2.4791998863220215,-0.8572999835014343,3.107800006866455,3.019399881362915,-0.8543999791145325,3.148699998855591,2.4776999950408936,-0.8572999835014343,3.107800006866455,3.019399881362915,-0.8497999906539917,3.1591999530792236,3.0176000595092773,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8634999990463257,3.0959999561309814,1.8375999927520752,-0.8615000247955322,3.099900007247925,2.4791998863220215,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8615000247955322,3.099900007247925,2.4791998863220215,-0.8543999791145325,3.148699998855591,2.4776999950408936,-0.8468999862670898,3.1909000873565674,0.6622999906539917,-0.8574000000953674,3.141700029373169,0.6625000238418579,-0.8574000000953674,3.141700029373169,1.1971999406814575,-0.8468999862670898,3.1909000873565674,0.6622999906539917,-0.8574000000953674,3.141700029373169,1.1971999406814575,-0.8468999862670898,3.1909000873565674,1.1960999965667725,-0.8574000000953674,3.141700029373169,0.6625000238418579,-0.8641999959945679,3.094599962234497,0.6622999906539917,-0.8641999959945679,3.094599962234497,1.19760000705719,-0.8574000000953674,3.141700029373169,0.6625000238418579,-0.8641999959945679,3.094599962234497,1.19760000705719,-0.8574000000953674,3.141700029373169,1.1971999406814575,-0.8468999862670898,3.1909000873565674,1.1960999965667725,-0.8574000000953674,3.141700029373169,1.1971999406814575,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8468999862670898,3.1909000873565674,1.1960999965667725,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8460999727249146,3.1928000450134277,1.8343000411987305,-0.8574000000953674,3.141700029373169,1.1971999406814575,-0.8641999959945679,3.094599962234497,1.19760000705719,-0.8634999990463257,3.0959999561309814,1.8375999927520752,-0.8574000000953674,3.141700029373169,1.1971999406814575,-0.8634999990463257,3.0959999561309814,1.8375999927520752,-0.8565999865531921,3.1435000896453857,1.8365999460220337,-0.8690000176429749,3.003999948501587,1.1973999738693237,-0.867900013923645,3.0490000247955322,1.1974999904632568,-0.867900013923645,3.0490000247955322,0.6621000170707703,-0.8690000176429749,3.003999948501587,1.1973999738693237,-0.867900013923645,3.0490000247955322,0.6621000170707703,-0.8690000176429749,3.003999948501587,0.661899983882904,-0.868399977684021,3.003999948501587,1.8375999927520752,-0.8672999739646912,3.0497000217437744,1.8377000093460083,-0.867900013923645,3.0490000247955322,1.1974999904632568,-0.868399977684021,3.003999948501587,1.8375999927520752,-0.867900013923645,3.0490000247955322,1.1974999904632568,-0.8690000176429749,3.003999948501587,1.1973999738693237,-0.867900013923645,3.0490000247955322,1.1974999904632568,-0.8641999959945679,3.094599962234497,1.19760000705719,-0.8641999959945679,3.094599962234497,0.6622999906539917,-0.867900013923645,3.0490000247955322,1.1974999904632568,-0.8641999959945679,3.094599962234497,0.6622999906539917,-0.867900013923645,3.0490000247955322,0.6621000170707703,-0.8672999739646912,3.0497000217437744,1.8377000093460083,-0.8634999990463257,3.0959999561309814,1.8375999927520752,-0.8641999959945679,3.094599962234497,1.19760000705719,-0.8672999739646912,3.0497000217437744,1.8377000093460083,-0.8641999959945679,3.094599962234497,1.19760000705719,-0.867900013923645,3.0490000247955322,1.1974999904632568,-0.8633000254631042,3.003999948501587,3.01990008354187,-0.8618000149726868,3.055999994277954,3.0199999809265137,-0.8654999732971191,3.051800012588501,2.479599952697754,-0.8633000254631042,3.003999948501587,3.01990008354187,-0.8654999732971191,3.051800012588501,2.479599952697754,-0.8666999936103821,3.003999948501587,2.4795000553131104,-0.8618000149726868,3.055999994277954,3.0199999809265137,-0.8572999835014343,3.107800006866455,3.019399881362915,-0.8615000247955322,3.099900007247925,2.4791998863220215,-0.8618000149726868,3.055999994277954,3.0199999809265137,-0.8615000247955322,3.099900007247925,2.4791998863220215,-0.8654999732971191,3.051800012588501,2.479599952697754,-0.8666999936103821,3.003999948501587,2.4795000553131104,-0.8654999732971191,3.051800012588501,2.479599952697754,-0.8672999739646912,3.0497000217437744,1.8377000093460083,-0.8666999936103821,3.003999948501587,2.4795000553131104,-0.8672999739646912,3.0497000217437744,1.8377000093460083,-0.868399977684021,3.003999948501587,1.8375999927520752,-0.8654999732971191,3.051800012588501,2.479599952697754,-0.8615000247955322,3.099900007247925,2.4791998863220215,-0.8634999990463257,3.0959999561309814,1.8375999927520752,-0.8654999732971191,3.051800012588501,2.479599952697754,-0.8634999990463257,3.0959999561309814,1.8375999927520752,-0.8672999739646912,3.0497000217437744,1.8377000093460083,-0.8464000225067139,3.190700054168701,0.03830000013113022,-0.8317999839782715,3.242500066757202,0.03909999877214432,-0.8309999704360962,3.242300033569336,0.029200000688433647,-0.8464000225067139,3.190700054168701,0.03830000013113022,-0.8309999704360962,3.242300033569336,0.029200000688433647,-0.8456000089645386,3.190500020980835,0.0284000001847744,-0.8468000292778015,3.1907999515533447,0.05119999870657921,-0.8321999907493591,3.2427000999450684,0.052000001072883606,-0.8317999839782715,3.242500066757202,0.03909999877214432,-0.8468000292778015,3.1907999515533447,0.05119999870657921,-0.8317999839782715,3.242500066757202,0.03909999877214432,-0.8464000225067139,3.190700054168701,0.03830000013113022,-0.8317999839782715,3.242500066757202,0.03909999877214432,-0.8109999895095825,3.296999931335449,0.04010000079870224,-0.8102999925613403,3.2967000007629395,0.03009999915957451,-0.8317999839782715,3.242500066757202,0.03909999877214432,-0.8102999925613403,3.2967000007629395,0.03009999915957451,-0.8309999704360962,3.242300033569336,0.029200000688433647,-0.8321999907493591,3.2427000999450684,0.052000001072883606,-0.8113999962806702,3.297100067138672,0.05290000140666962,-0.8109999895095825,3.296999931335449,0.04010000079870224,-0.8321999907493591,3.2427000999450684,0.052000001072883606,-0.8109999895095825,3.296999931335449,0.04010000079870224,-0.8317999839782715,3.242500066757202,0.03909999877214432,-0.8468999862670898,3.1909000873565674,0.08169999718666077,-0.8323000073432922,3.2427000999450684,0.08250000327825546,-0.8323000073432922,3.2427000999450684,0.06679999828338623,-0.8468999862670898,3.1909000873565674,0.08169999718666077,-0.8323000073432922,3.2427000999450684,0.06679999828338623,-0.8468999862670898,3.1909000873565674,0.06589999794960022,-0.8323000073432922,3.2427000999450684,0.08250000327825546,-0.8115000128746033,3.2971999645233154,0.08340000361204147,-0.8115000128746033,3.2971999645233154,0.06769999861717224,-0.8323000073432922,3.2427000999450684,0.08250000327825546,-0.8115000128746033,3.2971999645233154,0.06769999861717224,-0.8323000073432922,3.2427000999450684,0.06679999828338623,-0.8468999862670898,3.1909000873565674,0.06589999794960022,-0.8323000073432922,3.2427000999450684,0.06679999828338623,-0.8321999907493591,3.2427000999450684,0.052000001072883606,-0.8468999862670898,3.1909000873565674,0.06589999794960022,-0.8321999907493591,3.2427000999450684,0.052000001072883606,-0.8468000292778015,3.1907999515533447,0.05119999870657921,-0.8323000073432922,3.2427000999450684,0.06679999828338623,-0.8115000128746033,3.2971999645233154,0.06769999861717224,-0.8113999962806702,3.297100067138672,0.05290000140666962,-0.8323000073432922,3.2427000999450684,0.06679999828338623,-0.8113999962806702,3.297100067138672,0.05290000140666962,-0.8321999907493591,3.2427000999450684,0.052000001072883606,-0.7437000274658203,3.4138998985290527,0.06970000267028809,-0.7825999855995178,3.354300022125244,0.06870000064373016,-0.7825999855995178,3.354300022125244,0.0843999981880188,-0.7437000274658203,3.4138998985290527,0.06970000267028809,-0.7825999855995178,3.354300022125244,0.0843999981880188,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.7436000108718872,3.4138998985290527,0.054999999701976776,-0.7825000286102295,3.3541998863220215,0.05389999970793724,-0.7825999855995178,3.354300022125244,0.06870000064373016,-0.7436000108718872,3.4138998985290527,0.054999999701976776,-0.7825999855995178,3.354300022125244,0.06870000064373016,-0.7437000274658203,3.4138998985290527,0.06970000267028809,-0.7825999855995178,3.354300022125244,0.06870000064373016,-0.8115000128746033,3.2971999645233154,0.06769999861717224,-0.8115000128746033,3.2971999645233154,0.08340000361204147,-0.7825999855995178,3.354300022125244,0.06870000064373016,-0.8115000128746033,3.2971999645233154,0.08340000361204147,-0.7825999855995178,3.354300022125244,0.0843999981880188,-0.7825000286102295,3.3541998863220215,0.05389999970793724,-0.8113999962806702,3.297100067138672,0.05290000140666962,-0.8115000128746033,3.2971999645233154,0.06769999861717224,-0.7825000286102295,3.3541998863220215,0.05389999970793724,-0.8115000128746033,3.2971999645233154,0.06769999861717224,-0.7825999855995178,3.354300022125244,0.06870000064373016,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.781499981880188,3.3536999225616455,0.031099999323487282,-0.7821999788284302,3.354099988937378,0.04100000113248825,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.7821999788284302,3.354099988937378,0.04100000113248825,-0.7432000041007996,3.413599967956543,0.042100001126527786,-0.781499981880188,3.3536999225616455,0.031099999323487282,-0.8102999925613403,3.2967000007629395,0.03009999915957451,-0.8109999895095825,3.296999931335449,0.04010000079870224,-0.781499981880188,3.3536999225616455,0.031099999323487282,-0.8109999895095825,3.296999931335449,0.04010000079870224,-0.7821999788284302,3.354099988937378,0.04100000113248825,-0.7432000041007996,3.413599967956543,0.042100001126527786,-0.7821999788284302,3.354099988937378,0.04100000113248825,-0.7825000286102295,3.3541998863220215,0.05389999970793724,-0.7432000041007996,3.413599967956543,0.042100001126527786,-0.7825000286102295,3.3541998863220215,0.05389999970793724,-0.7436000108718872,3.4138998985290527,0.054999999701976776,-0.7821999788284302,3.354099988937378,0.04100000113248825,-0.8109999895095825,3.296999931335449,0.04010000079870224,-0.8113999962806702,3.297100067138672,0.05290000140666962,-0.7821999788284302,3.354099988937378,0.04100000113248825,-0.8113999962806702,3.297100067138672,0.05290000140666962,-0.7825000286102295,3.3541998863220215,0.05389999970793724,-0.8102999925613403,3.2746999263763428,3.6068999767303467,-0.8212000131607056,3.2179999351501465,3.6089000701904297,-0.8095999956130981,3.234600067138672,3.62719988822937,-0.8102999925613403,3.2746999263763428,3.6068999767303467,-0.8095999956130981,3.234600067138672,3.62719988822937,-0.7986000180244446,3.292799949645996,3.625999927520752,-0.8216000199317932,3.2520999908447266,3.5311999320983887,-0.8324000239372253,3.1974000930786133,3.5339999198913574,-0.8212000131607056,3.2179999351501465,3.6089000701904297,-0.8216000199317932,3.2520999908447266,3.5311999320983887,-0.8212000131607056,3.2179999351501465,3.6089000701904297,-0.8102999925613403,3.2746999263763428,3.6068999767303467,-0.8212000131607056,3.2179999351501465,3.6089000701904297,-0.8312000036239624,3.151900053024292,3.609999895095825,-0.8202000260353088,3.164400100708008,3.628000020980835,-0.8212000131607056,3.2179999351501465,3.6089000701904297,-0.8202000260353088,3.164400100708008,3.628000020980835,-0.8095999956130981,3.234600067138672,3.62719988822937,-0.8324000239372253,3.1974000930786133,3.5339999198913574,-0.8414999842643738,3.1364998817443848,3.5355000495910645,-0.8312000036239624,3.151900053024292,3.609999895095825,-0.8324000239372253,3.1974000930786133,3.5339999198913574,-0.8312000036239624,3.151900053024292,3.609999895095825,-0.8212000131607056,3.2179999351501465,3.6089000701904297,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.8497999906539917,3.1591999530792236,3.0176000595092773,-0.842199981212616,3.1767001152038574,3.353300094604492,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.842199981212616,3.1767001152038574,3.353300094604492,-0.8314999938011169,3.2291998863220215,3.3498001098632812,-0.8497999906539917,3.1591999530792236,3.0176000595092773,-0.8572999835014343,3.107800006866455,3.019399881362915,-0.8503999710083008,3.120800018310547,3.3550000190734863,-0.8497999906539917,3.1591999530792236,3.0176000595092773,-0.8503999710083008,3.120800018310547,3.3550000190734863,-0.842199981212616,3.1767001152038574,3.353300094604492,-0.8314999938011169,3.2291998863220215,3.3498001098632812,-0.842199981212616,3.1767001152038574,3.353300094604492,-0.8324000239372253,3.1974000930786133,3.5339999198913574,-0.8314999938011169,3.2291998863220215,3.3498001098632812,-0.8324000239372253,3.1974000930786133,3.5339999198913574,-0.8216000199317932,3.2520999908447266,3.5311999320983887,-0.842199981212616,3.1767001152038574,3.353300094604492,-0.8503999710083008,3.120800018310547,3.3550000190734863,-0.8414999842643738,3.1364998817443848,3.5355000495910645,-0.842199981212616,3.1767001152038574,3.353300094604492,-0.8414999842643738,3.1364998817443848,3.5355000495910645,-0.8324000239372253,3.1974000930786133,3.5339999198913574,-0.857699990272522,3.003999948501587,3.3557000160217285,-0.8557999730110168,3.0629000663757324,3.355600118637085,-0.8618000149726868,3.055999994277954,3.0199999809265137,-0.857699990272522,3.003999948501587,3.3557000160217285,-0.8618000149726868,3.055999994277954,3.0199999809265137,-0.8633000254631042,3.003999948501587,3.01990008354187,-0.8503000140190125,3.003999948501587,3.536099910736084,-0.8478000164031982,3.0713000297546387,3.5360000133514404,-0.8557999730110168,3.0629000663757324,3.355600118637085,-0.8503000140190125,3.003999948501587,3.536099910736084,-0.8557999730110168,3.0629000663757324,3.355600118637085,-0.857699990272522,3.003999948501587,3.3557000160217285,-0.8557999730110168,3.0629000663757324,3.355600118637085,-0.8503999710083008,3.120800018310547,3.3550000190734863,-0.8572999835014343,3.107800006866455,3.019399881362915,-0.8557999730110168,3.0629000663757324,3.355600118637085,-0.8572999835014343,3.107800006866455,3.019399881362915,-0.8618000149726868,3.055999994277954,3.0199999809265137,-0.8478000164031982,3.0713000297546387,3.5360000133514404,-0.8414999842643738,3.1364998817443848,3.5355000495910645,-0.8503999710083008,3.120800018310547,3.3550000190734863,-0.8478000164031982,3.0713000297546387,3.5360000133514404,-0.8503999710083008,3.120800018310547,3.3550000190734863,-0.8557999730110168,3.0629000663757324,3.355600118637085,-0.8317000269889832,3.003999948501587,3.628499984741211,-0.8282999992370605,3.086199998855591,3.6284000873565674,-0.8384000062942505,3.0794999599456787,3.6105000972747803,-0.8317000269889832,3.003999948501587,3.628499984741211,-0.8384000062942505,3.0794999599456787,3.6105000972747803,-0.8414000272750854,3.003999948501587,3.610599994659424,-0.8282999992370605,3.086199998855591,3.6284000873565674,-0.8202000260353088,3.164400100708008,3.628000020980835,-0.8312000036239624,3.151900053024292,3.609999895095825,-0.8282999992370605,3.086199998855591,3.6284000873565674,-0.8312000036239624,3.151900053024292,3.609999895095825,-0.8384000062942505,3.0794999599456787,3.6105000972747803,-0.8414000272750854,3.003999948501587,3.610599994659424,-0.8384000062942505,3.0794999599456787,3.6105000972747803,-0.8478000164031982,3.0713000297546387,3.5360000133514404,-0.8414000272750854,3.003999948501587,3.610599994659424,-0.8478000164031982,3.0713000297546387,3.5360000133514404,-0.8503000140190125,3.003999948501587,3.536099910736084,-0.8384000062942505,3.0794999599456787,3.6105000972747803,-0.8312000036239624,3.151900053024292,3.609999895095825,-0.8414999842643738,3.1364998817443848,3.5355000495910645,-0.8384000062942505,3.0794999599456787,3.6105000972747803,-0.8414999842643738,3.1364998817443848,3.5355000495910645,-0.8478000164031982,3.0713000297546387,3.5360000133514404,-0.7871999740600586,3.3027000427246094,3.637500047683716,-0.7785999774932861,3.343600034713745,3.6366000175476074,-0.7892000079154968,3.3350000381469727,3.624300003051758,-0.7871999740600586,3.3027000427246094,3.637500047683716,-0.7892000079154968,3.3350000381469727,3.624300003051758,-0.7986000180244446,3.292799949645996,3.625999927520752,-0.7584999799728394,3.307499885559082,3.6433000564575195,-0.7455000281333923,3.347399950027466,3.6428000926971436,-0.7785999774932861,3.343600034713745,3.6366000175476074,-0.7584999799728394,3.307499885559082,3.6433000564575195,-0.7785999774932861,3.343600034713745,3.6366000175476074,-0.7871999740600586,3.3027000427246094,3.637500047683716,-0.7785999774932861,3.343600034713745,3.6366000175476074,-0.7677000164985657,3.3742001056671143,3.6331000328063965,-0.7773000001907349,3.3682000637054443,3.619800090789795,-0.7785999774932861,3.343600034713745,3.6366000175476074,-0.7773000001907349,3.3682000637054443,3.619800090789795,-0.7892000079154968,3.3350000381469727,3.624300003051758,-0.7455000281333923,3.347399950027466,3.6428000926971436,-0.7325000166893005,3.3761000633239746,3.6398000717163086,-0.7677000164985657,3.3742001056671143,3.6331000328063965,-0.7455000281333923,3.347399950027466,3.6428000926971436,-0.7677000164985657,3.3742001056671143,3.6331000328063965,-0.7785999774932861,3.343600034713745,3.6366000175476074,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.5098000168800354,3.352299928665161,3.645400047302246,-0.6678000092506409,3.349299907684326,3.6451001167297363,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.6678000092506409,3.349299907684326,3.6451001167297363,-0.694599986076355,3.3106000423431396,3.645400047302246,-0.5098000168800354,3.352299928665161,3.645400047302246,-0.4823000133037567,3.376199960708618,3.6422998905181885,-0.6467999815940857,3.3761000633239746,3.6421000957489014,-0.5098000168800354,3.352299928665161,3.645400047302246,-0.6467999815940857,3.3761000633239746,3.6421000957489014,-0.6678000092506409,3.349299907684326,3.6451001167297363,-0.694599986076355,3.3106000423431396,3.645400047302246,-0.6678000092506409,3.349299907684326,3.6451001167297363,-0.7455000281333923,3.347399950027466,3.6428000926971436,-0.694599986076355,3.3106000423431396,3.645400047302246,-0.7455000281333923,3.347399950027466,3.6428000926971436,-0.7584999799728394,3.307499885559082,3.6433000564575195,-0.6678000092506409,3.349299907684326,3.6451001167297363,-0.6467999815940857,3.3761000633239746,3.6421000957489014,-0.7325000166893005,3.3761000633239746,3.6398000717163086,-0.6678000092506409,3.349299907684326,3.6451001167297363,-0.7325000166893005,3.3761000633239746,3.6398000717163086,-0.7455000281333923,3.347399950027466,3.6428000926971436,-0.6019999980926514,3.43179988861084,3.617799997329712,-0.6276000142097473,3.40120005607605,3.6338999271392822,-0.46230000257492065,3.400099992752075,3.63319993019104,-0.6019999980926514,3.43179988861084,3.617799997329712,-0.46230000257492065,3.400099992752075,3.63319993019104,-0.43950000405311584,3.4303998947143555,3.6152000427246094,-0.6876999735832214,3.433799982070923,3.6161000728607178,-0.7150999903678894,3.402400016784668,3.6317999362945557,-0.6276000142097473,3.40120005607605,3.6338999271392822,-0.6876999735832214,3.433799982070923,3.6161000728607178,-0.6276000142097473,3.40120005607605,3.6338999271392822,-0.6019999980926514,3.43179988861084,3.617799997329712,-0.6276000142097473,3.40120005607605,3.6338999271392822,-0.6467999815940857,3.3761000633239746,3.6421000957489014,-0.4823000133037567,3.376199960708618,3.6422998905181885,-0.6276000142097473,3.40120005607605,3.6338999271392822,-0.4823000133037567,3.376199960708618,3.6422998905181885,-0.46230000257492065,3.400099992752075,3.63319993019104,-0.7150999903678894,3.402400016784668,3.6317999362945557,-0.7325000166893005,3.3761000633239746,3.6398000717163086,-0.6467999815940857,3.3761000633239746,3.6421000957489014,-0.7150999903678894,3.402400016784668,3.6317999362945557,-0.6467999815940857,3.3761000633239746,3.6421000957489014,-0.6276000142097473,3.40120005607605,3.6338999271392822,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.7585999965667725,3.399199962615967,3.610100030899048,-0.7502999901771545,3.4021999835968018,3.624500036239624,-0.7286999821662903,3.4351000785827637,3.5929999351501465,-0.7502999901771545,3.4021999835968018,3.624500036239624,-0.7215999960899353,3.4351999759674072,3.6084001064300537,-0.7585999965667725,3.399199962615967,3.610100030899048,-0.7773000001907349,3.3682000637054443,3.619800090789795,-0.7677000164985657,3.3742001056671143,3.6331000328063965,-0.7585999965667725,3.399199962615967,3.610100030899048,-0.7677000164985657,3.3742001056671143,3.6331000328063965,-0.7502999901771545,3.4021999835968018,3.624500036239624,-0.7215999960899353,3.4351999759674072,3.6084001064300537,-0.7502999901771545,3.4021999835968018,3.624500036239624,-0.7150999903678894,3.402400016784668,3.6317999362945557,-0.7215999960899353,3.4351999759674072,3.6084001064300537,-0.7150999903678894,3.402400016784668,3.6317999362945557,-0.6876999735832214,3.433799982070923,3.6161000728607178,-0.7502999901771545,3.4021999835968018,3.624500036239624,-0.7677000164985657,3.3742001056671143,3.6331000328063965,-0.7325000166893005,3.3761000633239746,3.6398000717163086,-0.7502999901771545,3.4021999835968018,3.624500036239624,-0.7325000166893005,3.3761000633239746,3.6398000717163086,-0.7150999903678894,3.402400016784668,3.6317999362945557,-0.7825999855995178,3.354300022125244,0.6582000255584717,-0.7825999855995178,3.354300022125244,1.1852999925613403,-0.7437000274658203,3.4138998985290527,1.1787999868392944,-0.7825999855995178,3.354300022125244,0.6582000255584717,-0.7437000274658203,3.4138998985290527,1.1787999868392944,-0.7437000274658203,3.4138998985290527,0.6553999781608582,-0.8115000128746033,3.2971999645233154,0.6603000164031982,-0.8115000128746033,3.2971999645233154,1.1902999877929688,-0.7825999855995178,3.354300022125244,1.1852999925613403,-0.8115000128746033,3.2971999645233154,0.6603000164031982,-0.7825999855995178,3.354300022125244,1.1852999925613403,-0.7825999855995178,3.354300022125244,0.6582000255584717,-0.7825999855995178,3.354300022125244,1.1852999925613403,-0.7822999954223633,3.3552000522613525,1.816100001335144,-0.7434999942779541,3.414299964904785,1.8051999807357788,-0.7825999855995178,3.354300022125244,1.1852999925613403,-0.7434999942779541,3.414299964904785,1.8051999807357788,-0.7437000274658203,3.4138998985290527,1.1787999868392944,-0.8115000128746033,3.2971999645233154,1.1902999877929688,-0.8109999895095825,3.2985999584198,1.8243999481201172,-0.7822999954223633,3.3552000522613525,1.816100001335144,-0.8115000128746033,3.2971999645233154,1.1902999877929688,-0.7822999954223633,3.3552000522613525,1.816100001335144,-0.7825999855995178,3.354300022125244,1.1852999925613403,-0.8468999862670898,3.1909000873565674,0.6622999906539917,-0.8468999862670898,3.1909000873565674,1.1960999965667725,-0.8323000073432922,3.2427000999450684,1.1937999725341797,-0.8468999862670898,3.1909000873565674,0.6622999906539917,-0.8323000073432922,3.2427000999450684,1.1937999725341797,-0.8323000073432922,3.2427000999450684,0.6615999937057495,-0.8468999862670898,3.1909000873565674,1.1960999965667725,-0.8460999727249146,3.1928000450134277,1.8343000411987305,-0.83160001039505,3.2444000244140625,1.830399990081787,-0.8468999862670898,3.1909000873565674,1.1960999965667725,-0.83160001039505,3.2444000244140625,1.830399990081787,-0.8323000073432922,3.2427000999450684,1.1937999725341797,-0.8323000073432922,3.2427000999450684,0.6615999937057495,-0.8323000073432922,3.2427000999450684,1.1937999725341797,-0.8115000128746033,3.2971999645233154,1.1902999877929688,-0.8323000073432922,3.2427000999450684,0.6615999937057495,-0.8115000128746033,3.2971999645233154,1.1902999877929688,-0.8115000128746033,3.2971999645233154,0.6603000164031982,-0.8323000073432922,3.2427000999450684,1.1937999725341797,-0.83160001039505,3.2444000244140625,1.830399990081787,-0.8109999895095825,3.2985999584198,1.8243999481201172,-0.8323000073432922,3.2427000999450684,1.1937999725341797,-0.8109999895095825,3.2985999584198,1.8243999481201172,-0.8115000128746033,3.2971999645233154,1.1902999877929688,-0.8255000114440918,3.260200023651123,3.0078001022338867,-0.8295999765396118,3.2497000694274902,2.469099998474121,-0.8438000082969666,3.198499917984009,2.474600076675415,-0.8255000114440918,3.260200023651123,3.0078001022338867,-0.8438000082969666,3.198499917984009,2.474600076675415,-0.8392000198364258,3.2100000381469727,3.0139000415802,-0.8064000010490417,3.310699939727783,2.9983999729156494,-0.809499979019165,3.3025999069213867,2.4609999656677246,-0.8295999765396118,3.2497000694274902,2.469099998474121,-0.8064000010490417,3.310699939727783,2.9983999729156494,-0.8295999765396118,3.2497000694274902,2.469099998474121,-0.8255000114440918,3.260200023651123,3.0078001022338867,-0.8295999765396118,3.2497000694274902,2.469099998474121,-0.83160001039505,3.2444000244140625,1.830399990081787,-0.8460999727249146,3.1928000450134277,1.8343000411987305,-0.8295999765396118,3.2497000694274902,2.469099998474121,-0.8460999727249146,3.1928000450134277,1.8343000411987305,-0.8438000082969666,3.198499917984009,2.474600076675415,-0.809499979019165,3.3025999069213867,2.4609999656677246,-0.8109999895095825,3.2985999584198,1.8243999481201172,-0.83160001039505,3.2444000244140625,1.830399990081787,-0.809499979019165,3.3025999069213867,2.4609999656677246,-0.83160001039505,3.2444000244140625,1.830399990081787,-0.8295999765396118,3.2497000694274902,2.469099998474121,-0.7419999837875366,3.418299913406372,2.9670000076293945,-0.7429999709129333,3.415600061416626,2.4347000122070312,-0.7813000082969666,3.357800006866455,2.449700117111206,-0.7419999837875366,3.418299913406372,2.9670000076293945,-0.7813000082969666,3.357800006866455,2.449700117111206,-0.7793999910354614,3.36299991607666,2.985100030899048,-0.7429999709129333,3.415600061416626,2.4347000122070312,-0.7434999942779541,3.414299964904785,1.8051999807357788,-0.7822999954223633,3.3552000522613525,1.816100001335144,-0.7429999709129333,3.415600061416626,2.4347000122070312,-0.7822999954223633,3.3552000522613525,1.816100001335144,-0.7813000082969666,3.357800006866455,2.449700117111206,-0.7793999910354614,3.36299991607666,2.985100030899048,-0.7813000082969666,3.357800006866455,2.449700117111206,-0.809499979019165,3.3025999069213867,2.4609999656677246,-0.7793999910354614,3.36299991607666,2.985100030899048,-0.809499979019165,3.3025999069213867,2.4609999656677246,-0.8064000010490417,3.310699939727783,2.9983999729156494,-0.7813000082969666,3.357800006866455,2.449700117111206,-0.7822999954223633,3.3552000522613525,1.816100001335144,-0.8109999895095825,3.2985999584198,1.8243999481201172,-0.7813000082969666,3.357800006866455,2.449700117111206,-0.8109999895095825,3.2985999584198,1.8243999481201172,-0.809499979019165,3.3025999069213867,2.4609999656677246,-0.6926000118255615,3.4760000705718994,0.6516000032424927,-0.6926000118255615,3.4760000705718994,0.334199994802475,-0.7437000274658203,3.4138998985290527,0.3352000117301941,-0.6926000118255615,3.4760000705718994,0.6516000032424927,-0.7437000274658203,3.4138998985290527,0.3352000117301941,-0.7437000274658203,3.4138998985290527,0.6553999781608582,-0.6139000058174133,3.535799980163574,0.6467000246047974,-0.6139000058174133,3.535799980163574,0.3327000141143799,-0.6926000118255615,3.4760000705718994,0.334199994802475,-0.6139000058174133,3.535799980163574,0.6467000246047974,-0.6926000118255615,3.4760000705718994,0.334199994802475,-0.6926000118255615,3.4760000705718994,0.6516000032424927,-0.6926000118255615,3.4760000705718994,0.334199994802475,-0.6926000118255615,3.4760000705718994,0.16769999265670776,-0.7437000274658203,3.4138998985290527,0.1673000007867813,-0.6926000118255615,3.4760000705718994,0.334199994802475,-0.7437000274658203,3.4138998985290527,0.1673000007867813,-0.7437000274658203,3.4138998985290527,0.3352000117301941,-0.6139000058174133,3.535799980163574,0.3327000141143799,-0.6139000058174133,3.535799980163574,0.1679999977350235,-0.6926000118255615,3.4760000705718994,0.16769999265670776,-0.6139000058174133,3.535799980163574,0.3327000141143799,-0.6926000118255615,3.4760000705718994,0.16769999265670776,-0.6926000118255615,3.4760000705718994,0.334199994802475,-0.31049999594688416,3.629699945449829,0.633400022983551,-0.31049999594688416,3.629699945449829,0.3276999890804291,-0.4916999936103821,3.588599920272827,0.3305000066757202,-0.31049999594688416,3.629699945449829,0.633400022983551,-0.4916999936103821,3.588599920272827,0.3305000066757202,-0.4916999936103821,3.588599920272827,0.6406999826431274,-0.31049999594688416,3.629699945449829,0.3276999890804291,-0.31049999594688416,3.629699945449829,0.16760000586509705,-0.4916999936103821,3.588599920272827,0.1679999977350235,-0.31049999594688416,3.629699945449829,0.3276999890804291,-0.4916999936103821,3.588599920272827,0.1679999977350235,-0.4916999936103821,3.588599920272827,0.3305000066757202,-0.4916999936103821,3.588599920272827,0.6406999826431274,-0.4916999936103821,3.588599920272827,0.3305000066757202,-0.6139000058174133,3.535799980163574,0.3327000141143799,-0.4916999936103821,3.588599920272827,0.6406999826431274,-0.6139000058174133,3.535799980163574,0.3327000141143799,-0.6139000058174133,3.535799980163574,0.6467000246047974,-0.4916999936103821,3.588599920272827,0.3305000066757202,-0.4916999936103821,3.588599920272827,0.1679999977350235,-0.6139000058174133,3.535799980163574,0.1679999977350235,-0.4916999936103821,3.588599920272827,0.3305000066757202,-0.6139000058174133,3.535799980163574,0.1679999977350235,-0.6139000058174133,3.535799980163574,0.3327000141143799,-0.4916999936103821,3.588599920272827,0.0885000005364418,-0.4916999936103821,3.588599920272827,0.10369999706745148,-0.31049999594688416,3.629699945449829,0.10429999977350235,-0.4916999936103821,3.588599920272827,0.0885000005364418,-0.31049999594688416,3.629699945449829,0.10429999977350235,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.6139000058174133,3.535799980163574,0.08760000020265579,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.4916999936103821,3.588599920272827,0.10369999706745148,-0.6139000058174133,3.535799980163574,0.08760000020265579,-0.4916999936103821,3.588599920272827,0.10369999706745148,-0.4916999936103821,3.588599920272827,0.0885000005364418,-0.4916999936103821,3.588599920272827,0.10369999706745148,-0.4916999936103821,3.588599920272827,0.1679999977350235,-0.31049999594688416,3.629699945449829,0.16760000586509705,-0.4916999936103821,3.588599920272827,0.10369999706745148,-0.31049999594688416,3.629699945449829,0.16760000586509705,-0.31049999594688416,3.629699945449829,0.10429999977350235,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.6139000058174133,3.535799980163574,0.1679999977350235,-0.4916999936103821,3.588599920272827,0.1679999977350235,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.4916999936103821,3.588599920272827,0.1679999977350235,-0.4916999936103821,3.588599920272827,0.10369999706745148,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.7437000274658203,3.4138998985290527,0.10100000351667404,-0.6926000118255615,3.4760000705718994,0.10199999809265137,-0.7437000274658203,3.4138998985290527,0.08540000021457672,-0.6926000118255615,3.4760000705718994,0.10199999809265137,-0.6926000118255615,3.4760000705718994,0.08649999648332596,-0.6926000118255615,3.4760000705718994,0.10199999809265137,-0.7437000274658203,3.4138998985290527,0.10100000351667404,-0.7437000274658203,3.4138998985290527,0.1673000007867813,-0.6926000118255615,3.4760000705718994,0.10199999809265137,-0.7437000274658203,3.4138998985290527,0.1673000007867813,-0.6926000118255615,3.4760000705718994,0.16769999265670776,-0.6926000118255615,3.4760000705718994,0.08649999648332596,-0.6926000118255615,3.4760000705718994,0.10199999809265137,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.6926000118255615,3.4760000705718994,0.08649999648332596,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.6139000058174133,3.535799980163574,0.08760000020265579,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.6926000118255615,3.4760000705718994,0.10199999809265137,-0.6926000118255615,3.4760000705718994,0.16769999265670776,-0.6139000058174133,3.535799980163574,0.10300000011920929,-0.6926000118255615,3.4760000705718994,0.16769999265670776,-0.6139000058174133,3.535799980163574,0.1679999977350235,-0.05460000038146973,3.6542999744415283,0.6245999932289124,-0.05460000038146973,3.6542999744415283,0.32420000433921814,-0.31049999594688416,3.629699945449829,0.3276999890804291,-0.05460000038146973,3.6542999744415283,0.6245999932289124,-0.31049999594688416,3.629699945449829,0.3276999890804291,-0.31049999594688416,3.629699945449829,0.633400022983551,0.2572999894618988,3.6666998863220215,0.616100013256073,0.2572999894618988,3.6666998863220215,0.3206000030040741,-0.05460000038146973,3.6542999744415283,0.32420000433921814,0.2572999894618988,3.6666998863220215,0.616100013256073,-0.05460000038146973,3.6542999744415283,0.32420000433921814,-0.05460000038146973,3.6542999744415283,0.6245999932289124,-0.05460000038146973,3.6542999744415283,0.32420000433921814,-0.05460000038146973,3.6542999744415283,0.16670000553131104,-0.31049999594688416,3.629699945449829,0.16760000586509705,-0.05460000038146973,3.6542999744415283,0.32420000433921814,-0.31049999594688416,3.629699945449829,0.16760000586509705,-0.31049999594688416,3.629699945449829,0.3276999890804291,0.2572999894618988,3.6666998863220215,0.3206000030040741,0.2572999894618988,3.6666998863220215,0.1657000035047531,-0.05460000038146973,3.6542999744415283,0.16670000553131104,0.2572999894618988,3.6666998863220215,0.3206000030040741,-0.05460000038146973,3.6542999744415283,0.16670000553131104,-0.05460000038146973,3.6542999744415283,0.32420000433921814,0.974399983882904,3.670799970626831,0.6068000197410583,0.974399983882904,3.670799970626831,0.3165999948978424,0.6065000295639038,3.670799970626831,0.31779998540878296,0.974399983882904,3.670799970626831,0.6068000197410583,0.6065000295639038,3.670799970626831,0.31779998540878296,0.6065000295639038,3.670799970626831,0.6096000075340271,0.974399983882904,3.670799970626831,0.3165999948978424,0.974399983882904,3.670799970626831,0.16439999639987946,0.6065000295639038,3.670799970626831,0.1648000031709671,0.974399983882904,3.670799970626831,0.3165999948978424,0.6065000295639038,3.670799970626831,0.1648000031709671,0.6065000295639038,3.670799970626831,0.31779998540878296,0.6065000295639038,3.670799970626831,0.6096000075340271,0.6065000295639038,3.670799970626831,0.31779998540878296,0.2572999894618988,3.6666998863220215,0.3206000030040741,0.6065000295639038,3.670799970626831,0.6096000075340271,0.2572999894618988,3.6666998863220215,0.3206000030040741,0.2572999894618988,3.6666998863220215,0.616100013256073,0.6065000295639038,3.670799970626831,0.31779998540878296,0.6065000295639038,3.670799970626831,0.1648000031709671,0.2572999894618988,3.6666998863220215,0.1657000035047531,0.6065000295639038,3.670799970626831,0.31779998540878296,0.2572999894618988,3.6666998863220215,0.1657000035047531,0.2572999894618988,3.6666998863220215,0.3206000030040741,0.6065000295639038,3.670799970626831,0.08959999680519104,0.6065000295639038,3.670799970626831,0.10419999808073044,0.974399983882904,3.670799970626831,0.10409999638795853,0.6065000295639038,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.10409999638795853,0.974399983882904,3.670799970626831,0.08959999680519104,0.2572999894618988,3.6666998863220215,0.08959999680519104,0.2572999894618988,3.6666998863220215,0.10440000146627426,0.6065000295639038,3.670799970626831,0.10419999808073044,0.2572999894618988,3.6666998863220215,0.08959999680519104,0.6065000295639038,3.670799970626831,0.10419999808073044,0.6065000295639038,3.670799970626831,0.08959999680519104,0.6065000295639038,3.670799970626831,0.10419999808073044,0.6065000295639038,3.670799970626831,0.1648000031709671,0.974399983882904,3.670799970626831,0.16439999639987946,0.6065000295639038,3.670799970626831,0.10419999808073044,0.974399983882904,3.670799970626831,0.16439999639987946,0.974399983882904,3.670799970626831,0.10409999638795853,0.2572999894618988,3.6666998863220215,0.10440000146627426,0.2572999894618988,3.6666998863220215,0.1657000035047531,0.6065000295639038,3.670799970626831,0.1648000031709671,0.2572999894618988,3.6666998863220215,0.10440000146627426,0.6065000295639038,3.670799970626831,0.1648000031709671,0.6065000295639038,3.670799970626831,0.10419999808073044,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.31049999594688416,3.629699945449829,0.10429999977350235,-0.05460000038146973,3.6542999744415283,0.10440000146627426,-0.31049999594688416,3.629699945449829,0.08919999748468399,-0.05460000038146973,3.6542999744415283,0.10440000146627426,-0.05460000038146973,3.6542999744415283,0.08950000256299973,-0.31049999594688416,3.629699945449829,0.10429999977350235,-0.31049999594688416,3.629699945449829,0.16760000586509705,-0.05460000038146973,3.6542999744415283,0.16670000553131104,-0.31049999594688416,3.629699945449829,0.10429999977350235,-0.05460000038146973,3.6542999744415283,0.16670000553131104,-0.05460000038146973,3.6542999744415283,0.10440000146627426,-0.05460000038146973,3.6542999744415283,0.08950000256299973,-0.05460000038146973,3.6542999744415283,0.10440000146627426,0.2572999894618988,3.6666998863220215,0.10440000146627426,-0.05460000038146973,3.6542999744415283,0.08950000256299973,0.2572999894618988,3.6666998863220215,0.10440000146627426,0.2572999894618988,3.6666998863220215,0.08959999680519104,-0.05460000038146973,3.6542999744415283,0.10440000146627426,-0.05460000038146973,3.6542999744415283,0.16670000553131104,0.2572999894618988,3.6666998863220215,0.1657000035047531,-0.05460000038146973,3.6542999744415283,0.10440000146627426,0.2572999894618988,3.6666998863220215,0.1657000035047531,0.2572999894618988,3.6666998863220215,0.10440000146627426,-0.868399977684021,3.003999948501587,0.03610000014305115,-0.8673999905586243,3.0488998889923096,0.03629999980330467,-0.866599977016449,3.0488998889923096,0.026399999856948853,-0.868399977684021,3.003999948501587,0.03610000014305115,-0.866599977016449,3.0488998889923096,0.026399999856948853,-0.8676000237464905,3.003999948501587,0.026200000196695328,-0.8689000010490417,3.003999948501587,0.04899999871850014,-0.8677999973297119,3.0490000247955322,0.04919999837875366,-0.8673999905586243,3.0488998889923096,0.03629999980330467,-0.8689000010490417,3.003999948501587,0.04899999871850014,-0.8673999905586243,3.0488998889923096,0.03629999980330467,-0.868399977684021,3.003999948501587,0.03610000014305115,-0.8673999905586243,3.0488998889923096,0.03629999980330467,-0.8636999726295471,3.094599962234497,0.03680000081658363,-0.8629000186920166,3.0945000648498535,0.026900000870227814,-0.8673999905586243,3.0488998889923096,0.03629999980330467,-0.8629000186920166,3.0945000648498535,0.026900000870227814,-0.866599977016449,3.0488998889923096,0.026399999856948853,-0.8677999973297119,3.0490000247955322,0.04919999837875366,-0.8640999794006348,3.094599962234497,0.04969999939203262,-0.8636999726295471,3.094599962234497,0.03680000081658363,-0.8677999973297119,3.0490000247955322,0.04919999837875366,-0.8636999726295471,3.094599962234497,0.03680000081658363,-0.8673999905586243,3.0488998889923096,0.03629999980330467,-0.8690000176429749,3.003999948501587,0.0794999971985817,-0.867900013923645,3.0490000247955322,0.07970000058412552,-0.867900013923645,3.0490000247955322,0.06400000303983688,-0.8690000176429749,3.003999948501587,0.0794999971985817,-0.867900013923645,3.0490000247955322,0.06400000303983688,-0.8690000176429749,3.003999948501587,0.06379999965429306,-0.867900013923645,3.0490000247955322,0.07970000058412552,-0.8641999959945679,3.094599962234497,0.08020000159740448,-0.8641999959945679,3.094599962234497,0.06440000236034393,-0.867900013923645,3.0490000247955322,0.07970000058412552,-0.8641999959945679,3.094599962234497,0.06440000236034393,-0.867900013923645,3.0490000247955322,0.06400000303983688,-0.8690000176429749,3.003999948501587,0.06379999965429306,-0.867900013923645,3.0490000247955322,0.06400000303983688,-0.8677999973297119,3.0490000247955322,0.04919999837875366,-0.8690000176429749,3.003999948501587,0.06379999965429306,-0.8677999973297119,3.0490000247955322,0.04919999837875366,-0.8689000010490417,3.003999948501587,0.04899999871850014,-0.867900013923645,3.0490000247955322,0.06400000303983688,-0.8641999959945679,3.094599962234497,0.06440000236034393,-0.8640999794006348,3.094599962234497,0.04969999939203262,-0.867900013923645,3.0490000247955322,0.06400000303983688,-0.8640999794006348,3.094599962234497,0.04969999939203262,-0.8677999973297119,3.0490000247955322,0.04919999837875366,-0.8468999862670898,3.1909000873565674,0.06589999794960022,-0.8574000000953674,3.141700029373169,0.06509999930858612,-0.8574000000953674,3.141700029373169,0.08089999854564667,-0.8468999862670898,3.1909000873565674,0.06589999794960022,-0.8574000000953674,3.141700029373169,0.08089999854564667,-0.8468999862670898,3.1909000873565674,0.08169999718666077,-0.8468000292778015,3.1907999515533447,0.05119999870657921,-0.857200026512146,3.141700029373169,0.0502999983727932,-0.8574000000953674,3.141700029373169,0.06509999930858612,-0.8468000292778015,3.1907999515533447,0.05119999870657921,-0.8574000000953674,3.141700029373169,0.06509999930858612,-0.8468999862670898,3.1909000873565674,0.06589999794960022,-0.8574000000953674,3.141700029373169,0.06509999930858612,-0.8641999959945679,3.094599962234497,0.06440000236034393,-0.8641999959945679,3.094599962234497,0.08020000159740448,-0.8574000000953674,3.141700029373169,0.06509999930858612,-0.8641999959945679,3.094599962234497,0.08020000159740448,-0.8574000000953674,3.141700029373169,0.08089999854564667,-0.857200026512146,3.141700029373169,0.0502999983727932,-0.8640999794006348,3.094599962234497,0.04969999939203262,-0.8641999959945679,3.094599962234497,0.06440000236034393,-0.857200026512146,3.141700029373169,0.0502999983727932,-0.8641999959945679,3.094599962234497,0.06440000236034393,-0.8574000000953674,3.141700029373169,0.06509999930858612,-0.8456000089645386,3.190500020980835,0.0284000001847744,-0.8561000227928162,3.1414999961853027,0.02759999968111515,-0.8568999767303467,3.1415998935699463,0.03750000149011612,-0.8456000089645386,3.190500020980835,0.0284000001847744,-0.8568999767303467,3.1415998935699463,0.03750000149011612,-0.8464000225067139,3.190700054168701,0.03830000013113022,-0.8561000227928162,3.1414999961853027,0.02759999968111515,-0.8629000186920166,3.0945000648498535,0.026900000870227814,-0.8636999726295471,3.094599962234497,0.03680000081658363,-0.8561000227928162,3.1414999961853027,0.02759999968111515,-0.8636999726295471,3.094599962234497,0.03680000081658363,-0.8568999767303467,3.1415998935699463,0.03750000149011612,-0.8464000225067139,3.190700054168701,0.03830000013113022,-0.8568999767303467,3.1415998935699463,0.03750000149011612,-0.857200026512146,3.141700029373169,0.0502999983727932,-0.8464000225067139,3.190700054168701,0.03830000013113022,-0.857200026512146,3.141700029373169,0.0502999983727932,-0.8468000292778015,3.1907999515533447,0.05119999870657921,-0.8568999767303467,3.1415998935699463,0.03750000149011612,-0.8636999726295471,3.094599962234497,0.03680000081658363,-0.8640999794006348,3.094599962234497,0.04969999939203262,-0.8568999767303467,3.1415998935699463,0.03750000149011612,-0.8640999794006348,3.094599962234497,0.04969999939203262,-0.857200026512146,3.141700029373169,0.0502999983727932,-0.821399986743927,3.003999948501587,3.6393001079559326,-0.817799985408783,3.089900016784668,3.63919997215271,-0.8282999992370605,3.086199998855591,3.6284000873565674,-0.821399986743927,3.003999948501587,3.6393001079559326,-0.8282999992370605,3.086199998855591,3.6284000873565674,-0.8317000269889832,3.003999948501587,3.628499984741211,-0.8072999715805054,3.003999948501587,3.644700050354004,-0.8034999966621399,3.091200113296509,3.6445000171661377,-0.817799985408783,3.089900016784668,3.63919997215271,-0.8072999715805054,3.003999948501587,3.644700050354004,-0.817799985408783,3.089900016784668,3.63919997215271,-0.821399986743927,3.003999948501587,3.6393001079559326,-0.817799985408783,3.089900016784668,3.63919997215271,-0.8093000054359436,3.171299934387207,3.6387999057769775,-0.8202000260353088,3.164400100708008,3.628000020980835,-0.817799985408783,3.089900016784668,3.63919997215271,-0.8202000260353088,3.164400100708008,3.628000020980835,-0.8282999992370605,3.086199998855591,3.6284000873565674,-0.8034999966621399,3.091200113296509,3.6445000171661377,-0.7928000092506409,3.174099922180176,3.644200086593628,-0.8093000054359436,3.171299934387207,3.6387999057769775,-0.8034999966621399,3.091200113296509,3.6445000171661377,-0.8093000054359436,3.171299934387207,3.6387999057769775,-0.817799985408783,3.089900016784668,3.63919997215271,-0.7547000050544739,3.003999948501587,3.6466000080108643,-0.7498000264167786,3.0896999835968018,3.6465001106262207,-0.7820000052452087,3.0910000801086426,3.646399974822998,-0.7547000050544739,3.003999948501587,3.6466000080108643,-0.7820000052452087,3.0910000801086426,3.646399974822998,-0.7861999869346619,3.003999948501587,3.6465001106262207,-0.7498000264167786,3.0896999835968018,3.6465001106262207,-0.7258999943733215,3.172100067138672,3.646199941635132,-0.7651000022888184,3.1742000579833984,3.6461000442504883,-0.7498000264167786,3.0896999835968018,3.6465001106262207,-0.7651000022888184,3.1742000579833984,3.6461000442504883,-0.7820000052452087,3.0910000801086426,3.646399974822998,-0.7861999869346619,3.003999948501587,3.6465001106262207,-0.7820000052452087,3.0910000801086426,3.646399974822998,-0.8034999966621399,3.091200113296509,3.6445000171661377,-0.7861999869346619,3.003999948501587,3.6465001106262207,-0.8034999966621399,3.091200113296509,3.6445000171661377,-0.8072999715805054,3.003999948501587,3.644700050354004,-0.7820000052452087,3.0910000801086426,3.646399974822998,-0.7651000022888184,3.1742000579833984,3.6461000442504883,-0.7928000092506409,3.174099922180176,3.644200086593628,-0.7820000052452087,3.0910000801086426,3.646399974822998,-0.7928000092506409,3.174099922180176,3.644200086593628,-0.8034999966621399,3.091200113296509,3.6445000171661377,-0.694599986076355,3.3106000423431396,3.645400047302246,-0.7315999865531921,3.249799966812134,3.645699977874756,-0.673799991607666,3.2479000091552734,3.6458001136779785,-0.694599986076355,3.3106000423431396,3.645400047302246,-0.673799991607666,3.2479000091552734,3.6458001136779785,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.7584999799728394,3.307499885559082,3.6433000564575195,-0.7760000228881836,3.2479000091552734,3.6438000202178955,-0.7315999865531921,3.249799966812134,3.645699977874756,-0.7584999799728394,3.307499885559082,3.6433000564575195,-0.7315999865531921,3.249799966812134,3.645699977874756,-0.694599986076355,3.3106000423431396,3.645400047302246,-0.7315999865531921,3.249799966812134,3.645699977874756,-0.7651000022888184,3.1742000579833984,3.6461000442504883,-0.7258999943733215,3.172100067138672,3.646199941635132,-0.7315999865531921,3.249799966812134,3.645699977874756,-0.7258999943733215,3.172100067138672,3.646199941635132,-0.673799991607666,3.2479000091552734,3.6458001136779785,-0.7760000228881836,3.2479000091552734,3.6438000202178955,-0.7928000092506409,3.174099922180176,3.644200086593628,-0.7651000022888184,3.1742000579833984,3.6461000442504883,-0.7760000228881836,3.2479000091552734,3.6438000202178955,-0.7651000022888184,3.1742000579833984,3.6461000442504883,-0.7315999865531921,3.249799966812134,3.645699977874756,-0.7986000180244446,3.292799949645996,3.625999927520752,-0.8095999956130981,3.234600067138672,3.62719988822937,-0.79830002784729,3.2437000274658203,3.6382999420166016,-0.7986000180244446,3.292799949645996,3.625999927520752,-0.79830002784729,3.2437000274658203,3.6382999420166016,-0.7871999740600586,3.3027000427246094,3.637500047683716,-0.8095999956130981,3.234600067138672,3.62719988822937,-0.8202000260353088,3.164400100708008,3.628000020980835,-0.8093000054359436,3.171299934387207,3.6387999057769775,-0.8095999956130981,3.234600067138672,3.62719988822937,-0.8093000054359436,3.171299934387207,3.6387999057769775,-0.79830002784729,3.2437000274658203,3.6382999420166016,-0.7871999740600586,3.3027000427246094,3.637500047683716,-0.79830002784729,3.2437000274658203,3.6382999420166016,-0.7760000228881836,3.2479000091552734,3.6438000202178955,-0.7871999740600586,3.3027000427246094,3.637500047683716,-0.7760000228881836,3.2479000091552734,3.6438000202178955,-0.7584999799728394,3.307499885559082,3.6433000564575195,-0.79830002784729,3.2437000274658203,3.6382999420166016,-0.8093000054359436,3.171299934387207,3.6387999057769775,-0.7928000092506409,3.174099922180176,3.644200086593628,-0.79830002784729,3.2437000274658203,3.6382999420166016,-0.7928000092506409,3.174099922180176,3.644200086593628,-0.7760000228881836,3.2479000091552734,3.6438000202178955,-0.8690000176429749,3.003999948501587,0.09520000219345093,-0.867900013923645,3.0490000247955322,0.09539999812841415,-0.867900013923645,3.0490000247955322,0.07970000058412552,-0.8690000176429749,3.003999948501587,0.09520000219345093,-0.867900013923645,3.0490000247955322,0.07970000058412552,-0.8690000176429749,3.003999948501587,0.0794999971985817,-0.8690000176429749,3.003999948501587,0.16279999911785126,-0.867900013923645,3.0490000247955322,0.16300000250339508,-0.867900013923645,3.0490000247955322,0.09539999812841415,-0.8690000176429749,3.003999948501587,0.16279999911785126,-0.867900013923645,3.0490000247955322,0.09539999812841415,-0.8690000176429749,3.003999948501587,0.09520000219345093,-0.867900013923645,3.0490000247955322,0.09539999812841415,-0.8641999959945679,3.094599962234497,0.09589999914169312,-0.8641999959945679,3.094599962234497,0.08020000159740448,-0.867900013923645,3.0490000247955322,0.09539999812841415,-0.8641999959945679,3.094599962234497,0.08020000159740448,-0.867900013923645,3.0490000247955322,0.07970000058412552,-0.867900013923645,3.0490000247955322,0.16300000250339508,-0.8641999959945679,3.094599962234497,0.16349999606609344,-0.8641999959945679,3.094599962234497,0.09589999914169312,-0.867900013923645,3.0490000247955322,0.16300000250339508,-0.8641999959945679,3.094599962234497,0.09589999914169312,-0.867900013923645,3.0490000247955322,0.09539999812841415,-0.8690000176429749,3.003999948501587,0.661899983882904,-0.867900013923645,3.0490000247955322,0.6621000170707703,-0.867900013923645,3.0490000247955322,0.3346000015735626,-0.8690000176429749,3.003999948501587,0.661899983882904,-0.867900013923645,3.0490000247955322,0.3346000015735626,-0.8690000176429749,3.003999948501587,0.3343999981880188,-0.867900013923645,3.0490000247955322,0.6621000170707703,-0.8641999959945679,3.094599962234497,0.6622999906539917,-0.8641999959945679,3.094599962234497,0.33500000834465027,-0.867900013923645,3.0490000247955322,0.6621000170707703,-0.8641999959945679,3.094599962234497,0.33500000834465027,-0.867900013923645,3.0490000247955322,0.3346000015735626,-0.8690000176429749,3.003999948501587,0.3343999981880188,-0.867900013923645,3.0490000247955322,0.3346000015735626,-0.867900013923645,3.0490000247955322,0.16300000250339508,-0.8690000176429749,3.003999948501587,0.3343999981880188,-0.867900013923645,3.0490000247955322,0.16300000250339508,-0.8690000176429749,3.003999948501587,0.16279999911785126,-0.867900013923645,3.0490000247955322,0.3346000015735626,-0.8641999959945679,3.094599962234497,0.33500000834465027,-0.8641999959945679,3.094599962234497,0.16349999606609344,-0.867900013923645,3.0490000247955322,0.3346000015735626,-0.8641999959945679,3.094599962234497,0.16349999606609344,-0.867900013923645,3.0490000247955322,0.16300000250339508,-0.8468999862670898,3.1909000873565674,0.3359000086784363,-0.8574000000953674,3.141700029373169,0.3353999853134155,-0.8574000000953674,3.141700029373169,0.6625000238418579,-0.8468999862670898,3.1909000873565674,0.3359000086784363,-0.8574000000953674,3.141700029373169,0.6625000238418579,-0.8468999862670898,3.1909000873565674,0.6622999906539917,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8574000000953674,3.141700029373169,0.16410000622272491,-0.8574000000953674,3.141700029373169,0.3353999853134155,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8574000000953674,3.141700029373169,0.3353999853134155,-0.8468999862670898,3.1909000873565674,0.3359000086784363,-0.8574000000953674,3.141700029373169,0.3353999853134155,-0.8641999959945679,3.094599962234497,0.33500000834465027,-0.8641999959945679,3.094599962234497,0.6622999906539917,-0.8574000000953674,3.141700029373169,0.3353999853134155,-0.8641999959945679,3.094599962234497,0.6622999906539917,-0.8574000000953674,3.141700029373169,0.6625000238418579,-0.8574000000953674,3.141700029373169,0.16410000622272491,-0.8641999959945679,3.094599962234497,0.16349999606609344,-0.8641999959945679,3.094599962234497,0.33500000834465027,-0.8574000000953674,3.141700029373169,0.16410000622272491,-0.8641999959945679,3.094599962234497,0.33500000834465027,-0.8574000000953674,3.141700029373169,0.3353999853134155,-0.8468999862670898,3.1909000873565674,0.08169999718666077,-0.8574000000953674,3.141700029373169,0.08089999854564667,-0.8574000000953674,3.141700029373169,0.09650000184774399,-0.8468999862670898,3.1909000873565674,0.08169999718666077,-0.8574000000953674,3.141700029373169,0.09650000184774399,-0.8468999862670898,3.1909000873565674,0.09740000218153,-0.8574000000953674,3.141700029373169,0.08089999854564667,-0.8641999959945679,3.094599962234497,0.08020000159740448,-0.8641999959945679,3.094599962234497,0.09589999914169312,-0.8574000000953674,3.141700029373169,0.08089999854564667,-0.8641999959945679,3.094599962234497,0.09589999914169312,-0.8574000000953674,3.141700029373169,0.09650000184774399,-0.8468999862670898,3.1909000873565674,0.09740000218153,-0.8574000000953674,3.141700029373169,0.09650000184774399,-0.8574000000953674,3.141700029373169,0.16410000622272491,-0.8468999862670898,3.1909000873565674,0.09740000218153,-0.8574000000953674,3.141700029373169,0.16410000622272491,-0.8468999862670898,3.1909000873565674,0.1648000031709671,-0.8574000000953674,3.141700029373169,0.09650000184774399,-0.8641999959945679,3.094599962234497,0.09589999914169312,-0.8641999959945679,3.094599962234497,0.16349999606609344,-0.8574000000953674,3.141700029373169,0.09650000184774399,-0.8641999959945679,3.094599962234497,0.16349999606609344,-0.8574000000953674,3.141700029373169,0.16410000622272491,2.388400077819824,2.577500104904175,3.6152000427246094,2.411099910736084,2.607800006866455,3.63319993019104,2.142400026321411,2.6071999073028564,3.631500005722046,2.388400077819824,2.577500104904175,3.6152000427246094,2.142400026321411,2.6071999073028564,3.631500005722046,2.124000072479248,2.577199935913086,3.609999895095825,2.411099910736084,2.607800006866455,3.63319993019104,2.4312000274658203,2.631700038909912,3.6422998905181885,2.1596999168395996,2.6294000148773193,3.642400026321411,2.411099910736084,2.607800006866455,3.63319993019104,2.1596999168395996,2.6294000148773193,3.642400026321411,2.142400026321411,2.6071999073028564,3.631500005722046,2.124000072479248,2.577199935913086,3.609999895095825,2.142400026321411,2.6071999073028564,3.631500005722046,1.7962000370025635,2.6057000160217285,3.6296000480651855,2.124000072479248,2.577199935913086,3.609999895095825,1.7962000370025635,2.6057000160217285,3.6296000480651855,1.7832000255584717,2.5759999752044678,3.6040000915527344,2.142400026321411,2.6071999073028564,3.631500005722046,2.1596999168395996,2.6294000148773193,3.642400026321411,1.808500051498413,2.626800060272217,3.642400026321411,2.142400026321411,2.6071999073028564,3.631500005722046,1.808500051498413,2.626800060272217,3.642400026321411,1.7962000370025635,2.6057000160217285,3.6296000480651855,2.458699941635132,2.655600070953369,3.645400047302246,2.509500026702881,2.6907999515533447,3.6456000804901123,2.206399917602539,2.6654999256134033,3.646199941635132,2.458699941635132,2.655600070953369,3.645400047302246,2.206399917602539,2.6654999256134033,3.646199941635132,2.1851999759674072,2.6487998962402344,3.6459999084472656,2.1851999759674072,2.6487998962402344,3.6459999084472656,2.206399917602539,2.6654999256134033,3.646199941635132,1.8623000383377075,2.6566998958587646,3.646899938583374,2.1851999759674072,2.6487998962402344,3.6459999084472656,1.8623000383377075,2.6566998958587646,3.646899938583374,1.8269000053405762,2.643199920654297,3.6468000411987305,2.4312000274658203,2.631700038909912,3.6422998905181885,2.458699941635132,2.655600070953369,3.645400047302246,2.1851999759674072,2.6487998962402344,3.6459999084472656,2.4312000274658203,2.631700038909912,3.6422998905181885,2.1851999759674072,2.6487998962402344,3.6459999084472656,2.1596999168395996,2.6294000148773193,3.642400026321411,2.1596999168395996,2.6294000148773193,3.642400026321411,2.1851999759674072,2.6487998962402344,3.6459999084472656,1.8269000053405762,2.643199920654297,3.6468000411987305,2.1596999168395996,2.6294000148773193,3.642400026321411,1.8269000053405762,2.643199920654297,3.6468000411987305,1.808500051498413,2.626800060272217,3.642400026321411,0.9743000268936157,2.677299976348877,3.648200035095215,0.974399983882904,2.645400047302246,3.6477999687194824,1.414199948310852,2.6435999870300293,3.6475000381469727,0.9743000268936157,2.677299976348877,3.648200035095215,1.414199948310852,2.6435999870300293,3.6475000381469727,1.4696999788284302,2.659600019454956,3.6475000381469727,0.974399983882904,2.645400047302246,3.6477999687194824,0.974399983882904,2.6256000995635986,3.6426000595092773,1.4046000242233276,2.625699996948242,3.6424999237060547,0.974399983882904,2.645400047302246,3.6477999687194824,1.4046000242233276,2.625699996948242,3.6424999237060547,1.414199948310852,2.6435999870300293,3.6475000381469727,1.4696999788284302,2.659600019454956,3.6475000381469727,1.414199948310852,2.6435999870300293,3.6475000381469727,1.8269000053405762,2.643199920654297,3.6468000411987305,1.4696999788284302,2.659600019454956,3.6475000381469727,1.8269000053405762,2.643199920654297,3.6468000411987305,1.8623000383377075,2.6566998958587646,3.646899938583374,1.414199948310852,2.6435999870300293,3.6475000381469727,1.4046000242233276,2.625699996948242,3.6424999237060547,1.808500051498413,2.626800060272217,3.642400026321411,1.414199948310852,2.6435999870300293,3.6475000381469727,1.808500051498413,2.626800060272217,3.642400026321411,1.8269000053405762,2.643199920654297,3.6468000411987305,0.974399983882904,2.6033999919891357,3.62719988822937,0.974399983882904,2.573899984359741,3.5966999530792236,1.3916000127792358,2.5745999813079834,3.5989999771118164,0.974399983882904,2.6033999919891357,3.62719988822937,1.3916000127792358,2.5745999813079834,3.5989999771118164,1.3982000350952148,2.6041998863220215,3.6278998851776123,1.3982000350952148,2.6041998863220215,3.6278998851776123,1.3916000127792358,2.5745999813079834,3.5989999771118164,1.7832000255584717,2.5759999752044678,3.6040000915527344,1.3982000350952148,2.6041998863220215,3.6278998851776123,1.7832000255584717,2.5759999752044678,3.6040000915527344,1.7962000370025635,2.6057000160217285,3.6296000480651855,0.974399983882904,2.6256000995635986,3.6426000595092773,0.974399983882904,2.6033999919891357,3.62719988822937,1.3982000350952148,2.6041998863220215,3.6278998851776123,0.974399983882904,2.6256000995635986,3.6426000595092773,1.3982000350952148,2.6041998863220215,3.6278998851776123,1.4046000242233276,2.625699996948242,3.6424999237060547,1.4046000242233276,2.625699996948242,3.6424999237060547,1.3982000350952148,2.6041998863220215,3.6278998851776123,1.7962000370025635,2.6057000160217285,3.6296000480651855,1.4046000242233276,2.625699996948242,3.6424999237060547,1.7962000370025635,2.6057000160217285,3.6296000480651855,1.808500051498413,2.626800060272217,3.642400026321411,2.2590999603271484,2.378700017929077,0.04639999940991402,2.0032999515533447,2.354099988937378,0.04690000042319298,2.003000020980835,2.3548998832702637,0.03700000047683716,2.2590999603271484,2.378700017929077,0.04639999940991402,2.003000020980835,2.3548998832702637,0.03700000047683716,2.2588000297546387,2.379499912261963,0.0364999994635582,2.2592999935150146,2.3782999515533447,0.05920000001788139,2.0034000873565674,2.3536999225616455,0.059700001031160355,2.0032999515533447,2.354099988937378,0.04690000042319298,2.2592999935150146,2.3782999515533447,0.05920000001788139,2.0032999515533447,2.354099988937378,0.04690000042319298,2.2590999603271484,2.378700017929077,0.04639999940991402,2.0032999515533447,2.354099988937378,0.04690000042319298,1.691499948501587,2.3417999744415283,0.047200001776218414,1.6913000345230103,2.342600107192993,0.03720000013709068,2.0032999515533447,2.354099988937378,0.04690000042319298,1.6913000345230103,2.342600107192993,0.03720000013709068,2.003000020980835,2.3548998832702637,0.03700000047683716,2.0034000873565674,2.3536999225616455,0.059700001031160355,1.691499948501587,2.341399908065796,0.05990000069141388,1.691499948501587,2.3417999744415283,0.047200001776218414,2.0034000873565674,2.3536999225616455,0.059700001031160355,1.691499948501587,2.3417999744415283,0.047200001776218414,2.0032999515533447,2.354099988937378,0.04690000042319298,2.2592999935150146,2.378200054168701,0.08919999748468399,2.003499984741211,2.353600025177002,0.08950000256299973,2.003499984741211,2.353600025177002,0.07429999858140945,2.2592999935150146,2.378200054168701,0.08919999748468399,2.003499984741211,2.353600025177002,0.07429999858140945,2.2592999935150146,2.378200054168701,0.0737999975681305,2.003499984741211,2.353600025177002,0.08950000256299973,1.69159996509552,2.341200113296509,0.08959999680519104,1.69159996509552,2.341200113296509,0.07450000196695328,2.003499984741211,2.353600025177002,0.08950000256299973,1.69159996509552,2.341200113296509,0.07450000196695328,2.003499984741211,2.353600025177002,0.07429999858140945,2.2592999935150146,2.378200054168701,0.0737999975681305,2.003499984741211,2.353600025177002,0.07429999858140945,2.0034000873565674,2.3536999225616455,0.059700001031160355,2.2592999935150146,2.378200054168701,0.0737999975681305,2.0034000873565674,2.3536999225616455,0.059700001031160355,2.2592999935150146,2.3782999515533447,0.05920000001788139,2.003499984741211,2.353600025177002,0.07429999858140945,1.69159996509552,2.341200113296509,0.07450000196695328,1.691499948501587,2.341399908065796,0.05990000069141388,2.003499984741211,2.353600025177002,0.07429999858140945,1.691499948501587,2.341399908065796,0.05990000069141388,2.0034000873565674,2.3536999225616455,0.059700001031160355,0.974399983882904,2.337100028991699,0.07450000196695328,1.3423000574111938,2.337100028991699,0.07450000196695328,1.3423000574111938,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.07450000196695328,1.3423000574111938,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.08959999680519104,0.974399983882904,2.3373000621795654,0.05999999865889549,1.3423000574111938,2.3373000621795654,0.05999999865889549,1.3423000574111938,2.337100028991699,0.07450000196695328,0.974399983882904,2.3373000621795654,0.05999999865889549,1.3423000574111938,2.337100028991699,0.07450000196695328,0.974399983882904,2.337100028991699,0.07450000196695328,1.3423000574111938,2.337100028991699,0.07450000196695328,1.69159996509552,2.341200113296509,0.07450000196695328,1.69159996509552,2.341200113296509,0.08959999680519104,1.3423000574111938,2.337100028991699,0.07450000196695328,1.69159996509552,2.341200113296509,0.08959999680519104,1.3423000574111938,2.337100028991699,0.08959999680519104,1.3423000574111938,2.3373000621795654,0.05999999865889549,1.691499948501587,2.341399908065796,0.05990000069141388,1.69159996509552,2.341200113296509,0.07450000196695328,1.3423000574111938,2.3373000621795654,0.05999999865889549,1.69159996509552,2.341200113296509,0.07450000196695328,1.3423000574111938,2.337100028991699,0.07450000196695328,0.974399983882904,2.3385000228881836,0.037300001829862595,1.3422000408172607,2.3385000228881836,0.037300001829862595,1.3423000574111938,2.3376998901367188,0.04729999974370003,0.974399983882904,2.3385000228881836,0.037300001829862595,1.3423000574111938,2.3376998901367188,0.04729999974370003,0.974399983882904,2.3376998901367188,0.04729999974370003,1.3422000408172607,2.3385000228881836,0.037300001829862595,1.6913000345230103,2.342600107192993,0.03720000013709068,1.691499948501587,2.3417999744415283,0.047200001776218414,1.3422000408172607,2.3385000228881836,0.037300001829862595,1.691499948501587,2.3417999744415283,0.047200001776218414,1.3423000574111938,2.3376998901367188,0.04729999974370003,0.974399983882904,2.3376998901367188,0.04729999974370003,1.3423000574111938,2.3376998901367188,0.04729999974370003,1.3423000574111938,2.3373000621795654,0.05999999865889549,0.974399983882904,2.3376998901367188,0.04729999974370003,1.3423000574111938,2.3373000621795654,0.05999999865889549,0.974399983882904,2.3373000621795654,0.05999999865889549,1.3423000574111938,2.3376998901367188,0.04729999974370003,1.691499948501587,2.3417999744415283,0.047200001776218414,1.691499948501587,2.341399908065796,0.05990000069141388,1.3423000574111938,2.3376998901367188,0.04729999974370003,1.691499948501587,2.341399908065796,0.05990000069141388,1.3423000574111938,2.3373000621795654,0.05999999865889549,2.2558999061584473,2.3821001052856445,3.4365999698638916,2.257999897003174,2.3798000812530518,3.411600112915039,2.438800096511841,2.4207000732421875,3.4616000652313232,2.2558999061584473,2.3821001052856445,3.4365999698638916,2.438800096511841,2.4207000732421875,3.4616000652313232,2.436300039291382,2.422800064086914,3.4869000911712646,2.257999897003174,2.3798000812530518,3.411600112915039,2.259000062942505,2.3785998821258545,3.333899974822998,2.4400999546051025,2.4196999073028564,3.3826000690460205,2.257999897003174,2.3798000812530518,3.411600112915039,2.4400999546051025,2.4196999073028564,3.3826000690460205,2.438800096511841,2.4207000732421875,3.4616000652313232,2.436300039291382,2.422800064086914,3.4869000911712646,2.438800096511841,2.4207000732421875,3.4616000652313232,2.559999942779541,2.4714999198913574,3.5048999786376953,2.436300039291382,2.422800064086914,3.4869000911712646,2.559999942779541,2.4714999198913574,3.5048999786376953,2.55679988861084,2.472899913787842,3.530400037765503,2.438800096511841,2.4207000732421875,3.4616000652313232,2.4400999546051025,2.4196999073028564,3.3826000690460205,2.5617001056671143,2.4709999561309814,3.424499988555908,2.438800096511841,2.4207000732421875,3.4616000652313232,2.5617001056671143,2.4709999561309814,3.424499988555908,2.559999942779541,2.4714999198913574,3.5048999786376953,2.2592999935150146,2.378200054168701,3.1582999229431152,2.2592999935150146,2.378200054168701,2.8392999172210693,2.440500020980835,2.419300079345703,2.879699945449829,2.2592999935150146,2.378200054168701,3.1582999229431152,2.440500020980835,2.419300079345703,2.879699945449829,2.440500020980835,2.419300079345703,3.203900098800659,2.440500020980835,2.419300079345703,3.203900098800659,2.440500020980835,2.419300079345703,2.879699945449829,2.5625998973846436,2.4716999530792236,2.914400100708008,2.440500020980835,2.419300079345703,3.203900098800659,2.5625998973846436,2.4716999530792236,2.914400100708008,2.5624001026153564,2.4711999893188477,3.2430999279022217,2.259000062942505,2.3785998821258545,3.333899974822998,2.2592999935150146,2.378200054168701,3.1582999229431152,2.440500020980835,2.419300079345703,3.203900098800659,2.259000062942505,2.3785998821258545,3.333899974822998,2.440500020980835,2.419300079345703,3.203900098800659,2.4400999546051025,2.4196999073028564,3.3826000690460205,2.4400999546051025,2.4196999073028564,3.3826000690460205,2.440500020980835,2.419300079345703,3.203900098800659,2.5624001026153564,2.4711999893188477,3.2430999279022217,2.4400999546051025,2.4196999073028564,3.3826000690460205,2.5624001026153564,2.4711999893188477,3.2430999279022217,2.5617001056671143,2.4709999561309814,3.424499988555908,2.6909000873565674,2.589600086212158,2.9670000076293945,2.689300060272217,2.5852999687194824,3.302000045776367,2.640199899673462,2.52839994430542,3.275899887084961,2.6909000873565674,2.589600086212158,2.9670000076293945,2.640199899673462,2.52839994430542,3.275899887084961,2.6407999992370605,2.5302000045776367,2.94350004196167,2.689300060272217,2.5852999687194824,3.302000045776367,2.6867001056671143,2.5803000926971436,3.4867000579833984,2.6387999057769775,2.526599884033203,3.459399938583374,2.689300060272217,2.5852999687194824,3.302000045776367,2.6387999057769775,2.526599884033203,3.459399938583374,2.640199899673462,2.52839994430542,3.275899887084961,2.6407999992370605,2.5302000045776367,2.94350004196167,2.640199899673462,2.52839994430542,3.275899887084961,2.5624001026153564,2.4711999893188477,3.2430999279022217,2.6407999992370605,2.5302000045776367,2.94350004196167,2.5624001026153564,2.4711999893188477,3.2430999279022217,2.5625998973846436,2.4716999530792236,2.914400100708008,2.640199899673462,2.52839994430542,3.275899887084961,2.6387999057769775,2.526599884033203,3.459399938583374,2.5617001056671143,2.4709999561309814,3.424499988555908,2.640199899673462,2.52839994430542,3.275899887084961,2.5617001056671143,2.4709999561309814,3.424499988555908,2.5624001026153564,2.4711999893188477,3.2430999279022217,2.6828999519348145,2.5757999420166016,3.5680999755859375,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.6322999000549316,2.5253000259399414,3.5660998821258545,2.6828999519348145,2.5757999420166016,3.5680999755859375,2.6322999000549316,2.5253000259399414,3.5660998821258545,2.636399984359741,2.5253000259399414,3.540600061416626,2.636399984359741,2.5253000259399414,3.540600061416626,2.6322999000549316,2.5253000259399414,3.5660998821258545,2.55679988861084,2.472899913787842,3.530400037765503,2.636399984359741,2.5253000259399414,3.540600061416626,2.55679988861084,2.472899913787842,3.530400037765503,2.559999942779541,2.4714999198913574,3.5048999786376953,2.6867001056671143,2.5803000926971436,3.4867000579833984,2.6828999519348145,2.5757999420166016,3.5680999755859375,2.636399984359741,2.5253000259399414,3.540600061416626,2.6867001056671143,2.5803000926971436,3.4867000579833984,2.636399984359741,2.5253000259399414,3.540600061416626,2.6387999057769775,2.526599884033203,3.459399938583374,2.6387999057769775,2.526599884033203,3.459399938583374,2.636399984359741,2.5253000259399414,3.540600061416626,2.559999942779541,2.4714999198913574,3.5048999786376953,2.6387999057769775,2.526599884033203,3.459399938583374,2.559999942779541,2.4714999198913574,3.5048999786376953,2.5617001056671143,2.4709999561309814,3.424499988555908,2.692500114440918,2.5940001010894775,0.08540000021457672,2.7314999103546143,2.653599977493286,0.0843999981880188,2.7314999103546143,2.653599977493286,0.10000000149011612,2.692500114440918,2.5940001010894775,0.08540000021457672,2.7314999103546143,2.653599977493286,0.10000000149011612,2.692500114440918,2.5940001010894775,0.10100000351667404,2.7314999103546143,2.653599977493286,0.0843999981880188,2.7604000568389893,2.710700035095215,0.08340000361204147,2.7604000568389893,2.710700035095215,0.09910000115633011,2.7314999103546143,2.653599977493286,0.0843999981880188,2.7604000568389893,2.710700035095215,0.09910000115633011,2.7314999103546143,2.653599977493286,0.10000000149011612,2.692500114440918,2.5940001010894775,0.10100000351667404,2.7314999103546143,2.653599977493286,0.10000000149011612,2.7314999103546143,2.653599977493286,0.16680000722408295,2.692500114440918,2.5940001010894775,0.10100000351667404,2.7314999103546143,2.653599977493286,0.16680000722408295,2.692500114440918,2.5940001010894775,0.1673000007867813,2.7314999103546143,2.653599977493286,0.10000000149011612,2.7604000568389893,2.710700035095215,0.09910000115633011,2.7604000568389893,2.710700035095215,0.16619999706745148,2.7314999103546143,2.653599977493286,0.10000000149011612,2.7604000568389893,2.710700035095215,0.16619999706745148,2.7314999103546143,2.653599977493286,0.16680000722408295,2.781100034713745,2.765199899673462,0.08250000327825546,2.7957000732421875,2.816999912261963,0.08169999718666077,2.7957000732421875,2.816999912261963,0.09740000218153,2.781100034713745,2.765199899673462,0.08250000327825546,2.7957000732421875,2.816999912261963,0.09740000218153,2.781100034713745,2.765199899673462,0.0982000008225441,2.781100034713745,2.765199899673462,0.0982000008225441,2.7957000732421875,2.816999912261963,0.09740000218153,2.7957000732421875,2.816999912261963,0.1648000031709671,2.781100034713745,2.765199899673462,0.0982000008225441,2.7957000732421875,2.816999912261963,0.1648000031709671,2.781100034713745,2.765199899673462,0.1655000001192093,2.7604000568389893,2.710700035095215,0.08340000361204147,2.781100034713745,2.765199899673462,0.08250000327825546,2.781100034713745,2.765199899673462,0.0982000008225441,2.7604000568389893,2.710700035095215,0.08340000361204147,2.781100034713745,2.765199899673462,0.0982000008225441,2.7604000568389893,2.710700035095215,0.09910000115633011,2.7604000568389893,2.710700035095215,0.09910000115633011,2.781100034713745,2.765199899673462,0.0982000008225441,2.781100034713745,2.765199899673462,0.1655000001192093,2.7604000568389893,2.710700035095215,0.09910000115633011,2.781100034713745,2.765199899673462,0.1655000001192093,2.7604000568389893,2.710700035095215,0.16619999706745148,2.781100034713745,2.765199899673462,0.6615999937057495,2.781100034713745,2.765199899673462,0.3361000120639801,2.7957000732421875,2.816999912261963,0.3359000086784363,2.781100034713745,2.765199899673462,0.6615999937057495,2.7957000732421875,2.816999912261963,0.3359000086784363,2.7957000732421875,2.816999912261963,0.6622999906539917,2.7604000568389893,2.710700035095215,0.6603000164031982,2.7604000568389893,2.710700035095215,0.3361000120639801,2.781100034713745,2.765199899673462,0.3361000120639801,2.7604000568389893,2.710700035095215,0.6603000164031982,2.781100034713745,2.765199899673462,0.3361000120639801,2.781100034713745,2.765199899673462,0.6615999937057495,2.781100034713745,2.765199899673462,0.3361000120639801,2.781100034713745,2.765199899673462,0.1655000001192093,2.7957000732421875,2.816999912261963,0.1648000031709671,2.781100034713745,2.765199899673462,0.3361000120639801,2.7957000732421875,2.816999912261963,0.1648000031709671,2.7957000732421875,2.816999912261963,0.3359000086784363,2.7604000568389893,2.710700035095215,0.3361000120639801,2.7604000568389893,2.710700035095215,0.16619999706745148,2.781100034713745,2.765199899673462,0.1655000001192093,2.7604000568389893,2.710700035095215,0.3361000120639801,2.781100034713745,2.765199899673462,0.1655000001192093,2.781100034713745,2.765199899673462,0.3361000120639801,2.692500114440918,2.5940001010894775,0.6553999781608582,2.692500114440918,2.5940001010894775,0.3352000117301941,2.7314999103546143,2.653599977493286,0.3357999920845032,2.692500114440918,2.5940001010894775,0.6553999781608582,2.7314999103546143,2.653599977493286,0.3357999920845032,2.7314999103546143,2.653599977493286,0.6582000255584717,2.692500114440918,2.5940001010894775,0.3352000117301941,2.692500114440918,2.5940001010894775,0.1673000007867813,2.7314999103546143,2.653599977493286,0.16680000722408295,2.692500114440918,2.5940001010894775,0.3352000117301941,2.7314999103546143,2.653599977493286,0.16680000722408295,2.7314999103546143,2.653599977493286,0.3357999920845032,2.7314999103546143,2.653599977493286,0.6582000255584717,2.7314999103546143,2.653599977493286,0.3357999920845032,2.7604000568389893,2.710700035095215,0.3361000120639801,2.7314999103546143,2.653599977493286,0.6582000255584717,2.7604000568389893,2.710700035095215,0.3361000120639801,2.7604000568389893,2.710700035095215,0.6603000164031982,2.7314999103546143,2.653599977493286,0.3357999920845032,2.7314999103546143,2.653599977493286,0.16680000722408295,2.7604000568389893,2.710700035095215,0.16619999706745148,2.7314999103546143,2.653599977493286,0.3357999920845032,2.7604000568389893,2.710700035095215,0.16619999706745148,2.7604000568389893,2.710700035095215,0.3361000120639801,2.692500114440918,2.5940001010894775,0.08540000021457672,2.6414999961853027,2.531899929046631,0.08649999648332596,2.6414999961853027,2.531899929046631,0.07090000063180923,2.692500114440918,2.5940001010894775,0.08540000021457672,2.6414999961853027,2.531899929046631,0.07090000063180923,2.692500114440918,2.5940001010894775,0.06970000267028809,2.562700033187866,2.472100019454956,0.08760000020265579,2.562700033187866,2.472100019454956,0.07199999690055847,2.6414999961853027,2.531899929046631,0.07090000063180923,2.562700033187866,2.472100019454956,0.08760000020265579,2.6414999961853027,2.531899929046631,0.07090000063180923,2.6414999961853027,2.531899929046631,0.08649999648332596,2.6414999961853027,2.531899929046631,0.07090000063180923,2.641400098800659,2.5320000648498535,0.05609999969601631,2.6923999786376953,2.5940001010894775,0.054999999701976776,2.6414999961853027,2.531899929046631,0.07090000063180923,2.6923999786376953,2.5940001010894775,0.054999999701976776,2.692500114440918,2.5940001010894775,0.06970000267028809,2.562700033187866,2.472100019454956,0.07199999690055847,2.5625998973846436,2.4721999168395996,0.05730000138282776,2.641400098800659,2.5320000648498535,0.05609999969601631,2.562700033187866,2.472100019454956,0.07199999690055847,2.641400098800659,2.5320000648498535,0.05609999969601631,2.6414999961853027,2.531899929046631,0.07090000063180923,2.2592999935150146,2.378200054168701,0.08919999748468399,2.2592999935150146,2.378200054168701,0.0737999975681305,2.440500020980835,2.419300079345703,0.0729999989271164,2.2592999935150146,2.378200054168701,0.08919999748468399,2.440500020980835,2.419300079345703,0.0729999989271164,2.440500020980835,2.419300079345703,0.0885000005364418,2.2592999935150146,2.378200054168701,0.0737999975681305,2.2592999935150146,2.3782999515533447,0.05920000001788139,2.440500020980835,2.4193999767303467,0.058400001376867294,2.2592999935150146,2.378200054168701,0.0737999975681305,2.440500020980835,2.4193999767303467,0.058400001376867294,2.440500020980835,2.419300079345703,0.0729999989271164,2.440500020980835,2.419300079345703,0.0885000005364418,2.440500020980835,2.419300079345703,0.0729999989271164,2.562700033187866,2.472100019454956,0.07199999690055847,2.440500020980835,2.419300079345703,0.0885000005364418,2.562700033187866,2.472100019454956,0.07199999690055847,2.562700033187866,2.472100019454956,0.08760000020265579,2.440500020980835,2.419300079345703,0.0729999989271164,2.440500020980835,2.4193999767303467,0.058400001376867294,2.5625998973846436,2.4721999168395996,0.05730000138282776,2.440500020980835,2.419300079345703,0.0729999989271164,2.5625998973846436,2.4721999168395996,0.05730000138282776,2.562700033187866,2.472100019454956,0.07199999690055847,2.4398000240325928,2.4203999042510986,0.035599999129772186,2.4402999877929688,2.419800043106079,0.04560000076889992,2.2590999603271484,2.378700017929077,0.04639999940991402,2.4398000240325928,2.4203999042510986,0.035599999129772186,2.2590999603271484,2.378700017929077,0.04639999940991402,2.2588000297546387,2.379499912261963,0.0364999994635582,2.5618999004364014,2.473099946975708,0.03460000082850456,2.5624001026153564,2.4725000858306885,0.04450000077486038,2.4402999877929688,2.419800043106079,0.04560000076889992,2.5618999004364014,2.473099946975708,0.03460000082850456,2.4402999877929688,2.419800043106079,0.04560000076889992,2.4398000240325928,2.4203999042510986,0.035599999129772186,2.4402999877929688,2.419800043106079,0.04560000076889992,2.440500020980835,2.4193999767303467,0.058400001376867294,2.2592999935150146,2.3782999515533447,0.05920000001788139,2.4402999877929688,2.419800043106079,0.04560000076889992,2.2592999935150146,2.3782999515533447,0.05920000001788139,2.2590999603271484,2.378700017929077,0.04639999940991402,2.5624001026153564,2.4725000858306885,0.04450000077486038,2.5625998973846436,2.4721999168395996,0.05730000138282776,2.440500020980835,2.4193999767303467,0.058400001376867294,2.5624001026153564,2.4725000858306885,0.04450000077486038,2.440500020980835,2.4193999767303467,0.058400001376867294,2.4402999877929688,2.419800043106079,0.04560000076889992,2.691499948501587,2.5947999954223633,0.03220000118017197,2.6921000480651855,2.5943000316619873,0.042100001126527786,2.6410999298095703,2.5322999954223633,0.043299999088048935,2.691499948501587,2.5947999954223633,0.03220000118017197,2.6410999298095703,2.5322999954223633,0.043299999088048935,2.640500068664551,2.5327999591827393,0.033399999141693115,2.6921000480651855,2.5943000316619873,0.042100001126527786,2.6923999786376953,2.5940001010894775,0.054999999701976776,2.641400098800659,2.5320000648498535,0.05609999969601631,2.6921000480651855,2.5943000316619873,0.042100001126527786,2.641400098800659,2.5320000648498535,0.05609999969601631,2.6410999298095703,2.5322999954223633,0.043299999088048935,2.640500068664551,2.5327999591827393,0.033399999141693115,2.6410999298095703,2.5322999954223633,0.043299999088048935,2.5624001026153564,2.4725000858306885,0.04450000077486038,2.640500068664551,2.5327999591827393,0.033399999141693115,2.5624001026153564,2.4725000858306885,0.04450000077486038,2.5618999004364014,2.473099946975708,0.03460000082850456,2.6410999298095703,2.5322999954223633,0.043299999088048935,2.641400098800659,2.5320000648498535,0.05609999969601631,2.5625998973846436,2.4721999168395996,0.05730000138282776,2.6410999298095703,2.5322999954223633,0.043299999088048935,2.5625998973846436,2.4721999168395996,0.05730000138282776,2.5624001026153564,2.4725000858306885,0.04450000077486038,2.124000072479248,2.577199935913086,3.609999895095825,2.095099925994873,2.534600019454956,3.574199914932251,2.3526999950408936,2.5343000888824463,3.5852999687194824,2.124000072479248,2.577199935913086,3.609999895095825,2.3526999950408936,2.5343000888824463,3.5852999687194824,2.388400077819824,2.577500104904175,3.6152000427246094,1.7832000255584717,2.5759999752044678,3.6040000915527344,1.7630000114440918,2.533799886703491,3.5613999366760254,2.095099925994873,2.534600019454956,3.574199914932251,1.7832000255584717,2.5759999752044678,3.6040000915527344,2.095099925994873,2.534600019454956,3.574199914932251,2.124000072479248,2.577199935913086,3.609999895095825,2.095099925994873,2.534600019454956,3.574199914932251,2.053999900817871,2.4874000549316406,3.530400037765503,2.296999931335449,2.487299919128418,3.5480000972747803,2.095099925994873,2.534600019454956,3.574199914932251,2.296999931335449,2.487299919128418,3.5480000972747803,2.3526999950408936,2.5343000888824463,3.5852999687194824,1.7630000114440918,2.533799886703491,3.5613999366760254,1.7374999523162842,2.4860999584198,3.509700059890747,2.053999900817871,2.4874000549316406,3.530400037765503,1.7630000114440918,2.533799886703491,3.5613999366760254,2.053999900817871,2.4874000549316406,3.530400037765503,2.095099925994873,2.534600019454956,3.574199914932251,0.974399983882904,2.573899984359741,3.5966999530792236,0.974399983882904,2.5322999954223633,3.5459001064300537,1.381100058555603,2.5327999591827393,3.5506999492645264,0.974399983882904,2.573899984359741,3.5966999530792236,1.381100058555603,2.5327999591827393,3.5506999492645264,1.3916000127792358,2.5745999813079834,3.5989999771118164,0.974399983882904,2.5322999954223633,3.5459001064300537,0.974399983882904,2.484800100326538,3.4844000339508057,1.36899995803833,2.4851999282836914,3.492300033569336,0.974399983882904,2.5322999954223633,3.5459001064300537,1.36899995803833,2.4851999282836914,3.492300033569336,1.381100058555603,2.5327999591827393,3.5506999492645264,1.3916000127792358,2.5745999813079834,3.5989999771118164,1.381100058555603,2.5327999591827393,3.5506999492645264,1.7630000114440918,2.533799886703491,3.5613999366760254,1.3916000127792358,2.5745999813079834,3.5989999771118164,1.7630000114440918,2.533799886703491,3.5613999366760254,1.7832000255584717,2.5759999752044678,3.6040000915527344,1.381100058555603,2.5327999591827393,3.5506999492645264,1.36899995803833,2.4851999282836914,3.492300033569336,1.7374999523162842,2.4860999584198,3.509700059890747,1.381100058555603,2.5327999591827393,3.5506999492645264,1.7374999523162842,2.4860999584198,3.509700059890747,1.7630000114440918,2.533799886703491,3.5613999366760254,1.347599983215332,2.397900104522705,3.3815999031066895,1.357100009918213,2.4381000995635986,3.4328999519348145,0.974399983882904,2.4377999305725098,3.4219000339508057,1.347599983215332,2.397900104522705,3.3815999031066895,0.974399983882904,2.4377999305725098,3.4219000339508057,0.974399983882904,2.3977999687194824,3.3680999279022217,1.6871000528335571,2.400599956512451,3.411400079727173,1.708799958229065,2.4398000240325928,3.456899881362915,1.357100009918213,2.4381000995635986,3.4328999519348145,1.6871000528335571,2.400599956512451,3.411400079727173,1.357100009918213,2.4381000995635986,3.4328999519348145,1.347599983215332,2.397900104522705,3.3815999031066895,1.357100009918213,2.4381000995635986,3.4328999519348145,1.36899995803833,2.4851999282836914,3.492300033569336,0.974399983882904,2.484800100326538,3.4844000339508057,1.357100009918213,2.4381000995635986,3.4328999519348145,0.974399983882904,2.484800100326538,3.4844000339508057,0.974399983882904,2.4377999305725098,3.4219000339508057,1.708799958229065,2.4398000240325928,3.456899881362915,1.7374999523162842,2.4860999584198,3.509700059890747,1.36899995803833,2.4851999282836914,3.492300033569336,1.708799958229065,2.4398000240325928,3.456899881362915,1.36899995803833,2.4851999282836914,3.492300033569336,1.357100009918213,2.4381000995635986,3.4328999519348145,2.126300096511841,2.418800115585327,3.4755001068115234,2.2139999866485596,2.4458000659942627,3.5076000690460205,1.9987000226974487,2.444000005722046,3.484800100326538,2.126300096511841,2.418800115585327,3.4755001068115234,1.9987000226974487,2.444000005722046,3.484800100326538,1.9593000411987305,2.408400058746338,3.446700096130371,2.2139999866485596,2.4458000659942627,3.5076000690460205,2.296999931335449,2.487299919128418,3.5480000972747803,2.053999900817871,2.4874000549316406,3.530400037765503,2.2139999866485596,2.4458000659942627,3.5076000690460205,2.053999900817871,2.4874000549316406,3.530400037765503,1.9987000226974487,2.444000005722046,3.484800100326538,1.9593000411987305,2.408400058746338,3.446700096130371,1.9987000226974487,2.444000005722046,3.484800100326538,1.708799958229065,2.4398000240325928,3.456899881362915,1.9593000411987305,2.408400058746338,3.446700096130371,1.708799958229065,2.4398000240325928,3.456899881362915,1.6871000528335571,2.400599956512451,3.411400079727173,1.9987000226974487,2.444000005722046,3.484800100326538,2.053999900817871,2.4874000549316406,3.530400037765503,1.7374999523162842,2.4860999584198,3.509700059890747,1.9987000226974487,2.444000005722046,3.484800100326538,1.7374999523162842,2.4860999584198,3.509700059890747,1.708799958229065,2.4398000240325928,3.456899881362915,2.6407999992370605,2.5302000045776367,2.94350004196167,2.641200065612793,2.5311999320983887,2.415600061416626,2.6919000148773193,2.5922999382019043,2.4347000122070312,2.6407999992370605,2.5302000045776367,2.94350004196167,2.6919000148773193,2.5922999382019043,2.4347000122070312,2.6909000873565674,2.589600086212158,2.9670000076293945,2.5625998973846436,2.4716999530792236,2.914400100708008,2.5625998973846436,2.47189998626709,2.392199993133545,2.641200065612793,2.5311999320983887,2.415600061416626,2.5625998973846436,2.4716999530792236,2.914400100708008,2.641200065612793,2.5311999320983887,2.415600061416626,2.6407999992370605,2.5302000045776367,2.94350004196167,2.641200065612793,2.5311999320983887,2.415600061416626,2.641400098800659,2.5316998958587646,1.7914999723434448,2.6923999786376953,2.593600034713745,1.8051999807357788,2.641200065612793,2.5311999320983887,2.415600061416626,2.6923999786376953,2.593600034713745,1.8051999807357788,2.6919000148773193,2.5922999382019043,2.4347000122070312,2.5625998973846436,2.47189998626709,2.392199993133545,2.562700033187866,2.472100019454956,1.7747999429702759,2.641400098800659,2.5316998958587646,1.7914999723434448,2.5625998973846436,2.47189998626709,2.392199993133545,2.641400098800659,2.5316998958587646,1.7914999723434448,2.641200065612793,2.5311999320983887,2.415600061416626,2.2592999935150146,2.378200054168701,2.8392999172210693,2.2592999935150146,2.378200054168701,2.3315999507904053,2.440500020980835,2.419300079345703,2.364300012588501,2.2592999935150146,2.378200054168701,2.8392999172210693,2.440500020980835,2.419300079345703,2.364300012588501,2.440500020980835,2.419300079345703,2.879699945449829,2.2592999935150146,2.378200054168701,2.3315999507904053,2.2592999935150146,2.378200054168701,1.7309999465942383,2.440500020980835,2.419300079345703,1.7546000480651855,2.2592999935150146,2.378200054168701,2.3315999507904053,2.440500020980835,2.419300079345703,1.7546000480651855,2.440500020980835,2.419300079345703,2.364300012588501,2.440500020980835,2.419300079345703,2.879699945449829,2.440500020980835,2.419300079345703,2.364300012588501,2.5625998973846436,2.47189998626709,2.392199993133545,2.440500020980835,2.419300079345703,2.879699945449829,2.5625998973846436,2.47189998626709,2.392199993133545,2.5625998973846436,2.4716999530792236,2.914400100708008,2.440500020980835,2.419300079345703,2.364300012588501,2.440500020980835,2.419300079345703,1.7546000480651855,2.562700033187866,2.472100019454956,1.7747999429702759,2.440500020980835,2.419300079345703,2.364300012588501,2.562700033187866,2.472100019454956,1.7747999429702759,2.5625998973846436,2.47189998626709,2.392199993133545,2.440500020980835,2.419300079345703,0.6406999826431274,2.440500020980835,2.419300079345703,1.1477999687194824,2.2592999935150146,2.378200054168701,1.1330000162124634,2.440500020980835,2.419300079345703,0.6406999826431274,2.2592999935150146,2.378200054168701,1.1330000162124634,2.2592999935150146,2.378200054168701,0.633400022983551,2.562700033187866,2.472100019454956,0.6467000246047974,2.562700033187866,2.472100019454956,1.160099983215332,2.440500020980835,2.419300079345703,1.1477999687194824,2.562700033187866,2.472100019454956,0.6467000246047974,2.440500020980835,2.419300079345703,1.1477999687194824,2.440500020980835,2.419300079345703,0.6406999826431274,2.440500020980835,2.419300079345703,1.1477999687194824,2.440500020980835,2.419300079345703,1.7546000480651855,2.2592999935150146,2.378200054168701,1.7309999465942383,2.440500020980835,2.419300079345703,1.1477999687194824,2.2592999935150146,2.378200054168701,1.7309999465942383,2.2592999935150146,2.378200054168701,1.1330000162124634,2.562700033187866,2.472100019454956,1.160099983215332,2.562700033187866,2.472100019454956,1.7747999429702759,2.440500020980835,2.419300079345703,1.7546000480651855,2.562700033187866,2.472100019454956,1.160099983215332,2.440500020980835,2.419300079345703,1.7546000480651855,2.440500020980835,2.419300079345703,1.1477999687194824,2.692500114440918,2.5940001010894775,0.6553999781608582,2.692500114440918,2.5940001010894775,1.1787999868392944,2.6414999961853027,2.531899929046631,1.1705000400543213,2.692500114440918,2.5940001010894775,0.6553999781608582,2.6414999961853027,2.531899929046631,1.1705000400543213,2.6414999961853027,2.531899929046631,0.6516000032424927,2.692500114440918,2.5940001010894775,1.1787999868392944,2.6923999786376953,2.593600034713745,1.8051999807357788,2.641400098800659,2.5316998958587646,1.7914999723434448,2.692500114440918,2.5940001010894775,1.1787999868392944,2.641400098800659,2.5316998958587646,1.7914999723434448,2.6414999961853027,2.531899929046631,1.1705000400543213,2.6414999961853027,2.531899929046631,0.6516000032424927,2.6414999961853027,2.531899929046631,1.1705000400543213,2.562700033187866,2.472100019454956,1.160099983215332,2.6414999961853027,2.531899929046631,0.6516000032424927,2.562700033187866,2.472100019454956,1.160099983215332,2.562700033187866,2.472100019454956,0.6467000246047974,2.6414999961853027,2.531899929046631,1.1705000400543213,2.641400098800659,2.5316998958587646,1.7914999723434448,2.562700033187866,2.472100019454956,1.7747999429702759,2.6414999961853027,2.531899929046631,1.1705000400543213,2.562700033187866,2.472100019454956,1.7747999429702759,2.562700033187866,2.472100019454956,1.160099983215332,2.7281999588012695,2.64490008354187,2.985100030899048,2.7249999046325684,2.6361000537872314,3.3213000297546387,2.689300060272217,2.5852999687194824,3.302000045776367,2.7281999588012695,2.64490008354187,2.985100030899048,2.689300060272217,2.5852999687194824,3.302000045776367,2.6909000873565674,2.589600086212158,2.9670000076293945,2.7553000450134277,2.697200059890747,2.9983999729156494,2.750200033187866,2.6835999488830566,3.3350000381469727,2.7249999046325684,2.6361000537872314,3.3213000297546387,2.7553000450134277,2.697200059890747,2.9983999729156494,2.7249999046325684,2.6361000537872314,3.3213000297546387,2.7281999588012695,2.64490008354187,2.985100030899048,2.7249999046325684,2.6361000537872314,3.3213000297546387,2.720400094985962,2.6259000301361084,3.50600004196167,2.6867001056671143,2.5803000926971436,3.4867000579833984,2.7249999046325684,2.6361000537872314,3.3213000297546387,2.6867001056671143,2.5803000926971436,3.4867000579833984,2.689300060272217,2.5852999687194824,3.302000045776367,2.750200033187866,2.6835999488830566,3.3350000381469727,2.7434000968933105,2.66759991645813,3.518699884414673,2.720400094985962,2.6259000301361084,3.50600004196167,2.750200033187866,2.6835999488830566,3.3350000381469727,2.720400094985962,2.6259000301361084,3.50600004196167,2.7249999046325684,2.6361000537872314,3.3213000297546387,2.7880001068115234,2.7978999614715576,3.0139000415802,2.7802999019622803,2.778700113296509,3.3498001098632812,2.767699956893921,2.730299949645996,3.344099998474121,2.7880001068115234,2.7978999614715576,3.0139000415802,2.767699956893921,2.730299949645996,3.344099998474121,2.774399995803833,2.7476999759674072,3.0078001022338867,2.767699956893921,2.730299949645996,3.344099998474121,2.7802999019622803,2.778700113296509,3.3498001098632812,2.770400047302246,2.7558000087738037,3.5311999320983887,2.767699956893921,2.730299949645996,3.344099998474121,2.770400047302246,2.7558000087738037,3.5311999320983887,2.7588999271392822,2.7095000743865967,3.526599884033203,2.774399995803833,2.7476999759674072,3.0078001022338867,2.767699956893921,2.730299949645996,3.344099998474121,2.750200033187866,2.6835999488830566,3.3350000381469727,2.774399995803833,2.7476999759674072,3.0078001022338867,2.750200033187866,2.6835999488830566,3.3350000381469727,2.7553000450134277,2.697200059890747,2.9983999729156494,2.767699956893921,2.730299949645996,3.344099998474121,2.7588999271392822,2.7095000743865967,3.526599884033203,2.7434000968933105,2.66759991645813,3.518699884414673,2.767699956893921,2.730299949645996,3.344099998474121,2.7434000968933105,2.66759991645813,3.518699884414673,2.750200033187866,2.6835999488830566,3.3350000381469727,2.7474000453948975,2.715100049972534,3.625999927520752,2.738100051879883,2.6728999614715576,3.624300003051758,2.748800039291382,2.689199924468994,3.603800058364868,2.7474000453948975,2.715100049972534,3.625999927520752,2.748800039291382,2.689199924468994,3.603800058364868,2.759200096130371,2.7332000732421875,3.6068999767303467,2.738100051879883,2.6728999614715576,3.624300003051758,2.7262001037597656,2.639699935913086,3.619800090789795,2.735300064086914,2.6519999504089355,3.5977001190185547,2.738100051879883,2.6728999614715576,3.624300003051758,2.735300064086914,2.6519999504089355,3.5977001190185547,2.748800039291382,2.689199924468994,3.603800058364868,2.759200096130371,2.7332000732421875,3.6068999767303467,2.748800039291382,2.689199924468994,3.603800058364868,2.7588999271392822,2.7095000743865967,3.526599884033203,2.759200096130371,2.7332000732421875,3.6068999767303467,2.7588999271392822,2.7095000743865967,3.526599884033203,2.770400047302246,2.7558000087738037,3.5311999320983887,2.748800039291382,2.689199924468994,3.603800058364868,2.735300064086914,2.6519999504089355,3.5977001190185547,2.7434000968933105,2.66759991645813,3.518699884414673,2.748800039291382,2.689199924468994,3.603800058364868,2.7434000968933105,2.66759991645813,3.518699884414673,2.7588999271392822,2.7095000743865967,3.526599884033203,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.6828999519348145,2.5757999420166016,3.5680999755859375,2.714600086212158,2.6161000728607178,3.586400032043457,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.714600086212158,2.6161000728607178,3.586400032043457,2.7074999809265137,2.6087000370025635,3.610100030899048,2.6828999519348145,2.5757999420166016,3.5680999755859375,2.6867001056671143,2.5803000926971436,3.4867000579833984,2.720400094985962,2.6259000301361084,3.50600004196167,2.6828999519348145,2.5757999420166016,3.5680999755859375,2.720400094985962,2.6259000301361084,3.50600004196167,2.714600086212158,2.6161000728607178,3.586400032043457,2.7262001037597656,2.639699935913086,3.619800090789795,2.7074999809265137,2.6087000370025635,3.610100030899048,2.714600086212158,2.6161000728607178,3.586400032043457,2.7262001037597656,2.639699935913086,3.619800090789795,2.714600086212158,2.6161000728607178,3.586400032043457,2.735300064086914,2.6519999504089355,3.5977001190185547,2.714600086212158,2.6161000728607178,3.586400032043457,2.720400094985962,2.6259000301361084,3.50600004196167,2.7434000968933105,2.66759991645813,3.518699884414673,2.714600086212158,2.6161000728607178,3.586400032043457,2.7434000968933105,2.66759991645813,3.518699884414673,2.735300064086914,2.6519999504089355,3.5977001190185547,0.974399983882904,2.337100028991699,2.702500104904175,0.974399983882904,2.337100028991699,2.220099925994873,1.3423000574111938,2.337100028991699,2.2314000129699707,0.974399983882904,2.337100028991699,2.702500104904175,1.3423000574111938,2.337100028991699,2.2314000129699707,1.3423000574111938,2.337100028991699,2.716200113296509,0.974399983882904,2.337100028991699,2.220099925994873,0.974399983882904,2.337100028991699,1.649399995803833,1.3423000574111938,2.337100028991699,1.6576999425888062,0.974399983882904,2.337100028991699,2.220099925994873,1.3423000574111938,2.337100028991699,1.6576999425888062,1.3423000574111938,2.337100028991699,2.2314000129699707,1.3423000574111938,2.337100028991699,2.716200113296509,1.3423000574111938,2.337100028991699,2.2314000129699707,1.69159996509552,2.341200113296509,2.2583000659942627,1.3423000574111938,2.337100028991699,2.716200113296509,1.69159996509552,2.341200113296509,2.2583000659942627,1.69159996509552,2.341200113296509,2.7492001056671143,1.3423000574111938,2.337100028991699,2.2314000129699707,1.3423000574111938,2.337100028991699,1.6576999425888062,1.69159996509552,2.341200113296509,1.67739999294281,1.3423000574111938,2.337100028991699,2.2314000129699707,1.69159996509552,2.341200113296509,1.67739999294281,1.69159996509552,2.341200113296509,2.2583000659942627,0.974399983882904,2.337100028991699,1.0814000368118286,0.974399983882904,2.337100028991699,0.6068000197410583,1.3423000574111938,2.337100028991699,0.6096000075340271,0.974399983882904,2.337100028991699,1.0814000368118286,1.3423000574111938,2.337100028991699,0.6096000075340271,1.3423000574111938,2.337100028991699,1.0866999626159668,1.3423000574111938,2.337100028991699,1.0866999626159668,1.3423000574111938,2.337100028991699,0.6096000075340271,1.69159996509552,2.341200113296509,0.616100013256073,1.3423000574111938,2.337100028991699,1.0866999626159668,1.69159996509552,2.341200113296509,0.616100013256073,1.69159996509552,2.341200113296509,1.0992000102996826,0.974399983882904,2.337100028991699,1.649399995803833,0.974399983882904,2.337100028991699,1.0814000368118286,1.3423000574111938,2.337100028991699,1.0866999626159668,0.974399983882904,2.337100028991699,1.649399995803833,1.3423000574111938,2.337100028991699,1.0866999626159668,1.3423000574111938,2.337100028991699,1.6576999425888062,1.3423000574111938,2.337100028991699,1.6576999425888062,1.3423000574111938,2.337100028991699,1.0866999626159668,1.69159996509552,2.341200113296509,1.0992000102996826,1.3423000574111938,2.337100028991699,1.6576999425888062,1.69159996509552,2.341200113296509,1.0992000102996826,1.69159996509552,2.341200113296509,1.67739999294281,2.2592999935150146,2.378200054168701,0.633400022983551,2.2592999935150146,2.378200054168701,1.1330000162124634,2.003499984741211,2.353600025177002,1.1157000064849854,2.2592999935150146,2.378200054168701,0.633400022983551,2.003499984741211,2.353600025177002,1.1157000064849854,2.003499984741211,2.353600025177002,0.6245999932289124,2.2592999935150146,2.378200054168701,1.1330000162124634,2.2592999935150146,2.378200054168701,1.7309999465942383,2.003499984741211,2.353600025177002,1.7035000324249268,2.2592999935150146,2.378200054168701,1.1330000162124634,2.003499984741211,2.353600025177002,1.7035000324249268,2.003499984741211,2.353600025177002,1.1157000064849854,2.003499984741211,2.353600025177002,0.6245999932289124,2.003499984741211,2.353600025177002,1.1157000064849854,1.69159996509552,2.341200113296509,1.0992000102996826,2.003499984741211,2.353600025177002,0.6245999932289124,1.69159996509552,2.341200113296509,1.0992000102996826,1.69159996509552,2.341200113296509,0.616100013256073,2.003499984741211,2.353600025177002,1.1157000064849854,2.003499984741211,2.353600025177002,1.7035000324249268,1.69159996509552,2.341200113296509,1.67739999294281,2.003499984741211,2.353600025177002,1.1157000064849854,1.69159996509552,2.341200113296509,1.67739999294281,1.69159996509552,2.341200113296509,1.0992000102996826,2.2592999935150146,2.378200054168701,2.3315999507904053,2.2592999935150146,2.378200054168701,2.8392999172210693,2.003499984741211,2.353600025177002,2.7929999828338623,2.2592999935150146,2.378200054168701,2.3315999507904053,2.003499984741211,2.353600025177002,2.7929999828338623,2.003499984741211,2.353600025177002,2.2939999103546143,2.003499984741211,2.353600025177002,2.2939999103546143,2.003499984741211,2.353600025177002,2.7929999828338623,1.69159996509552,2.341200113296509,2.7492001056671143,2.003499984741211,2.353600025177002,2.2939999103546143,1.69159996509552,2.341200113296509,2.7492001056671143,1.69159996509552,2.341200113296509,2.2583000659942627,2.2592999935150146,2.378200054168701,1.7309999465942383,2.2592999935150146,2.378200054168701,2.3315999507904053,2.003499984741211,2.353600025177002,2.2939999103546143,2.2592999935150146,2.378200054168701,1.7309999465942383,2.003499984741211,2.353600025177002,2.2939999103546143,2.003499984741211,2.353600025177002,1.7035000324249268,2.003499984741211,2.353600025177002,1.7035000324249268,2.003499984741211,2.353600025177002,2.2939999103546143,1.69159996509552,2.341200113296509,2.2583000659942627,2.003499984741211,2.353600025177002,1.7035000324249268,1.69159996509552,2.341200113296509,2.2583000659942627,1.69159996509552,2.341200113296509,1.67739999294281,0.974399983882904,2.3387999534606934,3.2479000091552734,1.3420000076293945,2.3387999534606934,3.2641000747680664,1.3415000438690186,2.341399908065796,3.2890000343322754,0.974399983882904,2.3387999534606934,3.2479000091552734,1.3415000438690186,2.341399908065796,3.2890000343322754,0.974399983882904,2.341399908065796,3.272700071334839,0.974399983882904,2.3387999534606934,3.2479000091552734,0.974399983882904,2.337599992752075,3.17330002784729,1.3422000408172607,2.337599992752075,3.189300060272217,0.974399983882904,2.3387999534606934,3.2479000091552734,1.3422000408172607,2.337599992752075,3.189300060272217,1.3420000076293945,2.3387999534606934,3.2641000747680664,1.3415000438690186,2.341399908065796,3.2890000343322754,1.3420000076293945,2.3387999534606934,3.2641000747680664,1.6908999681472778,2.342900037765503,3.3032000064849854,1.3415000438690186,2.341399908065796,3.2890000343322754,1.6908999681472778,2.342900037765503,3.3032000064849854,1.6898000240325928,2.3454999923706055,3.328000068664551,1.3420000076293945,2.3387999534606934,3.2641000747680664,1.3422000408172607,2.337599992752075,3.189300060272217,1.6914000511169434,2.3417000770568848,3.227799892425537,1.3420000076293945,2.3387999534606934,3.2641000747680664,1.6914000511169434,2.3417000770568848,3.227799892425537,1.6908999681472778,2.342900037765503,3.3032000064849854,0.974399983882904,2.337100028991699,3.0058999061584473,0.974399983882904,2.337100028991699,2.702500104904175,1.3423000574111938,2.337100028991699,2.716200113296509,0.974399983882904,2.337100028991699,3.0058999061584473,1.3423000574111938,2.337100028991699,2.716200113296509,1.3423000574111938,2.337100028991699,3.0211000442504883,1.3423000574111938,2.337100028991699,3.0211000442504883,1.3423000574111938,2.337100028991699,2.716200113296509,1.69159996509552,2.341200113296509,2.7492001056671143,1.3423000574111938,2.337100028991699,3.0211000442504883,1.69159996509552,2.341200113296509,2.7492001056671143,1.69159996509552,2.341200113296509,3.0576999187469482,0.974399983882904,2.337599992752075,3.17330002784729,0.974399983882904,2.337100028991699,3.0058999061584473,1.3423000574111938,2.337100028991699,3.0211000442504883,0.974399983882904,2.337599992752075,3.17330002784729,1.3423000574111938,2.337100028991699,3.0211000442504883,1.3422000408172607,2.337599992752075,3.189300060272217,1.3422000408172607,2.337599992752075,3.189300060272217,1.3423000574111938,2.337100028991699,3.0211000442504883,1.69159996509552,2.341200113296509,3.0576999187469482,1.3422000408172607,2.337599992752075,3.189300060272217,1.69159996509552,2.341200113296509,3.0576999187469482,1.6914000511169434,2.3417000770568848,3.227799892425537,2.2592999935150146,2.378200054168701,2.8392999172210693,2.2592999935150146,2.378200054168701,3.1582999229431152,2.003499984741211,2.353600025177002,3.1064999103546143,2.2592999935150146,2.378200054168701,2.8392999172210693,2.003499984741211,2.353600025177002,3.1064999103546143,2.003499984741211,2.353600025177002,2.7929999828338623,2.2592999935150146,2.378200054168701,3.1582999229431152,2.259000062942505,2.3785998821258545,3.333899974822998,2.003200054168701,2.3540000915527344,3.2792000770568848,2.2592999935150146,2.378200054168701,3.1582999229431152,2.003200054168701,2.3540000915527344,3.2792000770568848,2.003499984741211,2.353600025177002,3.1064999103546143,2.003499984741211,2.353600025177002,2.7929999828338623,2.003499984741211,2.353600025177002,3.1064999103546143,1.69159996509552,2.341200113296509,3.0576999187469482,2.003499984741211,2.353600025177002,2.7929999828338623,1.69159996509552,2.341200113296509,3.0576999187469482,1.69159996509552,2.341200113296509,2.7492001056671143,2.003499984741211,2.353600025177002,3.1064999103546143,2.003200054168701,2.3540000915527344,3.2792000770568848,1.6914000511169434,2.3417000770568848,3.227799892425537,2.003499984741211,2.353600025177002,3.1064999103546143,1.6914000511169434,2.3417000770568848,3.227799892425537,1.69159996509552,2.341200113296509,3.0576999187469482,2.257999897003174,2.3798000812530518,3.411600112915039,2.2558999061584473,2.3821001052856445,3.4365999698638916,2.0009000301361084,2.3577001094818115,3.380500078201294,2.257999897003174,2.3798000812530518,3.411600112915039,2.0009000301361084,2.3577001094818115,3.380500078201294,2.0023999214172363,2.3552000522613525,3.355600118637085,2.0023999214172363,2.3552000522613525,3.355600118637085,2.0009000301361084,2.3577001094818115,3.380500078201294,1.6898000240325928,2.3454999923706055,3.328000068664551,2.0023999214172363,2.3552000522613525,3.355600118637085,1.6898000240325928,2.3454999923706055,3.328000068664551,1.6908999681472778,2.342900037765503,3.3032000064849854,2.259000062942505,2.3785998821258545,3.333899974822998,2.257999897003174,2.3798000812530518,3.411600112915039,2.0023999214172363,2.3552000522613525,3.355600118637085,2.259000062942505,2.3785998821258545,3.333899974822998,2.0023999214172363,2.3552000522613525,3.355600118637085,2.003200054168701,2.3540000915527344,3.2792000770568848,2.003200054168701,2.3540000915527344,3.2792000770568848,2.0023999214172363,2.3552000522613525,3.355600118637085,1.6908999681472778,2.342900037765503,3.3032000064849854,2.003200054168701,2.3540000915527344,3.2792000770568848,1.6908999681472778,2.342900037765503,3.3032000064849854,1.6914000511169434,2.3417000770568848,3.227799892425537,2.2558999061584473,2.3821001052856445,3.4365999698638916,2.2523999214172363,2.385999917984009,3.4542999267578125,1.9982000589370728,2.3617000579833984,3.398400068283081,2.2558999061584473,2.3821001052856445,3.4365999698638916,1.9982000589370728,2.3617000579833984,3.398400068283081,2.0009000301361084,2.3577001094818115,3.380500078201294,2.234100103378296,2.3931000232696533,3.4658000469207764,1.9884999990463257,2.3698999881744385,3.412400007247925,1.9982000589370728,2.3617000579833984,3.398400068283081,2.234100103378296,2.3931000232696533,3.4658000469207764,1.9982000589370728,2.3617000579833984,3.398400068283081,2.2523999214172363,2.385999917984009,3.4542999267578125,2.0009000301361084,2.3577001094818115,3.380500078201294,1.9982000589370728,2.3617000579833984,3.398400068283081,1.687999963760376,2.3496999740600586,3.3461999893188477,2.0009000301361084,2.3577001094818115,3.380500078201294,1.687999963760376,2.3496999740600586,3.3461999893188477,1.6898000240325928,2.3454999923706055,3.328000068664551,1.9884999990463257,2.3698999881744385,3.412400007247925,1.6855000257492065,2.3584001064300537,3.362499952316284,1.687999963760376,2.3496999740600586,3.3461999893188477,1.9884999990463257,2.3698999881744385,3.412400007247925,1.687999963760376,2.3496999740600586,3.3461999893188477,1.9982000589370728,2.3617000579833984,3.398400068283081,2.126300096511841,2.418800115585327,3.4755001068115234,1.9593000411987305,2.408400058746338,3.446700096130371,1.9657000303268433,2.3845999240875244,3.425600051879883,2.126300096511841,2.418800115585327,3.4755001068115234,1.9657000303268433,2.3845999240875244,3.425600051879883,2.1875,2.4052000045776367,3.472100019454956,1.9657000303268433,2.3845999240875244,3.425600051879883,1.9593000411987305,2.408400058746338,3.446700096130371,1.6871000528335571,2.400599956512451,3.411400079727173,1.9657000303268433,2.3845999240875244,3.425600051879883,1.6871000528335571,2.400599956512451,3.411400079727173,1.6822999715805054,2.3743999004364014,3.3821001052856445,2.1875,2.4052000045776367,3.472100019454956,1.9657000303268433,2.3845999240875244,3.425600051879883,1.9884999990463257,2.3698999881744385,3.412400007247925,2.1875,2.4052000045776367,3.472100019454956,1.9884999990463257,2.3698999881744385,3.412400007247925,2.234100103378296,2.3931000232696533,3.4658000469207764,1.9657000303268433,2.3845999240875244,3.425600051879883,1.6822999715805054,2.3743999004364014,3.3821001052856445,1.6855000257492065,2.3584001064300537,3.362499952316284,1.9657000303268433,2.3845999240875244,3.425600051879883,1.6855000257492065,2.3584001064300537,3.362499952316284,1.9884999990463257,2.3698999881744385,3.412400007247925,0.974399983882904,2.3977999687194824,3.3680999279022217,0.974399983882904,2.371000051498413,3.33240008354187,1.3423999547958374,2.371000051498413,3.3475000858306885,0.974399983882904,2.3977999687194824,3.3680999279022217,1.3423999547958374,2.371000051498413,3.3475000858306885,1.347599983215332,2.397900104522705,3.3815999031066895,0.974399983882904,2.371000051498413,3.33240008354187,0.974399983882904,2.354599952697754,3.308799982070923,1.340499997138977,2.354599952697754,3.324700117111206,0.974399983882904,2.371000051498413,3.33240008354187,1.340499997138977,2.354599952697754,3.324700117111206,1.3423999547958374,2.371000051498413,3.3475000858306885,1.347599983215332,2.397900104522705,3.3815999031066895,1.3423999547958374,2.371000051498413,3.3475000858306885,1.6822999715805054,2.3743999004364014,3.3821001052856445,1.347599983215332,2.397900104522705,3.3815999031066895,1.6822999715805054,2.3743999004364014,3.3821001052856445,1.6871000528335571,2.400599956512451,3.411400079727173,1.3423999547958374,2.371000051498413,3.3475000858306885,1.340499997138977,2.354599952697754,3.324700117111206,1.6855000257492065,2.3584001064300537,3.362499952316284,1.3423999547958374,2.371000051498413,3.3475000858306885,1.6855000257492065,2.3584001064300537,3.362499952316284,1.6822999715805054,2.3743999004364014,3.3821001052856445,0.974399983882904,2.341399908065796,3.272700071334839,1.3415000438690186,2.341399908065796,3.2890000343322754,1.3406000137329102,2.3457000255584717,3.3071000576019287,0.974399983882904,2.341399908065796,3.272700071334839,1.3406000137329102,2.3457000255584717,3.3071000576019287,0.974399983882904,2.3457000255584717,3.2908999919891357,1.3415000438690186,2.341399908065796,3.2890000343322754,1.6898000240325928,2.3454999923706055,3.328000068664551,1.687999963760376,2.3496999740600586,3.3461999893188477,1.3415000438690186,2.341399908065796,3.2890000343322754,1.687999963760376,2.3496999740600586,3.3461999893188477,1.3406000137329102,2.3457000255584717,3.3071000576019287,0.974399983882904,2.3457000255584717,3.2908999919891357,1.3406000137329102,2.3457000255584717,3.3071000576019287,1.340499997138977,2.354599952697754,3.324700117111206,0.974399983882904,2.3457000255584717,3.2908999919891357,1.340499997138977,2.354599952697754,3.324700117111206,0.974399983882904,2.354599952697754,3.308799982070923,1.3406000137329102,2.3457000255584717,3.3071000576019287,1.687999963760376,2.3496999740600586,3.3461999893188477,1.6855000257492065,2.3584001064300537,3.362499952316284,1.3406000137329102,2.3457000255584717,3.3071000576019287,1.6855000257492065,2.3584001064300537,3.362499952316284,1.340499997138977,2.354599952697754,3.324700117111206,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.6705000400543213,2.572700023651123,3.6084001064300537,2.626300096511841,2.5269999504089355,3.5822999477386475,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.626300096511841,2.5269999504089355,3.5822999477386475,2.6322999000549316,2.5253000259399414,3.5660998821258545,2.6366000175476074,2.5741000175476074,3.6161000728607178,2.593899965286255,2.5297000408172607,3.5903000831604004,2.626300096511841,2.5269999504089355,3.5822999477386475,2.6366000175476074,2.5741000175476074,3.6161000728607178,2.626300096511841,2.5269999504089355,3.5822999477386475,2.6705000400543213,2.572700023651123,3.6084001064300537,2.6322999000549316,2.5253000259399414,3.5660998821258545,2.626300096511841,2.5269999504089355,3.5822999477386475,2.5517001152038574,2.475800037384033,3.547300100326538,2.6322999000549316,2.5253000259399414,3.5660998821258545,2.5517001152038574,2.475800037384033,3.547300100326538,2.55679988861084,2.472899913787842,3.530400037765503,2.593899965286255,2.5297000408172607,3.5903000831604004,2.5220000743865967,2.4797000885009766,3.555799961090088,2.5517001152038574,2.475800037384033,3.547300100326538,2.593899965286255,2.5297000408172607,3.5903000831604004,2.5517001152038574,2.475800037384033,3.547300100326538,2.626300096511841,2.5269999504089355,3.5822999477386475,2.388400077819824,2.577500104904175,3.6152000427246094,2.3526999950408936,2.5343000888824463,3.5852999687194824,2.5107998847961426,2.532399892807007,3.5910000801086426,2.388400077819824,2.577500104904175,3.6152000427246094,2.5107998847961426,2.532399892807007,3.5910000801086426,2.5508999824523926,2.5761001110076904,3.617799997329712,2.3526999950408936,2.5343000888824463,3.5852999687194824,2.296999931335449,2.487299919128418,3.5480000972747803,2.444999933242798,2.4842000007629395,3.5562000274658203,2.3526999950408936,2.5343000888824463,3.5852999687194824,2.444999933242798,2.4842000007629395,3.5562000274658203,2.5107998847961426,2.532399892807007,3.5910000801086426,2.5508999824523926,2.5761001110076904,3.617799997329712,2.5107998847961426,2.532399892807007,3.5910000801086426,2.593899965286255,2.5297000408172607,3.5903000831604004,2.5508999824523926,2.5761001110076904,3.617799997329712,2.593899965286255,2.5297000408172607,3.5903000831604004,2.6366000175476074,2.5741000175476074,3.6161000728607178,2.5107998847961426,2.532399892807007,3.5910000801086426,2.444999933242798,2.4842000007629395,3.5562000274658203,2.5220000743865967,2.4797000885009766,3.555799961090088,2.5107998847961426,2.532399892807007,3.5910000801086426,2.5220000743865967,2.4797000885009766,3.555799961090088,2.593899965286255,2.5297000408172607,3.5903000831604004,2.1875,2.4052000045776367,3.472100019454956,2.3422000408172607,2.4400999546051025,3.5160999298095703,2.2139999866485596,2.4458000659942627,3.5076000690460205,2.1875,2.4052000045776367,3.472100019454956,2.2139999866485596,2.4458000659942627,3.5076000690460205,2.126300096511841,2.418800115585327,3.4755001068115234,2.234100103378296,2.3931000232696533,3.4658000469207764,2.4070000648498535,2.4319000244140625,3.5139000415802,2.3422000408172607,2.4400999546051025,3.5160999298095703,2.234100103378296,2.3931000232696533,3.4658000469207764,2.3422000408172607,2.4400999546051025,3.5160999298095703,2.1875,2.4052000045776367,3.472100019454956,2.3422000408172607,2.4400999546051025,3.5160999298095703,2.444999933242798,2.4842000007629395,3.5562000274658203,2.296999931335449,2.487299919128418,3.5480000972747803,2.3422000408172607,2.4400999546051025,3.5160999298095703,2.296999931335449,2.487299919128418,3.5480000972747803,2.2139999866485596,2.4458000659942627,3.5076000690460205,2.4070000648498535,2.4319000244140625,3.5139000415802,2.5220000743865967,2.4797000885009766,3.555799961090088,2.444999933242798,2.4842000007629395,3.5562000274658203,2.4070000648498535,2.4319000244140625,3.5139000415802,2.444999933242798,2.4842000007629395,3.5562000274658203,2.3422000408172607,2.4400999546051025,3.5160999298095703,2.2523999214172363,2.385999917984009,3.4542999267578125,2.2558999061584473,2.3821001052856445,3.4365999698638916,2.436300039291382,2.422800064086914,3.4869000911712646,2.2523999214172363,2.385999917984009,3.4542999267578125,2.436300039291382,2.422800064086914,3.4869000911712646,2.431999921798706,2.4263999462127686,3.504199981689453,2.431999921798706,2.4263999462127686,3.504199981689453,2.436300039291382,2.422800064086914,3.4869000911712646,2.55679988861084,2.472899913787842,3.530400037765503,2.431999921798706,2.4263999462127686,3.504199981689453,2.55679988861084,2.472899913787842,3.530400037765503,2.5517001152038574,2.475800037384033,3.547300100326538,2.2523999214172363,2.385999917984009,3.4542999267578125,2.431999921798706,2.4263999462127686,3.504199981689453,2.4070000648498535,2.4319000244140625,3.5139000415802,2.2523999214172363,2.385999917984009,3.4542999267578125,2.4070000648498535,2.4319000244140625,3.5139000415802,2.234100103378296,2.3931000232696533,3.4658000469207764,2.431999921798706,2.4263999462127686,3.504199981689453,2.5517001152038574,2.475800037384033,3.547300100326538,2.5220000743865967,2.4797000885009766,3.555799961090088,2.431999921798706,2.4263999462127686,3.504199981689453,2.5220000743865967,2.4797000885009766,3.555799961090088,2.4070000648498535,2.4319000244140625,3.5139000415802,2.048799991607666,2.778700113296509,3.436000108718872,2.097399950027466,2.7653000354766846,3.4335999488830566,2.085400104522705,2.805799961090088,3.434000015258789,2.048799991607666,2.778700113296509,3.436000108718872,2.085400104522705,2.805799961090088,3.434000015258789,2.019700050354004,2.809499979019165,3.437000036239624,2.097399950027466,2.7653000354766846,3.4335999488830566,2.1658999919891357,2.758500099182129,3.4310998916625977,2.165299892425537,2.8020999431610107,3.4316000938415527,2.097399950027466,2.7653000354766846,3.4335999488830566,2.165299892425537,2.8020999431610107,3.4316000938415527,2.085400104522705,2.805799961090088,3.434000015258789,2.019700050354004,2.809499979019165,3.437000036239624,2.085400104522705,2.805799961090088,3.434000015258789,2.0696001052856445,2.86080002784729,3.43530011177063,2.019700050354004,2.809499979019165,3.437000036239624,2.0696001052856445,2.86080002784729,3.43530011177063,1.9907000064849854,2.861799955368042,3.4382998943328857,2.085400104522705,2.805799961090088,3.434000015258789,2.165299892425537,2.8020999431610107,3.4316000938415527,2.1647000312805176,2.859800100326538,3.433000087738037,2.085400104522705,2.805799961090088,3.434000015258789,2.1647000312805176,2.859800100326538,3.433000087738037,2.0696001052856445,2.86080002784729,3.43530011177063,2.2825000286102295,2.7783000469207764,3.4300999641418457,2.310699939727783,2.809000015258789,3.4303998947143555,2.2451000213623047,2.8055999279022217,3.4303998947143555,2.2825000286102295,2.7783000469207764,3.4300999641418457,2.2451000213623047,2.8055999279022217,3.4303998947143555,2.2342000007629395,2.765000104904175,3.430000066757202,2.310699939727783,2.809000015258789,3.4303998947143555,2.33870005607605,2.8613998889923096,3.4316000938415527,2.259700059890747,2.860599994659424,3.4316999912261963,2.310699939727783,2.809000015258789,3.4303998947143555,2.259700059890747,2.860599994659424,3.4316999912261963,2.2451000213623047,2.8055999279022217,3.4303998947143555,2.2342000007629395,2.765000104904175,3.430000066757202,2.2451000213623047,2.8055999279022217,3.4303998947143555,2.165299892425537,2.8020999431610107,3.4316000938415527,2.2342000007629395,2.765000104904175,3.430000066757202,2.165299892425537,2.8020999431610107,3.4316000938415527,2.1658999919891357,2.758500099182129,3.4310998916625977,2.2451000213623047,2.8055999279022217,3.4303998947143555,2.259700059890747,2.860599994659424,3.4316999912261963,2.1647000312805176,2.859800100326538,3.433000087738037,2.2451000213623047,2.8055999279022217,3.4303998947143555,2.1647000312805176,2.859800100326538,3.433000087738037,2.165299892425537,2.8020999431610107,3.4316000938415527,2.2734999656677246,3.003000020980835,3.434000015258789,2.2695999145507812,2.9286000728607178,3.433199882507324,2.357599973678589,2.928499937057495,3.433300018310547,2.2734999656677246,3.003000020980835,3.434000015258789,2.357599973678589,2.928499937057495,3.433300018310547,2.3649001121520996,3.003000020980835,3.4342000484466553,2.1638998985290527,3.0030999183654785,3.434999942779541,2.164099931716919,2.9286000728607178,3.4344000816345215,2.2695999145507812,2.9286000728607178,3.433199882507324,2.1638998985290527,3.0030999183654785,3.434999942779541,2.2695999145507812,2.9286000728607178,3.433199882507324,2.2734999656677246,3.003000020980835,3.434000015258789,2.2695999145507812,2.9286000728607178,3.433199882507324,2.259700059890747,2.860599994659424,3.4316999912261963,2.33870005607605,2.8613998889923096,3.4316000938415527,2.2695999145507812,2.9286000728607178,3.433199882507324,2.33870005607605,2.8613998889923096,3.4316000938415527,2.357599973678589,2.928499937057495,3.433300018310547,2.164099931716919,2.9286000728607178,3.4344000816345215,2.1647000312805176,2.859800100326538,3.433000087738037,2.259700059890747,2.860599994659424,3.4316999912261963,2.164099931716919,2.9286000728607178,3.4344000816345215,2.259700059890747,2.860599994659424,3.4316999912261963,2.2695999145507812,2.9286000728607178,3.433199882507324,2.05430006980896,3.0030999183654785,3.437000036239624,1.9630000591278076,3.0030999183654785,3.43969988822937,1.9707000255584717,2.928800106048584,3.439500093460083,2.05430006980896,3.0030999183654785,3.437000036239624,1.9707000255584717,2.928800106048584,3.439500093460083,2.0585999488830566,2.9286999702453613,3.4365999698638916,2.0585999488830566,2.9286999702453613,3.4365999698638916,1.9707000255584717,2.928800106048584,3.439500093460083,1.9907000064849854,2.861799955368042,3.4382998943328857,2.0585999488830566,2.9286999702453613,3.4365999698638916,1.9907000064849854,2.861799955368042,3.4382998943328857,2.0696001052856445,2.86080002784729,3.43530011177063,2.1638998985290527,3.0030999183654785,3.434999942779541,2.05430006980896,3.0030999183654785,3.437000036239624,2.0585999488830566,2.9286999702453613,3.4365999698638916,2.1638998985290527,3.0030999183654785,3.434999942779541,2.0585999488830566,2.9286999702453613,3.4365999698638916,2.164099931716919,2.9286000728607178,3.4344000816345215,2.164099931716919,2.9286000728607178,3.4344000816345215,2.0585999488830566,2.9286999702453613,3.4365999698638916,2.0696001052856445,2.86080002784729,3.43530011177063,2.164099931716919,2.9286000728607178,3.4344000816345215,2.0696001052856445,2.86080002784729,3.43530011177063,2.1647000312805176,2.859800100326538,3.433000087738037,2.7880001068115234,2.7978999614715576,3.0139000415802,2.7927000522613525,2.8094000816345215,2.474600076675415,2.8032000064849854,2.8592000007629395,2.4776999950408936,2.7880001068115234,2.7978999614715576,3.0139000415802,2.8032000064849854,2.8592000007629395,2.4776999950408936,2.7985999584198,2.8487000465393066,3.0176000595092773,2.7927000522613525,2.8094000816345215,2.474600076675415,2.7950000762939453,2.8150999546051025,1.8343000411987305,2.805500030517578,2.8643999099731445,1.8365999460220337,2.7927000522613525,2.8094000816345215,2.474600076675415,2.805500030517578,2.8643999099731445,1.8365999460220337,2.8032000064849854,2.8592000007629395,2.4776999950408936,2.8032000064849854,2.8592000007629395,2.4776999950408936,2.81030011177063,2.9079999923706055,2.4791998863220215,2.8062000274658203,2.900099992752075,3.019399881362915,2.8032000064849854,2.8592000007629395,2.4776999950408936,2.8062000274658203,2.900099992752075,3.019399881362915,2.7985999584198,2.8487000465393066,3.0176000595092773,2.805500030517578,2.8643999099731445,1.8365999460220337,2.8124001026153564,2.911900043487549,1.8375999927520752,2.81030011177063,2.9079999923706055,2.4791998863220215,2.805500030517578,2.8643999099731445,1.8365999460220337,2.81030011177063,2.9079999923706055,2.4791998863220215,2.8032000064849854,2.8592000007629395,2.4776999950408936,2.7957000732421875,2.816999912261963,0.6622999906539917,2.8062000274658203,2.8661999702453613,0.6625000238418579,2.8062000274658203,2.8661999702453613,1.1971999406814575,2.7957000732421875,2.816999912261963,0.6622999906539917,2.8062000274658203,2.8661999702453613,1.1971999406814575,2.7957000732421875,2.816999912261963,1.1960999965667725,2.8062000274658203,2.8661999702453613,0.6625000238418579,2.8131000995635986,2.913300037384033,0.6622999906539917,2.8131000995635986,2.913300037384033,1.19760000705719,2.8062000274658203,2.8661999702453613,0.6625000238418579,2.8131000995635986,2.913300037384033,1.19760000705719,2.8062000274658203,2.8661999702453613,1.1971999406814575,2.7957000732421875,2.816999912261963,1.1960999965667725,2.8062000274658203,2.8661999702453613,1.1971999406814575,2.805500030517578,2.8643999099731445,1.8365999460220337,2.7957000732421875,2.816999912261963,1.1960999965667725,2.805500030517578,2.8643999099731445,1.8365999460220337,2.7950000762939453,2.8150999546051025,1.8343000411987305,2.8062000274658203,2.8661999702453613,1.1971999406814575,2.8131000995635986,2.913300037384033,1.19760000705719,2.8124001026153564,2.911900043487549,1.8375999927520752,2.8062000274658203,2.8661999702453613,1.1971999406814575,2.8124001026153564,2.911900043487549,1.8375999927520752,2.805500030517578,2.8643999099731445,1.8365999460220337,2.8178000450134277,3.003999948501587,1.1973999738693237,2.816800117492676,2.958899974822998,1.1974999904632568,2.816800117492676,2.958899974822998,0.6621000170707703,2.8178000450134277,3.003999948501587,1.1973999738693237,2.816800117492676,2.958899974822998,0.6621000170707703,2.8178000450134277,3.003999948501587,0.661899983882904,2.8173000812530518,3.003999948501587,1.8375999927520752,2.816200017929077,2.958199977874756,1.8377000093460083,2.816800117492676,2.958899974822998,1.1974999904632568,2.8173000812530518,3.003999948501587,1.8375999927520752,2.816800117492676,2.958899974822998,1.1974999904632568,2.8178000450134277,3.003999948501587,1.1973999738693237,2.816800117492676,2.958899974822998,1.1974999904632568,2.8131000995635986,2.913300037384033,1.19760000705719,2.8131000995635986,2.913300037384033,0.6622999906539917,2.816800117492676,2.958899974822998,1.1974999904632568,2.8131000995635986,2.913300037384033,0.6622999906539917,2.816800117492676,2.958899974822998,0.6621000170707703,2.816200017929077,2.958199977874756,1.8377000093460083,2.8124001026153564,2.911900043487549,1.8375999927520752,2.8131000995635986,2.913300037384033,1.19760000705719,2.816200017929077,2.958199977874756,1.8377000093460083,2.8131000995635986,2.913300037384033,1.19760000705719,2.816800117492676,2.958899974822998,1.1974999904632568,2.8122000694274902,3.003999948501587,3.01990008354187,2.810699939727783,2.951900005340576,3.0199999809265137,2.814300060272217,2.9560999870300293,2.479599952697754,2.8122000694274902,3.003999948501587,3.01990008354187,2.814300060272217,2.9560999870300293,2.479599952697754,2.8155999183654785,3.003999948501587,2.4795000553131104,2.810699939727783,2.951900005340576,3.0199999809265137,2.8062000274658203,2.900099992752075,3.019399881362915,2.81030011177063,2.9079999923706055,2.4791998863220215,2.810699939727783,2.951900005340576,3.0199999809265137,2.81030011177063,2.9079999923706055,2.4791998863220215,2.814300060272217,2.9560999870300293,2.479599952697754,2.8155999183654785,3.003999948501587,2.4795000553131104,2.814300060272217,2.9560999870300293,2.479599952697754,2.816200017929077,2.958199977874756,1.8377000093460083,2.8155999183654785,3.003999948501587,2.4795000553131104,2.816200017929077,2.958199977874756,1.8377000093460083,2.8173000812530518,3.003999948501587,1.8375999927520752,2.814300060272217,2.9560999870300293,2.479599952697754,2.81030011177063,2.9079999923706055,2.4791998863220215,2.8124001026153564,2.911900043487549,1.8375999927520752,2.814300060272217,2.9560999870300293,2.479599952697754,2.8124001026153564,2.911900043487549,1.8375999927520752,2.816200017929077,2.958199977874756,1.8377000093460083,2.795300006866455,2.817199945449829,0.03830000013113022,2.780600070953369,2.765399932861328,0.03909999877214432,2.779900074005127,2.7655999660491943,0.029200000688433647,2.795300006866455,2.817199945449829,0.03830000013113022,2.779900074005127,2.7655999660491943,0.029200000688433647,2.7945001125335693,2.8173999786376953,0.0284000001847744,2.795599937438965,2.8171000480651855,0.05119999870657921,2.7809998989105225,2.765199899673462,0.052000001072883606,2.780600070953369,2.765399932861328,0.03909999877214432,2.795599937438965,2.8171000480651855,0.05119999870657921,2.780600070953369,2.765399932861328,0.03909999877214432,2.795300006866455,2.817199945449829,0.03830000013113022,2.780600070953369,2.765399932861328,0.03909999877214432,2.7599000930786133,2.710900068283081,0.04010000079870224,2.759200096130371,2.711199998855591,0.03009999915957451,2.780600070953369,2.765399932861328,0.03909999877214432,2.759200096130371,2.711199998855591,0.03009999915957451,2.779900074005127,2.7655999660491943,0.029200000688433647,2.7809998989105225,2.765199899673462,0.052000001072883606,2.7602999210357666,2.7107999324798584,0.05290000140666962,2.7599000930786133,2.710900068283081,0.04010000079870224,2.7809998989105225,2.765199899673462,0.052000001072883606,2.7599000930786133,2.710900068283081,0.04010000079870224,2.780600070953369,2.765399932861328,0.03909999877214432,2.7957000732421875,2.816999912261963,0.08169999718666077,2.781100034713745,2.765199899673462,0.08250000327825546,2.781100034713745,2.765199899673462,0.06679999828338623,2.7957000732421875,2.816999912261963,0.08169999718666077,2.781100034713745,2.765199899673462,0.06679999828338623,2.7957000732421875,2.816999912261963,0.06589999794960022,2.781100034713745,2.765199899673462,0.08250000327825546,2.7604000568389893,2.710700035095215,0.08340000361204147,2.7604000568389893,2.710700035095215,0.06769999861717224,2.781100034713745,2.765199899673462,0.08250000327825546,2.7604000568389893,2.710700035095215,0.06769999861717224,2.781100034713745,2.765199899673462,0.06679999828338623,2.7957000732421875,2.816999912261963,0.06589999794960022,2.781100034713745,2.765199899673462,0.06679999828338623,2.7809998989105225,2.765199899673462,0.052000001072883606,2.7957000732421875,2.816999912261963,0.06589999794960022,2.7809998989105225,2.765199899673462,0.052000001072883606,2.795599937438965,2.8171000480651855,0.05119999870657921,2.781100034713745,2.765199899673462,0.06679999828338623,2.7604000568389893,2.710700035095215,0.06769999861717224,2.7602999210357666,2.7107999324798584,0.05290000140666962,2.781100034713745,2.765199899673462,0.06679999828338623,2.7602999210357666,2.7107999324798584,0.05290000140666962,2.7809998989105225,2.765199899673462,0.052000001072883606,2.692500114440918,2.5940001010894775,0.06970000267028809,2.7314999103546143,2.653599977493286,0.06870000064373016,2.7314999103546143,2.653599977493286,0.0843999981880188,2.692500114440918,2.5940001010894775,0.06970000267028809,2.7314999103546143,2.653599977493286,0.0843999981880188,2.692500114440918,2.5940001010894775,0.08540000021457672,2.6923999786376953,2.5940001010894775,0.054999999701976776,2.7314000129699707,2.653700113296509,0.05389999970793724,2.7314999103546143,2.653599977493286,0.06870000064373016,2.6923999786376953,2.5940001010894775,0.054999999701976776,2.7314999103546143,2.653599977493286,0.06870000064373016,2.692500114440918,2.5940001010894775,0.06970000267028809,2.7314999103546143,2.653599977493286,0.06870000064373016,2.7604000568389893,2.710700035095215,0.06769999861717224,2.7604000568389893,2.710700035095215,0.08340000361204147,2.7314999103546143,2.653599977493286,0.06870000064373016,2.7604000568389893,2.710700035095215,0.08340000361204147,2.7314999103546143,2.653599977493286,0.0843999981880188,2.7314000129699707,2.653700113296509,0.05389999970793724,2.7602999210357666,2.7107999324798584,0.05290000140666962,2.7604000568389893,2.710700035095215,0.06769999861717224,2.7314000129699707,2.653700113296509,0.05389999970793724,2.7604000568389893,2.710700035095215,0.06769999861717224,2.7314999103546143,2.653599977493286,0.06870000064373016,2.691499948501587,2.5947999954223633,0.03220000118017197,2.730299949645996,2.6542000770568848,0.031099999323487282,2.7309999465942383,2.6538000106811523,0.04100000113248825,2.691499948501587,2.5947999954223633,0.03220000118017197,2.7309999465942383,2.6538000106811523,0.04100000113248825,2.6921000480651855,2.5943000316619873,0.042100001126527786,2.730299949645996,2.6542000770568848,0.031099999323487282,2.759200096130371,2.711199998855591,0.03009999915957451,2.7599000930786133,2.710900068283081,0.04010000079870224,2.730299949645996,2.6542000770568848,0.031099999323487282,2.7599000930786133,2.710900068283081,0.04010000079870224,2.7309999465942383,2.6538000106811523,0.04100000113248825,2.6921000480651855,2.5943000316619873,0.042100001126527786,2.7309999465942383,2.6538000106811523,0.04100000113248825,2.7314000129699707,2.653700113296509,0.05389999970793724,2.6921000480651855,2.5943000316619873,0.042100001126527786,2.7314000129699707,2.653700113296509,0.05389999970793724,2.6923999786376953,2.5940001010894775,0.054999999701976776,2.7309999465942383,2.6538000106811523,0.04100000113248825,2.7599000930786133,2.710900068283081,0.04010000079870224,2.7602999210357666,2.7107999324798584,0.05290000140666962,2.7309999465942383,2.6538000106811523,0.04100000113248825,2.7602999210357666,2.7107999324798584,0.05290000140666962,2.7314000129699707,2.653700113296509,0.05389999970793724,2.759200096130371,2.7332000732421875,3.6068999767303467,2.7701001167297363,2.789900064468384,3.6089000701904297,2.7583999633789062,2.7732999324798584,3.62719988822937,2.759200096130371,2.7332000732421875,3.6068999767303467,2.7583999633789062,2.7732999324798584,3.62719988822937,2.7474000453948975,2.715100049972534,3.625999927520752,2.770400047302246,2.7558000087738037,3.5311999320983887,2.7813000679016113,2.810499906539917,3.5339999198913574,2.7701001167297363,2.789900064468384,3.6089000701904297,2.770400047302246,2.7558000087738037,3.5311999320983887,2.7701001167297363,2.789900064468384,3.6089000701904297,2.759200096130371,2.7332000732421875,3.6068999767303467,2.7701001167297363,2.789900064468384,3.6089000701904297,2.7799999713897705,2.8559999465942383,3.609999895095825,2.7690999507904053,2.8434998989105225,3.628000020980835,2.7701001167297363,2.789900064468384,3.6089000701904297,2.7690999507904053,2.8434998989105225,3.628000020980835,2.7583999633789062,2.7732999324798584,3.62719988822937,2.7813000679016113,2.810499906539917,3.5339999198913574,2.790299892425537,2.8714001178741455,3.5355000495910645,2.7799999713897705,2.8559999465942383,3.609999895095825,2.7813000679016113,2.810499906539917,3.5339999198913574,2.7799999713897705,2.8559999465942383,3.609999895095825,2.7701001167297363,2.789900064468384,3.6089000701904297,2.7880001068115234,2.7978999614715576,3.0139000415802,2.7985999584198,2.8487000465393066,3.0176000595092773,2.7909998893737793,2.831199884414673,3.353300094604492,2.7880001068115234,2.7978999614715576,3.0139000415802,2.7909998893737793,2.831199884414673,3.353300094604492,2.7802999019622803,2.778700113296509,3.3498001098632812,2.7985999584198,2.8487000465393066,3.0176000595092773,2.8062000274658203,2.900099992752075,3.019399881362915,2.799299955368042,2.8870999813079834,3.3550000190734863,2.7985999584198,2.8487000465393066,3.0176000595092773,2.799299955368042,2.8870999813079834,3.3550000190734863,2.7909998893737793,2.831199884414673,3.353300094604492,2.7802999019622803,2.778700113296509,3.3498001098632812,2.7909998893737793,2.831199884414673,3.353300094604492,2.7813000679016113,2.810499906539917,3.5339999198913574,2.7802999019622803,2.778700113296509,3.3498001098632812,2.7813000679016113,2.810499906539917,3.5339999198913574,2.770400047302246,2.7558000087738037,3.5311999320983887,2.7909998893737793,2.831199884414673,3.353300094604492,2.799299955368042,2.8870999813079834,3.3550000190734863,2.790299892425537,2.8714001178741455,3.5355000495910645,2.7909998893737793,2.831199884414673,3.353300094604492,2.790299892425537,2.8714001178741455,3.5355000495910645,2.7813000679016113,2.810499906539917,3.5339999198913574,2.8066000938415527,3.003999948501587,3.3557000160217285,2.8046000003814697,2.944999933242798,3.355600118637085,2.810699939727783,2.951900005340576,3.0199999809265137,2.8066000938415527,3.003999948501587,3.3557000160217285,2.810699939727783,2.951900005340576,3.0199999809265137,2.8122000694274902,3.003999948501587,3.01990008354187,2.799099922180176,3.003999948501587,3.536099910736084,2.7967000007629395,2.9365999698638916,3.5360000133514404,2.8046000003814697,2.944999933242798,3.355600118637085,2.799099922180176,3.003999948501587,3.536099910736084,2.8046000003814697,2.944999933242798,3.355600118637085,2.8066000938415527,3.003999948501587,3.3557000160217285,2.8046000003814697,2.944999933242798,3.355600118637085,2.799299955368042,2.8870999813079834,3.3550000190734863,2.8062000274658203,2.900099992752075,3.019399881362915,2.8046000003814697,2.944999933242798,3.355600118637085,2.8062000274658203,2.900099992752075,3.019399881362915,2.810699939727783,2.951900005340576,3.0199999809265137,2.7967000007629395,2.9365999698638916,3.5360000133514404,2.790299892425537,2.8714001178741455,3.5355000495910645,2.799299955368042,2.8870999813079834,3.3550000190734863,2.7967000007629395,2.9365999698638916,3.5360000133514404,2.799299955368042,2.8870999813079834,3.3550000190734863,2.8046000003814697,2.944999933242798,3.355600118637085,2.7804999351501465,3.003999948501587,3.628499984741211,2.7771999835968018,2.9217000007629395,3.6284000873565674,2.7873001098632812,2.9284000396728516,3.6105000972747803,2.7804999351501465,3.003999948501587,3.628499984741211,2.7873001098632812,2.9284000396728516,3.6105000972747803,2.790299892425537,3.003999948501587,3.610599994659424,2.7771999835968018,2.9217000007629395,3.6284000873565674,2.7690999507904053,2.8434998989105225,3.628000020980835,2.7799999713897705,2.8559999465942383,3.609999895095825,2.7771999835968018,2.9217000007629395,3.6284000873565674,2.7799999713897705,2.8559999465942383,3.609999895095825,2.7873001098632812,2.9284000396728516,3.6105000972747803,2.790299892425537,3.003999948501587,3.610599994659424,2.7873001098632812,2.9284000396728516,3.6105000972747803,2.7967000007629395,2.9365999698638916,3.5360000133514404,2.790299892425537,3.003999948501587,3.610599994659424,2.7967000007629395,2.9365999698638916,3.5360000133514404,2.799099922180176,3.003999948501587,3.536099910736084,2.7873001098632812,2.9284000396728516,3.6105000972747803,2.7799999713897705,2.8559999465942383,3.609999895095825,2.790299892425537,2.8714001178741455,3.5355000495910645,2.7873001098632812,2.9284000396728516,3.6105000972747803,2.790299892425537,2.8714001178741455,3.5355000495910645,2.7967000007629395,2.9365999698638916,3.5360000133514404,2.7360999584198,2.705199956893921,3.637500047683716,2.727400064468384,2.664299964904785,3.6366000175476074,2.738100051879883,2.6728999614715576,3.624300003051758,2.7360999584198,2.705199956893921,3.637500047683716,2.738100051879883,2.6728999614715576,3.624300003051758,2.7474000453948975,2.715100049972534,3.625999927520752,2.70740008354187,2.7004001140594482,3.6433000564575195,2.6944000720977783,2.6605000495910645,3.6428000926971436,2.727400064468384,2.664299964904785,3.6366000175476074,2.70740008354187,2.7004001140594482,3.6433000564575195,2.727400064468384,2.664299964904785,3.6366000175476074,2.7360999584198,2.705199956893921,3.637500047683716,2.727400064468384,2.664299964904785,3.6366000175476074,2.716599941253662,2.633699893951416,3.6331000328063965,2.7262001037597656,2.639699935913086,3.619800090789795,2.727400064468384,2.664299964904785,3.6366000175476074,2.7262001037597656,2.639699935913086,3.619800090789795,2.738100051879883,2.6728999614715576,3.624300003051758,2.6944000720977783,2.6605000495910645,3.6428000926971436,2.6814000606536865,2.6317999362945557,3.6398000717163086,2.716599941253662,2.633699893951416,3.6331000328063965,2.6944000720977783,2.6605000495910645,3.6428000926971436,2.716599941253662,2.633699893951416,3.6331000328063965,2.727400064468384,2.664299964904785,3.6366000175476074,2.509500026702881,2.6907999515533447,3.6456000804901123,2.458699941635132,2.655600070953369,3.645400047302246,2.6166000366210938,2.658600091934204,3.6451001167297363,2.509500026702881,2.6907999515533447,3.6456000804901123,2.6166000366210938,2.658600091934204,3.6451001167297363,2.6435000896453857,2.6972999572753906,3.645400047302246,2.458699941635132,2.655600070953369,3.645400047302246,2.4312000274658203,2.631700038909912,3.6422998905181885,2.5957000255584717,2.6317999362945557,3.6421000957489014,2.458699941635132,2.655600070953369,3.645400047302246,2.5957000255584717,2.6317999362945557,3.6421000957489014,2.6166000366210938,2.658600091934204,3.6451001167297363,2.6435000896453857,2.6972999572753906,3.645400047302246,2.6166000366210938,2.658600091934204,3.6451001167297363,2.6944000720977783,2.6605000495910645,3.6428000926971436,2.6435000896453857,2.6972999572753906,3.645400047302246,2.6944000720977783,2.6605000495910645,3.6428000926971436,2.70740008354187,2.7004001140594482,3.6433000564575195,2.6166000366210938,2.658600091934204,3.6451001167297363,2.5957000255584717,2.6317999362945557,3.6421000957489014,2.6814000606536865,2.6317999362945557,3.6398000717163086,2.6166000366210938,2.658600091934204,3.6451001167297363,2.6814000606536865,2.6317999362945557,3.6398000717163086,2.6944000720977783,2.6605000495910645,3.6428000926971436,2.5508999824523926,2.5761001110076904,3.617799997329712,2.5764999389648438,2.6066999435424805,3.6338999271392822,2.411099910736084,2.607800006866455,3.63319993019104,2.5508999824523926,2.5761001110076904,3.617799997329712,2.411099910736084,2.607800006866455,3.63319993019104,2.388400077819824,2.577500104904175,3.6152000427246094,2.6366000175476074,2.5741000175476074,3.6161000728607178,2.6640000343322754,2.6054999828338623,3.6317999362945557,2.5764999389648438,2.6066999435424805,3.6338999271392822,2.6366000175476074,2.5741000175476074,3.6161000728607178,2.5764999389648438,2.6066999435424805,3.6338999271392822,2.5508999824523926,2.5761001110076904,3.617799997329712,2.5764999389648438,2.6066999435424805,3.6338999271392822,2.5957000255584717,2.6317999362945557,3.6421000957489014,2.4312000274658203,2.631700038909912,3.6422998905181885,2.5764999389648438,2.6066999435424805,3.6338999271392822,2.4312000274658203,2.631700038909912,3.6422998905181885,2.411099910736084,2.607800006866455,3.63319993019104,2.6640000343322754,2.6054999828338623,3.6317999362945557,2.6814000606536865,2.6317999362945557,3.6398000717163086,2.5957000255584717,2.6317999362945557,3.6421000957489014,2.6640000343322754,2.6054999828338623,3.6317999362945557,2.5957000255584717,2.6317999362945557,3.6421000957489014,2.5764999389648438,2.6066999435424805,3.6338999271392822,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.7074999809265137,2.6087000370025635,3.610100030899048,2.6991000175476074,2.6057000160217285,3.624500036239624,2.6775999069213867,2.5727999210357666,3.5929999351501465,2.6991000175476074,2.6057000160217285,3.624500036239624,2.6705000400543213,2.572700023651123,3.6084001064300537,2.7074999809265137,2.6087000370025635,3.610100030899048,2.7262001037597656,2.639699935913086,3.619800090789795,2.716599941253662,2.633699893951416,3.6331000328063965,2.7074999809265137,2.6087000370025635,3.610100030899048,2.716599941253662,2.633699893951416,3.6331000328063965,2.6991000175476074,2.6057000160217285,3.624500036239624,2.6705000400543213,2.572700023651123,3.6084001064300537,2.6991000175476074,2.6057000160217285,3.624500036239624,2.6640000343322754,2.6054999828338623,3.6317999362945557,2.6705000400543213,2.572700023651123,3.6084001064300537,2.6640000343322754,2.6054999828338623,3.6317999362945557,2.6366000175476074,2.5741000175476074,3.6161000728607178,2.6991000175476074,2.6057000160217285,3.624500036239624,2.716599941253662,2.633699893951416,3.6331000328063965,2.6814000606536865,2.6317999362945557,3.6398000717163086,2.6991000175476074,2.6057000160217285,3.624500036239624,2.6814000606536865,2.6317999362945557,3.6398000717163086,2.6640000343322754,2.6054999828338623,3.6317999362945557,2.7314999103546143,2.653599977493286,0.6582000255584717,2.7314999103546143,2.653599977493286,1.1852999925613403,2.692500114440918,2.5940001010894775,1.1787999868392944,2.7314999103546143,2.653599977493286,0.6582000255584717,2.692500114440918,2.5940001010894775,1.1787999868392944,2.692500114440918,2.5940001010894775,0.6553999781608582,2.7604000568389893,2.710700035095215,0.6603000164031982,2.7604000568389893,2.710700035095215,1.1902999877929688,2.7314999103546143,2.653599977493286,1.1852999925613403,2.7604000568389893,2.710700035095215,0.6603000164031982,2.7314999103546143,2.653599977493286,1.1852999925613403,2.7314999103546143,2.653599977493286,0.6582000255584717,2.7314999103546143,2.653599977493286,1.1852999925613403,2.7311999797821045,2.6526999473571777,1.816100001335144,2.6923999786376953,2.593600034713745,1.8051999807357788,2.7314999103546143,2.653599977493286,1.1852999925613403,2.6923999786376953,2.593600034713745,1.8051999807357788,2.692500114440918,2.5940001010894775,1.1787999868392944,2.7604000568389893,2.710700035095215,1.1902999877929688,2.7599000930786133,2.7093000411987305,1.8243999481201172,2.7311999797821045,2.6526999473571777,1.816100001335144,2.7604000568389893,2.710700035095215,1.1902999877929688,2.7311999797821045,2.6526999473571777,1.816100001335144,2.7314999103546143,2.653599977493286,1.1852999925613403,2.7957000732421875,2.816999912261963,0.6622999906539917,2.7957000732421875,2.816999912261963,1.1960999965667725,2.781100034713745,2.765199899673462,1.1937999725341797,2.7957000732421875,2.816999912261963,0.6622999906539917,2.781100034713745,2.765199899673462,1.1937999725341797,2.781100034713745,2.765199899673462,0.6615999937057495,2.7957000732421875,2.816999912261963,1.1960999965667725,2.7950000762939453,2.8150999546051025,1.8343000411987305,2.780400037765503,2.7634999752044678,1.830399990081787,2.7957000732421875,2.816999912261963,1.1960999965667725,2.780400037765503,2.7634999752044678,1.830399990081787,2.781100034713745,2.765199899673462,1.1937999725341797,2.781100034713745,2.765199899673462,0.6615999937057495,2.781100034713745,2.765199899673462,1.1937999725341797,2.7604000568389893,2.710700035095215,1.1902999877929688,2.781100034713745,2.765199899673462,0.6615999937057495,2.7604000568389893,2.710700035095215,1.1902999877929688,2.7604000568389893,2.710700035095215,0.6603000164031982,2.781100034713745,2.765199899673462,1.1937999725341797,2.780400037765503,2.7634999752044678,1.830399990081787,2.7599000930786133,2.7093000411987305,1.8243999481201172,2.781100034713745,2.765199899673462,1.1937999725341797,2.7599000930786133,2.7093000411987305,1.8243999481201172,2.7604000568389893,2.710700035095215,1.1902999877929688,2.774399995803833,2.7476999759674072,3.0078001022338867,2.7785000801086426,2.75819993019104,2.469099998474121,2.7927000522613525,2.8094000816345215,2.474600076675415,2.774399995803833,2.7476999759674072,3.0078001022338867,2.7927000522613525,2.8094000816345215,2.474600076675415,2.7880001068115234,2.7978999614715576,3.0139000415802,2.7553000450134277,2.697200059890747,2.9983999729156494,2.7583000659942627,2.7053000926971436,2.4609999656677246,2.7785000801086426,2.75819993019104,2.469099998474121,2.7553000450134277,2.697200059890747,2.9983999729156494,2.7785000801086426,2.75819993019104,2.469099998474121,2.774399995803833,2.7476999759674072,3.0078001022338867,2.7785000801086426,2.75819993019104,2.469099998474121,2.780400037765503,2.7634999752044678,1.830399990081787,2.7950000762939453,2.8150999546051025,1.8343000411987305,2.7785000801086426,2.75819993019104,2.469099998474121,2.7950000762939453,2.8150999546051025,1.8343000411987305,2.7927000522613525,2.8094000816345215,2.474600076675415,2.7583000659942627,2.7053000926971436,2.4609999656677246,2.7599000930786133,2.7093000411987305,1.8243999481201172,2.780400037765503,2.7634999752044678,1.830399990081787,2.7583000659942627,2.7053000926971436,2.4609999656677246,2.780400037765503,2.7634999752044678,1.830399990081787,2.7785000801086426,2.75819993019104,2.469099998474121,2.6909000873565674,2.589600086212158,2.9670000076293945,2.6919000148773193,2.5922999382019043,2.4347000122070312,2.7302000522613525,2.650099992752075,2.449700117111206,2.6909000873565674,2.589600086212158,2.9670000076293945,2.7302000522613525,2.650099992752075,2.449700117111206,2.7281999588012695,2.64490008354187,2.985100030899048,2.6919000148773193,2.5922999382019043,2.4347000122070312,2.6923999786376953,2.593600034713745,1.8051999807357788,2.7311999797821045,2.6526999473571777,1.816100001335144,2.6919000148773193,2.5922999382019043,2.4347000122070312,2.7311999797821045,2.6526999473571777,1.816100001335144,2.7302000522613525,2.650099992752075,2.449700117111206,2.7281999588012695,2.64490008354187,2.985100030899048,2.7302000522613525,2.650099992752075,2.449700117111206,2.7583000659942627,2.7053000926971436,2.4609999656677246,2.7281999588012695,2.64490008354187,2.985100030899048,2.7583000659942627,2.7053000926971436,2.4609999656677246,2.7553000450134277,2.697200059890747,2.9983999729156494,2.7302000522613525,2.650099992752075,2.449700117111206,2.7311999797821045,2.6526999473571777,1.816100001335144,2.7599000930786133,2.7093000411987305,1.8243999481201172,2.7302000522613525,2.650099992752075,2.449700117111206,2.7599000930786133,2.7093000411987305,1.8243999481201172,2.7583000659942627,2.7053000926971436,2.4609999656677246,2.6414999961853027,2.531899929046631,0.6516000032424927,2.6414999961853027,2.531899929046631,0.334199994802475,2.692500114440918,2.5940001010894775,0.3352000117301941,2.6414999961853027,2.531899929046631,0.6516000032424927,2.692500114440918,2.5940001010894775,0.3352000117301941,2.692500114440918,2.5940001010894775,0.6553999781608582,2.562700033187866,2.472100019454956,0.6467000246047974,2.562700033187866,2.472100019454956,0.3327000141143799,2.6414999961853027,2.531899929046631,0.334199994802475,2.562700033187866,2.472100019454956,0.6467000246047974,2.6414999961853027,2.531899929046631,0.334199994802475,2.6414999961853027,2.531899929046631,0.6516000032424927,2.6414999961853027,2.531899929046631,0.334199994802475,2.6414999961853027,2.531899929046631,0.16769999265670776,2.692500114440918,2.5940001010894775,0.1673000007867813,2.6414999961853027,2.531899929046631,0.334199994802475,2.692500114440918,2.5940001010894775,0.1673000007867813,2.692500114440918,2.5940001010894775,0.3352000117301941,2.562700033187866,2.472100019454956,0.3327000141143799,2.562700033187866,2.472100019454956,0.1679999977350235,2.6414999961853027,2.531899929046631,0.16769999265670776,2.562700033187866,2.472100019454956,0.3327000141143799,2.6414999961853027,2.531899929046631,0.16769999265670776,2.6414999961853027,2.531899929046631,0.334199994802475,2.2592999935150146,2.378200054168701,0.633400022983551,2.2592999935150146,2.378200054168701,0.3276999890804291,2.440500020980835,2.419300079345703,0.3305000066757202,2.2592999935150146,2.378200054168701,0.633400022983551,2.440500020980835,2.419300079345703,0.3305000066757202,2.440500020980835,2.419300079345703,0.6406999826431274,2.2592999935150146,2.378200054168701,0.3276999890804291,2.2592999935150146,2.378200054168701,0.16760000586509705,2.440500020980835,2.419300079345703,0.1679999977350235,2.2592999935150146,2.378200054168701,0.3276999890804291,2.440500020980835,2.419300079345703,0.1679999977350235,2.440500020980835,2.419300079345703,0.3305000066757202,2.440500020980835,2.419300079345703,0.6406999826431274,2.440500020980835,2.419300079345703,0.3305000066757202,2.562700033187866,2.472100019454956,0.3327000141143799,2.440500020980835,2.419300079345703,0.6406999826431274,2.562700033187866,2.472100019454956,0.3327000141143799,2.562700033187866,2.472100019454956,0.6467000246047974,2.440500020980835,2.419300079345703,0.3305000066757202,2.440500020980835,2.419300079345703,0.1679999977350235,2.562700033187866,2.472100019454956,0.1679999977350235,2.440500020980835,2.419300079345703,0.3305000066757202,2.562700033187866,2.472100019454956,0.1679999977350235,2.562700033187866,2.472100019454956,0.3327000141143799,2.440500020980835,2.419300079345703,0.0885000005364418,2.440500020980835,2.419300079345703,0.10369999706745148,2.2592999935150146,2.378200054168701,0.10429999977350235,2.440500020980835,2.419300079345703,0.0885000005364418,2.2592999935150146,2.378200054168701,0.10429999977350235,2.2592999935150146,2.378200054168701,0.08919999748468399,2.562700033187866,2.472100019454956,0.08760000020265579,2.562700033187866,2.472100019454956,0.10300000011920929,2.440500020980835,2.419300079345703,0.10369999706745148,2.562700033187866,2.472100019454956,0.08760000020265579,2.440500020980835,2.419300079345703,0.10369999706745148,2.440500020980835,2.419300079345703,0.0885000005364418,2.440500020980835,2.419300079345703,0.10369999706745148,2.440500020980835,2.419300079345703,0.1679999977350235,2.2592999935150146,2.378200054168701,0.16760000586509705,2.440500020980835,2.419300079345703,0.10369999706745148,2.2592999935150146,2.378200054168701,0.16760000586509705,2.2592999935150146,2.378200054168701,0.10429999977350235,2.562700033187866,2.472100019454956,0.10300000011920929,2.562700033187866,2.472100019454956,0.1679999977350235,2.440500020980835,2.419300079345703,0.1679999977350235,2.562700033187866,2.472100019454956,0.10300000011920929,2.440500020980835,2.419300079345703,0.1679999977350235,2.440500020980835,2.419300079345703,0.10369999706745148,2.692500114440918,2.5940001010894775,0.08540000021457672,2.692500114440918,2.5940001010894775,0.10100000351667404,2.6414999961853027,2.531899929046631,0.10199999809265137,2.692500114440918,2.5940001010894775,0.08540000021457672,2.6414999961853027,2.531899929046631,0.10199999809265137,2.6414999961853027,2.531899929046631,0.08649999648332596,2.6414999961853027,2.531899929046631,0.10199999809265137,2.692500114440918,2.5940001010894775,0.10100000351667404,2.692500114440918,2.5940001010894775,0.1673000007867813,2.6414999961853027,2.531899929046631,0.10199999809265137,2.692500114440918,2.5940001010894775,0.1673000007867813,2.6414999961853027,2.531899929046631,0.16769999265670776,2.6414999961853027,2.531899929046631,0.08649999648332596,2.6414999961853027,2.531899929046631,0.10199999809265137,2.562700033187866,2.472100019454956,0.10300000011920929,2.6414999961853027,2.531899929046631,0.08649999648332596,2.562700033187866,2.472100019454956,0.10300000011920929,2.562700033187866,2.472100019454956,0.08760000020265579,2.562700033187866,2.472100019454956,0.10300000011920929,2.6414999961853027,2.531899929046631,0.10199999809265137,2.6414999961853027,2.531899929046631,0.16769999265670776,2.562700033187866,2.472100019454956,0.10300000011920929,2.6414999961853027,2.531899929046631,0.16769999265670776,2.562700033187866,2.472100019454956,0.1679999977350235,2.003499984741211,2.353600025177002,0.6245999932289124,2.003499984741211,2.353600025177002,0.32420000433921814,2.2592999935150146,2.378200054168701,0.3276999890804291,2.003499984741211,2.353600025177002,0.6245999932289124,2.2592999935150146,2.378200054168701,0.3276999890804291,2.2592999935150146,2.378200054168701,0.633400022983551,1.69159996509552,2.341200113296509,0.616100013256073,1.69159996509552,2.341200113296509,0.3206000030040741,2.003499984741211,2.353600025177002,0.32420000433921814,1.69159996509552,2.341200113296509,0.616100013256073,2.003499984741211,2.353600025177002,0.32420000433921814,2.003499984741211,2.353600025177002,0.6245999932289124,2.003499984741211,2.353600025177002,0.32420000433921814,2.003499984741211,2.353600025177002,0.16670000553131104,2.2592999935150146,2.378200054168701,0.16760000586509705,2.003499984741211,2.353600025177002,0.32420000433921814,2.2592999935150146,2.378200054168701,0.16760000586509705,2.2592999935150146,2.378200054168701,0.3276999890804291,1.69159996509552,2.341200113296509,0.3206000030040741,1.69159996509552,2.341200113296509,0.1657000035047531,2.003499984741211,2.353600025177002,0.16670000553131104,1.69159996509552,2.341200113296509,0.3206000030040741,2.003499984741211,2.353600025177002,0.16670000553131104,2.003499984741211,2.353600025177002,0.32420000433921814,0.974399983882904,2.337100028991699,0.6068000197410583,0.974399983882904,2.337100028991699,0.3165999948978424,1.3423000574111938,2.337100028991699,0.31779998540878296,0.974399983882904,2.337100028991699,0.6068000197410583,1.3423000574111938,2.337100028991699,0.31779998540878296,1.3423000574111938,2.337100028991699,0.6096000075340271,0.974399983882904,2.337100028991699,0.3165999948978424,0.974399983882904,2.337100028991699,0.16439999639987946,1.3423000574111938,2.337100028991699,0.1648000031709671,0.974399983882904,2.337100028991699,0.3165999948978424,1.3423000574111938,2.337100028991699,0.1648000031709671,1.3423000574111938,2.337100028991699,0.31779998540878296,1.3423000574111938,2.337100028991699,0.6096000075340271,1.3423000574111938,2.337100028991699,0.31779998540878296,1.69159996509552,2.341200113296509,0.3206000030040741,1.3423000574111938,2.337100028991699,0.6096000075340271,1.69159996509552,2.341200113296509,0.3206000030040741,1.69159996509552,2.341200113296509,0.616100013256073,1.3423000574111938,2.337100028991699,0.31779998540878296,1.3423000574111938,2.337100028991699,0.1648000031709671,1.69159996509552,2.341200113296509,0.1657000035047531,1.3423000574111938,2.337100028991699,0.31779998540878296,1.69159996509552,2.341200113296509,0.1657000035047531,1.69159996509552,2.341200113296509,0.3206000030040741,1.3423000574111938,2.337100028991699,0.08959999680519104,1.3423000574111938,2.337100028991699,0.10419999808073044,0.974399983882904,2.337100028991699,0.10409999638795853,1.3423000574111938,2.337100028991699,0.08959999680519104,0.974399983882904,2.337100028991699,0.10409999638795853,0.974399983882904,2.337100028991699,0.08959999680519104,1.69159996509552,2.341200113296509,0.08959999680519104,1.69159996509552,2.341200113296509,0.10440000146627426,1.3423000574111938,2.337100028991699,0.10419999808073044,1.69159996509552,2.341200113296509,0.08959999680519104,1.3423000574111938,2.337100028991699,0.10419999808073044,1.3423000574111938,2.337100028991699,0.08959999680519104,1.3423000574111938,2.337100028991699,0.10419999808073044,1.3423000574111938,2.337100028991699,0.1648000031709671,0.974399983882904,2.337100028991699,0.16439999639987946,1.3423000574111938,2.337100028991699,0.10419999808073044,0.974399983882904,2.337100028991699,0.16439999639987946,0.974399983882904,2.337100028991699,0.10409999638795853,1.69159996509552,2.341200113296509,0.10440000146627426,1.69159996509552,2.341200113296509,0.1657000035047531,1.3423000574111938,2.337100028991699,0.1648000031709671,1.69159996509552,2.341200113296509,0.10440000146627426,1.3423000574111938,2.337100028991699,0.1648000031709671,1.3423000574111938,2.337100028991699,0.10419999808073044,2.2592999935150146,2.378200054168701,0.08919999748468399,2.2592999935150146,2.378200054168701,0.10429999977350235,2.003499984741211,2.353600025177002,0.10440000146627426,2.2592999935150146,2.378200054168701,0.08919999748468399,2.003499984741211,2.353600025177002,0.10440000146627426,2.003499984741211,2.353600025177002,0.08950000256299973,2.2592999935150146,2.378200054168701,0.10429999977350235,2.2592999935150146,2.378200054168701,0.16760000586509705,2.003499984741211,2.353600025177002,0.16670000553131104,2.2592999935150146,2.378200054168701,0.10429999977350235,2.003499984741211,2.353600025177002,0.16670000553131104,2.003499984741211,2.353600025177002,0.10440000146627426,2.003499984741211,2.353600025177002,0.08950000256299973,2.003499984741211,2.353600025177002,0.10440000146627426,1.69159996509552,2.341200113296509,0.10440000146627426,2.003499984741211,2.353600025177002,0.08950000256299973,1.69159996509552,2.341200113296509,0.10440000146627426,1.69159996509552,2.341200113296509,0.08959999680519104,2.003499984741211,2.353600025177002,0.10440000146627426,2.003499984741211,2.353600025177002,0.16670000553131104,1.69159996509552,2.341200113296509,0.1657000035047531,2.003499984741211,2.353600025177002,0.10440000146627426,1.69159996509552,2.341200113296509,0.1657000035047531,1.69159996509552,2.341200113296509,0.10440000146627426,2.8173000812530518,3.003999948501587,0.03610000014305115,2.816200017929077,2.9590001106262207,0.03629999980330467,2.8153998851776123,2.9590001106262207,0.026399999856948853,2.8173000812530518,3.003999948501587,0.03610000014305115,2.8153998851776123,2.9590001106262207,0.026399999856948853,2.816499948501587,3.003999948501587,0.026200000196695328,2.817699909210205,3.003999948501587,0.04899999871850014,2.8166000843048096,2.958899974822998,0.04919999837875366,2.816200017929077,2.9590001106262207,0.03629999980330467,2.817699909210205,3.003999948501587,0.04899999871850014,2.816200017929077,2.9590001106262207,0.03629999980330467,2.8173000812530518,3.003999948501587,0.03610000014305115,2.816200017929077,2.9590001106262207,0.03629999980330467,2.8125998973846436,2.913300037384033,0.03680000081658363,2.8117001056671143,2.9133999347686768,0.026900000870227814,2.816200017929077,2.9590001106262207,0.03629999980330467,2.8117001056671143,2.9133999347686768,0.026900000870227814,2.8153998851776123,2.9590001106262207,0.026399999856948853,2.8166000843048096,2.958899974822998,0.04919999837875366,2.8129000663757324,2.913300037384033,0.04969999939203262,2.8125998973846436,2.913300037384033,0.03680000081658363,2.8166000843048096,2.958899974822998,0.04919999837875366,2.8125998973846436,2.913300037384033,0.03680000081658363,2.816200017929077,2.9590001106262207,0.03629999980330467,2.8178000450134277,3.003999948501587,0.0794999971985817,2.816800117492676,2.958899974822998,0.07970000058412552,2.816800117492676,2.958899974822998,0.06400000303983688,2.8178000450134277,3.003999948501587,0.0794999971985817,2.816800117492676,2.958899974822998,0.06400000303983688,2.8178000450134277,3.003999948501587,0.06379999965429306,2.816800117492676,2.958899974822998,0.07970000058412552,2.8131000995635986,2.913300037384033,0.08020000159740448,2.8131000995635986,2.913300037384033,0.06440000236034393,2.816800117492676,2.958899974822998,0.07970000058412552,2.8131000995635986,2.913300037384033,0.06440000236034393,2.816800117492676,2.958899974822998,0.06400000303983688,2.8178000450134277,3.003999948501587,0.06379999965429306,2.816800117492676,2.958899974822998,0.06400000303983688,2.8166000843048096,2.958899974822998,0.04919999837875366,2.8178000450134277,3.003999948501587,0.06379999965429306,2.8166000843048096,2.958899974822998,0.04919999837875366,2.817699909210205,3.003999948501587,0.04899999871850014,2.816800117492676,2.958899974822998,0.06400000303983688,2.8131000995635986,2.913300037384033,0.06440000236034393,2.8129000663757324,2.913300037384033,0.04969999939203262,2.816800117492676,2.958899974822998,0.06400000303983688,2.8129000663757324,2.913300037384033,0.04969999939203262,2.8166000843048096,2.958899974822998,0.04919999837875366,2.7957000732421875,2.816999912261963,0.06589999794960022,2.8062000274658203,2.8661999702453613,0.06509999930858612,2.8062000274658203,2.8661999702453613,0.08089999854564667,2.7957000732421875,2.816999912261963,0.06589999794960022,2.8062000274658203,2.8661999702453613,0.08089999854564667,2.7957000732421875,2.816999912261963,0.08169999718666077,2.795599937438965,2.8171000480651855,0.05119999870657921,2.8060998916625977,2.8661999702453613,0.0502999983727932,2.8062000274658203,2.8661999702453613,0.06509999930858612,2.795599937438965,2.8171000480651855,0.05119999870657921,2.8062000274658203,2.8661999702453613,0.06509999930858612,2.7957000732421875,2.816999912261963,0.06589999794960022,2.8062000274658203,2.8661999702453613,0.06509999930858612,2.8131000995635986,2.913300037384033,0.06440000236034393,2.8131000995635986,2.913300037384033,0.08020000159740448,2.8062000274658203,2.8661999702453613,0.06509999930858612,2.8131000995635986,2.913300037384033,0.08020000159740448,2.8062000274658203,2.8661999702453613,0.08089999854564667,2.8060998916625977,2.8661999702453613,0.0502999983727932,2.8129000663757324,2.913300037384033,0.04969999939203262,2.8131000995635986,2.913300037384033,0.06440000236034393,2.8060998916625977,2.8661999702453613,0.0502999983727932,2.8131000995635986,2.913300037384033,0.06440000236034393,2.8062000274658203,2.8661999702453613,0.06509999930858612,2.7945001125335693,2.8173999786376953,0.0284000001847744,2.8048999309539795,2.8664000034332275,0.02759999968111515,2.8057000637054443,2.866300106048584,0.03750000149011612,2.7945001125335693,2.8173999786376953,0.0284000001847744,2.8057000637054443,2.866300106048584,0.03750000149011612,2.795300006866455,2.817199945449829,0.03830000013113022,2.8048999309539795,2.8664000034332275,0.02759999968111515,2.8117001056671143,2.9133999347686768,0.026900000870227814,2.8125998973846436,2.913300037384033,0.03680000081658363,2.8048999309539795,2.8664000034332275,0.02759999968111515,2.8125998973846436,2.913300037384033,0.03680000081658363,2.8057000637054443,2.866300106048584,0.03750000149011612,2.795300006866455,2.817199945449829,0.03830000013113022,2.8057000637054443,2.866300106048584,0.03750000149011612,2.8060998916625977,2.8661999702453613,0.0502999983727932,2.795300006866455,2.817199945449829,0.03830000013113022,2.8060998916625977,2.8661999702453613,0.0502999983727932,2.795599937438965,2.8171000480651855,0.05119999870657921,2.8057000637054443,2.866300106048584,0.03750000149011612,2.8125998973846436,2.913300037384033,0.03680000081658363,2.8129000663757324,2.913300037384033,0.04969999939203262,2.8057000637054443,2.866300106048584,0.03750000149011612,2.8129000663757324,2.913300037384033,0.04969999939203262,2.8060998916625977,2.8661999702453613,0.0502999983727932,2.7702999114990234,3.003999948501587,3.6393001079559326,2.7665998935699463,2.9179999828338623,3.63919997215271,2.7771999835968018,2.9217000007629395,3.6284000873565674,2.7702999114990234,3.003999948501587,3.6393001079559326,2.7771999835968018,2.9217000007629395,3.6284000873565674,2.7804999351501465,3.003999948501587,3.628499984741211,2.756200075149536,3.003999948501587,3.644700050354004,2.7523000240325928,2.9166998863220215,3.6445000171661377,2.7665998935699463,2.9179999828338623,3.63919997215271,2.756200075149536,3.003999948501587,3.644700050354004,2.7665998935699463,2.9179999828338623,3.63919997215271,2.7702999114990234,3.003999948501587,3.6393001079559326,2.7665998935699463,2.9179999828338623,3.63919997215271,2.7581000328063965,2.8366000652313232,3.6387999057769775,2.7690999507904053,2.8434998989105225,3.628000020980835,2.7665998935699463,2.9179999828338623,3.63919997215271,2.7690999507904053,2.8434998989105225,3.628000020980835,2.7771999835968018,2.9217000007629395,3.6284000873565674,2.7523000240325928,2.9166998863220215,3.6445000171661377,2.7416000366210938,2.8338000774383545,3.644200086593628,2.7581000328063965,2.8366000652313232,3.6387999057769775,2.7523000240325928,2.9166998863220215,3.6445000171661377,2.7581000328063965,2.8366000652313232,3.6387999057769775,2.7665998935699463,2.9179999828338623,3.63919997215271,2.7035000324249268,3.003999948501587,3.6466000080108643,2.6986000537872314,2.9182000160217285,3.6465001106262207,2.730799913406372,2.9170000553131104,3.646399974822998,2.7035000324249268,3.003999948501587,3.6466000080108643,2.730799913406372,2.9170000553131104,3.646399974822998,2.735100030899048,3.003999948501587,3.6465001106262207,2.6986000537872314,2.9182000160217285,3.6465001106262207,2.6747000217437744,2.8357999324798584,3.646199941635132,2.7139999866485596,2.833699941635132,3.6461000442504883,2.6986000537872314,2.9182000160217285,3.6465001106262207,2.7139999866485596,2.833699941635132,3.6461000442504883,2.730799913406372,2.9170000553131104,3.646399974822998,2.735100030899048,3.003999948501587,3.6465001106262207,2.730799913406372,2.9170000553131104,3.646399974822998,2.7523000240325928,2.9166998863220215,3.6445000171661377,2.735100030899048,3.003999948501587,3.6465001106262207,2.7523000240325928,2.9166998863220215,3.6445000171661377,2.756200075149536,3.003999948501587,3.644700050354004,2.730799913406372,2.9170000553131104,3.646399974822998,2.7139999866485596,2.833699941635132,3.6461000442504883,2.7416000366210938,2.8338000774383545,3.644200086593628,2.730799913406372,2.9170000553131104,3.646399974822998,2.7416000366210938,2.8338000774383545,3.644200086593628,2.7523000240325928,2.9166998863220215,3.6445000171661377,2.6435000896453857,2.6972999572753906,3.645400047302246,2.6803998947143555,2.7581000328063965,3.645699977874756,2.6226000785827637,2.759999990463257,3.6458001136779785,2.6435000896453857,2.6972999572753906,3.645400047302246,2.6226000785827637,2.759999990463257,3.6458001136779785,2.509500026702881,2.6907999515533447,3.6456000804901123,2.70740008354187,2.7004001140594482,3.6433000564575195,2.724900007247925,2.759999990463257,3.6438000202178955,2.6803998947143555,2.7581000328063965,3.645699977874756,2.70740008354187,2.7004001140594482,3.6433000564575195,2.6803998947143555,2.7581000328063965,3.645699977874756,2.6435000896453857,2.6972999572753906,3.645400047302246,2.6803998947143555,2.7581000328063965,3.645699977874756,2.7139999866485596,2.833699941635132,3.6461000442504883,2.6747000217437744,2.8357999324798584,3.646199941635132,2.6803998947143555,2.7581000328063965,3.645699977874756,2.6747000217437744,2.8357999324798584,3.646199941635132,2.6226000785827637,2.759999990463257,3.6458001136779785,2.724900007247925,2.759999990463257,3.6438000202178955,2.7416000366210938,2.8338000774383545,3.644200086593628,2.7139999866485596,2.833699941635132,3.6461000442504883,2.724900007247925,2.759999990463257,3.6438000202178955,2.7139999866485596,2.833699941635132,3.6461000442504883,2.6803998947143555,2.7581000328063965,3.645699977874756,2.7474000453948975,2.715100049972534,3.625999927520752,2.7583999633789062,2.7732999324798584,3.62719988822937,2.7472000122070312,2.76419997215271,3.6382999420166016,2.7474000453948975,2.715100049972534,3.625999927520752,2.7472000122070312,2.76419997215271,3.6382999420166016,2.7360999584198,2.705199956893921,3.637500047683716,2.7583999633789062,2.7732999324798584,3.62719988822937,2.7690999507904053,2.8434998989105225,3.628000020980835,2.7581000328063965,2.8366000652313232,3.6387999057769775,2.7583999633789062,2.7732999324798584,3.62719988822937,2.7581000328063965,2.8366000652313232,3.6387999057769775,2.7472000122070312,2.76419997215271,3.6382999420166016,2.7360999584198,2.705199956893921,3.637500047683716,2.7472000122070312,2.76419997215271,3.6382999420166016,2.724900007247925,2.759999990463257,3.6438000202178955,2.7360999584198,2.705199956893921,3.637500047683716,2.724900007247925,2.759999990463257,3.6438000202178955,2.70740008354187,2.7004001140594482,3.6433000564575195,2.7472000122070312,2.76419997215271,3.6382999420166016,2.7581000328063965,2.8366000652313232,3.6387999057769775,2.7416000366210938,2.8338000774383545,3.644200086593628,2.7472000122070312,2.76419997215271,3.6382999420166016,2.7416000366210938,2.8338000774383545,3.644200086593628,2.724900007247925,2.759999990463257,3.6438000202178955,2.8178000450134277,3.003999948501587,0.09520000219345093,2.816800117492676,2.958899974822998,0.09539999812841415,2.816800117492676,2.958899974822998,0.07970000058412552,2.8178000450134277,3.003999948501587,0.09520000219345093,2.816800117492676,2.958899974822998,0.07970000058412552,2.8178000450134277,3.003999948501587,0.0794999971985817,2.8178000450134277,3.003999948501587,0.16279999911785126,2.816800117492676,2.958899974822998,0.16300000250339508,2.816800117492676,2.958899974822998,0.09539999812841415,2.8178000450134277,3.003999948501587,0.16279999911785126,2.816800117492676,2.958899974822998,0.09539999812841415,2.8178000450134277,3.003999948501587,0.09520000219345093,2.816800117492676,2.958899974822998,0.09539999812841415,2.8131000995635986,2.913300037384033,0.09589999914169312,2.8131000995635986,2.913300037384033,0.08020000159740448,2.816800117492676,2.958899974822998,0.09539999812841415,2.8131000995635986,2.913300037384033,0.08020000159740448,2.816800117492676,2.958899974822998,0.07970000058412552,2.816800117492676,2.958899974822998,0.16300000250339508,2.8131000995635986,2.913300037384033,0.16349999606609344,2.8131000995635986,2.913300037384033,0.09589999914169312,2.816800117492676,2.958899974822998,0.16300000250339508,2.8131000995635986,2.913300037384033,0.09589999914169312,2.816800117492676,2.958899974822998,0.09539999812841415,2.8178000450134277,3.003999948501587,0.661899983882904,2.816800117492676,2.958899974822998,0.6621000170707703,2.816800117492676,2.958899974822998,0.3346000015735626,2.8178000450134277,3.003999948501587,0.661899983882904,2.816800117492676,2.958899974822998,0.3346000015735626,2.8178000450134277,3.003999948501587,0.3343999981880188,2.816800117492676,2.958899974822998,0.6621000170707703,2.8131000995635986,2.913300037384033,0.6622999906539917,2.8131000995635986,2.913300037384033,0.33500000834465027,2.816800117492676,2.958899974822998,0.6621000170707703,2.8131000995635986,2.913300037384033,0.33500000834465027,2.816800117492676,2.958899974822998,0.3346000015735626,2.8178000450134277,3.003999948501587,0.3343999981880188,2.816800117492676,2.958899974822998,0.3346000015735626,2.816800117492676,2.958899974822998,0.16300000250339508,2.8178000450134277,3.003999948501587,0.3343999981880188,2.816800117492676,2.958899974822998,0.16300000250339508,2.8178000450134277,3.003999948501587,0.16279999911785126,2.816800117492676,2.958899974822998,0.3346000015735626,2.8131000995635986,2.913300037384033,0.33500000834465027,2.8131000995635986,2.913300037384033,0.16349999606609344,2.816800117492676,2.958899974822998,0.3346000015735626,2.8131000995635986,2.913300037384033,0.16349999606609344,2.816800117492676,2.958899974822998,0.16300000250339508,2.7957000732421875,2.816999912261963,0.3359000086784363,2.8062000274658203,2.8661999702453613,0.3353999853134155,2.8062000274658203,2.8661999702453613,0.6625000238418579,2.7957000732421875,2.816999912261963,0.3359000086784363,2.8062000274658203,2.8661999702453613,0.6625000238418579,2.7957000732421875,2.816999912261963,0.6622999906539917,2.7957000732421875,2.816999912261963,0.1648000031709671,2.8062000274658203,2.8661999702453613,0.16410000622272491,2.8062000274658203,2.8661999702453613,0.3353999853134155,2.7957000732421875,2.816999912261963,0.1648000031709671,2.8062000274658203,2.8661999702453613,0.3353999853134155,2.7957000732421875,2.816999912261963,0.3359000086784363,2.8062000274658203,2.8661999702453613,0.3353999853134155,2.8131000995635986,2.913300037384033,0.33500000834465027,2.8131000995635986,2.913300037384033,0.6622999906539917,2.8062000274658203,2.8661999702453613,0.3353999853134155,2.8131000995635986,2.913300037384033,0.6622999906539917,2.8062000274658203,2.8661999702453613,0.6625000238418579,2.8062000274658203,2.8661999702453613,0.16410000622272491,2.8131000995635986,2.913300037384033,0.16349999606609344,2.8131000995635986,2.913300037384033,0.33500000834465027,2.8062000274658203,2.8661999702453613,0.16410000622272491,2.8131000995635986,2.913300037384033,0.33500000834465027,2.8062000274658203,2.8661999702453613,0.3353999853134155,2.7957000732421875,2.816999912261963,0.08169999718666077,2.8062000274658203,2.8661999702453613,0.08089999854564667,2.8062000274658203,2.8661999702453613,0.09650000184774399,2.7957000732421875,2.816999912261963,0.08169999718666077,2.8062000274658203,2.8661999702453613,0.09650000184774399,2.7957000732421875,2.816999912261963,0.09740000218153,2.8062000274658203,2.8661999702453613,0.08089999854564667,2.8131000995635986,2.913300037384033,0.08020000159740448,2.8131000995635986,2.913300037384033,0.09589999914169312,2.8062000274658203,2.8661999702453613,0.08089999854564667,2.8131000995635986,2.913300037384033,0.09589999914169312,2.8062000274658203,2.8661999702453613,0.09650000184774399,2.7957000732421875,2.816999912261963,0.09740000218153,2.8062000274658203,2.8661999702453613,0.09650000184774399,2.8062000274658203,2.8661999702453613,0.16410000622272491,2.7957000732421875,2.816999912261963,0.09740000218153,2.8062000274658203,2.8661999702453613,0.16410000622272491,2.7957000732421875,2.816999912261963,0.1648000031709671,2.8062000274658203,2.8661999702453613,0.09650000184774399,2.8131000995635986,2.913300037384033,0.09589999914169312,2.8131000995635986,2.913300037384033,0.16349999606609344,2.8062000274658203,2.8661999702453613,0.09650000184774399,2.8131000995635986,2.913300037384033,0.16349999606609344,2.8062000274658203,2.8661999702453613,0.16410000622272491,2.388400077819824,3.4303998947143555,3.6152000427246094,2.124000072479248,3.4307000637054443,3.609999895095825,2.142400026321411,3.400700092315674,3.631500005722046,2.388400077819824,3.4303998947143555,3.6152000427246094,2.142400026321411,3.400700092315674,3.631500005722046,2.411099910736084,3.400099992752075,3.63319993019104,2.124000072479248,3.4307000637054443,3.609999895095825,1.7832000255584717,3.4319000244140625,3.6040000915527344,1.7962000370025635,3.4021999835968018,3.6296000480651855,2.124000072479248,3.4307000637054443,3.609999895095825,1.7962000370025635,3.4021999835968018,3.6296000480651855,2.142400026321411,3.400700092315674,3.631500005722046,2.411099910736084,3.400099992752075,3.63319993019104,2.142400026321411,3.400700092315674,3.631500005722046,2.1596999168395996,3.378499984741211,3.642400026321411,2.411099910736084,3.400099992752075,3.63319993019104,2.1596999168395996,3.378499984741211,3.642400026321411,2.4312000274658203,3.376199960708618,3.6422998905181885,2.142400026321411,3.400700092315674,3.631500005722046,1.7962000370025635,3.4021999835968018,3.6296000480651855,1.808500051498413,3.3810999393463135,3.642400026321411,2.142400026321411,3.400700092315674,3.631500005722046,1.808500051498413,3.3810999393463135,3.642400026321411,2.1596999168395996,3.378499984741211,3.642400026321411,1.3916000127792358,3.433300018310547,3.5989999771118164,0.974399983882904,3.434000015258789,3.5966999530792236,0.974399983882904,3.4045000076293945,3.62719988822937,1.3916000127792358,3.433300018310547,3.5989999771118164,0.974399983882904,3.4045000076293945,3.62719988822937,1.3982000350952148,3.403700113296509,3.6278998851776123,1.3982000350952148,3.403700113296509,3.6278998851776123,0.974399983882904,3.4045000076293945,3.62719988822937,0.974399983882904,3.3822999000549316,3.6426000595092773,1.3982000350952148,3.403700113296509,3.6278998851776123,0.974399983882904,3.3822999000549316,3.6426000595092773,1.4046000242233276,3.382200002670288,3.6424999237060547,1.7832000255584717,3.4319000244140625,3.6040000915527344,1.3916000127792358,3.433300018310547,3.5989999771118164,1.3982000350952148,3.403700113296509,3.6278998851776123,1.7832000255584717,3.4319000244140625,3.6040000915527344,1.3982000350952148,3.403700113296509,3.6278998851776123,1.7962000370025635,3.4021999835968018,3.6296000480651855,1.7962000370025635,3.4021999835968018,3.6296000480651855,1.3982000350952148,3.403700113296509,3.6278998851776123,1.4046000242233276,3.382200002670288,3.6424999237060547,1.7962000370025635,3.4021999835968018,3.6296000480651855,1.4046000242233276,3.382200002670288,3.6424999237060547,1.808500051498413,3.3810999393463135,3.642400026321411,0.9743000268936157,3.330699920654297,3.648200035095215,1.4696999788284302,3.348400115966797,3.6475000381469727,1.414199948310852,3.364300012588501,3.6475000381469727,0.9743000268936157,3.330699920654297,3.648200035095215,1.414199948310852,3.364300012588501,3.6475000381469727,0.974399983882904,3.362499952316284,3.6477999687194824,1.4696999788284302,3.348400115966797,3.6475000381469727,1.8624000549316406,3.351300001144409,3.646899938583374,1.8269000053405762,3.364799976348877,3.6468000411987305,1.4696999788284302,3.348400115966797,3.6475000381469727,1.8269000053405762,3.364799976348877,3.6468000411987305,1.414199948310852,3.364300012588501,3.6475000381469727,0.974399983882904,3.362499952316284,3.6477999687194824,1.414199948310852,3.364300012588501,3.6475000381469727,1.4046000242233276,3.382200002670288,3.6424999237060547,0.974399983882904,3.362499952316284,3.6477999687194824,1.4046000242233276,3.382200002670288,3.6424999237060547,0.974399983882904,3.3822999000549316,3.6426000595092773,1.414199948310852,3.364300012588501,3.6475000381469727,1.8269000053405762,3.364799976348877,3.6468000411987305,1.808500051498413,3.3810999393463135,3.642400026321411,1.414199948310852,3.364300012588501,3.6475000381469727,1.808500051498413,3.3810999393463135,3.642400026321411,1.4046000242233276,3.382200002670288,3.6424999237060547,2.206399917602539,3.342400074005127,3.646199941635132,2.509500026702881,3.3171000480651855,3.6456000804901123,2.458699941635132,3.352299928665161,3.645400047302246,2.206399917602539,3.342400074005127,3.646199941635132,2.458699941635132,3.352299928665161,3.645400047302246,2.1851999759674072,3.359100103378296,3.6459999084472656,2.1851999759674072,3.359100103378296,3.6459999084472656,2.458699941635132,3.352299928665161,3.645400047302246,2.4312000274658203,3.376199960708618,3.6422998905181885,2.1851999759674072,3.359100103378296,3.6459999084472656,2.4312000274658203,3.376199960708618,3.6422998905181885,2.1596999168395996,3.378499984741211,3.642400026321411,1.8624000549316406,3.351300001144409,3.646899938583374,2.206399917602539,3.342400074005127,3.646199941635132,2.1851999759674072,3.359100103378296,3.6459999084472656,1.8624000549316406,3.351300001144409,3.646899938583374,2.1851999759674072,3.359100103378296,3.6459999084472656,1.8269000053405762,3.364799976348877,3.6468000411987305,1.8269000053405762,3.364799976348877,3.6468000411987305,2.1851999759674072,3.359100103378296,3.6459999084472656,2.1596999168395996,3.378499984741211,3.642400026321411,1.8269000053405762,3.364799976348877,3.6468000411987305,2.1596999168395996,3.378499984741211,3.642400026321411,1.808500051498413,3.3810999393463135,3.642400026321411,2.003000020980835,3.6530001163482666,0.03700000047683716,2.0032999515533447,3.6538000106811523,0.04690000042319298,2.2590999603271484,3.629199981689453,0.04639999940991402,2.003000020980835,3.6530001163482666,0.03700000047683716,2.2590999603271484,3.629199981689453,0.04639999940991402,2.2588000297546387,3.6284000873565674,0.0364999994635582,1.6913000345230103,3.665299892425537,0.03720000013709068,1.691499948501587,3.666100025177002,0.047200001776218414,2.0032999515533447,3.6538000106811523,0.04690000042319298,1.6913000345230103,3.665299892425537,0.03720000013709068,2.0032999515533447,3.6538000106811523,0.04690000042319298,2.003000020980835,3.6530001163482666,0.03700000047683716,2.0032999515533447,3.6538000106811523,0.04690000042319298,2.0034000873565674,3.6542000770568848,0.059700001031160355,2.2592999935150146,3.6296000480651855,0.05920000001788139,2.0032999515533447,3.6538000106811523,0.04690000042319298,2.2592999935150146,3.6296000480651855,0.05920000001788139,2.2590999603271484,3.629199981689453,0.04639999940991402,1.691499948501587,3.666100025177002,0.047200001776218414,1.691499948501587,3.6665000915527344,0.05990000069141388,2.0034000873565674,3.6542000770568848,0.059700001031160355,1.691499948501587,3.666100025177002,0.047200001776218414,2.0034000873565674,3.6542000770568848,0.059700001031160355,2.0032999515533447,3.6538000106811523,0.04690000042319298,0.974399983882904,3.6693999767303467,0.037300001829862595,0.974399983882904,3.6702001094818115,0.04729999974370003,1.3423000574111938,3.6702001094818115,0.04729999974370003,0.974399983882904,3.6693999767303467,0.037300001829862595,1.3423000574111938,3.6702001094818115,0.04729999974370003,1.3422000408172607,3.6693999767303467,0.037300001829862595,0.974399983882904,3.6702001094818115,0.04729999974370003,0.974399983882904,3.670599937438965,0.05999999865889549,1.3423000574111938,3.670599937438965,0.05999999865889549,0.974399983882904,3.6702001094818115,0.04729999974370003,1.3423000574111938,3.670599937438965,0.05999999865889549,1.3423000574111938,3.6702001094818115,0.04729999974370003,1.3422000408172607,3.6693999767303467,0.037300001829862595,1.3423000574111938,3.6702001094818115,0.04729999974370003,1.691499948501587,3.666100025177002,0.047200001776218414,1.3422000408172607,3.6693999767303467,0.037300001829862595,1.691499948501587,3.666100025177002,0.047200001776218414,1.6913000345230103,3.665299892425537,0.03720000013709068,1.3423000574111938,3.6702001094818115,0.04729999974370003,1.3423000574111938,3.670599937438965,0.05999999865889549,1.691499948501587,3.6665000915527344,0.05990000069141388,1.3423000574111938,3.6702001094818115,0.04729999974370003,1.691499948501587,3.6665000915527344,0.05990000069141388,1.691499948501587,3.666100025177002,0.047200001776218414,1.3423000574111938,3.670799970626831,0.08959999680519104,1.3423000574111938,3.670799970626831,0.07450000196695328,0.974399983882904,3.670799970626831,0.07450000196695328,1.3423000574111938,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.07450000196695328,0.974399983882904,3.670799970626831,0.08959999680519104,1.69159996509552,3.6666998863220215,0.08959999680519104,1.69159996509552,3.6666998863220215,0.07450000196695328,1.3423000574111938,3.670799970626831,0.07450000196695328,1.69159996509552,3.6666998863220215,0.08959999680519104,1.3423000574111938,3.670799970626831,0.07450000196695328,1.3423000574111938,3.670799970626831,0.08959999680519104,1.3423000574111938,3.670799970626831,0.07450000196695328,1.3423000574111938,3.670599937438965,0.05999999865889549,0.974399983882904,3.670599937438965,0.05999999865889549,1.3423000574111938,3.670799970626831,0.07450000196695328,0.974399983882904,3.670599937438965,0.05999999865889549,0.974399983882904,3.670799970626831,0.07450000196695328,1.69159996509552,3.6666998863220215,0.07450000196695328,1.691499948501587,3.6665000915527344,0.05990000069141388,1.3423000574111938,3.670599937438965,0.05999999865889549,1.69159996509552,3.6666998863220215,0.07450000196695328,1.3423000574111938,3.670599937438965,0.05999999865889549,1.3423000574111938,3.670799970626831,0.07450000196695328,2.2592999935150146,3.629699945449829,0.08919999748468399,2.2592999935150146,3.629699945449829,0.0737999975681305,2.003499984741211,3.6542999744415283,0.07429999858140945,2.2592999935150146,3.629699945449829,0.08919999748468399,2.003499984741211,3.6542999744415283,0.07429999858140945,2.003499984741211,3.6542999744415283,0.08950000256299973,2.2592999935150146,3.629699945449829,0.0737999975681305,2.2592999935150146,3.6296000480651855,0.05920000001788139,2.0034000873565674,3.6542000770568848,0.059700001031160355,2.2592999935150146,3.629699945449829,0.0737999975681305,2.0034000873565674,3.6542000770568848,0.059700001031160355,2.003499984741211,3.6542999744415283,0.07429999858140945,2.003499984741211,3.6542999744415283,0.08950000256299973,2.003499984741211,3.6542999744415283,0.07429999858140945,1.69159996509552,3.6666998863220215,0.07450000196695328,2.003499984741211,3.6542999744415283,0.08950000256299973,1.69159996509552,3.6666998863220215,0.07450000196695328,1.69159996509552,3.6666998863220215,0.08959999680519104,2.003499984741211,3.6542999744415283,0.07429999858140945,2.0034000873565674,3.6542000770568848,0.059700001031160355,1.691499948501587,3.6665000915527344,0.05990000069141388,2.003499984741211,3.6542999744415283,0.07429999858140945,1.691499948501587,3.6665000915527344,0.05990000069141388,1.69159996509552,3.6666998863220215,0.07450000196695328,2.2558999061584473,3.6257998943328857,3.4365999698638916,2.436300039291382,3.585099935531616,3.4869000911712646,2.438800096511841,3.5871999263763428,3.4616000652313232,2.2558999061584473,3.6257998943328857,3.4365999698638916,2.438800096511841,3.5871999263763428,3.4616000652313232,2.257999897003174,3.6280999183654785,3.411600112915039,2.436300039291382,3.585099935531616,3.4869000911712646,2.55679988861084,3.5350000858306885,3.530400037765503,2.559999942779541,3.536400079727173,3.5048999786376953,2.436300039291382,3.585099935531616,3.4869000911712646,2.559999942779541,3.536400079727173,3.5048999786376953,2.438800096511841,3.5871999263763428,3.4616000652313232,2.257999897003174,3.6280999183654785,3.411600112915039,2.438800096511841,3.5871999263763428,3.4616000652313232,2.4400999546051025,3.588200092315674,3.3826000690460205,2.257999897003174,3.6280999183654785,3.411600112915039,2.4400999546051025,3.588200092315674,3.3826000690460205,2.259000062942505,3.629300117492676,3.333899974822998,2.438800096511841,3.5871999263763428,3.4616000652313232,2.559999942779541,3.536400079727173,3.5048999786376953,2.5617001056671143,3.536900043487549,3.424499988555908,2.438800096511841,3.5871999263763428,3.4616000652313232,2.5617001056671143,3.536900043487549,3.424499988555908,2.4400999546051025,3.588200092315674,3.3826000690460205,2.6322999000549316,3.482599973678589,3.5660998821258545,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.6828999519348145,3.4321000576019287,3.5680999755859375,2.6322999000549316,3.482599973678589,3.5660998821258545,2.6828999519348145,3.4321000576019287,3.5680999755859375,2.636399984359741,3.482599973678589,3.540600061416626,2.636399984359741,3.482599973678589,3.540600061416626,2.6828999519348145,3.4321000576019287,3.5680999755859375,2.6867001056671143,3.4275999069213867,3.4867000579833984,2.636399984359741,3.482599973678589,3.540600061416626,2.6867001056671143,3.4275999069213867,3.4867000579833984,2.6387999057769775,3.481300115585327,3.459399938583374,2.55679988861084,3.5350000858306885,3.530400037765503,2.6322999000549316,3.482599973678589,3.5660998821258545,2.636399984359741,3.482599973678589,3.540600061416626,2.55679988861084,3.5350000858306885,3.530400037765503,2.636399984359741,3.482599973678589,3.540600061416626,2.559999942779541,3.536400079727173,3.5048999786376953,2.559999942779541,3.536400079727173,3.5048999786376953,2.636399984359741,3.482599973678589,3.540600061416626,2.6387999057769775,3.481300115585327,3.459399938583374,2.559999942779541,3.536400079727173,3.5048999786376953,2.6387999057769775,3.481300115585327,3.459399938583374,2.5617001056671143,3.536900043487549,3.424499988555908,2.6909000873565674,3.418299913406372,2.9670000076293945,2.6407999992370605,3.4776999950408936,2.94350004196167,2.640199899673462,3.4795000553131104,3.275899887084961,2.6909000873565674,3.418299913406372,2.9670000076293945,2.640199899673462,3.4795000553131104,3.275899887084961,2.689300060272217,3.422600030899048,3.302000045776367,2.6407999992370605,3.4776999950408936,2.94350004196167,2.5625998973846436,3.5362000465393066,2.914400100708008,2.5624001026153564,3.5367000102996826,3.2430999279022217,2.6407999992370605,3.4776999950408936,2.94350004196167,2.5624001026153564,3.5367000102996826,3.2430999279022217,2.640199899673462,3.4795000553131104,3.275899887084961,2.689300060272217,3.422600030899048,3.302000045776367,2.640199899673462,3.4795000553131104,3.275899887084961,2.6387999057769775,3.481300115585327,3.459399938583374,2.689300060272217,3.422600030899048,3.302000045776367,2.6387999057769775,3.481300115585327,3.459399938583374,2.6867001056671143,3.4275999069213867,3.4867000579833984,2.640199899673462,3.4795000553131104,3.275899887084961,2.5624001026153564,3.5367000102996826,3.2430999279022217,2.5617001056671143,3.536900043487549,3.424499988555908,2.640199899673462,3.4795000553131104,3.275899887084961,2.5617001056671143,3.536900043487549,3.424499988555908,2.6387999057769775,3.481300115585327,3.459399938583374,2.440500020980835,3.588599920272827,2.879699945449829,2.2592999935150146,3.629699945449829,2.8392999172210693,2.2592999935150146,3.629699945449829,3.1582999229431152,2.440500020980835,3.588599920272827,2.879699945449829,2.2592999935150146,3.629699945449829,3.1582999229431152,2.440500020980835,3.588599920272827,3.203900098800659,2.440500020980835,3.588599920272827,3.203900098800659,2.2592999935150146,3.629699945449829,3.1582999229431152,2.259000062942505,3.629300117492676,3.333899974822998,2.440500020980835,3.588599920272827,3.203900098800659,2.259000062942505,3.629300117492676,3.333899974822998,2.4400999546051025,3.588200092315674,3.3826000690460205,2.5625998973846436,3.5362000465393066,2.914400100708008,2.440500020980835,3.588599920272827,2.879699945449829,2.440500020980835,3.588599920272827,3.203900098800659,2.5625998973846436,3.5362000465393066,2.914400100708008,2.440500020980835,3.588599920272827,3.203900098800659,2.5624001026153564,3.5367000102996826,3.2430999279022217,2.5624001026153564,3.5367000102996826,3.2430999279022217,2.440500020980835,3.588599920272827,3.203900098800659,2.4400999546051025,3.588200092315674,3.3826000690460205,2.5624001026153564,3.5367000102996826,3.2430999279022217,2.4400999546051025,3.588200092315674,3.3826000690460205,2.5617001056671143,3.536900043487549,3.424499988555908,2.692500114440918,3.4138998985290527,0.08540000021457672,2.692500114440918,3.4138998985290527,0.10100000351667404,2.7314999103546143,3.354300022125244,0.10000000149011612,2.692500114440918,3.4138998985290527,0.08540000021457672,2.7314999103546143,3.354300022125244,0.10000000149011612,2.7314999103546143,3.354300022125244,0.0843999981880188,2.692500114440918,3.4138998985290527,0.10100000351667404,2.692500114440918,3.4138998985290527,0.1673000007867813,2.7314999103546143,3.354300022125244,0.16680000722408295,2.692500114440918,3.4138998985290527,0.10100000351667404,2.7314999103546143,3.354300022125244,0.16680000722408295,2.7314999103546143,3.354300022125244,0.10000000149011612,2.7314999103546143,3.354300022125244,0.0843999981880188,2.7314999103546143,3.354300022125244,0.10000000149011612,2.7604000568389893,3.2971999645233154,0.09910000115633011,2.7314999103546143,3.354300022125244,0.0843999981880188,2.7604000568389893,3.2971999645233154,0.09910000115633011,2.7604000568389893,3.2971999645233154,0.08340000361204147,2.7314999103546143,3.354300022125244,0.10000000149011612,2.7314999103546143,3.354300022125244,0.16680000722408295,2.7604000568389893,3.2971999645233154,0.16619999706745148,2.7314999103546143,3.354300022125244,0.10000000149011612,2.7604000568389893,3.2971999645233154,0.16619999706745148,2.7604000568389893,3.2971999645233154,0.09910000115633011,2.692500114440918,3.4138998985290527,0.6553999781608582,2.7314999103546143,3.354300022125244,0.6582000255584717,2.7314999103546143,3.354300022125244,0.3357999920845032,2.692500114440918,3.4138998985290527,0.6553999781608582,2.7314999103546143,3.354300022125244,0.3357999920845032,2.692500114440918,3.4138998985290527,0.3352000117301941,2.7314999103546143,3.354300022125244,0.6582000255584717,2.7604000568389893,3.2971999645233154,0.6603000164031982,2.7604000568389893,3.2971999645233154,0.3361000120639801,2.7314999103546143,3.354300022125244,0.6582000255584717,2.7604000568389893,3.2971999645233154,0.3361000120639801,2.7314999103546143,3.354300022125244,0.3357999920845032,2.692500114440918,3.4138998985290527,0.3352000117301941,2.7314999103546143,3.354300022125244,0.3357999920845032,2.7314999103546143,3.354300022125244,0.16680000722408295,2.692500114440918,3.4138998985290527,0.3352000117301941,2.7314999103546143,3.354300022125244,0.16680000722408295,2.692500114440918,3.4138998985290527,0.1673000007867813,2.7314999103546143,3.354300022125244,0.3357999920845032,2.7604000568389893,3.2971999645233154,0.3361000120639801,2.7604000568389893,3.2971999645233154,0.16619999706745148,2.7314999103546143,3.354300022125244,0.3357999920845032,2.7604000568389893,3.2971999645233154,0.16619999706745148,2.7314999103546143,3.354300022125244,0.16680000722408295,2.7957000732421875,3.1909000873565674,0.3359000086784363,2.781100034713745,3.2427000999450684,0.3361000120639801,2.781100034713745,3.2427000999450684,0.6615999937057495,2.7957000732421875,3.1909000873565674,0.3359000086784363,2.781100034713745,3.2427000999450684,0.6615999937057495,2.7957000732421875,3.1909000873565674,0.6622999906539917,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.781100034713745,3.2427000999450684,0.1655000001192093,2.781100034713745,3.2427000999450684,0.3361000120639801,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.781100034713745,3.2427000999450684,0.3361000120639801,2.7957000732421875,3.1909000873565674,0.3359000086784363,2.781100034713745,3.2427000999450684,0.3361000120639801,2.7604000568389893,3.2971999645233154,0.3361000120639801,2.7604000568389893,3.2971999645233154,0.6603000164031982,2.781100034713745,3.2427000999450684,0.3361000120639801,2.7604000568389893,3.2971999645233154,0.6603000164031982,2.781100034713745,3.2427000999450684,0.6615999937057495,2.781100034713745,3.2427000999450684,0.1655000001192093,2.7604000568389893,3.2971999645233154,0.16619999706745148,2.7604000568389893,3.2971999645233154,0.3361000120639801,2.781100034713745,3.2427000999450684,0.1655000001192093,2.7604000568389893,3.2971999645233154,0.3361000120639801,2.781100034713745,3.2427000999450684,0.3361000120639801,2.7957000732421875,3.1909000873565674,0.09740000218153,2.7957000732421875,3.1909000873565674,0.08169999718666077,2.781100034713745,3.2427000999450684,0.08250000327825546,2.7957000732421875,3.1909000873565674,0.09740000218153,2.781100034713745,3.2427000999450684,0.08250000327825546,2.781100034713745,3.2427000999450684,0.0982000008225441,2.781100034713745,3.2427000999450684,0.0982000008225441,2.781100034713745,3.2427000999450684,0.08250000327825546,2.7604000568389893,3.2971999645233154,0.08340000361204147,2.781100034713745,3.2427000999450684,0.0982000008225441,2.7604000568389893,3.2971999645233154,0.08340000361204147,2.7604000568389893,3.2971999645233154,0.09910000115633011,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.7957000732421875,3.1909000873565674,0.09740000218153,2.781100034713745,3.2427000999450684,0.0982000008225441,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.781100034713745,3.2427000999450684,0.0982000008225441,2.781100034713745,3.2427000999450684,0.1655000001192093,2.781100034713745,3.2427000999450684,0.1655000001192093,2.781100034713745,3.2427000999450684,0.0982000008225441,2.7604000568389893,3.2971999645233154,0.09910000115633011,2.781100034713745,3.2427000999450684,0.1655000001192093,2.7604000568389893,3.2971999645233154,0.09910000115633011,2.7604000568389893,3.2971999645233154,0.16619999706745148,2.692500114440918,3.4138998985290527,0.08540000021457672,2.692500114440918,3.4138998985290527,0.06970000267028809,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.692500114440918,3.4138998985290527,0.08540000021457672,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.6414999961853027,3.4760000705718994,0.08649999648332596,2.6923999786376953,3.4138998985290527,0.054999999701976776,2.641400098800659,3.4758999347686768,0.05609999969601631,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.6923999786376953,3.4138998985290527,0.054999999701976776,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.692500114440918,3.4138998985290527,0.06970000267028809,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.562700033187866,3.535799980163574,0.07199999690055847,2.562700033187866,3.535799980163574,0.08760000020265579,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.562700033187866,3.535799980163574,0.08760000020265579,2.6414999961853027,3.4760000705718994,0.08649999648332596,2.641400098800659,3.4758999347686768,0.05609999969601631,2.5625998973846436,3.5357000827789307,0.05730000138282776,2.562700033187866,3.535799980163574,0.07199999690055847,2.641400098800659,3.4758999347686768,0.05609999969601631,2.562700033187866,3.535799980163574,0.07199999690055847,2.6414999961853027,3.4760000705718994,0.07090000063180923,2.691499948501587,3.413100004196167,0.03220000118017197,2.640500068664551,3.475100040435791,0.033399999141693115,2.6410999298095703,3.475600004196167,0.043299999088048935,2.691499948501587,3.413100004196167,0.03220000118017197,2.6410999298095703,3.475600004196167,0.043299999088048935,2.6921000480651855,3.413599967956543,0.042100001126527786,2.640500068664551,3.475100040435791,0.033399999141693115,2.5618999004364014,3.5348000526428223,0.03460000082850456,2.5624001026153564,3.535399913787842,0.04450000077486038,2.640500068664551,3.475100040435791,0.033399999141693115,2.5624001026153564,3.535399913787842,0.04450000077486038,2.6410999298095703,3.475600004196167,0.043299999088048935,2.6921000480651855,3.413599967956543,0.042100001126527786,2.6410999298095703,3.475600004196167,0.043299999088048935,2.641400098800659,3.4758999347686768,0.05609999969601631,2.6921000480651855,3.413599967956543,0.042100001126527786,2.641400098800659,3.4758999347686768,0.05609999969601631,2.6923999786376953,3.4138998985290527,0.054999999701976776,2.6410999298095703,3.475600004196167,0.043299999088048935,2.5624001026153564,3.535399913787842,0.04450000077486038,2.5625998973846436,3.5357000827789307,0.05730000138282776,2.6410999298095703,3.475600004196167,0.043299999088048935,2.5625998973846436,3.5357000827789307,0.05730000138282776,2.641400098800659,3.4758999347686768,0.05609999969601631,2.2590999603271484,3.629199981689453,0.04639999940991402,2.4402999877929688,3.588099956512451,0.04560000076889992,2.4398000240325928,3.5875000953674316,0.035599999129772186,2.2590999603271484,3.629199981689453,0.04639999940991402,2.4398000240325928,3.5875000953674316,0.035599999129772186,2.2588000297546387,3.6284000873565674,0.0364999994635582,2.2592999935150146,3.6296000480651855,0.05920000001788139,2.440500020980835,3.5885000228881836,0.058400001376867294,2.4402999877929688,3.588099956512451,0.04560000076889992,2.2592999935150146,3.6296000480651855,0.05920000001788139,2.4402999877929688,3.588099956512451,0.04560000076889992,2.2590999603271484,3.629199981689453,0.04639999940991402,2.4402999877929688,3.588099956512451,0.04560000076889992,2.5624001026153564,3.535399913787842,0.04450000077486038,2.5618999004364014,3.5348000526428223,0.03460000082850456,2.4402999877929688,3.588099956512451,0.04560000076889992,2.5618999004364014,3.5348000526428223,0.03460000082850456,2.4398000240325928,3.5875000953674316,0.035599999129772186,2.440500020980835,3.5885000228881836,0.058400001376867294,2.5625998973846436,3.5357000827789307,0.05730000138282776,2.5624001026153564,3.535399913787842,0.04450000077486038,2.440500020980835,3.5885000228881836,0.058400001376867294,2.5624001026153564,3.535399913787842,0.04450000077486038,2.4402999877929688,3.588099956512451,0.04560000076889992,2.2592999935150146,3.629699945449829,0.08919999748468399,2.440500020980835,3.588599920272827,0.0885000005364418,2.440500020980835,3.588599920272827,0.0729999989271164,2.2592999935150146,3.629699945449829,0.08919999748468399,2.440500020980835,3.588599920272827,0.0729999989271164,2.2592999935150146,3.629699945449829,0.0737999975681305,2.440500020980835,3.588599920272827,0.0885000005364418,2.562700033187866,3.535799980163574,0.08760000020265579,2.562700033187866,3.535799980163574,0.07199999690055847,2.440500020980835,3.588599920272827,0.0885000005364418,2.562700033187866,3.535799980163574,0.07199999690055847,2.440500020980835,3.588599920272827,0.0729999989271164,2.2592999935150146,3.629699945449829,0.0737999975681305,2.440500020980835,3.588599920272827,0.0729999989271164,2.440500020980835,3.5885000228881836,0.058400001376867294,2.2592999935150146,3.629699945449829,0.0737999975681305,2.440500020980835,3.5885000228881836,0.058400001376867294,2.2592999935150146,3.6296000480651855,0.05920000001788139,2.440500020980835,3.588599920272827,0.0729999989271164,2.562700033187866,3.535799980163574,0.07199999690055847,2.5625998973846436,3.5357000827789307,0.05730000138282776,2.440500020980835,3.588599920272827,0.0729999989271164,2.5625998973846436,3.5357000827789307,0.05730000138282776,2.440500020980835,3.5885000228881836,0.058400001376867294,2.3526999950408936,3.473599910736084,3.5852999687194824,2.095099925994873,3.473299980163574,3.574199914932251,2.124000072479248,3.4307000637054443,3.609999895095825,2.3526999950408936,3.473599910736084,3.5852999687194824,2.124000072479248,3.4307000637054443,3.609999895095825,2.388400077819824,3.4303998947143555,3.6152000427246094,2.296999931335449,3.5206000804901123,3.5480000972747803,2.053999900817871,3.5204999446868896,3.530400037765503,2.095099925994873,3.473299980163574,3.574199914932251,2.296999931335449,3.5206000804901123,3.5480000972747803,2.095099925994873,3.473299980163574,3.574199914932251,2.3526999950408936,3.473599910736084,3.5852999687194824,2.095099925994873,3.473299980163574,3.574199914932251,1.7630000114440918,3.474100112915039,3.5613999366760254,1.7832000255584717,3.4319000244140625,3.6040000915527344,2.095099925994873,3.473299980163574,3.574199914932251,1.7832000255584717,3.4319000244140625,3.6040000915527344,2.124000072479248,3.4307000637054443,3.609999895095825,2.053999900817871,3.5204999446868896,3.530400037765503,1.7374999523162842,3.5218000411987305,3.509700059890747,1.7630000114440918,3.474100112915039,3.5613999366760254,2.053999900817871,3.5204999446868896,3.530400037765503,1.7630000114440918,3.474100112915039,3.5613999366760254,2.095099925994873,3.473299980163574,3.574199914932251,2.126300096511841,3.589099884033203,3.4755001068115234,1.9593000411987305,3.5994999408721924,3.446700096130371,1.9987000226974487,3.5638999938964844,3.484800100326538,2.126300096511841,3.589099884033203,3.4755001068115234,1.9987000226974487,3.5638999938964844,3.484800100326538,2.2139999866485596,3.5620999336242676,3.5076000690460205,1.9593000411987305,3.5994999408721924,3.446700096130371,1.6871000528335571,3.607300043106079,3.411400079727173,1.708799958229065,3.5680999755859375,3.456899881362915,1.9593000411987305,3.5994999408721924,3.446700096130371,1.708799958229065,3.5680999755859375,3.456899881362915,1.9987000226974487,3.5638999938964844,3.484800100326538,2.2139999866485596,3.5620999336242676,3.5076000690460205,1.9987000226974487,3.5638999938964844,3.484800100326538,2.053999900817871,3.5204999446868896,3.530400037765503,2.2139999866485596,3.5620999336242676,3.5076000690460205,2.053999900817871,3.5204999446868896,3.530400037765503,2.296999931335449,3.5206000804901123,3.5480000972747803,1.9987000226974487,3.5638999938964844,3.484800100326538,1.708799958229065,3.5680999755859375,3.456899881362915,1.7374999523162842,3.5218000411987305,3.509700059890747,1.9987000226974487,3.5638999938964844,3.484800100326538,1.7374999523162842,3.5218000411987305,3.509700059890747,2.053999900817871,3.5204999446868896,3.530400037765503,0.974399983882904,3.5701000690460205,3.4219000339508057,1.357100009918213,3.5697999000549316,3.4328999519348145,1.347599983215332,3.609999895095825,3.3815999031066895,0.974399983882904,3.5701000690460205,3.4219000339508057,1.347599983215332,3.609999895095825,3.3815999031066895,0.974399983882904,3.610100030899048,3.3680999279022217,0.974399983882904,3.523099899291992,3.4844000339508057,1.36899995803833,3.522700071334839,3.492300033569336,1.357100009918213,3.5697999000549316,3.4328999519348145,0.974399983882904,3.523099899291992,3.4844000339508057,1.357100009918213,3.5697999000549316,3.4328999519348145,0.974399983882904,3.5701000690460205,3.4219000339508057,1.357100009918213,3.5697999000549316,3.4328999519348145,1.708799958229065,3.5680999755859375,3.456899881362915,1.6871000528335571,3.607300043106079,3.411400079727173,1.357100009918213,3.5697999000549316,3.4328999519348145,1.6871000528335571,3.607300043106079,3.411400079727173,1.347599983215332,3.609999895095825,3.3815999031066895,1.36899995803833,3.522700071334839,3.492300033569336,1.7374999523162842,3.5218000411987305,3.509700059890747,1.708799958229065,3.5680999755859375,3.456899881362915,1.36899995803833,3.522700071334839,3.492300033569336,1.708799958229065,3.5680999755859375,3.456899881362915,1.357100009918213,3.5697999000549316,3.4328999519348145,0.974399983882904,3.434000015258789,3.5966999530792236,1.3916000127792358,3.433300018310547,3.5989999771118164,1.381100058555603,3.475100040435791,3.5506999492645264,0.974399983882904,3.434000015258789,3.5966999530792236,1.381100058555603,3.475100040435791,3.5506999492645264,0.974399983882904,3.475600004196167,3.5459001064300537,1.3916000127792358,3.433300018310547,3.5989999771118164,1.7832000255584717,3.4319000244140625,3.6040000915527344,1.7630000114440918,3.474100112915039,3.5613999366760254,1.3916000127792358,3.433300018310547,3.5989999771118164,1.7630000114440918,3.474100112915039,3.5613999366760254,1.381100058555603,3.475100040435791,3.5506999492645264,0.974399983882904,3.475600004196167,3.5459001064300537,1.381100058555603,3.475100040435791,3.5506999492645264,1.36899995803833,3.522700071334839,3.492300033569336,0.974399983882904,3.475600004196167,3.5459001064300537,1.36899995803833,3.522700071334839,3.492300033569336,0.974399983882904,3.523099899291992,3.4844000339508057,1.381100058555603,3.475100040435791,3.5506999492645264,1.7630000114440918,3.474100112915039,3.5613999366760254,1.7374999523162842,3.5218000411987305,3.509700059890747,1.381100058555603,3.475100040435791,3.5506999492645264,1.7374999523162842,3.5218000411987305,3.509700059890747,1.36899995803833,3.522700071334839,3.492300033569336,2.6919000148773193,3.415600061416626,2.4347000122070312,2.641200065612793,3.4767000675201416,2.415600061416626,2.6407999992370605,3.4776999950408936,2.94350004196167,2.6919000148773193,3.415600061416626,2.4347000122070312,2.6407999992370605,3.4776999950408936,2.94350004196167,2.6909000873565674,3.418299913406372,2.9670000076293945,2.6923999786376953,3.414299964904785,1.8051999807357788,2.641400098800659,3.4762001037597656,1.7914999723434448,2.641200065612793,3.4767000675201416,2.415600061416626,2.6923999786376953,3.414299964904785,1.8051999807357788,2.641200065612793,3.4767000675201416,2.415600061416626,2.6919000148773193,3.415600061416626,2.4347000122070312,2.641200065612793,3.4767000675201416,2.415600061416626,2.5625998973846436,3.5360000133514404,2.392199993133545,2.5625998973846436,3.5362000465393066,2.914400100708008,2.641200065612793,3.4767000675201416,2.415600061416626,2.5625998973846436,3.5362000465393066,2.914400100708008,2.6407999992370605,3.4776999950408936,2.94350004196167,2.641400098800659,3.4762001037597656,1.7914999723434448,2.562700033187866,3.535799980163574,1.7747999429702759,2.5625998973846436,3.5360000133514404,2.392199993133545,2.641400098800659,3.4762001037597656,1.7914999723434448,2.5625998973846436,3.5360000133514404,2.392199993133545,2.641200065612793,3.4767000675201416,2.415600061416626,2.692500114440918,3.4138998985290527,0.6553999781608582,2.6414999961853027,3.4760000705718994,0.6516000032424927,2.6414999961853027,3.4760000705718994,1.1705000400543213,2.692500114440918,3.4138998985290527,0.6553999781608582,2.6414999961853027,3.4760000705718994,1.1705000400543213,2.692500114440918,3.4138998985290527,1.1787999868392944,2.6414999961853027,3.4760000705718994,0.6516000032424927,2.562700033187866,3.535799980163574,0.6467000246047974,2.562700033187866,3.535799980163574,1.160099983215332,2.6414999961853027,3.4760000705718994,0.6516000032424927,2.562700033187866,3.535799980163574,1.160099983215332,2.6414999961853027,3.4760000705718994,1.1705000400543213,2.692500114440918,3.4138998985290527,1.1787999868392944,2.6414999961853027,3.4760000705718994,1.1705000400543213,2.641400098800659,3.4762001037597656,1.7914999723434448,2.692500114440918,3.4138998985290527,1.1787999868392944,2.641400098800659,3.4762001037597656,1.7914999723434448,2.6923999786376953,3.414299964904785,1.8051999807357788,2.6414999961853027,3.4760000705718994,1.1705000400543213,2.562700033187866,3.535799980163574,1.160099983215332,2.562700033187866,3.535799980163574,1.7747999429702759,2.6414999961853027,3.4760000705718994,1.1705000400543213,2.562700033187866,3.535799980163574,1.7747999429702759,2.641400098800659,3.4762001037597656,1.7914999723434448,2.2592999935150146,3.629699945449829,1.1330000162124634,2.440500020980835,3.588599920272827,1.1477999687194824,2.440500020980835,3.588599920272827,0.6406999826431274,2.2592999935150146,3.629699945449829,1.1330000162124634,2.440500020980835,3.588599920272827,0.6406999826431274,2.2592999935150146,3.629699945449829,0.633400022983551,2.2592999935150146,3.629699945449829,1.7309999465942383,2.440500020980835,3.588599920272827,1.7546000480651855,2.440500020980835,3.588599920272827,1.1477999687194824,2.2592999935150146,3.629699945449829,1.7309999465942383,2.440500020980835,3.588599920272827,1.1477999687194824,2.2592999935150146,3.629699945449829,1.1330000162124634,2.440500020980835,3.588599920272827,1.1477999687194824,2.562700033187866,3.535799980163574,1.160099983215332,2.562700033187866,3.535799980163574,0.6467000246047974,2.440500020980835,3.588599920272827,1.1477999687194824,2.562700033187866,3.535799980163574,0.6467000246047974,2.440500020980835,3.588599920272827,0.6406999826431274,2.440500020980835,3.588599920272827,1.7546000480651855,2.562700033187866,3.535799980163574,1.7747999429702759,2.562700033187866,3.535799980163574,1.160099983215332,2.440500020980835,3.588599920272827,1.7546000480651855,2.562700033187866,3.535799980163574,1.160099983215332,2.440500020980835,3.588599920272827,1.1477999687194824,2.2592999935150146,3.629699945449829,2.8392999172210693,2.440500020980835,3.588599920272827,2.879699945449829,2.440500020980835,3.588599920272827,2.364300012588501,2.2592999935150146,3.629699945449829,2.8392999172210693,2.440500020980835,3.588599920272827,2.364300012588501,2.2592999935150146,3.629699945449829,2.3315999507904053,2.440500020980835,3.588599920272827,2.879699945449829,2.5625998973846436,3.5362000465393066,2.914400100708008,2.5625998973846436,3.5360000133514404,2.392199993133545,2.440500020980835,3.588599920272827,2.879699945449829,2.5625998973846436,3.5360000133514404,2.392199993133545,2.440500020980835,3.588599920272827,2.364300012588501,2.2592999935150146,3.629699945449829,2.3315999507904053,2.440500020980835,3.588599920272827,2.364300012588501,2.440500020980835,3.588599920272827,1.7546000480651855,2.2592999935150146,3.629699945449829,2.3315999507904053,2.440500020980835,3.588599920272827,1.7546000480651855,2.2592999935150146,3.629699945449829,1.7309999465942383,2.440500020980835,3.588599920272827,2.364300012588501,2.5625998973846436,3.5360000133514404,2.392199993133545,2.562700033187866,3.535799980163574,1.7747999429702759,2.440500020980835,3.588599920272827,2.364300012588501,2.562700033187866,3.535799980163574,1.7747999429702759,2.440500020980835,3.588599920272827,1.7546000480651855,2.689300060272217,3.422600030899048,3.302000045776367,2.7249999046325684,3.371799945831299,3.3213000297546387,2.7281999588012695,3.36299991607666,2.985100030899048,2.689300060272217,3.422600030899048,3.302000045776367,2.7281999588012695,3.36299991607666,2.985100030899048,2.6909000873565674,3.418299913406372,2.9670000076293945,2.6867001056671143,3.4275999069213867,3.4867000579833984,2.720400094985962,3.381999969482422,3.50600004196167,2.7249999046325684,3.371799945831299,3.3213000297546387,2.6867001056671143,3.4275999069213867,3.4867000579833984,2.7249999046325684,3.371799945831299,3.3213000297546387,2.689300060272217,3.422600030899048,3.302000045776367,2.7249999046325684,3.371799945831299,3.3213000297546387,2.750200033187866,3.3243000507354736,3.3350000381469727,2.7553000450134277,3.310699939727783,2.9983999729156494,2.7249999046325684,3.371799945831299,3.3213000297546387,2.7553000450134277,3.310699939727783,2.9983999729156494,2.7281999588012695,3.36299991607666,2.985100030899048,2.720400094985962,3.381999969482422,3.50600004196167,2.7434000968933105,3.3403000831604004,3.518699884414673,2.750200033187866,3.3243000507354736,3.3350000381469727,2.720400094985962,3.381999969482422,3.50600004196167,2.750200033187866,3.3243000507354736,3.3350000381469727,2.7249999046325684,3.371799945831299,3.3213000297546387,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.7074999809265137,3.399199962615967,3.610100030899048,2.714600086212158,3.3917999267578125,3.586400032043457,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.714600086212158,3.3917999267578125,3.586400032043457,2.6828999519348145,3.4321000576019287,3.5680999755859375,2.714600086212158,3.3917999267578125,3.586400032043457,2.7074999809265137,3.399199962615967,3.610100030899048,2.7262001037597656,3.3682000637054443,3.619800090789795,2.714600086212158,3.3917999267578125,3.586400032043457,2.7262001037597656,3.3682000637054443,3.619800090789795,2.735300064086914,3.3559000492095947,3.5977001190185547,2.6828999519348145,3.4321000576019287,3.5680999755859375,2.714600086212158,3.3917999267578125,3.586400032043457,2.720400094985962,3.381999969482422,3.50600004196167,2.6828999519348145,3.4321000576019287,3.5680999755859375,2.720400094985962,3.381999969482422,3.50600004196167,2.6867001056671143,3.4275999069213867,3.4867000579833984,2.714600086212158,3.3917999267578125,3.586400032043457,2.735300064086914,3.3559000492095947,3.5977001190185547,2.7434000968933105,3.3403000831604004,3.518699884414673,2.714600086212158,3.3917999267578125,3.586400032043457,2.7434000968933105,3.3403000831604004,3.518699884414673,2.720400094985962,3.381999969482422,3.50600004196167,2.7474000453948975,3.292799949645996,3.625999927520752,2.759200096130371,3.2746999263763428,3.6068999767303467,2.748800039291382,3.318700075149536,3.603800058364868,2.7474000453948975,3.292799949645996,3.625999927520752,2.748800039291382,3.318700075149536,3.603800058364868,2.738100051879883,3.3350000381469727,3.624300003051758,2.759200096130371,3.2746999263763428,3.6068999767303467,2.770400047302246,3.2520999908447266,3.5311999320983887,2.7588999271392822,3.2983999252319336,3.526599884033203,2.759200096130371,3.2746999263763428,3.6068999767303467,2.7588999271392822,3.2983999252319336,3.526599884033203,2.748800039291382,3.318700075149536,3.603800058364868,2.738100051879883,3.3350000381469727,3.624300003051758,2.748800039291382,3.318700075149536,3.603800058364868,2.735300064086914,3.3559000492095947,3.5977001190185547,2.738100051879883,3.3350000381469727,3.624300003051758,2.735300064086914,3.3559000492095947,3.5977001190185547,2.7262001037597656,3.3682000637054443,3.619800090789795,2.748800039291382,3.318700075149536,3.603800058364868,2.7588999271392822,3.2983999252319336,3.526599884033203,2.7434000968933105,3.3403000831604004,3.518699884414673,2.748800039291382,3.318700075149536,3.603800058364868,2.7434000968933105,3.3403000831604004,3.518699884414673,2.735300064086914,3.3559000492095947,3.5977001190185547,2.7880001068115234,3.2100000381469727,3.0139000415802,2.774399995803833,3.260200023651123,3.0078001022338867,2.767699956893921,3.277600049972534,3.344099998474121,2.7880001068115234,3.2100000381469727,3.0139000415802,2.767699956893921,3.277600049972534,3.344099998474121,2.7802999019622803,3.2291998863220215,3.3498001098632812,2.774399995803833,3.260200023651123,3.0078001022338867,2.7553000450134277,3.310699939727783,2.9983999729156494,2.750200033187866,3.3243000507354736,3.3350000381469727,2.774399995803833,3.260200023651123,3.0078001022338867,2.750200033187866,3.3243000507354736,3.3350000381469727,2.767699956893921,3.277600049972534,3.344099998474121,2.770400047302246,3.2520999908447266,3.5311999320983887,2.7802999019622803,3.2291998863220215,3.3498001098632812,2.767699956893921,3.277600049972534,3.344099998474121,2.770400047302246,3.2520999908447266,3.5311999320983887,2.767699956893921,3.277600049972534,3.344099998474121,2.7588999271392822,3.2983999252319336,3.526599884033203,2.767699956893921,3.277600049972534,3.344099998474121,2.750200033187866,3.3243000507354736,3.3350000381469727,2.7434000968933105,3.3403000831604004,3.518699884414673,2.767699956893921,3.277600049972534,3.344099998474121,2.7434000968933105,3.3403000831604004,3.518699884414673,2.7588999271392822,3.2983999252319336,3.526599884033203,0.974399983882904,3.670799970626831,2.702500104904175,1.3423000574111938,3.670799970626831,2.716200113296509,1.3423000574111938,3.670799970626831,2.2314000129699707,0.974399983882904,3.670799970626831,2.702500104904175,1.3423000574111938,3.670799970626831,2.2314000129699707,0.974399983882904,3.670799970626831,2.220099925994873,1.3423000574111938,3.670799970626831,2.716200113296509,1.69159996509552,3.6666998863220215,2.7492001056671143,1.69159996509552,3.6666998863220215,2.2583000659942627,1.3423000574111938,3.670799970626831,2.716200113296509,1.69159996509552,3.6666998863220215,2.2583000659942627,1.3423000574111938,3.670799970626831,2.2314000129699707,0.974399983882904,3.670799970626831,2.220099925994873,1.3423000574111938,3.670799970626831,2.2314000129699707,1.3423000574111938,3.670799970626831,1.6576999425888062,0.974399983882904,3.670799970626831,2.220099925994873,1.3423000574111938,3.670799970626831,1.6576999425888062,0.974399983882904,3.670799970626831,1.649399995803833,1.3423000574111938,3.670799970626831,2.2314000129699707,1.69159996509552,3.6666998863220215,2.2583000659942627,1.69159996509552,3.6666998863220215,1.67739999294281,1.3423000574111938,3.670799970626831,2.2314000129699707,1.69159996509552,3.6666998863220215,1.67739999294281,1.3423000574111938,3.670799970626831,1.6576999425888062,2.003499984741211,3.6542999744415283,2.7929999828338623,2.2592999935150146,3.629699945449829,2.8392999172210693,2.2592999935150146,3.629699945449829,2.3315999507904053,2.003499984741211,3.6542999744415283,2.7929999828338623,2.2592999935150146,3.629699945449829,2.3315999507904053,2.003499984741211,3.6542999744415283,2.2939999103546143,2.003499984741211,3.6542999744415283,2.2939999103546143,2.2592999935150146,3.629699945449829,2.3315999507904053,2.2592999935150146,3.629699945449829,1.7309999465942383,2.003499984741211,3.6542999744415283,2.2939999103546143,2.2592999935150146,3.629699945449829,1.7309999465942383,2.003499984741211,3.6542999744415283,1.7035000324249268,1.69159996509552,3.6666998863220215,2.7492001056671143,2.003499984741211,3.6542999744415283,2.7929999828338623,2.003499984741211,3.6542999744415283,2.2939999103546143,1.69159996509552,3.6666998863220215,2.7492001056671143,2.003499984741211,3.6542999744415283,2.2939999103546143,1.69159996509552,3.6666998863220215,2.2583000659942627,1.69159996509552,3.6666998863220215,2.2583000659942627,2.003499984741211,3.6542999744415283,2.2939999103546143,2.003499984741211,3.6542999744415283,1.7035000324249268,1.69159996509552,3.6666998863220215,2.2583000659942627,2.003499984741211,3.6542999744415283,1.7035000324249268,1.69159996509552,3.6666998863220215,1.67739999294281,2.2592999935150146,3.629699945449829,0.633400022983551,2.003499984741211,3.6542999744415283,0.6245999932289124,2.003499984741211,3.6542999744415283,1.1157000064849854,2.2592999935150146,3.629699945449829,0.633400022983551,2.003499984741211,3.6542999744415283,1.1157000064849854,2.2592999935150146,3.629699945449829,1.1330000162124634,2.003499984741211,3.6542999744415283,0.6245999932289124,1.69159996509552,3.6666998863220215,0.616100013256073,1.69159996509552,3.6666998863220215,1.0992000102996826,2.003499984741211,3.6542999744415283,0.6245999932289124,1.69159996509552,3.6666998863220215,1.0992000102996826,2.003499984741211,3.6542999744415283,1.1157000064849854,2.2592999935150146,3.629699945449829,1.1330000162124634,2.003499984741211,3.6542999744415283,1.1157000064849854,2.003499984741211,3.6542999744415283,1.7035000324249268,2.2592999935150146,3.629699945449829,1.1330000162124634,2.003499984741211,3.6542999744415283,1.7035000324249268,2.2592999935150146,3.629699945449829,1.7309999465942383,2.003499984741211,3.6542999744415283,1.1157000064849854,1.69159996509552,3.6666998863220215,1.0992000102996826,1.69159996509552,3.6666998863220215,1.67739999294281,2.003499984741211,3.6542999744415283,1.1157000064849854,1.69159996509552,3.6666998863220215,1.67739999294281,2.003499984741211,3.6542999744415283,1.7035000324249268,1.3423000574111938,3.670799970626831,0.6096000075340271,0.974399983882904,3.670799970626831,0.6068000197410583,0.974399983882904,3.670799970626831,1.0814000368118286,1.3423000574111938,3.670799970626831,0.6096000075340271,0.974399983882904,3.670799970626831,1.0814000368118286,1.3423000574111938,3.670799970626831,1.0866999626159668,1.3423000574111938,3.670799970626831,1.0866999626159668,0.974399983882904,3.670799970626831,1.0814000368118286,0.974399983882904,3.670799970626831,1.649399995803833,1.3423000574111938,3.670799970626831,1.0866999626159668,0.974399983882904,3.670799970626831,1.649399995803833,1.3423000574111938,3.670799970626831,1.6576999425888062,1.69159996509552,3.6666998863220215,0.616100013256073,1.3423000574111938,3.670799970626831,0.6096000075340271,1.3423000574111938,3.670799970626831,1.0866999626159668,1.69159996509552,3.6666998863220215,0.616100013256073,1.3423000574111938,3.670799970626831,1.0866999626159668,1.69159996509552,3.6666998863220215,1.0992000102996826,1.69159996509552,3.6666998863220215,1.0992000102996826,1.3423000574111938,3.670799970626831,1.0866999626159668,1.3423000574111938,3.670799970626831,1.6576999425888062,1.69159996509552,3.6666998863220215,1.0992000102996826,1.3423000574111938,3.670799970626831,1.6576999425888062,1.69159996509552,3.6666998863220215,1.67739999294281,1.3415000438690186,3.6665000915527344,3.2890000343322754,1.3420000076293945,3.669100046157837,3.2641000747680664,0.974399983882904,3.669100046157837,3.2479000091552734,1.3415000438690186,3.6665000915527344,3.2890000343322754,0.974399983882904,3.669100046157837,3.2479000091552734,0.974399983882904,3.6665000915527344,3.272700071334839,1.3415000438690186,3.6665000915527344,3.2890000343322754,1.6898000240325928,3.662400007247925,3.328000068664551,1.6908999681472778,3.6649999618530273,3.3032000064849854,1.3415000438690186,3.6665000915527344,3.2890000343322754,1.6908999681472778,3.6649999618530273,3.3032000064849854,1.3420000076293945,3.669100046157837,3.2641000747680664,0.974399983882904,3.669100046157837,3.2479000091552734,1.3420000076293945,3.669100046157837,3.2641000747680664,1.3422000408172607,3.670300006866455,3.189300060272217,0.974399983882904,3.669100046157837,3.2479000091552734,1.3422000408172607,3.670300006866455,3.189300060272217,0.974399983882904,3.670300006866455,3.17330002784729,1.3420000076293945,3.669100046157837,3.2641000747680664,1.6908999681472778,3.6649999618530273,3.3032000064849854,1.6914000511169434,3.6661999225616455,3.227799892425537,1.3420000076293945,3.669100046157837,3.2641000747680664,1.6914000511169434,3.6661999225616455,3.227799892425537,1.3422000408172607,3.670300006866455,3.189300060272217,2.0009000301361084,3.6501998901367188,3.380500078201294,2.2558999061584473,3.6257998943328857,3.4365999698638916,2.257999897003174,3.6280999183654785,3.411600112915039,2.0009000301361084,3.6501998901367188,3.380500078201294,2.257999897003174,3.6280999183654785,3.411600112915039,2.0023999214172363,3.6526999473571777,3.355600118637085,2.0023999214172363,3.6526999473571777,3.355600118637085,2.257999897003174,3.6280999183654785,3.411600112915039,2.259000062942505,3.629300117492676,3.333899974822998,2.0023999214172363,3.6526999473571777,3.355600118637085,2.259000062942505,3.629300117492676,3.333899974822998,2.003200054168701,3.653899908065796,3.2792000770568848,1.6898000240325928,3.662400007247925,3.328000068664551,2.0009000301361084,3.6501998901367188,3.380500078201294,2.0023999214172363,3.6526999473571777,3.355600118637085,1.6898000240325928,3.662400007247925,3.328000068664551,2.0023999214172363,3.6526999473571777,3.355600118637085,1.6908999681472778,3.6649999618530273,3.3032000064849854,1.6908999681472778,3.6649999618530273,3.3032000064849854,2.0023999214172363,3.6526999473571777,3.355600118637085,2.003200054168701,3.653899908065796,3.2792000770568848,1.6908999681472778,3.6649999618530273,3.3032000064849854,2.003200054168701,3.653899908065796,3.2792000770568848,1.6914000511169434,3.6661999225616455,3.227799892425537,2.2592999935150146,3.629699945449829,2.8392999172210693,2.003499984741211,3.6542999744415283,2.7929999828338623,2.003499984741211,3.6542999744415283,3.1064999103546143,2.2592999935150146,3.629699945449829,2.8392999172210693,2.003499984741211,3.6542999744415283,3.1064999103546143,2.2592999935150146,3.629699945449829,3.1582999229431152,2.003499984741211,3.6542999744415283,2.7929999828338623,1.69159996509552,3.6666998863220215,2.7492001056671143,1.69159996509552,3.6666998863220215,3.0576999187469482,2.003499984741211,3.6542999744415283,2.7929999828338623,1.69159996509552,3.6666998863220215,3.0576999187469482,2.003499984741211,3.6542999744415283,3.1064999103546143,2.2592999935150146,3.629699945449829,3.1582999229431152,2.003499984741211,3.6542999744415283,3.1064999103546143,2.003200054168701,3.653899908065796,3.2792000770568848,2.2592999935150146,3.629699945449829,3.1582999229431152,2.003200054168701,3.653899908065796,3.2792000770568848,2.259000062942505,3.629300117492676,3.333899974822998,2.003499984741211,3.6542999744415283,3.1064999103546143,1.69159996509552,3.6666998863220215,3.0576999187469482,1.6914000511169434,3.6661999225616455,3.227799892425537,2.003499984741211,3.6542999744415283,3.1064999103546143,1.6914000511169434,3.6661999225616455,3.227799892425537,2.003200054168701,3.653899908065796,3.2792000770568848,1.3423000574111938,3.670799970626831,2.716200113296509,0.974399983882904,3.670799970626831,2.702500104904175,0.974399983882904,3.670799970626831,3.0058999061584473,1.3423000574111938,3.670799970626831,2.716200113296509,0.974399983882904,3.670799970626831,3.0058999061584473,1.3423000574111938,3.670799970626831,3.0211000442504883,1.3423000574111938,3.670799970626831,3.0211000442504883,0.974399983882904,3.670799970626831,3.0058999061584473,0.974399983882904,3.670300006866455,3.17330002784729,1.3423000574111938,3.670799970626831,3.0211000442504883,0.974399983882904,3.670300006866455,3.17330002784729,1.3422000408172607,3.670300006866455,3.189300060272217,1.69159996509552,3.6666998863220215,2.7492001056671143,1.3423000574111938,3.670799970626831,2.716200113296509,1.3423000574111938,3.670799970626831,3.0211000442504883,1.69159996509552,3.6666998863220215,2.7492001056671143,1.3423000574111938,3.670799970626831,3.0211000442504883,1.69159996509552,3.6666998863220215,3.0576999187469482,1.69159996509552,3.6666998863220215,3.0576999187469482,1.3423000574111938,3.670799970626831,3.0211000442504883,1.3422000408172607,3.670300006866455,3.189300060272217,1.69159996509552,3.6666998863220215,3.0576999187469482,1.3422000408172607,3.670300006866455,3.189300060272217,1.6914000511169434,3.6661999225616455,3.227799892425537,2.2558999061584473,3.6257998943328857,3.4365999698638916,2.0009000301361084,3.6501998901367188,3.380500078201294,1.9982000589370728,3.646199941635132,3.398400068283081,2.2558999061584473,3.6257998943328857,3.4365999698638916,1.9982000589370728,3.646199941635132,3.398400068283081,2.2523999214172363,3.6219000816345215,3.4542999267578125,2.0009000301361084,3.6501998901367188,3.380500078201294,1.6898000240325928,3.662400007247925,3.328000068664551,1.687999963760376,3.6582000255584717,3.3461999893188477,2.0009000301361084,3.6501998901367188,3.380500078201294,1.687999963760376,3.6582000255584717,3.3461999893188477,1.9982000589370728,3.646199941635132,3.398400068283081,1.9982000589370728,3.646199941635132,3.398400068283081,1.9884999990463257,3.638000011444092,3.412400007247925,2.234100103378296,3.614799976348877,3.4658000469207764,1.9982000589370728,3.646199941635132,3.398400068283081,2.234100103378296,3.614799976348877,3.4658000469207764,2.2523999214172363,3.6219000816345215,3.4542999267578125,1.687999963760376,3.6582000255584717,3.3461999893188477,1.6855000257492065,3.6494998931884766,3.362499952316284,1.9884999990463257,3.638000011444092,3.412400007247925,1.687999963760376,3.6582000255584717,3.3461999893188477,1.9884999990463257,3.638000011444092,3.412400007247925,1.9982000589370728,3.646199941635132,3.398400068283081,0.974399983882904,3.6665000915527344,3.272700071334839,0.974399983882904,3.6621999740600586,3.2908999919891357,1.3406000137329102,3.6621999740600586,3.3071000576019287,0.974399983882904,3.6665000915527344,3.272700071334839,1.3406000137329102,3.6621999740600586,3.3071000576019287,1.3415000438690186,3.6665000915527344,3.2890000343322754,0.974399983882904,3.6621999740600586,3.2908999919891357,0.974399983882904,3.6533000469207764,3.308799982070923,1.340499997138977,3.6533000469207764,3.324700117111206,0.974399983882904,3.6621999740600586,3.2908999919891357,1.340499997138977,3.6533000469207764,3.324700117111206,1.3406000137329102,3.6621999740600586,3.3071000576019287,1.3415000438690186,3.6665000915527344,3.2890000343322754,1.3406000137329102,3.6621999740600586,3.3071000576019287,1.687999963760376,3.6582000255584717,3.3461999893188477,1.3415000438690186,3.6665000915527344,3.2890000343322754,1.687999963760376,3.6582000255584717,3.3461999893188477,1.6898000240325928,3.662400007247925,3.328000068664551,1.3406000137329102,3.6621999740600586,3.3071000576019287,1.340499997138977,3.6533000469207764,3.324700117111206,1.6855000257492065,3.6494998931884766,3.362499952316284,1.3406000137329102,3.6621999740600586,3.3071000576019287,1.6855000257492065,3.6494998931884766,3.362499952316284,1.687999963760376,3.6582000255584717,3.3461999893188477,0.974399983882904,3.610100030899048,3.3680999279022217,1.347599983215332,3.609999895095825,3.3815999031066895,1.3423999547958374,3.636899948120117,3.3475000858306885,0.974399983882904,3.610100030899048,3.3680999279022217,1.3423999547958374,3.636899948120117,3.3475000858306885,0.974399983882904,3.636899948120117,3.33240008354187,1.347599983215332,3.609999895095825,3.3815999031066895,1.6871000528335571,3.607300043106079,3.411400079727173,1.6822999715805054,3.633500099182129,3.3821001052856445,1.347599983215332,3.609999895095825,3.3815999031066895,1.6822999715805054,3.633500099182129,3.3821001052856445,1.3423999547958374,3.636899948120117,3.3475000858306885,0.974399983882904,3.636899948120117,3.33240008354187,1.3423999547958374,3.636899948120117,3.3475000858306885,1.340499997138977,3.6533000469207764,3.324700117111206,0.974399983882904,3.636899948120117,3.33240008354187,1.340499997138977,3.6533000469207764,3.324700117111206,0.974399983882904,3.6533000469207764,3.308799982070923,1.3423999547958374,3.636899948120117,3.3475000858306885,1.6822999715805054,3.633500099182129,3.3821001052856445,1.6855000257492065,3.6494998931884766,3.362499952316284,1.3423999547958374,3.636899948120117,3.3475000858306885,1.6855000257492065,3.6494998931884766,3.362499952316284,1.340499997138977,3.6533000469207764,3.324700117111206,2.126300096511841,3.589099884033203,3.4755001068115234,2.1875,3.6026999950408936,3.472100019454956,1.9657000303268433,3.623300075531006,3.425600051879883,2.126300096511841,3.589099884033203,3.4755001068115234,1.9657000303268433,3.623300075531006,3.425600051879883,1.9593000411987305,3.5994999408721924,3.446700096130371,2.1875,3.6026999950408936,3.472100019454956,2.234100103378296,3.614799976348877,3.4658000469207764,1.9884999990463257,3.638000011444092,3.412400007247925,2.1875,3.6026999950408936,3.472100019454956,1.9884999990463257,3.638000011444092,3.412400007247925,1.9657000303268433,3.623300075531006,3.425600051879883,1.6871000528335571,3.607300043106079,3.411400079727173,1.9593000411987305,3.5994999408721924,3.446700096130371,1.9657000303268433,3.623300075531006,3.425600051879883,1.6871000528335571,3.607300043106079,3.411400079727173,1.9657000303268433,3.623300075531006,3.425600051879883,1.6822999715805054,3.633500099182129,3.3821001052856445,1.9657000303268433,3.623300075531006,3.425600051879883,1.9884999990463257,3.638000011444092,3.412400007247925,1.6855000257492065,3.6494998931884766,3.362499952316284,1.9657000303268433,3.623300075531006,3.425600051879883,1.6855000257492065,3.6494998931884766,3.362499952316284,1.6822999715805054,3.633500099182129,3.3821001052856445,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.6322999000549316,3.482599973678589,3.5660998821258545,2.626300096511841,3.4809000492095947,3.5822999477386475,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.626300096511841,3.4809000492095947,3.5822999477386475,2.6705000400543213,3.4351999759674072,3.6084001064300537,2.6322999000549316,3.482599973678589,3.5660998821258545,2.55679988861084,3.5350000858306885,3.530400037765503,2.5517001152038574,3.532099962234497,3.547300100326538,2.6322999000549316,3.482599973678589,3.5660998821258545,2.5517001152038574,3.532099962234497,3.547300100326538,2.626300096511841,3.4809000492095947,3.5822999477386475,2.626300096511841,3.4809000492095947,3.5822999477386475,2.593899965286255,3.4781999588012695,3.5903000831604004,2.6366000175476074,3.433799982070923,3.6161000728607178,2.626300096511841,3.4809000492095947,3.5822999477386475,2.6366000175476074,3.433799982070923,3.6161000728607178,2.6705000400543213,3.4351999759674072,3.6084001064300537,2.5517001152038574,3.532099962234497,3.547300100326538,2.5220000743865967,3.5281999111175537,3.555799961090088,2.593899965286255,3.4781999588012695,3.5903000831604004,2.5517001152038574,3.532099962234497,3.547300100326538,2.593899965286255,3.4781999588012695,3.5903000831604004,2.626300096511841,3.4809000492095947,3.5822999477386475,2.436300039291382,3.585099935531616,3.4869000911712646,2.2558999061584473,3.6257998943328857,3.4365999698638916,2.2523999214172363,3.6219000816345215,3.4542999267578125,2.436300039291382,3.585099935531616,3.4869000911712646,2.2523999214172363,3.6219000816345215,3.4542999267578125,2.431999921798706,3.5815000534057617,3.504199981689453,2.2523999214172363,3.6219000816345215,3.4542999267578125,2.234100103378296,3.614799976348877,3.4658000469207764,2.4070000648498535,3.5759999752044678,3.5139000415802,2.2523999214172363,3.6219000816345215,3.4542999267578125,2.4070000648498535,3.5759999752044678,3.5139000415802,2.431999921798706,3.5815000534057617,3.504199981689453,2.55679988861084,3.5350000858306885,3.530400037765503,2.436300039291382,3.585099935531616,3.4869000911712646,2.431999921798706,3.5815000534057617,3.504199981689453,2.55679988861084,3.5350000858306885,3.530400037765503,2.431999921798706,3.5815000534057617,3.504199981689453,2.5517001152038574,3.532099962234497,3.547300100326538,2.431999921798706,3.5815000534057617,3.504199981689453,2.4070000648498535,3.5759999752044678,3.5139000415802,2.5220000743865967,3.5281999111175537,3.555799961090088,2.431999921798706,3.5815000534057617,3.504199981689453,2.5220000743865967,3.5281999111175537,3.555799961090088,2.5517001152038574,3.532099962234497,3.547300100326538,2.2139999866485596,3.5620999336242676,3.5076000690460205,2.3422000408172607,3.5678000450134277,3.5160999298095703,2.1875,3.6026999950408936,3.472100019454956,2.2139999866485596,3.5620999336242676,3.5076000690460205,2.1875,3.6026999950408936,3.472100019454956,2.126300096511841,3.589099884033203,3.4755001068115234,2.296999931335449,3.5206000804901123,3.5480000972747803,2.444999933242798,3.523699998855591,3.5562000274658203,2.3422000408172607,3.5678000450134277,3.5160999298095703,2.296999931335449,3.5206000804901123,3.5480000972747803,2.3422000408172607,3.5678000450134277,3.5160999298095703,2.2139999866485596,3.5620999336242676,3.5076000690460205,2.3422000408172607,3.5678000450134277,3.5160999298095703,2.4070000648498535,3.5759999752044678,3.5139000415802,2.234100103378296,3.614799976348877,3.4658000469207764,2.3422000408172607,3.5678000450134277,3.5160999298095703,2.234100103378296,3.614799976348877,3.4658000469207764,2.1875,3.6026999950408936,3.472100019454956,2.444999933242798,3.523699998855591,3.5562000274658203,2.5220000743865967,3.5281999111175537,3.555799961090088,2.4070000648498535,3.5759999752044678,3.5139000415802,2.444999933242798,3.523699998855591,3.5562000274658203,2.4070000648498535,3.5759999752044678,3.5139000415802,2.3422000408172607,3.5678000450134277,3.5160999298095703,2.388400077819824,3.4303998947143555,3.6152000427246094,2.5508999824523926,3.43179988861084,3.617799997329712,2.5107998847961426,3.4755001068115234,3.5910000801086426,2.388400077819824,3.4303998947143555,3.6152000427246094,2.5107998847961426,3.4755001068115234,3.5910000801086426,2.3526999950408936,3.473599910736084,3.5852999687194824,2.5508999824523926,3.43179988861084,3.617799997329712,2.6366000175476074,3.433799982070923,3.6161000728607178,2.593899965286255,3.4781999588012695,3.5903000831604004,2.5508999824523926,3.43179988861084,3.617799997329712,2.593899965286255,3.4781999588012695,3.5903000831604004,2.5107998847961426,3.4755001068115234,3.5910000801086426,2.3526999950408936,3.473599910736084,3.5852999687194824,2.5107998847961426,3.4755001068115234,3.5910000801086426,2.444999933242798,3.523699998855591,3.5562000274658203,2.3526999950408936,3.473599910736084,3.5852999687194824,2.444999933242798,3.523699998855591,3.5562000274658203,2.296999931335449,3.5206000804901123,3.5480000972747803,2.5107998847961426,3.4755001068115234,3.5910000801086426,2.593899965286255,3.4781999588012695,3.5903000831604004,2.5220000743865967,3.5281999111175537,3.555799961090088,2.5107998847961426,3.4755001068115234,3.5910000801086426,2.5220000743865967,3.5281999111175537,3.555799961090088,2.444999933242798,3.523699998855591,3.5562000274658203,2.0490000247955322,3.227799892425537,3.433199882507324,2.0199999809265137,3.197000026702881,3.434299945831299,2.085599899291992,3.2005999088287354,3.43179988861084,2.0490000247955322,3.227799892425537,3.433199882507324,2.085599899291992,3.2005999088287354,3.43179988861084,2.097599983215332,3.2411999702453613,3.4309000968933105,2.0199999809265137,3.197000026702881,3.434299945831299,1.9909000396728516,3.1445999145507812,3.436300039291382,2.0697999000549316,3.1454999446868896,3.4335999488830566,2.0199999809265137,3.197000026702881,3.434299945831299,2.0697999000549316,3.1454999446868896,3.4335999488830566,2.085599899291992,3.2005999088287354,3.43179988861084,2.097599983215332,3.2411999702453613,3.4309000968933105,2.085599899291992,3.2005999088287354,3.43179988861084,2.1654999256134033,3.2042999267578125,3.4298999309539795,2.097599983215332,3.2411999702453613,3.4309000968933105,2.1654999256134033,3.2042999267578125,3.4298999309539795,2.166100025177002,3.2479000091552734,3.428999900817871,2.085599899291992,3.2005999088287354,3.43179988861084,2.0697999000549316,3.1454999446868896,3.4335999488830566,2.164799928665161,3.146399974822998,3.4316999912261963,2.085599899291992,3.2005999088287354,3.43179988861084,2.164799928665161,3.146399974822998,3.4316999912261963,2.1654999256134033,3.2042999267578125,3.4298999309539795,1.9708000421524048,3.077500104904175,3.4384000301361084,1.9630000591278076,3.0030999183654785,3.43969988822937,2.05430006980896,3.0030999183654785,3.437000036239624,1.9708000421524048,3.077500104904175,3.4384000301361084,2.05430006980896,3.0030999183654785,3.437000036239624,2.0587000846862793,3.077500104904175,3.435699939727783,2.0587000846862793,3.077500104904175,3.435699939727783,2.05430006980896,3.0030999183654785,3.437000036239624,2.1638998985290527,3.0030999183654785,3.434999942779541,2.0587000846862793,3.077500104904175,3.435699939727783,2.1638998985290527,3.0030999183654785,3.434999942779541,2.1642000675201416,3.077500104904175,3.433799982070923,1.9909000396728516,3.1445999145507812,3.436300039291382,1.9708000421524048,3.077500104904175,3.4384000301361084,2.0587000846862793,3.077500104904175,3.435699939727783,1.9909000396728516,3.1445999145507812,3.436300039291382,2.0587000846862793,3.077500104904175,3.435699939727783,2.0697999000549316,3.1454999446868896,3.4335999488830566,2.0697999000549316,3.1454999446868896,3.4335999488830566,2.0587000846862793,3.077500104904175,3.435699939727783,2.1642000675201416,3.077500104904175,3.433799982070923,2.0697999000549316,3.1454999446868896,3.4335999488830566,2.1642000675201416,3.077500104904175,3.433799982070923,2.164799928665161,3.146399974822998,3.4316999912261963,2.357599973678589,3.077500104904175,3.4330999851226807,2.269700050354004,3.077500104904175,3.432800054550171,2.2734999656677246,3.003000020980835,3.434000015258789,2.357599973678589,3.077500104904175,3.4330999851226807,2.2734999656677246,3.003000020980835,3.434000015258789,2.3649001121520996,3.003000020980835,3.4342000484466553,2.33870005607605,3.144700050354004,3.4312000274658203,2.259700059890747,3.1456000804901123,3.430799961090088,2.269700050354004,3.077500104904175,3.432800054550171,2.33870005607605,3.144700050354004,3.4312000274658203,2.269700050354004,3.077500104904175,3.432800054550171,2.357599973678589,3.077500104904175,3.4330999851226807,2.269700050354004,3.077500104904175,3.432800054550171,2.1642000675201416,3.077500104904175,3.433799982070923,2.1638998985290527,3.0030999183654785,3.434999942779541,2.269700050354004,3.077500104904175,3.432800054550171,2.1638998985290527,3.0030999183654785,3.434999942779541,2.2734999656677246,3.003000020980835,3.434000015258789,2.259700059890747,3.1456000804901123,3.430799961090088,2.164799928665161,3.146399974822998,3.4316999912261963,2.1642000675201416,3.077500104904175,3.433799982070923,2.259700059890747,3.1456000804901123,3.430799961090088,2.1642000675201416,3.077500104904175,3.433799982070923,2.269700050354004,3.077500104904175,3.432800054550171,2.282599925994873,3.2279000282287598,3.4291000366210938,2.2344000339508057,3.241300106048584,3.4284000396728516,2.2451999187469482,3.2005999088287354,3.4291999340057373,2.282599925994873,3.2279000282287598,3.4291000366210938,2.2451999187469482,3.2005999088287354,3.4291999340057373,2.310800075531006,3.1970999240875244,3.4296000003814697,2.2344000339508057,3.241300106048584,3.4284000396728516,2.166100025177002,3.2479000091552734,3.428999900817871,2.1654999256134033,3.2042999267578125,3.4298999309539795,2.2344000339508057,3.241300106048584,3.4284000396728516,2.1654999256134033,3.2042999267578125,3.4298999309539795,2.2451999187469482,3.2005999088287354,3.4291999340057373,2.310800075531006,3.1970999240875244,3.4296000003814697,2.2451999187469482,3.2005999088287354,3.4291999340057373,2.259700059890747,3.1456000804901123,3.430799961090088,2.310800075531006,3.1970999240875244,3.4296000003814697,2.259700059890747,3.1456000804901123,3.430799961090088,2.33870005607605,3.144700050354004,3.4312000274658203,2.2451999187469482,3.2005999088287354,3.4291999340057373,2.1654999256134033,3.2042999267578125,3.4298999309539795,2.164799928665161,3.146399974822998,3.4316999912261963,2.2451999187469482,3.2005999088287354,3.4291999340057373,2.164799928665161,3.146399974822998,3.4316999912261963,2.259700059890747,3.1456000804901123,3.430799961090088,2.7880001068115234,3.2100000381469727,3.0139000415802,2.7985999584198,3.1591999530792236,3.0176000595092773,2.8032000064849854,3.148699998855591,2.4776999950408936,2.7880001068115234,3.2100000381469727,3.0139000415802,2.8032000064849854,3.148699998855591,2.4776999950408936,2.7927000522613525,3.198499917984009,2.474600076675415,2.8062000274658203,3.107800006866455,3.019399881362915,2.81030011177063,3.099900007247925,2.4791998863220215,2.8032000064849854,3.148699998855591,2.4776999950408936,2.8062000274658203,3.107800006866455,3.019399881362915,2.8032000064849854,3.148699998855591,2.4776999950408936,2.7985999584198,3.1591999530792236,3.0176000595092773,2.7927000522613525,3.198499917984009,2.474600076675415,2.8032000064849854,3.148699998855591,2.4776999950408936,2.805500030517578,3.1435000896453857,1.8365999460220337,2.7927000522613525,3.198499917984009,2.474600076675415,2.805500030517578,3.1435000896453857,1.8365999460220337,2.7950000762939453,3.1928000450134277,1.8343000411987305,2.81030011177063,3.099900007247925,2.4791998863220215,2.8124001026153564,3.0959999561309814,1.8375999927520752,2.805500030517578,3.1435000896453857,1.8365999460220337,2.81030011177063,3.099900007247925,2.4791998863220215,2.805500030517578,3.1435000896453857,1.8365999460220337,2.8032000064849854,3.148699998855591,2.4776999950408936,2.8122000694274902,3.003999948501587,3.01990008354187,2.8155999183654785,3.003999948501587,2.4795000553131104,2.814300060272217,3.051800012588501,2.479599952697754,2.8122000694274902,3.003999948501587,3.01990008354187,2.814300060272217,3.051800012588501,2.479599952697754,2.810699939727783,3.055999994277954,3.0199999809265137,2.8155999183654785,3.003999948501587,2.4795000553131104,2.8173000812530518,3.003999948501587,1.8375999927520752,2.816200017929077,3.0497000217437744,1.8377000093460083,2.8155999183654785,3.003999948501587,2.4795000553131104,2.816200017929077,3.0497000217437744,1.8377000093460083,2.814300060272217,3.051800012588501,2.479599952697754,2.810699939727783,3.055999994277954,3.0199999809265137,2.814300060272217,3.051800012588501,2.479599952697754,2.81030011177063,3.099900007247925,2.4791998863220215,2.810699939727783,3.055999994277954,3.0199999809265137,2.81030011177063,3.099900007247925,2.4791998863220215,2.8062000274658203,3.107800006866455,3.019399881362915,2.814300060272217,3.051800012588501,2.479599952697754,2.816200017929077,3.0497000217437744,1.8377000093460083,2.8124001026153564,3.0959999561309814,1.8375999927520752,2.814300060272217,3.051800012588501,2.479599952697754,2.8124001026153564,3.0959999561309814,1.8375999927520752,2.81030011177063,3.099900007247925,2.4791998863220215,2.816800117492676,3.0490000247955322,0.6621000170707703,2.816800117492676,3.0490000247955322,1.1974999904632568,2.8178000450134277,3.003999948501587,1.1973999738693237,2.816800117492676,3.0490000247955322,0.6621000170707703,2.8178000450134277,3.003999948501587,1.1973999738693237,2.8178000450134277,3.003999948501587,0.661899983882904,2.8131000995635986,3.094599962234497,0.6622999906539917,2.8131000995635986,3.094599962234497,1.19760000705719,2.816800117492676,3.0490000247955322,1.1974999904632568,2.8131000995635986,3.094599962234497,0.6622999906539917,2.816800117492676,3.0490000247955322,1.1974999904632568,2.816800117492676,3.0490000247955322,0.6621000170707703,2.816800117492676,3.0490000247955322,1.1974999904632568,2.816200017929077,3.0497000217437744,1.8377000093460083,2.8173000812530518,3.003999948501587,1.8375999927520752,2.816800117492676,3.0490000247955322,1.1974999904632568,2.8173000812530518,3.003999948501587,1.8375999927520752,2.8178000450134277,3.003999948501587,1.1973999738693237,2.8131000995635986,3.094599962234497,1.19760000705719,2.8124001026153564,3.0959999561309814,1.8375999927520752,2.816200017929077,3.0497000217437744,1.8377000093460083,2.8131000995635986,3.094599962234497,1.19760000705719,2.816200017929077,3.0497000217437744,1.8377000093460083,2.816800117492676,3.0490000247955322,1.1974999904632568,2.7957000732421875,3.1909000873565674,0.6622999906539917,2.7957000732421875,3.1909000873565674,1.1960999965667725,2.8062000274658203,3.141700029373169,1.1971999406814575,2.7957000732421875,3.1909000873565674,0.6622999906539917,2.8062000274658203,3.141700029373169,1.1971999406814575,2.8062000274658203,3.141700029373169,0.6625000238418579,2.7957000732421875,3.1909000873565674,1.1960999965667725,2.7950000762939453,3.1928000450134277,1.8343000411987305,2.805500030517578,3.1435000896453857,1.8365999460220337,2.7957000732421875,3.1909000873565674,1.1960999965667725,2.805500030517578,3.1435000896453857,1.8365999460220337,2.8062000274658203,3.141700029373169,1.1971999406814575,2.8062000274658203,3.141700029373169,0.6625000238418579,2.8062000274658203,3.141700029373169,1.1971999406814575,2.8131000995635986,3.094599962234497,1.19760000705719,2.8062000274658203,3.141700029373169,0.6625000238418579,2.8131000995635986,3.094599962234497,1.19760000705719,2.8131000995635986,3.094599962234497,0.6622999906539917,2.8062000274658203,3.141700029373169,1.1971999406814575,2.805500030517578,3.1435000896453857,1.8365999460220337,2.8124001026153564,3.0959999561309814,1.8375999927520752,2.8062000274658203,3.141700029373169,1.1971999406814575,2.8124001026153564,3.0959999561309814,1.8375999927520752,2.8131000995635986,3.094599962234497,1.19760000705719,2.779900074005127,3.242300033569336,0.029200000688433647,2.780600070953369,3.242500066757202,0.03909999877214432,2.795300006866455,3.190700054168701,0.03830000013113022,2.779900074005127,3.242300033569336,0.029200000688433647,2.795300006866455,3.190700054168701,0.03830000013113022,2.7945001125335693,3.190500020980835,0.0284000001847744,2.759200096130371,3.2967000007629395,0.03009999915957451,2.7599000930786133,3.296999931335449,0.04010000079870224,2.780600070953369,3.242500066757202,0.03909999877214432,2.759200096130371,3.2967000007629395,0.03009999915957451,2.780600070953369,3.242500066757202,0.03909999877214432,2.779900074005127,3.242300033569336,0.029200000688433647,2.780600070953369,3.242500066757202,0.03909999877214432,2.7809998989105225,3.2427000999450684,0.052000001072883606,2.795599937438965,3.1907999515533447,0.05119999870657921,2.780600070953369,3.242500066757202,0.03909999877214432,2.795599937438965,3.1907999515533447,0.05119999870657921,2.795300006866455,3.190700054168701,0.03830000013113022,2.7599000930786133,3.296999931335449,0.04010000079870224,2.7602999210357666,3.297100067138672,0.05290000140666962,2.7809998989105225,3.2427000999450684,0.052000001072883606,2.7599000930786133,3.296999931335449,0.04010000079870224,2.7809998989105225,3.2427000999450684,0.052000001072883606,2.780600070953369,3.242500066757202,0.03909999877214432,2.691499948501587,3.413100004196167,0.03220000118017197,2.6921000480651855,3.413599967956543,0.042100001126527786,2.7309999465942383,3.354099988937378,0.04100000113248825,2.691499948501587,3.413100004196167,0.03220000118017197,2.7309999465942383,3.354099988937378,0.04100000113248825,2.730299949645996,3.3536999225616455,0.031099999323487282,2.6921000480651855,3.413599967956543,0.042100001126527786,2.6923999786376953,3.4138998985290527,0.054999999701976776,2.7314000129699707,3.3541998863220215,0.05389999970793724,2.6921000480651855,3.413599967956543,0.042100001126527786,2.7314000129699707,3.3541998863220215,0.05389999970793724,2.7309999465942383,3.354099988937378,0.04100000113248825,2.730299949645996,3.3536999225616455,0.031099999323487282,2.7309999465942383,3.354099988937378,0.04100000113248825,2.7599000930786133,3.296999931335449,0.04010000079870224,2.730299949645996,3.3536999225616455,0.031099999323487282,2.7599000930786133,3.296999931335449,0.04010000079870224,2.759200096130371,3.2967000007629395,0.03009999915957451,2.7309999465942383,3.354099988937378,0.04100000113248825,2.7314000129699707,3.3541998863220215,0.05389999970793724,2.7602999210357666,3.297100067138672,0.05290000140666962,2.7309999465942383,3.354099988937378,0.04100000113248825,2.7602999210357666,3.297100067138672,0.05290000140666962,2.7599000930786133,3.296999931335449,0.04010000079870224,2.7314999103546143,3.354300022125244,0.0843999981880188,2.7314999103546143,3.354300022125244,0.06870000064373016,2.692500114440918,3.4138998985290527,0.06970000267028809,2.7314999103546143,3.354300022125244,0.0843999981880188,2.692500114440918,3.4138998985290527,0.06970000267028809,2.692500114440918,3.4138998985290527,0.08540000021457672,2.7604000568389893,3.2971999645233154,0.08340000361204147,2.7604000568389893,3.2971999645233154,0.06769999861717224,2.7314999103546143,3.354300022125244,0.06870000064373016,2.7604000568389893,3.2971999645233154,0.08340000361204147,2.7314999103546143,3.354300022125244,0.06870000064373016,2.7314999103546143,3.354300022125244,0.0843999981880188,2.7314999103546143,3.354300022125244,0.06870000064373016,2.7314000129699707,3.3541998863220215,0.05389999970793724,2.6923999786376953,3.4138998985290527,0.054999999701976776,2.7314999103546143,3.354300022125244,0.06870000064373016,2.6923999786376953,3.4138998985290527,0.054999999701976776,2.692500114440918,3.4138998985290527,0.06970000267028809,2.7604000568389893,3.2971999645233154,0.06769999861717224,2.7602999210357666,3.297100067138672,0.05290000140666962,2.7314000129699707,3.3541998863220215,0.05389999970793724,2.7604000568389893,3.2971999645233154,0.06769999861717224,2.7314000129699707,3.3541998863220215,0.05389999970793724,2.7314999103546143,3.354300022125244,0.06870000064373016,2.7957000732421875,3.1909000873565674,0.08169999718666077,2.7957000732421875,3.1909000873565674,0.06589999794960022,2.781100034713745,3.2427000999450684,0.06679999828338623,2.7957000732421875,3.1909000873565674,0.08169999718666077,2.781100034713745,3.2427000999450684,0.06679999828338623,2.781100034713745,3.2427000999450684,0.08250000327825546,2.7957000732421875,3.1909000873565674,0.06589999794960022,2.795599937438965,3.1907999515533447,0.05119999870657921,2.7809998989105225,3.2427000999450684,0.052000001072883606,2.7957000732421875,3.1909000873565674,0.06589999794960022,2.7809998989105225,3.2427000999450684,0.052000001072883606,2.781100034713745,3.2427000999450684,0.06679999828338623,2.781100034713745,3.2427000999450684,0.08250000327825546,2.781100034713745,3.2427000999450684,0.06679999828338623,2.7604000568389893,3.2971999645233154,0.06769999861717224,2.781100034713745,3.2427000999450684,0.08250000327825546,2.7604000568389893,3.2971999645233154,0.06769999861717224,2.7604000568389893,3.2971999645233154,0.08340000361204147,2.781100034713745,3.2427000999450684,0.06679999828338623,2.7809998989105225,3.2427000999450684,0.052000001072883606,2.7602999210357666,3.297100067138672,0.05290000140666962,2.781100034713745,3.2427000999450684,0.06679999828338623,2.7602999210357666,3.297100067138672,0.05290000140666962,2.7604000568389893,3.2971999645233154,0.06769999861717224,2.7583999633789062,3.234600067138672,3.62719988822937,2.7701001167297363,3.2179999351501465,3.6089000701904297,2.759200096130371,3.2746999263763428,3.6068999767303467,2.7583999633789062,3.234600067138672,3.62719988822937,2.759200096130371,3.2746999263763428,3.6068999767303467,2.7474000453948975,3.292799949645996,3.625999927520752,2.7690999507904053,3.164400100708008,3.628000020980835,2.7799999713897705,3.151900053024292,3.609999895095825,2.7701001167297363,3.2179999351501465,3.6089000701904297,2.7690999507904053,3.164400100708008,3.628000020980835,2.7701001167297363,3.2179999351501465,3.6089000701904297,2.7583999633789062,3.234600067138672,3.62719988822937,2.7701001167297363,3.2179999351501465,3.6089000701904297,2.7813000679016113,3.1974000930786133,3.5339999198913574,2.770400047302246,3.2520999908447266,3.5311999320983887,2.7701001167297363,3.2179999351501465,3.6089000701904297,2.770400047302246,3.2520999908447266,3.5311999320983887,2.759200096130371,3.2746999263763428,3.6068999767303467,2.7799999713897705,3.151900053024292,3.609999895095825,2.790299892425537,3.1364998817443848,3.5355000495910645,2.7813000679016113,3.1974000930786133,3.5339999198913574,2.7799999713897705,3.151900053024292,3.609999895095825,2.7813000679016113,3.1974000930786133,3.5339999198913574,2.7701001167297363,3.2179999351501465,3.6089000701904297,2.7804999351501465,3.003999948501587,3.628499984741211,2.790299892425537,3.003999948501587,3.610599994659424,2.7873001098632812,3.0794999599456787,3.6105000972747803,2.7804999351501465,3.003999948501587,3.628499984741211,2.7873001098632812,3.0794999599456787,3.6105000972747803,2.7771999835968018,3.086199998855591,3.6284000873565674,2.790299892425537,3.003999948501587,3.610599994659424,2.799099922180176,3.003999948501587,3.536099910736084,2.7967000007629395,3.0713000297546387,3.5360000133514404,2.790299892425537,3.003999948501587,3.610599994659424,2.7967000007629395,3.0713000297546387,3.5360000133514404,2.7873001098632812,3.0794999599456787,3.6105000972747803,2.7771999835968018,3.086199998855591,3.6284000873565674,2.7873001098632812,3.0794999599456787,3.6105000972747803,2.7799999713897705,3.151900053024292,3.609999895095825,2.7771999835968018,3.086199998855591,3.6284000873565674,2.7799999713897705,3.151900053024292,3.609999895095825,2.7690999507904053,3.164400100708008,3.628000020980835,2.7873001098632812,3.0794999599456787,3.6105000972747803,2.7967000007629395,3.0713000297546387,3.5360000133514404,2.790299892425537,3.1364998817443848,3.5355000495910645,2.7873001098632812,3.0794999599456787,3.6105000972747803,2.790299892425537,3.1364998817443848,3.5355000495910645,2.7799999713897705,3.151900053024292,3.609999895095825,2.810699939727783,3.055999994277954,3.0199999809265137,2.8046000003814697,3.0629000663757324,3.355600118637085,2.8066000938415527,3.003999948501587,3.3557000160217285,2.810699939727783,3.055999994277954,3.0199999809265137,2.8066000938415527,3.003999948501587,3.3557000160217285,2.8122000694274902,3.003999948501587,3.01990008354187,2.8062000274658203,3.107800006866455,3.019399881362915,2.799299955368042,3.120800018310547,3.3550000190734863,2.8046000003814697,3.0629000663757324,3.355600118637085,2.8062000274658203,3.107800006866455,3.019399881362915,2.8046000003814697,3.0629000663757324,3.355600118637085,2.810699939727783,3.055999994277954,3.0199999809265137,2.8046000003814697,3.0629000663757324,3.355600118637085,2.7967000007629395,3.0713000297546387,3.5360000133514404,2.799099922180176,3.003999948501587,3.536099910736084,2.8046000003814697,3.0629000663757324,3.355600118637085,2.799099922180176,3.003999948501587,3.536099910736084,2.8066000938415527,3.003999948501587,3.3557000160217285,2.799299955368042,3.120800018310547,3.3550000190734863,2.790299892425537,3.1364998817443848,3.5355000495910645,2.7967000007629395,3.0713000297546387,3.5360000133514404,2.799299955368042,3.120800018310547,3.3550000190734863,2.7967000007629395,3.0713000297546387,3.5360000133514404,2.8046000003814697,3.0629000663757324,3.355600118637085,2.7880001068115234,3.2100000381469727,3.0139000415802,2.7802999019622803,3.2291998863220215,3.3498001098632812,2.7909998893737793,3.1767001152038574,3.353300094604492,2.7880001068115234,3.2100000381469727,3.0139000415802,2.7909998893737793,3.1767001152038574,3.353300094604492,2.7985999584198,3.1591999530792236,3.0176000595092773,2.7802999019622803,3.2291998863220215,3.3498001098632812,2.770400047302246,3.2520999908447266,3.5311999320983887,2.7813000679016113,3.1974000930786133,3.5339999198913574,2.7802999019622803,3.2291998863220215,3.3498001098632812,2.7813000679016113,3.1974000930786133,3.5339999198913574,2.7909998893737793,3.1767001152038574,3.353300094604492,2.7985999584198,3.1591999530792236,3.0176000595092773,2.7909998893737793,3.1767001152038574,3.353300094604492,2.799299955368042,3.120800018310547,3.3550000190734863,2.7985999584198,3.1591999530792236,3.0176000595092773,2.799299955368042,3.120800018310547,3.3550000190734863,2.8062000274658203,3.107800006866455,3.019399881362915,2.7909998893737793,3.1767001152038574,3.353300094604492,2.7813000679016113,3.1974000930786133,3.5339999198913574,2.790299892425537,3.1364998817443848,3.5355000495910645,2.7909998893737793,3.1767001152038574,3.353300094604492,2.790299892425537,3.1364998817443848,3.5355000495910645,2.799299955368042,3.120800018310547,3.3550000190734863,2.738100051879883,3.3350000381469727,3.624300003051758,2.727400064468384,3.343600034713745,3.6366000175476074,2.7360999584198,3.3027000427246094,3.637500047683716,2.738100051879883,3.3350000381469727,3.624300003051758,2.7360999584198,3.3027000427246094,3.637500047683716,2.7474000453948975,3.292799949645996,3.625999927520752,2.7262001037597656,3.3682000637054443,3.619800090789795,2.716599941253662,3.3742001056671143,3.6331000328063965,2.727400064468384,3.343600034713745,3.6366000175476074,2.7262001037597656,3.3682000637054443,3.619800090789795,2.727400064468384,3.343600034713745,3.6366000175476074,2.738100051879883,3.3350000381469727,3.624300003051758,2.727400064468384,3.343600034713745,3.6366000175476074,2.6944000720977783,3.347399950027466,3.6428000926971436,2.70740008354187,3.307499885559082,3.6433000564575195,2.727400064468384,3.343600034713745,3.6366000175476074,2.70740008354187,3.307499885559082,3.6433000564575195,2.7360999584198,3.3027000427246094,3.637500047683716,2.716599941253662,3.3742001056671143,3.6331000328063965,2.6814000606536865,3.3761000633239746,3.6398000717163086,2.6944000720977783,3.347399950027466,3.6428000926971436,2.716599941253662,3.3742001056671143,3.6331000328063965,2.6944000720977783,3.347399950027466,3.6428000926971436,2.727400064468384,3.343600034713745,3.6366000175476074,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.6705000400543213,3.4351999759674072,3.6084001064300537,2.6991000175476074,3.4021999835968018,3.624500036239624,2.6775999069213867,3.4351000785827637,3.5929999351501465,2.6991000175476074,3.4021999835968018,3.624500036239624,2.7074999809265137,3.399199962615967,3.610100030899048,2.6705000400543213,3.4351999759674072,3.6084001064300537,2.6366000175476074,3.433799982070923,3.6161000728607178,2.6640000343322754,3.402400016784668,3.6317999362945557,2.6705000400543213,3.4351999759674072,3.6084001064300537,2.6640000343322754,3.402400016784668,3.6317999362945557,2.6991000175476074,3.4021999835968018,3.624500036239624,2.7074999809265137,3.399199962615967,3.610100030899048,2.6991000175476074,3.4021999835968018,3.624500036239624,2.716599941253662,3.3742001056671143,3.6331000328063965,2.7074999809265137,3.399199962615967,3.610100030899048,2.716599941253662,3.3742001056671143,3.6331000328063965,2.7262001037597656,3.3682000637054443,3.619800090789795,2.6991000175476074,3.4021999835968018,3.624500036239624,2.6640000343322754,3.402400016784668,3.6317999362945557,2.6814000606536865,3.3761000633239746,3.6398000717163086,2.6991000175476074,3.4021999835968018,3.624500036239624,2.6814000606536865,3.3761000633239746,3.6398000717163086,2.716599941253662,3.3742001056671143,3.6331000328063965,2.411099910736084,3.400099992752075,3.63319993019104,2.5764999389648438,3.40120005607605,3.6338999271392822,2.5508999824523926,3.43179988861084,3.617799997329712,2.411099910736084,3.400099992752075,3.63319993019104,2.5508999824523926,3.43179988861084,3.617799997329712,2.388400077819824,3.4303998947143555,3.6152000427246094,2.4312000274658203,3.376199960708618,3.6422998905181885,2.5957000255584717,3.3761000633239746,3.6421000957489014,2.5764999389648438,3.40120005607605,3.6338999271392822,2.4312000274658203,3.376199960708618,3.6422998905181885,2.5764999389648438,3.40120005607605,3.6338999271392822,2.411099910736084,3.400099992752075,3.63319993019104,2.5764999389648438,3.40120005607605,3.6338999271392822,2.6640000343322754,3.402400016784668,3.6317999362945557,2.6366000175476074,3.433799982070923,3.6161000728607178,2.5764999389648438,3.40120005607605,3.6338999271392822,2.6366000175476074,3.433799982070923,3.6161000728607178,2.5508999824523926,3.43179988861084,3.617799997329712,2.5957000255584717,3.3761000633239746,3.6421000957489014,2.6814000606536865,3.3761000633239746,3.6398000717163086,2.6640000343322754,3.402400016784668,3.6317999362945557,2.5957000255584717,3.3761000633239746,3.6421000957489014,2.6640000343322754,3.402400016784668,3.6317999362945557,2.5764999389648438,3.40120005607605,3.6338999271392822,2.509500026702881,3.3171000480651855,3.6456000804901123,2.6435000896453857,3.3106000423431396,3.645400047302246,2.6166000366210938,3.349299907684326,3.6451001167297363,2.509500026702881,3.3171000480651855,3.6456000804901123,2.6166000366210938,3.349299907684326,3.6451001167297363,2.458699941635132,3.352299928665161,3.645400047302246,2.6435000896453857,3.3106000423431396,3.645400047302246,2.70740008354187,3.307499885559082,3.6433000564575195,2.6944000720977783,3.347399950027466,3.6428000926971436,2.6435000896453857,3.3106000423431396,3.645400047302246,2.6944000720977783,3.347399950027466,3.6428000926971436,2.6166000366210938,3.349299907684326,3.6451001167297363,2.458699941635132,3.352299928665161,3.645400047302246,2.6166000366210938,3.349299907684326,3.6451001167297363,2.5957000255584717,3.3761000633239746,3.6421000957489014,2.458699941635132,3.352299928665161,3.645400047302246,2.5957000255584717,3.3761000633239746,3.6421000957489014,2.4312000274658203,3.376199960708618,3.6422998905181885,2.6166000366210938,3.349299907684326,3.6451001167297363,2.6944000720977783,3.347399950027466,3.6428000926971436,2.6814000606536865,3.3761000633239746,3.6398000717163086,2.6166000366210938,3.349299907684326,3.6451001167297363,2.6814000606536865,3.3761000633239746,3.6398000717163086,2.5957000255584717,3.3761000633239746,3.6421000957489014,2.692500114440918,3.4138998985290527,1.1787999868392944,2.7314999103546143,3.354300022125244,1.1852999925613403,2.7314999103546143,3.354300022125244,0.6582000255584717,2.692500114440918,3.4138998985290527,1.1787999868392944,2.7314999103546143,3.354300022125244,0.6582000255584717,2.692500114440918,3.4138998985290527,0.6553999781608582,2.6923999786376953,3.414299964904785,1.8051999807357788,2.7311999797821045,3.3552000522613525,1.816100001335144,2.7314999103546143,3.354300022125244,1.1852999925613403,2.6923999786376953,3.414299964904785,1.8051999807357788,2.7314999103546143,3.354300022125244,1.1852999925613403,2.692500114440918,3.4138998985290527,1.1787999868392944,2.7314999103546143,3.354300022125244,1.1852999925613403,2.7604000568389893,3.2971999645233154,1.1902999877929688,2.7604000568389893,3.2971999645233154,0.6603000164031982,2.7314999103546143,3.354300022125244,1.1852999925613403,2.7604000568389893,3.2971999645233154,0.6603000164031982,2.7314999103546143,3.354300022125244,0.6582000255584717,2.7311999797821045,3.3552000522613525,1.816100001335144,2.7599000930786133,3.2985999584198,1.8243999481201172,2.7604000568389893,3.2971999645233154,1.1902999877929688,2.7311999797821045,3.3552000522613525,1.816100001335144,2.7604000568389893,3.2971999645233154,1.1902999877929688,2.7314999103546143,3.354300022125244,1.1852999925613403,2.6909000873565674,3.418299913406372,2.9670000076293945,2.7281999588012695,3.36299991607666,2.985100030899048,2.7302000522613525,3.357800006866455,2.449700117111206,2.6909000873565674,3.418299913406372,2.9670000076293945,2.7302000522613525,3.357800006866455,2.449700117111206,2.6919000148773193,3.415600061416626,2.4347000122070312,2.7281999588012695,3.36299991607666,2.985100030899048,2.7553000450134277,3.310699939727783,2.9983999729156494,2.7583000659942627,3.3025999069213867,2.4609999656677246,2.7281999588012695,3.36299991607666,2.985100030899048,2.7583000659942627,3.3025999069213867,2.4609999656677246,2.7302000522613525,3.357800006866455,2.449700117111206,2.6919000148773193,3.415600061416626,2.4347000122070312,2.7302000522613525,3.357800006866455,2.449700117111206,2.7311999797821045,3.3552000522613525,1.816100001335144,2.6919000148773193,3.415600061416626,2.4347000122070312,2.7311999797821045,3.3552000522613525,1.816100001335144,2.6923999786376953,3.414299964904785,1.8051999807357788,2.7302000522613525,3.357800006866455,2.449700117111206,2.7583000659942627,3.3025999069213867,2.4609999656677246,2.7599000930786133,3.2985999584198,1.8243999481201172,2.7302000522613525,3.357800006866455,2.449700117111206,2.7599000930786133,3.2985999584198,1.8243999481201172,2.7311999797821045,3.3552000522613525,1.816100001335144,2.7927000522613525,3.198499917984009,2.474600076675415,2.7785000801086426,3.2497000694274902,2.469099998474121,2.774399995803833,3.260200023651123,3.0078001022338867,2.7927000522613525,3.198499917984009,2.474600076675415,2.774399995803833,3.260200023651123,3.0078001022338867,2.7880001068115234,3.2100000381469727,3.0139000415802,2.7950000762939453,3.1928000450134277,1.8343000411987305,2.780400037765503,3.2444000244140625,1.830399990081787,2.7785000801086426,3.2497000694274902,2.469099998474121,2.7950000762939453,3.1928000450134277,1.8343000411987305,2.7785000801086426,3.2497000694274902,2.469099998474121,2.7927000522613525,3.198499917984009,2.474600076675415,2.7785000801086426,3.2497000694274902,2.469099998474121,2.7583000659942627,3.3025999069213867,2.4609999656677246,2.7553000450134277,3.310699939727783,2.9983999729156494,2.7785000801086426,3.2497000694274902,2.469099998474121,2.7553000450134277,3.310699939727783,2.9983999729156494,2.774399995803833,3.260200023651123,3.0078001022338867,2.780400037765503,3.2444000244140625,1.830399990081787,2.7599000930786133,3.2985999584198,1.8243999481201172,2.7583000659942627,3.3025999069213867,2.4609999656677246,2.780400037765503,3.2444000244140625,1.830399990081787,2.7583000659942627,3.3025999069213867,2.4609999656677246,2.7785000801086426,3.2497000694274902,2.469099998474121,2.7957000732421875,3.1909000873565674,0.6622999906539917,2.781100034713745,3.2427000999450684,0.6615999937057495,2.781100034713745,3.2427000999450684,1.1937999725341797,2.7957000732421875,3.1909000873565674,0.6622999906539917,2.781100034713745,3.2427000999450684,1.1937999725341797,2.7957000732421875,3.1909000873565674,1.1960999965667725,2.781100034713745,3.2427000999450684,0.6615999937057495,2.7604000568389893,3.2971999645233154,0.6603000164031982,2.7604000568389893,3.2971999645233154,1.1902999877929688,2.781100034713745,3.2427000999450684,0.6615999937057495,2.7604000568389893,3.2971999645233154,1.1902999877929688,2.781100034713745,3.2427000999450684,1.1937999725341797,2.7957000732421875,3.1909000873565674,1.1960999965667725,2.781100034713745,3.2427000999450684,1.1937999725341797,2.780400037765503,3.2444000244140625,1.830399990081787,2.7957000732421875,3.1909000873565674,1.1960999965667725,2.780400037765503,3.2444000244140625,1.830399990081787,2.7950000762939453,3.1928000450134277,1.8343000411987305,2.781100034713745,3.2427000999450684,1.1937999725341797,2.7604000568389893,3.2971999645233154,1.1902999877929688,2.7599000930786133,3.2985999584198,1.8243999481201172,2.781100034713745,3.2427000999450684,1.1937999725341797,2.7599000930786133,3.2985999584198,1.8243999481201172,2.780400037765503,3.2444000244140625,1.830399990081787,2.692500114440918,3.4138998985290527,0.3352000117301941,2.6414999961853027,3.4760000705718994,0.334199994802475,2.6414999961853027,3.4760000705718994,0.6516000032424927,2.692500114440918,3.4138998985290527,0.3352000117301941,2.6414999961853027,3.4760000705718994,0.6516000032424927,2.692500114440918,3.4138998985290527,0.6553999781608582,2.692500114440918,3.4138998985290527,0.1673000007867813,2.6414999961853027,3.4760000705718994,0.16769999265670776,2.6414999961853027,3.4760000705718994,0.334199994802475,2.692500114440918,3.4138998985290527,0.1673000007867813,2.6414999961853027,3.4760000705718994,0.334199994802475,2.692500114440918,3.4138998985290527,0.3352000117301941,2.6414999961853027,3.4760000705718994,0.334199994802475,2.562700033187866,3.535799980163574,0.3327000141143799,2.562700033187866,3.535799980163574,0.6467000246047974,2.6414999961853027,3.4760000705718994,0.334199994802475,2.562700033187866,3.535799980163574,0.6467000246047974,2.6414999961853027,3.4760000705718994,0.6516000032424927,2.6414999961853027,3.4760000705718994,0.16769999265670776,2.562700033187866,3.535799980163574,0.1679999977350235,2.562700033187866,3.535799980163574,0.3327000141143799,2.6414999961853027,3.4760000705718994,0.16769999265670776,2.562700033187866,3.535799980163574,0.3327000141143799,2.6414999961853027,3.4760000705718994,0.334199994802475,2.692500114440918,3.4138998985290527,0.08540000021457672,2.6414999961853027,3.4760000705718994,0.08649999648332596,2.6414999961853027,3.4760000705718994,0.10199999809265137,2.692500114440918,3.4138998985290527,0.08540000021457672,2.6414999961853027,3.4760000705718994,0.10199999809265137,2.692500114440918,3.4138998985290527,0.10100000351667404,2.6414999961853027,3.4760000705718994,0.08649999648332596,2.562700033187866,3.535799980163574,0.08760000020265579,2.562700033187866,3.535799980163574,0.10300000011920929,2.6414999961853027,3.4760000705718994,0.08649999648332596,2.562700033187866,3.535799980163574,0.10300000011920929,2.6414999961853027,3.4760000705718994,0.10199999809265137,2.692500114440918,3.4138998985290527,0.1673000007867813,2.692500114440918,3.4138998985290527,0.10100000351667404,2.6414999961853027,3.4760000705718994,0.10199999809265137,2.692500114440918,3.4138998985290527,0.1673000007867813,2.6414999961853027,3.4760000705718994,0.10199999809265137,2.6414999961853027,3.4760000705718994,0.16769999265670776,2.6414999961853027,3.4760000705718994,0.16769999265670776,2.6414999961853027,3.4760000705718994,0.10199999809265137,2.562700033187866,3.535799980163574,0.10300000011920929,2.6414999961853027,3.4760000705718994,0.16769999265670776,2.562700033187866,3.535799980163574,0.10300000011920929,2.562700033187866,3.535799980163574,0.1679999977350235,2.2592999935150146,3.629699945449829,0.10429999977350235,2.440500020980835,3.588599920272827,0.10369999706745148,2.440500020980835,3.588599920272827,0.0885000005364418,2.2592999935150146,3.629699945449829,0.10429999977350235,2.440500020980835,3.588599920272827,0.0885000005364418,2.2592999935150146,3.629699945449829,0.08919999748468399,2.2592999935150146,3.629699945449829,0.16760000586509705,2.440500020980835,3.588599920272827,0.1679999977350235,2.440500020980835,3.588599920272827,0.10369999706745148,2.2592999935150146,3.629699945449829,0.16760000586509705,2.440500020980835,3.588599920272827,0.10369999706745148,2.2592999935150146,3.629699945449829,0.10429999977350235,2.440500020980835,3.588599920272827,0.10369999706745148,2.562700033187866,3.535799980163574,0.10300000011920929,2.562700033187866,3.535799980163574,0.08760000020265579,2.440500020980835,3.588599920272827,0.10369999706745148,2.562700033187866,3.535799980163574,0.08760000020265579,2.440500020980835,3.588599920272827,0.0885000005364418,2.440500020980835,3.588599920272827,0.1679999977350235,2.562700033187866,3.535799980163574,0.1679999977350235,2.562700033187866,3.535799980163574,0.10300000011920929,2.440500020980835,3.588599920272827,0.1679999977350235,2.562700033187866,3.535799980163574,0.10300000011920929,2.440500020980835,3.588599920272827,0.10369999706745148,2.2592999935150146,3.629699945449829,0.633400022983551,2.440500020980835,3.588599920272827,0.6406999826431274,2.440500020980835,3.588599920272827,0.3305000066757202,2.2592999935150146,3.629699945449829,0.633400022983551,2.440500020980835,3.588599920272827,0.3305000066757202,2.2592999935150146,3.629699945449829,0.3276999890804291,2.440500020980835,3.588599920272827,0.6406999826431274,2.562700033187866,3.535799980163574,0.6467000246047974,2.562700033187866,3.535799980163574,0.3327000141143799,2.440500020980835,3.588599920272827,0.6406999826431274,2.562700033187866,3.535799980163574,0.3327000141143799,2.440500020980835,3.588599920272827,0.3305000066757202,2.2592999935150146,3.629699945449829,0.3276999890804291,2.440500020980835,3.588599920272827,0.3305000066757202,2.440500020980835,3.588599920272827,0.1679999977350235,2.2592999935150146,3.629699945449829,0.3276999890804291,2.440500020980835,3.588599920272827,0.1679999977350235,2.2592999935150146,3.629699945449829,0.16760000586509705,2.440500020980835,3.588599920272827,0.3305000066757202,2.562700033187866,3.535799980163574,0.3327000141143799,2.562700033187866,3.535799980163574,0.1679999977350235,2.440500020980835,3.588599920272827,0.3305000066757202,2.562700033187866,3.535799980163574,0.1679999977350235,2.440500020980835,3.588599920272827,0.1679999977350235,2.2592999935150146,3.629699945449829,0.3276999890804291,2.003499984741211,3.6542999744415283,0.32420000433921814,2.003499984741211,3.6542999744415283,0.6245999932289124,2.2592999935150146,3.629699945449829,0.3276999890804291,2.003499984741211,3.6542999744415283,0.6245999932289124,2.2592999935150146,3.629699945449829,0.633400022983551,2.2592999935150146,3.629699945449829,0.16760000586509705,2.003499984741211,3.6542999744415283,0.16670000553131104,2.003499984741211,3.6542999744415283,0.32420000433921814,2.2592999935150146,3.629699945449829,0.16760000586509705,2.003499984741211,3.6542999744415283,0.32420000433921814,2.2592999935150146,3.629699945449829,0.3276999890804291,2.003499984741211,3.6542999744415283,0.32420000433921814,1.69159996509552,3.6666998863220215,0.3206000030040741,1.69159996509552,3.6666998863220215,0.616100013256073,2.003499984741211,3.6542999744415283,0.32420000433921814,1.69159996509552,3.6666998863220215,0.616100013256073,2.003499984741211,3.6542999744415283,0.6245999932289124,2.003499984741211,3.6542999744415283,0.16670000553131104,1.69159996509552,3.6666998863220215,0.1657000035047531,1.69159996509552,3.6666998863220215,0.3206000030040741,2.003499984741211,3.6542999744415283,0.16670000553131104,1.69159996509552,3.6666998863220215,0.3206000030040741,2.003499984741211,3.6542999744415283,0.32420000433921814,2.2592999935150146,3.629699945449829,0.08919999748468399,2.003499984741211,3.6542999744415283,0.08950000256299973,2.003499984741211,3.6542999744415283,0.10440000146627426,2.2592999935150146,3.629699945449829,0.08919999748468399,2.003499984741211,3.6542999744415283,0.10440000146627426,2.2592999935150146,3.629699945449829,0.10429999977350235,2.003499984741211,3.6542999744415283,0.08950000256299973,1.69159996509552,3.6666998863220215,0.08959999680519104,1.69159996509552,3.6666998863220215,0.10440000146627426,2.003499984741211,3.6542999744415283,0.08950000256299973,1.69159996509552,3.6666998863220215,0.10440000146627426,2.003499984741211,3.6542999744415283,0.10440000146627426,2.2592999935150146,3.629699945449829,0.10429999977350235,2.003499984741211,3.6542999744415283,0.10440000146627426,2.003499984741211,3.6542999744415283,0.16670000553131104,2.2592999935150146,3.629699945449829,0.10429999977350235,2.003499984741211,3.6542999744415283,0.16670000553131104,2.2592999935150146,3.629699945449829,0.16760000586509705,2.003499984741211,3.6542999744415283,0.10440000146627426,1.69159996509552,3.6666998863220215,0.10440000146627426,1.69159996509552,3.6666998863220215,0.1657000035047531,2.003499984741211,3.6542999744415283,0.10440000146627426,1.69159996509552,3.6666998863220215,0.1657000035047531,2.003499984741211,3.6542999744415283,0.16670000553131104,0.974399983882904,3.670799970626831,0.10409999638795853,1.3423000574111938,3.670799970626831,0.10419999808073044,1.3423000574111938,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.10409999638795853,1.3423000574111938,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.08959999680519104,0.974399983882904,3.670799970626831,0.16439999639987946,1.3423000574111938,3.670799970626831,0.1648000031709671,1.3423000574111938,3.670799970626831,0.10419999808073044,0.974399983882904,3.670799970626831,0.16439999639987946,1.3423000574111938,3.670799970626831,0.10419999808073044,0.974399983882904,3.670799970626831,0.10409999638795853,1.3423000574111938,3.670799970626831,0.10419999808073044,1.69159996509552,3.6666998863220215,0.10440000146627426,1.69159996509552,3.6666998863220215,0.08959999680519104,1.3423000574111938,3.670799970626831,0.10419999808073044,1.69159996509552,3.6666998863220215,0.08959999680519104,1.3423000574111938,3.670799970626831,0.08959999680519104,1.3423000574111938,3.670799970626831,0.1648000031709671,1.69159996509552,3.6666998863220215,0.1657000035047531,1.69159996509552,3.6666998863220215,0.10440000146627426,1.3423000574111938,3.670799970626831,0.1648000031709671,1.69159996509552,3.6666998863220215,0.10440000146627426,1.3423000574111938,3.670799970626831,0.10419999808073044,0.974399983882904,3.670799970626831,0.6068000197410583,1.3423000574111938,3.670799970626831,0.6096000075340271,1.3423000574111938,3.670799970626831,0.31779998540878296,0.974399983882904,3.670799970626831,0.6068000197410583,1.3423000574111938,3.670799970626831,0.31779998540878296,0.974399983882904,3.670799970626831,0.3165999948978424,1.3423000574111938,3.670799970626831,0.6096000075340271,1.69159996509552,3.6666998863220215,0.616100013256073,1.69159996509552,3.6666998863220215,0.3206000030040741,1.3423000574111938,3.670799970626831,0.6096000075340271,1.69159996509552,3.6666998863220215,0.3206000030040741,1.3423000574111938,3.670799970626831,0.31779998540878296,0.974399983882904,3.670799970626831,0.3165999948978424,1.3423000574111938,3.670799970626831,0.31779998540878296,1.3423000574111938,3.670799970626831,0.1648000031709671,0.974399983882904,3.670799970626831,0.3165999948978424,1.3423000574111938,3.670799970626831,0.1648000031709671,0.974399983882904,3.670799970626831,0.16439999639987946,1.3423000574111938,3.670799970626831,0.31779998540878296,1.69159996509552,3.6666998863220215,0.3206000030040741,1.69159996509552,3.6666998863220215,0.1657000035047531,1.3423000574111938,3.670799970626831,0.31779998540878296,1.69159996509552,3.6666998863220215,0.1657000035047531,1.3423000574111938,3.670799970626831,0.1648000031709671,2.8153998851776123,3.0488998889923096,0.026399999856948853,2.816200017929077,3.0488998889923096,0.03629999980330467,2.8173000812530518,3.003999948501587,0.03610000014305115,2.8153998851776123,3.0488998889923096,0.026399999856948853,2.8173000812530518,3.003999948501587,0.03610000014305115,2.816499948501587,3.003999948501587,0.026200000196695328,2.8117001056671143,3.0945000648498535,0.026900000870227814,2.8125998973846436,3.094599962234497,0.03680000081658363,2.816200017929077,3.0488998889923096,0.03629999980330467,2.8117001056671143,3.0945000648498535,0.026900000870227814,2.816200017929077,3.0488998889923096,0.03629999980330467,2.8153998851776123,3.0488998889923096,0.026399999856948853,2.816200017929077,3.0488998889923096,0.03629999980330467,2.8166000843048096,3.0490000247955322,0.04919999837875366,2.817699909210205,3.003999948501587,0.04899999871850014,2.816200017929077,3.0488998889923096,0.03629999980330467,2.817699909210205,3.003999948501587,0.04899999871850014,2.8173000812530518,3.003999948501587,0.03610000014305115,2.8125998973846436,3.094599962234497,0.03680000081658363,2.8129000663757324,3.094599962234497,0.04969999939203262,2.8166000843048096,3.0490000247955322,0.04919999837875366,2.8125998973846436,3.094599962234497,0.03680000081658363,2.8166000843048096,3.0490000247955322,0.04919999837875366,2.816200017929077,3.0488998889923096,0.03629999980330467,2.7945001125335693,3.190500020980835,0.0284000001847744,2.795300006866455,3.190700054168701,0.03830000013113022,2.8057000637054443,3.1415998935699463,0.03750000149011612,2.7945001125335693,3.190500020980835,0.0284000001847744,2.8057000637054443,3.1415998935699463,0.03750000149011612,2.8048999309539795,3.1414999961853027,0.02759999968111515,2.795300006866455,3.190700054168701,0.03830000013113022,2.795599937438965,3.1907999515533447,0.05119999870657921,2.8060998916625977,3.141700029373169,0.0502999983727932,2.795300006866455,3.190700054168701,0.03830000013113022,2.8060998916625977,3.141700029373169,0.0502999983727932,2.8057000637054443,3.1415998935699463,0.03750000149011612,2.8048999309539795,3.1414999961853027,0.02759999968111515,2.8057000637054443,3.1415998935699463,0.03750000149011612,2.8125998973846436,3.094599962234497,0.03680000081658363,2.8048999309539795,3.1414999961853027,0.02759999968111515,2.8125998973846436,3.094599962234497,0.03680000081658363,2.8117001056671143,3.0945000648498535,0.026900000870227814,2.8057000637054443,3.1415998935699463,0.03750000149011612,2.8060998916625977,3.141700029373169,0.0502999983727932,2.8129000663757324,3.094599962234497,0.04969999939203262,2.8057000637054443,3.1415998935699463,0.03750000149011612,2.8129000663757324,3.094599962234497,0.04969999939203262,2.8125998973846436,3.094599962234497,0.03680000081658363,2.8062000274658203,3.141700029373169,0.08089999854564667,2.8062000274658203,3.141700029373169,0.06509999930858612,2.7957000732421875,3.1909000873565674,0.06589999794960022,2.8062000274658203,3.141700029373169,0.08089999854564667,2.7957000732421875,3.1909000873565674,0.06589999794960022,2.7957000732421875,3.1909000873565674,0.08169999718666077,2.8131000995635986,3.094599962234497,0.08020000159740448,2.8131000995635986,3.094599962234497,0.06440000236034393,2.8062000274658203,3.141700029373169,0.06509999930858612,2.8131000995635986,3.094599962234497,0.08020000159740448,2.8062000274658203,3.141700029373169,0.06509999930858612,2.8062000274658203,3.141700029373169,0.08089999854564667,2.8062000274658203,3.141700029373169,0.06509999930858612,2.8060998916625977,3.141700029373169,0.0502999983727932,2.795599937438965,3.1907999515533447,0.05119999870657921,2.8062000274658203,3.141700029373169,0.06509999930858612,2.795599937438965,3.1907999515533447,0.05119999870657921,2.7957000732421875,3.1909000873565674,0.06589999794960022,2.8131000995635986,3.094599962234497,0.06440000236034393,2.8129000663757324,3.094599962234497,0.04969999939203262,2.8060998916625977,3.141700029373169,0.0502999983727932,2.8131000995635986,3.094599962234497,0.06440000236034393,2.8060998916625977,3.141700029373169,0.0502999983727932,2.8062000274658203,3.141700029373169,0.06509999930858612,2.8178000450134277,3.003999948501587,0.0794999971985817,2.8178000450134277,3.003999948501587,0.06379999965429306,2.816800117492676,3.0490000247955322,0.06400000303983688,2.8178000450134277,3.003999948501587,0.0794999971985817,2.816800117492676,3.0490000247955322,0.06400000303983688,2.816800117492676,3.0490000247955322,0.07970000058412552,2.8178000450134277,3.003999948501587,0.06379999965429306,2.817699909210205,3.003999948501587,0.04899999871850014,2.8166000843048096,3.0490000247955322,0.04919999837875366,2.8178000450134277,3.003999948501587,0.06379999965429306,2.8166000843048096,3.0490000247955322,0.04919999837875366,2.816800117492676,3.0490000247955322,0.06400000303983688,2.816800117492676,3.0490000247955322,0.07970000058412552,2.816800117492676,3.0490000247955322,0.06400000303983688,2.8131000995635986,3.094599962234497,0.06440000236034393,2.816800117492676,3.0490000247955322,0.07970000058412552,2.8131000995635986,3.094599962234497,0.06440000236034393,2.8131000995635986,3.094599962234497,0.08020000159740448,2.816800117492676,3.0490000247955322,0.06400000303983688,2.8166000843048096,3.0490000247955322,0.04919999837875366,2.8129000663757324,3.094599962234497,0.04969999939203262,2.816800117492676,3.0490000247955322,0.06400000303983688,2.8129000663757324,3.094599962234497,0.04969999939203262,2.8131000995635986,3.094599962234497,0.06440000236034393,2.7771999835968018,3.086199998855591,3.6284000873565674,2.7665998935699463,3.089900016784668,3.63919997215271,2.7702999114990234,3.003999948501587,3.6393001079559326,2.7771999835968018,3.086199998855591,3.6284000873565674,2.7702999114990234,3.003999948501587,3.6393001079559326,2.7804999351501465,3.003999948501587,3.628499984741211,2.7690999507904053,3.164400100708008,3.628000020980835,2.7581000328063965,3.171299934387207,3.6387999057769775,2.7665998935699463,3.089900016784668,3.63919997215271,2.7690999507904053,3.164400100708008,3.628000020980835,2.7665998935699463,3.089900016784668,3.63919997215271,2.7771999835968018,3.086199998855591,3.6284000873565674,2.7665998935699463,3.089900016784668,3.63919997215271,2.7523000240325928,3.091200113296509,3.6445000171661377,2.756200075149536,3.003999948501587,3.644700050354004,2.7665998935699463,3.089900016784668,3.63919997215271,2.756200075149536,3.003999948501587,3.644700050354004,2.7702999114990234,3.003999948501587,3.6393001079559326,2.7581000328063965,3.171299934387207,3.6387999057769775,2.7416000366210938,3.174099922180176,3.644200086593628,2.7523000240325928,3.091200113296509,3.6445000171661377,2.7581000328063965,3.171299934387207,3.6387999057769775,2.7523000240325928,3.091200113296509,3.6445000171661377,2.7665998935699463,3.089900016784668,3.63919997215271,2.7474000453948975,3.292799949645996,3.625999927520752,2.7360999584198,3.3027000427246094,3.637500047683716,2.7472000122070312,3.2437000274658203,3.6382999420166016,2.7474000453948975,3.292799949645996,3.625999927520752,2.7472000122070312,3.2437000274658203,3.6382999420166016,2.7583999633789062,3.234600067138672,3.62719988822937,2.7360999584198,3.3027000427246094,3.637500047683716,2.70740008354187,3.307499885559082,3.6433000564575195,2.724900007247925,3.2479000091552734,3.6438000202178955,2.7360999584198,3.3027000427246094,3.637500047683716,2.724900007247925,3.2479000091552734,3.6438000202178955,2.7472000122070312,3.2437000274658203,3.6382999420166016,2.7583999633789062,3.234600067138672,3.62719988822937,2.7472000122070312,3.2437000274658203,3.6382999420166016,2.7581000328063965,3.171299934387207,3.6387999057769775,2.7583999633789062,3.234600067138672,3.62719988822937,2.7581000328063965,3.171299934387207,3.6387999057769775,2.7690999507904053,3.164400100708008,3.628000020980835,2.7472000122070312,3.2437000274658203,3.6382999420166016,2.724900007247925,3.2479000091552734,3.6438000202178955,2.7416000366210938,3.174099922180176,3.644200086593628,2.7472000122070312,3.2437000274658203,3.6382999420166016,2.7416000366210938,3.174099922180176,3.644200086593628,2.7581000328063965,3.171299934387207,3.6387999057769775,2.6226000785827637,3.2479000091552734,3.6458001136779785,2.6803998947143555,3.249799966812134,3.645699977874756,2.6435000896453857,3.3106000423431396,3.645400047302246,2.6226000785827637,3.2479000091552734,3.6458001136779785,2.6435000896453857,3.3106000423431396,3.645400047302246,2.509500026702881,3.3171000480651855,3.6456000804901123,2.6747000217437744,3.172100067138672,3.646199941635132,2.7139999866485596,3.1742000579833984,3.6461000442504883,2.6803998947143555,3.249799966812134,3.645699977874756,2.6747000217437744,3.172100067138672,3.646199941635132,2.6803998947143555,3.249799966812134,3.645699977874756,2.6226000785827637,3.2479000091552734,3.6458001136779785,2.6803998947143555,3.249799966812134,3.645699977874756,2.724900007247925,3.2479000091552734,3.6438000202178955,2.70740008354187,3.307499885559082,3.6433000564575195,2.6803998947143555,3.249799966812134,3.645699977874756,2.70740008354187,3.307499885559082,3.6433000564575195,2.6435000896453857,3.3106000423431396,3.645400047302246,2.7139999866485596,3.1742000579833984,3.6461000442504883,2.7416000366210938,3.174099922180176,3.644200086593628,2.724900007247925,3.2479000091552734,3.6438000202178955,2.7139999866485596,3.1742000579833984,3.6461000442504883,2.724900007247925,3.2479000091552734,3.6438000202178955,2.6803998947143555,3.249799966812134,3.645699977874756,2.7035000324249268,3.003999948501587,3.6466000080108643,2.735100030899048,3.003999948501587,3.6465001106262207,2.730799913406372,3.0910000801086426,3.646399974822998,2.7035000324249268,3.003999948501587,3.6466000080108643,2.730799913406372,3.0910000801086426,3.646399974822998,2.6986000537872314,3.0896999835968018,3.6465001106262207,2.735100030899048,3.003999948501587,3.6465001106262207,2.756200075149536,3.003999948501587,3.644700050354004,2.7523000240325928,3.091200113296509,3.6445000171661377,2.735100030899048,3.003999948501587,3.6465001106262207,2.7523000240325928,3.091200113296509,3.6445000171661377,2.730799913406372,3.0910000801086426,3.646399974822998,2.6986000537872314,3.0896999835968018,3.6465001106262207,2.730799913406372,3.0910000801086426,3.646399974822998,2.7139999866485596,3.1742000579833984,3.6461000442504883,2.6986000537872314,3.0896999835968018,3.6465001106262207,2.7139999866485596,3.1742000579833984,3.6461000442504883,2.6747000217437744,3.172100067138672,3.646199941635132,2.730799913406372,3.0910000801086426,3.646399974822998,2.7523000240325928,3.091200113296509,3.6445000171661377,2.7416000366210938,3.174099922180176,3.644200086593628,2.730799913406372,3.0910000801086426,3.646399974822998,2.7416000366210938,3.174099922180176,3.644200086593628,2.7139999866485596,3.1742000579833984,3.6461000442504883,2.816800117492676,3.0490000247955322,0.07970000058412552,2.816800117492676,3.0490000247955322,0.09539999812841415,2.8178000450134277,3.003999948501587,0.09520000219345093,2.816800117492676,3.0490000247955322,0.07970000058412552,2.8178000450134277,3.003999948501587,0.09520000219345093,2.8178000450134277,3.003999948501587,0.0794999971985817,2.8131000995635986,3.094599962234497,0.08020000159740448,2.8131000995635986,3.094599962234497,0.09589999914169312,2.816800117492676,3.0490000247955322,0.09539999812841415,2.8131000995635986,3.094599962234497,0.08020000159740448,2.816800117492676,3.0490000247955322,0.09539999812841415,2.816800117492676,3.0490000247955322,0.07970000058412552,2.816800117492676,3.0490000247955322,0.09539999812841415,2.816800117492676,3.0490000247955322,0.16300000250339508,2.8178000450134277,3.003999948501587,0.16279999911785126,2.816800117492676,3.0490000247955322,0.09539999812841415,2.8178000450134277,3.003999948501587,0.16279999911785126,2.8178000450134277,3.003999948501587,0.09520000219345093,2.8131000995635986,3.094599962234497,0.09589999914169312,2.8131000995635986,3.094599962234497,0.16349999606609344,2.816800117492676,3.0490000247955322,0.16300000250339508,2.8131000995635986,3.094599962234497,0.09589999914169312,2.816800117492676,3.0490000247955322,0.16300000250339508,2.816800117492676,3.0490000247955322,0.09539999812841415,2.7957000732421875,3.1909000873565674,0.08169999718666077,2.7957000732421875,3.1909000873565674,0.09740000218153,2.8062000274658203,3.141700029373169,0.09650000184774399,2.7957000732421875,3.1909000873565674,0.08169999718666077,2.8062000274658203,3.141700029373169,0.09650000184774399,2.8062000274658203,3.141700029373169,0.08089999854564667,2.7957000732421875,3.1909000873565674,0.09740000218153,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.8062000274658203,3.141700029373169,0.16410000622272491,2.7957000732421875,3.1909000873565674,0.09740000218153,2.8062000274658203,3.141700029373169,0.16410000622272491,2.8062000274658203,3.141700029373169,0.09650000184774399,2.8062000274658203,3.141700029373169,0.08089999854564667,2.8062000274658203,3.141700029373169,0.09650000184774399,2.8131000995635986,3.094599962234497,0.09589999914169312,2.8062000274658203,3.141700029373169,0.08089999854564667,2.8131000995635986,3.094599962234497,0.09589999914169312,2.8131000995635986,3.094599962234497,0.08020000159740448,2.8062000274658203,3.141700029373169,0.09650000184774399,2.8062000274658203,3.141700029373169,0.16410000622272491,2.8131000995635986,3.094599962234497,0.16349999606609344,2.8062000274658203,3.141700029373169,0.09650000184774399,2.8131000995635986,3.094599962234497,0.16349999606609344,2.8131000995635986,3.094599962234497,0.09589999914169312,2.8062000274658203,3.141700029373169,0.6625000238418579,2.8062000274658203,3.141700029373169,0.3353999853134155,2.7957000732421875,3.1909000873565674,0.3359000086784363,2.8062000274658203,3.141700029373169,0.6625000238418579,2.7957000732421875,3.1909000873565674,0.3359000086784363,2.7957000732421875,3.1909000873565674,0.6622999906539917,2.8131000995635986,3.094599962234497,0.6622999906539917,2.8131000995635986,3.094599962234497,0.33500000834465027,2.8062000274658203,3.141700029373169,0.3353999853134155,2.8131000995635986,3.094599962234497,0.6622999906539917,2.8062000274658203,3.141700029373169,0.3353999853134155,2.8062000274658203,3.141700029373169,0.6625000238418579,2.8062000274658203,3.141700029373169,0.3353999853134155,2.8062000274658203,3.141700029373169,0.16410000622272491,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.8062000274658203,3.141700029373169,0.3353999853134155,2.7957000732421875,3.1909000873565674,0.1648000031709671,2.7957000732421875,3.1909000873565674,0.3359000086784363,2.8131000995635986,3.094599962234497,0.33500000834465027,2.8131000995635986,3.094599962234497,0.16349999606609344,2.8062000274658203,3.141700029373169,0.16410000622272491,2.8131000995635986,3.094599962234497,0.33500000834465027,2.8062000274658203,3.141700029373169,0.16410000622272491,2.8062000274658203,3.141700029373169,0.3353999853134155,2.8178000450134277,3.003999948501587,0.661899983882904,2.8178000450134277,3.003999948501587,0.3343999981880188,2.816800117492676,3.0490000247955322,0.3346000015735626,2.8178000450134277,3.003999948501587,0.661899983882904,2.816800117492676,3.0490000247955322,0.3346000015735626,2.816800117492676,3.0490000247955322,0.6621000170707703,2.8178000450134277,3.003999948501587,0.3343999981880188,2.8178000450134277,3.003999948501587,0.16279999911785126,2.816800117492676,3.0490000247955322,0.16300000250339508,2.8178000450134277,3.003999948501587,0.3343999981880188,2.816800117492676,3.0490000247955322,0.16300000250339508,2.816800117492676,3.0490000247955322,0.3346000015735626,2.816800117492676,3.0490000247955322,0.6621000170707703,2.816800117492676,3.0490000247955322,0.3346000015735626,2.8131000995635986,3.094599962234497,0.33500000834465027,2.816800117492676,3.0490000247955322,0.6621000170707703,2.8131000995635986,3.094599962234497,0.33500000834465027,2.8131000995635986,3.094599962234497,0.6622999906539917,2.816800117492676,3.0490000247955322,0.3346000015735626,2.816800117492676,3.0490000247955322,0.16300000250339508,2.8131000995635986,3.094599962234497,0.16349999606609344,2.816800117492676,3.0490000247955322,0.3346000015735626,2.8131000995635986,3.094599962234497,0.16349999606609344,2.8131000995635986,3.094599962234497,0.33500000834465027,-0.771399974822998,2.659899950027466,0.0210999995470047,-0.7656999826431274,2.663100004196167,0.0210999995470047,-0.7279000282287598,2.605299949645996,0.022099999710917473,-0.771399974822998,2.659899950027466,0.0210999995470047,-0.7279000282287598,2.605299949645996,0.022099999710917473,-0.733299970626831,2.6015000343322754,0.022199999541044235,-0.7997000217437744,2.71589994430542,0.020099999383091927,-0.7936999797821045,2.7184998989105225,0.020099999383091927,-0.7656999826431274,2.663100004196167,0.0210999995470047,-0.7997000217437744,2.71589994430542,0.020099999383091927,-0.7656999826431274,2.663100004196167,0.0210999995470047,-0.771399974822998,2.659899950027466,0.0210999995470047,-0.7656999826431274,2.663100004196167,0.0210999995470047,-0.7591999769210815,2.6666998863220215,0.020999999716877937,-0.7218999862670898,2.6096999645233154,0.02199999988079071,-0.7656999826431274,2.663100004196167,0.0210999995470047,-0.7218999862670898,2.6096999645233154,0.02199999988079071,-0.7279000282287598,2.605299949645996,0.022099999710917473,-0.7936999797821045,2.7184998989105225,0.020099999383091927,-0.7868000268936157,2.7214999198913574,0.020099999383091927,-0.7591999769210815,2.6666998863220215,0.020999999716877937,-0.7936999797821045,2.7184998989105225,0.020099999383091927,-0.7591999769210815,2.6666998863220215,0.020999999716877937,-0.7656999826431274,2.663100004196167,0.0210999995470047,-0.8343999981880188,2.820199966430664,0.018400000408291817,-0.828000009059906,2.8217999935150146,0.018400000408291817,-0.8137999773025513,2.771399974822998,0.019200000911951065,-0.8343999981880188,2.820199966430664,0.018400000408291817,-0.8137999773025513,2.771399974822998,0.019200000911951065,-0.8199999928474426,2.7692999839782715,0.019200000911951065,-0.828000009059906,2.8217999935150146,0.018400000408291817,-0.8208000063896179,2.8236000537872314,0.018300000578165054,-0.8066999912261963,2.7737998962402344,0.019200000911951065,-0.828000009059906,2.8217999935150146,0.018400000408291817,-0.8066999912261963,2.7737998962402344,0.019200000911951065,-0.8137999773025513,2.771399974822998,0.019200000911951065,-0.8199999928474426,2.7692999839782715,0.019200000911951065,-0.8137999773025513,2.771399974822998,0.019200000911951065,-0.7936999797821045,2.7184998989105225,0.020099999383091927,-0.8199999928474426,2.7692999839782715,0.019200000911951065,-0.7936999797821045,2.7184998989105225,0.020099999383091927,-0.7997000217437744,2.71589994430542,0.020099999383091927,-0.8137999773025513,2.771399974822998,0.019200000911951065,-0.8066999912261963,2.7737998962402344,0.019200000911951065,-0.7868000268936157,2.7214999198913574,0.020099999383091927,-0.8137999773025513,2.771399974822998,0.019200000911951065,-0.7868000268936157,2.7214999198913574,0.020099999383091927,-0.7936999797821045,2.7184998989105225,0.020099999383091927,-0.79339998960495,2.7783000469207764,0.019099999219179153,-0.7997000217437744,2.77620005607605,0.019099999219179153,-0.8134999871253967,2.8254001140594482,0.018300000578165054,-0.79339998960495,2.7783000469207764,0.019099999219179153,-0.8134999871253967,2.8254001140594482,0.018300000578165054,-0.8070999979972839,2.8271000385284424,0.018300000578165054,-0.7739999890327454,2.727099895477295,0.019899999722838402,-0.7799999713897705,2.7244999408721924,0.019999999552965164,-0.7997000217437744,2.77620005607605,0.019099999219179153,-0.7739999890327454,2.727099895477295,0.019899999722838402,-0.7997000217437744,2.77620005607605,0.019099999219179153,-0.79339998960495,2.7783000469207764,0.019099999219179153,-0.7997000217437744,2.77620005607605,0.019099999219179153,-0.8066999912261963,2.7737998962402344,0.019200000911951065,-0.8208000063896179,2.8236000537872314,0.018300000578165054,-0.7997000217437744,2.77620005607605,0.019099999219179153,-0.8208000063896179,2.8236000537872314,0.018300000578165054,-0.8134999871253967,2.8254001140594482,0.018300000578165054,-0.7799999713897705,2.7244999408721924,0.019999999552965164,-0.7868000268936157,2.7214999198913574,0.020099999383091927,-0.8066999912261963,2.7737998962402344,0.019200000911951065,-0.7799999713897705,2.7244999408721924,0.019999999552965164,-0.8066999912261963,2.7737998962402344,0.019200000911951065,-0.7997000217437744,2.77620005607605,0.019099999219179153,-0.7106000185012817,2.617799997329712,0.021900000050663948,-0.7159000039100647,2.614000082015991,0.021900000050663948,-0.7526999711990356,2.6703999042510986,0.020899999886751175,-0.7106000185012817,2.617799997329712,0.021900000050663948,-0.7526999711990356,2.6703999042510986,0.020899999886751175,-0.746999979019165,2.6735999584198,0.020899999886751175,-0.7159000039100647,2.614000082015991,0.021900000050663948,-0.7218999862670898,2.6096999645233154,0.02199999988079071,-0.7591999769210815,2.6666998863220215,0.020999999716877937,-0.7159000039100647,2.614000082015991,0.021900000050663948,-0.7591999769210815,2.6666998863220215,0.020999999716877937,-0.7526999711990356,2.6703999042510986,0.020899999886751175,-0.746999979019165,2.6735999584198,0.020899999886751175,-0.7526999711990356,2.6703999042510986,0.020899999886751175,-0.7799999713897705,2.7244999408721924,0.019999999552965164,-0.746999979019165,2.6735999584198,0.020899999886751175,-0.7799999713897705,2.7244999408721924,0.019999999552965164,-0.7739999890327454,2.727099895477295,0.019899999722838402,-0.7526999711990356,2.6703999042510986,0.020899999886751175,-0.7591999769210815,2.6666998863220215,0.020999999716877937,-0.7868000268936157,2.7214999198913574,0.020099999383091927,-0.7526999711990356,2.6703999042510986,0.020899999886751175,-0.7868000268936157,2.7214999198913574,0.020099999383091927,-0.7799999713897705,2.7244999408721924,0.019999999552965164,-0.8446999788284302,2.8684000968933105,0.01759999990463257,-0.8381999731063843,2.8696000576019287,0.01759999990463257,-0.828000009059906,2.8217999935150146,0.018400000408291817,-0.8446999788284302,2.8684000968933105,0.01759999990463257,-0.828000009059906,2.8217999935150146,0.018400000408291817,-0.8343999981880188,2.820199966430664,0.018400000408291817,-0.8514000177383423,2.9147000312805176,0.016899999231100082,-0.8447999954223633,2.9154999256134033,0.016899999231100082,-0.8381999731063843,2.8696000576019287,0.01759999990463257,-0.8514000177383423,2.9147000312805176,0.016899999231100082,-0.8381999731063843,2.8696000576019287,0.01759999990463257,-0.8446999788284302,2.8684000968933105,0.01759999990463257,-0.8381999731063843,2.8696000576019287,0.01759999990463257,-0.8309000134468079,2.871000051498413,0.01759999990463257,-0.8208000063896179,2.8236000537872314,0.018300000578165054,-0.8381999731063843,2.8696000576019287,0.01759999990463257,-0.8208000063896179,2.8236000537872314,0.018300000578165054,-0.828000009059906,2.8217999935150146,0.018400000408291817,-0.8447999954223633,2.9154999256134033,0.016899999231100082,-0.8374000191688538,2.916300058364868,0.016899999231100082,-0.8309000134468079,2.871000051498413,0.01759999990463257,-0.8447999954223633,2.9154999256134033,0.016899999231100082,-0.8309000134468079,2.871000051498413,0.01759999990463257,-0.8381999731063843,2.8696000576019287,0.01759999990463257,-0.8560000061988831,3.003999948501587,0.016300000250339508,-0.849399983882904,3.003999948501587,0.016300000250339508,-0.8483999967575073,2.9600000381469727,0.01640000008046627,-0.8560000061988831,3.003999948501587,0.016300000250339508,-0.8483999967575073,2.9600000381469727,0.01640000008046627,-0.8550000190734863,2.959700107574463,0.016499999910593033,-0.849399983882904,3.003999948501587,0.016300000250339508,-0.8420000076293945,3.003999948501587,0.016200000420212746,-0.8410000205039978,2.9605000019073486,0.01640000008046627,-0.849399983882904,3.003999948501587,0.016300000250339508,-0.8410000205039978,2.9605000019073486,0.01640000008046627,-0.8483999967575073,2.9600000381469727,0.01640000008046627,-0.8550000190734863,2.959700107574463,0.016499999910593033,-0.8483999967575073,2.9600000381469727,0.01640000008046627,-0.8447999954223633,2.9154999256134033,0.016899999231100082,-0.8550000190734863,2.959700107574463,0.016499999910593033,-0.8447999954223633,2.9154999256134033,0.016899999231100082,-0.8514000177383423,2.9147000312805176,0.016899999231100082,-0.8483999967575073,2.9600000381469727,0.01640000008046627,-0.8410000205039978,2.9605000019073486,0.01640000008046627,-0.8374000191688538,2.916300058364868,0.016899999231100082,-0.8483999967575073,2.9600000381469727,0.01640000008046627,-0.8374000191688538,2.916300058364868,0.016899999231100082,-0.8447999954223633,2.9154999256134033,0.016899999231100082,-0.8270000219345093,2.961199998855591,0.01640000008046627,-0.8335000276565552,2.960900068283081,0.01640000008046627,-0.8345000147819519,3.003999948501587,0.016200000420212746,-0.8270000219345093,2.961199998855591,0.01640000008046627,-0.8345000147819519,3.003999948501587,0.016200000420212746,-0.828000009059906,3.003999948501587,0.016200000420212746,-0.8234999775886536,2.9179000854492188,0.01679999940097332,-0.8299999833106995,2.9172000885009766,0.016899999231100082,-0.8335000276565552,2.960900068283081,0.01640000008046627,-0.8234999775886536,2.9179000854492188,0.01679999940097332,-0.8335000276565552,2.960900068283081,0.01640000008046627,-0.8270000219345093,2.961199998855591,0.01640000008046627,-0.8335000276565552,2.960900068283081,0.01640000008046627,-0.8410000205039978,2.9605000019073486,0.01640000008046627,-0.8420000076293945,3.003999948501587,0.016200000420212746,-0.8335000276565552,2.960900068283081,0.01640000008046627,-0.8420000076293945,3.003999948501587,0.016200000420212746,-0.8345000147819519,3.003999948501587,0.016200000420212746,-0.8299999833106995,2.9172000885009766,0.016899999231100082,-0.8374000191688538,2.916300058364868,0.016899999231100082,-0.8410000205039978,2.9605000019073486,0.01640000008046627,-0.8299999833106995,2.9172000885009766,0.016899999231100082,-0.8410000205039978,2.9605000019073486,0.01640000008046627,-0.8335000276565552,2.960900068283081,0.01640000008046627,-0.8070999979972839,2.8271000385284424,0.018300000578165054,-0.8134999871253967,2.8254001140594482,0.018300000578165054,-0.8234999775886536,2.872299909591675,0.017500000074505806,-0.8070999979972839,2.8271000385284424,0.018300000578165054,-0.8234999775886536,2.872299909591675,0.017500000074505806,-0.8169999718666077,2.8733999729156494,0.017500000074505806,-0.8134999871253967,2.8254001140594482,0.018300000578165054,-0.8208000063896179,2.8236000537872314,0.018300000578165054,-0.8309000134468079,2.871000051498413,0.01759999990463257,-0.8134999871253967,2.8254001140594482,0.018300000578165054,-0.8309000134468079,2.871000051498413,0.01759999990463257,-0.8234999775886536,2.872299909591675,0.017500000074505806,-0.8169999718666077,2.8733999729156494,0.017500000074505806,-0.8234999775886536,2.872299909591675,0.017500000074505806,-0.8299999833106995,2.9172000885009766,0.016899999231100082,-0.8169999718666077,2.8733999729156494,0.017500000074505806,-0.8299999833106995,2.9172000885009766,0.016899999231100082,-0.8234999775886536,2.9179000854492188,0.01679999940097332,-0.8234999775886536,2.872299909591675,0.017500000074505806,-0.8309000134468079,2.871000051498413,0.01759999990463257,-0.8374000191688538,2.916300058364868,0.016899999231100082,-0.8234999775886536,2.872299909591675,0.017500000074505806,-0.8374000191688538,2.916300058364868,0.016899999231100082,-0.8299999833106995,2.9172000885009766,0.016899999231100082,-0.8550000190734863,3.0481998920440674,0.016499999910593033,-0.8483999967575073,3.0478999614715576,0.01640000008046627,-0.849399983882904,3.003999948501587,0.016300000250339508,-0.8550000190734863,3.0481998920440674,0.016499999910593033,-0.849399983882904,3.003999948501587,0.016300000250339508,-0.8560000061988831,3.003999948501587,0.016300000250339508,-0.8514000177383423,3.0931999683380127,0.016899999231100082,-0.8447999954223633,3.092400074005127,0.016899999231100082,-0.8483999967575073,3.0478999614715576,0.01640000008046627,-0.8514000177383423,3.0931999683380127,0.016899999231100082,-0.8483999967575073,3.0478999614715576,0.01640000008046627,-0.8550000190734863,3.0481998920440674,0.016499999910593033,-0.8483999967575073,3.0478999614715576,0.01640000008046627,-0.8410000205039978,3.0473999977111816,0.01640000008046627,-0.8420000076293945,3.003999948501587,0.016200000420212746,-0.8483999967575073,3.0478999614715576,0.01640000008046627,-0.8420000076293945,3.003999948501587,0.016200000420212746,-0.849399983882904,3.003999948501587,0.016300000250339508,-0.8447999954223633,3.092400074005127,0.016899999231100082,-0.8374000191688538,3.091599941253662,0.016899999231100082,-0.8410000205039978,3.0473999977111816,0.01640000008046627,-0.8447999954223633,3.092400074005127,0.016899999231100082,-0.8410000205039978,3.0473999977111816,0.01640000008046627,-0.8483999967575073,3.0478999614715576,0.01640000008046627,-0.8343999981880188,3.187700033187866,0.018400000408291817,-0.828000009059906,3.1861000061035156,0.018400000408291817,-0.8381999731063843,3.1382999420166016,0.01759999990463257,-0.8343999981880188,3.187700033187866,0.018400000408291817,-0.8381999731063843,3.1382999420166016,0.01759999990463257,-0.8446999788284302,3.1394999027252197,0.01759999990463257,-0.828000009059906,3.1861000061035156,0.018400000408291817,-0.8208000063896179,3.184299945831299,0.018300000578165054,-0.8309000134468079,3.136899948120117,0.01759999990463257,-0.828000009059906,3.1861000061035156,0.018400000408291817,-0.8309000134468079,3.136899948120117,0.01759999990463257,-0.8381999731063843,3.1382999420166016,0.01759999990463257,-0.8446999788284302,3.1394999027252197,0.01759999990463257,-0.8381999731063843,3.1382999420166016,0.01759999990463257,-0.8447999954223633,3.092400074005127,0.016899999231100082,-0.8446999788284302,3.1394999027252197,0.01759999990463257,-0.8447999954223633,3.092400074005127,0.016899999231100082,-0.8514000177383423,3.0931999683380127,0.016899999231100082,-0.8381999731063843,3.1382999420166016,0.01759999990463257,-0.8309000134468079,3.136899948120117,0.01759999990463257,-0.8374000191688538,3.091599941253662,0.016899999231100082,-0.8381999731063843,3.1382999420166016,0.01759999990463257,-0.8374000191688538,3.091599941253662,0.016899999231100082,-0.8447999954223633,3.092400074005127,0.016899999231100082,-0.8169999718666077,3.134500026702881,0.017500000074505806,-0.8234999775886536,3.1356000900268555,0.017500000074505806,-0.8134999871253967,3.182499885559082,0.018300000578165054,-0.8169999718666077,3.134500026702881,0.017500000074505806,-0.8134999871253967,3.182499885559082,0.018300000578165054,-0.8070999979972839,3.180799961090088,0.018300000578165054,-0.8234999775886536,3.0899999141693115,0.01679999940097332,-0.8299999833106995,3.0906999111175537,0.016899999231100082,-0.8234999775886536,3.1356000900268555,0.017500000074505806,-0.8234999775886536,3.0899999141693115,0.01679999940097332,-0.8234999775886536,3.1356000900268555,0.017500000074505806,-0.8169999718666077,3.134500026702881,0.017500000074505806,-0.8234999775886536,3.1356000900268555,0.017500000074505806,-0.8309000134468079,3.136899948120117,0.01759999990463257,-0.8208000063896179,3.184299945831299,0.018300000578165054,-0.8234999775886536,3.1356000900268555,0.017500000074505806,-0.8208000063896179,3.184299945831299,0.018300000578165054,-0.8134999871253967,3.182499885559082,0.018300000578165054,-0.8299999833106995,3.0906999111175537,0.016899999231100082,-0.8374000191688538,3.091599941253662,0.016899999231100082,-0.8309000134468079,3.136899948120117,0.01759999990463257,-0.8299999833106995,3.0906999111175537,0.016899999231100082,-0.8309000134468079,3.136899948120117,0.01759999990463257,-0.8234999775886536,3.1356000900268555,0.017500000074505806,-0.828000009059906,3.003999948501587,0.016200000420212746,-0.8345000147819519,3.003999948501587,0.016200000420212746,-0.8335000276565552,3.046999931335449,0.01640000008046627,-0.828000009059906,3.003999948501587,0.016200000420212746,-0.8335000276565552,3.046999931335449,0.01640000008046627,-0.8270000219345093,3.0467000007629395,0.01640000008046627,-0.8345000147819519,3.003999948501587,0.016200000420212746,-0.8420000076293945,3.003999948501587,0.016200000420212746,-0.8410000205039978,3.0473999977111816,0.01640000008046627,-0.8345000147819519,3.003999948501587,0.016200000420212746,-0.8410000205039978,3.0473999977111816,0.01640000008046627,-0.8335000276565552,3.046999931335449,0.01640000008046627,-0.8270000219345093,3.0467000007629395,0.01640000008046627,-0.8335000276565552,3.046999931335449,0.01640000008046627,-0.8299999833106995,3.0906999111175537,0.016899999231100082,-0.8270000219345093,3.0467000007629395,0.01640000008046627,-0.8299999833106995,3.0906999111175537,0.016899999231100082,-0.8234999775886536,3.0899999141693115,0.01679999940097332,-0.8335000276565552,3.046999931335449,0.01640000008046627,-0.8410000205039978,3.0473999977111816,0.01640000008046627,-0.8374000191688538,3.091599941253662,0.016899999231100082,-0.8335000276565552,3.046999931335449,0.01640000008046627,-0.8374000191688538,3.091599941253662,0.016899999231100082,-0.8299999833106995,3.0906999111175537,0.016899999231100082,-0.8199999928474426,3.238600015640259,0.019200000911951065,-0.8137999773025513,3.2365000247955322,0.019200000911951065,-0.828000009059906,3.1861000061035156,0.018400000408291817,-0.8199999928474426,3.238600015640259,0.019200000911951065,-0.828000009059906,3.1861000061035156,0.018400000408291817,-0.8343999981880188,3.187700033187866,0.018400000408291817,-0.7997000217437744,3.2920000553131104,0.020099999383091927,-0.7936999797821045,3.289400100708008,0.020099999383091927,-0.8137999773025513,3.2365000247955322,0.019200000911951065,-0.7997000217437744,3.2920000553131104,0.020099999383091927,-0.8137999773025513,3.2365000247955322,0.019200000911951065,-0.8199999928474426,3.238600015640259,0.019200000911951065,-0.8137999773025513,3.2365000247955322,0.019200000911951065,-0.8066999912261963,3.234100103378296,0.019200000911951065,-0.8208000063896179,3.184299945831299,0.018300000578165054,-0.8137999773025513,3.2365000247955322,0.019200000911951065,-0.8208000063896179,3.184299945831299,0.018300000578165054,-0.828000009059906,3.1861000061035156,0.018400000408291817,-0.7936999797821045,3.289400100708008,0.020099999383091927,-0.7868000268936157,3.286400079727173,0.020099999383091927,-0.8066999912261963,3.234100103378296,0.019200000911951065,-0.7936999797821045,3.289400100708008,0.020099999383091927,-0.8066999912261963,3.234100103378296,0.019200000911951065,-0.8137999773025513,3.2365000247955322,0.019200000911951065,-0.733299970626831,3.406399965286255,0.022199999541044235,-0.7279000282287598,3.402600049972534,0.022099999710917473,-0.7656999826431274,3.3447999954223633,0.0210999995470047,-0.733299970626831,3.406399965286255,0.022199999541044235,-0.7656999826431274,3.3447999954223633,0.0210999995470047,-0.771399974822998,3.3480000495910645,0.0210999995470047,-0.7279000282287598,3.402600049972534,0.022099999710917473,-0.7218999862670898,3.398200035095215,0.02199999988079071,-0.7591999769210815,3.341200113296509,0.020999999716877937,-0.7279000282287598,3.402600049972534,0.022099999710917473,-0.7591999769210815,3.341200113296509,0.020999999716877937,-0.7656999826431274,3.3447999954223633,0.0210999995470047,-0.771399974822998,3.3480000495910645,0.0210999995470047,-0.7656999826431274,3.3447999954223633,0.0210999995470047,-0.7936999797821045,3.289400100708008,0.020099999383091927,-0.771399974822998,3.3480000495910645,0.0210999995470047,-0.7936999797821045,3.289400100708008,0.020099999383091927,-0.7997000217437744,3.2920000553131104,0.020099999383091927,-0.7656999826431274,3.3447999954223633,0.0210999995470047,-0.7591999769210815,3.341200113296509,0.020999999716877937,-0.7868000268936157,3.286400079727173,0.020099999383091927,-0.7656999826431274,3.3447999954223633,0.0210999995470047,-0.7868000268936157,3.286400079727173,0.020099999383091927,-0.7936999797821045,3.289400100708008,0.020099999383091927,-0.746999979019165,3.3343000411987305,0.020899999886751175,-0.7526999711990356,3.3375000953674316,0.020899999886751175,-0.7159000039100647,3.393899917602539,0.021900000050663948,-0.746999979019165,3.3343000411987305,0.020899999886751175,-0.7159000039100647,3.393899917602539,0.021900000050663948,-0.7106000185012817,3.3901000022888184,0.021900000050663948,-0.7739999890327454,3.2808001041412354,0.019899999722838402,-0.7799999713897705,3.283400058746338,0.019999999552965164,-0.7526999711990356,3.3375000953674316,0.020899999886751175,-0.7739999890327454,3.2808001041412354,0.019899999722838402,-0.7526999711990356,3.3375000953674316,0.020899999886751175,-0.746999979019165,3.3343000411987305,0.020899999886751175,-0.7526999711990356,3.3375000953674316,0.020899999886751175,-0.7591999769210815,3.341200113296509,0.020999999716877937,-0.7218999862670898,3.398200035095215,0.02199999988079071,-0.7526999711990356,3.3375000953674316,0.020899999886751175,-0.7218999862670898,3.398200035095215,0.02199999988079071,-0.7159000039100647,3.393899917602539,0.021900000050663948,-0.7799999713897705,3.283400058746338,0.019999999552965164,-0.7868000268936157,3.286400079727173,0.020099999383091927,-0.7591999769210815,3.341200113296509,0.020999999716877937,-0.7799999713897705,3.283400058746338,0.019999999552965164,-0.7591999769210815,3.341200113296509,0.020999999716877937,-0.7526999711990356,3.3375000953674316,0.020899999886751175,-0.8070999979972839,3.180799961090088,0.018300000578165054,-0.8134999871253967,3.182499885559082,0.018300000578165054,-0.7997000217437744,3.2316999435424805,0.019099999219179153,-0.8070999979972839,3.180799961090088,0.018300000578165054,-0.7997000217437744,3.2316999435424805,0.019099999219179153,-0.79339998960495,3.229599952697754,0.019099999219179153,-0.8134999871253967,3.182499885559082,0.018300000578165054,-0.8208000063896179,3.184299945831299,0.018300000578165054,-0.8066999912261963,3.234100103378296,0.019200000911951065,-0.8134999871253967,3.182499885559082,0.018300000578165054,-0.8066999912261963,3.234100103378296,0.019200000911951065,-0.7997000217437744,3.2316999435424805,0.019099999219179153,-0.79339998960495,3.229599952697754,0.019099999219179153,-0.7997000217437744,3.2316999435424805,0.019099999219179153,-0.7799999713897705,3.283400058746338,0.019999999552965164,-0.79339998960495,3.229599952697754,0.019099999219179153,-0.7799999713897705,3.283400058746338,0.019999999552965164,-0.7739999890327454,3.2808001041412354,0.019899999722838402,-0.7997000217437744,3.2316999435424805,0.019099999219179153,-0.8066999912261963,3.234100103378296,0.019200000911951065,-0.7868000268936157,3.286400079727173,0.020099999383091927,-0.7997000217437744,3.2316999435424805,0.019099999219179153,-0.7868000268936157,3.286400079727173,0.020099999383091927,-0.7799999713897705,3.283400058746338,0.019999999552965164,-0.6833000183105469,3.4672000408172607,0.02329999953508377,-0.6784999966621399,3.4626998901367188,0.02329999953508377,-0.7279000282287598,3.402600049972534,0.022099999710917473,-0.6833000183105469,3.4672000408172607,0.02329999953508377,-0.7279000282287598,3.402600049972534,0.022099999710917473,-0.733299970626831,3.406399965286255,0.022199999541044235,-0.6057000160217285,3.525700092315674,0.02449999935925007,-0.6015999913215637,3.5206000804901123,0.024399999529123306,-0.6784999966621399,3.4626998901367188,0.02329999953508377,-0.6057000160217285,3.525700092315674,0.02449999935925007,-0.6784999966621399,3.4626998901367188,0.02329999953508377,-0.6833000183105469,3.4672000408172607,0.02329999953508377,-0.6784999966621399,3.4626998901367188,0.02329999953508377,-0.6730999946594238,3.4576001167297363,0.023099999874830246,-0.7218999862670898,3.398200035095215,0.02199999988079071,-0.6784999966621399,3.4626998901367188,0.02329999953508377,-0.7218999862670898,3.398200035095215,0.02199999988079071,-0.7279000282287598,3.402600049972534,0.022099999710917473,-0.6015999913215637,3.5206000804901123,0.024399999529123306,-0.597000002861023,3.5148000717163086,0.024299999698996544,-0.6730999946594238,3.4576001167297363,0.023099999874830246,-0.6015999913215637,3.5206000804901123,0.024399999529123306,-0.6730999946594238,3.4576001167297363,0.023099999874830246,-0.6784999966621399,3.4626998901367188,0.02329999953508377,-0.3052000105381012,3.6175999641418457,0.02630000002682209,-0.30250000953674316,3.6113998889923096,0.026200000196695328,-0.48159998655319214,3.571700096130371,0.02539999969303608,-0.3052000105381012,3.6175999641418457,0.02630000002682209,-0.48159998655319214,3.571700096130371,0.02539999969303608,-0.48500001430511475,3.577399969100952,0.025499999523162842,-0.30250000953674316,3.6113998889923096,0.026200000196695328,-0.2994000017642975,3.6045000553131104,0.026100000366568565,-0.47769999504089355,3.565200090408325,0.025299999862909317,-0.30250000953674316,3.6113998889923096,0.026200000196695328,-0.47769999504089355,3.565200090408325,0.025299999862909317,-0.48159998655319214,3.571700096130371,0.02539999969303608,-0.48500001430511475,3.577399969100952,0.025499999523162842,-0.48159998655319214,3.571700096130371,0.02539999969303608,-0.6015999913215637,3.5206000804901123,0.024399999529123306,-0.48500001430511475,3.577399969100952,0.025499999523162842,-0.6015999913215637,3.5206000804901123,0.024399999529123306,-0.6057000160217285,3.525700092315674,0.02449999935925007,-0.48159998655319214,3.571700096130371,0.02539999969303608,-0.47769999504089355,3.565200090408325,0.025299999862909317,-0.597000002861023,3.5148000717163086,0.024299999698996544,-0.48159998655319214,3.571700096130371,0.02539999969303608,-0.597000002861023,3.5148000717163086,0.024299999698996544,-0.6015999913215637,3.5206000804901123,0.024399999529123306,-0.47040000557899475,3.553100109100342,0.02500000037252903,-0.47380000352859497,3.558799982070923,0.025200000032782555,-0.2964000105857849,3.5975000858306885,0.02590000070631504,-0.47040000557899475,3.553100109100342,0.02500000037252903,-0.2964000105857849,3.5975000858306885,0.02590000070631504,-0.2937000095844269,3.591399908065796,0.025800000876188278,-0.5881999731063843,3.5037999153137207,0.02410000003874302,-0.5922999978065491,3.5088999271392822,0.02419999986886978,-0.47380000352859497,3.558799982070923,0.025200000032782555,-0.5881999731063843,3.5037999153137207,0.02410000003874302,-0.47380000352859497,3.558799982070923,0.025200000032782555,-0.47040000557899475,3.553100109100342,0.02500000037252903,-0.47380000352859497,3.558799982070923,0.025200000032782555,-0.47769999504089355,3.565200090408325,0.025299999862909317,-0.2994000017642975,3.6045000553131104,0.026100000366568565,-0.47380000352859497,3.558799982070923,0.025200000032782555,-0.2994000017642975,3.6045000553131104,0.026100000366568565,-0.2964000105857849,3.5975000858306885,0.02590000070631504,-0.5922999978065491,3.5088999271392822,0.02419999986886978,-0.597000002861023,3.5148000717163086,0.024299999698996544,-0.47769999504089355,3.565200090408325,0.025299999862909317,-0.5922999978065491,3.5088999271392822,0.02419999986886978,-0.47769999504089355,3.565200090408325,0.025299999862909317,-0.47380000352859497,3.558799982070923,0.025200000032782555,-0.7106000185012817,3.3901000022888184,0.021900000050663948,-0.7159000039100647,3.393899917602539,0.021900000050663948,-0.6676999926567078,3.452500104904175,0.023099999874830246,-0.7106000185012817,3.3901000022888184,0.021900000050663948,-0.6676999926567078,3.452500104904175,0.023099999874830246,-0.6628999710083008,3.447999954223633,0.023000000044703484,-0.7159000039100647,3.393899917602539,0.021900000050663948,-0.7218999862670898,3.398200035095215,0.02199999988079071,-0.6730999946594238,3.4576001167297363,0.023099999874830246,-0.7159000039100647,3.393899917602539,0.021900000050663948,-0.6730999946594238,3.4576001167297363,0.023099999874830246,-0.6676999926567078,3.452500104904175,0.023099999874830246,-0.6628999710083008,3.447999954223633,0.023000000044703484,-0.6676999926567078,3.452500104904175,0.023099999874830246,-0.5922999978065491,3.5088999271392822,0.02419999986886978,-0.6628999710083008,3.447999954223633,0.023000000044703484,-0.5922999978065491,3.5088999271392822,0.02419999986886978,-0.5881999731063843,3.5037999153137207,0.02410000003874302,-0.6676999926567078,3.452500104904175,0.023099999874830246,-0.6730999946594238,3.4576001167297363,0.023099999874830246,-0.597000002861023,3.5148000717163086,0.024299999698996544,-0.6676999926567078,3.452500104904175,0.023099999874830246,-0.597000002861023,3.5148000717163086,0.024299999698996544,-0.5922999978065491,3.5088999271392822,0.02419999986886978,-0.050700001418590546,3.641700029373169,0.026900000870227814,-0.048700001090765,3.6352999210357666,0.02669999934732914,-0.30250000953674316,3.6113998889923096,0.026200000196695328,-0.050700001418590546,3.641700029373169,0.026900000870227814,-0.30250000953674316,3.6113998889923096,0.026200000196695328,-0.3052000105381012,3.6175999641418457,0.02630000002682209,0.2599000036716461,3.6538000106811523,0.02710000053048134,0.2612000107765198,3.6473000049591064,0.027000000700354576,-0.048700001090765,3.6352999210357666,0.02669999934732914,0.2599000036716461,3.6538000106811523,0.02710000053048134,-0.048700001090765,3.6352999210357666,0.02669999934732914,-0.050700001418590546,3.641700029373169,0.026900000870227814,-0.048700001090765,3.6352999210357666,0.02669999934732914,-0.04639999940991402,3.628000020980835,0.026599999517202377,-0.2994000017642975,3.6045000553131104,0.026100000366568565,-0.048700001090765,3.6352999210357666,0.02669999934732914,-0.2994000017642975,3.6045000553131104,0.026100000366568565,-0.30250000953674316,3.6113998889923096,0.026200000196695328,0.2612000107765198,3.6473000049591064,0.027000000700354576,0.26269999146461487,3.6398000717163086,0.026799999177455902,-0.04639999940991402,3.628000020980835,0.026599999517202377,0.2612000107765198,3.6473000049591064,0.027000000700354576,-0.04639999940991402,3.628000020980835,0.026599999517202377,-0.048700001090765,3.6352999210357666,0.02669999934732914,0.974399983882904,3.6577999591827393,0.0272000003606081,0.974399983882904,3.65120005607605,0.027000000700354576,0.6085000038146973,3.65120005607605,0.027000000700354576,0.974399983882904,3.6577999591827393,0.0272000003606081,0.6085000038146973,3.65120005607605,0.027000000700354576,0.6078000068664551,3.6577999591827393,0.0272000003606081,0.974399983882904,3.65120005607605,0.027000000700354576,0.974399983882904,3.643699884414673,0.026900000870227814,0.6092000007629395,3.643699884414673,0.026900000870227814,0.974399983882904,3.65120005607605,0.027000000700354576,0.6092000007629395,3.643699884414673,0.026900000870227814,0.6085000038146973,3.65120005607605,0.027000000700354576,0.6078000068664551,3.6577999591827393,0.0272000003606081,0.6085000038146973,3.65120005607605,0.027000000700354576,0.2612000107765198,3.6473000049591064,0.027000000700354576,0.6078000068664551,3.6577999591827393,0.0272000003606081,0.2612000107765198,3.6473000049591064,0.027000000700354576,0.2599000036716461,3.6538000106811523,0.02710000053048134,0.6085000038146973,3.65120005607605,0.027000000700354576,0.6092000007629395,3.643699884414673,0.026900000870227814,0.26269999146461487,3.6398000717163086,0.026799999177455902,0.6085000038146973,3.65120005607605,0.027000000700354576,0.26269999146461487,3.6398000717163086,0.026799999177455902,0.2612000107765198,3.6473000049591064,0.027000000700354576,0.6105999946594238,3.629699945449829,0.026599999517202377,0.6100000143051147,3.6363000869750977,0.026799999177455902,0.974399983882904,3.6363000869750977,0.026799999177455902,0.6105999946594238,3.629699945449829,0.026599999517202377,0.974399983882904,3.6363000869750977,0.026799999177455902,0.974399983882904,3.629699945449829,0.026599999517202377,0.265500009059906,3.6257998943328857,0.026599999517202377,0.26420000195503235,3.6324000358581543,0.02669999934732914,0.6100000143051147,3.6363000869750977,0.026799999177455902,0.265500009059906,3.6257998943328857,0.026599999517202377,0.6100000143051147,3.6363000869750977,0.026799999177455902,0.6105999946594238,3.629699945449829,0.026599999517202377,0.6100000143051147,3.6363000869750977,0.026799999177455902,0.6092000007629395,3.643699884414673,0.026900000870227814,0.974399983882904,3.643699884414673,0.026900000870227814,0.6100000143051147,3.6363000869750977,0.026799999177455902,0.974399983882904,3.643699884414673,0.026900000870227814,0.974399983882904,3.6363000869750977,0.026799999177455902,0.26420000195503235,3.6324000358581543,0.02669999934732914,0.26269999146461487,3.6398000717163086,0.026799999177455902,0.6092000007629395,3.643699884414673,0.026900000870227814,0.26420000195503235,3.6324000358581543,0.02669999934732914,0.6092000007629395,3.643699884414673,0.026900000870227814,0.6100000143051147,3.6363000869750977,0.026799999177455902,-0.2937000095844269,3.591399908065796,0.025800000876188278,-0.2964000105857849,3.5975000858306885,0.02590000070631504,-0.044199999421834946,3.620699882507324,0.026399999856948853,-0.2937000095844269,3.591399908065796,0.025800000876188278,-0.044199999421834946,3.620699882507324,0.026399999856948853,-0.042100001126527786,3.614300012588501,0.02630000002682209,-0.2964000105857849,3.5975000858306885,0.02590000070631504,-0.2994000017642975,3.6045000553131104,0.026100000366568565,-0.04639999940991402,3.628000020980835,0.026599999517202377,-0.2964000105857849,3.5975000858306885,0.02590000070631504,-0.04639999940991402,3.628000020980835,0.026599999517202377,-0.044199999421834946,3.620699882507324,0.026399999856948853,-0.042100001126527786,3.614300012588501,0.02630000002682209,-0.044199999421834946,3.620699882507324,0.026399999856948853,0.26420000195503235,3.6324000358581543,0.02669999934732914,-0.042100001126527786,3.614300012588501,0.02630000002682209,0.26420000195503235,3.6324000358581543,0.02669999934732914,0.265500009059906,3.6257998943328857,0.026599999517202377,-0.044199999421834946,3.620699882507324,0.026399999856948853,-0.04639999940991402,3.628000020980835,0.026599999517202377,0.26269999146461487,3.6398000717163086,0.026799999177455902,-0.044199999421834946,3.620699882507324,0.026399999856948853,0.26269999146461487,3.6398000717163086,0.026799999177455902,0.26420000195503235,3.6324000358581543,0.02669999934732914,1.340999960899353,3.6577999591827393,0.0272000003606081,1.340399980545044,3.65120005607605,0.027000000700354576,0.974399983882904,3.65120005607605,0.027000000700354576,1.340999960899353,3.6577999591827393,0.0272000003606081,0.974399983882904,3.65120005607605,0.027000000700354576,0.974399983882904,3.6577999591827393,0.0272000003606081,1.340999960899353,3.6577999591827393,0.0272000003606081,1.6890000104904175,3.6538000106811523,0.02710000053048134,1.687600016593933,3.6473000049591064,0.027000000700354576,1.340999960899353,3.6577999591827393,0.0272000003606081,1.687600016593933,3.6473000049591064,0.027000000700354576,1.340399980545044,3.65120005607605,0.027000000700354576,1.340399980545044,3.65120005607605,0.027000000700354576,1.3395999670028687,3.643699884414673,0.026900000870227814,0.974399983882904,3.643699884414673,0.026900000870227814,1.340399980545044,3.65120005607605,0.027000000700354576,0.974399983882904,3.643699884414673,0.026900000870227814,0.974399983882904,3.65120005607605,0.027000000700354576,1.340399980545044,3.65120005607605,0.027000000700354576,1.687600016593933,3.6473000049591064,0.027000000700354576,1.6861000061035156,3.6398000717163086,0.026799999177455902,1.340399980545044,3.65120005607605,0.027000000700354576,1.6861000061035156,3.6398000717163086,0.026799999177455902,1.3395999670028687,3.643699884414673,0.026900000870227814,1.9996000528335571,3.641700029373169,0.026900000870227814,2.2541000843048096,3.6175999641418457,0.02630000002682209,2.251300096511841,3.6113998889923096,0.026200000196695328,1.9996000528335571,3.641700029373169,0.026900000870227814,2.251300096511841,3.6113998889923096,0.026200000196695328,1.997499942779541,3.6352999210357666,0.02669999934732914,1.997499942779541,3.6352999210357666,0.02669999934732914,2.251300096511841,3.6113998889923096,0.026200000196695328,2.248300075531006,3.6045000553131104,0.026100000366568565,1.997499942779541,3.6352999210357666,0.02669999934732914,2.248300075531006,3.6045000553131104,0.026100000366568565,1.9952000379562378,3.628000020980835,0.026599999517202377,1.6890000104904175,3.6538000106811523,0.02710000053048134,1.9996000528335571,3.641700029373169,0.026900000870227814,1.997499942779541,3.6352999210357666,0.02669999934732914,1.6890000104904175,3.6538000106811523,0.02710000053048134,1.997499942779541,3.6352999210357666,0.02669999934732914,1.687600016593933,3.6473000049591064,0.027000000700354576,1.687600016593933,3.6473000049591064,0.027000000700354576,1.997499942779541,3.6352999210357666,0.02669999934732914,1.9952000379562378,3.628000020980835,0.026599999517202377,1.687600016593933,3.6473000049591064,0.027000000700354576,1.9952000379562378,3.628000020980835,0.026599999517202377,1.6861000061035156,3.6398000717163086,0.026799999177455902,2.2425999641418457,3.591399908065796,0.025800000876188278,1.9910000562667847,3.614300012588501,0.02630000002682209,1.9930000305175781,3.620699882507324,0.026399999856948853,2.2425999641418457,3.591399908065796,0.025800000876188278,1.9930000305175781,3.620699882507324,0.026399999856948853,2.2451999187469482,3.5975000858306885,0.02590000070631504,1.9910000562667847,3.614300012588501,0.02630000002682209,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.6845999956130981,3.6324000358581543,0.02669999934732914,1.9910000562667847,3.614300012588501,0.02630000002682209,1.6845999956130981,3.6324000358581543,0.02669999934732914,1.9930000305175781,3.620699882507324,0.026399999856948853,2.2451999187469482,3.5975000858306885,0.02590000070631504,1.9930000305175781,3.620699882507324,0.026399999856948853,1.9952000379562378,3.628000020980835,0.026599999517202377,2.2451999187469482,3.5975000858306885,0.02590000070631504,1.9952000379562378,3.628000020980835,0.026599999517202377,2.248300075531006,3.6045000553131104,0.026100000366568565,1.9930000305175781,3.620699882507324,0.026399999856948853,1.6845999956130981,3.6324000358581543,0.02669999934732914,1.6861000061035156,3.6398000717163086,0.026799999177455902,1.9930000305175781,3.620699882507324,0.026399999856948853,1.6861000061035156,3.6398000717163086,0.026799999177455902,1.9952000379562378,3.628000020980835,0.026599999517202377,0.974399983882904,3.629699945449829,0.026599999517202377,0.974399983882904,3.6363000869750977,0.026799999177455902,1.3388999700546265,3.6363000869750977,0.026799999177455902,0.974399983882904,3.629699945449829,0.026599999517202377,1.3388999700546265,3.6363000869750977,0.026799999177455902,1.3381999731063843,3.629699945449829,0.026599999517202377,0.974399983882904,3.6363000869750977,0.026799999177455902,0.974399983882904,3.643699884414673,0.026900000870227814,1.3395999670028687,3.643699884414673,0.026900000870227814,0.974399983882904,3.6363000869750977,0.026799999177455902,1.3395999670028687,3.643699884414673,0.026900000870227814,1.3388999700546265,3.6363000869750977,0.026799999177455902,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.3381999731063843,3.629699945449829,0.026599999517202377,1.3388999700546265,3.6363000869750977,0.026799999177455902,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.3388999700546265,3.6363000869750977,0.026799999177455902,1.6845999956130981,3.6324000358581543,0.02669999934732914,1.6845999956130981,3.6324000358581543,0.02669999934732914,1.3388999700546265,3.6363000869750977,0.026799999177455902,1.3395999670028687,3.643699884414673,0.026900000870227814,1.6845999956130981,3.6324000358581543,0.02669999934732914,1.3395999670028687,3.643699884414673,0.026900000870227814,1.6861000061035156,3.6398000717163086,0.026799999177455902,2.2541000843048096,3.6175999641418457,0.02630000002682209,2.433799982070923,3.577399969100952,0.025499999523162842,2.4303998947143555,3.571700096130371,0.02539999969303608,2.2541000843048096,3.6175999641418457,0.02630000002682209,2.4303998947143555,3.571700096130371,0.02539999969303608,2.251300096511841,3.6113998889923096,0.026200000196695328,2.433799982070923,3.577399969100952,0.025499999523162842,2.5546000003814697,3.525700092315674,0.02449999935925007,2.55049991607666,3.5206000804901123,0.024399999529123306,2.433799982070923,3.577399969100952,0.025499999523162842,2.55049991607666,3.5206000804901123,0.024399999529123306,2.4303998947143555,3.571700096130371,0.02539999969303608,2.251300096511841,3.6113998889923096,0.026200000196695328,2.4303998947143555,3.571700096130371,0.02539999969303608,2.4265999794006348,3.565200090408325,0.025299999862909317,2.251300096511841,3.6113998889923096,0.026200000196695328,2.4265999794006348,3.565200090408325,0.025299999862909317,2.248300075531006,3.6045000553131104,0.026100000366568565,2.4303998947143555,3.571700096130371,0.02539999969303608,2.55049991607666,3.5206000804901123,0.024399999529123306,2.545799970626831,3.5148000717163086,0.024299999698996544,2.4303998947143555,3.571700096130371,0.02539999969303608,2.545799970626831,3.5148000717163086,0.024299999698996544,2.4265999794006348,3.565200090408325,0.025299999862909317,2.6821000576019287,3.406399965286255,0.022199999541044235,2.676800012588501,3.402600049972534,0.022099999710917473,2.6273999214172363,3.4626998901367188,0.02329999953508377,2.6821000576019287,3.406399965286255,0.022199999541044235,2.6273999214172363,3.4626998901367188,0.02329999953508377,2.6321001052856445,3.4672000408172607,0.02329999953508377,2.676800012588501,3.402600049972534,0.022099999710917473,2.670799970626831,3.398200035095215,0.02199999988079071,2.621999979019165,3.4576001167297363,0.023099999874830246,2.676800012588501,3.402600049972534,0.022099999710917473,2.621999979019165,3.4576001167297363,0.023099999874830246,2.6273999214172363,3.4626998901367188,0.02329999953508377,2.5546000003814697,3.525700092315674,0.02449999935925007,2.6321001052856445,3.4672000408172607,0.02329999953508377,2.6273999214172363,3.4626998901367188,0.02329999953508377,2.5546000003814697,3.525700092315674,0.02449999935925007,2.6273999214172363,3.4626998901367188,0.02329999953508377,2.55049991607666,3.5206000804901123,0.024399999529123306,2.55049991607666,3.5206000804901123,0.024399999529123306,2.6273999214172363,3.4626998901367188,0.02329999953508377,2.621999979019165,3.4576001167297363,0.023099999874830246,2.55049991607666,3.5206000804901123,0.024399999529123306,2.621999979019165,3.4576001167297363,0.023099999874830246,2.545799970626831,3.5148000717163086,0.024299999698996544,2.611799955368042,3.447999954223633,0.023000000044703484,2.6166000366210938,3.452500104904175,0.023099999874830246,2.6647000312805176,3.393899917602539,0.021900000050663948,2.611799955368042,3.447999954223633,0.023000000044703484,2.6647000312805176,3.393899917602539,0.021900000050663948,2.6594998836517334,3.3901000022888184,0.021900000050663948,2.611799955368042,3.447999954223633,0.023000000044703484,2.537100076675415,3.5037999153137207,0.02410000003874302,2.5411999225616455,3.5088999271392822,0.02419999986886978,2.611799955368042,3.447999954223633,0.023000000044703484,2.5411999225616455,3.5088999271392822,0.02419999986886978,2.6166000366210938,3.452500104904175,0.023099999874830246,2.6166000366210938,3.452500104904175,0.023099999874830246,2.621999979019165,3.4576001167297363,0.023099999874830246,2.670799970626831,3.398200035095215,0.02199999988079071,2.6166000366210938,3.452500104904175,0.023099999874830246,2.670799970626831,3.398200035095215,0.02199999988079071,2.6647000312805176,3.393899917602539,0.021900000050663948,2.6166000366210938,3.452500104904175,0.023099999874830246,2.5411999225616455,3.5088999271392822,0.02419999986886978,2.545799970626831,3.5148000717163086,0.024299999698996544,2.6166000366210938,3.452500104904175,0.023099999874830246,2.545799970626831,3.5148000717163086,0.024299999698996544,2.621999979019165,3.4576001167297363,0.023099999874830246,2.419300079345703,3.553100109100342,0.02500000037252903,2.2425999641418457,3.591399908065796,0.025800000876188278,2.2451999187469482,3.5975000858306885,0.02590000070631504,2.419300079345703,3.553100109100342,0.02500000037252903,2.2451999187469482,3.5975000858306885,0.02590000070631504,2.4226999282836914,3.558799982070923,0.025200000032782555,2.4226999282836914,3.558799982070923,0.025200000032782555,2.2451999187469482,3.5975000858306885,0.02590000070631504,2.248300075531006,3.6045000553131104,0.026100000366568565,2.4226999282836914,3.558799982070923,0.025200000032782555,2.248300075531006,3.6045000553131104,0.026100000366568565,2.4265999794006348,3.565200090408325,0.025299999862909317,2.537100076675415,3.5037999153137207,0.02410000003874302,2.419300079345703,3.553100109100342,0.02500000037252903,2.4226999282836914,3.558799982070923,0.025200000032782555,2.537100076675415,3.5037999153137207,0.02410000003874302,2.4226999282836914,3.558799982070923,0.025200000032782555,2.5411999225616455,3.5088999271392822,0.02419999986886978,2.5411999225616455,3.5088999271392822,0.02419999986886978,2.4226999282836914,3.558799982070923,0.025200000032782555,2.4265999794006348,3.565200090408325,0.025299999862909317,2.5411999225616455,3.5088999271392822,0.02419999986886978,2.4265999794006348,3.565200090408325,0.025299999862909317,2.545799970626831,3.5148000717163086,0.024299999698996544,2.7202000617980957,3.3480000495910645,0.0210999995470047,2.714600086212158,3.3447999954223633,0.0210999995470047,2.676800012588501,3.402600049972534,0.022099999710917473,2.7202000617980957,3.3480000495910645,0.0210999995470047,2.676800012588501,3.402600049972534,0.022099999710917473,2.6821000576019287,3.406399965286255,0.022199999541044235,2.748500108718872,3.2920000553131104,0.020099999383091927,2.742500066757202,3.289400100708008,0.020099999383091927,2.714600086212158,3.3447999954223633,0.0210999995470047,2.748500108718872,3.2920000553131104,0.020099999383091927,2.714600086212158,3.3447999954223633,0.0210999995470047,2.7202000617980957,3.3480000495910645,0.0210999995470047,2.714600086212158,3.3447999954223633,0.0210999995470047,2.7081000804901123,3.341200113296509,0.020999999716877937,2.670799970626831,3.398200035095215,0.02199999988079071,2.714600086212158,3.3447999954223633,0.0210999995470047,2.670799970626831,3.398200035095215,0.02199999988079071,2.676800012588501,3.402600049972534,0.022099999710917473,2.742500066757202,3.289400100708008,0.020099999383091927,2.7356998920440674,3.286400079727173,0.020099999383091927,2.7081000804901123,3.341200113296509,0.020999999716877937,2.742500066757202,3.289400100708008,0.020099999383091927,2.7081000804901123,3.341200113296509,0.020999999716877937,2.714600086212158,3.3447999954223633,0.0210999995470047,2.7832000255584717,3.187700033187866,0.018400000408291817,2.776900053024292,3.1861000061035156,0.018400000408291817,2.762700080871582,3.2365000247955322,0.019200000911951065,2.7832000255584717,3.187700033187866,0.018400000408291817,2.762700080871582,3.2365000247955322,0.019200000911951065,2.768899917602539,3.238600015640259,0.019200000911951065,2.776900053024292,3.1861000061035156,0.018400000408291817,2.7695999145507812,3.184299945831299,0.018300000578165054,2.7555999755859375,3.234100103378296,0.019200000911951065,2.776900053024292,3.1861000061035156,0.018400000408291817,2.7555999755859375,3.234100103378296,0.019200000911951065,2.762700080871582,3.2365000247955322,0.019200000911951065,2.768899917602539,3.238600015640259,0.019200000911951065,2.762700080871582,3.2365000247955322,0.019200000911951065,2.742500066757202,3.289400100708008,0.020099999383091927,2.768899917602539,3.238600015640259,0.019200000911951065,2.742500066757202,3.289400100708008,0.020099999383091927,2.748500108718872,3.2920000553131104,0.020099999383091927,2.762700080871582,3.2365000247955322,0.019200000911951065,2.7555999755859375,3.234100103378296,0.019200000911951065,2.7356998920440674,3.286400079727173,0.020099999383091927,2.762700080871582,3.2365000247955322,0.019200000911951065,2.7356998920440674,3.286400079727173,0.020099999383091927,2.742500066757202,3.289400100708008,0.020099999383091927,2.742300033569336,3.229599952697754,0.019099999219179153,2.748500108718872,3.2316999435424805,0.019099999219179153,2.762399911880493,3.182499885559082,0.018300000578165054,2.742300033569336,3.229599952697754,0.019099999219179153,2.762399911880493,3.182499885559082,0.018300000578165054,2.75600004196167,3.180799961090088,0.018300000578165054,2.7228000164031982,3.2808001041412354,0.019899999722838402,2.728800058364868,3.283400058746338,0.019999999552965164,2.748500108718872,3.2316999435424805,0.019099999219179153,2.7228000164031982,3.2808001041412354,0.019899999722838402,2.748500108718872,3.2316999435424805,0.019099999219179153,2.742300033569336,3.229599952697754,0.019099999219179153,2.748500108718872,3.2316999435424805,0.019099999219179153,2.7555999755859375,3.234100103378296,0.019200000911951065,2.7695999145507812,3.184299945831299,0.018300000578165054,2.748500108718872,3.2316999435424805,0.019099999219179153,2.7695999145507812,3.184299945831299,0.018300000578165054,2.762399911880493,3.182499885559082,0.018300000578165054,2.728800058364868,3.283400058746338,0.019999999552965164,2.7356998920440674,3.286400079727173,0.020099999383091927,2.7555999755859375,3.234100103378296,0.019200000911951065,2.728800058364868,3.283400058746338,0.019999999552965164,2.7555999755859375,3.234100103378296,0.019200000911951065,2.748500108718872,3.2316999435424805,0.019099999219179153,2.6594998836517334,3.3901000022888184,0.021900000050663948,2.6647000312805176,3.393899917602539,0.021900000050663948,2.7016000747680664,3.3375000953674316,0.020899999886751175,2.6594998836517334,3.3901000022888184,0.021900000050663948,2.7016000747680664,3.3375000953674316,0.020899999886751175,2.6958000659942627,3.3343000411987305,0.020899999886751175,2.6647000312805176,3.393899917602539,0.021900000050663948,2.670799970626831,3.398200035095215,0.02199999988079071,2.7081000804901123,3.341200113296509,0.020999999716877937,2.6647000312805176,3.393899917602539,0.021900000050663948,2.7081000804901123,3.341200113296509,0.020999999716877937,2.7016000747680664,3.3375000953674316,0.020899999886751175,2.6958000659942627,3.3343000411987305,0.020899999886751175,2.7016000747680664,3.3375000953674316,0.020899999886751175,2.728800058364868,3.283400058746338,0.019999999552965164,2.6958000659942627,3.3343000411987305,0.020899999886751175,2.728800058364868,3.283400058746338,0.019999999552965164,2.7228000164031982,3.2808001041412354,0.019899999722838402,2.7016000747680664,3.3375000953674316,0.020899999886751175,2.7081000804901123,3.341200113296509,0.020999999716877937,2.7356998920440674,3.286400079727173,0.020099999383091927,2.7016000747680664,3.3375000953674316,0.020899999886751175,2.7356998920440674,3.286400079727173,0.020099999383091927,2.728800058364868,3.283400058746338,0.019999999552965164,2.7934999465942383,3.1394999027252197,0.01759999990463257,2.787100076675415,3.1382999420166016,0.01759999990463257,2.776900053024292,3.1861000061035156,0.018400000408291817,2.7934999465942383,3.1394999027252197,0.01759999990463257,2.776900053024292,3.1861000061035156,0.018400000408291817,2.7832000255584717,3.187700033187866,0.018400000408291817,2.8001999855041504,3.0931999683380127,0.016899999231100082,2.7936999797821045,3.092400074005127,0.016899999231100082,2.787100076675415,3.1382999420166016,0.01759999990463257,2.8001999855041504,3.0931999683380127,0.016899999231100082,2.787100076675415,3.1382999420166016,0.01759999990463257,2.7934999465942383,3.1394999027252197,0.01759999990463257,2.787100076675415,3.1382999420166016,0.01759999990463257,2.7797000408172607,3.136899948120117,0.01759999990463257,2.7695999145507812,3.184299945831299,0.018300000578165054,2.787100076675415,3.1382999420166016,0.01759999990463257,2.7695999145507812,3.184299945831299,0.018300000578165054,2.776900053024292,3.1861000061035156,0.018400000408291817,2.7936999797821045,3.092400074005127,0.016899999231100082,2.7862000465393066,3.091599941253662,0.016899999231100082,2.7797000408172607,3.136899948120117,0.01759999990463257,2.7936999797821045,3.092400074005127,0.016899999231100082,2.7797000408172607,3.136899948120117,0.01759999990463257,2.787100076675415,3.1382999420166016,0.01759999990463257,2.8048999309539795,3.003999948501587,0.016300000250339508,2.79830002784729,3.003999948501587,0.016300000250339508,2.797300100326538,3.0478999614715576,0.01640000008046627,2.8048999309539795,3.003999948501587,0.016300000250339508,2.797300100326538,3.0478999614715576,0.01640000008046627,2.8039000034332275,3.0481998920440674,0.016499999910593033,2.79830002784729,3.003999948501587,0.016300000250339508,2.7908999919891357,3.003999948501587,0.016200000420212746,2.789799928665161,3.0473999977111816,0.01640000008046627,2.79830002784729,3.003999948501587,0.016300000250339508,2.789799928665161,3.0473999977111816,0.01640000008046627,2.797300100326538,3.0478999614715576,0.01640000008046627,2.8039000034332275,3.0481998920440674,0.016499999910593033,2.797300100326538,3.0478999614715576,0.01640000008046627,2.7936999797821045,3.092400074005127,0.016899999231100082,2.8039000034332275,3.0481998920440674,0.016499999910593033,2.7936999797821045,3.092400074005127,0.016899999231100082,2.8001999855041504,3.0931999683380127,0.016899999231100082,2.797300100326538,3.0478999614715576,0.01640000008046627,2.789799928665161,3.0473999977111816,0.01640000008046627,2.7862000465393066,3.091599941253662,0.016899999231100082,2.797300100326538,3.0478999614715576,0.01640000008046627,2.7862000465393066,3.091599941253662,0.016899999231100082,2.7936999797821045,3.092400074005127,0.016899999231100082,2.7757999897003174,3.0467000007629395,0.01640000008046627,2.782399892807007,3.046999931335449,0.01640000008046627,2.783400058746338,3.003999948501587,0.016200000420212746,2.7757999897003174,3.0467000007629395,0.01640000008046627,2.783400058746338,3.003999948501587,0.016200000420212746,2.7767999172210693,3.003999948501587,0.016200000420212746,2.7723000049591064,3.0899999141693115,0.01679999940097332,2.778899908065796,3.0906999111175537,0.016899999231100082,2.782399892807007,3.046999931335449,0.01640000008046627,2.7723000049591064,3.0899999141693115,0.01679999940097332,2.782399892807007,3.046999931335449,0.01640000008046627,2.7757999897003174,3.0467000007629395,0.01640000008046627,2.782399892807007,3.046999931335449,0.01640000008046627,2.789799928665161,3.0473999977111816,0.01640000008046627,2.7908999919891357,3.003999948501587,0.016200000420212746,2.782399892807007,3.046999931335449,0.01640000008046627,2.7908999919891357,3.003999948501587,0.016200000420212746,2.783400058746338,3.003999948501587,0.016200000420212746,2.778899908065796,3.0906999111175537,0.016899999231100082,2.7862000465393066,3.091599941253662,0.016899999231100082,2.789799928665161,3.0473999977111816,0.01640000008046627,2.778899908065796,3.0906999111175537,0.016899999231100082,2.789799928665161,3.0473999977111816,0.01640000008046627,2.782399892807007,3.046999931335449,0.01640000008046627,2.75600004196167,3.180799961090088,0.018300000578165054,2.762399911880493,3.182499885559082,0.018300000578165054,2.77239990234375,3.1356000900268555,0.017500000074505806,2.75600004196167,3.180799961090088,0.018300000578165054,2.77239990234375,3.1356000900268555,0.017500000074505806,2.765899896621704,3.134500026702881,0.017500000074505806,2.762399911880493,3.182499885559082,0.018300000578165054,2.7695999145507812,3.184299945831299,0.018300000578165054,2.7797000408172607,3.136899948120117,0.01759999990463257,2.762399911880493,3.182499885559082,0.018300000578165054,2.7797000408172607,3.136899948120117,0.01759999990463257,2.77239990234375,3.1356000900268555,0.017500000074505806,2.765899896621704,3.134500026702881,0.017500000074505806,2.77239990234375,3.1356000900268555,0.017500000074505806,2.778899908065796,3.0906999111175537,0.016899999231100082,2.765899896621704,3.134500026702881,0.017500000074505806,2.778899908065796,3.0906999111175537,0.016899999231100082,2.7723000049591064,3.0899999141693115,0.01679999940097332,2.77239990234375,3.1356000900268555,0.017500000074505806,2.7797000408172607,3.136899948120117,0.01759999990463257,2.7862000465393066,3.091599941253662,0.016899999231100082,2.77239990234375,3.1356000900268555,0.017500000074505806,2.7862000465393066,3.091599941253662,0.016899999231100082,2.778899908065796,3.0906999111175537,0.016899999231100082,2.8039000034332275,2.959700107574463,0.016499999910593033,2.797300100326538,2.9600000381469727,0.01640000008046627,2.79830002784729,3.003999948501587,0.016300000250339508,2.8039000034332275,2.959700107574463,0.016499999910593033,2.79830002784729,3.003999948501587,0.016300000250339508,2.8048999309539795,3.003999948501587,0.016300000250339508,2.8001999855041504,2.9147000312805176,0.016899999231100082,2.7936999797821045,2.9154999256134033,0.016899999231100082,2.797300100326538,2.9600000381469727,0.01640000008046627,2.8001999855041504,2.9147000312805176,0.016899999231100082,2.797300100326538,2.9600000381469727,0.01640000008046627,2.8039000034332275,2.959700107574463,0.016499999910593033,2.797300100326538,2.9600000381469727,0.01640000008046627,2.789799928665161,2.9605000019073486,0.01640000008046627,2.7908999919891357,3.003999948501587,0.016200000420212746,2.797300100326538,2.9600000381469727,0.01640000008046627,2.7908999919891357,3.003999948501587,0.016200000420212746,2.79830002784729,3.003999948501587,0.016300000250339508,2.7936999797821045,2.9154999256134033,0.016899999231100082,2.7862000465393066,2.916300058364868,0.016899999231100082,2.789799928665161,2.9605000019073486,0.01640000008046627,2.7936999797821045,2.9154999256134033,0.016899999231100082,2.789799928665161,2.9605000019073486,0.01640000008046627,2.797300100326538,2.9600000381469727,0.01640000008046627,2.7832000255584717,2.820199966430664,0.018400000408291817,2.776900053024292,2.8217999935150146,0.018400000408291817,2.787100076675415,2.8696000576019287,0.01759999990463257,2.7832000255584717,2.820199966430664,0.018400000408291817,2.787100076675415,2.8696000576019287,0.01759999990463257,2.7934999465942383,2.8684000968933105,0.01759999990463257,2.776900053024292,2.8217999935150146,0.018400000408291817,2.7695999145507812,2.8236000537872314,0.018300000578165054,2.7797000408172607,2.871000051498413,0.01759999990463257,2.776900053024292,2.8217999935150146,0.018400000408291817,2.7797000408172607,2.871000051498413,0.01759999990463257,2.787100076675415,2.8696000576019287,0.01759999990463257,2.7934999465942383,2.8684000968933105,0.01759999990463257,2.787100076675415,2.8696000576019287,0.01759999990463257,2.7936999797821045,2.9154999256134033,0.016899999231100082,2.7934999465942383,2.8684000968933105,0.01759999990463257,2.7936999797821045,2.9154999256134033,0.016899999231100082,2.8001999855041504,2.9147000312805176,0.016899999231100082,2.787100076675415,2.8696000576019287,0.01759999990463257,2.7797000408172607,2.871000051498413,0.01759999990463257,2.7862000465393066,2.916300058364868,0.016899999231100082,2.787100076675415,2.8696000576019287,0.01759999990463257,2.7862000465393066,2.916300058364868,0.016899999231100082,2.7936999797821045,2.9154999256134033,0.016899999231100082,2.765899896621704,2.8733999729156494,0.017500000074505806,2.77239990234375,2.872299909591675,0.017500000074505806,2.762399911880493,2.8254001140594482,0.018300000578165054,2.765899896621704,2.8733999729156494,0.017500000074505806,2.762399911880493,2.8254001140594482,0.018300000578165054,2.75600004196167,2.8271000385284424,0.018300000578165054,2.7723000049591064,2.9179000854492188,0.01679999940097332,2.778899908065796,2.9172000885009766,0.016899999231100082,2.77239990234375,2.872299909591675,0.017500000074505806,2.7723000049591064,2.9179000854492188,0.01679999940097332,2.77239990234375,2.872299909591675,0.017500000074505806,2.765899896621704,2.8733999729156494,0.017500000074505806,2.77239990234375,2.872299909591675,0.017500000074505806,2.7797000408172607,2.871000051498413,0.01759999990463257,2.7695999145507812,2.8236000537872314,0.018300000578165054,2.77239990234375,2.872299909591675,0.017500000074505806,2.7695999145507812,2.8236000537872314,0.018300000578165054,2.762399911880493,2.8254001140594482,0.018300000578165054,2.778899908065796,2.9172000885009766,0.016899999231100082,2.7862000465393066,2.916300058364868,0.016899999231100082,2.7797000408172607,2.871000051498413,0.01759999990463257,2.778899908065796,2.9172000885009766,0.016899999231100082,2.7797000408172607,2.871000051498413,0.01759999990463257,2.77239990234375,2.872299909591675,0.017500000074505806,2.7767999172210693,3.003999948501587,0.016200000420212746,2.783400058746338,3.003999948501587,0.016200000420212746,2.782399892807007,2.960900068283081,0.01640000008046627,2.7767999172210693,3.003999948501587,0.016200000420212746,2.782399892807007,2.960900068283081,0.01640000008046627,2.7757999897003174,2.961199998855591,0.01640000008046627,2.783400058746338,3.003999948501587,0.016200000420212746,2.7908999919891357,3.003999948501587,0.016200000420212746,2.789799928665161,2.9605000019073486,0.01640000008046627,2.783400058746338,3.003999948501587,0.016200000420212746,2.789799928665161,2.9605000019073486,0.01640000008046627,2.782399892807007,2.960900068283081,0.01640000008046627,2.7757999897003174,2.961199998855591,0.01640000008046627,2.782399892807007,2.960900068283081,0.01640000008046627,2.778899908065796,2.9172000885009766,0.016899999231100082,2.7757999897003174,2.961199998855591,0.01640000008046627,2.778899908065796,2.9172000885009766,0.016899999231100082,2.7723000049591064,2.9179000854492188,0.01679999940097332,2.782399892807007,2.960900068283081,0.01640000008046627,2.789799928665161,2.9605000019073486,0.01640000008046627,2.7862000465393066,2.916300058364868,0.016899999231100082,2.782399892807007,2.960900068283081,0.01640000008046627,2.7862000465393066,2.916300058364868,0.016899999231100082,2.778899908065796,2.9172000885009766,0.016899999231100082,2.768899917602539,2.7692999839782715,0.019200000911951065,2.762700080871582,2.771399974822998,0.019200000911951065,2.776900053024292,2.8217999935150146,0.018400000408291817,2.768899917602539,2.7692999839782715,0.019200000911951065,2.776900053024292,2.8217999935150146,0.018400000408291817,2.7832000255584717,2.820199966430664,0.018400000408291817,2.748500108718872,2.71589994430542,0.020099999383091927,2.742500066757202,2.7184998989105225,0.020099999383091927,2.762700080871582,2.771399974822998,0.019200000911951065,2.748500108718872,2.71589994430542,0.020099999383091927,2.762700080871582,2.771399974822998,0.019200000911951065,2.768899917602539,2.7692999839782715,0.019200000911951065,2.762700080871582,2.771399974822998,0.019200000911951065,2.7555999755859375,2.7737998962402344,0.019200000911951065,2.7695999145507812,2.8236000537872314,0.018300000578165054,2.762700080871582,2.771399974822998,0.019200000911951065,2.7695999145507812,2.8236000537872314,0.018300000578165054,2.776900053024292,2.8217999935150146,0.018400000408291817,2.742500066757202,2.7184998989105225,0.020099999383091927,2.7356998920440674,2.7214999198913574,0.020099999383091927,2.7555999755859375,2.7737998962402344,0.019200000911951065,2.742500066757202,2.7184998989105225,0.020099999383091927,2.7555999755859375,2.7737998962402344,0.019200000911951065,2.762700080871582,2.771399974822998,0.019200000911951065,2.6821000576019287,2.6015000343322754,0.022199999541044235,2.676800012588501,2.605299949645996,0.022099999710917473,2.714600086212158,2.663100004196167,0.0210999995470047,2.6821000576019287,2.6015000343322754,0.022199999541044235,2.714600086212158,2.663100004196167,0.0210999995470047,2.7202000617980957,2.659899950027466,0.0210999995470047,2.676800012588501,2.605299949645996,0.022099999710917473,2.670799970626831,2.6096999645233154,0.02199999988079071,2.7081000804901123,2.6666998863220215,0.020999999716877937,2.676800012588501,2.605299949645996,0.022099999710917473,2.7081000804901123,2.6666998863220215,0.020999999716877937,2.714600086212158,2.663100004196167,0.0210999995470047,2.7202000617980957,2.659899950027466,0.0210999995470047,2.714600086212158,2.663100004196167,0.0210999995470047,2.742500066757202,2.7184998989105225,0.020099999383091927,2.7202000617980957,2.659899950027466,0.0210999995470047,2.742500066757202,2.7184998989105225,0.020099999383091927,2.748500108718872,2.71589994430542,0.020099999383091927,2.714600086212158,2.663100004196167,0.0210999995470047,2.7081000804901123,2.6666998863220215,0.020999999716877937,2.7356998920440674,2.7214999198913574,0.020099999383091927,2.714600086212158,2.663100004196167,0.0210999995470047,2.7356998920440674,2.7214999198913574,0.020099999383091927,2.742500066757202,2.7184998989105225,0.020099999383091927,2.6958000659942627,2.6735999584198,0.020899999886751175,2.7016000747680664,2.6703999042510986,0.020899999886751175,2.6647000312805176,2.614000082015991,0.021900000050663948,2.6958000659942627,2.6735999584198,0.020899999886751175,2.6647000312805176,2.614000082015991,0.021900000050663948,2.6594998836517334,2.617799997329712,0.021900000050663948,2.7228000164031982,2.727099895477295,0.019899999722838402,2.728800058364868,2.7244999408721924,0.019999999552965164,2.7016000747680664,2.6703999042510986,0.020899999886751175,2.7228000164031982,2.727099895477295,0.019899999722838402,2.7016000747680664,2.6703999042510986,0.020899999886751175,2.6958000659942627,2.6735999584198,0.020899999886751175,2.7016000747680664,2.6703999042510986,0.020899999886751175,2.7081000804901123,2.6666998863220215,0.020999999716877937,2.670799970626831,2.6096999645233154,0.02199999988079071,2.7016000747680664,2.6703999042510986,0.020899999886751175,2.670799970626831,2.6096999645233154,0.02199999988079071,2.6647000312805176,2.614000082015991,0.021900000050663948,2.728800058364868,2.7244999408721924,0.019999999552965164,2.7356998920440674,2.7214999198913574,0.020099999383091927,2.7081000804901123,2.6666998863220215,0.020999999716877937,2.728800058364868,2.7244999408721924,0.019999999552965164,2.7081000804901123,2.6666998863220215,0.020999999716877937,2.7016000747680664,2.6703999042510986,0.020899999886751175,2.75600004196167,2.8271000385284424,0.018300000578165054,2.762399911880493,2.8254001140594482,0.018300000578165054,2.748500108718872,2.77620005607605,0.019099999219179153,2.75600004196167,2.8271000385284424,0.018300000578165054,2.748500108718872,2.77620005607605,0.019099999219179153,2.742300033569336,2.7783000469207764,0.019099999219179153,2.762399911880493,2.8254001140594482,0.018300000578165054,2.7695999145507812,2.8236000537872314,0.018300000578165054,2.7555999755859375,2.7737998962402344,0.019200000911951065,2.762399911880493,2.8254001140594482,0.018300000578165054,2.7555999755859375,2.7737998962402344,0.019200000911951065,2.748500108718872,2.77620005607605,0.019099999219179153,2.742300033569336,2.7783000469207764,0.019099999219179153,2.748500108718872,2.77620005607605,0.019099999219179153,2.728800058364868,2.7244999408721924,0.019999999552965164,2.742300033569336,2.7783000469207764,0.019099999219179153,2.728800058364868,2.7244999408721924,0.019999999552965164,2.7228000164031982,2.727099895477295,0.019899999722838402,2.748500108718872,2.77620005607605,0.019099999219179153,2.7555999755859375,2.7737998962402344,0.019200000911951065,2.7356998920440674,2.7214999198913574,0.020099999383091927,2.748500108718872,2.77620005607605,0.019099999219179153,2.7356998920440674,2.7214999198913574,0.020099999383091927,2.728800058364868,2.7244999408721924,0.019999999552965164,2.6321001052856445,2.5406999588012695,0.02329999953508377,2.6273999214172363,2.5452001094818115,0.02329999953508377,2.676800012588501,2.605299949645996,0.022099999710917473,2.6321001052856445,2.5406999588012695,0.02329999953508377,2.676800012588501,2.605299949645996,0.022099999710917473,2.6821000576019287,2.6015000343322754,0.022199999541044235,2.5546000003814697,2.4821999073028564,0.02449999935925007,2.55049991607666,2.487299919128418,0.024399999529123306,2.6273999214172363,2.5452001094818115,0.02329999953508377,2.5546000003814697,2.4821999073028564,0.02449999935925007,2.6273999214172363,2.5452001094818115,0.02329999953508377,2.6321001052856445,2.5406999588012695,0.02329999953508377,2.6273999214172363,2.5452001094818115,0.02329999953508377,2.621999979019165,2.550299882888794,0.023099999874830246,2.670799970626831,2.6096999645233154,0.02199999988079071,2.6273999214172363,2.5452001094818115,0.02329999953508377,2.670799970626831,2.6096999645233154,0.02199999988079071,2.676800012588501,2.605299949645996,0.022099999710917473,2.55049991607666,2.487299919128418,0.024399999529123306,2.545799970626831,2.4930999279022217,0.024299999698996544,2.621999979019165,2.550299882888794,0.023099999874830246,2.55049991607666,2.487299919128418,0.024399999529123306,2.621999979019165,2.550299882888794,0.023099999874830246,2.6273999214172363,2.5452001094818115,0.02329999953508377,2.2541000843048096,2.3903000354766846,0.02630000002682209,2.251300096511841,2.3965001106262207,0.026200000196695328,2.4303998947143555,2.436199903488159,0.02539999969303608,2.2541000843048096,2.3903000354766846,0.02630000002682209,2.4303998947143555,2.436199903488159,0.02539999969303608,2.433799982070923,2.430500030517578,0.025499999523162842,2.251300096511841,2.3965001106262207,0.026200000196695328,2.248300075531006,2.40339994430542,0.026100000366568565,2.4265999794006348,2.442699909210205,0.025299999862909317,2.251300096511841,2.3965001106262207,0.026200000196695328,2.4265999794006348,2.442699909210205,0.025299999862909317,2.4303998947143555,2.436199903488159,0.02539999969303608,2.433799982070923,2.430500030517578,0.025499999523162842,2.4303998947143555,2.436199903488159,0.02539999969303608,2.55049991607666,2.487299919128418,0.024399999529123306,2.433799982070923,2.430500030517578,0.025499999523162842,2.55049991607666,2.487299919128418,0.024399999529123306,2.5546000003814697,2.4821999073028564,0.02449999935925007,2.4303998947143555,2.436199903488159,0.02539999969303608,2.4265999794006348,2.442699909210205,0.025299999862909317,2.545799970626831,2.4930999279022217,0.024299999698996544,2.4303998947143555,2.436199903488159,0.02539999969303608,2.545799970626831,2.4930999279022217,0.024299999698996544,2.55049991607666,2.487299919128418,0.024399999529123306,2.419300079345703,2.4547998905181885,0.02500000037252903,2.4226999282836914,2.4491000175476074,0.025200000032782555,2.2451999187469482,2.410399913787842,0.02590000070631504,2.419300079345703,2.4547998905181885,0.02500000037252903,2.2451999187469482,2.410399913787842,0.02590000070631504,2.2425999641418457,2.4165000915527344,0.025800000876188278,2.537100076675415,2.5041000843048096,0.02410000003874302,2.5411999225616455,2.499000072479248,0.02419999986886978,2.4226999282836914,2.4491000175476074,0.025200000032782555,2.537100076675415,2.5041000843048096,0.02410000003874302,2.4226999282836914,2.4491000175476074,0.025200000032782555,2.419300079345703,2.4547998905181885,0.02500000037252903,2.4226999282836914,2.4491000175476074,0.025200000032782555,2.4265999794006348,2.442699909210205,0.025299999862909317,2.248300075531006,2.40339994430542,0.026100000366568565,2.4226999282836914,2.4491000175476074,0.025200000032782555,2.248300075531006,2.40339994430542,0.026100000366568565,2.2451999187469482,2.410399913787842,0.02590000070631504,2.5411999225616455,2.499000072479248,0.02419999986886978,2.545799970626831,2.4930999279022217,0.024299999698996544,2.4265999794006348,2.442699909210205,0.025299999862909317,2.5411999225616455,2.499000072479248,0.02419999986886978,2.4265999794006348,2.442699909210205,0.025299999862909317,2.4226999282836914,2.4491000175476074,0.025200000032782555,2.6594998836517334,2.617799997329712,0.021900000050663948,2.6647000312805176,2.614000082015991,0.021900000050663948,2.6166000366210938,2.5553998947143555,0.023099999874830246,2.6594998836517334,2.617799997329712,0.021900000050663948,2.6166000366210938,2.5553998947143555,0.023099999874830246,2.611799955368042,2.5599000453948975,0.023000000044703484,2.6647000312805176,2.614000082015991,0.021900000050663948,2.670799970626831,2.6096999645233154,0.02199999988079071,2.621999979019165,2.550299882888794,0.023099999874830246,2.6647000312805176,2.614000082015991,0.021900000050663948,2.621999979019165,2.550299882888794,0.023099999874830246,2.6166000366210938,2.5553998947143555,0.023099999874830246,2.611799955368042,2.5599000453948975,0.023000000044703484,2.6166000366210938,2.5553998947143555,0.023099999874830246,2.5411999225616455,2.499000072479248,0.02419999986886978,2.611799955368042,2.5599000453948975,0.023000000044703484,2.5411999225616455,2.499000072479248,0.02419999986886978,2.537100076675415,2.5041000843048096,0.02410000003874302,2.6166000366210938,2.5553998947143555,0.023099999874830246,2.621999979019165,2.550299882888794,0.023099999874830246,2.545799970626831,2.4930999279022217,0.024299999698996544,2.6166000366210938,2.5553998947143555,0.023099999874830246,2.545799970626831,2.4930999279022217,0.024299999698996544,2.5411999225616455,2.499000072479248,0.02419999986886978,1.9996000528335571,2.3661999702453613,0.026900000870227814,1.997499942779541,2.3726000785827637,0.02669999934732914,2.251300096511841,2.3965001106262207,0.026200000196695328,1.9996000528335571,2.3661999702453613,0.026900000870227814,2.251300096511841,2.3965001106262207,0.026200000196695328,2.2541000843048096,2.3903000354766846,0.02630000002682209,1.6890000104904175,2.354099988937378,0.02710000053048134,1.687600016593933,2.360599994659424,0.027000000700354576,1.997499942779541,2.3726000785827637,0.02669999934732914,1.6890000104904175,2.354099988937378,0.02710000053048134,1.997499942779541,2.3726000785827637,0.02669999934732914,1.9996000528335571,2.3661999702453613,0.026900000870227814,1.997499942779541,2.3726000785827637,0.02669999934732914,1.9952000379562378,2.3798999786376953,0.026599999517202377,2.248300075531006,2.40339994430542,0.026100000366568565,1.997499942779541,2.3726000785827637,0.02669999934732914,2.248300075531006,2.40339994430542,0.026100000366568565,2.251300096511841,2.3965001106262207,0.026200000196695328,1.687600016593933,2.360599994659424,0.027000000700354576,1.6861000061035156,2.3680999279022217,0.026799999177455902,1.9952000379562378,2.3798999786376953,0.026599999517202377,1.687600016593933,2.360599994659424,0.027000000700354576,1.9952000379562378,2.3798999786376953,0.026599999517202377,1.997499942779541,2.3726000785827637,0.02669999934732914,0.974399983882904,2.350100040435791,0.0272000003606081,0.974399983882904,2.3566999435424805,0.027000000700354576,1.340399980545044,2.3566999435424805,0.027000000700354576,0.974399983882904,2.350100040435791,0.0272000003606081,1.340399980545044,2.3566999435424805,0.027000000700354576,1.340999960899353,2.350100040435791,0.0272000003606081,0.974399983882904,2.3566999435424805,0.027000000700354576,0.974399983882904,2.3642001152038574,0.026900000870227814,1.3395999670028687,2.3642001152038574,0.026900000870227814,0.974399983882904,2.3566999435424805,0.027000000700354576,1.3395999670028687,2.3642001152038574,0.026900000870227814,1.340399980545044,2.3566999435424805,0.027000000700354576,1.340999960899353,2.350100040435791,0.0272000003606081,1.340399980545044,2.3566999435424805,0.027000000700354576,1.687600016593933,2.360599994659424,0.027000000700354576,1.340999960899353,2.350100040435791,0.0272000003606081,1.687600016593933,2.360599994659424,0.027000000700354576,1.6890000104904175,2.354099988937378,0.02710000053048134,1.340399980545044,2.3566999435424805,0.027000000700354576,1.3395999670028687,2.3642001152038574,0.026900000870227814,1.6861000061035156,2.3680999279022217,0.026799999177455902,1.340399980545044,2.3566999435424805,0.027000000700354576,1.6861000061035156,2.3680999279022217,0.026799999177455902,1.687600016593933,2.360599994659424,0.027000000700354576,1.3381999731063843,2.378200054168701,0.026599999517202377,1.3388999700546265,2.3715999126434326,0.026799999177455902,0.974399983882904,2.3715999126434326,0.026799999177455902,1.3381999731063843,2.378200054168701,0.026599999517202377,0.974399983882904,2.3715999126434326,0.026799999177455902,0.974399983882904,2.378200054168701,0.026599999517202377,1.6833000183105469,2.3821001052856445,0.026599999517202377,1.6845999956130981,2.375499963760376,0.02669999934732914,1.3388999700546265,2.3715999126434326,0.026799999177455902,1.6833000183105469,2.3821001052856445,0.026599999517202377,1.3388999700546265,2.3715999126434326,0.026799999177455902,1.3381999731063843,2.378200054168701,0.026599999517202377,1.3388999700546265,2.3715999126434326,0.026799999177455902,1.3395999670028687,2.3642001152038574,0.026900000870227814,0.974399983882904,2.3642001152038574,0.026900000870227814,1.3388999700546265,2.3715999126434326,0.026799999177455902,0.974399983882904,2.3642001152038574,0.026900000870227814,0.974399983882904,2.3715999126434326,0.026799999177455902,1.6845999956130981,2.375499963760376,0.02669999934732914,1.6861000061035156,2.3680999279022217,0.026799999177455902,1.3395999670028687,2.3642001152038574,0.026900000870227814,1.6845999956130981,2.375499963760376,0.02669999934732914,1.3395999670028687,2.3642001152038574,0.026900000870227814,1.3388999700546265,2.3715999126434326,0.026799999177455902,2.2425999641418457,2.4165000915527344,0.025800000876188278,2.2451999187469482,2.410399913787842,0.02590000070631504,1.9930000305175781,2.387200117111206,0.026399999856948853,2.2425999641418457,2.4165000915527344,0.025800000876188278,1.9930000305175781,2.387200117111206,0.026399999856948853,1.9910000562667847,2.3935999870300293,0.02630000002682209,2.2451999187469482,2.410399913787842,0.02590000070631504,2.248300075531006,2.40339994430542,0.026100000366568565,1.9952000379562378,2.3798999786376953,0.026599999517202377,2.2451999187469482,2.410399913787842,0.02590000070631504,1.9952000379562378,2.3798999786376953,0.026599999517202377,1.9930000305175781,2.387200117111206,0.026399999856948853,1.9910000562667847,2.3935999870300293,0.02630000002682209,1.9930000305175781,2.387200117111206,0.026399999856948853,1.6845999956130981,2.375499963760376,0.02669999934732914,1.9910000562667847,2.3935999870300293,0.02630000002682209,1.6845999956130981,2.375499963760376,0.02669999934732914,1.6833000183105469,2.3821001052856445,0.026599999517202377,1.9930000305175781,2.387200117111206,0.026399999856948853,1.9952000379562378,2.3798999786376953,0.026599999517202377,1.6861000061035156,2.3680999279022217,0.026799999177455902,1.9930000305175781,2.387200117111206,0.026399999856948853,1.6861000061035156,2.3680999279022217,0.026799999177455902,1.6845999956130981,2.375499963760376,0.02669999934732914,0.6078000068664551,2.350100040435791,0.0272000003606081,0.6085000038146973,2.3566999435424805,0.027000000700354576,0.974399983882904,2.3566999435424805,0.027000000700354576,0.6078000068664551,2.350100040435791,0.0272000003606081,0.974399983882904,2.3566999435424805,0.027000000700354576,0.974399983882904,2.350100040435791,0.0272000003606081,0.6078000068664551,2.350100040435791,0.0272000003606081,0.2599000036716461,2.354099988937378,0.02710000053048134,0.2612000107765198,2.360599994659424,0.027000000700354576,0.6078000068664551,2.350100040435791,0.0272000003606081,0.2612000107765198,2.360599994659424,0.027000000700354576,0.6085000038146973,2.3566999435424805,0.027000000700354576,0.6085000038146973,2.3566999435424805,0.027000000700354576,0.6092000007629395,2.3642001152038574,0.026900000870227814,0.974399983882904,2.3642001152038574,0.026900000870227814,0.6085000038146973,2.3566999435424805,0.027000000700354576,0.974399983882904,2.3642001152038574,0.026900000870227814,0.974399983882904,2.3566999435424805,0.027000000700354576,0.6085000038146973,2.3566999435424805,0.027000000700354576,0.2612000107765198,2.360599994659424,0.027000000700354576,0.26269999146461487,2.3680999279022217,0.026799999177455902,0.6085000038146973,2.3566999435424805,0.027000000700354576,0.26269999146461487,2.3680999279022217,0.026799999177455902,0.6092000007629395,2.3642001152038574,0.026900000870227814,-0.050700001418590546,2.3661999702453613,0.026900000870227814,-0.3052000105381012,2.3903000354766846,0.02630000002682209,-0.30250000953674316,2.3965001106262207,0.026200000196695328,-0.050700001418590546,2.3661999702453613,0.026900000870227814,-0.30250000953674316,2.3965001106262207,0.026200000196695328,-0.048700001090765,2.3726000785827637,0.02669999934732914,-0.048700001090765,2.3726000785827637,0.02669999934732914,-0.30250000953674316,2.3965001106262207,0.026200000196695328,-0.2994000017642975,2.40339994430542,0.026100000366568565,-0.048700001090765,2.3726000785827637,0.02669999934732914,-0.2994000017642975,2.40339994430542,0.026100000366568565,-0.04639999940991402,2.3798999786376953,0.026599999517202377,0.2599000036716461,2.354099988937378,0.02710000053048134,-0.050700001418590546,2.3661999702453613,0.026900000870227814,-0.048700001090765,2.3726000785827637,0.02669999934732914,0.2599000036716461,2.354099988937378,0.02710000053048134,-0.048700001090765,2.3726000785827637,0.02669999934732914,0.2612000107765198,2.360599994659424,0.027000000700354576,0.2612000107765198,2.360599994659424,0.027000000700354576,-0.048700001090765,2.3726000785827637,0.02669999934732914,-0.04639999940991402,2.3798999786376953,0.026599999517202377,0.2612000107765198,2.360599994659424,0.027000000700354576,-0.04639999940991402,2.3798999786376953,0.026599999517202377,0.26269999146461487,2.3680999279022217,0.026799999177455902,-0.2937000095844269,2.4165000915527344,0.025800000876188278,-0.042100001126527786,2.3935999870300293,0.02630000002682209,-0.044199999421834946,2.387200117111206,0.026399999856948853,-0.2937000095844269,2.4165000915527344,0.025800000876188278,-0.044199999421834946,2.387200117111206,0.026399999856948853,-0.2964000105857849,2.410399913787842,0.02590000070631504,-0.042100001126527786,2.3935999870300293,0.02630000002682209,0.265500009059906,2.3821001052856445,0.026599999517202377,0.26420000195503235,2.375499963760376,0.02669999934732914,-0.042100001126527786,2.3935999870300293,0.02630000002682209,0.26420000195503235,2.375499963760376,0.02669999934732914,-0.044199999421834946,2.387200117111206,0.026399999856948853,-0.2964000105857849,2.410399913787842,0.02590000070631504,-0.044199999421834946,2.387200117111206,0.026399999856948853,-0.04639999940991402,2.3798999786376953,0.026599999517202377,-0.2964000105857849,2.410399913787842,0.02590000070631504,-0.04639999940991402,2.3798999786376953,0.026599999517202377,-0.2994000017642975,2.40339994430542,0.026100000366568565,-0.044199999421834946,2.387200117111206,0.026399999856948853,0.26420000195503235,2.375499963760376,0.02669999934732914,0.26269999146461487,2.3680999279022217,0.026799999177455902,-0.044199999421834946,2.387200117111206,0.026399999856948853,0.26269999146461487,2.3680999279022217,0.026799999177455902,-0.04639999940991402,2.3798999786376953,0.026599999517202377,0.974399983882904,2.378200054168701,0.026599999517202377,0.974399983882904,2.3715999126434326,0.026799999177455902,0.6100000143051147,2.3715999126434326,0.026799999177455902,0.974399983882904,2.378200054168701,0.026599999517202377,0.6100000143051147,2.3715999126434326,0.026799999177455902,0.6105999946594238,2.378200054168701,0.026599999517202377,0.974399983882904,2.3715999126434326,0.026799999177455902,0.974399983882904,2.3642001152038574,0.026900000870227814,0.6092000007629395,2.3642001152038574,0.026900000870227814,0.974399983882904,2.3715999126434326,0.026799999177455902,0.6092000007629395,2.3642001152038574,0.026900000870227814,0.6100000143051147,2.3715999126434326,0.026799999177455902,0.265500009059906,2.3821001052856445,0.026599999517202377,0.6105999946594238,2.378200054168701,0.026599999517202377,0.6100000143051147,2.3715999126434326,0.026799999177455902,0.265500009059906,2.3821001052856445,0.026599999517202377,0.6100000143051147,2.3715999126434326,0.026799999177455902,0.26420000195503235,2.375499963760376,0.02669999934732914,0.26420000195503235,2.375499963760376,0.02669999934732914,0.6100000143051147,2.3715999126434326,0.026799999177455902,0.6092000007629395,2.3642001152038574,0.026900000870227814,0.26420000195503235,2.375499963760376,0.02669999934732914,0.6092000007629395,2.3642001152038574,0.026900000870227814,0.26269999146461487,2.3680999279022217,0.026799999177455902,-0.3052000105381012,2.3903000354766846,0.02630000002682209,-0.48500001430511475,2.430500030517578,0.025499999523162842,-0.48159998655319214,2.436199903488159,0.02539999969303608,-0.3052000105381012,2.3903000354766846,0.02630000002682209,-0.48159998655319214,2.436199903488159,0.02539999969303608,-0.30250000953674316,2.3965001106262207,0.026200000196695328,-0.48500001430511475,2.430500030517578,0.025499999523162842,-0.6057000160217285,2.4821999073028564,0.02449999935925007,-0.6015999913215637,2.487299919128418,0.024399999529123306,-0.48500001430511475,2.430500030517578,0.025499999523162842,-0.6015999913215637,2.487299919128418,0.024399999529123306,-0.48159998655319214,2.436199903488159,0.02539999969303608,-0.30250000953674316,2.3965001106262207,0.026200000196695328,-0.48159998655319214,2.436199903488159,0.02539999969303608,-0.47769999504089355,2.442699909210205,0.025299999862909317,-0.30250000953674316,2.3965001106262207,0.026200000196695328,-0.47769999504089355,2.442699909210205,0.025299999862909317,-0.2994000017642975,2.40339994430542,0.026100000366568565,-0.48159998655319214,2.436199903488159,0.02539999969303608,-0.6015999913215637,2.487299919128418,0.024399999529123306,-0.597000002861023,2.4930999279022217,0.024299999698996544,-0.48159998655319214,2.436199903488159,0.02539999969303608,-0.597000002861023,2.4930999279022217,0.024299999698996544,-0.47769999504089355,2.442699909210205,0.025299999862909317,-0.733299970626831,2.6015000343322754,0.022199999541044235,-0.7279000282287598,2.605299949645996,0.022099999710917473,-0.6784999966621399,2.5452001094818115,0.02329999953508377,-0.733299970626831,2.6015000343322754,0.022199999541044235,-0.6784999966621399,2.5452001094818115,0.02329999953508377,-0.6833000183105469,2.5406999588012695,0.02329999953508377,-0.7279000282287598,2.605299949645996,0.022099999710917473,-0.7218999862670898,2.6096999645233154,0.02199999988079071,-0.6730999946594238,2.550299882888794,0.023099999874830246,-0.7279000282287598,2.605299949645996,0.022099999710917473,-0.6730999946594238,2.550299882888794,0.023099999874830246,-0.6784999966621399,2.5452001094818115,0.02329999953508377,-0.6057000160217285,2.4821999073028564,0.02449999935925007,-0.6833000183105469,2.5406999588012695,0.02329999953508377,-0.6784999966621399,2.5452001094818115,0.02329999953508377,-0.6057000160217285,2.4821999073028564,0.02449999935925007,-0.6784999966621399,2.5452001094818115,0.02329999953508377,-0.6015999913215637,2.487299919128418,0.024399999529123306,-0.6015999913215637,2.487299919128418,0.024399999529123306,-0.6784999966621399,2.5452001094818115,0.02329999953508377,-0.6730999946594238,2.550299882888794,0.023099999874830246,-0.6015999913215637,2.487299919128418,0.024399999529123306,-0.6730999946594238,2.550299882888794,0.023099999874830246,-0.597000002861023,2.4930999279022217,0.024299999698996544,-0.6628999710083008,2.5599000453948975,0.023000000044703484,-0.6676999926567078,2.5553998947143555,0.023099999874830246,-0.7159000039100647,2.614000082015991,0.021900000050663948,-0.6628999710083008,2.5599000453948975,0.023000000044703484,-0.7159000039100647,2.614000082015991,0.021900000050663948,-0.7106000185012817,2.617799997329712,0.021900000050663948,-0.6628999710083008,2.5599000453948975,0.023000000044703484,-0.5881999731063843,2.5041000843048096,0.02410000003874302,-0.5922999978065491,2.499000072479248,0.02419999986886978,-0.6628999710083008,2.5599000453948975,0.023000000044703484,-0.5922999978065491,2.499000072479248,0.02419999986886978,-0.6676999926567078,2.5553998947143555,0.023099999874830246,-0.6676999926567078,2.5553998947143555,0.023099999874830246,-0.6730999946594238,2.550299882888794,0.023099999874830246,-0.7218999862670898,2.6096999645233154,0.02199999988079071,-0.6676999926567078,2.5553998947143555,0.023099999874830246,-0.7218999862670898,2.6096999645233154,0.02199999988079071,-0.7159000039100647,2.614000082015991,0.021900000050663948,-0.6676999926567078,2.5553998947143555,0.023099999874830246,-0.5922999978065491,2.499000072479248,0.02419999986886978,-0.597000002861023,2.4930999279022217,0.024299999698996544,-0.6676999926567078,2.5553998947143555,0.023099999874830246,-0.597000002861023,2.4930999279022217,0.024299999698996544,-0.6730999946594238,2.550299882888794,0.023099999874830246,-0.47040000557899475,2.4547998905181885,0.02500000037252903,-0.2937000095844269,2.4165000915527344,0.025800000876188278,-0.2964000105857849,2.410399913787842,0.02590000070631504,-0.47040000557899475,2.4547998905181885,0.02500000037252903,-0.2964000105857849,2.410399913787842,0.02590000070631504,-0.47380000352859497,2.4491000175476074,0.025200000032782555,-0.47380000352859497,2.4491000175476074,0.025200000032782555,-0.2964000105857849,2.410399913787842,0.02590000070631504,-0.2994000017642975,2.40339994430542,0.026100000366568565,-0.47380000352859497,2.4491000175476074,0.025200000032782555,-0.2994000017642975,2.40339994430542,0.026100000366568565,-0.47769999504089355,2.442699909210205,0.025299999862909317,-0.5881999731063843,2.5041000843048096,0.02410000003874302,-0.47040000557899475,2.4547998905181885,0.02500000037252903,-0.47380000352859497,2.4491000175476074,0.025200000032782555,-0.5881999731063843,2.5041000843048096,0.02410000003874302,-0.47380000352859497,2.4491000175476074,0.025200000032782555,-0.5922999978065491,2.499000072479248,0.02419999986886978,-0.5922999978065491,2.499000072479248,0.02419999986886978,-0.47380000352859497,2.4491000175476074,0.025200000032782555,-0.47769999504089355,2.442699909210205,0.025299999862909317,-0.5922999978065491,2.499000072479248,0.02419999986886978,-0.47769999504089355,2.442699909210205,0.025299999862909317,-0.597000002861023,2.4930999279022217,0.024299999698996544,-0.7357000112533569,2.6798999309539795,0.028599999845027924,-0.7357000112533569,2.6798999309539795,0.03359999880194664,-0.7002000212669373,2.6254000663757324,0.034299999475479126,-0.7357000112533569,2.6798999309539795,0.028599999845027924,-0.7002000212669373,2.6254000663757324,0.034299999475479126,-0.7002000212669373,2.6254000663757324,0.029400000348687172,-0.7621999979019165,2.732300043106079,0.027799999341368675,-0.7621999979019165,2.732300043106079,0.032999999821186066,-0.7357000112533569,2.6798999309539795,0.03359999880194664,-0.7621999979019165,2.732300043106079,0.027799999341368675,-0.7357000112533569,2.6798999309539795,0.03359999880194664,-0.7357000112533569,2.6798999309539795,0.028599999845027924,-0.7357000112533569,2.6798999309539795,0.03359999880194664,-0.7357000112533569,2.6798999309539795,0.039400000125169754,-0.7002000212669373,2.6252999305725098,0.039900001138448715,-0.7357000112533569,2.6798999309539795,0.03359999880194664,-0.7002000212669373,2.6252999305725098,0.039900001138448715,-0.7002000212669373,2.6254000663757324,0.034299999475479126,-0.7621999979019165,2.732300043106079,0.032999999821186066,-0.7621999979019165,2.732300043106079,0.03889999911189079,-0.7357000112533569,2.6798999309539795,0.039400000125169754,-0.7621999979019165,2.732300043106079,0.032999999821186066,-0.7357000112533569,2.6798999309539795,0.039400000125169754,-0.7357000112533569,2.6798999309539795,0.03359999880194664,-0.7946000099182129,2.830199956893921,0.026399999856948853,-0.7946000099182129,2.830199956893921,0.03180000185966492,-0.7811999917030334,2.782399892807007,0.03240000084042549,-0.7946000099182129,2.830199956893921,0.026399999856948853,-0.7811999917030334,2.782399892807007,0.03240000084042549,-0.7811999917030334,2.782399892807007,0.02710000053048134,-0.7946000099182129,2.830199956893921,0.03180000185966492,-0.7946000099182129,2.830199956893921,0.038100000470876694,-0.7811999917030334,2.782399892807007,0.03849999979138374,-0.7946000099182129,2.830199956893921,0.03180000185966492,-0.7811999917030334,2.782399892807007,0.03849999979138374,-0.7811999917030334,2.782399892807007,0.03240000084042549,-0.7811999917030334,2.782399892807007,0.02710000053048134,-0.7811999917030334,2.782399892807007,0.03240000084042549,-0.7621999979019165,2.732300043106079,0.032999999821186066,-0.7811999917030334,2.782399892807007,0.02710000053048134,-0.7621999979019165,2.732300043106079,0.032999999821186066,-0.7621999979019165,2.732300043106079,0.027799999341368675,-0.7811999917030334,2.782399892807007,0.03240000084042549,-0.7811999917030334,2.782399892807007,0.03849999979138374,-0.7621999979019165,2.732300043106079,0.03889999911189079,-0.7811999917030334,2.782399892807007,0.03240000084042549,-0.7621999979019165,2.732300043106079,0.03889999911189079,-0.7621999979019165,2.732300043106079,0.032999999821186066,-0.7811999917030334,2.782399892807007,0.049400001764297485,-0.7811999917030334,2.782399892807007,0.04450000077486038,-0.7946000099182129,2.830199956893921,0.04430000111460686,-0.7811999917030334,2.782399892807007,0.049400001764297485,-0.7946000099182129,2.830199956893921,0.04430000111460686,-0.7946000099182129,2.830199956893921,0.049300000071525574,-0.7620999813079834,2.7321999073028564,0.04960000142455101,-0.7621999979019165,2.7321999073028564,0.04479999840259552,-0.7811999917030334,2.782399892807007,0.04450000077486038,-0.7620999813079834,2.7321999073028564,0.04960000142455101,-0.7811999917030334,2.782399892807007,0.04450000077486038,-0.7811999917030334,2.782399892807007,0.049400001764297485,-0.7811999917030334,2.782399892807007,0.04450000077486038,-0.7811999917030334,2.782399892807007,0.03849999979138374,-0.7946000099182129,2.830199956893921,0.038100000470876694,-0.7811999917030334,2.782399892807007,0.04450000077486038,-0.7946000099182129,2.830199956893921,0.038100000470876694,-0.7946000099182129,2.830199956893921,0.04430000111460686,-0.7621999979019165,2.7321999073028564,0.04479999840259552,-0.7621999979019165,2.732300043106079,0.03889999911189079,-0.7811999917030334,2.782399892807007,0.03849999979138374,-0.7621999979019165,2.7321999073028564,0.04479999840259552,-0.7811999917030334,2.782399892807007,0.03849999979138374,-0.7811999917030334,2.782399892807007,0.04450000077486038,-0.7001000046730042,2.6252999305725098,0.05000000074505806,-0.7001000046730042,2.6252999305725098,0.04540000110864639,-0.7357000112533569,2.6798999309539795,0.045099999755620956,-0.7001000046730042,2.6252999305725098,0.05000000074505806,-0.7357000112533569,2.6798999309539795,0.045099999755620956,-0.7357000112533569,2.6798999309539795,0.049800001084804535,-0.7001000046730042,2.6252999305725098,0.04540000110864639,-0.7002000212669373,2.6252999305725098,0.039900001138448715,-0.7357000112533569,2.6798999309539795,0.039400000125169754,-0.7001000046730042,2.6252999305725098,0.04540000110864639,-0.7357000112533569,2.6798999309539795,0.039400000125169754,-0.7357000112533569,2.6798999309539795,0.045099999755620956,-0.7357000112533569,2.6798999309539795,0.049800001084804535,-0.7357000112533569,2.6798999309539795,0.045099999755620956,-0.7621999979019165,2.7321999073028564,0.04479999840259552,-0.7357000112533569,2.6798999309539795,0.049800001084804535,-0.7621999979019165,2.7321999073028564,0.04479999840259552,-0.7620999813079834,2.7321999073028564,0.04960000142455101,-0.7357000112533569,2.6798999309539795,0.045099999755620956,-0.7357000112533569,2.6798999309539795,0.039400000125169754,-0.7621999979019165,2.732300043106079,0.03889999911189079,-0.7357000112533569,2.6798999309539795,0.045099999755620956,-0.7621999979019165,2.732300043106079,0.03889999911189079,-0.7621999979019165,2.7321999073028564,0.04479999840259552,-0.8043000102043152,2.875699996948242,0.025800000876188278,-0.8043000102043152,2.875699996948242,0.031300000846385956,-0.7946000099182129,2.830199956893921,0.03180000185966492,-0.8043000102043152,2.875699996948242,0.025800000876188278,-0.7946000099182129,2.830199956893921,0.03180000185966492,-0.7946000099182129,2.830199956893921,0.026399999856948853,-0.8105999827384949,2.9193999767303467,0.025299999862909317,-0.8105999827384949,2.9193999767303467,0.030899999663233757,-0.8043000102043152,2.875699996948242,0.031300000846385956,-0.8105999827384949,2.9193999767303467,0.025299999862909317,-0.8043000102043152,2.875699996948242,0.031300000846385956,-0.8043000102043152,2.875699996948242,0.025800000876188278,-0.8043000102043152,2.875699996948242,0.031300000846385956,-0.8043000102043152,2.875699996948242,0.037700001150369644,-0.7946000099182129,2.830199956893921,0.038100000470876694,-0.8043000102043152,2.875699996948242,0.031300000846385956,-0.7946000099182129,2.830199956893921,0.038100000470876694,-0.7946000099182129,2.830199956893921,0.03180000185966492,-0.8105999827384949,2.9193999767303467,0.030899999663233757,-0.8105999827384949,2.9193999767303467,0.03739999979734421,-0.8043000102043152,2.875699996948242,0.037700001150369644,-0.8105999827384949,2.9193999767303467,0.030899999663233757,-0.8043000102043152,2.875699996948242,0.037700001150369644,-0.8043000102043152,2.875699996948242,0.031300000846385956,-0.8149999976158142,3.003999948501587,0.024700000882148743,-0.8149999976158142,3.003999948501587,0.030400000512599945,-0.8140000104904175,2.9619998931884766,0.030500000342726707,-0.8149999976158142,3.003999948501587,0.024700000882148743,-0.8140000104904175,2.9619998931884766,0.030500000342726707,-0.8140000104904175,2.9619998931884766,0.024800000712275505,-0.8149999976158142,3.003999948501587,0.030400000512599945,-0.8149999976158142,3.003999948501587,0.03709999844431877,-0.8140000104904175,2.9619998931884766,0.03709999844431877,-0.8149999976158142,3.003999948501587,0.030400000512599945,-0.8140000104904175,2.9619998931884766,0.03709999844431877,-0.8140000104904175,2.9619998931884766,0.030500000342726707,-0.8140000104904175,2.9619998931884766,0.024800000712275505,-0.8140000104904175,2.9619998931884766,0.030500000342726707,-0.8105999827384949,2.9193999767303467,0.030899999663233757,-0.8140000104904175,2.9619998931884766,0.024800000712275505,-0.8105999827384949,2.9193999767303467,0.030899999663233757,-0.8105999827384949,2.9193999767303467,0.025299999862909317,-0.8140000104904175,2.9619998931884766,0.030500000342726707,-0.8140000104904175,2.9619998931884766,0.03709999844431877,-0.8105999827384949,2.9193999767303467,0.03739999979734421,-0.8140000104904175,2.9619998931884766,0.030500000342726707,-0.8105999827384949,2.9193999767303467,0.03739999979734421,-0.8105999827384949,2.9193999767303467,0.030899999663233757,-0.8140000104904175,2.9619998931884766,0.04899999871850014,-0.8140000104904175,2.9619998931884766,0.04360000044107437,-0.8149999976158142,3.003999948501587,0.04360000044107437,-0.8140000104904175,2.9619998931884766,0.04899999871850014,-0.8149999976158142,3.003999948501587,0.04360000044107437,-0.8149999976158142,3.003999948501587,0.04899999871850014,-0.8105999827384949,2.9193999767303467,0.04899999871850014,-0.8105999827384949,2.9193999767303467,0.043800000101327896,-0.8140000104904175,2.9619998931884766,0.04360000044107437,-0.8105999827384949,2.9193999767303467,0.04899999871850014,-0.8140000104904175,2.9619998931884766,0.04360000044107437,-0.8140000104904175,2.9619998931884766,0.04899999871850014,-0.8140000104904175,2.9619998931884766,0.04360000044107437,-0.8140000104904175,2.9619998931884766,0.03709999844431877,-0.8149999976158142,3.003999948501587,0.03709999844431877,-0.8140000104904175,2.9619998931884766,0.04360000044107437,-0.8149999976158142,3.003999948501587,0.03709999844431877,-0.8149999976158142,3.003999948501587,0.04360000044107437,-0.8105999827384949,2.9193999767303467,0.043800000101327896,-0.8105999827384949,2.9193999767303467,0.03739999979734421,-0.8140000104904175,2.9619998931884766,0.03709999844431877,-0.8105999827384949,2.9193999767303467,0.043800000101327896,-0.8140000104904175,2.9619998931884766,0.03709999844431877,-0.8140000104904175,2.9619998931884766,0.04360000044107437,-0.7946000099182129,2.830199956893921,0.049300000071525574,-0.7946000099182129,2.830199956893921,0.04430000111460686,-0.8043000102043152,2.875699996948242,0.04399999976158142,-0.7946000099182129,2.830199956893921,0.049300000071525574,-0.8043000102043152,2.875699996948242,0.04399999976158142,-0.8043000102043152,2.875699996948242,0.04919999837875366,-0.7946000099182129,2.830199956893921,0.04430000111460686,-0.7946000099182129,2.830199956893921,0.038100000470876694,-0.8043000102043152,2.875699996948242,0.037700001150369644,-0.7946000099182129,2.830199956893921,0.04430000111460686,-0.8043000102043152,2.875699996948242,0.037700001150369644,-0.8043000102043152,2.875699996948242,0.04399999976158142,-0.8043000102043152,2.875699996948242,0.04919999837875366,-0.8043000102043152,2.875699996948242,0.04399999976158142,-0.8105999827384949,2.9193999767303467,0.043800000101327896,-0.8043000102043152,2.875699996948242,0.04919999837875366,-0.8105999827384949,2.9193999767303467,0.043800000101327896,-0.8105999827384949,2.9193999767303467,0.04899999871850014,-0.8043000102043152,2.875699996948242,0.04399999976158142,-0.8043000102043152,2.875699996948242,0.037700001150369644,-0.8105999827384949,2.9193999767303467,0.03739999979734421,-0.8043000102043152,2.875699996948242,0.04399999976158142,-0.8105999827384949,2.9193999767303467,0.03739999979734421,-0.8105999827384949,2.9193999767303467,0.043800000101327896,-0.8140000104904175,3.0459001064300537,0.024800000712275505,-0.8140000104904175,3.0459001064300537,0.030500000342726707,-0.8149999976158142,3.003999948501587,0.030400000512599945,-0.8140000104904175,3.0459001064300537,0.024800000712275505,-0.8149999976158142,3.003999948501587,0.030400000512599945,-0.8149999976158142,3.003999948501587,0.024700000882148743,-0.8105999827384949,3.0885000228881836,0.025299999862909317,-0.8105999827384949,3.0885000228881836,0.030899999663233757,-0.8140000104904175,3.0459001064300537,0.030500000342726707,-0.8105999827384949,3.0885000228881836,0.025299999862909317,-0.8140000104904175,3.0459001064300537,0.030500000342726707,-0.8140000104904175,3.0459001064300537,0.024800000712275505,-0.8140000104904175,3.0459001064300537,0.030500000342726707,-0.8140000104904175,3.0459001064300537,0.03709999844431877,-0.8149999976158142,3.003999948501587,0.03709999844431877,-0.8140000104904175,3.0459001064300537,0.030500000342726707,-0.8149999976158142,3.003999948501587,0.03709999844431877,-0.8149999976158142,3.003999948501587,0.030400000512599945,-0.8105999827384949,3.0885000228881836,0.030899999663233757,-0.8105999827384949,3.0885000228881836,0.03739999979734421,-0.8140000104904175,3.0459001064300537,0.03709999844431877,-0.8105999827384949,3.0885000228881836,0.030899999663233757,-0.8140000104904175,3.0459001064300537,0.03709999844431877,-0.8140000104904175,3.0459001064300537,0.030500000342726707,-0.7946000099182129,3.1777000427246094,0.026399999856948853,-0.7946000099182129,3.1777000427246094,0.03180000185966492,-0.8043000102043152,3.132200002670288,0.031300000846385956,-0.7946000099182129,3.1777000427246094,0.026399999856948853,-0.8043000102043152,3.132200002670288,0.031300000846385956,-0.8043000102043152,3.132200002670288,0.025800000876188278,-0.7946000099182129,3.1777000427246094,0.03180000185966492,-0.7946000099182129,3.1777000427246094,0.038100000470876694,-0.8043000102043152,3.132200002670288,0.037700001150369644,-0.7946000099182129,3.1777000427246094,0.03180000185966492,-0.8043000102043152,3.132200002670288,0.037700001150369644,-0.8043000102043152,3.132200002670288,0.031300000846385956,-0.8043000102043152,3.132200002670288,0.025800000876188278,-0.8043000102043152,3.132200002670288,0.031300000846385956,-0.8105999827384949,3.0885000228881836,0.030899999663233757,-0.8043000102043152,3.132200002670288,0.025800000876188278,-0.8105999827384949,3.0885000228881836,0.030899999663233757,-0.8105999827384949,3.0885000228881836,0.025299999862909317,-0.8043000102043152,3.132200002670288,0.031300000846385956,-0.8043000102043152,3.132200002670288,0.037700001150369644,-0.8105999827384949,3.0885000228881836,0.03739999979734421,-0.8043000102043152,3.132200002670288,0.031300000846385956,-0.8105999827384949,3.0885000228881836,0.03739999979734421,-0.8105999827384949,3.0885000228881836,0.030899999663233757,-0.8043000102043152,3.132200002670288,0.04919999837875366,-0.8043000102043152,3.132200002670288,0.04399999976158142,-0.7946000099182129,3.1777000427246094,0.04430000111460686,-0.8043000102043152,3.132200002670288,0.04919999837875366,-0.7946000099182129,3.1777000427246094,0.04430000111460686,-0.7946000099182129,3.1777000427246094,0.049300000071525574,-0.8105999827384949,3.0885000228881836,0.04899999871850014,-0.8105999827384949,3.0885000228881836,0.043800000101327896,-0.8043000102043152,3.132200002670288,0.04399999976158142,-0.8105999827384949,3.0885000228881836,0.04899999871850014,-0.8043000102043152,3.132200002670288,0.04399999976158142,-0.8043000102043152,3.132200002670288,0.04919999837875366,-0.8043000102043152,3.132200002670288,0.04399999976158142,-0.8043000102043152,3.132200002670288,0.037700001150369644,-0.7946000099182129,3.1777000427246094,0.038100000470876694,-0.8043000102043152,3.132200002670288,0.04399999976158142,-0.7946000099182129,3.1777000427246094,0.038100000470876694,-0.7946000099182129,3.1777000427246094,0.04430000111460686,-0.8105999827384949,3.0885000228881836,0.043800000101327896,-0.8105999827384949,3.0885000228881836,0.03739999979734421,-0.8043000102043152,3.132200002670288,0.037700001150369644,-0.8105999827384949,3.0885000228881836,0.043800000101327896,-0.8043000102043152,3.132200002670288,0.037700001150369644,-0.8043000102043152,3.132200002670288,0.04399999976158142,-0.8149999976158142,3.003999948501587,0.04899999871850014,-0.8149999976158142,3.003999948501587,0.04360000044107437,-0.8140000104904175,3.0459001064300537,0.04360000044107437,-0.8149999976158142,3.003999948501587,0.04899999871850014,-0.8140000104904175,3.0459001064300537,0.04360000044107437,-0.8140000104904175,3.0459001064300537,0.04899999871850014,-0.8149999976158142,3.003999948501587,0.04360000044107437,-0.8149999976158142,3.003999948501587,0.03709999844431877,-0.8140000104904175,3.0459001064300537,0.03709999844431877,-0.8149999976158142,3.003999948501587,0.04360000044107437,-0.8140000104904175,3.0459001064300537,0.03709999844431877,-0.8140000104904175,3.0459001064300537,0.04360000044107437,-0.8140000104904175,3.0459001064300537,0.04899999871850014,-0.8140000104904175,3.0459001064300537,0.04360000044107437,-0.8105999827384949,3.0885000228881836,0.043800000101327896,-0.8140000104904175,3.0459001064300537,0.04899999871850014,-0.8105999827384949,3.0885000228881836,0.043800000101327896,-0.8105999827384949,3.0885000228881836,0.04899999871850014,-0.8140000104904175,3.0459001064300537,0.04360000044107437,-0.8140000104904175,3.0459001064300537,0.03709999844431877,-0.8105999827384949,3.0885000228881836,0.03739999979734421,-0.8140000104904175,3.0459001064300537,0.04360000044107437,-0.8105999827384949,3.0885000228881836,0.03739999979734421,-0.8105999827384949,3.0885000228881836,0.043800000101327896,-0.7811999917030334,3.2255001068115234,0.02710000053048134,-0.7811999917030334,3.2255001068115234,0.03240000084042549,-0.7946000099182129,3.1777000427246094,0.03180000185966492,-0.7811999917030334,3.2255001068115234,0.02710000053048134,-0.7946000099182129,3.1777000427246094,0.03180000185966492,-0.7946000099182129,3.1777000427246094,0.026399999856948853,-0.7621999979019165,3.275599956512451,0.027799999341368675,-0.7621999979019165,3.275599956512451,0.032999999821186066,-0.7811999917030334,3.2255001068115234,0.03240000084042549,-0.7621999979019165,3.275599956512451,0.027799999341368675,-0.7811999917030334,3.2255001068115234,0.03240000084042549,-0.7811999917030334,3.2255001068115234,0.02710000053048134,-0.7811999917030334,3.2255001068115234,0.03240000084042549,-0.7811999917030334,3.2255001068115234,0.03849999979138374,-0.7946000099182129,3.1777000427246094,0.038100000470876694,-0.7811999917030334,3.2255001068115234,0.03240000084042549,-0.7946000099182129,3.1777000427246094,0.038100000470876694,-0.7946000099182129,3.1777000427246094,0.03180000185966492,-0.7621999979019165,3.275599956512451,0.032999999821186066,-0.7621999979019165,3.275599956512451,0.03889999911189079,-0.7811999917030334,3.2255001068115234,0.03849999979138374,-0.7621999979019165,3.275599956512451,0.032999999821186066,-0.7811999917030334,3.2255001068115234,0.03849999979138374,-0.7811999917030334,3.2255001068115234,0.03240000084042549,-0.7002000212669373,3.382499933242798,0.029400000348687172,-0.7002000212669373,3.382499933242798,0.034299999475479126,-0.7357000112533569,3.328000068664551,0.03359999880194664,-0.7002000212669373,3.382499933242798,0.029400000348687172,-0.7357000112533569,3.328000068664551,0.03359999880194664,-0.7357000112533569,3.328000068664551,0.028599999845027924,-0.7002000212669373,3.382499933242798,0.034299999475479126,-0.7002000212669373,3.3826000690460205,0.039900001138448715,-0.7357000112533569,3.328000068664551,0.039400000125169754,-0.7002000212669373,3.382499933242798,0.034299999475479126,-0.7357000112533569,3.328000068664551,0.039400000125169754,-0.7357000112533569,3.328000068664551,0.03359999880194664,-0.7357000112533569,3.328000068664551,0.028599999845027924,-0.7357000112533569,3.328000068664551,0.03359999880194664,-0.7621999979019165,3.275599956512451,0.032999999821186066,-0.7357000112533569,3.328000068664551,0.028599999845027924,-0.7621999979019165,3.275599956512451,0.032999999821186066,-0.7621999979019165,3.275599956512451,0.027799999341368675,-0.7357000112533569,3.328000068664551,0.03359999880194664,-0.7357000112533569,3.328000068664551,0.039400000125169754,-0.7621999979019165,3.275599956512451,0.03889999911189079,-0.7357000112533569,3.328000068664551,0.03359999880194664,-0.7621999979019165,3.275599956512451,0.03889999911189079,-0.7621999979019165,3.275599956512451,0.032999999821186066,-0.7357000112533569,3.328000068664551,0.049800001084804535,-0.7357000112533569,3.328000068664551,0.045099999755620956,-0.7001000046730042,3.3826000690460205,0.04540000110864639,-0.7357000112533569,3.328000068664551,0.049800001084804535,-0.7001000046730042,3.3826000690460205,0.04540000110864639,-0.7001000046730042,3.3826000690460205,0.05000000074505806,-0.7620999813079834,3.275700092315674,0.04960000142455101,-0.7621999979019165,3.275700092315674,0.04479999840259552,-0.7357000112533569,3.328000068664551,0.045099999755620956,-0.7620999813079834,3.275700092315674,0.04960000142455101,-0.7357000112533569,3.328000068664551,0.045099999755620956,-0.7357000112533569,3.328000068664551,0.049800001084804535,-0.7357000112533569,3.328000068664551,0.045099999755620956,-0.7357000112533569,3.328000068664551,0.039400000125169754,-0.7002000212669373,3.3826000690460205,0.039900001138448715,-0.7357000112533569,3.328000068664551,0.045099999755620956,-0.7002000212669373,3.3826000690460205,0.039900001138448715,-0.7001000046730042,3.3826000690460205,0.04540000110864639,-0.7621999979019165,3.275700092315674,0.04479999840259552,-0.7621999979019165,3.275599956512451,0.03889999911189079,-0.7357000112533569,3.328000068664551,0.039400000125169754,-0.7621999979019165,3.275700092315674,0.04479999840259552,-0.7357000112533569,3.328000068664551,0.039400000125169754,-0.7357000112533569,3.328000068664551,0.045099999755620956,-0.7946000099182129,3.1777000427246094,0.049300000071525574,-0.7946000099182129,3.1777000427246094,0.04430000111460686,-0.7811999917030334,3.2255001068115234,0.04450000077486038,-0.7946000099182129,3.1777000427246094,0.049300000071525574,-0.7811999917030334,3.2255001068115234,0.04450000077486038,-0.7811999917030334,3.2255001068115234,0.049400001764297485,-0.7946000099182129,3.1777000427246094,0.04430000111460686,-0.7946000099182129,3.1777000427246094,0.038100000470876694,-0.7811999917030334,3.2255001068115234,0.03849999979138374,-0.7946000099182129,3.1777000427246094,0.04430000111460686,-0.7811999917030334,3.2255001068115234,0.03849999979138374,-0.7811999917030334,3.2255001068115234,0.04450000077486038,-0.7811999917030334,3.2255001068115234,0.049400001764297485,-0.7811999917030334,3.2255001068115234,0.04450000077486038,-0.7621999979019165,3.275700092315674,0.04479999840259552,-0.7811999917030334,3.2255001068115234,0.049400001764297485,-0.7621999979019165,3.275700092315674,0.04479999840259552,-0.7620999813079834,3.275700092315674,0.04960000142455101,-0.7811999917030334,3.2255001068115234,0.04450000077486038,-0.7811999917030334,3.2255001068115234,0.03849999979138374,-0.7621999979019165,3.275599956512451,0.03889999911189079,-0.7811999917030334,3.2255001068115234,0.04450000077486038,-0.7621999979019165,3.275599956512451,0.03889999911189079,-0.7621999979019165,3.275700092315674,0.04479999840259552,-0.6535999774932861,3.439199924468994,0.030300000682473183,-0.6535999774932861,3.439199924468994,0.03500000014901161,-0.7002000212669373,3.382499933242798,0.034299999475479126,-0.6535999774932861,3.439199924468994,0.030300000682473183,-0.7002000212669373,3.382499933242798,0.034299999475479126,-0.7002000212669373,3.382499933242798,0.029400000348687172,-0.5800999999046326,3.493799924850464,0.031199999153614044,-0.5800999999046326,3.493799924850464,0.03579999879002571,-0.6535999774932861,3.439199924468994,0.03500000014901161,-0.5800999999046326,3.493799924850464,0.031199999153614044,-0.6535999774932861,3.439199924468994,0.03500000014901161,-0.6535999774932861,3.439199924468994,0.030300000682473183,-0.6535999774932861,3.439199924468994,0.03500000014901161,-0.6535999774932861,3.439199924468994,0.04050000011920929,-0.7002000212669373,3.3826000690460205,0.039900001138448715,-0.6535999774932861,3.439199924468994,0.03500000014901161,-0.7002000212669373,3.3826000690460205,0.039900001138448715,-0.7002000212669373,3.382499933242798,0.034299999475479126,-0.5800999999046326,3.493799924850464,0.03579999879002571,-0.5800999999046326,3.493799924850464,0.04100000113248825,-0.6535999774932861,3.439199924468994,0.04050000011920929,-0.5800999999046326,3.493799924850464,0.03579999879002571,-0.6535999774932861,3.439199924468994,0.04050000011920929,-0.6535999774932861,3.439199924468994,0.03500000014901161,-0.28839999437332153,3.5792999267578125,0.03269999846816063,-0.28839999437332153,3.5792999267578125,0.03700000047683716,-0.46369999647140503,3.5418999195098877,0.0364999994635582,-0.28839999437332153,3.5792999267578125,0.03269999846816063,-0.46369999647140503,3.5418999195098877,0.0364999994635582,-0.46369999647140503,3.5418999195098877,0.03200000151991844,-0.28839999437332153,3.5792999267578125,0.03700000047683716,-0.28839999437332153,3.5792999267578125,0.04190000146627426,-0.46369999647140503,3.5418999195098877,0.04149999842047691,-0.28839999437332153,3.5792999267578125,0.03700000047683716,-0.46369999647140503,3.5418999195098877,0.04149999842047691,-0.46369999647140503,3.5418999195098877,0.0364999994635582,-0.46369999647140503,3.5418999195098877,0.03200000151991844,-0.46369999647140503,3.5418999195098877,0.0364999994635582,-0.5800999999046326,3.493799924850464,0.03579999879002571,-0.46369999647140503,3.5418999195098877,0.03200000151991844,-0.5800999999046326,3.493799924850464,0.03579999879002571,-0.5800999999046326,3.493799924850464,0.031199999153614044,-0.46369999647140503,3.5418999195098877,0.0364999994635582,-0.46369999647140503,3.5418999195098877,0.04149999842047691,-0.5800999999046326,3.493799924850464,0.04100000113248825,-0.46369999647140503,3.5418999195098877,0.0364999994635582,-0.5800999999046326,3.493799924850464,0.04100000113248825,-0.5800999999046326,3.493799924850464,0.03579999879002571,-0.46369999647140503,3.5418999195098877,0.05050000175833702,-0.46369999647140503,3.5418999195098877,0.04650000110268593,-0.28839999437332153,3.5792999267578125,0.04670000076293945,-0.46369999647140503,3.5418999195098877,0.05050000175833702,-0.28839999437332153,3.5792999267578125,0.04670000076293945,-0.28839999437332153,3.5792999267578125,0.050700001418590546,-0.5800999999046326,3.493799924850464,0.05040000006556511,-0.5800999999046326,3.493799924850464,0.04619999974966049,-0.46369999647140503,3.5418999195098877,0.04650000110268593,-0.5800999999046326,3.493799924850464,0.05040000006556511,-0.46369999647140503,3.5418999195098877,0.04650000110268593,-0.46369999647140503,3.5418999195098877,0.05050000175833702,-0.46369999647140503,3.5418999195098877,0.04650000110268593,-0.46369999647140503,3.5418999195098877,0.04149999842047691,-0.28839999437332153,3.5792999267578125,0.04190000146627426,-0.46369999647140503,3.5418999195098877,0.04650000110268593,-0.28839999437332153,3.5792999267578125,0.04190000146627426,-0.28839999437332153,3.5792999267578125,0.04670000076293945,-0.5800999999046326,3.493799924850464,0.04619999974966049,-0.5800999999046326,3.493799924850464,0.04100000113248825,-0.46369999647140503,3.5418999195098877,0.04149999842047691,-0.5800999999046326,3.493799924850464,0.04619999974966049,-0.46369999647140503,3.5418999195098877,0.04149999842047691,-0.46369999647140503,3.5418999195098877,0.04650000110268593,-0.7001000046730042,3.3826000690460205,0.05000000074505806,-0.7001000046730042,3.3826000690460205,0.04540000110864639,-0.6535999774932861,3.439199924468994,0.04580000042915344,-0.7001000046730042,3.3826000690460205,0.05000000074505806,-0.6535999774932861,3.439199924468994,0.04580000042915344,-0.6535999774932861,3.439199924468994,0.050200000405311584,-0.7001000046730042,3.3826000690460205,0.04540000110864639,-0.7002000212669373,3.3826000690460205,0.039900001138448715,-0.6535999774932861,3.439199924468994,0.04050000011920929,-0.7001000046730042,3.3826000690460205,0.04540000110864639,-0.6535999774932861,3.439199924468994,0.04050000011920929,-0.6535999774932861,3.439199924468994,0.04580000042915344,-0.6535999774932861,3.439199924468994,0.050200000405311584,-0.6535999774932861,3.439199924468994,0.04580000042915344,-0.5800999999046326,3.493799924850464,0.04619999974966049,-0.6535999774932861,3.439199924468994,0.050200000405311584,-0.5800999999046326,3.493799924850464,0.04619999974966049,-0.5800999999046326,3.493799924850464,0.05040000006556511,-0.6535999774932861,3.439199924468994,0.04580000042915344,-0.6535999774932861,3.439199924468994,0.04050000011920929,-0.5800999999046326,3.493799924850464,0.04100000113248825,-0.6535999774932861,3.439199924468994,0.04580000042915344,-0.5800999999046326,3.493799924850464,0.04100000113248825,-0.5800999999046326,3.493799924850464,0.04619999974966049,-0.03819999843835831,3.6017000675201416,0.032999999821186066,-0.03819999843835831,3.6017000675201416,0.037300001829862595,-0.28839999437332153,3.5792999267578125,0.03700000047683716,-0.03819999843835831,3.6017000675201416,0.032999999821186066,-0.28839999437332153,3.5792999267578125,0.03700000047683716,-0.28839999437332153,3.5792999267578125,0.03269999846816063,0.26809999346733093,3.61299991607666,0.03319999948143959,0.26809999346733093,3.61299991607666,0.03750000149011612,-0.03819999843835831,3.6017000675201416,0.037300001829862595,0.26809999346733093,3.61299991607666,0.03319999948143959,-0.03819999843835831,3.6017000675201416,0.037300001829862595,-0.03819999843835831,3.6017000675201416,0.032999999821186066,-0.03819999843835831,3.6017000675201416,0.037300001829862595,-0.03819999843835831,3.6017000675201416,0.042100001126527786,-0.28839999437332153,3.5792999267578125,0.04190000146627426,-0.03819999843835831,3.6017000675201416,0.037300001829862595,-0.28839999437332153,3.5792999267578125,0.04190000146627426,-0.28839999437332153,3.5792999267578125,0.03700000047683716,0.26809999346733093,3.61299991607666,0.03750000149011612,0.26809999346733093,3.61299991607666,0.04230000078678131,-0.03819999843835831,3.6017000675201416,0.042100001126527786,0.26809999346733093,3.61299991607666,0.03750000149011612,-0.03819999843835831,3.6017000675201416,0.042100001126527786,-0.03819999843835831,3.6017000675201416,0.037300001829862595,0.974399983882904,3.6166999340057373,0.0333000011742115,0.974399983882904,3.6166999340057373,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.03750000149011612,0.974399983882904,3.6166999340057373,0.0333000011742115,0.6118999719619751,3.6166999340057373,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.0333000011742115,0.974399983882904,3.6166999340057373,0.03750000149011612,0.974399983882904,3.6166999340057373,0.04230000078678131,0.6118999719619751,3.6166999340057373,0.04230000078678131,0.974399983882904,3.6166999340057373,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.04230000078678131,0.6118999719619751,3.6166999340057373,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.0333000011742115,0.6118999719619751,3.6166999340057373,0.03750000149011612,0.26809999346733093,3.61299991607666,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.0333000011742115,0.26809999346733093,3.61299991607666,0.03750000149011612,0.26809999346733093,3.61299991607666,0.03319999948143959,0.6118999719619751,3.6166999340057373,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.04230000078678131,0.26809999346733093,3.61299991607666,0.04230000078678131,0.6118999719619751,3.6166999340057373,0.03750000149011612,0.26809999346733093,3.61299991607666,0.04230000078678131,0.26809999346733093,3.61299991607666,0.03750000149011612,0.6118999719619751,3.6166999340057373,0.05079999938607216,0.6118999719619751,3.6166999340057373,0.04699999839067459,0.974399983882904,3.6166999340057373,0.04699999839067459,0.6118999719619751,3.6166999340057373,0.05079999938607216,0.974399983882904,3.6166999340057373,0.04699999839067459,0.974399983882904,3.6166999340057373,0.05079999938607216,0.26820001006126404,3.61299991607666,0.05079999938607216,0.26820001006126404,3.61299991607666,0.04699999839067459,0.6118999719619751,3.6166999340057373,0.04699999839067459,0.26820001006126404,3.61299991607666,0.05079999938607216,0.6118999719619751,3.6166999340057373,0.04699999839067459,0.6118999719619751,3.6166999340057373,0.05079999938607216,0.6118999719619751,3.6166999340057373,0.04699999839067459,0.6118999719619751,3.6166999340057373,0.04230000078678131,0.974399983882904,3.6166999340057373,0.04230000078678131,0.6118999719619751,3.6166999340057373,0.04699999839067459,0.974399983882904,3.6166999340057373,0.04230000078678131,0.974399983882904,3.6166999340057373,0.04699999839067459,0.26820001006126404,3.61299991607666,0.04699999839067459,0.26809999346733093,3.61299991607666,0.04230000078678131,0.6118999719619751,3.6166999340057373,0.04230000078678131,0.26820001006126404,3.61299991607666,0.04699999839067459,0.6118999719619751,3.6166999340057373,0.04230000078678131,0.6118999719619751,3.6166999340057373,0.04699999839067459,-0.28839999437332153,3.5792999267578125,0.050700001418590546,-0.28839999437332153,3.5792999267578125,0.04670000076293945,-0.03819999843835831,3.6017000675201416,0.04690000042319298,-0.28839999437332153,3.5792999267578125,0.050700001418590546,-0.03819999843835831,3.6017000675201416,0.04690000042319298,-0.03819999843835831,3.6017000675201416,0.05079999938607216,-0.28839999437332153,3.5792999267578125,0.04670000076293945,-0.28839999437332153,3.5792999267578125,0.04190000146627426,-0.03819999843835831,3.6017000675201416,0.042100001126527786,-0.28839999437332153,3.5792999267578125,0.04670000076293945,-0.03819999843835831,3.6017000675201416,0.042100001126527786,-0.03819999843835831,3.6017000675201416,0.04690000042319298,-0.03819999843835831,3.6017000675201416,0.05079999938607216,-0.03819999843835831,3.6017000675201416,0.04690000042319298,0.26820001006126404,3.61299991607666,0.04699999839067459,-0.03819999843835831,3.6017000675201416,0.05079999938607216,0.26820001006126404,3.61299991607666,0.04699999839067459,0.26820001006126404,3.61299991607666,0.05079999938607216,-0.03819999843835831,3.6017000675201416,0.04690000042319298,-0.03819999843835831,3.6017000675201416,0.042100001126527786,0.26809999346733093,3.61299991607666,0.04230000078678131,-0.03819999843835831,3.6017000675201416,0.04690000042319298,0.26809999346733093,3.61299991607666,0.04230000078678131,0.26820001006126404,3.61299991607666,0.04699999839067459,1.336899995803833,3.6166999340057373,0.0333000011742115,1.336899995803833,3.6166999340057373,0.03750000149011612,0.974399983882904,3.6166999340057373,0.03750000149011612,1.336899995803833,3.6166999340057373,0.0333000011742115,0.974399983882904,3.6166999340057373,0.03750000149011612,0.974399983882904,3.6166999340057373,0.0333000011742115,1.6806999444961548,3.61299991607666,0.03319999948143959,1.6806999444961548,3.61299991607666,0.03750000149011612,1.336899995803833,3.6166999340057373,0.03750000149011612,1.6806999444961548,3.61299991607666,0.03319999948143959,1.336899995803833,3.6166999340057373,0.03750000149011612,1.336899995803833,3.6166999340057373,0.0333000011742115,1.336899995803833,3.6166999340057373,0.03750000149011612,1.336899995803833,3.6166999340057373,0.04230000078678131,0.974399983882904,3.6166999340057373,0.04230000078678131,1.336899995803833,3.6166999340057373,0.03750000149011612,0.974399983882904,3.6166999340057373,0.04230000078678131,0.974399983882904,3.6166999340057373,0.03750000149011612,1.6806999444961548,3.61299991607666,0.03750000149011612,1.6806999444961548,3.61299991607666,0.04230000078678131,1.336899995803833,3.6166999340057373,0.04230000078678131,1.6806999444961548,3.61299991607666,0.03750000149011612,1.336899995803833,3.6166999340057373,0.04230000078678131,1.336899995803833,3.6166999340057373,0.03750000149011612,2.237299919128418,3.5792999267578125,0.03269999846816063,2.237299919128418,3.5792999267578125,0.03700000047683716,1.9871000051498413,3.6017000675201416,0.037300001829862595,2.237299919128418,3.5792999267578125,0.03269999846816063,1.9871000051498413,3.6017000675201416,0.037300001829862595,1.9871000051498413,3.6017000675201416,0.032999999821186066,2.237299919128418,3.5792999267578125,0.03700000047683716,2.237299919128418,3.5792999267578125,0.04190000146627426,1.9871000051498413,3.6017000675201416,0.042100001126527786,2.237299919128418,3.5792999267578125,0.03700000047683716,1.9871000051498413,3.6017000675201416,0.042100001126527786,1.9871000051498413,3.6017000675201416,0.037300001829862595,1.9871000051498413,3.6017000675201416,0.032999999821186066,1.9871000051498413,3.6017000675201416,0.037300001829862595,1.6806999444961548,3.61299991607666,0.03750000149011612,1.9871000051498413,3.6017000675201416,0.032999999821186066,1.6806999444961548,3.61299991607666,0.03750000149011612,1.6806999444961548,3.61299991607666,0.03319999948143959,1.9871000051498413,3.6017000675201416,0.037300001829862595,1.9871000051498413,3.6017000675201416,0.042100001126527786,1.6806999444961548,3.61299991607666,0.04230000078678131,1.9871000051498413,3.6017000675201416,0.037300001829862595,1.6806999444961548,3.61299991607666,0.04230000078678131,1.6806999444961548,3.61299991607666,0.03750000149011612,1.9869999885559082,3.6017000675201416,0.05079999938607216,1.9869999885559082,3.6017000675201416,0.04690000042319298,2.237299919128418,3.5792999267578125,0.04670000076293945,1.9869999885559082,3.6017000675201416,0.05079999938607216,2.237299919128418,3.5792999267578125,0.04670000076293945,2.237299919128418,3.5792999267578125,0.050700001418590546,1.6806999444961548,3.61299991607666,0.05079999938607216,1.6806999444961548,3.61299991607666,0.04699999839067459,1.9869999885559082,3.6017000675201416,0.04690000042319298,1.6806999444961548,3.61299991607666,0.05079999938607216,1.9869999885559082,3.6017000675201416,0.04690000042319298,1.9869999885559082,3.6017000675201416,0.05079999938607216,1.9869999885559082,3.6017000675201416,0.04690000042319298,1.9871000051498413,3.6017000675201416,0.042100001126527786,2.237299919128418,3.5792999267578125,0.04190000146627426,1.9869999885559082,3.6017000675201416,0.04690000042319298,2.237299919128418,3.5792999267578125,0.04190000146627426,2.237299919128418,3.5792999267578125,0.04670000076293945,1.6806999444961548,3.61299991607666,0.04699999839067459,1.6806999444961548,3.61299991607666,0.04230000078678131,1.9871000051498413,3.6017000675201416,0.042100001126527786,1.6806999444961548,3.61299991607666,0.04699999839067459,1.9871000051498413,3.6017000675201416,0.042100001126527786,1.9869999885559082,3.6017000675201416,0.04690000042319298,0.974399983882904,3.6166999340057373,0.05079999938607216,0.974399983882904,3.6166999340057373,0.04699999839067459,1.336899995803833,3.6166999340057373,0.04699999839067459,0.974399983882904,3.6166999340057373,0.05079999938607216,1.336899995803833,3.6166999340057373,0.04699999839067459,1.336899995803833,3.6166999340057373,0.05079999938607216,0.974399983882904,3.6166999340057373,0.04699999839067459,0.974399983882904,3.6166999340057373,0.04230000078678131,1.336899995803833,3.6166999340057373,0.04230000078678131,0.974399983882904,3.6166999340057373,0.04699999839067459,1.336899995803833,3.6166999340057373,0.04230000078678131,1.336899995803833,3.6166999340057373,0.04699999839067459,1.336899995803833,3.6166999340057373,0.05079999938607216,1.336899995803833,3.6166999340057373,0.04699999839067459,1.6806999444961548,3.61299991607666,0.04699999839067459,1.336899995803833,3.6166999340057373,0.05079999938607216,1.6806999444961548,3.61299991607666,0.04699999839067459,1.6806999444961548,3.61299991607666,0.05079999938607216,1.336899995803833,3.6166999340057373,0.04699999839067459,1.336899995803833,3.6166999340057373,0.04230000078678131,1.6806999444961548,3.61299991607666,0.04230000078678131,1.336899995803833,3.6166999340057373,0.04699999839067459,1.6806999444961548,3.61299991607666,0.04230000078678131,1.6806999444961548,3.61299991607666,0.04699999839067459,2.412600040435791,3.5418999195098877,0.03200000151991844,2.412600040435791,3.5418999195098877,0.0364999994635582,2.237299919128418,3.5792999267578125,0.03700000047683716,2.412600040435791,3.5418999195098877,0.03200000151991844,2.237299919128418,3.5792999267578125,0.03700000047683716,2.237299919128418,3.5792999267578125,0.03269999846816063,2.5290000438690186,3.493799924850464,0.031199999153614044,2.5290000438690186,3.493799924850464,0.03579999879002571,2.412600040435791,3.5418999195098877,0.0364999994635582,2.5290000438690186,3.493799924850464,0.031199999153614044,2.412600040435791,3.5418999195098877,0.0364999994635582,2.412600040435791,3.5418999195098877,0.03200000151991844,2.412600040435791,3.5418999195098877,0.0364999994635582,2.4124999046325684,3.5418999195098877,0.04149999842047691,2.237299919128418,3.5792999267578125,0.04190000146627426,2.412600040435791,3.5418999195098877,0.0364999994635582,2.237299919128418,3.5792999267578125,0.04190000146627426,2.237299919128418,3.5792999267578125,0.03700000047683716,2.5290000438690186,3.493799924850464,0.03579999879002571,2.5290000438690186,3.493799924850464,0.04100000113248825,2.4124999046325684,3.5418999195098877,0.04149999842047691,2.5290000438690186,3.493799924850464,0.03579999879002571,2.4124999046325684,3.5418999195098877,0.04149999842047691,2.412600040435791,3.5418999195098877,0.0364999994635582,2.6489999294281006,3.382499933242798,0.029400000348687172,2.6489999294281006,3.382499933242798,0.034299999475479126,2.6024999618530273,3.439199924468994,0.03500000014901161,2.6489999294281006,3.382499933242798,0.029400000348687172,2.6024999618530273,3.439199924468994,0.03500000014901161,2.6024999618530273,3.439199924468994,0.030300000682473183,2.6489999294281006,3.382499933242798,0.034299999475479126,2.6489999294281006,3.3826000690460205,0.039900001138448715,2.6024999618530273,3.439199924468994,0.04050000011920929,2.6489999294281006,3.382499933242798,0.034299999475479126,2.6024999618530273,3.439199924468994,0.04050000011920929,2.6024999618530273,3.439199924468994,0.03500000014901161,2.6024999618530273,3.439199924468994,0.030300000682473183,2.6024999618530273,3.439199924468994,0.03500000014901161,2.5290000438690186,3.493799924850464,0.03579999879002571,2.6024999618530273,3.439199924468994,0.030300000682473183,2.5290000438690186,3.493799924850464,0.03579999879002571,2.5290000438690186,3.493799924850464,0.031199999153614044,2.6024999618530273,3.439199924468994,0.03500000014901161,2.6024999618530273,3.439199924468994,0.04050000011920929,2.5290000438690186,3.493799924850464,0.04100000113248825,2.6024999618530273,3.439199924468994,0.03500000014901161,2.5290000438690186,3.493799924850464,0.04100000113248825,2.5290000438690186,3.493799924850464,0.03579999879002571,2.6024999618530273,3.439199924468994,0.050200000405311584,2.6024999618530273,3.439199924468994,0.04580000042915344,2.6489999294281006,3.3826000690460205,0.04540000110864639,2.6024999618530273,3.439199924468994,0.050200000405311584,2.6489999294281006,3.3826000690460205,0.04540000110864639,2.6489999294281006,3.3826000690460205,0.05000000074505806,2.5290000438690186,3.493799924850464,0.05040000006556511,2.5290000438690186,3.493799924850464,0.04619999974966049,2.6024999618530273,3.439199924468994,0.04580000042915344,2.5290000438690186,3.493799924850464,0.05040000006556511,2.6024999618530273,3.439199924468994,0.04580000042915344,2.6024999618530273,3.439199924468994,0.050200000405311584,2.6024999618530273,3.439199924468994,0.04580000042915344,2.6024999618530273,3.439199924468994,0.04050000011920929,2.6489999294281006,3.3826000690460205,0.039900001138448715,2.6024999618530273,3.439199924468994,0.04580000042915344,2.6489999294281006,3.3826000690460205,0.039900001138448715,2.6489999294281006,3.3826000690460205,0.04540000110864639,2.5290000438690186,3.493799924850464,0.04619999974966049,2.5290000438690186,3.493799924850464,0.04100000113248825,2.6024999618530273,3.439199924468994,0.04050000011920929,2.5290000438690186,3.493799924850464,0.04619999974966049,2.6024999618530273,3.439199924468994,0.04050000011920929,2.6024999618530273,3.439199924468994,0.04580000042915344,2.237299919128418,3.5792999267578125,0.050700001418590546,2.237299919128418,3.5792999267578125,0.04670000076293945,2.4124999046325684,3.5418999195098877,0.04650000110268593,2.237299919128418,3.5792999267578125,0.050700001418590546,2.4124999046325684,3.5418999195098877,0.04650000110268593,2.4124999046325684,3.5418999195098877,0.05050000175833702,2.237299919128418,3.5792999267578125,0.04670000076293945,2.237299919128418,3.5792999267578125,0.04190000146627426,2.4124999046325684,3.5418999195098877,0.04149999842047691,2.237299919128418,3.5792999267578125,0.04670000076293945,2.4124999046325684,3.5418999195098877,0.04149999842047691,2.4124999046325684,3.5418999195098877,0.04650000110268593,2.4124999046325684,3.5418999195098877,0.05050000175833702,2.4124999046325684,3.5418999195098877,0.04650000110268593,2.5290000438690186,3.493799924850464,0.04619999974966049,2.4124999046325684,3.5418999195098877,0.05050000175833702,2.5290000438690186,3.493799924850464,0.04619999974966049,2.5290000438690186,3.493799924850464,0.05040000006556511,2.4124999046325684,3.5418999195098877,0.04650000110268593,2.4124999046325684,3.5418999195098877,0.04149999842047691,2.5290000438690186,3.493799924850464,0.04100000113248825,2.4124999046325684,3.5418999195098877,0.04650000110268593,2.5290000438690186,3.493799924850464,0.04100000113248825,2.5290000438690186,3.493799924850464,0.04619999974966049,2.6846001148223877,3.328000068664551,0.028599999845027924,2.6846001148223877,3.328000068664551,0.03359999880194664,2.6489999294281006,3.382499933242798,0.034299999475479126,2.6846001148223877,3.328000068664551,0.028599999845027924,2.6489999294281006,3.382499933242798,0.034299999475479126,2.6489999294281006,3.382499933242798,0.029400000348687172,2.7109999656677246,3.275599956512451,0.027799999341368675,2.7109999656677246,3.275599956512451,0.032999999821186066,2.6846001148223877,3.328000068664551,0.03359999880194664,2.7109999656677246,3.275599956512451,0.027799999341368675,2.6846001148223877,3.328000068664551,0.03359999880194664,2.6846001148223877,3.328000068664551,0.028599999845027924,2.6846001148223877,3.328000068664551,0.03359999880194664,2.6846001148223877,3.328000068664551,0.039400000125169754,2.6489999294281006,3.3826000690460205,0.039900001138448715,2.6846001148223877,3.328000068664551,0.03359999880194664,2.6489999294281006,3.3826000690460205,0.039900001138448715,2.6489999294281006,3.382499933242798,0.034299999475479126,2.7109999656677246,3.275599956512451,0.032999999821186066,2.7109999656677246,3.275599956512451,0.03889999911189079,2.6846001148223877,3.328000068664551,0.039400000125169754,2.7109999656677246,3.275599956512451,0.032999999821186066,2.6846001148223877,3.328000068664551,0.039400000125169754,2.6846001148223877,3.328000068664551,0.03359999880194664,2.743499994277954,3.1777000427246094,0.026399999856948853,2.743499994277954,3.1777000427246094,0.03180000185966492,2.73009991645813,3.2255001068115234,0.03240000084042549,2.743499994277954,3.1777000427246094,0.026399999856948853,2.73009991645813,3.2255001068115234,0.03240000084042549,2.73009991645813,3.2255001068115234,0.02710000053048134,2.743499994277954,3.1777000427246094,0.03180000185966492,2.743499994277954,3.1777000427246094,0.038100000470876694,2.73009991645813,3.2255001068115234,0.03849999979138374,2.743499994277954,3.1777000427246094,0.03180000185966492,2.73009991645813,3.2255001068115234,0.03849999979138374,2.73009991645813,3.2255001068115234,0.03240000084042549,2.73009991645813,3.2255001068115234,0.02710000053048134,2.73009991645813,3.2255001068115234,0.03240000084042549,2.7109999656677246,3.275599956512451,0.032999999821186066,2.73009991645813,3.2255001068115234,0.02710000053048134,2.7109999656677246,3.275599956512451,0.032999999821186066,2.7109999656677246,3.275599956512451,0.027799999341368675,2.73009991645813,3.2255001068115234,0.03240000084042549,2.73009991645813,3.2255001068115234,0.03849999979138374,2.7109999656677246,3.275599956512451,0.03889999911189079,2.73009991645813,3.2255001068115234,0.03240000084042549,2.7109999656677246,3.275599956512451,0.03889999911189079,2.7109999656677246,3.275599956512451,0.032999999821186066,2.7300000190734863,3.2255001068115234,0.049400001764297485,2.7300000190734863,3.2255001068115234,0.04450000077486038,2.743499994277954,3.1777000427246094,0.04430000111460686,2.7300000190734863,3.2255001068115234,0.049400001764297485,2.743499994277954,3.1777000427246094,0.04430000111460686,2.743499994277954,3.1777000427246094,0.049300000071525574,2.7109999656677246,3.275700092315674,0.04960000142455101,2.7109999656677246,3.275700092315674,0.04479999840259552,2.7300000190734863,3.2255001068115234,0.04450000077486038,2.7109999656677246,3.275700092315674,0.04960000142455101,2.7300000190734863,3.2255001068115234,0.04450000077486038,2.7300000190734863,3.2255001068115234,0.049400001764297485,2.7300000190734863,3.2255001068115234,0.04450000077486038,2.73009991645813,3.2255001068115234,0.03849999979138374,2.743499994277954,3.1777000427246094,0.038100000470876694,2.7300000190734863,3.2255001068115234,0.04450000077486038,2.743499994277954,3.1777000427246094,0.038100000470876694,2.743499994277954,3.1777000427246094,0.04430000111460686,2.7109999656677246,3.275700092315674,0.04479999840259552,2.7109999656677246,3.275599956512451,0.03889999911189079,2.73009991645813,3.2255001068115234,0.03849999979138374,2.7109999656677246,3.275700092315674,0.04479999840259552,2.73009991645813,3.2255001068115234,0.03849999979138374,2.7300000190734863,3.2255001068115234,0.04450000077486038,2.6489999294281006,3.3826000690460205,0.05000000074505806,2.6489999294281006,3.3826000690460205,0.04540000110864639,2.6846001148223877,3.328000068664551,0.045099999755620956,2.6489999294281006,3.3826000690460205,0.05000000074505806,2.6846001148223877,3.328000068664551,0.045099999755620956,2.6846001148223877,3.328000068664551,0.049800001084804535,2.6489999294281006,3.3826000690460205,0.04540000110864639,2.6489999294281006,3.3826000690460205,0.039900001138448715,2.6846001148223877,3.328000068664551,0.039400000125169754,2.6489999294281006,3.3826000690460205,0.04540000110864639,2.6846001148223877,3.328000068664551,0.039400000125169754,2.6846001148223877,3.328000068664551,0.045099999755620956,2.6846001148223877,3.328000068664551,0.049800001084804535,2.6846001148223877,3.328000068664551,0.045099999755620956,2.7109999656677246,3.275700092315674,0.04479999840259552,2.6846001148223877,3.328000068664551,0.049800001084804535,2.7109999656677246,3.275700092315674,0.04479999840259552,2.7109999656677246,3.275700092315674,0.04960000142455101,2.6846001148223877,3.328000068664551,0.045099999755620956,2.6846001148223877,3.328000068664551,0.039400000125169754,2.7109999656677246,3.275599956512451,0.03889999911189079,2.6846001148223877,3.328000068664551,0.045099999755620956,2.7109999656677246,3.275599956512451,0.03889999911189079,2.7109999656677246,3.275700092315674,0.04479999840259552,2.753200054168701,3.132200002670288,0.025800000876188278,2.753200054168701,3.132200002670288,0.031300000846385956,2.743499994277954,3.1777000427246094,0.03180000185966492,2.753200054168701,3.132200002670288,0.025800000876188278,2.743499994277954,3.1777000427246094,0.03180000185966492,2.743499994277954,3.1777000427246094,0.026399999856948853,2.759500026702881,3.0885000228881836,0.025299999862909317,2.759500026702881,3.0885000228881836,0.030899999663233757,2.753200054168701,3.132200002670288,0.031300000846385956,2.759500026702881,3.0885000228881836,0.025299999862909317,2.753200054168701,3.132200002670288,0.031300000846385956,2.753200054168701,3.132200002670288,0.025800000876188278,2.753200054168701,3.132200002670288,0.031300000846385956,2.753200054168701,3.132200002670288,0.037700001150369644,2.743499994277954,3.1777000427246094,0.038100000470876694,2.753200054168701,3.132200002670288,0.031300000846385956,2.743499994277954,3.1777000427246094,0.038100000470876694,2.743499994277954,3.1777000427246094,0.03180000185966492,2.759500026702881,3.0885000228881836,0.030899999663233757,2.759500026702881,3.0885000228881836,0.03739999979734421,2.753200054168701,3.132200002670288,0.037700001150369644,2.759500026702881,3.0885000228881836,0.030899999663233757,2.753200054168701,3.132200002670288,0.037700001150369644,2.753200054168701,3.132200002670288,0.031300000846385956,2.7639000415802,3.003999948501587,0.024700000882148743,2.7639000415802,3.003999948501587,0.030400000512599945,2.7629001140594482,3.0459001064300537,0.030500000342726707,2.7639000415802,3.003999948501587,0.024700000882148743,2.7629001140594482,3.0459001064300537,0.030500000342726707,2.7629001140594482,3.0459001064300537,0.024800000712275505,2.7639000415802,3.003999948501587,0.030400000512599945,2.7639000415802,3.003999948501587,0.03709999844431877,2.7629001140594482,3.0459001064300537,0.03709999844431877,2.7639000415802,3.003999948501587,0.030400000512599945,2.7629001140594482,3.0459001064300537,0.03709999844431877,2.7629001140594482,3.0459001064300537,0.030500000342726707,2.7629001140594482,3.0459001064300537,0.024800000712275505,2.7629001140594482,3.0459001064300537,0.030500000342726707,2.759500026702881,3.0885000228881836,0.030899999663233757,2.7629001140594482,3.0459001064300537,0.024800000712275505,2.759500026702881,3.0885000228881836,0.030899999663233757,2.759500026702881,3.0885000228881836,0.025299999862909317,2.7629001140594482,3.0459001064300537,0.030500000342726707,2.7629001140594482,3.0459001064300537,0.03709999844431877,2.759500026702881,3.0885000228881836,0.03739999979734421,2.7629001140594482,3.0459001064300537,0.030500000342726707,2.759500026702881,3.0885000228881836,0.03739999979734421,2.759500026702881,3.0885000228881836,0.030899999663233757,2.7629001140594482,3.0459001064300537,0.04899999871850014,2.7629001140594482,3.0459001064300537,0.04360000044107437,2.7639000415802,3.003999948501587,0.04360000044107437,2.7629001140594482,3.0459001064300537,0.04899999871850014,2.7639000415802,3.003999948501587,0.04360000044107437,2.7639000415802,3.003999948501587,0.04899999871850014,2.759500026702881,3.0885000228881836,0.04899999871850014,2.759500026702881,3.0885000228881836,0.043800000101327896,2.7629001140594482,3.0459001064300537,0.04360000044107437,2.759500026702881,3.0885000228881836,0.04899999871850014,2.7629001140594482,3.0459001064300537,0.04360000044107437,2.7629001140594482,3.0459001064300537,0.04899999871850014,2.7629001140594482,3.0459001064300537,0.04360000044107437,2.7629001140594482,3.0459001064300537,0.03709999844431877,2.7639000415802,3.003999948501587,0.03709999844431877,2.7629001140594482,3.0459001064300537,0.04360000044107437,2.7639000415802,3.003999948501587,0.03709999844431877,2.7639000415802,3.003999948501587,0.04360000044107437,2.759500026702881,3.0885000228881836,0.043800000101327896,2.759500026702881,3.0885000228881836,0.03739999979734421,2.7629001140594482,3.0459001064300537,0.03709999844431877,2.759500026702881,3.0885000228881836,0.043800000101327896,2.7629001140594482,3.0459001064300537,0.03709999844431877,2.7629001140594482,3.0459001064300537,0.04360000044107437,2.743499994277954,3.1777000427246094,0.049300000071525574,2.743499994277954,3.1777000427246094,0.04430000111460686,2.753200054168701,3.132200002670288,0.04399999976158142,2.743499994277954,3.1777000427246094,0.049300000071525574,2.753200054168701,3.132200002670288,0.04399999976158142,2.753200054168701,3.132200002670288,0.04919999837875366,2.743499994277954,3.1777000427246094,0.04430000111460686,2.743499994277954,3.1777000427246094,0.038100000470876694,2.753200054168701,3.132200002670288,0.037700001150369644,2.743499994277954,3.1777000427246094,0.04430000111460686,2.753200054168701,3.132200002670288,0.037700001150369644,2.753200054168701,3.132200002670288,0.04399999976158142,2.753200054168701,3.132200002670288,0.04919999837875366,2.753200054168701,3.132200002670288,0.04399999976158142,2.759500026702881,3.0885000228881836,0.043800000101327896,2.753200054168701,3.132200002670288,0.04919999837875366,2.759500026702881,3.0885000228881836,0.043800000101327896,2.759500026702881,3.0885000228881836,0.04899999871850014,2.753200054168701,3.132200002670288,0.04399999976158142,2.753200054168701,3.132200002670288,0.037700001150369644,2.759500026702881,3.0885000228881836,0.03739999979734421,2.753200054168701,3.132200002670288,0.04399999976158142,2.759500026702881,3.0885000228881836,0.03739999979734421,2.759500026702881,3.0885000228881836,0.043800000101327896,2.7629001140594482,2.9619998931884766,0.024800000712275505,2.7629001140594482,2.9619998931884766,0.030500000342726707,2.7639000415802,3.003999948501587,0.030400000512599945,2.7629001140594482,2.9619998931884766,0.024800000712275505,2.7639000415802,3.003999948501587,0.030400000512599945,2.7639000415802,3.003999948501587,0.024700000882148743,2.759500026702881,2.9193999767303467,0.025299999862909317,2.759500026702881,2.9193999767303467,0.030899999663233757,2.7629001140594482,2.9619998931884766,0.030500000342726707,2.759500026702881,2.9193999767303467,0.025299999862909317,2.7629001140594482,2.9619998931884766,0.030500000342726707,2.7629001140594482,2.9619998931884766,0.024800000712275505,2.7629001140594482,2.9619998931884766,0.030500000342726707,2.7629001140594482,2.9619998931884766,0.03709999844431877,2.7639000415802,3.003999948501587,0.03709999844431877,2.7629001140594482,2.9619998931884766,0.030500000342726707,2.7639000415802,3.003999948501587,0.03709999844431877,2.7639000415802,3.003999948501587,0.030400000512599945,2.759500026702881,2.9193999767303467,0.030899999663233757,2.759500026702881,2.9193999767303467,0.03739999979734421,2.7629001140594482,2.9619998931884766,0.03709999844431877,2.759500026702881,2.9193999767303467,0.030899999663233757,2.7629001140594482,2.9619998931884766,0.03709999844431877,2.7629001140594482,2.9619998931884766,0.030500000342726707,2.743499994277954,2.830199956893921,0.026399999856948853,2.743499994277954,2.830199956893921,0.03180000185966492,2.753200054168701,2.875699996948242,0.031300000846385956,2.743499994277954,2.830199956893921,0.026399999856948853,2.753200054168701,2.875699996948242,0.031300000846385956,2.753200054168701,2.875699996948242,0.025800000876188278,2.743499994277954,2.830199956893921,0.03180000185966492,2.743499994277954,2.830199956893921,0.038100000470876694,2.753200054168701,2.875699996948242,0.037700001150369644,2.743499994277954,2.830199956893921,0.03180000185966492,2.753200054168701,2.875699996948242,0.037700001150369644,2.753200054168701,2.875699996948242,0.031300000846385956,2.753200054168701,2.875699996948242,0.025800000876188278,2.753200054168701,2.875699996948242,0.031300000846385956,2.759500026702881,2.9193999767303467,0.030899999663233757,2.753200054168701,2.875699996948242,0.025800000876188278,2.759500026702881,2.9193999767303467,0.030899999663233757,2.759500026702881,2.9193999767303467,0.025299999862909317,2.753200054168701,2.875699996948242,0.031300000846385956,2.753200054168701,2.875699996948242,0.037700001150369644,2.759500026702881,2.9193999767303467,0.03739999979734421,2.753200054168701,2.875699996948242,0.031300000846385956,2.759500026702881,2.9193999767303467,0.03739999979734421,2.759500026702881,2.9193999767303467,0.030899999663233757,2.753200054168701,2.875699996948242,0.04919999837875366,2.753200054168701,2.875699996948242,0.04399999976158142,2.743499994277954,2.830199956893921,0.04430000111460686,2.753200054168701,2.875699996948242,0.04919999837875366,2.743499994277954,2.830199956893921,0.04430000111460686,2.743499994277954,2.830199956893921,0.049300000071525574,2.759500026702881,2.9193999767303467,0.04899999871850014,2.759500026702881,2.9193999767303467,0.043800000101327896,2.753200054168701,2.875699996948242,0.04399999976158142,2.759500026702881,2.9193999767303467,0.04899999871850014,2.753200054168701,2.875699996948242,0.04399999976158142,2.753200054168701,2.875699996948242,0.04919999837875366,2.753200054168701,2.875699996948242,0.04399999976158142,2.753200054168701,2.875699996948242,0.037700001150369644,2.743499994277954,2.830199956893921,0.038100000470876694,2.753200054168701,2.875699996948242,0.04399999976158142,2.743499994277954,2.830199956893921,0.038100000470876694,2.743499994277954,2.830199956893921,0.04430000111460686,2.759500026702881,2.9193999767303467,0.043800000101327896,2.759500026702881,2.9193999767303467,0.03739999979734421,2.753200054168701,2.875699996948242,0.037700001150369644,2.759500026702881,2.9193999767303467,0.043800000101327896,2.753200054168701,2.875699996948242,0.037700001150369644,2.753200054168701,2.875699996948242,0.04399999976158142,2.7639000415802,3.003999948501587,0.04899999871850014,2.7639000415802,3.003999948501587,0.04360000044107437,2.7629001140594482,2.9619998931884766,0.04360000044107437,2.7639000415802,3.003999948501587,0.04899999871850014,2.7629001140594482,2.9619998931884766,0.04360000044107437,2.7629001140594482,2.9619998931884766,0.04899999871850014,2.7639000415802,3.003999948501587,0.04360000044107437,2.7639000415802,3.003999948501587,0.03709999844431877,2.7629001140594482,2.9619998931884766,0.03709999844431877,2.7639000415802,3.003999948501587,0.04360000044107437,2.7629001140594482,2.9619998931884766,0.03709999844431877,2.7629001140594482,2.9619998931884766,0.04360000044107437,2.7629001140594482,2.9619998931884766,0.04899999871850014,2.7629001140594482,2.9619998931884766,0.04360000044107437,2.759500026702881,2.9193999767303467,0.043800000101327896,2.7629001140594482,2.9619998931884766,0.04899999871850014,2.759500026702881,2.9193999767303467,0.043800000101327896,2.759500026702881,2.9193999767303467,0.04899999871850014,2.7629001140594482,2.9619998931884766,0.04360000044107437,2.7629001140594482,2.9619998931884766,0.03709999844431877,2.759500026702881,2.9193999767303467,0.03739999979734421,2.7629001140594482,2.9619998931884766,0.04360000044107437,2.759500026702881,2.9193999767303467,0.03739999979734421,2.759500026702881,2.9193999767303467,0.043800000101327896,2.73009991645813,2.782399892807007,0.02710000053048134,2.73009991645813,2.782399892807007,0.03240000084042549,2.743499994277954,2.830199956893921,0.03180000185966492,2.73009991645813,2.782399892807007,0.02710000053048134,2.743499994277954,2.830199956893921,0.03180000185966492,2.743499994277954,2.830199956893921,0.026399999856948853,2.7109999656677246,2.732300043106079,0.027799999341368675,2.7109999656677246,2.732300043106079,0.032999999821186066,2.73009991645813,2.782399892807007,0.03240000084042549,2.7109999656677246,2.732300043106079,0.027799999341368675,2.73009991645813,2.782399892807007,0.03240000084042549,2.73009991645813,2.782399892807007,0.02710000053048134,2.73009991645813,2.782399892807007,0.03240000084042549,2.73009991645813,2.782399892807007,0.03849999979138374,2.743499994277954,2.830199956893921,0.038100000470876694,2.73009991645813,2.782399892807007,0.03240000084042549,2.743499994277954,2.830199956893921,0.038100000470876694,2.743499994277954,2.830199956893921,0.03180000185966492,2.7109999656677246,2.732300043106079,0.032999999821186066,2.7109999656677246,2.732300043106079,0.03889999911189079,2.73009991645813,2.782399892807007,0.03849999979138374,2.7109999656677246,2.732300043106079,0.032999999821186066,2.73009991645813,2.782399892807007,0.03849999979138374,2.73009991645813,2.782399892807007,0.03240000084042549,2.6489999294281006,2.6254000663757324,0.029400000348687172,2.6489999294281006,2.6254000663757324,0.034299999475479126,2.6846001148223877,2.6798999309539795,0.03359999880194664,2.6489999294281006,2.6254000663757324,0.029400000348687172,2.6846001148223877,2.6798999309539795,0.03359999880194664,2.6846001148223877,2.6798999309539795,0.028599999845027924,2.6489999294281006,2.6254000663757324,0.034299999475479126,2.6489999294281006,2.6252999305725098,0.039900001138448715,2.6846001148223877,2.6798999309539795,0.039400000125169754,2.6489999294281006,2.6254000663757324,0.034299999475479126,2.6846001148223877,2.6798999309539795,0.039400000125169754,2.6846001148223877,2.6798999309539795,0.03359999880194664,2.6846001148223877,2.6798999309539795,0.028599999845027924,2.6846001148223877,2.6798999309539795,0.03359999880194664,2.7109999656677246,2.732300043106079,0.032999999821186066,2.6846001148223877,2.6798999309539795,0.028599999845027924,2.7109999656677246,2.732300043106079,0.032999999821186066,2.7109999656677246,2.732300043106079,0.027799999341368675,2.6846001148223877,2.6798999309539795,0.03359999880194664,2.6846001148223877,2.6798999309539795,0.039400000125169754,2.7109999656677246,2.732300043106079,0.03889999911189079,2.6846001148223877,2.6798999309539795,0.03359999880194664,2.7109999656677246,2.732300043106079,0.03889999911189079,2.7109999656677246,2.732300043106079,0.032999999821186066,2.6846001148223877,2.6798999309539795,0.049800001084804535,2.6846001148223877,2.6798999309539795,0.045099999755620956,2.6489999294281006,2.6252999305725098,0.04540000110864639,2.6846001148223877,2.6798999309539795,0.049800001084804535,2.6489999294281006,2.6252999305725098,0.04540000110864639,2.6489999294281006,2.6252999305725098,0.05000000074505806,2.7109999656677246,2.7321999073028564,0.04960000142455101,2.7109999656677246,2.7321999073028564,0.04479999840259552,2.6846001148223877,2.6798999309539795,0.045099999755620956,2.7109999656677246,2.7321999073028564,0.04960000142455101,2.6846001148223877,2.6798999309539795,0.045099999755620956,2.6846001148223877,2.6798999309539795,0.049800001084804535,2.6846001148223877,2.6798999309539795,0.045099999755620956,2.6846001148223877,2.6798999309539795,0.039400000125169754,2.6489999294281006,2.6252999305725098,0.039900001138448715,2.6846001148223877,2.6798999309539795,0.045099999755620956,2.6489999294281006,2.6252999305725098,0.039900001138448715,2.6489999294281006,2.6252999305725098,0.04540000110864639,2.7109999656677246,2.7321999073028564,0.04479999840259552,2.7109999656677246,2.732300043106079,0.03889999911189079,2.6846001148223877,2.6798999309539795,0.039400000125169754,2.7109999656677246,2.7321999073028564,0.04479999840259552,2.6846001148223877,2.6798999309539795,0.039400000125169754,2.6846001148223877,2.6798999309539795,0.045099999755620956,2.743499994277954,2.830199956893921,0.049300000071525574,2.743499994277954,2.830199956893921,0.04430000111460686,2.7300000190734863,2.782399892807007,0.04450000077486038,2.743499994277954,2.830199956893921,0.049300000071525574,2.7300000190734863,2.782399892807007,0.04450000077486038,2.7300000190734863,2.782399892807007,0.049400001764297485,2.743499994277954,2.830199956893921,0.04430000111460686,2.743499994277954,2.830199956893921,0.038100000470876694,2.73009991645813,2.782399892807007,0.03849999979138374,2.743499994277954,2.830199956893921,0.04430000111460686,2.73009991645813,2.782399892807007,0.03849999979138374,2.7300000190734863,2.782399892807007,0.04450000077486038,2.7300000190734863,2.782399892807007,0.049400001764297485,2.7300000190734863,2.782399892807007,0.04450000077486038,2.7109999656677246,2.7321999073028564,0.04479999840259552,2.7300000190734863,2.782399892807007,0.049400001764297485,2.7109999656677246,2.7321999073028564,0.04479999840259552,2.7109999656677246,2.7321999073028564,0.04960000142455101,2.7300000190734863,2.782399892807007,0.04450000077486038,2.73009991645813,2.782399892807007,0.03849999979138374,2.7109999656677246,2.732300043106079,0.03889999911189079,2.7300000190734863,2.782399892807007,0.04450000077486038,2.7109999656677246,2.732300043106079,0.03889999911189079,2.7109999656677246,2.7321999073028564,0.04479999840259552,2.6024999618530273,2.568700075149536,0.030300000682473183,2.6024999618530273,2.568700075149536,0.03500000014901161,2.6489999294281006,2.6254000663757324,0.034299999475479126,2.6024999618530273,2.568700075149536,0.030300000682473183,2.6489999294281006,2.6254000663757324,0.034299999475479126,2.6489999294281006,2.6254000663757324,0.029400000348687172,2.5290000438690186,2.5141000747680664,0.031199999153614044,2.5290000438690186,2.5141000747680664,0.03579999879002571,2.6024999618530273,2.568700075149536,0.03500000014901161,2.5290000438690186,2.5141000747680664,0.031199999153614044,2.6024999618530273,2.568700075149536,0.03500000014901161,2.6024999618530273,2.568700075149536,0.030300000682473183,2.6024999618530273,2.568700075149536,0.03500000014901161,2.6024999618530273,2.568700075149536,0.04050000011920929,2.6489999294281006,2.6252999305725098,0.039900001138448715,2.6024999618530273,2.568700075149536,0.03500000014901161,2.6489999294281006,2.6252999305725098,0.039900001138448715,2.6489999294281006,2.6254000663757324,0.034299999475479126,2.5290000438690186,2.5141000747680664,0.03579999879002571,2.5290000438690186,2.5141000747680664,0.04100000113248825,2.6024999618530273,2.568700075149536,0.04050000011920929,2.5290000438690186,2.5141000747680664,0.03579999879002571,2.6024999618530273,2.568700075149536,0.04050000011920929,2.6024999618530273,2.568700075149536,0.03500000014901161,2.237299919128418,2.4286000728607178,0.03269999846816063,2.237299919128418,2.4286000728607178,0.03700000047683716,2.412600040435791,2.4660000801086426,0.0364999994635582,2.237299919128418,2.4286000728607178,0.03269999846816063,2.412600040435791,2.4660000801086426,0.0364999994635582,2.412600040435791,2.4660000801086426,0.03200000151991844,2.237299919128418,2.4286000728607178,0.03700000047683716,2.237299919128418,2.4286000728607178,0.04190000146627426,2.4124999046325684,2.4660000801086426,0.04149999842047691,2.237299919128418,2.4286000728607178,0.03700000047683716,2.4124999046325684,2.4660000801086426,0.04149999842047691,2.412600040435791,2.4660000801086426,0.0364999994635582,2.412600040435791,2.4660000801086426,0.03200000151991844,2.412600040435791,2.4660000801086426,0.0364999994635582,2.5290000438690186,2.5141000747680664,0.03579999879002571,2.412600040435791,2.4660000801086426,0.03200000151991844,2.5290000438690186,2.5141000747680664,0.03579999879002571,2.5290000438690186,2.5141000747680664,0.031199999153614044,2.412600040435791,2.4660000801086426,0.0364999994635582,2.4124999046325684,2.4660000801086426,0.04149999842047691,2.5290000438690186,2.5141000747680664,0.04100000113248825,2.412600040435791,2.4660000801086426,0.0364999994635582,2.5290000438690186,2.5141000747680664,0.04100000113248825,2.5290000438690186,2.5141000747680664,0.03579999879002571,2.4124999046325684,2.4660000801086426,0.05050000175833702,2.4124999046325684,2.4660000801086426,0.04650000110268593,2.237299919128418,2.4286000728607178,0.04670000076293945,2.4124999046325684,2.4660000801086426,0.05050000175833702,2.237299919128418,2.4286000728607178,0.04670000076293945,2.237299919128418,2.4286000728607178,0.050700001418590546,2.5290000438690186,2.5141000747680664,0.05040000006556511,2.5290000438690186,2.5141000747680664,0.04619999974966049,2.4124999046325684,2.4660000801086426,0.04650000110268593,2.5290000438690186,2.5141000747680664,0.05040000006556511,2.4124999046325684,2.4660000801086426,0.04650000110268593,2.4124999046325684,2.4660000801086426,0.05050000175833702,2.4124999046325684,2.4660000801086426,0.04650000110268593,2.4124999046325684,2.4660000801086426,0.04149999842047691,2.237299919128418,2.4286000728607178,0.04190000146627426,2.4124999046325684,2.4660000801086426,0.04650000110268593,2.237299919128418,2.4286000728607178,0.04190000146627426,2.237299919128418,2.4286000728607178,0.04670000076293945,2.5290000438690186,2.5141000747680664,0.04619999974966049,2.5290000438690186,2.5141000747680664,0.04100000113248825,2.4124999046325684,2.4660000801086426,0.04149999842047691,2.5290000438690186,2.5141000747680664,0.04619999974966049,2.4124999046325684,2.4660000801086426,0.04149999842047691,2.4124999046325684,2.4660000801086426,0.04650000110268593,2.6489999294281006,2.6252999305725098,0.05000000074505806,2.6489999294281006,2.6252999305725098,0.04540000110864639,2.6024999618530273,2.568700075149536,0.04580000042915344,2.6489999294281006,2.6252999305725098,0.05000000074505806,2.6024999618530273,2.568700075149536,0.04580000042915344,2.6024999618530273,2.568700075149536,0.050200000405311584,2.6489999294281006,2.6252999305725098,0.04540000110864639,2.6489999294281006,2.6252999305725098,0.039900001138448715,2.6024999618530273,2.568700075149536,0.04050000011920929,2.6489999294281006,2.6252999305725098,0.04540000110864639,2.6024999618530273,2.568700075149536,0.04050000011920929,2.6024999618530273,2.568700075149536,0.04580000042915344,2.6024999618530273,2.568700075149536,0.050200000405311584,2.6024999618530273,2.568700075149536,0.04580000042915344,2.5290000438690186,2.5141000747680664,0.04619999974966049,2.6024999618530273,2.568700075149536,0.050200000405311584,2.5290000438690186,2.5141000747680664,0.04619999974966049,2.5290000438690186,2.5141000747680664,0.05040000006556511,2.6024999618530273,2.568700075149536,0.04580000042915344,2.6024999618530273,2.568700075149536,0.04050000011920929,2.5290000438690186,2.5141000747680664,0.04100000113248825,2.6024999618530273,2.568700075149536,0.04580000042915344,2.5290000438690186,2.5141000747680664,0.04100000113248825,2.5290000438690186,2.5141000747680664,0.04619999974966049,1.9871000051498413,2.4061999320983887,0.032999999821186066,1.9871000051498413,2.4061999320983887,0.037300001829862595,2.237299919128418,2.4286000728607178,0.03700000047683716,1.9871000051498413,2.4061999320983887,0.032999999821186066,2.237299919128418,2.4286000728607178,0.03700000047683716,2.237299919128418,2.4286000728607178,0.03269999846816063,1.6806999444961548,2.3949999809265137,0.03319999948143959,1.6806999444961548,2.3949999809265137,0.03750000149011612,1.9871000051498413,2.4061999320983887,0.037300001829862595,1.6806999444961548,2.3949999809265137,0.03319999948143959,1.9871000051498413,2.4061999320983887,0.037300001829862595,1.9871000051498413,2.4061999320983887,0.032999999821186066,1.9871000051498413,2.4061999320983887,0.037300001829862595,1.9871000051498413,2.4061999320983887,0.042100001126527786,2.237299919128418,2.4286000728607178,0.04190000146627426,1.9871000051498413,2.4061999320983887,0.037300001829862595,2.237299919128418,2.4286000728607178,0.04190000146627426,2.237299919128418,2.4286000728607178,0.03700000047683716,1.6806999444961548,2.3949999809265137,0.03750000149011612,1.6806999444961548,2.3949999809265137,0.04230000078678131,1.9871000051498413,2.4061999320983887,0.042100001126527786,1.6806999444961548,2.3949999809265137,0.03750000149011612,1.9871000051498413,2.4061999320983887,0.042100001126527786,1.9871000051498413,2.4061999320983887,0.037300001829862595,0.974399983882904,2.391200065612793,0.0333000011742115,0.974399983882904,2.391200065612793,0.03750000149011612,1.336899995803833,2.391200065612793,0.03750000149011612,0.974399983882904,2.391200065612793,0.0333000011742115,1.336899995803833,2.391200065612793,0.03750000149011612,1.336899995803833,2.391200065612793,0.0333000011742115,0.974399983882904,2.391200065612793,0.03750000149011612,0.974399983882904,2.391200065612793,0.04230000078678131,1.336899995803833,2.391200065612793,0.04230000078678131,0.974399983882904,2.391200065612793,0.03750000149011612,1.336899995803833,2.391200065612793,0.04230000078678131,1.336899995803833,2.391200065612793,0.03750000149011612,1.336899995803833,2.391200065612793,0.0333000011742115,1.336899995803833,2.391200065612793,0.03750000149011612,1.6806999444961548,2.3949999809265137,0.03750000149011612,1.336899995803833,2.391200065612793,0.0333000011742115,1.6806999444961548,2.3949999809265137,0.03750000149011612,1.6806999444961548,2.3949999809265137,0.03319999948143959,1.336899995803833,2.391200065612793,0.03750000149011612,1.336899995803833,2.391200065612793,0.04230000078678131,1.6806999444961548,2.3949999809265137,0.04230000078678131,1.336899995803833,2.391200065612793,0.03750000149011612,1.6806999444961548,2.3949999809265137,0.04230000078678131,1.6806999444961548,2.3949999809265137,0.03750000149011612,1.336899995803833,2.391200065612793,0.05079999938607216,1.336899995803833,2.391200065612793,0.04699999839067459,0.974399983882904,2.391200065612793,0.04699999839067459,1.336899995803833,2.391200065612793,0.05079999938607216,0.974399983882904,2.391200065612793,0.04699999839067459,0.974399983882904,2.391200065612793,0.05079999938607216,1.6806999444961548,2.3949999809265137,0.05079999938607216,1.6806999444961548,2.3949999809265137,0.04699999839067459,1.336899995803833,2.391200065612793,0.04699999839067459,1.6806999444961548,2.3949999809265137,0.05079999938607216,1.336899995803833,2.391200065612793,0.04699999839067459,1.336899995803833,2.391200065612793,0.05079999938607216,1.336899995803833,2.391200065612793,0.04699999839067459,1.336899995803833,2.391200065612793,0.04230000078678131,0.974399983882904,2.391200065612793,0.04230000078678131,1.336899995803833,2.391200065612793,0.04699999839067459,0.974399983882904,2.391200065612793,0.04230000078678131,0.974399983882904,2.391200065612793,0.04699999839067459,1.6806999444961548,2.3949999809265137,0.04699999839067459,1.6806999444961548,2.3949999809265137,0.04230000078678131,1.336899995803833,2.391200065612793,0.04230000078678131,1.6806999444961548,2.3949999809265137,0.04699999839067459,1.336899995803833,2.391200065612793,0.04230000078678131,1.336899995803833,2.391200065612793,0.04699999839067459,2.237299919128418,2.4286000728607178,0.050700001418590546,2.237299919128418,2.4286000728607178,0.04670000076293945,1.9869999885559082,2.4061999320983887,0.04690000042319298,2.237299919128418,2.4286000728607178,0.050700001418590546,1.9869999885559082,2.4061999320983887,0.04690000042319298,1.9869999885559082,2.4061999320983887,0.05079999938607216,2.237299919128418,2.4286000728607178,0.04670000076293945,2.237299919128418,2.4286000728607178,0.04190000146627426,1.9871000051498413,2.4061999320983887,0.042100001126527786,2.237299919128418,2.4286000728607178,0.04670000076293945,1.9871000051498413,2.4061999320983887,0.042100001126527786,1.9869999885559082,2.4061999320983887,0.04690000042319298,1.9869999885559082,2.4061999320983887,0.05079999938607216,1.9869999885559082,2.4061999320983887,0.04690000042319298,1.6806999444961548,2.3949999809265137,0.04699999839067459,1.9869999885559082,2.4061999320983887,0.05079999938607216,1.6806999444961548,2.3949999809265137,0.04699999839067459,1.6806999444961548,2.3949999809265137,0.05079999938607216,1.9869999885559082,2.4061999320983887,0.04690000042319298,1.9871000051498413,2.4061999320983887,0.042100001126527786,1.6806999444961548,2.3949999809265137,0.04230000078678131,1.9869999885559082,2.4061999320983887,0.04690000042319298,1.6806999444961548,2.3949999809265137,0.04230000078678131,1.6806999444961548,2.3949999809265137,0.04699999839067459,0.6118999719619751,2.391200065612793,0.0333000011742115,0.6118999719619751,2.391200065612793,0.03750000149011612,0.974399983882904,2.391200065612793,0.03750000149011612,0.6118999719619751,2.391200065612793,0.0333000011742115,0.974399983882904,2.391200065612793,0.03750000149011612,0.974399983882904,2.391200065612793,0.0333000011742115,0.26809999346733093,2.3949999809265137,0.03319999948143959,0.26809999346733093,2.3949999809265137,0.03750000149011612,0.6118999719619751,2.391200065612793,0.03750000149011612,0.26809999346733093,2.3949999809265137,0.03319999948143959,0.6118999719619751,2.391200065612793,0.03750000149011612,0.6118999719619751,2.391200065612793,0.0333000011742115,0.6118999719619751,2.391200065612793,0.03750000149011612,0.6118999719619751,2.391200065612793,0.04230000078678131,0.974399983882904,2.391200065612793,0.04230000078678131,0.6118999719619751,2.391200065612793,0.03750000149011612,0.974399983882904,2.391200065612793,0.04230000078678131,0.974399983882904,2.391200065612793,0.03750000149011612,0.26809999346733093,2.3949999809265137,0.03750000149011612,0.26809999346733093,2.3949999809265137,0.04230000078678131,0.6118999719619751,2.391200065612793,0.04230000078678131,0.26809999346733093,2.3949999809265137,0.03750000149011612,0.6118999719619751,2.391200065612793,0.04230000078678131,0.6118999719619751,2.391200065612793,0.03750000149011612,-0.28839999437332153,2.4286000728607178,0.03269999846816063,-0.28839999437332153,2.4286000728607178,0.03700000047683716,-0.03819999843835831,2.4061999320983887,0.037300001829862595,-0.28839999437332153,2.4286000728607178,0.03269999846816063,-0.03819999843835831,2.4061999320983887,0.037300001829862595,-0.03819999843835831,2.4061999320983887,0.032999999821186066,-0.28839999437332153,2.4286000728607178,0.03700000047683716,-0.28839999437332153,2.4286000728607178,0.04190000146627426,-0.03819999843835831,2.4061999320983887,0.042100001126527786,-0.28839999437332153,2.4286000728607178,0.03700000047683716,-0.03819999843835831,2.4061999320983887,0.042100001126527786,-0.03819999843835831,2.4061999320983887,0.037300001829862595,-0.03819999843835831,2.4061999320983887,0.032999999821186066,-0.03819999843835831,2.4061999320983887,0.037300001829862595,0.26809999346733093,2.3949999809265137,0.03750000149011612,-0.03819999843835831,2.4061999320983887,0.032999999821186066,0.26809999346733093,2.3949999809265137,0.03750000149011612,0.26809999346733093,2.3949999809265137,0.03319999948143959,-0.03819999843835831,2.4061999320983887,0.037300001829862595,-0.03819999843835831,2.4061999320983887,0.042100001126527786,0.26809999346733093,2.3949999809265137,0.04230000078678131,-0.03819999843835831,2.4061999320983887,0.037300001829862595,0.26809999346733093,2.3949999809265137,0.04230000078678131,0.26809999346733093,2.3949999809265137,0.03750000149011612,-0.03819999843835831,2.4061999320983887,0.05079999938607216,-0.03819999843835831,2.4061999320983887,0.04690000042319298,-0.28839999437332153,2.4286000728607178,0.04670000076293945,-0.03819999843835831,2.4061999320983887,0.05079999938607216,-0.28839999437332153,2.4286000728607178,0.04670000076293945,-0.28839999437332153,2.4286000728607178,0.050700001418590546,0.26820001006126404,2.3949999809265137,0.05079999938607216,0.26820001006126404,2.3949999809265137,0.04699999839067459,-0.03819999843835831,2.4061999320983887,0.04690000042319298,0.26820001006126404,2.3949999809265137,0.05079999938607216,-0.03819999843835831,2.4061999320983887,0.04690000042319298,-0.03819999843835831,2.4061999320983887,0.05079999938607216,-0.03819999843835831,2.4061999320983887,0.04690000042319298,-0.03819999843835831,2.4061999320983887,0.042100001126527786,-0.28839999437332153,2.4286000728607178,0.04190000146627426,-0.03819999843835831,2.4061999320983887,0.04690000042319298,-0.28839999437332153,2.4286000728607178,0.04190000146627426,-0.28839999437332153,2.4286000728607178,0.04670000076293945,0.26820001006126404,2.3949999809265137,0.04699999839067459,0.26809999346733093,2.3949999809265137,0.04230000078678131,-0.03819999843835831,2.4061999320983887,0.042100001126527786,0.26820001006126404,2.3949999809265137,0.04699999839067459,-0.03819999843835831,2.4061999320983887,0.042100001126527786,-0.03819999843835831,2.4061999320983887,0.04690000042319298,0.974399983882904,2.391200065612793,0.05079999938607216,0.974399983882904,2.391200065612793,0.04699999839067459,0.6118999719619751,2.391200065612793,0.04699999839067459,0.974399983882904,2.391200065612793,0.05079999938607216,0.6118999719619751,2.391200065612793,0.04699999839067459,0.6118999719619751,2.391200065612793,0.05079999938607216,0.974399983882904,2.391200065612793,0.04699999839067459,0.974399983882904,2.391200065612793,0.04230000078678131,0.6118999719619751,2.391200065612793,0.04230000078678131,0.974399983882904,2.391200065612793,0.04699999839067459,0.6118999719619751,2.391200065612793,0.04230000078678131,0.6118999719619751,2.391200065612793,0.04699999839067459,0.6118999719619751,2.391200065612793,0.05079999938607216,0.6118999719619751,2.391200065612793,0.04699999839067459,0.26820001006126404,2.3949999809265137,0.04699999839067459,0.6118999719619751,2.391200065612793,0.05079999938607216,0.26820001006126404,2.3949999809265137,0.04699999839067459,0.26820001006126404,2.3949999809265137,0.05079999938607216,0.6118999719619751,2.391200065612793,0.04699999839067459,0.6118999719619751,2.391200065612793,0.04230000078678131,0.26809999346733093,2.3949999809265137,0.04230000078678131,0.6118999719619751,2.391200065612793,0.04699999839067459,0.26809999346733093,2.3949999809265137,0.04230000078678131,0.26820001006126404,2.3949999809265137,0.04699999839067459,-0.46369999647140503,2.4660000801086426,0.03200000151991844,-0.46369999647140503,2.4660000801086426,0.0364999994635582,-0.28839999437332153,2.4286000728607178,0.03700000047683716,-0.46369999647140503,2.4660000801086426,0.03200000151991844,-0.28839999437332153,2.4286000728607178,0.03700000047683716,-0.28839999437332153,2.4286000728607178,0.03269999846816063,-0.5800999999046326,2.5141000747680664,0.031199999153614044,-0.5800999999046326,2.5141000747680664,0.03579999879002571,-0.46369999647140503,2.4660000801086426,0.0364999994635582,-0.5800999999046326,2.5141000747680664,0.031199999153614044,-0.46369999647140503,2.4660000801086426,0.0364999994635582,-0.46369999647140503,2.4660000801086426,0.03200000151991844,-0.46369999647140503,2.4660000801086426,0.0364999994635582,-0.46369999647140503,2.4660000801086426,0.04149999842047691,-0.28839999437332153,2.4286000728607178,0.04190000146627426,-0.46369999647140503,2.4660000801086426,0.0364999994635582,-0.28839999437332153,2.4286000728607178,0.04190000146627426,-0.28839999437332153,2.4286000728607178,0.03700000047683716,-0.5800999999046326,2.5141000747680664,0.03579999879002571,-0.5800999999046326,2.5141000747680664,0.04100000113248825,-0.46369999647140503,2.4660000801086426,0.04149999842047691,-0.5800999999046326,2.5141000747680664,0.03579999879002571,-0.46369999647140503,2.4660000801086426,0.04149999842047691,-0.46369999647140503,2.4660000801086426,0.0364999994635582,-0.7002000212669373,2.6254000663757324,0.029400000348687172,-0.7002000212669373,2.6254000663757324,0.034299999475479126,-0.6535999774932861,2.568700075149536,0.03500000014901161,-0.7002000212669373,2.6254000663757324,0.029400000348687172,-0.6535999774932861,2.568700075149536,0.03500000014901161,-0.6535999774932861,2.568700075149536,0.030300000682473183,-0.7002000212669373,2.6254000663757324,0.034299999475479126,-0.7002000212669373,2.6252999305725098,0.039900001138448715,-0.6535999774932861,2.568700075149536,0.04050000011920929,-0.7002000212669373,2.6254000663757324,0.034299999475479126,-0.6535999774932861,2.568700075149536,0.04050000011920929,-0.6535999774932861,2.568700075149536,0.03500000014901161,-0.6535999774932861,2.568700075149536,0.030300000682473183,-0.6535999774932861,2.568700075149536,0.03500000014901161,-0.5800999999046326,2.5141000747680664,0.03579999879002571,-0.6535999774932861,2.568700075149536,0.030300000682473183,-0.5800999999046326,2.5141000747680664,0.03579999879002571,-0.5800999999046326,2.5141000747680664,0.031199999153614044,-0.6535999774932861,2.568700075149536,0.03500000014901161,-0.6535999774932861,2.568700075149536,0.04050000011920929,-0.5800999999046326,2.5141000747680664,0.04100000113248825,-0.6535999774932861,2.568700075149536,0.03500000014901161,-0.5800999999046326,2.5141000747680664,0.04100000113248825,-0.5800999999046326,2.5141000747680664,0.03579999879002571,-0.6535999774932861,2.568700075149536,0.050200000405311584,-0.6535999774932861,2.568700075149536,0.04580000042915344,-0.7001000046730042,2.6252999305725098,0.04540000110864639,-0.6535999774932861,2.568700075149536,0.050200000405311584,-0.7001000046730042,2.6252999305725098,0.04540000110864639,-0.7001000046730042,2.6252999305725098,0.05000000074505806,-0.5800999999046326,2.5141000747680664,0.05040000006556511,-0.5800999999046326,2.5141000747680664,0.04619999974966049,-0.6535999774932861,2.568700075149536,0.04580000042915344,-0.5800999999046326,2.5141000747680664,0.05040000006556511,-0.6535999774932861,2.568700075149536,0.04580000042915344,-0.6535999774932861,2.568700075149536,0.050200000405311584,-0.6535999774932861,2.568700075149536,0.04580000042915344,-0.6535999774932861,2.568700075149536,0.04050000011920929,-0.7002000212669373,2.6252999305725098,0.039900001138448715,-0.6535999774932861,2.568700075149536,0.04580000042915344,-0.7002000212669373,2.6252999305725098,0.039900001138448715,-0.7001000046730042,2.6252999305725098,0.04540000110864639,-0.5800999999046326,2.5141000747680664,0.04619999974966049,-0.5800999999046326,2.5141000747680664,0.04100000113248825,-0.6535999774932861,2.568700075149536,0.04050000011920929,-0.5800999999046326,2.5141000747680664,0.04619999974966049,-0.6535999774932861,2.568700075149536,0.04050000011920929,-0.6535999774932861,2.568700075149536,0.04580000042915344,-0.28839999437332153,2.4286000728607178,0.050700001418590546,-0.28839999437332153,2.4286000728607178,0.04670000076293945,-0.46369999647140503,2.4660000801086426,0.04650000110268593,-0.28839999437332153,2.4286000728607178,0.050700001418590546,-0.46369999647140503,2.4660000801086426,0.04650000110268593,-0.46369999647140503,2.4660000801086426,0.05050000175833702,-0.28839999437332153,2.4286000728607178,0.04670000076293945,-0.28839999437332153,2.4286000728607178,0.04190000146627426,-0.46369999647140503,2.4660000801086426,0.04149999842047691,-0.28839999437332153,2.4286000728607178,0.04670000076293945,-0.46369999647140503,2.4660000801086426,0.04149999842047691,-0.46369999647140503,2.4660000801086426,0.04650000110268593,-0.46369999647140503,2.4660000801086426,0.05050000175833702,-0.46369999647140503,2.4660000801086426,0.04650000110268593,-0.5800999999046326,2.5141000747680664,0.04619999974966049,-0.46369999647140503,2.4660000801086426,0.05050000175833702,-0.5800999999046326,2.5141000747680664,0.04619999974966049,-0.5800999999046326,2.5141000747680664,0.05040000006556511,-0.46369999647140503,2.4660000801086426,0.04650000110268593,-0.46369999647140503,2.4660000801086426,0.04149999842047691,-0.5800999999046326,2.5141000747680664,0.04100000113248825,-0.46369999647140503,2.4660000801086426,0.04650000110268593,-0.5800999999046326,2.5141000747680664,0.04100000113248825,-0.5800999999046326,2.5141000747680664,0.04619999974966049,-0.7343000173568726,2.6807000637054443,0.05460000038146973,-0.7328000068664551,2.68149995803833,0.05460000038146973,-0.6974999904632568,2.6273000240325928,0.05460000038146973,-0.7343000173568726,2.6807000637054443,0.05460000038146973,-0.6974999904632568,2.6273000240325928,0.05460000038146973,-0.6988000273704529,2.626300096511841,0.05460000038146973,-0.7605999708175659,2.7328999042510986,0.054499998688697815,-0.7591000199317932,2.733599901199341,0.05460000038146973,-0.7328000068664551,2.68149995803833,0.05460000038146973,-0.7605999708175659,2.7328999042510986,0.054499998688697815,-0.7328000068664551,2.68149995803833,0.05460000038146973,-0.7343000173568726,2.6807000637054443,0.05460000038146973,-0.6974999904632568,2.6273000240325928,0.05460000038146973,-0.7328000068664551,2.68149995803833,0.05460000038146973,-0.7092000246047974,2.6837000846862793,0.05460000038146973,-0.6974999904632568,2.6273000240325928,0.05460000038146973,-0.7092000246047974,2.6837000846862793,0.05460000038146973,-0.6740999817848206,2.630000114440918,0.05460000038146973,-0.7328000068664551,2.68149995803833,0.05460000038146973,-0.7591000199317932,2.733599901199341,0.05460000038146973,-0.7353000044822693,2.7351999282836914,0.05460000038146973,-0.7328000068664551,2.68149995803833,0.05460000038146973,-0.7353000044822693,2.7351999282836914,0.05460000038146973,-0.7092000246047974,2.6837000846862793,0.05460000038146973,-0.7929999828338623,2.8306000232696533,0.054499998688697815,-0.7914000153541565,2.8310000896453857,0.054499998688697815,-0.777999997138977,2.783400058746338,0.054499998688697815,-0.7929999828338623,2.8306000232696533,0.054499998688697815,-0.777999997138977,2.783400058746338,0.054499998688697815,-0.7796000242233276,2.782900094985962,0.054499998688697815,-0.777999997138977,2.783400058746338,0.054499998688697815,-0.7914000153541565,2.8310000896453857,0.054499998688697815,-0.7675999999046326,2.831899881362915,0.054499998688697815,-0.777999997138977,2.783400058746338,0.054499998688697815,-0.7675999999046326,2.831899881362915,0.054499998688697815,-0.7541999816894531,2.7846999168395996,0.054499998688697815,-0.7796000242233276,2.782900094985962,0.054499998688697815,-0.777999997138977,2.783400058746338,0.054499998688697815,-0.7591000199317932,2.733599901199341,0.05460000038146973,-0.7796000242233276,2.782900094985962,0.054499998688697815,-0.7591000199317932,2.733599901199341,0.05460000038146973,-0.7605999708175659,2.7328999042510986,0.054499998688697815,-0.7591000199317932,2.733599901199341,0.05460000038146973,-0.777999997138977,2.783400058746338,0.054499998688697815,-0.7541999816894531,2.7846999168395996,0.054499998688697815,-0.7591000199317932,2.733599901199341,0.05460000038146973,-0.7541999816894531,2.7846999168395996,0.054499998688697815,-0.7353000044822693,2.7351999282836914,0.05460000038146973,-0.5666000247001648,2.836400032043457,0.054499998688697815,-0.5529000163078308,2.791300058364868,0.054499998688697815,-0.6863999962806702,2.787100076675415,0.054499998688697815,-0.5666000247001648,2.836400032043457,0.054499998688697815,-0.6863999962806702,2.787100076675415,0.054499998688697815,-0.6998000144958496,2.8336000442504883,0.054499998688697815,-0.5529000163078308,2.791300058364868,0.054499998688697815,-0.5340999960899353,2.744499921798706,0.05460000038146973,-0.6675000190734863,2.738600015640259,0.05460000038146973,-0.5529000163078308,2.791300058364868,0.054499998688697815,-0.6675000190734863,2.738600015640259,0.05460000038146973,-0.6863999962806702,2.787100076675415,0.054499998688697815,-0.6998000144958496,2.8336000442504883,0.054499998688697815,-0.6863999962806702,2.787100076675415,0.054499998688697815,-0.7541999816894531,2.7846999168395996,0.054499998688697815,-0.6998000144958496,2.8336000442504883,0.054499998688697815,-0.7541999816894531,2.7846999168395996,0.054499998688697815,-0.7675999999046326,2.831899881362915,0.054499998688697815,-0.6863999962806702,2.787100076675415,0.054499998688697815,-0.6675000190734863,2.738600015640259,0.05460000038146973,-0.7353000044822693,2.7351999282836914,0.05460000038146973,-0.6863999962806702,2.787100076675415,0.054499998688697815,-0.7353000044822693,2.7351999282836914,0.05460000038146973,-0.7541999816894531,2.7846999168395996,0.054499998688697815,-0.5087000131607056,2.696199893951416,0.05460000038146973,-0.47519999742507935,2.6465001106262207,0.05460000038146973,-0.607200026512146,2.635999917984009,0.05460000038146973,-0.5087000131607056,2.696199893951416,0.05460000038146973,-0.607200026512146,2.635999917984009,0.05460000038146973,-0.641700029373169,2.688199996948242,0.05460000038146973,-0.641700029373169,2.688199996948242,0.05460000038146973,-0.607200026512146,2.635999917984009,0.05460000038146973,-0.6740999817848206,2.630000114440918,0.05460000038146973,-0.641700029373169,2.688199996948242,0.05460000038146973,-0.6740999817848206,2.630000114440918,0.05460000038146973,-0.7092000246047974,2.6837000846862793,0.05460000038146973,-0.5340999960899353,2.744499921798706,0.05460000038146973,-0.5087000131607056,2.696199893951416,0.05460000038146973,-0.641700029373169,2.688199996948242,0.05460000038146973,-0.5340999960899353,2.744499921798706,0.05460000038146973,-0.641700029373169,2.688199996948242,0.05460000038146973,-0.6675000190734863,2.738600015640259,0.05460000038146973,-0.6675000190734863,2.738600015640259,0.05460000038146973,-0.641700029373169,2.688199996948242,0.05460000038146973,-0.7092000246047974,2.6837000846862793,0.05460000038146973,-0.6675000190734863,2.738600015640259,0.05460000038146973,-0.7092000246047974,2.6837000846862793,0.05460000038146973,-0.7353000044822693,2.7351999282836914,0.05460000038146973,-0.8026999831199646,2.875999927520752,0.0544000007212162,-0.8009999990463257,2.876300096511841,0.054499998688697815,-0.7914000153541565,2.8310000896453857,0.054499998688697815,-0.8026999831199646,2.875999927520752,0.0544000007212162,-0.7914000153541565,2.8310000896453857,0.054499998688697815,-0.7929999828338623,2.8306000232696533,0.054499998688697815,-0.8090000152587891,2.919600009918213,0.0544000007212162,-0.8072999715805054,2.919800043106079,0.0544000007212162,-0.8009999990463257,2.876300096511841,0.054499998688697815,-0.8090000152587891,2.919600009918213,0.0544000007212162,-0.8009999990463257,2.876300096511841,0.054499998688697815,-0.8026999831199646,2.875999927520752,0.0544000007212162,-0.7914000153541565,2.8310000896453857,0.054499998688697815,-0.8009999990463257,2.876300096511841,0.054499998688697815,-0.7771999835968018,2.8768999576568604,0.054499998688697815,-0.7914000153541565,2.8310000896453857,0.054499998688697815,-0.7771999835968018,2.8768999576568604,0.054499998688697815,-0.7675999999046326,2.831899881362915,0.054499998688697815,-0.8009999990463257,2.876300096511841,0.054499998688697815,-0.8072999715805054,2.919800043106079,0.0544000007212162,-0.7835000157356262,2.9202001094818115,0.0544000007212162,-0.8009999990463257,2.876300096511841,0.054499998688697815,-0.7835000157356262,2.9202001094818115,0.0544000007212162,-0.7771999835968018,2.8768999576568604,0.054499998688697815,-0.8133999705314636,3.003999948501587,0.0544000007212162,-0.8116999864578247,3.003999948501587,0.0544000007212162,-0.810699999332428,2.9621999263763428,0.0544000007212162,-0.8133999705314636,3.003999948501587,0.0544000007212162,-0.810699999332428,2.9621999263763428,0.0544000007212162,-0.8123999834060669,2.962100028991699,0.0544000007212162,-0.810699999332428,2.9621999263763428,0.0544000007212162,-0.8116999864578247,3.003999948501587,0.0544000007212162,-0.7878999710083008,3.003999948501587,0.0544000007212162,-0.810699999332428,2.9621999263763428,0.0544000007212162,-0.7878999710083008,3.003999948501587,0.0544000007212162,-0.786899983882904,2.962399959564209,0.0544000007212162,-0.8123999834060669,2.962100028991699,0.0544000007212162,-0.810699999332428,2.9621999263763428,0.0544000007212162,-0.8072999715805054,2.919800043106079,0.0544000007212162,-0.8123999834060669,2.962100028991699,0.0544000007212162,-0.8072999715805054,2.919800043106079,0.0544000007212162,-0.8090000152587891,2.919600009918213,0.0544000007212162,-0.8072999715805054,2.919800043106079,0.0544000007212162,-0.810699999332428,2.9621999263763428,0.0544000007212162,-0.786899983882904,2.962399959564209,0.0544000007212162,-0.8072999715805054,2.919800043106079,0.0544000007212162,-0.786899983882904,2.962399959564209,0.0544000007212162,-0.7835000157356262,2.9202001094818115,0.0544000007212162,-0.588100016117096,3.004199981689453,0.0544000007212162,-0.5870000123977661,2.9632999897003174,0.0544000007212162,-0.7195000052452087,2.9626998901367188,0.0544000007212162,-0.588100016117096,3.004199981689453,0.0544000007212162,-0.7195000052452087,2.9626998901367188,0.0544000007212162,-0.7204999923706055,3.003999948501587,0.0544000007212162,-0.5870000123977661,2.9632999897003174,0.0544000007212162,-0.583299994468689,2.921999931335449,0.0544000007212162,-0.7160000205039978,2.9209001064300537,0.0544000007212162,-0.5870000123977661,2.9632999897003174,0.0544000007212162,-0.7160000205039978,2.9209001064300537,0.0544000007212162,-0.7195000052452087,2.9626998901367188,0.0544000007212162,-0.7204999923706055,3.003999948501587,0.0544000007212162,-0.7195000052452087,2.9626998901367188,0.0544000007212162,-0.786899983882904,2.962399959564209,0.0544000007212162,-0.7204999923706055,3.003999948501587,0.0544000007212162,-0.786899983882904,2.962399959564209,0.0544000007212162,-0.7878999710083008,3.003999948501587,0.0544000007212162,-0.7195000052452087,2.9626998901367188,0.0544000007212162,-0.7160000205039978,2.9209001064300537,0.0544000007212162,-0.7835000157356262,2.9202001094818115,0.0544000007212162,-0.7195000052452087,2.9626998901367188,0.0544000007212162,-0.7835000157356262,2.9202001094818115,0.0544000007212162,-0.786899983882904,2.962399959564209,0.0544000007212162,-0.5766000151634216,2.8798000812530518,0.054499998688697815,-0.5666000247001648,2.836400032043457,0.054499998688697815,-0.6998000144958496,2.8336000442504883,0.054499998688697815,-0.5766000151634216,2.8798000812530518,0.054499998688697815,-0.6998000144958496,2.8336000442504883,0.054499998688697815,-0.7095999717712402,2.878000020980835,0.054499998688697815,-0.7095999717712402,2.878000020980835,0.054499998688697815,-0.6998000144958496,2.8336000442504883,0.054499998688697815,-0.7675999999046326,2.831899881362915,0.054499998688697815,-0.7095999717712402,2.878000020980835,0.054499998688697815,-0.7675999999046326,2.831899881362915,0.054499998688697815,-0.7771999835968018,2.8768999576568604,0.054499998688697815,-0.583299994468689,2.921999931335449,0.0544000007212162,-0.5766000151634216,2.8798000812530518,0.054499998688697815,-0.7095999717712402,2.878000020980835,0.054499998688697815,-0.583299994468689,2.921999931335449,0.0544000007212162,-0.7095999717712402,2.878000020980835,0.054499998688697815,-0.7160000205039978,2.9209001064300537,0.0544000007212162,-0.7160000205039978,2.9209001064300537,0.0544000007212162,-0.7095999717712402,2.878000020980835,0.054499998688697815,-0.7771999835968018,2.8768999576568604,0.054499998688697815,-0.7160000205039978,2.9209001064300537,0.0544000007212162,-0.7771999835968018,2.8768999576568604,0.054499998688697815,-0.7835000157356262,2.9202001094818115,0.0544000007212162,-0.8123999834060669,3.045799970626831,0.0544000007212162,-0.810699999332428,3.0457000732421875,0.0544000007212162,-0.8116999864578247,3.003999948501587,0.0544000007212162,-0.8123999834060669,3.045799970626831,0.0544000007212162,-0.8116999864578247,3.003999948501587,0.0544000007212162,-0.8133999705314636,3.003999948501587,0.0544000007212162,-0.8090000152587891,3.0882999897003174,0.0544000007212162,-0.8072999715805054,3.088099956512451,0.0544000007212162,-0.810699999332428,3.0457000732421875,0.0544000007212162,-0.8090000152587891,3.0882999897003174,0.0544000007212162,-0.810699999332428,3.0457000732421875,0.0544000007212162,-0.8123999834060669,3.045799970626831,0.0544000007212162,-0.810699999332428,3.0457000732421875,0.0544000007212162,-0.786899983882904,3.045599937438965,0.0544000007212162,-0.7878999710083008,3.003999948501587,0.0544000007212162,-0.810699999332428,3.0457000732421875,0.0544000007212162,-0.7878999710083008,3.003999948501587,0.0544000007212162,-0.8116999864578247,3.003999948501587,0.0544000007212162,-0.8072999715805054,3.088099956512451,0.0544000007212162,-0.7835000157356262,3.0876998901367188,0.0544000007212162,-0.786899983882904,3.045599937438965,0.0544000007212162,-0.8072999715805054,3.088099956512451,0.0544000007212162,-0.786899983882904,3.045599937438965,0.0544000007212162,-0.810699999332428,3.0457000732421875,0.0544000007212162,-0.7929999828338623,3.177299976348877,0.054499998688697815,-0.7914000153541565,3.1768999099731445,0.054499998688697815,-0.8009999990463257,3.1315999031066895,0.054499998688697815,-0.7929999828338623,3.177299976348877,0.054499998688697815,-0.8009999990463257,3.1315999031066895,0.054499998688697815,-0.8026999831199646,3.1319000720977783,0.0544000007212162,-0.7914000153541565,3.1768999099731445,0.054499998688697815,-0.7675999999046326,3.1760001182556152,0.054499998688697815,-0.7771999835968018,3.1310999393463135,0.054499998688697815,-0.7914000153541565,3.1768999099731445,0.054499998688697815,-0.7771999835968018,3.1310999393463135,0.054499998688697815,-0.8009999990463257,3.1315999031066895,0.054499998688697815,-0.8026999831199646,3.1319000720977783,0.0544000007212162,-0.8009999990463257,3.1315999031066895,0.054499998688697815,-0.8072999715805054,3.088099956512451,0.0544000007212162,-0.8026999831199646,3.1319000720977783,0.0544000007212162,-0.8072999715805054,3.088099956512451,0.0544000007212162,-0.8090000152587891,3.0882999897003174,0.0544000007212162,-0.8009999990463257,3.1315999031066895,0.054499998688697815,-0.7771999835968018,3.1310999393463135,0.054499998688697815,-0.7835000157356262,3.0876998901367188,0.0544000007212162,-0.8009999990463257,3.1315999031066895,0.054499998688697815,-0.7835000157356262,3.0876998901367188,0.0544000007212162,-0.8072999715805054,3.088099956512451,0.0544000007212162,-0.5764999985694885,3.128499984741211,0.054499998688697815,-0.7095000147819519,3.130000114440918,0.054499998688697815,-0.6998000144958496,3.174499988555908,0.054499998688697815,-0.5764999985694885,3.128499984741211,0.054499998688697815,-0.6998000144958496,3.174499988555908,0.054499998688697815,-0.5663999915122986,3.1719000339508057,0.054499998688697815,-0.5831999778747559,3.0862998962402344,0.0544000007212162,-0.7160000205039978,3.0871999263763428,0.0544000007212162,-0.7095000147819519,3.130000114440918,0.054499998688697815,-0.5831999778747559,3.0862998962402344,0.0544000007212162,-0.7095000147819519,3.130000114440918,0.054499998688697815,-0.5764999985694885,3.128499984741211,0.054499998688697815,-0.7095000147819519,3.130000114440918,0.054499998688697815,-0.7771999835968018,3.1310999393463135,0.054499998688697815,-0.7675999999046326,3.1760001182556152,0.054499998688697815,-0.7095000147819519,3.130000114440918,0.054499998688697815,-0.7675999999046326,3.1760001182556152,0.054499998688697815,-0.6998000144958496,3.174499988555908,0.054499998688697815,-0.7160000205039978,3.0871999263763428,0.0544000007212162,-0.7835000157356262,3.0876998901367188,0.0544000007212162,-0.7771999835968018,3.1310999393463135,0.054499998688697815,-0.7160000205039978,3.0871999263763428,0.0544000007212162,-0.7771999835968018,3.1310999393463135,0.054499998688697815,-0.7095000147819519,3.130000114440918,0.054499998688697815,-0.588100016117096,3.004199981689453,0.0544000007212162,-0.7204999923706055,3.003999948501587,0.0544000007212162,-0.7195000052452087,3.0453999042510986,0.0544000007212162,-0.588100016117096,3.004199981689453,0.0544000007212162,-0.7195000052452087,3.0453999042510986,0.0544000007212162,-0.586899995803833,3.0450000762939453,0.0544000007212162,-0.7204999923706055,3.003999948501587,0.0544000007212162,-0.7878999710083008,3.003999948501587,0.0544000007212162,-0.786899983882904,3.045599937438965,0.0544000007212162,-0.7204999923706055,3.003999948501587,0.0544000007212162,-0.786899983882904,3.045599937438965,0.0544000007212162,-0.7195000052452087,3.0453999042510986,0.0544000007212162,-0.586899995803833,3.0450000762939453,0.0544000007212162,-0.7195000052452087,3.0453999042510986,0.0544000007212162,-0.7160000205039978,3.0871999263763428,0.0544000007212162,-0.586899995803833,3.0450000762939453,0.0544000007212162,-0.7160000205039978,3.0871999263763428,0.0544000007212162,-0.5831999778747559,3.0862998962402344,0.0544000007212162,-0.7195000052452087,3.0453999042510986,0.0544000007212162,-0.786899983882904,3.045599937438965,0.0544000007212162,-0.7835000157356262,3.0876998901367188,0.0544000007212162,-0.7195000052452087,3.0453999042510986,0.0544000007212162,-0.7835000157356262,3.0876998901367188,0.0544000007212162,-0.7160000205039978,3.0871999263763428,0.0544000007212162,-0.7796000242233276,3.2249999046325684,0.054499998688697815,-0.777999997138977,3.2244999408721924,0.054499998688697815,-0.7914000153541565,3.1768999099731445,0.054499998688697815,-0.7796000242233276,3.2249999046325684,0.054499998688697815,-0.7914000153541565,3.1768999099731445,0.054499998688697815,-0.7929999828338623,3.177299976348877,0.054499998688697815,-0.7605999708175659,3.2750000953674316,0.054499998688697815,-0.7591000199317932,3.2743000984191895,0.05460000038146973,-0.777999997138977,3.2244999408721924,0.054499998688697815,-0.7605999708175659,3.2750000953674316,0.054499998688697815,-0.777999997138977,3.2244999408721924,0.054499998688697815,-0.7796000242233276,3.2249999046325684,0.054499998688697815,-0.777999997138977,3.2244999408721924,0.054499998688697815,-0.7541999816894531,3.223299980163574,0.054499998688697815,-0.7675999999046326,3.1760001182556152,0.054499998688697815,-0.777999997138977,3.2244999408721924,0.054499998688697815,-0.7675999999046326,3.1760001182556152,0.054499998688697815,-0.7914000153541565,3.1768999099731445,0.054499998688697815,-0.7591000199317932,3.2743000984191895,0.05460000038146973,-0.7353000044822693,3.272700071334839,0.05460000038146973,-0.7541999816894531,3.223299980163574,0.054499998688697815,-0.7591000199317932,3.2743000984191895,0.05460000038146973,-0.7541999816894531,3.223299980163574,0.054499998688697815,-0.777999997138977,3.2244999408721924,0.054499998688697815,-0.6988000273704529,3.3815999031066895,0.05460000038146973,-0.6974999904632568,3.3805999755859375,0.05460000038146973,-0.7328000068664551,3.3264000415802,0.05460000038146973,-0.6988000273704529,3.3815999031066895,0.05460000038146973,-0.7328000068664551,3.3264000415802,0.05460000038146973,-0.7343000173568726,3.327199935913086,0.05460000038146973,-0.6974999904632568,3.3805999755859375,0.05460000038146973,-0.6740999817848206,3.3778998851776123,0.05460000038146973,-0.7092000246047974,3.3243000507354736,0.05460000038146973,-0.6974999904632568,3.3805999755859375,0.05460000038146973,-0.7092000246047974,3.3243000507354736,0.05460000038146973,-0.7328000068664551,3.3264000415802,0.05460000038146973,-0.7343000173568726,3.327199935913086,0.05460000038146973,-0.7328000068664551,3.3264000415802,0.05460000038146973,-0.7591000199317932,3.2743000984191895,0.05460000038146973,-0.7343000173568726,3.327199935913086,0.05460000038146973,-0.7591000199317932,3.2743000984191895,0.05460000038146973,-0.7605999708175659,3.2750000953674316,0.054499998688697815,-0.7328000068664551,3.3264000415802,0.05460000038146973,-0.7092000246047974,3.3243000507354736,0.05460000038146973,-0.7353000044822693,3.272700071334839,0.05460000038146973,-0.7328000068664551,3.3264000415802,0.05460000038146973,-0.7353000044822693,3.272700071334839,0.05460000038146973,-0.7591000199317932,3.2743000984191895,0.05460000038146973,-0.508400022983551,3.312000036239624,0.05460000038146973,-0.6416000127792358,3.3197999000549316,0.05460000038146973,-0.6069999933242798,3.371999979019165,0.05460000038146973,-0.508400022983551,3.312000036239624,0.05460000038146973,-0.6069999933242798,3.371999979019165,0.05460000038146973,-0.4749000072479248,3.3617000579833984,0.05460000038146973,-0.5338000059127808,3.263700008392334,0.05460000038146973,-0.6674000024795532,3.269399881362915,0.05460000038146973,-0.6416000127792358,3.3197999000549316,0.05460000038146973,-0.5338000059127808,3.263700008392334,0.05460000038146973,-0.6416000127792358,3.3197999000549316,0.05460000038146973,-0.508400022983551,3.312000036239624,0.05460000038146973,-0.6416000127792358,3.3197999000549316,0.05460000038146973,-0.7092000246047974,3.3243000507354736,0.05460000038146973,-0.6740999817848206,3.3778998851776123,0.05460000038146973,-0.6416000127792358,3.3197999000549316,0.05460000038146973,-0.6740999817848206,3.3778998851776123,0.05460000038146973,-0.6069999933242798,3.371999979019165,0.05460000038146973,-0.6674000024795532,3.269399881362915,0.05460000038146973,-0.7353000044822693,3.272700071334839,0.05460000038146973,-0.7092000246047974,3.3243000507354736,0.05460000038146973,-0.6674000024795532,3.269399881362915,0.05460000038146973,-0.7092000246047974,3.3243000507354736,0.05460000038146973,-0.6416000127792358,3.3197999000549316,0.05460000038146973,-0.5663999915122986,3.1719000339508057,0.054499998688697815,-0.6998000144958496,3.174499988555908,0.054499998688697815,-0.6862999796867371,3.220900058746338,0.054499998688697815,-0.5663999915122986,3.1719000339508057,0.054499998688697815,-0.6862999796867371,3.220900058746338,0.054499998688697815,-0.5526999831199646,3.2170000076293945,0.054499998688697815,-0.6998000144958496,3.174499988555908,0.054499998688697815,-0.7675999999046326,3.1760001182556152,0.054499998688697815,-0.7541999816894531,3.223299980163574,0.054499998688697815,-0.6998000144958496,3.174499988555908,0.054499998688697815,-0.7541999816894531,3.223299980163574,0.054499998688697815,-0.6862999796867371,3.220900058746338,0.054499998688697815,-0.5526999831199646,3.2170000076293945,0.054499998688697815,-0.6862999796867371,3.220900058746338,0.054499998688697815,-0.6674000024795532,3.269399881362915,0.05460000038146973,-0.5526999831199646,3.2170000076293945,0.054499998688697815,-0.6674000024795532,3.269399881362915,0.05460000038146973,-0.5338000059127808,3.263700008392334,0.05460000038146973,-0.6862999796867371,3.220900058746338,0.054499998688697815,-0.7541999816894531,3.223299980163574,0.054499998688697815,-0.7353000044822693,3.272700071334839,0.05460000038146973,-0.6862999796867371,3.220900058746338,0.054499998688697815,-0.7353000044822693,3.272700071334839,0.05460000038146973,-0.6674000024795532,3.269399881362915,0.05460000038146973,-0.652400016784668,3.4381000995635986,0.05460000038146973,-0.651199996471405,3.437000036239624,0.05460000038146973,-0.6974999904632568,3.3805999755859375,0.05460000038146973,-0.652400016784668,3.4381000995635986,0.05460000038146973,-0.6974999904632568,3.3805999755859375,0.05460000038146973,-0.6988000273704529,3.3815999031066895,0.05460000038146973,-0.5791000127792358,3.492500066757202,0.05469999834895134,-0.5781000256538391,3.4911999702453613,0.05469999834895134,-0.651199996471405,3.437000036239624,0.05460000038146973,-0.5791000127792358,3.492500066757202,0.05469999834895134,-0.651199996471405,3.437000036239624,0.05460000038146973,-0.652400016784668,3.4381000995635986,0.05460000038146973,-0.651199996471405,3.437000036239624,0.05460000038146973,-0.6281999945640564,3.4335999488830566,0.05460000038146973,-0.6740999817848206,3.3778998851776123,0.05460000038146973,-0.651199996471405,3.437000036239624,0.05460000038146973,-0.6740999817848206,3.3778998851776123,0.05460000038146973,-0.6974999904632568,3.3805999755859375,0.05460000038146973,-0.5781000256538391,3.4911999702453613,0.05469999834895134,-0.555899977684021,3.4870998859405518,0.05469999834895134,-0.6281999945640564,3.4335999488830566,0.05460000038146973,-0.5781000256538391,3.4911999702453613,0.05469999834895134,-0.6281999945640564,3.4335999488830566,0.05460000038146973,-0.651199996471405,3.437000036239624,0.05460000038146973,-0.28769999742507935,3.5778000354766846,0.05469999834895134,-0.2870999872684479,3.576200008392334,0.05480000004172325,-0.4620000123977661,3.5390000343322754,0.05469999834895134,-0.28769999742507935,3.5778000354766846,0.05469999834895134,-0.4620000123977661,3.5390000343322754,0.05469999834895134,-0.462799996137619,3.5404000282287598,0.05469999834895134,-0.2870999872684479,3.576200008392334,0.05480000004172325,-0.2687999904155731,3.5710999965667725,0.05480000004172325,-0.4413999915122986,3.5343000888824463,0.05469999834895134,-0.2870999872684479,3.576200008392334,0.05480000004172325,-0.4413999915122986,3.5343000888824463,0.05469999834895134,-0.4620000123977661,3.5390000343322754,0.05469999834895134,-0.462799996137619,3.5404000282287598,0.05469999834895134,-0.4620000123977661,3.5390000343322754,0.05469999834895134,-0.5781000256538391,3.4911999702453613,0.05469999834895134,-0.462799996137619,3.5404000282287598,0.05469999834895134,-0.5781000256538391,3.4911999702453613,0.05469999834895134,-0.5791000127792358,3.492500066757202,0.05469999834895134,-0.4620000123977661,3.5390000343322754,0.05469999834895134,-0.4413999915122986,3.5343000888824463,0.05469999834895134,-0.555899977684021,3.4870998859405518,0.05469999834895134,-0.4620000123977661,3.5390000343322754,0.05469999834895134,-0.555899977684021,3.4870998859405518,0.05469999834895134,-0.5781000256538391,3.4911999702453613,0.05469999834895134,-0.26330000162124634,3.504499912261963,0.05469999834895134,-0.3815999925136566,3.523699998855591,0.05469999834895134,-0.21580000221729279,3.559299945831299,0.05469999834895134,-0.26330000162124634,3.504499912261963,0.05469999834895134,-0.21580000221729279,3.559299945831299,0.05469999834895134,-0.11089999973773956,3.5380001068115234,0.05469999834895134,-0.36579999327659607,3.4614999294281006,0.05469999834895134,-0.4921000003814697,3.4779999256134033,0.05469999834895134,-0.3815999925136566,3.523699998855591,0.05469999834895134,-0.36579999327659607,3.4614999294281006,0.05469999834895134,-0.3815999925136566,3.523699998855591,0.05469999834895134,-0.26330000162124634,3.504499912261963,0.05469999834895134,-0.3815999925136566,3.523699998855591,0.05469999834895134,-0.4413999915122986,3.5343000888824463,0.05469999834895134,-0.2687999904155731,3.5710999965667725,0.05480000004172325,-0.3815999925136566,3.523699998855591,0.05469999834895134,-0.2687999904155731,3.5710999965667725,0.05480000004172325,-0.21580000221729279,3.559299945831299,0.05469999834895134,-0.4921000003814697,3.4779999256134033,0.05469999834895134,-0.555899977684021,3.4870998859405518,0.05469999834895134,-0.4413999915122986,3.5343000888824463,0.05469999834895134,-0.4921000003814697,3.4779999256134033,0.05469999834895134,-0.4413999915122986,3.5343000888824463,0.05469999834895134,-0.3815999925136566,3.523699998855591,0.05469999834895134,-0.4749000072479248,3.3617000579833984,0.05460000038146973,-0.6069999933242798,3.371999979019165,0.05460000038146973,-0.5622000098228455,3.426100015640259,0.05460000038146973,-0.4749000072479248,3.3617000579833984,0.05460000038146973,-0.5622000098228455,3.426100015640259,0.05460000038146973,-0.4318000078201294,3.4126999378204346,0.05460000038146973,-0.6069999933242798,3.371999979019165,0.05460000038146973,-0.6740999817848206,3.3778998851776123,0.05460000038146973,-0.6281999945640564,3.4335999488830566,0.05460000038146973,-0.6069999933242798,3.371999979019165,0.05460000038146973,-0.6281999945640564,3.4335999488830566,0.05460000038146973,-0.5622000098228455,3.426100015640259,0.05460000038146973,-0.4318000078201294,3.4126999378204346,0.05460000038146973,-0.5622000098228455,3.426100015640259,0.05460000038146973,-0.4921000003814697,3.4779999256134033,0.05469999834895134,-0.4318000078201294,3.4126999378204346,0.05460000038146973,-0.4921000003814697,3.4779999256134033,0.05469999834895134,-0.36579999327659607,3.4614999294281006,0.05469999834895134,-0.5622000098228455,3.426100015640259,0.05460000038146973,-0.6281999945640564,3.4335999488830566,0.05460000038146973,-0.555899977684021,3.4870998859405518,0.05469999834895134,-0.5622000098228455,3.426100015640259,0.05460000038146973,-0.555899977684021,3.4870998859405518,0.05469999834895134,-0.4921000003814697,3.4779999256134033,0.05469999834895134,-0.037700001150369644,3.600100040435791,0.05480000004172325,-0.03720000013709068,3.5985000133514404,0.05480000004172325,-0.2870999872684479,3.576200008392334,0.05480000004172325,-0.037700001150369644,3.600100040435791,0.05480000004172325,-0.2870999872684479,3.576200008392334,0.05480000004172325,-0.28769999742507935,3.5778000354766846,0.05469999834895134,0.2685000002384186,3.611299991607666,0.05480000004172325,0.2687999904155731,3.6096999645233154,0.05480000004172325,-0.03720000013709068,3.5985000133514404,0.05480000004172325,0.2685000002384186,3.611299991607666,0.05480000004172325,-0.03720000013709068,3.5985000133514404,0.05480000004172325,-0.037700001150369644,3.600100040435791,0.05480000004172325,-0.03720000013709068,3.5985000133514404,0.05480000004172325,-0.022600000724196434,3.593100070953369,0.05480000004172325,-0.2687999904155731,3.5710999965667725,0.05480000004172325,-0.03720000013709068,3.5985000133514404,0.05480000004172325,-0.2687999904155731,3.5710999965667725,0.05480000004172325,-0.2870999872684479,3.576200008392334,0.05480000004172325,0.2687999904155731,3.6096999645233154,0.05480000004172325,0.27900001406669617,3.6041998863220215,0.05480000004172325,-0.022600000724196434,3.593100070953369,0.05480000004172325,0.2687999904155731,3.6096999645233154,0.05480000004172325,-0.022600000724196434,3.593100070953369,0.05480000004172325,-0.03720000013709068,3.5985000133514404,0.05480000004172325,0.974399983882904,3.6150999069213867,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,0.6122999787330627,3.6133999824523926,0.05480000004172325,0.974399983882904,3.6150999069213867,0.05480000004172325,0.6122999787330627,3.6133999824523926,0.05480000004172325,0.6121000051498413,3.6150999069213867,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,0.9745000004768372,3.6080000400543213,0.05480000004172325,0.6175000071525574,3.6080000400543213,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,0.6175000071525574,3.6080000400543213,0.05480000004172325,0.6122999787330627,3.6133999824523926,0.05480000004172325,0.6121000051498413,3.6150999069213867,0.05480000004172325,0.6122999787330627,3.6133999824523926,0.05480000004172325,0.2687999904155731,3.6096999645233154,0.05480000004172325,0.6121000051498413,3.6150999069213867,0.05480000004172325,0.2687999904155731,3.6096999645233154,0.05480000004172325,0.2685000002384186,3.611299991607666,0.05480000004172325,0.6122999787330627,3.6133999824523926,0.05480000004172325,0.6175000071525574,3.6080000400543213,0.05480000004172325,0.27900001406669617,3.6041998863220215,0.05480000004172325,0.6122999787330627,3.6133999824523926,0.05480000004172325,0.27900001406669617,3.6041998863220215,0.05480000004172325,0.2687999904155731,3.6096999645233154,0.05480000004172325,0.6636000275611877,3.5732998847961426,0.05469999834895134,0.6330000162124634,3.5957000255584717,0.05480000004172325,0.9745000004768372,3.5957000255584717,0.05480000004172325,0.6636000275611877,3.5732998847961426,0.05469999834895134,0.9745000004768372,3.5957000255584717,0.05480000004172325,0.9746000170707703,3.5736000537872314,0.05469999834895134,0.3684999942779541,3.5694000720977783,0.05469999834895134,0.3089999854564667,3.5917999744415283,0.05480000004172325,0.6330000162124634,3.5957000255584717,0.05480000004172325,0.3684999942779541,3.5694000720977783,0.05469999834895134,0.6330000162124634,3.5957000255584717,0.05480000004172325,0.6636000275611877,3.5732998847961426,0.05469999834895134,0.6330000162124634,3.5957000255584717,0.05480000004172325,0.6175000071525574,3.6080000400543213,0.05480000004172325,0.9745000004768372,3.6080000400543213,0.05480000004172325,0.6330000162124634,3.5957000255584717,0.05480000004172325,0.9745000004768372,3.6080000400543213,0.05480000004172325,0.9745000004768372,3.5957000255584717,0.05480000004172325,0.3089999854564667,3.5917999744415283,0.05480000004172325,0.27900001406669617,3.6041998863220215,0.05480000004172325,0.6175000071525574,3.6080000400543213,0.05480000004172325,0.3089999854564667,3.5917999744415283,0.05480000004172325,0.6175000071525574,3.6080000400543213,0.05480000004172325,0.6330000162124634,3.5957000255584717,0.05480000004172325,-0.11089999973773956,3.5380001068115234,0.05469999834895134,-0.21580000221729279,3.559299945831299,0.05469999834895134,0.02019999921321869,3.580899953842163,0.05480000004172325,-0.11089999973773956,3.5380001068115234,0.05469999834895134,0.02019999921321869,3.580899953842163,0.05480000004172325,0.10499999672174454,3.5585999488830566,0.05469999834895134,-0.21580000221729279,3.559299945831299,0.05469999834895134,-0.2687999904155731,3.5710999965667725,0.05480000004172325,-0.022600000724196434,3.593100070953369,0.05480000004172325,-0.21580000221729279,3.559299945831299,0.05469999834895134,-0.022600000724196434,3.593100070953369,0.05480000004172325,0.02019999921321869,3.580899953842163,0.05480000004172325,0.10499999672174454,3.5585999488830566,0.05469999834895134,0.02019999921321869,3.580899953842163,0.05480000004172325,0.3089999854564667,3.5917999744415283,0.05480000004172325,0.10499999672174454,3.5585999488830566,0.05469999834895134,0.3089999854564667,3.5917999744415283,0.05480000004172325,0.3684999942779541,3.5694000720977783,0.05469999834895134,0.02019999921321869,3.580899953842163,0.05480000004172325,-0.022600000724196434,3.593100070953369,0.05480000004172325,0.27900001406669617,3.6041998863220215,0.05480000004172325,0.02019999921321869,3.580899953842163,0.05480000004172325,0.27900001406669617,3.6041998863220215,0.05480000004172325,0.3089999854564667,3.5917999744415283,0.05480000004172325,1.3367999792099,3.6150999069213867,0.05480000004172325,1.3365999460220337,3.6133999824523926,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,1.3367999792099,3.6150999069213867,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,0.974399983882904,3.6150999069213867,0.05480000004172325,1.680400013923645,3.611299991607666,0.05480000004172325,1.6800999641418457,3.6096999645233154,0.05480000004172325,1.3365999460220337,3.6133999824523926,0.05480000004172325,1.680400013923645,3.611299991607666,0.05480000004172325,1.3365999460220337,3.6133999824523926,0.05480000004172325,1.3367999792099,3.6150999069213867,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,1.3365999460220337,3.6133999824523926,0.05480000004172325,1.3314000368118286,3.6080000400543213,0.05480000004172325,0.974399983882904,3.6133999824523926,0.05480000004172325,1.3314000368118286,3.6080000400543213,0.05480000004172325,0.9745000004768372,3.6080000400543213,0.05480000004172325,1.3365999460220337,3.6133999824523926,0.05480000004172325,1.6800999641418457,3.6096999645233154,0.05480000004172325,1.6698999404907227,3.6041998863220215,0.05480000004172325,1.3365999460220337,3.6133999824523926,0.05480000004172325,1.6698999404907227,3.6041998863220215,0.05480000004172325,1.3314000368118286,3.6080000400543213,0.05480000004172325,2.236599922180176,3.5778000354766846,0.05469999834895134,2.2358999252319336,3.576200008392334,0.05480000004172325,1.9860999584197998,3.5985000133514404,0.05480000004172325,2.236599922180176,3.5778000354766846,0.05469999834895134,1.9860999584197998,3.5985000133514404,0.05480000004172325,1.9866000413894653,3.600100040435791,0.05480000004172325,1.9860999584197998,3.5985000133514404,0.05480000004172325,2.2358999252319336,3.576200008392334,0.05480000004172325,2.2177000045776367,3.571000099182129,0.05480000004172325,1.9860999584197998,3.5985000133514404,0.05480000004172325,2.2177000045776367,3.571000099182129,0.05480000004172325,1.971500039100647,3.593100070953369,0.05480000004172325,1.9866000413894653,3.600100040435791,0.05480000004172325,1.9860999584197998,3.5985000133514404,0.05480000004172325,1.6800999641418457,3.6096999645233154,0.05480000004172325,1.9866000413894653,3.600100040435791,0.05480000004172325,1.6800999641418457,3.6096999645233154,0.05480000004172325,1.680400013923645,3.611299991607666,0.05480000004172325,1.6800999641418457,3.6096999645233154,0.05480000004172325,1.9860999584197998,3.5985000133514404,0.05480000004172325,1.971500039100647,3.593100070953369,0.05480000004172325,1.6800999641418457,3.6096999645233154,0.05480000004172325,1.971500039100647,3.593100070953369,0.05480000004172325,1.6698999404907227,3.6041998863220215,0.05480000004172325,2.0601000785827637,3.537899971008301,0.05469999834895134,1.8442000150680542,3.558500051498413,0.05469999834895134,1.9287999868392944,3.5808000564575195,0.05480000004172325,2.0601000785827637,3.537899971008301,0.05469999834895134,1.9287999868392944,3.5808000564575195,0.05480000004172325,2.164900064468384,3.5592000484466553,0.05469999834895134,1.8442000150680542,3.558500051498413,0.05469999834895134,1.5808000564575195,3.5692999362945557,0.05469999834895134,1.6399999856948853,3.5917999744415283,0.05480000004172325,1.8442000150680542,3.558500051498413,0.05469999834895134,1.6399999856948853,3.5917999744415283,0.05480000004172325,1.9287999868392944,3.5808000564575195,0.05480000004172325,2.164900064468384,3.5592000484466553,0.05469999834895134,1.9287999868392944,3.5808000564575195,0.05480000004172325,1.971500039100647,3.593100070953369,0.05480000004172325,2.164900064468384,3.5592000484466553,0.05469999834895134,1.971500039100647,3.593100070953369,0.05480000004172325,2.2177000045776367,3.571000099182129,0.05480000004172325,1.9287999868392944,3.5808000564575195,0.05480000004172325,1.6399999856948853,3.5917999744415283,0.05480000004172325,1.6698999404907227,3.6041998863220215,0.05480000004172325,1.9287999868392944,3.5808000564575195,0.05480000004172325,1.6698999404907227,3.6041998863220215,0.05480000004172325,1.971500039100647,3.593100070953369,0.05480000004172325,1.285599946975708,3.5732998847961426,0.05469999834895134,0.9746000170707703,3.5736000537872314,0.05469999834895134,0.9745000004768372,3.5957000255584717,0.05480000004172325,1.285599946975708,3.5732998847961426,0.05469999834895134,0.9745000004768372,3.5957000255584717,0.05480000004172325,1.316100001335144,3.595599889755249,0.05480000004172325,1.316100001335144,3.595599889755249,0.05480000004172325,0.9745000004768372,3.5957000255584717,0.05480000004172325,0.9745000004768372,3.6080000400543213,0.05480000004172325,1.316100001335144,3.595599889755249,0.05480000004172325,0.9745000004768372,3.6080000400543213,0.05480000004172325,1.3314000368118286,3.6080000400543213,0.05480000004172325,1.5808000564575195,3.5692999362945557,0.05469999834895134,1.285599946975708,3.5732998847961426,0.05469999834895134,1.316100001335144,3.595599889755249,0.05480000004172325,1.5808000564575195,3.5692999362945557,0.05469999834895134,1.316100001335144,3.595599889755249,0.05480000004172325,1.6399999856948853,3.5917999744415283,0.05480000004172325,1.6399999856948853,3.5917999744415283,0.05480000004172325,1.316100001335144,3.595599889755249,0.05480000004172325,1.3314000368118286,3.6080000400543213,0.05480000004172325,1.6399999856948853,3.5917999744415283,0.05480000004172325,1.3314000368118286,3.6080000400543213,0.05480000004172325,1.6698999404907227,3.6041998863220215,0.05480000004172325,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.410799980163574,3.5390000343322754,0.05469999834895134,2.2358999252319336,3.576200008392334,0.05480000004172325,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.2358999252319336,3.576200008392334,0.05480000004172325,2.236599922180176,3.5778000354766846,0.05469999834895134,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.527899980545044,3.492500066757202,0.05469999834895134,2.526900053024292,3.4911999702453613,0.05469999834895134,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.526900053024292,3.4911999702453613,0.05469999834895134,2.410799980163574,3.5390000343322754,0.05469999834895134,2.2358999252319336,3.576200008392334,0.05480000004172325,2.410799980163574,3.5390000343322754,0.05469999834895134,2.3903000354766846,3.5343000888824463,0.05469999834895134,2.2358999252319336,3.576200008392334,0.05480000004172325,2.3903000354766846,3.5343000888824463,0.05469999834895134,2.2177000045776367,3.571000099182129,0.05480000004172325,2.410799980163574,3.5390000343322754,0.05469999834895134,2.526900053024292,3.4911999702453613,0.05469999834895134,2.5048000812530518,3.4870998859405518,0.05469999834895134,2.410799980163574,3.5390000343322754,0.05469999834895134,2.5048000812530518,3.4870998859405518,0.05469999834895134,2.3903000354766846,3.5343000888824463,0.05469999834895134,2.647700071334839,3.3815999031066895,0.05460000038146973,2.6463000774383545,3.3805999755859375,0.05460000038146973,2.600100040435791,3.437000036239624,0.05460000038146973,2.647700071334839,3.3815999031066895,0.05460000038146973,2.600100040435791,3.437000036239624,0.05460000038146973,2.601300001144409,3.4381000995635986,0.05460000038146973,2.600100040435791,3.437000036239624,0.05460000038146973,2.6463000774383545,3.3805999755859375,0.05460000038146973,2.622999906539917,3.3778998851776123,0.05460000038146973,2.600100040435791,3.437000036239624,0.05460000038146973,2.622999906539917,3.3778998851776123,0.05460000038146973,2.5771000385284424,3.4335999488830566,0.05460000038146973,2.601300001144409,3.4381000995635986,0.05460000038146973,2.600100040435791,3.437000036239624,0.05460000038146973,2.526900053024292,3.4911999702453613,0.05469999834895134,2.601300001144409,3.4381000995635986,0.05460000038146973,2.526900053024292,3.4911999702453613,0.05469999834895134,2.527899980545044,3.492500066757202,0.05469999834895134,2.526900053024292,3.4911999702453613,0.05469999834895134,2.600100040435791,3.437000036239624,0.05460000038146973,2.5771000385284424,3.4335999488830566,0.05460000038146973,2.526900053024292,3.4911999702453613,0.05469999834895134,2.5771000385284424,3.4335999488830566,0.05460000038146973,2.5048000812530518,3.4870998859405518,0.05469999834895134,2.4240000247955322,3.3613998889923096,0.05460000038146973,2.38100004196167,3.412400007247925,0.05460000038146973,2.511199951171875,3.4260001182556152,0.05460000038146973,2.4240000247955322,3.3613998889923096,0.05460000038146973,2.511199951171875,3.4260001182556152,0.05460000038146973,2.555999994277954,3.3719000816345215,0.05460000038146973,2.38100004196167,3.412400007247925,0.05460000038146973,2.315000057220459,3.4612998962402344,0.05469999834895134,2.4410998821258545,3.4779000282287598,0.05469999834895134,2.38100004196167,3.412400007247925,0.05460000038146973,2.4410998821258545,3.4779000282287598,0.05469999834895134,2.511199951171875,3.4260001182556152,0.05460000038146973,2.555999994277954,3.3719000816345215,0.05460000038146973,2.511199951171875,3.4260001182556152,0.05460000038146973,2.5771000385284424,3.4335999488830566,0.05460000038146973,2.555999994277954,3.3719000816345215,0.05460000038146973,2.5771000385284424,3.4335999488830566,0.05460000038146973,2.622999906539917,3.3778998851776123,0.05460000038146973,2.511199951171875,3.4260001182556152,0.05460000038146973,2.4410998821258545,3.4779000282287598,0.05469999834895134,2.5048000812530518,3.4870998859405518,0.05469999834895134,2.511199951171875,3.4260001182556152,0.05460000038146973,2.5048000812530518,3.4870998859405518,0.05469999834895134,2.5771000385284424,3.4335999488830566,0.05460000038146973,2.2125000953674316,3.504300117492676,0.05469999834895134,2.0601000785827637,3.537899971008301,0.05469999834895134,2.164900064468384,3.5592000484466553,0.05469999834895134,2.2125000953674316,3.504300117492676,0.05469999834895134,2.164900064468384,3.5592000484466553,0.05469999834895134,2.3306000232696533,3.5236001014709473,0.05469999834895134,2.3306000232696533,3.5236001014709473,0.05469999834895134,2.164900064468384,3.5592000484466553,0.05469999834895134,2.2177000045776367,3.571000099182129,0.05480000004172325,2.3306000232696533,3.5236001014709473,0.05469999834895134,2.2177000045776367,3.571000099182129,0.05480000004172325,2.3903000354766846,3.5343000888824463,0.05469999834895134,2.315000057220459,3.4612998962402344,0.05469999834895134,2.2125000953674316,3.504300117492676,0.05469999834895134,2.3306000232696533,3.5236001014709473,0.05469999834895134,2.315000057220459,3.4612998962402344,0.05469999834895134,2.3306000232696533,3.5236001014709473,0.05469999834895134,2.4410998821258545,3.4779000282287598,0.05469999834895134,2.4410998821258545,3.4779000282287598,0.05469999834895134,2.3306000232696533,3.5236001014709473,0.05469999834895134,2.3903000354766846,3.5343000888824463,0.05469999834895134,2.4410998821258545,3.4779000282287598,0.05469999834895134,2.3903000354766846,3.5343000888824463,0.05469999834895134,2.5048000812530518,3.4870998859405518,0.05469999834895134,2.683199882507324,3.327199935913086,0.05460000038146973,2.6816999912261963,3.3264000415802,0.05460000038146973,2.6463000774383545,3.3805999755859375,0.05460000038146973,2.683199882507324,3.327199935913086,0.05460000038146973,2.6463000774383545,3.3805999755859375,0.05460000038146973,2.647700071334839,3.3815999031066895,0.05460000038146973,2.7095000743865967,3.2750000953674316,0.054499998688697815,2.7079999446868896,3.2743000984191895,0.05460000038146973,2.6816999912261963,3.3264000415802,0.05460000038146973,2.7095000743865967,3.2750000953674316,0.054499998688697815,2.6816999912261963,3.3264000415802,0.05460000038146973,2.683199882507324,3.327199935913086,0.05460000038146973,2.6463000774383545,3.3805999755859375,0.05460000038146973,2.6816999912261963,3.3264000415802,0.05460000038146973,2.6579999923706055,3.324199914932251,0.05460000038146973,2.6463000774383545,3.3805999755859375,0.05460000038146973,2.6579999923706055,3.324199914932251,0.05460000038146973,2.622999906539917,3.3778998851776123,0.05460000038146973,2.6816999912261963,3.3264000415802,0.05460000038146973,2.7079999446868896,3.2743000984191895,0.05460000038146973,2.6842000484466553,3.272700071334839,0.05460000038146973,2.6816999912261963,3.3264000415802,0.05460000038146973,2.6842000484466553,3.272700071334839,0.05460000038146973,2.6579999923706055,3.324199914932251,0.05460000038146973,2.7418999671936035,3.177299976348877,0.054499998688697815,2.740299940109253,3.1768999099731445,0.054499998688697815,2.726900100708008,3.2244999408721924,0.054499998688697815,2.7418999671936035,3.177299976348877,0.054499998688697815,2.726900100708008,3.2244999408721924,0.054499998688697815,2.7284998893737793,3.2249999046325684,0.054499998688697815,2.726900100708008,3.2244999408721924,0.054499998688697815,2.740299940109253,3.1768999099731445,0.054499998688697815,2.716399908065796,3.1760001182556152,0.054499998688697815,2.726900100708008,3.2244999408721924,0.054499998688697815,2.716399908065796,3.1760001182556152,0.054499998688697815,2.7030999660491943,3.2232000827789307,0.054499998688697815,2.7284998893737793,3.2249999046325684,0.054499998688697815,2.726900100708008,3.2244999408721924,0.054499998688697815,2.7079999446868896,3.2743000984191895,0.05460000038146973,2.7284998893737793,3.2249999046325684,0.054499998688697815,2.7079999446868896,3.2743000984191895,0.05460000038146973,2.7095000743865967,3.2750000953674316,0.054499998688697815,2.7079999446868896,3.2743000984191895,0.05460000038146973,2.726900100708008,3.2244999408721924,0.054499998688697815,2.7030999660491943,3.2232000827789307,0.054499998688697815,2.7079999446868896,3.2743000984191895,0.05460000038146973,2.7030999660491943,3.2232000827789307,0.054499998688697815,2.6842000484466553,3.272700071334839,0.05460000038146973,2.515500068664551,3.1714999675750732,0.054499998688697815,2.501800060272217,3.216599941253662,0.054499998688697815,2.635200023651123,3.2207999229431152,0.054499998688697815,2.515500068664551,3.1714999675750732,0.054499998688697815,2.635200023651123,3.2207999229431152,0.054499998688697815,2.648699998855591,3.174299955368042,0.054499998688697815,2.501800060272217,3.216599941253662,0.054499998688697815,2.4828999042510986,3.263400077819824,0.05460000038146973,2.6164000034332275,3.2692999839782715,0.05460000038146973,2.501800060272217,3.216599941253662,0.054499998688697815,2.6164000034332275,3.2692999839782715,0.05460000038146973,2.635200023651123,3.2207999229431152,0.054499998688697815,2.648699998855591,3.174299955368042,0.054499998688697815,2.635200023651123,3.2207999229431152,0.054499998688697815,2.7030999660491943,3.2232000827789307,0.054499998688697815,2.648699998855591,3.174299955368042,0.054499998688697815,2.7030999660491943,3.2232000827789307,0.054499998688697815,2.716399908065796,3.1760001182556152,0.054499998688697815,2.635200023651123,3.2207999229431152,0.054499998688697815,2.6164000034332275,3.2692999839782715,0.05460000038146973,2.6842000484466553,3.272700071334839,0.05460000038146973,2.635200023651123,3.2207999229431152,0.054499998688697815,2.6842000484466553,3.272700071334839,0.05460000038146973,2.7030999660491943,3.2232000827789307,0.054499998688697815,2.4574999809265137,3.3117001056671143,0.05460000038146973,2.4240000247955322,3.3613998889923096,0.05460000038146973,2.555999994277954,3.3719000816345215,0.05460000038146973,2.4574999809265137,3.3117001056671143,0.05460000038146973,2.555999994277954,3.3719000816345215,0.05460000038146973,2.5905001163482666,3.319700002670288,0.05460000038146973,2.5905001163482666,3.319700002670288,0.05460000038146973,2.555999994277954,3.3719000816345215,0.05460000038146973,2.622999906539917,3.3778998851776123,0.05460000038146973,2.5905001163482666,3.319700002670288,0.05460000038146973,2.622999906539917,3.3778998851776123,0.05460000038146973,2.6579999923706055,3.324199914932251,0.05460000038146973,2.4828999042510986,3.263400077819824,0.05460000038146973,2.4574999809265137,3.3117001056671143,0.05460000038146973,2.5905001163482666,3.319700002670288,0.05460000038146973,2.4828999042510986,3.263400077819824,0.05460000038146973,2.5905001163482666,3.319700002670288,0.05460000038146973,2.6164000034332275,3.2692999839782715,0.05460000038146973,2.6164000034332275,3.2692999839782715,0.05460000038146973,2.5905001163482666,3.319700002670288,0.05460000038146973,2.6579999923706055,3.324199914932251,0.05460000038146973,2.6164000034332275,3.2692999839782715,0.05460000038146973,2.6579999923706055,3.324199914932251,0.05460000038146973,2.6842000484466553,3.272700071334839,0.05460000038146973,2.751499891281128,3.1319000720977783,0.0544000007212162,2.7499001026153564,3.1315999031066895,0.054499998688697815,2.740299940109253,3.1768999099731445,0.054499998688697815,2.751499891281128,3.1319000720977783,0.0544000007212162,2.740299940109253,3.1768999099731445,0.054499998688697815,2.7418999671936035,3.177299976348877,0.054499998688697815,2.7578001022338867,3.0882999897003174,0.0544000007212162,2.756200075149536,3.088099956512451,0.0544000007212162,2.7499001026153564,3.1315999031066895,0.054499998688697815,2.7578001022338867,3.0882999897003174,0.0544000007212162,2.7499001026153564,3.1315999031066895,0.054499998688697815,2.751499891281128,3.1319000720977783,0.0544000007212162,2.740299940109253,3.1768999099731445,0.054499998688697815,2.7499001026153564,3.1315999031066895,0.054499998688697815,2.7260000705718994,3.13100004196167,0.054499998688697815,2.740299940109253,3.1768999099731445,0.054499998688697815,2.7260000705718994,3.13100004196167,0.054499998688697815,2.716399908065796,3.1760001182556152,0.054499998688697815,2.7499001026153564,3.1315999031066895,0.054499998688697815,2.756200075149536,3.088099956512451,0.0544000007212162,2.732300043106079,3.0876998901367188,0.0544000007212162,2.7499001026153564,3.1315999031066895,0.054499998688697815,2.732300043106079,3.0876998901367188,0.0544000007212162,2.7260000705718994,3.13100004196167,0.054499998688697815,2.762200117111206,3.003999948501587,0.0544000007212162,2.7606000900268555,3.003999948501587,0.0544000007212162,2.7595999240875244,3.0457000732421875,0.0544000007212162,2.762200117111206,3.003999948501587,0.0544000007212162,2.7595999240875244,3.0457000732421875,0.0544000007212162,2.761199951171875,3.045799970626831,0.0544000007212162,2.7595999240875244,3.0457000732421875,0.0544000007212162,2.7606000900268555,3.003999948501587,0.0544000007212162,2.736799955368042,3.0039000511169434,0.0544000007212162,2.7595999240875244,3.0457000732421875,0.0544000007212162,2.736799955368042,3.0039000511169434,0.0544000007212162,2.73580002784729,3.0455000400543213,0.0544000007212162,2.761199951171875,3.045799970626831,0.0544000007212162,2.7595999240875244,3.0457000732421875,0.0544000007212162,2.756200075149536,3.088099956512451,0.0544000007212162,2.761199951171875,3.045799970626831,0.0544000007212162,2.756200075149536,3.088099956512451,0.0544000007212162,2.7578001022338867,3.0882999897003174,0.0544000007212162,2.756200075149536,3.088099956512451,0.0544000007212162,2.7595999240875244,3.0457000732421875,0.0544000007212162,2.73580002784729,3.0455000400543213,0.0544000007212162,2.756200075149536,3.088099956512451,0.0544000007212162,2.73580002784729,3.0455000400543213,0.0544000007212162,2.732300043106079,3.0876998901367188,0.0544000007212162,2.536900043487549,3.003700017929077,0.0544000007212162,2.535799980163574,3.044600009918213,0.0544000007212162,2.6684000492095947,3.0452001094818115,0.0544000007212162,2.536900043487549,3.003700017929077,0.0544000007212162,2.6684000492095947,3.0452001094818115,0.0544000007212162,2.6693999767303467,3.0039000511169434,0.0544000007212162,2.535799980163574,3.044600009918213,0.0544000007212162,2.532099962234497,3.085900068283081,0.0544000007212162,2.664900064468384,3.0869998931884766,0.0544000007212162,2.535799980163574,3.044600009918213,0.0544000007212162,2.664900064468384,3.0869998931884766,0.0544000007212162,2.6684000492095947,3.0452001094818115,0.0544000007212162,2.6693999767303467,3.0039000511169434,0.0544000007212162,2.6684000492095947,3.0452001094818115,0.0544000007212162,2.73580002784729,3.0455000400543213,0.0544000007212162,2.6693999767303467,3.0039000511169434,0.0544000007212162,2.73580002784729,3.0455000400543213,0.0544000007212162,2.736799955368042,3.0039000511169434,0.0544000007212162,2.6684000492095947,3.0452001094818115,0.0544000007212162,2.664900064468384,3.0869998931884766,0.0544000007212162,2.732300043106079,3.0876998901367188,0.0544000007212162,2.6684000492095947,3.0452001094818115,0.0544000007212162,2.732300043106079,3.0876998901367188,0.0544000007212162,2.73580002784729,3.0455000400543213,0.0544000007212162,2.5255000591278076,3.1280999183654785,0.054499998688697815,2.515500068664551,3.1714999675750732,0.054499998688697815,2.648699998855591,3.174299955368042,0.054499998688697815,2.5255000591278076,3.1280999183654785,0.054499998688697815,2.648699998855591,3.174299955368042,0.054499998688697815,2.658400058746338,3.1298999786376953,0.054499998688697815,2.658400058746338,3.1298999786376953,0.054499998688697815,2.648699998855591,3.174299955368042,0.054499998688697815,2.716399908065796,3.1760001182556152,0.054499998688697815,2.658400058746338,3.1298999786376953,0.054499998688697815,2.716399908065796,3.1760001182556152,0.054499998688697815,2.7260000705718994,3.13100004196167,0.054499998688697815,2.532099962234497,3.085900068283081,0.0544000007212162,2.5255000591278076,3.1280999183654785,0.054499998688697815,2.658400058746338,3.1298999786376953,0.054499998688697815,2.532099962234497,3.085900068283081,0.0544000007212162,2.658400058746338,3.1298999786376953,0.054499998688697815,2.664900064468384,3.0869998931884766,0.0544000007212162,2.664900064468384,3.0869998931884766,0.0544000007212162,2.658400058746338,3.1298999786376953,0.054499998688697815,2.7260000705718994,3.13100004196167,0.054499998688697815,2.664900064468384,3.0869998931884766,0.0544000007212162,2.7260000705718994,3.13100004196167,0.054499998688697815,2.732300043106079,3.0876998901367188,0.0544000007212162,2.761199951171875,2.962100028991699,0.0544000007212162,2.7595999240875244,2.9621999263763428,0.0544000007212162,2.7606000900268555,3.003999948501587,0.0544000007212162,2.761199951171875,2.962100028991699,0.0544000007212162,2.7606000900268555,3.003999948501587,0.0544000007212162,2.762200117111206,3.003999948501587,0.0544000007212162,2.7578001022338867,2.919600009918213,0.0544000007212162,2.756200075149536,2.919800043106079,0.0544000007212162,2.7595999240875244,2.9621999263763428,0.0544000007212162,2.7578001022338867,2.919600009918213,0.0544000007212162,2.7595999240875244,2.9621999263763428,0.0544000007212162,2.761199951171875,2.962100028991699,0.0544000007212162,2.7595999240875244,2.9621999263763428,0.0544000007212162,2.73580002784729,2.9623000621795654,0.0544000007212162,2.736799955368042,3.0039000511169434,0.0544000007212162,2.7595999240875244,2.9621999263763428,0.0544000007212162,2.736799955368042,3.0039000511169434,0.0544000007212162,2.7606000900268555,3.003999948501587,0.0544000007212162,2.756200075149536,2.919800043106079,0.0544000007212162,2.732300043106079,2.9202001094818115,0.0544000007212162,2.73580002784729,2.9623000621795654,0.0544000007212162,2.756200075149536,2.919800043106079,0.0544000007212162,2.73580002784729,2.9623000621795654,0.0544000007212162,2.7595999240875244,2.9621999263763428,0.0544000007212162,2.7418999671936035,2.8306000232696533,0.054499998688697815,2.740299940109253,2.8310000896453857,0.054499998688697815,2.7499001026153564,2.876300096511841,0.054499998688697815,2.7418999671936035,2.8306000232696533,0.054499998688697815,2.7499001026153564,2.876300096511841,0.054499998688697815,2.751499891281128,2.875999927520752,0.0544000007212162,2.740299940109253,2.8310000896453857,0.054499998688697815,2.716399908065796,2.831899881362915,0.054499998688697815,2.7260000705718994,2.876800060272217,0.054499998688697815,2.740299940109253,2.8310000896453857,0.054499998688697815,2.7260000705718994,2.876800060272217,0.054499998688697815,2.7499001026153564,2.876300096511841,0.054499998688697815,2.751499891281128,2.875999927520752,0.0544000007212162,2.7499001026153564,2.876300096511841,0.054499998688697815,2.756200075149536,2.919800043106079,0.0544000007212162,2.751499891281128,2.875999927520752,0.0544000007212162,2.756200075149536,2.919800043106079,0.0544000007212162,2.7578001022338867,2.919600009918213,0.0544000007212162,2.7499001026153564,2.876300096511841,0.054499998688697815,2.7260000705718994,2.876800060272217,0.054499998688697815,2.732300043106079,2.9202001094818115,0.0544000007212162,2.7499001026153564,2.876300096511841,0.054499998688697815,2.732300043106079,2.9202001094818115,0.0544000007212162,2.756200075149536,2.919800043106079,0.0544000007212162,2.525399923324585,2.8794000148773193,0.054499998688697815,2.658400058746338,2.8778998851776123,0.054499998688697815,2.6486001014709473,2.833400011062622,0.054499998688697815,2.525399923324585,2.8794000148773193,0.054499998688697815,2.6486001014709473,2.833400011062622,0.054499998688697815,2.5153000354766846,2.8359999656677246,0.054499998688697815,2.532099962234497,2.921600103378296,0.0544000007212162,2.664799928665161,2.9207000732421875,0.0544000007212162,2.658400058746338,2.8778998851776123,0.054499998688697815,2.532099962234497,2.921600103378296,0.0544000007212162,2.658400058746338,2.8778998851776123,0.054499998688697815,2.525399923324585,2.8794000148773193,0.054499998688697815,2.658400058746338,2.8778998851776123,0.054499998688697815,2.7260000705718994,2.876800060272217,0.054499998688697815,2.716399908065796,2.831899881362915,0.054499998688697815,2.658400058746338,2.8778998851776123,0.054499998688697815,2.716399908065796,2.831899881362915,0.054499998688697815,2.6486001014709473,2.833400011062622,0.054499998688697815,2.664799928665161,2.9207000732421875,0.0544000007212162,2.732300043106079,2.9202001094818115,0.0544000007212162,2.7260000705718994,2.876800060272217,0.054499998688697815,2.664799928665161,2.9207000732421875,0.0544000007212162,2.7260000705718994,2.876800060272217,0.054499998688697815,2.658400058746338,2.8778998851776123,0.054499998688697815,2.536900043487549,3.003700017929077,0.0544000007212162,2.6693999767303467,3.0039000511169434,0.0544000007212162,2.6684000492095947,2.9625000953674316,0.0544000007212162,2.536900043487549,3.003700017929077,0.0544000007212162,2.6684000492095947,2.9625000953674316,0.0544000007212162,2.535799980163574,2.962899923324585,0.0544000007212162,2.6693999767303467,3.0039000511169434,0.0544000007212162,2.736799955368042,3.0039000511169434,0.0544000007212162,2.73580002784729,2.9623000621795654,0.0544000007212162,2.6693999767303467,3.0039000511169434,0.0544000007212162,2.73580002784729,2.9623000621795654,0.0544000007212162,2.6684000492095947,2.9625000953674316,0.0544000007212162,2.535799980163574,2.962899923324585,0.0544000007212162,2.6684000492095947,2.9625000953674316,0.0544000007212162,2.664799928665161,2.9207000732421875,0.0544000007212162,2.535799980163574,2.962899923324585,0.0544000007212162,2.664799928665161,2.9207000732421875,0.0544000007212162,2.532099962234497,2.921600103378296,0.0544000007212162,2.6684000492095947,2.9625000953674316,0.0544000007212162,2.73580002784729,2.9623000621795654,0.0544000007212162,2.732300043106079,2.9202001094818115,0.0544000007212162,2.6684000492095947,2.9625000953674316,0.0544000007212162,2.732300043106079,2.9202001094818115,0.0544000007212162,2.664799928665161,2.9207000732421875,0.0544000007212162,2.7284998893737793,2.782900094985962,0.054499998688697815,2.726900100708008,2.783400058746338,0.054499998688697815,2.740299940109253,2.8310000896453857,0.054499998688697815,2.7284998893737793,2.782900094985962,0.054499998688697815,2.740299940109253,2.8310000896453857,0.054499998688697815,2.7418999671936035,2.8306000232696533,0.054499998688697815,2.7095000743865967,2.7328999042510986,0.054499998688697815,2.7079999446868896,2.733599901199341,0.05460000038146973,2.726900100708008,2.783400058746338,0.054499998688697815,2.7095000743865967,2.7328999042510986,0.054499998688697815,2.726900100708008,2.783400058746338,0.054499998688697815,2.7284998893737793,2.782900094985962,0.054499998688697815,2.726900100708008,2.783400058746338,0.054499998688697815,2.703000068664551,2.784600019454956,0.054499998688697815,2.716399908065796,2.831899881362915,0.054499998688697815,2.726900100708008,2.783400058746338,0.054499998688697815,2.716399908065796,2.831899881362915,0.054499998688697815,2.740299940109253,2.8310000896453857,0.054499998688697815,2.7079999446868896,2.733599901199341,0.05460000038146973,2.6840999126434326,2.7351999282836914,0.05460000038146973,2.703000068664551,2.784600019454956,0.054499998688697815,2.7079999446868896,2.733599901199341,0.05460000038146973,2.703000068664551,2.784600019454956,0.054499998688697815,2.726900100708008,2.783400058746338,0.054499998688697815,2.647700071334839,2.626300096511841,0.05460000038146973,2.6463000774383545,2.6273000240325928,0.05460000038146973,2.6816999912261963,2.68149995803833,0.05460000038146973,2.647700071334839,2.626300096511841,0.05460000038146973,2.6816999912261963,2.68149995803833,0.05460000038146973,2.683199882507324,2.6807000637054443,0.05460000038146973,2.6463000774383545,2.6273000240325928,0.05460000038146973,2.6229000091552734,2.630000114440918,0.05460000038146973,2.6579999923706055,2.6835999488830566,0.05460000038146973,2.6463000774383545,2.6273000240325928,0.05460000038146973,2.6579999923706055,2.6835999488830566,0.05460000038146973,2.6816999912261963,2.68149995803833,0.05460000038146973,2.683199882507324,2.6807000637054443,0.05460000038146973,2.6816999912261963,2.68149995803833,0.05460000038146973,2.7079999446868896,2.733599901199341,0.05460000038146973,2.683199882507324,2.6807000637054443,0.05460000038146973,2.7079999446868896,2.733599901199341,0.05460000038146973,2.7095000743865967,2.7328999042510986,0.054499998688697815,2.6816999912261963,2.68149995803833,0.05460000038146973,2.6579999923706055,2.6835999488830566,0.05460000038146973,2.6840999126434326,2.7351999282836914,0.05460000038146973,2.6816999912261963,2.68149995803833,0.05460000038146973,2.6840999126434326,2.7351999282836914,0.05460000038146973,2.7079999446868896,2.733599901199341,0.05460000038146973,2.457200050354004,2.6958999633789062,0.05460000038146973,2.590399980545044,2.6881000995635986,0.05460000038146973,2.5559000968933105,2.6359000205993652,0.05460000038146973,2.457200050354004,2.6958999633789062,0.05460000038146973,2.5559000968933105,2.6359000205993652,0.05460000038146973,2.4237000942230225,2.646199941635132,0.05460000038146973,2.4827001094818115,2.7441999912261963,0.05460000038146973,2.616300106048584,2.7385001182556152,0.05460000038146973,2.590399980545044,2.6881000995635986,0.05460000038146973,2.4827001094818115,2.7441999912261963,0.05460000038146973,2.590399980545044,2.6881000995635986,0.05460000038146973,2.457200050354004,2.6958999633789062,0.05460000038146973,2.590399980545044,2.6881000995635986,0.05460000038146973,2.6579999923706055,2.6835999488830566,0.05460000038146973,2.6229000091552734,2.630000114440918,0.05460000038146973,2.590399980545044,2.6881000995635986,0.05460000038146973,2.6229000091552734,2.630000114440918,0.05460000038146973,2.5559000968933105,2.6359000205993652,0.05460000038146973,2.616300106048584,2.7385001182556152,0.05460000038146973,2.6840999126434326,2.7351999282836914,0.05460000038146973,2.6579999923706055,2.6835999488830566,0.05460000038146973,2.616300106048584,2.7385001182556152,0.05460000038146973,2.6579999923706055,2.6835999488830566,0.05460000038146973,2.590399980545044,2.6881000995635986,0.05460000038146973,2.5153000354766846,2.8359999656677246,0.054499998688697815,2.6486001014709473,2.833400011062622,0.054499998688697815,2.6350998878479004,2.7869999408721924,0.054499998688697815,2.5153000354766846,2.8359999656677246,0.054499998688697815,2.6350998878479004,2.7869999408721924,0.054499998688697815,2.5016000270843506,2.7908999919891357,0.054499998688697815,2.6486001014709473,2.833400011062622,0.054499998688697815,2.716399908065796,2.831899881362915,0.054499998688697815,2.703000068664551,2.784600019454956,0.054499998688697815,2.6486001014709473,2.833400011062622,0.054499998688697815,2.703000068664551,2.784600019454956,0.054499998688697815,2.6350998878479004,2.7869999408721924,0.054499998688697815,2.5016000270843506,2.7908999919891357,0.054499998688697815,2.6350998878479004,2.7869999408721924,0.054499998688697815,2.616300106048584,2.7385001182556152,0.05460000038146973,2.5016000270843506,2.7908999919891357,0.054499998688697815,2.616300106048584,2.7385001182556152,0.05460000038146973,2.4827001094818115,2.7441999912261963,0.05460000038146973,2.6350998878479004,2.7869999408721924,0.054499998688697815,2.703000068664551,2.784600019454956,0.054499998688697815,2.6840999126434326,2.7351999282836914,0.05460000038146973,2.6350998878479004,2.7869999408721924,0.054499998688697815,2.6840999126434326,2.7351999282836914,0.05460000038146973,2.616300106048584,2.7385001182556152,0.05460000038146973,2.601300001144409,2.5697999000549316,0.05460000038146973,2.600100040435791,2.5708999633789062,0.05460000038146973,2.6463000774383545,2.6273000240325928,0.05460000038146973,2.601300001144409,2.5697999000549316,0.05460000038146973,2.6463000774383545,2.6273000240325928,0.05460000038146973,2.647700071334839,2.626300096511841,0.05460000038146973,2.527899980545044,2.515399932861328,0.05469999834895134,2.526900053024292,2.516700029373169,0.05469999834895134,2.600100040435791,2.5708999633789062,0.05460000038146973,2.527899980545044,2.515399932861328,0.05469999834895134,2.600100040435791,2.5708999633789062,0.05460000038146973,2.601300001144409,2.5697999000549316,0.05460000038146973,2.600100040435791,2.5708999633789062,0.05460000038146973,2.5771000385284424,2.574399948120117,0.05460000038146973,2.6229000091552734,2.630000114440918,0.05460000038146973,2.600100040435791,2.5708999633789062,0.05460000038146973,2.6229000091552734,2.630000114440918,0.05460000038146973,2.6463000774383545,2.6273000240325928,0.05460000038146973,2.526900053024292,2.516700029373169,0.05469999834895134,2.5048000812530518,2.5208001136779785,0.05469999834895134,2.5771000385284424,2.574399948120117,0.05460000038146973,2.526900053024292,2.516700029373169,0.05469999834895134,2.5771000385284424,2.574399948120117,0.05460000038146973,2.600100040435791,2.5708999633789062,0.05460000038146973,2.236599922180176,2.4300999641418457,0.05469999834895134,2.2358999252319336,2.4316999912261963,0.05480000004172325,2.410799980163574,2.468899965286255,0.05469999834895134,2.236599922180176,2.4300999641418457,0.05469999834895134,2.410799980163574,2.468899965286255,0.05469999834895134,2.4117000102996826,2.4674999713897705,0.05469999834895134,2.2358999252319336,2.4316999912261963,0.05480000004172325,2.2177000045776367,2.436800003051758,0.05480000004172325,2.3903000354766846,2.473599910736084,0.05469999834895134,2.2358999252319336,2.4316999912261963,0.05480000004172325,2.3903000354766846,2.473599910736084,0.05469999834895134,2.410799980163574,2.468899965286255,0.05469999834895134,2.4117000102996826,2.4674999713897705,0.05469999834895134,2.410799980163574,2.468899965286255,0.05469999834895134,2.526900053024292,2.516700029373169,0.05469999834895134,2.4117000102996826,2.4674999713897705,0.05469999834895134,2.526900053024292,2.516700029373169,0.05469999834895134,2.527899980545044,2.515399932861328,0.05469999834895134,2.410799980163574,2.468899965286255,0.05469999834895134,2.3903000354766846,2.473599910736084,0.05469999834895134,2.5048000812530518,2.5208001136779785,0.05469999834895134,2.410799980163574,2.468899965286255,0.05469999834895134,2.5048000812530518,2.5208001136779785,0.05469999834895134,2.526900053024292,2.516700029373169,0.05469999834895134,2.2121999263763428,2.5034000873565674,0.05469999834895134,2.3304998874664307,2.4842000007629395,0.05469999834895134,2.1647000312805176,2.4486000537872314,0.05469999834895134,2.2121999263763428,2.5034000873565674,0.05469999834895134,2.1647000312805176,2.4486000537872314,0.05469999834895134,2.0597000122070312,2.469899892807007,0.05469999834895134,2.3145999908447266,2.5464000701904297,0.05469999834895134,2.4409000873565674,2.529900074005127,0.05469999834895134,2.3304998874664307,2.4842000007629395,0.05469999834895134,2.3145999908447266,2.5464000701904297,0.05469999834895134,2.3304998874664307,2.4842000007629395,0.05469999834895134,2.2121999263763428,2.5034000873565674,0.05469999834895134,2.3304998874664307,2.4842000007629395,0.05469999834895134,2.3903000354766846,2.473599910736084,0.05469999834895134,2.2177000045776367,2.436800003051758,0.05480000004172325,2.3304998874664307,2.4842000007629395,0.05469999834895134,2.2177000045776367,2.436800003051758,0.05480000004172325,2.1647000312805176,2.4486000537872314,0.05469999834895134,2.4409000873565674,2.529900074005127,0.05469999834895134,2.5048000812530518,2.5208001136779785,0.05469999834895134,2.3903000354766846,2.473599910736084,0.05469999834895134,2.4409000873565674,2.529900074005127,0.05469999834895134,2.3903000354766846,2.473599910736084,0.05469999834895134,2.3304998874664307,2.4842000007629395,0.05469999834895134,2.4237000942230225,2.646199941635132,0.05460000038146973,2.5559000968933105,2.6359000205993652,0.05460000038146973,2.5111000537872314,2.5817999839782715,0.05460000038146973,2.4237000942230225,2.646199941635132,0.05460000038146973,2.5111000537872314,2.5817999839782715,0.05460000038146973,2.38070011138916,2.5952000617980957,0.05460000038146973,2.5559000968933105,2.6359000205993652,0.05460000038146973,2.6229000091552734,2.630000114440918,0.05460000038146973,2.5771000385284424,2.574399948120117,0.05460000038146973,2.5559000968933105,2.6359000205993652,0.05460000038146973,2.5771000385284424,2.574399948120117,0.05460000038146973,2.5111000537872314,2.5817999839782715,0.05460000038146973,2.38070011138916,2.5952000617980957,0.05460000038146973,2.5111000537872314,2.5817999839782715,0.05460000038146973,2.4409000873565674,2.529900074005127,0.05469999834895134,2.38070011138916,2.5952000617980957,0.05460000038146973,2.4409000873565674,2.529900074005127,0.05469999834895134,2.3145999908447266,2.5464000701904297,0.05469999834895134,2.5111000537872314,2.5817999839782715,0.05460000038146973,2.5771000385284424,2.574399948120117,0.05460000038146973,2.5048000812530518,2.5208001136779785,0.05469999834895134,2.5111000537872314,2.5817999839782715,0.05460000038146973,2.5048000812530518,2.5208001136779785,0.05469999834895134,2.4409000873565674,2.529900074005127,0.05469999834895134,1.9866000413894653,2.4077999591827393,0.05480000004172325,1.9860999584197998,2.40939998626709,0.05480000004172325,2.2358999252319336,2.4316999912261963,0.05480000004172325,1.9866000413894653,2.4077999591827393,0.05480000004172325,2.2358999252319336,2.4316999912261963,0.05480000004172325,2.236599922180176,2.4300999641418457,0.05469999834895134,1.680400013923645,2.3966000080108643,0.05480000004172325,1.6800999641418457,2.398200035095215,0.05480000004172325,1.9860999584197998,2.40939998626709,0.05480000004172325,1.680400013923645,2.3966000080108643,0.05480000004172325,1.9860999584197998,2.40939998626709,0.05480000004172325,1.9866000413894653,2.4077999591827393,0.05480000004172325,1.9860999584197998,2.40939998626709,0.05480000004172325,1.9714000225067139,2.414799928665161,0.05480000004172325,2.2177000045776367,2.436800003051758,0.05480000004172325,1.9860999584197998,2.40939998626709,0.05480000004172325,2.2177000045776367,2.436800003051758,0.05480000004172325,2.2358999252319336,2.4316999912261963,0.05480000004172325,1.6800999641418457,2.398200035095215,0.05480000004172325,1.669800043106079,2.403700113296509,0.05480000004172325,1.9714000225067139,2.414799928665161,0.05480000004172325,1.6800999641418457,2.398200035095215,0.05480000004172325,1.9714000225067139,2.414799928665161,0.05480000004172325,1.9860999584197998,2.40939998626709,0.05480000004172325,0.974399983882904,2.3928000926971436,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,1.3365999460220337,2.3945000171661377,0.05480000004172325,0.974399983882904,2.3928000926971436,0.05480000004172325,1.3365999460220337,2.3945000171661377,0.05480000004172325,1.3367999792099,2.3928000926971436,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,0.974399983882904,2.399899959564209,0.05480000004172325,1.3313000202178955,2.399899959564209,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,1.3313000202178955,2.399899959564209,0.05480000004172325,1.3365999460220337,2.3945000171661377,0.05480000004172325,1.3367999792099,2.3928000926971436,0.05480000004172325,1.3365999460220337,2.3945000171661377,0.05480000004172325,1.6800999641418457,2.398200035095215,0.05480000004172325,1.3367999792099,2.3928000926971436,0.05480000004172325,1.6800999641418457,2.398200035095215,0.05480000004172325,1.680400013923645,2.3966000080108643,0.05480000004172325,1.3365999460220337,2.3945000171661377,0.05480000004172325,1.3313000202178955,2.399899959564209,0.05480000004172325,1.669800043106079,2.403700113296509,0.05480000004172325,1.3365999460220337,2.3945000171661377,0.05480000004172325,1.669800043106079,2.403700113296509,0.05480000004172325,1.6800999641418457,2.398200035095215,0.05480000004172325,1.2851999998092651,2.4346001148223877,0.05469999834895134,1.3158999681472778,2.4121999740600586,0.05480000004172325,0.9743000268936157,2.4121999740600586,0.05480000004172325,1.2851999998092651,2.4346001148223877,0.05469999834895134,0.9743000268936157,2.4121999740600586,0.05480000004172325,0.9742000102996826,2.434299945831299,0.05469999834895134,1.580399990081787,2.438499927520752,0.05469999834895134,1.6398999691009521,2.416100025177002,0.05480000004172325,1.3158999681472778,2.4121999740600586,0.05480000004172325,1.580399990081787,2.438499927520752,0.05469999834895134,1.3158999681472778,2.4121999740600586,0.05480000004172325,1.2851999998092651,2.4346001148223877,0.05469999834895134,1.3158999681472778,2.4121999740600586,0.05480000004172325,1.3313000202178955,2.399899959564209,0.05480000004172325,0.974399983882904,2.399899959564209,0.05480000004172325,1.3158999681472778,2.4121999740600586,0.05480000004172325,0.974399983882904,2.399899959564209,0.05480000004172325,0.9743000268936157,2.4121999740600586,0.05480000004172325,1.6398999691009521,2.416100025177002,0.05480000004172325,1.669800043106079,2.403700113296509,0.05480000004172325,1.3313000202178955,2.399899959564209,0.05480000004172325,1.6398999691009521,2.416100025177002,0.05480000004172325,1.3313000202178955,2.399899959564209,0.05480000004172325,1.3158999681472778,2.4121999740600586,0.05480000004172325,2.0597000122070312,2.469899892807007,0.05469999834895134,2.1647000312805176,2.4486000537872314,0.05469999834895134,1.9285999536514282,2.427000045776367,0.05480000004172325,2.0597000122070312,2.469899892807007,0.05469999834895134,1.9285999536514282,2.427000045776367,0.05480000004172325,1.8437999486923218,2.4493000507354736,0.05469999834895134,2.1647000312805176,2.4486000537872314,0.05469999834895134,2.2177000045776367,2.436800003051758,0.05480000004172325,1.9714000225067139,2.414799928665161,0.05480000004172325,2.1647000312805176,2.4486000537872314,0.05469999834895134,1.9714000225067139,2.414799928665161,0.05480000004172325,1.9285999536514282,2.427000045776367,0.05480000004172325,1.8437999486923218,2.4493000507354736,0.05469999834895134,1.9285999536514282,2.427000045776367,0.05480000004172325,1.6398999691009521,2.416100025177002,0.05480000004172325,1.8437999486923218,2.4493000507354736,0.05469999834895134,1.6398999691009521,2.416100025177002,0.05480000004172325,1.580399990081787,2.438499927520752,0.05469999834895134,1.9285999536514282,2.427000045776367,0.05480000004172325,1.9714000225067139,2.414799928665161,0.05480000004172325,1.669800043106079,2.403700113296509,0.05480000004172325,1.9285999536514282,2.427000045776367,0.05480000004172325,1.669800043106079,2.403700113296509,0.05480000004172325,1.6398999691009521,2.416100025177002,0.05480000004172325,0.6121000051498413,2.3928000926971436,0.05480000004172325,0.6122999787330627,2.3945000171661377,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,0.6121000051498413,2.3928000926971436,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,0.974399983882904,2.3928000926971436,0.05480000004172325,0.2685000002384186,2.3966000080108643,0.05480000004172325,0.2687999904155731,2.398200035095215,0.05480000004172325,0.6122999787330627,2.3945000171661377,0.05480000004172325,0.2685000002384186,2.3966000080108643,0.05480000004172325,0.6122999787330627,2.3945000171661377,0.05480000004172325,0.6121000051498413,2.3928000926971436,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,0.6122999787330627,2.3945000171661377,0.05480000004172325,0.6175000071525574,2.399899959564209,0.05480000004172325,0.974399983882904,2.3945000171661377,0.05480000004172325,0.6175000071525574,2.399899959564209,0.05480000004172325,0.974399983882904,2.399899959564209,0.05480000004172325,0.6122999787330627,2.3945000171661377,0.05480000004172325,0.2687999904155731,2.398200035095215,0.05480000004172325,0.27900001406669617,2.403700113296509,0.05480000004172325,0.6122999787330627,2.3945000171661377,0.05480000004172325,0.27900001406669617,2.403700113296509,0.05480000004172325,0.6175000071525574,2.399899959564209,0.05480000004172325,-0.28769999742507935,2.4300999641418457,0.05469999834895134,-0.2870999872684479,2.4316999912261963,0.05480000004172325,-0.03720000013709068,2.40939998626709,0.05480000004172325,-0.28769999742507935,2.4300999641418457,0.05469999834895134,-0.03720000013709068,2.40939998626709,0.05480000004172325,-0.037700001150369644,2.4077999591827393,0.05480000004172325,-0.03720000013709068,2.40939998626709,0.05480000004172325,-0.2870999872684479,2.4316999912261963,0.05480000004172325,-0.2689000070095062,2.4368999004364014,0.05480000004172325,-0.03720000013709068,2.40939998626709,0.05480000004172325,-0.2689000070095062,2.4368999004364014,0.05480000004172325,-0.022600000724196434,2.414799928665161,0.05480000004172325,-0.037700001150369644,2.4077999591827393,0.05480000004172325,-0.03720000013709068,2.40939998626709,0.05480000004172325,0.2687999904155731,2.398200035095215,0.05480000004172325,-0.037700001150369644,2.4077999591827393,0.05480000004172325,0.2687999904155731,2.398200035095215,0.05480000004172325,0.2685000002384186,2.3966000080108643,0.05480000004172325,0.2687999904155731,2.398200035095215,0.05480000004172325,-0.03720000013709068,2.40939998626709,0.05480000004172325,-0.022600000724196434,2.414799928665161,0.05480000004172325,0.2687999904155731,2.398200035095215,0.05480000004172325,-0.022600000724196434,2.414799928665161,0.05480000004172325,0.27900001406669617,2.403700113296509,0.05480000004172325,-0.1111999973654747,2.4700000286102295,0.05469999834895134,0.10459999740123749,2.449399948120117,0.05469999834895134,0.020099999383091927,2.4270999431610107,0.05480000004172325,-0.1111999973654747,2.4700000286102295,0.05469999834895134,0.020099999383091927,2.4270999431610107,0.05480000004172325,-0.2160000056028366,2.448699951171875,0.05469999834895134,0.10459999740123749,2.449399948120117,0.05469999834895134,0.36809998750686646,2.4386000633239746,0.05469999834895134,0.30880001187324524,2.416100025177002,0.05480000004172325,0.10459999740123749,2.449399948120117,0.05469999834895134,0.30880001187324524,2.416100025177002,0.05480000004172325,0.020099999383091927,2.4270999431610107,0.05480000004172325,-0.2160000056028366,2.448699951171875,0.05469999834895134,0.020099999383091927,2.4270999431610107,0.05480000004172325,-0.022600000724196434,2.414799928665161,0.05480000004172325,-0.2160000056028366,2.448699951171875,0.05469999834895134,-0.022600000724196434,2.414799928665161,0.05480000004172325,-0.2689000070095062,2.4368999004364014,0.05480000004172325,0.020099999383091927,2.4270999431610107,0.05480000004172325,0.30880001187324524,2.416100025177002,0.05480000004172325,0.27900001406669617,2.403700113296509,0.05480000004172325,0.020099999383091927,2.4270999431610107,0.05480000004172325,0.27900001406669617,2.403700113296509,0.05480000004172325,-0.022600000724196434,2.414799928665161,0.05480000004172325,0.6632000207901001,2.4346001148223877,0.05469999834895134,0.9742000102996826,2.434299945831299,0.05469999834895134,0.9743000268936157,2.4121999740600586,0.05480000004172325,0.6632000207901001,2.4346001148223877,0.05469999834895134,0.9743000268936157,2.4121999740600586,0.05480000004172325,0.6327999830245972,2.4123001098632812,0.05480000004172325,0.6327999830245972,2.4123001098632812,0.05480000004172325,0.9743000268936157,2.4121999740600586,0.05480000004172325,0.974399983882904,2.399899959564209,0.05480000004172325,0.6327999830245972,2.4123001098632812,0.05480000004172325,0.974399983882904,2.399899959564209,0.05480000004172325,0.6175000071525574,2.399899959564209,0.05480000004172325,0.36809998750686646,2.4386000633239746,0.05469999834895134,0.6632000207901001,2.4346001148223877,0.05469999834895134,0.6327999830245972,2.4123001098632812,0.05480000004172325,0.36809998750686646,2.4386000633239746,0.05469999834895134,0.6327999830245972,2.4123001098632812,0.05480000004172325,0.30880001187324524,2.416100025177002,0.05480000004172325,0.30880001187324524,2.416100025177002,0.05480000004172325,0.6327999830245972,2.4123001098632812,0.05480000004172325,0.6175000071525574,2.399899959564209,0.05480000004172325,0.30880001187324524,2.416100025177002,0.05480000004172325,0.6175000071525574,2.399899959564209,0.05480000004172325,0.27900001406669617,2.403700113296509,0.05480000004172325,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.4620000123977661,2.468899965286255,0.05469999834895134,-0.2870999872684479,2.4316999912261963,0.05480000004172325,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.2870999872684479,2.4316999912261963,0.05480000004172325,-0.28769999742507935,2.4300999641418457,0.05469999834895134,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.5791000127792358,2.515399932861328,0.05469999834895134,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.4620000123977661,2.468899965286255,0.05469999834895134,-0.2870999872684479,2.4316999912261963,0.05480000004172325,-0.4620000123977661,2.468899965286255,0.05469999834895134,-0.4413999915122986,2.473599910736084,0.05469999834895134,-0.2870999872684479,2.4316999912261963,0.05480000004172325,-0.4413999915122986,2.473599910736084,0.05469999834895134,-0.2689000070095062,2.4368999004364014,0.05480000004172325,-0.4620000123977661,2.468899965286255,0.05469999834895134,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.5559999942779541,2.5208001136779785,0.05469999834895134,-0.4620000123977661,2.468899965286255,0.05469999834895134,-0.5559999942779541,2.5208001136779785,0.05469999834895134,-0.4413999915122986,2.473599910736084,0.05469999834895134,-0.6988000273704529,2.626300096511841,0.05460000038146973,-0.6974999904632568,2.6273000240325928,0.05460000038146973,-0.651199996471405,2.5708999633789062,0.05460000038146973,-0.6988000273704529,2.626300096511841,0.05460000038146973,-0.651199996471405,2.5708999633789062,0.05460000038146973,-0.652400016784668,2.5697999000549316,0.05460000038146973,-0.651199996471405,2.5708999633789062,0.05460000038146973,-0.6974999904632568,2.6273000240325928,0.05460000038146973,-0.6740999817848206,2.630000114440918,0.05460000038146973,-0.651199996471405,2.5708999633789062,0.05460000038146973,-0.6740999817848206,2.630000114440918,0.05460000038146973,-0.6283000111579895,2.574399948120117,0.05460000038146973,-0.652400016784668,2.5697999000549316,0.05460000038146973,-0.651199996471405,2.5708999633789062,0.05460000038146973,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.652400016784668,2.5697999000549316,0.05460000038146973,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.5791000127792358,2.515399932861328,0.05469999834895134,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.651199996471405,2.5708999633789062,0.05460000038146973,-0.6283000111579895,2.574399948120117,0.05460000038146973,-0.5781000256538391,2.516700029373169,0.05469999834895134,-0.6283000111579895,2.574399948120117,0.05460000038146973,-0.5559999942779541,2.5208001136779785,0.05469999834895134,-0.47519999742507935,2.6465001106262207,0.05460000038146973,-0.43209999799728394,2.5954999923706055,0.05460000038146973,-0.5623000264167786,2.581899881362915,0.05460000038146973,-0.47519999742507935,2.6465001106262207,0.05460000038146973,-0.5623000264167786,2.581899881362915,0.05460000038146973,-0.607200026512146,2.635999917984009,0.05460000038146973,-0.43209999799728394,2.5954999923706055,0.05460000038146973,-0.366100013256073,2.546600103378296,0.05469999834895134,-0.49219998717308044,2.5299999713897705,0.05469999834895134,-0.43209999799728394,2.5954999923706055,0.05460000038146973,-0.49219998717308044,2.5299999713897705,0.05469999834895134,-0.5623000264167786,2.581899881362915,0.05460000038146973,-0.607200026512146,2.635999917984009,0.05460000038146973,-0.5623000264167786,2.581899881362915,0.05460000038146973,-0.6283000111579895,2.574399948120117,0.05460000038146973,-0.607200026512146,2.635999917984009,0.05460000038146973,-0.6283000111579895,2.574399948120117,0.05460000038146973,-0.6740999817848206,2.630000114440918,0.05460000038146973,-0.5623000264167786,2.581899881362915,0.05460000038146973,-0.49219998717308044,2.5299999713897705,0.05469999834895134,-0.5559999942779541,2.5208001136779785,0.05469999834895134,-0.5623000264167786,2.581899881362915,0.05460000038146973,-0.5559999942779541,2.5208001136779785,0.05469999834895134,-0.6283000111579895,2.574399948120117,0.05460000038146973,-0.263700008392334,2.5035998821258545,0.05469999834895134,-0.1111999973654747,2.4700000286102295,0.05469999834895134,-0.2160000056028366,2.448699951171875,0.05469999834895134,-0.263700008392334,2.5035998821258545,0.05469999834895134,-0.2160000056028366,2.448699951171875,0.05469999834895134,-0.38179999589920044,2.484299898147583,0.05469999834895134,-0.38179999589920044,2.484299898147583,0.05469999834895134,-0.2160000056028366,2.448699951171875,0.05469999834895134,-0.2689000070095062,2.4368999004364014,0.05480000004172325,-0.38179999589920044,2.484299898147583,0.05469999834895134,-0.2689000070095062,2.4368999004364014,0.05480000004172325,-0.4413999915122986,2.473599910736084,0.05469999834895134,-0.366100013256073,2.546600103378296,0.05469999834895134,-0.263700008392334,2.5035998821258545,0.05469999834895134,-0.38179999589920044,2.484299898147583,0.05469999834895134,-0.366100013256073,2.546600103378296,0.05469999834895134,-0.38179999589920044,2.484299898147583,0.05469999834895134,-0.49219998717308044,2.5299999713897705,0.05469999834895134,-0.49219998717308044,2.5299999713897705,0.05469999834895134,-0.38179999589920044,2.484299898147583,0.05469999834895134,-0.4413999915122986,2.473599910736084,0.05469999834895134,-0.49219998717308044,2.5299999713897705,0.05469999834895134,-0.4413999915122986,2.473599910736084,0.05469999834895134,-0.5559999942779541,2.5208001136779785,0.05469999834895134,-0.7368999719619751,2.67930006980896,0.021400000900030136,-0.7361999750137329,2.6796998977661133,0.021900000050663948,-0.7006000280380249,2.6250998973846436,0.02290000021457672,-0.7368999719619751,2.67930006980896,0.021400000900030136,-0.7006000280380249,2.6250998973846436,0.02290000021457672,-0.701200008392334,2.6245999336242676,0.022299999371170998,-0.7634000182151794,2.7316999435424805,0.020400000736117363,-0.7626000046730042,2.732100009918213,0.020999999716877937,-0.7361999750137329,2.6796998977661133,0.021900000050663948,-0.7634000182151794,2.7316999435424805,0.020400000736117363,-0.7361999750137329,2.6796998977661133,0.021900000050663948,-0.7368999719619751,2.67930006980896,0.021400000900030136,-0.7361999750137329,2.6796998977661133,0.021900000050663948,-0.7358999848365784,2.6798999309539795,0.023099999874830246,-0.7002999782562256,2.6252999305725098,0.024000000208616257,-0.7361999750137329,2.6796998977661133,0.021900000050663948,-0.7002999782562256,2.6252999305725098,0.024000000208616257,-0.7006000280380249,2.6250998973846436,0.02290000021457672,-0.7626000046730042,2.732100009918213,0.020999999716877937,-0.7623000144958496,2.7321999073028564,0.022199999541044235,-0.7358999848365784,2.6798999309539795,0.023099999874830246,-0.7626000046730042,2.732100009918213,0.020999999716877937,-0.7358999848365784,2.6798999309539795,0.023099999874830246,-0.7361999750137329,2.6796998977661133,0.021900000050663948,-0.7958999872207642,2.829900026321411,0.018799999728798866,-0.795199990272522,2.8301000595092773,0.01940000057220459,-0.7817000150680542,2.7822000980377197,0.02019999921321869,-0.7958999872207642,2.829900026321411,0.018799999728798866,-0.7817000150680542,2.7822000980377197,0.02019999921321869,-0.7825000286102295,2.7820000648498535,0.019600000232458115,-0.795199990272522,2.8301000595092773,0.01940000057220459,-0.7947999835014343,2.830199956893921,0.020600000396370888,-0.7813000082969666,2.782399892807007,0.021400000900030136,-0.795199990272522,2.8301000595092773,0.01940000057220459,-0.7813000082969666,2.782399892807007,0.021400000900030136,-0.7817000150680542,2.7822000980377197,0.02019999921321869,-0.7825000286102295,2.7820000648498535,0.019600000232458115,-0.7817000150680542,2.7822000980377197,0.02019999921321869,-0.7626000046730042,2.732100009918213,0.020999999716877937,-0.7825000286102295,2.7820000648498535,0.019600000232458115,-0.7626000046730042,2.732100009918213,0.020999999716877937,-0.7634000182151794,2.7316999435424805,0.020400000736117363,-0.7817000150680542,2.7822000980377197,0.02019999921321869,-0.7813000082969666,2.782399892807007,0.021400000900030136,-0.7623000144958496,2.7321999073028564,0.022199999541044235,-0.7817000150680542,2.7822000980377197,0.02019999921321869,-0.7623000144958496,2.7321999073028564,0.022199999541044235,-0.7626000046730042,2.732100009918213,0.020999999716877937,-0.7811999917030334,2.782399892807007,0.02710000053048134,-0.7811999917030334,2.782399892807007,0.023499999195337296,-0.7946000099182129,2.830199956893921,0.02280000038444996,-0.7811999917030334,2.782399892807007,0.02710000053048134,-0.7946000099182129,2.830199956893921,0.02280000038444996,-0.7946000099182129,2.830199956893921,0.026399999856948853,-0.7621999979019165,2.732300043106079,0.027799999341368675,-0.7621999979019165,2.732300043106079,0.024299999698996544,-0.7811999917030334,2.782399892807007,0.023499999195337296,-0.7621999979019165,2.732300043106079,0.027799999341368675,-0.7811999917030334,2.782399892807007,0.023499999195337296,-0.7811999917030334,2.782399892807007,0.02710000053048134,-0.7811999917030334,2.782399892807007,0.023499999195337296,-0.7813000082969666,2.782399892807007,0.021400000900030136,-0.7947999835014343,2.830199956893921,0.020600000396370888,-0.7811999917030334,2.782399892807007,0.023499999195337296,-0.7947999835014343,2.830199956893921,0.020600000396370888,-0.7946000099182129,2.830199956893921,0.02280000038444996,-0.7621999979019165,2.732300043106079,0.024299999698996544,-0.7623000144958496,2.7321999073028564,0.022199999541044235,-0.7813000082969666,2.782399892807007,0.021400000900030136,-0.7621999979019165,2.732300043106079,0.024299999698996544,-0.7813000082969666,2.782399892807007,0.021400000900030136,-0.7811999917030334,2.782399892807007,0.023499999195337296,-0.7002000212669373,2.6254000663757324,0.029400000348687172,-0.7002000212669373,2.6254000663757324,0.026100000366568565,-0.7357000112533569,2.6798999309539795,0.025200000032782555,-0.7002000212669373,2.6254000663757324,0.029400000348687172,-0.7357000112533569,2.6798999309539795,0.025200000032782555,-0.7357000112533569,2.6798999309539795,0.028599999845027924,-0.7002000212669373,2.6254000663757324,0.026100000366568565,-0.7002999782562256,2.6252999305725098,0.024000000208616257,-0.7358999848365784,2.6798999309539795,0.023099999874830246,-0.7002000212669373,2.6254000663757324,0.026100000366568565,-0.7358999848365784,2.6798999309539795,0.023099999874830246,-0.7357000112533569,2.6798999309539795,0.025200000032782555,-0.7357000112533569,2.6798999309539795,0.028599999845027924,-0.7357000112533569,2.6798999309539795,0.025200000032782555,-0.7621999979019165,2.732300043106079,0.024299999698996544,-0.7357000112533569,2.6798999309539795,0.028599999845027924,-0.7621999979019165,2.732300043106079,0.024299999698996544,-0.7621999979019165,2.732300043106079,0.027799999341368675,-0.7357000112533569,2.6798999309539795,0.025200000032782555,-0.7358999848365784,2.6798999309539795,0.023099999874830246,-0.7623000144958496,2.7321999073028564,0.022199999541044235,-0.7357000112533569,2.6798999309539795,0.025200000032782555,-0.7623000144958496,2.7321999073028564,0.022199999541044235,-0.7621999979019165,2.732300043106079,0.024299999698996544,-0.8055999875068665,2.875499963760376,0.01810000091791153,-0.8047999739646912,2.8756000995635986,0.01860000006854534,-0.795199990272522,2.8301000595092773,0.01940000057220459,-0.8055999875068665,2.875499963760376,0.01810000091791153,-0.795199990272522,2.8301000595092773,0.01940000057220459,-0.7958999872207642,2.829900026321411,0.018799999728798866,-0.8119000196456909,2.919300079345703,0.017400000244379044,-0.8111000061035156,2.9193999767303467,0.017999999225139618,-0.8047999739646912,2.8756000995635986,0.01860000006854534,-0.8119000196456909,2.919300079345703,0.017400000244379044,-0.8047999739646912,2.8756000995635986,0.01860000006854534,-0.8055999875068665,2.875499963760376,0.01810000091791153,-0.8047999739646912,2.8756000995635986,0.01860000006854534,-0.8044000267982483,2.875699996948242,0.019899999722838402,-0.7947999835014343,2.830199956893921,0.020600000396370888,-0.8047999739646912,2.8756000995635986,0.01860000006854534,-0.7947999835014343,2.830199956893921,0.020600000396370888,-0.795199990272522,2.8301000595092773,0.01940000057220459,-0.8111000061035156,2.9193999767303467,0.017999999225139618,-0.8108000159263611,2.9193999767303467,0.019200000911951065,-0.8044000267982483,2.875699996948242,0.019899999722838402,-0.8111000061035156,2.9193999767303467,0.017999999225139618,-0.8044000267982483,2.875699996948242,0.019899999722838402,-0.8047999739646912,2.8756000995635986,0.01860000006854534,-0.8163999915122986,3.003999948501587,0.01679999940097332,-0.815500020980835,3.003999948501587,0.017400000244379044,-0.8145999908447266,2.9619998931884766,0.017500000074505806,-0.8163999915122986,3.003999948501587,0.01679999940097332,-0.8145999908447266,2.9619998931884766,0.017500000074505806,-0.8152999877929688,2.961899995803833,0.017000000923871994,-0.815500020980835,3.003999948501587,0.017400000244379044,-0.8151000142097473,3.003999948501587,0.01860000006854534,-0.8141999840736389,2.9619998931884766,0.018799999728798866,-0.815500020980835,3.003999948501587,0.017400000244379044,-0.8141999840736389,2.9619998931884766,0.018799999728798866,-0.8145999908447266,2.9619998931884766,0.017500000074505806,-0.8152999877929688,2.961899995803833,0.017000000923871994,-0.8145999908447266,2.9619998931884766,0.017500000074505806,-0.8111000061035156,2.9193999767303467,0.017999999225139618,-0.8152999877929688,2.961899995803833,0.017000000923871994,-0.8111000061035156,2.9193999767303467,0.017999999225139618,-0.8119000196456909,2.919300079345703,0.017400000244379044,-0.8145999908447266,2.9619998931884766,0.017500000074505806,-0.8141999840736389,2.9619998931884766,0.018799999728798866,-0.8108000159263611,2.9193999767303467,0.019200000911951065,-0.8145999908447266,2.9619998931884766,0.017500000074505806,-0.8108000159263611,2.9193999767303467,0.019200000911951065,-0.8111000061035156,2.9193999767303467,0.017999999225139618,-0.8140000104904175,2.9619998931884766,0.024800000712275505,-0.8140000104904175,2.9619998931884766,0.0210999995470047,-0.8149999976158142,3.003999948501587,0.020899999886751175,-0.8140000104904175,2.9619998931884766,0.024800000712275505,-0.8149999976158142,3.003999948501587,0.020899999886751175,-0.8149999976158142,3.003999948501587,0.024700000882148743,-0.8105999827384949,2.9193999767303467,0.025299999862909317,-0.8105999827384949,2.9193999767303467,0.0215000007301569,-0.8140000104904175,2.9619998931884766,0.0210999995470047,-0.8105999827384949,2.9193999767303467,0.025299999862909317,-0.8140000104904175,2.9619998931884766,0.0210999995470047,-0.8140000104904175,2.9619998931884766,0.024800000712275505,-0.8140000104904175,2.9619998931884766,0.0210999995470047,-0.8141999840736389,2.9619998931884766,0.018799999728798866,-0.8151000142097473,3.003999948501587,0.01860000006854534,-0.8140000104904175,2.9619998931884766,0.0210999995470047,-0.8151000142097473,3.003999948501587,0.01860000006854534,-0.8149999976158142,3.003999948501587,0.020899999886751175,-0.8105999827384949,2.9193999767303467,0.0215000007301569,-0.8108000159263611,2.9193999767303467,0.019200000911951065,-0.8141999840736389,2.9619998931884766,0.018799999728798866,-0.8105999827384949,2.9193999767303467,0.0215000007301569,-0.8141999840736389,2.9619998931884766,0.018799999728798866,-0.8140000104904175,2.9619998931884766,0.0210999995470047,-0.7946000099182129,2.830199956893921,0.026399999856948853,-0.7946000099182129,2.830199956893921,0.02280000038444996,-0.8043000102043152,2.875699996948242,0.022099999710917473,-0.7946000099182129,2.830199956893921,0.026399999856948853,-0.8043000102043152,2.875699996948242,0.022099999710917473,-0.8043000102043152,2.875699996948242,0.025800000876188278,-0.7946000099182129,2.830199956893921,0.02280000038444996,-0.7947999835014343,2.830199956893921,0.020600000396370888,-0.8044000267982483,2.875699996948242,0.019899999722838402,-0.7946000099182129,2.830199956893921,0.02280000038444996,-0.8044000267982483,2.875699996948242,0.019899999722838402,-0.8043000102043152,2.875699996948242,0.022099999710917473,-0.8043000102043152,2.875699996948242,0.025800000876188278,-0.8043000102043152,2.875699996948242,0.022099999710917473,-0.8105999827384949,2.9193999767303467,0.0215000007301569,-0.8043000102043152,2.875699996948242,0.025800000876188278,-0.8105999827384949,2.9193999767303467,0.0215000007301569,-0.8105999827384949,2.9193999767303467,0.025299999862909317,-0.8043000102043152,2.875699996948242,0.022099999710917473,-0.8044000267982483,2.875699996948242,0.019899999722838402,-0.8108000159263611,2.9193999767303467,0.019200000911951065,-0.8043000102043152,2.875699996948242,0.022099999710917473,-0.8108000159263611,2.9193999767303467,0.019200000911951065,-0.8105999827384949,2.9193999767303467,0.0215000007301569,-0.8152999877929688,3.0460000038146973,0.017000000923871994,-0.8145999908447266,3.0459001064300537,0.017500000074505806,-0.815500020980835,3.003999948501587,0.017400000244379044,-0.8152999877929688,3.0460000038146973,0.017000000923871994,-0.815500020980835,3.003999948501587,0.017400000244379044,-0.8163999915122986,3.003999948501587,0.01679999940097332,-0.8119000196456909,3.088599920272827,0.017400000244379044,-0.8111000061035156,3.0885000228881836,0.017999999225139618,-0.8145999908447266,3.0459001064300537,0.017500000074505806,-0.8119000196456909,3.088599920272827,0.017400000244379044,-0.8145999908447266,3.0459001064300537,0.017500000074505806,-0.8152999877929688,3.0460000038146973,0.017000000923871994,-0.8145999908447266,3.0459001064300537,0.017500000074505806,-0.8141999840736389,3.0459001064300537,0.018799999728798866,-0.8151000142097473,3.003999948501587,0.01860000006854534,-0.8145999908447266,3.0459001064300537,0.017500000074505806,-0.8151000142097473,3.003999948501587,0.01860000006854534,-0.815500020980835,3.003999948501587,0.017400000244379044,-0.8111000061035156,3.0885000228881836,0.017999999225139618,-0.8108000159263611,3.0885000228881836,0.019200000911951065,-0.8141999840736389,3.0459001064300537,0.018799999728798866,-0.8111000061035156,3.0885000228881836,0.017999999225139618,-0.8141999840736389,3.0459001064300537,0.018799999728798866,-0.8145999908447266,3.0459001064300537,0.017500000074505806,-0.7958999872207642,3.177999973297119,0.018799999728798866,-0.795199990272522,3.177799940109253,0.01940000057220459,-0.8047999739646912,3.1322999000549316,0.01860000006854534,-0.7958999872207642,3.177999973297119,0.018799999728798866,-0.8047999739646912,3.1322999000549316,0.01860000006854534,-0.8055999875068665,3.1324000358581543,0.01810000091791153,-0.795199990272522,3.177799940109253,0.01940000057220459,-0.7947999835014343,3.1777000427246094,0.020600000396370888,-0.8044000267982483,3.132200002670288,0.019899999722838402,-0.795199990272522,3.177799940109253,0.01940000057220459,-0.8044000267982483,3.132200002670288,0.019899999722838402,-0.8047999739646912,3.1322999000549316,0.01860000006854534,-0.8055999875068665,3.1324000358581543,0.01810000091791153,-0.8047999739646912,3.1322999000549316,0.01860000006854534,-0.8111000061035156,3.0885000228881836,0.017999999225139618,-0.8055999875068665,3.1324000358581543,0.01810000091791153,-0.8111000061035156,3.0885000228881836,0.017999999225139618,-0.8119000196456909,3.088599920272827,0.017400000244379044,-0.8047999739646912,3.1322999000549316,0.01860000006854534,-0.8044000267982483,3.132200002670288,0.019899999722838402,-0.8108000159263611,3.0885000228881836,0.019200000911951065,-0.8047999739646912,3.1322999000549316,0.01860000006854534,-0.8108000159263611,3.0885000228881836,0.019200000911951065,-0.8111000061035156,3.0885000228881836,0.017999999225139618,-0.8043000102043152,3.132200002670288,0.025800000876188278,-0.8043000102043152,3.132200002670288,0.022099999710917473,-0.7946000099182129,3.1777000427246094,0.02280000038444996,-0.8043000102043152,3.132200002670288,0.025800000876188278,-0.7946000099182129,3.1777000427246094,0.02280000038444996,-0.7946000099182129,3.1777000427246094,0.026399999856948853,-0.8105999827384949,3.0885000228881836,0.025299999862909317,-0.8105999827384949,3.0885000228881836,0.0215000007301569,-0.8043000102043152,3.132200002670288,0.022099999710917473,-0.8105999827384949,3.0885000228881836,0.025299999862909317,-0.8043000102043152,3.132200002670288,0.022099999710917473,-0.8043000102043152,3.132200002670288,0.025800000876188278,-0.8043000102043152,3.132200002670288,0.022099999710917473,-0.8044000267982483,3.132200002670288,0.019899999722838402,-0.7947999835014343,3.1777000427246094,0.020600000396370888,-0.8043000102043152,3.132200002670288,0.022099999710917473,-0.7947999835014343,3.1777000427246094,0.020600000396370888,-0.7946000099182129,3.1777000427246094,0.02280000038444996,-0.8105999827384949,3.0885000228881836,0.0215000007301569,-0.8108000159263611,3.0885000228881836,0.019200000911951065,-0.8044000267982483,3.132200002670288,0.019899999722838402,-0.8105999827384949,3.0885000228881836,0.0215000007301569,-0.8044000267982483,3.132200002670288,0.019899999722838402,-0.8043000102043152,3.132200002670288,0.022099999710917473,-0.8149999976158142,3.003999948501587,0.024700000882148743,-0.8149999976158142,3.003999948501587,0.020899999886751175,-0.8140000104904175,3.0459001064300537,0.0210999995470047,-0.8149999976158142,3.003999948501587,0.024700000882148743,-0.8140000104904175,3.0459001064300537,0.0210999995470047,-0.8140000104904175,3.0459001064300537,0.024800000712275505,-0.8149999976158142,3.003999948501587,0.020899999886751175,-0.8151000142097473,3.003999948501587,0.01860000006854534,-0.8141999840736389,3.0459001064300537,0.018799999728798866,-0.8149999976158142,3.003999948501587,0.020899999886751175,-0.8141999840736389,3.0459001064300537,0.018799999728798866,-0.8140000104904175,3.0459001064300537,0.0210999995470047,-0.8140000104904175,3.0459001064300537,0.024800000712275505,-0.8140000104904175,3.0459001064300537,0.0210999995470047,-0.8105999827384949,3.0885000228881836,0.0215000007301569,-0.8140000104904175,3.0459001064300537,0.024800000712275505,-0.8105999827384949,3.0885000228881836,0.0215000007301569,-0.8105999827384949,3.0885000228881836,0.025299999862909317,-0.8140000104904175,3.0459001064300537,0.0210999995470047,-0.8141999840736389,3.0459001064300537,0.018799999728798866,-0.8108000159263611,3.0885000228881836,0.019200000911951065,-0.8140000104904175,3.0459001064300537,0.0210999995470047,-0.8108000159263611,3.0885000228881836,0.019200000911951065,-0.8105999827384949,3.0885000228881836,0.0215000007301569,-0.7825000286102295,3.2258999347686768,0.019600000232458115,-0.7817000150680542,3.2256999015808105,0.02019999921321869,-0.795199990272522,3.177799940109253,0.01940000057220459,-0.7825000286102295,3.2258999347686768,0.019600000232458115,-0.795199990272522,3.177799940109253,0.01940000057220459,-0.7958999872207642,3.177999973297119,0.018799999728798866,-0.7634000182151794,3.27620005607605,0.020400000736117363,-0.7626000046730042,3.2757999897003174,0.020999999716877937,-0.7817000150680542,3.2256999015808105,0.02019999921321869,-0.7634000182151794,3.27620005607605,0.020400000736117363,-0.7817000150680542,3.2256999015808105,0.02019999921321869,-0.7825000286102295,3.2258999347686768,0.019600000232458115,-0.7817000150680542,3.2256999015808105,0.02019999921321869,-0.7813000082969666,3.2255001068115234,0.021400000900030136,-0.7947999835014343,3.1777000427246094,0.020600000396370888,-0.7817000150680542,3.2256999015808105,0.02019999921321869,-0.7947999835014343,3.1777000427246094,0.020600000396370888,-0.795199990272522,3.177799940109253,0.01940000057220459,-0.7626000046730042,3.2757999897003174,0.020999999716877937,-0.7623000144958496,3.275700092315674,0.022199999541044235,-0.7813000082969666,3.2255001068115234,0.021400000900030136,-0.7626000046730042,3.2757999897003174,0.020999999716877937,-0.7813000082969666,3.2255001068115234,0.021400000900030136,-0.7817000150680542,3.2256999015808105,0.02019999921321869,-0.701200008392334,3.3833000659942627,0.022299999371170998,-0.7006000280380249,3.3828001022338867,0.02290000021457672,-0.7361999750137329,3.328200101852417,0.021900000050663948,-0.701200008392334,3.3833000659942627,0.022299999371170998,-0.7361999750137329,3.328200101852417,0.021900000050663948,-0.7368999719619751,3.3285999298095703,0.021400000900030136,-0.7006000280380249,3.3828001022338867,0.02290000021457672,-0.7002999782562256,3.3826000690460205,0.024000000208616257,-0.7358999848365784,3.328000068664551,0.023099999874830246,-0.7006000280380249,3.3828001022338867,0.02290000021457672,-0.7358999848365784,3.328000068664551,0.023099999874830246,-0.7361999750137329,3.328200101852417,0.021900000050663948,-0.7368999719619751,3.3285999298095703,0.021400000900030136,-0.7361999750137329,3.328200101852417,0.021900000050663948,-0.7626000046730042,3.2757999897003174,0.020999999716877937,-0.7368999719619751,3.3285999298095703,0.021400000900030136,-0.7626000046730042,3.2757999897003174,0.020999999716877937,-0.7634000182151794,3.27620005607605,0.020400000736117363,-0.7361999750137329,3.328200101852417,0.021900000050663948,-0.7358999848365784,3.328000068664551,0.023099999874830246,-0.7623000144958496,3.275700092315674,0.022199999541044235,-0.7361999750137329,3.328200101852417,0.021900000050663948,-0.7623000144958496,3.275700092315674,0.022199999541044235,-0.7626000046730042,3.2757999897003174,0.020999999716877937,-0.7357000112533569,3.328000068664551,0.028599999845027924,-0.7357000112533569,3.328000068664551,0.025200000032782555,-0.7002000212669373,3.382499933242798,0.026100000366568565,-0.7357000112533569,3.328000068664551,0.028599999845027924,-0.7002000212669373,3.382499933242798,0.026100000366568565,-0.7002000212669373,3.382499933242798,0.029400000348687172,-0.7621999979019165,3.275599956512451,0.027799999341368675,-0.7621999979019165,3.275599956512451,0.024299999698996544,-0.7357000112533569,3.328000068664551,0.025200000032782555,-0.7621999979019165,3.275599956512451,0.027799999341368675,-0.7357000112533569,3.328000068664551,0.025200000032782555,-0.7357000112533569,3.328000068664551,0.028599999845027924,-0.7357000112533569,3.328000068664551,0.025200000032782555,-0.7358999848365784,3.328000068664551,0.023099999874830246,-0.7002999782562256,3.3826000690460205,0.024000000208616257,-0.7357000112533569,3.328000068664551,0.025200000032782555,-0.7002999782562256,3.3826000690460205,0.024000000208616257,-0.7002000212669373,3.382499933242798,0.026100000366568565,-0.7621999979019165,3.275599956512451,0.024299999698996544,-0.7623000144958496,3.275700092315674,0.022199999541044235,-0.7358999848365784,3.328000068664551,0.023099999874830246,-0.7621999979019165,3.275599956512451,0.024299999698996544,-0.7358999848365784,3.328000068664551,0.023099999874830246,-0.7357000112533569,3.328000068664551,0.025200000032782555,-0.7946000099182129,3.1777000427246094,0.026399999856948853,-0.7946000099182129,3.1777000427246094,0.02280000038444996,-0.7811999917030334,3.2255001068115234,0.023499999195337296,-0.7946000099182129,3.1777000427246094,0.026399999856948853,-0.7811999917030334,3.2255001068115234,0.023499999195337296,-0.7811999917030334,3.2255001068115234,0.02710000053048134,-0.7946000099182129,3.1777000427246094,0.02280000038444996,-0.7947999835014343,3.1777000427246094,0.020600000396370888,-0.7813000082969666,3.2255001068115234,0.021400000900030136,-0.7946000099182129,3.1777000427246094,0.02280000038444996,-0.7813000082969666,3.2255001068115234,0.021400000900030136,-0.7811999917030334,3.2255001068115234,0.023499999195337296,-0.7811999917030334,3.2255001068115234,0.02710000053048134,-0.7811999917030334,3.2255001068115234,0.023499999195337296,-0.7621999979019165,3.275599956512451,0.024299999698996544,-0.7811999917030334,3.2255001068115234,0.02710000053048134,-0.7621999979019165,3.275599956512451,0.024299999698996544,-0.7621999979019165,3.275599956512451,0.027799999341368675,-0.7811999917030334,3.2255001068115234,0.023499999195337296,-0.7813000082969666,3.2255001068115234,0.021400000900030136,-0.7623000144958496,3.275700092315674,0.022199999541044235,-0.7811999917030334,3.2255001068115234,0.023499999195337296,-0.7623000144958496,3.275700092315674,0.022199999541044235,-0.7621999979019165,3.275599956512451,0.024299999698996544,-0.6546000242233276,3.4400999546051025,0.023399999365210533,-0.6539999842643738,3.4395999908447266,0.024000000208616257,-0.7006000280380249,3.3828001022338867,0.02290000021457672,-0.6546000242233276,3.4400999546051025,0.023399999365210533,-0.7006000280380249,3.3828001022338867,0.02290000021457672,-0.701200008392334,3.3833000659942627,0.022299999371170998,-0.5809000134468079,3.494800090789795,0.024399999529123306,-0.5803999900817871,3.4941999912261963,0.02500000037252903,-0.6539999842643738,3.4395999908447266,0.024000000208616257,-0.5809000134468079,3.494800090789795,0.024399999529123306,-0.6539999842643738,3.4395999908447266,0.024000000208616257,-0.6546000242233276,3.4400999546051025,0.023399999365210533,-0.6539999842643738,3.4395999908447266,0.024000000208616257,-0.6536999940872192,3.439300060272217,0.025100000202655792,-0.7002999782562256,3.3826000690460205,0.024000000208616257,-0.6539999842643738,3.4395999908447266,0.024000000208616257,-0.7002999782562256,3.3826000690460205,0.024000000208616257,-0.7006000280380249,3.3828001022338867,0.02290000021457672,-0.5803999900817871,3.4941999912261963,0.02500000037252903,-0.5802000164985657,3.493799924850464,0.026100000366568565,-0.6536999940872192,3.439300060272217,0.025100000202655792,-0.5803999900817871,3.4941999912261963,0.02500000037252903,-0.6536999940872192,3.439300060272217,0.025100000202655792,-0.6539999842643738,3.4395999908447266,0.024000000208616257,-0.289000004529953,3.5804998874664307,0.026200000196695328,-0.28859999775886536,3.5797998905181885,0.026799999177455902,-0.46399998664855957,3.54229998588562,0.026000000536441803,-0.289000004529953,3.5804998874664307,0.026200000196695328,-0.46399998664855957,3.54229998588562,0.026000000536441803,-0.4643999934196472,3.5429999828338623,0.02539999969303608,-0.28859999775886536,3.5797998905181885,0.026799999177455902,-0.28850001096725464,3.579400062561035,0.027799999341368675,-0.46380001306533813,3.5420000553131104,0.02710000053048134,-0.28859999775886536,3.5797998905181885,0.026799999177455902,-0.46380001306533813,3.5420000553131104,0.02710000053048134,-0.46399998664855957,3.54229998588562,0.026000000536441803,-0.4643999934196472,3.5429999828338623,0.02539999969303608,-0.46399998664855957,3.54229998588562,0.026000000536441803,-0.5803999900817871,3.4941999912261963,0.02500000037252903,-0.4643999934196472,3.5429999828338623,0.02539999969303608,-0.5803999900817871,3.4941999912261963,0.02500000037252903,-0.5809000134468079,3.494800090789795,0.024399999529123306,-0.46399998664855957,3.54229998588562,0.026000000536441803,-0.46380001306533813,3.5420000553131104,0.02710000053048134,-0.5802000164985657,3.493799924850464,0.026100000366568565,-0.46399998664855957,3.54229998588562,0.026000000536441803,-0.5802000164985657,3.493799924850464,0.026100000366568565,-0.5803999900817871,3.4941999912261963,0.02500000037252903,-0.46369999647140503,3.5418999195098877,0.03200000151991844,-0.46369999647140503,3.5418999195098877,0.028999999165534973,-0.28839999437332153,3.5792999267578125,0.02969999983906746,-0.46369999647140503,3.5418999195098877,0.03200000151991844,-0.28839999437332153,3.5792999267578125,0.02969999983906746,-0.28839999437332153,3.5792999267578125,0.03269999846816063,-0.5800999999046326,3.493799924850464,0.031199999153614044,-0.5800999999046326,3.493799924850464,0.02810000069439411,-0.46369999647140503,3.5418999195098877,0.028999999165534973,-0.5800999999046326,3.493799924850464,0.031199999153614044,-0.46369999647140503,3.5418999195098877,0.028999999165534973,-0.46369999647140503,3.5418999195098877,0.03200000151991844,-0.46369999647140503,3.5418999195098877,0.028999999165534973,-0.46380001306533813,3.5420000553131104,0.02710000053048134,-0.28850001096725464,3.579400062561035,0.027799999341368675,-0.46369999647140503,3.5418999195098877,0.028999999165534973,-0.28850001096725464,3.579400062561035,0.027799999341368675,-0.28839999437332153,3.5792999267578125,0.02969999983906746,-0.5800999999046326,3.493799924850464,0.02810000069439411,-0.5802000164985657,3.493799924850464,0.026100000366568565,-0.46380001306533813,3.5420000553131104,0.02710000053048134,-0.5800999999046326,3.493799924850464,0.02810000069439411,-0.46380001306533813,3.5420000553131104,0.02710000053048134,-0.46369999647140503,3.5418999195098877,0.028999999165534973,-0.7002000212669373,3.382499933242798,0.029400000348687172,-0.7002000212669373,3.382499933242798,0.026100000366568565,-0.6535999774932861,3.439199924468994,0.02710000053048134,-0.7002000212669373,3.382499933242798,0.029400000348687172,-0.6535999774932861,3.439199924468994,0.02710000053048134,-0.6535999774932861,3.439199924468994,0.030300000682473183,-0.7002000212669373,3.382499933242798,0.026100000366568565,-0.7002999782562256,3.3826000690460205,0.024000000208616257,-0.6536999940872192,3.439300060272217,0.025100000202655792,-0.7002000212669373,3.382499933242798,0.026100000366568565,-0.6536999940872192,3.439300060272217,0.025100000202655792,-0.6535999774932861,3.439199924468994,0.02710000053048134,-0.6535999774932861,3.439199924468994,0.030300000682473183,-0.6535999774932861,3.439199924468994,0.02710000053048134,-0.5800999999046326,3.493799924850464,0.02810000069439411,-0.6535999774932861,3.439199924468994,0.030300000682473183,-0.5800999999046326,3.493799924850464,0.02810000069439411,-0.5800999999046326,3.493799924850464,0.031199999153614044,-0.6535999774932861,3.439199924468994,0.02710000053048134,-0.6536999940872192,3.439300060272217,0.025100000202655792,-0.5802000164985657,3.493799924850464,0.026100000366568565,-0.6535999774932861,3.439199924468994,0.02710000053048134,-0.5802000164985657,3.493799924850464,0.026100000366568565,-0.5800999999046326,3.493799924850464,0.02810000069439411,-0.038600001484155655,3.6029999256134033,0.026599999517202377,-0.03840000182390213,3.6022000312805176,0.0272000003606081,-0.28859999775886536,3.5797998905181885,0.026799999177455902,-0.038600001484155655,3.6029999256134033,0.026599999517202377,-0.28859999775886536,3.5797998905181885,0.026799999177455902,-0.289000004529953,3.5804998874664307,0.026200000196695328,0.2678999900817871,3.614300012588501,0.026900000870227814,0.2680000066757202,3.6135001182556152,0.027400000020861626,-0.03840000182390213,3.6022000312805176,0.0272000003606081,0.2678999900817871,3.614300012588501,0.026900000870227814,-0.03840000182390213,3.6022000312805176,0.0272000003606081,-0.038600001484155655,3.6029999256134033,0.026599999517202377,-0.03840000182390213,3.6022000312805176,0.0272000003606081,-0.03830000013113022,3.601900100708008,0.028300000354647636,-0.28850001096725464,3.579400062561035,0.027799999341368675,-0.03840000182390213,3.6022000312805176,0.0272000003606081,-0.28850001096725464,3.579400062561035,0.027799999341368675,-0.28859999775886536,3.5797998905181885,0.026799999177455902,0.2680000066757202,3.6135001182556152,0.027400000020861626,0.26809999346733093,3.613100051879883,0.02850000001490116,-0.03830000013113022,3.601900100708008,0.028300000354647636,0.2680000066757202,3.6135001182556152,0.027400000020861626,-0.03830000013113022,3.601900100708008,0.028300000354647636,-0.03840000182390213,3.6022000312805176,0.0272000003606081,0.974399983882904,3.618000030517578,0.027000000700354576,0.974399983882904,3.6171998977661133,0.027499999850988388,0.6118999719619751,3.6171998977661133,0.027499999850988388,0.974399983882904,3.618000030517578,0.027000000700354576,0.6118999719619751,3.6171998977661133,0.027499999850988388,0.6118000149726868,3.618000030517578,0.027000000700354576,0.974399983882904,3.6171998977661133,0.027499999850988388,0.974399983882904,3.61680006980896,0.028599999845027924,0.6118999719619751,3.61680006980896,0.028599999845027924,0.974399983882904,3.6171998977661133,0.027499999850988388,0.6118999719619751,3.61680006980896,0.028599999845027924,0.6118999719619751,3.6171998977661133,0.027499999850988388,0.6118000149726868,3.618000030517578,0.027000000700354576,0.6118999719619751,3.6171998977661133,0.027499999850988388,0.2680000066757202,3.6135001182556152,0.027400000020861626,0.6118000149726868,3.618000030517578,0.027000000700354576,0.2680000066757202,3.6135001182556152,0.027400000020861626,0.2678999900817871,3.614300012588501,0.026900000870227814,0.6118999719619751,3.6171998977661133,0.027499999850988388,0.6118999719619751,3.61680006980896,0.028599999845027924,0.26809999346733093,3.613100051879883,0.02850000001490116,0.6118999719619751,3.6171998977661133,0.027499999850988388,0.26809999346733093,3.613100051879883,0.02850000001490116,0.2680000066757202,3.6135001182556152,0.027400000020861626,0.6118999719619751,3.6166999340057373,0.0333000011742115,0.6118999719619751,3.6166999340057373,0.030400000512599945,0.974399983882904,3.6166999340057373,0.030400000512599945,0.6118999719619751,3.6166999340057373,0.0333000011742115,0.974399983882904,3.6166999340057373,0.030400000512599945,0.974399983882904,3.6166999340057373,0.0333000011742115,0.26809999346733093,3.61299991607666,0.03319999948143959,0.26809999346733093,3.61299991607666,0.030400000512599945,0.6118999719619751,3.6166999340057373,0.030400000512599945,0.26809999346733093,3.61299991607666,0.03319999948143959,0.6118999719619751,3.6166999340057373,0.030400000512599945,0.6118999719619751,3.6166999340057373,0.0333000011742115,0.6118999719619751,3.6166999340057373,0.030400000512599945,0.6118999719619751,3.61680006980896,0.028599999845027924,0.974399983882904,3.61680006980896,0.028599999845027924,0.6118999719619751,3.6166999340057373,0.030400000512599945,0.974399983882904,3.61680006980896,0.028599999845027924,0.974399983882904,3.6166999340057373,0.030400000512599945,0.26809999346733093,3.61299991607666,0.030400000512599945,0.26809999346733093,3.613100051879883,0.02850000001490116,0.6118999719619751,3.61680006980896,0.028599999845027924,0.26809999346733093,3.61299991607666,0.030400000512599945,0.6118999719619751,3.61680006980896,0.028599999845027924,0.6118999719619751,3.6166999340057373,0.030400000512599945,-0.28839999437332153,3.5792999267578125,0.03269999846816063,-0.28839999437332153,3.5792999267578125,0.02969999983906746,-0.03819999843835831,3.6017000675201416,0.03020000085234642,-0.28839999437332153,3.5792999267578125,0.03269999846816063,-0.03819999843835831,3.6017000675201416,0.03020000085234642,-0.03819999843835831,3.6017000675201416,0.032999999821186066,-0.28839999437332153,3.5792999267578125,0.02969999983906746,-0.28850001096725464,3.579400062561035,0.027799999341368675,-0.03830000013113022,3.601900100708008,0.028300000354647636,-0.28839999437332153,3.5792999267578125,0.02969999983906746,-0.03830000013113022,3.601900100708008,0.028300000354647636,-0.03819999843835831,3.6017000675201416,0.03020000085234642,-0.03819999843835831,3.6017000675201416,0.032999999821186066,-0.03819999843835831,3.6017000675201416,0.03020000085234642,0.26809999346733093,3.61299991607666,0.030400000512599945,-0.03819999843835831,3.6017000675201416,0.032999999821186066,0.26809999346733093,3.61299991607666,0.030400000512599945,0.26809999346733093,3.61299991607666,0.03319999948143959,-0.03819999843835831,3.6017000675201416,0.03020000085234642,-0.03830000013113022,3.601900100708008,0.028300000354647636,0.26809999346733093,3.613100051879883,0.02850000001490116,-0.03819999843835831,3.6017000675201416,0.03020000085234642,0.26809999346733093,3.613100051879883,0.02850000001490116,0.26809999346733093,3.61299991607666,0.030400000512599945,1.3371000289916992,3.618000030517578,0.027000000700354576,1.3370000123977661,3.6171998977661133,0.027499999850988388,0.974399983882904,3.6171998977661133,0.027499999850988388,1.3371000289916992,3.618000030517578,0.027000000700354576,0.974399983882904,3.6171998977661133,0.027499999850988388,0.974399983882904,3.618000030517578,0.027000000700354576,1.680999994277954,3.614300012588501,0.026900000870227814,1.680799961090088,3.6135001182556152,0.027400000020861626,1.3370000123977661,3.6171998977661133,0.027499999850988388,1.680999994277954,3.614300012588501,0.026900000870227814,1.3370000123977661,3.6171998977661133,0.027499999850988388,1.3371000289916992,3.618000030517578,0.027000000700354576,1.3370000123977661,3.6171998977661133,0.027499999850988388,1.3370000123977661,3.61680006980896,0.028599999845027924,0.974399983882904,3.61680006980896,0.028599999845027924,1.3370000123977661,3.6171998977661133,0.027499999850988388,0.974399983882904,3.61680006980896,0.028599999845027924,0.974399983882904,3.6171998977661133,0.027499999850988388,1.680799961090088,3.6135001182556152,0.027400000020861626,1.6806999444961548,3.613100051879883,0.02850000001490116,1.3370000123977661,3.61680006980896,0.028599999845027924,1.680799961090088,3.6135001182556152,0.027400000020861626,1.3370000123977661,3.61680006980896,0.028599999845027924,1.3370000123977661,3.6171998977661133,0.027499999850988388,2.237799882888794,3.5804998874664307,0.026200000196695328,2.237499952316284,3.5797998905181885,0.026799999177455902,1.9873000383377075,3.6022000312805176,0.0272000003606081,2.237799882888794,3.5804998874664307,0.026200000196695328,1.9873000383377075,3.6022000312805176,0.0272000003606081,1.9874999523162842,3.6029999256134033,0.026599999517202377,2.237499952316284,3.5797998905181885,0.026799999177455902,2.237299919128418,3.579400062561035,0.027799999341368675,1.9871000051498413,3.601900100708008,0.028300000354647636,2.237499952316284,3.5797998905181885,0.026799999177455902,1.9871000051498413,3.601900100708008,0.028300000354647636,1.9873000383377075,3.6022000312805176,0.0272000003606081,1.9874999523162842,3.6029999256134033,0.026599999517202377,1.9873000383377075,3.6022000312805176,0.0272000003606081,1.680799961090088,3.6135001182556152,0.027400000020861626,1.9874999523162842,3.6029999256134033,0.026599999517202377,1.680799961090088,3.6135001182556152,0.027400000020861626,1.680999994277954,3.614300012588501,0.026900000870227814,1.9873000383377075,3.6022000312805176,0.0272000003606081,1.9871000051498413,3.601900100708008,0.028300000354647636,1.6806999444961548,3.613100051879883,0.02850000001490116,1.9873000383377075,3.6022000312805176,0.0272000003606081,1.6806999444961548,3.613100051879883,0.02850000001490116,1.680799961090088,3.6135001182556152,0.027400000020861626,1.9871000051498413,3.6017000675201416,0.032999999821186066,1.9871000051498413,3.6017000675201416,0.03020000085234642,2.237299919128418,3.5792999267578125,0.02969999983906746,1.9871000051498413,3.6017000675201416,0.032999999821186066,2.237299919128418,3.5792999267578125,0.02969999983906746,2.237299919128418,3.5792999267578125,0.03269999846816063,1.6806999444961548,3.61299991607666,0.03319999948143959,1.6806999444961548,3.61299991607666,0.030400000512599945,1.9871000051498413,3.6017000675201416,0.03020000085234642,1.6806999444961548,3.61299991607666,0.03319999948143959,1.9871000051498413,3.6017000675201416,0.03020000085234642,1.9871000051498413,3.6017000675201416,0.032999999821186066,1.9871000051498413,3.6017000675201416,0.03020000085234642,1.9871000051498413,3.601900100708008,0.028300000354647636,2.237299919128418,3.579400062561035,0.027799999341368675,1.9871000051498413,3.6017000675201416,0.03020000085234642,2.237299919128418,3.579400062561035,0.027799999341368675,2.237299919128418,3.5792999267578125,0.02969999983906746,1.6806999444961548,3.61299991607666,0.030400000512599945,1.6806999444961548,3.613100051879883,0.02850000001490116,1.9871000051498413,3.601900100708008,0.028300000354647636,1.6806999444961548,3.61299991607666,0.030400000512599945,1.9871000051498413,3.601900100708008,0.028300000354647636,1.9871000051498413,3.6017000675201416,0.03020000085234642,0.974399983882904,3.6166999340057373,0.0333000011742115,0.974399983882904,3.6166999340057373,0.030400000512599945,1.336899995803833,3.6166999340057373,0.030400000512599945,0.974399983882904,3.6166999340057373,0.0333000011742115,1.336899995803833,3.6166999340057373,0.030400000512599945,1.336899995803833,3.6166999340057373,0.0333000011742115,0.974399983882904,3.6166999340057373,0.030400000512599945,0.974399983882904,3.61680006980896,0.028599999845027924,1.3370000123977661,3.61680006980896,0.028599999845027924,0.974399983882904,3.6166999340057373,0.030400000512599945,1.3370000123977661,3.61680006980896,0.028599999845027924,1.336899995803833,3.6166999340057373,0.030400000512599945,1.336899995803833,3.6166999340057373,0.0333000011742115,1.336899995803833,3.6166999340057373,0.030400000512599945,1.6806999444961548,3.61299991607666,0.030400000512599945,1.336899995803833,3.6166999340057373,0.0333000011742115,1.6806999444961548,3.61299991607666,0.030400000512599945,1.6806999444961548,3.61299991607666,0.03319999948143959,1.336899995803833,3.6166999340057373,0.030400000512599945,1.3370000123977661,3.61680006980896,0.028599999845027924,1.6806999444961548,3.613100051879883,0.02850000001490116,1.336899995803833,3.6166999340057373,0.030400000512599945,1.6806999444961548,3.613100051879883,0.02850000001490116,1.6806999444961548,3.61299991607666,0.030400000512599945,2.4131999015808105,3.5429999828338623,0.02539999969303608,2.4128000736236572,3.54229998588562,0.026000000536441803,2.237499952316284,3.5797998905181885,0.026799999177455902,2.4131999015808105,3.5429999828338623,0.02539999969303608,2.237499952316284,3.5797998905181885,0.026799999177455902,2.237799882888794,3.5804998874664307,0.026200000196695328,2.5297999382019043,3.494800090789795,0.024399999529123306,2.5292999744415283,3.4941999912261963,0.02500000037252903,2.4128000736236572,3.54229998588562,0.026000000536441803,2.5297999382019043,3.494800090789795,0.024399999529123306,2.4128000736236572,3.54229998588562,0.026000000536441803,2.4131999015808105,3.5429999828338623,0.02539999969303608,2.4128000736236572,3.54229998588562,0.026000000536441803,2.412600040435791,3.5420000553131104,0.02710000053048134,2.237299919128418,3.579400062561035,0.027799999341368675,2.4128000736236572,3.54229998588562,0.026000000536441803,2.237299919128418,3.579400062561035,0.027799999341368675,2.237499952316284,3.5797998905181885,0.026799999177455902,2.5292999744415283,3.4941999912261963,0.02500000037252903,2.529099941253662,3.493799924850464,0.026100000366568565,2.412600040435791,3.5420000553131104,0.02710000053048134,2.5292999744415283,3.4941999912261963,0.02500000037252903,2.412600040435791,3.5420000553131104,0.02710000053048134,2.4128000736236572,3.54229998588562,0.026000000536441803,2.650099992752075,3.3833000659942627,0.022299999371170998,2.649399995803833,3.3828001022338867,0.02290000021457672,2.6029000282287598,3.4395999908447266,0.024000000208616257,2.650099992752075,3.3833000659942627,0.022299999371170998,2.6029000282287598,3.4395999908447266,0.024000000208616257,2.6033999919891357,3.4400999546051025,0.023399999365210533,2.649399995803833,3.3828001022338867,0.02290000021457672,2.649199962615967,3.3826000690460205,0.024000000208616257,2.60260009765625,3.439300060272217,0.025100000202655792,2.649399995803833,3.3828001022338867,0.02290000021457672,2.60260009765625,3.439300060272217,0.025100000202655792,2.6029000282287598,3.4395999908447266,0.024000000208616257,2.6033999919891357,3.4400999546051025,0.023399999365210533,2.6029000282287598,3.4395999908447266,0.024000000208616257,2.5292999744415283,3.4941999912261963,0.02500000037252903,2.6033999919891357,3.4400999546051025,0.023399999365210533,2.5292999744415283,3.4941999912261963,0.02500000037252903,2.5297999382019043,3.494800090789795,0.024399999529123306,2.6029000282287598,3.4395999908447266,0.024000000208616257,2.60260009765625,3.439300060272217,0.025100000202655792,2.529099941253662,3.493799924850464,0.026100000366568565,2.6029000282287598,3.4395999908447266,0.024000000208616257,2.529099941253662,3.493799924850464,0.026100000366568565,2.5292999744415283,3.4941999912261963,0.02500000037252903,2.6024999618530273,3.439199924468994,0.030300000682473183,2.6024999618530273,3.439199924468994,0.02710000053048134,2.6489999294281006,3.382499933242798,0.026100000366568565,2.6024999618530273,3.439199924468994,0.030300000682473183,2.6489999294281006,3.382499933242798,0.026100000366568565,2.6489999294281006,3.382499933242798,0.029400000348687172,2.5290000438690186,3.493799924850464,0.031199999153614044,2.5290000438690186,3.493799924850464,0.02810000069439411,2.6024999618530273,3.439199924468994,0.02710000053048134,2.5290000438690186,3.493799924850464,0.031199999153614044,2.6024999618530273,3.439199924468994,0.02710000053048134,2.6024999618530273,3.439199924468994,0.030300000682473183,2.6024999618530273,3.439199924468994,0.02710000053048134,2.60260009765625,3.439300060272217,0.025100000202655792,2.649199962615967,3.3826000690460205,0.024000000208616257,2.6024999618530273,3.439199924468994,0.02710000053048134,2.649199962615967,3.3826000690460205,0.024000000208616257,2.6489999294281006,3.382499933242798,0.026100000366568565,2.5290000438690186,3.493799924850464,0.02810000069439411,2.529099941253662,3.493799924850464,0.026100000366568565,2.60260009765625,3.439300060272217,0.025100000202655792,2.5290000438690186,3.493799924850464,0.02810000069439411,2.60260009765625,3.439300060272217,0.025100000202655792,2.6024999618530273,3.439199924468994,0.02710000053048134,2.237299919128418,3.5792999267578125,0.03269999846816063,2.237299919128418,3.5792999267578125,0.02969999983906746,2.412600040435791,3.5418999195098877,0.028999999165534973,2.237299919128418,3.5792999267578125,0.03269999846816063,2.412600040435791,3.5418999195098877,0.028999999165534973,2.412600040435791,3.5418999195098877,0.03200000151991844,2.237299919128418,3.5792999267578125,0.02969999983906746,2.237299919128418,3.579400062561035,0.027799999341368675,2.412600040435791,3.5420000553131104,0.02710000053048134,2.237299919128418,3.5792999267578125,0.02969999983906746,2.412600040435791,3.5420000553131104,0.02710000053048134,2.412600040435791,3.5418999195098877,0.028999999165534973,2.412600040435791,3.5418999195098877,0.03200000151991844,2.412600040435791,3.5418999195098877,0.028999999165534973,2.5290000438690186,3.493799924850464,0.02810000069439411,2.412600040435791,3.5418999195098877,0.03200000151991844,2.5290000438690186,3.493799924850464,0.02810000069439411,2.5290000438690186,3.493799924850464,0.031199999153614044,2.412600040435791,3.5418999195098877,0.028999999165534973,2.412600040435791,3.5420000553131104,0.02710000053048134,2.529099941253662,3.493799924850464,0.026100000366568565,2.412600040435791,3.5418999195098877,0.028999999165534973,2.529099941253662,3.493799924850464,0.026100000366568565,2.5290000438690186,3.493799924850464,0.02810000069439411,2.685800075531006,3.3285999298095703,0.021400000900030136,2.6851000785827637,3.328200101852417,0.021900000050663948,2.649399995803833,3.3828001022338867,0.02290000021457672,2.685800075531006,3.3285999298095703,0.021400000900030136,2.649399995803833,3.3828001022338867,0.02290000021457672,2.650099992752075,3.3833000659942627,0.022299999371170998,2.7121999263763428,3.27620005607605,0.020400000736117363,2.7114999294281006,3.2757999897003174,0.020999999716877937,2.6851000785827637,3.328200101852417,0.021900000050663948,2.7121999263763428,3.27620005607605,0.020400000736117363,2.6851000785827637,3.328200101852417,0.021900000050663948,2.685800075531006,3.3285999298095703,0.021400000900030136,2.6851000785827637,3.328200101852417,0.021900000050663948,2.6847000122070312,3.328000068664551,0.023099999874830246,2.649199962615967,3.3826000690460205,0.024000000208616257,2.6851000785827637,3.328200101852417,0.021900000050663948,2.649199962615967,3.3826000690460205,0.024000000208616257,2.649399995803833,3.3828001022338867,0.02290000021457672,2.7114999294281006,3.2757999897003174,0.020999999716877937,2.7111001014709473,3.275700092315674,0.022199999541044235,2.6847000122070312,3.328000068664551,0.023099999874830246,2.7114999294281006,3.2757999897003174,0.020999999716877937,2.6847000122070312,3.328000068664551,0.023099999874830246,2.6851000785827637,3.328200101852417,0.021900000050663948,2.744800090789795,3.177999973297119,0.018799999728798866,2.74399995803833,3.177799940109253,0.01940000057220459,2.7304999828338623,3.2256999015808105,0.02019999921321869,2.744800090789795,3.177999973297119,0.018799999728798866,2.7304999828338623,3.2256999015808105,0.02019999921321869,2.731300115585327,3.2258999347686768,0.019600000232458115,2.74399995803833,3.177799940109253,0.01940000057220459,2.7435998916625977,3.1777000427246094,0.020600000396370888,2.7302000522613525,3.2255001068115234,0.021400000900030136,2.74399995803833,3.177799940109253,0.01940000057220459,2.7302000522613525,3.2255001068115234,0.021400000900030136,2.7304999828338623,3.2256999015808105,0.02019999921321869,2.731300115585327,3.2258999347686768,0.019600000232458115,2.7304999828338623,3.2256999015808105,0.02019999921321869,2.7114999294281006,3.2757999897003174,0.020999999716877937,2.731300115585327,3.2258999347686768,0.019600000232458115,2.7114999294281006,3.2757999897003174,0.020999999716877937,2.7121999263763428,3.27620005607605,0.020400000736117363,2.7304999828338623,3.2256999015808105,0.02019999921321869,2.7302000522613525,3.2255001068115234,0.021400000900030136,2.7111001014709473,3.275700092315674,0.022199999541044235,2.7304999828338623,3.2256999015808105,0.02019999921321869,2.7111001014709473,3.275700092315674,0.022199999541044235,2.7114999294281006,3.2757999897003174,0.020999999716877937,2.73009991645813,3.2255001068115234,0.02710000053048134,2.73009991645813,3.2255001068115234,0.023499999195337296,2.743499994277954,3.1777000427246094,0.02280000038444996,2.73009991645813,3.2255001068115234,0.02710000053048134,2.743499994277954,3.1777000427246094,0.02280000038444996,2.743499994277954,3.1777000427246094,0.026399999856948853,2.7109999656677246,3.275599956512451,0.027799999341368675,2.7109999656677246,3.275599956512451,0.024299999698996544,2.73009991645813,3.2255001068115234,0.023499999195337296,2.7109999656677246,3.275599956512451,0.027799999341368675,2.73009991645813,3.2255001068115234,0.023499999195337296,2.73009991645813,3.2255001068115234,0.02710000053048134,2.73009991645813,3.2255001068115234,0.023499999195337296,2.7302000522613525,3.2255001068115234,0.021400000900030136,2.7435998916625977,3.1777000427246094,0.020600000396370888,2.73009991645813,3.2255001068115234,0.023499999195337296,2.7435998916625977,3.1777000427246094,0.020600000396370888,2.743499994277954,3.1777000427246094,0.02280000038444996,2.7109999656677246,3.275599956512451,0.024299999698996544,2.7111001014709473,3.275700092315674,0.022199999541044235,2.7302000522613525,3.2255001068115234,0.021400000900030136,2.7109999656677246,3.275599956512451,0.024299999698996544,2.7302000522613525,3.2255001068115234,0.021400000900030136,2.73009991645813,3.2255001068115234,0.023499999195337296,2.6489999294281006,3.382499933242798,0.029400000348687172,2.6489999294281006,3.382499933242798,0.026100000366568565,2.6846001148223877,3.328000068664551,0.025200000032782555,2.6489999294281006,3.382499933242798,0.029400000348687172,2.6846001148223877,3.328000068664551,0.025200000032782555,2.6846001148223877,3.328000068664551,0.028599999845027924,2.6489999294281006,3.382499933242798,0.026100000366568565,2.649199962615967,3.3826000690460205,0.024000000208616257,2.6847000122070312,3.328000068664551,0.023099999874830246,2.6489999294281006,3.382499933242798,0.026100000366568565,2.6847000122070312,3.328000068664551,0.023099999874830246,2.6846001148223877,3.328000068664551,0.025200000032782555,2.6846001148223877,3.328000068664551,0.028599999845027924,2.6846001148223877,3.328000068664551,0.025200000032782555,2.7109999656677246,3.275599956512451,0.024299999698996544,2.6846001148223877,3.328000068664551,0.028599999845027924,2.7109999656677246,3.275599956512451,0.024299999698996544,2.7109999656677246,3.275599956512451,0.027799999341368675,2.6846001148223877,3.328000068664551,0.025200000032782555,2.6847000122070312,3.328000068664551,0.023099999874830246,2.7111001014709473,3.275700092315674,0.022199999541044235,2.6846001148223877,3.328000068664551,0.025200000032782555,2.7111001014709473,3.275700092315674,0.022199999541044235,2.7109999656677246,3.275599956512451,0.024299999698996544,2.754499912261963,3.1324000358581543,0.01810000091791153,2.753700017929077,3.1322999000549316,0.01860000006854534,2.74399995803833,3.177799940109253,0.01940000057220459,2.754499912261963,3.1324000358581543,0.01810000091791153,2.74399995803833,3.177799940109253,0.01940000057220459,2.744800090789795,3.177999973297119,0.018799999728798866,2.7607998847961426,3.088599920272827,0.017400000244379044,2.759999990463257,3.0885000228881836,0.017999999225139618,2.753700017929077,3.1322999000549316,0.01860000006854534,2.7607998847961426,3.088599920272827,0.017400000244379044,2.753700017929077,3.1322999000549316,0.01860000006854534,2.754499912261963,3.1324000358581543,0.01810000091791153,2.753700017929077,3.1322999000549316,0.01860000006854534,2.7532999515533447,3.132200002670288,0.019899999722838402,2.7435998916625977,3.1777000427246094,0.020600000396370888,2.753700017929077,3.1322999000549316,0.01860000006854534,2.7435998916625977,3.1777000427246094,0.020600000396370888,2.74399995803833,3.177799940109253,0.01940000057220459,2.759999990463257,3.0885000228881836,0.017999999225139618,2.7595999240875244,3.0885000228881836,0.019200000911951065,2.7532999515533447,3.132200002670288,0.019899999722838402,2.759999990463257,3.0885000228881836,0.017999999225139618,2.7532999515533447,3.132200002670288,0.019899999722838402,2.753700017929077,3.1322999000549316,0.01860000006854534,2.765199899673462,3.003999948501587,0.01679999940097332,2.764400005340576,3.003999948501587,0.017400000244379044,2.763400077819824,3.0459001064300537,0.017500000074505806,2.765199899673462,3.003999948501587,0.01679999940097332,2.763400077819824,3.0459001064300537,0.017500000074505806,2.76419997215271,3.0460000038146973,0.017000000923871994,2.764400005340576,3.003999948501587,0.017400000244379044,2.7639999389648438,3.003999948501587,0.01860000006854534,2.763000011444092,3.0459001064300537,0.018799999728798866,2.764400005340576,3.003999948501587,0.017400000244379044,2.763000011444092,3.0459001064300537,0.018799999728798866,2.763400077819824,3.0459001064300537,0.017500000074505806,2.76419997215271,3.0460000038146973,0.017000000923871994,2.763400077819824,3.0459001064300537,0.017500000074505806,2.759999990463257,3.0885000228881836,0.017999999225139618,2.76419997215271,3.0460000038146973,0.017000000923871994,2.759999990463257,3.0885000228881836,0.017999999225139618,2.7607998847961426,3.088599920272827,0.017400000244379044,2.763400077819824,3.0459001064300537,0.017500000074505806,2.763000011444092,3.0459001064300537,0.018799999728798866,2.7595999240875244,3.0885000228881836,0.019200000911951065,2.763400077819824,3.0459001064300537,0.017500000074505806,2.7595999240875244,3.0885000228881836,0.019200000911951065,2.759999990463257,3.0885000228881836,0.017999999225139618,2.7629001140594482,3.0459001064300537,0.024800000712275505,2.7629001140594482,3.0459001064300537,0.0210999995470047,2.7639000415802,3.003999948501587,0.020899999886751175,2.7629001140594482,3.0459001064300537,0.024800000712275505,2.7639000415802,3.003999948501587,0.020899999886751175,2.7639000415802,3.003999948501587,0.024700000882148743,2.759500026702881,3.0885000228881836,0.025299999862909317,2.759500026702881,3.0885000228881836,0.0215000007301569,2.7629001140594482,3.0459001064300537,0.0210999995470047,2.759500026702881,3.0885000228881836,0.025299999862909317,2.7629001140594482,3.0459001064300537,0.0210999995470047,2.7629001140594482,3.0459001064300537,0.024800000712275505,2.7629001140594482,3.0459001064300537,0.0210999995470047,2.763000011444092,3.0459001064300537,0.018799999728798866,2.7639999389648438,3.003999948501587,0.01860000006854534,2.7629001140594482,3.0459001064300537,0.0210999995470047,2.7639999389648438,3.003999948501587,0.01860000006854534,2.7639000415802,3.003999948501587,0.020899999886751175,2.759500026702881,3.0885000228881836,0.0215000007301569,2.7595999240875244,3.0885000228881836,0.019200000911951065,2.763000011444092,3.0459001064300537,0.018799999728798866,2.759500026702881,3.0885000228881836,0.0215000007301569,2.763000011444092,3.0459001064300537,0.018799999728798866,2.7629001140594482,3.0459001064300537,0.0210999995470047,2.743499994277954,3.1777000427246094,0.026399999856948853,2.743499994277954,3.1777000427246094,0.02280000038444996,2.753200054168701,3.132200002670288,0.022099999710917473,2.743499994277954,3.1777000427246094,0.026399999856948853,2.753200054168701,3.132200002670288,0.022099999710917473,2.753200054168701,3.132200002670288,0.025800000876188278,2.743499994277954,3.1777000427246094,0.02280000038444996,2.7435998916625977,3.1777000427246094,0.020600000396370888,2.7532999515533447,3.132200002670288,0.019899999722838402,2.743499994277954,3.1777000427246094,0.02280000038444996,2.7532999515533447,3.132200002670288,0.019899999722838402,2.753200054168701,3.132200002670288,0.022099999710917473,2.753200054168701,3.132200002670288,0.025800000876188278,2.753200054168701,3.132200002670288,0.022099999710917473,2.759500026702881,3.0885000228881836,0.0215000007301569,2.753200054168701,3.132200002670288,0.025800000876188278,2.759500026702881,3.0885000228881836,0.0215000007301569,2.759500026702881,3.0885000228881836,0.025299999862909317,2.753200054168701,3.132200002670288,0.022099999710917473,2.7532999515533447,3.132200002670288,0.019899999722838402,2.7595999240875244,3.0885000228881836,0.019200000911951065,2.753200054168701,3.132200002670288,0.022099999710917473,2.7595999240875244,3.0885000228881836,0.019200000911951065,2.759500026702881,3.0885000228881836,0.0215000007301569,2.76419997215271,2.961899995803833,0.017000000923871994,2.763400077819824,2.9619998931884766,0.017500000074505806,2.764400005340576,3.003999948501587,0.017400000244379044,2.76419997215271,2.961899995803833,0.017000000923871994,2.764400005340576,3.003999948501587,0.017400000244379044,2.765199899673462,3.003999948501587,0.01679999940097332,2.7607998847961426,2.919300079345703,0.017400000244379044,2.759999990463257,2.9193999767303467,0.017999999225139618,2.763400077819824,2.9619998931884766,0.017500000074505806,2.7607998847961426,2.919300079345703,0.017400000244379044,2.763400077819824,2.9619998931884766,0.017500000074505806,2.76419997215271,2.961899995803833,0.017000000923871994,2.763400077819824,2.9619998931884766,0.017500000074505806,2.763000011444092,2.9619998931884766,0.018799999728798866,2.7639999389648438,3.003999948501587,0.01860000006854534,2.763400077819824,2.9619998931884766,0.017500000074505806,2.7639999389648438,3.003999948501587,0.01860000006854534,2.764400005340576,3.003999948501587,0.017400000244379044,2.759999990463257,2.9193999767303467,0.017999999225139618,2.7595999240875244,2.9193999767303467,0.019200000911951065,2.763000011444092,2.9619998931884766,0.018799999728798866,2.759999990463257,2.9193999767303467,0.017999999225139618,2.763000011444092,2.9619998931884766,0.018799999728798866,2.763400077819824,2.9619998931884766,0.017500000074505806,2.744800090789795,2.829900026321411,0.018799999728798866,2.74399995803833,2.8301000595092773,0.01940000057220459,2.753700017929077,2.8756000995635986,0.01860000006854534,2.744800090789795,2.829900026321411,0.018799999728798866,2.753700017929077,2.8756000995635986,0.01860000006854534,2.754499912261963,2.875499963760376,0.01810000091791153,2.74399995803833,2.8301000595092773,0.01940000057220459,2.7435998916625977,2.830199956893921,0.020600000396370888,2.7532999515533447,2.875699996948242,0.019899999722838402,2.74399995803833,2.8301000595092773,0.01940000057220459,2.7532999515533447,2.875699996948242,0.019899999722838402,2.753700017929077,2.8756000995635986,0.01860000006854534,2.754499912261963,2.875499963760376,0.01810000091791153,2.753700017929077,2.8756000995635986,0.01860000006854534,2.759999990463257,2.9193999767303467,0.017999999225139618,2.754499912261963,2.875499963760376,0.01810000091791153,2.759999990463257,2.9193999767303467,0.017999999225139618,2.7607998847961426,2.919300079345703,0.017400000244379044,2.753700017929077,2.8756000995635986,0.01860000006854534,2.7532999515533447,2.875699996948242,0.019899999722838402,2.7595999240875244,2.9193999767303467,0.019200000911951065,2.753700017929077,2.8756000995635986,0.01860000006854534,2.7595999240875244,2.9193999767303467,0.019200000911951065,2.759999990463257,2.9193999767303467,0.017999999225139618,2.753200054168701,2.875699996948242,0.025800000876188278,2.753200054168701,2.875699996948242,0.022099999710917473,2.743499994277954,2.830199956893921,0.02280000038444996,2.753200054168701,2.875699996948242,0.025800000876188278,2.743499994277954,2.830199956893921,0.02280000038444996,2.743499994277954,2.830199956893921,0.026399999856948853,2.759500026702881,2.9193999767303467,0.025299999862909317,2.759500026702881,2.9193999767303467,0.0215000007301569,2.753200054168701,2.875699996948242,0.022099999710917473,2.759500026702881,2.9193999767303467,0.025299999862909317,2.753200054168701,2.875699996948242,0.022099999710917473,2.753200054168701,2.875699996948242,0.025800000876188278,2.753200054168701,2.875699996948242,0.022099999710917473,2.7532999515533447,2.875699996948242,0.019899999722838402,2.7435998916625977,2.830199956893921,0.020600000396370888,2.753200054168701,2.875699996948242,0.022099999710917473,2.7435998916625977,2.830199956893921,0.020600000396370888,2.743499994277954,2.830199956893921,0.02280000038444996,2.759500026702881,2.9193999767303467,0.0215000007301569,2.7595999240875244,2.9193999767303467,0.019200000911951065,2.7532999515533447,2.875699996948242,0.019899999722838402,2.759500026702881,2.9193999767303467,0.0215000007301569,2.7532999515533447,2.875699996948242,0.019899999722838402,2.753200054168701,2.875699996948242,0.022099999710917473,2.7639000415802,3.003999948501587,0.024700000882148743,2.7639000415802,3.003999948501587,0.020899999886751175,2.7629001140594482,2.9619998931884766,0.0210999995470047,2.7639000415802,3.003999948501587,0.024700000882148743,2.7629001140594482,2.9619998931884766,0.0210999995470047,2.7629001140594482,2.9619998931884766,0.024800000712275505,2.7639000415802,3.003999948501587,0.020899999886751175,2.7639999389648438,3.003999948501587,0.01860000006854534,2.763000011444092,2.9619998931884766,0.018799999728798866,2.7639000415802,3.003999948501587,0.020899999886751175,2.763000011444092,2.9619998931884766,0.018799999728798866,2.7629001140594482,2.9619998931884766,0.0210999995470047,2.7629001140594482,2.9619998931884766,0.024800000712275505,2.7629001140594482,2.9619998931884766,0.0210999995470047,2.759500026702881,2.9193999767303467,0.0215000007301569,2.7629001140594482,2.9619998931884766,0.024800000712275505,2.759500026702881,2.9193999767303467,0.0215000007301569,2.759500026702881,2.9193999767303467,0.025299999862909317,2.7629001140594482,2.9619998931884766,0.0210999995470047,2.763000011444092,2.9619998931884766,0.018799999728798866,2.7595999240875244,2.9193999767303467,0.019200000911951065,2.7629001140594482,2.9619998931884766,0.0210999995470047,2.7595999240875244,2.9193999767303467,0.019200000911951065,2.759500026702881,2.9193999767303467,0.0215000007301569,2.731300115585327,2.7820000648498535,0.019600000232458115,2.7304999828338623,2.7822000980377197,0.02019999921321869,2.74399995803833,2.8301000595092773,0.01940000057220459,2.731300115585327,2.7820000648498535,0.019600000232458115,2.74399995803833,2.8301000595092773,0.01940000057220459,2.744800090789795,2.829900026321411,0.018799999728798866,2.7121999263763428,2.7316999435424805,0.020400000736117363,2.7114999294281006,2.732100009918213,0.020999999716877937,2.7304999828338623,2.7822000980377197,0.02019999921321869,2.7121999263763428,2.7316999435424805,0.020400000736117363,2.7304999828338623,2.7822000980377197,0.02019999921321869,2.731300115585327,2.7820000648498535,0.019600000232458115,2.7304999828338623,2.7822000980377197,0.02019999921321869,2.7302000522613525,2.782399892807007,0.021400000900030136,2.7435998916625977,2.830199956893921,0.020600000396370888,2.7304999828338623,2.7822000980377197,0.02019999921321869,2.7435998916625977,2.830199956893921,0.020600000396370888,2.74399995803833,2.8301000595092773,0.01940000057220459,2.7114999294281006,2.732100009918213,0.020999999716877937,2.7111001014709473,2.7321999073028564,0.022199999541044235,2.7302000522613525,2.782399892807007,0.021400000900030136,2.7114999294281006,2.732100009918213,0.020999999716877937,2.7302000522613525,2.782399892807007,0.021400000900030136,2.7304999828338623,2.7822000980377197,0.02019999921321869,2.650099992752075,2.6245999336242676,0.022299999371170998,2.649399995803833,2.6250998973846436,0.02290000021457672,2.6851000785827637,2.6796998977661133,0.021900000050663948,2.650099992752075,2.6245999336242676,0.022299999371170998,2.6851000785827637,2.6796998977661133,0.021900000050663948,2.685800075531006,2.67930006980896,0.021400000900030136,2.649399995803833,2.6250998973846436,0.02290000021457672,2.649199962615967,2.6252999305725098,0.024000000208616257,2.6847000122070312,2.6798999309539795,0.023099999874830246,2.649399995803833,2.6250998973846436,0.02290000021457672,2.6847000122070312,2.6798999309539795,0.023099999874830246,2.6851000785827637,2.6796998977661133,0.021900000050663948,2.685800075531006,2.67930006980896,0.021400000900030136,2.6851000785827637,2.6796998977661133,0.021900000050663948,2.7114999294281006,2.732100009918213,0.020999999716877937,2.685800075531006,2.67930006980896,0.021400000900030136,2.7114999294281006,2.732100009918213,0.020999999716877937,2.7121999263763428,2.7316999435424805,0.020400000736117363,2.6851000785827637,2.6796998977661133,0.021900000050663948,2.6847000122070312,2.6798999309539795,0.023099999874830246,2.7111001014709473,2.7321999073028564,0.022199999541044235,2.6851000785827637,2.6796998977661133,0.021900000050663948,2.7111001014709473,2.7321999073028564,0.022199999541044235,2.7114999294281006,2.732100009918213,0.020999999716877937,2.6846001148223877,2.6798999309539795,0.028599999845027924,2.6846001148223877,2.6798999309539795,0.025200000032782555,2.6489999294281006,2.6254000663757324,0.026100000366568565,2.6846001148223877,2.6798999309539795,0.028599999845027924,2.6489999294281006,2.6254000663757324,0.026100000366568565,2.6489999294281006,2.6254000663757324,0.029400000348687172,2.7109999656677246,2.732300043106079,0.027799999341368675,2.7109999656677246,2.732300043106079,0.024299999698996544,2.6846001148223877,2.6798999309539795,0.025200000032782555,2.7109999656677246,2.732300043106079,0.027799999341368675,2.6846001148223877,2.6798999309539795,0.025200000032782555,2.6846001148223877,2.6798999309539795,0.028599999845027924,2.6846001148223877,2.6798999309539795,0.025200000032782555,2.6847000122070312,2.6798999309539795,0.023099999874830246,2.649199962615967,2.6252999305725098,0.024000000208616257,2.6846001148223877,2.6798999309539795,0.025200000032782555,2.649199962615967,2.6252999305725098,0.024000000208616257,2.6489999294281006,2.6254000663757324,0.026100000366568565,2.7109999656677246,2.732300043106079,0.024299999698996544,2.7111001014709473,2.7321999073028564,0.022199999541044235,2.6847000122070312,2.6798999309539795,0.023099999874830246,2.7109999656677246,2.732300043106079,0.024299999698996544,2.6847000122070312,2.6798999309539795,0.023099999874830246,2.6846001148223877,2.6798999309539795,0.025200000032782555,2.743499994277954,2.830199956893921,0.026399999856948853,2.743499994277954,2.830199956893921,0.02280000038444996,2.73009991645813,2.782399892807007,0.023499999195337296,2.743499994277954,2.830199956893921,0.026399999856948853,2.73009991645813,2.782399892807007,0.023499999195337296,2.73009991645813,2.782399892807007,0.02710000053048134,2.743499994277954,2.830199956893921,0.02280000038444996,2.7435998916625977,2.830199956893921,0.020600000396370888,2.7302000522613525,2.782399892807007,0.021400000900030136,2.743499994277954,2.830199956893921,0.02280000038444996,2.7302000522613525,2.782399892807007,0.021400000900030136,2.73009991645813,2.782399892807007,0.023499999195337296,2.73009991645813,2.782399892807007,0.02710000053048134,2.73009991645813,2.782399892807007,0.023499999195337296,2.7109999656677246,2.732300043106079,0.024299999698996544,2.73009991645813,2.782399892807007,0.02710000053048134,2.7109999656677246,2.732300043106079,0.024299999698996544,2.7109999656677246,2.732300043106079,0.027799999341368675,2.73009991645813,2.782399892807007,0.023499999195337296,2.7302000522613525,2.782399892807007,0.021400000900030136,2.7111001014709473,2.7321999073028564,0.022199999541044235,2.73009991645813,2.782399892807007,0.023499999195337296,2.7111001014709473,2.7321999073028564,0.022199999541044235,2.7109999656677246,2.732300043106079,0.024299999698996544,2.6033999919891357,2.5678000450134277,0.023399999365210533,2.6029000282287598,2.5683000087738037,0.024000000208616257,2.649399995803833,2.6250998973846436,0.02290000021457672,2.6033999919891357,2.5678000450134277,0.023399999365210533,2.649399995803833,2.6250998973846436,0.02290000021457672,2.650099992752075,2.6245999336242676,0.022299999371170998,2.5297999382019043,2.5130999088287354,0.024399999529123306,2.5292999744415283,2.513700008392334,0.02500000037252903,2.6029000282287598,2.5683000087738037,0.024000000208616257,2.5297999382019043,2.5130999088287354,0.024399999529123306,2.6029000282287598,2.5683000087738037,0.024000000208616257,2.6033999919891357,2.5678000450134277,0.023399999365210533,2.6029000282287598,2.5683000087738037,0.024000000208616257,2.60260009765625,2.5685999393463135,0.025100000202655792,2.649199962615967,2.6252999305725098,0.024000000208616257,2.6029000282287598,2.5683000087738037,0.024000000208616257,2.649199962615967,2.6252999305725098,0.024000000208616257,2.649399995803833,2.6250998973846436,0.02290000021457672,2.5292999744415283,2.513700008392334,0.02500000037252903,2.529099941253662,2.5141000747680664,0.026100000366568565,2.60260009765625,2.5685999393463135,0.025100000202655792,2.5292999744415283,2.513700008392334,0.02500000037252903,2.60260009765625,2.5685999393463135,0.025100000202655792,2.6029000282287598,2.5683000087738037,0.024000000208616257,2.237799882888794,2.4274001121520996,0.026200000196695328,2.237499952316284,2.428100109100342,0.026799999177455902,2.4128000736236572,2.46560001373291,0.026000000536441803,2.237799882888794,2.4274001121520996,0.026200000196695328,2.4128000736236572,2.46560001373291,0.026000000536441803,2.4131999015808105,2.464900016784668,0.02539999969303608,2.237499952316284,2.428100109100342,0.026799999177455902,2.237299919128418,2.428499937057495,0.027799999341368675,2.412600040435791,2.46589994430542,0.02710000053048134,2.237499952316284,2.428100109100342,0.026799999177455902,2.412600040435791,2.46589994430542,0.02710000053048134,2.4128000736236572,2.46560001373291,0.026000000536441803,2.4131999015808105,2.464900016784668,0.02539999969303608,2.4128000736236572,2.46560001373291,0.026000000536441803,2.5292999744415283,2.513700008392334,0.02500000037252903,2.4131999015808105,2.464900016784668,0.02539999969303608,2.5292999744415283,2.513700008392334,0.02500000037252903,2.5297999382019043,2.5130999088287354,0.024399999529123306,2.4128000736236572,2.46560001373291,0.026000000536441803,2.412600040435791,2.46589994430542,0.02710000053048134,2.529099941253662,2.5141000747680664,0.026100000366568565,2.4128000736236572,2.46560001373291,0.026000000536441803,2.529099941253662,2.5141000747680664,0.026100000366568565,2.5292999744415283,2.513700008392334,0.02500000037252903,2.412600040435791,2.4660000801086426,0.03200000151991844,2.412600040435791,2.4660000801086426,0.028999999165534973,2.237299919128418,2.4286000728607178,0.02969999983906746,2.412600040435791,2.4660000801086426,0.03200000151991844,2.237299919128418,2.4286000728607178,0.02969999983906746,2.237299919128418,2.4286000728607178,0.03269999846816063,2.5290000438690186,2.5141000747680664,0.031199999153614044,2.5290000438690186,2.5141000747680664,0.02810000069439411,2.412600040435791,2.4660000801086426,0.028999999165534973,2.5290000438690186,2.5141000747680664,0.031199999153614044,2.412600040435791,2.4660000801086426,0.028999999165534973,2.412600040435791,2.4660000801086426,0.03200000151991844,2.412600040435791,2.4660000801086426,0.028999999165534973,2.412600040435791,2.46589994430542,0.02710000053048134,2.237299919128418,2.428499937057495,0.027799999341368675,2.412600040435791,2.4660000801086426,0.028999999165534973,2.237299919128418,2.428499937057495,0.027799999341368675,2.237299919128418,2.4286000728607178,0.02969999983906746,2.5290000438690186,2.5141000747680664,0.02810000069439411,2.529099941253662,2.5141000747680664,0.026100000366568565,2.412600040435791,2.46589994430542,0.02710000053048134,2.5290000438690186,2.5141000747680664,0.02810000069439411,2.412600040435791,2.46589994430542,0.02710000053048134,2.412600040435791,2.4660000801086426,0.028999999165534973,2.6489999294281006,2.6254000663757324,0.029400000348687172,2.6489999294281006,2.6254000663757324,0.026100000366568565,2.6024999618530273,2.568700075149536,0.02710000053048134,2.6489999294281006,2.6254000663757324,0.029400000348687172,2.6024999618530273,2.568700075149536,0.02710000053048134,2.6024999618530273,2.568700075149536,0.030300000682473183,2.6489999294281006,2.6254000663757324,0.026100000366568565,2.649199962615967,2.6252999305725098,0.024000000208616257,2.60260009765625,2.5685999393463135,0.025100000202655792,2.6489999294281006,2.6254000663757324,0.026100000366568565,2.60260009765625,2.5685999393463135,0.025100000202655792,2.6024999618530273,2.568700075149536,0.02710000053048134,2.6024999618530273,2.568700075149536,0.030300000682473183,2.6024999618530273,2.568700075149536,0.02710000053048134,2.5290000438690186,2.5141000747680664,0.02810000069439411,2.6024999618530273,2.568700075149536,0.030300000682473183,2.5290000438690186,2.5141000747680664,0.02810000069439411,2.5290000438690186,2.5141000747680664,0.031199999153614044,2.6024999618530273,2.568700075149536,0.02710000053048134,2.60260009765625,2.5685999393463135,0.025100000202655792,2.529099941253662,2.5141000747680664,0.026100000366568565,2.6024999618530273,2.568700075149536,0.02710000053048134,2.529099941253662,2.5141000747680664,0.026100000366568565,2.5290000438690186,2.5141000747680664,0.02810000069439411,1.9874999523162842,2.404900074005127,0.026599999517202377,1.9873000383377075,2.4056999683380127,0.0272000003606081,2.237499952316284,2.428100109100342,0.026799999177455902,1.9874999523162842,2.404900074005127,0.026599999517202377,2.237499952316284,2.428100109100342,0.026799999177455902,2.237799882888794,2.4274001121520996,0.026200000196695328,1.680999994277954,2.3935999870300293,0.026900000870227814,1.680799961090088,2.394399881362915,0.027400000020861626,1.9873000383377075,2.4056999683380127,0.0272000003606081,1.680999994277954,2.3935999870300293,0.026900000870227814,1.9873000383377075,2.4056999683380127,0.0272000003606081,1.9874999523162842,2.404900074005127,0.026599999517202377,1.9873000383377075,2.4056999683380127,0.0272000003606081,1.9871000051498413,2.4059998989105225,0.028300000354647636,2.237299919128418,2.428499937057495,0.027799999341368675,1.9873000383377075,2.4056999683380127,0.0272000003606081,2.237299919128418,2.428499937057495,0.027799999341368675,2.237499952316284,2.428100109100342,0.026799999177455902,1.680799961090088,2.394399881362915,0.027400000020861626,1.6806999444961548,2.3947999477386475,0.02850000001490116,1.9871000051498413,2.4059998989105225,0.028300000354647636,1.680799961090088,2.394399881362915,0.027400000020861626,1.9871000051498413,2.4059998989105225,0.028300000354647636,1.9873000383377075,2.4056999683380127,0.0272000003606081,0.974399983882904,2.389899969100952,0.027000000700354576,0.974399983882904,2.390700101852417,0.027499999850988388,1.3370000123977661,2.390700101852417,0.027499999850988388,0.974399983882904,2.389899969100952,0.027000000700354576,1.3370000123977661,2.390700101852417,0.027499999850988388,1.3371000289916992,2.389899969100952,0.027000000700354576,0.974399983882904,2.390700101852417,0.027499999850988388,0.974399983882904,2.3910999298095703,0.028599999845027924,1.3370000123977661,2.3910999298095703,0.028599999845027924,0.974399983882904,2.390700101852417,0.027499999850988388,1.3370000123977661,2.3910999298095703,0.028599999845027924,1.3370000123977661,2.390700101852417,0.027499999850988388,1.3371000289916992,2.389899969100952,0.027000000700354576,1.3370000123977661,2.390700101852417,0.027499999850988388,1.680799961090088,2.394399881362915,0.027400000020861626,1.3371000289916992,2.389899969100952,0.027000000700354576,1.680799961090088,2.394399881362915,0.027400000020861626,1.680999994277954,2.3935999870300293,0.026900000870227814,1.3370000123977661,2.390700101852417,0.027499999850988388,1.3370000123977661,2.3910999298095703,0.028599999845027924,1.6806999444961548,2.3947999477386475,0.02850000001490116,1.3370000123977661,2.390700101852417,0.027499999850988388,1.6806999444961548,2.3947999477386475,0.02850000001490116,1.680799961090088,2.394399881362915,0.027400000020861626,1.336899995803833,2.391200065612793,0.0333000011742115,1.336899995803833,2.391200065612793,0.030400000512599945,0.974399983882904,2.391200065612793,0.030400000512599945,1.336899995803833,2.391200065612793,0.0333000011742115,0.974399983882904,2.391200065612793,0.030400000512599945,0.974399983882904,2.391200065612793,0.0333000011742115,1.6806999444961548,2.3949999809265137,0.03319999948143959,1.6806999444961548,2.3949999809265137,0.030400000512599945,1.336899995803833,2.391200065612793,0.030400000512599945,1.6806999444961548,2.3949999809265137,0.03319999948143959,1.336899995803833,2.391200065612793,0.030400000512599945,1.336899995803833,2.391200065612793,0.0333000011742115,1.336899995803833,2.391200065612793,0.030400000512599945,1.3370000123977661,2.3910999298095703,0.028599999845027924,0.974399983882904,2.3910999298095703,0.028599999845027924,1.336899995803833,2.391200065612793,0.030400000512599945,0.974399983882904,2.3910999298095703,0.028599999845027924,0.974399983882904,2.391200065612793,0.030400000512599945,1.6806999444961548,2.3949999809265137,0.030400000512599945,1.6806999444961548,2.3947999477386475,0.02850000001490116,1.3370000123977661,2.3910999298095703,0.028599999845027924,1.6806999444961548,2.3949999809265137,0.030400000512599945,1.3370000123977661,2.3910999298095703,0.028599999845027924,1.336899995803833,2.391200065612793,0.030400000512599945,2.237299919128418,2.4286000728607178,0.03269999846816063,2.237299919128418,2.4286000728607178,0.02969999983906746,1.9871000051498413,2.4061999320983887,0.03020000085234642,2.237299919128418,2.4286000728607178,0.03269999846816063,1.9871000051498413,2.4061999320983887,0.03020000085234642,1.9871000051498413,2.4061999320983887,0.032999999821186066,2.237299919128418,2.4286000728607178,0.02969999983906746,2.237299919128418,2.428499937057495,0.027799999341368675,1.9871000051498413,2.4059998989105225,0.028300000354647636,2.237299919128418,2.4286000728607178,0.02969999983906746,1.9871000051498413,2.4059998989105225,0.028300000354647636,1.9871000051498413,2.4061999320983887,0.03020000085234642,1.9871000051498413,2.4061999320983887,0.032999999821186066,1.9871000051498413,2.4061999320983887,0.03020000085234642,1.6806999444961548,2.3949999809265137,0.030400000512599945,1.9871000051498413,2.4061999320983887,0.032999999821186066,1.6806999444961548,2.3949999809265137,0.030400000512599945,1.6806999444961548,2.3949999809265137,0.03319999948143959,1.9871000051498413,2.4061999320983887,0.03020000085234642,1.9871000051498413,2.4059998989105225,0.028300000354647636,1.6806999444961548,2.3947999477386475,0.02850000001490116,1.9871000051498413,2.4061999320983887,0.03020000085234642,1.6806999444961548,2.3947999477386475,0.02850000001490116,1.6806999444961548,2.3949999809265137,0.030400000512599945,0.6118000149726868,2.389899969100952,0.027000000700354576,0.6118999719619751,2.390700101852417,0.027499999850988388,0.974399983882904,2.390700101852417,0.027499999850988388,0.6118000149726868,2.389899969100952,0.027000000700354576,0.974399983882904,2.390700101852417,0.027499999850988388,0.974399983882904,2.389899969100952,0.027000000700354576,0.2678999900817871,2.3935999870300293,0.026900000870227814,0.2680000066757202,2.394399881362915,0.027400000020861626,0.6118999719619751,2.390700101852417,0.027499999850988388,0.2678999900817871,2.3935999870300293,0.026900000870227814,0.6118999719619751,2.390700101852417,0.027499999850988388,0.6118000149726868,2.389899969100952,0.027000000700354576,0.6118999719619751,2.390700101852417,0.027499999850988388,0.6118999719619751,2.3910999298095703,0.028599999845027924,0.974399983882904,2.3910999298095703,0.028599999845027924,0.6118999719619751,2.390700101852417,0.027499999850988388,0.974399983882904,2.3910999298095703,0.028599999845027924,0.974399983882904,2.390700101852417,0.027499999850988388,0.2680000066757202,2.394399881362915,0.027400000020861626,0.26809999346733093,2.3947999477386475,0.02850000001490116,0.6118999719619751,2.3910999298095703,0.028599999845027924,0.2680000066757202,2.394399881362915,0.027400000020861626,0.6118999719619751,2.3910999298095703,0.028599999845027924,0.6118999719619751,2.390700101852417,0.027499999850988388,-0.289000004529953,2.4274001121520996,0.026200000196695328,-0.28859999775886536,2.428100109100342,0.026799999177455902,-0.03840000182390213,2.4056999683380127,0.0272000003606081,-0.289000004529953,2.4274001121520996,0.026200000196695328,-0.03840000182390213,2.4056999683380127,0.0272000003606081,-0.038600001484155655,2.404900074005127,0.026599999517202377,-0.28859999775886536,2.428100109100342,0.026799999177455902,-0.28850001096725464,2.428499937057495,0.027799999341368675,-0.03830000013113022,2.4059998989105225,0.028300000354647636,-0.28859999775886536,2.428100109100342,0.026799999177455902,-0.03830000013113022,2.4059998989105225,0.028300000354647636,-0.03840000182390213,2.4056999683380127,0.0272000003606081,-0.038600001484155655,2.404900074005127,0.026599999517202377,-0.03840000182390213,2.4056999683380127,0.0272000003606081,0.2680000066757202,2.394399881362915,0.027400000020861626,-0.038600001484155655,2.404900074005127,0.026599999517202377,0.2680000066757202,2.394399881362915,0.027400000020861626,0.2678999900817871,2.3935999870300293,0.026900000870227814,-0.03840000182390213,2.4056999683380127,0.0272000003606081,-0.03830000013113022,2.4059998989105225,0.028300000354647636,0.26809999346733093,2.3947999477386475,0.02850000001490116,-0.03840000182390213,2.4056999683380127,0.0272000003606081,0.26809999346733093,2.3947999477386475,0.02850000001490116,0.2680000066757202,2.394399881362915,0.027400000020861626,-0.03819999843835831,2.4061999320983887,0.032999999821186066,-0.03819999843835831,2.4061999320983887,0.03020000085234642,-0.28839999437332153,2.4286000728607178,0.02969999983906746,-0.03819999843835831,2.4061999320983887,0.032999999821186066,-0.28839999437332153,2.4286000728607178,0.02969999983906746,-0.28839999437332153,2.4286000728607178,0.03269999846816063,0.26809999346733093,2.3949999809265137,0.03319999948143959,0.26809999346733093,2.3949999809265137,0.030400000512599945,-0.03819999843835831,2.4061999320983887,0.03020000085234642,0.26809999346733093,2.3949999809265137,0.03319999948143959,-0.03819999843835831,2.4061999320983887,0.03020000085234642,-0.03819999843835831,2.4061999320983887,0.032999999821186066,-0.03819999843835831,2.4061999320983887,0.03020000085234642,-0.03830000013113022,2.4059998989105225,0.028300000354647636,-0.28850001096725464,2.428499937057495,0.027799999341368675,-0.03819999843835831,2.4061999320983887,0.03020000085234642,-0.28850001096725464,2.428499937057495,0.027799999341368675,-0.28839999437332153,2.4286000728607178,0.02969999983906746,0.26809999346733093,2.3949999809265137,0.030400000512599945,0.26809999346733093,2.3947999477386475,0.02850000001490116,-0.03830000013113022,2.4059998989105225,0.028300000354647636,0.26809999346733093,2.3949999809265137,0.030400000512599945,-0.03830000013113022,2.4059998989105225,0.028300000354647636,-0.03819999843835831,2.4061999320983887,0.03020000085234642,0.974399983882904,2.391200065612793,0.0333000011742115,0.974399983882904,2.391200065612793,0.030400000512599945,0.6118999719619751,2.391200065612793,0.030400000512599945,0.974399983882904,2.391200065612793,0.0333000011742115,0.6118999719619751,2.391200065612793,0.030400000512599945,0.6118999719619751,2.391200065612793,0.0333000011742115,0.974399983882904,2.391200065612793,0.030400000512599945,0.974399983882904,2.3910999298095703,0.028599999845027924,0.6118999719619751,2.3910999298095703,0.028599999845027924,0.974399983882904,2.391200065612793,0.030400000512599945,0.6118999719619751,2.3910999298095703,0.028599999845027924,0.6118999719619751,2.391200065612793,0.030400000512599945,0.6118999719619751,2.391200065612793,0.0333000011742115,0.6118999719619751,2.391200065612793,0.030400000512599945,0.26809999346733093,2.3949999809265137,0.030400000512599945,0.6118999719619751,2.391200065612793,0.0333000011742115,0.26809999346733093,2.3949999809265137,0.030400000512599945,0.26809999346733093,2.3949999809265137,0.03319999948143959,0.6118999719619751,2.391200065612793,0.030400000512599945,0.6118999719619751,2.3910999298095703,0.028599999845027924,0.26809999346733093,2.3947999477386475,0.02850000001490116,0.6118999719619751,2.391200065612793,0.030400000512599945,0.26809999346733093,2.3947999477386475,0.02850000001490116,0.26809999346733093,2.3949999809265137,0.030400000512599945,-0.4643999934196472,2.464900016784668,0.02539999969303608,-0.46399998664855957,2.46560001373291,0.026000000536441803,-0.28859999775886536,2.428100109100342,0.026799999177455902,-0.4643999934196472,2.464900016784668,0.02539999969303608,-0.28859999775886536,2.428100109100342,0.026799999177455902,-0.289000004529953,2.4274001121520996,0.026200000196695328,-0.5809000134468079,2.5130999088287354,0.024399999529123306,-0.5803999900817871,2.513700008392334,0.02500000037252903,-0.46399998664855957,2.46560001373291,0.026000000536441803,-0.5809000134468079,2.5130999088287354,0.024399999529123306,-0.46399998664855957,2.46560001373291,0.026000000536441803,-0.4643999934196472,2.464900016784668,0.02539999969303608,-0.46399998664855957,2.46560001373291,0.026000000536441803,-0.46380001306533813,2.46589994430542,0.02710000053048134,-0.28850001096725464,2.428499937057495,0.027799999341368675,-0.46399998664855957,2.46560001373291,0.026000000536441803,-0.28850001096725464,2.428499937057495,0.027799999341368675,-0.28859999775886536,2.428100109100342,0.026799999177455902,-0.5803999900817871,2.513700008392334,0.02500000037252903,-0.5802000164985657,2.5141000747680664,0.026100000366568565,-0.46380001306533813,2.46589994430542,0.02710000053048134,-0.5803999900817871,2.513700008392334,0.02500000037252903,-0.46380001306533813,2.46589994430542,0.02710000053048134,-0.46399998664855957,2.46560001373291,0.026000000536441803,-0.701200008392334,2.6245999336242676,0.022299999371170998,-0.7006000280380249,2.6250998973846436,0.02290000021457672,-0.6539999842643738,2.5683000087738037,0.024000000208616257,-0.701200008392334,2.6245999336242676,0.022299999371170998,-0.6539999842643738,2.5683000087738037,0.024000000208616257,-0.6546000242233276,2.5678000450134277,0.023399999365210533,-0.7006000280380249,2.6250998973846436,0.02290000021457672,-0.7002999782562256,2.6252999305725098,0.024000000208616257,-0.6536999940872192,2.5685999393463135,0.025100000202655792,-0.7006000280380249,2.6250998973846436,0.02290000021457672,-0.6536999940872192,2.5685999393463135,0.025100000202655792,-0.6539999842643738,2.5683000087738037,0.024000000208616257,-0.6546000242233276,2.5678000450134277,0.023399999365210533,-0.6539999842643738,2.5683000087738037,0.024000000208616257,-0.5803999900817871,2.513700008392334,0.02500000037252903,-0.6546000242233276,2.5678000450134277,0.023399999365210533,-0.5803999900817871,2.513700008392334,0.02500000037252903,-0.5809000134468079,2.5130999088287354,0.024399999529123306,-0.6539999842643738,2.5683000087738037,0.024000000208616257,-0.6536999940872192,2.5685999393463135,0.025100000202655792,-0.5802000164985657,2.5141000747680664,0.026100000366568565,-0.6539999842643738,2.5683000087738037,0.024000000208616257,-0.5802000164985657,2.5141000747680664,0.026100000366568565,-0.5803999900817871,2.513700008392334,0.02500000037252903,-0.6535999774932861,2.568700075149536,0.030300000682473183,-0.6535999774932861,2.568700075149536,0.02710000053048134,-0.7002000212669373,2.6254000663757324,0.026100000366568565,-0.6535999774932861,2.568700075149536,0.030300000682473183,-0.7002000212669373,2.6254000663757324,0.026100000366568565,-0.7002000212669373,2.6254000663757324,0.029400000348687172,-0.5800999999046326,2.5141000747680664,0.031199999153614044,-0.5800999999046326,2.5141000747680664,0.02810000069439411,-0.6535999774932861,2.568700075149536,0.02710000053048134,-0.5800999999046326,2.5141000747680664,0.031199999153614044,-0.6535999774932861,2.568700075149536,0.02710000053048134,-0.6535999774932861,2.568700075149536,0.030300000682473183,-0.6535999774932861,2.568700075149536,0.02710000053048134,-0.6536999940872192,2.5685999393463135,0.025100000202655792,-0.7002999782562256,2.6252999305725098,0.024000000208616257,-0.6535999774932861,2.568700075149536,0.02710000053048134,-0.7002999782562256,2.6252999305725098,0.024000000208616257,-0.7002000212669373,2.6254000663757324,0.026100000366568565,-0.5800999999046326,2.5141000747680664,0.02810000069439411,-0.5802000164985657,2.5141000747680664,0.026100000366568565,-0.6536999940872192,2.5685999393463135,0.025100000202655792,-0.5800999999046326,2.5141000747680664,0.02810000069439411,-0.6536999940872192,2.5685999393463135,0.025100000202655792,-0.6535999774932861,2.568700075149536,0.02710000053048134,-0.28839999437332153,2.4286000728607178,0.03269999846816063,-0.28839999437332153,2.4286000728607178,0.02969999983906746,-0.46369999647140503,2.4660000801086426,0.028999999165534973,-0.28839999437332153,2.4286000728607178,0.03269999846816063,-0.46369999647140503,2.4660000801086426,0.028999999165534973,-0.46369999647140503,2.4660000801086426,0.03200000151991844,-0.28839999437332153,2.4286000728607178,0.02969999983906746,-0.28850001096725464,2.428499937057495,0.027799999341368675,-0.46380001306533813,2.46589994430542,0.02710000053048134,-0.28839999437332153,2.4286000728607178,0.02969999983906746,-0.46380001306533813,2.46589994430542,0.02710000053048134,-0.46369999647140503,2.4660000801086426,0.028999999165534973,-0.46369999647140503,2.4660000801086426,0.03200000151991844,-0.46369999647140503,2.4660000801086426,0.028999999165534973,-0.5800999999046326,2.5141000747680664,0.02810000069439411,-0.46369999647140503,2.4660000801086426,0.03200000151991844,-0.5800999999046326,2.5141000747680664,0.02810000069439411,-0.5800999999046326,2.5141000747680664,0.031199999153614044,-0.46369999647140503,2.4660000801086426,0.028999999165534973,-0.46380001306533813,2.46589994430542,0.02710000053048134,-0.5802000164985657,2.5141000747680664,0.026100000366568565,-0.46369999647140503,2.4660000801086426,0.028999999165534973,-0.5802000164985657,2.5141000747680664,0.026100000366568565,-0.5800999999046326,2.5141000747680664,0.02810000069439411,-0.7796000242233276,2.782900094985962,0.054499998688697815,-0.7806000113487244,2.782599925994873,0.054499998688697815,-0.7940000295639038,2.830399990081787,0.0544000007212162,-0.7796000242233276,2.782900094985962,0.054499998688697815,-0.7940000295639038,2.830399990081787,0.0544000007212162,-0.7929999828338623,2.8306000232696533,0.054499998688697815,-0.7605999708175659,2.7328999042510986,0.054499998688697815,-0.7616000175476074,2.7325000762939453,0.054499998688697815,-0.7806000113487244,2.782599925994873,0.054499998688697815,-0.7605999708175659,2.7328999042510986,0.054499998688697815,-0.7806000113487244,2.782599925994873,0.054499998688697815,-0.7796000242233276,2.782900094985962,0.054499998688697815,-0.7806000113487244,2.782599925994873,0.054499998688697815,-0.781000018119812,2.782399892807007,0.05400000140070915,-0.7944999933242798,2.830199956893921,0.05389999970793724,-0.7806000113487244,2.782599925994873,0.054499998688697815,-0.7944999933242798,2.830199956893921,0.05389999970793724,-0.7940000295639038,2.830399990081787,0.0544000007212162,-0.7616000175476074,2.7325000762939453,0.054499998688697815,-0.7620000243186951,2.732300043106079,0.05400000140070915,-0.781000018119812,2.782399892807007,0.05400000140070915,-0.7616000175476074,2.7325000762939453,0.054499998688697815,-0.781000018119812,2.782399892807007,0.05400000140070915,-0.7806000113487244,2.782599925994873,0.054499998688697815,-0.6988000273704529,2.626300096511841,0.05460000038146973,-0.6995999813079834,2.625699996948242,0.05460000038146973,-0.7351999878883362,2.6802000999450684,0.05460000038146973,-0.6988000273704529,2.626300096511841,0.05460000038146973,-0.7351999878883362,2.6802000999450684,0.05460000038146973,-0.7343000173568726,2.6807000637054443,0.05460000038146973,-0.6995999813079834,2.625699996948242,0.05460000038146973,-0.699999988079071,2.6254000663757324,0.054099999368190765,-0.7355999946594238,2.6798999309539795,0.05400000140070915,-0.6995999813079834,2.625699996948242,0.05460000038146973,-0.7355999946594238,2.6798999309539795,0.05400000140070915,-0.7351999878883362,2.6802000999450684,0.05460000038146973,-0.7343000173568726,2.6807000637054443,0.05460000038146973,-0.7351999878883362,2.6802000999450684,0.05460000038146973,-0.7616000175476074,2.7325000762939453,0.054499998688697815,-0.7343000173568726,2.6807000637054443,0.05460000038146973,-0.7616000175476074,2.7325000762939453,0.054499998688697815,-0.7605999708175659,2.7328999042510986,0.054499998688697815,-0.7351999878883362,2.6802000999450684,0.05460000038146973,-0.7355999946594238,2.6798999309539795,0.05400000140070915,-0.7620000243186951,2.732300043106079,0.05400000140070915,-0.7351999878883362,2.6802000999450684,0.05460000038146973,-0.7620000243186951,2.732300043106079,0.05400000140070915,-0.7616000175476074,2.7325000762939453,0.054499998688697815,-0.7357000112533569,2.6798999309539795,0.049800001084804535,-0.7357000112533569,2.6798999309539795,0.05260000005364418,-0.7001000046730042,2.6252999305725098,0.05270000174641609,-0.7357000112533569,2.6798999309539795,0.049800001084804535,-0.7001000046730042,2.6252999305725098,0.05270000174641609,-0.7001000046730042,2.6252999305725098,0.05000000074505806,-0.7620999813079834,2.7321999073028564,0.04960000142455101,-0.7620999813079834,2.7321999073028564,0.05249999836087227,-0.7357000112533569,2.6798999309539795,0.05260000005364418,-0.7620999813079834,2.7321999073028564,0.04960000142455101,-0.7357000112533569,2.6798999309539795,0.05260000005364418,-0.7357000112533569,2.6798999309539795,0.049800001084804535,-0.7357000112533569,2.6798999309539795,0.05260000005364418,-0.7355999946594238,2.6798999309539795,0.05400000140070915,-0.699999988079071,2.6254000663757324,0.054099999368190765,-0.7357000112533569,2.6798999309539795,0.05260000005364418,-0.699999988079071,2.6254000663757324,0.054099999368190765,-0.7001000046730042,2.6252999305725098,0.05270000174641609,-0.7620999813079834,2.7321999073028564,0.05249999836087227,-0.7620000243186951,2.732300043106079,0.05400000140070915,-0.7355999946594238,2.6798999309539795,0.05400000140070915,-0.7620999813079834,2.7321999073028564,0.05249999836087227,-0.7355999946594238,2.6798999309539795,0.05400000140070915,-0.7357000112533569,2.6798999309539795,0.05260000005364418,-0.7946000099182129,2.830199956893921,0.049300000071525574,-0.7946000099182129,2.830199956893921,0.052400000393390656,-0.7811999917030334,2.782399892807007,0.05249999836087227,-0.7946000099182129,2.830199956893921,0.049300000071525574,-0.7811999917030334,2.782399892807007,0.05249999836087227,-0.7811999917030334,2.782399892807007,0.049400001764297485,-0.7946000099182129,2.830199956893921,0.052400000393390656,-0.7944999933242798,2.830199956893921,0.05389999970793724,-0.781000018119812,2.782399892807007,0.05400000140070915,-0.7946000099182129,2.830199956893921,0.052400000393390656,-0.781000018119812,2.782399892807007,0.05400000140070915,-0.7811999917030334,2.782399892807007,0.05249999836087227,-0.7811999917030334,2.782399892807007,0.049400001764297485,-0.7811999917030334,2.782399892807007,0.05249999836087227,-0.7620999813079834,2.7321999073028564,0.05249999836087227,-0.7811999917030334,2.782399892807007,0.049400001764297485,-0.7620999813079834,2.7321999073028564,0.05249999836087227,-0.7620999813079834,2.7321999073028564,0.04960000142455101,-0.7811999917030334,2.782399892807007,0.05249999836087227,-0.781000018119812,2.782399892807007,0.05400000140070915,-0.7620000243186951,2.732300043106079,0.05400000140070915,-0.7811999917030334,2.782399892807007,0.05249999836087227,-0.7620000243186951,2.732300043106079,0.05400000140070915,-0.7620999813079834,2.7321999073028564,0.05249999836087227,-0.652400016784668,2.5697999000549316,0.05460000038146973,-0.6531000137329102,2.5690999031066895,0.05460000038146973,-0.6995999813079834,2.625699996948242,0.05460000038146973,-0.652400016784668,2.5697999000549316,0.05460000038146973,-0.6995999813079834,2.625699996948242,0.05460000038146973,-0.6988000273704529,2.626300096511841,0.05460000038146973,-0.5791000127792358,2.515399932861328,0.05469999834895134,-0.5796999931335449,2.514699935913086,0.05460000038146973,-0.6531000137329102,2.5690999031066895,0.05460000038146973,-0.5791000127792358,2.515399932861328,0.05469999834895134,-0.6531000137329102,2.5690999031066895,0.05460000038146973,-0.652400016784668,2.5697999000549316,0.05460000038146973,-0.6531000137329102,2.5690999031066895,0.05460000038146973,-0.6535000205039978,2.5687999725341797,0.05420000106096268,-0.699999988079071,2.6254000663757324,0.054099999368190765,-0.6531000137329102,2.5690999031066895,0.05460000038146973,-0.699999988079071,2.6254000663757324,0.054099999368190765,-0.6995999813079834,2.625699996948242,0.05460000038146973,-0.5796999931335449,2.514699935913086,0.05460000038146973,-0.5799999833106995,2.5143001079559326,0.05420000106096268,-0.6535000205039978,2.5687999725341797,0.05420000106096268,-0.5796999931335449,2.514699935913086,0.05460000038146973,-0.6535000205039978,2.5687999725341797,0.05420000106096268,-0.6531000137329102,2.5690999031066895,0.05460000038146973,-0.28769999742507935,2.4300999641418457,0.05469999834895134,-0.288100004196167,2.4291999340057373,0.05469999834895134,-0.4634000062942505,2.466599941253662,0.05469999834895134,-0.28769999742507935,2.4300999641418457,0.05469999834895134,-0.4634000062942505,2.466599941253662,0.05469999834895134,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.288100004196167,2.4291999340057373,0.05469999834895134,-0.2883000075817108,2.428800106048584,0.05429999902844429,-0.4636000096797943,2.466200113296509,0.05429999902844429,-0.288100004196167,2.4291999340057373,0.05469999834895134,-0.4636000096797943,2.466200113296509,0.05429999902844429,-0.4634000062942505,2.466599941253662,0.05469999834895134,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.4634000062942505,2.466599941253662,0.05469999834895134,-0.5796999931335449,2.514699935913086,0.05460000038146973,-0.462799996137619,2.4674999713897705,0.05469999834895134,-0.5796999931335449,2.514699935913086,0.05460000038146973,-0.5791000127792358,2.515399932861328,0.05469999834895134,-0.4634000062942505,2.466599941253662,0.05469999834895134,-0.4636000096797943,2.466200113296509,0.05429999902844429,-0.5799999833106995,2.5143001079559326,0.05420000106096268,-0.4634000062942505,2.466599941253662,0.05469999834895134,-0.5799999833106995,2.5143001079559326,0.05420000106096268,-0.5796999931335449,2.514699935913086,0.05460000038146973,-0.46369999647140503,2.4660000801086426,0.05050000175833702,-0.46369999647140503,2.4660000801086426,0.05299999937415123,-0.28839999437332153,2.4286000728607178,0.05310000106692314,-0.46369999647140503,2.4660000801086426,0.05050000175833702,-0.28839999437332153,2.4286000728607178,0.05310000106692314,-0.28839999437332153,2.4286000728607178,0.050700001418590546,-0.5800999999046326,2.5141000747680664,0.05040000006556511,-0.5800999999046326,2.5141000747680664,0.05290000140666962,-0.46369999647140503,2.4660000801086426,0.05299999937415123,-0.5800999999046326,2.5141000747680664,0.05040000006556511,-0.46369999647140503,2.4660000801086426,0.05299999937415123,-0.46369999647140503,2.4660000801086426,0.05050000175833702,-0.46369999647140503,2.4660000801086426,0.05299999937415123,-0.4636000096797943,2.466200113296509,0.05429999902844429,-0.2883000075817108,2.428800106048584,0.05429999902844429,-0.46369999647140503,2.4660000801086426,0.05299999937415123,-0.2883000075817108,2.428800106048584,0.05429999902844429,-0.28839999437332153,2.4286000728607178,0.05310000106692314,-0.5800999999046326,2.5141000747680664,0.05290000140666962,-0.5799999833106995,2.5143001079559326,0.05420000106096268,-0.4636000096797943,2.466200113296509,0.05429999902844429,-0.5800999999046326,2.5141000747680664,0.05290000140666962,-0.4636000096797943,2.466200113296509,0.05429999902844429,-0.46369999647140503,2.4660000801086426,0.05299999937415123,-0.7001000046730042,2.6252999305725098,0.05000000074505806,-0.7001000046730042,2.6252999305725098,0.05270000174641609,-0.6535999774932861,2.568700075149536,0.052799999713897705,-0.7001000046730042,2.6252999305725098,0.05000000074505806,-0.6535999774932861,2.568700075149536,0.052799999713897705,-0.6535999774932861,2.568700075149536,0.050200000405311584,-0.7001000046730042,2.6252999305725098,0.05270000174641609,-0.699999988079071,2.6254000663757324,0.054099999368190765,-0.6535000205039978,2.5687999725341797,0.05420000106096268,-0.7001000046730042,2.6252999305725098,0.05270000174641609,-0.6535000205039978,2.5687999725341797,0.05420000106096268,-0.6535999774932861,2.568700075149536,0.052799999713897705,-0.6535999774932861,2.568700075149536,0.050200000405311584,-0.6535999774932861,2.568700075149536,0.052799999713897705,-0.5800999999046326,2.5141000747680664,0.05290000140666962,-0.6535999774932861,2.568700075149536,0.050200000405311584,-0.5800999999046326,2.5141000747680664,0.05290000140666962,-0.5800999999046326,2.5141000747680664,0.05040000006556511,-0.6535999774932861,2.568700075149536,0.052799999713897705,-0.6535000205039978,2.5687999725341797,0.05420000106096268,-0.5799999833106995,2.5143001079559326,0.05420000106096268,-0.6535999774932861,2.568700075149536,0.052799999713897705,-0.5799999833106995,2.5143001079559326,0.05420000106096268,-0.5800999999046326,2.5141000747680664,0.05290000140666962,-0.037700001150369644,2.4077999591827393,0.05480000004172325,-0.03799999877810478,2.4068000316619873,0.05469999834895134,-0.288100004196167,2.4291999340057373,0.05469999834895134,-0.037700001150369644,2.4077999591827393,0.05480000004172325,-0.288100004196167,2.4291999340057373,0.05469999834895134,-0.28769999742507935,2.4300999641418457,0.05469999834895134,0.2685000002384186,2.3966000080108643,0.05480000004172325,0.26829999685287476,2.3956000804901123,0.05480000004172325,-0.03799999877810478,2.4068000316619873,0.05469999834895134,0.2685000002384186,2.3966000080108643,0.05480000004172325,-0.03799999877810478,2.4068000316619873,0.05469999834895134,-0.037700001150369644,2.4077999591827393,0.05480000004172325,-0.03799999877810478,2.4068000316619873,0.05469999834895134,-0.038100000470876694,2.4063000679016113,0.05429999902844429,-0.2883000075817108,2.428800106048584,0.05429999902844429,-0.03799999877810478,2.4068000316619873,0.05469999834895134,-0.2883000075817108,2.428800106048584,0.05429999902844429,-0.288100004196167,2.4291999340057373,0.05469999834895134,0.26829999685287476,2.3956000804901123,0.05480000004172325,0.26820001006126404,2.3951001167297363,0.05429999902844429,-0.038100000470876694,2.4063000679016113,0.05429999902844429,0.26829999685287476,2.3956000804901123,0.05480000004172325,-0.038100000470876694,2.4063000679016113,0.05429999902844429,-0.03799999877810478,2.4068000316619873,0.05469999834895134,0.974399983882904,2.3928000926971436,0.05480000004172325,0.974399983882904,2.391900062561035,0.05480000004172325,0.6119999885559082,2.391900062561035,0.05480000004172325,0.974399983882904,2.3928000926971436,0.05480000004172325,0.6119999885559082,2.391900062561035,0.05480000004172325,0.6121000051498413,2.3928000926971436,0.05480000004172325,0.974399983882904,2.391900062561035,0.05480000004172325,0.974399983882904,2.391400098800659,0.0544000007212162,0.6118999719619751,2.391400098800659,0.0544000007212162,0.974399983882904,2.391900062561035,0.05480000004172325,0.6118999719619751,2.391400098800659,0.0544000007212162,0.6119999885559082,2.391900062561035,0.05480000004172325,0.6121000051498413,2.3928000926971436,0.05480000004172325,0.6119999885559082,2.391900062561035,0.05480000004172325,0.26829999685287476,2.3956000804901123,0.05480000004172325,0.6121000051498413,2.3928000926971436,0.05480000004172325,0.26829999685287476,2.3956000804901123,0.05480000004172325,0.2685000002384186,2.3966000080108643,0.05480000004172325,0.6119999885559082,2.391900062561035,0.05480000004172325,0.6118999719619751,2.391400098800659,0.0544000007212162,0.26820001006126404,2.3951001167297363,0.05429999902844429,0.6119999885559082,2.391900062561035,0.05480000004172325,0.26820001006126404,2.3951001167297363,0.05429999902844429,0.26829999685287476,2.3956000804901123,0.05480000004172325,0.6118999719619751,2.391200065612793,0.05079999938607216,0.6118999719619751,2.391200065612793,0.053199999034404755,0.974399983882904,2.391200065612793,0.053199999034404755,0.6118999719619751,2.391200065612793,0.05079999938607216,0.974399983882904,2.391200065612793,0.053199999034404755,0.974399983882904,2.391200065612793,0.05079999938607216,0.26820001006126404,2.3949999809265137,0.05079999938607216,0.26820001006126404,2.3949999809265137,0.05310000106692314,0.6118999719619751,2.391200065612793,0.053199999034404755,0.26820001006126404,2.3949999809265137,0.05079999938607216,0.6118999719619751,2.391200065612793,0.053199999034404755,0.6118999719619751,2.391200065612793,0.05079999938607216,0.6118999719619751,2.391200065612793,0.053199999034404755,0.6118999719619751,2.391400098800659,0.0544000007212162,0.974399983882904,2.391400098800659,0.0544000007212162,0.6118999719619751,2.391200065612793,0.053199999034404755,0.974399983882904,2.391400098800659,0.0544000007212162,0.974399983882904,2.391200065612793,0.053199999034404755,0.26820001006126404,2.3949999809265137,0.05310000106692314,0.26820001006126404,2.3951001167297363,0.05429999902844429,0.6118999719619751,2.391400098800659,0.0544000007212162,0.26820001006126404,2.3949999809265137,0.05310000106692314,0.6118999719619751,2.391400098800659,0.0544000007212162,0.6118999719619751,2.391200065612793,0.053199999034404755,-0.28839999437332153,2.4286000728607178,0.050700001418590546,-0.28839999437332153,2.4286000728607178,0.05310000106692314,-0.03819999843835831,2.4061999320983887,0.05310000106692314,-0.28839999437332153,2.4286000728607178,0.050700001418590546,-0.03819999843835831,2.4061999320983887,0.05310000106692314,-0.03819999843835831,2.4061999320983887,0.05079999938607216,-0.28839999437332153,2.4286000728607178,0.05310000106692314,-0.2883000075817108,2.428800106048584,0.05429999902844429,-0.038100000470876694,2.4063000679016113,0.05429999902844429,-0.28839999437332153,2.4286000728607178,0.05310000106692314,-0.038100000470876694,2.4063000679016113,0.05429999902844429,-0.03819999843835831,2.4061999320983887,0.05310000106692314,-0.03819999843835831,2.4061999320983887,0.05079999938607216,-0.03819999843835831,2.4061999320983887,0.05310000106692314,0.26820001006126404,2.3949999809265137,0.05310000106692314,-0.03819999843835831,2.4061999320983887,0.05079999938607216,0.26820001006126404,2.3949999809265137,0.05310000106692314,0.26820001006126404,2.3949999809265137,0.05079999938607216,-0.03819999843835831,2.4061999320983887,0.05310000106692314,-0.038100000470876694,2.4063000679016113,0.05429999902844429,0.26820001006126404,2.3951001167297363,0.05429999902844429,-0.03819999843835831,2.4061999320983887,0.05310000106692314,0.26820001006126404,2.3951001167297363,0.05429999902844429,0.26820001006126404,2.3949999809265137,0.05310000106692314,1.3367999792099,2.3928000926971436,0.05480000004172325,1.336899995803833,2.391900062561035,0.05480000004172325,0.974399983882904,2.391900062561035,0.05480000004172325,1.3367999792099,2.3928000926971436,0.05480000004172325,0.974399983882904,2.391900062561035,0.05480000004172325,0.974399983882904,2.3928000926971436,0.05480000004172325,1.680400013923645,2.3966000080108643,0.05480000004172325,1.6806000471115112,2.3956000804901123,0.05480000004172325,1.336899995803833,2.391900062561035,0.05480000004172325,1.680400013923645,2.3966000080108643,0.05480000004172325,1.336899995803833,2.391900062561035,0.05480000004172325,1.3367999792099,2.3928000926971436,0.05480000004172325,1.336899995803833,2.391900062561035,0.05480000004172325,1.336899995803833,2.391400098800659,0.0544000007212162,0.974399983882904,2.391400098800659,0.0544000007212162,1.336899995803833,2.391900062561035,0.05480000004172325,0.974399983882904,2.391400098800659,0.0544000007212162,0.974399983882904,2.391900062561035,0.05480000004172325,1.6806000471115112,2.3956000804901123,0.05480000004172325,1.6806999444961548,2.3951001167297363,0.05429999902844429,1.336899995803833,2.391400098800659,0.0544000007212162,1.6806000471115112,2.3956000804901123,0.05480000004172325,1.336899995803833,2.391400098800659,0.0544000007212162,1.336899995803833,2.391900062561035,0.05480000004172325,2.236599922180176,2.4300999641418457,0.05469999834895134,2.236999988555908,2.4291999340057373,0.05469999834895134,1.986799955368042,2.4068000316619873,0.05469999834895134,2.236599922180176,2.4300999641418457,0.05469999834895134,1.986799955368042,2.4068000316619873,0.05469999834895134,1.9866000413894653,2.4077999591827393,0.05480000004172325,2.236999988555908,2.4291999340057373,0.05469999834895134,2.2372000217437744,2.428800106048584,0.05429999902844429,1.9869999885559082,2.4063000679016113,0.05429999902844429,2.236999988555908,2.4291999340057373,0.05469999834895134,1.9869999885559082,2.4063000679016113,0.05429999902844429,1.986799955368042,2.4068000316619873,0.05469999834895134,1.9866000413894653,2.4077999591827393,0.05480000004172325,1.986799955368042,2.4068000316619873,0.05469999834895134,1.6806000471115112,2.3956000804901123,0.05480000004172325,1.9866000413894653,2.4077999591827393,0.05480000004172325,1.6806000471115112,2.3956000804901123,0.05480000004172325,1.680400013923645,2.3966000080108643,0.05480000004172325,1.986799955368042,2.4068000316619873,0.05469999834895134,1.9869999885559082,2.4063000679016113,0.05429999902844429,1.6806999444961548,2.3951001167297363,0.05429999902844429,1.986799955368042,2.4068000316619873,0.05469999834895134,1.6806999444961548,2.3951001167297363,0.05429999902844429,1.6806000471115112,2.3956000804901123,0.05480000004172325,1.9869999885559082,2.4061999320983887,0.05079999938607216,1.9869999885559082,2.4061999320983887,0.05310000106692314,2.237299919128418,2.4286000728607178,0.05310000106692314,1.9869999885559082,2.4061999320983887,0.05079999938607216,2.237299919128418,2.4286000728607178,0.05310000106692314,2.237299919128418,2.4286000728607178,0.050700001418590546,1.6806999444961548,2.3949999809265137,0.05079999938607216,1.6806999444961548,2.3949999809265137,0.05310000106692314,1.9869999885559082,2.4061999320983887,0.05310000106692314,1.6806999444961548,2.3949999809265137,0.05079999938607216,1.9869999885559082,2.4061999320983887,0.05310000106692314,1.9869999885559082,2.4061999320983887,0.05079999938607216,1.9869999885559082,2.4061999320983887,0.05310000106692314,1.9869999885559082,2.4063000679016113,0.05429999902844429,2.2372000217437744,2.428800106048584,0.05429999902844429,1.9869999885559082,2.4061999320983887,0.05310000106692314,2.2372000217437744,2.428800106048584,0.05429999902844429,2.237299919128418,2.4286000728607178,0.05310000106692314,1.6806999444961548,2.3949999809265137,0.05310000106692314,1.6806999444961548,2.3951001167297363,0.05429999902844429,1.9869999885559082,2.4063000679016113,0.05429999902844429,1.6806999444961548,2.3949999809265137,0.05310000106692314,1.9869999885559082,2.4063000679016113,0.05429999902844429,1.9869999885559082,2.4061999320983887,0.05310000106692314,0.974399983882904,2.391200065612793,0.05079999938607216,0.974399983882904,2.391200065612793,0.053199999034404755,1.336899995803833,2.391200065612793,0.053199999034404755,0.974399983882904,2.391200065612793,0.05079999938607216,1.336899995803833,2.391200065612793,0.053199999034404755,1.336899995803833,2.391200065612793,0.05079999938607216,0.974399983882904,2.391200065612793,0.053199999034404755,0.974399983882904,2.391400098800659,0.0544000007212162,1.336899995803833,2.391400098800659,0.0544000007212162,0.974399983882904,2.391200065612793,0.053199999034404755,1.336899995803833,2.391400098800659,0.0544000007212162,1.336899995803833,2.391200065612793,0.053199999034404755,1.336899995803833,2.391200065612793,0.05079999938607216,1.336899995803833,2.391200065612793,0.053199999034404755,1.6806999444961548,2.3949999809265137,0.05310000106692314,1.336899995803833,2.391200065612793,0.05079999938607216,1.6806999444961548,2.3949999809265137,0.05310000106692314,1.6806999444961548,2.3949999809265137,0.05079999938607216,1.336899995803833,2.391200065612793,0.053199999034404755,1.336899995803833,2.391400098800659,0.0544000007212162,1.6806999444961548,2.3951001167297363,0.05429999902844429,1.336899995803833,2.391200065612793,0.053199999034404755,1.6806999444961548,2.3951001167297363,0.05429999902844429,1.6806999444961548,2.3949999809265137,0.05310000106692314,2.4117000102996826,2.4674999713897705,0.05469999834895134,2.4121999740600586,2.466599941253662,0.05469999834895134,2.236999988555908,2.4291999340057373,0.05469999834895134,2.4117000102996826,2.4674999713897705,0.05469999834895134,2.236999988555908,2.4291999340057373,0.05469999834895134,2.236599922180176,2.4300999641418457,0.05469999834895134,2.527899980545044,2.515399932861328,0.05469999834895134,2.528599977493286,2.514699935913086,0.05460000038146973,2.4121999740600586,2.466599941253662,0.05469999834895134,2.527899980545044,2.515399932861328,0.05469999834895134,2.4121999740600586,2.466599941253662,0.05469999834895134,2.4117000102996826,2.4674999713897705,0.05469999834895134,2.4121999740600586,2.466599941253662,0.05469999834895134,2.4124999046325684,2.466200113296509,0.05429999902844429,2.2372000217437744,2.428800106048584,0.05429999902844429,2.4121999740600586,2.466599941253662,0.05469999834895134,2.2372000217437744,2.428800106048584,0.05429999902844429,2.236999988555908,2.4291999340057373,0.05469999834895134,2.528599977493286,2.514699935913086,0.05460000038146973,2.528899908065796,2.5143001079559326,0.05420000106096268,2.4124999046325684,2.466200113296509,0.05429999902844429,2.528599977493286,2.514699935913086,0.05460000038146973,2.4124999046325684,2.466200113296509,0.05429999902844429,2.4121999740600586,2.466599941253662,0.05469999834895134,2.647700071334839,2.626300096511841,0.05460000038146973,2.6484999656677246,2.625699996948242,0.05460000038146973,2.6019999980926514,2.5690999031066895,0.05460000038146973,2.647700071334839,2.626300096511841,0.05460000038146973,2.6019999980926514,2.5690999031066895,0.05460000038146973,2.601300001144409,2.5697999000549316,0.05460000038146973,2.6484999656677246,2.625699996948242,0.05460000038146973,2.648900032043457,2.6254000663757324,0.054099999368190765,2.602299928665161,2.5687999725341797,0.05420000106096268,2.6484999656677246,2.625699996948242,0.05460000038146973,2.602299928665161,2.5687999725341797,0.05420000106096268,2.6019999980926514,2.5690999031066895,0.05460000038146973,2.601300001144409,2.5697999000549316,0.05460000038146973,2.6019999980926514,2.5690999031066895,0.05460000038146973,2.528599977493286,2.514699935913086,0.05460000038146973,2.601300001144409,2.5697999000549316,0.05460000038146973,2.528599977493286,2.514699935913086,0.05460000038146973,2.527899980545044,2.515399932861328,0.05469999834895134,2.6019999980926514,2.5690999031066895,0.05460000038146973,2.602299928665161,2.5687999725341797,0.05420000106096268,2.528899908065796,2.5143001079559326,0.05420000106096268,2.6019999980926514,2.5690999031066895,0.05460000038146973,2.528899908065796,2.5143001079559326,0.05420000106096268,2.528599977493286,2.514699935913086,0.05460000038146973,2.6024999618530273,2.568700075149536,0.050200000405311584,2.6024999618530273,2.568700075149536,0.052799999713897705,2.6489999294281006,2.6252999305725098,0.05270000174641609,2.6024999618530273,2.568700075149536,0.050200000405311584,2.6489999294281006,2.6252999305725098,0.05270000174641609,2.6489999294281006,2.6252999305725098,0.05000000074505806,2.5290000438690186,2.5141000747680664,0.05040000006556511,2.5290000438690186,2.5141000747680664,0.05290000140666962,2.6024999618530273,2.568700075149536,0.052799999713897705,2.5290000438690186,2.5141000747680664,0.05040000006556511,2.6024999618530273,2.568700075149536,0.052799999713897705,2.6024999618530273,2.568700075149536,0.050200000405311584,2.6024999618530273,2.568700075149536,0.052799999713897705,2.602299928665161,2.5687999725341797,0.05420000106096268,2.648900032043457,2.6254000663757324,0.054099999368190765,2.6024999618530273,2.568700075149536,0.052799999713897705,2.648900032043457,2.6254000663757324,0.054099999368190765,2.6489999294281006,2.6252999305725098,0.05270000174641609,2.5290000438690186,2.5141000747680664,0.05290000140666962,2.528899908065796,2.5143001079559326,0.05420000106096268,2.602299928665161,2.5687999725341797,0.05420000106096268,2.5290000438690186,2.5141000747680664,0.05290000140666962,2.602299928665161,2.5687999725341797,0.05420000106096268,2.6024999618530273,2.568700075149536,0.052799999713897705,2.237299919128418,2.4286000728607178,0.050700001418590546,2.237299919128418,2.4286000728607178,0.05310000106692314,2.4124999046325684,2.4660000801086426,0.05299999937415123,2.237299919128418,2.4286000728607178,0.050700001418590546,2.4124999046325684,2.4660000801086426,0.05299999937415123,2.4124999046325684,2.4660000801086426,0.05050000175833702,2.237299919128418,2.4286000728607178,0.05310000106692314,2.2372000217437744,2.428800106048584,0.05429999902844429,2.4124999046325684,2.466200113296509,0.05429999902844429,2.237299919128418,2.4286000728607178,0.05310000106692314,2.4124999046325684,2.466200113296509,0.05429999902844429,2.4124999046325684,2.4660000801086426,0.05299999937415123,2.4124999046325684,2.4660000801086426,0.05050000175833702,2.4124999046325684,2.4660000801086426,0.05299999937415123,2.5290000438690186,2.5141000747680664,0.05290000140666962,2.4124999046325684,2.4660000801086426,0.05050000175833702,2.5290000438690186,2.5141000747680664,0.05290000140666962,2.5290000438690186,2.5141000747680664,0.05040000006556511,2.4124999046325684,2.4660000801086426,0.05299999937415123,2.4124999046325684,2.466200113296509,0.05429999902844429,2.528899908065796,2.5143001079559326,0.05420000106096268,2.4124999046325684,2.4660000801086426,0.05299999937415123,2.528899908065796,2.5143001079559326,0.05420000106096268,2.5290000438690186,2.5141000747680664,0.05290000140666962,2.683199882507324,2.6807000637054443,0.05460000038146973,2.684000015258789,2.6802000999450684,0.05460000038146973,2.6484999656677246,2.625699996948242,0.05460000038146973,2.683199882507324,2.6807000637054443,0.05460000038146973,2.6484999656677246,2.625699996948242,0.05460000038146973,2.647700071334839,2.626300096511841,0.05460000038146973,2.7095000743865967,2.7328999042510986,0.054499998688697815,2.710400104522705,2.7325000762939453,0.054499998688697815,2.684000015258789,2.6802000999450684,0.05460000038146973,2.7095000743865967,2.7328999042510986,0.054499998688697815,2.684000015258789,2.6802000999450684,0.05460000038146973,2.683199882507324,2.6807000637054443,0.05460000038146973,2.684000015258789,2.6802000999450684,0.05460000038146973,2.6844000816345215,2.6798999309539795,0.05400000140070915,2.648900032043457,2.6254000663757324,0.054099999368190765,2.684000015258789,2.6802000999450684,0.05460000038146973,2.648900032043457,2.6254000663757324,0.054099999368190765,2.6484999656677246,2.625699996948242,0.05460000038146973,2.710400104522705,2.7325000762939453,0.054499998688697815,2.710900068283081,2.732300043106079,0.05400000140070915,2.6844000816345215,2.6798999309539795,0.05400000140070915,2.710400104522705,2.7325000762939453,0.054499998688697815,2.6844000816345215,2.6798999309539795,0.05400000140070915,2.684000015258789,2.6802000999450684,0.05460000038146973,2.7418999671936035,2.8306000232696533,0.054499998688697815,2.742799997329712,2.830399990081787,0.0544000007212162,2.7293999195098877,2.782599925994873,0.054499998688697815,2.7418999671936035,2.8306000232696533,0.054499998688697815,2.7293999195098877,2.782599925994873,0.054499998688697815,2.7284998893737793,2.782900094985962,0.054499998688697815,2.742799997329712,2.830399990081787,0.0544000007212162,2.743299961090088,2.830199956893921,0.05389999970793724,2.7298998832702637,2.782399892807007,0.05400000140070915,2.742799997329712,2.830399990081787,0.0544000007212162,2.7298998832702637,2.782399892807007,0.05400000140070915,2.7293999195098877,2.782599925994873,0.054499998688697815,2.7284998893737793,2.782900094985962,0.054499998688697815,2.7293999195098877,2.782599925994873,0.054499998688697815,2.710400104522705,2.7325000762939453,0.054499998688697815,2.7284998893737793,2.782900094985962,0.054499998688697815,2.710400104522705,2.7325000762939453,0.054499998688697815,2.7095000743865967,2.7328999042510986,0.054499998688697815,2.7293999195098877,2.782599925994873,0.054499998688697815,2.7298998832702637,2.782399892807007,0.05400000140070915,2.710900068283081,2.732300043106079,0.05400000140070915,2.7293999195098877,2.782599925994873,0.054499998688697815,2.710900068283081,2.732300043106079,0.05400000140070915,2.710400104522705,2.7325000762939453,0.054499998688697815,2.7300000190734863,2.782399892807007,0.049400001764297485,2.7300000190734863,2.782399892807007,0.05249999836087227,2.743499994277954,2.830199956893921,0.052400000393390656,2.7300000190734863,2.782399892807007,0.049400001764297485,2.743499994277954,2.830199956893921,0.052400000393390656,2.743499994277954,2.830199956893921,0.049300000071525574,2.7109999656677246,2.7321999073028564,0.04960000142455101,2.7109999656677246,2.7321999073028564,0.05249999836087227,2.7300000190734863,2.782399892807007,0.05249999836087227,2.7109999656677246,2.7321999073028564,0.04960000142455101,2.7300000190734863,2.782399892807007,0.05249999836087227,2.7300000190734863,2.782399892807007,0.049400001764297485,2.7300000190734863,2.782399892807007,0.05249999836087227,2.7298998832702637,2.782399892807007,0.05400000140070915,2.743299961090088,2.830199956893921,0.05389999970793724,2.7300000190734863,2.782399892807007,0.05249999836087227,2.743299961090088,2.830199956893921,0.05389999970793724,2.743499994277954,2.830199956893921,0.052400000393390656,2.7109999656677246,2.7321999073028564,0.05249999836087227,2.710900068283081,2.732300043106079,0.05400000140070915,2.7298998832702637,2.782399892807007,0.05400000140070915,2.7109999656677246,2.7321999073028564,0.05249999836087227,2.7298998832702637,2.782399892807007,0.05400000140070915,2.7300000190734863,2.782399892807007,0.05249999836087227,2.6489999294281006,2.6252999305725098,0.05000000074505806,2.6489999294281006,2.6252999305725098,0.05270000174641609,2.6846001148223877,2.6798999309539795,0.05260000005364418,2.6489999294281006,2.6252999305725098,0.05000000074505806,2.6846001148223877,2.6798999309539795,0.05260000005364418,2.6846001148223877,2.6798999309539795,0.049800001084804535,2.6489999294281006,2.6252999305725098,0.05270000174641609,2.648900032043457,2.6254000663757324,0.054099999368190765,2.6844000816345215,2.6798999309539795,0.05400000140070915,2.6489999294281006,2.6252999305725098,0.05270000174641609,2.6844000816345215,2.6798999309539795,0.05400000140070915,2.6846001148223877,2.6798999309539795,0.05260000005364418,2.6846001148223877,2.6798999309539795,0.049800001084804535,2.6846001148223877,2.6798999309539795,0.05260000005364418,2.7109999656677246,2.7321999073028564,0.05249999836087227,2.6846001148223877,2.6798999309539795,0.049800001084804535,2.7109999656677246,2.7321999073028564,0.05249999836087227,2.7109999656677246,2.7321999073028564,0.04960000142455101,2.6846001148223877,2.6798999309539795,0.05260000005364418,2.6844000816345215,2.6798999309539795,0.05400000140070915,2.710900068283081,2.732300043106079,0.05400000140070915,2.6846001148223877,2.6798999309539795,0.05260000005364418,2.710900068283081,2.732300043106079,0.05400000140070915,2.7109999656677246,2.7321999073028564,0.05249999836087227,2.751499891281128,2.875999927520752,0.0544000007212162,2.752500057220459,2.8757998943328857,0.0544000007212162,2.742799997329712,2.830399990081787,0.0544000007212162,2.751499891281128,2.875999927520752,0.0544000007212162,2.742799997329712,2.830399990081787,0.0544000007212162,2.7418999671936035,2.8306000232696533,0.054499998688697815,2.7578001022338867,2.919600009918213,0.0544000007212162,2.7588000297546387,2.9195001125335693,0.0544000007212162,2.752500057220459,2.8757998943328857,0.0544000007212162,2.7578001022338867,2.919600009918213,0.0544000007212162,2.752500057220459,2.8757998943328857,0.0544000007212162,2.751499891281128,2.875999927520752,0.0544000007212162,2.752500057220459,2.8757998943328857,0.0544000007212162,2.753000020980835,2.875699996948242,0.05389999970793724,2.743299961090088,2.830199956893921,0.05389999970793724,2.752500057220459,2.8757998943328857,0.0544000007212162,2.743299961090088,2.830199956893921,0.05389999970793724,2.742799997329712,2.830399990081787,0.0544000007212162,2.7588000297546387,2.9195001125335693,0.0544000007212162,2.7592999935150146,2.9193999767303467,0.05389999970793724,2.753000020980835,2.875699996948242,0.05389999970793724,2.7588000297546387,2.9195001125335693,0.0544000007212162,2.753000020980835,2.875699996948242,0.05389999970793724,2.752500057220459,2.8757998943328857,0.0544000007212162,2.762200117111206,3.003999948501587,0.0544000007212162,2.763200044631958,3.003999948501587,0.0544000007212162,2.762200117111206,2.9619998931884766,0.0544000007212162,2.762200117111206,3.003999948501587,0.0544000007212162,2.762200117111206,2.9619998931884766,0.0544000007212162,2.761199951171875,2.962100028991699,0.0544000007212162,2.763200044631958,3.003999948501587,0.0544000007212162,2.763700008392334,3.003999948501587,0.05380000174045563,2.762700080871582,2.9619998931884766,0.05380000174045563,2.763200044631958,3.003999948501587,0.0544000007212162,2.762700080871582,2.9619998931884766,0.05380000174045563,2.762200117111206,2.9619998931884766,0.0544000007212162,2.761199951171875,2.962100028991699,0.0544000007212162,2.762200117111206,2.9619998931884766,0.0544000007212162,2.7588000297546387,2.9195001125335693,0.0544000007212162,2.761199951171875,2.962100028991699,0.0544000007212162,2.7588000297546387,2.9195001125335693,0.0544000007212162,2.7578001022338867,2.919600009918213,0.0544000007212162,2.762200117111206,2.9619998931884766,0.0544000007212162,2.762700080871582,2.9619998931884766,0.05380000174045563,2.7592999935150146,2.9193999767303467,0.05389999970793724,2.762200117111206,2.9619998931884766,0.0544000007212162,2.7592999935150146,2.9193999767303467,0.05389999970793724,2.7588000297546387,2.9195001125335693,0.0544000007212162,2.7629001140594482,2.9619998931884766,0.04899999871850014,2.7629001140594482,2.9619998931884766,0.05220000073313713,2.7639000415802,3.003999948501587,0.05220000073313713,2.7629001140594482,2.9619998931884766,0.04899999871850014,2.7639000415802,3.003999948501587,0.05220000073313713,2.7639000415802,3.003999948501587,0.04899999871850014,2.759500026702881,2.9193999767303467,0.04899999871850014,2.759500026702881,2.9193999767303467,0.05220000073313713,2.7629001140594482,2.9619998931884766,0.05220000073313713,2.759500026702881,2.9193999767303467,0.04899999871850014,2.7629001140594482,2.9619998931884766,0.05220000073313713,2.7629001140594482,2.9619998931884766,0.04899999871850014,2.7629001140594482,2.9619998931884766,0.05220000073313713,2.762700080871582,2.9619998931884766,0.05380000174045563,2.763700008392334,3.003999948501587,0.05380000174045563,2.7629001140594482,2.9619998931884766,0.05220000073313713,2.763700008392334,3.003999948501587,0.05380000174045563,2.7639000415802,3.003999948501587,0.05220000073313713,2.759500026702881,2.9193999767303467,0.05220000073313713,2.7592999935150146,2.9193999767303467,0.05389999970793724,2.762700080871582,2.9619998931884766,0.05380000174045563,2.759500026702881,2.9193999767303467,0.05220000073313713,2.762700080871582,2.9619998931884766,0.05380000174045563,2.7629001140594482,2.9619998931884766,0.05220000073313713,2.743499994277954,2.830199956893921,0.049300000071525574,2.743499994277954,2.830199956893921,0.052400000393390656,2.753200054168701,2.875699996948242,0.052299998700618744,2.743499994277954,2.830199956893921,0.049300000071525574,2.753200054168701,2.875699996948242,0.052299998700618744,2.753200054168701,2.875699996948242,0.04919999837875366,2.743499994277954,2.830199956893921,0.052400000393390656,2.743299961090088,2.830199956893921,0.05389999970793724,2.753000020980835,2.875699996948242,0.05389999970793724,2.743499994277954,2.830199956893921,0.052400000393390656,2.753000020980835,2.875699996948242,0.05389999970793724,2.753200054168701,2.875699996948242,0.052299998700618744,2.753200054168701,2.875699996948242,0.04919999837875366,2.753200054168701,2.875699996948242,0.052299998700618744,2.759500026702881,2.9193999767303467,0.05220000073313713,2.753200054168701,2.875699996948242,0.04919999837875366,2.759500026702881,2.9193999767303467,0.05220000073313713,2.759500026702881,2.9193999767303467,0.04899999871850014,2.753200054168701,2.875699996948242,0.052299998700618744,2.753000020980835,2.875699996948242,0.05389999970793724,2.7592999935150146,2.9193999767303467,0.05389999970793724,2.753200054168701,2.875699996948242,0.052299998700618744,2.7592999935150146,2.9193999767303467,0.05389999970793724,2.759500026702881,2.9193999767303467,0.05220000073313713,2.761199951171875,3.045799970626831,0.0544000007212162,2.762200117111206,3.0459001064300537,0.0544000007212162,2.763200044631958,3.003999948501587,0.0544000007212162,2.761199951171875,3.045799970626831,0.0544000007212162,2.763200044631958,3.003999948501587,0.0544000007212162,2.762200117111206,3.003999948501587,0.0544000007212162,2.7578001022338867,3.0882999897003174,0.0544000007212162,2.7588000297546387,3.088399887084961,0.0544000007212162,2.762200117111206,3.0459001064300537,0.0544000007212162,2.7578001022338867,3.0882999897003174,0.0544000007212162,2.762200117111206,3.0459001064300537,0.0544000007212162,2.761199951171875,3.045799970626831,0.0544000007212162,2.762200117111206,3.0459001064300537,0.0544000007212162,2.762700080871582,3.0459001064300537,0.05380000174045563,2.763700008392334,3.003999948501587,0.05380000174045563,2.762200117111206,3.0459001064300537,0.0544000007212162,2.763700008392334,3.003999948501587,0.05380000174045563,2.763200044631958,3.003999948501587,0.0544000007212162,2.7588000297546387,3.088399887084961,0.0544000007212162,2.7592999935150146,3.0885000228881836,0.05389999970793724,2.762700080871582,3.0459001064300537,0.05380000174045563,2.7588000297546387,3.088399887084961,0.0544000007212162,2.762700080871582,3.0459001064300537,0.05380000174045563,2.762200117111206,3.0459001064300537,0.0544000007212162,2.7418999671936035,3.177299976348877,0.054499998688697815,2.742799997329712,3.177500009536743,0.0544000007212162,2.752500057220459,3.1321001052856445,0.0544000007212162,2.7418999671936035,3.177299976348877,0.054499998688697815,2.752500057220459,3.1321001052856445,0.0544000007212162,2.751499891281128,3.1319000720977783,0.0544000007212162,2.742799997329712,3.177500009536743,0.0544000007212162,2.743299961090088,3.1777000427246094,0.05389999970793724,2.753000020980835,3.132200002670288,0.05389999970793724,2.742799997329712,3.177500009536743,0.0544000007212162,2.753000020980835,3.132200002670288,0.05389999970793724,2.752500057220459,3.1321001052856445,0.0544000007212162,2.751499891281128,3.1319000720977783,0.0544000007212162,2.752500057220459,3.1321001052856445,0.0544000007212162,2.7588000297546387,3.088399887084961,0.0544000007212162,2.751499891281128,3.1319000720977783,0.0544000007212162,2.7588000297546387,3.088399887084961,0.0544000007212162,2.7578001022338867,3.0882999897003174,0.0544000007212162,2.752500057220459,3.1321001052856445,0.0544000007212162,2.753000020980835,3.132200002670288,0.05389999970793724,2.7592999935150146,3.0885000228881836,0.05389999970793724,2.752500057220459,3.1321001052856445,0.0544000007212162,2.7592999935150146,3.0885000228881836,0.05389999970793724,2.7588000297546387,3.088399887084961,0.0544000007212162,2.753200054168701,3.132200002670288,0.04919999837875366,2.753200054168701,3.132200002670288,0.052299998700618744,2.743499994277954,3.1777000427246094,0.052400000393390656,2.753200054168701,3.132200002670288,0.04919999837875366,2.743499994277954,3.1777000427246094,0.052400000393390656,2.743499994277954,3.1777000427246094,0.049300000071525574,2.759500026702881,3.0885000228881836,0.04899999871850014,2.759500026702881,3.0885000228881836,0.05220000073313713,2.753200054168701,3.132200002670288,0.052299998700618744,2.759500026702881,3.0885000228881836,0.04899999871850014,2.753200054168701,3.132200002670288,0.052299998700618744,2.753200054168701,3.132200002670288,0.04919999837875366,2.753200054168701,3.132200002670288,0.052299998700618744,2.753000020980835,3.132200002670288,0.05389999970793724,2.743299961090088,3.1777000427246094,0.05389999970793724,2.753200054168701,3.132200002670288,0.052299998700618744,2.743299961090088,3.1777000427246094,0.05389999970793724,2.743499994277954,3.1777000427246094,0.052400000393390656,2.759500026702881,3.0885000228881836,0.05220000073313713,2.7592999935150146,3.0885000228881836,0.05389999970793724,2.753000020980835,3.132200002670288,0.05389999970793724,2.759500026702881,3.0885000228881836,0.05220000073313713,2.753000020980835,3.132200002670288,0.05389999970793724,2.753200054168701,3.132200002670288,0.052299998700618744,2.7639000415802,3.003999948501587,0.04899999871850014,2.7639000415802,3.003999948501587,0.05220000073313713,2.7629001140594482,3.0459001064300537,0.05220000073313713,2.7639000415802,3.003999948501587,0.04899999871850014,2.7629001140594482,3.0459001064300537,0.05220000073313713,2.7629001140594482,3.0459001064300537,0.04899999871850014,2.7639000415802,3.003999948501587,0.05220000073313713,2.763700008392334,3.003999948501587,0.05380000174045563,2.762700080871582,3.0459001064300537,0.05380000174045563,2.7639000415802,3.003999948501587,0.05220000073313713,2.762700080871582,3.0459001064300537,0.05380000174045563,2.7629001140594482,3.0459001064300537,0.05220000073313713,2.7629001140594482,3.0459001064300537,0.04899999871850014,2.7629001140594482,3.0459001064300537,0.05220000073313713,2.759500026702881,3.0885000228881836,0.05220000073313713,2.7629001140594482,3.0459001064300537,0.04899999871850014,2.759500026702881,3.0885000228881836,0.05220000073313713,2.759500026702881,3.0885000228881836,0.04899999871850014,2.7629001140594482,3.0459001064300537,0.05220000073313713,2.762700080871582,3.0459001064300537,0.05380000174045563,2.7592999935150146,3.0885000228881836,0.05389999970793724,2.7629001140594482,3.0459001064300537,0.05220000073313713,2.7592999935150146,3.0885000228881836,0.05389999970793724,2.759500026702881,3.0885000228881836,0.05220000073313713,2.7284998893737793,3.2249999046325684,0.054499998688697815,2.7293999195098877,3.2253000736236572,0.054499998688697815,2.742799997329712,3.177500009536743,0.0544000007212162,2.7284998893737793,3.2249999046325684,0.054499998688697815,2.742799997329712,3.177500009536743,0.0544000007212162,2.7418999671936035,3.177299976348877,0.054499998688697815,2.7095000743865967,3.2750000953674316,0.054499998688697815,2.710400104522705,3.275399923324585,0.054499998688697815,2.7293999195098877,3.2253000736236572,0.054499998688697815,2.7095000743865967,3.2750000953674316,0.054499998688697815,2.7293999195098877,3.2253000736236572,0.054499998688697815,2.7284998893737793,3.2249999046325684,0.054499998688697815,2.7293999195098877,3.2253000736236572,0.054499998688697815,2.7298998832702637,3.2255001068115234,0.05400000140070915,2.743299961090088,3.1777000427246094,0.05389999970793724,2.7293999195098877,3.2253000736236572,0.054499998688697815,2.743299961090088,3.1777000427246094,0.05389999970793724,2.742799997329712,3.177500009536743,0.0544000007212162,2.710400104522705,3.275399923324585,0.054499998688697815,2.710900068283081,3.275599956512451,0.05400000140070915,2.7298998832702637,3.2255001068115234,0.05400000140070915,2.710400104522705,3.275399923324585,0.054499998688697815,2.7298998832702637,3.2255001068115234,0.05400000140070915,2.7293999195098877,3.2253000736236572,0.054499998688697815,2.647700071334839,3.3815999031066895,0.05460000038146973,2.6484999656677246,3.382200002670288,0.05460000038146973,2.684000015258789,3.327699899673462,0.05460000038146973,2.647700071334839,3.3815999031066895,0.05460000038146973,2.684000015258789,3.327699899673462,0.05460000038146973,2.683199882507324,3.327199935913086,0.05460000038146973,2.6484999656677246,3.382200002670288,0.05460000038146973,2.648900032043457,3.382499933242798,0.054099999368190765,2.6844000816345215,3.328000068664551,0.05400000140070915,2.6484999656677246,3.382200002670288,0.05460000038146973,2.6844000816345215,3.328000068664551,0.05400000140070915,2.684000015258789,3.327699899673462,0.05460000038146973,2.683199882507324,3.327199935913086,0.05460000038146973,2.684000015258789,3.327699899673462,0.05460000038146973,2.710400104522705,3.275399923324585,0.054499998688697815,2.683199882507324,3.327199935913086,0.05460000038146973,2.710400104522705,3.275399923324585,0.054499998688697815,2.7095000743865967,3.2750000953674316,0.054499998688697815,2.684000015258789,3.327699899673462,0.05460000038146973,2.6844000816345215,3.328000068664551,0.05400000140070915,2.710900068283081,3.275599956512451,0.05400000140070915,2.684000015258789,3.327699899673462,0.05460000038146973,2.710900068283081,3.275599956512451,0.05400000140070915,2.710400104522705,3.275399923324585,0.054499998688697815,2.6846001148223877,3.328000068664551,0.049800001084804535,2.6846001148223877,3.328000068664551,0.05260000005364418,2.6489999294281006,3.3826000690460205,0.05270000174641609,2.6846001148223877,3.328000068664551,0.049800001084804535,2.6489999294281006,3.3826000690460205,0.05270000174641609,2.6489999294281006,3.3826000690460205,0.05000000074505806,2.7109999656677246,3.275700092315674,0.04960000142455101,2.7109999656677246,3.275700092315674,0.05249999836087227,2.6846001148223877,3.328000068664551,0.05260000005364418,2.7109999656677246,3.275700092315674,0.04960000142455101,2.6846001148223877,3.328000068664551,0.05260000005364418,2.6846001148223877,3.328000068664551,0.049800001084804535,2.6846001148223877,3.328000068664551,0.05260000005364418,2.6844000816345215,3.328000068664551,0.05400000140070915,2.648900032043457,3.382499933242798,0.054099999368190765,2.6846001148223877,3.328000068664551,0.05260000005364418,2.648900032043457,3.382499933242798,0.054099999368190765,2.6489999294281006,3.3826000690460205,0.05270000174641609,2.7109999656677246,3.275700092315674,0.05249999836087227,2.710900068283081,3.275599956512451,0.05400000140070915,2.6844000816345215,3.328000068664551,0.05400000140070915,2.7109999656677246,3.275700092315674,0.05249999836087227,2.6844000816345215,3.328000068664551,0.05400000140070915,2.6846001148223877,3.328000068664551,0.05260000005364418,2.743499994277954,3.1777000427246094,0.049300000071525574,2.743499994277954,3.1777000427246094,0.052400000393390656,2.7300000190734863,3.2255001068115234,0.05249999836087227,2.743499994277954,3.1777000427246094,0.049300000071525574,2.7300000190734863,3.2255001068115234,0.05249999836087227,2.7300000190734863,3.2255001068115234,0.049400001764297485,2.743499994277954,3.1777000427246094,0.052400000393390656,2.743299961090088,3.1777000427246094,0.05389999970793724,2.7298998832702637,3.2255001068115234,0.05400000140070915,2.743499994277954,3.1777000427246094,0.052400000393390656,2.7298998832702637,3.2255001068115234,0.05400000140070915,2.7300000190734863,3.2255001068115234,0.05249999836087227,2.7300000190734863,3.2255001068115234,0.049400001764297485,2.7300000190734863,3.2255001068115234,0.05249999836087227,2.7109999656677246,3.275700092315674,0.05249999836087227,2.7300000190734863,3.2255001068115234,0.049400001764297485,2.7109999656677246,3.275700092315674,0.05249999836087227,2.7109999656677246,3.275700092315674,0.04960000142455101,2.7300000190734863,3.2255001068115234,0.05249999836087227,2.7298998832702637,3.2255001068115234,0.05400000140070915,2.710900068283081,3.275599956512451,0.05400000140070915,2.7300000190734863,3.2255001068115234,0.05249999836087227,2.710900068283081,3.275599956512451,0.05400000140070915,2.7109999656677246,3.275700092315674,0.05249999836087227,2.601300001144409,3.4381000995635986,0.05460000038146973,2.6019999980926514,3.438800096511841,0.05460000038146973,2.6484999656677246,3.382200002670288,0.05460000038146973,2.601300001144409,3.4381000995635986,0.05460000038146973,2.6484999656677246,3.382200002670288,0.05460000038146973,2.647700071334839,3.3815999031066895,0.05460000038146973,2.527899980545044,3.492500066757202,0.05469999834895134,2.528599977493286,3.4932000637054443,0.05460000038146973,2.6019999980926514,3.438800096511841,0.05460000038146973,2.527899980545044,3.492500066757202,0.05469999834895134,2.6019999980926514,3.438800096511841,0.05460000038146973,2.601300001144409,3.4381000995635986,0.05460000038146973,2.6019999980926514,3.438800096511841,0.05460000038146973,2.602299928665161,3.4391000270843506,0.05420000106096268,2.648900032043457,3.382499933242798,0.054099999368190765,2.6019999980926514,3.438800096511841,0.05460000038146973,2.648900032043457,3.382499933242798,0.054099999368190765,2.6484999656677246,3.382200002670288,0.05460000038146973,2.528599977493286,3.4932000637054443,0.05460000038146973,2.528899908065796,3.4935998916625977,0.05420000106096268,2.602299928665161,3.4391000270843506,0.05420000106096268,2.528599977493286,3.4932000637054443,0.05460000038146973,2.602299928665161,3.4391000270843506,0.05420000106096268,2.6019999980926514,3.438800096511841,0.05460000038146973,2.236599922180176,3.5778000354766846,0.05469999834895134,2.236999988555908,3.578700065612793,0.05469999834895134,2.4121999740600586,3.541300058364868,0.05469999834895134,2.236599922180176,3.5778000354766846,0.05469999834895134,2.4121999740600586,3.541300058364868,0.05469999834895134,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.236999988555908,3.578700065612793,0.05469999834895134,2.2372000217437744,3.5790998935699463,0.05429999902844429,2.4124999046325684,3.5416998863220215,0.05429999902844429,2.236999988555908,3.578700065612793,0.05469999834895134,2.4124999046325684,3.5416998863220215,0.05429999902844429,2.4121999740600586,3.541300058364868,0.05469999834895134,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.4121999740600586,3.541300058364868,0.05469999834895134,2.528599977493286,3.4932000637054443,0.05460000038146973,2.4117000102996826,3.5404000282287598,0.05469999834895134,2.528599977493286,3.4932000637054443,0.05460000038146973,2.527899980545044,3.492500066757202,0.05469999834895134,2.4121999740600586,3.541300058364868,0.05469999834895134,2.4124999046325684,3.5416998863220215,0.05429999902844429,2.528899908065796,3.4935998916625977,0.05420000106096268,2.4121999740600586,3.541300058364868,0.05469999834895134,2.528899908065796,3.4935998916625977,0.05420000106096268,2.528599977493286,3.4932000637054443,0.05460000038146973,2.4124999046325684,3.5418999195098877,0.05050000175833702,2.4124999046325684,3.5418999195098877,0.05299999937415123,2.237299919128418,3.5792999267578125,0.05310000106692314,2.4124999046325684,3.5418999195098877,0.05050000175833702,2.237299919128418,3.5792999267578125,0.05310000106692314,2.237299919128418,3.5792999267578125,0.050700001418590546,2.5290000438690186,3.493799924850464,0.05040000006556511,2.5290000438690186,3.493799924850464,0.05290000140666962,2.4124999046325684,3.5418999195098877,0.05299999937415123,2.5290000438690186,3.493799924850464,0.05040000006556511,2.4124999046325684,3.5418999195098877,0.05299999937415123,2.4124999046325684,3.5418999195098877,0.05050000175833702,2.4124999046325684,3.5418999195098877,0.05299999937415123,2.4124999046325684,3.5416998863220215,0.05429999902844429,2.2372000217437744,3.5790998935699463,0.05429999902844429,2.4124999046325684,3.5418999195098877,0.05299999937415123,2.2372000217437744,3.5790998935699463,0.05429999902844429,2.237299919128418,3.5792999267578125,0.05310000106692314,2.5290000438690186,3.493799924850464,0.05290000140666962,2.528899908065796,3.4935998916625977,0.05420000106096268,2.4124999046325684,3.5416998863220215,0.05429999902844429,2.5290000438690186,3.493799924850464,0.05290000140666962,2.4124999046325684,3.5416998863220215,0.05429999902844429,2.4124999046325684,3.5418999195098877,0.05299999937415123,2.6489999294281006,3.3826000690460205,0.05000000074505806,2.6489999294281006,3.3826000690460205,0.05270000174641609,2.6024999618530273,3.439199924468994,0.052799999713897705,2.6489999294281006,3.3826000690460205,0.05000000074505806,2.6024999618530273,3.439199924468994,0.052799999713897705,2.6024999618530273,3.439199924468994,0.050200000405311584,2.6489999294281006,3.3826000690460205,0.05270000174641609,2.648900032043457,3.382499933242798,0.054099999368190765,2.602299928665161,3.4391000270843506,0.05420000106096268,2.6489999294281006,3.3826000690460205,0.05270000174641609,2.602299928665161,3.4391000270843506,0.05420000106096268,2.6024999618530273,3.439199924468994,0.052799999713897705,2.6024999618530273,3.439199924468994,0.050200000405311584,2.6024999618530273,3.439199924468994,0.052799999713897705,2.5290000438690186,3.493799924850464,0.05290000140666962,2.6024999618530273,3.439199924468994,0.050200000405311584,2.5290000438690186,3.493799924850464,0.05290000140666962,2.5290000438690186,3.493799924850464,0.05040000006556511,2.6024999618530273,3.439199924468994,0.052799999713897705,2.602299928665161,3.4391000270843506,0.05420000106096268,2.528899908065796,3.4935998916625977,0.05420000106096268,2.6024999618530273,3.439199924468994,0.052799999713897705,2.528899908065796,3.4935998916625977,0.05420000106096268,2.5290000438690186,3.493799924850464,0.05290000140666962,1.9866000413894653,3.600100040435791,0.05480000004172325,1.986799955368042,3.601099967956543,0.05469999834895134,2.236999988555908,3.578700065612793,0.05469999834895134,1.9866000413894653,3.600100040435791,0.05480000004172325,2.236999988555908,3.578700065612793,0.05469999834895134,2.236599922180176,3.5778000354766846,0.05469999834895134,1.680400013923645,3.611299991607666,0.05480000004172325,1.6806000471115112,3.612299919128418,0.05480000004172325,1.986799955368042,3.601099967956543,0.05469999834895134,1.680400013923645,3.611299991607666,0.05480000004172325,1.986799955368042,3.601099967956543,0.05469999834895134,1.9866000413894653,3.600100040435791,0.05480000004172325,1.986799955368042,3.601099967956543,0.05469999834895134,1.9869999885559082,3.601599931716919,0.05429999902844429,2.2372000217437744,3.5790998935699463,0.05429999902844429,1.986799955368042,3.601099967956543,0.05469999834895134,2.2372000217437744,3.5790998935699463,0.05429999902844429,2.236999988555908,3.578700065612793,0.05469999834895134,1.6806000471115112,3.612299919128418,0.05480000004172325,1.6806999444961548,3.612799882888794,0.05429999902844429,1.9869999885559082,3.601599931716919,0.05429999902844429,1.6806000471115112,3.612299919128418,0.05480000004172325,1.9869999885559082,3.601599931716919,0.05429999902844429,1.986799955368042,3.601099967956543,0.05469999834895134,0.974399983882904,3.6150999069213867,0.05480000004172325,0.974399983882904,3.615999937057495,0.05480000004172325,1.336899995803833,3.615999937057495,0.05480000004172325,0.974399983882904,3.6150999069213867,0.05480000004172325,1.336899995803833,3.615999937057495,0.05480000004172325,1.3367999792099,3.6150999069213867,0.05480000004172325,0.974399983882904,3.615999937057495,0.05480000004172325,0.974399983882904,3.616499900817871,0.0544000007212162,1.336899995803833,3.616499900817871,0.0544000007212162,0.974399983882904,3.615999937057495,0.05480000004172325,1.336899995803833,3.616499900817871,0.0544000007212162,1.336899995803833,3.615999937057495,0.05480000004172325,1.3367999792099,3.6150999069213867,0.05480000004172325,1.336899995803833,3.615999937057495,0.05480000004172325,1.6806000471115112,3.612299919128418,0.05480000004172325,1.3367999792099,3.6150999069213867,0.05480000004172325,1.6806000471115112,3.612299919128418,0.05480000004172325,1.680400013923645,3.611299991607666,0.05480000004172325,1.336899995803833,3.615999937057495,0.05480000004172325,1.336899995803833,3.616499900817871,0.0544000007212162,1.6806999444961548,3.612799882888794,0.05429999902844429,1.336899995803833,3.615999937057495,0.05480000004172325,1.6806999444961548,3.612799882888794,0.05429999902844429,1.6806000471115112,3.612299919128418,0.05480000004172325,1.336899995803833,3.6166999340057373,0.05079999938607216,1.336899995803833,3.6166999340057373,0.053199999034404755,0.974399983882904,3.6166999340057373,0.053199999034404755,1.336899995803833,3.6166999340057373,0.05079999938607216,0.974399983882904,3.6166999340057373,0.053199999034404755,0.974399983882904,3.6166999340057373,0.05079999938607216,1.6806999444961548,3.61299991607666,0.05079999938607216,1.6806999444961548,3.61299991607666,0.05310000106692314,1.336899995803833,3.6166999340057373,0.053199999034404755,1.6806999444961548,3.61299991607666,0.05079999938607216,1.336899995803833,3.6166999340057373,0.053199999034404755,1.336899995803833,3.6166999340057373,0.05079999938607216,1.336899995803833,3.6166999340057373,0.053199999034404755,1.336899995803833,3.616499900817871,0.0544000007212162,0.974399983882904,3.616499900817871,0.0544000007212162,1.336899995803833,3.6166999340057373,0.053199999034404755,0.974399983882904,3.616499900817871,0.0544000007212162,0.974399983882904,3.6166999340057373,0.053199999034404755,1.6806999444961548,3.61299991607666,0.05310000106692314,1.6806999444961548,3.612799882888794,0.05429999902844429,1.336899995803833,3.616499900817871,0.0544000007212162,1.6806999444961548,3.61299991607666,0.05310000106692314,1.336899995803833,3.616499900817871,0.0544000007212162,1.336899995803833,3.6166999340057373,0.053199999034404755,2.237299919128418,3.5792999267578125,0.050700001418590546,2.237299919128418,3.5792999267578125,0.05310000106692314,1.9869999885559082,3.6017000675201416,0.05310000106692314,2.237299919128418,3.5792999267578125,0.050700001418590546,1.9869999885559082,3.6017000675201416,0.05310000106692314,1.9869999885559082,3.6017000675201416,0.05079999938607216,2.237299919128418,3.5792999267578125,0.05310000106692314,2.2372000217437744,3.5790998935699463,0.05429999902844429,1.9869999885559082,3.601599931716919,0.05429999902844429,2.237299919128418,3.5792999267578125,0.05310000106692314,1.9869999885559082,3.601599931716919,0.05429999902844429,1.9869999885559082,3.6017000675201416,0.05310000106692314,1.9869999885559082,3.6017000675201416,0.05079999938607216,1.9869999885559082,3.6017000675201416,0.05310000106692314,1.6806999444961548,3.61299991607666,0.05310000106692314,1.9869999885559082,3.6017000675201416,0.05079999938607216,1.6806999444961548,3.61299991607666,0.05310000106692314,1.6806999444961548,3.61299991607666,0.05079999938607216,1.9869999885559082,3.6017000675201416,0.05310000106692314,1.9869999885559082,3.601599931716919,0.05429999902844429,1.6806999444961548,3.612799882888794,0.05429999902844429,1.9869999885559082,3.6017000675201416,0.05310000106692314,1.6806999444961548,3.612799882888794,0.05429999902844429,1.6806999444961548,3.61299991607666,0.05310000106692314,0.6121000051498413,3.6150999069213867,0.05480000004172325,0.6119999885559082,3.615999937057495,0.05480000004172325,0.974399983882904,3.615999937057495,0.05480000004172325,0.6121000051498413,3.6150999069213867,0.05480000004172325,0.974399983882904,3.615999937057495,0.05480000004172325,0.974399983882904,3.6150999069213867,0.05480000004172325,0.2685000002384186,3.611299991607666,0.05480000004172325,0.26829999685287476,3.612299919128418,0.05480000004172325,0.6119999885559082,3.615999937057495,0.05480000004172325,0.2685000002384186,3.611299991607666,0.05480000004172325,0.6119999885559082,3.615999937057495,0.05480000004172325,0.6121000051498413,3.6150999069213867,0.05480000004172325,0.6119999885559082,3.615999937057495,0.05480000004172325,0.6118999719619751,3.616499900817871,0.0544000007212162,0.974399983882904,3.616499900817871,0.0544000007212162,0.6119999885559082,3.615999937057495,0.05480000004172325,0.974399983882904,3.616499900817871,0.0544000007212162,0.974399983882904,3.615999937057495,0.05480000004172325,0.26829999685287476,3.612299919128418,0.05480000004172325,0.26820001006126404,3.612799882888794,0.05429999902844429,0.6118999719619751,3.616499900817871,0.0544000007212162,0.26829999685287476,3.612299919128418,0.05480000004172325,0.6118999719619751,3.616499900817871,0.0544000007212162,0.6119999885559082,3.615999937057495,0.05480000004172325,-0.28769999742507935,3.5778000354766846,0.05469999834895134,-0.288100004196167,3.578700065612793,0.05469999834895134,-0.03799999877810478,3.601099967956543,0.05469999834895134,-0.28769999742507935,3.5778000354766846,0.05469999834895134,-0.03799999877810478,3.601099967956543,0.05469999834895134,-0.037700001150369644,3.600100040435791,0.05480000004172325,-0.288100004196167,3.578700065612793,0.05469999834895134,-0.2883000075817108,3.5790998935699463,0.05429999902844429,-0.038100000470876694,3.601599931716919,0.05429999902844429,-0.288100004196167,3.578700065612793,0.05469999834895134,-0.038100000470876694,3.601599931716919,0.05429999902844429,-0.03799999877810478,3.601099967956543,0.05469999834895134,-0.037700001150369644,3.600100040435791,0.05480000004172325,-0.03799999877810478,3.601099967956543,0.05469999834895134,0.26829999685287476,3.612299919128418,0.05480000004172325,-0.037700001150369644,3.600100040435791,0.05480000004172325,0.26829999685287476,3.612299919128418,0.05480000004172325,0.2685000002384186,3.611299991607666,0.05480000004172325,-0.03799999877810478,3.601099967956543,0.05469999834895134,-0.038100000470876694,3.601599931716919,0.05429999902844429,0.26820001006126404,3.612799882888794,0.05429999902844429,-0.03799999877810478,3.601099967956543,0.05469999834895134,0.26820001006126404,3.612799882888794,0.05429999902844429,0.26829999685287476,3.612299919128418,0.05480000004172325,-0.03819999843835831,3.6017000675201416,0.05079999938607216,-0.03819999843835831,3.6017000675201416,0.05310000106692314,-0.28839999437332153,3.5792999267578125,0.05310000106692314,-0.03819999843835831,3.6017000675201416,0.05079999938607216,-0.28839999437332153,3.5792999267578125,0.05310000106692314,-0.28839999437332153,3.5792999267578125,0.050700001418590546,0.26820001006126404,3.61299991607666,0.05079999938607216,0.26820001006126404,3.61299991607666,0.05310000106692314,-0.03819999843835831,3.6017000675201416,0.05310000106692314,0.26820001006126404,3.61299991607666,0.05079999938607216,-0.03819999843835831,3.6017000675201416,0.05310000106692314,-0.03819999843835831,3.6017000675201416,0.05079999938607216,-0.03819999843835831,3.6017000675201416,0.05310000106692314,-0.038100000470876694,3.601599931716919,0.05429999902844429,-0.2883000075817108,3.5790998935699463,0.05429999902844429,-0.03819999843835831,3.6017000675201416,0.05310000106692314,-0.2883000075817108,3.5790998935699463,0.05429999902844429,-0.28839999437332153,3.5792999267578125,0.05310000106692314,0.26820001006126404,3.61299991607666,0.05310000106692314,0.26820001006126404,3.612799882888794,0.05429999902844429,-0.038100000470876694,3.601599931716919,0.05429999902844429,0.26820001006126404,3.61299991607666,0.05310000106692314,-0.038100000470876694,3.601599931716919,0.05429999902844429,-0.03819999843835831,3.6017000675201416,0.05310000106692314,0.974399983882904,3.6166999340057373,0.05079999938607216,0.974399983882904,3.6166999340057373,0.053199999034404755,0.6118999719619751,3.6166999340057373,0.053199999034404755,0.974399983882904,3.6166999340057373,0.05079999938607216,0.6118999719619751,3.6166999340057373,0.053199999034404755,0.6118999719619751,3.6166999340057373,0.05079999938607216,0.974399983882904,3.6166999340057373,0.053199999034404755,0.974399983882904,3.616499900817871,0.0544000007212162,0.6118999719619751,3.616499900817871,0.0544000007212162,0.974399983882904,3.6166999340057373,0.053199999034404755,0.6118999719619751,3.616499900817871,0.0544000007212162,0.6118999719619751,3.6166999340057373,0.053199999034404755,0.6118999719619751,3.6166999340057373,0.05079999938607216,0.6118999719619751,3.6166999340057373,0.053199999034404755,0.26820001006126404,3.61299991607666,0.05310000106692314,0.6118999719619751,3.6166999340057373,0.05079999938607216,0.26820001006126404,3.61299991607666,0.05310000106692314,0.26820001006126404,3.61299991607666,0.05079999938607216,0.6118999719619751,3.6166999340057373,0.053199999034404755,0.6118999719619751,3.616499900817871,0.0544000007212162,0.26820001006126404,3.612799882888794,0.05429999902844429,0.6118999719619751,3.6166999340057373,0.053199999034404755,0.26820001006126404,3.612799882888794,0.05429999902844429,0.26820001006126404,3.61299991607666,0.05310000106692314,-0.462799996137619,3.5404000282287598,0.05469999834895134,-0.4634000062942505,3.541300058364868,0.05469999834895134,-0.288100004196167,3.578700065612793,0.05469999834895134,-0.462799996137619,3.5404000282287598,0.05469999834895134,-0.288100004196167,3.578700065612793,0.05469999834895134,-0.28769999742507935,3.5778000354766846,0.05469999834895134,-0.5791000127792358,3.492500066757202,0.05469999834895134,-0.5796999931335449,3.4932000637054443,0.05460000038146973,-0.4634000062942505,3.541300058364868,0.05469999834895134,-0.5791000127792358,3.492500066757202,0.05469999834895134,-0.4634000062942505,3.541300058364868,0.05469999834895134,-0.462799996137619,3.5404000282287598,0.05469999834895134,-0.4634000062942505,3.541300058364868,0.05469999834895134,-0.4636000096797943,3.5416998863220215,0.05429999902844429,-0.2883000075817108,3.5790998935699463,0.05429999902844429,-0.4634000062942505,3.541300058364868,0.05469999834895134,-0.2883000075817108,3.5790998935699463,0.05429999902844429,-0.288100004196167,3.578700065612793,0.05469999834895134,-0.5796999931335449,3.4932000637054443,0.05460000038146973,-0.5799999833106995,3.4935998916625977,0.05420000106096268,-0.4636000096797943,3.5416998863220215,0.05429999902844429,-0.5796999931335449,3.4932000637054443,0.05460000038146973,-0.4636000096797943,3.5416998863220215,0.05429999902844429,-0.4634000062942505,3.541300058364868,0.05469999834895134,-0.6988000273704529,3.3815999031066895,0.05460000038146973,-0.6995999813079834,3.382200002670288,0.05460000038146973,-0.6531000137329102,3.438800096511841,0.05460000038146973,-0.6988000273704529,3.3815999031066895,0.05460000038146973,-0.6531000137329102,3.438800096511841,0.05460000038146973,-0.652400016784668,3.4381000995635986,0.05460000038146973,-0.6995999813079834,3.382200002670288,0.05460000038146973,-0.699999988079071,3.382499933242798,0.054099999368190765,-0.6535000205039978,3.4391000270843506,0.05420000106096268,-0.6995999813079834,3.382200002670288,0.05460000038146973,-0.6535000205039978,3.4391000270843506,0.05420000106096268,-0.6531000137329102,3.438800096511841,0.05460000038146973,-0.652400016784668,3.4381000995635986,0.05460000038146973,-0.6531000137329102,3.438800096511841,0.05460000038146973,-0.5796999931335449,3.4932000637054443,0.05460000038146973,-0.652400016784668,3.4381000995635986,0.05460000038146973,-0.5796999931335449,3.4932000637054443,0.05460000038146973,-0.5791000127792358,3.492500066757202,0.05469999834895134,-0.6531000137329102,3.438800096511841,0.05460000038146973,-0.6535000205039978,3.4391000270843506,0.05420000106096268,-0.5799999833106995,3.4935998916625977,0.05420000106096268,-0.6531000137329102,3.438800096511841,0.05460000038146973,-0.5799999833106995,3.4935998916625977,0.05420000106096268,-0.5796999931335449,3.4932000637054443,0.05460000038146973,-0.6535999774932861,3.439199924468994,0.050200000405311584,-0.6535999774932861,3.439199924468994,0.052799999713897705,-0.7001000046730042,3.3826000690460205,0.05270000174641609,-0.6535999774932861,3.439199924468994,0.050200000405311584,-0.7001000046730042,3.3826000690460205,0.05270000174641609,-0.7001000046730042,3.3826000690460205,0.05000000074505806,-0.5800999999046326,3.493799924850464,0.05040000006556511,-0.5800999999046326,3.493799924850464,0.05290000140666962,-0.6535999774932861,3.439199924468994,0.052799999713897705,-0.5800999999046326,3.493799924850464,0.05040000006556511,-0.6535999774932861,3.439199924468994,0.052799999713897705,-0.6535999774932861,3.439199924468994,0.050200000405311584,-0.6535999774932861,3.439199924468994,0.052799999713897705,-0.6535000205039978,3.4391000270843506,0.05420000106096268,-0.699999988079071,3.382499933242798,0.054099999368190765,-0.6535999774932861,3.439199924468994,0.052799999713897705,-0.699999988079071,3.382499933242798,0.054099999368190765,-0.7001000046730042,3.3826000690460205,0.05270000174641609,-0.5800999999046326,3.493799924850464,0.05290000140666962,-0.5799999833106995,3.4935998916625977,0.05420000106096268,-0.6535000205039978,3.4391000270843506,0.05420000106096268,-0.5800999999046326,3.493799924850464,0.05290000140666962,-0.6535000205039978,3.4391000270843506,0.05420000106096268,-0.6535999774932861,3.439199924468994,0.052799999713897705,-0.28839999437332153,3.5792999267578125,0.050700001418590546,-0.28839999437332153,3.5792999267578125,0.05310000106692314,-0.46369999647140503,3.5418999195098877,0.05299999937415123,-0.28839999437332153,3.5792999267578125,0.050700001418590546,-0.46369999647140503,3.5418999195098877,0.05299999937415123,-0.46369999647140503,3.5418999195098877,0.05050000175833702,-0.28839999437332153,3.5792999267578125,0.05310000106692314,-0.2883000075817108,3.5790998935699463,0.05429999902844429,-0.4636000096797943,3.5416998863220215,0.05429999902844429,-0.28839999437332153,3.5792999267578125,0.05310000106692314,-0.4636000096797943,3.5416998863220215,0.05429999902844429,-0.46369999647140503,3.5418999195098877,0.05299999937415123,-0.46369999647140503,3.5418999195098877,0.05050000175833702,-0.46369999647140503,3.5418999195098877,0.05299999937415123,-0.5800999999046326,3.493799924850464,0.05290000140666962,-0.46369999647140503,3.5418999195098877,0.05050000175833702,-0.5800999999046326,3.493799924850464,0.05290000140666962,-0.5800999999046326,3.493799924850464,0.05040000006556511,-0.46369999647140503,3.5418999195098877,0.05299999937415123,-0.4636000096797943,3.5416998863220215,0.05429999902844429,-0.5799999833106995,3.4935998916625977,0.05420000106096268,-0.46369999647140503,3.5418999195098877,0.05299999937415123,-0.5799999833106995,3.4935998916625977,0.05420000106096268,-0.5800999999046326,3.493799924850464,0.05290000140666962,-0.7343000173568726,3.327199935913086,0.05460000038146973,-0.7351999878883362,3.327699899673462,0.05460000038146973,-0.6995999813079834,3.382200002670288,0.05460000038146973,-0.7343000173568726,3.327199935913086,0.05460000038146973,-0.6995999813079834,3.382200002670288,0.05460000038146973,-0.6988000273704529,3.3815999031066895,0.05460000038146973,-0.7605999708175659,3.2750000953674316,0.054499998688697815,-0.7616000175476074,3.275399923324585,0.054499998688697815,-0.7351999878883362,3.327699899673462,0.05460000038146973,-0.7605999708175659,3.2750000953674316,0.054499998688697815,-0.7351999878883362,3.327699899673462,0.05460000038146973,-0.7343000173568726,3.327199935913086,0.05460000038146973,-0.7351999878883362,3.327699899673462,0.05460000038146973,-0.7355999946594238,3.328000068664551,0.05400000140070915,-0.699999988079071,3.382499933242798,0.054099999368190765,-0.7351999878883362,3.327699899673462,0.05460000038146973,-0.699999988079071,3.382499933242798,0.054099999368190765,-0.6995999813079834,3.382200002670288,0.05460000038146973,-0.7616000175476074,3.275399923324585,0.054499998688697815,-0.7620000243186951,3.275599956512451,0.05400000140070915,-0.7355999946594238,3.328000068664551,0.05400000140070915,-0.7616000175476074,3.275399923324585,0.054499998688697815,-0.7355999946594238,3.328000068664551,0.05400000140070915,-0.7351999878883362,3.327699899673462,0.05460000038146973,-0.7929999828338623,3.177299976348877,0.054499998688697815,-0.7940000295639038,3.177500009536743,0.0544000007212162,-0.7806000113487244,3.2253000736236572,0.054499998688697815,-0.7929999828338623,3.177299976348877,0.054499998688697815,-0.7806000113487244,3.2253000736236572,0.054499998688697815,-0.7796000242233276,3.2249999046325684,0.054499998688697815,-0.7940000295639038,3.177500009536743,0.0544000007212162,-0.7944999933242798,3.1777000427246094,0.05389999970793724,-0.781000018119812,3.2255001068115234,0.05400000140070915,-0.7940000295639038,3.177500009536743,0.0544000007212162,-0.781000018119812,3.2255001068115234,0.05400000140070915,-0.7806000113487244,3.2253000736236572,0.054499998688697815,-0.7796000242233276,3.2249999046325684,0.054499998688697815,-0.7806000113487244,3.2253000736236572,0.054499998688697815,-0.7616000175476074,3.275399923324585,0.054499998688697815,-0.7796000242233276,3.2249999046325684,0.054499998688697815,-0.7616000175476074,3.275399923324585,0.054499998688697815,-0.7605999708175659,3.2750000953674316,0.054499998688697815,-0.7806000113487244,3.2253000736236572,0.054499998688697815,-0.781000018119812,3.2255001068115234,0.05400000140070915,-0.7620000243186951,3.275599956512451,0.05400000140070915,-0.7806000113487244,3.2253000736236572,0.054499998688697815,-0.7620000243186951,3.275599956512451,0.05400000140070915,-0.7616000175476074,3.275399923324585,0.054499998688697815,-0.7811999917030334,3.2255001068115234,0.049400001764297485,-0.7811999917030334,3.2255001068115234,0.05249999836087227,-0.7946000099182129,3.1777000427246094,0.052400000393390656,-0.7811999917030334,3.2255001068115234,0.049400001764297485,-0.7946000099182129,3.1777000427246094,0.052400000393390656,-0.7946000099182129,3.1777000427246094,0.049300000071525574,-0.7620999813079834,3.275700092315674,0.04960000142455101,-0.7620999813079834,3.275700092315674,0.05249999836087227,-0.7811999917030334,3.2255001068115234,0.05249999836087227,-0.7620999813079834,3.275700092315674,0.04960000142455101,-0.7811999917030334,3.2255001068115234,0.05249999836087227,-0.7811999917030334,3.2255001068115234,0.049400001764297485,-0.7811999917030334,3.2255001068115234,0.05249999836087227,-0.781000018119812,3.2255001068115234,0.05400000140070915,-0.7944999933242798,3.1777000427246094,0.05389999970793724,-0.7811999917030334,3.2255001068115234,0.05249999836087227,-0.7944999933242798,3.1777000427246094,0.05389999970793724,-0.7946000099182129,3.1777000427246094,0.052400000393390656,-0.7620999813079834,3.275700092315674,0.05249999836087227,-0.7620000243186951,3.275599956512451,0.05400000140070915,-0.781000018119812,3.2255001068115234,0.05400000140070915,-0.7620999813079834,3.275700092315674,0.05249999836087227,-0.781000018119812,3.2255001068115234,0.05400000140070915,-0.7811999917030334,3.2255001068115234,0.05249999836087227,-0.7001000046730042,3.3826000690460205,0.05000000074505806,-0.7001000046730042,3.3826000690460205,0.05270000174641609,-0.7357000112533569,3.328000068664551,0.05260000005364418,-0.7001000046730042,3.3826000690460205,0.05000000074505806,-0.7357000112533569,3.328000068664551,0.05260000005364418,-0.7357000112533569,3.328000068664551,0.049800001084804535,-0.7001000046730042,3.3826000690460205,0.05270000174641609,-0.699999988079071,3.382499933242798,0.054099999368190765,-0.7355999946594238,3.328000068664551,0.05400000140070915,-0.7001000046730042,3.3826000690460205,0.05270000174641609,-0.7355999946594238,3.328000068664551,0.05400000140070915,-0.7357000112533569,3.328000068664551,0.05260000005364418,-0.7357000112533569,3.328000068664551,0.049800001084804535,-0.7357000112533569,3.328000068664551,0.05260000005364418,-0.7620999813079834,3.275700092315674,0.05249999836087227,-0.7357000112533569,3.328000068664551,0.049800001084804535,-0.7620999813079834,3.275700092315674,0.05249999836087227,-0.7620999813079834,3.275700092315674,0.04960000142455101,-0.7357000112533569,3.328000068664551,0.05260000005364418,-0.7355999946594238,3.328000068664551,0.05400000140070915,-0.7620000243186951,3.275599956512451,0.05400000140070915,-0.7357000112533569,3.328000068664551,0.05260000005364418,-0.7620000243186951,3.275599956512451,0.05400000140070915,-0.7620999813079834,3.275700092315674,0.05249999836087227,-0.8026999831199646,3.1319000720977783,0.0544000007212162,-0.8036999702453613,3.1321001052856445,0.0544000007212162,-0.7940000295639038,3.177500009536743,0.0544000007212162,-0.8026999831199646,3.1319000720977783,0.0544000007212162,-0.7940000295639038,3.177500009536743,0.0544000007212162,-0.7929999828338623,3.177299976348877,0.054499998688697815,-0.8090000152587891,3.0882999897003174,0.0544000007212162,-0.8098999857902527,3.088399887084961,0.0544000007212162,-0.8036999702453613,3.1321001052856445,0.0544000007212162,-0.8090000152587891,3.0882999897003174,0.0544000007212162,-0.8036999702453613,3.1321001052856445,0.0544000007212162,-0.8026999831199646,3.1319000720977783,0.0544000007212162,-0.8036999702453613,3.1321001052856445,0.0544000007212162,-0.804099977016449,3.132200002670288,0.05389999970793724,-0.7944999933242798,3.1777000427246094,0.05389999970793724,-0.8036999702453613,3.1321001052856445,0.0544000007212162,-0.7944999933242798,3.1777000427246094,0.05389999970793724,-0.7940000295639038,3.177500009536743,0.0544000007212162,-0.8098999857902527,3.088399887084961,0.0544000007212162,-0.8104000091552734,3.0885000228881836,0.05389999970793724,-0.804099977016449,3.132200002670288,0.05389999970793724,-0.8098999857902527,3.088399887084961,0.0544000007212162,-0.804099977016449,3.132200002670288,0.05389999970793724,-0.8036999702453613,3.1321001052856445,0.0544000007212162,-0.8133999705314636,3.003999948501587,0.0544000007212162,-0.8144000172615051,3.003999948501587,0.0544000007212162,-0.8133999705314636,3.0459001064300537,0.0544000007212162,-0.8133999705314636,3.003999948501587,0.0544000007212162,-0.8133999705314636,3.0459001064300537,0.0544000007212162,-0.8123999834060669,3.045799970626831,0.0544000007212162,-0.8144000172615051,3.003999948501587,0.0544000007212162,-0.8148999810218811,3.003999948501587,0.05380000174045563,-0.8137999773025513,3.0459001064300537,0.05380000174045563,-0.8144000172615051,3.003999948501587,0.0544000007212162,-0.8137999773025513,3.0459001064300537,0.05380000174045563,-0.8133999705314636,3.0459001064300537,0.0544000007212162,-0.8123999834060669,3.045799970626831,0.0544000007212162,-0.8133999705314636,3.0459001064300537,0.0544000007212162,-0.8098999857902527,3.088399887084961,0.0544000007212162,-0.8123999834060669,3.045799970626831,0.0544000007212162,-0.8098999857902527,3.088399887084961,0.0544000007212162,-0.8090000152587891,3.0882999897003174,0.0544000007212162,-0.8133999705314636,3.0459001064300537,0.0544000007212162,-0.8137999773025513,3.0459001064300537,0.05380000174045563,-0.8104000091552734,3.0885000228881836,0.05389999970793724,-0.8133999705314636,3.0459001064300537,0.0544000007212162,-0.8104000091552734,3.0885000228881836,0.05389999970793724,-0.8098999857902527,3.088399887084961,0.0544000007212162,-0.8140000104904175,3.0459001064300537,0.04899999871850014,-0.8140000104904175,3.0459001064300537,0.05220000073313713,-0.8149999976158142,3.003999948501587,0.05220000073313713,-0.8140000104904175,3.0459001064300537,0.04899999871850014,-0.8149999976158142,3.003999948501587,0.05220000073313713,-0.8149999976158142,3.003999948501587,0.04899999871850014,-0.8105999827384949,3.0885000228881836,0.04899999871850014,-0.8105999827384949,3.0885000228881836,0.05220000073313713,-0.8140000104904175,3.0459001064300537,0.05220000073313713,-0.8105999827384949,3.0885000228881836,0.04899999871850014,-0.8140000104904175,3.0459001064300537,0.05220000073313713,-0.8140000104904175,3.0459001064300537,0.04899999871850014,-0.8140000104904175,3.0459001064300537,0.05220000073313713,-0.8137999773025513,3.0459001064300537,0.05380000174045563,-0.8148999810218811,3.003999948501587,0.05380000174045563,-0.8140000104904175,3.0459001064300537,0.05220000073313713,-0.8148999810218811,3.003999948501587,0.05380000174045563,-0.8149999976158142,3.003999948501587,0.05220000073313713,-0.8105999827384949,3.0885000228881836,0.05220000073313713,-0.8104000091552734,3.0885000228881836,0.05389999970793724,-0.8137999773025513,3.0459001064300537,0.05380000174045563,-0.8105999827384949,3.0885000228881836,0.05220000073313713,-0.8137999773025513,3.0459001064300537,0.05380000174045563,-0.8140000104904175,3.0459001064300537,0.05220000073313713,-0.7946000099182129,3.1777000427246094,0.049300000071525574,-0.7946000099182129,3.1777000427246094,0.052400000393390656,-0.8043000102043152,3.132200002670288,0.052299998700618744,-0.7946000099182129,3.1777000427246094,0.049300000071525574,-0.8043000102043152,3.132200002670288,0.052299998700618744,-0.8043000102043152,3.132200002670288,0.04919999837875366,-0.7946000099182129,3.1777000427246094,0.052400000393390656,-0.7944999933242798,3.1777000427246094,0.05389999970793724,-0.804099977016449,3.132200002670288,0.05389999970793724,-0.7946000099182129,3.1777000427246094,0.052400000393390656,-0.804099977016449,3.132200002670288,0.05389999970793724,-0.8043000102043152,3.132200002670288,0.052299998700618744,-0.8043000102043152,3.132200002670288,0.04919999837875366,-0.8043000102043152,3.132200002670288,0.052299998700618744,-0.8105999827384949,3.0885000228881836,0.05220000073313713,-0.8043000102043152,3.132200002670288,0.04919999837875366,-0.8105999827384949,3.0885000228881836,0.05220000073313713,-0.8105999827384949,3.0885000228881836,0.04899999871850014,-0.8043000102043152,3.132200002670288,0.052299998700618744,-0.804099977016449,3.132200002670288,0.05389999970793724,-0.8104000091552734,3.0885000228881836,0.05389999970793724,-0.8043000102043152,3.132200002670288,0.052299998700618744,-0.8104000091552734,3.0885000228881836,0.05389999970793724,-0.8105999827384949,3.0885000228881836,0.05220000073313713,-0.8123999834060669,2.962100028991699,0.0544000007212162,-0.8133999705314636,2.9619998931884766,0.0544000007212162,-0.8144000172615051,3.003999948501587,0.0544000007212162,-0.8123999834060669,2.962100028991699,0.0544000007212162,-0.8144000172615051,3.003999948501587,0.0544000007212162,-0.8133999705314636,3.003999948501587,0.0544000007212162,-0.8090000152587891,2.919600009918213,0.0544000007212162,-0.8098999857902527,2.9195001125335693,0.0544000007212162,-0.8133999705314636,2.9619998931884766,0.0544000007212162,-0.8090000152587891,2.919600009918213,0.0544000007212162,-0.8133999705314636,2.9619998931884766,0.0544000007212162,-0.8123999834060669,2.962100028991699,0.0544000007212162,-0.8133999705314636,2.9619998931884766,0.0544000007212162,-0.8137999773025513,2.9619998931884766,0.05380000174045563,-0.8148999810218811,3.003999948501587,0.05380000174045563,-0.8133999705314636,2.9619998931884766,0.0544000007212162,-0.8148999810218811,3.003999948501587,0.05380000174045563,-0.8144000172615051,3.003999948501587,0.0544000007212162,-0.8098999857902527,2.9195001125335693,0.0544000007212162,-0.8104000091552734,2.9193999767303467,0.05389999970793724,-0.8137999773025513,2.9619998931884766,0.05380000174045563,-0.8098999857902527,2.9195001125335693,0.0544000007212162,-0.8137999773025513,2.9619998931884766,0.05380000174045563,-0.8133999705314636,2.9619998931884766,0.0544000007212162,-0.7929999828338623,2.8306000232696533,0.054499998688697815,-0.7940000295639038,2.830399990081787,0.0544000007212162,-0.8036999702453613,2.8757998943328857,0.0544000007212162,-0.7929999828338623,2.8306000232696533,0.054499998688697815,-0.8036999702453613,2.8757998943328857,0.0544000007212162,-0.8026999831199646,2.875999927520752,0.0544000007212162,-0.7940000295639038,2.830399990081787,0.0544000007212162,-0.7944999933242798,2.830199956893921,0.05389999970793724,-0.804099977016449,2.875699996948242,0.05389999970793724,-0.7940000295639038,2.830399990081787,0.0544000007212162,-0.804099977016449,2.875699996948242,0.05389999970793724,-0.8036999702453613,2.8757998943328857,0.0544000007212162,-0.8026999831199646,2.875999927520752,0.0544000007212162,-0.8036999702453613,2.8757998943328857,0.0544000007212162,-0.8098999857902527,2.9195001125335693,0.0544000007212162,-0.8026999831199646,2.875999927520752,0.0544000007212162,-0.8098999857902527,2.9195001125335693,0.0544000007212162,-0.8090000152587891,2.919600009918213,0.0544000007212162,-0.8036999702453613,2.8757998943328857,0.0544000007212162,-0.804099977016449,2.875699996948242,0.05389999970793724,-0.8104000091552734,2.9193999767303467,0.05389999970793724,-0.8036999702453613,2.8757998943328857,0.0544000007212162,-0.8104000091552734,2.9193999767303467,0.05389999970793724,-0.8098999857902527,2.9195001125335693,0.0544000007212162,-0.8043000102043152,2.875699996948242,0.04919999837875366,-0.8043000102043152,2.875699996948242,0.052299998700618744,-0.7946000099182129,2.830199956893921,0.052400000393390656,-0.8043000102043152,2.875699996948242,0.04919999837875366,-0.7946000099182129,2.830199956893921,0.052400000393390656,-0.7946000099182129,2.830199956893921,0.049300000071525574,-0.8105999827384949,2.9193999767303467,0.04899999871850014,-0.8105999827384949,2.9193999767303467,0.05220000073313713,-0.8043000102043152,2.875699996948242,0.052299998700618744,-0.8105999827384949,2.9193999767303467,0.04899999871850014,-0.8043000102043152,2.875699996948242,0.052299998700618744,-0.8043000102043152,2.875699996948242,0.04919999837875366,-0.8043000102043152,2.875699996948242,0.052299998700618744,-0.804099977016449,2.875699996948242,0.05389999970793724,-0.7944999933242798,2.830199956893921,0.05389999970793724,-0.8043000102043152,2.875699996948242,0.052299998700618744,-0.7944999933242798,2.830199956893921,0.05389999970793724,-0.7946000099182129,2.830199956893921,0.052400000393390656,-0.8105999827384949,2.9193999767303467,0.05220000073313713,-0.8104000091552734,2.9193999767303467,0.05389999970793724,-0.804099977016449,2.875699996948242,0.05389999970793724,-0.8105999827384949,2.9193999767303467,0.05220000073313713,-0.804099977016449,2.875699996948242,0.05389999970793724,-0.8043000102043152,2.875699996948242,0.052299998700618744,-0.8149999976158142,3.003999948501587,0.04899999871850014,-0.8149999976158142,3.003999948501587,0.05220000073313713,-0.8140000104904175,2.9619998931884766,0.05220000073313713,-0.8149999976158142,3.003999948501587,0.04899999871850014,-0.8140000104904175,2.9619998931884766,0.05220000073313713,-0.8140000104904175,2.9619998931884766,0.04899999871850014,-0.8149999976158142,3.003999948501587,0.05220000073313713,-0.8148999810218811,3.003999948501587,0.05380000174045563,-0.8137999773025513,2.9619998931884766,0.05380000174045563,-0.8149999976158142,3.003999948501587,0.05220000073313713,-0.8137999773025513,2.9619998931884766,0.05380000174045563,-0.8140000104904175,2.9619998931884766,0.05220000073313713,-0.8140000104904175,2.9619998931884766,0.04899999871850014,-0.8140000104904175,2.9619998931884766,0.05220000073313713,-0.8105999827384949,2.9193999767303467,0.05220000073313713,-0.8140000104904175,2.9619998931884766,0.04899999871850014,-0.8105999827384949,2.9193999767303467,0.05220000073313713,-0.8105999827384949,2.9193999767303467,0.04899999871850014,-0.8140000104904175,2.9619998931884766,0.05220000073313713,-0.8137999773025513,2.9619998931884766,0.05380000174045563,-0.8104000091552734,2.9193999767303467,0.05389999970793724,-0.8140000104904175,2.9619998931884766,0.05220000073313713,-0.8104000091552734,2.9193999767303467,0.05389999970793724,-0.8105999827384949,2.9193999767303467,0.05220000073313713,-0.781499981880188,2.6542000770568848,0.031099999323487282,-0.7803000211715698,2.654900074005127,0.025200000032782555,-0.7415000200271606,2.5954999923706055,0.02630000002682209,-0.781499981880188,2.6542000770568848,0.031099999323487282,-0.7415000200271606,2.5954999923706055,0.02630000002682209,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.8102999925613403,2.711199998855591,0.03009999915957451,-0.8090999722480774,2.7118000984191895,0.02419999986886978,-0.7803000211715698,2.654900074005127,0.025200000032782555,-0.8102999925613403,2.711199998855591,0.03009999915957451,-0.7803000211715698,2.654900074005127,0.025200000032782555,-0.781499981880188,2.6542000770568848,0.031099999323487282,-0.7803000211715698,2.654900074005127,0.025200000032782555,-0.7784000039100647,2.6559998989105225,0.022199999541044235,-0.739799976348877,2.5968000888824463,0.02329999953508377,-0.7803000211715698,2.654900074005127,0.025200000032782555,-0.739799976348877,2.5968000888824463,0.02329999953508377,-0.7415000200271606,2.5954999923706055,0.02630000002682209,-0.8090999722480774,2.7118000984191895,0.02419999986886978,-0.8070999979972839,2.712599992752075,0.021199999377131462,-0.7784000039100647,2.6559998989105225,0.022199999541044235,-0.8090999722480774,2.7118000984191895,0.02419999986886978,-0.7784000039100647,2.6559998989105225,0.022199999541044235,-0.7803000211715698,2.654900074005127,0.025200000032782555,-0.8456000089645386,2.8173999786376953,0.0284000001847744,-0.8442999720573425,2.817699909210205,0.02239999920129776,-0.829800009727478,2.7660999298095703,0.02329999953508377,-0.8456000089645386,2.8173999786376953,0.0284000001847744,-0.829800009727478,2.7660999298095703,0.02329999953508377,-0.8309999704360962,2.7655999660491943,0.029200000688433647,-0.8442999720573425,2.817699909210205,0.02239999920129776,-0.842199981212616,2.81820011138916,0.01940000057220459,-0.8277000188827515,2.766700029373169,0.0203000009059906,-0.8442999720573425,2.817699909210205,0.02239999920129776,-0.8277000188827515,2.766700029373169,0.0203000009059906,-0.829800009727478,2.7660999298095703,0.02329999953508377,-0.8309999704360962,2.7655999660491943,0.029200000688433647,-0.829800009727478,2.7660999298095703,0.02329999953508377,-0.8090999722480774,2.7118000984191895,0.02419999986886978,-0.8309999704360962,2.7655999660491943,0.029200000688433647,-0.8090999722480774,2.7118000984191895,0.02419999986886978,-0.8102999925613403,2.711199998855591,0.03009999915957451,-0.829800009727478,2.7660999298095703,0.02329999953508377,-0.8277000188827515,2.766700029373169,0.0203000009059906,-0.8070999979972839,2.712599992752075,0.021199999377131462,-0.829800009727478,2.7660999298095703,0.02329999953508377,-0.8070999979972839,2.712599992752075,0.021199999377131462,-0.8090999722480774,2.7118000984191895,0.02419999986886978,-0.8199999928474426,2.7692999839782715,0.019200000911951065,-0.8245999813079834,2.7678000926971436,0.019300000742077827,-0.8389999866485596,2.819000005722046,0.018400000408291817,-0.8199999928474426,2.7692999839782715,0.019200000911951065,-0.8389999866485596,2.819000005722046,0.018400000408291817,-0.8343999981880188,2.820199966430664,0.018400000408291817,-0.7997000217437744,2.71589994430542,0.020099999383091927,-0.804099977016449,2.7139999866485596,0.02019999921321869,-0.8245999813079834,2.7678000926971436,0.019300000742077827,-0.7997000217437744,2.71589994430542,0.020099999383091927,-0.8245999813079834,2.7678000926971436,0.019300000742077827,-0.8199999928474426,2.7692999839782715,0.019200000911951065,-0.8245999813079834,2.7678000926971436,0.019300000742077827,-0.8277000188827515,2.766700029373169,0.0203000009059906,-0.842199981212616,2.81820011138916,0.01940000057220459,-0.8245999813079834,2.7678000926971436,0.019300000742077827,-0.842199981212616,2.81820011138916,0.01940000057220459,-0.8389999866485596,2.819000005722046,0.018400000408291817,-0.804099977016449,2.7139999866485596,0.02019999921321869,-0.8070999979972839,2.712599992752075,0.021199999377131462,-0.8277000188827515,2.766700029373169,0.0203000009059906,-0.804099977016449,2.7139999866485596,0.02019999921321869,-0.8277000188827515,2.766700029373169,0.0203000009059906,-0.8245999813079834,2.7678000926971436,0.019300000742077827,-0.733299970626831,2.6015000343322754,0.022199999541044235,-0.7371000051498413,2.5987000465393066,0.022199999541044235,-0.775600016117096,2.657599925994873,0.021199999377131462,-0.733299970626831,2.6015000343322754,0.022199999541044235,-0.775600016117096,2.657599925994873,0.021199999377131462,-0.771399974822998,2.659899950027466,0.0210999995470047,-0.7371000051498413,2.5987000465393066,0.022199999541044235,-0.739799976348877,2.5968000888824463,0.02329999953508377,-0.7784000039100647,2.6559998989105225,0.022199999541044235,-0.7371000051498413,2.5987000465393066,0.022199999541044235,-0.7784000039100647,2.6559998989105225,0.022199999541044235,-0.775600016117096,2.657599925994873,0.021199999377131462,-0.771399974822998,2.659899950027466,0.0210999995470047,-0.775600016117096,2.657599925994873,0.021199999377131462,-0.804099977016449,2.7139999866485596,0.02019999921321869,-0.771399974822998,2.659899950027466,0.0210999995470047,-0.804099977016449,2.7139999866485596,0.02019999921321869,-0.7997000217437744,2.71589994430542,0.020099999383091927,-0.775600016117096,2.657599925994873,0.021199999377131462,-0.7784000039100647,2.6559998989105225,0.022199999541044235,-0.8070999979972839,2.712599992752075,0.021199999377131462,-0.775600016117096,2.657599925994873,0.021199999377131462,-0.8070999979972839,2.712599992752075,0.021199999377131462,-0.804099977016449,2.7139999866485596,0.02019999921321869,-0.8561000227928162,2.8664000034332275,0.02759999968111515,-0.8547999858856201,2.8666999340057373,0.02160000056028366,-0.8442999720573425,2.817699909210205,0.02239999920129776,-0.8561000227928162,2.8664000034332275,0.02759999968111515,-0.8442999720573425,2.817699909210205,0.02239999920129776,-0.8456000089645386,2.8173999786376953,0.0284000001847744,-0.8629000186920166,2.9133999347686768,0.026900000870227814,-0.8615999817848206,2.9135000705718994,0.020899999886751175,-0.8547999858856201,2.8666999340057373,0.02160000056028366,-0.8629000186920166,2.9133999347686768,0.026900000870227814,-0.8547999858856201,2.8666999340057373,0.02160000056028366,-0.8561000227928162,2.8664000034332275,0.02759999968111515,-0.8547999858856201,2.8666999340057373,0.02160000056028366,-0.8526999950408936,2.867000102996826,0.01860000006854534,-0.842199981212616,2.81820011138916,0.01940000057220459,-0.8547999858856201,2.8666999340057373,0.02160000056028366,-0.842199981212616,2.81820011138916,0.01940000057220459,-0.8442999720573425,2.817699909210205,0.02239999920129776,-0.8615999817848206,2.9135000705718994,0.020899999886751175,-0.8593999743461609,2.913800001144409,0.017899999395012856,-0.8526999950408936,2.867000102996826,0.01860000006854534,-0.8615999817848206,2.9135000705718994,0.020899999886751175,-0.8526999950408936,2.867000102996826,0.01860000006854534,-0.8547999858856201,2.8666999340057373,0.02160000056028366,-0.8676000237464905,3.003999948501587,0.026200000196695328,-0.8662999868392944,3.003999948501587,0.0203000009059906,-0.8652999997138977,2.9591000080108643,0.020500000566244125,-0.8676000237464905,3.003999948501587,0.026200000196695328,-0.8652999997138977,2.9591000080108643,0.020500000566244125,-0.866599977016449,2.9590001106262207,0.026399999856948853,-0.8662999868392944,3.003999948501587,0.0203000009059906,-0.8640999794006348,3.003999948501587,0.01730000041425228,-0.863099992275238,2.959199905395508,0.017500000074505806,-0.8662999868392944,3.003999948501587,0.0203000009059906,-0.863099992275238,2.959199905395508,0.017500000074505806,-0.8652999997138977,2.9591000080108643,0.020500000566244125,-0.866599977016449,2.9590001106262207,0.026399999856948853,-0.8652999997138977,2.9591000080108643,0.020500000566244125,-0.8615999817848206,2.9135000705718994,0.020899999886751175,-0.866599977016449,2.9590001106262207,0.026399999856948853,-0.8615999817848206,2.9135000705718994,0.020899999886751175,-0.8629000186920166,2.9133999347686768,0.026900000870227814,-0.8652999997138977,2.9591000080108643,0.020500000566244125,-0.863099992275238,2.959199905395508,0.017500000074505806,-0.8593999743461609,2.913800001144409,0.017899999395012856,-0.8652999997138977,2.9591000080108643,0.020500000566244125,-0.8593999743461609,2.913800001144409,0.017899999395012856,-0.8615999817848206,2.9135000705718994,0.020899999886751175,-0.8550000190734863,2.959700107574463,0.016499999910593033,-0.8597999811172485,2.959399938583374,0.016499999910593033,-0.86080002784729,3.003999948501587,0.016300000250339508,-0.8550000190734863,2.959700107574463,0.016499999910593033,-0.86080002784729,3.003999948501587,0.016300000250339508,-0.8560000061988831,3.003999948501587,0.016300000250339508,-0.8514000177383423,2.9147000312805176,0.016899999231100082,-0.8561000227928162,2.9142000675201416,0.017000000923871994,-0.8597999811172485,2.959399938583374,0.016499999910593033,-0.8514000177383423,2.9147000312805176,0.016899999231100082,-0.8597999811172485,2.959399938583374,0.016499999910593033,-0.8550000190734863,2.959700107574463,0.016499999910593033,-0.8597999811172485,2.959399938583374,0.016499999910593033,-0.863099992275238,2.959199905395508,0.017500000074505806,-0.8640999794006348,3.003999948501587,0.01730000041425228,-0.8597999811172485,2.959399938583374,0.016499999910593033,-0.8640999794006348,3.003999948501587,0.01730000041425228,-0.86080002784729,3.003999948501587,0.016300000250339508,-0.8561000227928162,2.9142000675201416,0.017000000923871994,-0.8593999743461609,2.913800001144409,0.017899999395012856,-0.863099992275238,2.959199905395508,0.017500000074505806,-0.8561000227928162,2.9142000675201416,0.017000000923871994,-0.863099992275238,2.959199905395508,0.017500000074505806,-0.8597999811172485,2.959399938583374,0.016499999910593033,-0.8343999981880188,2.820199966430664,0.018400000408291817,-0.8389999866485596,2.819000005722046,0.018400000408291817,-0.849399983882904,2.8675999641418457,0.01759999990463257,-0.8343999981880188,2.820199966430664,0.018400000408291817,-0.849399983882904,2.8675999641418457,0.01759999990463257,-0.8446999788284302,2.8684000968933105,0.01759999990463257,-0.8389999866485596,2.819000005722046,0.018400000408291817,-0.842199981212616,2.81820011138916,0.01940000057220459,-0.8526999950408936,2.867000102996826,0.01860000006854534,-0.8389999866485596,2.819000005722046,0.018400000408291817,-0.8526999950408936,2.867000102996826,0.01860000006854534,-0.849399983882904,2.8675999641418457,0.01759999990463257,-0.8446999788284302,2.8684000968933105,0.01759999990463257,-0.849399983882904,2.8675999641418457,0.01759999990463257,-0.8561000227928162,2.9142000675201416,0.017000000923871994,-0.8446999788284302,2.8684000968933105,0.01759999990463257,-0.8561000227928162,2.9142000675201416,0.017000000923871994,-0.8514000177383423,2.9147000312805176,0.016899999231100082,-0.849399983882904,2.8675999641418457,0.01759999990463257,-0.8526999950408936,2.867000102996826,0.01860000006854534,-0.8593999743461609,2.913800001144409,0.017899999395012856,-0.849399983882904,2.8675999641418457,0.01759999990463257,-0.8593999743461609,2.913800001144409,0.017899999395012856,-0.8561000227928162,2.9142000675201416,0.017000000923871994,-0.866599977016449,3.0488998889923096,0.026399999856948853,-0.8652999997138977,3.048799991607666,0.020500000566244125,-0.8662999868392944,3.003999948501587,0.0203000009059906,-0.866599977016449,3.0488998889923096,0.026399999856948853,-0.8662999868392944,3.003999948501587,0.0203000009059906,-0.8676000237464905,3.003999948501587,0.026200000196695328,-0.8629000186920166,3.0945000648498535,0.026900000870227814,-0.8615999817848206,3.094399929046631,0.020899999886751175,-0.8652999997138977,3.048799991607666,0.020500000566244125,-0.8629000186920166,3.0945000648498535,0.026900000870227814,-0.8652999997138977,3.048799991607666,0.020500000566244125,-0.866599977016449,3.0488998889923096,0.026399999856948853,-0.8652999997138977,3.048799991607666,0.020500000566244125,-0.863099992275238,3.0487000942230225,0.017500000074505806,-0.8640999794006348,3.003999948501587,0.01730000041425228,-0.8652999997138977,3.048799991607666,0.020500000566244125,-0.8640999794006348,3.003999948501587,0.01730000041425228,-0.8662999868392944,3.003999948501587,0.0203000009059906,-0.8615999817848206,3.094399929046631,0.020899999886751175,-0.8593999743461609,3.094099998474121,0.017899999395012856,-0.863099992275238,3.0487000942230225,0.017500000074505806,-0.8615999817848206,3.094399929046631,0.020899999886751175,-0.863099992275238,3.0487000942230225,0.017500000074505806,-0.8652999997138977,3.048799991607666,0.020500000566244125,-0.8456000089645386,3.190500020980835,0.0284000001847744,-0.8442999720573425,3.190200090408325,0.02239999920129776,-0.8547999858856201,3.1412999629974365,0.02160000056028366,-0.8456000089645386,3.190500020980835,0.0284000001847744,-0.8547999858856201,3.1412999629974365,0.02160000056028366,-0.8561000227928162,3.1414999961853027,0.02759999968111515,-0.8442999720573425,3.190200090408325,0.02239999920129776,-0.842199981212616,3.18969988822937,0.01940000057220459,-0.8526999950408936,3.140899896621704,0.01860000006854534,-0.8442999720573425,3.190200090408325,0.02239999920129776,-0.8526999950408936,3.140899896621704,0.01860000006854534,-0.8547999858856201,3.1412999629974365,0.02160000056028366,-0.8561000227928162,3.1414999961853027,0.02759999968111515,-0.8547999858856201,3.1412999629974365,0.02160000056028366,-0.8615999817848206,3.094399929046631,0.020899999886751175,-0.8561000227928162,3.1414999961853027,0.02759999968111515,-0.8615999817848206,3.094399929046631,0.020899999886751175,-0.8629000186920166,3.0945000648498535,0.026900000870227814,-0.8547999858856201,3.1412999629974365,0.02160000056028366,-0.8526999950408936,3.140899896621704,0.01860000006854534,-0.8593999743461609,3.094099998474121,0.017899999395012856,-0.8547999858856201,3.1412999629974365,0.02160000056028366,-0.8593999743461609,3.094099998474121,0.017899999395012856,-0.8615999817848206,3.094399929046631,0.020899999886751175,-0.8446999788284302,3.1394999027252197,0.01759999990463257,-0.849399983882904,3.1403000354766846,0.01759999990463257,-0.8389999866485596,3.1888999938964844,0.018400000408291817,-0.8446999788284302,3.1394999027252197,0.01759999990463257,-0.8389999866485596,3.1888999938964844,0.018400000408291817,-0.8343999981880188,3.187700033187866,0.018400000408291817,-0.8514000177383423,3.0931999683380127,0.016899999231100082,-0.8561000227928162,3.0936999320983887,0.017000000923871994,-0.849399983882904,3.1403000354766846,0.01759999990463257,-0.8514000177383423,3.0931999683380127,0.016899999231100082,-0.849399983882904,3.1403000354766846,0.01759999990463257,-0.8446999788284302,3.1394999027252197,0.01759999990463257,-0.849399983882904,3.1403000354766846,0.01759999990463257,-0.8526999950408936,3.140899896621704,0.01860000006854534,-0.842199981212616,3.18969988822937,0.01940000057220459,-0.849399983882904,3.1403000354766846,0.01759999990463257,-0.842199981212616,3.18969988822937,0.01940000057220459,-0.8389999866485596,3.1888999938964844,0.018400000408291817,-0.8561000227928162,3.0936999320983887,0.017000000923871994,-0.8593999743461609,3.094099998474121,0.017899999395012856,-0.8526999950408936,3.140899896621704,0.01860000006854534,-0.8561000227928162,3.0936999320983887,0.017000000923871994,-0.8526999950408936,3.140899896621704,0.01860000006854534,-0.849399983882904,3.1403000354766846,0.01759999990463257,-0.8560000061988831,3.003999948501587,0.016300000250339508,-0.86080002784729,3.003999948501587,0.016300000250339508,-0.8597999811172485,3.0485000610351562,0.016499999910593033,-0.8560000061988831,3.003999948501587,0.016300000250339508,-0.8597999811172485,3.0485000610351562,0.016499999910593033,-0.8550000190734863,3.0481998920440674,0.016499999910593033,-0.86080002784729,3.003999948501587,0.016300000250339508,-0.8640999794006348,3.003999948501587,0.01730000041425228,-0.863099992275238,3.0487000942230225,0.017500000074505806,-0.86080002784729,3.003999948501587,0.016300000250339508,-0.863099992275238,3.0487000942230225,0.017500000074505806,-0.8597999811172485,3.0485000610351562,0.016499999910593033,-0.8550000190734863,3.0481998920440674,0.016499999910593033,-0.8597999811172485,3.0485000610351562,0.016499999910593033,-0.8561000227928162,3.0936999320983887,0.017000000923871994,-0.8550000190734863,3.0481998920440674,0.016499999910593033,-0.8561000227928162,3.0936999320983887,0.017000000923871994,-0.8514000177383423,3.0931999683380127,0.016899999231100082,-0.8597999811172485,3.0485000610351562,0.016499999910593033,-0.863099992275238,3.0487000942230225,0.017500000074505806,-0.8593999743461609,3.094099998474121,0.017899999395012856,-0.8597999811172485,3.0485000610351562,0.016499999910593033,-0.8593999743461609,3.094099998474121,0.017899999395012856,-0.8561000227928162,3.0936999320983887,0.017000000923871994,-0.8309999704360962,3.242300033569336,0.029200000688433647,-0.829800009727478,3.2418999671936035,0.02329999953508377,-0.8442999720573425,3.190200090408325,0.02239999920129776,-0.8309999704360962,3.242300033569336,0.029200000688433647,-0.8442999720573425,3.190200090408325,0.02239999920129776,-0.8456000089645386,3.190500020980835,0.0284000001847744,-0.8102999925613403,3.2967000007629395,0.03009999915957451,-0.8090999722480774,3.296099901199341,0.02419999986886978,-0.829800009727478,3.2418999671936035,0.02329999953508377,-0.8102999925613403,3.2967000007629395,0.03009999915957451,-0.829800009727478,3.2418999671936035,0.02329999953508377,-0.8309999704360962,3.242300033569336,0.029200000688433647,-0.829800009727478,3.2418999671936035,0.02329999953508377,-0.8277000188827515,3.2411999702453613,0.0203000009059906,-0.842199981212616,3.18969988822937,0.01940000057220459,-0.829800009727478,3.2418999671936035,0.02329999953508377,-0.842199981212616,3.18969988822937,0.01940000057220459,-0.8442999720573425,3.190200090408325,0.02239999920129776,-0.8090999722480774,3.296099901199341,0.02419999986886978,-0.8070999979972839,3.295300006866455,0.021199999377131462,-0.8277000188827515,3.2411999702453613,0.0203000009059906,-0.8090999722480774,3.296099901199341,0.02419999986886978,-0.8277000188827515,3.2411999702453613,0.0203000009059906,-0.829800009727478,3.2418999671936035,0.02329999953508377,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.7415000200271606,3.412400007247925,0.02630000002682209,-0.7803000211715698,3.3529999256134033,0.025200000032782555,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.7803000211715698,3.3529999256134033,0.025200000032782555,-0.781499981880188,3.3536999225616455,0.031099999323487282,-0.7415000200271606,3.412400007247925,0.02630000002682209,-0.739799976348877,3.411099910736084,0.02329999953508377,-0.7784000039100647,3.3519999980926514,0.022199999541044235,-0.7415000200271606,3.412400007247925,0.02630000002682209,-0.7784000039100647,3.3519999980926514,0.022199999541044235,-0.7803000211715698,3.3529999256134033,0.025200000032782555,-0.781499981880188,3.3536999225616455,0.031099999323487282,-0.7803000211715698,3.3529999256134033,0.025200000032782555,-0.8090999722480774,3.296099901199341,0.02419999986886978,-0.781499981880188,3.3536999225616455,0.031099999323487282,-0.8090999722480774,3.296099901199341,0.02419999986886978,-0.8102999925613403,3.2967000007629395,0.03009999915957451,-0.7803000211715698,3.3529999256134033,0.025200000032782555,-0.7784000039100647,3.3519999980926514,0.022199999541044235,-0.8070999979972839,3.295300006866455,0.021199999377131462,-0.7803000211715698,3.3529999256134033,0.025200000032782555,-0.8070999979972839,3.295300006866455,0.021199999377131462,-0.8090999722480774,3.296099901199341,0.02419999986886978,-0.771399974822998,3.3480000495910645,0.0210999995470047,-0.775600016117096,3.3503000736236572,0.021199999377131462,-0.7371000051498413,3.4091999530792236,0.022199999541044235,-0.771399974822998,3.3480000495910645,0.0210999995470047,-0.7371000051498413,3.4091999530792236,0.022199999541044235,-0.733299970626831,3.406399965286255,0.022199999541044235,-0.7997000217437744,3.2920000553131104,0.020099999383091927,-0.804099977016449,3.2939000129699707,0.02019999921321869,-0.775600016117096,3.3503000736236572,0.021199999377131462,-0.7997000217437744,3.2920000553131104,0.020099999383091927,-0.775600016117096,3.3503000736236572,0.021199999377131462,-0.771399974822998,3.3480000495910645,0.0210999995470047,-0.775600016117096,3.3503000736236572,0.021199999377131462,-0.7784000039100647,3.3519999980926514,0.022199999541044235,-0.739799976348877,3.411099910736084,0.02329999953508377,-0.775600016117096,3.3503000736236572,0.021199999377131462,-0.739799976348877,3.411099910736084,0.02329999953508377,-0.7371000051498413,3.4091999530792236,0.022199999541044235,-0.804099977016449,3.2939000129699707,0.02019999921321869,-0.8070999979972839,3.295300006866455,0.021199999377131462,-0.7784000039100647,3.3519999980926514,0.022199999541044235,-0.804099977016449,3.2939000129699707,0.02019999921321869,-0.7784000039100647,3.3519999980926514,0.022199999541044235,-0.775600016117096,3.3503000736236572,0.021199999377131462,-0.8343999981880188,3.187700033187866,0.018400000408291817,-0.8389999866485596,3.1888999938964844,0.018400000408291817,-0.8245999813079834,3.2400999069213867,0.019300000742077827,-0.8343999981880188,3.187700033187866,0.018400000408291817,-0.8245999813079834,3.2400999069213867,0.019300000742077827,-0.8199999928474426,3.238600015640259,0.019200000911951065,-0.8389999866485596,3.1888999938964844,0.018400000408291817,-0.842199981212616,3.18969988822937,0.01940000057220459,-0.8277000188827515,3.2411999702453613,0.0203000009059906,-0.8389999866485596,3.1888999938964844,0.018400000408291817,-0.8277000188827515,3.2411999702453613,0.0203000009059906,-0.8245999813079834,3.2400999069213867,0.019300000742077827,-0.8199999928474426,3.238600015640259,0.019200000911951065,-0.8245999813079834,3.2400999069213867,0.019300000742077827,-0.804099977016449,3.2939000129699707,0.02019999921321869,-0.8199999928474426,3.238600015640259,0.019200000911951065,-0.804099977016449,3.2939000129699707,0.02019999921321869,-0.7997000217437744,3.2920000553131104,0.020099999383091927,-0.8245999813079834,3.2400999069213867,0.019300000742077827,-0.8277000188827515,3.2411999702453613,0.0203000009059906,-0.8070999979972839,3.295300006866455,0.021199999377131462,-0.8245999813079834,3.2400999069213867,0.019300000742077827,-0.8070999979972839,3.295300006866455,0.021199999377131462,-0.804099977016449,3.2939000129699707,0.02019999921321869,-0.6916000247001648,3.475100040435791,0.033399999141693115,-0.6906999945640564,3.4742000102996826,0.027400000020861626,-0.7415000200271606,3.412400007247925,0.02630000002682209,-0.6916000247001648,3.475100040435791,0.033399999141693115,-0.7415000200271606,3.412400007247925,0.02630000002682209,-0.7426000237464905,3.413100004196167,0.03220000118017197,-0.6129999756813049,3.5348000526428223,0.03460000082850456,-0.6122000217437744,3.5336999893188477,0.028599999845027924,-0.6906999945640564,3.4742000102996826,0.027400000020861626,-0.6129999756813049,3.5348000526428223,0.03460000082850456,-0.6906999945640564,3.4742000102996826,0.027400000020861626,-0.6916000247001648,3.475100040435791,0.033399999141693115,-0.6906999945640564,3.4742000102996826,0.027400000020861626,-0.6891000270843506,3.4727001190185547,0.024399999529123306,-0.739799976348877,3.411099910736084,0.02329999953508377,-0.6906999945640564,3.4742000102996826,0.027400000020861626,-0.739799976348877,3.411099910736084,0.02329999953508377,-0.7415000200271606,3.412400007247925,0.02630000002682209,-0.6122000217437744,3.5336999893188477,0.028599999845027924,-0.61080002784729,3.5320000648498535,0.025599999353289604,-0.6891000270843506,3.4727001190185547,0.024399999529123306,-0.6122000217437744,3.5336999893188477,0.028599999845027924,-0.6891000270843506,3.4727001190185547,0.024399999529123306,-0.6906999945640564,3.4742000102996826,0.027400000020861626,-0.3098999857902527,3.6284000873565674,0.0364999994635582,-0.3093999922275543,3.62719988822937,0.030500000342726707,-0.4902999997138977,3.5862998962402344,0.02969999983906746,-0.3098999857902527,3.6284000873565674,0.0364999994635582,-0.4902999997138977,3.5862998962402344,0.02969999983906746,-0.4909999966621399,3.5875000953674316,0.035599999129772186,-0.3093999922275543,3.62719988822937,0.030500000342726707,-0.3084999918937683,3.625200033187866,0.027499999850988388,-0.48919999599456787,3.584399938583374,0.02669999934732914,-0.3093999922275543,3.62719988822937,0.030500000342726707,-0.48919999599456787,3.584399938583374,0.02669999934732914,-0.4902999997138977,3.5862998962402344,0.02969999983906746,-0.4909999966621399,3.5875000953674316,0.035599999129772186,-0.4902999997138977,3.5862998962402344,0.02969999983906746,-0.6122000217437744,3.5336999893188477,0.028599999845027924,-0.4909999966621399,3.5875000953674316,0.035599999129772186,-0.6122000217437744,3.5336999893188477,0.028599999845027924,-0.6129999756813049,3.5348000526428223,0.03460000082850456,-0.4902999997138977,3.5862998962402344,0.02969999983906746,-0.48919999599456787,3.584399938583374,0.02669999934732914,-0.61080002784729,3.5320000648498535,0.025599999353289604,-0.4902999997138977,3.5862998962402344,0.02969999983906746,-0.61080002784729,3.5320000648498535,0.025599999353289604,-0.6122000217437744,3.5336999893188477,0.028599999845027924,-0.48500001430511475,3.577399969100952,0.025499999523162842,-0.48739999532699585,3.5815000534057617,0.025599999353289604,-0.30709999799728394,3.6221001148223877,0.026499999687075615,-0.48500001430511475,3.577399969100952,0.025499999523162842,-0.30709999799728394,3.6221001148223877,0.026499999687075615,-0.3052000105381012,3.6175999641418457,0.02630000002682209,-0.6057000160217285,3.525700092315674,0.02449999935925007,-0.6086999773979187,3.529400110244751,0.02459999918937683,-0.48739999532699585,3.5815000534057617,0.025599999353289604,-0.6057000160217285,3.525700092315674,0.02449999935925007,-0.48739999532699585,3.5815000534057617,0.025599999353289604,-0.48500001430511475,3.577399969100952,0.025499999523162842,-0.48739999532699585,3.5815000534057617,0.025599999353289604,-0.48919999599456787,3.584399938583374,0.02669999934732914,-0.3084999918937683,3.625200033187866,0.027499999850988388,-0.48739999532699585,3.5815000534057617,0.025599999353289604,-0.3084999918937683,3.625200033187866,0.027499999850988388,-0.30709999799728394,3.6221001148223877,0.026499999687075615,-0.6086999773979187,3.529400110244751,0.02459999918937683,-0.61080002784729,3.5320000648498535,0.025599999353289604,-0.48919999599456787,3.584399938583374,0.02669999934732914,-0.6086999773979187,3.529400110244751,0.02459999918937683,-0.48919999599456787,3.584399938583374,0.02669999934732914,-0.48739999532699585,3.5815000534057617,0.025599999353289604,-0.733299970626831,3.406399965286255,0.022199999541044235,-0.7371000051498413,3.4091999530792236,0.022199999541044235,-0.6866999864578247,3.4704999923706055,0.023399999365210533,-0.733299970626831,3.406399965286255,0.022199999541044235,-0.6866999864578247,3.4704999923706055,0.023399999365210533,-0.6833000183105469,3.4672000408172607,0.02329999953508377,-0.7371000051498413,3.4091999530792236,0.022199999541044235,-0.739799976348877,3.411099910736084,0.02329999953508377,-0.6891000270843506,3.4727001190185547,0.024399999529123306,-0.7371000051498413,3.4091999530792236,0.022199999541044235,-0.6891000270843506,3.4727001190185547,0.024399999529123306,-0.6866999864578247,3.4704999923706055,0.023399999365210533,-0.6833000183105469,3.4672000408172607,0.02329999953508377,-0.6866999864578247,3.4704999923706055,0.023399999365210533,-0.6086999773979187,3.529400110244751,0.02459999918937683,-0.6833000183105469,3.4672000408172607,0.02329999953508377,-0.6086999773979187,3.529400110244751,0.02459999918937683,-0.6057000160217285,3.525700092315674,0.02449999935925007,-0.6866999864578247,3.4704999923706055,0.023399999365210533,-0.6891000270843506,3.4727001190185547,0.024399999529123306,-0.61080002784729,3.5320000648498535,0.025599999353289604,-0.6866999864578247,3.4704999923706055,0.023399999365210533,-0.61080002784729,3.5320000648498535,0.025599999353289604,-0.6086999773979187,3.529400110244751,0.02459999918937683,-0.05420000106096268,3.6530001163482666,0.03700000047683716,-0.05380000174045563,3.6517999172210693,0.03099999949336052,-0.3093999922275543,3.62719988822937,0.030500000342726707,-0.05420000106096268,3.6530001163482666,0.03700000047683716,-0.3093999922275543,3.62719988822937,0.030500000342726707,-0.3098999857902527,3.6284000873565674,0.0364999994635582,0.25760000944137573,3.665299892425537,0.03720000013709068,0.25780001282691956,3.6640000343322754,0.031300000846385956,-0.05380000174045563,3.6517999172210693,0.03099999949336052,0.25760000944137573,3.665299892425537,0.03720000013709068,-0.05380000174045563,3.6517999172210693,0.03099999949336052,-0.05420000106096268,3.6530001163482666,0.03700000047683716,-0.05380000174045563,3.6517999172210693,0.03099999949336052,-0.05310000106692314,3.6496999263763428,0.02800000086426735,-0.3084999918937683,3.625200033187866,0.027499999850988388,-0.05380000174045563,3.6517999172210693,0.03099999949336052,-0.3084999918937683,3.625200033187866,0.027499999850988388,-0.3093999922275543,3.62719988822937,0.030500000342726707,0.25780001282691956,3.6640000343322754,0.031300000846385956,0.2583000063896179,3.661900043487549,0.028300000354647636,-0.05310000106692314,3.6496999263763428,0.02800000086426735,0.25780001282691956,3.6640000343322754,0.031300000846385956,-0.05310000106692314,3.6496999263763428,0.02800000086426735,-0.05380000174045563,3.6517999172210693,0.03099999949336052,0.974399983882904,3.6693999767303467,0.037300001829862595,0.974399983882904,3.668100118637085,0.031300000846385956,0.6068000197410583,3.668100118637085,0.031300000846385956,0.974399983882904,3.6693999767303467,0.037300001829862595,0.6068000197410583,3.668100118637085,0.031300000846385956,0.6067000031471252,3.6693999767303467,0.037300001829862595,0.974399983882904,3.668100118637085,0.031300000846385956,0.974399983882904,3.6658999919891357,0.028300000354647636,0.6069999933242798,3.6658999919891357,0.028300000354647636,0.974399983882904,3.668100118637085,0.031300000846385956,0.6069999933242798,3.6658999919891357,0.028300000354647636,0.6068000197410583,3.668100118637085,0.031300000846385956,0.6067000031471252,3.6693999767303467,0.037300001829862595,0.6068000197410583,3.668100118637085,0.031300000846385956,0.25780001282691956,3.6640000343322754,0.031300000846385956,0.6067000031471252,3.6693999767303467,0.037300001829862595,0.25780001282691956,3.6640000343322754,0.031300000846385956,0.25760000944137573,3.665299892425537,0.03720000013709068,0.6068000197410583,3.668100118637085,0.031300000846385956,0.6069999933242798,3.6658999919891357,0.028300000354647636,0.2583000063896179,3.661900043487549,0.028300000354647636,0.6068000197410583,3.668100118637085,0.031300000846385956,0.2583000063896179,3.661900043487549,0.028300000354647636,0.25780001282691956,3.6640000343322754,0.031300000846385956,0.6078000068664551,3.6577999591827393,0.0272000003606081,0.6072999835014343,3.662600040435791,0.027300000190734863,0.974399983882904,3.662600040435791,0.027300000190734863,0.6078000068664551,3.6577999591827393,0.0272000003606081,0.974399983882904,3.662600040435791,0.027300000190734863,0.974399983882904,3.6577999591827393,0.0272000003606081,0.2599000036716461,3.6538000106811523,0.02710000053048134,0.258899986743927,3.6584999561309814,0.0272000003606081,0.6072999835014343,3.662600040435791,0.027300000190734863,0.2599000036716461,3.6538000106811523,0.02710000053048134,0.6072999835014343,3.662600040435791,0.027300000190734863,0.6078000068664551,3.6577999591827393,0.0272000003606081,0.6072999835014343,3.662600040435791,0.027300000190734863,0.6069999933242798,3.6658999919891357,0.028300000354647636,0.974399983882904,3.6658999919891357,0.028300000354647636,0.6072999835014343,3.662600040435791,0.027300000190734863,0.974399983882904,3.6658999919891357,0.028300000354647636,0.974399983882904,3.662600040435791,0.027300000190734863,0.258899986743927,3.6584999561309814,0.0272000003606081,0.2583000063896179,3.661900043487549,0.028300000354647636,0.6069999933242798,3.6658999919891357,0.028300000354647636,0.258899986743927,3.6584999561309814,0.0272000003606081,0.6069999933242798,3.6658999919891357,0.028300000354647636,0.6072999835014343,3.662600040435791,0.027300000190734863,-0.3052000105381012,3.6175999641418457,0.02630000002682209,-0.30709999799728394,3.6221001148223877,0.026499999687075615,-0.05209999904036522,3.646399974822998,0.027000000700354576,-0.3052000105381012,3.6175999641418457,0.02630000002682209,-0.05209999904036522,3.646399974822998,0.027000000700354576,-0.050700001418590546,3.641700029373169,0.026900000870227814,-0.30709999799728394,3.6221001148223877,0.026499999687075615,-0.3084999918937683,3.625200033187866,0.027499999850988388,-0.05310000106692314,3.6496999263763428,0.02800000086426735,-0.30709999799728394,3.6221001148223877,0.026499999687075615,-0.05310000106692314,3.6496999263763428,0.02800000086426735,-0.05209999904036522,3.646399974822998,0.027000000700354576,-0.050700001418590546,3.641700029373169,0.026900000870227814,-0.05209999904036522,3.646399974822998,0.027000000700354576,0.258899986743927,3.6584999561309814,0.0272000003606081,-0.050700001418590546,3.641700029373169,0.026900000870227814,0.258899986743927,3.6584999561309814,0.0272000003606081,0.2599000036716461,3.6538000106811523,0.02710000053048134,-0.05209999904036522,3.646399974822998,0.027000000700354576,-0.05310000106692314,3.6496999263763428,0.02800000086426735,0.2583000063896179,3.661900043487549,0.028300000354647636,-0.05209999904036522,3.646399974822998,0.027000000700354576,0.2583000063896179,3.661900043487549,0.028300000354647636,0.258899986743927,3.6584999561309814,0.0272000003606081,1.3422000408172607,3.6693999767303467,0.037300001829862595,1.3421000242233276,3.668100118637085,0.031300000846385956,0.974399983882904,3.668100118637085,0.031300000846385956,1.3422000408172607,3.6693999767303467,0.037300001829862595,0.974399983882904,3.668100118637085,0.031300000846385956,0.974399983882904,3.6693999767303467,0.037300001829862595,1.6913000345230103,3.665299892425537,0.03720000013709068,1.691100001335144,3.6640000343322754,0.031300000846385956,1.3421000242233276,3.668100118637085,0.031300000846385956,1.6913000345230103,3.665299892425537,0.03720000013709068,1.3421000242233276,3.668100118637085,0.031300000846385956,1.3422000408172607,3.6693999767303467,0.037300001829862595,1.3421000242233276,3.668100118637085,0.031300000846385956,1.3417999744415283,3.6658999919891357,0.028300000354647636,0.974399983882904,3.6658999919891357,0.028300000354647636,1.3421000242233276,3.668100118637085,0.031300000846385956,0.974399983882904,3.6658999919891357,0.028300000354647636,0.974399983882904,3.668100118637085,0.031300000846385956,1.691100001335144,3.6640000343322754,0.031300000846385956,1.690600037574768,3.661900043487549,0.028300000354647636,1.3417999744415283,3.6658999919891357,0.028300000354647636,1.691100001335144,3.6640000343322754,0.031300000846385956,1.3417999744415283,3.6658999919891357,0.028300000354647636,1.3421000242233276,3.668100118637085,0.031300000846385956,2.2588000297546387,3.6284000873565674,0.0364999994635582,2.25819993019104,3.62719988822937,0.030500000342726707,2.0025999546051025,3.6517999172210693,0.03099999949336052,2.2588000297546387,3.6284000873565674,0.0364999994635582,2.0025999546051025,3.6517999172210693,0.03099999949336052,2.003000020980835,3.6530001163482666,0.03700000047683716,2.25819993019104,3.62719988822937,0.030500000342726707,2.2574000358581543,3.625200033187866,0.027499999850988388,2.002000093460083,3.6496999263763428,0.02800000086426735,2.25819993019104,3.62719988822937,0.030500000342726707,2.002000093460083,3.6496999263763428,0.02800000086426735,2.0025999546051025,3.6517999172210693,0.03099999949336052,2.003000020980835,3.6530001163482666,0.03700000047683716,2.0025999546051025,3.6517999172210693,0.03099999949336052,1.691100001335144,3.6640000343322754,0.031300000846385956,2.003000020980835,3.6530001163482666,0.03700000047683716,1.691100001335144,3.6640000343322754,0.031300000846385956,1.6913000345230103,3.665299892425537,0.03720000013709068,2.0025999546051025,3.6517999172210693,0.03099999949336052,2.002000093460083,3.6496999263763428,0.02800000086426735,1.690600037574768,3.661900043487549,0.028300000354647636,2.0025999546051025,3.6517999172210693,0.03099999949336052,1.690600037574768,3.661900043487549,0.028300000354647636,1.691100001335144,3.6640000343322754,0.031300000846385956,2.2541000843048096,3.6175999641418457,0.02630000002682209,1.9996000528335571,3.641700029373169,0.026900000870227814,2.000999927520752,3.646399974822998,0.027000000700354576,2.2541000843048096,3.6175999641418457,0.02630000002682209,2.000999927520752,3.646399974822998,0.027000000700354576,2.25600004196167,3.6221001148223877,0.026499999687075615,1.9996000528335571,3.641700029373169,0.026900000870227814,1.6890000104904175,3.6538000106811523,0.02710000053048134,1.6899000406265259,3.6584999561309814,0.0272000003606081,1.9996000528335571,3.641700029373169,0.026900000870227814,1.6899000406265259,3.6584999561309814,0.0272000003606081,2.000999927520752,3.646399974822998,0.027000000700354576,2.25600004196167,3.6221001148223877,0.026499999687075615,2.000999927520752,3.646399974822998,0.027000000700354576,2.002000093460083,3.6496999263763428,0.02800000086426735,2.25600004196167,3.6221001148223877,0.026499999687075615,2.002000093460083,3.6496999263763428,0.02800000086426735,2.2574000358581543,3.625200033187866,0.027499999850988388,1.6899000406265259,3.6584999561309814,0.0272000003606081,1.690600037574768,3.661900043487549,0.028300000354647636,2.002000093460083,3.6496999263763428,0.02800000086426735,1.6899000406265259,3.6584999561309814,0.0272000003606081,2.002000093460083,3.6496999263763428,0.02800000086426735,2.000999927520752,3.646399974822998,0.027000000700354576,0.974399983882904,3.6577999591827393,0.0272000003606081,0.974399983882904,3.662600040435791,0.027300000190734863,1.3415000438690186,3.662600040435791,0.027300000190734863,0.974399983882904,3.6577999591827393,0.0272000003606081,1.3415000438690186,3.662600040435791,0.027300000190734863,1.340999960899353,3.6577999591827393,0.0272000003606081,0.974399983882904,3.662600040435791,0.027300000190734863,0.974399983882904,3.6658999919891357,0.028300000354647636,1.3417999744415283,3.6658999919891357,0.028300000354647636,0.974399983882904,3.662600040435791,0.027300000190734863,1.3417999744415283,3.6658999919891357,0.028300000354647636,1.3415000438690186,3.662600040435791,0.027300000190734863,1.340999960899353,3.6577999591827393,0.0272000003606081,1.3415000438690186,3.662600040435791,0.027300000190734863,1.6899000406265259,3.6584999561309814,0.0272000003606081,1.340999960899353,3.6577999591827393,0.0272000003606081,1.6899000406265259,3.6584999561309814,0.0272000003606081,1.6890000104904175,3.6538000106811523,0.02710000053048134,1.3415000438690186,3.662600040435791,0.027300000190734863,1.3417999744415283,3.6658999919891357,0.028300000354647636,1.690600037574768,3.661900043487549,0.028300000354647636,1.3415000438690186,3.662600040435791,0.027300000190734863,1.690600037574768,3.661900043487549,0.028300000354647636,1.6899000406265259,3.6584999561309814,0.0272000003606081,2.4398000240325928,3.5875000953674316,0.035599999129772186,2.439199924468994,3.5862998962402344,0.02969999983906746,2.25819993019104,3.62719988822937,0.030500000342726707,2.4398000240325928,3.5875000953674316,0.035599999129772186,2.25819993019104,3.62719988822937,0.030500000342726707,2.2588000297546387,3.6284000873565674,0.0364999994635582,2.5618999004364014,3.5348000526428223,0.03460000082850456,2.5611000061035156,3.5336999893188477,0.028599999845027924,2.439199924468994,3.5862998962402344,0.02969999983906746,2.5618999004364014,3.5348000526428223,0.03460000082850456,2.439199924468994,3.5862998962402344,0.02969999983906746,2.4398000240325928,3.5875000953674316,0.035599999129772186,2.25819993019104,3.62719988822937,0.030500000342726707,2.439199924468994,3.5862998962402344,0.02969999983906746,2.437999963760376,3.584399938583374,0.02669999934732914,2.25819993019104,3.62719988822937,0.030500000342726707,2.437999963760376,3.584399938583374,0.02669999934732914,2.2574000358581543,3.625200033187866,0.027499999850988388,2.439199924468994,3.5862998962402344,0.02969999983906746,2.5611000061035156,3.5336999893188477,0.028599999845027924,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.439199924468994,3.5862998962402344,0.02969999983906746,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.437999963760376,3.584399938583374,0.02669999934732914,2.691499948501587,3.413100004196167,0.03220000118017197,2.6903998851776123,3.412400007247925,0.02630000002682209,2.6396000385284424,3.4742000102996826,0.027400000020861626,2.691499948501587,3.413100004196167,0.03220000118017197,2.6396000385284424,3.4742000102996826,0.027400000020861626,2.640500068664551,3.475100040435791,0.033399999141693115,2.6903998851776123,3.412400007247925,0.02630000002682209,2.688699960708618,3.411099910736084,0.02329999953508377,2.638000011444092,3.4727001190185547,0.024399999529123306,2.6903998851776123,3.412400007247925,0.02630000002682209,2.638000011444092,3.4727001190185547,0.024399999529123306,2.6396000385284424,3.4742000102996826,0.027400000020861626,2.640500068664551,3.475100040435791,0.033399999141693115,2.6396000385284424,3.4742000102996826,0.027400000020861626,2.5611000061035156,3.5336999893188477,0.028599999845027924,2.640500068664551,3.475100040435791,0.033399999141693115,2.5611000061035156,3.5336999893188477,0.028599999845027924,2.5618999004364014,3.5348000526428223,0.03460000082850456,2.6396000385284424,3.4742000102996826,0.027400000020861626,2.638000011444092,3.4727001190185547,0.024399999529123306,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.6396000385284424,3.4742000102996826,0.027400000020861626,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.5611000061035156,3.5336999893188477,0.028599999845027924,2.6321001052856445,3.4672000408172607,0.02329999953508377,2.6356000900268555,3.4704999923706055,0.023399999365210533,2.686000108718872,3.4091999530792236,0.022199999541044235,2.6321001052856445,3.4672000408172607,0.02329999953508377,2.686000108718872,3.4091999530792236,0.022199999541044235,2.6821000576019287,3.406399965286255,0.022199999541044235,2.6321001052856445,3.4672000408172607,0.02329999953508377,2.5546000003814697,3.525700092315674,0.02449999935925007,2.5576000213623047,3.529400110244751,0.02459999918937683,2.6321001052856445,3.4672000408172607,0.02329999953508377,2.5576000213623047,3.529400110244751,0.02459999918937683,2.6356000900268555,3.4704999923706055,0.023399999365210533,2.6356000900268555,3.4704999923706055,0.023399999365210533,2.638000011444092,3.4727001190185547,0.024399999529123306,2.688699960708618,3.411099910736084,0.02329999953508377,2.6356000900268555,3.4704999923706055,0.023399999365210533,2.688699960708618,3.411099910736084,0.02329999953508377,2.686000108718872,3.4091999530792236,0.022199999541044235,2.6356000900268555,3.4704999923706055,0.023399999365210533,2.5576000213623047,3.529400110244751,0.02459999918937683,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.6356000900268555,3.4704999923706055,0.023399999365210533,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.638000011444092,3.4727001190185547,0.024399999529123306,2.433799982070923,3.577399969100952,0.025499999523162842,2.2541000843048096,3.6175999641418457,0.02630000002682209,2.25600004196167,3.6221001148223877,0.026499999687075615,2.433799982070923,3.577399969100952,0.025499999523162842,2.25600004196167,3.6221001148223877,0.026499999687075615,2.436300039291382,3.5815000534057617,0.025599999353289604,2.436300039291382,3.5815000534057617,0.025599999353289604,2.25600004196167,3.6221001148223877,0.026499999687075615,2.2574000358581543,3.625200033187866,0.027499999850988388,2.436300039291382,3.5815000534057617,0.025599999353289604,2.2574000358581543,3.625200033187866,0.027499999850988388,2.437999963760376,3.584399938583374,0.02669999934732914,2.5546000003814697,3.525700092315674,0.02449999935925007,2.433799982070923,3.577399969100952,0.025499999523162842,2.436300039291382,3.5815000534057617,0.025599999353289604,2.5546000003814697,3.525700092315674,0.02449999935925007,2.436300039291382,3.5815000534057617,0.025599999353289604,2.5576000213623047,3.529400110244751,0.02459999918937683,2.5576000213623047,3.529400110244751,0.02459999918937683,2.436300039291382,3.5815000534057617,0.025599999353289604,2.437999963760376,3.584399938583374,0.02669999934732914,2.5576000213623047,3.529400110244751,0.02459999918937683,2.437999963760376,3.584399938583374,0.02669999934732914,2.5597000122070312,3.5320000648498535,0.025599999353289604,2.730299949645996,3.3536999225616455,0.031099999323487282,2.7291998863220215,3.3529999256134033,0.025200000032782555,2.6903998851776123,3.412400007247925,0.02630000002682209,2.730299949645996,3.3536999225616455,0.031099999323487282,2.6903998851776123,3.412400007247925,0.02630000002682209,2.691499948501587,3.413100004196167,0.03220000118017197,2.759200096130371,3.2967000007629395,0.03009999915957451,2.757999897003174,3.296099901199341,0.02419999986886978,2.7291998863220215,3.3529999256134033,0.025200000032782555,2.759200096130371,3.2967000007629395,0.03009999915957451,2.7291998863220215,3.3529999256134033,0.025200000032782555,2.730299949645996,3.3536999225616455,0.031099999323487282,2.7291998863220215,3.3529999256134033,0.025200000032782555,2.727299928665161,3.3519999980926514,0.022199999541044235,2.688699960708618,3.411099910736084,0.02329999953508377,2.7291998863220215,3.3529999256134033,0.025200000032782555,2.688699960708618,3.411099910736084,0.02329999953508377,2.6903998851776123,3.412400007247925,0.02630000002682209,2.757999897003174,3.296099901199341,0.02419999986886978,2.75600004196167,3.295300006866455,0.021199999377131462,2.727299928665161,3.3519999980926514,0.022199999541044235,2.757999897003174,3.296099901199341,0.02419999986886978,2.727299928665161,3.3519999980926514,0.022199999541044235,2.7291998863220215,3.3529999256134033,0.025200000032782555,2.7945001125335693,3.190500020980835,0.0284000001847744,2.7932000160217285,3.190200090408325,0.02239999920129776,2.778599977493286,3.2418999671936035,0.02329999953508377,2.7945001125335693,3.190500020980835,0.0284000001847744,2.778599977493286,3.2418999671936035,0.02329999953508377,2.779900074005127,3.242300033569336,0.029200000688433647,2.7932000160217285,3.190200090408325,0.02239999920129776,2.791100025177002,3.18969988822937,0.01940000057220459,2.776599884033203,3.2411999702453613,0.0203000009059906,2.7932000160217285,3.190200090408325,0.02239999920129776,2.776599884033203,3.2411999702453613,0.0203000009059906,2.778599977493286,3.2418999671936035,0.02329999953508377,2.779900074005127,3.242300033569336,0.029200000688433647,2.778599977493286,3.2418999671936035,0.02329999953508377,2.757999897003174,3.296099901199341,0.02419999986886978,2.779900074005127,3.242300033569336,0.029200000688433647,2.757999897003174,3.296099901199341,0.02419999986886978,2.759200096130371,3.2967000007629395,0.03009999915957451,2.778599977493286,3.2418999671936035,0.02329999953508377,2.776599884033203,3.2411999702453613,0.0203000009059906,2.75600004196167,3.295300006866455,0.021199999377131462,2.778599977493286,3.2418999671936035,0.02329999953508377,2.75600004196167,3.295300006866455,0.021199999377131462,2.757999897003174,3.296099901199341,0.02419999986886978,2.768899917602539,3.238600015640259,0.019200000911951065,2.773400068283081,3.2400999069213867,0.019300000742077827,2.787899971008301,3.1888999938964844,0.018400000408291817,2.768899917602539,3.238600015640259,0.019200000911951065,2.787899971008301,3.1888999938964844,0.018400000408291817,2.7832000255584717,3.187700033187866,0.018400000408291817,2.748500108718872,3.2920000553131104,0.020099999383091927,2.7528998851776123,3.2939000129699707,0.02019999921321869,2.773400068283081,3.2400999069213867,0.019300000742077827,2.748500108718872,3.2920000553131104,0.020099999383091927,2.773400068283081,3.2400999069213867,0.019300000742077827,2.768899917602539,3.238600015640259,0.019200000911951065,2.773400068283081,3.2400999069213867,0.019300000742077827,2.776599884033203,3.2411999702453613,0.0203000009059906,2.791100025177002,3.18969988822937,0.01940000057220459,2.773400068283081,3.2400999069213867,0.019300000742077827,2.791100025177002,3.18969988822937,0.01940000057220459,2.787899971008301,3.1888999938964844,0.018400000408291817,2.7528998851776123,3.2939000129699707,0.02019999921321869,2.75600004196167,3.295300006866455,0.021199999377131462,2.776599884033203,3.2411999702453613,0.0203000009059906,2.7528998851776123,3.2939000129699707,0.02019999921321869,2.776599884033203,3.2411999702453613,0.0203000009059906,2.773400068283081,3.2400999069213867,0.019300000742077827,2.6821000576019287,3.406399965286255,0.022199999541044235,2.686000108718872,3.4091999530792236,0.022199999541044235,2.724400043487549,3.3503000736236572,0.021199999377131462,2.6821000576019287,3.406399965286255,0.022199999541044235,2.724400043487549,3.3503000736236572,0.021199999377131462,2.7202000617980957,3.3480000495910645,0.0210999995470047,2.686000108718872,3.4091999530792236,0.022199999541044235,2.688699960708618,3.411099910736084,0.02329999953508377,2.727299928665161,3.3519999980926514,0.022199999541044235,2.686000108718872,3.4091999530792236,0.022199999541044235,2.727299928665161,3.3519999980926514,0.022199999541044235,2.724400043487549,3.3503000736236572,0.021199999377131462,2.7202000617980957,3.3480000495910645,0.0210999995470047,2.724400043487549,3.3503000736236572,0.021199999377131462,2.7528998851776123,3.2939000129699707,0.02019999921321869,2.7202000617980957,3.3480000495910645,0.0210999995470047,2.7528998851776123,3.2939000129699707,0.02019999921321869,2.748500108718872,3.2920000553131104,0.020099999383091927,2.724400043487549,3.3503000736236572,0.021199999377131462,2.727299928665161,3.3519999980926514,0.022199999541044235,2.75600004196167,3.295300006866455,0.021199999377131462,2.724400043487549,3.3503000736236572,0.021199999377131462,2.75600004196167,3.295300006866455,0.021199999377131462,2.7528998851776123,3.2939000129699707,0.02019999921321869,2.8048999309539795,3.1414999961853027,0.02759999968111515,2.8036000728607178,3.1412999629974365,0.02160000056028366,2.7932000160217285,3.190200090408325,0.02239999920129776,2.8048999309539795,3.1414999961853027,0.02759999968111515,2.7932000160217285,3.190200090408325,0.02239999920129776,2.7945001125335693,3.190500020980835,0.0284000001847744,2.8117001056671143,3.0945000648498535,0.026900000870227814,2.8104000091552734,3.094399929046631,0.020899999886751175,2.8036000728607178,3.1412999629974365,0.02160000056028366,2.8117001056671143,3.0945000648498535,0.026900000870227814,2.8036000728607178,3.1412999629974365,0.02160000056028366,2.8048999309539795,3.1414999961853027,0.02759999968111515,2.8036000728607178,3.1412999629974365,0.02160000056028366,2.801500082015991,3.140899896621704,0.01860000006854534,2.791100025177002,3.18969988822937,0.01940000057220459,2.8036000728607178,3.1412999629974365,0.02160000056028366,2.791100025177002,3.18969988822937,0.01940000057220459,2.7932000160217285,3.190200090408325,0.02239999920129776,2.8104000091552734,3.094399929046631,0.020899999886751175,2.808300018310547,3.094099998474121,0.017899999395012856,2.801500082015991,3.140899896621704,0.01860000006854534,2.8104000091552734,3.094399929046631,0.020899999886751175,2.801500082015991,3.140899896621704,0.01860000006854534,2.8036000728607178,3.1412999629974365,0.02160000056028366,2.816499948501587,3.003999948501587,0.026200000196695328,2.815200090408325,3.003999948501587,0.0203000009059906,2.8141000270843506,3.048799991607666,0.020500000566244125,2.816499948501587,3.003999948501587,0.026200000196695328,2.8141000270843506,3.048799991607666,0.020500000566244125,2.8153998851776123,3.0488998889923096,0.026399999856948853,2.815200090408325,3.003999948501587,0.0203000009059906,2.812999963760376,3.003999948501587,0.01730000041425228,2.8118999004364014,3.0487000942230225,0.017500000074505806,2.815200090408325,3.003999948501587,0.0203000009059906,2.8118999004364014,3.0487000942230225,0.017500000074505806,2.8141000270843506,3.048799991607666,0.020500000566244125,2.8153998851776123,3.0488998889923096,0.026399999856948853,2.8141000270843506,3.048799991607666,0.020500000566244125,2.8104000091552734,3.094399929046631,0.020899999886751175,2.8153998851776123,3.0488998889923096,0.026399999856948853,2.8104000091552734,3.094399929046631,0.020899999886751175,2.8117001056671143,3.0945000648498535,0.026900000870227814,2.8141000270843506,3.048799991607666,0.020500000566244125,2.8118999004364014,3.0487000942230225,0.017500000074505806,2.808300018310547,3.094099998474121,0.017899999395012856,2.8141000270843506,3.048799991607666,0.020500000566244125,2.808300018310547,3.094099998474121,0.017899999395012856,2.8104000091552734,3.094399929046631,0.020899999886751175,2.8039000034332275,3.0481998920440674,0.016499999910593033,2.8087000846862793,3.0485000610351562,0.016499999910593033,2.8097000122070312,3.003999948501587,0.016300000250339508,2.8039000034332275,3.0481998920440674,0.016499999910593033,2.8097000122070312,3.003999948501587,0.016300000250339508,2.8048999309539795,3.003999948501587,0.016300000250339508,2.8001999855041504,3.0931999683380127,0.016899999231100082,2.805000066757202,3.0936999320983887,0.017000000923871994,2.8087000846862793,3.0485000610351562,0.016499999910593033,2.8001999855041504,3.0931999683380127,0.016899999231100082,2.8087000846862793,3.0485000610351562,0.016499999910593033,2.8039000034332275,3.0481998920440674,0.016499999910593033,2.8087000846862793,3.0485000610351562,0.016499999910593033,2.8118999004364014,3.0487000942230225,0.017500000074505806,2.812999963760376,3.003999948501587,0.01730000041425228,2.8087000846862793,3.0485000610351562,0.016499999910593033,2.812999963760376,3.003999948501587,0.01730000041425228,2.8097000122070312,3.003999948501587,0.016300000250339508,2.805000066757202,3.0936999320983887,0.017000000923871994,2.808300018310547,3.094099998474121,0.017899999395012856,2.8118999004364014,3.0487000942230225,0.017500000074505806,2.805000066757202,3.0936999320983887,0.017000000923871994,2.8118999004364014,3.0487000942230225,0.017500000074505806,2.8087000846862793,3.0485000610351562,0.016499999910593033,2.7832000255584717,3.187700033187866,0.018400000408291817,2.787899971008301,3.1888999938964844,0.018400000408291817,2.7981998920440674,3.1403000354766846,0.01759999990463257,2.7832000255584717,3.187700033187866,0.018400000408291817,2.7981998920440674,3.1403000354766846,0.01759999990463257,2.7934999465942383,3.1394999027252197,0.01759999990463257,2.787899971008301,3.1888999938964844,0.018400000408291817,2.791100025177002,3.18969988822937,0.01940000057220459,2.801500082015991,3.140899896621704,0.01860000006854534,2.787899971008301,3.1888999938964844,0.018400000408291817,2.801500082015991,3.140899896621704,0.01860000006854534,2.7981998920440674,3.1403000354766846,0.01759999990463257,2.7934999465942383,3.1394999027252197,0.01759999990463257,2.7981998920440674,3.1403000354766846,0.01759999990463257,2.805000066757202,3.0936999320983887,0.017000000923871994,2.7934999465942383,3.1394999027252197,0.01759999990463257,2.805000066757202,3.0936999320983887,0.017000000923871994,2.8001999855041504,3.0931999683380127,0.016899999231100082,2.7981998920440674,3.1403000354766846,0.01759999990463257,2.801500082015991,3.140899896621704,0.01860000006854534,2.808300018310547,3.094099998474121,0.017899999395012856,2.7981998920440674,3.1403000354766846,0.01759999990463257,2.808300018310547,3.094099998474121,0.017899999395012856,2.805000066757202,3.0936999320983887,0.017000000923871994,2.8153998851776123,2.9590001106262207,0.026399999856948853,2.8141000270843506,2.9591000080108643,0.020500000566244125,2.815200090408325,3.003999948501587,0.0203000009059906,2.8153998851776123,2.9590001106262207,0.026399999856948853,2.815200090408325,3.003999948501587,0.0203000009059906,2.816499948501587,3.003999948501587,0.026200000196695328,2.8117001056671143,2.9133999347686768,0.026900000870227814,2.8104000091552734,2.9135000705718994,0.020899999886751175,2.8141000270843506,2.9591000080108643,0.020500000566244125,2.8117001056671143,2.9133999347686768,0.026900000870227814,2.8141000270843506,2.9591000080108643,0.020500000566244125,2.8153998851776123,2.9590001106262207,0.026399999856948853,2.8141000270843506,2.9591000080108643,0.020500000566244125,2.8118999004364014,2.959199905395508,0.017500000074505806,2.812999963760376,3.003999948501587,0.01730000041425228,2.8141000270843506,2.9591000080108643,0.020500000566244125,2.812999963760376,3.003999948501587,0.01730000041425228,2.815200090408325,3.003999948501587,0.0203000009059906,2.8104000091552734,2.9135000705718994,0.020899999886751175,2.808300018310547,2.913800001144409,0.017899999395012856,2.8118999004364014,2.959199905395508,0.017500000074505806,2.8104000091552734,2.9135000705718994,0.020899999886751175,2.8118999004364014,2.959199905395508,0.017500000074505806,2.8141000270843506,2.9591000080108643,0.020500000566244125,2.7945001125335693,2.8173999786376953,0.0284000001847744,2.7932000160217285,2.817699909210205,0.02239999920129776,2.8036000728607178,2.8666999340057373,0.02160000056028366,2.7945001125335693,2.8173999786376953,0.0284000001847744,2.8036000728607178,2.8666999340057373,0.02160000056028366,2.8048999309539795,2.8664000034332275,0.02759999968111515,2.7932000160217285,2.817699909210205,0.02239999920129776,2.791100025177002,2.81820011138916,0.01940000057220459,2.801500082015991,2.867000102996826,0.01860000006854534,2.7932000160217285,2.817699909210205,0.02239999920129776,2.801500082015991,2.867000102996826,0.01860000006854534,2.8036000728607178,2.8666999340057373,0.02160000056028366,2.8048999309539795,2.8664000034332275,0.02759999968111515,2.8036000728607178,2.8666999340057373,0.02160000056028366,2.8104000091552734,2.9135000705718994,0.020899999886751175,2.8048999309539795,2.8664000034332275,0.02759999968111515,2.8104000091552734,2.9135000705718994,0.020899999886751175,2.8117001056671143,2.9133999347686768,0.026900000870227814,2.8036000728607178,2.8666999340057373,0.02160000056028366,2.801500082015991,2.867000102996826,0.01860000006854534,2.808300018310547,2.913800001144409,0.017899999395012856,2.8036000728607178,2.8666999340057373,0.02160000056028366,2.808300018310547,2.913800001144409,0.017899999395012856,2.8104000091552734,2.9135000705718994,0.020899999886751175,2.7934999465942383,2.8684000968933105,0.01759999990463257,2.7981998920440674,2.8675999641418457,0.01759999990463257,2.787899971008301,2.819000005722046,0.018400000408291817,2.7934999465942383,2.8684000968933105,0.01759999990463257,2.787899971008301,2.819000005722046,0.018400000408291817,2.7832000255584717,2.820199966430664,0.018400000408291817,2.8001999855041504,2.9147000312805176,0.016899999231100082,2.805000066757202,2.9142000675201416,0.017000000923871994,2.7981998920440674,2.8675999641418457,0.01759999990463257,2.8001999855041504,2.9147000312805176,0.016899999231100082,2.7981998920440674,2.8675999641418457,0.01759999990463257,2.7934999465942383,2.8684000968933105,0.01759999990463257,2.7981998920440674,2.8675999641418457,0.01759999990463257,2.801500082015991,2.867000102996826,0.01860000006854534,2.791100025177002,2.81820011138916,0.01940000057220459,2.7981998920440674,2.8675999641418457,0.01759999990463257,2.791100025177002,2.81820011138916,0.01940000057220459,2.787899971008301,2.819000005722046,0.018400000408291817,2.805000066757202,2.9142000675201416,0.017000000923871994,2.808300018310547,2.913800001144409,0.017899999395012856,2.801500082015991,2.867000102996826,0.01860000006854534,2.805000066757202,2.9142000675201416,0.017000000923871994,2.801500082015991,2.867000102996826,0.01860000006854534,2.7981998920440674,2.8675999641418457,0.01759999990463257,2.8048999309539795,3.003999948501587,0.016300000250339508,2.8097000122070312,3.003999948501587,0.016300000250339508,2.8087000846862793,2.959399938583374,0.016499999910593033,2.8048999309539795,3.003999948501587,0.016300000250339508,2.8087000846862793,2.959399938583374,0.016499999910593033,2.8039000034332275,2.959700107574463,0.016499999910593033,2.8097000122070312,3.003999948501587,0.016300000250339508,2.812999963760376,3.003999948501587,0.01730000041425228,2.8118999004364014,2.959199905395508,0.017500000074505806,2.8097000122070312,3.003999948501587,0.016300000250339508,2.8118999004364014,2.959199905395508,0.017500000074505806,2.8087000846862793,2.959399938583374,0.016499999910593033,2.8039000034332275,2.959700107574463,0.016499999910593033,2.8087000846862793,2.959399938583374,0.016499999910593033,2.805000066757202,2.9142000675201416,0.017000000923871994,2.8039000034332275,2.959700107574463,0.016499999910593033,2.805000066757202,2.9142000675201416,0.017000000923871994,2.8001999855041504,2.9147000312805176,0.016899999231100082,2.8087000846862793,2.959399938583374,0.016499999910593033,2.8118999004364014,2.959199905395508,0.017500000074505806,2.808300018310547,2.913800001144409,0.017899999395012856,2.8087000846862793,2.959399938583374,0.016499999910593033,2.808300018310547,2.913800001144409,0.017899999395012856,2.805000066757202,2.9142000675201416,0.017000000923871994,2.779900074005127,2.7655999660491943,0.029200000688433647,2.778599977493286,2.7660999298095703,0.02329999953508377,2.7932000160217285,2.817699909210205,0.02239999920129776,2.779900074005127,2.7655999660491943,0.029200000688433647,2.7932000160217285,2.817699909210205,0.02239999920129776,2.7945001125335693,2.8173999786376953,0.0284000001847744,2.759200096130371,2.711199998855591,0.03009999915957451,2.757999897003174,2.7118000984191895,0.02419999986886978,2.778599977493286,2.7660999298095703,0.02329999953508377,2.759200096130371,2.711199998855591,0.03009999915957451,2.778599977493286,2.7660999298095703,0.02329999953508377,2.779900074005127,2.7655999660491943,0.029200000688433647,2.778599977493286,2.7660999298095703,0.02329999953508377,2.776599884033203,2.766700029373169,0.0203000009059906,2.791100025177002,2.81820011138916,0.01940000057220459,2.778599977493286,2.7660999298095703,0.02329999953508377,2.791100025177002,2.81820011138916,0.01940000057220459,2.7932000160217285,2.817699909210205,0.02239999920129776,2.757999897003174,2.7118000984191895,0.02419999986886978,2.75600004196167,2.712599992752075,0.021199999377131462,2.776599884033203,2.766700029373169,0.0203000009059906,2.757999897003174,2.7118000984191895,0.02419999986886978,2.776599884033203,2.766700029373169,0.0203000009059906,2.778599977493286,2.7660999298095703,0.02329999953508377,2.691499948501587,2.5947999954223633,0.03220000118017197,2.6903998851776123,2.5954999923706055,0.02630000002682209,2.7291998863220215,2.654900074005127,0.025200000032782555,2.691499948501587,2.5947999954223633,0.03220000118017197,2.7291998863220215,2.654900074005127,0.025200000032782555,2.730299949645996,2.6542000770568848,0.031099999323487282,2.6903998851776123,2.5954999923706055,0.02630000002682209,2.688699960708618,2.5968000888824463,0.02329999953508377,2.727299928665161,2.6559998989105225,0.022199999541044235,2.6903998851776123,2.5954999923706055,0.02630000002682209,2.727299928665161,2.6559998989105225,0.022199999541044235,2.7291998863220215,2.654900074005127,0.025200000032782555,2.730299949645996,2.6542000770568848,0.031099999323487282,2.7291998863220215,2.654900074005127,0.025200000032782555,2.757999897003174,2.7118000984191895,0.02419999986886978,2.730299949645996,2.6542000770568848,0.031099999323487282,2.757999897003174,2.7118000984191895,0.02419999986886978,2.759200096130371,2.711199998855591,0.03009999915957451,2.7291998863220215,2.654900074005127,0.025200000032782555,2.727299928665161,2.6559998989105225,0.022199999541044235,2.75600004196167,2.712599992752075,0.021199999377131462,2.7291998863220215,2.654900074005127,0.025200000032782555,2.75600004196167,2.712599992752075,0.021199999377131462,2.757999897003174,2.7118000984191895,0.02419999986886978,2.7202000617980957,2.659899950027466,0.0210999995470047,2.724400043487549,2.657599925994873,0.021199999377131462,2.686000108718872,2.5987000465393066,0.022199999541044235,2.7202000617980957,2.659899950027466,0.0210999995470047,2.686000108718872,2.5987000465393066,0.022199999541044235,2.6821000576019287,2.6015000343322754,0.022199999541044235,2.748500108718872,2.71589994430542,0.020099999383091927,2.7528998851776123,2.7139999866485596,0.02019999921321869,2.724400043487549,2.657599925994873,0.021199999377131462,2.748500108718872,2.71589994430542,0.020099999383091927,2.724400043487549,2.657599925994873,0.021199999377131462,2.7202000617980957,2.659899950027466,0.0210999995470047,2.724400043487549,2.657599925994873,0.021199999377131462,2.727299928665161,2.6559998989105225,0.022199999541044235,2.688699960708618,2.5968000888824463,0.02329999953508377,2.724400043487549,2.657599925994873,0.021199999377131462,2.688699960708618,2.5968000888824463,0.02329999953508377,2.686000108718872,2.5987000465393066,0.022199999541044235,2.7528998851776123,2.7139999866485596,0.02019999921321869,2.75600004196167,2.712599992752075,0.021199999377131462,2.727299928665161,2.6559998989105225,0.022199999541044235,2.7528998851776123,2.7139999866485596,0.02019999921321869,2.727299928665161,2.6559998989105225,0.022199999541044235,2.724400043487549,2.657599925994873,0.021199999377131462,2.7832000255584717,2.820199966430664,0.018400000408291817,2.787899971008301,2.819000005722046,0.018400000408291817,2.773400068283081,2.7678000926971436,0.019300000742077827,2.7832000255584717,2.820199966430664,0.018400000408291817,2.773400068283081,2.7678000926971436,0.019300000742077827,2.768899917602539,2.7692999839782715,0.019200000911951065,2.787899971008301,2.819000005722046,0.018400000408291817,2.791100025177002,2.81820011138916,0.01940000057220459,2.776599884033203,2.766700029373169,0.0203000009059906,2.787899971008301,2.819000005722046,0.018400000408291817,2.776599884033203,2.766700029373169,0.0203000009059906,2.773400068283081,2.7678000926971436,0.019300000742077827,2.768899917602539,2.7692999839782715,0.019200000911951065,2.773400068283081,2.7678000926971436,0.019300000742077827,2.7528998851776123,2.7139999866485596,0.02019999921321869,2.768899917602539,2.7692999839782715,0.019200000911951065,2.7528998851776123,2.7139999866485596,0.02019999921321869,2.748500108718872,2.71589994430542,0.020099999383091927,2.773400068283081,2.7678000926971436,0.019300000742077827,2.776599884033203,2.766700029373169,0.0203000009059906,2.75600004196167,2.712599992752075,0.021199999377131462,2.773400068283081,2.7678000926971436,0.019300000742077827,2.75600004196167,2.712599992752075,0.021199999377131462,2.7528998851776123,2.7139999866485596,0.02019999921321869,2.640500068664551,2.5327999591827393,0.033399999141693115,2.6396000385284424,2.5336999893188477,0.027400000020861626,2.6903998851776123,2.5954999923706055,0.02630000002682209,2.640500068664551,2.5327999591827393,0.033399999141693115,2.6903998851776123,2.5954999923706055,0.02630000002682209,2.691499948501587,2.5947999954223633,0.03220000118017197,2.5618999004364014,2.473099946975708,0.03460000082850456,2.5611000061035156,2.4742000102996826,0.028599999845027924,2.6396000385284424,2.5336999893188477,0.027400000020861626,2.5618999004364014,2.473099946975708,0.03460000082850456,2.6396000385284424,2.5336999893188477,0.027400000020861626,2.640500068664551,2.5327999591827393,0.033399999141693115,2.6396000385284424,2.5336999893188477,0.027400000020861626,2.638000011444092,2.5352001190185547,0.024399999529123306,2.688699960708618,2.5968000888824463,0.02329999953508377,2.6396000385284424,2.5336999893188477,0.027400000020861626,2.688699960708618,2.5968000888824463,0.02329999953508377,2.6903998851776123,2.5954999923706055,0.02630000002682209,2.5611000061035156,2.4742000102996826,0.028599999845027924,2.5597000122070312,2.4758999347686768,0.025599999353289604,2.638000011444092,2.5352001190185547,0.024399999529123306,2.5611000061035156,2.4742000102996826,0.028599999845027924,2.638000011444092,2.5352001190185547,0.024399999529123306,2.6396000385284424,2.5336999893188477,0.027400000020861626,2.2588000297546387,2.379499912261963,0.0364999994635582,2.25819993019104,2.38070011138916,0.030500000342726707,2.439199924468994,2.421600103378296,0.02969999983906746,2.2588000297546387,2.379499912261963,0.0364999994635582,2.439199924468994,2.421600103378296,0.02969999983906746,2.4398000240325928,2.4203999042510986,0.035599999129772186,2.25819993019104,2.38070011138916,0.030500000342726707,2.2574000358581543,2.382699966430664,0.027499999850988388,2.437999963760376,2.4235000610351562,0.02669999934732914,2.25819993019104,2.38070011138916,0.030500000342726707,2.437999963760376,2.4235000610351562,0.02669999934732914,2.439199924468994,2.421600103378296,0.02969999983906746,2.4398000240325928,2.4203999042510986,0.035599999129772186,2.439199924468994,2.421600103378296,0.02969999983906746,2.5611000061035156,2.4742000102996826,0.028599999845027924,2.4398000240325928,2.4203999042510986,0.035599999129772186,2.5611000061035156,2.4742000102996826,0.028599999845027924,2.5618999004364014,2.473099946975708,0.03460000082850456,2.439199924468994,2.421600103378296,0.02969999983906746,2.437999963760376,2.4235000610351562,0.02669999934732914,2.5597000122070312,2.4758999347686768,0.025599999353289604,2.439199924468994,2.421600103378296,0.02969999983906746,2.5597000122070312,2.4758999347686768,0.025599999353289604,2.5611000061035156,2.4742000102996826,0.028599999845027924,2.433799982070923,2.430500030517578,0.025499999523162842,2.436300039291382,2.4263999462127686,0.025599999353289604,2.25600004196167,2.3857998847961426,0.026499999687075615,2.433799982070923,2.430500030517578,0.025499999523162842,2.25600004196167,2.3857998847961426,0.026499999687075615,2.2541000843048096,2.3903000354766846,0.02630000002682209,2.5546000003814697,2.4821999073028564,0.02449999935925007,2.5576000213623047,2.4784998893737793,0.02459999918937683,2.436300039291382,2.4263999462127686,0.025599999353289604,2.5546000003814697,2.4821999073028564,0.02449999935925007,2.436300039291382,2.4263999462127686,0.025599999353289604,2.433799982070923,2.430500030517578,0.025499999523162842,2.436300039291382,2.4263999462127686,0.025599999353289604,2.437999963760376,2.4235000610351562,0.02669999934732914,2.2574000358581543,2.382699966430664,0.027499999850988388,2.436300039291382,2.4263999462127686,0.025599999353289604,2.2574000358581543,2.382699966430664,0.027499999850988388,2.25600004196167,2.3857998847961426,0.026499999687075615,2.5576000213623047,2.4784998893737793,0.02459999918937683,2.5597000122070312,2.4758999347686768,0.025599999353289604,2.437999963760376,2.4235000610351562,0.02669999934732914,2.5576000213623047,2.4784998893737793,0.02459999918937683,2.437999963760376,2.4235000610351562,0.02669999934732914,2.436300039291382,2.4263999462127686,0.025599999353289604,2.6821000576019287,2.6015000343322754,0.022199999541044235,2.686000108718872,2.5987000465393066,0.022199999541044235,2.6356000900268555,2.537400007247925,0.023399999365210533,2.6821000576019287,2.6015000343322754,0.022199999541044235,2.6356000900268555,2.537400007247925,0.023399999365210533,2.6321001052856445,2.5406999588012695,0.02329999953508377,2.686000108718872,2.5987000465393066,0.022199999541044235,2.688699960708618,2.5968000888824463,0.02329999953508377,2.638000011444092,2.5352001190185547,0.024399999529123306,2.686000108718872,2.5987000465393066,0.022199999541044235,2.638000011444092,2.5352001190185547,0.024399999529123306,2.6356000900268555,2.537400007247925,0.023399999365210533,2.6321001052856445,2.5406999588012695,0.02329999953508377,2.6356000900268555,2.537400007247925,0.023399999365210533,2.5576000213623047,2.4784998893737793,0.02459999918937683,2.6321001052856445,2.5406999588012695,0.02329999953508377,2.5576000213623047,2.4784998893737793,0.02459999918937683,2.5546000003814697,2.4821999073028564,0.02449999935925007,2.6356000900268555,2.537400007247925,0.023399999365210533,2.638000011444092,2.5352001190185547,0.024399999529123306,2.5597000122070312,2.4758999347686768,0.025599999353289604,2.6356000900268555,2.537400007247925,0.023399999365210533,2.5597000122070312,2.4758999347686768,0.025599999353289604,2.5576000213623047,2.4784998893737793,0.02459999918937683,2.003000020980835,2.3548998832702637,0.03700000047683716,2.0025999546051025,2.356100082397461,0.03099999949336052,2.25819993019104,2.38070011138916,0.030500000342726707,2.003000020980835,2.3548998832702637,0.03700000047683716,2.25819993019104,2.38070011138916,0.030500000342726707,2.2588000297546387,2.379499912261963,0.0364999994635582,1.6913000345230103,2.342600107192993,0.03720000013709068,1.691100001335144,2.343899965286255,0.031300000846385956,2.0025999546051025,2.356100082397461,0.03099999949336052,1.6913000345230103,2.342600107192993,0.03720000013709068,2.0025999546051025,2.356100082397461,0.03099999949336052,2.003000020980835,2.3548998832702637,0.03700000047683716,2.0025999546051025,2.356100082397461,0.03099999949336052,2.002000093460083,2.358299970626831,0.02800000086426735,2.2574000358581543,2.382699966430664,0.027499999850988388,2.0025999546051025,2.356100082397461,0.03099999949336052,2.2574000358581543,2.382699966430664,0.027499999850988388,2.25819993019104,2.38070011138916,0.030500000342726707,1.691100001335144,2.343899965286255,0.031300000846385956,1.690600037574768,2.3459999561309814,0.028300000354647636,2.002000093460083,2.358299970626831,0.02800000086426735,1.691100001335144,2.343899965286255,0.031300000846385956,2.002000093460083,2.358299970626831,0.02800000086426735,2.0025999546051025,2.356100082397461,0.03099999949336052,0.974399983882904,2.3385000228881836,0.037300001829862595,0.974399983882904,2.3397998809814453,0.031300000846385956,1.3421000242233276,2.3397998809814453,0.031300000846385956,0.974399983882904,2.3385000228881836,0.037300001829862595,1.3421000242233276,2.3397998809814453,0.031300000846385956,1.3422000408172607,2.3385000228881836,0.037300001829862595,0.974399983882904,2.3397998809814453,0.031300000846385956,0.974399983882904,2.3420000076293945,0.028300000354647636,1.3417999744415283,2.3420000076293945,0.028300000354647636,0.974399983882904,2.3397998809814453,0.031300000846385956,1.3417999744415283,2.3420000076293945,0.028300000354647636,1.3421000242233276,2.3397998809814453,0.031300000846385956,1.3422000408172607,2.3385000228881836,0.037300001829862595,1.3421000242233276,2.3397998809814453,0.031300000846385956,1.691100001335144,2.343899965286255,0.031300000846385956,1.3422000408172607,2.3385000228881836,0.037300001829862595,1.691100001335144,2.343899965286255,0.031300000846385956,1.6913000345230103,2.342600107192993,0.03720000013709068,1.3421000242233276,2.3397998809814453,0.031300000846385956,1.3417999744415283,2.3420000076293945,0.028300000354647636,1.690600037574768,2.3459999561309814,0.028300000354647636,1.3421000242233276,2.3397998809814453,0.031300000846385956,1.690600037574768,2.3459999561309814,0.028300000354647636,1.691100001335144,2.343899965286255,0.031300000846385956,1.340999960899353,2.350100040435791,0.0272000003606081,1.3415000438690186,2.3452999591827393,0.027300000190734863,0.974399983882904,2.3452999591827393,0.027300000190734863,1.340999960899353,2.350100040435791,0.0272000003606081,0.974399983882904,2.3452999591827393,0.027300000190734863,0.974399983882904,2.350100040435791,0.0272000003606081,1.6890000104904175,2.354099988937378,0.02710000053048134,1.6899000406265259,2.349400043487549,0.0272000003606081,1.3415000438690186,2.3452999591827393,0.027300000190734863,1.6890000104904175,2.354099988937378,0.02710000053048134,1.3415000438690186,2.3452999591827393,0.027300000190734863,1.340999960899353,2.350100040435791,0.0272000003606081,1.3415000438690186,2.3452999591827393,0.027300000190734863,1.3417999744415283,2.3420000076293945,0.028300000354647636,0.974399983882904,2.3420000076293945,0.028300000354647636,1.3415000438690186,2.3452999591827393,0.027300000190734863,0.974399983882904,2.3420000076293945,0.028300000354647636,0.974399983882904,2.3452999591827393,0.027300000190734863,1.6899000406265259,2.349400043487549,0.0272000003606081,1.690600037574768,2.3459999561309814,0.028300000354647636,1.3417999744415283,2.3420000076293945,0.028300000354647636,1.6899000406265259,2.349400043487549,0.0272000003606081,1.3417999744415283,2.3420000076293945,0.028300000354647636,1.3415000438690186,2.3452999591827393,0.027300000190734863,2.2541000843048096,2.3903000354766846,0.02630000002682209,2.25600004196167,2.3857998847961426,0.026499999687075615,2.000999927520752,2.3615000247955322,0.027000000700354576,2.2541000843048096,2.3903000354766846,0.02630000002682209,2.000999927520752,2.3615000247955322,0.027000000700354576,1.9996000528335571,2.3661999702453613,0.026900000870227814,2.25600004196167,2.3857998847961426,0.026499999687075615,2.2574000358581543,2.382699966430664,0.027499999850988388,2.002000093460083,2.358299970626831,0.02800000086426735,2.25600004196167,2.3857998847961426,0.026499999687075615,2.002000093460083,2.358299970626831,0.02800000086426735,2.000999927520752,2.3615000247955322,0.027000000700354576,1.9996000528335571,2.3661999702453613,0.026900000870227814,2.000999927520752,2.3615000247955322,0.027000000700354576,1.6899000406265259,2.349400043487549,0.0272000003606081,1.9996000528335571,2.3661999702453613,0.026900000870227814,1.6899000406265259,2.349400043487549,0.0272000003606081,1.6890000104904175,2.354099988937378,0.02710000053048134,2.000999927520752,2.3615000247955322,0.027000000700354576,2.002000093460083,2.358299970626831,0.02800000086426735,1.690600037574768,2.3459999561309814,0.028300000354647636,2.000999927520752,2.3615000247955322,0.027000000700354576,1.690600037574768,2.3459999561309814,0.028300000354647636,1.6899000406265259,2.349400043487549,0.0272000003606081,0.6067000031471252,2.3385000228881836,0.037300001829862595,0.6068000197410583,2.3397998809814453,0.031300000846385956,0.974399983882904,2.3397998809814453,0.031300000846385956,0.6067000031471252,2.3385000228881836,0.037300001829862595,0.974399983882904,2.3397998809814453,0.031300000846385956,0.974399983882904,2.3385000228881836,0.037300001829862595,0.25760000944137573,2.342600107192993,0.03720000013709068,0.25780001282691956,2.343899965286255,0.031300000846385956,0.6068000197410583,2.3397998809814453,0.031300000846385956,0.25760000944137573,2.342600107192993,0.03720000013709068,0.6068000197410583,2.3397998809814453,0.031300000846385956,0.6067000031471252,2.3385000228881836,0.037300001829862595,0.6068000197410583,2.3397998809814453,0.031300000846385956,0.6069999933242798,2.3420000076293945,0.028300000354647636,0.974399983882904,2.3420000076293945,0.028300000354647636,0.6068000197410583,2.3397998809814453,0.031300000846385956,0.974399983882904,2.3420000076293945,0.028300000354647636,0.974399983882904,2.3397998809814453,0.031300000846385956,0.25780001282691956,2.343899965286255,0.031300000846385956,0.2583000063896179,2.3459999561309814,0.028300000354647636,0.6069999933242798,2.3420000076293945,0.028300000354647636,0.25780001282691956,2.343899965286255,0.031300000846385956,0.6069999933242798,2.3420000076293945,0.028300000354647636,0.6068000197410583,2.3397998809814453,0.031300000846385956,-0.3098999857902527,2.379499912261963,0.0364999994635582,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.05380000174045563,2.356100082397461,0.03099999949336052,-0.3098999857902527,2.379499912261963,0.0364999994635582,-0.05380000174045563,2.356100082397461,0.03099999949336052,-0.05420000106096268,2.3548998832702637,0.03700000047683716,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.3084999918937683,2.382699966430664,0.027499999850988388,-0.05310000106692314,2.358299970626831,0.02800000086426735,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.05310000106692314,2.358299970626831,0.02800000086426735,-0.05380000174045563,2.356100082397461,0.03099999949336052,-0.05420000106096268,2.3548998832702637,0.03700000047683716,-0.05380000174045563,2.356100082397461,0.03099999949336052,0.25780001282691956,2.343899965286255,0.031300000846385956,-0.05420000106096268,2.3548998832702637,0.03700000047683716,0.25780001282691956,2.343899965286255,0.031300000846385956,0.25760000944137573,2.342600107192993,0.03720000013709068,-0.05380000174045563,2.356100082397461,0.03099999949336052,-0.05310000106692314,2.358299970626831,0.02800000086426735,0.2583000063896179,2.3459999561309814,0.028300000354647636,-0.05380000174045563,2.356100082397461,0.03099999949336052,0.2583000063896179,2.3459999561309814,0.028300000354647636,0.25780001282691956,2.343899965286255,0.031300000846385956,-0.3052000105381012,2.3903000354766846,0.02630000002682209,-0.050700001418590546,2.3661999702453613,0.026900000870227814,-0.05209999904036522,2.3615000247955322,0.027000000700354576,-0.3052000105381012,2.3903000354766846,0.02630000002682209,-0.05209999904036522,2.3615000247955322,0.027000000700354576,-0.30709999799728394,2.3857998847961426,0.026499999687075615,-0.050700001418590546,2.3661999702453613,0.026900000870227814,0.2599000036716461,2.354099988937378,0.02710000053048134,0.258899986743927,2.349400043487549,0.0272000003606081,-0.050700001418590546,2.3661999702453613,0.026900000870227814,0.258899986743927,2.349400043487549,0.0272000003606081,-0.05209999904036522,2.3615000247955322,0.027000000700354576,-0.30709999799728394,2.3857998847961426,0.026499999687075615,-0.05209999904036522,2.3615000247955322,0.027000000700354576,-0.05310000106692314,2.358299970626831,0.02800000086426735,-0.30709999799728394,2.3857998847961426,0.026499999687075615,-0.05310000106692314,2.358299970626831,0.02800000086426735,-0.3084999918937683,2.382699966430664,0.027499999850988388,0.258899986743927,2.349400043487549,0.0272000003606081,0.2583000063896179,2.3459999561309814,0.028300000354647636,-0.05310000106692314,2.358299970626831,0.02800000086426735,0.258899986743927,2.349400043487549,0.0272000003606081,-0.05310000106692314,2.358299970626831,0.02800000086426735,-0.05209999904036522,2.3615000247955322,0.027000000700354576,0.974399983882904,2.350100040435791,0.0272000003606081,0.974399983882904,2.3452999591827393,0.027300000190734863,0.6072999835014343,2.3452999591827393,0.027300000190734863,0.974399983882904,2.350100040435791,0.0272000003606081,0.6072999835014343,2.3452999591827393,0.027300000190734863,0.6078000068664551,2.350100040435791,0.0272000003606081,0.974399983882904,2.3452999591827393,0.027300000190734863,0.974399983882904,2.3420000076293945,0.028300000354647636,0.6069999933242798,2.3420000076293945,0.028300000354647636,0.974399983882904,2.3452999591827393,0.027300000190734863,0.6069999933242798,2.3420000076293945,0.028300000354647636,0.6072999835014343,2.3452999591827393,0.027300000190734863,0.6078000068664551,2.350100040435791,0.0272000003606081,0.6072999835014343,2.3452999591827393,0.027300000190734863,0.258899986743927,2.349400043487549,0.0272000003606081,0.6078000068664551,2.350100040435791,0.0272000003606081,0.258899986743927,2.349400043487549,0.0272000003606081,0.2599000036716461,2.354099988937378,0.02710000053048134,0.6072999835014343,2.3452999591827393,0.027300000190734863,0.6069999933242798,2.3420000076293945,0.028300000354647636,0.2583000063896179,2.3459999561309814,0.028300000354647636,0.6072999835014343,2.3452999591827393,0.027300000190734863,0.2583000063896179,2.3459999561309814,0.028300000354647636,0.258899986743927,2.349400043487549,0.0272000003606081,-0.4909999966621399,2.4203999042510986,0.035599999129772186,-0.4902999997138977,2.421600103378296,0.02969999983906746,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.4909999966621399,2.4203999042510986,0.035599999129772186,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.3098999857902527,2.379499912261963,0.0364999994635582,-0.6129999756813049,2.473099946975708,0.03460000082850456,-0.6122000217437744,2.4742000102996826,0.028599999845027924,-0.4902999997138977,2.421600103378296,0.02969999983906746,-0.6129999756813049,2.473099946975708,0.03460000082850456,-0.4902999997138977,2.421600103378296,0.02969999983906746,-0.4909999966621399,2.4203999042510986,0.035599999129772186,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.4902999997138977,2.421600103378296,0.02969999983906746,-0.48919999599456787,2.4235000610351562,0.02669999934732914,-0.3093999922275543,2.38070011138916,0.030500000342726707,-0.48919999599456787,2.4235000610351562,0.02669999934732914,-0.3084999918937683,2.382699966430664,0.027499999850988388,-0.4902999997138977,2.421600103378296,0.02969999983906746,-0.6122000217437744,2.4742000102996826,0.028599999845027924,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.4902999997138977,2.421600103378296,0.02969999983906746,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.48919999599456787,2.4235000610351562,0.02669999934732914,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.7415000200271606,2.5954999923706055,0.02630000002682209,-0.6906999945640564,2.5336999893188477,0.027400000020861626,-0.7426000237464905,2.5947999954223633,0.03220000118017197,-0.6906999945640564,2.5336999893188477,0.027400000020861626,-0.6916000247001648,2.5327999591827393,0.033399999141693115,-0.7415000200271606,2.5954999923706055,0.02630000002682209,-0.739799976348877,2.5968000888824463,0.02329999953508377,-0.6891000270843506,2.5352001190185547,0.024399999529123306,-0.7415000200271606,2.5954999923706055,0.02630000002682209,-0.6891000270843506,2.5352001190185547,0.024399999529123306,-0.6906999945640564,2.5336999893188477,0.027400000020861626,-0.6916000247001648,2.5327999591827393,0.033399999141693115,-0.6906999945640564,2.5336999893188477,0.027400000020861626,-0.6122000217437744,2.4742000102996826,0.028599999845027924,-0.6916000247001648,2.5327999591827393,0.033399999141693115,-0.6122000217437744,2.4742000102996826,0.028599999845027924,-0.6129999756813049,2.473099946975708,0.03460000082850456,-0.6906999945640564,2.5336999893188477,0.027400000020861626,-0.6891000270843506,2.5352001190185547,0.024399999529123306,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.6906999945640564,2.5336999893188477,0.027400000020861626,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.6122000217437744,2.4742000102996826,0.028599999845027924,-0.6833000183105469,2.5406999588012695,0.02329999953508377,-0.6866999864578247,2.537400007247925,0.023399999365210533,-0.7371000051498413,2.5987000465393066,0.022199999541044235,-0.6833000183105469,2.5406999588012695,0.02329999953508377,-0.7371000051498413,2.5987000465393066,0.022199999541044235,-0.733299970626831,2.6015000343322754,0.022199999541044235,-0.6833000183105469,2.5406999588012695,0.02329999953508377,-0.6057000160217285,2.4821999073028564,0.02449999935925007,-0.6086999773979187,2.4784998893737793,0.02459999918937683,-0.6833000183105469,2.5406999588012695,0.02329999953508377,-0.6086999773979187,2.4784998893737793,0.02459999918937683,-0.6866999864578247,2.537400007247925,0.023399999365210533,-0.6866999864578247,2.537400007247925,0.023399999365210533,-0.6891000270843506,2.5352001190185547,0.024399999529123306,-0.739799976348877,2.5968000888824463,0.02329999953508377,-0.6866999864578247,2.537400007247925,0.023399999365210533,-0.739799976348877,2.5968000888824463,0.02329999953508377,-0.7371000051498413,2.5987000465393066,0.022199999541044235,-0.6866999864578247,2.537400007247925,0.023399999365210533,-0.6086999773979187,2.4784998893737793,0.02459999918937683,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.6866999864578247,2.537400007247925,0.023399999365210533,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.6891000270843506,2.5352001190185547,0.024399999529123306,-0.48500001430511475,2.430500030517578,0.025499999523162842,-0.3052000105381012,2.3903000354766846,0.02630000002682209,-0.30709999799728394,2.3857998847961426,0.026499999687075615,-0.48500001430511475,2.430500030517578,0.025499999523162842,-0.30709999799728394,2.3857998847961426,0.026499999687075615,-0.48739999532699585,2.4263999462127686,0.025599999353289604,-0.48739999532699585,2.4263999462127686,0.025599999353289604,-0.30709999799728394,2.3857998847961426,0.026499999687075615,-0.3084999918937683,2.382699966430664,0.027499999850988388,-0.48739999532699585,2.4263999462127686,0.025599999353289604,-0.3084999918937683,2.382699966430664,0.027499999850988388,-0.48919999599456787,2.4235000610351562,0.02669999934732914,-0.6057000160217285,2.4821999073028564,0.02449999935925007,-0.48500001430511475,2.430500030517578,0.025499999523162842,-0.48739999532699585,2.4263999462127686,0.025599999353289604,-0.6057000160217285,2.4821999073028564,0.02449999935925007,-0.48739999532699585,2.4263999462127686,0.025599999353289604,-0.6086999773979187,2.4784998893737793,0.02459999918937683,-0.6086999773979187,2.4784998893737793,0.02459999918937683,-0.48739999532699585,2.4263999462127686,0.025599999353289604,-0.48919999599456787,2.4235000610351562,0.02669999934732914,-0.6086999773979187,2.4784998893737793,0.02459999918937683,-0.48919999599456787,2.4235000610351562,0.02669999934732914,-0.61080002784729,2.4758999347686768,0.025599999353289604,-0.7825000286102295,2.7820000648498535,0.019600000232458115,-0.7836999893188477,2.781599998474121,0.019300000742077827,-0.7972000241279602,2.8296000957489014,0.01850000023841858,-0.7825000286102295,2.7820000648498535,0.019600000232458115,-0.7972000241279602,2.8296000957489014,0.01850000023841858,-0.7958999872207642,2.829900026321411,0.018799999728798866,-0.7634000182151794,2.7316999435424805,0.020400000736117363,-0.7645999789237976,2.7311999797821045,0.020099999383091927,-0.7836999893188477,2.781599998474121,0.019300000742077827,-0.7634000182151794,2.7316999435424805,0.020400000736117363,-0.7836999893188477,2.781599998474121,0.019300000742077827,-0.7825000286102295,2.7820000648498535,0.019600000232458115,-0.7836999893188477,2.781599998474121,0.019300000742077827,-0.7857000231742859,2.780900001525879,0.019099999219179153,-0.7993000149726868,2.8290998935699463,0.018300000578165054,-0.7836999893188477,2.781599998474121,0.019300000742077827,-0.7993000149726868,2.8290998935699463,0.018300000578165054,-0.7972000241279602,2.8296000957489014,0.01850000023841858,-0.7645999789237976,2.7311999797821045,0.020099999383091927,-0.7664999961853027,2.730299949645996,0.019899999722838402,-0.7857000231742859,2.780900001525879,0.019099999219179153,-0.7645999789237976,2.7311999797821045,0.020099999383091927,-0.7857000231742859,2.780900001525879,0.019099999219179153,-0.7836999893188477,2.781599998474121,0.019300000742077827,-0.701200008392334,2.6245999336242676,0.022299999371170998,-0.7023000121116638,2.623800039291382,0.02199999988079071,-0.7379999756813049,2.6786000728607178,0.020999999716877937,-0.701200008392334,2.6245999336242676,0.022299999371170998,-0.7379999756813049,2.6786000728607178,0.020999999716877937,-0.7368999719619751,2.67930006980896,0.021400000900030136,-0.7023000121116638,2.623800039291382,0.02199999988079071,-0.7039999961853027,2.622499942779541,0.021800000220537186,-0.7398999929428101,2.677500009536743,0.020899999886751175,-0.7023000121116638,2.623800039291382,0.02199999988079071,-0.7398999929428101,2.677500009536743,0.020899999886751175,-0.7379999756813049,2.6786000728607178,0.020999999716877937,-0.7368999719619751,2.67930006980896,0.021400000900030136,-0.7379999756813049,2.6786000728607178,0.020999999716877937,-0.7645999789237976,2.7311999797821045,0.020099999383091927,-0.7368999719619751,2.67930006980896,0.021400000900030136,-0.7645999789237976,2.7311999797821045,0.020099999383091927,-0.7634000182151794,2.7316999435424805,0.020400000736117363,-0.7379999756813049,2.6786000728607178,0.020999999716877937,-0.7398999929428101,2.677500009536743,0.020899999886751175,-0.7664999961853027,2.730299949645996,0.019899999722838402,-0.7379999756813049,2.6786000728607178,0.020999999716877937,-0.7664999961853027,2.730299949645996,0.019899999722838402,-0.7645999789237976,2.7311999797821045,0.020099999383091927,-0.746999979019165,2.6735999584198,0.020899999886751175,-0.7427999973297119,2.6758999824523926,0.020800000056624413,-0.7067000269889832,2.6205999851226807,0.021800000220537186,-0.746999979019165,2.6735999584198,0.020899999886751175,-0.7067000269889832,2.6205999851226807,0.021800000220537186,-0.7106000185012817,2.617799997329712,0.021900000050663948,-0.7739999890327454,2.727099895477295,0.019899999722838402,-0.769599974155426,2.7290000915527344,0.019899999722838402,-0.7427999973297119,2.6758999824523926,0.020800000056624413,-0.7739999890327454,2.727099895477295,0.019899999722838402,-0.7427999973297119,2.6758999824523926,0.020800000056624413,-0.746999979019165,2.6735999584198,0.020899999886751175,-0.7427999973297119,2.6758999824523926,0.020800000056624413,-0.7398999929428101,2.677500009536743,0.020899999886751175,-0.7039999961853027,2.622499942779541,0.021800000220537186,-0.7427999973297119,2.6758999824523926,0.020800000056624413,-0.7039999961853027,2.622499942779541,0.021800000220537186,-0.7067000269889832,2.6205999851226807,0.021800000220537186,-0.769599974155426,2.7290000915527344,0.019899999722838402,-0.7664999961853027,2.730299949645996,0.019899999722838402,-0.7398999929428101,2.677500009536743,0.020899999886751175,-0.769599974155426,2.7290000915527344,0.019899999722838402,-0.7398999929428101,2.677500009536743,0.020899999886751175,-0.7427999973297119,2.6758999824523926,0.020800000056624413,-0.8070999979972839,2.8271000385284424,0.018300000578165054,-0.8025000095367432,2.828200101852417,0.018300000578165054,-0.7889000177383423,2.7797999382019043,0.019099999219179153,-0.8070999979972839,2.8271000385284424,0.018300000578165054,-0.7889000177383423,2.7797999382019043,0.019099999219179153,-0.79339998960495,2.7783000469207764,0.019099999219179153,-0.8025000095367432,2.828200101852417,0.018300000578165054,-0.7993000149726868,2.8290998935699463,0.018300000578165054,-0.7857000231742859,2.780900001525879,0.019099999219179153,-0.8025000095367432,2.828200101852417,0.018300000578165054,-0.7857000231742859,2.780900001525879,0.019099999219179153,-0.7889000177383423,2.7797999382019043,0.019099999219179153,-0.79339998960495,2.7783000469207764,0.019099999219179153,-0.7889000177383423,2.7797999382019043,0.019099999219179153,-0.769599974155426,2.7290000915527344,0.019899999722838402,-0.79339998960495,2.7783000469207764,0.019099999219179153,-0.769599974155426,2.7290000915527344,0.019899999722838402,-0.7739999890327454,2.727099895477295,0.019899999722838402,-0.7889000177383423,2.7797999382019043,0.019099999219179153,-0.7857000231742859,2.780900001525879,0.019099999219179153,-0.7664999961853027,2.730299949645996,0.019899999722838402,-0.7889000177383423,2.7797999382019043,0.019099999219179153,-0.7664999961853027,2.730299949645996,0.019899999722838402,-0.769599974155426,2.7290000915527344,0.019899999722838402,-0.6546000242233276,2.5678000450134277,0.023399999365210533,-0.6554999947547913,2.5669000148773193,0.023099999874830246,-0.7023000121116638,2.623800039291382,0.02199999988079071,-0.6546000242233276,2.5678000450134277,0.023399999365210533,-0.7023000121116638,2.623800039291382,0.02199999988079071,-0.701200008392334,2.6245999336242676,0.022299999371170998,-0.5809000134468079,2.5130999088287354,0.024399999529123306,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.6554999947547913,2.5669000148773193,0.023099999874830246,-0.5809000134468079,2.5130999088287354,0.024399999529123306,-0.6554999947547913,2.5669000148773193,0.023099999874830246,-0.6546000242233276,2.5678000450134277,0.023399999365210533,-0.6554999947547913,2.5669000148773193,0.023099999874830246,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.7039999961853027,2.622499942779541,0.021800000220537186,-0.6554999947547913,2.5669000148773193,0.023099999874830246,-0.7039999961853027,2.622499942779541,0.021800000220537186,-0.7023000121116638,2.623800039291382,0.02199999988079071,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.5831000208854675,2.5104000568389893,0.024000000208616257,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.6554999947547913,2.5669000148773193,0.023099999874830246,-0.289000004529953,2.4274001121520996,0.026200000196695328,-0.28949999809265137,2.426100015640259,0.02590000070631504,-0.4650999903678894,2.46370005607605,0.025100000202655792,-0.289000004529953,2.4274001121520996,0.026200000196695328,-0.4650999903678894,2.46370005607605,0.025100000202655792,-0.4643999934196472,2.464900016784668,0.02539999969303608,-0.4650999903678894,2.46370005607605,0.025100000202655792,-0.28949999809265137,2.426100015640259,0.02590000070631504,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.4650999903678894,2.46370005607605,0.025100000202655792,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.46619999408721924,2.461899995803833,0.02500000037252903,-0.4643999934196472,2.464900016784668,0.02539999969303608,-0.4650999903678894,2.46370005607605,0.025100000202655792,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.4643999934196472,2.464900016784668,0.02539999969303608,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.5809000134468079,2.5130999088287354,0.024399999529123306,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.4650999903678894,2.46370005607605,0.025100000202655792,-0.46619999408721924,2.461899995803833,0.02500000037252903,-0.5817999839782715,2.5120999813079834,0.02410000003874302,-0.46619999408721924,2.461899995803833,0.02500000037252903,-0.5831000208854675,2.5104000568389893,0.024000000208616257,-0.2937000095844269,2.4165000915527344,0.025800000876188278,-0.47040000557899475,2.4547998905181885,0.02500000037252903,-0.46790000796318054,2.4590001106262207,0.02500000037252903,-0.2937000095844269,2.4165000915527344,0.025800000876188278,-0.46790000796318054,2.4590001106262207,0.02500000037252903,-0.29170000553131104,2.4210000038146973,0.025699999183416367,-0.47040000557899475,2.4547998905181885,0.02500000037252903,-0.5881999731063843,2.5041000843048096,0.02410000003874302,-0.5852000117301941,2.5078001022338867,0.024000000208616257,-0.47040000557899475,2.4547998905181885,0.02500000037252903,-0.5852000117301941,2.5078001022338867,0.024000000208616257,-0.46790000796318054,2.4590001106262207,0.02500000037252903,-0.29170000553131104,2.4210000038146973,0.025699999183416367,-0.46790000796318054,2.4590001106262207,0.02500000037252903,-0.46619999408721924,2.461899995803833,0.02500000037252903,-0.29170000553131104,2.4210000038146973,0.025699999183416367,-0.46619999408721924,2.461899995803833,0.02500000037252903,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.46790000796318054,2.4590001106262207,0.02500000037252903,-0.5852000117301941,2.5078001022338867,0.024000000208616257,-0.5831000208854675,2.5104000568389893,0.024000000208616257,-0.46790000796318054,2.4590001106262207,0.02500000037252903,-0.5831000208854675,2.5104000568389893,0.024000000208616257,-0.46619999408721924,2.461899995803833,0.02500000037252903,-0.7106000185012817,2.617799997329712,0.021900000050663948,-0.7067000269889832,2.6205999851226807,0.021800000220537186,-0.659500002861023,2.5631000995635986,0.02290000021457672,-0.7106000185012817,2.617799997329712,0.021900000050663948,-0.659500002861023,2.5631000995635986,0.02290000021457672,-0.6628999710083008,2.5599000453948975,0.023000000044703484,-0.7067000269889832,2.6205999851226807,0.021800000220537186,-0.7039999961853027,2.622499942779541,0.021800000220537186,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.7067000269889832,2.6205999851226807,0.021800000220537186,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.659500002861023,2.5631000995635986,0.02290000021457672,-0.5881999731063843,2.5041000843048096,0.02410000003874302,-0.6628999710083008,2.5599000453948975,0.023000000044703484,-0.659500002861023,2.5631000995635986,0.02290000021457672,-0.5881999731063843,2.5041000843048096,0.02410000003874302,-0.659500002861023,2.5631000995635986,0.02290000021457672,-0.5852000117301941,2.5078001022338867,0.024000000208616257,-0.5852000117301941,2.5078001022338867,0.024000000208616257,-0.659500002861023,2.5631000995635986,0.02290000021457672,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.5852000117301941,2.5078001022338867,0.024000000208616257,-0.6571000218391418,2.5653998851776123,0.02290000021457672,-0.5831000208854675,2.5104000568389893,0.024000000208616257,-0.038600001484155655,2.404900074005127,0.026599999517202377,-0.039000000804662704,2.403599977493286,0.02630000002682209,-0.28949999809265137,2.426100015640259,0.02590000070631504,-0.038600001484155655,2.404900074005127,0.026599999517202377,-0.28949999809265137,2.426100015640259,0.02590000070631504,-0.289000004529953,2.4274001121520996,0.026200000196695328,0.2678999900817871,2.3935999870300293,0.026900000870227814,0.26759999990463257,2.3922998905181885,0.026599999517202377,-0.039000000804662704,2.403599977493286,0.02630000002682209,0.2678999900817871,2.3935999870300293,0.026900000870227814,-0.039000000804662704,2.403599977493286,0.02630000002682209,-0.038600001484155655,2.404900074005127,0.026599999517202377,-0.039000000804662704,2.403599977493286,0.02630000002682209,-0.03970000147819519,2.4014999866485596,0.026200000196695328,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.039000000804662704,2.403599977493286,0.02630000002682209,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.28949999809265137,2.426100015640259,0.02590000070631504,0.26759999990463257,2.3922998905181885,0.026599999517202377,0.2671999931335449,2.390199899673462,0.026399999856948853,-0.03970000147819519,2.4014999866485596,0.026200000196695328,0.26759999990463257,2.3922998905181885,0.026599999517202377,-0.03970000147819519,2.4014999866485596,0.026200000196695328,-0.039000000804662704,2.403599977493286,0.02630000002682209,0.974399983882904,2.389899969100952,0.027000000700354576,0.974399983882904,2.3884999752044678,0.026599999517202377,0.6116999983787537,2.3884999752044678,0.026599999517202377,0.974399983882904,2.389899969100952,0.027000000700354576,0.6116999983787537,2.3884999752044678,0.026599999517202377,0.6118000149726868,2.389899969100952,0.027000000700354576,0.974399983882904,2.3884999752044678,0.026599999517202377,0.974399983882904,2.386399984359741,0.026499999687075615,0.6114000082015991,2.386399984359741,0.026499999687075615,0.974399983882904,2.3884999752044678,0.026599999517202377,0.6114000082015991,2.386399984359741,0.026499999687075615,0.6116999983787537,2.3884999752044678,0.026599999517202377,0.6118000149726868,2.389899969100952,0.027000000700354576,0.6116999983787537,2.3884999752044678,0.026599999517202377,0.26759999990463257,2.3922998905181885,0.026599999517202377,0.6118000149726868,2.389899969100952,0.027000000700354576,0.26759999990463257,2.3922998905181885,0.026599999517202377,0.2678999900817871,2.3935999870300293,0.026900000870227814,0.6116999983787537,2.3884999752044678,0.026599999517202377,0.6114000082015991,2.386399984359741,0.026499999687075615,0.2671999931335449,2.390199899673462,0.026399999856948853,0.6116999983787537,2.3884999752044678,0.026599999517202377,0.2671999931335449,2.390199899673462,0.026399999856948853,0.26759999990463257,2.3922998905181885,0.026599999517202377,0.6105999946594238,2.378200054168701,0.026599999517202377,0.6111000180244446,2.3831000328063965,0.026499999687075615,0.974399983882904,2.3831000328063965,0.026499999687075615,0.6105999946594238,2.378200054168701,0.026599999517202377,0.974399983882904,2.3831000328063965,0.026499999687075615,0.974399983882904,2.378200054168701,0.026599999517202377,0.265500009059906,2.3821001052856445,0.026599999517202377,0.26649999618530273,2.3868000507354736,0.026399999856948853,0.6111000180244446,2.3831000328063965,0.026499999687075615,0.265500009059906,2.3821001052856445,0.026599999517202377,0.6111000180244446,2.3831000328063965,0.026499999687075615,0.6105999946594238,2.378200054168701,0.026599999517202377,0.6111000180244446,2.3831000328063965,0.026499999687075615,0.6114000082015991,2.386399984359741,0.026499999687075615,0.974399983882904,2.386399984359741,0.026499999687075615,0.6111000180244446,2.3831000328063965,0.026499999687075615,0.974399983882904,2.386399984359741,0.026499999687075615,0.974399983882904,2.3831000328063965,0.026499999687075615,0.26649999618530273,2.3868000507354736,0.026399999856948853,0.2671999931335449,2.390199899673462,0.026399999856948853,0.6114000082015991,2.386399984359741,0.026499999687075615,0.26649999618530273,2.3868000507354736,0.026399999856948853,0.6114000082015991,2.386399984359741,0.026499999687075615,0.6111000180244446,2.3831000328063965,0.026499999687075615,-0.042100001126527786,2.3935999870300293,0.02630000002682209,-0.2937000095844269,2.4165000915527344,0.025800000876188278,-0.29170000553131104,2.4210000038146973,0.025699999183416367,-0.042100001126527786,2.3935999870300293,0.02630000002682209,-0.29170000553131104,2.4210000038146973,0.025699999183416367,-0.040699999779462814,2.398200035095215,0.026200000196695328,-0.040699999779462814,2.398200035095215,0.026200000196695328,-0.29170000553131104,2.4210000038146973,0.025699999183416367,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.040699999779462814,2.398200035095215,0.026200000196695328,-0.2903999984264374,2.424099922180176,0.025699999183416367,-0.03970000147819519,2.4014999866485596,0.026200000196695328,0.265500009059906,2.3821001052856445,0.026599999517202377,-0.042100001126527786,2.3935999870300293,0.02630000002682209,-0.040699999779462814,2.398200035095215,0.026200000196695328,0.265500009059906,2.3821001052856445,0.026599999517202377,-0.040699999779462814,2.398200035095215,0.026200000196695328,0.26649999618530273,2.3868000507354736,0.026399999856948853,-0.040699999779462814,2.398200035095215,0.026200000196695328,-0.03970000147819519,2.4014999866485596,0.026200000196695328,0.2671999931335449,2.390199899673462,0.026399999856948853,-0.040699999779462814,2.398200035095215,0.026200000196695328,0.2671999931335449,2.390199899673462,0.026399999856948853,0.26649999618530273,2.3868000507354736,0.026399999856948853,1.3371000289916992,2.389899969100952,0.027000000700354576,1.3372000455856323,2.3884999752044678,0.026599999517202377,0.974399983882904,2.3884999752044678,0.026599999517202377,1.3371000289916992,2.389899969100952,0.027000000700354576,0.974399983882904,2.3884999752044678,0.026599999517202377,0.974399983882904,2.389899969100952,0.027000000700354576,1.680999994277954,2.3935999870300293,0.026900000870227814,1.6813000440597534,2.3922998905181885,0.026599999517202377,1.3372000455856323,2.3884999752044678,0.026599999517202377,1.680999994277954,2.3935999870300293,0.026900000870227814,1.3372000455856323,2.3884999752044678,0.026599999517202377,1.3371000289916992,2.389899969100952,0.027000000700354576,1.3372000455856323,2.3884999752044678,0.026599999517202377,1.337399959564209,2.386399984359741,0.026499999687075615,0.974399983882904,2.386399984359741,0.026499999687075615,1.3372000455856323,2.3884999752044678,0.026599999517202377,0.974399983882904,2.386399984359741,0.026499999687075615,0.974399983882904,2.3884999752044678,0.026599999517202377,1.6813000440597534,2.3922998905181885,0.026599999517202377,1.6816999912261963,2.390199899673462,0.026399999856948853,1.337399959564209,2.386399984359741,0.026499999687075615,1.6813000440597534,2.3922998905181885,0.026599999517202377,1.337399959564209,2.386399984359741,0.026499999687075615,1.3372000455856323,2.3884999752044678,0.026599999517202377,2.237799882888794,2.4274001121520996,0.026200000196695328,2.238300085067749,2.426100015640259,0.02590000070631504,1.9879000186920166,2.403599977493286,0.02630000002682209,2.237799882888794,2.4274001121520996,0.026200000196695328,1.9879000186920166,2.403599977493286,0.02630000002682209,1.9874999523162842,2.404900074005127,0.026599999517202377,2.238300085067749,2.426100015640259,0.02590000070631504,2.2392001152038574,2.424099922180176,0.025699999183416367,1.9886000156402588,2.4014999866485596,0.026200000196695328,2.238300085067749,2.426100015640259,0.02590000070631504,1.9886000156402588,2.4014999866485596,0.026200000196695328,1.9879000186920166,2.403599977493286,0.02630000002682209,1.9874999523162842,2.404900074005127,0.026599999517202377,1.9879000186920166,2.403599977493286,0.02630000002682209,1.6813000440597534,2.3922998905181885,0.026599999517202377,1.9874999523162842,2.404900074005127,0.026599999517202377,1.6813000440597534,2.3922998905181885,0.026599999517202377,1.680999994277954,2.3935999870300293,0.026900000870227814,1.9879000186920166,2.403599977493286,0.02630000002682209,1.9886000156402588,2.4014999866485596,0.026200000196695328,1.6816999912261963,2.390199899673462,0.026399999856948853,1.9879000186920166,2.403599977493286,0.02630000002682209,1.6816999912261963,2.390199899673462,0.026399999856948853,1.6813000440597534,2.3922998905181885,0.026599999517202377,1.9910000562667847,2.3935999870300293,0.02630000002682209,1.9895000457763672,2.398200035095215,0.026200000196695328,2.240600109100342,2.4210000038146973,0.025699999183416367,1.9910000562667847,2.3935999870300293,0.02630000002682209,2.240600109100342,2.4210000038146973,0.025699999183416367,2.2425999641418457,2.4165000915527344,0.025800000876188278,1.6833000183105469,2.3821001052856445,0.026599999517202377,1.6823999881744385,2.3868000507354736,0.026399999856948853,1.9895000457763672,2.398200035095215,0.026200000196695328,1.6833000183105469,2.3821001052856445,0.026599999517202377,1.9895000457763672,2.398200035095215,0.026200000196695328,1.9910000562667847,2.3935999870300293,0.02630000002682209,1.9895000457763672,2.398200035095215,0.026200000196695328,1.9886000156402588,2.4014999866485596,0.026200000196695328,2.2392001152038574,2.424099922180176,0.025699999183416367,1.9895000457763672,2.398200035095215,0.026200000196695328,2.2392001152038574,2.424099922180176,0.025699999183416367,2.240600109100342,2.4210000038146973,0.025699999183416367,1.6823999881744385,2.3868000507354736,0.026399999856948853,1.6816999912261963,2.390199899673462,0.026399999856948853,1.9886000156402588,2.4014999866485596,0.026200000196695328,1.6823999881744385,2.3868000507354736,0.026399999856948853,1.9886000156402588,2.4014999866485596,0.026200000196695328,1.9895000457763672,2.398200035095215,0.026200000196695328,0.974399983882904,2.378200054168701,0.026599999517202377,0.974399983882904,2.3831000328063965,0.026499999687075615,1.3377000093460083,2.3831000328063965,0.026499999687075615,0.974399983882904,2.378200054168701,0.026599999517202377,1.3377000093460083,2.3831000328063965,0.026499999687075615,1.3381999731063843,2.378200054168701,0.026599999517202377,0.974399983882904,2.3831000328063965,0.026499999687075615,0.974399983882904,2.386399984359741,0.026499999687075615,1.337399959564209,2.386399984359741,0.026499999687075615,0.974399983882904,2.3831000328063965,0.026499999687075615,1.337399959564209,2.386399984359741,0.026499999687075615,1.3377000093460083,2.3831000328063965,0.026499999687075615,1.3381999731063843,2.378200054168701,0.026599999517202377,1.3377000093460083,2.3831000328063965,0.026499999687075615,1.6823999881744385,2.3868000507354736,0.026399999856948853,1.3381999731063843,2.378200054168701,0.026599999517202377,1.6823999881744385,2.3868000507354736,0.026399999856948853,1.6833000183105469,2.3821001052856445,0.026599999517202377,1.3377000093460083,2.3831000328063965,0.026499999687075615,1.337399959564209,2.386399984359741,0.026499999687075615,1.6816999912261963,2.390199899673462,0.026399999856948853,1.3377000093460083,2.3831000328063965,0.026499999687075615,1.6816999912261963,2.390199899673462,0.026399999856948853,1.6823999881744385,2.3868000507354736,0.026399999856948853,2.4131999015808105,2.464900016784668,0.02539999969303608,2.4138998985290527,2.46370005607605,0.025100000202655792,2.238300085067749,2.426100015640259,0.02590000070631504,2.4131999015808105,2.464900016784668,0.02539999969303608,2.238300085067749,2.426100015640259,0.02590000070631504,2.237799882888794,2.4274001121520996,0.026200000196695328,2.5297999382019043,2.5130999088287354,0.024399999529123306,2.530600070953369,2.5120999813079834,0.02410000003874302,2.4138998985290527,2.46370005607605,0.025100000202655792,2.5297999382019043,2.5130999088287354,0.024399999529123306,2.4138998985290527,2.46370005607605,0.025100000202655792,2.4131999015808105,2.464900016784668,0.02539999969303608,2.4138998985290527,2.46370005607605,0.025100000202655792,2.41510009765625,2.461899995803833,0.02500000037252903,2.2392001152038574,2.424099922180176,0.025699999183416367,2.4138998985290527,2.46370005607605,0.025100000202655792,2.2392001152038574,2.424099922180176,0.025699999183416367,2.238300085067749,2.426100015640259,0.02590000070631504,2.530600070953369,2.5120999813079834,0.02410000003874302,2.5320000648498535,2.5104000568389893,0.024000000208616257,2.41510009765625,2.461899995803833,0.02500000037252903,2.530600070953369,2.5120999813079834,0.02410000003874302,2.41510009765625,2.461899995803833,0.02500000037252903,2.4138998985290527,2.46370005607605,0.025100000202655792,2.650099992752075,2.6245999336242676,0.022299999371170998,2.651099920272827,2.623800039291382,0.02199999988079071,2.6043999195098877,2.5669000148773193,0.023099999874830246,2.650099992752075,2.6245999336242676,0.022299999371170998,2.6043999195098877,2.5669000148773193,0.023099999874830246,2.6033999919891357,2.5678000450134277,0.023399999365210533,2.651099920272827,2.623800039291382,0.02199999988079071,2.652899980545044,2.622499942779541,0.021800000220537186,2.6059999465942383,2.5653998851776123,0.02290000021457672,2.651099920272827,2.623800039291382,0.02199999988079071,2.6059999465942383,2.5653998851776123,0.02290000021457672,2.6043999195098877,2.5669000148773193,0.023099999874830246,2.6033999919891357,2.5678000450134277,0.023399999365210533,2.6043999195098877,2.5669000148773193,0.023099999874830246,2.530600070953369,2.5120999813079834,0.02410000003874302,2.6033999919891357,2.5678000450134277,0.023399999365210533,2.530600070953369,2.5120999813079834,0.02410000003874302,2.5297999382019043,2.5130999088287354,0.024399999529123306,2.6043999195098877,2.5669000148773193,0.023099999874830246,2.6059999465942383,2.5653998851776123,0.02290000021457672,2.5320000648498535,2.5104000568389893,0.024000000208616257,2.6043999195098877,2.5669000148773193,0.023099999874830246,2.5320000648498535,2.5104000568389893,0.024000000208616257,2.530600070953369,2.5120999813079834,0.02410000003874302,2.611799955368042,2.5599000453948975,0.023000000044703484,2.6084001064300537,2.5631000995635986,0.02290000021457672,2.655600070953369,2.6205999851226807,0.021800000220537186,2.611799955368042,2.5599000453948975,0.023000000044703484,2.655600070953369,2.6205999851226807,0.021800000220537186,2.6594998836517334,2.617799997329712,0.021900000050663948,2.537100076675415,2.5041000843048096,0.02410000003874302,2.53410005569458,2.5078001022338867,0.024000000208616257,2.6084001064300537,2.5631000995635986,0.02290000021457672,2.537100076675415,2.5041000843048096,0.02410000003874302,2.6084001064300537,2.5631000995635986,0.02290000021457672,2.611799955368042,2.5599000453948975,0.023000000044703484,2.6084001064300537,2.5631000995635986,0.02290000021457672,2.6059999465942383,2.5653998851776123,0.02290000021457672,2.652899980545044,2.622499942779541,0.021800000220537186,2.6084001064300537,2.5631000995635986,0.02290000021457672,2.652899980545044,2.622499942779541,0.021800000220537186,2.655600070953369,2.6205999851226807,0.021800000220537186,2.53410005569458,2.5078001022338867,0.024000000208616257,2.5320000648498535,2.5104000568389893,0.024000000208616257,2.6059999465942383,2.5653998851776123,0.02290000021457672,2.53410005569458,2.5078001022338867,0.024000000208616257,2.6059999465942383,2.5653998851776123,0.02290000021457672,2.6084001064300537,2.5631000995635986,0.02290000021457672,2.2425999641418457,2.4165000915527344,0.025800000876188278,2.240600109100342,2.4210000038146973,0.025699999183416367,2.416800022125244,2.4590001106262207,0.02500000037252903,2.2425999641418457,2.4165000915527344,0.025800000876188278,2.416800022125244,2.4590001106262207,0.02500000037252903,2.419300079345703,2.4547998905181885,0.02500000037252903,2.240600109100342,2.4210000038146973,0.025699999183416367,2.2392001152038574,2.424099922180176,0.025699999183416367,2.41510009765625,2.461899995803833,0.02500000037252903,2.240600109100342,2.4210000038146973,0.025699999183416367,2.41510009765625,2.461899995803833,0.02500000037252903,2.416800022125244,2.4590001106262207,0.02500000037252903,2.419300079345703,2.4547998905181885,0.02500000037252903,2.416800022125244,2.4590001106262207,0.02500000037252903,2.53410005569458,2.5078001022338867,0.024000000208616257,2.419300079345703,2.4547998905181885,0.02500000037252903,2.53410005569458,2.5078001022338867,0.024000000208616257,2.537100076675415,2.5041000843048096,0.02410000003874302,2.416800022125244,2.4590001106262207,0.02500000037252903,2.41510009765625,2.461899995803833,0.02500000037252903,2.5320000648498535,2.5104000568389893,0.024000000208616257,2.416800022125244,2.4590001106262207,0.02500000037252903,2.5320000648498535,2.5104000568389893,0.024000000208616257,2.53410005569458,2.5078001022338867,0.024000000208616257,2.685800075531006,2.67930006980896,0.021400000900030136,2.6868999004364014,2.6786000728607178,0.020999999716877937,2.651099920272827,2.623800039291382,0.02199999988079071,2.685800075531006,2.67930006980896,0.021400000900030136,2.651099920272827,2.623800039291382,0.02199999988079071,2.650099992752075,2.6245999336242676,0.022299999371170998,2.7121999263763428,2.7316999435424805,0.020400000736117363,2.713399887084961,2.7311999797821045,0.020099999383091927,2.6868999004364014,2.6786000728607178,0.020999999716877937,2.7121999263763428,2.7316999435424805,0.020400000736117363,2.6868999004364014,2.6786000728607178,0.020999999716877937,2.685800075531006,2.67930006980896,0.021400000900030136,2.6868999004364014,2.6786000728607178,0.020999999716877937,2.688800096511841,2.677500009536743,0.020899999886751175,2.652899980545044,2.622499942779541,0.021800000220537186,2.6868999004364014,2.6786000728607178,0.020999999716877937,2.652899980545044,2.622499942779541,0.021800000220537186,2.651099920272827,2.623800039291382,0.02199999988079071,2.713399887084961,2.7311999797821045,0.020099999383091927,2.715399980545044,2.730299949645996,0.019899999722838402,2.688800096511841,2.677500009536743,0.020899999886751175,2.713399887084961,2.7311999797821045,0.020099999383091927,2.688800096511841,2.677500009536743,0.020899999886751175,2.6868999004364014,2.6786000728607178,0.020999999716877937,2.744800090789795,2.829900026321411,0.018799999728798866,2.7460999488830566,2.8296000957489014,0.01850000023841858,2.7325000762939453,2.781599998474121,0.019300000742077827,2.744800090789795,2.829900026321411,0.018799999728798866,2.7325000762939453,2.781599998474121,0.019300000742077827,2.731300115585327,2.7820000648498535,0.019600000232458115,2.7460999488830566,2.8296000957489014,0.01850000023841858,2.748199939727783,2.8290998935699463,0.018300000578165054,2.734600067138672,2.780900001525879,0.019099999219179153,2.7460999488830566,2.8296000957489014,0.01850000023841858,2.734600067138672,2.780900001525879,0.019099999219179153,2.7325000762939453,2.781599998474121,0.019300000742077827,2.731300115585327,2.7820000648498535,0.019600000232458115,2.7325000762939453,2.781599998474121,0.019300000742077827,2.713399887084961,2.7311999797821045,0.020099999383091927,2.731300115585327,2.7820000648498535,0.019600000232458115,2.713399887084961,2.7311999797821045,0.020099999383091927,2.7121999263763428,2.7316999435424805,0.020400000736117363,2.7325000762939453,2.781599998474121,0.019300000742077827,2.734600067138672,2.780900001525879,0.019099999219179153,2.715399980545044,2.730299949645996,0.019899999722838402,2.7325000762939453,2.781599998474121,0.019300000742077827,2.715399980545044,2.730299949645996,0.019899999722838402,2.713399887084961,2.7311999797821045,0.020099999383091927,2.742300033569336,2.7783000469207764,0.019099999219179153,2.7376999855041504,2.7797999382019043,0.019099999219179153,2.7513999938964844,2.828200101852417,0.018300000578165054,2.742300033569336,2.7783000469207764,0.019099999219179153,2.7513999938964844,2.828200101852417,0.018300000578165054,2.75600004196167,2.8271000385284424,0.018300000578165054,2.7228000164031982,2.727099895477295,0.019899999722838402,2.7184998989105225,2.7290000915527344,0.019899999722838402,2.7376999855041504,2.7797999382019043,0.019099999219179153,2.7228000164031982,2.727099895477295,0.019899999722838402,2.7376999855041504,2.7797999382019043,0.019099999219179153,2.742300033569336,2.7783000469207764,0.019099999219179153,2.7376999855041504,2.7797999382019043,0.019099999219179153,2.734600067138672,2.780900001525879,0.019099999219179153,2.748199939727783,2.8290998935699463,0.018300000578165054,2.7376999855041504,2.7797999382019043,0.019099999219179153,2.748199939727783,2.8290998935699463,0.018300000578165054,2.7513999938964844,2.828200101852417,0.018300000578165054,2.7184998989105225,2.7290000915527344,0.019899999722838402,2.715399980545044,2.730299949645996,0.019899999722838402,2.734600067138672,2.780900001525879,0.019099999219179153,2.7184998989105225,2.7290000915527344,0.019899999722838402,2.734600067138672,2.780900001525879,0.019099999219179153,2.7376999855041504,2.7797999382019043,0.019099999219179153,2.6594998836517334,2.617799997329712,0.021900000050663948,2.655600070953369,2.6205999851226807,0.021800000220537186,2.691699981689453,2.6758999824523926,0.020800000056624413,2.6594998836517334,2.617799997329712,0.021900000050663948,2.691699981689453,2.6758999824523926,0.020800000056624413,2.6958000659942627,2.6735999584198,0.020899999886751175,2.655600070953369,2.6205999851226807,0.021800000220537186,2.652899980545044,2.622499942779541,0.021800000220537186,2.688800096511841,2.677500009536743,0.020899999886751175,2.655600070953369,2.6205999851226807,0.021800000220537186,2.688800096511841,2.677500009536743,0.020899999886751175,2.691699981689453,2.6758999824523926,0.020800000056624413,2.6958000659942627,2.6735999584198,0.020899999886751175,2.691699981689453,2.6758999824523926,0.020800000056624413,2.7184998989105225,2.7290000915527344,0.019899999722838402,2.6958000659942627,2.6735999584198,0.020899999886751175,2.7184998989105225,2.7290000915527344,0.019899999722838402,2.7228000164031982,2.727099895477295,0.019899999722838402,2.691699981689453,2.6758999824523926,0.020800000056624413,2.688800096511841,2.677500009536743,0.020899999886751175,2.715399980545044,2.730299949645996,0.019899999722838402,2.691699981689453,2.6758999824523926,0.020800000056624413,2.715399980545044,2.730299949645996,0.019899999722838402,2.7184998989105225,2.7290000915527344,0.019899999722838402,2.754499912261963,2.875499963760376,0.01810000091791153,2.7558000087738037,2.875200033187866,0.01769999973475933,2.7460999488830566,2.8296000957489014,0.01850000023841858,2.754499912261963,2.875499963760376,0.01810000091791153,2.7460999488830566,2.8296000957489014,0.01850000023841858,2.744800090789795,2.829900026321411,0.018799999728798866,2.7607998847961426,2.919300079345703,0.017400000244379044,2.7620999813079834,2.919100046157837,0.017100000753998756,2.7558000087738037,2.875200033187866,0.01769999973475933,2.7607998847961426,2.919300079345703,0.017400000244379044,2.7558000087738037,2.875200033187866,0.01769999973475933,2.754499912261963,2.875499963760376,0.01810000091791153,2.7558000087738037,2.875200033187866,0.01769999973475933,2.7578999996185303,2.8749001026153564,0.017500000074505806,2.748199939727783,2.8290998935699463,0.018300000578165054,2.7558000087738037,2.875200033187866,0.01769999973475933,2.748199939727783,2.8290998935699463,0.018300000578165054,2.7460999488830566,2.8296000957489014,0.01850000023841858,2.7620999813079834,2.919100046157837,0.017100000753998756,2.76419997215271,2.9189000129699707,0.016899999231100082,2.7578999996185303,2.8749001026153564,0.017500000074505806,2.7620999813079834,2.919100046157837,0.017100000753998756,2.7578999996185303,2.8749001026153564,0.017500000074505806,2.7558000087738037,2.875200033187866,0.01769999973475933,2.765199899673462,3.003999948501587,0.01679999940097332,2.7664999961853027,3.003999948501587,0.01640000008046627,2.765500068664551,2.961899995803833,0.016599999740719795,2.765199899673462,3.003999948501587,0.01679999940097332,2.765500068664551,2.961899995803833,0.016599999740719795,2.76419997215271,2.961899995803833,0.017000000923871994,2.7664999961853027,3.003999948501587,0.01640000008046627,2.768699884414673,3.003999948501587,0.016300000250339508,2.767699956893921,2.961699962615967,0.01640000008046627,2.7664999961853027,3.003999948501587,0.01640000008046627,2.767699956893921,2.961699962615967,0.01640000008046627,2.765500068664551,2.961899995803833,0.016599999740719795,2.76419997215271,2.961899995803833,0.017000000923871994,2.765500068664551,2.961899995803833,0.016599999740719795,2.7620999813079834,2.919100046157837,0.017100000753998756,2.76419997215271,2.961899995803833,0.017000000923871994,2.7620999813079834,2.919100046157837,0.017100000753998756,2.7607998847961426,2.919300079345703,0.017400000244379044,2.765500068664551,2.961899995803833,0.016599999740719795,2.767699956893921,2.961699962615967,0.01640000008046627,2.76419997215271,2.9189000129699707,0.016899999231100082,2.765500068664551,2.961899995803833,0.016599999740719795,2.76419997215271,2.9189000129699707,0.016899999231100082,2.7620999813079834,2.919100046157837,0.017100000753998756,2.7757999897003174,2.961199998855591,0.01640000008046627,2.7709999084472656,2.9614999294281006,0.01640000008046627,2.7720000743865967,3.003999948501587,0.016200000420212746,2.7757999897003174,2.961199998855591,0.01640000008046627,2.7720000743865967,3.003999948501587,0.016200000420212746,2.7767999172210693,3.003999948501587,0.016200000420212746,2.7723000049591064,2.9179000854492188,0.01679999940097332,2.7674999237060547,2.9184999465942383,0.01679999940097332,2.7709999084472656,2.9614999294281006,0.01640000008046627,2.7723000049591064,2.9179000854492188,0.01679999940097332,2.7709999084472656,2.9614999294281006,0.01640000008046627,2.7757999897003174,2.961199998855591,0.01640000008046627,2.7709999084472656,2.9614999294281006,0.01640000008046627,2.767699956893921,2.961699962615967,0.01640000008046627,2.768699884414673,3.003999948501587,0.016300000250339508,2.7709999084472656,2.9614999294281006,0.01640000008046627,2.768699884414673,3.003999948501587,0.016300000250339508,2.7720000743865967,3.003999948501587,0.016200000420212746,2.7674999237060547,2.9184999465942383,0.01679999940097332,2.76419997215271,2.9189000129699707,0.016899999231100082,2.767699956893921,2.961699962615967,0.01640000008046627,2.7674999237060547,2.9184999465942383,0.01679999940097332,2.767699956893921,2.961699962615967,0.01640000008046627,2.7709999084472656,2.9614999294281006,0.01640000008046627,2.75600004196167,2.8271000385284424,0.018300000578165054,2.7513999938964844,2.828200101852417,0.018300000578165054,2.761199951171875,2.874300003051758,0.017500000074505806,2.75600004196167,2.8271000385284424,0.018300000578165054,2.761199951171875,2.874300003051758,0.017500000074505806,2.765899896621704,2.8733999729156494,0.017500000074505806,2.7513999938964844,2.828200101852417,0.018300000578165054,2.748199939727783,2.8290998935699463,0.018300000578165054,2.7578999996185303,2.8749001026153564,0.017500000074505806,2.7513999938964844,2.828200101852417,0.018300000578165054,2.7578999996185303,2.8749001026153564,0.017500000074505806,2.761199951171875,2.874300003051758,0.017500000074505806,2.765899896621704,2.8733999729156494,0.017500000074505806,2.761199951171875,2.874300003051758,0.017500000074505806,2.7674999237060547,2.9184999465942383,0.01679999940097332,2.765899896621704,2.8733999729156494,0.017500000074505806,2.7674999237060547,2.9184999465942383,0.01679999940097332,2.7723000049591064,2.9179000854492188,0.01679999940097332,2.761199951171875,2.874300003051758,0.017500000074505806,2.7578999996185303,2.8749001026153564,0.017500000074505806,2.76419997215271,2.9189000129699707,0.016899999231100082,2.761199951171875,2.874300003051758,0.017500000074505806,2.76419997215271,2.9189000129699707,0.016899999231100082,2.7674999237060547,2.9184999465942383,0.01679999940097332,2.76419997215271,3.0460000038146973,0.017000000923871994,2.765500068664551,3.046099901199341,0.016599999740719795,2.7664999961853027,3.003999948501587,0.01640000008046627,2.76419997215271,3.0460000038146973,0.017000000923871994,2.7664999961853027,3.003999948501587,0.01640000008046627,2.765199899673462,3.003999948501587,0.01679999940097332,2.7607998847961426,3.088599920272827,0.017400000244379044,2.7620999813079834,3.0887999534606934,0.017100000753998756,2.765500068664551,3.046099901199341,0.016599999740719795,2.7607998847961426,3.088599920272827,0.017400000244379044,2.765500068664551,3.046099901199341,0.016599999740719795,2.76419997215271,3.0460000038146973,0.017000000923871994,2.765500068664551,3.046099901199341,0.016599999740719795,2.767699956893921,3.0462000370025635,0.01640000008046627,2.768699884414673,3.003999948501587,0.016300000250339508,2.765500068664551,3.046099901199341,0.016599999740719795,2.768699884414673,3.003999948501587,0.016300000250339508,2.7664999961853027,3.003999948501587,0.01640000008046627,2.7620999813079834,3.0887999534606934,0.017100000753998756,2.76419997215271,3.0889999866485596,0.016899999231100082,2.767699956893921,3.0462000370025635,0.01640000008046627,2.7620999813079834,3.0887999534606934,0.017100000753998756,2.767699956893921,3.0462000370025635,0.01640000008046627,2.765500068664551,3.046099901199341,0.016599999740719795,2.744800090789795,3.177999973297119,0.018799999728798866,2.7460999488830566,3.178299903869629,0.01850000023841858,2.7558000087738037,3.132699966430664,0.01769999973475933,2.744800090789795,3.177999973297119,0.018799999728798866,2.7558000087738037,3.132699966430664,0.01769999973475933,2.754499912261963,3.1324000358581543,0.01810000091791153,2.7460999488830566,3.178299903869629,0.01850000023841858,2.748199939727783,3.178800106048584,0.018300000578165054,2.7578999996185303,3.1331000328063965,0.017500000074505806,2.7460999488830566,3.178299903869629,0.01850000023841858,2.7578999996185303,3.1331000328063965,0.017500000074505806,2.7558000087738037,3.132699966430664,0.01769999973475933,2.754499912261963,3.1324000358581543,0.01810000091791153,2.7558000087738037,3.132699966430664,0.01769999973475933,2.7620999813079834,3.0887999534606934,0.017100000753998756,2.754499912261963,3.1324000358581543,0.01810000091791153,2.7620999813079834,3.0887999534606934,0.017100000753998756,2.7607998847961426,3.088599920272827,0.017400000244379044,2.7558000087738037,3.132699966430664,0.01769999973475933,2.7578999996185303,3.1331000328063965,0.017500000074505806,2.76419997215271,3.0889999866485596,0.016899999231100082,2.7558000087738037,3.132699966430664,0.01769999973475933,2.76419997215271,3.0889999866485596,0.016899999231100082,2.7620999813079834,3.0887999534606934,0.017100000753998756,2.765899896621704,3.134500026702881,0.017500000074505806,2.761199951171875,3.1335999965667725,0.017500000074505806,2.7513999938964844,3.1796998977661133,0.018300000578165054,2.765899896621704,3.134500026702881,0.017500000074505806,2.7513999938964844,3.1796998977661133,0.018300000578165054,2.75600004196167,3.180799961090088,0.018300000578165054,2.7723000049591064,3.0899999141693115,0.01679999940097332,2.7674999237060547,3.089400053024292,0.01679999940097332,2.761199951171875,3.1335999965667725,0.017500000074505806,2.7723000049591064,3.0899999141693115,0.01679999940097332,2.761199951171875,3.1335999965667725,0.017500000074505806,2.765899896621704,3.134500026702881,0.017500000074505806,2.761199951171875,3.1335999965667725,0.017500000074505806,2.7578999996185303,3.1331000328063965,0.017500000074505806,2.748199939727783,3.178800106048584,0.018300000578165054,2.761199951171875,3.1335999965667725,0.017500000074505806,2.748199939727783,3.178800106048584,0.018300000578165054,2.7513999938964844,3.1796998977661133,0.018300000578165054,2.7674999237060547,3.089400053024292,0.01679999940097332,2.76419997215271,3.0889999866485596,0.016899999231100082,2.7578999996185303,3.1331000328063965,0.017500000074505806,2.7674999237060547,3.089400053024292,0.01679999940097332,2.7578999996185303,3.1331000328063965,0.017500000074505806,2.761199951171875,3.1335999965667725,0.017500000074505806,2.7767999172210693,3.003999948501587,0.016200000420212746,2.7720000743865967,3.003999948501587,0.016200000420212746,2.7709999084472656,3.0464000701904297,0.01640000008046627,2.7767999172210693,3.003999948501587,0.016200000420212746,2.7709999084472656,3.0464000701904297,0.01640000008046627,2.7757999897003174,3.0467000007629395,0.01640000008046627,2.7720000743865967,3.003999948501587,0.016200000420212746,2.768699884414673,3.003999948501587,0.016300000250339508,2.767699956893921,3.0462000370025635,0.01640000008046627,2.7720000743865967,3.003999948501587,0.016200000420212746,2.767699956893921,3.0462000370025635,0.01640000008046627,2.7709999084472656,3.0464000701904297,0.01640000008046627,2.7757999897003174,3.0467000007629395,0.01640000008046627,2.7709999084472656,3.0464000701904297,0.01640000008046627,2.7674999237060547,3.089400053024292,0.01679999940097332,2.7757999897003174,3.0467000007629395,0.01640000008046627,2.7674999237060547,3.089400053024292,0.01679999940097332,2.7723000049591064,3.0899999141693115,0.01679999940097332,2.7709999084472656,3.0464000701904297,0.01640000008046627,2.767699956893921,3.0462000370025635,0.01640000008046627,2.76419997215271,3.0889999866485596,0.016899999231100082,2.7709999084472656,3.0464000701904297,0.01640000008046627,2.76419997215271,3.0889999866485596,0.016899999231100082,2.7674999237060547,3.089400053024292,0.01679999940097332,2.731300115585327,3.2258999347686768,0.019600000232458115,2.7325000762939453,3.226300001144409,0.019300000742077827,2.7460999488830566,3.178299903869629,0.01850000023841858,2.731300115585327,3.2258999347686768,0.019600000232458115,2.7460999488830566,3.178299903869629,0.01850000023841858,2.744800090789795,3.177999973297119,0.018799999728798866,2.7121999263763428,3.27620005607605,0.020400000736117363,2.713399887084961,3.276700019836426,0.020099999383091927,2.7325000762939453,3.226300001144409,0.019300000742077827,2.7121999263763428,3.27620005607605,0.020400000736117363,2.7325000762939453,3.226300001144409,0.019300000742077827,2.731300115585327,3.2258999347686768,0.019600000232458115,2.7325000762939453,3.226300001144409,0.019300000742077827,2.734600067138672,3.2269999980926514,0.019099999219179153,2.748199939727783,3.178800106048584,0.018300000578165054,2.7325000762939453,3.226300001144409,0.019300000742077827,2.748199939727783,3.178800106048584,0.018300000578165054,2.7460999488830566,3.178299903869629,0.01850000023841858,2.713399887084961,3.276700019836426,0.020099999383091927,2.715399980545044,3.277600049972534,0.019899999722838402,2.734600067138672,3.2269999980926514,0.019099999219179153,2.713399887084961,3.276700019836426,0.020099999383091927,2.734600067138672,3.2269999980926514,0.019099999219179153,2.7325000762939453,3.226300001144409,0.019300000742077827,2.650099992752075,3.3833000659942627,0.022299999371170998,2.651099920272827,3.3840999603271484,0.02199999988079071,2.6868999004364014,3.3292999267578125,0.020999999716877937,2.650099992752075,3.3833000659942627,0.022299999371170998,2.6868999004364014,3.3292999267578125,0.020999999716877937,2.685800075531006,3.3285999298095703,0.021400000900030136,2.651099920272827,3.3840999603271484,0.02199999988079071,2.652899980545044,3.3854000568389893,0.021800000220537186,2.688800096511841,3.330399990081787,0.020899999886751175,2.651099920272827,3.3840999603271484,0.02199999988079071,2.688800096511841,3.330399990081787,0.020899999886751175,2.6868999004364014,3.3292999267578125,0.020999999716877937,2.685800075531006,3.3285999298095703,0.021400000900030136,2.6868999004364014,3.3292999267578125,0.020999999716877937,2.713399887084961,3.276700019836426,0.020099999383091927,2.685800075531006,3.3285999298095703,0.021400000900030136,2.713399887084961,3.276700019836426,0.020099999383091927,2.7121999263763428,3.27620005607605,0.020400000736117363,2.6868999004364014,3.3292999267578125,0.020999999716877937,2.688800096511841,3.330399990081787,0.020899999886751175,2.715399980545044,3.277600049972534,0.019899999722838402,2.6868999004364014,3.3292999267578125,0.020999999716877937,2.715399980545044,3.277600049972534,0.019899999722838402,2.713399887084961,3.276700019836426,0.020099999383091927,2.6958000659942627,3.3343000411987305,0.020899999886751175,2.691699981689453,3.3320000171661377,0.020800000056624413,2.655600070953369,3.3873000144958496,0.021800000220537186,2.6958000659942627,3.3343000411987305,0.020899999886751175,2.655600070953369,3.3873000144958496,0.021800000220537186,2.6594998836517334,3.3901000022888184,0.021900000050663948,2.7228000164031982,3.2808001041412354,0.019899999722838402,2.7184998989105225,3.278899908065796,0.019899999722838402,2.691699981689453,3.3320000171661377,0.020800000056624413,2.7228000164031982,3.2808001041412354,0.019899999722838402,2.691699981689453,3.3320000171661377,0.020800000056624413,2.6958000659942627,3.3343000411987305,0.020899999886751175,2.691699981689453,3.3320000171661377,0.020800000056624413,2.688800096511841,3.330399990081787,0.020899999886751175,2.652899980545044,3.3854000568389893,0.021800000220537186,2.691699981689453,3.3320000171661377,0.020800000056624413,2.652899980545044,3.3854000568389893,0.021800000220537186,2.655600070953369,3.3873000144958496,0.021800000220537186,2.7184998989105225,3.278899908065796,0.019899999722838402,2.715399980545044,3.277600049972534,0.019899999722838402,2.688800096511841,3.330399990081787,0.020899999886751175,2.7184998989105225,3.278899908065796,0.019899999722838402,2.688800096511841,3.330399990081787,0.020899999886751175,2.691699981689453,3.3320000171661377,0.020800000056624413,2.75600004196167,3.180799961090088,0.018300000578165054,2.7513999938964844,3.1796998977661133,0.018300000578165054,2.7376999855041504,3.228100061416626,0.019099999219179153,2.75600004196167,3.180799961090088,0.018300000578165054,2.7376999855041504,3.228100061416626,0.019099999219179153,2.742300033569336,3.229599952697754,0.019099999219179153,2.7513999938964844,3.1796998977661133,0.018300000578165054,2.748199939727783,3.178800106048584,0.018300000578165054,2.734600067138672,3.2269999980926514,0.019099999219179153,2.7513999938964844,3.1796998977661133,0.018300000578165054,2.734600067138672,3.2269999980926514,0.019099999219179153,2.7376999855041504,3.228100061416626,0.019099999219179153,2.742300033569336,3.229599952697754,0.019099999219179153,2.7376999855041504,3.228100061416626,0.019099999219179153,2.7184998989105225,3.278899908065796,0.019899999722838402,2.742300033569336,3.229599952697754,0.019099999219179153,2.7184998989105225,3.278899908065796,0.019899999722838402,2.7228000164031982,3.2808001041412354,0.019899999722838402,2.7376999855041504,3.228100061416626,0.019099999219179153,2.734600067138672,3.2269999980926514,0.019099999219179153,2.715399980545044,3.277600049972534,0.019899999722838402,2.7376999855041504,3.228100061416626,0.019099999219179153,2.715399980545044,3.277600049972534,0.019899999722838402,2.7184998989105225,3.278899908065796,0.019899999722838402,2.6033999919891357,3.4400999546051025,0.023399999365210533,2.6043999195098877,3.440999984741211,0.023099999874830246,2.651099920272827,3.3840999603271484,0.02199999988079071,2.6033999919891357,3.4400999546051025,0.023399999365210533,2.651099920272827,3.3840999603271484,0.02199999988079071,2.650099992752075,3.3833000659942627,0.022299999371170998,2.5297999382019043,3.494800090789795,0.024399999529123306,2.530600070953369,3.495800018310547,0.02410000003874302,2.6043999195098877,3.440999984741211,0.023099999874830246,2.5297999382019043,3.494800090789795,0.024399999529123306,2.6043999195098877,3.440999984741211,0.023099999874830246,2.6033999919891357,3.4400999546051025,0.023399999365210533,2.6043999195098877,3.440999984741211,0.023099999874830246,2.6059999465942383,3.442500114440918,0.02290000021457672,2.652899980545044,3.3854000568389893,0.021800000220537186,2.6043999195098877,3.440999984741211,0.023099999874830246,2.652899980545044,3.3854000568389893,0.021800000220537186,2.651099920272827,3.3840999603271484,0.02199999988079071,2.530600070953369,3.495800018310547,0.02410000003874302,2.5320000648498535,3.497499942779541,0.024000000208616257,2.6059999465942383,3.442500114440918,0.02290000021457672,2.530600070953369,3.495800018310547,0.02410000003874302,2.6059999465942383,3.442500114440918,0.02290000021457672,2.6043999195098877,3.440999984741211,0.023099999874830246,2.237799882888794,3.5804998874664307,0.026200000196695328,2.238300085067749,3.5817999839782715,0.02590000070631504,2.4138998985290527,3.5441999435424805,0.025100000202655792,2.237799882888794,3.5804998874664307,0.026200000196695328,2.4138998985290527,3.5441999435424805,0.025100000202655792,2.4131999015808105,3.5429999828338623,0.02539999969303608,2.4138998985290527,3.5441999435424805,0.025100000202655792,2.238300085067749,3.5817999839782715,0.02590000070631504,2.2392001152038574,3.5838000774383545,0.025699999183416367,2.4138998985290527,3.5441999435424805,0.025100000202655792,2.2392001152038574,3.5838000774383545,0.025699999183416367,2.41510009765625,3.5460000038146973,0.02500000037252903,2.4131999015808105,3.5429999828338623,0.02539999969303608,2.4138998985290527,3.5441999435424805,0.025100000202655792,2.530600070953369,3.495800018310547,0.02410000003874302,2.4131999015808105,3.5429999828338623,0.02539999969303608,2.530600070953369,3.495800018310547,0.02410000003874302,2.5297999382019043,3.494800090789795,0.024399999529123306,2.530600070953369,3.495800018310547,0.02410000003874302,2.4138998985290527,3.5441999435424805,0.025100000202655792,2.41510009765625,3.5460000038146973,0.02500000037252903,2.530600070953369,3.495800018310547,0.02410000003874302,2.41510009765625,3.5460000038146973,0.02500000037252903,2.5320000648498535,3.497499942779541,0.024000000208616257,2.2425999641418457,3.591399908065796,0.025800000876188278,2.419300079345703,3.553100109100342,0.02500000037252903,2.416800022125244,3.5488998889923096,0.02500000037252903,2.2425999641418457,3.591399908065796,0.025800000876188278,2.416800022125244,3.5488998889923096,0.02500000037252903,2.240600109100342,3.586899995803833,0.025699999183416367,2.419300079345703,3.553100109100342,0.02500000037252903,2.537100076675415,3.5037999153137207,0.02410000003874302,2.53410005569458,3.5000998973846436,0.024000000208616257,2.419300079345703,3.553100109100342,0.02500000037252903,2.53410005569458,3.5000998973846436,0.024000000208616257,2.416800022125244,3.5488998889923096,0.02500000037252903,2.240600109100342,3.586899995803833,0.025699999183416367,2.416800022125244,3.5488998889923096,0.02500000037252903,2.41510009765625,3.5460000038146973,0.02500000037252903,2.240600109100342,3.586899995803833,0.025699999183416367,2.41510009765625,3.5460000038146973,0.02500000037252903,2.2392001152038574,3.5838000774383545,0.025699999183416367,2.416800022125244,3.5488998889923096,0.02500000037252903,2.53410005569458,3.5000998973846436,0.024000000208616257,2.5320000648498535,3.497499942779541,0.024000000208616257,2.416800022125244,3.5488998889923096,0.02500000037252903,2.5320000648498535,3.497499942779541,0.024000000208616257,2.41510009765625,3.5460000038146973,0.02500000037252903,2.6594998836517334,3.3901000022888184,0.021900000050663948,2.655600070953369,3.3873000144958496,0.021800000220537186,2.6084001064300537,3.4447999000549316,0.02290000021457672,2.6594998836517334,3.3901000022888184,0.021900000050663948,2.6084001064300537,3.4447999000549316,0.02290000021457672,2.611799955368042,3.447999954223633,0.023000000044703484,2.655600070953369,3.3873000144958496,0.021800000220537186,2.652899980545044,3.3854000568389893,0.021800000220537186,2.6059999465942383,3.442500114440918,0.02290000021457672,2.655600070953369,3.3873000144958496,0.021800000220537186,2.6059999465942383,3.442500114440918,0.02290000021457672,2.6084001064300537,3.4447999000549316,0.02290000021457672,2.537100076675415,3.5037999153137207,0.02410000003874302,2.611799955368042,3.447999954223633,0.023000000044703484,2.6084001064300537,3.4447999000549316,0.02290000021457672,2.537100076675415,3.5037999153137207,0.02410000003874302,2.6084001064300537,3.4447999000549316,0.02290000021457672,2.53410005569458,3.5000998973846436,0.024000000208616257,2.53410005569458,3.5000998973846436,0.024000000208616257,2.6084001064300537,3.4447999000549316,0.02290000021457672,2.6059999465942383,3.442500114440918,0.02290000021457672,2.53410005569458,3.5000998973846436,0.024000000208616257,2.6059999465942383,3.442500114440918,0.02290000021457672,2.5320000648498535,3.497499942779541,0.024000000208616257,1.9874999523162842,3.6029999256134033,0.026599999517202377,1.9879000186920166,3.604300022125244,0.02630000002682209,2.238300085067749,3.5817999839782715,0.02590000070631504,1.9874999523162842,3.6029999256134033,0.026599999517202377,2.238300085067749,3.5817999839782715,0.02590000070631504,2.237799882888794,3.5804998874664307,0.026200000196695328,1.680999994277954,3.614300012588501,0.026900000870227814,1.6813000440597534,3.615600109100342,0.026599999517202377,1.9879000186920166,3.604300022125244,0.02630000002682209,1.680999994277954,3.614300012588501,0.026900000870227814,1.9879000186920166,3.604300022125244,0.02630000002682209,1.9874999523162842,3.6029999256134033,0.026599999517202377,1.9879000186920166,3.604300022125244,0.02630000002682209,1.9886000156402588,3.6064000129699707,0.026200000196695328,2.2392001152038574,3.5838000774383545,0.025699999183416367,1.9879000186920166,3.604300022125244,0.02630000002682209,2.2392001152038574,3.5838000774383545,0.025699999183416367,2.238300085067749,3.5817999839782715,0.02590000070631504,1.6813000440597534,3.615600109100342,0.026599999517202377,1.6816999912261963,3.6177000999450684,0.026399999856948853,1.9886000156402588,3.6064000129699707,0.026200000196695328,1.6813000440597534,3.615600109100342,0.026599999517202377,1.9886000156402588,3.6064000129699707,0.026200000196695328,1.9879000186920166,3.604300022125244,0.02630000002682209,0.974399983882904,3.618000030517578,0.027000000700354576,0.974399983882904,3.6194000244140625,0.026599999517202377,1.3372000455856323,3.6194000244140625,0.026599999517202377,0.974399983882904,3.618000030517578,0.027000000700354576,1.3372000455856323,3.6194000244140625,0.026599999517202377,1.3371000289916992,3.618000030517578,0.027000000700354576,0.974399983882904,3.6194000244140625,0.026599999517202377,0.974399983882904,3.621500015258789,0.026499999687075615,1.337399959564209,3.621500015258789,0.026499999687075615,0.974399983882904,3.6194000244140625,0.026599999517202377,1.337399959564209,3.621500015258789,0.026499999687075615,1.3372000455856323,3.6194000244140625,0.026599999517202377,1.3371000289916992,3.618000030517578,0.027000000700354576,1.3372000455856323,3.6194000244140625,0.026599999517202377,1.6813000440597534,3.615600109100342,0.026599999517202377,1.3371000289916992,3.618000030517578,0.027000000700354576,1.6813000440597534,3.615600109100342,0.026599999517202377,1.680999994277954,3.614300012588501,0.026900000870227814,1.3372000455856323,3.6194000244140625,0.026599999517202377,1.337399959564209,3.621500015258789,0.026499999687075615,1.6816999912261963,3.6177000999450684,0.026399999856948853,1.3372000455856323,3.6194000244140625,0.026599999517202377,1.6816999912261963,3.6177000999450684,0.026399999856948853,1.6813000440597534,3.615600109100342,0.026599999517202377,1.3381999731063843,3.629699945449829,0.026599999517202377,1.3377000093460083,3.624799966812134,0.026499999687075615,0.974399983882904,3.624799966812134,0.026499999687075615,1.3381999731063843,3.629699945449829,0.026599999517202377,0.974399983882904,3.624799966812134,0.026499999687075615,0.974399983882904,3.629699945449829,0.026599999517202377,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.6823999881744385,3.6210999488830566,0.026399999856948853,1.3377000093460083,3.624799966812134,0.026499999687075615,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.3377000093460083,3.624799966812134,0.026499999687075615,1.3381999731063843,3.629699945449829,0.026599999517202377,1.3377000093460083,3.624799966812134,0.026499999687075615,1.337399959564209,3.621500015258789,0.026499999687075615,0.974399983882904,3.621500015258789,0.026499999687075615,1.3377000093460083,3.624799966812134,0.026499999687075615,0.974399983882904,3.621500015258789,0.026499999687075615,0.974399983882904,3.624799966812134,0.026499999687075615,1.6823999881744385,3.6210999488830566,0.026399999856948853,1.6816999912261963,3.6177000999450684,0.026399999856948853,1.337399959564209,3.621500015258789,0.026499999687075615,1.6823999881744385,3.6210999488830566,0.026399999856948853,1.337399959564209,3.621500015258789,0.026499999687075615,1.3377000093460083,3.624799966812134,0.026499999687075615,1.9910000562667847,3.614300012588501,0.02630000002682209,2.2425999641418457,3.591399908065796,0.025800000876188278,2.240600109100342,3.586899995803833,0.025699999183416367,1.9910000562667847,3.614300012588501,0.02630000002682209,2.240600109100342,3.586899995803833,0.025699999183416367,1.9895000457763672,3.6096999645233154,0.026200000196695328,1.9895000457763672,3.6096999645233154,0.026200000196695328,2.240600109100342,3.586899995803833,0.025699999183416367,2.2392001152038574,3.5838000774383545,0.025699999183416367,1.9895000457763672,3.6096999645233154,0.026200000196695328,2.2392001152038574,3.5838000774383545,0.025699999183416367,1.9886000156402588,3.6064000129699707,0.026200000196695328,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.9910000562667847,3.614300012588501,0.02630000002682209,1.9895000457763672,3.6096999645233154,0.026200000196695328,1.6833000183105469,3.6257998943328857,0.026599999517202377,1.9895000457763672,3.6096999645233154,0.026200000196695328,1.6823999881744385,3.6210999488830566,0.026399999856948853,1.9895000457763672,3.6096999645233154,0.026200000196695328,1.9886000156402588,3.6064000129699707,0.026200000196695328,1.6816999912261963,3.6177000999450684,0.026399999856948853,1.9895000457763672,3.6096999645233154,0.026200000196695328,1.6816999912261963,3.6177000999450684,0.026399999856948853,1.6823999881744385,3.6210999488830566,0.026399999856948853,0.6118000149726868,3.618000030517578,0.027000000700354576,0.6116999983787537,3.6194000244140625,0.026599999517202377,0.974399983882904,3.6194000244140625,0.026599999517202377,0.6118000149726868,3.618000030517578,0.027000000700354576,0.974399983882904,3.6194000244140625,0.026599999517202377,0.974399983882904,3.618000030517578,0.027000000700354576,0.2678999900817871,3.614300012588501,0.026900000870227814,0.26759999990463257,3.615600109100342,0.026599999517202377,0.6116999983787537,3.6194000244140625,0.026599999517202377,0.2678999900817871,3.614300012588501,0.026900000870227814,0.6116999983787537,3.6194000244140625,0.026599999517202377,0.6118000149726868,3.618000030517578,0.027000000700354576,0.6116999983787537,3.6194000244140625,0.026599999517202377,0.6114000082015991,3.621500015258789,0.026499999687075615,0.974399983882904,3.621500015258789,0.026499999687075615,0.6116999983787537,3.6194000244140625,0.026599999517202377,0.974399983882904,3.621500015258789,0.026499999687075615,0.974399983882904,3.6194000244140625,0.026599999517202377,0.26759999990463257,3.615600109100342,0.026599999517202377,0.2671999931335449,3.6177000999450684,0.026399999856948853,0.6114000082015991,3.621500015258789,0.026499999687075615,0.26759999990463257,3.615600109100342,0.026599999517202377,0.6114000082015991,3.621500015258789,0.026499999687075615,0.6116999983787537,3.6194000244140625,0.026599999517202377,-0.289000004529953,3.5804998874664307,0.026200000196695328,-0.28949999809265137,3.5817999839782715,0.02590000070631504,-0.039000000804662704,3.604300022125244,0.02630000002682209,-0.289000004529953,3.5804998874664307,0.026200000196695328,-0.039000000804662704,3.604300022125244,0.02630000002682209,-0.038600001484155655,3.6029999256134033,0.026599999517202377,-0.28949999809265137,3.5817999839782715,0.02590000070631504,-0.2903999984264374,3.5838000774383545,0.025699999183416367,-0.03970000147819519,3.6064000129699707,0.026200000196695328,-0.28949999809265137,3.5817999839782715,0.02590000070631504,-0.03970000147819519,3.6064000129699707,0.026200000196695328,-0.039000000804662704,3.604300022125244,0.02630000002682209,-0.038600001484155655,3.6029999256134033,0.026599999517202377,-0.039000000804662704,3.604300022125244,0.02630000002682209,0.26759999990463257,3.615600109100342,0.026599999517202377,-0.038600001484155655,3.6029999256134033,0.026599999517202377,0.26759999990463257,3.615600109100342,0.026599999517202377,0.2678999900817871,3.614300012588501,0.026900000870227814,-0.039000000804662704,3.604300022125244,0.02630000002682209,-0.03970000147819519,3.6064000129699707,0.026200000196695328,0.2671999931335449,3.6177000999450684,0.026399999856948853,-0.039000000804662704,3.604300022125244,0.02630000002682209,0.2671999931335449,3.6177000999450684,0.026399999856948853,0.26759999990463257,3.615600109100342,0.026599999517202377,-0.042100001126527786,3.614300012588501,0.02630000002682209,-0.040699999779462814,3.6096999645233154,0.026200000196695328,-0.29170000553131104,3.586899995803833,0.025699999183416367,-0.042100001126527786,3.614300012588501,0.02630000002682209,-0.29170000553131104,3.586899995803833,0.025699999183416367,-0.2937000095844269,3.591399908065796,0.025800000876188278,0.265500009059906,3.6257998943328857,0.026599999517202377,0.26649999618530273,3.6210999488830566,0.026399999856948853,-0.040699999779462814,3.6096999645233154,0.026200000196695328,0.265500009059906,3.6257998943328857,0.026599999517202377,-0.040699999779462814,3.6096999645233154,0.026200000196695328,-0.042100001126527786,3.614300012588501,0.02630000002682209,-0.040699999779462814,3.6096999645233154,0.026200000196695328,-0.03970000147819519,3.6064000129699707,0.026200000196695328,-0.2903999984264374,3.5838000774383545,0.025699999183416367,-0.040699999779462814,3.6096999645233154,0.026200000196695328,-0.2903999984264374,3.5838000774383545,0.025699999183416367,-0.29170000553131104,3.586899995803833,0.025699999183416367,0.26649999618530273,3.6210999488830566,0.026399999856948853,0.2671999931335449,3.6177000999450684,0.026399999856948853,-0.03970000147819519,3.6064000129699707,0.026200000196695328,0.26649999618530273,3.6210999488830566,0.026399999856948853,-0.03970000147819519,3.6064000129699707,0.026200000196695328,-0.040699999779462814,3.6096999645233154,0.026200000196695328,0.974399983882904,3.629699945449829,0.026599999517202377,0.974399983882904,3.624799966812134,0.026499999687075615,0.6111000180244446,3.624799966812134,0.026499999687075615,0.974399983882904,3.629699945449829,0.026599999517202377,0.6111000180244446,3.624799966812134,0.026499999687075615,0.6105999946594238,3.629699945449829,0.026599999517202377,0.974399983882904,3.624799966812134,0.026499999687075615,0.974399983882904,3.621500015258789,0.026499999687075615,0.6114000082015991,3.621500015258789,0.026499999687075615,0.974399983882904,3.624799966812134,0.026499999687075615,0.6114000082015991,3.621500015258789,0.026499999687075615,0.6111000180244446,3.624799966812134,0.026499999687075615,0.6105999946594238,3.629699945449829,0.026599999517202377,0.6111000180244446,3.624799966812134,0.026499999687075615,0.26649999618530273,3.6210999488830566,0.026399999856948853,0.6105999946594238,3.629699945449829,0.026599999517202377,0.26649999618530273,3.6210999488830566,0.026399999856948853,0.265500009059906,3.6257998943328857,0.026599999517202377,0.6111000180244446,3.624799966812134,0.026499999687075615,0.6114000082015991,3.621500015258789,0.026499999687075615,0.2671999931335449,3.6177000999450684,0.026399999856948853,0.6111000180244446,3.624799966812134,0.026499999687075615,0.2671999931335449,3.6177000999450684,0.026399999856948853,0.26649999618530273,3.6210999488830566,0.026399999856948853,-0.4643999934196472,3.5429999828338623,0.02539999969303608,-0.4650999903678894,3.5441999435424805,0.025100000202655792,-0.28949999809265137,3.5817999839782715,0.02590000070631504,-0.4643999934196472,3.5429999828338623,0.02539999969303608,-0.28949999809265137,3.5817999839782715,0.02590000070631504,-0.289000004529953,3.5804998874664307,0.026200000196695328,-0.5809000134468079,3.494800090789795,0.024399999529123306,-0.5817999839782715,3.495800018310547,0.02410000003874302,-0.4650999903678894,3.5441999435424805,0.025100000202655792,-0.5809000134468079,3.494800090789795,0.024399999529123306,-0.4650999903678894,3.5441999435424805,0.025100000202655792,-0.4643999934196472,3.5429999828338623,0.02539999969303608,-0.4650999903678894,3.5441999435424805,0.025100000202655792,-0.46619999408721924,3.5460000038146973,0.02500000037252903,-0.2903999984264374,3.5838000774383545,0.025699999183416367,-0.4650999903678894,3.5441999435424805,0.025100000202655792,-0.2903999984264374,3.5838000774383545,0.025699999183416367,-0.28949999809265137,3.5817999839782715,0.02590000070631504,-0.5817999839782715,3.495800018310547,0.02410000003874302,-0.5831000208854675,3.497499942779541,0.024000000208616257,-0.46619999408721924,3.5460000038146973,0.02500000037252903,-0.5817999839782715,3.495800018310547,0.02410000003874302,-0.46619999408721924,3.5460000038146973,0.02500000037252903,-0.4650999903678894,3.5441999435424805,0.025100000202655792,-0.701200008392334,3.3833000659942627,0.022299999371170998,-0.7023000121116638,3.3840999603271484,0.02199999988079071,-0.6554999947547913,3.440999984741211,0.023099999874830246,-0.701200008392334,3.3833000659942627,0.022299999371170998,-0.6554999947547913,3.440999984741211,0.023099999874830246,-0.6546000242233276,3.4400999546051025,0.023399999365210533,-0.7023000121116638,3.3840999603271484,0.02199999988079071,-0.7039999961853027,3.3854000568389893,0.021800000220537186,-0.6571000218391418,3.442500114440918,0.02290000021457672,-0.7023000121116638,3.3840999603271484,0.02199999988079071,-0.6571000218391418,3.442500114440918,0.02290000021457672,-0.6554999947547913,3.440999984741211,0.023099999874830246,-0.6546000242233276,3.4400999546051025,0.023399999365210533,-0.6554999947547913,3.440999984741211,0.023099999874830246,-0.5817999839782715,3.495800018310547,0.02410000003874302,-0.6546000242233276,3.4400999546051025,0.023399999365210533,-0.5817999839782715,3.495800018310547,0.02410000003874302,-0.5809000134468079,3.494800090789795,0.024399999529123306,-0.6554999947547913,3.440999984741211,0.023099999874830246,-0.6571000218391418,3.442500114440918,0.02290000021457672,-0.5831000208854675,3.497499942779541,0.024000000208616257,-0.6554999947547913,3.440999984741211,0.023099999874830246,-0.5831000208854675,3.497499942779541,0.024000000208616257,-0.5817999839782715,3.495800018310547,0.02410000003874302,-0.6628999710083008,3.447999954223633,0.023000000044703484,-0.659500002861023,3.4447999000549316,0.02290000021457672,-0.7067000269889832,3.3873000144958496,0.021800000220537186,-0.6628999710083008,3.447999954223633,0.023000000044703484,-0.7067000269889832,3.3873000144958496,0.021800000220537186,-0.7106000185012817,3.3901000022888184,0.021900000050663948,-0.5881999731063843,3.5037999153137207,0.02410000003874302,-0.5852000117301941,3.5000998973846436,0.024000000208616257,-0.659500002861023,3.4447999000549316,0.02290000021457672,-0.5881999731063843,3.5037999153137207,0.02410000003874302,-0.659500002861023,3.4447999000549316,0.02290000021457672,-0.6628999710083008,3.447999954223633,0.023000000044703484,-0.659500002861023,3.4447999000549316,0.02290000021457672,-0.6571000218391418,3.442500114440918,0.02290000021457672,-0.7039999961853027,3.3854000568389893,0.021800000220537186,-0.659500002861023,3.4447999000549316,0.02290000021457672,-0.7039999961853027,3.3854000568389893,0.021800000220537186,-0.7067000269889832,3.3873000144958496,0.021800000220537186,-0.5852000117301941,3.5000998973846436,0.024000000208616257,-0.5831000208854675,3.497499942779541,0.024000000208616257,-0.6571000218391418,3.442500114440918,0.02290000021457672,-0.5852000117301941,3.5000998973846436,0.024000000208616257,-0.6571000218391418,3.442500114440918,0.02290000021457672,-0.659500002861023,3.4447999000549316,0.02290000021457672,-0.2937000095844269,3.591399908065796,0.025800000876188278,-0.29170000553131104,3.586899995803833,0.025699999183416367,-0.46790000796318054,3.5488998889923096,0.02500000037252903,-0.2937000095844269,3.591399908065796,0.025800000876188278,-0.46790000796318054,3.5488998889923096,0.02500000037252903,-0.47040000557899475,3.553100109100342,0.02500000037252903,-0.29170000553131104,3.586899995803833,0.025699999183416367,-0.2903999984264374,3.5838000774383545,0.025699999183416367,-0.46619999408721924,3.5460000038146973,0.02500000037252903,-0.29170000553131104,3.586899995803833,0.025699999183416367,-0.46619999408721924,3.5460000038146973,0.02500000037252903,-0.46790000796318054,3.5488998889923096,0.02500000037252903,-0.47040000557899475,3.553100109100342,0.02500000037252903,-0.46790000796318054,3.5488998889923096,0.02500000037252903,-0.5852000117301941,3.5000998973846436,0.024000000208616257,-0.47040000557899475,3.553100109100342,0.02500000037252903,-0.5852000117301941,3.5000998973846436,0.024000000208616257,-0.5881999731063843,3.5037999153137207,0.02410000003874302,-0.46790000796318054,3.5488998889923096,0.02500000037252903,-0.46619999408721924,3.5460000038146973,0.02500000037252903,-0.5831000208854675,3.497499942779541,0.024000000208616257,-0.46790000796318054,3.5488998889923096,0.02500000037252903,-0.5831000208854675,3.497499942779541,0.024000000208616257,-0.5852000117301941,3.5000998973846436,0.024000000208616257,-0.7368999719619751,3.3285999298095703,0.021400000900030136,-0.7379999756813049,3.3292999267578125,0.020999999716877937,-0.7023000121116638,3.3840999603271484,0.02199999988079071,-0.7368999719619751,3.3285999298095703,0.021400000900030136,-0.7023000121116638,3.3840999603271484,0.02199999988079071,-0.701200008392334,3.3833000659942627,0.022299999371170998,-0.7634000182151794,3.27620005607605,0.020400000736117363,-0.7645999789237976,3.276700019836426,0.020099999383091927,-0.7379999756813049,3.3292999267578125,0.020999999716877937,-0.7634000182151794,3.27620005607605,0.020400000736117363,-0.7379999756813049,3.3292999267578125,0.020999999716877937,-0.7368999719619751,3.3285999298095703,0.021400000900030136,-0.7379999756813049,3.3292999267578125,0.020999999716877937,-0.7398999929428101,3.330399990081787,0.020899999886751175,-0.7039999961853027,3.3854000568389893,0.021800000220537186,-0.7379999756813049,3.3292999267578125,0.020999999716877937,-0.7039999961853027,3.3854000568389893,0.021800000220537186,-0.7023000121116638,3.3840999603271484,0.02199999988079071,-0.7645999789237976,3.276700019836426,0.020099999383091927,-0.7664999961853027,3.277600049972534,0.019899999722838402,-0.7398999929428101,3.330399990081787,0.020899999886751175,-0.7645999789237976,3.276700019836426,0.020099999383091927,-0.7398999929428101,3.330399990081787,0.020899999886751175,-0.7379999756813049,3.3292999267578125,0.020999999716877937,-0.7958999872207642,3.177999973297119,0.018799999728798866,-0.7972000241279602,3.178299903869629,0.01850000023841858,-0.7836999893188477,3.226300001144409,0.019300000742077827,-0.7958999872207642,3.177999973297119,0.018799999728798866,-0.7836999893188477,3.226300001144409,0.019300000742077827,-0.7825000286102295,3.2258999347686768,0.019600000232458115,-0.7972000241279602,3.178299903869629,0.01850000023841858,-0.7993000149726868,3.178800106048584,0.018300000578165054,-0.7857000231742859,3.2269999980926514,0.019099999219179153,-0.7972000241279602,3.178299903869629,0.01850000023841858,-0.7857000231742859,3.2269999980926514,0.019099999219179153,-0.7836999893188477,3.226300001144409,0.019300000742077827,-0.7825000286102295,3.2258999347686768,0.019600000232458115,-0.7836999893188477,3.226300001144409,0.019300000742077827,-0.7645999789237976,3.276700019836426,0.020099999383091927,-0.7825000286102295,3.2258999347686768,0.019600000232458115,-0.7645999789237976,3.276700019836426,0.020099999383091927,-0.7634000182151794,3.27620005607605,0.020400000736117363,-0.7836999893188477,3.226300001144409,0.019300000742077827,-0.7857000231742859,3.2269999980926514,0.019099999219179153,-0.7664999961853027,3.277600049972534,0.019899999722838402,-0.7836999893188477,3.226300001144409,0.019300000742077827,-0.7664999961853027,3.277600049972534,0.019899999722838402,-0.7645999789237976,3.276700019836426,0.020099999383091927,-0.79339998960495,3.229599952697754,0.019099999219179153,-0.7889000177383423,3.228100061416626,0.019099999219179153,-0.8025000095367432,3.1796998977661133,0.018300000578165054,-0.79339998960495,3.229599952697754,0.019099999219179153,-0.8025000095367432,3.1796998977661133,0.018300000578165054,-0.8070999979972839,3.180799961090088,0.018300000578165054,-0.7739999890327454,3.2808001041412354,0.019899999722838402,-0.769599974155426,3.278899908065796,0.019899999722838402,-0.7889000177383423,3.228100061416626,0.019099999219179153,-0.7739999890327454,3.2808001041412354,0.019899999722838402,-0.7889000177383423,3.228100061416626,0.019099999219179153,-0.79339998960495,3.229599952697754,0.019099999219179153,-0.7889000177383423,3.228100061416626,0.019099999219179153,-0.7857000231742859,3.2269999980926514,0.019099999219179153,-0.7993000149726868,3.178800106048584,0.018300000578165054,-0.7889000177383423,3.228100061416626,0.019099999219179153,-0.7993000149726868,3.178800106048584,0.018300000578165054,-0.8025000095367432,3.1796998977661133,0.018300000578165054,-0.769599974155426,3.278899908065796,0.019899999722838402,-0.7664999961853027,3.277600049972534,0.019899999722838402,-0.7857000231742859,3.2269999980926514,0.019099999219179153,-0.769599974155426,3.278899908065796,0.019899999722838402,-0.7857000231742859,3.2269999980926514,0.019099999219179153,-0.7889000177383423,3.228100061416626,0.019099999219179153,-0.7106000185012817,3.3901000022888184,0.021900000050663948,-0.7067000269889832,3.3873000144958496,0.021800000220537186,-0.7427999973297119,3.3320000171661377,0.020800000056624413,-0.7106000185012817,3.3901000022888184,0.021900000050663948,-0.7427999973297119,3.3320000171661377,0.020800000056624413,-0.746999979019165,3.3343000411987305,0.020899999886751175,-0.7067000269889832,3.3873000144958496,0.021800000220537186,-0.7039999961853027,3.3854000568389893,0.021800000220537186,-0.7398999929428101,3.330399990081787,0.020899999886751175,-0.7067000269889832,3.3873000144958496,0.021800000220537186,-0.7398999929428101,3.330399990081787,0.020899999886751175,-0.7427999973297119,3.3320000171661377,0.020800000056624413,-0.746999979019165,3.3343000411987305,0.020899999886751175,-0.7427999973297119,3.3320000171661377,0.020800000056624413,-0.769599974155426,3.278899908065796,0.019899999722838402,-0.746999979019165,3.3343000411987305,0.020899999886751175,-0.769599974155426,3.278899908065796,0.019899999722838402,-0.7739999890327454,3.2808001041412354,0.019899999722838402,-0.7427999973297119,3.3320000171661377,0.020800000056624413,-0.7398999929428101,3.330399990081787,0.020899999886751175,-0.7664999961853027,3.277600049972534,0.019899999722838402,-0.7427999973297119,3.3320000171661377,0.020800000056624413,-0.7664999961853027,3.277600049972534,0.019899999722838402,-0.769599974155426,3.278899908065796,0.019899999722838402,-0.8055999875068665,3.1324000358581543,0.01810000091791153,-0.8069000244140625,3.132699966430664,0.01769999973475933,-0.7972000241279602,3.178299903869629,0.01850000023841858,-0.8055999875068665,3.1324000358581543,0.01810000091791153,-0.7972000241279602,3.178299903869629,0.01850000023841858,-0.7958999872207642,3.177999973297119,0.018799999728798866,-0.8119000196456909,3.088599920272827,0.017400000244379044,-0.8131999969482422,3.0887999534606934,0.017100000753998756,-0.8069000244140625,3.132699966430664,0.01769999973475933,-0.8119000196456909,3.088599920272827,0.017400000244379044,-0.8069000244140625,3.132699966430664,0.01769999973475933,-0.8055999875068665,3.1324000358581543,0.01810000091791153,-0.8069000244140625,3.132699966430664,0.01769999973475933,-0.8090000152587891,3.1331000328063965,0.017500000074505806,-0.7993000149726868,3.178800106048584,0.018300000578165054,-0.8069000244140625,3.132699966430664,0.01769999973475933,-0.7993000149726868,3.178800106048584,0.018300000578165054,-0.7972000241279602,3.178299903869629,0.01850000023841858,-0.8131999969482422,3.0887999534606934,0.017100000753998756,-0.8154000043869019,3.0889999866485596,0.016899999231100082,-0.8090000152587891,3.1331000328063965,0.017500000074505806,-0.8131999969482422,3.0887999534606934,0.017100000753998756,-0.8090000152587891,3.1331000328063965,0.017500000074505806,-0.8069000244140625,3.132699966430664,0.01769999973475933,-0.8163999915122986,3.003999948501587,0.01679999940097332,-0.8177000284194946,3.003999948501587,0.01640000008046627,-0.8166999816894531,3.046099901199341,0.016599999740719795,-0.8163999915122986,3.003999948501587,0.01679999940097332,-0.8166999816894531,3.046099901199341,0.016599999740719795,-0.8152999877929688,3.0460000038146973,0.017000000923871994,-0.8177000284194946,3.003999948501587,0.01640000008046627,-0.8198000192642212,3.003999948501587,0.016300000250339508,-0.8187999725341797,3.0462000370025635,0.01640000008046627,-0.8177000284194946,3.003999948501587,0.01640000008046627,-0.8187999725341797,3.0462000370025635,0.01640000008046627,-0.8166999816894531,3.046099901199341,0.016599999740719795,-0.8152999877929688,3.0460000038146973,0.017000000923871994,-0.8166999816894531,3.046099901199341,0.016599999740719795,-0.8131999969482422,3.0887999534606934,0.017100000753998756,-0.8152999877929688,3.0460000038146973,0.017000000923871994,-0.8131999969482422,3.0887999534606934,0.017100000753998756,-0.8119000196456909,3.088599920272827,0.017400000244379044,-0.8166999816894531,3.046099901199341,0.016599999740719795,-0.8187999725341797,3.0462000370025635,0.01640000008046627,-0.8154000043869019,3.0889999866485596,0.016899999231100082,-0.8166999816894531,3.046099901199341,0.016599999740719795,-0.8154000043869019,3.0889999866485596,0.016899999231100082,-0.8131999969482422,3.0887999534606934,0.017100000753998756,-0.8270000219345093,3.0467000007629395,0.01640000008046627,-0.8222000002861023,3.0464000701904297,0.01640000008046627,-0.823199987411499,3.003999948501587,0.016200000420212746,-0.8270000219345093,3.0467000007629395,0.01640000008046627,-0.823199987411499,3.003999948501587,0.016200000420212746,-0.828000009059906,3.003999948501587,0.016200000420212746,-0.8234999775886536,3.0899999141693115,0.01679999940097332,-0.8187000155448914,3.089400053024292,0.01679999940097332,-0.8222000002861023,3.0464000701904297,0.01640000008046627,-0.8234999775886536,3.0899999141693115,0.01679999940097332,-0.8222000002861023,3.0464000701904297,0.01640000008046627,-0.8270000219345093,3.0467000007629395,0.01640000008046627,-0.8222000002861023,3.0464000701904297,0.01640000008046627,-0.8187999725341797,3.0462000370025635,0.01640000008046627,-0.8198000192642212,3.003999948501587,0.016300000250339508,-0.8222000002861023,3.0464000701904297,0.01640000008046627,-0.8198000192642212,3.003999948501587,0.016300000250339508,-0.823199987411499,3.003999948501587,0.016200000420212746,-0.8187000155448914,3.089400053024292,0.01679999940097332,-0.8154000043869019,3.0889999866485596,0.016899999231100082,-0.8187999725341797,3.0462000370025635,0.01640000008046627,-0.8187000155448914,3.089400053024292,0.01679999940097332,-0.8187999725341797,3.0462000370025635,0.01640000008046627,-0.8222000002861023,3.0464000701904297,0.01640000008046627,-0.8070999979972839,3.180799961090088,0.018300000578165054,-0.8025000095367432,3.1796998977661133,0.018300000578165054,-0.8123000264167786,3.1335999965667725,0.017500000074505806,-0.8070999979972839,3.180799961090088,0.018300000578165054,-0.8123000264167786,3.1335999965667725,0.017500000074505806,-0.8169999718666077,3.134500026702881,0.017500000074505806,-0.8025000095367432,3.1796998977661133,0.018300000578165054,-0.7993000149726868,3.178800106048584,0.018300000578165054,-0.8090000152587891,3.1331000328063965,0.017500000074505806,-0.8025000095367432,3.1796998977661133,0.018300000578165054,-0.8090000152587891,3.1331000328063965,0.017500000074505806,-0.8123000264167786,3.1335999965667725,0.017500000074505806,-0.8169999718666077,3.134500026702881,0.017500000074505806,-0.8123000264167786,3.1335999965667725,0.017500000074505806,-0.8187000155448914,3.089400053024292,0.01679999940097332,-0.8169999718666077,3.134500026702881,0.017500000074505806,-0.8187000155448914,3.089400053024292,0.01679999940097332,-0.8234999775886536,3.0899999141693115,0.01679999940097332,-0.8123000264167786,3.1335999965667725,0.017500000074505806,-0.8090000152587891,3.1331000328063965,0.017500000074505806,-0.8154000043869019,3.0889999866485596,0.016899999231100082,-0.8123000264167786,3.1335999965667725,0.017500000074505806,-0.8154000043869019,3.0889999866485596,0.016899999231100082,-0.8187000155448914,3.089400053024292,0.01679999940097332,-0.8152999877929688,2.961899995803833,0.017000000923871994,-0.8166999816894531,2.961899995803833,0.016599999740719795,-0.8177000284194946,3.003999948501587,0.01640000008046627,-0.8152999877929688,2.961899995803833,0.017000000923871994,-0.8177000284194946,3.003999948501587,0.01640000008046627,-0.8163999915122986,3.003999948501587,0.01679999940097332,-0.8119000196456909,2.919300079345703,0.017400000244379044,-0.8131999969482422,2.919100046157837,0.017100000753998756,-0.8166999816894531,2.961899995803833,0.016599999740719795,-0.8119000196456909,2.919300079345703,0.017400000244379044,-0.8166999816894531,2.961899995803833,0.016599999740719795,-0.8152999877929688,2.961899995803833,0.017000000923871994,-0.8166999816894531,2.961899995803833,0.016599999740719795,-0.8187999725341797,2.961699962615967,0.01640000008046627,-0.8198000192642212,3.003999948501587,0.016300000250339508,-0.8166999816894531,2.961899995803833,0.016599999740719795,-0.8198000192642212,3.003999948501587,0.016300000250339508,-0.8177000284194946,3.003999948501587,0.01640000008046627,-0.8131999969482422,2.919100046157837,0.017100000753998756,-0.8154000043869019,2.9189000129699707,0.016899999231100082,-0.8187999725341797,2.961699962615967,0.01640000008046627,-0.8131999969482422,2.919100046157837,0.017100000753998756,-0.8187999725341797,2.961699962615967,0.01640000008046627,-0.8166999816894531,2.961899995803833,0.016599999740719795,-0.7958999872207642,2.829900026321411,0.018799999728798866,-0.7972000241279602,2.8296000957489014,0.01850000023841858,-0.8069000244140625,2.875200033187866,0.01769999973475933,-0.7958999872207642,2.829900026321411,0.018799999728798866,-0.8069000244140625,2.875200033187866,0.01769999973475933,-0.8055999875068665,2.875499963760376,0.01810000091791153,-0.7972000241279602,2.8296000957489014,0.01850000023841858,-0.7993000149726868,2.8290998935699463,0.018300000578165054,-0.8090000152587891,2.8749001026153564,0.017500000074505806,-0.7972000241279602,2.8296000957489014,0.01850000023841858,-0.8090000152587891,2.8749001026153564,0.017500000074505806,-0.8069000244140625,2.875200033187866,0.01769999973475933,-0.8055999875068665,2.875499963760376,0.01810000091791153,-0.8069000244140625,2.875200033187866,0.01769999973475933,-0.8131999969482422,2.919100046157837,0.017100000753998756,-0.8055999875068665,2.875499963760376,0.01810000091791153,-0.8131999969482422,2.919100046157837,0.017100000753998756,-0.8119000196456909,2.919300079345703,0.017400000244379044,-0.8069000244140625,2.875200033187866,0.01769999973475933,-0.8090000152587891,2.8749001026153564,0.017500000074505806,-0.8154000043869019,2.9189000129699707,0.016899999231100082,-0.8069000244140625,2.875200033187866,0.01769999973475933,-0.8154000043869019,2.9189000129699707,0.016899999231100082,-0.8131999969482422,2.919100046157837,0.017100000753998756,-0.8169999718666077,2.8733999729156494,0.017500000074505806,-0.8123000264167786,2.874300003051758,0.017500000074505806,-0.8025000095367432,2.828200101852417,0.018300000578165054,-0.8169999718666077,2.8733999729156494,0.017500000074505806,-0.8025000095367432,2.828200101852417,0.018300000578165054,-0.8070999979972839,2.8271000385284424,0.018300000578165054,-0.8234999775886536,2.9179000854492188,0.01679999940097332,-0.8187000155448914,2.9184999465942383,0.01679999940097332,-0.8123000264167786,2.874300003051758,0.017500000074505806,-0.8234999775886536,2.9179000854492188,0.01679999940097332,-0.8123000264167786,2.874300003051758,0.017500000074505806,-0.8169999718666077,2.8733999729156494,0.017500000074505806,-0.8123000264167786,2.874300003051758,0.017500000074505806,-0.8090000152587891,2.8749001026153564,0.017500000074505806,-0.7993000149726868,2.8290998935699463,0.018300000578165054,-0.8123000264167786,2.874300003051758,0.017500000074505806,-0.7993000149726868,2.8290998935699463,0.018300000578165054,-0.8025000095367432,2.828200101852417,0.018300000578165054,-0.8187000155448914,2.9184999465942383,0.01679999940097332,-0.8154000043869019,2.9189000129699707,0.016899999231100082,-0.8090000152587891,2.8749001026153564,0.017500000074505806,-0.8187000155448914,2.9184999465942383,0.01679999940097332,-0.8090000152587891,2.8749001026153564,0.017500000074505806,-0.8123000264167786,2.874300003051758,0.017500000074505806,-0.828000009059906,3.003999948501587,0.016200000420212746,-0.823199987411499,3.003999948501587,0.016200000420212746,-0.8222000002861023,2.9614999294281006,0.01640000008046627,-0.828000009059906,3.003999948501587,0.016200000420212746,-0.8222000002861023,2.9614999294281006,0.01640000008046627,-0.8270000219345093,2.961199998855591,0.01640000008046627,-0.823199987411499,3.003999948501587,0.016200000420212746,-0.8198000192642212,3.003999948501587,0.016300000250339508,-0.8187999725341797,2.961699962615967,0.01640000008046627,-0.823199987411499,3.003999948501587,0.016200000420212746,-0.8187999725341797,2.961699962615967,0.01640000008046627,-0.8222000002861023,2.9614999294281006,0.01640000008046627,-0.8270000219345093,2.961199998855591,0.01640000008046627,-0.8222000002861023,2.9614999294281006,0.01640000008046627,-0.8187000155448914,2.9184999465942383,0.01679999940097332,-0.8270000219345093,2.961199998855591,0.01640000008046627,-0.8187000155448914,2.9184999465942383,0.01679999940097332,-0.8234999775886536,2.9179000854492188,0.01679999940097332,-0.8222000002861023,2.9614999294281006,0.01640000008046627,-0.8187999725341797,2.961699962615967,0.01640000008046627,-0.8154000043869019,2.9189000129699707,0.016899999231100082,-0.8222000002861023,2.9614999294281006,0.01640000008046627,-0.8154000043869019,2.9189000129699707,0.016899999231100082,-0.8187000155448914,2.9184999465942383,0.01679999940097332,-0.47519999742507935,2.6465001106262207,0.05460000038146973,-0.5087000131607056,2.696199893951416,0.05460000038146973,-0.28850001096725464,2.708699941635132,0.05460000038146973,-0.47519999742507935,2.6465001106262207,0.05460000038146973,-0.28850001096725464,2.708699941635132,0.05460000038146973,-0.2565999925136566,2.663100004196167,0.05460000038146973,-0.5087000131607056,2.696199893951416,0.05460000038146973,-0.5340999960899353,2.744499921798706,0.05460000038146973,-0.3133000135421753,2.7535998821258545,0.054499998688697815,-0.5087000131607056,2.696199893951416,0.05460000038146973,-0.3133000135421753,2.7535998821258545,0.054499998688697815,-0.28850001096725464,2.708699941635132,0.05460000038146973,-0.2565999925136566,2.663100004196167,0.05460000038146973,-0.28850001096725464,2.708699941635132,0.05460000038146973,-0.024700000882148743,2.723400115966797,0.054499998688697815,-0.2565999925136566,2.663100004196167,0.05460000038146973,-0.024700000882148743,2.723400115966797,0.054499998688697815,0.005400000140070915,2.6826999187469482,0.05460000038146973,-0.28850001096725464,2.708699941635132,0.05460000038146973,-0.3133000135421753,2.7535998821258545,0.054499998688697815,-0.04879999905824661,2.7643001079559326,0.054499998688697815,-0.28850001096725464,2.708699941635132,0.05460000038146973,-0.04879999905824661,2.7643001079559326,0.054499998688697815,-0.024700000882148743,2.723400115966797,0.054499998688697815,-0.5529000163078308,2.791300058364868,0.054499998688697815,-0.5666000247001648,2.836400032043457,0.054499998688697815,-0.34630000591278076,2.84060001373291,0.054499998688697815,-0.5529000163078308,2.791300058364868,0.054499998688697815,-0.34630000591278076,2.84060001373291,0.054499998688697815,-0.33219999074935913,2.797600030899048,0.054499998688697815,-0.33219999074935913,2.797600030899048,0.054499998688697815,-0.34630000591278076,2.84060001373291,0.054499998688697815,-0.08240000158548355,2.8457000255584717,0.054499998688697815,-0.33219999074935913,2.797600030899048,0.054499998688697815,-0.08240000158548355,2.8457000255584717,0.054499998688697815,-0.06769999861717224,2.8050999641418457,0.054499998688697815,-0.5340999960899353,2.744499921798706,0.05460000038146973,-0.5529000163078308,2.791300058364868,0.054499998688697815,-0.33219999074935913,2.797600030899048,0.054499998688697815,-0.5340999960899353,2.744499921798706,0.05460000038146973,-0.33219999074935913,2.797600030899048,0.054499998688697815,-0.3133000135421753,2.7535998821258545,0.054499998688697815,-0.3133000135421753,2.7535998821258545,0.054499998688697815,-0.33219999074935913,2.797600030899048,0.054499998688697815,-0.06769999861717224,2.8050999641418457,0.054499998688697815,-0.3133000135421753,2.7535998821258545,0.054499998688697815,-0.06769999861717224,2.8050999641418457,0.054499998688697815,-0.04879999905824661,2.7643001079559326,0.054499998688697815,0.4025000035762787,2.8554000854492188,0.054499998688697815,0.4180000126361847,2.819499969482422,0.054499998688697815,0.19679999351501465,2.8127999305725098,0.054499998688697815,0.4025000035762787,2.8554000854492188,0.054499998688697815,0.19679999351501465,2.8127999305725098,0.054499998688697815,0.1817999929189682,2.850800037384033,0.054499998688697815,0.4180000126361847,2.819499969482422,0.054499998688697815,0.43700000643730164,2.7846999168395996,0.054499998688697815,0.2159000039100647,2.7751998901367188,0.054499998688697815,0.4180000126361847,2.819499969482422,0.054499998688697815,0.2159000039100647,2.7751998901367188,0.054499998688697815,0.19679999351501465,2.8127999305725098,0.054499998688697815,0.1817999929189682,2.850800037384033,0.054499998688697815,0.19679999351501465,2.8127999305725098,0.054499998688697815,-0.06769999861717224,2.8050999641418457,0.054499998688697815,0.1817999929189682,2.850800037384033,0.054499998688697815,-0.06769999861717224,2.8050999641418457,0.054499998688697815,-0.08240000158548355,2.8457000255584717,0.054499998688697815,0.19679999351501465,2.8127999305725098,0.054499998688697815,0.2159000039100647,2.7751998901367188,0.054499998688697815,-0.04879999905824661,2.7643001079559326,0.054499998688697815,0.19679999351501465,2.8127999305725098,0.054499998688697815,-0.04879999905824661,2.7643001079559326,0.054499998688697815,-0.06769999861717224,2.8050999641418457,0.054499998688697815,0.45969998836517334,2.751300096511841,0.054499998688697815,0.486299991607666,2.7195000648498535,0.054499998688697815,0.26739999651908875,2.702500104904175,0.054499998688697815,0.45969998836517334,2.751300096511841,0.054499998688697815,0.26739999651908875,2.702500104904175,0.054499998688697815,0.23929999768733978,2.7383999824523926,0.054499998688697815,0.23929999768733978,2.7383999824523926,0.054499998688697815,0.26739999651908875,2.702500104904175,0.054499998688697815,0.005400000140070915,2.6826999187469482,0.05460000038146973,0.23929999768733978,2.7383999824523926,0.054499998688697815,0.005400000140070915,2.6826999187469482,0.05460000038146973,-0.024700000882148743,2.723400115966797,0.054499998688697815,0.43700000643730164,2.7846999168395996,0.054499998688697815,0.45969998836517334,2.751300096511841,0.054499998688697815,0.23929999768733978,2.7383999824523926,0.054499998688697815,0.43700000643730164,2.7846999168395996,0.054499998688697815,0.23929999768733978,2.7383999824523926,0.054499998688697815,0.2159000039100647,2.7751998901367188,0.054499998688697815,0.2159000039100647,2.7751998901367188,0.054499998688697815,0.23929999768733978,2.7383999824523926,0.054499998688697815,-0.024700000882148743,2.723400115966797,0.054499998688697815,0.2159000039100647,2.7751998901367188,0.054499998688697815,-0.024700000882148743,2.723400115966797,0.054499998688697815,-0.04879999905824661,2.7643001079559326,0.054499998688697815,-0.5666000247001648,2.836400032043457,0.054499998688697815,-0.5766000151634216,2.8798000812530518,0.054499998688697815,-0.35679998993873596,2.8826000690460205,0.054499998688697815,-0.5666000247001648,2.836400032043457,0.054499998688697815,-0.35679998993873596,2.8826000690460205,0.054499998688697815,-0.34630000591278076,2.84060001373291,0.054499998688697815,-0.5766000151634216,2.8798000812530518,0.054499998688697815,-0.583299994468689,2.921999931335449,0.0544000007212162,-0.36390000581741333,2.9235999584198,0.054499998688697815,-0.5766000151634216,2.8798000812530518,0.054499998688697815,-0.36390000581741333,2.9235999584198,0.054499998688697815,-0.35679998993873596,2.8826000690460205,0.054499998688697815,-0.34630000591278076,2.84060001373291,0.054499998688697815,-0.35679998993873596,2.8826000690460205,0.054499998688697815,-0.0934000015258789,2.8857998847961426,0.054499998688697815,-0.34630000591278076,2.84060001373291,0.054499998688697815,-0.0934000015258789,2.8857998847961426,0.054499998688697815,-0.08240000158548355,2.8457000255584717,0.054499998688697815,-0.35679998993873596,2.8826000690460205,0.054499998688697815,-0.36390000581741333,2.9235999584198,0.054499998688697815,-0.10100000351667404,2.925600051879883,0.054499998688697815,-0.35679998993873596,2.8826000690460205,0.054499998688697815,-0.10100000351667404,2.925600051879883,0.054499998688697815,-0.0934000015258789,2.8857998847961426,0.054499998688697815,-0.5870000123977661,2.9632999897003174,0.0544000007212162,-0.588100016117096,3.004199981689453,0.0544000007212162,-0.36910000443458557,3.0044000148773193,0.0544000007212162,-0.5870000123977661,2.9632999897003174,0.0544000007212162,-0.36910000443458557,3.0044000148773193,0.0544000007212162,-0.367900013923645,2.964099884033203,0.0544000007212162,-0.367900013923645,2.964099884033203,0.0544000007212162,-0.36910000443458557,3.0044000148773193,0.0544000007212162,-0.10670000314712524,3.0046000480651855,0.0544000007212162,-0.367900013923645,2.964099884033203,0.0544000007212162,-0.10670000314712524,3.0046000480651855,0.0544000007212162,-0.10530000180006027,2.965100049972534,0.054499998688697815,-0.583299994468689,2.921999931335449,0.0544000007212162,-0.5870000123977661,2.9632999897003174,0.0544000007212162,-0.367900013923645,2.964099884033203,0.0544000007212162,-0.583299994468689,2.921999931335449,0.0544000007212162,-0.367900013923645,2.964099884033203,0.0544000007212162,-0.36390000581741333,2.9235999584198,0.054499998688697815,-0.36390000581741333,2.9235999584198,0.054499998688697815,-0.367900013923645,2.964099884033203,0.0544000007212162,-0.10530000180006027,2.965100049972534,0.054499998688697815,-0.36390000581741333,2.9235999584198,0.054499998688697815,-0.10530000180006027,2.965100049972534,0.054499998688697815,-0.10100000351667404,2.925600051879883,0.054499998688697815,0.37540000677108765,3.0051000118255615,0.054499998688697815,0.37700000405311584,2.967099905014038,0.054499998688697815,0.15729999542236328,2.966200113296509,0.054499998688697815,0.37540000677108765,3.0051000118255615,0.054499998688697815,0.15729999542236328,2.966200113296509,0.054499998688697815,0.155799999833107,3.0048999786376953,0.054499998688697815,0.37700000405311584,2.967099905014038,0.054499998688697815,0.382099986076355,2.9293999671936035,0.054499998688697815,0.16210000216960907,2.9275999069213867,0.054499998688697815,0.37700000405311584,2.967099905014038,0.054499998688697815,0.16210000216960907,2.9275999069213867,0.054499998688697815,0.15729999542236328,2.966200113296509,0.054499998688697815,0.155799999833107,3.0048999786376953,0.054499998688697815,0.15729999542236328,2.966200113296509,0.054499998688697815,-0.10530000180006027,2.965100049972534,0.054499998688697815,0.155799999833107,3.0048999786376953,0.054499998688697815,-0.10530000180006027,2.965100049972534,0.054499998688697815,-0.10670000314712524,3.0046000480651855,0.0544000007212162,0.15729999542236328,2.966200113296509,0.054499998688697815,0.16210000216960907,2.9275999069213867,0.054499998688697815,-0.10100000351667404,2.925600051879883,0.054499998688697815,0.15729999542236328,2.966200113296509,0.054499998688697815,-0.10100000351667404,2.925600051879883,0.054499998688697815,-0.10530000180006027,2.965100049972534,0.054499998688697815,0.3905999958515167,2.8921000957489014,0.054499998688697815,0.4025000035762787,2.8554000854492188,0.054499998688697815,0.1817999929189682,2.850800037384033,0.054499998688697815,0.3905999958515167,2.8921000957489014,0.054499998688697815,0.1817999929189682,2.850800037384033,0.054499998688697815,0.17020000517368317,2.8891000747680664,0.054499998688697815,0.17020000517368317,2.8891000747680664,0.054499998688697815,0.1817999929189682,2.850800037384033,0.054499998688697815,-0.08240000158548355,2.8457000255584717,0.054499998688697815,0.17020000517368317,2.8891000747680664,0.054499998688697815,-0.08240000158548355,2.8457000255584717,0.054499998688697815,-0.0934000015258789,2.8857998847961426,0.054499998688697815,0.382099986076355,2.9293999671936035,0.054499998688697815,0.3905999958515167,2.8921000957489014,0.054499998688697815,0.17020000517368317,2.8891000747680664,0.054499998688697815,0.382099986076355,2.9293999671936035,0.054499998688697815,0.17020000517368317,2.8891000747680664,0.054499998688697815,0.16210000216960907,2.9275999069213867,0.054499998688697815,0.16210000216960907,2.9275999069213867,0.054499998688697815,0.17020000517368317,2.8891000747680664,0.054499998688697815,-0.0934000015258789,2.8857998847961426,0.054499998688697815,0.16210000216960907,2.9275999069213867,0.054499998688697815,-0.0934000015258789,2.8857998847961426,0.054499998688697815,-0.10100000351667404,2.925600051879883,0.054499998688697815,-0.586899995803833,3.0450000762939453,0.0544000007212162,-0.3677999973297119,3.044600009918213,0.0544000007212162,-0.36910000443458557,3.0044000148773193,0.0544000007212162,-0.586899995803833,3.0450000762939453,0.0544000007212162,-0.36910000443458557,3.0044000148773193,0.0544000007212162,-0.588100016117096,3.004199981689453,0.0544000007212162,-0.5831999778747559,3.0862998962402344,0.0544000007212162,-0.3637000024318695,3.085099935531616,0.054499998688697815,-0.3677999973297119,3.044600009918213,0.0544000007212162,-0.5831999778747559,3.0862998962402344,0.0544000007212162,-0.3677999973297119,3.044600009918213,0.0544000007212162,-0.586899995803833,3.0450000762939453,0.0544000007212162,-0.3677999973297119,3.044600009918213,0.0544000007212162,-0.10520000010728836,3.044100046157837,0.054499998688697815,-0.10670000314712524,3.0046000480651855,0.0544000007212162,-0.3677999973297119,3.044600009918213,0.0544000007212162,-0.10670000314712524,3.0046000480651855,0.0544000007212162,-0.36910000443458557,3.0044000148773193,0.0544000007212162,-0.3637000024318695,3.085099935531616,0.054499998688697815,-0.1006999984383583,3.0836000442504883,0.054499998688697815,-0.10520000010728836,3.044100046157837,0.054499998688697815,-0.3637000024318695,3.085099935531616,0.054499998688697815,-0.10520000010728836,3.044100046157837,0.054499998688697815,-0.3677999973297119,3.044600009918213,0.0544000007212162,-0.5663999915122986,3.1719000339508057,0.054499998688697815,-0.34599998593330383,3.1679999828338623,0.054499998688697815,-0.3564999997615814,3.1261000633239746,0.054499998688697815,-0.5663999915122986,3.1719000339508057,0.054499998688697815,-0.3564999997615814,3.1261000633239746,0.054499998688697815,-0.5764999985694885,3.128499984741211,0.054499998688697815,-0.34599998593330383,3.1679999828338623,0.054499998688697815,-0.08179999887943268,3.1635000705718994,0.054499998688697815,-0.09300000220537186,3.1233999729156494,0.054499998688697815,-0.34599998593330383,3.1679999828338623,0.054499998688697815,-0.09300000220537186,3.1233999729156494,0.054499998688697815,-0.3564999997615814,3.1261000633239746,0.054499998688697815,-0.5764999985694885,3.128499984741211,0.054499998688697815,-0.3564999997615814,3.1261000633239746,0.054499998688697815,-0.3637000024318695,3.085099935531616,0.054499998688697815,-0.5764999985694885,3.128499984741211,0.054499998688697815,-0.3637000024318695,3.085099935531616,0.054499998688697815,-0.5831999778747559,3.0862998962402344,0.0544000007212162,-0.3564999997615814,3.1261000633239746,0.054499998688697815,-0.09300000220537186,3.1233999729156494,0.054499998688697815,-0.1006999984383583,3.0836000442504883,0.054499998688697815,-0.3564999997615814,3.1261000633239746,0.054499998688697815,-0.1006999984383583,3.0836000442504883,0.054499998688697815,-0.3637000024318695,3.085099935531616,0.054499998688697815,0.3912000060081482,3.118000030517578,0.054499998688697815,0.17069999873638153,3.1205999851226807,0.054499998688697815,0.18250000476837158,3.158799886703491,0.054499998688697815,0.3912000060081482,3.118000030517578,0.054499998688697815,0.18250000476837158,3.158799886703491,0.054499998688697815,0.4034000039100647,3.154599905014038,0.054499998688697815,0.3824999928474426,3.080699920654297,0.054499998688697815,0.1624000072479248,3.0820999145507812,0.054499998688697815,0.17069999873638153,3.1205999851226807,0.054499998688697815,0.3824999928474426,3.080699920654297,0.054499998688697815,0.17069999873638153,3.1205999851226807,0.054499998688697815,0.3912000060081482,3.118000030517578,0.054499998688697815,0.17069999873638153,3.1205999851226807,0.054499998688697815,-0.09300000220537186,3.1233999729156494,0.054499998688697815,-0.08179999887943268,3.1635000705718994,0.054499998688697815,0.17069999873638153,3.1205999851226807,0.054499998688697815,-0.08179999887943268,3.1635000705718994,0.054499998688697815,0.18250000476837158,3.158799886703491,0.054499998688697815,0.1624000072479248,3.0820999145507812,0.054499998688697815,-0.1006999984383583,3.0836000442504883,0.054499998688697815,-0.09300000220537186,3.1233999729156494,0.054499998688697815,0.1624000072479248,3.0820999145507812,0.054499998688697815,-0.09300000220537186,3.1233999729156494,0.054499998688697815,0.17069999873638153,3.1205999851226807,0.054499998688697815,0.37540000677108765,3.0051000118255615,0.054499998688697815,0.155799999833107,3.0048999786376953,0.054499998688697815,0.1574999988079071,3.0434999465942383,0.054499998688697815,0.37540000677108765,3.0051000118255615,0.054499998688697815,0.1574999988079071,3.0434999465942383,0.054499998688697815,0.37720000743865967,3.0429999828338623,0.054499998688697815,0.155799999833107,3.0048999786376953,0.054499998688697815,-0.10670000314712524,3.0046000480651855,0.0544000007212162,-0.10520000010728836,3.044100046157837,0.054499998688697815,0.155799999833107,3.0048999786376953,0.054499998688697815,-0.10520000010728836,3.044100046157837,0.054499998688697815,0.1574999988079071,3.0434999465942383,0.054499998688697815,0.37720000743865967,3.0429999828338623,0.054499998688697815,0.1574999988079071,3.0434999465942383,0.054499998688697815,0.1624000072479248,3.0820999145507812,0.054499998688697815,0.37720000743865967,3.0429999828338623,0.054499998688697815,0.1624000072479248,3.0820999145507812,0.054499998688697815,0.3824999928474426,3.080699920654297,0.054499998688697815,0.1574999988079071,3.0434999465942383,0.054499998688697815,-0.10520000010728836,3.044100046157837,0.054499998688697815,-0.1006999984383583,3.0836000442504883,0.054499998688697815,0.1574999988079071,3.0434999465942383,0.054499998688697815,-0.1006999984383583,3.0836000442504883,0.054499998688697815,0.1624000072479248,3.0820999145507812,0.054499998688697815,-0.5526999831199646,3.2170000076293945,0.054499998688697815,-0.33180001378059387,3.2109999656677246,0.054499998688697815,-0.34599998593330383,3.1679999828338623,0.054499998688697815,-0.5526999831199646,3.2170000076293945,0.054499998688697815,-0.34599998593330383,3.1679999828338623,0.054499998688697815,-0.5663999915122986,3.1719000339508057,0.054499998688697815,-0.5338000059127808,3.263700008392334,0.05460000038146973,-0.31279999017715454,3.255000114440918,0.054499998688697815,-0.33180001378059387,3.2109999656677246,0.054499998688697815,-0.5338000059127808,3.263700008392334,0.05460000038146973,-0.33180001378059387,3.2109999656677246,0.054499998688697815,-0.5526999831199646,3.2170000076293945,0.054499998688697815,-0.33180001378059387,3.2109999656677246,0.054499998688697815,-0.06710000336170197,3.2039999961853027,0.054499998688697815,-0.08179999887943268,3.1635000705718994,0.054499998688697815,-0.33180001378059387,3.2109999656677246,0.054499998688697815,-0.08179999887943268,3.1635000705718994,0.054499998688697815,-0.34599998593330383,3.1679999828338623,0.054499998688697815,-0.31279999017715454,3.255000114440918,0.054499998688697815,-0.04809999838471413,3.2446999549865723,0.054499998688697815,-0.06710000336170197,3.2039999961853027,0.054499998688697815,-0.31279999017715454,3.255000114440918,0.054499998688697815,-0.06710000336170197,3.2039999961853027,0.054499998688697815,-0.33180001378059387,3.2109999656677246,0.054499998688697815,-0.4749000072479248,3.3617000579833984,0.05460000038146973,-0.25600001215934753,3.3454999923706055,0.05460000038146973,-0.28790000081062317,3.2999000549316406,0.05460000038146973,-0.4749000072479248,3.3617000579833984,0.05460000038146973,-0.28790000081062317,3.2999000549316406,0.05460000038146973,-0.508400022983551,3.312000036239624,0.05460000038146973,-0.25600001215934753,3.3454999923706055,0.05460000038146973,0.006300000008195639,3.326200008392334,0.05460000038146973,-0.023800000548362732,3.2855000495910645,0.054499998688697815,-0.25600001215934753,3.3454999923706055,0.05460000038146973,-0.023800000548362732,3.2855000495910645,0.054499998688697815,-0.28790000081062317,3.2999000549316406,0.05460000038146973,-0.508400022983551,3.312000036239624,0.05460000038146973,-0.28790000081062317,3.2999000549316406,0.05460000038146973,-0.31279999017715454,3.255000114440918,0.054499998688697815,-0.508400022983551,3.312000036239624,0.05460000038146973,-0.31279999017715454,3.255000114440918,0.054499998688697815,-0.5338000059127808,3.263700008392334,0.05460000038146973,-0.28790000081062317,3.2999000549316406,0.05460000038146973,-0.023800000548362732,3.2855000495910645,0.054499998688697815,-0.04809999838471413,3.2446999549865723,0.054499998688697815,-0.28790000081062317,3.2999000549316406,0.05460000038146973,-0.04809999838471413,3.2446999549865723,0.054499998688697815,-0.31279999017715454,3.255000114440918,0.054499998688697815,0.4611999988555908,3.2583000659942627,0.054499998688697815,0.24040000140666962,3.2709999084472656,0.054499998688697815,0.2687000036239624,3.30679988861084,0.054499998688697815,0.4611999988555908,3.2583000659942627,0.054499998688697815,0.2687000036239624,3.30679988861084,0.054499998688697815,0.4878999888896942,3.2899999618530273,0.054499998688697815,0.4383000135421753,3.2249999046325684,0.054499998688697815,0.21690000593662262,3.2342000007629395,0.054499998688697815,0.24040000140666962,3.2709999084472656,0.054499998688697815,0.4383000135421753,3.2249999046325684,0.054499998688697815,0.24040000140666962,3.2709999084472656,0.054499998688697815,0.4611999988555908,3.2583000659942627,0.054499998688697815,0.24040000140666962,3.2709999084472656,0.054499998688697815,-0.023800000548362732,3.2855000495910645,0.054499998688697815,0.006300000008195639,3.326200008392334,0.05460000038146973,0.24040000140666962,3.2709999084472656,0.054499998688697815,0.006300000008195639,3.326200008392334,0.05460000038146973,0.2687000036239624,3.30679988861084,0.054499998688697815,0.21690000593662262,3.2342000007629395,0.054499998688697815,-0.04809999838471413,3.2446999549865723,0.054499998688697815,-0.023800000548362732,3.2855000495910645,0.054499998688697815,0.21690000593662262,3.2342000007629395,0.054499998688697815,-0.023800000548362732,3.2855000495910645,0.054499998688697815,0.24040000140666962,3.2709999084472656,0.054499998688697815,0.4034000039100647,3.154599905014038,0.054499998688697815,0.18250000476837158,3.158799886703491,0.054499998688697815,0.19769999384880066,3.1967999935150146,0.054499998688697815,0.4034000039100647,3.154599905014038,0.054499998688697815,0.19769999384880066,3.1967999935150146,0.054499998688697815,0.41909998655319214,3.1903998851776123,0.054499998688697815,0.18250000476837158,3.158799886703491,0.054499998688697815,-0.08179999887943268,3.1635000705718994,0.054499998688697815,-0.06710000336170197,3.2039999961853027,0.054499998688697815,0.18250000476837158,3.158799886703491,0.054499998688697815,-0.06710000336170197,3.2039999961853027,0.054499998688697815,0.19769999384880066,3.1967999935150146,0.054499998688697815,0.41909998655319214,3.1903998851776123,0.054499998688697815,0.19769999384880066,3.1967999935150146,0.054499998688697815,0.21690000593662262,3.2342000007629395,0.054499998688697815,0.41909998655319214,3.1903998851776123,0.054499998688697815,0.21690000593662262,3.2342000007629395,0.054499998688697815,0.4383000135421753,3.2249999046325684,0.054499998688697815,0.19769999384880066,3.1967999935150146,0.054499998688697815,-0.06710000336170197,3.2039999961853027,0.054499998688697815,-0.04809999838471413,3.2446999549865723,0.054499998688697815,0.19769999384880066,3.1967999935150146,0.054499998688697815,-0.04809999838471413,3.2446999549865723,0.054499998688697815,0.21690000593662262,3.2342000007629395,0.054499998688697815,-0.4318000078201294,3.4126999378204346,0.05460000038146973,-0.21580000221729279,3.3915998935699463,0.05460000038146973,-0.25600001215934753,3.3454999923706055,0.05460000038146973,-0.4318000078201294,3.4126999378204346,0.05460000038146973,-0.25600001215934753,3.3454999923706055,0.05460000038146973,-0.4749000072479248,3.3617000579833984,0.05460000038146973,-0.36579999327659607,3.4614999294281006,0.05469999834895134,-0.15639999508857727,3.4354000091552734,0.05460000038146973,-0.21580000221729279,3.3915998935699463,0.05460000038146973,-0.36579999327659607,3.4614999294281006,0.05469999834895134,-0.21580000221729279,3.3915998935699463,0.05460000038146973,-0.4318000078201294,3.4126999378204346,0.05460000038146973,-0.21580000221729279,3.3915998935699463,0.05460000038146973,0.04309999942779541,3.3666000366210938,0.05460000038146973,0.006300000008195639,3.326200008392334,0.05460000038146973,-0.21580000221729279,3.3915998935699463,0.05460000038146973,0.006300000008195639,3.326200008392334,0.05460000038146973,-0.25600001215934753,3.3454999923706055,0.05460000038146973,-0.15639999508857727,3.4354000091552734,0.05460000038146973,0.09449999779462814,3.4045000076293945,0.05460000038146973,0.04309999942779541,3.3666000366210938,0.05460000038146973,-0.15639999508857727,3.4354000091552734,0.05460000038146973,0.04309999942779541,3.3666000366210938,0.05460000038146973,-0.21580000221729279,3.3915998935699463,0.05460000038146973,-0.11089999973773956,3.5380001068115234,0.05469999834895134,0.06350000202655792,3.504199981689453,0.05469999834895134,-0.06700000166893005,3.473900079727173,0.05460000038146973,-0.11089999973773956,3.5380001068115234,0.05469999834895134,-0.06700000166893005,3.473900079727173,0.05460000038146973,-0.26330000162124634,3.504499912261963,0.05469999834895134,0.06350000202655792,3.504199981689453,0.05469999834895134,0.27239999175071716,3.4639999866485596,0.05460000038146973,0.16830000281333923,3.437700033187866,0.05460000038146973,0.06350000202655792,3.504199981689453,0.05469999834895134,0.16830000281333923,3.437700033187866,0.05460000038146973,-0.06700000166893005,3.473900079727173,0.05460000038146973,-0.26330000162124634,3.504499912261963,0.05469999834895134,-0.06700000166893005,3.473900079727173,0.05460000038146973,-0.15639999508857727,3.4354000091552734,0.05460000038146973,-0.26330000162124634,3.504499912261963,0.05469999834895134,-0.15639999508857727,3.4354000091552734,0.05460000038146973,-0.36579999327659607,3.4614999294281006,0.05469999834895134,-0.06700000166893005,3.473900079727173,0.05460000038146973,0.16830000281333923,3.437700033187866,0.05460000038146973,0.09449999779462814,3.4045000076293945,0.05460000038146973,-0.06700000166893005,3.473900079727173,0.05460000038146973,0.09449999779462814,3.4045000076293945,0.05460000038146973,-0.15639999508857727,3.4354000091552734,0.05460000038146973,0.6001999974250793,3.370300054550171,0.054499998688697815,0.40369999408721924,3.4012999534606934,0.05460000038146973,0.4814999997615814,3.4237000942230225,0.05460000038146973,0.6001999974250793,3.370300054550171,0.054499998688697815,0.4814999997615814,3.4237000942230225,0.05460000038146973,0.656000018119812,3.389400005340576,0.054499998688697815,0.5551000237464905,3.3468000888824463,0.054499998688697815,0.34549999237060547,3.373300075531006,0.05460000038146973,0.40369999408721924,3.4012999534606934,0.05460000038146973,0.5551000237464905,3.3468000888824463,0.054499998688697815,0.40369999408721924,3.4012999534606934,0.05460000038146973,0.6001999974250793,3.370300054550171,0.054499998688697815,0.40369999408721924,3.4012999534606934,0.05460000038146973,0.16830000281333923,3.437700033187866,0.05460000038146973,0.27239999175071716,3.4639999866485596,0.05460000038146973,0.40369999408721924,3.4012999534606934,0.05460000038146973,0.27239999175071716,3.4639999866485596,0.05460000038146973,0.4814999997615814,3.4237000942230225,0.05460000038146973,0.34549999237060547,3.373300075531006,0.05460000038146973,0.09449999779462814,3.4045000076293945,0.05460000038146973,0.16830000281333923,3.437700033187866,0.05460000038146973,0.34549999237060547,3.373300075531006,0.05460000038146973,0.16830000281333923,3.437700033187866,0.05460000038146973,0.40369999408721924,3.4012999534606934,0.05460000038146973,0.4878999888896942,3.2899999618530273,0.054499998688697815,0.2687000036239624,3.30679988861084,0.054499998688697815,0.3021000027656555,3.341399908065796,0.05460000038146973,0.4878999888896942,3.2899999618530273,0.054499998688697815,0.3021000027656555,3.341399908065796,0.05460000038146973,0.5184000134468079,3.319700002670288,0.054499998688697815,0.2687000036239624,3.30679988861084,0.054499998688697815,0.006300000008195639,3.326200008392334,0.05460000038146973,0.04309999942779541,3.3666000366210938,0.05460000038146973,0.2687000036239624,3.30679988861084,0.054499998688697815,0.04309999942779541,3.3666000366210938,0.05460000038146973,0.3021000027656555,3.341399908065796,0.05460000038146973,0.5184000134468079,3.319700002670288,0.054499998688697815,0.3021000027656555,3.341399908065796,0.05460000038146973,0.34549999237060547,3.373300075531006,0.05460000038146973,0.5184000134468079,3.319700002670288,0.054499998688697815,0.34549999237060547,3.373300075531006,0.05460000038146973,0.5551000237464905,3.3468000888824463,0.054499998688697815,0.3021000027656555,3.341399908065796,0.05460000038146973,0.04309999942779541,3.3666000366210938,0.05460000038146973,0.09449999779462814,3.4045000076293945,0.05460000038146973,0.3021000027656555,3.341399908065796,0.05460000038146973,0.09449999779462814,3.4045000076293945,0.05460000038146973,0.34549999237060547,3.373300075531006,0.05460000038146973,0.10499999672174454,3.5585999488830566,0.05469999834895134,0.2459000051021576,3.5232999324798584,0.05469999834895134,0.06350000202655792,3.504199981689453,0.05469999834895134,0.10499999672174454,3.5585999488830566,0.05469999834895134,0.06350000202655792,3.504199981689453,0.05469999834895134,-0.11089999973773956,3.5380001068115234,0.05469999834895134,0.3684999942779541,3.5694000720977783,0.05469999834895134,0.46720001101493835,3.5336999893188477,0.05469999834895134,0.2459000051021576,3.5232999324798584,0.05469999834895134,0.3684999942779541,3.5694000720977783,0.05469999834895134,0.2459000051021576,3.5232999324798584,0.05469999834895134,0.10499999672174454,3.5585999488830566,0.05469999834895134,0.2459000051021576,3.5232999324798584,0.05469999834895134,0.4147000014781952,3.481300115585327,0.05460000038146973,0.27239999175071716,3.4639999866485596,0.05460000038146973,0.2459000051021576,3.5232999324798584,0.05469999834895134,0.27239999175071716,3.4639999866485596,0.05460000038146973,0.06350000202655792,3.504199981689453,0.05469999834895134,0.46720001101493835,3.5336999893188477,0.05469999834895134,0.5856000185012817,3.491300106048584,0.05460000038146973,0.4147000014781952,3.481300115585327,0.05460000038146973,0.46720001101493835,3.5336999893188477,0.05469999834895134,0.4147000014781952,3.481300115585327,0.05460000038146973,0.2459000051021576,3.5232999324798584,0.05469999834895134,0.9746000170707703,3.5736000537872314,0.05469999834895134,0.9747999906539917,3.5385000705718994,0.05469999834895134,0.7145000100135803,3.537899971008301,0.05469999834895134,0.9746000170707703,3.5736000537872314,0.05469999834895134,0.7145000100135803,3.537899971008301,0.05469999834895134,0.6636000275611877,3.5732998847961426,0.05469999834895134,0.9747999906539917,3.5385000705718994,0.05469999834895134,0.9750999808311462,3.4967000484466553,0.05460000038146973,0.775600016117096,3.4958999156951904,0.05460000038146973,0.9747999906539917,3.5385000705718994,0.05469999834895134,0.775600016117096,3.4958999156951904,0.05460000038146973,0.7145000100135803,3.537899971008301,0.05469999834895134,0.6636000275611877,3.5732998847961426,0.05469999834895134,0.7145000100135803,3.537899971008301,0.05469999834895134,0.46720001101493835,3.5336999893188477,0.05469999834895134,0.6636000275611877,3.5732998847961426,0.05469999834895134,0.46720001101493835,3.5336999893188477,0.05469999834895134,0.3684999942779541,3.5694000720977783,0.05469999834895134,0.7145000100135803,3.537899971008301,0.05469999834895134,0.775600016117096,3.4958999156951904,0.05460000038146973,0.5856000185012817,3.491300106048584,0.05460000038146973,0.7145000100135803,3.537899971008301,0.05469999834895134,0.5856000185012817,3.491300106048584,0.05460000038146973,0.46720001101493835,3.5336999893188477,0.05469999834895134,0.8876000046730042,3.4177000522613525,0.054499998688697815,0.8366000056266785,3.4535999298095703,0.05460000038146973,0.9753999710083008,3.4547998905181885,0.05460000038146973,0.8876000046730042,3.4177000522613525,0.054499998688697815,0.9753999710083008,3.4547998905181885,0.05460000038146973,0.975600004196167,3.419100046157837,0.054499998688697815,0.8029000163078308,3.412600040435791,0.054499998688697815,0.7041000127792358,3.4488000869750977,0.05460000038146973,0.8366000056266785,3.4535999298095703,0.05460000038146973,0.8029000163078308,3.412600040435791,0.054499998688697815,0.8366000056266785,3.4535999298095703,0.05460000038146973,0.8876000046730042,3.4177000522613525,0.054499998688697815,0.8366000056266785,3.4535999298095703,0.05460000038146973,0.775600016117096,3.4958999156951904,0.05460000038146973,0.9750999808311462,3.4967000484466553,0.05460000038146973,0.8366000056266785,3.4535999298095703,0.05460000038146973,0.9750999808311462,3.4967000484466553,0.05460000038146973,0.9753999710083008,3.4547998905181885,0.05460000038146973,0.7041000127792358,3.4488000869750977,0.05460000038146973,0.5856000185012817,3.491300106048584,0.05460000038146973,0.775600016117096,3.4958999156951904,0.05460000038146973,0.7041000127792358,3.4488000869750977,0.05460000038146973,0.775600016117096,3.4958999156951904,0.05460000038146973,0.8366000056266785,3.4535999298095703,0.05460000038146973,0.656000018119812,3.389400005340576,0.054499998688697815,0.4814999997615814,3.4237000942230225,0.05460000038146973,0.5835999846458435,3.439199924468994,0.05460000038146973,0.656000018119812,3.389400005340576,0.054499998688697815,0.5835999846458435,3.439199924468994,0.05460000038146973,0.7246000170707703,3.4033000469207764,0.054499998688697815,0.4814999997615814,3.4237000942230225,0.05460000038146973,0.27239999175071716,3.4639999866485596,0.05460000038146973,0.4147000014781952,3.481300115585327,0.05460000038146973,0.4814999997615814,3.4237000942230225,0.05460000038146973,0.4147000014781952,3.481300115585327,0.05460000038146973,0.5835999846458435,3.439199924468994,0.05460000038146973,0.7246000170707703,3.4033000469207764,0.054499998688697815,0.5835999846458435,3.439199924468994,0.05460000038146973,0.7041000127792358,3.4488000869750977,0.05460000038146973,0.7246000170707703,3.4033000469207764,0.054499998688697815,0.7041000127792358,3.4488000869750977,0.05460000038146973,0.8029000163078308,3.412600040435791,0.054499998688697815,0.5835999846458435,3.439199924468994,0.05460000038146973,0.4147000014781952,3.481300115585327,0.05460000038146973,0.5856000185012817,3.491300106048584,0.05460000038146973,0.5835999846458435,3.439199924468994,0.05460000038146973,0.5856000185012817,3.491300106048584,0.05460000038146973,0.7041000127792358,3.4488000869750977,0.05460000038146973,0.9746000170707703,3.5736000537872314,0.05469999834895134,1.285599946975708,3.5732998847961426,0.05469999834895134,1.2351000308990479,3.5378000736236572,0.05469999834895134,0.9746000170707703,3.5736000537872314,0.05469999834895134,1.2351000308990479,3.5378000736236572,0.05469999834895134,0.9747999906539917,3.5385000705718994,0.05469999834895134,1.285599946975708,3.5732998847961426,0.05469999834895134,1.5808000564575195,3.5692999362945557,0.05469999834895134,1.4824999570846558,3.5334999561309814,0.05469999834895134,1.285599946975708,3.5732998847961426,0.05469999834895134,1.4824999570846558,3.5334999561309814,0.05469999834895134,1.2351000308990479,3.5378000736236572,0.05469999834895134,0.9747999906539917,3.5385000705718994,0.05469999834895134,1.2351000308990479,3.5378000736236572,0.05469999834895134,1.1746000051498413,3.495699882507324,0.05460000038146973,0.9747999906539917,3.5385000705718994,0.05469999834895134,1.1746000051498413,3.495699882507324,0.05460000038146973,0.9750999808311462,3.4967000484466553,0.05460000038146973,1.2351000308990479,3.5378000736236572,0.05469999834895134,1.4824999570846558,3.5334999561309814,0.05469999834895134,1.3645999431610107,3.4911000728607178,0.05460000038146973,1.2351000308990479,3.5378000736236572,0.05469999834895134,1.3645999431610107,3.4911000728607178,0.05460000038146973,1.1746000051498413,3.495699882507324,0.05460000038146973,1.8442000150680542,3.558500051498413,0.05469999834895134,2.0601000785827637,3.537899971008301,0.05469999834895134,1.886199951171875,3.5039000511169434,0.05469999834895134,1.8442000150680542,3.558500051498413,0.05469999834895134,1.886199951171875,3.5039000511169434,0.05469999834895134,1.7037999629974365,3.523099899291992,0.05469999834895134,1.7037999629974365,3.523099899291992,0.05469999834895134,1.886199951171875,3.5039000511169434,0.05469999834895134,1.6777000427246094,3.463599920272827,0.05460000038146973,1.7037999629974365,3.523099899291992,0.05469999834895134,1.6777000427246094,3.463599920272827,0.05460000038146973,1.5354000329971313,3.4809000492095947,0.05460000038146973,1.5808000564575195,3.5692999362945557,0.05469999834895134,1.8442000150680542,3.558500051498413,0.05469999834895134,1.7037999629974365,3.523099899291992,0.05469999834895134,1.5808000564575195,3.5692999362945557,0.05469999834895134,1.7037999629974365,3.523099899291992,0.05469999834895134,1.4824999570846558,3.5334999561309814,0.05469999834895134,1.4824999570846558,3.5334999561309814,0.05469999834895134,1.7037999629974365,3.523099899291992,0.05469999834895134,1.5354000329971313,3.4809000492095947,0.05460000038146973,1.4824999570846558,3.5334999561309814,0.05469999834895134,1.5354000329971313,3.4809000492095947,0.05460000038146973,1.3645999431610107,3.4911000728607178,0.05460000038146973,1.2949999570846558,3.3884999752044678,0.054499998688697815,1.2265000343322754,3.4026999473571777,0.054499998688697815,1.3669999837875366,3.4386000633239746,0.05460000038146973,1.2949999570846558,3.3884999752044678,0.054499998688697815,1.3669999837875366,3.4386000633239746,0.05460000038146973,1.469099998474121,3.4230000972747803,0.05460000038146973,1.2265000343322754,3.4026999473571777,0.054499998688697815,1.1482000350952148,3.412100076675415,0.054499998688697815,1.2466000318527222,3.4484000205993652,0.05460000038146973,1.2265000343322754,3.4026999473571777,0.054499998688697815,1.2466000318527222,3.4484000205993652,0.05460000038146973,1.3669999837875366,3.4386000633239746,0.05460000038146973,1.469099998474121,3.4230000972747803,0.05460000038146973,1.3669999837875366,3.4386000633239746,0.05460000038146973,1.5354000329971313,3.4809000492095947,0.05460000038146973,1.469099998474121,3.4230000972747803,0.05460000038146973,1.5354000329971313,3.4809000492095947,0.05460000038146973,1.6777000427246094,3.463599920272827,0.05460000038146973,1.3669999837875366,3.4386000633239746,0.05460000038146973,1.2466000318527222,3.4484000205993652,0.05460000038146973,1.3645999431610107,3.4911000728607178,0.05460000038146973,1.3669999837875366,3.4386000633239746,0.05460000038146973,1.3645999431610107,3.4911000728607178,0.05460000038146973,1.5354000329971313,3.4809000492095947,0.05460000038146973,1.0635000467300415,3.4173998832702637,0.054499998688697815,0.975600004196167,3.419100046157837,0.054499998688697815,0.9753999710083008,3.4547998905181885,0.05460000038146973,1.0635000467300415,3.4173998832702637,0.054499998688697815,0.9753999710083008,3.4547998905181885,0.05460000038146973,1.1139999628067017,3.453399896621704,0.05460000038146973,1.1139999628067017,3.453399896621704,0.05460000038146973,0.9753999710083008,3.4547998905181885,0.05460000038146973,0.9750999808311462,3.4967000484466553,0.05460000038146973,1.1139999628067017,3.453399896621704,0.05460000038146973,0.9750999808311462,3.4967000484466553,0.05460000038146973,1.1746000051498413,3.495699882507324,0.05460000038146973,1.1482000350952148,3.412100076675415,0.054499998688697815,1.0635000467300415,3.4173998832702637,0.054499998688697815,1.1139999628067017,3.453399896621704,0.05460000038146973,1.1482000350952148,3.412100076675415,0.054499998688697815,1.1139999628067017,3.453399896621704,0.05460000038146973,1.2466000318527222,3.4484000205993652,0.05460000038146973,1.2466000318527222,3.4484000205993652,0.05460000038146973,1.1139999628067017,3.453399896621704,0.05460000038146973,1.1746000051498413,3.495699882507324,0.05460000038146973,1.2466000318527222,3.4484000205993652,0.05460000038146973,1.1746000051498413,3.495699882507324,0.05460000038146973,1.3645999431610107,3.4911000728607178,0.05460000038146973,2.0601000785827637,3.537899971008301,0.05469999834895134,2.2125000953674316,3.504300117492676,0.05469999834895134,2.0165998935699463,3.4735000133514404,0.05460000038146973,2.0601000785827637,3.537899971008301,0.05469999834895134,2.0165998935699463,3.4735000133514404,0.05460000038146973,1.886199951171875,3.5039000511169434,0.05469999834895134,2.2125000953674316,3.504300117492676,0.05469999834895134,2.315000057220459,3.4612998962402344,0.05469999834895134,2.1059999465942383,3.434999942779541,0.05460000038146973,2.2125000953674316,3.504300117492676,0.05469999834895134,2.1059999465942383,3.434999942779541,0.05460000038146973,2.0165998935699463,3.4735000133514404,0.05460000038146973,1.886199951171875,3.5039000511169434,0.05469999834895134,2.0165998935699463,3.4735000133514404,0.05460000038146973,1.7817000150680542,3.4370999336242676,0.05460000038146973,1.886199951171875,3.5039000511169434,0.05469999834895134,1.7817000150680542,3.4370999336242676,0.05460000038146973,1.6777000427246094,3.463599920272827,0.05460000038146973,2.0165998935699463,3.4735000133514404,0.05460000038146973,2.1059999465942383,3.434999942779541,0.05460000038146973,1.8554999828338623,3.403700113296509,0.05460000038146973,2.0165998935699463,3.4735000133514404,0.05460000038146973,1.8554999828338623,3.403700113296509,0.05460000038146973,1.7817000150680542,3.4370999336242676,0.05460000038146973,2.38100004196167,3.412400007247925,0.05460000038146973,2.4240000247955322,3.3613998889923096,0.05460000038146973,2.205399990081787,3.3447999954223633,0.05460000038146973,2.38100004196167,3.412400007247925,0.05460000038146973,2.205399990081787,3.3447999954223633,0.05460000038146973,2.165299892425537,3.3910999298095703,0.05460000038146973,2.165299892425537,3.3910999298095703,0.05460000038146973,2.205399990081787,3.3447999954223633,0.05460000038146973,1.94350004196167,3.325200080871582,0.05460000038146973,2.165299892425537,3.3910999298095703,0.05460000038146973,1.94350004196167,3.325200080871582,0.05460000038146973,1.9068000316619873,3.3657000064849854,0.05460000038146973,2.315000057220459,3.4612998962402344,0.05469999834895134,2.38100004196167,3.412400007247925,0.05460000038146973,2.165299892425537,3.3910999298095703,0.05460000038146973,2.315000057220459,3.4612998962402344,0.05469999834895134,2.165299892425537,3.3910999298095703,0.05460000038146973,2.1059999465942383,3.434999942779541,0.05460000038146973,2.1059999465942383,3.434999942779541,0.05460000038146973,2.165299892425537,3.3910999298095703,0.05460000038146973,1.9068000316619873,3.3657000064849854,0.05460000038146973,2.1059999465942383,3.434999942779541,0.05460000038146973,1.9068000316619873,3.3657000064849854,0.05460000038146973,1.8554999828338623,3.403700113296509,0.05460000038146973,1.4625999927520752,3.2883999347686768,0.054499998688697815,1.4321999549865723,3.3183000087738037,0.054499998688697815,1.6481000185012817,3.3401999473571777,0.05460000038146973,1.4625999927520752,3.2883999347686768,0.054499998688697815,1.6481000185012817,3.3401999473571777,0.05460000038146973,1.68149995803833,3.3053998947143555,0.054499998688697815,1.4321999549865723,3.3183000087738037,0.054499998688697815,1.3955999612808228,3.3454999923706055,0.054499998688697815,1.6049000024795532,3.372299909591675,0.05460000038146973,1.4321999549865723,3.3183000087738037,0.054499998688697815,1.6049000024795532,3.372299909591675,0.05460000038146973,1.6481000185012817,3.3401999473571777,0.05460000038146973,1.68149995803833,3.3053998947143555,0.054499998688697815,1.6481000185012817,3.3401999473571777,0.05460000038146973,1.9068000316619873,3.3657000064849854,0.05460000038146973,1.68149995803833,3.3053998947143555,0.054499998688697815,1.9068000316619873,3.3657000064849854,0.05460000038146973,1.94350004196167,3.325200080871582,0.05460000038146973,1.6481000185012817,3.3401999473571777,0.05460000038146973,1.6049000024795532,3.372299909591675,0.05460000038146973,1.8554999828338623,3.403700113296509,0.05460000038146973,1.6481000185012817,3.3401999473571777,0.05460000038146973,1.8554999828338623,3.403700113296509,0.05460000038146973,1.9068000316619873,3.3657000064849854,0.05460000038146973,1.350600004196167,3.3691999912261963,0.054499998688697815,1.2949999570846558,3.3884999752044678,0.054499998688697815,1.469099998474121,3.4230000972747803,0.05460000038146973,1.350600004196167,3.3691999912261963,0.054499998688697815,1.469099998474121,3.4230000972747803,0.05460000038146973,1.5468000173568726,3.400399923324585,0.05460000038146973,1.5468000173568726,3.400399923324585,0.05460000038146973,1.469099998474121,3.4230000972747803,0.05460000038146973,1.6777000427246094,3.463599920272827,0.05460000038146973,1.5468000173568726,3.400399923324585,0.05460000038146973,1.6777000427246094,3.463599920272827,0.05460000038146973,1.7817000150680542,3.4370999336242676,0.05460000038146973,1.3955999612808228,3.3454999923706055,0.054499998688697815,1.350600004196167,3.3691999912261963,0.054499998688697815,1.5468000173568726,3.400399923324585,0.05460000038146973,1.3955999612808228,3.3454999923706055,0.054499998688697815,1.5468000173568726,3.400399923324585,0.05460000038146973,1.6049000024795532,3.372299909591675,0.05460000038146973,1.6049000024795532,3.372299909591675,0.05460000038146973,1.5468000173568726,3.400399923324585,0.05460000038146973,1.7817000150680542,3.4370999336242676,0.05460000038146973,1.6049000024795532,3.372299909591675,0.05460000038146973,1.7817000150680542,3.4370999336242676,0.05460000038146973,1.8554999828338623,3.403700113296509,0.05460000038146973,2.4240000247955322,3.3613998889923096,0.05460000038146973,2.4574999809265137,3.3117001056671143,0.05460000038146973,2.237299919128418,3.2992000579833984,0.05460000038146973,2.4240000247955322,3.3613998889923096,0.05460000038146973,2.237299919128418,3.2992000579833984,0.05460000038146973,2.205399990081787,3.3447999954223633,0.05460000038146973,2.4574999809265137,3.3117001056671143,0.05460000038146973,2.4828999042510986,3.263400077819824,0.05460000038146973,2.262200117111206,3.254300117492676,0.054499998688697815,2.4574999809265137,3.3117001056671143,0.05460000038146973,2.262200117111206,3.254300117492676,0.054499998688697815,2.237299919128418,3.2992000579833984,0.05460000038146973,2.205399990081787,3.3447999954223633,0.05460000038146973,2.237299919128418,3.2992000579833984,0.05460000038146973,1.9735000133514404,3.2844998836517334,0.054499998688697815,2.205399990081787,3.3447999954223633,0.05460000038146973,1.9735000133514404,3.2844998836517334,0.054499998688697815,1.94350004196167,3.325200080871582,0.05460000038146973,2.237299919128418,3.2992000579833984,0.05460000038146973,2.262200117111206,3.254300117492676,0.054499998688697815,1.9975999593734741,3.2435998916625977,0.054499998688697815,2.237299919128418,3.2992000579833984,0.05460000038146973,1.9975999593734741,3.2435998916625977,0.054499998688697815,1.9735000133514404,3.2844998836517334,0.054499998688697815,2.501800060272217,3.216599941253662,0.054499998688697815,2.515500068664551,3.1714999675750732,0.054499998688697815,2.295099973678589,3.16729998588562,0.054499998688697815,2.501800060272217,3.216599941253662,0.054499998688697815,2.295099973678589,3.16729998588562,0.054499998688697815,2.281100034713745,3.2102999687194824,0.054499998688697815,2.281100034713745,3.2102999687194824,0.054499998688697815,2.295099973678589,3.16729998588562,0.054499998688697815,2.0311999320983887,3.1621999740600586,0.054499998688697815,2.281100034713745,3.2102999687194824,0.054499998688697815,2.0311999320983887,3.1621999740600586,0.054499998688697815,2.0165998935699463,3.2028000354766846,0.054499998688697815,2.4828999042510986,3.263400077819824,0.05460000038146973,2.501800060272217,3.216599941253662,0.054499998688697815,2.281100034713745,3.2102999687194824,0.054499998688697815,2.4828999042510986,3.263400077819824,0.05460000038146973,2.281100034713745,3.2102999687194824,0.054499998688697815,2.262200117111206,3.254300117492676,0.054499998688697815,2.262200117111206,3.254300117492676,0.054499998688697815,2.281100034713745,3.2102999687194824,0.054499998688697815,2.0165998935699463,3.2028000354766846,0.054499998688697815,2.262200117111206,3.254300117492676,0.054499998688697815,2.0165998935699463,3.2028000354766846,0.054499998688697815,1.9975999593734741,3.2435998916625977,0.054499998688697815,1.5463000535964966,3.1524999141693115,0.054499998688697815,1.530900001525879,3.1884000301361084,0.054499998688697815,1.7519999742507935,3.1951000690460205,0.054499998688697815,1.5463000535964966,3.1524999141693115,0.054499998688697815,1.7519999742507935,3.1951000690460205,0.054499998688697815,1.7670999765396118,3.157099962234497,0.054499998688697815,1.530900001525879,3.1884000301361084,0.054499998688697815,1.5118000507354736,3.2232000827789307,0.054499998688697815,1.7330000400543213,3.2327001094818115,0.054499998688697815,1.530900001525879,3.1884000301361084,0.054499998688697815,1.7330000400543213,3.2327001094818115,0.054499998688697815,1.7519999742507935,3.1951000690460205,0.054499998688697815,1.7670999765396118,3.157099962234497,0.054499998688697815,1.7519999742507935,3.1951000690460205,0.054499998688697815,2.0165998935699463,3.2028000354766846,0.054499998688697815,1.7670999765396118,3.157099962234497,0.054499998688697815,2.0165998935699463,3.2028000354766846,0.054499998688697815,2.0311999320983887,3.1621999740600586,0.054499998688697815,1.7519999742507935,3.1951000690460205,0.054499998688697815,1.7330000400543213,3.2327001094818115,0.054499998688697815,1.9975999593734741,3.2435998916625977,0.054499998688697815,1.7519999742507935,3.1951000690460205,0.054499998688697815,1.9975999593734741,3.2435998916625977,0.054499998688697815,2.0165998935699463,3.2028000354766846,0.054499998688697815,1.4890999794006348,3.2565999031066895,0.054499998688697815,1.4625999927520752,3.2883999347686768,0.054499998688697815,1.68149995803833,3.3053998947143555,0.054499998688697815,1.4890999794006348,3.2565999031066895,0.054499998688697815,1.68149995803833,3.3053998947143555,0.054499998688697815,1.7095999717712402,3.2695000171661377,0.054499998688697815,1.7095999717712402,3.2695000171661377,0.054499998688697815,1.68149995803833,3.3053998947143555,0.054499998688697815,1.94350004196167,3.325200080871582,0.05460000038146973,1.7095999717712402,3.2695000171661377,0.054499998688697815,1.94350004196167,3.325200080871582,0.05460000038146973,1.9735000133514404,3.2844998836517334,0.054499998688697815,1.5118000507354736,3.2232000827789307,0.054499998688697815,1.4890999794006348,3.2565999031066895,0.054499998688697815,1.7095999717712402,3.2695000171661377,0.054499998688697815,1.5118000507354736,3.2232000827789307,0.054499998688697815,1.7095999717712402,3.2695000171661377,0.054499998688697815,1.7330000400543213,3.2327001094818115,0.054499998688697815,1.7330000400543213,3.2327001094818115,0.054499998688697815,1.7095999717712402,3.2695000171661377,0.054499998688697815,1.9735000133514404,3.2844998836517334,0.054499998688697815,1.7330000400543213,3.2327001094818115,0.054499998688697815,1.9735000133514404,3.2844998836517334,0.054499998688697815,1.9975999593734741,3.2435998916625977,0.054499998688697815,2.515500068664551,3.1714999675750732,0.054499998688697815,2.5255000591278076,3.1280999183654785,0.054499998688697815,2.3055999279022217,3.1252999305725098,0.054499998688697815,2.515500068664551,3.1714999675750732,0.054499998688697815,2.3055999279022217,3.1252999305725098,0.054499998688697815,2.295099973678589,3.16729998588562,0.054499998688697815,2.5255000591278076,3.1280999183654785,0.054499998688697815,2.532099962234497,3.085900068283081,0.0544000007212162,2.312700033187866,3.0843000411987305,0.054499998688697815,2.5255000591278076,3.1280999183654785,0.054499998688697815,2.312700033187866,3.0843000411987305,0.054499998688697815,2.3055999279022217,3.1252999305725098,0.054499998688697815,2.295099973678589,3.16729998588562,0.054499998688697815,2.3055999279022217,3.1252999305725098,0.054499998688697815,2.0422000885009766,3.1221001148223877,0.054499998688697815,2.295099973678589,3.16729998588562,0.054499998688697815,2.0422000885009766,3.1221001148223877,0.054499998688697815,2.0311999320983887,3.1621999740600586,0.054499998688697815,2.3055999279022217,3.1252999305725098,0.054499998688697815,2.312700033187866,3.0843000411987305,0.054499998688697815,2.049799919128418,3.0822999477386475,0.054499998688697815,2.3055999279022217,3.1252999305725098,0.054499998688697815,2.049799919128418,3.0822999477386475,0.054499998688697815,2.0422000885009766,3.1221001148223877,0.054499998688697815,2.535799980163574,3.044600009918213,0.0544000007212162,2.536900043487549,3.003700017929077,0.0544000007212162,2.3178999423980713,3.003499984741211,0.0544000007212162,2.535799980163574,3.044600009918213,0.0544000007212162,2.3178999423980713,3.003499984741211,0.0544000007212162,2.316699981689453,3.043800115585327,0.0544000007212162,2.316699981689453,3.043800115585327,0.0544000007212162,2.3178999423980713,3.003499984741211,0.0544000007212162,2.0555999279022217,3.0032999515533447,0.0544000007212162,2.316699981689453,3.043800115585327,0.0544000007212162,2.0555999279022217,3.0032999515533447,0.0544000007212162,2.0541999340057373,3.042799949645996,0.054499998688697815,2.532099962234497,3.085900068283081,0.0544000007212162,2.535799980163574,3.044600009918213,0.0544000007212162,2.316699981689453,3.043800115585327,0.0544000007212162,2.532099962234497,3.085900068283081,0.0544000007212162,2.316699981689453,3.043800115585327,0.0544000007212162,2.312700033187866,3.0843000411987305,0.054499998688697815,2.312700033187866,3.0843000411987305,0.054499998688697815,2.316699981689453,3.043800115585327,0.0544000007212162,2.0541999340057373,3.042799949645996,0.054499998688697815,2.312700033187866,3.0843000411987305,0.054499998688697815,2.0541999340057373,3.042799949645996,0.054499998688697815,2.049799919128418,3.0822999477386475,0.054499998688697815,1.5734000205993652,3.0027999877929688,0.054499998688697815,1.5719000101089478,3.040800094604492,0.054499998688697815,1.7914999723434448,3.0416998863220215,0.054499998688697815,1.5734000205993652,3.0027999877929688,0.054499998688697815,1.7914999723434448,3.0416998863220215,0.054499998688697815,1.7929999828338623,3.003000020980835,0.054499998688697815,1.5719000101089478,3.040800094604492,0.054499998688697815,1.5667999982833862,3.0785000324249268,0.054499998688697815,1.7868000268936157,3.0803000926971436,0.054499998688697815,1.5719000101089478,3.040800094604492,0.054499998688697815,1.7868000268936157,3.0803000926971436,0.054499998688697815,1.7914999723434448,3.0416998863220215,0.054499998688697815,1.7929999828338623,3.003000020980835,0.054499998688697815,1.7914999723434448,3.0416998863220215,0.054499998688697815,2.0541999340057373,3.042799949645996,0.054499998688697815,1.7929999828338623,3.003000020980835,0.054499998688697815,2.0541999340057373,3.042799949645996,0.054499998688697815,2.0555999279022217,3.0032999515533447,0.0544000007212162,1.7914999723434448,3.0416998863220215,0.054499998688697815,1.7868000268936157,3.0803000926971436,0.054499998688697815,2.049799919128418,3.0822999477386475,0.054499998688697815,1.7914999723434448,3.0416998863220215,0.054499998688697815,2.049799919128418,3.0822999477386475,0.054499998688697815,2.0541999340057373,3.042799949645996,0.054499998688697815,1.5583000183105469,3.115799903869629,0.054499998688697815,1.5463000535964966,3.1524999141693115,0.054499998688697815,1.7670999765396118,3.157099962234497,0.054499998688697815,1.5583000183105469,3.115799903869629,0.054499998688697815,1.7670999765396118,3.157099962234497,0.054499998688697815,1.7786999940872192,3.118799924850464,0.054499998688697815,1.7786999940872192,3.118799924850464,0.054499998688697815,1.7670999765396118,3.157099962234497,0.054499998688697815,2.0311999320983887,3.1621999740600586,0.054499998688697815,1.7786999940872192,3.118799924850464,0.054499998688697815,2.0311999320983887,3.1621999740600586,0.054499998688697815,2.0422000885009766,3.1221001148223877,0.054499998688697815,1.5667999982833862,3.0785000324249268,0.054499998688697815,1.5583000183105469,3.115799903869629,0.054499998688697815,1.7786999940872192,3.118799924850464,0.054499998688697815,1.5667999982833862,3.0785000324249268,0.054499998688697815,1.7786999940872192,3.118799924850464,0.054499998688697815,1.7868000268936157,3.0803000926971436,0.054499998688697815,1.7868000268936157,3.0803000926971436,0.054499998688697815,1.7786999940872192,3.118799924850464,0.054499998688697815,2.0422000885009766,3.1221001148223877,0.054499998688697815,1.7868000268936157,3.0803000926971436,0.054499998688697815,2.0422000885009766,3.1221001148223877,0.054499998688697815,2.049799919128418,3.0822999477386475,0.054499998688697815,2.535799980163574,2.962899923324585,0.0544000007212162,2.3166000843048096,2.9632999897003174,0.0544000007212162,2.3178999423980713,3.003499984741211,0.0544000007212162,2.535799980163574,2.962899923324585,0.0544000007212162,2.3178999423980713,3.003499984741211,0.0544000007212162,2.536900043487549,3.003700017929077,0.0544000007212162,2.532099962234497,2.921600103378296,0.0544000007212162,2.3125998973846436,2.922800064086914,0.054499998688697815,2.3166000843048096,2.9632999897003174,0.0544000007212162,2.532099962234497,2.921600103378296,0.0544000007212162,2.3166000843048096,2.9632999897003174,0.0544000007212162,2.535799980163574,2.962899923324585,0.0544000007212162,2.3166000843048096,2.9632999897003174,0.0544000007212162,2.0541000366210938,2.9637999534606934,0.054499998688697815,2.0555999279022217,3.0032999515533447,0.0544000007212162,2.3166000843048096,2.9632999897003174,0.0544000007212162,2.0555999279022217,3.0032999515533447,0.0544000007212162,2.3178999423980713,3.003499984741211,0.0544000007212162,2.3125998973846436,2.922800064086914,0.054499998688697815,2.0495998859405518,2.924299955368042,0.054499998688697815,2.0541000366210938,2.9637999534606934,0.054499998688697815,2.3125998973846436,2.922800064086914,0.054499998688697815,2.0541000366210938,2.9637999534606934,0.054499998688697815,2.3166000843048096,2.9632999897003174,0.0544000007212162,2.5153000354766846,2.8359999656677246,0.054499998688697815,2.294800043106079,2.839900016784668,0.054499998688697815,2.3053998947143555,2.8817999362945557,0.054499998688697815,2.5153000354766846,2.8359999656677246,0.054499998688697815,2.3053998947143555,2.8817999362945557,0.054499998688697815,2.525399923324585,2.8794000148773193,0.054499998688697815,2.294800043106079,2.839900016784668,0.054499998688697815,2.0306999683380127,2.844399929046631,0.054499998688697815,2.041800022125244,2.884500026702881,0.054499998688697815,2.294800043106079,2.839900016784668,0.054499998688697815,2.041800022125244,2.884500026702881,0.054499998688697815,2.3053998947143555,2.8817999362945557,0.054499998688697815,2.525399923324585,2.8794000148773193,0.054499998688697815,2.3053998947143555,2.8817999362945557,0.054499998688697815,2.3125998973846436,2.922800064086914,0.054499998688697815,2.525399923324585,2.8794000148773193,0.054499998688697815,2.3125998973846436,2.922800064086914,0.054499998688697815,2.532099962234497,2.921600103378296,0.0544000007212162,2.3053998947143555,2.8817999362945557,0.054499998688697815,2.041800022125244,2.884500026702881,0.054499998688697815,2.0495998859405518,2.924299955368042,0.054499998688697815,2.3053998947143555,2.8817999362945557,0.054499998688697815,2.0495998859405518,2.924299955368042,0.054499998688697815,2.3125998973846436,2.922800064086914,0.054499998688697815,1.5577000379562378,2.889899969100952,0.054499998688697815,1.7781000137329102,2.8873000144958496,0.054499998688697815,1.7663999795913696,2.849100112915039,0.054499998688697815,1.5577000379562378,2.889899969100952,0.054499998688697815,1.7663999795913696,2.849100112915039,0.054499998688697815,1.5454000234603882,2.853300094604492,0.054499998688697815,1.5663000345230103,2.9272000789642334,0.054499998688697815,1.7863999605178833,2.925800085067749,0.054499998688697815,1.7781000137329102,2.8873000144958496,0.054499998688697815,1.5663000345230103,2.9272000789642334,0.054499998688697815,1.7781000137329102,2.8873000144958496,0.054499998688697815,1.5577000379562378,2.889899969100952,0.054499998688697815,1.7781000137329102,2.8873000144958496,0.054499998688697815,2.041800022125244,2.884500026702881,0.054499998688697815,2.0306999683380127,2.844399929046631,0.054499998688697815,1.7781000137329102,2.8873000144958496,0.054499998688697815,2.0306999683380127,2.844399929046631,0.054499998688697815,1.7663999795913696,2.849100112915039,0.054499998688697815,1.7863999605178833,2.925800085067749,0.054499998688697815,2.0495998859405518,2.924299955368042,0.054499998688697815,2.041800022125244,2.884500026702881,0.054499998688697815,1.7863999605178833,2.925800085067749,0.054499998688697815,2.041800022125244,2.884500026702881,0.054499998688697815,1.7781000137329102,2.8873000144958496,0.054499998688697815,1.5734000205993652,3.0027999877929688,0.054499998688697815,1.7929999828338623,3.003000020980835,0.054499998688697815,1.7913000583648682,2.964400053024292,0.054499998688697815,1.5734000205993652,3.0027999877929688,0.054499998688697815,1.7913000583648682,2.964400053024292,0.054499998688697815,1.5715999603271484,2.964900016784668,0.054499998688697815,1.7929999828338623,3.003000020980835,0.054499998688697815,2.0555999279022217,3.0032999515533447,0.0544000007212162,2.0541000366210938,2.9637999534606934,0.054499998688697815,1.7929999828338623,3.003000020980835,0.054499998688697815,2.0541000366210938,2.9637999534606934,0.054499998688697815,1.7913000583648682,2.964400053024292,0.054499998688697815,1.5715999603271484,2.964900016784668,0.054499998688697815,1.7913000583648682,2.964400053024292,0.054499998688697815,1.7863999605178833,2.925800085067749,0.054499998688697815,1.5715999603271484,2.964900016784668,0.054499998688697815,1.7863999605178833,2.925800085067749,0.054499998688697815,1.5663000345230103,2.9272000789642334,0.054499998688697815,1.7913000583648682,2.964400053024292,0.054499998688697815,2.0541000366210938,2.9637999534606934,0.054499998688697815,2.0495998859405518,2.924299955368042,0.054499998688697815,1.7913000583648682,2.964400053024292,0.054499998688697815,2.0495998859405518,2.924299955368042,0.054499998688697815,1.7863999605178833,2.925800085067749,0.054499998688697815,2.5016000270843506,2.7908999919891357,0.054499998688697815,2.280600070953369,2.7969000339508057,0.054499998688697815,2.294800043106079,2.839900016784668,0.054499998688697815,2.5016000270843506,2.7908999919891357,0.054499998688697815,2.294800043106079,2.839900016784668,0.054499998688697815,2.5153000354766846,2.8359999656677246,0.054499998688697815,2.4827001094818115,2.7441999912261963,0.05460000038146973,2.261699914932251,2.7528998851776123,0.054499998688697815,2.280600070953369,2.7969000339508057,0.054499998688697815,2.4827001094818115,2.7441999912261963,0.05460000038146973,2.280600070953369,2.7969000339508057,0.054499998688697815,2.5016000270843506,2.7908999919891357,0.054499998688697815,2.280600070953369,2.7969000339508057,0.054499998688697815,2.0160000324249268,2.8039000034332275,0.054499998688697815,2.0306999683380127,2.844399929046631,0.054499998688697815,2.280600070953369,2.7969000339508057,0.054499998688697815,2.0306999683380127,2.844399929046631,0.054499998688697815,2.294800043106079,2.839900016784668,0.054499998688697815,2.261699914932251,2.7528998851776123,0.054499998688697815,1.996899962425232,2.763200044631958,0.054499998688697815,2.0160000324249268,2.8039000034332275,0.054499998688697815,2.261699914932251,2.7528998851776123,0.054499998688697815,2.0160000324249268,2.8039000034332275,0.054499998688697815,2.280600070953369,2.7969000339508057,0.054499998688697815,2.4237000942230225,2.646199941635132,0.05460000038146973,2.204900026321411,2.662400007247925,0.05460000038146973,2.236799955368042,2.7079999446868896,0.05460000038146973,2.4237000942230225,2.646199941635132,0.05460000038146973,2.236799955368042,2.7079999446868896,0.05460000038146973,2.457200050354004,2.6958999633789062,0.05460000038146973,2.204900026321411,2.662400007247925,0.05460000038146973,1.9426000118255615,2.6816999912261963,0.05460000038146973,1.9726999998092651,2.722399950027466,0.054499998688697815,2.204900026321411,2.662400007247925,0.05460000038146973,1.9726999998092651,2.722399950027466,0.054499998688697815,2.236799955368042,2.7079999446868896,0.05460000038146973,2.457200050354004,2.6958999633789062,0.05460000038146973,2.236799955368042,2.7079999446868896,0.05460000038146973,2.261699914932251,2.7528998851776123,0.054499998688697815,2.457200050354004,2.6958999633789062,0.05460000038146973,2.261699914932251,2.7528998851776123,0.054499998688697815,2.4827001094818115,2.7441999912261963,0.05460000038146973,2.236799955368042,2.7079999446868896,0.05460000038146973,1.9726999998092651,2.722399950027466,0.054499998688697815,1.996899962425232,2.763200044631958,0.054499998688697815,2.236799955368042,2.7079999446868896,0.05460000038146973,1.996899962425232,2.763200044631958,0.054499998688697815,2.261699914932251,2.7528998851776123,0.054499998688697815,1.4876999855041504,2.7495999336242676,0.054499998688697815,1.708400011062622,2.7369000911712646,0.054499998688697815,1.6801999807357788,2.7011001110076904,0.054499998688697815,1.4876999855041504,2.7495999336242676,0.054499998688697815,1.6801999807357788,2.7011001110076904,0.054499998688697815,1.4609999656677246,2.717900037765503,0.054499998688697815,1.510599970817566,2.782900094985962,0.054499998688697815,1.7319999933242798,2.773699998855591,0.054499998688697815,1.708400011062622,2.7369000911712646,0.054499998688697815,1.510599970817566,2.782900094985962,0.054499998688697815,1.708400011062622,2.7369000911712646,0.054499998688697815,1.4876999855041504,2.7495999336242676,0.054499998688697815,1.708400011062622,2.7369000911712646,0.054499998688697815,1.9726999998092651,2.722399950027466,0.054499998688697815,1.9426000118255615,2.6816999912261963,0.05460000038146973,1.708400011062622,2.7369000911712646,0.054499998688697815,1.9426000118255615,2.6816999912261963,0.05460000038146973,1.6801999807357788,2.7011001110076904,0.054499998688697815,1.7319999933242798,2.773699998855591,0.054499998688697815,1.996899962425232,2.763200044631958,0.054499998688697815,1.9726999998092651,2.722399950027466,0.054499998688697815,1.7319999933242798,2.773699998855591,0.054499998688697815,1.9726999998092651,2.722399950027466,0.054499998688697815,1.708400011062622,2.7369000911712646,0.054499998688697815,1.5454000234603882,2.853300094604492,0.054499998688697815,1.7663999795913696,2.849100112915039,0.054499998688697815,1.751099944114685,2.8111000061035156,0.054499998688697815,1.5454000234603882,2.853300094604492,0.054499998688697815,1.751099944114685,2.8111000061035156,0.054499998688697815,1.5298000574111938,2.817500114440918,0.054499998688697815,1.7663999795913696,2.849100112915039,0.054499998688697815,2.0306999683380127,2.844399929046631,0.054499998688697815,2.0160000324249268,2.8039000034332275,0.054499998688697815,1.7663999795913696,2.849100112915039,0.054499998688697815,2.0160000324249268,2.8039000034332275,0.054499998688697815,1.751099944114685,2.8111000061035156,0.054499998688697815,1.5298000574111938,2.817500114440918,0.054499998688697815,1.751099944114685,2.8111000061035156,0.054499998688697815,1.7319999933242798,2.773699998855591,0.054499998688697815,1.5298000574111938,2.817500114440918,0.054499998688697815,1.7319999933242798,2.773699998855591,0.054499998688697815,1.510599970817566,2.782900094985962,0.054499998688697815,1.751099944114685,2.8111000061035156,0.054499998688697815,2.0160000324249268,2.8039000034332275,0.054499998688697815,1.996899962425232,2.763200044631958,0.054499998688697815,1.751099944114685,2.8111000061035156,0.054499998688697815,1.996899962425232,2.763200044631958,0.054499998688697815,1.7319999933242798,2.773699998855591,0.054499998688697815,2.38070011138916,2.5952000617980957,0.05460000038146973,2.164599895477295,2.616300106048584,0.05460000038146973,2.204900026321411,2.662400007247925,0.05460000038146973,2.38070011138916,2.5952000617980957,0.05460000038146973,2.204900026321411,2.662400007247925,0.05460000038146973,2.4237000942230225,2.646199941635132,0.05460000038146973,2.3145999908447266,2.5464000701904297,0.05469999834895134,2.105299949645996,2.572499990463257,0.05460000038146973,2.164599895477295,2.616300106048584,0.05460000038146973,2.3145999908447266,2.5464000701904297,0.05469999834895134,2.164599895477295,2.616300106048584,0.05460000038146973,2.38070011138916,2.5952000617980957,0.05460000038146973,2.164599895477295,2.616300106048584,0.05460000038146973,1.9056999683380127,2.6412999629974365,0.05460000038146973,1.9426000118255615,2.6816999912261963,0.05460000038146973,2.164599895477295,2.616300106048584,0.05460000038146973,1.9426000118255615,2.6816999912261963,0.05460000038146973,2.204900026321411,2.662400007247925,0.05460000038146973,2.105299949645996,2.572499990463257,0.05460000038146973,1.8543000221252441,2.6033999919891357,0.05460000038146973,1.9056999683380127,2.6412999629974365,0.05460000038146973,2.105299949645996,2.572499990463257,0.05460000038146973,1.9056999683380127,2.6412999629974365,0.05460000038146973,2.164599895477295,2.616300106048584,0.05460000038146973,2.0597000122070312,2.469899892807007,0.05469999834895134,1.8854000568389893,2.503700017929077,0.05469999834895134,2.0157999992370605,2.5339999198913574,0.05460000038146973,2.0597000122070312,2.469899892807007,0.05469999834895134,2.0157999992370605,2.5339999198913574,0.05460000038146973,2.2121999263763428,2.5034000873565674,0.05469999834895134,1.8854000568389893,2.503700017929077,0.05469999834895134,1.6763999462127686,2.5439000129699707,0.05460000038146973,1.780500054359436,2.570199966430664,0.05460000038146973,1.8854000568389893,2.503700017929077,0.05469999834895134,1.780500054359436,2.570199966430664,0.05460000038146973,2.0157999992370605,2.5339999198913574,0.05460000038146973,2.2121999263763428,2.5034000873565674,0.05469999834895134,2.0157999992370605,2.5339999198913574,0.05460000038146973,2.105299949645996,2.572499990463257,0.05460000038146973,2.2121999263763428,2.5034000873565674,0.05469999834895134,2.105299949645996,2.572499990463257,0.05460000038146973,2.3145999908447266,2.5464000701904297,0.05469999834895134,2.0157999992370605,2.5339999198913574,0.05460000038146973,1.780500054359436,2.570199966430664,0.05460000038146973,1.8543000221252441,2.6033999919891357,0.05460000038146973,2.0157999992370605,2.5339999198913574,0.05460000038146973,1.8543000221252441,2.6033999919891357,0.05460000038146973,2.105299949645996,2.572499990463257,0.05460000038146973,1.3486000299453735,2.6375999450683594,0.054499998688697815,1.5450999736785889,2.606600046157837,0.05460000038146973,1.4673999547958374,2.584199905395508,0.05460000038146973,1.3486000299453735,2.6375999450683594,0.054499998688697815,1.4673999547958374,2.584199905395508,0.05460000038146973,1.2928999662399292,2.618499994277954,0.054499998688697815,1.3937000036239624,2.661099910736084,0.054499998688697815,1.6032999753952026,2.6345999240875244,0.05460000038146973,1.5450999736785889,2.606600046157837,0.05460000038146973,1.3937000036239624,2.661099910736084,0.054499998688697815,1.5450999736785889,2.606600046157837,0.05460000038146973,1.3486000299453735,2.6375999450683594,0.054499998688697815,1.5450999736785889,2.606600046157837,0.05460000038146973,1.780500054359436,2.570199966430664,0.05460000038146973,1.6763999462127686,2.5439000129699707,0.05460000038146973,1.5450999736785889,2.606600046157837,0.05460000038146973,1.6763999462127686,2.5439000129699707,0.05460000038146973,1.4673999547958374,2.584199905395508,0.05460000038146973,1.6032999753952026,2.6345999240875244,0.05460000038146973,1.8543000221252441,2.6033999919891357,0.05460000038146973,1.780500054359436,2.570199966430664,0.05460000038146973,1.6032999753952026,2.6345999240875244,0.05460000038146973,1.780500054359436,2.570199966430664,0.05460000038146973,1.5450999736785889,2.606600046157837,0.05460000038146973,1.4609999656677246,2.717900037765503,0.054499998688697815,1.6801999807357788,2.7011001110076904,0.054499998688697815,1.6467000246047974,2.6665000915527344,0.05460000038146973,1.4609999656677246,2.717900037765503,0.054499998688697815,1.6467000246047974,2.6665000915527344,0.05460000038146973,1.430400013923645,2.688199996948242,0.054499998688697815,1.6801999807357788,2.7011001110076904,0.054499998688697815,1.9426000118255615,2.6816999912261963,0.05460000038146973,1.9056999683380127,2.6412999629974365,0.05460000038146973,1.6801999807357788,2.7011001110076904,0.054499998688697815,1.9056999683380127,2.6412999629974365,0.05460000038146973,1.6467000246047974,2.6665000915527344,0.05460000038146973,1.430400013923645,2.688199996948242,0.054499998688697815,1.6467000246047974,2.6665000915527344,0.05460000038146973,1.6032999753952026,2.6345999240875244,0.05460000038146973,1.430400013923645,2.688199996948242,0.054499998688697815,1.6032999753952026,2.6345999240875244,0.05460000038146973,1.3937000036239624,2.661099910736084,0.054499998688697815,1.6467000246047974,2.6665000915527344,0.05460000038146973,1.9056999683380127,2.6412999629974365,0.05460000038146973,1.8543000221252441,2.6033999919891357,0.05460000038146973,1.6467000246047974,2.6665000915527344,0.05460000038146973,1.8543000221252441,2.6033999919891357,0.05460000038146973,1.6032999753952026,2.6345999240875244,0.05460000038146973,1.8437999486923218,2.4493000507354736,0.05469999834895134,1.7029999494552612,2.484600067138672,0.05469999834895134,1.8854000568389893,2.503700017929077,0.05469999834895134,1.8437999486923218,2.4493000507354736,0.05469999834895134,1.8854000568389893,2.503700017929077,0.05469999834895134,2.0597000122070312,2.469899892807007,0.05469999834895134,1.580399990081787,2.438499927520752,0.05469999834895134,1.4816999435424805,2.4742000102996826,0.05469999834895134,1.7029999494552612,2.484600067138672,0.05469999834895134,1.580399990081787,2.438499927520752,0.05469999834895134,1.7029999494552612,2.484600067138672,0.05469999834895134,1.8437999486923218,2.4493000507354736,0.05469999834895134,1.7029999494552612,2.484600067138672,0.05469999834895134,1.53410005569458,2.526599884033203,0.05460000038146973,1.6763999462127686,2.5439000129699707,0.05460000038146973,1.7029999494552612,2.484600067138672,0.05469999834895134,1.6763999462127686,2.5439000129699707,0.05460000038146973,1.8854000568389893,2.503700017929077,0.05469999834895134,1.4816999435424805,2.4742000102996826,0.05469999834895134,1.3631999492645264,2.5165998935699463,0.05460000038146973,1.53410005569458,2.526599884033203,0.05460000038146973,1.4816999435424805,2.4742000102996826,0.05469999834895134,1.53410005569458,2.526599884033203,0.05460000038146973,1.7029999494552612,2.484600067138672,0.05469999834895134,0.9742000102996826,2.434299945831299,0.05469999834895134,0.9739999771118164,2.469399929046631,0.05469999834895134,1.2343000173568726,2.4700000286102295,0.05469999834895134,0.9742000102996826,2.434299945831299,0.05469999834895134,1.2343000173568726,2.4700000286102295,0.05469999834895134,1.2851999998092651,2.4346001148223877,0.05469999834895134,0.9739999771118164,2.469399929046631,0.05469999834895134,0.9736999869346619,2.511199951171875,0.05460000038146973,1.17330002784729,2.51200008392334,0.05460000038146973,0.9739999771118164,2.469399929046631,0.05469999834895134,1.17330002784729,2.51200008392334,0.05460000038146973,1.2343000173568726,2.4700000286102295,0.05469999834895134,1.2851999998092651,2.4346001148223877,0.05469999834895134,1.2343000173568726,2.4700000286102295,0.05469999834895134,1.4816999435424805,2.4742000102996826,0.05469999834895134,1.2851999998092651,2.4346001148223877,0.05469999834895134,1.4816999435424805,2.4742000102996826,0.05469999834895134,1.580399990081787,2.438499927520752,0.05469999834895134,1.2343000173568726,2.4700000286102295,0.05469999834895134,1.17330002784729,2.51200008392334,0.05460000038146973,1.3631999492645264,2.5165998935699463,0.05460000038146973,1.2343000173568726,2.4700000286102295,0.05469999834895134,1.3631999492645264,2.5165998935699463,0.05460000038146973,1.4816999435424805,2.4742000102996826,0.05469999834895134,1.0612000226974487,2.5901999473571777,0.054499998688697815,1.1122000217437744,2.55430006980896,0.05460000038146973,0.9735000133514404,2.553100109100342,0.05460000038146973,1.0612000226974487,2.5901999473571777,0.054499998688697815,0.9735000133514404,2.553100109100342,0.05460000038146973,0.9732999801635742,2.5887999534606934,0.054499998688697815,1.1460000276565552,2.5952999591827393,0.054499998688697815,1.2447999715805054,2.5590999126434326,0.05460000038146973,1.1122000217437744,2.55430006980896,0.05460000038146973,1.1460000276565552,2.5952999591827393,0.054499998688697815,1.1122000217437744,2.55430006980896,0.05460000038146973,1.0612000226974487,2.5901999473571777,0.054499998688697815,1.1122000217437744,2.55430006980896,0.05460000038146973,1.17330002784729,2.51200008392334,0.05460000038146973,0.9736999869346619,2.511199951171875,0.05460000038146973,1.1122000217437744,2.55430006980896,0.05460000038146973,0.9736999869346619,2.511199951171875,0.05460000038146973,0.9735000133514404,2.553100109100342,0.05460000038146973,1.2447999715805054,2.5590999126434326,0.05460000038146973,1.3631999492645264,2.5165998935699463,0.05460000038146973,1.17330002784729,2.51200008392334,0.05460000038146973,1.2447999715805054,2.5590999126434326,0.05460000038146973,1.17330002784729,2.51200008392334,0.05460000038146973,1.1122000217437744,2.55430006980896,0.05460000038146973,1.2928999662399292,2.618499994277954,0.054499998688697815,1.4673999547958374,2.584199905395508,0.05460000038146973,1.3653000593185425,2.568700075149536,0.05460000038146973,1.2928999662399292,2.618499994277954,0.054499998688697815,1.3653000593185425,2.568700075149536,0.05460000038146973,1.2243000268936157,2.604599952697754,0.054499998688697815,1.4673999547958374,2.584199905395508,0.05460000038146973,1.6763999462127686,2.5439000129699707,0.05460000038146973,1.53410005569458,2.526599884033203,0.05460000038146973,1.4673999547958374,2.584199905395508,0.05460000038146973,1.53410005569458,2.526599884033203,0.05460000038146973,1.3653000593185425,2.568700075149536,0.05460000038146973,1.2243000268936157,2.604599952697754,0.054499998688697815,1.3653000593185425,2.568700075149536,0.05460000038146973,1.2447999715805054,2.5590999126434326,0.05460000038146973,1.2243000268936157,2.604599952697754,0.054499998688697815,1.2447999715805054,2.5590999126434326,0.05460000038146973,1.1460000276565552,2.5952999591827393,0.054499998688697815,1.3653000593185425,2.568700075149536,0.05460000038146973,1.53410005569458,2.526599884033203,0.05460000038146973,1.3631999492645264,2.5165998935699463,0.05460000038146973,1.3653000593185425,2.568700075149536,0.05460000038146973,1.3631999492645264,2.5165998935699463,0.05460000038146973,1.2447999715805054,2.5590999126434326,0.05460000038146973,0.9742000102996826,2.434299945831299,0.05469999834895134,0.6632000207901001,2.4346001148223877,0.05469999834895134,0.713699996471405,2.470099925994873,0.05469999834895134,0.9742000102996826,2.434299945831299,0.05469999834895134,0.713699996471405,2.470099925994873,0.05469999834895134,0.9739999771118164,2.469399929046631,0.05469999834895134,0.6632000207901001,2.4346001148223877,0.05469999834895134,0.36809998750686646,2.4386000633239746,0.05469999834895134,0.46639999747276306,2.474400043487549,0.05469999834895134,0.6632000207901001,2.4346001148223877,0.05469999834895134,0.46639999747276306,2.474400043487549,0.05469999834895134,0.713699996471405,2.470099925994873,0.05469999834895134,0.9739999771118164,2.469399929046631,0.05469999834895134,0.713699996471405,2.470099925994873,0.05469999834895134,0.7742000222206116,2.512200117111206,0.05460000038146973,0.9739999771118164,2.469399929046631,0.05469999834895134,0.7742000222206116,2.512200117111206,0.05460000038146973,0.9736999869346619,2.511199951171875,0.05460000038146973,0.713699996471405,2.470099925994873,0.05469999834895134,0.46639999747276306,2.474400043487549,0.05469999834895134,0.5842999815940857,2.5167999267578125,0.05460000038146973,0.713699996471405,2.470099925994873,0.05469999834895134,0.5842999815940857,2.5167999267578125,0.05460000038146973,0.7742000222206116,2.512200117111206,0.05460000038146973,0.10459999740123749,2.449399948120117,0.05469999834895134,-0.1111999973654747,2.4700000286102295,0.05469999834895134,0.06270000338554382,2.503999948501587,0.05469999834895134,0.10459999740123749,2.449399948120117,0.05469999834895134,0.06270000338554382,2.503999948501587,0.05469999834895134,0.2451000064611435,2.484800100326538,0.05469999834895134,0.2451000064611435,2.484800100326538,0.05469999834895134,0.06270000338554382,2.503999948501587,0.05469999834895134,0.2712000012397766,2.544300079345703,0.05460000038146973,0.2451000064611435,2.484800100326538,0.05469999834895134,0.2712000012397766,2.544300079345703,0.05460000038146973,0.41339999437332153,2.5269999504089355,0.05460000038146973,0.36809998750686646,2.4386000633239746,0.05469999834895134,0.10459999740123749,2.449399948120117,0.05469999834895134,0.2451000064611435,2.484800100326538,0.05469999834895134,0.36809998750686646,2.4386000633239746,0.05469999834895134,0.2451000064611435,2.484800100326538,0.05469999834895134,0.46639999747276306,2.474400043487549,0.05469999834895134,0.46639999747276306,2.474400043487549,0.05469999834895134,0.2451000064611435,2.484800100326538,0.05469999834895134,0.41339999437332153,2.5269999504089355,0.05460000038146973,0.46639999747276306,2.474400043487549,0.05469999834895134,0.41339999437332153,2.5269999504089355,0.05460000038146973,0.5842999815940857,2.5167999267578125,0.05460000038146973,0.6539000272750854,2.6194000244140625,0.054499998688697815,0.7224000096321106,2.6052000522613525,0.054499998688697815,0.5819000005722046,2.5692999362945557,0.05460000038146973,0.6539000272750854,2.6194000244140625,0.054499998688697815,0.5819000005722046,2.5692999362945557,0.05460000038146973,0.4797999858856201,2.58489990234375,0.05460000038146973,0.7224000096321106,2.6052000522613525,0.054499998688697815,0.8007000088691711,2.5957999229431152,0.054499998688697815,0.7021999955177307,2.559499979019165,0.05460000038146973,0.7224000096321106,2.6052000522613525,0.054499998688697815,0.7021999955177307,2.559499979019165,0.05460000038146973,0.5819000005722046,2.5692999362945557,0.05460000038146973,0.4797999858856201,2.58489990234375,0.05460000038146973,0.5819000005722046,2.5692999362945557,0.05460000038146973,0.41339999437332153,2.5269999504089355,0.05460000038146973,0.4797999858856201,2.58489990234375,0.05460000038146973,0.41339999437332153,2.5269999504089355,0.05460000038146973,0.2712000012397766,2.544300079345703,0.05460000038146973,0.5819000005722046,2.5692999362945557,0.05460000038146973,0.7021999955177307,2.559499979019165,0.05460000038146973,0.5842999815940857,2.5167999267578125,0.05460000038146973,0.5819000005722046,2.5692999362945557,0.05460000038146973,0.5842999815940857,2.5167999267578125,0.05460000038146973,0.41339999437332153,2.5269999504089355,0.05460000038146973,0.8853999972343445,2.5905001163482666,0.054499998688697815,0.9732999801635742,2.5887999534606934,0.054499998688697815,0.9735000133514404,2.553100109100342,0.05460000038146973,0.8853999972343445,2.5905001163482666,0.054499998688697815,0.9735000133514404,2.553100109100342,0.05460000038146973,0.8348000049591064,2.554500102996826,0.05460000038146973,0.8348000049591064,2.554500102996826,0.05460000038146973,0.9735000133514404,2.553100109100342,0.05460000038146973,0.9736999869346619,2.511199951171875,0.05460000038146973,0.8348000049591064,2.554500102996826,0.05460000038146973,0.9736999869346619,2.511199951171875,0.05460000038146973,0.7742000222206116,2.512200117111206,0.05460000038146973,0.8007000088691711,2.5957999229431152,0.054499998688697815,0.8853999972343445,2.5905001163482666,0.054499998688697815,0.8348000049591064,2.554500102996826,0.05460000038146973,0.8007000088691711,2.5957999229431152,0.054499998688697815,0.8348000049591064,2.554500102996826,0.05460000038146973,0.7021999955177307,2.559499979019165,0.05460000038146973,0.7021999955177307,2.559499979019165,0.05460000038146973,0.8348000049591064,2.554500102996826,0.05460000038146973,0.7742000222206116,2.512200117111206,0.05460000038146973,0.7021999955177307,2.559499979019165,0.05460000038146973,0.7742000222206116,2.512200117111206,0.05460000038146973,0.5842999815940857,2.5167999267578125,0.05460000038146973,-0.1111999973654747,2.4700000286102295,0.05469999834895134,-0.263700008392334,2.5035998821258545,0.05469999834895134,-0.06769999861717224,2.53439998626709,0.05460000038146973,-0.1111999973654747,2.4700000286102295,0.05469999834895134,-0.06769999861717224,2.53439998626709,0.05460000038146973,0.06270000338554382,2.503999948501587,0.05469999834895134,-0.263700008392334,2.5035998821258545,0.05469999834895134,-0.366100013256073,2.546600103378296,0.05469999834895134,-0.15710000693798065,2.5729000568389893,0.05460000038146973,-0.263700008392334,2.5035998821258545,0.05469999834895134,-0.15710000693798065,2.5729000568389893,0.05460000038146973,-0.06769999861717224,2.53439998626709,0.05460000038146973,0.06270000338554382,2.503999948501587,0.05469999834895134,-0.06769999861717224,2.53439998626709,0.05460000038146973,0.1671999990940094,2.5708000659942627,0.05460000038146973,0.06270000338554382,2.503999948501587,0.05469999834895134,0.1671999990940094,2.5708000659942627,0.05460000038146973,0.2712000012397766,2.544300079345703,0.05460000038146973,-0.06769999861717224,2.53439998626709,0.05460000038146973,-0.15710000693798065,2.5729000568389893,0.05460000038146973,0.0934000015258789,2.6041998863220215,0.05460000038146973,-0.06769999861717224,2.53439998626709,0.05460000038146973,0.0934000015258789,2.6041998863220215,0.05460000038146973,0.1671999990940094,2.5708000659942627,0.05460000038146973,-0.43209999799728394,2.5954999923706055,0.05460000038146973,-0.47519999742507935,2.6465001106262207,0.05460000038146973,-0.2565999925136566,2.663100004196167,0.05460000038146973,-0.43209999799728394,2.5954999923706055,0.05460000038146973,-0.2565999925136566,2.663100004196167,0.05460000038146973,-0.21649999916553497,2.61680006980896,0.05460000038146973,-0.21649999916553497,2.61680006980896,0.05460000038146973,-0.2565999925136566,2.663100004196167,0.05460000038146973,0.005400000140070915,2.6826999187469482,0.05460000038146973,-0.21649999916553497,2.61680006980896,0.05460000038146973,0.005400000140070915,2.6826999187469482,0.05460000038146973,0.042100001126527786,2.642199993133545,0.05460000038146973,-0.366100013256073,2.546600103378296,0.05469999834895134,-0.43209999799728394,2.5954999923706055,0.05460000038146973,-0.21649999916553497,2.61680006980896,0.05460000038146973,-0.366100013256073,2.546600103378296,0.05469999834895134,-0.21649999916553497,2.61680006980896,0.05460000038146973,-0.15710000693798065,2.5729000568389893,0.05460000038146973,-0.15710000693798065,2.5729000568389893,0.05460000038146973,-0.21649999916553497,2.61680006980896,0.05460000038146973,0.042100001126527786,2.642199993133545,0.05460000038146973,-0.15710000693798065,2.5729000568389893,0.05460000038146973,0.042100001126527786,2.642199993133545,0.05460000038146973,0.0934000015258789,2.6041998863220215,0.05460000038146973,0.486299991607666,2.7195000648498535,0.054499998688697815,0.516700029373169,2.6895999908447266,0.054499998688697815,0.30070000886917114,2.6677000522613525,0.05460000038146973,0.486299991607666,2.7195000648498535,0.054499998688697815,0.30070000886917114,2.6677000522613525,0.05460000038146973,0.26739999651908875,2.702500104904175,0.054499998688697815,0.516700029373169,2.6895999908447266,0.054499998688697815,0.5533000230789185,2.662400007247925,0.054499998688697815,0.3440000116825104,2.6356000900268555,0.05460000038146973,0.516700029373169,2.6895999908447266,0.054499998688697815,0.3440000116825104,2.6356000900268555,0.05460000038146973,0.30070000886917114,2.6677000522613525,0.05460000038146973,0.26739999651908875,2.702500104904175,0.054499998688697815,0.30070000886917114,2.6677000522613525,0.05460000038146973,0.042100001126527786,2.642199993133545,0.05460000038146973,0.26739999651908875,2.702500104904175,0.054499998688697815,0.042100001126527786,2.642199993133545,0.05460000038146973,0.005400000140070915,2.6826999187469482,0.05460000038146973,0.30070000886917114,2.6677000522613525,0.05460000038146973,0.3440000116825104,2.6356000900268555,0.05460000038146973,0.0934000015258789,2.6041998863220215,0.05460000038146973,0.30070000886917114,2.6677000522613525,0.05460000038146973,0.0934000015258789,2.6041998863220215,0.05460000038146973,0.042100001126527786,2.642199993133545,0.05460000038146973,0.5982000231742859,2.638700008392334,0.054499998688697815,0.6539000272750854,2.6194000244140625,0.054499998688697815,0.4797999858856201,2.58489990234375,0.05460000038146973,0.5982000231742859,2.638700008392334,0.054499998688697815,0.4797999858856201,2.58489990234375,0.05460000038146973,0.40209999680519104,2.6075000762939453,0.05460000038146973,0.40209999680519104,2.6075000762939453,0.05460000038146973,0.4797999858856201,2.58489990234375,0.05460000038146973,0.2712000012397766,2.544300079345703,0.05460000038146973,0.40209999680519104,2.6075000762939453,0.05460000038146973,0.2712000012397766,2.544300079345703,0.05460000038146973,0.1671999990940094,2.5708000659942627,0.05460000038146973,0.5533000230789185,2.662400007247925,0.054499998688697815,0.5982000231742859,2.638700008392334,0.054499998688697815,0.40209999680519104,2.6075000762939453,0.05460000038146973,0.5533000230789185,2.662400007247925,0.054499998688697815,0.40209999680519104,2.6075000762939453,0.05460000038146973,0.3440000116825104,2.6356000900268555,0.05460000038146973,0.3440000116825104,2.6356000900268555,0.05460000038146973,0.40209999680519104,2.6075000762939453,0.05460000038146973,0.1671999990940094,2.5708000659942627,0.05460000038146973,0.3440000116825104,2.6356000900268555,0.05460000038146973,0.1671999990940094,2.5708000659942627,0.05460000038146973,0.0934000015258789,2.6041998863220215,0.05460000038146973,0.9686999917030334,2.887200117111206,0.18250000476837158,0.9686999917030334,2.8529000282287598,0.18250000476837158,0.967199981212616,2.8529999256134033,0.18250000476837158,0.9686999917030334,2.887200117111206,0.18250000476837158,0.967199981212616,2.8529999256134033,0.18250000476837158,0.967199981212616,2.8873000144958496,0.18250000476837158,0.9704999923706055,2.88700008392334,0.18250000476837158,0.9704999923706055,2.8526999950408936,0.18250000476837158,0.9686999917030334,2.8529000282287598,0.18250000476837158,0.9704999923706055,2.88700008392334,0.18250000476837158,0.9686999917030334,2.8529000282287598,0.18250000476837158,0.9686999917030334,2.887200117111206,0.18250000476837158,0.9686999917030334,2.8529000282287598,0.18250000476837158,0.9686999917030334,2.8189001083374023,0.18250000476837158,0.967199981212616,2.819000005722046,0.18250000476837158,0.9686999917030334,2.8529000282287598,0.18250000476837158,0.967199981212616,2.819000005722046,0.18250000476837158,0.967199981212616,2.8529999256134033,0.18250000476837158,0.9704999923706055,2.8526999950408936,0.18250000476837158,0.9704999923706055,2.818700075149536,0.18250000476837158,0.9686999917030334,2.8189001083374023,0.18250000476837158,0.9704999923706055,2.8526999950408936,0.18250000476837158,0.9686999917030334,2.8189001083374023,0.18250000476837158,0.9686999917030334,2.8529000282287598,0.18250000476837158,0.974399983882904,2.8864998817443848,0.18250000476837158,0.974399983882904,2.8522000312805176,0.18250000476837158,0.9724000096321106,2.852400064468384,0.18250000476837158,0.974399983882904,2.8864998817443848,0.18250000476837158,0.9724000096321106,2.852400064468384,0.18250000476837158,0.9724000096321106,2.886699914932251,0.18250000476837158,0.974399983882904,2.8522000312805176,0.18250000476837158,0.974399983882904,2.81820011138916,0.18250000476837158,0.9724000096321106,2.8183999061584473,0.18250000476837158,0.974399983882904,2.8522000312805176,0.18250000476837158,0.9724000096321106,2.8183999061584473,0.18250000476837158,0.9724000096321106,2.852400064468384,0.18250000476837158,0.9724000096321106,2.886699914932251,0.18250000476837158,0.9724000096321106,2.852400064468384,0.18250000476837158,0.9704999923706055,2.8526999950408936,0.18250000476837158,0.9724000096321106,2.886699914932251,0.18250000476837158,0.9704999923706055,2.8526999950408936,0.18250000476837158,0.9704999923706055,2.88700008392334,0.18250000476837158,0.9724000096321106,2.852400064468384,0.18250000476837158,0.9724000096321106,2.8183999061584473,0.18250000476837158,0.9704999923706055,2.818700075149536,0.18250000476837158,0.9724000096321106,2.852400064468384,0.18250000476837158,0.9704999923706055,2.818700075149536,0.18250000476837158,0.9704999923706055,2.8526999950408936,0.18250000476837158,0.9724000096321106,2.763000011444092,0.18250000476837158,0.9724000096321106,2.787600040435791,0.18250000476837158,0.974399983882904,2.787400007247925,0.18250000476837158,0.9724000096321106,2.763000011444092,0.18250000476837158,0.974399983882904,2.787400007247925,0.18250000476837158,0.974399983882904,2.7627999782562256,0.18250000476837158,0.9704999923706055,2.763200044631958,0.18250000476837158,0.9704999923706055,2.787899971008301,0.18250000476837158,0.9724000096321106,2.787600040435791,0.18250000476837158,0.9704999923706055,2.763200044631958,0.18250000476837158,0.9724000096321106,2.787600040435791,0.18250000476837158,0.9724000096321106,2.763000011444092,0.18250000476837158,0.9724000096321106,2.787600040435791,0.18250000476837158,0.9724000096321106,2.8183999061584473,0.18250000476837158,0.974399983882904,2.81820011138916,0.18250000476837158,0.9724000096321106,2.787600040435791,0.18250000476837158,0.974399983882904,2.81820011138916,0.18250000476837158,0.974399983882904,2.787400007247925,0.18250000476837158,0.9704999923706055,2.787899971008301,0.18250000476837158,0.9704999923706055,2.818700075149536,0.18250000476837158,0.9724000096321106,2.8183999061584473,0.18250000476837158,0.9704999923706055,2.787899971008301,0.18250000476837158,0.9724000096321106,2.8183999061584473,0.18250000476837158,0.9724000096321106,2.787600040435791,0.18250000476837158,0.967199981212616,2.763400077819824,0.18250000476837158,0.967199981212616,2.7881999015808105,0.18250000476837158,0.9686999917030334,2.7880001068115234,0.18250000476837158,0.967199981212616,2.763400077819824,0.18250000476837158,0.9686999917030334,2.7880001068115234,0.18250000476837158,0.9688000082969666,2.7632999420166016,0.18250000476837158,0.967199981212616,2.7881999015808105,0.18250000476837158,0.967199981212616,2.819000005722046,0.18250000476837158,0.9686999917030334,2.8189001083374023,0.18250000476837158,0.967199981212616,2.7881999015808105,0.18250000476837158,0.9686999917030334,2.8189001083374023,0.18250000476837158,0.9686999917030334,2.7880001068115234,0.18250000476837158,0.9688000082969666,2.7632999420166016,0.18250000476837158,0.9686999917030334,2.7880001068115234,0.18250000476837158,0.9704999923706055,2.787899971008301,0.18250000476837158,0.9688000082969666,2.7632999420166016,0.18250000476837158,0.9704999923706055,2.787899971008301,0.18250000476837158,0.9704999923706055,2.763200044631958,0.18250000476837158,0.9686999917030334,2.7880001068115234,0.18250000476837158,0.9686999917030334,2.8189001083374023,0.18250000476837158,0.9704999923706055,2.818700075149536,0.18250000476837158,0.9686999917030334,2.7880001068115234,0.18250000476837158,0.9704999923706055,2.818700075149536,0.18250000476837158,0.9704999923706055,2.787899971008301,0.18250000476837158,0.486299991607666,2.7195000648498535,0.054499998688697815,0.45969998836517334,2.751300096511841,0.054499998688697815,0.5932999849319458,2.7600998878479004,0.054499998688697815,0.486299991607666,2.7195000648498535,0.054499998688697815,0.5932999849319458,2.7600998878479004,0.054499998688697815,0.6187999844551086,2.7309000492095947,0.054499998688697815,0.45969998836517334,2.751300096511841,0.054499998688697815,0.43700000643730164,2.7846999168395996,0.054499998688697815,0.5710999965667725,2.7913999557495117,0.054499998688697815,0.45969998836517334,2.751300096511841,0.054499998688697815,0.5710999965667725,2.7913999557495117,0.054499998688697815,0.5932999849319458,2.7600998878479004,0.054499998688697815,0.6187999844551086,2.7309000492095947,0.054499998688697815,0.5932999849319458,2.7600998878479004,0.054499998688697815,0.6614999771118164,2.765700101852417,0.05460000038146973,0.6187999844551086,2.7309000492095947,0.054499998688697815,0.6614999771118164,2.765700101852417,0.05460000038146973,0.6862999796867371,2.7379000186920166,0.05460000038146973,0.5932999849319458,2.7600998878479004,0.054499998688697815,0.5710999965667725,2.7913999557495117,0.054499998688697815,0.6396999955177307,2.7957000732421875,0.05460000038146973,0.5932999849319458,2.7600998878479004,0.054499998688697815,0.6396999955177307,2.7957000732421875,0.05460000038146973,0.6614999771118164,2.765700101852417,0.05460000038146973,0.4180000126361847,2.819499969482422,0.054499998688697815,0.4025000035762787,2.8554000854492188,0.054499998688697815,0.5364999771118164,2.858799934387207,0.054499998688697815,0.4180000126361847,2.819499969482422,0.054499998688697815,0.5364999771118164,2.858799934387207,0.054499998688697815,0.5522000193595886,2.8243000507354736,0.054499998688697815,0.5522000193595886,2.8243000507354736,0.054499998688697815,0.5364999771118164,2.858799934387207,0.054499998688697815,0.6051999926567078,2.8612000942230225,0.05460000038146973,0.5522000193595886,2.8243000507354736,0.054499998688697815,0.6051999926567078,2.8612000942230225,0.05460000038146973,0.6208999752998352,2.8276000022888184,0.05460000038146973,0.43700000643730164,2.7846999168395996,0.054499998688697815,0.4180000126361847,2.819499969482422,0.054499998688697815,0.5522000193595886,2.8243000507354736,0.054499998688697815,0.43700000643730164,2.7846999168395996,0.054499998688697815,0.5522000193595886,2.8243000507354736,0.054499998688697815,0.5710999965667725,2.7913999557495117,0.054499998688697815,0.5710999965667725,2.7913999557495117,0.054499998688697815,0.5522000193595886,2.8243000507354736,0.054499998688697815,0.6208999752998352,2.8276000022888184,0.05460000038146973,0.5710999965667725,2.7913999557495117,0.054499998688697815,0.6208999752998352,2.8276000022888184,0.05460000038146973,0.6396999955177307,2.7957000732421875,0.05460000038146973,0.6478999853134155,2.830899953842163,0.05530000105500221,0.6456000208854675,2.829699993133545,0.05480000004172325,0.6299999952316284,2.8626999855041504,0.05480000004172325,0.6478999853134155,2.830899953842163,0.05530000105500221,0.6299999952316284,2.8626999855041504,0.05480000004172325,0.6324999928474426,2.8636999130249023,0.05530000105500221,0.6664000153541565,2.7997000217437744,0.05530000105500221,0.6643000245094299,2.79830002784729,0.05480000004172325,0.6456000208854675,2.829699993133545,0.05480000004172325,0.6664000153541565,2.7997000217437744,0.05530000105500221,0.6456000208854675,2.829699993133545,0.05480000004172325,0.6478999853134155,2.830899953842163,0.05530000105500221,0.6299999952316284,2.8626999855041504,0.05480000004172325,0.6456000208854675,2.829699993133545,0.05480000004172325,0.6208999752998352,2.8276000022888184,0.05460000038146973,0.6299999952316284,2.8626999855041504,0.05480000004172325,0.6208999752998352,2.8276000022888184,0.05460000038146973,0.6051999926567078,2.8612000942230225,0.05460000038146973,0.6456000208854675,2.829699993133545,0.05480000004172325,0.6643000245094299,2.79830002784729,0.05480000004172325,0.6396999955177307,2.7957000732421875,0.05460000038146973,0.6456000208854675,2.829699993133545,0.05480000004172325,0.6396999955177307,2.7957000732421875,0.05460000038146973,0.6208999752998352,2.8276000022888184,0.05460000038146973,0.7121999859809875,2.743499994277954,0.05530000105500221,0.7103000283241272,2.7416999340057373,0.05480000004172325,0.6858999729156494,2.768899917602539,0.05480000004172325,0.7121999859809875,2.743499994277954,0.05530000105500221,0.6858999729156494,2.768899917602539,0.05480000004172325,0.6879000067710876,2.7704999446868896,0.05530000105500221,0.6858999729156494,2.768899917602539,0.05480000004172325,0.7103000283241272,2.7416999340057373,0.05480000004172325,0.6862999796867371,2.7379000186920166,0.05460000038146973,0.6858999729156494,2.768899917602539,0.05480000004172325,0.6862999796867371,2.7379000186920166,0.05460000038146973,0.6614999771118164,2.765700101852417,0.05460000038146973,0.6879000067710876,2.7704999446868896,0.05530000105500221,0.6858999729156494,2.768899917602539,0.05480000004172325,0.6643000245094299,2.79830002784729,0.05480000004172325,0.6879000067710876,2.7704999446868896,0.05530000105500221,0.6643000245094299,2.79830002784729,0.05480000004172325,0.6664000153541565,2.7997000217437744,0.05530000105500221,0.6643000245094299,2.79830002784729,0.05480000004172325,0.6858999729156494,2.768899917602539,0.05480000004172325,0.6614999771118164,2.765700101852417,0.05460000038146973,0.6643000245094299,2.79830002784729,0.05480000004172325,0.6614999771118164,2.765700101852417,0.05460000038146973,0.6396999955177307,2.7957000732421875,0.05460000038146973,0.4025000035762787,2.8554000854492188,0.054499998688697815,0.3905999958515167,2.8921000957489014,0.054499998688697815,0.524399995803833,2.894399881362915,0.054499998688697815,0.4025000035762787,2.8554000854492188,0.054499998688697815,0.524399995803833,2.894399881362915,0.054499998688697815,0.5364999771118164,2.858799934387207,0.054499998688697815,0.3905999958515167,2.8921000957489014,0.054499998688697815,0.382099986076355,2.9293999671936035,0.054499998688697815,0.5156999826431274,2.930799961090088,0.054499998688697815,0.3905999958515167,2.8921000957489014,0.054499998688697815,0.5156999826431274,2.930799961090088,0.054499998688697815,0.524399995803833,2.894399881362915,0.054499998688697815,0.5364999771118164,2.858799934387207,0.054499998688697815,0.524399995803833,2.894399881362915,0.054499998688697815,0.5929999947547913,2.8959999084472656,0.05460000038146973,0.5364999771118164,2.858799934387207,0.054499998688697815,0.5929999947547913,2.8959999084472656,0.05460000038146973,0.6051999926567078,2.8612000942230225,0.05460000038146973,0.524399995803833,2.894399881362915,0.054499998688697815,0.5156999826431274,2.930799961090088,0.054499998688697815,0.5842000246047974,2.9319000244140625,0.05460000038146973,0.524399995803833,2.894399881362915,0.054499998688697815,0.5842000246047974,2.9319000244140625,0.05460000038146973,0.5929999947547913,2.8959999084472656,0.05460000038146973,0.37700000405311584,2.967099905014038,0.054499998688697815,0.37540000677108765,3.0051000118255615,0.054499998688697815,0.5088000297546387,3.005199909210205,0.054499998688697815,0.37700000405311584,2.967099905014038,0.054499998688697815,0.5088000297546387,3.005199909210205,0.054499998688697815,0.5105000138282776,2.967900037765503,0.054499998688697815,0.5105000138282776,2.967900037765503,0.054499998688697815,0.5088000297546387,3.005199909210205,0.054499998688697815,0.5773000121116638,3.0053000450134277,0.05460000038146973,0.5105000138282776,2.967900037765503,0.054499998688697815,0.5773000121116638,3.0053000450134277,0.05460000038146973,0.5789999961853027,2.968400001525879,0.05460000038146973,0.382099986076355,2.9293999671936035,0.054499998688697815,0.37700000405311584,2.967099905014038,0.054499998688697815,0.5105000138282776,2.967900037765503,0.054499998688697815,0.382099986076355,2.9293999671936035,0.054499998688697815,0.5105000138282776,2.967900037765503,0.054499998688697815,0.5156999826431274,2.930799961090088,0.054499998688697815,0.5156999826431274,2.930799961090088,0.054499998688697815,0.5105000138282776,2.967900037765503,0.054499998688697815,0.5789999961853027,2.968400001525879,0.05460000038146973,0.5156999826431274,2.930799961090088,0.054499998688697815,0.5789999961853027,2.968400001525879,0.05460000038146973,0.5842000246047974,2.9319000244140625,0.05460000038146973,0.6065000295639038,2.9690001010894775,0.05530000105500221,0.6039000153541565,2.9688000679016113,0.05480000004172325,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.6065000295639038,2.9690001010894775,0.05530000105500221,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.6047999858856201,3.0053000450134277,0.05530000105500221,0.6116999983787537,2.9330999851226807,0.05530000105500221,0.6092000007629395,2.9326000213623047,0.05480000004172325,0.6039000153541565,2.9688000679016113,0.05480000004172325,0.6116999983787537,2.9330999851226807,0.05530000105500221,0.6039000153541565,2.9688000679016113,0.05480000004172325,0.6065000295639038,2.9690001010894775,0.05530000105500221,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.6039000153541565,2.9688000679016113,0.05480000004172325,0.5789999961853027,2.968400001525879,0.05460000038146973,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.5789999961853027,2.968400001525879,0.05460000038146973,0.5773000121116638,3.0053000450134277,0.05460000038146973,0.6039000153541565,2.9688000679016113,0.05480000004172325,0.6092000007629395,2.9326000213623047,0.05480000004172325,0.5842000246047974,2.9319000244140625,0.05460000038146973,0.6039000153541565,2.9688000679016113,0.05480000004172325,0.5842000246047974,2.9319000244140625,0.05460000038146973,0.5789999961853027,2.968400001525879,0.05460000038146973,0.6324999928474426,2.8636999130249023,0.05530000105500221,0.6299999952316284,2.8626999855041504,0.05480000004172325,0.617900013923645,2.897200107574463,0.05480000004172325,0.6324999928474426,2.8636999130249023,0.05530000105500221,0.617900013923645,2.897200107574463,0.05480000004172325,0.6204000115394592,2.897900104522705,0.05530000105500221,0.617900013923645,2.897200107574463,0.05480000004172325,0.6299999952316284,2.8626999855041504,0.05480000004172325,0.6051999926567078,2.8612000942230225,0.05460000038146973,0.617900013923645,2.897200107574463,0.05480000004172325,0.6051999926567078,2.8612000942230225,0.05460000038146973,0.5929999947547913,2.8959999084472656,0.05460000038146973,0.6204000115394592,2.897900104522705,0.05530000105500221,0.617900013923645,2.897200107574463,0.05480000004172325,0.6092000007629395,2.9326000213623047,0.05480000004172325,0.6204000115394592,2.897900104522705,0.05530000105500221,0.6092000007629395,2.9326000213623047,0.05480000004172325,0.6116999983787537,2.9330999851226807,0.05530000105500221,0.6092000007629395,2.9326000213623047,0.05480000004172325,0.617900013923645,2.897200107574463,0.05480000004172325,0.5929999947547913,2.8959999084472656,0.05460000038146973,0.6092000007629395,2.9326000213623047,0.05480000004172325,0.5929999947547913,2.8959999084472656,0.05460000038146973,0.5842000246047974,2.9319000244140625,0.05460000038146973,0.37720000743865967,3.0429999828338623,0.054499998688697815,0.510699987411499,3.0425000190734863,0.054499998688697815,0.5088000297546387,3.005199909210205,0.054499998688697815,0.37720000743865967,3.0429999828338623,0.054499998688697815,0.5088000297546387,3.005199909210205,0.054499998688697815,0.37540000677108765,3.0051000118255615,0.054499998688697815,0.3824999928474426,3.080699920654297,0.054499998688697815,0.5162000060081482,3.0794999599456787,0.054499998688697815,0.510699987411499,3.0425000190734863,0.054499998688697815,0.3824999928474426,3.080699920654297,0.054499998688697815,0.510699987411499,3.0425000190734863,0.054499998688697815,0.37720000743865967,3.0429999828338623,0.054499998688697815,0.510699987411499,3.0425000190734863,0.054499998688697815,0.5792999863624573,3.042099952697754,0.05460000038146973,0.5773000121116638,3.0053000450134277,0.05460000038146973,0.510699987411499,3.0425000190734863,0.054499998688697815,0.5773000121116638,3.0053000450134277,0.05460000038146973,0.5088000297546387,3.005199909210205,0.054499998688697815,0.5162000060081482,3.0794999599456787,0.054499998688697815,0.5848000049591064,3.0785999298095703,0.05460000038146973,0.5792999863624573,3.042099952697754,0.05460000038146973,0.5162000060081482,3.0794999599456787,0.054499998688697815,0.5792999863624573,3.042099952697754,0.05460000038146973,0.510699987411499,3.0425000190734863,0.054499998688697815,0.4034000039100647,3.154599905014038,0.054499998688697815,0.5375000238418579,3.151400089263916,0.054499998688697815,0.5250999927520752,3.1159000396728516,0.054499998688697815,0.4034000039100647,3.154599905014038,0.054499998688697815,0.5250999927520752,3.1159000396728516,0.054499998688697815,0.3912000060081482,3.118000030517578,0.054499998688697815,0.5375000238418579,3.151400089263916,0.054499998688697815,0.6062999963760376,3.149199962615967,0.05460000038146973,0.5938000082969666,3.1143999099731445,0.05460000038146973,0.5375000238418579,3.151400089263916,0.054499998688697815,0.5938000082969666,3.1143999099731445,0.05460000038146973,0.5250999927520752,3.1159000396728516,0.054499998688697815,0.3912000060081482,3.118000030517578,0.054499998688697815,0.5250999927520752,3.1159000396728516,0.054499998688697815,0.5162000060081482,3.0794999599456787,0.054499998688697815,0.3912000060081482,3.118000030517578,0.054499998688697815,0.5162000060081482,3.0794999599456787,0.054499998688697815,0.3824999928474426,3.080699920654297,0.054499998688697815,0.5250999927520752,3.1159000396728516,0.054499998688697815,0.5938000082969666,3.1143999099731445,0.05460000038146973,0.5848000049591064,3.0785999298095703,0.05460000038146973,0.5250999927520752,3.1159000396728516,0.054499998688697815,0.5848000049591064,3.0785999298095703,0.05460000038146973,0.5162000060081482,3.0794999599456787,0.054499998688697815,0.6212000250816345,3.112499952316284,0.05530000105500221,0.6187000274658203,3.1131999492645264,0.05480000004172325,0.6310999989509583,3.147599935531616,0.05480000004172325,0.6212000250816345,3.112499952316284,0.05530000105500221,0.6310999989509583,3.147599935531616,0.05480000004172325,0.6334999799728394,3.1466000080108643,0.05530000105500221,0.6122000217437744,3.0773000717163086,0.05530000105500221,0.6097000241279602,3.0778000354766846,0.05480000004172325,0.6187000274658203,3.1131999492645264,0.05480000004172325,0.6122000217437744,3.0773000717163086,0.05530000105500221,0.6187000274658203,3.1131999492645264,0.05480000004172325,0.6212000250816345,3.112499952316284,0.05530000105500221,0.6187000274658203,3.1131999492645264,0.05480000004172325,0.5938000082969666,3.1143999099731445,0.05460000038146973,0.6062999963760376,3.149199962615967,0.05460000038146973,0.6187000274658203,3.1131999492645264,0.05480000004172325,0.6062999963760376,3.149199962615967,0.05460000038146973,0.6310999989509583,3.147599935531616,0.05480000004172325,0.6097000241279602,3.0778000354766846,0.05480000004172325,0.5848000049591064,3.0785999298095703,0.05460000038146973,0.5938000082969666,3.1143999099731445,0.05460000038146973,0.6097000241279602,3.0778000354766846,0.05480000004172325,0.5938000082969666,3.1143999099731445,0.05460000038146973,0.6187000274658203,3.1131999492645264,0.05480000004172325,0.6047999858856201,3.0053000450134277,0.05530000105500221,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.604200005531311,3.0416998863220215,0.05480000004172325,0.6047999858856201,3.0053000450134277,0.05530000105500221,0.604200005531311,3.0416998863220215,0.05480000004172325,0.6067000031471252,3.0415000915527344,0.05530000105500221,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.5773000121116638,3.0053000450134277,0.05460000038146973,0.5792999863624573,3.042099952697754,0.05460000038146973,0.6021999716758728,3.0053000450134277,0.05480000004172325,0.5792999863624573,3.042099952697754,0.05460000038146973,0.604200005531311,3.0416998863220215,0.05480000004172325,0.6067000031471252,3.0415000915527344,0.05530000105500221,0.604200005531311,3.0416998863220215,0.05480000004172325,0.6097000241279602,3.0778000354766846,0.05480000004172325,0.6067000031471252,3.0415000915527344,0.05530000105500221,0.6097000241279602,3.0778000354766846,0.05480000004172325,0.6122000217437744,3.0773000717163086,0.05530000105500221,0.604200005531311,3.0416998863220215,0.05480000004172325,0.5792999863624573,3.042099952697754,0.05460000038146973,0.5848000049591064,3.0785999298095703,0.05460000038146973,0.604200005531311,3.0416998863220215,0.05480000004172325,0.5848000049591064,3.0785999298095703,0.05460000038146973,0.6097000241279602,3.0778000354766846,0.05480000004172325,0.41909998655319214,3.1903998851776123,0.054499998688697815,0.5533999800682068,3.185699939727783,0.054499998688697815,0.5375000238418579,3.151400089263916,0.054499998688697815,0.41909998655319214,3.1903998851776123,0.054499998688697815,0.5375000238418579,3.151400089263916,0.054499998688697815,0.4034000039100647,3.154599905014038,0.054499998688697815,0.4383000135421753,3.2249999046325684,0.054499998688697815,0.5724999904632568,3.218600034713745,0.054499998688697815,0.5533999800682068,3.185699939727783,0.054499998688697815,0.4383000135421753,3.2249999046325684,0.054499998688697815,0.5533999800682068,3.185699939727783,0.054499998688697815,0.41909998655319214,3.1903998851776123,0.054499998688697815,0.5533999800682068,3.185699939727783,0.054499998688697815,0.6220999956130981,3.1826000213623047,0.05460000038146973,0.6062999963760376,3.149199962615967,0.05460000038146973,0.5533999800682068,3.185699939727783,0.054499998688697815,0.6062999963760376,3.149199962615967,0.05460000038146973,0.5375000238418579,3.151400089263916,0.054499998688697815,0.5724999904632568,3.218600034713745,0.054499998688697815,0.6410999894142151,3.214400053024292,0.05460000038146973,0.6220999956130981,3.1826000213623047,0.05460000038146973,0.5724999904632568,3.218600034713745,0.054499998688697815,0.6220999956130981,3.1826000213623047,0.05460000038146973,0.5533999800682068,3.185699939727783,0.054499998688697815,0.4878999888896942,3.2899999618530273,0.054499998688697815,0.6205000281333923,3.2788000106811523,0.054499998688697815,0.5949000120162964,3.2497000694274902,0.054499998688697815,0.4878999888896942,3.2899999618530273,0.054499998688697815,0.5949000120162964,3.2497000694274902,0.054499998688697815,0.4611999988555908,3.2583000659942627,0.054499998688697815,0.6205000281333923,3.2788000106811523,0.054499998688697815,0.6881999969482422,3.271899938583374,0.05460000038146973,0.6632000207901001,3.2441999912261963,0.05460000038146973,0.6205000281333923,3.2788000106811523,0.054499998688697815,0.6632000207901001,3.2441999912261963,0.05460000038146973,0.5949000120162964,3.2497000694274902,0.054499998688697815,0.4611999988555908,3.2583000659942627,0.054499998688697815,0.5949000120162964,3.2497000694274902,0.054499998688697815,0.5724999904632568,3.218600034713745,0.054499998688697815,0.4611999988555908,3.2583000659942627,0.054499998688697815,0.5724999904632568,3.218600034713745,0.054499998688697815,0.4383000135421753,3.2249999046325684,0.054499998688697815,0.5949000120162964,3.2497000694274902,0.054499998688697815,0.6632000207901001,3.2441999912261963,0.05460000038146973,0.6410999894142151,3.214400053024292,0.05460000038146973,0.5949000120162964,3.2497000694274902,0.054499998688697815,0.6410999894142151,3.214400053024292,0.05460000038146973,0.5724999904632568,3.218600034713745,0.054499998688697815,0.6895999908447266,3.2393999099731445,0.05530000105500221,0.6876000165939331,3.2411000728607178,0.05480000004172325,0.7121999859809875,3.2681000232696533,0.05480000004172325,0.6895999908447266,3.2393999099731445,0.05530000105500221,0.7121999859809875,3.2681000232696533,0.05480000004172325,0.7139999866485596,3.266200065612793,0.05530000105500221,0.667900025844574,3.2102999687194824,0.05530000105500221,0.6657000184059143,3.2118000984191895,0.05480000004172325,0.6876000165939331,3.2411000728607178,0.05480000004172325,0.667900025844574,3.2102999687194824,0.05530000105500221,0.6876000165939331,3.2411000728607178,0.05480000004172325,0.6895999908447266,3.2393999099731445,0.05530000105500221,0.6876000165939331,3.2411000728607178,0.05480000004172325,0.6632000207901001,3.2441999912261963,0.05460000038146973,0.6881999969482422,3.271899938583374,0.05460000038146973,0.6876000165939331,3.2411000728607178,0.05480000004172325,0.6881999969482422,3.271899938583374,0.05460000038146973,0.7121999859809875,3.2681000232696533,0.05480000004172325,0.6657000184059143,3.2118000984191895,0.05480000004172325,0.6410999894142151,3.214400053024292,0.05460000038146973,0.6632000207901001,3.2441999912261963,0.05460000038146973,0.6657000184059143,3.2118000984191895,0.05480000004172325,0.6632000207901001,3.2441999912261963,0.05460000038146973,0.6876000165939331,3.2411000728607178,0.05480000004172325,0.6334999799728394,3.1466000080108643,0.05530000105500221,0.6310999989509583,3.147599935531616,0.05480000004172325,0.6467999815940857,3.180500030517578,0.05480000004172325,0.6334999799728394,3.1466000080108643,0.05530000105500221,0.6467999815940857,3.180500030517578,0.05480000004172325,0.6491000056266785,3.17930006980896,0.05530000105500221,0.6310999989509583,3.147599935531616,0.05480000004172325,0.6062999963760376,3.149199962615967,0.05460000038146973,0.6220999956130981,3.1826000213623047,0.05460000038146973,0.6310999989509583,3.147599935531616,0.05480000004172325,0.6220999956130981,3.1826000213623047,0.05460000038146973,0.6467999815940857,3.180500030517578,0.05480000004172325,0.6491000056266785,3.17930006980896,0.05530000105500221,0.6467999815940857,3.180500030517578,0.05480000004172325,0.6657000184059143,3.2118000984191895,0.05480000004172325,0.6491000056266785,3.17930006980896,0.05530000105500221,0.6657000184059143,3.2118000984191895,0.05480000004172325,0.667900025844574,3.2102999687194824,0.05530000105500221,0.6467999815940857,3.180500030517578,0.05480000004172325,0.6220999956130981,3.1826000213623047,0.05460000038146973,0.6410999894142151,3.214400053024292,0.05460000038146973,0.6467999815940857,3.180500030517578,0.05480000004172325,0.6410999894142151,3.214400053024292,0.05460000038146973,0.6657000184059143,3.2118000984191895,0.05480000004172325,0.5184000134468079,3.319700002670288,0.054499998688697815,0.6492999792098999,3.305500030517578,0.054499998688697815,0.6205000281333923,3.2788000106811523,0.054499998688697815,0.5184000134468079,3.319700002670288,0.054499998688697815,0.6205000281333923,3.2788000106811523,0.054499998688697815,0.4878999888896942,3.2899999618530273,0.054499998688697815,0.5551000237464905,3.3468000888824463,0.054499998688697815,0.6818000078201294,3.329400062561035,0.054499998688697815,0.6492999792098999,3.305500030517578,0.054499998688697815,0.5551000237464905,3.3468000888824463,0.054499998688697815,0.6492999792098999,3.305500030517578,0.054499998688697815,0.5184000134468079,3.319700002670288,0.054499998688697815,0.6492999792098999,3.305500030517578,0.054499998688697815,0.7157999873161316,3.2969000339508057,0.05460000038146973,0.6881999969482422,3.271899938583374,0.05460000038146973,0.6492999792098999,3.305500030517578,0.054499998688697815,0.6881999969482422,3.271899938583374,0.05460000038146973,0.6205000281333923,3.2788000106811523,0.054499998688697815,0.6818000078201294,3.329400062561035,0.054499998688697815,0.7462000250816345,3.319200038909912,0.05460000038146973,0.7157999873161316,3.2969000339508057,0.05460000038146973,0.6818000078201294,3.329400062561035,0.054499998688697815,0.7157999873161316,3.2969000339508057,0.05460000038146973,0.6492999792098999,3.305500030517578,0.054499998688697815,0.656000018119812,3.389400005340576,0.054499998688697815,0.7613000273704529,3.367300033569336,0.054499998688697815,0.7189000248908997,3.3501999378204346,0.054499998688697815,0.656000018119812,3.389400005340576,0.054499998688697815,0.7189000248908997,3.3501999378204346,0.054499998688697815,0.6001999974250793,3.370300054550171,0.054499998688697815,0.7613000273704529,3.367300033569336,0.054499998688697815,0.8145999908447266,3.3545000553131104,0.05460000038146973,0.7791000008583069,3.3385000228881836,0.05460000038146973,0.7613000273704529,3.367300033569336,0.054499998688697815,0.7791000008583069,3.3385000228881836,0.05460000038146973,0.7189000248908997,3.3501999378204346,0.054499998688697815,0.6001999974250793,3.370300054550171,0.054499998688697815,0.7189000248908997,3.3501999378204346,0.054499998688697815,0.6818000078201294,3.329400062561035,0.054499998688697815,0.6001999974250793,3.370300054550171,0.054499998688697815,0.6818000078201294,3.329400062561035,0.054499998688697815,0.5551000237464905,3.3468000888824463,0.054499998688697815,0.7189000248908997,3.3501999378204346,0.054499998688697815,0.7791000008583069,3.3385000228881836,0.05460000038146973,0.7462000250816345,3.319200038909912,0.05460000038146973,0.7189000248908997,3.3501999378204346,0.054499998688697815,0.7462000250816345,3.319200038909912,0.05460000038146973,0.6818000078201294,3.329400062561035,0.054499998688697815,0.8014000058174133,3.3304998874664307,0.05530000105500221,0.8001000285148621,3.3327999114990234,0.05480000004172325,0.8331999778747559,3.348299980163574,0.05480000004172325,0.8014000058174133,3.3304998874664307,0.05530000105500221,0.8331999778747559,3.348299980163574,0.05480000004172325,0.8342000246047974,3.345900058746338,0.05530000105500221,0.7702000141143799,3.312000036239624,0.05530000105500221,0.7688000202178955,3.3141000270843506,0.05480000004172325,0.8001000285148621,3.3327999114990234,0.05480000004172325,0.7702000141143799,3.312000036239624,0.05530000105500221,0.8001000285148621,3.3327999114990234,0.05480000004172325,0.8014000058174133,3.3304998874664307,0.05530000105500221,0.8001000285148621,3.3327999114990234,0.05480000004172325,0.7791000008583069,3.3385000228881836,0.05460000038146973,0.8145999908447266,3.3545000553131104,0.05460000038146973,0.8001000285148621,3.3327999114990234,0.05480000004172325,0.8145999908447266,3.3545000553131104,0.05460000038146973,0.8331999778747559,3.348299980163574,0.05480000004172325,0.7688000202178955,3.3141000270843506,0.05480000004172325,0.7462000250816345,3.319200038909912,0.05460000038146973,0.7791000008583069,3.3385000228881836,0.05460000038146973,0.7688000202178955,3.3141000270843506,0.05480000004172325,0.7791000008583069,3.3385000228881836,0.05460000038146973,0.8001000285148621,3.3327999114990234,0.05480000004172325,0.7139999866485596,3.266200065612793,0.05530000105500221,0.7121999859809875,3.2681000232696533,0.05480000004172325,0.739300012588501,3.2925000190734863,0.05480000004172325,0.7139999866485596,3.266200065612793,0.05530000105500221,0.739300012588501,3.2925000190734863,0.05480000004172325,0.7409999966621399,3.2904000282287598,0.05530000105500221,0.7121999859809875,3.2681000232696533,0.05480000004172325,0.6881999969482422,3.271899938583374,0.05460000038146973,0.7157999873161316,3.2969000339508057,0.05460000038146973,0.7121999859809875,3.2681000232696533,0.05480000004172325,0.7157999873161316,3.2969000339508057,0.05460000038146973,0.739300012588501,3.2925000190734863,0.05480000004172325,0.7409999966621399,3.2904000282287598,0.05530000105500221,0.739300012588501,3.2925000190734863,0.05480000004172325,0.7688000202178955,3.3141000270843506,0.05480000004172325,0.7409999966621399,3.2904000282287598,0.05530000105500221,0.7688000202178955,3.3141000270843506,0.05480000004172325,0.7702000141143799,3.312000036239624,0.05530000105500221,0.739300012588501,3.2925000190734863,0.05480000004172325,0.7157999873161316,3.2969000339508057,0.05460000038146973,0.7462000250816345,3.319200038909912,0.05460000038146973,0.739300012588501,3.2925000190734863,0.05480000004172325,0.7462000250816345,3.319200038909912,0.05460000038146973,0.7688000202178955,3.3141000270843506,0.05480000004172325,0.7246000170707703,3.4033000469207764,0.054499998688697815,0.8095999956130981,3.380199909210205,0.054499998688697815,0.7613000273704529,3.367300033569336,0.054499998688697815,0.7246000170707703,3.4033000469207764,0.054499998688697815,0.7613000273704529,3.367300033569336,0.054499998688697815,0.656000018119812,3.389400005340576,0.054499998688697815,0.8029000163078308,3.412600040435791,0.054499998688697815,0.862500011920929,3.38919997215271,0.054499998688697815,0.8095999956130981,3.380199909210205,0.054499998688697815,0.8029000163078308,3.412600040435791,0.054499998688697815,0.8095999956130981,3.380199909210205,0.054499998688697815,0.7246000170707703,3.4033000469207764,0.054499998688697815,0.8095999956130981,3.380199909210205,0.054499998688697815,0.8526999950408936,3.3668999671936035,0.05460000038146973,0.8145999908447266,3.3545000553131104,0.05460000038146973,0.8095999956130981,3.380199909210205,0.054499998688697815,0.8145999908447266,3.3545000553131104,0.05460000038146973,0.7613000273704529,3.367300033569336,0.054499998688697815,0.862500011920929,3.38919997215271,0.054499998688697815,0.8927000164985657,3.375699996948242,0.05460000038146973,0.8526999950408936,3.3668999671936035,0.05460000038146973,0.862500011920929,3.38919997215271,0.054499998688697815,0.8526999950408936,3.3668999671936035,0.05460000038146973,0.8095999956130981,3.380199909210205,0.054499998688697815,0.975600004196167,3.419100046157837,0.054499998688697815,0.9757000207901001,3.3959999084472656,0.054499998688697815,0.91839998960495,3.394399881362915,0.054499998688697815,0.975600004196167,3.419100046157837,0.054499998688697815,0.91839998960495,3.394399881362915,0.054499998688697815,0.8876000046730042,3.4177000522613525,0.054499998688697815,0.9757000207901001,3.3959999084472656,0.054499998688697815,0.9757000207901001,3.382699966430664,0.05460000038146973,0.933899998664856,3.38100004196167,0.05460000038146973,0.9757000207901001,3.3959999084472656,0.054499998688697815,0.933899998664856,3.38100004196167,0.05460000038146973,0.91839998960495,3.394399881362915,0.054499998688697815,0.8876000046730042,3.4177000522613525,0.054499998688697815,0.91839998960495,3.394399881362915,0.054499998688697815,0.862500011920929,3.38919997215271,0.054499998688697815,0.8876000046730042,3.4177000522613525,0.054499998688697815,0.862500011920929,3.38919997215271,0.054499998688697815,0.8029000163078308,3.412600040435791,0.054499998688697815,0.91839998960495,3.394399881362915,0.054499998688697815,0.933899998664856,3.38100004196167,0.05460000038146973,0.8927000164985657,3.375699996948242,0.05460000038146973,0.91839998960495,3.394399881362915,0.054499998688697815,0.8927000164985657,3.375699996948242,0.05460000038146973,0.862500011920929,3.38919997215271,0.054499998688697815,0.9394999742507935,3.3719000816345215,0.05530000105500221,0.939300000667572,3.3743999004364014,0.05480000004172325,0.9757000207901001,3.3761000633239746,0.05480000004172325,0.9394999742507935,3.3719000816345215,0.05530000105500221,0.9757000207901001,3.3761000633239746,0.05480000004172325,0.9757000207901001,3.373500108718872,0.05530000105500221,0.9035999774932861,3.3666999340057373,0.05530000105500221,0.9031000137329102,3.3691999912261963,0.05480000004172325,0.939300000667572,3.3743999004364014,0.05480000004172325,0.9035999774932861,3.3666999340057373,0.05530000105500221,0.939300000667572,3.3743999004364014,0.05480000004172325,0.9394999742507935,3.3719000816345215,0.05530000105500221,0.939300000667572,3.3743999004364014,0.05480000004172325,0.933899998664856,3.38100004196167,0.05460000038146973,0.9757000207901001,3.382699966430664,0.05460000038146973,0.939300000667572,3.3743999004364014,0.05480000004172325,0.9757000207901001,3.382699966430664,0.05460000038146973,0.9757000207901001,3.3761000633239746,0.05480000004172325,0.9031000137329102,3.3691999912261963,0.05480000004172325,0.8927000164985657,3.375699996948242,0.05460000038146973,0.933899998664856,3.38100004196167,0.05460000038146973,0.9031000137329102,3.3691999912261963,0.05480000004172325,0.933899998664856,3.38100004196167,0.05460000038146973,0.939300000667572,3.3743999004364014,0.05480000004172325,0.8342000246047974,3.345900058746338,0.05530000105500221,0.8331999778747559,3.348299980163574,0.05480000004172325,0.8676999807357788,3.3605000972747803,0.05480000004172325,0.8342000246047974,3.345900058746338,0.05530000105500221,0.8676999807357788,3.3605000972747803,0.05480000004172325,0.868399977684021,3.3580000400543213,0.05530000105500221,0.8331999778747559,3.348299980163574,0.05480000004172325,0.8145999908447266,3.3545000553131104,0.05460000038146973,0.8526999950408936,3.3668999671936035,0.05460000038146973,0.8331999778747559,3.348299980163574,0.05480000004172325,0.8526999950408936,3.3668999671936035,0.05460000038146973,0.8676999807357788,3.3605000972747803,0.05480000004172325,0.868399977684021,3.3580000400543213,0.05530000105500221,0.8676999807357788,3.3605000972747803,0.05480000004172325,0.9031000137329102,3.3691999912261963,0.05480000004172325,0.868399977684021,3.3580000400543213,0.05530000105500221,0.9031000137329102,3.3691999912261963,0.05480000004172325,0.9035999774932861,3.3666999340057373,0.05530000105500221,0.8676999807357788,3.3605000972747803,0.05480000004172325,0.8526999950408936,3.3668999671936035,0.05460000038146973,0.8927000164985657,3.375699996948242,0.05460000038146973,0.8676999807357788,3.3605000972747803,0.05480000004172325,0.8927000164985657,3.375699996948242,0.05460000038146973,0.9031000137329102,3.3691999912261963,0.05480000004172325,0.975600004196167,3.419100046157837,0.054499998688697815,1.0635000467300415,3.4173998832702637,0.054499998688697815,1.0329999923706055,3.394200086593628,0.054499998688697815,0.975600004196167,3.419100046157837,0.054499998688697815,1.0329999923706055,3.394200086593628,0.054499998688697815,0.9757000207901001,3.3959999084472656,0.054499998688697815,1.0635000467300415,3.4173998832702637,0.054499998688697815,1.1482000350952148,3.412100076675415,0.054499998688697815,1.0887999534606934,3.388700008392334,0.054499998688697815,1.0635000467300415,3.4173998832702637,0.054499998688697815,1.0887999534606934,3.388700008392334,0.054499998688697815,1.0329999923706055,3.394200086593628,0.054499998688697815,0.9757000207901001,3.3959999084472656,0.054499998688697815,1.0329999923706055,3.394200086593628,0.054499998688697815,1.0176000595092773,3.38070011138916,0.05460000038146973,0.9757000207901001,3.3959999084472656,0.054499998688697815,1.0176000595092773,3.38070011138916,0.05460000038146973,0.9757000207901001,3.382699966430664,0.05460000038146973,1.0329999923706055,3.394200086593628,0.054499998688697815,1.0887999534606934,3.388700008392334,0.054499998688697815,1.0587999820709229,3.375200033187866,0.05460000038146973,1.0329999923706055,3.394200086593628,0.054499998688697815,1.0587999820709229,3.375200033187866,0.05460000038146973,1.0176000595092773,3.38070011138916,0.05460000038146973,1.2265000343322754,3.4026999473571777,0.054499998688697815,1.2949999570846558,3.3884999752044678,0.054499998688697815,1.1899000406265259,3.366300106048584,0.054499998688697815,1.2265000343322754,3.4026999473571777,0.054499998688697815,1.1899000406265259,3.366300106048584,0.054499998688697815,1.1416000127792358,3.379499912261963,0.054499998688697815,1.1416000127792358,3.379499912261963,0.054499998688697815,1.1899000406265259,3.366300106048584,0.054499998688697815,1.1366000175476074,3.3534998893737793,0.05460000038146973,1.1416000127792358,3.379499912261963,0.054499998688697815,1.1366000175476074,3.3534998893737793,0.05460000038146973,1.0987000465393066,3.3661999702453613,0.05460000038146973,1.1482000350952148,3.412100076675415,0.054499998688697815,1.2265000343322754,3.4026999473571777,0.054499998688697815,1.1416000127792358,3.379499912261963,0.054499998688697815,1.1482000350952148,3.412100076675415,0.054499998688697815,1.1416000127792358,3.379499912261963,0.054499998688697815,1.0887999534606934,3.388700008392334,0.054499998688697815,1.0887999534606934,3.388700008392334,0.054499998688697815,1.1416000127792358,3.379499912261963,0.054499998688697815,1.0987000465393066,3.3661999702453613,0.05460000038146973,1.0887999534606934,3.388700008392334,0.054499998688697815,1.0987000465393066,3.3661999702453613,0.05460000038146973,1.0587999820709229,3.375200033187866,0.05460000038146973,1.082900047302246,3.3571999073028564,0.05530000105500221,1.0836999416351318,3.3596999645233154,0.05480000004172325,1.1181000471115112,3.3473000526428223,0.05480000004172325,1.082900047302246,3.3571999073028564,0.05530000105500221,1.1181000471115112,3.3473000526428223,0.05480000004172325,1.1171000003814697,3.344899892807007,0.05530000105500221,1.0477999448776245,3.3661999702453613,0.05530000105500221,1.04830002784729,3.3687000274658203,0.05480000004172325,1.0836999416351318,3.3596999645233154,0.05480000004172325,1.0477999448776245,3.3661999702453613,0.05530000105500221,1.0836999416351318,3.3596999645233154,0.05480000004172325,1.082900047302246,3.3571999073028564,0.05530000105500221,1.1181000471115112,3.3473000526428223,0.05480000004172325,1.0836999416351318,3.3596999645233154,0.05480000004172325,1.0987000465393066,3.3661999702453613,0.05460000038146973,1.1181000471115112,3.3473000526428223,0.05480000004172325,1.0987000465393066,3.3661999702453613,0.05460000038146973,1.1366000175476074,3.3534998893737793,0.05460000038146973,1.0836999416351318,3.3596999645233154,0.05480000004172325,1.04830002784729,3.3687000274658203,0.05480000004172325,1.0587999820709229,3.375200033187866,0.05460000038146973,1.0836999416351318,3.3596999645233154,0.05480000004172325,1.0587999820709229,3.375200033187866,0.05460000038146973,1.0987000465393066,3.3661999702453613,0.05460000038146973,0.9757000207901001,3.373500108718872,0.05530000105500221,0.9757000207901001,3.3761000633239746,0.05480000004172325,1.0121999979019165,3.3742001056671143,0.05480000004172325,0.9757000207901001,3.373500108718872,0.05530000105500221,1.0121999979019165,3.3742001056671143,0.05480000004172325,1.0118999481201172,3.3715999126434326,0.05530000105500221,1.0121999979019165,3.3742001056671143,0.05480000004172325,0.9757000207901001,3.3761000633239746,0.05480000004172325,0.9757000207901001,3.382699966430664,0.05460000038146973,1.0121999979019165,3.3742001056671143,0.05480000004172325,0.9757000207901001,3.382699966430664,0.05460000038146973,1.0176000595092773,3.38070011138916,0.05460000038146973,1.0118999481201172,3.3715999126434326,0.05530000105500221,1.0121999979019165,3.3742001056671143,0.05480000004172325,1.04830002784729,3.3687000274658203,0.05480000004172325,1.0118999481201172,3.3715999126434326,0.05530000105500221,1.04830002784729,3.3687000274658203,0.05480000004172325,1.0477999448776245,3.3661999702453613,0.05530000105500221,1.04830002784729,3.3687000274658203,0.05480000004172325,1.0121999979019165,3.3742001056671143,0.05480000004172325,1.0176000595092773,3.38070011138916,0.05460000038146973,1.04830002784729,3.3687000274658203,0.05480000004172325,1.0176000595092773,3.38070011138916,0.05460000038146973,1.0587999820709229,3.375200033187866,0.05460000038146973,1.2949999570846558,3.3884999752044678,0.054499998688697815,1.350600004196167,3.3691999912261963,0.054499998688697815,1.232100009918213,3.3489999771118164,0.054499998688697815,1.2949999570846558,3.3884999752044678,0.054499998688697815,1.232100009918213,3.3489999771118164,0.054499998688697815,1.1899000406265259,3.366300106048584,0.054499998688697815,1.350600004196167,3.3691999912261963,0.054499998688697815,1.3955999612808228,3.3454999923706055,0.054499998688697815,1.2690999507904053,3.328000068664551,0.054499998688697815,1.350600004196167,3.3691999912261963,0.054499998688697815,1.2690999507904053,3.328000068664551,0.054499998688697815,1.232100009918213,3.3489999771118164,0.054499998688697815,1.1899000406265259,3.366300106048584,0.054499998688697815,1.232100009918213,3.3489999771118164,0.054499998688697815,1.1720999479293823,3.3373000621795654,0.05460000038146973,1.1899000406265259,3.366300106048584,0.054499998688697815,1.1720999479293823,3.3373000621795654,0.05460000038146973,1.1366000175476074,3.3534998893737793,0.05460000038146973,1.232100009918213,3.3489999771118164,0.054499998688697815,1.2690999507904053,3.328000068664551,0.054499998688697815,1.2049000263214111,3.3178000450134277,0.05460000038146973,1.232100009918213,3.3489999771118164,0.054499998688697815,1.2049000263214111,3.3178000450134277,0.05460000038146973,1.1720999479293823,3.3373000621795654,0.05460000038146973,1.4321999549865723,3.3183000087738037,0.054499998688697815,1.4625999927520752,3.2883999347686768,0.054499998688697815,1.3301000595092773,3.2769999504089355,0.054499998688697815,1.4321999549865723,3.3183000087738037,0.054499998688697815,1.3301000595092773,3.2769999504089355,0.054499998688697815,1.3014999628067017,3.3039000034332275,0.054499998688697815,1.3014999628067017,3.3039000034332275,0.054499998688697815,1.3301000595092773,3.2769999504089355,0.054499998688697815,1.2625000476837158,3.2699999809265137,0.05460000038146973,1.3014999628067017,3.3039000034332275,0.054499998688697815,1.2625000476837158,3.2699999809265137,0.05460000038146973,1.2350000143051147,3.295300006866455,0.05460000038146973,1.3955999612808228,3.3454999923706055,0.054499998688697815,1.4321999549865723,3.3183000087738037,0.054499998688697815,1.3014999628067017,3.3039000034332275,0.054499998688697815,1.3955999612808228,3.3454999923706055,0.054499998688697815,1.3014999628067017,3.3039000034332275,0.054499998688697815,1.2690999507904053,3.328000068664551,0.054499998688697815,1.2690999507904053,3.328000068664551,0.054499998688697815,1.3014999628067017,3.3039000034332275,0.054499998688697815,1.2350000143051147,3.295300006866455,0.05460000038146973,1.2690999507904053,3.328000068664551,0.054499998688697815,1.2350000143051147,3.295300006866455,0.05460000038146973,1.2049000263214111,3.3178000450134277,0.05460000038146973,1.2099000215530396,3.288800001144409,0.05530000105500221,1.2115999460220337,3.290800094604492,0.05480000004172325,1.2386000156402588,3.266200065612793,0.05480000004172325,1.2099000215530396,3.288800001144409,0.05530000105500221,1.2386000156402588,3.266200065612793,0.05480000004172325,1.2367000579833984,3.264400005340576,0.05530000105500221,1.180799961090088,3.310499906539917,0.05530000105500221,1.1822999715805054,3.312700033187866,0.05480000004172325,1.2115999460220337,3.290800094604492,0.05480000004172325,1.180799961090088,3.310499906539917,0.05530000105500221,1.2115999460220337,3.290800094604492,0.05480000004172325,1.2099000215530396,3.288800001144409,0.05530000105500221,1.2386000156402588,3.266200065612793,0.05480000004172325,1.2115999460220337,3.290800094604492,0.05480000004172325,1.2350000143051147,3.295300006866455,0.05460000038146973,1.2386000156402588,3.266200065612793,0.05480000004172325,1.2350000143051147,3.295300006866455,0.05460000038146973,1.2625000476837158,3.2699999809265137,0.05460000038146973,1.2115999460220337,3.290800094604492,0.05480000004172325,1.1822999715805054,3.312700033187866,0.05480000004172325,1.2049000263214111,3.3178000450134277,0.05460000038146973,1.2115999460220337,3.290800094604492,0.05480000004172325,1.2049000263214111,3.3178000450134277,0.05460000038146973,1.2350000143051147,3.295300006866455,0.05460000038146973,1.1171000003814697,3.344899892807007,0.05530000105500221,1.1181000471115112,3.3473000526428223,0.05480000004172325,1.1510000228881836,3.3315999507904053,0.05480000004172325,1.1171000003814697,3.344899892807007,0.05530000105500221,1.1510000228881836,3.3315999507904053,0.05480000004172325,1.1497999429702759,3.3292999267578125,0.05530000105500221,1.1510000228881836,3.3315999507904053,0.05480000004172325,1.1181000471115112,3.3473000526428223,0.05480000004172325,1.1366000175476074,3.3534998893737793,0.05460000038146973,1.1510000228881836,3.3315999507904053,0.05480000004172325,1.1366000175476074,3.3534998893737793,0.05460000038146973,1.1720999479293823,3.3373000621795654,0.05460000038146973,1.1497999429702759,3.3292999267578125,0.05530000105500221,1.1510000228881836,3.3315999507904053,0.05480000004172325,1.1822999715805054,3.312700033187866,0.05480000004172325,1.1497999429702759,3.3292999267578125,0.05530000105500221,1.1822999715805054,3.312700033187866,0.05480000004172325,1.180799961090088,3.310499906539917,0.05530000105500221,1.1822999715805054,3.312700033187866,0.05480000004172325,1.1510000228881836,3.3315999507904053,0.05480000004172325,1.1720999479293823,3.3373000621795654,0.05460000038146973,1.1822999715805054,3.312700033187866,0.05480000004172325,1.1720999479293823,3.3373000621795654,0.05460000038146973,1.2049000263214111,3.3178000450134277,0.05460000038146973,1.4625999927520752,3.2883999347686768,0.054499998688697815,1.4890999794006348,3.2565999031066895,0.054499998688697815,1.3554999828338623,3.24780011177063,0.054499998688697815,1.4625999927520752,3.2883999347686768,0.054499998688697815,1.3554999828338623,3.24780011177063,0.054499998688697815,1.3301000595092773,3.2769999504089355,0.054499998688697815,1.4890999794006348,3.2565999031066895,0.054499998688697815,1.5118000507354736,3.2232000827789307,0.054499998688697815,1.3776999711990356,3.2165000438690186,0.054499998688697815,1.4890999794006348,3.2565999031066895,0.054499998688697815,1.3776999711990356,3.2165000438690186,0.054499998688697815,1.3554999828338623,3.24780011177063,0.054499998688697815,1.3301000595092773,3.2769999504089355,0.054499998688697815,1.3554999828338623,3.24780011177063,0.054499998688697815,1.2872999906539917,3.2421998977661133,0.05460000038146973,1.3301000595092773,3.2769999504089355,0.054499998688697815,1.2872999906539917,3.2421998977661133,0.05460000038146973,1.2625000476837158,3.2699999809265137,0.05460000038146973,1.3554999828338623,3.24780011177063,0.054499998688697815,1.3776999711990356,3.2165000438690186,0.054499998688697815,1.3092000484466553,3.2121999263763428,0.05460000038146973,1.3554999828338623,3.24780011177063,0.054499998688697815,1.3092000484466553,3.2121999263763428,0.05460000038146973,1.2872999906539917,3.2421998977661133,0.05460000038146973,1.530900001525879,3.1884000301361084,0.054499998688697815,1.5463000535964966,3.1524999141693115,0.054499998688697815,1.4122999906539917,3.1491000652313232,0.054499998688697815,1.530900001525879,3.1884000301361084,0.054499998688697815,1.4122999906539917,3.1491000652313232,0.054499998688697815,1.3967000246047974,3.1835999488830566,0.054499998688697815,1.3967000246047974,3.1835999488830566,0.054499998688697815,1.4122999906539917,3.1491000652313232,0.054499998688697815,1.3436000347137451,3.146699905395508,0.05460000038146973,1.3967000246047974,3.1835999488830566,0.054499998688697815,1.3436000347137451,3.146699905395508,0.05460000038146973,1.3279999494552612,3.180299997329712,0.05460000038146973,1.5118000507354736,3.2232000827789307,0.054499998688697815,1.530900001525879,3.1884000301361084,0.054499998688697815,1.3967000246047974,3.1835999488830566,0.054499998688697815,1.5118000507354736,3.2232000827789307,0.054499998688697815,1.3967000246047974,3.1835999488830566,0.054499998688697815,1.3776999711990356,3.2165000438690186,0.054499998688697815,1.3776999711990356,3.2165000438690186,0.054499998688697815,1.3967000246047974,3.1835999488830566,0.054499998688697815,1.3279999494552612,3.180299997329712,0.05460000038146973,1.3776999711990356,3.2165000438690186,0.054499998688697815,1.3279999494552612,3.180299997329712,0.05460000038146973,1.3092000484466553,3.2121999263763428,0.05460000038146973,1.3009999990463257,3.177000045776367,0.05530000105500221,1.3033000230789185,3.1782000064849854,0.05480000004172325,1.3187999725341797,3.14520001411438,0.05480000004172325,1.3009999990463257,3.177000045776367,0.05530000105500221,1.3187999725341797,3.14520001411438,0.05480000004172325,1.3164000511169434,3.144200086593628,0.05530000105500221,1.2824000120162964,3.208199977874756,0.05530000105500221,1.284600019454956,3.2095999717712402,0.05480000004172325,1.3033000230789185,3.1782000064849854,0.05480000004172325,1.2824000120162964,3.208199977874756,0.05530000105500221,1.3033000230789185,3.1782000064849854,0.05480000004172325,1.3009999990463257,3.177000045776367,0.05530000105500221,1.3187999725341797,3.14520001411438,0.05480000004172325,1.3033000230789185,3.1782000064849854,0.05480000004172325,1.3279999494552612,3.180299997329712,0.05460000038146973,1.3187999725341797,3.14520001411438,0.05480000004172325,1.3279999494552612,3.180299997329712,0.05460000038146973,1.3436000347137451,3.146699905395508,0.05460000038146973,1.3033000230789185,3.1782000064849854,0.05480000004172325,1.284600019454956,3.2095999717712402,0.05480000004172325,1.3092000484466553,3.2121999263763428,0.05460000038146973,1.3033000230789185,3.1782000064849854,0.05480000004172325,1.3092000484466553,3.2121999263763428,0.05460000038146973,1.3279999494552612,3.180299997329712,0.05460000038146973,1.2367000579833984,3.264400005340576,0.05530000105500221,1.2386000156402588,3.266200065612793,0.05480000004172325,1.2630000114440918,3.2390999794006348,0.05480000004172325,1.2367000579833984,3.264400005340576,0.05530000105500221,1.2630000114440918,3.2390999794006348,0.05480000004172325,1.2609000205993652,3.2374000549316406,0.05530000105500221,1.2630000114440918,3.2390999794006348,0.05480000004172325,1.2386000156402588,3.266200065612793,0.05480000004172325,1.2625000476837158,3.2699999809265137,0.05460000038146973,1.2630000114440918,3.2390999794006348,0.05480000004172325,1.2625000476837158,3.2699999809265137,0.05460000038146973,1.2872999906539917,3.2421998977661133,0.05460000038146973,1.2609000205993652,3.2374000549316406,0.05530000105500221,1.2630000114440918,3.2390999794006348,0.05480000004172325,1.284600019454956,3.2095999717712402,0.05480000004172325,1.2609000205993652,3.2374000549316406,0.05530000105500221,1.284600019454956,3.2095999717712402,0.05480000004172325,1.2824000120162964,3.208199977874756,0.05530000105500221,1.284600019454956,3.2095999717712402,0.05480000004172325,1.2630000114440918,3.2390999794006348,0.05480000004172325,1.2872999906539917,3.2421998977661133,0.05460000038146973,1.284600019454956,3.2095999717712402,0.05480000004172325,1.2872999906539917,3.2421998977661133,0.05460000038146973,1.3092000484466553,3.2121999263763428,0.05460000038146973,1.5463000535964966,3.1524999141693115,0.054499998688697815,1.5583000183105469,3.115799903869629,0.054499998688697815,1.4244999885559082,3.1135001182556152,0.054499998688697815,1.5463000535964966,3.1524999141693115,0.054499998688697815,1.4244999885559082,3.1135001182556152,0.054499998688697815,1.4122999906539917,3.1491000652313232,0.054499998688697815,1.5583000183105469,3.115799903869629,0.054499998688697815,1.5667999982833862,3.0785000324249268,0.054499998688697815,1.4332000017166138,3.0771000385284424,0.054499998688697815,1.5583000183105469,3.115799903869629,0.054499998688697815,1.4332000017166138,3.0771000385284424,0.054499998688697815,1.4244999885559082,3.1135001182556152,0.054499998688697815,1.4122999906539917,3.1491000652313232,0.054499998688697815,1.4244999885559082,3.1135001182556152,0.054499998688697815,1.3558000326156616,3.1119000911712646,0.05460000038146973,1.4122999906539917,3.1491000652313232,0.054499998688697815,1.3558000326156616,3.1119000911712646,0.05460000038146973,1.3436000347137451,3.146699905395508,0.05460000038146973,1.4244999885559082,3.1135001182556152,0.054499998688697815,1.4332000017166138,3.0771000385284424,0.054499998688697815,1.3645999431610107,3.0759999752044678,0.05460000038146973,1.4244999885559082,3.1135001182556152,0.054499998688697815,1.3645999431610107,3.0759999752044678,0.05460000038146973,1.3558000326156616,3.1119000911712646,0.05460000038146973,1.5719000101089478,3.040800094604492,0.054499998688697815,1.5734000205993652,3.0027999877929688,0.054499998688697815,1.440000057220459,3.002700090408325,0.054499998688697815,1.5719000101089478,3.040800094604492,0.054499998688697815,1.440000057220459,3.002700090408325,0.054499998688697815,1.4384000301361084,3.0399999618530273,0.054499998688697815,1.4384000301361084,3.0399999618530273,0.054499998688697815,1.440000057220459,3.002700090408325,0.054499998688697815,1.3716000318527222,3.002700090408325,0.05460000038146973,1.4384000301361084,3.0399999618530273,0.054499998688697815,1.3716000318527222,3.002700090408325,0.05460000038146973,1.3697999715805054,3.0394999980926514,0.05460000038146973,1.5667999982833862,3.0785000324249268,0.054499998688697815,1.5719000101089478,3.040800094604492,0.054499998688697815,1.4384000301361084,3.0399999618530273,0.054499998688697815,1.5667999982833862,3.0785000324249268,0.054499998688697815,1.4384000301361084,3.0399999618530273,0.054499998688697815,1.4332000017166138,3.0771000385284424,0.054499998688697815,1.4332000017166138,3.0771000385284424,0.054499998688697815,1.4384000301361084,3.0399999618530273,0.054499998688697815,1.3697999715805054,3.0394999980926514,0.05460000038146973,1.4332000017166138,3.0771000385284424,0.054499998688697815,1.3697999715805054,3.0394999980926514,0.05460000038146973,1.3645999431610107,3.0759999752044678,0.05460000038146973,1.3423999547958374,3.0388998985290527,0.05530000105500221,1.3449000120162964,3.039099931716919,0.05480000004172325,1.34660005569458,3.002700090408325,0.05480000004172325,1.3423999547958374,3.0388998985290527,0.05530000105500221,1.34660005569458,3.002700090408325,0.05480000004172325,1.343999981880188,3.002700090408325,0.05530000105500221,1.3372000455856323,3.0748000144958496,0.05530000105500221,1.3396999835968018,3.0752999782562256,0.05480000004172325,1.3449000120162964,3.039099931716919,0.05480000004172325,1.3372000455856323,3.0748000144958496,0.05530000105500221,1.3449000120162964,3.039099931716919,0.05480000004172325,1.3423999547958374,3.0388998985290527,0.05530000105500221,1.34660005569458,3.002700090408325,0.05480000004172325,1.3449000120162964,3.039099931716919,0.05480000004172325,1.3697999715805054,3.0394999980926514,0.05460000038146973,1.34660005569458,3.002700090408325,0.05480000004172325,1.3697999715805054,3.0394999980926514,0.05460000038146973,1.3716000318527222,3.002700090408325,0.05460000038146973,1.3449000120162964,3.039099931716919,0.05480000004172325,1.3396999835968018,3.0752999782562256,0.05480000004172325,1.3645999431610107,3.0759999752044678,0.05460000038146973,1.3449000120162964,3.039099931716919,0.05480000004172325,1.3645999431610107,3.0759999752044678,0.05460000038146973,1.3697999715805054,3.0394999980926514,0.05460000038146973,1.3164000511169434,3.144200086593628,0.05530000105500221,1.3187999725341797,3.14520001411438,0.05480000004172325,1.3309999704360962,3.1106998920440674,0.05480000004172325,1.3164000511169434,3.144200086593628,0.05530000105500221,1.3309999704360962,3.1106998920440674,0.05480000004172325,1.3285000324249268,3.109999895095825,0.05530000105500221,1.3309999704360962,3.1106998920440674,0.05480000004172325,1.3187999725341797,3.14520001411438,0.05480000004172325,1.3436000347137451,3.146699905395508,0.05460000038146973,1.3309999704360962,3.1106998920440674,0.05480000004172325,1.3436000347137451,3.146699905395508,0.05460000038146973,1.3558000326156616,3.1119000911712646,0.05460000038146973,1.3285000324249268,3.109999895095825,0.05530000105500221,1.3309999704360962,3.1106998920440674,0.05480000004172325,1.3396999835968018,3.0752999782562256,0.05480000004172325,1.3285000324249268,3.109999895095825,0.05530000105500221,1.3396999835968018,3.0752999782562256,0.05480000004172325,1.3372000455856323,3.0748000144958496,0.05530000105500221,1.3396999835968018,3.0752999782562256,0.05480000004172325,1.3309999704360962,3.1106998920440674,0.05480000004172325,1.3558000326156616,3.1119000911712646,0.05460000038146973,1.3396999835968018,3.0752999782562256,0.05480000004172325,1.3558000326156616,3.1119000911712646,0.05460000038146973,1.3645999431610107,3.0759999752044678,0.05460000038146973,1.5715999603271484,2.964900016784668,0.054499998688697815,1.438099980354309,2.965399980545044,0.054499998688697815,1.440000057220459,3.002700090408325,0.054499998688697815,1.5715999603271484,2.964900016784668,0.054499998688697815,1.440000057220459,3.002700090408325,0.054499998688697815,1.5734000205993652,3.0027999877929688,0.054499998688697815,1.5663000345230103,2.9272000789642334,0.054499998688697815,1.4327000379562378,2.9284000396728516,0.054499998688697815,1.438099980354309,2.965399980545044,0.054499998688697815,1.5663000345230103,2.9272000789642334,0.054499998688697815,1.438099980354309,2.965399980545044,0.054499998688697815,1.5715999603271484,2.964900016784668,0.054499998688697815,1.438099980354309,2.965399980545044,0.054499998688697815,1.3696000576019287,2.9658000469207764,0.05460000038146973,1.3716000318527222,3.002700090408325,0.05460000038146973,1.438099980354309,2.965399980545044,0.054499998688697815,1.3716000318527222,3.002700090408325,0.05460000038146973,1.440000057220459,3.002700090408325,0.054499998688697815,1.4327000379562378,2.9284000396728516,0.054499998688697815,1.3640999794006348,2.92930006980896,0.05460000038146973,1.3696000576019287,2.9658000469207764,0.05460000038146973,1.4327000379562378,2.9284000396728516,0.054499998688697815,1.3696000576019287,2.9658000469207764,0.05460000038146973,1.438099980354309,2.965399980545044,0.054499998688697815,1.5454000234603882,2.853300094604492,0.054499998688697815,1.4112999439239502,2.8564999103546143,0.054499998688697815,1.423799991607666,2.8919999599456787,0.054499998688697815,1.5454000234603882,2.853300094604492,0.054499998688697815,1.423799991607666,2.8919999599456787,0.054499998688697815,1.5577000379562378,2.889899969100952,0.054499998688697815,1.4112999439239502,2.8564999103546143,0.054499998688697815,1.3425999879837036,2.8587000370025635,0.05460000038146973,1.3551000356674194,2.8935000896453857,0.05460000038146973,1.4112999439239502,2.8564999103546143,0.054499998688697815,1.3551000356674194,2.8935000896453857,0.05460000038146973,1.423799991607666,2.8919999599456787,0.054499998688697815,1.5577000379562378,2.889899969100952,0.054499998688697815,1.423799991607666,2.8919999599456787,0.054499998688697815,1.4327000379562378,2.9284000396728516,0.054499998688697815,1.5577000379562378,2.889899969100952,0.054499998688697815,1.4327000379562378,2.9284000396728516,0.054499998688697815,1.5663000345230103,2.9272000789642334,0.054499998688697815,1.423799991607666,2.8919999599456787,0.054499998688697815,1.3551000356674194,2.8935000896453857,0.05460000038146973,1.3640999794006348,2.92930006980896,0.05460000038146973,1.423799991607666,2.8919999599456787,0.054499998688697815,1.3640999794006348,2.92930006980896,0.05460000038146973,1.4327000379562378,2.9284000396728516,0.054499998688697815,1.3277000188827515,2.895400047302246,0.05530000105500221,1.330199956893921,2.894700050354004,0.05480000004172325,1.3178000450134277,2.860300064086914,0.05480000004172325,1.3277000188827515,2.895400047302246,0.05530000105500221,1.3178000450134277,2.860300064086914,0.05480000004172325,1.3154000043869019,2.861299991607666,0.05530000105500221,1.3365999460220337,2.9305999279022217,0.05530000105500221,1.3392000198364258,2.9300999641418457,0.05480000004172325,1.330199956893921,2.894700050354004,0.05480000004172325,1.3365999460220337,2.9305999279022217,0.05530000105500221,1.330199956893921,2.894700050354004,0.05480000004172325,1.3277000188827515,2.895400047302246,0.05530000105500221,1.330199956893921,2.894700050354004,0.05480000004172325,1.3551000356674194,2.8935000896453857,0.05460000038146973,1.3425999879837036,2.8587000370025635,0.05460000038146973,1.330199956893921,2.894700050354004,0.05480000004172325,1.3425999879837036,2.8587000370025635,0.05460000038146973,1.3178000450134277,2.860300064086914,0.05480000004172325,1.3392000198364258,2.9300999641418457,0.05480000004172325,1.3640999794006348,2.92930006980896,0.05460000038146973,1.3551000356674194,2.8935000896453857,0.05460000038146973,1.3392000198364258,2.9300999641418457,0.05480000004172325,1.3551000356674194,2.8935000896453857,0.05460000038146973,1.330199956893921,2.894700050354004,0.05480000004172325,1.343999981880188,3.002700090408325,0.05530000105500221,1.34660005569458,3.002700090408325,0.05480000004172325,1.3446999788284302,2.966200113296509,0.05480000004172325,1.343999981880188,3.002700090408325,0.05530000105500221,1.3446999788284302,2.966200113296509,0.05480000004172325,1.3421000242233276,2.966399908065796,0.05530000105500221,1.34660005569458,3.002700090408325,0.05480000004172325,1.3716000318527222,3.002700090408325,0.05460000038146973,1.3696000576019287,2.9658000469207764,0.05460000038146973,1.34660005569458,3.002700090408325,0.05480000004172325,1.3696000576019287,2.9658000469207764,0.05460000038146973,1.3446999788284302,2.966200113296509,0.05480000004172325,1.3421000242233276,2.966399908065796,0.05530000105500221,1.3446999788284302,2.966200113296509,0.05480000004172325,1.3392000198364258,2.9300999641418457,0.05480000004172325,1.3421000242233276,2.966399908065796,0.05530000105500221,1.3392000198364258,2.9300999641418457,0.05480000004172325,1.3365999460220337,2.9305999279022217,0.05530000105500221,1.3446999788284302,2.966200113296509,0.05480000004172325,1.3696000576019287,2.9658000469207764,0.05460000038146973,1.3640999794006348,2.92930006980896,0.05460000038146973,1.3446999788284302,2.966200113296509,0.05480000004172325,1.3640999794006348,2.92930006980896,0.05460000038146973,1.3392000198364258,2.9300999641418457,0.05480000004172325,1.5298000574111938,2.817500114440918,0.054499998688697815,1.3954999446868896,2.822200059890747,0.054499998688697815,1.4112999439239502,2.8564999103546143,0.054499998688697815,1.5298000574111938,2.817500114440918,0.054499998688697815,1.4112999439239502,2.8564999103546143,0.054499998688697815,1.5454000234603882,2.853300094604492,0.054499998688697815,1.510599970817566,2.782900094985962,0.054499998688697815,1.3762999773025513,2.789299964904785,0.054499998688697815,1.3954999446868896,2.822200059890747,0.054499998688697815,1.510599970817566,2.782900094985962,0.054499998688697815,1.3954999446868896,2.822200059890747,0.054499998688697815,1.5298000574111938,2.817500114440918,0.054499998688697815,1.3954999446868896,2.822200059890747,0.054499998688697815,1.326799988746643,2.8252999782562256,0.05460000038146973,1.3425999879837036,2.8587000370025635,0.05460000038146973,1.3954999446868896,2.822200059890747,0.054499998688697815,1.3425999879837036,2.8587000370025635,0.05460000038146973,1.4112999439239502,2.8564999103546143,0.054499998688697815,1.3762999773025513,2.789299964904785,0.054499998688697815,1.3077000379562378,2.7934999465942383,0.05460000038146973,1.326799988746643,2.8252999782562256,0.05460000038146973,1.3762999773025513,2.789299964904785,0.054499998688697815,1.326799988746643,2.8252999782562256,0.05460000038146973,1.3954999446868896,2.822200059890747,0.054499998688697815,1.4609999656677246,2.717900037765503,0.054499998688697815,1.3282999992370605,2.729099988937378,0.054499998688697815,1.3538999557495117,2.75819993019104,0.054499998688697815,1.4609999656677246,2.717900037765503,0.054499998688697815,1.3538999557495117,2.75819993019104,0.054499998688697815,1.4876999855041504,2.7495999336242676,0.054499998688697815,1.3282999992370605,2.729099988937378,0.054499998688697815,1.260699987411499,2.7360000610351562,0.05460000038146973,1.285599946975708,2.763700008392334,0.05460000038146973,1.3282999992370605,2.729099988937378,0.054499998688697815,1.285599946975708,2.763700008392334,0.05460000038146973,1.3538999557495117,2.75819993019104,0.054499998688697815,1.4876999855041504,2.7495999336242676,0.054499998688697815,1.3538999557495117,2.75819993019104,0.054499998688697815,1.3762999773025513,2.789299964904785,0.054499998688697815,1.4876999855041504,2.7495999336242676,0.054499998688697815,1.3762999773025513,2.789299964904785,0.054499998688697815,1.510599970817566,2.782900094985962,0.054499998688697815,1.3538999557495117,2.75819993019104,0.054499998688697815,1.285599946975708,2.763700008392334,0.05460000038146973,1.3077000379562378,2.7934999465942383,0.05460000038146973,1.3538999557495117,2.75819993019104,0.054499998688697815,1.3077000379562378,2.7934999465942383,0.05460000038146973,1.3762999773025513,2.789299964904785,0.054499998688697815,1.2592999935150146,2.7685000896453857,0.05530000105500221,1.261299967765808,2.7667999267578125,0.05480000004172325,1.2367000579833984,2.739799976348877,0.05480000004172325,1.2592999935150146,2.7685000896453857,0.05530000105500221,1.2367000579833984,2.739799976348877,0.05480000004172325,1.2348999977111816,2.7416999340057373,0.05530000105500221,1.281000018119812,2.797600030899048,0.05530000105500221,1.2831000089645386,2.796099901199341,0.05480000004172325,1.261299967765808,2.7667999267578125,0.05480000004172325,1.281000018119812,2.797600030899048,0.05530000105500221,1.261299967765808,2.7667999267578125,0.05480000004172325,1.2592999935150146,2.7685000896453857,0.05530000105500221,1.261299967765808,2.7667999267578125,0.05480000004172325,1.285599946975708,2.763700008392334,0.05460000038146973,1.260699987411499,2.7360000610351562,0.05460000038146973,1.261299967765808,2.7667999267578125,0.05480000004172325,1.260699987411499,2.7360000610351562,0.05460000038146973,1.2367000579833984,2.739799976348877,0.05480000004172325,1.2831000089645386,2.796099901199341,0.05480000004172325,1.3077000379562378,2.7934999465942383,0.05460000038146973,1.285599946975708,2.763700008392334,0.05460000038146973,1.2831000089645386,2.796099901199341,0.05480000004172325,1.285599946975708,2.763700008392334,0.05460000038146973,1.261299967765808,2.7667999267578125,0.05480000004172325,1.3154000043869019,2.861299991607666,0.05530000105500221,1.3178000450134277,2.860300064086914,0.05480000004172325,1.3020999431610107,2.827399969100952,0.05480000004172325,1.3154000043869019,2.861299991607666,0.05530000105500221,1.3020999431610107,2.827399969100952,0.05480000004172325,1.2997000217437744,2.8285999298095703,0.05530000105500221,1.3178000450134277,2.860300064086914,0.05480000004172325,1.3425999879837036,2.8587000370025635,0.05460000038146973,1.326799988746643,2.8252999782562256,0.05460000038146973,1.3178000450134277,2.860300064086914,0.05480000004172325,1.326799988746643,2.8252999782562256,0.05460000038146973,1.3020999431610107,2.827399969100952,0.05480000004172325,1.2997000217437744,2.8285999298095703,0.05530000105500221,1.3020999431610107,2.827399969100952,0.05480000004172325,1.2831000089645386,2.796099901199341,0.05480000004172325,1.2997000217437744,2.8285999298095703,0.05530000105500221,1.2831000089645386,2.796099901199341,0.05480000004172325,1.281000018119812,2.797600030899048,0.05530000105500221,1.3020999431610107,2.827399969100952,0.05480000004172325,1.326799988746643,2.8252999782562256,0.05460000038146973,1.3077000379562378,2.7934999465942383,0.05460000038146973,1.3020999431610107,2.827399969100952,0.05480000004172325,1.3077000379562378,2.7934999465942383,0.05460000038146973,1.2831000089645386,2.796099901199341,0.05480000004172325,1.430400013923645,2.688199996948242,0.054499998688697815,1.2996000051498413,2.702399969100952,0.054499998688697815,1.3282999992370605,2.729099988937378,0.054499998688697815,1.430400013923645,2.688199996948242,0.054499998688697815,1.3282999992370605,2.729099988937378,0.054499998688697815,1.4609999656677246,2.717900037765503,0.054499998688697815,1.3937000036239624,2.661099910736084,0.054499998688697815,1.2670999765396118,2.678499937057495,0.054499998688697815,1.2996000051498413,2.702399969100952,0.054499998688697815,1.3937000036239624,2.661099910736084,0.054499998688697815,1.2996000051498413,2.702399969100952,0.054499998688697815,1.430400013923645,2.688199996948242,0.054499998688697815,1.2996000051498413,2.702399969100952,0.054499998688697815,1.2330000400543213,2.7109999656677246,0.05460000038146973,1.260699987411499,2.7360000610351562,0.05460000038146973,1.2996000051498413,2.702399969100952,0.054499998688697815,1.260699987411499,2.7360000610351562,0.05460000038146973,1.3282999992370605,2.729099988937378,0.054499998688697815,1.2670999765396118,2.678499937057495,0.054499998688697815,1.2027000188827515,2.688699960708618,0.05460000038146973,1.2330000400543213,2.7109999656677246,0.05460000038146973,1.2670999765396118,2.678499937057495,0.054499998688697815,1.2330000400543213,2.7109999656677246,0.05460000038146973,1.2996000051498413,2.702399969100952,0.054499998688697815,1.2928999662399292,2.618499994277954,0.054499998688697815,1.187600016593933,2.6405999660491943,0.054499998688697815,1.2299000024795532,2.6577000617980957,0.054499998688697815,1.2928999662399292,2.618499994277954,0.054499998688697815,1.2299000024795532,2.6577000617980957,0.054499998688697815,1.3486000299453735,2.6375999450683594,0.054499998688697815,1.187600016593933,2.6405999660491943,0.054499998688697815,1.1341999769210815,2.65339994430542,0.05460000038146973,1.169700026512146,2.6693999767303467,0.05460000038146973,1.187600016593933,2.6405999660491943,0.054499998688697815,1.169700026512146,2.6693999767303467,0.05460000038146973,1.2299000024795532,2.6577000617980957,0.054499998688697815,1.3486000299453735,2.6375999450683594,0.054499998688697815,1.2299000024795532,2.6577000617980957,0.054499998688697815,1.2670999765396118,2.678499937057495,0.054499998688697815,1.3486000299453735,2.6375999450683594,0.054499998688697815,1.2670999765396118,2.678499937057495,0.054499998688697815,1.3937000036239624,2.661099910736084,0.054499998688697815,1.2299000024795532,2.6577000617980957,0.054499998688697815,1.169700026512146,2.6693999767303467,0.05460000038146973,1.2027000188827515,2.688699960708618,0.05460000038146973,1.2299000024795532,2.6577000617980957,0.054499998688697815,1.2027000188827515,2.688699960708618,0.05460000038146973,1.2670999765396118,2.678499937057495,0.054499998688697815,1.1475000381469727,2.6774001121520996,0.05530000105500221,1.1486999988555908,2.675100088119507,0.05480000004172325,1.1157000064849854,2.659600019454956,0.05480000004172325,1.1475000381469727,2.6774001121520996,0.05530000105500221,1.1157000064849854,2.659600019454956,0.05480000004172325,1.1146999597549438,2.6619999408721924,0.05530000105500221,1.1786999702453613,2.6958999633789062,0.05530000105500221,1.1800999641418457,2.6937999725341797,0.05480000004172325,1.1486999988555908,2.675100088119507,0.05480000004172325,1.1786999702453613,2.6958999633789062,0.05530000105500221,1.1486999988555908,2.675100088119507,0.05480000004172325,1.1475000381469727,2.6774001121520996,0.05530000105500221,1.1486999988555908,2.675100088119507,0.05480000004172325,1.169700026512146,2.6693999767303467,0.05460000038146973,1.1341999769210815,2.65339994430542,0.05460000038146973,1.1486999988555908,2.675100088119507,0.05480000004172325,1.1341999769210815,2.65339994430542,0.05460000038146973,1.1157000064849854,2.659600019454956,0.05480000004172325,1.1800999641418457,2.6937999725341797,0.05480000004172325,1.2027000188827515,2.688699960708618,0.05460000038146973,1.169700026512146,2.6693999767303467,0.05460000038146973,1.1800999641418457,2.6937999725341797,0.05480000004172325,1.169700026512146,2.6693999767303467,0.05460000038146973,1.1486999988555908,2.675100088119507,0.05480000004172325,1.2348999977111816,2.7416999340057373,0.05530000105500221,1.2367000579833984,2.739799976348877,0.05480000004172325,1.2094999551773071,2.715399980545044,0.05480000004172325,1.2348999977111816,2.7416999340057373,0.05530000105500221,1.2094999551773071,2.715399980545044,0.05480000004172325,1.207900047302246,2.7174999713897705,0.05530000105500221,1.2367000579833984,2.739799976348877,0.05480000004172325,1.260699987411499,2.7360000610351562,0.05460000038146973,1.2330000400543213,2.7109999656677246,0.05460000038146973,1.2367000579833984,2.739799976348877,0.05480000004172325,1.2330000400543213,2.7109999656677246,0.05460000038146973,1.2094999551773071,2.715399980545044,0.05480000004172325,1.207900047302246,2.7174999713897705,0.05530000105500221,1.2094999551773071,2.715399980545044,0.05480000004172325,1.1800999641418457,2.6937999725341797,0.05480000004172325,1.207900047302246,2.7174999713897705,0.05530000105500221,1.1800999641418457,2.6937999725341797,0.05480000004172325,1.1786999702453613,2.6958999633789062,0.05530000105500221,1.2094999551773071,2.715399980545044,0.05480000004172325,1.2330000400543213,2.7109999656677246,0.05460000038146973,1.2027000188827515,2.688699960708618,0.05460000038146973,1.2094999551773071,2.715399980545044,0.05480000004172325,1.2027000188827515,2.688699960708618,0.05460000038146973,1.1800999641418457,2.6937999725341797,0.05480000004172325,1.2243000268936157,2.604599952697754,0.054499998688697815,1.13919997215271,2.627700090408325,0.054499998688697815,1.187600016593933,2.6405999660491943,0.054499998688697815,1.2243000268936157,2.604599952697754,0.054499998688697815,1.187600016593933,2.6405999660491943,0.054499998688697815,1.2928999662399292,2.618499994277954,0.054499998688697815,1.1460000276565552,2.5952999591827393,0.054499998688697815,1.086400032043457,2.6187000274658203,0.054499998688697815,1.13919997215271,2.627700090408325,0.054499998688697815,1.1460000276565552,2.5952999591827393,0.054499998688697815,1.13919997215271,2.627700090408325,0.054499998688697815,1.2243000268936157,2.604599952697754,0.054499998688697815,1.13919997215271,2.627700090408325,0.054499998688697815,1.0960999727249146,2.6410000324249268,0.05460000038146973,1.1341999769210815,2.65339994430542,0.05460000038146973,1.13919997215271,2.627700090408325,0.054499998688697815,1.1341999769210815,2.65339994430542,0.05460000038146973,1.187600016593933,2.6405999660491943,0.054499998688697815,1.086400032043457,2.6187000274658203,0.054499998688697815,1.0562000274658203,2.632200002670288,0.05460000038146973,1.0960999727249146,2.6410000324249268,0.05460000038146973,1.086400032043457,2.6187000274658203,0.054499998688697815,1.0960999727249146,2.6410000324249268,0.05460000038146973,1.13919997215271,2.627700090408325,0.054499998688697815,0.9732999801635742,2.5887999534606934,0.054499998688697815,0.9732000231742859,2.6119000911712646,0.054499998688697815,1.030500054359436,2.6135001182556152,0.054499998688697815,0.9732999801635742,2.5887999534606934,0.054499998688697815,1.030500054359436,2.6135001182556152,0.054499998688697815,1.0612000226974487,2.5901999473571777,0.054499998688697815,0.9732000231742859,2.6119000911712646,0.054499998688697815,0.9731000065803528,2.625200033187866,0.05460000038146973,1.0149999856948853,2.6268999576568604,0.05460000038146973,0.9732000231742859,2.6119000911712646,0.054499998688697815,1.0149999856948853,2.6268999576568604,0.05460000038146973,1.030500054359436,2.6135001182556152,0.054499998688697815,1.0612000226974487,2.5901999473571777,0.054499998688697815,1.030500054359436,2.6135001182556152,0.054499998688697815,1.086400032043457,2.6187000274658203,0.054499998688697815,1.0612000226974487,2.5901999473571777,0.054499998688697815,1.086400032043457,2.6187000274658203,0.054499998688697815,1.1460000276565552,2.5952999591827393,0.054499998688697815,1.030500054359436,2.6135001182556152,0.054499998688697815,1.0149999856948853,2.6268999576568604,0.05460000038146973,1.0562000274658203,2.632200002670288,0.05460000038146973,1.030500054359436,2.6135001182556152,0.054499998688697815,1.0562000274658203,2.632200002670288,0.05460000038146973,1.086400032043457,2.6187000274658203,0.054499998688697815,1.0092999935150146,2.635999917984009,0.05530000105500221,1.009600043296814,2.633500099182129,0.05480000004172325,0.9731000065803528,2.6317999362945557,0.05480000004172325,1.0092999935150146,2.635999917984009,0.05530000105500221,0.9731000065803528,2.6317999362945557,0.05480000004172325,0.9731000065803528,2.634399890899658,0.05530000105500221,1.045199990272522,2.641200065612793,0.05530000105500221,1.045799970626831,2.638700008392334,0.05480000004172325,1.009600043296814,2.633500099182129,0.05480000004172325,1.045199990272522,2.641200065612793,0.05530000105500221,1.009600043296814,2.633500099182129,0.05480000004172325,1.0092999935150146,2.635999917984009,0.05530000105500221,1.009600043296814,2.633500099182129,0.05480000004172325,1.0149999856948853,2.6268999576568604,0.05460000038146973,0.9731000065803528,2.625200033187866,0.05460000038146973,1.009600043296814,2.633500099182129,0.05480000004172325,0.9731000065803528,2.625200033187866,0.05460000038146973,0.9731000065803528,2.6317999362945557,0.05480000004172325,1.045799970626831,2.638700008392334,0.05480000004172325,1.0562000274658203,2.632200002670288,0.05460000038146973,1.0149999856948853,2.6268999576568604,0.05460000038146973,1.045799970626831,2.638700008392334,0.05480000004172325,1.0149999856948853,2.6268999576568604,0.05460000038146973,1.009600043296814,2.633500099182129,0.05480000004172325,1.1146999597549438,2.6619999408721924,0.05530000105500221,1.1157000064849854,2.659600019454956,0.05480000004172325,1.0812000036239624,2.64739990234375,0.05480000004172325,1.1146999597549438,2.6619999408721924,0.05530000105500221,1.0812000036239624,2.64739990234375,0.05480000004172325,1.0805000066757202,2.649899959564209,0.05530000105500221,1.1157000064849854,2.659600019454956,0.05480000004172325,1.1341999769210815,2.65339994430542,0.05460000038146973,1.0960999727249146,2.6410000324249268,0.05460000038146973,1.1157000064849854,2.659600019454956,0.05480000004172325,1.0960999727249146,2.6410000324249268,0.05460000038146973,1.0812000036239624,2.64739990234375,0.05480000004172325,1.0805000066757202,2.649899959564209,0.05530000105500221,1.0812000036239624,2.64739990234375,0.05480000004172325,1.045799970626831,2.638700008392334,0.05480000004172325,1.0805000066757202,2.649899959564209,0.05530000105500221,1.045799970626831,2.638700008392334,0.05480000004172325,1.045199990272522,2.641200065612793,0.05530000105500221,1.0812000036239624,2.64739990234375,0.05480000004172325,1.0960999727249146,2.6410000324249268,0.05460000038146973,1.0562000274658203,2.632200002670288,0.05460000038146973,1.0812000036239624,2.64739990234375,0.05480000004172325,1.0562000274658203,2.632200002670288,0.05460000038146973,1.045799970626831,2.638700008392334,0.05480000004172325,0.9732999801635742,2.5887999534606934,0.054499998688697815,0.8853999972343445,2.5905001163482666,0.054499998688697815,0.9157999753952026,2.6136999130249023,0.054499998688697815,0.9732999801635742,2.5887999534606934,0.054499998688697815,0.9157999753952026,2.6136999130249023,0.054499998688697815,0.9732000231742859,2.6119000911712646,0.054499998688697815,0.8853999972343445,2.5905001163482666,0.054499998688697815,0.8007000088691711,2.5957999229431152,0.054499998688697815,0.8600999712944031,2.6191999912261963,0.054499998688697815,0.8853999972343445,2.5905001163482666,0.054499998688697815,0.8600999712944031,2.6191999912261963,0.054499998688697815,0.9157999753952026,2.6136999130249023,0.054499998688697815,0.9732000231742859,2.6119000911712646,0.054499998688697815,0.9157999753952026,2.6136999130249023,0.054499998688697815,0.9312999844551086,2.62719988822937,0.05460000038146973,0.9732000231742859,2.6119000911712646,0.054499998688697815,0.9312999844551086,2.62719988822937,0.05460000038146973,0.9731000065803528,2.625200033187866,0.05460000038146973,0.9157999753952026,2.6136999130249023,0.054499998688697815,0.8600999712944031,2.6191999912261963,0.054499998688697815,0.8901000022888184,2.632699966430664,0.05460000038146973,0.9157999753952026,2.6136999130249023,0.054499998688697815,0.8901000022888184,2.632699966430664,0.05460000038146973,0.9312999844551086,2.62719988822937,0.05460000038146973,0.7224000096321106,2.6052000522613525,0.054499998688697815,0.6539000272750854,2.6194000244140625,0.054499998688697815,0.7590000033378601,2.6415998935699463,0.054499998688697815,0.7224000096321106,2.6052000522613525,0.054499998688697815,0.7590000033378601,2.6415998935699463,0.054499998688697815,0.8072999715805054,2.6284000873565674,0.054499998688697815,0.8072999715805054,2.6284000873565674,0.054499998688697815,0.7590000033378601,2.6415998935699463,0.054499998688697815,0.8122000098228455,2.654400110244751,0.05460000038146973,0.8072999715805054,2.6284000873565674,0.054499998688697815,0.8122000098228455,2.654400110244751,0.05460000038146973,0.8501999974250793,2.641700029373169,0.05460000038146973,0.8007000088691711,2.5957999229431152,0.054499998688697815,0.7224000096321106,2.6052000522613525,0.054499998688697815,0.8072999715805054,2.6284000873565674,0.054499998688697815,0.8007000088691711,2.5957999229431152,0.054499998688697815,0.8072999715805054,2.6284000873565674,0.054499998688697815,0.8600999712944031,2.6191999912261963,0.054499998688697815,0.8600999712944031,2.6191999912261963,0.054499998688697815,0.8072999715805054,2.6284000873565674,0.054499998688697815,0.8501999974250793,2.641700029373169,0.05460000038146973,0.8600999712944031,2.6191999912261963,0.054499998688697815,0.8501999974250793,2.641700029373169,0.05460000038146973,0.8901000022888184,2.632699966430664,0.05460000038146973,0.8658999800682068,2.650700092315674,0.05530000105500221,0.8651000261306763,2.648200035095215,0.05480000004172325,0.8307999968528748,2.660599946975708,0.05480000004172325,0.8658999800682068,2.650700092315674,0.05530000105500221,0.8307999968528748,2.660599946975708,0.05480000004172325,0.8317999839782715,2.6630001068115234,0.05530000105500221,0.9010999798774719,2.641700029373169,0.05530000105500221,0.9004999995231628,2.63919997215271,0.05480000004172325,0.8651000261306763,2.648200035095215,0.05480000004172325,0.9010999798774719,2.641700029373169,0.05530000105500221,0.8651000261306763,2.648200035095215,0.05480000004172325,0.8658999800682068,2.650700092315674,0.05530000105500221,0.8307999968528748,2.660599946975708,0.05480000004172325,0.8651000261306763,2.648200035095215,0.05480000004172325,0.8501999974250793,2.641700029373169,0.05460000038146973,0.8307999968528748,2.660599946975708,0.05480000004172325,0.8501999974250793,2.641700029373169,0.05460000038146973,0.8122000098228455,2.654400110244751,0.05460000038146973,0.8651000261306763,2.648200035095215,0.05480000004172325,0.9004999995231628,2.63919997215271,0.05480000004172325,0.8901000022888184,2.632699966430664,0.05460000038146973,0.8651000261306763,2.648200035095215,0.05480000004172325,0.8901000022888184,2.632699966430664,0.05460000038146973,0.8501999974250793,2.641700029373169,0.05460000038146973,0.9731000065803528,2.634399890899658,0.05530000105500221,0.9731000065803528,2.6317999362945557,0.05480000004172325,0.9366000294685364,2.633699893951416,0.05480000004172325,0.9731000065803528,2.634399890899658,0.05530000105500221,0.9366000294685364,2.633699893951416,0.05480000004172325,0.9369000196456909,2.6363000869750977,0.05530000105500221,0.9366000294685364,2.633699893951416,0.05480000004172325,0.9731000065803528,2.6317999362945557,0.05480000004172325,0.9731000065803528,2.625200033187866,0.05460000038146973,0.9366000294685364,2.633699893951416,0.05480000004172325,0.9731000065803528,2.625200033187866,0.05460000038146973,0.9312999844551086,2.62719988822937,0.05460000038146973,0.9369000196456909,2.6363000869750977,0.05530000105500221,0.9366000294685364,2.633699893951416,0.05480000004172325,0.9004999995231628,2.63919997215271,0.05480000004172325,0.9369000196456909,2.6363000869750977,0.05530000105500221,0.9004999995231628,2.63919997215271,0.05480000004172325,0.9010999798774719,2.641700029373169,0.05530000105500221,0.9004999995231628,2.63919997215271,0.05480000004172325,0.9366000294685364,2.633699893951416,0.05480000004172325,0.9312999844551086,2.62719988822937,0.05460000038146973,0.9004999995231628,2.63919997215271,0.05480000004172325,0.9312999844551086,2.62719988822937,0.05460000038146973,0.8901000022888184,2.632699966430664,0.05460000038146973,0.6539000272750854,2.6194000244140625,0.054499998688697815,0.5982000231742859,2.638700008392334,0.054499998688697815,0.71670001745224,2.658900022506714,0.054499998688697815,0.6539000272750854,2.6194000244140625,0.054499998688697815,0.71670001745224,2.658900022506714,0.054499998688697815,0.7590000033378601,2.6415998935699463,0.054499998688697815,0.5982000231742859,2.638700008392334,0.054499998688697815,0.5533000230789185,2.662400007247925,0.054499998688697815,0.6797000169754028,2.6798999309539795,0.054499998688697815,0.5982000231742859,2.638700008392334,0.054499998688697815,0.6797000169754028,2.6798999309539795,0.054499998688697815,0.71670001745224,2.658900022506714,0.054499998688697815,0.7590000033378601,2.6415998935699463,0.054499998688697815,0.71670001745224,2.658900022506714,0.054499998688697815,0.7767999768257141,2.670599937438965,0.05460000038146973,0.7590000033378601,2.6415998935699463,0.054499998688697815,0.7767999768257141,2.670599937438965,0.05460000038146973,0.8122000098228455,2.654400110244751,0.05460000038146973,0.71670001745224,2.658900022506714,0.054499998688697815,0.6797000169754028,2.6798999309539795,0.054499998688697815,0.7440000176429749,2.6900999546051025,0.05460000038146973,0.71670001745224,2.658900022506714,0.054499998688697815,0.7440000176429749,2.6900999546051025,0.05460000038146973,0.7767999768257141,2.670599937438965,0.05460000038146973,0.516700029373169,2.6895999908447266,0.054499998688697815,0.486299991607666,2.7195000648498535,0.054499998688697815,0.6187999844551086,2.7309000492095947,0.054499998688697815,0.516700029373169,2.6895999908447266,0.054499998688697815,0.6187999844551086,2.7309000492095947,0.054499998688697815,0.6473000049591064,2.7039999961853027,0.054499998688697815,0.6473000049591064,2.7039999961853027,0.054499998688697815,0.6187999844551086,2.7309000492095947,0.054499998688697815,0.6862999796867371,2.7379000186920166,0.05460000038146973,0.6473000049591064,2.7039999961853027,0.054499998688697815,0.6862999796867371,2.7379000186920166,0.05460000038146973,0.7138000130653381,2.712599992752075,0.05460000038146973,0.5533000230789185,2.662400007247925,0.054499998688697815,0.516700029373169,2.6895999908447266,0.054499998688697815,0.6473000049591064,2.7039999961853027,0.054499998688697815,0.5533000230789185,2.662400007247925,0.054499998688697815,0.6473000049591064,2.7039999961853027,0.054499998688697815,0.6797000169754028,2.6798999309539795,0.054499998688697815,0.6797000169754028,2.6798999309539795,0.054499998688697815,0.6473000049591064,2.7039999961853027,0.054499998688697815,0.7138000130653381,2.712599992752075,0.05460000038146973,0.6797000169754028,2.6798999309539795,0.054499998688697815,0.7138000130653381,2.712599992752075,0.05460000038146973,0.7440000176429749,2.6900999546051025,0.05460000038146973,0.7390000224113464,2.719099998474121,0.05530000105500221,0.7372999787330627,2.717099905014038,0.05480000004172325,0.7103000283241272,2.7416999340057373,0.05480000004172325,0.7390000224113464,2.719099998474121,0.05530000105500221,0.7103000283241272,2.7416999340057373,0.05480000004172325,0.7121999859809875,2.743499994277954,0.05530000105500221,0.7680000066757202,2.6974000930786133,0.05530000105500221,0.7666000127792358,2.695199966430664,0.05480000004172325,0.7372999787330627,2.717099905014038,0.05480000004172325,0.7680000066757202,2.6974000930786133,0.05530000105500221,0.7372999787330627,2.717099905014038,0.05480000004172325,0.7390000224113464,2.719099998474121,0.05530000105500221,0.7103000283241272,2.7416999340057373,0.05480000004172325,0.7372999787330627,2.717099905014038,0.05480000004172325,0.7138000130653381,2.712599992752075,0.05460000038146973,0.7103000283241272,2.7416999340057373,0.05480000004172325,0.7138000130653381,2.712599992752075,0.05460000038146973,0.6862999796867371,2.7379000186920166,0.05460000038146973,0.7372999787330627,2.717099905014038,0.05480000004172325,0.7666000127792358,2.695199966430664,0.05480000004172325,0.7440000176429749,2.6900999546051025,0.05460000038146973,0.7372999787330627,2.717099905014038,0.05480000004172325,0.7440000176429749,2.6900999546051025,0.05460000038146973,0.7138000130653381,2.712599992752075,0.05460000038146973,0.8317999839782715,2.6630001068115234,0.05530000105500221,0.8307999968528748,2.660599946975708,0.05480000004172325,0.7978000044822693,2.676300048828125,0.05480000004172325,0.8317999839782715,2.6630001068115234,0.05530000105500221,0.7978000044822693,2.676300048828125,0.05480000004172325,0.7990000247955322,2.6786000728607178,0.05530000105500221,0.7978000044822693,2.676300048828125,0.05480000004172325,0.8307999968528748,2.660599946975708,0.05480000004172325,0.8122000098228455,2.654400110244751,0.05460000038146973,0.7978000044822693,2.676300048828125,0.05480000004172325,0.8122000098228455,2.654400110244751,0.05460000038146973,0.7767999768257141,2.670599937438965,0.05460000038146973,0.7990000247955322,2.6786000728607178,0.05530000105500221,0.7978000044822693,2.676300048828125,0.05480000004172325,0.7666000127792358,2.695199966430664,0.05480000004172325,0.7990000247955322,2.6786000728607178,0.05530000105500221,0.7666000127792358,2.695199966430664,0.05480000004172325,0.7680000066757202,2.6974000930786133,0.05530000105500221,0.7666000127792358,2.695199966430664,0.05480000004172325,0.7978000044822693,2.676300048828125,0.05480000004172325,0.7767999768257141,2.670599937438965,0.05460000038146973,0.7666000127792358,2.695199966430664,0.05480000004172325,0.7767999768257141,2.670599937438965,0.05460000038146973,0.7440000176429749,2.6900999546051025,0.05460000038146973,0.6898999810218811,2.7720999717712402,0.06629999727010727,0.6898999810218811,2.7720999717712402,0.07400000095367432,0.7139999866485596,2.745300054550171,0.07400000095367432,0.6898999810218811,2.7720999717712402,0.06629999727010727,0.7139999866485596,2.745300054550171,0.07400000095367432,0.7139999866485596,2.745300054550171,0.06629999727010727,0.6686000227928162,2.8011999130249023,0.06629999727010727,0.6686000227928162,2.8011999130249023,0.07400000095367432,0.6898999810218811,2.7720999717712402,0.07400000095367432,0.6686000227928162,2.8011999130249023,0.06629999727010727,0.6898999810218811,2.7720999717712402,0.07400000095367432,0.6898999810218811,2.7720999717712402,0.06629999727010727,0.6898999810218811,2.7720999717712402,0.07400000095367432,0.6898999810218811,2.7720999717712402,0.08309999853372574,0.7139999866485596,2.745300054550171,0.08309999853372574,0.6898999810218811,2.7720999717712402,0.07400000095367432,0.7139999866485596,2.745300054550171,0.08309999853372574,0.7139999866485596,2.745300054550171,0.07400000095367432,0.6686000227928162,2.8011999130249023,0.07400000095367432,0.6686000227928162,2.8011999130249023,0.08309999853372574,0.6898999810218811,2.7720999717712402,0.08309999853372574,0.6686000227928162,2.8011999130249023,0.07400000095367432,0.6898999810218811,2.7720999717712402,0.08309999853372574,0.6898999810218811,2.7720999717712402,0.07400000095367432,0.6348999738693237,2.8647000789642334,0.06629999727010727,0.6348999738693237,2.8647000789642334,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.07400000095367432,0.6348999738693237,2.8647000789642334,0.06629999727010727,0.6502000093460083,2.8320999145507812,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.06629999727010727,0.6348999738693237,2.8647000789642334,0.07400000095367432,0.6348999738693237,2.8647000789642334,0.08309999853372574,0.6502000093460083,2.8320999145507812,0.08309999853372574,0.6348999738693237,2.8647000789642334,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.08309999853372574,0.6502000093460083,2.8320999145507812,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.06629999727010727,0.6502000093460083,2.8320999145507812,0.07400000095367432,0.6686000227928162,2.8011999130249023,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.06629999727010727,0.6686000227928162,2.8011999130249023,0.07400000095367432,0.6686000227928162,2.8011999130249023,0.06629999727010727,0.6502000093460083,2.8320999145507812,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.08309999853372574,0.6686000227928162,2.8011999130249023,0.08309999853372574,0.6502000093460083,2.8320999145507812,0.07400000095367432,0.6686000227928162,2.8011999130249023,0.08309999853372574,0.6686000227928162,2.8011999130249023,0.07400000095367432,0.6502000093460083,2.8320999145507812,0.09989999979734421,0.6502000093460083,2.8320999145507812,0.09220000356435776,0.6348999738693237,2.8647000789642334,0.09220000356435776,0.6502000093460083,2.8320999145507812,0.09989999979734421,0.6348999738693237,2.8647000789642334,0.09220000356435776,0.6348999738693237,2.8647000789642334,0.09989999979734421,0.6686000227928162,2.8011999130249023,0.09989999979734421,0.6686000227928162,2.8011999130249023,0.09220000356435776,0.6502000093460083,2.8320999145507812,0.09220000356435776,0.6686000227928162,2.8011999130249023,0.09989999979734421,0.6502000093460083,2.8320999145507812,0.09220000356435776,0.6502000093460083,2.8320999145507812,0.09989999979734421,0.6502000093460083,2.8320999145507812,0.09220000356435776,0.6502000093460083,2.8320999145507812,0.08309999853372574,0.6348999738693237,2.8647000789642334,0.08309999853372574,0.6502000093460083,2.8320999145507812,0.09220000356435776,0.6348999738693237,2.8647000789642334,0.08309999853372574,0.6348999738693237,2.8647000789642334,0.09220000356435776,0.6686000227928162,2.8011999130249023,0.09220000356435776,0.6686000227928162,2.8011999130249023,0.08309999853372574,0.6502000093460083,2.8320999145507812,0.08309999853372574,0.6686000227928162,2.8011999130249023,0.09220000356435776,0.6502000093460083,2.8320999145507812,0.08309999853372574,0.6502000093460083,2.8320999145507812,0.09220000356435776,0.7139999866485596,2.745300054550171,0.09989999979734421,0.7139999866485596,2.745300054550171,0.09220000356435776,0.6898999810218811,2.7720999717712402,0.09220000356435776,0.7139999866485596,2.745300054550171,0.09989999979734421,0.6898999810218811,2.7720999717712402,0.09220000356435776,0.6898999810218811,2.7720999717712402,0.09989999979734421,0.7139999866485596,2.745300054550171,0.09220000356435776,0.7139999866485596,2.745300054550171,0.08309999853372574,0.6898999810218811,2.7720999717712402,0.08309999853372574,0.7139999866485596,2.745300054550171,0.09220000356435776,0.6898999810218811,2.7720999717712402,0.08309999853372574,0.6898999810218811,2.7720999717712402,0.09220000356435776,0.6898999810218811,2.7720999717712402,0.09989999979734421,0.6898999810218811,2.7720999717712402,0.09220000356435776,0.6686000227928162,2.8011999130249023,0.09220000356435776,0.6898999810218811,2.7720999717712402,0.09989999979734421,0.6686000227928162,2.8011999130249023,0.09220000356435776,0.6686000227928162,2.8011999130249023,0.09989999979734421,0.6898999810218811,2.7720999717712402,0.09220000356435776,0.6898999810218811,2.7720999717712402,0.08309999853372574,0.6686000227928162,2.8011999130249023,0.08309999853372574,0.6898999810218811,2.7720999717712402,0.09220000356435776,0.6686000227928162,2.8011999130249023,0.08309999853372574,0.6686000227928162,2.8011999130249023,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.06629999727010727,0.6229000091552734,2.8986001014709473,0.07400000095367432,0.6348999738693237,2.8647000789642334,0.07400000095367432,0.6229000091552734,2.8986001014709473,0.06629999727010727,0.6348999738693237,2.8647000789642334,0.07400000095367432,0.6348999738693237,2.8647000789642334,0.06629999727010727,0.614300012588501,2.9335999488830566,0.06629999727010727,0.614300012588501,2.9335999488830566,0.07400000095367432,0.6229000091552734,2.8986001014709473,0.07400000095367432,0.614300012588501,2.9335999488830566,0.06629999727010727,0.6229000091552734,2.8986001014709473,0.07400000095367432,0.6229000091552734,2.8986001014709473,0.06629999727010727,0.6229000091552734,2.8986001014709473,0.07400000095367432,0.6229000091552734,2.8986001014709473,0.08309999853372574,0.6348999738693237,2.8647000789642334,0.08309999853372574,0.6229000091552734,2.8986001014709473,0.07400000095367432,0.6348999738693237,2.8647000789642334,0.08309999853372574,0.6348999738693237,2.8647000789642334,0.07400000095367432,0.614300012588501,2.9335999488830566,0.07400000095367432,0.614300012588501,2.9335999488830566,0.08309999853372574,0.6229000091552734,2.8986001014709473,0.08309999853372574,0.614300012588501,2.9335999488830566,0.07400000095367432,0.6229000091552734,2.8986001014709473,0.08309999853372574,0.6229000091552734,2.8986001014709473,0.07400000095367432,0.6074000000953674,3.0053000450134277,0.06629999727010727,0.6074000000953674,3.0053000450134277,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.07400000095367432,0.6074000000953674,3.0053000450134277,0.06629999727010727,0.6090999841690063,2.9693000316619873,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.06629999727010727,0.6074000000953674,3.0053000450134277,0.07400000095367432,0.6074000000953674,3.0053000450134277,0.08309999853372574,0.6090999841690063,2.9693000316619873,0.08309999853372574,0.6074000000953674,3.0053000450134277,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.08309999853372574,0.6090999841690063,2.9693000316619873,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.06629999727010727,0.6090999841690063,2.9693000316619873,0.07400000095367432,0.614300012588501,2.9335999488830566,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.06629999727010727,0.614300012588501,2.9335999488830566,0.07400000095367432,0.614300012588501,2.9335999488830566,0.06629999727010727,0.6090999841690063,2.9693000316619873,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.08309999853372574,0.614300012588501,2.9335999488830566,0.08309999853372574,0.6090999841690063,2.9693000316619873,0.07400000095367432,0.614300012588501,2.9335999488830566,0.08309999853372574,0.614300012588501,2.9335999488830566,0.07400000095367432,0.6090999841690063,2.9693000316619873,0.09989999979734421,0.6090999841690063,2.9693000316619873,0.09220000356435776,0.6074000000953674,3.0053000450134277,0.09220000356435776,0.6090999841690063,2.9693000316619873,0.09989999979734421,0.6074000000953674,3.0053000450134277,0.09220000356435776,0.6074000000953674,3.0053000450134277,0.09989999979734421,0.614300012588501,2.9335999488830566,0.09989999979734421,0.614300012588501,2.9335999488830566,0.09220000356435776,0.6090999841690063,2.9693000316619873,0.09220000356435776,0.614300012588501,2.9335999488830566,0.09989999979734421,0.6090999841690063,2.9693000316619873,0.09220000356435776,0.6090999841690063,2.9693000316619873,0.09989999979734421,0.6090999841690063,2.9693000316619873,0.09220000356435776,0.6090999841690063,2.9693000316619873,0.08309999853372574,0.6074000000953674,3.0053000450134277,0.08309999853372574,0.6090999841690063,2.9693000316619873,0.09220000356435776,0.6074000000953674,3.0053000450134277,0.08309999853372574,0.6074000000953674,3.0053000450134277,0.09220000356435776,0.614300012588501,2.9335999488830566,0.09220000356435776,0.614300012588501,2.9335999488830566,0.08309999853372574,0.6090999841690063,2.9693000316619873,0.08309999853372574,0.614300012588501,2.9335999488830566,0.09220000356435776,0.6090999841690063,2.9693000316619873,0.08309999853372574,0.6090999841690063,2.9693000316619873,0.09220000356435776,0.6348999738693237,2.8647000789642334,0.09989999979734421,0.6348999738693237,2.8647000789642334,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.09220000356435776,0.6348999738693237,2.8647000789642334,0.09989999979734421,0.6229000091552734,2.8986001014709473,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.09989999979734421,0.6348999738693237,2.8647000789642334,0.09220000356435776,0.6348999738693237,2.8647000789642334,0.08309999853372574,0.6229000091552734,2.8986001014709473,0.08309999853372574,0.6348999738693237,2.8647000789642334,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.08309999853372574,0.6229000091552734,2.8986001014709473,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.09989999979734421,0.6229000091552734,2.8986001014709473,0.09220000356435776,0.614300012588501,2.9335999488830566,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.09989999979734421,0.614300012588501,2.9335999488830566,0.09220000356435776,0.614300012588501,2.9335999488830566,0.09989999979734421,0.6229000091552734,2.8986001014709473,0.09220000356435776,0.6229000091552734,2.8986001014709473,0.08309999853372574,0.614300012588501,2.9335999488830566,0.08309999853372574,0.6229000091552734,2.8986001014709473,0.09220000356435776,0.614300012588501,2.9335999488830566,0.08309999853372574,0.614300012588501,2.9335999488830566,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.06629999727010727,0.6093000173568726,3.0411999225616455,0.07400000095367432,0.6074000000953674,3.0053000450134277,0.07400000095367432,0.6093000173568726,3.0411999225616455,0.06629999727010727,0.6074000000953674,3.0053000450134277,0.07400000095367432,0.6074000000953674,3.0053000450134277,0.06629999727010727,0.614799976348877,3.0768001079559326,0.06629999727010727,0.614799976348877,3.0768001079559326,0.07400000095367432,0.6093000173568726,3.0411999225616455,0.07400000095367432,0.614799976348877,3.0768001079559326,0.06629999727010727,0.6093000173568726,3.0411999225616455,0.07400000095367432,0.6093000173568726,3.0411999225616455,0.06629999727010727,0.6093000173568726,3.0411999225616455,0.07400000095367432,0.6093000173568726,3.0411999225616455,0.08309999853372574,0.6074000000953674,3.0053000450134277,0.08309999853372574,0.6093000173568726,3.0411999225616455,0.07400000095367432,0.6074000000953674,3.0053000450134277,0.08309999853372574,0.6074000000953674,3.0053000450134277,0.07400000095367432,0.614799976348877,3.0768001079559326,0.07400000095367432,0.614799976348877,3.0768001079559326,0.08309999853372574,0.6093000173568726,3.0411999225616455,0.08309999853372574,0.614799976348877,3.0768001079559326,0.07400000095367432,0.6093000173568726,3.0411999225616455,0.08309999853372574,0.6093000173568726,3.0411999225616455,0.07400000095367432,0.6358000040054321,3.1456000804901123,0.06629999727010727,0.6358000040054321,3.1456000804901123,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.07400000095367432,0.6358000040054321,3.1456000804901123,0.06629999727010727,0.6236000061035156,3.1117000579833984,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.06629999727010727,0.6358000040054321,3.1456000804901123,0.07400000095367432,0.6358000040054321,3.1456000804901123,0.08309999853372574,0.6236000061035156,3.1117000579833984,0.08309999853372574,0.6358000040054321,3.1456000804901123,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.08309999853372574,0.6236000061035156,3.1117000579833984,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.06629999727010727,0.6236000061035156,3.1117000579833984,0.07400000095367432,0.614799976348877,3.0768001079559326,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.06629999727010727,0.614799976348877,3.0768001079559326,0.07400000095367432,0.614799976348877,3.0768001079559326,0.06629999727010727,0.6236000061035156,3.1117000579833984,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.08309999853372574,0.614799976348877,3.0768001079559326,0.08309999853372574,0.6236000061035156,3.1117000579833984,0.07400000095367432,0.614799976348877,3.0768001079559326,0.08309999853372574,0.614799976348877,3.0768001079559326,0.07400000095367432,0.6236000061035156,3.1117000579833984,0.09989999979734421,0.6236000061035156,3.1117000579833984,0.09220000356435776,0.6358000040054321,3.1456000804901123,0.09220000356435776,0.6236000061035156,3.1117000579833984,0.09989999979734421,0.6358000040054321,3.1456000804901123,0.09220000356435776,0.6358000040054321,3.1456000804901123,0.09989999979734421,0.614799976348877,3.0768001079559326,0.09989999979734421,0.614799976348877,3.0768001079559326,0.09220000356435776,0.6236000061035156,3.1117000579833984,0.09220000356435776,0.614799976348877,3.0768001079559326,0.09989999979734421,0.6236000061035156,3.1117000579833984,0.09220000356435776,0.6236000061035156,3.1117000579833984,0.09989999979734421,0.6236000061035156,3.1117000579833984,0.09220000356435776,0.6236000061035156,3.1117000579833984,0.08309999853372574,0.6358000040054321,3.1456000804901123,0.08309999853372574,0.6236000061035156,3.1117000579833984,0.09220000356435776,0.6358000040054321,3.1456000804901123,0.08309999853372574,0.6358000040054321,3.1456000804901123,0.09220000356435776,0.614799976348877,3.0768001079559326,0.09220000356435776,0.614799976348877,3.0768001079559326,0.08309999853372574,0.6236000061035156,3.1117000579833984,0.08309999853372574,0.614799976348877,3.0768001079559326,0.09220000356435776,0.6236000061035156,3.1117000579833984,0.08309999853372574,0.6236000061035156,3.1117000579833984,0.09220000356435776,0.6074000000953674,3.0053000450134277,0.09989999979734421,0.6074000000953674,3.0053000450134277,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.09220000356435776,0.6074000000953674,3.0053000450134277,0.09989999979734421,0.6093000173568726,3.0411999225616455,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.09989999979734421,0.6074000000953674,3.0053000450134277,0.09220000356435776,0.6074000000953674,3.0053000450134277,0.08309999853372574,0.6093000173568726,3.0411999225616455,0.08309999853372574,0.6074000000953674,3.0053000450134277,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.08309999853372574,0.6093000173568726,3.0411999225616455,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.09989999979734421,0.6093000173568726,3.0411999225616455,0.09220000356435776,0.614799976348877,3.0768001079559326,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.09989999979734421,0.614799976348877,3.0768001079559326,0.09220000356435776,0.614799976348877,3.0768001079559326,0.09989999979734421,0.6093000173568726,3.0411999225616455,0.09220000356435776,0.6093000173568726,3.0411999225616455,0.08309999853372574,0.614799976348877,3.0768001079559326,0.08309999853372574,0.6093000173568726,3.0411999225616455,0.09220000356435776,0.614799976348877,3.0768001079559326,0.08309999853372574,0.614799976348877,3.0768001079559326,0.09220000356435776,0.6514000296592712,3.178100109100342,0.06629999727010727,0.6514000296592712,3.178100109100342,0.07400000095367432,0.6358000040054321,3.1456000804901123,0.07400000095367432,0.6514000296592712,3.178100109100342,0.06629999727010727,0.6358000040054321,3.1456000804901123,0.07400000095367432,0.6358000040054321,3.1456000804901123,0.06629999727010727,0.6700000166893005,3.208899974822998,0.06629999727010727,0.6700000166893005,3.208899974822998,0.07400000095367432,0.6514000296592712,3.178100109100342,0.07400000095367432,0.6700000166893005,3.208899974822998,0.06629999727010727,0.6514000296592712,3.178100109100342,0.07400000095367432,0.6514000296592712,3.178100109100342,0.06629999727010727,0.6514000296592712,3.178100109100342,0.07400000095367432,0.6514000296592712,3.178100109100342,0.08309999853372574,0.6358000040054321,3.1456000804901123,0.08309999853372574,0.6514000296592712,3.178100109100342,0.07400000095367432,0.6358000040054321,3.1456000804901123,0.08309999853372574,0.6358000040054321,3.1456000804901123,0.07400000095367432,0.6700000166893005,3.208899974822998,0.07400000095367432,0.6700000166893005,3.208899974822998,0.08309999853372574,0.6514000296592712,3.178100109100342,0.08309999853372574,0.6700000166893005,3.208899974822998,0.07400000095367432,0.6514000296592712,3.178100109100342,0.08309999853372574,0.6514000296592712,3.178100109100342,0.07400000095367432,0.7157999873161316,3.264400005340576,0.06629999727010727,0.7157999873161316,3.264400005340576,0.07400000095367432,0.6916000247001648,3.237799882888794,0.07400000095367432,0.7157999873161316,3.264400005340576,0.06629999727010727,0.6916000247001648,3.237799882888794,0.07400000095367432,0.6916000247001648,3.237799882888794,0.06629999727010727,0.7157999873161316,3.264400005340576,0.07400000095367432,0.7157999873161316,3.264400005340576,0.08309999853372574,0.6916000247001648,3.237799882888794,0.08309999853372574,0.7157999873161316,3.264400005340576,0.07400000095367432,0.6916000247001648,3.237799882888794,0.08309999853372574,0.6916000247001648,3.237799882888794,0.07400000095367432,0.6916000247001648,3.237799882888794,0.06629999727010727,0.6916000247001648,3.237799882888794,0.07400000095367432,0.6700000166893005,3.208899974822998,0.07400000095367432,0.6916000247001648,3.237799882888794,0.06629999727010727,0.6700000166893005,3.208899974822998,0.07400000095367432,0.6700000166893005,3.208899974822998,0.06629999727010727,0.6916000247001648,3.237799882888794,0.07400000095367432,0.6916000247001648,3.237799882888794,0.08309999853372574,0.6700000166893005,3.208899974822998,0.08309999853372574,0.6916000247001648,3.237799882888794,0.07400000095367432,0.6700000166893005,3.208899974822998,0.08309999853372574,0.6700000166893005,3.208899974822998,0.07400000095367432,0.6916000247001648,3.237799882888794,0.09989999979734421,0.6916000247001648,3.237799882888794,0.09220000356435776,0.7157999873161316,3.264400005340576,0.09220000356435776,0.6916000247001648,3.237799882888794,0.09989999979734421,0.7157999873161316,3.264400005340576,0.09220000356435776,0.7157999873161316,3.264400005340576,0.09989999979734421,0.6700000166893005,3.208899974822998,0.09989999979734421,0.6700000166893005,3.208899974822998,0.09220000356435776,0.6916000247001648,3.237799882888794,0.09220000356435776,0.6700000166893005,3.208899974822998,0.09989999979734421,0.6916000247001648,3.237799882888794,0.09220000356435776,0.6916000247001648,3.237799882888794,0.09989999979734421,0.6916000247001648,3.237799882888794,0.09220000356435776,0.6916000247001648,3.237799882888794,0.08309999853372574,0.7157999873161316,3.264400005340576,0.08309999853372574,0.6916000247001648,3.237799882888794,0.09220000356435776,0.7157999873161316,3.264400005340576,0.08309999853372574,0.7157999873161316,3.264400005340576,0.09220000356435776,0.6700000166893005,3.208899974822998,0.09220000356435776,0.6700000166893005,3.208899974822998,0.08309999853372574,0.6916000247001648,3.237799882888794,0.08309999853372574,0.6700000166893005,3.208899974822998,0.09220000356435776,0.6916000247001648,3.237799882888794,0.08309999853372574,0.6916000247001648,3.237799882888794,0.09220000356435776,0.6358000040054321,3.1456000804901123,0.09989999979734421,0.6358000040054321,3.1456000804901123,0.09220000356435776,0.6514000296592712,3.178100109100342,0.09220000356435776,0.6358000040054321,3.1456000804901123,0.09989999979734421,0.6514000296592712,3.178100109100342,0.09220000356435776,0.6514000296592712,3.178100109100342,0.09989999979734421,0.6358000040054321,3.1456000804901123,0.09220000356435776,0.6358000040054321,3.1456000804901123,0.08309999853372574,0.6514000296592712,3.178100109100342,0.08309999853372574,0.6358000040054321,3.1456000804901123,0.09220000356435776,0.6514000296592712,3.178100109100342,0.08309999853372574,0.6514000296592712,3.178100109100342,0.09220000356435776,0.6514000296592712,3.178100109100342,0.09989999979734421,0.6514000296592712,3.178100109100342,0.09220000356435776,0.6700000166893005,3.208899974822998,0.09220000356435776,0.6514000296592712,3.178100109100342,0.09989999979734421,0.6700000166893005,3.208899974822998,0.09220000356435776,0.6700000166893005,3.208899974822998,0.09989999979734421,0.6514000296592712,3.178100109100342,0.09220000356435776,0.6514000296592712,3.178100109100342,0.08309999853372574,0.6700000166893005,3.208899974822998,0.08309999853372574,0.6514000296592712,3.178100109100342,0.09220000356435776,0.6700000166893005,3.208899974822998,0.08309999853372574,0.6700000166893005,3.208899974822998,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.06629999727010727,0.7426000237464905,3.2885000705718994,0.07400000095367432,0.7157999873161316,3.264400005340576,0.07400000095367432,0.7426000237464905,3.2885000705718994,0.06629999727010727,0.7157999873161316,3.264400005340576,0.07400000095367432,0.7157999873161316,3.264400005340576,0.06629999727010727,0.7716000080108643,3.309799909591675,0.06629999727010727,0.7716000080108643,3.309799909591675,0.07400000095367432,0.7426000237464905,3.2885000705718994,0.07400000095367432,0.7716000080108643,3.309799909591675,0.06629999727010727,0.7426000237464905,3.2885000705718994,0.07400000095367432,0.7426000237464905,3.2885000705718994,0.06629999727010727,0.7426000237464905,3.2885000705718994,0.07400000095367432,0.7426000237464905,3.2885000705718994,0.08309999853372574,0.7157999873161316,3.264400005340576,0.08309999853372574,0.7426000237464905,3.2885000705718994,0.07400000095367432,0.7157999873161316,3.264400005340576,0.08309999853372574,0.7157999873161316,3.264400005340576,0.07400000095367432,0.7716000080108643,3.309799909591675,0.07400000095367432,0.7716000080108643,3.309799909591675,0.08309999853372574,0.7426000237464905,3.2885000705718994,0.08309999853372574,0.7716000080108643,3.309799909591675,0.07400000095367432,0.7426000237464905,3.2885000705718994,0.08309999853372574,0.7426000237464905,3.2885000705718994,0.07400000095367432,0.8352000117301941,3.3434998989105225,0.06629999727010727,0.8352000117301941,3.3434998989105225,0.07400000095367432,0.8026000261306763,3.328200101852417,0.07400000095367432,0.8352000117301941,3.3434998989105225,0.06629999727010727,0.8026000261306763,3.328200101852417,0.07400000095367432,0.8026000261306763,3.328200101852417,0.06629999727010727,0.8352000117301941,3.3434998989105225,0.07400000095367432,0.8352000117301941,3.3434998989105225,0.08309999853372574,0.8026000261306763,3.328200101852417,0.08309999853372574,0.8352000117301941,3.3434998989105225,0.07400000095367432,0.8026000261306763,3.328200101852417,0.08309999853372574,0.8026000261306763,3.328200101852417,0.07400000095367432,0.8026000261306763,3.328200101852417,0.06629999727010727,0.8026000261306763,3.328200101852417,0.07400000095367432,0.7716000080108643,3.309799909591675,0.07400000095367432,0.8026000261306763,3.328200101852417,0.06629999727010727,0.7716000080108643,3.309799909591675,0.07400000095367432,0.7716000080108643,3.309799909591675,0.06629999727010727,0.8026000261306763,3.328200101852417,0.07400000095367432,0.8026000261306763,3.328200101852417,0.08309999853372574,0.7716000080108643,3.309799909591675,0.08309999853372574,0.8026000261306763,3.328200101852417,0.07400000095367432,0.7716000080108643,3.309799909591675,0.08309999853372574,0.7716000080108643,3.309799909591675,0.07400000095367432,0.8026000261306763,3.328200101852417,0.09989999979734421,0.8026000261306763,3.328200101852417,0.09220000356435776,0.8352000117301941,3.3434998989105225,0.09220000356435776,0.8026000261306763,3.328200101852417,0.09989999979734421,0.8352000117301941,3.3434998989105225,0.09220000356435776,0.8352000117301941,3.3434998989105225,0.09989999979734421,0.7716000080108643,3.309799909591675,0.09989999979734421,0.7716000080108643,3.309799909591675,0.09220000356435776,0.8026000261306763,3.328200101852417,0.09220000356435776,0.7716000080108643,3.309799909591675,0.09989999979734421,0.8026000261306763,3.328200101852417,0.09220000356435776,0.8026000261306763,3.328200101852417,0.09989999979734421,0.8026000261306763,3.328200101852417,0.09220000356435776,0.8026000261306763,3.328200101852417,0.08309999853372574,0.8352000117301941,3.3434998989105225,0.08309999853372574,0.8026000261306763,3.328200101852417,0.09220000356435776,0.8352000117301941,3.3434998989105225,0.08309999853372574,0.8352000117301941,3.3434998989105225,0.09220000356435776,0.7716000080108643,3.309799909591675,0.09220000356435776,0.7716000080108643,3.309799909591675,0.08309999853372574,0.8026000261306763,3.328200101852417,0.08309999853372574,0.7716000080108643,3.309799909591675,0.09220000356435776,0.8026000261306763,3.328200101852417,0.08309999853372574,0.8026000261306763,3.328200101852417,0.09220000356435776,0.7157999873161316,3.264400005340576,0.09989999979734421,0.7157999873161316,3.264400005340576,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.09220000356435776,0.7157999873161316,3.264400005340576,0.09989999979734421,0.7426000237464905,3.2885000705718994,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.09989999979734421,0.7157999873161316,3.264400005340576,0.09220000356435776,0.7157999873161316,3.264400005340576,0.08309999853372574,0.7426000237464905,3.2885000705718994,0.08309999853372574,0.7157999873161316,3.264400005340576,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.08309999853372574,0.7426000237464905,3.2885000705718994,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.09989999979734421,0.7426000237464905,3.2885000705718994,0.09220000356435776,0.7716000080108643,3.309799909591675,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.09989999979734421,0.7716000080108643,3.309799909591675,0.09220000356435776,0.7716000080108643,3.309799909591675,0.09989999979734421,0.7426000237464905,3.2885000705718994,0.09220000356435776,0.7426000237464905,3.2885000705718994,0.08309999853372574,0.7716000080108643,3.309799909591675,0.08309999853372574,0.7426000237464905,3.2885000705718994,0.09220000356435776,0.7716000080108643,3.309799909591675,0.08309999853372574,0.7716000080108643,3.309799909591675,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.06629999727010727,0.8690999746322632,3.3554999828338623,0.07400000095367432,0.8352000117301941,3.3434998989105225,0.07400000095367432,0.8690999746322632,3.3554999828338623,0.06629999727010727,0.8352000117301941,3.3434998989105225,0.07400000095367432,0.8352000117301941,3.3434998989105225,0.06629999727010727,0.9041000008583069,3.3640999794006348,0.06629999727010727,0.9041000008583069,3.3640999794006348,0.07400000095367432,0.8690999746322632,3.3554999828338623,0.07400000095367432,0.9041000008583069,3.3640999794006348,0.06629999727010727,0.8690999746322632,3.3554999828338623,0.07400000095367432,0.8690999746322632,3.3554999828338623,0.06629999727010727,0.8690999746322632,3.3554999828338623,0.07400000095367432,0.8690999746322632,3.3554999828338623,0.08309999853372574,0.8352000117301941,3.3434998989105225,0.08309999853372574,0.8690999746322632,3.3554999828338623,0.07400000095367432,0.8352000117301941,3.3434998989105225,0.08309999853372574,0.8352000117301941,3.3434998989105225,0.07400000095367432,0.9041000008583069,3.3640999794006348,0.07400000095367432,0.9041000008583069,3.3640999794006348,0.08309999853372574,0.8690999746322632,3.3554999828338623,0.08309999853372574,0.9041000008583069,3.3640999794006348,0.07400000095367432,0.8690999746322632,3.3554999828338623,0.08309999853372574,0.8690999746322632,3.3554999828338623,0.07400000095367432,0.9757000207901001,3.371000051498413,0.06629999727010727,0.9757000207901001,3.371000051498413,0.07400000095367432,0.9398000240325928,3.36929988861084,0.07400000095367432,0.9757000207901001,3.371000051498413,0.06629999727010727,0.9398000240325928,3.36929988861084,0.07400000095367432,0.9398000240325928,3.36929988861084,0.06629999727010727,0.9757000207901001,3.371000051498413,0.07400000095367432,0.9757000207901001,3.371000051498413,0.08309999853372574,0.9398000240325928,3.36929988861084,0.08309999853372574,0.9757000207901001,3.371000051498413,0.07400000095367432,0.9398000240325928,3.36929988861084,0.08309999853372574,0.9398000240325928,3.36929988861084,0.07400000095367432,0.9398000240325928,3.36929988861084,0.06629999727010727,0.9398000240325928,3.36929988861084,0.07400000095367432,0.9041000008583069,3.3640999794006348,0.07400000095367432,0.9398000240325928,3.36929988861084,0.06629999727010727,0.9041000008583069,3.3640999794006348,0.07400000095367432,0.9041000008583069,3.3640999794006348,0.06629999727010727,0.9398000240325928,3.36929988861084,0.07400000095367432,0.9398000240325928,3.36929988861084,0.08309999853372574,0.9041000008583069,3.3640999794006348,0.08309999853372574,0.9398000240325928,3.36929988861084,0.07400000095367432,0.9041000008583069,3.3640999794006348,0.08309999853372574,0.9041000008583069,3.3640999794006348,0.07400000095367432,0.9398000240325928,3.36929988861084,0.09989999979734421,0.9398000240325928,3.36929988861084,0.09220000356435776,0.9757000207901001,3.371000051498413,0.09220000356435776,0.9398000240325928,3.36929988861084,0.09989999979734421,0.9757000207901001,3.371000051498413,0.09220000356435776,0.9757000207901001,3.371000051498413,0.09989999979734421,0.9041000008583069,3.3640999794006348,0.09989999979734421,0.9041000008583069,3.3640999794006348,0.09220000356435776,0.9398000240325928,3.36929988861084,0.09220000356435776,0.9041000008583069,3.3640999794006348,0.09989999979734421,0.9398000240325928,3.36929988861084,0.09220000356435776,0.9398000240325928,3.36929988861084,0.09989999979734421,0.9398000240325928,3.36929988861084,0.09220000356435776,0.9398000240325928,3.36929988861084,0.08309999853372574,0.9757000207901001,3.371000051498413,0.08309999853372574,0.9398000240325928,3.36929988861084,0.09220000356435776,0.9757000207901001,3.371000051498413,0.08309999853372574,0.9757000207901001,3.371000051498413,0.09220000356435776,0.9041000008583069,3.3640999794006348,0.09220000356435776,0.9041000008583069,3.3640999794006348,0.08309999853372574,0.9398000240325928,3.36929988861084,0.08309999853372574,0.9041000008583069,3.3640999794006348,0.09220000356435776,0.9398000240325928,3.36929988861084,0.08309999853372574,0.9398000240325928,3.36929988861084,0.09220000356435776,0.8352000117301941,3.3434998989105225,0.09989999979734421,0.8352000117301941,3.3434998989105225,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.09220000356435776,0.8352000117301941,3.3434998989105225,0.09989999979734421,0.8690999746322632,3.3554999828338623,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.09989999979734421,0.8352000117301941,3.3434998989105225,0.09220000356435776,0.8352000117301941,3.3434998989105225,0.08309999853372574,0.8690999746322632,3.3554999828338623,0.08309999853372574,0.8352000117301941,3.3434998989105225,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.08309999853372574,0.8690999746322632,3.3554999828338623,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.09989999979734421,0.8690999746322632,3.3554999828338623,0.09220000356435776,0.9041000008583069,3.3640999794006348,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.09989999979734421,0.9041000008583069,3.3640999794006348,0.09220000356435776,0.9041000008583069,3.3640999794006348,0.09989999979734421,0.8690999746322632,3.3554999828338623,0.09220000356435776,0.8690999746322632,3.3554999828338623,0.08309999853372574,0.9041000008583069,3.3640999794006348,0.08309999853372574,0.8690999746322632,3.3554999828338623,0.09220000356435776,0.9041000008583069,3.3640999794006348,0.08309999853372574,0.9041000008583069,3.3640999794006348,0.09220000356435776,1.0117000341415405,3.36899995803833,0.06629999727010727,1.0117000341415405,3.36899995803833,0.07400000095367432,0.9757000207901001,3.371000051498413,0.07400000095367432,1.0117000341415405,3.36899995803833,0.06629999727010727,0.9757000207901001,3.371000051498413,0.07400000095367432,0.9757000207901001,3.371000051498413,0.06629999727010727,1.0472999811172485,3.363600015640259,0.06629999727010727,1.0472999811172485,3.363600015640259,0.07400000095367432,1.0117000341415405,3.36899995803833,0.07400000095367432,1.0472999811172485,3.363600015640259,0.06629999727010727,1.0117000341415405,3.36899995803833,0.07400000095367432,1.0117000341415405,3.36899995803833,0.06629999727010727,1.0117000341415405,3.36899995803833,0.07400000095367432,1.0117000341415405,3.36899995803833,0.08309999853372574,0.9757000207901001,3.371000051498413,0.08309999853372574,1.0117000341415405,3.36899995803833,0.07400000095367432,0.9757000207901001,3.371000051498413,0.08309999853372574,0.9757000207901001,3.371000051498413,0.07400000095367432,1.0472999811172485,3.363600015640259,0.07400000095367432,1.0472999811172485,3.363600015640259,0.08309999853372574,1.0117000341415405,3.36899995803833,0.08309999853372574,1.0472999811172485,3.363600015640259,0.07400000095367432,1.0117000341415405,3.36899995803833,0.08309999853372574,1.0117000341415405,3.36899995803833,0.07400000095367432,1.1160999536514282,3.3424999713897705,0.06629999727010727,1.1160999536514282,3.3424999713897705,0.07400000095367432,1.082200050354004,3.35479998588562,0.07400000095367432,1.1160999536514282,3.3424999713897705,0.06629999727010727,1.082200050354004,3.35479998588562,0.07400000095367432,1.082200050354004,3.35479998588562,0.06629999727010727,1.1160999536514282,3.3424999713897705,0.07400000095367432,1.1160999536514282,3.3424999713897705,0.08309999853372574,1.082200050354004,3.35479998588562,0.08309999853372574,1.1160999536514282,3.3424999713897705,0.07400000095367432,1.082200050354004,3.35479998588562,0.08309999853372574,1.082200050354004,3.35479998588562,0.07400000095367432,1.082200050354004,3.35479998588562,0.06629999727010727,1.082200050354004,3.35479998588562,0.07400000095367432,1.0472999811172485,3.363600015640259,0.07400000095367432,1.082200050354004,3.35479998588562,0.06629999727010727,1.0472999811172485,3.363600015640259,0.07400000095367432,1.0472999811172485,3.363600015640259,0.06629999727010727,1.082200050354004,3.35479998588562,0.07400000095367432,1.082200050354004,3.35479998588562,0.08309999853372574,1.0472999811172485,3.363600015640259,0.08309999853372574,1.082200050354004,3.35479998588562,0.07400000095367432,1.0472999811172485,3.363600015640259,0.08309999853372574,1.0472999811172485,3.363600015640259,0.07400000095367432,1.082200050354004,3.35479998588562,0.09989999979734421,1.082200050354004,3.35479998588562,0.09220000356435776,1.1160999536514282,3.3424999713897705,0.09220000356435776,1.082200050354004,3.35479998588562,0.09989999979734421,1.1160999536514282,3.3424999713897705,0.09220000356435776,1.1160999536514282,3.3424999713897705,0.09989999979734421,1.0472999811172485,3.363600015640259,0.09989999979734421,1.0472999811172485,3.363600015640259,0.09220000356435776,1.082200050354004,3.35479998588562,0.09220000356435776,1.0472999811172485,3.363600015640259,0.09989999979734421,1.082200050354004,3.35479998588562,0.09220000356435776,1.082200050354004,3.35479998588562,0.09989999979734421,1.082200050354004,3.35479998588562,0.09220000356435776,1.082200050354004,3.35479998588562,0.08309999853372574,1.1160999536514282,3.3424999713897705,0.08309999853372574,1.082200050354004,3.35479998588562,0.09220000356435776,1.1160999536514282,3.3424999713897705,0.08309999853372574,1.1160999536514282,3.3424999713897705,0.09220000356435776,1.0472999811172485,3.363600015640259,0.09220000356435776,1.0472999811172485,3.363600015640259,0.08309999853372574,1.082200050354004,3.35479998588562,0.08309999853372574,1.0472999811172485,3.363600015640259,0.09220000356435776,1.082200050354004,3.35479998588562,0.08309999853372574,1.082200050354004,3.35479998588562,0.09220000356435776,0.9757000207901001,3.371000051498413,0.09989999979734421,0.9757000207901001,3.371000051498413,0.09220000356435776,1.0117000341415405,3.36899995803833,0.09220000356435776,0.9757000207901001,3.371000051498413,0.09989999979734421,1.0117000341415405,3.36899995803833,0.09220000356435776,1.0117000341415405,3.36899995803833,0.09989999979734421,0.9757000207901001,3.371000051498413,0.09220000356435776,0.9757000207901001,3.371000051498413,0.08309999853372574,1.0117000341415405,3.36899995803833,0.08309999853372574,0.9757000207901001,3.371000051498413,0.09220000356435776,1.0117000341415405,3.36899995803833,0.08309999853372574,1.0117000341415405,3.36899995803833,0.09220000356435776,1.0117000341415405,3.36899995803833,0.09989999979734421,1.0117000341415405,3.36899995803833,0.09220000356435776,1.0472999811172485,3.363600015640259,0.09220000356435776,1.0117000341415405,3.36899995803833,0.09989999979734421,1.0472999811172485,3.363600015640259,0.09220000356435776,1.0472999811172485,3.363600015640259,0.09989999979734421,1.0117000341415405,3.36899995803833,0.09220000356435776,1.0117000341415405,3.36899995803833,0.08309999853372574,1.0472999811172485,3.363600015640259,0.08309999853372574,1.0117000341415405,3.36899995803833,0.09220000356435776,1.0472999811172485,3.363600015640259,0.08309999853372574,1.0472999811172485,3.363600015640259,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.06629999727010727,1.1485999822616577,3.3269999027252197,0.07400000095367432,1.1160999536514282,3.3424999713897705,0.07400000095367432,1.1485999822616577,3.3269999027252197,0.06629999727010727,1.1160999536514282,3.3424999713897705,0.07400000095367432,1.1160999536514282,3.3424999713897705,0.06629999727010727,1.1793999671936035,3.308300018310547,0.06629999727010727,1.1793999671936035,3.308300018310547,0.07400000095367432,1.1485999822616577,3.3269999027252197,0.07400000095367432,1.1793999671936035,3.308300018310547,0.06629999727010727,1.1485999822616577,3.3269999027252197,0.07400000095367432,1.1485999822616577,3.3269999027252197,0.06629999727010727,1.1485999822616577,3.3269999027252197,0.07400000095367432,1.1485999822616577,3.3269999027252197,0.08309999853372574,1.1160999536514282,3.3424999713897705,0.08309999853372574,1.1485999822616577,3.3269999027252197,0.07400000095367432,1.1160999536514282,3.3424999713897705,0.08309999853372574,1.1160999536514282,3.3424999713897705,0.07400000095367432,1.1793999671936035,3.308300018310547,0.07400000095367432,1.1793999671936035,3.308300018310547,0.08309999853372574,1.1485999822616577,3.3269999027252197,0.08309999853372574,1.1793999671936035,3.308300018310547,0.07400000095367432,1.1485999822616577,3.3269999027252197,0.08309999853372574,1.1485999822616577,3.3269999027252197,0.07400000095367432,1.2348999977111816,3.2625999450683594,0.06629999727010727,1.2348999977111816,3.2625999450683594,0.07400000095367432,1.2081999778747559,3.286799907684326,0.07400000095367432,1.2348999977111816,3.2625999450683594,0.06629999727010727,1.2081999778747559,3.286799907684326,0.07400000095367432,1.2081999778747559,3.286799907684326,0.06629999727010727,1.2348999977111816,3.2625999450683594,0.07400000095367432,1.2348999977111816,3.2625999450683594,0.08309999853372574,1.2081999778747559,3.286799907684326,0.08309999853372574,1.2348999977111816,3.2625999450683594,0.07400000095367432,1.2081999778747559,3.286799907684326,0.08309999853372574,1.2081999778747559,3.286799907684326,0.07400000095367432,1.2081999778747559,3.286799907684326,0.06629999727010727,1.2081999778747559,3.286799907684326,0.07400000095367432,1.1793999671936035,3.308300018310547,0.07400000095367432,1.2081999778747559,3.286799907684326,0.06629999727010727,1.1793999671936035,3.308300018310547,0.07400000095367432,1.1793999671936035,3.308300018310547,0.06629999727010727,1.2081999778747559,3.286799907684326,0.07400000095367432,1.2081999778747559,3.286799907684326,0.08309999853372574,1.1793999671936035,3.308300018310547,0.08309999853372574,1.2081999778747559,3.286799907684326,0.07400000095367432,1.1793999671936035,3.308300018310547,0.08309999853372574,1.1793999671936035,3.308300018310547,0.07400000095367432,1.2081999778747559,3.286799907684326,0.09989999979734421,1.2081999778747559,3.286799907684326,0.09220000356435776,1.2348999977111816,3.2625999450683594,0.09220000356435776,1.2081999778747559,3.286799907684326,0.09989999979734421,1.2348999977111816,3.2625999450683594,0.09220000356435776,1.2348999977111816,3.2625999450683594,0.09989999979734421,1.1793999671936035,3.308300018310547,0.09989999979734421,1.1793999671936035,3.308300018310547,0.09220000356435776,1.2081999778747559,3.286799907684326,0.09220000356435776,1.1793999671936035,3.308300018310547,0.09989999979734421,1.2081999778747559,3.286799907684326,0.09220000356435776,1.2081999778747559,3.286799907684326,0.09989999979734421,1.2081999778747559,3.286799907684326,0.09220000356435776,1.2081999778747559,3.286799907684326,0.08309999853372574,1.2348999977111816,3.2625999450683594,0.08309999853372574,1.2081999778747559,3.286799907684326,0.09220000356435776,1.2348999977111816,3.2625999450683594,0.08309999853372574,1.2348999977111816,3.2625999450683594,0.09220000356435776,1.1793999671936035,3.308300018310547,0.09220000356435776,1.1793999671936035,3.308300018310547,0.08309999853372574,1.2081999778747559,3.286799907684326,0.08309999853372574,1.1793999671936035,3.308300018310547,0.09220000356435776,1.2081999778747559,3.286799907684326,0.08309999853372574,1.2081999778747559,3.286799907684326,0.09220000356435776,1.1160999536514282,3.3424999713897705,0.09989999979734421,1.1160999536514282,3.3424999713897705,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.09220000356435776,1.1160999536514282,3.3424999713897705,0.09989999979734421,1.1485999822616577,3.3269999027252197,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.09989999979734421,1.1160999536514282,3.3424999713897705,0.09220000356435776,1.1160999536514282,3.3424999713897705,0.08309999853372574,1.1485999822616577,3.3269999027252197,0.08309999853372574,1.1160999536514282,3.3424999713897705,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.08309999853372574,1.1485999822616577,3.3269999027252197,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.09989999979734421,1.1485999822616577,3.3269999027252197,0.09220000356435776,1.1793999671936035,3.308300018310547,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.09989999979734421,1.1793999671936035,3.308300018310547,0.09220000356435776,1.1793999671936035,3.308300018310547,0.09989999979734421,1.1485999822616577,3.3269999027252197,0.09220000356435776,1.1485999822616577,3.3269999027252197,0.08309999853372574,1.1793999671936035,3.308300018310547,0.08309999853372574,1.1485999822616577,3.3269999027252197,0.09220000356435776,1.1793999671936035,3.308300018310547,0.08309999853372574,1.1793999671936035,3.308300018310547,0.09220000356435776,1.2589000463485718,3.23580002784729,0.06629999727010727,1.2589000463485718,3.23580002784729,0.07400000095367432,1.2348999977111816,3.2625999450683594,0.07400000095367432,1.2589000463485718,3.23580002784729,0.06629999727010727,1.2348999977111816,3.2625999450683594,0.07400000095367432,1.2348999977111816,3.2625999450683594,0.06629999727010727,1.2803000211715698,3.206700086593628,0.06629999727010727,1.2803000211715698,3.206700086593628,0.07400000095367432,1.2589000463485718,3.23580002784729,0.07400000095367432,1.2803000211715698,3.206700086593628,0.06629999727010727,1.2589000463485718,3.23580002784729,0.07400000095367432,1.2589000463485718,3.23580002784729,0.06629999727010727,1.2589000463485718,3.23580002784729,0.07400000095367432,1.2589000463485718,3.23580002784729,0.08309999853372574,1.2348999977111816,3.2625999450683594,0.08309999853372574,1.2589000463485718,3.23580002784729,0.07400000095367432,1.2348999977111816,3.2625999450683594,0.08309999853372574,1.2348999977111816,3.2625999450683594,0.07400000095367432,1.2803000211715698,3.206700086593628,0.07400000095367432,1.2803000211715698,3.206700086593628,0.08309999853372574,1.2589000463485718,3.23580002784729,0.08309999853372574,1.2803000211715698,3.206700086593628,0.07400000095367432,1.2589000463485718,3.23580002784729,0.08309999853372574,1.2589000463485718,3.23580002784729,0.07400000095367432,1.3140000104904175,3.143199920654297,0.06629999727010727,1.3140000104904175,3.143199920654297,0.07400000095367432,1.298699975013733,3.175800085067749,0.07400000095367432,1.3140000104904175,3.143199920654297,0.06629999727010727,1.298699975013733,3.175800085067749,0.07400000095367432,1.298699975013733,3.175800085067749,0.06629999727010727,1.3140000104904175,3.143199920654297,0.07400000095367432,1.3140000104904175,3.143199920654297,0.08309999853372574,1.298699975013733,3.175800085067749,0.08309999853372574,1.3140000104904175,3.143199920654297,0.07400000095367432,1.298699975013733,3.175800085067749,0.08309999853372574,1.298699975013733,3.175800085067749,0.07400000095367432,1.298699975013733,3.175800085067749,0.06629999727010727,1.298699975013733,3.175800085067749,0.07400000095367432,1.2803000211715698,3.206700086593628,0.07400000095367432,1.298699975013733,3.175800085067749,0.06629999727010727,1.2803000211715698,3.206700086593628,0.07400000095367432,1.2803000211715698,3.206700086593628,0.06629999727010727,1.298699975013733,3.175800085067749,0.07400000095367432,1.298699975013733,3.175800085067749,0.08309999853372574,1.2803000211715698,3.206700086593628,0.08309999853372574,1.298699975013733,3.175800085067749,0.07400000095367432,1.2803000211715698,3.206700086593628,0.08309999853372574,1.2803000211715698,3.206700086593628,0.07400000095367432,1.298699975013733,3.175800085067749,0.09989999979734421,1.298699975013733,3.175800085067749,0.09220000356435776,1.3140000104904175,3.143199920654297,0.09220000356435776,1.298699975013733,3.175800085067749,0.09989999979734421,1.3140000104904175,3.143199920654297,0.09220000356435776,1.3140000104904175,3.143199920654297,0.09989999979734421,1.2803000211715698,3.206700086593628,0.09989999979734421,1.2803000211715698,3.206700086593628,0.09220000356435776,1.298699975013733,3.175800085067749,0.09220000356435776,1.2803000211715698,3.206700086593628,0.09989999979734421,1.298699975013733,3.175800085067749,0.09220000356435776,1.298699975013733,3.175800085067749,0.09989999979734421,1.298699975013733,3.175800085067749,0.09220000356435776,1.298699975013733,3.175800085067749,0.08309999853372574,1.3140000104904175,3.143199920654297,0.08309999853372574,1.298699975013733,3.175800085067749,0.09220000356435776,1.3140000104904175,3.143199920654297,0.08309999853372574,1.3140000104904175,3.143199920654297,0.09220000356435776,1.2803000211715698,3.206700086593628,0.09220000356435776,1.2803000211715698,3.206700086593628,0.08309999853372574,1.298699975013733,3.175800085067749,0.08309999853372574,1.2803000211715698,3.206700086593628,0.09220000356435776,1.298699975013733,3.175800085067749,0.08309999853372574,1.298699975013733,3.175800085067749,0.09220000356435776,1.2348999977111816,3.2625999450683594,0.09989999979734421,1.2348999977111816,3.2625999450683594,0.09220000356435776,1.2589000463485718,3.23580002784729,0.09220000356435776,1.2348999977111816,3.2625999450683594,0.09989999979734421,1.2589000463485718,3.23580002784729,0.09220000356435776,1.2589000463485718,3.23580002784729,0.09989999979734421,1.2348999977111816,3.2625999450683594,0.09220000356435776,1.2348999977111816,3.2625999450683594,0.08309999853372574,1.2589000463485718,3.23580002784729,0.08309999853372574,1.2348999977111816,3.2625999450683594,0.09220000356435776,1.2589000463485718,3.23580002784729,0.08309999853372574,1.2589000463485718,3.23580002784729,0.09220000356435776,1.2589000463485718,3.23580002784729,0.09989999979734421,1.2589000463485718,3.23580002784729,0.09220000356435776,1.2803000211715698,3.206700086593628,0.09220000356435776,1.2589000463485718,3.23580002784729,0.09989999979734421,1.2803000211715698,3.206700086593628,0.09220000356435776,1.2803000211715698,3.206700086593628,0.09989999979734421,1.2589000463485718,3.23580002784729,0.09220000356435776,1.2589000463485718,3.23580002784729,0.08309999853372574,1.2803000211715698,3.206700086593628,0.08309999853372574,1.2589000463485718,3.23580002784729,0.09220000356435776,1.2803000211715698,3.206700086593628,0.08309999853372574,1.2803000211715698,3.206700086593628,0.09220000356435776,1.3259999752044678,3.109299898147583,0.06629999727010727,1.3259999752044678,3.109299898147583,0.07400000095367432,1.3140000104904175,3.143199920654297,0.07400000095367432,1.3259999752044678,3.109299898147583,0.06629999727010727,1.3140000104904175,3.143199920654297,0.07400000095367432,1.3140000104904175,3.143199920654297,0.06629999727010727,1.3345999717712402,3.0743000507354736,0.06629999727010727,1.3345999717712402,3.0743000507354736,0.07400000095367432,1.3259999752044678,3.109299898147583,0.07400000095367432,1.3345999717712402,3.0743000507354736,0.06629999727010727,1.3259999752044678,3.109299898147583,0.07400000095367432,1.3259999752044678,3.109299898147583,0.06629999727010727,1.3259999752044678,3.109299898147583,0.07400000095367432,1.3259999752044678,3.109299898147583,0.08309999853372574,1.3140000104904175,3.143199920654297,0.08309999853372574,1.3259999752044678,3.109299898147583,0.07400000095367432,1.3140000104904175,3.143199920654297,0.08309999853372574,1.3140000104904175,3.143199920654297,0.07400000095367432,1.3345999717712402,3.0743000507354736,0.07400000095367432,1.3345999717712402,3.0743000507354736,0.08309999853372574,1.3259999752044678,3.109299898147583,0.08309999853372574,1.3345999717712402,3.0743000507354736,0.07400000095367432,1.3259999752044678,3.109299898147583,0.08309999853372574,1.3259999752044678,3.109299898147583,0.07400000095367432,1.3414000272750854,3.002700090408325,0.06629999727010727,1.3414000272750854,3.002700090408325,0.07400000095367432,1.3398000001907349,3.038599967956543,0.07400000095367432,1.3414000272750854,3.002700090408325,0.06629999727010727,1.3398000001907349,3.038599967956543,0.07400000095367432,1.3398000001907349,3.038599967956543,0.06629999727010727,1.3414000272750854,3.002700090408325,0.07400000095367432,1.3414000272750854,3.002700090408325,0.08309999853372574,1.3398000001907349,3.038599967956543,0.08309999853372574,1.3414000272750854,3.002700090408325,0.07400000095367432,1.3398000001907349,3.038599967956543,0.08309999853372574,1.3398000001907349,3.038599967956543,0.07400000095367432,1.3398000001907349,3.038599967956543,0.06629999727010727,1.3398000001907349,3.038599967956543,0.07400000095367432,1.3345999717712402,3.0743000507354736,0.07400000095367432,1.3398000001907349,3.038599967956543,0.06629999727010727,1.3345999717712402,3.0743000507354736,0.07400000095367432,1.3345999717712402,3.0743000507354736,0.06629999727010727,1.3398000001907349,3.038599967956543,0.07400000095367432,1.3398000001907349,3.038599967956543,0.08309999853372574,1.3345999717712402,3.0743000507354736,0.08309999853372574,1.3398000001907349,3.038599967956543,0.07400000095367432,1.3345999717712402,3.0743000507354736,0.08309999853372574,1.3345999717712402,3.0743000507354736,0.07400000095367432,1.3398000001907349,3.038599967956543,0.09989999979734421,1.3398000001907349,3.038599967956543,0.09220000356435776,1.3414000272750854,3.002700090408325,0.09220000356435776,1.3398000001907349,3.038599967956543,0.09989999979734421,1.3414000272750854,3.002700090408325,0.09220000356435776,1.3414000272750854,3.002700090408325,0.09989999979734421,1.3345999717712402,3.0743000507354736,0.09989999979734421,1.3345999717712402,3.0743000507354736,0.09220000356435776,1.3398000001907349,3.038599967956543,0.09220000356435776,1.3345999717712402,3.0743000507354736,0.09989999979734421,1.3398000001907349,3.038599967956543,0.09220000356435776,1.3398000001907349,3.038599967956543,0.09989999979734421,1.3398000001907349,3.038599967956543,0.09220000356435776,1.3398000001907349,3.038599967956543,0.08309999853372574,1.3414000272750854,3.002700090408325,0.08309999853372574,1.3398000001907349,3.038599967956543,0.09220000356435776,1.3414000272750854,3.002700090408325,0.08309999853372574,1.3414000272750854,3.002700090408325,0.09220000356435776,1.3345999717712402,3.0743000507354736,0.09220000356435776,1.3345999717712402,3.0743000507354736,0.08309999853372574,1.3398000001907349,3.038599967956543,0.08309999853372574,1.3345999717712402,3.0743000507354736,0.09220000356435776,1.3398000001907349,3.038599967956543,0.08309999853372574,1.3398000001907349,3.038599967956543,0.09220000356435776,1.3140000104904175,3.143199920654297,0.09989999979734421,1.3140000104904175,3.143199920654297,0.09220000356435776,1.3259999752044678,3.109299898147583,0.09220000356435776,1.3140000104904175,3.143199920654297,0.09989999979734421,1.3259999752044678,3.109299898147583,0.09220000356435776,1.3259999752044678,3.109299898147583,0.09989999979734421,1.3140000104904175,3.143199920654297,0.09220000356435776,1.3140000104904175,3.143199920654297,0.08309999853372574,1.3259999752044678,3.109299898147583,0.08309999853372574,1.3140000104904175,3.143199920654297,0.09220000356435776,1.3259999752044678,3.109299898147583,0.08309999853372574,1.3259999752044678,3.109299898147583,0.09220000356435776,1.3259999752044678,3.109299898147583,0.09989999979734421,1.3259999752044678,3.109299898147583,0.09220000356435776,1.3345999717712402,3.0743000507354736,0.09220000356435776,1.3259999752044678,3.109299898147583,0.09989999979734421,1.3345999717712402,3.0743000507354736,0.09220000356435776,1.3345999717712402,3.0743000507354736,0.09989999979734421,1.3259999752044678,3.109299898147583,0.09220000356435776,1.3259999752044678,3.109299898147583,0.08309999853372574,1.3345999717712402,3.0743000507354736,0.08309999853372574,1.3259999752044678,3.109299898147583,0.09220000356435776,1.3345999717712402,3.0743000507354736,0.08309999853372574,1.3345999717712402,3.0743000507354736,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.06629999727010727,1.3394999504089355,2.9667000770568848,0.07400000095367432,1.3414000272750854,3.002700090408325,0.07400000095367432,1.3394999504089355,2.9667000770568848,0.06629999727010727,1.3414000272750854,3.002700090408325,0.07400000095367432,1.3414000272750854,3.002700090408325,0.06629999727010727,1.3341000080108643,2.9310998916625977,0.06629999727010727,1.3341000080108643,2.9310998916625977,0.07400000095367432,1.3394999504089355,2.9667000770568848,0.07400000095367432,1.3341000080108643,2.9310998916625977,0.06629999727010727,1.3394999504089355,2.9667000770568848,0.07400000095367432,1.3394999504089355,2.9667000770568848,0.06629999727010727,1.3394999504089355,2.9667000770568848,0.07400000095367432,1.3394999504089355,2.9667000770568848,0.08309999853372574,1.3414000272750854,3.002700090408325,0.08309999853372574,1.3394999504089355,2.9667000770568848,0.07400000095367432,1.3414000272750854,3.002700090408325,0.08309999853372574,1.3414000272750854,3.002700090408325,0.07400000095367432,1.3341000080108643,2.9310998916625977,0.07400000095367432,1.3341000080108643,2.9310998916625977,0.08309999853372574,1.3394999504089355,2.9667000770568848,0.08309999853372574,1.3341000080108643,2.9310998916625977,0.07400000095367432,1.3394999504089355,2.9667000770568848,0.08309999853372574,1.3394999504089355,2.9667000770568848,0.07400000095367432,1.312999963760376,2.862299919128418,0.06629999727010727,1.312999963760376,2.862299919128418,0.07400000095367432,1.3251999616622925,2.896199941635132,0.07400000095367432,1.312999963760376,2.862299919128418,0.06629999727010727,1.3251999616622925,2.896199941635132,0.07400000095367432,1.3251999616622925,2.896199941635132,0.06629999727010727,1.312999963760376,2.862299919128418,0.07400000095367432,1.312999963760376,2.862299919128418,0.08309999853372574,1.3251999616622925,2.896199941635132,0.08309999853372574,1.312999963760376,2.862299919128418,0.07400000095367432,1.3251999616622925,2.896199941635132,0.08309999853372574,1.3251999616622925,2.896199941635132,0.07400000095367432,1.3251999616622925,2.896199941635132,0.06629999727010727,1.3251999616622925,2.896199941635132,0.07400000095367432,1.3341000080108643,2.9310998916625977,0.07400000095367432,1.3251999616622925,2.896199941635132,0.06629999727010727,1.3341000080108643,2.9310998916625977,0.07400000095367432,1.3341000080108643,2.9310998916625977,0.06629999727010727,1.3251999616622925,2.896199941635132,0.07400000095367432,1.3251999616622925,2.896199941635132,0.08309999853372574,1.3341000080108643,2.9310998916625977,0.08309999853372574,1.3251999616622925,2.896199941635132,0.07400000095367432,1.3341000080108643,2.9310998916625977,0.08309999853372574,1.3341000080108643,2.9310998916625977,0.07400000095367432,1.3251999616622925,2.896199941635132,0.09989999979734421,1.3251999616622925,2.896199941635132,0.09220000356435776,1.312999963760376,2.862299919128418,0.09220000356435776,1.3251999616622925,2.896199941635132,0.09989999979734421,1.312999963760376,2.862299919128418,0.09220000356435776,1.312999963760376,2.862299919128418,0.09989999979734421,1.3341000080108643,2.9310998916625977,0.09989999979734421,1.3341000080108643,2.9310998916625977,0.09220000356435776,1.3251999616622925,2.896199941635132,0.09220000356435776,1.3341000080108643,2.9310998916625977,0.09989999979734421,1.3251999616622925,2.896199941635132,0.09220000356435776,1.3251999616622925,2.896199941635132,0.09989999979734421,1.3251999616622925,2.896199941635132,0.09220000356435776,1.3251999616622925,2.896199941635132,0.08309999853372574,1.312999963760376,2.862299919128418,0.08309999853372574,1.3251999616622925,2.896199941635132,0.09220000356435776,1.312999963760376,2.862299919128418,0.08309999853372574,1.312999963760376,2.862299919128418,0.09220000356435776,1.3341000080108643,2.9310998916625977,0.09220000356435776,1.3341000080108643,2.9310998916625977,0.08309999853372574,1.3251999616622925,2.896199941635132,0.08309999853372574,1.3341000080108643,2.9310998916625977,0.09220000356435776,1.3251999616622925,2.896199941635132,0.08309999853372574,1.3251999616622925,2.896199941635132,0.09220000356435776,1.3414000272750854,3.002700090408325,0.09989999979734421,1.3414000272750854,3.002700090408325,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.09220000356435776,1.3414000272750854,3.002700090408325,0.09989999979734421,1.3394999504089355,2.9667000770568848,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.09989999979734421,1.3414000272750854,3.002700090408325,0.09220000356435776,1.3414000272750854,3.002700090408325,0.08309999853372574,1.3394999504089355,2.9667000770568848,0.08309999853372574,1.3414000272750854,3.002700090408325,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.08309999853372574,1.3394999504089355,2.9667000770568848,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.09989999979734421,1.3394999504089355,2.9667000770568848,0.09220000356435776,1.3341000080108643,2.9310998916625977,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.09989999979734421,1.3341000080108643,2.9310998916625977,0.09220000356435776,1.3341000080108643,2.9310998916625977,0.09989999979734421,1.3394999504089355,2.9667000770568848,0.09220000356435776,1.3394999504089355,2.9667000770568848,0.08309999853372574,1.3341000080108643,2.9310998916625977,0.08309999853372574,1.3394999504089355,2.9667000770568848,0.09220000356435776,1.3341000080108643,2.9310998916625977,0.08309999853372574,1.3341000080108643,2.9310998916625977,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.06629999727010727,1.2975000143051147,2.8297998905181885,0.07400000095367432,1.312999963760376,2.862299919128418,0.07400000095367432,1.2975000143051147,2.8297998905181885,0.06629999727010727,1.312999963760376,2.862299919128418,0.07400000095367432,1.312999963760376,2.862299919128418,0.06629999727010727,1.2788000106811523,2.7990000247955322,0.06629999727010727,1.2788000106811523,2.7990000247955322,0.07400000095367432,1.2975000143051147,2.8297998905181885,0.07400000095367432,1.2788000106811523,2.7990000247955322,0.06629999727010727,1.2975000143051147,2.8297998905181885,0.07400000095367432,1.2975000143051147,2.8297998905181885,0.06629999727010727,1.2975000143051147,2.8297998905181885,0.07400000095367432,1.2975000143051147,2.8297998905181885,0.08309999853372574,1.312999963760376,2.862299919128418,0.08309999853372574,1.2975000143051147,2.8297998905181885,0.07400000095367432,1.312999963760376,2.862299919128418,0.08309999853372574,1.312999963760376,2.862299919128418,0.07400000095367432,1.2788000106811523,2.7990000247955322,0.07400000095367432,1.2788000106811523,2.7990000247955322,0.08309999853372574,1.2975000143051147,2.8297998905181885,0.08309999853372574,1.2788000106811523,2.7990000247955322,0.07400000095367432,1.2975000143051147,2.8297998905181885,0.08309999853372574,1.2975000143051147,2.8297998905181885,0.07400000095367432,1.2330000400543213,2.743499994277954,0.06629999727010727,1.2330000400543213,2.743499994277954,0.07400000095367432,1.2573000192642212,2.77020001411438,0.07400000095367432,1.2330000400543213,2.743499994277954,0.06629999727010727,1.2573000192642212,2.77020001411438,0.07400000095367432,1.2573000192642212,2.77020001411438,0.06629999727010727,1.2330000400543213,2.743499994277954,0.07400000095367432,1.2330000400543213,2.743499994277954,0.08309999853372574,1.2573000192642212,2.77020001411438,0.08309999853372574,1.2330000400543213,2.743499994277954,0.07400000095367432,1.2573000192642212,2.77020001411438,0.08309999853372574,1.2573000192642212,2.77020001411438,0.07400000095367432,1.2573000192642212,2.77020001411438,0.06629999727010727,1.2573000192642212,2.77020001411438,0.07400000095367432,1.2788000106811523,2.7990000247955322,0.07400000095367432,1.2573000192642212,2.77020001411438,0.06629999727010727,1.2788000106811523,2.7990000247955322,0.07400000095367432,1.2788000106811523,2.7990000247955322,0.06629999727010727,1.2573000192642212,2.77020001411438,0.07400000095367432,1.2573000192642212,2.77020001411438,0.08309999853372574,1.2788000106811523,2.7990000247955322,0.08309999853372574,1.2573000192642212,2.77020001411438,0.07400000095367432,1.2788000106811523,2.7990000247955322,0.08309999853372574,1.2788000106811523,2.7990000247955322,0.07400000095367432,1.2573000192642212,2.77020001411438,0.09989999979734421,1.2573000192642212,2.77020001411438,0.09220000356435776,1.2330000400543213,2.743499994277954,0.09220000356435776,1.2573000192642212,2.77020001411438,0.09989999979734421,1.2330000400543213,2.743499994277954,0.09220000356435776,1.2330000400543213,2.743499994277954,0.09989999979734421,1.2788000106811523,2.7990000247955322,0.09989999979734421,1.2788000106811523,2.7990000247955322,0.09220000356435776,1.2573000192642212,2.77020001411438,0.09220000356435776,1.2788000106811523,2.7990000247955322,0.09989999979734421,1.2573000192642212,2.77020001411438,0.09220000356435776,1.2573000192642212,2.77020001411438,0.09989999979734421,1.2573000192642212,2.77020001411438,0.09220000356435776,1.2573000192642212,2.77020001411438,0.08309999853372574,1.2330000400543213,2.743499994277954,0.08309999853372574,1.2573000192642212,2.77020001411438,0.09220000356435776,1.2330000400543213,2.743499994277954,0.08309999853372574,1.2330000400543213,2.743499994277954,0.09220000356435776,1.2788000106811523,2.7990000247955322,0.09220000356435776,1.2788000106811523,2.7990000247955322,0.08309999853372574,1.2573000192642212,2.77020001411438,0.08309999853372574,1.2788000106811523,2.7990000247955322,0.09220000356435776,1.2573000192642212,2.77020001411438,0.08309999853372574,1.2573000192642212,2.77020001411438,0.09220000356435776,1.312999963760376,2.862299919128418,0.09989999979734421,1.312999963760376,2.862299919128418,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.09220000356435776,1.312999963760376,2.862299919128418,0.09989999979734421,1.2975000143051147,2.8297998905181885,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.09989999979734421,1.312999963760376,2.862299919128418,0.09220000356435776,1.312999963760376,2.862299919128418,0.08309999853372574,1.2975000143051147,2.8297998905181885,0.08309999853372574,1.312999963760376,2.862299919128418,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.08309999853372574,1.2975000143051147,2.8297998905181885,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.09989999979734421,1.2975000143051147,2.8297998905181885,0.09220000356435776,1.2788000106811523,2.7990000247955322,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.09989999979734421,1.2788000106811523,2.7990000247955322,0.09220000356435776,1.2788000106811523,2.7990000247955322,0.09989999979734421,1.2975000143051147,2.8297998905181885,0.09220000356435776,1.2975000143051147,2.8297998905181885,0.08309999853372574,1.2788000106811523,2.7990000247955322,0.08309999853372574,1.2975000143051147,2.8297998905181885,0.09220000356435776,1.2788000106811523,2.7990000247955322,0.08309999853372574,1.2788000106811523,2.7990000247955322,0.09220000356435776,1.2062000036239624,2.719399929046631,0.06629999727010727,1.2062000036239624,2.719399929046631,0.07400000095367432,1.2330000400543213,2.743499994277954,0.07400000095367432,1.2062000036239624,2.719399929046631,0.06629999727010727,1.2330000400543213,2.743499994277954,0.07400000095367432,1.2330000400543213,2.743499994277954,0.06629999727010727,1.1771999597549438,2.6981000900268555,0.06629999727010727,1.1771999597549438,2.6981000900268555,0.07400000095367432,1.2062000036239624,2.719399929046631,0.07400000095367432,1.1771999597549438,2.6981000900268555,0.06629999727010727,1.2062000036239624,2.719399929046631,0.07400000095367432,1.2062000036239624,2.719399929046631,0.06629999727010727,1.2062000036239624,2.719399929046631,0.07400000095367432,1.2062000036239624,2.719399929046631,0.08309999853372574,1.2330000400543213,2.743499994277954,0.08309999853372574,1.2062000036239624,2.719399929046631,0.07400000095367432,1.2330000400543213,2.743499994277954,0.08309999853372574,1.2330000400543213,2.743499994277954,0.07400000095367432,1.1771999597549438,2.6981000900268555,0.07400000095367432,1.1771999597549438,2.6981000900268555,0.08309999853372574,1.2062000036239624,2.719399929046631,0.08309999853372574,1.1771999597549438,2.6981000900268555,0.07400000095367432,1.2062000036239624,2.719399929046631,0.08309999853372574,1.2062000036239624,2.719399929046631,0.07400000095367432,1.113700032234192,2.664400100708008,0.06629999727010727,1.113700032234192,2.664400100708008,0.07400000095367432,1.146299958229065,2.6796998977661133,0.07400000095367432,1.113700032234192,2.664400100708008,0.06629999727010727,1.146299958229065,2.6796998977661133,0.07400000095367432,1.146299958229065,2.6796998977661133,0.06629999727010727,1.113700032234192,2.664400100708008,0.07400000095367432,1.113700032234192,2.664400100708008,0.08309999853372574,1.146299958229065,2.6796998977661133,0.08309999853372574,1.113700032234192,2.664400100708008,0.07400000095367432,1.146299958229065,2.6796998977661133,0.08309999853372574,1.146299958229065,2.6796998977661133,0.07400000095367432,1.146299958229065,2.6796998977661133,0.06629999727010727,1.146299958229065,2.6796998977661133,0.07400000095367432,1.1771999597549438,2.6981000900268555,0.07400000095367432,1.146299958229065,2.6796998977661133,0.06629999727010727,1.1771999597549438,2.6981000900268555,0.07400000095367432,1.1771999597549438,2.6981000900268555,0.06629999727010727,1.146299958229065,2.6796998977661133,0.07400000095367432,1.146299958229065,2.6796998977661133,0.08309999853372574,1.1771999597549438,2.6981000900268555,0.08309999853372574,1.146299958229065,2.6796998977661133,0.07400000095367432,1.1771999597549438,2.6981000900268555,0.08309999853372574,1.1771999597549438,2.6981000900268555,0.07400000095367432,1.146299958229065,2.6796998977661133,0.09989999979734421,1.146299958229065,2.6796998977661133,0.09220000356435776,1.113700032234192,2.664400100708008,0.09220000356435776,1.146299958229065,2.6796998977661133,0.09989999979734421,1.113700032234192,2.664400100708008,0.09220000356435776,1.113700032234192,2.664400100708008,0.09989999979734421,1.1771999597549438,2.6981000900268555,0.09989999979734421,1.1771999597549438,2.6981000900268555,0.09220000356435776,1.146299958229065,2.6796998977661133,0.09220000356435776,1.1771999597549438,2.6981000900268555,0.09989999979734421,1.146299958229065,2.6796998977661133,0.09220000356435776,1.146299958229065,2.6796998977661133,0.09989999979734421,1.146299958229065,2.6796998977661133,0.09220000356435776,1.146299958229065,2.6796998977661133,0.08309999853372574,1.113700032234192,2.664400100708008,0.08309999853372574,1.146299958229065,2.6796998977661133,0.09220000356435776,1.113700032234192,2.664400100708008,0.08309999853372574,1.113700032234192,2.664400100708008,0.09220000356435776,1.1771999597549438,2.6981000900268555,0.09220000356435776,1.1771999597549438,2.6981000900268555,0.08309999853372574,1.146299958229065,2.6796998977661133,0.08309999853372574,1.1771999597549438,2.6981000900268555,0.09220000356435776,1.146299958229065,2.6796998977661133,0.08309999853372574,1.146299958229065,2.6796998977661133,0.09220000356435776,1.2330000400543213,2.743499994277954,0.09989999979734421,1.2330000400543213,2.743499994277954,0.09220000356435776,1.2062000036239624,2.719399929046631,0.09220000356435776,1.2330000400543213,2.743499994277954,0.09989999979734421,1.2062000036239624,2.719399929046631,0.09220000356435776,1.2062000036239624,2.719399929046631,0.09989999979734421,1.2330000400543213,2.743499994277954,0.09220000356435776,1.2330000400543213,2.743499994277954,0.08309999853372574,1.2062000036239624,2.719399929046631,0.08309999853372574,1.2330000400543213,2.743499994277954,0.09220000356435776,1.2062000036239624,2.719399929046631,0.08309999853372574,1.2062000036239624,2.719399929046631,0.09220000356435776,1.2062000036239624,2.719399929046631,0.09989999979734421,1.2062000036239624,2.719399929046631,0.09220000356435776,1.1771999597549438,2.6981000900268555,0.09220000356435776,1.2062000036239624,2.719399929046631,0.09989999979734421,1.1771999597549438,2.6981000900268555,0.09220000356435776,1.1771999597549438,2.6981000900268555,0.09989999979734421,1.2062000036239624,2.719399929046631,0.09220000356435776,1.2062000036239624,2.719399929046631,0.08309999853372574,1.1771999597549438,2.6981000900268555,0.08309999853372574,1.2062000036239624,2.719399929046631,0.09220000356435776,1.1771999597549438,2.6981000900268555,0.08309999853372574,1.1771999597549438,2.6981000900268555,0.09220000356435776,1.079699993133545,2.652400016784668,0.06629999727010727,1.079699993133545,2.652400016784668,0.07400000095367432,1.113700032234192,2.664400100708008,0.07400000095367432,1.079699993133545,2.652400016784668,0.06629999727010727,1.113700032234192,2.664400100708008,0.07400000095367432,1.113700032234192,2.664400100708008,0.06629999727010727,1.044700026512146,2.6438000202178955,0.06629999727010727,1.044700026512146,2.6438000202178955,0.07400000095367432,1.079699993133545,2.652400016784668,0.07400000095367432,1.044700026512146,2.6438000202178955,0.06629999727010727,1.079699993133545,2.652400016784668,0.07400000095367432,1.079699993133545,2.652400016784668,0.06629999727010727,1.079699993133545,2.652400016784668,0.07400000095367432,1.079699993133545,2.652400016784668,0.08309999853372574,1.113700032234192,2.664400100708008,0.08309999853372574,1.079699993133545,2.652400016784668,0.07400000095367432,1.113700032234192,2.664400100708008,0.08309999853372574,1.113700032234192,2.664400100708008,0.07400000095367432,1.044700026512146,2.6438000202178955,0.07400000095367432,1.044700026512146,2.6438000202178955,0.08309999853372574,1.079699993133545,2.652400016784668,0.08309999853372574,1.044700026512146,2.6438000202178955,0.07400000095367432,1.079699993133545,2.652400016784668,0.08309999853372574,1.079699993133545,2.652400016784668,0.07400000095367432,0.9731000065803528,2.63700008392334,0.06629999727010727,0.9731000065803528,2.63700008392334,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.07400000095367432,0.9731000065803528,2.63700008392334,0.06629999727010727,1.0090999603271484,2.6386001110076904,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.06629999727010727,0.9731000065803528,2.63700008392334,0.07400000095367432,0.9731000065803528,2.63700008392334,0.08309999853372574,1.0090999603271484,2.6386001110076904,0.08309999853372574,0.9731000065803528,2.63700008392334,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.08309999853372574,1.0090999603271484,2.6386001110076904,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.06629999727010727,1.0090999603271484,2.6386001110076904,0.07400000095367432,1.044700026512146,2.6438000202178955,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.06629999727010727,1.044700026512146,2.6438000202178955,0.07400000095367432,1.044700026512146,2.6438000202178955,0.06629999727010727,1.0090999603271484,2.6386001110076904,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.08309999853372574,1.044700026512146,2.6438000202178955,0.08309999853372574,1.0090999603271484,2.6386001110076904,0.07400000095367432,1.044700026512146,2.6438000202178955,0.08309999853372574,1.044700026512146,2.6438000202178955,0.07400000095367432,1.0090999603271484,2.6386001110076904,0.09989999979734421,1.0090999603271484,2.6386001110076904,0.09220000356435776,0.9731000065803528,2.63700008392334,0.09220000356435776,1.0090999603271484,2.6386001110076904,0.09989999979734421,0.9731000065803528,2.63700008392334,0.09220000356435776,0.9731000065803528,2.63700008392334,0.09989999979734421,1.044700026512146,2.6438000202178955,0.09989999979734421,1.044700026512146,2.6438000202178955,0.09220000356435776,1.0090999603271484,2.6386001110076904,0.09220000356435776,1.044700026512146,2.6438000202178955,0.09989999979734421,1.0090999603271484,2.6386001110076904,0.09220000356435776,1.0090999603271484,2.6386001110076904,0.09989999979734421,1.0090999603271484,2.6386001110076904,0.09220000356435776,1.0090999603271484,2.6386001110076904,0.08309999853372574,0.9731000065803528,2.63700008392334,0.08309999853372574,1.0090999603271484,2.6386001110076904,0.09220000356435776,0.9731000065803528,2.63700008392334,0.08309999853372574,0.9731000065803528,2.63700008392334,0.09220000356435776,1.044700026512146,2.6438000202178955,0.09220000356435776,1.044700026512146,2.6438000202178955,0.08309999853372574,1.0090999603271484,2.6386001110076904,0.08309999853372574,1.044700026512146,2.6438000202178955,0.09220000356435776,1.0090999603271484,2.6386001110076904,0.08309999853372574,1.0090999603271484,2.6386001110076904,0.09220000356435776,1.113700032234192,2.664400100708008,0.09989999979734421,1.113700032234192,2.664400100708008,0.09220000356435776,1.079699993133545,2.652400016784668,0.09220000356435776,1.113700032234192,2.664400100708008,0.09989999979734421,1.079699993133545,2.652400016784668,0.09220000356435776,1.079699993133545,2.652400016784668,0.09989999979734421,1.113700032234192,2.664400100708008,0.09220000356435776,1.113700032234192,2.664400100708008,0.08309999853372574,1.079699993133545,2.652400016784668,0.08309999853372574,1.113700032234192,2.664400100708008,0.09220000356435776,1.079699993133545,2.652400016784668,0.08309999853372574,1.079699993133545,2.652400016784668,0.09220000356435776,1.079699993133545,2.652400016784668,0.09989999979734421,1.079699993133545,2.652400016784668,0.09220000356435776,1.044700026512146,2.6438000202178955,0.09220000356435776,1.079699993133545,2.652400016784668,0.09989999979734421,1.044700026512146,2.6438000202178955,0.09220000356435776,1.044700026512146,2.6438000202178955,0.09989999979734421,1.079699993133545,2.652400016784668,0.09220000356435776,1.079699993133545,2.652400016784668,0.08309999853372574,1.044700026512146,2.6438000202178955,0.08309999853372574,1.079699993133545,2.652400016784668,0.09220000356435776,1.044700026512146,2.6438000202178955,0.08309999853372574,1.044700026512146,2.6438000202178955,0.09220000356435776,0.9372000098228455,2.6389000415802,0.06629999727010727,0.9372000098228455,2.6389000415802,0.07400000095367432,0.9731000065803528,2.63700008392334,0.07400000095367432,0.9372000098228455,2.6389000415802,0.06629999727010727,0.9731000065803528,2.63700008392334,0.07400000095367432,0.9731000065803528,2.63700008392334,0.06629999727010727,0.9016000032424927,2.6442999839782715,0.06629999727010727,0.9016000032424927,2.6442999839782715,0.07400000095367432,0.9372000098228455,2.6389000415802,0.07400000095367432,0.9016000032424927,2.6442999839782715,0.06629999727010727,0.9372000098228455,2.6389000415802,0.07400000095367432,0.9372000098228455,2.6389000415802,0.06629999727010727,0.9372000098228455,2.6389000415802,0.07400000095367432,0.9372000098228455,2.6389000415802,0.08309999853372574,0.9731000065803528,2.63700008392334,0.08309999853372574,0.9372000098228455,2.6389000415802,0.07400000095367432,0.9731000065803528,2.63700008392334,0.08309999853372574,0.9731000065803528,2.63700008392334,0.07400000095367432,0.9016000032424927,2.6442999839782715,0.07400000095367432,0.9016000032424927,2.6442999839782715,0.08309999853372574,0.9372000098228455,2.6389000415802,0.08309999853372574,0.9016000032424927,2.6442999839782715,0.07400000095367432,0.9372000098228455,2.6389000415802,0.08309999853372574,0.9372000098228455,2.6389000415802,0.07400000095367432,0.8327999711036682,2.6654000282287598,0.06629999727010727,0.8327999711036682,2.6654000282287598,0.07400000095367432,0.866599977016449,2.65310001373291,0.07400000095367432,0.8327999711036682,2.6654000282287598,0.06629999727010727,0.866599977016449,2.65310001373291,0.07400000095367432,0.866599977016449,2.65310001373291,0.06629999727010727,0.8327999711036682,2.6654000282287598,0.07400000095367432,0.8327999711036682,2.6654000282287598,0.08309999853372574,0.866599977016449,2.65310001373291,0.08309999853372574,0.8327999711036682,2.6654000282287598,0.07400000095367432,0.866599977016449,2.65310001373291,0.08309999853372574,0.866599977016449,2.65310001373291,0.07400000095367432,0.866599977016449,2.65310001373291,0.06629999727010727,0.866599977016449,2.65310001373291,0.07400000095367432,0.9016000032424927,2.6442999839782715,0.07400000095367432,0.866599977016449,2.65310001373291,0.06629999727010727,0.9016000032424927,2.6442999839782715,0.07400000095367432,0.9016000032424927,2.6442999839782715,0.06629999727010727,0.866599977016449,2.65310001373291,0.07400000095367432,0.866599977016449,2.65310001373291,0.08309999853372574,0.9016000032424927,2.6442999839782715,0.08309999853372574,0.866599977016449,2.65310001373291,0.07400000095367432,0.9016000032424927,2.6442999839782715,0.08309999853372574,0.9016000032424927,2.6442999839782715,0.07400000095367432,0.866599977016449,2.65310001373291,0.09989999979734421,0.866599977016449,2.65310001373291,0.09220000356435776,0.8327999711036682,2.6654000282287598,0.09220000356435776,0.866599977016449,2.65310001373291,0.09989999979734421,0.8327999711036682,2.6654000282287598,0.09220000356435776,0.8327999711036682,2.6654000282287598,0.09989999979734421,0.9016000032424927,2.6442999839782715,0.09989999979734421,0.9016000032424927,2.6442999839782715,0.09220000356435776,0.866599977016449,2.65310001373291,0.09220000356435776,0.9016000032424927,2.6442999839782715,0.09989999979734421,0.866599977016449,2.65310001373291,0.09220000356435776,0.866599977016449,2.65310001373291,0.09989999979734421,0.866599977016449,2.65310001373291,0.09220000356435776,0.866599977016449,2.65310001373291,0.08309999853372574,0.8327999711036682,2.6654000282287598,0.08309999853372574,0.866599977016449,2.65310001373291,0.09220000356435776,0.8327999711036682,2.6654000282287598,0.08309999853372574,0.8327999711036682,2.6654000282287598,0.09220000356435776,0.9016000032424927,2.6442999839782715,0.09220000356435776,0.9016000032424927,2.6442999839782715,0.08309999853372574,0.866599977016449,2.65310001373291,0.08309999853372574,0.9016000032424927,2.6442999839782715,0.09220000356435776,0.866599977016449,2.65310001373291,0.08309999853372574,0.866599977016449,2.65310001373291,0.09220000356435776,0.9731000065803528,2.63700008392334,0.09989999979734421,0.9731000065803528,2.63700008392334,0.09220000356435776,0.9372000098228455,2.6389000415802,0.09220000356435776,0.9731000065803528,2.63700008392334,0.09989999979734421,0.9372000098228455,2.6389000415802,0.09220000356435776,0.9372000098228455,2.6389000415802,0.09989999979734421,0.9731000065803528,2.63700008392334,0.09220000356435776,0.9731000065803528,2.63700008392334,0.08309999853372574,0.9372000098228455,2.6389000415802,0.08309999853372574,0.9731000065803528,2.63700008392334,0.09220000356435776,0.9372000098228455,2.6389000415802,0.08309999853372574,0.9372000098228455,2.6389000415802,0.09220000356435776,0.9372000098228455,2.6389000415802,0.09989999979734421,0.9372000098228455,2.6389000415802,0.09220000356435776,0.9016000032424927,2.6442999839782715,0.09220000356435776,0.9372000098228455,2.6389000415802,0.09989999979734421,0.9016000032424927,2.6442999839782715,0.09220000356435776,0.9016000032424927,2.6442999839782715,0.09989999979734421,0.9372000098228455,2.6389000415802,0.09220000356435776,0.9372000098228455,2.6389000415802,0.08309999853372574,0.9016000032424927,2.6442999839782715,0.08309999853372574,0.9372000098228455,2.6389000415802,0.09220000356435776,0.9016000032424927,2.6442999839782715,0.08309999853372574,0.9016000032424927,2.6442999839782715,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.06629999727010727,0.8003000020980835,2.6809000968933105,0.07400000095367432,0.8327999711036682,2.6654000282287598,0.07400000095367432,0.8003000020980835,2.6809000968933105,0.06629999727010727,0.8327999711036682,2.6654000282287598,0.07400000095367432,0.8327999711036682,2.6654000282287598,0.06629999727010727,0.7695000171661377,2.6995999813079834,0.06629999727010727,0.7695000171661377,2.6995999813079834,0.07400000095367432,0.8003000020980835,2.6809000968933105,0.07400000095367432,0.7695000171661377,2.6995999813079834,0.06629999727010727,0.8003000020980835,2.6809000968933105,0.07400000095367432,0.8003000020980835,2.6809000968933105,0.06629999727010727,0.8003000020980835,2.6809000968933105,0.07400000095367432,0.8003000020980835,2.6809000968933105,0.08309999853372574,0.8327999711036682,2.6654000282287598,0.08309999853372574,0.8003000020980835,2.6809000968933105,0.07400000095367432,0.8327999711036682,2.6654000282287598,0.08309999853372574,0.8327999711036682,2.6654000282287598,0.07400000095367432,0.7695000171661377,2.6995999813079834,0.07400000095367432,0.7695000171661377,2.6995999813079834,0.08309999853372574,0.8003000020980835,2.6809000968933105,0.08309999853372574,0.7695000171661377,2.6995999813079834,0.07400000095367432,0.8003000020980835,2.6809000968933105,0.08309999853372574,0.8003000020980835,2.6809000968933105,0.07400000095367432,0.7139999866485596,2.745300054550171,0.06629999727010727,0.7139999866485596,2.745300054550171,0.07400000095367432,0.7405999898910522,2.721100091934204,0.07400000095367432,0.7139999866485596,2.745300054550171,0.06629999727010727,0.7405999898910522,2.721100091934204,0.07400000095367432,0.7405999898910522,2.721100091934204,0.06629999727010727,0.7139999866485596,2.745300054550171,0.07400000095367432,0.7139999866485596,2.745300054550171,0.08309999853372574,0.7405999898910522,2.721100091934204,0.08309999853372574,0.7139999866485596,2.745300054550171,0.07400000095367432,0.7405999898910522,2.721100091934204,0.08309999853372574,0.7405999898910522,2.721100091934204,0.07400000095367432,0.7405999898910522,2.721100091934204,0.06629999727010727,0.7405999898910522,2.721100091934204,0.07400000095367432,0.7695000171661377,2.6995999813079834,0.07400000095367432,0.7405999898910522,2.721100091934204,0.06629999727010727,0.7695000171661377,2.6995999813079834,0.07400000095367432,0.7695000171661377,2.6995999813079834,0.06629999727010727,0.7405999898910522,2.721100091934204,0.07400000095367432,0.7405999898910522,2.721100091934204,0.08309999853372574,0.7695000171661377,2.6995999813079834,0.08309999853372574,0.7405999898910522,2.721100091934204,0.07400000095367432,0.7695000171661377,2.6995999813079834,0.08309999853372574,0.7695000171661377,2.6995999813079834,0.07400000095367432,0.7405999898910522,2.721100091934204,0.09989999979734421,0.7405999898910522,2.721100091934204,0.09220000356435776,0.7139999866485596,2.745300054550171,0.09220000356435776,0.7405999898910522,2.721100091934204,0.09989999979734421,0.7139999866485596,2.745300054550171,0.09220000356435776,0.7139999866485596,2.745300054550171,0.09989999979734421,0.7695000171661377,2.6995999813079834,0.09989999979734421,0.7695000171661377,2.6995999813079834,0.09220000356435776,0.7405999898910522,2.721100091934204,0.09220000356435776,0.7695000171661377,2.6995999813079834,0.09989999979734421,0.7405999898910522,2.721100091934204,0.09220000356435776,0.7405999898910522,2.721100091934204,0.09989999979734421,0.7405999898910522,2.721100091934204,0.09220000356435776,0.7405999898910522,2.721100091934204,0.08309999853372574,0.7139999866485596,2.745300054550171,0.08309999853372574,0.7405999898910522,2.721100091934204,0.09220000356435776,0.7139999866485596,2.745300054550171,0.08309999853372574,0.7139999866485596,2.745300054550171,0.09220000356435776,0.7695000171661377,2.6995999813079834,0.09220000356435776,0.7695000171661377,2.6995999813079834,0.08309999853372574,0.7405999898910522,2.721100091934204,0.08309999853372574,0.7695000171661377,2.6995999813079834,0.09220000356435776,0.7405999898910522,2.721100091934204,0.08309999853372574,0.7405999898910522,2.721100091934204,0.09220000356435776,0.8327999711036682,2.6654000282287598,0.09989999979734421,0.8327999711036682,2.6654000282287598,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.09220000356435776,0.8327999711036682,2.6654000282287598,0.09989999979734421,0.8003000020980835,2.6809000968933105,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.09989999979734421,0.8327999711036682,2.6654000282287598,0.09220000356435776,0.8327999711036682,2.6654000282287598,0.08309999853372574,0.8003000020980835,2.6809000968933105,0.08309999853372574,0.8327999711036682,2.6654000282287598,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.08309999853372574,0.8003000020980835,2.6809000968933105,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.09989999979734421,0.8003000020980835,2.6809000968933105,0.09220000356435776,0.7695000171661377,2.6995999813079834,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.09989999979734421,0.7695000171661377,2.6995999813079834,0.09220000356435776,0.7695000171661377,2.6995999813079834,0.09989999979734421,0.8003000020980835,2.6809000968933105,0.09220000356435776,0.8003000020980835,2.6809000968933105,0.08309999853372574,0.7695000171661377,2.6995999813079834,0.08309999853372574,0.8003000020980835,2.6809000968933105,0.09220000356435776,0.7695000171661377,2.6995999813079834,0.08309999853372574,0.7695000171661377,2.6995999813079834,0.09220000356435776,0.6879000067710876,2.7704999446868896,0.05530000105500221,0.6891000270843506,2.7715001106262207,0.05620000138878822,0.7132999897003174,2.7446000576019287,0.05620000138878822,0.6879000067710876,2.7704999446868896,0.05530000105500221,0.7132999897003174,2.7446000576019287,0.05620000138878822,0.7121999859809875,2.743499994277954,0.05530000105500221,0.6664000153541565,2.7997000217437744,0.05530000105500221,0.6676999926567078,2.800600051879883,0.05620000138878822,0.6891000270843506,2.7715001106262207,0.05620000138878822,0.6664000153541565,2.7997000217437744,0.05530000105500221,0.6891000270843506,2.7715001106262207,0.05620000138878822,0.6879000067710876,2.7704999446868896,0.05530000105500221,0.6891000270843506,2.7715001106262207,0.05620000138878822,0.6897000074386597,2.7720000743865967,0.05790000036358833,0.7138000130653381,2.7451999187469482,0.05790000036358833,0.6891000270843506,2.7715001106262207,0.05620000138878822,0.7138000130653381,2.7451999187469482,0.05790000036358833,0.7132999897003174,2.7446000576019287,0.05620000138878822,0.6676999926567078,2.800600051879883,0.05620000138878822,0.66839998960495,2.8010001182556152,0.05790000036358833,0.6897000074386597,2.7720000743865967,0.05790000036358833,0.6676999926567078,2.800600051879883,0.05620000138878822,0.6897000074386597,2.7720000743865967,0.05790000036358833,0.6891000270843506,2.7715001106262207,0.05620000138878822,0.6324999928474426,2.8636999130249023,0.05530000105500221,0.633899986743927,2.864300012588501,0.05620000138878822,0.6492000222206116,2.8315999507904053,0.05620000138878822,0.6324999928474426,2.8636999130249023,0.05530000105500221,0.6492000222206116,2.8315999507904053,0.05620000138878822,0.6478999853134155,2.830899953842163,0.05530000105500221,0.633899986743927,2.864300012588501,0.05620000138878822,0.6345999836921692,2.8645999431610107,0.05790000036358833,0.6499000191688538,2.8320000171661377,0.05790000036358833,0.633899986743927,2.864300012588501,0.05620000138878822,0.6499000191688538,2.8320000171661377,0.05790000036358833,0.6492000222206116,2.8315999507904053,0.05620000138878822,0.6478999853134155,2.830899953842163,0.05530000105500221,0.6492000222206116,2.8315999507904053,0.05620000138878822,0.6676999926567078,2.800600051879883,0.05620000138878822,0.6478999853134155,2.830899953842163,0.05530000105500221,0.6676999926567078,2.800600051879883,0.05620000138878822,0.6664000153541565,2.7997000217437744,0.05530000105500221,0.6492000222206116,2.8315999507904053,0.05620000138878822,0.6499000191688538,2.8320000171661377,0.05790000036358833,0.66839998960495,2.8010001182556152,0.05790000036358833,0.6492000222206116,2.8315999507904053,0.05620000138878822,0.66839998960495,2.8010001182556152,0.05790000036358833,0.6676999926567078,2.800600051879883,0.05620000138878822,0.6502000093460083,2.8320999145507812,0.06629999727010727,0.6502000093460083,2.8320999145507812,0.06109999865293503,0.6348999738693237,2.8647000789642334,0.06109999865293503,0.6502000093460083,2.8320999145507812,0.06629999727010727,0.6348999738693237,2.8647000789642334,0.06109999865293503,0.6348999738693237,2.8647000789642334,0.06629999727010727,0.6686000227928162,2.8011999130249023,0.06629999727010727,0.6686000227928162,2.8011999130249023,0.06109999865293503,0.6502000093460083,2.8320999145507812,0.06109999865293503,0.6686000227928162,2.8011999130249023,0.06629999727010727,0.6502000093460083,2.8320999145507812,0.06109999865293503,0.6502000093460083,2.8320999145507812,0.06629999727010727,0.6502000093460083,2.8320999145507812,0.06109999865293503,0.6499000191688538,2.8320000171661377,0.05790000036358833,0.6345999836921692,2.8645999431610107,0.05790000036358833,0.6502000093460083,2.8320999145507812,0.06109999865293503,0.6345999836921692,2.8645999431610107,0.05790000036358833,0.6348999738693237,2.8647000789642334,0.06109999865293503,0.6686000227928162,2.8011999130249023,0.06109999865293503,0.66839998960495,2.8010001182556152,0.05790000036358833,0.6499000191688538,2.8320000171661377,0.05790000036358833,0.6686000227928162,2.8011999130249023,0.06109999865293503,0.6499000191688538,2.8320000171661377,0.05790000036358833,0.6502000093460083,2.8320999145507812,0.06109999865293503,0.7139999866485596,2.745300054550171,0.06629999727010727,0.7139999866485596,2.745300054550171,0.06109999865293503,0.6898999810218811,2.7720999717712402,0.06109999865293503,0.7139999866485596,2.745300054550171,0.06629999727010727,0.6898999810218811,2.7720999717712402,0.06109999865293503,0.6898999810218811,2.7720999717712402,0.06629999727010727,0.7139999866485596,2.745300054550171,0.06109999865293503,0.7138000130653381,2.7451999187469482,0.05790000036358833,0.6897000074386597,2.7720000743865967,0.05790000036358833,0.7139999866485596,2.745300054550171,0.06109999865293503,0.6897000074386597,2.7720000743865967,0.05790000036358833,0.6898999810218811,2.7720999717712402,0.06109999865293503,0.6898999810218811,2.7720999717712402,0.06629999727010727,0.6898999810218811,2.7720999717712402,0.06109999865293503,0.6686000227928162,2.8011999130249023,0.06109999865293503,0.6898999810218811,2.7720999717712402,0.06629999727010727,0.6686000227928162,2.8011999130249023,0.06109999865293503,0.6686000227928162,2.8011999130249023,0.06629999727010727,0.6898999810218811,2.7720999717712402,0.06109999865293503,0.6897000074386597,2.7720000743865967,0.05790000036358833,0.66839998960495,2.8010001182556152,0.05790000036358833,0.6898999810218811,2.7720999717712402,0.06109999865293503,0.66839998960495,2.8010001182556152,0.05790000036358833,0.6686000227928162,2.8011999130249023,0.06109999865293503,0.6204000115394592,2.897900104522705,0.05530000105500221,0.6219000220298767,2.898400068283081,0.05620000138878822,0.633899986743927,2.864300012588501,0.05620000138878822,0.6204000115394592,2.897900104522705,0.05530000105500221,0.633899986743927,2.864300012588501,0.05620000138878822,0.6324999928474426,2.8636999130249023,0.05530000105500221,0.6116999983787537,2.9330999851226807,0.05530000105500221,0.6132000088691711,2.9333999156951904,0.05620000138878822,0.6219000220298767,2.898400068283081,0.05620000138878822,0.6116999983787537,2.9330999851226807,0.05530000105500221,0.6219000220298767,2.898400068283081,0.05620000138878822,0.6204000115394592,2.897900104522705,0.05530000105500221,0.6219000220298767,2.898400068283081,0.05620000138878822,0.6226000189781189,2.8986001014709473,0.05790000036358833,0.6345999836921692,2.8645999431610107,0.05790000036358833,0.6219000220298767,2.898400068283081,0.05620000138878822,0.6345999836921692,2.8645999431610107,0.05790000036358833,0.633899986743927,2.864300012588501,0.05620000138878822,0.6132000088691711,2.9333999156951904,0.05620000138878822,0.6140000224113464,2.9335999488830566,0.05790000036358833,0.6226000189781189,2.8986001014709473,0.05790000036358833,0.6132000088691711,2.9333999156951904,0.05620000138878822,0.6226000189781189,2.8986001014709473,0.05790000036358833,0.6219000220298767,2.898400068283081,0.05620000138878822,0.6047999858856201,3.0053000450134277,0.05530000105500221,0.6064000129699707,3.0053000450134277,0.05620000138878822,0.6079999804496765,2.9691998958587646,0.05620000138878822,0.6047999858856201,3.0053000450134277,0.05530000105500221,0.6079999804496765,2.9691998958587646,0.05620000138878822,0.6065000295639038,2.9690001010894775,0.05530000105500221,0.6064000129699707,3.0053000450134277,0.05620000138878822,0.6071000099182129,3.0053000450134277,0.05790000036358833,0.6087999939918518,2.9691998958587646,0.05790000036358833,0.6064000129699707,3.0053000450134277,0.05620000138878822,0.6087999939918518,2.9691998958587646,0.05790000036358833,0.6079999804496765,2.9691998958587646,0.05620000138878822,0.6065000295639038,2.9690001010894775,0.05530000105500221,0.6079999804496765,2.9691998958587646,0.05620000138878822,0.6132000088691711,2.9333999156951904,0.05620000138878822,0.6065000295639038,2.9690001010894775,0.05530000105500221,0.6132000088691711,2.9333999156951904,0.05620000138878822,0.6116999983787537,2.9330999851226807,0.05530000105500221,0.6079999804496765,2.9691998958587646,0.05620000138878822,0.6087999939918518,2.9691998958587646,0.05790000036358833,0.6140000224113464,2.9335999488830566,0.05790000036358833,0.6079999804496765,2.9691998958587646,0.05620000138878822,0.6140000224113464,2.9335999488830566,0.05790000036358833,0.6132000088691711,2.9333999156951904,0.05620000138878822,0.6090999841690063,2.9693000316619873,0.06629999727010727,0.6090999841690063,2.9693000316619873,0.06109999865293503,0.6074000000953674,3.0053000450134277,0.06109999865293503,0.6090999841690063,2.9693000316619873,0.06629999727010727,0.6074000000953674,3.0053000450134277,0.06109999865293503,0.6074000000953674,3.0053000450134277,0.06629999727010727,0.614300012588501,2.9335999488830566,0.06629999727010727,0.614300012588501,2.9335999488830566,0.06109999865293503,0.6090999841690063,2.9693000316619873,0.06109999865293503,0.614300012588501,2.9335999488830566,0.06629999727010727,0.6090999841690063,2.9693000316619873,0.06109999865293503,0.6090999841690063,2.9693000316619873,0.06629999727010727,0.6090999841690063,2.9693000316619873,0.06109999865293503,0.6087999939918518,2.9691998958587646,0.05790000036358833,0.6071000099182129,3.0053000450134277,0.05790000036358833,0.6090999841690063,2.9693000316619873,0.06109999865293503,0.6071000099182129,3.0053000450134277,0.05790000036358833,0.6074000000953674,3.0053000450134277,0.06109999865293503,0.614300012588501,2.9335999488830566,0.06109999865293503,0.6140000224113464,2.9335999488830566,0.05790000036358833,0.6087999939918518,2.9691998958587646,0.05790000036358833,0.614300012588501,2.9335999488830566,0.06109999865293503,0.6087999939918518,2.9691998958587646,0.05790000036358833,0.6090999841690063,2.9693000316619873,0.06109999865293503,0.6348999738693237,2.8647000789642334,0.06629999727010727,0.6348999738693237,2.8647000789642334,0.06109999865293503,0.6229000091552734,2.8986001014709473,0.06109999865293503,0.6348999738693237,2.8647000789642334,0.06629999727010727,0.6229000091552734,2.8986001014709473,0.06109999865293503,0.6229000091552734,2.8986001014709473,0.06629999727010727,0.6348999738693237,2.8647000789642334,0.06109999865293503,0.6345999836921692,2.8645999431610107,0.05790000036358833,0.6226000189781189,2.8986001014709473,0.05790000036358833,0.6348999738693237,2.8647000789642334,0.06109999865293503,0.6226000189781189,2.8986001014709473,0.05790000036358833,0.6229000091552734,2.8986001014709473,0.06109999865293503,0.6229000091552734,2.8986001014709473,0.06629999727010727,0.6229000091552734,2.8986001014709473,0.06109999865293503,0.614300012588501,2.9335999488830566,0.06109999865293503,0.6229000091552734,2.8986001014709473,0.06629999727010727,0.614300012588501,2.9335999488830566,0.06109999865293503,0.614300012588501,2.9335999488830566,0.06629999727010727,0.6229000091552734,2.8986001014709473,0.06109999865293503,0.6226000189781189,2.8986001014709473,0.05790000036358833,0.6140000224113464,2.9335999488830566,0.05790000036358833,0.6229000091552734,2.8986001014709473,0.06109999865293503,0.6140000224113464,2.9335999488830566,0.05790000036358833,0.614300012588501,2.9335999488830566,0.06109999865293503,0.6067000031471252,3.0415000915527344,0.05530000105500221,0.608299970626831,3.041300058364868,0.05620000138878822,0.6064000129699707,3.0053000450134277,0.05620000138878822,0.6067000031471252,3.0415000915527344,0.05530000105500221,0.6064000129699707,3.0053000450134277,0.05620000138878822,0.6047999858856201,3.0053000450134277,0.05530000105500221,0.6122000217437744,3.0773000717163086,0.05530000105500221,0.6137999892234802,3.0769999027252197,0.05620000138878822,0.608299970626831,3.041300058364868,0.05620000138878822,0.6122000217437744,3.0773000717163086,0.05530000105500221,0.608299970626831,3.041300058364868,0.05620000138878822,0.6067000031471252,3.0415000915527344,0.05530000105500221,0.608299970626831,3.041300058364868,0.05620000138878822,0.6090999841690063,3.0411999225616455,0.05790000036358833,0.6071000099182129,3.0053000450134277,0.05790000036358833,0.608299970626831,3.041300058364868,0.05620000138878822,0.6071000099182129,3.0053000450134277,0.05790000036358833,0.6064000129699707,3.0053000450134277,0.05620000138878822,0.6137999892234802,3.0769999027252197,0.05620000138878822,0.6144999861717224,3.076900005340576,0.05790000036358833,0.6090999841690063,3.0411999225616455,0.05790000036358833,0.6137999892234802,3.0769999027252197,0.05620000138878822,0.6090999841690063,3.0411999225616455,0.05790000036358833,0.608299970626831,3.041300058364868,0.05620000138878822,0.6334999799728394,3.1466000080108643,0.05530000105500221,0.6348999738693237,3.1459999084472656,0.05620000138878822,0.6226999759674072,3.111999988555908,0.05620000138878822,0.6334999799728394,3.1466000080108643,0.05530000105500221,0.6226999759674072,3.111999988555908,0.05620000138878822,0.6212000250816345,3.112499952316284,0.05530000105500221,0.6348999738693237,3.1459999084472656,0.05620000138878822,0.6355999708175659,3.145699977874756,0.05790000036358833,0.6233999729156494,3.111799955368042,0.05790000036358833,0.6348999738693237,3.1459999084472656,0.05620000138878822,0.6233999729156494,3.111799955368042,0.05790000036358833,0.6226999759674072,3.111999988555908,0.05620000138878822,0.6212000250816345,3.112499952316284,0.05530000105500221,0.6226999759674072,3.111999988555908,0.05620000138878822,0.6137999892234802,3.0769999027252197,0.05620000138878822,0.6212000250816345,3.112499952316284,0.05530000105500221,0.6137999892234802,3.0769999027252197,0.05620000138878822,0.6122000217437744,3.0773000717163086,0.05530000105500221,0.6226999759674072,3.111999988555908,0.05620000138878822,0.6233999729156494,3.111799955368042,0.05790000036358833,0.6144999861717224,3.076900005340576,0.05790000036358833,0.6226999759674072,3.111999988555908,0.05620000138878822,0.6144999861717224,3.076900005340576,0.05790000036358833,0.6137999892234802,3.0769999027252197,0.05620000138878822,0.6236000061035156,3.1117000579833984,0.06629999727010727,0.6236000061035156,3.1117000579833984,0.06109999865293503,0.6358000040054321,3.1456000804901123,0.06109999865293503,0.6236000061035156,3.1117000579833984,0.06629999727010727,0.6358000040054321,3.1456000804901123,0.06109999865293503,0.6358000040054321,3.1456000804901123,0.06629999727010727,0.614799976348877,3.0768001079559326,0.06629999727010727,0.614799976348877,3.0768001079559326,0.06109999865293503,0.6236000061035156,3.1117000579833984,0.06109999865293503,0.614799976348877,3.0768001079559326,0.06629999727010727,0.6236000061035156,3.1117000579833984,0.06109999865293503,0.6236000061035156,3.1117000579833984,0.06629999727010727,0.6236000061035156,3.1117000579833984,0.06109999865293503,0.6233999729156494,3.111799955368042,0.05790000036358833,0.6355999708175659,3.145699977874756,0.05790000036358833,0.6236000061035156,3.1117000579833984,0.06109999865293503,0.6355999708175659,3.145699977874756,0.05790000036358833,0.6358000040054321,3.1456000804901123,0.06109999865293503,0.614799976348877,3.0768001079559326,0.06109999865293503,0.6144999861717224,3.076900005340576,0.05790000036358833,0.6233999729156494,3.111799955368042,0.05790000036358833,0.614799976348877,3.0768001079559326,0.06109999865293503,0.6233999729156494,3.111799955368042,0.05790000036358833,0.6236000061035156,3.1117000579833984,0.06109999865293503,0.6074000000953674,3.0053000450134277,0.06629999727010727,0.6074000000953674,3.0053000450134277,0.06109999865293503,0.6093000173568726,3.0411999225616455,0.06109999865293503,0.6074000000953674,3.0053000450134277,0.06629999727010727,0.6093000173568726,3.0411999225616455,0.06109999865293503,0.6093000173568726,3.0411999225616455,0.06629999727010727,0.6074000000953674,3.0053000450134277,0.06109999865293503,0.6071000099182129,3.0053000450134277,0.05790000036358833,0.6090999841690063,3.0411999225616455,0.05790000036358833,0.6074000000953674,3.0053000450134277,0.06109999865293503,0.6090999841690063,3.0411999225616455,0.05790000036358833,0.6093000173568726,3.0411999225616455,0.06109999865293503,0.6093000173568726,3.0411999225616455,0.06629999727010727,0.6093000173568726,3.0411999225616455,0.06109999865293503,0.614799976348877,3.0768001079559326,0.06109999865293503,0.6093000173568726,3.0411999225616455,0.06629999727010727,0.614799976348877,3.0768001079559326,0.06109999865293503,0.614799976348877,3.0768001079559326,0.06629999727010727,0.6093000173568726,3.0411999225616455,0.06109999865293503,0.6090999841690063,3.0411999225616455,0.05790000036358833,0.6144999861717224,3.076900005340576,0.05790000036358833,0.6093000173568726,3.0411999225616455,0.06109999865293503,0.6144999861717224,3.076900005340576,0.05790000036358833,0.614799976348877,3.0768001079559326,0.06109999865293503,0.6491000056266785,3.17930006980896,0.05530000105500221,0.6504999995231628,3.1786000728607178,0.05620000138878822,0.6348999738693237,3.1459999084472656,0.05620000138878822,0.6491000056266785,3.17930006980896,0.05530000105500221,0.6348999738693237,3.1459999084472656,0.05620000138878822,0.6334999799728394,3.1466000080108643,0.05530000105500221,0.667900025844574,3.2102999687194824,0.05530000105500221,0.6692000031471252,3.2095000743865967,0.05620000138878822,0.6504999995231628,3.1786000728607178,0.05620000138878822,0.667900025844574,3.2102999687194824,0.05530000105500221,0.6504999995231628,3.1786000728607178,0.05620000138878822,0.6491000056266785,3.17930006980896,0.05530000105500221,0.6504999995231628,3.1786000728607178,0.05620000138878822,0.651199996471405,3.1782000064849854,0.05790000036358833,0.6355999708175659,3.145699977874756,0.05790000036358833,0.6504999995231628,3.1786000728607178,0.05620000138878822,0.6355999708175659,3.145699977874756,0.05790000036358833,0.6348999738693237,3.1459999084472656,0.05620000138878822,0.6692000031471252,3.2095000743865967,0.05620000138878822,0.6697999835014343,3.2090001106262207,0.05790000036358833,0.651199996471405,3.1782000064849854,0.05790000036358833,0.6692000031471252,3.2095000743865967,0.05620000138878822,0.651199996471405,3.1782000064849854,0.05790000036358833,0.6504999995231628,3.1786000728607178,0.05620000138878822,0.7139999866485596,3.266200065612793,0.05530000105500221,0.7150999903678894,3.2651000022888184,0.05620000138878822,0.6908000111579895,3.2383999824523926,0.05620000138878822,0.7139999866485596,3.266200065612793,0.05530000105500221,0.6908000111579895,3.2383999824523926,0.05620000138878822,0.6895999908447266,3.2393999099731445,0.05530000105500221,0.7150999903678894,3.2651000022888184,0.05620000138878822,0.7156999707221985,3.2644999027252197,0.05790000036358833,0.6913999915122986,3.2379000186920166,0.05790000036358833,0.7150999903678894,3.2651000022888184,0.05620000138878822,0.6913999915122986,3.2379000186920166,0.05790000036358833,0.6908000111579895,3.2383999824523926,0.05620000138878822,0.6895999908447266,3.2393999099731445,0.05530000105500221,0.6908000111579895,3.2383999824523926,0.05620000138878822,0.6692000031471252,3.2095000743865967,0.05620000138878822,0.6895999908447266,3.2393999099731445,0.05530000105500221,0.6692000031471252,3.2095000743865967,0.05620000138878822,0.667900025844574,3.2102999687194824,0.05530000105500221,0.6908000111579895,3.2383999824523926,0.05620000138878822,0.6913999915122986,3.2379000186920166,0.05790000036358833,0.6697999835014343,3.2090001106262207,0.05790000036358833,0.6908000111579895,3.2383999824523926,0.05620000138878822,0.6697999835014343,3.2090001106262207,0.05790000036358833,0.6692000031471252,3.2095000743865967,0.05620000138878822,0.6916000247001648,3.237799882888794,0.06629999727010727,0.6916000247001648,3.237799882888794,0.06109999865293503,0.7157999873161316,3.264400005340576,0.06109999865293503,0.6916000247001648,3.237799882888794,0.06629999727010727,0.7157999873161316,3.264400005340576,0.06109999865293503,0.7157999873161316,3.264400005340576,0.06629999727010727,0.6700000166893005,3.208899974822998,0.06629999727010727,0.6700000166893005,3.208899974822998,0.06109999865293503,0.6916000247001648,3.237799882888794,0.06109999865293503,0.6700000166893005,3.208899974822998,0.06629999727010727,0.6916000247001648,3.237799882888794,0.06109999865293503,0.6916000247001648,3.237799882888794,0.06629999727010727,0.6916000247001648,3.237799882888794,0.06109999865293503,0.6913999915122986,3.2379000186920166,0.05790000036358833,0.7156999707221985,3.2644999027252197,0.05790000036358833,0.6916000247001648,3.237799882888794,0.06109999865293503,0.7156999707221985,3.2644999027252197,0.05790000036358833,0.7157999873161316,3.264400005340576,0.06109999865293503,0.6700000166893005,3.208899974822998,0.06109999865293503,0.6697999835014343,3.2090001106262207,0.05790000036358833,0.6913999915122986,3.2379000186920166,0.05790000036358833,0.6700000166893005,3.208899974822998,0.06109999865293503,0.6913999915122986,3.2379000186920166,0.05790000036358833,0.6916000247001648,3.237799882888794,0.06109999865293503,0.6358000040054321,3.1456000804901123,0.06629999727010727,0.6358000040054321,3.1456000804901123,0.06109999865293503,0.6514000296592712,3.178100109100342,0.06109999865293503,0.6358000040054321,3.1456000804901123,0.06629999727010727,0.6514000296592712,3.178100109100342,0.06109999865293503,0.6514000296592712,3.178100109100342,0.06629999727010727,0.6358000040054321,3.1456000804901123,0.06109999865293503,0.6355999708175659,3.145699977874756,0.05790000036358833,0.651199996471405,3.1782000064849854,0.05790000036358833,0.6358000040054321,3.1456000804901123,0.06109999865293503,0.651199996471405,3.1782000064849854,0.05790000036358833,0.6514000296592712,3.178100109100342,0.06109999865293503,0.6514000296592712,3.178100109100342,0.06629999727010727,0.6514000296592712,3.178100109100342,0.06109999865293503,0.6700000166893005,3.208899974822998,0.06109999865293503,0.6514000296592712,3.178100109100342,0.06629999727010727,0.6700000166893005,3.208899974822998,0.06109999865293503,0.6700000166893005,3.208899974822998,0.06629999727010727,0.6514000296592712,3.178100109100342,0.06109999865293503,0.651199996471405,3.1782000064849854,0.05790000036358833,0.6697999835014343,3.2090001106262207,0.05790000036358833,0.6514000296592712,3.178100109100342,0.06109999865293503,0.6697999835014343,3.2090001106262207,0.05790000036358833,0.6700000166893005,3.208899974822998,0.06109999865293503,0.7409999966621399,3.2904000282287598,0.05530000105500221,0.7419999837875366,3.289299964904785,0.05620000138878822,0.7150999903678894,3.2651000022888184,0.05620000138878822,0.7409999966621399,3.2904000282287598,0.05530000105500221,0.7150999903678894,3.2651000022888184,0.05620000138878822,0.7139999866485596,3.266200065612793,0.05530000105500221,0.7702000141143799,3.312000036239624,0.05530000105500221,0.7710000276565552,3.310699939727783,0.05620000138878822,0.7419999837875366,3.289299964904785,0.05620000138878822,0.7702000141143799,3.312000036239624,0.05530000105500221,0.7419999837875366,3.289299964904785,0.05620000138878822,0.7409999966621399,3.2904000282287598,0.05530000105500221,0.7419999837875366,3.289299964904785,0.05620000138878822,0.7425000071525574,3.2887001037597656,0.05790000036358833,0.7156999707221985,3.2644999027252197,0.05790000036358833,0.7419999837875366,3.289299964904785,0.05620000138878822,0.7156999707221985,3.2644999027252197,0.05790000036358833,0.7150999903678894,3.2651000022888184,0.05620000138878822,0.7710000276565552,3.310699939727783,0.05620000138878822,0.7714999914169312,3.309999942779541,0.05790000036358833,0.7425000071525574,3.2887001037597656,0.05790000036358833,0.7710000276565552,3.310699939727783,0.05620000138878822,0.7425000071525574,3.2887001037597656,0.05790000036358833,0.7419999837875366,3.289299964904785,0.05620000138878822,0.8342000246047974,3.345900058746338,0.05530000105500221,0.8348000049591064,3.3445000648498535,0.05620000138878822,0.8021000027656555,3.3290998935699463,0.05620000138878822,0.8342000246047974,3.345900058746338,0.05530000105500221,0.8021000027656555,3.3290998935699463,0.05620000138878822,0.8014000058174133,3.3304998874664307,0.05530000105500221,0.8348000049591064,3.3445000648498535,0.05620000138878822,0.835099995136261,3.3438000679016113,0.05790000036358833,0.8025000095367432,3.328399896621704,0.05790000036358833,0.8348000049591064,3.3445000648498535,0.05620000138878822,0.8025000095367432,3.328399896621704,0.05790000036358833,0.8021000027656555,3.3290998935699463,0.05620000138878822,0.8014000058174133,3.3304998874664307,0.05530000105500221,0.8021000027656555,3.3290998935699463,0.05620000138878822,0.7710000276565552,3.310699939727783,0.05620000138878822,0.8014000058174133,3.3304998874664307,0.05530000105500221,0.7710000276565552,3.310699939727783,0.05620000138878822,0.7702000141143799,3.312000036239624,0.05530000105500221,0.8021000027656555,3.3290998935699463,0.05620000138878822,0.8025000095367432,3.328399896621704,0.05790000036358833,0.7714999914169312,3.309999942779541,0.05790000036358833,0.8021000027656555,3.3290998935699463,0.05620000138878822,0.7714999914169312,3.309999942779541,0.05790000036358833,0.7710000276565552,3.310699939727783,0.05620000138878822,0.8026000261306763,3.328200101852417,0.06629999727010727,0.8026000261306763,3.328200101852417,0.06109999865293503,0.8352000117301941,3.3434998989105225,0.06109999865293503,0.8026000261306763,3.328200101852417,0.06629999727010727,0.8352000117301941,3.3434998989105225,0.06109999865293503,0.8352000117301941,3.3434998989105225,0.06629999727010727,0.7716000080108643,3.309799909591675,0.06629999727010727,0.7716000080108643,3.309799909591675,0.06109999865293503,0.8026000261306763,3.328200101852417,0.06109999865293503,0.7716000080108643,3.309799909591675,0.06629999727010727,0.8026000261306763,3.328200101852417,0.06109999865293503,0.8026000261306763,3.328200101852417,0.06629999727010727,0.8026000261306763,3.328200101852417,0.06109999865293503,0.8025000095367432,3.328399896621704,0.05790000036358833,0.835099995136261,3.3438000679016113,0.05790000036358833,0.8026000261306763,3.328200101852417,0.06109999865293503,0.835099995136261,3.3438000679016113,0.05790000036358833,0.8352000117301941,3.3434998989105225,0.06109999865293503,0.7716000080108643,3.309799909591675,0.06109999865293503,0.7714999914169312,3.309999942779541,0.05790000036358833,0.8025000095367432,3.328399896621704,0.05790000036358833,0.7716000080108643,3.309799909591675,0.06109999865293503,0.8025000095367432,3.328399896621704,0.05790000036358833,0.8026000261306763,3.328200101852417,0.06109999865293503,0.7157999873161316,3.264400005340576,0.06629999727010727,0.7157999873161316,3.264400005340576,0.06109999865293503,0.7426000237464905,3.2885000705718994,0.06109999865293503,0.7157999873161316,3.264400005340576,0.06629999727010727,0.7426000237464905,3.2885000705718994,0.06109999865293503,0.7426000237464905,3.2885000705718994,0.06629999727010727,0.7157999873161316,3.264400005340576,0.06109999865293503,0.7156999707221985,3.2644999027252197,0.05790000036358833,0.7425000071525574,3.2887001037597656,0.05790000036358833,0.7157999873161316,3.264400005340576,0.06109999865293503,0.7425000071525574,3.2887001037597656,0.05790000036358833,0.7426000237464905,3.2885000705718994,0.06109999865293503,0.7426000237464905,3.2885000705718994,0.06629999727010727,0.7426000237464905,3.2885000705718994,0.06109999865293503,0.7716000080108643,3.309799909591675,0.06109999865293503,0.7426000237464905,3.2885000705718994,0.06629999727010727,0.7716000080108643,3.309799909591675,0.06109999865293503,0.7716000080108643,3.309799909591675,0.06629999727010727,0.7426000237464905,3.2885000705718994,0.06109999865293503,0.7425000071525574,3.2887001037597656,0.05790000036358833,0.7714999914169312,3.309999942779541,0.05790000036358833,0.7426000237464905,3.2885000705718994,0.06109999865293503,0.7714999914169312,3.309999942779541,0.05790000036358833,0.7716000080108643,3.309799909591675,0.06109999865293503,0.868399977684021,3.3580000400543213,0.05530000105500221,0.8687999844551086,3.3564999103546143,0.05620000138878822,0.8348000049591064,3.3445000648498535,0.05620000138878822,0.868399977684021,3.3580000400543213,0.05530000105500221,0.8348000049591064,3.3445000648498535,0.05620000138878822,0.8342000246047974,3.345900058746338,0.05530000105500221,0.9035999774932861,3.3666999340057373,0.05530000105500221,0.9039000272750854,3.3650999069213867,0.05620000138878822,0.8687999844551086,3.3564999103546143,0.05620000138878822,0.9035999774932861,3.3666999340057373,0.05530000105500221,0.8687999844551086,3.3564999103546143,0.05620000138878822,0.868399977684021,3.3580000400543213,0.05530000105500221,0.8687999844551086,3.3564999103546143,0.05620000138878822,0.8690999746322632,3.355799913406372,0.05790000036358833,0.835099995136261,3.3438000679016113,0.05790000036358833,0.8687999844551086,3.3564999103546143,0.05620000138878822,0.835099995136261,3.3438000679016113,0.05790000036358833,0.8348000049591064,3.3445000648498535,0.05620000138878822,0.9039000272750854,3.3650999069213867,0.05620000138878822,0.9041000008583069,3.3643999099731445,0.05790000036358833,0.8690999746322632,3.355799913406372,0.05790000036358833,0.9039000272750854,3.3650999069213867,0.05620000138878822,0.8690999746322632,3.355799913406372,0.05790000036358833,0.8687999844551086,3.3564999103546143,0.05620000138878822,0.9757000207901001,3.373500108718872,0.05530000105500221,0.9757000207901001,3.371999979019165,0.05620000138878822,0.9395999908447266,3.370300054550171,0.05620000138878822,0.9757000207901001,3.373500108718872,0.05530000105500221,0.9395999908447266,3.370300054550171,0.05620000138878822,0.9394999742507935,3.3719000816345215,0.05530000105500221,0.9757000207901001,3.371999979019165,0.05620000138878822,0.9757000207901001,3.3712000846862793,0.05790000036358833,0.9397000074386597,3.3696000576019287,0.05790000036358833,0.9757000207901001,3.371999979019165,0.05620000138878822,0.9397000074386597,3.3696000576019287,0.05790000036358833,0.9395999908447266,3.370300054550171,0.05620000138878822,0.9394999742507935,3.3719000816345215,0.05530000105500221,0.9395999908447266,3.370300054550171,0.05620000138878822,0.9039000272750854,3.3650999069213867,0.05620000138878822,0.9394999742507935,3.3719000816345215,0.05530000105500221,0.9039000272750854,3.3650999069213867,0.05620000138878822,0.9035999774932861,3.3666999340057373,0.05530000105500221,0.9395999908447266,3.370300054550171,0.05620000138878822,0.9397000074386597,3.3696000576019287,0.05790000036358833,0.9041000008583069,3.3643999099731445,0.05790000036358833,0.9395999908447266,3.370300054550171,0.05620000138878822,0.9041000008583069,3.3643999099731445,0.05790000036358833,0.9039000272750854,3.3650999069213867,0.05620000138878822,0.9398000240325928,3.36929988861084,0.06629999727010727,0.9398000240325928,3.36929988861084,0.06109999865293503,0.9757000207901001,3.371000051498413,0.06109999865293503,0.9398000240325928,3.36929988861084,0.06629999727010727,0.9757000207901001,3.371000051498413,0.06109999865293503,0.9757000207901001,3.371000051498413,0.06629999727010727,0.9041000008583069,3.3640999794006348,0.06629999727010727,0.9041000008583069,3.3640999794006348,0.06109999865293503,0.9398000240325928,3.36929988861084,0.06109999865293503,0.9041000008583069,3.3640999794006348,0.06629999727010727,0.9398000240325928,3.36929988861084,0.06109999865293503,0.9398000240325928,3.36929988861084,0.06629999727010727,0.9398000240325928,3.36929988861084,0.06109999865293503,0.9397000074386597,3.3696000576019287,0.05790000036358833,0.9757000207901001,3.3712000846862793,0.05790000036358833,0.9398000240325928,3.36929988861084,0.06109999865293503,0.9757000207901001,3.3712000846862793,0.05790000036358833,0.9757000207901001,3.371000051498413,0.06109999865293503,0.9041000008583069,3.3640999794006348,0.06109999865293503,0.9041000008583069,3.3643999099731445,0.05790000036358833,0.9397000074386597,3.3696000576019287,0.05790000036358833,0.9041000008583069,3.3640999794006348,0.06109999865293503,0.9397000074386597,3.3696000576019287,0.05790000036358833,0.9398000240325928,3.36929988861084,0.06109999865293503,0.8352000117301941,3.3434998989105225,0.06629999727010727,0.8352000117301941,3.3434998989105225,0.06109999865293503,0.8690999746322632,3.3554999828338623,0.06109999865293503,0.8352000117301941,3.3434998989105225,0.06629999727010727,0.8690999746322632,3.3554999828338623,0.06109999865293503,0.8690999746322632,3.3554999828338623,0.06629999727010727,0.8352000117301941,3.3434998989105225,0.06109999865293503,0.835099995136261,3.3438000679016113,0.05790000036358833,0.8690999746322632,3.355799913406372,0.05790000036358833,0.8352000117301941,3.3434998989105225,0.06109999865293503,0.8690999746322632,3.355799913406372,0.05790000036358833,0.8690999746322632,3.3554999828338623,0.06109999865293503,0.8690999746322632,3.3554999828338623,0.06629999727010727,0.8690999746322632,3.3554999828338623,0.06109999865293503,0.9041000008583069,3.3640999794006348,0.06109999865293503,0.8690999746322632,3.3554999828338623,0.06629999727010727,0.9041000008583069,3.3640999794006348,0.06109999865293503,0.9041000008583069,3.3640999794006348,0.06629999727010727,0.8690999746322632,3.3554999828338623,0.06109999865293503,0.8690999746322632,3.355799913406372,0.05790000036358833,0.9041000008583069,3.3643999099731445,0.05790000036358833,0.8690999746322632,3.3554999828338623,0.06109999865293503,0.9041000008583069,3.3643999099731445,0.05790000036358833,0.9041000008583069,3.3640999794006348,0.06109999865293503,1.0118999481201172,3.3715999126434326,0.05530000105500221,1.0118000507354736,3.3701000213623047,0.05620000138878822,0.9757000207901001,3.371999979019165,0.05620000138878822,1.0118999481201172,3.3715999126434326,0.05530000105500221,0.9757000207901001,3.371999979019165,0.05620000138878822,0.9757000207901001,3.373500108718872,0.05530000105500221,1.0477999448776245,3.3661999702453613,0.05530000105500221,1.0475000143051147,3.3645999431610107,0.05620000138878822,1.0118000507354736,3.3701000213623047,0.05620000138878822,1.0477999448776245,3.3661999702453613,0.05530000105500221,1.0118000507354736,3.3701000213623047,0.05620000138878822,1.0118999481201172,3.3715999126434326,0.05530000105500221,1.0118000507354736,3.3701000213623047,0.05620000138878822,1.0117000341415405,3.36929988861084,0.05790000036358833,0.9757000207901001,3.3712000846862793,0.05790000036358833,1.0118000507354736,3.3701000213623047,0.05620000138878822,0.9757000207901001,3.3712000846862793,0.05790000036358833,0.9757000207901001,3.371999979019165,0.05620000138878822,1.0475000143051147,3.3645999431610107,0.05620000138878822,1.0472999811172485,3.3638999462127686,0.05790000036358833,1.0117000341415405,3.36929988861084,0.05790000036358833,1.0475000143051147,3.3645999431610107,0.05620000138878822,1.0117000341415405,3.36929988861084,0.05790000036358833,1.0118000507354736,3.3701000213623047,0.05620000138878822,1.1171000003814697,3.344899892807007,0.05530000105500221,1.1165000200271606,3.3434998989105225,0.05620000138878822,1.0824999809265137,3.3557000160217285,0.05620000138878822,1.1171000003814697,3.344899892807007,0.05530000105500221,1.0824999809265137,3.3557000160217285,0.05620000138878822,1.082900047302246,3.3571999073028564,0.05530000105500221,1.1165000200271606,3.3434998989105225,0.05620000138878822,1.1161999702453613,3.3427999019622803,0.05790000036358833,1.0822999477386475,3.3550000190734863,0.05790000036358833,1.1165000200271606,3.3434998989105225,0.05620000138878822,1.0822999477386475,3.3550000190734863,0.05790000036358833,1.0824999809265137,3.3557000160217285,0.05620000138878822,1.082900047302246,3.3571999073028564,0.05530000105500221,1.0824999809265137,3.3557000160217285,0.05620000138878822,1.0475000143051147,3.3645999431610107,0.05620000138878822,1.082900047302246,3.3571999073028564,0.05530000105500221,1.0475000143051147,3.3645999431610107,0.05620000138878822,1.0477999448776245,3.3661999702453613,0.05530000105500221,1.0824999809265137,3.3557000160217285,0.05620000138878822,1.0822999477386475,3.3550000190734863,0.05790000036358833,1.0472999811172485,3.3638999462127686,0.05790000036358833,1.0824999809265137,3.3557000160217285,0.05620000138878822,1.0472999811172485,3.3638999462127686,0.05790000036358833,1.0475000143051147,3.3645999431610107,0.05620000138878822,1.082200050354004,3.35479998588562,0.06629999727010727,1.082200050354004,3.35479998588562,0.06109999865293503,1.1160999536514282,3.3424999713897705,0.06109999865293503,1.082200050354004,3.35479998588562,0.06629999727010727,1.1160999536514282,3.3424999713897705,0.06109999865293503,1.1160999536514282,3.3424999713897705,0.06629999727010727,1.0472999811172485,3.363600015640259,0.06629999727010727,1.0472999811172485,3.363600015640259,0.06109999865293503,1.082200050354004,3.35479998588562,0.06109999865293503,1.0472999811172485,3.363600015640259,0.06629999727010727,1.082200050354004,3.35479998588562,0.06109999865293503,1.082200050354004,3.35479998588562,0.06629999727010727,1.082200050354004,3.35479998588562,0.06109999865293503,1.0822999477386475,3.3550000190734863,0.05790000036358833,1.1161999702453613,3.3427999019622803,0.05790000036358833,1.082200050354004,3.35479998588562,0.06109999865293503,1.1161999702453613,3.3427999019622803,0.05790000036358833,1.1160999536514282,3.3424999713897705,0.06109999865293503,1.0472999811172485,3.363600015640259,0.06109999865293503,1.0472999811172485,3.3638999462127686,0.05790000036358833,1.0822999477386475,3.3550000190734863,0.05790000036358833,1.0472999811172485,3.363600015640259,0.06109999865293503,1.0822999477386475,3.3550000190734863,0.05790000036358833,1.082200050354004,3.35479998588562,0.06109999865293503,0.9757000207901001,3.371000051498413,0.06629999727010727,0.9757000207901001,3.371000051498413,0.06109999865293503,1.0117000341415405,3.36899995803833,0.06109999865293503,0.9757000207901001,3.371000051498413,0.06629999727010727,1.0117000341415405,3.36899995803833,0.06109999865293503,1.0117000341415405,3.36899995803833,0.06629999727010727,0.9757000207901001,3.371000051498413,0.06109999865293503,0.9757000207901001,3.3712000846862793,0.05790000036358833,1.0117000341415405,3.36929988861084,0.05790000036358833,0.9757000207901001,3.371000051498413,0.06109999865293503,1.0117000341415405,3.36929988861084,0.05790000036358833,1.0117000341415405,3.36899995803833,0.06109999865293503,1.0117000341415405,3.36899995803833,0.06629999727010727,1.0117000341415405,3.36899995803833,0.06109999865293503,1.0472999811172485,3.363600015640259,0.06109999865293503,1.0117000341415405,3.36899995803833,0.06629999727010727,1.0472999811172485,3.363600015640259,0.06109999865293503,1.0472999811172485,3.363600015640259,0.06629999727010727,1.0117000341415405,3.36899995803833,0.06109999865293503,1.0117000341415405,3.36929988861084,0.05790000036358833,1.0472999811172485,3.3638999462127686,0.05790000036358833,1.0117000341415405,3.36899995803833,0.06109999865293503,1.0472999811172485,3.3638999462127686,0.05790000036358833,1.0472999811172485,3.363600015640259,0.06109999865293503,1.1497999429702759,3.3292999267578125,0.05530000105500221,1.1490000486373901,3.327899932861328,0.05620000138878822,1.1165000200271606,3.3434998989105225,0.05620000138878822,1.1497999429702759,3.3292999267578125,0.05530000105500221,1.1165000200271606,3.3434998989105225,0.05620000138878822,1.1171000003814697,3.344899892807007,0.05530000105500221,1.180799961090088,3.310499906539917,0.05530000105500221,1.1799999475479126,3.3092000484466553,0.05620000138878822,1.1490000486373901,3.327899932861328,0.05620000138878822,1.180799961090088,3.310499906539917,0.05530000105500221,1.1490000486373901,3.327899932861328,0.05620000138878822,1.1497999429702759,3.3292999267578125,0.05530000105500221,1.1490000486373901,3.327899932861328,0.05620000138878822,1.1486999988555908,3.327199935913086,0.05790000036358833,1.1161999702453613,3.3427999019622803,0.05790000036358833,1.1490000486373901,3.327899932861328,0.05620000138878822,1.1161999702453613,3.3427999019622803,0.05790000036358833,1.1165000200271606,3.3434998989105225,0.05620000138878822,1.1799999475479126,3.3092000484466553,0.05620000138878822,1.1794999837875366,3.3085999488830566,0.05790000036358833,1.1486999988555908,3.327199935913086,0.05790000036358833,1.1799999475479126,3.3092000484466553,0.05620000138878822,1.1486999988555908,3.327199935913086,0.05790000036358833,1.1490000486373901,3.327899932861328,0.05620000138878822,1.2367000579833984,3.264400005340576,0.05530000105500221,1.2355999946594238,3.2632999420166016,0.05620000138878822,1.208899974822998,3.287600040435791,0.05620000138878822,1.2367000579833984,3.264400005340576,0.05530000105500221,1.208899974822998,3.287600040435791,0.05620000138878822,1.2099000215530396,3.288800001144409,0.05530000105500221,1.2355999946594238,3.2632999420166016,0.05620000138878822,1.2350000143051147,3.262700080871582,0.05790000036358833,1.208400011062622,3.2869999408721924,0.05790000036358833,1.2355999946594238,3.2632999420166016,0.05620000138878822,1.208400011062622,3.2869999408721924,0.05790000036358833,1.208899974822998,3.287600040435791,0.05620000138878822,1.2099000215530396,3.288800001144409,0.05530000105500221,1.208899974822998,3.287600040435791,0.05620000138878822,1.1799999475479126,3.3092000484466553,0.05620000138878822,1.2099000215530396,3.288800001144409,0.05530000105500221,1.1799999475479126,3.3092000484466553,0.05620000138878822,1.180799961090088,3.310499906539917,0.05530000105500221,1.208899974822998,3.287600040435791,0.05620000138878822,1.208400011062622,3.2869999408721924,0.05790000036358833,1.1794999837875366,3.3085999488830566,0.05790000036358833,1.208899974822998,3.287600040435791,0.05620000138878822,1.1794999837875366,3.3085999488830566,0.05790000036358833,1.1799999475479126,3.3092000484466553,0.05620000138878822,1.2081999778747559,3.286799907684326,0.06629999727010727,1.2081999778747559,3.286799907684326,0.06109999865293503,1.2348999977111816,3.2625999450683594,0.06109999865293503,1.2081999778747559,3.286799907684326,0.06629999727010727,1.2348999977111816,3.2625999450683594,0.06109999865293503,1.2348999977111816,3.2625999450683594,0.06629999727010727,1.1793999671936035,3.308300018310547,0.06629999727010727,1.1793999671936035,3.308300018310547,0.06109999865293503,1.2081999778747559,3.286799907684326,0.06109999865293503,1.1793999671936035,3.308300018310547,0.06629999727010727,1.2081999778747559,3.286799907684326,0.06109999865293503,1.2081999778747559,3.286799907684326,0.06629999727010727,1.2081999778747559,3.286799907684326,0.06109999865293503,1.208400011062622,3.2869999408721924,0.05790000036358833,1.2350000143051147,3.262700080871582,0.05790000036358833,1.2081999778747559,3.286799907684326,0.06109999865293503,1.2350000143051147,3.262700080871582,0.05790000036358833,1.2348999977111816,3.2625999450683594,0.06109999865293503,1.1793999671936035,3.308300018310547,0.06109999865293503,1.1794999837875366,3.3085999488830566,0.05790000036358833,1.208400011062622,3.2869999408721924,0.05790000036358833,1.1793999671936035,3.308300018310547,0.06109999865293503,1.208400011062622,3.2869999408721924,0.05790000036358833,1.2081999778747559,3.286799907684326,0.06109999865293503,1.1160999536514282,3.3424999713897705,0.06629999727010727,1.1160999536514282,3.3424999713897705,0.06109999865293503,1.1485999822616577,3.3269999027252197,0.06109999865293503,1.1160999536514282,3.3424999713897705,0.06629999727010727,1.1485999822616577,3.3269999027252197,0.06109999865293503,1.1485999822616577,3.3269999027252197,0.06629999727010727,1.1160999536514282,3.3424999713897705,0.06109999865293503,1.1161999702453613,3.3427999019622803,0.05790000036358833,1.1486999988555908,3.327199935913086,0.05790000036358833,1.1160999536514282,3.3424999713897705,0.06109999865293503,1.1486999988555908,3.327199935913086,0.05790000036358833,1.1485999822616577,3.3269999027252197,0.06109999865293503,1.1485999822616577,3.3269999027252197,0.06629999727010727,1.1485999822616577,3.3269999027252197,0.06109999865293503,1.1793999671936035,3.308300018310547,0.06109999865293503,1.1485999822616577,3.3269999027252197,0.06629999727010727,1.1793999671936035,3.308300018310547,0.06109999865293503,1.1793999671936035,3.308300018310547,0.06629999727010727,1.1485999822616577,3.3269999027252197,0.06109999865293503,1.1486999988555908,3.327199935913086,0.05790000036358833,1.1794999837875366,3.3085999488830566,0.05790000036358833,1.1485999822616577,3.3269999027252197,0.06109999865293503,1.1794999837875366,3.3085999488830566,0.05790000036358833,1.1793999671936035,3.308300018310547,0.06109999865293503,1.2609000205993652,3.2374000549316406,0.05530000105500221,1.2596999406814575,3.2363998889923096,0.05620000138878822,1.2355999946594238,3.2632999420166016,0.05620000138878822,1.2609000205993652,3.2374000549316406,0.05530000105500221,1.2355999946594238,3.2632999420166016,0.05620000138878822,1.2367000579833984,3.264400005340576,0.05530000105500221,1.2824000120162964,3.208199977874756,0.05530000105500221,1.2811000347137451,3.2072999477386475,0.05620000138878822,1.2596999406814575,3.2363998889923096,0.05620000138878822,1.2824000120162964,3.208199977874756,0.05530000105500221,1.2596999406814575,3.2363998889923096,0.05620000138878822,1.2609000205993652,3.2374000549316406,0.05530000105500221,1.2596999406814575,3.2363998889923096,0.05620000138878822,1.2590999603271484,3.2358999252319336,0.05790000036358833,1.2350000143051147,3.262700080871582,0.05790000036358833,1.2596999406814575,3.2363998889923096,0.05620000138878822,1.2350000143051147,3.262700080871582,0.05790000036358833,1.2355999946594238,3.2632999420166016,0.05620000138878822,1.2811000347137451,3.2072999477386475,0.05620000138878822,1.280500054359436,3.206899881362915,0.05790000036358833,1.2590999603271484,3.2358999252319336,0.05790000036358833,1.2811000347137451,3.2072999477386475,0.05620000138878822,1.2590999603271484,3.2358999252319336,0.05790000036358833,1.2596999406814575,3.2363998889923096,0.05620000138878822,1.3164000511169434,3.144200086593628,0.05530000105500221,1.315000057220459,3.1435999870300293,0.05620000138878822,1.2996000051498413,3.176300048828125,0.05620000138878822,1.3164000511169434,3.144200086593628,0.05530000105500221,1.2996000051498413,3.176300048828125,0.05620000138878822,1.3009999990463257,3.177000045776367,0.05530000105500221,1.315000057220459,3.1435999870300293,0.05620000138878822,1.3142000436782837,3.1433000564575195,0.05790000036358833,1.2989000082015991,3.1758999824523926,0.05790000036358833,1.315000057220459,3.1435999870300293,0.05620000138878822,1.2989000082015991,3.1758999824523926,0.05790000036358833,1.2996000051498413,3.176300048828125,0.05620000138878822,1.3009999990463257,3.177000045776367,0.05530000105500221,1.2996000051498413,3.176300048828125,0.05620000138878822,1.2811000347137451,3.2072999477386475,0.05620000138878822,1.3009999990463257,3.177000045776367,0.05530000105500221,1.2811000347137451,3.2072999477386475,0.05620000138878822,1.2824000120162964,3.208199977874756,0.05530000105500221,1.2996000051498413,3.176300048828125,0.05620000138878822,1.2989000082015991,3.1758999824523926,0.05790000036358833,1.280500054359436,3.206899881362915,0.05790000036358833,1.2996000051498413,3.176300048828125,0.05620000138878822,1.280500054359436,3.206899881362915,0.05790000036358833,1.2811000347137451,3.2072999477386475,0.05620000138878822,1.298699975013733,3.175800085067749,0.06629999727010727,1.298699975013733,3.175800085067749,0.06109999865293503,1.3140000104904175,3.143199920654297,0.06109999865293503,1.298699975013733,3.175800085067749,0.06629999727010727,1.3140000104904175,3.143199920654297,0.06109999865293503,1.3140000104904175,3.143199920654297,0.06629999727010727,1.2803000211715698,3.206700086593628,0.06629999727010727,1.2803000211715698,3.206700086593628,0.06109999865293503,1.298699975013733,3.175800085067749,0.06109999865293503,1.2803000211715698,3.206700086593628,0.06629999727010727,1.298699975013733,3.175800085067749,0.06109999865293503,1.298699975013733,3.175800085067749,0.06629999727010727,1.298699975013733,3.175800085067749,0.06109999865293503,1.2989000082015991,3.1758999824523926,0.05790000036358833,1.3142000436782837,3.1433000564575195,0.05790000036358833,1.298699975013733,3.175800085067749,0.06109999865293503,1.3142000436782837,3.1433000564575195,0.05790000036358833,1.3140000104904175,3.143199920654297,0.06109999865293503,1.2803000211715698,3.206700086593628,0.06109999865293503,1.280500054359436,3.206899881362915,0.05790000036358833,1.2989000082015991,3.1758999824523926,0.05790000036358833,1.2803000211715698,3.206700086593628,0.06109999865293503,1.2989000082015991,3.1758999824523926,0.05790000036358833,1.298699975013733,3.175800085067749,0.06109999865293503,1.2348999977111816,3.2625999450683594,0.06629999727010727,1.2348999977111816,3.2625999450683594,0.06109999865293503,1.2589000463485718,3.23580002784729,0.06109999865293503,1.2348999977111816,3.2625999450683594,0.06629999727010727,1.2589000463485718,3.23580002784729,0.06109999865293503,1.2589000463485718,3.23580002784729,0.06629999727010727,1.2348999977111816,3.2625999450683594,0.06109999865293503,1.2350000143051147,3.262700080871582,0.05790000036358833,1.2590999603271484,3.2358999252319336,0.05790000036358833,1.2348999977111816,3.2625999450683594,0.06109999865293503,1.2590999603271484,3.2358999252319336,0.05790000036358833,1.2589000463485718,3.23580002784729,0.06109999865293503,1.2589000463485718,3.23580002784729,0.06629999727010727,1.2589000463485718,3.23580002784729,0.06109999865293503,1.2803000211715698,3.206700086593628,0.06109999865293503,1.2589000463485718,3.23580002784729,0.06629999727010727,1.2803000211715698,3.206700086593628,0.06109999865293503,1.2803000211715698,3.206700086593628,0.06629999727010727,1.2589000463485718,3.23580002784729,0.06109999865293503,1.2590999603271484,3.2358999252319336,0.05790000036358833,1.280500054359436,3.206899881362915,0.05790000036358833,1.2589000463485718,3.23580002784729,0.06109999865293503,1.280500054359436,3.206899881362915,0.05790000036358833,1.2803000211715698,3.206700086593628,0.06109999865293503,1.3285000324249268,3.109999895095825,0.05530000105500221,1.3270000219345093,3.109499931335449,0.05620000138878822,1.315000057220459,3.1435999870300293,0.05620000138878822,1.3285000324249268,3.109999895095825,0.05530000105500221,1.315000057220459,3.1435999870300293,0.05620000138878822,1.3164000511169434,3.144200086593628,0.05530000105500221,1.3372000455856323,3.0748000144958496,0.05530000105500221,1.3356000185012817,3.07450008392334,0.05620000138878822,1.3270000219345093,3.109499931335449,0.05620000138878822,1.3372000455856323,3.0748000144958496,0.05530000105500221,1.3270000219345093,3.109499931335449,0.05620000138878822,1.3285000324249268,3.109999895095825,0.05530000105500221,1.3270000219345093,3.109499931335449,0.05620000138878822,1.326200008392334,3.109299898147583,0.05790000036358833,1.3142000436782837,3.1433000564575195,0.05790000036358833,1.3270000219345093,3.109499931335449,0.05620000138878822,1.3142000436782837,3.1433000564575195,0.05790000036358833,1.315000057220459,3.1435999870300293,0.05620000138878822,1.3356000185012817,3.07450008392334,0.05620000138878822,1.3349000215530396,3.0743000507354736,0.05790000036358833,1.326200008392334,3.109299898147583,0.05790000036358833,1.3356000185012817,3.07450008392334,0.05620000138878822,1.326200008392334,3.109299898147583,0.05790000036358833,1.3270000219345093,3.109499931335449,0.05620000138878822,1.343999981880188,3.002700090408325,0.05530000105500221,1.3424999713897705,3.002700090408325,0.05620000138878822,1.3408000469207764,3.0387001037597656,0.05620000138878822,1.343999981880188,3.002700090408325,0.05530000105500221,1.3408000469207764,3.0387001037597656,0.05620000138878822,1.3423999547958374,3.0388998985290527,0.05530000105500221,1.3424999713897705,3.002700090408325,0.05620000138878822,1.3416999578475952,3.002700090408325,0.05790000036358833,1.340000033378601,3.0387001037597656,0.05790000036358833,1.3424999713897705,3.002700090408325,0.05620000138878822,1.340000033378601,3.0387001037597656,0.05790000036358833,1.3408000469207764,3.0387001037597656,0.05620000138878822,1.3423999547958374,3.0388998985290527,0.05530000105500221,1.3408000469207764,3.0387001037597656,0.05620000138878822,1.3356000185012817,3.07450008392334,0.05620000138878822,1.3423999547958374,3.0388998985290527,0.05530000105500221,1.3356000185012817,3.07450008392334,0.05620000138878822,1.3372000455856323,3.0748000144958496,0.05530000105500221,1.3408000469207764,3.0387001037597656,0.05620000138878822,1.340000033378601,3.0387001037597656,0.05790000036358833,1.3349000215530396,3.0743000507354736,0.05790000036358833,1.3408000469207764,3.0387001037597656,0.05620000138878822,1.3349000215530396,3.0743000507354736,0.05790000036358833,1.3356000185012817,3.07450008392334,0.05620000138878822,1.3398000001907349,3.038599967956543,0.06629999727010727,1.3398000001907349,3.038599967956543,0.06109999865293503,1.3414000272750854,3.002700090408325,0.06109999865293503,1.3398000001907349,3.038599967956543,0.06629999727010727,1.3414000272750854,3.002700090408325,0.06109999865293503,1.3414000272750854,3.002700090408325,0.06629999727010727,1.3345999717712402,3.0743000507354736,0.06629999727010727,1.3345999717712402,3.0743000507354736,0.06109999865293503,1.3398000001907349,3.038599967956543,0.06109999865293503,1.3345999717712402,3.0743000507354736,0.06629999727010727,1.3398000001907349,3.038599967956543,0.06109999865293503,1.3398000001907349,3.038599967956543,0.06629999727010727,1.3398000001907349,3.038599967956543,0.06109999865293503,1.340000033378601,3.0387001037597656,0.05790000036358833,1.3416999578475952,3.002700090408325,0.05790000036358833,1.3398000001907349,3.038599967956543,0.06109999865293503,1.3416999578475952,3.002700090408325,0.05790000036358833,1.3414000272750854,3.002700090408325,0.06109999865293503,1.3345999717712402,3.0743000507354736,0.06109999865293503,1.3349000215530396,3.0743000507354736,0.05790000036358833,1.340000033378601,3.0387001037597656,0.05790000036358833,1.3345999717712402,3.0743000507354736,0.06109999865293503,1.340000033378601,3.0387001037597656,0.05790000036358833,1.3398000001907349,3.038599967956543,0.06109999865293503,1.3140000104904175,3.143199920654297,0.06629999727010727,1.3140000104904175,3.143199920654297,0.06109999865293503,1.3259999752044678,3.109299898147583,0.06109999865293503,1.3140000104904175,3.143199920654297,0.06629999727010727,1.3259999752044678,3.109299898147583,0.06109999865293503,1.3259999752044678,3.109299898147583,0.06629999727010727,1.3140000104904175,3.143199920654297,0.06109999865293503,1.3142000436782837,3.1433000564575195,0.05790000036358833,1.326200008392334,3.109299898147583,0.05790000036358833,1.3140000104904175,3.143199920654297,0.06109999865293503,1.326200008392334,3.109299898147583,0.05790000036358833,1.3259999752044678,3.109299898147583,0.06109999865293503,1.3259999752044678,3.109299898147583,0.06629999727010727,1.3259999752044678,3.109299898147583,0.06109999865293503,1.3345999717712402,3.0743000507354736,0.06109999865293503,1.3259999752044678,3.109299898147583,0.06629999727010727,1.3345999717712402,3.0743000507354736,0.06109999865293503,1.3345999717712402,3.0743000507354736,0.06629999727010727,1.3259999752044678,3.109299898147583,0.06109999865293503,1.326200008392334,3.109299898147583,0.05790000036358833,1.3349000215530396,3.0743000507354736,0.05790000036358833,1.3259999752044678,3.109299898147583,0.06109999865293503,1.3349000215530396,3.0743000507354736,0.05790000036358833,1.3345999717712402,3.0743000507354736,0.06109999865293503,1.3421000242233276,2.966399908065796,0.05530000105500221,1.340499997138977,2.966599941253662,0.05620000138878822,1.3424999713897705,3.002700090408325,0.05620000138878822,1.3421000242233276,2.966399908065796,0.05530000105500221,1.3424999713897705,3.002700090408325,0.05620000138878822,1.343999981880188,3.002700090408325,0.05530000105500221,1.3365999460220337,2.9305999279022217,0.05530000105500221,1.3351000547409058,2.9309000968933105,0.05620000138878822,1.340499997138977,2.966599941253662,0.05620000138878822,1.3365999460220337,2.9305999279022217,0.05530000105500221,1.340499997138977,2.966599941253662,0.05620000138878822,1.3421000242233276,2.966399908065796,0.05530000105500221,1.340499997138977,2.966599941253662,0.05620000138878822,1.3398000001907349,2.9667000770568848,0.05790000036358833,1.3416999578475952,3.002700090408325,0.05790000036358833,1.340499997138977,2.966599941253662,0.05620000138878822,1.3416999578475952,3.002700090408325,0.05790000036358833,1.3424999713897705,3.002700090408325,0.05620000138878822,1.3351000547409058,2.9309000968933105,0.05620000138878822,1.3344000577926636,2.930999994277954,0.05790000036358833,1.3398000001907349,2.9667000770568848,0.05790000036358833,1.3351000547409058,2.9309000968933105,0.05620000138878822,1.3398000001907349,2.9667000770568848,0.05790000036358833,1.340499997138977,2.966599941253662,0.05620000138878822,1.3154000043869019,2.861299991607666,0.05530000105500221,1.3138999938964844,2.8619000911712646,0.05620000138878822,1.326200008392334,2.895900011062622,0.05620000138878822,1.3154000043869019,2.861299991607666,0.05530000105500221,1.326200008392334,2.895900011062622,0.05620000138878822,1.3277000188827515,2.895400047302246,0.05530000105500221,1.3138999938964844,2.8619000911712646,0.05620000138878822,1.3133000135421753,2.8622000217437744,0.05790000036358833,1.3255000114440918,2.8961000442504883,0.05790000036358833,1.3138999938964844,2.8619000911712646,0.05620000138878822,1.3255000114440918,2.8961000442504883,0.05790000036358833,1.326200008392334,2.895900011062622,0.05620000138878822,1.3277000188827515,2.895400047302246,0.05530000105500221,1.326200008392334,2.895900011062622,0.05620000138878822,1.3351000547409058,2.9309000968933105,0.05620000138878822,1.3277000188827515,2.895400047302246,0.05530000105500221,1.3351000547409058,2.9309000968933105,0.05620000138878822,1.3365999460220337,2.9305999279022217,0.05530000105500221,1.326200008392334,2.895900011062622,0.05620000138878822,1.3255000114440918,2.8961000442504883,0.05790000036358833,1.3344000577926636,2.930999994277954,0.05790000036358833,1.326200008392334,2.895900011062622,0.05620000138878822,1.3344000577926636,2.930999994277954,0.05790000036358833,1.3351000547409058,2.9309000968933105,0.05620000138878822,1.3251999616622925,2.896199941635132,0.06629999727010727,1.3251999616622925,2.896199941635132,0.06109999865293503,1.312999963760376,2.862299919128418,0.06109999865293503,1.3251999616622925,2.896199941635132,0.06629999727010727,1.312999963760376,2.862299919128418,0.06109999865293503,1.312999963760376,2.862299919128418,0.06629999727010727,1.3341000080108643,2.9310998916625977,0.06629999727010727,1.3341000080108643,2.9310998916625977,0.06109999865293503,1.3251999616622925,2.896199941635132,0.06109999865293503,1.3341000080108643,2.9310998916625977,0.06629999727010727,1.3251999616622925,2.896199941635132,0.06109999865293503,1.3251999616622925,2.896199941635132,0.06629999727010727,1.3251999616622925,2.896199941635132,0.06109999865293503,1.3255000114440918,2.8961000442504883,0.05790000036358833,1.3133000135421753,2.8622000217437744,0.05790000036358833,1.3251999616622925,2.896199941635132,0.06109999865293503,1.3133000135421753,2.8622000217437744,0.05790000036358833,1.312999963760376,2.862299919128418,0.06109999865293503,1.3341000080108643,2.9310998916625977,0.06109999865293503,1.3344000577926636,2.930999994277954,0.05790000036358833,1.3255000114440918,2.8961000442504883,0.05790000036358833,1.3341000080108643,2.9310998916625977,0.06109999865293503,1.3255000114440918,2.8961000442504883,0.05790000036358833,1.3251999616622925,2.896199941635132,0.06109999865293503,1.3414000272750854,3.002700090408325,0.06629999727010727,1.3414000272750854,3.002700090408325,0.06109999865293503,1.3394999504089355,2.9667000770568848,0.06109999865293503,1.3414000272750854,3.002700090408325,0.06629999727010727,1.3394999504089355,2.9667000770568848,0.06109999865293503,1.3394999504089355,2.9667000770568848,0.06629999727010727,1.3414000272750854,3.002700090408325,0.06109999865293503,1.3416999578475952,3.002700090408325,0.05790000036358833,1.3398000001907349,2.9667000770568848,0.05790000036358833,1.3414000272750854,3.002700090408325,0.06109999865293503,1.3398000001907349,2.9667000770568848,0.05790000036358833,1.3394999504089355,2.9667000770568848,0.06109999865293503,1.3394999504089355,2.9667000770568848,0.06629999727010727,1.3394999504089355,2.9667000770568848,0.06109999865293503,1.3341000080108643,2.9310998916625977,0.06109999865293503,1.3394999504089355,2.9667000770568848,0.06629999727010727,1.3341000080108643,2.9310998916625977,0.06109999865293503,1.3341000080108643,2.9310998916625977,0.06629999727010727,1.3394999504089355,2.9667000770568848,0.06109999865293503,1.3398000001907349,2.9667000770568848,0.05790000036358833,1.3344000577926636,2.930999994277954,0.05790000036358833,1.3394999504089355,2.9667000770568848,0.06109999865293503,1.3344000577926636,2.930999994277954,0.05790000036358833,1.3341000080108643,2.9310998916625977,0.06109999865293503,1.2997000217437744,2.8285999298095703,0.05530000105500221,1.2984000444412231,2.8292999267578125,0.05620000138878822,1.3138999938964844,2.8619000911712646,0.05620000138878822,1.2997000217437744,2.8285999298095703,0.05530000105500221,1.3138999938964844,2.8619000911712646,0.05620000138878822,1.3154000043869019,2.861299991607666,0.05530000105500221,1.281000018119812,2.797600030899048,0.05530000105500221,1.2797000408172607,2.7983999252319336,0.05620000138878822,1.2984000444412231,2.8292999267578125,0.05620000138878822,1.281000018119812,2.797600030899048,0.05530000105500221,1.2984000444412231,2.8292999267578125,0.05620000138878822,1.2997000217437744,2.8285999298095703,0.05530000105500221,1.2984000444412231,2.8292999267578125,0.05620000138878822,1.297700047492981,2.829699993133545,0.05790000036358833,1.3133000135421753,2.8622000217437744,0.05790000036358833,1.2984000444412231,2.8292999267578125,0.05620000138878822,1.3133000135421753,2.8622000217437744,0.05790000036358833,1.3138999938964844,2.8619000911712646,0.05620000138878822,1.2797000408172607,2.7983999252319336,0.05620000138878822,1.2790000438690186,2.7988998889923096,0.05790000036358833,1.297700047492981,2.829699993133545,0.05790000036358833,1.2797000408172607,2.7983999252319336,0.05620000138878822,1.297700047492981,2.829699993133545,0.05790000036358833,1.2984000444412231,2.8292999267578125,0.05620000138878822,1.2348999977111816,2.7416999340057373,0.05530000105500221,1.2338000535964966,2.742799997329712,0.05620000138878822,1.2581000328063965,2.7695000171661377,0.05620000138878822,1.2348999977111816,2.7416999340057373,0.05530000105500221,1.2581000328063965,2.7695000171661377,0.05620000138878822,1.2592999935150146,2.7685000896453857,0.05530000105500221,1.2338000535964966,2.742799997329712,0.05620000138878822,1.233199954032898,2.7434000968933105,0.05790000036358833,1.2575000524520874,2.7699999809265137,0.05790000036358833,1.2338000535964966,2.742799997329712,0.05620000138878822,1.2575000524520874,2.7699999809265137,0.05790000036358833,1.2581000328063965,2.7695000171661377,0.05620000138878822,1.2592999935150146,2.7685000896453857,0.05530000105500221,1.2581000328063965,2.7695000171661377,0.05620000138878822,1.2797000408172607,2.7983999252319336,0.05620000138878822,1.2592999935150146,2.7685000896453857,0.05530000105500221,1.2797000408172607,2.7983999252319336,0.05620000138878822,1.281000018119812,2.797600030899048,0.05530000105500221,1.2581000328063965,2.7695000171661377,0.05620000138878822,1.2575000524520874,2.7699999809265137,0.05790000036358833,1.2790000438690186,2.7988998889923096,0.05790000036358833,1.2581000328063965,2.7695000171661377,0.05620000138878822,1.2790000438690186,2.7988998889923096,0.05790000036358833,1.2797000408172607,2.7983999252319336,0.05620000138878822,1.2573000192642212,2.77020001411438,0.06629999727010727,1.2573000192642212,2.77020001411438,0.06109999865293503,1.2330000400543213,2.743499994277954,0.06109999865293503,1.2573000192642212,2.77020001411438,0.06629999727010727,1.2330000400543213,2.743499994277954,0.06109999865293503,1.2330000400543213,2.743499994277954,0.06629999727010727,1.2788000106811523,2.7990000247955322,0.06629999727010727,1.2788000106811523,2.7990000247955322,0.06109999865293503,1.2573000192642212,2.77020001411438,0.06109999865293503,1.2788000106811523,2.7990000247955322,0.06629999727010727,1.2573000192642212,2.77020001411438,0.06109999865293503,1.2573000192642212,2.77020001411438,0.06629999727010727,1.2573000192642212,2.77020001411438,0.06109999865293503,1.2575000524520874,2.7699999809265137,0.05790000036358833,1.233199954032898,2.7434000968933105,0.05790000036358833,1.2573000192642212,2.77020001411438,0.06109999865293503,1.233199954032898,2.7434000968933105,0.05790000036358833,1.2330000400543213,2.743499994277954,0.06109999865293503,1.2788000106811523,2.7990000247955322,0.06109999865293503,1.2790000438690186,2.7988998889923096,0.05790000036358833,1.2575000524520874,2.7699999809265137,0.05790000036358833,1.2788000106811523,2.7990000247955322,0.06109999865293503,1.2575000524520874,2.7699999809265137,0.05790000036358833,1.2573000192642212,2.77020001411438,0.06109999865293503,1.312999963760376,2.862299919128418,0.06629999727010727,1.312999963760376,2.862299919128418,0.06109999865293503,1.2975000143051147,2.8297998905181885,0.06109999865293503,1.312999963760376,2.862299919128418,0.06629999727010727,1.2975000143051147,2.8297998905181885,0.06109999865293503,1.2975000143051147,2.8297998905181885,0.06629999727010727,1.312999963760376,2.862299919128418,0.06109999865293503,1.3133000135421753,2.8622000217437744,0.05790000036358833,1.297700047492981,2.829699993133545,0.05790000036358833,1.312999963760376,2.862299919128418,0.06109999865293503,1.297700047492981,2.829699993133545,0.05790000036358833,1.2975000143051147,2.8297998905181885,0.06109999865293503,1.2975000143051147,2.8297998905181885,0.06629999727010727,1.2975000143051147,2.8297998905181885,0.06109999865293503,1.2788000106811523,2.7990000247955322,0.06109999865293503,1.2975000143051147,2.8297998905181885,0.06629999727010727,1.2788000106811523,2.7990000247955322,0.06109999865293503,1.2788000106811523,2.7990000247955322,0.06629999727010727,1.2975000143051147,2.8297998905181885,0.06109999865293503,1.297700047492981,2.829699993133545,0.05790000036358833,1.2790000438690186,2.7988998889923096,0.05790000036358833,1.2975000143051147,2.8297998905181885,0.06109999865293503,1.2790000438690186,2.7988998889923096,0.05790000036358833,1.2788000106811523,2.7990000247955322,0.06109999865293503,1.207900047302246,2.7174999713897705,0.05530000105500221,1.2069000005722046,2.718600034713745,0.05620000138878822,1.2338000535964966,2.742799997329712,0.05620000138878822,1.207900047302246,2.7174999713897705,0.05530000105500221,1.2338000535964966,2.742799997329712,0.05620000138878822,1.2348999977111816,2.7416999340057373,0.05530000105500221,1.1786999702453613,2.6958999633789062,0.05530000105500221,1.1778000593185425,2.697200059890747,0.05620000138878822,1.2069000005722046,2.718600034713745,0.05620000138878822,1.1786999702453613,2.6958999633789062,0.05530000105500221,1.2069000005722046,2.718600034713745,0.05620000138878822,1.207900047302246,2.7174999713897705,0.05530000105500221,1.2069000005722046,2.718600034713745,0.05620000138878822,1.2064000368118286,2.7191998958587646,0.05790000036358833,1.233199954032898,2.7434000968933105,0.05790000036358833,1.2069000005722046,2.718600034713745,0.05620000138878822,1.233199954032898,2.7434000968933105,0.05790000036358833,1.2338000535964966,2.742799997329712,0.05620000138878822,1.1778000593185425,2.697200059890747,0.05620000138878822,1.17739999294281,2.6979000568389893,0.05790000036358833,1.2064000368118286,2.7191998958587646,0.05790000036358833,1.1778000593185425,2.697200059890747,0.05620000138878822,1.2064000368118286,2.7191998958587646,0.05790000036358833,1.2069000005722046,2.718600034713745,0.05620000138878822,1.1146999597549438,2.6619999408721924,0.05530000105500221,1.1140999794006348,2.6633999347686768,0.05620000138878822,1.1468000411987305,2.678800106048584,0.05620000138878822,1.1146999597549438,2.6619999408721924,0.05530000105500221,1.1468000411987305,2.678800106048584,0.05620000138878822,1.1475000381469727,2.6774001121520996,0.05530000105500221,1.1140999794006348,2.6633999347686768,0.05620000138878822,1.113800048828125,2.6642000675201416,0.05790000036358833,1.146399974822998,2.679500102996826,0.05790000036358833,1.1140999794006348,2.6633999347686768,0.05620000138878822,1.146399974822998,2.679500102996826,0.05790000036358833,1.1468000411987305,2.678800106048584,0.05620000138878822,1.1475000381469727,2.6774001121520996,0.05530000105500221,1.1468000411987305,2.678800106048584,0.05620000138878822,1.1778000593185425,2.697200059890747,0.05620000138878822,1.1475000381469727,2.6774001121520996,0.05530000105500221,1.1778000593185425,2.697200059890747,0.05620000138878822,1.1786999702453613,2.6958999633789062,0.05530000105500221,1.1468000411987305,2.678800106048584,0.05620000138878822,1.146399974822998,2.679500102996826,0.05790000036358833,1.17739999294281,2.6979000568389893,0.05790000036358833,1.1468000411987305,2.678800106048584,0.05620000138878822,1.17739999294281,2.6979000568389893,0.05790000036358833,1.1778000593185425,2.697200059890747,0.05620000138878822,1.146299958229065,2.6796998977661133,0.06629999727010727,1.146299958229065,2.6796998977661133,0.06109999865293503,1.113700032234192,2.664400100708008,0.06109999865293503,1.146299958229065,2.6796998977661133,0.06629999727010727,1.113700032234192,2.664400100708008,0.06109999865293503,1.113700032234192,2.664400100708008,0.06629999727010727,1.1771999597549438,2.6981000900268555,0.06629999727010727,1.1771999597549438,2.6981000900268555,0.06109999865293503,1.146299958229065,2.6796998977661133,0.06109999865293503,1.1771999597549438,2.6981000900268555,0.06629999727010727,1.146299958229065,2.6796998977661133,0.06109999865293503,1.146299958229065,2.6796998977661133,0.06629999727010727,1.146299958229065,2.6796998977661133,0.06109999865293503,1.146399974822998,2.679500102996826,0.05790000036358833,1.113800048828125,2.6642000675201416,0.05790000036358833,1.146299958229065,2.6796998977661133,0.06109999865293503,1.113800048828125,2.6642000675201416,0.05790000036358833,1.113700032234192,2.664400100708008,0.06109999865293503,1.1771999597549438,2.6981000900268555,0.06109999865293503,1.17739999294281,2.6979000568389893,0.05790000036358833,1.146399974822998,2.679500102996826,0.05790000036358833,1.1771999597549438,2.6981000900268555,0.06109999865293503,1.146399974822998,2.679500102996826,0.05790000036358833,1.146299958229065,2.6796998977661133,0.06109999865293503,1.2330000400543213,2.743499994277954,0.06629999727010727,1.2330000400543213,2.743499994277954,0.06109999865293503,1.2062000036239624,2.719399929046631,0.06109999865293503,1.2330000400543213,2.743499994277954,0.06629999727010727,1.2062000036239624,2.719399929046631,0.06109999865293503,1.2062000036239624,2.719399929046631,0.06629999727010727,1.2330000400543213,2.743499994277954,0.06109999865293503,1.233199954032898,2.7434000968933105,0.05790000036358833,1.2064000368118286,2.7191998958587646,0.05790000036358833,1.2330000400543213,2.743499994277954,0.06109999865293503,1.2064000368118286,2.7191998958587646,0.05790000036358833,1.2062000036239624,2.719399929046631,0.06109999865293503,1.2062000036239624,2.719399929046631,0.06629999727010727,1.2062000036239624,2.719399929046631,0.06109999865293503,1.1771999597549438,2.6981000900268555,0.06109999865293503,1.2062000036239624,2.719399929046631,0.06629999727010727,1.1771999597549438,2.6981000900268555,0.06109999865293503,1.1771999597549438,2.6981000900268555,0.06629999727010727,1.2062000036239624,2.719399929046631,0.06109999865293503,1.2064000368118286,2.7191998958587646,0.05790000036358833,1.17739999294281,2.6979000568389893,0.05790000036358833,1.2062000036239624,2.719399929046631,0.06109999865293503,1.17739999294281,2.6979000568389893,0.05790000036358833,1.1771999597549438,2.6981000900268555,0.06109999865293503,1.0805000066757202,2.649899959564209,0.05530000105500221,1.0800000429153442,2.651400089263916,0.05620000138878822,1.1140999794006348,2.6633999347686768,0.05620000138878822,1.0805000066757202,2.649899959564209,0.05530000105500221,1.1140999794006348,2.6633999347686768,0.05620000138878822,1.1146999597549438,2.6619999408721924,0.05530000105500221,1.045199990272522,2.641200065612793,0.05530000105500221,1.0448999404907227,2.6428000926971436,0.05620000138878822,1.0800000429153442,2.651400089263916,0.05620000138878822,1.045199990272522,2.641200065612793,0.05530000105500221,1.0800000429153442,2.651400089263916,0.05620000138878822,1.0805000066757202,2.649899959564209,0.05530000105500221,1.0800000429153442,2.651400089263916,0.05620000138878822,1.079800009727478,2.652100086212158,0.05790000036358833,1.113800048828125,2.6642000675201416,0.05790000036358833,1.0800000429153442,2.651400089263916,0.05620000138878822,1.113800048828125,2.6642000675201416,0.05790000036358833,1.1140999794006348,2.6633999347686768,0.05620000138878822,1.0448999404907227,2.6428000926971436,0.05620000138878822,1.044800043106079,2.6435000896453857,0.05790000036358833,1.079800009727478,2.652100086212158,0.05790000036358833,1.0448999404907227,2.6428000926971436,0.05620000138878822,1.079800009727478,2.652100086212158,0.05790000036358833,1.0800000429153442,2.651400089263916,0.05620000138878822,0.9731000065803528,2.634399890899658,0.05530000105500221,0.9731000065803528,2.6359000205993652,0.05620000138878822,1.0091999769210815,2.6375999450683594,0.05620000138878822,0.9731000065803528,2.634399890899658,0.05530000105500221,1.0091999769210815,2.6375999450683594,0.05620000138878822,1.0092999935150146,2.635999917984009,0.05530000105500221,0.9731000065803528,2.6359000205993652,0.05620000138878822,0.9731000065803528,2.636699914932251,0.05790000036358833,1.0090999603271484,2.6382999420166016,0.05790000036358833,0.9731000065803528,2.6359000205993652,0.05620000138878822,1.0090999603271484,2.6382999420166016,0.05790000036358833,1.0091999769210815,2.6375999450683594,0.05620000138878822,1.0092999935150146,2.635999917984009,0.05530000105500221,1.0091999769210815,2.6375999450683594,0.05620000138878822,1.0448999404907227,2.6428000926971436,0.05620000138878822,1.0092999935150146,2.635999917984009,0.05530000105500221,1.0448999404907227,2.6428000926971436,0.05620000138878822,1.045199990272522,2.641200065612793,0.05530000105500221,1.0091999769210815,2.6375999450683594,0.05620000138878822,1.0090999603271484,2.6382999420166016,0.05790000036358833,1.044800043106079,2.6435000896453857,0.05790000036358833,1.0091999769210815,2.6375999450683594,0.05620000138878822,1.044800043106079,2.6435000896453857,0.05790000036358833,1.0448999404907227,2.6428000926971436,0.05620000138878822,1.0090999603271484,2.6386001110076904,0.06629999727010727,1.0090999603271484,2.6386001110076904,0.06109999865293503,0.9731000065803528,2.63700008392334,0.06109999865293503,1.0090999603271484,2.6386001110076904,0.06629999727010727,0.9731000065803528,2.63700008392334,0.06109999865293503,0.9731000065803528,2.63700008392334,0.06629999727010727,1.044700026512146,2.6438000202178955,0.06629999727010727,1.044700026512146,2.6438000202178955,0.06109999865293503,1.0090999603271484,2.6386001110076904,0.06109999865293503,1.044700026512146,2.6438000202178955,0.06629999727010727,1.0090999603271484,2.6386001110076904,0.06109999865293503,1.0090999603271484,2.6386001110076904,0.06629999727010727,1.0090999603271484,2.6386001110076904,0.06109999865293503,1.0090999603271484,2.6382999420166016,0.05790000036358833,0.9731000065803528,2.636699914932251,0.05790000036358833,1.0090999603271484,2.6386001110076904,0.06109999865293503,0.9731000065803528,2.636699914932251,0.05790000036358833,0.9731000065803528,2.63700008392334,0.06109999865293503,1.044700026512146,2.6438000202178955,0.06109999865293503,1.044800043106079,2.6435000896453857,0.05790000036358833,1.0090999603271484,2.6382999420166016,0.05790000036358833,1.044700026512146,2.6438000202178955,0.06109999865293503,1.0090999603271484,2.6382999420166016,0.05790000036358833,1.0090999603271484,2.6386001110076904,0.06109999865293503,1.113700032234192,2.664400100708008,0.06629999727010727,1.113700032234192,2.664400100708008,0.06109999865293503,1.079699993133545,2.652400016784668,0.06109999865293503,1.113700032234192,2.664400100708008,0.06629999727010727,1.079699993133545,2.652400016784668,0.06109999865293503,1.079699993133545,2.652400016784668,0.06629999727010727,1.113700032234192,2.664400100708008,0.06109999865293503,1.113800048828125,2.6642000675201416,0.05790000036358833,1.079800009727478,2.652100086212158,0.05790000036358833,1.113700032234192,2.664400100708008,0.06109999865293503,1.079800009727478,2.652100086212158,0.05790000036358833,1.079699993133545,2.652400016784668,0.06109999865293503,1.079699993133545,2.652400016784668,0.06629999727010727,1.079699993133545,2.652400016784668,0.06109999865293503,1.044700026512146,2.6438000202178955,0.06109999865293503,1.079699993133545,2.652400016784668,0.06629999727010727,1.044700026512146,2.6438000202178955,0.06109999865293503,1.044700026512146,2.6438000202178955,0.06629999727010727,1.079699993133545,2.652400016784668,0.06109999865293503,1.079800009727478,2.652100086212158,0.05790000036358833,1.044800043106079,2.6435000896453857,0.05790000036358833,1.079699993133545,2.652400016784668,0.06109999865293503,1.044800043106079,2.6435000896453857,0.05790000036358833,1.044700026512146,2.6438000202178955,0.06109999865293503,0.9369000196456909,2.6363000869750977,0.05530000105500221,0.9370999932289124,2.6377999782562256,0.05620000138878822,0.9731000065803528,2.6359000205993652,0.05620000138878822,0.9369000196456909,2.6363000869750977,0.05530000105500221,0.9731000065803528,2.6359000205993652,0.05620000138878822,0.9731000065803528,2.634399890899658,0.05530000105500221,0.9010999798774719,2.641700029373169,0.05530000105500221,0.9014000296592712,2.6433000564575195,0.05620000138878822,0.9370999932289124,2.6377999782562256,0.05620000138878822,0.9010999798774719,2.641700029373169,0.05530000105500221,0.9370999932289124,2.6377999782562256,0.05620000138878822,0.9369000196456909,2.6363000869750977,0.05530000105500221,0.9370999932289124,2.6377999782562256,0.05620000138878822,0.9372000098228455,2.6386001110076904,0.05790000036358833,0.9731000065803528,2.636699914932251,0.05790000036358833,0.9370999932289124,2.6377999782562256,0.05620000138878822,0.9731000065803528,2.636699914932251,0.05790000036358833,0.9731000065803528,2.6359000205993652,0.05620000138878822,0.9014000296592712,2.6433000564575195,0.05620000138878822,0.9014999866485596,2.6440000534057617,0.05790000036358833,0.9372000098228455,2.6386001110076904,0.05790000036358833,0.9014000296592712,2.6433000564575195,0.05620000138878822,0.9372000098228455,2.6386001110076904,0.05790000036358833,0.9370999932289124,2.6377999782562256,0.05620000138878822,0.8317999839782715,2.6630001068115234,0.05530000105500221,0.8324000239372253,2.664400100708008,0.05620000138878822,0.8664000034332275,2.6521999835968018,0.05620000138878822,0.8317999839782715,2.6630001068115234,0.05530000105500221,0.8664000034332275,2.6521999835968018,0.05620000138878822,0.8658999800682068,2.650700092315674,0.05530000105500221,0.8324000239372253,2.664400100708008,0.05620000138878822,0.8327000141143799,2.66510009765625,0.05790000036358833,0.866599977016449,2.652899980545044,0.05790000036358833,0.8324000239372253,2.664400100708008,0.05620000138878822,0.866599977016449,2.652899980545044,0.05790000036358833,0.8664000034332275,2.6521999835968018,0.05620000138878822,0.8658999800682068,2.650700092315674,0.05530000105500221,0.8664000034332275,2.6521999835968018,0.05620000138878822,0.9014000296592712,2.6433000564575195,0.05620000138878822,0.8658999800682068,2.650700092315674,0.05530000105500221,0.9014000296592712,2.6433000564575195,0.05620000138878822,0.9010999798774719,2.641700029373169,0.05530000105500221,0.8664000034332275,2.6521999835968018,0.05620000138878822,0.866599977016449,2.652899980545044,0.05790000036358833,0.9014999866485596,2.6440000534057617,0.05790000036358833,0.8664000034332275,2.6521999835968018,0.05620000138878822,0.9014999866485596,2.6440000534057617,0.05790000036358833,0.9014000296592712,2.6433000564575195,0.05620000138878822,0.866599977016449,2.65310001373291,0.06629999727010727,0.866599977016449,2.65310001373291,0.06109999865293503,0.8327999711036682,2.6654000282287598,0.06109999865293503,0.866599977016449,2.65310001373291,0.06629999727010727,0.8327999711036682,2.6654000282287598,0.06109999865293503,0.8327999711036682,2.6654000282287598,0.06629999727010727,0.9016000032424927,2.6442999839782715,0.06629999727010727,0.9016000032424927,2.6442999839782715,0.06109999865293503,0.866599977016449,2.65310001373291,0.06109999865293503,0.9016000032424927,2.6442999839782715,0.06629999727010727,0.866599977016449,2.65310001373291,0.06109999865293503,0.866599977016449,2.65310001373291,0.06629999727010727,0.866599977016449,2.65310001373291,0.06109999865293503,0.866599977016449,2.652899980545044,0.05790000036358833,0.8327000141143799,2.66510009765625,0.05790000036358833,0.866599977016449,2.65310001373291,0.06109999865293503,0.8327000141143799,2.66510009765625,0.05790000036358833,0.8327999711036682,2.6654000282287598,0.06109999865293503,0.9016000032424927,2.6442999839782715,0.06109999865293503,0.9014999866485596,2.6440000534057617,0.05790000036358833,0.866599977016449,2.652899980545044,0.05790000036358833,0.9016000032424927,2.6442999839782715,0.06109999865293503,0.866599977016449,2.652899980545044,0.05790000036358833,0.866599977016449,2.65310001373291,0.06109999865293503,0.9731000065803528,2.63700008392334,0.06629999727010727,0.9731000065803528,2.63700008392334,0.06109999865293503,0.9372000098228455,2.6389000415802,0.06109999865293503,0.9731000065803528,2.63700008392334,0.06629999727010727,0.9372000098228455,2.6389000415802,0.06109999865293503,0.9372000098228455,2.6389000415802,0.06629999727010727,0.9731000065803528,2.63700008392334,0.06109999865293503,0.9731000065803528,2.636699914932251,0.05790000036358833,0.9372000098228455,2.6386001110076904,0.05790000036358833,0.9731000065803528,2.63700008392334,0.06109999865293503,0.9372000098228455,2.6386001110076904,0.05790000036358833,0.9372000098228455,2.6389000415802,0.06109999865293503,0.9372000098228455,2.6389000415802,0.06629999727010727,0.9372000098228455,2.6389000415802,0.06109999865293503,0.9016000032424927,2.6442999839782715,0.06109999865293503,0.9372000098228455,2.6389000415802,0.06629999727010727,0.9016000032424927,2.6442999839782715,0.06109999865293503,0.9016000032424927,2.6442999839782715,0.06629999727010727,0.9372000098228455,2.6389000415802,0.06109999865293503,0.9372000098228455,2.6386001110076904,0.05790000036358833,0.9014999866485596,2.6440000534057617,0.05790000036358833,0.9372000098228455,2.6389000415802,0.06109999865293503,0.9014999866485596,2.6440000534057617,0.05790000036358833,0.9016000032424927,2.6442999839782715,0.06109999865293503,0.7990000247955322,2.6786000728607178,0.05530000105500221,0.7997999787330627,2.680000066757202,0.05620000138878822,0.8324000239372253,2.664400100708008,0.05620000138878822,0.7990000247955322,2.6786000728607178,0.05530000105500221,0.8324000239372253,2.664400100708008,0.05620000138878822,0.8317999839782715,2.6630001068115234,0.05530000105500221,0.7680000066757202,2.6974000930786133,0.05530000105500221,0.7688999772071838,2.698699951171875,0.05620000138878822,0.7997999787330627,2.680000066757202,0.05620000138878822,0.7680000066757202,2.6974000930786133,0.05530000105500221,0.7997999787330627,2.680000066757202,0.05620000138878822,0.7990000247955322,2.6786000728607178,0.05530000105500221,0.7997999787330627,2.680000066757202,0.05620000138878822,0.8001999855041504,2.6807000637054443,0.05790000036358833,0.8327000141143799,2.66510009765625,0.05790000036358833,0.7997999787330627,2.680000066757202,0.05620000138878822,0.8327000141143799,2.66510009765625,0.05790000036358833,0.8324000239372253,2.664400100708008,0.05620000138878822,0.7688999772071838,2.698699951171875,0.05620000138878822,0.7692999839782715,2.6993000507354736,0.05790000036358833,0.8001999855041504,2.6807000637054443,0.05790000036358833,0.7688999772071838,2.698699951171875,0.05620000138878822,0.8001999855041504,2.6807000637054443,0.05790000036358833,0.7997999787330627,2.680000066757202,0.05620000138878822,0.7121999859809875,2.743499994277954,0.05530000105500221,0.7132999897003174,2.7446000576019287,0.05620000138878822,0.7398999929428101,2.7202999591827393,0.05620000138878822,0.7121999859809875,2.743499994277954,0.05530000105500221,0.7398999929428101,2.7202999591827393,0.05620000138878822,0.7390000224113464,2.719099998474121,0.05530000105500221,0.7132999897003174,2.7446000576019287,0.05620000138878822,0.7138000130653381,2.7451999187469482,0.05790000036358833,0.7404999732971191,2.720900058746338,0.05790000036358833,0.7132999897003174,2.7446000576019287,0.05620000138878822,0.7404999732971191,2.720900058746338,0.05790000036358833,0.7398999929428101,2.7202999591827393,0.05620000138878822,0.7390000224113464,2.719099998474121,0.05530000105500221,0.7398999929428101,2.7202999591827393,0.05620000138878822,0.7688999772071838,2.698699951171875,0.05620000138878822,0.7390000224113464,2.719099998474121,0.05530000105500221,0.7688999772071838,2.698699951171875,0.05620000138878822,0.7680000066757202,2.6974000930786133,0.05530000105500221,0.7398999929428101,2.7202999591827393,0.05620000138878822,0.7404999732971191,2.720900058746338,0.05790000036358833,0.7692999839782715,2.6993000507354736,0.05790000036358833,0.7398999929428101,2.7202999591827393,0.05620000138878822,0.7692999839782715,2.6993000507354736,0.05790000036358833,0.7688999772071838,2.698699951171875,0.05620000138878822,0.7405999898910522,2.721100091934204,0.06629999727010727,0.7405999898910522,2.721100091934204,0.06109999865293503,0.7139999866485596,2.745300054550171,0.06109999865293503,0.7405999898910522,2.721100091934204,0.06629999727010727,0.7139999866485596,2.745300054550171,0.06109999865293503,0.7139999866485596,2.745300054550171,0.06629999727010727,0.7695000171661377,2.6995999813079834,0.06629999727010727,0.7695000171661377,2.6995999813079834,0.06109999865293503,0.7405999898910522,2.721100091934204,0.06109999865293503,0.7695000171661377,2.6995999813079834,0.06629999727010727,0.7405999898910522,2.721100091934204,0.06109999865293503,0.7405999898910522,2.721100091934204,0.06629999727010727,0.7405999898910522,2.721100091934204,0.06109999865293503,0.7404999732971191,2.720900058746338,0.05790000036358833,0.7138000130653381,2.7451999187469482,0.05790000036358833,0.7405999898910522,2.721100091934204,0.06109999865293503,0.7138000130653381,2.7451999187469482,0.05790000036358833,0.7139999866485596,2.745300054550171,0.06109999865293503,0.7695000171661377,2.6995999813079834,0.06109999865293503,0.7692999839782715,2.6993000507354736,0.05790000036358833,0.7404999732971191,2.720900058746338,0.05790000036358833,0.7695000171661377,2.6995999813079834,0.06109999865293503,0.7404999732971191,2.720900058746338,0.05790000036358833,0.7405999898910522,2.721100091934204,0.06109999865293503,0.8327999711036682,2.6654000282287598,0.06629999727010727,0.8327999711036682,2.6654000282287598,0.06109999865293503,0.8003000020980835,2.6809000968933105,0.06109999865293503,0.8327999711036682,2.6654000282287598,0.06629999727010727,0.8003000020980835,2.6809000968933105,0.06109999865293503,0.8003000020980835,2.6809000968933105,0.06629999727010727,0.8327999711036682,2.6654000282287598,0.06109999865293503,0.8327000141143799,2.66510009765625,0.05790000036358833,0.8001999855041504,2.6807000637054443,0.05790000036358833,0.8327999711036682,2.6654000282287598,0.06109999865293503,0.8001999855041504,2.6807000637054443,0.05790000036358833,0.8003000020980835,2.6809000968933105,0.06109999865293503,0.8003000020980835,2.6809000968933105,0.06629999727010727,0.8003000020980835,2.6809000968933105,0.06109999865293503,0.7695000171661377,2.6995999813079834,0.06109999865293503,0.8003000020980835,2.6809000968933105,0.06629999727010727,0.7695000171661377,2.6995999813079834,0.06109999865293503,0.7695000171661377,2.6995999813079834,0.06629999727010727,0.8003000020980835,2.6809000968933105,0.06109999865293503,0.8001999855041504,2.6807000637054443,0.05790000036358833,0.7692999839782715,2.6993000507354736,0.05790000036358833,0.8003000020980835,2.6809000968933105,0.06109999865293503,0.7692999839782715,2.6993000507354736,0.05790000036358833,0.7695000171661377,2.6995999813079834,0.06109999865293503,0.6509000062942505,2.8324999809265137,0.11089999973773956,0.6504999995231628,2.8322999477386475,0.10999999940395355,0.635200023651123,2.864799976348877,0.10999999940395355,0.6509000062942505,2.8324999809265137,0.11089999973773956,0.635200023651123,2.864799976348877,0.10999999940395355,0.6355999708175659,2.865000009536743,0.11089999973773956,0.6693000197410583,2.8015999794006348,0.11089999973773956,0.6689000129699707,2.801300048828125,0.10999999940395355,0.6504999995231628,2.8322999477386475,0.10999999940395355,0.6693000197410583,2.8015999794006348,0.11089999973773956,0.6504999995231628,2.8322999477386475,0.10999999940395355,0.6509000062942505,2.8324999809265137,0.11089999973773956,0.6504999995231628,2.8322999477386475,0.10999999940395355,0.6503000259399414,2.8320999145507812,0.10830000042915344,0.6349999904632568,2.8647000789642334,0.10830000042915344,0.6504999995231628,2.8322999477386475,0.10999999940395355,0.6349999904632568,2.8647000789642334,0.10830000042915344,0.635200023651123,2.864799976348877,0.10999999940395355,0.6689000129699707,2.801300048828125,0.10999999940395355,0.6686999797821045,2.8011999130249023,0.10830000042915344,0.6503000259399414,2.8320999145507812,0.10830000042915344,0.6689000129699707,2.801300048828125,0.10999999940395355,0.6503000259399414,2.8320999145507812,0.10830000042915344,0.6504999995231628,2.8322999477386475,0.10999999940395355,0.7146000266075134,2.746000051498413,0.11089999973773956,0.7142000198364258,2.7455999851226807,0.10999999940395355,0.6901999711990356,2.7723000049591064,0.10999999940395355,0.7146000266075134,2.746000051498413,0.11089999973773956,0.6901999711990356,2.7723000049591064,0.10999999940395355,0.6905999779701233,2.772700071334839,0.11089999973773956,0.7142000198364258,2.7455999851226807,0.10999999940395355,0.7141000032424927,2.7453999519348145,0.10830000042915344,0.6899999976158142,2.772200107574463,0.10830000042915344,0.7142000198364258,2.7455999851226807,0.10999999940395355,0.6899999976158142,2.772200107574463,0.10830000042915344,0.6901999711990356,2.7723000049591064,0.10999999940395355,0.6905999779701233,2.772700071334839,0.11089999973773956,0.6901999711990356,2.7723000049591064,0.10999999940395355,0.6689000129699707,2.801300048828125,0.10999999940395355,0.6905999779701233,2.772700071334839,0.11089999973773956,0.6689000129699707,2.801300048828125,0.10999999940395355,0.6693000197410583,2.8015999794006348,0.11089999973773956,0.6901999711990356,2.7723000049591064,0.10999999940395355,0.6899999976158142,2.772200107574463,0.10830000042915344,0.6686999797821045,2.8011999130249023,0.10830000042915344,0.6901999711990356,2.7723000049591064,0.10999999940395355,0.6686999797821045,2.8011999130249023,0.10830000042915344,0.6689000129699707,2.801300048828125,0.10999999940395355,0.6898999810218811,2.7720999717712402,0.09989999979734421,0.6898999810218811,2.7720999717712402,0.10509999841451645,0.7139999866485596,2.745300054550171,0.10509999841451645,0.6898999810218811,2.7720999717712402,0.09989999979734421,0.7139999866485596,2.745300054550171,0.10509999841451645,0.7139999866485596,2.745300054550171,0.09989999979734421,0.6686000227928162,2.8011999130249023,0.09989999979734421,0.6686000227928162,2.8011999130249023,0.10509999841451645,0.6898999810218811,2.7720999717712402,0.10509999841451645,0.6686000227928162,2.8011999130249023,0.09989999979734421,0.6898999810218811,2.7720999717712402,0.10509999841451645,0.6898999810218811,2.7720999717712402,0.09989999979734421,0.6898999810218811,2.7720999717712402,0.10509999841451645,0.6899999976158142,2.772200107574463,0.10830000042915344,0.7141000032424927,2.7453999519348145,0.10830000042915344,0.6898999810218811,2.7720999717712402,0.10509999841451645,0.7141000032424927,2.7453999519348145,0.10830000042915344,0.7139999866485596,2.745300054550171,0.10509999841451645,0.6686000227928162,2.8011999130249023,0.10509999841451645,0.6686999797821045,2.8011999130249023,0.10830000042915344,0.6899999976158142,2.772200107574463,0.10830000042915344,0.6686000227928162,2.8011999130249023,0.10509999841451645,0.6899999976158142,2.772200107574463,0.10830000042915344,0.6898999810218811,2.7720999717712402,0.10509999841451645,0.6348999738693237,2.8647000789642334,0.09989999979734421,0.6348999738693237,2.8647000789642334,0.10509999841451645,0.6502000093460083,2.8320999145507812,0.10509999841451645,0.6348999738693237,2.8647000789642334,0.09989999979734421,0.6502000093460083,2.8320999145507812,0.10509999841451645,0.6502000093460083,2.8320999145507812,0.09989999979734421,0.6348999738693237,2.8647000789642334,0.10509999841451645,0.6349999904632568,2.8647000789642334,0.10830000042915344,0.6503000259399414,2.8320999145507812,0.10830000042915344,0.6348999738693237,2.8647000789642334,0.10509999841451645,0.6503000259399414,2.8320999145507812,0.10830000042915344,0.6502000093460083,2.8320999145507812,0.10509999841451645,0.6502000093460083,2.8320999145507812,0.09989999979734421,0.6502000093460083,2.8320999145507812,0.10509999841451645,0.6686000227928162,2.8011999130249023,0.10509999841451645,0.6502000093460083,2.8320999145507812,0.09989999979734421,0.6686000227928162,2.8011999130249023,0.10509999841451645,0.6686000227928162,2.8011999130249023,0.09989999979734421,0.6502000093460083,2.8320999145507812,0.10509999841451645,0.6503000259399414,2.8320999145507812,0.10830000042915344,0.6686999797821045,2.8011999130249023,0.10830000042915344,0.6502000093460083,2.8320999145507812,0.10509999841451645,0.6686999797821045,2.8011999130249023,0.10830000042915344,0.6686000227928162,2.8011999130249023,0.10509999841451645,0.7411999702453613,2.7216999530792236,0.11089999973773956,0.7408000230789185,2.721400022506714,0.10999999940395355,0.7142000198364258,2.7455999851226807,0.10999999940395355,0.7411999702453613,2.7216999530792236,0.11089999973773956,0.7142000198364258,2.7455999851226807,0.10999999940395355,0.7146000266075134,2.746000051498413,0.11089999973773956,0.7699000239372253,2.700200080871582,0.11089999973773956,0.7696999907493591,2.6998000144958496,0.10999999940395355,0.7408000230789185,2.721400022506714,0.10999999940395355,0.7699000239372253,2.700200080871582,0.11089999973773956,0.7408000230789185,2.721400022506714,0.10999999940395355,0.7411999702453613,2.7216999530792236,0.11089999973773956,0.7408000230789185,2.721400022506714,0.10999999940395355,0.7407000064849854,2.7211999893188477,0.10830000042915344,0.7141000032424927,2.7453999519348145,0.10830000042915344,0.7408000230789185,2.721400022506714,0.10999999940395355,0.7141000032424927,2.7453999519348145,0.10830000042915344,0.7142000198364258,2.7455999851226807,0.10999999940395355,0.7696999907493591,2.6998000144958496,0.10999999940395355,0.7695000171661377,2.6995999813079834,0.10830000042915344,0.7407000064849854,2.7211999893188477,0.10830000042915344,0.7696999907493591,2.6998000144958496,0.10999999940395355,0.7407000064849854,2.7211999893188477,0.10830000042915344,0.7408000230789185,2.721400022506714,0.10999999940395355,0.8331000208854675,2.666100025177002,0.11089999973773956,0.8328999876976013,2.6656999588012695,0.10999999940395355,0.8004999756813049,2.6812000274658203,0.10999999940395355,0.8331000208854675,2.666100025177002,0.11089999973773956,0.8004999756813049,2.6812000274658203,0.10999999940395355,0.8007000088691711,2.6816000938415527,0.11089999973773956,0.8328999876976013,2.6656999588012695,0.10999999940395355,0.8327999711036682,2.6654999256134033,0.10830000042915344,0.8003000020980835,2.680999994277954,0.10830000042915344,0.8328999876976013,2.6656999588012695,0.10999999940395355,0.8003000020980835,2.680999994277954,0.10830000042915344,0.8004999756813049,2.6812000274658203,0.10999999940395355,0.8007000088691711,2.6816000938415527,0.11089999973773956,0.8004999756813049,2.6812000274658203,0.10999999940395355,0.7696999907493591,2.6998000144958496,0.10999999940395355,0.8007000088691711,2.6816000938415527,0.11089999973773956,0.7696999907493591,2.6998000144958496,0.10999999940395355,0.7699000239372253,2.700200080871582,0.11089999973773956,0.8004999756813049,2.6812000274658203,0.10999999940395355,0.8003000020980835,2.680999994277954,0.10830000042915344,0.7695000171661377,2.6995999813079834,0.10830000042915344,0.8004999756813049,2.6812000274658203,0.10999999940395355,0.7695000171661377,2.6995999813079834,0.10830000042915344,0.7696999907493591,2.6998000144958496,0.10999999940395355,0.8003000020980835,2.6809000968933105,0.09989999979734421,0.8003000020980835,2.6809000968933105,0.10509999841451645,0.8327999711036682,2.6654000282287598,0.10509999841451645,0.8003000020980835,2.6809000968933105,0.09989999979734421,0.8327999711036682,2.6654000282287598,0.10509999841451645,0.8327999711036682,2.6654000282287598,0.09989999979734421,0.7695000171661377,2.6995999813079834,0.09989999979734421,0.7695000171661377,2.6995999813079834,0.10509999841451645,0.8003000020980835,2.6809000968933105,0.10509999841451645,0.7695000171661377,2.6995999813079834,0.09989999979734421,0.8003000020980835,2.6809000968933105,0.10509999841451645,0.8003000020980835,2.6809000968933105,0.09989999979734421,0.8003000020980835,2.6809000968933105,0.10509999841451645,0.8003000020980835,2.680999994277954,0.10830000042915344,0.8327999711036682,2.6654999256134033,0.10830000042915344,0.8003000020980835,2.6809000968933105,0.10509999841451645,0.8327999711036682,2.6654999256134033,0.10830000042915344,0.8327999711036682,2.6654000282287598,0.10509999841451645,0.7695000171661377,2.6995999813079834,0.10509999841451645,0.7695000171661377,2.6995999813079834,0.10830000042915344,0.8003000020980835,2.680999994277954,0.10830000042915344,0.7695000171661377,2.6995999813079834,0.10509999841451645,0.8003000020980835,2.680999994277954,0.10830000042915344,0.8003000020980835,2.6809000968933105,0.10509999841451645,0.7139999866485596,2.745300054550171,0.09989999979734421,0.7139999866485596,2.745300054550171,0.10509999841451645,0.7405999898910522,2.721100091934204,0.10509999841451645,0.7139999866485596,2.745300054550171,0.09989999979734421,0.7405999898910522,2.721100091934204,0.10509999841451645,0.7405999898910522,2.721100091934204,0.09989999979734421,0.7139999866485596,2.745300054550171,0.10509999841451645,0.7141000032424927,2.7453999519348145,0.10830000042915344,0.7407000064849854,2.7211999893188477,0.10830000042915344,0.7139999866485596,2.745300054550171,0.10509999841451645,0.7407000064849854,2.7211999893188477,0.10830000042915344,0.7405999898910522,2.721100091934204,0.10509999841451645,0.7405999898910522,2.721100091934204,0.09989999979734421,0.7405999898910522,2.721100091934204,0.10509999841451645,0.7695000171661377,2.6995999813079834,0.10509999841451645,0.7405999898910522,2.721100091934204,0.09989999979734421,0.7695000171661377,2.6995999813079834,0.10509999841451645,0.7695000171661377,2.6995999813079834,0.09989999979734421,0.7405999898910522,2.721100091934204,0.10509999841451645,0.7407000064849854,2.7211999893188477,0.10830000042915344,0.7695000171661377,2.6995999813079834,0.10830000042915344,0.7405999898910522,2.721100091934204,0.10509999841451645,0.7695000171661377,2.6995999813079834,0.10830000042915344,0.7695000171661377,2.6995999813079834,0.10509999841451645,0.8669000267982483,2.6540000438690186,0.11089999973773956,0.8668000102043152,2.6535000801086426,0.10999999940395355,0.8328999876976013,2.6656999588012695,0.10999999940395355,0.8669000267982483,2.6540000438690186,0.11089999973773956,0.8328999876976013,2.6656999588012695,0.10999999940395355,0.8331000208854675,2.666100025177002,0.11089999973773956,0.9017000198364258,2.6451001167297363,0.11089999973773956,0.9016000032424927,2.6445999145507812,0.10999999940395355,0.8668000102043152,2.6535000801086426,0.10999999940395355,0.9017000198364258,2.6451001167297363,0.11089999973773956,0.8668000102043152,2.6535000801086426,0.10999999940395355,0.8669000267982483,2.6540000438690186,0.11089999973773956,0.8668000102043152,2.6535000801086426,0.10999999940395355,0.8666999936103821,2.6531999111175537,0.10830000042915344,0.8327999711036682,2.6654999256134033,0.10830000042915344,0.8668000102043152,2.6535000801086426,0.10999999940395355,0.8327999711036682,2.6654999256134033,0.10830000042915344,0.8328999876976013,2.6656999588012695,0.10999999940395355,0.9016000032424927,2.6445999145507812,0.10999999940395355,0.9016000032424927,2.644399881362915,0.10830000042915344,0.8666999936103821,2.6531999111175537,0.10830000042915344,0.9016000032424927,2.6445999145507812,0.10999999940395355,0.8666999936103821,2.6531999111175537,0.10830000042915344,0.8668000102043152,2.6535000801086426,0.10999999940395355,0.9731000065803528,2.6377999782562256,0.11089999973773956,0.9731000065803528,2.6373000144958496,0.10999999940395355,0.9372000098228455,2.63919997215271,0.10999999940395355,0.9731000065803528,2.6377999782562256,0.11089999973773956,0.9372000098228455,2.63919997215271,0.10999999940395355,0.9372000098228455,2.639699935913086,0.11089999973773956,0.9731000065803528,2.6373000144958496,0.10999999940395355,0.9731000065803528,2.63700008392334,0.10830000042915344,0.9372000098228455,2.6389000415802,0.10830000042915344,0.9731000065803528,2.6373000144958496,0.10999999940395355,0.9372000098228455,2.6389000415802,0.10830000042915344,0.9372000098228455,2.63919997215271,0.10999999940395355,0.9372000098228455,2.639699935913086,0.11089999973773956,0.9372000098228455,2.63919997215271,0.10999999940395355,0.9016000032424927,2.6445999145507812,0.10999999940395355,0.9372000098228455,2.639699935913086,0.11089999973773956,0.9016000032424927,2.6445999145507812,0.10999999940395355,0.9017000198364258,2.6451001167297363,0.11089999973773956,0.9372000098228455,2.63919997215271,0.10999999940395355,0.9372000098228455,2.6389000415802,0.10830000042915344,0.9016000032424927,2.644399881362915,0.10830000042915344,0.9372000098228455,2.63919997215271,0.10999999940395355,0.9016000032424927,2.644399881362915,0.10830000042915344,0.9016000032424927,2.6445999145507812,0.10999999940395355,0.9372000098228455,2.6389000415802,0.09989999979734421,0.9372000098228455,2.6389000415802,0.10509999841451645,0.9731000065803528,2.63700008392334,0.10509999841451645,0.9372000098228455,2.6389000415802,0.09989999979734421,0.9731000065803528,2.63700008392334,0.10509999841451645,0.9731000065803528,2.63700008392334,0.09989999979734421,0.9016000032424927,2.6442999839782715,0.09989999979734421,0.9016000032424927,2.6442999839782715,0.10509999841451645,0.9372000098228455,2.6389000415802,0.10509999841451645,0.9016000032424927,2.6442999839782715,0.09989999979734421,0.9372000098228455,2.6389000415802,0.10509999841451645,0.9372000098228455,2.6389000415802,0.09989999979734421,0.9372000098228455,2.6389000415802,0.10509999841451645,0.9372000098228455,2.6389000415802,0.10830000042915344,0.9731000065803528,2.63700008392334,0.10830000042915344,0.9372000098228455,2.6389000415802,0.10509999841451645,0.9731000065803528,2.63700008392334,0.10830000042915344,0.9731000065803528,2.63700008392334,0.10509999841451645,0.9016000032424927,2.6442999839782715,0.10509999841451645,0.9016000032424927,2.644399881362915,0.10830000042915344,0.9372000098228455,2.6389000415802,0.10830000042915344,0.9016000032424927,2.6442999839782715,0.10509999841451645,0.9372000098228455,2.6389000415802,0.10830000042915344,0.9372000098228455,2.6389000415802,0.10509999841451645,0.8327999711036682,2.6654000282287598,0.09989999979734421,0.8327999711036682,2.6654000282287598,0.10509999841451645,0.866599977016449,2.65310001373291,0.10509999841451645,0.8327999711036682,2.6654000282287598,0.09989999979734421,0.866599977016449,2.65310001373291,0.10509999841451645,0.866599977016449,2.65310001373291,0.09989999979734421,0.8327999711036682,2.6654000282287598,0.10509999841451645,0.8327999711036682,2.6654999256134033,0.10830000042915344,0.8666999936103821,2.6531999111175537,0.10830000042915344,0.8327999711036682,2.6654000282287598,0.10509999841451645,0.8666999936103821,2.6531999111175537,0.10830000042915344,0.866599977016449,2.65310001373291,0.10509999841451645,0.866599977016449,2.65310001373291,0.09989999979734421,0.866599977016449,2.65310001373291,0.10509999841451645,0.9016000032424927,2.6442999839782715,0.10509999841451645,0.866599977016449,2.65310001373291,0.09989999979734421,0.9016000032424927,2.6442999839782715,0.10509999841451645,0.9016000032424927,2.6442999839782715,0.09989999979734421,0.866599977016449,2.65310001373291,0.10509999841451645,0.8666999936103821,2.6531999111175537,0.10830000042915344,0.9016000032424927,2.644399881362915,0.10830000042915344,0.866599977016449,2.65310001373291,0.10509999841451645,0.9016000032424927,2.644399881362915,0.10830000042915344,0.9016000032424927,2.6442999839782715,0.10509999841451645,1.0089999437332153,2.639400005340576,0.11089999973773956,1.0090999603271484,2.6389000415802,0.10999999940395355,0.9731000065803528,2.6373000144958496,0.10999999940395355,1.0089999437332153,2.639400005340576,0.11089999973773956,0.9731000065803528,2.6373000144958496,0.10999999940395355,0.9731000065803528,2.6377999782562256,0.11089999973773956,1.044600009918213,2.6445999145507812,0.11089999973773956,1.044700026512146,2.6440999507904053,0.10999999940395355,1.0090999603271484,2.6389000415802,0.10999999940395355,1.044600009918213,2.6445999145507812,0.11089999973773956,1.0090999603271484,2.6389000415802,0.10999999940395355,1.0089999437332153,2.639400005340576,0.11089999973773956,1.0090999603271484,2.6389000415802,0.10999999940395355,1.0090999603271484,2.638700008392334,0.10830000042915344,0.9731000065803528,2.63700008392334,0.10830000042915344,1.0090999603271484,2.6389000415802,0.10999999940395355,0.9731000065803528,2.63700008392334,0.10830000042915344,0.9731000065803528,2.6373000144958496,0.10999999940395355,1.044700026512146,2.6440999507904053,0.10999999940395355,1.044700026512146,2.643899917602539,0.10830000042915344,1.0090999603271484,2.638700008392334,0.10830000042915344,1.044700026512146,2.6440999507904053,0.10999999940395355,1.0090999603271484,2.638700008392334,0.10830000042915344,1.0090999603271484,2.6389000415802,0.10999999940395355,1.1133999824523926,2.6651999950408936,0.11089999973773956,1.1136000156402588,2.6647000312805176,0.10999999940395355,1.0795999765396118,2.6526999473571777,0.10999999940395355,1.1133999824523926,2.6651999950408936,0.11089999973773956,1.0795999765396118,2.6526999473571777,0.10999999940395355,1.0794999599456787,2.6531999111175537,0.11089999973773956,1.1136000156402588,2.6647000312805176,0.10999999940395355,1.1136000156402588,2.6644999980926514,0.10830000042915344,1.079699993133545,2.6524999141693115,0.10830000042915344,1.1136000156402588,2.6647000312805176,0.10999999940395355,1.079699993133545,2.6524999141693115,0.10830000042915344,1.0795999765396118,2.6526999473571777,0.10999999940395355,1.0794999599456787,2.6531999111175537,0.11089999973773956,1.0795999765396118,2.6526999473571777,0.10999999940395355,1.044700026512146,2.6440999507904053,0.10999999940395355,1.0794999599456787,2.6531999111175537,0.11089999973773956,1.044700026512146,2.6440999507904053,0.10999999940395355,1.044600009918213,2.6445999145507812,0.11089999973773956,1.0795999765396118,2.6526999473571777,0.10999999940395355,1.079699993133545,2.6524999141693115,0.10830000042915344,1.044700026512146,2.643899917602539,0.10830000042915344,1.0795999765396118,2.6526999473571777,0.10999999940395355,1.044700026512146,2.643899917602539,0.10830000042915344,1.044700026512146,2.6440999507904053,0.10999999940395355,1.079699993133545,2.652400016784668,0.09989999979734421,1.079699993133545,2.652400016784668,0.10509999841451645,1.113700032234192,2.664400100708008,0.10509999841451645,1.079699993133545,2.652400016784668,0.09989999979734421,1.113700032234192,2.664400100708008,0.10509999841451645,1.113700032234192,2.664400100708008,0.09989999979734421,1.044700026512146,2.6438000202178955,0.09989999979734421,1.044700026512146,2.6438000202178955,0.10509999841451645,1.079699993133545,2.652400016784668,0.10509999841451645,1.044700026512146,2.6438000202178955,0.09989999979734421,1.079699993133545,2.652400016784668,0.10509999841451645,1.079699993133545,2.652400016784668,0.09989999979734421,1.079699993133545,2.652400016784668,0.10509999841451645,1.079699993133545,2.6524999141693115,0.10830000042915344,1.1136000156402588,2.6644999980926514,0.10830000042915344,1.079699993133545,2.652400016784668,0.10509999841451645,1.1136000156402588,2.6644999980926514,0.10830000042915344,1.113700032234192,2.664400100708008,0.10509999841451645,1.044700026512146,2.6438000202178955,0.10509999841451645,1.044700026512146,2.643899917602539,0.10830000042915344,1.079699993133545,2.6524999141693115,0.10830000042915344,1.044700026512146,2.6438000202178955,0.10509999841451645,1.079699993133545,2.6524999141693115,0.10830000042915344,1.079699993133545,2.652400016784668,0.10509999841451645,0.9731000065803528,2.63700008392334,0.09989999979734421,0.9731000065803528,2.63700008392334,0.10509999841451645,1.0090999603271484,2.6386001110076904,0.10509999841451645,0.9731000065803528,2.63700008392334,0.09989999979734421,1.0090999603271484,2.6386001110076904,0.10509999841451645,1.0090999603271484,2.6386001110076904,0.09989999979734421,0.9731000065803528,2.63700008392334,0.10509999841451645,0.9731000065803528,2.63700008392334,0.10830000042915344,1.0090999603271484,2.638700008392334,0.10830000042915344,0.9731000065803528,2.63700008392334,0.10509999841451645,1.0090999603271484,2.638700008392334,0.10830000042915344,1.0090999603271484,2.6386001110076904,0.10509999841451645,1.0090999603271484,2.6386001110076904,0.09989999979734421,1.0090999603271484,2.6386001110076904,0.10509999841451645,1.044700026512146,2.6438000202178955,0.10509999841451645,1.0090999603271484,2.6386001110076904,0.09989999979734421,1.044700026512146,2.6438000202178955,0.10509999841451645,1.044700026512146,2.6438000202178955,0.09989999979734421,1.0090999603271484,2.6386001110076904,0.10509999841451645,1.0090999603271484,2.638700008392334,0.10830000042915344,1.044700026512146,2.643899917602539,0.10830000042915344,1.0090999603271484,2.6386001110076904,0.10509999841451645,1.044700026512146,2.643899917602539,0.10830000042915344,1.044700026512146,2.6438000202178955,0.10509999841451645,1.145900011062622,2.6803998947143555,0.11089999973773956,1.1461000442504883,2.680000066757202,0.10999999940395355,1.1136000156402588,2.6647000312805176,0.10999999940395355,1.145900011062622,2.6803998947143555,0.11089999973773956,1.1136000156402588,2.6647000312805176,0.10999999940395355,1.1133999824523926,2.6651999950408936,0.11089999973773956,1.176800012588501,2.6988000869750977,0.11089999973773956,1.1770999431610107,2.6984000205993652,0.10999999940395355,1.1461000442504883,2.680000066757202,0.10999999940395355,1.176800012588501,2.6988000869750977,0.11089999973773956,1.1461000442504883,2.680000066757202,0.10999999940395355,1.145900011062622,2.6803998947143555,0.11089999973773956,1.1461000442504883,2.680000066757202,0.10999999940395355,1.1461999416351318,2.679800033569336,0.10830000042915344,1.1136000156402588,2.6644999980926514,0.10830000042915344,1.1461000442504883,2.680000066757202,0.10999999940395355,1.1136000156402588,2.6644999980926514,0.10830000042915344,1.1136000156402588,2.6647000312805176,0.10999999940395355,1.1770999431610107,2.6984000205993652,0.10999999940395355,1.1771999597549438,2.698199987411499,0.10830000042915344,1.1461999416351318,2.679800033569336,0.10830000042915344,1.1770999431610107,2.6984000205993652,0.10999999940395355,1.1461999416351318,2.679800033569336,0.10830000042915344,1.1461000442504883,2.680000066757202,0.10999999940395355,1.2323999404907227,2.7441000938415527,0.11089999973773956,1.232800006866455,2.743799924850464,0.10999999940395355,1.2059999704360962,2.7197000980377197,0.10999999940395355,1.2323999404907227,2.7441000938415527,0.11089999973773956,1.2059999704360962,2.7197000980377197,0.10999999940395355,1.2057000398635864,2.720099925994873,0.11089999973773956,1.232800006866455,2.743799924850464,0.10999999940395355,1.2330000400543213,2.7435998916625977,0.10830000042915344,1.2062000036239624,2.7195000648498535,0.10830000042915344,1.232800006866455,2.743799924850464,0.10999999940395355,1.2062000036239624,2.7195000648498535,0.10830000042915344,1.2059999704360962,2.7197000980377197,0.10999999940395355,1.2057000398635864,2.720099925994873,0.11089999973773956,1.2059999704360962,2.7197000980377197,0.10999999940395355,1.1770999431610107,2.6984000205993652,0.10999999940395355,1.2057000398635864,2.720099925994873,0.11089999973773956,1.1770999431610107,2.6984000205993652,0.10999999940395355,1.176800012588501,2.6988000869750977,0.11089999973773956,1.2059999704360962,2.7197000980377197,0.10999999940395355,1.2062000036239624,2.7195000648498535,0.10830000042915344,1.1771999597549438,2.698199987411499,0.10830000042915344,1.2059999704360962,2.7197000980377197,0.10999999940395355,1.1771999597549438,2.698199987411499,0.10830000042915344,1.1770999431610107,2.6984000205993652,0.10999999940395355,1.2062000036239624,2.719399929046631,0.09989999979734421,1.2062000036239624,2.719399929046631,0.10509999841451645,1.2330000400543213,2.743499994277954,0.10509999841451645,1.2062000036239624,2.719399929046631,0.09989999979734421,1.2330000400543213,2.743499994277954,0.10509999841451645,1.2330000400543213,2.743499994277954,0.09989999979734421,1.1771999597549438,2.6981000900268555,0.09989999979734421,1.1771999597549438,2.6981000900268555,0.10509999841451645,1.2062000036239624,2.719399929046631,0.10509999841451645,1.1771999597549438,2.6981000900268555,0.09989999979734421,1.2062000036239624,2.719399929046631,0.10509999841451645,1.2062000036239624,2.719399929046631,0.09989999979734421,1.2062000036239624,2.719399929046631,0.10509999841451645,1.2062000036239624,2.7195000648498535,0.10830000042915344,1.2330000400543213,2.7435998916625977,0.10830000042915344,1.2062000036239624,2.719399929046631,0.10509999841451645,1.2330000400543213,2.7435998916625977,0.10830000042915344,1.2330000400543213,2.743499994277954,0.10509999841451645,1.1771999597549438,2.6981000900268555,0.10509999841451645,1.1771999597549438,2.698199987411499,0.10830000042915344,1.2062000036239624,2.7195000648498535,0.10830000042915344,1.1771999597549438,2.6981000900268555,0.10509999841451645,1.2062000036239624,2.7195000648498535,0.10830000042915344,1.2062000036239624,2.719399929046631,0.10509999841451645,1.113700032234192,2.664400100708008,0.09989999979734421,1.113700032234192,2.664400100708008,0.10509999841451645,1.146299958229065,2.6796998977661133,0.10509999841451645,1.113700032234192,2.664400100708008,0.09989999979734421,1.146299958229065,2.6796998977661133,0.10509999841451645,1.146299958229065,2.6796998977661133,0.09989999979734421,1.113700032234192,2.664400100708008,0.10509999841451645,1.1136000156402588,2.6644999980926514,0.10830000042915344,1.1461999416351318,2.679800033569336,0.10830000042915344,1.113700032234192,2.664400100708008,0.10509999841451645,1.1461999416351318,2.679800033569336,0.10830000042915344,1.146299958229065,2.6796998977661133,0.10509999841451645,1.146299958229065,2.6796998977661133,0.09989999979734421,1.146299958229065,2.6796998977661133,0.10509999841451645,1.1771999597549438,2.6981000900268555,0.10509999841451645,1.146299958229065,2.6796998977661133,0.09989999979734421,1.1771999597549438,2.6981000900268555,0.10509999841451645,1.1771999597549438,2.6981000900268555,0.09989999979734421,1.146299958229065,2.6796998977661133,0.10509999841451645,1.1461999416351318,2.679800033569336,0.10830000042915344,1.1771999597549438,2.698199987411499,0.10830000042915344,1.146299958229065,2.6796998977661133,0.10509999841451645,1.1771999597549438,2.698199987411499,0.10830000042915344,1.1771999597549438,2.6981000900268555,0.10509999841451645,1.256700038909912,2.770699977874756,0.11089999973773956,1.2569999694824219,2.770400047302246,0.10999999940395355,1.232800006866455,2.743799924850464,0.10999999940395355,1.256700038909912,2.770699977874756,0.11089999973773956,1.232800006866455,2.743799924850464,0.10999999940395355,1.2323999404907227,2.7441000938415527,0.11089999973773956,1.2781000137329102,2.799499988555908,0.11089999973773956,1.278499960899353,2.7992000579833984,0.10999999940395355,1.2569999694824219,2.770400047302246,0.10999999940395355,1.2781000137329102,2.799499988555908,0.11089999973773956,1.2569999694824219,2.770400047302246,0.10999999940395355,1.256700038909912,2.770699977874756,0.11089999973773956,1.2569999694824219,2.770400047302246,0.10999999940395355,1.257200002670288,2.77020001411438,0.10830000042915344,1.2330000400543213,2.7435998916625977,0.10830000042915344,1.2569999694824219,2.770400047302246,0.10999999940395355,1.2330000400543213,2.7435998916625977,0.10830000042915344,1.232800006866455,2.743799924850464,0.10999999940395355,1.278499960899353,2.7992000579833984,0.10999999940395355,1.2786999940872192,2.799099922180176,0.10830000042915344,1.257200002670288,2.77020001411438,0.10830000042915344,1.278499960899353,2.7992000579833984,0.10999999940395355,1.257200002670288,2.77020001411438,0.10830000042915344,1.2569999694824219,2.770400047302246,0.10999999940395355,1.3121999502182007,2.862600088119507,0.11089999973773956,1.3127000331878662,2.8624000549316406,0.10999999940395355,1.2971999645233154,2.8299999237060547,0.10999999940395355,1.3121999502182007,2.862600088119507,0.11089999973773956,1.2971999645233154,2.8299999237060547,0.10999999940395355,1.2967000007629395,2.830199956893921,0.11089999973773956,1.3127000331878662,2.8624000549316406,0.10999999940395355,1.3128999471664429,2.862299919128418,0.10830000042915344,1.2973999977111816,2.829900026321411,0.10830000042915344,1.3127000331878662,2.8624000549316406,0.10999999940395355,1.2973999977111816,2.829900026321411,0.10830000042915344,1.2971999645233154,2.8299999237060547,0.10999999940395355,1.2967000007629395,2.830199956893921,0.11089999973773956,1.2971999645233154,2.8299999237060547,0.10999999940395355,1.278499960899353,2.7992000579833984,0.10999999940395355,1.2967000007629395,2.830199956893921,0.11089999973773956,1.278499960899353,2.7992000579833984,0.10999999940395355,1.2781000137329102,2.799499988555908,0.11089999973773956,1.2971999645233154,2.8299999237060547,0.10999999940395355,1.2973999977111816,2.829900026321411,0.10830000042915344,1.2786999940872192,2.799099922180176,0.10830000042915344,1.2971999645233154,2.8299999237060547,0.10999999940395355,1.2786999940872192,2.799099922180176,0.10830000042915344,1.278499960899353,2.7992000579833984,0.10999999940395355,1.2975000143051147,2.8297998905181885,0.09989999979734421,1.2975000143051147,2.8297998905181885,0.10509999841451645,1.312999963760376,2.862299919128418,0.10509999841451645,1.2975000143051147,2.8297998905181885,0.09989999979734421,1.312999963760376,2.862299919128418,0.10509999841451645,1.312999963760376,2.862299919128418,0.09989999979734421,1.2788000106811523,2.7990000247955322,0.09989999979734421,1.2788000106811523,2.7990000247955322,0.10509999841451645,1.2975000143051147,2.8297998905181885,0.10509999841451645,1.2788000106811523,2.7990000247955322,0.09989999979734421,1.2975000143051147,2.8297998905181885,0.10509999841451645,1.2975000143051147,2.8297998905181885,0.09989999979734421,1.2975000143051147,2.8297998905181885,0.10509999841451645,1.2973999977111816,2.829900026321411,0.10830000042915344,1.3128999471664429,2.862299919128418,0.10830000042915344,1.2975000143051147,2.8297998905181885,0.10509999841451645,1.3128999471664429,2.862299919128418,0.10830000042915344,1.312999963760376,2.862299919128418,0.10509999841451645,1.2788000106811523,2.7990000247955322,0.10509999841451645,1.2786999940872192,2.799099922180176,0.10830000042915344,1.2973999977111816,2.829900026321411,0.10830000042915344,1.2788000106811523,2.7990000247955322,0.10509999841451645,1.2973999977111816,2.829900026321411,0.10830000042915344,1.2975000143051147,2.8297998905181885,0.10509999841451645,1.2330000400543213,2.743499994277954,0.09989999979734421,1.2330000400543213,2.743499994277954,0.10509999841451645,1.2573000192642212,2.77020001411438,0.10509999841451645,1.2330000400543213,2.743499994277954,0.09989999979734421,1.2573000192642212,2.77020001411438,0.10509999841451645,1.2573000192642212,2.77020001411438,0.09989999979734421,1.2330000400543213,2.743499994277954,0.10509999841451645,1.2330000400543213,2.7435998916625977,0.10830000042915344,1.257200002670288,2.77020001411438,0.10830000042915344,1.2330000400543213,2.743499994277954,0.10509999841451645,1.257200002670288,2.77020001411438,0.10830000042915344,1.2573000192642212,2.77020001411438,0.10509999841451645,1.2573000192642212,2.77020001411438,0.09989999979734421,1.2573000192642212,2.77020001411438,0.10509999841451645,1.2788000106811523,2.7990000247955322,0.10509999841451645,1.2573000192642212,2.77020001411438,0.09989999979734421,1.2788000106811523,2.7990000247955322,0.10509999841451645,1.2788000106811523,2.7990000247955322,0.09989999979734421,1.2573000192642212,2.77020001411438,0.10509999841451645,1.257200002670288,2.77020001411438,0.10830000042915344,1.2786999940872192,2.799099922180176,0.10830000042915344,1.2573000192642212,2.77020001411438,0.10509999841451645,1.2786999940872192,2.799099922180176,0.10830000042915344,1.2788000106811523,2.7990000247955322,0.10509999841451645,1.3243999481201172,2.896399974822998,0.11089999973773956,1.3249000310897827,2.8963000774383545,0.10999999940395355,1.3127000331878662,2.8624000549316406,0.10999999940395355,1.3243999481201172,2.896399974822998,0.11089999973773956,1.3127000331878662,2.8624000549316406,0.10999999940395355,1.3121999502182007,2.862600088119507,0.11089999973773956,1.333299994468689,2.9312000274658203,0.11089999973773956,1.333799958229065,2.9312000274658203,0.10999999940395355,1.3249000310897827,2.8963000774383545,0.10999999940395355,1.333299994468689,2.9312000274658203,0.11089999973773956,1.3249000310897827,2.8963000774383545,0.10999999940395355,1.3243999481201172,2.896399974822998,0.11089999973773956,1.3249000310897827,2.8963000774383545,0.10999999940395355,1.3251999616622925,2.896199941635132,0.10830000042915344,1.3128999471664429,2.862299919128418,0.10830000042915344,1.3249000310897827,2.8963000774383545,0.10999999940395355,1.3128999471664429,2.862299919128418,0.10830000042915344,1.3127000331878662,2.8624000549316406,0.10999999940395355,1.333799958229065,2.9312000274658203,0.10999999940395355,1.3339999914169312,2.9310998916625977,0.10830000042915344,1.3251999616622925,2.896199941635132,0.10830000042915344,1.333799958229065,2.9312000274658203,0.10999999940395355,1.3251999616622925,2.896199941635132,0.10830000042915344,1.3249000310897827,2.8963000774383545,0.10999999940395355,1.3406000137329102,3.002700090408325,0.11089999973773956,1.3410999774932861,3.002700090408325,0.10999999940395355,1.3392000198364258,2.9667000770568848,0.10999999940395355,1.3406000137329102,3.002700090408325,0.11089999973773956,1.3392000198364258,2.9667000770568848,0.10999999940395355,1.3387000560760498,2.9667999744415283,0.11089999973773956,1.3410999774932861,3.002700090408325,0.10999999940395355,1.3413000106811523,3.002700090408325,0.10830000042915344,1.339400053024292,2.9667000770568848,0.10830000042915344,1.3410999774932861,3.002700090408325,0.10999999940395355,1.339400053024292,2.9667000770568848,0.10830000042915344,1.3392000198364258,2.9667000770568848,0.10999999940395355,1.3387000560760498,2.9667999744415283,0.11089999973773956,1.3392000198364258,2.9667000770568848,0.10999999940395355,1.333799958229065,2.9312000274658203,0.10999999940395355,1.3387000560760498,2.9667999744415283,0.11089999973773956,1.333799958229065,2.9312000274658203,0.10999999940395355,1.333299994468689,2.9312000274658203,0.11089999973773956,1.3392000198364258,2.9667000770568848,0.10999999940395355,1.339400053024292,2.9667000770568848,0.10830000042915344,1.3339999914169312,2.9310998916625977,0.10830000042915344,1.3392000198364258,2.9667000770568848,0.10999999940395355,1.3339999914169312,2.9310998916625977,0.10830000042915344,1.333799958229065,2.9312000274658203,0.10999999940395355,1.3394999504089355,2.9667000770568848,0.09989999979734421,1.3394999504089355,2.9667000770568848,0.10509999841451645,1.3414000272750854,3.002700090408325,0.10509999841451645,1.3394999504089355,2.9667000770568848,0.09989999979734421,1.3414000272750854,3.002700090408325,0.10509999841451645,1.3414000272750854,3.002700090408325,0.09989999979734421,1.3341000080108643,2.9310998916625977,0.09989999979734421,1.3341000080108643,2.9310998916625977,0.10509999841451645,1.3394999504089355,2.9667000770568848,0.10509999841451645,1.3341000080108643,2.9310998916625977,0.09989999979734421,1.3394999504089355,2.9667000770568848,0.10509999841451645,1.3394999504089355,2.9667000770568848,0.09989999979734421,1.3394999504089355,2.9667000770568848,0.10509999841451645,1.339400053024292,2.9667000770568848,0.10830000042915344,1.3413000106811523,3.002700090408325,0.10830000042915344,1.3394999504089355,2.9667000770568848,0.10509999841451645,1.3413000106811523,3.002700090408325,0.10830000042915344,1.3414000272750854,3.002700090408325,0.10509999841451645,1.3341000080108643,2.9310998916625977,0.10509999841451645,1.3339999914169312,2.9310998916625977,0.10830000042915344,1.339400053024292,2.9667000770568848,0.10830000042915344,1.3341000080108643,2.9310998916625977,0.10509999841451645,1.339400053024292,2.9667000770568848,0.10830000042915344,1.3394999504089355,2.9667000770568848,0.10509999841451645,1.312999963760376,2.862299919128418,0.09989999979734421,1.312999963760376,2.862299919128418,0.10509999841451645,1.3251999616622925,2.896199941635132,0.10509999841451645,1.312999963760376,2.862299919128418,0.09989999979734421,1.3251999616622925,2.896199941635132,0.10509999841451645,1.3251999616622925,2.896199941635132,0.09989999979734421,1.312999963760376,2.862299919128418,0.10509999841451645,1.3128999471664429,2.862299919128418,0.10830000042915344,1.3251999616622925,2.896199941635132,0.10830000042915344,1.312999963760376,2.862299919128418,0.10509999841451645,1.3251999616622925,2.896199941635132,0.10830000042915344,1.3251999616622925,2.896199941635132,0.10509999841451645,1.3251999616622925,2.896199941635132,0.09989999979734421,1.3251999616622925,2.896199941635132,0.10509999841451645,1.3341000080108643,2.9310998916625977,0.10509999841451645,1.3251999616622925,2.896199941635132,0.09989999979734421,1.3341000080108643,2.9310998916625977,0.10509999841451645,1.3341000080108643,2.9310998916625977,0.09989999979734421,1.3251999616622925,2.896199941635132,0.10509999841451645,1.3251999616622925,2.896199941635132,0.10830000042915344,1.3339999914169312,2.9310998916625977,0.10830000042915344,1.3251999616622925,2.896199941635132,0.10509999841451645,1.3339999914169312,2.9310998916625977,0.10830000042915344,1.3341000080108643,2.9310998916625977,0.10509999841451645,1.3389999866485596,3.0385000705718994,0.11089999973773956,1.339400053024292,3.038599967956543,0.10999999940395355,1.3410999774932861,3.002700090408325,0.10999999940395355,1.3389999866485596,3.0385000705718994,0.11089999973773956,1.3410999774932861,3.002700090408325,0.10999999940395355,1.3406000137329102,3.002700090408325,0.11089999973773956,1.333799958229065,3.0741000175476074,0.11089999973773956,1.3343000411987305,3.074199914932251,0.10999999940395355,1.339400053024292,3.038599967956543,0.10999999940395355,1.333799958229065,3.0741000175476074,0.11089999973773956,1.339400053024292,3.038599967956543,0.10999999940395355,1.3389999866485596,3.0385000705718994,0.11089999973773956,1.339400053024292,3.038599967956543,0.10999999940395355,1.3396999835968018,3.038599967956543,0.10830000042915344,1.3413000106811523,3.002700090408325,0.10830000042915344,1.339400053024292,3.038599967956543,0.10999999940395355,1.3413000106811523,3.002700090408325,0.10830000042915344,1.3410999774932861,3.002700090408325,0.10999999940395355,1.3343000411987305,3.074199914932251,0.10999999940395355,1.3344999551773071,3.0743000507354736,0.10830000042915344,1.3396999835968018,3.038599967956543,0.10830000042915344,1.3343000411987305,3.074199914932251,0.10999999940395355,1.3396999835968018,3.038599967956543,0.10830000042915344,1.339400053024292,3.038599967956543,0.10999999940395355,1.3131999969482422,3.142899990081787,0.11089999973773956,1.3136999607086182,3.1431000232696533,0.10999999940395355,1.325700044631958,3.109100103378296,0.10999999940395355,1.3131999969482422,3.142899990081787,0.11089999973773956,1.325700044631958,3.109100103378296,0.10999999940395355,1.3251999616622925,3.1089999675750732,0.11089999973773956,1.3136999607086182,3.1431000232696533,0.10999999940395355,1.3138999938964844,3.143199920654297,0.10830000042915344,1.3258999586105347,3.1092000007629395,0.10830000042915344,1.3136999607086182,3.1431000232696533,0.10999999940395355,1.3258999586105347,3.1092000007629395,0.10830000042915344,1.325700044631958,3.109100103378296,0.10999999940395355,1.3251999616622925,3.1089999675750732,0.11089999973773956,1.325700044631958,3.109100103378296,0.10999999940395355,1.3343000411987305,3.074199914932251,0.10999999940395355,1.3251999616622925,3.1089999675750732,0.11089999973773956,1.3343000411987305,3.074199914932251,0.10999999940395355,1.333799958229065,3.0741000175476074,0.11089999973773956,1.325700044631958,3.109100103378296,0.10999999940395355,1.3258999586105347,3.1092000007629395,0.10830000042915344,1.3344999551773071,3.0743000507354736,0.10830000042915344,1.325700044631958,3.109100103378296,0.10999999940395355,1.3344999551773071,3.0743000507354736,0.10830000042915344,1.3343000411987305,3.074199914932251,0.10999999940395355,1.3259999752044678,3.109299898147583,0.09989999979734421,1.3259999752044678,3.109299898147583,0.10509999841451645,1.3140000104904175,3.143199920654297,0.10509999841451645,1.3259999752044678,3.109299898147583,0.09989999979734421,1.3140000104904175,3.143199920654297,0.10509999841451645,1.3140000104904175,3.143199920654297,0.09989999979734421,1.3345999717712402,3.0743000507354736,0.09989999979734421,1.3345999717712402,3.0743000507354736,0.10509999841451645,1.3259999752044678,3.109299898147583,0.10509999841451645,1.3345999717712402,3.0743000507354736,0.09989999979734421,1.3259999752044678,3.109299898147583,0.10509999841451645,1.3259999752044678,3.109299898147583,0.09989999979734421,1.3259999752044678,3.109299898147583,0.10509999841451645,1.3258999586105347,3.1092000007629395,0.10830000042915344,1.3138999938964844,3.143199920654297,0.10830000042915344,1.3259999752044678,3.109299898147583,0.10509999841451645,1.3138999938964844,3.143199920654297,0.10830000042915344,1.3140000104904175,3.143199920654297,0.10509999841451645,1.3345999717712402,3.0743000507354736,0.10509999841451645,1.3344999551773071,3.0743000507354736,0.10830000042915344,1.3258999586105347,3.1092000007629395,0.10830000042915344,1.3345999717712402,3.0743000507354736,0.10509999841451645,1.3258999586105347,3.1092000007629395,0.10830000042915344,1.3259999752044678,3.109299898147583,0.10509999841451645,1.3414000272750854,3.002700090408325,0.09989999979734421,1.3414000272750854,3.002700090408325,0.10509999841451645,1.3398000001907349,3.038599967956543,0.10509999841451645,1.3414000272750854,3.002700090408325,0.09989999979734421,1.3398000001907349,3.038599967956543,0.10509999841451645,1.3398000001907349,3.038599967956543,0.09989999979734421,1.3414000272750854,3.002700090408325,0.10509999841451645,1.3413000106811523,3.002700090408325,0.10830000042915344,1.3396999835968018,3.038599967956543,0.10830000042915344,1.3414000272750854,3.002700090408325,0.10509999841451645,1.3396999835968018,3.038599967956543,0.10830000042915344,1.3398000001907349,3.038599967956543,0.10509999841451645,1.3398000001907349,3.038599967956543,0.09989999979734421,1.3398000001907349,3.038599967956543,0.10509999841451645,1.3345999717712402,3.0743000507354736,0.10509999841451645,1.3398000001907349,3.038599967956543,0.09989999979734421,1.3345999717712402,3.0743000507354736,0.10509999841451645,1.3345999717712402,3.0743000507354736,0.09989999979734421,1.3398000001907349,3.038599967956543,0.10509999841451645,1.3396999835968018,3.038599967956543,0.10830000042915344,1.3344999551773071,3.0743000507354736,0.10830000042915344,1.3398000001907349,3.038599967956543,0.10509999841451645,1.3344999551773071,3.0743000507354736,0.10830000042915344,1.3345999717712402,3.0743000507354736,0.10509999841451645,1.2979999780654907,3.1754000186920166,0.11089999973773956,1.2984000444412231,3.175600051879883,0.10999999940395355,1.3136999607086182,3.1431000232696533,0.10999999940395355,1.2979999780654907,3.1754000186920166,0.11089999973773956,1.3136999607086182,3.1431000232696533,0.10999999940395355,1.3131999969482422,3.142899990081787,0.11089999973773956,1.2796000242233276,3.2063000202178955,0.11089999973773956,1.2799999713897705,3.2065999507904053,0.10999999940395355,1.2984000444412231,3.175600051879883,0.10999999940395355,1.2796000242233276,3.2063000202178955,0.11089999973773956,1.2984000444412231,3.175600051879883,0.10999999940395355,1.2979999780654907,3.1754000186920166,0.11089999973773956,1.2984000444412231,3.175600051879883,0.10999999940395355,1.2985999584197998,3.175800085067749,0.10830000042915344,1.3138999938964844,3.143199920654297,0.10830000042915344,1.2984000444412231,3.175600051879883,0.10999999940395355,1.3138999938964844,3.143199920654297,0.10830000042915344,1.3136999607086182,3.1431000232696533,0.10999999940395355,1.2799999713897705,3.2065999507904053,0.10999999940395355,1.2802000045776367,3.206700086593628,0.10830000042915344,1.2985999584197998,3.175800085067749,0.10830000042915344,1.2799999713897705,3.2065999507904053,0.10999999940395355,1.2985999584197998,3.175800085067749,0.10830000042915344,1.2984000444412231,3.175600051879883,0.10999999940395355,1.2343000173568726,3.261899948120117,0.11089999973773956,1.2345999479293823,3.2623000144958496,0.10999999940395355,1.2587000131607056,3.235599994659424,0.10999999940395355,1.2343000173568726,3.261899948120117,0.11089999973773956,1.2587000131607056,3.235599994659424,0.10999999940395355,1.2582999467849731,3.2351999282836914,0.11089999973773956,1.2345999479293823,3.2623000144958496,0.10999999940395355,1.2347999811172485,3.262500047683716,0.10830000042915344,1.2589000463485718,3.2356998920440674,0.10830000042915344,1.2345999479293823,3.2623000144958496,0.10999999940395355,1.2589000463485718,3.2356998920440674,0.10830000042915344,1.2587000131607056,3.235599994659424,0.10999999940395355,1.2582999467849731,3.2351999282836914,0.11089999973773956,1.2587000131607056,3.235599994659424,0.10999999940395355,1.2799999713897705,3.2065999507904053,0.10999999940395355,1.2582999467849731,3.2351999282836914,0.11089999973773956,1.2799999713897705,3.2065999507904053,0.10999999940395355,1.2796000242233276,3.2063000202178955,0.11089999973773956,1.2587000131607056,3.235599994659424,0.10999999940395355,1.2589000463485718,3.2356998920440674,0.10830000042915344,1.2802000045776367,3.206700086593628,0.10830000042915344,1.2587000131607056,3.235599994659424,0.10999999940395355,1.2802000045776367,3.206700086593628,0.10830000042915344,1.2799999713897705,3.2065999507904053,0.10999999940395355,1.2589000463485718,3.23580002784729,0.09989999979734421,1.2589000463485718,3.23580002784729,0.10509999841451645,1.2348999977111816,3.2625999450683594,0.10509999841451645,1.2589000463485718,3.23580002784729,0.09989999979734421,1.2348999977111816,3.2625999450683594,0.10509999841451645,1.2348999977111816,3.2625999450683594,0.09989999979734421,1.2803000211715698,3.206700086593628,0.09989999979734421,1.2803000211715698,3.206700086593628,0.10509999841451645,1.2589000463485718,3.23580002784729,0.10509999841451645,1.2803000211715698,3.206700086593628,0.09989999979734421,1.2589000463485718,3.23580002784729,0.10509999841451645,1.2589000463485718,3.23580002784729,0.09989999979734421,1.2589000463485718,3.23580002784729,0.10509999841451645,1.2589000463485718,3.2356998920440674,0.10830000042915344,1.2347999811172485,3.262500047683716,0.10830000042915344,1.2589000463485718,3.23580002784729,0.10509999841451645,1.2347999811172485,3.262500047683716,0.10830000042915344,1.2348999977111816,3.2625999450683594,0.10509999841451645,1.2803000211715698,3.206700086593628,0.10509999841451645,1.2802000045776367,3.206700086593628,0.10830000042915344,1.2589000463485718,3.2356998920440674,0.10830000042915344,1.2803000211715698,3.206700086593628,0.10509999841451645,1.2589000463485718,3.2356998920440674,0.10830000042915344,1.2589000463485718,3.23580002784729,0.10509999841451645,1.3140000104904175,3.143199920654297,0.09989999979734421,1.3140000104904175,3.143199920654297,0.10509999841451645,1.298699975013733,3.175800085067749,0.10509999841451645,1.3140000104904175,3.143199920654297,0.09989999979734421,1.298699975013733,3.175800085067749,0.10509999841451645,1.298699975013733,3.175800085067749,0.09989999979734421,1.3140000104904175,3.143199920654297,0.10509999841451645,1.3138999938964844,3.143199920654297,0.10830000042915344,1.2985999584197998,3.175800085067749,0.10830000042915344,1.3140000104904175,3.143199920654297,0.10509999841451645,1.2985999584197998,3.175800085067749,0.10830000042915344,1.298699975013733,3.175800085067749,0.10509999841451645,1.298699975013733,3.175800085067749,0.09989999979734421,1.298699975013733,3.175800085067749,0.10509999841451645,1.2803000211715698,3.206700086593628,0.10509999841451645,1.298699975013733,3.175800085067749,0.09989999979734421,1.2803000211715698,3.206700086593628,0.10509999841451645,1.2803000211715698,3.206700086593628,0.09989999979734421,1.298699975013733,3.175800085067749,0.10509999841451645,1.2985999584197998,3.175800085067749,0.10830000042915344,1.2802000045776367,3.206700086593628,0.10830000042915344,1.298699975013733,3.175800085067749,0.10509999841451645,1.2802000045776367,3.206700086593628,0.10830000042915344,1.2803000211715698,3.206700086593628,0.10509999841451645,1.2077000141143799,3.2862000465393066,0.11089999973773956,1.2079999446868896,3.2864999771118164,0.10999999940395355,1.2345999479293823,3.2623000144958496,0.10999999940395355,1.2077000141143799,3.2862000465393066,0.11089999973773956,1.2345999479293823,3.2623000144958496,0.10999999940395355,1.2343000173568726,3.261899948120117,0.11089999973773956,1.1789000034332275,3.3076999187469482,0.11089999973773956,1.1792000532150269,3.3080999851226807,0.10999999940395355,1.2079999446868896,3.2864999771118164,0.10999999940395355,1.1789000034332275,3.3076999187469482,0.11089999973773956,1.2079999446868896,3.2864999771118164,0.10999999940395355,1.2077000141143799,3.2862000465393066,0.11089999973773956,1.2079999446868896,3.2864999771118164,0.10999999940395355,1.2081999778747559,3.286799907684326,0.10830000042915344,1.2347999811172485,3.262500047683716,0.10830000042915344,1.2079999446868896,3.2864999771118164,0.10999999940395355,1.2347999811172485,3.262500047683716,0.10830000042915344,1.2345999479293823,3.2623000144958496,0.10999999940395355,1.1792000532150269,3.3080999851226807,0.10999999940395355,1.1792999505996704,3.308300018310547,0.10830000042915344,1.2081999778747559,3.286799907684326,0.10830000042915344,1.1792000532150269,3.3080999851226807,0.10999999940395355,1.2081999778747559,3.286799907684326,0.10830000042915344,1.2079999446868896,3.2864999771118164,0.10999999940395355,1.1157000064849854,3.3417999744415283,0.11089999973773956,1.1160000562667847,3.3422000408172607,0.10999999940395355,1.1483999490737915,3.32669997215271,0.10999999940395355,1.1157000064849854,3.3417999744415283,0.11089999973773956,1.1483999490737915,3.32669997215271,0.10999999940395355,1.1482000350952148,3.3262999057769775,0.11089999973773956,1.1160000562667847,3.3422000408172607,0.10999999940395355,1.1160000562667847,3.3424999713897705,0.10830000042915344,1.1484999656677246,3.326900005340576,0.10830000042915344,1.1160000562667847,3.3422000408172607,0.10999999940395355,1.1484999656677246,3.326900005340576,0.10830000042915344,1.1483999490737915,3.32669997215271,0.10999999940395355,1.1482000350952148,3.3262999057769775,0.11089999973773956,1.1483999490737915,3.32669997215271,0.10999999940395355,1.1792000532150269,3.3080999851226807,0.10999999940395355,1.1482000350952148,3.3262999057769775,0.11089999973773956,1.1792000532150269,3.3080999851226807,0.10999999940395355,1.1789000034332275,3.3076999187469482,0.11089999973773956,1.1483999490737915,3.32669997215271,0.10999999940395355,1.1484999656677246,3.326900005340576,0.10830000042915344,1.1792999505996704,3.308300018310547,0.10830000042915344,1.1483999490737915,3.32669997215271,0.10999999940395355,1.1792999505996704,3.308300018310547,0.10830000042915344,1.1792000532150269,3.3080999851226807,0.10999999940395355,1.1485999822616577,3.3269999027252197,0.09989999979734421,1.1485999822616577,3.3269999027252197,0.10509999841451645,1.1160999536514282,3.3424999713897705,0.10509999841451645,1.1485999822616577,3.3269999027252197,0.09989999979734421,1.1160999536514282,3.3424999713897705,0.10509999841451645,1.1160999536514282,3.3424999713897705,0.09989999979734421,1.1793999671936035,3.308300018310547,0.09989999979734421,1.1793999671936035,3.308300018310547,0.10509999841451645,1.1485999822616577,3.3269999027252197,0.10509999841451645,1.1793999671936035,3.308300018310547,0.09989999979734421,1.1485999822616577,3.3269999027252197,0.10509999841451645,1.1485999822616577,3.3269999027252197,0.09989999979734421,1.1485999822616577,3.3269999027252197,0.10509999841451645,1.1484999656677246,3.326900005340576,0.10830000042915344,1.1160000562667847,3.3424999713897705,0.10830000042915344,1.1485999822616577,3.3269999027252197,0.10509999841451645,1.1160000562667847,3.3424999713897705,0.10830000042915344,1.1160999536514282,3.3424999713897705,0.10509999841451645,1.1793999671936035,3.308300018310547,0.10509999841451645,1.1792999505996704,3.308300018310547,0.10830000042915344,1.1484999656677246,3.326900005340576,0.10830000042915344,1.1793999671936035,3.308300018310547,0.10509999841451645,1.1484999656677246,3.326900005340576,0.10830000042915344,1.1485999822616577,3.3269999027252197,0.10509999841451645,1.2348999977111816,3.2625999450683594,0.09989999979734421,1.2348999977111816,3.2625999450683594,0.10509999841451645,1.2081999778747559,3.286799907684326,0.10509999841451645,1.2348999977111816,3.2625999450683594,0.09989999979734421,1.2081999778747559,3.286799907684326,0.10509999841451645,1.2081999778747559,3.286799907684326,0.09989999979734421,1.2348999977111816,3.2625999450683594,0.10509999841451645,1.2347999811172485,3.262500047683716,0.10830000042915344,1.2081999778747559,3.286799907684326,0.10830000042915344,1.2348999977111816,3.2625999450683594,0.10509999841451645,1.2081999778747559,3.286799907684326,0.10830000042915344,1.2081999778747559,3.286799907684326,0.10509999841451645,1.2081999778747559,3.286799907684326,0.09989999979734421,1.2081999778747559,3.286799907684326,0.10509999841451645,1.1793999671936035,3.308300018310547,0.10509999841451645,1.2081999778747559,3.286799907684326,0.09989999979734421,1.1793999671936035,3.308300018310547,0.10509999841451645,1.1793999671936035,3.308300018310547,0.09989999979734421,1.2081999778747559,3.286799907684326,0.10509999841451645,1.2081999778747559,3.286799907684326,0.10830000042915344,1.1792999505996704,3.308300018310547,0.10830000042915344,1.2081999778747559,3.286799907684326,0.10509999841451645,1.1792999505996704,3.308300018310547,0.10830000042915344,1.1793999671936035,3.308300018310547,0.10509999841451645,1.0820000171661377,3.3538999557495117,0.11089999973773956,1.0821000337600708,3.3543999195098877,0.10999999940395355,1.1160000562667847,3.3422000408172607,0.10999999940395355,1.0820000171661377,3.3538999557495117,0.11089999973773956,1.1160000562667847,3.3422000408172607,0.10999999940395355,1.1157000064849854,3.3417999744415283,0.11089999973773956,1.0470999479293823,3.362799882888794,0.11089999973773956,1.0471999645233154,3.363300085067749,0.10999999940395355,1.0821000337600708,3.3543999195098877,0.10999999940395355,1.0470999479293823,3.362799882888794,0.11089999973773956,1.0821000337600708,3.3543999195098877,0.10999999940395355,1.0820000171661377,3.3538999557495117,0.11089999973773956,1.0821000337600708,3.3543999195098877,0.10999999940395355,1.082200050354004,3.3547000885009766,0.10830000042915344,1.1160000562667847,3.3424999713897705,0.10830000042915344,1.0821000337600708,3.3543999195098877,0.10999999940395355,1.1160000562667847,3.3424999713897705,0.10830000042915344,1.1160000562667847,3.3422000408172607,0.10999999940395355,1.0471999645233154,3.363300085067749,0.10999999940395355,1.0472999811172485,3.3635001182556152,0.10830000042915344,1.082200050354004,3.3547000885009766,0.10830000042915344,1.0471999645233154,3.363300085067749,0.10999999940395355,1.082200050354004,3.3547000885009766,0.10830000042915344,1.0821000337600708,3.3543999195098877,0.10999999940395355,0.9757000207901001,3.3701000213623047,0.11089999973773956,0.9757000207901001,3.3705999851226807,0.10999999940395355,1.0117000341415405,3.3687000274658203,0.10999999940395355,0.9757000207901001,3.3701000213623047,0.11089999973773956,1.0117000341415405,3.3687000274658203,0.10999999940395355,1.0116000175476074,3.3682000637054443,0.11089999973773956,0.9757000207901001,3.3705999851226807,0.10999999940395355,0.9757000207901001,3.3708999156951904,0.10830000042915344,1.0117000341415405,3.36899995803833,0.10830000042915344,0.9757000207901001,3.3705999851226807,0.10999999940395355,1.0117000341415405,3.36899995803833,0.10830000042915344,1.0117000341415405,3.3687000274658203,0.10999999940395355,1.0116000175476074,3.3682000637054443,0.11089999973773956,1.0117000341415405,3.3687000274658203,0.10999999940395355,1.0471999645233154,3.363300085067749,0.10999999940395355,1.0116000175476074,3.3682000637054443,0.11089999973773956,1.0471999645233154,3.363300085067749,0.10999999940395355,1.0470999479293823,3.362799882888794,0.11089999973773956,1.0117000341415405,3.3687000274658203,0.10999999940395355,1.0117000341415405,3.36899995803833,0.10830000042915344,1.0472999811172485,3.3635001182556152,0.10830000042915344,1.0117000341415405,3.3687000274658203,0.10999999940395355,1.0472999811172485,3.3635001182556152,0.10830000042915344,1.0471999645233154,3.363300085067749,0.10999999940395355,1.0117000341415405,3.36899995803833,0.09989999979734421,1.0117000341415405,3.36899995803833,0.10509999841451645,0.9757000207901001,3.371000051498413,0.10509999841451645,1.0117000341415405,3.36899995803833,0.09989999979734421,0.9757000207901001,3.371000051498413,0.10509999841451645,0.9757000207901001,3.371000051498413,0.09989999979734421,1.0472999811172485,3.363600015640259,0.09989999979734421,1.0472999811172485,3.363600015640259,0.10509999841451645,1.0117000341415405,3.36899995803833,0.10509999841451645,1.0472999811172485,3.363600015640259,0.09989999979734421,1.0117000341415405,3.36899995803833,0.10509999841451645,1.0117000341415405,3.36899995803833,0.09989999979734421,1.0117000341415405,3.36899995803833,0.10509999841451645,1.0117000341415405,3.36899995803833,0.10830000042915344,0.9757000207901001,3.3708999156951904,0.10830000042915344,1.0117000341415405,3.36899995803833,0.10509999841451645,0.9757000207901001,3.3708999156951904,0.10830000042915344,0.9757000207901001,3.371000051498413,0.10509999841451645,1.0472999811172485,3.363600015640259,0.10509999841451645,1.0472999811172485,3.3635001182556152,0.10830000042915344,1.0117000341415405,3.36899995803833,0.10830000042915344,1.0472999811172485,3.363600015640259,0.10509999841451645,1.0117000341415405,3.36899995803833,0.10830000042915344,1.0117000341415405,3.36899995803833,0.10509999841451645,1.1160999536514282,3.3424999713897705,0.09989999979734421,1.1160999536514282,3.3424999713897705,0.10509999841451645,1.082200050354004,3.35479998588562,0.10509999841451645,1.1160999536514282,3.3424999713897705,0.09989999979734421,1.082200050354004,3.35479998588562,0.10509999841451645,1.082200050354004,3.35479998588562,0.09989999979734421,1.1160999536514282,3.3424999713897705,0.10509999841451645,1.1160000562667847,3.3424999713897705,0.10830000042915344,1.082200050354004,3.3547000885009766,0.10830000042915344,1.1160999536514282,3.3424999713897705,0.10509999841451645,1.082200050354004,3.3547000885009766,0.10830000042915344,1.082200050354004,3.35479998588562,0.10509999841451645,1.082200050354004,3.35479998588562,0.09989999979734421,1.082200050354004,3.35479998588562,0.10509999841451645,1.0472999811172485,3.363600015640259,0.10509999841451645,1.082200050354004,3.35479998588562,0.09989999979734421,1.0472999811172485,3.363600015640259,0.10509999841451645,1.0472999811172485,3.363600015640259,0.09989999979734421,1.082200050354004,3.35479998588562,0.10509999841451645,1.082200050354004,3.3547000885009766,0.10830000042915344,1.0472999811172485,3.3635001182556152,0.10830000042915344,1.082200050354004,3.35479998588562,0.10509999841451645,1.0472999811172485,3.3635001182556152,0.10830000042915344,1.0472999811172485,3.363600015640259,0.10509999841451645,0.9398000240325928,3.368499994277954,0.11089999973773956,0.9398000240325928,3.36899995803833,0.10999999940395355,0.9757000207901001,3.3705999851226807,0.10999999940395355,0.9398000240325928,3.368499994277954,0.11089999973773956,0.9757000207901001,3.3705999851226807,0.10999999940395355,0.9757000207901001,3.3701000213623047,0.11089999973773956,0.9042999744415283,3.363300085067749,0.11089999973773956,0.90420001745224,3.363800048828125,0.10999999940395355,0.9398000240325928,3.36899995803833,0.10999999940395355,0.9042999744415283,3.363300085067749,0.11089999973773956,0.9398000240325928,3.36899995803833,0.10999999940395355,0.9398000240325928,3.368499994277954,0.11089999973773956,0.9398000240325928,3.36899995803833,0.10999999940395355,0.9398000240325928,3.3691999912261963,0.10830000042915344,0.9757000207901001,3.3708999156951904,0.10830000042915344,0.9398000240325928,3.36899995803833,0.10999999940395355,0.9757000207901001,3.3708999156951904,0.10830000042915344,0.9757000207901001,3.3705999851226807,0.10999999940395355,0.90420001745224,3.363800048828125,0.10999999940395355,0.9041000008583069,3.364000082015991,0.10830000042915344,0.9398000240325928,3.3691999912261963,0.10830000042915344,0.90420001745224,3.363800048828125,0.10999999940395355,0.9398000240325928,3.3691999912261963,0.10830000042915344,0.9398000240325928,3.36899995803833,0.10999999940395355,0.8355000019073486,3.3427000045776367,0.11089999973773956,0.8353000283241272,3.3431999683380127,0.10999999940395355,0.8691999912261963,3.3552000522613525,0.10999999940395355,0.8355000019073486,3.3427000045776367,0.11089999973773956,0.8691999912261963,3.3552000522613525,0.10999999940395355,0.8694000244140625,3.3547000885009766,0.11089999973773956,0.8353000283241272,3.3431999683380127,0.10999999940395355,0.8352000117301941,3.343400001525879,0.10830000042915344,0.8691999912261963,3.3554000854492188,0.10830000042915344,0.8353000283241272,3.3431999683380127,0.10999999940395355,0.8691999912261963,3.3554000854492188,0.10830000042915344,0.8691999912261963,3.3552000522613525,0.10999999940395355,0.8694000244140625,3.3547000885009766,0.11089999973773956,0.8691999912261963,3.3552000522613525,0.10999999940395355,0.90420001745224,3.363800048828125,0.10999999940395355,0.8694000244140625,3.3547000885009766,0.11089999973773956,0.90420001745224,3.363800048828125,0.10999999940395355,0.9042999744415283,3.363300085067749,0.11089999973773956,0.8691999912261963,3.3552000522613525,0.10999999940395355,0.8691999912261963,3.3554000854492188,0.10830000042915344,0.9041000008583069,3.364000082015991,0.10830000042915344,0.8691999912261963,3.3552000522613525,0.10999999940395355,0.9041000008583069,3.364000082015991,0.10830000042915344,0.90420001745224,3.363800048828125,0.10999999940395355,0.8690999746322632,3.3554999828338623,0.09989999979734421,0.8690999746322632,3.3554999828338623,0.10509999841451645,0.8352000117301941,3.3434998989105225,0.10509999841451645,0.8690999746322632,3.3554999828338623,0.09989999979734421,0.8352000117301941,3.3434998989105225,0.10509999841451645,0.8352000117301941,3.3434998989105225,0.09989999979734421,0.9041000008583069,3.3640999794006348,0.09989999979734421,0.9041000008583069,3.3640999794006348,0.10509999841451645,0.8690999746322632,3.3554999828338623,0.10509999841451645,0.9041000008583069,3.3640999794006348,0.09989999979734421,0.8690999746322632,3.3554999828338623,0.10509999841451645,0.8690999746322632,3.3554999828338623,0.09989999979734421,0.8690999746322632,3.3554999828338623,0.10509999841451645,0.8691999912261963,3.3554000854492188,0.10830000042915344,0.8352000117301941,3.343400001525879,0.10830000042915344,0.8690999746322632,3.3554999828338623,0.10509999841451645,0.8352000117301941,3.343400001525879,0.10830000042915344,0.8352000117301941,3.3434998989105225,0.10509999841451645,0.9041000008583069,3.3640999794006348,0.10509999841451645,0.9041000008583069,3.364000082015991,0.10830000042915344,0.8691999912261963,3.3554000854492188,0.10830000042915344,0.9041000008583069,3.3640999794006348,0.10509999841451645,0.8691999912261963,3.3554000854492188,0.10830000042915344,0.8690999746322632,3.3554999828338623,0.10509999841451645,0.9757000207901001,3.371000051498413,0.09989999979734421,0.9757000207901001,3.371000051498413,0.10509999841451645,0.9398000240325928,3.36929988861084,0.10509999841451645,0.9757000207901001,3.371000051498413,0.09989999979734421,0.9398000240325928,3.36929988861084,0.10509999841451645,0.9398000240325928,3.36929988861084,0.09989999979734421,0.9757000207901001,3.371000051498413,0.10509999841451645,0.9757000207901001,3.3708999156951904,0.10830000042915344,0.9398000240325928,3.3691999912261963,0.10830000042915344,0.9757000207901001,3.371000051498413,0.10509999841451645,0.9398000240325928,3.3691999912261963,0.10830000042915344,0.9398000240325928,3.36929988861084,0.10509999841451645,0.9398000240325928,3.36929988861084,0.09989999979734421,0.9398000240325928,3.36929988861084,0.10509999841451645,0.9041000008583069,3.3640999794006348,0.10509999841451645,0.9398000240325928,3.36929988861084,0.09989999979734421,0.9041000008583069,3.3640999794006348,0.10509999841451645,0.9041000008583069,3.3640999794006348,0.09989999979734421,0.9398000240325928,3.36929988861084,0.10509999841451645,0.9398000240325928,3.3691999912261963,0.10830000042915344,0.9041000008583069,3.364000082015991,0.10830000042915344,0.9398000240325928,3.36929988861084,0.10509999841451645,0.9041000008583069,3.364000082015991,0.10830000042915344,0.9041000008583069,3.3640999794006348,0.10509999841451645,0.8029999732971191,3.327500104904175,0.11089999973773956,0.8026999831199646,3.327899932861328,0.10999999940395355,0.8353000283241272,3.3431999683380127,0.10999999940395355,0.8029999732971191,3.327500104904175,0.11089999973773956,0.8353000283241272,3.3431999683380127,0.10999999940395355,0.8355000019073486,3.3427000045776367,0.11089999973773956,0.7720999717712402,3.3090999126434326,0.11089999973773956,0.7717999815940857,3.309499979019165,0.10999999940395355,0.8026999831199646,3.327899932861328,0.10999999940395355,0.7720999717712402,3.3090999126434326,0.11089999973773956,0.8026999831199646,3.327899932861328,0.10999999940395355,0.8029999732971191,3.327500104904175,0.11089999973773956,0.8026999831199646,3.327899932861328,0.10999999940395355,0.8026000261306763,3.3280999660491943,0.10830000042915344,0.8352000117301941,3.343400001525879,0.10830000042915344,0.8026999831199646,3.327899932861328,0.10999999940395355,0.8352000117301941,3.343400001525879,0.10830000042915344,0.8353000283241272,3.3431999683380127,0.10999999940395355,0.7717999815940857,3.309499979019165,0.10999999940395355,0.7717000246047974,3.3097000122070312,0.10830000042915344,0.8026000261306763,3.3280999660491943,0.10830000042915344,0.7717999815940857,3.309499979019165,0.10999999940395355,0.8026000261306763,3.3280999660491943,0.10830000042915344,0.8026999831199646,3.327899932861328,0.10999999940395355,0.7164000272750854,3.2637999057769775,0.11089999973773956,0.7160999774932861,3.2641000747680664,0.10999999940395355,0.7427999973297119,3.2881999015808105,0.10999999940395355,0.7164000272750854,3.2637999057769775,0.11089999973773956,0.7427999973297119,3.2881999015808105,0.10999999940395355,0.7430999875068665,3.2878000736236572,0.11089999973773956,0.7160999774932861,3.2641000747680664,0.10999999940395355,0.7159000039100647,3.2643001079559326,0.10830000042915344,0.7426999807357788,3.2883999347686768,0.10830000042915344,0.7160999774932861,3.2641000747680664,0.10999999940395355,0.7426999807357788,3.2883999347686768,0.10830000042915344,0.7427999973297119,3.2881999015808105,0.10999999940395355,0.7430999875068665,3.2878000736236572,0.11089999973773956,0.7427999973297119,3.2881999015808105,0.10999999940395355,0.7717999815940857,3.309499979019165,0.10999999940395355,0.7430999875068665,3.2878000736236572,0.11089999973773956,0.7717999815940857,3.309499979019165,0.10999999940395355,0.7720999717712402,3.3090999126434326,0.11089999973773956,0.7427999973297119,3.2881999015808105,0.10999999940395355,0.7426999807357788,3.2883999347686768,0.10830000042915344,0.7717000246047974,3.3097000122070312,0.10830000042915344,0.7427999973297119,3.2881999015808105,0.10999999940395355,0.7717000246047974,3.3097000122070312,0.10830000042915344,0.7717999815940857,3.309499979019165,0.10999999940395355,0.7426000237464905,3.2885000705718994,0.09989999979734421,0.7426000237464905,3.2885000705718994,0.10509999841451645,0.7157999873161316,3.264400005340576,0.10509999841451645,0.7426000237464905,3.2885000705718994,0.09989999979734421,0.7157999873161316,3.264400005340576,0.10509999841451645,0.7157999873161316,3.264400005340576,0.09989999979734421,0.7716000080108643,3.309799909591675,0.09989999979734421,0.7716000080108643,3.309799909591675,0.10509999841451645,0.7426000237464905,3.2885000705718994,0.10509999841451645,0.7716000080108643,3.309799909591675,0.09989999979734421,0.7426000237464905,3.2885000705718994,0.10509999841451645,0.7426000237464905,3.2885000705718994,0.09989999979734421,0.7426000237464905,3.2885000705718994,0.10509999841451645,0.7426999807357788,3.2883999347686768,0.10830000042915344,0.7159000039100647,3.2643001079559326,0.10830000042915344,0.7426000237464905,3.2885000705718994,0.10509999841451645,0.7159000039100647,3.2643001079559326,0.10830000042915344,0.7157999873161316,3.264400005340576,0.10509999841451645,0.7716000080108643,3.309799909591675,0.10509999841451645,0.7717000246047974,3.3097000122070312,0.10830000042915344,0.7426999807357788,3.2883999347686768,0.10830000042915344,0.7716000080108643,3.309799909591675,0.10509999841451645,0.7426999807357788,3.2883999347686768,0.10830000042915344,0.7426000237464905,3.2885000705718994,0.10509999841451645,0.8352000117301941,3.3434998989105225,0.09989999979734421,0.8352000117301941,3.3434998989105225,0.10509999841451645,0.8026000261306763,3.328200101852417,0.10509999841451645,0.8352000117301941,3.3434998989105225,0.09989999979734421,0.8026000261306763,3.328200101852417,0.10509999841451645,0.8026000261306763,3.328200101852417,0.09989999979734421,0.8352000117301941,3.3434998989105225,0.10509999841451645,0.8352000117301941,3.343400001525879,0.10830000042915344,0.8026000261306763,3.3280999660491943,0.10830000042915344,0.8352000117301941,3.3434998989105225,0.10509999841451645,0.8026000261306763,3.3280999660491943,0.10830000042915344,0.8026000261306763,3.328200101852417,0.10509999841451645,0.8026000261306763,3.328200101852417,0.09989999979734421,0.8026000261306763,3.328200101852417,0.10509999841451645,0.7716000080108643,3.309799909591675,0.10509999841451645,0.8026000261306763,3.328200101852417,0.09989999979734421,0.7716000080108643,3.309799909591675,0.10509999841451645,0.7716000080108643,3.309799909591675,0.09989999979734421,0.8026000261306763,3.328200101852417,0.10509999841451645,0.8026000261306763,3.3280999660491943,0.10830000042915344,0.7717000246047974,3.3097000122070312,0.10830000042915344,0.8026000261306763,3.328200101852417,0.10509999841451645,0.7717000246047974,3.3097000122070312,0.10830000042915344,0.7716000080108643,3.309799909591675,0.10509999841451645,0.6922000050544739,3.2372000217437744,0.11089999973773956,0.6917999982833862,3.237499952316284,0.10999999940395355,0.7160999774932861,3.2641000747680664,0.10999999940395355,0.6922000050544739,3.2372000217437744,0.11089999973773956,0.7160999774932861,3.2641000747680664,0.10999999940395355,0.7164000272750854,3.2637999057769775,0.11089999973773956,0.6707000136375427,3.208400011062622,0.11089999973773956,0.6703000068664551,3.208699941635132,0.10999999940395355,0.6917999982833862,3.237499952316284,0.10999999940395355,0.6707000136375427,3.208400011062622,0.11089999973773956,0.6917999982833862,3.237499952316284,0.10999999940395355,0.6922000050544739,3.2372000217437744,0.11089999973773956,0.6917999982833862,3.237499952316284,0.10999999940395355,0.6916000247001648,3.2376999855041504,0.10830000042915344,0.7159000039100647,3.2643001079559326,0.10830000042915344,0.6917999982833862,3.237499952316284,0.10999999940395355,0.7159000039100647,3.2643001079559326,0.10830000042915344,0.7160999774932861,3.2641000747680664,0.10999999940395355,0.6703000068664551,3.208699941635132,0.10999999940395355,0.6700999736785889,3.2088000774383545,0.10830000042915344,0.6916000247001648,3.2376999855041504,0.10830000042915344,0.6703000068664551,3.208699941635132,0.10999999940395355,0.6916000247001648,3.2376999855041504,0.10830000042915344,0.6917999982833862,3.237499952316284,0.10999999940395355,0.6366000175476074,3.1452999114990234,0.11089999973773956,0.6362000107765198,3.1454999446868896,0.10999999940395355,0.6517000198364258,3.1779000759124756,0.10999999940395355,0.6366000175476074,3.1452999114990234,0.11089999973773956,0.6517000198364258,3.1779000759124756,0.10999999940395355,0.6521000266075134,3.1777000427246094,0.11089999973773956,0.6362000107765198,3.1454999446868896,0.10999999940395355,0.6359000205993652,3.1456000804901123,0.10830000042915344,0.6514999866485596,3.177999973297119,0.10830000042915344,0.6362000107765198,3.1454999446868896,0.10999999940395355,0.6514999866485596,3.177999973297119,0.10830000042915344,0.6517000198364258,3.1779000759124756,0.10999999940395355,0.6521000266075134,3.1777000427246094,0.11089999973773956,0.6517000198364258,3.1779000759124756,0.10999999940395355,0.6703000068664551,3.208699941635132,0.10999999940395355,0.6521000266075134,3.1777000427246094,0.11089999973773956,0.6703000068664551,3.208699941635132,0.10999999940395355,0.6707000136375427,3.208400011062622,0.11089999973773956,0.6517000198364258,3.1779000759124756,0.10999999940395355,0.6514999866485596,3.177999973297119,0.10830000042915344,0.6700999736785889,3.2088000774383545,0.10830000042915344,0.6517000198364258,3.1779000759124756,0.10999999940395355,0.6700999736785889,3.2088000774383545,0.10830000042915344,0.6703000068664551,3.208699941635132,0.10999999940395355,0.6514000296592712,3.178100109100342,0.09989999979734421,0.6514000296592712,3.178100109100342,0.10509999841451645,0.6358000040054321,3.1456000804901123,0.10509999841451645,0.6514000296592712,3.178100109100342,0.09989999979734421,0.6358000040054321,3.1456000804901123,0.10509999841451645,0.6358000040054321,3.1456000804901123,0.09989999979734421,0.6700000166893005,3.208899974822998,0.09989999979734421,0.6700000166893005,3.208899974822998,0.10509999841451645,0.6514000296592712,3.178100109100342,0.10509999841451645,0.6700000166893005,3.208899974822998,0.09989999979734421,0.6514000296592712,3.178100109100342,0.10509999841451645,0.6514000296592712,3.178100109100342,0.09989999979734421,0.6514000296592712,3.178100109100342,0.10509999841451645,0.6514999866485596,3.177999973297119,0.10830000042915344,0.6359000205993652,3.1456000804901123,0.10830000042915344,0.6514000296592712,3.178100109100342,0.10509999841451645,0.6359000205993652,3.1456000804901123,0.10830000042915344,0.6358000040054321,3.1456000804901123,0.10509999841451645,0.6700000166893005,3.208899974822998,0.10509999841451645,0.6700999736785889,3.2088000774383545,0.10830000042915344,0.6514999866485596,3.177999973297119,0.10830000042915344,0.6700000166893005,3.208899974822998,0.10509999841451645,0.6514999866485596,3.177999973297119,0.10830000042915344,0.6514000296592712,3.178100109100342,0.10509999841451645,0.7157999873161316,3.264400005340576,0.09989999979734421,0.7157999873161316,3.264400005340576,0.10509999841451645,0.6916000247001648,3.237799882888794,0.10509999841451645,0.7157999873161316,3.264400005340576,0.09989999979734421,0.6916000247001648,3.237799882888794,0.10509999841451645,0.6916000247001648,3.237799882888794,0.09989999979734421,0.7157999873161316,3.264400005340576,0.10509999841451645,0.7159000039100647,3.2643001079559326,0.10830000042915344,0.6916000247001648,3.2376999855041504,0.10830000042915344,0.7157999873161316,3.264400005340576,0.10509999841451645,0.6916000247001648,3.2376999855041504,0.10830000042915344,0.6916000247001648,3.237799882888794,0.10509999841451645,0.6916000247001648,3.237799882888794,0.09989999979734421,0.6916000247001648,3.237799882888794,0.10509999841451645,0.6700000166893005,3.208899974822998,0.10509999841451645,0.6916000247001648,3.237799882888794,0.09989999979734421,0.6700000166893005,3.208899974822998,0.10509999841451645,0.6700000166893005,3.208899974822998,0.09989999979734421,0.6916000247001648,3.237799882888794,0.10509999841451645,0.6916000247001648,3.2376999855041504,0.10830000042915344,0.6700999736785889,3.2088000774383545,0.10830000042915344,0.6916000247001648,3.237799882888794,0.10509999841451645,0.6700999736785889,3.2088000774383545,0.10830000042915344,0.6700000166893005,3.208899974822998,0.10509999841451645,0.6244000196456909,3.1115000247955322,0.11089999973773956,0.6240000128746033,3.111599922180176,0.10999999940395355,0.6362000107765198,3.1454999446868896,0.10999999940395355,0.6244000196456909,3.1115000247955322,0.11089999973773956,0.6362000107765198,3.1454999446868896,0.10999999940395355,0.6366000175476074,3.1452999114990234,0.11089999973773956,0.6155999898910522,3.07669997215271,0.11089999973773956,0.6151000261306763,3.07669997215271,0.10999999940395355,0.6240000128746033,3.111599922180176,0.10999999940395355,0.6155999898910522,3.07669997215271,0.11089999973773956,0.6240000128746033,3.111599922180176,0.10999999940395355,0.6244000196456909,3.1115000247955322,0.11089999973773956,0.6240000128746033,3.111599922180176,0.10999999940395355,0.6237000226974487,3.1117000579833984,0.10830000042915344,0.6359000205993652,3.1456000804901123,0.10830000042915344,0.6240000128746033,3.111599922180176,0.10999999940395355,0.6359000205993652,3.1456000804901123,0.10830000042915344,0.6362000107765198,3.1454999446868896,0.10999999940395355,0.6151000261306763,3.07669997215271,0.10999999940395355,0.6148999929428101,3.0768001079559326,0.10830000042915344,0.6237000226974487,3.1117000579833984,0.10830000042915344,0.6151000261306763,3.07669997215271,0.10999999940395355,0.6237000226974487,3.1117000579833984,0.10830000042915344,0.6240000128746033,3.111599922180176,0.10999999940395355,0.6082000136375427,3.0053000450134277,0.11089999973773956,0.6078000068664551,3.0053000450134277,0.10999999940395355,0.6097000241279602,3.0411999225616455,0.10999999940395355,0.6082000136375427,3.0053000450134277,0.11089999973773956,0.6097000241279602,3.0411999225616455,0.10999999940395355,0.6101999878883362,3.041100025177002,0.11089999973773956,0.6078000068664551,3.0053000450134277,0.10999999940395355,0.6075000166893005,3.0053000450134277,0.10830000042915344,0.6093999743461609,3.0411999225616455,0.10830000042915344,0.6078000068664551,3.0053000450134277,0.10999999940395355,0.6093999743461609,3.0411999225616455,0.10830000042915344,0.6097000241279602,3.0411999225616455,0.10999999940395355,0.6101999878883362,3.041100025177002,0.11089999973773956,0.6097000241279602,3.0411999225616455,0.10999999940395355,0.6151000261306763,3.07669997215271,0.10999999940395355,0.6101999878883362,3.041100025177002,0.11089999973773956,0.6151000261306763,3.07669997215271,0.10999999940395355,0.6155999898910522,3.07669997215271,0.11089999973773956,0.6097000241279602,3.0411999225616455,0.10999999940395355,0.6093999743461609,3.0411999225616455,0.10830000042915344,0.6148999929428101,3.0768001079559326,0.10830000042915344,0.6097000241279602,3.0411999225616455,0.10999999940395355,0.6148999929428101,3.0768001079559326,0.10830000042915344,0.6151000261306763,3.07669997215271,0.10999999940395355,0.6093000173568726,3.0411999225616455,0.09989999979734421,0.6093000173568726,3.0411999225616455,0.10509999841451645,0.6074000000953674,3.0053000450134277,0.10509999841451645,0.6093000173568726,3.0411999225616455,0.09989999979734421,0.6074000000953674,3.0053000450134277,0.10509999841451645,0.6074000000953674,3.0053000450134277,0.09989999979734421,0.614799976348877,3.0768001079559326,0.09989999979734421,0.614799976348877,3.0768001079559326,0.10509999841451645,0.6093000173568726,3.0411999225616455,0.10509999841451645,0.614799976348877,3.0768001079559326,0.09989999979734421,0.6093000173568726,3.0411999225616455,0.10509999841451645,0.6093000173568726,3.0411999225616455,0.09989999979734421,0.6093000173568726,3.0411999225616455,0.10509999841451645,0.6093999743461609,3.0411999225616455,0.10830000042915344,0.6075000166893005,3.0053000450134277,0.10830000042915344,0.6093000173568726,3.0411999225616455,0.10509999841451645,0.6075000166893005,3.0053000450134277,0.10830000042915344,0.6074000000953674,3.0053000450134277,0.10509999841451645,0.614799976348877,3.0768001079559326,0.10509999841451645,0.6148999929428101,3.0768001079559326,0.10830000042915344,0.6093999743461609,3.0411999225616455,0.10830000042915344,0.614799976348877,3.0768001079559326,0.10509999841451645,0.6093999743461609,3.0411999225616455,0.10830000042915344,0.6093000173568726,3.0411999225616455,0.10509999841451645,0.6358000040054321,3.1456000804901123,0.09989999979734421,0.6358000040054321,3.1456000804901123,0.10509999841451645,0.6236000061035156,3.1117000579833984,0.10509999841451645,0.6358000040054321,3.1456000804901123,0.09989999979734421,0.6236000061035156,3.1117000579833984,0.10509999841451645,0.6236000061035156,3.1117000579833984,0.09989999979734421,0.6358000040054321,3.1456000804901123,0.10509999841451645,0.6359000205993652,3.1456000804901123,0.10830000042915344,0.6237000226974487,3.1117000579833984,0.10830000042915344,0.6358000040054321,3.1456000804901123,0.10509999841451645,0.6237000226974487,3.1117000579833984,0.10830000042915344,0.6236000061035156,3.1117000579833984,0.10509999841451645,0.6236000061035156,3.1117000579833984,0.09989999979734421,0.6236000061035156,3.1117000579833984,0.10509999841451645,0.614799976348877,3.0768001079559326,0.10509999841451645,0.6236000061035156,3.1117000579833984,0.09989999979734421,0.614799976348877,3.0768001079559326,0.10509999841451645,0.614799976348877,3.0768001079559326,0.09989999979734421,0.6236000061035156,3.1117000579833984,0.10509999841451645,0.6237000226974487,3.1117000579833984,0.10830000042915344,0.6148999929428101,3.0768001079559326,0.10830000042915344,0.6236000061035156,3.1117000579833984,0.10509999841451645,0.6148999929428101,3.0768001079559326,0.10830000042915344,0.614799976348877,3.0768001079559326,0.10509999841451645,0.6098999977111816,2.969399929046631,0.11089999973773956,0.6093999743461609,2.9693000316619873,0.10999999940395355,0.6078000068664551,3.0053000450134277,0.10999999940395355,0.6098999977111816,2.969399929046631,0.11089999973773956,0.6078000068664551,3.0053000450134277,0.10999999940395355,0.6082000136375427,3.0053000450134277,0.11089999973773956,0.6151000261306763,2.933799982070923,0.11089999973773956,0.6146000027656555,2.9337000846862793,0.10999999940395355,0.6093999743461609,2.9693000316619873,0.10999999940395355,0.6151000261306763,2.933799982070923,0.11089999973773956,0.6093999743461609,2.9693000316619873,0.10999999940395355,0.6098999977111816,2.969399929046631,0.11089999973773956,0.6093999743461609,2.9693000316619873,0.10999999940395355,0.6092000007629395,2.9693000316619873,0.10830000042915344,0.6075000166893005,3.0053000450134277,0.10830000042915344,0.6093999743461609,2.9693000316619873,0.10999999940395355,0.6075000166893005,3.0053000450134277,0.10830000042915344,0.6078000068664551,3.0053000450134277,0.10999999940395355,0.6146000027656555,2.9337000846862793,0.10999999940395355,0.614300012588501,2.9335999488830566,0.10830000042915344,0.6092000007629395,2.9693000316619873,0.10830000042915344,0.6146000027656555,2.9337000846862793,0.10999999940395355,0.6092000007629395,2.9693000316619873,0.10830000042915344,0.6093999743461609,2.9693000316619873,0.10999999940395355,0.6355999708175659,2.865000009536743,0.11089999973773956,0.635200023651123,2.864799976348877,0.10999999940395355,0.623199999332428,2.8987998962402344,0.10999999940395355,0.6355999708175659,2.865000009536743,0.11089999973773956,0.623199999332428,2.8987998962402344,0.10999999940395355,0.6237000226974487,2.898900032043457,0.11089999973773956,0.635200023651123,2.864799976348877,0.10999999940395355,0.6349999904632568,2.8647000789642334,0.10830000042915344,0.6229000091552734,2.898699998855591,0.10830000042915344,0.635200023651123,2.864799976348877,0.10999999940395355,0.6229000091552734,2.898699998855591,0.10830000042915344,0.623199999332428,2.8987998962402344,0.10999999940395355,0.6237000226974487,2.898900032043457,0.11089999973773956,0.623199999332428,2.8987998962402344,0.10999999940395355,0.6146000027656555,2.9337000846862793,0.10999999940395355,0.6237000226974487,2.898900032043457,0.11089999973773956,0.6146000027656555,2.9337000846862793,0.10999999940395355,0.6151000261306763,2.933799982070923,0.11089999973773956,0.623199999332428,2.8987998962402344,0.10999999940395355,0.6229000091552734,2.898699998855591,0.10830000042915344,0.614300012588501,2.9335999488830566,0.10830000042915344,0.623199999332428,2.8987998962402344,0.10999999940395355,0.614300012588501,2.9335999488830566,0.10830000042915344,0.6146000027656555,2.9337000846862793,0.10999999940395355,0.6229000091552734,2.8986001014709473,0.09989999979734421,0.6229000091552734,2.8986001014709473,0.10509999841451645,0.6348999738693237,2.8647000789642334,0.10509999841451645,0.6229000091552734,2.8986001014709473,0.09989999979734421,0.6348999738693237,2.8647000789642334,0.10509999841451645,0.6348999738693237,2.8647000789642334,0.09989999979734421,0.614300012588501,2.9335999488830566,0.09989999979734421,0.614300012588501,2.9335999488830566,0.10509999841451645,0.6229000091552734,2.8986001014709473,0.10509999841451645,0.614300012588501,2.9335999488830566,0.09989999979734421,0.6229000091552734,2.8986001014709473,0.10509999841451645,0.6229000091552734,2.8986001014709473,0.09989999979734421,0.6229000091552734,2.8986001014709473,0.10509999841451645,0.6229000091552734,2.898699998855591,0.10830000042915344,0.6349999904632568,2.8647000789642334,0.10830000042915344,0.6229000091552734,2.8986001014709473,0.10509999841451645,0.6349999904632568,2.8647000789642334,0.10830000042915344,0.6348999738693237,2.8647000789642334,0.10509999841451645,0.614300012588501,2.9335999488830566,0.10509999841451645,0.614300012588501,2.9335999488830566,0.10830000042915344,0.6229000091552734,2.898699998855591,0.10830000042915344,0.614300012588501,2.9335999488830566,0.10509999841451645,0.6229000091552734,2.898699998855591,0.10830000042915344,0.6229000091552734,2.8986001014709473,0.10509999841451645,0.6074000000953674,3.0053000450134277,0.09989999979734421,0.6074000000953674,3.0053000450134277,0.10509999841451645,0.6090999841690063,2.9693000316619873,0.10509999841451645,0.6074000000953674,3.0053000450134277,0.09989999979734421,0.6090999841690063,2.9693000316619873,0.10509999841451645,0.6090999841690063,2.9693000316619873,0.09989999979734421,0.6074000000953674,3.0053000450134277,0.10509999841451645,0.6075000166893005,3.0053000450134277,0.10830000042915344,0.6092000007629395,2.9693000316619873,0.10830000042915344,0.6074000000953674,3.0053000450134277,0.10509999841451645,0.6092000007629395,2.9693000316619873,0.10830000042915344,0.6090999841690063,2.9693000316619873,0.10509999841451645,0.6090999841690063,2.9693000316619873,0.09989999979734421,0.6090999841690063,2.9693000316619873,0.10509999841451645,0.614300012588501,2.9335999488830566,0.10509999841451645,0.6090999841690063,2.9693000316619873,0.09989999979734421,0.614300012588501,2.9335999488830566,0.10509999841451645,0.614300012588501,2.9335999488830566,0.09989999979734421,0.6090999841690063,2.9693000316619873,0.10509999841451645,0.6092000007629395,2.9693000316619873,0.10830000042915344,0.614300012588501,2.9335999488830566,0.10830000042915344,0.6090999841690063,2.9693000316619873,0.10509999841451645,0.614300012588501,2.9335999488830566,0.10830000042915344,0.614300012588501,2.9335999488830566,0.10509999841451645,0.6905999779701233,2.772700071334839,0.11089999973773956,0.6912000179290771,2.773200035095215,0.11140000075101852,0.7152000069618225,2.746500015258789,0.11140000075101852,0.6905999779701233,2.772700071334839,0.11089999973773956,0.7152000069618225,2.746500015258789,0.11140000075101852,0.7146000266075134,2.746000051498413,0.11089999973773956,0.6693000197410583,2.8015999794006348,0.11089999973773956,0.6700000166893005,2.8020999431610107,0.11140000075101852,0.6912000179290771,2.773200035095215,0.11140000075101852,0.6693000197410583,2.8015999794006348,0.11089999973773956,0.6912000179290771,2.773200035095215,0.11140000075101852,0.6905999779701233,2.772700071334839,0.11089999973773956,0.7152000069618225,2.746500015258789,0.11140000075101852,0.6912000179290771,2.773200035095215,0.11140000075101852,0.6958000063896179,2.7739999294281006,0.11159999668598175,0.7152000069618225,2.746500015258789,0.11140000075101852,0.6958000063896179,2.7739999294281006,0.11159999668598175,0.7192999720573425,2.747499942779541,0.11159999668598175,0.6912000179290771,2.773200035095215,0.11140000075101852,0.6700000166893005,2.8020999431610107,0.11140000075101852,0.6748999953269958,2.8029000759124756,0.11159999668598175,0.6912000179290771,2.773200035095215,0.11140000075101852,0.6748999953269958,2.8029000759124756,0.11159999668598175,0.6958000063896179,2.7739999294281006,0.11159999668598175,0.6355999708175659,2.865000009536743,0.11089999973773956,0.6363999843597412,2.8654000759124756,0.11140000075101852,0.6516000032424927,2.832900047302246,0.11140000075101852,0.6355999708175659,2.865000009536743,0.11089999973773956,0.6516000032424927,2.832900047302246,0.11140000075101852,0.6509000062942505,2.8324999809265137,0.11089999973773956,0.6516000032424927,2.832900047302246,0.11140000075101852,0.6363999843597412,2.8654000759124756,0.11140000075101852,0.6420000195503235,2.865999937057495,0.11159999668598175,0.6516000032424927,2.832900047302246,0.11140000075101852,0.6420000195503235,2.865999937057495,0.11159999668598175,0.6568999886512756,2.8336000442504883,0.11159999668598175,0.6509000062942505,2.8324999809265137,0.11089999973773956,0.6516000032424927,2.832900047302246,0.11140000075101852,0.6700000166893005,2.8020999431610107,0.11140000075101852,0.6509000062942505,2.8324999809265137,0.11089999973773956,0.6700000166893005,2.8020999431610107,0.11140000075101852,0.6693000197410583,2.8015999794006348,0.11089999973773956,0.6700000166893005,2.8020999431610107,0.11140000075101852,0.6516000032424927,2.832900047302246,0.11140000075101852,0.6568999886512756,2.8336000442504883,0.11159999668598175,0.6700000166893005,2.8020999431610107,0.11140000075101852,0.6568999886512756,2.8336000442504883,0.11159999668598175,0.6748999953269958,2.8029000759124756,0.11159999668598175,0.6852999925613403,2.8696999549865723,0.11169999837875366,0.6980999708175659,2.837100028991699,0.11169999837875366,0.6710000038146973,2.8350000381469727,0.11169999837875366,0.6852999925613403,2.8696999549865723,0.11169999837875366,0.6710000038146973,2.8350000381469727,0.11169999837875366,0.6567999720573425,2.8673999309539795,0.11169999837875366,0.6980999708175659,2.837100028991699,0.11169999837875366,0.7134000062942505,2.805999994277954,0.11169999837875366,0.6880999803543091,2.8041000366210938,0.11169999837875366,0.6980999708175659,2.837100028991699,0.11169999837875366,0.6880999803543091,2.8041000366210938,0.11169999837875366,0.6710000038146973,2.8350000381469727,0.11169999837875366,0.6567999720573425,2.8673999309539795,0.11169999837875366,0.6710000038146973,2.8350000381469727,0.11169999837875366,0.6568999886512756,2.8336000442504883,0.11159999668598175,0.6567999720573425,2.8673999309539795,0.11169999837875366,0.6568999886512756,2.8336000442504883,0.11159999668598175,0.6420000195503235,2.865999937057495,0.11159999668598175,0.6710000038146973,2.8350000381469727,0.11169999837875366,0.6880999803543091,2.8041000366210938,0.11169999837875366,0.6748999953269958,2.8029000759124756,0.11159999668598175,0.6710000038146973,2.8350000381469727,0.11169999837875366,0.6748999953269958,2.8029000759124756,0.11159999668598175,0.6568999886512756,2.8336000442504883,0.11159999668598175,0.7311999797821045,2.776900053024292,0.11169999837875366,0.7512999773025513,2.7506000995635986,0.11169999837875366,0.7301999926567078,2.748800039291382,0.11169999837875366,0.7311999797821045,2.776900053024292,0.11169999837875366,0.7301999926567078,2.748800039291382,0.11169999837875366,0.7078999876976013,2.7751998901367188,0.11169999837875366,0.7078999876976013,2.7751998901367188,0.11169999837875366,0.7301999926567078,2.748800039291382,0.11169999837875366,0.7192999720573425,2.747499942779541,0.11159999668598175,0.7078999876976013,2.7751998901367188,0.11169999837875366,0.7192999720573425,2.747499942779541,0.11159999668598175,0.6958000063896179,2.7739999294281006,0.11159999668598175,0.7134000062942505,2.805999994277954,0.11169999837875366,0.7311999797821045,2.776900053024292,0.11169999837875366,0.7078999876976013,2.7751998901367188,0.11169999837875366,0.7134000062942505,2.805999994277954,0.11169999837875366,0.7078999876976013,2.7751998901367188,0.11169999837875366,0.6880999803543091,2.8041000366210938,0.11169999837875366,0.6880999803543091,2.8041000366210938,0.11169999837875366,0.7078999876976013,2.7751998901367188,0.11169999837875366,0.6958000063896179,2.7739999294281006,0.11159999668598175,0.6880999803543091,2.8041000366210938,0.11169999837875366,0.6958000063896179,2.7739999294281006,0.11159999668598175,0.6748999953269958,2.8029000759124756,0.11159999668598175,0.6237000226974487,2.898900032043457,0.11089999973773956,0.6244999766349792,2.8991000652313232,0.11140000075101852,0.6363999843597412,2.8654000759124756,0.11140000075101852,0.6237000226974487,2.898900032043457,0.11089999973773956,0.6363999843597412,2.8654000759124756,0.11140000075101852,0.6355999708175659,2.865000009536743,0.11089999973773956,0.6151000261306763,2.933799982070923,0.11089999973773956,0.6158999800682068,2.934000015258789,0.11140000075101852,0.6244999766349792,2.8991000652313232,0.11140000075101852,0.6151000261306763,2.933799982070923,0.11089999973773956,0.6244999766349792,2.8991000652313232,0.11140000075101852,0.6237000226974487,2.898900032043457,0.11089999973773956,0.6363999843597412,2.8654000759124756,0.11140000075101852,0.6244999766349792,2.8991000652313232,0.11140000075101852,0.6302000284194946,2.8996999263763428,0.11159999668598175,0.6363999843597412,2.8654000759124756,0.11140000075101852,0.6302000284194946,2.8996999263763428,0.11159999668598175,0.6420000195503235,2.865999937057495,0.11159999668598175,0.6244999766349792,2.8991000652313232,0.11140000075101852,0.6158999800682068,2.934000015258789,0.11140000075101852,0.6218000054359436,2.9344000816345215,0.11159999668598175,0.6244999766349792,2.8991000652313232,0.11140000075101852,0.6218000054359436,2.9344000816345215,0.11159999668598175,0.6302000284194946,2.8996999263763428,0.11159999668598175,0.6082000136375427,3.0053000450134277,0.11089999973773956,0.6090999841690063,3.0053000450134277,0.11140000075101852,0.61080002784729,2.969399929046631,0.11140000075101852,0.6082000136375427,3.0053000450134277,0.11089999973773956,0.61080002784729,2.969399929046631,0.11140000075101852,0.6098999977111816,2.969399929046631,0.11089999973773956,0.61080002784729,2.969399929046631,0.11140000075101852,0.6090999841690063,3.0053000450134277,0.11140000075101852,0.6151000261306763,3.0053000450134277,0.11159999668598175,0.61080002784729,2.969399929046631,0.11140000075101852,0.6151000261306763,3.0053000450134277,0.11159999668598175,0.6168000102043152,2.969599962234497,0.11159999668598175,0.6098999977111816,2.969399929046631,0.11089999973773956,0.61080002784729,2.969399929046631,0.11140000075101852,0.6158999800682068,2.934000015258789,0.11140000075101852,0.6098999977111816,2.969399929046631,0.11089999973773956,0.6158999800682068,2.934000015258789,0.11140000075101852,0.6151000261306763,2.933799982070923,0.11089999973773956,0.6158999800682068,2.934000015258789,0.11140000075101852,0.61080002784729,2.969399929046631,0.11140000075101852,0.6168000102043152,2.969599962234497,0.11159999668598175,0.6158999800682068,2.934000015258789,0.11140000075101852,0.6168000102043152,2.969599962234497,0.11159999668598175,0.6218000054359436,2.9344000816345215,0.11159999668598175,0.6624000072479248,3.005199909210205,0.11169999837875366,0.6638000011444092,2.970900058746338,0.11169999837875366,0.6327999830245972,2.970099925994873,0.11169999837875366,0.6624000072479248,3.005199909210205,0.11169999837875366,0.6327999830245972,2.970099925994873,0.11169999837875366,0.6312999725341797,3.005199909210205,0.11169999837875366,0.6638000011444092,2.970900058746338,0.11169999837875366,0.6680999994277954,2.9367001056671143,0.11169999837875366,0.6376000046730042,2.9351999759674072,0.11169999837875366,0.6638000011444092,2.970900058746338,0.11169999837875366,0.6376000046730042,2.9351999759674072,0.11169999837875366,0.6327999830245972,2.970099925994873,0.11169999837875366,0.6312999725341797,3.005199909210205,0.11169999837875366,0.6327999830245972,2.970099925994873,0.11169999837875366,0.6168000102043152,2.969599962234497,0.11159999668598175,0.6312999725341797,3.005199909210205,0.11169999837875366,0.6168000102043152,2.969599962234497,0.11159999668598175,0.6151000261306763,3.0053000450134277,0.11159999668598175,0.6327999830245972,2.970099925994873,0.11169999837875366,0.6376000046730042,2.9351999759674072,0.11169999837875366,0.6218000054359436,2.9344000816345215,0.11159999668598175,0.6327999830245972,2.970099925994873,0.11169999837875366,0.6218000054359436,2.9344000816345215,0.11159999668598175,0.6168000102043152,2.969599962234497,0.11159999668598175,0.6753000020980835,2.902899980545044,0.11169999837875366,0.6852999925613403,2.8696999549865723,0.11169999837875366,0.6567999720573425,2.8673999309539795,0.11169999837875366,0.6753000020980835,2.902899980545044,0.11169999837875366,0.6567999720573425,2.8673999309539795,0.11169999837875366,0.6456000208854675,2.900899887084961,0.11169999837875366,0.6456000208854675,2.900899887084961,0.11169999837875366,0.6567999720573425,2.8673999309539795,0.11169999837875366,0.6420000195503235,2.865999937057495,0.11159999668598175,0.6456000208854675,2.900899887084961,0.11169999837875366,0.6420000195503235,2.865999937057495,0.11159999668598175,0.6302000284194946,2.8996999263763428,0.11159999668598175,0.6680999994277954,2.9367001056671143,0.11169999837875366,0.6753000020980835,2.902899980545044,0.11169999837875366,0.6456000208854675,2.900899887084961,0.11169999837875366,0.6680999994277954,2.9367001056671143,0.11169999837875366,0.6456000208854675,2.900899887084961,0.11169999837875366,0.6376000046730042,2.9351999759674072,0.11169999837875366,0.6376000046730042,2.9351999759674072,0.11169999837875366,0.6456000208854675,2.900899887084961,0.11169999837875366,0.6302000284194946,2.8996999263763428,0.11159999668598175,0.6376000046730042,2.9351999759674072,0.11169999837875366,0.6302000284194946,2.8996999263763428,0.11159999668598175,0.6218000054359436,2.9344000816345215,0.11159999668598175,0.6101999878883362,3.041100025177002,0.11089999973773956,0.6110000014305115,3.041100025177002,0.11140000075101852,0.6090999841690063,3.0053000450134277,0.11140000075101852,0.6101999878883362,3.041100025177002,0.11089999973773956,0.6090999841690063,3.0053000450134277,0.11140000075101852,0.6082000136375427,3.0053000450134277,0.11089999973773956,0.6155999898910522,3.07669997215271,0.11089999973773956,0.6164000034332275,3.0764999389648438,0.11140000075101852,0.6110000014305115,3.041100025177002,0.11140000075101852,0.6155999898910522,3.07669997215271,0.11089999973773956,0.6110000014305115,3.041100025177002,0.11140000075101852,0.6101999878883362,3.041100025177002,0.11089999973773956,0.6110000014305115,3.041100025177002,0.11140000075101852,0.6169999837875366,3.040800094604492,0.11159999668598175,0.6151000261306763,3.0053000450134277,0.11159999668598175,0.6110000014305115,3.041100025177002,0.11140000075101852,0.6151000261306763,3.0053000450134277,0.11159999668598175,0.6090999841690063,3.0053000450134277,0.11140000075101852,0.6164000034332275,3.0764999389648438,0.11140000075101852,0.6223000288009644,3.0761001110076904,0.11159999668598175,0.6169999837875366,3.040800094604492,0.11159999668598175,0.6164000034332275,3.0764999389648438,0.11140000075101852,0.6169999837875366,3.040800094604492,0.11159999668598175,0.6110000014305115,3.041100025177002,0.11140000075101852,0.6366000175476074,3.1452999114990234,0.11089999973773956,0.6373999714851379,3.14490008354187,0.11140000075101852,0.6251999735832214,3.1112000942230225,0.11140000075101852,0.6366000175476074,3.1452999114990234,0.11089999973773956,0.6251999735832214,3.1112000942230225,0.11140000075101852,0.6244000196456909,3.1115000247955322,0.11089999973773956,0.6373999714851379,3.14490008354187,0.11140000075101852,0.6430000066757202,3.144200086593628,0.11159999668598175,0.6309999823570251,3.110599994659424,0.11159999668598175,0.6373999714851379,3.14490008354187,0.11140000075101852,0.6309999823570251,3.110599994659424,0.11159999668598175,0.6251999735832214,3.1112000942230225,0.11140000075101852,0.6244000196456909,3.1115000247955322,0.11089999973773956,0.6251999735832214,3.1112000942230225,0.11140000075101852,0.6164000034332275,3.0764999389648438,0.11140000075101852,0.6244000196456909,3.1115000247955322,0.11089999973773956,0.6164000034332275,3.0764999389648438,0.11140000075101852,0.6155999898910522,3.07669997215271,0.11089999973773956,0.6251999735832214,3.1112000942230225,0.11140000075101852,0.6309999823570251,3.110599994659424,0.11159999668598175,0.6223000288009644,3.0761001110076904,0.11159999668598175,0.6251999735832214,3.1112000942230225,0.11140000075101852,0.6223000288009644,3.0761001110076904,0.11159999668598175,0.6164000034332275,3.0764999389648438,0.11140000075101852,0.6758999824523926,3.1073999404907227,0.11169999837875366,0.6463000178337097,3.1094000339508057,0.11169999837875366,0.6577000021934509,3.1428000926971436,0.11169999837875366,0.6758999824523926,3.1073999404907227,0.11169999837875366,0.6577000021934509,3.1428000926971436,0.11169999837875366,0.6861000061035156,3.1405999660491943,0.11169999837875366,0.6685000061988831,3.0736000537872314,0.11169999837875366,0.6381000280380249,3.075200080871582,0.11169999837875366,0.6463000178337097,3.1094000339508057,0.11169999837875366,0.6685000061988831,3.0736000537872314,0.11169999837875366,0.6463000178337097,3.1094000339508057,0.11169999837875366,0.6758999824523926,3.1073999404907227,0.11169999837875366,0.6463000178337097,3.1094000339508057,0.11169999837875366,0.6309999823570251,3.110599994659424,0.11159999668598175,0.6430000066757202,3.144200086593628,0.11159999668598175,0.6463000178337097,3.1094000339508057,0.11169999837875366,0.6430000066757202,3.144200086593628,0.11159999668598175,0.6577000021934509,3.1428000926971436,0.11169999837875366,0.6381000280380249,3.075200080871582,0.11169999837875366,0.6223000288009644,3.0761001110076904,0.11159999668598175,0.6309999823570251,3.110599994659424,0.11159999668598175,0.6381000280380249,3.075200080871582,0.11169999837875366,0.6309999823570251,3.110599994659424,0.11159999668598175,0.6463000178337097,3.1094000339508057,0.11169999837875366,0.6624000072479248,3.005199909210205,0.11169999837875366,0.6312999725341797,3.005199909210205,0.11169999837875366,0.6330999732017517,3.040299892425537,0.11169999837875366,0.6624000072479248,3.005199909210205,0.11169999837875366,0.6330999732017517,3.040299892425537,0.11169999837875366,0.6639999747276306,3.0394999980926514,0.11169999837875366,0.6312999725341797,3.005199909210205,0.11169999837875366,0.6151000261306763,3.0053000450134277,0.11159999668598175,0.6169999837875366,3.040800094604492,0.11159999668598175,0.6312999725341797,3.005199909210205,0.11169999837875366,0.6169999837875366,3.040800094604492,0.11159999668598175,0.6330999732017517,3.040299892425537,0.11169999837875366,0.6639999747276306,3.0394999980926514,0.11169999837875366,0.6330999732017517,3.040299892425537,0.11169999837875366,0.6381000280380249,3.075200080871582,0.11169999837875366,0.6639999747276306,3.0394999980926514,0.11169999837875366,0.6381000280380249,3.075200080871582,0.11169999837875366,0.6685000061988831,3.0736000537872314,0.11169999837875366,0.6330999732017517,3.040299892425537,0.11169999837875366,0.6169999837875366,3.040800094604492,0.11159999668598175,0.6223000288009644,3.0761001110076904,0.11159999668598175,0.6330999732017517,3.040299892425537,0.11169999837875366,0.6223000288009644,3.0761001110076904,0.11159999668598175,0.6381000280380249,3.075200080871582,0.11169999837875366,0.6521000266075134,3.1777000427246094,0.11089999973773956,0.652899980545044,3.177299976348877,0.11140000075101852,0.6373999714851379,3.14490008354187,0.11140000075101852,0.6521000266075134,3.1777000427246094,0.11089999973773956,0.6373999714851379,3.14490008354187,0.11140000075101852,0.6366000175476074,3.1452999114990234,0.11089999973773956,0.6707000136375427,3.208400011062622,0.11089999973773956,0.6714000105857849,3.2079999446868896,0.11140000075101852,0.652899980545044,3.177299976348877,0.11140000075101852,0.6707000136375427,3.208400011062622,0.11089999973773956,0.652899980545044,3.177299976348877,0.11140000075101852,0.6521000266075134,3.1777000427246094,0.11089999973773956,0.652899980545044,3.177299976348877,0.11140000075101852,0.6581000089645386,3.176500082015991,0.11159999668598175,0.6430000066757202,3.144200086593628,0.11159999668598175,0.652899980545044,3.177299976348877,0.11140000075101852,0.6430000066757202,3.144200086593628,0.11159999668598175,0.6373999714851379,3.14490008354187,0.11140000075101852,0.6714000105857849,3.2079999446868896,0.11140000075101852,0.6762999892234802,3.207200050354004,0.11159999668598175,0.6581000089645386,3.176500082015991,0.11159999668598175,0.6714000105857849,3.2079999446868896,0.11140000075101852,0.6581000089645386,3.176500082015991,0.11159999668598175,0.652899980545044,3.177299976348877,0.11140000075101852,0.7164000272750854,3.2637999057769775,0.11089999973773956,0.7170000076293945,3.263200044631958,0.11140000075101852,0.692799985408783,3.2367000579833984,0.11140000075101852,0.7164000272750854,3.2637999057769775,0.11089999973773956,0.692799985408783,3.2367000579833984,0.11140000075101852,0.6922000050544739,3.2372000217437744,0.11089999973773956,0.7170000076293945,3.263200044631958,0.11140000075101852,0.7210999727249146,3.2623000144958496,0.11159999668598175,0.6973999738693237,3.2358999252319336,0.11159999668598175,0.7170000076293945,3.263200044631958,0.11140000075101852,0.6973999738693237,3.2358999252319336,0.11159999668598175,0.692799985408783,3.2367000579833984,0.11140000075101852,0.6922000050544739,3.2372000217437744,0.11089999973773956,0.692799985408783,3.2367000579833984,0.11140000075101852,0.6714000105857849,3.2079999446868896,0.11140000075101852,0.6922000050544739,3.2372000217437744,0.11089999973773956,0.6714000105857849,3.2079999446868896,0.11140000075101852,0.6707000136375427,3.208400011062622,0.11089999973773956,0.692799985408783,3.2367000579833984,0.11140000075101852,0.6973999738693237,3.2358999252319336,0.11159999668598175,0.6762999892234802,3.207200050354004,0.11159999668598175,0.692799985408783,3.2367000579833984,0.11140000075101852,0.6762999892234802,3.207200050354004,0.11159999668598175,0.6714000105857849,3.2079999446868896,0.11140000075101852,0.7325999736785889,3.2328999042510986,0.11169999837875366,0.7093999981880188,3.234600067138672,0.11169999837875366,0.7318999767303467,3.2609000205993652,0.11169999837875366,0.7325999736785889,3.2328999042510986,0.11169999837875366,0.7318999767303467,3.2609000205993652,0.11169999837875366,0.7527999877929688,3.2590999603271484,0.11169999837875366,0.7146000266075134,3.2039999961853027,0.11169999837875366,0.6894000172615051,3.205899953842163,0.11169999837875366,0.7093999981880188,3.234600067138672,0.11169999837875366,0.7146000266075134,3.2039999961853027,0.11169999837875366,0.7093999981880188,3.234600067138672,0.11169999837875366,0.7325999736785889,3.2328999042510986,0.11169999837875366,0.7093999981880188,3.234600067138672,0.11169999837875366,0.6973999738693237,3.2358999252319336,0.11159999668598175,0.7210999727249146,3.2623000144958496,0.11159999668598175,0.7093999981880188,3.234600067138672,0.11169999837875366,0.7210999727249146,3.2623000144958496,0.11159999668598175,0.7318999767303467,3.2609000205993652,0.11169999837875366,0.6894000172615051,3.205899953842163,0.11169999837875366,0.6762999892234802,3.207200050354004,0.11159999668598175,0.6973999738693237,3.2358999252319336,0.11159999668598175,0.6894000172615051,3.205899953842163,0.11169999837875366,0.6973999738693237,3.2358999252319336,0.11159999668598175,0.7093999981880188,3.234600067138672,0.11169999837875366,0.6861000061035156,3.1405999660491943,0.11169999837875366,0.6577000021934509,3.1428000926971436,0.11169999837875366,0.6721000075340271,3.175100088119507,0.11169999837875366,0.6861000061035156,3.1405999660491943,0.11169999837875366,0.6721000075340271,3.175100088119507,0.11169999837875366,0.6991000175476074,3.1730000972747803,0.11169999837875366,0.6577000021934509,3.1428000926971436,0.11169999837875366,0.6430000066757202,3.144200086593628,0.11159999668598175,0.6581000089645386,3.176500082015991,0.11159999668598175,0.6577000021934509,3.1428000926971436,0.11169999837875366,0.6581000089645386,3.176500082015991,0.11159999668598175,0.6721000075340271,3.175100088119507,0.11169999837875366,0.6991000175476074,3.1730000972747803,0.11169999837875366,0.6721000075340271,3.175100088119507,0.11169999837875366,0.6894000172615051,3.205899953842163,0.11169999837875366,0.6991000175476074,3.1730000972747803,0.11169999837875366,0.6894000172615051,3.205899953842163,0.11169999837875366,0.7146000266075134,3.2039999961853027,0.11169999837875366,0.6721000075340271,3.175100088119507,0.11169999837875366,0.6581000089645386,3.176500082015991,0.11159999668598175,0.6762999892234802,3.207200050354004,0.11159999668598175,0.6721000075340271,3.175100088119507,0.11169999837875366,0.6762999892234802,3.207200050354004,0.11159999668598175,0.6894000172615051,3.205899953842163,0.11169999837875366,0.7430999875068665,3.2878000736236572,0.11089999973773956,0.7437000274658203,3.2871999740600586,0.11140000075101852,0.7170000076293945,3.263200044631958,0.11140000075101852,0.7430999875068665,3.2878000736236572,0.11089999973773956,0.7170000076293945,3.263200044631958,0.11140000075101852,0.7164000272750854,3.2637999057769775,0.11089999973773956,0.7720999717712402,3.3090999126434326,0.11089999973773956,0.7724999785423279,3.3083999156951904,0.11140000075101852,0.7437000274658203,3.2871999740600586,0.11140000075101852,0.7720999717712402,3.3090999126434326,0.11089999973773956,0.7437000274658203,3.2871999740600586,0.11140000075101852,0.7430999875068665,3.2878000736236572,0.11089999973773956,0.7437000274658203,3.2871999740600586,0.11140000075101852,0.7473000288009644,3.286099910736084,0.11159999668598175,0.7210999727249146,3.2623000144958496,0.11159999668598175,0.7437000274658203,3.2871999740600586,0.11140000075101852,0.7210999727249146,3.2623000144958496,0.11159999668598175,0.7170000076293945,3.263200044631958,0.11140000075101852,0.7724999785423279,3.3083999156951904,0.11140000075101852,0.775600016117096,3.3071000576019287,0.11159999668598175,0.7473000288009644,3.286099910736084,0.11159999668598175,0.7724999785423279,3.3083999156951904,0.11140000075101852,0.7473000288009644,3.286099910736084,0.11159999668598175,0.7437000274658203,3.2871999740600586,0.11140000075101852,0.8355000019073486,3.3427000045776367,0.11089999973773956,0.8357999920845032,3.3420000076293945,0.11140000075101852,0.8033999800682068,3.32669997215271,0.11140000075101852,0.8355000019073486,3.3427000045776367,0.11089999973773956,0.8033999800682068,3.32669997215271,0.11140000075101852,0.8029999732971191,3.327500104904175,0.11089999973773956,0.8357999920845032,3.3420000076293945,0.11140000075101852,0.8378000259399414,3.340100049972534,0.11159999668598175,0.805899977684021,3.325200080871582,0.11159999668598175,0.8357999920845032,3.3420000076293945,0.11140000075101852,0.805899977684021,3.325200080871582,0.11159999668598175,0.8033999800682068,3.32669997215271,0.11140000075101852,0.8029999732971191,3.327500104904175,0.11089999973773956,0.8033999800682068,3.32669997215271,0.11140000075101852,0.7724999785423279,3.3083999156951904,0.11140000075101852,0.8029999732971191,3.327500104904175,0.11089999973773956,0.7724999785423279,3.3083999156951904,0.11140000075101852,0.7720999717712402,3.3090999126434326,0.11089999973773956,0.8033999800682068,3.32669997215271,0.11140000075101852,0.805899977684021,3.325200080871582,0.11159999668598175,0.775600016117096,3.3071000576019287,0.11159999668598175,0.8033999800682068,3.32669997215271,0.11140000075101852,0.775600016117096,3.3071000576019287,0.11159999668598175,0.7724999785423279,3.3083999156951904,0.11140000075101852,0.8256000280380249,3.3171000480651855,0.11169999837875366,0.8126000165939331,3.3220999240875244,0.11169999837875366,0.8431000113487244,3.3364999294281006,0.11169999837875366,0.8256000280380249,3.3171000480651855,0.11169999837875366,0.8431000113487244,3.3364999294281006,0.11169999837875366,0.8532999753952026,3.330199956893921,0.11169999837875366,0.7994999885559082,3.3010001182556152,0.11169999837875366,0.7838000059127808,3.3046998977661133,0.11169999837875366,0.8126000165939331,3.3220999240875244,0.11169999837875366,0.7994999885559082,3.3010001182556152,0.11169999837875366,0.8126000165939331,3.3220999240875244,0.11169999837875366,0.8256000280380249,3.3171000480651855,0.11169999837875366,0.8126000165939331,3.3220999240875244,0.11169999837875366,0.805899977684021,3.325200080871582,0.11159999668598175,0.8378000259399414,3.340100049972534,0.11159999668598175,0.8126000165939331,3.3220999240875244,0.11169999837875366,0.8378000259399414,3.340100049972534,0.11159999668598175,0.8431000113487244,3.3364999294281006,0.11169999837875366,0.7838000059127808,3.3046998977661133,0.11169999837875366,0.775600016117096,3.3071000576019287,0.11159999668598175,0.805899977684021,3.325200080871582,0.11159999668598175,0.7838000059127808,3.3046998977661133,0.11169999837875366,0.805899977684021,3.325200080871582,0.11159999668598175,0.8126000165939331,3.3220999240875244,0.11169999837875366,0.7527999877929688,3.2590999603271484,0.11169999837875366,0.7318999767303467,3.2609000205993652,0.11169999837875366,0.7567999958992004,3.2843000888824463,0.11169999837875366,0.7527999877929688,3.2590999603271484,0.11169999837875366,0.7567999958992004,3.2843000888824463,0.11169999837875366,0.7752000093460083,3.2816998958587646,0.11169999837875366,0.7318999767303467,3.2609000205993652,0.11169999837875366,0.7210999727249146,3.2623000144958496,0.11159999668598175,0.7473000288009644,3.286099910736084,0.11159999668598175,0.7318999767303467,3.2609000205993652,0.11169999837875366,0.7473000288009644,3.286099910736084,0.11159999668598175,0.7567999958992004,3.2843000888824463,0.11169999837875366,0.7752000093460083,3.2816998958587646,0.11169999837875366,0.7567999958992004,3.2843000888824463,0.11169999837875366,0.7838000059127808,3.3046998977661133,0.11169999837875366,0.7752000093460083,3.2816998958587646,0.11169999837875366,0.7838000059127808,3.3046998977661133,0.11169999837875366,0.7994999885559082,3.3010001182556152,0.11169999837875366,0.7567999958992004,3.2843000888824463,0.11169999837875366,0.7473000288009644,3.286099910736084,0.11159999668598175,0.775600016117096,3.3071000576019287,0.11159999668598175,0.7567999958992004,3.2843000888824463,0.11169999837875366,0.775600016117096,3.3071000576019287,0.11159999668598175,0.7838000059127808,3.3046998977661133,0.11169999837875366,0.8694000244140625,3.3547000885009766,0.11089999973773956,0.8695999979972839,3.3538999557495117,0.11140000075101852,0.8357999920845032,3.3420000076293945,0.11140000075101852,0.8694000244140625,3.3547000885009766,0.11089999973773956,0.8357999920845032,3.3420000076293945,0.11140000075101852,0.8355000019073486,3.3427000045776367,0.11089999973773956,0.9042999744415283,3.363300085067749,0.11089999973773956,0.9043999910354614,3.362499952316284,0.11140000075101852,0.8695999979972839,3.3538999557495117,0.11140000075101852,0.9042999744415283,3.363300085067749,0.11089999973773956,0.8695999979972839,3.3538999557495117,0.11140000075101852,0.8694000244140625,3.3547000885009766,0.11089999973773956,0.8695999979972839,3.3538999557495117,0.11140000075101852,0.8711000084877014,3.351900100708008,0.11159999668598175,0.8378000259399414,3.340100049972534,0.11159999668598175,0.8695999979972839,3.3538999557495117,0.11140000075101852,0.8378000259399414,3.340100049972534,0.11159999668598175,0.8357999920845032,3.3420000076293945,0.11140000075101852,0.9043999910354614,3.362499952316284,0.11140000075101852,0.9053999781608582,3.360300064086914,0.11159999668598175,0.8711000084877014,3.351900100708008,0.11159999668598175,0.9043999910354614,3.362499952316284,0.11140000075101852,0.8711000084877014,3.351900100708008,0.11159999668598175,0.8695999979972839,3.3538999557495117,0.11140000075101852,0.9757000207901001,3.3701000213623047,0.11089999973773956,0.9757000207901001,3.36929988861084,0.11140000075101852,0.9398999810218811,3.3675999641418457,0.11140000075101852,0.9757000207901001,3.3701000213623047,0.11089999973773956,0.9398999810218811,3.3675999641418457,0.11140000075101852,0.9398000240325928,3.368499994277954,0.11089999973773956,0.9757000207901001,3.36929988861084,0.11140000075101852,0.9757000207901001,3.367000102996826,0.11159999668598175,0.9404000043869019,3.365299940109253,0.11159999668598175,0.9757000207901001,3.36929988861084,0.11140000075101852,0.9404000043869019,3.365299940109253,0.11159999668598175,0.9398999810218811,3.3675999641418457,0.11140000075101852,0.9398000240325928,3.368499994277954,0.11089999973773956,0.9398999810218811,3.3675999641418457,0.11140000075101852,0.9043999910354614,3.362499952316284,0.11140000075101852,0.9398000240325928,3.368499994277954,0.11089999973773956,0.9043999910354614,3.362499952316284,0.11140000075101852,0.9042999744415283,3.363300085067749,0.11089999973773956,0.9398999810218811,3.3675999641418457,0.11140000075101852,0.9404000043869019,3.365299940109253,0.11159999668598175,0.9053999781608582,3.360300064086914,0.11159999668598175,0.9398999810218811,3.3675999641418457,0.11140000075101852,0.9053999781608582,3.360300064086914,0.11159999668598175,0.9043999910354614,3.362499952316284,0.11140000075101852,0.944100022315979,3.352099895477295,0.11169999837875366,0.9416000247001648,3.360599994659424,0.11169999837875366,0.975600004196167,3.3620998859405518,0.11169999837875366,0.944100022315979,3.352099895477295,0.11169999837875366,0.975600004196167,3.3620998859405518,0.11169999837875366,0.9754999876022339,3.3534998893737793,0.11169999837875366,0.9128999710083008,3.3478000164031982,0.11169999837875366,0.9079999923706055,3.3557000160217285,0.11169999837875366,0.9416000247001648,3.360599994659424,0.11169999837875366,0.9128999710083008,3.3478000164031982,0.11169999837875366,0.9416000247001648,3.360599994659424,0.11169999837875366,0.944100022315979,3.352099895477295,0.11169999837875366,0.9416000247001648,3.360599994659424,0.11169999837875366,0.9404000043869019,3.365299940109253,0.11159999668598175,0.9757000207901001,3.367000102996826,0.11159999668598175,0.9416000247001648,3.360599994659424,0.11169999837875366,0.9757000207901001,3.367000102996826,0.11159999668598175,0.975600004196167,3.3620998859405518,0.11169999837875366,0.9079999923706055,3.3557000160217285,0.11169999837875366,0.9053999781608582,3.360300064086914,0.11159999668598175,0.9404000043869019,3.365299940109253,0.11159999668598175,0.9079999923706055,3.3557000160217285,0.11169999837875366,0.9404000043869019,3.365299940109253,0.11159999668598175,0.9416000247001648,3.360599994659424,0.11169999837875366,0.8532999753952026,3.330199956893921,0.11169999837875366,0.8431000113487244,3.3364999294281006,0.11169999837875366,0.875,3.3477001190185547,0.11169999837875366,0.8532999753952026,3.330199956893921,0.11169999837875366,0.875,3.3477001190185547,0.11169999837875366,0.8826000094413757,3.3405001163482666,0.11169999837875366,0.8431000113487244,3.3364999294281006,0.11169999837875366,0.8378000259399414,3.340100049972534,0.11159999668598175,0.8711000084877014,3.351900100708008,0.11159999668598175,0.8431000113487244,3.3364999294281006,0.11169999837875366,0.8711000084877014,3.351900100708008,0.11159999668598175,0.875,3.3477001190185547,0.11169999837875366,0.8826000094413757,3.3405001163482666,0.11169999837875366,0.875,3.3477001190185547,0.11169999837875366,0.9079999923706055,3.3557000160217285,0.11169999837875366,0.8826000094413757,3.3405001163482666,0.11169999837875366,0.9079999923706055,3.3557000160217285,0.11169999837875366,0.9128999710083008,3.3478000164031982,0.11169999837875366,0.875,3.3477001190185547,0.11169999837875366,0.8711000084877014,3.351900100708008,0.11159999668598175,0.9053999781608582,3.360300064086914,0.11159999668598175,0.875,3.3477001190185547,0.11169999837875366,0.9053999781608582,3.360300064086914,0.11159999668598175,0.9079999923706055,3.3557000160217285,0.11169999837875366,1.0116000175476074,3.3682000637054443,0.11089999973773956,1.0115000009536743,3.3673999309539795,0.11140000075101852,0.9757000207901001,3.36929988861084,0.11140000075101852,1.0116000175476074,3.3682000637054443,0.11089999973773956,0.9757000207901001,3.36929988861084,0.11140000075101852,0.9757000207901001,3.3701000213623047,0.11089999973773956,1.0470999479293823,3.362799882888794,0.11089999973773956,1.0470000505447388,3.361999988555908,0.11140000075101852,1.0115000009536743,3.3673999309539795,0.11140000075101852,1.0470999479293823,3.362799882888794,0.11089999973773956,1.0115000009536743,3.3673999309539795,0.11140000075101852,1.0116000175476074,3.3682000637054443,0.11089999973773956,0.9757000207901001,3.36929988861084,0.11140000075101852,1.0115000009536743,3.3673999309539795,0.11140000075101852,1.0110000371932983,3.3650999069213867,0.11159999668598175,0.9757000207901001,3.36929988861084,0.11140000075101852,1.0110000371932983,3.3650999069213867,0.11159999668598175,0.9757000207901001,3.367000102996826,0.11159999668598175,1.0115000009536743,3.3673999309539795,0.11140000075101852,1.0470000505447388,3.361999988555908,0.11140000075101852,1.0458999872207642,3.359800100326538,0.11159999668598175,1.0115000009536743,3.3673999309539795,0.11140000075101852,1.0458999872207642,3.359800100326538,0.11159999668598175,1.0110000371932983,3.3650999069213867,0.11159999668598175,1.1157000064849854,3.3417999744415283,0.11089999973773956,1.115399956703186,3.3410000801086426,0.11140000075101852,1.0816999673843384,3.3531999588012695,0.11140000075101852,1.1157000064849854,3.3417999744415283,0.11089999973773956,1.0816999673843384,3.3531999588012695,0.11140000075101852,1.0820000171661377,3.3538999557495117,0.11089999973773956,1.0816999673843384,3.3531999588012695,0.11140000075101852,1.115399956703186,3.3410000801086426,0.11140000075101852,1.1133999824523926,3.339200019836426,0.11159999668598175,1.0816999673843384,3.3531999588012695,0.11140000075101852,1.1133999824523926,3.339200019836426,0.11159999668598175,1.080199956893921,3.351099967956543,0.11159999668598175,1.0820000171661377,3.3538999557495117,0.11089999973773956,1.0816999673843384,3.3531999588012695,0.11140000075101852,1.0470000505447388,3.361999988555908,0.11140000075101852,1.0820000171661377,3.3538999557495117,0.11089999973773956,1.0470000505447388,3.361999988555908,0.11140000075101852,1.0470999479293823,3.362799882888794,0.11089999973773956,1.0470000505447388,3.361999988555908,0.11140000075101852,1.0816999673843384,3.3531999588012695,0.11140000075101852,1.080199956893921,3.351099967956543,0.11159999668598175,1.0470000505447388,3.361999988555908,0.11140000075101852,1.080199956893921,3.351099967956543,0.11159999668598175,1.0458999872207642,3.359800100326538,0.11159999668598175,1.097599983215332,3.329400062561035,0.11169999837875366,1.0684000253677368,3.3397998809814453,0.11169999837875366,1.0760999917984009,3.3469998836517334,0.11169999837875366,1.097599983215332,3.329400062561035,0.11169999837875366,1.0760999917984009,3.3469998836517334,0.11169999837875366,1.1080000400543213,3.3355000019073486,0.11169999837875366,1.0684000253677368,3.3397998809814453,0.11169999837875366,1.038100004196167,3.3473000526428223,0.11169999837875366,1.0432000160217285,3.355299949645996,0.11169999837875366,1.0684000253677368,3.3397998809814453,0.11169999837875366,1.0432000160217285,3.355299949645996,0.11169999837875366,1.0760999917984009,3.3469998836517334,0.11169999837875366,1.1080000400543213,3.3355000019073486,0.11169999837875366,1.0760999917984009,3.3469998836517334,0.11169999837875366,1.080199956893921,3.351099967956543,0.11159999668598175,1.1080000400543213,3.3355000019073486,0.11169999837875366,1.080199956893921,3.351099967956543,0.11159999668598175,1.1133999824523926,3.339200019836426,0.11159999668598175,1.0760999917984009,3.3469998836517334,0.11169999837875366,1.0432000160217285,3.355299949645996,0.11169999837875366,1.0458999872207642,3.359800100326538,0.11159999668598175,1.0760999917984009,3.3469998836517334,0.11169999837875366,1.0458999872207642,3.359800100326538,0.11159999668598175,1.080199956893921,3.351099967956543,0.11159999668598175,1.0069999694824219,3.351900100708008,0.11169999837875366,0.9754999876022339,3.3534998893737793,0.11169999837875366,0.975600004196167,3.3620998859405518,0.11169999837875366,1.0069999694824219,3.351900100708008,0.11169999837875366,0.975600004196167,3.3620998859405518,0.11169999837875366,1.009600043296814,3.360300064086914,0.11169999837875366,1.009600043296814,3.360300064086914,0.11169999837875366,0.975600004196167,3.3620998859405518,0.11169999837875366,0.9757000207901001,3.367000102996826,0.11159999668598175,1.009600043296814,3.360300064086914,0.11169999837875366,0.9757000207901001,3.367000102996826,0.11159999668598175,1.0110000371932983,3.3650999069213867,0.11159999668598175,1.038100004196167,3.3473000526428223,0.11169999837875366,1.0069999694824219,3.351900100708008,0.11169999837875366,1.009600043296814,3.360300064086914,0.11169999837875366,1.038100004196167,3.3473000526428223,0.11169999837875366,1.009600043296814,3.360300064086914,0.11169999837875366,1.0432000160217285,3.355299949645996,0.11169999837875366,1.0432000160217285,3.355299949645996,0.11169999837875366,1.009600043296814,3.360300064086914,0.11169999837875366,1.0110000371932983,3.3650999069213867,0.11159999668598175,1.0432000160217285,3.355299949645996,0.11169999837875366,1.0110000371932983,3.3650999069213867,0.11159999668598175,1.0458999872207642,3.359800100326538,0.11159999668598175,1.1482000350952148,3.3262999057769775,0.11089999973773956,1.1477999687194824,3.325500011444092,0.11140000075101852,1.115399956703186,3.3410000801086426,0.11140000075101852,1.1482000350952148,3.3262999057769775,0.11089999973773956,1.115399956703186,3.3410000801086426,0.11140000075101852,1.1157000064849854,3.3417999744415283,0.11089999973773956,1.1789000034332275,3.3076999187469482,0.11089999973773956,1.1785000562667847,3.306999921798706,0.11140000075101852,1.1477999687194824,3.325500011444092,0.11140000075101852,1.1789000034332275,3.3076999187469482,0.11089999973773956,1.1477999687194824,3.325500011444092,0.11140000075101852,1.1482000350952148,3.3262999057769775,0.11089999973773956,1.115399956703186,3.3410000801086426,0.11140000075101852,1.1477999687194824,3.325500011444092,0.11140000075101852,1.1452000141143799,3.323899984359741,0.11159999668598175,1.115399956703186,3.3410000801086426,0.11140000075101852,1.1452000141143799,3.323899984359741,0.11159999668598175,1.1133999824523926,3.339200019836426,0.11159999668598175,1.1477999687194824,3.325500011444092,0.11140000075101852,1.1785000562667847,3.306999921798706,0.11140000075101852,1.1753000020980835,3.3055999279022217,0.11159999668598175,1.1477999687194824,3.325500011444092,0.11140000075101852,1.1753000020980835,3.3055999279022217,0.11159999668598175,1.1452000141143799,3.323899984359741,0.11159999668598175,1.2343000173568726,3.261899948120117,0.11089999973773956,1.2337000370025635,3.261399984359741,0.11140000075101852,1.207200050354004,3.2855000495910645,0.11140000075101852,1.2343000173568726,3.261899948120117,0.11089999973773956,1.207200050354004,3.2855000495910645,0.11140000075101852,1.2077000141143799,3.2862000465393066,0.11089999973773956,1.207200050354004,3.2855000495910645,0.11140000075101852,1.2337000370025635,3.261399984359741,0.11140000075101852,1.2295000553131104,3.2604000568389893,0.11159999668598175,1.207200050354004,3.2855000495910645,0.11140000075101852,1.2295000553131104,3.2604000568389893,0.11159999668598175,1.2036000490188599,3.28439998626709,0.11159999668598175,1.2077000141143799,3.2862000465393066,0.11089999973773956,1.207200050354004,3.2855000495910645,0.11140000075101852,1.1785000562667847,3.306999921798706,0.11140000075101852,1.2077000141143799,3.2862000465393066,0.11089999973773956,1.1785000562667847,3.306999921798706,0.11140000075101852,1.1789000034332275,3.3076999187469482,0.11089999973773956,1.1785000562667847,3.306999921798706,0.11140000075101852,1.207200050354004,3.2855000495910645,0.11140000075101852,1.2036000490188599,3.28439998626709,0.11159999668598175,1.1785000562667847,3.306999921798706,0.11140000075101852,1.2036000490188599,3.28439998626709,0.11159999668598175,1.1753000020980835,3.3055999279022217,0.11159999668598175,1.19760000705719,3.2572999000549316,0.11169999837875366,1.1753000020980835,3.280100107192993,0.11169999837875366,1.1938999891281128,3.2827000617980957,0.11169999837875366,1.19760000705719,3.2572999000549316,0.11169999837875366,1.1938999891281128,3.2827000617980957,0.11169999837875366,1.2186000347137451,3.2590999603271484,0.11169999837875366,1.1753000020980835,3.280100107192993,0.11169999837875366,1.1512000560760498,3.2997000217437744,0.11169999837875366,1.167099952697754,3.303299903869629,0.11169999837875366,1.1753000020980835,3.280100107192993,0.11169999837875366,1.167099952697754,3.303299903869629,0.11169999837875366,1.1938999891281128,3.2827000617980957,0.11169999837875366,1.2186000347137451,3.2590999603271484,0.11169999837875366,1.1938999891281128,3.2827000617980957,0.11169999837875366,1.2036000490188599,3.28439998626709,0.11159999668598175,1.2186000347137451,3.2590999603271484,0.11169999837875366,1.2036000490188599,3.28439998626709,0.11159999668598175,1.2295000553131104,3.2604000568389893,0.11159999668598175,1.1938999891281128,3.2827000617980957,0.11169999837875366,1.167099952697754,3.303299903869629,0.11169999837875366,1.1753000020980835,3.3055999279022217,0.11159999668598175,1.1938999891281128,3.2827000617980957,0.11169999837875366,1.1753000020980835,3.3055999279022217,0.11159999668598175,1.2036000490188599,3.28439998626709,0.11159999668598175,1.1252000331878662,3.315999984741211,0.11169999837875366,1.097599983215332,3.329400062561035,0.11169999837875366,1.1080000400543213,3.3355000019073486,0.11169999837875366,1.1252000331878662,3.315999984741211,0.11169999837875366,1.1080000400543213,3.3355000019073486,0.11169999837875366,1.1382999420166016,3.321000099182129,0.11169999837875366,1.1382999420166016,3.321000099182129,0.11169999837875366,1.1080000400543213,3.3355000019073486,0.11169999837875366,1.1133999824523926,3.339200019836426,0.11159999668598175,1.1382999420166016,3.321000099182129,0.11169999837875366,1.1133999824523926,3.339200019836426,0.11159999668598175,1.1452000141143799,3.323899984359741,0.11159999668598175,1.1512000560760498,3.2997000217437744,0.11169999837875366,1.1252000331878662,3.315999984741211,0.11169999837875366,1.1382999420166016,3.321000099182129,0.11169999837875366,1.1512000560760498,3.2997000217437744,0.11169999837875366,1.1382999420166016,3.321000099182129,0.11169999837875366,1.167099952697754,3.303299903869629,0.11169999837875366,1.167099952697754,3.303299903869629,0.11169999837875366,1.1382999420166016,3.321000099182129,0.11169999837875366,1.1452000141143799,3.323899984359741,0.11159999668598175,1.167099952697754,3.303299903869629,0.11169999837875366,1.1452000141143799,3.323899984359741,0.11159999668598175,1.1753000020980835,3.3055999279022217,0.11159999668598175,1.2582999467849731,3.2351999282836914,0.11089999973773956,1.257599949836731,3.2346999645233154,0.11140000075101852,1.2337000370025635,3.261399984359741,0.11140000075101852,1.2582999467849731,3.2351999282836914,0.11089999973773956,1.2337000370025635,3.261399984359741,0.11140000075101852,1.2343000173568726,3.261899948120117,0.11089999973773956,1.2796000242233276,3.2063000202178955,0.11089999973773956,1.2789000272750854,3.2058000564575195,0.11140000075101852,1.257599949836731,3.2346999645233154,0.11140000075101852,1.2796000242233276,3.2063000202178955,0.11089999973773956,1.257599949836731,3.2346999645233154,0.11140000075101852,1.2582999467849731,3.2351999282836914,0.11089999973773956,1.2337000370025635,3.261399984359741,0.11140000075101852,1.257599949836731,3.2346999645233154,0.11140000075101852,1.253100037574768,3.2339000701904297,0.11159999668598175,1.2337000370025635,3.261399984359741,0.11140000075101852,1.253100037574768,3.2339000701904297,0.11159999668598175,1.2295000553131104,3.2604000568389893,0.11159999668598175,1.257599949836731,3.2346999645233154,0.11140000075101852,1.2789000272750854,3.2058000564575195,0.11140000075101852,1.2740000486373901,3.2049999237060547,0.11159999668598175,1.257599949836731,3.2346999645233154,0.11140000075101852,1.2740000486373901,3.2049999237060547,0.11159999668598175,1.253100037574768,3.2339000701904297,0.11159999668598175,1.3131999969482422,3.142899990081787,0.11089999973773956,1.312399983406067,3.1426000595092773,0.11140000075101852,1.2971999645233154,3.174999952316284,0.11140000075101852,1.3131999969482422,3.142899990081787,0.11089999973773956,1.2971999645233154,3.174999952316284,0.11140000075101852,1.2979999780654907,3.1754000186920166,0.11089999973773956,1.2971999645233154,3.174999952316284,0.11140000075101852,1.312399983406067,3.1426000595092773,0.11140000075101852,1.3069000244140625,3.141900062561035,0.11159999668598175,1.2971999645233154,3.174999952316284,0.11140000075101852,1.3069000244140625,3.141900062561035,0.11159999668598175,1.2919000387191772,3.174299955368042,0.11159999668598175,1.2979999780654907,3.1754000186920166,0.11089999973773956,1.2971999645233154,3.174999952316284,0.11140000075101852,1.2789000272750854,3.2058000564575195,0.11140000075101852,1.2979999780654907,3.1754000186920166,0.11089999973773956,1.2789000272750854,3.2058000564575195,0.11140000075101852,1.2796000242233276,3.2063000202178955,0.11089999973773956,1.2789000272750854,3.2058000564575195,0.11140000075101852,1.2971999645233154,3.174999952316284,0.11140000075101852,1.2919000387191772,3.174299955368042,0.11159999668598175,1.2789000272750854,3.2058000564575195,0.11140000075101852,1.2919000387191772,3.174299955368042,0.11159999668598175,1.2740000486373901,3.2049999237060547,0.11159999668598175,1.2635999917984009,3.138200044631958,0.11169999837875366,1.2508000135421753,3.170799970626831,0.11169999837875366,1.277899980545044,3.1728999614715576,0.11169999837875366,1.2635999917984009,3.138200044631958,0.11169999837875366,1.277899980545044,3.1728999614715576,0.11169999837875366,1.292099952697754,3.140500068664551,0.11169999837875366,1.2508000135421753,3.170799970626831,0.11169999837875366,1.2353999614715576,3.201900005340576,0.11169999837875366,1.2608000040054321,3.2037999629974365,0.11169999837875366,1.2508000135421753,3.170799970626831,0.11169999837875366,1.2608000040054321,3.2037999629974365,0.11169999837875366,1.277899980545044,3.1728999614715576,0.11169999837875366,1.292099952697754,3.140500068664551,0.11169999837875366,1.277899980545044,3.1728999614715576,0.11169999837875366,1.2919000387191772,3.174299955368042,0.11159999668598175,1.292099952697754,3.140500068664551,0.11169999837875366,1.2919000387191772,3.174299955368042,0.11159999668598175,1.3069000244140625,3.141900062561035,0.11159999668598175,1.277899980545044,3.1728999614715576,0.11169999837875366,1.2608000040054321,3.2037999629974365,0.11169999837875366,1.2740000486373901,3.2049999237060547,0.11159999668598175,1.277899980545044,3.1728999614715576,0.11169999837875366,1.2740000486373901,3.2049999237060547,0.11159999668598175,1.2919000387191772,3.174299955368042,0.11159999668598175,1.2175999879837036,3.2309999465942383,0.11169999837875366,1.19760000705719,3.2572999000549316,0.11169999837875366,1.2186000347137451,3.2590999603271484,0.11169999837875366,1.2175999879837036,3.2309999465942383,0.11169999837875366,1.2186000347137451,3.2590999603271484,0.11169999837875366,1.2410000562667847,3.2327001094818115,0.11169999837875366,1.2410000562667847,3.2327001094818115,0.11169999837875366,1.2186000347137451,3.2590999603271484,0.11169999837875366,1.2295000553131104,3.2604000568389893,0.11159999668598175,1.2410000562667847,3.2327001094818115,0.11169999837875366,1.2295000553131104,3.2604000568389893,0.11159999668598175,1.253100037574768,3.2339000701904297,0.11159999668598175,1.2353999614715576,3.201900005340576,0.11169999837875366,1.2175999879837036,3.2309999465942383,0.11169999837875366,1.2410000562667847,3.2327001094818115,0.11169999837875366,1.2353999614715576,3.201900005340576,0.11169999837875366,1.2410000562667847,3.2327001094818115,0.11169999837875366,1.2608000040054321,3.2037999629974365,0.11169999837875366,1.2608000040054321,3.2037999629974365,0.11169999837875366,1.2410000562667847,3.2327001094818115,0.11169999837875366,1.253100037574768,3.2339000701904297,0.11159999668598175,1.2608000040054321,3.2037999629974365,0.11169999837875366,1.253100037574768,3.2339000701904297,0.11159999668598175,1.2740000486373901,3.2049999237060547,0.11159999668598175,1.3251999616622925,3.1089999675750732,0.11089999973773956,1.3243999481201172,3.108799934387207,0.11140000075101852,1.312399983406067,3.1426000595092773,0.11140000075101852,1.3251999616622925,3.1089999675750732,0.11089999973773956,1.312399983406067,3.1426000595092773,0.11140000075101852,1.3131999969482422,3.142899990081787,0.11089999973773956,1.333799958229065,3.0741000175476074,0.11089999973773956,1.332900047302246,3.073899984359741,0.11140000075101852,1.3243999481201172,3.108799934387207,0.11140000075101852,1.333799958229065,3.0741000175476074,0.11089999973773956,1.3243999481201172,3.108799934387207,0.11140000075101852,1.3251999616622925,3.1089999675750732,0.11089999973773956,1.312399983406067,3.1426000595092773,0.11140000075101852,1.3243999481201172,3.108799934387207,0.11140000075101852,1.318600058555603,3.1082000732421875,0.11159999668598175,1.312399983406067,3.1426000595092773,0.11140000075101852,1.318600058555603,3.1082000732421875,0.11159999668598175,1.3069000244140625,3.141900062561035,0.11159999668598175,1.3243999481201172,3.108799934387207,0.11140000075101852,1.332900047302246,3.073899984359741,0.11140000075101852,1.3270000219345093,3.073499917984009,0.11159999668598175,1.3243999481201172,3.108799934387207,0.11140000075101852,1.3270000219345093,3.073499917984009,0.11159999668598175,1.318600058555603,3.1082000732421875,0.11159999668598175,1.3406000137329102,3.002700090408325,0.11089999973773956,1.3398000001907349,3.002700090408325,0.11140000075101852,1.3380999565124512,3.0385000705718994,0.11140000075101852,1.3406000137329102,3.002700090408325,0.11089999973773956,1.3380999565124512,3.0385000705718994,0.11140000075101852,1.3389999866485596,3.0385000705718994,0.11089999973773956,1.3380999565124512,3.0385000705718994,0.11140000075101852,1.3398000001907349,3.002700090408325,0.11140000075101852,1.3336999416351318,3.002700090408325,0.11159999668598175,1.3380999565124512,3.0385000705718994,0.11140000075101852,1.3336999416351318,3.002700090408325,0.11159999668598175,1.3321000337600708,3.038300037384033,0.11159999668598175,1.3389999866485596,3.0385000705718994,0.11089999973773956,1.3380999565124512,3.0385000705718994,0.11140000075101852,1.332900047302246,3.073899984359741,0.11140000075101852,1.3389999866485596,3.0385000705718994,0.11089999973773956,1.332900047302246,3.073899984359741,0.11140000075101852,1.333799958229065,3.0741000175476074,0.11089999973773956,1.332900047302246,3.073899984359741,0.11140000075101852,1.3380999565124512,3.0385000705718994,0.11140000075101852,1.3321000337600708,3.038300037384033,0.11159999668598175,1.332900047302246,3.073899984359741,0.11140000075101852,1.3321000337600708,3.038300037384033,0.11159999668598175,1.3270000219345093,3.073499917984009,0.11159999668598175,1.2864999771118164,3.002700090408325,0.11169999837875366,1.284999966621399,3.0369999408721924,0.11169999837875366,1.315999984741211,3.0378000736236572,0.11169999837875366,1.2864999771118164,3.002700090408325,0.11169999837875366,1.315999984741211,3.0378000736236572,0.11169999837875366,1.3176000118255615,3.002700090408325,0.11169999837875366,1.284999966621399,3.0369999408721924,0.11169999837875366,1.2806999683380127,3.071199893951416,0.11169999837875366,1.3112000226974487,3.072700023651123,0.11169999837875366,1.284999966621399,3.0369999408721924,0.11169999837875366,1.3112000226974487,3.072700023651123,0.11169999837875366,1.315999984741211,3.0378000736236572,0.11169999837875366,1.3176000118255615,3.002700090408325,0.11169999837875366,1.315999984741211,3.0378000736236572,0.11169999837875366,1.3321000337600708,3.038300037384033,0.11159999668598175,1.3176000118255615,3.002700090408325,0.11169999837875366,1.3321000337600708,3.038300037384033,0.11159999668598175,1.3336999416351318,3.002700090408325,0.11159999668598175,1.315999984741211,3.0378000736236572,0.11169999837875366,1.3112000226974487,3.072700023651123,0.11169999837875366,1.3270000219345093,3.073499917984009,0.11159999668598175,1.315999984741211,3.0378000736236572,0.11169999837875366,1.3270000219345093,3.073499917984009,0.11159999668598175,1.3321000337600708,3.038300037384033,0.11159999668598175,1.2735999822616577,3.1050000190734863,0.11169999837875366,1.2635999917984009,3.138200044631958,0.11169999837875366,1.292099952697754,3.140500068664551,0.11169999837875366,1.2735999822616577,3.1050000190734863,0.11169999837875366,1.292099952697754,3.140500068664551,0.11169999837875366,1.3032000064849854,3.1070001125335693,0.11169999837875366,1.3032000064849854,3.1070001125335693,0.11169999837875366,1.292099952697754,3.140500068664551,0.11169999837875366,1.3069000244140625,3.141900062561035,0.11159999668598175,1.3032000064849854,3.1070001125335693,0.11169999837875366,1.3069000244140625,3.141900062561035,0.11159999668598175,1.318600058555603,3.1082000732421875,0.11159999668598175,1.2806999683380127,3.071199893951416,0.11169999837875366,1.2735999822616577,3.1050000190734863,0.11169999837875366,1.3032000064849854,3.1070001125335693,0.11169999837875366,1.2806999683380127,3.071199893951416,0.11169999837875366,1.3032000064849854,3.1070001125335693,0.11169999837875366,1.3112000226974487,3.072700023651123,0.11169999837875366,1.3112000226974487,3.072700023651123,0.11169999837875366,1.3032000064849854,3.1070001125335693,0.11169999837875366,1.318600058555603,3.1082000732421875,0.11159999668598175,1.3112000226974487,3.072700023651123,0.11169999837875366,1.318600058555603,3.1082000732421875,0.11159999668598175,1.3270000219345093,3.073499917984009,0.11159999668598175,1.3387000560760498,2.9667999744415283,0.11089999973773956,1.3379000425338745,2.9667999744415283,0.11140000075101852,1.3398000001907349,3.002700090408325,0.11140000075101852,1.3387000560760498,2.9667999744415283,0.11089999973773956,1.3398000001907349,3.002700090408325,0.11140000075101852,1.3406000137329102,3.002700090408325,0.11089999973773956,1.333299994468689,2.9312000274658203,0.11089999973773956,1.3324999809265137,2.9314000606536865,0.11140000075101852,1.3379000425338745,2.9667999744415283,0.11140000075101852,1.333299994468689,2.9312000274658203,0.11089999973773956,1.3379000425338745,2.9667999744415283,0.11140000075101852,1.3387000560760498,2.9667999744415283,0.11089999973773956,1.3379000425338745,2.9667999744415283,0.11140000075101852,1.3317999839782715,2.967099905014038,0.11159999668598175,1.3336999416351318,3.002700090408325,0.11159999668598175,1.3379000425338745,2.9667999744415283,0.11140000075101852,1.3336999416351318,3.002700090408325,0.11159999668598175,1.3398000001907349,3.002700090408325,0.11140000075101852,1.3324999809265137,2.9314000606536865,0.11140000075101852,1.3265000581741333,2.9319000244140625,0.11159999668598175,1.3317999839782715,2.967099905014038,0.11159999668598175,1.3324999809265137,2.9314000606536865,0.11140000075101852,1.3317999839782715,2.967099905014038,0.11159999668598175,1.3379000425338745,2.9667999744415283,0.11140000075101852,1.3121999502182007,2.862600088119507,0.11089999973773956,1.3114999532699585,2.86299991607666,0.11140000075101852,1.3236000537872314,2.896699905395508,0.11140000075101852,1.3121999502182007,2.862600088119507,0.11089999973773956,1.3236000537872314,2.896699905395508,0.11140000075101852,1.3243999481201172,2.896399974822998,0.11089999973773956,1.3114999532699585,2.86299991607666,0.11140000075101852,1.305899977684021,2.8636999130249023,0.11159999668598175,1.3178999423980713,2.8973000049591064,0.11159999668598175,1.3114999532699585,2.86299991607666,0.11140000075101852,1.3178999423980713,2.8973000049591064,0.11159999668598175,1.3236000537872314,2.896699905395508,0.11140000075101852,1.3243999481201172,2.896399974822998,0.11089999973773956,1.3236000537872314,2.896699905395508,0.11140000075101852,1.3324999809265137,2.9314000606536865,0.11140000075101852,1.3243999481201172,2.896399974822998,0.11089999973773956,1.3324999809265137,2.9314000606536865,0.11140000075101852,1.333299994468689,2.9312000274658203,0.11089999973773956,1.3236000537872314,2.896699905395508,0.11140000075101852,1.3178999423980713,2.8973000049591064,0.11159999668598175,1.3265000581741333,2.9319000244140625,0.11159999668598175,1.3236000537872314,2.896699905395508,0.11140000075101852,1.3265000581741333,2.9319000244140625,0.11159999668598175,1.3324999809265137,2.9314000606536865,0.11140000075101852,1.2728999853134155,2.9005000591278076,0.11169999837875366,1.3025000095367432,2.8984999656677246,0.11169999837875366,1.291200041770935,2.8650999069213867,0.11169999837875366,1.2728999853134155,2.9005000591278076,0.11169999837875366,1.291200041770935,2.8650999069213867,0.11169999837875366,1.2626999616622925,2.867300033569336,0.11169999837875366,1.2803000211715698,2.934299945831299,0.11169999837875366,1.3107000589370728,2.9326999187469482,0.11169999837875366,1.3025000095367432,2.8984999656677246,0.11169999837875366,1.2803000211715698,2.934299945831299,0.11169999837875366,1.3025000095367432,2.8984999656677246,0.11169999837875366,1.2728999853134155,2.9005000591278076,0.11169999837875366,1.3025000095367432,2.8984999656677246,0.11169999837875366,1.3178999423980713,2.8973000049591064,0.11159999668598175,1.305899977684021,2.8636999130249023,0.11159999668598175,1.3025000095367432,2.8984999656677246,0.11169999837875366,1.305899977684021,2.8636999130249023,0.11159999668598175,1.291200041770935,2.8650999069213867,0.11169999837875366,1.3107000589370728,2.9326999187469482,0.11169999837875366,1.3265000581741333,2.9319000244140625,0.11159999668598175,1.3178999423980713,2.8973000049591064,0.11159999668598175,1.3107000589370728,2.9326999187469482,0.11169999837875366,1.3178999423980713,2.8973000049591064,0.11159999668598175,1.3025000095367432,2.8984999656677246,0.11169999837875366,1.2864999771118164,3.002700090408325,0.11169999837875366,1.3176000118255615,3.002700090408325,0.11169999837875366,1.3157999515533447,2.967600107192993,0.11169999837875366,1.2864999771118164,3.002700090408325,0.11169999837875366,1.3157999515533447,2.967600107192993,0.11169999837875366,1.2848000526428223,2.968400001525879,0.11169999837875366,1.3176000118255615,3.002700090408325,0.11169999837875366,1.3336999416351318,3.002700090408325,0.11159999668598175,1.3317999839782715,2.967099905014038,0.11159999668598175,1.3176000118255615,3.002700090408325,0.11169999837875366,1.3317999839782715,2.967099905014038,0.11159999668598175,1.3157999515533447,2.967600107192993,0.11169999837875366,1.2848000526428223,2.968400001525879,0.11169999837875366,1.3157999515533447,2.967600107192993,0.11169999837875366,1.3107000589370728,2.9326999187469482,0.11169999837875366,1.2848000526428223,2.968400001525879,0.11169999837875366,1.3107000589370728,2.9326999187469482,0.11169999837875366,1.2803000211715698,2.934299945831299,0.11169999837875366,1.3157999515533447,2.967600107192993,0.11169999837875366,1.3317999839782715,2.967099905014038,0.11159999668598175,1.3265000581741333,2.9319000244140625,0.11159999668598175,1.3157999515533447,2.967600107192993,0.11169999837875366,1.3265000581741333,2.9319000244140625,0.11159999668598175,1.3107000589370728,2.9326999187469482,0.11169999837875366,1.2967000007629395,2.830199956893921,0.11089999973773956,1.2960000038146973,2.8306000232696533,0.11140000075101852,1.3114999532699585,2.86299991607666,0.11140000075101852,1.2967000007629395,2.830199956893921,0.11089999973773956,1.3114999532699585,2.86299991607666,0.11140000075101852,1.3121999502182007,2.862600088119507,0.11089999973773956,1.2781000137329102,2.799499988555908,0.11089999973773956,1.277400016784668,2.7999000549316406,0.11140000075101852,1.2960000038146973,2.8306000232696533,0.11140000075101852,1.2781000137329102,2.799499988555908,0.11089999973773956,1.2960000038146973,2.8306000232696533,0.11140000075101852,1.2967000007629395,2.830199956893921,0.11089999973773956,1.2960000038146973,2.8306000232696533,0.11140000075101852,1.2907999753952026,2.831399917602539,0.11159999668598175,1.305899977684021,2.8636999130249023,0.11159999668598175,1.2960000038146973,2.8306000232696533,0.11140000075101852,1.305899977684021,2.8636999130249023,0.11159999668598175,1.3114999532699585,2.86299991607666,0.11140000075101852,1.277400016784668,2.7999000549316406,0.11140000075101852,1.2725000381469727,2.8006999492645264,0.11159999668598175,1.2907999753952026,2.831399917602539,0.11159999668598175,1.277400016784668,2.7999000549316406,0.11140000075101852,1.2907999753952026,2.831399917602539,0.11159999668598175,1.2960000038146973,2.8306000232696533,0.11140000075101852,1.2323999404907227,2.7441000938415527,0.11089999973773956,1.2318999767303467,2.7446999549865723,0.11140000075101852,1.25600004196167,2.771199941635132,0.11140000075101852,1.2323999404907227,2.7441000938415527,0.11089999973773956,1.25600004196167,2.771199941635132,0.11140000075101852,1.256700038909912,2.770699977874756,0.11089999973773956,1.2318999767303467,2.7446999549865723,0.11140000075101852,1.2278000116348267,2.7455999851226807,0.11159999668598175,1.2515000104904175,2.7720000743865967,0.11159999668598175,1.2318999767303467,2.7446999549865723,0.11140000075101852,1.2515000104904175,2.7720000743865967,0.11159999668598175,1.25600004196167,2.771199941635132,0.11140000075101852,1.256700038909912,2.770699977874756,0.11089999973773956,1.25600004196167,2.771199941635132,0.11140000075101852,1.277400016784668,2.7999000549316406,0.11140000075101852,1.256700038909912,2.770699977874756,0.11089999973773956,1.277400016784668,2.7999000549316406,0.11140000075101852,1.2781000137329102,2.799499988555908,0.11089999973773956,1.25600004196167,2.771199941635132,0.11140000075101852,1.2515000104904175,2.7720000743865967,0.11159999668598175,1.2725000381469727,2.8006999492645264,0.11159999668598175,1.25600004196167,2.771199941635132,0.11140000075101852,1.2725000381469727,2.8006999492645264,0.11159999668598175,1.277400016784668,2.7999000549316406,0.11140000075101852,1.2163000106811523,2.7750000953674316,0.11169999837875366,1.239400029182434,2.7732999324798584,0.11169999837875366,1.2168999910354614,2.746999979019165,0.11169999837875366,1.2163000106811523,2.7750000953674316,0.11169999837875366,1.2168999910354614,2.746999979019165,0.11169999837875366,1.1959999799728394,2.748800039291382,0.11169999837875366,1.2342000007629395,2.8039000034332275,0.11169999837875366,1.2594000101089478,2.802000045776367,0.11169999837875366,1.239400029182434,2.7732999324798584,0.11169999837875366,1.2342000007629395,2.8039000034332275,0.11169999837875366,1.239400029182434,2.7732999324798584,0.11169999837875366,1.2163000106811523,2.7750000953674316,0.11169999837875366,1.239400029182434,2.7732999324798584,0.11169999837875366,1.2515000104904175,2.7720000743865967,0.11159999668598175,1.2278000116348267,2.7455999851226807,0.11159999668598175,1.239400029182434,2.7732999324798584,0.11169999837875366,1.2278000116348267,2.7455999851226807,0.11159999668598175,1.2168999910354614,2.746999979019165,0.11169999837875366,1.2594000101089478,2.802000045776367,0.11169999837875366,1.2725000381469727,2.8006999492645264,0.11159999668598175,1.2515000104904175,2.7720000743865967,0.11159999668598175,1.2594000101089478,2.802000045776367,0.11169999837875366,1.2515000104904175,2.7720000743865967,0.11159999668598175,1.239400029182434,2.7732999324798584,0.11169999837875366,1.2626999616622925,2.867300033569336,0.11169999837875366,1.291200041770935,2.8650999069213867,0.11169999837875366,1.2768000364303589,2.8327999114990234,0.11169999837875366,1.2626999616622925,2.867300033569336,0.11169999837875366,1.2768000364303589,2.8327999114990234,0.11169999837875366,1.2497999668121338,2.83489990234375,0.11169999837875366,1.291200041770935,2.8650999069213867,0.11169999837875366,1.305899977684021,2.8636999130249023,0.11159999668598175,1.2907999753952026,2.831399917602539,0.11159999668598175,1.291200041770935,2.8650999069213867,0.11169999837875366,1.2907999753952026,2.831399917602539,0.11159999668598175,1.2768000364303589,2.8327999114990234,0.11169999837875366,1.2497999668121338,2.83489990234375,0.11169999837875366,1.2768000364303589,2.8327999114990234,0.11169999837875366,1.2594000101089478,2.802000045776367,0.11169999837875366,1.2497999668121338,2.83489990234375,0.11169999837875366,1.2594000101089478,2.802000045776367,0.11169999837875366,1.2342000007629395,2.8039000034332275,0.11169999837875366,1.2768000364303589,2.8327999114990234,0.11169999837875366,1.2907999753952026,2.831399917602539,0.11159999668598175,1.2725000381469727,2.8006999492645264,0.11159999668598175,1.2768000364303589,2.8327999114990234,0.11169999837875366,1.2725000381469727,2.8006999492645264,0.11159999668598175,1.2594000101089478,2.802000045776367,0.11169999837875366,1.2057000398635864,2.720099925994873,0.11089999973773956,1.205199956893921,2.7207000255584717,0.11140000075101852,1.2318999767303467,2.7446999549865723,0.11140000075101852,1.2057000398635864,2.720099925994873,0.11089999973773956,1.2318999767303467,2.7446999549865723,0.11140000075101852,1.2323999404907227,2.7441000938415527,0.11089999973773956,1.176800012588501,2.6988000869750977,0.11089999973773956,1.176300048828125,2.69950008392334,0.11140000075101852,1.205199956893921,2.7207000255584717,0.11140000075101852,1.176800012588501,2.6988000869750977,0.11089999973773956,1.205199956893921,2.7207000255584717,0.11140000075101852,1.2057000398635864,2.720099925994873,0.11089999973773956,1.205199956893921,2.7207000255584717,0.11140000075101852,1.2015999555587769,2.7218000888824463,0.11159999668598175,1.2278000116348267,2.7455999851226807,0.11159999668598175,1.205199956893921,2.7207000255584717,0.11140000075101852,1.2278000116348267,2.7455999851226807,0.11159999668598175,1.2318999767303467,2.7446999549865723,0.11140000075101852,1.176300048828125,2.69950008392334,0.11140000075101852,1.173200011253357,2.700900077819824,0.11159999668598175,1.2015999555587769,2.7218000888824463,0.11159999668598175,1.176300048828125,2.69950008392334,0.11140000075101852,1.2015999555587769,2.7218000888824463,0.11159999668598175,1.205199956893921,2.7207000255584717,0.11140000075101852,1.1133999824523926,2.6651999950408936,0.11089999973773956,1.1130000352859497,2.6658999919891357,0.11140000075101852,1.1454999446868896,2.6812000274658203,0.11140000075101852,1.1133999824523926,2.6651999950408936,0.11089999973773956,1.1454999446868896,2.6812000274658203,0.11140000075101852,1.145900011062622,2.6803998947143555,0.11089999973773956,1.1130000352859497,2.6658999919891357,0.11140000075101852,1.1109999418258667,2.667799949645996,0.11159999668598175,1.142899990081787,2.6826999187469482,0.11159999668598175,1.1130000352859497,2.6658999919891357,0.11140000075101852,1.142899990081787,2.6826999187469482,0.11159999668598175,1.1454999446868896,2.6812000274658203,0.11140000075101852,1.145900011062622,2.6803998947143555,0.11089999973773956,1.1454999446868896,2.6812000274658203,0.11140000075101852,1.176300048828125,2.69950008392334,0.11140000075101852,1.145900011062622,2.6803998947143555,0.11089999973773956,1.176300048828125,2.69950008392334,0.11140000075101852,1.176800012588501,2.6988000869750977,0.11089999973773956,1.1454999446868896,2.6812000274658203,0.11140000075101852,1.142899990081787,2.6826999187469482,0.11159999668598175,1.173200011253357,2.700900077819824,0.11159999668598175,1.1454999446868896,2.6812000274658203,0.11140000075101852,1.173200011253357,2.700900077819824,0.11159999668598175,1.176300048828125,2.69950008392334,0.11140000075101852,1.1232999563217163,2.6907999515533447,0.11169999837875366,1.136199951171875,2.685800075531006,0.11169999837875366,1.1057000160217285,2.6714000701904297,0.11169999837875366,1.1232999563217163,2.6907999515533447,0.11169999837875366,1.1057000160217285,2.6714000701904297,0.11169999837875366,1.0954999923706055,2.6777000427246094,0.11169999837875366,1.149399995803833,2.706899881362915,0.11169999837875366,1.1650999784469604,2.703200101852417,0.11169999837875366,1.136199951171875,2.685800075531006,0.11169999837875366,1.149399995803833,2.706899881362915,0.11169999837875366,1.136199951171875,2.685800075531006,0.11169999837875366,1.1232999563217163,2.6907999515533447,0.11169999837875366,1.136199951171875,2.685800075531006,0.11169999837875366,1.142899990081787,2.6826999187469482,0.11159999668598175,1.1109999418258667,2.667799949645996,0.11159999668598175,1.136199951171875,2.685800075531006,0.11169999837875366,1.1109999418258667,2.667799949645996,0.11159999668598175,1.1057000160217285,2.6714000701904297,0.11169999837875366,1.1650999784469604,2.703200101852417,0.11169999837875366,1.173200011253357,2.700900077819824,0.11159999668598175,1.142899990081787,2.6826999187469482,0.11159999668598175,1.1650999784469604,2.703200101852417,0.11169999837875366,1.142899990081787,2.6826999187469482,0.11159999668598175,1.136199951171875,2.685800075531006,0.11169999837875366,1.1959999799728394,2.748800039291382,0.11169999837875366,1.2168999910354614,2.746999979019165,0.11169999837875366,1.1920000314712524,2.723599910736084,0.11169999837875366,1.1959999799728394,2.748800039291382,0.11169999837875366,1.1920000314712524,2.723599910736084,0.11169999837875366,1.173699975013733,2.7262001037597656,0.11169999837875366,1.2168999910354614,2.746999979019165,0.11169999837875366,1.2278000116348267,2.7455999851226807,0.11159999668598175,1.2015999555587769,2.7218000888824463,0.11159999668598175,1.2168999910354614,2.746999979019165,0.11169999837875366,1.2015999555587769,2.7218000888824463,0.11159999668598175,1.1920000314712524,2.723599910736084,0.11169999837875366,1.173699975013733,2.7262001037597656,0.11169999837875366,1.1920000314712524,2.723599910736084,0.11169999837875366,1.1650999784469604,2.703200101852417,0.11169999837875366,1.173699975013733,2.7262001037597656,0.11169999837875366,1.1650999784469604,2.703200101852417,0.11169999837875366,1.149399995803833,2.706899881362915,0.11169999837875366,1.1920000314712524,2.723599910736084,0.11169999837875366,1.2015999555587769,2.7218000888824463,0.11159999668598175,1.173200011253357,2.700900077819824,0.11159999668598175,1.1920000314712524,2.723599910736084,0.11169999837875366,1.173200011253357,2.700900077819824,0.11159999668598175,1.1650999784469604,2.703200101852417,0.11169999837875366,1.0794999599456787,2.6531999111175537,0.11089999973773956,1.079300045967102,2.6540000438690186,0.11140000075101852,1.1130000352859497,2.6658999919891357,0.11140000075101852,1.0794999599456787,2.6531999111175537,0.11089999973773956,1.1130000352859497,2.6658999919891357,0.11140000075101852,1.1133999824523926,2.6651999950408936,0.11089999973773956,1.044600009918213,2.6445999145507812,0.11089999973773956,1.0443999767303467,2.645400047302246,0.11140000075101852,1.079300045967102,2.6540000438690186,0.11140000075101852,1.044600009918213,2.6445999145507812,0.11089999973773956,1.079300045967102,2.6540000438690186,0.11140000075101852,1.0794999599456787,2.6531999111175537,0.11089999973773956,1.079300045967102,2.6540000438690186,0.11140000075101852,1.0778000354766846,2.6559998989105225,0.11159999668598175,1.1109999418258667,2.667799949645996,0.11159999668598175,1.079300045967102,2.6540000438690186,0.11140000075101852,1.1109999418258667,2.667799949645996,0.11159999668598175,1.1130000352859497,2.6658999919891357,0.11140000075101852,1.0443999767303467,2.645400047302246,0.11140000075101852,1.0434000492095947,2.647599935531616,0.11159999668598175,1.0778000354766846,2.6559998989105225,0.11159999668598175,1.0443999767303467,2.645400047302246,0.11140000075101852,1.0778000354766846,2.6559998989105225,0.11159999668598175,1.079300045967102,2.6540000438690186,0.11140000075101852,0.9731000065803528,2.6377999782562256,0.11089999973773956,0.9731000065803528,2.6386001110076904,0.11140000075101852,1.0089000463485718,2.6403000354766846,0.11140000075101852,0.9731000065803528,2.6377999782562256,0.11089999973773956,1.0089000463485718,2.6403000354766846,0.11140000075101852,1.0089999437332153,2.639400005340576,0.11089999973773956,0.9731000065803528,2.6386001110076904,0.11140000075101852,0.9732000231742859,2.640899896621704,0.11159999668598175,1.0084999799728394,2.6426000595092773,0.11159999668598175,0.9731000065803528,2.6386001110076904,0.11140000075101852,1.0084999799728394,2.6426000595092773,0.11159999668598175,1.0089000463485718,2.6403000354766846,0.11140000075101852,1.0089999437332153,2.639400005340576,0.11089999973773956,1.0089000463485718,2.6403000354766846,0.11140000075101852,1.0443999767303467,2.645400047302246,0.11140000075101852,1.0089999437332153,2.639400005340576,0.11089999973773956,1.0443999767303467,2.645400047302246,0.11140000075101852,1.044600009918213,2.6445999145507812,0.11089999973773956,1.0089000463485718,2.6403000354766846,0.11140000075101852,1.0084999799728394,2.6426000595092773,0.11159999668598175,1.0434000492095947,2.647599935531616,0.11159999668598175,1.0089000463485718,2.6403000354766846,0.11140000075101852,1.0434000492095947,2.647599935531616,0.11159999668598175,1.0443999767303467,2.645400047302246,0.11140000075101852,1.0047999620437622,2.6558001041412354,0.11169999837875366,1.007200002670288,2.6473000049591064,0.11169999837875366,0.9732000231742859,2.6458001136779785,0.11169999837875366,1.0047999620437622,2.6558001041412354,0.11169999837875366,0.9732000231742859,2.6458001136779785,0.11169999837875366,0.9732999801635742,2.654400110244751,0.11169999837875366,1.0358999967575073,2.660099983215332,0.11169999837875366,1.0407999753952026,2.6521999835968018,0.11169999837875366,1.007200002670288,2.6473000049591064,0.11169999837875366,1.0358999967575073,2.660099983215332,0.11169999837875366,1.007200002670288,2.6473000049591064,0.11169999837875366,1.0047999620437622,2.6558001041412354,0.11169999837875366,1.007200002670288,2.6473000049591064,0.11169999837875366,1.0084999799728394,2.6426000595092773,0.11159999668598175,0.9732000231742859,2.640899896621704,0.11159999668598175,1.007200002670288,2.6473000049591064,0.11169999837875366,0.9732000231742859,2.640899896621704,0.11159999668598175,0.9732000231742859,2.6458001136779785,0.11169999837875366,1.0407999753952026,2.6521999835968018,0.11169999837875366,1.0434000492095947,2.647599935531616,0.11159999668598175,1.0084999799728394,2.6426000595092773,0.11159999668598175,1.0407999753952026,2.6521999835968018,0.11169999837875366,1.0084999799728394,2.6426000595092773,0.11159999668598175,1.007200002670288,2.6473000049591064,0.11169999837875366,1.0954999923706055,2.6777000427246094,0.11169999837875366,1.1057000160217285,2.6714000701904297,0.11169999837875366,1.073799967765808,2.6602001190185547,0.11169999837875366,1.0954999923706055,2.6777000427246094,0.11169999837875366,1.073799967765808,2.6602001190185547,0.11169999837875366,1.0663000345230103,2.6673998832702637,0.11169999837875366,1.1057000160217285,2.6714000701904297,0.11169999837875366,1.1109999418258667,2.667799949645996,0.11159999668598175,1.0778000354766846,2.6559998989105225,0.11159999668598175,1.1057000160217285,2.6714000701904297,0.11169999837875366,1.0778000354766846,2.6559998989105225,0.11159999668598175,1.073799967765808,2.6602001190185547,0.11169999837875366,1.0663000345230103,2.6673998832702637,0.11169999837875366,1.073799967765808,2.6602001190185547,0.11169999837875366,1.0407999753952026,2.6521999835968018,0.11169999837875366,1.0663000345230103,2.6673998832702637,0.11169999837875366,1.0407999753952026,2.6521999835968018,0.11169999837875366,1.0358999967575073,2.660099983215332,0.11169999837875366,1.073799967765808,2.6602001190185547,0.11169999837875366,1.0778000354766846,2.6559998989105225,0.11159999668598175,1.0434000492095947,2.647599935531616,0.11159999668598175,1.073799967765808,2.6602001190185547,0.11169999837875366,1.0434000492095947,2.647599935531616,0.11159999668598175,1.0407999753952026,2.6521999835968018,0.11169999837875366,0.9372000098228455,2.639699935913086,0.11089999973773956,0.9373000264167786,2.640500068664551,0.11140000075101852,0.9731000065803528,2.6386001110076904,0.11140000075101852,0.9372000098228455,2.639699935913086,0.11089999973773956,0.9731000065803528,2.6386001110076904,0.11140000075101852,0.9731000065803528,2.6377999782562256,0.11089999973773956,0.9017000198364258,2.6451001167297363,0.11089999973773956,0.9018999934196472,2.645900011062622,0.11140000075101852,0.9373000264167786,2.640500068664551,0.11140000075101852,0.9017000198364258,2.6451001167297363,0.11089999973773956,0.9373000264167786,2.640500068664551,0.11140000075101852,0.9372000098228455,2.639699935913086,0.11089999973773956,0.9731000065803528,2.6386001110076904,0.11140000075101852,0.9373000264167786,2.640500068664551,0.11140000075101852,0.9379000067710876,2.6428000926971436,0.11159999668598175,0.9731000065803528,2.6386001110076904,0.11140000075101852,0.9379000067710876,2.6428000926971436,0.11159999668598175,0.9732000231742859,2.640899896621704,0.11159999668598175,0.9373000264167786,2.640500068664551,0.11140000075101852,0.9018999934196472,2.645900011062622,0.11140000075101852,0.902899980545044,2.648099899291992,0.11159999668598175,0.9373000264167786,2.640500068664551,0.11140000075101852,0.902899980545044,2.648099899291992,0.11159999668598175,0.9379000067710876,2.6428000926971436,0.11159999668598175,0.8331000208854675,2.666100025177002,0.11089999973773956,0.8334000110626221,2.6668999195098877,0.11140000075101852,0.8671000003814697,2.6547000408172607,0.11140000075101852,0.8331000208854675,2.666100025177002,0.11089999973773956,0.8671000003814697,2.6547000408172607,0.11140000075101852,0.8669000267982483,2.6540000438690186,0.11089999973773956,0.8671000003814697,2.6547000408172607,0.11140000075101852,0.8334000110626221,2.6668999195098877,0.11140000075101852,0.8355000019073486,2.6686999797821045,0.11159999668598175,0.8671000003814697,2.6547000408172607,0.11140000075101852,0.8355000019073486,2.6686999797821045,0.11159999668598175,0.8687000274658203,2.6568000316619873,0.11159999668598175,0.8669000267982483,2.6540000438690186,0.11089999973773956,0.8671000003814697,2.6547000408172607,0.11140000075101852,0.9018999934196472,2.645900011062622,0.11140000075101852,0.8669000267982483,2.6540000438690186,0.11089999973773956,0.9018999934196472,2.645900011062622,0.11140000075101852,0.9017000198364258,2.6451001167297363,0.11089999973773956,0.9018999934196472,2.645900011062622,0.11140000075101852,0.8671000003814697,2.6547000408172607,0.11140000075101852,0.8687000274658203,2.6568000316619873,0.11159999668598175,0.9018999934196472,2.645900011062622,0.11140000075101852,0.8687000274658203,2.6568000316619873,0.11159999668598175,0.902899980545044,2.648099899291992,0.11159999668598175,0.8513000011444092,2.678499937057495,0.11169999837875366,0.8805000185966492,2.668100118637085,0.11169999837875366,0.8726999759674072,2.660900115966797,0.11169999837875366,0.8513000011444092,2.678499937057495,0.11169999837875366,0.8726999759674072,2.660900115966797,0.11169999837875366,0.8409000039100647,2.6723999977111816,0.11169999837875366,0.8805000185966492,2.668100118637085,0.11169999837875366,0.9107999801635742,2.660599946975708,0.11169999837875366,0.9056000113487244,2.652600049972534,0.11169999837875366,0.8805000185966492,2.668100118637085,0.11169999837875366,0.9056000113487244,2.652600049972534,0.11169999837875366,0.8726999759674072,2.660900115966797,0.11169999837875366,0.8409000039100647,2.6723999977111816,0.11169999837875366,0.8726999759674072,2.660900115966797,0.11169999837875366,0.8687000274658203,2.6568000316619873,0.11159999668598175,0.8409000039100647,2.6723999977111816,0.11169999837875366,0.8687000274658203,2.6568000316619873,0.11159999668598175,0.8355000019073486,2.6686999797821045,0.11159999668598175,0.8726999759674072,2.660900115966797,0.11169999837875366,0.9056000113487244,2.652600049972534,0.11169999837875366,0.902899980545044,2.648099899291992,0.11159999668598175,0.8726999759674072,2.660900115966797,0.11169999837875366,0.902899980545044,2.648099899291992,0.11159999668598175,0.8687000274658203,2.6568000316619873,0.11159999668598175,0.9419000148773193,2.6559998989105225,0.11169999837875366,0.9732999801635742,2.654400110244751,0.11169999837875366,0.9732000231742859,2.6458001136779785,0.11169999837875366,0.9419000148773193,2.6559998989105225,0.11169999837875366,0.9732000231742859,2.6458001136779785,0.11169999837875366,0.9391999840736389,2.647599935531616,0.11169999837875366,0.9391999840736389,2.647599935531616,0.11169999837875366,0.9732000231742859,2.6458001136779785,0.11169999837875366,0.9732000231742859,2.640899896621704,0.11159999668598175,0.9391999840736389,2.647599935531616,0.11169999837875366,0.9732000231742859,2.640899896621704,0.11159999668598175,0.9379000067710876,2.6428000926971436,0.11159999668598175,0.9107999801635742,2.660599946975708,0.11169999837875366,0.9419000148773193,2.6559998989105225,0.11169999837875366,0.9391999840736389,2.647599935531616,0.11169999837875366,0.9107999801635742,2.660599946975708,0.11169999837875366,0.9391999840736389,2.647599935531616,0.11169999837875366,0.9056000113487244,2.652600049972534,0.11169999837875366,0.9056000113487244,2.652600049972534,0.11169999837875366,0.9391999840736389,2.647599935531616,0.11169999837875366,0.9379000067710876,2.6428000926971436,0.11159999668598175,0.9056000113487244,2.652600049972534,0.11169999837875366,0.9379000067710876,2.6428000926971436,0.11159999668598175,0.902899980545044,2.648099899291992,0.11159999668598175,0.8007000088691711,2.6816000938415527,0.11089999973773956,0.8011000156402588,2.6823999881744385,0.11140000075101852,0.8334000110626221,2.6668999195098877,0.11140000075101852,0.8007000088691711,2.6816000938415527,0.11089999973773956,0.8334000110626221,2.6668999195098877,0.11140000075101852,0.8331000208854675,2.666100025177002,0.11089999973773956,0.7699000239372253,2.700200080871582,0.11089999973773956,0.7703999876976013,2.700900077819824,0.11140000075101852,0.8011000156402588,2.6823999881744385,0.11140000075101852,0.7699000239372253,2.700200080871582,0.11089999973773956,0.8011000156402588,2.6823999881744385,0.11140000075101852,0.8007000088691711,2.6816000938415527,0.11089999973773956,0.8334000110626221,2.6668999195098877,0.11140000075101852,0.8011000156402588,2.6823999881744385,0.11140000075101852,0.8036999702453613,2.684000015258789,0.11159999668598175,0.8334000110626221,2.6668999195098877,0.11140000075101852,0.8036999702453613,2.684000015258789,0.11159999668598175,0.8355000019073486,2.6686999797821045,0.11159999668598175,0.8011000156402588,2.6823999881744385,0.11140000075101852,0.7703999876976013,2.700900077819824,0.11140000075101852,0.7735000252723694,2.7023000717163086,0.11159999668598175,0.8011000156402588,2.6823999881744385,0.11140000075101852,0.7735000252723694,2.7023000717163086,0.11159999668598175,0.8036999702453613,2.684000015258789,0.11159999668598175,0.7146000266075134,2.746000051498413,0.11089999973773956,0.7152000069618225,2.746500015258789,0.11140000075101852,0.7416999936103821,2.722399950027466,0.11140000075101852,0.7146000266075134,2.746000051498413,0.11089999973773956,0.7416999936103821,2.722399950027466,0.11140000075101852,0.7411999702453613,2.7216999530792236,0.11089999973773956,0.7416999936103821,2.722399950027466,0.11140000075101852,0.7152000069618225,2.746500015258789,0.11140000075101852,0.7192999720573425,2.747499942779541,0.11159999668598175,0.7416999936103821,2.722399950027466,0.11140000075101852,0.7192999720573425,2.747499942779541,0.11159999668598175,0.7452999949455261,2.7235000133514404,0.11159999668598175,0.7411999702453613,2.7216999530792236,0.11089999973773956,0.7416999936103821,2.722399950027466,0.11140000075101852,0.7703999876976013,2.700900077819824,0.11140000075101852,0.7411999702453613,2.7216999530792236,0.11089999973773956,0.7703999876976013,2.700900077819824,0.11140000075101852,0.7699000239372253,2.700200080871582,0.11089999973773956,0.7703999876976013,2.700900077819824,0.11140000075101852,0.7416999936103821,2.722399950027466,0.11140000075101852,0.7452999949455261,2.7235000133514404,0.11159999668598175,0.7703999876976013,2.700900077819824,0.11140000075101852,0.7452999949455261,2.7235000133514404,0.11159999668598175,0.7735000252723694,2.7023000717163086,0.11159999668598175,0.7512999773025513,2.7506000995635986,0.11169999837875366,0.7735000252723694,2.727799892425537,0.11169999837875366,0.7549999952316284,2.7251999378204346,0.11169999837875366,0.7512999773025513,2.7506000995635986,0.11169999837875366,0.7549999952316284,2.7251999378204346,0.11169999837875366,0.7301999926567078,2.748800039291382,0.11169999837875366,0.7735000252723694,2.727799892425537,0.11169999837875366,0.7976999878883362,2.708199977874756,0.11169999837875366,0.7817999720573425,2.7046000957489014,0.11169999837875366,0.7735000252723694,2.727799892425537,0.11169999837875366,0.7817999720573425,2.7046000957489014,0.11169999837875366,0.7549999952316284,2.7251999378204346,0.11169999837875366,0.7301999926567078,2.748800039291382,0.11169999837875366,0.7549999952316284,2.7251999378204346,0.11169999837875366,0.7452999949455261,2.7235000133514404,0.11159999668598175,0.7301999926567078,2.748800039291382,0.11169999837875366,0.7452999949455261,2.7235000133514404,0.11159999668598175,0.7192999720573425,2.747499942779541,0.11159999668598175,0.7549999952316284,2.7251999378204346,0.11169999837875366,0.7817999720573425,2.7046000957489014,0.11169999837875366,0.7735000252723694,2.7023000717163086,0.11159999668598175,0.7549999952316284,2.7251999378204346,0.11169999837875366,0.7735000252723694,2.7023000717163086,0.11159999668598175,0.7452999949455261,2.7235000133514404,0.11159999668598175,0.8237000107765198,2.6919000148773193,0.11169999837875366,0.8513000011444092,2.678499937057495,0.11169999837875366,0.8409000039100647,2.6723999977111816,0.11169999837875366,0.8237000107765198,2.6919000148773193,0.11169999837875366,0.8409000039100647,2.6723999977111816,0.11169999837875366,0.8105000257492065,2.6868999004364014,0.11169999837875366,0.8105000257492065,2.6868999004364014,0.11169999837875366,0.8409000039100647,2.6723999977111816,0.11169999837875366,0.8355000019073486,2.6686999797821045,0.11159999668598175,0.8105000257492065,2.6868999004364014,0.11169999837875366,0.8355000019073486,2.6686999797821045,0.11159999668598175,0.8036999702453613,2.684000015258789,0.11159999668598175,0.7976999878883362,2.708199977874756,0.11169999837875366,0.8237000107765198,2.6919000148773193,0.11169999837875366,0.8105000257492065,2.6868999004364014,0.11169999837875366,0.7976999878883362,2.708199977874756,0.11169999837875366,0.8105000257492065,2.6868999004364014,0.11169999837875366,0.7817999720573425,2.7046000957489014,0.11169999837875366,0.7817999720573425,2.7046000957489014,0.11169999837875366,0.8105000257492065,2.6868999004364014,0.11169999837875366,0.8036999702453613,2.684000015258789,0.11159999668598175,0.7817999720573425,2.7046000957489014,0.11169999837875366,0.8036999702453613,2.684000015258789,0.11159999668598175,0.7735000252723694,2.7023000717163086,0.11159999668598175,0.7512999773025513,2.7506000995635986,0.11169999837875366,0.7311999797821045,2.776900053024292,0.11169999837875366,0.7694000005722046,2.7792000770568848,0.11169999837875366,0.7512999773025513,2.7506000995635986,0.11169999837875366,0.7694000005722046,2.7792000770568848,0.11169999837875366,0.7857999801635742,2.7530999183654785,0.11169999837875366,0.7311999797821045,2.776900053024292,0.11169999837875366,0.7134000062942505,2.805999994277954,0.11169999837875366,0.7548999786376953,2.8085999488830566,0.11169999837875366,0.7311999797821045,2.776900053024292,0.11169999837875366,0.7548999786376953,2.8085999488830566,0.11169999837875366,0.7694000005722046,2.7792000770568848,0.11169999837875366,0.7857999801635742,2.7530999183654785,0.11169999837875366,0.7694000005722046,2.7792000770568848,0.11169999837875366,0.8149999976158142,2.781599998474121,0.11169999837875366,0.7857999801635742,2.7530999183654785,0.11169999837875366,0.8149999976158142,2.781599998474121,0.11169999837875366,0.8269000053405762,2.7558000087738037,0.11169999837875366,0.7694000005722046,2.7792000770568848,0.11169999837875366,0.7548999786376953,2.8085999488830566,0.11169999837875366,0.8044999837875366,2.811500072479248,0.11169999837875366,0.7694000005722046,2.7792000770568848,0.11169999837875366,0.8044999837875366,2.811500072479248,0.11169999837875366,0.8149999976158142,2.781599998474121,0.11169999837875366,0.6980999708175659,2.837100028991699,0.11169999837875366,0.6852999925613403,2.8696999549865723,0.11169999837875366,0.7319999933242798,2.8731000423431396,0.11169999837875366,0.6980999708175659,2.837100028991699,0.11169999837875366,0.7319999933242798,2.8731000423431396,0.11169999837875366,0.7423999905586243,2.8403000831604004,0.11169999837875366,0.7423999905586243,2.8403000831604004,0.11169999837875366,0.7319999933242798,2.8731000423431396,0.11169999837875366,0.7878000140190125,2.877000093460083,0.11169999837875366,0.7423999905586243,2.8403000831604004,0.11169999837875366,0.7878000140190125,2.877000093460083,0.11169999837875366,0.7954000234603882,2.8438000679016113,0.11169999837875366,0.7134000062942505,2.805999994277954,0.11169999837875366,0.6980999708175659,2.837100028991699,0.11169999837875366,0.7423999905586243,2.8403000831604004,0.11169999837875366,0.7134000062942505,2.805999994277954,0.11169999837875366,0.7423999905586243,2.8403000831604004,0.11169999837875366,0.7548999786376953,2.8085999488830566,0.11169999837875366,0.7548999786376953,2.8085999488830566,0.11169999837875366,0.7423999905586243,2.8403000831604004,0.11169999837875366,0.7954000234603882,2.8438000679016113,0.11169999837875366,0.7548999786376953,2.8085999488830566,0.11169999837875366,0.7954000234603882,2.8438000679016113,0.11169999837875366,0.8044999837875366,2.811500072479248,0.11169999837875366,0.8902999758720398,2.884200096130371,0.11169999837875366,0.8927000164985657,2.8501999378204346,0.11169999837875366,0.8483999967575073,2.847399950027466,0.11169999837875366,0.8902999758720398,2.884200096130371,0.11169999837875366,0.8483999967575073,2.847399950027466,0.11169999837875366,0.8436999917030334,2.88100004196167,0.11169999837875366,0.8927000164985657,2.8501999378204346,0.11169999837875366,0.8955000042915344,2.816699981689453,0.11169999837875366,0.8540999889373779,2.8143999576568604,0.11169999837875366,0.8927000164985657,2.8501999378204346,0.11169999837875366,0.8540999889373779,2.8143999576568604,0.11169999837875366,0.8483999967575073,2.847399950027466,0.11169999837875366,0.8436999917030334,2.88100004196167,0.11169999837875366,0.8483999967575073,2.847399950027466,0.11169999837875366,0.7954000234603882,2.8438000679016113,0.11169999837875366,0.8436999917030334,2.88100004196167,0.11169999837875366,0.7954000234603882,2.8438000679016113,0.11169999837875366,0.7878000140190125,2.877000093460083,0.11169999837875366,0.8483999967575073,2.847399950027466,0.11169999837875366,0.8540999889373779,2.8143999576568604,0.11169999837875366,0.8044999837875366,2.811500072479248,0.11169999837875366,0.8483999967575073,2.847399950027466,0.11169999837875366,0.8044999837875366,2.811500072479248,0.11169999837875366,0.7954000234603882,2.8438000679016113,0.11169999837875366,0.8988999724388123,2.7860000133514404,0.11169999837875366,0.9027000069618225,2.760499954223633,0.11169999837875366,0.8680999875068665,2.7583999633789062,0.11169999837875366,0.8988999724388123,2.7860000133514404,0.11169999837875366,0.8680999875068665,2.7583999633789062,0.11169999837875366,0.8607000112533569,2.7839999198913574,0.11169999837875366,0.8607000112533569,2.7839999198913574,0.11169999837875366,0.8680999875068665,2.7583999633789062,0.11169999837875366,0.8269000053405762,2.7558000087738037,0.11169999837875366,0.8607000112533569,2.7839999198913574,0.11169999837875366,0.8269000053405762,2.7558000087738037,0.11169999837875366,0.8149999976158142,2.781599998474121,0.11169999837875366,0.8955000042915344,2.816699981689453,0.11169999837875366,0.8988999724388123,2.7860000133514404,0.11169999837875366,0.8607000112533569,2.7839999198913574,0.11169999837875366,0.8955000042915344,2.816699981689453,0.11169999837875366,0.8607000112533569,2.7839999198913574,0.11169999837875366,0.8540999889373779,2.8143999576568604,0.11169999837875366,0.8540999889373779,2.8143999576568604,0.11169999837875366,0.8607000112533569,2.7839999198913574,0.11169999837875366,0.8149999976158142,2.781599998474121,0.11169999837875366,0.8540999889373779,2.8143999576568604,0.11169999837875366,0.8149999976158142,2.781599998474121,0.11169999837875366,0.8044999837875366,2.811500072479248,0.11169999837875366,0.6852999925613403,2.8696999549865723,0.11169999837875366,0.6753000020980835,2.902899980545044,0.11169999837875366,0.7239000201225281,2.9059998989105225,0.11169999837875366,0.6852999925613403,2.8696999549865723,0.11169999837875366,0.7239000201225281,2.9059998989105225,0.11169999837875366,0.7319999933242798,2.8731000423431396,0.11169999837875366,0.6753000020980835,2.902899980545044,0.11169999837875366,0.6680999994277954,2.9367001056671143,0.11169999837875366,0.7181000113487244,2.938999891281128,0.11169999837875366,0.6753000020980835,2.902899980545044,0.11169999837875366,0.7181000113487244,2.938999891281128,0.11169999837875366,0.7239000201225281,2.9059998989105225,0.11169999837875366,0.7319999933242798,2.8731000423431396,0.11169999837875366,0.7239000201225281,2.9059998989105225,0.11169999837875366,0.7818999886512756,2.909600019454956,0.11169999837875366,0.7319999933242798,2.8731000423431396,0.11169999837875366,0.7818999886512756,2.909600019454956,0.11169999837875366,0.7878000140190125,2.877000093460083,0.11169999837875366,0.7239000201225281,2.9059998989105225,0.11169999837875366,0.7181000113487244,2.938999891281128,0.11169999837875366,0.7777000069618225,2.941699981689453,0.11169999837875366,0.7239000201225281,2.9059998989105225,0.11169999837875366,0.7777000069618225,2.941699981689453,0.11169999837875366,0.7818999886512756,2.909600019454956,0.11169999837875366,0.6638000011444092,2.970900058746338,0.11169999837875366,0.6624000072479248,3.005199909210205,0.11169999837875366,0.7134000062942505,3.0051000118255615,0.11169999837875366,0.6638000011444092,2.970900058746338,0.11169999837875366,0.7134000062942505,3.0051000118255615,0.11169999837875366,0.7145000100135803,2.972100019454956,0.11169999837875366,0.7145000100135803,2.972100019454956,0.11169999837875366,0.7134000062942505,3.0051000118255615,0.11169999837875366,0.7742999792098999,3.0051000118255615,0.11169999837875366,0.7145000100135803,2.972100019454956,0.11169999837875366,0.7742999792098999,3.0051000118255615,0.11169999837875366,0.7750999927520752,2.9735000133514404,0.11169999837875366,0.6680999994277954,2.9367001056671143,0.11169999837875366,0.6638000011444092,2.970900058746338,0.11169999837875366,0.7145000100135803,2.972100019454956,0.11169999837875366,0.6680999994277954,2.9367001056671143,0.11169999837875366,0.7145000100135803,2.972100019454956,0.11169999837875366,0.7181000113487244,2.938999891281128,0.11169999837875366,0.7181000113487244,2.938999891281128,0.11169999837875366,0.7145000100135803,2.972100019454956,0.11169999837875366,0.7750999927520752,2.9735000133514404,0.11169999837875366,0.7181000113487244,2.938999891281128,0.11169999837875366,0.7750999927520752,2.9735000133514404,0.11169999837875366,0.7777000069618225,2.941699981689453,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.8356999754905701,2.974900007247925,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.8859999775886536,3.005000114440918,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.8870999813079834,2.9465999603271484,0.11169999837875366,0.8373000025749207,2.9444000720977783,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.8373000025749207,2.9444000720977783,0.11169999837875366,0.8356999754905701,2.974900007247925,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.8356999754905701,2.974900007247925,0.11169999837875366,0.7750999927520752,2.9735000133514404,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.7750999927520752,2.9735000133514404,0.11169999837875366,0.7742999792098999,3.0051000118255615,0.11169999837875366,0.8356999754905701,2.974900007247925,0.11169999837875366,0.8373000025749207,2.9444000720977783,0.11169999837875366,0.7777000069618225,2.941699981689453,0.11169999837875366,0.8356999754905701,2.974900007247925,0.11169999837875366,0.7777000069618225,2.941699981689453,0.11169999837875366,0.7750999927520752,2.9735000133514404,0.11169999837875366,0.8884000182151794,2.9161999225616455,0.11169999837875366,0.8902999758720398,2.884200096130371,0.11169999837875366,0.8436999917030334,2.88100004196167,0.11169999837875366,0.8884000182151794,2.9161999225616455,0.11169999837875366,0.8436999917030334,2.88100004196167,0.11169999837875366,0.839900016784668,2.9131999015808105,0.11169999837875366,0.839900016784668,2.9131999015808105,0.11169999837875366,0.8436999917030334,2.88100004196167,0.11169999837875366,0.7878000140190125,2.877000093460083,0.11169999837875366,0.839900016784668,2.9131999015808105,0.11169999837875366,0.7878000140190125,2.877000093460083,0.11169999837875366,0.7818999886512756,2.909600019454956,0.11169999837875366,0.8870999813079834,2.9465999603271484,0.11169999837875366,0.8884000182151794,2.9161999225616455,0.11169999837875366,0.839900016784668,2.9131999015808105,0.11169999837875366,0.8870999813079834,2.9465999603271484,0.11169999837875366,0.839900016784668,2.9131999015808105,0.11169999837875366,0.8373000025749207,2.9444000720977783,0.11169999837875366,0.8373000025749207,2.9444000720977783,0.11169999837875366,0.839900016784668,2.9131999015808105,0.11169999837875366,0.7818999886512756,2.909600019454956,0.11169999837875366,0.8373000025749207,2.9444000720977783,0.11169999837875366,0.7818999886512756,2.909600019454956,0.11169999837875366,0.7777000069618225,2.941699981689453,0.11169999837875366,0.6639999747276306,3.0394999980926514,0.11169999837875366,0.7146999835968018,3.0381999015808105,0.11169999837875366,0.7134000062942505,3.0051000118255615,0.11169999837875366,0.6639999747276306,3.0394999980926514,0.11169999837875366,0.7134000062942505,3.0051000118255615,0.11169999837875366,0.6624000072479248,3.005199909210205,0.11169999837875366,0.6685000061988831,3.0736000537872314,0.11169999837875366,0.7184000015258789,3.071199893951416,0.11169999837875366,0.7146999835968018,3.0381999015808105,0.11169999837875366,0.6685000061988831,3.0736000537872314,0.11169999837875366,0.7146999835968018,3.0381999015808105,0.11169999837875366,0.6639999747276306,3.0394999980926514,0.11169999837875366,0.7146999835968018,3.0381999015808105,0.11169999837875366,0.7753000259399414,3.0367000102996826,0.11169999837875366,0.7742999792098999,3.0051000118255615,0.11169999837875366,0.7146999835968018,3.0381999015808105,0.11169999837875366,0.7742999792098999,3.0051000118255615,0.11169999837875366,0.7134000062942505,3.0051000118255615,0.11169999837875366,0.7184000015258789,3.071199893951416,0.11169999837875366,0.777899980545044,3.0683999061584473,0.11169999837875366,0.7753000259399414,3.0367000102996826,0.11169999837875366,0.7184000015258789,3.071199893951416,0.11169999837875366,0.7753000259399414,3.0367000102996826,0.11169999837875366,0.7146999835968018,3.0381999015808105,0.11169999837875366,0.6861000061035156,3.1405999660491943,0.11169999837875366,0.732699990272522,3.13700008392334,0.11169999837875366,0.724399983882904,3.1041998863220215,0.11169999837875366,0.6861000061035156,3.1405999660491943,0.11169999837875366,0.724399983882904,3.1041998863220215,0.11169999837875366,0.6758999824523926,3.1073999404907227,0.11169999837875366,0.732699990272522,3.13700008392334,0.11169999837875366,0.7882999777793884,3.132999897003174,0.11169999837875366,0.7822999954223633,3.1005001068115234,0.11169999837875366,0.732699990272522,3.13700008392334,0.11169999837875366,0.7822999954223633,3.1005001068115234,0.11169999837875366,0.724399983882904,3.1041998863220215,0.11169999837875366,0.6758999824523926,3.1073999404907227,0.11169999837875366,0.724399983882904,3.1041998863220215,0.11169999837875366,0.7184000015258789,3.071199893951416,0.11169999837875366,0.6758999824523926,3.1073999404907227,0.11169999837875366,0.7184000015258789,3.071199893951416,0.11169999837875366,0.6685000061988831,3.0736000537872314,0.11169999837875366,0.724399983882904,3.1041998863220215,0.11169999837875366,0.7822999954223633,3.1005001068115234,0.11169999837875366,0.777899980545044,3.0683999061584473,0.11169999837875366,0.724399983882904,3.1041998863220215,0.11169999837875366,0.777899980545044,3.0683999061584473,0.11169999837875366,0.7184000015258789,3.071199893951416,0.11169999837875366,0.8885999917984009,3.0938000679016113,0.11169999837875366,0.8402000069618225,3.0968000888824463,0.11169999837875366,0.843999981880188,3.128999948501587,0.11169999837875366,0.8885999917984009,3.0938000679016113,0.11169999837875366,0.843999981880188,3.128999948501587,0.11169999837875366,0.890500009059906,3.125699996948242,0.11169999837875366,0.8871999979019165,3.0632998943328857,0.11169999837875366,0.8374000191688538,3.0655999183654785,0.11169999837875366,0.8402000069618225,3.0968000888824463,0.11169999837875366,0.8871999979019165,3.0632998943328857,0.11169999837875366,0.8402000069618225,3.0968000888824463,0.11169999837875366,0.8885999917984009,3.0938000679016113,0.11169999837875366,0.8402000069618225,3.0968000888824463,0.11169999837875366,0.7822999954223633,3.1005001068115234,0.11169999837875366,0.7882999777793884,3.132999897003174,0.11169999837875366,0.8402000069618225,3.0968000888824463,0.11169999837875366,0.7882999777793884,3.132999897003174,0.11169999837875366,0.843999981880188,3.128999948501587,0.11169999837875366,0.8374000191688538,3.0655999183654785,0.11169999837875366,0.777899980545044,3.0683999061584473,0.11169999837875366,0.7822999954223633,3.1005001068115234,0.11169999837875366,0.8374000191688538,3.0655999183654785,0.11169999837875366,0.7822999954223633,3.1005001068115234,0.11169999837875366,0.8402000069618225,3.0968000888824463,0.11169999837875366,0.8859999775886536,3.005000114440918,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.8356999754905701,3.0352001190185547,0.11169999837875366,0.8859999775886536,3.005000114440918,0.11169999837875366,0.8356999754905701,3.0352001190185547,0.11169999837875366,0.8863000273704529,3.033900022506714,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.7742999792098999,3.0051000118255615,0.11169999837875366,0.7753000259399414,3.0367000102996826,0.11169999837875366,0.835099995136261,3.005000114440918,0.11169999837875366,0.7753000259399414,3.0367000102996826,0.11169999837875366,0.8356999754905701,3.0352001190185547,0.11169999837875366,0.8863000273704529,3.033900022506714,0.11169999837875366,0.8356999754905701,3.0352001190185547,0.11169999837875366,0.8374000191688538,3.0655999183654785,0.11169999837875366,0.8863000273704529,3.033900022506714,0.11169999837875366,0.8374000191688538,3.0655999183654785,0.11169999837875366,0.8871999979019165,3.0632998943328857,0.11169999837875366,0.8356999754905701,3.0352001190185547,0.11169999837875366,0.7753000259399414,3.0367000102996826,0.11169999837875366,0.777899980545044,3.0683999061584473,0.11169999837875366,0.8356999754905701,3.0352001190185547,0.11169999837875366,0.777899980545044,3.0683999061584473,0.11169999837875366,0.8374000191688538,3.0655999183654785,0.11169999837875366,0.6991000175476074,3.1730000972747803,0.11169999837875366,0.7433000206947327,3.169800043106079,0.11169999837875366,0.732699990272522,3.13700008392334,0.11169999837875366,0.6991000175476074,3.1730000972747803,0.11169999837875366,0.732699990272522,3.13700008392334,0.11169999837875366,0.6861000061035156,3.1405999660491943,0.11169999837875366,0.7146000266075134,3.2039999961853027,0.11169999837875366,0.7559000253677368,3.2014000415802,0.11169999837875366,0.7433000206947327,3.169800043106079,0.11169999837875366,0.7146000266075134,3.2039999961853027,0.11169999837875366,0.7433000206947327,3.169800043106079,0.11169999837875366,0.6991000175476074,3.1730000972747803,0.11169999837875366,0.7433000206947327,3.169800043106079,0.11169999837875366,0.7960000038146973,3.166100025177002,0.11169999837875366,0.7882999777793884,3.132999897003174,0.11169999837875366,0.7433000206947327,3.169800043106079,0.11169999837875366,0.7882999777793884,3.132999897003174,0.11169999837875366,0.732699990272522,3.13700008392334,0.11169999837875366,0.7559000253677368,3.2014000415802,0.11169999837875366,0.8051999807357788,3.1984000205993652,0.11169999837875366,0.7960000038146973,3.166100025177002,0.11169999837875366,0.7559000253677368,3.2014000415802,0.11169999837875366,0.7960000038146973,3.166100025177002,0.11169999837875366,0.7433000206947327,3.169800043106079,0.11169999837875366,0.7527999877929688,3.2590999603271484,0.11169999837875366,0.7870000004768372,3.256500005722046,0.11169999837875366,0.7706000208854675,3.230600118637085,0.11169999837875366,0.7527999877929688,3.2590999603271484,0.11169999837875366,0.7706000208854675,3.230600118637085,0.11169999837875366,0.7325999736785889,3.2328999042510986,0.11169999837875366,0.7870000004768372,3.256500005722046,0.11169999837875366,0.8278999924659729,3.2537999153137207,0.11169999837875366,0.8159000277519226,3.228100061416626,0.11169999837875366,0.7870000004768372,3.256500005722046,0.11169999837875366,0.8159000277519226,3.228100061416626,0.11169999837875366,0.7706000208854675,3.230600118637085,0.11169999837875366,0.7325999736785889,3.2328999042510986,0.11169999837875366,0.7706000208854675,3.230600118637085,0.11169999837875366,0.7559000253677368,3.2014000415802,0.11169999837875366,0.7325999736785889,3.2328999042510986,0.11169999837875366,0.7559000253677368,3.2014000415802,0.11169999837875366,0.7146000266075134,3.2039999961853027,0.11169999837875366,0.7706000208854675,3.230600118637085,0.11169999837875366,0.8159000277519226,3.228100061416626,0.11169999837875366,0.8051999807357788,3.1984000205993652,0.11169999837875366,0.7706000208854675,3.230600118637085,0.11169999837875366,0.8051999807357788,3.1984000205993652,0.11169999837875366,0.7559000253677368,3.2014000415802,0.11169999837875366,0.8992000222206116,3.2237000465393066,0.11169999837875366,0.8611999750137329,3.2256999015808105,0.11169999837875366,0.8687000274658203,3.251199960708618,0.11169999837875366,0.8992000222206116,3.2237000465393066,0.11169999837875366,0.8687000274658203,3.251199960708618,0.11169999837875366,0.902899980545044,3.249000072479248,0.11169999837875366,0.895799994468689,3.1930999755859375,0.11169999837875366,0.8544999957084656,3.195499897003174,0.11169999837875366,0.8611999750137329,3.2256999015808105,0.11169999837875366,0.895799994468689,3.1930999755859375,0.11169999837875366,0.8611999750137329,3.2256999015808105,0.11169999837875366,0.8992000222206116,3.2237000465393066,0.11169999837875366,0.8611999750137329,3.2256999015808105,0.11169999837875366,0.8159000277519226,3.228100061416626,0.11169999837875366,0.8278999924659729,3.2537999153137207,0.11169999837875366,0.8611999750137329,3.2256999015808105,0.11169999837875366,0.8278999924659729,3.2537999153137207,0.11169999837875366,0.8687000274658203,3.251199960708618,0.11169999837875366,0.8544999957084656,3.195499897003174,0.11169999837875366,0.8051999807357788,3.1984000205993652,0.11169999837875366,0.8159000277519226,3.228100061416626,0.11169999837875366,0.8544999957084656,3.195499897003174,0.11169999837875366,0.8159000277519226,3.228100061416626,0.11169999837875366,0.8611999750137329,3.2256999015808105,0.11169999837875366,0.890500009059906,3.125699996948242,0.11169999837875366,0.843999981880188,3.128999948501587,0.11169999837875366,0.848800003528595,3.162600040435791,0.11169999837875366,0.890500009059906,3.125699996948242,0.11169999837875366,0.848800003528595,3.162600040435791,0.11169999837875366,0.8928999900817871,3.159600019454956,0.11169999837875366,0.843999981880188,3.128999948501587,0.11169999837875366,0.7882999777793884,3.132999897003174,0.11169999837875366,0.7960000038146973,3.166100025177002,0.11169999837875366,0.843999981880188,3.128999948501587,0.11169999837875366,0.7960000038146973,3.166100025177002,0.11169999837875366,0.848800003528595,3.162600040435791,0.11169999837875366,0.8928999900817871,3.159600019454956,0.11169999837875366,0.848800003528595,3.162600040435791,0.11169999837875366,0.8544999957084656,3.195499897003174,0.11169999837875366,0.8928999900817871,3.159600019454956,0.11169999837875366,0.8544999957084656,3.195499897003174,0.11169999837875366,0.895799994468689,3.1930999755859375,0.11169999837875366,0.848800003528595,3.162600040435791,0.11169999837875366,0.7960000038146973,3.166100025177002,0.11169999837875366,0.8051999807357788,3.1984000205993652,0.11169999837875366,0.848800003528595,3.162600040435791,0.11169999837875366,0.8051999807357788,3.1984000205993652,0.11169999837875366,0.8544999957084656,3.195499897003174,0.11169999837875366,0.7752000093460083,3.2816998958587646,0.11169999837875366,0.8051999807357788,3.2780001163482666,0.11169999837875366,0.7870000004768372,3.256500005722046,0.11169999837875366,0.7752000093460083,3.2816998958587646,0.11169999837875366,0.7870000004768372,3.256500005722046,0.11169999837875366,0.7527999877929688,3.2590999603271484,0.11169999837875366,0.7994999885559082,3.3010001182556152,0.11169999837875366,0.8251000046730042,3.295599937438965,0.11169999837875366,0.8051999807357788,3.2780001163482666,0.11169999837875366,0.7994999885559082,3.3010001182556152,0.11169999837875366,0.8051999807357788,3.2780001163482666,0.11169999837875366,0.7752000093460083,3.2816998958587646,0.11169999837875366,0.8051999807357788,3.2780001163482666,0.11169999837875366,0.8410999774932861,3.273900032043457,0.11169999837875366,0.8278999924659729,3.2537999153137207,0.11169999837875366,0.8051999807357788,3.2780001163482666,0.11169999837875366,0.8278999924659729,3.2537999153137207,0.11169999837875366,0.7870000004768372,3.256500005722046,0.11169999837875366,0.8251000046730042,3.295599937438965,0.11169999837875366,0.8557000160217285,3.289299964904785,0.11169999837875366,0.8410999774932861,3.273900032043457,0.11169999837875366,0.8251000046730042,3.295599937438965,0.11169999837875366,0.8410999774932861,3.273900032043457,0.11169999837875366,0.8051999807357788,3.2780001163482666,0.11169999837875366,0.8532999753952026,3.330199956893921,0.11169999837875366,0.8698999881744385,3.32069993019104,0.11169999837875366,0.8467000126838684,3.3096001148223877,0.11169999837875366,0.8532999753952026,3.330199956893921,0.11169999837875366,0.8467000126838684,3.3096001148223877,0.11169999837875366,0.8256000280380249,3.3171000480651855,0.11169999837875366,0.8698999881744385,3.32069993019104,0.11169999837875366,0.8898000121116638,3.3094000816345215,0.11169999837875366,0.8719000220298767,3.300800085067749,0.11169999837875366,0.8698999881744385,3.32069993019104,0.11169999837875366,0.8719000220298767,3.300800085067749,0.11169999837875366,0.8467000126838684,3.3096001148223877,0.11169999837875366,0.8256000280380249,3.3171000480651855,0.11169999837875366,0.8467000126838684,3.3096001148223877,0.11169999837875366,0.8251000046730042,3.295599937438965,0.11169999837875366,0.8256000280380249,3.3171000480651855,0.11169999837875366,0.8251000046730042,3.295599937438965,0.11169999837875366,0.7994999885559082,3.3010001182556152,0.11169999837875366,0.8467000126838684,3.3096001148223877,0.11169999837875366,0.8719000220298767,3.300800085067749,0.11169999837875366,0.8557000160217285,3.289299964904785,0.11169999837875366,0.8467000126838684,3.3096001148223877,0.11169999837875366,0.8557000160217285,3.289299964904785,0.11169999837875366,0.8251000046730042,3.295599937438965,0.11169999837875366,0.91839998960495,3.2846999168395996,0.11169999837875366,0.8971999883651733,3.292099952697754,0.11169999837875366,0.9096999764442444,3.29830002784729,0.11169999837875366,0.91839998960495,3.2846999168395996,0.11169999837875366,0.9096999764442444,3.29830002784729,0.11169999837875366,0.9264000058174133,3.288800001144409,0.11169999837875366,0.9121000170707703,3.2778000831604004,0.11169999837875366,0.8863999843597412,3.283099889755249,0.11169999837875366,0.8971999883651733,3.292099952697754,0.11169999837875366,0.9121000170707703,3.2778000831604004,0.11169999837875366,0.8971999883651733,3.292099952697754,0.11169999837875366,0.91839998960495,3.2846999168395996,0.11169999837875366,0.8971999883651733,3.292099952697754,0.11169999837875366,0.8719000220298767,3.300800085067749,0.11169999837875366,0.8898000121116638,3.3094000816345215,0.11169999837875366,0.8971999883651733,3.292099952697754,0.11169999837875366,0.8898000121116638,3.3094000816345215,0.11169999837875366,0.9096999764442444,3.29830002784729,0.11169999837875366,0.8863999843597412,3.283099889755249,0.11169999837875366,0.8557000160217285,3.289299964904785,0.11169999837875366,0.8719000220298767,3.300800085067749,0.11169999837875366,0.8863999843597412,3.283099889755249,0.11169999837875366,0.8719000220298767,3.300800085067749,0.11169999837875366,0.8971999883651733,3.292099952697754,0.11169999837875366,0.902899980545044,3.249000072479248,0.11169999837875366,0.8687000274658203,3.251199960708618,0.11169999837875366,0.8769999742507935,3.26990008354187,0.11169999837875366,0.902899980545044,3.249000072479248,0.11169999837875366,0.8769999742507935,3.26990008354187,0.11169999837875366,0.9071000218391418,3.2664999961853027,0.11169999837875366,0.8687000274658203,3.251199960708618,0.11169999837875366,0.8278999924659729,3.2537999153137207,0.11169999837875366,0.8410999774932861,3.273900032043457,0.11169999837875366,0.8687000274658203,3.251199960708618,0.11169999837875366,0.8410999774932861,3.273900032043457,0.11169999837875366,0.8769999742507935,3.26990008354187,0.11169999837875366,0.9071000218391418,3.2664999961853027,0.11169999837875366,0.8769999742507935,3.26990008354187,0.11169999837875366,0.8863999843597412,3.283099889755249,0.11169999837875366,0.9071000218391418,3.2664999961853027,0.11169999837875366,0.8863999843597412,3.283099889755249,0.11169999837875366,0.9121000170707703,3.2778000831604004,0.11169999837875366,0.8769999742507935,3.26990008354187,0.11169999837875366,0.8410999774932861,3.273900032043457,0.11169999837875366,0.8557000160217285,3.289299964904785,0.11169999837875366,0.8769999742507935,3.26990008354187,0.11169999837875366,0.8557000160217285,3.289299964904785,0.11169999837875366,0.8863999843597412,3.283099889755249,0.11169999837875366,0.8826000094413757,3.3405001163482666,0.11169999837875366,0.8948000073432922,3.329200029373169,0.11169999837875366,0.8698999881744385,3.32069993019104,0.11169999837875366,0.8826000094413757,3.3405001163482666,0.11169999837875366,0.8698999881744385,3.32069993019104,0.11169999837875366,0.8532999753952026,3.330199956893921,0.11169999837875366,0.9128999710083008,3.3478000164031982,0.11169999837875366,0.9210000038146973,3.3352999687194824,0.11169999837875366,0.8948000073432922,3.329200029373169,0.11169999837875366,0.9128999710083008,3.3478000164031982,0.11169999837875366,0.8948000073432922,3.329200029373169,0.11169999837875366,0.8826000094413757,3.3405001163482666,0.11169999837875366,0.8948000073432922,3.329200029373169,0.11169999837875366,0.909500002861023,3.315999984741211,0.11169999837875366,0.8898000121116638,3.3094000816345215,0.11169999837875366,0.8948000073432922,3.329200029373169,0.11169999837875366,0.8898000121116638,3.3094000816345215,0.11169999837875366,0.8698999881744385,3.32069993019104,0.11169999837875366,0.9210000038146973,3.3352999687194824,0.11169999837875366,0.9305999875068665,3.32069993019104,0.11169999837875366,0.909500002861023,3.315999984741211,0.11169999837875366,0.9210000038146973,3.3352999687194824,0.11169999837875366,0.909500002861023,3.315999984741211,0.11169999837875366,0.8948000073432922,3.329200029373169,0.11169999837875366,0.9754999876022339,3.3534998893737793,0.11169999837875366,0.9753999710083008,3.340100049972534,0.11169999837875366,0.9480000138282776,3.338900089263916,0.11169999837875366,0.9754999876022339,3.3534998893737793,0.11169999837875366,0.9480000138282776,3.338900089263916,0.11169999837875366,0.944100022315979,3.352099895477295,0.11169999837875366,0.9753999710083008,3.340100049972534,0.11169999837875366,0.9750999808311462,3.324199914932251,0.11169999837875366,0.9526000022888184,3.3234000205993652,0.11169999837875366,0.9753999710083008,3.340100049972534,0.11169999837875366,0.9526000022888184,3.3234000205993652,0.11169999837875366,0.9480000138282776,3.338900089263916,0.11169999837875366,0.944100022315979,3.352099895477295,0.11169999837875366,0.9480000138282776,3.338900089263916,0.11169999837875366,0.9210000038146973,3.3352999687194824,0.11169999837875366,0.944100022315979,3.352099895477295,0.11169999837875366,0.9210000038146973,3.3352999687194824,0.11169999837875366,0.9128999710083008,3.3478000164031982,0.11169999837875366,0.9480000138282776,3.338900089263916,0.11169999837875366,0.9526000022888184,3.3234000205993652,0.11169999837875366,0.9305999875068665,3.32069993019104,0.11169999837875366,0.9480000138282776,3.338900089263916,0.11169999837875366,0.9305999875068665,3.32069993019104,0.11169999837875366,0.9210000038146973,3.3352999687194824,0.11169999837875366,0.9613000154495239,3.2946999073028564,0.11169999837875366,0.9573000073432922,3.3078999519348145,0.11169999837875366,0.9749000072479248,3.3083999156951904,0.11169999837875366,0.9613000154495239,3.2946999073028564,0.11169999837875366,0.9749000072479248,3.3083999156951904,0.11169999837875366,0.9746999740600586,3.295099973678589,0.11169999837875366,0.9484000205993652,3.2936999797821045,0.11169999837875366,0.9402999877929688,3.305999994277954,0.11169999837875366,0.9573000073432922,3.3078999519348145,0.11169999837875366,0.9484000205993652,3.2936999797821045,0.11169999837875366,0.9573000073432922,3.3078999519348145,0.11169999837875366,0.9613000154495239,3.2946999073028564,0.11169999837875366,0.9573000073432922,3.3078999519348145,0.11169999837875366,0.9526000022888184,3.3234000205993652,0.11169999837875366,0.9750999808311462,3.324199914932251,0.11169999837875366,0.9573000073432922,3.3078999519348145,0.11169999837875366,0.9750999808311462,3.324199914932251,0.11169999837875366,0.9749000072479248,3.3083999156951904,0.11169999837875366,0.9402999877929688,3.305999994277954,0.11169999837875366,0.9305999875068665,3.32069993019104,0.11169999837875366,0.9526000022888184,3.3234000205993652,0.11169999837875366,0.9402999877929688,3.305999994277954,0.11169999837875366,0.9526000022888184,3.3234000205993652,0.11169999837875366,0.9573000073432922,3.3078999519348145,0.11169999837875366,0.9264000058174133,3.288800001144409,0.11169999837875366,0.9096999764442444,3.29830002784729,0.11169999837875366,0.9241999983787537,3.3029000759124756,0.11169999837875366,0.9264000058174133,3.288800001144409,0.11169999837875366,0.9241999983787537,3.3029000759124756,0.11169999837875366,0.9366000294685364,3.291800022125244,0.11169999837875366,0.9096999764442444,3.29830002784729,0.11169999837875366,0.8898000121116638,3.3094000816345215,0.11169999837875366,0.909500002861023,3.315999984741211,0.11169999837875366,0.9096999764442444,3.29830002784729,0.11169999837875366,0.909500002861023,3.315999984741211,0.11169999837875366,0.9241999983787537,3.3029000759124756,0.11169999837875366,0.9366000294685364,3.291800022125244,0.11169999837875366,0.9241999983787537,3.3029000759124756,0.11169999837875366,0.9402999877929688,3.305999994277954,0.11169999837875366,0.9366000294685364,3.291800022125244,0.11169999837875366,0.9402999877929688,3.305999994277954,0.11169999837875366,0.9484000205993652,3.2936999797821045,0.11169999837875366,0.9241999983787537,3.3029000759124756,0.11169999837875366,0.909500002861023,3.315999984741211,0.11169999837875366,0.9305999875068665,3.32069993019104,0.11169999837875366,0.9241999983787537,3.3029000759124756,0.11169999837875366,0.9305999875068665,3.32069993019104,0.11169999837875366,0.9402999877929688,3.305999994277954,0.11169999837875366,0.9754999876022339,3.3534998893737793,0.11169999837875366,1.0069999694824219,3.351900100708008,0.11169999837875366,1.0026999711990356,3.3387999534606934,0.11169999837875366,0.9754999876022339,3.3534998893737793,0.11169999837875366,1.0026999711990356,3.3387999534606934,0.11169999837875366,0.9753999710083008,3.340100049972534,0.11169999837875366,1.0069999694824219,3.351900100708008,0.11169999837875366,1.038100004196167,3.3473000526428223,0.11169999837875366,1.0296000242233276,3.33489990234375,0.11169999837875366,1.0069999694824219,3.351900100708008,0.11169999837875366,1.0296000242233276,3.33489990234375,0.11169999837875366,1.0026999711990356,3.3387999534606934,0.11169999837875366,0.9753999710083008,3.340100049972534,0.11169999837875366,1.0026999711990356,3.3387999534606934,0.11169999837875366,0.9976000189781189,3.323199987411499,0.11169999837875366,0.9753999710083008,3.340100049972534,0.11169999837875366,0.9976000189781189,3.323199987411499,0.11169999837875366,0.9750999808311462,3.324199914932251,0.11169999837875366,1.0026999711990356,3.3387999534606934,0.11169999837875366,1.0296000242233276,3.33489990234375,0.11169999837875366,1.0196000337600708,3.3203999996185303,0.11169999837875366,1.0026999711990356,3.3387999534606934,0.11169999837875366,1.0196000337600708,3.3203999996185303,0.11169999837875366,0.9976000189781189,3.323199987411499,0.11169999837875366,1.0684000253677368,3.3397998809814453,0.11169999837875366,1.097599983215332,3.329400062561035,0.11169999837875366,1.0806000232696533,3.3199000358581543,0.11169999837875366,1.0684000253677368,3.3397998809814453,0.11169999837875366,1.0806000232696533,3.3199000358581543,0.11169999837875366,1.0556999444961548,3.328700065612793,0.11169999837875366,1.0556999444961548,3.328700065612793,0.11169999837875366,1.0806000232696533,3.3199000358581543,0.11169999837875366,1.0602999925613403,3.308799982070923,0.11169999837875366,1.0556999444961548,3.328700065612793,0.11169999837875366,1.0602999925613403,3.308799982070923,0.11169999837875366,1.0405999422073364,3.3155999183654785,0.11169999837875366,1.038100004196167,3.3473000526428223,0.11169999837875366,1.0684000253677368,3.3397998809814453,0.11169999837875366,1.0556999444961548,3.328700065612793,0.11169999837875366,1.038100004196167,3.3473000526428223,0.11169999837875366,1.0556999444961548,3.328700065612793,0.11169999837875366,1.0296000242233276,3.33489990234375,0.11169999837875366,1.0296000242233276,3.33489990234375,0.11169999837875366,1.0556999444961548,3.328700065612793,0.11169999837875366,1.0405999422073364,3.3155999183654785,0.11169999837875366,1.0296000242233276,3.33489990234375,0.11169999837875366,1.0405999422073364,3.3155999183654785,0.11169999837875366,1.0196000337600708,3.3203999996185303,0.11169999837875366,1.0228999853134155,3.2883999347686768,0.11169999837875366,1.0126999616622925,3.2915000915527344,0.11169999837875366,1.0255000591278076,3.302500009536743,0.11169999837875366,1.0228999853134155,3.2883999347686768,0.11169999837875366,1.0255000591278076,3.302500009536743,0.11169999837875366,1.0399999618530273,3.297800064086914,0.11169999837875366,1.0126999616622925,3.2915000915527344,0.11169999837875366,1.0010000467300415,3.293600082397461,0.11169999837875366,1.0095000267028809,3.3059000968933105,0.11169999837875366,1.0126999616622925,3.2915000915527344,0.11169999837875366,1.0095000267028809,3.3059000968933105,0.11169999837875366,1.0255000591278076,3.302500009536743,0.11169999837875366,1.0399999618530273,3.297800064086914,0.11169999837875366,1.0255000591278076,3.302500009536743,0.11169999837875366,1.0405999422073364,3.3155999183654785,0.11169999837875366,1.0399999618530273,3.297800064086914,0.11169999837875366,1.0405999422073364,3.3155999183654785,0.11169999837875366,1.0602999925613403,3.308799982070923,0.11169999837875366,1.0255000591278076,3.302500009536743,0.11169999837875366,1.0095000267028809,3.3059000968933105,0.11169999837875366,1.0196000337600708,3.3203999996185303,0.11169999837875366,1.0255000591278076,3.302500009536743,0.11169999837875366,1.0196000337600708,3.3203999996185303,0.11169999837875366,1.0405999422073364,3.3155999183654785,0.11169999837875366,0.988099992275238,3.2946999073028564,0.11169999837875366,0.9746999740600586,3.295099973678589,0.11169999837875366,0.9749000072479248,3.3083999156951904,0.11169999837875366,0.988099992275238,3.2946999073028564,0.11169999837875366,0.9749000072479248,3.3083999156951904,0.11169999837875366,0.9925000071525574,3.307800054550171,0.11169999837875366,0.9925000071525574,3.307800054550171,0.11169999837875366,0.9749000072479248,3.3083999156951904,0.11169999837875366,0.9750999808311462,3.324199914932251,0.11169999837875366,0.9925000071525574,3.307800054550171,0.11169999837875366,0.9750999808311462,3.324199914932251,0.11169999837875366,0.9976000189781189,3.323199987411499,0.11169999837875366,1.0010000467300415,3.293600082397461,0.11169999837875366,0.988099992275238,3.2946999073028564,0.11169999837875366,0.9925000071525574,3.307800054550171,0.11169999837875366,1.0010000467300415,3.293600082397461,0.11169999837875366,0.9925000071525574,3.307800054550171,0.11169999837875366,1.0095000267028809,3.3059000968933105,0.11169999837875366,1.0095000267028809,3.3059000968933105,0.11169999837875366,0.9925000071525574,3.307800054550171,0.11169999837875366,0.9976000189781189,3.323199987411499,0.11169999837875366,1.0095000267028809,3.3059000968933105,0.11169999837875366,0.9976000189781189,3.323199987411499,0.11169999837875366,1.0196000337600708,3.3203999996185303,0.11169999837875366,1.097599983215332,3.329400062561035,0.11169999837875366,1.1252000331878662,3.315999984741211,0.11169999837875366,1.103700041770935,3.3085999488830566,0.11169999837875366,1.097599983215332,3.329400062561035,0.11169999837875366,1.103700041770935,3.3085999488830566,0.11169999837875366,1.0806000232696533,3.3199000358581543,0.11169999837875366,1.1252000331878662,3.315999984741211,0.11169999837875366,1.1512000560760498,3.2997000217437744,0.11169999837875366,1.1252000331878662,3.294300079345703,0.11169999837875366,1.1252000331878662,3.315999984741211,0.11169999837875366,1.1252000331878662,3.294300079345703,0.11169999837875366,1.103700041770935,3.3085999488830566,0.11169999837875366,1.0806000232696533,3.3199000358581543,0.11169999837875366,1.103700041770935,3.3085999488830566,0.11169999837875366,1.0780999660491943,3.2999000549316406,0.11169999837875366,1.0806000232696533,3.3199000358581543,0.11169999837875366,1.0780999660491943,3.2999000549316406,0.11169999837875366,1.0602999925613403,3.308799982070923,0.11169999837875366,1.103700041770935,3.3085999488830566,0.11169999837875366,1.1252000331878662,3.294300079345703,0.11169999837875366,1.0942000150680542,3.288100004196167,0.11169999837875366,1.103700041770935,3.3085999488830566,0.11169999837875366,1.0942000150680542,3.288100004196167,0.11169999837875366,1.0780999660491943,3.2999000549316406,0.11169999837875366,1.1753000020980835,3.280100107192993,0.11169999837875366,1.19760000705719,3.2572999000549316,0.11169999837875366,1.163100004196167,3.2548000812530518,0.11169999837875366,1.1753000020980835,3.280100107192993,0.11169999837875366,1.163100004196167,3.2548000812530518,0.11169999837875366,1.1449999809265137,3.2764999866485596,0.11169999837875366,1.1449999809265137,3.2764999866485596,0.11169999837875366,1.163100004196167,3.2548000812530518,0.11169999837875366,1.121899962425232,3.2520999908447266,0.11169999837875366,1.1449999809265137,3.2764999866485596,0.11169999837875366,1.121899962425232,3.2520999908447266,0.11169999837875366,1.1088000535964966,3.2725000381469727,0.11169999837875366,1.1512000560760498,3.2997000217437744,0.11169999837875366,1.1753000020980835,3.280100107192993,0.11169999837875366,1.1449999809265137,3.2764999866485596,0.11169999837875366,1.1512000560760498,3.2997000217437744,0.11169999837875366,1.1449999809265137,3.2764999866485596,0.11169999837875366,1.1252000331878662,3.294300079345703,0.11169999837875366,1.1252000331878662,3.294300079345703,0.11169999837875366,1.1449999809265137,3.2764999866485596,0.11169999837875366,1.1088000535964966,3.2725000381469727,0.11169999837875366,1.1252000331878662,3.294300079345703,0.11169999837875366,1.1088000535964966,3.2725000381469727,0.11169999837875366,1.0942000150680542,3.288100004196167,0.11169999837875366,1.0462000370025635,3.2474000453948975,0.11169999837875366,1.042099952697754,3.2651000022888184,0.11169999837875366,1.0724999904632568,3.2685000896453857,0.11169999837875366,1.0462000370025635,3.2474000453948975,0.11169999837875366,1.0724999904632568,3.2685000896453857,0.11169999837875366,1.0807000398635864,3.249500036239624,0.11169999837875366,1.042099952697754,3.2651000022888184,0.11169999837875366,1.0370999574661255,3.2767999172210693,0.11169999837875366,1.0631999969482422,3.2820000648498535,0.11169999837875366,1.042099952697754,3.2651000022888184,0.11169999837875366,1.0631999969482422,3.2820000648498535,0.11169999837875366,1.0724999904632568,3.2685000896453857,0.11169999837875366,1.0807000398635864,3.249500036239624,0.11169999837875366,1.0724999904632568,3.2685000896453857,0.11169999837875366,1.1088000535964966,3.2725000381469727,0.11169999837875366,1.0807000398635864,3.249500036239624,0.11169999837875366,1.1088000535964966,3.2725000381469727,0.11169999837875366,1.121899962425232,3.2520999908447266,0.11169999837875366,1.0724999904632568,3.2685000896453857,0.11169999837875366,1.0631999969482422,3.2820000648498535,0.11169999837875366,1.0942000150680542,3.288100004196167,0.11169999837875366,1.0724999904632568,3.2685000896453857,0.11169999837875366,1.0942000150680542,3.288100004196167,0.11169999837875366,1.1088000535964966,3.2725000381469727,0.11169999837875366,1.0307999849319458,3.2839999198913574,0.11169999837875366,1.0228999853134155,3.2883999347686768,0.11169999837875366,1.0399999618530273,3.297800064086914,0.11169999837875366,1.0307999849319458,3.2839999198913574,0.11169999837875366,1.0399999618530273,3.297800064086914,0.11169999837875366,1.05239999294281,3.291300058364868,0.11169999837875366,1.05239999294281,3.291300058364868,0.11169999837875366,1.0399999618530273,3.297800064086914,0.11169999837875366,1.0602999925613403,3.308799982070923,0.11169999837875366,1.05239999294281,3.291300058364868,0.11169999837875366,1.0602999925613403,3.308799982070923,0.11169999837875366,1.0780999660491943,3.2999000549316406,0.11169999837875366,1.0370999574661255,3.2767999172210693,0.11169999837875366,1.0307999849319458,3.2839999198913574,0.11169999837875366,1.05239999294281,3.291300058364868,0.11169999837875366,1.0370999574661255,3.2767999172210693,0.11169999837875366,1.05239999294281,3.291300058364868,0.11169999837875366,1.0631999969482422,3.2820000648498535,0.11169999837875366,1.0631999969482422,3.2820000648498535,0.11169999837875366,1.05239999294281,3.291300058364868,0.11169999837875366,1.0780999660491943,3.2999000549316406,0.11169999837875366,1.0631999969482422,3.2820000648498535,0.11169999837875366,1.0780999660491943,3.2999000549316406,0.11169999837875366,1.0942000150680542,3.288100004196167,0.11169999837875366,1.19760000705719,3.2572999000549316,0.11169999837875366,1.2175999879837036,3.2309999465942383,0.11169999837875366,1.1793999671936035,3.2286999225616455,0.11169999837875366,1.19760000705719,3.2572999000549316,0.11169999837875366,1.1793999671936035,3.2286999225616455,0.11169999837875366,1.163100004196167,3.2548000812530518,0.11169999837875366,1.2175999879837036,3.2309999465942383,0.11169999837875366,1.2353999614715576,3.201900005340576,0.11169999837875366,1.1938999891281128,3.1993000507354736,0.11169999837875366,1.2175999879837036,3.2309999465942383,0.11169999837875366,1.1938999891281128,3.1993000507354736,0.11169999837875366,1.1793999671936035,3.2286999225616455,0.11169999837875366,1.163100004196167,3.2548000812530518,0.11169999837875366,1.1793999671936035,3.2286999225616455,0.11169999837875366,1.1338000297546387,3.226300001144409,0.11169999837875366,1.163100004196167,3.2548000812530518,0.11169999837875366,1.1338000297546387,3.226300001144409,0.11169999837875366,1.121899962425232,3.2520999908447266,0.11169999837875366,1.1793999671936035,3.2286999225616455,0.11169999837875366,1.1938999891281128,3.1993000507354736,0.11169999837875366,1.1442999839782715,3.1963999271392822,0.11169999837875366,1.1793999671936035,3.2286999225616455,0.11169999837875366,1.1442999839782715,3.1963999271392822,0.11169999837875366,1.1338000297546387,3.226300001144409,0.11169999837875366,1.2508000135421753,3.170799970626831,0.11169999837875366,1.2635999917984009,3.138200044631958,0.11169999837875366,1.2167999744415283,3.1347999572753906,0.11169999837875366,1.2508000135421753,3.170799970626831,0.11169999837875366,1.2167999744415283,3.1347999572753906,0.11169999837875366,1.2064000368118286,3.16759991645813,0.11169999837875366,1.2064000368118286,3.16759991645813,0.11169999837875366,1.2167999744415283,3.1347999572753906,0.11169999837875366,1.1610000133514404,3.1308999061584473,0.11169999837875366,1.2064000368118286,3.16759991645813,0.11169999837875366,1.1610000133514404,3.1308999061584473,0.11169999837875366,1.153499960899353,3.164099931716919,0.11169999837875366,1.2353999614715576,3.201900005340576,0.11169999837875366,1.2508000135421753,3.170799970626831,0.11169999837875366,1.2064000368118286,3.16759991645813,0.11169999837875366,1.2353999614715576,3.201900005340576,0.11169999837875366,1.2064000368118286,3.16759991645813,0.11169999837875366,1.1938999891281128,3.1993000507354736,0.11169999837875366,1.1938999891281128,3.1993000507354736,0.11169999837875366,1.2064000368118286,3.16759991645813,0.11169999837875366,1.153499960899353,3.164099931716919,0.11169999837875366,1.1938999891281128,3.1993000507354736,0.11169999837875366,1.153499960899353,3.164099931716919,0.11169999837875366,1.1442999839782715,3.1963999271392822,0.11169999837875366,1.058500051498413,3.123699903488159,0.11169999837875366,1.0562000274658203,3.1577000617980957,0.11169999837875366,1.1004999876022339,3.1605000495910645,0.11169999837875366,1.058500051498413,3.123699903488159,0.11169999837875366,1.1004999876022339,3.1605000495910645,0.11169999837875366,1.1052000522613525,3.1268999576568604,0.11169999837875366,1.0562000274658203,3.1577000617980957,0.11169999837875366,1.0533000230789185,3.191200017929077,0.11169999837875366,1.0947999954223633,3.19350004196167,0.11169999837875366,1.0562000274658203,3.1577000617980957,0.11169999837875366,1.0947999954223633,3.19350004196167,0.11169999837875366,1.1004999876022339,3.1605000495910645,0.11169999837875366,1.1052000522613525,3.1268999576568604,0.11169999837875366,1.1004999876022339,3.1605000495910645,0.11169999837875366,1.153499960899353,3.164099931716919,0.11169999837875366,1.1052000522613525,3.1268999576568604,0.11169999837875366,1.153499960899353,3.164099931716919,0.11169999837875366,1.1610000133514404,3.1308999061584473,0.11169999837875366,1.1004999876022339,3.1605000495910645,0.11169999837875366,1.0947999954223633,3.19350004196167,0.11169999837875366,1.1442999839782715,3.1963999271392822,0.11169999837875366,1.1004999876022339,3.1605000495910645,0.11169999837875366,1.1442999839782715,3.1963999271392822,0.11169999837875366,1.153499960899353,3.164099931716919,0.11169999837875366,1.0499999523162842,3.22189998626709,0.11169999837875366,1.0462000370025635,3.2474000453948975,0.11169999837875366,1.0807000398635864,3.249500036239624,0.11169999837875366,1.0499999523162842,3.22189998626709,0.11169999837875366,1.0807000398635864,3.249500036239624,0.11169999837875366,1.0881999731063843,3.223900079727173,0.11169999837875366,1.0881999731063843,3.223900079727173,0.11169999837875366,1.0807000398635864,3.249500036239624,0.11169999837875366,1.121899962425232,3.2520999908447266,0.11169999837875366,1.0881999731063843,3.223900079727173,0.11169999837875366,1.121899962425232,3.2520999908447266,0.11169999837875366,1.1338000297546387,3.226300001144409,0.11169999837875366,1.0533000230789185,3.191200017929077,0.11169999837875366,1.0499999523162842,3.22189998626709,0.11169999837875366,1.0881999731063843,3.223900079727173,0.11169999837875366,1.0533000230789185,3.191200017929077,0.11169999837875366,1.0881999731063843,3.223900079727173,0.11169999837875366,1.0947999954223633,3.19350004196167,0.11169999837875366,1.0947999954223633,3.19350004196167,0.11169999837875366,1.0881999731063843,3.223900079727173,0.11169999837875366,1.1338000297546387,3.226300001144409,0.11169999837875366,1.0947999954223633,3.19350004196167,0.11169999837875366,1.1338000297546387,3.226300001144409,0.11169999837875366,1.1442999839782715,3.1963999271392822,0.11169999837875366,1.2635999917984009,3.138200044631958,0.11169999837875366,1.2735999822616577,3.1050000190734863,0.11169999837875366,1.225000023841858,3.101900100708008,0.11169999837875366,1.2635999917984009,3.138200044631958,0.11169999837875366,1.225000023841858,3.101900100708008,0.11169999837875366,1.2167999744415283,3.1347999572753906,0.11169999837875366,1.2735999822616577,3.1050000190734863,0.11169999837875366,1.2806999683380127,3.071199893951416,0.11169999837875366,1.2308000326156616,3.0689001083374023,0.11169999837875366,1.2735999822616577,3.1050000190734863,0.11169999837875366,1.2308000326156616,3.0689001083374023,0.11169999837875366,1.225000023841858,3.101900100708008,0.11169999837875366,1.2167999744415283,3.1347999572753906,0.11169999837875366,1.225000023841858,3.101900100708008,0.11169999837875366,1.1669000387191772,3.098299980163574,0.11169999837875366,1.2167999744415283,3.1347999572753906,0.11169999837875366,1.1669000387191772,3.098299980163574,0.11169999837875366,1.1610000133514404,3.1308999061584473,0.11169999837875366,1.225000023841858,3.101900100708008,0.11169999837875366,1.2308000326156616,3.0689001083374023,0.11169999837875366,1.1712000370025635,3.066200017929077,0.11169999837875366,1.225000023841858,3.101900100708008,0.11169999837875366,1.1712000370025635,3.066200017929077,0.11169999837875366,1.1669000387191772,3.098299980163574,0.11169999837875366,1.284999966621399,3.0369999408721924,0.11169999837875366,1.2864999771118164,3.002700090408325,0.11169999837875366,1.2354999780654907,3.0027999877929688,0.11169999837875366,1.284999966621399,3.0369999408721924,0.11169999837875366,1.2354999780654907,3.0027999877929688,0.11169999837875366,1.2343000173568726,3.035799980163574,0.11169999837875366,1.2343000173568726,3.035799980163574,0.11169999837875366,1.2354999780654907,3.0027999877929688,0.11169999837875366,1.1746000051498413,3.0027999877929688,0.11169999837875366,1.2343000173568726,3.035799980163574,0.11169999837875366,1.1746000051498413,3.0027999877929688,0.11169999837875366,1.173699975013733,3.03439998626709,0.11169999837875366,1.2806999683380127,3.071199893951416,0.11169999837875366,1.284999966621399,3.0369999408721924,0.11169999837875366,1.2343000173568726,3.035799980163574,0.11169999837875366,1.2806999683380127,3.071199893951416,0.11169999837875366,1.2343000173568726,3.035799980163574,0.11169999837875366,1.2308000326156616,3.0689001083374023,0.11169999837875366,1.2308000326156616,3.0689001083374023,0.11169999837875366,1.2343000173568726,3.035799980163574,0.11169999837875366,1.173699975013733,3.03439998626709,0.11169999837875366,1.2308000326156616,3.0689001083374023,0.11169999837875366,1.173699975013733,3.03439998626709,0.11169999837875366,1.1712000370025635,3.066200017929077,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.1131999492645264,3.0329999923706055,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.0618000030517578,3.061300039291382,0.11169999837875366,1.1116000413894653,3.063499927520752,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.1116000413894653,3.063499927520752,0.11169999837875366,1.1131999492645264,3.0329999923706055,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.1131999492645264,3.0329999923706055,0.11169999837875366,1.173699975013733,3.03439998626709,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.173699975013733,3.03439998626709,0.11169999837875366,1.1746000051498413,3.0027999877929688,0.11169999837875366,1.1131999492645264,3.0329999923706055,0.11169999837875366,1.1116000413894653,3.063499927520752,0.11169999837875366,1.1712000370025635,3.066200017929077,0.11169999837875366,1.1131999492645264,3.0329999923706055,0.11169999837875366,1.1712000370025635,3.066200017929077,0.11169999837875366,1.173699975013733,3.03439998626709,0.11169999837875366,1.0604000091552734,3.0917000770568848,0.11169999837875366,1.058500051498413,3.123699903488159,0.11169999837875366,1.1052000522613525,3.1268999576568604,0.11169999837875366,1.0604000091552734,3.0917000770568848,0.11169999837875366,1.1052000522613525,3.1268999576568604,0.11169999837875366,1.1088999509811401,3.0947000980377197,0.11169999837875366,1.1088999509811401,3.0947000980377197,0.11169999837875366,1.1052000522613525,3.1268999576568604,0.11169999837875366,1.1610000133514404,3.1308999061584473,0.11169999837875366,1.1088999509811401,3.0947000980377197,0.11169999837875366,1.1610000133514404,3.1308999061584473,0.11169999837875366,1.1669000387191772,3.098299980163574,0.11169999837875366,1.0618000030517578,3.061300039291382,0.11169999837875366,1.0604000091552734,3.0917000770568848,0.11169999837875366,1.1088999509811401,3.0947000980377197,0.11169999837875366,1.0618000030517578,3.061300039291382,0.11169999837875366,1.1088999509811401,3.0947000980377197,0.11169999837875366,1.1116000413894653,3.063499927520752,0.11169999837875366,1.1116000413894653,3.063499927520752,0.11169999837875366,1.1088999509811401,3.0947000980377197,0.11169999837875366,1.1669000387191772,3.098299980163574,0.11169999837875366,1.1116000413894653,3.063499927520752,0.11169999837875366,1.1669000387191772,3.098299980163574,0.11169999837875366,1.1712000370025635,3.066200017929077,0.11169999837875366,1.2848000526428223,2.968400001525879,0.11169999837875366,1.2342000007629395,2.9697000980377197,0.11169999837875366,1.2354999780654907,3.0027999877929688,0.11169999837875366,1.2848000526428223,2.968400001525879,0.11169999837875366,1.2354999780654907,3.0027999877929688,0.11169999837875366,1.2864999771118164,3.002700090408325,0.11169999837875366,1.2803000211715698,2.934299945831299,0.11169999837875366,1.2304999828338623,2.9367001056671143,0.11169999837875366,1.2342000007629395,2.9697000980377197,0.11169999837875366,1.2803000211715698,2.934299945831299,0.11169999837875366,1.2342000007629395,2.9697000980377197,0.11169999837875366,1.2848000526428223,2.968400001525879,0.11169999837875366,1.2342000007629395,2.9697000980377197,0.11169999837875366,1.1735999584197998,2.9711999893188477,0.11169999837875366,1.1746000051498413,3.0027999877929688,0.11169999837875366,1.2342000007629395,2.9697000980377197,0.11169999837875366,1.1746000051498413,3.0027999877929688,0.11169999837875366,1.2354999780654907,3.0027999877929688,0.11169999837875366,1.2304999828338623,2.9367001056671143,0.11169999837875366,1.1708999872207642,2.939500093460083,0.11169999837875366,1.1735999584197998,2.9711999893188477,0.11169999837875366,1.2304999828338623,2.9367001056671143,0.11169999837875366,1.1735999584197998,2.9711999893188477,0.11169999837875366,1.2342000007629395,2.9697000980377197,0.11169999837875366,1.2626999616622925,2.867300033569336,0.11169999837875366,1.2160999774932861,2.8708999156951904,0.11169999837875366,1.2244999408721924,2.903700113296509,0.11169999837875366,1.2626999616622925,2.867300033569336,0.11169999837875366,1.2244999408721924,2.903700113296509,0.11169999837875366,1.2728999853134155,2.9005000591278076,0.11169999837875366,1.2160999774932861,2.8708999156951904,0.11169999837875366,1.1605000495910645,2.8749001026153564,0.11169999837875366,1.1664999723434448,2.9075000286102295,0.11169999837875366,1.2160999774932861,2.8708999156951904,0.11169999837875366,1.1664999723434448,2.9075000286102295,0.11169999837875366,1.2244999408721924,2.903700113296509,0.11169999837875366,1.2728999853134155,2.9005000591278076,0.11169999837875366,1.2244999408721924,2.903700113296509,0.11169999837875366,1.2304999828338623,2.9367001056671143,0.11169999837875366,1.2728999853134155,2.9005000591278076,0.11169999837875366,1.2304999828338623,2.9367001056671143,0.11169999837875366,1.2803000211715698,2.934299945831299,0.11169999837875366,1.2244999408721924,2.903700113296509,0.11169999837875366,1.1664999723434448,2.9075000286102295,0.11169999837875366,1.1708999872207642,2.939500093460083,0.11169999837875366,1.2244999408721924,2.903700113296509,0.11169999837875366,1.1708999872207642,2.939500093460083,0.11169999837875366,1.2304999828338623,2.9367001056671143,0.11169999837875366,1.0602999925613403,2.914099931716919,0.11169999837875366,1.1087000370025635,2.911099910736084,0.11169999837875366,1.1049000024795532,2.8789000511169434,0.11169999837875366,1.0602999925613403,2.914099931716919,0.11169999837875366,1.1049000024795532,2.8789000511169434,0.11169999837875366,1.05840003490448,2.882200002670288,0.11169999837875366,1.0616999864578247,2.9446001052856445,0.11169999837875366,1.1114000082015991,2.9423000812530518,0.11169999837875366,1.1087000370025635,2.911099910736084,0.11169999837875366,1.0616999864578247,2.9446001052856445,0.11169999837875366,1.1087000370025635,2.911099910736084,0.11169999837875366,1.0602999925613403,2.914099931716919,0.11169999837875366,1.1087000370025635,2.911099910736084,0.11169999837875366,1.1664999723434448,2.9075000286102295,0.11169999837875366,1.1605000495910645,2.8749001026153564,0.11169999837875366,1.1087000370025635,2.911099910736084,0.11169999837875366,1.1605000495910645,2.8749001026153564,0.11169999837875366,1.1049000024795532,2.8789000511169434,0.11169999837875366,1.1114000082015991,2.9423000812530518,0.11169999837875366,1.1708999872207642,2.939500093460083,0.11169999837875366,1.1664999723434448,2.9075000286102295,0.11169999837875366,1.1114000082015991,2.9423000812530518,0.11169999837875366,1.1664999723434448,2.9075000286102295,0.11169999837875366,1.1087000370025635,2.911099910736084,0.11169999837875366,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.1131000518798828,2.9727001190185547,0.11169999837875366,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.1131000518798828,2.9727001190185547,0.11169999837875366,1.0625,2.9739999771118164,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.1746000051498413,3.0027999877929688,0.11169999837875366,1.1735999584197998,2.9711999893188477,0.11169999837875366,1.113700032234192,3.0028998851776123,0.11169999837875366,1.1735999584197998,2.9711999893188477,0.11169999837875366,1.1131000518798828,2.9727001190185547,0.11169999837875366,1.0625,2.9739999771118164,0.11169999837875366,1.1131000518798828,2.9727001190185547,0.11169999837875366,1.1114000082015991,2.9423000812530518,0.11169999837875366,1.0625,2.9739999771118164,0.11169999837875366,1.1114000082015991,2.9423000812530518,0.11169999837875366,1.0616999864578247,2.9446001052856445,0.11169999837875366,1.1131000518798828,2.9727001190185547,0.11169999837875366,1.1735999584197998,2.9711999893188477,0.11169999837875366,1.1708999872207642,2.939500093460083,0.11169999837875366,1.1131000518798828,2.9727001190185547,0.11169999837875366,1.1708999872207642,2.939500093460083,0.11169999837875366,1.1114000082015991,2.9423000812530518,0.11169999837875366,1.2497999668121338,2.83489990234375,0.11169999837875366,1.2056000232696533,2.838099956512451,0.11169999837875366,1.2160999774932861,2.8708999156951904,0.11169999837875366,1.2497999668121338,2.83489990234375,0.11169999837875366,1.2160999774932861,2.8708999156951904,0.11169999837875366,1.2626999616622925,2.867300033569336,0.11169999837875366,1.2342000007629395,2.8039000034332275,0.11169999837875366,1.1929999589920044,2.80649995803833,0.11169999837875366,1.2056000232696533,2.838099956512451,0.11169999837875366,1.2342000007629395,2.8039000034332275,0.11169999837875366,1.2056000232696533,2.838099956512451,0.11169999837875366,1.2497999668121338,2.83489990234375,0.11169999837875366,1.2056000232696533,2.838099956512451,0.11169999837875366,1.152899980545044,2.8417999744415283,0.11169999837875366,1.1605000495910645,2.8749001026153564,0.11169999837875366,1.2056000232696533,2.838099956512451,0.11169999837875366,1.1605000495910645,2.8749001026153564,0.11169999837875366,1.2160999774932861,2.8708999156951904,0.11169999837875366,1.1929999589920044,2.80649995803833,0.11169999837875366,1.1435999870300293,2.809499979019165,0.11169999837875366,1.152899980545044,2.8417999744415283,0.11169999837875366,1.1929999589920044,2.80649995803833,0.11169999837875366,1.152899980545044,2.8417999744415283,0.11169999837875366,1.2056000232696533,2.838099956512451,0.11169999837875366,1.1959999799728394,2.748800039291382,0.11169999837875366,1.1618000268936157,2.7513999938964844,0.11169999837875366,1.1783000230789185,2.7772998809814453,0.11169999837875366,1.1959999799728394,2.748800039291382,0.11169999837875366,1.1783000230789185,2.7772998809814453,0.11169999837875366,1.2163000106811523,2.7750000953674316,0.11169999837875366,1.1618000268936157,2.7513999938964844,0.11169999837875366,1.121000051498413,2.7541000843048096,0.11169999837875366,1.1330000162124634,2.7797999382019043,0.11169999837875366,1.1618000268936157,2.7513999938964844,0.11169999837875366,1.1330000162124634,2.7797999382019043,0.11169999837875366,1.1783000230789185,2.7772998809814453,0.11169999837875366,1.2163000106811523,2.7750000953674316,0.11169999837875366,1.1783000230789185,2.7772998809814453,0.11169999837875366,1.1929999589920044,2.80649995803833,0.11169999837875366,1.2163000106811523,2.7750000953674316,0.11169999837875366,1.1929999589920044,2.80649995803833,0.11169999837875366,1.2342000007629395,2.8039000034332275,0.11169999837875366,1.1783000230789185,2.7772998809814453,0.11169999837875366,1.1330000162124634,2.7797999382019043,0.11169999837875366,1.1435999870300293,2.809499979019165,0.11169999837875366,1.1783000230789185,2.7772998809814453,0.11169999837875366,1.1435999870300293,2.809499979019165,0.11169999837875366,1.1929999589920044,2.80649995803833,0.11169999837875366,1.0497000217437744,2.7841999530792236,0.11169999837875366,1.0877000093460083,2.7822000980377197,0.11169999837875366,1.0801000595092773,2.756700038909912,0.11169999837875366,1.0497000217437744,2.7841999530792236,0.11169999837875366,1.0801000595092773,2.756700038909912,0.11169999837875366,1.0458999872207642,2.7588999271392822,0.11169999837875366,1.0530999898910522,2.8148000240325928,0.11169999837875366,1.0943000316619873,2.8124001026153564,0.11169999837875366,1.0877000093460083,2.7822000980377197,0.11169999837875366,1.0530999898910522,2.8148000240325928,0.11169999837875366,1.0877000093460083,2.7822000980377197,0.11169999837875366,1.0497000217437744,2.7841999530792236,0.11169999837875366,1.0877000093460083,2.7822000980377197,0.11169999837875366,1.1330000162124634,2.7797999382019043,0.11169999837875366,1.121000051498413,2.7541000843048096,0.11169999837875366,1.0877000093460083,2.7822000980377197,0.11169999837875366,1.121000051498413,2.7541000843048096,0.11169999837875366,1.0801000595092773,2.756700038909912,0.11169999837875366,1.0943000316619873,2.8124001026153564,0.11169999837875366,1.1435999870300293,2.809499979019165,0.11169999837875366,1.1330000162124634,2.7797999382019043,0.11169999837875366,1.0943000316619873,2.8124001026153564,0.11169999837875366,1.1330000162124634,2.7797999382019043,0.11169999837875366,1.0877000093460083,2.7822000980377197,0.11169999837875366,1.05840003490448,2.882200002670288,0.11169999837875366,1.1049000024795532,2.8789000511169434,0.11169999837875366,1.100100040435791,2.8452999591827393,0.11169999837875366,1.05840003490448,2.882200002670288,0.11169999837875366,1.100100040435791,2.8452999591827393,0.11169999837875366,1.055999994277954,2.848299980163574,0.11169999837875366,1.1049000024795532,2.8789000511169434,0.11169999837875366,1.1605000495910645,2.8749001026153564,0.11169999837875366,1.152899980545044,2.8417999744415283,0.11169999837875366,1.1049000024795532,2.8789000511169434,0.11169999837875366,1.152899980545044,2.8417999744415283,0.11169999837875366,1.100100040435791,2.8452999591827393,0.11169999837875366,1.055999994277954,2.848299980163574,0.11169999837875366,1.100100040435791,2.8452999591827393,0.11169999837875366,1.0943000316619873,2.8124001026153564,0.11169999837875366,1.055999994277954,2.848299980163574,0.11169999837875366,1.0943000316619873,2.8124001026153564,0.11169999837875366,1.0530999898910522,2.8148000240325928,0.11169999837875366,1.100100040435791,2.8452999591827393,0.11169999837875366,1.152899980545044,2.8417999744415283,0.11169999837875366,1.1435999870300293,2.809499979019165,0.11169999837875366,1.100100040435791,2.8452999591827393,0.11169999837875366,1.1435999870300293,2.809499979019165,0.11169999837875366,1.0943000316619873,2.8124001026153564,0.11169999837875366,1.173699975013733,2.7262001037597656,0.11169999837875366,1.1435999870300293,2.7298998832702637,0.11169999837875366,1.1618000268936157,2.7513999938964844,0.11169999837875366,1.173699975013733,2.7262001037597656,0.11169999837875366,1.1618000268936157,2.7513999938964844,0.11169999837875366,1.1959999799728394,2.748800039291382,0.11169999837875366,1.149399995803833,2.706899881362915,0.11169999837875366,1.1237000226974487,2.7123000621795654,0.11169999837875366,1.1435999870300293,2.7298998832702637,0.11169999837875366,1.149399995803833,2.706899881362915,0.11169999837875366,1.1435999870300293,2.7298998832702637,0.11169999837875366,1.173699975013733,2.7262001037597656,0.11169999837875366,1.1435999870300293,2.7298998832702637,0.11169999837875366,1.107800006866455,2.7339999675750732,0.11169999837875366,1.121000051498413,2.7541000843048096,0.11169999837875366,1.1435999870300293,2.7298998832702637,0.11169999837875366,1.121000051498413,2.7541000843048096,0.11169999837875366,1.1618000268936157,2.7513999938964844,0.11169999837875366,1.1237000226974487,2.7123000621795654,0.11169999837875366,1.0930999517440796,2.718600034713745,0.11169999837875366,1.107800006866455,2.7339999675750732,0.11169999837875366,1.1237000226974487,2.7123000621795654,0.11169999837875366,1.107800006866455,2.7339999675750732,0.11169999837875366,1.1435999870300293,2.7298998832702637,0.11169999837875366,1.0954999923706055,2.6777000427246094,0.11169999837875366,1.0788999795913696,2.687299966812134,0.11169999837875366,1.1022000312805176,2.6982998847961426,0.11169999837875366,1.0954999923706055,2.6777000427246094,0.11169999837875366,1.1022000312805176,2.6982998847961426,0.11169999837875366,1.1232999563217163,2.6907999515533447,0.11169999837875366,1.0788999795913696,2.687299966812134,0.11169999837875366,1.0591000318527222,2.698499917984009,0.11169999837875366,1.0770000219345093,2.7070999145507812,0.11169999837875366,1.0788999795913696,2.687299966812134,0.11169999837875366,1.0770000219345093,2.7070999145507812,0.11169999837875366,1.1022000312805176,2.6982998847961426,0.11169999837875366,1.1232999563217163,2.6907999515533447,0.11169999837875366,1.1022000312805176,2.6982998847961426,0.11169999837875366,1.1237000226974487,2.7123000621795654,0.11169999837875366,1.1232999563217163,2.6907999515533447,0.11169999837875366,1.1237000226974487,2.7123000621795654,0.11169999837875366,1.149399995803833,2.706899881362915,0.11169999837875366,1.1022000312805176,2.6982998847961426,0.11169999837875366,1.0770000219345093,2.7070999145507812,0.11169999837875366,1.0930999517440796,2.718600034713745,0.11169999837875366,1.1022000312805176,2.6982998847961426,0.11169999837875366,1.0930999517440796,2.718600034713745,0.11169999837875366,1.1237000226974487,2.7123000621795654,0.11169999837875366,1.030500054359436,2.7232000827789307,0.11169999837875366,1.0516999959945679,2.7158000469207764,0.11169999837875366,1.039199948310852,2.7095999717712402,0.11169999837875366,1.030500054359436,2.7232000827789307,0.11169999837875366,1.039199948310852,2.7095999717712402,0.11169999837875366,1.0225000381469727,2.719099998474121,0.11169999837875366,1.0367000102996826,2.73009991645813,0.11169999837875366,1.0625,2.7248001098632812,0.11169999837875366,1.0516999959945679,2.7158000469207764,0.11169999837875366,1.0367000102996826,2.73009991645813,0.11169999837875366,1.0516999959945679,2.7158000469207764,0.11169999837875366,1.030500054359436,2.7232000827789307,0.11169999837875366,1.0516999959945679,2.7158000469207764,0.11169999837875366,1.0770000219345093,2.7070999145507812,0.11169999837875366,1.0591000318527222,2.698499917984009,0.11169999837875366,1.0516999959945679,2.7158000469207764,0.11169999837875366,1.0591000318527222,2.698499917984009,0.11169999837875366,1.039199948310852,2.7095999717712402,0.11169999837875366,1.0625,2.7248001098632812,0.11169999837875366,1.0930999517440796,2.718600034713745,0.11169999837875366,1.0770000219345093,2.7070999145507812,0.11169999837875366,1.0625,2.7248001098632812,0.11169999837875366,1.0770000219345093,2.7070999145507812,0.11169999837875366,1.0516999959945679,2.7158000469207764,0.11169999837875366,1.0458999872207642,2.7588999271392822,0.11169999837875366,1.0801000595092773,2.756700038909912,0.11169999837875366,1.0719000101089478,2.73799991607666,0.11169999837875366,1.0458999872207642,2.7588999271392822,0.11169999837875366,1.0719000101089478,2.73799991607666,0.11169999837875366,1.0418000221252441,2.7414000034332275,0.11169999837875366,1.0801000595092773,2.756700038909912,0.11169999837875366,1.121000051498413,2.7541000843048096,0.11169999837875366,1.107800006866455,2.7339999675750732,0.11169999837875366,1.0801000595092773,2.756700038909912,0.11169999837875366,1.107800006866455,2.7339999675750732,0.11169999837875366,1.0719000101089478,2.73799991607666,0.11169999837875366,1.0418000221252441,2.7414000034332275,0.11169999837875366,1.0719000101089478,2.73799991607666,0.11169999837875366,1.0625,2.7248001098632812,0.11169999837875366,1.0418000221252441,2.7414000034332275,0.11169999837875366,1.0625,2.7248001098632812,0.11169999837875366,1.0367000102996826,2.73009991645813,0.11169999837875366,1.0719000101089478,2.73799991607666,0.11169999837875366,1.107800006866455,2.7339999675750732,0.11169999837875366,1.0930999517440796,2.718600034713745,0.11169999837875366,1.0719000101089478,2.73799991607666,0.11169999837875366,1.0930999517440796,2.718600034713745,0.11169999837875366,1.0625,2.7248001098632812,0.11169999837875366,1.0663000345230103,2.6673998832702637,0.11169999837875366,1.0540000200271606,2.6786999702453613,0.11169999837875366,1.0788999795913696,2.687299966812134,0.11169999837875366,1.0663000345230103,2.6673998832702637,0.11169999837875366,1.0788999795913696,2.687299966812134,0.11169999837875366,1.0954999923706055,2.6777000427246094,0.11169999837875366,1.0358999967575073,2.660099983215332,0.11169999837875366,1.027899980545044,2.672600030899048,0.11169999837875366,1.0540000200271606,2.6786999702453613,0.11169999837875366,1.0358999967575073,2.660099983215332,0.11169999837875366,1.0540000200271606,2.6786999702453613,0.11169999837875366,1.0663000345230103,2.6673998832702637,0.11169999837875366,1.0540000200271606,2.6786999702453613,0.11169999837875366,1.0392999649047852,2.6919000148773193,0.11169999837875366,1.0591000318527222,2.698499917984009,0.11169999837875366,1.0540000200271606,2.6786999702453613,0.11169999837875366,1.0591000318527222,2.698499917984009,0.11169999837875366,1.0788999795913696,2.687299966812134,0.11169999837875366,1.027899980545044,2.672600030899048,0.11169999837875366,1.0182000398635864,2.687299966812134,0.11169999837875366,1.0392999649047852,2.6919000148773193,0.11169999837875366,1.027899980545044,2.672600030899048,0.11169999837875366,1.0392999649047852,2.6919000148773193,0.11169999837875366,1.0540000200271606,2.6786999702453613,0.11169999837875366,0.9732999801635742,2.654400110244751,0.11169999837875366,0.9735000133514404,2.667799949645996,0.11169999837875366,1.0009000301361084,2.6689999103546143,0.11169999837875366,0.9732999801635742,2.654400110244751,0.11169999837875366,1.0009000301361084,2.6689999103546143,0.11169999837875366,1.0047999620437622,2.6558001041412354,0.11169999837875366,0.9735000133514404,2.667799949645996,0.11169999837875366,0.9736999869346619,2.6837000846862793,0.11169999837875366,0.9962000250816345,2.684499979019165,0.11169999837875366,0.9735000133514404,2.667799949645996,0.11169999837875366,0.9962000250816345,2.684499979019165,0.11169999837875366,1.0009000301361084,2.6689999103546143,0.11169999837875366,1.0047999620437622,2.6558001041412354,0.11169999837875366,1.0009000301361084,2.6689999103546143,0.11169999837875366,1.027899980545044,2.672600030899048,0.11169999837875366,1.0047999620437622,2.6558001041412354,0.11169999837875366,1.027899980545044,2.672600030899048,0.11169999837875366,1.0358999967575073,2.660099983215332,0.11169999837875366,1.0009000301361084,2.6689999103546143,0.11169999837875366,0.9962000250816345,2.684499979019165,0.11169999837875366,1.0182000398635864,2.687299966812134,0.11169999837875366,1.0009000301361084,2.6689999103546143,0.11169999837875366,1.0182000398635864,2.687299966812134,0.11169999837875366,1.027899980545044,2.672600030899048,0.11169999837875366,0.987500011920929,2.713200092315674,0.11169999837875366,0.9915000200271606,2.700000047683716,0.11169999837875366,0.9739000201225281,2.69950008392334,0.11169999837875366,0.987500011920929,2.713200092315674,0.11169999837875366,0.9739000201225281,2.69950008392334,0.11169999837875366,0.9740999937057495,2.7128000259399414,0.11169999837875366,1.000499963760376,2.714200019836426,0.11169999837875366,1.0085999965667725,2.701900005340576,0.11169999837875366,0.9915000200271606,2.700000047683716,0.11169999837875366,1.000499963760376,2.714200019836426,0.11169999837875366,0.9915000200271606,2.700000047683716,0.11169999837875366,0.987500011920929,2.713200092315674,0.11169999837875366,0.9915000200271606,2.700000047683716,0.11169999837875366,0.9962000250816345,2.684499979019165,0.11169999837875366,0.9736999869346619,2.6837000846862793,0.11169999837875366,0.9915000200271606,2.700000047683716,0.11169999837875366,0.9736999869346619,2.6837000846862793,0.11169999837875366,0.9739000201225281,2.69950008392334,0.11169999837875366,1.0085999965667725,2.701900005340576,0.11169999837875366,1.0182000398635864,2.687299966812134,0.11169999837875366,0.9962000250816345,2.684499979019165,0.11169999837875366,1.0085999965667725,2.701900005340576,0.11169999837875366,0.9962000250816345,2.684499979019165,0.11169999837875366,0.9915000200271606,2.700000047683716,0.11169999837875366,1.0225000381469727,2.719099998474121,0.11169999837875366,1.039199948310852,2.7095999717712402,0.11169999837875366,1.0246000289916992,2.7049999237060547,0.11169999837875366,1.0225000381469727,2.719099998474121,0.11169999837875366,1.0246000289916992,2.7049999237060547,0.11169999837875366,1.0123000144958496,2.716099977493286,0.11169999837875366,1.039199948310852,2.7095999717712402,0.11169999837875366,1.0591000318527222,2.698499917984009,0.11169999837875366,1.0392999649047852,2.6919000148773193,0.11169999837875366,1.039199948310852,2.7095999717712402,0.11169999837875366,1.0392999649047852,2.6919000148773193,0.11169999837875366,1.0246000289916992,2.7049999237060547,0.11169999837875366,1.0123000144958496,2.716099977493286,0.11169999837875366,1.0246000289916992,2.7049999237060547,0.11169999837875366,1.0085999965667725,2.701900005340576,0.11169999837875366,1.0123000144958496,2.716099977493286,0.11169999837875366,1.0085999965667725,2.701900005340576,0.11169999837875366,1.000499963760376,2.714200019836426,0.11169999837875366,1.0246000289916992,2.7049999237060547,0.11169999837875366,1.0392999649047852,2.6919000148773193,0.11169999837875366,1.0182000398635864,2.687299966812134,0.11169999837875366,1.0246000289916992,2.7049999237060547,0.11169999837875366,1.0182000398635864,2.687299966812134,0.11169999837875366,1.0085999965667725,2.701900005340576,0.11169999837875366,0.9732999801635742,2.654400110244751,0.11169999837875366,0.9419000148773193,2.6559998989105225,0.11169999837875366,0.9460999965667725,2.669100046157837,0.11169999837875366,0.9732999801635742,2.654400110244751,0.11169999837875366,0.9460999965667725,2.669100046157837,0.11169999837875366,0.9735000133514404,2.667799949645996,0.11169999837875366,0.9419000148773193,2.6559998989105225,0.11169999837875366,0.9107999801635742,2.660599946975708,0.11169999837875366,0.9192000031471252,2.6730000972747803,0.11169999837875366,0.9419000148773193,2.6559998989105225,0.11169999837875366,0.9192000031471252,2.6730000972747803,0.11169999837875366,0.9460999965667725,2.669100046157837,0.11169999837875366,0.9735000133514404,2.667799949645996,0.11169999837875366,0.9460999965667725,2.669100046157837,0.11169999837875366,0.951200008392334,2.6847000122070312,0.11169999837875366,0.9735000133514404,2.667799949645996,0.11169999837875366,0.951200008392334,2.6847000122070312,0.11169999837875366,0.9736999869346619,2.6837000846862793,0.11169999837875366,0.9460999965667725,2.669100046157837,0.11169999837875366,0.9192000031471252,2.6730000972747803,0.11169999837875366,0.9293000102043152,2.6875,0.11169999837875366,0.9460999965667725,2.669100046157837,0.11169999837875366,0.9293000102043152,2.6875,0.11169999837875366,0.951200008392334,2.6847000122070312,0.11169999837875366,0.8805000185966492,2.668100118637085,0.11169999837875366,0.8513000011444092,2.678499937057495,0.11169999837875366,0.8683000206947327,2.687999963760376,0.11169999837875366,0.8805000185966492,2.668100118637085,0.11169999837875366,0.8683000206947327,2.687999963760376,0.11169999837875366,0.8931000232696533,2.6791999340057373,0.11169999837875366,0.8931000232696533,2.6791999340057373,0.11169999837875366,0.8683000206947327,2.687999963760376,0.11169999837875366,0.8885999917984009,2.6991000175476074,0.11169999837875366,0.8931000232696533,2.6791999340057373,0.11169999837875366,0.8885999917984009,2.6991000175476074,0.11169999837875366,0.9082000255584717,2.6923000812530518,0.11169999837875366,0.9107999801635742,2.660599946975708,0.11169999837875366,0.8805000185966492,2.668100118637085,0.11169999837875366,0.8931000232696533,2.6791999340057373,0.11169999837875366,0.9107999801635742,2.660599946975708,0.11169999837875366,0.8931000232696533,2.6791999340057373,0.11169999837875366,0.9192000031471252,2.6730000972747803,0.11169999837875366,0.9192000031471252,2.6730000972747803,0.11169999837875366,0.8931000232696533,2.6791999340057373,0.11169999837875366,0.9082000255584717,2.6923000812530518,0.11169999837875366,0.9192000031471252,2.6730000972747803,0.11169999837875366,0.9082000255584717,2.6923000812530518,0.11169999837875366,0.9293000102043152,2.6875,0.11169999837875366,0.9259999990463257,2.7195000648498535,0.11169999837875366,0.9361000061035156,2.716399908065796,0.11169999837875366,0.9233999848365784,2.705399990081787,0.11169999837875366,0.9259999990463257,2.7195000648498535,0.11169999837875366,0.9233999848365784,2.705399990081787,0.11169999837875366,0.9089000225067139,2.710099935531616,0.11169999837875366,0.9361000061035156,2.716399908065796,0.11169999837875366,0.9478999972343445,2.7142999172210693,0.11169999837875366,0.9394000172615051,2.7019999027252197,0.11169999837875366,0.9361000061035156,2.716399908065796,0.11169999837875366,0.9394000172615051,2.7019999027252197,0.11169999837875366,0.9233999848365784,2.705399990081787,0.11169999837875366,0.9089000225067139,2.710099935531616,0.11169999837875366,0.9233999848365784,2.705399990081787,0.11169999837875366,0.9082000255584717,2.6923000812530518,0.11169999837875366,0.9089000225067139,2.710099935531616,0.11169999837875366,0.9082000255584717,2.6923000812530518,0.11169999837875366,0.8885999917984009,2.6991000175476074,0.11169999837875366,0.9233999848365784,2.705399990081787,0.11169999837875366,0.9394000172615051,2.7019999027252197,0.11169999837875366,0.9293000102043152,2.6875,0.11169999837875366,0.9233999848365784,2.705399990081787,0.11169999837875366,0.9293000102043152,2.6875,0.11169999837875366,0.9082000255584717,2.6923000812530518,0.11169999837875366,0.9606999754905701,2.713200092315674,0.11169999837875366,0.9740999937057495,2.7128000259399414,0.11169999837875366,0.9739000201225281,2.69950008392334,0.11169999837875366,0.9606999754905701,2.713200092315674,0.11169999837875366,0.9739000201225281,2.69950008392334,0.11169999837875366,0.9563999772071838,2.7000999450683594,0.11169999837875366,0.9563999772071838,2.7000999450683594,0.11169999837875366,0.9739000201225281,2.69950008392334,0.11169999837875366,0.9736999869346619,2.6837000846862793,0.11169999837875366,0.9563999772071838,2.7000999450683594,0.11169999837875366,0.9736999869346619,2.6837000846862793,0.11169999837875366,0.951200008392334,2.6847000122070312,0.11169999837875366,0.9478999972343445,2.7142999172210693,0.11169999837875366,0.9606999754905701,2.713200092315674,0.11169999837875366,0.9563999772071838,2.7000999450683594,0.11169999837875366,0.9478999972343445,2.7142999172210693,0.11169999837875366,0.9563999772071838,2.7000999450683594,0.11169999837875366,0.9394000172615051,2.7019999027252197,0.11169999837875366,0.9394000172615051,2.7019999027252197,0.11169999837875366,0.9563999772071838,2.7000999450683594,0.11169999837875366,0.951200008392334,2.6847000122070312,0.11169999837875366,0.9394000172615051,2.7019999027252197,0.11169999837875366,0.951200008392334,2.6847000122070312,0.11169999837875366,0.9293000102043152,2.6875,0.11169999837875366,0.8513000011444092,2.678499937057495,0.11169999837875366,0.8237000107765198,2.6919000148773193,0.11169999837875366,0.8450999855995178,2.6993000507354736,0.11169999837875366,0.8513000011444092,2.678499937057495,0.11169999837875366,0.8450999855995178,2.6993000507354736,0.11169999837875366,0.8683000206947327,2.687999963760376,0.11169999837875366,0.8237000107765198,2.6919000148773193,0.11169999837875366,0.7976999878883362,2.708199977874756,0.11169999837875366,0.8235999941825867,2.713599920272827,0.11169999837875366,0.8237000107765198,2.6919000148773193,0.11169999837875366,0.8235999941825867,2.713599920272827,0.11169999837875366,0.8450999855995178,2.6993000507354736,0.11169999837875366,0.8683000206947327,2.687999963760376,0.11169999837875366,0.8450999855995178,2.6993000507354736,0.11169999837875366,0.8707000017166138,2.7079999446868896,0.11169999837875366,0.8683000206947327,2.687999963760376,0.11169999837875366,0.8707000017166138,2.7079999446868896,0.11169999837875366,0.8885999917984009,2.6991000175476074,0.11169999837875366,0.8450999855995178,2.6993000507354736,0.11169999837875366,0.8235999941825867,2.713599920272827,0.11169999837875366,0.8547000288963318,2.7197999954223633,0.11169999837875366,0.8450999855995178,2.6993000507354736,0.11169999837875366,0.8547000288963318,2.7197999954223633,0.11169999837875366,0.8707000017166138,2.7079999446868896,0.11169999837875366,0.7735000252723694,2.727799892425537,0.11169999837875366,0.7512999773025513,2.7506000995635986,0.11169999837875366,0.7857999801635742,2.7530999183654785,0.11169999837875366,0.7735000252723694,2.727799892425537,0.11169999837875366,0.7857999801635742,2.7530999183654785,0.11169999837875366,0.8037999868392944,2.7314000129699707,0.11169999837875366,0.8037999868392944,2.7314000129699707,0.11169999837875366,0.7857999801635742,2.7530999183654785,0.11169999837875366,0.8269000053405762,2.7558000087738037,0.11169999837875366,0.8037999868392944,2.7314000129699707,0.11169999837875366,0.8269000053405762,2.7558000087738037,0.11169999837875366,0.8400999903678894,2.7353999614715576,0.11169999837875366,0.7976999878883362,2.708199977874756,0.11169999837875366,0.7735000252723694,2.727799892425537,0.11169999837875366,0.8037999868392944,2.7314000129699707,0.11169999837875366,0.7976999878883362,2.708199977874756,0.11169999837875366,0.8037999868392944,2.7314000129699707,0.11169999837875366,0.8235999941825867,2.713599920272827,0.11169999837875366,0.8235999941825867,2.713599920272827,0.11169999837875366,0.8037999868392944,2.7314000129699707,0.11169999837875366,0.8400999903678894,2.7353999614715576,0.11169999837875366,0.8235999941825867,2.713599920272827,0.11169999837875366,0.8400999903678894,2.7353999614715576,0.11169999837875366,0.8547000288963318,2.7197999954223633,0.11169999837875366,0.9027000069618225,2.760499954223633,0.11169999837875366,0.9067999720573425,2.742799997329712,0.11169999837875366,0.8763999938964844,2.7393999099731445,0.11169999837875366,0.9027000069618225,2.760499954223633,0.11169999837875366,0.8763999938964844,2.7393999099731445,0.11169999837875366,0.8680999875068665,2.7583999633789062,0.11169999837875366,0.9067999720573425,2.742799997329712,0.11169999837875366,0.9117000102996826,2.731100082397461,0.11169999837875366,0.885699987411499,2.7258999347686768,0.11169999837875366,0.9067999720573425,2.742799997329712,0.11169999837875366,0.885699987411499,2.7258999347686768,0.11169999837875366,0.8763999938964844,2.7393999099731445,0.11169999837875366,0.8680999875068665,2.7583999633789062,0.11169999837875366,0.8763999938964844,2.7393999099731445,0.11169999837875366,0.8400999903678894,2.7353999614715576,0.11169999837875366,0.8680999875068665,2.7583999633789062,0.11169999837875366,0.8400999903678894,2.7353999614715576,0.11169999837875366,0.8269000053405762,2.7558000087738037,0.11169999837875366,0.8763999938964844,2.7393999099731445,0.11169999837875366,0.885699987411499,2.7258999347686768,0.11169999837875366,0.8547000288963318,2.7197999954223633,0.11169999837875366,0.8763999938964844,2.7393999099731445,0.11169999837875366,0.8547000288963318,2.7197999954223633,0.11169999837875366,0.8400999903678894,2.7353999614715576,0.11169999837875366,0.9179999828338623,2.723900079727173,0.11169999837875366,0.9259999990463257,2.7195000648498535,0.11169999837875366,0.9089000225067139,2.710099935531616,0.11169999837875366,0.9179999828338623,2.723900079727173,0.11169999837875366,0.9089000225067139,2.710099935531616,0.11169999837875366,0.896399974822998,2.716599941253662,0.11169999837875366,0.896399974822998,2.716599941253662,0.11169999837875366,0.9089000225067139,2.710099935531616,0.11169999837875366,0.8885999917984009,2.6991000175476074,0.11169999837875366,0.896399974822998,2.716599941253662,0.11169999837875366,0.8885999917984009,2.6991000175476074,0.11169999837875366,0.8707000017166138,2.7079999446868896,0.11169999837875366,0.9117000102996826,2.731100082397461,0.11169999837875366,0.9179999828338623,2.723900079727173,0.11169999837875366,0.896399974822998,2.716599941253662,0.11169999837875366,0.9117000102996826,2.731100082397461,0.11169999837875366,0.896399974822998,2.716599941253662,0.11169999837875366,0.885699987411499,2.7258999347686768,0.11169999837875366,0.885699987411499,2.7258999347686768,0.11169999837875366,0.896399974822998,2.716599941253662,0.11169999837875366,0.8707000017166138,2.7079999446868896,0.11169999837875366,0.885699987411499,2.7258999347686768,0.11169999837875366,0.8707000017166138,2.7079999446868896,0.11169999837875366,0.8547000288963318,2.7197999954223633,0.11169999837875366,0.9815999865531921,2.7620999813079834,0.18250000476837158,0.9815999865531921,2.7465999126434326,0.18250000476837158,0.9800999760627747,2.7467000484466553,0.18250000476837158,0.9815999865531921,2.7620999813079834,0.18250000476837158,0.9800999760627747,2.7467000484466553,0.18250000476837158,0.9800999760627747,2.762200117111206,0.18250000476837158,0.9800000190734863,2.7381999492645264,0.18250000476837158,0.9800999760627747,2.7467000484466553,0.18250000476837158,0.9815999865531921,2.7465999126434326,0.18250000476837158,0.9800000190734863,2.7381999492645264,0.18250000476837158,0.9815999865531921,2.7465999126434326,0.18250000476837158,0.9815000295639038,2.738100051879883,0.18250000476837158,0.9800999760627747,2.762200117111206,0.18250000476837158,0.9800999760627747,2.7467000484466553,0.18250000476837158,0.9782999753952026,2.7469000816345215,0.18250000476837158,0.9800999760627747,2.762200117111206,0.18250000476837158,0.9782999753952026,2.7469000816345215,0.18250000476837158,0.9782999753952026,2.762399911880493,0.18250000476837158,0.9782999753952026,2.738300085067749,0.18250000476837158,0.9782999753952026,2.7469000816345215,0.18250000476837158,0.9800999760627747,2.7467000484466553,0.18250000476837158,0.9782999753952026,2.738300085067749,0.18250000476837158,0.9800999760627747,2.7467000484466553,0.18250000476837158,0.9800000190734863,2.7381999492645264,0.18250000476837158,0.9800000190734863,2.7332000732421875,0.18250000476837158,0.9800000190734863,2.7344000339508057,0.18250000476837158,0.9812999963760376,2.7344000339508057,0.18250000476837158,0.9800000190734863,2.7332000732421875,0.18250000476837158,0.9812999963760376,2.7344000339508057,0.18250000476837158,0.9810000061988831,2.7335000038146973,0.18250000476837158,0.9783999919891357,2.7330000400543213,0.18250000476837158,0.9782999753952026,2.7344000339508057,0.18250000476837158,0.9800000190734863,2.7344000339508057,0.18250000476837158,0.9783999919891357,2.7330000400543213,0.18250000476837158,0.9800000190734863,2.7344000339508057,0.18250000476837158,0.9800000190734863,2.7332000732421875,0.18250000476837158,0.9800000190734863,2.7344000339508057,0.18250000476837158,0.9800000190734863,2.7381999492645264,0.18250000476837158,0.9815000295639038,2.738100051879883,0.18250000476837158,0.9800000190734863,2.7344000339508057,0.18250000476837158,0.9815000295639038,2.738100051879883,0.18250000476837158,0.9812999963760376,2.7344000339508057,0.18250000476837158,0.9782999753952026,2.7344000339508057,0.18250000476837158,0.9782999753952026,2.738300085067749,0.18250000476837158,0.9800000190734863,2.7381999492645264,0.18250000476837158,0.9782999753952026,2.7344000339508057,0.18250000476837158,0.9800000190734863,2.7381999492645264,0.18250000476837158,0.9800000190734863,2.7344000339508057,0.18250000476837158,0.9764000177383423,2.7344000339508057,0.18250000476837158,0.9764999747276306,2.7328999042510986,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.9764000177383423,2.7344000339508057,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.974399983882904,2.7344000339508057,0.18250000476837158,0.9764000177383423,2.7383999824523926,0.18250000476837158,0.9764000177383423,2.7344000339508057,0.18250000476837158,0.974399983882904,2.7344000339508057,0.18250000476837158,0.9764000177383423,2.7383999824523926,0.18250000476837158,0.974399983882904,2.7344000339508057,0.18250000476837158,0.974399983882904,2.7383999824523926,0.18250000476837158,0.9782999753952026,2.7344000339508057,0.18250000476837158,0.9783999919891357,2.7330000400543213,0.18250000476837158,0.9764999747276306,2.7328999042510986,0.18250000476837158,0.9782999753952026,2.7344000339508057,0.18250000476837158,0.9764999747276306,2.7328999042510986,0.18250000476837158,0.9764000177383423,2.7344000339508057,0.18250000476837158,0.9782999753952026,2.738300085067749,0.18250000476837158,0.9782999753952026,2.7344000339508057,0.18250000476837158,0.9764000177383423,2.7344000339508057,0.18250000476837158,0.9782999753952026,2.738300085067749,0.18250000476837158,0.9764000177383423,2.7344000339508057,0.18250000476837158,0.9764000177383423,2.7383999824523926,0.18250000476837158,0.974399983882904,2.7472000122070312,0.18250000476837158,0.974399983882904,2.7627999782562256,0.18250000476837158,0.9764000177383423,2.7625999450683594,0.18250000476837158,0.974399983882904,2.7472000122070312,0.18250000476837158,0.9764000177383423,2.7625999450683594,0.18250000476837158,0.9764000177383423,2.746999979019165,0.18250000476837158,0.9764000177383423,2.746999979019165,0.18250000476837158,0.9764000177383423,2.7625999450683594,0.18250000476837158,0.9782999753952026,2.762399911880493,0.18250000476837158,0.9764000177383423,2.746999979019165,0.18250000476837158,0.9782999753952026,2.762399911880493,0.18250000476837158,0.9782999753952026,2.7469000816345215,0.18250000476837158,0.974399983882904,2.7383999824523926,0.18250000476837158,0.974399983882904,2.7472000122070312,0.18250000476837158,0.9764000177383423,2.746999979019165,0.18250000476837158,0.974399983882904,2.7383999824523926,0.18250000476837158,0.9764000177383423,2.746999979019165,0.18250000476837158,0.9764000177383423,2.7383999824523926,0.18250000476837158,0.9782999753952026,2.7469000816345215,0.18250000476837158,0.9782999753952026,2.738300085067749,0.18250000476837158,0.9764000177383423,2.7383999824523926,0.18250000476837158,0.9782999753952026,2.7469000816345215,0.18250000476837158,0.9764000177383423,2.7383999824523926,0.18250000476837158,0.9764000177383423,2.746999979019165,0.18250000476837158,0.967199981212616,3.0048000812530518,0.18250000476837158,0.967199981212616,3.0325000286102295,0.18250000476837158,0.9686999917030334,3.032399892807007,0.18250000476837158,0.967199981212616,3.0048000812530518,0.18250000476837158,0.9686999917030334,3.032399892807007,0.18250000476837158,0.9686999917030334,3.0046000480651855,0.18250000476837158,0.967199981212616,3.0325000286102295,0.18250000476837158,0.967199981212616,3.0608999729156494,0.18250000476837158,0.9686999917030334,3.060699939727783,0.18250000476837158,0.967199981212616,3.0325000286102295,0.18250000476837158,0.9686999917030334,3.060699939727783,0.18250000476837158,0.9686999917030334,3.032399892807007,0.18250000476837158,0.9686999917030334,3.0046000480651855,0.18250000476837158,0.9686999917030334,3.032399892807007,0.18250000476837158,0.9704999923706055,3.0322000980377197,0.18250000476837158,0.9686999917030334,3.0046000480651855,0.18250000476837158,0.9704999923706055,3.0322000980377197,0.18250000476837158,0.9704999923706055,3.0044000148773193,0.18250000476837158,0.9686999917030334,3.032399892807007,0.18250000476837158,0.9686999917030334,3.060699939727783,0.18250000476837158,0.9704999923706055,3.060499906539917,0.18250000476837158,0.9686999917030334,3.032399892807007,0.18250000476837158,0.9704999923706055,3.060499906539917,0.18250000476837158,0.9704999923706055,3.0322000980377197,0.18250000476837158,0.967199981212616,3.0905001163482666,0.18250000476837158,0.967199981212616,3.1222000122070312,0.18250000476837158,0.9686999917030334,3.121999979019165,0.18250000476837158,0.967199981212616,3.0905001163482666,0.18250000476837158,0.9686999917030334,3.121999979019165,0.18250000476837158,0.9686999917030334,3.090399980545044,0.18250000476837158,0.9686999917030334,3.090399980545044,0.18250000476837158,0.9686999917030334,3.121999979019165,0.18250000476837158,0.9704999923706055,3.121799945831299,0.18250000476837158,0.9686999917030334,3.090399980545044,0.18250000476837158,0.9704999923706055,3.121799945831299,0.18250000476837158,0.9704999923706055,3.0901999473571777,0.18250000476837158,0.967199981212616,3.0608999729156494,0.18250000476837158,0.967199981212616,3.0905001163482666,0.18250000476837158,0.9686999917030334,3.090399980545044,0.18250000476837158,0.967199981212616,3.0608999729156494,0.18250000476837158,0.9686999917030334,3.090399980545044,0.18250000476837158,0.9686999917030334,3.060699939727783,0.18250000476837158,0.9686999917030334,3.060699939727783,0.18250000476837158,0.9686999917030334,3.090399980545044,0.18250000476837158,0.9704999923706055,3.0901999473571777,0.18250000476837158,0.9686999917030334,3.060699939727783,0.18250000476837158,0.9704999923706055,3.0901999473571777,0.18250000476837158,0.9704999923706055,3.060499906539917,0.18250000476837158,0.974399983882904,3.1214001178741455,0.18250000476837158,0.974399983882904,3.0896999835968018,0.18250000476837158,0.9724000096321106,3.0899999141693115,0.18250000476837158,0.974399983882904,3.1214001178741455,0.18250000476837158,0.9724000096321106,3.0899999141693115,0.18250000476837158,0.9724000096321106,3.1215999126434326,0.18250000476837158,0.974399983882904,3.0896999835968018,0.18250000476837158,0.974399983882904,3.0601000785827637,0.18250000476837158,0.9724000096321106,3.06030011177063,0.18250000476837158,0.974399983882904,3.0896999835968018,0.18250000476837158,0.9724000096321106,3.06030011177063,0.18250000476837158,0.9724000096321106,3.0899999141693115,0.18250000476837158,0.9724000096321106,3.1215999126434326,0.18250000476837158,0.9724000096321106,3.0899999141693115,0.18250000476837158,0.9704999923706055,3.0901999473571777,0.18250000476837158,0.9724000096321106,3.1215999126434326,0.18250000476837158,0.9704999923706055,3.0901999473571777,0.18250000476837158,0.9704999923706055,3.121799945831299,0.18250000476837158,0.9724000096321106,3.0899999141693115,0.18250000476837158,0.9724000096321106,3.06030011177063,0.18250000476837158,0.9704999923706055,3.060499906539917,0.18250000476837158,0.9724000096321106,3.0899999141693115,0.18250000476837158,0.9704999923706055,3.060499906539917,0.18250000476837158,0.9704999923706055,3.0901999473571777,0.18250000476837158,0.974399983882904,3.0316998958587646,0.18250000476837158,0.974399983882904,3.003999948501587,0.18250000476837158,0.9724000096321106,3.004199981689453,0.18250000476837158,0.974399983882904,3.0316998958587646,0.18250000476837158,0.9724000096321106,3.004199981689453,0.18250000476837158,0.9724000096321106,3.031899929046631,0.18250000476837158,0.9724000096321106,3.031899929046631,0.18250000476837158,0.9724000096321106,3.004199981689453,0.18250000476837158,0.9704999923706055,3.0044000148773193,0.18250000476837158,0.9724000096321106,3.031899929046631,0.18250000476837158,0.9704999923706055,3.0044000148773193,0.18250000476837158,0.9704999923706055,3.0322000980377197,0.18250000476837158,0.974399983882904,3.0601000785827637,0.18250000476837158,0.974399983882904,3.0316998958587646,0.18250000476837158,0.9724000096321106,3.031899929046631,0.18250000476837158,0.974399983882904,3.0601000785827637,0.18250000476837158,0.9724000096321106,3.031899929046631,0.18250000476837158,0.9724000096321106,3.06030011177063,0.18250000476837158,0.9724000096321106,3.06030011177063,0.18250000476837158,0.9724000096321106,3.031899929046631,0.18250000476837158,0.9704999923706055,3.0322000980377197,0.18250000476837158,0.9724000096321106,3.06030011177063,0.18250000476837158,0.9704999923706055,3.0322000980377197,0.18250000476837158,0.9704999923706055,3.060499906539917,0.18250000476837158,0.967199981212616,2.8873000144958496,0.18250000476837158,0.967199981212616,2.9189999103546143,0.18250000476837158,0.9686999917030334,2.9189000129699707,0.18250000476837158,0.967199981212616,2.8873000144958496,0.18250000476837158,0.9686999917030334,2.9189000129699707,0.18250000476837158,0.9686999917030334,2.887200117111206,0.18250000476837158,0.967199981212616,2.9189999103546143,0.18250000476837158,0.967199981212616,2.948699951171875,0.18250000476837158,0.9686999917030334,2.948499917984009,0.18250000476837158,0.967199981212616,2.9189999103546143,0.18250000476837158,0.9686999917030334,2.948499917984009,0.18250000476837158,0.9686999917030334,2.9189000129699707,0.18250000476837158,0.9686999917030334,2.887200117111206,0.18250000476837158,0.9686999917030334,2.9189000129699707,0.18250000476837158,0.9704999923706055,2.9186999797821045,0.18250000476837158,0.9686999917030334,2.887200117111206,0.18250000476837158,0.9704999923706055,2.9186999797821045,0.18250000476837158,0.9704999923706055,2.88700008392334,0.18250000476837158,0.9686999917030334,2.9189000129699707,0.18250000476837158,0.9686999917030334,2.948499917984009,0.18250000476837158,0.9704999923706055,2.9482998847961426,0.18250000476837158,0.9686999917030334,2.9189000129699707,0.18250000476837158,0.9704999923706055,2.9482998847961426,0.18250000476837158,0.9704999923706055,2.9186999797821045,0.18250000476837158,0.967199981212616,2.977099895477295,0.18250000476837158,0.967199981212616,3.0048000812530518,0.18250000476837158,0.9686999917030334,3.0046000480651855,0.18250000476837158,0.967199981212616,2.977099895477295,0.18250000476837158,0.9686999917030334,3.0046000480651855,0.18250000476837158,0.9686999917030334,2.976900100708008,0.18250000476837158,0.9686999917030334,2.976900100708008,0.18250000476837158,0.9686999917030334,3.0046000480651855,0.18250000476837158,0.9704999923706055,3.0044000148773193,0.18250000476837158,0.9686999917030334,2.976900100708008,0.18250000476837158,0.9704999923706055,3.0044000148773193,0.18250000476837158,0.9704999923706055,2.9767000675201416,0.18250000476837158,0.967199981212616,2.948699951171875,0.18250000476837158,0.967199981212616,2.977099895477295,0.18250000476837158,0.9686999917030334,2.976900100708008,0.18250000476837158,0.967199981212616,2.948699951171875,0.18250000476837158,0.9686999917030334,2.976900100708008,0.18250000476837158,0.9686999917030334,2.948499917984009,0.18250000476837158,0.9686999917030334,2.948499917984009,0.18250000476837158,0.9686999917030334,2.976900100708008,0.18250000476837158,0.9704999923706055,2.9767000675201416,0.18250000476837158,0.9686999917030334,2.948499917984009,0.18250000476837158,0.9704999923706055,2.9767000675201416,0.18250000476837158,0.9704999923706055,2.9482998847961426,0.18250000476837158,0.974399983882904,3.003999948501587,0.18250000476837158,0.974399983882904,2.9762001037597656,0.18250000476837158,0.9724000096321106,2.9765000343322754,0.18250000476837158,0.974399983882904,3.003999948501587,0.18250000476837158,0.9724000096321106,2.9765000343322754,0.18250000476837158,0.9724000096321106,3.004199981689453,0.18250000476837158,0.974399983882904,2.9762001037597656,0.18250000476837158,0.974399983882904,2.9477999210357666,0.18250000476837158,0.9724000096321106,2.9481000900268555,0.18250000476837158,0.974399983882904,2.9762001037597656,0.18250000476837158,0.9724000096321106,2.9481000900268555,0.18250000476837158,0.9724000096321106,2.9765000343322754,0.18250000476837158,0.9724000096321106,3.004199981689453,0.18250000476837158,0.9724000096321106,2.9765000343322754,0.18250000476837158,0.9704999923706055,2.9767000675201416,0.18250000476837158,0.9724000096321106,3.004199981689453,0.18250000476837158,0.9704999923706055,2.9767000675201416,0.18250000476837158,0.9704999923706055,3.0044000148773193,0.18250000476837158,0.9724000096321106,2.9765000343322754,0.18250000476837158,0.9724000096321106,2.9481000900268555,0.18250000476837158,0.9704999923706055,2.9482998847961426,0.18250000476837158,0.9724000096321106,2.9765000343322754,0.18250000476837158,0.9704999923706055,2.9482998847961426,0.18250000476837158,0.9704999923706055,2.9767000675201416,0.18250000476837158,0.974399983882904,2.9182000160217285,0.18250000476837158,0.974399983882904,2.8864998817443848,0.18250000476837158,0.9724000096321106,2.886699914932251,0.18250000476837158,0.974399983882904,2.9182000160217285,0.18250000476837158,0.9724000096321106,2.886699914932251,0.18250000476837158,0.9724000096321106,2.9184000492095947,0.18250000476837158,0.9724000096321106,2.9184000492095947,0.18250000476837158,0.9724000096321106,2.886699914932251,0.18250000476837158,0.9704999923706055,2.88700008392334,0.18250000476837158,0.9724000096321106,2.9184000492095947,0.18250000476837158,0.9704999923706055,2.88700008392334,0.18250000476837158,0.9704999923706055,2.9186999797821045,0.18250000476837158,0.974399983882904,2.9477999210357666,0.18250000476837158,0.974399983882904,2.9182000160217285,0.18250000476837158,0.9724000096321106,2.9184000492095947,0.18250000476837158,0.974399983882904,2.9477999210357666,0.18250000476837158,0.9724000096321106,2.9184000492095947,0.18250000476837158,0.9724000096321106,2.9481000900268555,0.18250000476837158,0.9724000096321106,2.9481000900268555,0.18250000476837158,0.9724000096321106,2.9184000492095947,0.18250000476837158,0.9704999923706055,2.9186999797821045,0.18250000476837158,0.9724000096321106,2.9481000900268555,0.18250000476837158,0.9704999923706055,2.9186999797821045,0.18250000476837158,0.9704999923706055,2.9482998847961426,0.18250000476837158,0.967199981212616,3.1222000122070312,0.18250000476837158,0.967199981212616,3.1565001010894775,0.18250000476837158,0.9686999917030334,3.1563000679016113,0.18250000476837158,0.967199981212616,3.1222000122070312,0.18250000476837158,0.9686999917030334,3.1563000679016113,0.18250000476837158,0.9686999917030334,3.121999979019165,0.18250000476837158,0.967199981212616,3.1565001010894775,0.18250000476837158,0.967199981212616,3.190500020980835,0.18250000476837158,0.9686999917030334,3.1902999877929688,0.18250000476837158,0.967199981212616,3.1565001010894775,0.18250000476837158,0.9686999917030334,3.1902999877929688,0.18250000476837158,0.9686999917030334,3.1563000679016113,0.18250000476837158,0.9686999917030334,3.121999979019165,0.18250000476837158,0.9686999917030334,3.1563000679016113,0.18250000476837158,0.9704999923706055,3.1561999320983887,0.18250000476837158,0.9686999917030334,3.121999979019165,0.18250000476837158,0.9704999923706055,3.1561999320983887,0.18250000476837158,0.9704999923706055,3.121799945831299,0.18250000476837158,0.9686999917030334,3.1563000679016113,0.18250000476837158,0.9686999917030334,3.1902999877929688,0.18250000476837158,0.9704999923706055,3.1900999546051025,0.18250000476837158,0.9686999917030334,3.1563000679016113,0.18250000476837158,0.9704999923706055,3.1900999546051025,0.18250000476837158,0.9704999923706055,3.1561999320983887,0.18250000476837158,0.967199981212616,3.2211999893188477,0.18250000476837158,0.967199981212616,3.245800018310547,0.18250000476837158,0.9688000082969666,3.245699882507324,0.18250000476837158,0.967199981212616,3.2211999893188477,0.18250000476837158,0.9688000082969666,3.245699882507324,0.18250000476837158,0.9688000082969666,3.221100091934204,0.18250000476837158,0.9688000082969666,3.221100091934204,0.18250000476837158,0.9688000082969666,3.245699882507324,0.18250000476837158,0.9704999923706055,3.245500087738037,0.18250000476837158,0.9688000082969666,3.221100091934204,0.18250000476837158,0.9704999923706055,3.245500087738037,0.18250000476837158,0.9704999923706055,3.220900058746338,0.18250000476837158,0.967199981212616,3.190500020980835,0.18250000476837158,0.967199981212616,3.2211999893188477,0.18250000476837158,0.9688000082969666,3.221100091934204,0.18250000476837158,0.967199981212616,3.190500020980835,0.18250000476837158,0.9688000082969666,3.221100091934204,0.18250000476837158,0.9686999917030334,3.1902999877929688,0.18250000476837158,0.9686999917030334,3.1902999877929688,0.18250000476837158,0.9688000082969666,3.221100091934204,0.18250000476837158,0.9704999923706055,3.220900058746338,0.18250000476837158,0.9686999917030334,3.1902999877929688,0.18250000476837158,0.9704999923706055,3.220900058746338,0.18250000476837158,0.9704999923706055,3.1900999546051025,0.18250000476837158,0.974399983882904,3.2451000213623047,0.18250000476837158,0.974399983882904,3.2204999923706055,0.18250000476837158,0.9724000096321106,3.2207000255584717,0.18250000476837158,0.974399983882904,3.2451000213623047,0.18250000476837158,0.9724000096321106,3.2207000255584717,0.18250000476837158,0.9724000096321106,3.245300054550171,0.18250000476837158,0.974399983882904,3.2204999923706055,0.18250000476837158,0.974399983882904,3.18969988822937,0.18250000476837158,0.9724000096321106,3.1898999214172363,0.18250000476837158,0.974399983882904,3.2204999923706055,0.18250000476837158,0.9724000096321106,3.1898999214172363,0.18250000476837158,0.9724000096321106,3.2207000255584717,0.18250000476837158,0.9724000096321106,3.245300054550171,0.18250000476837158,0.9724000096321106,3.2207000255584717,0.18250000476837158,0.9704999923706055,3.220900058746338,0.18250000476837158,0.9724000096321106,3.245300054550171,0.18250000476837158,0.9704999923706055,3.220900058746338,0.18250000476837158,0.9704999923706055,3.245500087738037,0.18250000476837158,0.9724000096321106,3.2207000255584717,0.18250000476837158,0.9724000096321106,3.1898999214172363,0.18250000476837158,0.9704999923706055,3.1900999546051025,0.18250000476837158,0.9724000096321106,3.2207000255584717,0.18250000476837158,0.9704999923706055,3.1900999546051025,0.18250000476837158,0.9704999923706055,3.220900058746338,0.18250000476837158,0.974399983882904,3.1556999683380127,0.18250000476837158,0.974399983882904,3.1214001178741455,0.18250000476837158,0.9724000096321106,3.1215999126434326,0.18250000476837158,0.974399983882904,3.1556999683380127,0.18250000476837158,0.9724000096321106,3.1215999126434326,0.18250000476837158,0.9724000096321106,3.155900001525879,0.18250000476837158,0.9724000096321106,3.155900001525879,0.18250000476837158,0.9724000096321106,3.1215999126434326,0.18250000476837158,0.9704999923706055,3.121799945831299,0.18250000476837158,0.9724000096321106,3.155900001525879,0.18250000476837158,0.9704999923706055,3.121799945831299,0.18250000476837158,0.9704999923706055,3.1561999320983887,0.18250000476837158,0.974399983882904,3.18969988822937,0.18250000476837158,0.974399983882904,3.1556999683380127,0.18250000476837158,0.9724000096321106,3.155900001525879,0.18250000476837158,0.974399983882904,3.18969988822937,0.18250000476837158,0.9724000096321106,3.155900001525879,0.18250000476837158,0.9724000096321106,3.1898999214172363,0.18250000476837158,0.9724000096321106,3.1898999214172363,0.18250000476837158,0.9724000096321106,3.155900001525879,0.18250000476837158,0.9704999923706055,3.1561999320983887,0.18250000476837158,0.9724000096321106,3.1898999214172363,0.18250000476837158,0.9704999923706055,3.1561999320983887,0.18250000476837158,0.9704999923706055,3.1900999546051025,0.18250000476837158,0.967199981212616,3.245800018310547,0.18250000476837158,0.9672999978065491,3.2613000869750977,0.18250000476837158,0.9688000082969666,3.261199951171875,0.18250000476837158,0.967199981212616,3.245800018310547,0.18250000476837158,0.9688000082969666,3.261199951171875,0.18250000476837158,0.9688000082969666,3.245699882507324,0.18250000476837158,0.9688000082969666,3.269700050354004,0.18250000476837158,0.9688000082969666,3.261199951171875,0.18250000476837158,0.9672999978065491,3.2613000869750977,0.18250000476837158,0.9688000082969666,3.269700050354004,0.18250000476837158,0.9672999978065491,3.2613000869750977,0.18250000476837158,0.9674000144004822,3.2697999477386475,0.18250000476837158,0.9688000082969666,3.245699882507324,0.18250000476837158,0.9688000082969666,3.261199951171875,0.18250000476837158,0.9704999923706055,3.260999917984009,0.18250000476837158,0.9688000082969666,3.245699882507324,0.18250000476837158,0.9704999923706055,3.260999917984009,0.18250000476837158,0.9704999923706055,3.245500087738037,0.18250000476837158,0.9704999923706055,3.2695999145507812,0.18250000476837158,0.9704999923706055,3.260999917984009,0.18250000476837158,0.9688000082969666,3.261199951171875,0.18250000476837158,0.9704999923706055,3.2695999145507812,0.18250000476837158,0.9688000082969666,3.261199951171875,0.18250000476837158,0.9688000082969666,3.269700050354004,0.18250000476837158,0.9689000248908997,3.2746999263763428,0.18250000476837158,0.9689000248908997,3.2734999656677246,0.18250000476837158,0.9675999879837036,3.2734999656677246,0.18250000476837158,0.9689000248908997,3.2746999263763428,0.18250000476837158,0.9675999879837036,3.2734999656677246,0.18250000476837158,0.9678999781608582,3.274399995803833,0.18250000476837158,0.9704999923706055,3.274899959564209,0.18250000476837158,0.9704999923706055,3.2734999656677246,0.18250000476837158,0.9689000248908997,3.2734999656677246,0.18250000476837158,0.9704999923706055,3.274899959564209,0.18250000476837158,0.9689000248908997,3.2734999656677246,0.18250000476837158,0.9689000248908997,3.2746999263763428,0.18250000476837158,0.9689000248908997,3.2734999656677246,0.18250000476837158,0.9688000082969666,3.269700050354004,0.18250000476837158,0.9674000144004822,3.2697999477386475,0.18250000476837158,0.9689000248908997,3.2734999656677246,0.18250000476837158,0.9674000144004822,3.2697999477386475,0.18250000476837158,0.9675999879837036,3.2734999656677246,0.18250000476837158,0.9704999923706055,3.2734999656677246,0.18250000476837158,0.9704999923706055,3.2695999145507812,0.18250000476837158,0.9688000082969666,3.269700050354004,0.18250000476837158,0.9704999923706055,3.2734999656677246,0.18250000476837158,0.9688000082969666,3.269700050354004,0.18250000476837158,0.9689000248908997,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2750000953674316,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9724000096321106,3.2734999656677246,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9745000004768372,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2695000171661377,0.18250000476837158,0.9724000096321106,3.2734999656677246,0.18250000476837158,0.9745000004768372,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2695000171661377,0.18250000476837158,0.9745000004768372,3.2734999656677246,0.18250000476837158,0.974399983882904,3.2695000171661377,0.18250000476837158,0.9704999923706055,3.2734999656677246,0.18250000476837158,0.9704999923706055,3.274899959564209,0.18250000476837158,0.9724000096321106,3.2750000953674316,0.18250000476837158,0.9704999923706055,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2750000953674316,0.18250000476837158,0.9724000096321106,3.2734999656677246,0.18250000476837158,0.9704999923706055,3.2695999145507812,0.18250000476837158,0.9704999923706055,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2734999656677246,0.18250000476837158,0.9704999923706055,3.2695999145507812,0.18250000476837158,0.9724000096321106,3.2734999656677246,0.18250000476837158,0.9724000096321106,3.2695000171661377,0.18250000476837158,0.974399983882904,3.260699987411499,0.18250000476837158,0.974399983882904,3.2451000213623047,0.18250000476837158,0.9724000096321106,3.245300054550171,0.18250000476837158,0.974399983882904,3.260699987411499,0.18250000476837158,0.9724000096321106,3.245300054550171,0.18250000476837158,0.9724000096321106,3.2609000205993652,0.18250000476837158,0.9724000096321106,3.2609000205993652,0.18250000476837158,0.9724000096321106,3.245300054550171,0.18250000476837158,0.9704999923706055,3.245500087738037,0.18250000476837158,0.9724000096321106,3.2609000205993652,0.18250000476837158,0.9704999923706055,3.245500087738037,0.18250000476837158,0.9704999923706055,3.260999917984009,0.18250000476837158,0.974399983882904,3.2695000171661377,0.18250000476837158,0.974399983882904,3.260699987411499,0.18250000476837158,0.9724000096321106,3.2609000205993652,0.18250000476837158,0.974399983882904,3.2695000171661377,0.18250000476837158,0.9724000096321106,3.2609000205993652,0.18250000476837158,0.9724000096321106,3.2695000171661377,0.18250000476837158,0.9704999923706055,3.260999917984009,0.18250000476837158,0.9704999923706055,3.2695999145507812,0.18250000476837158,0.9724000096321106,3.2695000171661377,0.18250000476837158,0.9704999923706055,3.260999917984009,0.18250000476837158,0.9724000096321106,3.2695000171661377,0.18250000476837158,0.9724000096321106,3.2609000205993652,0.18250000476837158,0.9764000177383423,2.8863000869750977,0.18250000476837158,0.9764000177383423,2.8519999980926514,0.18250000476837158,0.974399983882904,2.8522000312805176,0.18250000476837158,0.9764000177383423,2.8863000869750977,0.18250000476837158,0.974399983882904,2.8522000312805176,0.18250000476837158,0.974399983882904,2.8864998817443848,0.18250000476837158,0.9783999919891357,2.8861000537872314,0.18250000476837158,0.9783999919891357,2.851799964904785,0.18250000476837158,0.9764000177383423,2.8519999980926514,0.18250000476837158,0.9783999919891357,2.8861000537872314,0.18250000476837158,0.9764000177383423,2.8519999980926514,0.18250000476837158,0.9764000177383423,2.8863000869750977,0.18250000476837158,0.9764000177383423,2.8519999980926514,0.18250000476837158,0.9764000177383423,2.818000078201294,0.18250000476837158,0.974399983882904,2.81820011138916,0.18250000476837158,0.9764000177383423,2.8519999980926514,0.18250000476837158,0.974399983882904,2.81820011138916,0.18250000476837158,0.974399983882904,2.8522000312805176,0.18250000476837158,0.9783999919891357,2.851799964904785,0.18250000476837158,0.9782999753952026,2.8178000450134277,0.18250000476837158,0.9764000177383423,2.818000078201294,0.18250000476837158,0.9783999919891357,2.851799964904785,0.18250000476837158,0.9764000177383423,2.818000078201294,0.18250000476837158,0.9764000177383423,2.8519999980926514,0.18250000476837158,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9815999865531921,2.8513998985290527,0.18250000476837158,0.9800999760627747,2.851599931716919,0.18250000476837158,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9800999760627747,2.851599931716919,0.18250000476837158,0.9800999760627747,2.8859000205993652,0.18250000476837158,0.9815999865531921,2.8513998985290527,0.18250000476837158,0.9815999865531921,2.8173999786376953,0.18250000476837158,0.9800999760627747,2.8176000118255615,0.18250000476837158,0.9815999865531921,2.8513998985290527,0.18250000476837158,0.9800999760627747,2.8176000118255615,0.18250000476837158,0.9800999760627747,2.851599931716919,0.18250000476837158,0.9800999760627747,2.8859000205993652,0.18250000476837158,0.9800999760627747,2.851599931716919,0.18250000476837158,0.9783999919891357,2.851799964904785,0.18250000476837158,0.9800999760627747,2.8859000205993652,0.18250000476837158,0.9783999919891357,2.851799964904785,0.18250000476837158,0.9783999919891357,2.8861000537872314,0.18250000476837158,0.9800999760627747,2.851599931716919,0.18250000476837158,0.9800999760627747,2.8176000118255615,0.18250000476837158,0.9782999753952026,2.8178000450134277,0.18250000476837158,0.9800999760627747,2.851599931716919,0.18250000476837158,0.9782999753952026,2.8178000450134277,0.18250000476837158,0.9783999919891357,2.851799964904785,0.18250000476837158,0.9800999760627747,2.762200117111206,0.18250000476837158,0.9800999760627747,2.786799907684326,0.18250000476837158,0.9815999865531921,2.7867000102996826,0.18250000476837158,0.9800999760627747,2.762200117111206,0.18250000476837158,0.9815999865531921,2.7867000102996826,0.18250000476837158,0.9815999865531921,2.7620999813079834,0.18250000476837158,0.9782999753952026,2.762399911880493,0.18250000476837158,0.9782999753952026,2.7869999408721924,0.18250000476837158,0.9800999760627747,2.786799907684326,0.18250000476837158,0.9782999753952026,2.762399911880493,0.18250000476837158,0.9800999760627747,2.786799907684326,0.18250000476837158,0.9800999760627747,2.762200117111206,0.18250000476837158,0.9800999760627747,2.786799907684326,0.18250000476837158,0.9800999760627747,2.8176000118255615,0.18250000476837158,0.9815999865531921,2.8173999786376953,0.18250000476837158,0.9800999760627747,2.786799907684326,0.18250000476837158,0.9815999865531921,2.8173999786376953,0.18250000476837158,0.9815999865531921,2.7867000102996826,0.18250000476837158,0.9782999753952026,2.7869999408721924,0.18250000476837158,0.9782999753952026,2.8178000450134277,0.18250000476837158,0.9800999760627747,2.8176000118255615,0.18250000476837158,0.9782999753952026,2.7869999408721924,0.18250000476837158,0.9800999760627747,2.8176000118255615,0.18250000476837158,0.9800999760627747,2.786799907684326,0.18250000476837158,0.974399983882904,2.7627999782562256,0.18250000476837158,0.974399983882904,2.787400007247925,0.18250000476837158,0.9764000177383423,2.7871999740600586,0.18250000476837158,0.974399983882904,2.7627999782562256,0.18250000476837158,0.9764000177383423,2.7871999740600586,0.18250000476837158,0.9764000177383423,2.7625999450683594,0.18250000476837158,0.974399983882904,2.787400007247925,0.18250000476837158,0.974399983882904,2.81820011138916,0.18250000476837158,0.9764000177383423,2.818000078201294,0.18250000476837158,0.974399983882904,2.787400007247925,0.18250000476837158,0.9764000177383423,2.818000078201294,0.18250000476837158,0.9764000177383423,2.7871999740600586,0.18250000476837158,0.9764000177383423,2.7625999450683594,0.18250000476837158,0.9764000177383423,2.7871999740600586,0.18250000476837158,0.9782999753952026,2.7869999408721924,0.18250000476837158,0.9764000177383423,2.7625999450683594,0.18250000476837158,0.9782999753952026,2.7869999408721924,0.18250000476837158,0.9782999753952026,2.762399911880493,0.18250000476837158,0.9764000177383423,2.7871999740600586,0.18250000476837158,0.9764000177383423,2.818000078201294,0.18250000476837158,0.9782999753952026,2.8178000450134277,0.18250000476837158,0.9764000177383423,2.7871999740600586,0.18250000476837158,0.9782999753952026,2.8178000450134277,0.18250000476837158,0.9782999753952026,2.7869999408721924,0.18250000476837158,0.9764000177383423,3.1212000846862793,0.18250000476837158,0.9764000177383423,3.0894999504089355,0.18250000476837158,0.974399983882904,3.0896999835968018,0.18250000476837158,0.9764000177383423,3.1212000846862793,0.18250000476837158,0.974399983882904,3.0896999835968018,0.18250000476837158,0.974399983882904,3.1214001178741455,0.18250000476837158,0.9783999919891357,3.1208999156951904,0.18250000476837158,0.9783999919891357,3.089200019836426,0.18250000476837158,0.9764000177383423,3.0894999504089355,0.18250000476837158,0.9783999919891357,3.1208999156951904,0.18250000476837158,0.9764000177383423,3.0894999504089355,0.18250000476837158,0.9764000177383423,3.1212000846862793,0.18250000476837158,0.9764000177383423,3.0894999504089355,0.18250000476837158,0.9764000177383423,3.059799909591675,0.18250000476837158,0.974399983882904,3.0601000785827637,0.18250000476837158,0.9764000177383423,3.0894999504089355,0.18250000476837158,0.974399983882904,3.0601000785827637,0.18250000476837158,0.974399983882904,3.0896999835968018,0.18250000476837158,0.9783999919891357,3.089200019836426,0.18250000476837158,0.9783999919891357,3.0596001148223877,0.18250000476837158,0.9764000177383423,3.059799909591675,0.18250000476837158,0.9783999919891357,3.089200019836426,0.18250000476837158,0.9764000177383423,3.059799909591675,0.18250000476837158,0.9764000177383423,3.0894999504089355,0.18250000476837158,0.9817000031471252,3.1205999851226807,0.18250000476837158,0.9817000031471252,3.088900089263916,0.18250000476837158,0.9800999760627747,3.0889999866485596,0.18250000476837158,0.9817000031471252,3.1205999851226807,0.18250000476837158,0.9800999760627747,3.0889999866485596,0.18250000476837158,0.9800999760627747,3.120699882507324,0.18250000476837158,0.9817000031471252,3.088900089263916,0.18250000476837158,0.9817000031471252,3.0592000484466553,0.18250000476837158,0.9800999760627747,3.0594000816345215,0.18250000476837158,0.9817000031471252,3.088900089263916,0.18250000476837158,0.9800999760627747,3.0594000816345215,0.18250000476837158,0.9800999760627747,3.0889999866485596,0.18250000476837158,0.9800999760627747,3.120699882507324,0.18250000476837158,0.9800999760627747,3.0889999866485596,0.18250000476837158,0.9783999919891357,3.089200019836426,0.18250000476837158,0.9800999760627747,3.120699882507324,0.18250000476837158,0.9783999919891357,3.089200019836426,0.18250000476837158,0.9783999919891357,3.1208999156951904,0.18250000476837158,0.9800999760627747,3.0889999866485596,0.18250000476837158,0.9800999760627747,3.0594000816345215,0.18250000476837158,0.9783999919891357,3.0596001148223877,0.18250000476837158,0.9800999760627747,3.0889999866485596,0.18250000476837158,0.9783999919891357,3.0596001148223877,0.18250000476837158,0.9783999919891357,3.089200019836426,0.18250000476837158,0.9800999760627747,3.0032999515533447,0.18250000476837158,0.9800999760627747,3.0309998989105225,0.18250000476837158,0.9817000031471252,3.0308001041412354,0.18250000476837158,0.9800999760627747,3.0032999515533447,0.18250000476837158,0.9817000031471252,3.0308001041412354,0.18250000476837158,0.9817000031471252,3.0030999183654785,0.18250000476837158,0.9783999919891357,3.003499984741211,0.18250000476837158,0.9783999919891357,3.0311999320983887,0.18250000476837158,0.9800999760627747,3.0309998989105225,0.18250000476837158,0.9783999919891357,3.003499984741211,0.18250000476837158,0.9800999760627747,3.0309998989105225,0.18250000476837158,0.9800999760627747,3.0032999515533447,0.18250000476837158,0.9800999760627747,3.0309998989105225,0.18250000476837158,0.9800999760627747,3.0594000816345215,0.18250000476837158,0.9817000031471252,3.0592000484466553,0.18250000476837158,0.9800999760627747,3.0309998989105225,0.18250000476837158,0.9817000031471252,3.0592000484466553,0.18250000476837158,0.9817000031471252,3.0308001041412354,0.18250000476837158,0.9783999919891357,3.0311999320983887,0.18250000476837158,0.9783999919891357,3.0596001148223877,0.18250000476837158,0.9800999760627747,3.0594000816345215,0.18250000476837158,0.9783999919891357,3.0311999320983887,0.18250000476837158,0.9800999760627747,3.0594000816345215,0.18250000476837158,0.9800999760627747,3.0309998989105225,0.18250000476837158,0.974399983882904,3.003999948501587,0.18250000476837158,0.974399983882904,3.0316998958587646,0.18250000476837158,0.9764000177383423,3.031399965286255,0.18250000476837158,0.974399983882904,3.003999948501587,0.18250000476837158,0.9764000177383423,3.031399965286255,0.18250000476837158,0.9764000177383423,3.003700017929077,0.18250000476837158,0.974399983882904,3.0316998958587646,0.18250000476837158,0.974399983882904,3.0601000785827637,0.18250000476837158,0.9764000177383423,3.059799909591675,0.18250000476837158,0.974399983882904,3.0316998958587646,0.18250000476837158,0.9764000177383423,3.059799909591675,0.18250000476837158,0.9764000177383423,3.031399965286255,0.18250000476837158,0.9764000177383423,3.003700017929077,0.18250000476837158,0.9764000177383423,3.031399965286255,0.18250000476837158,0.9783999919891357,3.0311999320983887,0.18250000476837158,0.9764000177383423,3.003700017929077,0.18250000476837158,0.9783999919891357,3.0311999320983887,0.18250000476837158,0.9783999919891357,3.003499984741211,0.18250000476837158,0.9764000177383423,3.031399965286255,0.18250000476837158,0.9764000177383423,3.059799909591675,0.18250000476837158,0.9783999919891357,3.0596001148223877,0.18250000476837158,0.9764000177383423,3.031399965286255,0.18250000476837158,0.9783999919891357,3.0596001148223877,0.18250000476837158,0.9783999919891357,3.0311999320983887,0.18250000476837158,0.9764000177383423,3.003700017929077,0.18250000476837158,0.9764000177383423,2.9760000705718994,0.18250000476837158,0.974399983882904,2.9762001037597656,0.18250000476837158,0.9764000177383423,3.003700017929077,0.18250000476837158,0.974399983882904,2.9762001037597656,0.18250000476837158,0.974399983882904,3.003999948501587,0.18250000476837158,0.9783999919891357,3.003499984741211,0.18250000476837158,0.9783999919891357,2.9756999015808105,0.18250000476837158,0.9764000177383423,2.9760000705718994,0.18250000476837158,0.9783999919891357,3.003499984741211,0.18250000476837158,0.9764000177383423,2.9760000705718994,0.18250000476837158,0.9764000177383423,3.003700017929077,0.18250000476837158,0.9764000177383423,2.9760000705718994,0.18250000476837158,0.9764000177383423,2.9475998878479004,0.18250000476837158,0.974399983882904,2.9477999210357666,0.18250000476837158,0.9764000177383423,2.9760000705718994,0.18250000476837158,0.974399983882904,2.9477999210357666,0.18250000476837158,0.974399983882904,2.9762001037597656,0.18250000476837158,0.9783999919891357,2.9756999015808105,0.18250000476837158,0.9783999919891357,2.9474000930786133,0.18250000476837158,0.9764000177383423,2.9475998878479004,0.18250000476837158,0.9783999919891357,2.9756999015808105,0.18250000476837158,0.9764000177383423,2.9475998878479004,0.18250000476837158,0.9764000177383423,2.9760000705718994,0.18250000476837158,0.9817000031471252,3.0030999183654785,0.18250000476837158,0.9817000031471252,2.975399971008301,0.18250000476837158,0.9800999760627747,2.9755001068115234,0.18250000476837158,0.9817000031471252,3.0030999183654785,0.18250000476837158,0.9800999760627747,2.9755001068115234,0.18250000476837158,0.9800999760627747,3.0032999515533447,0.18250000476837158,0.9817000031471252,2.975399971008301,0.18250000476837158,0.9817000031471252,2.947000026702881,0.18250000476837158,0.9800999760627747,2.947200059890747,0.18250000476837158,0.9817000031471252,2.975399971008301,0.18250000476837158,0.9800999760627747,2.947200059890747,0.18250000476837158,0.9800999760627747,2.9755001068115234,0.18250000476837158,0.9800999760627747,3.0032999515533447,0.18250000476837158,0.9800999760627747,2.9755001068115234,0.18250000476837158,0.9783999919891357,2.9756999015808105,0.18250000476837158,0.9800999760627747,3.0032999515533447,0.18250000476837158,0.9783999919891357,2.9756999015808105,0.18250000476837158,0.9783999919891357,3.003499984741211,0.18250000476837158,0.9800999760627747,2.9755001068115234,0.18250000476837158,0.9800999760627747,2.947200059890747,0.18250000476837158,0.9783999919891357,2.9474000930786133,0.18250000476837158,0.9800999760627747,2.9755001068115234,0.18250000476837158,0.9783999919891357,2.9474000930786133,0.18250000476837158,0.9783999919891357,2.9756999015808105,0.18250000476837158,0.9800999760627747,2.8859000205993652,0.18250000476837158,0.9800999760627747,2.9175000190734863,0.18250000476837158,0.9817000031471252,2.9173998832702637,0.18250000476837158,0.9800999760627747,2.8859000205993652,0.18250000476837158,0.9817000031471252,2.9173998832702637,0.18250000476837158,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9783999919891357,2.8861000537872314,0.18250000476837158,0.9783999919891357,2.9177000522613525,0.18250000476837158,0.9800999760627747,2.9175000190734863,0.18250000476837158,0.9783999919891357,2.8861000537872314,0.18250000476837158,0.9800999760627747,2.9175000190734863,0.18250000476837158,0.9800999760627747,2.8859000205993652,0.18250000476837158,0.9800999760627747,2.9175000190734863,0.18250000476837158,0.9800999760627747,2.947200059890747,0.18250000476837158,0.9817000031471252,2.947000026702881,0.18250000476837158,0.9800999760627747,2.9175000190734863,0.18250000476837158,0.9817000031471252,2.947000026702881,0.18250000476837158,0.9817000031471252,2.9173998832702637,0.18250000476837158,0.9783999919891357,2.9177000522613525,0.18250000476837158,0.9783999919891357,2.9474000930786133,0.18250000476837158,0.9800999760627747,2.947200059890747,0.18250000476837158,0.9783999919891357,2.9177000522613525,0.18250000476837158,0.9800999760627747,2.947200059890747,0.18250000476837158,0.9800999760627747,2.9175000190734863,0.18250000476837158,0.974399983882904,2.8864998817443848,0.18250000476837158,0.974399983882904,2.9182000160217285,0.18250000476837158,0.9764000177383423,2.9179000854492188,0.18250000476837158,0.974399983882904,2.8864998817443848,0.18250000476837158,0.9764000177383423,2.9179000854492188,0.18250000476837158,0.9764000177383423,2.8863000869750977,0.18250000476837158,0.974399983882904,2.9182000160217285,0.18250000476837158,0.974399983882904,2.9477999210357666,0.18250000476837158,0.9764000177383423,2.9475998878479004,0.18250000476837158,0.974399983882904,2.9182000160217285,0.18250000476837158,0.9764000177383423,2.9475998878479004,0.18250000476837158,0.9764000177383423,2.9179000854492188,0.18250000476837158,0.9764000177383423,2.8863000869750977,0.18250000476837158,0.9764000177383423,2.9179000854492188,0.18250000476837158,0.9783999919891357,2.9177000522613525,0.18250000476837158,0.9764000177383423,2.8863000869750977,0.18250000476837158,0.9783999919891357,2.9177000522613525,0.18250000476837158,0.9783999919891357,2.8861000537872314,0.18250000476837158,0.9764000177383423,2.9179000854492188,0.18250000476837158,0.9764000177383423,2.9475998878479004,0.18250000476837158,0.9783999919891357,2.9474000930786133,0.18250000476837158,0.9764000177383423,2.9179000854492188,0.18250000476837158,0.9783999919891357,2.9474000930786133,0.18250000476837158,0.9783999919891357,2.9177000522613525,0.18250000476837158,0.9764000177383423,3.2448999881744385,0.18250000476837158,0.9764000177383423,3.2202999591827393,0.18250000476837158,0.974399983882904,3.2204999923706055,0.18250000476837158,0.9764000177383423,3.2448999881744385,0.18250000476837158,0.974399983882904,3.2204999923706055,0.18250000476837158,0.974399983882904,3.2451000213623047,0.18250000476837158,0.9782999753952026,3.2446999549865723,0.18250000476837158,0.9782999753952026,3.220099925994873,0.18250000476837158,0.9764000177383423,3.2202999591827393,0.18250000476837158,0.9782999753952026,3.2446999549865723,0.18250000476837158,0.9764000177383423,3.2202999591827393,0.18250000476837158,0.9764000177383423,3.2448999881744385,0.18250000476837158,0.9764000177383423,3.2202999591827393,0.18250000476837158,0.9764000177383423,3.189500093460083,0.18250000476837158,0.974399983882904,3.18969988822937,0.18250000476837158,0.9764000177383423,3.2202999591827393,0.18250000476837158,0.974399983882904,3.18969988822937,0.18250000476837158,0.974399983882904,3.2204999923706055,0.18250000476837158,0.9782999753952026,3.220099925994873,0.18250000476837158,0.9782999753952026,3.189199924468994,0.18250000476837158,0.9764000177383423,3.189500093460083,0.18250000476837158,0.9782999753952026,3.220099925994873,0.18250000476837158,0.9764000177383423,3.189500093460083,0.18250000476837158,0.9764000177383423,3.2202999591827393,0.18250000476837158,0.9815999865531921,3.244499921798706,0.18250000476837158,0.9815999865531921,3.2197000980377197,0.18250000476837158,0.9800999760627747,3.219899892807007,0.18250000476837158,0.9815999865531921,3.244499921798706,0.18250000476837158,0.9800999760627747,3.219899892807007,0.18250000476837158,0.9800999760627747,3.2446000576019287,0.18250000476837158,0.9815999865531921,3.2197000980377197,0.18250000476837158,0.9815999865531921,3.1888999938964844,0.18250000476837158,0.9800999760627747,3.188999891281128,0.18250000476837158,0.9815999865531921,3.2197000980377197,0.18250000476837158,0.9800999760627747,3.188999891281128,0.18250000476837158,0.9800999760627747,3.219899892807007,0.18250000476837158,0.9800999760627747,3.2446000576019287,0.18250000476837158,0.9800999760627747,3.219899892807007,0.18250000476837158,0.9782999753952026,3.220099925994873,0.18250000476837158,0.9800999760627747,3.2446000576019287,0.18250000476837158,0.9782999753952026,3.220099925994873,0.18250000476837158,0.9782999753952026,3.2446999549865723,0.18250000476837158,0.9800999760627747,3.219899892807007,0.18250000476837158,0.9800999760627747,3.188999891281128,0.18250000476837158,0.9782999753952026,3.189199924468994,0.18250000476837158,0.9800999760627747,3.219899892807007,0.18250000476837158,0.9782999753952026,3.189199924468994,0.18250000476837158,0.9782999753952026,3.220099925994873,0.18250000476837158,0.9800999760627747,3.120699882507324,0.18250000476837158,0.9800999760627747,3.1549999713897705,0.18250000476837158,0.9815999865531921,3.154900074005127,0.18250000476837158,0.9800999760627747,3.120699882507324,0.18250000476837158,0.9815999865531921,3.154900074005127,0.18250000476837158,0.9817000031471252,3.1205999851226807,0.18250000476837158,0.9783999919891357,3.1208999156951904,0.18250000476837158,0.9783999919891357,3.1552000045776367,0.18250000476837158,0.9800999760627747,3.1549999713897705,0.18250000476837158,0.9783999919891357,3.1208999156951904,0.18250000476837158,0.9800999760627747,3.1549999713897705,0.18250000476837158,0.9800999760627747,3.120699882507324,0.18250000476837158,0.9800999760627747,3.1549999713897705,0.18250000476837158,0.9800999760627747,3.188999891281128,0.18250000476837158,0.9815999865531921,3.1888999938964844,0.18250000476837158,0.9800999760627747,3.1549999713897705,0.18250000476837158,0.9815999865531921,3.1888999938964844,0.18250000476837158,0.9815999865531921,3.154900074005127,0.18250000476837158,0.9783999919891357,3.1552000045776367,0.18250000476837158,0.9782999753952026,3.189199924468994,0.18250000476837158,0.9800999760627747,3.188999891281128,0.18250000476837158,0.9783999919891357,3.1552000045776367,0.18250000476837158,0.9800999760627747,3.188999891281128,0.18250000476837158,0.9800999760627747,3.1549999713897705,0.18250000476837158,0.974399983882904,3.1214001178741455,0.18250000476837158,0.974399983882904,3.1556999683380127,0.18250000476837158,0.9764000177383423,3.1554999351501465,0.18250000476837158,0.974399983882904,3.1214001178741455,0.18250000476837158,0.9764000177383423,3.1554999351501465,0.18250000476837158,0.9764000177383423,3.1212000846862793,0.18250000476837158,0.974399983882904,3.1556999683380127,0.18250000476837158,0.974399983882904,3.18969988822937,0.18250000476837158,0.9764000177383423,3.189500093460083,0.18250000476837158,0.974399983882904,3.1556999683380127,0.18250000476837158,0.9764000177383423,3.189500093460083,0.18250000476837158,0.9764000177383423,3.1554999351501465,0.18250000476837158,0.9764000177383423,3.1212000846862793,0.18250000476837158,0.9764000177383423,3.1554999351501465,0.18250000476837158,0.9783999919891357,3.1552000045776367,0.18250000476837158,0.9764000177383423,3.1212000846862793,0.18250000476837158,0.9783999919891357,3.1552000045776367,0.18250000476837158,0.9783999919891357,3.1208999156951904,0.18250000476837158,0.9764000177383423,3.1554999351501465,0.18250000476837158,0.9764000177383423,3.189500093460083,0.18250000476837158,0.9782999753952026,3.189199924468994,0.18250000476837158,0.9764000177383423,3.1554999351501465,0.18250000476837158,0.9782999753952026,3.189199924468994,0.18250000476837158,0.9783999919891357,3.1552000045776367,0.18250000476837158,0.9724000096321106,2.734499931335449,0.18250000476837158,0.974399983882904,2.7344000339508057,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.9724000096321106,2.734499931335449,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.9722999930381775,2.7330000400543213,0.18250000476837158,0.9704999923706055,2.7346999645233154,0.18250000476837158,0.9724000096321106,2.734499931335449,0.18250000476837158,0.9722999930381775,2.7330000400543213,0.18250000476837158,0.9704999923706055,2.7346999645233154,0.18250000476837158,0.9722999930381775,2.7330000400543213,0.18250000476837158,0.9703999757766724,2.7332000732421875,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.974399983882904,2.7383999824523926,0.18250000476837158,0.974399983882904,2.7344000339508057,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.974399983882904,2.7344000339508057,0.18250000476837158,0.9724000096321106,2.734499931335449,0.18250000476837158,0.9704999923706055,2.7386999130249023,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.9724000096321106,2.734499931335449,0.18250000476837158,0.9704999923706055,2.7386999130249023,0.18250000476837158,0.9724000096321106,2.734499931335449,0.18250000476837158,0.9704999923706055,2.7346999645233154,0.18250000476837158,0.9675999879837036,2.734999895095825,0.18250000476837158,0.9689000248908997,2.7348999977111816,0.18250000476837158,0.9688000082969666,2.7335000038146973,0.18250000476837158,0.9675999879837036,2.734999895095825,0.18250000476837158,0.9688000082969666,2.7335000038146973,0.18250000476837158,0.9678999781608582,2.7339000701904297,0.18250000476837158,0.9674000144004822,2.7388999462127686,0.18250000476837158,0.9688000082969666,2.7388999462127686,0.18250000476837158,0.9689000248908997,2.7348999977111816,0.18250000476837158,0.9674000144004822,2.7388999462127686,0.18250000476837158,0.9689000248908997,2.7348999977111816,0.18250000476837158,0.9675999879837036,2.734999895095825,0.18250000476837158,0.9689000248908997,2.7348999977111816,0.18250000476837158,0.9704999923706055,2.7346999645233154,0.18250000476837158,0.9703999757766724,2.7332000732421875,0.18250000476837158,0.9689000248908997,2.7348999977111816,0.18250000476837158,0.9703999757766724,2.7332000732421875,0.18250000476837158,0.9688000082969666,2.7335000038146973,0.18250000476837158,0.9688000082969666,2.7388999462127686,0.18250000476837158,0.9704999923706055,2.7386999130249023,0.18250000476837158,0.9704999923706055,2.7346999645233154,0.18250000476837158,0.9688000082969666,2.7388999462127686,0.18250000476837158,0.9704999923706055,2.7346999645233154,0.18250000476837158,0.9689000248908997,2.7348999977111816,0.18250000476837158,0.9688000082969666,2.7632999420166016,0.18250000476837158,0.9688000082969666,2.7476000785827637,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9688000082969666,2.7632999420166016,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.967199981212616,2.763400077819824,0.18250000476837158,0.9704999923706055,2.763200044631958,0.18250000476837158,0.9704999923706055,2.747499942779541,0.18250000476837158,0.9688000082969666,2.7476000785827637,0.18250000476837158,0.9704999923706055,2.763200044631958,0.18250000476837158,0.9688000082969666,2.7476000785827637,0.18250000476837158,0.9688000082969666,2.7632999420166016,0.18250000476837158,0.9688000082969666,2.7388999462127686,0.18250000476837158,0.9674000144004822,2.7388999462127686,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9688000082969666,2.7388999462127686,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9688000082969666,2.7476000785827637,0.18250000476837158,0.9704999923706055,2.7386999130249023,0.18250000476837158,0.9688000082969666,2.7388999462127686,0.18250000476837158,0.9688000082969666,2.7476000785827637,0.18250000476837158,0.9704999923706055,2.7386999130249023,0.18250000476837158,0.9688000082969666,2.7476000785827637,0.18250000476837158,0.9704999923706055,2.747499942779541,0.18250000476837158,0.974399983882904,2.7627999782562256,0.18250000476837158,0.974399983882904,2.7472000122070312,0.18250000476837158,0.9724000096321106,2.747299909591675,0.18250000476837158,0.974399983882904,2.7627999782562256,0.18250000476837158,0.9724000096321106,2.747299909591675,0.18250000476837158,0.9724000096321106,2.763000011444092,0.18250000476837158,0.974399983882904,2.7472000122070312,0.18250000476837158,0.974399983882904,2.7383999824523926,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.974399983882904,2.7472000122070312,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.9724000096321106,2.747299909591675,0.18250000476837158,0.9724000096321106,2.763000011444092,0.18250000476837158,0.9724000096321106,2.747299909591675,0.18250000476837158,0.9704999923706055,2.747499942779541,0.18250000476837158,0.9724000096321106,2.763000011444092,0.18250000476837158,0.9704999923706055,2.747499942779541,0.18250000476837158,0.9704999923706055,2.763200044631958,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.9704999923706055,2.7386999130249023,0.18250000476837158,0.9704999923706055,2.747499942779541,0.18250000476837158,0.9724000096321106,2.738600015640259,0.18250000476837158,0.9704999923706055,2.747499942779541,0.18250000476837158,0.9724000096321106,2.747299909591675,0.18250000476837158,0.9764999747276306,3.273400068283081,0.18250000476837158,0.9745000004768372,3.2734999656677246,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9764999747276306,3.273400068283081,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9764999747276306,3.274899959564209,0.18250000476837158,0.9783999919891357,3.273200035095215,0.18250000476837158,0.9764999747276306,3.273400068283081,0.18250000476837158,0.9764999747276306,3.274899959564209,0.18250000476837158,0.9783999919891357,3.273200035095215,0.18250000476837158,0.9764999747276306,3.274899959564209,0.18250000476837158,0.9783999919891357,3.2746999263763428,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.974399983882904,3.2695000171661377,0.18250000476837158,0.9745000004768372,3.2734999656677246,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.9745000004768372,3.2734999656677246,0.18250000476837158,0.9764999747276306,3.273400068283081,0.18250000476837158,0.9782999753952026,3.269200086593628,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.9764999747276306,3.273400068283081,0.18250000476837158,0.9782999753952026,3.269200086593628,0.18250000476837158,0.9764999747276306,3.273400068283081,0.18250000476837158,0.9783999919891357,3.273200035095215,0.18250000476837158,0.9812999963760376,3.272900104522705,0.18250000476837158,0.9800000190734863,3.2730000019073486,0.18250000476837158,0.9800000190734863,3.274399995803833,0.18250000476837158,0.9812999963760376,3.272900104522705,0.18250000476837158,0.9800000190734863,3.274399995803833,0.18250000476837158,0.9810000061988831,3.2739999294281006,0.18250000476837158,0.9815000295639038,3.2690000534057617,0.18250000476837158,0.9800999760627747,3.2690999507904053,0.18250000476837158,0.9800000190734863,3.2730000019073486,0.18250000476837158,0.9815000295639038,3.2690000534057617,0.18250000476837158,0.9800000190734863,3.2730000019073486,0.18250000476837158,0.9812999963760376,3.272900104522705,0.18250000476837158,0.9800000190734863,3.2730000019073486,0.18250000476837158,0.9783999919891357,3.273200035095215,0.18250000476837158,0.9783999919891357,3.2746999263763428,0.18250000476837158,0.9800000190734863,3.2730000019073486,0.18250000476837158,0.9783999919891357,3.2746999263763428,0.18250000476837158,0.9800000190734863,3.274399995803833,0.18250000476837158,0.9800999760627747,3.2690999507904053,0.18250000476837158,0.9782999753952026,3.269200086593628,0.18250000476837158,0.9783999919891357,3.273200035095215,0.18250000476837158,0.9800999760627747,3.2690999507904053,0.18250000476837158,0.9783999919891357,3.273200035095215,0.18250000476837158,0.9800000190734863,3.2730000019073486,0.18250000476837158,0.9800999760627747,3.2446000576019287,0.18250000476837158,0.9800999760627747,3.2602999210357666,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9800999760627747,3.2446000576019287,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9815999865531921,3.244499921798706,0.18250000476837158,0.9782999753952026,3.2446999549865723,0.18250000476837158,0.9782999753952026,3.2604000568389893,0.18250000476837158,0.9800999760627747,3.2602999210357666,0.18250000476837158,0.9782999753952026,3.2446999549865723,0.18250000476837158,0.9800999760627747,3.2602999210357666,0.18250000476837158,0.9800999760627747,3.2446000576019287,0.18250000476837158,0.9800999760627747,3.2690999507904053,0.18250000476837158,0.9815000295639038,3.2690000534057617,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9800999760627747,3.2690999507904053,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9800999760627747,3.2602999210357666,0.18250000476837158,0.9782999753952026,3.269200086593628,0.18250000476837158,0.9800999760627747,3.2690999507904053,0.18250000476837158,0.9800999760627747,3.2602999210357666,0.18250000476837158,0.9782999753952026,3.269200086593628,0.18250000476837158,0.9800999760627747,3.2602999210357666,0.18250000476837158,0.9782999753952026,3.2604000568389893,0.18250000476837158,0.974399983882904,3.2451000213623047,0.18250000476837158,0.974399983882904,3.260699987411499,0.18250000476837158,0.9764000177383423,3.2606000900268555,0.18250000476837158,0.974399983882904,3.2451000213623047,0.18250000476837158,0.9764000177383423,3.2606000900268555,0.18250000476837158,0.9764000177383423,3.2448999881744385,0.18250000476837158,0.974399983882904,3.260699987411499,0.18250000476837158,0.974399983882904,3.2695000171661377,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.974399983882904,3.260699987411499,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.9764000177383423,3.2606000900268555,0.18250000476837158,0.9764000177383423,3.2448999881744385,0.18250000476837158,0.9764000177383423,3.2606000900268555,0.18250000476837158,0.9782999753952026,3.2604000568389893,0.18250000476837158,0.9764000177383423,3.2448999881744385,0.18250000476837158,0.9782999753952026,3.2604000568389893,0.18250000476837158,0.9782999753952026,3.2446999549865723,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.9782999753952026,3.269200086593628,0.18250000476837158,0.9782999753952026,3.2604000568389893,0.18250000476837158,0.9764999747276306,3.2692999839782715,0.18250000476837158,0.9782999753952026,3.2604000568389893,0.18250000476837158,0.9764000177383423,3.2606000900268555,0.18250000476837158,0.9027000069618225,2.760499954223633,0.11169999837875366,0.8988999724388123,2.7860000133514404,0.11169999837875366,0.9222000241279602,2.7871999740600586,0.11169999837875366,0.9027000069618225,2.760499954223633,0.11169999837875366,0.9222000241279602,2.7871999740600586,0.11169999837875366,0.923799991607666,2.761899948120117,0.11169999837875366,0.8988999724388123,2.7860000133514404,0.11169999837875366,0.8955000042915344,2.816699981689453,0.11169999837875366,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.8988999724388123,2.7860000133514404,0.11169999837875366,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.9222000241279602,2.7871999740600586,0.11169999837875366,0.9222000241279602,2.7871999740600586,0.11169999837875366,0.9344000220298767,2.7878000736236572,0.11180000007152557,0.9348000288009644,2.7625999450683594,0.11180000007152557,0.9222000241279602,2.7871999740600586,0.11169999837875366,0.9348000288009644,2.7625999450683594,0.11180000007152557,0.923799991607666,2.761899948120117,0.11169999837875366,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.9340000152587891,2.8187999725341797,0.11180000007152557,0.9344000220298767,2.7878000736236572,0.11180000007152557,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.9344000220298767,2.7878000736236572,0.11180000007152557,0.9222000241279602,2.7871999740600586,0.11169999837875366,0.8902999758720398,2.884200096130371,0.11169999837875366,0.9186999797821045,2.886199951171875,0.11169999837875366,0.919700026512146,2.8519999980926514,0.11169999837875366,0.8902999758720398,2.884200096130371,0.11169999837875366,0.919700026512146,2.8519999980926514,0.11169999837875366,0.8927000164985657,2.8501999378204346,0.11169999837875366,0.9186999797821045,2.886199951171875,0.11169999837875366,0.9333999752998352,2.887200117111206,0.11180000007152557,0.9337000250816345,2.8529000282287598,0.11180000007152557,0.9186999797821045,2.886199951171875,0.11169999837875366,0.9337000250816345,2.8529000282287598,0.11180000007152557,0.919700026512146,2.8519999980926514,0.11169999837875366,0.8927000164985657,2.8501999378204346,0.11169999837875366,0.919700026512146,2.8519999980926514,0.11169999837875366,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.8927000164985657,2.8501999378204346,0.11169999837875366,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.8955000042915344,2.816699981689453,0.11169999837875366,0.919700026512146,2.8519999980926514,0.11169999837875366,0.9337000250816345,2.8529000282287598,0.11180000007152557,0.9340000152587891,2.8187999725341797,0.11180000007152557,0.919700026512146,2.8519999980926514,0.11169999837875366,0.9340000152587891,2.8187999725341797,0.11180000007152557,0.9208999872207642,2.8180999755859375,0.11169999837875366,0.9394999742507935,2.8531999588012695,0.11249999701976776,0.9387999773025513,2.8531999588012695,0.1120000034570694,0.9387999773025513,2.887500047683716,0.1120000034570694,0.9394999742507935,2.8531999588012695,0.11249999701976776,0.9387999773025513,2.887500047683716,0.1120000034570694,0.9394000172615051,2.887500047683716,0.11249999701976776,0.9394999742507935,2.8190999031066895,0.11249999701976776,0.9388999938964844,2.8190999031066895,0.1120000034570694,0.9387999773025513,2.8531999588012695,0.1120000034570694,0.9394999742507935,2.8190999031066895,0.11249999701976776,0.9387999773025513,2.8531999588012695,0.1120000034570694,0.9394999742507935,2.8531999588012695,0.11249999701976776,0.9387999773025513,2.8531999588012695,0.1120000034570694,0.9337000250816345,2.8529000282287598,0.11180000007152557,0.9333999752998352,2.887200117111206,0.11180000007152557,0.9387999773025513,2.8531999588012695,0.1120000034570694,0.9333999752998352,2.887200117111206,0.11180000007152557,0.9387999773025513,2.887500047683716,0.1120000034570694,0.9388999938964844,2.8190999031066895,0.1120000034570694,0.9340000152587891,2.8187999725341797,0.11180000007152557,0.9337000250816345,2.8529000282287598,0.11180000007152557,0.9388999938964844,2.8190999031066895,0.1120000034570694,0.9337000250816345,2.8529000282287598,0.11180000007152557,0.9387999773025513,2.8531999588012695,0.1120000034570694,0.9395999908447266,2.7630999088287354,0.11249999701976776,0.9388999938964844,2.763000011444092,0.1120000034570694,0.9388999938964844,2.788100004196167,0.1120000034570694,0.9395999908447266,2.7630999088287354,0.11249999701976776,0.9388999938964844,2.788100004196167,0.1120000034570694,0.9395999908447266,2.788100004196167,0.11249999701976776,0.9388999938964844,2.763000011444092,0.1120000034570694,0.9348000288009644,2.7625999450683594,0.11180000007152557,0.9344000220298767,2.7878000736236572,0.11180000007152557,0.9388999938964844,2.763000011444092,0.1120000034570694,0.9344000220298767,2.7878000736236572,0.11180000007152557,0.9388999938964844,2.788100004196167,0.1120000034570694,0.9395999908447266,2.788100004196167,0.11249999701976776,0.9388999938964844,2.788100004196167,0.1120000034570694,0.9388999938964844,2.8190999031066895,0.1120000034570694,0.9395999908447266,2.788100004196167,0.11249999701976776,0.9388999938964844,2.8190999031066895,0.1120000034570694,0.9394999742507935,2.8190999031066895,0.11249999701976776,0.9388999938964844,2.788100004196167,0.1120000034570694,0.9344000220298767,2.7878000736236572,0.11180000007152557,0.9340000152587891,2.8187999725341797,0.11180000007152557,0.9388999938964844,2.788100004196167,0.1120000034570694,0.9340000152587891,2.8187999725341797,0.11180000007152557,0.9388999938964844,2.8190999031066895,0.1120000034570694,0.8884000182151794,2.9161999225616455,0.11169999837875366,0.9179999828338623,2.9179999828338623,0.11169999837875366,0.9186999797821045,2.886199951171875,0.11169999837875366,0.8884000182151794,2.9161999225616455,0.11169999837875366,0.9186999797821045,2.886199951171875,0.11169999837875366,0.8902999758720398,2.884200096130371,0.11169999837875366,0.8870999813079834,2.9465999603271484,0.11169999837875366,0.9174000024795532,2.947999954223633,0.11169999837875366,0.9179999828338623,2.9179999828338623,0.11169999837875366,0.8870999813079834,2.9465999603271484,0.11169999837875366,0.9179999828338623,2.9179999828338623,0.11169999837875366,0.8884000182151794,2.9161999225616455,0.11169999837875366,0.9179999828338623,2.9179999828338623,0.11169999837875366,0.9332000017166138,2.9189000129699707,0.11180000007152557,0.9333999752998352,2.887200117111206,0.11180000007152557,0.9179999828338623,2.9179999828338623,0.11169999837875366,0.9333999752998352,2.887200117111206,0.11180000007152557,0.9186999797821045,2.886199951171875,0.11169999837875366,0.9174000024795532,2.947999954223633,0.11169999837875366,0.9330000281333923,2.9486000537872314,0.11180000007152557,0.9332000017166138,2.9189000129699707,0.11180000007152557,0.9174000024795532,2.947999954223633,0.11169999837875366,0.9332000017166138,2.9189000129699707,0.11180000007152557,0.9179999828338623,2.9179999828338623,0.11169999837875366,0.8859999775886536,3.005000114440918,0.11169999837875366,0.9169999957084656,3.005000114440918,0.11169999837875366,0.9171000123023987,2.976799964904785,0.11169999837875366,0.8859999775886536,3.005000114440918,0.11169999837875366,0.9171000123023987,2.976799964904785,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.9169999957084656,3.005000114440918,0.11169999837875366,0.9329000115394592,3.005000114440918,0.11180000007152557,0.9329000115394592,2.977099895477295,0.11180000007152557,0.9169999957084656,3.005000114440918,0.11169999837875366,0.9329000115394592,2.977099895477295,0.11180000007152557,0.9171000123023987,2.976799964904785,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.9171000123023987,2.976799964904785,0.11169999837875366,0.9174000024795532,2.947999954223633,0.11169999837875366,0.8863000273704529,2.976099967956543,0.11169999837875366,0.9174000024795532,2.947999954223633,0.11169999837875366,0.8870999813079834,2.9465999603271484,0.11169999837875366,0.9171000123023987,2.976799964904785,0.11169999837875366,0.9329000115394592,2.977099895477295,0.11180000007152557,0.9330000281333923,2.9486000537872314,0.11180000007152557,0.9171000123023987,2.976799964904785,0.11169999837875366,0.9330000281333923,2.9486000537872314,0.11180000007152557,0.9174000024795532,2.947999954223633,0.11169999837875366,0.9394000172615051,2.9772000312805176,0.11249999701976776,0.9387000203132629,2.9772000312805176,0.1120000034570694,0.9387000203132629,3.005000114440918,0.1120000034570694,0.9394000172615051,2.9772000312805176,0.11249999701976776,0.9387000203132629,3.005000114440918,0.1120000034570694,0.9394000172615051,3.005000114440918,0.11249999701976776,0.9394000172615051,2.948899984359741,0.11249999701976776,0.9387000203132629,2.948899984359741,0.1120000034570694,0.9387000203132629,2.9772000312805176,0.1120000034570694,0.9394000172615051,2.948899984359741,0.11249999701976776,0.9387000203132629,2.9772000312805176,0.1120000034570694,0.9394000172615051,2.9772000312805176,0.11249999701976776,0.9387000203132629,2.9772000312805176,0.1120000034570694,0.9329000115394592,2.977099895477295,0.11180000007152557,0.9329000115394592,3.005000114440918,0.11180000007152557,0.9387000203132629,2.9772000312805176,0.1120000034570694,0.9329000115394592,3.005000114440918,0.11180000007152557,0.9387000203132629,3.005000114440918,0.1120000034570694,0.9387000203132629,2.948899984359741,0.1120000034570694,0.9330000281333923,2.9486000537872314,0.11180000007152557,0.9329000115394592,2.977099895477295,0.11180000007152557,0.9387000203132629,2.948899984359741,0.1120000034570694,0.9329000115394592,2.977099895477295,0.11180000007152557,0.9387000203132629,2.9772000312805176,0.1120000034570694,0.9394000172615051,2.887500047683716,0.11249999701976776,0.9387999773025513,2.887500047683716,0.1120000034570694,0.9387999773025513,2.919100046157837,0.1120000034570694,0.9394000172615051,2.887500047683716,0.11249999701976776,0.9387999773025513,2.919100046157837,0.1120000034570694,0.9394000172615051,2.919100046157837,0.11249999701976776,0.9387999773025513,2.887500047683716,0.1120000034570694,0.9333999752998352,2.887200117111206,0.11180000007152557,0.9332000017166138,2.9189000129699707,0.11180000007152557,0.9387999773025513,2.887500047683716,0.1120000034570694,0.9332000017166138,2.9189000129699707,0.11180000007152557,0.9387999773025513,2.919100046157837,0.1120000034570694,0.9394000172615051,2.919100046157837,0.11249999701976776,0.9387999773025513,2.919100046157837,0.1120000034570694,0.9387000203132629,2.948899984359741,0.1120000034570694,0.9394000172615051,2.919100046157837,0.11249999701976776,0.9387000203132629,2.948899984359741,0.1120000034570694,0.9394000172615051,2.948899984359741,0.11249999701976776,0.9387999773025513,2.919100046157837,0.1120000034570694,0.9332000017166138,2.9189000129699707,0.11180000007152557,0.9330000281333923,2.9486000537872314,0.11180000007152557,0.9387999773025513,2.919100046157837,0.1120000034570694,0.9330000281333923,2.9486000537872314,0.11180000007152557,0.9387000203132629,2.948899984359741,0.1120000034570694,0.8859999775886536,3.005000114440918,0.11169999837875366,0.8863000273704529,3.033900022506714,0.11169999837875366,0.9171000123023987,3.033099889755249,0.11169999837875366,0.8859999775886536,3.005000114440918,0.11169999837875366,0.9171000123023987,3.033099889755249,0.11169999837875366,0.9169999957084656,3.005000114440918,0.11169999837875366,0.8863000273704529,3.033900022506714,0.11169999837875366,0.8871999979019165,3.0632998943328857,0.11169999837875366,0.9174000024795532,3.0618999004364014,0.11169999837875366,0.8863000273704529,3.033900022506714,0.11169999837875366,0.9174000024795532,3.0618999004364014,0.11169999837875366,0.9171000123023987,3.033099889755249,0.11169999837875366,0.9169999957084656,3.005000114440918,0.11169999837875366,0.9171000123023987,3.033099889755249,0.11169999837875366,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.9169999957084656,3.005000114440918,0.11169999837875366,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.9329000115394592,3.005000114440918,0.11180000007152557,0.9171000123023987,3.033099889755249,0.11169999837875366,0.9174000024795532,3.0618999004364014,0.11169999837875366,0.9330000281333923,3.061199903488159,0.11180000007152557,0.9171000123023987,3.033099889755249,0.11169999837875366,0.9330000281333923,3.061199903488159,0.11180000007152557,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.8885999917984009,3.0938000679016113,0.11169999837875366,0.890500009059906,3.125699996948242,0.11169999837875366,0.9187999963760376,3.123699903488159,0.11169999837875366,0.8885999917984009,3.0938000679016113,0.11169999837875366,0.9187999963760376,3.123699903488159,0.11169999837875366,0.9179999828338623,3.091900110244751,0.11169999837875366,0.9179999828338623,3.091900110244751,0.11169999837875366,0.9187999963760376,3.123699903488159,0.11169999837875366,0.9333999752998352,3.1226999759674072,0.11180000007152557,0.9179999828338623,3.091900110244751,0.11169999837875366,0.9333999752998352,3.1226999759674072,0.11180000007152557,0.9332000017166138,3.0910000801086426,0.11180000007152557,0.8871999979019165,3.0632998943328857,0.11169999837875366,0.8885999917984009,3.0938000679016113,0.11169999837875366,0.9179999828338623,3.091900110244751,0.11169999837875366,0.8871999979019165,3.0632998943328857,0.11169999837875366,0.9179999828338623,3.091900110244751,0.11169999837875366,0.9174000024795532,3.0618999004364014,0.11169999837875366,0.9174000024795532,3.0618999004364014,0.11169999837875366,0.9179999828338623,3.091900110244751,0.11169999837875366,0.9332000017166138,3.0910000801086426,0.11180000007152557,0.9174000024795532,3.0618999004364014,0.11169999837875366,0.9332000017166138,3.0910000801086426,0.11180000007152557,0.9330000281333923,3.061199903488159,0.11180000007152557,0.9394000172615051,3.0906999111175537,0.11249999701976776,0.9387999773025513,3.0906999111175537,0.1120000034570694,0.9387999773025513,3.122299909591675,0.1120000034570694,0.9394000172615051,3.0906999111175537,0.11249999701976776,0.9387999773025513,3.122299909591675,0.1120000034570694,0.9394000172615051,3.122299909591675,0.11249999701976776,0.9394000172615051,3.061000108718872,0.11249999701976776,0.9387000203132629,3.061000108718872,0.1120000034570694,0.9387999773025513,3.0906999111175537,0.1120000034570694,0.9394000172615051,3.061000108718872,0.11249999701976776,0.9387999773025513,3.0906999111175537,0.1120000034570694,0.9394000172615051,3.0906999111175537,0.11249999701976776,0.9387999773025513,3.122299909591675,0.1120000034570694,0.9387999773025513,3.0906999111175537,0.1120000034570694,0.9332000017166138,3.0910000801086426,0.11180000007152557,0.9387999773025513,3.122299909591675,0.1120000034570694,0.9332000017166138,3.0910000801086426,0.11180000007152557,0.9333999752998352,3.1226999759674072,0.11180000007152557,0.9387999773025513,3.0906999111175537,0.1120000034570694,0.9387000203132629,3.061000108718872,0.1120000034570694,0.9330000281333923,3.061199903488159,0.11180000007152557,0.9387999773025513,3.0906999111175537,0.1120000034570694,0.9330000281333923,3.061199903488159,0.11180000007152557,0.9332000017166138,3.0910000801086426,0.11180000007152557,0.9394000172615051,3.005000114440918,0.11249999701976776,0.9387000203132629,3.005000114440918,0.1120000034570694,0.9387000203132629,3.0327000617980957,0.1120000034570694,0.9394000172615051,3.005000114440918,0.11249999701976776,0.9387000203132629,3.0327000617980957,0.1120000034570694,0.9394000172615051,3.0327000617980957,0.11249999701976776,0.9387000203132629,3.005000114440918,0.1120000034570694,0.9329000115394592,3.005000114440918,0.11180000007152557,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.9387000203132629,3.005000114440918,0.1120000034570694,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.9387000203132629,3.0327000617980957,0.1120000034570694,0.9394000172615051,3.0327000617980957,0.11249999701976776,0.9387000203132629,3.0327000617980957,0.1120000034570694,0.9387000203132629,3.061000108718872,0.1120000034570694,0.9394000172615051,3.0327000617980957,0.11249999701976776,0.9387000203132629,3.061000108718872,0.1120000034570694,0.9394000172615051,3.061000108718872,0.11249999701976776,0.9387000203132629,3.061000108718872,0.1120000034570694,0.9387000203132629,3.0327000617980957,0.1120000034570694,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.9387000203132629,3.061000108718872,0.1120000034570694,0.9329000115394592,3.0327999591827393,0.11180000007152557,0.9330000281333923,3.061199903488159,0.11180000007152557,0.890500009059906,3.125699996948242,0.11169999837875366,0.8928999900817871,3.159600019454956,0.11169999837875366,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.890500009059906,3.125699996948242,0.11169999837875366,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.9187999963760376,3.123699903488159,0.11169999837875366,0.895799994468689,3.1930999755859375,0.11169999837875366,0.9210000038146973,3.191699981689453,0.11169999837875366,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.895799994468689,3.1930999755859375,0.11169999837875366,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.8928999900817871,3.159600019454956,0.11169999837875366,0.9187999963760376,3.123699903488159,0.11169999837875366,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.9337000250816345,3.156899929046631,0.11180000007152557,0.9187999963760376,3.123699903488159,0.11169999837875366,0.9337000250816345,3.156899929046631,0.11180000007152557,0.9333999752998352,3.1226999759674072,0.11180000007152557,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.9210000038146973,3.191699981689453,0.11169999837875366,0.9340000152587891,3.1909000873565674,0.11180000007152557,0.9197999835014343,3.1577999591827393,0.11169999837875366,0.9340000152587891,3.1909000873565674,0.11180000007152557,0.9337000250816345,3.156899929046631,0.11180000007152557,0.902899980545044,3.249000072479248,0.11169999837875366,0.9239000082015991,3.2476000785827637,0.11169999837875366,0.9222999811172485,3.2225000858306885,0.11169999837875366,0.902899980545044,3.249000072479248,0.11169999837875366,0.9222999811172485,3.2225000858306885,0.11169999837875366,0.8992000222206116,3.2237000465393066,0.11169999837875366,0.9222999811172485,3.2225000858306885,0.11169999837875366,0.9239000082015991,3.2476000785827637,0.11169999837875366,0.9348000288009644,3.246799945831299,0.11180000007152557,0.9222999811172485,3.2225000858306885,0.11169999837875366,0.9348000288009644,3.246799945831299,0.11180000007152557,0.9344000220298767,3.2218000888824463,0.11180000007152557,0.8992000222206116,3.2237000465393066,0.11169999837875366,0.9222999811172485,3.2225000858306885,0.11169999837875366,0.9210000038146973,3.191699981689453,0.11169999837875366,0.8992000222206116,3.2237000465393066,0.11169999837875366,0.9210000038146973,3.191699981689453,0.11169999837875366,0.895799994468689,3.1930999755859375,0.11169999837875366,0.9210000038146973,3.191699981689453,0.11169999837875366,0.9222999811172485,3.2225000858306885,0.11169999837875366,0.9344000220298767,3.2218000888824463,0.11180000007152557,0.9210000038146973,3.191699981689453,0.11169999837875366,0.9344000220298767,3.2218000888824463,0.11180000007152557,0.9340000152587891,3.1909000873565674,0.11180000007152557,0.9395999908447266,3.22160005569458,0.11249999701976776,0.9388999938964844,3.22160005569458,0.1120000034570694,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9395999908447266,3.22160005569458,0.11249999701976776,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9395999908447266,3.2464001178741455,0.11249999701976776,0.9394999742507935,3.190700054168701,0.11249999701976776,0.9388999938964844,3.190700054168701,0.1120000034570694,0.9388999938964844,3.22160005569458,0.1120000034570694,0.9394999742507935,3.190700054168701,0.11249999701976776,0.9388999938964844,3.22160005569458,0.1120000034570694,0.9395999908447266,3.22160005569458,0.11249999701976776,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9388999938964844,3.22160005569458,0.1120000034570694,0.9344000220298767,3.2218000888824463,0.11180000007152557,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9344000220298767,3.2218000888824463,0.11180000007152557,0.9348000288009644,3.246799945831299,0.11180000007152557,0.9388999938964844,3.22160005569458,0.1120000034570694,0.9388999938964844,3.190700054168701,0.1120000034570694,0.9340000152587891,3.1909000873565674,0.11180000007152557,0.9388999938964844,3.22160005569458,0.1120000034570694,0.9340000152587891,3.1909000873565674,0.11180000007152557,0.9344000220298767,3.2218000888824463,0.11180000007152557,0.9394000172615051,3.122299909591675,0.11249999701976776,0.9387999773025513,3.122299909591675,0.1120000034570694,0.9387999773025513,3.156599998474121,0.1120000034570694,0.9394000172615051,3.122299909591675,0.11249999701976776,0.9387999773025513,3.156599998474121,0.1120000034570694,0.9394999742507935,3.156599998474121,0.11249999701976776,0.9387999773025513,3.156599998474121,0.1120000034570694,0.9387999773025513,3.122299909591675,0.1120000034570694,0.9333999752998352,3.1226999759674072,0.11180000007152557,0.9387999773025513,3.156599998474121,0.1120000034570694,0.9333999752998352,3.1226999759674072,0.11180000007152557,0.9337000250816345,3.156899929046631,0.11180000007152557,0.9394999742507935,3.156599998474121,0.11249999701976776,0.9387999773025513,3.156599998474121,0.1120000034570694,0.9388999938964844,3.190700054168701,0.1120000034570694,0.9394999742507935,3.156599998474121,0.11249999701976776,0.9388999938964844,3.190700054168701,0.1120000034570694,0.9394999742507935,3.190700054168701,0.11249999701976776,0.9388999938964844,3.190700054168701,0.1120000034570694,0.9387999773025513,3.156599998474121,0.1120000034570694,0.9337000250816345,3.156899929046631,0.11180000007152557,0.9388999938964844,3.190700054168701,0.1120000034570694,0.9337000250816345,3.156899929046631,0.11180000007152557,0.9340000152587891,3.1909000873565674,0.11180000007152557,0.9071000218391418,3.2664999961853027,0.11169999837875366,0.925599992275238,3.2643001079559326,0.11169999837875366,0.9239000082015991,3.2476000785827637,0.11169999837875366,0.9071000218391418,3.2664999961853027,0.11169999837875366,0.9239000082015991,3.2476000785827637,0.11169999837875366,0.902899980545044,3.249000072479248,0.11169999837875366,0.9121000170707703,3.2778000831604004,0.11169999837875366,0.9279000163078308,3.2744998931884766,0.11169999837875366,0.925599992275238,3.2643001079559326,0.11169999837875366,0.9121000170707703,3.2778000831604004,0.11169999837875366,0.925599992275238,3.2643001079559326,0.11169999837875366,0.9071000218391418,3.2664999961853027,0.11169999837875366,0.9239000082015991,3.2476000785827637,0.11169999837875366,0.925599992275238,3.2643001079559326,0.11169999837875366,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.9239000082015991,3.2476000785827637,0.11169999837875366,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.9348000288009644,3.246799945831299,0.11180000007152557,0.9279000163078308,3.2744998931884766,0.11169999837875366,0.9362999796867371,3.272599935531616,0.11180000007152557,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.9279000163078308,3.2744998931884766,0.11169999837875366,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.925599992275238,3.2643001079559326,0.11169999837875366,0.9264000058174133,3.288800001144409,0.11169999837875366,0.9368000030517578,3.2827999591827393,0.11169999837875366,0.9315000176429749,3.280100107192993,0.11169999837875366,0.9264000058174133,3.288800001144409,0.11169999837875366,0.9315000176429749,3.280100107192993,0.11169999837875366,0.91839998960495,3.2846999168395996,0.11169999837875366,0.9368000030517578,3.2827999591827393,0.11169999837875366,0.9423999786376953,3.279400110244751,0.11180000007152557,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9368000030517578,3.2827999591827393,0.11169999837875366,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9315000176429749,3.280100107192993,0.11169999837875366,0.91839998960495,3.2846999168395996,0.11169999837875366,0.9315000176429749,3.280100107192993,0.11169999837875366,0.9279000163078308,3.2744998931884766,0.11169999837875366,0.91839998960495,3.2846999168395996,0.11169999837875366,0.9279000163078308,3.2744998931884766,0.11169999837875366,0.9121000170707703,3.2778000831604004,0.11169999837875366,0.9315000176429749,3.280100107192993,0.11169999837875366,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9362999796867371,3.272599935531616,0.11180000007152557,0.9315000176429749,3.280100107192993,0.11169999837875366,0.9362999796867371,3.272599935531616,0.11180000007152557,0.9279000163078308,3.2744998931884766,0.11169999837875366,0.9412999749183655,3.276099920272827,0.1120000034570694,0.9447000026702881,3.277899980545044,0.1120000034570694,0.9452000260353088,3.2772998809814453,0.11249999701976776,0.9412999749183655,3.276099920272827,0.1120000034570694,0.9452000260353088,3.2772998809814453,0.11249999701976776,0.9419000148773193,3.275700092315674,0.11249999701976776,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9412999749183655,3.276099920272827,0.1120000034570694,0.9419000148773193,3.275700092315674,0.11249999701976776,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9419000148773193,3.275700092315674,0.11249999701976776,0.9401999711990356,3.271399974822998,0.11249999701976776,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9423999786376953,3.279400110244751,0.11180000007152557,0.9447000026702881,3.277899980545044,0.1120000034570694,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9447000026702881,3.277899980545044,0.1120000034570694,0.9412999749183655,3.276099920272827,0.1120000034570694,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9412999749183655,3.276099920272827,0.1120000034570694,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9384999871253967,3.277400016784668,0.11180000007152557,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9362999796867371,3.272599935531616,0.11180000007152557,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9390000104904175,3.262500047683716,0.1120000034570694,0.9397000074386597,3.2623000144958496,0.11249999701976776,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9397000074386597,3.2623000144958496,0.11249999701976776,0.9395999908447266,3.2464001178741455,0.11249999701976776,0.9390000104904175,3.262500047683716,0.1120000034570694,0.9388999938964844,3.246500015258789,0.1120000034570694,0.9348000288009644,3.246799945831299,0.11180000007152557,0.9390000104904175,3.262500047683716,0.1120000034570694,0.9348000288009644,3.246799945831299,0.11180000007152557,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.9390000104904175,3.262500047683716,0.1120000034570694,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9401999711990356,3.271399974822998,0.11249999701976776,0.9390000104904175,3.262500047683716,0.1120000034570694,0.9401999711990356,3.271399974822998,0.11249999701976776,0.9397000074386597,3.2623000144958496,0.11249999701976776,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9390000104904175,3.262500047683716,0.1120000034570694,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.9395999908447266,3.271699905395508,0.1120000034570694,0.9352999925613403,3.2630999088287354,0.11180000007152557,0.9362999796867371,3.272599935531616,0.11180000007152557,0.9366000294685364,3.291800022125244,0.11169999837875366,0.9442999958992004,3.2846999168395996,0.11169999837875366,0.9368000030517578,3.2827999591827393,0.11169999837875366,0.9366000294685364,3.291800022125244,0.11169999837875366,0.9368000030517578,3.2827999591827393,0.11169999837875366,0.9264000058174133,3.288800001144409,0.11169999837875366,0.9484000205993652,3.2936999797821045,0.11169999837875366,0.953499972820282,3.285900115966797,0.11169999837875366,0.9442999958992004,3.2846999168395996,0.11169999837875366,0.9484000205993652,3.2936999797821045,0.11169999837875366,0.9442999958992004,3.2846999168395996,0.11169999837875366,0.9366000294685364,3.291800022125244,0.11169999837875366,0.9442999958992004,3.2846999168395996,0.11169999837875366,0.9484999775886536,3.2808001041412354,0.11180000007152557,0.9423999786376953,3.279400110244751,0.11180000007152557,0.9442999958992004,3.2846999168395996,0.11169999837875366,0.9423999786376953,3.279400110244751,0.11180000007152557,0.9368000030517578,3.2827999591827393,0.11169999837875366,0.953499972820282,3.285900115966797,0.11169999837875366,0.9563000202178955,3.281599998474121,0.11180000007152557,0.9484999775886536,3.2808001041412354,0.11180000007152557,0.953499972820282,3.285900115966797,0.11169999837875366,0.9484999775886536,3.2808001041412354,0.11180000007152557,0.9442999958992004,3.2846999168395996,0.11169999837875366,0.9746999740600586,3.295099973678589,0.11169999837875366,0.9746000170707703,3.286600112915039,0.11169999837875366,0.9638000130653381,3.2864999771118164,0.11169999837875366,0.9746999740600586,3.295099973678589,0.11169999837875366,0.9638000130653381,3.2864999771118164,0.11169999837875366,0.9613000154495239,3.2946999073028564,0.11169999837875366,0.9746000170707703,3.286600112915039,0.11169999837875366,0.9746000170707703,3.2820000648498535,0.11180000007152557,0.9650999903678894,3.281899929046631,0.11180000007152557,0.9746000170707703,3.286600112915039,0.11169999837875366,0.9650999903678894,3.281899929046631,0.11180000007152557,0.9638000130653381,3.2864999771118164,0.11169999837875366,0.9613000154495239,3.2946999073028564,0.11169999837875366,0.9638000130653381,3.2864999771118164,0.11169999837875366,0.953499972820282,3.285900115966797,0.11169999837875366,0.9613000154495239,3.2946999073028564,0.11169999837875366,0.953499972820282,3.285900115966797,0.11169999837875366,0.9484000205993652,3.2936999797821045,0.11169999837875366,0.9638000130653381,3.2864999771118164,0.11169999837875366,0.9650999903678894,3.281899929046631,0.11180000007152557,0.9563000202178955,3.281599998474121,0.11180000007152557,0.9638000130653381,3.2864999771118164,0.11169999837875366,0.9563000202178955,3.281599998474121,0.11180000007152557,0.953499972820282,3.285900115966797,0.11169999837875366,0.9656999707221985,3.279900074005127,0.1120000034570694,0.9746000170707703,3.279900074005127,0.1120000034570694,0.9746000170707703,3.2792000770568848,0.11249999701976776,0.9656999707221985,3.279900074005127,0.1120000034570694,0.9746000170707703,3.2792000770568848,0.11249999701976776,0.9659000039100647,3.2792000770568848,0.11249999701976776,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9656999707221985,3.279900074005127,0.1120000034570694,0.9659000039100647,3.2792000770568848,0.11249999701976776,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9659000039100647,3.2792000770568848,0.11249999701976776,0.9577000141143799,3.2790000438690186,0.11249999701976776,0.9656999707221985,3.279900074005127,0.1120000034570694,0.9650999903678894,3.281899929046631,0.11180000007152557,0.9746000170707703,3.2820000648498535,0.11180000007152557,0.9656999707221985,3.279900074005127,0.1120000034570694,0.9746000170707703,3.2820000648498535,0.11180000007152557,0.9746000170707703,3.279900074005127,0.1120000034570694,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9563000202178955,3.281599998474121,0.11180000007152557,0.9650999903678894,3.281899929046631,0.11180000007152557,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9650999903678894,3.281899929046631,0.11180000007152557,0.9656999707221985,3.279900074005127,0.1120000034570694,0.9447000026702881,3.277899980545044,0.1120000034570694,0.9502000212669373,3.2790000438690186,0.1120000034570694,0.9506999850273132,3.27839994430542,0.11249999701976776,0.9447000026702881,3.277899980545044,0.1120000034570694,0.9506999850273132,3.27839994430542,0.11249999701976776,0.9452000260353088,3.2772998809814453,0.11249999701976776,0.9423999786376953,3.279400110244751,0.11180000007152557,0.9484999775886536,3.2808001041412354,0.11180000007152557,0.9502000212669373,3.2790000438690186,0.1120000034570694,0.9423999786376953,3.279400110244751,0.11180000007152557,0.9502000212669373,3.2790000438690186,0.1120000034570694,0.9447000026702881,3.277899980545044,0.1120000034570694,0.9502000212669373,3.2790000438690186,0.1120000034570694,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9577000141143799,3.2790000438690186,0.11249999701976776,0.9502000212669373,3.2790000438690186,0.1120000034570694,0.9577000141143799,3.2790000438690186,0.11249999701976776,0.9506999850273132,3.27839994430542,0.11249999701976776,0.9484999775886536,3.2808001041412354,0.11180000007152557,0.9563000202178955,3.281599998474121,0.11180000007152557,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9484999775886536,3.2808001041412354,0.11180000007152557,0.9574000239372253,3.279599905014038,0.1120000034570694,0.9502000212669373,3.2790000438690186,0.1120000034570694,0.9746999740600586,3.295099973678589,0.11169999837875366,0.988099992275238,3.2946999073028564,0.11169999837875366,0.9854000210762024,3.2864999771118164,0.11169999837875366,0.9746999740600586,3.295099973678589,0.11169999837875366,0.9854000210762024,3.2864999771118164,0.11169999837875366,0.9746000170707703,3.286600112915039,0.11169999837875366,0.988099992275238,3.2946999073028564,0.11169999837875366,1.0010000467300415,3.293600082397461,0.11169999837875366,0.9957000017166138,3.285900115966797,0.11169999837875366,0.988099992275238,3.2946999073028564,0.11169999837875366,0.9957000017166138,3.285900115966797,0.11169999837875366,0.9854000210762024,3.2864999771118164,0.11169999837875366,0.9746000170707703,3.286600112915039,0.11169999837875366,0.9854000210762024,3.2864999771118164,0.11169999837875366,0.984000027179718,3.281899929046631,0.11180000007152557,0.9746000170707703,3.286600112915039,0.11169999837875366,0.984000027179718,3.281899929046631,0.11180000007152557,0.9746000170707703,3.2820000648498535,0.11180000007152557,0.9854000210762024,3.2864999771118164,0.11169999837875366,0.9957000017166138,3.285900115966797,0.11169999837875366,0.9927999973297119,3.2815001010894775,0.11180000007152557,0.9854000210762024,3.2864999771118164,0.11169999837875366,0.9927999973297119,3.2815001010894775,0.11180000007152557,0.984000027179718,3.281899929046631,0.11180000007152557,1.0126999616622925,3.2915000915527344,0.11169999837875366,1.0228999853134155,3.2883999347686768,0.11169999837875366,1.0123000144958496,3.2825000286102295,0.11169999837875366,1.0126999616622925,3.2915000915527344,0.11169999837875366,1.0123000144958496,3.2825000286102295,0.11169999837875366,1.0047999620437622,3.284600019454956,0.11169999837875366,1.0047999620437622,3.284600019454956,0.11169999837875366,1.0123000144958496,3.2825000286102295,0.11169999837875366,1.006600022315979,3.279099941253662,0.11180000007152557,1.0047999620437622,3.284600019454956,0.11169999837875366,1.006600022315979,3.279099941253662,0.11180000007152557,1.000499963760376,3.2806999683380127,0.11180000007152557,1.0010000467300415,3.293600082397461,0.11169999837875366,1.0126999616622925,3.2915000915527344,0.11169999837875366,1.0047999620437622,3.284600019454956,0.11169999837875366,1.0010000467300415,3.293600082397461,0.11169999837875366,1.0047999620437622,3.284600019454956,0.11169999837875366,0.9957000017166138,3.285900115966797,0.11169999837875366,0.9957000017166138,3.285900115966797,0.11169999837875366,1.0047999620437622,3.284600019454956,0.11169999837875366,1.000499963760376,3.2806999683380127,0.11180000007152557,0.9957000017166138,3.285900115966797,0.11169999837875366,1.000499963760376,3.2806999683380127,0.11180000007152557,0.9927999973297119,3.2815001010894775,0.11180000007152557,0.9987000226974487,3.2788000106811523,0.1120000034570694,1.0041999816894531,3.277600049972534,0.1120000034570694,1.0037000179290771,3.2769999504089355,0.11249999701976776,0.9987000226974487,3.2788000106811523,0.1120000034570694,1.0037000179290771,3.2769999504089355,0.11249999701976776,0.9983000159263611,3.2783000469207764,0.11249999701976776,0.991599977016449,3.279599905014038,0.1120000034570694,0.9987000226974487,3.2788000106811523,0.1120000034570694,0.9983000159263611,3.2783000469207764,0.11249999701976776,0.991599977016449,3.279599905014038,0.1120000034570694,0.9983000159263611,3.2783000469207764,0.11249999701976776,0.9912999868392944,3.278899908065796,0.11249999701976776,1.000499963760376,3.2806999683380127,0.11180000007152557,1.006600022315979,3.279099941253662,0.11180000007152557,1.0041999816894531,3.277600049972534,0.1120000034570694,1.000499963760376,3.2806999683380127,0.11180000007152557,1.0041999816894531,3.277600049972534,0.1120000034570694,0.9987000226974487,3.2788000106811523,0.1120000034570694,0.9927999973297119,3.2815001010894775,0.11180000007152557,1.000499963760376,3.2806999683380127,0.11180000007152557,0.9987000226974487,3.2788000106811523,0.1120000034570694,0.9927999973297119,3.2815001010894775,0.11180000007152557,0.9987000226974487,3.2788000106811523,0.1120000034570694,0.991599977016449,3.279599905014038,0.1120000034570694,0.9746000170707703,3.279900074005127,0.1120000034570694,0.9833999872207642,3.279900074005127,0.1120000034570694,0.9832000136375427,3.2792000770568848,0.11249999701976776,0.9746000170707703,3.279900074005127,0.1120000034570694,0.9832000136375427,3.2792000770568848,0.11249999701976776,0.9746000170707703,3.2792000770568848,0.11249999701976776,0.9833999872207642,3.279900074005127,0.1120000034570694,0.9746000170707703,3.279900074005127,0.1120000034570694,0.9746000170707703,3.2820000648498535,0.11180000007152557,0.9833999872207642,3.279900074005127,0.1120000034570694,0.9746000170707703,3.2820000648498535,0.11180000007152557,0.984000027179718,3.281899929046631,0.11180000007152557,0.9833999872207642,3.279900074005127,0.1120000034570694,0.991599977016449,3.279599905014038,0.1120000034570694,0.9912999868392944,3.278899908065796,0.11249999701976776,0.9833999872207642,3.279900074005127,0.1120000034570694,0.9912999868392944,3.278899908065796,0.11249999701976776,0.9832000136375427,3.2792000770568848,0.11249999701976776,0.991599977016449,3.279599905014038,0.1120000034570694,0.9833999872207642,3.279900074005127,0.1120000034570694,0.984000027179718,3.281899929046631,0.11180000007152557,0.991599977016449,3.279599905014038,0.1120000034570694,0.984000027179718,3.281899929046631,0.11180000007152557,0.9927999973297119,3.2815001010894775,0.11180000007152557,1.0228999853134155,3.2883999347686768,0.11169999837875366,1.0307999849319458,3.2839999198913574,0.11169999837875366,1.0175000429153442,3.279400110244751,0.11169999837875366,1.0228999853134155,3.2883999347686768,0.11169999837875366,1.0175000429153442,3.279400110244751,0.11169999837875366,1.0123000144958496,3.2825000286102295,0.11169999837875366,1.0307999849319458,3.2839999198913574,0.11169999837875366,1.0370999574661255,3.2767999172210693,0.11169999837875366,1.0210000276565552,3.2734999656677246,0.11169999837875366,1.0307999849319458,3.2839999198913574,0.11169999837875366,1.0210000276565552,3.2734999656677246,0.11169999837875366,1.0175000429153442,3.279400110244751,0.11169999837875366,1.0123000144958496,3.2825000286102295,0.11169999837875366,1.0175000429153442,3.279400110244751,0.11169999837875366,1.0104000568389893,3.2767999172210693,0.11180000007152557,1.0123000144958496,3.2825000286102295,0.11169999837875366,1.0104000568389893,3.2767999172210693,0.11180000007152557,1.006600022315979,3.279099941253662,0.11180000007152557,1.0175000429153442,3.279400110244751,0.11169999837875366,1.0210000276565552,3.2734999656677246,0.11169999837875366,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.0175000429153442,3.279400110244751,0.11169999837875366,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.0104000568389893,3.2767999172210693,0.11180000007152557,1.042099952697754,3.2651000022888184,0.11169999837875366,1.0462000370025635,3.2474000453948975,0.11169999837875366,1.0250999927520752,3.246000051498413,0.11169999837875366,1.042099952697754,3.2651000022888184,0.11169999837875366,1.0250999927520752,3.246000051498413,0.11169999837875366,1.0233999490737915,3.263000011444092,0.11169999837875366,1.0250999927520752,3.246000051498413,0.11169999837875366,1.0140999555587769,3.245300054550171,0.11180000007152557,1.0135999917984009,3.2618000507354736,0.11180000007152557,1.0250999927520752,3.246000051498413,0.11169999837875366,1.0135999917984009,3.2618000507354736,0.11180000007152557,1.0233999490737915,3.263000011444092,0.11169999837875366,1.0370999574661255,3.2767999172210693,0.11169999837875366,1.042099952697754,3.2651000022888184,0.11169999837875366,1.0233999490737915,3.263000011444092,0.11169999837875366,1.0370999574661255,3.2767999172210693,0.11169999837875366,1.0233999490737915,3.263000011444092,0.11169999837875366,1.0210000276565552,3.2734999656677246,0.11169999837875366,1.0233999490737915,3.263000011444092,0.11169999837875366,1.0135999917984009,3.2618000507354736,0.11180000007152557,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.0233999490737915,3.263000011444092,0.11169999837875366,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.0210000276565552,3.2734999656677246,0.11169999837875366,1.0097999572753906,3.261199951171875,0.1120000034570694,1.0098999738693237,3.2448999881744385,0.1120000034570694,1.0092999935150146,3.244800090789795,0.11249999701976776,1.0097999572753906,3.261199951171875,0.1120000034570694,1.0092999935150146,3.244800090789795,0.11249999701976776,1.0091999769210815,3.260999917984009,0.11249999701976776,1.0092999935150146,3.2708001136779785,0.1120000034570694,1.0097999572753906,3.261199951171875,0.1120000034570694,1.0091999769210815,3.260999917984009,0.11249999701976776,1.0092999935150146,3.2708001136779785,0.1120000034570694,1.0091999769210815,3.260999917984009,0.11249999701976776,1.0085999965667725,3.270400047302246,0.11249999701976776,1.0097999572753906,3.261199951171875,0.1120000034570694,1.0135999917984009,3.2618000507354736,0.11180000007152557,1.0140999555587769,3.245300054550171,0.11180000007152557,1.0097999572753906,3.261199951171875,0.1120000034570694,1.0140999555587769,3.245300054550171,0.11180000007152557,1.0098999738693237,3.2448999881744385,0.1120000034570694,1.0092999935150146,3.2708001136779785,0.1120000034570694,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.0135999917984009,3.2618000507354736,0.11180000007152557,1.0092999935150146,3.2708001136779785,0.1120000034570694,1.0135999917984009,3.2618000507354736,0.11180000007152557,1.0097999572753906,3.261199951171875,0.1120000034570694,1.0041999816894531,3.277600049972534,0.1120000034570694,1.007599949836731,3.2755000591278076,0.1120000034570694,1.0068999528884888,3.275099992752075,0.11249999701976776,1.0041999816894531,3.277600049972534,0.1120000034570694,1.0068999528884888,3.275099992752075,0.11249999701976776,1.0037000179290771,3.2769999504089355,0.11249999701976776,1.006600022315979,3.279099941253662,0.11180000007152557,1.0104000568389893,3.2767999172210693,0.11180000007152557,1.007599949836731,3.2755000591278076,0.1120000034570694,1.006600022315979,3.279099941253662,0.11180000007152557,1.007599949836731,3.2755000591278076,0.1120000034570694,1.0041999816894531,3.277600049972534,0.1120000034570694,1.007599949836731,3.2755000591278076,0.1120000034570694,1.0092999935150146,3.2708001136779785,0.1120000034570694,1.0085999965667725,3.270400047302246,0.11249999701976776,1.007599949836731,3.2755000591278076,0.1120000034570694,1.0085999965667725,3.270400047302246,0.11249999701976776,1.0068999528884888,3.275099992752075,0.11249999701976776,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.0092999935150146,3.2708001136779785,0.1120000034570694,1.007599949836731,3.2755000591278076,0.1120000034570694,1.0125999450683594,3.2716000080108643,0.11180000007152557,1.007599949836731,3.2755000591278076,0.1120000034570694,1.0104000568389893,3.2767999172210693,0.11180000007152557,1.0462000370025635,3.2474000453948975,0.11169999837875366,1.0499999523162842,3.22189998626709,0.11169999837875366,1.0266000032424927,3.2207000255584717,0.11169999837875366,1.0462000370025635,3.2474000453948975,0.11169999837875366,1.0266000032424927,3.2207000255584717,0.11169999837875366,1.0250999927520752,3.246000051498413,0.11169999837875366,1.0499999523162842,3.22189998626709,0.11169999837875366,1.0533000230789185,3.191200017929077,0.11169999837875366,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0499999523162842,3.22189998626709,0.11169999837875366,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0266000032424927,3.2207000255584717,0.11169999837875366,1.0266000032424927,3.2207000255584717,0.11169999837875366,1.0145000219345093,3.220099925994873,0.11180000007152557,1.0140999555587769,3.245300054550171,0.11180000007152557,1.0266000032424927,3.2207000255584717,0.11169999837875366,1.0140999555587769,3.245300054550171,0.11180000007152557,1.0250999927520752,3.246000051498413,0.11169999837875366,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0148999691009521,3.1891000270843506,0.11180000007152557,1.0145000219345093,3.220099925994873,0.11180000007152557,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0145000219345093,3.220099925994873,0.11180000007152557,1.0266000032424927,3.2207000255584717,0.11169999837875366,1.058500051498413,3.123699903488159,0.11169999837875366,1.0300999879837036,3.1217000484466553,0.11169999837875366,1.0291999578475952,3.155900001525879,0.11169999837875366,1.058500051498413,3.123699903488159,0.11169999837875366,1.0291999578475952,3.155900001525879,0.11169999837875366,1.0562000274658203,3.1577000617980957,0.11169999837875366,1.0300999879837036,3.1217000484466553,0.11169999837875366,1.0154999494552612,3.120699882507324,0.11180000007152557,1.0152000188827515,3.1549999713897705,0.11180000007152557,1.0300999879837036,3.1217000484466553,0.11169999837875366,1.0152000188827515,3.1549999713897705,0.11180000007152557,1.0291999578475952,3.155900001525879,0.11169999837875366,1.0562000274658203,3.1577000617980957,0.11169999837875366,1.0291999578475952,3.155900001525879,0.11169999837875366,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0562000274658203,3.1577000617980957,0.11169999837875366,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0533000230789185,3.191200017929077,0.11169999837875366,1.0291999578475952,3.155900001525879,0.11169999837875366,1.0152000188827515,3.1549999713897705,0.11180000007152557,1.0148999691009521,3.1891000270843506,0.11180000007152557,1.0291999578475952,3.155900001525879,0.11169999837875366,1.0148999691009521,3.1891000270843506,0.11180000007152557,1.027999997138977,3.1898000240325928,0.11169999837875366,1.0094000101089478,3.1547000408172607,0.11249999701976776,1.0099999904632568,3.1547000408172607,0.1120000034570694,1.01010000705719,3.1203999519348145,0.1120000034570694,1.0094000101089478,3.1547000408172607,0.11249999701976776,1.01010000705719,3.1203999519348145,0.1120000034570694,1.0094000101089478,3.1203999519348145,0.11249999701976776,1.0092999935150146,3.188800096511841,0.11249999701976776,1.0099999904632568,3.188800096511841,0.1120000034570694,1.0099999904632568,3.1547000408172607,0.1120000034570694,1.0092999935150146,3.188800096511841,0.11249999701976776,1.0099999904632568,3.1547000408172607,0.1120000034570694,1.0094000101089478,3.1547000408172607,0.11249999701976776,1.0099999904632568,3.1547000408172607,0.1120000034570694,1.0152000188827515,3.1549999713897705,0.11180000007152557,1.0154999494552612,3.120699882507324,0.11180000007152557,1.0099999904632568,3.1547000408172607,0.1120000034570694,1.0154999494552612,3.120699882507324,0.11180000007152557,1.01010000705719,3.1203999519348145,0.1120000034570694,1.0099999904632568,3.188800096511841,0.1120000034570694,1.0148999691009521,3.1891000270843506,0.11180000007152557,1.0152000188827515,3.1549999713897705,0.11180000007152557,1.0099999904632568,3.188800096511841,0.1120000034570694,1.0152000188827515,3.1549999713897705,0.11180000007152557,1.0099999904632568,3.1547000408172607,0.1120000034570694,1.0092999935150146,3.244800090789795,0.11249999701976776,1.0098999738693237,3.2448999881744385,0.1120000034570694,1.0099999904632568,3.2197999954223633,0.1120000034570694,1.0092999935150146,3.244800090789795,0.11249999701976776,1.0099999904632568,3.2197999954223633,0.1120000034570694,1.0092999935150146,3.2197999954223633,0.11249999701976776,1.0098999738693237,3.2448999881744385,0.1120000034570694,1.0140999555587769,3.245300054550171,0.11180000007152557,1.0145000219345093,3.220099925994873,0.11180000007152557,1.0098999738693237,3.2448999881744385,0.1120000034570694,1.0145000219345093,3.220099925994873,0.11180000007152557,1.0099999904632568,3.2197999954223633,0.1120000034570694,1.0092999935150146,3.2197999954223633,0.11249999701976776,1.0099999904632568,3.2197999954223633,0.1120000034570694,1.0099999904632568,3.188800096511841,0.1120000034570694,1.0092999935150146,3.2197999954223633,0.11249999701976776,1.0099999904632568,3.188800096511841,0.1120000034570694,1.0092999935150146,3.188800096511841,0.11249999701976776,1.0099999904632568,3.2197999954223633,0.1120000034570694,1.0145000219345093,3.220099925994873,0.11180000007152557,1.0148999691009521,3.1891000270843506,0.11180000007152557,1.0099999904632568,3.2197999954223633,0.1120000034570694,1.0148999691009521,3.1891000270843506,0.11180000007152557,1.0099999904632568,3.188800096511841,0.1120000034570694,1.0604000091552734,3.0917000770568848,0.11169999837875366,1.030900001525879,3.089900016784668,0.11169999837875366,1.0300999879837036,3.1217000484466553,0.11169999837875366,1.0604000091552734,3.0917000770568848,0.11169999837875366,1.0300999879837036,3.1217000484466553,0.11169999837875366,1.058500051498413,3.123699903488159,0.11169999837875366,1.0618000030517578,3.061300039291382,0.11169999837875366,1.0313999652862549,3.0599000453948975,0.11169999837875366,1.030900001525879,3.089900016784668,0.11169999837875366,1.0618000030517578,3.061300039291382,0.11169999837875366,1.030900001525879,3.089900016784668,0.11169999837875366,1.0604000091552734,3.0917000770568848,0.11169999837875366,1.030900001525879,3.089900016784668,0.11169999837875366,1.0156999826431274,3.0889999866485596,0.11180000007152557,1.0154999494552612,3.120699882507324,0.11180000007152557,1.030900001525879,3.089900016784668,0.11169999837875366,1.0154999494552612,3.120699882507324,0.11180000007152557,1.0300999879837036,3.1217000484466553,0.11169999837875366,1.0313999652862549,3.0599000453948975,0.11169999837875366,1.0157999992370605,3.059299945831299,0.11180000007152557,1.0156999826431274,3.0889999866485596,0.11180000007152557,1.0313999652862549,3.0599000453948975,0.11169999837875366,1.0156999826431274,3.0889999866485596,0.11180000007152557,1.030900001525879,3.089900016784668,0.11169999837875366,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.0319000482559204,3.0028998851776123,0.11169999837875366,1.0318000316619873,3.0311999320983887,0.11169999837875366,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.0318000316619873,3.0311999320983887,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.0319000482559204,3.0028998851776123,0.11169999837875366,1.0160000324249268,3.0028998851776123,0.11180000007152557,1.0159000158309937,3.0308001041412354,0.11180000007152557,1.0319000482559204,3.0028998851776123,0.11169999837875366,1.0159000158309937,3.0308001041412354,0.11180000007152557,1.0318000316619873,3.0311999320983887,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.0318000316619873,3.0311999320983887,0.11169999837875366,1.0313999652862549,3.0599000453948975,0.11169999837875366,1.062600016593933,3.0318000316619873,0.11169999837875366,1.0313999652862549,3.0599000453948975,0.11169999837875366,1.0618000030517578,3.061300039291382,0.11169999837875366,1.0318000316619873,3.0311999320983887,0.11169999837875366,1.0159000158309937,3.0308001041412354,0.11180000007152557,1.0157999992370605,3.059299945831299,0.11180000007152557,1.0318000316619873,3.0311999320983887,0.11169999837875366,1.0157999992370605,3.059299945831299,0.11180000007152557,1.0313999652862549,3.0599000453948975,0.11169999837875366,1.0095000267028809,3.0306999683380127,0.11249999701976776,1.01010000705719,3.0306999683380127,0.1120000034570694,1.01010000705719,3.0028998851776123,0.1120000034570694,1.0095000267028809,3.0306999683380127,0.11249999701976776,1.01010000705719,3.0028998851776123,0.1120000034570694,1.0095000267028809,3.0028998851776123,0.11249999701976776,1.0095000267028809,3.059000015258789,0.11249999701976776,1.01010000705719,3.059000015258789,0.1120000034570694,1.01010000705719,3.0306999683380127,0.1120000034570694,1.0095000267028809,3.059000015258789,0.11249999701976776,1.01010000705719,3.0306999683380127,0.1120000034570694,1.0095000267028809,3.0306999683380127,0.11249999701976776,1.01010000705719,3.0306999683380127,0.1120000034570694,1.0159000158309937,3.0308001041412354,0.11180000007152557,1.0160000324249268,3.0028998851776123,0.11180000007152557,1.01010000705719,3.0306999683380127,0.1120000034570694,1.0160000324249268,3.0028998851776123,0.11180000007152557,1.01010000705719,3.0028998851776123,0.1120000034570694,1.01010000705719,3.059000015258789,0.1120000034570694,1.0157999992370605,3.059299945831299,0.11180000007152557,1.0159000158309937,3.0308001041412354,0.11180000007152557,1.01010000705719,3.059000015258789,0.1120000034570694,1.0159000158309937,3.0308001041412354,0.11180000007152557,1.01010000705719,3.0306999683380127,0.1120000034570694,1.0094000101089478,3.1203999519348145,0.11249999701976776,1.01010000705719,3.1203999519348145,0.1120000034570694,1.01010000705719,3.0887999534606934,0.1120000034570694,1.0094000101089478,3.1203999519348145,0.11249999701976776,1.01010000705719,3.0887999534606934,0.1120000034570694,1.0094000101089478,3.0887999534606934,0.11249999701976776,1.01010000705719,3.1203999519348145,0.1120000034570694,1.0154999494552612,3.120699882507324,0.11180000007152557,1.0156999826431274,3.0889999866485596,0.11180000007152557,1.01010000705719,3.1203999519348145,0.1120000034570694,1.0156999826431274,3.0889999866485596,0.11180000007152557,1.01010000705719,3.0887999534606934,0.1120000034570694,1.0094000101089478,3.0887999534606934,0.11249999701976776,1.01010000705719,3.0887999534606934,0.1120000034570694,1.01010000705719,3.059000015258789,0.1120000034570694,1.0094000101089478,3.0887999534606934,0.11249999701976776,1.01010000705719,3.059000015258789,0.1120000034570694,1.0095000267028809,3.059000015258789,0.11249999701976776,1.01010000705719,3.0887999534606934,0.1120000034570694,1.0156999826431274,3.0889999866485596,0.11180000007152557,1.0157999992370605,3.059299945831299,0.11180000007152557,1.01010000705719,3.0887999534606934,0.1120000034570694,1.0157999992370605,3.059299945831299,0.11180000007152557,1.01010000705719,3.059000015258789,0.1120000034570694,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.0625,2.9739999771118164,0.11169999837875366,1.0318000316619873,2.9748001098632812,0.11169999837875366,1.0628000497817993,3.0028998851776123,0.11169999837875366,1.0318000316619873,2.9748001098632812,0.11169999837875366,1.0319000482559204,3.0028998851776123,0.11169999837875366,1.0625,2.9739999771118164,0.11169999837875366,1.0616999864578247,2.9446001052856445,0.11169999837875366,1.0313999652862549,2.946000099182129,0.11169999837875366,1.0625,2.9739999771118164,0.11169999837875366,1.0313999652862549,2.946000099182129,0.11169999837875366,1.0318000316619873,2.9748001098632812,0.11169999837875366,1.0319000482559204,3.0028998851776123,0.11169999837875366,1.0318000316619873,2.9748001098632812,0.11169999837875366,1.0159000158309937,2.975100040435791,0.11180000007152557,1.0319000482559204,3.0028998851776123,0.11169999837875366,1.0159000158309937,2.975100040435791,0.11180000007152557,1.0160000324249268,3.0028998851776123,0.11180000007152557,1.0318000316619873,2.9748001098632812,0.11169999837875366,1.0313999652862549,2.946000099182129,0.11169999837875366,1.0157999992370605,2.946700096130371,0.11180000007152557,1.0318000316619873,2.9748001098632812,0.11169999837875366,1.0157999992370605,2.946700096130371,0.11180000007152557,1.0159000158309937,2.975100040435791,0.11180000007152557,1.0602999925613403,2.914099931716919,0.11169999837875366,1.05840003490448,2.882200002670288,0.11169999837875366,1.0300999879837036,2.884200096130371,0.11169999837875366,1.0602999925613403,2.914099931716919,0.11169999837875366,1.0300999879837036,2.884200096130371,0.11169999837875366,1.030900001525879,2.9159998893737793,0.11169999837875366,1.030900001525879,2.9159998893737793,0.11169999837875366,1.0300999879837036,2.884200096130371,0.11169999837875366,1.0154000520706177,2.885200023651123,0.11180000007152557,1.030900001525879,2.9159998893737793,0.11169999837875366,1.0154000520706177,2.885200023651123,0.11180000007152557,1.0156999826431274,2.9168999195098877,0.11180000007152557,1.0616999864578247,2.9446001052856445,0.11169999837875366,1.0602999925613403,2.914099931716919,0.11169999837875366,1.030900001525879,2.9159998893737793,0.11169999837875366,1.0616999864578247,2.9446001052856445,0.11169999837875366,1.030900001525879,2.9159998893737793,0.11169999837875366,1.0313999652862549,2.946000099182129,0.11169999837875366,1.0313999652862549,2.946000099182129,0.11169999837875366,1.030900001525879,2.9159998893737793,0.11169999837875366,1.0156999826431274,2.9168999195098877,0.11180000007152557,1.0313999652862549,2.946000099182129,0.11169999837875366,1.0156999826431274,2.9168999195098877,0.11180000007152557,1.0157999992370605,2.946700096130371,0.11180000007152557,1.0094000101089478,2.9172000885009766,0.11249999701976776,1.01010000705719,2.9172000885009766,0.1120000034570694,1.01010000705719,2.8856000900268555,0.1120000034570694,1.0094000101089478,2.9172000885009766,0.11249999701976776,1.01010000705719,2.8856000900268555,0.1120000034570694,1.0094000101089478,2.8856000900268555,0.11249999701976776,1.0095000267028809,2.946899890899658,0.11249999701976776,1.01010000705719,2.946899890899658,0.1120000034570694,1.01010000705719,2.9172000885009766,0.1120000034570694,1.0095000267028809,2.946899890899658,0.11249999701976776,1.01010000705719,2.9172000885009766,0.1120000034570694,1.0094000101089478,2.9172000885009766,0.11249999701976776,1.01010000705719,2.8856000900268555,0.1120000034570694,1.01010000705719,2.9172000885009766,0.1120000034570694,1.0156999826431274,2.9168999195098877,0.11180000007152557,1.01010000705719,2.8856000900268555,0.1120000034570694,1.0156999826431274,2.9168999195098877,0.11180000007152557,1.0154000520706177,2.885200023651123,0.11180000007152557,1.01010000705719,2.9172000885009766,0.1120000034570694,1.01010000705719,2.946899890899658,0.1120000034570694,1.0157999992370605,2.946700096130371,0.11180000007152557,1.01010000705719,2.9172000885009766,0.1120000034570694,1.0157999992370605,2.946700096130371,0.11180000007152557,1.0156999826431274,2.9168999195098877,0.11180000007152557,1.0095000267028809,3.0028998851776123,0.11249999701976776,1.01010000705719,3.0028998851776123,0.1120000034570694,1.01010000705719,2.9751999378204346,0.1120000034570694,1.0095000267028809,3.0028998851776123,0.11249999701976776,1.01010000705719,2.9751999378204346,0.1120000034570694,1.0095000267028809,2.9751999378204346,0.11249999701976776,1.01010000705719,3.0028998851776123,0.1120000034570694,1.0160000324249268,3.0028998851776123,0.11180000007152557,1.0159000158309937,2.975100040435791,0.11180000007152557,1.01010000705719,3.0028998851776123,0.1120000034570694,1.0159000158309937,2.975100040435791,0.11180000007152557,1.01010000705719,2.9751999378204346,0.1120000034570694,1.0095000267028809,2.9751999378204346,0.11249999701976776,1.01010000705719,2.9751999378204346,0.1120000034570694,1.01010000705719,2.946899890899658,0.1120000034570694,1.0095000267028809,2.9751999378204346,0.11249999701976776,1.01010000705719,2.946899890899658,0.1120000034570694,1.0095000267028809,2.946899890899658,0.11249999701976776,1.01010000705719,2.946899890899658,0.1120000034570694,1.01010000705719,2.9751999378204346,0.1120000034570694,1.0159000158309937,2.975100040435791,0.11180000007152557,1.01010000705719,2.946899890899658,0.1120000034570694,1.0159000158309937,2.975100040435791,0.11180000007152557,1.0157999992370605,2.946700096130371,0.11180000007152557,1.05840003490448,2.882200002670288,0.11169999837875366,1.055999994277954,2.848299980163574,0.11169999837875366,1.029099941253662,2.850100040435791,0.11169999837875366,1.05840003490448,2.882200002670288,0.11169999837875366,1.029099941253662,2.850100040435791,0.11169999837875366,1.0300999879837036,2.884200096130371,0.11169999837875366,1.0530999898910522,2.8148000240325928,0.11169999837875366,1.027899980545044,2.816200017929077,0.11169999837875366,1.029099941253662,2.850100040435791,0.11169999837875366,1.0530999898910522,2.8148000240325928,0.11169999837875366,1.029099941253662,2.850100040435791,0.11169999837875366,1.055999994277954,2.848299980163574,0.11169999837875366,1.0300999879837036,2.884200096130371,0.11169999837875366,1.029099941253662,2.850100040435791,0.11169999837875366,1.0152000188827515,2.8510000705718994,0.11180000007152557,1.0300999879837036,2.884200096130371,0.11169999837875366,1.0152000188827515,2.8510000705718994,0.11180000007152557,1.0154000520706177,2.885200023651123,0.11180000007152557,1.029099941253662,2.850100040435791,0.11169999837875366,1.027899980545044,2.816200017929077,0.11169999837875366,1.0148999691009521,2.816999912261963,0.11180000007152557,1.029099941253662,2.850100040435791,0.11169999837875366,1.0148999691009521,2.816999912261963,0.11180000007152557,1.0152000188827515,2.8510000705718994,0.11180000007152557,1.0458999872207642,2.7588999271392822,0.11169999837875366,1.024999976158142,2.7602999210357666,0.11169999837875366,1.0264999866485596,2.785399913787842,0.11169999837875366,1.0458999872207642,2.7588999271392822,0.11169999837875366,1.0264999866485596,2.785399913787842,0.11169999837875366,1.0497000217437744,2.7841999530792236,0.11169999837875366,1.0264999866485596,2.785399913787842,0.11169999837875366,1.024999976158142,2.7602999210357666,0.11169999837875366,1.0140999555587769,2.7611000537872314,0.11180000007152557,1.0264999866485596,2.785399913787842,0.11169999837875366,1.0140999555587769,2.7611000537872314,0.11180000007152557,1.0145000219345093,2.786099910736084,0.11180000007152557,1.0497000217437744,2.7841999530792236,0.11169999837875366,1.0264999866485596,2.785399913787842,0.11169999837875366,1.027899980545044,2.816200017929077,0.11169999837875366,1.0497000217437744,2.7841999530792236,0.11169999837875366,1.027899980545044,2.816200017929077,0.11169999837875366,1.0530999898910522,2.8148000240325928,0.11169999837875366,1.027899980545044,2.816200017929077,0.11169999837875366,1.0264999866485596,2.785399913787842,0.11169999837875366,1.0145000219345093,2.786099910736084,0.11180000007152557,1.027899980545044,2.816200017929077,0.11169999837875366,1.0145000219345093,2.786099910736084,0.11180000007152557,1.0148999691009521,2.816999912261963,0.11180000007152557,1.0092999935150146,2.78629994392395,0.11249999701976776,1.0099999904632568,2.78629994392395,0.1120000034570694,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0092999935150146,2.78629994392395,0.11249999701976776,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0092999935150146,2.7614998817443848,0.11249999701976776,1.0092999935150146,2.817199945449829,0.11249999701976776,1.0099999904632568,2.817199945449829,0.1120000034570694,1.0099999904632568,2.78629994392395,0.1120000034570694,1.0092999935150146,2.817199945449829,0.11249999701976776,1.0099999904632568,2.78629994392395,0.1120000034570694,1.0092999935150146,2.78629994392395,0.11249999701976776,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0099999904632568,2.78629994392395,0.1120000034570694,1.0145000219345093,2.786099910736084,0.11180000007152557,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0145000219345093,2.786099910736084,0.11180000007152557,1.0140999555587769,2.7611000537872314,0.11180000007152557,1.0099999904632568,2.78629994392395,0.1120000034570694,1.0099999904632568,2.817199945449829,0.1120000034570694,1.0148999691009521,2.816999912261963,0.11180000007152557,1.0099999904632568,2.78629994392395,0.1120000034570694,1.0148999691009521,2.816999912261963,0.11180000007152557,1.0145000219345093,2.786099910736084,0.11180000007152557,1.0094000101089478,2.8856000900268555,0.11249999701976776,1.01010000705719,2.8856000900268555,0.1120000034570694,1.0099999904632568,2.851300001144409,0.1120000034570694,1.0094000101089478,2.8856000900268555,0.11249999701976776,1.0099999904632568,2.851300001144409,0.1120000034570694,1.0094000101089478,2.851300001144409,0.11249999701976776,1.0099999904632568,2.851300001144409,0.1120000034570694,1.01010000705719,2.8856000900268555,0.1120000034570694,1.0154000520706177,2.885200023651123,0.11180000007152557,1.0099999904632568,2.851300001144409,0.1120000034570694,1.0154000520706177,2.885200023651123,0.11180000007152557,1.0152000188827515,2.8510000705718994,0.11180000007152557,1.0094000101089478,2.851300001144409,0.11249999701976776,1.0099999904632568,2.851300001144409,0.1120000034570694,1.0099999904632568,2.817199945449829,0.1120000034570694,1.0094000101089478,2.851300001144409,0.11249999701976776,1.0099999904632568,2.817199945449829,0.1120000034570694,1.0092999935150146,2.817199945449829,0.11249999701976776,1.0099999904632568,2.817199945449829,0.1120000034570694,1.0099999904632568,2.851300001144409,0.1120000034570694,1.0152000188827515,2.8510000705718994,0.11180000007152557,1.0099999904632568,2.817199945449829,0.1120000034570694,1.0152000188827515,2.8510000705718994,0.11180000007152557,1.0148999691009521,2.816999912261963,0.11180000007152557,1.0418000221252441,2.7414000034332275,0.11169999837875366,1.023300051689148,2.7435998916625977,0.11169999837875366,1.024999976158142,2.7602999210357666,0.11169999837875366,1.0418000221252441,2.7414000034332275,0.11169999837875366,1.024999976158142,2.7602999210357666,0.11169999837875366,1.0458999872207642,2.7588999271392822,0.11169999837875366,1.0367000102996826,2.73009991645813,0.11169999837875366,1.020900011062622,2.7334001064300537,0.11169999837875366,1.023300051689148,2.7435998916625977,0.11169999837875366,1.0367000102996826,2.73009991645813,0.11169999837875366,1.023300051689148,2.7435998916625977,0.11169999837875366,1.0418000221252441,2.7414000034332275,0.11169999837875366,1.024999976158142,2.7602999210357666,0.11169999837875366,1.023300051689148,2.7435998916625977,0.11169999837875366,1.0135999917984009,2.744800090789795,0.11180000007152557,1.024999976158142,2.7602999210357666,0.11169999837875366,1.0135999917984009,2.744800090789795,0.11180000007152557,1.0140999555587769,2.7611000537872314,0.11180000007152557,1.020900011062622,2.7334001064300537,0.11169999837875366,1.0125999450683594,2.735300064086914,0.11180000007152557,1.0135999917984009,2.744800090789795,0.11180000007152557,1.020900011062622,2.7334001064300537,0.11169999837875366,1.0135999917984009,2.744800090789795,0.11180000007152557,1.023300051689148,2.7435998916625977,0.11169999837875366,1.0225000381469727,2.719099998474121,0.11169999837875366,1.0120999813079834,2.725100040435791,0.11169999837875366,1.017300009727478,2.727799892425537,0.11169999837875366,1.0225000381469727,2.719099998474121,0.11169999837875366,1.017300009727478,2.727799892425537,0.11169999837875366,1.030500054359436,2.7232000827789307,0.11169999837875366,1.0120999813079834,2.725100040435791,0.11169999837875366,1.006500005722046,2.7284998893737793,0.11180000007152557,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.0120999813079834,2.725100040435791,0.11169999837875366,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.017300009727478,2.727799892425537,0.11169999837875366,1.030500054359436,2.7232000827789307,0.11169999837875366,1.017300009727478,2.727799892425537,0.11169999837875366,1.020900011062622,2.7334001064300537,0.11169999837875366,1.030500054359436,2.7232000827789307,0.11169999837875366,1.020900011062622,2.7334001064300537,0.11169999837875366,1.0367000102996826,2.73009991645813,0.11169999837875366,1.017300009727478,2.727799892425537,0.11169999837875366,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.0125999450683594,2.735300064086914,0.11180000007152557,1.017300009727478,2.727799892425537,0.11169999837875366,1.0125999450683594,2.735300064086914,0.11180000007152557,1.020900011062622,2.7334001064300537,0.11169999837875366,1.007599949836731,2.731800079345703,0.1120000034570694,1.0041999816894531,2.7300000190734863,0.1120000034570694,1.0037000179290771,2.730600118637085,0.11249999701976776,1.007599949836731,2.731800079345703,0.1120000034570694,1.0037000179290771,2.730600118637085,0.11249999701976776,1.0068999528884888,2.7321999073028564,0.11249999701976776,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.007599949836731,2.731800079345703,0.1120000034570694,1.0068999528884888,2.7321999073028564,0.11249999701976776,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.0068999528884888,2.7321999073028564,0.11249999701976776,1.0085999965667725,2.7365000247955322,0.11249999701976776,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.006500005722046,2.7284998893737793,0.11180000007152557,1.0041999816894531,2.7300000190734863,0.1120000034570694,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.0041999816894531,2.7300000190734863,0.1120000034570694,1.007599949836731,2.731800079345703,0.1120000034570694,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.007599949836731,2.731800079345703,0.1120000034570694,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.0104000568389893,2.7304999828338623,0.11180000007152557,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.0125999450683594,2.735300064086914,0.11180000007152557,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0097999572753906,2.7453999519348145,0.1120000034570694,1.0091999769210815,2.7455999851226807,0.11249999701976776,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0091999769210815,2.7455999851226807,0.11249999701976776,1.0092999935150146,2.7614998817443848,0.11249999701976776,1.0097999572753906,2.7453999519348145,0.1120000034570694,1.0098999738693237,2.761399984359741,0.1120000034570694,1.0140999555587769,2.7611000537872314,0.11180000007152557,1.0097999572753906,2.7453999519348145,0.1120000034570694,1.0140999555587769,2.7611000537872314,0.11180000007152557,1.0135999917984009,2.744800090789795,0.11180000007152557,1.0097999572753906,2.7453999519348145,0.1120000034570694,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.0085999965667725,2.7365000247955322,0.11249999701976776,1.0097999572753906,2.7453999519348145,0.1120000034570694,1.0085999965667725,2.7365000247955322,0.11249999701976776,1.0091999769210815,2.7455999851226807,0.11249999701976776,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.0097999572753906,2.7453999519348145,0.1120000034570694,1.0135999917984009,2.744800090789795,0.11180000007152557,1.0092999935150146,2.7362000942230225,0.1120000034570694,1.0135999917984009,2.744800090789795,0.11180000007152557,1.0125999450683594,2.735300064086914,0.11180000007152557,1.0123000144958496,2.716099977493286,0.11169999837875366,1.0046000480651855,2.7232000827789307,0.11169999837875366,1.0120999813079834,2.725100040435791,0.11169999837875366,1.0123000144958496,2.716099977493286,0.11169999837875366,1.0120999813079834,2.725100040435791,0.11169999837875366,1.0225000381469727,2.719099998474121,0.11169999837875366,1.000499963760376,2.714200019836426,0.11169999837875366,0.9952999949455261,2.7219998836517334,0.11169999837875366,1.0046000480651855,2.7232000827789307,0.11169999837875366,1.000499963760376,2.714200019836426,0.11169999837875366,1.0046000480651855,2.7232000827789307,0.11169999837875366,1.0123000144958496,2.716099977493286,0.11169999837875366,1.0046000480651855,2.7232000827789307,0.11169999837875366,1.0003999471664429,2.727099895477295,0.11180000007152557,1.006500005722046,2.7284998893737793,0.11180000007152557,1.0046000480651855,2.7232000827789307,0.11169999837875366,1.006500005722046,2.7284998893737793,0.11180000007152557,1.0120999813079834,2.725100040435791,0.11169999837875366,0.9952999949455261,2.7219998836517334,0.11169999837875366,0.9926000237464905,2.726300001144409,0.11180000007152557,1.0003999471664429,2.727099895477295,0.11180000007152557,0.9952999949455261,2.7219998836517334,0.11169999837875366,1.0003999471664429,2.727099895477295,0.11180000007152557,1.0046000480651855,2.7232000827789307,0.11169999837875366,0.9740999937057495,2.7128000259399414,0.11169999837875366,0.9742000102996826,2.721299886703491,0.11169999837875366,0.9850999712944031,2.721400022506714,0.11169999837875366,0.9740999937057495,2.7128000259399414,0.11169999837875366,0.9850999712944031,2.721400022506714,0.11169999837875366,0.987500011920929,2.713200092315674,0.11169999837875366,0.9742000102996826,2.721299886703491,0.11169999837875366,0.9743000268936157,2.7258999347686768,0.11180000007152557,0.9836999773979187,2.7260000705718994,0.11180000007152557,0.9742000102996826,2.721299886703491,0.11169999837875366,0.9836999773979187,2.7260000705718994,0.11180000007152557,0.9850999712944031,2.721400022506714,0.11169999837875366,0.987500011920929,2.713200092315674,0.11169999837875366,0.9850999712944031,2.721400022506714,0.11169999837875366,0.9952999949455261,2.7219998836517334,0.11169999837875366,0.987500011920929,2.713200092315674,0.11169999837875366,0.9952999949455261,2.7219998836517334,0.11169999837875366,1.000499963760376,2.714200019836426,0.11169999837875366,0.9850999712944031,2.721400022506714,0.11169999837875366,0.9836999773979187,2.7260000705718994,0.11180000007152557,0.9926000237464905,2.726300001144409,0.11180000007152557,0.9850999712944031,2.721400022506714,0.11169999837875366,0.9926000237464905,2.726300001144409,0.11180000007152557,0.9952999949455261,2.7219998836517334,0.11169999837875366,0.9830999970436096,2.728100061416626,0.1120000034570694,0.9743000268936157,2.7279999256134033,0.1120000034570694,0.9743000268936157,2.7286999225616455,0.11249999701976776,0.9830999970436096,2.728100061416626,0.1120000034570694,0.9743000268936157,2.7286999225616455,0.11249999701976776,0.9829999804496765,2.7286999225616455,0.11249999701976776,0.9914000034332275,2.728300094604492,0.1120000034570694,0.9830999970436096,2.728100061416626,0.1120000034570694,0.9829999804496765,2.7286999225616455,0.11249999701976776,0.9914000034332275,2.728300094604492,0.1120000034570694,0.9829999804496765,2.7286999225616455,0.11249999701976776,0.991100013256073,2.7288999557495117,0.11249999701976776,0.9830999970436096,2.728100061416626,0.1120000034570694,0.9836999773979187,2.7260000705718994,0.11180000007152557,0.9743000268936157,2.7258999347686768,0.11180000007152557,0.9830999970436096,2.728100061416626,0.1120000034570694,0.9743000268936157,2.7258999347686768,0.11180000007152557,0.9743000268936157,2.7279999256134033,0.1120000034570694,0.9914000034332275,2.728300094604492,0.1120000034570694,0.9926000237464905,2.726300001144409,0.11180000007152557,0.9836999773979187,2.7260000705718994,0.11180000007152557,0.9914000034332275,2.728300094604492,0.1120000034570694,0.9836999773979187,2.7260000705718994,0.11180000007152557,0.9830999970436096,2.728100061416626,0.1120000034570694,1.0041999816894531,2.7300000190734863,0.1120000034570694,0.9986000061035156,2.7288999557495117,0.1120000034570694,0.998199999332428,2.7295000553131104,0.11249999701976776,1.0041999816894531,2.7300000190734863,0.1120000034570694,0.998199999332428,2.7295000553131104,0.11249999701976776,1.0037000179290771,2.730600118637085,0.11249999701976776,1.006500005722046,2.7284998893737793,0.11180000007152557,1.0003999471664429,2.727099895477295,0.11180000007152557,0.9986000061035156,2.7288999557495117,0.1120000034570694,1.006500005722046,2.7284998893737793,0.11180000007152557,0.9986000061035156,2.7288999557495117,0.1120000034570694,1.0041999816894531,2.7300000190734863,0.1120000034570694,0.9986000061035156,2.7288999557495117,0.1120000034570694,0.9914000034332275,2.728300094604492,0.1120000034570694,0.991100013256073,2.7288999557495117,0.11249999701976776,0.9986000061035156,2.7288999557495117,0.1120000034570694,0.991100013256073,2.7288999557495117,0.11249999701976776,0.998199999332428,2.7295000553131104,0.11249999701976776,1.0003999471664429,2.727099895477295,0.11180000007152557,0.9926000237464905,2.726300001144409,0.11180000007152557,0.9914000034332275,2.728300094604492,0.1120000034570694,1.0003999471664429,2.727099895477295,0.11180000007152557,0.9914000034332275,2.728300094604492,0.1120000034570694,0.9986000061035156,2.7288999557495117,0.1120000034570694,0.9740999937057495,2.7128000259399414,0.11169999837875366,0.9606999754905701,2.713200092315674,0.11169999837875366,0.9634000062942505,2.721400022506714,0.11169999837875366,0.9740999937057495,2.7128000259399414,0.11169999837875366,0.9634000062942505,2.721400022506714,0.11169999837875366,0.9742000102996826,2.721299886703491,0.11169999837875366,0.9606999754905701,2.713200092315674,0.11169999837875366,0.9478999972343445,2.7142999172210693,0.11169999837875366,0.9531999826431274,2.7219998836517334,0.11169999837875366,0.9606999754905701,2.713200092315674,0.11169999837875366,0.9531999826431274,2.7219998836517334,0.11169999837875366,0.9634000062942505,2.721400022506714,0.11169999837875366,0.9742000102996826,2.721299886703491,0.11169999837875366,0.9634000062942505,2.721400022506714,0.11169999837875366,0.964900016784668,2.7260000705718994,0.11180000007152557,0.9742000102996826,2.721299886703491,0.11169999837875366,0.964900016784668,2.7260000705718994,0.11180000007152557,0.9743000268936157,2.7258999347686768,0.11180000007152557,0.9634000062942505,2.721400022506714,0.11169999837875366,0.9531999826431274,2.7219998836517334,0.11169999837875366,0.9559999704360962,2.7263998985290527,0.11180000007152557,0.9634000062942505,2.721400022506714,0.11169999837875366,0.9559999704360962,2.7263998985290527,0.11180000007152557,0.964900016784668,2.7260000705718994,0.11180000007152557,0.9361000061035156,2.716399908065796,0.11169999837875366,0.9259999990463257,2.7195000648498535,0.11169999837875366,0.9366000294685364,2.725399971008301,0.11169999837875366,0.9361000061035156,2.716399908065796,0.11169999837875366,0.9366000294685364,2.725399971008301,0.11169999837875366,0.944100022315979,2.723299980163574,0.11169999837875366,0.944100022315979,2.723299980163574,0.11169999837875366,0.9366000294685364,2.725399971008301,0.11169999837875366,0.942300021648407,2.728800058364868,0.11180000007152557,0.944100022315979,2.723299980163574,0.11169999837875366,0.942300021648407,2.728800058364868,0.11180000007152557,0.9483000040054321,2.7272000312805176,0.11180000007152557,0.9478999972343445,2.7142999172210693,0.11169999837875366,0.9361000061035156,2.716399908065796,0.11169999837875366,0.944100022315979,2.723299980163574,0.11169999837875366,0.9478999972343445,2.7142999172210693,0.11169999837875366,0.944100022315979,2.723299980163574,0.11169999837875366,0.9531999826431274,2.7219998836517334,0.11169999837875366,0.9531999826431274,2.7219998836517334,0.11169999837875366,0.944100022315979,2.723299980163574,0.11169999837875366,0.9483000040054321,2.7272000312805176,0.11180000007152557,0.9531999826431274,2.7219998836517334,0.11169999837875366,0.9483000040054321,2.7272000312805176,0.11180000007152557,0.9559999704360962,2.7263998985290527,0.11180000007152557,0.9501000046730042,2.729099988937378,0.1120000034570694,0.944599986076355,2.730299949645996,0.1120000034570694,0.9452000260353088,2.7309000492095947,0.11249999701976776,0.9501000046730042,2.729099988937378,0.1120000034570694,0.9452000260353088,2.7309000492095947,0.11249999701976776,0.9506000280380249,2.729599952697754,0.11249999701976776,0.9573000073432922,2.728300094604492,0.1120000034570694,0.9501000046730042,2.729099988937378,0.1120000034570694,0.9506000280380249,2.729599952697754,0.11249999701976776,0.9573000073432922,2.728300094604492,0.1120000034570694,0.9506000280380249,2.729599952697754,0.11249999701976776,0.9575999975204468,2.7290000915527344,0.11249999701976776,0.9483000040054321,2.7272000312805176,0.11180000007152557,0.942300021648407,2.728800058364868,0.11180000007152557,0.944599986076355,2.730299949645996,0.1120000034570694,0.9483000040054321,2.7272000312805176,0.11180000007152557,0.944599986076355,2.730299949645996,0.1120000034570694,0.9501000046730042,2.729099988937378,0.1120000034570694,0.9559999704360962,2.7263998985290527,0.11180000007152557,0.9483000040054321,2.7272000312805176,0.11180000007152557,0.9501000046730042,2.729099988937378,0.1120000034570694,0.9559999704360962,2.7263998985290527,0.11180000007152557,0.9501000046730042,2.729099988937378,0.1120000034570694,0.9573000073432922,2.728300094604492,0.1120000034570694,0.9743000268936157,2.7279999256134033,0.1120000034570694,0.965499997138977,2.728100061416626,0.1120000034570694,0.9656999707221985,2.7286999225616455,0.11249999701976776,0.9743000268936157,2.7279999256134033,0.1120000034570694,0.9656999707221985,2.7286999225616455,0.11249999701976776,0.9743000268936157,2.7286999225616455,0.11249999701976776,0.965499997138977,2.728100061416626,0.1120000034570694,0.9743000268936157,2.7279999256134033,0.1120000034570694,0.9743000268936157,2.7258999347686768,0.11180000007152557,0.965499997138977,2.728100061416626,0.1120000034570694,0.9743000268936157,2.7258999347686768,0.11180000007152557,0.964900016784668,2.7260000705718994,0.11180000007152557,0.965499997138977,2.728100061416626,0.1120000034570694,0.9573000073432922,2.728300094604492,0.1120000034570694,0.9575999975204468,2.7290000915527344,0.11249999701976776,0.965499997138977,2.728100061416626,0.1120000034570694,0.9575999975204468,2.7290000915527344,0.11249999701976776,0.9656999707221985,2.7286999225616455,0.11249999701976776,0.9573000073432922,2.728300094604492,0.1120000034570694,0.965499997138977,2.728100061416626,0.1120000034570694,0.964900016784668,2.7260000705718994,0.11180000007152557,0.9573000073432922,2.728300094604492,0.1120000034570694,0.964900016784668,2.7260000705718994,0.11180000007152557,0.9559999704360962,2.7263998985290527,0.11180000007152557,0.9259999990463257,2.7195000648498535,0.11169999837875366,0.9179999828338623,2.723900079727173,0.11169999837875366,0.9314000010490417,2.7284998893737793,0.11169999837875366,0.9259999990463257,2.7195000648498535,0.11169999837875366,0.9314000010490417,2.7284998893737793,0.11169999837875366,0.9366000294685364,2.725399971008301,0.11169999837875366,0.9179999828338623,2.723900079727173,0.11169999837875366,0.9117000102996826,2.731100082397461,0.11169999837875366,0.9277999997138977,2.7344000339508057,0.11169999837875366,0.9179999828338623,2.723900079727173,0.11169999837875366,0.9277999997138977,2.7344000339508057,0.11169999837875366,0.9314000010490417,2.7284998893737793,0.11169999837875366,0.9366000294685364,2.725399971008301,0.11169999837875366,0.9314000010490417,2.7284998893737793,0.11169999837875366,0.9384999871253967,2.731100082397461,0.11180000007152557,0.9366000294685364,2.725399971008301,0.11169999837875366,0.9384999871253967,2.731100082397461,0.11180000007152557,0.942300021648407,2.728800058364868,0.11180000007152557,0.9314000010490417,2.7284998893737793,0.11169999837875366,0.9277999997138977,2.7344000339508057,0.11169999837875366,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9314000010490417,2.7284998893737793,0.11169999837875366,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9384999871253967,2.731100082397461,0.11180000007152557,0.9067999720573425,2.742799997329712,0.11169999837875366,0.9027000069618225,2.760499954223633,0.11169999837875366,0.923799991607666,2.761899948120117,0.11169999837875366,0.9067999720573425,2.742799997329712,0.11169999837875366,0.923799991607666,2.761899948120117,0.11169999837875366,0.9254000186920166,2.7448999881744385,0.11169999837875366,0.923799991607666,2.761899948120117,0.11169999837875366,0.9348000288009644,2.7625999450683594,0.11180000007152557,0.9351999759674072,2.7460999488830566,0.11180000007152557,0.923799991607666,2.761899948120117,0.11169999837875366,0.9351999759674072,2.7460999488830566,0.11180000007152557,0.9254000186920166,2.7448999881744385,0.11169999837875366,0.9117000102996826,2.731100082397461,0.11169999837875366,0.9067999720573425,2.742799997329712,0.11169999837875366,0.9254000186920166,2.7448999881744385,0.11169999837875366,0.9117000102996826,2.731100082397461,0.11169999837875366,0.9254000186920166,2.7448999881744385,0.11169999837875366,0.9277999997138977,2.7344000339508057,0.11169999837875366,0.9254000186920166,2.7448999881744385,0.11169999837875366,0.9351999759674072,2.7460999488830566,0.11180000007152557,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9254000186920166,2.7448999881744385,0.11169999837875366,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9277999997138977,2.7344000339508057,0.11169999837875366,0.9390000104904175,2.7467000484466553,0.1120000034570694,0.9388999938964844,2.763000011444092,0.1120000034570694,0.9395999908447266,2.7630999088287354,0.11249999701976776,0.9390000104904175,2.7467000484466553,0.1120000034570694,0.9395999908447266,2.7630999088287354,0.11249999701976776,0.9397000074386597,2.7469000816345215,0.11249999701976776,0.9395999908447266,2.7370998859405518,0.1120000034570694,0.9390000104904175,2.7467000484466553,0.1120000034570694,0.9397000074386597,2.7469000816345215,0.11249999701976776,0.9395999908447266,2.7370998859405518,0.1120000034570694,0.9397000074386597,2.7469000816345215,0.11249999701976776,0.9401999711990356,2.737499952316284,0.11249999701976776,0.9390000104904175,2.7467000484466553,0.1120000034570694,0.9351999759674072,2.7460999488830566,0.11180000007152557,0.9348000288009644,2.7625999450683594,0.11180000007152557,0.9390000104904175,2.7467000484466553,0.1120000034570694,0.9348000288009644,2.7625999450683594,0.11180000007152557,0.9388999938964844,2.763000011444092,0.1120000034570694,0.9395999908447266,2.7370998859405518,0.1120000034570694,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9351999759674072,2.7460999488830566,0.11180000007152557,0.9395999908447266,2.7370998859405518,0.1120000034570694,0.9351999759674072,2.7460999488830566,0.11180000007152557,0.9390000104904175,2.7467000484466553,0.1120000034570694,0.944599986076355,2.730299949645996,0.1120000034570694,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.9419000148773193,2.732800006866455,0.11249999701976776,0.944599986076355,2.730299949645996,0.1120000034570694,0.9419000148773193,2.732800006866455,0.11249999701976776,0.9452000260353088,2.7309000492095947,0.11249999701976776,0.942300021648407,2.728800058364868,0.11180000007152557,0.9384999871253967,2.731100082397461,0.11180000007152557,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.942300021648407,2.728800058364868,0.11180000007152557,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.944599986076355,2.730299949645996,0.1120000034570694,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.9395999908447266,2.7370998859405518,0.1120000034570694,0.9401999711990356,2.737499952316284,0.11249999701976776,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.9401999711990356,2.737499952316284,0.11249999701976776,0.9419000148773193,2.732800006866455,0.11249999701976776,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9395999908447266,2.7370998859405518,0.1120000034570694,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.9362999796867371,2.736299991607666,0.11180000007152557,0.9412999749183655,2.7323999404907227,0.1120000034570694,0.9384999871253967,2.731100082397461,0.11180000007152557,0.9395999908447266,2.788100004196167,0.11249999701976776,0.9399999976158142,2.788100004196167,0.11330000311136246,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9395999908447266,2.788100004196167,0.11249999701976776,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9395999908447266,2.7630999088287354,0.11249999701976776,0.9394999742507935,2.8190999031066895,0.11249999701976776,0.9398999810218811,2.8190999031066895,0.11330000311136246,0.9399999976158142,2.788100004196167,0.11330000311136246,0.9394999742507935,2.8190999031066895,0.11249999701976776,0.9399999976158142,2.788100004196167,0.11330000311136246,0.9395999908447266,2.788100004196167,0.11249999701976776,0.9399999976158142,2.788100004196167,0.11330000311136246,0.940500020980835,2.7881999015808105,0.1152999997138977,0.9405999779701233,2.763200044631958,0.1152999997138977,0.9399999976158142,2.788100004196167,0.11330000311136246,0.9405999779701233,2.763200044631958,0.1152999997138977,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9398999810218811,2.8190999031066895,0.11330000311136246,0.940500020980835,2.8190999031066895,0.1152999997138977,0.940500020980835,2.7881999015808105,0.1152999997138977,0.9398999810218811,2.8190999031066895,0.11330000311136246,0.940500020980835,2.7881999015808105,0.1152999997138977,0.9399999976158142,2.788100004196167,0.11330000311136246,0.9394000172615051,2.887500047683716,0.11249999701976776,0.9398000240325928,2.887500047683716,0.11330000311136246,0.9398999810218811,2.8531999588012695,0.11330000311136246,0.9394000172615051,2.887500047683716,0.11249999701976776,0.9398999810218811,2.8531999588012695,0.11330000311136246,0.9394999742507935,2.8531999588012695,0.11249999701976776,0.9398000240325928,2.887500047683716,0.11330000311136246,0.9404000043869019,2.887500047683716,0.1152999997138977,0.940500020980835,2.8531999588012695,0.1152999997138977,0.9398000240325928,2.887500047683716,0.11330000311136246,0.940500020980835,2.8531999588012695,0.1152999997138977,0.9398999810218811,2.8531999588012695,0.11330000311136246,0.9394999742507935,2.8531999588012695,0.11249999701976776,0.9398999810218811,2.8531999588012695,0.11330000311136246,0.9398999810218811,2.8190999031066895,0.11330000311136246,0.9394999742507935,2.8531999588012695,0.11249999701976776,0.9398999810218811,2.8190999031066895,0.11330000311136246,0.9394999742507935,2.8190999031066895,0.11249999701976776,0.9398999810218811,2.8531999588012695,0.11330000311136246,0.940500020980835,2.8531999588012695,0.1152999997138977,0.940500020980835,2.8190999031066895,0.1152999997138977,0.9398999810218811,2.8531999588012695,0.11330000311136246,0.940500020980835,2.8190999031066895,0.1152999997138977,0.9398999810218811,2.8190999031066895,0.11330000311136246,0.9437999725341797,2.8531999588012695,0.12630000710487366,0.9416000247001648,2.8531999588012695,0.11940000206232071,0.9416000247001648,2.887500047683716,0.11940000206232071,0.9437999725341797,2.8531999588012695,0.12630000710487366,0.9416000247001648,2.887500047683716,0.11940000206232071,0.9437999725341797,2.887500047683716,0.12630000710487366,0.9437999725341797,2.8190999031066895,0.12630000710487366,0.9416000247001648,2.8190999031066895,0.11940000206232071,0.9416000247001648,2.8531999588012695,0.11940000206232071,0.9437999725341797,2.8190999031066895,0.12630000710487366,0.9416000247001648,2.8531999588012695,0.11940000206232071,0.9437999725341797,2.8531999588012695,0.12630000710487366,0.9416000247001648,2.8531999588012695,0.11940000206232071,0.940500020980835,2.8531999588012695,0.1152999997138977,0.9404000043869019,2.887500047683716,0.1152999997138977,0.9416000247001648,2.8531999588012695,0.11940000206232071,0.9404000043869019,2.887500047683716,0.1152999997138977,0.9416000247001648,2.887500047683716,0.11940000206232071,0.9416000247001648,2.8190999031066895,0.11940000206232071,0.940500020980835,2.8190999031066895,0.1152999997138977,0.940500020980835,2.8531999588012695,0.1152999997138977,0.9416000247001648,2.8190999031066895,0.11940000206232071,0.940500020980835,2.8531999588012695,0.1152999997138977,0.9416000247001648,2.8531999588012695,0.11940000206232071,0.9438999891281128,2.763200044631958,0.12630000710487366,0.9416999816894531,2.763200044631958,0.11940000206232071,0.9416999816894531,2.7881999015808105,0.11940000206232071,0.9438999891281128,2.763200044631958,0.12630000710487366,0.9416999816894531,2.7881999015808105,0.11940000206232071,0.9438999891281128,2.7881999015808105,0.12630000710487366,0.9416999816894531,2.763200044631958,0.11940000206232071,0.9405999779701233,2.763200044631958,0.1152999997138977,0.940500020980835,2.7881999015808105,0.1152999997138977,0.9416999816894531,2.763200044631958,0.11940000206232071,0.940500020980835,2.7881999015808105,0.1152999997138977,0.9416999816894531,2.7881999015808105,0.11940000206232071,0.9438999891281128,2.7881999015808105,0.12630000710487366,0.9416999816894531,2.7881999015808105,0.11940000206232071,0.9416000247001648,2.8190999031066895,0.11940000206232071,0.9438999891281128,2.7881999015808105,0.12630000710487366,0.9416000247001648,2.8190999031066895,0.11940000206232071,0.9437999725341797,2.8190999031066895,0.12630000710487366,0.9416999816894531,2.7881999015808105,0.11940000206232071,0.940500020980835,2.7881999015808105,0.1152999997138977,0.940500020980835,2.8190999031066895,0.1152999997138977,0.9416999816894531,2.7881999015808105,0.11940000206232071,0.940500020980835,2.8190999031066895,0.1152999997138977,0.9416000247001648,2.8190999031066895,0.11940000206232071,0.9394000172615051,2.919100046157837,0.11249999701976776,0.9398000240325928,2.919100046157837,0.11330000311136246,0.9398000240325928,2.887500047683716,0.11330000311136246,0.9394000172615051,2.919100046157837,0.11249999701976776,0.9398000240325928,2.887500047683716,0.11330000311136246,0.9394000172615051,2.887500047683716,0.11249999701976776,0.9394000172615051,2.948899984359741,0.11249999701976776,0.9398000240325928,2.948899984359741,0.11330000311136246,0.9398000240325928,2.919100046157837,0.11330000311136246,0.9394000172615051,2.948899984359741,0.11249999701976776,0.9398000240325928,2.919100046157837,0.11330000311136246,0.9394000172615051,2.919100046157837,0.11249999701976776,0.9398000240325928,2.919100046157837,0.11330000311136246,0.9404000043869019,2.919100046157837,0.1152999997138977,0.9404000043869019,2.887500047683716,0.1152999997138977,0.9398000240325928,2.919100046157837,0.11330000311136246,0.9404000043869019,2.887500047683716,0.1152999997138977,0.9398000240325928,2.887500047683716,0.11330000311136246,0.9398000240325928,2.948899984359741,0.11330000311136246,0.9404000043869019,2.948899984359741,0.1152999997138977,0.9404000043869019,2.919100046157837,0.1152999997138977,0.9398000240325928,2.948899984359741,0.11330000311136246,0.9404000043869019,2.919100046157837,0.1152999997138977,0.9398000240325928,2.919100046157837,0.11330000311136246,0.9394000172615051,3.005000114440918,0.11249999701976776,0.9398000240325928,3.005000114440918,0.11330000311136246,0.9398000240325928,2.9772000312805176,0.11330000311136246,0.9394000172615051,3.005000114440918,0.11249999701976776,0.9398000240325928,2.9772000312805176,0.11330000311136246,0.9394000172615051,2.9772000312805176,0.11249999701976776,0.9398000240325928,3.005000114440918,0.11330000311136246,0.9402999877929688,3.005000114440918,0.1152999997138977,0.9404000043869019,2.9772000312805176,0.1152999997138977,0.9398000240325928,3.005000114440918,0.11330000311136246,0.9404000043869019,2.9772000312805176,0.1152999997138977,0.9398000240325928,2.9772000312805176,0.11330000311136246,0.9394000172615051,2.9772000312805176,0.11249999701976776,0.9398000240325928,2.9772000312805176,0.11330000311136246,0.9398000240325928,2.948899984359741,0.11330000311136246,0.9394000172615051,2.9772000312805176,0.11249999701976776,0.9398000240325928,2.948899984359741,0.11330000311136246,0.9394000172615051,2.948899984359741,0.11249999701976776,0.9398000240325928,2.9772000312805176,0.11330000311136246,0.9404000043869019,2.9772000312805176,0.1152999997138977,0.9404000043869019,2.948899984359741,0.1152999997138977,0.9398000240325928,2.9772000312805176,0.11330000311136246,0.9404000043869019,2.948899984359741,0.1152999997138977,0.9398000240325928,2.948899984359741,0.11330000311136246,0.9437000155448914,2.9772000312805176,0.12630000710487366,0.9415000081062317,2.9772000312805176,0.11940000206232071,0.9415000081062317,3.005000114440918,0.11940000206232071,0.9437000155448914,2.9772000312805176,0.12630000710487366,0.9415000081062317,3.005000114440918,0.11940000206232071,0.9437000155448914,3.005000114440918,0.12630000710487366,0.9437000155448914,2.948899984359741,0.12630000710487366,0.9415000081062317,2.948899984359741,0.11940000206232071,0.9415000081062317,2.9772000312805176,0.11940000206232071,0.9437000155448914,2.948899984359741,0.12630000710487366,0.9415000081062317,2.9772000312805176,0.11940000206232071,0.9437000155448914,2.9772000312805176,0.12630000710487366,0.9415000081062317,2.9772000312805176,0.11940000206232071,0.9404000043869019,2.9772000312805176,0.1152999997138977,0.9402999877929688,3.005000114440918,0.1152999997138977,0.9415000081062317,2.9772000312805176,0.11940000206232071,0.9402999877929688,3.005000114440918,0.1152999997138977,0.9415000081062317,3.005000114440918,0.11940000206232071,0.9415000081062317,2.948899984359741,0.11940000206232071,0.9404000043869019,2.948899984359741,0.1152999997138977,0.9404000043869019,2.9772000312805176,0.1152999997138977,0.9415000081062317,2.948899984359741,0.11940000206232071,0.9404000043869019,2.9772000312805176,0.1152999997138977,0.9415000081062317,2.9772000312805176,0.11940000206232071,0.9437999725341797,2.887500047683716,0.12630000710487366,0.9416000247001648,2.887500047683716,0.11940000206232071,0.9415000081062317,2.919100046157837,0.11940000206232071,0.9437999725341797,2.887500047683716,0.12630000710487366,0.9415000081062317,2.919100046157837,0.11940000206232071,0.9437000155448914,2.919100046157837,0.12630000710487366,0.9416000247001648,2.887500047683716,0.11940000206232071,0.9404000043869019,2.887500047683716,0.1152999997138977,0.9404000043869019,2.919100046157837,0.1152999997138977,0.9416000247001648,2.887500047683716,0.11940000206232071,0.9404000043869019,2.919100046157837,0.1152999997138977,0.9415000081062317,2.919100046157837,0.11940000206232071,0.9437000155448914,2.919100046157837,0.12630000710487366,0.9415000081062317,2.919100046157837,0.11940000206232071,0.9415000081062317,2.948899984359741,0.11940000206232071,0.9437000155448914,2.919100046157837,0.12630000710487366,0.9415000081062317,2.948899984359741,0.11940000206232071,0.9437000155448914,2.948899984359741,0.12630000710487366,0.9415000081062317,2.919100046157837,0.11940000206232071,0.9404000043869019,2.919100046157837,0.1152999997138977,0.9404000043869019,2.948899984359741,0.1152999997138977,0.9415000081062317,2.919100046157837,0.11940000206232071,0.9404000043869019,2.948899984359741,0.1152999997138977,0.9415000081062317,2.948899984359741,0.11940000206232071,0.9394000172615051,3.0327000617980957,0.11249999701976776,0.9398000240325928,3.0327000617980957,0.11330000311136246,0.9398000240325928,3.005000114440918,0.11330000311136246,0.9394000172615051,3.0327000617980957,0.11249999701976776,0.9398000240325928,3.005000114440918,0.11330000311136246,0.9394000172615051,3.005000114440918,0.11249999701976776,0.9394000172615051,3.061000108718872,0.11249999701976776,0.9398000240325928,3.061000108718872,0.11330000311136246,0.9398000240325928,3.0327000617980957,0.11330000311136246,0.9394000172615051,3.061000108718872,0.11249999701976776,0.9398000240325928,3.0327000617980957,0.11330000311136246,0.9394000172615051,3.0327000617980957,0.11249999701976776,0.9398000240325928,3.0327000617980957,0.11330000311136246,0.9404000043869019,3.0327000617980957,0.1152999997138977,0.9402999877929688,3.005000114440918,0.1152999997138977,0.9398000240325928,3.0327000617980957,0.11330000311136246,0.9402999877929688,3.005000114440918,0.1152999997138977,0.9398000240325928,3.005000114440918,0.11330000311136246,0.9398000240325928,3.061000108718872,0.11330000311136246,0.9404000043869019,3.061000108718872,0.1152999997138977,0.9404000043869019,3.0327000617980957,0.1152999997138977,0.9398000240325928,3.061000108718872,0.11330000311136246,0.9404000043869019,3.0327000617980957,0.1152999997138977,0.9398000240325928,3.0327000617980957,0.11330000311136246,0.9394000172615051,3.122299909591675,0.11249999701976776,0.9398000240325928,3.122299909591675,0.11330000311136246,0.9398000240325928,3.0906999111175537,0.11330000311136246,0.9394000172615051,3.122299909591675,0.11249999701976776,0.9398000240325928,3.0906999111175537,0.11330000311136246,0.9394000172615051,3.0906999111175537,0.11249999701976776,0.9398000240325928,3.122299909591675,0.11330000311136246,0.9404000043869019,3.122299909591675,0.1152999997138977,0.9404000043869019,3.0906999111175537,0.1152999997138977,0.9398000240325928,3.122299909591675,0.11330000311136246,0.9404000043869019,3.0906999111175537,0.1152999997138977,0.9398000240325928,3.0906999111175537,0.11330000311136246,0.9394000172615051,3.0906999111175537,0.11249999701976776,0.9398000240325928,3.0906999111175537,0.11330000311136246,0.9398000240325928,3.061000108718872,0.11330000311136246,0.9394000172615051,3.0906999111175537,0.11249999701976776,0.9398000240325928,3.061000108718872,0.11330000311136246,0.9394000172615051,3.061000108718872,0.11249999701976776,0.9398000240325928,3.0906999111175537,0.11330000311136246,0.9404000043869019,3.0906999111175537,0.1152999997138977,0.9404000043869019,3.061000108718872,0.1152999997138977,0.9398000240325928,3.0906999111175537,0.11330000311136246,0.9404000043869019,3.061000108718872,0.1152999997138977,0.9398000240325928,3.061000108718872,0.11330000311136246,0.9437000155448914,3.0906999111175537,0.12630000710487366,0.9415000081062317,3.0906999111175537,0.11940000206232071,0.9416000247001648,3.122299909591675,0.11940000206232071,0.9437000155448914,3.0906999111175537,0.12630000710487366,0.9416000247001648,3.122299909591675,0.11940000206232071,0.9437999725341797,3.122299909591675,0.12630000710487366,0.9437000155448914,3.061000108718872,0.12630000710487366,0.9415000081062317,3.061000108718872,0.11940000206232071,0.9415000081062317,3.0906999111175537,0.11940000206232071,0.9437000155448914,3.061000108718872,0.12630000710487366,0.9415000081062317,3.0906999111175537,0.11940000206232071,0.9437000155448914,3.0906999111175537,0.12630000710487366,0.9415000081062317,3.0906999111175537,0.11940000206232071,0.9404000043869019,3.0906999111175537,0.1152999997138977,0.9404000043869019,3.122299909591675,0.1152999997138977,0.9415000081062317,3.0906999111175537,0.11940000206232071,0.9404000043869019,3.122299909591675,0.1152999997138977,0.9416000247001648,3.122299909591675,0.11940000206232071,0.9415000081062317,3.061000108718872,0.11940000206232071,0.9404000043869019,3.061000108718872,0.1152999997138977,0.9404000043869019,3.0906999111175537,0.1152999997138977,0.9415000081062317,3.061000108718872,0.11940000206232071,0.9404000043869019,3.0906999111175537,0.1152999997138977,0.9415000081062317,3.0906999111175537,0.11940000206232071,0.9437000155448914,3.005000114440918,0.12630000710487366,0.9415000081062317,3.005000114440918,0.11940000206232071,0.9415000081062317,3.0327000617980957,0.11940000206232071,0.9437000155448914,3.005000114440918,0.12630000710487366,0.9415000081062317,3.0327000617980957,0.11940000206232071,0.9437000155448914,3.0327000617980957,0.12630000710487366,0.9415000081062317,3.005000114440918,0.11940000206232071,0.9402999877929688,3.005000114440918,0.1152999997138977,0.9404000043869019,3.0327000617980957,0.1152999997138977,0.9415000081062317,3.005000114440918,0.11940000206232071,0.9404000043869019,3.0327000617980957,0.1152999997138977,0.9415000081062317,3.0327000617980957,0.11940000206232071,0.9437000155448914,3.0327000617980957,0.12630000710487366,0.9415000081062317,3.0327000617980957,0.11940000206232071,0.9415000081062317,3.061000108718872,0.11940000206232071,0.9437000155448914,3.0327000617980957,0.12630000710487366,0.9415000081062317,3.061000108718872,0.11940000206232071,0.9437000155448914,3.061000108718872,0.12630000710487366,0.9415000081062317,3.0327000617980957,0.11940000206232071,0.9404000043869019,3.0327000617980957,0.1152999997138977,0.9404000043869019,3.061000108718872,0.1152999997138977,0.9415000081062317,3.0327000617980957,0.11940000206232071,0.9404000043869019,3.061000108718872,0.1152999997138977,0.9415000081062317,3.061000108718872,0.11940000206232071,0.9394999742507935,3.156599998474121,0.11249999701976776,0.9398999810218811,3.156599998474121,0.11330000311136246,0.9398000240325928,3.122299909591675,0.11330000311136246,0.9394999742507935,3.156599998474121,0.11249999701976776,0.9398000240325928,3.122299909591675,0.11330000311136246,0.9394000172615051,3.122299909591675,0.11249999701976776,0.9394999742507935,3.190700054168701,0.11249999701976776,0.9398999810218811,3.190700054168701,0.11330000311136246,0.9398999810218811,3.156599998474121,0.11330000311136246,0.9394999742507935,3.190700054168701,0.11249999701976776,0.9398999810218811,3.156599998474121,0.11330000311136246,0.9394999742507935,3.156599998474121,0.11249999701976776,0.9398999810218811,3.156599998474121,0.11330000311136246,0.940500020980835,3.156599998474121,0.1152999997138977,0.9404000043869019,3.122299909591675,0.1152999997138977,0.9398999810218811,3.156599998474121,0.11330000311136246,0.9404000043869019,3.122299909591675,0.1152999997138977,0.9398000240325928,3.122299909591675,0.11330000311136246,0.9398999810218811,3.190700054168701,0.11330000311136246,0.940500020980835,3.190700054168701,0.1152999997138977,0.940500020980835,3.156599998474121,0.1152999997138977,0.9398999810218811,3.190700054168701,0.11330000311136246,0.940500020980835,3.156599998474121,0.1152999997138977,0.9398999810218811,3.156599998474121,0.11330000311136246,0.9395999908447266,3.2464001178741455,0.11249999701976776,0.9399999976158142,3.246299982070923,0.11330000311136246,0.9399999976158142,3.2214999198913574,0.11330000311136246,0.9395999908447266,3.2464001178741455,0.11249999701976776,0.9399999976158142,3.2214999198913574,0.11330000311136246,0.9395999908447266,3.22160005569458,0.11249999701976776,0.9399999976158142,3.246299982070923,0.11330000311136246,0.9405999779701233,3.246299982070923,0.1152999997138977,0.940500020980835,3.2214999198913574,0.1152999997138977,0.9399999976158142,3.246299982070923,0.11330000311136246,0.940500020980835,3.2214999198913574,0.1152999997138977,0.9399999976158142,3.2214999198913574,0.11330000311136246,0.9395999908447266,3.22160005569458,0.11249999701976776,0.9399999976158142,3.2214999198913574,0.11330000311136246,0.9398999810218811,3.190700054168701,0.11330000311136246,0.9395999908447266,3.22160005569458,0.11249999701976776,0.9398999810218811,3.190700054168701,0.11330000311136246,0.9394999742507935,3.190700054168701,0.11249999701976776,0.9399999976158142,3.2214999198913574,0.11330000311136246,0.940500020980835,3.2214999198913574,0.1152999997138977,0.940500020980835,3.190700054168701,0.1152999997138977,0.9399999976158142,3.2214999198913574,0.11330000311136246,0.940500020980835,3.190700054168701,0.1152999997138977,0.9398999810218811,3.190700054168701,0.11330000311136246,0.9438999891281128,3.2214999198913574,0.12630000710487366,0.9416999816894531,3.2214999198913574,0.11940000206232071,0.9416999816894531,3.246299982070923,0.11940000206232071,0.9438999891281128,3.2214999198913574,0.12630000710487366,0.9416999816894531,3.246299982070923,0.11940000206232071,0.9438999891281128,3.246299982070923,0.12630000710487366,0.9437999725341797,3.190700054168701,0.12630000710487366,0.9416000247001648,3.190700054168701,0.11940000206232071,0.9416999816894531,3.2214999198913574,0.11940000206232071,0.9437999725341797,3.190700054168701,0.12630000710487366,0.9416999816894531,3.2214999198913574,0.11940000206232071,0.9438999891281128,3.2214999198913574,0.12630000710487366,0.9416999816894531,3.2214999198913574,0.11940000206232071,0.940500020980835,3.2214999198913574,0.1152999997138977,0.9405999779701233,3.246299982070923,0.1152999997138977,0.9416999816894531,3.2214999198913574,0.11940000206232071,0.9405999779701233,3.246299982070923,0.1152999997138977,0.9416999816894531,3.246299982070923,0.11940000206232071,0.9416000247001648,3.190700054168701,0.11940000206232071,0.940500020980835,3.190700054168701,0.1152999997138977,0.940500020980835,3.2214999198913574,0.1152999997138977,0.9416000247001648,3.190700054168701,0.11940000206232071,0.940500020980835,3.2214999198913574,0.1152999997138977,0.9416999816894531,3.2214999198913574,0.11940000206232071,0.9437999725341797,3.122299909591675,0.12630000710487366,0.9416000247001648,3.122299909591675,0.11940000206232071,0.9416000247001648,3.156599998474121,0.11940000206232071,0.9437999725341797,3.122299909591675,0.12630000710487366,0.9416000247001648,3.156599998474121,0.11940000206232071,0.9437999725341797,3.156599998474121,0.12630000710487366,0.9416000247001648,3.122299909591675,0.11940000206232071,0.9404000043869019,3.122299909591675,0.1152999997138977,0.940500020980835,3.156599998474121,0.1152999997138977,0.9416000247001648,3.122299909591675,0.11940000206232071,0.940500020980835,3.156599998474121,0.1152999997138977,0.9416000247001648,3.156599998474121,0.11940000206232071,0.9437999725341797,3.156599998474121,0.12630000710487366,0.9416000247001648,3.156599998474121,0.11940000206232071,0.9416000247001648,3.190700054168701,0.11940000206232071,0.9437999725341797,3.156599998474121,0.12630000710487366,0.9416000247001648,3.190700054168701,0.11940000206232071,0.9437999725341797,3.190700054168701,0.12630000710487366,0.9416000247001648,3.156599998474121,0.11940000206232071,0.940500020980835,3.156599998474121,0.1152999997138977,0.940500020980835,3.190700054168701,0.1152999997138977,0.9416000247001648,3.156599998474121,0.11940000206232071,0.940500020980835,3.190700054168701,0.1152999997138977,0.9416000247001648,3.190700054168701,0.11940000206232071,0.9399999976158142,3.262200117111206,0.11330000311136246,0.9399999976158142,3.246299982070923,0.11330000311136246,0.9395999908447266,3.2464001178741455,0.11249999701976776,0.9399999976158142,3.262200117111206,0.11330000311136246,0.9395999908447266,3.2464001178741455,0.11249999701976776,0.9397000074386597,3.2623000144958496,0.11249999701976776,0.9406999945640564,3.271199941635132,0.11330000311136246,0.9399999976158142,3.262200117111206,0.11330000311136246,0.9397000074386597,3.2623000144958496,0.11249999701976776,0.9406999945640564,3.271199941635132,0.11330000311136246,0.9397000074386597,3.2623000144958496,0.11249999701976776,0.9401999711990356,3.271399974822998,0.11249999701976776,0.9399999976158142,3.246299982070923,0.11330000311136246,0.9399999976158142,3.262200117111206,0.11330000311136246,0.9405999779701233,3.2620999813079834,0.1152999997138977,0.9399999976158142,3.246299982070923,0.11330000311136246,0.9405999779701233,3.2620999813079834,0.1152999997138977,0.9405999779701233,3.246299982070923,0.1152999997138977,0.9399999976158142,3.262200117111206,0.11330000311136246,0.9406999945640564,3.271199941635132,0.11330000311136246,0.9412000179290771,3.2711000442504883,0.1152999997138977,0.9399999976158142,3.262200117111206,0.11330000311136246,0.9412000179290771,3.2711000442504883,0.1152999997138977,0.9405999779701233,3.2620999813079834,0.1152999997138977,0.9455000162124634,3.2769999504089355,0.11330000311136246,0.942300021648407,3.275399923324585,0.11330000311136246,0.9419000148773193,3.275700092315674,0.11249999701976776,0.9455000162124634,3.2769999504089355,0.11330000311136246,0.9419000148773193,3.275700092315674,0.11249999701976776,0.9452000260353088,3.2772998809814453,0.11249999701976776,0.9459999799728394,3.2767999172210693,0.1152999997138977,0.942799985408783,3.2753000259399414,0.1152999997138977,0.942300021648407,3.275399923324585,0.11330000311136246,0.9459999799728394,3.2767999172210693,0.1152999997138977,0.942300021648407,3.275399923324585,0.11330000311136246,0.9455000162124634,3.2769999504089355,0.11330000311136246,0.942300021648407,3.275399923324585,0.11330000311136246,0.9406999945640564,3.271199941635132,0.11330000311136246,0.9401999711990356,3.271399974822998,0.11249999701976776,0.942300021648407,3.275399923324585,0.11330000311136246,0.9401999711990356,3.271399974822998,0.11249999701976776,0.9419000148773193,3.275700092315674,0.11249999701976776,0.942799985408783,3.2753000259399414,0.1152999997138977,0.9412000179290771,3.2711000442504883,0.1152999997138977,0.9406999945640564,3.271199941635132,0.11330000311136246,0.942799985408783,3.2753000259399414,0.1152999997138977,0.9406999945640564,3.271199941635132,0.11330000311136246,0.942300021648407,3.275399923324585,0.11330000311136246,0.945900022983551,3.2753000259399414,0.12630000710487366,0.9438999891281128,3.2753000259399414,0.11940000206232071,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.945900022983551,3.2753000259399414,0.12630000710487366,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.9488000273704529,3.2767999172210693,0.12630000710487366,0.9445000290870667,3.2709999084472656,0.12630000710487366,0.942300021648407,3.2709999084472656,0.11940000206232071,0.9438999891281128,3.2753000259399414,0.11940000206232071,0.9445000290870667,3.2709999084472656,0.12630000710487366,0.9438999891281128,3.2753000259399414,0.11940000206232071,0.945900022983551,3.2753000259399414,0.12630000710487366,0.942799985408783,3.2753000259399414,0.1152999997138977,0.9459999799728394,3.2767999172210693,0.1152999997138977,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.942799985408783,3.2753000259399414,0.1152999997138977,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.9438999891281128,3.2753000259399414,0.11940000206232071,0.942300021648407,3.2709999084472656,0.11940000206232071,0.9412000179290771,3.2711000442504883,0.1152999997138977,0.942799985408783,3.2753000259399414,0.1152999997138977,0.942300021648407,3.2709999084472656,0.11940000206232071,0.942799985408783,3.2753000259399414,0.1152999997138977,0.9438999891281128,3.2753000259399414,0.11940000206232071,0.9438999891281128,3.246299982070923,0.12630000710487366,0.9416999816894531,3.246299982070923,0.11940000206232071,0.9416999816894531,3.2620999813079834,0.11940000206232071,0.9438999891281128,3.246299982070923,0.12630000710487366,0.9416999816894531,3.2620999813079834,0.11940000206232071,0.9438999891281128,3.2620999813079834,0.12630000710487366,0.9416999816894531,3.246299982070923,0.11940000206232071,0.9405999779701233,3.246299982070923,0.1152999997138977,0.9405999779701233,3.2620999813079834,0.1152999997138977,0.9416999816894531,3.246299982070923,0.11940000206232071,0.9405999779701233,3.2620999813079834,0.1152999997138977,0.9416999816894531,3.2620999813079834,0.11940000206232071,0.9438999891281128,3.2620999813079834,0.12630000710487366,0.9416999816894531,3.2620999813079834,0.11940000206232071,0.942300021648407,3.2709999084472656,0.11940000206232071,0.9438999891281128,3.2620999813079834,0.12630000710487366,0.942300021648407,3.2709999084472656,0.11940000206232071,0.9445000290870667,3.2709999084472656,0.12630000710487366,0.9416999816894531,3.2620999813079834,0.11940000206232071,0.9405999779701233,3.2620999813079834,0.1152999997138977,0.9412000179290771,3.2711000442504883,0.1152999997138977,0.9416999816894531,3.2620999813079834,0.11940000206232071,0.9412000179290771,3.2711000442504883,0.1152999997138977,0.942300021648407,3.2709999084472656,0.11940000206232071,0.9509000182151794,3.2780001163482666,0.11330000311136246,0.9455000162124634,3.2769999504089355,0.11330000311136246,0.9452000260353088,3.2772998809814453,0.11249999701976776,0.9509000182151794,3.2780001163482666,0.11330000311136246,0.9452000260353088,3.2772998809814453,0.11249999701976776,0.9506999850273132,3.27839994430542,0.11249999701976776,0.9578999876976013,3.278599977493286,0.11330000311136246,0.9509000182151794,3.2780001163482666,0.11330000311136246,0.9506999850273132,3.27839994430542,0.11249999701976776,0.9578999876976013,3.278599977493286,0.11330000311136246,0.9506999850273132,3.27839994430542,0.11249999701976776,0.9577000141143799,3.2790000438690186,0.11249999701976776,0.9513000249862671,3.2778000831604004,0.1152999997138977,0.9459999799728394,3.2767999172210693,0.1152999997138977,0.9455000162124634,3.2769999504089355,0.11330000311136246,0.9513000249862671,3.2778000831604004,0.1152999997138977,0.9455000162124634,3.2769999504089355,0.11330000311136246,0.9509000182151794,3.2780001163482666,0.11330000311136246,0.9581999778747559,3.27839994430542,0.1152999997138977,0.9513000249862671,3.2778000831604004,0.1152999997138977,0.9509000182151794,3.2780001163482666,0.11330000311136246,0.9581999778747559,3.27839994430542,0.1152999997138977,0.9509000182151794,3.2780001163482666,0.11330000311136246,0.9578999876976013,3.278599977493286,0.11330000311136246,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9660000205039978,3.2788000106811523,0.11330000311136246,0.9659000039100647,3.2792000770568848,0.11249999701976776,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9659000039100647,3.2792000770568848,0.11249999701976776,0.9746000170707703,3.2792000770568848,0.11249999701976776,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9746000170707703,3.278700113296509,0.1152999997138977,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9660000205039978,3.2788000106811523,0.11330000311136246,0.9660000205039978,3.2788000106811523,0.11330000311136246,0.9578999876976013,3.278599977493286,0.11330000311136246,0.9577000141143799,3.2790000438690186,0.11249999701976776,0.9660000205039978,3.2788000106811523,0.11330000311136246,0.9577000141143799,3.2790000438690186,0.11249999701976776,0.9659000039100647,3.2792000770568848,0.11249999701976776,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9581999778747559,3.27839994430542,0.1152999997138977,0.9578999876976013,3.278599977493286,0.11330000311136246,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9578999876976013,3.278599977493286,0.11330000311136246,0.9660000205039978,3.2788000106811523,0.11330000311136246,0.9668999910354614,3.278599977493286,0.12630000710487366,0.9664000272750854,3.278599977493286,0.11940000206232071,0.9746000170707703,3.278599977493286,0.11940000206232071,0.9668999910354614,3.278599977493286,0.12630000710487366,0.9746000170707703,3.278599977493286,0.11940000206232071,0.9746000170707703,3.278599977493286,0.12630000710487366,0.9598000049591064,3.2783000469207764,0.12630000710487366,0.9588000178337097,3.2783000469207764,0.11940000206232071,0.9664000272750854,3.278599977493286,0.11940000206232071,0.9598000049591064,3.2783000469207764,0.12630000710487366,0.9664000272750854,3.278599977493286,0.11940000206232071,0.9668999910354614,3.278599977493286,0.12630000710487366,0.9664000272750854,3.278599977493286,0.11940000206232071,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9746000170707703,3.278700113296509,0.1152999997138977,0.9664000272750854,3.278599977493286,0.11940000206232071,0.9746000170707703,3.278700113296509,0.1152999997138977,0.9746000170707703,3.278599977493286,0.11940000206232071,0.9588000178337097,3.2783000469207764,0.11940000206232071,0.9581999778747559,3.27839994430542,0.1152999997138977,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9588000178337097,3.2783000469207764,0.11940000206232071,0.9660999774932861,3.278599977493286,0.1152999997138977,0.9664000272750854,3.278599977493286,0.11940000206232071,0.9488000273704529,3.2767999172210693,0.12630000710487366,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.9520999789237976,3.2778000831604004,0.11940000206232071,0.9488000273704529,3.2767999172210693,0.12630000710487366,0.9520999789237976,3.2778000831604004,0.11940000206232071,0.9535999894142151,3.2778000831604004,0.12630000710487366,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.9459999799728394,3.2767999172210693,0.1152999997138977,0.9513000249862671,3.2778000831604004,0.1152999997138977,0.9470000267028809,3.2767999172210693,0.11940000206232071,0.9513000249862671,3.2778000831604004,0.1152999997138977,0.9520999789237976,3.2778000831604004,0.11940000206232071,0.9535999894142151,3.2778000831604004,0.12630000710487366,0.9520999789237976,3.2778000831604004,0.11940000206232071,0.9588000178337097,3.2783000469207764,0.11940000206232071,0.9535999894142151,3.2778000831604004,0.12630000710487366,0.9588000178337097,3.2783000469207764,0.11940000206232071,0.9598000049591064,3.2783000469207764,0.12630000710487366,0.9520999789237976,3.2778000831604004,0.11940000206232071,0.9513000249862671,3.2778000831604004,0.1152999997138977,0.9581999778747559,3.27839994430542,0.1152999997138977,0.9520999789237976,3.2778000831604004,0.11940000206232071,0.9581999778747559,3.27839994430542,0.1152999997138977,0.9588000178337097,3.2783000469207764,0.11940000206232071,0.9830999970436096,3.2788000106811523,0.11330000311136246,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9746000170707703,3.2792000770568848,0.11249999701976776,0.9830999970436096,3.2788000106811523,0.11330000311136246,0.9746000170707703,3.2792000770568848,0.11249999701976776,0.9832000136375427,3.2792000770568848,0.11249999701976776,0.991100013256073,3.278599977493286,0.11330000311136246,0.9830999970436096,3.2788000106811523,0.11330000311136246,0.9832000136375427,3.2792000770568848,0.11249999701976776,0.991100013256073,3.278599977493286,0.11330000311136246,0.9832000136375427,3.2792000770568848,0.11249999701976776,0.9912999868392944,3.278899908065796,0.11249999701976776,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9830999970436096,3.2788000106811523,0.11330000311136246,0.9829999804496765,3.278599977493286,0.1152999997138977,0.9746000170707703,3.278899908065796,0.11330000311136246,0.9829999804496765,3.278599977493286,0.1152999997138977,0.9746000170707703,3.278700113296509,0.1152999997138977,0.9908000230789185,3.2783000469207764,0.1152999997138977,0.9829999804496765,3.278599977493286,0.1152999997138977,0.9830999970436096,3.2788000106811523,0.11330000311136246,0.9908000230789185,3.2783000469207764,0.1152999997138977,0.9830999970436096,3.2788000106811523,0.11330000311136246,0.991100013256073,3.278599977493286,0.11330000311136246,1.0033999681472778,3.276700019836426,0.11330000311136246,0.9980000257492065,3.277899980545044,0.11330000311136246,0.9983000159263611,3.2783000469207764,0.11249999701976776,1.0033999681472778,3.276700019836426,0.11330000311136246,0.9983000159263611,3.2783000469207764,0.11249999701976776,1.0037000179290771,3.2769999504089355,0.11249999701976776,1.0029000043869019,3.2764999866485596,0.1152999997138977,0.9976999759674072,3.2776999473571777,0.1152999997138977,0.9980000257492065,3.277899980545044,0.11330000311136246,1.0029000043869019,3.2764999866485596,0.1152999997138977,0.9980000257492065,3.277899980545044,0.11330000311136246,1.0033999681472778,3.276700019836426,0.11330000311136246,0.9980000257492065,3.277899980545044,0.11330000311136246,0.991100013256073,3.278599977493286,0.11330000311136246,0.9912999868392944,3.278899908065796,0.11249999701976776,0.9980000257492065,3.277899980545044,0.11330000311136246,0.9912999868392944,3.278899908065796,0.11249999701976776,0.9983000159263611,3.2783000469207764,0.11249999701976776,0.9976999759674072,3.2776999473571777,0.1152999997138977,0.9908000230789185,3.2783000469207764,0.1152999997138977,0.991100013256073,3.278599977493286,0.11330000311136246,0.9976999759674072,3.2776999473571777,0.1152999997138977,0.991100013256073,3.278599977493286,0.11330000311136246,0.9980000257492065,3.277899980545044,0.11330000311136246,1.000100016593933,3.2764999866485596,0.12630000710487366,0.9952999949455261,3.2776999473571777,0.12630000710487366,0.9968000054359436,3.2776999473571777,0.11940000206232071,1.000100016593933,3.2764999866485596,0.12630000710487366,0.9968000054359436,3.2776999473571777,0.11940000206232071,1.0018999576568604,3.2764999866485596,0.11940000206232071,0.9952999949455261,3.2776999473571777,0.12630000710487366,0.9891999959945679,3.2783000469207764,0.12630000710487366,0.9902999997138977,3.2783000469207764,0.11940000206232071,0.9952999949455261,3.2776999473571777,0.12630000710487366,0.9902999997138977,3.2783000469207764,0.11940000206232071,0.9968000054359436,3.2776999473571777,0.11940000206232071,1.0018999576568604,3.2764999866485596,0.11940000206232071,0.9968000054359436,3.2776999473571777,0.11940000206232071,0.9976999759674072,3.2776999473571777,0.1152999997138977,1.0018999576568604,3.2764999866485596,0.11940000206232071,0.9976999759674072,3.2776999473571777,0.1152999997138977,1.0029000043869019,3.2764999866485596,0.1152999997138977,0.9968000054359436,3.2776999473571777,0.11940000206232071,0.9902999997138977,3.2783000469207764,0.11940000206232071,0.9908000230789185,3.2783000469207764,0.1152999997138977,0.9968000054359436,3.2776999473571777,0.11940000206232071,0.9908000230789185,3.2783000469207764,0.1152999997138977,0.9976999759674072,3.2776999473571777,0.1152999997138977,0.9821000099182129,3.278599977493286,0.12630000710487366,0.9746000170707703,3.278599977493286,0.12630000710487366,0.9746000170707703,3.278599977493286,0.11940000206232071,0.9821000099182129,3.278599977493286,0.12630000710487366,0.9746000170707703,3.278599977493286,0.11940000206232071,0.982699990272522,3.278599977493286,0.11940000206232071,0.982699990272522,3.278599977493286,0.11940000206232071,0.9746000170707703,3.278599977493286,0.11940000206232071,0.9746000170707703,3.278700113296509,0.1152999997138977,0.982699990272522,3.278599977493286,0.11940000206232071,0.9746000170707703,3.278700113296509,0.1152999997138977,0.9829999804496765,3.278599977493286,0.1152999997138977,0.9891999959945679,3.2783000469207764,0.12630000710487366,0.9821000099182129,3.278599977493286,0.12630000710487366,0.982699990272522,3.278599977493286,0.11940000206232071,0.9891999959945679,3.2783000469207764,0.12630000710487366,0.982699990272522,3.278599977493286,0.11940000206232071,0.9902999997138977,3.2783000469207764,0.11940000206232071,0.9902999997138977,3.2783000469207764,0.11940000206232071,0.982699990272522,3.278599977493286,0.11940000206232071,0.9829999804496765,3.278599977493286,0.1152999997138977,0.9902999997138977,3.2783000469207764,0.11940000206232071,0.9829999804496765,3.278599977493286,0.1152999997138977,0.9908000230789185,3.2783000469207764,0.1152999997138977,1.006600022315979,3.2748000621795654,0.11330000311136246,1.0033999681472778,3.276700019836426,0.11330000311136246,1.0037000179290771,3.2769999504089355,0.11249999701976776,1.006600022315979,3.2748000621795654,0.11330000311136246,1.0037000179290771,3.2769999504089355,0.11249999701976776,1.0068999528884888,3.275099992752075,0.11249999701976776,1.0082000494003296,3.27020001411438,0.11330000311136246,1.006600022315979,3.2748000621795654,0.11330000311136246,1.0068999528884888,3.275099992752075,0.11249999701976776,1.0082000494003296,3.27020001411438,0.11330000311136246,1.0068999528884888,3.275099992752075,0.11249999701976776,1.0085999965667725,3.270400047302246,0.11249999701976776,1.006100058555603,3.2746999263763428,0.1152999997138977,1.0029000043869019,3.2764999866485596,0.1152999997138977,1.0033999681472778,3.276700019836426,0.11330000311136246,1.006100058555603,3.2746999263763428,0.1152999997138977,1.0033999681472778,3.276700019836426,0.11330000311136246,1.006600022315979,3.2748000621795654,0.11330000311136246,1.007699966430664,3.2701001167297363,0.1152999997138977,1.006100058555603,3.2746999263763428,0.1152999997138977,1.006600022315979,3.2748000621795654,0.11330000311136246,1.007699966430664,3.2701001167297363,0.1152999997138977,1.006600022315979,3.2748000621795654,0.11330000311136246,1.0082000494003296,3.27020001411438,0.11330000311136246,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0088000297546387,3.2609000205993652,0.11330000311136246,1.0091999769210815,3.260999917984009,0.11249999701976776,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0091999769210815,3.260999917984009,0.11249999701976776,1.0092999935150146,3.244800090789795,0.11249999701976776,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0082999467849731,3.2446999549865723,0.1152999997138977,1.0082000494003296,3.2609000205993652,0.1152999997138977,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0082000494003296,3.2609000205993652,0.1152999997138977,1.0088000297546387,3.2609000205993652,0.11330000311136246,1.0088000297546387,3.2609000205993652,0.11330000311136246,1.0082000494003296,3.27020001411438,0.11330000311136246,1.0085999965667725,3.270400047302246,0.11249999701976776,1.0088000297546387,3.2609000205993652,0.11330000311136246,1.0085999965667725,3.270400047302246,0.11249999701976776,1.0091999769210815,3.260999917984009,0.11249999701976776,1.0088000297546387,3.2609000205993652,0.11330000311136246,1.0082000494003296,3.2609000205993652,0.1152999997138977,1.007699966430664,3.2701001167297363,0.1152999997138977,1.0088000297546387,3.2609000205993652,0.11330000311136246,1.007699966430664,3.2701001167297363,0.1152999997138977,1.0082000494003296,3.27020001411438,0.11330000311136246,1.0048999786376953,3.2607998847961426,0.12630000710487366,1.007099986076355,3.2607998847961426,0.11940000206232071,1.007200002670288,3.2446999549865723,0.11940000206232071,1.0048999786376953,3.2607998847961426,0.12630000710487366,1.007200002670288,3.2446999549865723,0.11940000206232071,1.0049999952316284,3.2446999549865723,0.12630000710487366,1.0048999786376953,3.2607998847961426,0.12630000710487366,1.0044000148773193,3.2701001167297363,0.12630000710487366,1.006500005722046,3.2701001167297363,0.11940000206232071,1.0048999786376953,3.2607998847961426,0.12630000710487366,1.006500005722046,3.2701001167297363,0.11940000206232071,1.007099986076355,3.2607998847961426,0.11940000206232071,1.007099986076355,3.2607998847961426,0.11940000206232071,1.0082000494003296,3.2609000205993652,0.1152999997138977,1.0082999467849731,3.2446999549865723,0.1152999997138977,1.007099986076355,3.2607998847961426,0.11940000206232071,1.0082999467849731,3.2446999549865723,0.1152999997138977,1.007200002670288,3.2446999549865723,0.11940000206232071,1.007099986076355,3.2607998847961426,0.11940000206232071,1.006500005722046,3.2701001167297363,0.11940000206232071,1.007699966430664,3.2701001167297363,0.1152999997138977,1.007099986076355,3.2607998847961426,0.11940000206232071,1.007699966430664,3.2701001167297363,0.1152999997138977,1.0082000494003296,3.2609000205993652,0.1152999997138977,1.0029000043869019,3.2746999263763428,0.12630000710487366,1.000100016593933,3.2764999866485596,0.12630000710487366,1.0018999576568604,3.2764999866485596,0.11940000206232071,1.0029000043869019,3.2746999263763428,0.12630000710487366,1.0018999576568604,3.2764999866485596,0.11940000206232071,1.0049999952316284,3.2746999263763428,0.11940000206232071,1.0029000043869019,3.2764999866485596,0.1152999997138977,1.006100058555603,3.2746999263763428,0.1152999997138977,1.0049999952316284,3.2746999263763428,0.11940000206232071,1.0029000043869019,3.2764999866485596,0.1152999997138977,1.0049999952316284,3.2746999263763428,0.11940000206232071,1.0018999576568604,3.2764999866485596,0.11940000206232071,1.0044000148773193,3.2701001167297363,0.12630000710487366,1.0029000043869019,3.2746999263763428,0.12630000710487366,1.0049999952316284,3.2746999263763428,0.11940000206232071,1.0044000148773193,3.2701001167297363,0.12630000710487366,1.0049999952316284,3.2746999263763428,0.11940000206232071,1.006500005722046,3.2701001167297363,0.11940000206232071,1.006500005722046,3.2701001167297363,0.11940000206232071,1.0049999952316284,3.2746999263763428,0.11940000206232071,1.006100058555603,3.2746999263763428,0.1152999997138977,1.006500005722046,3.2701001167297363,0.11940000206232071,1.006100058555603,3.2746999263763428,0.1152999997138977,1.007699966430664,3.2701001167297363,0.1152999997138977,1.0092999935150146,3.2197999954223633,0.11249999701976776,1.0089000463485718,3.2197999954223633,0.11330000311136246,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0092999935150146,3.2197999954223633,0.11249999701976776,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0092999935150146,3.244800090789795,0.11249999701976776,1.0092999935150146,3.188800096511841,0.11249999701976776,1.0089000463485718,3.188800096511841,0.11330000311136246,1.0089000463485718,3.2197999954223633,0.11330000311136246,1.0092999935150146,3.188800096511841,0.11249999701976776,1.0089000463485718,3.2197999954223633,0.11330000311136246,1.0092999935150146,3.2197999954223633,0.11249999701976776,1.0089000463485718,3.2197999954223633,0.11330000311136246,1.0082999467849731,3.2197000980377197,0.1152999997138977,1.0082999467849731,3.2446999549865723,0.1152999997138977,1.0089000463485718,3.2197999954223633,0.11330000311136246,1.0082999467849731,3.2446999549865723,0.1152999997138977,1.0089000463485718,3.2446999549865723,0.11330000311136246,1.0089000463485718,3.188800096511841,0.11330000311136246,1.0083999633789062,3.188800096511841,0.1152999997138977,1.0082999467849731,3.2197000980377197,0.1152999997138977,1.0089000463485718,3.188800096511841,0.11330000311136246,1.0082999467849731,3.2197000980377197,0.1152999997138977,1.0089000463485718,3.2197999954223633,0.11330000311136246,1.0094000101089478,3.1203999519348145,0.11249999701976776,1.0089999437332153,3.1203999519348145,0.11330000311136246,1.0089999437332153,3.1547000408172607,0.11330000311136246,1.0094000101089478,3.1203999519348145,0.11249999701976776,1.0089999437332153,3.1547000408172607,0.11330000311136246,1.0094000101089478,3.1547000408172607,0.11249999701976776,1.0089999437332153,3.1203999519348145,0.11330000311136246,1.0084999799728394,3.1203999519348145,0.1152999997138977,1.0083999633789062,3.1547000408172607,0.1152999997138977,1.0089999437332153,3.1203999519348145,0.11330000311136246,1.0083999633789062,3.1547000408172607,0.1152999997138977,1.0089999437332153,3.1547000408172607,0.11330000311136246,1.0094000101089478,3.1547000408172607,0.11249999701976776,1.0089999437332153,3.1547000408172607,0.11330000311136246,1.0089000463485718,3.188800096511841,0.11330000311136246,1.0094000101089478,3.1547000408172607,0.11249999701976776,1.0089000463485718,3.188800096511841,0.11330000311136246,1.0092999935150146,3.188800096511841,0.11249999701976776,1.0089999437332153,3.1547000408172607,0.11330000311136246,1.0083999633789062,3.1547000408172607,0.1152999997138977,1.0083999633789062,3.188800096511841,0.1152999997138977,1.0089999437332153,3.1547000408172607,0.11330000311136246,1.0083999633789062,3.188800096511841,0.1152999997138977,1.0089000463485718,3.188800096511841,0.11330000311136246,1.0051000118255615,3.1547000408172607,0.12630000710487366,1.0073000192642212,3.1547000408172607,0.11940000206232071,1.0073000192642212,3.1203999519348145,0.11940000206232071,1.0051000118255615,3.1547000408172607,0.12630000710487366,1.0073000192642212,3.1203999519348145,0.11940000206232071,1.0051000118255615,3.1203999519348145,0.12630000710487366,1.0049999952316284,3.188800096511841,0.12630000710487366,1.007200002670288,3.188800096511841,0.11940000206232071,1.0073000192642212,3.1547000408172607,0.11940000206232071,1.0049999952316284,3.188800096511841,0.12630000710487366,1.0073000192642212,3.1547000408172607,0.11940000206232071,1.0051000118255615,3.1547000408172607,0.12630000710487366,1.0073000192642212,3.1547000408172607,0.11940000206232071,1.0083999633789062,3.1547000408172607,0.1152999997138977,1.0084999799728394,3.1203999519348145,0.1152999997138977,1.0073000192642212,3.1547000408172607,0.11940000206232071,1.0084999799728394,3.1203999519348145,0.1152999997138977,1.0073000192642212,3.1203999519348145,0.11940000206232071,1.007200002670288,3.188800096511841,0.11940000206232071,1.0083999633789062,3.188800096511841,0.1152999997138977,1.0083999633789062,3.1547000408172607,0.1152999997138977,1.007200002670288,3.188800096511841,0.11940000206232071,1.0083999633789062,3.1547000408172607,0.1152999997138977,1.0073000192642212,3.1547000408172607,0.11940000206232071,1.0049999952316284,3.2446999549865723,0.12630000710487366,1.007200002670288,3.2446999549865723,0.11940000206232071,1.007200002670288,3.2197000980377197,0.11940000206232071,1.0049999952316284,3.2446999549865723,0.12630000710487366,1.007200002670288,3.2197000980377197,0.11940000206232071,1.0049999952316284,3.2197000980377197,0.12630000710487366,1.007200002670288,3.2446999549865723,0.11940000206232071,1.0082999467849731,3.2446999549865723,0.1152999997138977,1.0082999467849731,3.2197000980377197,0.1152999997138977,1.007200002670288,3.2446999549865723,0.11940000206232071,1.0082999467849731,3.2197000980377197,0.1152999997138977,1.007200002670288,3.2197000980377197,0.11940000206232071,1.0049999952316284,3.2197000980377197,0.12630000710487366,1.007200002670288,3.2197000980377197,0.11940000206232071,1.007200002670288,3.188800096511841,0.11940000206232071,1.0049999952316284,3.2197000980377197,0.12630000710487366,1.007200002670288,3.188800096511841,0.11940000206232071,1.0049999952316284,3.188800096511841,0.12630000710487366,1.007200002670288,3.2197000980377197,0.11940000206232071,1.0082999467849731,3.2197000980377197,0.1152999997138977,1.0083999633789062,3.188800096511841,0.1152999997138977,1.007200002670288,3.2197000980377197,0.11940000206232071,1.0083999633789062,3.188800096511841,0.1152999997138977,1.007200002670288,3.188800096511841,0.11940000206232071,1.0094000101089478,3.0887999534606934,0.11249999701976776,1.0090999603271484,3.0887999534606934,0.11330000311136246,1.0089999437332153,3.1203999519348145,0.11330000311136246,1.0094000101089478,3.0887999534606934,0.11249999701976776,1.0089999437332153,3.1203999519348145,0.11330000311136246,1.0094000101089478,3.1203999519348145,0.11249999701976776,1.0095000267028809,3.059000015258789,0.11249999701976776,1.0090999603271484,3.059000015258789,0.11330000311136246,1.0090999603271484,3.0887999534606934,0.11330000311136246,1.0095000267028809,3.059000015258789,0.11249999701976776,1.0090999603271484,3.0887999534606934,0.11330000311136246,1.0094000101089478,3.0887999534606934,0.11249999701976776,1.0090999603271484,3.0887999534606934,0.11330000311136246,1.0084999799728394,3.0887999534606934,0.1152999997138977,1.0084999799728394,3.1203999519348145,0.1152999997138977,1.0090999603271484,3.0887999534606934,0.11330000311136246,1.0084999799728394,3.1203999519348145,0.1152999997138977,1.0089999437332153,3.1203999519348145,0.11330000311136246,1.0090999603271484,3.059000015258789,0.11330000311136246,1.0084999799728394,3.059000015258789,0.1152999997138977,1.0084999799728394,3.0887999534606934,0.1152999997138977,1.0090999603271484,3.059000015258789,0.11330000311136246,1.0084999799728394,3.0887999534606934,0.1152999997138977,1.0090999603271484,3.0887999534606934,0.11330000311136246,1.0095000267028809,3.0028998851776123,0.11249999701976776,1.0090999603271484,3.0028998851776123,0.11330000311136246,1.0090999603271484,3.0306999683380127,0.11330000311136246,1.0095000267028809,3.0028998851776123,0.11249999701976776,1.0090999603271484,3.0306999683380127,0.11330000311136246,1.0095000267028809,3.0306999683380127,0.11249999701976776,1.0090999603271484,3.0028998851776123,0.11330000311136246,1.0084999799728394,3.0028998851776123,0.1152999997138977,1.0084999799728394,3.0306999683380127,0.1152999997138977,1.0090999603271484,3.0028998851776123,0.11330000311136246,1.0084999799728394,3.0306999683380127,0.1152999997138977,1.0090999603271484,3.0306999683380127,0.11330000311136246,1.0095000267028809,3.0306999683380127,0.11249999701976776,1.0090999603271484,3.0306999683380127,0.11330000311136246,1.0090999603271484,3.059000015258789,0.11330000311136246,1.0095000267028809,3.0306999683380127,0.11249999701976776,1.0090999603271484,3.059000015258789,0.11330000311136246,1.0095000267028809,3.059000015258789,0.11249999701976776,1.0090999603271484,3.0306999683380127,0.11330000311136246,1.0084999799728394,3.0306999683380127,0.1152999997138977,1.0084999799728394,3.059000015258789,0.1152999997138977,1.0090999603271484,3.0306999683380127,0.11330000311136246,1.0084999799728394,3.059000015258789,0.1152999997138977,1.0090999603271484,3.059000015258789,0.11330000311136246,1.0052000284194946,3.0306999683380127,0.12630000710487366,1.0074000358581543,3.0306999683380127,0.11940000206232071,1.0074000358581543,3.0028998851776123,0.11940000206232071,1.0052000284194946,3.0306999683380127,0.12630000710487366,1.0074000358581543,3.0028998851776123,0.11940000206232071,1.0052000284194946,3.0028998851776123,0.12630000710487366,1.0051000118255615,3.059000015258789,0.12630000710487366,1.0074000358581543,3.059000015258789,0.11940000206232071,1.0074000358581543,3.0306999683380127,0.11940000206232071,1.0051000118255615,3.059000015258789,0.12630000710487366,1.0074000358581543,3.0306999683380127,0.11940000206232071,1.0052000284194946,3.0306999683380127,0.12630000710487366,1.0074000358581543,3.0306999683380127,0.11940000206232071,1.0084999799728394,3.0306999683380127,0.1152999997138977,1.0084999799728394,3.0028998851776123,0.1152999997138977,1.0074000358581543,3.0306999683380127,0.11940000206232071,1.0084999799728394,3.0028998851776123,0.1152999997138977,1.0074000358581543,3.0028998851776123,0.11940000206232071,1.0074000358581543,3.059000015258789,0.11940000206232071,1.0084999799728394,3.059000015258789,0.1152999997138977,1.0084999799728394,3.0306999683380127,0.1152999997138977,1.0074000358581543,3.059000015258789,0.11940000206232071,1.0084999799728394,3.0306999683380127,0.1152999997138977,1.0074000358581543,3.0306999683380127,0.11940000206232071,1.0051000118255615,3.1203999519348145,0.12630000710487366,1.0073000192642212,3.1203999519348145,0.11940000206232071,1.0073000192642212,3.0887999534606934,0.11940000206232071,1.0051000118255615,3.1203999519348145,0.12630000710487366,1.0073000192642212,3.0887999534606934,0.11940000206232071,1.0051000118255615,3.0887999534606934,0.12630000710487366,1.0073000192642212,3.1203999519348145,0.11940000206232071,1.0084999799728394,3.1203999519348145,0.1152999997138977,1.0084999799728394,3.0887999534606934,0.1152999997138977,1.0073000192642212,3.1203999519348145,0.11940000206232071,1.0084999799728394,3.0887999534606934,0.1152999997138977,1.0073000192642212,3.0887999534606934,0.11940000206232071,1.0051000118255615,3.0887999534606934,0.12630000710487366,1.0073000192642212,3.0887999534606934,0.11940000206232071,1.0074000358581543,3.059000015258789,0.11940000206232071,1.0051000118255615,3.0887999534606934,0.12630000710487366,1.0074000358581543,3.059000015258789,0.11940000206232071,1.0051000118255615,3.059000015258789,0.12630000710487366,1.0073000192642212,3.0887999534606934,0.11940000206232071,1.0084999799728394,3.0887999534606934,0.1152999997138977,1.0084999799728394,3.059000015258789,0.1152999997138977,1.0073000192642212,3.0887999534606934,0.11940000206232071,1.0084999799728394,3.059000015258789,0.1152999997138977,1.0074000358581543,3.059000015258789,0.11940000206232071,1.0095000267028809,2.9751999378204346,0.11249999701976776,1.0090999603271484,2.9751999378204346,0.11330000311136246,1.0090999603271484,3.0028998851776123,0.11330000311136246,1.0095000267028809,2.9751999378204346,0.11249999701976776,1.0090999603271484,3.0028998851776123,0.11330000311136246,1.0095000267028809,3.0028998851776123,0.11249999701976776,1.0095000267028809,2.946899890899658,0.11249999701976776,1.0090999603271484,2.946899890899658,0.11330000311136246,1.0090999603271484,2.9751999378204346,0.11330000311136246,1.0095000267028809,2.946899890899658,0.11249999701976776,1.0090999603271484,2.9751999378204346,0.11330000311136246,1.0095000267028809,2.9751999378204346,0.11249999701976776,1.0090999603271484,2.9751999378204346,0.11330000311136246,1.0084999799728394,2.9751999378204346,0.1152999997138977,1.0084999799728394,3.0028998851776123,0.1152999997138977,1.0090999603271484,2.9751999378204346,0.11330000311136246,1.0084999799728394,3.0028998851776123,0.1152999997138977,1.0090999603271484,3.0028998851776123,0.11330000311136246,1.0090999603271484,2.946899890899658,0.11330000311136246,1.0084999799728394,2.946899890899658,0.1152999997138977,1.0084999799728394,2.9751999378204346,0.1152999997138977,1.0090999603271484,2.946899890899658,0.11330000311136246,1.0084999799728394,2.9751999378204346,0.1152999997138977,1.0090999603271484,2.9751999378204346,0.11330000311136246,1.0094000101089478,2.8856000900268555,0.11249999701976776,1.0089999437332153,2.8856000900268555,0.11330000311136246,1.0090999603271484,2.9172000885009766,0.11330000311136246,1.0094000101089478,2.8856000900268555,0.11249999701976776,1.0090999603271484,2.9172000885009766,0.11330000311136246,1.0094000101089478,2.9172000885009766,0.11249999701976776,1.0089999437332153,2.8856000900268555,0.11330000311136246,1.0084999799728394,2.8856000900268555,0.1152999997138977,1.0084999799728394,2.9172000885009766,0.1152999997138977,1.0089999437332153,2.8856000900268555,0.11330000311136246,1.0084999799728394,2.9172000885009766,0.1152999997138977,1.0090999603271484,2.9172000885009766,0.11330000311136246,1.0094000101089478,2.9172000885009766,0.11249999701976776,1.0090999603271484,2.9172000885009766,0.11330000311136246,1.0090999603271484,2.946899890899658,0.11330000311136246,1.0094000101089478,2.9172000885009766,0.11249999701976776,1.0090999603271484,2.946899890899658,0.11330000311136246,1.0095000267028809,2.946899890899658,0.11249999701976776,1.0090999603271484,2.9172000885009766,0.11330000311136246,1.0084999799728394,2.9172000885009766,0.1152999997138977,1.0084999799728394,2.946899890899658,0.1152999997138977,1.0090999603271484,2.9172000885009766,0.11330000311136246,1.0084999799728394,2.946899890899658,0.1152999997138977,1.0090999603271484,2.946899890899658,0.11330000311136246,1.0051000118255615,2.9172000885009766,0.12630000710487366,1.0073000192642212,2.9172000885009766,0.11940000206232071,1.0073000192642212,2.8856000900268555,0.11940000206232071,1.0051000118255615,2.9172000885009766,0.12630000710487366,1.0073000192642212,2.8856000900268555,0.11940000206232071,1.0051000118255615,2.8856000900268555,0.12630000710487366,1.0051000118255615,2.946899890899658,0.12630000710487366,1.0073000192642212,2.946899890899658,0.11940000206232071,1.0073000192642212,2.9172000885009766,0.11940000206232071,1.0051000118255615,2.946899890899658,0.12630000710487366,1.0073000192642212,2.9172000885009766,0.11940000206232071,1.0051000118255615,2.9172000885009766,0.12630000710487366,1.0073000192642212,2.9172000885009766,0.11940000206232071,1.0084999799728394,2.9172000885009766,0.1152999997138977,1.0084999799728394,2.8856000900268555,0.1152999997138977,1.0073000192642212,2.9172000885009766,0.11940000206232071,1.0084999799728394,2.8856000900268555,0.1152999997138977,1.0073000192642212,2.8856000900268555,0.11940000206232071,1.0073000192642212,2.946899890899658,0.11940000206232071,1.0084999799728394,2.946899890899658,0.1152999997138977,1.0084999799728394,2.9172000885009766,0.1152999997138977,1.0073000192642212,2.946899890899658,0.11940000206232071,1.0084999799728394,2.9172000885009766,0.1152999997138977,1.0073000192642212,2.9172000885009766,0.11940000206232071,1.0052000284194946,3.0028998851776123,0.12630000710487366,1.0074000358581543,3.0028998851776123,0.11940000206232071,1.0074000358581543,2.9751999378204346,0.11940000206232071,1.0052000284194946,3.0028998851776123,0.12630000710487366,1.0074000358581543,2.9751999378204346,0.11940000206232071,1.0052000284194946,2.9751999378204346,0.12630000710487366,1.0074000358581543,3.0028998851776123,0.11940000206232071,1.0084999799728394,3.0028998851776123,0.1152999997138977,1.0084999799728394,2.9751999378204346,0.1152999997138977,1.0074000358581543,3.0028998851776123,0.11940000206232071,1.0084999799728394,2.9751999378204346,0.1152999997138977,1.0074000358581543,2.9751999378204346,0.11940000206232071,1.0052000284194946,2.9751999378204346,0.12630000710487366,1.0074000358581543,2.9751999378204346,0.11940000206232071,1.0073000192642212,2.946899890899658,0.11940000206232071,1.0052000284194946,2.9751999378204346,0.12630000710487366,1.0073000192642212,2.946899890899658,0.11940000206232071,1.0051000118255615,2.946899890899658,0.12630000710487366,1.0074000358581543,2.9751999378204346,0.11940000206232071,1.0084999799728394,2.9751999378204346,0.1152999997138977,1.0084999799728394,2.946899890899658,0.1152999997138977,1.0074000358581543,2.9751999378204346,0.11940000206232071,1.0084999799728394,2.946899890899658,0.1152999997138977,1.0073000192642212,2.946899890899658,0.11940000206232071,1.0094000101089478,2.851300001144409,0.11249999701976776,1.0089999437332153,2.851300001144409,0.11330000311136246,1.0089999437332153,2.8856000900268555,0.11330000311136246,1.0094000101089478,2.851300001144409,0.11249999701976776,1.0089999437332153,2.8856000900268555,0.11330000311136246,1.0094000101089478,2.8856000900268555,0.11249999701976776,1.0092999935150146,2.817199945449829,0.11249999701976776,1.0089000463485718,2.817199945449829,0.11330000311136246,1.0089999437332153,2.851300001144409,0.11330000311136246,1.0092999935150146,2.817199945449829,0.11249999701976776,1.0089999437332153,2.851300001144409,0.11330000311136246,1.0094000101089478,2.851300001144409,0.11249999701976776,1.0089999437332153,2.851300001144409,0.11330000311136246,1.0083999633789062,2.851300001144409,0.1152999997138977,1.0084999799728394,2.8856000900268555,0.1152999997138977,1.0089999437332153,2.851300001144409,0.11330000311136246,1.0084999799728394,2.8856000900268555,0.1152999997138977,1.0089999437332153,2.8856000900268555,0.11330000311136246,1.0089000463485718,2.817199945449829,0.11330000311136246,1.0083999633789062,2.817199945449829,0.1152999997138977,1.0083999633789062,2.851300001144409,0.1152999997138977,1.0089000463485718,2.817199945449829,0.11330000311136246,1.0083999633789062,2.851300001144409,0.1152999997138977,1.0089999437332153,2.851300001144409,0.11330000311136246,1.0092999935150146,2.7614998817443848,0.11249999701976776,1.0089000463485718,2.7616000175476074,0.11330000311136246,1.0089000463485718,2.786400079727173,0.11330000311136246,1.0092999935150146,2.7614998817443848,0.11249999701976776,1.0089000463485718,2.786400079727173,0.11330000311136246,1.0092999935150146,2.78629994392395,0.11249999701976776,1.0089000463485718,2.7616000175476074,0.11330000311136246,1.0082999467849731,2.7616000175476074,0.1152999997138977,1.0082999467849731,2.786400079727173,0.1152999997138977,1.0089000463485718,2.7616000175476074,0.11330000311136246,1.0082999467849731,2.786400079727173,0.1152999997138977,1.0089000463485718,2.786400079727173,0.11330000311136246,1.0092999935150146,2.78629994392395,0.11249999701976776,1.0089000463485718,2.786400079727173,0.11330000311136246,1.0089000463485718,2.817199945449829,0.11330000311136246,1.0092999935150146,2.78629994392395,0.11249999701976776,1.0089000463485718,2.817199945449829,0.11330000311136246,1.0092999935150146,2.817199945449829,0.11249999701976776,1.0089000463485718,2.786400079727173,0.11330000311136246,1.0082999467849731,2.786400079727173,0.1152999997138977,1.0083999633789062,2.817199945449829,0.1152999997138977,1.0089000463485718,2.786400079727173,0.11330000311136246,1.0083999633789062,2.817199945449829,0.1152999997138977,1.0089000463485718,2.817199945449829,0.11330000311136246,1.0049999952316284,2.786400079727173,0.12630000710487366,1.007200002670288,2.786400079727173,0.11940000206232071,1.007200002670288,2.7616000175476074,0.11940000206232071,1.0049999952316284,2.786400079727173,0.12630000710487366,1.007200002670288,2.7616000175476074,0.11940000206232071,1.0049999952316284,2.7616000175476074,0.12630000710487366,1.0049999952316284,2.817199945449829,0.12630000710487366,1.007200002670288,2.817199945449829,0.11940000206232071,1.007200002670288,2.786400079727173,0.11940000206232071,1.0049999952316284,2.817199945449829,0.12630000710487366,1.007200002670288,2.786400079727173,0.11940000206232071,1.0049999952316284,2.786400079727173,0.12630000710487366,1.007200002670288,2.786400079727173,0.11940000206232071,1.0082999467849731,2.786400079727173,0.1152999997138977,1.0082999467849731,2.7616000175476074,0.1152999997138977,1.007200002670288,2.786400079727173,0.11940000206232071,1.0082999467849731,2.7616000175476074,0.1152999997138977,1.007200002670288,2.7616000175476074,0.11940000206232071,1.007200002670288,2.817199945449829,0.11940000206232071,1.0083999633789062,2.817199945449829,0.1152999997138977,1.0082999467849731,2.786400079727173,0.1152999997138977,1.007200002670288,2.817199945449829,0.11940000206232071,1.0082999467849731,2.786400079727173,0.1152999997138977,1.007200002670288,2.786400079727173,0.11940000206232071,1.0051000118255615,2.8856000900268555,0.12630000710487366,1.0073000192642212,2.8856000900268555,0.11940000206232071,1.0073000192642212,2.851300001144409,0.11940000206232071,1.0051000118255615,2.8856000900268555,0.12630000710487366,1.0073000192642212,2.851300001144409,0.11940000206232071,1.0051000118255615,2.851300001144409,0.12630000710487366,1.0073000192642212,2.8856000900268555,0.11940000206232071,1.0084999799728394,2.8856000900268555,0.1152999997138977,1.0083999633789062,2.851300001144409,0.1152999997138977,1.0073000192642212,2.8856000900268555,0.11940000206232071,1.0083999633789062,2.851300001144409,0.1152999997138977,1.0073000192642212,2.851300001144409,0.11940000206232071,1.0051000118255615,2.851300001144409,0.12630000710487366,1.0073000192642212,2.851300001144409,0.11940000206232071,1.007200002670288,2.817199945449829,0.11940000206232071,1.0051000118255615,2.851300001144409,0.12630000710487366,1.007200002670288,2.817199945449829,0.11940000206232071,1.0049999952316284,2.817199945449829,0.12630000710487366,1.0073000192642212,2.851300001144409,0.11940000206232071,1.0083999633789062,2.851300001144409,0.1152999997138977,1.0083999633789062,2.817199945449829,0.1152999997138977,1.0073000192642212,2.851300001144409,0.11940000206232071,1.0083999633789062,2.817199945449829,0.1152999997138977,1.007200002670288,2.817199945449829,0.11940000206232071,1.0088000297546387,2.745699882507324,0.11330000311136246,1.0089000463485718,2.7616000175476074,0.11330000311136246,1.0092999935150146,2.7614998817443848,0.11249999701976776,1.0088000297546387,2.745699882507324,0.11330000311136246,1.0092999935150146,2.7614998817443848,0.11249999701976776,1.0091999769210815,2.7455999851226807,0.11249999701976776,1.0082000494003296,2.7367000579833984,0.11330000311136246,1.0088000297546387,2.745699882507324,0.11330000311136246,1.0091999769210815,2.7455999851226807,0.11249999701976776,1.0082000494003296,2.7367000579833984,0.11330000311136246,1.0091999769210815,2.7455999851226807,0.11249999701976776,1.0085999965667725,2.7365000247955322,0.11249999701976776,1.0089000463485718,2.7616000175476074,0.11330000311136246,1.0088000297546387,2.745699882507324,0.11330000311136246,1.0082000494003296,2.745800018310547,0.1152999997138977,1.0089000463485718,2.7616000175476074,0.11330000311136246,1.0082000494003296,2.745800018310547,0.1152999997138977,1.0082999467849731,2.7616000175476074,0.1152999997138977,1.0088000297546387,2.745699882507324,0.11330000311136246,1.0082000494003296,2.7367000579833984,0.11330000311136246,1.007699966430664,2.736799955368042,0.1152999997138977,1.0088000297546387,2.745699882507324,0.11330000311136246,1.007699966430664,2.736799955368042,0.1152999997138977,1.0082000494003296,2.745800018310547,0.1152999997138977,1.0032999515533447,2.7309000492095947,0.11330000311136246,1.006600022315979,2.7325000762939453,0.11330000311136246,1.0068999528884888,2.7321999073028564,0.11249999701976776,1.0032999515533447,2.7309000492095947,0.11330000311136246,1.0068999528884888,2.7321999073028564,0.11249999701976776,1.0037000179290771,2.730600118637085,0.11249999701976776,1.0027999877929688,2.731100082397461,0.1152999997138977,1.006100058555603,2.732599973678589,0.1152999997138977,1.006600022315979,2.7325000762939453,0.11330000311136246,1.0027999877929688,2.731100082397461,0.1152999997138977,1.006600022315979,2.7325000762939453,0.11330000311136246,1.0032999515533447,2.7309000492095947,0.11330000311136246,1.006600022315979,2.7325000762939453,0.11330000311136246,1.0082000494003296,2.7367000579833984,0.11330000311136246,1.0085999965667725,2.7365000247955322,0.11249999701976776,1.006600022315979,2.7325000762939453,0.11330000311136246,1.0085999965667725,2.7365000247955322,0.11249999701976776,1.0068999528884888,2.7321999073028564,0.11249999701976776,1.006100058555603,2.732599973678589,0.1152999997138977,1.007699966430664,2.736799955368042,0.1152999997138977,1.0082000494003296,2.7367000579833984,0.11330000311136246,1.006100058555603,2.732599973678589,0.1152999997138977,1.0082000494003296,2.7367000579833984,0.11330000311136246,1.006600022315979,2.7325000762939453,0.11330000311136246,1.0029000043869019,2.732599973678589,0.12630000710487366,1.0049999952316284,2.732599973678589,0.11940000206232071,1.0018999576568604,2.731100082397461,0.11940000206232071,1.0029000043869019,2.732599973678589,0.12630000710487366,1.0018999576568604,2.731100082397461,0.11940000206232071,1,2.731100082397461,0.12630000710487366,1.0044000148773193,2.7369000911712646,0.12630000710487366,1.006500005722046,2.7369000911712646,0.11940000206232071,1.0049999952316284,2.732599973678589,0.11940000206232071,1.0044000148773193,2.7369000911712646,0.12630000710487366,1.0049999952316284,2.732599973678589,0.11940000206232071,1.0029000043869019,2.732599973678589,0.12630000710487366,1.006100058555603,2.732599973678589,0.1152999997138977,1.0027999877929688,2.731100082397461,0.1152999997138977,1.0018999576568604,2.731100082397461,0.11940000206232071,1.006100058555603,2.732599973678589,0.1152999997138977,1.0018999576568604,2.731100082397461,0.11940000206232071,1.0049999952316284,2.732599973678589,0.11940000206232071,1.006500005722046,2.7369000911712646,0.11940000206232071,1.007699966430664,2.736799955368042,0.1152999997138977,1.006100058555603,2.732599973678589,0.1152999997138977,1.006500005722046,2.7369000911712646,0.11940000206232071,1.006100058555603,2.732599973678589,0.1152999997138977,1.0049999952316284,2.732599973678589,0.11940000206232071,1.0049999952316284,2.7616000175476074,0.12630000710487366,1.007200002670288,2.7616000175476074,0.11940000206232071,1.007099986076355,2.745800018310547,0.11940000206232071,1.0049999952316284,2.7616000175476074,0.12630000710487366,1.007099986076355,2.745800018310547,0.11940000206232071,1.0048999786376953,2.745800018310547,0.12630000710487366,1.007200002670288,2.7616000175476074,0.11940000206232071,1.0082999467849731,2.7616000175476074,0.1152999997138977,1.0082000494003296,2.745800018310547,0.1152999997138977,1.007200002670288,2.7616000175476074,0.11940000206232071,1.0082000494003296,2.745800018310547,0.1152999997138977,1.007099986076355,2.745800018310547,0.11940000206232071,1.0048999786376953,2.745800018310547,0.12630000710487366,1.007099986076355,2.745800018310547,0.11940000206232071,1.006500005722046,2.7369000911712646,0.11940000206232071,1.0048999786376953,2.745800018310547,0.12630000710487366,1.006500005722046,2.7369000911712646,0.11940000206232071,1.0044000148773193,2.7369000911712646,0.12630000710487366,1.007099986076355,2.745800018310547,0.11940000206232071,1.0082000494003296,2.745800018310547,0.1152999997138977,1.007699966430664,2.736799955368042,0.1152999997138977,1.007099986076355,2.745800018310547,0.11940000206232071,1.007699966430664,2.736799955368042,0.1152999997138977,1.006500005722046,2.7369000911712646,0.11940000206232071,0.9979000091552734,2.7298998832702637,0.11330000311136246,1.0032999515533447,2.7309000492095947,0.11330000311136246,1.0037000179290771,2.730600118637085,0.11249999701976776,0.9979000091552734,2.7298998832702637,0.11330000311136246,1.0037000179290771,2.730600118637085,0.11249999701976776,0.998199999332428,2.7295000553131104,0.11249999701976776,0.9908999800682068,2.729300022125244,0.11330000311136246,0.9979000091552734,2.7298998832702637,0.11330000311136246,0.998199999332428,2.7295000553131104,0.11249999701976776,0.9908999800682068,2.729300022125244,0.11330000311136246,0.998199999332428,2.7295000553131104,0.11249999701976776,0.991100013256073,2.7288999557495117,0.11249999701976776,0.9975000023841858,2.73009991645813,0.1152999997138977,1.0027999877929688,2.731100082397461,0.1152999997138977,1.0032999515533447,2.7309000492095947,0.11330000311136246,0.9975000023841858,2.73009991645813,0.1152999997138977,1.0032999515533447,2.7309000492095947,0.11330000311136246,0.9979000091552734,2.7298998832702637,0.11330000311136246,0.9907000064849854,2.7295000553131104,0.1152999997138977,0.9975000023841858,2.73009991645813,0.1152999997138977,0.9979000091552734,2.7298998832702637,0.11330000311136246,0.9907000064849854,2.7295000553131104,0.1152999997138977,0.9979000091552734,2.7298998832702637,0.11330000311136246,0.9908999800682068,2.729300022125244,0.11330000311136246,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9829000234603882,2.729099988937378,0.11330000311136246,0.9829999804496765,2.7286999225616455,0.11249999701976776,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9829999804496765,2.7286999225616455,0.11249999701976776,0.9743000268936157,2.7286999225616455,0.11249999701976776,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9743000268936157,2.7291998863220215,0.1152999997138977,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9829000234603882,2.729099988937378,0.11330000311136246,0.9829000234603882,2.729099988937378,0.11330000311136246,0.9908999800682068,2.729300022125244,0.11330000311136246,0.991100013256073,2.7288999557495117,0.11249999701976776,0.9829000234603882,2.729099988937378,0.11330000311136246,0.991100013256073,2.7288999557495117,0.11249999701976776,0.9829999804496765,2.7286999225616455,0.11249999701976776,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9907000064849854,2.7295000553131104,0.1152999997138977,0.9908999800682068,2.729300022125244,0.11330000311136246,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9908999800682068,2.729300022125244,0.11330000311136246,0.9829000234603882,2.729099988937378,0.11330000311136246,0.9818999767303467,2.7293999195098877,0.12630000710487366,0.9825000166893005,2.7293999195098877,0.11940000206232071,0.9743000268936157,2.729300022125244,0.11940000206232071,0.9818999767303467,2.7293999195098877,0.12630000710487366,0.9743000268936157,2.729300022125244,0.11940000206232071,0.9743000268936157,2.729300022125244,0.12630000710487366,0.9890000224113464,2.729599952697754,0.12630000710487366,0.9901000261306763,2.729599952697754,0.11940000206232071,0.9825000166893005,2.7293999195098877,0.11940000206232071,0.9890000224113464,2.729599952697754,0.12630000710487366,0.9825000166893005,2.7293999195098877,0.11940000206232071,0.9818999767303467,2.7293999195098877,0.12630000710487366,0.9825000166893005,2.7293999195098877,0.11940000206232071,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9743000268936157,2.7291998863220215,0.1152999997138977,0.9825000166893005,2.7293999195098877,0.11940000206232071,0.9743000268936157,2.7291998863220215,0.1152999997138977,0.9743000268936157,2.729300022125244,0.11940000206232071,0.9901000261306763,2.729599952697754,0.11940000206232071,0.9907000064849854,2.7295000553131104,0.1152999997138977,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9901000261306763,2.729599952697754,0.11940000206232071,0.9828000068664551,2.729300022125244,0.1152999997138977,0.9825000166893005,2.7293999195098877,0.11940000206232071,1,2.731100082397461,0.12630000710487366,1.0018999576568604,2.731100082397461,0.11940000206232071,0.9968000054359436,2.73009991645813,0.11940000206232071,1,2.731100082397461,0.12630000710487366,0.9968000054359436,2.73009991645813,0.11940000206232071,0.9952999949455261,2.73009991645813,0.12630000710487366,1.0018999576568604,2.731100082397461,0.11940000206232071,1.0027999877929688,2.731100082397461,0.1152999997138977,0.9975000023841858,2.73009991645813,0.1152999997138977,1.0018999576568604,2.731100082397461,0.11940000206232071,0.9975000023841858,2.73009991645813,0.1152999997138977,0.9968000054359436,2.73009991645813,0.11940000206232071,0.9952999949455261,2.73009991645813,0.12630000710487366,0.9968000054359436,2.73009991645813,0.11940000206232071,0.9901000261306763,2.729599952697754,0.11940000206232071,0.9952999949455261,2.73009991645813,0.12630000710487366,0.9901000261306763,2.729599952697754,0.11940000206232071,0.9890000224113464,2.729599952697754,0.12630000710487366,0.9968000054359436,2.73009991645813,0.11940000206232071,0.9975000023841858,2.73009991645813,0.1152999997138977,0.9907000064849854,2.7295000553131104,0.1152999997138977,0.9968000054359436,2.73009991645813,0.11940000206232071,0.9907000064849854,2.7295000553131104,0.1152999997138977,0.9901000261306763,2.729599952697754,0.11940000206232071,0.9657999873161316,2.729099988937378,0.11330000311136246,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9743000268936157,2.7286999225616455,0.11249999701976776,0.9657999873161316,2.729099988937378,0.11330000311136246,0.9743000268936157,2.7286999225616455,0.11249999701976776,0.9656999707221985,2.7286999225616455,0.11249999701976776,0.9577000141143799,2.7293999195098877,0.11330000311136246,0.9657999873161316,2.729099988937378,0.11330000311136246,0.9656999707221985,2.7286999225616455,0.11249999701976776,0.9577000141143799,2.7293999195098877,0.11330000311136246,0.9656999707221985,2.7286999225616455,0.11249999701976776,0.9575999975204468,2.7290000915527344,0.11249999701976776,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9657999873161316,2.729099988937378,0.11330000311136246,0.9659000039100647,2.729300022125244,0.1152999997138977,0.9743000268936157,2.7290000915527344,0.11330000311136246,0.9659000039100647,2.729300022125244,0.1152999997138977,0.9743000268936157,2.7291998863220215,0.1152999997138977,0.9580000042915344,2.729599952697754,0.1152999997138977,0.9659000039100647,2.729300022125244,0.1152999997138977,0.9657999873161316,2.729099988937378,0.11330000311136246,0.9580000042915344,2.729599952697754,0.1152999997138977,0.9657999873161316,2.729099988937378,0.11330000311136246,0.9577000141143799,2.7293999195098877,0.11330000311136246,0.9455000162124634,2.7311999797821045,0.11330000311136246,0.9508000016212463,2.7300000190734863,0.11330000311136246,0.9506000280380249,2.729599952697754,0.11249999701976776,0.9455000162124634,2.7311999797821045,0.11330000311136246,0.9506000280380249,2.729599952697754,0.11249999701976776,0.9452000260353088,2.7309000492095947,0.11249999701976776,0.9459999799728394,2.7314000129699707,0.1152999997138977,0.951200008392334,2.7302000522613525,0.1152999997138977,0.9508000016212463,2.7300000190734863,0.11330000311136246,0.9459999799728394,2.7314000129699707,0.1152999997138977,0.9508000016212463,2.7300000190734863,0.11330000311136246,0.9455000162124634,2.7311999797821045,0.11330000311136246,0.9508000016212463,2.7300000190734863,0.11330000311136246,0.9577000141143799,2.7293999195098877,0.11330000311136246,0.9575999975204468,2.7290000915527344,0.11249999701976776,0.9508000016212463,2.7300000190734863,0.11330000311136246,0.9575999975204468,2.7290000915527344,0.11249999701976776,0.9506000280380249,2.729599952697754,0.11249999701976776,0.951200008392334,2.7302000522613525,0.1152999997138977,0.9580000042915344,2.729599952697754,0.1152999997138977,0.9577000141143799,2.7293999195098877,0.11330000311136246,0.951200008392334,2.7302000522613525,0.1152999997138977,0.9577000141143799,2.7293999195098877,0.11330000311136246,0.9508000016212463,2.7300000190734863,0.11330000311136246,0.9488000273704529,2.7314000129699707,0.12630000710487366,0.953499972820282,2.7302000522613525,0.12630000710487366,0.9520000219345093,2.7302000522613525,0.11940000206232071,0.9488000273704529,2.7314000129699707,0.12630000710487366,0.9520000219345093,2.7302000522613525,0.11940000206232071,0.9469000101089478,2.7314000129699707,0.11940000206232071,0.953499972820282,2.7302000522613525,0.12630000710487366,0.9596999883651733,2.729599952697754,0.12630000710487366,0.9585999846458435,2.729599952697754,0.11940000206232071,0.953499972820282,2.7302000522613525,0.12630000710487366,0.9585999846458435,2.729599952697754,0.11940000206232071,0.9520000219345093,2.7302000522613525,0.11940000206232071,0.9469000101089478,2.7314000129699707,0.11940000206232071,0.9520000219345093,2.7302000522613525,0.11940000206232071,0.951200008392334,2.7302000522613525,0.1152999997138977,0.9469000101089478,2.7314000129699707,0.11940000206232071,0.951200008392334,2.7302000522613525,0.1152999997138977,0.9459999799728394,2.7314000129699707,0.1152999997138977,0.9520000219345093,2.7302000522613525,0.11940000206232071,0.9585999846458435,2.729599952697754,0.11940000206232071,0.9580000042915344,2.729599952697754,0.1152999997138977,0.9520000219345093,2.7302000522613525,0.11940000206232071,0.9580000042915344,2.729599952697754,0.1152999997138977,0.951200008392334,2.7302000522613525,0.1152999997138977,0.9667999744415283,2.7293999195098877,0.12630000710487366,0.9743000268936157,2.729300022125244,0.12630000710487366,0.9743000268936157,2.729300022125244,0.11940000206232071,0.9667999744415283,2.7293999195098877,0.12630000710487366,0.9743000268936157,2.729300022125244,0.11940000206232071,0.9661999940872192,2.7293999195098877,0.11940000206232071,0.9661999940872192,2.7293999195098877,0.11940000206232071,0.9743000268936157,2.729300022125244,0.11940000206232071,0.9743000268936157,2.7291998863220215,0.1152999997138977,0.9661999940872192,2.7293999195098877,0.11940000206232071,0.9743000268936157,2.7291998863220215,0.1152999997138977,0.9659000039100647,2.729300022125244,0.1152999997138977,0.9596999883651733,2.729599952697754,0.12630000710487366,0.9667999744415283,2.7293999195098877,0.12630000710487366,0.9661999940872192,2.7293999195098877,0.11940000206232071,0.9596999883651733,2.729599952697754,0.12630000710487366,0.9661999940872192,2.7293999195098877,0.11940000206232071,0.9585999846458435,2.729599952697754,0.11940000206232071,0.9585999846458435,2.729599952697754,0.11940000206232071,0.9661999940872192,2.7293999195098877,0.11940000206232071,0.9659000039100647,2.729300022125244,0.1152999997138977,0.9585999846458435,2.729599952697754,0.11940000206232071,0.9659000039100647,2.729300022125244,0.1152999997138977,0.9580000042915344,2.729599952697754,0.1152999997138977,0.942300021648407,2.733099937438965,0.11330000311136246,0.9455000162124634,2.7311999797821045,0.11330000311136246,0.9452000260353088,2.7309000492095947,0.11249999701976776,0.942300021648407,2.733099937438965,0.11330000311136246,0.9452000260353088,2.7309000492095947,0.11249999701976776,0.9419000148773193,2.732800006866455,0.11249999701976776,0.9405999779701233,2.7376999855041504,0.11330000311136246,0.942300021648407,2.733099937438965,0.11330000311136246,0.9419000148773193,2.732800006866455,0.11249999701976776,0.9405999779701233,2.7376999855041504,0.11330000311136246,0.9419000148773193,2.732800006866455,0.11249999701976776,0.9401999711990356,2.737499952316284,0.11249999701976776,0.942799985408783,2.7332000732421875,0.1152999997138977,0.9459999799728394,2.7314000129699707,0.1152999997138977,0.9455000162124634,2.7311999797821045,0.11330000311136246,0.942799985408783,2.7332000732421875,0.1152999997138977,0.9455000162124634,2.7311999797821045,0.11330000311136246,0.942300021648407,2.733099937438965,0.11330000311136246,0.9412000179290771,2.737799882888794,0.1152999997138977,0.942799985408783,2.7332000732421875,0.1152999997138977,0.942300021648407,2.733099937438965,0.11330000311136246,0.9412000179290771,2.737799882888794,0.1152999997138977,0.942300021648407,2.733099937438965,0.11330000311136246,0.9405999779701233,2.7376999855041504,0.11330000311136246,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9399999976158142,2.746999979019165,0.11330000311136246,0.9397000074386597,2.7469000816345215,0.11249999701976776,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9397000074386597,2.7469000816345215,0.11249999701976776,0.9395999908447266,2.7630999088287354,0.11249999701976776,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9405999779701233,2.763200044631958,0.1152999997138977,0.9405999779701233,2.7471001148223877,0.1152999997138977,0.9399999976158142,2.763200044631958,0.11330000311136246,0.9405999779701233,2.7471001148223877,0.1152999997138977,0.9399999976158142,2.746999979019165,0.11330000311136246,0.9399999976158142,2.746999979019165,0.11330000311136246,0.9405999779701233,2.7376999855041504,0.11330000311136246,0.9401999711990356,2.737499952316284,0.11249999701976776,0.9399999976158142,2.746999979019165,0.11330000311136246,0.9401999711990356,2.737499952316284,0.11249999701976776,0.9397000074386597,2.7469000816345215,0.11249999701976776,0.9399999976158142,2.746999979019165,0.11330000311136246,0.9405999779701233,2.7471001148223877,0.1152999997138977,0.9412000179290771,2.737799882888794,0.1152999997138977,0.9399999976158142,2.746999979019165,0.11330000311136246,0.9412000179290771,2.737799882888794,0.1152999997138977,0.9405999779701233,2.7376999855041504,0.11330000311136246,0.9438999891281128,2.7471001148223877,0.12630000710487366,0.9416999816894531,2.7471001148223877,0.11940000206232071,0.9416999816894531,2.763200044631958,0.11940000206232071,0.9438999891281128,2.7471001148223877,0.12630000710487366,0.9416999816894531,2.763200044631958,0.11940000206232071,0.9438999891281128,2.763200044631958,0.12630000710487366,0.9438999891281128,2.7471001148223877,0.12630000710487366,0.9445000290870667,2.737799882888794,0.12630000710487366,0.942300021648407,2.737799882888794,0.11940000206232071,0.9438999891281128,2.7471001148223877,0.12630000710487366,0.942300021648407,2.737799882888794,0.11940000206232071,0.9416999816894531,2.7471001148223877,0.11940000206232071,0.9416999816894531,2.7471001148223877,0.11940000206232071,0.9405999779701233,2.7471001148223877,0.1152999997138977,0.9405999779701233,2.763200044631958,0.1152999997138977,0.9416999816894531,2.7471001148223877,0.11940000206232071,0.9405999779701233,2.763200044631958,0.1152999997138977,0.9416999816894531,2.763200044631958,0.11940000206232071,0.9416999816894531,2.7471001148223877,0.11940000206232071,0.942300021648407,2.737799882888794,0.11940000206232071,0.9412000179290771,2.737799882888794,0.1152999997138977,0.9416999816894531,2.7471001148223877,0.11940000206232071,0.9412000179290771,2.737799882888794,0.1152999997138977,0.9405999779701233,2.7471001148223877,0.1152999997138977,0.945900022983551,2.7332000732421875,0.12630000710487366,0.9488000273704529,2.7314000129699707,0.12630000710487366,0.9469000101089478,2.7314000129699707,0.11940000206232071,0.945900022983551,2.7332000732421875,0.12630000710487366,0.9469000101089478,2.7314000129699707,0.11940000206232071,0.9438999891281128,2.7332000732421875,0.11940000206232071,0.9459999799728394,2.7314000129699707,0.1152999997138977,0.942799985408783,2.7332000732421875,0.1152999997138977,0.9438999891281128,2.7332000732421875,0.11940000206232071,0.9459999799728394,2.7314000129699707,0.1152999997138977,0.9438999891281128,2.7332000732421875,0.11940000206232071,0.9469000101089478,2.7314000129699707,0.11940000206232071,0.9445000290870667,2.737799882888794,0.12630000710487366,0.945900022983551,2.7332000732421875,0.12630000710487366,0.9438999891281128,2.7332000732421875,0.11940000206232071,0.9445000290870667,2.737799882888794,0.12630000710487366,0.9438999891281128,2.7332000732421875,0.11940000206232071,0.942300021648407,2.737799882888794,0.11940000206232071,0.942300021648407,2.737799882888794,0.11940000206232071,0.9438999891281128,2.7332000732421875,0.11940000206232071,0.942799985408783,2.7332000732421875,0.1152999997138977,0.942300021648407,2.737799882888794,0.11940000206232071,0.942799985408783,2.7332000732421875,0.1152999997138977,0.9412000179290771,2.737799882888794,0.1152999997138977,0.9438999891281128,2.7881999015808105,0.12630000710487366,0.9474999904632568,2.7881999015808105,0.1370999962091446,0.9476000070571899,2.763200044631958,0.1370999962091446,0.9438999891281128,2.7881999015808105,0.12630000710487366,0.9476000070571899,2.763200044631958,0.1370999962091446,0.9438999891281128,2.763200044631958,0.12630000710487366,0.9437999725341797,2.8190999031066895,0.12630000710487366,0.9474999904632568,2.8190999031066895,0.1370999962091446,0.9474999904632568,2.7881999015808105,0.1370999962091446,0.9437999725341797,2.8190999031066895,0.12630000710487366,0.9474999904632568,2.7881999015808105,0.1370999962091446,0.9438999891281128,2.7881999015808105,0.12630000710487366,0.9474999904632568,2.7881999015808105,0.1370999962091446,0.9519000053405762,2.7881999015808105,0.14959999918937683,0.9520000219345093,2.763200044631958,0.14959999918937683,0.9474999904632568,2.7881999015808105,0.1370999962091446,0.9520000219345093,2.763200044631958,0.14959999918937683,0.9476000070571899,2.763200044631958,0.1370999962091446,0.9474999904632568,2.8190999031066895,0.1370999962091446,0.9519000053405762,2.8190999031066895,0.14959999918937683,0.9519000053405762,2.7881999015808105,0.14959999918937683,0.9474999904632568,2.8190999031066895,0.1370999962091446,0.9519000053405762,2.7881999015808105,0.14959999918937683,0.9474999904632568,2.7881999015808105,0.1370999962091446,0.9437999725341797,2.887500047683716,0.12630000710487366,0.9473999738693237,2.887500047683716,0.1370999962091446,0.9474999904632568,2.8531999588012695,0.1370999962091446,0.9437999725341797,2.887500047683716,0.12630000710487366,0.9474999904632568,2.8531999588012695,0.1370999962091446,0.9437999725341797,2.8531999588012695,0.12630000710487366,0.9473999738693237,2.887500047683716,0.1370999962091446,0.9519000053405762,2.887500047683716,0.14959999918937683,0.9519000053405762,2.8531999588012695,0.14959999918937683,0.9473999738693237,2.887500047683716,0.1370999962091446,0.9519000053405762,2.8531999588012695,0.14959999918937683,0.9474999904632568,2.8531999588012695,0.1370999962091446,0.9437999725341797,2.8531999588012695,0.12630000710487366,0.9474999904632568,2.8531999588012695,0.1370999962091446,0.9474999904632568,2.8190999031066895,0.1370999962091446,0.9437999725341797,2.8531999588012695,0.12630000710487366,0.9474999904632568,2.8190999031066895,0.1370999962091446,0.9437999725341797,2.8190999031066895,0.12630000710487366,0.9474999904632568,2.8531999588012695,0.1370999962091446,0.9519000053405762,2.8531999588012695,0.14959999918937683,0.9519000053405762,2.8190999031066895,0.14959999918937683,0.9474999904632568,2.8531999588012695,0.1370999962091446,0.9519000053405762,2.8190999031066895,0.14959999918937683,0.9474999904632568,2.8190999031066895,0.1370999962091446,0.9603000283241272,2.8531999588012695,0.17229999601840973,0.9563999772071838,2.8531999588012695,0.16200000047683716,0.9563999772071838,2.887500047683716,0.16200000047683716,0.9603000283241272,2.8531999588012695,0.17229999601840973,0.9563999772071838,2.887500047683716,0.16200000047683716,0.9603000283241272,2.887500047683716,0.17229999601840973,0.9603000283241272,2.8190999031066895,0.17229999601840973,0.9563999772071838,2.8190999031066895,0.16200000047683716,0.9563999772071838,2.8531999588012695,0.16200000047683716,0.9603000283241272,2.8190999031066895,0.17229999601840973,0.9563999772071838,2.8531999588012695,0.16200000047683716,0.9603000283241272,2.8531999588012695,0.17229999601840973,0.9563999772071838,2.8531999588012695,0.16200000047683716,0.9519000053405762,2.8531999588012695,0.14959999918937683,0.9519000053405762,2.887500047683716,0.14959999918937683,0.9563999772071838,2.8531999588012695,0.16200000047683716,0.9519000053405762,2.887500047683716,0.14959999918937683,0.9563999772071838,2.887500047683716,0.16200000047683716,0.9563999772071838,2.8190999031066895,0.16200000047683716,0.9519000053405762,2.8190999031066895,0.14959999918937683,0.9519000053405762,2.8531999588012695,0.14959999918937683,0.9563999772071838,2.8190999031066895,0.16200000047683716,0.9519000053405762,2.8531999588012695,0.14959999918937683,0.9563999772071838,2.8531999588012695,0.16200000047683716,0.9603999853134155,2.763200044631958,0.17229999601840973,0.9564999938011169,2.763200044631958,0.16200000047683716,0.9563999772071838,2.7881999015808105,0.16200000047683716,0.9603999853134155,2.763200044631958,0.17229999601840973,0.9563999772071838,2.7881999015808105,0.16200000047683716,0.9603999853134155,2.7881999015808105,0.17229999601840973,0.9564999938011169,2.763200044631958,0.16200000047683716,0.9520000219345093,2.763200044631958,0.14959999918937683,0.9519000053405762,2.7881999015808105,0.14959999918937683,0.9564999938011169,2.763200044631958,0.16200000047683716,0.9519000053405762,2.7881999015808105,0.14959999918937683,0.9563999772071838,2.7881999015808105,0.16200000047683716,0.9603999853134155,2.7881999015808105,0.17229999601840973,0.9563999772071838,2.7881999015808105,0.16200000047683716,0.9563999772071838,2.8190999031066895,0.16200000047683716,0.9603999853134155,2.7881999015808105,0.17229999601840973,0.9563999772071838,2.8190999031066895,0.16200000047683716,0.9603000283241272,2.8190999031066895,0.17229999601840973,0.9563999772071838,2.7881999015808105,0.16200000047683716,0.9519000053405762,2.7881999015808105,0.14959999918937683,0.9519000053405762,2.8190999031066895,0.14959999918937683,0.9563999772071838,2.7881999015808105,0.16200000047683716,0.9519000053405762,2.8190999031066895,0.14959999918937683,0.9563999772071838,2.8190999031066895,0.16200000047683716,0.9437000155448914,2.919100046157837,0.12630000710487366,0.9473999738693237,2.919100046157837,0.1370999962091446,0.9473999738693237,2.887500047683716,0.1370999962091446,0.9437000155448914,2.919100046157837,0.12630000710487366,0.9473999738693237,2.887500047683716,0.1370999962091446,0.9437999725341797,2.887500047683716,0.12630000710487366,0.9437000155448914,2.948899984359741,0.12630000710487366,0.9473999738693237,2.948899984359741,0.1370999962091446,0.9473999738693237,2.919100046157837,0.1370999962091446,0.9437000155448914,2.948899984359741,0.12630000710487366,0.9473999738693237,2.919100046157837,0.1370999962091446,0.9437000155448914,2.919100046157837,0.12630000710487366,0.9473999738693237,2.919100046157837,0.1370999962091446,0.9519000053405762,2.919100046157837,0.14959999918937683,0.9519000053405762,2.887500047683716,0.14959999918937683,0.9473999738693237,2.919100046157837,0.1370999962091446,0.9519000053405762,2.887500047683716,0.14959999918937683,0.9473999738693237,2.887500047683716,0.1370999962091446,0.9473999738693237,2.948899984359741,0.1370999962091446,0.9519000053405762,2.948899984359741,0.14959999918937683,0.9519000053405762,2.919100046157837,0.14959999918937683,0.9473999738693237,2.948899984359741,0.1370999962091446,0.9519000053405762,2.919100046157837,0.14959999918937683,0.9473999738693237,2.919100046157837,0.1370999962091446,0.9437000155448914,3.005000114440918,0.12630000710487366,0.9473999738693237,3.005000114440918,0.1370999962091446,0.9473999738693237,2.9772000312805176,0.1370999962091446,0.9437000155448914,3.005000114440918,0.12630000710487366,0.9473999738693237,2.9772000312805176,0.1370999962091446,0.9437000155448914,2.9772000312805176,0.12630000710487366,0.9473999738693237,3.005000114440918,0.1370999962091446,0.9517999887466431,3.005000114440918,0.14959999918937683,0.9517999887466431,2.9772000312805176,0.14959999918937683,0.9473999738693237,3.005000114440918,0.1370999962091446,0.9517999887466431,2.9772000312805176,0.14959999918937683,0.9473999738693237,2.9772000312805176,0.1370999962091446,0.9437000155448914,2.9772000312805176,0.12630000710487366,0.9473999738693237,2.9772000312805176,0.1370999962091446,0.9473999738693237,2.948899984359741,0.1370999962091446,0.9437000155448914,2.9772000312805176,0.12630000710487366,0.9473999738693237,2.948899984359741,0.1370999962091446,0.9437000155448914,2.948899984359741,0.12630000710487366,0.9473999738693237,2.9772000312805176,0.1370999962091446,0.9517999887466431,2.9772000312805176,0.14959999918937683,0.9519000053405762,2.948899984359741,0.14959999918937683,0.9473999738693237,2.9772000312805176,0.1370999962091446,0.9519000053405762,2.948899984359741,0.14959999918937683,0.9473999738693237,2.948899984359741,0.1370999962091446,0.9603000283241272,2.9772000312805176,0.17229999601840973,0.9563999772071838,2.9772000312805176,0.16200000047683716,0.9563999772071838,3.005000114440918,0.16200000047683716,0.9603000283241272,2.9772000312805176,0.17229999601840973,0.9563999772071838,3.005000114440918,0.16200000047683716,0.9603000283241272,3.005000114440918,0.17229999601840973,0.9603000283241272,2.948899984359741,0.17229999601840973,0.9563999772071838,2.948899984359741,0.16200000047683716,0.9563999772071838,2.9772000312805176,0.16200000047683716,0.9603000283241272,2.948899984359741,0.17229999601840973,0.9563999772071838,2.9772000312805176,0.16200000047683716,0.9603000283241272,2.9772000312805176,0.17229999601840973,0.9563999772071838,2.9772000312805176,0.16200000047683716,0.9517999887466431,2.9772000312805176,0.14959999918937683,0.9517999887466431,3.005000114440918,0.14959999918937683,0.9563999772071838,2.9772000312805176,0.16200000047683716,0.9517999887466431,3.005000114440918,0.14959999918937683,0.9563999772071838,3.005000114440918,0.16200000047683716,0.9563999772071838,2.948899984359741,0.16200000047683716,0.9519000053405762,2.948899984359741,0.14959999918937683,0.9517999887466431,2.9772000312805176,0.14959999918937683,0.9563999772071838,2.948899984359741,0.16200000047683716,0.9517999887466431,2.9772000312805176,0.14959999918937683,0.9563999772071838,2.9772000312805176,0.16200000047683716,0.9603000283241272,2.887500047683716,0.17229999601840973,0.9563999772071838,2.887500047683716,0.16200000047683716,0.9563999772071838,2.919100046157837,0.16200000047683716,0.9603000283241272,2.887500047683716,0.17229999601840973,0.9563999772071838,2.919100046157837,0.16200000047683716,0.9603000283241272,2.919100046157837,0.17229999601840973,0.9563999772071838,2.887500047683716,0.16200000047683716,0.9519000053405762,2.887500047683716,0.14959999918937683,0.9519000053405762,2.919100046157837,0.14959999918937683,0.9563999772071838,2.887500047683716,0.16200000047683716,0.9519000053405762,2.919100046157837,0.14959999918937683,0.9563999772071838,2.919100046157837,0.16200000047683716,0.9603000283241272,2.919100046157837,0.17229999601840973,0.9563999772071838,2.919100046157837,0.16200000047683716,0.9563999772071838,2.948899984359741,0.16200000047683716,0.9603000283241272,2.919100046157837,0.17229999601840973,0.9563999772071838,2.948899984359741,0.16200000047683716,0.9603000283241272,2.948899984359741,0.17229999601840973,0.9563999772071838,2.919100046157837,0.16200000047683716,0.9519000053405762,2.919100046157837,0.14959999918937683,0.9519000053405762,2.948899984359741,0.14959999918937683,0.9563999772071838,2.919100046157837,0.16200000047683716,0.9519000053405762,2.948899984359741,0.14959999918937683,0.9563999772071838,2.948899984359741,0.16200000047683716,0.9437000155448914,3.0327000617980957,0.12630000710487366,0.9473999738693237,3.0327000617980957,0.1370999962091446,0.9473999738693237,3.005000114440918,0.1370999962091446,0.9437000155448914,3.0327000617980957,0.12630000710487366,0.9473999738693237,3.005000114440918,0.1370999962091446,0.9437000155448914,3.005000114440918,0.12630000710487366,0.9437000155448914,3.061000108718872,0.12630000710487366,0.9473999738693237,3.061000108718872,0.1370999962091446,0.9473999738693237,3.0327000617980957,0.1370999962091446,0.9437000155448914,3.061000108718872,0.12630000710487366,0.9473999738693237,3.0327000617980957,0.1370999962091446,0.9437000155448914,3.0327000617980957,0.12630000710487366,0.9473999738693237,3.0327000617980957,0.1370999962091446,0.9517999887466431,3.0327000617980957,0.14959999918937683,0.9517999887466431,3.005000114440918,0.14959999918937683,0.9473999738693237,3.0327000617980957,0.1370999962091446,0.9517999887466431,3.005000114440918,0.14959999918937683,0.9473999738693237,3.005000114440918,0.1370999962091446,0.9473999738693237,3.061000108718872,0.1370999962091446,0.9519000053405762,3.061000108718872,0.14959999918937683,0.9517999887466431,3.0327000617980957,0.14959999918937683,0.9473999738693237,3.061000108718872,0.1370999962091446,0.9517999887466431,3.0327000617980957,0.14959999918937683,0.9473999738693237,3.0327000617980957,0.1370999962091446,0.9437999725341797,3.122299909591675,0.12630000710487366,0.9473999738693237,3.122299909591675,0.1370999962091446,0.9473999738693237,3.0906999111175537,0.1370999962091446,0.9437999725341797,3.122299909591675,0.12630000710487366,0.9473999738693237,3.0906999111175537,0.1370999962091446,0.9437000155448914,3.0906999111175537,0.12630000710487366,0.9473999738693237,3.122299909591675,0.1370999962091446,0.9519000053405762,3.122299909591675,0.14959999918937683,0.9519000053405762,3.0906999111175537,0.14959999918937683,0.9473999738693237,3.122299909591675,0.1370999962091446,0.9519000053405762,3.0906999111175537,0.14959999918937683,0.9473999738693237,3.0906999111175537,0.1370999962091446,0.9437000155448914,3.0906999111175537,0.12630000710487366,0.9473999738693237,3.0906999111175537,0.1370999962091446,0.9473999738693237,3.061000108718872,0.1370999962091446,0.9437000155448914,3.0906999111175537,0.12630000710487366,0.9473999738693237,3.061000108718872,0.1370999962091446,0.9437000155448914,3.061000108718872,0.12630000710487366,0.9473999738693237,3.0906999111175537,0.1370999962091446,0.9519000053405762,3.0906999111175537,0.14959999918937683,0.9519000053405762,3.061000108718872,0.14959999918937683,0.9473999738693237,3.0906999111175537,0.1370999962091446,0.9519000053405762,3.061000108718872,0.14959999918937683,0.9473999738693237,3.061000108718872,0.1370999962091446,0.9603000283241272,3.0906999111175537,0.17229999601840973,0.9563999772071838,3.0906999111175537,0.16200000047683716,0.9563999772071838,3.122299909591675,0.16200000047683716,0.9603000283241272,3.0906999111175537,0.17229999601840973,0.9563999772071838,3.122299909591675,0.16200000047683716,0.9603000283241272,3.122299909591675,0.17229999601840973,0.9603000283241272,3.061000108718872,0.17229999601840973,0.9563999772071838,3.061000108718872,0.16200000047683716,0.9563999772071838,3.0906999111175537,0.16200000047683716,0.9603000283241272,3.061000108718872,0.17229999601840973,0.9563999772071838,3.0906999111175537,0.16200000047683716,0.9603000283241272,3.0906999111175537,0.17229999601840973,0.9563999772071838,3.0906999111175537,0.16200000047683716,0.9519000053405762,3.0906999111175537,0.14959999918937683,0.9519000053405762,3.122299909591675,0.14959999918937683,0.9563999772071838,3.0906999111175537,0.16200000047683716,0.9519000053405762,3.122299909591675,0.14959999918937683,0.9563999772071838,3.122299909591675,0.16200000047683716,0.9563999772071838,3.061000108718872,0.16200000047683716,0.9519000053405762,3.061000108718872,0.14959999918937683,0.9519000053405762,3.0906999111175537,0.14959999918937683,0.9563999772071838,3.061000108718872,0.16200000047683716,0.9519000053405762,3.0906999111175537,0.14959999918937683,0.9563999772071838,3.0906999111175537,0.16200000047683716,0.9603000283241272,3.005000114440918,0.17229999601840973,0.9563999772071838,3.005000114440918,0.16200000047683716,0.9563999772071838,3.0327000617980957,0.16200000047683716,0.9603000283241272,3.005000114440918,0.17229999601840973,0.9563999772071838,3.0327000617980957,0.16200000047683716,0.9603000283241272,3.0327000617980957,0.17229999601840973,0.9563999772071838,3.005000114440918,0.16200000047683716,0.9517999887466431,3.005000114440918,0.14959999918937683,0.9517999887466431,3.0327000617980957,0.14959999918937683,0.9563999772071838,3.005000114440918,0.16200000047683716,0.9517999887466431,3.0327000617980957,0.14959999918937683,0.9563999772071838,3.0327000617980957,0.16200000047683716,0.9603000283241272,3.0327000617980957,0.17229999601840973,0.9563999772071838,3.0327000617980957,0.16200000047683716,0.9563999772071838,3.061000108718872,0.16200000047683716,0.9603000283241272,3.0327000617980957,0.17229999601840973,0.9563999772071838,3.061000108718872,0.16200000047683716,0.9603000283241272,3.061000108718872,0.17229999601840973,0.9563999772071838,3.0327000617980957,0.16200000047683716,0.9517999887466431,3.0327000617980957,0.14959999918937683,0.9519000053405762,3.061000108718872,0.14959999918937683,0.9563999772071838,3.0327000617980957,0.16200000047683716,0.9519000053405762,3.061000108718872,0.14959999918937683,0.9563999772071838,3.061000108718872,0.16200000047683716,0.9437999725341797,3.156599998474121,0.12630000710487366,0.9474999904632568,3.156599998474121,0.1370999962091446,0.9473999738693237,3.122299909591675,0.1370999962091446,0.9437999725341797,3.156599998474121,0.12630000710487366,0.9473999738693237,3.122299909591675,0.1370999962091446,0.9437999725341797,3.122299909591675,0.12630000710487366,0.9437999725341797,3.190700054168701,0.12630000710487366,0.9474999904632568,3.190700054168701,0.1370999962091446,0.9474999904632568,3.156599998474121,0.1370999962091446,0.9437999725341797,3.190700054168701,0.12630000710487366,0.9474999904632568,3.156599998474121,0.1370999962091446,0.9437999725341797,3.156599998474121,0.12630000710487366,0.9474999904632568,3.156599998474121,0.1370999962091446,0.9519000053405762,3.156599998474121,0.14959999918937683,0.9519000053405762,3.122299909591675,0.14959999918937683,0.9474999904632568,3.156599998474121,0.1370999962091446,0.9519000053405762,3.122299909591675,0.14959999918937683,0.9473999738693237,3.122299909591675,0.1370999962091446,0.9474999904632568,3.190700054168701,0.1370999962091446,0.9519000053405762,3.190700054168701,0.14959999918937683,0.9519000053405762,3.156599998474121,0.14959999918937683,0.9474999904632568,3.190700054168701,0.1370999962091446,0.9519000053405762,3.156599998474121,0.14959999918937683,0.9474999904632568,3.156599998474121,0.1370999962091446,0.9438999891281128,3.246299982070923,0.12630000710487366,0.9476000070571899,3.246299982070923,0.1370999962091446,0.9474999904632568,3.2214999198913574,0.1370999962091446,0.9438999891281128,3.246299982070923,0.12630000710487366,0.9474999904632568,3.2214999198913574,0.1370999962091446,0.9438999891281128,3.2214999198913574,0.12630000710487366,0.9476000070571899,3.246299982070923,0.1370999962091446,0.9520000219345093,3.246299982070923,0.14959999918937683,0.9519000053405762,3.2214999198913574,0.14959999918937683,0.9476000070571899,3.246299982070923,0.1370999962091446,0.9519000053405762,3.2214999198913574,0.14959999918937683,0.9474999904632568,3.2214999198913574,0.1370999962091446,0.9438999891281128,3.2214999198913574,0.12630000710487366,0.9474999904632568,3.2214999198913574,0.1370999962091446,0.9474999904632568,3.190700054168701,0.1370999962091446,0.9438999891281128,3.2214999198913574,0.12630000710487366,0.9474999904632568,3.190700054168701,0.1370999962091446,0.9437999725341797,3.190700054168701,0.12630000710487366,0.9474999904632568,3.2214999198913574,0.1370999962091446,0.9519000053405762,3.2214999198913574,0.14959999918937683,0.9519000053405762,3.190700054168701,0.14959999918937683,0.9474999904632568,3.2214999198913574,0.1370999962091446,0.9519000053405762,3.190700054168701,0.14959999918937683,0.9474999904632568,3.190700054168701,0.1370999962091446,0.9603999853134155,3.2214999198913574,0.17229999601840973,0.9563999772071838,3.2214999198913574,0.16200000047683716,0.9564999938011169,3.2462000846862793,0.16200000047683716,0.9603999853134155,3.2214999198913574,0.17229999601840973,0.9564999938011169,3.2462000846862793,0.16200000047683716,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.9603999853134155,3.1905999183654785,0.17229999601840973,0.9563999772071838,3.190700054168701,0.16200000047683716,0.9563999772071838,3.2214999198913574,0.16200000047683716,0.9603999853134155,3.1905999183654785,0.17229999601840973,0.9563999772071838,3.2214999198913574,0.16200000047683716,0.9603999853134155,3.2214999198913574,0.17229999601840973,0.9563999772071838,3.2214999198913574,0.16200000047683716,0.9519000053405762,3.2214999198913574,0.14959999918937683,0.9520000219345093,3.246299982070923,0.14959999918937683,0.9563999772071838,3.2214999198913574,0.16200000047683716,0.9520000219345093,3.246299982070923,0.14959999918937683,0.9564999938011169,3.2462000846862793,0.16200000047683716,0.9563999772071838,3.190700054168701,0.16200000047683716,0.9519000053405762,3.190700054168701,0.14959999918937683,0.9519000053405762,3.2214999198913574,0.14959999918937683,0.9563999772071838,3.190700054168701,0.16200000047683716,0.9519000053405762,3.2214999198913574,0.14959999918937683,0.9563999772071838,3.2214999198913574,0.16200000047683716,0.9603000283241272,3.122299909591675,0.17229999601840973,0.9563999772071838,3.122299909591675,0.16200000047683716,0.9563999772071838,3.156599998474121,0.16200000047683716,0.9603000283241272,3.122299909591675,0.17229999601840973,0.9563999772071838,3.156599998474121,0.16200000047683716,0.9603000283241272,3.156599998474121,0.17229999601840973,0.9563999772071838,3.122299909591675,0.16200000047683716,0.9519000053405762,3.122299909591675,0.14959999918937683,0.9519000053405762,3.156599998474121,0.14959999918937683,0.9563999772071838,3.122299909591675,0.16200000047683716,0.9519000053405762,3.156599998474121,0.14959999918937683,0.9563999772071838,3.156599998474121,0.16200000047683716,0.9603000283241272,3.156599998474121,0.17229999601840973,0.9563999772071838,3.156599998474121,0.16200000047683716,0.9563999772071838,3.190700054168701,0.16200000047683716,0.9603000283241272,3.156599998474121,0.17229999601840973,0.9563999772071838,3.190700054168701,0.16200000047683716,0.9603999853134155,3.1905999183654785,0.17229999601840973,0.9563999772071838,3.156599998474121,0.16200000047683716,0.9519000053405762,3.156599998474121,0.14959999918937683,0.9519000053405762,3.190700054168701,0.14959999918937683,0.9563999772071838,3.156599998474121,0.16200000047683716,0.9519000053405762,3.190700054168701,0.14959999918937683,0.9563999772071838,3.190700054168701,0.16200000047683716,0.9438999891281128,3.2620999813079834,0.12630000710487366,0.9476000070571899,3.2620999813079834,0.1370999962091446,0.9476000070571899,3.246299982070923,0.1370999962091446,0.9438999891281128,3.2620999813079834,0.12630000710487366,0.9476000070571899,3.246299982070923,0.1370999962091446,0.9438999891281128,3.246299982070923,0.12630000710487366,0.9445000290870667,3.2709999084472656,0.12630000710487366,0.9480000138282776,3.2709999084472656,0.1370999962091446,0.9476000070571899,3.2620999813079834,0.1370999962091446,0.9445000290870667,3.2709999084472656,0.12630000710487366,0.9476000070571899,3.2620999813079834,0.1370999962091446,0.9438999891281128,3.2620999813079834,0.12630000710487366,0.9476000070571899,3.2620999813079834,0.1370999962091446,0.9520000219345093,3.2620999813079834,0.14959999918937683,0.9520000219345093,3.246299982070923,0.14959999918937683,0.9476000070571899,3.2620999813079834,0.1370999962091446,0.9520000219345093,3.246299982070923,0.14959999918937683,0.9476000070571899,3.246299982070923,0.1370999962091446,0.9480000138282776,3.2709999084472656,0.1370999962091446,0.9524000287055969,3.2709999084472656,0.14959999918937683,0.9520000219345093,3.2620999813079834,0.14959999918937683,0.9480000138282776,3.2709999084472656,0.1370999962091446,0.9520000219345093,3.2620999813079834,0.14959999918937683,0.9476000070571899,3.2620999813079834,0.1370999962091446,0.9488000273704529,3.2767999172210693,0.12630000710487366,0.9519000053405762,3.2767999172210693,0.1370999962091446,0.9492999911308289,3.2753000259399414,0.1370999962091446,0.9488000273704529,3.2767999172210693,0.12630000710487366,0.9492999911308289,3.2753000259399414,0.1370999962091446,0.945900022983551,3.2753000259399414,0.12630000710487366,0.9519000053405762,3.2767999172210693,0.1370999962091446,0.9556000232696533,3.2767999172210693,0.14959999918937683,0.953499972820282,3.2751998901367188,0.14959999918937683,0.9519000053405762,3.2767999172210693,0.1370999962091446,0.953499972820282,3.2751998901367188,0.14959999918937683,0.9492999911308289,3.2753000259399414,0.1370999962091446,0.945900022983551,3.2753000259399414,0.12630000710487366,0.9492999911308289,3.2753000259399414,0.1370999962091446,0.9480000138282776,3.2709999084472656,0.1370999962091446,0.945900022983551,3.2753000259399414,0.12630000710487366,0.9480000138282776,3.2709999084472656,0.1370999962091446,0.9445000290870667,3.2709999084472656,0.12630000710487366,0.9492999911308289,3.2753000259399414,0.1370999962091446,0.953499972820282,3.2751998901367188,0.14959999918937683,0.9524000287055969,3.2709999084472656,0.14959999918937683,0.9492999911308289,3.2753000259399414,0.1370999962091446,0.9524000287055969,3.2709999084472656,0.14959999918937683,0.9480000138282776,3.2709999084472656,0.1370999962091446,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9577000141143799,3.275099992752075,0.16200000047683716,0.9593999981880188,3.276599884033203,0.16200000047683716,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9593999981880188,3.276599884033203,0.16200000047683716,0.9627000093460083,3.276400089263916,0.17229999601840973,0.9606999754905701,3.2708001136779785,0.17229999601840973,0.9567999839782715,3.2709999084472656,0.16200000047683716,0.9577000141143799,3.275099992752075,0.16200000047683716,0.9606999754905701,3.2708001136779785,0.17229999601840973,0.9577000141143799,3.275099992752075,0.16200000047683716,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9577000141143799,3.275099992752075,0.16200000047683716,0.953499972820282,3.2751998901367188,0.14959999918937683,0.9556000232696533,3.2767999172210693,0.14959999918937683,0.9577000141143799,3.275099992752075,0.16200000047683716,0.9556000232696533,3.2767999172210693,0.14959999918937683,0.9593999981880188,3.276599884033203,0.16200000047683716,0.9567999839782715,3.2709999084472656,0.16200000047683716,0.9524000287055969,3.2709999084472656,0.14959999918937683,0.953499972820282,3.2751998901367188,0.14959999918937683,0.9567999839782715,3.2709999084472656,0.16200000047683716,0.953499972820282,3.2751998901367188,0.14959999918937683,0.9577000141143799,3.275099992752075,0.16200000047683716,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.9564999938011169,3.2462000846862793,0.16200000047683716,0.9564999938011169,3.26200008392334,0.16200000047683716,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.9564999938011169,3.26200008392334,0.16200000047683716,0.9603999853134155,3.261899948120117,0.17229999601840973,0.9564999938011169,3.2462000846862793,0.16200000047683716,0.9520000219345093,3.246299982070923,0.14959999918937683,0.9520000219345093,3.2620999813079834,0.14959999918937683,0.9564999938011169,3.2462000846862793,0.16200000047683716,0.9520000219345093,3.2620999813079834,0.14959999918937683,0.9564999938011169,3.26200008392334,0.16200000047683716,0.9603999853134155,3.261899948120117,0.17229999601840973,0.9564999938011169,3.26200008392334,0.16200000047683716,0.9567999839782715,3.2709999084472656,0.16200000047683716,0.9603999853134155,3.261899948120117,0.17229999601840973,0.9567999839782715,3.2709999084472656,0.16200000047683716,0.9606999754905701,3.2708001136779785,0.17229999601840973,0.9564999938011169,3.26200008392334,0.16200000047683716,0.9520000219345093,3.2620999813079834,0.14959999918937683,0.9524000287055969,3.2709999084472656,0.14959999918937683,0.9564999938011169,3.26200008392334,0.16200000047683716,0.9524000287055969,3.2709999084472656,0.14959999918937683,0.9567999839782715,3.2709999084472656,0.16200000047683716,0.9535999894142151,3.2778000831604004,0.12630000710487366,0.9560999870300293,3.2778000831604004,0.1370999962091446,0.9519000053405762,3.2767999172210693,0.1370999962091446,0.9535999894142151,3.2778000831604004,0.12630000710487366,0.9519000053405762,3.2767999172210693,0.1370999962091446,0.9488000273704529,3.2767999172210693,0.12630000710487366,0.9598000049591064,3.2783000469207764,0.12630000710487366,0.9616000056266785,3.2783000469207764,0.1370999962091446,0.9560999870300293,3.2778000831604004,0.1370999962091446,0.9598000049591064,3.2783000469207764,0.12630000710487366,0.9560999870300293,3.2778000831604004,0.1370999962091446,0.9535999894142151,3.2778000831604004,0.12630000710487366,0.9560999870300293,3.2778000831604004,0.1370999962091446,0.9591000080108643,3.2776999473571777,0.14959999918937683,0.9556000232696533,3.2767999172210693,0.14959999918937683,0.9560999870300293,3.2778000831604004,0.1370999962091446,0.9556000232696533,3.2767999172210693,0.14959999918937683,0.9519000053405762,3.2767999172210693,0.1370999962091446,0.9616000056266785,3.2783000469207764,0.1370999962091446,0.963699996471405,3.2783000469207764,0.14959999918937683,0.9591000080108643,3.2776999473571777,0.14959999918937683,0.9616000056266785,3.2783000469207764,0.1370999962091446,0.9591000080108643,3.2776999473571777,0.14959999918937683,0.9560999870300293,3.2778000831604004,0.1370999962091446,0.9746000170707703,3.278599977493286,0.12630000710487366,0.9745000004768372,3.278599977493286,0.1370999962091446,0.9678999781608582,3.278599977493286,0.1370999962091446,0.9746000170707703,3.278599977493286,0.12630000710487366,0.9678999781608582,3.278599977493286,0.1370999962091446,0.9668999910354614,3.278599977493286,0.12630000710487366,0.9745000004768372,3.278599977493286,0.1370999962091446,0.9745000004768372,3.278599977493286,0.14959999918937683,0.9689000248908997,3.2785000801086426,0.14959999918937683,0.9745000004768372,3.278599977493286,0.1370999962091446,0.9689000248908997,3.2785000801086426,0.14959999918937683,0.9678999781608582,3.278599977493286,0.1370999962091446,0.9668999910354614,3.278599977493286,0.12630000710487366,0.9678999781608582,3.278599977493286,0.1370999962091446,0.9616000056266785,3.2783000469207764,0.1370999962091446,0.9668999910354614,3.278599977493286,0.12630000710487366,0.9616000056266785,3.2783000469207764,0.1370999962091446,0.9598000049591064,3.2783000469207764,0.12630000710487366,0.9678999781608582,3.278599977493286,0.1370999962091446,0.9689000248908997,3.2785000801086426,0.14959999918937683,0.963699996471405,3.2783000469207764,0.14959999918937683,0.9678999781608582,3.278599977493286,0.1370999962091446,0.963699996471405,3.2783000469207764,0.14959999918937683,0.9616000056266785,3.2783000469207764,0.1370999962091446,0.9710000157356262,3.27810001373291,0.17229999601840973,0.9700000286102295,3.27839994430542,0.16200000047683716,0.9745000004768372,3.27839994430542,0.16200000047683716,0.9710000157356262,3.27810001373291,0.17229999601840973,0.9745000004768372,3.27839994430542,0.16200000047683716,0.9745000004768372,3.2781999111175537,0.17229999601840973,0.9677000045776367,3.277899980545044,0.17229999601840973,0.9657999873161316,3.27810001373291,0.16200000047683716,0.9700000286102295,3.27839994430542,0.16200000047683716,0.9677000045776367,3.277899980545044,0.17229999601840973,0.9700000286102295,3.27839994430542,0.16200000047683716,0.9710000157356262,3.27810001373291,0.17229999601840973,0.9700000286102295,3.27839994430542,0.16200000047683716,0.9689000248908997,3.2785000801086426,0.14959999918937683,0.9745000004768372,3.278599977493286,0.14959999918937683,0.9700000286102295,3.27839994430542,0.16200000047683716,0.9745000004768372,3.278599977493286,0.14959999918937683,0.9745000004768372,3.27839994430542,0.16200000047683716,0.9657999873161316,3.27810001373291,0.16200000047683716,0.963699996471405,3.2783000469207764,0.14959999918937683,0.9689000248908997,3.2785000801086426,0.14959999918937683,0.9657999873161316,3.27810001373291,0.16200000047683716,0.9689000248908997,3.2785000801086426,0.14959999918937683,0.9700000286102295,3.27839994430542,0.16200000047683716,0.9627000093460083,3.276400089263916,0.17229999601840973,0.9593999981880188,3.276599884033203,0.16200000047683716,0.9621999859809875,3.277600049972534,0.16200000047683716,0.9627000093460083,3.276400089263916,0.17229999601840973,0.9621999859809875,3.277600049972534,0.16200000047683716,0.9648000001907349,3.277400016784668,0.17229999601840973,0.9593999981880188,3.276599884033203,0.16200000047683716,0.9556000232696533,3.2767999172210693,0.14959999918937683,0.9591000080108643,3.2776999473571777,0.14959999918937683,0.9593999981880188,3.276599884033203,0.16200000047683716,0.9591000080108643,3.2776999473571777,0.14959999918937683,0.9621999859809875,3.277600049972534,0.16200000047683716,0.9648000001907349,3.277400016784668,0.17229999601840973,0.9621999859809875,3.277600049972534,0.16200000047683716,0.9657999873161316,3.27810001373291,0.16200000047683716,0.9648000001907349,3.277400016784668,0.17229999601840973,0.9657999873161316,3.27810001373291,0.16200000047683716,0.9677000045776367,3.277899980545044,0.17229999601840973,0.9621999859809875,3.277600049972534,0.16200000047683716,0.9591000080108643,3.2776999473571777,0.14959999918937683,0.963699996471405,3.2783000469207764,0.14959999918937683,0.9621999859809875,3.277600049972534,0.16200000047683716,0.963699996471405,3.2783000469207764,0.14959999918937683,0.9657999873161316,3.27810001373291,0.16200000047683716,0.9746000170707703,3.278599977493286,0.12630000710487366,0.9821000099182129,3.278599977493286,0.12630000710487366,0.9811999797821045,3.278599977493286,0.1370999962091446,0.9746000170707703,3.278599977493286,0.12630000710487366,0.9811999797821045,3.278599977493286,0.1370999962091446,0.9745000004768372,3.278599977493286,0.1370999962091446,0.9821000099182129,3.278599977493286,0.12630000710487366,0.9891999959945679,3.2783000469207764,0.12630000710487366,0.987500011920929,3.2783000469207764,0.1370999962091446,0.9821000099182129,3.278599977493286,0.12630000710487366,0.987500011920929,3.2783000469207764,0.1370999962091446,0.9811999797821045,3.278599977493286,0.1370999962091446,0.9745000004768372,3.278599977493286,0.1370999962091446,0.9811999797821045,3.278599977493286,0.1370999962091446,0.9800999760627747,3.2785000801086426,0.14959999918937683,0.9745000004768372,3.278599977493286,0.1370999962091446,0.9800999760627747,3.2785000801086426,0.14959999918937683,0.9745000004768372,3.278599977493286,0.14959999918937683,0.9811999797821045,3.278599977493286,0.1370999962091446,0.987500011920929,3.2783000469207764,0.1370999962091446,0.9853000044822693,3.2783000469207764,0.14959999918937683,0.9811999797821045,3.278599977493286,0.1370999962091446,0.9853000044822693,3.2783000469207764,0.14959999918937683,0.9800999760627747,3.2785000801086426,0.14959999918937683,0.9952999949455261,3.2776999473571777,0.12630000710487366,1.000100016593933,3.2764999866485596,0.12630000710487366,0.996999979019165,3.2764999866485596,0.1370999962091446,0.9952999949455261,3.2776999473571777,0.12630000710487366,0.996999979019165,3.2764999866485596,0.1370999962091446,0.992900013923645,3.2776999473571777,0.1370999962091446,0.992900013923645,3.2776999473571777,0.1370999962091446,0.996999979019165,3.2764999866485596,0.1370999962091446,0.9933000206947327,3.276400089263916,0.14959999918937683,0.992900013923645,3.2776999473571777,0.1370999962091446,0.9933000206947327,3.276400089263916,0.14959999918937683,0.989799976348877,3.277600049972534,0.14959999918937683,0.9891999959945679,3.2783000469207764,0.12630000710487366,0.9952999949455261,3.2776999473571777,0.12630000710487366,0.992900013923645,3.2776999473571777,0.1370999962091446,0.9891999959945679,3.2783000469207764,0.12630000710487366,0.992900013923645,3.2776999473571777,0.1370999962091446,0.987500011920929,3.2783000469207764,0.1370999962091446,0.987500011920929,3.2783000469207764,0.1370999962091446,0.992900013923645,3.2776999473571777,0.1370999962091446,0.989799976348877,3.277600049972534,0.14959999918937683,0.987500011920929,3.2783000469207764,0.1370999962091446,0.989799976348877,3.277600049972534,0.14959999918937683,0.9853000044822693,3.2783000469207764,0.14959999918937683,0.9861999750137329,3.276099920272827,0.17229999601840973,0.9840999841690063,3.2772998809814453,0.17229999601840973,0.9866999983787537,3.2774999141693115,0.16200000047683716,0.9861999750137329,3.276099920272827,0.17229999601840973,0.9866999983787537,3.2774999141693115,0.16200000047683716,0.9894999861717224,3.2762999534606934,0.16200000047683716,0.9840999841690063,3.2772998809814453,0.17229999601840973,0.9811999797821045,3.277899980545044,0.17229999601840973,0.9830999970436096,3.27810001373291,0.16200000047683716,0.9840999841690063,3.2772998809814453,0.17229999601840973,0.9830999970436096,3.27810001373291,0.16200000047683716,0.9866999983787537,3.2774999141693115,0.16200000047683716,0.9894999861717224,3.2762999534606934,0.16200000047683716,0.9866999983787537,3.2774999141693115,0.16200000047683716,0.989799976348877,3.277600049972534,0.14959999918937683,0.9894999861717224,3.2762999534606934,0.16200000047683716,0.989799976348877,3.277600049972534,0.14959999918937683,0.9933000206947327,3.276400089263916,0.14959999918937683,0.9866999983787537,3.2774999141693115,0.16200000047683716,0.9830999970436096,3.27810001373291,0.16200000047683716,0.9853000044822693,3.2783000469207764,0.14959999918937683,0.9866999983787537,3.2774999141693115,0.16200000047683716,0.9853000044822693,3.2783000469207764,0.14959999918937683,0.989799976348877,3.277600049972534,0.14959999918937683,0.9779999852180481,3.27810001373291,0.17229999601840973,0.9745000004768372,3.2781999111175537,0.17229999601840973,0.9745000004768372,3.27839994430542,0.16200000047683716,0.9779999852180481,3.27810001373291,0.17229999601840973,0.9745000004768372,3.27839994430542,0.16200000047683716,0.9789000153541565,3.27839994430542,0.16200000047683716,0.9789000153541565,3.27839994430542,0.16200000047683716,0.9745000004768372,3.27839994430542,0.16200000047683716,0.9745000004768372,3.278599977493286,0.14959999918937683,0.9789000153541565,3.27839994430542,0.16200000047683716,0.9745000004768372,3.278599977493286,0.14959999918937683,0.9800999760627747,3.2785000801086426,0.14959999918937683,0.9811999797821045,3.277899980545044,0.17229999601840973,0.9779999852180481,3.27810001373291,0.17229999601840973,0.9789000153541565,3.27839994430542,0.16200000047683716,0.9811999797821045,3.277899980545044,0.17229999601840973,0.9789000153541565,3.27839994430542,0.16200000047683716,0.9830999970436096,3.27810001373291,0.16200000047683716,0.9830999970436096,3.27810001373291,0.16200000047683716,0.9789000153541565,3.27839994430542,0.16200000047683716,0.9800999760627747,3.2785000801086426,0.14959999918937683,0.9830999970436096,3.27810001373291,0.16200000047683716,0.9800999760627747,3.2785000801086426,0.14959999918937683,0.9853000044822693,3.2783000469207764,0.14959999918937683,1.000100016593933,3.2764999866485596,0.12630000710487366,1.0029000043869019,3.2746999263763428,0.12630000710487366,0.9995999932289124,3.2746999263763428,0.1370999962091446,1.000100016593933,3.2764999866485596,0.12630000710487366,0.9995999932289124,3.2746999263763428,0.1370999962091446,0.996999979019165,3.2764999866485596,0.1370999962091446,1.0029000043869019,3.2746999263763428,0.12630000710487366,1.0044000148773193,3.2701001167297363,0.12630000710487366,1.0008000135421753,3.2701001167297363,0.1370999962091446,1.0029000043869019,3.2746999263763428,0.12630000710487366,1.0008000135421753,3.2701001167297363,0.1370999962091446,0.9995999932289124,3.2746999263763428,0.1370999962091446,0.996999979019165,3.2764999866485596,0.1370999962091446,0.9995999932289124,3.2746999263763428,0.1370999962091446,0.9954000115394592,3.274600028991699,0.14959999918937683,0.996999979019165,3.2764999866485596,0.1370999962091446,0.9954000115394592,3.274600028991699,0.14959999918937683,0.9933000206947327,3.276400089263916,0.14959999918937683,0.9995999932289124,3.2746999263763428,0.1370999962091446,1.0008000135421753,3.2701001167297363,0.1370999962091446,0.9965000152587891,3.2701001167297363,0.14959999918937683,0.9995999932289124,3.2746999263763428,0.1370999962091446,0.9965000152587891,3.2701001167297363,0.14959999918937683,0.9954000115394592,3.274600028991699,0.14959999918937683,1.0049999952316284,3.2446999549865723,0.12630000710487366,1.0012999773025513,3.2446999549865723,0.1370999962091446,1.0012999773025513,3.2607998847961426,0.1370999962091446,1.0049999952316284,3.2446999549865723,0.12630000710487366,1.0012999773025513,3.2607998847961426,0.1370999962091446,1.0048999786376953,3.2607998847961426,0.12630000710487366,1.0012999773025513,3.2446999549865723,0.1370999962091446,0.9969000220298767,3.2446999549865723,0.14959999918937683,0.9968000054359436,3.2607998847961426,0.14959999918937683,1.0012999773025513,3.2446999549865723,0.1370999962091446,0.9968000054359436,3.2607998847961426,0.14959999918937683,1.0012999773025513,3.2607998847961426,0.1370999962091446,1.0044000148773193,3.2701001167297363,0.12630000710487366,1.0048999786376953,3.2607998847961426,0.12630000710487366,1.0012999773025513,3.2607998847961426,0.1370999962091446,1.0044000148773193,3.2701001167297363,0.12630000710487366,1.0012999773025513,3.2607998847961426,0.1370999962091446,1.0008000135421753,3.2701001167297363,0.1370999962091446,1.0008000135421753,3.2701001167297363,0.1370999962091446,1.0012999773025513,3.2607998847961426,0.1370999962091446,0.9968000054359436,3.2607998847961426,0.14959999918937683,1.0008000135421753,3.2701001167297363,0.1370999962091446,0.9968000054359436,3.2607998847961426,0.14959999918937683,0.9965000152587891,3.2701001167297363,0.14959999918937683,0.9883999824523926,3.260699987411499,0.17229999601840973,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9923999905586243,3.2446999549865723,0.16200000047683716,0.9883999824523926,3.260699987411499,0.17229999601840973,0.9923999905586243,3.2446999549865723,0.16200000047683716,0.9884999990463257,3.2446999549865723,0.17229999601840973,0.9882000088691711,3.26990008354187,0.17229999601840973,0.9919999837875366,3.2699999809265137,0.16200000047683716,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9882000088691711,3.26990008354187,0.17229999601840973,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9883999824523926,3.260699987411499,0.17229999601840973,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9968000054359436,3.2607998847961426,0.14959999918937683,0.9969000220298767,3.2446999549865723,0.14959999918937683,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9969000220298767,3.2446999549865723,0.14959999918937683,0.9923999905586243,3.2446999549865723,0.16200000047683716,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9919999837875366,3.2699999809265137,0.16200000047683716,0.9965000152587891,3.2701001167297363,0.14959999918937683,0.9922999739646912,3.2607998847961426,0.16200000047683716,0.9965000152587891,3.2701001167297363,0.14959999918937683,0.9968000054359436,3.2607998847961426,0.14959999918937683,0.987500011920929,3.274399995803833,0.17229999601840973,0.9861999750137329,3.276099920272827,0.17229999601840973,0.9894999861717224,3.2762999534606934,0.16200000047683716,0.987500011920929,3.274399995803833,0.17229999601840973,0.9894999861717224,3.2762999534606934,0.16200000047683716,0.9911999702453613,3.2744998931884766,0.16200000047683716,0.9911999702453613,3.2744998931884766,0.16200000047683716,0.9894999861717224,3.2762999534606934,0.16200000047683716,0.9933000206947327,3.276400089263916,0.14959999918937683,0.9911999702453613,3.2744998931884766,0.16200000047683716,0.9933000206947327,3.276400089263916,0.14959999918937683,0.9954000115394592,3.274600028991699,0.14959999918937683,0.9882000088691711,3.26990008354187,0.17229999601840973,0.987500011920929,3.274399995803833,0.17229999601840973,0.9911999702453613,3.2744998931884766,0.16200000047683716,0.9882000088691711,3.26990008354187,0.17229999601840973,0.9911999702453613,3.2744998931884766,0.16200000047683716,0.9919999837875366,3.2699999809265137,0.16200000047683716,0.9919999837875366,3.2699999809265137,0.16200000047683716,0.9911999702453613,3.2744998931884766,0.16200000047683716,0.9954000115394592,3.274600028991699,0.14959999918937683,0.9919999837875366,3.2699999809265137,0.16200000047683716,0.9954000115394592,3.274600028991699,0.14959999918937683,0.9965000152587891,3.2701001167297363,0.14959999918937683,1.0049999952316284,3.2197000980377197,0.12630000710487366,1.0012999773025513,3.2197000980377197,0.1370999962091446,1.0012999773025513,3.2446999549865723,0.1370999962091446,1.0049999952316284,3.2197000980377197,0.12630000710487366,1.0012999773025513,3.2446999549865723,0.1370999962091446,1.0049999952316284,3.2446999549865723,0.12630000710487366,1.0049999952316284,3.188800096511841,0.12630000710487366,1.0013999938964844,3.188800096511841,0.1370999962091446,1.0012999773025513,3.2197000980377197,0.1370999962091446,1.0049999952316284,3.188800096511841,0.12630000710487366,1.0012999773025513,3.2197000980377197,0.1370999962091446,1.0049999952316284,3.2197000980377197,0.12630000710487366,1.0012999773025513,3.2197000980377197,0.1370999962091446,0.9969000220298767,3.2197000980377197,0.14959999918937683,0.9969000220298767,3.2446999549865723,0.14959999918937683,1.0012999773025513,3.2197000980377197,0.1370999962091446,0.9969000220298767,3.2446999549865723,0.14959999918937683,1.0012999773025513,3.2446999549865723,0.1370999962091446,1.0013999938964844,3.188800096511841,0.1370999962091446,0.996999979019165,3.188800096511841,0.14959999918937683,0.9969000220298767,3.2197000980377197,0.14959999918937683,1.0013999938964844,3.188800096511841,0.1370999962091446,0.9969000220298767,3.2197000980377197,0.14959999918937683,1.0012999773025513,3.2197000980377197,0.1370999962091446,1.0051000118255615,3.1203999519348145,0.12630000710487366,1.0013999938964844,3.1203999519348145,0.1370999962091446,1.0013999938964844,3.1547000408172607,0.1370999962091446,1.0051000118255615,3.1203999519348145,0.12630000710487366,1.0013999938964844,3.1547000408172607,0.1370999962091446,1.0051000118255615,3.1547000408172607,0.12630000710487366,1.0013999938964844,3.1203999519348145,0.1370999962091446,0.996999979019165,3.1203999519348145,0.14959999918937683,0.996999979019165,3.1547000408172607,0.14959999918937683,1.0013999938964844,3.1203999519348145,0.1370999962091446,0.996999979019165,3.1547000408172607,0.14959999918937683,1.0013999938964844,3.1547000408172607,0.1370999962091446,1.0051000118255615,3.1547000408172607,0.12630000710487366,1.0013999938964844,3.1547000408172607,0.1370999962091446,1.0013999938964844,3.188800096511841,0.1370999962091446,1.0051000118255615,3.1547000408172607,0.12630000710487366,1.0013999938964844,3.188800096511841,0.1370999962091446,1.0049999952316284,3.188800096511841,0.12630000710487366,1.0013999938964844,3.1547000408172607,0.1370999962091446,0.996999979019165,3.1547000408172607,0.14959999918937683,0.996999979019165,3.188800096511841,0.14959999918937683,1.0013999938964844,3.1547000408172607,0.1370999962091446,0.996999979019165,3.188800096511841,0.14959999918937683,1.0013999938964844,3.188800096511841,0.1370999962091446,0.9884999990463257,3.1547000408172607,0.17229999601840973,0.9925000071525574,3.1547000408172607,0.16200000047683716,0.9925000071525574,3.1203999519348145,0.16200000047683716,0.9884999990463257,3.1547000408172607,0.17229999601840973,0.9925000071525574,3.1203999519348145,0.16200000047683716,0.9884999990463257,3.1203999519348145,0.17229999601840973,0.9884999990463257,3.188800096511841,0.17229999601840973,0.9923999905586243,3.188800096511841,0.16200000047683716,0.9925000071525574,3.1547000408172607,0.16200000047683716,0.9884999990463257,3.188800096511841,0.17229999601840973,0.9925000071525574,3.1547000408172607,0.16200000047683716,0.9884999990463257,3.1547000408172607,0.17229999601840973,0.9925000071525574,3.1547000408172607,0.16200000047683716,0.996999979019165,3.1547000408172607,0.14959999918937683,0.996999979019165,3.1203999519348145,0.14959999918937683,0.9925000071525574,3.1547000408172607,0.16200000047683716,0.996999979019165,3.1203999519348145,0.14959999918937683,0.9925000071525574,3.1203999519348145,0.16200000047683716,0.9923999905586243,3.188800096511841,0.16200000047683716,0.996999979019165,3.188800096511841,0.14959999918937683,0.996999979019165,3.1547000408172607,0.14959999918937683,0.9923999905586243,3.188800096511841,0.16200000047683716,0.996999979019165,3.1547000408172607,0.14959999918937683,0.9925000071525574,3.1547000408172607,0.16200000047683716,0.9884999990463257,3.2446999549865723,0.17229999601840973,0.9923999905586243,3.2446999549865723,0.16200000047683716,0.9923999905586243,3.2197000980377197,0.16200000047683716,0.9884999990463257,3.2446999549865723,0.17229999601840973,0.9923999905586243,3.2197000980377197,0.16200000047683716,0.9884999990463257,3.2197000980377197,0.17229999601840973,0.9923999905586243,3.2446999549865723,0.16200000047683716,0.9969000220298767,3.2446999549865723,0.14959999918937683,0.9969000220298767,3.2197000980377197,0.14959999918937683,0.9923999905586243,3.2446999549865723,0.16200000047683716,0.9969000220298767,3.2197000980377197,0.14959999918937683,0.9923999905586243,3.2197000980377197,0.16200000047683716,0.9884999990463257,3.2197000980377197,0.17229999601840973,0.9923999905586243,3.2197000980377197,0.16200000047683716,0.9923999905586243,3.188800096511841,0.16200000047683716,0.9884999990463257,3.2197000980377197,0.17229999601840973,0.9923999905586243,3.188800096511841,0.16200000047683716,0.9884999990463257,3.188800096511841,0.17229999601840973,0.9923999905586243,3.2197000980377197,0.16200000047683716,0.9969000220298767,3.2197000980377197,0.14959999918937683,0.996999979019165,3.188800096511841,0.14959999918937683,0.9923999905586243,3.2197000980377197,0.16200000047683716,0.996999979019165,3.188800096511841,0.14959999918937683,0.9923999905586243,3.188800096511841,0.16200000047683716,1.0051000118255615,3.0887999534606934,0.12630000710487366,1.0015000104904175,3.0887999534606934,0.1370999962091446,1.0013999938964844,3.1203999519348145,0.1370999962091446,1.0051000118255615,3.0887999534606934,0.12630000710487366,1.0013999938964844,3.1203999519348145,0.1370999962091446,1.0051000118255615,3.1203999519348145,0.12630000710487366,1.0051000118255615,3.059000015258789,0.12630000710487366,1.0015000104904175,3.059000015258789,0.1370999962091446,1.0015000104904175,3.0887999534606934,0.1370999962091446,1.0051000118255615,3.059000015258789,0.12630000710487366,1.0015000104904175,3.0887999534606934,0.1370999962091446,1.0051000118255615,3.0887999534606934,0.12630000710487366,1.0015000104904175,3.0887999534606934,0.1370999962091446,0.996999979019165,3.0887999534606934,0.14959999918937683,0.996999979019165,3.1203999519348145,0.14959999918937683,1.0015000104904175,3.0887999534606934,0.1370999962091446,0.996999979019165,3.1203999519348145,0.14959999918937683,1.0013999938964844,3.1203999519348145,0.1370999962091446,1.0015000104904175,3.059000015258789,0.1370999962091446,0.996999979019165,3.059000015258789,0.14959999918937683,0.996999979019165,3.0887999534606934,0.14959999918937683,1.0015000104904175,3.059000015258789,0.1370999962091446,0.996999979019165,3.0887999534606934,0.14959999918937683,1.0015000104904175,3.0887999534606934,0.1370999962091446,1.0052000284194946,3.0028998851776123,0.12630000710487366,1.0015000104904175,3.0028998851776123,0.1370999962091446,1.0015000104904175,3.0306999683380127,0.1370999962091446,1.0052000284194946,3.0028998851776123,0.12630000710487366,1.0015000104904175,3.0306999683380127,0.1370999962091446,1.0052000284194946,3.0306999683380127,0.12630000710487366,1.0015000104904175,3.0028998851776123,0.1370999962091446,0.996999979019165,3.0028998851776123,0.14959999918937683,0.996999979019165,3.0306999683380127,0.14959999918937683,1.0015000104904175,3.0028998851776123,0.1370999962091446,0.996999979019165,3.0306999683380127,0.14959999918937683,1.0015000104904175,3.0306999683380127,0.1370999962091446,1.0052000284194946,3.0306999683380127,0.12630000710487366,1.0015000104904175,3.0306999683380127,0.1370999962091446,1.0015000104904175,3.059000015258789,0.1370999962091446,1.0052000284194946,3.0306999683380127,0.12630000710487366,1.0015000104904175,3.059000015258789,0.1370999962091446,1.0051000118255615,3.059000015258789,0.12630000710487366,1.0015000104904175,3.0306999683380127,0.1370999962091446,0.996999979019165,3.0306999683380127,0.14959999918937683,0.996999979019165,3.059000015258789,0.14959999918937683,1.0015000104904175,3.0306999683380127,0.1370999962091446,0.996999979019165,3.059000015258789,0.14959999918937683,1.0015000104904175,3.059000015258789,0.1370999962091446,0.9886000156402588,3.0306999683380127,0.17229999601840973,0.9925000071525574,3.0306999683380127,0.16200000047683716,0.9925000071525574,3.0028998851776123,0.16200000047683716,0.9886000156402588,3.0306999683380127,0.17229999601840973,0.9925000071525574,3.0028998851776123,0.16200000047683716,0.9886000156402588,3.0028998851776123,0.17229999601840973,0.9886000156402588,3.059000015258789,0.17229999601840973,0.9925000071525574,3.059000015258789,0.16200000047683716,0.9925000071525574,3.0306999683380127,0.16200000047683716,0.9886000156402588,3.059000015258789,0.17229999601840973,0.9925000071525574,3.0306999683380127,0.16200000047683716,0.9886000156402588,3.0306999683380127,0.17229999601840973,0.9925000071525574,3.0306999683380127,0.16200000047683716,0.996999979019165,3.0306999683380127,0.14959999918937683,0.996999979019165,3.0028998851776123,0.14959999918937683,0.9925000071525574,3.0306999683380127,0.16200000047683716,0.996999979019165,3.0028998851776123,0.14959999918937683,0.9925000071525574,3.0028998851776123,0.16200000047683716,0.9925000071525574,3.059000015258789,0.16200000047683716,0.996999979019165,3.059000015258789,0.14959999918937683,0.996999979019165,3.0306999683380127,0.14959999918937683,0.9925000071525574,3.059000015258789,0.16200000047683716,0.996999979019165,3.0306999683380127,0.14959999918937683,0.9925000071525574,3.0306999683380127,0.16200000047683716,0.9884999990463257,3.1203999519348145,0.17229999601840973,0.9925000071525574,3.1203999519348145,0.16200000047683716,0.9925000071525574,3.0887999534606934,0.16200000047683716,0.9884999990463257,3.1203999519348145,0.17229999601840973,0.9925000071525574,3.0887999534606934,0.16200000047683716,0.9886000156402588,3.0887999534606934,0.17229999601840973,0.9925000071525574,3.1203999519348145,0.16200000047683716,0.996999979019165,3.1203999519348145,0.14959999918937683,0.996999979019165,3.0887999534606934,0.14959999918937683,0.9925000071525574,3.1203999519348145,0.16200000047683716,0.996999979019165,3.0887999534606934,0.14959999918937683,0.9925000071525574,3.0887999534606934,0.16200000047683716,0.9886000156402588,3.0887999534606934,0.17229999601840973,0.9925000071525574,3.0887999534606934,0.16200000047683716,0.9925000071525574,3.059000015258789,0.16200000047683716,0.9886000156402588,3.0887999534606934,0.17229999601840973,0.9925000071525574,3.059000015258789,0.16200000047683716,0.9886000156402588,3.059000015258789,0.17229999601840973,0.9925000071525574,3.0887999534606934,0.16200000047683716,0.996999979019165,3.0887999534606934,0.14959999918937683,0.996999979019165,3.059000015258789,0.14959999918937683,0.9925000071525574,3.0887999534606934,0.16200000047683716,0.996999979019165,3.059000015258789,0.14959999918937683,0.9925000071525574,3.059000015258789,0.16200000047683716,1.0052000284194946,2.9751999378204346,0.12630000710487366,1.0015000104904175,2.9751999378204346,0.1370999962091446,1.0015000104904175,3.0028998851776123,0.1370999962091446,1.0052000284194946,2.9751999378204346,0.12630000710487366,1.0015000104904175,3.0028998851776123,0.1370999962091446,1.0052000284194946,3.0028998851776123,0.12630000710487366,1.0051000118255615,2.946899890899658,0.12630000710487366,1.0015000104904175,2.946899890899658,0.1370999962091446,1.0015000104904175,2.9751999378204346,0.1370999962091446,1.0051000118255615,2.946899890899658,0.12630000710487366,1.0015000104904175,2.9751999378204346,0.1370999962091446,1.0052000284194946,2.9751999378204346,0.12630000710487366,1.0015000104904175,2.9751999378204346,0.1370999962091446,0.996999979019165,2.9751999378204346,0.14959999918937683,0.996999979019165,3.0028998851776123,0.14959999918937683,1.0015000104904175,2.9751999378204346,0.1370999962091446,0.996999979019165,3.0028998851776123,0.14959999918937683,1.0015000104904175,3.0028998851776123,0.1370999962091446,1.0015000104904175,2.946899890899658,0.1370999962091446,0.996999979019165,2.946899890899658,0.14959999918937683,0.996999979019165,2.9751999378204346,0.14959999918937683,1.0015000104904175,2.946899890899658,0.1370999962091446,0.996999979019165,2.9751999378204346,0.14959999918937683,1.0015000104904175,2.9751999378204346,0.1370999962091446,1.0051000118255615,2.8856000900268555,0.12630000710487366,1.0013999938964844,2.8856000900268555,0.1370999962091446,1.0015000104904175,2.9172000885009766,0.1370999962091446,1.0051000118255615,2.8856000900268555,0.12630000710487366,1.0015000104904175,2.9172000885009766,0.1370999962091446,1.0051000118255615,2.9172000885009766,0.12630000710487366,1.0013999938964844,2.8856000900268555,0.1370999962091446,0.996999979019165,2.8856000900268555,0.14959999918937683,0.996999979019165,2.9172000885009766,0.14959999918937683,1.0013999938964844,2.8856000900268555,0.1370999962091446,0.996999979019165,2.9172000885009766,0.14959999918937683,1.0015000104904175,2.9172000885009766,0.1370999962091446,1.0051000118255615,2.9172000885009766,0.12630000710487366,1.0015000104904175,2.9172000885009766,0.1370999962091446,1.0015000104904175,2.946899890899658,0.1370999962091446,1.0051000118255615,2.9172000885009766,0.12630000710487366,1.0015000104904175,2.946899890899658,0.1370999962091446,1.0051000118255615,2.946899890899658,0.12630000710487366,1.0015000104904175,2.9172000885009766,0.1370999962091446,0.996999979019165,2.9172000885009766,0.14959999918937683,0.996999979019165,2.946899890899658,0.14959999918937683,1.0015000104904175,2.9172000885009766,0.1370999962091446,0.996999979019165,2.946899890899658,0.14959999918937683,1.0015000104904175,2.946899890899658,0.1370999962091446,0.9886000156402588,2.9172000885009766,0.17229999601840973,0.9925000071525574,2.9172000885009766,0.16200000047683716,0.9925000071525574,2.8856000900268555,0.16200000047683716,0.9886000156402588,2.9172000885009766,0.17229999601840973,0.9925000071525574,2.8856000900268555,0.16200000047683716,0.9884999990463257,2.8856000900268555,0.17229999601840973,0.9886000156402588,2.946899890899658,0.17229999601840973,0.9925000071525574,2.946899890899658,0.16200000047683716,0.9925000071525574,2.9172000885009766,0.16200000047683716,0.9886000156402588,2.946899890899658,0.17229999601840973,0.9925000071525574,2.9172000885009766,0.16200000047683716,0.9886000156402588,2.9172000885009766,0.17229999601840973,0.9925000071525574,2.9172000885009766,0.16200000047683716,0.996999979019165,2.9172000885009766,0.14959999918937683,0.996999979019165,2.8856000900268555,0.14959999918937683,0.9925000071525574,2.9172000885009766,0.16200000047683716,0.996999979019165,2.8856000900268555,0.14959999918937683,0.9925000071525574,2.8856000900268555,0.16200000047683716,0.9925000071525574,2.946899890899658,0.16200000047683716,0.996999979019165,2.946899890899658,0.14959999918937683,0.996999979019165,2.9172000885009766,0.14959999918937683,0.9925000071525574,2.946899890899658,0.16200000047683716,0.996999979019165,2.9172000885009766,0.14959999918937683,0.9925000071525574,2.9172000885009766,0.16200000047683716,0.9886000156402588,3.0028998851776123,0.17229999601840973,0.9925000071525574,3.0028998851776123,0.16200000047683716,0.9925000071525574,2.9751999378204346,0.16200000047683716,0.9886000156402588,3.0028998851776123,0.17229999601840973,0.9925000071525574,2.9751999378204346,0.16200000047683716,0.9886000156402588,2.9751999378204346,0.17229999601840973,0.9925000071525574,3.0028998851776123,0.16200000047683716,0.996999979019165,3.0028998851776123,0.14959999918937683,0.996999979019165,2.9751999378204346,0.14959999918937683,0.9925000071525574,3.0028998851776123,0.16200000047683716,0.996999979019165,2.9751999378204346,0.14959999918937683,0.9925000071525574,2.9751999378204346,0.16200000047683716,0.9886000156402588,2.9751999378204346,0.17229999601840973,0.9925000071525574,2.9751999378204346,0.16200000047683716,0.9925000071525574,2.946899890899658,0.16200000047683716,0.9886000156402588,2.9751999378204346,0.17229999601840973,0.9925000071525574,2.946899890899658,0.16200000047683716,0.9886000156402588,2.946899890899658,0.17229999601840973,0.9925000071525574,2.9751999378204346,0.16200000047683716,0.996999979019165,2.9751999378204346,0.14959999918937683,0.996999979019165,2.946899890899658,0.14959999918937683,0.9925000071525574,2.9751999378204346,0.16200000047683716,0.996999979019165,2.946899890899658,0.14959999918937683,0.9925000071525574,2.946899890899658,0.16200000047683716,1.0051000118255615,2.851300001144409,0.12630000710487366,1.0013999938964844,2.851300001144409,0.1370999962091446,1.0013999938964844,2.8856000900268555,0.1370999962091446,1.0051000118255615,2.851300001144409,0.12630000710487366,1.0013999938964844,2.8856000900268555,0.1370999962091446,1.0051000118255615,2.8856000900268555,0.12630000710487366,1.0049999952316284,2.817199945449829,0.12630000710487366,1.0013999938964844,2.817199945449829,0.1370999962091446,1.0013999938964844,2.851300001144409,0.1370999962091446,1.0049999952316284,2.817199945449829,0.12630000710487366,1.0013999938964844,2.851300001144409,0.1370999962091446,1.0051000118255615,2.851300001144409,0.12630000710487366,1.0013999938964844,2.851300001144409,0.1370999962091446,0.996999979019165,2.851300001144409,0.14959999918937683,0.996999979019165,2.8856000900268555,0.14959999918937683,1.0013999938964844,2.851300001144409,0.1370999962091446,0.996999979019165,2.8856000900268555,0.14959999918937683,1.0013999938964844,2.8856000900268555,0.1370999962091446,1.0013999938964844,2.817199945449829,0.1370999962091446,0.996999979019165,2.817199945449829,0.14959999918937683,0.996999979019165,2.851300001144409,0.14959999918937683,1.0013999938964844,2.817199945449829,0.1370999962091446,0.996999979019165,2.851300001144409,0.14959999918937683,1.0013999938964844,2.851300001144409,0.1370999962091446,1.0049999952316284,2.7616000175476074,0.12630000710487366,1.0012999773025513,2.7616000175476074,0.1370999962091446,1.0012999773025513,2.786400079727173,0.1370999962091446,1.0049999952316284,2.7616000175476074,0.12630000710487366,1.0012999773025513,2.786400079727173,0.1370999962091446,1.0049999952316284,2.786400079727173,0.12630000710487366,1.0012999773025513,2.7616000175476074,0.1370999962091446,0.9969000220298767,2.7616000175476074,0.14959999918937683,0.9969000220298767,2.786400079727173,0.14959999918937683,1.0012999773025513,2.7616000175476074,0.1370999962091446,0.9969000220298767,2.786400079727173,0.14959999918937683,1.0012999773025513,2.786400079727173,0.1370999962091446,1.0049999952316284,2.786400079727173,0.12630000710487366,1.0012999773025513,2.786400079727173,0.1370999962091446,1.0013999938964844,2.817199945449829,0.1370999962091446,1.0049999952316284,2.786400079727173,0.12630000710487366,1.0013999938964844,2.817199945449829,0.1370999962091446,1.0049999952316284,2.817199945449829,0.12630000710487366,1.0012999773025513,2.786400079727173,0.1370999962091446,0.9969000220298767,2.786400079727173,0.14959999918937683,0.996999979019165,2.817199945449829,0.14959999918937683,1.0012999773025513,2.786400079727173,0.1370999962091446,0.996999979019165,2.817199945449829,0.14959999918937683,1.0013999938964844,2.817199945449829,0.1370999962091446,0.9884999990463257,2.786400079727173,0.17229999601840973,0.9923999905586243,2.786400079727173,0.16200000047683716,0.9923999905586243,2.761699914932251,0.16200000047683716,0.9884999990463257,2.786400079727173,0.17229999601840973,0.9923999905586243,2.761699914932251,0.16200000047683716,0.9884999990463257,2.761699914932251,0.17229999601840973,0.9884999990463257,2.8173000812530518,0.17229999601840973,0.9923999905586243,2.817199945449829,0.16200000047683716,0.9923999905586243,2.786400079727173,0.16200000047683716,0.9884999990463257,2.8173000812530518,0.17229999601840973,0.9923999905586243,2.786400079727173,0.16200000047683716,0.9884999990463257,2.786400079727173,0.17229999601840973,0.9923999905586243,2.786400079727173,0.16200000047683716,0.9969000220298767,2.786400079727173,0.14959999918937683,0.9969000220298767,2.7616000175476074,0.14959999918937683,0.9923999905586243,2.786400079727173,0.16200000047683716,0.9969000220298767,2.7616000175476074,0.14959999918937683,0.9923999905586243,2.761699914932251,0.16200000047683716,0.9923999905586243,2.817199945449829,0.16200000047683716,0.996999979019165,2.817199945449829,0.14959999918937683,0.9969000220298767,2.786400079727173,0.14959999918937683,0.9923999905586243,2.817199945449829,0.16200000047683716,0.9969000220298767,2.786400079727173,0.14959999918937683,0.9923999905586243,2.786400079727173,0.16200000047683716,0.9884999990463257,2.8856000900268555,0.17229999601840973,0.9925000071525574,2.8856000900268555,0.16200000047683716,0.9925000071525574,2.851300001144409,0.16200000047683716,0.9884999990463257,2.8856000900268555,0.17229999601840973,0.9925000071525574,2.851300001144409,0.16200000047683716,0.9884999990463257,2.851300001144409,0.17229999601840973,0.9925000071525574,2.8856000900268555,0.16200000047683716,0.996999979019165,2.8856000900268555,0.14959999918937683,0.996999979019165,2.851300001144409,0.14959999918937683,0.9925000071525574,2.8856000900268555,0.16200000047683716,0.996999979019165,2.851300001144409,0.14959999918937683,0.9925000071525574,2.851300001144409,0.16200000047683716,0.9884999990463257,2.851300001144409,0.17229999601840973,0.9925000071525574,2.851300001144409,0.16200000047683716,0.9923999905586243,2.817199945449829,0.16200000047683716,0.9884999990463257,2.851300001144409,0.17229999601840973,0.9923999905586243,2.817199945449829,0.16200000047683716,0.9884999990463257,2.8173000812530518,0.17229999601840973,0.9925000071525574,2.851300001144409,0.16200000047683716,0.996999979019165,2.851300001144409,0.14959999918937683,0.996999979019165,2.817199945449829,0.14959999918937683,0.9925000071525574,2.851300001144409,0.16200000047683716,0.996999979019165,2.817199945449829,0.14959999918937683,0.9923999905586243,2.817199945449829,0.16200000047683716,1.0048999786376953,2.745800018310547,0.12630000710487366,1.0012999773025513,2.745800018310547,0.1370999962091446,1.0012999773025513,2.7616000175476074,0.1370999962091446,1.0048999786376953,2.745800018310547,0.12630000710487366,1.0012999773025513,2.7616000175476074,0.1370999962091446,1.0049999952316284,2.7616000175476074,0.12630000710487366,1.0044000148773193,2.7369000911712646,0.12630000710487366,1.0008000135421753,2.7369000911712646,0.1370999962091446,1.0012999773025513,2.745800018310547,0.1370999962091446,1.0044000148773193,2.7369000911712646,0.12630000710487366,1.0012999773025513,2.745800018310547,0.1370999962091446,1.0048999786376953,2.745800018310547,0.12630000710487366,1.0012999773025513,2.745800018310547,0.1370999962091446,0.9968000054359436,2.745800018310547,0.14959999918937683,0.9969000220298767,2.7616000175476074,0.14959999918937683,1.0012999773025513,2.745800018310547,0.1370999962091446,0.9969000220298767,2.7616000175476074,0.14959999918937683,1.0012999773025513,2.7616000175476074,0.1370999962091446,1.0008000135421753,2.7369000911712646,0.1370999962091446,0.9965000152587891,2.7369000911712646,0.14959999918937683,0.9968000054359436,2.745800018310547,0.14959999918937683,1.0008000135421753,2.7369000911712646,0.1370999962091446,0.9968000054359436,2.745800018310547,0.14959999918937683,1.0012999773025513,2.745800018310547,0.1370999962091446,1,2.731100082397461,0.12630000710487366,0.996999979019165,2.731100082397461,0.1370999962091446,0.9994999766349792,2.732599973678589,0.1370999962091446,1,2.731100082397461,0.12630000710487366,0.9994999766349792,2.732599973678589,0.1370999962091446,1.0029000043869019,2.732599973678589,0.12630000710487366,0.996999979019165,2.731100082397461,0.1370999962091446,0.9933000206947327,2.731100082397461,0.14959999918937683,0.9954000115394592,2.7327001094818115,0.14959999918937683,0.996999979019165,2.731100082397461,0.1370999962091446,0.9954000115394592,2.7327001094818115,0.14959999918937683,0.9994999766349792,2.732599973678589,0.1370999962091446,1.0029000043869019,2.732599973678589,0.12630000710487366,0.9994999766349792,2.732599973678589,0.1370999962091446,1.0008000135421753,2.7369000911712646,0.1370999962091446,1.0029000043869019,2.732599973678589,0.12630000710487366,1.0008000135421753,2.7369000911712646,0.1370999962091446,1.0044000148773193,2.7369000911712646,0.12630000710487366,0.9994999766349792,2.732599973678589,0.1370999962091446,0.9954000115394592,2.7327001094818115,0.14959999918937683,0.9965000152587891,2.7369000911712646,0.14959999918937683,0.9994999766349792,2.732599973678589,0.1370999962091446,0.9965000152587891,2.7369000911712646,0.14959999918937683,1.0008000135421753,2.7369000911712646,0.1370999962091446,0.987500011920929,2.7330000400543213,0.17229999601840973,0.9911999702453613,2.732800006866455,0.16200000047683716,0.9894999861717224,2.731300115585327,0.16200000047683716,0.987500011920929,2.7330000400543213,0.17229999601840973,0.9894999861717224,2.731300115585327,0.16200000047683716,0.9861999750137329,2.7314999103546143,0.17229999601840973,0.9882000088691711,2.7370998859405518,0.17229999601840973,0.9919999837875366,2.7369000911712646,0.16200000047683716,0.9911999702453613,2.732800006866455,0.16200000047683716,0.9882000088691711,2.7370998859405518,0.17229999601840973,0.9911999702453613,2.732800006866455,0.16200000047683716,0.987500011920929,2.7330000400543213,0.17229999601840973,0.9911999702453613,2.732800006866455,0.16200000047683716,0.9954000115394592,2.7327001094818115,0.14959999918937683,0.9933000206947327,2.731100082397461,0.14959999918937683,0.9911999702453613,2.732800006866455,0.16200000047683716,0.9933000206947327,2.731100082397461,0.14959999918937683,0.9894999861717224,2.731300115585327,0.16200000047683716,0.9919999837875366,2.7369000911712646,0.16200000047683716,0.9965000152587891,2.7369000911712646,0.14959999918937683,0.9954000115394592,2.7327001094818115,0.14959999918937683,0.9919999837875366,2.7369000911712646,0.16200000047683716,0.9954000115394592,2.7327001094818115,0.14959999918937683,0.9911999702453613,2.732800006866455,0.16200000047683716,0.9884999990463257,2.761699914932251,0.17229999601840973,0.9923999905586243,2.761699914932251,0.16200000047683716,0.9922999739646912,2.7458999156951904,0.16200000047683716,0.9884999990463257,2.761699914932251,0.17229999601840973,0.9922999739646912,2.7458999156951904,0.16200000047683716,0.9883999824523926,2.746000051498413,0.17229999601840973,0.9923999905586243,2.761699914932251,0.16200000047683716,0.9969000220298767,2.7616000175476074,0.14959999918937683,0.9968000054359436,2.745800018310547,0.14959999918937683,0.9923999905586243,2.761699914932251,0.16200000047683716,0.9968000054359436,2.745800018310547,0.14959999918937683,0.9922999739646912,2.7458999156951904,0.16200000047683716,0.9883999824523926,2.746000051498413,0.17229999601840973,0.9922999739646912,2.7458999156951904,0.16200000047683716,0.9919999837875366,2.7369000911712646,0.16200000047683716,0.9883999824523926,2.746000051498413,0.17229999601840973,0.9919999837875366,2.7369000911712646,0.16200000047683716,0.9882000088691711,2.7370998859405518,0.17229999601840973,0.9922999739646912,2.7458999156951904,0.16200000047683716,0.9968000054359436,2.745800018310547,0.14959999918937683,0.9965000152587891,2.7369000911712646,0.14959999918937683,0.9922999739646912,2.7458999156951904,0.16200000047683716,0.9965000152587891,2.7369000911712646,0.14959999918937683,0.9919999837875366,2.7369000911712646,0.16200000047683716,0.9952999949455261,2.73009991645813,0.12630000710487366,0.9927999973297119,2.73009991645813,0.1370999962091446,0.996999979019165,2.731100082397461,0.1370999962091446,0.9952999949455261,2.73009991645813,0.12630000710487366,0.996999979019165,2.731100082397461,0.1370999962091446,1,2.731100082397461,0.12630000710487366,0.9890000224113464,2.729599952697754,0.12630000710487366,0.9872999787330627,2.729599952697754,0.1370999962091446,0.9927999973297119,2.73009991645813,0.1370999962091446,0.9890000224113464,2.729599952697754,0.12630000710487366,0.9927999973297119,2.73009991645813,0.1370999962091446,0.9952999949455261,2.73009991645813,0.12630000710487366,0.9927999973297119,2.73009991645813,0.1370999962091446,0.9897000193595886,2.7302000522613525,0.14959999918937683,0.9933000206947327,2.731100082397461,0.14959999918937683,0.9927999973297119,2.73009991645813,0.1370999962091446,0.9933000206947327,2.731100082397461,0.14959999918937683,0.996999979019165,2.731100082397461,0.1370999962091446,0.9872999787330627,2.729599952697754,0.1370999962091446,0.9851999878883362,2.729599952697754,0.14959999918937683,0.9897000193595886,2.7302000522613525,0.14959999918937683,0.9872999787330627,2.729599952697754,0.1370999962091446,0.9897000193595886,2.7302000522613525,0.14959999918937683,0.9927999973297119,2.73009991645813,0.1370999962091446,0.9743000268936157,2.729300022125244,0.12630000710487366,0.9743000268936157,2.729300022125244,0.1370999962091446,0.9810000061988831,2.7293999195098877,0.1370999962091446,0.9743000268936157,2.729300022125244,0.12630000710487366,0.9810000061988831,2.7293999195098877,0.1370999962091446,0.9818999767303467,2.7293999195098877,0.12630000710487366,0.9743000268936157,2.729300022125244,0.1370999962091446,0.9743000268936157,2.7293999195098877,0.14959999918937683,0.9800000190734863,2.7293999195098877,0.14959999918937683,0.9743000268936157,2.729300022125244,0.1370999962091446,0.9800000190734863,2.7293999195098877,0.14959999918937683,0.9810000061988831,2.7293999195098877,0.1370999962091446,0.9818999767303467,2.7293999195098877,0.12630000710487366,0.9810000061988831,2.7293999195098877,0.1370999962091446,0.9872999787330627,2.729599952697754,0.1370999962091446,0.9818999767303467,2.7293999195098877,0.12630000710487366,0.9872999787330627,2.729599952697754,0.1370999962091446,0.9890000224113464,2.729599952697754,0.12630000710487366,0.9810000061988831,2.7293999195098877,0.1370999962091446,0.9800000190734863,2.7293999195098877,0.14959999918937683,0.9851999878883362,2.729599952697754,0.14959999918937683,0.9810000061988831,2.7293999195098877,0.1370999962091446,0.9851999878883362,2.729599952697754,0.14959999918937683,0.9872999787330627,2.729599952697754,0.1370999962091446,0.9779000282287598,2.72979998588562,0.17229999601840973,0.9787999987602234,2.7295000553131104,0.16200000047683716,0.9743000268936157,2.7295000553131104,0.16200000047683716,0.9779000282287598,2.72979998588562,0.17229999601840973,0.9743000268936157,2.7295000553131104,0.16200000047683716,0.974399983882904,2.7297000885009766,0.17229999601840973,0.9811999797821045,2.7300000190734863,0.17229999601840973,0.9829999804496765,2.72979998588562,0.16200000047683716,0.9787999987602234,2.7295000553131104,0.16200000047683716,0.9811999797821045,2.7300000190734863,0.17229999601840973,0.9787999987602234,2.7295000553131104,0.16200000047683716,0.9779000282287598,2.72979998588562,0.17229999601840973,0.9787999987602234,2.7295000553131104,0.16200000047683716,0.9800000190734863,2.7293999195098877,0.14959999918937683,0.9743000268936157,2.7293999195098877,0.14959999918937683,0.9787999987602234,2.7295000553131104,0.16200000047683716,0.9743000268936157,2.7293999195098877,0.14959999918937683,0.9743000268936157,2.7295000553131104,0.16200000047683716,0.9829999804496765,2.72979998588562,0.16200000047683716,0.9851999878883362,2.729599952697754,0.14959999918937683,0.9800000190734863,2.7293999195098877,0.14959999918937683,0.9829999804496765,2.72979998588562,0.16200000047683716,0.9800000190734863,2.7293999195098877,0.14959999918937683,0.9787999987602234,2.7295000553131104,0.16200000047683716,0.9861999750137329,2.7314999103546143,0.17229999601840973,0.9894999861717224,2.731300115585327,0.16200000047683716,0.9866999983787537,2.730299949645996,0.16200000047683716,0.9861999750137329,2.7314999103546143,0.17229999601840973,0.9866999983787537,2.730299949645996,0.16200000047683716,0.984000027179718,2.7304999828338623,0.17229999601840973,0.9894999861717224,2.731300115585327,0.16200000047683716,0.9933000206947327,2.731100082397461,0.14959999918937683,0.9897000193595886,2.7302000522613525,0.14959999918937683,0.9894999861717224,2.731300115585327,0.16200000047683716,0.9897000193595886,2.7302000522613525,0.14959999918937683,0.9866999983787537,2.730299949645996,0.16200000047683716,0.984000027179718,2.7304999828338623,0.17229999601840973,0.9866999983787537,2.730299949645996,0.16200000047683716,0.9829999804496765,2.72979998588562,0.16200000047683716,0.984000027179718,2.7304999828338623,0.17229999601840973,0.9829999804496765,2.72979998588562,0.16200000047683716,0.9811999797821045,2.7300000190734863,0.17229999601840973,0.9866999983787537,2.730299949645996,0.16200000047683716,0.9897000193595886,2.7302000522613525,0.14959999918937683,0.9851999878883362,2.729599952697754,0.14959999918937683,0.9866999983787537,2.730299949645996,0.16200000047683716,0.9851999878883362,2.729599952697754,0.14959999918937683,0.9829999804496765,2.72979998588562,0.16200000047683716,0.9743000268936157,2.729300022125244,0.12630000710487366,0.9667999744415283,2.7293999195098877,0.12630000710487366,0.9677000045776367,2.7293999195098877,0.1370999962091446,0.9743000268936157,2.729300022125244,0.12630000710487366,0.9677000045776367,2.7293999195098877,0.1370999962091446,0.9743000268936157,2.729300022125244,0.1370999962091446,0.9667999744415283,2.7293999195098877,0.12630000710487366,0.9596999883651733,2.729599952697754,0.12630000710487366,0.9613999724388123,2.729599952697754,0.1370999962091446,0.9667999744415283,2.7293999195098877,0.12630000710487366,0.9613999724388123,2.729599952697754,0.1370999962091446,0.9677000045776367,2.7293999195098877,0.1370999962091446,0.9743000268936157,2.729300022125244,0.1370999962091446,0.9677000045776367,2.7293999195098877,0.1370999962091446,0.9688000082969666,2.7293999195098877,0.14959999918937683,0.9743000268936157,2.729300022125244,0.1370999962091446,0.9688000082969666,2.7293999195098877,0.14959999918937683,0.9743000268936157,2.7293999195098877,0.14959999918937683,0.9677000045776367,2.7293999195098877,0.1370999962091446,0.9613999724388123,2.729599952697754,0.1370999962091446,0.9635999798774719,2.729599952697754,0.14959999918937683,0.9677000045776367,2.7293999195098877,0.1370999962091446,0.9635999798774719,2.729599952697754,0.14959999918937683,0.9688000082969666,2.7293999195098877,0.14959999918937683,0.953499972820282,2.7302000522613525,0.12630000710487366,0.9488000273704529,2.7314000129699707,0.12630000710487366,0.9517999887466431,2.7314000129699707,0.1370999962091446,0.953499972820282,2.7302000522613525,0.12630000710487366,0.9517999887466431,2.7314000129699707,0.1370999962091446,0.9559999704360962,2.7302000522613525,0.1370999962091446,0.9559999704360962,2.7302000522613525,0.1370999962091446,0.9517999887466431,2.7314000129699707,0.1370999962091446,0.9556000232696533,2.7314999103546143,0.14959999918937683,0.9559999704360962,2.7302000522613525,0.1370999962091446,0.9556000232696533,2.7314999103546143,0.14959999918937683,0.9589999914169312,2.730299949645996,0.14959999918937683,0.9596999883651733,2.729599952697754,0.12630000710487366,0.953499972820282,2.7302000522613525,0.12630000710487366,0.9559999704360962,2.7302000522613525,0.1370999962091446,0.9596999883651733,2.729599952697754,0.12630000710487366,0.9559999704360962,2.7302000522613525,0.1370999962091446,0.9613999724388123,2.729599952697754,0.1370999962091446,0.9613999724388123,2.729599952697754,0.1370999962091446,0.9559999704360962,2.7302000522613525,0.1370999962091446,0.9589999914169312,2.730299949645996,0.14959999918937683,0.9613999724388123,2.729599952697754,0.1370999962091446,0.9589999914169312,2.730299949645996,0.14959999918937683,0.9635999798774719,2.729599952697754,0.14959999918937683,0.9625999927520752,2.731800079345703,0.17229999601840973,0.9648000001907349,2.730600118637085,0.17229999601840973,0.9621000289916992,2.7304000854492188,0.16200000047683716,0.9625999927520752,2.731800079345703,0.17229999601840973,0.9621000289916992,2.7304000854492188,0.16200000047683716,0.9592999815940857,2.731600046157837,0.16200000047683716,0.9648000001907349,2.730600118637085,0.17229999601840973,0.9677000045776367,2.7300000190734863,0.17229999601840973,0.9656999707221985,2.72979998588562,0.16200000047683716,0.9648000001907349,2.730600118637085,0.17229999601840973,0.9656999707221985,2.72979998588562,0.16200000047683716,0.9621000289916992,2.7304000854492188,0.16200000047683716,0.9592999815940857,2.731600046157837,0.16200000047683716,0.9621000289916992,2.7304000854492188,0.16200000047683716,0.9589999914169312,2.730299949645996,0.14959999918937683,0.9592999815940857,2.731600046157837,0.16200000047683716,0.9589999914169312,2.730299949645996,0.14959999918937683,0.9556000232696533,2.7314999103546143,0.14959999918937683,0.9621000289916992,2.7304000854492188,0.16200000047683716,0.9656999707221985,2.72979998588562,0.16200000047683716,0.9635999798774719,2.729599952697754,0.14959999918937683,0.9621000289916992,2.7304000854492188,0.16200000047683716,0.9635999798774719,2.729599952697754,0.14959999918937683,0.9589999914169312,2.730299949645996,0.14959999918937683,0.9708999991416931,2.72979998588562,0.17229999601840973,0.974399983882904,2.7297000885009766,0.17229999601840973,0.9743000268936157,2.7295000553131104,0.16200000047683716,0.9708999991416931,2.72979998588562,0.17229999601840973,0.9743000268936157,2.7295000553131104,0.16200000047683716,0.9699000120162964,2.7295000553131104,0.16200000047683716,0.9699000120162964,2.7295000553131104,0.16200000047683716,0.9743000268936157,2.7295000553131104,0.16200000047683716,0.9743000268936157,2.7293999195098877,0.14959999918937683,0.9699000120162964,2.7295000553131104,0.16200000047683716,0.9743000268936157,2.7293999195098877,0.14959999918937683,0.9688000082969666,2.7293999195098877,0.14959999918937683,0.9677000045776367,2.7300000190734863,0.17229999601840973,0.9708999991416931,2.72979998588562,0.17229999601840973,0.9699000120162964,2.7295000553131104,0.16200000047683716,0.9677000045776367,2.7300000190734863,0.17229999601840973,0.9699000120162964,2.7295000553131104,0.16200000047683716,0.9656999707221985,2.72979998588562,0.16200000047683716,0.9656999707221985,2.72979998588562,0.16200000047683716,0.9699000120162964,2.7295000553131104,0.16200000047683716,0.9688000082969666,2.7293999195098877,0.14959999918937683,0.9656999707221985,2.72979998588562,0.16200000047683716,0.9688000082969666,2.7293999195098877,0.14959999918937683,0.9635999798774719,2.729599952697754,0.14959999918937683,0.9488000273704529,2.7314000129699707,0.12630000710487366,0.945900022983551,2.7332000732421875,0.12630000710487366,0.9492999911308289,2.7332000732421875,0.1370999962091446,0.9488000273704529,2.7314000129699707,0.12630000710487366,0.9492999911308289,2.7332000732421875,0.1370999962091446,0.9517999887466431,2.7314000129699707,0.1370999962091446,0.945900022983551,2.7332000732421875,0.12630000710487366,0.9445000290870667,2.737799882888794,0.12630000710487366,0.9480000138282776,2.737799882888794,0.1370999962091446,0.945900022983551,2.7332000732421875,0.12630000710487366,0.9480000138282776,2.737799882888794,0.1370999962091446,0.9492999911308289,2.7332000732421875,0.1370999962091446,0.9517999887466431,2.7314000129699707,0.1370999962091446,0.9492999911308289,2.7332000732421875,0.1370999962091446,0.9534000158309937,2.733299970626831,0.14959999918937683,0.9517999887466431,2.7314000129699707,0.1370999962091446,0.9534000158309937,2.733299970626831,0.14959999918937683,0.9556000232696533,2.7314999103546143,0.14959999918937683,0.9492999911308289,2.7332000732421875,0.1370999962091446,0.9480000138282776,2.737799882888794,0.1370999962091446,0.9524000287055969,2.737799882888794,0.14959999918937683,0.9492999911308289,2.7332000732421875,0.1370999962091446,0.9524000287055969,2.737799882888794,0.14959999918937683,0.9534000158309937,2.733299970626831,0.14959999918937683,0.9438999891281128,2.763200044631958,0.12630000710487366,0.9476000070571899,2.763200044631958,0.1370999962091446,0.9476000070571899,2.7471001148223877,0.1370999962091446,0.9438999891281128,2.763200044631958,0.12630000710487366,0.9476000070571899,2.7471001148223877,0.1370999962091446,0.9438999891281128,2.7471001148223877,0.12630000710487366,0.9476000070571899,2.763200044631958,0.1370999962091446,0.9520000219345093,2.763200044631958,0.14959999918937683,0.9520000219345093,2.7471001148223877,0.14959999918937683,0.9476000070571899,2.763200044631958,0.1370999962091446,0.9520000219345093,2.7471001148223877,0.14959999918937683,0.9476000070571899,2.7471001148223877,0.1370999962091446,0.9445000290870667,2.737799882888794,0.12630000710487366,0.9438999891281128,2.7471001148223877,0.12630000710487366,0.9476000070571899,2.7471001148223877,0.1370999962091446,0.9445000290870667,2.737799882888794,0.12630000710487366,0.9476000070571899,2.7471001148223877,0.1370999962091446,0.9480000138282776,2.737799882888794,0.1370999962091446,0.9480000138282776,2.737799882888794,0.1370999962091446,0.9476000070571899,2.7471001148223877,0.1370999962091446,0.9520000219345093,2.7471001148223877,0.14959999918937683,0.9480000138282776,2.737799882888794,0.1370999962091446,0.9520000219345093,2.7471001148223877,0.14959999918937683,0.9524000287055969,2.737799882888794,0.14959999918937683,0.9603999853134155,2.7472000122070312,0.17229999601840973,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9564999938011169,2.763200044631958,0.16200000047683716,0.9603999853134155,2.7472000122070312,0.17229999601840973,0.9564999938011169,2.763200044631958,0.16200000047683716,0.9603999853134155,2.763200044631958,0.17229999601840973,0.9606999754905701,2.73799991607666,0.17229999601840973,0.9567999839782715,2.7379000186920166,0.16200000047683716,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9606999754905701,2.73799991607666,0.17229999601840973,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9603999853134155,2.7472000122070312,0.17229999601840973,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9520000219345093,2.7471001148223877,0.14959999918937683,0.9520000219345093,2.763200044631958,0.14959999918937683,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9520000219345093,2.763200044631958,0.14959999918937683,0.9564999938011169,2.763200044631958,0.16200000047683716,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9567999839782715,2.7379000186920166,0.16200000047683716,0.9524000287055969,2.737799882888794,0.14959999918937683,0.9564999938011169,2.7471001148223877,0.16200000047683716,0.9524000287055969,2.737799882888794,0.14959999918937683,0.9520000219345093,2.7471001148223877,0.14959999918937683,0.9613000154495239,2.7335000038146973,0.17229999601840973,0.9625999927520752,2.731800079345703,0.17229999601840973,0.9592999815940857,2.731600046157837,0.16200000047683716,0.9613000154495239,2.7335000038146973,0.17229999601840973,0.9592999815940857,2.731600046157837,0.16200000047683716,0.9577000141143799,2.7334001064300537,0.16200000047683716,0.9577000141143799,2.7334001064300537,0.16200000047683716,0.9592999815940857,2.731600046157837,0.16200000047683716,0.9556000232696533,2.7314999103546143,0.14959999918937683,0.9577000141143799,2.7334001064300537,0.16200000047683716,0.9556000232696533,2.7314999103546143,0.14959999918937683,0.9534000158309937,2.733299970626831,0.14959999918937683,0.9606999754905701,2.73799991607666,0.17229999601840973,0.9613000154495239,2.7335000038146973,0.17229999601840973,0.9577000141143799,2.7334001064300537,0.16200000047683716,0.9606999754905701,2.73799991607666,0.17229999601840973,0.9577000141143799,2.7334001064300537,0.16200000047683716,0.9567999839782715,2.7379000186920166,0.16200000047683716,0.9567999839782715,2.7379000186920166,0.16200000047683716,0.9577000141143799,2.7334001064300537,0.16200000047683716,0.9534000158309937,2.733299970626831,0.14959999918937683,0.9567999839782715,2.7379000186920166,0.16200000047683716,0.9534000158309937,2.733299970626831,0.14959999918937683,0.9524000287055969,2.737799882888794,0.14959999918937683,0.9603999853134155,2.7881999015808105,0.17229999601840973,0.9629999995231628,2.7881999015808105,0.17839999496936798,0.9629999995231628,2.7632999420166016,0.17839999496936798,0.9603999853134155,2.7881999015808105,0.17229999601840973,0.9629999995231628,2.7632999420166016,0.17839999496936798,0.9603999853134155,2.763200044631958,0.17229999601840973,0.9603000283241272,2.8190999031066895,0.17229999601840973,0.9629999995231628,2.8190999031066895,0.17839999496936798,0.9629999995231628,2.7881999015808105,0.17839999496936798,0.9603000283241272,2.8190999031066895,0.17229999601840973,0.9629999995231628,2.7881999015808105,0.17839999496936798,0.9603999853134155,2.7881999015808105,0.17229999601840973,0.9629999995231628,2.7881999015808105,0.17839999496936798,0.9648000001907349,2.7881999015808105,0.18150000274181366,0.9648000001907349,2.763400077819824,0.18150000274181366,0.9629999995231628,2.7881999015808105,0.17839999496936798,0.9648000001907349,2.763400077819824,0.18150000274181366,0.9629999995231628,2.7632999420166016,0.17839999496936798,0.9629999995231628,2.8190999031066895,0.17839999496936798,0.9648000001907349,2.8190999031066895,0.18150000274181366,0.9648000001907349,2.7881999015808105,0.18150000274181366,0.9629999995231628,2.8190999031066895,0.17839999496936798,0.9648000001907349,2.7881999015808105,0.18150000274181366,0.9629999995231628,2.7881999015808105,0.17839999496936798,0.9603000283241272,2.887500047683716,0.17229999601840973,0.9629999995231628,2.887500047683716,0.17839999496936798,0.9629999995231628,2.8531999588012695,0.17839999496936798,0.9603000283241272,2.887500047683716,0.17229999601840973,0.9629999995231628,2.8531999588012695,0.17839999496936798,0.9603000283241272,2.8531999588012695,0.17229999601840973,0.9629999995231628,2.887500047683716,0.17839999496936798,0.9646999835968018,2.887399911880493,0.18150000274181366,0.9648000001907349,2.8531999588012695,0.18150000274181366,0.9629999995231628,2.887500047683716,0.17839999496936798,0.9648000001907349,2.8531999588012695,0.18150000274181366,0.9629999995231628,2.8531999588012695,0.17839999496936798,0.9603000283241272,2.8531999588012695,0.17229999601840973,0.9629999995231628,2.8531999588012695,0.17839999496936798,0.9629999995231628,2.8190999031066895,0.17839999496936798,0.9603000283241272,2.8531999588012695,0.17229999601840973,0.9629999995231628,2.8190999031066895,0.17839999496936798,0.9603000283241272,2.8190999031066895,0.17229999601840973,0.9629999995231628,2.8531999588012695,0.17839999496936798,0.9648000001907349,2.8531999588012695,0.18150000274181366,0.9648000001907349,2.8190999031066895,0.18150000274181366,0.9629999995231628,2.8531999588012695,0.17839999496936798,0.9648000001907349,2.8190999031066895,0.18150000274181366,0.9629999995231628,2.8190999031066895,0.17839999496936798,0.967199981212616,2.8529999256134033,0.18250000476837158,0.9660000205039978,2.853100061416626,0.18250000476837158,0.9660000205039978,2.887399911880493,0.18250000476837158,0.967199981212616,2.8529999256134033,0.18250000476837158,0.9660000205039978,2.887399911880493,0.18250000476837158,0.967199981212616,2.8873000144958496,0.18250000476837158,0.967199981212616,2.819000005722046,0.18250000476837158,0.9660000205039978,2.8190999031066895,0.18250000476837158,0.9660000205039978,2.853100061416626,0.18250000476837158,0.967199981212616,2.819000005722046,0.18250000476837158,0.9660000205039978,2.853100061416626,0.18250000476837158,0.967199981212616,2.8529999256134033,0.18250000476837158,0.9660000205039978,2.853100061416626,0.18250000476837158,0.9648000001907349,2.8531999588012695,0.18150000274181366,0.9646999835968018,2.887399911880493,0.18150000274181366,0.9660000205039978,2.853100061416626,0.18250000476837158,0.9646999835968018,2.887399911880493,0.18150000274181366,0.9660000205039978,2.887399911880493,0.18250000476837158,0.9660000205039978,2.8190999031066895,0.18250000476837158,0.9648000001907349,2.8190999031066895,0.18150000274181366,0.9648000001907349,2.8531999588012695,0.18150000274181366,0.9660000205039978,2.8190999031066895,0.18250000476837158,0.9648000001907349,2.8531999588012695,0.18150000274181366,0.9660000205039978,2.853100061416626,0.18250000476837158,0.967199981212616,2.763400077819824,0.18250000476837158,0.9660999774932861,2.7634999752044678,0.18250000476837158,0.9660999774932861,2.7881999015808105,0.18250000476837158,0.967199981212616,2.763400077819824,0.18250000476837158,0.9660999774932861,2.7881999015808105,0.18250000476837158,0.967199981212616,2.7881999015808105,0.18250000476837158,0.9660999774932861,2.7634999752044678,0.18250000476837158,0.9648000001907349,2.763400077819824,0.18150000274181366,0.9648000001907349,2.7881999015808105,0.18150000274181366,0.9660999774932861,2.7634999752044678,0.18250000476837158,0.9648000001907349,2.7881999015808105,0.18150000274181366,0.9660999774932861,2.7881999015808105,0.18250000476837158,0.967199981212616,2.7881999015808105,0.18250000476837158,0.9660999774932861,2.7881999015808105,0.18250000476837158,0.9660000205039978,2.8190999031066895,0.18250000476837158,0.967199981212616,2.7881999015808105,0.18250000476837158,0.9660000205039978,2.8190999031066895,0.18250000476837158,0.967199981212616,2.819000005722046,0.18250000476837158,0.9660999774932861,2.7881999015808105,0.18250000476837158,0.9648000001907349,2.7881999015808105,0.18150000274181366,0.9648000001907349,2.8190999031066895,0.18150000274181366,0.9660999774932861,2.7881999015808105,0.18250000476837158,0.9648000001907349,2.8190999031066895,0.18150000274181366,0.9660000205039978,2.8190999031066895,0.18250000476837158,0.9603000283241272,2.919100046157837,0.17229999601840973,0.9629999995231628,2.919100046157837,0.17839999496936798,0.9629999995231628,2.887500047683716,0.17839999496936798,0.9603000283241272,2.919100046157837,0.17229999601840973,0.9629999995231628,2.887500047683716,0.17839999496936798,0.9603000283241272,2.887500047683716,0.17229999601840973,0.9603000283241272,2.948899984359741,0.17229999601840973,0.9629999995231628,2.948899984359741,0.17839999496936798,0.9629999995231628,2.919100046157837,0.17839999496936798,0.9603000283241272,2.948899984359741,0.17229999601840973,0.9629999995231628,2.919100046157837,0.17839999496936798,0.9603000283241272,2.919100046157837,0.17229999601840973,0.9629999995231628,2.919100046157837,0.17839999496936798,0.9646999835968018,2.919100046157837,0.18150000274181366,0.9646999835968018,2.887399911880493,0.18150000274181366,0.9629999995231628,2.919100046157837,0.17839999496936798,0.9646999835968018,2.887399911880493,0.18150000274181366,0.9629999995231628,2.887500047683716,0.17839999496936798,0.9629999995231628,2.948899984359741,0.17839999496936798,0.9646999835968018,2.9488000869750977,0.18150000274181366,0.9646999835968018,2.919100046157837,0.18150000274181366,0.9629999995231628,2.948899984359741,0.17839999496936798,0.9646999835968018,2.919100046157837,0.18150000274181366,0.9629999995231628,2.919100046157837,0.17839999496936798,0.9603000283241272,3.005000114440918,0.17229999601840973,0.9628999829292297,3.005000114440918,0.17839999496936798,0.9628999829292297,2.9772000312805176,0.17839999496936798,0.9603000283241272,3.005000114440918,0.17229999601840973,0.9628999829292297,2.9772000312805176,0.17839999496936798,0.9603000283241272,2.9772000312805176,0.17229999601840973,0.9628999829292297,3.005000114440918,0.17839999496936798,0.9646999835968018,3.0048999786376953,0.18150000274181366,0.9646999835968018,2.9772000312805176,0.18150000274181366,0.9628999829292297,3.005000114440918,0.17839999496936798,0.9646999835968018,2.9772000312805176,0.18150000274181366,0.9628999829292297,2.9772000312805176,0.17839999496936798,0.9603000283241272,2.9772000312805176,0.17229999601840973,0.9628999829292297,2.9772000312805176,0.17839999496936798,0.9629999995231628,2.948899984359741,0.17839999496936798,0.9603000283241272,2.9772000312805176,0.17229999601840973,0.9629999995231628,2.948899984359741,0.17839999496936798,0.9603000283241272,2.948899984359741,0.17229999601840973,0.9628999829292297,2.9772000312805176,0.17839999496936798,0.9646999835968018,2.9772000312805176,0.18150000274181366,0.9646999835968018,2.9488000869750977,0.18150000274181366,0.9628999829292297,2.9772000312805176,0.17839999496936798,0.9646999835968018,2.9488000869750977,0.18150000274181366,0.9629999995231628,2.948899984359741,0.17839999496936798,0.967199981212616,3.0048000812530518,0.18250000476837158,0.967199981212616,2.977099895477295,0.18250000476837158,0.9660000205039978,2.9772000312805176,0.18250000476837158,0.967199981212616,3.0048000812530518,0.18250000476837158,0.9660000205039978,2.9772000312805176,0.18250000476837158,0.9660000205039978,3.0048999786376953,0.18250000476837158,0.967199981212616,2.977099895477295,0.18250000476837158,0.967199981212616,2.948699951171875,0.18250000476837158,0.9660000205039978,2.9488000869750977,0.18250000476837158,0.967199981212616,2.977099895477295,0.18250000476837158,0.9660000205039978,2.9488000869750977,0.18250000476837158,0.9660000205039978,2.9772000312805176,0.18250000476837158,0.9660000205039978,2.9772000312805176,0.18250000476837158,0.9646999835968018,2.9772000312805176,0.18150000274181366,0.9646999835968018,3.0048999786376953,0.18150000274181366,0.9660000205039978,2.9772000312805176,0.18250000476837158,0.9646999835968018,3.0048999786376953,0.18150000274181366,0.9660000205039978,3.0048999786376953,0.18250000476837158,0.9660000205039978,2.9488000869750977,0.18250000476837158,0.9646999835968018,2.9488000869750977,0.18150000274181366,0.9646999835968018,2.9772000312805176,0.18150000274181366,0.9660000205039978,2.9488000869750977,0.18250000476837158,0.9646999835968018,2.9772000312805176,0.18150000274181366,0.9660000205039978,2.9772000312805176,0.18250000476837158,0.967199981212616,2.9189999103546143,0.18250000476837158,0.967199981212616,2.8873000144958496,0.18250000476837158,0.9660000205039978,2.887399911880493,0.18250000476837158,0.967199981212616,2.9189999103546143,0.18250000476837158,0.9660000205039978,2.887399911880493,0.18250000476837158,0.9660000205039978,2.919100046157837,0.18250000476837158,0.9660000205039978,2.887399911880493,0.18250000476837158,0.9646999835968018,2.887399911880493,0.18150000274181366,0.9646999835968018,2.919100046157837,0.18150000274181366,0.9660000205039978,2.887399911880493,0.18250000476837158,0.9646999835968018,2.919100046157837,0.18150000274181366,0.9660000205039978,2.919100046157837,0.18250000476837158,0.967199981212616,2.948699951171875,0.18250000476837158,0.967199981212616,2.9189999103546143,0.18250000476837158,0.9660000205039978,2.919100046157837,0.18250000476837158,0.967199981212616,2.948699951171875,0.18250000476837158,0.9660000205039978,2.919100046157837,0.18250000476837158,0.9660000205039978,2.9488000869750977,0.18250000476837158,0.9660000205039978,2.919100046157837,0.18250000476837158,0.9646999835968018,2.919100046157837,0.18150000274181366,0.9646999835968018,2.9488000869750977,0.18150000274181366,0.9660000205039978,2.919100046157837,0.18250000476837158,0.9646999835968018,2.9488000869750977,0.18150000274181366,0.9660000205039978,2.9488000869750977,0.18250000476837158,0.9603000283241272,3.0327000617980957,0.17229999601840973,0.9628999829292297,3.0327000617980957,0.17839999496936798,0.9628999829292297,3.005000114440918,0.17839999496936798,0.9603000283241272,3.0327000617980957,0.17229999601840973,0.9628999829292297,3.005000114440918,0.17839999496936798,0.9603000283241272,3.005000114440918,0.17229999601840973,0.9603000283241272,3.061000108718872,0.17229999601840973,0.9629999995231628,3.061000108718872,0.17839999496936798,0.9628999829292297,3.0327000617980957,0.17839999496936798,0.9603000283241272,3.061000108718872,0.17229999601840973,0.9628999829292297,3.0327000617980957,0.17839999496936798,0.9603000283241272,3.0327000617980957,0.17229999601840973,0.9628999829292297,3.0327000617980957,0.17839999496936798,0.9646999835968018,3.0327000617980957,0.18150000274181366,0.9646999835968018,3.0048999786376953,0.18150000274181366,0.9628999829292297,3.0327000617980957,0.17839999496936798,0.9646999835968018,3.0048999786376953,0.18150000274181366,0.9628999829292297,3.005000114440918,0.17839999496936798,0.9629999995231628,3.061000108718872,0.17839999496936798,0.9646999835968018,3.061000108718872,0.18150000274181366,0.9646999835968018,3.0327000617980957,0.18150000274181366,0.9629999995231628,3.061000108718872,0.17839999496936798,0.9646999835968018,3.0327000617980957,0.18150000274181366,0.9628999829292297,3.0327000617980957,0.17839999496936798,0.9603000283241272,3.122299909591675,0.17229999601840973,0.9629999995231628,3.122299909591675,0.17839999496936798,0.9629999995231628,3.0906999111175537,0.17839999496936798,0.9603000283241272,3.122299909591675,0.17229999601840973,0.9629999995231628,3.0906999111175537,0.17839999496936798,0.9603000283241272,3.0906999111175537,0.17229999601840973,0.9629999995231628,3.122299909591675,0.17839999496936798,0.9646999835968018,3.122299909591675,0.18150000274181366,0.9646999835968018,3.0906999111175537,0.18150000274181366,0.9629999995231628,3.122299909591675,0.17839999496936798,0.9646999835968018,3.0906999111175537,0.18150000274181366,0.9629999995231628,3.0906999111175537,0.17839999496936798,0.9603000283241272,3.0906999111175537,0.17229999601840973,0.9629999995231628,3.0906999111175537,0.17839999496936798,0.9629999995231628,3.061000108718872,0.17839999496936798,0.9603000283241272,3.0906999111175537,0.17229999601840973,0.9629999995231628,3.061000108718872,0.17839999496936798,0.9603000283241272,3.061000108718872,0.17229999601840973,0.9629999995231628,3.0906999111175537,0.17839999496936798,0.9646999835968018,3.0906999111175537,0.18150000274181366,0.9646999835968018,3.061000108718872,0.18150000274181366,0.9629999995231628,3.0906999111175537,0.17839999496936798,0.9646999835968018,3.061000108718872,0.18150000274181366,0.9629999995231628,3.061000108718872,0.17839999496936798,0.967199981212616,3.1222000122070312,0.18250000476837158,0.967199981212616,3.0905001163482666,0.18250000476837158,0.9660000205039978,3.09060001373291,0.18250000476837158,0.967199981212616,3.1222000122070312,0.18250000476837158,0.9660000205039978,3.09060001373291,0.18250000476837158,0.9660000205039978,3.122299909591675,0.18250000476837158,0.967199981212616,3.0905001163482666,0.18250000476837158,0.967199981212616,3.0608999729156494,0.18250000476837158,0.9660000205039978,3.0608999729156494,0.18250000476837158,0.967199981212616,3.0905001163482666,0.18250000476837158,0.9660000205039978,3.0608999729156494,0.18250000476837158,0.9660000205039978,3.09060001373291,0.18250000476837158,0.9660000205039978,3.09060001373291,0.18250000476837158,0.9646999835968018,3.0906999111175537,0.18150000274181366,0.9646999835968018,3.122299909591675,0.18150000274181366,0.9660000205039978,3.09060001373291,0.18250000476837158,0.9646999835968018,3.122299909591675,0.18150000274181366,0.9660000205039978,3.122299909591675,0.18250000476837158,0.9660000205039978,3.0608999729156494,0.18250000476837158,0.9646999835968018,3.061000108718872,0.18150000274181366,0.9646999835968018,3.0906999111175537,0.18150000274181366,0.9660000205039978,3.0608999729156494,0.18250000476837158,0.9646999835968018,3.0906999111175537,0.18150000274181366,0.9660000205039978,3.09060001373291,0.18250000476837158,0.967199981212616,3.0325000286102295,0.18250000476837158,0.967199981212616,3.0048000812530518,0.18250000476837158,0.9660000205039978,3.0048999786376953,0.18250000476837158,0.967199981212616,3.0325000286102295,0.18250000476837158,0.9660000205039978,3.0048999786376953,0.18250000476837158,0.9660000205039978,3.032599925994873,0.18250000476837158,0.9660000205039978,3.0048999786376953,0.18250000476837158,0.9646999835968018,3.0048999786376953,0.18150000274181366,0.9646999835968018,3.0327000617980957,0.18150000274181366,0.9660000205039978,3.0048999786376953,0.18250000476837158,0.9646999835968018,3.0327000617980957,0.18150000274181366,0.9660000205039978,3.032599925994873,0.18250000476837158,0.967199981212616,3.0608999729156494,0.18250000476837158,0.967199981212616,3.0325000286102295,0.18250000476837158,0.9660000205039978,3.032599925994873,0.18250000476837158,0.967199981212616,3.0608999729156494,0.18250000476837158,0.9660000205039978,3.032599925994873,0.18250000476837158,0.9660000205039978,3.0608999729156494,0.18250000476837158,0.9660000205039978,3.032599925994873,0.18250000476837158,0.9646999835968018,3.0327000617980957,0.18150000274181366,0.9646999835968018,3.061000108718872,0.18150000274181366,0.9660000205039978,3.032599925994873,0.18250000476837158,0.9646999835968018,3.061000108718872,0.18150000274181366,0.9660000205039978,3.0608999729156494,0.18250000476837158,0.9603000283241272,3.156599998474121,0.17229999601840973,0.9629999995231628,3.156599998474121,0.17839999496936798,0.9629999995231628,3.122299909591675,0.17839999496936798,0.9603000283241272,3.156599998474121,0.17229999601840973,0.9629999995231628,3.122299909591675,0.17839999496936798,0.9603000283241272,3.122299909591675,0.17229999601840973,0.9603999853134155,3.1905999183654785,0.17229999601840973,0.9629999995231628,3.1905999183654785,0.17839999496936798,0.9629999995231628,3.156599998474121,0.17839999496936798,0.9603999853134155,3.1905999183654785,0.17229999601840973,0.9629999995231628,3.156599998474121,0.17839999496936798,0.9603000283241272,3.156599998474121,0.17229999601840973,0.9629999995231628,3.156599998474121,0.17839999496936798,0.9648000001907349,3.156599998474121,0.18150000274181366,0.9646999835968018,3.122299909591675,0.18150000274181366,0.9629999995231628,3.156599998474121,0.17839999496936798,0.9646999835968018,3.122299909591675,0.18150000274181366,0.9629999995231628,3.122299909591675,0.17839999496936798,0.9629999995231628,3.1905999183654785,0.17839999496936798,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9648000001907349,3.156599998474121,0.18150000274181366,0.9629999995231628,3.1905999183654785,0.17839999496936798,0.9648000001907349,3.156599998474121,0.18150000274181366,0.9629999995231628,3.156599998474121,0.17839999496936798,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.9629999995231628,3.2462000846862793,0.17839999496936798,0.9629999995231628,3.221400022506714,0.17839999496936798,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.9629999995231628,3.221400022506714,0.17839999496936798,0.9603999853134155,3.2214999198913574,0.17229999601840973,0.9629999995231628,3.2462000846862793,0.17839999496936798,0.9648000001907349,3.2460999488830566,0.18150000274181366,0.9648000001907349,3.221400022506714,0.18150000274181366,0.9629999995231628,3.2462000846862793,0.17839999496936798,0.9648000001907349,3.221400022506714,0.18150000274181366,0.9629999995231628,3.221400022506714,0.17839999496936798,0.9603999853134155,3.2214999198913574,0.17229999601840973,0.9629999995231628,3.221400022506714,0.17839999496936798,0.9629999995231628,3.1905999183654785,0.17839999496936798,0.9603999853134155,3.2214999198913574,0.17229999601840973,0.9629999995231628,3.1905999183654785,0.17839999496936798,0.9603999853134155,3.1905999183654785,0.17229999601840973,0.9629999995231628,3.221400022506714,0.17839999496936798,0.9648000001907349,3.221400022506714,0.18150000274181366,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9629999995231628,3.221400022506714,0.17839999496936798,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9629999995231628,3.1905999183654785,0.17839999496936798,0.967199981212616,3.245800018310547,0.18250000476837158,0.967199981212616,3.2211999893188477,0.18250000476837158,0.9660999774932861,3.221299886703491,0.18250000476837158,0.967199981212616,3.245800018310547,0.18250000476837158,0.9660999774932861,3.221299886703491,0.18250000476837158,0.9660999774932861,3.246000051498413,0.18250000476837158,0.967199981212616,3.2211999893188477,0.18250000476837158,0.967199981212616,3.190500020980835,0.18250000476837158,0.9660000205039978,3.190500020980835,0.18250000476837158,0.967199981212616,3.2211999893188477,0.18250000476837158,0.9660000205039978,3.190500020980835,0.18250000476837158,0.9660999774932861,3.221299886703491,0.18250000476837158,0.9660999774932861,3.246000051498413,0.18250000476837158,0.9660999774932861,3.221299886703491,0.18250000476837158,0.9648000001907349,3.221400022506714,0.18150000274181366,0.9660999774932861,3.246000051498413,0.18250000476837158,0.9648000001907349,3.221400022506714,0.18150000274181366,0.9648000001907349,3.2460999488830566,0.18150000274181366,0.9660999774932861,3.221299886703491,0.18250000476837158,0.9660000205039978,3.190500020980835,0.18250000476837158,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9660999774932861,3.221299886703491,0.18250000476837158,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9648000001907349,3.221400022506714,0.18150000274181366,0.967199981212616,3.1222000122070312,0.18250000476837158,0.9660000205039978,3.122299909591675,0.18250000476837158,0.9660000205039978,3.156599998474121,0.18250000476837158,0.967199981212616,3.1222000122070312,0.18250000476837158,0.9660000205039978,3.156599998474121,0.18250000476837158,0.967199981212616,3.1565001010894775,0.18250000476837158,0.9660000205039978,3.122299909591675,0.18250000476837158,0.9646999835968018,3.122299909591675,0.18150000274181366,0.9648000001907349,3.156599998474121,0.18150000274181366,0.9660000205039978,3.122299909591675,0.18250000476837158,0.9648000001907349,3.156599998474121,0.18150000274181366,0.9660000205039978,3.156599998474121,0.18250000476837158,0.967199981212616,3.1565001010894775,0.18250000476837158,0.9660000205039978,3.156599998474121,0.18250000476837158,0.9660000205039978,3.190500020980835,0.18250000476837158,0.967199981212616,3.1565001010894775,0.18250000476837158,0.9660000205039978,3.190500020980835,0.18250000476837158,0.967199981212616,3.190500020980835,0.18250000476837158,0.9660000205039978,3.156599998474121,0.18250000476837158,0.9648000001907349,3.156599998474121,0.18150000274181366,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9660000205039978,3.156599998474121,0.18250000476837158,0.9648000001907349,3.1905999183654785,0.18150000274181366,0.9660000205039978,3.190500020980835,0.18250000476837158,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.9603999853134155,3.261899948120117,0.17229999601840973,0.963100016117096,3.2618000507354736,0.17839999496936798,0.9603999853134155,3.2462000846862793,0.17229999601840973,0.963100016117096,3.2618000507354736,0.17839999496936798,0.9629999995231628,3.2462000846862793,0.17839999496936798,0.9603999853134155,3.261899948120117,0.17229999601840973,0.9606999754905701,3.2708001136779785,0.17229999601840973,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.9603999853134155,3.261899948120117,0.17229999601840973,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.963100016117096,3.2618000507354736,0.17839999496936798,0.9629999995231628,3.2462000846862793,0.17839999496936798,0.963100016117096,3.2618000507354736,0.17839999496936798,0.9648000001907349,3.261699914932251,0.18150000274181366,0.9629999995231628,3.2462000846862793,0.17839999496936798,0.9648000001907349,3.261699914932251,0.18150000274181366,0.9648000001907349,3.2460999488830566,0.18150000274181366,0.963100016117096,3.2618000507354736,0.17839999496936798,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.9649999737739563,3.270400047302246,0.18150000274181366,0.963100016117096,3.2618000507354736,0.17839999496936798,0.9649999737739563,3.270400047302246,0.18150000274181366,0.9648000001907349,3.261699914932251,0.18150000274181366,0.9648000001907349,3.276099920272827,0.17839999496936798,0.9638000130653381,3.2746999263763428,0.17839999496936798,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9648000001907349,3.276099920272827,0.17839999496936798,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9627000093460083,3.276400089263916,0.17229999601840973,0.9663000106811523,3.275599956512451,0.18150000274181366,0.965399980545044,3.2743000984191895,0.18150000274181366,0.9638000130653381,3.2746999263763428,0.17839999496936798,0.9663000106811523,3.275599956512451,0.18150000274181366,0.9638000130653381,3.2746999263763428,0.17839999496936798,0.9648000001907349,3.276099920272827,0.17839999496936798,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9638000130653381,3.2746999263763428,0.17839999496936798,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.9613000154495239,3.274899959564209,0.17229999601840973,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.9606999754905701,3.2708001136779785,0.17229999601840973,0.965399980545044,3.2743000984191895,0.18150000274181366,0.9649999737739563,3.270400047302246,0.18150000274181366,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.965399980545044,3.2743000984191895,0.18150000274181366,0.9631999731063843,3.2706000804901123,0.17839999496936798,0.9638000130653381,3.2746999263763428,0.17839999496936798,0.9666000008583069,3.2737998962402344,0.18250000476837158,0.967199981212616,3.2750000953674316,0.18250000476837158,0.9678999781608582,3.274399995803833,0.18250000476837158,0.9666000008583069,3.2737998962402344,0.18250000476837158,0.9678999781608582,3.274399995803833,0.18250000476837158,0.9675999879837036,3.2734999656677246,0.18250000476837158,0.9661999940872192,3.2701001167297363,0.18250000476837158,0.9666000008583069,3.2737998962402344,0.18250000476837158,0.9675999879837036,3.2734999656677246,0.18250000476837158,0.9661999940872192,3.2701001167297363,0.18250000476837158,0.9675999879837036,3.2734999656677246,0.18250000476837158,0.9674000144004822,3.2697999477386475,0.18250000476837158,0.965399980545044,3.2743000984191895,0.18150000274181366,0.9663000106811523,3.275599956512451,0.18150000274181366,0.967199981212616,3.2750000953674316,0.18250000476837158,0.965399980545044,3.2743000984191895,0.18150000274181366,0.967199981212616,3.2750000953674316,0.18250000476837158,0.9666000008583069,3.2737998962402344,0.18250000476837158,0.9649999737739563,3.270400047302246,0.18150000274181366,0.965399980545044,3.2743000984191895,0.18150000274181366,0.9666000008583069,3.2737998962402344,0.18250000476837158,0.9649999737739563,3.270400047302246,0.18150000274181366,0.9666000008583069,3.2737998962402344,0.18250000476837158,0.9661999940872192,3.2701001167297363,0.18250000476837158,0.9672999978065491,3.2613000869750977,0.18250000476837158,0.967199981212616,3.245800018310547,0.18250000476837158,0.9660999774932861,3.246000051498413,0.18250000476837158,0.9672999978065491,3.2613000869750977,0.18250000476837158,0.9660999774932861,3.246000051498413,0.18250000476837158,0.9660999774932861,3.2614998817443848,0.18250000476837158,0.9660999774932861,3.2614998817443848,0.18250000476837158,0.9660999774932861,3.246000051498413,0.18250000476837158,0.9648000001907349,3.2460999488830566,0.18150000274181366,0.9660999774932861,3.2614998817443848,0.18250000476837158,0.9648000001907349,3.2460999488830566,0.18150000274181366,0.9648000001907349,3.261699914932251,0.18150000274181366,0.9660999774932861,3.2614998817443848,0.18250000476837158,0.9661999940872192,3.2701001167297363,0.18250000476837158,0.9674000144004822,3.2697999477386475,0.18250000476837158,0.9660999774932861,3.2614998817443848,0.18250000476837158,0.9674000144004822,3.2697999477386475,0.18250000476837158,0.9672999978065491,3.2613000869750977,0.18250000476837158,0.9648000001907349,3.261699914932251,0.18150000274181366,0.9649999737739563,3.270400047302246,0.18150000274181366,0.9661999940872192,3.2701001167297363,0.18250000476837158,0.9648000001907349,3.261699914932251,0.18150000274181366,0.9661999940872192,3.2701001167297363,0.18250000476837158,0.9660999774932861,3.2614998817443848,0.18250000476837158,0.9666000008583069,3.2769999504089355,0.17839999496936798,0.9648000001907349,3.276099920272827,0.17839999496936798,0.9627000093460083,3.276400089263916,0.17229999601840973,0.9666000008583069,3.2769999504089355,0.17839999496936798,0.9627000093460083,3.276400089263916,0.17229999601840973,0.9648000001907349,3.277400016784668,0.17229999601840973,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.9666000008583069,3.2769999504089355,0.17839999496936798,0.9648000001907349,3.277400016784668,0.17229999601840973,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.9648000001907349,3.277400016784668,0.17229999601840973,0.9677000045776367,3.277899980545044,0.17229999601840973,0.9678000211715698,3.276400089263916,0.18150000274181366,0.9663000106811523,3.275599956512451,0.18150000274181366,0.9648000001907349,3.276099920272827,0.17839999496936798,0.9678000211715698,3.276400089263916,0.18150000274181366,0.9648000001907349,3.276099920272827,0.17839999496936798,0.9666000008583069,3.2769999504089355,0.17839999496936798,0.9697999954223633,3.2767999172210693,0.18150000274181366,0.9678000211715698,3.276400089263916,0.18150000274181366,0.9666000008583069,3.2769999504089355,0.17839999496936798,0.9697999954223633,3.2767999172210693,0.18150000274181366,0.9666000008583069,3.2769999504089355,0.17839999496936798,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.9745000004768372,3.2781999111175537,0.17229999601840973,0.9745000004768372,3.2776999473571777,0.17839999496936798,0.9715999960899353,3.2776999473571777,0.17839999496936798,0.9745000004768372,3.2781999111175537,0.17229999601840973,0.9715999960899353,3.2776999473571777,0.17839999496936798,0.9710000157356262,3.27810001373291,0.17229999601840973,0.9745000004768372,3.277100086212158,0.18150000274181366,0.972000002861023,3.2769999504089355,0.18150000274181366,0.9715999960899353,3.2776999473571777,0.17839999496936798,0.9745000004768372,3.277100086212158,0.18150000274181366,0.9715999960899353,3.2776999473571777,0.17839999496936798,0.9745000004768372,3.2776999473571777,0.17839999496936798,0.9710000157356262,3.27810001373291,0.17229999601840973,0.9715999960899353,3.2776999473571777,0.17839999496936798,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.9710000157356262,3.27810001373291,0.17229999601840973,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.9677000045776367,3.277899980545044,0.17229999601840973,0.972000002861023,3.2769999504089355,0.18150000274181366,0.9697999954223633,3.2767999172210693,0.18150000274181366,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.972000002861023,3.2769999504089355,0.18150000274181366,0.9689000248908997,3.2774999141693115,0.17839999496936798,0.9715999960899353,3.2776999473571777,0.17839999496936798,0.9721999764442444,3.27620005607605,0.18250000476837158,0.9745000004768372,3.27620005607605,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9721999764442444,3.27620005607605,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9724000096321106,3.2750000953674316,0.18250000476837158,0.9702000021934509,3.2760000228881836,0.18250000476837158,0.9721999764442444,3.27620005607605,0.18250000476837158,0.9724000096321106,3.2750000953674316,0.18250000476837158,0.9702000021934509,3.2760000228881836,0.18250000476837158,0.9724000096321106,3.2750000953674316,0.18250000476837158,0.9704999923706055,3.274899959564209,0.18250000476837158,0.972000002861023,3.2769999504089355,0.18150000274181366,0.9745000004768372,3.277100086212158,0.18150000274181366,0.9745000004768372,3.27620005607605,0.18250000476837158,0.972000002861023,3.2769999504089355,0.18150000274181366,0.9745000004768372,3.27620005607605,0.18250000476837158,0.9721999764442444,3.27620005607605,0.18250000476837158,0.9697999954223633,3.2767999172210693,0.18150000274181366,0.972000002861023,3.2769999504089355,0.18150000274181366,0.9721999764442444,3.27620005607605,0.18250000476837158,0.9697999954223633,3.2767999172210693,0.18150000274181366,0.9721999764442444,3.27620005607605,0.18250000476837158,0.9702000021934509,3.2760000228881836,0.18250000476837158,0.967199981212616,3.2750000953674316,0.18250000476837158,0.968500018119812,3.275700092315674,0.18250000476837158,0.9689000248908997,3.2746999263763428,0.18250000476837158,0.967199981212616,3.2750000953674316,0.18250000476837158,0.9689000248908997,3.2746999263763428,0.18250000476837158,0.9678999781608582,3.274399995803833,0.18250000476837158,0.9663000106811523,3.275599956512451,0.18150000274181366,0.9678000211715698,3.276400089263916,0.18150000274181366,0.968500018119812,3.275700092315674,0.18250000476837158,0.9663000106811523,3.275599956512451,0.18150000274181366,0.968500018119812,3.275700092315674,0.18250000476837158,0.967199981212616,3.2750000953674316,0.18250000476837158,0.968500018119812,3.275700092315674,0.18250000476837158,0.9702000021934509,3.2760000228881836,0.18250000476837158,0.9704999923706055,3.274899959564209,0.18250000476837158,0.968500018119812,3.275700092315674,0.18250000476837158,0.9704999923706055,3.274899959564209,0.18250000476837158,0.9689000248908997,3.2746999263763428,0.18250000476837158,0.9678000211715698,3.276400089263916,0.18150000274181366,0.9697999954223633,3.2767999172210693,0.18150000274181366,0.9702000021934509,3.2760000228881836,0.18250000476837158,0.9678000211715698,3.276400089263916,0.18150000274181366,0.9702000021934509,3.2760000228881836,0.18250000476837158,0.968500018119812,3.275700092315674,0.18250000476837158,0.9745000004768372,3.2781999111175537,0.17229999601840973,0.9779999852180481,3.27810001373291,0.17229999601840973,0.9772999882698059,3.2776999473571777,0.17839999496936798,0.9745000004768372,3.2781999111175537,0.17229999601840973,0.9772999882698059,3.2776999473571777,0.17839999496936798,0.9745000004768372,3.2776999473571777,0.17839999496936798,0.9800000190734863,3.2774999141693115,0.17839999496936798,0.9772999882698059,3.2776999473571777,0.17839999496936798,0.9779999852180481,3.27810001373291,0.17229999601840973,0.9800000190734863,3.2774999141693115,0.17839999496936798,0.9779999852180481,3.27810001373291,0.17229999601840973,0.9811999797821045,3.277899980545044,0.17229999601840973,0.9768999814987183,3.2769999504089355,0.18150000274181366,0.9745000004768372,3.277100086212158,0.18150000274181366,0.9745000004768372,3.2776999473571777,0.17839999496936798,0.9768999814987183,3.2769999504089355,0.18150000274181366,0.9745000004768372,3.2776999473571777,0.17839999496936798,0.9772999882698059,3.2776999473571777,0.17839999496936798,0.9790999889373779,3.2767999172210693,0.18150000274181366,0.9768999814987183,3.2769999504089355,0.18150000274181366,0.9772999882698059,3.2776999473571777,0.17839999496936798,0.9790999889373779,3.2767999172210693,0.18150000274181366,0.9772999882698059,3.2776999473571777,0.17839999496936798,0.9800000190734863,3.2774999141693115,0.17839999496936798,0.984000027179718,3.2757999897003174,0.17839999496936798,0.982200026512146,3.2767999172210693,0.17839999496936798,0.9840999841690063,3.2772998809814453,0.17229999601840973,0.984000027179718,3.2757999897003174,0.17839999496936798,0.9840999841690063,3.2772998809814453,0.17229999601840973,0.9861999750137329,3.276099920272827,0.17229999601840973,0.9825999736785889,3.2753000259399414,0.18150000274181366,0.9811000227928162,3.27620005607605,0.18150000274181366,0.982200026512146,3.2767999172210693,0.17839999496936798,0.9825999736785889,3.2753000259399414,0.18150000274181366,0.982200026512146,3.2767999172210693,0.17839999496936798,0.984000027179718,3.2757999897003174,0.17839999496936798,0.982200026512146,3.2767999172210693,0.17839999496936798,0.9800000190734863,3.2774999141693115,0.17839999496936798,0.9811999797821045,3.277899980545044,0.17229999601840973,0.982200026512146,3.2767999172210693,0.17839999496936798,0.9811999797821045,3.277899980545044,0.17229999601840973,0.9840999841690063,3.2772998809814453,0.17229999601840973,0.9811000227928162,3.27620005607605,0.18150000274181366,0.9790999889373779,3.2767999172210693,0.18150000274181366,0.9800000190734863,3.2774999141693115,0.17839999496936798,0.9811000227928162,3.27620005607605,0.18150000274181366,0.9800000190734863,3.2774999141693115,0.17839999496936798,0.982200026512146,3.2767999172210693,0.17839999496936798,0.980400025844574,3.2755000591278076,0.18250000476837158,0.9815999865531921,3.2746999263763428,0.18250000476837158,0.9810000061988831,3.2739999294281006,0.18250000476837158,0.980400025844574,3.2755000591278076,0.18250000476837158,0.9810000061988831,3.2739999294281006,0.18250000476837158,0.9800000190734863,3.274399995803833,0.18250000476837158,0.9786999821662903,3.275899887084961,0.18250000476837158,0.980400025844574,3.2755000591278076,0.18250000476837158,0.9800000190734863,3.274399995803833,0.18250000476837158,0.9786999821662903,3.275899887084961,0.18250000476837158,0.9800000190734863,3.274399995803833,0.18250000476837158,0.9783999919891357,3.2746999263763428,0.18250000476837158,0.9811000227928162,3.27620005607605,0.18150000274181366,0.9825999736785889,3.2753000259399414,0.18150000274181366,0.9815999865531921,3.2746999263763428,0.18250000476837158,0.9811000227928162,3.27620005607605,0.18150000274181366,0.9815999865531921,3.2746999263763428,0.18250000476837158,0.980400025844574,3.2755000591278076,0.18250000476837158,0.9790999889373779,3.2767999172210693,0.18150000274181366,0.9811000227928162,3.27620005607605,0.18150000274181366,0.980400025844574,3.2755000591278076,0.18250000476837158,0.9790999889373779,3.2767999172210693,0.18150000274181366,0.980400025844574,3.2755000591278076,0.18250000476837158,0.9786999821662903,3.275899887084961,0.18250000476837158,0.9745000004768372,3.27620005607605,0.18250000476837158,0.9767000079154968,3.276099920272827,0.18250000476837158,0.9764999747276306,3.274899959564209,0.18250000476837158,0.9745000004768372,3.27620005607605,0.18250000476837158,0.9764999747276306,3.274899959564209,0.18250000476837158,0.9745000004768372,3.2750000953674316,0.18250000476837158,0.9745000004768372,3.277100086212158,0.18150000274181366,0.9768999814987183,3.2769999504089355,0.18150000274181366,0.9767000079154968,3.276099920272827,0.18250000476837158,0.9745000004768372,3.277100086212158,0.18150000274181366,0.9767000079154968,3.276099920272827,0.18250000476837158,0.9745000004768372,3.27620005607605,0.18250000476837158,0.9767000079154968,3.276099920272827,0.18250000476837158,0.9786999821662903,3.275899887084961,0.18250000476837158,0.9783999919891357,3.2746999263763428,0.18250000476837158,0.9767000079154968,3.276099920272827,0.18250000476837158,0.9783999919891357,3.2746999263763428,0.18250000476837158,0.9764999747276306,3.274899959564209,0.18250000476837158,0.9768999814987183,3.2769999504089355,0.18150000274181366,0.9790999889373779,3.2767999172210693,0.18150000274181366,0.9786999821662903,3.275899887084961,0.18250000476837158,0.9768999814987183,3.2769999504089355,0.18150000274181366,0.9786999821662903,3.275899887084961,0.18250000476837158,0.9767000079154968,3.276099920272827,0.18250000476837158,0.9850999712944031,3.2741000652313232,0.17839999496936798,0.984000027179718,3.2757999897003174,0.17839999496936798,0.9861999750137329,3.276099920272827,0.17229999601840973,0.9850999712944031,3.2741000652313232,0.17839999496936798,0.9861999750137329,3.276099920272827,0.17229999601840973,0.987500011920929,3.274399995803833,0.17229999601840973,0.987500011920929,3.274399995803833,0.17229999601840973,0.9882000088691711,3.26990008354187,0.17229999601840973,0.9855999946594238,3.269700050354004,0.17839999496936798,0.987500011920929,3.274399995803833,0.17229999601840973,0.9855999946594238,3.269700050354004,0.17839999496936798,0.9850999712944031,3.2741000652313232,0.17839999496936798,0.9833999872207642,3.273699998855591,0.18150000274181366,0.9825999736785889,3.2753000259399414,0.18150000274181366,0.984000027179718,3.2757999897003174,0.17839999496936798,0.9833999872207642,3.273699998855591,0.18150000274181366,0.984000027179718,3.2757999897003174,0.17839999496936798,0.9850999712944031,3.2741000652313232,0.17839999496936798,0.9839000105857849,3.269399881362915,0.18150000274181366,0.9833999872207642,3.273699998855591,0.18150000274181366,0.9850999712944031,3.2741000652313232,0.17839999496936798,0.9839000105857849,3.269399881362915,0.18150000274181366,0.9850999712944031,3.2741000652313232,0.17839999496936798,0.9855999946594238,3.269700050354004,0.17839999496936798,0.9884999990463257,3.2446999549865723,0.17229999601840973,0.98580002784729,3.2446000576019287,0.17839999496936798,0.98580002784729,3.260499954223633,0.17839999496936798,0.9884999990463257,3.2446999549865723,0.17229999601840973,0.98580002784729,3.260499954223633,0.17839999496936798,0.9883999824523926,3.260699987411499,0.17229999601840973,0.98580002784729,3.2446000576019287,0.17839999496936798,0.9840999841690063,3.244499921798706,0.18150000274181366,0.9840999841690063,3.2604000568389893,0.18150000274181366,0.98580002784729,3.2446000576019287,0.17839999496936798,0.9840999841690063,3.2604000568389893,0.18150000274181366,0.98580002784729,3.260499954223633,0.17839999496936798,0.9883999824523926,3.260699987411499,0.17229999601840973,0.98580002784729,3.260499954223633,0.17839999496936798,0.9855999946594238,3.269700050354004,0.17839999496936798,0.9883999824523926,3.260699987411499,0.17229999601840973,0.9855999946594238,3.269700050354004,0.17839999496936798,0.9882000088691711,3.26990008354187,0.17229999601840973,0.98580002784729,3.260499954223633,0.17839999496936798,0.9840999841690063,3.2604000568389893,0.18150000274181366,0.9839000105857849,3.269399881362915,0.18150000274181366,0.98580002784729,3.260499954223633,0.17839999496936798,0.9839000105857849,3.269399881362915,0.18150000274181366,0.9855999946594238,3.269700050354004,0.17839999496936798,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9828000068664551,3.2602999210357666,0.18250000476837158,0.9828000068664551,3.2444000244140625,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9828000068664551,3.2444000244140625,0.18250000476837158,0.9815999865531921,3.244499921798706,0.18250000476837158,0.982699990272522,3.269200086593628,0.18250000476837158,0.9828000068664551,3.2602999210357666,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.982699990272522,3.269200086593628,0.18250000476837158,0.9815999865531921,3.260200023651123,0.18250000476837158,0.9815000295639038,3.2690000534057617,0.18250000476837158,0.9828000068664551,3.2602999210357666,0.18250000476837158,0.9840999841690063,3.2604000568389893,0.18150000274181366,0.9840999841690063,3.244499921798706,0.18150000274181366,0.9828000068664551,3.2602999210357666,0.18250000476837158,0.9840999841690063,3.244499921798706,0.18150000274181366,0.9828000068664551,3.2444000244140625,0.18250000476837158,0.9839000105857849,3.269399881362915,0.18150000274181366,0.9840999841690063,3.2604000568389893,0.18150000274181366,0.9828000068664551,3.2602999210357666,0.18250000476837158,0.9839000105857849,3.269399881362915,0.18150000274181366,0.9828000068664551,3.2602999210357666,0.18250000476837158,0.982699990272522,3.269200086593628,0.18250000476837158,0.9815999865531921,3.2746999263763428,0.18250000476837158,0.9822999835014343,3.2732999324798584,0.18250000476837158,0.9812999963760376,3.272900104522705,0.18250000476837158,0.9815999865531921,3.2746999263763428,0.18250000476837158,0.9812999963760376,3.272900104522705,0.18250000476837158,0.9810000061988831,3.2739999294281006,0.18250000476837158,0.9825999736785889,3.2753000259399414,0.18150000274181366,0.9833999872207642,3.273699998855591,0.18150000274181366,0.9822999835014343,3.2732999324798584,0.18250000476837158,0.9825999736785889,3.2753000259399414,0.18150000274181366,0.9822999835014343,3.2732999324798584,0.18250000476837158,0.9815999865531921,3.2746999263763428,0.18250000476837158,0.9822999835014343,3.2732999324798584,0.18250000476837158,0.982699990272522,3.269200086593628,0.18250000476837158,0.9815000295639038,3.2690000534057617,0.18250000476837158,0.9822999835014343,3.2732999324798584,0.18250000476837158,0.9815000295639038,3.2690000534057617,0.18250000476837158,0.9812999963760376,3.272900104522705,0.18250000476837158,0.9833999872207642,3.273699998855591,0.18150000274181366,0.9839000105857849,3.269399881362915,0.18150000274181366,0.982699990272522,3.269200086593628,0.18250000476837158,0.9833999872207642,3.273699998855591,0.18150000274181366,0.982699990272522,3.269200086593628,0.18250000476837158,0.9822999835014343,3.2732999324798584,0.18250000476837158,0.9884999990463257,3.2197000980377197,0.17229999601840973,0.98580002784729,3.2197000980377197,0.17839999496936798,0.98580002784729,3.2446000576019287,0.17839999496936798,0.9884999990463257,3.2197000980377197,0.17229999601840973,0.98580002784729,3.2446000576019287,0.17839999496936798,0.9884999990463257,3.2446999549865723,0.17229999601840973,0.9884999990463257,3.188800096511841,0.17229999601840973,0.98580002784729,3.188800096511841,0.17839999496936798,0.98580002784729,3.2197000980377197,0.17839999496936798,0.9884999990463257,3.188800096511841,0.17229999601840973,0.98580002784729,3.2197000980377197,0.17839999496936798,0.9884999990463257,3.2197000980377197,0.17229999601840973,0.98580002784729,3.2197000980377197,0.17839999496936798,0.9840999841690063,3.2197000980377197,0.18150000274181366,0.9840999841690063,3.244499921798706,0.18150000274181366,0.98580002784729,3.2197000980377197,0.17839999496936798,0.9840999841690063,3.244499921798706,0.18150000274181366,0.98580002784729,3.2446000576019287,0.17839999496936798,0.98580002784729,3.188800096511841,0.17839999496936798,0.9840999841690063,3.188800096511841,0.18150000274181366,0.9840999841690063,3.2197000980377197,0.18150000274181366,0.98580002784729,3.188800096511841,0.17839999496936798,0.9840999841690063,3.2197000980377197,0.18150000274181366,0.98580002784729,3.2197000980377197,0.17839999496936798,0.9884999990463257,3.1203999519348145,0.17229999601840973,0.9858999848365784,3.1203999519348145,0.17839999496936798,0.9858999848365784,3.1547000408172607,0.17839999496936798,0.9884999990463257,3.1203999519348145,0.17229999601840973,0.9858999848365784,3.1547000408172607,0.17839999496936798,0.9884999990463257,3.1547000408172607,0.17229999601840973,0.9858999848365784,3.1203999519348145,0.17839999496936798,0.9840999841690063,3.120500087738037,0.18150000274181366,0.9840999841690063,3.1547000408172607,0.18150000274181366,0.9858999848365784,3.1203999519348145,0.17839999496936798,0.9840999841690063,3.1547000408172607,0.18150000274181366,0.9858999848365784,3.1547000408172607,0.17839999496936798,0.9884999990463257,3.1547000408172607,0.17229999601840973,0.9858999848365784,3.1547000408172607,0.17839999496936798,0.98580002784729,3.188800096511841,0.17839999496936798,0.9884999990463257,3.1547000408172607,0.17229999601840973,0.98580002784729,3.188800096511841,0.17839999496936798,0.9884999990463257,3.188800096511841,0.17229999601840973,0.9858999848365784,3.1547000408172607,0.17839999496936798,0.9840999841690063,3.1547000408172607,0.18150000274181366,0.9840999841690063,3.188800096511841,0.18150000274181366,0.9858999848365784,3.1547000408172607,0.17839999496936798,0.9840999841690063,3.188800096511841,0.18150000274181366,0.98580002784729,3.188800096511841,0.17839999496936798,0.9815999865531921,3.154900074005127,0.18250000476837158,0.9828000068664551,3.1547999382019043,0.18250000476837158,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9815999865531921,3.154900074005127,0.18250000476837158,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9817000031471252,3.1205999851226807,0.18250000476837158,0.9815999865531921,3.1888999938964844,0.18250000476837158,0.9828000068664551,3.188800096511841,0.18250000476837158,0.9828000068664551,3.1547999382019043,0.18250000476837158,0.9815999865531921,3.1888999938964844,0.18250000476837158,0.9828000068664551,3.1547999382019043,0.18250000476837158,0.9815999865531921,3.154900074005127,0.18250000476837158,0.9828000068664551,3.1547999382019043,0.18250000476837158,0.9840999841690063,3.1547000408172607,0.18150000274181366,0.9840999841690063,3.120500087738037,0.18150000274181366,0.9828000068664551,3.1547999382019043,0.18250000476837158,0.9840999841690063,3.120500087738037,0.18150000274181366,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9828000068664551,3.188800096511841,0.18250000476837158,0.9840999841690063,3.188800096511841,0.18150000274181366,0.9840999841690063,3.1547000408172607,0.18150000274181366,0.9828000068664551,3.188800096511841,0.18250000476837158,0.9840999841690063,3.1547000408172607,0.18150000274181366,0.9828000068664551,3.1547999382019043,0.18250000476837158,0.9815999865531921,3.244499921798706,0.18250000476837158,0.9828000068664551,3.2444000244140625,0.18250000476837158,0.9828000068664551,3.2197000980377197,0.18250000476837158,0.9815999865531921,3.244499921798706,0.18250000476837158,0.9828000068664551,3.2197000980377197,0.18250000476837158,0.9815999865531921,3.2197000980377197,0.18250000476837158,0.9828000068664551,3.2444000244140625,0.18250000476837158,0.9840999841690063,3.244499921798706,0.18150000274181366,0.9840999841690063,3.2197000980377197,0.18150000274181366,0.9828000068664551,3.2444000244140625,0.18250000476837158,0.9840999841690063,3.2197000980377197,0.18150000274181366,0.9828000068664551,3.2197000980377197,0.18250000476837158,0.9815999865531921,3.2197000980377197,0.18250000476837158,0.9828000068664551,3.2197000980377197,0.18250000476837158,0.9828000068664551,3.188800096511841,0.18250000476837158,0.9815999865531921,3.2197000980377197,0.18250000476837158,0.9828000068664551,3.188800096511841,0.18250000476837158,0.9815999865531921,3.1888999938964844,0.18250000476837158,0.9828000068664551,3.2197000980377197,0.18250000476837158,0.9840999841690063,3.2197000980377197,0.18150000274181366,0.9840999841690063,3.188800096511841,0.18150000274181366,0.9828000068664551,3.2197000980377197,0.18250000476837158,0.9840999841690063,3.188800096511841,0.18150000274181366,0.9828000068664551,3.188800096511841,0.18250000476837158,0.9886000156402588,3.0887999534606934,0.17229999601840973,0.9858999848365784,3.0887999534606934,0.17839999496936798,0.9858999848365784,3.1203999519348145,0.17839999496936798,0.9886000156402588,3.0887999534606934,0.17229999601840973,0.9858999848365784,3.1203999519348145,0.17839999496936798,0.9884999990463257,3.1203999519348145,0.17229999601840973,0.9886000156402588,3.059000015258789,0.17229999601840973,0.9858999848365784,3.059000015258789,0.17839999496936798,0.9858999848365784,3.0887999534606934,0.17839999496936798,0.9886000156402588,3.059000015258789,0.17229999601840973,0.9858999848365784,3.0887999534606934,0.17839999496936798,0.9886000156402588,3.0887999534606934,0.17229999601840973,0.9858999848365784,3.0887999534606934,0.17839999496936798,0.9840999841690063,3.0887999534606934,0.18150000274181366,0.9840999841690063,3.120500087738037,0.18150000274181366,0.9858999848365784,3.0887999534606934,0.17839999496936798,0.9840999841690063,3.120500087738037,0.18150000274181366,0.9858999848365784,3.1203999519348145,0.17839999496936798,0.9858999848365784,3.059000015258789,0.17839999496936798,0.9840999841690063,3.0590999126434326,0.18150000274181366,0.9840999841690063,3.0887999534606934,0.18150000274181366,0.9858999848365784,3.059000015258789,0.17839999496936798,0.9840999841690063,3.0887999534606934,0.18150000274181366,0.9858999848365784,3.0887999534606934,0.17839999496936798,0.9886000156402588,3.0028998851776123,0.17229999601840973,0.9858999848365784,3.0028998851776123,0.17839999496936798,0.9858999848365784,3.0306999683380127,0.17839999496936798,0.9886000156402588,3.0028998851776123,0.17229999601840973,0.9858999848365784,3.0306999683380127,0.17839999496936798,0.9886000156402588,3.0306999683380127,0.17229999601840973,0.9858999848365784,3.0028998851776123,0.17839999496936798,0.9840999841690063,3.003000020980835,0.18150000274181366,0.9840999841690063,3.0306999683380127,0.18150000274181366,0.9858999848365784,3.0028998851776123,0.17839999496936798,0.9840999841690063,3.0306999683380127,0.18150000274181366,0.9858999848365784,3.0306999683380127,0.17839999496936798,0.9886000156402588,3.0306999683380127,0.17229999601840973,0.9858999848365784,3.0306999683380127,0.17839999496936798,0.9858999848365784,3.059000015258789,0.17839999496936798,0.9886000156402588,3.0306999683380127,0.17229999601840973,0.9858999848365784,3.059000015258789,0.17839999496936798,0.9886000156402588,3.059000015258789,0.17229999601840973,0.9858999848365784,3.0306999683380127,0.17839999496936798,0.9840999841690063,3.0306999683380127,0.18150000274181366,0.9840999841690063,3.0590999126434326,0.18150000274181366,0.9858999848365784,3.0306999683380127,0.17839999496936798,0.9840999841690063,3.0590999126434326,0.18150000274181366,0.9858999848365784,3.059000015258789,0.17839999496936798,0.9817000031471252,3.0030999183654785,0.18250000476837158,0.9817000031471252,3.0308001041412354,0.18250000476837158,0.9829000234603882,3.0306999683380127,0.18250000476837158,0.9817000031471252,3.0030999183654785,0.18250000476837158,0.9829000234603882,3.0306999683380127,0.18250000476837158,0.9829000234603882,3.003000020980835,0.18250000476837158,0.9817000031471252,3.0308001041412354,0.18250000476837158,0.9817000031471252,3.0592000484466553,0.18250000476837158,0.9828000068664551,3.0590999126434326,0.18250000476837158,0.9817000031471252,3.0308001041412354,0.18250000476837158,0.9828000068664551,3.0590999126434326,0.18250000476837158,0.9829000234603882,3.0306999683380127,0.18250000476837158,0.9829000234603882,3.0306999683380127,0.18250000476837158,0.9840999841690063,3.0306999683380127,0.18150000274181366,0.9840999841690063,3.003000020980835,0.18150000274181366,0.9829000234603882,3.0306999683380127,0.18250000476837158,0.9840999841690063,3.003000020980835,0.18150000274181366,0.9829000234603882,3.003000020980835,0.18250000476837158,0.9828000068664551,3.0590999126434326,0.18250000476837158,0.9840999841690063,3.0590999126434326,0.18150000274181366,0.9840999841690063,3.0306999683380127,0.18150000274181366,0.9828000068664551,3.0590999126434326,0.18250000476837158,0.9840999841690063,3.0306999683380127,0.18150000274181366,0.9829000234603882,3.0306999683380127,0.18250000476837158,0.9817000031471252,3.088900089263916,0.18250000476837158,0.9817000031471252,3.1205999851226807,0.18250000476837158,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9817000031471252,3.088900089263916,0.18250000476837158,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9828000068664551,3.0887999534606934,0.18250000476837158,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9840999841690063,3.120500087738037,0.18150000274181366,0.9840999841690063,3.0887999534606934,0.18150000274181366,0.9828000068664551,3.120500087738037,0.18250000476837158,0.9840999841690063,3.0887999534606934,0.18150000274181366,0.9828000068664551,3.0887999534606934,0.18250000476837158,0.9817000031471252,3.0592000484466553,0.18250000476837158,0.9817000031471252,3.088900089263916,0.18250000476837158,0.9828000068664551,3.0887999534606934,0.18250000476837158,0.9817000031471252,3.0592000484466553,0.18250000476837158,0.9828000068664551,3.0887999534606934,0.18250000476837158,0.9828000068664551,3.0590999126434326,0.18250000476837158,0.9828000068664551,3.0887999534606934,0.18250000476837158,0.9840999841690063,3.0887999534606934,0.18150000274181366,0.9840999841690063,3.0590999126434326,0.18150000274181366,0.9828000068664551,3.0887999534606934,0.18250000476837158,0.9840999841690063,3.0590999126434326,0.18150000274181366,0.9828000068664551,3.0590999126434326,0.18250000476837158,0.9886000156402588,2.9751999378204346,0.17229999601840973,0.9858999848365784,2.9751999378204346,0.17839999496936798,0.9858999848365784,3.0028998851776123,0.17839999496936798,0.9886000156402588,2.9751999378204346,0.17229999601840973,0.9858999848365784,3.0028998851776123,0.17839999496936798,0.9886000156402588,3.0028998851776123,0.17229999601840973,0.9886000156402588,2.946899890899658,0.17229999601840973,0.9858999848365784,2.946899890899658,0.17839999496936798,0.9858999848365784,2.9751999378204346,0.17839999496936798,0.9886000156402588,2.946899890899658,0.17229999601840973,0.9858999848365784,2.9751999378204346,0.17839999496936798,0.9886000156402588,2.9751999378204346,0.17229999601840973,0.9858999848365784,2.9751999378204346,0.17839999496936798,0.9840999841690063,2.9751999378204346,0.18150000274181366,0.9840999841690063,3.003000020980835,0.18150000274181366,0.9858999848365784,2.9751999378204346,0.17839999496936798,0.9840999841690063,3.003000020980835,0.18150000274181366,0.9858999848365784,3.0028998851776123,0.17839999496936798,0.9858999848365784,2.946899890899658,0.17839999496936798,0.9840999841690063,2.946899890899658,0.18150000274181366,0.9840999841690063,2.9751999378204346,0.18150000274181366,0.9858999848365784,2.946899890899658,0.17839999496936798,0.9840999841690063,2.9751999378204346,0.18150000274181366,0.9858999848365784,2.9751999378204346,0.17839999496936798,0.9884999990463257,2.8856000900268555,0.17229999601840973,0.9858999848365784,2.8856000900268555,0.17839999496936798,0.9858999848365784,2.9172000885009766,0.17839999496936798,0.9884999990463257,2.8856000900268555,0.17229999601840973,0.9858999848365784,2.9172000885009766,0.17839999496936798,0.9886000156402588,2.9172000885009766,0.17229999601840973,0.9858999848365784,2.8856000900268555,0.17839999496936798,0.9840999841690063,2.8856000900268555,0.18150000274181366,0.9840999841690063,2.9172000885009766,0.18150000274181366,0.9858999848365784,2.8856000900268555,0.17839999496936798,0.9840999841690063,2.9172000885009766,0.18150000274181366,0.9858999848365784,2.9172000885009766,0.17839999496936798,0.9886000156402588,2.9172000885009766,0.17229999601840973,0.9858999848365784,2.9172000885009766,0.17839999496936798,0.9858999848365784,2.946899890899658,0.17839999496936798,0.9886000156402588,2.9172000885009766,0.17229999601840973,0.9858999848365784,2.946899890899658,0.17839999496936798,0.9886000156402588,2.946899890899658,0.17229999601840973,0.9858999848365784,2.9172000885009766,0.17839999496936798,0.9840999841690063,2.9172000885009766,0.18150000274181366,0.9840999841690063,2.946899890899658,0.18150000274181366,0.9858999848365784,2.9172000885009766,0.17839999496936798,0.9840999841690063,2.946899890899658,0.18150000274181366,0.9858999848365784,2.946899890899658,0.17839999496936798,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9817000031471252,2.9173998832702637,0.18250000476837158,0.9828000068664551,2.91729998588562,0.18250000476837158,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9828000068664551,2.91729998588562,0.18250000476837158,0.9828000068664551,2.8856000900268555,0.18250000476837158,0.9817000031471252,2.9173998832702637,0.18250000476837158,0.9817000031471252,2.947000026702881,0.18250000476837158,0.9828000068664551,2.947000026702881,0.18250000476837158,0.9817000031471252,2.9173998832702637,0.18250000476837158,0.9828000068664551,2.947000026702881,0.18250000476837158,0.9828000068664551,2.91729998588562,0.18250000476837158,0.9828000068664551,2.91729998588562,0.18250000476837158,0.9840999841690063,2.9172000885009766,0.18150000274181366,0.9840999841690063,2.8856000900268555,0.18150000274181366,0.9828000068664551,2.91729998588562,0.18250000476837158,0.9840999841690063,2.8856000900268555,0.18150000274181366,0.9828000068664551,2.8856000900268555,0.18250000476837158,0.9828000068664551,2.947000026702881,0.18250000476837158,0.9840999841690063,2.946899890899658,0.18150000274181366,0.9840999841690063,2.9172000885009766,0.18150000274181366,0.9828000068664551,2.947000026702881,0.18250000476837158,0.9840999841690063,2.9172000885009766,0.18150000274181366,0.9828000068664551,2.91729998588562,0.18250000476837158,0.9817000031471252,2.975399971008301,0.18250000476837158,0.9817000031471252,3.0030999183654785,0.18250000476837158,0.9829000234603882,3.003000020980835,0.18250000476837158,0.9817000031471252,2.975399971008301,0.18250000476837158,0.9829000234603882,3.003000020980835,0.18250000476837158,0.9829000234603882,2.9753000736236572,0.18250000476837158,0.9829000234603882,3.003000020980835,0.18250000476837158,0.9840999841690063,3.003000020980835,0.18150000274181366,0.9840999841690063,2.9751999378204346,0.18150000274181366,0.9829000234603882,3.003000020980835,0.18250000476837158,0.9840999841690063,2.9751999378204346,0.18150000274181366,0.9829000234603882,2.9753000736236572,0.18250000476837158,0.9817000031471252,2.947000026702881,0.18250000476837158,0.9817000031471252,2.975399971008301,0.18250000476837158,0.9829000234603882,2.9753000736236572,0.18250000476837158,0.9817000031471252,2.947000026702881,0.18250000476837158,0.9829000234603882,2.9753000736236572,0.18250000476837158,0.9828000068664551,2.947000026702881,0.18250000476837158,0.9829000234603882,2.9753000736236572,0.18250000476837158,0.9840999841690063,2.9751999378204346,0.18150000274181366,0.9840999841690063,2.946899890899658,0.18150000274181366,0.9829000234603882,2.9753000736236572,0.18250000476837158,0.9840999841690063,2.946899890899658,0.18150000274181366,0.9828000068664551,2.947000026702881,0.18250000476837158,0.9884999990463257,2.851300001144409,0.17229999601840973,0.9858999848365784,2.851300001144409,0.17839999496936798,0.9858999848365784,2.8856000900268555,0.17839999496936798,0.9884999990463257,2.851300001144409,0.17229999601840973,0.9858999848365784,2.8856000900268555,0.17839999496936798,0.9884999990463257,2.8856000900268555,0.17229999601840973,0.9884999990463257,2.8173000812530518,0.17229999601840973,0.98580002784729,2.8173000812530518,0.17839999496936798,0.9858999848365784,2.851300001144409,0.17839999496936798,0.9884999990463257,2.8173000812530518,0.17229999601840973,0.9858999848365784,2.851300001144409,0.17839999496936798,0.9884999990463257,2.851300001144409,0.17229999601840973,0.9858999848365784,2.851300001144409,0.17839999496936798,0.9840999841690063,2.851300001144409,0.18150000274181366,0.9840999841690063,2.8856000900268555,0.18150000274181366,0.9858999848365784,2.851300001144409,0.17839999496936798,0.9840999841690063,2.8856000900268555,0.18150000274181366,0.9858999848365784,2.8856000900268555,0.17839999496936798,0.98580002784729,2.8173000812530518,0.17839999496936798,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.9840999841690063,2.851300001144409,0.18150000274181366,0.98580002784729,2.8173000812530518,0.17839999496936798,0.9840999841690063,2.851300001144409,0.18150000274181366,0.9858999848365784,2.851300001144409,0.17839999496936798,0.9884999990463257,2.761699914932251,0.17229999601840973,0.98580002784729,2.761699914932251,0.17839999496936798,0.98580002784729,2.7864999771118164,0.17839999496936798,0.9884999990463257,2.761699914932251,0.17229999601840973,0.98580002784729,2.7864999771118164,0.17839999496936798,0.9884999990463257,2.786400079727173,0.17229999601840973,0.98580002784729,2.761699914932251,0.17839999496936798,0.9840999841690063,2.7618000507354736,0.18150000274181366,0.9840999841690063,2.7864999771118164,0.18150000274181366,0.98580002784729,2.761699914932251,0.17839999496936798,0.9840999841690063,2.7864999771118164,0.18150000274181366,0.98580002784729,2.7864999771118164,0.17839999496936798,0.9884999990463257,2.786400079727173,0.17229999601840973,0.98580002784729,2.7864999771118164,0.17839999496936798,0.98580002784729,2.8173000812530518,0.17839999496936798,0.9884999990463257,2.786400079727173,0.17229999601840973,0.98580002784729,2.8173000812530518,0.17839999496936798,0.9884999990463257,2.8173000812530518,0.17229999601840973,0.98580002784729,2.7864999771118164,0.17839999496936798,0.9840999841690063,2.7864999771118164,0.18150000274181366,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.98580002784729,2.7864999771118164,0.17839999496936798,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.98580002784729,2.8173000812530518,0.17839999496936798,0.9815999865531921,2.7620999813079834,0.18250000476837158,0.9815999865531921,2.7867000102996826,0.18250000476837158,0.9828000068664551,2.786600112915039,0.18250000476837158,0.9815999865531921,2.7620999813079834,0.18250000476837158,0.9828000068664551,2.786600112915039,0.18250000476837158,0.9828000068664551,2.76200008392334,0.18250000476837158,0.9815999865531921,2.7867000102996826,0.18250000476837158,0.9815999865531921,2.8173999786376953,0.18250000476837158,0.9828000068664551,2.8173999786376953,0.18250000476837158,0.9815999865531921,2.7867000102996826,0.18250000476837158,0.9828000068664551,2.8173999786376953,0.18250000476837158,0.9828000068664551,2.786600112915039,0.18250000476837158,0.9828000068664551,2.76200008392334,0.18250000476837158,0.9828000068664551,2.786600112915039,0.18250000476837158,0.9840999841690063,2.7864999771118164,0.18150000274181366,0.9828000068664551,2.76200008392334,0.18250000476837158,0.9840999841690063,2.7864999771118164,0.18150000274181366,0.9840999841690063,2.7618000507354736,0.18150000274181366,0.9828000068664551,2.786600112915039,0.18250000476837158,0.9828000068664551,2.8173999786376953,0.18250000476837158,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.9828000068664551,2.786600112915039,0.18250000476837158,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.9840999841690063,2.7864999771118164,0.18150000274181366,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9828000068664551,2.8856000900268555,0.18250000476837158,0.9828000068664551,2.851300001144409,0.18250000476837158,0.9817000031471252,2.885699987411499,0.18250000476837158,0.9828000068664551,2.851300001144409,0.18250000476837158,0.9815999865531921,2.8513998985290527,0.18250000476837158,0.9828000068664551,2.8856000900268555,0.18250000476837158,0.9840999841690063,2.8856000900268555,0.18150000274181366,0.9840999841690063,2.851300001144409,0.18150000274181366,0.9828000068664551,2.8856000900268555,0.18250000476837158,0.9840999841690063,2.851300001144409,0.18150000274181366,0.9828000068664551,2.851300001144409,0.18250000476837158,0.9815999865531921,2.8513998985290527,0.18250000476837158,0.9828000068664551,2.851300001144409,0.18250000476837158,0.9828000068664551,2.8173999786376953,0.18250000476837158,0.9815999865531921,2.8513998985290527,0.18250000476837158,0.9828000068664551,2.8173999786376953,0.18250000476837158,0.9815999865531921,2.8173999786376953,0.18250000476837158,0.9828000068664551,2.851300001144409,0.18250000476837158,0.9840999841690063,2.851300001144409,0.18150000274181366,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.9828000068664551,2.851300001144409,0.18250000476837158,0.9840999841690063,2.8173000812530518,0.18150000274181366,0.9828000068664551,2.8173999786376953,0.18250000476837158,0.9884999990463257,2.761699914932251,0.17229999601840973,0.9883999824523926,2.746000051498413,0.17229999601840973,0.98580002784729,2.7460999488830566,0.17839999496936798,0.9884999990463257,2.761699914932251,0.17229999601840973,0.98580002784729,2.7460999488830566,0.17839999496936798,0.98580002784729,2.761699914932251,0.17839999496936798,0.9883999824523926,2.746000051498413,0.17229999601840973,0.9882000088691711,2.7370998859405518,0.17229999601840973,0.9855999946594238,2.737299919128418,0.17839999496936798,0.9883999824523926,2.746000051498413,0.17229999601840973,0.9855999946594238,2.737299919128418,0.17839999496936798,0.98580002784729,2.7460999488830566,0.17839999496936798,0.98580002784729,2.761699914932251,0.17839999496936798,0.98580002784729,2.7460999488830566,0.17839999496936798,0.9840999841690063,2.7462000846862793,0.18150000274181366,0.98580002784729,2.761699914932251,0.17839999496936798,0.9840999841690063,2.7462000846862793,0.18150000274181366,0.9840999841690063,2.7618000507354736,0.18150000274181366,0.98580002784729,2.7460999488830566,0.17839999496936798,0.9855999946594238,2.737299919128418,0.17839999496936798,0.9839000105857849,2.737600088119507,0.18150000274181366,0.98580002784729,2.7460999488830566,0.17839999496936798,0.9839000105857849,2.737600088119507,0.18150000274181366,0.9840999841690063,2.7462000846862793,0.18150000274181366,0.984000027179718,2.731800079345703,0.17839999496936798,0.9850999712944031,2.7332000732421875,0.17839999496936798,0.987500011920929,2.7330000400543213,0.17229999601840973,0.984000027179718,2.731800079345703,0.17839999496936798,0.987500011920929,2.7330000400543213,0.17229999601840973,0.9861999750137329,2.7314999103546143,0.17229999601840973,0.9825000166893005,2.732300043106079,0.18150000274181366,0.9833999872207642,2.733599901199341,0.18150000274181366,0.9850999712944031,2.7332000732421875,0.17839999496936798,0.9825000166893005,2.732300043106079,0.18150000274181366,0.9850999712944031,2.7332000732421875,0.17839999496936798,0.984000027179718,2.731800079345703,0.17839999496936798,0.987500011920929,2.7330000400543213,0.17229999601840973,0.9850999712944031,2.7332000732421875,0.17839999496936798,0.9855999946594238,2.737299919128418,0.17839999496936798,0.987500011920929,2.7330000400543213,0.17229999601840973,0.9855999946594238,2.737299919128418,0.17839999496936798,0.9882000088691711,2.7370998859405518,0.17229999601840973,0.9833999872207642,2.733599901199341,0.18150000274181366,0.9839000105857849,2.737600088119507,0.18150000274181366,0.9855999946594238,2.737299919128418,0.17839999496936798,0.9833999872207642,2.733599901199341,0.18150000274181366,0.9855999946594238,2.737299919128418,0.17839999496936798,0.9850999712944031,2.7332000732421875,0.17839999496936798,0.9822999835014343,2.734100103378296,0.18250000476837158,0.9815999865531921,2.7328999042510986,0.18250000476837158,0.9810000061988831,2.7335000038146973,0.18250000476837158,0.9822999835014343,2.734100103378296,0.18250000476837158,0.9810000061988831,2.7335000038146973,0.18250000476837158,0.9812999963760376,2.7344000339508057,0.18250000476837158,0.982699990272522,2.737799882888794,0.18250000476837158,0.9822999835014343,2.734100103378296,0.18250000476837158,0.9812999963760376,2.7344000339508057,0.18250000476837158,0.982699990272522,2.737799882888794,0.18250000476837158,0.9812999963760376,2.7344000339508057,0.18250000476837158,0.9815000295639038,2.738100051879883,0.18250000476837158,0.9833999872207642,2.733599901199341,0.18150000274181366,0.9825000166893005,2.732300043106079,0.18150000274181366,0.9815999865531921,2.7328999042510986,0.18250000476837158,0.9833999872207642,2.733599901199341,0.18150000274181366,0.9815999865531921,2.7328999042510986,0.18250000476837158,0.9822999835014343,2.734100103378296,0.18250000476837158,0.9839000105857849,2.737600088119507,0.18150000274181366,0.9833999872207642,2.733599901199341,0.18150000274181366,0.9822999835014343,2.734100103378296,0.18250000476837158,0.9839000105857849,2.737600088119507,0.18150000274181366,0.9822999835014343,2.734100103378296,0.18250000476837158,0.982699990272522,2.737799882888794,0.18250000476837158,0.9815999865531921,2.7465999126434326,0.18250000476837158,0.9815999865531921,2.7620999813079834,0.18250000476837158,0.9828000068664551,2.76200008392334,0.18250000476837158,0.9815999865531921,2.7465999126434326,0.18250000476837158,0.9828000068664551,2.76200008392334,0.18250000476837158,0.9828000068664551,2.7464001178741455,0.18250000476837158,0.9828000068664551,2.7464001178741455,0.18250000476837158,0.9828000068664551,2.76200008392334,0.18250000476837158,0.9840999841690063,2.7618000507354736,0.18150000274181366,0.9828000068664551,2.7464001178741455,0.18250000476837158,0.9840999841690063,2.7618000507354736,0.18150000274181366,0.9840999841690063,2.7462000846862793,0.18150000274181366,0.9828000068664551,2.7464001178741455,0.18250000476837158,0.982699990272522,2.737799882888794,0.18250000476837158,0.9815000295639038,2.738100051879883,0.18250000476837158,0.9828000068664551,2.7464001178741455,0.18250000476837158,0.9815000295639038,2.738100051879883,0.18250000476837158,0.9815999865531921,2.7465999126434326,0.18250000476837158,0.9840999841690063,2.7462000846862793,0.18150000274181366,0.9839000105857849,2.737600088119507,0.18150000274181366,0.982699990272522,2.737799882888794,0.18250000476837158,0.9840999841690063,2.7462000846862793,0.18150000274181366,0.982699990272522,2.737799882888794,0.18250000476837158,0.9828000068664551,2.7464001178741455,0.18250000476837158,0.982200026512146,2.7309000492095947,0.17839999496936798,0.984000027179718,2.731800079345703,0.17839999496936798,0.9861999750137329,2.7314999103546143,0.17229999601840973,0.982200026512146,2.7309000492095947,0.17839999496936798,0.9861999750137329,2.7314999103546143,0.17229999601840973,0.984000027179718,2.7304999828338623,0.17229999601840973,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.982200026512146,2.7309000492095947,0.17839999496936798,0.984000027179718,2.7304999828338623,0.17229999601840973,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.984000027179718,2.7304999828338623,0.17229999601840973,0.9811999797821045,2.7300000190734863,0.17229999601840973,0.9810000061988831,2.7314999103546143,0.18150000274181366,0.9825000166893005,2.732300043106079,0.18150000274181366,0.984000027179718,2.731800079345703,0.17839999496936798,0.9810000061988831,2.7314999103546143,0.18150000274181366,0.984000027179718,2.731800079345703,0.17839999496936798,0.982200026512146,2.7309000492095947,0.17839999496936798,0.9790999889373779,2.731100082397461,0.18150000274181366,0.9810000061988831,2.7314999103546143,0.18150000274181366,0.982200026512146,2.7309000492095947,0.17839999496936798,0.9790999889373779,2.731100082397461,0.18150000274181366,0.982200026512146,2.7309000492095947,0.17839999496936798,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.974399983882904,2.7297000885009766,0.17229999601840973,0.974399983882904,2.7302000522613525,0.17839999496936798,0.9771999716758728,2.7302000522613525,0.17839999496936798,0.974399983882904,2.7297000885009766,0.17229999601840973,0.9771999716758728,2.7302000522613525,0.17839999496936798,0.9779000282287598,2.72979998588562,0.17229999601840973,0.974399983882904,2.730799913406372,0.18150000274181366,0.9768000245094299,2.7309000492095947,0.18150000274181366,0.9771999716758728,2.7302000522613525,0.17839999496936798,0.974399983882904,2.730799913406372,0.18150000274181366,0.9771999716758728,2.7302000522613525,0.17839999496936798,0.974399983882904,2.7302000522613525,0.17839999496936798,0.9779000282287598,2.72979998588562,0.17229999601840973,0.9771999716758728,2.7302000522613525,0.17839999496936798,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.9779000282287598,2.72979998588562,0.17229999601840973,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.9811999797821045,2.7300000190734863,0.17229999601840973,0.9768000245094299,2.7309000492095947,0.18150000274181366,0.9790999889373779,2.731100082397461,0.18150000274181366,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.9768000245094299,2.7309000492095947,0.18150000274181366,0.9799000024795532,2.7304000854492188,0.17839999496936798,0.9771999716758728,2.7302000522613525,0.17839999496936798,0.9765999913215637,2.7316999435424805,0.18250000476837158,0.974399983882904,2.7316999435424805,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.9765999913215637,2.7316999435424805,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.9764999747276306,2.7328999042510986,0.18250000476837158,0.9786999821662903,2.7318999767303467,0.18250000476837158,0.9765999913215637,2.7316999435424805,0.18250000476837158,0.9764999747276306,2.7328999042510986,0.18250000476837158,0.9786999821662903,2.7318999767303467,0.18250000476837158,0.9764999747276306,2.7328999042510986,0.18250000476837158,0.9783999919891357,2.7330000400543213,0.18250000476837158,0.9768000245094299,2.7309000492095947,0.18150000274181366,0.974399983882904,2.730799913406372,0.18150000274181366,0.974399983882904,2.7316999435424805,0.18250000476837158,0.9768000245094299,2.7309000492095947,0.18150000274181366,0.974399983882904,2.7316999435424805,0.18250000476837158,0.9765999913215637,2.7316999435424805,0.18250000476837158,0.9790999889373779,2.731100082397461,0.18150000274181366,0.9768000245094299,2.7309000492095947,0.18150000274181366,0.9765999913215637,2.7316999435424805,0.18250000476837158,0.9790999889373779,2.731100082397461,0.18150000274181366,0.9765999913215637,2.7316999435424805,0.18250000476837158,0.9786999821662903,2.7318999767303467,0.18250000476837158,0.9815999865531921,2.7328999042510986,0.18250000476837158,0.980400025844574,2.7321999073028564,0.18250000476837158,0.9800000190734863,2.7332000732421875,0.18250000476837158,0.9815999865531921,2.7328999042510986,0.18250000476837158,0.9800000190734863,2.7332000732421875,0.18250000476837158,0.9810000061988831,2.7335000038146973,0.18250000476837158,0.9825000166893005,2.732300043106079,0.18150000274181366,0.9810000061988831,2.7314999103546143,0.18150000274181366,0.980400025844574,2.7321999073028564,0.18250000476837158,0.9825000166893005,2.732300043106079,0.18150000274181366,0.980400025844574,2.7321999073028564,0.18250000476837158,0.9815999865531921,2.7328999042510986,0.18250000476837158,0.980400025844574,2.7321999073028564,0.18250000476837158,0.9786999821662903,2.7318999767303467,0.18250000476837158,0.9783999919891357,2.7330000400543213,0.18250000476837158,0.980400025844574,2.7321999073028564,0.18250000476837158,0.9783999919891357,2.7330000400543213,0.18250000476837158,0.9800000190734863,2.7332000732421875,0.18250000476837158,0.9810000061988831,2.7314999103546143,0.18150000274181366,0.9790999889373779,2.731100082397461,0.18150000274181366,0.9786999821662903,2.7318999767303467,0.18250000476837158,0.9810000061988831,2.7314999103546143,0.18150000274181366,0.9786999821662903,2.7318999767303467,0.18250000476837158,0.980400025844574,2.7321999073028564,0.18250000476837158,0.974399983882904,2.7297000885009766,0.17229999601840973,0.9708999991416931,2.72979998588562,0.17229999601840973,0.9714999794960022,2.7302000522613525,0.17839999496936798,0.974399983882904,2.7297000885009766,0.17229999601840973,0.9714999794960022,2.7302000522613525,0.17839999496936798,0.974399983882904,2.7302000522613525,0.17839999496936798,0.9689000248908997,2.7304000854492188,0.17839999496936798,0.9714999794960022,2.7302000522613525,0.17839999496936798,0.9708999991416931,2.72979998588562,0.17229999601840973,0.9689000248908997,2.7304000854492188,0.17839999496936798,0.9708999991416931,2.72979998588562,0.17229999601840973,0.9677000045776367,2.7300000190734863,0.17229999601840973,0.972000002861023,2.7309000492095947,0.18150000274181366,0.974399983882904,2.730799913406372,0.18150000274181366,0.974399983882904,2.7302000522613525,0.17839999496936798,0.972000002861023,2.7309000492095947,0.18150000274181366,0.974399983882904,2.7302000522613525,0.17839999496936798,0.9714999794960022,2.7302000522613525,0.17839999496936798,0.9696999788284302,2.731100082397461,0.18150000274181366,0.972000002861023,2.7309000492095947,0.18150000274181366,0.9714999794960022,2.7302000522613525,0.17839999496936798,0.9696999788284302,2.731100082397461,0.18150000274181366,0.9714999794960022,2.7302000522613525,0.17839999496936798,0.9689000248908997,2.7304000854492188,0.17839999496936798,0.9648000001907349,2.7321999073028564,0.17839999496936798,0.9666000008583069,2.731100082397461,0.17839999496936798,0.9648000001907349,2.730600118637085,0.17229999601840973,0.9648000001907349,2.7321999073028564,0.17839999496936798,0.9648000001907349,2.730600118637085,0.17229999601840973,0.9625999927520752,2.731800079345703,0.17229999601840973,0.9663000106811523,2.732599973678589,0.18150000274181366,0.9678000211715698,2.7316999435424805,0.18150000274181366,0.9666000008583069,2.731100082397461,0.17839999496936798,0.9663000106811523,2.732599973678589,0.18150000274181366,0.9666000008583069,2.731100082397461,0.17839999496936798,0.9648000001907349,2.7321999073028564,0.17839999496936798,0.9666000008583069,2.731100082397461,0.17839999496936798,0.9689000248908997,2.7304000854492188,0.17839999496936798,0.9677000045776367,2.7300000190734863,0.17229999601840973,0.9666000008583069,2.731100082397461,0.17839999496936798,0.9677000045776367,2.7300000190734863,0.17229999601840973,0.9648000001907349,2.730600118637085,0.17229999601840973,0.9678000211715698,2.7316999435424805,0.18150000274181366,0.9696999788284302,2.731100082397461,0.18150000274181366,0.9689000248908997,2.7304000854492188,0.17839999496936798,0.9678000211715698,2.7316999435424805,0.18150000274181366,0.9689000248908997,2.7304000854492188,0.17839999496936798,0.9666000008583069,2.731100082397461,0.17839999496936798,0.968500018119812,2.7323999404907227,0.18250000476837158,0.967199981212616,2.7332000732421875,0.18250000476837158,0.9678999781608582,2.7339000701904297,0.18250000476837158,0.968500018119812,2.7323999404907227,0.18250000476837158,0.9678999781608582,2.7339000701904297,0.18250000476837158,0.9688000082969666,2.7335000038146973,0.18250000476837158,0.9702000021934509,2.7320001125335693,0.18250000476837158,0.968500018119812,2.7323999404907227,0.18250000476837158,0.9688000082969666,2.7335000038146973,0.18250000476837158,0.9702000021934509,2.7320001125335693,0.18250000476837158,0.9688000082969666,2.7335000038146973,0.18250000476837158,0.9703999757766724,2.7332000732421875,0.18250000476837158,0.9678000211715698,2.7316999435424805,0.18150000274181366,0.9663000106811523,2.732599973678589,0.18150000274181366,0.967199981212616,2.7332000732421875,0.18250000476837158,0.9678000211715698,2.7316999435424805,0.18150000274181366,0.967199981212616,2.7332000732421875,0.18250000476837158,0.968500018119812,2.7323999404907227,0.18250000476837158,0.9696999788284302,2.731100082397461,0.18150000274181366,0.9678000211715698,2.7316999435424805,0.18150000274181366,0.968500018119812,2.7323999404907227,0.18250000476837158,0.9696999788284302,2.731100082397461,0.18150000274181366,0.968500018119812,2.7323999404907227,0.18250000476837158,0.9702000021934509,2.7320001125335693,0.18250000476837158,0.974399983882904,2.7316999435424805,0.18250000476837158,0.9721999764442444,2.731800079345703,0.18250000476837158,0.9722999930381775,2.7330000400543213,0.18250000476837158,0.974399983882904,2.7316999435424805,0.18250000476837158,0.9722999930381775,2.7330000400543213,0.18250000476837158,0.974399983882904,2.7328999042510986,0.18250000476837158,0.974399983882904,2.730799913406372,0.18150000274181366,0.972000002861023,2.7309000492095947,0.18150000274181366,0.9721999764442444,2.731800079345703,0.18250000476837158,0.974399983882904,2.730799913406372,0.18150000274181366,0.9721999764442444,2.731800079345703,0.18250000476837158,0.974399983882904,2.7316999435424805,0.18250000476837158,0.9721999764442444,2.731800079345703,0.18250000476837158,0.9702000021934509,2.7320001125335693,0.18250000476837158,0.9703999757766724,2.7332000732421875,0.18250000476837158,0.9721999764442444,2.731800079345703,0.18250000476837158,0.9703999757766724,2.7332000732421875,0.18250000476837158,0.9722999930381775,2.7330000400543213,0.18250000476837158,0.972000002861023,2.7309000492095947,0.18150000274181366,0.9696999788284302,2.731100082397461,0.18150000274181366,0.9702000021934509,2.7320001125335693,0.18250000476837158,0.972000002861023,2.7309000492095947,0.18150000274181366,0.9702000021934509,2.7320001125335693,0.18250000476837158,0.9721999764442444,2.731800079345703,0.18250000476837158,0.9638000130653381,2.733799934387207,0.17839999496936798,0.9648000001907349,2.7321999073028564,0.17839999496936798,0.9625999927520752,2.731800079345703,0.17229999601840973,0.9638000130653381,2.733799934387207,0.17839999496936798,0.9625999927520752,2.731800079345703,0.17229999601840973,0.9613000154495239,2.7335000038146973,0.17229999601840973,0.9613000154495239,2.7335000038146973,0.17229999601840973,0.9606999754905701,2.73799991607666,0.17229999601840973,0.9631999731063843,2.7381999492645264,0.17839999496936798,0.9613000154495239,2.7335000038146973,0.17229999601840973,0.9631999731063843,2.7381999492645264,0.17839999496936798,0.9638000130653381,2.733799934387207,0.17839999496936798,0.965399980545044,2.7342000007629395,0.18150000274181366,0.9663000106811523,2.732599973678589,0.18150000274181366,0.9648000001907349,2.7321999073028564,0.17839999496936798,0.965399980545044,2.7342000007629395,0.18150000274181366,0.9648000001907349,2.7321999073028564,0.17839999496936798,0.9638000130653381,2.733799934387207,0.17839999496936798,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.965399980545044,2.7342000007629395,0.18150000274181366,0.9638000130653381,2.733799934387207,0.17839999496936798,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.9638000130653381,2.733799934387207,0.17839999496936798,0.9631999731063843,2.7381999492645264,0.17839999496936798,0.9603999853134155,2.763200044631958,0.17229999601840973,0.9629999995231628,2.7632999420166016,0.17839999496936798,0.963100016117096,2.7474000453948975,0.17839999496936798,0.9603999853134155,2.763200044631958,0.17229999601840973,0.963100016117096,2.7474000453948975,0.17839999496936798,0.9603999853134155,2.7472000122070312,0.17229999601840973,0.9629999995231628,2.7632999420166016,0.17839999496936798,0.9648000001907349,2.763400077819824,0.18150000274181366,0.9648000001907349,2.747499942779541,0.18150000274181366,0.9629999995231628,2.7632999420166016,0.17839999496936798,0.9648000001907349,2.747499942779541,0.18150000274181366,0.963100016117096,2.7474000453948975,0.17839999496936798,0.9603999853134155,2.7472000122070312,0.17229999601840973,0.963100016117096,2.7474000453948975,0.17839999496936798,0.9631999731063843,2.7381999492645264,0.17839999496936798,0.9603999853134155,2.7472000122070312,0.17229999601840973,0.9631999731063843,2.7381999492645264,0.17839999496936798,0.9606999754905701,2.73799991607666,0.17229999601840973,0.963100016117096,2.7474000453948975,0.17839999496936798,0.9648000001907349,2.747499942779541,0.18150000274181366,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.963100016117096,2.7474000453948975,0.17839999496936798,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.9631999731063843,2.7381999492645264,0.17839999496936798,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9660999774932861,2.7476000785827637,0.18250000476837158,0.9660999774932861,2.7634999752044678,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9660999774932861,2.7634999752044678,0.18250000476837158,0.967199981212616,2.763400077819824,0.18250000476837158,0.9661999940872192,2.7386999130249023,0.18250000476837158,0.9660999774932861,2.7476000785827637,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9661999940872192,2.7386999130249023,0.18250000476837158,0.9672999978065491,2.7476999759674072,0.18250000476837158,0.9674000144004822,2.7388999462127686,0.18250000476837158,0.9660999774932861,2.7476000785827637,0.18250000476837158,0.9648000001907349,2.747499942779541,0.18150000274181366,0.9648000001907349,2.763400077819824,0.18150000274181366,0.9660999774932861,2.7476000785827637,0.18250000476837158,0.9648000001907349,2.763400077819824,0.18150000274181366,0.9660999774932861,2.7634999752044678,0.18250000476837158,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.9648000001907349,2.747499942779541,0.18150000274181366,0.9660999774932861,2.7476000785827637,0.18250000476837158,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.9660999774932861,2.7476000785827637,0.18250000476837158,0.9661999940872192,2.7386999130249023,0.18250000476837158,0.967199981212616,2.7332000732421875,0.18250000476837158,0.9664999842643738,2.734600067138672,0.18250000476837158,0.9675999879837036,2.734999895095825,0.18250000476837158,0.967199981212616,2.7332000732421875,0.18250000476837158,0.9675999879837036,2.734999895095825,0.18250000476837158,0.9678999781608582,2.7339000701904297,0.18250000476837158,0.9663000106811523,2.732599973678589,0.18150000274181366,0.965399980545044,2.7342000007629395,0.18150000274181366,0.9664999842643738,2.734600067138672,0.18250000476837158,0.9663000106811523,2.732599973678589,0.18150000274181366,0.9664999842643738,2.734600067138672,0.18250000476837158,0.967199981212616,2.7332000732421875,0.18250000476837158,0.9664999842643738,2.734600067138672,0.18250000476837158,0.9661999940872192,2.7386999130249023,0.18250000476837158,0.9674000144004822,2.7388999462127686,0.18250000476837158,0.9664999842643738,2.734600067138672,0.18250000476837158,0.9674000144004822,2.7388999462127686,0.18250000476837158,0.9675999879837036,2.734999895095825,0.18250000476837158,0.965399980545044,2.7342000007629395,0.18150000274181366,0.9649999737739563,2.7385001182556152,0.18150000274181366,0.9661999940872192,2.7386999130249023,0.18250000476837158,0.965399980545044,2.7342000007629395,0.18150000274181366,0.9661999940872192,2.7386999130249023,0.18250000476837158,0.9664999842643738,2.734600067138672,0.18250000476837158,0.9743000268936157,2.677299976348877,3.648200035095215,0.9739999771118164,2.755500078201294,3.648400068283081,0.7019000053405762,2.7614998817443848,3.648400068283081,0.9743000268936157,2.677299976348877,3.648200035095215,0.7019000053405762,2.7614998817443848,3.648400068283081,0.5898000001907349,2.7040998935699463,3.648099899291992,0.9739999771118164,2.755500078201294,3.648400068283081,0.9736999869346619,2.8343000411987305,3.6486001014709473,0.7337999939918518,2.8366000652313232,3.6484999656677246,0.9739999771118164,2.755500078201294,3.648400068283081,0.7337999939918518,2.8366000652313232,3.6484999656677246,0.7019000053405762,2.7614998817443848,3.648400068283081,0.5898000001907349,2.7040998935699463,3.648099899291992,0.7019000053405762,2.7614998817443848,3.648400068283081,0.45649999380111694,2.772200107574463,3.648200035095215,0.5898000001907349,2.7040998935699463,3.648099899291992,0.45649999380111694,2.772200107574463,3.648200035095215,0.3495999872684479,2.7193000316619873,3.647900104522705,0.7019000053405762,2.7614998817443848,3.648400068283081,0.7337999939918518,2.8366000652313232,3.6484999656677246,0.5109999775886536,2.841399908065796,3.648400068283081,0.7019000053405762,2.7614998817443848,3.648400068283081,0.5109999775886536,2.841399908065796,3.648400068283081,0.45649999380111694,2.772200107574463,3.648200035095215,0.9735000133514404,2.9179000854492188,3.6486001014709473,0.9733999967575073,3.003999948501587,3.6486001014709473,0.7508000135421753,3.003999948501587,3.6486001014709473,0.9735000133514404,2.9179000854492188,3.6486001014709473,0.7508000135421753,3.003999948501587,3.6486001014709473,0.7480999827384949,2.918600082397461,3.6486001014709473,0.7480999827384949,2.918600082397461,3.6486001014709473,0.7508000135421753,3.003999948501587,3.6486001014709473,0.5415999889373779,3.0039000511169434,3.648400068283081,0.7480999827384949,2.918600082397461,3.6486001014709473,0.5415999889373779,3.0039000511169434,3.648400068283081,0.536300003528595,2.920300006866455,3.648400068283081,0.9736999869346619,2.8343000411987305,3.6486001014709473,0.9735000133514404,2.9179000854492188,3.6486001014709473,0.7480999827384949,2.918600082397461,3.6486001014709473,0.9736999869346619,2.8343000411987305,3.6486001014709473,0.7480999827384949,2.918600082397461,3.6486001014709473,0.7337999939918518,2.8366000652313232,3.6484999656677246,0.7337999939918518,2.8366000652313232,3.6484999656677246,0.7480999827384949,2.918600082397461,3.6486001014709473,0.536300003528595,2.920300006866455,3.648400068283081,0.7337999939918518,2.8366000652313232,3.6484999656677246,0.536300003528595,2.920300006866455,3.648400068283081,0.5109999775886536,2.841399908065796,3.648400068283081,0.21879999339580536,3.0039000511169434,3.648099899291992,0.2094999998807907,2.9245998859405518,3.648099899291992,0.3521000146865845,2.9223999977111816,3.648200035095215,0.21879999339580536,3.0039000511169434,3.648099899291992,0.3521000146865845,2.9223999977111816,3.648200035095215,0.3596000075340271,3.0039000511169434,3.6482999324798584,0.2094999998807907,2.9245998859405518,3.648099899291992,0.17970000207424164,2.8503000736236572,3.6480000019073486,0.32269999384880066,2.846100091934204,3.648200035095215,0.2094999998807907,2.9245998859405518,3.648099899291992,0.32269999384880066,2.846100091934204,3.648200035095215,0.3521000146865845,2.9223999977111816,3.648200035095215,0.3596000075340271,3.0039000511169434,3.6482999324798584,0.3521000146865845,2.9223999977111816,3.648200035095215,0.536300003528595,2.920300006866455,3.648400068283081,0.3596000075340271,3.0039000511169434,3.6482999324798584,0.536300003528595,2.920300006866455,3.648400068283081,0.5415999889373779,3.0039000511169434,3.648400068283081,0.3521000146865845,2.9223999977111816,3.648200035095215,0.32269999384880066,2.846100091934204,3.648200035095215,0.5109999775886536,2.841399908065796,3.648400068283081,0.3521000146865845,2.9223999977111816,3.648200035095215,0.5109999775886536,2.841399908065796,3.648400068283081,0.536300003528595,2.920300006866455,3.648400068283081,0.1273999959230423,2.785900115966797,3.6477999687194824,0.050599999725818634,2.7365000247955322,3.647599935531616,0.17229999601840973,2.7295000553131104,3.647700071334839,0.1273999959230423,2.785900115966797,3.6477999687194824,0.17229999601840973,2.7295000553131104,3.647700071334839,0.26499998569488525,2.780100107192993,3.6480000019073486,0.26499998569488525,2.780100107192993,3.6480000019073486,0.17229999601840973,2.7295000553131104,3.647700071334839,0.3495999872684479,2.7193000316619873,3.647900104522705,0.26499998569488525,2.780100107192993,3.6480000019073486,0.3495999872684479,2.7193000316619873,3.647900104522705,0.45649999380111694,2.772200107574463,3.648200035095215,0.17970000207424164,2.8503000736236572,3.6480000019073486,0.1273999959230423,2.785900115966797,3.6477999687194824,0.26499998569488525,2.780100107192993,3.6480000019073486,0.17970000207424164,2.8503000736236572,3.6480000019073486,0.26499998569488525,2.780100107192993,3.6480000019073486,0.32269999384880066,2.846100091934204,3.648200035095215,0.32269999384880066,2.846100091934204,3.648200035095215,0.26499998569488525,2.780100107192993,3.6480000019073486,0.45649999380111694,2.772200107574463,3.648200035095215,0.32269999384880066,2.846100091934204,3.648200035095215,0.45649999380111694,2.772200107574463,3.648200035095215,0.5109999775886536,2.841399908065796,3.648400068283081,0.9735000133514404,3.090100049972534,3.6486001014709473,0.7480999827384949,3.0892999172210693,3.6486001014709473,0.7508000135421753,3.003999948501587,3.6486001014709473,0.9735000133514404,3.090100049972534,3.6486001014709473,0.7508000135421753,3.003999948501587,3.6486001014709473,0.9733999967575073,3.003999948501587,3.6486001014709473,0.9736999869346619,3.1737000942230225,3.6484999656677246,0.7337999939918518,3.171299934387207,3.6484999656677246,0.7480999827384949,3.0892999172210693,3.6486001014709473,0.9736999869346619,3.1737000942230225,3.6484999656677246,0.7480999827384949,3.0892999172210693,3.6486001014709473,0.9735000133514404,3.090100049972534,3.6486001014709473,0.7480999827384949,3.0892999172210693,3.6486001014709473,0.536300003528595,3.087599992752075,3.648400068283081,0.5415999889373779,3.0039000511169434,3.648400068283081,0.7480999827384949,3.0892999172210693,3.6486001014709473,0.5415999889373779,3.0039000511169434,3.648400068283081,0.7508000135421753,3.003999948501587,3.6486001014709473,0.7337999939918518,3.171299934387207,3.6484999656677246,0.5109999775886536,3.1663999557495117,3.648400068283081,0.536300003528595,3.087599992752075,3.648400068283081,0.7337999939918518,3.171299934387207,3.6484999656677246,0.536300003528595,3.087599992752075,3.648400068283081,0.7480999827384949,3.0892999172210693,3.6486001014709473,0.9743000268936157,3.330699920654297,3.648200035095215,0.5898000001907349,3.303800106048584,3.648099899291992,0.7019000053405762,3.2464001178741455,3.648400068283081,0.9743000268936157,3.330699920654297,3.648200035095215,0.7019000053405762,3.2464001178741455,3.648400068283081,0.9739999771118164,3.252500057220459,3.648400068283081,0.5898000001907349,3.303800106048584,3.648099899291992,0.3495999872684479,3.288599967956543,3.647900104522705,0.45649999380111694,3.2356998920440674,3.648200035095215,0.5898000001907349,3.303800106048584,3.648099899291992,0.45649999380111694,3.2356998920440674,3.648200035095215,0.7019000053405762,3.2464001178741455,3.648400068283081,0.9739999771118164,3.252500057220459,3.648400068283081,0.7019000053405762,3.2464001178741455,3.648400068283081,0.7337999939918518,3.171299934387207,3.6484999656677246,0.9739999771118164,3.252500057220459,3.648400068283081,0.7337999939918518,3.171299934387207,3.6484999656677246,0.9736999869346619,3.1737000942230225,3.6484999656677246,0.7019000053405762,3.2464001178741455,3.648400068283081,0.45649999380111694,3.2356998920440674,3.648200035095215,0.5109999775886536,3.1663999557495117,3.648400068283081,0.7019000053405762,3.2464001178741455,3.648400068283081,0.5109999775886536,3.1663999557495117,3.648400068283081,0.7337999939918518,3.171299934387207,3.6484999656677246,0.1273999959230423,3.2219998836517334,3.6477999687194824,0.26499998569488525,3.227799892425537,3.6480000019073486,0.17229999601840973,3.27839994430542,3.647700071334839,0.1273999959230423,3.2219998836517334,3.6477999687194824,0.17229999601840973,3.27839994430542,3.647700071334839,0.050599999725818634,3.271399974822998,3.647599935531616,0.17970000207424164,3.157599925994873,3.6480000019073486,0.32269999384880066,3.161799907684326,3.648200035095215,0.26499998569488525,3.227799892425537,3.6480000019073486,0.17970000207424164,3.157599925994873,3.6480000019073486,0.26499998569488525,3.227799892425537,3.6480000019073486,0.1273999959230423,3.2219998836517334,3.6477999687194824,0.26499998569488525,3.227799892425537,3.6480000019073486,0.45649999380111694,3.2356998920440674,3.648200035095215,0.3495999872684479,3.288599967956543,3.647900104522705,0.26499998569488525,3.227799892425537,3.6480000019073486,0.3495999872684479,3.288599967956543,3.647900104522705,0.17229999601840973,3.27839994430542,3.647700071334839,0.32269999384880066,3.161799907684326,3.648200035095215,0.5109999775886536,3.1663999557495117,3.648400068283081,0.45649999380111694,3.2356998920440674,3.648200035095215,0.32269999384880066,3.161799907684326,3.648200035095215,0.45649999380111694,3.2356998920440674,3.648200035095215,0.26499998569488525,3.227799892425537,3.6480000019073486,0.21879999339580536,3.0039000511169434,3.648099899291992,0.3596000075340271,3.0039000511169434,3.6482999324798584,0.3521000146865845,3.085400104522705,3.648200035095215,0.21879999339580536,3.0039000511169434,3.648099899291992,0.3521000146865845,3.085400104522705,3.648200035095215,0.2094999998807907,3.083199977874756,3.648099899291992,0.3596000075340271,3.0039000511169434,3.6482999324798584,0.5415999889373779,3.0039000511169434,3.648400068283081,0.536300003528595,3.087599992752075,3.648400068283081,0.3596000075340271,3.0039000511169434,3.6482999324798584,0.536300003528595,3.087599992752075,3.648400068283081,0.3521000146865845,3.085400104522705,3.648200035095215,0.2094999998807907,3.083199977874756,3.648099899291992,0.3521000146865845,3.085400104522705,3.648200035095215,0.32269999384880066,3.161799907684326,3.648200035095215,0.2094999998807907,3.083199977874756,3.648099899291992,0.32269999384880066,3.161799907684326,3.648200035095215,0.17970000207424164,3.157599925994873,3.6480000019073486,0.3521000146865845,3.085400104522705,3.648200035095215,0.536300003528595,3.087599992752075,3.648400068283081,0.5109999775886536,3.1663999557495117,3.648400068283081,0.3521000146865845,3.085400104522705,3.648200035095215,0.5109999775886536,3.1663999557495117,3.648400068283081,0.32269999384880066,3.161799907684326,3.648200035095215,0.47909998893737793,3.348299980163574,3.647599935531616,0.335099995136261,3.3324999809265137,3.6475000381469727,0.5898000001907349,3.303800106048584,3.648099899291992,0.47909998893737793,3.348299980163574,3.647599935531616,0.5898000001907349,3.303800106048584,3.648099899291992,0.9743000268936157,3.330699920654297,3.648200035095215,0.08649999648332596,3.351300001144409,3.646899938583374,0.023000000044703484,3.338599920272827,3.646899938583374,0.335099995136261,3.3324999809265137,3.6475000381469727,0.08649999648332596,3.351300001144409,3.646899938583374,0.335099995136261,3.3324999809265137,3.6475000381469727,0.47909998893737793,3.348299980163574,3.647599935531616,0.335099995136261,3.3324999809265137,3.6475000381469727,0.16680000722408295,3.3185999393463135,3.64739990234375,0.3495999872684479,3.288599967956543,3.647900104522705,0.335099995136261,3.3324999809265137,3.6475000381469727,0.3495999872684479,3.288599967956543,3.647900104522705,0.5898000001907349,3.303800106048584,3.648099899291992,0.023000000044703484,3.338599920272827,3.646899938583374,-0.05079999938607216,3.327199935913086,3.646899938583374,0.16680000722408295,3.3185999393463135,3.64739990234375,0.023000000044703484,3.338599920272827,3.646899938583374,0.16680000722408295,3.3185999393463135,3.64739990234375,0.335099995136261,3.3324999809265137,3.6475000381469727,-0.2574999928474426,3.342400074005127,3.646199941635132,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.4844000041484833,3.2969000339508057,3.6459999084472656,-0.2574999928474426,3.342400074005127,3.646199941635132,-0.4844000041484833,3.2969000339508057,3.6459999084472656,-0.2615000009536743,3.328000068664551,3.646399974822998,-0.2615000009536743,3.328000068664551,3.646399974822998,-0.4844000041484833,3.2969000339508057,3.6459999084472656,-0.4388999938964844,3.284899950027466,3.646199941635132,-0.2615000009536743,3.328000068664551,3.646399974822998,-0.4388999938964844,3.284899950027466,3.646199941635132,-0.2621000111103058,3.3162999153137207,3.6465001106262207,-0.2574999928474426,3.342400074005127,3.646199941635132,-0.2615000009536743,3.328000068664551,3.646399974822998,0.023000000044703484,3.338599920272827,3.646899938583374,-0.2574999928474426,3.342400074005127,3.646199941635132,0.023000000044703484,3.338599920272827,3.646899938583374,0.08649999648332596,3.351300001144409,3.646899938583374,-0.2615000009536743,3.328000068664551,3.646399974822998,-0.2621000111103058,3.3162999153137207,3.6465001106262207,-0.05079999938607216,3.327199935913086,3.646899938583374,-0.2615000009536743,3.328000068664551,3.646399974822998,-0.05079999938607216,3.327199935913086,3.646899938583374,0.023000000044703484,3.338599920272827,3.646899938583374,-0.39070001244544983,3.2708001136779785,3.6465001106262207,-0.28630000352859497,3.300600051879883,3.6466000080108643,-0.27300000190734863,3.3073999881744385,3.6466000080108643,-0.39070001244544983,3.2708001136779785,3.6465001106262207,-0.27300000190734863,3.3073999881744385,3.6466000080108643,-0.4092000126838684,3.276599884033203,3.646399974822998,-0.16920000314712524,3.310699939727783,3.646899938583374,-0.11710000038146973,3.3180999755859375,3.646899938583374,-0.27300000190734863,3.3073999881744385,3.6466000080108643,-0.16920000314712524,3.310699939727783,3.646899938583374,-0.27300000190734863,3.3073999881744385,3.6466000080108643,-0.28630000352859497,3.300600051879883,3.6466000080108643,-0.4092000126838684,3.276599884033203,3.646399974822998,-0.27300000190734863,3.3073999881744385,3.6466000080108643,-0.2621000111103058,3.3162999153137207,3.6465001106262207,-0.4092000126838684,3.276599884033203,3.646399974822998,-0.2621000111103058,3.3162999153137207,3.6465001106262207,-0.4388999938964844,3.284899950027466,3.646199941635132,-0.11710000038146973,3.3180999755859375,3.646899938583374,-0.05079999938607216,3.327199935913086,3.646899938583374,-0.2621000111103058,3.3162999153137207,3.6465001106262207,-0.11710000038146973,3.3180999755859375,3.646899938583374,-0.2621000111103058,3.3162999153137207,3.6465001106262207,-0.27300000190734863,3.3073999881744385,3.6466000080108643,0.050599999725818634,3.271399974822998,3.647599935531616,0.17229999601840973,3.27839994430542,3.647700071334839,0.03819999843835831,3.3083999156951904,3.6473000049591064,0.050599999725818634,3.271399974822998,3.647599935531616,0.03819999843835831,3.3083999156951904,3.6473000049591064,-0.05260000005364418,3.3010001182556152,3.647200107574463,0.17229999601840973,3.27839994430542,3.647700071334839,0.3495999872684479,3.288599967956543,3.647900104522705,0.16680000722408295,3.3185999393463135,3.64739990234375,0.17229999601840973,3.27839994430542,3.647700071334839,0.16680000722408295,3.3185999393463135,3.64739990234375,0.03819999843835831,3.3083999156951904,3.6473000049591064,-0.05260000005364418,3.3010001182556152,3.647200107574463,0.03819999843835831,3.3083999156951904,3.6473000049591064,-0.11710000038146973,3.3180999755859375,3.646899938583374,-0.05260000005364418,3.3010001182556152,3.647200107574463,-0.11710000038146973,3.3180999755859375,3.646899938583374,-0.16920000314712524,3.310699939727783,3.646899938583374,0.03819999843835831,3.3083999156951904,3.6473000049591064,0.16680000722408295,3.3185999393463135,3.64739990234375,-0.05079999938607216,3.327199935913086,3.646899938583374,0.03819999843835831,3.3083999156951904,3.6473000049591064,-0.05079999938607216,3.327199935913086,3.646899938583374,-0.11710000038146973,3.3180999755859375,3.646899938583374,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.673799991607666,3.2479000091552734,3.6458001136779785,-0.6116999983787537,3.240799903869629,3.6459999084472656,-0.5605999827384949,3.3171000480651855,3.6456000804901123,-0.6116999983787537,3.240799903869629,3.6459999084472656,-0.4844000041484833,3.2969000339508057,3.6459999084472656,-0.673799991607666,3.2479000091552734,3.6458001136779785,-0.7258999943733215,3.172100067138672,3.646199941635132,-0.6744999885559082,3.168299913406372,3.6463000774383545,-0.673799991607666,3.2479000091552734,3.6458001136779785,-0.6744999885559082,3.168299913406372,3.6463000774383545,-0.6116999983787537,3.240799903869629,3.6459999084472656,-0.4844000041484833,3.2969000339508057,3.6459999084472656,-0.6116999983787537,3.240799903869629,3.6459999084472656,-0.5529999732971191,3.232100009918213,3.646199941635132,-0.4844000041484833,3.2969000339508057,3.6459999084472656,-0.5529999732971191,3.232100009918213,3.646199941635132,-0.4388999938964844,3.284899950027466,3.646199941635132,-0.6116999983787537,3.240799903869629,3.6459999084472656,-0.6744999885559082,3.168299913406372,3.6463000774383545,-0.6187000274658203,3.1640000343322754,3.6465001106262207,-0.6116999983787537,3.240799903869629,3.6459999084472656,-0.6187000274658203,3.1640000343322754,3.6465001106262207,-0.5529999732971191,3.232100009918213,3.646199941635132,-0.7498000264167786,3.0896999835968018,3.6465001106262207,-0.7547000050544739,3.003999948501587,3.6466000080108643,-0.7095999717712402,3.0039000511169434,3.646699905395508,-0.7498000264167786,3.0896999835968018,3.6465001106262207,-0.7095999717712402,3.0039000511169434,3.646699905395508,-0.703499972820282,3.088099956512451,3.6466000080108643,-0.703499972820282,3.088099956512451,3.6466000080108643,-0.7095999717712402,3.0039000511169434,3.646699905395508,-0.6581000089645386,3.0039000511169434,3.6468000411987305,-0.703499972820282,3.088099956512451,3.6466000080108643,-0.6581000089645386,3.0039000511169434,3.6468000411987305,-0.650600016117096,3.0862998962402344,3.646699905395508,-0.7258999943733215,3.172100067138672,3.646199941635132,-0.7498000264167786,3.0896999835968018,3.6465001106262207,-0.703499972820282,3.088099956512451,3.6466000080108643,-0.7258999943733215,3.172100067138672,3.646199941635132,-0.703499972820282,3.088099956512451,3.6466000080108643,-0.6744999885559082,3.168299913406372,3.6463000774383545,-0.6744999885559082,3.168299913406372,3.6463000774383545,-0.703499972820282,3.088099956512451,3.6466000080108643,-0.650600016117096,3.0862998962402344,3.646699905395508,-0.6744999885559082,3.168299913406372,3.6463000774383545,-0.650600016117096,3.0862998962402344,3.646699905395508,-0.6187000274658203,3.1640000343322754,3.6465001106262207,-0.5651000142097473,3.0039000511169434,3.6470000743865967,-0.5551000237464905,3.082900047302246,3.646899938583374,-0.5985999703407288,3.0845000743865967,3.6468000411987305,-0.5651000142097473,3.0039000511169434,3.6470000743865967,-0.5985999703407288,3.0845000743865967,3.6468000411987305,-0.6075000166893005,3.0039000511169434,3.646899938583374,-0.5551000237464905,3.082900047302246,3.646899938583374,-0.5236999988555908,3.1570000648498535,3.646699905395508,-0.5663999915122986,3.1602001190185547,3.6466000080108643,-0.5551000237464905,3.082900047302246,3.646899938583374,-0.5663999915122986,3.1602001190185547,3.6466000080108643,-0.5985999703407288,3.0845000743865967,3.6468000411987305,-0.6075000166893005,3.0039000511169434,3.646899938583374,-0.5985999703407288,3.0845000743865967,3.6468000411987305,-0.650600016117096,3.0862998962402344,3.646699905395508,-0.6075000166893005,3.0039000511169434,3.646899938583374,-0.650600016117096,3.0862998962402344,3.646699905395508,-0.6581000089645386,3.0039000511169434,3.6468000411987305,-0.5985999703407288,3.0845000743865967,3.6468000411987305,-0.5663999915122986,3.1602001190185547,3.6466000080108643,-0.6187000274658203,3.1640000343322754,3.6465001106262207,-0.5985999703407288,3.0845000743865967,3.6468000411987305,-0.6187000274658203,3.1640000343322754,3.6465001106262207,-0.650600016117096,3.0862998962402344,3.646699905395508,-0.4693000018596649,3.221299886703491,3.6465001106262207,-0.39070001244544983,3.2708001136779785,3.6465001106262207,-0.4092000126838684,3.276599884033203,3.646399974822998,-0.4693000018596649,3.221299886703491,3.6465001106262207,-0.4092000126838684,3.276599884033203,3.646399974822998,-0.5051000118255615,3.2258999347686768,3.646399974822998,-0.5051000118255615,3.2258999347686768,3.646399974822998,-0.4092000126838684,3.276599884033203,3.646399974822998,-0.4388999938964844,3.284899950027466,3.646199941635132,-0.5051000118255615,3.2258999347686768,3.646399974822998,-0.4388999938964844,3.284899950027466,3.646199941635132,-0.5529999732971191,3.232100009918213,3.646199941635132,-0.5236999988555908,3.1570000648498535,3.646699905395508,-0.4693000018596649,3.221299886703491,3.6465001106262207,-0.5051000118255615,3.2258999347686768,3.646399974822998,-0.5236999988555908,3.1570000648498535,3.646699905395508,-0.5051000118255615,3.2258999347686768,3.646399974822998,-0.5663999915122986,3.1602001190185547,3.6466000080108643,-0.5663999915122986,3.1602001190185547,3.6466000080108643,-0.5051000118255615,3.2258999347686768,3.646399974822998,-0.5529999732971191,3.232100009918213,3.646199941635132,-0.5663999915122986,3.1602001190185547,3.6466000080108643,-0.5529999732971191,3.232100009918213,3.646199941635132,-0.6187000274658203,3.1640000343322754,3.6465001106262207,-0.7498000264167786,2.9182000160217285,3.6465001106262207,-0.703499972820282,2.919800043106079,3.6466000080108643,-0.7095999717712402,3.0039000511169434,3.646699905395508,-0.7498000264167786,2.9182000160217285,3.6465001106262207,-0.7095999717712402,3.0039000511169434,3.646699905395508,-0.7547000050544739,3.003999948501587,3.6466000080108643,-0.7258999943733215,2.8357999324798584,3.646199941635132,-0.6744999885559082,2.8394999504089355,3.6463000774383545,-0.703499972820282,2.919800043106079,3.6466000080108643,-0.7258999943733215,2.8357999324798584,3.646199941635132,-0.703499972820282,2.919800043106079,3.6466000080108643,-0.7498000264167786,2.9182000160217285,3.6465001106262207,-0.703499972820282,2.919800043106079,3.6466000080108643,-0.650600016117096,2.9214999675750732,3.646699905395508,-0.6581000089645386,3.0039000511169434,3.6468000411987305,-0.703499972820282,2.919800043106079,3.6466000080108643,-0.6581000089645386,3.0039000511169434,3.6468000411987305,-0.7095999717712402,3.0039000511169434,3.646699905395508,-0.6744999885559082,2.8394999504089355,3.6463000774383545,-0.6187000274658203,2.8438000679016113,3.6465001106262207,-0.650600016117096,2.9214999675750732,3.646699905395508,-0.6744999885559082,2.8394999504089355,3.6463000774383545,-0.650600016117096,2.9214999675750732,3.646699905395508,-0.703499972820282,2.919800043106079,3.6466000080108643,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.4844000041484833,2.7109999656677246,3.6459999084472656,-0.6116999983787537,2.7671000957489014,3.6459999084472656,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.6116999983787537,2.7671000957489014,3.6459999084472656,-0.673799991607666,2.759999990463257,3.6458001136779785,-0.4844000041484833,2.7109999656677246,3.6459999084472656,-0.4388999938964844,2.7230000495910645,3.646199941635132,-0.5529999732971191,2.775700092315674,3.646199941635132,-0.4844000041484833,2.7109999656677246,3.6459999084472656,-0.5529999732971191,2.775700092315674,3.646199941635132,-0.6116999983787537,2.7671000957489014,3.6459999084472656,-0.673799991607666,2.759999990463257,3.6458001136779785,-0.6116999983787537,2.7671000957489014,3.6459999084472656,-0.6744999885559082,2.8394999504089355,3.6463000774383545,-0.673799991607666,2.759999990463257,3.6458001136779785,-0.6744999885559082,2.8394999504089355,3.6463000774383545,-0.7258999943733215,2.8357999324798584,3.646199941635132,-0.6116999983787537,2.7671000957489014,3.6459999084472656,-0.5529999732971191,2.775700092315674,3.646199941635132,-0.6187000274658203,2.8438000679016113,3.6465001106262207,-0.6116999983787537,2.7671000957489014,3.6459999084472656,-0.6187000274658203,2.8438000679016113,3.6465001106262207,-0.6744999885559082,2.8394999504089355,3.6463000774383545,-0.4693000018596649,2.786600112915039,3.6465001106262207,-0.5051000118255615,2.781899929046631,3.646399974822998,-0.4092000126838684,2.7311999797821045,3.646399974822998,-0.4693000018596649,2.786600112915039,3.6465001106262207,-0.4092000126838684,2.7311999797821045,3.646399974822998,-0.39070001244544983,2.7370998859405518,3.6465001106262207,-0.5236999988555908,2.850800037384033,3.646699905395508,-0.5663999915122986,2.847599983215332,3.6466000080108643,-0.5051000118255615,2.781899929046631,3.646399974822998,-0.5236999988555908,2.850800037384033,3.646699905395508,-0.5051000118255615,2.781899929046631,3.646399974822998,-0.4693000018596649,2.786600112915039,3.6465001106262207,-0.5051000118255615,2.781899929046631,3.646399974822998,-0.5529999732971191,2.775700092315674,3.646199941635132,-0.4388999938964844,2.7230000495910645,3.646199941635132,-0.5051000118255615,2.781899929046631,3.646399974822998,-0.4388999938964844,2.7230000495910645,3.646199941635132,-0.4092000126838684,2.7311999797821045,3.646399974822998,-0.5663999915122986,2.847599983215332,3.6466000080108643,-0.6187000274658203,2.8438000679016113,3.6465001106262207,-0.5529999732971191,2.775700092315674,3.646199941635132,-0.5663999915122986,2.847599983215332,3.6466000080108643,-0.5529999732971191,2.775700092315674,3.646199941635132,-0.5051000118255615,2.781899929046631,3.646399974822998,-0.5651000142097473,3.0039000511169434,3.6470000743865967,-0.6075000166893005,3.0039000511169434,3.646899938583374,-0.5985999703407288,2.9231998920440674,3.6468000411987305,-0.5651000142097473,3.0039000511169434,3.6470000743865967,-0.5985999703407288,2.9231998920440674,3.6468000411987305,-0.5551000237464905,2.9249000549316406,3.646899938583374,-0.6075000166893005,3.0039000511169434,3.646899938583374,-0.6581000089645386,3.0039000511169434,3.6468000411987305,-0.650600016117096,2.9214999675750732,3.646699905395508,-0.6075000166893005,3.0039000511169434,3.646899938583374,-0.650600016117096,2.9214999675750732,3.646699905395508,-0.5985999703407288,2.9231998920440674,3.6468000411987305,-0.5551000237464905,2.9249000549316406,3.646899938583374,-0.5985999703407288,2.9231998920440674,3.6468000411987305,-0.5663999915122986,2.847599983215332,3.6466000080108643,-0.5551000237464905,2.9249000549316406,3.646899938583374,-0.5663999915122986,2.847599983215332,3.6466000080108643,-0.5236999988555908,2.850800037384033,3.646699905395508,-0.5985999703407288,2.9231998920440674,3.6468000411987305,-0.650600016117096,2.9214999675750732,3.646699905395508,-0.6187000274658203,2.8438000679016113,3.6465001106262207,-0.5985999703407288,2.9231998920440674,3.6468000411987305,-0.6187000274658203,2.8438000679016113,3.6465001106262207,-0.5663999915122986,2.847599983215332,3.6466000080108643,-0.2574999928474426,2.6654999256134033,3.646199941635132,-0.2615000009536743,2.6798999309539795,3.646399974822998,-0.4844000041484833,2.7109999656677246,3.6459999084472656,-0.2574999928474426,2.6654999256134033,3.646199941635132,-0.4844000041484833,2.7109999656677246,3.6459999084472656,-0.5605999827384949,2.6907999515533447,3.6456000804901123,-0.2574999928474426,2.6654999256134033,3.646199941635132,0.08649999648332596,2.656599998474121,3.646899938583374,0.023000000044703484,2.6693999767303467,3.646899938583374,-0.2574999928474426,2.6654999256134033,3.646199941635132,0.023000000044703484,2.6693999767303467,3.646899938583374,-0.2615000009536743,2.6798999309539795,3.646399974822998,-0.2615000009536743,2.6798999309539795,3.646399974822998,-0.2621000111103058,2.6916000843048096,3.6465001106262207,-0.4388999938964844,2.7230000495910645,3.646199941635132,-0.2615000009536743,2.6798999309539795,3.646399974822998,-0.4388999938964844,2.7230000495910645,3.646199941635132,-0.4844000041484833,2.7109999656677246,3.6459999084472656,-0.2615000009536743,2.6798999309539795,3.646399974822998,0.023000000044703484,2.6693999767303467,3.646899938583374,-0.05079999938607216,2.6807000637054443,3.646899938583374,-0.2615000009536743,2.6798999309539795,3.646399974822998,-0.05079999938607216,2.6807000637054443,3.646899938583374,-0.2621000111103058,2.6916000843048096,3.6465001106262207,0.47909998893737793,2.659600019454956,3.647599935531616,0.9743000268936157,2.677299976348877,3.648200035095215,0.5898000001907349,2.7040998935699463,3.648099899291992,0.47909998893737793,2.659600019454956,3.647599935531616,0.5898000001907349,2.7040998935699463,3.648099899291992,0.335099995136261,2.6754000186920166,3.6475000381469727,0.335099995136261,2.6754000186920166,3.6475000381469727,0.5898000001907349,2.7040998935699463,3.648099899291992,0.3495999872684479,2.7193000316619873,3.647900104522705,0.335099995136261,2.6754000186920166,3.6475000381469727,0.3495999872684479,2.7193000316619873,3.647900104522705,0.16680000722408295,2.689300060272217,3.64739990234375,0.08649999648332596,2.656599998474121,3.646899938583374,0.47909998893737793,2.659600019454956,3.647599935531616,0.335099995136261,2.6754000186920166,3.6475000381469727,0.08649999648332596,2.656599998474121,3.646899938583374,0.335099995136261,2.6754000186920166,3.6475000381469727,0.023000000044703484,2.6693999767303467,3.646899938583374,0.023000000044703484,2.6693999767303467,3.646899938583374,0.335099995136261,2.6754000186920166,3.6475000381469727,0.16680000722408295,2.689300060272217,3.64739990234375,0.023000000044703484,2.6693999767303467,3.646899938583374,0.16680000722408295,2.689300060272217,3.64739990234375,-0.05079999938607216,2.6807000637054443,3.646899938583374,0.050599999725818634,2.7365000247955322,3.647599935531616,-0.05260000005364418,2.706899881362915,3.6473000049591064,0.03819999843835831,2.69950008392334,3.6473000049591064,0.050599999725818634,2.7365000247955322,3.647599935531616,0.03819999843835831,2.69950008392334,3.6473000049591064,0.17229999601840973,2.7295000553131104,3.647700071334839,-0.05260000005364418,2.706899881362915,3.6473000049591064,-0.16920000314712524,2.697200059890747,3.646899938583374,-0.11710000038146973,2.6898000240325928,3.646899938583374,-0.05260000005364418,2.706899881362915,3.6473000049591064,-0.11710000038146973,2.6898000240325928,3.646899938583374,0.03819999843835831,2.69950008392334,3.6473000049591064,0.17229999601840973,2.7295000553131104,3.647700071334839,0.03819999843835831,2.69950008392334,3.6473000049591064,0.16680000722408295,2.689300060272217,3.64739990234375,0.17229999601840973,2.7295000553131104,3.647700071334839,0.16680000722408295,2.689300060272217,3.64739990234375,0.3495999872684479,2.7193000316619873,3.647900104522705,0.03819999843835831,2.69950008392334,3.6473000049591064,-0.11710000038146973,2.6898000240325928,3.646899938583374,-0.05079999938607216,2.6807000637054443,3.646899938583374,0.03819999843835831,2.69950008392334,3.6473000049591064,-0.05079999938607216,2.6807000637054443,3.646899938583374,0.16680000722408295,2.689300060272217,3.64739990234375,-0.39070001244544983,2.7370998859405518,3.6465001106262207,-0.4092000126838684,2.7311999797821045,3.646399974822998,-0.27300000190734863,2.700500011444092,3.6466000080108643,-0.39070001244544983,2.7370998859405518,3.6465001106262207,-0.27300000190734863,2.700500011444092,3.6466000080108643,-0.28630000352859497,2.7072999477386475,3.6466000080108643,-0.4092000126838684,2.7311999797821045,3.646399974822998,-0.4388999938964844,2.7230000495910645,3.646199941635132,-0.2621000111103058,2.6916000843048096,3.6465001106262207,-0.4092000126838684,2.7311999797821045,3.646399974822998,-0.2621000111103058,2.6916000843048096,3.6465001106262207,-0.27300000190734863,2.700500011444092,3.6466000080108643,-0.16920000314712524,2.697200059890747,3.646899938583374,-0.28630000352859497,2.7072999477386475,3.6466000080108643,-0.27300000190734863,2.700500011444092,3.6466000080108643,-0.16920000314712524,2.697200059890747,3.646899938583374,-0.27300000190734863,2.700500011444092,3.6466000080108643,-0.11710000038146973,2.6898000240325928,3.646899938583374,-0.11710000038146973,2.6898000240325928,3.646899938583374,-0.27300000190734863,2.700500011444092,3.6466000080108643,-0.2621000111103058,2.6916000843048096,3.6465001106262207,-0.11710000038146973,2.6898000240325928,3.646899938583374,-0.2621000111103058,2.6916000843048096,3.6465001106262207,-0.05079999938607216,2.6807000637054443,3.646899938583374,0.9735000133514404,2.9179000854492188,3.6486001014709473,1.1985000371932983,2.9186999797821045,3.6484999656677246,1.1956000328063965,3.003999948501587,3.6484999656677246,0.9735000133514404,2.9179000854492188,3.6486001014709473,1.1956000328063965,3.003999948501587,3.6484999656677246,0.9733999967575073,3.003999948501587,3.6486001014709473,0.9736999869346619,2.8343000411987305,3.6486001014709473,1.2132999897003174,2.836699962615967,3.648400068283081,1.1985000371932983,2.9186999797821045,3.6484999656677246,0.9736999869346619,2.8343000411987305,3.6486001014709473,1.1985000371932983,2.9186999797821045,3.6484999656677246,0.9735000133514404,2.9179000854492188,3.6486001014709473,1.1985000371932983,2.9186999797821045,3.6484999656677246,1.409500002861023,2.9203999042510986,3.6482999324798584,1.4039000272750854,3.003999948501587,3.6482999324798584,1.1985000371932983,2.9186999797821045,3.6484999656677246,1.4039000272750854,3.003999948501587,3.6482999324798584,1.1956000328063965,3.003999948501587,3.6484999656677246,1.2132999897003174,2.836699962615967,3.648400068283081,1.4355000257492065,2.841599941253662,3.648200035095215,1.409500002861023,2.9203999042510986,3.6482999324798584,1.2132999897003174,2.836699962615967,3.648400068283081,1.409500002861023,2.9203999042510986,3.6482999324798584,1.1985000371932983,2.9186999797821045,3.6484999656677246,0.9743000268936157,2.677299976348877,3.648200035095215,1.3586000204086304,2.704200029373169,3.6480000019073486,1.24590003490448,2.7616000175476074,3.6482999324798584,0.9743000268936157,2.677299976348877,3.648200035095215,1.24590003490448,2.7616000175476074,3.6482999324798584,0.9739999771118164,2.755500078201294,3.648400068283081,1.3586000204086304,2.704200029373169,3.6480000019073486,1.5986000299453735,2.719399929046631,3.6477999687194824,1.4908000230789185,2.7723000049591064,3.648099899291992,1.3586000204086304,2.704200029373169,3.6480000019073486,1.4908000230789185,2.7723000049591064,3.648099899291992,1.24590003490448,2.7616000175476074,3.6482999324798584,0.9739999771118164,2.755500078201294,3.648400068283081,1.24590003490448,2.7616000175476074,3.6482999324798584,1.2132999897003174,2.836699962615967,3.648400068283081,0.9739999771118164,2.755500078201294,3.648400068283081,1.2132999897003174,2.836699962615967,3.648400068283081,0.9736999869346619,2.8343000411987305,3.6486001014709473,1.24590003490448,2.7616000175476074,3.6482999324798584,1.4908000230789185,2.7723000049591064,3.648099899291992,1.4355000257492065,2.841599941253662,3.648200035095215,1.24590003490448,2.7616000175476074,3.6482999324798584,1.4355000257492065,2.841599941253662,3.648200035095215,1.2132999897003174,2.836699962615967,3.648400068283081,1.8188999891281128,2.7862000465393066,3.647700071334839,1.6818000078201294,2.7802999019622803,3.6477999687194824,1.7755000591278076,2.7297000885009766,3.647599935531616,1.8188999891281128,2.7862000465393066,3.647700071334839,1.7755000591278076,2.7297000885009766,3.647599935531616,1.8969999551773071,2.7367000579833984,3.64739990234375,1.7652000188827515,2.8505001068115234,3.6477999687194824,1.6229000091552734,2.846299886703491,3.6480000019073486,1.6818000078201294,2.7802999019622803,3.6477999687194824,1.7652000188827515,2.8505001068115234,3.6477999687194824,1.6818000078201294,2.7802999019622803,3.6477999687194824,1.8188999891281128,2.7862000465393066,3.647700071334839,1.6818000078201294,2.7802999019622803,3.6477999687194824,1.4908000230789185,2.7723000049591064,3.648099899291992,1.5986000299453735,2.719399929046631,3.6477999687194824,1.6818000078201294,2.7802999019622803,3.6477999687194824,1.5986000299453735,2.719399929046631,3.6477999687194824,1.7755000591278076,2.7297000885009766,3.647599935531616,1.6229000091552734,2.846299886703491,3.6480000019073486,1.4355000257492065,2.841599941253662,3.648200035095215,1.4908000230789185,2.7723000049591064,3.648099899291992,1.6229000091552734,2.846299886703491,3.6480000019073486,1.4908000230789185,2.7723000049591064,3.648099899291992,1.6818000078201294,2.7802999019622803,3.6477999687194824,1.7244999408721924,3.0041000843048096,3.6480000019073486,1.5846999883651733,3.0041000843048096,3.648099899291992,1.5925999879837036,2.922600030899048,3.648099899291992,1.7244999408721924,3.0041000843048096,3.6480000019073486,1.5925999879837036,2.922600030899048,3.648099899291992,1.7343000173568726,2.924799919128418,3.6480000019073486,1.5846999883651733,3.0041000843048096,3.648099899291992,1.4039000272750854,3.003999948501587,3.6482999324798584,1.409500002861023,2.9203999042510986,3.6482999324798584,1.5846999883651733,3.0041000843048096,3.648099899291992,1.409500002861023,2.9203999042510986,3.6482999324798584,1.5925999879837036,2.922600030899048,3.648099899291992,1.7343000173568726,2.924799919128418,3.6480000019073486,1.5925999879837036,2.922600030899048,3.648099899291992,1.6229000091552734,2.846299886703491,3.6480000019073486,1.7343000173568726,2.924799919128418,3.6480000019073486,1.6229000091552734,2.846299886703491,3.6480000019073486,1.7652000188827515,2.8505001068115234,3.6477999687194824,1.5925999879837036,2.922600030899048,3.648099899291992,1.409500002861023,2.9203999042510986,3.6482999324798584,1.4355000257492065,2.841599941253662,3.648200035095215,1.5925999879837036,2.922600030899048,3.648099899291992,1.4355000257492065,2.841599941253662,3.648200035095215,1.6229000091552734,2.846299886703491,3.6480000019073486,1.4696999788284302,2.659600019454956,3.6475000381469727,1.6136000156402588,2.67549991607666,3.6475000381469727,1.3586000204086304,2.704200029373169,3.6480000019073486,1.4696999788284302,2.659600019454956,3.6475000381469727,1.3586000204086304,2.704200029373169,3.6480000019073486,0.9743000268936157,2.677299976348877,3.648200035095215,1.8623000383377075,2.6566998958587646,3.646899938583374,1.9258999824523926,2.6693999767303467,3.646899938583374,1.6136000156402588,2.67549991607666,3.6475000381469727,1.8623000383377075,2.6566998958587646,3.646899938583374,1.6136000156402588,2.67549991607666,3.6475000381469727,1.4696999788284302,2.659600019454956,3.6475000381469727,1.6136000156402588,2.67549991607666,3.6475000381469727,1.7819000482559204,2.6893999576568604,3.6473000049591064,1.5986000299453735,2.719399929046631,3.6477999687194824,1.6136000156402588,2.67549991607666,3.6475000381469727,1.5986000299453735,2.719399929046631,3.6477999687194824,1.3586000204086304,2.704200029373169,3.6480000019073486,1.9258999824523926,2.6693999767303467,3.646899938583374,1.9996999502182007,2.680799961090088,3.646899938583374,1.7819000482559204,2.6893999576568604,3.6473000049591064,1.9258999824523926,2.6693999767303467,3.646899938583374,1.7819000482559204,2.6893999576568604,3.6473000049591064,1.6136000156402588,2.67549991607666,3.6475000381469727,2.206399917602539,2.6654999256134033,3.646199941635132,2.509500026702881,2.6907999515533447,3.6456000804901123,2.433300018310547,2.7111001014709473,3.6459999084472656,2.206399917602539,2.6654999256134033,3.646199941635132,2.433300018310547,2.7111001014709473,3.6459999084472656,2.210400104522705,2.6798999309539795,3.6463000774383545,2.210400104522705,2.6798999309539795,3.6463000774383545,2.433300018310547,2.7111001014709473,3.6459999084472656,2.3877999782562256,2.7230000495910645,3.646199941635132,2.210400104522705,2.6798999309539795,3.6463000774383545,2.3877999782562256,2.7230000495910645,3.646199941635132,2.2111001014709473,2.691699981689453,3.646399974822998,2.206399917602539,2.6654999256134033,3.646199941635132,2.210400104522705,2.6798999309539795,3.6463000774383545,1.9258999824523926,2.6693999767303467,3.646899938583374,2.206399917602539,2.6654999256134033,3.646199941635132,1.9258999824523926,2.6693999767303467,3.646899938583374,1.8623000383377075,2.6566998958587646,3.646899938583374,2.210400104522705,2.6798999309539795,3.6463000774383545,2.2111001014709473,2.691699981689453,3.646399974822998,1.9996999502182007,2.680799961090088,3.646899938583374,2.210400104522705,2.6798999309539795,3.6463000774383545,1.9996999502182007,2.680799961090088,3.646899938583374,1.9258999824523926,2.6693999767303467,3.646899938583374,2.339600086212158,2.7370998859405518,3.646399974822998,2.235300064086914,2.70740008354187,3.6465001106262207,2.2219998836517334,2.7005999088287354,3.6465001106262207,2.339600086212158,2.7370998859405518,3.646399974822998,2.2219998836517334,2.7005999088287354,3.6465001106262207,2.358099937438965,2.731300115585327,3.6463000774383545,2.1180999279022217,2.6974000930786133,3.6468000411987305,2.065999984741211,2.690000057220459,3.6468000411987305,2.2219998836517334,2.7005999088287354,3.6465001106262207,2.1180999279022217,2.6974000930786133,3.6468000411987305,2.2219998836517334,2.7005999088287354,3.6465001106262207,2.235300064086914,2.70740008354187,3.6465001106262207,2.358099937438965,2.731300115585327,3.6463000774383545,2.2219998836517334,2.7005999088287354,3.6465001106262207,2.2111001014709473,2.691699981689453,3.646399974822998,2.358099937438965,2.731300115585327,3.6463000774383545,2.2111001014709473,2.691699981689453,3.646399974822998,2.3877999782562256,2.7230000495910645,3.646199941635132,2.065999984741211,2.690000057220459,3.6468000411987305,1.9996999502182007,2.680799961090088,3.646899938583374,2.2111001014709473,2.691699981689453,3.646399974822998,2.065999984741211,2.690000057220459,3.6468000411987305,2.2111001014709473,2.691699981689453,3.646399974822998,2.2219998836517334,2.7005999088287354,3.6465001106262207,1.8969999551773071,2.7367000579833984,3.64739990234375,1.7755000591278076,2.7297000885009766,3.647599935531616,1.9104000329971313,2.6995999813079834,3.647200107574463,1.8969999551773071,2.7367000579833984,3.64739990234375,1.9104000329971313,2.6995999813079834,3.647200107574463,2.0011000633239746,2.7070999145507812,3.6470999717712402,1.7755000591278076,2.7297000885009766,3.647599935531616,1.5986000299453735,2.719399929046631,3.6477999687194824,1.7819000482559204,2.6893999576568604,3.6473000049591064,1.7755000591278076,2.7297000885009766,3.647599935531616,1.7819000482559204,2.6893999576568604,3.6473000049591064,1.9104000329971313,2.6995999813079834,3.647200107574463,2.0011000633239746,2.7070999145507812,3.6470999717712402,1.9104000329971313,2.6995999813079834,3.647200107574463,2.065999984741211,2.690000057220459,3.6468000411987305,2.0011000633239746,2.7070999145507812,3.6470999717712402,2.065999984741211,2.690000057220459,3.6468000411987305,2.1180999279022217,2.6974000930786133,3.6468000411987305,1.9104000329971313,2.6995999813079834,3.647200107574463,1.7819000482559204,2.6893999576568604,3.6473000049591064,1.9996999502182007,2.680799961090088,3.646899938583374,1.9104000329971313,2.6995999813079834,3.647200107574463,1.9996999502182007,2.680799961090088,3.646899938583374,2.065999984741211,2.690000057220459,3.6468000411987305,2.509500026702881,2.6907999515533447,3.6456000804901123,2.6226000785827637,2.759999990463257,3.6458001136779785,2.560499906539917,2.7671000957489014,3.6459999084472656,2.509500026702881,2.6907999515533447,3.6456000804901123,2.560499906539917,2.7671000957489014,3.6459999084472656,2.433300018310547,2.7111001014709473,3.6459999084472656,2.6226000785827637,2.759999990463257,3.6458001136779785,2.6747000217437744,2.8357999324798584,3.646199941635132,2.623199939727783,2.8394999504089355,3.6463000774383545,2.6226000785827637,2.759999990463257,3.6458001136779785,2.623199939727783,2.8394999504089355,3.6463000774383545,2.560499906539917,2.7671000957489014,3.6459999084472656,2.433300018310547,2.7111001014709473,3.6459999084472656,2.560499906539917,2.7671000957489014,3.6459999084472656,2.501699924468994,2.775700092315674,3.646199941635132,2.433300018310547,2.7111001014709473,3.6459999084472656,2.501699924468994,2.775700092315674,3.646199941635132,2.3877999782562256,2.7230000495910645,3.646199941635132,2.560499906539917,2.7671000957489014,3.6459999084472656,2.623199939727783,2.8394999504089355,3.6463000774383545,2.5673000812530518,2.843899965286255,3.646399974822998,2.560499906539917,2.7671000957489014,3.6459999084472656,2.5673000812530518,2.843899965286255,3.646399974822998,2.501699924468994,2.775700092315674,3.646199941635132,2.6986000537872314,2.9182000160217285,3.6465001106262207,2.7035000324249268,3.003999948501587,3.6466000080108643,2.6582000255584717,3.003999948501587,3.646699905395508,2.6986000537872314,2.9182000160217285,3.6465001106262207,2.6582000255584717,3.003999948501587,3.646699905395508,2.6521999835968018,2.919800043106079,3.6465001106262207,2.6521999835968018,2.919800043106079,3.6465001106262207,2.6582000255584717,3.003999948501587,3.646699905395508,2.606600046157837,3.003999948501587,3.646699905395508,2.6521999835968018,2.919800043106079,3.6465001106262207,2.606600046157837,3.003999948501587,3.646699905395508,2.5992000102996826,2.9214999675750732,3.646699905395508,2.6747000217437744,2.8357999324798584,3.646199941635132,2.6986000537872314,2.9182000160217285,3.6465001106262207,2.6521999835968018,2.919800043106079,3.6465001106262207,2.6747000217437744,2.8357999324798584,3.646199941635132,2.6521999835968018,2.919800043106079,3.6465001106262207,2.623199939727783,2.8394999504089355,3.6463000774383545,2.623199939727783,2.8394999504089355,3.6463000774383545,2.6521999835968018,2.919800043106079,3.6465001106262207,2.5992000102996826,2.9214999675750732,3.646699905395508,2.623199939727783,2.8394999504089355,3.6463000774383545,2.5992000102996826,2.9214999675750732,3.646699905395508,2.5673000812530518,2.843899965286255,3.646399974822998,2.513400077819824,3.003999948501587,3.646899938583374,2.503499984741211,2.9249000549316406,3.646899938583374,2.547100067138672,2.92330002784729,3.6468000411987305,2.513400077819824,3.003999948501587,3.646899938583374,2.547100067138672,2.92330002784729,3.6468000411987305,2.5559000968933105,3.003999948501587,3.646899938583374,2.503499984741211,2.9249000549316406,3.646899938583374,2.4721999168395996,2.8508999347686768,3.646699905395508,2.514899969100952,2.8477001190185547,3.6466000080108643,2.503499984741211,2.9249000549316406,3.646899938583374,2.514899969100952,2.8477001190185547,3.6466000080108643,2.547100067138672,2.92330002784729,3.6468000411987305,2.5559000968933105,3.003999948501587,3.646899938583374,2.547100067138672,2.92330002784729,3.6468000411987305,2.5992000102996826,2.9214999675750732,3.646699905395508,2.5559000968933105,3.003999948501587,3.646899938583374,2.5992000102996826,2.9214999675750732,3.646699905395508,2.606600046157837,3.003999948501587,3.646699905395508,2.547100067138672,2.92330002784729,3.6468000411987305,2.514899969100952,2.8477001190185547,3.6466000080108643,2.5673000812530518,2.843899965286255,3.646399974822998,2.547100067138672,2.92330002784729,3.6468000411987305,2.5673000812530518,2.843899965286255,3.646399974822998,2.5992000102996826,2.9214999675750732,3.646699905395508,2.4179999828338623,2.786600112915039,3.6465001106262207,2.339600086212158,2.7370998859405518,3.646399974822998,2.358099937438965,2.731300115585327,3.6463000774383545,2.4179999828338623,2.786600112915039,3.6465001106262207,2.358099937438965,2.731300115585327,3.6463000774383545,2.4537999629974365,2.7820000648498535,3.646399974822998,2.4537999629974365,2.7820000648498535,3.646399974822998,2.358099937438965,2.731300115585327,3.6463000774383545,2.3877999782562256,2.7230000495910645,3.646199941635132,2.4537999629974365,2.7820000648498535,3.646399974822998,2.3877999782562256,2.7230000495910645,3.646199941635132,2.501699924468994,2.775700092315674,3.646199941635132,2.4721999168395996,2.8508999347686768,3.646699905395508,2.4179999828338623,2.786600112915039,3.6465001106262207,2.4537999629974365,2.7820000648498535,3.646399974822998,2.4721999168395996,2.8508999347686768,3.646699905395508,2.4537999629974365,2.7820000648498535,3.646399974822998,2.514899969100952,2.8477001190185547,3.6466000080108643,2.514899969100952,2.8477001190185547,3.6466000080108643,2.4537999629974365,2.7820000648498535,3.646399974822998,2.501699924468994,2.775700092315674,3.646199941635132,2.514899969100952,2.8477001190185547,3.6466000080108643,2.501699924468994,2.775700092315674,3.646199941635132,2.5673000812530518,2.843899965286255,3.646399974822998,2.6986000537872314,3.0896999835968018,3.6465001106262207,2.6521999835968018,3.088099956512451,3.6465001106262207,2.6582000255584717,3.003999948501587,3.646699905395508,2.6986000537872314,3.0896999835968018,3.6465001106262207,2.6582000255584717,3.003999948501587,3.646699905395508,2.7035000324249268,3.003999948501587,3.6466000080108643,2.6747000217437744,3.172100067138672,3.646199941635132,2.623199939727783,3.1684000492095947,3.6463000774383545,2.6521999835968018,3.088099956512451,3.6465001106262207,2.6747000217437744,3.172100067138672,3.646199941635132,2.6521999835968018,3.088099956512451,3.6465001106262207,2.6986000537872314,3.0896999835968018,3.6465001106262207,2.6521999835968018,3.088099956512451,3.6465001106262207,2.5992000102996826,3.086400032043457,3.646699905395508,2.606600046157837,3.003999948501587,3.646699905395508,2.6521999835968018,3.088099956512451,3.6465001106262207,2.606600046157837,3.003999948501587,3.646699905395508,2.6582000255584717,3.003999948501587,3.646699905395508,2.623199939727783,3.1684000492095947,3.6463000774383545,2.5673000812530518,3.1640000343322754,3.646399974822998,2.5992000102996826,3.086400032043457,3.646699905395508,2.623199939727783,3.1684000492095947,3.6463000774383545,2.5992000102996826,3.086400032043457,3.646699905395508,2.6521999835968018,3.088099956512451,3.6465001106262207,2.509500026702881,3.3171000480651855,3.6456000804901123,2.433300018310547,3.2969000339508057,3.6459999084472656,2.5606000423431396,3.240799903869629,3.6459999084472656,2.509500026702881,3.3171000480651855,3.6456000804901123,2.5606000423431396,3.240799903869629,3.6459999084472656,2.6226000785827637,3.2479000091552734,3.6458001136779785,2.433300018310547,3.2969000339508057,3.6459999084472656,2.3877999782562256,3.284899950027466,3.6461000442504883,2.501699924468994,3.2321999073028564,3.646199941635132,2.433300018310547,3.2969000339508057,3.6459999084472656,2.501699924468994,3.2321999073028564,3.646199941635132,2.5606000423431396,3.240799903869629,3.6459999084472656,2.6226000785827637,3.2479000091552734,3.6458001136779785,2.5606000423431396,3.240799903869629,3.6459999084472656,2.623199939727783,3.1684000492095947,3.6463000774383545,2.6226000785827637,3.2479000091552734,3.6458001136779785,2.623199939727783,3.1684000492095947,3.6463000774383545,2.6747000217437744,3.172100067138672,3.646199941635132,2.5606000423431396,3.240799903869629,3.6459999084472656,2.501699924468994,3.2321999073028564,3.646199941635132,2.5673000812530518,3.1640000343322754,3.646399974822998,2.5606000423431396,3.240799903869629,3.6459999084472656,2.5673000812530518,3.1640000343322754,3.646399974822998,2.623199939727783,3.1684000492095947,3.6463000774383545,2.418100118637085,3.221299886703491,3.6465001106262207,2.453900098800659,3.2258999347686768,3.646399974822998,2.358099937438965,3.276700019836426,3.646199941635132,2.418100118637085,3.221299886703491,3.6465001106262207,2.358099937438965,3.276700019836426,3.646199941635132,2.339600086212158,3.2708001136779785,3.6463000774383545,2.4721999168395996,3.1570000648498535,3.646699905395508,2.515000104904175,3.1603000164031982,3.6466000080108643,2.453900098800659,3.2258999347686768,3.646399974822998,2.4721999168395996,3.1570000648498535,3.646699905395508,2.453900098800659,3.2258999347686768,3.646399974822998,2.418100118637085,3.221299886703491,3.6465001106262207,2.453900098800659,3.2258999347686768,3.646399974822998,2.501699924468994,3.2321999073028564,3.646199941635132,2.3877999782562256,3.284899950027466,3.6461000442504883,2.453900098800659,3.2258999347686768,3.646399974822998,2.3877999782562256,3.284899950027466,3.6461000442504883,2.358099937438965,3.276700019836426,3.646199941635132,2.515000104904175,3.1603000164031982,3.6466000080108643,2.5673000812530518,3.1640000343322754,3.646399974822998,2.501699924468994,3.2321999073028564,3.646199941635132,2.515000104904175,3.1603000164031982,3.6466000080108643,2.501699924468994,3.2321999073028564,3.646199941635132,2.453900098800659,3.2258999347686768,3.646399974822998,2.513400077819824,3.003999948501587,3.646899938583374,2.5559000968933105,3.003999948501587,3.646899938583374,2.547100067138672,3.0845999717712402,3.6468000411987305,2.513400077819824,3.003999948501587,3.646899938583374,2.547100067138672,3.0845999717712402,3.6468000411987305,2.503499984741211,3.0829999446868896,3.646899938583374,2.5559000968933105,3.003999948501587,3.646899938583374,2.606600046157837,3.003999948501587,3.646699905395508,2.5992000102996826,3.086400032043457,3.646699905395508,2.5559000968933105,3.003999948501587,3.646899938583374,2.5992000102996826,3.086400032043457,3.646699905395508,2.547100067138672,3.0845999717712402,3.6468000411987305,2.503499984741211,3.0829999446868896,3.646899938583374,2.547100067138672,3.0845999717712402,3.6468000411987305,2.515000104904175,3.1603000164031982,3.6466000080108643,2.503499984741211,3.0829999446868896,3.646899938583374,2.515000104904175,3.1603000164031982,3.6466000080108643,2.4721999168395996,3.1570000648498535,3.646699905395508,2.547100067138672,3.0845999717712402,3.6468000411987305,2.5992000102996826,3.086400032043457,3.646699905395508,2.5673000812530518,3.1640000343322754,3.646399974822998,2.547100067138672,3.0845999717712402,3.6468000411987305,2.5673000812530518,3.1640000343322754,3.646399974822998,2.515000104904175,3.1603000164031982,3.6466000080108643,2.206399917602539,3.342400074005127,3.646199941635132,2.210400104522705,3.3280999660491943,3.6463000774383545,2.433300018310547,3.2969000339508057,3.6459999084472656,2.206399917602539,3.342400074005127,3.646199941635132,2.433300018310547,3.2969000339508057,3.6459999084472656,2.509500026702881,3.3171000480651855,3.6456000804901123,2.206399917602539,3.342400074005127,3.646199941635132,1.8624000549316406,3.351300001144409,3.646899938583374,1.9259999990463257,3.338599920272827,3.6468000411987305,2.206399917602539,3.342400074005127,3.646199941635132,1.9259999990463257,3.338599920272827,3.6468000411987305,2.210400104522705,3.3280999660491943,3.6463000774383545,2.210400104522705,3.3280999660491943,3.6463000774383545,2.2111001014709473,3.3164000511169434,3.646399974822998,2.3877999782562256,3.284899950027466,3.6461000442504883,2.210400104522705,3.3280999660491943,3.6463000774383545,2.3877999782562256,3.284899950027466,3.6461000442504883,2.433300018310547,3.2969000339508057,3.6459999084472656,2.210400104522705,3.3280999660491943,3.6463000774383545,1.9259999990463257,3.338599920272827,3.6468000411987305,1.9997999668121338,3.327399969100952,3.646699905395508,2.210400104522705,3.3280999660491943,3.6463000774383545,1.9997999668121338,3.327399969100952,3.646699905395508,2.2111001014709473,3.3164000511169434,3.646399974822998,1.4696999788284302,3.348400115966797,3.6475000381469727,0.9743000268936157,3.330699920654297,3.648200035095215,1.3587000370025635,3.3039000034332275,3.647900104522705,1.4696999788284302,3.348400115966797,3.6475000381469727,1.3587000370025635,3.3039000034332275,3.647900104522705,1.613700032234192,3.3326001167297363,3.64739990234375,1.613700032234192,3.3326001167297363,3.64739990234375,1.3587000370025635,3.3039000034332275,3.647900104522705,1.5987999439239502,3.288800001144409,3.647599935531616,1.613700032234192,3.3326001167297363,3.64739990234375,1.5987999439239502,3.288800001144409,3.647599935531616,1.781999945640564,3.3187999725341797,3.647200107574463,1.8624000549316406,3.351300001144409,3.646899938583374,1.4696999788284302,3.348400115966797,3.6475000381469727,1.613700032234192,3.3326001167297363,3.64739990234375,1.8624000549316406,3.351300001144409,3.646899938583374,1.613700032234192,3.3326001167297363,3.64739990234375,1.9259999990463257,3.338599920272827,3.6468000411987305,1.9259999990463257,3.338599920272827,3.6468000411987305,1.613700032234192,3.3326001167297363,3.64739990234375,1.781999945640564,3.3187999725341797,3.647200107574463,1.9259999990463257,3.338599920272827,3.6468000411987305,1.781999945640564,3.3187999725341797,3.647200107574463,1.9997999668121338,3.327399969100952,3.646699905395508,1.8973000049591064,3.2718000411987305,3.6470999717712402,2.001300096511841,3.301300048828125,3.6468000411987305,1.910599946975708,3.3087000846862793,3.6470000743865967,1.8973000049591064,3.2718000411987305,3.6470999717712402,1.910599946975708,3.3087000846862793,3.6470000743865967,1.7757999897003174,3.278700113296509,3.6473000049591064,2.001300096511841,3.301300048828125,3.6468000411987305,2.118299961090088,3.3108999729156494,3.6466000080108643,2.066200017929077,3.3183000087738037,3.646699905395508,2.001300096511841,3.301300048828125,3.6468000411987305,2.066200017929077,3.3183000087738037,3.646699905395508,1.910599946975708,3.3087000846862793,3.6470000743865967,1.7757999897003174,3.278700113296509,3.6473000049591064,1.910599946975708,3.3087000846862793,3.6470000743865967,1.781999945640564,3.3187999725341797,3.647200107574463,1.7757999897003174,3.278700113296509,3.6473000049591064,1.781999945640564,3.3187999725341797,3.647200107574463,1.5987999439239502,3.288800001144409,3.647599935531616,1.910599946975708,3.3087000846862793,3.6470000743865967,2.066200017929077,3.3183000087738037,3.646699905395508,1.9997999668121338,3.327399969100952,3.646699905395508,1.910599946975708,3.3087000846862793,3.6470000743865967,1.9997999668121338,3.327399969100952,3.646699905395508,1.781999945640564,3.3187999725341797,3.647200107574463,2.339600086212158,3.2708001136779785,3.6463000774383545,2.358099937438965,3.276700019836426,3.646199941635132,2.222100019454956,3.307499885559082,3.646399974822998,2.339600086212158,3.2708001136779785,3.6463000774383545,2.222100019454956,3.307499885559082,3.646399974822998,2.2353999614715576,3.300800085067749,3.646399974822998,2.358099937438965,3.276700019836426,3.646199941635132,2.3877999782562256,3.284899950027466,3.6461000442504883,2.2111001014709473,3.3164000511169434,3.646399974822998,2.358099937438965,3.276700019836426,3.646199941635132,2.2111001014709473,3.3164000511169434,3.646399974822998,2.222100019454956,3.307499885559082,3.646399974822998,2.118299961090088,3.3108999729156494,3.6466000080108643,2.2353999614715576,3.300800085067749,3.646399974822998,2.222100019454956,3.307499885559082,3.646399974822998,2.118299961090088,3.3108999729156494,3.6466000080108643,2.222100019454956,3.307499885559082,3.646399974822998,2.066200017929077,3.3183000087738037,3.646699905395508,2.066200017929077,3.3183000087738037,3.646699905395508,2.222100019454956,3.307499885559082,3.646399974822998,2.2111001014709473,3.3164000511169434,3.646399974822998,2.066200017929077,3.3183000087738037,3.646699905395508,2.2111001014709473,3.3164000511169434,3.646399974822998,1.9997999668121338,3.327399969100952,3.646699905395508,0.9743000268936157,3.330699920654297,3.648200035095215,0.9739999771118164,3.252500057220459,3.648400068283081,1.246000051498413,3.246500015258789,3.648200035095215,0.9743000268936157,3.330699920654297,3.648200035095215,1.246000051498413,3.246500015258789,3.648200035095215,1.3587000370025635,3.3039000034332275,3.647900104522705,0.9739999771118164,3.252500057220459,3.648400068283081,0.9736999869346619,3.1737000942230225,3.6484999656677246,1.2134000062942505,3.171299934387207,3.648400068283081,0.9739999771118164,3.252500057220459,3.648400068283081,1.2134000062942505,3.171299934387207,3.648400068283081,1.246000051498413,3.246500015258789,3.648200035095215,1.3587000370025635,3.3039000034332275,3.647900104522705,1.246000051498413,3.246500015258789,3.648200035095215,1.4910000562667847,3.2358999252319336,3.6480000019073486,1.3587000370025635,3.3039000034332275,3.647900104522705,1.4910000562667847,3.2358999252319336,3.6480000019073486,1.5987999439239502,3.288800001144409,3.647599935531616,1.246000051498413,3.246500015258789,3.648200035095215,1.2134000062942505,3.171299934387207,3.648400068283081,1.4356000423431396,3.166599988937378,3.648200035095215,1.246000051498413,3.246500015258789,3.648200035095215,1.4356000423431396,3.166599988937378,3.648200035095215,1.4910000562667847,3.2358999252319336,3.6480000019073486,0.9735000133514404,3.090100049972534,3.6486001014709473,0.9733999967575073,3.003999948501587,3.6486001014709473,1.1956000328063965,3.003999948501587,3.6484999656677246,0.9735000133514404,3.090100049972534,3.6486001014709473,1.1956000328063965,3.003999948501587,3.6484999656677246,1.1986000537872314,3.089400053024292,3.6484999656677246,1.1986000537872314,3.089400053024292,3.6484999656677246,1.1956000328063965,3.003999948501587,3.6484999656677246,1.4039000272750854,3.003999948501587,3.6482999324798584,1.1986000537872314,3.089400053024292,3.6484999656677246,1.4039000272750854,3.003999948501587,3.6482999324798584,1.409600019454956,3.0876998901367188,3.6482999324798584,0.9736999869346619,3.1737000942230225,3.6484999656677246,0.9735000133514404,3.090100049972534,3.6486001014709473,1.1986000537872314,3.089400053024292,3.6484999656677246,0.9736999869346619,3.1737000942230225,3.6484999656677246,1.1986000537872314,3.089400053024292,3.6484999656677246,1.2134000062942505,3.171299934387207,3.648400068283081,1.2134000062942505,3.171299934387207,3.648400068283081,1.1986000537872314,3.089400053024292,3.6484999656677246,1.409600019454956,3.0876998901367188,3.6482999324798584,1.2134000062942505,3.171299934387207,3.648400068283081,1.409600019454956,3.0876998901367188,3.6482999324798584,1.4356000423431396,3.166599988937378,3.648200035095215,1.7244999408721924,3.0041000843048096,3.6480000019073486,1.7344000339508057,3.083400011062622,3.6477999687194824,1.5927000045776367,3.085599899291992,3.6480000019073486,1.7244999408721924,3.0041000843048096,3.6480000019073486,1.5927000045776367,3.085599899291992,3.6480000019073486,1.5846999883651733,3.0041000843048096,3.648099899291992,1.7344000339508057,3.083400011062622,3.6477999687194824,1.7654000520706177,3.157900094985962,3.647700071334839,1.6231000423431396,3.1619999408721924,3.647900104522705,1.7344000339508057,3.083400011062622,3.6477999687194824,1.6231000423431396,3.1619999408721924,3.647900104522705,1.5927000045776367,3.085599899291992,3.6480000019073486,1.5846999883651733,3.0041000843048096,3.648099899291992,1.5927000045776367,3.085599899291992,3.6480000019073486,1.409600019454956,3.0876998901367188,3.6482999324798584,1.5846999883651733,3.0041000843048096,3.648099899291992,1.409600019454956,3.0876998901367188,3.6482999324798584,1.4039000272750854,3.003999948501587,3.6482999324798584,1.5927000045776367,3.085599899291992,3.6480000019073486,1.6231000423431396,3.1619999408721924,3.647900104522705,1.4356000423431396,3.166599988937378,3.648200035095215,1.5927000045776367,3.085599899291992,3.6480000019073486,1.4356000423431396,3.166599988937378,3.648200035095215,1.409600019454956,3.0876998901367188,3.6482999324798584,1.819200038909912,3.2223000526428223,3.64739990234375,1.8973000049591064,3.2718000411987305,3.6470999717712402,1.7757999897003174,3.278700113296509,3.6473000049591064,1.819200038909912,3.2223000526428223,3.64739990234375,1.7757999897003174,3.278700113296509,3.6473000049591064,1.6820000410079956,3.2279999256134033,3.647599935531616,1.6820000410079956,3.2279999256134033,3.647599935531616,1.7757999897003174,3.278700113296509,3.6473000049591064,1.5987999439239502,3.288800001144409,3.647599935531616,1.6820000410079956,3.2279999256134033,3.647599935531616,1.5987999439239502,3.288800001144409,3.647599935531616,1.4910000562667847,3.2358999252319336,3.6480000019073486,1.7654000520706177,3.157900094985962,3.647700071334839,1.819200038909912,3.2223000526428223,3.64739990234375,1.6820000410079956,3.2279999256134033,3.647599935531616,1.7654000520706177,3.157900094985962,3.647700071334839,1.6820000410079956,3.2279999256134033,3.647599935531616,1.6231000423431396,3.1619999408721924,3.647900104522705,1.6231000423431396,3.1619999408721924,3.647900104522705,1.6820000410079956,3.2279999256134033,3.647599935531616,1.4910000562667847,3.2358999252319336,3.6480000019073486,1.6231000423431396,3.1619999408721924,3.647900104522705,1.4910000562667847,3.2358999252319336,3.6480000019073486,1.4356000423431396,3.166599988937378,3.648200035095215,0.050599999725818634,2.7365000247955322,3.647599935531616,0.1273999959230423,2.785900115966797,3.6477999687194824,0.043800000101327896,2.7904000282287598,3.6477999687194824,0.050599999725818634,2.7365000247955322,3.647599935531616,0.043800000101327896,2.7904000282287598,3.6477999687194824,-0.023099999874830246,2.7418999671936035,3.6475000381469727,0.1273999959230423,2.785900115966797,3.6477999687194824,0.17970000207424164,2.8503000736236572,3.6480000019073486,0.09260000288486481,2.8534998893737793,3.647900104522705,0.1273999959230423,2.785900115966797,3.6477999687194824,0.09260000288486481,2.8534998893737793,3.647900104522705,0.043800000101327896,2.7904000282287598,3.6477999687194824,-0.023099999874830246,2.7418999671936035,3.6475000381469727,0.043800000101327896,2.7904000282287598,3.6477999687194824,0.0008999999845400453,2.793800115585327,3.647599935531616,-0.023099999874830246,2.7418999671936035,3.6475000381469727,0.0008999999845400453,2.793800115585327,3.647599935531616,-0.06080000102519989,2.746000051498413,3.6473000049591064,0.043800000101327896,2.7904000282287598,3.6477999687194824,0.09260000288486481,2.8534998893737793,3.647900104522705,0.04769999906420708,2.8559000492095947,3.6477999687194824,0.043800000101327896,2.7904000282287598,3.6477999687194824,0.04769999906420708,2.8559000492095947,3.6477999687194824,0.0008999999845400453,2.793800115585327,3.647599935531616,0.2094999998807907,2.9245998859405518,3.648099899291992,0.21879999339580536,3.0039000511169434,3.648099899291992,0.13279999792575836,3.0039000511169434,3.6480000019073486,0.2094999998807907,2.9245998859405518,3.648099899291992,0.13279999792575836,3.0039000511169434,3.6480000019073486,0.12250000238418579,2.926300048828125,3.6480000019073486,0.12250000238418579,2.926300048828125,3.6480000019073486,0.13279999792575836,3.0039000511169434,3.6480000019073486,0.08820000290870667,3.0039000511169434,3.647900104522705,0.12250000238418579,2.926300048828125,3.6480000019073486,0.08820000290870667,3.0039000511169434,3.647900104522705,0.07750000059604645,2.927500009536743,3.647900104522705,0.17970000207424164,2.8503000736236572,3.6480000019073486,0.2094999998807907,2.9245998859405518,3.648099899291992,0.12250000238418579,2.926300048828125,3.6480000019073486,0.17970000207424164,2.8503000736236572,3.6480000019073486,0.12250000238418579,2.926300048828125,3.6480000019073486,0.09260000288486481,2.8534998893737793,3.647900104522705,0.09260000288486481,2.8534998893737793,3.647900104522705,0.12250000238418579,2.926300048828125,3.6480000019073486,0.07750000059604645,2.927500009536743,3.647900104522705,0.09260000288486481,2.8534998893737793,3.647900104522705,0.07750000059604645,2.927500009536743,3.647900104522705,0.04769999906420708,2.8559000492095947,3.6477999687194824,0.05860000103712082,2.928999900817871,3.6470999717712402,0.06069999933242798,2.9284000396728516,3.647599935531616,0.07150000333786011,3.0039000511169434,3.647700071334839,0.05860000103712082,2.928999900817871,3.6470999717712402,0.07150000333786011,3.0039000511169434,3.647700071334839,0.06920000165700912,3.0039000511169434,3.647200107574463,0.029200000688433647,2.858799934387207,3.646899938583374,0.031199999153614044,2.857599973678589,3.6475000381469727,0.06069999933242798,2.9284000396728516,3.647599935531616,0.029200000688433647,2.858799934387207,3.646899938583374,0.06069999933242798,2.9284000396728516,3.647599935531616,0.05860000103712082,2.928999900817871,3.6470999717712402,0.07150000333786011,3.0039000511169434,3.647700071334839,0.06069999933242798,2.9284000396728516,3.647599935531616,0.07750000059604645,2.927500009536743,3.647900104522705,0.07150000333786011,3.0039000511169434,3.647700071334839,0.07750000059604645,2.927500009536743,3.647900104522705,0.08820000290870667,3.0039000511169434,3.647900104522705,0.06069999933242798,2.9284000396728516,3.647599935531616,0.031199999153614044,2.857599973678589,3.6475000381469727,0.04769999906420708,2.8559000492095947,3.6477999687194824,0.06069999933242798,2.9284000396728516,3.647599935531616,0.04769999906420708,2.8559000492095947,3.6477999687194824,0.07750000059604645,2.927500009536743,3.647900104522705,-0.07540000230073929,2.750999927520752,3.645900011062622,-0.07429999858140945,2.749000072479248,3.6468000411987305,-0.014700000174343586,2.796299934387207,3.647200107574463,-0.07540000230073929,2.750999927520752,3.645900011062622,-0.014700000174343586,2.796299934387207,3.647200107574463,-0.016300000250339508,2.7978999614715576,3.6465001106262207,-0.014700000174343586,2.796299934387207,3.647200107574463,-0.07429999858140945,2.749000072479248,3.6468000411987305,-0.06080000102519989,2.746000051498413,3.6473000049591064,-0.014700000174343586,2.796299934387207,3.647200107574463,-0.06080000102519989,2.746000051498413,3.6473000049591064,0.0008999999845400453,2.793800115585327,3.647599935531616,-0.016300000250339508,2.7978999614715576,3.6465001106262207,-0.014700000174343586,2.796299934387207,3.647200107574463,0.031199999153614044,2.857599973678589,3.6475000381469727,-0.016300000250339508,2.7978999614715576,3.6465001106262207,0.031199999153614044,2.857599973678589,3.6475000381469727,0.029200000688433647,2.858799934387207,3.646899938583374,0.031199999153614044,2.857599973678589,3.6475000381469727,-0.014700000174343586,2.796299934387207,3.647200107574463,0.0008999999845400453,2.793800115585327,3.647599935531616,0.031199999153614044,2.857599973678589,3.6475000381469727,0.0008999999845400453,2.793800115585327,3.647599935531616,0.04769999906420708,2.8559000492095947,3.6477999687194824,0.2094999998807907,3.083199977874756,3.648099899291992,0.12250000238418579,3.0815000534057617,3.6480000019073486,0.13279999792575836,3.0039000511169434,3.6480000019073486,0.2094999998807907,3.083199977874756,3.648099899291992,0.13279999792575836,3.0039000511169434,3.6480000019073486,0.21879999339580536,3.0039000511169434,3.648099899291992,0.17970000207424164,3.157599925994873,3.6480000019073486,0.09260000288486481,3.1542999744415283,3.647900104522705,0.12250000238418579,3.0815000534057617,3.6480000019073486,0.17970000207424164,3.157599925994873,3.6480000019073486,0.12250000238418579,3.0815000534057617,3.6480000019073486,0.2094999998807907,3.083199977874756,3.648099899291992,0.12250000238418579,3.0815000534057617,3.6480000019073486,0.07750000059604645,3.0803000926971436,3.647900104522705,0.08820000290870667,3.0039000511169434,3.647900104522705,0.12250000238418579,3.0815000534057617,3.6480000019073486,0.08820000290870667,3.0039000511169434,3.647900104522705,0.13279999792575836,3.0039000511169434,3.6480000019073486,0.09260000288486481,3.1542999744415283,3.647900104522705,0.04769999906420708,3.151900053024292,3.6477999687194824,0.07750000059604645,3.0803000926971436,3.647900104522705,0.09260000288486481,3.1542999744415283,3.647900104522705,0.07750000059604645,3.0803000926971436,3.647900104522705,0.12250000238418579,3.0815000534057617,3.6480000019073486,0.050599999725818634,3.271399974822998,3.647599935531616,-0.023099999874830246,3.2660000324249268,3.6475000381469727,0.043800000101327896,3.217400074005127,3.6477999687194824,0.050599999725818634,3.271399974822998,3.647599935531616,0.043800000101327896,3.217400074005127,3.6477999687194824,0.1273999959230423,3.2219998836517334,3.6477999687194824,-0.023099999874830246,3.2660000324249268,3.6475000381469727,-0.06080000102519989,3.261899948120117,3.6473000049591064,0.0008999999845400453,3.2139999866485596,3.647599935531616,-0.023099999874830246,3.2660000324249268,3.6475000381469727,0.0008999999845400453,3.2139999866485596,3.647599935531616,0.043800000101327896,3.217400074005127,3.6477999687194824,0.1273999959230423,3.2219998836517334,3.6477999687194824,0.043800000101327896,3.217400074005127,3.6477999687194824,0.09260000288486481,3.1542999744415283,3.647900104522705,0.1273999959230423,3.2219998836517334,3.6477999687194824,0.09260000288486481,3.1542999744415283,3.647900104522705,0.17970000207424164,3.157599925994873,3.6480000019073486,0.043800000101327896,3.217400074005127,3.6477999687194824,0.0008999999845400453,3.2139999866485596,3.647599935531616,0.04769999906420708,3.151900053024292,3.6477999687194824,0.043800000101327896,3.217400074005127,3.6477999687194824,0.04769999906420708,3.151900053024292,3.6477999687194824,0.09260000288486481,3.1542999744415283,3.647900104522705,-0.016300000250339508,3.2100000381469727,3.6465001106262207,-0.014700000174343586,3.2116000652313232,3.647200107574463,-0.07429999858140945,3.2588999271392822,3.6468000411987305,-0.016300000250339508,3.2100000381469727,3.6465001106262207,-0.07429999858140945,3.2588999271392822,3.6468000411987305,-0.07540000230073929,3.2569000720977783,3.645900011062622,0.029200000688433647,3.1491000652313232,3.646899938583374,0.031199999153614044,3.1501998901367188,3.6475000381469727,-0.014700000174343586,3.2116000652313232,3.647200107574463,0.029200000688433647,3.1491000652313232,3.646899938583374,-0.014700000174343586,3.2116000652313232,3.647200107574463,-0.016300000250339508,3.2100000381469727,3.6465001106262207,-0.014700000174343586,3.2116000652313232,3.647200107574463,0.0008999999845400453,3.2139999866485596,3.647599935531616,-0.06080000102519989,3.261899948120117,3.6473000049591064,-0.014700000174343586,3.2116000652313232,3.647200107574463,-0.06080000102519989,3.261899948120117,3.6473000049591064,-0.07429999858140945,3.2588999271392822,3.6468000411987305,0.031199999153614044,3.1501998901367188,3.6475000381469727,0.04769999906420708,3.151900053024292,3.6477999687194824,0.0008999999845400453,3.2139999866485596,3.647599935531616,0.031199999153614044,3.1501998901367188,3.6475000381469727,0.0008999999845400453,3.2139999866485596,3.647599935531616,-0.014700000174343586,3.2116000652313232,3.647200107574463,0.06920000165700912,3.0039000511169434,3.647200107574463,0.07150000333786011,3.0039000511169434,3.647700071334839,0.06069999933242798,3.079400062561035,3.647599935531616,0.06920000165700912,3.0039000511169434,3.647200107574463,0.06069999933242798,3.079400062561035,3.647599935531616,0.05860000103712082,3.0787999629974365,3.6470999717712402,0.07150000333786011,3.0039000511169434,3.647700071334839,0.08820000290870667,3.0039000511169434,3.647900104522705,0.07750000059604645,3.0803000926971436,3.647900104522705,0.07150000333786011,3.0039000511169434,3.647700071334839,0.07750000059604645,3.0803000926971436,3.647900104522705,0.06069999933242798,3.079400062561035,3.647599935531616,0.05860000103712082,3.0787999629974365,3.6470999717712402,0.06069999933242798,3.079400062561035,3.647599935531616,0.031199999153614044,3.1501998901367188,3.6475000381469727,0.05860000103712082,3.0787999629974365,3.6470999717712402,0.031199999153614044,3.1501998901367188,3.6475000381469727,0.029200000688433647,3.1491000652313232,3.646899938583374,0.06069999933242798,3.079400062561035,3.647599935531616,0.07750000059604645,3.0803000926971436,3.647900104522705,0.04769999906420708,3.151900053024292,3.6477999687194824,0.06069999933242798,3.079400062561035,3.647599935531616,0.04769999906420708,3.151900053024292,3.6477999687194824,0.031199999153614044,3.1501998901367188,3.6475000381469727,-0.05260000005364418,3.3010001182556152,3.647200107574463,-0.10740000009536743,3.295099973678589,3.647200107574463,-0.023099999874830246,3.2660000324249268,3.6475000381469727,-0.05260000005364418,3.3010001182556152,3.647200107574463,-0.023099999874830246,3.2660000324249268,3.6475000381469727,0.050599999725818634,3.271399974822998,3.647599935531616,-0.16920000314712524,3.310699939727783,3.646899938583374,-0.2004999965429306,3.304800033569336,3.646899938583374,-0.10740000009536743,3.295099973678589,3.647200107574463,-0.16920000314712524,3.310699939727783,3.646899938583374,-0.10740000009536743,3.295099973678589,3.647200107574463,-0.05260000005364418,3.3010001182556152,3.647200107574463,-0.10740000009536743,3.295099973678589,3.647200107574463,-0.13529999554157257,3.290600061416626,3.6470000743865967,-0.06080000102519989,3.261899948120117,3.6473000049591064,-0.10740000009536743,3.295099973678589,3.647200107574463,-0.06080000102519989,3.261899948120117,3.6473000049591064,-0.023099999874830246,3.2660000324249268,3.6475000381469727,-0.2004999965429306,3.304800033569336,3.646899938583374,-0.21619999408721924,3.300299882888794,3.6466000080108643,-0.13529999554157257,3.290600061416626,3.6470000743865967,-0.2004999965429306,3.304800033569336,3.646899938583374,-0.13529999554157257,3.290600061416626,3.6470000743865967,-0.10740000009536743,3.295099973678589,3.647200107574463,-0.28630000352859497,3.300600051879883,3.6466000080108643,-0.39070001244544983,3.2708001136779785,3.6465001106262207,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.28630000352859497,3.300600051879883,3.6466000080108643,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.2939000129699707,3.295099973678589,3.6466000080108643,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.37209999561309814,3.262200117111206,3.646199941635132,-0.2971999943256378,3.290800094604492,3.646399974822998,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.2971999943256378,3.290800094604492,3.646399974822998,-0.2939000129699707,3.295099973678589,3.6466000080108643,-0.28630000352859497,3.300600051879883,3.6466000080108643,-0.2939000129699707,3.295099973678589,3.6466000080108643,-0.2004999965429306,3.304800033569336,3.646899938583374,-0.28630000352859497,3.300600051879883,3.6466000080108643,-0.2004999965429306,3.304800033569336,3.646899938583374,-0.16920000314712524,3.310699939727783,3.646899938583374,-0.2939000129699707,3.295099973678589,3.6466000080108643,-0.2971999943256378,3.290800094604492,3.646399974822998,-0.21619999408721924,3.300299882888794,3.6466000080108643,-0.2939000129699707,3.295099973678589,3.6466000080108643,-0.21619999408721924,3.300299882888794,3.6466000080108643,-0.2004999965429306,3.304800033569336,3.646899938583374,-0.2971999943256378,3.285399913787842,3.643699884414673,-0.2978000044822693,3.287600040435791,3.6454999446868896,-0.36890000104904175,3.2592999935150146,3.645400047302246,-0.2971999943256378,3.285399913787842,3.643699884414673,-0.36890000104904175,3.2592999935150146,3.645400047302246,-0.3677000105381012,3.2574000358581543,3.6435000896453857,-0.22139999270439148,3.2946999073028564,3.6442999839782715,-0.22139999270439148,3.2969000339508057,3.6458001136779785,-0.2978000044822693,3.287600040435791,3.6454999446868896,-0.22139999270439148,3.2946999073028564,3.6442999839782715,-0.2978000044822693,3.287600040435791,3.6454999446868896,-0.2971999943256378,3.285399913787842,3.643699884414673,-0.2978000044822693,3.287600040435791,3.6454999446868896,-0.2971999943256378,3.290800094604492,3.646399974822998,-0.37209999561309814,3.262200117111206,3.646199941635132,-0.2978000044822693,3.287600040435791,3.6454999446868896,-0.37209999561309814,3.262200117111206,3.646199941635132,-0.36890000104904175,3.2592999935150146,3.645400047302246,-0.22139999270439148,3.2969000339508057,3.6458001136779785,-0.21619999408721924,3.300299882888794,3.6466000080108643,-0.2971999943256378,3.290800094604492,3.646399974822998,-0.22139999270439148,3.2969000339508057,3.6458001136779785,-0.2971999943256378,3.290800094604492,3.646399974822998,-0.2978000044822693,3.287600040435791,3.6454999446868896,-0.07540000230073929,3.2569000720977783,3.645900011062622,-0.07429999858140945,3.2588999271392822,3.6468000411987305,-0.14499999582767487,3.287400007247925,3.6463000774383545,-0.07540000230073929,3.2569000720977783,3.645900011062622,-0.14499999582767487,3.287400007247925,3.6463000774383545,-0.14560000598430634,3.285099983215332,3.6451001167297363,-0.07429999858140945,3.2588999271392822,3.6468000411987305,-0.06080000102519989,3.261899948120117,3.6473000049591064,-0.13529999554157257,3.290600061416626,3.6470000743865967,-0.07429999858140945,3.2588999271392822,3.6468000411987305,-0.13529999554157257,3.290600061416626,3.6470000743865967,-0.14499999582767487,3.287400007247925,3.6463000774383545,-0.14560000598430634,3.285099983215332,3.6451001167297363,-0.14499999582767487,3.287400007247925,3.6463000774383545,-0.22139999270439148,3.2969000339508057,3.6458001136779785,-0.14560000598430634,3.285099983215332,3.6451001167297363,-0.22139999270439148,3.2969000339508057,3.6458001136779785,-0.22139999270439148,3.2946999073028564,3.6442999839782715,-0.14499999582767487,3.287400007247925,3.6463000774383545,-0.13529999554157257,3.290600061416626,3.6470000743865967,-0.21619999408721924,3.300299882888794,3.6466000080108643,-0.14499999582767487,3.287400007247925,3.6463000774383545,-0.21619999408721924,3.300299882888794,3.6466000080108643,-0.22139999270439148,3.2969000339508057,3.6458001136779785,-0.39070001244544983,3.2708001136779785,3.6465001106262207,-0.4693000018596649,3.221299886703491,3.6465001106262207,-0.44679999351501465,3.2174999713897705,3.6466000080108643,-0.39070001244544983,3.2708001136779785,3.6465001106262207,-0.44679999351501465,3.2174999713897705,3.6466000080108643,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.4693000018596649,3.221299886703491,3.6465001106262207,-0.5236999988555908,3.1570000648498535,3.646699905395508,-0.4968000054359436,3.1542999744415283,3.6468000411987305,-0.4693000018596649,3.221299886703491,3.6465001106262207,-0.4968000054359436,3.1542999744415283,3.6468000411987305,-0.44679999351501465,3.2174999713897705,3.6466000080108643,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.44679999351501465,3.2174999713897705,3.6466000080108643,-0.4343999922275543,3.214400053024292,3.646399974822998,-0.37880000472068787,3.2660000324249268,3.6465001106262207,-0.4343999922275543,3.214400053024292,3.646399974822998,-0.37209999561309814,3.262200117111206,3.646199941635132,-0.44679999351501465,3.2174999713897705,3.6466000080108643,-0.4968000054359436,3.1542999744415283,3.6468000411987305,-0.4819999933242798,3.1521999835968018,3.6466000080108643,-0.44679999351501465,3.2174999713897705,3.6466000080108643,-0.4819999933242798,3.1521999835968018,3.6466000080108643,-0.4343999922275543,3.214400053024292,3.646399974822998,-0.5551000237464905,3.082900047302246,3.646899938583374,-0.5651000142097473,3.0039000511169434,3.6470000743865967,-0.5382999777793884,3.0039000511169434,3.6470999717712402,-0.5551000237464905,3.082900047302246,3.646899938583374,-0.5382999777793884,3.0039000511169434,3.6470999717712402,-0.5275999903678894,3.0815000534057617,3.6470000743865967,-0.5275999903678894,3.0815000534057617,3.6470000743865967,-0.5382999777793884,3.0039000511169434,3.6470999717712402,-0.5231999754905701,3.0039000511169434,3.646899938583374,-0.5275999903678894,3.0815000534057617,3.6470000743865967,-0.5231999754905701,3.0039000511169434,3.646899938583374,-0.5123000144958496,3.080399990081787,3.6468000411987305,-0.5236999988555908,3.1570000648498535,3.646699905395508,-0.5551000237464905,3.082900047302246,3.646899938583374,-0.5275999903678894,3.0815000534057617,3.6470000743865967,-0.5236999988555908,3.1570000648498535,3.646699905395508,-0.5275999903678894,3.0815000534057617,3.6470000743865967,-0.4968000054359436,3.1542999744415283,3.6468000411987305,-0.4968000054359436,3.1542999744415283,3.6468000411987305,-0.5275999903678894,3.0815000534057617,3.6470000743865967,-0.5123000144958496,3.080399990081787,3.6468000411987305,-0.4968000054359436,3.1542999744415283,3.6468000411987305,-0.5123000144958496,3.080399990081787,3.6468000411987305,-0.4819999933242798,3.1521999835968018,3.6466000080108643,-0.5031999945640564,3.0789999961853027,3.6447999477386475,-0.5054000020027161,3.0796000957489014,3.646199941635132,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5031999945640564,3.0789999961853027,3.6447999477386475,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5139999985694885,3.0039000511169434,3.6451001167297363,-0.4733999967575073,3.1494998931884766,3.6442999839782715,-0.47540000081062317,3.150599956512451,3.6458001136779785,-0.5054000020027161,3.0796000957489014,3.646199941635132,-0.4733999967575073,3.1494998931884766,3.6442999839782715,-0.5054000020027161,3.0796000957489014,3.646199941635132,-0.5031999945640564,3.0789999961853027,3.6447999477386475,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5054000020027161,3.0796000957489014,3.646199941635132,-0.5123000144958496,3.080399990081787,3.6468000411987305,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5123000144958496,3.080399990081787,3.6468000411987305,-0.5231999754905701,3.0039000511169434,3.646899938583374,-0.5054000020027161,3.0796000957489014,3.646199941635132,-0.47540000081062317,3.150599956512451,3.6458001136779785,-0.4819999933242798,3.1521999835968018,3.6466000080108643,-0.5054000020027161,3.0796000957489014,3.646199941635132,-0.4819999933242798,3.1521999835968018,3.6466000080108643,-0.5123000144958496,3.080399990081787,3.6468000411987305,-0.3677000105381012,3.2574000358581543,3.6435000896453857,-0.36890000104904175,3.2592999935150146,3.645400047302246,-0.42899999022483826,3.212100028991699,3.6454999446868896,-0.3677000105381012,3.2574000358581543,3.6435000896453857,-0.42899999022483826,3.212100028991699,3.6454999446868896,-0.42739999294281006,3.2105000019073486,3.6438000202178955,-0.42899999022483826,3.212100028991699,3.6454999446868896,-0.36890000104904175,3.2592999935150146,3.645400047302246,-0.37209999561309814,3.262200117111206,3.646199941635132,-0.42899999022483826,3.212100028991699,3.6454999446868896,-0.37209999561309814,3.262200117111206,3.646199941635132,-0.4343999922275543,3.214400053024292,3.646399974822998,-0.42739999294281006,3.2105000019073486,3.6438000202178955,-0.42899999022483826,3.212100028991699,3.6454999446868896,-0.47540000081062317,3.150599956512451,3.6458001136779785,-0.42739999294281006,3.2105000019073486,3.6438000202178955,-0.47540000081062317,3.150599956512451,3.6458001136779785,-0.4733999967575073,3.1494998931884766,3.6442999839782715,-0.47540000081062317,3.150599956512451,3.6458001136779785,-0.42899999022483826,3.212100028991699,3.6454999446868896,-0.4343999922275543,3.214400053024292,3.646399974822998,-0.47540000081062317,3.150599956512451,3.6458001136779785,-0.4343999922275543,3.214400053024292,3.646399974822998,-0.4819999933242798,3.1521999835968018,3.6466000080108643,-0.5551000237464905,2.9249000549316406,3.646899938583374,-0.5275999903678894,2.9261999130249023,3.6470000743865967,-0.5382999777793884,3.0039000511169434,3.6470999717712402,-0.5551000237464905,2.9249000549316406,3.646899938583374,-0.5382999777793884,3.0039000511169434,3.6470999717712402,-0.5651000142097473,3.0039000511169434,3.6470000743865967,-0.5236999988555908,2.850800037384033,3.646699905395508,-0.4968000054359436,2.8534998893737793,3.6468000411987305,-0.5275999903678894,2.9261999130249023,3.6470000743865967,-0.5236999988555908,2.850800037384033,3.646699905395508,-0.5275999903678894,2.9261999130249023,3.6470000743865967,-0.5551000237464905,2.9249000549316406,3.646899938583374,-0.5275999903678894,2.9261999130249023,3.6470000743865967,-0.5123000144958496,2.927299976348877,3.6468000411987305,-0.5231999754905701,3.0039000511169434,3.646899938583374,-0.5275999903678894,2.9261999130249023,3.6470000743865967,-0.5231999754905701,3.0039000511169434,3.646899938583374,-0.5382999777793884,3.0039000511169434,3.6470999717712402,-0.4968000054359436,2.8534998893737793,3.6468000411987305,-0.4819999933242798,2.855600118637085,3.6466000080108643,-0.5123000144958496,2.927299976348877,3.6468000411987305,-0.4968000054359436,2.8534998893737793,3.6468000411987305,-0.5123000144958496,2.927299976348877,3.6468000411987305,-0.5275999903678894,2.9261999130249023,3.6470000743865967,-0.39070001244544983,2.7370998859405518,3.6465001106262207,-0.37880000472068787,2.7418999671936035,3.6465001106262207,-0.44679999351501465,2.7904000282287598,3.6466000080108643,-0.39070001244544983,2.7370998859405518,3.6465001106262207,-0.44679999351501465,2.7904000282287598,3.6466000080108643,-0.4693000018596649,2.786600112915039,3.6465001106262207,-0.37880000472068787,2.7418999671936035,3.6465001106262207,-0.37209999561309814,2.745699882507324,3.646199941635132,-0.4343999922275543,2.7934000492095947,3.646399974822998,-0.37880000472068787,2.7418999671936035,3.6465001106262207,-0.4343999922275543,2.7934000492095947,3.646399974822998,-0.44679999351501465,2.7904000282287598,3.6466000080108643,-0.4693000018596649,2.786600112915039,3.6465001106262207,-0.44679999351501465,2.7904000282287598,3.6466000080108643,-0.4968000054359436,2.8534998893737793,3.6468000411987305,-0.4693000018596649,2.786600112915039,3.6465001106262207,-0.4968000054359436,2.8534998893737793,3.6468000411987305,-0.5236999988555908,2.850800037384033,3.646699905395508,-0.44679999351501465,2.7904000282287598,3.6466000080108643,-0.4343999922275543,2.7934000492095947,3.646399974822998,-0.4819999933242798,2.855600118637085,3.6466000080108643,-0.44679999351501465,2.7904000282287598,3.6466000080108643,-0.4819999933242798,2.855600118637085,3.6466000080108643,-0.4968000054359436,2.8534998893737793,3.6468000411987305,-0.42739999294281006,2.7973999977111816,3.6438000202178955,-0.42899999022483826,2.7957000732421875,3.6454999446868896,-0.36890000104904175,2.748500108718872,3.645400047302246,-0.42739999294281006,2.7973999977111816,3.6438000202178955,-0.36890000104904175,2.748500108718872,3.645400047302246,-0.3677000105381012,2.750499963760376,3.6435000896453857,-0.4733999967575073,2.858299970626831,3.6442999839782715,-0.47540000081062317,2.8571999073028564,3.6458001136779785,-0.42899999022483826,2.7957000732421875,3.6454999446868896,-0.4733999967575073,2.858299970626831,3.6442999839782715,-0.42899999022483826,2.7957000732421875,3.6454999446868896,-0.42739999294281006,2.7973999977111816,3.6438000202178955,-0.42899999022483826,2.7957000732421875,3.6454999446868896,-0.4343999922275543,2.7934000492095947,3.646399974822998,-0.37209999561309814,2.745699882507324,3.646199941635132,-0.42899999022483826,2.7957000732421875,3.6454999446868896,-0.37209999561309814,2.745699882507324,3.646199941635132,-0.36890000104904175,2.748500108718872,3.645400047302246,-0.47540000081062317,2.8571999073028564,3.6458001136779785,-0.4819999933242798,2.855600118637085,3.6466000080108643,-0.4343999922275543,2.7934000492095947,3.646399974822998,-0.47540000081062317,2.8571999073028564,3.6458001136779785,-0.4343999922275543,2.7934000492095947,3.646399974822998,-0.42899999022483826,2.7957000732421875,3.6454999446868896,-0.5139999985694885,3.0039000511169434,3.6451001167297363,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5054000020027161,2.9282000064849854,3.646199941635132,-0.5139999985694885,3.0039000511169434,3.6451001167297363,-0.5054000020027161,2.9282000064849854,3.646199941635132,-0.5031999945640564,2.9286999702453613,3.6447999477386475,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5231999754905701,3.0039000511169434,3.646899938583374,-0.5123000144958496,2.927299976348877,3.6468000411987305,-0.5163000226020813,3.0039000511169434,3.6463000774383545,-0.5123000144958496,2.927299976348877,3.6468000411987305,-0.5054000020027161,2.9282000064849854,3.646199941635132,-0.5031999945640564,2.9286999702453613,3.6447999477386475,-0.5054000020027161,2.9282000064849854,3.646199941635132,-0.47540000081062317,2.8571999073028564,3.6458001136779785,-0.5031999945640564,2.9286999702453613,3.6447999477386475,-0.47540000081062317,2.8571999073028564,3.6458001136779785,-0.4733999967575073,2.858299970626831,3.6442999839782715,-0.5054000020027161,2.9282000064849854,3.646199941635132,-0.5123000144958496,2.927299976348877,3.6468000411987305,-0.4819999933242798,2.855600118637085,3.6466000080108643,-0.5054000020027161,2.9282000064849854,3.646199941635132,-0.4819999933242798,2.855600118637085,3.6466000080108643,-0.47540000081062317,2.8571999073028564,3.6458001136779785,-0.28630000352859497,2.7072999477386475,3.6466000080108643,-0.2939000129699707,2.7128000259399414,3.6466000080108643,-0.37880000472068787,2.7418999671936035,3.6465001106262207,-0.28630000352859497,2.7072999477386475,3.6466000080108643,-0.37880000472068787,2.7418999671936035,3.6465001106262207,-0.39070001244544983,2.7370998859405518,3.6465001106262207,-0.28630000352859497,2.7072999477386475,3.6466000080108643,-0.16920000314712524,2.697200059890747,3.646899938583374,-0.2004999965429306,2.7030999660491943,3.646899938583374,-0.28630000352859497,2.7072999477386475,3.6466000080108643,-0.2004999965429306,2.7030999660491943,3.646899938583374,-0.2939000129699707,2.7128000259399414,3.6466000080108643,-0.2939000129699707,2.7128000259399414,3.6466000080108643,-0.2971999943256378,2.717099905014038,3.646399974822998,-0.37209999561309814,2.745699882507324,3.646199941635132,-0.2939000129699707,2.7128000259399414,3.6466000080108643,-0.37209999561309814,2.745699882507324,3.646199941635132,-0.37880000472068787,2.7418999671936035,3.6465001106262207,-0.2939000129699707,2.7128000259399414,3.6466000080108643,-0.2004999965429306,2.7030999660491943,3.646899938583374,-0.21619999408721924,2.7076001167297363,3.6466000080108643,-0.2939000129699707,2.7128000259399414,3.6466000080108643,-0.21619999408721924,2.7076001167297363,3.6466000080108643,-0.2971999943256378,2.717099905014038,3.646399974822998,-0.05260000005364418,2.706899881362915,3.6473000049591064,0.050599999725818634,2.7365000247955322,3.647599935531616,-0.023099999874830246,2.7418999671936035,3.6475000381469727,-0.05260000005364418,2.706899881362915,3.6473000049591064,-0.023099999874830246,2.7418999671936035,3.6475000381469727,-0.10740000009536743,2.7128000259399414,3.647200107574463,-0.10740000009536743,2.7128000259399414,3.647200107574463,-0.023099999874830246,2.7418999671936035,3.6475000381469727,-0.06080000102519989,2.746000051498413,3.6473000049591064,-0.10740000009536743,2.7128000259399414,3.647200107574463,-0.06080000102519989,2.746000051498413,3.6473000049591064,-0.13529999554157257,2.7172999382019043,3.6470000743865967,-0.16920000314712524,2.697200059890747,3.646899938583374,-0.05260000005364418,2.706899881362915,3.6473000049591064,-0.10740000009536743,2.7128000259399414,3.647200107574463,-0.16920000314712524,2.697200059890747,3.646899938583374,-0.10740000009536743,2.7128000259399414,3.647200107574463,-0.2004999965429306,2.7030999660491943,3.646899938583374,-0.2004999965429306,2.7030999660491943,3.646899938583374,-0.10740000009536743,2.7128000259399414,3.647200107574463,-0.13529999554157257,2.7172999382019043,3.6470000743865967,-0.2004999965429306,2.7030999660491943,3.646899938583374,-0.13529999554157257,2.7172999382019043,3.6470000743865967,-0.21619999408721924,2.7076001167297363,3.6466000080108643,-0.14560000598430634,2.7228000164031982,3.6451001167297363,-0.14499999582767487,2.7204999923706055,3.6463000774383545,-0.07429999858140945,2.749000072479248,3.6468000411987305,-0.14560000598430634,2.7228000164031982,3.6451001167297363,-0.07429999858140945,2.749000072479248,3.6468000411987305,-0.07540000230073929,2.750999927520752,3.645900011062622,-0.22139999270439148,2.713200092315674,3.6442999839782715,-0.22139999270439148,2.7109999656677246,3.645900011062622,-0.14499999582767487,2.7204999923706055,3.6463000774383545,-0.22139999270439148,2.713200092315674,3.6442999839782715,-0.14499999582767487,2.7204999923706055,3.6463000774383545,-0.14560000598430634,2.7228000164031982,3.6451001167297363,-0.07429999858140945,2.749000072479248,3.6468000411987305,-0.14499999582767487,2.7204999923706055,3.6463000774383545,-0.13529999554157257,2.7172999382019043,3.6470000743865967,-0.07429999858140945,2.749000072479248,3.6468000411987305,-0.13529999554157257,2.7172999382019043,3.6470000743865967,-0.06080000102519989,2.746000051498413,3.6473000049591064,-0.14499999582767487,2.7204999923706055,3.6463000774383545,-0.22139999270439148,2.7109999656677246,3.645900011062622,-0.21619999408721924,2.7076001167297363,3.6466000080108643,-0.14499999582767487,2.7204999923706055,3.6463000774383545,-0.21619999408721924,2.7076001167297363,3.6466000080108643,-0.13529999554157257,2.7172999382019043,3.6470000743865967,-0.3677000105381012,2.750499963760376,3.6435000896453857,-0.36890000104904175,2.748500108718872,3.645400047302246,-0.2978000044822693,2.7202999591827393,3.6454999446868896,-0.3677000105381012,2.750499963760376,3.6435000896453857,-0.2978000044822693,2.7202999591827393,3.6454999446868896,-0.2971999943256378,2.7225000858306885,3.643699884414673,-0.36890000104904175,2.748500108718872,3.645400047302246,-0.37209999561309814,2.745699882507324,3.646199941635132,-0.2971999943256378,2.717099905014038,3.646399974822998,-0.36890000104904175,2.748500108718872,3.645400047302246,-0.2971999943256378,2.717099905014038,3.646399974822998,-0.2978000044822693,2.7202999591827393,3.6454999446868896,-0.2971999943256378,2.7225000858306885,3.643699884414673,-0.2978000044822693,2.7202999591827393,3.6454999446868896,-0.22139999270439148,2.7109999656677246,3.645900011062622,-0.2971999943256378,2.7225000858306885,3.643699884414673,-0.22139999270439148,2.7109999656677246,3.645900011062622,-0.22139999270439148,2.713200092315674,3.6442999839782715,-0.22139999270439148,2.7109999656677246,3.645900011062622,-0.2978000044822693,2.7202999591827393,3.6454999446868896,-0.2971999943256378,2.717099905014038,3.646399974822998,-0.22139999270439148,2.7109999656677246,3.645900011062622,-0.2971999943256378,2.717099905014038,3.646399974822998,-0.21619999408721924,2.7076001167297363,3.6466000080108643,1.7343000173568726,2.924799919128418,3.6480000019073486,1.8207000494003296,2.926500082015991,3.6477999687194824,1.8099000453948975,3.0041000843048096,3.6477999687194824,1.7343000173568726,2.924799919128418,3.6480000019073486,1.8099000453948975,3.0041000843048096,3.6477999687194824,1.7244999408721924,3.0041000843048096,3.6480000019073486,1.7652000188827515,2.8505001068115234,3.6477999687194824,1.8518999814987183,2.8536999225616455,3.647700071334839,1.8207000494003296,2.926500082015991,3.6477999687194824,1.7652000188827515,2.8505001068115234,3.6477999687194824,1.8207000494003296,2.926500082015991,3.6477999687194824,1.7343000173568726,2.924799919128418,3.6480000019073486,1.8207000494003296,2.926500082015991,3.6477999687194824,1.865399956703186,2.9277000427246094,3.647700071334839,1.8543000221252441,3.0041000843048096,3.647700071334839,1.8207000494003296,2.926500082015991,3.6477999687194824,1.8543000221252441,3.0041000843048096,3.647700071334839,1.8099000453948975,3.0041000843048096,3.6477999687194824,1.8518999814987183,2.8536999225616455,3.647700071334839,1.8966000080108643,2.8561999797821045,3.6475000381469727,1.865399956703186,2.9277000427246094,3.647700071334839,1.8518999814987183,2.8536999225616455,3.647700071334839,1.865399956703186,2.9277000427246094,3.647700071334839,1.8207000494003296,2.926500082015991,3.6477999687194824,1.8969999551773071,2.7367000579833984,3.64739990234375,1.9706000089645386,2.7421998977661133,3.6473000049591064,1.9021999835968018,2.7906999588012695,3.6475000381469727,1.8969999551773071,2.7367000579833984,3.64739990234375,1.9021999835968018,2.7906999588012695,3.6475000381469727,1.8188999891281128,2.7862000465393066,3.647700071334839,1.9706000089645386,2.7421998977661133,3.6473000049591064,2.00819993019104,2.7464001178741455,3.6470999717712402,1.9450000524520874,2.794100046157837,3.6473000049591064,1.9706000089645386,2.7421998977661133,3.6473000049591064,1.9450000524520874,2.794100046157837,3.6473000049591064,1.9021999835968018,2.7906999588012695,3.6475000381469727,1.8188999891281128,2.7862000465393066,3.647700071334839,1.9021999835968018,2.7906999588012695,3.6475000381469727,1.8518999814987183,2.8536999225616455,3.647700071334839,1.8188999891281128,2.7862000465393066,3.647700071334839,1.8518999814987183,2.8536999225616455,3.647700071334839,1.7652000188827515,2.8505001068115234,3.6477999687194824,1.9021999835968018,2.7906999588012695,3.6475000381469727,1.9450000524520874,2.794100046157837,3.6473000049591064,1.8966000080108643,2.8561999797821045,3.6475000381469727,1.9021999835968018,2.7906999588012695,3.6475000381469727,1.8966000080108643,2.8561999797821045,3.6475000381469727,1.8518999814987183,2.8536999225616455,3.647700071334839,1.9621000289916992,2.7981998920440674,3.645900011062622,1.9605000019073486,2.7964999675750732,3.646899938583374,2.021699905395508,2.749300003051758,3.6465001106262207,1.9621000289916992,2.7981998920440674,3.645900011062622,2.021699905395508,2.749300003051758,3.6465001106262207,2.0227999687194824,2.751300096511841,3.6452999114990234,1.9148999452590942,2.8589999675750732,3.646399974822998,1.9129999876022339,2.8578999042510986,3.6470999717712402,1.9605000019073486,2.7964999675750732,3.646899938583374,1.9148999452590942,2.8589999675750732,3.646399974822998,1.9605000019073486,2.7964999675750732,3.646899938583374,1.9621000289916992,2.7981998920440674,3.645900011062622,1.9605000019073486,2.7964999675750732,3.646899938583374,1.9450000524520874,2.794100046157837,3.6473000049591064,2.00819993019104,2.7464001178741455,3.6470999717712402,1.9605000019073486,2.7964999675750732,3.646899938583374,2.00819993019104,2.7464001178741455,3.6470999717712402,2.021699905395508,2.749300003051758,3.6465001106262207,1.9129999876022339,2.8578999042510986,3.6470999717712402,1.8966000080108643,2.8561999797821045,3.6475000381469727,1.9450000524520874,2.794100046157837,3.6473000049591064,1.9129999876022339,2.8578999042510986,3.6470999717712402,1.9450000524520874,2.794100046157837,3.6473000049591064,1.9605000019073486,2.7964999675750732,3.646899938583374,1.8731000423431396,3.0041000843048096,3.646699905395508,1.87090003490448,3.0041000843048096,3.6473000049591064,1.882099986076355,2.9286000728607178,3.6473000049591064,1.8731000423431396,3.0041000843048096,3.646699905395508,1.882099986076355,2.9286000728607178,3.6473000049591064,1.8842999935150146,2.9291999340057373,3.646699905395508,1.87090003490448,3.0041000843048096,3.6473000049591064,1.8543000221252441,3.0041000843048096,3.647700071334839,1.865399956703186,2.9277000427246094,3.647700071334839,1.87090003490448,3.0041000843048096,3.6473000049591064,1.865399956703186,2.9277000427246094,3.647700071334839,1.882099986076355,2.9286000728607178,3.6473000049591064,1.8842999935150146,2.9291999340057373,3.646699905395508,1.882099986076355,2.9286000728607178,3.6473000049591064,1.9129999876022339,2.8578999042510986,3.6470999717712402,1.8842999935150146,2.9291999340057373,3.646699905395508,1.9129999876022339,2.8578999042510986,3.6470999717712402,1.9148999452590942,2.8589999675750732,3.646399974822998,1.882099986076355,2.9286000728607178,3.6473000049591064,1.865399956703186,2.9277000427246094,3.647700071334839,1.8966000080108643,2.8561999797821045,3.6475000381469727,1.882099986076355,2.9286000728607178,3.6473000049591064,1.8966000080108643,2.8561999797821045,3.6475000381469727,1.9129999876022339,2.8578999042510986,3.6470999717712402,2.0011000633239746,2.7070999145507812,3.6470999717712402,2.0559000968933105,2.713099956512451,3.6470000743865967,1.9706000089645386,2.7421998977661133,3.6473000049591064,2.0011000633239746,2.7070999145507812,3.6470999717712402,1.9706000089645386,2.7421998977661133,3.6473000049591064,1.8969999551773071,2.7367000579833984,3.64739990234375,2.1180999279022217,2.6974000930786133,3.6468000411987305,2.149399995803833,2.7032999992370605,3.646699905395508,2.0559000968933105,2.713099956512451,3.6470000743865967,2.1180999279022217,2.6974000930786133,3.6468000411987305,2.0559000968933105,2.713099956512451,3.6470000743865967,2.0011000633239746,2.7070999145507812,3.6470999717712402,2.0559000968933105,2.713099956512451,3.6470000743865967,2.0836000442504883,2.717600107192993,3.646699905395508,2.00819993019104,2.7464001178741455,3.6470999717712402,2.0559000968933105,2.713099956512451,3.6470000743865967,2.00819993019104,2.7464001178741455,3.6470999717712402,1.9706000089645386,2.7421998977661133,3.6473000049591064,2.149399995803833,2.7032999992370605,3.646699905395508,2.1649999618530273,2.7077999114990234,3.6465001106262207,2.0836000442504883,2.717600107192993,3.646699905395508,2.149399995803833,2.7032999992370605,3.646699905395508,2.0836000442504883,2.717600107192993,3.646699905395508,2.0559000968933105,2.713099956512451,3.6470000743865967,2.235300064086914,2.70740008354187,3.6465001106262207,2.339600086212158,2.7370998859405518,3.646399974822998,2.327699899673462,2.7418999671936035,3.6465001106262207,2.235300064086914,2.70740008354187,3.6465001106262207,2.327699899673462,2.7418999671936035,3.6465001106262207,2.2428998947143555,2.712899923324585,3.6465001106262207,2.327699899673462,2.7418999671936035,3.6465001106262207,2.321000099182129,2.745800018310547,3.646199941635132,2.2462000846862793,2.7172000408172607,3.646199941635132,2.327699899673462,2.7418999671936035,3.6465001106262207,2.2462000846862793,2.7172000408172607,3.646199941635132,2.2428998947143555,2.712899923324585,3.6465001106262207,2.235300064086914,2.70740008354187,3.6465001106262207,2.2428998947143555,2.712899923324585,3.6465001106262207,2.149399995803833,2.7032999992370605,3.646699905395508,2.235300064086914,2.70740008354187,3.6465001106262207,2.149399995803833,2.7032999992370605,3.646699905395508,2.1180999279022217,2.6974000930786133,3.6468000411987305,2.2428998947143555,2.712899923324585,3.6465001106262207,2.2462000846862793,2.7172000408172607,3.646199941635132,2.1649999618530273,2.7077999114990234,3.6465001106262207,2.2428998947143555,2.712899923324585,3.6465001106262207,2.1649999618530273,2.7077999114990234,3.6465001106262207,2.149399995803833,2.7032999992370605,3.646699905395508,2.2462000846862793,2.722599983215332,3.643399953842163,2.246799945831299,2.720400094985962,3.6452999114990234,2.3178000450134277,2.7486000061035156,3.64520001411438,2.2462000846862793,2.722599983215332,3.643399953842163,2.3178000450134277,2.7486000061035156,3.64520001411438,2.3166000843048096,2.7506000995635986,3.6433000564575195,2.1702001094818115,2.713399887084961,3.643899917602539,2.1702001094818115,2.711199998855591,3.6456000804901123,2.246799945831299,2.720400094985962,3.6452999114990234,2.1702001094818115,2.713399887084961,3.643899917602539,2.246799945831299,2.720400094985962,3.6452999114990234,2.2462000846862793,2.722599983215332,3.643399953842163,2.246799945831299,2.720400094985962,3.6452999114990234,2.2462000846862793,2.7172000408172607,3.646199941635132,2.321000099182129,2.745800018310547,3.646199941635132,2.246799945831299,2.720400094985962,3.6452999114990234,2.321000099182129,2.745800018310547,3.646199941635132,2.3178000450134277,2.7486000061035156,3.64520001411438,2.1702001094818115,2.711199998855591,3.6456000804901123,2.1649999618530273,2.7077999114990234,3.6465001106262207,2.2462000846862793,2.7172000408172607,3.646199941635132,2.1702001094818115,2.711199998855591,3.6456000804901123,2.2462000846862793,2.7172000408172607,3.646199941635132,2.246799945831299,2.720400094985962,3.6452999114990234,2.0227999687194824,2.751300096511841,3.6452999114990234,2.021699905395508,2.749300003051758,3.6465001106262207,2.093400001525879,2.7207999229431152,3.6459999084472656,2.0227999687194824,2.751300096511841,3.6452999114990234,2.093400001525879,2.7207999229431152,3.6459999084472656,2.093899965286255,2.7230000495910645,3.6445999145507812,2.021699905395508,2.749300003051758,3.6465001106262207,2.00819993019104,2.7464001178741455,3.6470999717712402,2.0836000442504883,2.717600107192993,3.646699905395508,2.021699905395508,2.749300003051758,3.6465001106262207,2.0836000442504883,2.717600107192993,3.646699905395508,2.093400001525879,2.7207999229431152,3.6459999084472656,2.093899965286255,2.7230000495910645,3.6445999145507812,2.093400001525879,2.7207999229431152,3.6459999084472656,2.1702001094818115,2.711199998855591,3.6456000804901123,2.093899965286255,2.7230000495910645,3.6445999145507812,2.1702001094818115,2.711199998855591,3.6456000804901123,2.1702001094818115,2.713399887084961,3.643899917602539,2.093400001525879,2.7207999229431152,3.6459999084472656,2.0836000442504883,2.717600107192993,3.646699905395508,2.1649999618530273,2.7077999114990234,3.6465001106262207,2.093400001525879,2.7207999229431152,3.6459999084472656,2.1649999618530273,2.7077999114990234,3.6465001106262207,2.1702001094818115,2.711199998855591,3.6456000804901123,2.339600086212158,2.7370998859405518,3.646399974822998,2.4179999828338623,2.786600112915039,3.6465001106262207,2.3954999446868896,2.7904000282287598,3.6465001106262207,2.339600086212158,2.7370998859405518,3.646399974822998,2.3954999446868896,2.7904000282287598,3.6465001106262207,2.327699899673462,2.7418999671936035,3.6465001106262207,2.4179999828338623,2.786600112915039,3.6465001106262207,2.4721999168395996,2.8508999347686768,3.646699905395508,2.4453001022338867,2.8534998893737793,3.646699905395508,2.4179999828338623,2.786600112915039,3.6465001106262207,2.4453001022338867,2.8534998893737793,3.646699905395508,2.3954999446868896,2.7904000282287598,3.6465001106262207,2.327699899673462,2.7418999671936035,3.6465001106262207,2.3954999446868896,2.7904000282287598,3.6465001106262207,2.3831000328063965,2.7934999465942383,3.6463000774383545,2.327699899673462,2.7418999671936035,3.6465001106262207,2.3831000328063965,2.7934999465942383,3.6463000774383545,2.321000099182129,2.745800018310547,3.646199941635132,2.3954999446868896,2.7904000282287598,3.6465001106262207,2.4453001022338867,2.8534998893737793,3.646699905395508,2.4303998947143555,2.855600118637085,3.6465001106262207,2.3954999446868896,2.7904000282287598,3.6465001106262207,2.4303998947143555,2.855600118637085,3.6465001106262207,2.3831000328063965,2.7934999465942383,3.6463000774383545,2.503499984741211,2.9249000549316406,3.646899938583374,2.513400077819824,3.003999948501587,3.646899938583374,2.4865000247955322,3.003999948501587,3.6470000743865967,2.503499984741211,2.9249000549316406,3.646899938583374,2.4865000247955322,3.003999948501587,3.6470000743865967,2.4758999347686768,2.926300048828125,3.646899938583374,2.4758999347686768,2.926300048828125,3.646899938583374,2.4865000247955322,3.003999948501587,3.6470000743865967,2.471400022506714,3.003999948501587,3.6468000411987305,2.4758999347686768,2.926300048828125,3.646899938583374,2.471400022506714,3.003999948501587,3.6468000411987305,2.460599899291992,2.9274001121520996,3.646699905395508,2.4721999168395996,2.8508999347686768,3.646699905395508,2.503499984741211,2.9249000549316406,3.646899938583374,2.4758999347686768,2.926300048828125,3.646899938583374,2.4721999168395996,2.8508999347686768,3.646699905395508,2.4758999347686768,2.926300048828125,3.646899938583374,2.4453001022338867,2.8534998893737793,3.646699905395508,2.4453001022338867,2.8534998893737793,3.646699905395508,2.4758999347686768,2.926300048828125,3.646899938583374,2.460599899291992,2.9274001121520996,3.646699905395508,2.4453001022338867,2.8534998893737793,3.646699905395508,2.460599899291992,2.9274001121520996,3.646699905395508,2.4303998947143555,2.855600118637085,3.6465001106262207,2.4514999389648438,2.928800106048584,3.6445999145507812,2.453700065612793,2.9282000064849854,3.6459999084472656,2.4644999504089355,3.0039000511169434,3.646199941635132,2.4514999389648438,2.928800106048584,3.6445999145507812,2.4644999504089355,3.0039000511169434,3.646199941635132,2.4621999263763428,3.0039000511169434,3.64490008354187,2.4219000339508057,2.8584001064300537,3.6440999507904053,2.4238998889923096,2.8571999073028564,3.645699977874756,2.453700065612793,2.9282000064849854,3.6459999084472656,2.4219000339508057,2.8584001064300537,3.6440999507904053,2.453700065612793,2.9282000064849854,3.6459999084472656,2.4514999389648438,2.928800106048584,3.6445999145507812,2.4644999504089355,3.0039000511169434,3.646199941635132,2.453700065612793,2.9282000064849854,3.6459999084472656,2.460599899291992,2.9274001121520996,3.646699905395508,2.4644999504089355,3.0039000511169434,3.646199941635132,2.460599899291992,2.9274001121520996,3.646699905395508,2.471400022506714,3.003999948501587,3.6468000411987305,2.453700065612793,2.9282000064849854,3.6459999084472656,2.4238998889923096,2.8571999073028564,3.645699977874756,2.4303998947143555,2.855600118637085,3.6465001106262207,2.453700065612793,2.9282000064849854,3.6459999084472656,2.4303998947143555,2.855600118637085,3.6465001106262207,2.460599899291992,2.9274001121520996,3.646699905395508,2.3166000843048096,2.7506000995635986,3.6433000564575195,2.3178000450134277,2.7486000061035156,3.64520001411438,2.377700090408325,2.795799970626831,3.645400047302246,2.3166000843048096,2.7506000995635986,3.6433000564575195,2.377700090408325,2.795799970626831,3.645400047302246,2.3761000633239746,2.7973999977111816,3.6435999870300293,2.377700090408325,2.795799970626831,3.645400047302246,2.3178000450134277,2.7486000061035156,3.64520001411438,2.321000099182129,2.745800018310547,3.646199941635132,2.377700090408325,2.795799970626831,3.645400047302246,2.321000099182129,2.745800018310547,3.646199941635132,2.3831000328063965,2.7934999465942383,3.6463000774383545,2.3761000633239746,2.7973999977111816,3.6435999870300293,2.377700090408325,2.795799970626831,3.645400047302246,2.4238998889923096,2.8571999073028564,3.645699977874756,2.3761000633239746,2.7973999977111816,3.6435999870300293,2.4238998889923096,2.8571999073028564,3.645699977874756,2.4219000339508057,2.8584001064300537,3.6440999507904053,2.4238998889923096,2.8571999073028564,3.645699977874756,2.377700090408325,2.795799970626831,3.645400047302246,2.3831000328063965,2.7934999465942383,3.6463000774383545,2.4238998889923096,2.8571999073028564,3.645699977874756,2.3831000328063965,2.7934999465942383,3.6463000774383545,2.4303998947143555,2.855600118637085,3.6465001106262207,2.503499984741211,3.0829999446868896,3.646899938583374,2.4758999347686768,3.0815999507904053,3.646899938583374,2.4865000247955322,3.003999948501587,3.6470000743865967,2.503499984741211,3.0829999446868896,3.646899938583374,2.4865000247955322,3.003999948501587,3.6470000743865967,2.513400077819824,3.003999948501587,3.646899938583374,2.4721999168395996,3.1570000648498535,3.646699905395508,2.4453001022338867,3.154400110244751,3.646699905395508,2.4758999347686768,3.0815999507904053,3.646899938583374,2.4721999168395996,3.1570000648498535,3.646699905395508,2.4758999347686768,3.0815999507904053,3.646899938583374,2.503499984741211,3.0829999446868896,3.646899938583374,2.4758999347686768,3.0815999507904053,3.646899938583374,2.460599899291992,3.0804998874664307,3.646699905395508,2.471400022506714,3.003999948501587,3.6468000411987305,2.4758999347686768,3.0815999507904053,3.646899938583374,2.471400022506714,3.003999948501587,3.6468000411987305,2.4865000247955322,3.003999948501587,3.6470000743865967,2.4453001022338867,3.154400110244751,3.646699905395508,2.4303998947143555,3.1522998809814453,3.6465001106262207,2.460599899291992,3.0804998874664307,3.646699905395508,2.4453001022338867,3.154400110244751,3.646699905395508,2.460599899291992,3.0804998874664307,3.646699905395508,2.4758999347686768,3.0815999507904053,3.646899938583374,2.339600086212158,3.2708001136779785,3.6463000774383545,2.3278000354766846,3.2660999298095703,3.646399974822998,2.3954999446868896,3.2174999713897705,3.6465001106262207,2.339600086212158,3.2708001136779785,3.6463000774383545,2.3954999446868896,3.2174999713897705,3.6465001106262207,2.418100118637085,3.221299886703491,3.6465001106262207,2.3278000354766846,3.2660999298095703,3.646399974822998,2.321000099182129,3.2623000144958496,3.6461000442504883,2.38319993019104,3.214400053024292,3.646199941635132,2.3278000354766846,3.2660999298095703,3.646399974822998,2.38319993019104,3.214400053024292,3.646199941635132,2.3954999446868896,3.2174999713897705,3.6465001106262207,2.418100118637085,3.221299886703491,3.6465001106262207,2.3954999446868896,3.2174999713897705,3.6465001106262207,2.4453001022338867,3.154400110244751,3.646699905395508,2.418100118637085,3.221299886703491,3.6465001106262207,2.4453001022338867,3.154400110244751,3.646699905395508,2.4721999168395996,3.1570000648498535,3.646699905395508,2.3954999446868896,3.2174999713897705,3.6465001106262207,2.38319993019104,3.214400053024292,3.646199941635132,2.4303998947143555,3.1522998809814453,3.6465001106262207,2.3954999446868896,3.2174999713897705,3.6465001106262207,2.4303998947143555,3.1522998809814453,3.6465001106262207,2.4453001022338867,3.154400110244751,3.646699905395508,2.3761000633239746,3.2105000019073486,3.6435000896453857,2.377700090408325,3.212100028991699,3.645400047302246,2.3178999423980713,3.259399890899658,3.6451001167297363,2.3761000633239746,3.2105000019073486,3.6435000896453857,2.3178999423980713,3.259399890899658,3.6451001167297363,2.316699981689453,3.2574000358581543,3.6431000232696533,2.4219000339508057,3.1494998931884766,3.6440999507904053,2.4238998889923096,3.150599956512451,3.645699977874756,2.377700090408325,3.212100028991699,3.645400047302246,2.4219000339508057,3.1494998931884766,3.6440999507904053,2.377700090408325,3.212100028991699,3.645400047302246,2.3761000633239746,3.2105000019073486,3.6435000896453857,2.377700090408325,3.212100028991699,3.645400047302246,2.38319993019104,3.214400053024292,3.646199941635132,2.321000099182129,3.2623000144958496,3.6461000442504883,2.377700090408325,3.212100028991699,3.645400047302246,2.321000099182129,3.2623000144958496,3.6461000442504883,2.3178999423980713,3.259399890899658,3.6451001167297363,2.4238998889923096,3.150599956512451,3.645699977874756,2.4303998947143555,3.1522998809814453,3.6465001106262207,2.38319993019104,3.214400053024292,3.646199941635132,2.4238998889923096,3.150599956512451,3.645699977874756,2.38319993019104,3.214400053024292,3.646199941635132,2.377700090408325,3.212100028991699,3.645400047302246,2.4621999263763428,3.0039000511169434,3.64490008354187,2.4644999504089355,3.0039000511169434,3.646199941635132,2.453700065612793,3.079699993133545,3.6459999084472656,2.4621999263763428,3.0039000511169434,3.64490008354187,2.453700065612793,3.079699993133545,3.6459999084472656,2.4514999389648438,3.0790998935699463,3.6445999145507812,2.4644999504089355,3.0039000511169434,3.646199941635132,2.471400022506714,3.003999948501587,3.6468000411987305,2.460599899291992,3.0804998874664307,3.646699905395508,2.4644999504089355,3.0039000511169434,3.646199941635132,2.460599899291992,3.0804998874664307,3.646699905395508,2.453700065612793,3.079699993133545,3.6459999084472656,2.4514999389648438,3.0790998935699463,3.6445999145507812,2.453700065612793,3.079699993133545,3.6459999084472656,2.4238998889923096,3.150599956512451,3.645699977874756,2.4514999389648438,3.0790998935699463,3.6445999145507812,2.4238998889923096,3.150599956512451,3.645699977874756,2.4219000339508057,3.1494998931884766,3.6440999507904053,2.453700065612793,3.079699993133545,3.6459999084472656,2.460599899291992,3.0804998874664307,3.646699905395508,2.4303998947143555,3.1522998809814453,3.6465001106262207,2.453700065612793,3.079699993133545,3.6459999084472656,2.4303998947143555,3.1522998809814453,3.6465001106262207,2.4238998889923096,3.150599956512451,3.645699977874756,2.2353999614715576,3.300800085067749,3.646399974822998,2.243000030517578,3.295300006866455,3.646399974822998,2.3278000354766846,3.2660999298095703,3.646399974822998,2.2353999614715576,3.300800085067749,3.646399974822998,2.3278000354766846,3.2660999298095703,3.646399974822998,2.339600086212158,3.2708001136779785,3.6463000774383545,2.2353999614715576,3.300800085067749,3.646399974822998,2.118299961090088,3.3108999729156494,3.6466000080108643,2.149600028991699,3.3050999641418457,3.6465001106262207,2.2353999614715576,3.300800085067749,3.646399974822998,2.149600028991699,3.3050999641418457,3.6465001106262207,2.243000030517578,3.295300006866455,3.646399974822998,2.243000030517578,3.295300006866455,3.646399974822998,2.2464001178741455,3.2909998893737793,3.6461000442504883,2.321000099182129,3.2623000144958496,3.6461000442504883,2.243000030517578,3.295300006866455,3.646399974822998,2.321000099182129,3.2623000144958496,3.6461000442504883,2.3278000354766846,3.2660999298095703,3.646399974822998,2.243000030517578,3.295300006866455,3.646399974822998,2.149600028991699,3.3050999641418457,3.6465001106262207,2.165299892425537,3.300600051879883,3.646199941635132,2.243000030517578,3.295300006866455,3.646399974822998,2.165299892425537,3.300600051879883,3.646199941635132,2.2464001178741455,3.2909998893737793,3.6461000442504883,2.001300096511841,3.301300048828125,3.6468000411987305,1.8973000049591064,3.2718000411987305,3.6470999717712402,1.9709999561309814,3.2662999629974365,3.6470000743865967,2.001300096511841,3.301300048828125,3.6468000411987305,1.9709999561309814,3.2662999629974365,3.6470000743865967,2.0560998916625977,3.2953999042510986,3.646699905395508,2.0560998916625977,3.2953999042510986,3.646699905395508,1.9709999561309814,3.2662999629974365,3.6470000743865967,2.0085999965667725,3.262200117111206,3.646699905395508,2.0560998916625977,3.2953999042510986,3.646699905395508,2.0085999965667725,3.262200117111206,3.646699905395508,2.0840001106262207,3.2909998893737793,3.646399974822998,2.118299961090088,3.3108999729156494,3.6466000080108643,2.001300096511841,3.301300048828125,3.6468000411987305,2.0560998916625977,3.2953999042510986,3.646699905395508,2.118299961090088,3.3108999729156494,3.6466000080108643,2.0560998916625977,3.2953999042510986,3.646699905395508,2.149600028991699,3.3050999641418457,3.6465001106262207,2.149600028991699,3.3050999641418457,3.6465001106262207,2.0560998916625977,3.2953999042510986,3.646699905395508,2.0840001106262207,3.2909998893737793,3.646399974822998,2.149600028991699,3.3050999641418457,3.6465001106262207,2.0840001106262207,3.2909998893737793,3.646399974822998,2.165299892425537,3.300600051879883,3.646199941635132,2.0941998958587646,3.2855000495910645,3.6438000202178955,2.0936999320983887,3.2876999378204346,3.6456000804901123,2.0220000743865967,3.2592999935150146,3.645900011062622,2.0941998958587646,3.2855000495910645,3.6438000202178955,2.0220000743865967,3.2592999935150146,3.645900011062622,2.023099899291992,3.2572999000549316,3.6445000171661377,2.1703999042510986,3.2948999404907227,3.643399953842163,2.1705000400543213,3.2971999645233154,3.64520001411438,2.0936999320983887,3.2876999378204346,3.6456000804901123,2.1703999042510986,3.2948999404907227,3.643399953842163,2.0936999320983887,3.2876999378204346,3.6456000804901123,2.0941998958587646,3.2855000495910645,3.6438000202178955,2.0220000743865967,3.2592999935150146,3.645900011062622,2.0936999320983887,3.2876999378204346,3.6456000804901123,2.0840001106262207,3.2909998893737793,3.646399974822998,2.0220000743865967,3.2592999935150146,3.645900011062622,2.0840001106262207,3.2909998893737793,3.646399974822998,2.0085999965667725,3.262200117111206,3.646699905395508,2.0936999320983887,3.2876999378204346,3.6456000804901123,2.1705000400543213,3.2971999645233154,3.64520001411438,2.165299892425537,3.300600051879883,3.646199941635132,2.0936999320983887,3.2876999378204346,3.6456000804901123,2.165299892425537,3.300600051879883,3.646199941635132,2.0840001106262207,3.2909998893737793,3.646399974822998,2.316699981689453,3.2574000358581543,3.6431000232696533,2.3178999423980713,3.259399890899658,3.6451001167297363,2.246999979019165,3.2878000736236572,3.6451001167297363,2.316699981689453,3.2574000358581543,3.6431000232696533,2.246999979019165,3.2878000736236572,3.6451001167297363,2.246299982070923,3.285599946975708,3.6431000232696533,2.3178999423980713,3.259399890899658,3.6451001167297363,2.321000099182129,3.2623000144958496,3.6461000442504883,2.2464001178741455,3.2909998893737793,3.6461000442504883,2.3178999423980713,3.259399890899658,3.6451001167297363,2.2464001178741455,3.2909998893737793,3.6461000442504883,2.246999979019165,3.2878000736236572,3.6451001167297363,2.246299982070923,3.285599946975708,3.6431000232696533,2.246999979019165,3.2878000736236572,3.6451001167297363,2.1705000400543213,3.2971999645233154,3.64520001411438,2.246299982070923,3.285599946975708,3.6431000232696533,2.1705000400543213,3.2971999645233154,3.64520001411438,2.1703999042510986,3.2948999404907227,3.643399953842163,2.1705000400543213,3.2971999645233154,3.64520001411438,2.246999979019165,3.2878000736236572,3.6451001167297363,2.2464001178741455,3.2909998893737793,3.6461000442504883,2.1705000400543213,3.2971999645233154,3.64520001411438,2.2464001178741455,3.2909998893737793,3.6461000442504883,2.165299892425537,3.300600051879883,3.646199941635132,1.8973000049591064,3.2718000411987305,3.6470999717712402,1.819200038909912,3.2223000526428223,3.64739990234375,1.902500033378601,3.2177999019622803,3.6473000049591064,1.8973000049591064,3.2718000411987305,3.6470999717712402,1.902500033378601,3.2177999019622803,3.6473000049591064,1.9709999561309814,3.2662999629974365,3.6470000743865967,1.819200038909912,3.2223000526428223,3.64739990234375,1.7654000520706177,3.157900094985962,3.647700071334839,1.8521000146865845,3.154599905014038,3.6475000381469727,1.819200038909912,3.2223000526428223,3.64739990234375,1.8521000146865845,3.154599905014038,3.6475000381469727,1.902500033378601,3.2177999019622803,3.6473000049591064,1.9709999561309814,3.2662999629974365,3.6470000743865967,1.902500033378601,3.2177999019622803,3.6473000049591064,1.9452999830245972,3.214400053024292,3.6470000743865967,1.9709999561309814,3.2662999629974365,3.6470000743865967,1.9452999830245972,3.214400053024292,3.6470000743865967,2.0085999965667725,3.262200117111206,3.646699905395508,1.902500033378601,3.2177999019622803,3.6473000049591064,1.8521000146865845,3.154599905014038,3.6475000381469727,1.8968000411987305,3.1522998809814453,3.6473000049591064,1.902500033378601,3.2177999019622803,3.6473000049591064,1.8968000411987305,3.1522998809814453,3.6473000049591064,1.9452999830245972,3.214400053024292,3.6470000743865967,1.7344000339508057,3.083400011062622,3.6477999687194824,1.7244999408721924,3.0041000843048096,3.6480000019073486,1.8099000453948975,3.0041000843048096,3.6477999687194824,1.7344000339508057,3.083400011062622,3.6477999687194824,1.8099000453948975,3.0041000843048096,3.6477999687194824,1.8207999467849731,3.0817999839782715,3.647700071334839,1.8207999467849731,3.0817999839782715,3.647700071334839,1.8099000453948975,3.0041000843048096,3.6477999687194824,1.8543000221252441,3.0041000843048096,3.647700071334839,1.8207999467849731,3.0817999839782715,3.647700071334839,1.8543000221252441,3.0041000843048096,3.647700071334839,1.8654999732971191,3.0804998874664307,3.6475000381469727,1.7654000520706177,3.157900094985962,3.647700071334839,1.7344000339508057,3.083400011062622,3.6477999687194824,1.8207999467849731,3.0817999839782715,3.647700071334839,1.7654000520706177,3.157900094985962,3.647700071334839,1.8207999467849731,3.0817999839782715,3.647700071334839,1.8521000146865845,3.154599905014038,3.6475000381469727,1.8521000146865845,3.154599905014038,3.6475000381469727,1.8207999467849731,3.0817999839782715,3.647700071334839,1.8654999732971191,3.0804998874664307,3.6475000381469727,1.8521000146865845,3.154599905014038,3.6475000381469727,1.8654999732971191,3.0804998874664307,3.6475000381469727,1.8968000411987305,3.1522998809814453,3.6473000049591064,1.8844000101089478,3.0790998935699463,3.646399974822998,1.882200002670288,3.079699993133545,3.6470999717712402,1.87090003490448,3.0041000843048096,3.6473000049591064,1.8844000101089478,3.0790998935699463,3.646399974822998,1.87090003490448,3.0041000843048096,3.6473000049591064,1.8731000423431396,3.0041000843048096,3.646699905395508,1.9151999950408936,3.149399995803833,3.6458001136779785,1.9132000207901,3.1505000591278076,3.6468000411987305,1.882200002670288,3.079699993133545,3.6470999717712402,1.9151999950408936,3.149399995803833,3.6458001136779785,1.882200002670288,3.079699993133545,3.6470999717712402,1.8844000101089478,3.0790998935699463,3.646399974822998,1.87090003490448,3.0041000843048096,3.6473000049591064,1.882200002670288,3.079699993133545,3.6470999717712402,1.8654999732971191,3.0804998874664307,3.6475000381469727,1.87090003490448,3.0041000843048096,3.6473000049591064,1.8654999732971191,3.0804998874664307,3.6475000381469727,1.8543000221252441,3.0041000843048096,3.647700071334839,1.882200002670288,3.079699993133545,3.6470999717712402,1.9132000207901,3.1505000591278076,3.6468000411987305,1.8968000411987305,3.1522998809814453,3.6473000049591064,1.882200002670288,3.079699993133545,3.6470999717712402,1.8968000411987305,3.1522998809814453,3.6473000049591064,1.8654999732971191,3.0804998874664307,3.6475000381469727,2.023099899291992,3.2572999000549316,3.6445000171661377,2.0220000743865967,3.2592999935150146,3.645900011062622,1.9608999490737915,3.2119998931884766,3.646399974822998,2.023099899291992,3.2572999000549316,3.6445000171661377,1.9608999490737915,3.2119998931884766,3.646399974822998,1.962399959564209,3.2102999687194824,3.64520001411438,1.9608999490737915,3.2119998931884766,3.646399974822998,2.0220000743865967,3.2592999935150146,3.645900011062622,2.0085999965667725,3.262200117111206,3.646699905395508,1.9608999490737915,3.2119998931884766,3.646399974822998,2.0085999965667725,3.262200117111206,3.646699905395508,1.9452999830245972,3.214400053024292,3.6470000743865967,1.962399959564209,3.2102999687194824,3.64520001411438,1.9608999490737915,3.2119998931884766,3.646399974822998,1.9132000207901,3.1505000591278076,3.6468000411987305,1.962399959564209,3.2102999687194824,3.64520001411438,1.9132000207901,3.1505000591278076,3.6468000411987305,1.9151999950408936,3.149399995803833,3.6458001136779785,1.9132000207901,3.1505000591278076,3.6468000411987305,1.9608999490737915,3.2119998931884766,3.646399974822998,1.9452999830245972,3.214400053024292,3.6470000743865967,1.9132000207901,3.1505000591278076,3.6468000411987305,1.9452999830245972,3.214400053024292,3.6470000743865967,1.8968000411987305,3.1522998809814453,3.6473000049591064,-0.016300000250339508,2.7978999614715576,3.6465001106262207,-0.01720000058412552,2.7988998889923096,3.64520001411438,-0.07599999755620956,2.75219988822937,3.6442999839782715,-0.016300000250339508,2.7978999614715576,3.6465001106262207,-0.07599999755620956,2.75219988822937,3.6442999839782715,-0.07540000230073929,2.750999927520752,3.645900011062622,0.029200000688433647,2.858799934387207,3.646899938583374,0.02810000069439411,2.859499931335449,3.645900011062622,-0.01720000058412552,2.7988998889923096,3.64520001411438,0.029200000688433647,2.858799934387207,3.646899938583374,-0.01720000058412552,2.7988998889923096,3.64520001411438,-0.016300000250339508,2.7978999614715576,3.6465001106262207,-0.01720000058412552,2.7988998889923096,3.64520001411438,-0.017500000074505806,2.799299955368042,3.6407999992370605,-0.07620000094175339,2.7527999877929688,3.639400005340576,-0.01720000058412552,2.7988998889923096,3.64520001411438,-0.07620000094175339,2.7527999877929688,3.639400005340576,-0.07599999755620956,2.75219988822937,3.6442999839782715,0.02810000069439411,2.859499931335449,3.645900011062622,0.027699999511241913,2.859800100326538,3.641900062561035,-0.017500000074505806,2.799299955368042,3.6407999992370605,0.02810000069439411,2.859499931335449,3.645900011062622,-0.017500000074505806,2.799299955368042,3.6407999992370605,-0.01720000058412552,2.7988998889923096,3.64520001411438,0.06920000165700912,3.0039000511169434,3.647200107574463,0.06790000200271606,3.0039000511169434,3.6465001106262207,0.05730000138282776,2.92930006980896,3.6463000774383545,0.06920000165700912,3.0039000511169434,3.647200107574463,0.05730000138282776,2.92930006980896,3.6463000774383545,0.05860000103712082,2.928999900817871,3.6470999717712402,0.06790000200271606,3.0039000511169434,3.6465001106262207,0.0674000009894371,3.0039000511169434,3.642699956893921,0.0568000003695488,2.929500102996826,3.6424999237060547,0.06790000200271606,3.0039000511169434,3.6465001106262207,0.0568000003695488,2.929500102996826,3.6424999237060547,0.05730000138282776,2.92930006980896,3.6463000774383545,0.05860000103712082,2.928999900817871,3.6470999717712402,0.05730000138282776,2.92930006980896,3.6463000774383545,0.02810000069439411,2.859499931335449,3.645900011062622,0.05860000103712082,2.928999900817871,3.6470999717712402,0.02810000069439411,2.859499931335449,3.645900011062622,0.029200000688433647,2.858799934387207,3.646899938583374,0.05730000138282776,2.92930006980896,3.6463000774383545,0.0568000003695488,2.929500102996826,3.6424999237060547,0.027699999511241913,2.859800100326538,3.641900062561035,0.05730000138282776,2.92930006980896,3.6463000774383545,0.027699999511241913,2.859800100326538,3.641900062561035,0.02810000069439411,2.859499931335449,3.645900011062622,0.05730000138282776,2.9296000003814697,3.614500045776367,0.05689999833703041,2.9296000003814697,3.6328001022338867,0.0674000009894371,3.0039000511169434,3.6331000328063965,0.05730000138282776,2.9296000003814697,3.614500045776367,0.0674000009894371,3.0039000511169434,3.6331000328063965,0.06790000200271606,3.0039000511169434,3.614799976348877,0.028200000524520874,2.8598999977111816,3.6135001182556152,0.027699999511241913,2.8598999977111816,3.631999969482422,0.05689999833703041,2.9296000003814697,3.6328001022338867,0.028200000524520874,2.8598999977111816,3.6135001182556152,0.05689999833703041,2.9296000003814697,3.6328001022338867,0.05730000138282776,2.9296000003814697,3.614500045776367,0.05689999833703041,2.9296000003814697,3.6328001022338867,0.0568000003695488,2.929500102996826,3.6424999237060547,0.0674000009894371,3.0039000511169434,3.642699956893921,0.05689999833703041,2.9296000003814697,3.6328001022338867,0.0674000009894371,3.0039000511169434,3.642699956893921,0.0674000009894371,3.0039000511169434,3.6331000328063965,0.027699999511241913,2.8598999977111816,3.631999969482422,0.027699999511241913,2.859800100326538,3.641900062561035,0.0568000003695488,2.929500102996826,3.6424999237060547,0.027699999511241913,2.8598999977111816,3.631999969482422,0.0568000003695488,2.929500102996826,3.6424999237060547,0.05689999833703041,2.9296000003814697,3.6328001022338867,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.07609999924898148,2.753000020980835,3.6287999153137207,-0.017400000244379044,2.799499988555908,3.63070011138916,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.017400000244379044,2.799499988555908,3.63070011138916,-0.016899999231100082,2.799499988555908,3.6119000911712646,-0.07609999924898148,2.753000020980835,3.6287999153137207,-0.07620000094175339,2.7527999877929688,3.639400005340576,-0.017500000074505806,2.799299955368042,3.6407999992370605,-0.07609999924898148,2.753000020980835,3.6287999153137207,-0.017500000074505806,2.799299955368042,3.6407999992370605,-0.017400000244379044,2.799499988555908,3.63070011138916,-0.016899999231100082,2.799499988555908,3.6119000911712646,-0.017400000244379044,2.799499988555908,3.63070011138916,0.027699999511241913,2.8598999977111816,3.631999969482422,-0.016899999231100082,2.799499988555908,3.6119000911712646,0.027699999511241913,2.8598999977111816,3.631999969482422,0.028200000524520874,2.8598999977111816,3.6135001182556152,-0.017400000244379044,2.799499988555908,3.63070011138916,-0.017500000074505806,2.799299955368042,3.6407999992370605,0.027699999511241913,2.859800100326538,3.641900062561035,-0.017400000244379044,2.799499988555908,3.63070011138916,0.027699999511241913,2.859800100326538,3.641900062561035,0.027699999511241913,2.8598999977111816,3.631999969482422,0.05860000103712082,3.0787999629974365,3.6470999717712402,0.05730000138282776,3.078399896621704,3.6463000774383545,0.06790000200271606,3.0039000511169434,3.6465001106262207,0.05860000103712082,3.0787999629974365,3.6470999717712402,0.06790000200271606,3.0039000511169434,3.6465001106262207,0.06920000165700912,3.0039000511169434,3.647200107574463,0.029200000688433647,3.1491000652313232,3.646899938583374,0.02810000069439411,3.148400068283081,3.645900011062622,0.05730000138282776,3.078399896621704,3.6463000774383545,0.029200000688433647,3.1491000652313232,3.646899938583374,0.05730000138282776,3.078399896621704,3.6463000774383545,0.05860000103712082,3.0787999629974365,3.6470999717712402,0.05730000138282776,3.078399896621704,3.6463000774383545,0.0568000003695488,3.0782999992370605,3.6424999237060547,0.0674000009894371,3.0039000511169434,3.642699956893921,0.05730000138282776,3.078399896621704,3.6463000774383545,0.0674000009894371,3.0039000511169434,3.642699956893921,0.06790000200271606,3.0039000511169434,3.6465001106262207,0.02810000069439411,3.148400068283081,3.645900011062622,0.027699999511241913,3.1480000019073486,3.641900062561035,0.0568000003695488,3.0782999992370605,3.6424999237060547,0.02810000069439411,3.148400068283081,3.645900011062622,0.0568000003695488,3.0782999992370605,3.6424999237060547,0.05730000138282776,3.078399896621704,3.6463000774383545,-0.07540000230073929,3.2569000720977783,3.645900011062622,-0.07599999755620956,3.25570011138916,3.6442999839782715,-0.01720000058412552,3.2090001106262207,3.64520001411438,-0.07540000230073929,3.2569000720977783,3.645900011062622,-0.01720000058412552,3.2090001106262207,3.64520001411438,-0.016300000250339508,3.2100000381469727,3.6465001106262207,-0.07599999755620956,3.25570011138916,3.6442999839782715,-0.07620000094175339,3.2551000118255615,3.639400005340576,-0.017500000074505806,3.2084999084472656,3.6407999992370605,-0.07599999755620956,3.25570011138916,3.6442999839782715,-0.017500000074505806,3.2084999084472656,3.6407999992370605,-0.01720000058412552,3.2090001106262207,3.64520001411438,-0.016300000250339508,3.2100000381469727,3.6465001106262207,-0.01720000058412552,3.2090001106262207,3.64520001411438,0.02810000069439411,3.148400068283081,3.645900011062622,-0.016300000250339508,3.2100000381469727,3.6465001106262207,0.02810000069439411,3.148400068283081,3.645900011062622,0.029200000688433647,3.1491000652313232,3.646899938583374,-0.01720000058412552,3.2090001106262207,3.64520001411438,-0.017500000074505806,3.2084999084472656,3.6407999992370605,0.027699999511241913,3.1480000019073486,3.641900062561035,-0.01720000058412552,3.2090001106262207,3.64520001411438,0.027699999511241913,3.1480000019073486,3.641900062561035,0.02810000069439411,3.148400068283081,3.645900011062622,-0.016899999231100082,3.208400011062622,3.6119000911712646,-0.017400000244379044,3.208400011062622,3.63070011138916,-0.07609999924898148,3.2548999786376953,3.6287999153137207,-0.016899999231100082,3.208400011062622,3.6119000911712646,-0.07609999924898148,3.2548999786376953,3.6287999153137207,-0.07559999823570251,3.2548999786376953,3.6096999645233154,0.028200000524520874,3.147900104522705,3.6135001182556152,0.027699999511241913,3.147900104522705,3.631999969482422,-0.017400000244379044,3.208400011062622,3.63070011138916,0.028200000524520874,3.147900104522705,3.6135001182556152,-0.017400000244379044,3.208400011062622,3.63070011138916,-0.016899999231100082,3.208400011062622,3.6119000911712646,-0.017400000244379044,3.208400011062622,3.63070011138916,-0.017500000074505806,3.2084999084472656,3.6407999992370605,-0.07620000094175339,3.2551000118255615,3.639400005340576,-0.017400000244379044,3.208400011062622,3.63070011138916,-0.07620000094175339,3.2551000118255615,3.639400005340576,-0.07609999924898148,3.2548999786376953,3.6287999153137207,0.027699999511241913,3.147900104522705,3.631999969482422,0.027699999511241913,3.1480000019073486,3.641900062561035,-0.017500000074505806,3.2084999084472656,3.6407999992370605,0.027699999511241913,3.147900104522705,3.631999969482422,-0.017500000074505806,3.2084999084472656,3.6407999992370605,-0.017400000244379044,3.208400011062622,3.63070011138916,0.06790000200271606,3.0039000511169434,3.614799976348877,0.0674000009894371,3.0039000511169434,3.6331000328063965,0.05689999833703041,3.078200101852417,3.6328001022338867,0.06790000200271606,3.0039000511169434,3.614799976348877,0.05689999833703041,3.078200101852417,3.6328001022338867,0.05730000138282776,3.078200101852417,3.614500045776367,0.0674000009894371,3.0039000511169434,3.6331000328063965,0.0674000009894371,3.0039000511169434,3.642699956893921,0.0568000003695488,3.0782999992370605,3.6424999237060547,0.0674000009894371,3.0039000511169434,3.6331000328063965,0.0568000003695488,3.0782999992370605,3.6424999237060547,0.05689999833703041,3.078200101852417,3.6328001022338867,0.05730000138282776,3.078200101852417,3.614500045776367,0.05689999833703041,3.078200101852417,3.6328001022338867,0.027699999511241913,3.147900104522705,3.631999969482422,0.05730000138282776,3.078200101852417,3.614500045776367,0.027699999511241913,3.147900104522705,3.631999969482422,0.028200000524520874,3.147900104522705,3.6135001182556152,0.05689999833703041,3.078200101852417,3.6328001022338867,0.0568000003695488,3.0782999992370605,3.6424999237060547,0.027699999511241913,3.1480000019073486,3.641900062561035,0.05689999833703041,3.078200101852417,3.6328001022338867,0.027699999511241913,3.1480000019073486,3.641900062561035,0.027699999511241913,3.147900104522705,3.631999969482422,-0.14560000598430634,3.285099983215332,3.6451001167297363,-0.14589999616146088,3.283799886703491,3.6429998874664307,-0.07599999755620956,3.25570011138916,3.6442999839782715,-0.14560000598430634,3.285099983215332,3.6451001167297363,-0.07599999755620956,3.25570011138916,3.6442999839782715,-0.07540000230073929,3.2569000720977783,3.645900011062622,-0.22139999270439148,3.2946999073028564,3.6442999839782715,-0.22130000591278076,3.293299913406372,3.6417999267578125,-0.14589999616146088,3.283799886703491,3.6429998874664307,-0.22139999270439148,3.2946999073028564,3.6442999839782715,-0.14589999616146088,3.283799886703491,3.6429998874664307,-0.14560000598430634,3.285099983215332,3.6451001167297363,-0.14589999616146088,3.283799886703491,3.6429998874664307,-0.14589999616146088,3.2832000255584717,3.6375999450683594,-0.07620000094175339,3.2551000118255615,3.639400005340576,-0.14589999616146088,3.283799886703491,3.6429998874664307,-0.07620000094175339,3.2551000118255615,3.639400005340576,-0.07599999755620956,3.25570011138916,3.6442999839782715,-0.22130000591278076,3.293299913406372,3.6417999267578125,-0.22120000422000885,3.29259991645813,3.6357998847961426,-0.14589999616146088,3.2832000255584717,3.6375999450683594,-0.22130000591278076,3.293299913406372,3.6417999267578125,-0.14589999616146088,3.2832000255584717,3.6375999450683594,-0.14589999616146088,3.283799886703491,3.6429998874664307,-0.3677000105381012,3.2574000358581543,3.6435000896453857,-0.367000013589859,3.256200075149536,3.640399932861328,-0.29679998755455017,3.28410005569458,3.6407999992370605,-0.3677000105381012,3.2574000358581543,3.6435000896453857,-0.29679998755455017,3.28410005569458,3.6407999992370605,-0.2971999943256378,3.285399913787842,3.643699884414673,-0.367000013589859,3.256200075149536,3.640399932861328,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.29649999737739563,3.283400058746338,3.634399890899658,-0.367000013589859,3.256200075149536,3.640399932861328,-0.29649999737739563,3.283400058746338,3.634399890899658,-0.29679998755455017,3.28410005569458,3.6407999992370605,-0.2971999943256378,3.285399913787842,3.643699884414673,-0.29679998755455017,3.28410005569458,3.6407999992370605,-0.22130000591278076,3.293299913406372,3.6417999267578125,-0.2971999943256378,3.285399913787842,3.643699884414673,-0.22130000591278076,3.293299913406372,3.6417999267578125,-0.22139999270439148,3.2946999073028564,3.6442999839782715,-0.29679998755455017,3.28410005569458,3.6407999992370605,-0.29649999737739563,3.283400058746338,3.634399890899658,-0.22120000422000885,3.29259991645813,3.6357998847961426,-0.29679998755455017,3.28410005569458,3.6407999992370605,-0.22120000422000885,3.29259991645813,3.6357998847961426,-0.22130000591278076,3.293299913406372,3.6417999267578125,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.296099990606308,3.2832000255584717,3.6221001148223877,-0.366100013256073,3.2553999423980713,3.6214001178741455,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.366100013256073,3.2553999423980713,3.6214001178741455,-0.36559998989105225,3.2553999423980713,3.600800037384033,-0.22040000557899475,3.2923998832702637,3.6040000915527344,-0.22089999914169312,3.2923998832702637,3.624000072479248,-0.296099990606308,3.2832000255584717,3.6221001148223877,-0.22040000557899475,3.2923998832702637,3.6040000915527344,-0.296099990606308,3.2832000255584717,3.6221001148223877,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.296099990606308,3.2832000255584717,3.6221001148223877,-0.29649999737739563,3.283400058746338,3.634399890899658,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.296099990606308,3.2832000255584717,3.6221001148223877,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.366100013256073,3.2553999423980713,3.6214001178741455,-0.22089999914169312,3.2923998832702637,3.624000072479248,-0.22120000422000885,3.29259991645813,3.6357998847961426,-0.29649999737739563,3.283400058746338,3.634399890899658,-0.22089999914169312,3.2923998832702637,3.624000072479248,-0.29649999737739563,3.283400058746338,3.634399890899658,-0.296099990606308,3.2832000255584717,3.6221001148223877,-0.07559999823570251,3.2548999786376953,3.6096999645233154,-0.07609999924898148,3.2548999786376953,3.6287999153137207,-0.14569999277591705,3.282900094985962,3.6263999938964844,-0.07559999823570251,3.2548999786376953,3.6096999645233154,-0.14569999277591705,3.282900094985962,3.6263999938964844,-0.1451999992132187,3.282900094985962,3.606800079345703,-0.07609999924898148,3.2548999786376953,3.6287999153137207,-0.07620000094175339,3.2551000118255615,3.639400005340576,-0.14589999616146088,3.2832000255584717,3.6375999450683594,-0.07609999924898148,3.2548999786376953,3.6287999153137207,-0.14589999616146088,3.2832000255584717,3.6375999450683594,-0.14569999277591705,3.282900094985962,3.6263999938964844,-0.1451999992132187,3.282900094985962,3.606800079345703,-0.14569999277591705,3.282900094985962,3.6263999938964844,-0.22089999914169312,3.2923998832702637,3.624000072479248,-0.1451999992132187,3.282900094985962,3.606800079345703,-0.22089999914169312,3.2923998832702637,3.624000072479248,-0.22040000557899475,3.2923998832702637,3.6040000915527344,-0.14569999277591705,3.282900094985962,3.6263999938964844,-0.14589999616146088,3.2832000255584717,3.6375999450683594,-0.22120000422000885,3.29259991645813,3.6357998847961426,-0.14569999277591705,3.282900094985962,3.6263999938964844,-0.22120000422000885,3.29259991645813,3.6357998847961426,-0.22089999914169312,3.2923998832702637,3.624000072479248,-0.42739999294281006,3.2105000019073486,3.6438000202178955,-0.4262999892234802,3.2095000743865967,3.640899896621704,-0.367000013589859,3.256200075149536,3.640399932861328,-0.42739999294281006,3.2105000019073486,3.6438000202178955,-0.367000013589859,3.256200075149536,3.640399932861328,-0.3677000105381012,3.2574000358581543,3.6435000896453857,-0.4733999967575073,3.1494998931884766,3.6442999839782715,-0.47209998965263367,3.1487998962402344,3.641700029373169,-0.4262999892234802,3.2095000743865967,3.640899896621704,-0.4733999967575073,3.1494998931884766,3.6442999839782715,-0.4262999892234802,3.2095000743865967,3.640899896621704,-0.42739999294281006,3.2105000019073486,3.6438000202178955,-0.4262999892234802,3.2095000743865967,3.640899896621704,-0.42570000886917114,3.2090001106262207,3.634500026702881,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.4262999892234802,3.2095000743865967,3.640899896621704,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.367000013589859,3.256200075149536,3.640399932861328,-0.47209998965263367,3.1487998962402344,3.641700029373169,-0.4713999927043915,3.148400068283081,3.635699987411499,-0.42570000886917114,3.2090001106262207,3.634500026702881,-0.47209998965263367,3.1487998962402344,3.641700029373169,-0.42570000886917114,3.2090001106262207,3.634500026702881,-0.4262999892234802,3.2095000743865967,3.640899896621704,-0.5139999985694885,3.0039000511169434,3.6451001167297363,-0.5126000046730042,3.0039000511169434,3.6429998874664307,-0.501800000667572,3.0785999298095703,3.6426000595092773,-0.5139999985694885,3.0039000511169434,3.6451001167297363,-0.501800000667572,3.0785999298095703,3.6426000595092773,-0.5031999945640564,3.0789999961853027,3.6447999477386475,-0.5126000046730042,3.0039000511169434,3.6429998874664307,-0.5116999745368958,3.0039000511169434,3.6375999450683594,-0.5009999871253967,3.0785000324249268,3.63700008392334,-0.5126000046730042,3.0039000511169434,3.6429998874664307,-0.5009999871253967,3.0785000324249268,3.63700008392334,-0.501800000667572,3.0785999298095703,3.6426000595092773,-0.5031999945640564,3.0789999961853027,3.6447999477386475,-0.501800000667572,3.0785999298095703,3.6426000595092773,-0.47209998965263367,3.1487998962402344,3.641700029373169,-0.5031999945640564,3.0789999961853027,3.6447999477386475,-0.47209998965263367,3.1487998962402344,3.641700029373169,-0.4733999967575073,3.1494998931884766,3.6442999839782715,-0.501800000667572,3.0785999298095703,3.6426000595092773,-0.5009999871253967,3.0785000324249268,3.63700008392334,-0.4713999927043915,3.148400068283081,3.635699987411499,-0.501800000667572,3.0785999298095703,3.6426000595092773,-0.4713999927043915,3.148400068283081,3.635699987411499,-0.47209998965263367,3.1487998962402344,3.641700029373169,-0.5108000040054321,3.0039000511169434,3.606800079345703,-0.5,3.078399896621704,3.6059000492095947,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.5108000040054321,3.0039000511169434,3.606800079345703,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.5112000107765198,3.0039000511169434,3.6263999938964844,-0.5,3.078399896621704,3.6059000492095947,-0.47049999237060547,3.1482999324798584,3.6038999557495117,-0.4708999991416931,3.1482999324798584,3.6238999366760254,-0.5,3.078399896621704,3.6059000492095947,-0.4708999991416931,3.1482999324798584,3.6238999366760254,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.5009999871253967,3.0785000324249268,3.63700008392334,-0.5116999745368958,3.0039000511169434,3.6375999450683594,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.5116999745368958,3.0039000511169434,3.6375999450683594,-0.5112000107765198,3.0039000511169434,3.6263999938964844,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.4708999991416931,3.1482999324798584,3.6238999366760254,-0.4713999927043915,3.148400068283081,3.635699987411499,-0.5005000233650208,3.078399896621704,3.6256000995635986,-0.4713999927043915,3.148400068283081,3.635699987411499,-0.5009999871253967,3.0785000324249268,3.63700008392334,-0.42480000853538513,3.2088000774383545,3.601900100708008,-0.36559998989105225,3.2553999423980713,3.600800037384033,-0.366100013256073,3.2553999423980713,3.6214001178741455,-0.42480000853538513,3.2088000774383545,3.601900100708008,-0.366100013256073,3.2553999423980713,3.6214001178741455,-0.4251999855041504,3.2088000774383545,3.622299909591675,-0.4251999855041504,3.2088000774383545,3.622299909591675,-0.366100013256073,3.2553999423980713,3.6214001178741455,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.4251999855041504,3.2088000774383545,3.622299909591675,-0.36649999022483826,3.2555999755859375,3.6338000297546387,-0.42570000886917114,3.2090001106262207,3.634500026702881,-0.47049999237060547,3.1482999324798584,3.6038999557495117,-0.42480000853538513,3.2088000774383545,3.601900100708008,-0.4251999855041504,3.2088000774383545,3.622299909591675,-0.47049999237060547,3.1482999324798584,3.6038999557495117,-0.4251999855041504,3.2088000774383545,3.622299909591675,-0.4708999991416931,3.1482999324798584,3.6238999366760254,-0.4708999991416931,3.1482999324798584,3.6238999366760254,-0.4251999855041504,3.2088000774383545,3.622299909591675,-0.42570000886917114,3.2090001106262207,3.634500026702881,-0.4708999991416931,3.1482999324798584,3.6238999366760254,-0.42570000886917114,3.2090001106262207,3.634500026702881,-0.4713999927043915,3.148400068283081,3.635699987411499,-0.5031999945640564,2.9286999702453613,3.6447999477386475,-0.501800000667572,2.9291000366210938,3.6426000595092773,-0.5126000046730042,3.0039000511169434,3.6429998874664307,-0.5031999945640564,2.9286999702453613,3.6447999477386475,-0.5126000046730042,3.0039000511169434,3.6429998874664307,-0.5139999985694885,3.0039000511169434,3.6451001167297363,-0.4733999967575073,2.858299970626831,3.6442999839782715,-0.47209998965263367,2.8589999675750732,3.641700029373169,-0.501800000667572,2.9291000366210938,3.6426000595092773,-0.4733999967575073,2.858299970626831,3.6442999839782715,-0.501800000667572,2.9291000366210938,3.6426000595092773,-0.5031999945640564,2.9286999702453613,3.6447999477386475,-0.501800000667572,2.9291000366210938,3.6426000595092773,-0.5009999871253967,2.92930006980896,3.63700008392334,-0.5116999745368958,3.0039000511169434,3.6375999450683594,-0.501800000667572,2.9291000366210938,3.6426000595092773,-0.5116999745368958,3.0039000511169434,3.6375999450683594,-0.5126000046730042,3.0039000511169434,3.6429998874664307,-0.47209998965263367,2.8589999675750732,3.641700029373169,-0.4713999927043915,2.859299898147583,3.635699987411499,-0.5009999871253967,2.92930006980896,3.63700008392334,-0.47209998965263367,2.8589999675750732,3.641700029373169,-0.5009999871253967,2.92930006980896,3.63700008392334,-0.501800000667572,2.9291000366210938,3.6426000595092773,-0.3677000105381012,2.750499963760376,3.6435000896453857,-0.367000013589859,2.751699924468994,3.640399932861328,-0.4262999892234802,2.79830002784729,3.640899896621704,-0.3677000105381012,2.750499963760376,3.6435000896453857,-0.4262999892234802,2.79830002784729,3.640899896621704,-0.42739999294281006,2.7973999977111816,3.6438000202178955,-0.367000013589859,2.751699924468994,3.640399932861328,-0.36649999022483826,2.7523000240325928,3.6338000297546387,-0.42570000886917114,2.798799991607666,3.634500026702881,-0.367000013589859,2.751699924468994,3.640399932861328,-0.42570000886917114,2.798799991607666,3.634500026702881,-0.4262999892234802,2.79830002784729,3.640899896621704,-0.42739999294281006,2.7973999977111816,3.6438000202178955,-0.4262999892234802,2.79830002784729,3.640899896621704,-0.47209998965263367,2.8589999675750732,3.641700029373169,-0.42739999294281006,2.7973999977111816,3.6438000202178955,-0.47209998965263367,2.8589999675750732,3.641700029373169,-0.4733999967575073,2.858299970626831,3.6442999839782715,-0.4262999892234802,2.79830002784729,3.640899896621704,-0.42570000886917114,2.798799991607666,3.634500026702881,-0.4713999927043915,2.859299898147583,3.635699987411499,-0.4262999892234802,2.79830002784729,3.640899896621704,-0.4713999927043915,2.859299898147583,3.635699987411499,-0.47209998965263367,2.8589999675750732,3.641700029373169,-0.42480000853538513,2.7990000247955322,3.601900100708008,-0.4251999855041504,2.7990000247955322,3.622299909591675,-0.366100013256073,2.752500057220459,3.6214001178741455,-0.42480000853538513,2.7990000247955322,3.601900100708008,-0.366100013256073,2.752500057220459,3.6214001178741455,-0.36559998989105225,2.752500057220459,3.600800037384033,-0.47049999237060547,2.859499931335449,3.6038999557495117,-0.47099998593330383,2.859499931335449,3.6238999366760254,-0.4251999855041504,2.7990000247955322,3.622299909591675,-0.47049999237060547,2.859499931335449,3.6038999557495117,-0.4251999855041504,2.7990000247955322,3.622299909591675,-0.42480000853538513,2.7990000247955322,3.601900100708008,-0.4251999855041504,2.7990000247955322,3.622299909591675,-0.42570000886917114,2.798799991607666,3.634500026702881,-0.36649999022483826,2.7523000240325928,3.6338000297546387,-0.4251999855041504,2.7990000247955322,3.622299909591675,-0.36649999022483826,2.7523000240325928,3.6338000297546387,-0.366100013256073,2.752500057220459,3.6214001178741455,-0.47099998593330383,2.859499931335449,3.6238999366760254,-0.4713999927043915,2.859299898147583,3.635699987411499,-0.42570000886917114,2.798799991607666,3.634500026702881,-0.47099998593330383,2.859499931335449,3.6238999366760254,-0.42570000886917114,2.798799991607666,3.634500026702881,-0.4251999855041504,2.7990000247955322,3.622299909591675,-0.5108000040054321,3.0039000511169434,3.606800079345703,-0.5112000107765198,3.0039000511169434,3.6263999938964844,-0.5005000233650208,2.92930006980896,3.6256000995635986,-0.5108000040054321,3.0039000511169434,3.606800079345703,-0.5005000233650208,2.92930006980896,3.6256000995635986,-0.5,2.92930006980896,3.6059000492095947,-0.5112000107765198,3.0039000511169434,3.6263999938964844,-0.5116999745368958,3.0039000511169434,3.6375999450683594,-0.5009999871253967,2.92930006980896,3.63700008392334,-0.5112000107765198,3.0039000511169434,3.6263999938964844,-0.5009999871253967,2.92930006980896,3.63700008392334,-0.5005000233650208,2.92930006980896,3.6256000995635986,-0.5,2.92930006980896,3.6059000492095947,-0.5005000233650208,2.92930006980896,3.6256000995635986,-0.47099998593330383,2.859499931335449,3.6238999366760254,-0.5,2.92930006980896,3.6059000492095947,-0.47099998593330383,2.859499931335449,3.6238999366760254,-0.47049999237060547,2.859499931335449,3.6038999557495117,-0.5005000233650208,2.92930006980896,3.6256000995635986,-0.5009999871253967,2.92930006980896,3.63700008392334,-0.4713999927043915,2.859299898147583,3.635699987411499,-0.5005000233650208,2.92930006980896,3.6256000995635986,-0.4713999927043915,2.859299898147583,3.635699987411499,-0.47099998593330383,2.859499931335449,3.6238999366760254,-0.2971999943256378,2.7225000858306885,3.643699884414673,-0.29679998755455017,2.72379994392395,3.6407999992370605,-0.367000013589859,2.751699924468994,3.640399932861328,-0.2971999943256378,2.7225000858306885,3.643699884414673,-0.367000013589859,2.751699924468994,3.640399932861328,-0.3677000105381012,2.750499963760376,3.6435000896453857,-0.22139999270439148,2.713200092315674,3.6442999839782715,-0.22130000591278076,2.714600086212158,3.6417999267578125,-0.29679998755455017,2.72379994392395,3.6407999992370605,-0.22139999270439148,2.713200092315674,3.6442999839782715,-0.29679998755455017,2.72379994392395,3.6407999992370605,-0.2971999943256378,2.7225000858306885,3.643699884414673,-0.29679998755455017,2.72379994392395,3.6407999992370605,-0.29649999737739563,2.7244999408721924,3.634399890899658,-0.36649999022483826,2.7523000240325928,3.6338000297546387,-0.29679998755455017,2.72379994392395,3.6407999992370605,-0.36649999022483826,2.7523000240325928,3.6338000297546387,-0.367000013589859,2.751699924468994,3.640399932861328,-0.22130000591278076,2.714600086212158,3.6417999267578125,-0.22120000422000885,2.7153000831604004,3.6357998847961426,-0.29649999737739563,2.7244999408721924,3.634399890899658,-0.22130000591278076,2.714600086212158,3.6417999267578125,-0.29649999737739563,2.7244999408721924,3.634399890899658,-0.29679998755455017,2.72379994392395,3.6407999992370605,-0.07540000230073929,2.750999927520752,3.645900011062622,-0.07599999755620956,2.75219988822937,3.6442999839782715,-0.14589999616146088,2.724100112915039,3.6429998874664307,-0.07540000230073929,2.750999927520752,3.645900011062622,-0.14589999616146088,2.724100112915039,3.6429998874664307,-0.14560000598430634,2.7228000164031982,3.6451001167297363,-0.07599999755620956,2.75219988822937,3.6442999839782715,-0.07620000094175339,2.7527999877929688,3.639400005340576,-0.14589999616146088,2.7246999740600586,3.6375999450683594,-0.07599999755620956,2.75219988822937,3.6442999839782715,-0.14589999616146088,2.7246999740600586,3.6375999450683594,-0.14589999616146088,2.724100112915039,3.6429998874664307,-0.14560000598430634,2.7228000164031982,3.6451001167297363,-0.14589999616146088,2.724100112915039,3.6429998874664307,-0.22130000591278076,2.714600086212158,3.6417999267578125,-0.14560000598430634,2.7228000164031982,3.6451001167297363,-0.22130000591278076,2.714600086212158,3.6417999267578125,-0.22139999270439148,2.713200092315674,3.6442999839782715,-0.14589999616146088,2.724100112915039,3.6429998874664307,-0.14589999616146088,2.7246999740600586,3.6375999450683594,-0.22120000422000885,2.7153000831604004,3.6357998847961426,-0.14589999616146088,2.724100112915039,3.6429998874664307,-0.22120000422000885,2.7153000831604004,3.6357998847961426,-0.22130000591278076,2.714600086212158,3.6417999267578125,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.1451999992132187,2.7249999046325684,3.606800079345703,-0.14569999277591705,2.7249999046325684,3.6263999938964844,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.14569999277591705,2.7249999046325684,3.6263999938964844,-0.07609999924898148,2.753000020980835,3.6287999153137207,-0.1451999992132187,2.7249999046325684,3.606800079345703,-0.22040000557899475,2.7155001163482666,3.6040000915527344,-0.22089999914169312,2.7155001163482666,3.624000072479248,-0.1451999992132187,2.7249999046325684,3.606800079345703,-0.22089999914169312,2.7155001163482666,3.624000072479248,-0.14569999277591705,2.7249999046325684,3.6263999938964844,-0.14569999277591705,2.7249999046325684,3.6263999938964844,-0.14589999616146088,2.7246999740600586,3.6375999450683594,-0.07620000094175339,2.7527999877929688,3.639400005340576,-0.14569999277591705,2.7249999046325684,3.6263999938964844,-0.07620000094175339,2.7527999877929688,3.639400005340576,-0.07609999924898148,2.753000020980835,3.6287999153137207,-0.22089999914169312,2.7155001163482666,3.624000072479248,-0.22120000422000885,2.7153000831604004,3.6357998847961426,-0.14589999616146088,2.7246999740600586,3.6375999450683594,-0.22089999914169312,2.7155001163482666,3.624000072479248,-0.14589999616146088,2.7246999740600586,3.6375999450683594,-0.14569999277591705,2.7249999046325684,3.6263999938964844,-0.36559998989105225,2.752500057220459,3.600800037384033,-0.366100013256073,2.752500057220459,3.6214001178741455,-0.2962000072002411,2.7246999740600586,3.6221001148223877,-0.36559998989105225,2.752500057220459,3.600800037384033,-0.2962000072002411,2.7246999740600586,3.6221001148223877,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.366100013256073,2.752500057220459,3.6214001178741455,-0.36649999022483826,2.7523000240325928,3.6338000297546387,-0.29649999737739563,2.7244999408721924,3.634399890899658,-0.366100013256073,2.752500057220459,3.6214001178741455,-0.29649999737739563,2.7244999408721924,3.634399890899658,-0.2962000072002411,2.7246999740600586,3.6221001148223877,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.2962000072002411,2.7246999740600586,3.6221001148223877,-0.22089999914169312,2.7155001163482666,3.624000072479248,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.22089999914169312,2.7155001163482666,3.624000072479248,-0.22040000557899475,2.7155001163482666,3.6040000915527344,-0.2962000072002411,2.7246999740600586,3.6221001148223877,-0.29649999737739563,2.7244999408721924,3.634399890899658,-0.22120000422000885,2.7153000831604004,3.6357998847961426,-0.2962000072002411,2.7246999740600586,3.6221001148223877,-0.22120000422000885,2.7153000831604004,3.6357998847961426,-0.22089999914169312,2.7155001163482666,3.624000072479248,1.8842999935150146,2.9291999340057373,3.646699905395508,1.885599970817566,2.929500102996826,3.6456000804901123,1.874400019645691,3.0041000843048096,3.6456000804901123,1.8842999935150146,2.9291999340057373,3.646699905395508,1.874400019645691,3.0041000843048096,3.6456000804901123,1.8731000423431396,3.0041000843048096,3.646699905395508,1.9148999452590942,2.8589999675750732,3.646399974822998,1.916100025177002,2.8596999645233154,3.6451001167297363,1.885599970817566,2.929500102996826,3.6456000804901123,1.9148999452590942,2.8589999675750732,3.646399974822998,1.885599970817566,2.929500102996826,3.6456000804901123,1.8842999935150146,2.9291999340057373,3.646699905395508,1.885599970817566,2.929500102996826,3.6456000804901123,1.8861000537872314,2.9296998977661133,3.641400098800659,1.875,3.0041000843048096,3.641400098800659,1.885599970817566,2.929500102996826,3.6456000804901123,1.875,3.0041000843048096,3.641400098800659,1.874400019645691,3.0041000843048096,3.6456000804901123,1.916100025177002,2.8596999645233154,3.6451001167297363,1.916599988937378,2.859999895095825,3.640700101852417,1.8861000537872314,2.9296998977661133,3.641400098800659,1.916100025177002,2.8596999645233154,3.6451001167297363,1.8861000537872314,2.9296998977661133,3.641400098800659,1.885599970817566,2.929500102996826,3.6456000804901123,2.0227999687194824,2.751300096511841,3.6452999114990234,2.023400068283081,2.752500057220459,3.6433000564575195,1.9630000591278076,2.799099922180176,3.6442999839782715,2.0227999687194824,2.751300096511841,3.6452999114990234,1.9630000591278076,2.799099922180176,3.6442999839782715,1.9621000289916992,2.7981998920440674,3.645900011062622,2.023400068283081,2.752500057220459,3.6433000564575195,2.0236001014709473,2.753000020980835,3.638000011444092,1.9634000062942505,2.7995998859405518,3.6394999027252197,2.023400068283081,2.752500057220459,3.6433000564575195,1.9634000062942505,2.7995998859405518,3.6394999027252197,1.9630000591278076,2.799099922180176,3.6442999839782715,1.9621000289916992,2.7981998920440674,3.645900011062622,1.9630000591278076,2.799099922180176,3.6442999839782715,1.916100025177002,2.8596999645233154,3.6451001167297363,1.9621000289916992,2.7981998920440674,3.645900011062622,1.916100025177002,2.8596999645233154,3.6451001167297363,1.9148999452590942,2.8589999675750732,3.646399974822998,1.9630000591278076,2.799099922180176,3.6442999839782715,1.9634000062942505,2.7995998859405518,3.6394999027252197,1.916599988937378,2.859999895095825,3.640700101852417,1.9630000591278076,2.799099922180176,3.6442999839782715,1.916599988937378,2.859999895095825,3.640700101852417,1.916100025177002,2.8596999645233154,3.6451001167297363,1.9630000591278076,2.7995998859405518,3.609800100326538,1.9632999897003174,2.7997000217437744,3.6289000511169434,2.0234999656677246,2.753200054168701,3.6268999576568604,1.9630000591278076,2.7995998859405518,3.609800100326538,2.0234999656677246,2.753200054168701,3.6268999576568604,2.023200035095215,2.7530999183654785,3.6075000762939453,1.916200041770935,2.859999895095825,3.6117000579833984,1.916599988937378,2.859999895095825,3.6303999423980713,1.9632999897003174,2.7997000217437744,3.6289000511169434,1.916200041770935,2.859999895095825,3.6117000579833984,1.9632999897003174,2.7997000217437744,3.6289000511169434,1.9630000591278076,2.7995998859405518,3.609800100326538,1.9632999897003174,2.7997000217437744,3.6289000511169434,1.9634000062942505,2.7995998859405518,3.6394999027252197,2.0236001014709473,2.753000020980835,3.638000011444092,1.9632999897003174,2.7997000217437744,3.6289000511169434,2.0236001014709473,2.753000020980835,3.638000011444092,2.0234999656677246,2.753200054168701,3.6268999576568604,1.916599988937378,2.859999895095825,3.6303999423980713,1.916599988937378,2.859999895095825,3.640700101852417,1.9634000062942505,2.7995998859405518,3.6394999027252197,1.916599988937378,2.859999895095825,3.6303999423980713,1.9634000062942505,2.7995998859405518,3.6394999027252197,1.9632999897003174,2.7997000217437744,3.6289000511169434,1.8746999502182007,3.0039000511169434,3.612799882888794,1.875,3.003999948501587,3.6312999725341797,1.8861000537872314,2.9296998977661133,3.6312999725341797,1.8746999502182007,3.0039000511169434,3.612799882888794,1.8861000537872314,2.9296998977661133,3.6312999725341797,1.8858000040054321,2.9296000003814697,3.612799882888794,1.875,3.003999948501587,3.6312999725341797,1.875,3.0041000843048096,3.641400098800659,1.8861000537872314,2.9296998977661133,3.641400098800659,1.875,3.003999948501587,3.6312999725341797,1.8861000537872314,2.9296998977661133,3.641400098800659,1.8861000537872314,2.9296998977661133,3.6312999725341797,1.8858000040054321,2.9296000003814697,3.612799882888794,1.8861000537872314,2.9296998977661133,3.6312999725341797,1.916599988937378,2.859999895095825,3.6303999423980713,1.8858000040054321,2.9296000003814697,3.612799882888794,1.916599988937378,2.859999895095825,3.6303999423980713,1.916200041770935,2.859999895095825,3.6117000579833984,1.8861000537872314,2.9296998977661133,3.6312999725341797,1.8861000537872314,2.9296998977661133,3.641400098800659,1.916599988937378,2.859999895095825,3.640700101852417,1.8861000537872314,2.9296998977661133,3.6312999725341797,1.916599988937378,2.859999895095825,3.640700101852417,1.916599988937378,2.859999895095825,3.6303999423980713,2.093899965286255,2.7230000495910645,3.6445999145507812,2.0941998958587646,2.724299907684326,3.642199993133545,2.023400068283081,2.752500057220459,3.6433000564575195,2.093899965286255,2.7230000495910645,3.6445999145507812,2.023400068283081,2.752500057220459,3.6433000564575195,2.0227999687194824,2.751300096511841,3.6452999114990234,2.1702001094818115,2.713399887084961,3.643899917602539,2.170099973678589,2.7147998809814453,3.6410999298095703,2.0941998958587646,2.724299907684326,3.642199993133545,2.1702001094818115,2.713399887084961,3.643899917602539,2.0941998958587646,2.724299907684326,3.642199993133545,2.093899965286255,2.7230000495910645,3.6445999145507812,2.0941998958587646,2.724299907684326,3.642199993133545,2.0943000316619873,2.7249999046325684,3.636399984359741,2.0236001014709473,2.753000020980835,3.638000011444092,2.0941998958587646,2.724299907684326,3.642199993133545,2.0236001014709473,2.753000020980835,3.638000011444092,2.023400068283081,2.752500057220459,3.6433000564575195,2.170099973678589,2.7147998809814453,3.6410999298095703,2.1700000762939453,2.7155001163482666,3.6347999572753906,2.0943000316619873,2.7249999046325684,3.636399984359741,2.170099973678589,2.7147998809814453,3.6410999298095703,2.0943000316619873,2.7249999046325684,3.636399984359741,2.0941998958587646,2.724299907684326,3.642199993133545,2.3166000843048096,2.7506000995635986,3.6433000564575195,2.3159000873565674,2.751800060272217,3.6401000022888184,2.245800018310547,2.723900079727173,3.640399932861328,2.3166000843048096,2.7506000995635986,3.6433000564575195,2.245800018310547,2.723900079727173,3.640399932861328,2.2462000846862793,2.722599983215332,3.643399953842163,2.3159000873565674,2.751800060272217,3.6401000022888184,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.245500087738037,2.724600076675415,3.633699893951416,2.3159000873565674,2.751800060272217,3.6401000022888184,2.245500087738037,2.724600076675415,3.633699893951416,2.245800018310547,2.723900079727173,3.640399932861328,2.2462000846862793,2.722599983215332,3.643399953842163,2.245800018310547,2.723900079727173,3.640399932861328,2.170099973678589,2.7147998809814453,3.6410999298095703,2.2462000846862793,2.722599983215332,3.643399953842163,2.170099973678589,2.7147998809814453,3.6410999298095703,2.1702001094818115,2.713399887084961,3.643899917602539,2.245800018310547,2.723900079727173,3.640399932861328,2.245500087738037,2.724600076675415,3.633699893951416,2.1700000762939453,2.7155001163482666,3.6347999572753906,2.245800018310547,2.723900079727173,3.640399932861328,2.1700000762939453,2.7155001163482666,3.6347999572753906,2.170099973678589,2.7147998809814453,3.6410999298095703,2.3148000240325928,2.7523999214172363,3.600100040435791,2.2448999881744385,2.724600076675415,3.6006999015808105,2.2451999187469482,2.7246999740600586,3.621299982070923,2.3148000240325928,2.7523999214172363,3.600100040435791,2.2451999187469482,2.7246999740600586,3.621299982070923,2.3150999546051025,2.752500057220459,3.620800018310547,2.1695001125335693,2.7155001163482666,3.602400064468384,2.169800043106079,2.71560001373291,3.6226999759674072,2.2451999187469482,2.7246999740600586,3.621299982070923,2.1695001125335693,2.7155001163482666,3.602400064468384,2.2451999187469482,2.7246999740600586,3.621299982070923,2.2448999881744385,2.724600076675415,3.6006999015808105,2.2451999187469482,2.7246999740600586,3.621299982070923,2.245500087738037,2.724600076675415,3.633699893951416,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.2451999187469482,2.7246999740600586,3.621299982070923,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.3150999546051025,2.752500057220459,3.620800018310547,2.169800043106079,2.71560001373291,3.6226999759674072,2.1700000762939453,2.7155001163482666,3.6347999572753906,2.245500087738037,2.724600076675415,3.633699893951416,2.169800043106079,2.71560001373291,3.6226999759674072,2.245500087738037,2.724600076675415,3.633699893951416,2.2451999187469482,2.7246999740600586,3.621299982070923,2.023200035095215,2.7530999183654785,3.6075000762939453,2.0234999656677246,2.753200054168701,3.6268999576568604,2.094099998474121,2.725100040435791,3.6247000694274902,2.023200035095215,2.7530999183654785,3.6075000762939453,2.094099998474121,2.725100040435791,3.6247000694274902,2.0938000679016113,2.7249999046325684,3.6048998832702637,2.0234999656677246,2.753200054168701,3.6268999576568604,2.0236001014709473,2.753000020980835,3.638000011444092,2.0943000316619873,2.7249999046325684,3.636399984359741,2.0234999656677246,2.753200054168701,3.6268999576568604,2.0943000316619873,2.7249999046325684,3.636399984359741,2.094099998474121,2.725100040435791,3.6247000694274902,2.0938000679016113,2.7249999046325684,3.6048998832702637,2.094099998474121,2.725100040435791,3.6247000694274902,2.169800043106079,2.71560001373291,3.6226999759674072,2.0938000679016113,2.7249999046325684,3.6048998832702637,2.169800043106079,2.71560001373291,3.6226999759674072,2.1695001125335693,2.7155001163482666,3.602400064468384,2.094099998474121,2.725100040435791,3.6247000694274902,2.0943000316619873,2.7249999046325684,3.636399984359741,2.1700000762939453,2.7155001163482666,3.6347999572753906,2.094099998474121,2.725100040435791,3.6247000694274902,2.1700000762939453,2.7155001163482666,3.6347999572753906,2.169800043106079,2.71560001373291,3.6226999759674072,2.3761000633239746,2.7973999977111816,3.6435999870300293,2.375,2.7983999252319336,3.6405999660491943,2.3159000873565674,2.751800060272217,3.6401000022888184,2.3761000633239746,2.7973999977111816,3.6435999870300293,2.3159000873565674,2.751800060272217,3.6401000022888184,2.3166000843048096,2.7506000995635986,3.6433000564575195,2.4219000339508057,2.8584001064300537,3.6440999507904053,2.420599937438965,2.859100103378296,3.6414999961853027,2.375,2.7983999252319336,3.6405999660491943,2.4219000339508057,2.8584001064300537,3.6440999507904053,2.375,2.7983999252319336,3.6405999660491943,2.3761000633239746,2.7973999977111816,3.6435999870300293,2.375,2.7983999252319336,3.6405999660491943,2.3743999004364014,2.798799991607666,3.6340999603271484,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.375,2.7983999252319336,3.6405999660491943,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.3159000873565674,2.751800060272217,3.6401000022888184,2.420599937438965,2.859100103378296,3.6414999961853027,2.4198999404907227,2.859299898147583,3.6352999210357666,2.3743999004364014,2.798799991607666,3.6340999603271484,2.420599937438965,2.859100103378296,3.6414999961853027,2.3743999004364014,2.798799991607666,3.6340999603271484,2.375,2.7983999252319336,3.6405999660491943,2.4621999263763428,3.0039000511169434,3.64490008354187,2.4607999324798584,3.0039000511169434,3.6426000595092773,2.4500999450683594,2.9291000366210938,3.642199993133545,2.4621999263763428,3.0039000511169434,3.64490008354187,2.4500999450683594,2.9291000366210938,3.642199993133545,2.4514999389648438,2.928800106048584,3.6445999145507812,2.4607999324798584,3.0039000511169434,3.6426000595092773,2.4600000381469727,3.0039000511169434,3.6370999813079834,2.4493000507354736,2.92930006980896,3.6364998817443848,2.4607999324798584,3.0039000511169434,3.6426000595092773,2.4493000507354736,2.92930006980896,3.6364998817443848,2.4500999450683594,2.9291000366210938,3.642199993133545,2.4514999389648438,2.928800106048584,3.6445999145507812,2.4500999450683594,2.9291000366210938,3.642199993133545,2.420599937438965,2.859100103378296,3.6414999961853027,2.4514999389648438,2.928800106048584,3.6445999145507812,2.420599937438965,2.859100103378296,3.6414999961853027,2.4219000339508057,2.8584001064300537,3.6440999507904053,2.4500999450683594,2.9291000366210938,3.642199993133545,2.4493000507354736,2.92930006980896,3.6364998817443848,2.4198999404907227,2.859299898147583,3.6352999210357666,2.4500999450683594,2.9291000366210938,3.642199993133545,2.4198999404907227,2.859299898147583,3.6352999210357666,2.420599937438965,2.859100103378296,3.6414999961853027,2.459199905395508,3.003700017929077,3.6059000492095947,2.4486000537872314,2.9291999340057373,3.6050000190734863,2.448899984359741,2.92930006980896,3.6249001026153564,2.459199905395508,3.003700017929077,3.6059000492095947,2.448899984359741,2.92930006980896,3.6249001026153564,2.4595999717712402,3.0037999153137207,3.6256000995635986,2.4486000537872314,2.9291999340057373,3.6050000190734863,2.4191999435424805,2.859299898147583,3.6031999588012695,2.4195001125335693,2.8594000339508057,3.6233999729156494,2.4486000537872314,2.9291999340057373,3.6050000190734863,2.4195001125335693,2.8594000339508057,3.6233999729156494,2.448899984359741,2.92930006980896,3.6249001026153564,2.448899984359741,2.92930006980896,3.6249001026153564,2.4493000507354736,2.92930006980896,3.6364998817443848,2.4600000381469727,3.0039000511169434,3.6370999813079834,2.448899984359741,2.92930006980896,3.6249001026153564,2.4600000381469727,3.0039000511169434,3.6370999813079834,2.4595999717712402,3.0037999153137207,3.6256000995635986,2.448899984359741,2.92930006980896,3.6249001026153564,2.4195001125335693,2.8594000339508057,3.6233999729156494,2.4198999404907227,2.859299898147583,3.6352999210357666,2.448899984359741,2.92930006980896,3.6249001026153564,2.4198999404907227,2.859299898147583,3.6352999210357666,2.4493000507354736,2.92930006980896,3.6364998817443848,2.373699903488159,2.798799991607666,3.601300001144409,2.3148000240325928,2.7523999214172363,3.600100040435791,2.3150999546051025,2.752500057220459,3.620800018310547,2.373699903488159,2.798799991607666,3.601300001144409,2.3150999546051025,2.752500057220459,3.620800018310547,2.3740999698638916,2.7988998889923096,3.6217000484466553,2.3740999698638916,2.7988998889923096,3.6217000484466553,2.3150999546051025,2.752500057220459,3.620800018310547,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.3740999698638916,2.7988998889923096,3.6217000484466553,2.3153998851776123,2.7523000240325928,3.6333999633789062,2.3743999004364014,2.798799991607666,3.6340999603271484,2.4191999435424805,2.859299898147583,3.6031999588012695,2.373699903488159,2.798799991607666,3.601300001144409,2.3740999698638916,2.7988998889923096,3.6217000484466553,2.4191999435424805,2.859299898147583,3.6031999588012695,2.3740999698638916,2.7988998889923096,3.6217000484466553,2.4195001125335693,2.8594000339508057,3.6233999729156494,2.4195001125335693,2.8594000339508057,3.6233999729156494,2.3740999698638916,2.7988998889923096,3.6217000484466553,2.3743999004364014,2.798799991607666,3.6340999603271484,2.4195001125335693,2.8594000339508057,3.6233999729156494,2.3743999004364014,2.798799991607666,3.6340999603271484,2.4198999404907227,2.859299898147583,3.6352999210357666,2.4514999389648438,3.0790998935699463,3.6445999145507812,2.4500999450683594,3.078700065612793,3.642199993133545,2.4607999324798584,3.0039000511169434,3.6426000595092773,2.4514999389648438,3.0790998935699463,3.6445999145507812,2.4607999324798584,3.0039000511169434,3.6426000595092773,2.4621999263763428,3.0039000511169434,3.64490008354187,2.4219000339508057,3.1494998931884766,3.6440999507904053,2.420599937438965,3.1487998962402344,3.641400098800659,2.4500999450683594,3.078700065612793,3.642199993133545,2.4219000339508057,3.1494998931884766,3.6440999507904053,2.4500999450683594,3.078700065612793,3.642199993133545,2.4514999389648438,3.0790998935699463,3.6445999145507812,2.4500999450683594,3.078700065612793,3.642199993133545,2.4493000507354736,3.0785000324249268,3.6364998817443848,2.4600000381469727,3.0039000511169434,3.6370999813079834,2.4500999450683594,3.078700065612793,3.642199993133545,2.4600000381469727,3.0039000511169434,3.6370999813079834,2.4607999324798584,3.0039000511169434,3.6426000595092773,2.420599937438965,3.1487998962402344,3.641400098800659,2.4198999404907227,3.148400068283081,3.6352999210357666,2.4493000507354736,3.0785000324249268,3.6364998817443848,2.420599937438965,3.1487998962402344,3.641400098800659,2.4493000507354736,3.0785000324249268,3.6364998817443848,2.4500999450683594,3.078700065612793,3.642199993133545,2.316699981689453,3.2574000358581543,3.6431000232696533,2.315999984741211,3.2562999725341797,3.6398000717163086,2.375,3.2095000743865967,3.640500068664551,2.316699981689453,3.2574000358581543,3.6431000232696533,2.375,3.2095000743865967,3.640500068664551,2.3761000633239746,3.2105000019073486,3.6435000896453857,2.315999984741211,3.2562999725341797,3.6398000717163086,2.315500020980835,3.2555999755859375,3.632999897003174,2.374500036239624,3.2090001106262207,3.6338999271392822,2.315999984741211,3.2562999725341797,3.6398000717163086,2.374500036239624,3.2090001106262207,3.6338999271392822,2.375,3.2095000743865967,3.640500068664551,2.3761000633239746,3.2105000019073486,3.6435000896453857,2.375,3.2095000743865967,3.640500068664551,2.420599937438965,3.1487998962402344,3.641400098800659,2.3761000633239746,3.2105000019073486,3.6435000896453857,2.420599937438965,3.1487998962402344,3.641400098800659,2.4219000339508057,3.1494998931884766,3.6440999507904053,2.375,3.2095000743865967,3.640500068664551,2.374500036239624,3.2090001106262207,3.6338999271392822,2.4198999404907227,3.148400068283081,3.6352999210357666,2.375,3.2095000743865967,3.640500068664551,2.4198999404907227,3.148400068283081,3.6352999210357666,2.420599937438965,3.1487998962402344,3.641400098800659,2.373699903488159,3.208699941635132,3.6010000705718994,2.3740999698638916,3.2088000774383545,3.621500015258789,2.315200090408325,3.2553999423980713,3.620300054550171,2.373699903488159,3.208699941635132,3.6010000705718994,2.315200090408325,3.2553999423980713,3.620300054550171,2.3148000240325928,3.2553000450134277,3.5994999408721924,2.4191999435424805,3.148200035095215,3.603100061416626,2.4195001125335693,3.1482999324798584,3.623300075531006,2.3740999698638916,3.2088000774383545,3.621500015258789,2.4191999435424805,3.148200035095215,3.603100061416626,2.3740999698638916,3.2088000774383545,3.621500015258789,2.373699903488159,3.208699941635132,3.6010000705718994,2.3740999698638916,3.2088000774383545,3.621500015258789,2.374500036239624,3.2090001106262207,3.6338999271392822,2.315500020980835,3.2555999755859375,3.632999897003174,2.3740999698638916,3.2088000774383545,3.621500015258789,2.315500020980835,3.2555999755859375,3.632999897003174,2.315200090408325,3.2553999423980713,3.620300054550171,2.4195001125335693,3.1482999324798584,3.623300075531006,2.4198999404907227,3.148400068283081,3.6352999210357666,2.374500036239624,3.2090001106262207,3.6338999271392822,2.4195001125335693,3.1482999324798584,3.623300075531006,2.374500036239624,3.2090001106262207,3.6338999271392822,2.3740999698638916,3.2088000774383545,3.621500015258789,2.459199905395508,3.003700017929077,3.6059000492095947,2.4595999717712402,3.0037999153137207,3.6256000995635986,2.448899984359741,3.078399896621704,3.6249001026153564,2.459199905395508,3.003700017929077,3.6059000492095947,2.448899984359741,3.078399896621704,3.6249001026153564,2.4486000537872314,3.0782999992370605,3.6050000190734863,2.4595999717712402,3.0037999153137207,3.6256000995635986,2.4600000381469727,3.0039000511169434,3.6370999813079834,2.4493000507354736,3.0785000324249268,3.6364998817443848,2.4595999717712402,3.0037999153137207,3.6256000995635986,2.4493000507354736,3.0785000324249268,3.6364998817443848,2.448899984359741,3.078399896621704,3.6249001026153564,2.4486000537872314,3.0782999992370605,3.6050000190734863,2.448899984359741,3.078399896621704,3.6249001026153564,2.4195001125335693,3.1482999324798584,3.623300075531006,2.4486000537872314,3.0782999992370605,3.6050000190734863,2.4195001125335693,3.1482999324798584,3.623300075531006,2.4191999435424805,3.148200035095215,3.603100061416626,2.448899984359741,3.078399896621704,3.6249001026153564,2.4493000507354736,3.0785000324249268,3.6364998817443848,2.4198999404907227,3.148400068283081,3.6352999210357666,2.448899984359741,3.078399896621704,3.6249001026153564,2.4198999404907227,3.148400068283081,3.6352999210357666,2.4195001125335693,3.1482999324798584,3.623300075531006,2.246299982070923,3.285599946975708,3.6431000232696533,2.2458999156951904,3.2841999530792236,3.6398000717163086,2.315999984741211,3.2562999725341797,3.6398000717163086,2.246299982070923,3.285599946975708,3.6431000232696533,2.315999984741211,3.2562999725341797,3.6398000717163086,2.316699981689453,3.2574000358581543,3.6431000232696533,2.1703999042510986,3.2948999404907227,3.643399953842163,2.170300006866455,3.2934999465942383,3.640199899673462,2.2458999156951904,3.2841999530792236,3.6398000717163086,2.1703999042510986,3.2948999404907227,3.643399953842163,2.2458999156951904,3.2841999530792236,3.6398000717163086,2.246299982070923,3.285599946975708,3.6431000232696533,2.2458999156951904,3.2841999530792236,3.6398000717163086,2.245699882507324,3.2834999561309814,3.6328999996185303,2.315500020980835,3.2555999755859375,3.632999897003174,2.2458999156951904,3.2841999530792236,3.6398000717163086,2.315500020980835,3.2555999755859375,3.632999897003174,2.315999984741211,3.2562999725341797,3.6398000717163086,2.170300006866455,3.2934999465942383,3.640199899673462,2.170300006866455,3.292799949645996,3.633500099182129,2.245699882507324,3.2834999561309814,3.6328999996185303,2.170300006866455,3.2934999465942383,3.640199899673462,2.245699882507324,3.2834999561309814,3.6328999996185303,2.2458999156951904,3.2841999530792236,3.6398000717163086,2.023099899291992,3.2572999000549316,3.6445000171661377,2.023699998855591,3.2560999393463135,3.641900062561035,2.0945000648498535,3.2841999530792236,3.640899896621704,2.023099899291992,3.2572999000549316,3.6445000171661377,2.0945000648498535,3.2841999530792236,3.640899896621704,2.0941998958587646,3.2855000495910645,3.6438000202178955,2.023699998855591,3.2560999393463135,3.641900062561035,2.0239999294281006,3.255500078201294,3.6361000537872314,2.094599962234497,3.2834999561309814,3.6345999240875244,2.023699998855591,3.2560999393463135,3.641900062561035,2.094599962234497,3.2834999561309814,3.6345999240875244,2.0945000648498535,3.2841999530792236,3.640899896621704,2.0941998958587646,3.2855000495910645,3.6438000202178955,2.0945000648498535,3.2841999530792236,3.640899896621704,2.170300006866455,3.2934999465942383,3.640199899673462,2.0941998958587646,3.2855000495910645,3.6438000202178955,2.170300006866455,3.2934999465942383,3.640199899673462,2.1703999042510986,3.2948999404907227,3.643399953842163,2.0945000648498535,3.2841999530792236,3.640899896621704,2.094599962234497,3.2834999561309814,3.6345999240875244,2.170300006866455,3.292799949645996,3.633500099182129,2.0945000648498535,3.2841999530792236,3.640899896621704,2.170300006866455,3.292799949645996,3.633500099182129,2.170300006866455,3.2934999465942383,3.640199899673462,2.094099998474121,3.283099889755249,3.6019999980926514,2.094399929046631,3.2832000255584717,3.6224000453948975,2.023900032043457,3.255199909210205,3.624300003051758,2.094099998474121,3.283099889755249,3.6019999980926514,2.023900032043457,3.255199909210205,3.624300003051758,2.0234999656677246,3.2551000118255615,3.6043999195098877,2.1696999073028564,3.2925000190734863,3.6003000736236572,2.1700000762939453,3.29259991645813,3.6208999156951904,2.094399929046631,3.2832000255584717,3.6224000453948975,2.1696999073028564,3.2925000190734863,3.6003000736236572,2.094399929046631,3.2832000255584717,3.6224000453948975,2.094099998474121,3.283099889755249,3.6019999980926514,2.094399929046631,3.2832000255584717,3.6224000453948975,2.094599962234497,3.2834999561309814,3.6345999240875244,2.0239999294281006,3.255500078201294,3.6361000537872314,2.094399929046631,3.2832000255584717,3.6224000453948975,2.0239999294281006,3.255500078201294,3.6361000537872314,2.023900032043457,3.255199909210205,3.624300003051758,2.1700000762939453,3.29259991645813,3.6208999156951904,2.170300006866455,3.292799949645996,3.633500099182129,2.094599962234497,3.2834999561309814,3.6345999240875244,2.1700000762939453,3.29259991645813,3.6208999156951904,2.094599962234497,3.2834999561309814,3.6345999240875244,2.094399929046631,3.2832000255584717,3.6224000453948975,2.3148000240325928,3.2553000450134277,3.5994999408721924,2.315200090408325,3.2553999423980713,3.620300054550171,2.2453999519348145,3.2832999229431152,3.6201000213623047,2.3148000240325928,3.2553000450134277,3.5994999408721924,2.2453999519348145,3.2832999229431152,3.6201000213623047,2.244999885559082,3.2832000255584717,3.599299907684326,2.315200090408325,3.2553999423980713,3.620300054550171,2.315500020980835,3.2555999755859375,3.632999897003174,2.245699882507324,3.2834999561309814,3.6328999996185303,2.315200090408325,3.2553999423980713,3.620300054550171,2.245699882507324,3.2834999561309814,3.6328999996185303,2.2453999519348145,3.2832999229431152,3.6201000213623047,2.244999885559082,3.2832000255584717,3.599299907684326,2.2453999519348145,3.2832999229431152,3.6201000213623047,2.1700000762939453,3.29259991645813,3.6208999156951904,2.244999885559082,3.2832000255584717,3.599299907684326,2.1700000762939453,3.29259991645813,3.6208999156951904,2.1696999073028564,3.2925000190734863,3.6003000736236572,2.2453999519348145,3.2832999229431152,3.6201000213623047,2.245699882507324,3.2834999561309814,3.6328999996185303,2.170300006866455,3.292799949645996,3.633500099182129,2.2453999519348145,3.2832999229431152,3.6201000213623047,2.170300006866455,3.292799949645996,3.633500099182129,2.1700000762939453,3.29259991645813,3.6208999156951904,1.962399959564209,3.2102999687194824,3.64520001411438,1.9632999897003174,3.209399938583374,3.6431000232696533,2.023699998855591,3.2560999393463135,3.641900062561035,1.962399959564209,3.2102999687194824,3.64520001411438,2.023699998855591,3.2560999393463135,3.641900062561035,2.023099899291992,3.2572999000549316,3.6445000171661377,1.9151999950408936,3.149399995803833,3.6458001136779785,1.9163000583648682,3.148699998855591,3.644200086593628,1.9632999897003174,3.209399938583374,3.6431000232696533,1.9151999950408936,3.149399995803833,3.6458001136779785,1.9632999897003174,3.209399938583374,3.6431000232696533,1.962399959564209,3.2102999687194824,3.64520001411438,1.9632999897003174,3.209399938583374,3.6431000232696533,1.9637000560760498,3.208899974822998,3.637700080871582,2.0239999294281006,3.255500078201294,3.6361000537872314,1.9632999897003174,3.209399938583374,3.6431000232696533,2.0239999294281006,3.255500078201294,3.6361000537872314,2.023699998855591,3.2560999393463135,3.641900062561035,1.9163000583648682,3.148699998855591,3.644200086593628,1.9168000221252441,3.1482999324798584,3.6393001079559326,1.9637000560760498,3.208899974822998,3.637700080871582,1.9163000583648682,3.148699998855591,3.644200086593628,1.9637000560760498,3.208899974822998,3.637700080871582,1.9632999897003174,3.209399938583374,3.6431000232696533,1.8731000423431396,3.0041000843048096,3.646699905395508,1.874400019645691,3.0041000843048096,3.6456000804901123,1.885699987411499,3.078700065612793,3.6451001167297363,1.8731000423431396,3.0041000843048096,3.646699905395508,1.885699987411499,3.078700065612793,3.6451001167297363,1.8844000101089478,3.0790998935699463,3.646399974822998,1.874400019645691,3.0041000843048096,3.6456000804901123,1.875,3.0041000843048096,3.641400098800659,1.886199951171875,3.0785000324249268,3.6405999660491943,1.874400019645691,3.0041000843048096,3.6456000804901123,1.886199951171875,3.0785000324249268,3.6405999660491943,1.885699987411499,3.078700065612793,3.6451001167297363,1.8844000101089478,3.0790998935699463,3.646399974822998,1.885699987411499,3.078700065612793,3.6451001167297363,1.9163000583648682,3.148699998855591,3.644200086593628,1.8844000101089478,3.0790998935699463,3.646399974822998,1.9163000583648682,3.148699998855591,3.644200086593628,1.9151999950408936,3.149399995803833,3.6458001136779785,1.885699987411499,3.078700065612793,3.6451001167297363,1.886199951171875,3.0785000324249268,3.6405999660491943,1.9168000221252441,3.1482999324798584,3.6393001079559326,1.885699987411499,3.078700065612793,3.6451001167297363,1.9168000221252441,3.1482999324798584,3.6393001079559326,1.9163000583648682,3.148699998855591,3.644200086593628,1.8859000205993652,3.0782999992370605,3.611599922180176,1.886199951171875,3.078399896621704,3.6303999423980713,1.875,3.003999948501587,3.6312999725341797,1.8859000205993652,3.0782999992370605,3.611599922180176,1.875,3.003999948501587,3.6312999725341797,1.8746999502182007,3.0039000511169434,3.612799882888794,1.8859000205993652,3.0782999992370605,3.611599922180176,1.9164999723434448,3.148099899291992,3.609499931335449,1.9168000221252441,3.148200035095215,3.628700017929077,1.8859000205993652,3.0782999992370605,3.611599922180176,1.9168000221252441,3.148200035095215,3.628700017929077,1.886199951171875,3.078399896621704,3.6303999423980713,1.886199951171875,3.078399896621704,3.6303999423980713,1.886199951171875,3.0785000324249268,3.6405999660491943,1.875,3.0041000843048096,3.641400098800659,1.886199951171875,3.078399896621704,3.6303999423980713,1.875,3.0041000843048096,3.641400098800659,1.875,3.003999948501587,3.6312999725341797,1.9168000221252441,3.148200035095215,3.628700017929077,1.9168000221252441,3.1482999324798584,3.6393001079559326,1.886199951171875,3.0785000324249268,3.6405999660491943,1.9168000221252441,3.148200035095215,3.628700017929077,1.886199951171875,3.0785000324249268,3.6405999660491943,1.886199951171875,3.078399896621704,3.6303999423980713,1.9632999897003174,3.2086000442504883,3.6070001125335693,2.0234999656677246,3.2551000118255615,3.6043999195098877,2.023900032043457,3.255199909210205,3.624300003051758,1.9632999897003174,3.2086000442504883,3.6070001125335693,2.023900032043457,3.255199909210205,3.624300003051758,1.9637000560760498,3.2086000442504883,3.626499891281128,2.023900032043457,3.255199909210205,3.624300003051758,2.0239999294281006,3.255500078201294,3.6361000537872314,1.9637000560760498,3.208899974822998,3.637700080871582,2.023900032043457,3.255199909210205,3.624300003051758,1.9637000560760498,3.208899974822998,3.637700080871582,1.9637000560760498,3.2086000442504883,3.626499891281128,1.9164999723434448,3.148099899291992,3.609499931335449,1.9632999897003174,3.2086000442504883,3.6070001125335693,1.9637000560760498,3.2086000442504883,3.626499891281128,1.9164999723434448,3.148099899291992,3.609499931335449,1.9637000560760498,3.2086000442504883,3.626499891281128,1.9168000221252441,3.148200035095215,3.628700017929077,1.9637000560760498,3.2086000442504883,3.626499891281128,1.9637000560760498,3.208899974822998,3.637700080871582,1.9168000221252441,3.1482999324798584,3.6393001079559326,1.9637000560760498,3.2086000442504883,3.626499891281128,1.9168000221252441,3.1482999324798584,3.6393001079559326,1.9168000221252441,3.148200035095215,3.628700017929077,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.016899999231100082,2.799499988555908,3.6119000911712646,-0.016200000420212746,2.799499988555908,3.5820999145507812,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.016200000420212746,2.799499988555908,3.5820999145507812,-0.07490000128746033,2.753000020980835,3.5796000957489014,-0.016899999231100082,2.799499988555908,3.6119000911712646,0.028200000524520874,2.8598999977111816,3.6135001182556152,0.02889999933540821,2.8598999977111816,3.5838000774383545,-0.016899999231100082,2.799499988555908,3.6119000911712646,0.02889999933540821,2.8598999977111816,3.5838000774383545,-0.016200000420212746,2.799499988555908,3.5820999145507812,-0.07490000128746033,2.753000020980835,3.5796000957489014,-0.016200000420212746,2.799499988555908,3.5820999145507812,-0.015399999916553497,2.799499988555908,3.5464999675750732,-0.07490000128746033,2.753000020980835,3.5796000957489014,-0.015399999916553497,2.799499988555908,3.5464999675750732,-0.07410000264644623,2.753000020980835,3.5439000129699707,-0.016200000420212746,2.799499988555908,3.5820999145507812,0.02889999933540821,2.8598999977111816,3.5838000774383545,0.02969999983906746,2.8598999977111816,3.5483999252319336,-0.016200000420212746,2.799499988555908,3.5820999145507812,0.02969999983906746,2.8598999977111816,3.5483999252319336,-0.015399999916553497,2.799499988555908,3.5464999675750732,0.06790000200271606,3.0039000511169434,3.614799976348877,0.06859999895095825,3.0039000511169434,3.585200071334839,0.057999998331069946,2.9296000003814697,3.58489990234375,0.06790000200271606,3.0039000511169434,3.614799976348877,0.057999998331069946,2.9296000003814697,3.58489990234375,0.05730000138282776,2.9296000003814697,3.614500045776367,0.06859999895095825,3.0039000511169434,3.585200071334839,0.06939999759197235,3.0039000511169434,3.549799919128418,0.058800000697374344,2.9296000003814697,3.549499988555908,0.06859999895095825,3.0039000511169434,3.585200071334839,0.058800000697374344,2.9296000003814697,3.549499988555908,0.057999998331069946,2.9296000003814697,3.58489990234375,0.05730000138282776,2.9296000003814697,3.614500045776367,0.057999998331069946,2.9296000003814697,3.58489990234375,0.02889999933540821,2.8598999977111816,3.5838000774383545,0.05730000138282776,2.9296000003814697,3.614500045776367,0.02889999933540821,2.8598999977111816,3.5838000774383545,0.028200000524520874,2.8598999977111816,3.6135001182556152,0.057999998331069946,2.9296000003814697,3.58489990234375,0.058800000697374344,2.9296000003814697,3.549499988555908,0.02969999983906746,2.8598999977111816,3.5483999252319336,0.057999998331069946,2.9296000003814697,3.58489990234375,0.02969999983906746,2.8598999977111816,3.5483999252319336,0.02889999933540821,2.8598999977111816,3.5838000774383545,0.06030000001192093,2.9296000003814697,3.483099937438965,0.059700001031160355,2.9296000003814697,3.513700008392334,0.07020000368356705,3.0039000511169434,3.5141000747680664,0.06030000001192093,2.9296000003814697,3.483099937438965,0.07020000368356705,3.0039000511169434,3.5141000747680664,0.07090000063180923,3.0039000511169434,3.4835000038146973,0.031199999153614044,2.8598999977111816,3.4820001125335693,0.030500000342726707,2.8598999977111816,3.5125999450683594,0.059700001031160355,2.9296000003814697,3.513700008392334,0.031199999153614044,2.8598999977111816,3.4820001125335693,0.059700001031160355,2.9296000003814697,3.513700008392334,0.06030000001192093,2.9296000003814697,3.483099937438965,0.059700001031160355,2.9296000003814697,3.513700008392334,0.058800000697374344,2.9296000003814697,3.549499988555908,0.06939999759197235,3.0039000511169434,3.549799919128418,0.059700001031160355,2.9296000003814697,3.513700008392334,0.06939999759197235,3.0039000511169434,3.549799919128418,0.07020000368356705,3.0039000511169434,3.5141000747680664,0.030500000342726707,2.8598999977111816,3.5125999450683594,0.02969999983906746,2.8598999977111816,3.5483999252319336,0.058800000697374344,2.9296000003814697,3.549499988555908,0.030500000342726707,2.8598999977111816,3.5125999450683594,0.058800000697374344,2.9296000003814697,3.549499988555908,0.059700001031160355,2.9296000003814697,3.513700008392334,-0.013899999670684338,2.799499988555908,3.48009991645813,-0.07259999960660934,2.753000020980835,3.4774999618530273,-0.07329999655485153,2.753000020980835,3.5081000328063965,-0.013899999670684338,2.799499988555908,3.48009991645813,-0.07329999655485153,2.753000020980835,3.5081000328063965,-0.014600000344216824,2.799499988555908,3.510699987411499,-0.014600000344216824,2.799499988555908,3.510699987411499,-0.07329999655485153,2.753000020980835,3.5081000328063965,-0.07410000264644623,2.753000020980835,3.5439000129699707,-0.014600000344216824,2.799499988555908,3.510699987411499,-0.07410000264644623,2.753000020980835,3.5439000129699707,-0.015399999916553497,2.799499988555908,3.5464999675750732,0.031199999153614044,2.8598999977111816,3.4820001125335693,-0.013899999670684338,2.799499988555908,3.48009991645813,-0.014600000344216824,2.799499988555908,3.510699987411499,0.031199999153614044,2.8598999977111816,3.4820001125335693,-0.014600000344216824,2.799499988555908,3.510699987411499,0.030500000342726707,2.8598999977111816,3.5125999450683594,0.030500000342726707,2.8598999977111816,3.5125999450683594,-0.014600000344216824,2.799499988555908,3.510699987411499,-0.015399999916553497,2.799499988555908,3.5464999675750732,0.030500000342726707,2.8598999977111816,3.5125999450683594,-0.015399999916553497,2.799499988555908,3.5464999675750732,0.02969999983906746,2.8598999977111816,3.5483999252319336,0.05730000138282776,3.078200101852417,3.614500045776367,0.057999998331069946,3.078200101852417,3.58489990234375,0.06859999895095825,3.0039000511169434,3.585200071334839,0.05730000138282776,3.078200101852417,3.614500045776367,0.06859999895095825,3.0039000511169434,3.585200071334839,0.06790000200271606,3.0039000511169434,3.614799976348877,0.028200000524520874,3.147900104522705,3.6135001182556152,0.02889999933540821,3.147900104522705,3.5838000774383545,0.057999998331069946,3.078200101852417,3.58489990234375,0.028200000524520874,3.147900104522705,3.6135001182556152,0.057999998331069946,3.078200101852417,3.58489990234375,0.05730000138282776,3.078200101852417,3.614500045776367,0.057999998331069946,3.078200101852417,3.58489990234375,0.058800000697374344,3.078200101852417,3.549499988555908,0.06939999759197235,3.0039000511169434,3.549799919128418,0.057999998331069946,3.078200101852417,3.58489990234375,0.06939999759197235,3.0039000511169434,3.549799919128418,0.06859999895095825,3.0039000511169434,3.585200071334839,0.02889999933540821,3.147900104522705,3.5838000774383545,0.02969999983906746,3.147900104522705,3.5483999252319336,0.058800000697374344,3.078200101852417,3.549499988555908,0.02889999933540821,3.147900104522705,3.5838000774383545,0.058800000697374344,3.078200101852417,3.549499988555908,0.057999998331069946,3.078200101852417,3.58489990234375,-0.07559999823570251,3.2548999786376953,3.6096999645233154,-0.07490000128746033,3.2548999786376953,3.5796000957489014,-0.016200000420212746,3.208400011062622,3.5820999145507812,-0.07559999823570251,3.2548999786376953,3.6096999645233154,-0.016200000420212746,3.208400011062622,3.5820999145507812,-0.016899999231100082,3.208400011062622,3.6119000911712646,-0.07490000128746033,3.2548999786376953,3.5796000957489014,-0.07410000264644623,3.2548999786376953,3.5439000129699707,-0.015399999916553497,3.208400011062622,3.5464999675750732,-0.07490000128746033,3.2548999786376953,3.5796000957489014,-0.015399999916553497,3.208400011062622,3.5464999675750732,-0.016200000420212746,3.208400011062622,3.5820999145507812,-0.016899999231100082,3.208400011062622,3.6119000911712646,-0.016200000420212746,3.208400011062622,3.5820999145507812,0.02889999933540821,3.147900104522705,3.5838000774383545,-0.016899999231100082,3.208400011062622,3.6119000911712646,0.02889999933540821,3.147900104522705,3.5838000774383545,0.028200000524520874,3.147900104522705,3.6135001182556152,-0.016200000420212746,3.208400011062622,3.5820999145507812,-0.015399999916553497,3.208400011062622,3.5464999675750732,0.02969999983906746,3.147900104522705,3.5483999252319336,-0.016200000420212746,3.208400011062622,3.5820999145507812,0.02969999983906746,3.147900104522705,3.5483999252319336,0.02889999933540821,3.147900104522705,3.5838000774383545,-0.013899999670684338,3.208400011062622,3.48009991645813,-0.014600000344216824,3.208400011062622,3.510699987411499,-0.07329999655485153,3.2548999786376953,3.5081000328063965,-0.013899999670684338,3.208400011062622,3.48009991645813,-0.07329999655485153,3.2548999786376953,3.5081000328063965,-0.07259999960660934,3.2548999786376953,3.4774999618530273,0.031199999153614044,3.147900104522705,3.4820001125335693,0.030500000342726707,3.147900104522705,3.5125999450683594,-0.014600000344216824,3.208400011062622,3.510699987411499,0.031199999153614044,3.147900104522705,3.4820001125335693,-0.014600000344216824,3.208400011062622,3.510699987411499,-0.013899999670684338,3.208400011062622,3.48009991645813,-0.014600000344216824,3.208400011062622,3.510699987411499,-0.015399999916553497,3.208400011062622,3.5464999675750732,-0.07410000264644623,3.2548999786376953,3.5439000129699707,-0.014600000344216824,3.208400011062622,3.510699987411499,-0.07410000264644623,3.2548999786376953,3.5439000129699707,-0.07329999655485153,3.2548999786376953,3.5081000328063965,0.030500000342726707,3.147900104522705,3.5125999450683594,0.02969999983906746,3.147900104522705,3.5483999252319336,-0.015399999916553497,3.208400011062622,3.5464999675750732,0.030500000342726707,3.147900104522705,3.5125999450683594,-0.015399999916553497,3.208400011062622,3.5464999675750732,-0.014600000344216824,3.208400011062622,3.510699987411499,0.07090000063180923,3.0039000511169434,3.4835000038146973,0.07020000368356705,3.0039000511169434,3.5141000747680664,0.059700001031160355,3.078200101852417,3.513700008392334,0.07090000063180923,3.0039000511169434,3.4835000038146973,0.059700001031160355,3.078200101852417,3.513700008392334,0.06030000001192093,3.078200101852417,3.483099937438965,0.07020000368356705,3.0039000511169434,3.5141000747680664,0.06939999759197235,3.0039000511169434,3.549799919128418,0.058800000697374344,3.078200101852417,3.549499988555908,0.07020000368356705,3.0039000511169434,3.5141000747680664,0.058800000697374344,3.078200101852417,3.549499988555908,0.059700001031160355,3.078200101852417,3.513700008392334,0.06030000001192093,3.078200101852417,3.483099937438965,0.059700001031160355,3.078200101852417,3.513700008392334,0.030500000342726707,3.147900104522705,3.5125999450683594,0.06030000001192093,3.078200101852417,3.483099937438965,0.030500000342726707,3.147900104522705,3.5125999450683594,0.031199999153614044,3.147900104522705,3.4820001125335693,0.059700001031160355,3.078200101852417,3.513700008392334,0.058800000697374344,3.078200101852417,3.549499988555908,0.02969999983906746,3.147900104522705,3.5483999252319336,0.059700001031160355,3.078200101852417,3.513700008392334,0.02969999983906746,3.147900104522705,3.5483999252319336,0.030500000342726707,3.147900104522705,3.5125999450683594,-0.1451999992132187,3.282900094985962,3.606800079345703,-0.1446000039577484,3.282900094985962,3.5764999389648438,-0.07490000128746033,3.2548999786376953,3.5796000957489014,-0.1451999992132187,3.282900094985962,3.606800079345703,-0.07490000128746033,3.2548999786376953,3.5796000957489014,-0.07559999823570251,3.2548999786376953,3.6096999645233154,-0.22040000557899475,3.2923998832702637,3.6040000915527344,-0.21969999372959137,3.2923998832702637,3.5732998847961426,-0.1446000039577484,3.282900094985962,3.5764999389648438,-0.22040000557899475,3.2923998832702637,3.6040000915527344,-0.1446000039577484,3.282900094985962,3.5764999389648438,-0.1451999992132187,3.282900094985962,3.606800079345703,-0.1446000039577484,3.282900094985962,3.5764999389648438,-0.1437000036239624,3.282900094985962,3.5406999588012695,-0.07410000264644623,3.2548999786376953,3.5439000129699707,-0.1446000039577484,3.282900094985962,3.5764999389648438,-0.07410000264644623,3.2548999786376953,3.5439000129699707,-0.07490000128746033,3.2548999786376953,3.5796000957489014,-0.21969999372959137,3.2923998832702637,3.5732998847961426,-0.21889999508857727,3.2923998832702637,3.537400007247925,-0.1437000036239624,3.282900094985962,3.5406999588012695,-0.21969999372959137,3.2923998832702637,3.5732998847961426,-0.1437000036239624,3.282900094985962,3.5406999588012695,-0.1446000039577484,3.282900094985962,3.5764999389648438,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.36559998989105225,3.2553999423980713,3.600800037384033,-0.36500000953674316,3.2553999423980713,3.5699000358581543,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.36500000953674316,3.2553999423980713,3.5699000358581543,-0.29499998688697815,3.2832000255584717,3.5708999633789062,-0.29499998688697815,3.2832000255584717,3.5708999633789062,-0.36500000953674316,3.2553999423980713,3.5699000358581543,-0.36410000920295715,3.2553999423980713,3.533799886703491,-0.29499998688697815,3.2832000255584717,3.5708999633789062,-0.36410000920295715,3.2553999423980713,3.533799886703491,-0.29420000314712524,3.2832000255584717,3.5348000526428223,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.29499998688697815,3.2832000255584717,3.5708999633789062,-0.21969999372959137,3.2923998832702637,3.5732998847961426,-0.2957000136375427,3.2832000255584717,3.601799964904785,-0.21969999372959137,3.2923998832702637,3.5732998847961426,-0.22040000557899475,3.2923998832702637,3.6040000915527344,-0.29499998688697815,3.2832000255584717,3.5708999633789062,-0.29420000314712524,3.2832000255584717,3.5348000526428223,-0.21889999508857727,3.2923998832702637,3.537400007247925,-0.29499998688697815,3.2832000255584717,3.5708999633789062,-0.21889999508857727,3.2923998832702637,3.537400007247925,-0.21969999372959137,3.2923998832702637,3.5732998847961426,-0.29269999265670776,3.2832000255584717,3.4681999683380127,-0.29339998960494995,3.2832000255584717,3.498800039291382,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.29269999265670776,3.2832000255584717,3.4681999683380127,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.3625999987125397,3.2553999423980713,3.467099905014038,-0.21739999949932098,3.2923998832702637,3.4707999229431152,-0.21809999644756317,3.2923998832702637,3.5013999938964844,-0.29339998960494995,3.2832000255584717,3.498800039291382,-0.21739999949932098,3.2923998832702637,3.4707999229431152,-0.29339998960494995,3.2832000255584717,3.498800039291382,-0.29269999265670776,3.2832000255584717,3.4681999683380127,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.29339998960494995,3.2832000255584717,3.498800039291382,-0.29420000314712524,3.2832000255584717,3.5348000526428223,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.29420000314712524,3.2832000255584717,3.5348000526428223,-0.36410000920295715,3.2553999423980713,3.533799886703491,-0.21809999644756317,3.2923998832702637,3.5013999938964844,-0.21889999508857727,3.2923998832702637,3.537400007247925,-0.29420000314712524,3.2832000255584717,3.5348000526428223,-0.21809999644756317,3.2923998832702637,3.5013999938964844,-0.29420000314712524,3.2832000255584717,3.5348000526428223,-0.29339998960494995,3.2832000255584717,3.498800039291382,-0.07259999960660934,3.2548999786376953,3.4774999618530273,-0.07329999655485153,3.2548999786376953,3.5081000328063965,-0.1429000049829483,3.282900094985962,3.504699945449829,-0.07259999960660934,3.2548999786376953,3.4774999618530273,-0.1429000049829483,3.282900094985962,3.504699945449829,-0.14219999313354492,3.282900094985962,3.474100112915039,-0.07329999655485153,3.2548999786376953,3.5081000328063965,-0.07410000264644623,3.2548999786376953,3.5439000129699707,-0.1437000036239624,3.282900094985962,3.5406999588012695,-0.07329999655485153,3.2548999786376953,3.5081000328063965,-0.1437000036239624,3.282900094985962,3.5406999588012695,-0.1429000049829483,3.282900094985962,3.504699945449829,-0.14219999313354492,3.282900094985962,3.474100112915039,-0.1429000049829483,3.282900094985962,3.504699945449829,-0.21809999644756317,3.2923998832702637,3.5013999938964844,-0.14219999313354492,3.282900094985962,3.474100112915039,-0.21809999644756317,3.2923998832702637,3.5013999938964844,-0.21739999949932098,3.2923998832702637,3.4707999229431152,-0.1429000049829483,3.282900094985962,3.504699945449829,-0.1437000036239624,3.282900094985962,3.5406999588012695,-0.21889999508857727,3.2923998832702637,3.537400007247925,-0.1429000049829483,3.282900094985962,3.504699945449829,-0.21889999508857727,3.2923998832702637,3.537400007247925,-0.21809999644756317,3.2923998832702637,3.5013999938964844,-0.36559998989105225,3.2553999423980713,3.600800037384033,-0.42480000853538513,3.2088000774383545,3.601900100708008,-0.42410001158714294,3.2088000774383545,3.571000099182129,-0.36559998989105225,3.2553999423980713,3.600800037384033,-0.42410001158714294,3.2088000774383545,3.571000099182129,-0.36500000953674316,3.2553999423980713,3.5699000358581543,-0.42480000853538513,3.2088000774383545,3.601900100708008,-0.47049999237060547,3.1482999324798584,3.6038999557495117,-0.4697999954223633,3.1482999324798584,3.573199987411499,-0.42480000853538513,3.2088000774383545,3.601900100708008,-0.4697999954223633,3.1482999324798584,3.573199987411499,-0.42410001158714294,3.2088000774383545,3.571000099182129,-0.36500000953674316,3.2553999423980713,3.5699000358581543,-0.42410001158714294,3.2088000774383545,3.571000099182129,-0.42329999804496765,3.2088000774383545,3.534899950027466,-0.36500000953674316,3.2553999423980713,3.5699000358581543,-0.42329999804496765,3.2088000774383545,3.534899950027466,-0.36410000920295715,3.2553999423980713,3.533799886703491,-0.42410001158714294,3.2088000774383545,3.571000099182129,-0.4697999954223633,3.1482999324798584,3.573199987411499,-0.4690000116825104,3.1482999324798584,3.5371999740600586,-0.42410001158714294,3.2088000774383545,3.571000099182129,-0.4690000116825104,3.1482999324798584,3.5371999740600586,-0.42329999804496765,3.2088000774383545,3.534899950027466,-0.5,3.078399896621704,3.6059000492095947,-0.5108000040054321,3.0039000511169434,3.606800079345703,-0.5101000070571899,3.0039000511169434,3.5764999389648438,-0.5,3.078399896621704,3.6059000492095947,-0.5101000070571899,3.0039000511169434,3.5764999389648438,-0.4993000030517578,3.078399896621704,3.5754001140594482,-0.4993000030517578,3.078399896621704,3.5754001140594482,-0.5101000070571899,3.0039000511169434,3.5764999389648438,-0.5091999769210815,3.0039000511169434,3.5406999588012695,-0.4993000030517578,3.078399896621704,3.5754001140594482,-0.5091999769210815,3.0039000511169434,3.5406999588012695,-0.4984999895095825,3.078399896621704,3.5394999980926514,-0.47049999237060547,3.1482999324798584,3.6038999557495117,-0.5,3.078399896621704,3.6059000492095947,-0.4993000030517578,3.078399896621704,3.5754001140594482,-0.47049999237060547,3.1482999324798584,3.6038999557495117,-0.4993000030517578,3.078399896621704,3.5754001140594482,-0.4697999954223633,3.1482999324798584,3.573199987411499,-0.4697999954223633,3.1482999324798584,3.573199987411499,-0.4993000030517578,3.078399896621704,3.5754001140594482,-0.4984999895095825,3.078399896621704,3.5394999980926514,-0.4697999954223633,3.1482999324798584,3.573199987411499,-0.4984999895095825,3.078399896621704,3.5394999980926514,-0.4690000116825104,3.1482999324798584,3.5371999740600586,-0.5077000260353088,3.0039000511169434,3.474100112915039,-0.4970000088214874,3.078399896621704,3.4730000495910645,-0.4977000057697296,3.078399896621704,3.5035998821258545,-0.5077000260353088,3.0039000511169434,3.474100112915039,-0.4977000057697296,3.078399896621704,3.5035998821258545,-0.508400022983551,3.0039000511169434,3.5048000812530518,-0.4970000088214874,3.078399896621704,3.4730000495910645,-0.4675000011920929,3.1482999324798584,3.4707000255584717,-0.4681999981403351,3.1482999324798584,3.501300096511841,-0.4970000088214874,3.078399896621704,3.4730000495910645,-0.4681999981403351,3.1482999324798584,3.501300096511841,-0.4977000057697296,3.078399896621704,3.5035998821258545,-0.508400022983551,3.0039000511169434,3.5048000812530518,-0.4977000057697296,3.078399896621704,3.5035998821258545,-0.4984999895095825,3.078399896621704,3.5394999980926514,-0.508400022983551,3.0039000511169434,3.5048000812530518,-0.4984999895095825,3.078399896621704,3.5394999980926514,-0.5091999769210815,3.0039000511169434,3.5406999588012695,-0.4977000057697296,3.078399896621704,3.5035998821258545,-0.4681999981403351,3.1482999324798584,3.501300096511841,-0.4690000116825104,3.1482999324798584,3.5371999740600586,-0.4977000057697296,3.078399896621704,3.5035998821258545,-0.4690000116825104,3.1482999324798584,3.5371999740600586,-0.4984999895095825,3.078399896621704,3.5394999980926514,-0.42179998755455017,3.2088000774383545,3.4683001041412354,-0.3625999987125397,3.2553999423980713,3.467099905014038,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.42179998755455017,3.2088000774383545,3.4683001041412354,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.42239999771118164,3.2088000774383545,3.499000072479248,-0.42239999771118164,3.2088000774383545,3.499000072479248,-0.36329999566078186,3.2553999423980713,3.4976999759674072,-0.36410000920295715,3.2553999423980713,3.533799886703491,-0.42239999771118164,3.2088000774383545,3.499000072479248,-0.36410000920295715,3.2553999423980713,3.533799886703491,-0.42329999804496765,3.2088000774383545,3.534899950027466,-0.4675000011920929,3.1482999324798584,3.4707000255584717,-0.42179998755455017,3.2088000774383545,3.4683001041412354,-0.42239999771118164,3.2088000774383545,3.499000072479248,-0.4675000011920929,3.1482999324798584,3.4707000255584717,-0.42239999771118164,3.2088000774383545,3.499000072479248,-0.4681999981403351,3.1482999324798584,3.501300096511841,-0.4681999981403351,3.1482999324798584,3.501300096511841,-0.42239999771118164,3.2088000774383545,3.499000072479248,-0.42329999804496765,3.2088000774383545,3.534899950027466,-0.4681999981403351,3.1482999324798584,3.501300096511841,-0.42329999804496765,3.2088000774383545,3.534899950027466,-0.4690000116825104,3.1482999324798584,3.5371999740600586,-0.5,2.92930006980896,3.6059000492095947,-0.4993000030517578,2.92930006980896,3.5754001140594482,-0.5101000070571899,3.0039000511169434,3.5764999389648438,-0.5,2.92930006980896,3.6059000492095947,-0.5101000070571899,3.0039000511169434,3.5764999389648438,-0.5108000040054321,3.0039000511169434,3.606800079345703,-0.47049999237060547,2.859499931335449,3.6038999557495117,-0.4697999954223633,2.859499931335449,3.573199987411499,-0.4993000030517578,2.92930006980896,3.5754001140594482,-0.47049999237060547,2.859499931335449,3.6038999557495117,-0.4993000030517578,2.92930006980896,3.5754001140594482,-0.5,2.92930006980896,3.6059000492095947,-0.4993000030517578,2.92930006980896,3.5754001140594482,-0.4984999895095825,2.92930006980896,3.5394999980926514,-0.5091999769210815,3.0039000511169434,3.5406999588012695,-0.4993000030517578,2.92930006980896,3.5754001140594482,-0.5091999769210815,3.0039000511169434,3.5406999588012695,-0.5101000070571899,3.0039000511169434,3.5764999389648438,-0.4697999954223633,2.859499931335449,3.573199987411499,-0.4690000116825104,2.859499931335449,3.5371999740600586,-0.4984999895095825,2.92930006980896,3.5394999980926514,-0.4697999954223633,2.859499931335449,3.573199987411499,-0.4984999895095825,2.92930006980896,3.5394999980926514,-0.4993000030517578,2.92930006980896,3.5754001140594482,-0.36559998989105225,2.752500057220459,3.600800037384033,-0.36500000953674316,2.752500057220459,3.5699000358581543,-0.42410001158714294,2.7990000247955322,3.571000099182129,-0.36559998989105225,2.752500057220459,3.600800037384033,-0.42410001158714294,2.7990000247955322,3.571000099182129,-0.42480000853538513,2.7990000247955322,3.601900100708008,-0.36500000953674316,2.752500057220459,3.5699000358581543,-0.36410000920295715,2.752500057220459,3.533799886703491,-0.42329999804496765,2.7990000247955322,3.534899950027466,-0.36500000953674316,2.752500057220459,3.5699000358581543,-0.42329999804496765,2.7990000247955322,3.534899950027466,-0.42410001158714294,2.7990000247955322,3.571000099182129,-0.42480000853538513,2.7990000247955322,3.601900100708008,-0.42410001158714294,2.7990000247955322,3.571000099182129,-0.4697999954223633,2.859499931335449,3.573199987411499,-0.42480000853538513,2.7990000247955322,3.601900100708008,-0.4697999954223633,2.859499931335449,3.573199987411499,-0.47049999237060547,2.859499931335449,3.6038999557495117,-0.42410001158714294,2.7990000247955322,3.571000099182129,-0.42329999804496765,2.7990000247955322,3.534899950027466,-0.4690000116825104,2.859499931335449,3.5371999740600586,-0.42410001158714294,2.7990000247955322,3.571000099182129,-0.4690000116825104,2.859499931335449,3.5371999740600586,-0.4697999954223633,2.859499931335449,3.573199987411499,-0.42179998755455017,2.7990000247955322,3.4683001041412354,-0.42239999771118164,2.7990000247955322,3.499000072479248,-0.36329999566078186,2.752500057220459,3.4976999759674072,-0.42179998755455017,2.7990000247955322,3.4683001041412354,-0.36329999566078186,2.752500057220459,3.4976999759674072,-0.3625999987125397,2.752500057220459,3.467099905014038,-0.4675000011920929,2.859499931335449,3.4707000255584717,-0.4681999981403351,2.859499931335449,3.501300096511841,-0.42239999771118164,2.7990000247955322,3.499000072479248,-0.4675000011920929,2.859499931335449,3.4707000255584717,-0.42239999771118164,2.7990000247955322,3.499000072479248,-0.42179998755455017,2.7990000247955322,3.4683001041412354,-0.42239999771118164,2.7990000247955322,3.499000072479248,-0.42329999804496765,2.7990000247955322,3.534899950027466,-0.36410000920295715,2.752500057220459,3.533799886703491,-0.42239999771118164,2.7990000247955322,3.499000072479248,-0.36410000920295715,2.752500057220459,3.533799886703491,-0.36329999566078186,2.752500057220459,3.4976999759674072,-0.4681999981403351,2.859499931335449,3.501300096511841,-0.4690000116825104,2.859499931335449,3.5371999740600586,-0.42329999804496765,2.7990000247955322,3.534899950027466,-0.4681999981403351,2.859499931335449,3.501300096511841,-0.42329999804496765,2.7990000247955322,3.534899950027466,-0.42239999771118164,2.7990000247955322,3.499000072479248,-0.5077000260353088,3.0039000511169434,3.474100112915039,-0.508400022983551,3.0039000511169434,3.5048000812530518,-0.4977000057697296,2.92930006980896,3.5035998821258545,-0.5077000260353088,3.0039000511169434,3.474100112915039,-0.4977000057697296,2.92930006980896,3.5035998821258545,-0.4970000088214874,2.92930006980896,3.4730000495910645,-0.508400022983551,3.0039000511169434,3.5048000812530518,-0.5091999769210815,3.0039000511169434,3.5406999588012695,-0.4984999895095825,2.92930006980896,3.5394999980926514,-0.508400022983551,3.0039000511169434,3.5048000812530518,-0.4984999895095825,2.92930006980896,3.5394999980926514,-0.4977000057697296,2.92930006980896,3.5035998821258545,-0.4970000088214874,2.92930006980896,3.4730000495910645,-0.4977000057697296,2.92930006980896,3.5035998821258545,-0.4681999981403351,2.859499931335449,3.501300096511841,-0.4970000088214874,2.92930006980896,3.4730000495910645,-0.4681999981403351,2.859499931335449,3.501300096511841,-0.4675000011920929,2.859499931335449,3.4707000255584717,-0.4977000057697296,2.92930006980896,3.5035998821258545,-0.4984999895095825,2.92930006980896,3.5394999980926514,-0.4690000116825104,2.859499931335449,3.5371999740600586,-0.4977000057697296,2.92930006980896,3.5035998821258545,-0.4690000116825104,2.859499931335449,3.5371999740600586,-0.4681999981403351,2.859499931335449,3.501300096511841,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.29499998688697815,2.7246999740600586,3.5708999633789062,-0.36500000953674316,2.752500057220459,3.5699000358581543,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.36500000953674316,2.752500057220459,3.5699000358581543,-0.36559998989105225,2.752500057220459,3.600800037384033,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.22040000557899475,2.7155001163482666,3.6040000915527344,-0.21969999372959137,2.7155001163482666,3.5732998847961426,-0.2957000136375427,2.7246999740600586,3.601799964904785,-0.21969999372959137,2.7155001163482666,3.5732998847961426,-0.29499998688697815,2.7246999740600586,3.5708999633789062,-0.29499998688697815,2.7246999740600586,3.5708999633789062,-0.29420000314712524,2.7246999740600586,3.5348000526428223,-0.36410000920295715,2.752500057220459,3.533799886703491,-0.29499998688697815,2.7246999740600586,3.5708999633789062,-0.36410000920295715,2.752500057220459,3.533799886703491,-0.36500000953674316,2.752500057220459,3.5699000358581543,-0.29499998688697815,2.7246999740600586,3.5708999633789062,-0.21969999372959137,2.7155001163482666,3.5732998847961426,-0.21889999508857727,2.7155001163482666,3.537400007247925,-0.29499998688697815,2.7246999740600586,3.5708999633789062,-0.21889999508857727,2.7155001163482666,3.537400007247925,-0.29420000314712524,2.7246999740600586,3.5348000526428223,-0.1451999992132187,2.7249999046325684,3.606800079345703,-0.07559999823570251,2.753000020980835,3.6096999645233154,-0.07490000128746033,2.753000020980835,3.5796000957489014,-0.1451999992132187,2.7249999046325684,3.606800079345703,-0.07490000128746033,2.753000020980835,3.5796000957489014,-0.1446000039577484,2.7249999046325684,3.5764999389648438,-0.1446000039577484,2.7249999046325684,3.5764999389648438,-0.07490000128746033,2.753000020980835,3.5796000957489014,-0.07410000264644623,2.753000020980835,3.5439000129699707,-0.1446000039577484,2.7249999046325684,3.5764999389648438,-0.07410000264644623,2.753000020980835,3.5439000129699707,-0.1437000036239624,2.7249999046325684,3.5406999588012695,-0.22040000557899475,2.7155001163482666,3.6040000915527344,-0.1451999992132187,2.7249999046325684,3.606800079345703,-0.1446000039577484,2.7249999046325684,3.5764999389648438,-0.22040000557899475,2.7155001163482666,3.6040000915527344,-0.1446000039577484,2.7249999046325684,3.5764999389648438,-0.21969999372959137,2.7155001163482666,3.5732998847961426,-0.21969999372959137,2.7155001163482666,3.5732998847961426,-0.1446000039577484,2.7249999046325684,3.5764999389648438,-0.1437000036239624,2.7249999046325684,3.5406999588012695,-0.21969999372959137,2.7155001163482666,3.5732998847961426,-0.1437000036239624,2.7249999046325684,3.5406999588012695,-0.21889999508857727,2.7155001163482666,3.537400007247925,-0.07259999960660934,2.753000020980835,3.4774999618530273,-0.14219999313354492,2.7249999046325684,3.474100112915039,-0.1429000049829483,2.7249999046325684,3.5048000812530518,-0.07259999960660934,2.753000020980835,3.4774999618530273,-0.1429000049829483,2.7249999046325684,3.5048000812530518,-0.07329999655485153,2.753000020980835,3.5081000328063965,-0.14219999313354492,2.7249999046325684,3.474100112915039,-0.21739999949932098,2.7155001163482666,3.4707999229431152,-0.21809999644756317,2.7155001163482666,3.5013999938964844,-0.14219999313354492,2.7249999046325684,3.474100112915039,-0.21809999644756317,2.7155001163482666,3.5013999938964844,-0.1429000049829483,2.7249999046325684,3.5048000812530518,-0.07329999655485153,2.753000020980835,3.5081000328063965,-0.1429000049829483,2.7249999046325684,3.5048000812530518,-0.1437000036239624,2.7249999046325684,3.5406999588012695,-0.07329999655485153,2.753000020980835,3.5081000328063965,-0.1437000036239624,2.7249999046325684,3.5406999588012695,-0.07410000264644623,2.753000020980835,3.5439000129699707,-0.1429000049829483,2.7249999046325684,3.5048000812530518,-0.21809999644756317,2.7155001163482666,3.5013999938964844,-0.21889999508857727,2.7155001163482666,3.537400007247925,-0.1429000049829483,2.7249999046325684,3.5048000812530518,-0.21889999508857727,2.7155001163482666,3.537400007247925,-0.1437000036239624,2.7249999046325684,3.5406999588012695,-0.3625999987125397,2.752500057220459,3.467099905014038,-0.36329999566078186,2.752500057220459,3.4976999759674072,-0.29339998960494995,2.7246999740600586,3.498800039291382,-0.3625999987125397,2.752500057220459,3.467099905014038,-0.29339998960494995,2.7246999740600586,3.498800039291382,-0.29269999265670776,2.7246999740600586,3.4681999683380127,-0.36329999566078186,2.752500057220459,3.4976999759674072,-0.36410000920295715,2.752500057220459,3.533799886703491,-0.29420000314712524,2.7246999740600586,3.5348000526428223,-0.36329999566078186,2.752500057220459,3.4976999759674072,-0.29420000314712524,2.7246999740600586,3.5348000526428223,-0.29339998960494995,2.7246999740600586,3.498800039291382,-0.21739999949932098,2.7155001163482666,3.4707999229431152,-0.29269999265670776,2.7246999740600586,3.4681999683380127,-0.29339998960494995,2.7246999740600586,3.498800039291382,-0.21739999949932098,2.7155001163482666,3.4707999229431152,-0.29339998960494995,2.7246999740600586,3.498800039291382,-0.21809999644756317,2.7155001163482666,3.5013999938964844,-0.21809999644756317,2.7155001163482666,3.5013999938964844,-0.29339998960494995,2.7246999740600586,3.498800039291382,-0.29420000314712524,2.7246999740600586,3.5348000526428223,-0.21809999644756317,2.7155001163482666,3.5013999938964844,-0.29420000314712524,2.7246999740600586,3.5348000526428223,-0.21889999508857727,2.7155001163482666,3.537400007247925,1.8858000040054321,2.9296000003814697,3.612799882888794,1.8853000402450562,2.929500102996826,3.5829999446868896,1.8740999698638916,3.0037999153137207,3.5829999446868896,1.8858000040054321,2.9296000003814697,3.612799882888794,1.8740999698638916,3.0037999153137207,3.5829999446868896,1.8746999502182007,3.0039000511169434,3.612799882888794,1.916200041770935,2.859999895095825,3.6117000579833984,1.9156999588012695,2.859800100326538,3.5817999839782715,1.8853000402450562,2.929500102996826,3.5829999446868896,1.916200041770935,2.859999895095825,3.6117000579833984,1.8853000402450562,2.929500102996826,3.5829999446868896,1.8858000040054321,2.9296000003814697,3.612799882888794,1.8853000402450562,2.929500102996826,3.5829999446868896,1.884600043296814,2.92930006980896,3.5473999977111816,1.8734999895095825,3.0035998821258545,3.547499895095825,1.8853000402450562,2.929500102996826,3.5829999446868896,1.8734999895095825,3.0035998821258545,3.547499895095825,1.8740999698638916,3.0037999153137207,3.5829999446868896,1.9156999588012695,2.859800100326538,3.5817999839782715,1.9150999784469604,2.8596999645233154,3.5462000370025635,1.884600043296814,2.92930006980896,3.5473999977111816,1.9156999588012695,2.859800100326538,3.5817999839782715,1.884600043296814,2.92930006980896,3.5473999977111816,1.8853000402450562,2.929500102996826,3.5829999446868896,2.023200035095215,2.7530999183654785,3.6075000762939453,2.022700071334839,2.7528998851776123,3.577199935913086,1.962499976158142,2.799499988555908,3.5797998905181885,2.023200035095215,2.7530999183654785,3.6075000762939453,1.962499976158142,2.799499988555908,3.5797998905181885,1.9630000591278076,2.7995998859405518,3.609800100326538,2.022700071334839,2.7528998851776123,3.577199935913086,2.0220000743865967,2.7527999877929688,3.5413999557495117,1.9617999792099,2.799299955368042,3.544100046157837,2.022700071334839,2.7528998851776123,3.577199935913086,1.9617999792099,2.799299955368042,3.544100046157837,1.962499976158142,2.799499988555908,3.5797998905181885,1.9630000591278076,2.7995998859405518,3.609800100326538,1.962499976158142,2.799499988555908,3.5797998905181885,1.9156999588012695,2.859800100326538,3.5817999839782715,1.9630000591278076,2.7995998859405518,3.609800100326538,1.9156999588012695,2.859800100326538,3.5817999839782715,1.916200041770935,2.859999895095825,3.6117000579833984,1.962499976158142,2.799499988555908,3.5797998905181885,1.9617999792099,2.799299955368042,3.544100046157837,1.9150999784469604,2.8596999645233154,3.5462000370025635,1.962499976158142,2.799499988555908,3.5797998905181885,1.9150999784469604,2.8596999645233154,3.5462000370025635,1.9156999588012695,2.859800100326538,3.5817999839782715,1.9607000350952148,2.7990000247955322,3.47760009765625,1.9611999988555908,2.799099922180176,3.5083000659942627,2.021399974822998,2.7525999546051025,3.505500078201294,1.9607000350952148,2.7990000247955322,3.47760009765625,2.021399974822998,2.7525999546051025,3.505500078201294,2.020900011062622,2.752500057220459,3.474900007247925,1.9139000177383423,2.8594000339508057,3.47979998588562,1.9143999814987183,2.859499931335449,3.5104000568389893,1.9611999988555908,2.799099922180176,3.5083000659942627,1.9139000177383423,2.8594000339508057,3.47979998588562,1.9611999988555908,2.799099922180176,3.5083000659942627,1.9607000350952148,2.7990000247955322,3.47760009765625,1.9611999988555908,2.799099922180176,3.5083000659942627,1.9617999792099,2.799299955368042,3.544100046157837,2.0220000743865967,2.7527999877929688,3.5413999557495117,1.9611999988555908,2.799099922180176,3.5083000659942627,2.0220000743865967,2.7527999877929688,3.5413999557495117,2.021399974822998,2.7525999546051025,3.505500078201294,1.9143999814987183,2.859499931335449,3.5104000568389893,1.9150999784469604,2.8596999645233154,3.5462000370025635,1.9617999792099,2.799299955368042,3.544100046157837,1.9143999814987183,2.859499931335449,3.5104000568389893,1.9617999792099,2.799299955368042,3.544100046157837,1.9611999988555908,2.799099922180176,3.5083000659942627,1.8724000453948975,3.0032999515533447,3.481100082397461,1.8729000091552734,3.003499984741211,3.511699914932251,1.8839999437332153,2.9291999340057373,3.5116000175476074,1.8724000453948975,3.0032999515533447,3.481100082397461,1.8839999437332153,2.9291999340057373,3.5116000175476074,1.8834999799728394,2.928999900817871,3.4809999465942383,1.8729000091552734,3.003499984741211,3.511699914932251,1.8734999895095825,3.0035998821258545,3.547499895095825,1.884600043296814,2.92930006980896,3.5473999977111816,1.8729000091552734,3.003499984741211,3.511699914932251,1.884600043296814,2.92930006980896,3.5473999977111816,1.8839999437332153,2.9291999340057373,3.5116000175476074,1.8834999799728394,2.928999900817871,3.4809999465942383,1.8839999437332153,2.9291999340057373,3.5116000175476074,1.9143999814987183,2.859499931335449,3.5104000568389893,1.8834999799728394,2.928999900817871,3.4809999465942383,1.9143999814987183,2.859499931335449,3.5104000568389893,1.9139000177383423,2.8594000339508057,3.47979998588562,1.8839999437332153,2.9291999340057373,3.5116000175476074,1.884600043296814,2.92930006980896,3.5473999977111816,1.9150999784469604,2.8596999645233154,3.5462000370025635,1.8839999437332153,2.9291999340057373,3.5116000175476074,1.9150999784469604,2.8596999645233154,3.5462000370025635,1.9143999814987183,2.859499931335449,3.5104000568389893,2.0938000679016113,2.7249999046325684,3.6048998832702637,2.0933001041412354,2.724900007247925,3.5743000507354736,2.022700071334839,2.7528998851776123,3.577199935913086,2.0938000679016113,2.7249999046325684,3.6048998832702637,2.022700071334839,2.7528998851776123,3.577199935913086,2.023200035095215,2.7530999183654785,3.6075000762939453,2.1695001125335693,2.7155001163482666,3.602400064468384,2.1689000129699707,2.715399980545044,3.5715999603271484,2.0933001041412354,2.724900007247925,3.5743000507354736,2.1695001125335693,2.7155001163482666,3.602400064468384,2.0933001041412354,2.724900007247925,3.5743000507354736,2.0938000679016113,2.7249999046325684,3.6048998832702637,2.0933001041412354,2.724900007247925,3.5743000507354736,2.092600107192993,2.7248001098632812,3.5383999347686768,2.0220000743865967,2.7527999877929688,3.5413999557495117,2.0933001041412354,2.724900007247925,3.5743000507354736,2.0220000743865967,2.7527999877929688,3.5413999557495117,2.022700071334839,2.7528998851776123,3.577199935913086,2.1689000129699707,2.715399980545044,3.5715999603271484,2.168299913406372,2.7153000831604004,3.535599946975708,2.092600107192993,2.7248001098632812,3.5383999347686768,2.1689000129699707,2.715399980545044,3.5715999603271484,2.092600107192993,2.7248001098632812,3.5383999347686768,2.0933001041412354,2.724900007247925,3.5743000507354736,2.2448999881744385,2.724600076675415,3.6006999015808105,2.3148000240325928,2.7523999214172363,3.600100040435791,2.314199924468994,2.75219988822937,3.5690999031066895,2.2448999881744385,2.724600076675415,3.6006999015808105,2.314199924468994,2.75219988822937,3.5690999031066895,2.2444000244140625,2.7244999408721924,3.569700002670288,2.2444000244140625,2.7244999408721924,3.569700002670288,2.314199924468994,2.75219988822937,3.5690999031066895,2.3136000633239746,2.7520999908447266,3.532900094985962,2.2444000244140625,2.7244999408721924,3.569700002670288,2.3136000633239746,2.7520999908447266,3.532900094985962,2.2437000274658203,2.724299907684326,3.533600091934204,2.2448999881744385,2.724600076675415,3.6006999015808105,2.2444000244140625,2.7244999408721924,3.569700002670288,2.1689000129699707,2.715399980545044,3.5715999603271484,2.2448999881744385,2.724600076675415,3.6006999015808105,2.1689000129699707,2.715399980545044,3.5715999603271484,2.1695001125335693,2.7155001163482666,3.602400064468384,2.2444000244140625,2.7244999408721924,3.569700002670288,2.2437000274658203,2.724299907684326,3.533600091934204,2.168299913406372,2.7153000831604004,3.535599946975708,2.2444000244140625,2.7244999408721924,3.569700002670288,2.168299913406372,2.7153000831604004,3.535599946975708,2.1689000129699707,2.715399980545044,3.5715999603271484,2.3124001026153564,2.751800060272217,3.4663000106811523,2.2425999641418457,2.7239999771118164,3.466900110244751,2.2430999279022217,2.7242000102996826,3.4976000785827637,2.3124001026153564,2.751800060272217,3.4663000106811523,2.2430999279022217,2.7242000102996826,3.4976000785827637,2.312999963760376,2.7518999576568604,3.4969000816345215,2.167099952697754,2.714900016784668,3.4690001010894775,2.1677000522613525,2.715100049972534,3.4995999336242676,2.2430999279022217,2.7242000102996826,3.4976000785827637,2.167099952697754,2.714900016784668,3.4690001010894775,2.2430999279022217,2.7242000102996826,3.4976000785827637,2.2425999641418457,2.7239999771118164,3.466900110244751,2.312999963760376,2.7518999576568604,3.4969000816345215,2.2430999279022217,2.7242000102996826,3.4976000785827637,2.2437000274658203,2.724299907684326,3.533600091934204,2.312999963760376,2.7518999576568604,3.4969000816345215,2.2437000274658203,2.724299907684326,3.533600091934204,2.3136000633239746,2.7520999908447266,3.532900094985962,2.1677000522613525,2.715100049972534,3.4995999336242676,2.168299913406372,2.7153000831604004,3.535599946975708,2.2437000274658203,2.724299907684326,3.533600091934204,2.1677000522613525,2.715100049972534,3.4995999336242676,2.2437000274658203,2.724299907684326,3.533600091934204,2.2430999279022217,2.7242000102996826,3.4976000785827637,2.020900011062622,2.752500057220459,3.474900007247925,2.021399974822998,2.7525999546051025,3.505500078201294,2.0920000076293945,2.724600076675415,3.5023999214172363,2.020900011062622,2.752500057220459,3.474900007247925,2.0920000076293945,2.724600076675415,3.5023999214172363,2.0915000438690186,2.724400043487549,3.4718000888824463,2.021399974822998,2.7525999546051025,3.505500078201294,2.0220000743865967,2.7527999877929688,3.5413999557495117,2.092600107192993,2.7248001098632812,3.5383999347686768,2.021399974822998,2.7525999546051025,3.505500078201294,2.092600107192993,2.7248001098632812,3.5383999347686768,2.0920000076293945,2.724600076675415,3.5023999214172363,2.0915000438690186,2.724400043487549,3.4718000888824463,2.0920000076293945,2.724600076675415,3.5023999214172363,2.1677000522613525,2.715100049972534,3.4995999336242676,2.0915000438690186,2.724400043487549,3.4718000888824463,2.1677000522613525,2.715100049972534,3.4995999336242676,2.167099952697754,2.714900016784668,3.4690001010894775,2.0920000076293945,2.724600076675415,3.5023999214172363,2.092600107192993,2.7248001098632812,3.5383999347686768,2.168299913406372,2.7153000831604004,3.535599946975708,2.0920000076293945,2.724600076675415,3.5023999214172363,2.168299913406372,2.7153000831604004,3.535599946975708,2.1677000522613525,2.715100049972534,3.4995999336242676,2.3148000240325928,2.7523999214172363,3.600100040435791,2.373699903488159,2.798799991607666,3.601300001144409,2.373199939727783,2.7987000942230225,3.5703001022338867,2.3148000240325928,2.7523999214172363,3.600100040435791,2.373199939727783,2.7987000942230225,3.5703001022338867,2.314199924468994,2.75219988822937,3.5690999031066895,2.373699903488159,2.798799991607666,3.601300001144409,2.4191999435424805,2.859299898147583,3.6031999588012695,2.418600082397461,2.8592000007629395,3.5724000930786133,2.373699903488159,2.798799991607666,3.601300001144409,2.418600082397461,2.8592000007629395,3.5724000930786133,2.373199939727783,2.7987000942230225,3.5703001022338867,2.314199924468994,2.75219988822937,3.5690999031066895,2.373199939727783,2.7987000942230225,3.5703001022338867,2.3726000785827637,2.7985000610351562,3.5341999530792236,2.314199924468994,2.75219988822937,3.5690999031066895,2.3726000785827637,2.7985000610351562,3.5341999530792236,2.3136000633239746,2.7520999908447266,3.532900094985962,2.373199939727783,2.7987000942230225,3.5703001022338867,2.418600082397461,2.8592000007629395,3.5724000930786133,2.4179999828338623,2.859100103378296,3.536400079727173,2.373199939727783,2.7987000942230225,3.5703001022338867,2.4179999828338623,2.859100103378296,3.536400079727173,2.3726000785827637,2.7985000610351562,3.5341999530792236,2.4486000537872314,2.9291999340057373,3.6050000190734863,2.459199905395508,3.003700017929077,3.6059000492095947,2.458699941635132,3.0035998821258545,3.575500011444092,2.4486000537872314,2.9291999340057373,3.6050000190734863,2.458699941635132,3.0035998821258545,3.575500011444092,2.447999954223633,2.928999900817871,3.57450008392334,2.447999954223633,2.928999900817871,3.57450008392334,2.458699941635132,3.0035998821258545,3.575500011444092,2.4581000804901123,3.003499984741211,3.539599895477295,2.447999954223633,2.928999900817871,3.57450008392334,2.4581000804901123,3.003499984741211,3.539599895477295,2.4474000930786133,2.9289000034332275,3.5385000705718994,2.4191999435424805,2.859299898147583,3.6031999588012695,2.4486000537872314,2.9291999340057373,3.6050000190734863,2.447999954223633,2.928999900817871,3.57450008392334,2.4191999435424805,2.859299898147583,3.6031999588012695,2.447999954223633,2.928999900817871,3.57450008392334,2.418600082397461,2.8592000007629395,3.5724000930786133,2.418600082397461,2.8592000007629395,3.5724000930786133,2.447999954223633,2.928999900817871,3.57450008392334,2.4474000930786133,2.9289000034332275,3.5385000705718994,2.418600082397461,2.8592000007629395,3.5724000930786133,2.4474000930786133,2.9289000034332275,3.5385000705718994,2.4179999828338623,2.859100103378296,3.536400079727173,2.456899881362915,3.0030999183654785,3.473099946975708,2.446199893951416,2.9286000728607178,3.4719998836517334,2.4467999935150146,2.9286999702453613,3.5025999546051025,2.456899881362915,3.0030999183654785,3.473099946975708,2.4467999935150146,2.9286999702453613,3.5025999546051025,2.45740008354187,3.0032999515533447,3.503700017929077,2.446199893951416,2.9286000728607178,3.4719998836517334,2.4168999195098877,2.8587000370025635,3.469899892807007,2.4173998832702637,2.8589000701904297,3.500499963760376,2.446199893951416,2.9286000728607178,3.4719998836517334,2.4173998832702637,2.8589000701904297,3.500499963760376,2.4467999935150146,2.9286999702453613,3.5025999546051025,2.45740008354187,3.0032999515533447,3.503700017929077,2.4467999935150146,2.9286999702453613,3.5025999546051025,2.4474000930786133,2.9289000034332275,3.5385000705718994,2.45740008354187,3.0032999515533447,3.503700017929077,2.4474000930786133,2.9289000034332275,3.5385000705718994,2.4581000804901123,3.003499984741211,3.539599895477295,2.4467999935150146,2.9286999702453613,3.5025999546051025,2.4173998832702637,2.8589000701904297,3.500499963760376,2.4179999828338623,2.859100103378296,3.536400079727173,2.4467999935150146,2.9286999702453613,3.5025999546051025,2.4179999828338623,2.859100103378296,3.536400079727173,2.4474000930786133,2.9289000034332275,3.5385000705718994,2.3714001178741455,2.7981998920440674,3.467600107192993,2.3124001026153564,2.751800060272217,3.4663000106811523,2.312999963760376,2.7518999576568604,3.4969000816345215,2.3714001178741455,2.7981998920440674,3.467600107192993,2.312999963760376,2.7518999576568604,3.4969000816345215,2.371999979019165,2.7983999252319336,3.498199939727783,2.371999979019165,2.7983999252319336,3.498199939727783,2.312999963760376,2.7518999576568604,3.4969000816345215,2.3136000633239746,2.7520999908447266,3.532900094985962,2.371999979019165,2.7983999252319336,3.498199939727783,2.3136000633239746,2.7520999908447266,3.532900094985962,2.3726000785827637,2.7985000610351562,3.5341999530792236,2.4168999195098877,2.8587000370025635,3.469899892807007,2.3714001178741455,2.7981998920440674,3.467600107192993,2.371999979019165,2.7983999252319336,3.498199939727783,2.4168999195098877,2.8587000370025635,3.469899892807007,2.371999979019165,2.7983999252319336,3.498199939727783,2.4173998832702637,2.8589000701904297,3.500499963760376,2.4173998832702637,2.8589000701904297,3.500499963760376,2.371999979019165,2.7983999252319336,3.498199939727783,2.3726000785827637,2.7985000610351562,3.5341999530792236,2.4173998832702637,2.8589000701904297,3.500499963760376,2.3726000785827637,2.7985000610351562,3.5341999530792236,2.4179999828338623,2.859100103378296,3.536400079727173,2.4486000537872314,3.0782999992370605,3.6050000190734863,2.447999954223633,3.078200101852417,3.57450008392334,2.458699941635132,3.0035998821258545,3.575500011444092,2.4486000537872314,3.0782999992370605,3.6050000190734863,2.458699941635132,3.0035998821258545,3.575500011444092,2.459199905395508,3.003700017929077,3.6059000492095947,2.4191999435424805,3.148200035095215,3.603100061416626,2.418600082397461,3.1480000019073486,3.5724000930786133,2.447999954223633,3.078200101852417,3.57450008392334,2.4191999435424805,3.148200035095215,3.603100061416626,2.447999954223633,3.078200101852417,3.57450008392334,2.4486000537872314,3.0782999992370605,3.6050000190734863,2.447999954223633,3.078200101852417,3.57450008392334,2.4474000930786133,3.078000068664551,3.538599967956543,2.4581000804901123,3.003499984741211,3.539599895477295,2.447999954223633,3.078200101852417,3.57450008392334,2.4581000804901123,3.003499984741211,3.539599895477295,2.458699941635132,3.0035998821258545,3.575500011444092,2.418600082397461,3.1480000019073486,3.5724000930786133,2.4179999828338623,3.147900104522705,3.536400079727173,2.4474000930786133,3.078000068664551,3.538599967956543,2.418600082397461,3.1480000019073486,3.5724000930786133,2.4474000930786133,3.078000068664551,3.538599967956543,2.447999954223633,3.078200101852417,3.57450008392334,2.3148000240325928,3.2553000450134277,3.5994999408721924,2.314300060272217,3.255199909210205,3.5683999061584473,2.373199939727783,3.2086000442504883,3.569999933242798,2.3148000240325928,3.2553000450134277,3.5994999408721924,2.373199939727783,3.2086000442504883,3.569999933242798,2.373699903488159,3.208699941635132,3.6010000705718994,2.314300060272217,3.255199909210205,3.5683999061584473,2.313699960708618,3.255000114440918,3.5322000980377197,2.3726000785827637,3.208400011062622,3.5339999198913574,2.314300060272217,3.255199909210205,3.5683999061584473,2.3726000785827637,3.208400011062622,3.5339999198913574,2.373199939727783,3.2086000442504883,3.569999933242798,2.373699903488159,3.208699941635132,3.6010000705718994,2.373199939727783,3.2086000442504883,3.569999933242798,2.418600082397461,3.1480000019073486,3.5724000930786133,2.373699903488159,3.208699941635132,3.6010000705718994,2.418600082397461,3.1480000019073486,3.5724000930786133,2.4191999435424805,3.148200035095215,3.603100061416626,2.373199939727783,3.2086000442504883,3.569999933242798,2.3726000785827637,3.208400011062622,3.5339999198913574,2.4179999828338623,3.147900104522705,3.536400079727173,2.373199939727783,3.2086000442504883,3.569999933242798,2.4179999828338623,3.147900104522705,3.536400079727173,2.418600082397461,3.1480000019073486,3.5724000930786133,2.3714001178741455,3.2081000804901123,3.4672999382019043,2.371999979019165,3.2083001136779785,3.4979000091552734,2.312999963760376,3.2548000812530518,3.4962000846862793,2.3714001178741455,3.2081000804901123,3.4672999382019043,2.312999963760376,3.2548000812530518,3.4962000846862793,2.3125,3.254699945449829,3.4655001163482666,2.4168999195098877,3.147599935531616,3.4697999954223633,2.4173998832702637,3.147700071334839,3.5004000663757324,2.371999979019165,3.2083001136779785,3.4979000091552734,2.4168999195098877,3.147599935531616,3.4697999954223633,2.371999979019165,3.2083001136779785,3.4979000091552734,2.3714001178741455,3.2081000804901123,3.4672999382019043,2.371999979019165,3.2083001136779785,3.4979000091552734,2.3726000785827637,3.208400011062622,3.5339999198913574,2.313699960708618,3.255000114440918,3.5322000980377197,2.371999979019165,3.2083001136779785,3.4979000091552734,2.313699960708618,3.255000114440918,3.5322000980377197,2.312999963760376,3.2548000812530518,3.4962000846862793,2.4173998832702637,3.147700071334839,3.5004000663757324,2.4179999828338623,3.147900104522705,3.536400079727173,2.3726000785827637,3.208400011062622,3.5339999198913574,2.4173998832702637,3.147700071334839,3.5004000663757324,2.3726000785827637,3.208400011062622,3.5339999198913574,2.371999979019165,3.2083001136779785,3.4979000091552734,2.456899881362915,3.0030999183654785,3.473099946975708,2.45740008354187,3.0032999515533447,3.503700017929077,2.4467999935150146,3.0778000354766846,3.502700090408325,2.456899881362915,3.0030999183654785,3.473099946975708,2.4467999935150146,3.0778000354766846,3.502700090408325,2.446199893951416,3.077699899673462,3.4719998836517334,2.45740008354187,3.0032999515533447,3.503700017929077,2.4581000804901123,3.003499984741211,3.539599895477295,2.4474000930786133,3.078000068664551,3.538599967956543,2.45740008354187,3.0032999515533447,3.503700017929077,2.4474000930786133,3.078000068664551,3.538599967956543,2.4467999935150146,3.0778000354766846,3.502700090408325,2.446199893951416,3.077699899673462,3.4719998836517334,2.4467999935150146,3.0778000354766846,3.502700090408325,2.4173998832702637,3.147700071334839,3.5004000663757324,2.446199893951416,3.077699899673462,3.4719998836517334,2.4173998832702637,3.147700071334839,3.5004000663757324,2.4168999195098877,3.147599935531616,3.4697999954223633,2.4467999935150146,3.0778000354766846,3.502700090408325,2.4474000930786133,3.078000068664551,3.538599967956543,2.4179999828338623,3.147900104522705,3.536400079727173,2.4467999935150146,3.0778000354766846,3.502700090408325,2.4179999828338623,3.147900104522705,3.536400079727173,2.4173998832702637,3.147700071334839,3.5004000663757324,2.244999885559082,3.2832000255584717,3.599299907684326,2.244499921798706,3.283099889755249,3.56820011138916,2.314300060272217,3.255199909210205,3.5683999061584473,2.244999885559082,3.2832000255584717,3.599299907684326,2.314300060272217,3.255199909210205,3.5683999061584473,2.3148000240325928,3.2553000450134277,3.5994999408721924,2.1696999073028564,3.2925000190734863,3.6003000736236572,2.1691999435424805,3.29229998588562,3.569200038909912,2.244499921798706,3.283099889755249,3.56820011138916,2.1696999073028564,3.2925000190734863,3.6003000736236572,2.244499921798706,3.283099889755249,3.56820011138916,2.244999885559082,3.2832000255584717,3.599299907684326,2.244499921798706,3.283099889755249,3.56820011138916,2.2439000606536865,3.282900094985962,3.5320000648498535,2.313699960708618,3.255000114440918,3.5322000980377197,2.244499921798706,3.283099889755249,3.56820011138916,2.313699960708618,3.255000114440918,3.5322000980377197,2.314300060272217,3.255199909210205,3.5683999061584473,2.1691999435424805,3.29229998588562,3.569200038909912,2.1684999465942383,3.2922000885009766,3.533099889755249,2.2439000606536865,3.282900094985962,3.5320000648498535,2.1691999435424805,3.29229998588562,3.569200038909912,2.2439000606536865,3.282900094985962,3.5320000648498535,2.244499921798706,3.283099889755249,3.56820011138916,2.094099998474121,3.283099889755249,3.6019999980926514,2.0234999656677246,3.2551000118255615,3.6043999195098877,2.0230000019073486,3.255000114440918,3.5738000869750977,2.094099998474121,3.283099889755249,3.6019999980926514,2.0230000019073486,3.255000114440918,3.5738000869750977,2.0934998989105225,3.2829999923706055,3.571199893951416,2.0934998989105225,3.2829999923706055,3.571199893951416,2.0230000019073486,3.255000114440918,3.5738000869750977,2.02239990234375,3.2548000812530518,3.5378000736236572,2.0934998989105225,3.2829999923706055,3.571199893951416,2.02239990234375,3.2548000812530518,3.5378000736236572,2.092900037765503,3.2827999591827393,3.535099983215332,2.094099998474121,3.283099889755249,3.6019999980926514,2.0934998989105225,3.2829999923706055,3.571199893951416,2.1691999435424805,3.29229998588562,3.569200038909912,2.094099998474121,3.283099889755249,3.6019999980926514,2.1691999435424805,3.29229998588562,3.569200038909912,2.1696999073028564,3.2925000190734863,3.6003000736236572,2.1691999435424805,3.29229998588562,3.569200038909912,2.0934998989105225,3.2829999923706055,3.571199893951416,2.092900037765503,3.2827999591827393,3.535099983215332,2.1691999435424805,3.29229998588562,3.569200038909912,2.092900037765503,3.2827999591827393,3.535099983215332,2.1684999465942383,3.2922000885009766,3.533099889755249,2.021199941635132,3.2546000480651855,3.4711999893188477,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.0922999382019043,3.2827000617980957,3.4990999698638916,2.021199941635132,3.2546000480651855,3.4711999893188477,2.0922999382019043,3.2827000617980957,3.4990999698638916,2.0218000411987305,3.254699945449829,3.5018999576568604,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.1673998832702637,3.2918999195098877,3.466399908065796,2.1679000854492188,3.2920000553131104,3.4971001148223877,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.1679000854492188,3.2920000553131104,3.4971001148223877,2.0922999382019043,3.2827000617980957,3.4990999698638916,2.0218000411987305,3.254699945449829,3.5018999576568604,2.0922999382019043,3.2827000617980957,3.4990999698638916,2.092900037765503,3.2827999591827393,3.535099983215332,2.0218000411987305,3.254699945449829,3.5018999576568604,2.092900037765503,3.2827999591827393,3.535099983215332,2.02239990234375,3.2548000812530518,3.5378000736236572,2.0922999382019043,3.2827000617980957,3.4990999698638916,2.1679000854492188,3.2920000553131104,3.4971001148223877,2.1684999465942383,3.2922000885009766,3.533099889755249,2.0922999382019043,3.2827000617980957,3.4990999698638916,2.1684999465942383,3.2922000885009766,3.533099889755249,2.092900037765503,3.2827999591827393,3.535099983215332,2.3125,3.254699945449829,3.4655001163482666,2.312999963760376,3.2548000812530518,3.4962000846862793,2.243299961090088,3.2827000617980957,3.496000051498413,2.3125,3.254699945449829,3.4655001163482666,2.243299961090088,3.2827000617980957,3.496000051498413,2.2427000999450684,3.282599925994873,3.4653000831604004,2.312999963760376,3.2548000812530518,3.4962000846862793,2.313699960708618,3.255000114440918,3.5322000980377197,2.2439000606536865,3.282900094985962,3.5320000648498535,2.312999963760376,3.2548000812530518,3.4962000846862793,2.2439000606536865,3.282900094985962,3.5320000648498535,2.243299961090088,3.2827000617980957,3.496000051498413,2.2427000999450684,3.282599925994873,3.4653000831604004,2.243299961090088,3.2827000617980957,3.496000051498413,2.1679000854492188,3.2920000553131104,3.4971001148223877,2.2427000999450684,3.282599925994873,3.4653000831604004,2.1679000854492188,3.2920000553131104,3.4971001148223877,2.1673998832702637,3.2918999195098877,3.466399908065796,2.243299961090088,3.2827000617980957,3.496000051498413,2.2439000606536865,3.282900094985962,3.5320000648498535,2.1684999465942383,3.2922000885009766,3.533099889755249,2.243299961090088,3.2827000617980957,3.496000051498413,2.1684999465942383,3.2922000885009766,3.533099889755249,2.1679000854492188,3.2920000553131104,3.4971001148223877,2.0234999656677246,3.2551000118255615,3.6043999195098877,1.9632999897003174,3.2086000442504883,3.6070001125335693,1.9628000259399414,3.208400011062622,3.57669997215271,2.0234999656677246,3.2551000118255615,3.6043999195098877,1.9628000259399414,3.208400011062622,3.57669997215271,2.0230000019073486,3.255000114440918,3.5738000869750977,1.9632999897003174,3.2086000442504883,3.6070001125335693,1.9164999723434448,3.148099899291992,3.609499931335449,1.9158999919891357,3.147900104522705,3.5794999599456787,1.9632999897003174,3.2086000442504883,3.6070001125335693,1.9158999919891357,3.147900104522705,3.5794999599456787,1.9628000259399414,3.208400011062622,3.57669997215271,2.0230000019073486,3.255000114440918,3.5738000869750977,1.9628000259399414,3.208400011062622,3.57669997215271,1.9622000455856323,3.2083001136779785,3.5408999919891357,2.0230000019073486,3.255000114440918,3.5738000869750977,1.9622000455856323,3.2083001136779785,3.5408999919891357,2.02239990234375,3.2548000812530518,3.5378000736236572,1.9628000259399414,3.208400011062622,3.57669997215271,1.9158999919891357,3.147900104522705,3.5794999599456787,1.9153000116348267,3.147700071334839,3.543800115585327,1.9628000259399414,3.208400011062622,3.57669997215271,1.9153000116348267,3.147700071334839,3.543800115585327,1.9622000455856323,3.2083001136779785,3.5408999919891357,1.8859000205993652,3.0782999992370605,3.611599922180176,1.8746999502182007,3.0039000511169434,3.612799882888794,1.8740999698638916,3.0037999153137207,3.5829999446868896,1.8859000205993652,3.0782999992370605,3.611599922180176,1.8740999698638916,3.0037999153137207,3.5829999446868896,1.8854000568389893,3.078200101852417,3.581700086593628,1.8854000568389893,3.078200101852417,3.581700086593628,1.8740999698638916,3.0037999153137207,3.5829999446868896,1.8734999895095825,3.0035998821258545,3.547499895095825,1.8854000568389893,3.078200101852417,3.581700086593628,1.8734999895095825,3.0035998821258545,3.547499895095825,1.8846999406814575,3.078000068664551,3.546099901199341,1.9164999723434448,3.148099899291992,3.609499931335449,1.8859000205993652,3.0782999992370605,3.611599922180176,1.8854000568389893,3.078200101852417,3.581700086593628,1.9164999723434448,3.148099899291992,3.609499931335449,1.8854000568389893,3.078200101852417,3.581700086593628,1.9158999919891357,3.147900104522705,3.5794999599456787,1.9158999919891357,3.147900104522705,3.5794999599456787,1.8854000568389893,3.078200101852417,3.581700086593628,1.8846999406814575,3.078000068664551,3.546099901199341,1.9158999919891357,3.147900104522705,3.5794999599456787,1.8846999406814575,3.078000068664551,3.546099901199341,1.9153000116348267,3.147700071334839,3.543800115585327,1.8724000453948975,3.0032999515533447,3.481100082397461,1.8835999965667725,3.077699899673462,3.4797000885009766,1.8840999603271484,3.0778000354766846,3.5102999210357666,1.8724000453948975,3.0032999515533447,3.481100082397461,1.8840999603271484,3.0778000354766846,3.5102999210357666,1.8729000091552734,3.003499984741211,3.511699914932251,1.8835999965667725,3.077699899673462,3.4797000885009766,1.9141000509262085,3.1475000381469727,3.477299928665161,1.9147000312805176,3.147599935531616,3.5078999996185303,1.8835999965667725,3.077699899673462,3.4797000885009766,1.9147000312805176,3.147599935531616,3.5078999996185303,1.8840999603271484,3.0778000354766846,3.5102999210357666,1.8729000091552734,3.003499984741211,3.511699914932251,1.8840999603271484,3.0778000354766846,3.5102999210357666,1.8846999406814575,3.078000068664551,3.546099901199341,1.8729000091552734,3.003499984741211,3.511699914932251,1.8846999406814575,3.078000068664551,3.546099901199341,1.8734999895095825,3.0035998821258545,3.547499895095825,1.8840999603271484,3.0778000354766846,3.5102999210357666,1.9147000312805176,3.147599935531616,3.5078999996185303,1.9153000116348267,3.147700071334839,3.543800115585327,1.8840999603271484,3.0778000354766846,3.5102999210357666,1.9153000116348267,3.147700071334839,3.543800115585327,1.8846999406814575,3.078000068664551,3.546099901199341,1.9609999656677246,3.2079999446868896,3.474299907684326,2.021199941635132,3.2546000480651855,3.4711999893188477,2.0218000411987305,3.254699945449829,3.5018999576568604,1.9609999656677246,3.2079999446868896,3.474299907684326,2.0218000411987305,3.254699945449829,3.5018999576568604,1.9615999460220337,3.2081000804901123,3.5048999786376953,1.9615999460220337,3.2081000804901123,3.5048999786376953,2.0218000411987305,3.254699945449829,3.5018999576568604,2.02239990234375,3.2548000812530518,3.5378000736236572,1.9615999460220337,3.2081000804901123,3.5048999786376953,2.02239990234375,3.2548000812530518,3.5378000736236572,1.9622000455856323,3.2083001136779785,3.5408999919891357,1.9141000509262085,3.1475000381469727,3.477299928665161,1.9609999656677246,3.2079999446868896,3.474299907684326,1.9615999460220337,3.2081000804901123,3.5048999786376953,1.9141000509262085,3.1475000381469727,3.477299928665161,1.9615999460220337,3.2081000804901123,3.5048999786376953,1.9147000312805176,3.147599935531616,3.5078999996185303,1.9147000312805176,3.147599935531616,3.5078999996185303,1.9615999460220337,3.2081000804901123,3.5048999786376953,1.9622000455856323,3.2083001136779785,3.5408999919891357,1.9147000312805176,3.147599935531616,3.5078999996185303,1.9622000455856323,3.2083001136779785,3.5408999919891357,1.9153000116348267,3.147700071334839,3.543800115585327,-0.07259999960660934,2.753000020980835,3.4774999618530273,-0.013899999670684338,2.799499988555908,3.48009991645813,-0.013500000350177288,2.799499988555908,3.460099935531616,-0.07259999960660934,2.753000020980835,3.4774999618530273,-0.013500000350177288,2.799499988555908,3.460099935531616,-0.07209999859333038,2.753000020980835,3.4574999809265137,-0.013899999670684338,2.799499988555908,3.48009991645813,0.031199999153614044,2.8598999977111816,3.4820001125335693,0.031700000166893005,2.8598999977111816,3.4619998931884766,-0.013899999670684338,2.799499988555908,3.48009991645813,0.031700000166893005,2.8598999977111816,3.4619998931884766,-0.013500000350177288,2.799499988555908,3.460099935531616,-0.07209999859333038,2.753000020980835,3.4574999809265137,-0.013500000350177288,2.799499988555908,3.460099935531616,-0.01889999955892563,2.801300048828125,3.4482998847961426,-0.07209999859333038,2.753000020980835,3.4574999809265137,-0.01889999955892563,2.801300048828125,3.4482998847961426,-0.07540000230073929,2.7562999725341797,3.4458999633789062,-0.013500000350177288,2.799499988555908,3.460099935531616,0.031700000166893005,2.8598999977111816,3.4619998931884766,0.024299999698996544,2.8603999614715576,3.4500999450683594,-0.013500000350177288,2.799499988555908,3.460099935531616,0.024299999698996544,2.8603999614715576,3.4500999450683594,-0.01889999955892563,2.801300048828125,3.4482998847961426,0.07090000063180923,3.0039000511169434,3.4835000038146973,0.07129999995231628,3.0039000511169434,3.4635000228881836,0.06080000102519989,2.9296000003814697,3.463099956512451,0.07090000063180923,3.0039000511169434,3.4835000038146973,0.06080000102519989,2.9296000003814697,3.463099956512451,0.06030000001192093,2.9296000003814697,3.483099937438965,0.06080000102519989,2.9296000003814697,3.463099956512451,0.07129999995231628,3.0039000511169434,3.4635000228881836,0.06260000169277191,3.0039000511169434,3.4516000747680664,0.06080000102519989,2.9296000003814697,3.463099956512451,0.06260000169277191,3.0039000511169434,3.4516000747680664,0.052299998700618744,2.9296000003814697,3.451200008392334,0.06030000001192093,2.9296000003814697,3.483099937438965,0.06080000102519989,2.9296000003814697,3.463099956512451,0.031700000166893005,2.8598999977111816,3.4619998931884766,0.06030000001192093,2.9296000003814697,3.483099937438965,0.031700000166893005,2.8598999977111816,3.4619998931884766,0.031199999153614044,2.8598999977111816,3.4820001125335693,0.031700000166893005,2.8598999977111816,3.4619998931884766,0.06080000102519989,2.9296000003814697,3.463099956512451,0.052299998700618744,2.9296000003814697,3.451200008392334,0.031700000166893005,2.8598999977111816,3.4619998931884766,0.052299998700618744,2.9296000003814697,3.451200008392334,0.024299999698996544,2.8603999614715576,3.4500999450683594,-0.01860000006854534,3.0039000511169434,3.4419000148773193,-0.025800000876188278,2.929500102996826,3.4414000511169434,0.026399999856948853,2.9296000003814697,3.4447999000549316,-0.01860000006854534,3.0039000511169434,3.4419000148773193,0.026399999856948853,2.9296000003814697,3.4447999000549316,0.035599999129772186,3.0039000511169434,3.4453001022338867,-0.025800000876188278,2.929500102996826,3.4414000511169434,-0.04470000043511391,2.862600088119507,3.4402999877929688,0.0015999999595806003,2.8617000579833984,3.4437999725341797,-0.025800000876188278,2.929500102996826,3.4414000511169434,0.0015999999595806003,2.8617000579833984,3.4437999725341797,0.026399999856948853,2.9296000003814697,3.4447999000549316,0.035599999129772186,3.0039000511169434,3.4453001022338867,0.026399999856948853,2.9296000003814697,3.4447999000549316,0.052299998700618744,2.9296000003814697,3.451200008392334,0.035599999129772186,3.0039000511169434,3.4453001022338867,0.052299998700618744,2.9296000003814697,3.451200008392334,0.06260000169277191,3.0039000511169434,3.4516000747680664,0.026399999856948853,2.9296000003814697,3.4447999000549316,0.0015999999595806003,2.8617000579833984,3.4437999725341797,0.024299999698996544,2.8603999614715576,3.4500999450683594,0.026399999856948853,2.9296000003814697,3.4447999000549316,0.024299999698996544,2.8603999614715576,3.4500999450683594,0.052299998700618744,2.9296000003814697,3.451200008392334,-0.07259999960660934,2.81030011177063,3.4391000270843506,-0.1006999984383583,2.779400110244751,3.438199996948242,-0.08569999784231186,2.7660999298095703,3.440200090408325,-0.07259999960660934,2.81030011177063,3.4391000270843506,-0.08569999784231186,2.7660999298095703,3.440200090408325,-0.03579999879002571,2.8066999912261963,3.4423000812530518,-0.03579999879002571,2.8066999912261963,3.4423000812530518,-0.08569999784231186,2.7660999298095703,3.440200090408325,-0.07540000230073929,2.7562999725341797,3.4458999633789062,-0.03579999879002571,2.8066999912261963,3.4423000812530518,-0.07540000230073929,2.7562999725341797,3.4458999633789062,-0.01889999955892563,2.801300048828125,3.4482998847961426,-0.04470000043511391,2.862600088119507,3.4402999877929688,-0.07259999960660934,2.81030011177063,3.4391000270843506,-0.03579999879002571,2.8066999912261963,3.4423000812530518,-0.04470000043511391,2.862600088119507,3.4402999877929688,-0.03579999879002571,2.8066999912261963,3.4423000812530518,0.0015999999595806003,2.8617000579833984,3.4437999725341797,0.0015999999595806003,2.8617000579833984,3.4437999725341797,-0.03579999879002571,2.8066999912261963,3.4423000812530518,-0.01889999955892563,2.801300048828125,3.4482998847961426,0.0015999999595806003,2.8617000579833984,3.4437999725341797,-0.01889999955892563,2.801300048828125,3.4482998847961426,0.024299999698996544,2.8603999614715576,3.4500999450683594,0.06030000001192093,3.078200101852417,3.483099937438965,0.06080000102519989,3.078200101852417,3.463099956512451,0.07129999995231628,3.0039000511169434,3.4635000228881836,0.06030000001192093,3.078200101852417,3.483099937438965,0.07129999995231628,3.0039000511169434,3.4635000228881836,0.07090000063180923,3.0039000511169434,3.4835000038146973,0.031199999153614044,3.147900104522705,3.4820001125335693,0.031700000166893005,3.147900104522705,3.4619998931884766,0.06080000102519989,3.078200101852417,3.463099956512451,0.031199999153614044,3.147900104522705,3.4820001125335693,0.06080000102519989,3.078200101852417,3.463099956512451,0.06030000001192093,3.078200101852417,3.483099937438965,0.06080000102519989,3.078200101852417,3.463099956512451,0.052299998700618744,3.078200101852417,3.451200008392334,0.06260000169277191,3.0039000511169434,3.4516000747680664,0.06080000102519989,3.078200101852417,3.463099956512451,0.06260000169277191,3.0039000511169434,3.4516000747680664,0.07129999995231628,3.0039000511169434,3.4635000228881836,0.031700000166893005,3.147900104522705,3.4619998931884766,0.024299999698996544,3.1475000381469727,3.4500999450683594,0.052299998700618744,3.078200101852417,3.451200008392334,0.031700000166893005,3.147900104522705,3.4619998931884766,0.052299998700618744,3.078200101852417,3.451200008392334,0.06080000102519989,3.078200101852417,3.463099956512451,-0.07259999960660934,3.2548999786376953,3.4774999618530273,-0.07209999859333038,3.2548999786376953,3.4574999809265137,-0.013500000350177288,3.208400011062622,3.460099935531616,-0.07259999960660934,3.2548999786376953,3.4774999618530273,-0.013500000350177288,3.208400011062622,3.460099935531616,-0.013899999670684338,3.208400011062622,3.48009991645813,-0.07209999859333038,3.2548999786376953,3.4574999809265137,-0.07540000230073929,3.2516000270843506,3.4458999633789062,-0.01889999955892563,3.2065999507904053,3.4482998847961426,-0.07209999859333038,3.2548999786376953,3.4574999809265137,-0.01889999955892563,3.2065999507904053,3.4482998847961426,-0.013500000350177288,3.208400011062622,3.460099935531616,-0.013899999670684338,3.208400011062622,3.48009991645813,-0.013500000350177288,3.208400011062622,3.460099935531616,0.031700000166893005,3.147900104522705,3.4619998931884766,-0.013899999670684338,3.208400011062622,3.48009991645813,0.031700000166893005,3.147900104522705,3.4619998931884766,0.031199999153614044,3.147900104522705,3.4820001125335693,-0.013500000350177288,3.208400011062622,3.460099935531616,-0.01889999955892563,3.2065999507904053,3.4482998847961426,0.024299999698996544,3.1475000381469727,3.4500999450683594,-0.013500000350177288,3.208400011062622,3.460099935531616,0.024299999698996544,3.1475000381469727,3.4500999450683594,0.031700000166893005,3.147900104522705,3.4619998931884766,-0.07259999960660934,3.1975998878479004,3.4391000270843506,-0.03579999879002571,3.201200008392334,3.4423000812530518,-0.08569999784231186,3.24180006980896,3.4400999546051025,-0.07259999960660934,3.1975998878479004,3.4391000270843506,-0.08569999784231186,3.24180006980896,3.4400999546051025,-0.1006999984383583,3.2284998893737793,3.438199996948242,-0.04470000043511391,3.1452999114990234,3.4402999877929688,0.0015999999595806003,3.146199941635132,3.4437999725341797,-0.03579999879002571,3.201200008392334,3.4423000812530518,-0.04470000043511391,3.1452999114990234,3.4402999877929688,-0.03579999879002571,3.201200008392334,3.4423000812530518,-0.07259999960660934,3.1975998878479004,3.4391000270843506,-0.03579999879002571,3.201200008392334,3.4423000812530518,-0.01889999955892563,3.2065999507904053,3.4482998847961426,-0.07540000230073929,3.2516000270843506,3.4458999633789062,-0.03579999879002571,3.201200008392334,3.4423000812530518,-0.07540000230073929,3.2516000270843506,3.4458999633789062,-0.08569999784231186,3.24180006980896,3.4400999546051025,0.0015999999595806003,3.146199941635132,3.4437999725341797,0.024299999698996544,3.1475000381469727,3.4500999450683594,-0.01889999955892563,3.2065999507904053,3.4482998847961426,0.0015999999595806003,3.146199941635132,3.4437999725341797,-0.01889999955892563,3.2065999507904053,3.4482998847961426,-0.03579999879002571,3.201200008392334,3.4423000812530518,-0.01860000006854534,3.0039000511169434,3.4419000148773193,0.035599999129772186,3.0039000511169434,3.4453001022338867,0.026399999856948853,3.078200101852417,3.4447999000549316,-0.01860000006854534,3.0039000511169434,3.4419000148773193,0.026399999856948853,3.078200101852417,3.4447999000549316,-0.025800000876188278,3.078200101852417,3.4414000511169434,0.035599999129772186,3.0039000511169434,3.4453001022338867,0.06260000169277191,3.0039000511169434,3.4516000747680664,0.052299998700618744,3.078200101852417,3.451200008392334,0.035599999129772186,3.0039000511169434,3.4453001022338867,0.052299998700618744,3.078200101852417,3.451200008392334,0.026399999856948853,3.078200101852417,3.4447999000549316,-0.025800000876188278,3.078200101852417,3.4414000511169434,0.026399999856948853,3.078200101852417,3.4447999000549316,0.0015999999595806003,3.146199941635132,3.4437999725341797,-0.025800000876188278,3.078200101852417,3.4414000511169434,0.0015999999595806003,3.146199941635132,3.4437999725341797,-0.04470000043511391,3.1452999114990234,3.4402999877929688,0.026399999856948853,3.078200101852417,3.4447999000549316,0.052299998700618744,3.078200101852417,3.451200008392334,0.024299999698996544,3.1475000381469727,3.4500999450683594,0.026399999856948853,3.078200101852417,3.4447999000549316,0.024299999698996544,3.1475000381469727,3.4500999450683594,0.0015999999595806003,3.146199941635132,3.4437999725341797,-0.14219999313354492,3.282900094985962,3.474100112915039,-0.14180000126361847,3.282900094985962,3.4540998935699463,-0.07209999859333038,3.2548999786376953,3.4574999809265137,-0.14219999313354492,3.282900094985962,3.474100112915039,-0.07209999859333038,3.2548999786376953,3.4574999809265137,-0.07259999960660934,3.2548999786376953,3.4774999618530273,-0.21739999949932098,3.2923998832702637,3.4707999229431152,-0.21690000593662262,3.2923998832702637,3.4507999420166016,-0.14180000126361847,3.282900094985962,3.4540998935699463,-0.21739999949932098,3.2923998832702637,3.4707999229431152,-0.14180000126361847,3.282900094985962,3.4540998935699463,-0.14219999313354492,3.282900094985962,3.474100112915039,-0.14180000126361847,3.282900094985962,3.4540998935699463,-0.14319999516010284,3.2788000106811523,3.4426000118255615,-0.07540000230073929,3.2516000270843506,3.4458999633789062,-0.14180000126361847,3.282900094985962,3.4540998935699463,-0.07540000230073929,3.2516000270843506,3.4458999633789062,-0.07209999859333038,3.2548999786376953,3.4574999809265137,-0.21690000593662262,3.2923998832702637,3.4507999420166016,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.14319999516010284,3.2788000106811523,3.4426000118255615,-0.21690000593662262,3.2923998832702637,3.4507999420166016,-0.14319999516010284,3.2788000106811523,3.4426000118255615,-0.14180000126361847,3.282900094985962,3.4540998935699463,-0.3625999987125397,3.2553999423980713,3.467099905014038,-0.362199991941452,3.2553999423980713,3.447200059890747,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.3625999987125397,3.2553999423980713,3.467099905014038,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.29269999265670776,3.2832000255584717,3.4681999683380127,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.362199991941452,3.2553999423980713,3.447200059890747,-0.35850000381469727,3.2520999908447266,3.4358999729156494,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.35850000381469727,3.2520999908447266,3.4358999729156494,-0.29030001163482666,3.279099941253662,3.4368999004364014,-0.29269999265670776,3.2832000255584717,3.4681999683380127,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.21690000593662262,3.2923998832702637,3.4507999420166016,-0.29269999265670776,3.2832000255584717,3.4681999683380127,-0.21690000593662262,3.2923998832702637,3.4507999420166016,-0.21739999949932098,3.2923998832702637,3.4707999229431152,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.29030001163482666,3.279099941253662,3.4368999004364014,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.2921999990940094,3.2832000255584717,3.448199987411499,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.21690000593662262,3.2923998832702637,3.4507999420166016,-0.3330000042915344,3.2286999225616455,3.4312000274658203,-0.2847999930381775,3.2421000003814697,3.431299924850464,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.3330000042915344,3.2286999225616455,3.4312000274658203,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.34790000319480896,3.2421000003814697,3.43149995803833,-0.2167000025510788,3.248500108718872,3.432800054550171,-0.2167000025510788,3.2748000621795654,3.4340999126434326,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.2167000025510788,3.248500108718872,3.432800054550171,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.2847999930381775,3.2421000003814697,3.431299924850464,-0.34790000319480896,3.2421000003814697,3.43149995803833,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.29030001163482666,3.279099941253662,3.4368999004364014,-0.34790000319480896,3.2421000003814697,3.43149995803833,-0.29030001163482666,3.279099941253662,3.4368999004364014,-0.35850000381469727,3.2520999908447266,3.4358999729156494,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.2167000025510788,3.2748000621795654,3.4340999126434326,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.28529998660087585,3.266700029373169,3.4321000576019287,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.29030001163482666,3.279099941253662,3.4368999004364014,-0.1006999984383583,3.2284998893737793,3.438199996948242,-0.08569999784231186,3.24180006980896,3.4400999546051025,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.1006999984383583,3.2284998893737793,3.438199996948242,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.14880000054836273,3.2418999671936035,3.435499906539917,-0.08569999784231186,3.24180006980896,3.4400999546051025,-0.07540000230073929,3.2516000270843506,3.4458999633789062,-0.14319999516010284,3.2788000106811523,3.4426000118255615,-0.08569999784231186,3.24180006980896,3.4400999546051025,-0.14319999516010284,3.2788000106811523,3.4426000118255615,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.2167000025510788,3.248500108718872,3.432800054550171,-0.14880000054836273,3.2418999671936035,3.435499906539917,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.2167000025510788,3.248500108718872,3.432800054550171,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.2167000025510788,3.2748000621795654,3.4340999126434326,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.14319999516010284,3.2788000106811523,3.4426000118255615,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.14800000190734863,3.266400098800659,3.4370999336242676,-0.2167000025510788,3.2880001068115234,3.439300060272217,-0.2167000025510788,3.2748000621795654,3.4340999126434326,-0.3625999987125397,3.2553999423980713,3.467099905014038,-0.42179998755455017,3.2088000774383545,3.4683001041412354,-0.4212999939918518,3.2088000774383545,3.4484000205993652,-0.3625999987125397,3.2553999423980713,3.467099905014038,-0.4212999939918518,3.2088000774383545,3.4484000205993652,-0.362199991941452,3.2553999423980713,3.447200059890747,-0.42179998755455017,3.2088000774383545,3.4683001041412354,-0.4675000011920929,3.1482999324798584,3.4707000255584717,-0.46700000762939453,3.1482999324798584,3.450700044631958,-0.42179998755455017,3.2088000774383545,3.4683001041412354,-0.46700000762939453,3.1482999324798584,3.450700044631958,-0.4212999939918518,3.2088000774383545,3.4484000205993652,-0.362199991941452,3.2553999423980713,3.447200059890747,-0.4212999939918518,3.2088000774383545,3.4484000205993652,-0.4153999984264374,3.2070000171661377,3.437000036239624,-0.362199991941452,3.2553999423980713,3.447200059890747,-0.4153999984264374,3.2070000171661377,3.437000036239624,-0.35850000381469727,3.2520999908447266,3.4358999729156494,-0.4212999939918518,3.2088000774383545,3.4484000205993652,-0.46700000762939453,3.1482999324798584,3.450700044631958,-0.45910000801086426,3.1477999687194824,3.439199924468994,-0.4212999939918518,3.2088000774383545,3.4484000205993652,-0.45910000801086426,3.1477999687194824,3.439199924468994,-0.4153999984264374,3.2070000171661377,3.437000036239624,-0.4970000088214874,3.078399896621704,3.4730000495910645,-0.5077000260353088,3.0039000511169434,3.474100112915039,-0.5073000192642212,3.0039000511169434,3.454200029373169,-0.4970000088214874,3.078399896621704,3.4730000495910645,-0.5073000192642212,3.0039000511169434,3.454200029373169,-0.4966000020503998,3.078399896621704,3.453000068664551,-0.4966000020503998,3.078399896621704,3.453000068664551,-0.5073000192642212,3.0039000511169434,3.454200029373169,-0.49799999594688416,3.0039000511169434,3.4426000118255615,-0.4966000020503998,3.078399896621704,3.453000068664551,-0.49799999594688416,3.0039000511169434,3.4426000118255615,-0.4875999987125397,3.078399896621704,3.4414000511169434,-0.4675000011920929,3.1482999324798584,3.4707000255584717,-0.4970000088214874,3.078399896621704,3.4730000495910645,-0.4966000020503998,3.078399896621704,3.453000068664551,-0.4675000011920929,3.1482999324798584,3.4707000255584717,-0.4966000020503998,3.078399896621704,3.453000068664551,-0.46700000762939453,3.1482999324798584,3.450700044631958,-0.46700000762939453,3.1482999324798584,3.450700044631958,-0.4966000020503998,3.078399896621704,3.453000068664551,-0.4875999987125397,3.078399896621704,3.4414000511169434,-0.46700000762939453,3.1482999324798584,3.450700044631958,-0.4875999987125397,3.078399896621704,3.4414000511169434,-0.45910000801086426,3.1477999687194824,3.439199924468994,-0.4163999855518341,3.0039000511169434,3.435499906539917,-0.4090000092983246,3.078399896621704,3.434499979019165,-0.46129998564720154,3.078399896621704,3.436000108718872,-0.4163999855518341,3.0039000511169434,3.435499906539917,-0.46129998564720154,3.078399896621704,3.436000108718872,-0.4708000123500824,3.0039000511169434,3.4370999336242676,-0.4090000092983246,3.078399896621704,3.434499979019165,-0.3896999955177307,3.1454999446868896,3.4326999187469482,-0.43619999289512634,3.1465001106262207,3.434000015258789,-0.4090000092983246,3.078399896621704,3.434499979019165,-0.43619999289512634,3.1465001106262207,3.434000015258789,-0.46129998564720154,3.078399896621704,3.436000108718872,-0.4708000123500824,3.0039000511169434,3.4370999336242676,-0.46129998564720154,3.078399896621704,3.436000108718872,-0.4875999987125397,3.078399896621704,3.4414000511169434,-0.4708000123500824,3.0039000511169434,3.4370999336242676,-0.4875999987125397,3.078399896621704,3.4414000511169434,-0.49799999594688416,3.0039000511169434,3.4426000118255615,-0.46129998564720154,3.078399896621704,3.436000108718872,-0.43619999289512634,3.1465001106262207,3.434000015258789,-0.45910000801086426,3.1477999687194824,3.439199924468994,-0.46129998564720154,3.078399896621704,3.436000108718872,-0.45910000801086426,3.1477999687194824,3.439199924468994,-0.4875999987125397,3.078399896621704,3.4414000511169434,-0.3614000082015991,3.1979000568389893,3.4314000606536865,-0.3330000042915344,3.2286999225616455,3.4312000274658203,-0.34790000319480896,3.2421000003814697,3.43149995803833,-0.3614000082015991,3.1979000568389893,3.4314000606536865,-0.34790000319480896,3.2421000003814697,3.43149995803833,-0.3982999920845032,3.2016000747680664,3.432300090789795,-0.3982999920845032,3.2016000747680664,3.432300090789795,-0.34790000319480896,3.2421000003814697,3.43149995803833,-0.35850000381469727,3.2520999908447266,3.4358999729156494,-0.3982999920845032,3.2016000747680664,3.432300090789795,-0.35850000381469727,3.2520999908447266,3.4358999729156494,-0.4153999984264374,3.2070000171661377,3.437000036239624,-0.3896999955177307,3.1454999446868896,3.4326999187469482,-0.3614000082015991,3.1979000568389893,3.4314000606536865,-0.3982999920845032,3.2016000747680664,3.432300090789795,-0.3896999955177307,3.1454999446868896,3.4326999187469482,-0.3982999920845032,3.2016000747680664,3.432300090789795,-0.43619999289512634,3.1465001106262207,3.434000015258789,-0.43619999289512634,3.1465001106262207,3.434000015258789,-0.3982999920845032,3.2016000747680664,3.432300090789795,-0.4153999984264374,3.2070000171661377,3.437000036239624,-0.43619999289512634,3.1465001106262207,3.434000015258789,-0.4153999984264374,3.2070000171661377,3.437000036239624,-0.45910000801086426,3.1477999687194824,3.439199924468994,-0.4970000088214874,2.92930006980896,3.4730000495910645,-0.4966000020503998,2.92930006980896,3.453000068664551,-0.5073000192642212,3.0039000511169434,3.454200029373169,-0.4970000088214874,2.92930006980896,3.4730000495910645,-0.5073000192642212,3.0039000511169434,3.454200029373169,-0.5077000260353088,3.0039000511169434,3.474100112915039,-0.4675000011920929,2.859499931335449,3.4707000255584717,-0.46700000762939453,2.859499931335449,3.450700044631958,-0.4966000020503998,2.92930006980896,3.453000068664551,-0.4675000011920929,2.859499931335449,3.4707000255584717,-0.4966000020503998,2.92930006980896,3.453000068664551,-0.4970000088214874,2.92930006980896,3.4730000495910645,-0.4966000020503998,2.92930006980896,3.453000068664551,-0.4875999987125397,2.92930006980896,3.4414000511169434,-0.49799999594688416,3.0039000511169434,3.4426000118255615,-0.4966000020503998,2.92930006980896,3.453000068664551,-0.49799999594688416,3.0039000511169434,3.4426000118255615,-0.5073000192642212,3.0039000511169434,3.454200029373169,-0.46700000762939453,2.859499931335449,3.450700044631958,-0.45910000801086426,2.8598999977111816,3.439199924468994,-0.4875999987125397,2.92930006980896,3.4414000511169434,-0.46700000762939453,2.859499931335449,3.450700044631958,-0.4875999987125397,2.92930006980896,3.4414000511169434,-0.4966000020503998,2.92930006980896,3.453000068664551,-0.3625999987125397,2.752500057220459,3.467099905014038,-0.362199991941452,2.752500057220459,3.447200059890747,-0.4212999939918518,2.7990000247955322,3.4484000205993652,-0.3625999987125397,2.752500057220459,3.467099905014038,-0.4212999939918518,2.7990000247955322,3.4484000205993652,-0.42179998755455017,2.7990000247955322,3.4683001041412354,-0.362199991941452,2.752500057220459,3.447200059890747,-0.35850000381469727,2.7558000087738037,3.4358999729156494,-0.4153999984264374,2.800800085067749,3.437000036239624,-0.362199991941452,2.752500057220459,3.447200059890747,-0.4153999984264374,2.800800085067749,3.437000036239624,-0.4212999939918518,2.7990000247955322,3.4484000205993652,-0.42179998755455017,2.7990000247955322,3.4683001041412354,-0.4212999939918518,2.7990000247955322,3.4484000205993652,-0.46700000762939453,2.859499931335449,3.450700044631958,-0.42179998755455017,2.7990000247955322,3.4683001041412354,-0.46700000762939453,2.859499931335449,3.450700044631958,-0.4675000011920929,2.859499931335449,3.4707000255584717,-0.4212999939918518,2.7990000247955322,3.4484000205993652,-0.4153999984264374,2.800800085067749,3.437000036239624,-0.45910000801086426,2.8598999977111816,3.439199924468994,-0.4212999939918518,2.7990000247955322,3.4484000205993652,-0.45910000801086426,2.8598999977111816,3.439199924468994,-0.46700000762939453,2.859499931335449,3.450700044631958,-0.3614000082015991,2.8099000453948975,3.4314000606536865,-0.3982999920845032,2.8062000274658203,3.432300090789795,-0.34790000319480896,2.765700101852417,3.43149995803833,-0.3614000082015991,2.8099000453948975,3.4314000606536865,-0.34790000319480896,2.765700101852417,3.43149995803833,-0.3330000042915344,2.779099941253662,3.4312000274658203,-0.3896999955177307,2.862299919128418,3.4326999187469482,-0.43619999289512634,2.861299991607666,3.434000015258789,-0.3982999920845032,2.8062000274658203,3.432300090789795,-0.3896999955177307,2.862299919128418,3.4326999187469482,-0.3982999920845032,2.8062000274658203,3.432300090789795,-0.3614000082015991,2.8099000453948975,3.4314000606536865,-0.3982999920845032,2.8062000274658203,3.432300090789795,-0.4153999984264374,2.800800085067749,3.437000036239624,-0.35850000381469727,2.7558000087738037,3.4358999729156494,-0.3982999920845032,2.8062000274658203,3.432300090789795,-0.35850000381469727,2.7558000087738037,3.4358999729156494,-0.34790000319480896,2.765700101852417,3.43149995803833,-0.43619999289512634,2.861299991607666,3.434000015258789,-0.45910000801086426,2.8598999977111816,3.439199924468994,-0.4153999984264374,2.800800085067749,3.437000036239624,-0.43619999289512634,2.861299991607666,3.434000015258789,-0.4153999984264374,2.800800085067749,3.437000036239624,-0.3982999920845032,2.8062000274658203,3.432300090789795,-0.4163999855518341,3.0039000511169434,3.435499906539917,-0.4708000123500824,3.0039000511169434,3.4370999336242676,-0.46129998564720154,2.92930006980896,3.436000108718872,-0.4163999855518341,3.0039000511169434,3.435499906539917,-0.46129998564720154,2.92930006980896,3.436000108718872,-0.4090000092983246,2.9293999671936035,3.434499979019165,-0.4708000123500824,3.0039000511169434,3.4370999336242676,-0.49799999594688416,3.0039000511169434,3.4426000118255615,-0.4875999987125397,2.92930006980896,3.4414000511169434,-0.4708000123500824,3.0039000511169434,3.4370999336242676,-0.4875999987125397,2.92930006980896,3.4414000511169434,-0.46129998564720154,2.92930006980896,3.436000108718872,-0.4090000092983246,2.9293999671936035,3.434499979019165,-0.46129998564720154,2.92930006980896,3.436000108718872,-0.43619999289512634,2.861299991607666,3.434000015258789,-0.4090000092983246,2.9293999671936035,3.434499979019165,-0.43619999289512634,2.861299991607666,3.434000015258789,-0.3896999955177307,2.862299919128418,3.4326999187469482,-0.46129998564720154,2.92930006980896,3.436000108718872,-0.4875999987125397,2.92930006980896,3.4414000511169434,-0.45910000801086426,2.8598999977111816,3.439199924468994,-0.46129998564720154,2.92930006980896,3.436000108718872,-0.45910000801086426,2.8598999977111816,3.439199924468994,-0.43619999289512634,2.861299991607666,3.434000015258789,-0.29269999265670776,2.7246999740600586,3.4681999683380127,-0.2921999990940094,2.7246999740600586,3.448199987411499,-0.362199991941452,2.752500057220459,3.447200059890747,-0.29269999265670776,2.7246999740600586,3.4681999683380127,-0.362199991941452,2.752500057220459,3.447200059890747,-0.3625999987125397,2.752500057220459,3.467099905014038,-0.29269999265670776,2.7246999740600586,3.4681999683380127,-0.21739999949932098,2.7155001163482666,3.4707999229431152,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.29269999265670776,2.7246999740600586,3.4681999683380127,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.2921999990940094,2.7246999740600586,3.448199987411499,-0.2921999990940094,2.7246999740600586,3.448199987411499,-0.29030001163482666,2.728800058364868,3.4368999004364014,-0.35850000381469727,2.7558000087738037,3.4358999729156494,-0.2921999990940094,2.7246999740600586,3.448199987411499,-0.35850000381469727,2.7558000087738037,3.4358999729156494,-0.362199991941452,2.752500057220459,3.447200059890747,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.2167000025510788,2.719899892807007,3.439300060272217,-0.29030001163482666,2.728800058364868,3.4368999004364014,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.29030001163482666,2.728800058364868,3.4368999004364014,-0.2921999990940094,2.7246999740600586,3.448199987411499,-0.14219999313354492,2.7249999046325684,3.474100112915039,-0.07259999960660934,2.753000020980835,3.4774999618530273,-0.07209999859333038,2.753000020980835,3.4574999809265137,-0.14219999313354492,2.7249999046325684,3.474100112915039,-0.07209999859333038,2.753000020980835,3.4574999809265137,-0.14180000126361847,2.7249999046325684,3.4540998935699463,-0.14180000126361847,2.7249999046325684,3.4540998935699463,-0.07209999859333038,2.753000020980835,3.4574999809265137,-0.07540000230073929,2.7562999725341797,3.4458999633789062,-0.14180000126361847,2.7249999046325684,3.4540998935699463,-0.07540000230073929,2.7562999725341797,3.4458999633789062,-0.14319999516010284,2.729099988937378,3.4426000118255615,-0.21739999949932098,2.7155001163482666,3.4707999229431152,-0.14219999313354492,2.7249999046325684,3.474100112915039,-0.14180000126361847,2.7249999046325684,3.4540998935699463,-0.21739999949932098,2.7155001163482666,3.4707999229431152,-0.14180000126361847,2.7249999046325684,3.4540998935699463,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.14180000126361847,2.7249999046325684,3.4540998935699463,-0.14319999516010284,2.729099988937378,3.4426000118255615,-0.21690000593662262,2.7155001163482666,3.4507999420166016,-0.14319999516010284,2.729099988937378,3.4426000118255615,-0.2167000025510788,2.719899892807007,3.439300060272217,-0.1006999984383583,2.779400110244751,3.438199996948242,-0.14880000054836273,2.7660000324249268,3.435499906539917,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.1006999984383583,2.779400110244751,3.438199996948242,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.08569999784231186,2.7660999298095703,3.440200090408325,-0.2167000025510788,2.7592999935150146,3.432800054550171,-0.2167000025510788,2.733099937438965,3.4340999126434326,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.2167000025510788,2.7592999935150146,3.432800054550171,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.14880000054836273,2.7660000324249268,3.435499906539917,-0.08569999784231186,2.7660999298095703,3.440200090408325,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.14319999516010284,2.729099988937378,3.4426000118255615,-0.08569999784231186,2.7660999298095703,3.440200090408325,-0.14319999516010284,2.729099988937378,3.4426000118255615,-0.07540000230073929,2.7562999725341797,3.4458999633789062,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.2167000025510788,2.733099937438965,3.4340999126434326,-0.2167000025510788,2.719899892807007,3.439300060272217,-0.14800000190734863,2.741499900817871,3.4370999336242676,-0.2167000025510788,2.719899892807007,3.439300060272217,-0.14319999516010284,2.729099988937378,3.4426000118255615,-0.3330000042915344,2.779099941253662,3.4312000274658203,-0.34790000319480896,2.765700101852417,3.43149995803833,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.3330000042915344,2.779099941253662,3.4312000274658203,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.2847999930381775,2.7657999992370605,3.431299924850464,-0.34790000319480896,2.765700101852417,3.43149995803833,-0.35850000381469727,2.7558000087738037,3.4358999729156494,-0.29030001163482666,2.728800058364868,3.4368999004364014,-0.34790000319480896,2.765700101852417,3.43149995803833,-0.29030001163482666,2.728800058364868,3.4368999004364014,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.2167000025510788,2.7592999935150146,3.432800054550171,-0.2847999930381775,2.7657999992370605,3.431299924850464,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.2167000025510788,2.7592999935150146,3.432800054550171,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.2167000025510788,2.733099937438965,3.4340999126434326,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.29030001163482666,2.728800058364868,3.4368999004364014,-0.2167000025510788,2.719899892807007,3.439300060272217,-0.28529998660087585,2.7411999702453613,3.4321000576019287,-0.2167000025510788,2.719899892807007,3.439300060272217,-0.2167000025510788,2.733099937438965,3.4340999126434326,1.8834999799728394,2.928999900817871,3.4809999465942383,1.8831000328063965,2.9289000034332275,3.4609999656677246,1.871999979019165,3.003200054168701,3.4611001014709473,1.8834999799728394,2.928999900817871,3.4809999465942383,1.871999979019165,3.003200054168701,3.4611001014709473,1.8724000453948975,3.0032999515533447,3.481100082397461,1.9139000177383423,2.8594000339508057,3.47979998588562,1.913599967956543,2.859299898147583,3.4598000049591064,1.8831000328063965,2.9289000034332275,3.4609999656677246,1.9139000177383423,2.8594000339508057,3.47979998588562,1.8831000328063965,2.9289000034332275,3.4609999656677246,1.8834999799728394,2.928999900817871,3.4809999465942383,1.8831000328063965,2.9289000034332275,3.4609999656677246,1.891700029373169,2.9289000034332275,3.4491000175476074,1.88100004196167,3.003200054168701,3.449199914932251,1.8831000328063965,2.9289000034332275,3.4609999656677246,1.88100004196167,3.003200054168701,3.449199914932251,1.871999979019165,3.003200054168701,3.4611001014709473,1.913599967956543,2.859299898147583,3.4598000049591064,1.9210000038146973,2.8596999645233154,3.4479000568389893,1.891700029373169,2.9289000034332275,3.4491000175476074,1.913599967956543,2.859299898147583,3.4598000049591064,1.891700029373169,2.9289000034332275,3.4491000175476074,1.8831000328063965,2.9289000034332275,3.4609999656677246,2.020900011062622,2.752500057220459,3.474900007247925,2.0204999446868896,2.7523999214172363,3.454900026321411,1.9602999687194824,2.7988998889923096,3.45770001411438,2.020900011062622,2.752500057220459,3.474900007247925,1.9602999687194824,2.7988998889923096,3.45770001411438,1.9607000350952148,2.7990000247955322,3.47760009765625,2.0204999446868896,2.7523999214172363,3.454900026321411,2.023699998855591,2.7555999755859375,3.4433000087738037,1.9658000469207764,2.800600051879883,3.4458999633789062,2.0204999446868896,2.7523999214172363,3.454900026321411,1.9658000469207764,2.800600051879883,3.4458999633789062,1.9602999687194824,2.7988998889923096,3.45770001411438,1.9607000350952148,2.7990000247955322,3.47760009765625,1.9602999687194824,2.7988998889923096,3.45770001411438,1.913599967956543,2.859299898147583,3.4598000049591064,1.9607000350952148,2.7990000247955322,3.47760009765625,1.913599967956543,2.859299898147583,3.4598000049591064,1.9139000177383423,2.8594000339508057,3.47979998588562,1.9602999687194824,2.7988998889923096,3.45770001411438,1.9658000469207764,2.800600051879883,3.4458999633789062,1.9210000038146973,2.8596999645233154,3.4479000568389893,1.9602999687194824,2.7988998889923096,3.45770001411438,1.9210000038146973,2.8596999645233154,3.4479000568389893,1.913599967956543,2.859299898147583,3.4598000049591064,2.019700050354004,2.809499979019165,3.437000036239624,1.982699990272522,2.805999994277954,3.440000057220459,2.0339999198913574,2.765399932861328,3.4377999305725098,2.019700050354004,2.809499979019165,3.437000036239624,2.0339999198913574,2.765399932861328,3.4377999305725098,2.048799991607666,2.778700113296509,3.436000108718872,1.9907000064849854,2.861799955368042,3.4382998943328857,1.9438999891281128,2.8610000610351562,3.441699981689453,1.982699990272522,2.805999994277954,3.440000057220459,1.9907000064849854,2.861799955368042,3.4382998943328857,1.982699990272522,2.805999994277954,3.440000057220459,2.019700050354004,2.809499979019165,3.437000036239624,1.982699990272522,2.805999994277954,3.440000057220459,1.9658000469207764,2.800600051879883,3.4458999633789062,2.023699998855591,2.7555999755859375,3.4433000087738037,1.982699990272522,2.805999994277954,3.440000057220459,2.023699998855591,2.7555999755859375,3.4433000087738037,2.0339999198913574,2.765399932861328,3.4377999305725098,1.9438999891281128,2.8610000610351562,3.441699981689453,1.9210000038146973,2.8596999645233154,3.4479000568389893,1.9658000469207764,2.800600051879883,3.4458999633789062,1.9438999891281128,2.8610000610351562,3.441699981689453,1.9658000469207764,2.800600051879883,3.4458999633789062,1.982699990272522,2.805999994277954,3.440000057220459,1.9630000591278076,3.0030999183654785,3.43969988822937,1.9083000421524048,3.0030999183654785,3.443000078201294,1.9179999828338623,2.928800106048584,3.4428000450134277,1.9630000591278076,3.0030999183654785,3.43969988822937,1.9179999828338623,2.928800106048584,3.4428000450134277,1.9707000255584717,2.928800106048584,3.439500093460083,1.9083000421524048,3.0030999183654785,3.443000078201294,1.88100004196167,3.003200054168701,3.449199914932251,1.891700029373169,2.9289000034332275,3.4491000175476074,1.9083000421524048,3.0030999183654785,3.443000078201294,1.891700029373169,2.9289000034332275,3.4491000175476074,1.9179999828338623,2.928800106048584,3.4428000450134277,1.9707000255584717,2.928800106048584,3.439500093460083,1.9179999828338623,2.928800106048584,3.4428000450134277,1.9438999891281128,2.8610000610351562,3.441699981689453,1.9707000255584717,2.928800106048584,3.439500093460083,1.9438999891281128,2.8610000610351562,3.441699981689453,1.9907000064849854,2.861799955368042,3.4382998943328857,1.9179999828338623,2.928800106048584,3.4428000450134277,1.891700029373169,2.9289000034332275,3.4491000175476074,1.9210000038146973,2.8596999645233154,3.4479000568389893,1.9179999828338623,2.928800106048584,3.4428000450134277,1.9210000038146973,2.8596999645233154,3.4479000568389893,1.9438999891281128,2.8610000610351562,3.441699981689453,2.0915000438690186,2.724400043487549,3.4718000888824463,2.091099977493286,2.724400043487549,3.4518001079559326,2.0204999446868896,2.7523999214172363,3.454900026321411,2.0915000438690186,2.724400043487549,3.4718000888824463,2.0204999446868896,2.7523999214172363,3.454900026321411,2.020900011062622,2.752500057220459,3.474900007247925,2.167099952697754,2.714900016784668,3.4690001010894775,2.166800022125244,2.714900016784668,3.4489998817443848,2.091099977493286,2.724400043487549,3.4518001079559326,2.167099952697754,2.714900016784668,3.4690001010894775,2.091099977493286,2.724400043487549,3.4518001079559326,2.0915000438690186,2.724400043487549,3.4718000888824463,2.091099977493286,2.724400043487549,3.4518001079559326,2.0924999713897705,2.7284998893737793,3.4402999877929688,2.023699998855591,2.7555999755859375,3.4433000087738037,2.091099977493286,2.724400043487549,3.4518001079559326,2.023699998855591,2.7555999755859375,3.4433000087738037,2.0204999446868896,2.7523999214172363,3.454900026321411,2.166800022125244,2.714900016784668,3.4489998817443848,2.1665000915527344,2.7191998958587646,3.4375,2.0924999713897705,2.7284998893737793,3.4402999877929688,2.166800022125244,2.714900016784668,3.4489998817443848,2.0924999713897705,2.7284998893737793,3.4402999877929688,2.091099977493286,2.724400043487549,3.4518001079559326,2.3124001026153564,2.751800060272217,3.4663000106811523,2.3120999336242676,2.751699924468994,3.4463000297546387,2.2421998977661133,2.7239999771118164,3.447000026702881,2.3124001026153564,2.751800060272217,3.4663000106811523,2.2421998977661133,2.7239999771118164,3.447000026702881,2.2425999641418457,2.7239999771118164,3.466900110244751,2.2421998977661133,2.7239999771118164,3.447000026702881,2.3120999336242676,2.751699924468994,3.4463000297546387,2.3083999156951904,2.755000114440918,3.4351000785827637,2.2421998977661133,2.7239999771118164,3.447000026702881,2.3083999156951904,2.755000114440918,3.4351000785827637,2.240299940109253,2.728100061416626,3.4356000423431396,2.2425999641418457,2.7239999771118164,3.466900110244751,2.2421998977661133,2.7239999771118164,3.447000026702881,2.166800022125244,2.714900016784668,3.4489998817443848,2.2425999641418457,2.7239999771118164,3.466900110244751,2.166800022125244,2.714900016784668,3.4489998817443848,2.167099952697754,2.714900016784668,3.4690001010894775,2.166800022125244,2.714900016784668,3.4489998817443848,2.2421998977661133,2.7239999771118164,3.447000026702881,2.240299940109253,2.728100061416626,3.4356000423431396,2.166800022125244,2.714900016784668,3.4489998817443848,2.240299940109253,2.728100061416626,3.4356000423431396,2.1665000915527344,2.7191998958587646,3.4375,2.2825000286102295,2.7783000469207764,3.4300999641418457,2.2342000007629395,2.765000104904175,3.430000066757202,2.235100030899048,2.7404000759124756,3.430799961090088,2.2825000286102295,2.7783000469207764,3.4300999641418457,2.235100030899048,2.7404000759124756,3.430799961090088,2.2976999282836914,2.764899969100952,3.430500030517578,2.1658999919891357,2.758500099182129,3.4310998916625977,2.166300058364868,2.7323999404907227,3.432300090789795,2.235100030899048,2.7404000759124756,3.430799961090088,2.1658999919891357,2.758500099182129,3.4310998916625977,2.235100030899048,2.7404000759124756,3.430799961090088,2.2342000007629395,2.765000104904175,3.430000066757202,2.2976999282836914,2.764899969100952,3.430500030517578,2.235100030899048,2.7404000759124756,3.430799961090088,2.240299940109253,2.728100061416626,3.4356000423431396,2.2976999282836914,2.764899969100952,3.430500030517578,2.240299940109253,2.728100061416626,3.4356000423431396,2.3083999156951904,2.755000114440918,3.4351000785827637,2.235100030899048,2.7404000759124756,3.430799961090088,2.166300058364868,2.7323999404907227,3.432300090789795,2.1665000915527344,2.7191998958587646,3.4375,2.235100030899048,2.7404000759124756,3.430799961090088,2.1665000915527344,2.7191998958587646,3.4375,2.240299940109253,2.728100061416626,3.4356000423431396,2.048799991607666,2.778700113296509,3.436000108718872,2.0339999198913574,2.765399932861328,3.4377999305725098,2.0971999168395996,2.740799903869629,3.4349000453948975,2.048799991607666,2.778700113296509,3.436000108718872,2.0971999168395996,2.740799903869629,3.4349000453948975,2.097399950027466,2.7653000354766846,3.4335999488830566,2.0339999198913574,2.765399932861328,3.4377999305725098,2.023699998855591,2.7555999755859375,3.4433000087738037,2.0924999713897705,2.7284998893737793,3.4402999877929688,2.0339999198913574,2.765399932861328,3.4377999305725098,2.0924999713897705,2.7284998893737793,3.4402999877929688,2.0971999168395996,2.740799903869629,3.4349000453948975,2.1658999919891357,2.758500099182129,3.4310998916625977,2.097399950027466,2.7653000354766846,3.4335999488830566,2.0971999168395996,2.740799903869629,3.4349000453948975,2.1658999919891357,2.758500099182129,3.4310998916625977,2.0971999168395996,2.740799903869629,3.4349000453948975,2.166300058364868,2.7323999404907227,3.432300090789795,2.0971999168395996,2.740799903869629,3.4349000453948975,2.0924999713897705,2.7284998893737793,3.4402999877929688,2.1665000915527344,2.7191998958587646,3.4375,2.0971999168395996,2.740799903869629,3.4349000453948975,2.1665000915527344,2.7191998958587646,3.4375,2.166300058364868,2.7323999404907227,3.432300090789795,2.3124001026153564,2.751800060272217,3.4663000106811523,2.3714001178741455,2.7981998920440674,3.467600107192993,2.3710999488830566,2.7981998920440674,3.4475998878479004,2.3124001026153564,2.751800060272217,3.4663000106811523,2.3710999488830566,2.7981998920440674,3.4475998878479004,2.3120999336242676,2.751699924468994,3.4463000297546387,2.3714001178741455,2.7981998920440674,3.467600107192993,2.4168999195098877,2.8587000370025635,3.469899892807007,2.4165000915527344,2.8587000370025635,3.449899911880493,2.3714001178741455,2.7981998920440674,3.467600107192993,2.4165000915527344,2.8587000370025635,3.449899911880493,2.3710999488830566,2.7981998920440674,3.4475998878479004,2.3120999336242676,2.751699924468994,3.4463000297546387,2.3710999488830566,2.7981998920440674,3.4475998878479004,2.3650999069213867,2.7999000549316406,3.436199903488159,2.3120999336242676,2.751699924468994,3.4463000297546387,2.3650999069213867,2.7999000549316406,3.436199903488159,2.3083999156951904,2.755000114440918,3.4351000785827637,2.3710999488830566,2.7981998920440674,3.4475998878479004,2.4165000915527344,2.8587000370025635,3.449899911880493,2.4086999893188477,2.859100103378296,3.4382998943328857,2.3710999488830566,2.7981998920440674,3.4475998878479004,2.4086999893188477,2.859100103378296,3.4382998943328857,2.3650999069213867,2.7999000549316406,3.436199903488159,2.446199893951416,2.9286000728607178,3.4719998836517334,2.456899881362915,3.0030999183654785,3.473099946975708,2.4565999507904053,3.0030999183654785,3.4530999660491943,2.446199893951416,2.9286000728607178,3.4719998836517334,2.4565999507904053,3.0030999183654785,3.4530999660491943,2.4458999633789062,2.928499937057495,3.4519999027252197,2.4458999633789062,2.928499937057495,3.4519999027252197,2.4565999507904053,3.0030999183654785,3.4530999660491943,2.447200059890747,3.003000020980835,3.441499948501587,2.4458999633789062,2.928499937057495,3.4519999027252197,2.447200059890747,3.003000020980835,3.441499948501587,2.4368999004364014,2.928499937057495,3.4403998851776123,2.4168999195098877,2.8587000370025635,3.469899892807007,2.446199893951416,2.9286000728607178,3.4719998836517334,2.4458999633789062,2.928499937057495,3.4519999027252197,2.4168999195098877,2.8587000370025635,3.469899892807007,2.4458999633789062,2.928499937057495,3.4519999027252197,2.4165000915527344,2.8587000370025635,3.449899911880493,2.4165000915527344,2.8587000370025635,3.449899911880493,2.4458999633789062,2.928499937057495,3.4519999027252197,2.4368999004364014,2.928499937057495,3.4403998851776123,2.4165000915527344,2.8587000370025635,3.449899911880493,2.4368999004364014,2.928499937057495,3.4403998851776123,2.4086999893188477,2.859100103378296,3.4382998943328857,2.3649001121520996,3.003000020980835,3.4342000484466553,2.357599973678589,2.928499937057495,3.433300018310547,2.410399913787842,2.928499937057495,3.4349000453948975,2.3649001121520996,3.003000020980835,3.4342000484466553,2.410399913787842,2.928499937057495,3.4349000453948975,2.4196999073028564,3.003000020980835,3.436000108718872,2.357599973678589,2.928499937057495,3.433300018310547,2.33870005607605,2.8613998889923096,3.4316000938415527,2.385499954223633,2.8603999614715576,3.433000087738037,2.357599973678589,2.928499937057495,3.433300018310547,2.385499954223633,2.8603999614715576,3.433000087738037,2.410399913787842,2.928499937057495,3.4349000453948975,2.4196999073028564,3.003000020980835,3.436000108718872,2.410399913787842,2.928499937057495,3.4349000453948975,2.4368999004364014,2.928499937057495,3.4403998851776123,2.4196999073028564,3.003000020980835,3.436000108718872,2.4368999004364014,2.928499937057495,3.4403998851776123,2.447200059890747,3.003000020980835,3.441499948501587,2.410399913787842,2.928499937057495,3.4349000453948975,2.385499954223633,2.8603999614715576,3.433000087738037,2.4086999893188477,2.859100103378296,3.4382998943328857,2.410399913787842,2.928499937057495,3.4349000453948975,2.4086999893188477,2.859100103378296,3.4382998943328857,2.4368999004364014,2.928499937057495,3.4403998851776123,2.310699939727783,2.809000015258789,3.4303998947143555,2.2825000286102295,2.7783000469207764,3.4300999641418457,2.2976999282836914,2.764899969100952,3.430500030517578,2.310699939727783,2.809000015258789,3.4303998947143555,2.2976999282836914,2.764899969100952,3.430500030517578,2.347899913787842,2.8053998947143555,3.4314000606536865,2.347899913787842,2.8053998947143555,3.4314000606536865,2.2976999282836914,2.764899969100952,3.430500030517578,2.3083999156951904,2.755000114440918,3.4351000785827637,2.347899913787842,2.8053998947143555,3.4314000606536865,2.3083999156951904,2.755000114440918,3.4351000785827637,2.3650999069213867,2.7999000549316406,3.436199903488159,2.33870005607605,2.8613998889923096,3.4316000938415527,2.310699939727783,2.809000015258789,3.4303998947143555,2.347899913787842,2.8053998947143555,3.4314000606536865,2.33870005607605,2.8613998889923096,3.4316000938415527,2.347899913787842,2.8053998947143555,3.4314000606536865,2.385499954223633,2.8603999614715576,3.433000087738037,2.385499954223633,2.8603999614715576,3.433000087738037,2.347899913787842,2.8053998947143555,3.4314000606536865,2.3650999069213867,2.7999000549316406,3.436199903488159,2.385499954223633,2.8603999614715576,3.433000087738037,2.3650999069213867,2.7999000549316406,3.436199903488159,2.4086999893188477,2.859100103378296,3.4382998943328857,2.446199893951416,3.077699899673462,3.4719998836517334,2.4458999633789062,3.0776000022888184,3.4521000385284424,2.4565999507904053,3.0030999183654785,3.4530999660491943,2.446199893951416,3.077699899673462,3.4719998836517334,2.4565999507904053,3.0030999183654785,3.4530999660491943,2.456899881362915,3.0030999183654785,3.473099946975708,2.4168999195098877,3.147599935531616,3.4697999954223633,2.4165000915527344,3.1475000381469727,3.4498000144958496,2.4458999633789062,3.0776000022888184,3.4521000385284424,2.4168999195098877,3.147599935531616,3.4697999954223633,2.4458999633789062,3.0776000022888184,3.4521000385284424,2.446199893951416,3.077699899673462,3.4719998836517334,2.4458999633789062,3.0776000022888184,3.4521000385284424,2.4368999004364014,3.0776000022888184,3.4403998851776123,2.447200059890747,3.003000020980835,3.441499948501587,2.4458999633789062,3.0776000022888184,3.4521000385284424,2.447200059890747,3.003000020980835,3.441499948501587,2.4565999507904053,3.0030999183654785,3.4530999660491943,2.4165000915527344,3.1475000381469727,3.4498000144958496,2.4086999893188477,3.1470000743865967,3.4382998943328857,2.4368999004364014,3.0776000022888184,3.4403998851776123,2.4165000915527344,3.1475000381469727,3.4498000144958496,2.4368999004364014,3.0776000022888184,3.4403998851776123,2.4458999633789062,3.0776000022888184,3.4521000385284424,2.3125,3.254699945449829,3.4655001163482666,2.3122000694274902,3.2546000480651855,3.4456000328063965,2.3710999488830566,3.2079999446868896,3.4474000930786133,2.3125,3.254699945449829,3.4655001163482666,2.3710999488830566,3.2079999446868896,3.4474000930786133,2.3714001178741455,3.2081000804901123,3.4672999382019043,2.3122000694274902,3.2546000480651855,3.4456000328063965,2.308500051498413,3.251300096511841,3.4342000484466553,2.3652000427246094,3.206199884414673,3.4358999729156494,2.3122000694274902,3.2546000480651855,3.4456000328063965,2.3652000427246094,3.206199884414673,3.4358999729156494,2.3710999488830566,3.2079999446868896,3.4474000930786133,2.3714001178741455,3.2081000804901123,3.4672999382019043,2.3710999488830566,3.2079999446868896,3.4474000930786133,2.4165000915527344,3.1475000381469727,3.4498000144958496,2.3714001178741455,3.2081000804901123,3.4672999382019043,2.4165000915527344,3.1475000381469727,3.4498000144958496,2.4168999195098877,3.147599935531616,3.4697999954223633,2.3710999488830566,3.2079999446868896,3.4474000930786133,2.3652000427246094,3.206199884414673,3.4358999729156494,2.4086999893188477,3.1470000743865967,3.4382998943328857,2.3710999488830566,3.2079999446868896,3.4474000930786133,2.4086999893188477,3.1470000743865967,3.4382998943328857,2.4165000915527344,3.1475000381469727,3.4498000144958496,2.310800075531006,3.1970999240875244,3.4296000003814697,2.347899913787842,3.200700044631958,3.430999994277954,2.297800064086914,3.241300106048584,3.4296000003814697,2.310800075531006,3.1970999240875244,3.4296000003814697,2.297800064086914,3.241300106048584,3.4296000003814697,2.282599925994873,3.2279000282287598,3.4291000366210938,2.33870005607605,3.144700050354004,3.4312000274658203,2.385499954223633,3.1456000804901123,3.4328999519348145,2.347899913787842,3.200700044631958,3.430999994277954,2.33870005607605,3.144700050354004,3.4312000274658203,2.347899913787842,3.200700044631958,3.430999994277954,2.310800075531006,3.1970999240875244,3.4296000003814697,2.347899913787842,3.200700044631958,3.430999994277954,2.3652000427246094,3.206199884414673,3.4358999729156494,2.308500051498413,3.251300096511841,3.4342000484466553,2.347899913787842,3.200700044631958,3.430999994277954,2.308500051498413,3.251300096511841,3.4342000484466553,2.297800064086914,3.241300106048584,3.4296000003814697,2.385499954223633,3.1456000804901123,3.4328999519348145,2.4086999893188477,3.1470000743865967,3.4382998943328857,2.3652000427246094,3.206199884414673,3.4358999729156494,2.385499954223633,3.1456000804901123,3.4328999519348145,2.3652000427246094,3.206199884414673,3.4358999729156494,2.347899913787842,3.200700044631958,3.430999994277954,2.3649001121520996,3.003000020980835,3.4342000484466553,2.4196999073028564,3.003000020980835,3.436000108718872,2.410399913787842,3.077500104904175,3.4349000453948975,2.3649001121520996,3.003000020980835,3.4342000484466553,2.410399913787842,3.077500104904175,3.4349000453948975,2.357599973678589,3.077500104904175,3.4330999851226807,2.4196999073028564,3.003000020980835,3.436000108718872,2.447200059890747,3.003000020980835,3.441499948501587,2.4368999004364014,3.0776000022888184,3.4403998851776123,2.4196999073028564,3.003000020980835,3.436000108718872,2.4368999004364014,3.0776000022888184,3.4403998851776123,2.410399913787842,3.077500104904175,3.4349000453948975,2.357599973678589,3.077500104904175,3.4330999851226807,2.410399913787842,3.077500104904175,3.4349000453948975,2.385499954223633,3.1456000804901123,3.4328999519348145,2.357599973678589,3.077500104904175,3.4330999851226807,2.385499954223633,3.1456000804901123,3.4328999519348145,2.33870005607605,3.144700050354004,3.4312000274658203,2.410399913787842,3.077500104904175,3.4349000453948975,2.4368999004364014,3.0776000022888184,3.4403998851776123,2.4086999893188477,3.1470000743865967,3.4382998943328857,2.410399913787842,3.077500104904175,3.4349000453948975,2.4086999893188477,3.1470000743865967,3.4382998943328857,2.385499954223633,3.1456000804901123,3.4328999519348145,2.2427000999450684,3.282599925994873,3.4653000831604004,2.2423999309539795,3.2825000286102295,3.4453999996185303,2.3122000694274902,3.2546000480651855,3.4456000328063965,2.2427000999450684,3.282599925994873,3.4653000831604004,2.3122000694274902,3.2546000480651855,3.4456000328063965,2.3125,3.254699945449829,3.4655001163482666,2.1673998832702637,3.2918999195098877,3.466399908065796,2.1670000553131104,3.291800022125244,3.446500062942505,2.2423999309539795,3.2825000286102295,3.4453999996185303,2.1673998832702637,3.2918999195098877,3.466399908065796,2.2423999309539795,3.2825000286102295,3.4453999996185303,2.2427000999450684,3.282599925994873,3.4653000831604004,2.2423999309539795,3.2825000286102295,3.4453999996185303,2.240499973297119,3.2783000469207764,3.434000015258789,2.308500051498413,3.251300096511841,3.4342000484466553,2.2423999309539795,3.2825000286102295,3.4453999996185303,2.308500051498413,3.251300096511841,3.4342000484466553,2.3122000694274902,3.2546000480651855,3.4456000328063965,2.1670000553131104,3.291800022125244,3.446500062942505,2.166800022125244,3.2873001098632812,3.434999942779541,2.240499973297119,3.2783000469207764,3.434000015258789,2.1670000553131104,3.291800022125244,3.446500062942505,2.240499973297119,3.2783000469207764,3.434000015258789,2.2423999309539795,3.2825000286102295,3.4453999996185303,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.021199941635132,3.2546000480651855,3.4711999893188477,2.020900011062622,3.254499912261963,3.4512999057769775,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.020900011062622,3.254499912261963,3.4512999057769775,2.091399908065796,3.282399892807007,3.448499917984009,2.091399908065796,3.282399892807007,3.448499917984009,2.020900011062622,3.254499912261963,3.4512999057769775,2.0241000652313232,3.2511000633239746,3.4398000240325928,2.091399908065796,3.282399892807007,3.448499917984009,2.0241000652313232,3.2511000633239746,3.4398000240325928,2.0927999019622803,3.2781999111175537,3.437000036239624,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.091399908065796,3.282399892807007,3.448499917984009,2.1670000553131104,3.291800022125244,3.446500062942505,2.0917999744415283,3.2825000286102295,3.4684998989105225,2.1670000553131104,3.291800022125244,3.446500062942505,2.1673998832702637,3.2918999195098877,3.466399908065796,2.1670000553131104,3.291800022125244,3.446500062942505,2.091399908065796,3.282399892807007,3.448499917984009,2.0927999019622803,3.2781999111175537,3.437000036239624,2.1670000553131104,3.291800022125244,3.446500062942505,2.0927999019622803,3.2781999111175537,3.437000036239624,2.166800022125244,3.2873001098632812,3.434999942779541,2.0490000247955322,3.227799892425537,3.433199882507324,2.097599983215332,3.2411999702453613,3.4309000968933105,2.097399950027466,3.2657999992370605,3.4319000244140625,2.0490000247955322,3.227799892425537,3.433199882507324,2.097399950027466,3.2657999992370605,3.4319000244140625,2.0343000888824463,3.2411999702453613,3.434499979019165,2.166100025177002,3.2479000091552734,3.428999900817871,2.1665000915527344,3.2741000652313232,3.4298999309539795,2.097399950027466,3.2657999992370605,3.4319000244140625,2.166100025177002,3.2479000091552734,3.428999900817871,2.097399950027466,3.2657999992370605,3.4319000244140625,2.097599983215332,3.2411999702453613,3.4309000968933105,2.0343000888824463,3.2411999702453613,3.434499979019165,2.097399950027466,3.2657999992370605,3.4319000244140625,2.0927999019622803,3.2781999111175537,3.437000036239624,2.0343000888824463,3.2411999702453613,3.434499979019165,2.0927999019622803,3.2781999111175537,3.437000036239624,2.0241000652313232,3.2511000633239746,3.4398000240325928,2.097399950027466,3.2657999992370605,3.4319000244140625,2.1665000915527344,3.2741000652313232,3.4298999309539795,2.166800022125244,3.2873001098632812,3.434999942779541,2.097399950027466,3.2657999992370605,3.4319000244140625,2.166800022125244,3.2873001098632812,3.434999942779541,2.0927999019622803,3.2781999111175537,3.437000036239624,2.282599925994873,3.2279000282287598,3.4291000366210938,2.297800064086914,3.241300106048584,3.4296000003814697,2.235300064086914,3.265899896621704,3.4291999340057373,2.282599925994873,3.2279000282287598,3.4291000366210938,2.235300064086914,3.265899896621704,3.4291999340057373,2.2344000339508057,3.241300106048584,3.4284000396728516,2.297800064086914,3.241300106048584,3.4296000003814697,2.308500051498413,3.251300096511841,3.4342000484466553,2.240499973297119,3.2783000469207764,3.434000015258789,2.297800064086914,3.241300106048584,3.4296000003814697,2.240499973297119,3.2783000469207764,3.434000015258789,2.235300064086914,3.265899896621704,3.4291999340057373,2.166100025177002,3.2479000091552734,3.428999900817871,2.2344000339508057,3.241300106048584,3.4284000396728516,2.235300064086914,3.265899896621704,3.4291999340057373,2.166100025177002,3.2479000091552734,3.428999900817871,2.235300064086914,3.265899896621704,3.4291999340057373,2.1665000915527344,3.2741000652313232,3.4298999309539795,2.235300064086914,3.265899896621704,3.4291999340057373,2.240499973297119,3.2783000469207764,3.434000015258789,2.166800022125244,3.2873001098632812,3.434999942779541,2.235300064086914,3.265899896621704,3.4291999340057373,2.166800022125244,3.2873001098632812,3.434999942779541,2.1665000915527344,3.2741000652313232,3.4298999309539795,2.021199941635132,3.2546000480651855,3.4711999893188477,1.9609999656677246,3.2079999446868896,3.474299907684326,1.9607000350952148,3.207900047302246,3.4542999267578125,2.021199941635132,3.2546000480651855,3.4711999893188477,1.9607000350952148,3.207900047302246,3.4542999267578125,2.020900011062622,3.254499912261963,3.4512999057769775,1.9609999656677246,3.2079999446868896,3.474299907684326,1.9141000509262085,3.1475000381469727,3.477299928665161,1.9138000011444092,3.14739990234375,3.4572999477386475,1.9609999656677246,3.2079999446868896,3.474299907684326,1.9138000011444092,3.14739990234375,3.4572999477386475,1.9607000350952148,3.207900047302246,3.4542999267578125,2.020900011062622,3.254499912261963,3.4512999057769775,1.9607000350952148,3.207900047302246,3.4542999267578125,1.9660999774932861,3.2060000896453857,3.442699909210205,2.020900011062622,3.254499912261963,3.4512999057769775,1.9660999774932861,3.2060000896453857,3.442699909210205,2.0241000652313232,3.2511000633239746,3.4398000240325928,1.9607000350952148,3.207900047302246,3.4542999267578125,1.9138000011444092,3.14739990234375,3.4572999477386475,1.9213000535964966,3.146899938583374,3.445499897003174,1.9607000350952148,3.207900047302246,3.4542999267578125,1.9213000535964966,3.146899938583374,3.445499897003174,1.9660999774932861,3.2060000896453857,3.442699909210205,1.8724000453948975,3.0032999515533447,3.481100082397461,1.871999979019165,3.003200054168701,3.4611001014709473,1.8832000494003296,3.0776000022888184,3.459700107574463,1.8724000453948975,3.0032999515533447,3.481100082397461,1.8832000494003296,3.0776000022888184,3.459700107574463,1.8835999965667725,3.077699899673462,3.4797000885009766,1.8832000494003296,3.0776000022888184,3.459700107574463,1.871999979019165,3.003200054168701,3.4611001014709473,1.88100004196167,3.003200054168701,3.449199914932251,1.8832000494003296,3.0776000022888184,3.459700107574463,1.88100004196167,3.003200054168701,3.449199914932251,1.891800045967102,3.0776000022888184,3.4477999210357666,1.9141000509262085,3.1475000381469727,3.477299928665161,1.8835999965667725,3.077699899673462,3.4797000885009766,1.8832000494003296,3.0776000022888184,3.459700107574463,1.9141000509262085,3.1475000381469727,3.477299928665161,1.8832000494003296,3.0776000022888184,3.459700107574463,1.9138000011444092,3.14739990234375,3.4572999477386475,1.9138000011444092,3.14739990234375,3.4572999477386475,1.8832000494003296,3.0776000022888184,3.459700107574463,1.891800045967102,3.0776000022888184,3.4477999210357666,1.9138000011444092,3.14739990234375,3.4572999477386475,1.891800045967102,3.0776000022888184,3.4477999210357666,1.9213000535964966,3.146899938583374,3.445499897003174,1.9630000591278076,3.0030999183654785,3.43969988822937,1.9708000421524048,3.077500104904175,3.4384000301361084,1.9180999994277954,3.077500104904175,3.4416000843048096,1.9630000591278076,3.0030999183654785,3.43969988822937,1.9180999994277954,3.077500104904175,3.4416000843048096,1.9083000421524048,3.0030999183654785,3.443000078201294,1.9708000421524048,3.077500104904175,3.4384000301361084,1.9909000396728516,3.1445999145507812,3.436300039291382,1.944200038909912,3.1454999446868896,3.4393999576568604,1.9708000421524048,3.077500104904175,3.4384000301361084,1.944200038909912,3.1454999446868896,3.4393999576568604,1.9180999994277954,3.077500104904175,3.4416000843048096,1.9083000421524048,3.0030999183654785,3.443000078201294,1.9180999994277954,3.077500104904175,3.4416000843048096,1.891800045967102,3.0776000022888184,3.4477999210357666,1.9083000421524048,3.0030999183654785,3.443000078201294,1.891800045967102,3.0776000022888184,3.4477999210357666,1.88100004196167,3.003200054168701,3.449199914932251,1.9180999994277954,3.077500104904175,3.4416000843048096,1.944200038909912,3.1454999446868896,3.4393999576568604,1.9213000535964966,3.146899938583374,3.445499897003174,1.9180999994277954,3.077500104904175,3.4416000843048096,1.9213000535964966,3.146899938583374,3.445499897003174,1.891800045967102,3.0776000022888184,3.4477999210357666,2.0199999809265137,3.197000026702881,3.434299945831299,2.0490000247955322,3.227799892425537,3.433199882507324,2.0343000888824463,3.2411999702453613,3.434499979019165,2.0199999809265137,3.197000026702881,3.434299945831299,2.0343000888824463,3.2411999702453613,3.434499979019165,1.9830000400543213,3.2005999088287354,3.437000036239624,1.9830000400543213,3.2005999088287354,3.437000036239624,2.0343000888824463,3.2411999702453613,3.434499979019165,2.0241000652313232,3.2511000633239746,3.4398000240325928,1.9830000400543213,3.2005999088287354,3.437000036239624,2.0241000652313232,3.2511000633239746,3.4398000240325928,1.9660999774932861,3.2060000896453857,3.442699909210205,1.9909000396728516,3.1445999145507812,3.436300039291382,2.0199999809265137,3.197000026702881,3.434299945831299,1.9830000400543213,3.2005999088287354,3.437000036239624,1.9909000396728516,3.1445999145507812,3.436300039291382,1.9830000400543213,3.2005999088287354,3.437000036239624,1.944200038909912,3.1454999446868896,3.4393999576568604,1.944200038909912,3.1454999446868896,3.4393999576568604,1.9830000400543213,3.2005999088287354,3.437000036239624,1.9660999774932861,3.2060000896453857,3.442699909210205,1.944200038909912,3.1454999446868896,3.4393999576568604,1.9660999774932861,3.2060000896453857,3.442699909210205,1.9213000535964966,3.146899938583374,3.445499897003174,1.8985999822616577,2.933000087738037,3.381200075149536,1.899899959564209,2.9333999156951904,3.4728000164031982,1.8895000219345093,3.003499984741211,3.472899913787842,1.8985999822616577,2.933000087738037,3.381200075149536,1.8895000219345093,3.003499984741211,3.472899913787842,1.888200044631958,3.0030999183654785,3.3812999725341797,1.8985999822616577,2.933000087738037,3.381200075149536,1.927299976348877,2.867300033569336,3.380000114440918,1.9286999702453613,2.8677000999450684,3.47160005569458,1.8985999822616577,2.933000087738037,3.381200075149536,1.9286999702453613,2.8677000999450684,3.47160005569458,1.899899959564209,2.9333999156951904,3.4728000164031982,1.899899959564209,2.9333999156951904,3.4728000164031982,1.9012999534606934,2.933799982070923,3.5761001110076904,1.8907999992370605,3.0039000511169434,3.5761001110076904,1.899899959564209,2.9333999156951904,3.4728000164031982,1.8907999992370605,3.0039000511169434,3.5761001110076904,1.8895000219345093,3.003499984741211,3.472899913787842,1.899899959564209,2.9333999156951904,3.4728000164031982,1.9286999702453613,2.8677000999450684,3.47160005569458,1.9299999475479126,2.8680999279022217,3.574899911880493,1.899899959564209,2.9333999156951904,3.4728000164031982,1.9299999475479126,2.8680999279022217,3.574899911880493,1.9012999534606934,2.933799982070923,3.5761001110076904,1.971500039100647,2.81030011177063,3.3778998851776123,2.0283000469207764,2.7664999961853027,3.3752999305725098,2.029599905014038,2.7667999267578125,3.466900110244751,1.971500039100647,2.81030011177063,3.3778998851776123,2.029599905014038,2.7667999267578125,3.466900110244751,1.9728000164031982,2.810699939727783,3.4695000648498535,1.9728000164031982,2.810699939727783,3.4695000648498535,2.029599905014038,2.7667999267578125,3.466900110244751,2.030900001525879,2.767199993133545,3.570199966430664,1.9728000164031982,2.810699939727783,3.4695000648498535,2.030900001525879,2.767199993133545,3.570199966430664,1.9740999937057495,2.8111000061035156,3.5727999210357666,1.927299976348877,2.867300033569336,3.380000114440918,1.971500039100647,2.81030011177063,3.3778998851776123,1.9728000164031982,2.810699939727783,3.4695000648498535,1.927299976348877,2.867300033569336,3.380000114440918,1.9728000164031982,2.810699939727783,3.4695000648498535,1.9286999702453613,2.8677000999450684,3.47160005569458,1.9286999702453613,2.8677000999450684,3.47160005569458,1.9728000164031982,2.810699939727783,3.4695000648498535,1.9740999937057495,2.8111000061035156,3.5727999210357666,1.9286999702453613,2.8677000999450684,3.47160005569458,1.9740999937057495,2.8111000061035156,3.5727999210357666,1.9299999475479126,2.8680999279022217,3.574899911880493,2.0336999893188477,2.768399953842163,3.858799934387207,1.9768999814987183,2.812299966812134,3.8610999584198,1.9754999876022339,2.8115999698638916,3.69950008392334,2.0336999893188477,2.768399953842163,3.858799934387207,1.9754999876022339,2.8115999698638916,3.69950008392334,2.0322999954223633,2.767699956893921,3.696899890899658,1.9768999814987183,2.812299966812134,3.8610999584198,1.932800054550171,2.8691999912261963,3.8629000186920166,1.9313000440597534,2.8685998916625977,3.7014000415802,1.9768999814987183,2.812299966812134,3.8610999584198,1.9313000440597534,2.8685998916625977,3.7014000415802,1.9754999876022339,2.8115999698638916,3.69950008392334,2.0322999954223633,2.767699956893921,3.696899890899658,1.9754999876022339,2.8115999698638916,3.69950008392334,1.9740999937057495,2.8111000061035156,3.5727999210357666,2.0322999954223633,2.767699956893921,3.696899890899658,1.9740999937057495,2.8111000061035156,3.5727999210357666,2.030900001525879,2.767199993133545,3.570199966430664,1.9754999876022339,2.8115999698638916,3.69950008392334,1.9313000440597534,2.8685998916625977,3.7014000415802,1.9299999475479126,2.8680999279022217,3.574899911880493,1.9754999876022339,2.8115999698638916,3.69950008392334,1.9299999475479126,2.8680999279022217,3.574899911880493,1.9740999937057495,2.8111000061035156,3.5727999210357666,1.8935999870300293,3.005000114440918,3.864000082015991,1.892199993133545,3.0044000148773193,3.7026000022888184,1.9026000499725342,2.9342000484466553,3.7026000022888184,1.8935999870300293,3.005000114440918,3.864000082015991,1.9026000499725342,2.9342000484466553,3.7026000022888184,1.904099941253662,2.9349000453948975,3.8638999462127686,1.892199993133545,3.0044000148773193,3.7026000022888184,1.8907999992370605,3.0039000511169434,3.5761001110076904,1.9012999534606934,2.933799982070923,3.5761001110076904,1.892199993133545,3.0044000148773193,3.7026000022888184,1.9012999534606934,2.933799982070923,3.5761001110076904,1.9026000499725342,2.9342000484466553,3.7026000022888184,1.932800054550171,2.8691999912261963,3.8629000186920166,1.904099941253662,2.9349000453948975,3.8638999462127686,1.9026000499725342,2.9342000484466553,3.7026000022888184,1.932800054550171,2.8691999912261963,3.8629000186920166,1.9026000499725342,2.9342000484466553,3.7026000022888184,1.9313000440597534,2.8685998916625977,3.7014000415802,1.9313000440597534,2.8685998916625977,3.7014000415802,1.9026000499725342,2.9342000484466553,3.7026000022888184,1.9012999534606934,2.933799982070923,3.5761001110076904,1.9313000440597534,2.8685998916625977,3.7014000415802,1.9012999534606934,2.933799982070923,3.5761001110076904,1.9299999475479126,2.8680999279022217,3.574899911880493,2.0283000469207764,2.7664999961853027,3.3752999305725098,2.094899892807007,2.740000009536743,3.372299909591675,2.0961999893188477,2.7404000759124756,3.463900089263916,2.0283000469207764,2.7664999961853027,3.3752999305725098,2.0961999893188477,2.7404000759124756,3.463900089263916,2.029599905014038,2.7667999267578125,3.466900110244751,2.094899892807007,2.740000009536743,3.372299909591675,2.166300058364868,2.731100082397461,3.369499921798706,2.1677000522613525,2.7314000129699707,3.4611001014709473,2.094899892807007,2.740000009536743,3.372299909591675,2.1677000522613525,2.7314000129699707,3.4611001014709473,2.0961999893188477,2.7404000759124756,3.463900089263916,2.029599905014038,2.7667999267578125,3.466900110244751,2.0961999893188477,2.7404000759124756,3.463900089263916,2.097599983215332,2.740799903869629,3.567199945449829,2.029599905014038,2.7667999267578125,3.466900110244751,2.097599983215332,2.740799903869629,3.567199945449829,2.030900001525879,2.767199993133545,3.570199966430664,2.0961999893188477,2.7404000759124756,3.463900089263916,2.1677000522613525,2.7314000129699707,3.4611001014709473,2.1689999103546143,2.731800079345703,3.564500093460083,2.0961999893188477,2.7404000759124756,3.463900089263916,2.1689999103546143,2.731800079345703,3.564500093460083,2.097599983215332,2.740799903869629,3.567199945449829,2.303499937057495,2.7657999992370605,3.367000102996826,2.304800033569336,2.766200065612793,3.4586000442504883,2.2388999462127686,2.740000009536743,3.459199905395508,2.303499937057495,2.7657999992370605,3.367000102996826,2.2388999462127686,2.740000009536743,3.459199905395508,2.237499952316284,2.7395999431610107,3.3675999641418457,2.304800033569336,2.766200065612793,3.4586000442504883,2.3060998916625977,2.7664999961853027,3.562000036239624,2.2402000427246094,2.7404000759124756,3.5625998973846436,2.304800033569336,2.766200065612793,3.4586000442504883,2.2402000427246094,2.7404000759124756,3.5625998973846436,2.2388999462127686,2.740000009536743,3.459199905395508,2.166300058364868,2.731100082397461,3.369499921798706,2.237499952316284,2.7395999431610107,3.3675999641418457,2.2388999462127686,2.740000009536743,3.459199905395508,2.166300058364868,2.731100082397461,3.369499921798706,2.2388999462127686,2.740000009536743,3.459199905395508,2.1677000522613525,2.7314000129699707,3.4611001014709473,2.1677000522613525,2.7314000129699707,3.4611001014709473,2.2388999462127686,2.740000009536743,3.459199905395508,2.2402000427246094,2.7404000759124756,3.5625998973846436,2.1677000522613525,2.7314000129699707,3.4611001014709473,2.2402000427246094,2.7404000759124756,3.5625998973846436,2.1689999103546143,2.731800079345703,3.564500093460083,2.243000030517578,2.741499900817871,3.852099895477295,2.2416000366210938,2.7409000396728516,3.6895999908447266,2.307499885559082,2.7671000957489014,3.6891000270843506,2.243000030517578,2.741499900817871,3.852099895477295,2.307499885559082,2.7671000957489014,3.6891000270843506,2.3089001178741455,2.767699956893921,3.851599931716919,2.243000030517578,2.741499900817871,3.852099895477295,2.171799898147583,2.7330000400543213,3.853800058364868,2.1703999042510986,2.732300043106079,3.691499948501587,2.243000030517578,2.741499900817871,3.852099895477295,2.1703999042510986,2.732300043106079,3.691499948501587,2.2416000366210938,2.7409000396728516,3.6895999908447266,2.2416000366210938,2.7409000396728516,3.6895999908447266,2.2402000427246094,2.7404000759124756,3.5625998973846436,2.3060998916625977,2.7664999961853027,3.562000036239624,2.2416000366210938,2.7409000396728516,3.6895999908447266,2.3060998916625977,2.7664999961853027,3.562000036239624,2.307499885559082,2.7671000957489014,3.6891000270843506,2.2416000366210938,2.7409000396728516,3.6895999908447266,2.1703999042510986,2.732300043106079,3.691499948501587,2.1689999103546143,2.731800079345703,3.564500093460083,2.2416000366210938,2.7409000396728516,3.6895999908447266,2.1689999103546143,2.731800079345703,3.564500093460083,2.2402000427246094,2.7404000759124756,3.5625998973846436,2.100399971008301,2.7418999671936035,3.8561999797821045,2.0336999893188477,2.768399953842163,3.858799934387207,2.0322999954223633,2.767699956893921,3.696899890899658,2.100399971008301,2.7418999671936035,3.8561999797821045,2.0322999954223633,2.767699956893921,3.696899890899658,2.098900079727173,2.741300106048584,3.6940999031066895,2.098900079727173,2.741300106048584,3.6940999031066895,2.0322999954223633,2.767699956893921,3.696899890899658,2.030900001525879,2.767199993133545,3.570199966430664,2.098900079727173,2.741300106048584,3.6940999031066895,2.030900001525879,2.767199993133545,3.570199966430664,2.097599983215332,2.740799903869629,3.567199945449829,2.171799898147583,2.7330000400543213,3.853800058364868,2.100399971008301,2.7418999671936035,3.8561999797821045,2.098900079727173,2.741300106048584,3.6940999031066895,2.171799898147583,2.7330000400543213,3.853800058364868,2.098900079727173,2.741300106048584,3.6940999031066895,2.1703999042510986,2.732300043106079,3.691499948501587,2.1703999042510986,2.732300043106079,3.691499948501587,2.098900079727173,2.741300106048584,3.6940999031066895,2.097599983215332,2.740799903869629,3.567199945449829,2.1703999042510986,2.732300043106079,3.691499948501587,2.097599983215332,2.740799903869629,3.567199945449829,2.1689999103546143,2.731800079345703,3.564500093460083,2.359100103378296,2.8097000122070312,3.368299961090088,2.3605000972747803,2.809999942779541,3.45989990234375,2.304800033569336,2.766200065612793,3.4586000442504883,2.359100103378296,2.8097000122070312,3.368299961090088,2.304800033569336,2.766200065612793,3.4586000442504883,2.303499937057495,2.7657999992370605,3.367000102996826,2.4019999504089355,2.8666999340057373,3.3705999851226807,2.40339994430542,2.8671000003814697,3.4621999263763428,2.3605000972747803,2.809999942779541,3.45989990234375,2.4019999504089355,2.8666999340057373,3.3705999851226807,2.3605000972747803,2.809999942779541,3.45989990234375,2.359100103378296,2.8097000122070312,3.368299961090088,2.3605000972747803,2.809999942779541,3.45989990234375,2.361799955368042,2.8104000091552734,3.5632998943328857,2.3060998916625977,2.7664999961853027,3.562000036239624,2.3605000972747803,2.809999942779541,3.45989990234375,2.3060998916625977,2.7664999961853027,3.562000036239624,2.304800033569336,2.766200065612793,3.4586000442504883,2.40339994430542,2.8671000003814697,3.4621999263763428,2.4047000408172607,2.867500066757202,3.5655999183654785,2.361799955368042,2.8104000091552734,3.5632998943328857,2.40339994430542,2.8671000003814697,3.4621999263763428,2.361799955368042,2.8104000091552734,3.5632998943328857,2.3605000972747803,2.809999942779541,3.45989990234375,2.4398000240325928,3.003000020980835,3.373800039291382,2.4410998821258545,3.0032999515533447,3.465399980545044,2.4310998916625977,2.933000087738037,3.4642999172210693,2.4398000240325928,3.003000020980835,3.373800039291382,2.4310998916625977,2.933000087738037,3.4642999172210693,2.429800033569336,2.9326999187469482,3.3726999759674072,2.4410998821258545,3.0032999515533447,3.465399980545044,2.442500114440918,3.003700017929077,3.568700075149536,2.4323999881744385,2.9333999156951904,3.567699909210205,2.4410998821258545,3.0032999515533447,3.465399980545044,2.4323999881744385,2.9333999156951904,3.567699909210205,2.4310998916625977,2.933000087738037,3.4642999172210693,2.429800033569336,2.9326999187469482,3.3726999759674072,2.4310998916625977,2.933000087738037,3.4642999172210693,2.40339994430542,2.8671000003814697,3.4621999263763428,2.429800033569336,2.9326999187469482,3.3726999759674072,2.40339994430542,2.8671000003814697,3.4621999263763428,2.4019999504089355,2.8666999340057373,3.3705999851226807,2.4310998916625977,2.933000087738037,3.4642999172210693,2.4323999881744385,2.9333999156951904,3.567699909210205,2.4047000408172607,2.867500066757202,3.5655999183654785,2.4310998916625977,2.933000087738037,3.4642999172210693,2.4047000408172607,2.867500066757202,3.5655999183654785,2.40339994430542,2.8671000003814697,3.4621999263763428,2.4351999759674072,2.934499979019165,3.856600046157837,2.433799982070923,2.9339001178741455,3.694499969482422,2.4439001083374023,3.004199981689453,3.695499897003174,2.4351999759674072,2.934499979019165,3.856600046157837,2.4439001083374023,3.004199981689453,3.695499897003174,2.4453001022338867,3.0048999786376953,3.8575000762939453,2.4075000286102295,2.8685998916625977,3.8547000885009766,2.406100034713745,2.8678998947143555,3.692500114440918,2.433799982070923,2.9339001178741455,3.694499969482422,2.4075000286102295,2.8685998916625977,3.8547000885009766,2.433799982070923,2.9339001178741455,3.694499969482422,2.4351999759674072,2.934499979019165,3.856600046157837,2.433799982070923,2.9339001178741455,3.694499969482422,2.4323999881744385,2.9333999156951904,3.567699909210205,2.442500114440918,3.003700017929077,3.568700075149536,2.433799982070923,2.9339001178741455,3.694499969482422,2.442500114440918,3.003700017929077,3.568700075149536,2.4439001083374023,3.004199981689453,3.695499897003174,2.406100034713745,2.8678998947143555,3.692500114440918,2.4047000408172607,2.867500066757202,3.5655999183654785,2.4323999881744385,2.9333999156951904,3.567699909210205,2.406100034713745,2.8678998947143555,3.692500114440918,2.4323999881744385,2.9333999156951904,3.567699909210205,2.433799982070923,2.9339001178741455,3.694499969482422,2.3089001178741455,2.767699956893921,3.851599931716919,2.307499885559082,2.7671000957489014,3.6891000270843506,2.3631999492645264,2.8108999729156494,3.6903998851776123,2.3089001178741455,2.767699956893921,3.851599931716919,2.3631999492645264,2.8108999729156494,3.6903998851776123,2.3645999431610107,2.8115999698638916,3.852799892425537,2.307499885559082,2.7671000957489014,3.6891000270843506,2.3060998916625977,2.7664999961853027,3.562000036239624,2.361799955368042,2.8104000091552734,3.5632998943328857,2.307499885559082,2.7671000957489014,3.6891000270843506,2.361799955368042,2.8104000091552734,3.5632998943328857,2.3631999492645264,2.8108999729156494,3.6903998851776123,2.3645999431610107,2.8115999698638916,3.852799892425537,2.3631999492645264,2.8108999729156494,3.6903998851776123,2.406100034713745,2.8678998947143555,3.692500114440918,2.3645999431610107,2.8115999698638916,3.852799892425537,2.406100034713745,2.8678998947143555,3.692500114440918,2.4075000286102295,2.8685998916625977,3.8547000885009766,2.3631999492645264,2.8108999729156494,3.6903998851776123,2.361799955368042,2.8104000091552734,3.5632998943328857,2.4047000408172607,2.867500066757202,3.5655999183654785,2.3631999492645264,2.8108999729156494,3.6903998851776123,2.4047000408172607,2.867500066757202,3.5655999183654785,2.406100034713745,2.8678998947143555,3.692500114440918,2.4398000240325928,3.003000020980835,3.373800039291382,2.4296998977661133,3.0732998847961426,3.37280011177063,2.4310998916625977,3.073699951171875,3.464400053024292,2.4398000240325928,3.003000020980835,3.373800039291382,2.4310998916625977,3.073699951171875,3.464400053024292,2.4410998821258545,3.0032999515533447,3.465399980545044,2.4296998977661133,3.0732998847961426,3.37280011177063,2.4019999504089355,3.13919997215271,3.3705999851226807,2.40339994430542,3.1396000385284424,3.4621999263763428,2.4296998977661133,3.0732998847961426,3.37280011177063,2.40339994430542,3.1396000385284424,3.4621999263763428,2.4310998916625977,3.073699951171875,3.464400053024292,2.4410998821258545,3.0032999515533447,3.465399980545044,2.4310998916625977,3.073699951171875,3.464400053024292,2.4323999881744385,3.0739998817443848,3.567699909210205,2.4410998821258545,3.0032999515533447,3.465399980545044,2.4323999881744385,3.0739998817443848,3.567699909210205,2.442500114440918,3.003700017929077,3.568700075149536,2.4310998916625977,3.073699951171875,3.464400053024292,2.40339994430542,3.1396000385284424,3.4621999263763428,2.4047000408172607,3.140000104904175,3.5655999183654785,2.4310998916625977,3.073699951171875,3.464400053024292,2.4047000408172607,3.140000104904175,3.5655999183654785,2.4323999881744385,3.0739998817443848,3.567699909210205,2.359100103378296,3.1963999271392822,3.3680999279022217,2.303499937057495,3.240299940109253,3.366300106048584,2.304800033569336,3.240600109100342,3.457900047302246,2.359100103378296,3.1963999271392822,3.3680999279022217,2.304800033569336,3.240600109100342,3.457900047302246,2.3605000972747803,3.196700096130371,3.459700107574463,2.3605000972747803,3.196700096130371,3.459700107574463,2.304800033569336,3.240600109100342,3.457900047302246,2.3062000274658203,3.240999937057495,3.5613999366760254,2.3605000972747803,3.196700096130371,3.459700107574463,2.3062000274658203,3.240999937057495,3.5613999366760254,2.361799955368042,3.1970999240875244,3.5631000995635986,2.4019999504089355,3.13919997215271,3.3705999851226807,2.359100103378296,3.1963999271392822,3.3680999279022217,2.3605000972747803,3.196700096130371,3.459700107574463,2.4019999504089355,3.13919997215271,3.3705999851226807,2.3605000972747803,3.196700096130371,3.459700107574463,2.40339994430542,3.1396000385284424,3.4621999263763428,2.40339994430542,3.1396000385284424,3.4621999263763428,2.3605000972747803,3.196700096130371,3.459700107574463,2.361799955368042,3.1970999240875244,3.5631000995635986,2.40339994430542,3.1396000385284424,3.4621999263763428,2.361799955368042,3.1970999240875244,3.5631000995635986,2.4047000408172607,3.140000104904175,3.5655999183654785,2.309000015258789,3.2421998977661133,3.8510000705718994,2.3645999431610107,3.198199987411499,3.85260009765625,2.3631999492645264,3.1975998878479004,3.690200090408325,2.309000015258789,3.2421998977661133,3.8510000705718994,2.3631999492645264,3.1975998878479004,3.690200090408325,2.3076000213623047,3.241499900817871,3.688499927520752,2.3645999431610107,3.198199987411499,3.85260009765625,2.4075000286102295,3.1410999298095703,3.8547000885009766,2.406100034713745,3.140500068664551,3.692500114440918,2.3645999431610107,3.198199987411499,3.85260009765625,2.406100034713745,3.140500068664551,3.692500114440918,2.3631999492645264,3.1975998878479004,3.690200090408325,2.3076000213623047,3.241499900817871,3.688499927520752,2.3631999492645264,3.1975998878479004,3.690200090408325,2.361799955368042,3.1970999240875244,3.5631000995635986,2.3076000213623047,3.241499900817871,3.688499927520752,2.361799955368042,3.1970999240875244,3.5631000995635986,2.3062000274658203,3.240999937057495,3.5613999366760254,2.3631999492645264,3.1975998878479004,3.690200090408325,2.406100034713745,3.140500068664551,3.692500114440918,2.4047000408172607,3.140000104904175,3.5655999183654785,2.3631999492645264,3.1975998878479004,3.690200090408325,2.4047000408172607,3.140000104904175,3.5655999183654785,2.361799955368042,3.1970999240875244,3.5631000995635986,2.4351999759674072,3.075200080871582,3.856600046157837,2.4453001022338867,3.0048999786376953,3.8575000762939453,2.4439001083374023,3.004199981689453,3.695499897003174,2.4351999759674072,3.075200080871582,3.856600046157837,2.4439001083374023,3.004199981689453,3.695499897003174,2.433799982070923,3.07450008392334,3.6946001052856445,2.433799982070923,3.07450008392334,3.6946001052856445,2.4439001083374023,3.004199981689453,3.695499897003174,2.442500114440918,3.003700017929077,3.568700075149536,2.433799982070923,3.07450008392334,3.6946001052856445,2.442500114440918,3.003700017929077,3.568700075149536,2.4323999881744385,3.0739998817443848,3.567699909210205,2.4075000286102295,3.1410999298095703,3.8547000885009766,2.4351999759674072,3.075200080871582,3.856600046157837,2.433799982070923,3.07450008392334,3.6946001052856445,2.4075000286102295,3.1410999298095703,3.8547000885009766,2.433799982070923,3.07450008392334,3.6946001052856445,2.406100034713745,3.140500068664551,3.692500114440918,2.406100034713745,3.140500068664551,3.692500114440918,2.433799982070923,3.07450008392334,3.6946001052856445,2.4323999881744385,3.0739998817443848,3.567699909210205,2.406100034713745,3.140500068664551,3.692500114440918,2.4323999881744385,3.0739998817443848,3.567699909210205,2.4047000408172607,3.140000104904175,3.5655999183654785,2.303499937057495,3.240299940109253,3.366300106048584,2.2376999855041504,3.266700029373169,3.3661000728607178,2.239000082015991,3.2669999599456787,3.45770001411438,2.303499937057495,3.240299940109253,3.366300106048584,2.239000082015991,3.2669999599456787,3.45770001411438,2.304800033569336,3.240600109100342,3.457900047302246,2.1665000915527344,3.275399923324585,3.3671000003814697,2.1679000854492188,3.275700092315674,3.4588000774383545,2.239000082015991,3.2669999599456787,3.45770001411438,2.1665000915527344,3.275399923324585,3.3671000003814697,2.239000082015991,3.2669999599456787,3.45770001411438,2.2376999855041504,3.266700029373169,3.3661000728607178,2.304800033569336,3.240600109100342,3.457900047302246,2.239000082015991,3.2669999599456787,3.45770001411438,2.240299940109253,3.267400026321411,3.561199903488159,2.304800033569336,3.240600109100342,3.457900047302246,2.240299940109253,3.267400026321411,3.561199903488159,2.3062000274658203,3.240999937057495,3.5613999366760254,2.1679000854492188,3.275700092315674,3.4588000774383545,2.1691999435424805,3.276099920272827,3.5622000694274902,2.240299940109253,3.267400026321411,3.561199903488159,2.1679000854492188,3.275700092315674,3.4588000774383545,2.240299940109253,3.267400026321411,3.561199903488159,2.239000082015991,3.2669999599456787,3.45770001411438,2.028599977493286,3.2402000427246094,3.371799945831299,2.029900074005127,3.240499973297119,3.463399887084961,2.0964999198913574,3.266900062561035,3.4607999324798584,2.028599977493286,3.2402000427246094,3.371799945831299,2.0964999198913574,3.266900062561035,3.4607999324798584,2.0952000617980957,3.2665998935699463,3.3691000938415527,2.029900074005127,3.240499973297119,3.463399887084961,2.0313000679016113,3.2409000396728516,3.566800117492676,2.097899913787842,3.2672998905181885,3.564199924468994,2.029900074005127,3.240499973297119,3.463399887084961,2.097899913787842,3.2672998905181885,3.564199924468994,2.0964999198913574,3.266900062561035,3.4607999324798584,2.0952000617980957,3.2665998935699463,3.3691000938415527,2.0964999198913574,3.266900062561035,3.4607999324798584,2.1679000854492188,3.275700092315674,3.4588000774383545,2.0952000617980957,3.2665998935699463,3.3691000938415527,2.1679000854492188,3.275700092315674,3.4588000774383545,2.1665000915527344,3.275399923324585,3.3671000003814697,2.0964999198913574,3.266900062561035,3.4607999324798584,2.097899913787842,3.2672998905181885,3.564199924468994,2.1691999435424805,3.276099920272827,3.5622000694274902,2.0964999198913574,3.266900062561035,3.4607999324798584,2.1691999435424805,3.276099920272827,3.5622000694274902,2.1679000854492188,3.275700092315674,3.4588000774383545,2.100600004196167,3.2685000896453857,3.8534998893737793,2.0992000102996826,3.2678000926971436,3.6910998821258545,2.032599925994873,3.2414000034332275,3.6935999393463135,2.100600004196167,3.2685000896453857,3.8534998893737793,2.032599925994873,3.2414000034332275,3.6935999393463135,2.03410005569458,3.2421000003814697,3.855799913406372,2.171999931335449,3.2772998809814453,3.851799964904785,2.170599937438965,3.276599884033203,3.689199924468994,2.0992000102996826,3.2678000926971436,3.6910998821258545,2.171999931335449,3.2772998809814453,3.851799964904785,2.0992000102996826,3.2678000926971436,3.6910998821258545,2.100600004196167,3.2685000896453857,3.8534998893737793,2.0992000102996826,3.2678000926971436,3.6910998821258545,2.097899913787842,3.2672998905181885,3.564199924468994,2.0313000679016113,3.2409000396728516,3.566800117492676,2.0992000102996826,3.2678000926971436,3.6910998821258545,2.0313000679016113,3.2409000396728516,3.566800117492676,2.032599925994873,3.2414000034332275,3.6935999393463135,2.170599937438965,3.276599884033203,3.689199924468994,2.1691999435424805,3.276099920272827,3.5622000694274902,2.097899913787842,3.2672998905181885,3.564199924468994,2.170599937438965,3.276599884033203,3.689199924468994,2.097899913787842,3.2672998905181885,3.564199924468994,2.0992000102996826,3.2678000926971436,3.6910998821258545,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.309000015258789,3.2421998977661133,3.8510000705718994,2.3076000213623047,3.241499900817871,3.688499927520752,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.3076000213623047,3.241499900817871,3.688499927520752,2.2416999340057373,3.267899990081787,3.6882998943328857,2.2416999340057373,3.267899990081787,3.6882998943328857,2.3076000213623047,3.241499900817871,3.688499927520752,2.3062000274658203,3.240999937057495,3.5613999366760254,2.2416999340057373,3.267899990081787,3.6882998943328857,2.3062000274658203,3.240999937057495,3.5613999366760254,2.240299940109253,3.267400026321411,3.561199903488159,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.2416999340057373,3.267899990081787,3.6882998943328857,2.170599937438965,3.276599884033203,3.689199924468994,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.170599937438965,3.276599884033203,3.689199924468994,2.171999931335449,3.2772998809814453,3.851799964904785,2.2416999340057373,3.267899990081787,3.6882998943328857,2.240299940109253,3.267400026321411,3.561199903488159,2.1691999435424805,3.276099920272827,3.5622000694274902,2.2416999340057373,3.267899990081787,3.6882998943328857,2.1691999435424805,3.276099920272827,3.5622000694274902,2.170599937438965,3.276599884033203,3.689199924468994,1.9717999696731567,3.196199893951416,3.3747000694274902,1.973099946975708,3.1965999603271484,3.466399908065796,2.029900074005127,3.240499973297119,3.463399887084961,1.9717999696731567,3.196199893951416,3.3747000694274902,2.029900074005127,3.240499973297119,3.463399887084961,2.028599977493286,3.2402000427246094,3.371799945831299,1.9275000095367432,3.1391000747680664,3.3775999546051025,1.9289000034332275,3.1394999027252197,3.4691998958587646,1.973099946975708,3.1965999603271484,3.466399908065796,1.9275000095367432,3.1391000747680664,3.3775999546051025,1.973099946975708,3.1965999603271484,3.466399908065796,1.9717999696731567,3.196199893951416,3.3747000694274902,1.973099946975708,3.1965999603271484,3.466399908065796,1.9744999408721924,3.197000026702881,3.569700002670288,2.0313000679016113,3.2409000396728516,3.566800117492676,1.973099946975708,3.1965999603271484,3.466399908065796,2.0313000679016113,3.2409000396728516,3.566800117492676,2.029900074005127,3.240499973297119,3.463399887084961,1.9289000034332275,3.1394999027252197,3.4691998958587646,1.9301999807357788,3.139899969100952,3.572499990463257,1.9744999408721924,3.197000026702881,3.569700002670288,1.9289000034332275,3.1394999027252197,3.4691998958587646,1.9744999408721924,3.197000026702881,3.569700002670288,1.973099946975708,3.1965999603271484,3.466399908065796,1.888200044631958,3.0030999183654785,3.3812999725341797,1.8895000219345093,3.003499984741211,3.472899913787842,1.899999976158142,3.073699951171875,3.4714999198913574,1.888200044631958,3.0030999183654785,3.3812999725341797,1.899999976158142,3.073699951171875,3.4714999198913574,1.8986999988555908,3.0732998847961426,3.3798999786376953,1.8895000219345093,3.003499984741211,3.472899913787842,1.8907999992370605,3.0039000511169434,3.5761001110076904,1.9013999700546265,3.0741000175476074,3.5748000144958496,1.8895000219345093,3.003499984741211,3.472899913787842,1.9013999700546265,3.0741000175476074,3.5748000144958496,1.899999976158142,3.073699951171875,3.4714999198913574,1.8986999988555908,3.0732998847961426,3.3798999786376953,1.899999976158142,3.073699951171875,3.4714999198913574,1.9289000034332275,3.1394999027252197,3.4691998958587646,1.8986999988555908,3.0732998847961426,3.3798999786376953,1.9289000034332275,3.1394999027252197,3.4691998958587646,1.9275000095367432,3.1391000747680664,3.3775999546051025,1.899999976158142,3.073699951171875,3.4714999198913574,1.9013999700546265,3.0741000175476074,3.5748000144958496,1.9301999807357788,3.139899969100952,3.572499990463257,1.899999976158142,3.073699951171875,3.4714999198913574,1.9301999807357788,3.139899969100952,3.572499990463257,1.9289000034332275,3.1394999027252197,3.4691998958587646,1.9041999578475952,3.075200080871582,3.862799882888794,1.9027999639511108,3.07450008392334,3.7012999057769775,1.892199993133545,3.0044000148773193,3.7026000022888184,1.9041999578475952,3.075200080871582,3.862799882888794,1.892199993133545,3.0044000148773193,3.7026000022888184,1.8935999870300293,3.005000114440918,3.864000082015991,1.9329999685287476,3.1410000324249268,3.86080002784729,1.9315999746322632,3.140399932861328,3.6991000175476074,1.9027999639511108,3.07450008392334,3.7012999057769775,1.9329999685287476,3.1410000324249268,3.86080002784729,1.9027999639511108,3.07450008392334,3.7012999057769775,1.9041999578475952,3.075200080871582,3.862799882888794,1.9027999639511108,3.07450008392334,3.7012999057769775,1.9013999700546265,3.0741000175476074,3.5748000144958496,1.8907999992370605,3.0039000511169434,3.5761001110076904,1.9027999639511108,3.07450008392334,3.7012999057769775,1.8907999992370605,3.0039000511169434,3.5761001110076904,1.892199993133545,3.0044000148773193,3.7026000022888184,1.9315999746322632,3.140399932861328,3.6991000175476074,1.9301999807357788,3.139899969100952,3.572499990463257,1.9013999700546265,3.0741000175476074,3.5748000144958496,1.9315999746322632,3.140399932861328,3.6991000175476074,1.9013999700546265,3.0741000175476074,3.5748000144958496,1.9027999639511108,3.07450008392334,3.7012999057769775,2.03410005569458,3.2421000003814697,3.855799913406372,2.032599925994873,3.2414000034332275,3.6935999393463135,1.9758000373840332,3.197499990463257,3.6963999271392822,2.03410005569458,3.2421000003814697,3.855799913406372,1.9758000373840332,3.197499990463257,3.6963999271392822,1.9772000312805176,3.1981000900268555,3.858299970626831,2.032599925994873,3.2414000034332275,3.6935999393463135,2.0313000679016113,3.2409000396728516,3.566800117492676,1.9744999408721924,3.197000026702881,3.569700002670288,2.032599925994873,3.2414000034332275,3.6935999393463135,1.9744999408721924,3.197000026702881,3.569700002670288,1.9758000373840332,3.197499990463257,3.6963999271392822,1.9772000312805176,3.1981000900268555,3.858299970626831,1.9758000373840332,3.197499990463257,3.6963999271392822,1.9315999746322632,3.140399932861328,3.6991000175476074,1.9772000312805176,3.1981000900268555,3.858299970626831,1.9315999746322632,3.140399932861328,3.6991000175476074,1.9329999685287476,3.1410000324249268,3.86080002784729,1.9758000373840332,3.197499990463257,3.6963999271392822,1.9744999408721924,3.197000026702881,3.569700002670288,1.9301999807357788,3.139899969100952,3.572499990463257,1.9758000373840332,3.197499990463257,3.6963999271392822,1.9301999807357788,3.139899969100952,3.572499990463257,1.9315999746322632,3.140399932861328,3.6991000175476074,1.904099941253662,2.9349000453948975,3.8638999462127686,1.905500054359436,2.935800075531006,4.071800231933594,1.8950999975204468,3.0058999061584473,4.071899890899658,1.904099941253662,2.9349000453948975,3.8638999462127686,1.8950999975204468,3.0058999061584473,4.071899890899658,1.8935999870300293,3.005000114440918,3.864000082015991,1.904099941253662,2.9349000453948975,3.8638999462127686,1.932800054550171,2.8691999912261963,3.8629000186920166,1.9342000484466553,2.8701000213623047,4.071000099182129,1.904099941253662,2.9349000453948975,3.8638999462127686,1.9342000484466553,2.8701000213623047,4.071000099182129,1.905500054359436,2.935800075531006,4.071800231933594,1.905500054359436,2.935800075531006,4.071800231933594,1.9062000513076782,2.936800003051758,4.301799774169922,1.895799994468689,3.006999969482422,4.301700115203857,1.905500054359436,2.935800075531006,4.071800231933594,1.895799994468689,3.006999969482422,4.301700115203857,1.8950999975204468,3.0058999061584473,4.071899890899658,1.905500054359436,2.935800075531006,4.071800231933594,1.9342000484466553,2.8701000213623047,4.071000099182129,1.9349000453948975,2.8712000846862793,4.301400184631348,1.905500054359436,2.935800075531006,4.071800231933594,1.9349000453948975,2.8712000846862793,4.301400184631348,1.9062000513076782,2.936800003051758,4.301799774169922,1.9768999814987183,2.812299966812134,3.8610999584198,2.0336999893188477,2.768399953842163,3.858799934387207,2.0352001190185547,2.7692999839782715,4.067500114440918,1.9768999814987183,2.812299966812134,3.8610999584198,2.0352001190185547,2.7692999839782715,4.067500114440918,1.9783999919891357,2.8131000995635986,4.069399833679199,1.9783999919891357,2.8131000995635986,4.069399833679199,2.0352001190185547,2.7692999839782715,4.067500114440918,2.0355000495910645,2.7702999114990234,4.299499988555908,1.9783999919891357,2.8131000995635986,4.069399833679199,2.0355000495910645,2.7702999114990234,4.299499988555908,1.9788999557495117,2.814199924468994,4.300600051879883,1.932800054550171,2.8691999912261963,3.8629000186920166,1.9768999814987183,2.812299966812134,3.8610999584198,1.9783999919891357,2.8131000995635986,4.069399833679199,1.932800054550171,2.8691999912261963,3.8629000186920166,1.9783999919891357,2.8131000995635986,4.069399833679199,1.9342000484466553,2.8701000213623047,4.071000099182129,1.9342000484466553,2.8701000213623047,4.071000099182129,1.9783999919891357,2.8131000995635986,4.069399833679199,1.9788999557495117,2.814199924468994,4.300600051879883,1.9342000484466553,2.8701000213623047,4.071000099182129,1.9788999557495117,2.814199924468994,4.300600051879883,1.9349000453948975,2.8712000846862793,4.301400184631348,1.9733999967575073,2.816499948501587,4.735599994659424,1.9774999618530273,2.8152999877929688,4.530600070953369,2.0336999893188477,2.7715001106262207,4.531499862670898,1.9733999967575073,2.816499948501587,4.735599994659424,2.0336999893188477,2.7715001106262207,4.531499862670898,2.028700113296509,2.772700071334839,4.7399001121521,1.930400013923645,2.873500108718872,4.7322998046875,1.933899998664856,2.872299909591675,4.529900074005127,1.9774999618530273,2.8152999877929688,4.530600070953369,1.930400013923645,2.873500108718872,4.7322998046875,1.9774999618530273,2.8152999877929688,4.530600070953369,1.9733999967575073,2.816499948501587,4.735599994659424,2.0336999893188477,2.7715001106262207,4.531499862670898,1.9774999618530273,2.8152999877929688,4.530600070953369,1.9788999557495117,2.814199924468994,4.300600051879883,2.0336999893188477,2.7715001106262207,4.531499862670898,1.9788999557495117,2.814199924468994,4.300600051879883,2.0355000495910645,2.7702999114990234,4.299499988555908,1.933899998664856,2.872299909591675,4.529900074005127,1.9349000453948975,2.8712000846862793,4.301400184631348,1.9788999557495117,2.814199924468994,4.300600051879883,1.933899998664856,2.872299909591675,4.529900074005127,1.9788999557495117,2.814199924468994,4.300600051879883,1.9774999618530273,2.8152999877929688,4.530600070953369,1.892300009727478,3.0092999935150146,4.729100227355957,1.8950999975204468,3.0081000328063965,4.5289998054504395,1.905500054359436,2.937999963760376,4.529399871826172,1.892300009727478,3.0092999935150146,4.729100227355957,1.905500054359436,2.937999963760376,4.529399871826172,1.902500033378601,2.939199924468994,4.730100154876709,1.8950999975204468,3.0081000328063965,4.5289998054504395,1.895799994468689,3.006999969482422,4.301700115203857,1.9062000513076782,2.936800003051758,4.301799774169922,1.8950999975204468,3.0081000328063965,4.5289998054504395,1.9062000513076782,2.936800003051758,4.301799774169922,1.905500054359436,2.937999963760376,4.529399871826172,1.902500033378601,2.939199924468994,4.730100154876709,1.905500054359436,2.937999963760376,4.529399871826172,1.933899998664856,2.872299909591675,4.529900074005127,1.902500033378601,2.939199924468994,4.730100154876709,1.933899998664856,2.872299909591675,4.529900074005127,1.930400013923645,2.873500108718872,4.7322998046875,1.905500054359436,2.937999963760376,4.529399871826172,1.9062000513076782,2.936800003051758,4.301799774169922,1.9349000453948975,2.8712000846862793,4.301400184631348,1.905500054359436,2.937999963760376,4.529399871826172,1.9349000453948975,2.8712000846862793,4.301400184631348,1.933899998664856,2.872299909591675,4.529900074005127,2.0336999893188477,2.768399953842163,3.858799934387207,2.100399971008301,2.7418999671936035,3.8561999797821045,2.101799964904785,2.742799997329712,4.065299987792969,2.0336999893188477,2.768399953842163,3.858799934387207,2.101799964904785,2.742799997329712,4.065299987792969,2.0352001190185547,2.7692999839782715,4.067500114440918,2.100399971008301,2.7418999671936035,3.8561999797821045,2.171799898147583,2.7330000400543213,3.853800058364868,2.1731998920440674,2.7339000701904297,4.063300132751465,2.100399971008301,2.7418999671936035,3.8561999797821045,2.1731998920440674,2.7339000701904297,4.063300132751465,2.101799964904785,2.742799997329712,4.065299987792969,2.0352001190185547,2.7692999839782715,4.067500114440918,2.101799964904785,2.742799997329712,4.065299987792969,2.1019999980926514,2.743799924850464,4.298399925231934,2.0352001190185547,2.7692999839782715,4.067500114440918,2.1019999980926514,2.743799924850464,4.298399925231934,2.0355000495910645,2.7702999114990234,4.299499988555908,2.101799964904785,2.742799997329712,4.065299987792969,2.1731998920440674,2.7339000701904297,4.063300132751465,2.1731998920440674,2.7348999977111816,4.297500133514404,2.101799964904785,2.742799997329712,4.065299987792969,2.1731998920440674,2.7348999977111816,4.297500133514404,2.1019999980926514,2.743799924850464,4.298399925231934,2.3089001178741455,2.767699956893921,3.851599931716919,2.3104000091552734,2.7685999870300293,4.061399936676025,2.2444000244140625,2.7423999309539795,4.061800003051758,2.3089001178741455,2.767699956893921,3.851599931716919,2.2444000244140625,2.7423999309539795,4.061800003051758,2.243000030517578,2.741499900817871,3.852099895477295,2.3104000091552734,2.7685999870300293,4.061399936676025,2.309999942779541,2.7695999145507812,4.297299861907959,2.2441999912261963,2.7434000968933105,4.296999931335449,2.3104000091552734,2.7685999870300293,4.061399936676025,2.2441999912261963,2.7434000968933105,4.296999931335449,2.2444000244140625,2.7423999309539795,4.061800003051758,2.171799898147583,2.7330000400543213,3.853800058364868,2.243000030517578,2.741499900817871,3.852099895477295,2.2444000244140625,2.7423999309539795,4.061800003051758,2.171799898147583,2.7330000400543213,3.853800058364868,2.2444000244140625,2.7423999309539795,4.061800003051758,2.1731998920440674,2.7339000701904297,4.063300132751465,2.1731998920440674,2.7339000701904297,4.063300132751465,2.2444000244140625,2.7423999309539795,4.061800003051758,2.2441999912261963,2.7434000968933105,4.296999931335449,2.1731998920440674,2.7339000701904297,4.063300132751465,2.2441999912261963,2.7434000968933105,4.296999931335449,2.1731998920440674,2.7348999977111816,4.297500133514404,2.2321999073028564,2.745800018310547,4.756400108337402,2.2407000064849854,2.7446000576019287,4.535799980163574,2.3059000968933105,2.7708001136779785,4.538000106811523,2.2321999073028564,2.745800018310547,4.756400108337402,2.3059000968933105,2.7708001136779785,4.538000106811523,2.2962000370025635,2.7720000743865967,4.76230001449585,2.1630001068115234,2.7372000217437744,4.750500202178955,2.170300006866455,2.7360000610351562,4.533999919891357,2.2407000064849854,2.7446000576019287,4.535799980163574,2.1630001068115234,2.7372000217437744,4.750500202178955,2.2407000064849854,2.7446000576019287,4.535799980163574,2.2321999073028564,2.745800018310547,4.756400108337402,2.2407000064849854,2.7446000576019287,4.535799980163574,2.2441999912261963,2.7434000968933105,4.296999931335449,2.309999942779541,2.7695999145507812,4.297299861907959,2.2407000064849854,2.7446000576019287,4.535799980163574,2.309999942779541,2.7695999145507812,4.297299861907959,2.3059000968933105,2.7708001136779785,4.538000106811523,2.170300006866455,2.7360000610351562,4.533999919891357,2.1731998920440674,2.7348999977111816,4.297500133514404,2.2441999912261963,2.7434000968933105,4.296999931335449,2.170300006866455,2.7360000610351562,4.533999919891357,2.2441999912261963,2.7434000968933105,4.296999931335449,2.2407000064849854,2.7446000576019287,4.535799980163574,2.028700113296509,2.772700071334839,4.7399001121521,2.0336999893188477,2.7715001106262207,4.531499862670898,2.0996999740600586,2.744999885559082,4.532599925994873,2.028700113296509,2.772700071334839,4.7399001121521,2.0996999740600586,2.744999885559082,4.532599925994873,2.0934998989105225,2.7462000846862793,4.744900226593018,2.0996999740600586,2.744999885559082,4.532599925994873,2.0336999893188477,2.7715001106262207,4.531499862670898,2.0355000495910645,2.7702999114990234,4.299499988555908,2.0996999740600586,2.744999885559082,4.532599925994873,2.0355000495910645,2.7702999114990234,4.299499988555908,2.1019999980926514,2.743799924850464,4.298399925231934,2.0934998989105225,2.7462000846862793,4.744900226593018,2.0996999740600586,2.744999885559082,4.532599925994873,2.170300006866455,2.7360000610351562,4.533999919891357,2.0934998989105225,2.7462000846862793,4.744900226593018,2.170300006866455,2.7360000610351562,4.533999919891357,2.1630001068115234,2.7372000217437744,4.750500202178955,2.0996999740600586,2.744999885559082,4.532599925994873,2.1019999980926514,2.743799924850464,4.298399925231934,2.1731998920440674,2.7348999977111816,4.297500133514404,2.0996999740600586,2.744999885559082,4.532599925994873,2.1731998920440674,2.7348999977111816,4.297500133514404,2.170300006866455,2.7360000610351562,4.533999919891357,2.3645999431610107,2.8115999698638916,3.852799892425537,2.365999937057495,2.8124001026153564,4.062399864196777,2.3104000091552734,2.7685999870300293,4.061399936676025,2.3645999431610107,2.8115999698638916,3.852799892425537,2.3104000091552734,2.7685999870300293,4.061399936676025,2.3089001178741455,2.767699956893921,3.851599931716919,2.4075000286102295,2.8685998916625977,3.8547000885009766,2.408900022506714,2.869499921798706,4.064000129699707,2.365999937057495,2.8124001026153564,4.062399864196777,2.4075000286102295,2.8685998916625977,3.8547000885009766,2.365999937057495,2.8124001026153564,4.062399864196777,2.3645999431610107,2.8115999698638916,3.852799892425537,2.365999937057495,2.8124001026153564,4.062399864196777,2.365499973297119,2.813499927520752,4.298600196838379,2.309999942779541,2.7695999145507812,4.297299861907959,2.365999937057495,2.8124001026153564,4.062399864196777,2.309999942779541,2.7695999145507812,4.297299861907959,2.3104000091552734,2.7685999870300293,4.061399936676025,2.408900022506714,2.869499921798706,4.064000129699707,2.4082000255584717,2.870500087738037,4.300300121307373,2.365499973297119,2.813499927520752,4.298600196838379,2.408900022506714,2.869499921798706,4.064000129699707,2.365499973297119,2.813499927520752,4.298600196838379,2.365999937057495,2.8124001026153564,4.062399864196777,2.4453001022338867,3.0048999786376953,3.8575000762939453,2.446700096130371,3.00570011138916,4.066400051116943,2.4367001056671143,2.9354000091552734,4.0655999183654785,2.4453001022338867,3.0048999786376953,3.8575000762939453,2.4367001056671143,2.9354000091552734,4.0655999183654785,2.4351999759674072,2.934499979019165,3.856600046157837,2.446700096130371,3.00570011138916,4.066400051116943,2.4458000659942627,3.0067999362945557,4.302499771118164,2.435800075531006,2.936500072479248,4.301799774169922,2.446700096130371,3.00570011138916,4.066400051116943,2.435800075531006,2.936500072479248,4.301799774169922,2.4367001056671143,2.9354000091552734,4.0655999183654785,2.4351999759674072,2.934499979019165,3.856600046157837,2.4367001056671143,2.9354000091552734,4.0655999183654785,2.408900022506714,2.869499921798706,4.064000129699707,2.4351999759674072,2.934499979019165,3.856600046157837,2.408900022506714,2.869499921798706,4.064000129699707,2.4075000286102295,2.8685998916625977,3.8547000885009766,2.4367001056671143,2.9354000091552734,4.0655999183654785,2.435800075531006,2.936500072479248,4.301799774169922,2.4082000255584717,2.870500087738037,4.300300121307373,2.4367001056671143,2.9354000091552734,4.0655999183654785,2.4082000255584717,2.870500087738037,4.300300121307373,2.408900022506714,2.869499921798706,4.064000129699707,2.418100118637085,2.938800096511841,4.776299953460693,2.4303998947143555,2.9375998973846436,4.545300006866455,2.4402999877929688,3.0078999996185303,4.546199798583984,2.418100118637085,2.938800096511841,4.776299953460693,2.4402999877929688,3.0078999996185303,4.546199798583984,2.4277000427246094,3.0090999603271484,4.777599811553955,2.391400098800659,2.8729000091552734,4.772900104522705,2.40310001373291,2.8717000484466553,4.543300151824951,2.4303998947143555,2.9375998973846436,4.545300006866455,2.391400098800659,2.8729000091552734,4.772900104522705,2.4303998947143555,2.9375998973846436,4.545300006866455,2.418100118637085,2.938800096511841,4.776299953460693,2.4303998947143555,2.9375998973846436,4.545300006866455,2.435800075531006,2.936500072479248,4.301799774169922,2.4458000659942627,3.0067999362945557,4.302499771118164,2.4303998947143555,2.9375998973846436,4.545300006866455,2.4458000659942627,3.0067999362945557,4.302499771118164,2.4402999877929688,3.0078999996185303,4.546199798583984,2.40310001373291,2.8717000484466553,4.543300151824951,2.4082000255584717,2.870500087738037,4.300300121307373,2.435800075531006,2.936500072479248,4.301799774169922,2.40310001373291,2.8717000484466553,4.543300151824951,2.435800075531006,2.936500072479248,4.301799774169922,2.4303998947143555,2.9375998973846436,4.545300006866455,2.2962000370025635,2.7720000743865967,4.76230001449585,2.3059000968933105,2.7708001136779785,4.538000106811523,2.36080002784729,2.8145999908447266,4.540599822998047,2.2962000370025635,2.7720000743865967,4.76230001449585,2.36080002784729,2.8145999908447266,4.540599822998047,2.3499999046325684,2.8157999515533447,4.76800012588501,2.3059000968933105,2.7708001136779785,4.538000106811523,2.309999942779541,2.7695999145507812,4.297299861907959,2.365499973297119,2.813499927520752,4.298600196838379,2.3059000968933105,2.7708001136779785,4.538000106811523,2.365499973297119,2.813499927520752,4.298600196838379,2.36080002784729,2.8145999908447266,4.540599822998047,2.3499999046325684,2.8157999515533447,4.76800012588501,2.36080002784729,2.8145999908447266,4.540599822998047,2.40310001373291,2.8717000484466553,4.543300151824951,2.3499999046325684,2.8157999515533447,4.76800012588501,2.40310001373291,2.8717000484466553,4.543300151824951,2.391400098800659,2.8729000091552734,4.772900104522705,2.36080002784729,2.8145999908447266,4.540599822998047,2.365499973297119,2.813499927520752,4.298600196838379,2.4082000255584717,2.870500087738037,4.300300121307373,2.36080002784729,2.8145999908447266,4.540599822998047,2.4082000255584717,2.870500087738037,4.300300121307373,2.40310001373291,2.8717000484466553,4.543300151824951,2.4453001022338867,3.0048999786376953,3.8575000762939453,2.4351999759674072,3.075200080871582,3.856600046157837,2.4365999698638916,3.0761001110076904,4.065700054168701,2.4453001022338867,3.0048999786376953,3.8575000762939453,2.4365999698638916,3.0761001110076904,4.065700054168701,2.446700096130371,3.00570011138916,4.066400051116943,2.4351999759674072,3.075200080871582,3.856600046157837,2.4075000286102295,3.1410999298095703,3.8547000885009766,2.408900022506714,3.1419999599456787,4.064000129699707,2.4351999759674072,3.075200080871582,3.856600046157837,2.408900022506714,3.1419999599456787,4.064000129699707,2.4365999698638916,3.0761001110076904,4.065700054168701,2.4365999698638916,3.0761001110076904,4.065700054168701,2.435800075531006,3.0771000385284424,4.301799774169922,2.4458000659942627,3.0067999362945557,4.302499771118164,2.4365999698638916,3.0761001110076904,4.065700054168701,2.4458000659942627,3.0067999362945557,4.302499771118164,2.446700096130371,3.00570011138916,4.066400051116943,2.4365999698638916,3.0761001110076904,4.065700054168701,2.408900022506714,3.1419999599456787,4.064000129699707,2.4082000255584717,3.1429998874664307,4.300300121307373,2.4365999698638916,3.0761001110076904,4.065700054168701,2.4082000255584717,3.1429998874664307,4.300300121307373,2.435800075531006,3.0771000385284424,4.301799774169922,2.3645999431610107,3.198199987411499,3.85260009765625,2.309000015258789,3.2421998977661133,3.8510000705718994,2.3104000091552734,3.2430999279022217,4.0609002113342285,2.3645999431610107,3.198199987411499,3.85260009765625,2.3104000091552734,3.2430999279022217,4.0609002113342285,2.365999937057495,3.1991000175476074,4.06220006942749,2.365999937057495,3.1991000175476074,4.06220006942749,2.3104000091552734,3.2430999279022217,4.0609002113342285,2.309999942779541,3.2441000938415527,4.296899795532227,2.365999937057495,3.1991000175476074,4.06220006942749,2.309999942779541,3.2441000938415527,4.296899795532227,2.365499973297119,3.200200080871582,4.298399925231934,2.4075000286102295,3.1410999298095703,3.8547000885009766,2.3645999431610107,3.198199987411499,3.85260009765625,2.365999937057495,3.1991000175476074,4.06220006942749,2.4075000286102295,3.1410999298095703,3.8547000885009766,2.365999937057495,3.1991000175476074,4.06220006942749,2.408900022506714,3.1419999599456787,4.064000129699707,2.408900022506714,3.1419999599456787,4.064000129699707,2.365999937057495,3.1991000175476074,4.06220006942749,2.365499973297119,3.200200080871582,4.298399925231934,2.408900022506714,3.1419999599456787,4.064000129699707,2.365499973297119,3.200200080871582,4.298399925231934,2.4082000255584717,3.1429998874664307,4.300300121307373,2.296299934387207,3.246500015258789,4.7621002197265625,2.350100040435791,3.2026000022888184,4.767899990081787,2.36080002784729,3.2012999057769775,4.540599822998047,2.296299934387207,3.246500015258789,4.7621002197265625,2.36080002784729,3.2012999057769775,4.540599822998047,2.305999994277954,3.245300054550171,4.537700176239014,2.350100040435791,3.2026000022888184,4.767899990081787,2.391400098800659,3.145400047302246,4.772900104522705,2.40310001373291,3.144200086593628,4.543300151824951,2.350100040435791,3.2026000022888184,4.767899990081787,2.40310001373291,3.144200086593628,4.543300151824951,2.36080002784729,3.2012999057769775,4.540599822998047,2.305999994277954,3.245300054550171,4.537700176239014,2.36080002784729,3.2012999057769775,4.540599822998047,2.365499973297119,3.200200080871582,4.298399925231934,2.305999994277954,3.245300054550171,4.537700176239014,2.365499973297119,3.200200080871582,4.298399925231934,2.309999942779541,3.2441000938415527,4.296899795532227,2.36080002784729,3.2012999057769775,4.540599822998047,2.40310001373291,3.144200086593628,4.543300151824951,2.4082000255584717,3.1429998874664307,4.300300121307373,2.36080002784729,3.2012999057769775,4.540599822998047,2.4082000255584717,3.1429998874664307,4.300300121307373,2.365499973297119,3.200200080871582,4.298399925231934,2.4277000427246094,3.0090999603271484,4.777599811553955,2.4402999877929688,3.0078999996185303,4.546199798583984,2.4303998947143555,3.0782999992370605,4.545300006866455,2.4277000427246094,3.0090999603271484,4.777599811553955,2.4303998947143555,3.0782999992370605,4.545300006866455,2.4179999828338623,3.0794999599456787,4.776299953460693,2.4402999877929688,3.0078999996185303,4.546199798583984,2.4458000659942627,3.0067999362945557,4.302499771118164,2.435800075531006,3.0771000385284424,4.301799774169922,2.4402999877929688,3.0078999996185303,4.546199798583984,2.435800075531006,3.0771000385284424,4.301799774169922,2.4303998947143555,3.0782999992370605,4.545300006866455,2.391400098800659,3.145400047302246,4.772900104522705,2.4179999828338623,3.0794999599456787,4.776299953460693,2.4303998947143555,3.0782999992370605,4.545300006866455,2.391400098800659,3.145400047302246,4.772900104522705,2.4303998947143555,3.0782999992370605,4.545300006866455,2.40310001373291,3.144200086593628,4.543300151824951,2.40310001373291,3.144200086593628,4.543300151824951,2.4303998947143555,3.0782999992370605,4.545300006866455,2.435800075531006,3.0771000385284424,4.301799774169922,2.40310001373291,3.144200086593628,4.543300151824951,2.435800075531006,3.0771000385284424,4.301799774169922,2.4082000255584717,3.1429998874664307,4.300300121307373,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.2446000576019287,3.269399881362915,4.060699939727783,2.3104000091552734,3.2430999279022217,4.0609002113342285,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.3104000091552734,3.2430999279022217,4.0609002113342285,2.309000015258789,3.2421998977661133,3.8510000705718994,2.171999931335449,3.2772998809814453,3.851799964904785,2.1733999252319336,3.2781999111175537,4.061500072479248,2.2446000576019287,3.269399881362915,4.060699939727783,2.171999931335449,3.2772998809814453,3.851799964904785,2.2446000576019287,3.269399881362915,4.060699939727783,2.2430999279022217,3.2685000896453857,3.8508999347686768,2.2446000576019287,3.269399881362915,4.060699939727783,2.2444000244140625,3.2704999446868896,4.29610013961792,2.309999942779541,3.2441000938415527,4.296899795532227,2.2446000576019287,3.269399881362915,4.060699939727783,2.309999942779541,3.2441000938415527,4.296899795532227,2.3104000091552734,3.2430999279022217,4.0609002113342285,2.1733999252319336,3.2781999111175537,4.061500072479248,2.1735000610351562,3.2792000770568848,4.29610013961792,2.2444000244140625,3.2704999446868896,4.29610013961792,2.1733999252319336,3.2781999111175537,4.061500072479248,2.2444000244140625,3.2704999446868896,4.29610013961792,2.2446000576019287,3.269399881362915,4.060699939727783,2.03410005569458,3.2421000003814697,3.855799913406372,2.0355000495910645,3.2428998947143555,4.064899921417236,2.102099895477295,3.2692999839782715,4.063000202178955,2.03410005569458,3.2421000003814697,3.855799913406372,2.102099895477295,3.2692999839782715,4.063000202178955,2.100600004196167,3.2685000896453857,3.8534998893737793,2.0355000495910645,3.2428998947143555,4.064899921417236,2.035900115966797,3.24399995803833,4.297500133514404,2.102299928665161,3.270400047302246,4.296599864959717,2.0355000495910645,3.2428998947143555,4.064899921417236,2.102299928665161,3.270400047302246,4.296599864959717,2.102099895477295,3.2692999839782715,4.063000202178955,2.100600004196167,3.2685000896453857,3.8534998893737793,2.102099895477295,3.2692999839782715,4.063000202178955,2.1733999252319336,3.2781999111175537,4.061500072479248,2.100600004196167,3.2685000896453857,3.8534998893737793,2.1733999252319336,3.2781999111175537,4.061500072479248,2.171999931335449,3.2772998809814453,3.851799964904785,2.102099895477295,3.2692999839782715,4.063000202178955,2.102299928665161,3.270400047302246,4.296599864959717,2.1735000610351562,3.2792000770568848,4.29610013961792,2.102099895477295,3.2692999839782715,4.063000202178955,2.1735000610351562,3.2792000770568848,4.29610013961792,2.1733999252319336,3.2781999111175537,4.061500072479248,2.0292999744415283,3.2464001178741455,4.73859977722168,2.094099998474121,3.272700071334839,4.743800163269043,2.100100040435791,3.2715001106262207,4.531199932098389,2.0292999744415283,3.2464001178741455,4.73859977722168,2.100100040435791,3.2715001106262207,4.531199932098389,2.0341999530792236,3.2451000213623047,4.529900074005127,2.094099998474121,3.272700071334839,4.743800163269043,2.1635000705718994,3.281599998474121,4.749599933624268,2.170599937438965,3.2802999019622803,4.532899856567383,2.094099998474121,3.272700071334839,4.743800163269043,2.170599937438965,3.2802999019622803,4.532899856567383,2.100100040435791,3.2715001106262207,4.531199932098389,2.100100040435791,3.2715001106262207,4.531199932098389,2.102299928665161,3.270400047302246,4.296599864959717,2.035900115966797,3.24399995803833,4.297500133514404,2.100100040435791,3.2715001106262207,4.531199932098389,2.035900115966797,3.24399995803833,4.297500133514404,2.0341999530792236,3.2451000213623047,4.529900074005127,2.170599937438965,3.2802999019622803,4.532899856567383,2.1735000610351562,3.2792000770568848,4.29610013961792,2.102299928665161,3.270400047302246,4.296599864959717,2.170599937438965,3.2802999019622803,4.532899856567383,2.102299928665161,3.270400047302246,4.296599864959717,2.100100040435791,3.2715001106262207,4.531199932098389,2.2325000762939453,3.2727999687194824,4.755899906158447,2.296299934387207,3.246500015258789,4.7621002197265625,2.305999994277954,3.245300054550171,4.537700176239014,2.2325000762939453,3.2727999687194824,4.755899906158447,2.305999994277954,3.245300054550171,4.537700176239014,2.2409000396728516,3.2716000080108643,4.535099983215332,2.305999994277954,3.245300054550171,4.537700176239014,2.309999942779541,3.2441000938415527,4.296899795532227,2.2444000244140625,3.2704999446868896,4.29610013961792,2.305999994277954,3.245300054550171,4.537700176239014,2.2444000244140625,3.2704999446868896,4.29610013961792,2.2409000396728516,3.2716000080108643,4.535099983215332,2.1635000705718994,3.281599998474121,4.749599933624268,2.2325000762939453,3.2727999687194824,4.755899906158447,2.2409000396728516,3.2716000080108643,4.535099983215332,2.1635000705718994,3.281599998474121,4.749599933624268,2.2409000396728516,3.2716000080108643,4.535099983215332,2.170599937438965,3.2802999019622803,4.532899856567383,2.2409000396728516,3.2716000080108643,4.535099983215332,2.2444000244140625,3.2704999446868896,4.29610013961792,2.1735000610351562,3.2792000770568848,4.29610013961792,2.2409000396728516,3.2716000080108643,4.535099983215332,2.1735000610351562,3.2792000770568848,4.29610013961792,2.170599937438965,3.2802999019622803,4.532899856567383,1.9772000312805176,3.1981000900268555,3.858299970626831,1.978700041770935,3.1989998817443848,4.0671000480651855,2.0355000495910645,3.2428998947143555,4.064899921417236,1.9772000312805176,3.1981000900268555,3.858299970626831,2.0355000495910645,3.2428998947143555,4.064899921417236,2.03410005569458,3.2421000003814697,3.855799913406372,1.9329999685287476,3.1410000324249268,3.86080002784729,1.934399962425232,3.141900062561035,4.069200038909912,1.978700041770935,3.1989998817443848,4.0671000480651855,1.9329999685287476,3.1410000324249268,3.86080002784729,1.978700041770935,3.1989998817443848,4.0671000480651855,1.9772000312805176,3.1981000900268555,3.858299970626831,1.978700041770935,3.1989998817443848,4.0671000480651855,1.979200005531311,3.200000047683716,4.298699855804443,2.035900115966797,3.24399995803833,4.297500133514404,1.978700041770935,3.1989998817443848,4.0671000480651855,2.035900115966797,3.24399995803833,4.297500133514404,2.0355000495910645,3.2428998947143555,4.064899921417236,1.934399962425232,3.141900062561035,4.069200038909912,1.9350999593734741,3.1429998874664307,4.300000190734863,1.979200005531311,3.200000047683716,4.298699855804443,1.934399962425232,3.141900062561035,4.069200038909912,1.979200005531311,3.200000047683716,4.298699855804443,1.978700041770935,3.1989998817443848,4.0671000480651855,1.8935999870300293,3.005000114440918,3.864000082015991,1.8950999975204468,3.0058999061584473,4.071899890899658,1.9055999517440796,3.0761001110076904,4.070899963378906,1.8935999870300293,3.005000114440918,3.864000082015991,1.9055999517440796,3.0761001110076904,4.070899963378906,1.9041999578475952,3.075200080871582,3.862799882888794,1.8950999975204468,3.0058999061584473,4.071899890899658,1.895799994468689,3.006999969482422,4.301700115203857,1.9063999652862549,3.0771000385284424,4.301000118255615,1.8950999975204468,3.0058999061584473,4.071899890899658,1.9063999652862549,3.0771000385284424,4.301000118255615,1.9055999517440796,3.0761001110076904,4.070899963378906,1.9041999578475952,3.075200080871582,3.862799882888794,1.9055999517440796,3.0761001110076904,4.070899963378906,1.934399962425232,3.141900062561035,4.069200038909912,1.9041999578475952,3.075200080871582,3.862799882888794,1.934399962425232,3.141900062561035,4.069200038909912,1.9329999685287476,3.1410000324249268,3.86080002784729,1.9055999517440796,3.0761001110076904,4.070899963378906,1.9063999652862549,3.0771000385284424,4.301000118255615,1.9350999593734741,3.1429998874664307,4.300000190734863,1.9055999517440796,3.0761001110076904,4.070899963378906,1.9350999593734741,3.1429998874664307,4.300000190734863,1.934399962425232,3.141900062561035,4.069200038909912,1.9026999473571777,3.0794999599456787,4.729599952697754,1.9056999683380127,3.0782999992370605,4.528800010681152,1.8950999975204468,3.0081000328063965,4.5289998054504395,1.9026999473571777,3.0794999599456787,4.729599952697754,1.8950999975204468,3.0081000328063965,4.5289998054504395,1.892300009727478,3.0092999935150146,4.729100227355957,1.9026999473571777,3.0794999599456787,4.729599952697754,1.930899977684021,3.1452999114990234,4.731400012969971,1.9342000484466553,3.1440999507904053,4.528800010681152,1.9026999473571777,3.0794999599456787,4.729599952697754,1.9342000484466553,3.1440999507904053,4.528800010681152,1.9056999683380127,3.0782999992370605,4.528800010681152,1.9056999683380127,3.0782999992370605,4.528800010681152,1.9063999652862549,3.0771000385284424,4.301000118255615,1.895799994468689,3.006999969482422,4.301700115203857,1.9056999683380127,3.0782999992370605,4.528800010681152,1.895799994468689,3.006999969482422,4.301700115203857,1.8950999975204468,3.0081000328063965,4.5289998054504395,1.9342000484466553,3.1440999507904053,4.528800010681152,1.9350999593734741,3.1429998874664307,4.300000190734863,1.9063999652862549,3.0771000385284424,4.301000118255615,1.9342000484466553,3.1440999507904053,4.528800010681152,1.9063999652862549,3.0771000385284424,4.301000118255615,1.9056999683380127,3.0782999992370605,4.528800010681152,1.9739999771118164,3.202399969100952,4.734399795532227,2.0292999744415283,3.2464001178741455,4.73859977722168,2.0341999530792236,3.2451000213623047,4.529900074005127,1.9739999771118164,3.202399969100952,4.734399795532227,2.0341999530792236,3.2451000213623047,4.529900074005127,1.9780000448226929,3.201200008392334,4.529200077056885,2.0341999530792236,3.2451000213623047,4.529900074005127,2.035900115966797,3.24399995803833,4.297500133514404,1.979200005531311,3.200000047683716,4.298699855804443,2.0341999530792236,3.2451000213623047,4.529900074005127,1.979200005531311,3.200000047683716,4.298699855804443,1.9780000448226929,3.201200008392334,4.529200077056885,1.930899977684021,3.1452999114990234,4.731400012969971,1.9739999771118164,3.202399969100952,4.734399795532227,1.9780000448226929,3.201200008392334,4.529200077056885,1.930899977684021,3.1452999114990234,4.731400012969971,1.9780000448226929,3.201200008392334,4.529200077056885,1.9342000484466553,3.1440999507904053,4.528800010681152,1.9780000448226929,3.201200008392334,4.529200077056885,1.979200005531311,3.200000047683716,4.298699855804443,1.9350999593734741,3.1429998874664307,4.300000190734863,1.9780000448226929,3.201200008392334,4.529200077056885,1.9350999593734741,3.1429998874664307,4.300000190734863,1.9342000484466553,3.1440999507904053,4.528800010681152,1.902500033378601,2.939199924468994,4.730100154876709,1.896399974822998,2.9403998851776123,4.879499912261963,1.8866000175476074,3.010499954223633,4.877500057220459,1.902500033378601,2.939199924468994,4.730100154876709,1.8866000175476074,3.010499954223633,4.877500057220459,1.892300009727478,3.0092999935150146,4.729100227355957,1.930400013923645,2.873500108718872,4.7322998046875,1.9235999584197998,2.8747000694274902,4.884300231933594,1.896399974822998,2.9403998851776123,4.879499912261963,1.930400013923645,2.873500108718872,4.7322998046875,1.896399974822998,2.9403998851776123,4.879499912261963,1.902500033378601,2.939199924468994,4.730100154876709,1.896399974822998,2.9403998851776123,4.879499912261963,1.8832999467849731,2.9416000843048096,4.991000175476074,1.873900055885315,3.011699914932251,4.9878997802734375,1.896399974822998,2.9403998851776123,4.879499912261963,1.873900055885315,3.011699914932251,4.9878997802734375,1.8866000175476074,3.010499954223633,4.877500057220459,1.9235999584197998,2.8747000694274902,4.884300231933594,1.9093999862670898,2.8759000301361084,4.999199867248535,1.8832999467849731,2.9416000843048096,4.991000175476074,1.9235999584197998,2.8747000694274902,4.884300231933594,1.8832999467849731,2.9416000843048096,4.991000175476074,1.896399974822998,2.9403998851776123,4.879499912261963,2.028700113296509,2.772700071334839,4.7399001121521,2.019200086593628,2.7737998962402344,4.901199817657471,1.965499997138977,2.817699909210205,4.89169979095459,2.028700113296509,2.772700071334839,4.7399001121521,1.965499997138977,2.817699909210205,4.89169979095459,1.9733999967575073,2.816499948501587,4.735599994659424,2.019200086593628,2.7737998962402344,4.901199817657471,2.001300096511841,2.775099992752075,5.027400016784668,1.9495999813079834,2.8189001083374023,5.011499881744385,2.019200086593628,2.7737998962402344,4.901199817657471,1.9495999813079834,2.8189001083374023,5.011499881744385,1.965499997138977,2.817699909210205,4.89169979095459,1.9733999967575073,2.816499948501587,4.735599994659424,1.965499997138977,2.817699909210205,4.89169979095459,1.9235999584197998,2.8747000694274902,4.884300231933594,1.9733999967575073,2.816499948501587,4.735599994659424,1.9235999584197998,2.8747000694274902,4.884300231933594,1.930400013923645,2.873500108718872,4.7322998046875,1.965499997138977,2.817699909210205,4.89169979095459,1.9495999813079834,2.8189001083374023,5.011499881744385,1.9093999862670898,2.8759000301361084,4.999199867248535,1.965499997138977,2.817699909210205,4.89169979095459,1.9093999862670898,2.8759000301361084,4.999199867248535,1.9235999584197998,2.8747000694274902,4.884300231933594,1.8775999546051025,2.8213000297546387,5.192800045013428,1.9217000007629395,2.8201000690460205,5.107699871063232,1.9706000089645386,2.77620005607605,5.130499839782715,1.8775999546051025,2.8213000297546387,5.192800045013428,1.9706000089645386,2.77620005607605,5.130499839782715,1.9230999946594238,2.7774999141693115,5.222400188446045,1.8422000408172607,2.8782999515533447,5.169899940490723,1.8835999965667725,2.8770999908447266,5.089900016784668,1.9217000007629395,2.8201000690460205,5.107699871063232,1.8422000408172607,2.8782999515533447,5.169899940490723,1.9217000007629395,2.8201000690460205,5.107699871063232,1.8775999546051025,2.8213000297546387,5.192800045013428,1.9217000007629395,2.8201000690460205,5.107699871063232,1.9495999813079834,2.8189001083374023,5.011499881744385,2.001300096511841,2.775099992752075,5.027400016784668,1.9217000007629395,2.8201000690460205,5.107699871063232,2.001300096511841,2.775099992752075,5.027400016784668,1.9706000089645386,2.77620005607605,5.130499839782715,1.8835999965667725,2.8770999908447266,5.089900016784668,1.9093999862670898,2.8759000301361084,4.999199867248535,1.9495999813079834,2.8189001083374023,5.011499881744385,1.8835999965667725,2.8770999908447266,5.089900016784668,1.9495999813079834,2.8189001083374023,5.011499881744385,1.9217000007629395,2.8201000690460205,5.107699871063232,1.8111000061035156,3.0141000747680664,5.149099826812744,1.8502000570297241,3.0129001140594482,5.07390022277832,1.8589999675750732,2.9428000450134277,5.0782999992370605,1.8111000061035156,3.0141000747680664,5.149099826812744,1.8589999675750732,2.9428000450134277,5.0782999992370605,1.8193000555038452,2.944000005722046,5.154799938201904,1.8502000570297241,3.0129001140594482,5.07390022277832,1.873900055885315,3.011699914932251,4.9878997802734375,1.8832999467849731,2.9416000843048096,4.991000175476074,1.8502000570297241,3.0129001140594482,5.07390022277832,1.8832999467849731,2.9416000843048096,4.991000175476074,1.8589999675750732,2.9428000450134277,5.0782999992370605,1.8193000555038452,2.944000005722046,5.154799938201904,1.8589999675750732,2.9428000450134277,5.0782999992370605,1.8835999965667725,2.8770999908447266,5.089900016784668,1.8193000555038452,2.944000005722046,5.154799938201904,1.8835999965667725,2.8770999908447266,5.089900016784668,1.8422000408172607,2.8782999515533447,5.169899940490723,1.8589999675750732,2.9428000450134277,5.0782999992370605,1.8832999467849731,2.9416000843048096,4.991000175476074,1.9093999862670898,2.8759000301361084,4.999199867248535,1.8589999675750732,2.9428000450134277,5.0782999992370605,1.9093999862670898,2.8759000301361084,4.999199867248535,1.8835999965667725,2.8770999908447266,5.089900016784668,2.0934998989105225,2.7462000846862793,4.744900226593018,2.0822999477386475,2.7474000453948975,4.912399768829346,2.019200086593628,2.7737998962402344,4.901199817657471,2.0934998989105225,2.7462000846862793,4.744900226593018,2.019200086593628,2.7737998962402344,4.901199817657471,2.028700113296509,2.772700071334839,4.7399001121521,2.1630001068115234,2.7372000217437744,4.750500202178955,2.149899959564209,2.7383999824523926,4.924600124359131,2.0822999477386475,2.7474000453948975,4.912399768829346,2.1630001068115234,2.7372000217437744,4.750500202178955,2.0822999477386475,2.7474000453948975,4.912399768829346,2.0934998989105225,2.7462000846862793,4.744900226593018,2.0822999477386475,2.7474000453948975,4.912399768829346,2.061800003051758,2.7486000061035156,5.046199798583984,2.001300096511841,2.775099992752075,5.027400016784668,2.0822999477386475,2.7474000453948975,4.912399768829346,2.001300096511841,2.775099992752075,5.027400016784668,2.019200086593628,2.7737998962402344,4.901199817657471,2.149899959564209,2.7383999824523926,4.924600124359131,2.126699924468994,2.7395999431610107,5.066400051116943,2.061800003051758,2.7486000061035156,5.046199798583984,2.149899959564209,2.7383999824523926,4.924600124359131,2.061800003051758,2.7486000061035156,5.046199798583984,2.0822999477386475,2.7474000453948975,4.912399768829346,2.2962000370025635,2.7720000743865967,4.76230001449585,2.279099941253662,2.773200035095215,4.949100017547607,2.217099905014038,2.746999979019165,4.936999797821045,2.2962000370025635,2.7720000743865967,4.76230001449585,2.217099905014038,2.746999979019165,4.936999797821045,2.2321999073028564,2.745800018310547,4.756400108337402,2.279099941253662,2.773200035095215,4.949100017547607,2.2502999305725098,2.774399995803833,5.1066999435424805,2.190999984741211,2.748199939727783,5.086999893188477,2.279099941253662,2.773200035095215,4.949100017547607,2.190999984741211,2.748199939727783,5.086999893188477,2.217099905014038,2.746999979019165,4.936999797821045,2.2321999073028564,2.745800018310547,4.756400108337402,2.217099905014038,2.746999979019165,4.936999797821045,2.149899959564209,2.7383999824523926,4.924600124359131,2.2321999073028564,2.745800018310547,4.756400108337402,2.149899959564209,2.7383999824523926,4.924600124359131,2.1630001068115234,2.7372000217437744,4.750500202178955,2.217099905014038,2.746999979019165,4.936999797821045,2.190999984741211,2.748199939727783,5.086999893188477,2.126699924468994,2.7395999431610107,5.066400051116943,2.217099905014038,2.746999979019165,4.936999797821045,2.126699924468994,2.7395999431610107,5.066400051116943,2.149899959564209,2.7383999824523926,4.924600124359131,2.089600086212158,2.7506000995635986,5.332699775695801,2.1500000953674316,2.7493999004364014,5.215799808502197,2.205699920654297,2.775599956512451,5.243800163269043,2.089600086212158,2.7506000995635986,5.332699775695801,2.205699920654297,2.775599956512451,5.243800163269043,2.1410999298095703,2.7767999172210693,5.36870002746582,2.0332999229431152,2.742000102996826,5.2947998046875,2.089200019836426,2.740799903869629,5.186399936676025,2.1500000953674316,2.7493999004364014,5.215799808502197,2.0332999229431152,2.742000102996826,5.2947998046875,2.1500000953674316,2.7493999004364014,5.215799808502197,2.089600086212158,2.7506000995635986,5.332699775695801,2.1500000953674316,2.7493999004364014,5.215799808502197,2.190999984741211,2.748199939727783,5.086999893188477,2.2502999305725098,2.774399995803833,5.1066999435424805,2.1500000953674316,2.7493999004364014,5.215799808502197,2.2502999305725098,2.774399995803833,5.1066999435424805,2.205699920654297,2.775599956512451,5.243800163269043,2.089200019836426,2.740799903869629,5.186399936676025,2.126699924468994,2.7395999431610107,5.066400051116943,2.190999984741211,2.748199939727783,5.086999893188477,2.089200019836426,2.740799903869629,5.186399936676025,2.190999984741211,2.748199939727783,5.086999893188477,2.1500000953674316,2.7493999004364014,5.215799808502197,1.9230999946594238,2.7774999141693115,5.222400188446045,1.9706000089645386,2.77620005607605,5.130499839782715,2.027899980545044,2.749799966812134,5.157400131225586,1.9230999946594238,2.7774999141693115,5.222400188446045,2.027899980545044,2.749799966812134,5.157400131225586,1.9765000343322754,2.750999927520752,5.257199764251709,1.9706000089645386,2.77620005607605,5.130499839782715,2.001300096511841,2.775099992752075,5.027400016784668,2.061800003051758,2.7486000061035156,5.046199798583984,1.9706000089645386,2.77620005607605,5.130499839782715,2.061800003051758,2.7486000061035156,5.046199798583984,2.027899980545044,2.749799966812134,5.157400131225586,1.9765000343322754,2.750999927520752,5.257199764251709,2.027899980545044,2.749799966812134,5.157400131225586,2.089200019836426,2.740799903869629,5.186399936676025,1.9765000343322754,2.750999927520752,5.257199764251709,2.089200019836426,2.740799903869629,5.186399936676025,2.0332999229431152,2.742000102996826,5.2947998046875,2.027899980545044,2.749799966812134,5.157400131225586,2.061800003051758,2.7486000061035156,5.046199798583984,2.126699924468994,2.7395999431610107,5.066400051116943,2.027899980545044,2.749799966812134,5.157400131225586,2.126699924468994,2.7395999431610107,5.066400051116943,2.089200019836426,2.740799903869629,5.186399936676025,2.3499999046325684,2.8157999515533447,4.76800012588501,2.3310000896453857,2.816999912261963,4.960000038146973,2.279099941253662,2.773200035095215,4.949100017547607,2.3499999046325684,2.8157999515533447,4.76800012588501,2.279099941253662,2.773200035095215,4.949100017547607,2.2962000370025635,2.7720000743865967,4.76230001449585,2.391400098800659,2.8729000091552734,4.772900104522705,2.3708999156951904,2.8740999698638916,4.968900203704834,2.3310000896453857,2.816999912261963,4.960000038146973,2.391400098800659,2.8729000091552734,4.772900104522705,2.3310000896453857,2.816999912261963,4.960000038146973,2.3499999046325684,2.8157999515533447,4.76800012588501,2.3310000896453857,2.816999912261963,4.960000038146973,2.2997000217437744,2.81820011138916,5.124199867248535,2.2502999305725098,2.774399995803833,5.1066999435424805,2.3310000896453857,2.816999912261963,4.960000038146973,2.2502999305725098,2.774399995803833,5.1066999435424805,2.279099941253662,2.773200035095215,4.949100017547607,2.3708999156951904,2.8740999698638916,4.968900203704834,2.3375000953674316,2.8752999305725098,5.138299942016602,2.2997000217437744,2.81820011138916,5.124199867248535,2.3708999156951904,2.8740999698638916,4.968900203704834,2.2997000217437744,2.81820011138916,5.124199867248535,2.3310000896453857,2.816999912261963,4.960000038146973,2.4277000427246094,3.0090999603271484,4.777599811553955,2.4056999683380127,3.0102999210357666,4.977200031280518,2.3965001106262207,2.940000057220459,4.974899768829346,2.4277000427246094,3.0090999603271484,4.777599811553955,2.3965001106262207,2.940000057220459,4.974899768829346,2.418100118637085,2.938800096511841,4.776299953460693,2.4056999683380127,3.0102999210357666,4.977200031280518,2.370300054550171,3.0114998817443848,5.151299953460693,2.361599922180176,2.941200017929077,5.14769983291626,2.4056999683380127,3.0102999210357666,4.977200031280518,2.361599922180176,2.941200017929077,5.14769983291626,2.3965001106262207,2.940000057220459,4.974899768829346,2.418100118637085,2.938800096511841,4.776299953460693,2.3965001106262207,2.940000057220459,4.974899768829346,2.3708999156951904,2.8740999698638916,4.968900203704834,2.418100118637085,2.938800096511841,4.776299953460693,2.3708999156951904,2.8740999698638916,4.968900203704834,2.391400098800659,2.8729000091552734,4.772900104522705,2.3965001106262207,2.940000057220459,4.974899768829346,2.361599922180176,2.941200017929077,5.14769983291626,2.3375000953674316,2.8752999305725098,5.138299942016602,2.3965001106262207,2.940000057220459,4.974899768829346,2.3375000953674316,2.8752999305725098,5.138299942016602,2.3708999156951904,2.8740999698638916,4.968900203704834,2.2358999252319336,2.9435999393463135,5.44189977645874,2.309499979019165,2.9423999786376953,5.301199913024902,2.317500114440918,3.012700080871582,5.30620002746582,2.2358999252319336,2.9435999393463135,5.44189977645874,2.317500114440918,3.012700080871582,5.30620002746582,2.2430999279022217,3.0139000415802,5.4481000900268555,2.21560001373291,2.877700090408325,5.425300121307373,2.287100076675415,2.876499891281128,5.288099765777588,2.309499979019165,2.9423999786376953,5.301199913024902,2.21560001373291,2.877700090408325,5.425300121307373,2.309499979019165,2.9423999786376953,5.301199913024902,2.2358999252319336,2.9435999393463135,5.44189977645874,2.309499979019165,2.9423999786376953,5.301199913024902,2.361599922180176,2.941200017929077,5.14769983291626,2.370300054550171,3.0114998817443848,5.151299953460693,2.309499979019165,2.9423999786376953,5.301199913024902,2.370300054550171,3.0114998817443848,5.151299953460693,2.317500114440918,3.012700080871582,5.30620002746582,2.287100076675415,2.876499891281128,5.288099765777588,2.3375000953674316,2.8752999305725098,5.138299942016602,2.361599922180176,2.941200017929077,5.14769983291626,2.287100076675415,2.876499891281128,5.288099765777588,2.361599922180176,2.941200017929077,5.14769983291626,2.309499979019165,2.9423999786376953,5.301199913024902,2.1410999298095703,2.7767999172210693,5.36870002746582,2.205699920654297,2.775599956512451,5.243800163269043,2.2518999576568604,2.8194000720977783,5.268400192260742,2.1410999298095703,2.7767999172210693,5.36870002746582,2.2518999576568604,2.8194000720977783,5.268400192260742,2.183500051498413,2.8206000328063965,5.400199890136719,2.205699920654297,2.775599956512451,5.243800163269043,2.2502999305725098,2.774399995803833,5.1066999435424805,2.2997000217437744,2.81820011138916,5.124199867248535,2.205699920654297,2.775599956512451,5.243800163269043,2.2997000217437744,2.81820011138916,5.124199867248535,2.2518999576568604,2.8194000720977783,5.268400192260742,2.183500051498413,2.8206000328063965,5.400199890136719,2.2518999576568604,2.8194000720977783,5.268400192260742,2.287100076675415,2.876499891281128,5.288099765777588,2.183500051498413,2.8206000328063965,5.400199890136719,2.287100076675415,2.876499891281128,5.288099765777588,2.21560001373291,2.877700090408325,5.425300121307373,2.2518999576568604,2.8194000720977783,5.268400192260742,2.2997000217437744,2.81820011138916,5.124199867248535,2.3375000953674316,2.8752999305725098,5.138299942016602,2.2518999576568604,2.8194000720977783,5.268400192260742,2.3375000953674316,2.8752999305725098,5.138299942016602,2.287100076675415,2.876499891281128,5.288099765777588,2.4179999828338623,3.0794999599456787,4.776299953460693,2.3965001106262207,3.080699920654297,4.974899768829346,2.4056999683380127,3.0102999210357666,4.977200031280518,2.4179999828338623,3.0794999599456787,4.776299953460693,2.4056999683380127,3.0102999210357666,4.977200031280518,2.4277000427246094,3.0090999603271484,4.777599811553955,2.4179999828338623,3.0794999599456787,4.776299953460693,2.391400098800659,3.145400047302246,4.772900104522705,2.3708999156951904,3.1466000080108643,4.968900203704834,2.4179999828338623,3.0794999599456787,4.776299953460693,2.3708999156951904,3.1466000080108643,4.968900203704834,2.3965001106262207,3.080699920654297,4.974899768829346,2.4056999683380127,3.0102999210357666,4.977200031280518,2.3965001106262207,3.080699920654297,4.974899768829346,2.361599922180176,3.081899881362915,5.14769983291626,2.4056999683380127,3.0102999210357666,4.977200031280518,2.361599922180176,3.081899881362915,5.14769983291626,2.370300054550171,3.0114998817443848,5.151299953460693,2.3965001106262207,3.080699920654297,4.974899768829346,2.3708999156951904,3.1466000080108643,4.968900203704834,2.3375000953674316,3.1477999687194824,5.138299942016602,2.3965001106262207,3.080699920654297,4.974899768829346,2.3375000953674316,3.1477999687194824,5.138299942016602,2.361599922180176,3.081899881362915,5.14769983291626,2.350100040435791,3.2026000022888184,4.767899990081787,2.296299934387207,3.246500015258789,4.7621002197265625,2.2792000770568848,3.2476999759674072,4.948800086975098,2.350100040435791,3.2026000022888184,4.767899990081787,2.2792000770568848,3.2476999759674072,4.948800086975098,2.3310999870300293,3.203700065612793,4.95989990234375,2.3310999870300293,3.203700065612793,4.95989990234375,2.2792000770568848,3.2476999759674072,4.948800086975098,2.250499963760376,3.2488999366760254,5.106400012969971,2.3310999870300293,3.203700065612793,4.95989990234375,2.250499963760376,3.2488999366760254,5.106400012969971,2.299799919128418,3.204900026321411,5.124100208282471,2.391400098800659,3.145400047302246,4.772900104522705,2.350100040435791,3.2026000022888184,4.767899990081787,2.3310999870300293,3.203700065612793,4.95989990234375,2.391400098800659,3.145400047302246,4.772900104522705,2.3310999870300293,3.203700065612793,4.95989990234375,2.3708999156951904,3.1466000080108643,4.968900203704834,2.3708999156951904,3.1466000080108643,4.968900203704834,2.3310999870300293,3.203700065612793,4.95989990234375,2.299799919128418,3.204900026321411,5.124100208282471,2.3708999156951904,3.1466000080108643,4.968900203704834,2.299799919128418,3.204900026321411,5.124100208282471,2.3375000953674316,3.1477999687194824,5.138299942016602,2.1414999961853027,3.251300096511841,5.368299961090088,2.1837000846862793,3.2072999477386475,5.400100231170654,2.252000093460083,3.2060999870300293,5.2683000564575195,2.1414999961853027,3.251300096511841,5.368299961090088,2.252000093460083,3.2060999870300293,5.2683000564575195,2.2060000896453857,3.2500998973846436,5.2434000968933105,2.1837000846862793,3.2072999477386475,5.400100231170654,2.21560001373291,3.1501998901367188,5.425300121307373,2.287100076675415,3.1489999294281006,5.288099765777588,2.1837000846862793,3.2072999477386475,5.400100231170654,2.287100076675415,3.1489999294281006,5.288099765777588,2.252000093460083,3.2060999870300293,5.2683000564575195,2.2060000896453857,3.2500998973846436,5.2434000968933105,2.252000093460083,3.2060999870300293,5.2683000564575195,2.299799919128418,3.204900026321411,5.124100208282471,2.2060000896453857,3.2500998973846436,5.2434000968933105,2.299799919128418,3.204900026321411,5.124100208282471,2.250499963760376,3.2488999366760254,5.106400012969971,2.252000093460083,3.2060999870300293,5.2683000564575195,2.287100076675415,3.1489999294281006,5.288099765777588,2.3375000953674316,3.1477999687194824,5.138299942016602,2.252000093460083,3.2060999870300293,5.2683000564575195,2.3375000953674316,3.1477999687194824,5.138299942016602,2.299799919128418,3.204900026321411,5.124100208282471,2.23580002784729,3.0843000411987305,5.44189977645874,2.2430999279022217,3.0139000415802,5.4481000900268555,2.317500114440918,3.012700080871582,5.30620002746582,2.23580002784729,3.0843000411987305,5.44189977645874,2.317500114440918,3.012700080871582,5.30620002746582,2.3094000816345215,3.0831000804901123,5.301199913024902,2.3094000816345215,3.0831000804901123,5.301199913024902,2.317500114440918,3.012700080871582,5.30620002746582,2.370300054550171,3.0114998817443848,5.151299953460693,2.3094000816345215,3.0831000804901123,5.301199913024902,2.370300054550171,3.0114998817443848,5.151299953460693,2.361599922180176,3.081899881362915,5.14769983291626,2.21560001373291,3.1501998901367188,5.425300121307373,2.23580002784729,3.0843000411987305,5.44189977645874,2.3094000816345215,3.0831000804901123,5.301199913024902,2.21560001373291,3.1501998901367188,5.425300121307373,2.3094000816345215,3.0831000804901123,5.301199913024902,2.287100076675415,3.1489999294281006,5.288099765777588,2.287100076675415,3.1489999294281006,5.288099765777588,2.3094000816345215,3.0831000804901123,5.301199913024902,2.361599922180176,3.081899881362915,5.14769983291626,2.287100076675415,3.1489999294281006,5.288099765777588,2.361599922180176,3.081899881362915,5.14769983291626,2.3375000953674316,3.1477999687194824,5.138299942016602,2.296299934387207,3.246500015258789,4.7621002197265625,2.2325000762939453,3.2727999687194824,4.755899906158447,2.217400074005127,3.2739999294281006,4.936500072479248,2.296299934387207,3.246500015258789,4.7621002197265625,2.217400074005127,3.2739999294281006,4.936500072479248,2.2792000770568848,3.2476999759674072,4.948800086975098,2.2325000762939453,3.2727999687194824,4.755899906158447,2.1635000705718994,3.281599998474121,4.749599933624268,2.1505000591278076,3.2827999591827393,4.923600196838379,2.2325000762939453,3.2727999687194824,4.755899906158447,2.1505000591278076,3.2827999591827393,4.923600196838379,2.217400074005127,3.2739999294281006,4.936500072479248,2.2792000770568848,3.2476999759674072,4.948800086975098,2.217400074005127,3.2739999294281006,4.936500072479248,2.1916000843048096,3.2751998901367188,5.086400032043457,2.2792000770568848,3.2476999759674072,4.948800086975098,2.1916000843048096,3.2751998901367188,5.086400032043457,2.250499963760376,3.2488999366760254,5.106400012969971,2.217400074005127,3.2739999294281006,4.936500072479248,2.1505000591278076,3.2827999591827393,4.923600196838379,2.1275999546051025,3.2839999198913574,5.065400123596191,2.217400074005127,3.2739999294281006,4.936500072479248,2.1275999546051025,3.2839999198913574,5.065400123596191,2.1916000843048096,3.2751998901367188,5.086400032043457,2.094099998474121,3.272700071334839,4.743800163269043,2.0292999744415283,3.2464001178741455,4.73859977722168,2.02020001411438,3.247499942779541,4.899899959564209,2.094099998474121,3.272700071334839,4.743800163269043,2.02020001411438,3.247499942779541,4.899899959564209,2.083199977874756,3.273900032043457,4.911200046539307,2.083199977874756,3.273900032043457,4.911200046539307,2.02020001411438,3.247499942779541,4.899899959564209,2.0025999546051025,3.248800039291382,5.0258002281188965,2.083199977874756,3.273900032043457,4.911200046539307,2.0025999546051025,3.248800039291382,5.0258002281188965,2.062999963760376,3.275099992752075,5.0447001457214355,2.1635000705718994,3.281599998474121,4.749599933624268,2.094099998474121,3.272700071334839,4.743800163269043,2.083199977874756,3.273900032043457,4.911200046539307,2.1635000705718994,3.281599998474121,4.749599933624268,2.083199977874756,3.273900032043457,4.911200046539307,2.1505000591278076,3.2827999591827393,4.923600196838379,2.1505000591278076,3.2827999591827393,4.923600196838379,2.083199977874756,3.273900032043457,4.911200046539307,2.062999963760376,3.275099992752075,5.0447001457214355,2.1505000591278076,3.2827999591827393,4.923600196838379,2.062999963760376,3.275099992752075,5.0447001457214355,2.1275999546051025,3.2839999198913574,5.065400123596191,1.9253000020980835,3.2511000633239746,5.220399856567383,1.9783999919891357,3.2774999141693115,5.25540018081665,2.0295000076293945,3.2762999534606934,5.155700206756592,1.9253000020980835,3.2511000633239746,5.220399856567383,2.0295000076293945,3.2762999534606934,5.155700206756592,1.9723999500274658,3.2499001026153564,5.128699779510498,1.9783999919891357,3.2774999141693115,5.25540018081665,2.0348000526428223,3.28629994392395,5.293399810791016,2.090399980545044,3.2852001190185547,5.185100078582764,1.9783999919891357,3.2774999141693115,5.25540018081665,2.090399980545044,3.2852001190185547,5.185100078582764,2.0295000076293945,3.2762999534606934,5.155700206756592,1.9723999500274658,3.2499001026153564,5.128699779510498,2.0295000076293945,3.2762999534606934,5.155700206756592,2.062999963760376,3.275099992752075,5.0447001457214355,1.9723999500274658,3.2499001026153564,5.128699779510498,2.062999963760376,3.275099992752075,5.0447001457214355,2.0025999546051025,3.248800039291382,5.0258002281188965,2.0295000076293945,3.2762999534606934,5.155700206756592,2.090399980545044,3.2852001190185547,5.185100078582764,2.1275999546051025,3.2839999198913574,5.065400123596191,2.0295000076293945,3.2762999534606934,5.155700206756592,2.1275999546051025,3.2839999198913574,5.065400123596191,2.062999963760376,3.275099992752075,5.0447001457214355,2.09060001373291,3.277600049972534,5.3317999839782715,2.1414999961853027,3.251300096511841,5.368299961090088,2.2060000896453857,3.2500998973846436,5.2434000968933105,2.09060001373291,3.277600049972534,5.3317999839782715,2.2060000896453857,3.2500998973846436,5.2434000968933105,2.150700092315674,3.276400089263916,5.215099811553955,2.150700092315674,3.276400089263916,5.215099811553955,2.2060000896453857,3.2500998973846436,5.2434000968933105,2.250499963760376,3.2488999366760254,5.106400012969971,2.150700092315674,3.276400089263916,5.215099811553955,2.250499963760376,3.2488999366760254,5.106400012969971,2.1916000843048096,3.2751998901367188,5.086400032043457,2.0348000526428223,3.28629994392395,5.293399810791016,2.09060001373291,3.277600049972534,5.3317999839782715,2.150700092315674,3.276400089263916,5.215099811553955,2.0348000526428223,3.28629994392395,5.293399810791016,2.150700092315674,3.276400089263916,5.215099811553955,2.090399980545044,3.2852001190185547,5.185100078582764,2.090399980545044,3.2852001190185547,5.185100078582764,2.150700092315674,3.276400089263916,5.215099811553955,2.1916000843048096,3.2751998901367188,5.086400032043457,2.090399980545044,3.2852001190185547,5.185100078582764,2.1916000843048096,3.2751998901367188,5.086400032043457,2.1275999546051025,3.2839999198913574,5.065400123596191,2.0292999744415283,3.2464001178741455,4.73859977722168,1.9739999771118164,3.202399969100952,4.734399795532227,1.9663000106811523,3.2035999298095703,4.890500068664551,2.0292999744415283,3.2464001178741455,4.73859977722168,1.9663000106811523,3.2035999298095703,4.890500068664551,2.02020001411438,3.247499942779541,4.899899959564209,1.9739999771118164,3.202399969100952,4.734399795532227,1.930899977684021,3.1452999114990234,4.731400012969971,1.924299955368042,3.1465001106262207,4.883399963378906,1.9739999771118164,3.202399969100952,4.734399795532227,1.924299955368042,3.1465001106262207,4.883399963378906,1.9663000106811523,3.2035999298095703,4.890500068664551,2.02020001411438,3.247499942779541,4.899899959564209,1.9663000106811523,3.2035999298095703,4.890500068664551,1.9507999420166016,3.2047998905181885,5.0100998878479,2.02020001411438,3.247499942779541,4.899899959564209,1.9507999420166016,3.2047998905181885,5.0100998878479,2.0025999546051025,3.248800039291382,5.0258002281188965,1.9663000106811523,3.2035999298095703,4.890500068664551,1.924299955368042,3.1465001106262207,4.883399963378906,1.9103000164031982,3.147700071334839,4.9980998039245605,1.9663000106811523,3.2035999298095703,4.890500068664551,1.9103000164031982,3.147700071334839,4.9980998039245605,1.9507999420166016,3.2047998905181885,5.0100998878479,1.9026999473571777,3.0794999599456787,4.729599952697754,1.892300009727478,3.0092999935150146,4.729100227355957,1.8866000175476074,3.010499954223633,4.877500057220459,1.9026999473571777,3.0794999599456787,4.729599952697754,1.8866000175476074,3.010499954223633,4.877500057220459,1.8968000411987305,3.080699920654297,4.878900051116943,1.8968000411987305,3.080699920654297,4.878900051116943,1.8866000175476074,3.010499954223633,4.877500057220459,1.873900055885315,3.011699914932251,4.9878997802734375,1.8968000411987305,3.080699920654297,4.878900051116943,1.873900055885315,3.011699914932251,4.9878997802734375,1.8838000297546387,3.081899881362915,4.990499973297119,1.930899977684021,3.1452999114990234,4.731400012969971,1.9026999473571777,3.0794999599456787,4.729599952697754,1.8968000411987305,3.080699920654297,4.878900051116943,1.930899977684021,3.1452999114990234,4.731400012969971,1.8968000411987305,3.080699920654297,4.878900051116943,1.924299955368042,3.1465001106262207,4.883399963378906,1.924299955368042,3.1465001106262207,4.883399963378906,1.8968000411987305,3.080699920654297,4.878900051116943,1.8838000297546387,3.081899881362915,4.990499973297119,1.924299955368042,3.1465001106262207,4.883399963378906,1.8838000297546387,3.081899881362915,4.990499973297119,1.9103000164031982,3.147700071334839,4.9980998039245605,1.8111000061035156,3.0141000747680664,5.149099826812744,1.820099949836731,3.0843000411987305,5.154099941253662,1.8595999479293823,3.0831000804901123,5.077600002288818,1.8111000061035156,3.0141000747680664,5.149099826812744,1.8595999479293823,3.0831000804901123,5.077600002288818,1.8502000570297241,3.0129001140594482,5.07390022277832,1.820099949836731,3.0843000411987305,5.154099941253662,1.8437000513076782,3.150099992752075,5.168399810791016,1.8848999738693237,3.148900032043457,5.088699817657471,1.820099949836731,3.0843000411987305,5.154099941253662,1.8848999738693237,3.148900032043457,5.088699817657471,1.8595999479293823,3.0831000804901123,5.077600002288818,1.8502000570297241,3.0129001140594482,5.07390022277832,1.8595999479293823,3.0831000804901123,5.077600002288818,1.8838000297546387,3.081899881362915,4.990499973297119,1.8502000570297241,3.0129001140594482,5.07390022277832,1.8838000297546387,3.081899881362915,4.990499973297119,1.873900055885315,3.011699914932251,4.9878997802734375,1.8595999479293823,3.0831000804901123,5.077600002288818,1.8848999738693237,3.148900032043457,5.088699817657471,1.9103000164031982,3.147700071334839,4.9980998039245605,1.8595999479293823,3.0831000804901123,5.077600002288818,1.9103000164031982,3.147700071334839,4.9980998039245605,1.8838000297546387,3.081899881362915,4.990499973297119,1.8796000480651855,3.207200050354004,5.190999984741211,1.9253000020980835,3.2511000633239746,5.220399856567383,1.9723999500274658,3.2499001026153564,5.128699779510498,1.8796000480651855,3.207200050354004,5.190999984741211,1.9723999500274658,3.2499001026153564,5.128699779510498,1.92330002784729,3.2060000896453857,5.105999946594238,1.92330002784729,3.2060000896453857,5.105999946594238,1.9723999500274658,3.2499001026153564,5.128699779510498,2.0025999546051025,3.248800039291382,5.0258002281188965,1.92330002784729,3.2060000896453857,5.105999946594238,2.0025999546051025,3.248800039291382,5.0258002281188965,1.9507999420166016,3.2047998905181885,5.0100998878479,1.8437000513076782,3.150099992752075,5.168399810791016,1.8796000480651855,3.207200050354004,5.190999984741211,1.92330002784729,3.2060000896453857,5.105999946594238,1.8437000513076782,3.150099992752075,5.168399810791016,1.92330002784729,3.2060000896453857,5.105999946594238,1.8848999738693237,3.148900032043457,5.088699817657471,1.8848999738693237,3.148900032043457,5.088699817657471,1.92330002784729,3.2060000896453857,5.105999946594238,1.9507999420166016,3.2047998905181885,5.0100998878479,1.8848999738693237,3.148900032043457,5.088699817657471,1.9507999420166016,3.2047998905181885,5.0100998878479,1.9103000164031982,3.147700071334839,4.9980998039245605,1.8111000061035156,3.0141000747680664,5.149099826812744,1.8193000555038452,2.944000005722046,5.154799938201904,1.760200023651123,2.945199966430664,5.234099864959717,1.8111000061035156,3.0141000747680664,5.149099826812744,1.760200023651123,2.945199966430664,5.234099864959717,1.7527999877929688,3.0153000354766846,5.22730016708374,1.8193000555038452,2.944000005722046,5.154799938201904,1.8422000408172607,2.8782999515533447,5.169899940490723,1.7811000347137451,2.879499912261963,5.252099990844727,1.8193000555038452,2.944000005722046,5.154799938201904,1.7811000347137451,2.879499912261963,5.252099990844727,1.760200023651123,2.945199966430664,5.234099864959717,1.7527999877929688,3.0153000354766846,5.22730016708374,1.760200023651123,2.945199966430664,5.234099864959717,1.6835999488830566,2.9463999271392822,5.311299800872803,1.7527999877929688,3.0153000354766846,5.22730016708374,1.6835999488830566,2.9463999271392822,5.311299800872803,1.6770999431610107,3.0164999961853027,5.303599834442139,1.760200023651123,2.945199966430664,5.234099864959717,1.7811000347137451,2.879499912261963,5.252099990844727,1.7021000385284424,2.88070011138916,5.3317999839782715,1.760200023651123,2.945199966430664,5.234099864959717,1.7021000385284424,2.88070011138916,5.3317999839782715,1.6835999488830566,2.9463999271392822,5.311299800872803,1.9230999946594238,2.7774999141693115,5.222400188446045,1.854699969291687,2.778700113296509,5.315100193023682,1.8133000135421753,2.822499990463257,5.279699802398682,1.9230999946594238,2.7774999141693115,5.222400188446045,1.8133000135421753,2.822499990463257,5.279699802398682,1.8775999546051025,2.8213000297546387,5.192800045013428,1.8133000135421753,2.822499990463257,5.279699802398682,1.854699969291687,2.778700113296509,5.315100193023682,1.767300009727478,2.7797999382019043,5.403900146484375,1.8133000135421753,2.822499990463257,5.279699802398682,1.767300009727478,2.7797999382019043,5.403900146484375,1.7305999994277954,2.823699951171875,5.363399982452393,1.8422000408172607,2.8782999515533447,5.169899940490723,1.8775999546051025,2.8213000297546387,5.192800045013428,1.8133000135421753,2.822499990463257,5.279699802398682,1.8422000408172607,2.8782999515533447,5.169899940490723,1.8133000135421753,2.822499990463257,5.279699802398682,1.7811000347137451,2.879499912261963,5.252099990844727,1.7811000347137451,2.879499912261963,5.252099990844727,1.8133000135421753,2.822499990463257,5.279699802398682,1.7305999994277954,2.823699951171875,5.363399982452393,1.7811000347137451,2.879499912261963,5.252099990844727,1.7305999994277954,2.823699951171875,5.363399982452393,1.7021000385284424,2.88070011138916,5.3317999839782715,1.5443999767303467,2.7820000648498535,5.5503997802734375,1.5185999870300293,2.825900077819824,5.502299785614014,1.631700038909912,2.8248000144958496,5.4390997886657715,1.5443999767303467,2.7820000648498535,5.5503997802734375,1.631700038909912,2.8248000144958496,5.4390997886657715,1.6632000207901,2.780900001525879,5.48390007019043,1.5185999870300293,2.825900077819824,5.502299785614014,1.4984999895095825,2.8828001022338867,5.464900016784668,1.607200026512146,2.8817999362945557,5.404399871826172,1.5185999870300293,2.825900077819824,5.502299785614014,1.607200026512146,2.8817999362945557,5.404399871826172,1.631700038909912,2.8248000144958496,5.4390997886657715,1.6632000207901,2.780900001525879,5.48390007019043,1.631700038909912,2.8248000144958496,5.4390997886657715,1.7305999994277954,2.823699951171875,5.363399982452393,1.6632000207901,2.780900001525879,5.48390007019043,1.7305999994277954,2.823699951171875,5.363399982452393,1.767300009727478,2.7797999382019043,5.403900146484375,1.631700038909912,2.8248000144958496,5.4390997886657715,1.607200026512146,2.8817999362945557,5.404399871826172,1.7021000385284424,2.88070011138916,5.3317999839782715,1.631700038909912,2.8248000144958496,5.4390997886657715,1.7021000385284424,2.88070011138916,5.3317999839782715,1.7305999994277954,2.823699951171875,5.363399982452393,1.4855999946594238,2.948499917984009,5.440499782562256,1.4810999631881714,3.0185999870300293,5.43149995803833,1.5858999490737915,3.0176000595092773,5.373199939727783,1.4855999946594238,2.948499917984009,5.440499782562256,1.5858999490737915,3.0176000595092773,5.373199939727783,1.5914000272750854,2.947499990463257,5.381700038909912,1.5914000272750854,2.947499990463257,5.381700038909912,1.5858999490737915,3.0176000595092773,5.373199939727783,1.6770999431610107,3.0164999961853027,5.303599834442139,1.5914000272750854,2.947499990463257,5.381700038909912,1.6770999431610107,3.0164999961853027,5.303599834442139,1.6835999488830566,2.9463999271392822,5.311299800872803,1.4984999895095825,2.8828001022338867,5.464900016784668,1.4855999946594238,2.948499917984009,5.440499782562256,1.5914000272750854,2.947499990463257,5.381700038909912,1.4984999895095825,2.8828001022338867,5.464900016784668,1.5914000272750854,2.947499990463257,5.381700038909912,1.607200026512146,2.8817999362945557,5.404399871826172,1.607200026512146,2.8817999362945557,5.404399871826172,1.5914000272750854,2.947499990463257,5.381700038909912,1.6835999488830566,2.9463999271392822,5.311299800872803,1.607200026512146,2.8817999362945557,5.404399871826172,1.6835999488830566,2.9463999271392822,5.311299800872803,1.7021000385284424,2.88070011138916,5.3317999839782715,1.9765000343322754,2.750999927520752,5.257199764251709,1.9032000303268433,2.75219988822937,5.356800079345703,1.854699969291687,2.778700113296509,5.315100193023682,1.9765000343322754,2.750999927520752,5.257199764251709,1.854699969291687,2.778700113296509,5.315100193023682,1.9230999946594238,2.7774999141693115,5.222400188446045,2.0332999229431152,2.742000102996826,5.2947998046875,1.9549000263214111,2.7432000637054443,5.401800155639648,1.9032000303268433,2.75219988822937,5.356800079345703,2.0332999229431152,2.742000102996826,5.2947998046875,1.9032000303268433,2.75219988822937,5.356800079345703,1.9765000343322754,2.750999927520752,5.257199764251709,1.854699969291687,2.778700113296509,5.315100193023682,1.9032000303268433,2.75219988822937,5.356800079345703,1.8102999925613403,2.7534000873565674,5.451399803161621,1.854699969291687,2.778700113296509,5.315100193023682,1.8102999925613403,2.7534000873565674,5.451399803161621,1.767300009727478,2.7797999382019043,5.403900146484375,1.9549000263214111,2.7432000637054443,5.401800155639648,1.8560999631881714,2.7444000244140625,5.502799987792969,1.8102999925613403,2.7534000873565674,5.451399803161621,1.9549000263214111,2.7432000637054443,5.401800155639648,1.8102999925613403,2.7534000873565674,5.451399803161621,1.9032000303268433,2.75219988822937,5.356800079345703,2.1410999298095703,2.7767999172210693,5.36870002746582,2.0524001121520996,2.7780001163482666,5.4899001121521,2.0058999061584473,2.751800060272217,5.4471001625061035,2.1410999298095703,2.7767999172210693,5.36870002746582,2.0058999061584473,2.751800060272217,5.4471001625061035,2.089600086212158,2.7506000995635986,5.332699775695801,2.0524001121520996,2.7780001163482666,5.4899001121521,1.9419000148773193,2.7792000770568848,5.60290002822876,1.9011000394821167,2.753000020980835,5.5543999671936035,2.0524001121520996,2.7780001163482666,5.4899001121521,1.9011000394821167,2.753000020980835,5.5543999671936035,2.0058999061584473,2.751800060272217,5.4471001625061035,2.089600086212158,2.7506000995635986,5.332699775695801,2.0058999061584473,2.751800060272217,5.4471001625061035,1.9549000263214111,2.7432000637054443,5.401800155639648,2.089600086212158,2.7506000995635986,5.332699775695801,1.9549000263214111,2.7432000637054443,5.401800155639648,2.0332999229431152,2.742000102996826,5.2947998046875,2.0058999061584473,2.751800060272217,5.4471001625061035,1.9011000394821167,2.753000020980835,5.5543999671936035,1.8560999631881714,2.7444000244140625,5.502799987792969,2.0058999061584473,2.751800060272217,5.4471001625061035,1.8560999631881714,2.7444000244140625,5.502799987792969,1.9549000263214111,2.7432000637054443,5.401800155639648,1.6378999948501587,2.755199909210205,5.728700160980225,1.7776999473571777,2.7541000843048096,5.649799823760986,1.812399983406067,2.7802999019622803,5.703000068664551,1.6378999948501587,2.755199909210205,5.728700160980225,1.812399983406067,2.7802999019622803,5.703000068664551,1.666100025177002,2.7813000679016113,5.785600185394287,1.6378999948501587,2.755199909210205,5.728700160980225,1.606600046157837,2.7465999126434326,5.667799949645996,1.7391999959945679,2.745500087738037,5.5929999351501465,1.6378999948501587,2.755199909210205,5.728700160980225,1.7391999959945679,2.745500087738037,5.5929999351501465,1.7776999473571777,2.7541000843048096,5.649799823760986,1.7776999473571777,2.7541000843048096,5.649799823760986,1.9011000394821167,2.753000020980835,5.5543999671936035,1.9419000148773193,2.7792000770568848,5.60290002822876,1.7776999473571777,2.7541000843048096,5.649799823760986,1.9419000148773193,2.7792000770568848,5.60290002822876,1.812399983406067,2.7802999019622803,5.703000068664551,1.7391999959945679,2.745500087738037,5.5929999351501465,1.8560999631881714,2.7444000244140625,5.502799987792969,1.9011000394821167,2.753000020980835,5.5543999671936035,1.7391999959945679,2.745500087738037,5.5929999351501465,1.9011000394821167,2.753000020980835,5.5543999671936035,1.7776999473571777,2.7541000843048096,5.649799823760986,1.5744999647140503,2.755500078201294,5.606900215148926,1.5443999767303467,2.7820000648498535,5.5503997802734375,1.6632000207901,2.780900001525879,5.48390007019043,1.5744999647140503,2.755500078201294,5.606900215148926,1.6632000207901,2.780900001525879,5.48390007019043,1.7000999450683594,2.754499912261963,5.536399841308594,1.7000999450683594,2.754499912261963,5.536399841308594,1.6632000207901,2.780900001525879,5.48390007019043,1.767300009727478,2.7797999382019043,5.403900146484375,1.7000999450683594,2.754499912261963,5.536399841308594,1.767300009727478,2.7797999382019043,5.403900146484375,1.8102999925613403,2.7534000873565674,5.451399803161621,1.606600046157837,2.7465999126434326,5.667799949645996,1.5744999647140503,2.755500078201294,5.606900215148926,1.7000999450683594,2.754499912261963,5.536399841308594,1.606600046157837,2.7465999126434326,5.667799949645996,1.7000999450683594,2.754499912261963,5.536399841308594,1.7391999959945679,2.745500087738037,5.5929999351501465,1.7391999959945679,2.745500087738037,5.5929999351501465,1.7000999450683594,2.754499912261963,5.536399841308594,1.8102999925613403,2.7534000873565674,5.451399803161621,1.7391999959945679,2.745500087738037,5.5929999351501465,1.8102999925613403,2.7534000873565674,5.451399803161621,1.8560999631881714,2.7444000244140625,5.502799987792969,2.183500051498413,2.8206000328063965,5.400199890136719,2.090399980545044,2.8217999935150146,5.527200222015381,2.0524001121520996,2.7780001163482666,5.4899001121521,2.183500051498413,2.8206000328063965,5.400199890136719,2.0524001121520996,2.7780001163482666,5.4899001121521,2.1410999298095703,2.7767999172210693,5.36870002746582,2.21560001373291,2.877700090408325,5.425300121307373,2.1189000606536865,2.8789000511169434,5.55679988861084,2.090399980545044,2.8217999935150146,5.527200222015381,2.21560001373291,2.877700090408325,5.425300121307373,2.090399980545044,2.8217999935150146,5.527200222015381,2.183500051498413,2.8206000328063965,5.400199890136719,2.090399980545044,2.8217999935150146,5.527200222015381,1.975100040435791,2.822999954223633,5.644999980926514,1.9419000148773193,2.7792000770568848,5.60290002822876,2.090399980545044,2.8217999935150146,5.527200222015381,1.9419000148773193,2.7792000770568848,5.60290002822876,2.0524001121520996,2.7780001163482666,5.4899001121521,2.1189000606536865,2.8789000511169434,5.55679988861084,1.9997999668121338,2.8801000118255615,5.678100109100342,1.975100040435791,2.822999954223633,5.644999980926514,2.1189000606536865,2.8789000511169434,5.55679988861084,1.975100040435791,2.822999954223633,5.644999980926514,2.090399980545044,2.8217999935150146,5.527200222015381,2.2430999279022217,3.0139000415802,5.4481000900268555,2.1431000232696533,3.015199899673462,5.583600044250488,2.136899948120117,2.9447999000549316,5.576300144195557,2.2430999279022217,3.0139000415802,5.4481000900268555,2.136899948120117,2.9447999000549316,5.576300144195557,2.2358999252319336,2.9435999393463135,5.44189977645874,2.1431000232696533,3.015199899673462,5.583600044250488,2.0204999446868896,3.0162999629974365,5.708099842071533,2.015199899673462,2.946000099182129,5.699900150299072,2.1431000232696533,3.015199899673462,5.583600044250488,2.015199899673462,2.946000099182129,5.699900150299072,2.136899948120117,2.9447999000549316,5.576300144195557,2.2358999252319336,2.9435999393463135,5.44189977645874,2.136899948120117,2.9447999000549316,5.576300144195557,2.1189000606536865,2.8789000511169434,5.55679988861084,2.2358999252319336,2.9435999393463135,5.44189977645874,2.1189000606536865,2.8789000511169434,5.55679988861084,2.21560001373291,2.877700090408325,5.425300121307373,2.136899948120117,2.9447999000549316,5.576300144195557,2.015199899673462,2.946000099182129,5.699900150299072,1.9997999668121338,2.8801000118255615,5.678100109100342,2.136899948120117,2.9447999000549316,5.576300144195557,1.9997999668121338,2.8801000118255615,5.678100109100342,2.1189000606536865,2.8789000511169434,5.55679988861084,1.7151000499725342,2.948199987411499,5.897500038146973,1.8737000226974487,2.9470999240875244,5.808499813079834,1.878100037574768,3.017400026321411,5.817200183868408,1.7151000499725342,2.948199987411499,5.897500038146973,1.878100037574768,3.017400026321411,5.817200183868408,1.7186000347137451,3.0185000896453857,5.906700134277344,1.7050000429153442,2.882200002670288,5.872600078582764,1.8609000444412231,2.881200075149536,5.784900188446045,1.8737000226974487,2.9470999240875244,5.808499813079834,1.7050000429153442,2.882200002670288,5.872600078582764,1.8737000226974487,2.9470999240875244,5.808499813079834,1.7151000499725342,2.948199987411499,5.897500038146973,1.8737000226974487,2.9470999240875244,5.808499813079834,2.015199899673462,2.946000099182129,5.699900150299072,2.0204999446868896,3.0162999629974365,5.708099842071533,1.8737000226974487,2.9470999240875244,5.808499813079834,2.0204999446868896,3.0162999629974365,5.708099842071533,1.878100037574768,3.017400026321411,5.817200183868408,1.8609000444412231,2.881200075149536,5.784900188446045,1.9997999668121338,2.8801000118255615,5.678100109100342,2.015199899673462,2.946000099182129,5.699900150299072,1.8609000444412231,2.881200075149536,5.784900188446045,2.015199899673462,2.946000099182129,5.699900150299072,1.8737000226974487,2.9470999240875244,5.808499813079834,1.666100025177002,2.7813000679016113,5.785600185394287,1.812399983406067,2.7802999019622803,5.703000068664551,1.8402999639511108,2.8241000175476074,5.748899936676025,1.666100025177002,2.7813000679016113,5.785600185394287,1.8402999639511108,2.8241000175476074,5.748899936676025,1.688599944114685,2.825200080871582,5.834400177001953,1.812399983406067,2.7802999019622803,5.703000068664551,1.9419000148773193,2.7792000770568848,5.60290002822876,1.975100040435791,2.822999954223633,5.644999980926514,1.812399983406067,2.7802999019622803,5.703000068664551,1.975100040435791,2.822999954223633,5.644999980926514,1.8402999639511108,2.8241000175476074,5.748899936676025,1.688599944114685,2.825200080871582,5.834400177001953,1.8402999639511108,2.8241000175476074,5.748899936676025,1.8609000444412231,2.881200075149536,5.784900188446045,1.688599944114685,2.825200080871582,5.834400177001953,1.8609000444412231,2.881200075149536,5.784900188446045,1.7050000429153442,2.882200002670288,5.872600078582764,1.8402999639511108,2.8241000175476074,5.748899936676025,1.975100040435791,2.822999954223633,5.644999980926514,1.9997999668121338,2.8801000118255615,5.678100109100342,1.8402999639511108,2.8241000175476074,5.748899936676025,1.9997999668121338,2.8801000118255615,5.678100109100342,1.8609000444412231,2.881200075149536,5.784900188446045,2.2430999279022217,3.0139000415802,5.4481000900268555,2.23580002784729,3.0843000411987305,5.44189977645874,2.1368000507354736,3.0855000019073486,5.576300144195557,2.2430999279022217,3.0139000415802,5.4481000900268555,2.1368000507354736,3.0855000019073486,5.576300144195557,2.1431000232696533,3.015199899673462,5.583600044250488,2.23580002784729,3.0843000411987305,5.44189977645874,2.21560001373291,3.1501998901367188,5.425300121307373,2.1189000606536865,3.151400089263916,5.55679988861084,2.23580002784729,3.0843000411987305,5.44189977645874,2.1189000606536865,3.151400089263916,5.55679988861084,2.1368000507354736,3.0855000019073486,5.576300144195557,2.1431000232696533,3.015199899673462,5.583600044250488,2.1368000507354736,3.0855000019073486,5.576300144195557,2.0151000022888184,3.0866000652313232,5.699999809265137,2.1431000232696533,3.015199899673462,5.583600044250488,2.0151000022888184,3.0866000652313232,5.699999809265137,2.0204999446868896,3.0162999629974365,5.708099842071533,2.1368000507354736,3.0855000019073486,5.576300144195557,2.1189000606536865,3.151400089263916,5.55679988861084,1.9997999668121338,3.152600049972534,5.678100109100342,2.1368000507354736,3.0855000019073486,5.576300144195557,1.9997999668121338,3.152600049972534,5.678100109100342,2.0151000022888184,3.0866000652313232,5.699999809265137,2.1837000846862793,3.2072999477386475,5.400100231170654,2.1414999961853027,3.251300096511841,5.368299961090088,2.0529000759124756,3.252500057220459,5.489500045776367,2.1837000846862793,3.2072999477386475,5.400100231170654,2.0529000759124756,3.252500057220459,5.489500045776367,2.0905001163482666,3.2086000442504883,5.527100086212158,2.0905001163482666,3.2086000442504883,5.527100086212158,2.0529000759124756,3.252500057220459,5.489500045776367,1.9424999952316284,3.253700017929077,5.60260009765625,2.0905001163482666,3.2086000442504883,5.527100086212158,1.9424999952316284,3.253700017929077,5.60260009765625,1.9752000570297241,3.209700107574463,5.644899845123291,2.21560001373291,3.1501998901367188,5.425300121307373,2.1837000846862793,3.2072999477386475,5.400100231170654,2.0905001163482666,3.2086000442504883,5.527100086212158,2.21560001373291,3.1501998901367188,5.425300121307373,2.0905001163482666,3.2086000442504883,5.527100086212158,2.1189000606536865,3.151400089263916,5.55679988861084,2.1189000606536865,3.151400089263916,5.55679988861084,2.0905001163482666,3.2086000442504883,5.527100086212158,1.9752000570297241,3.209700107574463,5.644899845123291,2.1189000606536865,3.151400089263916,5.55679988861084,1.9752000570297241,3.209700107574463,5.644899845123291,1.9997999668121338,3.152600049972534,5.678100109100342,1.666599988937378,3.2558000087738037,5.785399913787842,1.6886999607086182,3.211899995803833,5.834400177001953,1.840499997138977,3.2107999324798584,5.748799800872803,1.666599988937378,3.2558000087738037,5.785399913787842,1.840499997138977,3.2107999324798584,5.748799800872803,1.8128999471664429,3.2548000812530518,5.702700138092041,1.6886999607086182,3.211899995803833,5.834400177001953,1.7050000429153442,3.1547999382019043,5.872600078582764,1.8609000444412231,3.153700113296509,5.784900188446045,1.6886999607086182,3.211899995803833,5.834400177001953,1.8609000444412231,3.153700113296509,5.784900188446045,1.840499997138977,3.2107999324798584,5.748799800872803,1.8128999471664429,3.2548000812530518,5.702700138092041,1.840499997138977,3.2107999324798584,5.748799800872803,1.9752000570297241,3.209700107574463,5.644899845123291,1.8128999471664429,3.2548000812530518,5.702700138092041,1.9752000570297241,3.209700107574463,5.644899845123291,1.9424999952316284,3.253700017929077,5.60260009765625,1.840499997138977,3.2107999324798584,5.748799800872803,1.8609000444412231,3.153700113296509,5.784900188446045,1.9997999668121338,3.152600049972534,5.678100109100342,1.840499997138977,3.2107999324798584,5.748799800872803,1.9997999668121338,3.152600049972534,5.678100109100342,1.9752000570297241,3.209700107574463,5.644899845123291,1.7186000347137451,3.0185000896453857,5.906700134277344,1.878100037574768,3.017400026321411,5.817200183868408,1.8736000061035156,3.0878000259399414,5.808499813079834,1.7186000347137451,3.0185000896453857,5.906700134277344,1.8736000061035156,3.0878000259399414,5.808499813079834,1.7151000499725342,3.0887999534606934,5.897500038146973,1.8736000061035156,3.0878000259399414,5.808499813079834,1.878100037574768,3.017400026321411,5.817200183868408,2.0204999446868896,3.0162999629974365,5.708099842071533,1.8736000061035156,3.0878000259399414,5.808499813079834,2.0204999446868896,3.0162999629974365,5.708099842071533,2.0151000022888184,3.0866000652313232,5.699999809265137,1.7050000429153442,3.1547999382019043,5.872600078582764,1.7151000499725342,3.0887999534606934,5.897500038146973,1.8736000061035156,3.0878000259399414,5.808499813079834,1.7050000429153442,3.1547999382019043,5.872600078582764,1.8736000061035156,3.0878000259399414,5.808499813079834,1.8609000444412231,3.153700113296509,5.784900188446045,1.8609000444412231,3.153700113296509,5.784900188446045,1.8736000061035156,3.0878000259399414,5.808499813079834,2.0151000022888184,3.0866000652313232,5.699999809265137,1.8609000444412231,3.153700113296509,5.784900188446045,2.0151000022888184,3.0866000652313232,5.699999809265137,1.9997999668121338,3.152600049972534,5.678100109100342,2.1414999961853027,3.251300096511841,5.368299961090088,2.09060001373291,3.277600049972534,5.3317999839782715,2.006999969482422,3.2788000106811523,5.446300029754639,2.1414999961853027,3.251300096511841,5.368299961090088,2.006999969482422,3.2788000106811523,5.446300029754639,2.0529000759124756,3.252500057220459,5.489500045776367,2.09060001373291,3.277600049972534,5.3317999839782715,2.0348000526428223,3.28629994392395,5.293399810791016,1.9565999507904053,3.287600040435791,5.400400161743164,2.09060001373291,3.277600049972534,5.3317999839782715,1.9565999507904053,3.287600040435791,5.400400161743164,2.006999969482422,3.2788000106811523,5.446300029754639,2.0529000759124756,3.252500057220459,5.489500045776367,2.006999969482422,3.2788000106811523,5.446300029754639,1.9023000001907349,3.2799999713897705,5.553599834442139,2.0529000759124756,3.252500057220459,5.489500045776367,1.9023000001907349,3.2799999713897705,5.553599834442139,1.9424999952316284,3.253700017929077,5.60260009765625,2.006999969482422,3.2788000106811523,5.446300029754639,1.9565999507904053,3.287600040435791,5.400400161743164,1.8579000234603882,3.2887001037597656,5.501500129699707,2.006999969482422,3.2788000106811523,5.446300029754639,1.8579000234603882,3.2887001037597656,5.501500129699707,1.9023000001907349,3.2799999713897705,5.553599834442139,1.9783999919891357,3.2774999141693115,5.25540018081665,1.9253000020980835,3.2511000633239746,5.220399856567383,1.857200026512146,3.2523999214172363,5.3130998611450195,1.9783999919891357,3.2774999141693115,5.25540018081665,1.857200026512146,3.2523999214172363,5.3130998611450195,1.905400037765503,3.2788000106811523,5.355000019073486,1.905400037765503,3.2788000106811523,5.355000019073486,1.857200026512146,3.2523999214172363,5.3130998611450195,1.7700999975204468,3.253499984741211,5.4019999504089355,1.905400037765503,3.2788000106811523,5.355000019073486,1.7700999975204468,3.253499984741211,5.4019999504089355,1.8128000497817993,3.279900074005127,5.44980001449585,2.0348000526428223,3.28629994392395,5.293399810791016,1.9783999919891357,3.2774999141693115,5.25540018081665,1.905400037765503,3.2788000106811523,5.355000019073486,2.0348000526428223,3.28629994392395,5.293399810791016,1.905400037765503,3.2788000106811523,5.355000019073486,1.9565999507904053,3.287600040435791,5.400400161743164,1.9565999507904053,3.287600040435791,5.400400161743164,1.905400037765503,3.2788000106811523,5.355000019073486,1.8128000497817993,3.279900074005127,5.44980001449585,1.9565999507904053,3.287600040435791,5.400400161743164,1.8128000497817993,3.279900074005127,5.44980001449585,1.8579000234603882,3.2887001037597656,5.501500129699707,1.5769000053405762,3.282099962234497,5.605899810791016,1.7024999856948853,3.2809998989105225,5.534999847412109,1.6660000085830688,3.2546000480651855,5.4822998046875,1.5769000053405762,3.282099962234497,5.605899810791016,1.6660000085830688,3.2546000480651855,5.4822998046875,1.5470000505447388,3.25570011138916,5.549200057983398,1.6083999872207642,3.2908999919891357,5.666900157928467,1.7410999536514282,3.289900064468384,5.591899871826172,1.7024999856948853,3.2809998989105225,5.534999847412109,1.6083999872207642,3.2908999919891357,5.666900157928467,1.7024999856948853,3.2809998989105225,5.534999847412109,1.5769000053405762,3.282099962234497,5.605899810791016,1.7024999856948853,3.2809998989105225,5.534999847412109,1.8128000497817993,3.279900074005127,5.44980001449585,1.7700999975204468,3.253499984741211,5.4019999504089355,1.7024999856948853,3.2809998989105225,5.534999847412109,1.7700999975204468,3.253499984741211,5.4019999504089355,1.6660000085830688,3.2546000480651855,5.4822998046875,1.7410999536514282,3.289900064468384,5.591899871826172,1.8579000234603882,3.2887001037597656,5.501500129699707,1.8128000497817993,3.279900074005127,5.44980001449585,1.7410999536514282,3.289900064468384,5.591899871826172,1.8128000497817993,3.279900074005127,5.44980001449585,1.7024999856948853,3.2809998989105225,5.534999847412109,1.666599988937378,3.2558000087738037,5.785399913787842,1.8128999471664429,3.2548000812530518,5.702700138092041,1.7789000272750854,3.281100034713745,5.649099826812744,1.666599988937378,3.2558000087738037,5.785399913787842,1.7789000272750854,3.281100034713745,5.649099826812744,1.6390000581741333,3.2822000980377197,5.7281999588012695,1.7789000272750854,3.281100034713745,5.649099826812744,1.8128999471664429,3.2548000812530518,5.702700138092041,1.9424999952316284,3.253700017929077,5.60260009765625,1.7789000272750854,3.281100034713745,5.649099826812744,1.9424999952316284,3.253700017929077,5.60260009765625,1.9023000001907349,3.2799999713897705,5.553599834442139,1.6390000581741333,3.2822000980377197,5.7281999588012695,1.7789000272750854,3.281100034713745,5.649099826812744,1.7410999536514282,3.289900064468384,5.591899871826172,1.6390000581741333,3.2822000980377197,5.7281999588012695,1.7410999536514282,3.289900064468384,5.591899871826172,1.6083999872207642,3.2908999919891357,5.666900157928467,1.7410999536514282,3.289900064468384,5.591899871826172,1.7789000272750854,3.281100034713745,5.649099826812744,1.9023000001907349,3.2799999713897705,5.553599834442139,1.7410999536514282,3.289900064468384,5.591899871826172,1.9023000001907349,3.2799999713897705,5.553599834442139,1.8579000234603882,3.2887001037597656,5.501500129699707,1.9253000020980835,3.2511000633239746,5.220399856567383,1.8796000480651855,3.207200050354004,5.190999984741211,1.815500020980835,3.208400011062622,5.2778000831604,1.9253000020980835,3.2511000633239746,5.220399856567383,1.815500020980835,3.208400011062622,5.2778000831604,1.857200026512146,3.2523999214172363,5.3130998611450195,1.8437000513076782,3.150099992752075,5.168399810791016,1.7827999591827393,3.1512999534606934,5.250699996948242,1.815500020980835,3.208400011062622,5.2778000831604,1.8437000513076782,3.150099992752075,5.168399810791016,1.815500020980835,3.208400011062622,5.2778000831604,1.8796000480651855,3.207200050354004,5.190999984741211,1.815500020980835,3.208400011062622,5.2778000831604,1.7331000566482544,3.2095999717712402,5.361599922180176,1.7700999975204468,3.253499984741211,5.4019999504089355,1.815500020980835,3.208400011062622,5.2778000831604,1.7700999975204468,3.253499984741211,5.4019999504089355,1.857200026512146,3.2523999214172363,5.3130998611450195,1.7827999591827393,3.1512999534606934,5.250699996948242,1.7038999795913696,3.1524999141693115,5.330599784851074,1.7331000566482544,3.2095999717712402,5.361599922180176,1.7827999591827393,3.1512999534606934,5.250699996948242,1.7331000566482544,3.2095999717712402,5.361599922180176,1.815500020980835,3.208400011062622,5.2778000831604,1.8111000061035156,3.0141000747680664,5.149099826812744,1.7527999877929688,3.0153000354766846,5.22730016708374,1.7611000537872314,3.0855000019073486,5.23330020904541,1.8111000061035156,3.0141000747680664,5.149099826812744,1.7611000537872314,3.0855000019073486,5.23330020904541,1.820099949836731,3.0843000411987305,5.154099941253662,1.7527999877929688,3.0153000354766846,5.22730016708374,1.6770999431610107,3.0164999961853027,5.303599834442139,1.6845999956130981,3.0866000652313232,5.3105998039245605,1.7527999877929688,3.0153000354766846,5.22730016708374,1.6845999956130981,3.0866000652313232,5.3105998039245605,1.7611000537872314,3.0855000019073486,5.23330020904541,1.820099949836731,3.0843000411987305,5.154099941253662,1.7611000537872314,3.0855000019073486,5.23330020904541,1.7827999591827393,3.1512999534606934,5.250699996948242,1.820099949836731,3.0843000411987305,5.154099941253662,1.7827999591827393,3.1512999534606934,5.250699996948242,1.8437000513076782,3.150099992752075,5.168399810791016,1.7611000537872314,3.0855000019073486,5.23330020904541,1.6845999956130981,3.0866000652313232,5.3105998039245605,1.7038999795913696,3.1524999141693115,5.330599784851074,1.7611000537872314,3.0855000019073486,5.23330020904541,1.7038999795913696,3.1524999141693115,5.330599784851074,1.7827999591827393,3.1512999534606934,5.250699996948242,1.4865000247955322,3.0887999534606934,5.440100193023682,1.5923999547958374,3.0878000259399414,5.381100177764893,1.5858999490737915,3.0176000595092773,5.373199939727783,1.4865000247955322,3.0887999534606934,5.440100193023682,1.5858999490737915,3.0176000595092773,5.373199939727783,1.4810999631881714,3.0185999870300293,5.43149995803833,1.5003000497817993,3.154599905014038,5.464099884033203,1.6090999841690063,3.153599977493286,5.403299808502197,1.5923999547958374,3.0878000259399414,5.381100177764893,1.5003000497817993,3.154599905014038,5.464099884033203,1.5923999547958374,3.0878000259399414,5.381100177764893,1.4865000247955322,3.0887999534606934,5.440100193023682,1.5923999547958374,3.0878000259399414,5.381100177764893,1.6845999956130981,3.0866000652313232,5.3105998039245605,1.6770999431610107,3.0164999961853027,5.303599834442139,1.5923999547958374,3.0878000259399414,5.381100177764893,1.6770999431610107,3.0164999961853027,5.303599834442139,1.5858999490737915,3.0176000595092773,5.373199939727783,1.6090999841690063,3.153599977493286,5.403299808502197,1.7038999795913696,3.1524999141693115,5.330599784851074,1.6845999956130981,3.0866000652313232,5.3105998039245605,1.6090999841690063,3.153599977493286,5.403299808502197,1.6845999956130981,3.0866000652313232,5.3105998039245605,1.5923999547958374,3.0878000259399414,5.381100177764893,1.5470000505447388,3.25570011138916,5.549200057983398,1.6660000085830688,3.2546000480651855,5.4822998046875,1.6342999935150146,3.210700035095215,5.437699794769287,1.5470000505447388,3.25570011138916,5.549200057983398,1.6342999935150146,3.210700035095215,5.437699794769287,1.5210000276565552,3.211699962615967,5.501200199127197,1.6660000085830688,3.2546000480651855,5.4822998046875,1.7700999975204468,3.253499984741211,5.4019999504089355,1.7331000566482544,3.2095999717712402,5.361599922180176,1.6660000085830688,3.2546000480651855,5.4822998046875,1.7331000566482544,3.2095999717712402,5.361599922180176,1.6342999935150146,3.210700035095215,5.437699794769287,1.5210000276565552,3.211699962615967,5.501200199127197,1.6342999935150146,3.210700035095215,5.437699794769287,1.6090999841690063,3.153599977493286,5.403299808502197,1.5210000276565552,3.211699962615967,5.501200199127197,1.6090999841690063,3.153599977493286,5.403299808502197,1.5003000497817993,3.154599905014038,5.464099884033203,1.6342999935150146,3.210700035095215,5.437699794769287,1.7331000566482544,3.2095999717712402,5.361599922180176,1.7038999795913696,3.1524999141693115,5.330599784851074,1.6342999935150146,3.210700035095215,5.437699794769287,1.7038999795913696,3.1524999141693115,5.330599784851074,1.6090999841690063,3.153599977493286,5.403299808502197,1.4810999631881714,3.0185999870300293,5.43149995803833,1.4855999946594238,2.948499917984009,5.440499782562256,1.3680000305175781,2.949399948120117,5.482999801635742,1.4810999631881714,3.0185999870300293,5.43149995803833,1.3680000305175781,2.949399948120117,5.482999801635742,1.3646999597549438,3.0195000171661377,5.473499774932861,1.4855999946594238,2.948499917984009,5.440499782562256,1.4984999895095825,2.8828001022338867,5.464900016784668,1.3779000043869019,2.883699893951416,5.508600234985352,1.4855999946594238,2.948499917984009,5.440499782562256,1.3779000043869019,2.883699893951416,5.508600234985352,1.3680000305175781,2.949399948120117,5.482999801635742,1.3646999597549438,3.0195000171661377,5.473499774932861,1.3680000305175781,2.949399948120117,5.482999801635742,1.2417000532150269,2.9500999450683594,5.511000156402588,1.3646999597549438,3.0195000171661377,5.473499774932861,1.2417000532150269,2.9500999450683594,5.511000156402588,1.239400029182434,3.02020001411438,5.501200199127197,1.3680000305175781,2.949399948120117,5.482999801635742,1.3779000043869019,2.883699893951416,5.508600234985352,1.2483999729156494,2.884399890899658,5.537499904632568,1.3680000305175781,2.949399948120117,5.482999801635742,1.2483999729156494,2.884399890899658,5.537499904632568,1.2417000532150269,2.9500999450683594,5.511000156402588,1.5185999870300293,2.825900077819824,5.502299785614014,1.5443999767303467,2.7820000648498535,5.5503997802734375,1.4128999710083008,2.782900094985962,5.598800182342529,1.5185999870300293,2.825900077819824,5.502299785614014,1.4128999710083008,2.782900094985962,5.598800182342529,1.3932000398635864,2.82669997215271,5.548099994659424,1.3932000398635864,2.82669997215271,5.548099994659424,1.4128999710083008,2.782900094985962,5.598800182342529,1.2719999551773071,2.783600091934204,5.630799770355225,1.3932000398635864,2.82669997215271,5.548099994659424,1.2719999551773071,2.783600091934204,5.630799770355225,1.2587000131607056,2.827500104904175,5.578400135040283,1.4984999895095825,2.8828001022338867,5.464900016784668,1.5185999870300293,2.825900077819824,5.502299785614014,1.3932000398635864,2.82669997215271,5.548099994659424,1.4984999895095825,2.8828001022338867,5.464900016784668,1.3932000398635864,2.82669997215271,5.548099994659424,1.3779000043869019,2.883699893951416,5.508600234985352,1.3779000043869019,2.883699893951416,5.508600234985352,1.3932000398635864,2.82669997215271,5.548099994659424,1.2587000131607056,2.827500104904175,5.578400135040283,1.3779000043869019,2.883699893951416,5.508600234985352,1.2587000131607056,2.827500104904175,5.578400135040283,1.2483999729156494,2.884399890899658,5.537499904632568,0.974399983882904,2.7843000888824463,5.653800010681152,0.974399983882904,2.8280999660491943,5.599899768829346,1.1181000471115112,2.828000068664551,5.59499979019165,0.974399983882904,2.7843000888824463,5.653800010681152,1.1181000471115112,2.828000068664551,5.59499979019165,1.1247999668121338,2.78410005569458,5.648499965667725,0.974399983882904,2.8280999660491943,5.599899768829346,0.974399983882904,2.8850998878479004,5.558000087738037,1.1129000186920166,2.8849000930786133,5.553299903869629,0.974399983882904,2.8280999660491943,5.599899768829346,1.1129000186920166,2.8849000930786133,5.553299903869629,1.1181000471115112,2.828000068664551,5.59499979019165,1.1247999668121338,2.78410005569458,5.648499965667725,1.1181000471115112,2.828000068664551,5.59499979019165,1.2587000131607056,2.827500104904175,5.578400135040283,1.1247999668121338,2.78410005569458,5.648499965667725,1.2587000131607056,2.827500104904175,5.578400135040283,1.2719999551773071,2.783600091934204,5.630799770355225,1.1181000471115112,2.828000068664551,5.59499979019165,1.1129000186920166,2.8849000930786133,5.553299903869629,1.2483999729156494,2.884399890899658,5.537499904632568,1.1181000471115112,2.828000068664551,5.59499979019165,1.2483999729156494,2.884399890899658,5.537499904632568,1.2587000131607056,2.827500104904175,5.578400135040283,0.974399983882904,3.020900011062622,5.5208001136779785,1.1083999872207642,3.020699977874756,5.516300201416016,1.1095000505447388,2.9505999088287354,5.526299953460693,0.974399983882904,3.020900011062622,5.5208001136779785,1.1095000505447388,2.9505999088287354,5.526299953460693,0.974399983882904,2.9507999420166016,5.530700206756592,1.1095000505447388,2.9505999088287354,5.526299953460693,1.1083999872207642,3.020699977874756,5.516300201416016,1.239400029182434,3.02020001411438,5.501200199127197,1.1095000505447388,2.9505999088287354,5.526299953460693,1.239400029182434,3.02020001411438,5.501200199127197,1.2417000532150269,2.9500999450683594,5.511000156402588,0.974399983882904,2.8850998878479004,5.558000087738037,0.974399983882904,2.9507999420166016,5.530700206756592,1.1095000505447388,2.9505999088287354,5.526299953460693,0.974399983882904,2.8850998878479004,5.558000087738037,1.1095000505447388,2.9505999088287354,5.526299953460693,1.1129000186920166,2.8849000930786133,5.553299903869629,1.1129000186920166,2.8849000930786133,5.553299903869629,1.1095000505447388,2.9505999088287354,5.526299953460693,1.2417000532150269,2.9500999450683594,5.511000156402588,1.1129000186920166,2.8849000930786133,5.553299903869629,1.2417000532150269,2.9500999450683594,5.511000156402588,1.2483999729156494,2.884399890899658,5.537499904632568,1.5443999767303467,2.7820000648498535,5.5503997802734375,1.5744999647140503,2.755500078201294,5.606900215148926,1.4358999729156494,2.756500005722046,5.658299922943115,1.5443999767303467,2.7820000648498535,5.5503997802734375,1.4358999729156494,2.756500005722046,5.658299922943115,1.4128999710083008,2.782900094985962,5.598800182342529,1.5744999647140503,2.755500078201294,5.606900215148926,1.606600046157837,2.7465999126434326,5.667799949645996,1.4603999853134155,2.747499942779541,5.722400188446045,1.5744999647140503,2.755500078201294,5.606900215148926,1.4603999853134155,2.747499942779541,5.722400188446045,1.4358999729156494,2.756500005722046,5.658299922943115,1.4128999710083008,2.782900094985962,5.598800182342529,1.4358999729156494,2.756500005722046,5.658299922943115,1.287600040435791,2.757200002670288,5.692599773406982,1.4128999710083008,2.782900094985962,5.598800182342529,1.287600040435791,2.757200002670288,5.692599773406982,1.2719999551773071,2.783600091934204,5.630799770355225,1.4358999729156494,2.756500005722046,5.658299922943115,1.4603999853134155,2.747499942779541,5.722400188446045,1.3040000200271606,2.748300075531006,5.758800029754639,1.4358999729156494,2.756500005722046,5.658299922943115,1.3040000200271606,2.748300075531006,5.758800029754639,1.287600040435791,2.757200002670288,5.692599773406982,1.6378999948501587,2.755199909210205,5.728700160980225,1.666100025177002,2.7813000679016113,5.785600185394287,1.5055999755859375,2.7822999954223633,5.846099853515625,1.6378999948501587,2.755199909210205,5.728700160980225,1.5055999755859375,2.7822999954223633,5.846099853515625,1.4843000173568726,2.7560999393463135,5.786399841308594,1.4843000173568726,2.7560999393463135,5.786399841308594,1.5055999755859375,2.7822999954223633,5.846099853515625,1.3344000577926636,2.783099889755249,5.886600017547607,1.4843000173568726,2.7560999393463135,5.786399841308594,1.3344000577926636,2.783099889755249,5.886600017547607,1.320099949836731,2.7567999362945557,5.824999809265137,1.606600046157837,2.7465999126434326,5.667799949645996,1.6378999948501587,2.755199909210205,5.728700160980225,1.4843000173568726,2.7560999393463135,5.786399841308594,1.606600046157837,2.7465999126434326,5.667799949645996,1.4843000173568726,2.7560999393463135,5.786399841308594,1.4603999853134155,2.747499942779541,5.722400188446045,1.4603999853134155,2.747499942779541,5.722400188446045,1.4843000173568726,2.7560999393463135,5.786399841308594,1.320099949836731,2.7567999362945557,5.824999809265137,1.4603999853134155,2.747499942779541,5.722400188446045,1.320099949836731,2.7567999362945557,5.824999809265137,1.3040000200271606,2.748300075531006,5.758800029754639,0.974399983882904,2.783799886703491,5.915999889373779,0.974399983882904,2.7576000690460205,5.853000164031982,1.1490000486373901,2.7574000358581543,5.846499919891357,0.974399983882904,2.783799886703491,5.915999889373779,1.1490000486373901,2.7574000358581543,5.846499919891357,1.1562000513076782,2.7834999561309814,5.909200191497803,0.974399983882904,2.7576000690460205,5.853000164031982,0.974399983882904,2.749000072479248,5.785200119018555,1.1409000158309937,2.748800039291382,5.779099941253662,0.974399983882904,2.7576000690460205,5.853000164031982,1.1409000158309937,2.748800039291382,5.779099941253662,1.1490000486373901,2.7574000358581543,5.846499919891357,1.1562000513076782,2.7834999561309814,5.909200191497803,1.1490000486373901,2.7574000358581543,5.846499919891357,1.320099949836731,2.7567999362945557,5.824999809265137,1.1562000513076782,2.7834999561309814,5.909200191497803,1.320099949836731,2.7567999362945557,5.824999809265137,1.3344000577926636,2.783099889755249,5.886600017547607,1.1490000486373901,2.7574000358581543,5.846499919891357,1.1409000158309937,2.748800039291382,5.779099941253662,1.3040000200271606,2.748300075531006,5.758800029754639,1.1490000486373901,2.7574000358581543,5.846499919891357,1.3040000200271606,2.748300075531006,5.758800029754639,1.320099949836731,2.7567999362945557,5.824999809265137,0.974399983882904,2.7578999996185303,5.717199802398682,0.974399983882904,2.7843000888824463,5.653800010681152,1.1247999668121338,2.78410005569458,5.648499965667725,0.974399983882904,2.7578999996185303,5.717199802398682,1.1247999668121338,2.78410005569458,5.648499965667725,1.132599949836731,2.757699966430664,5.71150016784668,1.132599949836731,2.757699966430664,5.71150016784668,1.1247999668121338,2.78410005569458,5.648499965667725,1.2719999551773071,2.783600091934204,5.630799770355225,1.132599949836731,2.757699966430664,5.71150016784668,1.2719999551773071,2.783600091934204,5.630799770355225,1.287600040435791,2.757200002670288,5.692599773406982,0.974399983882904,2.749000072479248,5.785200119018555,0.974399983882904,2.7578999996185303,5.717199802398682,1.132599949836731,2.757699966430664,5.71150016784668,0.974399983882904,2.749000072479248,5.785200119018555,1.132599949836731,2.757699966430664,5.71150016784668,1.1409000158309937,2.748800039291382,5.779099941253662,1.1409000158309937,2.748800039291382,5.779099941253662,1.132599949836731,2.757699966430664,5.71150016784668,1.287600040435791,2.757200002670288,5.692599773406982,1.1409000158309937,2.748800039291382,5.779099941253662,1.287600040435791,2.757200002670288,5.692599773406982,1.3040000200271606,2.748300075531006,5.758800029754639,1.666100025177002,2.7813000679016113,5.785600185394287,1.688599944114685,2.825200080871582,5.834400177001953,1.5225000381469727,2.8261001110076904,5.896999835968018,1.666100025177002,2.7813000679016113,5.785600185394287,1.5225000381469727,2.8261001110076904,5.896999835968018,1.5055999755859375,2.7822999954223633,5.846099853515625,1.7050000429153442,2.882200002670288,5.872600078582764,1.5348999500274658,2.88319993019104,5.936699867248535,1.5225000381469727,2.8261001110076904,5.896999835968018,1.7050000429153442,2.882200002670288,5.872600078582764,1.5225000381469727,2.8261001110076904,5.896999835968018,1.688599944114685,2.825200080871582,5.834400177001953,1.5055999755859375,2.7822999954223633,5.846099853515625,1.5225000381469727,2.8261001110076904,5.896999835968018,1.3458000421524048,2.826900005340576,5.938899993896484,1.5055999755859375,2.7822999954223633,5.846099853515625,1.3458000421524048,2.826900005340576,5.938899993896484,1.3344000577926636,2.783099889755249,5.886600017547607,1.5348999500274658,2.88319993019104,5.936699867248535,1.3539999723434448,2.884000062942505,5.979599952697754,1.3458000421524048,2.826900005340576,5.938899993896484,1.5348999500274658,2.88319993019104,5.936699867248535,1.3458000421524048,2.826900005340576,5.938899993896484,1.5225000381469727,2.8261001110076904,5.896999835968018,1.7186000347137451,3.0185000896453857,5.906700134277344,1.5448999404907227,3.0195000171661377,5.9720001220703125,1.5424000024795532,2.9491000175476074,5.962500095367432,1.7186000347137451,3.0185000896453857,5.906700134277344,1.5424000024795532,2.9491000175476074,5.962500095367432,1.7151000499725342,2.948199987411499,5.897500038146973,1.5448999404907227,3.0195000171661377,5.9720001220703125,1.360700011253357,3.02020001411438,6.015600204467773,1.3589999675750732,2.949899911880493,6.00600004196167,1.5448999404907227,3.0195000171661377,5.9720001220703125,1.3589999675750732,2.949899911880493,6.00600004196167,1.5424000024795532,2.9491000175476074,5.962500095367432,1.7151000499725342,2.948199987411499,5.897500038146973,1.5424000024795532,2.9491000175476074,5.962500095367432,1.5348999500274658,2.88319993019104,5.936699867248535,1.7151000499725342,2.948199987411499,5.897500038146973,1.5348999500274658,2.88319993019104,5.936699867248535,1.7050000429153442,2.882200002670288,5.872600078582764,1.5424000024795532,2.9491000175476074,5.962500095367432,1.3589999675750732,2.949899911880493,6.00600004196167,1.3539999723434448,2.884000062942505,5.979599952697754,1.5424000024795532,2.9491000175476074,5.962500095367432,1.3539999723434448,2.884000062942505,5.979599952697754,1.5348999500274658,2.88319993019104,5.936699867248535,0.974399983882904,2.9505999088287354,6.037399768829346,1.1684999465942383,2.9504001140594482,6.030200004577637,1.1692999601364136,3.0208001136779785,6.039899826049805,0.974399983882904,2.9505999088287354,6.037399768829346,1.1692999601364136,3.0208001136779785,6.039899826049805,0.974399983882904,3.020900011062622,6.0472002029418945,0.974399983882904,2.884700059890747,6.010700225830078,1.1660000085830688,2.884500026702881,6.003499984741211,1.1684999465942383,2.9504001140594482,6.030200004577637,0.974399983882904,2.884700059890747,6.010700225830078,1.1684999465942383,2.9504001140594482,6.030200004577637,0.974399983882904,2.9505999088287354,6.037399768829346,1.1684999465942383,2.9504001140594482,6.030200004577637,1.3589999675750732,2.949899911880493,6.00600004196167,1.360700011253357,3.02020001411438,6.015600204467773,1.1684999465942383,2.9504001140594482,6.030200004577637,1.360700011253357,3.02020001411438,6.015600204467773,1.1692999601364136,3.0208001136779785,6.039899826049805,1.1660000085830688,2.884500026702881,6.003499984741211,1.3539999723434448,2.884000062942505,5.979599952697754,1.3589999675750732,2.949899911880493,6.00600004196167,1.1660000085830688,2.884500026702881,6.003499984741211,1.3589999675750732,2.949899911880493,6.00600004196167,1.1684999465942383,2.9504001140594482,6.030200004577637,0.974399983882904,2.8276000022888184,5.969399929046631,0.974399983882904,2.783799886703491,5.915999889373779,1.1562000513076782,2.7834999561309814,5.909200191497803,0.974399983882904,2.8276000022888184,5.969399929046631,1.1562000513076782,2.7834999561309814,5.909200191497803,1.1619000434875488,2.827399969100952,5.962299823760986,1.1619000434875488,2.827399969100952,5.962299823760986,1.1562000513076782,2.7834999561309814,5.909200191497803,1.3344000577926636,2.783099889755249,5.886600017547607,1.1619000434875488,2.827399969100952,5.962299823760986,1.3344000577926636,2.783099889755249,5.886600017547607,1.3458000421524048,2.826900005340576,5.938899993896484,0.974399983882904,2.8276000022888184,5.969399929046631,1.1619000434875488,2.827399969100952,5.962299823760986,1.1660000085830688,2.884500026702881,6.003499984741211,0.974399983882904,2.8276000022888184,5.969399929046631,1.1660000085830688,2.884500026702881,6.003499984741211,0.974399983882904,2.884700059890747,6.010700225830078,1.1660000085830688,2.884500026702881,6.003499984741211,1.1619000434875488,2.827399969100952,5.962299823760986,1.3458000421524048,2.826900005340576,5.938899993896484,1.1660000085830688,2.884500026702881,6.003499984741211,1.3458000421524048,2.826900005340576,5.938899993896484,1.3539999723434448,2.884000062942505,5.979599952697754,1.7151000499725342,3.0887999534606934,5.897500038146973,1.5422999858856201,3.0897998809814453,5.962500095367432,1.5448999404907227,3.0195000171661377,5.9720001220703125,1.7151000499725342,3.0887999534606934,5.897500038146973,1.5448999404907227,3.0195000171661377,5.9720001220703125,1.7186000347137451,3.0185000896453857,5.906700134277344,1.7050000429153442,3.1547999382019043,5.872600078582764,1.5348999500274658,3.1556999683380127,5.936699867248535,1.5422999858856201,3.0897998809814453,5.962500095367432,1.7050000429153442,3.1547999382019043,5.872600078582764,1.5422999858856201,3.0897998809814453,5.962500095367432,1.7151000499725342,3.0887999534606934,5.897500038146973,1.5422999858856201,3.0897998809814453,5.962500095367432,1.3589999675750732,3.0905001163482666,6.00600004196167,1.360700011253357,3.02020001411438,6.015600204467773,1.5422999858856201,3.0897998809814453,5.962500095367432,1.360700011253357,3.02020001411438,6.015600204467773,1.5448999404907227,3.0195000171661377,5.9720001220703125,1.5348999500274658,3.1556999683380127,5.936699867248535,1.3539999723434448,3.1565001010894775,5.979599952697754,1.3589999675750732,3.0905001163482666,6.00600004196167,1.5348999500274658,3.1556999683380127,5.936699867248535,1.3589999675750732,3.0905001163482666,6.00600004196167,1.5422999858856201,3.0897998809814453,5.962500095367432,1.666599988937378,3.2558000087738037,5.785399913787842,1.50600004196167,3.2567999362945557,5.845900058746338,1.5226999521255493,3.2128000259399414,5.896999835968018,1.666599988937378,3.2558000087738037,5.785399913787842,1.5226999521255493,3.2128000259399414,5.896999835968018,1.6886999607086182,3.211899995803833,5.834400177001953,1.50600004196167,3.2567999362945557,5.845900058746338,1.3348000049591064,3.257499933242798,5.886499881744385,1.345900058746338,3.213599920272827,5.938899993896484,1.50600004196167,3.2567999362945557,5.845900058746338,1.345900058746338,3.213599920272827,5.938899993896484,1.5226999521255493,3.2128000259399414,5.896999835968018,1.6886999607086182,3.211899995803833,5.834400177001953,1.5226999521255493,3.2128000259399414,5.896999835968018,1.5348999500274658,3.1556999683380127,5.936699867248535,1.6886999607086182,3.211899995803833,5.834400177001953,1.5348999500274658,3.1556999683380127,5.936699867248535,1.7050000429153442,3.1547999382019043,5.872600078582764,1.5226999521255493,3.2128000259399414,5.896999835968018,1.345900058746338,3.213599920272827,5.938899993896484,1.3539999723434448,3.1565001010894775,5.979599952697754,1.5226999521255493,3.2128000259399414,5.896999835968018,1.3539999723434448,3.1565001010894775,5.979599952697754,1.5348999500274658,3.1556999683380127,5.936699867248535,0.974399983882904,3.2142999172210693,5.969299793243408,1.1619000434875488,3.214099884033203,5.962299823760986,1.1563999652862549,3.257999897003174,5.90910005569458,0.974399983882904,3.2142999172210693,5.969299793243408,1.1563999652862549,3.257999897003174,5.90910005569458,0.974399983882904,3.2583000659942627,5.915999889373779,0.974399983882904,3.1572000980377197,6.010700225830078,1.1660000085830688,3.1570000648498535,6.003399848937988,1.1619000434875488,3.214099884033203,5.962299823760986,0.974399983882904,3.1572000980377197,6.010700225830078,1.1619000434875488,3.214099884033203,5.962299823760986,0.974399983882904,3.2142999172210693,5.969299793243408,1.1619000434875488,3.214099884033203,5.962299823760986,1.345900058746338,3.213599920272827,5.938899993896484,1.3348000049591064,3.257499933242798,5.886499881744385,1.1619000434875488,3.214099884033203,5.962299823760986,1.3348000049591064,3.257499933242798,5.886499881744385,1.1563999652862549,3.257999897003174,5.90910005569458,1.1660000085830688,3.1570000648498535,6.003399848937988,1.3539999723434448,3.1565001010894775,5.979599952697754,1.345900058746338,3.213599920272827,5.938899993896484,1.1660000085830688,3.1570000648498535,6.003399848937988,1.345900058746338,3.213599920272827,5.938899993896484,1.1619000434875488,3.214099884033203,5.962299823760986,0.974399983882904,3.020900011062622,6.0472002029418945,1.1692999601364136,3.0208001136779785,6.039899826049805,1.1684999465942383,3.091099977493286,6.030200004577637,0.974399983882904,3.020900011062622,6.0472002029418945,1.1684999465942383,3.091099977493286,6.030200004577637,0.974399983882904,3.0913000106811523,6.037399768829346,1.1692999601364136,3.0208001136779785,6.039899826049805,1.360700011253357,3.02020001411438,6.015600204467773,1.3589999675750732,3.0905001163482666,6.00600004196167,1.1692999601364136,3.0208001136779785,6.039899826049805,1.3589999675750732,3.0905001163482666,6.00600004196167,1.1684999465942383,3.091099977493286,6.030200004577637,0.974399983882904,3.0913000106811523,6.037399768829346,1.1684999465942383,3.091099977493286,6.030200004577637,1.1660000085830688,3.1570000648498535,6.003399848937988,0.974399983882904,3.0913000106811523,6.037399768829346,1.1660000085830688,3.1570000648498535,6.003399848937988,0.974399983882904,3.1572000980377197,6.010700225830078,1.1684999465942383,3.091099977493286,6.030200004577637,1.3589999675750732,3.0905001163482666,6.00600004196167,1.3539999723434448,3.1565001010894775,5.979599952697754,1.1684999465942383,3.091099977493286,6.030200004577637,1.3539999723434448,3.1565001010894775,5.979599952697754,1.1660000085830688,3.1570000648498535,6.003399848937988,1.6390000581741333,3.2822000980377197,5.7281999588012695,1.485200047492981,3.283099889755249,5.786099910736084,1.50600004196167,3.2567999362945557,5.845900058746338,1.6390000581741333,3.2822000980377197,5.7281999588012695,1.50600004196167,3.2567999362945557,5.845900058746338,1.666599988937378,3.2558000087738037,5.785399913787842,1.6083999872207642,3.2908999919891357,5.666900157928467,1.461899995803833,3.291800022125244,5.721799850463867,1.485200047492981,3.283099889755249,5.786099910736084,1.6083999872207642,3.2908999919891357,5.666900157928467,1.485200047492981,3.283099889755249,5.786099910736084,1.6390000581741333,3.2822000980377197,5.7281999588012695,1.485200047492981,3.283099889755249,5.786099910736084,1.3207999467849731,3.283900022506714,5.82480001449585,1.3348000049591064,3.257499933242798,5.886499881744385,1.485200047492981,3.283099889755249,5.786099910736084,1.3348000049591064,3.257499933242798,5.886499881744385,1.50600004196167,3.2567999362945557,5.845900058746338,1.461899995803833,3.291800022125244,5.721799850463867,1.3050999641418457,3.29259991645813,5.758399963378906,1.3207999467849731,3.283900022506714,5.82480001449585,1.461899995803833,3.291800022125244,5.721799850463867,1.3207999467849731,3.283900022506714,5.82480001449585,1.485200047492981,3.283099889755249,5.786099910736084,1.5470000505447388,3.25570011138916,5.549200057983398,1.4150999784469604,3.2565999031066895,5.5980000495910645,1.4378999471664429,3.2829999923706055,5.657599925994873,1.5470000505447388,3.25570011138916,5.549200057983398,1.4378999471664429,3.2829999923706055,5.657599925994873,1.5769000053405762,3.282099962234497,5.605899810791016,1.4150999784469604,3.2565999031066895,5.5980000495910645,1.2735999822616577,3.2572999000549316,5.63040018081665,1.2890000343322754,3.2836999893188477,5.6921000480651855,1.4150999784469604,3.2565999031066895,5.5980000495910645,1.2890000343322754,3.2836999893188477,5.6921000480651855,1.4378999471664429,3.2829999923706055,5.657599925994873,1.5769000053405762,3.282099962234497,5.605899810791016,1.4378999471664429,3.2829999923706055,5.657599925994873,1.461899995803833,3.291800022125244,5.721799850463867,1.5769000053405762,3.282099962234497,5.605899810791016,1.461899995803833,3.291800022125244,5.721799850463867,1.6083999872207642,3.2908999919891357,5.666900157928467,1.4378999471664429,3.2829999923706055,5.657599925994873,1.2890000343322754,3.2836999893188477,5.6921000480651855,1.3050999641418457,3.29259991645813,5.758399963378906,1.4378999471664429,3.2829999923706055,5.657599925994873,1.3050999641418457,3.29259991645813,5.758399963378906,1.461899995803833,3.291800022125244,5.721799850463867,0.974399983882904,3.28439998626709,5.7170000076293945,1.1333999633789062,3.2841999530792236,5.711299896240234,1.125599980354309,3.2578001022338867,5.6483001708984375,0.974399983882904,3.28439998626709,5.7170000076293945,1.125599980354309,3.2578001022338867,5.6483001708984375,0.974399983882904,3.257999897003174,5.65369987487793,0.974399983882904,3.293299913406372,5.784999847412109,1.1414999961853027,3.293100118637085,5.778900146484375,1.1333999633789062,3.2841999530792236,5.711299896240234,0.974399983882904,3.293299913406372,5.784999847412109,1.1333999633789062,3.2841999530792236,5.711299896240234,0.974399983882904,3.28439998626709,5.7170000076293945,1.1333999633789062,3.2841999530792236,5.711299896240234,1.2890000343322754,3.2836999893188477,5.6921000480651855,1.2735999822616577,3.2572999000549316,5.63040018081665,1.1333999633789062,3.2841999530792236,5.711299896240234,1.2735999822616577,3.2572999000549316,5.63040018081665,1.125599980354309,3.2578001022338867,5.6483001708984375,1.1414999961853027,3.293100118637085,5.778900146484375,1.3050999641418457,3.29259991645813,5.758399963378906,1.2890000343322754,3.2836999893188477,5.6921000480651855,1.1414999961853027,3.293100118637085,5.778900146484375,1.2890000343322754,3.2836999893188477,5.6921000480651855,1.1333999633789062,3.2841999530792236,5.711299896240234,0.974399983882904,3.2583000659942627,5.915999889373779,1.1563999652862549,3.257999897003174,5.90910005569458,1.149399995803833,3.28439998626709,5.846399784088135,0.974399983882904,3.2583000659942627,5.915999889373779,1.149399995803833,3.28439998626709,5.846399784088135,0.974399983882904,3.284600019454956,5.85290002822876,1.1563999652862549,3.257999897003174,5.90910005569458,1.3348000049591064,3.257499933242798,5.886499881744385,1.3207999467849731,3.283900022506714,5.82480001449585,1.1563999652862549,3.257999897003174,5.90910005569458,1.3207999467849731,3.283900022506714,5.82480001449585,1.149399995803833,3.28439998626709,5.846399784088135,0.974399983882904,3.284600019454956,5.85290002822876,1.149399995803833,3.28439998626709,5.846399784088135,1.1414999961853027,3.293100118637085,5.778900146484375,0.974399983882904,3.284600019454956,5.85290002822876,1.1414999961853027,3.293100118637085,5.778900146484375,0.974399983882904,3.293299913406372,5.784999847412109,1.149399995803833,3.28439998626709,5.846399784088135,1.3207999467849731,3.283900022506714,5.82480001449585,1.3050999641418457,3.29259991645813,5.758399963378906,1.149399995803833,3.28439998626709,5.846399784088135,1.3050999641418457,3.29259991645813,5.758399963378906,1.1414999961853027,3.293100118637085,5.778900146484375,1.5210000276565552,3.211699962615967,5.501200199127197,1.3952000141143799,3.212599992752075,5.547299861907959,1.4150999784469604,3.2565999031066895,5.5980000495910645,1.5210000276565552,3.211699962615967,5.501200199127197,1.4150999784469604,3.2565999031066895,5.5980000495910645,1.5470000505447388,3.25570011138916,5.549200057983398,1.5003000497817993,3.154599905014038,5.464099884033203,1.3794000148773193,3.1554999351501465,5.5081000328063965,1.3952000141143799,3.212599992752075,5.547299861907959,1.5003000497817993,3.154599905014038,5.464099884033203,1.3952000141143799,3.212599992752075,5.547299861907959,1.5210000276565552,3.211699962615967,5.501200199127197,1.3952000141143799,3.212599992752075,5.547299861907959,1.260200023651123,3.213399887084961,5.577899932861328,1.2735999822616577,3.2572999000549316,5.63040018081665,1.3952000141143799,3.212599992752075,5.547299861907959,1.2735999822616577,3.2572999000549316,5.63040018081665,1.4150999784469604,3.2565999031066895,5.5980000495910645,1.3794000148773193,3.1554999351501465,5.5081000328063965,1.249400019645691,3.1561999320983887,5.537199974060059,1.260200023651123,3.213399887084961,5.577899932861328,1.3794000148773193,3.1554999351501465,5.5081000328063965,1.260200023651123,3.213399887084961,5.577899932861328,1.3952000141143799,3.212599992752075,5.547299861907959,1.4810999631881714,3.0185999870300293,5.43149995803833,1.3646999597549438,3.0195000171661377,5.473499774932861,1.3688000440597534,3.0896999835968018,5.482699871063232,1.4810999631881714,3.0185999870300293,5.43149995803833,1.3688000440597534,3.0896999835968018,5.482699871063232,1.4865000247955322,3.0887999534606934,5.440100193023682,1.3646999597549438,3.0195000171661377,5.473499774932861,1.239400029182434,3.02020001411438,5.501200199127197,1.242300033569336,3.090399980545044,5.510799884796143,1.3646999597549438,3.0195000171661377,5.473499774932861,1.242300033569336,3.090399980545044,5.510799884796143,1.3688000440597534,3.0896999835968018,5.482699871063232,1.4865000247955322,3.0887999534606934,5.440100193023682,1.3688000440597534,3.0896999835968018,5.482699871063232,1.3794000148773193,3.1554999351501465,5.5081000328063965,1.4865000247955322,3.0887999534606934,5.440100193023682,1.3794000148773193,3.1554999351501465,5.5081000328063965,1.5003000497817993,3.154599905014038,5.464099884033203,1.3688000440597534,3.0896999835968018,5.482699871063232,1.242300033569336,3.090399980545044,5.510799884796143,1.249400019645691,3.1561999320983887,5.537199974060059,1.3688000440597534,3.0896999835968018,5.482699871063232,1.249400019645691,3.1561999320983887,5.537199974060059,1.3794000148773193,3.1554999351501465,5.5081000328063965,0.974399983882904,3.0910000801086426,5.530700206756592,1.1097999811172485,3.09089994430542,5.526199817657471,1.1083999872207642,3.020699977874756,5.516300201416016,0.974399983882904,3.0910000801086426,5.530700206756592,1.1083999872207642,3.020699977874756,5.516300201416016,0.974399983882904,3.020900011062622,5.5208001136779785,0.974399983882904,3.156899929046631,5.5578999519348145,1.1133999824523926,3.1566998958587646,5.553199768066406,1.1097999811172485,3.09089994430542,5.526199817657471,0.974399983882904,3.156899929046631,5.5578999519348145,1.1097999811172485,3.09089994430542,5.526199817657471,0.974399983882904,3.0910000801086426,5.530700206756592,1.1097999811172485,3.09089994430542,5.526199817657471,1.242300033569336,3.090399980545044,5.510799884796143,1.239400029182434,3.02020001411438,5.501200199127197,1.1097999811172485,3.09089994430542,5.526199817657471,1.239400029182434,3.02020001411438,5.501200199127197,1.1083999872207642,3.020699977874756,5.516300201416016,1.1133999824523926,3.1566998958587646,5.553199768066406,1.249400019645691,3.1561999320983887,5.537199974060059,1.242300033569336,3.090399980545044,5.510799884796143,1.1133999824523926,3.1566998958587646,5.553199768066406,1.242300033569336,3.090399980545044,5.510799884796143,1.1097999811172485,3.09089994430542,5.526199817657471,0.974399983882904,3.257999897003174,5.65369987487793,1.125599980354309,3.2578001022338867,5.6483001708984375,1.1188000440597534,3.2137999534606934,5.594799995422363,0.974399983882904,3.257999897003174,5.65369987487793,1.1188000440597534,3.2137999534606934,5.594799995422363,0.974399983882904,3.2139999866485596,5.599800109863281,1.125599980354309,3.2578001022338867,5.6483001708984375,1.2735999822616577,3.2572999000549316,5.63040018081665,1.260200023651123,3.213399887084961,5.577899932861328,1.125599980354309,3.2578001022338867,5.6483001708984375,1.260200023651123,3.213399887084961,5.577899932861328,1.1188000440597534,3.2137999534606934,5.594799995422363,0.974399983882904,3.2139999866485596,5.599800109863281,1.1188000440597534,3.2137999534606934,5.594799995422363,1.1133999824523926,3.1566998958587646,5.553199768066406,0.974399983882904,3.2139999866485596,5.599800109863281,1.1133999824523926,3.1566998958587646,5.553199768066406,0.974399983882904,3.156899929046631,5.5578999519348145,1.1188000440597534,3.2137999534606934,5.594799995422363,1.260200023651123,3.213399887084961,5.577899932861328,1.249400019645691,3.1561999320983887,5.537199974060059,1.1188000440597534,3.2137999534606934,5.594799995422363,1.249400019645691,3.1561999320983887,5.537199974060059,1.1133999824523926,3.1566998958587646,5.553199768066406,0.05939999967813492,3.003499984741211,3.472899913787842,0.048900000751018524,2.9333999156951904,3.4728000164031982,0.0502999983727932,2.933000087738037,3.381200075149536,0.05939999967813492,3.003499984741211,3.472899913787842,0.0502999983727932,2.933000087738037,3.381200075149536,0.06069999933242798,3.0030999183654785,3.3812999725341797,0.057999998331069946,3.0039000511169434,3.5761001110076904,0.047600001096725464,2.933799982070923,3.5761001110076904,0.048900000751018524,2.9333999156951904,3.4728000164031982,0.057999998331069946,3.0039000511169434,3.5761001110076904,0.048900000751018524,2.9333999156951904,3.4728000164031982,0.05939999967813492,3.003499984741211,3.472899913787842,0.0502999983727932,2.933000087738037,3.381200075149536,0.048900000751018524,2.9333999156951904,3.4728000164031982,0.02019999921321869,2.8677000999450684,3.47160005569458,0.0502999983727932,2.933000087738037,3.381200075149536,0.02019999921321869,2.8677000999450684,3.47160005569458,0.0215000007301569,2.867300033569336,3.380000114440918,0.048900000751018524,2.9333999156951904,3.4728000164031982,0.047600001096725464,2.933799982070923,3.5761001110076904,0.01889999955892563,2.8680999279022217,3.574899911880493,0.048900000751018524,2.9333999156951904,3.4728000164031982,0.01889999955892563,2.8680999279022217,3.574899911880493,0.02019999921321869,2.8677000999450684,3.47160005569458,0.05530000105500221,3.005000114440918,3.864000082015991,0.04479999840259552,2.9349000453948975,3.8638999462127686,0.04619999974966049,2.9342000484466553,3.7026000022888184,0.05530000105500221,3.005000114440918,3.864000082015991,0.04619999974966049,2.9342000484466553,3.7026000022888184,0.05660000070929527,3.0044000148773193,3.7026000022888184,0.04619999974966049,2.9342000484466553,3.7026000022888184,0.04479999840259552,2.9349000453948975,3.8638999462127686,0.016100000590085983,2.8691999912261963,3.8629000186920166,0.04619999974966049,2.9342000484466553,3.7026000022888184,0.016100000590085983,2.8691999912261963,3.8629000186920166,0.017500000074505806,2.8685998916625977,3.7014000415802,0.05660000070929527,3.0044000148773193,3.7026000022888184,0.04619999974966049,2.9342000484466553,3.7026000022888184,0.047600001096725464,2.933799982070923,3.5761001110076904,0.05660000070929527,3.0044000148773193,3.7026000022888184,0.047600001096725464,2.933799982070923,3.5761001110076904,0.057999998331069946,3.0039000511169434,3.5761001110076904,0.047600001096725464,2.933799982070923,3.5761001110076904,0.04619999974966049,2.9342000484466553,3.7026000022888184,0.017500000074505806,2.8685998916625977,3.7014000415802,0.047600001096725464,2.933799982070923,3.5761001110076904,0.017500000074505806,2.8685998916625977,3.7014000415802,0.01889999955892563,2.8680999279022217,3.574899911880493,-0.08489999920129776,2.768399953842163,3.858799934387207,-0.08349999785423279,2.767699956893921,3.696899890899658,-0.02669999934732914,2.8115999698638916,3.69950008392334,-0.08489999920129776,2.768399953842163,3.858799934387207,-0.02669999934732914,2.8115999698638916,3.69950008392334,-0.02810000069439411,2.812299966812134,3.8610999584198,-0.08349999785423279,2.767699956893921,3.696899890899658,-0.08209999650716782,2.767199993133545,3.570199966430664,-0.025299999862909317,2.8111000061035156,3.5727999210357666,-0.08349999785423279,2.767699956893921,3.696899890899658,-0.025299999862909317,2.8111000061035156,3.5727999210357666,-0.02669999934732914,2.8115999698638916,3.69950008392334,-0.02810000069439411,2.812299966812134,3.8610999584198,-0.02669999934732914,2.8115999698638916,3.69950008392334,0.017500000074505806,2.8685998916625977,3.7014000415802,-0.02810000069439411,2.812299966812134,3.8610999584198,0.017500000074505806,2.8685998916625977,3.7014000415802,0.016100000590085983,2.8691999912261963,3.8629000186920166,-0.02669999934732914,2.8115999698638916,3.69950008392334,-0.025299999862909317,2.8111000061035156,3.5727999210357666,0.01889999955892563,2.8680999279022217,3.574899911880493,-0.02669999934732914,2.8115999698638916,3.69950008392334,0.01889999955892563,2.8680999279022217,3.574899911880493,0.017500000074505806,2.8685998916625977,3.7014000415802,-0.08070000261068344,2.7667999267578125,3.466900110244751,-0.07940000295639038,2.7664999961853027,3.3752999305725098,-0.022600000724196434,2.81030011177063,3.3778998851776123,-0.08070000261068344,2.7667999267578125,3.466900110244751,-0.022600000724196434,2.81030011177063,3.3778998851776123,-0.023900000378489494,2.810699939727783,3.4695000648498535,-0.023900000378489494,2.810699939727783,3.4695000648498535,-0.022600000724196434,2.81030011177063,3.3778998851776123,0.0215000007301569,2.867300033569336,3.380000114440918,-0.023900000378489494,2.810699939727783,3.4695000648498535,0.0215000007301569,2.867300033569336,3.380000114440918,0.02019999921321869,2.8677000999450684,3.47160005569458,-0.08209999650716782,2.767199993133545,3.570199966430664,-0.08070000261068344,2.7667999267578125,3.466900110244751,-0.023900000378489494,2.810699939727783,3.4695000648498535,-0.08209999650716782,2.767199993133545,3.570199966430664,-0.023900000378489494,2.810699939727783,3.4695000648498535,-0.025299999862909317,2.8111000061035156,3.5727999210357666,-0.025299999862909317,2.8111000061035156,3.5727999210357666,-0.023900000378489494,2.810699939727783,3.4695000648498535,0.02019999921321869,2.8677000999450684,3.47160005569458,-0.025299999862909317,2.8111000061035156,3.5727999210357666,0.02019999921321869,2.8677000999450684,3.47160005569458,0.01889999955892563,2.8680999279022217,3.574899911880493,-0.07940000295639038,2.7664999961853027,3.3752999305725098,-0.08070000261068344,2.7667999267578125,3.466900110244751,-0.14740000665187836,2.7404000759124756,3.463900089263916,-0.07940000295639038,2.7664999961853027,3.3752999305725098,-0.14740000665187836,2.7404000759124756,3.463900089263916,-0.1459999978542328,2.740000009536743,3.372299909591675,-0.08070000261068344,2.7667999267578125,3.466900110244751,-0.08209999650716782,2.767199993133545,3.570199966430664,-0.14869999885559082,2.740799903869629,3.567199945449829,-0.08070000261068344,2.7667999267578125,3.466900110244751,-0.14869999885559082,2.740799903869629,3.567199945449829,-0.14740000665187836,2.7404000759124756,3.463900089263916,-0.1459999978542328,2.740000009536743,3.372299909591675,-0.14740000665187836,2.7404000759124756,3.463900089263916,-0.21879999339580536,2.7314000129699707,3.4611001014709473,-0.1459999978542328,2.740000009536743,3.372299909591675,-0.21879999339580536,2.7314000129699707,3.4611001014709473,-0.2175000011920929,2.731100082397461,3.369499921798706,-0.14740000665187836,2.7404000759124756,3.463900089263916,-0.14869999885559082,2.740799903869629,3.567199945449829,-0.22010000050067902,2.731800079345703,3.564500093460083,-0.14740000665187836,2.7404000759124756,3.463900089263916,-0.22010000050067902,2.731800079345703,3.564500093460083,-0.21879999339580536,2.7314000129699707,3.4611001014709473,-0.08349999785423279,2.767699956893921,3.696899890899658,-0.08489999920129776,2.768399953842163,3.858799934387207,-0.15150000154972076,2.7418999671936035,3.8561999797821045,-0.08349999785423279,2.767699956893921,3.696899890899658,-0.15150000154972076,2.7418999671936035,3.8561999797821045,-0.1500999927520752,2.741300106048584,3.6940999031066895,-0.1500999927520752,2.741300106048584,3.6940999031066895,-0.15150000154972076,2.7418999671936035,3.8561999797821045,-0.22290000319480896,2.7330000400543213,3.853800058364868,-0.1500999927520752,2.741300106048584,3.6940999031066895,-0.22290000319480896,2.7330000400543213,3.853800058364868,-0.2214999943971634,2.732300043106079,3.691499948501587,-0.08209999650716782,2.767199993133545,3.570199966430664,-0.08349999785423279,2.767699956893921,3.696899890899658,-0.1500999927520752,2.741300106048584,3.6940999031066895,-0.08209999650716782,2.767199993133545,3.570199966430664,-0.1500999927520752,2.741300106048584,3.6940999031066895,-0.14869999885559082,2.740799903869629,3.567199945449829,-0.14869999885559082,2.740799903869629,3.567199945449829,-0.1500999927520752,2.741300106048584,3.6940999031066895,-0.2214999943971634,2.732300043106079,3.691499948501587,-0.14869999885559082,2.740799903869629,3.567199945449829,-0.2214999943971634,2.732300043106079,3.691499948501587,-0.22010000050067902,2.731800079345703,3.564500093460083,-0.3587000072002411,2.7671000957489014,3.6891000270843506,-0.29269999265670776,2.7409000396728516,3.6895999908447266,-0.29409998655319214,2.741499900817871,3.852099895477295,-0.3587000072002411,2.7671000957489014,3.6891000270843506,-0.29409998655319214,2.741499900817871,3.852099895477295,-0.36010000109672546,2.767699956893921,3.851599931716919,-0.3573000133037567,2.7664999961853027,3.562000036239624,-0.2913999855518341,2.7404000759124756,3.5625998973846436,-0.29269999265670776,2.7409000396728516,3.6895999908447266,-0.3573000133037567,2.7664999961853027,3.562000036239624,-0.29269999265670776,2.7409000396728516,3.6895999908447266,-0.3587000072002411,2.7671000957489014,3.6891000270843506,-0.29409998655319214,2.741499900817871,3.852099895477295,-0.29269999265670776,2.7409000396728516,3.6895999908447266,-0.2214999943971634,2.732300043106079,3.691499948501587,-0.29409998655319214,2.741499900817871,3.852099895477295,-0.2214999943971634,2.732300043106079,3.691499948501587,-0.22290000319480896,2.7330000400543213,3.853800058364868,-0.29269999265670776,2.7409000396728516,3.6895999908447266,-0.2913999855518341,2.7404000759124756,3.5625998973846436,-0.22010000050067902,2.731800079345703,3.564500093460083,-0.29269999265670776,2.7409000396728516,3.6895999908447266,-0.22010000050067902,2.731800079345703,3.564500093460083,-0.2214999943971634,2.732300043106079,3.691499948501587,-0.3546000123023987,2.7657999992370605,3.367000102996826,-0.28870001435279846,2.7395999431610107,3.3675999641418457,-0.28999999165534973,2.740000009536743,3.459199905395508,-0.3546000123023987,2.7657999992370605,3.367000102996826,-0.28999999165534973,2.740000009536743,3.459199905395508,-0.35589998960494995,2.766200065612793,3.4586000442504883,-0.28999999165534973,2.740000009536743,3.459199905395508,-0.28870001435279846,2.7395999431610107,3.3675999641418457,-0.2175000011920929,2.731100082397461,3.369499921798706,-0.28999999165534973,2.740000009536743,3.459199905395508,-0.2175000011920929,2.731100082397461,3.369499921798706,-0.21879999339580536,2.7314000129699707,3.4611001014709473,-0.35589998960494995,2.766200065612793,3.4586000442504883,-0.28999999165534973,2.740000009536743,3.459199905395508,-0.2913999855518341,2.7404000759124756,3.5625998973846436,-0.35589998960494995,2.766200065612793,3.4586000442504883,-0.2913999855518341,2.7404000759124756,3.5625998973846436,-0.3573000133037567,2.7664999961853027,3.562000036239624,-0.2913999855518341,2.7404000759124756,3.5625998973846436,-0.28999999165534973,2.740000009536743,3.459199905395508,-0.21879999339580536,2.7314000129699707,3.4611001014709473,-0.2913999855518341,2.7404000759124756,3.5625998973846436,-0.21879999339580536,2.7314000129699707,3.4611001014709473,-0.22010000050067902,2.731800079345703,3.564500093460083,-0.35589998960494995,2.766200065612793,3.4586000442504883,-0.4115999937057495,2.809999942779541,3.45989990234375,-0.41029998660087585,2.8097000122070312,3.368299961090088,-0.35589998960494995,2.766200065612793,3.4586000442504883,-0.41029998660087585,2.8097000122070312,3.368299961090088,-0.3546000123023987,2.7657999992370605,3.367000102996826,-0.3573000133037567,2.7664999961853027,3.562000036239624,-0.41290000081062317,2.8104000091552734,3.5632998943328857,-0.4115999937057495,2.809999942779541,3.45989990234375,-0.3573000133037567,2.7664999961853027,3.562000036239624,-0.4115999937057495,2.809999942779541,3.45989990234375,-0.35589998960494995,2.766200065612793,3.4586000442504883,-0.4115999937057495,2.809999942779541,3.45989990234375,-0.4544999897480011,2.8671000003814697,3.4621999263763428,-0.45320001244544983,2.8666999340057373,3.3705999851226807,-0.4115999937057495,2.809999942779541,3.45989990234375,-0.45320001244544983,2.8666999340057373,3.3705999851226807,-0.41029998660087585,2.8097000122070312,3.368299961090088,-0.41290000081062317,2.8104000091552734,3.5632998943328857,-0.45590001344680786,2.867500066757202,3.5655999183654785,-0.4544999897480011,2.8671000003814697,3.4621999263763428,-0.41290000081062317,2.8104000091552734,3.5632998943328857,-0.4544999897480011,2.8671000003814697,3.4621999263763428,-0.4115999937057495,2.809999942779541,3.45989990234375,-0.36010000109672546,2.767699956893921,3.851599931716919,-0.4156999886035919,2.8115999698638916,3.852799892425537,-0.41429999470710754,2.8108999729156494,3.6903998851776123,-0.36010000109672546,2.767699956893921,3.851599931716919,-0.41429999470710754,2.8108999729156494,3.6903998851776123,-0.3587000072002411,2.7671000957489014,3.6891000270843506,-0.4156999886035919,2.8115999698638916,3.852799892425537,-0.4586000144481659,2.8685998916625977,3.8547000885009766,-0.45719999074935913,2.8678998947143555,3.692500114440918,-0.4156999886035919,2.8115999698638916,3.852799892425537,-0.45719999074935913,2.8678998947143555,3.692500114440918,-0.41429999470710754,2.8108999729156494,3.6903998851776123,-0.3587000072002411,2.7671000957489014,3.6891000270843506,-0.41429999470710754,2.8108999729156494,3.6903998851776123,-0.41290000081062317,2.8104000091552734,3.5632998943328857,-0.3587000072002411,2.7671000957489014,3.6891000270843506,-0.41290000081062317,2.8104000091552734,3.5632998943328857,-0.3573000133037567,2.7664999961853027,3.562000036239624,-0.41429999470710754,2.8108999729156494,3.6903998851776123,-0.45719999074935913,2.8678998947143555,3.692500114440918,-0.45590001344680786,2.867500066757202,3.5655999183654785,-0.41429999470710754,2.8108999729156494,3.6903998851776123,-0.45590001344680786,2.867500066757202,3.5655999183654785,-0.41290000081062317,2.8104000091552734,3.5632998943328857,-0.4950000047683716,3.004199981689453,3.695499897003174,-0.48489999771118164,2.9339001178741455,3.694499969482422,-0.486299991607666,2.934499979019165,3.856600046157837,-0.4950000047683716,3.004199981689453,3.695499897003174,-0.486299991607666,2.934499979019165,3.856600046157837,-0.49639999866485596,3.0048999786376953,3.8575000762939453,-0.4936000108718872,3.003700017929077,3.568700075149536,-0.483599990606308,2.9333999156951904,3.567699909210205,-0.48489999771118164,2.9339001178741455,3.694499969482422,-0.4936000108718872,3.003700017929077,3.568700075149536,-0.48489999771118164,2.9339001178741455,3.694499969482422,-0.4950000047683716,3.004199981689453,3.695499897003174,-0.48489999771118164,2.9339001178741455,3.694499969482422,-0.45719999074935913,2.8678998947143555,3.692500114440918,-0.4586000144481659,2.8685998916625977,3.8547000885009766,-0.48489999771118164,2.9339001178741455,3.694499969482422,-0.4586000144481659,2.8685998916625977,3.8547000885009766,-0.486299991607666,2.934499979019165,3.856600046157837,-0.483599990606308,2.9333999156951904,3.567699909210205,-0.45590001344680786,2.867500066757202,3.5655999183654785,-0.45719999074935913,2.8678998947143555,3.692500114440918,-0.483599990606308,2.9333999156951904,3.567699909210205,-0.45719999074935913,2.8678998947143555,3.692500114440918,-0.48489999771118164,2.9339001178741455,3.694499969482422,-0.4909000098705292,3.003000020980835,3.373800039291382,-0.48089998960494995,2.9326999187469482,3.3726999759674072,-0.4821999967098236,2.933000087738037,3.4642999172210693,-0.4909000098705292,3.003000020980835,3.373800039291382,-0.4821999967098236,2.933000087738037,3.4642999172210693,-0.49230000376701355,3.0032999515533447,3.465399980545044,-0.48089998960494995,2.9326999187469482,3.3726999759674072,-0.45320001244544983,2.8666999340057373,3.3705999851226807,-0.4544999897480011,2.8671000003814697,3.4621999263763428,-0.48089998960494995,2.9326999187469482,3.3726999759674072,-0.4544999897480011,2.8671000003814697,3.4621999263763428,-0.4821999967098236,2.933000087738037,3.4642999172210693,-0.49230000376701355,3.0032999515533447,3.465399980545044,-0.4821999967098236,2.933000087738037,3.4642999172210693,-0.483599990606308,2.9333999156951904,3.567699909210205,-0.49230000376701355,3.0032999515533447,3.465399980545044,-0.483599990606308,2.9333999156951904,3.567699909210205,-0.4936000108718872,3.003700017929077,3.568700075149536,-0.4821999967098236,2.933000087738037,3.4642999172210693,-0.4544999897480011,2.8671000003814697,3.4621999263763428,-0.45590001344680786,2.867500066757202,3.5655999183654785,-0.4821999967098236,2.933000087738037,3.4642999172210693,-0.45590001344680786,2.867500066757202,3.5655999183654785,-0.483599990606308,2.9333999156951904,3.567699909210205,-0.4909000098705292,3.003000020980835,3.373800039291382,-0.49230000376701355,3.0032999515533447,3.465399980545044,-0.4821999967098236,3.073699951171875,3.464400053024292,-0.4909000098705292,3.003000020980835,3.373800039291382,-0.4821999967098236,3.073699951171875,3.464400053024292,-0.48089998960494995,3.0732998847961426,3.37280011177063,-0.49230000376701355,3.0032999515533447,3.465399980545044,-0.4936000108718872,3.003700017929077,3.568700075149536,-0.483599990606308,3.0739998817443848,3.567699909210205,-0.49230000376701355,3.0032999515533447,3.465399980545044,-0.483599990606308,3.0739998817443848,3.567699909210205,-0.4821999967098236,3.073699951171875,3.464400053024292,-0.48089998960494995,3.0732998847961426,3.37280011177063,-0.4821999967098236,3.073699951171875,3.464400053024292,-0.4544999897480011,3.1396000385284424,3.4621999263763428,-0.48089998960494995,3.0732998847961426,3.37280011177063,-0.4544999897480011,3.1396000385284424,3.4621999263763428,-0.45320001244544983,3.13919997215271,3.3705999851226807,-0.4821999967098236,3.073699951171875,3.464400053024292,-0.483599990606308,3.0739998817443848,3.567699909210205,-0.45590001344680786,3.140000104904175,3.5655999183654785,-0.4821999967098236,3.073699951171875,3.464400053024292,-0.45590001344680786,3.140000104904175,3.5655999183654785,-0.4544999897480011,3.1396000385284424,3.4621999263763428,-0.4950000047683716,3.004199981689453,3.695499897003174,-0.49639999866485596,3.0048999786376953,3.8575000762939453,-0.486299991607666,3.075200080871582,3.856600046157837,-0.4950000047683716,3.004199981689453,3.695499897003174,-0.486299991607666,3.075200080871582,3.856600046157837,-0.48489999771118164,3.07450008392334,3.6946001052856445,-0.48489999771118164,3.07450008392334,3.6946001052856445,-0.486299991607666,3.075200080871582,3.856600046157837,-0.4586000144481659,3.1410999298095703,3.8547000885009766,-0.48489999771118164,3.07450008392334,3.6946001052856445,-0.4586000144481659,3.1410999298095703,3.8547000885009766,-0.45719999074935913,3.140500068664551,3.692500114440918,-0.4936000108718872,3.003700017929077,3.568700075149536,-0.4950000047683716,3.004199981689453,3.695499897003174,-0.48489999771118164,3.07450008392334,3.6946001052856445,-0.4936000108718872,3.003700017929077,3.568700075149536,-0.48489999771118164,3.07450008392334,3.6946001052856445,-0.483599990606308,3.0739998817443848,3.567699909210205,-0.483599990606308,3.0739998817443848,3.567699909210205,-0.48489999771118164,3.07450008392334,3.6946001052856445,-0.45719999074935913,3.140500068664551,3.692500114440918,-0.483599990606308,3.0739998817443848,3.567699909210205,-0.45719999074935913,3.140500068664551,3.692500114440918,-0.45590001344680786,3.140000104904175,3.5655999183654785,-0.36010000109672546,3.2421998977661133,3.8510000705718994,-0.3587000072002411,3.241499900817871,3.688499927520752,-0.41429999470710754,3.1975998878479004,3.690200090408325,-0.36010000109672546,3.2421998977661133,3.8510000705718994,-0.41429999470710754,3.1975998878479004,3.690200090408325,-0.4156999886035919,3.198199987411499,3.85260009765625,-0.3587000072002411,3.241499900817871,3.688499927520752,-0.35740000009536743,3.240999937057495,3.5613999366760254,-0.41290000081062317,3.1970999240875244,3.5631000995635986,-0.3587000072002411,3.241499900817871,3.688499927520752,-0.41290000081062317,3.1970999240875244,3.5631000995635986,-0.41429999470710754,3.1975998878479004,3.690200090408325,-0.4156999886035919,3.198199987411499,3.85260009765625,-0.41429999470710754,3.1975998878479004,3.690200090408325,-0.45719999074935913,3.140500068664551,3.692500114440918,-0.4156999886035919,3.198199987411499,3.85260009765625,-0.45719999074935913,3.140500068664551,3.692500114440918,-0.4586000144481659,3.1410999298095703,3.8547000885009766,-0.41429999470710754,3.1975998878479004,3.690200090408325,-0.41290000081062317,3.1970999240875244,3.5631000995635986,-0.45590001344680786,3.140000104904175,3.5655999183654785,-0.41429999470710754,3.1975998878479004,3.690200090408325,-0.45590001344680786,3.140000104904175,3.5655999183654785,-0.45719999074935913,3.140500068664551,3.692500114440918,-0.35600000619888306,3.240600109100342,3.457900047302246,-0.3546999990940094,3.240299940109253,3.366300106048584,-0.41029998660087585,3.1963999271392822,3.3680999279022217,-0.35600000619888306,3.240600109100342,3.457900047302246,-0.41029998660087585,3.1963999271392822,3.3680999279022217,-0.4115999937057495,3.196700096130371,3.459700107574463,-0.4115999937057495,3.196700096130371,3.459700107574463,-0.41029998660087585,3.1963999271392822,3.3680999279022217,-0.45320001244544983,3.13919997215271,3.3705999851226807,-0.4115999937057495,3.196700096130371,3.459700107574463,-0.45320001244544983,3.13919997215271,3.3705999851226807,-0.4544999897480011,3.1396000385284424,3.4621999263763428,-0.35740000009536743,3.240999937057495,3.5613999366760254,-0.35600000619888306,3.240600109100342,3.457900047302246,-0.4115999937057495,3.196700096130371,3.459700107574463,-0.35740000009536743,3.240999937057495,3.5613999366760254,-0.4115999937057495,3.196700096130371,3.459700107574463,-0.41290000081062317,3.1970999240875244,3.5631000995635986,-0.41290000081062317,3.1970999240875244,3.5631000995635986,-0.4115999937057495,3.196700096130371,3.459700107574463,-0.4544999897480011,3.1396000385284424,3.4621999263763428,-0.41290000081062317,3.1970999240875244,3.5631000995635986,-0.4544999897480011,3.1396000385284424,3.4621999263763428,-0.45590001344680786,3.140000104904175,3.5655999183654785,-0.3546999990940094,3.240299940109253,3.366300106048584,-0.35600000619888306,3.240600109100342,3.457900047302246,-0.29010000824928284,3.2669999599456787,3.45770001411438,-0.3546999990940094,3.240299940109253,3.366300106048584,-0.29010000824928284,3.2669999599456787,3.45770001411438,-0.2888000011444092,3.266700029373169,3.3661000728607178,-0.35600000619888306,3.240600109100342,3.457900047302246,-0.35740000009536743,3.240999937057495,3.5613999366760254,-0.2915000021457672,3.267400026321411,3.561199903488159,-0.35600000619888306,3.240600109100342,3.457900047302246,-0.2915000021457672,3.267400026321411,3.561199903488159,-0.29010000824928284,3.2669999599456787,3.45770001411438,-0.29010000824928284,3.2669999599456787,3.45770001411438,-0.21899999678134918,3.275700092315674,3.4588000774383545,-0.21770000457763672,3.275399923324585,3.3671000003814697,-0.29010000824928284,3.2669999599456787,3.45770001411438,-0.21770000457763672,3.275399923324585,3.3671000003814697,-0.2888000011444092,3.266700029373169,3.3661000728607178,-0.2915000021457672,3.267400026321411,3.561199903488159,-0.22030000388622284,3.276099920272827,3.5622000694274902,-0.21899999678134918,3.275700092315674,3.4588000774383545,-0.2915000021457672,3.267400026321411,3.561199903488159,-0.21899999678134918,3.275700092315674,3.4588000774383545,-0.29010000824928284,3.2669999599456787,3.45770001411438,-0.3587000072002411,3.241499900817871,3.688499927520752,-0.36010000109672546,3.2421998977661133,3.8510000705718994,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.3587000072002411,3.241499900817871,3.688499927520752,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.2928999960422516,3.267899990081787,3.6882998943328857,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.2231999933719635,3.2772998809814453,3.851799964904785,-0.22169999778270721,3.276599884033203,3.689199924468994,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.22169999778270721,3.276599884033203,3.689199924468994,-0.2928999960422516,3.267899990081787,3.6882998943328857,-0.35740000009536743,3.240999937057495,3.5613999366760254,-0.3587000072002411,3.241499900817871,3.688499927520752,-0.2928999960422516,3.267899990081787,3.6882998943328857,-0.35740000009536743,3.240999937057495,3.5613999366760254,-0.2928999960422516,3.267899990081787,3.6882998943328857,-0.2915000021457672,3.267400026321411,3.561199903488159,-0.2928999960422516,3.267899990081787,3.6882998943328857,-0.22169999778270721,3.276599884033203,3.689199924468994,-0.22030000388622284,3.276099920272827,3.5622000694274902,-0.2928999960422516,3.267899990081787,3.6882998943328857,-0.22030000388622284,3.276099920272827,3.5622000694274902,-0.2915000021457672,3.267400026321411,3.561199903488159,-0.08380000293254852,3.2414000034332275,3.6935999393463135,-0.15039999783039093,3.2678000926971436,3.6910998821258545,-0.1518000066280365,3.2685000896453857,3.8534998893737793,-0.08380000293254852,3.2414000034332275,3.6935999393463135,-0.1518000066280365,3.2685000896453857,3.8534998893737793,-0.0851999968290329,3.2421000003814697,3.855799913406372,-0.08240000158548355,3.2409000396728516,3.566800117492676,-0.14900000393390656,3.2672998905181885,3.564199924468994,-0.15039999783039093,3.2678000926971436,3.6910998821258545,-0.08240000158548355,3.2409000396728516,3.566800117492676,-0.15039999783039093,3.2678000926971436,3.6910998821258545,-0.08380000293254852,3.2414000034332275,3.6935999393463135,-0.15039999783039093,3.2678000926971436,3.6910998821258545,-0.22169999778270721,3.276599884033203,3.689199924468994,-0.2231999933719635,3.2772998809814453,3.851799964904785,-0.15039999783039093,3.2678000926971436,3.6910998821258545,-0.2231999933719635,3.2772998809814453,3.851799964904785,-0.1518000066280365,3.2685000896453857,3.8534998893737793,-0.14900000393390656,3.2672998905181885,3.564199924468994,-0.22030000388622284,3.276099920272827,3.5622000694274902,-0.22169999778270721,3.276599884033203,3.689199924468994,-0.14900000393390656,3.2672998905181885,3.564199924468994,-0.22169999778270721,3.276599884033203,3.689199924468994,-0.15039999783039093,3.2678000926971436,3.6910998821258545,-0.07970000058412552,3.2402000427246094,3.371799945831299,-0.14630000293254852,3.2665998935699463,3.3691000938415527,-0.1476999968290329,3.266900062561035,3.4607999324798584,-0.07970000058412552,3.2402000427246094,3.371799945831299,-0.1476999968290329,3.266900062561035,3.4607999324798584,-0.08110000193119049,3.240499973297119,3.463399887084961,-0.14630000293254852,3.2665998935699463,3.3691000938415527,-0.21770000457763672,3.275399923324585,3.3671000003814697,-0.21899999678134918,3.275700092315674,3.4588000774383545,-0.14630000293254852,3.2665998935699463,3.3691000938415527,-0.21899999678134918,3.275700092315674,3.4588000774383545,-0.1476999968290329,3.266900062561035,3.4607999324798584,-0.08110000193119049,3.240499973297119,3.463399887084961,-0.1476999968290329,3.266900062561035,3.4607999324798584,-0.14900000393390656,3.2672998905181885,3.564199924468994,-0.08110000193119049,3.240499973297119,3.463399887084961,-0.14900000393390656,3.2672998905181885,3.564199924468994,-0.08240000158548355,3.2409000396728516,3.566800117492676,-0.1476999968290329,3.266900062561035,3.4607999324798584,-0.21899999678134918,3.275700092315674,3.4588000774383545,-0.22030000388622284,3.276099920272827,3.5622000694274902,-0.1476999968290329,3.266900062561035,3.4607999324798584,-0.22030000388622284,3.276099920272827,3.5622000694274902,-0.14900000393390656,3.2672998905181885,3.564199924468994,-0.08110000193119049,3.240499973297119,3.463399887084961,-0.024299999698996544,3.1965999603271484,3.466399908065796,-0.02290000021457672,3.196199893951416,3.3747000694274902,-0.08110000193119049,3.240499973297119,3.463399887084961,-0.02290000021457672,3.196199893951416,3.3747000694274902,-0.07970000058412552,3.2402000427246094,3.371799945831299,-0.08240000158548355,3.2409000396728516,3.566800117492676,-0.025599999353289604,3.197000026702881,3.569700002670288,-0.024299999698996544,3.1965999603271484,3.466399908065796,-0.08240000158548355,3.2409000396728516,3.566800117492676,-0.024299999698996544,3.1965999603271484,3.466399908065796,-0.08110000193119049,3.240499973297119,3.463399887084961,-0.024299999698996544,3.1965999603271484,3.466399908065796,0.019999999552965164,3.1394999027252197,3.4691998958587646,0.021299999207258224,3.1391000747680664,3.3775999546051025,-0.024299999698996544,3.1965999603271484,3.466399908065796,0.021299999207258224,3.1391000747680664,3.3775999546051025,-0.02290000021457672,3.196199893951416,3.3747000694274902,-0.025599999353289604,3.197000026702881,3.569700002670288,0.01860000006854534,3.139899969100952,3.572499990463257,0.019999999552965164,3.1394999027252197,3.4691998958587646,-0.025599999353289604,3.197000026702881,3.569700002670288,0.019999999552965164,3.1394999027252197,3.4691998958587646,-0.024299999698996544,3.1965999603271484,3.466399908065796,-0.0851999968290329,3.2421000003814697,3.855799913406372,-0.0284000001847744,3.1981000900268555,3.858299970626831,-0.027000000700354576,3.197499990463257,3.6963999271392822,-0.0851999968290329,3.2421000003814697,3.855799913406372,-0.027000000700354576,3.197499990463257,3.6963999271392822,-0.08380000293254852,3.2414000034332275,3.6935999393463135,-0.0284000001847744,3.1981000900268555,3.858299970626831,0.015799999237060547,3.1410000324249268,3.86080002784729,0.01730000041425228,3.140399932861328,3.6991000175476074,-0.0284000001847744,3.1981000900268555,3.858299970626831,0.01730000041425228,3.140399932861328,3.6991000175476074,-0.027000000700354576,3.197499990463257,3.6963999271392822,-0.08380000293254852,3.2414000034332275,3.6935999393463135,-0.027000000700354576,3.197499990463257,3.6963999271392822,-0.025599999353289604,3.197000026702881,3.569700002670288,-0.08380000293254852,3.2414000034332275,3.6935999393463135,-0.025599999353289604,3.197000026702881,3.569700002670288,-0.08240000158548355,3.2409000396728516,3.566800117492676,-0.027000000700354576,3.197499990463257,3.6963999271392822,0.01730000041425228,3.140399932861328,3.6991000175476074,0.01860000006854534,3.139899969100952,3.572499990463257,-0.027000000700354576,3.197499990463257,3.6963999271392822,0.01860000006854534,3.139899969100952,3.572499990463257,-0.025599999353289604,3.197000026702881,3.569700002670288,0.05660000070929527,3.0044000148773193,3.7026000022888184,0.04610000178217888,3.07450008392334,3.7012999057769775,0.04470000043511391,3.075200080871582,3.862799882888794,0.05660000070929527,3.0044000148773193,3.7026000022888184,0.04470000043511391,3.075200080871582,3.862799882888794,0.05530000105500221,3.005000114440918,3.864000082015991,0.057999998331069946,3.0039000511169434,3.5761001110076904,0.04740000143647194,3.0741000175476074,3.5748000144958496,0.04610000178217888,3.07450008392334,3.7012999057769775,0.057999998331069946,3.0039000511169434,3.5761001110076904,0.04610000178217888,3.07450008392334,3.7012999057769775,0.05660000070929527,3.0044000148773193,3.7026000022888184,0.04610000178217888,3.07450008392334,3.7012999057769775,0.01730000041425228,3.140399932861328,3.6991000175476074,0.015799999237060547,3.1410000324249268,3.86080002784729,0.04610000178217888,3.07450008392334,3.7012999057769775,0.015799999237060547,3.1410000324249268,3.86080002784729,0.04470000043511391,3.075200080871582,3.862799882888794,0.04740000143647194,3.0741000175476074,3.5748000144958496,0.01860000006854534,3.139899969100952,3.572499990463257,0.01730000041425228,3.140399932861328,3.6991000175476074,0.04740000143647194,3.0741000175476074,3.5748000144958496,0.01730000041425228,3.140399932861328,3.6991000175476074,0.04610000178217888,3.07450008392334,3.7012999057769775,0.06069999933242798,3.0030999183654785,3.3812999725341797,0.050200000405311584,3.0732998847961426,3.3798999786376953,0.04879999905824661,3.073699951171875,3.4714999198913574,0.06069999933242798,3.0030999183654785,3.3812999725341797,0.04879999905824661,3.073699951171875,3.4714999198913574,0.05939999967813492,3.003499984741211,3.472899913787842,0.050200000405311584,3.0732998847961426,3.3798999786376953,0.021299999207258224,3.1391000747680664,3.3775999546051025,0.019999999552965164,3.1394999027252197,3.4691998958587646,0.050200000405311584,3.0732998847961426,3.3798999786376953,0.019999999552965164,3.1394999027252197,3.4691998958587646,0.04879999905824661,3.073699951171875,3.4714999198913574,0.05939999967813492,3.003499984741211,3.472899913787842,0.04879999905824661,3.073699951171875,3.4714999198913574,0.04740000143647194,3.0741000175476074,3.5748000144958496,0.05939999967813492,3.003499984741211,3.472899913787842,0.04740000143647194,3.0741000175476074,3.5748000144958496,0.057999998331069946,3.0039000511169434,3.5761001110076904,0.04879999905824661,3.073699951171875,3.4714999198913574,0.019999999552965164,3.1394999027252197,3.4691998958587646,0.01860000006854534,3.139899969100952,3.572499990463257,0.04879999905824661,3.073699951171875,3.4714999198913574,0.01860000006854534,3.139899969100952,3.572499990463257,0.04740000143647194,3.0741000175476074,3.5748000144958496,0.05380000174045563,3.0058999061584473,4.071899890899658,0.04340000078082085,2.935800075531006,4.071800231933594,0.04479999840259552,2.9349000453948975,3.8638999462127686,0.05380000174045563,3.0058999061584473,4.071899890899658,0.04479999840259552,2.9349000453948975,3.8638999462127686,0.05530000105500221,3.005000114440918,3.864000082015991,0.05310000106692314,3.006999969482422,4.301700115203857,0.04259999841451645,2.936800003051758,4.301799774169922,0.04340000078082085,2.935800075531006,4.071800231933594,0.05310000106692314,3.006999969482422,4.301700115203857,0.04340000078082085,2.935800075531006,4.071800231933594,0.05380000174045563,3.0058999061584473,4.071899890899658,0.04479999840259552,2.9349000453948975,3.8638999462127686,0.04340000078082085,2.935800075531006,4.071800231933594,0.014600000344216824,2.8701000213623047,4.071000099182129,0.04479999840259552,2.9349000453948975,3.8638999462127686,0.014600000344216824,2.8701000213623047,4.071000099182129,0.016100000590085983,2.8691999912261963,3.8629000186920166,0.04340000078082085,2.935800075531006,4.071800231933594,0.04259999841451645,2.936800003051758,4.301799774169922,0.014000000432133675,2.8712000846862793,4.301400184631348,0.04340000078082085,2.935800075531006,4.071800231933594,0.014000000432133675,2.8712000846862793,4.301400184631348,0.014600000344216824,2.8701000213623047,4.071000099182129,0.05649999901652336,3.0092999935150146,4.729100227355957,0.04639999940991402,2.939199924468994,4.730100154876709,0.04340000078082085,2.937999963760376,4.529399871826172,0.05649999901652336,3.0092999935150146,4.729100227355957,0.04340000078082085,2.937999963760376,4.529399871826172,0.053700000047683716,3.0081000328063965,4.5289998054504395,0.04639999940991402,2.939199924468994,4.730100154876709,0.018400000408291817,2.873500108718872,4.7322998046875,0.014999999664723873,2.872299909591675,4.529900074005127,0.04639999940991402,2.939199924468994,4.730100154876709,0.014999999664723873,2.872299909591675,4.529900074005127,0.04340000078082085,2.937999963760376,4.529399871826172,0.053700000047683716,3.0081000328063965,4.5289998054504395,0.04340000078082085,2.937999963760376,4.529399871826172,0.04259999841451645,2.936800003051758,4.301799774169922,0.053700000047683716,3.0081000328063965,4.5289998054504395,0.04259999841451645,2.936800003051758,4.301799774169922,0.05310000106692314,3.006999969482422,4.301700115203857,0.04340000078082085,2.937999963760376,4.529399871826172,0.014999999664723873,2.872299909591675,4.529900074005127,0.014000000432133675,2.8712000846862793,4.301400184631348,0.04340000078082085,2.937999963760376,4.529399871826172,0.014000000432133675,2.8712000846862793,4.301400184631348,0.04259999841451645,2.936800003051758,4.301799774169922,-0.08489999920129776,2.7715001106262207,4.531499862670898,-0.028699999675154686,2.8152999877929688,4.530600070953369,-0.02449999935925007,2.816499948501587,4.735599994659424,-0.08489999920129776,2.7715001106262207,4.531499862670898,-0.02449999935925007,2.816499948501587,4.735599994659424,-0.07980000227689743,2.772700071334839,4.7399001121521,-0.08489999920129776,2.7715001106262207,4.531499862670898,-0.08669999986886978,2.7702999114990234,4.299499988555908,-0.029999999329447746,2.814199924468994,4.300600051879883,-0.08489999920129776,2.7715001106262207,4.531499862670898,-0.029999999329447746,2.814199924468994,4.300600051879883,-0.028699999675154686,2.8152999877929688,4.530600070953369,-0.028699999675154686,2.8152999877929688,4.530600070953369,0.014999999664723873,2.872299909591675,4.529900074005127,0.018400000408291817,2.873500108718872,4.7322998046875,-0.028699999675154686,2.8152999877929688,4.530600070953369,0.018400000408291817,2.873500108718872,4.7322998046875,-0.02449999935925007,2.816499948501587,4.735599994659424,-0.029999999329447746,2.814199924468994,4.300600051879883,0.014000000432133675,2.8712000846862793,4.301400184631348,0.014999999664723873,2.872299909591675,4.529900074005127,-0.029999999329447746,2.814199924468994,4.300600051879883,0.014999999664723873,2.872299909591675,4.529900074005127,-0.028699999675154686,2.8152999877929688,4.530600070953369,-0.08630000054836273,2.7692999839782715,4.067500114440918,-0.08489999920129776,2.768399953842163,3.858799934387207,-0.02810000069439411,2.812299966812134,3.8610999584198,-0.08630000054836273,2.7692999839782715,4.067500114440918,-0.02810000069439411,2.812299966812134,3.8610999584198,-0.029500000178813934,2.8131000995635986,4.069399833679199,-0.029500000178813934,2.8131000995635986,4.069399833679199,-0.02810000069439411,2.812299966812134,3.8610999584198,0.016100000590085983,2.8691999912261963,3.8629000186920166,-0.029500000178813934,2.8131000995635986,4.069399833679199,0.016100000590085983,2.8691999912261963,3.8629000186920166,0.014600000344216824,2.8701000213623047,4.071000099182129,-0.08669999986886978,2.7702999114990234,4.299499988555908,-0.08630000054836273,2.7692999839782715,4.067500114440918,-0.029500000178813934,2.8131000995635986,4.069399833679199,-0.08669999986886978,2.7702999114990234,4.299499988555908,-0.029500000178813934,2.8131000995635986,4.069399833679199,-0.029999999329447746,2.814199924468994,4.300600051879883,-0.029999999329447746,2.814199924468994,4.300600051879883,-0.029500000178813934,2.8131000995635986,4.069399833679199,0.014600000344216824,2.8701000213623047,4.071000099182129,-0.029999999329447746,2.814199924468994,4.300600051879883,0.014600000344216824,2.8701000213623047,4.071000099182129,0.014000000432133675,2.8712000846862793,4.301400184631348,-0.08489999920129776,2.768399953842163,3.858799934387207,-0.08630000054836273,2.7692999839782715,4.067500114440918,-0.15289999544620514,2.742799997329712,4.065299987792969,-0.08489999920129776,2.768399953842163,3.858799934387207,-0.15289999544620514,2.742799997329712,4.065299987792969,-0.15150000154972076,2.7418999671936035,3.8561999797821045,-0.08630000054836273,2.7692999839782715,4.067500114440918,-0.08669999986886978,2.7702999114990234,4.299499988555908,-0.15309999883174896,2.743799924850464,4.298399925231934,-0.08630000054836273,2.7692999839782715,4.067500114440918,-0.15309999883174896,2.743799924850464,4.298399925231934,-0.15289999544620514,2.742799997329712,4.065299987792969,-0.15150000154972076,2.7418999671936035,3.8561999797821045,-0.15289999544620514,2.742799997329712,4.065299987792969,-0.22439999878406525,2.7339000701904297,4.063300132751465,-0.15150000154972076,2.7418999671936035,3.8561999797821045,-0.22439999878406525,2.7339000701904297,4.063300132751465,-0.22290000319480896,2.7330000400543213,3.853800058364868,-0.15289999544620514,2.742799997329712,4.065299987792969,-0.15309999883174896,2.743799924850464,4.298399925231934,-0.22439999878406525,2.7348999977111816,4.297500133514404,-0.15289999544620514,2.742799997329712,4.065299987792969,-0.22439999878406525,2.7348999977111816,4.297500133514404,-0.22439999878406525,2.7339000701904297,4.063300132751465,-0.07980000227689743,2.772700071334839,4.7399001121521,-0.14470000565052032,2.7462000846862793,4.744900226593018,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.07980000227689743,2.772700071334839,4.7399001121521,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.08489999920129776,2.7715001106262207,4.531499862670898,-0.14470000565052032,2.7462000846862793,4.744900226593018,-0.2142000049352646,2.7372000217437744,4.750500202178955,-0.2214999943971634,2.7360000610351562,4.533999919891357,-0.14470000565052032,2.7462000846862793,4.744900226593018,-0.2214999943971634,2.7360000610351562,4.533999919891357,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.08669999986886978,2.7702999114990234,4.299499988555908,-0.08489999920129776,2.7715001106262207,4.531499862670898,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.08669999986886978,2.7702999114990234,4.299499988555908,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.15309999883174896,2.743799924850464,4.298399925231934,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.2214999943971634,2.7360000610351562,4.533999919891357,-0.22439999878406525,2.7348999977111816,4.297500133514404,-0.15080000460147858,2.744999885559082,4.532599925994873,-0.22439999878406525,2.7348999977111816,4.297500133514404,-0.15309999883174896,2.743799924850464,4.298399925231934,-0.3569999933242798,2.7708001136779785,4.538000106811523,-0.29190000891685486,2.7446000576019287,4.535799980163574,-0.2833999991416931,2.745800018310547,4.756400108337402,-0.3569999933242798,2.7708001136779785,4.538000106811523,-0.2833999991416931,2.745800018310547,4.756400108337402,-0.3472999930381775,2.7720000743865967,4.76230001449585,-0.3610999882221222,2.7695999145507812,4.297299861907959,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.29190000891685486,2.7446000576019287,4.535799980163574,-0.3610999882221222,2.7695999145507812,4.297299861907959,-0.29190000891685486,2.7446000576019287,4.535799980163574,-0.3569999933242798,2.7708001136779785,4.538000106811523,-0.29190000891685486,2.7446000576019287,4.535799980163574,-0.2214999943971634,2.7360000610351562,4.533999919891357,-0.2142000049352646,2.7372000217437744,4.750500202178955,-0.29190000891685486,2.7446000576019287,4.535799980163574,-0.2142000049352646,2.7372000217437744,4.750500202178955,-0.2833999991416931,2.745800018310547,4.756400108337402,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.22439999878406525,2.7348999977111816,4.297500133514404,-0.2214999943971634,2.7360000610351562,4.533999919891357,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.2214999943971634,2.7360000610351562,4.533999919891357,-0.29190000891685486,2.7446000576019287,4.535799980163574,-0.36010000109672546,2.767699956893921,3.851599931716919,-0.29409998655319214,2.741499900817871,3.852099895477295,-0.2955999970436096,2.7423999309539795,4.061800003051758,-0.36010000109672546,2.767699956893921,3.851599931716919,-0.2955999970436096,2.7423999309539795,4.061800003051758,-0.36149999499320984,2.7685999870300293,4.061399936676025,-0.2955999970436096,2.7423999309539795,4.061800003051758,-0.29409998655319214,2.741499900817871,3.852099895477295,-0.22290000319480896,2.7330000400543213,3.853800058364868,-0.2955999970436096,2.7423999309539795,4.061800003051758,-0.22290000319480896,2.7330000400543213,3.853800058364868,-0.22439999878406525,2.7339000701904297,4.063300132751465,-0.36149999499320984,2.7685999870300293,4.061399936676025,-0.2955999970436096,2.7423999309539795,4.061800003051758,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.36149999499320984,2.7685999870300293,4.061399936676025,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.3610999882221222,2.7695999145507812,4.297299861907959,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.2955999970436096,2.7423999309539795,4.061800003051758,-0.22439999878406525,2.7339000701904297,4.063300132751465,-0.2953999936580658,2.7434000968933105,4.296999931335449,-0.22439999878406525,2.7339000701904297,4.063300132751465,-0.22439999878406525,2.7348999977111816,4.297500133514404,-0.36149999499320984,2.7685999870300293,4.061399936676025,-0.4171999990940094,2.8124001026153564,4.062399864196777,-0.4156999886035919,2.8115999698638916,3.852799892425537,-0.36149999499320984,2.7685999870300293,4.061399936676025,-0.4156999886035919,2.8115999698638916,3.852799892425537,-0.36010000109672546,2.767699956893921,3.851599931716919,-0.3610999882221222,2.7695999145507812,4.297299861907959,-0.41659998893737793,2.813499927520752,4.298600196838379,-0.4171999990940094,2.8124001026153564,4.062399864196777,-0.3610999882221222,2.7695999145507812,4.297299861907959,-0.4171999990940094,2.8124001026153564,4.062399864196777,-0.36149999499320984,2.7685999870300293,4.061399936676025,-0.4171999990940094,2.8124001026153564,4.062399864196777,-0.460099995136261,2.869499921798706,4.064000129699707,-0.4586000144481659,2.8685998916625977,3.8547000885009766,-0.4171999990940094,2.8124001026153564,4.062399864196777,-0.4586000144481659,2.8685998916625977,3.8547000885009766,-0.4156999886035919,2.8115999698638916,3.852799892425537,-0.41659998893737793,2.813499927520752,4.298600196838379,-0.4593000113964081,2.870500087738037,4.300300121307373,-0.460099995136261,2.869499921798706,4.064000129699707,-0.41659998893737793,2.813499927520752,4.298600196838379,-0.460099995136261,2.869499921798706,4.064000129699707,-0.4171999990940094,2.8124001026153564,4.062399864196777,-0.3472999930381775,2.7720000743865967,4.76230001449585,-0.40119999647140503,2.8157999515533447,4.76800012588501,-0.41200000047683716,2.8145999908447266,4.540599822998047,-0.3472999930381775,2.7720000743865967,4.76230001449585,-0.41200000047683716,2.8145999908447266,4.540599822998047,-0.3569999933242798,2.7708001136779785,4.538000106811523,-0.40119999647140503,2.8157999515533447,4.76800012588501,-0.4424999952316284,2.8729000091552734,4.772900104522705,-0.45419999957084656,2.8717000484466553,4.543300151824951,-0.40119999647140503,2.8157999515533447,4.76800012588501,-0.45419999957084656,2.8717000484466553,4.543300151824951,-0.41200000047683716,2.8145999908447266,4.540599822998047,-0.3569999933242798,2.7708001136779785,4.538000106811523,-0.41200000047683716,2.8145999908447266,4.540599822998047,-0.41659998893737793,2.813499927520752,4.298600196838379,-0.3569999933242798,2.7708001136779785,4.538000106811523,-0.41659998893737793,2.813499927520752,4.298600196838379,-0.3610999882221222,2.7695999145507812,4.297299861907959,-0.41200000047683716,2.8145999908447266,4.540599822998047,-0.45419999957084656,2.8717000484466553,4.543300151824951,-0.4593000113964081,2.870500087738037,4.300300121307373,-0.41200000047683716,2.8145999908447266,4.540599822998047,-0.4593000113964081,2.870500087738037,4.300300121307373,-0.41659998893737793,2.813499927520752,4.298600196838379,-0.49140000343322754,3.0078999996185303,4.546199798583984,-0.48159998655319214,2.9375998973846436,4.545300006866455,-0.4691999852657318,2.938800096511841,4.776299953460693,-0.49140000343322754,3.0078999996185303,4.546199798583984,-0.4691999852657318,2.938800096511841,4.776299953460693,-0.4787999987602234,3.0090999603271484,4.777599811553955,-0.4970000088214874,3.0067999362945557,4.302499771118164,-0.4869999885559082,2.936500072479248,4.301799774169922,-0.48159998655319214,2.9375998973846436,4.545300006866455,-0.4970000088214874,3.0067999362945557,4.302499771118164,-0.48159998655319214,2.9375998973846436,4.545300006866455,-0.49140000343322754,3.0078999996185303,4.546199798583984,-0.48159998655319214,2.9375998973846436,4.545300006866455,-0.45419999957084656,2.8717000484466553,4.543300151824951,-0.4424999952316284,2.8729000091552734,4.772900104522705,-0.48159998655319214,2.9375998973846436,4.545300006866455,-0.4424999952316284,2.8729000091552734,4.772900104522705,-0.4691999852657318,2.938800096511841,4.776299953460693,-0.4869999885559082,2.936500072479248,4.301799774169922,-0.4593000113964081,2.870500087738037,4.300300121307373,-0.45419999957084656,2.8717000484466553,4.543300151824951,-0.4869999885559082,2.936500072479248,4.301799774169922,-0.45419999957084656,2.8717000484466553,4.543300151824951,-0.48159998655319214,2.9375998973846436,4.545300006866455,-0.49639999866485596,3.0048999786376953,3.8575000762939453,-0.486299991607666,2.934499979019165,3.856600046157837,-0.4878000020980835,2.9354000091552734,4.0655999183654785,-0.49639999866485596,3.0048999786376953,3.8575000762939453,-0.4878000020980835,2.9354000091552734,4.0655999183654785,-0.49779999256134033,3.00570011138916,4.066400051116943,-0.486299991607666,2.934499979019165,3.856600046157837,-0.4586000144481659,2.8685998916625977,3.8547000885009766,-0.460099995136261,2.869499921798706,4.064000129699707,-0.486299991607666,2.934499979019165,3.856600046157837,-0.460099995136261,2.869499921798706,4.064000129699707,-0.4878000020980835,2.9354000091552734,4.0655999183654785,-0.49779999256134033,3.00570011138916,4.066400051116943,-0.4878000020980835,2.9354000091552734,4.0655999183654785,-0.4869999885559082,2.936500072479248,4.301799774169922,-0.49779999256134033,3.00570011138916,4.066400051116943,-0.4869999885559082,2.936500072479248,4.301799774169922,-0.4970000088214874,3.0067999362945557,4.302499771118164,-0.4878000020980835,2.9354000091552734,4.0655999183654785,-0.460099995136261,2.869499921798706,4.064000129699707,-0.4593000113964081,2.870500087738037,4.300300121307373,-0.4878000020980835,2.9354000091552734,4.0655999183654785,-0.4593000113964081,2.870500087738037,4.300300121307373,-0.4869999885559082,2.936500072479248,4.301799774169922,-0.49639999866485596,3.0048999786376953,3.8575000762939453,-0.49779999256134033,3.00570011138916,4.066400051116943,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.49639999866485596,3.0048999786376953,3.8575000762939453,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.486299991607666,3.075200080871582,3.856600046157837,-0.4970000088214874,3.0067999362945557,4.302499771118164,-0.4869999885559082,3.0771000385284424,4.301799774169922,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.4970000088214874,3.0067999362945557,4.302499771118164,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.49779999256134033,3.00570011138916,4.066400051116943,-0.486299991607666,3.075200080871582,3.856600046157837,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.460099995136261,3.1419999599456787,4.064000129699707,-0.486299991607666,3.075200080871582,3.856600046157837,-0.460099995136261,3.1419999599456787,4.064000129699707,-0.4586000144481659,3.1410999298095703,3.8547000885009766,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.4869999885559082,3.0771000385284424,4.301799774169922,-0.4593000113964081,3.1429998874664307,4.300300121307373,-0.4878000020980835,3.0761001110076904,4.065700054168701,-0.4593000113964081,3.1429998874664307,4.300300121307373,-0.460099995136261,3.1419999599456787,4.064000129699707,-0.4787999987602234,3.0090999603271484,4.777599811553955,-0.4691999852657318,3.0794999599456787,4.776299953460693,-0.4814999997615814,3.0782999992370605,4.545300006866455,-0.4787999987602234,3.0090999603271484,4.777599811553955,-0.4814999997615814,3.0782999992370605,4.545300006866455,-0.49140000343322754,3.0078999996185303,4.546199798583984,-0.4814999997615814,3.0782999992370605,4.545300006866455,-0.4691999852657318,3.0794999599456787,4.776299953460693,-0.4424999952316284,3.145400047302246,4.772900104522705,-0.4814999997615814,3.0782999992370605,4.545300006866455,-0.4424999952316284,3.145400047302246,4.772900104522705,-0.45419999957084656,3.144200086593628,4.543300151824951,-0.49140000343322754,3.0078999996185303,4.546199798583984,-0.4814999997615814,3.0782999992370605,4.545300006866455,-0.4869999885559082,3.0771000385284424,4.301799774169922,-0.49140000343322754,3.0078999996185303,4.546199798583984,-0.4869999885559082,3.0771000385284424,4.301799774169922,-0.4970000088214874,3.0067999362945557,4.302499771118164,-0.4869999885559082,3.0771000385284424,4.301799774169922,-0.4814999997615814,3.0782999992370605,4.545300006866455,-0.45419999957084656,3.144200086593628,4.543300151824951,-0.4869999885559082,3.0771000385284424,4.301799774169922,-0.45419999957084656,3.144200086593628,4.543300151824951,-0.4593000113964081,3.1429998874664307,4.300300121307373,-0.3474999964237213,3.246500015258789,4.7621002197265625,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.41200000047683716,3.2012999057769775,4.540599822998047,-0.3474999964237213,3.246500015258789,4.7621002197265625,-0.41200000047683716,3.2012999057769775,4.540599822998047,-0.40119999647140503,3.2026000022888184,4.767899990081787,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.3612000048160553,3.2441000938415527,4.296899795532227,-0.41659998893737793,3.200200080871582,4.298399925231934,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.41659998893737793,3.200200080871582,4.298399925231934,-0.41200000047683716,3.2012999057769775,4.540599822998047,-0.40119999647140503,3.2026000022888184,4.767899990081787,-0.41200000047683716,3.2012999057769775,4.540599822998047,-0.45419999957084656,3.144200086593628,4.543300151824951,-0.40119999647140503,3.2026000022888184,4.767899990081787,-0.45419999957084656,3.144200086593628,4.543300151824951,-0.4424999952316284,3.145400047302246,4.772900104522705,-0.41200000047683716,3.2012999057769775,4.540599822998047,-0.41659998893737793,3.200200080871582,4.298399925231934,-0.4593000113964081,3.1429998874664307,4.300300121307373,-0.41200000047683716,3.2012999057769775,4.540599822998047,-0.4593000113964081,3.1429998874664307,4.300300121307373,-0.45419999957084656,3.144200086593628,4.543300151824951,-0.36149999499320984,3.2430999279022217,4.0609002113342285,-0.36010000109672546,3.2421998977661133,3.8510000705718994,-0.4156999886035919,3.198199987411499,3.85260009765625,-0.36149999499320984,3.2430999279022217,4.0609002113342285,-0.4156999886035919,3.198199987411499,3.85260009765625,-0.4171999990940094,3.1991000175476074,4.06220006942749,-0.4171999990940094,3.1991000175476074,4.06220006942749,-0.4156999886035919,3.198199987411499,3.85260009765625,-0.4586000144481659,3.1410999298095703,3.8547000885009766,-0.4171999990940094,3.1991000175476074,4.06220006942749,-0.4586000144481659,3.1410999298095703,3.8547000885009766,-0.460099995136261,3.1419999599456787,4.064000129699707,-0.3612000048160553,3.2441000938415527,4.296899795532227,-0.36149999499320984,3.2430999279022217,4.0609002113342285,-0.4171999990940094,3.1991000175476074,4.06220006942749,-0.3612000048160553,3.2441000938415527,4.296899795532227,-0.4171999990940094,3.1991000175476074,4.06220006942749,-0.41659998893737793,3.200200080871582,4.298399925231934,-0.41659998893737793,3.200200080871582,4.298399925231934,-0.4171999990940094,3.1991000175476074,4.06220006942749,-0.460099995136261,3.1419999599456787,4.064000129699707,-0.41659998893737793,3.200200080871582,4.298399925231934,-0.460099995136261,3.1419999599456787,4.064000129699707,-0.4593000113964081,3.1429998874664307,4.300300121307373,-0.36149999499320984,3.2430999279022217,4.0609002113342285,-0.2957000136375427,3.269399881362915,4.060699939727783,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.36149999499320984,3.2430999279022217,4.0609002113342285,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.36010000109672546,3.2421998977661133,3.8510000705718994,-0.3612000048160553,3.2441000938415527,4.296899795532227,-0.2955000102519989,3.2704999446868896,4.29610013961792,-0.2957000136375427,3.269399881362915,4.060699939727783,-0.3612000048160553,3.2441000938415527,4.296899795532227,-0.2957000136375427,3.269399881362915,4.060699939727783,-0.36149999499320984,3.2430999279022217,4.0609002113342285,-0.2957000136375427,3.269399881362915,4.060699939727783,-0.22460000216960907,3.2781999111175537,4.061500072479248,-0.2231999933719635,3.2772998809814453,3.851799964904785,-0.2957000136375427,3.269399881362915,4.060699939727783,-0.2231999933719635,3.2772998809814453,3.851799964904785,-0.29420000314712524,3.2685000896453857,3.8508999347686768,-0.2955000102519989,3.2704999446868896,4.29610013961792,-0.22460000216960907,3.2792000770568848,4.29610013961792,-0.22460000216960907,3.2781999111175537,4.061500072479248,-0.2955000102519989,3.2704999446868896,4.29610013961792,-0.22460000216960907,3.2781999111175537,4.061500072479248,-0.2957000136375427,3.269399881362915,4.060699939727783,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.3474999964237213,3.246500015258789,4.7621002197265625,-0.28360000252723694,3.2727999687194824,4.755899906158447,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.28360000252723694,3.2727999687194824,4.755899906158447,-0.2919999957084656,3.2716000080108643,4.535099983215332,-0.2919999957084656,3.2716000080108643,4.535099983215332,-0.28360000252723694,3.2727999687194824,4.755899906158447,-0.21459999680519104,3.281599998474121,4.749599933624268,-0.2919999957084656,3.2716000080108643,4.535099983215332,-0.21459999680519104,3.281599998474121,4.749599933624268,-0.22179999947547913,3.2802999019622803,4.532899856567383,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.2919999957084656,3.2716000080108643,4.535099983215332,-0.2955000102519989,3.2704999446868896,4.29610013961792,-0.3571000099182129,3.245300054550171,4.537700176239014,-0.2955000102519989,3.2704999446868896,4.29610013961792,-0.3612000048160553,3.2441000938415527,4.296899795532227,-0.2919999957084656,3.2716000080108643,4.535099983215332,-0.22179999947547913,3.2802999019622803,4.532899856567383,-0.22460000216960907,3.2792000770568848,4.29610013961792,-0.2919999957084656,3.2716000080108643,4.535099983215332,-0.22460000216960907,3.2792000770568848,4.29610013961792,-0.2955000102519989,3.2704999446868896,4.29610013961792,-0.08049999922513962,3.2464001178741455,4.73859977722168,-0.08540000021457672,3.2451000213623047,4.529900074005127,-0.15119999647140503,3.2715001106262207,4.531199932098389,-0.08049999922513962,3.2464001178741455,4.73859977722168,-0.15119999647140503,3.2715001106262207,4.531199932098389,-0.1451999992132187,3.272700071334839,4.743800163269043,-0.08699999749660492,3.24399995803833,4.297500133514404,-0.1534000039100647,3.270400047302246,4.296599864959717,-0.15119999647140503,3.2715001106262207,4.531199932098389,-0.08699999749660492,3.24399995803833,4.297500133514404,-0.15119999647140503,3.2715001106262207,4.531199932098389,-0.08540000021457672,3.2451000213623047,4.529900074005127,-0.1451999992132187,3.272700071334839,4.743800163269043,-0.15119999647140503,3.2715001106262207,4.531199932098389,-0.22179999947547913,3.2802999019622803,4.532899856567383,-0.1451999992132187,3.272700071334839,4.743800163269043,-0.22179999947547913,3.2802999019622803,4.532899856567383,-0.21459999680519104,3.281599998474121,4.749599933624268,-0.1534000039100647,3.270400047302246,4.296599864959717,-0.22460000216960907,3.2792000770568848,4.29610013961792,-0.22179999947547913,3.2802999019622803,4.532899856567383,-0.1534000039100647,3.270400047302246,4.296599864959717,-0.22179999947547913,3.2802999019622803,4.532899856567383,-0.15119999647140503,3.2715001106262207,4.531199932098389,-0.0851999968290329,3.2421000003814697,3.855799913406372,-0.1518000066280365,3.2685000896453857,3.8534998893737793,-0.15320000052452087,3.2692999839782715,4.063000202178955,-0.0851999968290329,3.2421000003814697,3.855799913406372,-0.15320000052452087,3.2692999839782715,4.063000202178955,-0.08659999817609787,3.2428998947143555,4.064899921417236,-0.1518000066280365,3.2685000896453857,3.8534998893737793,-0.2231999933719635,3.2772998809814453,3.851799964904785,-0.22460000216960907,3.2781999111175537,4.061500072479248,-0.1518000066280365,3.2685000896453857,3.8534998893737793,-0.22460000216960907,3.2781999111175537,4.061500072479248,-0.15320000052452087,3.2692999839782715,4.063000202178955,-0.08659999817609787,3.2428998947143555,4.064899921417236,-0.15320000052452087,3.2692999839782715,4.063000202178955,-0.1534000039100647,3.270400047302246,4.296599864959717,-0.08659999817609787,3.2428998947143555,4.064899921417236,-0.1534000039100647,3.270400047302246,4.296599864959717,-0.08699999749660492,3.24399995803833,4.297500133514404,-0.15320000052452087,3.2692999839782715,4.063000202178955,-0.22460000216960907,3.2781999111175537,4.061500072479248,-0.22460000216960907,3.2792000770568848,4.29610013961792,-0.15320000052452087,3.2692999839782715,4.063000202178955,-0.22460000216960907,3.2792000770568848,4.29610013961792,-0.1534000039100647,3.270400047302246,4.296599864959717,-0.08659999817609787,3.2428998947143555,4.064899921417236,-0.02979999966919422,3.1989998817443848,4.0671000480651855,-0.0284000001847744,3.1981000900268555,3.858299970626831,-0.08659999817609787,3.2428998947143555,4.064899921417236,-0.0284000001847744,3.1981000900268555,3.858299970626831,-0.0851999968290329,3.2421000003814697,3.855799913406372,-0.08699999749660492,3.24399995803833,4.297500133514404,-0.030400000512599945,3.200000047683716,4.298699855804443,-0.02979999966919422,3.1989998817443848,4.0671000480651855,-0.08699999749660492,3.24399995803833,4.297500133514404,-0.02979999966919422,3.1989998817443848,4.0671000480651855,-0.08659999817609787,3.2428998947143555,4.064899921417236,-0.02979999966919422,3.1989998817443848,4.0671000480651855,0.014399999752640724,3.141900062561035,4.069200038909912,0.015799999237060547,3.1410000324249268,3.86080002784729,-0.02979999966919422,3.1989998817443848,4.0671000480651855,0.015799999237060547,3.1410000324249268,3.86080002784729,-0.0284000001847744,3.1981000900268555,3.858299970626831,-0.030400000512599945,3.200000047683716,4.298699855804443,0.013700000010430813,3.1429998874664307,4.300000190734863,0.014399999752640724,3.141900062561035,4.069200038909912,-0.030400000512599945,3.200000047683716,4.298699855804443,0.014399999752640724,3.141900062561035,4.069200038909912,-0.02979999966919422,3.1989998817443848,4.0671000480651855,-0.08540000021457672,3.2451000213623047,4.529900074005127,-0.08049999922513962,3.2464001178741455,4.73859977722168,-0.025100000202655792,3.202399969100952,4.734399795532227,-0.08540000021457672,3.2451000213623047,4.529900074005127,-0.025100000202655792,3.202399969100952,4.734399795532227,-0.029100000858306885,3.201200008392334,4.529200077056885,-0.029100000858306885,3.201200008392334,4.529200077056885,-0.025100000202655792,3.202399969100952,4.734399795532227,0.017999999225139618,3.1452999114990234,4.731400012969971,-0.029100000858306885,3.201200008392334,4.529200077056885,0.017999999225139618,3.1452999114990234,4.731400012969971,0.014700000174343586,3.1440999507904053,4.528800010681152,-0.08540000021457672,3.2451000213623047,4.529900074005127,-0.029100000858306885,3.201200008392334,4.529200077056885,-0.030400000512599945,3.200000047683716,4.298699855804443,-0.08540000021457672,3.2451000213623047,4.529900074005127,-0.030400000512599945,3.200000047683716,4.298699855804443,-0.08699999749660492,3.24399995803833,4.297500133514404,-0.029100000858306885,3.201200008392334,4.529200077056885,0.014700000174343586,3.1440999507904053,4.528800010681152,0.013700000010430813,3.1429998874664307,4.300000190734863,-0.029100000858306885,3.201200008392334,4.529200077056885,0.013700000010430813,3.1429998874664307,4.300000190734863,-0.030400000512599945,3.200000047683716,4.298699855804443,0.053700000047683716,3.0081000328063965,4.5289998054504395,0.04320000112056732,3.0782999992370605,4.528800010681152,0.04619999974966049,3.0794999599456787,4.729599952697754,0.053700000047683716,3.0081000328063965,4.5289998054504395,0.04619999974966049,3.0794999599456787,4.729599952697754,0.05649999901652336,3.0092999935150146,4.729100227355957,0.05310000106692314,3.006999969482422,4.301700115203857,0.042500000447034836,3.0771000385284424,4.301000118255615,0.04320000112056732,3.0782999992370605,4.528800010681152,0.05310000106692314,3.006999969482422,4.301700115203857,0.04320000112056732,3.0782999992370605,4.528800010681152,0.053700000047683716,3.0081000328063965,4.5289998054504395,0.04619999974966049,3.0794999599456787,4.729599952697754,0.04320000112056732,3.0782999992370605,4.528800010681152,0.014700000174343586,3.1440999507904053,4.528800010681152,0.04619999974966049,3.0794999599456787,4.729599952697754,0.014700000174343586,3.1440999507904053,4.528800010681152,0.017999999225139618,3.1452999114990234,4.731400012969971,0.042500000447034836,3.0771000385284424,4.301000118255615,0.013700000010430813,3.1429998874664307,4.300000190734863,0.014700000174343586,3.1440999507904053,4.528800010681152,0.042500000447034836,3.0771000385284424,4.301000118255615,0.014700000174343586,3.1440999507904053,4.528800010681152,0.04320000112056732,3.0782999992370605,4.528800010681152,0.05530000105500221,3.005000114440918,3.864000082015991,0.04470000043511391,3.075200080871582,3.862799882888794,0.04320000112056732,3.0761001110076904,4.070899963378906,0.05530000105500221,3.005000114440918,3.864000082015991,0.04320000112056732,3.0761001110076904,4.070899963378906,0.05380000174045563,3.0058999061584473,4.071899890899658,0.04470000043511391,3.075200080871582,3.862799882888794,0.015799999237060547,3.1410000324249268,3.86080002784729,0.014399999752640724,3.141900062561035,4.069200038909912,0.04470000043511391,3.075200080871582,3.862799882888794,0.014399999752640724,3.141900062561035,4.069200038909912,0.04320000112056732,3.0761001110076904,4.070899963378906,0.05380000174045563,3.0058999061584473,4.071899890899658,0.04320000112056732,3.0761001110076904,4.070899963378906,0.042500000447034836,3.0771000385284424,4.301000118255615,0.05380000174045563,3.0058999061584473,4.071899890899658,0.042500000447034836,3.0771000385284424,4.301000118255615,0.05310000106692314,3.006999969482422,4.301700115203857,0.04320000112056732,3.0761001110076904,4.070899963378906,0.014399999752640724,3.141900062561035,4.069200038909912,0.013700000010430813,3.1429998874664307,4.300000190734863,0.04320000112056732,3.0761001110076904,4.070899963378906,0.013700000010430813,3.1429998874664307,4.300000190734863,0.042500000447034836,3.0771000385284424,4.301000118255615,0.062199998646974564,3.010499954223633,4.877500057220459,0.052400000393390656,2.9403998851776123,4.879499912261963,0.04639999940991402,2.939199924468994,4.730100154876709,0.062199998646974564,3.010499954223633,4.877500057220459,0.04639999940991402,2.939199924468994,4.730100154876709,0.05649999901652336,3.0092999935150146,4.729100227355957,0.07490000128746033,3.011699914932251,4.9878997802734375,0.06549999862909317,2.9416000843048096,4.991000175476074,0.052400000393390656,2.9403998851776123,4.879499912261963,0.07490000128746033,3.011699914932251,4.9878997802734375,0.052400000393390656,2.9403998851776123,4.879499912261963,0.062199998646974564,3.010499954223633,4.877500057220459,0.052400000393390656,2.9403998851776123,4.879499912261963,0.025200000032782555,2.8747000694274902,4.884300231933594,0.018400000408291817,2.873500108718872,4.7322998046875,0.052400000393390656,2.9403998851776123,4.879499912261963,0.018400000408291817,2.873500108718872,4.7322998046875,0.04639999940991402,2.939199924468994,4.730100154876709,0.06549999862909317,2.9416000843048096,4.991000175476074,0.039400000125169754,2.8759000301361084,4.999199867248535,0.025200000032782555,2.8747000694274902,4.884300231933594,0.06549999862909317,2.9416000843048096,4.991000175476074,0.025200000032782555,2.8747000694274902,4.884300231933594,0.052400000393390656,2.9403998851776123,4.879499912261963,0.13770000636577606,3.0141000747680664,5.149099826812744,0.12960000336170197,2.944000005722046,5.154799938201904,0.08990000188350677,2.9428000450134277,5.0782999992370605,0.13770000636577606,3.0141000747680664,5.149099826812744,0.08990000188350677,2.9428000450134277,5.0782999992370605,0.09870000183582306,3.0129001140594482,5.07390022277832,0.12960000336170197,2.944000005722046,5.154799938201904,0.10660000145435333,2.8782999515533447,5.169899940490723,0.06520000100135803,2.8770999908447266,5.089900016784668,0.12960000336170197,2.944000005722046,5.154799938201904,0.06520000100135803,2.8770999908447266,5.089900016784668,0.08990000188350677,2.9428000450134277,5.0782999992370605,0.09870000183582306,3.0129001140594482,5.07390022277832,0.08990000188350677,2.9428000450134277,5.0782999992370605,0.06549999862909317,2.9416000843048096,4.991000175476074,0.09870000183582306,3.0129001140594482,5.07390022277832,0.06549999862909317,2.9416000843048096,4.991000175476074,0.07490000128746033,3.011699914932251,4.9878997802734375,0.08990000188350677,2.9428000450134277,5.0782999992370605,0.06520000100135803,2.8770999908447266,5.089900016784668,0.039400000125169754,2.8759000301361084,4.999199867248535,0.08990000188350677,2.9428000450134277,5.0782999992370605,0.039400000125169754,2.8759000301361084,4.999199867248535,0.06549999862909317,2.9416000843048096,4.991000175476074,-0.021700000390410423,2.77620005607605,5.130499839782715,0.0272000003606081,2.8201000690460205,5.107699871063232,0.07129999995231628,2.8213000297546387,5.192800045013428,-0.021700000390410423,2.77620005607605,5.130499839782715,0.07129999995231628,2.8213000297546387,5.192800045013428,0.025800000876188278,2.7774999141693115,5.222400188446045,-0.052400000393390656,2.775099992752075,5.027400016784668,-0.000699999975040555,2.8189001083374023,5.011499881744385,0.0272000003606081,2.8201000690460205,5.107699871063232,-0.052400000393390656,2.775099992752075,5.027400016784668,0.0272000003606081,2.8201000690460205,5.107699871063232,-0.021700000390410423,2.77620005607605,5.130499839782715,0.0272000003606081,2.8201000690460205,5.107699871063232,0.06520000100135803,2.8770999908447266,5.089900016784668,0.10660000145435333,2.8782999515533447,5.169899940490723,0.0272000003606081,2.8201000690460205,5.107699871063232,0.10660000145435333,2.8782999515533447,5.169899940490723,0.07129999995231628,2.8213000297546387,5.192800045013428,-0.000699999975040555,2.8189001083374023,5.011499881744385,0.039400000125169754,2.8759000301361084,4.999199867248535,0.06520000100135803,2.8770999908447266,5.089900016784668,-0.000699999975040555,2.8189001083374023,5.011499881744385,0.06520000100135803,2.8770999908447266,5.089900016784668,0.0272000003606081,2.8201000690460205,5.107699871063232,-0.07980000227689743,2.772700071334839,4.7399001121521,-0.02449999935925007,2.816499948501587,4.735599994659424,-0.016599999740719795,2.817699909210205,4.89169979095459,-0.07980000227689743,2.772700071334839,4.7399001121521,-0.016599999740719795,2.817699909210205,4.89169979095459,-0.07039999961853027,2.7737998962402344,4.901199817657471,-0.02449999935925007,2.816499948501587,4.735599994659424,0.018400000408291817,2.873500108718872,4.7322998046875,0.025200000032782555,2.8747000694274902,4.884300231933594,-0.02449999935925007,2.816499948501587,4.735599994659424,0.025200000032782555,2.8747000694274902,4.884300231933594,-0.016599999740719795,2.817699909210205,4.89169979095459,-0.07039999961853027,2.7737998962402344,4.901199817657471,-0.016599999740719795,2.817699909210205,4.89169979095459,-0.000699999975040555,2.8189001083374023,5.011499881744385,-0.07039999961853027,2.7737998962402344,4.901199817657471,-0.000699999975040555,2.8189001083374023,5.011499881744385,-0.052400000393390656,2.775099992752075,5.027400016784668,-0.016599999740719795,2.817699909210205,4.89169979095459,0.025200000032782555,2.8747000694274902,4.884300231933594,0.039400000125169754,2.8759000301361084,4.999199867248535,-0.016599999740719795,2.817699909210205,4.89169979095459,0.039400000125169754,2.8759000301361084,4.999199867248535,-0.000699999975040555,2.8189001083374023,5.011499881744385,-0.07039999961853027,2.7737998962402344,4.901199817657471,-0.13349999487400055,2.7474000453948975,4.912399768829346,-0.14470000565052032,2.7462000846862793,4.744900226593018,-0.07039999961853027,2.7737998962402344,4.901199817657471,-0.14470000565052032,2.7462000846862793,4.744900226593018,-0.07980000227689743,2.772700071334839,4.7399001121521,-0.052400000393390656,2.775099992752075,5.027400016784668,-0.11299999803304672,2.7486000061035156,5.046199798583984,-0.13349999487400055,2.7474000453948975,4.912399768829346,-0.052400000393390656,2.775099992752075,5.027400016784668,-0.13349999487400055,2.7474000453948975,4.912399768829346,-0.07039999961853027,2.7737998962402344,4.901199817657471,-0.13349999487400055,2.7474000453948975,4.912399768829346,-0.20100000500679016,2.7383999824523926,4.924600124359131,-0.2142000049352646,2.7372000217437744,4.750500202178955,-0.13349999487400055,2.7474000453948975,4.912399768829346,-0.2142000049352646,2.7372000217437744,4.750500202178955,-0.14470000565052032,2.7462000846862793,4.744900226593018,-0.11299999803304672,2.7486000061035156,5.046199798583984,-0.1777999997138977,2.7395999431610107,5.066400051116943,-0.20100000500679016,2.7383999824523926,4.924600124359131,-0.11299999803304672,2.7486000061035156,5.046199798583984,-0.20100000500679016,2.7383999824523926,4.924600124359131,-0.13349999487400055,2.7474000453948975,4.912399768829346,0.025800000876188278,2.7774999141693115,5.222400188446045,-0.02759999968111515,2.750999927520752,5.257199764251709,-0.07909999787807465,2.749799966812134,5.157400131225586,0.025800000876188278,2.7774999141693115,5.222400188446045,-0.07909999787807465,2.749799966812134,5.157400131225586,-0.021700000390410423,2.77620005607605,5.130499839782715,-0.02759999968111515,2.750999927520752,5.257199764251709,-0.08449999988079071,2.742000102996826,5.2947998046875,-0.14030000567436218,2.740799903869629,5.186399936676025,-0.02759999968111515,2.750999927520752,5.257199764251709,-0.14030000567436218,2.740799903869629,5.186399936676025,-0.07909999787807465,2.749799966812134,5.157400131225586,-0.021700000390410423,2.77620005607605,5.130499839782715,-0.07909999787807465,2.749799966812134,5.157400131225586,-0.11299999803304672,2.7486000061035156,5.046199798583984,-0.021700000390410423,2.77620005607605,5.130499839782715,-0.11299999803304672,2.7486000061035156,5.046199798583984,-0.052400000393390656,2.775099992752075,5.027400016784668,-0.07909999787807465,2.749799966812134,5.157400131225586,-0.14030000567436218,2.740799903869629,5.186399936676025,-0.1777999997138977,2.7395999431610107,5.066400051116943,-0.07909999787807465,2.749799966812134,5.157400131225586,-0.1777999997138977,2.7395999431610107,5.066400051116943,-0.11299999803304672,2.7486000061035156,5.046199798583984,-0.25679999589920044,2.775599956512451,5.243800163269043,-0.20110000669956207,2.7493999004364014,5.215799808502197,-0.14079999923706055,2.7506000995635986,5.332699775695801,-0.25679999589920044,2.775599956512451,5.243800163269043,-0.14079999923706055,2.7506000995635986,5.332699775695801,-0.1923000067472458,2.7767999172210693,5.36870002746582,-0.30140000581741333,2.774399995803833,5.1066999435424805,-0.24210000038146973,2.748199939727783,5.086999893188477,-0.20110000669956207,2.7493999004364014,5.215799808502197,-0.30140000581741333,2.774399995803833,5.1066999435424805,-0.20110000669956207,2.7493999004364014,5.215799808502197,-0.25679999589920044,2.775599956512451,5.243800163269043,-0.20110000669956207,2.7493999004364014,5.215799808502197,-0.14030000567436218,2.740799903869629,5.186399936676025,-0.08449999988079071,2.742000102996826,5.2947998046875,-0.20110000669956207,2.7493999004364014,5.215799808502197,-0.08449999988079071,2.742000102996826,5.2947998046875,-0.14079999923706055,2.7506000995635986,5.332699775695801,-0.24210000038146973,2.748199939727783,5.086999893188477,-0.1777999997138977,2.7395999431610107,5.066400051116943,-0.14030000567436218,2.740799903869629,5.186399936676025,-0.24210000038146973,2.748199939727783,5.086999893188477,-0.14030000567436218,2.740799903869629,5.186399936676025,-0.20110000669956207,2.7493999004364014,5.215799808502197,-0.3472999930381775,2.7720000743865967,4.76230001449585,-0.2833999991416931,2.745800018310547,4.756400108337402,-0.26820001006126404,2.746999979019165,4.936999797821045,-0.3472999930381775,2.7720000743865967,4.76230001449585,-0.26820001006126404,2.746999979019165,4.936999797821045,-0.3301999866962433,2.773200035095215,4.949100017547607,-0.2833999991416931,2.745800018310547,4.756400108337402,-0.2142000049352646,2.7372000217437744,4.750500202178955,-0.20100000500679016,2.7383999824523926,4.924600124359131,-0.2833999991416931,2.745800018310547,4.756400108337402,-0.20100000500679016,2.7383999824523926,4.924600124359131,-0.26820001006126404,2.746999979019165,4.936999797821045,-0.3301999866962433,2.773200035095215,4.949100017547607,-0.26820001006126404,2.746999979019165,4.936999797821045,-0.24210000038146973,2.748199939727783,5.086999893188477,-0.3301999866962433,2.773200035095215,4.949100017547607,-0.24210000038146973,2.748199939727783,5.086999893188477,-0.30140000581741333,2.774399995803833,5.1066999435424805,-0.26820001006126404,2.746999979019165,4.936999797821045,-0.20100000500679016,2.7383999824523926,4.924600124359131,-0.1777999997138977,2.7395999431610107,5.066400051116943,-0.26820001006126404,2.746999979019165,4.936999797821045,-0.1777999997138977,2.7395999431610107,5.066400051116943,-0.24210000038146973,2.748199939727783,5.086999893188477,-0.3301999866962433,2.773200035095215,4.949100017547607,-0.3822000026702881,2.816999912261963,4.960000038146973,-0.40119999647140503,2.8157999515533447,4.76800012588501,-0.3301999866962433,2.773200035095215,4.949100017547607,-0.40119999647140503,2.8157999515533447,4.76800012588501,-0.3472999930381775,2.7720000743865967,4.76230001449585,-0.30140000581741333,2.774399995803833,5.1066999435424805,-0.35089999437332153,2.81820011138916,5.124199867248535,-0.3822000026702881,2.816999912261963,4.960000038146973,-0.30140000581741333,2.774399995803833,5.1066999435424805,-0.3822000026702881,2.816999912261963,4.960000038146973,-0.3301999866962433,2.773200035095215,4.949100017547607,-0.3822000026702881,2.816999912261963,4.960000038146973,-0.421999990940094,2.8740999698638916,4.968900203704834,-0.4424999952316284,2.8729000091552734,4.772900104522705,-0.3822000026702881,2.816999912261963,4.960000038146973,-0.4424999952316284,2.8729000091552734,4.772900104522705,-0.40119999647140503,2.8157999515533447,4.76800012588501,-0.35089999437332153,2.81820011138916,5.124199867248535,-0.3885999917984009,2.8752999305725098,5.138299942016602,-0.421999990940094,2.8740999698638916,4.968900203704834,-0.35089999437332153,2.81820011138916,5.124199867248535,-0.421999990940094,2.8740999698638916,4.968900203704834,-0.3822000026702881,2.816999912261963,4.960000038146973,-0.1923000067472458,2.7767999172210693,5.36870002746582,-0.23469999432563782,2.8206000328063965,5.400199890136719,-0.30309998989105225,2.8194000720977783,5.268400192260742,-0.1923000067472458,2.7767999172210693,5.36870002746582,-0.30309998989105225,2.8194000720977783,5.268400192260742,-0.25679999589920044,2.775599956512451,5.243800163269043,-0.23469999432563782,2.8206000328063965,5.400199890136719,-0.26669999957084656,2.877700090408325,5.425300121307373,-0.33820000290870667,2.876499891281128,5.288099765777588,-0.23469999432563782,2.8206000328063965,5.400199890136719,-0.33820000290870667,2.876499891281128,5.288099765777588,-0.30309998989105225,2.8194000720977783,5.268400192260742,-0.25679999589920044,2.775599956512451,5.243800163269043,-0.30309998989105225,2.8194000720977783,5.268400192260742,-0.35089999437332153,2.81820011138916,5.124199867248535,-0.25679999589920044,2.775599956512451,5.243800163269043,-0.35089999437332153,2.81820011138916,5.124199867248535,-0.30140000581741333,2.774399995803833,5.1066999435424805,-0.30309998989105225,2.8194000720977783,5.268400192260742,-0.33820000290870667,2.876499891281128,5.288099765777588,-0.3885999917984009,2.8752999305725098,5.138299942016602,-0.30309998989105225,2.8194000720977783,5.268400192260742,-0.3885999917984009,2.8752999305725098,5.138299942016602,-0.35089999437332153,2.81820011138916,5.124199867248535,-0.3686000108718872,3.012700080871582,5.30620002746582,-0.36059999465942383,2.9423999786376953,5.301199913024902,-0.28700000047683716,2.9435999393463135,5.44189977645874,-0.3686000108718872,3.012700080871582,5.30620002746582,-0.28700000047683716,2.9435999393463135,5.44189977645874,-0.29420000314712524,3.0139000415802,5.4481000900268555,-0.42149999737739563,3.0114998817443848,5.151299953460693,-0.41280001401901245,2.941200017929077,5.14769983291626,-0.36059999465942383,2.9423999786376953,5.301199913024902,-0.42149999737739563,3.0114998817443848,5.151299953460693,-0.36059999465942383,2.9423999786376953,5.301199913024902,-0.3686000108718872,3.012700080871582,5.30620002746582,-0.36059999465942383,2.9423999786376953,5.301199913024902,-0.33820000290870667,2.876499891281128,5.288099765777588,-0.26669999957084656,2.877700090408325,5.425300121307373,-0.36059999465942383,2.9423999786376953,5.301199913024902,-0.26669999957084656,2.877700090408325,5.425300121307373,-0.28700000047683716,2.9435999393463135,5.44189977645874,-0.41280001401901245,2.941200017929077,5.14769983291626,-0.3885999917984009,2.8752999305725098,5.138299942016602,-0.33820000290870667,2.876499891281128,5.288099765777588,-0.41280001401901245,2.941200017929077,5.14769983291626,-0.33820000290870667,2.876499891281128,5.288099765777588,-0.36059999465942383,2.9423999786376953,5.301199913024902,-0.4787999987602234,3.0090999603271484,4.777599811553955,-0.4691999852657318,2.938800096511841,4.776299953460693,-0.44769999384880066,2.940000057220459,4.974899768829346,-0.4787999987602234,3.0090999603271484,4.777599811553955,-0.44769999384880066,2.940000057220459,4.974899768829346,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.4691999852657318,2.938800096511841,4.776299953460693,-0.4424999952316284,2.8729000091552734,4.772900104522705,-0.421999990940094,2.8740999698638916,4.968900203704834,-0.4691999852657318,2.938800096511841,4.776299953460693,-0.421999990940094,2.8740999698638916,4.968900203704834,-0.44769999384880066,2.940000057220459,4.974899768829346,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.44769999384880066,2.940000057220459,4.974899768829346,-0.41280001401901245,2.941200017929077,5.14769983291626,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.41280001401901245,2.941200017929077,5.14769983291626,-0.42149999737739563,3.0114998817443848,5.151299953460693,-0.44769999384880066,2.940000057220459,4.974899768829346,-0.421999990940094,2.8740999698638916,4.968900203704834,-0.3885999917984009,2.8752999305725098,5.138299942016602,-0.44769999384880066,2.940000057220459,4.974899768829346,-0.3885999917984009,2.8752999305725098,5.138299942016602,-0.41280001401901245,2.941200017929077,5.14769983291626,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.44760000705718994,3.080699920654297,4.974899768829346,-0.4691999852657318,3.0794999599456787,4.776299953460693,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.4691999852657318,3.0794999599456787,4.776299953460693,-0.4787999987602234,3.0090999603271484,4.777599811553955,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.42149999737739563,3.0114998817443848,5.151299953460693,-0.41280001401901245,3.081899881362915,5.14769983291626,-0.4569000005722046,3.0102999210357666,4.977200031280518,-0.41280001401901245,3.081899881362915,5.14769983291626,-0.44760000705718994,3.080699920654297,4.974899768829346,-0.4691999852657318,3.0794999599456787,4.776299953460693,-0.44760000705718994,3.080699920654297,4.974899768829346,-0.421999990940094,3.1466000080108643,4.968900203704834,-0.4691999852657318,3.0794999599456787,4.776299953460693,-0.421999990940094,3.1466000080108643,4.968900203704834,-0.4424999952316284,3.145400047302246,4.772900104522705,-0.44760000705718994,3.080699920654297,4.974899768829346,-0.41280001401901245,3.081899881362915,5.14769983291626,-0.3885999917984009,3.1477999687194824,5.138299942016602,-0.44760000705718994,3.080699920654297,4.974899768829346,-0.3885999917984009,3.1477999687194824,5.138299942016602,-0.421999990940094,3.1466000080108643,4.968900203704834,-0.3686000108718872,3.012700080871582,5.30620002746582,-0.29420000314712524,3.0139000415802,5.4481000900268555,-0.28700000047683716,3.0843000411987305,5.44189977645874,-0.3686000108718872,3.012700080871582,5.30620002746582,-0.28700000047683716,3.0843000411987305,5.44189977645874,-0.36059999465942383,3.0831000804901123,5.301199913024902,-0.36059999465942383,3.0831000804901123,5.301199913024902,-0.28700000047683716,3.0843000411987305,5.44189977645874,-0.26669999957084656,3.1501998901367188,5.425300121307373,-0.36059999465942383,3.0831000804901123,5.301199913024902,-0.26669999957084656,3.1501998901367188,5.425300121307373,-0.33820000290870667,3.1489999294281006,5.288099765777588,-0.42149999737739563,3.0114998817443848,5.151299953460693,-0.3686000108718872,3.012700080871582,5.30620002746582,-0.36059999465942383,3.0831000804901123,5.301199913024902,-0.42149999737739563,3.0114998817443848,5.151299953460693,-0.36059999465942383,3.0831000804901123,5.301199913024902,-0.41280001401901245,3.081899881362915,5.14769983291626,-0.41280001401901245,3.081899881362915,5.14769983291626,-0.36059999465942383,3.0831000804901123,5.301199913024902,-0.33820000290870667,3.1489999294281006,5.288099765777588,-0.41280001401901245,3.081899881362915,5.14769983291626,-0.33820000290870667,3.1489999294281006,5.288099765777588,-0.3885999917984009,3.1477999687194824,5.138299942016602,-0.19269999861717224,3.251300096511841,5.368299961090088,-0.2572000026702881,3.2500998973846436,5.2434000968933105,-0.30320000648498535,3.2060999870300293,5.2683000564575195,-0.19269999861717224,3.251300096511841,5.368299961090088,-0.30320000648498535,3.2060999870300293,5.2683000564575195,-0.23479999601840973,3.2072999477386475,5.400100231170654,-0.2572000026702881,3.2500998973846436,5.2434000968933105,-0.30169999599456787,3.2488999366760254,5.106400012969971,-0.35100001096725464,3.204900026321411,5.124100208282471,-0.2572000026702881,3.2500998973846436,5.2434000968933105,-0.35100001096725464,3.204900026321411,5.124100208282471,-0.30320000648498535,3.2060999870300293,5.2683000564575195,-0.23479999601840973,3.2072999477386475,5.400100231170654,-0.30320000648498535,3.2060999870300293,5.2683000564575195,-0.33820000290870667,3.1489999294281006,5.288099765777588,-0.23479999601840973,3.2072999477386475,5.400100231170654,-0.33820000290870667,3.1489999294281006,5.288099765777588,-0.26669999957084656,3.1501998901367188,5.425300121307373,-0.30320000648498535,3.2060999870300293,5.2683000564575195,-0.35100001096725464,3.204900026321411,5.124100208282471,-0.3885999917984009,3.1477999687194824,5.138299942016602,-0.30320000648498535,3.2060999870300293,5.2683000564575195,-0.3885999917984009,3.1477999687194824,5.138299942016602,-0.33820000290870667,3.1489999294281006,5.288099765777588,-0.3303999900817871,3.2476999759674072,4.948800086975098,-0.3474999964237213,3.246500015258789,4.7621002197265625,-0.40119999647140503,3.2026000022888184,4.767899990081787,-0.3303999900817871,3.2476999759674072,4.948800086975098,-0.40119999647140503,3.2026000022888184,4.767899990081787,-0.3822000026702881,3.203700065612793,4.95989990234375,-0.3822000026702881,3.203700065612793,4.95989990234375,-0.40119999647140503,3.2026000022888184,4.767899990081787,-0.4424999952316284,3.145400047302246,4.772900104522705,-0.3822000026702881,3.203700065612793,4.95989990234375,-0.4424999952316284,3.145400047302246,4.772900104522705,-0.421999990940094,3.1466000080108643,4.968900203704834,-0.30169999599456787,3.2488999366760254,5.106400012969971,-0.3303999900817871,3.2476999759674072,4.948800086975098,-0.3822000026702881,3.203700065612793,4.95989990234375,-0.30169999599456787,3.2488999366760254,5.106400012969971,-0.3822000026702881,3.203700065612793,4.95989990234375,-0.35100001096725464,3.204900026321411,5.124100208282471,-0.35100001096725464,3.204900026321411,5.124100208282471,-0.3822000026702881,3.203700065612793,4.95989990234375,-0.421999990940094,3.1466000080108643,4.968900203704834,-0.35100001096725464,3.204900026321411,5.124100208282471,-0.421999990940094,3.1466000080108643,4.968900203704834,-0.3885999917984009,3.1477999687194824,5.138299942016602,-0.3474999964237213,3.246500015258789,4.7621002197265625,-0.3303999900817871,3.2476999759674072,4.948800086975098,-0.2685999870300293,3.2739999294281006,4.936500072479248,-0.3474999964237213,3.246500015258789,4.7621002197265625,-0.2685999870300293,3.2739999294281006,4.936500072479248,-0.28360000252723694,3.2727999687194824,4.755899906158447,-0.3303999900817871,3.2476999759674072,4.948800086975098,-0.30169999599456787,3.2488999366760254,5.106400012969971,-0.24269999563694,3.2751998901367188,5.086400032043457,-0.3303999900817871,3.2476999759674072,4.948800086975098,-0.24269999563694,3.2751998901367188,5.086400032043457,-0.2685999870300293,3.2739999294281006,4.936500072479248,-0.28360000252723694,3.2727999687194824,4.755899906158447,-0.2685999870300293,3.2739999294281006,4.936500072479248,-0.20170000195503235,3.2827999591827393,4.923600196838379,-0.28360000252723694,3.2727999687194824,4.755899906158447,-0.20170000195503235,3.2827999591827393,4.923600196838379,-0.21459999680519104,3.281599998474121,4.749599933624268,-0.2685999870300293,3.2739999294281006,4.936500072479248,-0.24269999563694,3.2751998901367188,5.086400032043457,-0.17870000004768372,3.2839999198913574,5.065400123596191,-0.2685999870300293,3.2739999294281006,4.936500072479248,-0.17870000004768372,3.2839999198913574,5.065400123596191,-0.20170000195503235,3.2827999591827393,4.923600196838379,-0.2572000026702881,3.2500998973846436,5.2434000968933105,-0.19269999861717224,3.251300096511841,5.368299961090088,-0.14169999957084656,3.277600049972534,5.3317999839782715,-0.2572000026702881,3.2500998973846436,5.2434000968933105,-0.14169999957084656,3.277600049972534,5.3317999839782715,-0.20180000364780426,3.276400089263916,5.215099811553955,-0.20180000364780426,3.276400089263916,5.215099811553955,-0.14169999957084656,3.277600049972534,5.3317999839782715,-0.0860000029206276,3.28629994392395,5.293399810791016,-0.20180000364780426,3.276400089263916,5.215099811553955,-0.0860000029206276,3.28629994392395,5.293399810791016,-0.14149999618530273,3.2852001190185547,5.185100078582764,-0.30169999599456787,3.2488999366760254,5.106400012969971,-0.2572000026702881,3.2500998973846436,5.2434000968933105,-0.20180000364780426,3.276400089263916,5.215099811553955,-0.30169999599456787,3.2488999366760254,5.106400012969971,-0.20180000364780426,3.276400089263916,5.215099811553955,-0.24269999563694,3.2751998901367188,5.086400032043457,-0.24269999563694,3.2751998901367188,5.086400032043457,-0.20180000364780426,3.276400089263916,5.215099811553955,-0.14149999618530273,3.2852001190185547,5.185100078582764,-0.24269999563694,3.2751998901367188,5.086400032043457,-0.14149999618530273,3.2852001190185547,5.185100078582764,-0.17870000004768372,3.2839999198913574,5.065400123596191,0.023600000888109207,3.2511000633239746,5.220399856567383,-0.023499999195337296,3.2499001026153564,5.128699779510498,-0.08070000261068344,3.2762999534606934,5.155700206756592,0.023600000888109207,3.2511000633239746,5.220399856567383,-0.08070000261068344,3.2762999534606934,5.155700206756592,-0.029500000178813934,3.2774999141693115,5.25540018081665,-0.023499999195337296,3.2499001026153564,5.128699779510498,-0.053700000047683716,3.248800039291382,5.0258002281188965,-0.11420000344514847,3.275099992752075,5.0447001457214355,-0.023499999195337296,3.2499001026153564,5.128699779510498,-0.11420000344514847,3.275099992752075,5.0447001457214355,-0.08070000261068344,3.2762999534606934,5.155700206756592,-0.029500000178813934,3.2774999141693115,5.25540018081665,-0.08070000261068344,3.2762999534606934,5.155700206756592,-0.14149999618530273,3.2852001190185547,5.185100078582764,-0.029500000178813934,3.2774999141693115,5.25540018081665,-0.14149999618530273,3.2852001190185547,5.185100078582764,-0.0860000029206276,3.28629994392395,5.293399810791016,-0.08070000261068344,3.2762999534606934,5.155700206756592,-0.11420000344514847,3.275099992752075,5.0447001457214355,-0.17870000004768372,3.2839999198913574,5.065400123596191,-0.08070000261068344,3.2762999534606934,5.155700206756592,-0.17870000004768372,3.2839999198913574,5.065400123596191,-0.14149999618530273,3.2852001190185547,5.185100078582764,-0.07129999995231628,3.247499942779541,4.899899959564209,-0.08049999922513962,3.2464001178741455,4.73859977722168,-0.1451999992132187,3.272700071334839,4.743800163269043,-0.07129999995231628,3.247499942779541,4.899899959564209,-0.1451999992132187,3.272700071334839,4.743800163269043,-0.13429999351501465,3.273900032043457,4.911200046539307,-0.13429999351501465,3.273900032043457,4.911200046539307,-0.1451999992132187,3.272700071334839,4.743800163269043,-0.21459999680519104,3.281599998474121,4.749599933624268,-0.13429999351501465,3.273900032043457,4.911200046539307,-0.21459999680519104,3.281599998474121,4.749599933624268,-0.20170000195503235,3.2827999591827393,4.923600196838379,-0.053700000047683716,3.248800039291382,5.0258002281188965,-0.07129999995231628,3.247499942779541,4.899899959564209,-0.13429999351501465,3.273900032043457,4.911200046539307,-0.053700000047683716,3.248800039291382,5.0258002281188965,-0.13429999351501465,3.273900032043457,4.911200046539307,-0.11420000344514847,3.275099992752075,5.0447001457214355,-0.11420000344514847,3.275099992752075,5.0447001457214355,-0.13429999351501465,3.273900032043457,4.911200046539307,-0.20170000195503235,3.2827999591827393,4.923600196838379,-0.11420000344514847,3.275099992752075,5.0447001457214355,-0.20170000195503235,3.2827999591827393,4.923600196838379,-0.17870000004768372,3.2839999198913574,5.065400123596191,-0.08049999922513962,3.2464001178741455,4.73859977722168,-0.07129999995231628,3.247499942779541,4.899899959564209,-0.017400000244379044,3.2035999298095703,4.890500068664551,-0.08049999922513962,3.2464001178741455,4.73859977722168,-0.017400000244379044,3.2035999298095703,4.890500068664551,-0.025100000202655792,3.202399969100952,4.734399795532227,-0.07129999995231628,3.247499942779541,4.899899959564209,-0.053700000047683716,3.248800039291382,5.0258002281188965,-0.0019000000320374966,3.2047998905181885,5.0100998878479,-0.07129999995231628,3.247499942779541,4.899899959564209,-0.0019000000320374966,3.2047998905181885,5.0100998878479,-0.017400000244379044,3.2035999298095703,4.890500068664551,-0.025100000202655792,3.202399969100952,4.734399795532227,-0.017400000244379044,3.2035999298095703,4.890500068664551,0.02459999918937683,3.1465001106262207,4.883399963378906,-0.025100000202655792,3.202399969100952,4.734399795532227,0.02459999918937683,3.1465001106262207,4.883399963378906,0.017999999225139618,3.1452999114990234,4.731400012969971,-0.017400000244379044,3.2035999298095703,4.890500068664551,-0.0019000000320374966,3.2047998905181885,5.0100998878479,0.03849999979138374,3.147700071334839,4.9980998039245605,-0.017400000244379044,3.2035999298095703,4.890500068664551,0.03849999979138374,3.147700071334839,4.9980998039245605,0.02459999918937683,3.1465001106262207,4.883399963378906,-0.023499999195337296,3.2499001026153564,5.128699779510498,0.023600000888109207,3.2511000633239746,5.220399856567383,0.06930000334978104,3.207200050354004,5.190999984741211,-0.023499999195337296,3.2499001026153564,5.128699779510498,0.06930000334978104,3.207200050354004,5.190999984741211,0.025499999523162842,3.2060000896453857,5.105999946594238,0.025499999523162842,3.2060000896453857,5.105999946594238,0.06930000334978104,3.207200050354004,5.190999984741211,0.10509999841451645,3.150099992752075,5.168399810791016,0.025499999523162842,3.2060000896453857,5.105999946594238,0.10509999841451645,3.150099992752075,5.168399810791016,0.06400000303983688,3.148900032043457,5.088699817657471,-0.053700000047683716,3.248800039291382,5.0258002281188965,-0.023499999195337296,3.2499001026153564,5.128699779510498,0.025499999523162842,3.2060000896453857,5.105999946594238,-0.053700000047683716,3.248800039291382,5.0258002281188965,0.025499999523162842,3.2060000896453857,5.105999946594238,-0.0019000000320374966,3.2047998905181885,5.0100998878479,-0.0019000000320374966,3.2047998905181885,5.0100998878479,0.025499999523162842,3.2060000896453857,5.105999946594238,0.06400000303983688,3.148900032043457,5.088699817657471,-0.0019000000320374966,3.2047998905181885,5.0100998878479,0.06400000303983688,3.148900032043457,5.088699817657471,0.03849999979138374,3.147700071334839,4.9980998039245605,0.13770000636577606,3.0141000747680664,5.149099826812744,0.09870000183582306,3.0129001140594482,5.07390022277832,0.08919999748468399,3.0831000804901123,5.077600002288818,0.13770000636577606,3.0141000747680664,5.149099826812744,0.08919999748468399,3.0831000804901123,5.077600002288818,0.12870000302791595,3.0843000411987305,5.154099941253662,0.09870000183582306,3.0129001140594482,5.07390022277832,0.07490000128746033,3.011699914932251,4.9878997802734375,0.06509999930858612,3.081899881362915,4.990499973297119,0.09870000183582306,3.0129001140594482,5.07390022277832,0.06509999930858612,3.081899881362915,4.990499973297119,0.08919999748468399,3.0831000804901123,5.077600002288818,0.12870000302791595,3.0843000411987305,5.154099941253662,0.08919999748468399,3.0831000804901123,5.077600002288818,0.06400000303983688,3.148900032043457,5.088699817657471,0.12870000302791595,3.0843000411987305,5.154099941253662,0.06400000303983688,3.148900032043457,5.088699817657471,0.10509999841451645,3.150099992752075,5.168399810791016,0.08919999748468399,3.0831000804901123,5.077600002288818,0.06509999930858612,3.081899881362915,4.990499973297119,0.03849999979138374,3.147700071334839,4.9980998039245605,0.08919999748468399,3.0831000804901123,5.077600002288818,0.03849999979138374,3.147700071334839,4.9980998039245605,0.06400000303983688,3.148900032043457,5.088699817657471,0.062199998646974564,3.010499954223633,4.877500057220459,0.05649999901652336,3.0092999935150146,4.729100227355957,0.04619999974966049,3.0794999599456787,4.729599952697754,0.062199998646974564,3.010499954223633,4.877500057220459,0.04619999974966049,3.0794999599456787,4.729599952697754,0.05209999904036522,3.080699920654297,4.878900051116943,0.05209999904036522,3.080699920654297,4.878900051116943,0.04619999974966049,3.0794999599456787,4.729599952697754,0.017999999225139618,3.1452999114990234,4.731400012969971,0.05209999904036522,3.080699920654297,4.878900051116943,0.017999999225139618,3.1452999114990234,4.731400012969971,0.02459999918937683,3.1465001106262207,4.883399963378906,0.07490000128746033,3.011699914932251,4.9878997802734375,0.062199998646974564,3.010499954223633,4.877500057220459,0.05209999904036522,3.080699920654297,4.878900051116943,0.07490000128746033,3.011699914932251,4.9878997802734375,0.05209999904036522,3.080699920654297,4.878900051116943,0.06509999930858612,3.081899881362915,4.990499973297119,0.06509999930858612,3.081899881362915,4.990499973297119,0.05209999904036522,3.080699920654297,4.878900051116943,0.02459999918937683,3.1465001106262207,4.883399963378906,0.06509999930858612,3.081899881362915,4.990499973297119,0.02459999918937683,3.1465001106262207,4.883399963378906,0.03849999979138374,3.147700071334839,4.9980998039245605,0.13770000636577606,3.0141000747680664,5.149099826812744,0.19599999487400055,3.0153000354766846,5.22730016708374,0.18870000541210175,2.945199966430664,5.234099864959717,0.13770000636577606,3.0141000747680664,5.149099826812744,0.18870000541210175,2.945199966430664,5.234099864959717,0.12960000336170197,2.944000005722046,5.154799938201904,0.19599999487400055,3.0153000354766846,5.22730016708374,0.271699994802475,3.0164999961853027,5.303599834442139,0.2653000056743622,2.9463999271392822,5.311299800872803,0.19599999487400055,3.0153000354766846,5.22730016708374,0.2653000056743622,2.9463999271392822,5.311299800872803,0.18870000541210175,2.945199966430664,5.234099864959717,0.12960000336170197,2.944000005722046,5.154799938201904,0.18870000541210175,2.945199966430664,5.234099864959717,0.16779999434947968,2.879499912261963,5.252099990844727,0.12960000336170197,2.944000005722046,5.154799938201904,0.16779999434947968,2.879499912261963,5.252099990844727,0.10660000145435333,2.8782999515533447,5.169899940490723,0.18870000541210175,2.945199966430664,5.234099864959717,0.2653000056743622,2.9463999271392822,5.311299800872803,0.2468000054359436,2.88070011138916,5.3317999839782715,0.18870000541210175,2.945199966430664,5.234099864959717,0.2468000054359436,2.88070011138916,5.3317999839782715,0.16779999434947968,2.879499912261963,5.252099990844727,0.3630000054836273,3.0176000595092773,5.373199939727783,0.4677000045776367,3.0185999870300293,5.43149995803833,0.4632999897003174,2.948499917984009,5.440499782562256,0.3630000054836273,3.0176000595092773,5.373199939727783,0.4632999897003174,2.948499917984009,5.440499782562256,0.35749998688697815,2.947499990463257,5.381700038909912,0.35749998688697815,2.947499990463257,5.381700038909912,0.4632999897003174,2.948499917984009,5.440499782562256,0.4503999948501587,2.8828001022338867,5.464900016784668,0.35749998688697815,2.947499990463257,5.381700038909912,0.4503999948501587,2.8828001022338867,5.464900016784668,0.3416000008583069,2.8817999362945557,5.404399871826172,0.271699994802475,3.0164999961853027,5.303599834442139,0.3630000054836273,3.0176000595092773,5.373199939727783,0.35749998688697815,2.947499990463257,5.381700038909912,0.271699994802475,3.0164999961853027,5.303599834442139,0.35749998688697815,2.947499990463257,5.381700038909912,0.2653000056743622,2.9463999271392822,5.311299800872803,0.2653000056743622,2.9463999271392822,5.311299800872803,0.35749998688697815,2.947499990463257,5.381700038909912,0.3416000008583069,2.8817999362945557,5.404399871826172,0.2653000056743622,2.9463999271392822,5.311299800872803,0.3416000008583069,2.8817999362945557,5.404399871826172,0.2468000054359436,2.88070011138916,5.3317999839782715,0.40450000762939453,2.7820000648498535,5.5503997802734375,0.2856999933719635,2.780900001525879,5.48390007019043,0.3172000050544739,2.8248000144958496,5.4390997886657715,0.40450000762939453,2.7820000648498535,5.5503997802734375,0.3172000050544739,2.8248000144958496,5.4390997886657715,0.4302999973297119,2.825900077819824,5.502299785614014,0.2856999933719635,2.780900001525879,5.48390007019043,0.18150000274181366,2.7797999382019043,5.403900146484375,0.218299999833107,2.823699951171875,5.363399982452393,0.2856999933719635,2.780900001525879,5.48390007019043,0.218299999833107,2.823699951171875,5.363399982452393,0.3172000050544739,2.8248000144958496,5.4390997886657715,0.4302999973297119,2.825900077819824,5.502299785614014,0.3172000050544739,2.8248000144958496,5.4390997886657715,0.3416000008583069,2.8817999362945557,5.404399871826172,0.4302999973297119,2.825900077819824,5.502299785614014,0.3416000008583069,2.8817999362945557,5.404399871826172,0.4503999948501587,2.8828001022338867,5.464900016784668,0.3172000050544739,2.8248000144958496,5.4390997886657715,0.218299999833107,2.823699951171875,5.363399982452393,0.2468000054359436,2.88070011138916,5.3317999839782715,0.3172000050544739,2.8248000144958496,5.4390997886657715,0.2468000054359436,2.88070011138916,5.3317999839782715,0.3416000008583069,2.8817999362945557,5.404399871826172,0.025800000876188278,2.7774999141693115,5.222400188446045,0.07129999995231628,2.8213000297546387,5.192800045013428,0.1356000006198883,2.822499990463257,5.279699802398682,0.025800000876188278,2.7774999141693115,5.222400188446045,0.1356000006198883,2.822499990463257,5.279699802398682,0.094200000166893,2.778700113296509,5.315100193023682,0.1356000006198883,2.822499990463257,5.279699802398682,0.07129999995231628,2.8213000297546387,5.192800045013428,0.10660000145435333,2.8782999515533447,5.169899940490723,0.1356000006198883,2.822499990463257,5.279699802398682,0.10660000145435333,2.8782999515533447,5.169899940490723,0.16779999434947968,2.879499912261963,5.252099990844727,0.18150000274181366,2.7797999382019043,5.403900146484375,0.094200000166893,2.778700113296509,5.315100193023682,0.1356000006198883,2.822499990463257,5.279699802398682,0.18150000274181366,2.7797999382019043,5.403900146484375,0.1356000006198883,2.822499990463257,5.279699802398682,0.218299999833107,2.823699951171875,5.363399982452393,0.218299999833107,2.823699951171875,5.363399982452393,0.1356000006198883,2.822499990463257,5.279699802398682,0.16779999434947968,2.879499912261963,5.252099990844727,0.218299999833107,2.823699951171875,5.363399982452393,0.16779999434947968,2.879499912261963,5.252099990844727,0.2468000054359436,2.88070011138916,5.3317999839782715,0.094200000166893,2.778700113296509,5.315100193023682,0.04569999873638153,2.75219988822937,5.356800079345703,-0.02759999968111515,2.750999927520752,5.257199764251709,0.094200000166893,2.778700113296509,5.315100193023682,-0.02759999968111515,2.750999927520752,5.257199764251709,0.025800000876188278,2.7774999141693115,5.222400188446045,0.094200000166893,2.778700113296509,5.315100193023682,0.18150000274181366,2.7797999382019043,5.403900146484375,0.13850000500679016,2.7534000873565674,5.451399803161621,0.094200000166893,2.778700113296509,5.315100193023682,0.13850000500679016,2.7534000873565674,5.451399803161621,0.04569999873638153,2.75219988822937,5.356800079345703,0.04569999873638153,2.75219988822937,5.356800079345703,-0.006000000052154064,2.7432000637054443,5.401800155639648,-0.08449999988079071,2.742000102996826,5.2947998046875,0.04569999873638153,2.75219988822937,5.356800079345703,-0.08449999988079071,2.742000102996826,5.2947998046875,-0.02759999968111515,2.750999927520752,5.257199764251709,0.13850000500679016,2.7534000873565674,5.451399803161621,0.09279999881982803,2.7444000244140625,5.502799987792969,-0.006000000052154064,2.7432000637054443,5.401800155639648,0.13850000500679016,2.7534000873565674,5.451399803161621,-0.006000000052154064,2.7432000637054443,5.401800155639648,0.04569999873638153,2.75219988822937,5.356800079345703,0.2856999933719635,2.780900001525879,5.48390007019043,0.40450000762939453,2.7820000648498535,5.5503997802734375,0.3743000030517578,2.755500078201294,5.606900215148926,0.2856999933719635,2.780900001525879,5.48390007019043,0.3743000030517578,2.755500078201294,5.606900215148926,0.24879999458789825,2.754499912261963,5.536399841308594,0.24879999458789825,2.754499912261963,5.536399841308594,0.3743000030517578,2.755500078201294,5.606900215148926,0.3422999978065491,2.7465999126434326,5.667799949645996,0.24879999458789825,2.754499912261963,5.536399841308594,0.3422999978065491,2.7465999126434326,5.667799949645996,0.20970000326633453,2.745500087738037,5.5929999351501465,0.18150000274181366,2.7797999382019043,5.403900146484375,0.2856999933719635,2.780900001525879,5.48390007019043,0.24879999458789825,2.754499912261963,5.536399841308594,0.18150000274181366,2.7797999382019043,5.403900146484375,0.24879999458789825,2.754499912261963,5.536399841308594,0.13850000500679016,2.7534000873565674,5.451399803161621,0.13850000500679016,2.7534000873565674,5.451399803161621,0.24879999458789825,2.754499912261963,5.536399841308594,0.20970000326633453,2.745500087738037,5.5929999351501465,0.13850000500679016,2.7534000873565674,5.451399803161621,0.20970000326633453,2.745500087738037,5.5929999351501465,0.09279999881982803,2.7444000244140625,5.502799987792969,0.13650000095367432,2.7802999019622803,5.703000068664551,0.1712000072002411,2.7541000843048096,5.649799823760986,0.3109000027179718,2.755199909210205,5.728700160980225,0.13650000095367432,2.7802999019622803,5.703000068664551,0.3109000027179718,2.755199909210205,5.728700160980225,0.28279998898506165,2.7813000679016113,5.785600185394287,0.006899999920278788,2.7792000770568848,5.60290002822876,0.04769999906420708,2.753000020980835,5.5543999671936035,0.1712000072002411,2.7541000843048096,5.649799823760986,0.006899999920278788,2.7792000770568848,5.60290002822876,0.1712000072002411,2.7541000843048096,5.649799823760986,0.13650000095367432,2.7802999019622803,5.703000068664551,0.3109000027179718,2.755199909210205,5.728700160980225,0.1712000072002411,2.7541000843048096,5.649799823760986,0.20970000326633453,2.745500087738037,5.5929999351501465,0.3109000027179718,2.755199909210205,5.728700160980225,0.20970000326633453,2.745500087738037,5.5929999351501465,0.3422999978065491,2.7465999126434326,5.667799949645996,0.04769999906420708,2.753000020980835,5.5543999671936035,0.09279999881982803,2.7444000244140625,5.502799987792969,0.20970000326633453,2.745500087738037,5.5929999351501465,0.04769999906420708,2.753000020980835,5.5543999671936035,0.20970000326633453,2.745500087738037,5.5929999351501465,0.1712000072002411,2.7541000843048096,5.649799823760986,-0.1923000067472458,2.7767999172210693,5.36870002746582,-0.14079999923706055,2.7506000995635986,5.332699775695801,-0.057100001722574234,2.751800060272217,5.4471001625061035,-0.1923000067472458,2.7767999172210693,5.36870002746582,-0.057100001722574234,2.751800060272217,5.4471001625061035,-0.10350000113248825,2.7780001163482666,5.4899001121521,-0.14079999923706055,2.7506000995635986,5.332699775695801,-0.08449999988079071,2.742000102996826,5.2947998046875,-0.006000000052154064,2.7432000637054443,5.401800155639648,-0.14079999923706055,2.7506000995635986,5.332699775695801,-0.006000000052154064,2.7432000637054443,5.401800155639648,-0.057100001722574234,2.751800060272217,5.4471001625061035,-0.10350000113248825,2.7780001163482666,5.4899001121521,-0.057100001722574234,2.751800060272217,5.4471001625061035,0.04769999906420708,2.753000020980835,5.5543999671936035,-0.10350000113248825,2.7780001163482666,5.4899001121521,0.04769999906420708,2.753000020980835,5.5543999671936035,0.006899999920278788,2.7792000770568848,5.60290002822876,-0.057100001722574234,2.751800060272217,5.4471001625061035,-0.006000000052154064,2.7432000637054443,5.401800155639648,0.09279999881982803,2.7444000244140625,5.502799987792969,-0.057100001722574234,2.751800060272217,5.4471001625061035,0.09279999881982803,2.7444000244140625,5.502799987792969,0.04769999906420708,2.753000020980835,5.5543999671936035,-0.10350000113248825,2.7780001163482666,5.4899001121521,-0.14149999618530273,2.8217999935150146,5.527200222015381,-0.23469999432563782,2.8206000328063965,5.400199890136719,-0.10350000113248825,2.7780001163482666,5.4899001121521,-0.23469999432563782,2.8206000328063965,5.400199890136719,-0.1923000067472458,2.7767999172210693,5.36870002746582,0.006899999920278788,2.7792000770568848,5.60290002822876,-0.02630000002682209,2.822999954223633,5.644999980926514,-0.14149999618530273,2.8217999935150146,5.527200222015381,0.006899999920278788,2.7792000770568848,5.60290002822876,-0.14149999618530273,2.8217999935150146,5.527200222015381,-0.10350000113248825,2.7780001163482666,5.4899001121521,-0.14149999618530273,2.8217999935150146,5.527200222015381,-0.17000000178813934,2.8789000511169434,5.55679988861084,-0.26669999957084656,2.877700090408325,5.425300121307373,-0.14149999618530273,2.8217999935150146,5.527200222015381,-0.26669999957084656,2.877700090408325,5.425300121307373,-0.23469999432563782,2.8206000328063965,5.400199890136719,-0.02630000002682209,2.822999954223633,5.644999980926514,-0.05090000107884407,2.8801000118255615,5.678100109100342,-0.17000000178813934,2.8789000511169434,5.55679988861084,-0.02630000002682209,2.822999954223633,5.644999980926514,-0.17000000178813934,2.8789000511169434,5.55679988861084,-0.14149999618530273,2.8217999935150146,5.527200222015381,0.28279998898506165,2.7813000679016113,5.785600185394287,0.26030001044273376,2.825200080871582,5.834400177001953,0.10859999805688858,2.8241000175476074,5.748899936676025,0.28279998898506165,2.7813000679016113,5.785600185394287,0.10859999805688858,2.8241000175476074,5.748899936676025,0.13650000095367432,2.7802999019622803,5.703000068664551,0.26030001044273376,2.825200080871582,5.834400177001953,0.24379999935626984,2.882200002670288,5.872600078582764,0.08799999952316284,2.881200075149536,5.784900188446045,0.26030001044273376,2.825200080871582,5.834400177001953,0.08799999952316284,2.881200075149536,5.784900188446045,0.10859999805688858,2.8241000175476074,5.748899936676025,0.13650000095367432,2.7802999019622803,5.703000068664551,0.10859999805688858,2.8241000175476074,5.748899936676025,-0.02630000002682209,2.822999954223633,5.644999980926514,0.13650000095367432,2.7802999019622803,5.703000068664551,-0.02630000002682209,2.822999954223633,5.644999980926514,0.006899999920278788,2.7792000770568848,5.60290002822876,0.10859999805688858,2.8241000175476074,5.748899936676025,0.08799999952316284,2.881200075149536,5.784900188446045,-0.05090000107884407,2.8801000118255615,5.678100109100342,0.10859999805688858,2.8241000175476074,5.748899936676025,-0.05090000107884407,2.8801000118255615,5.678100109100342,-0.02630000002682209,2.822999954223633,5.644999980926514,0.07079999893903732,3.017400026321411,5.817200183868408,0.07519999891519547,2.9470999240875244,5.808499813079834,0.2337000072002411,2.948199987411499,5.897500038146973,0.07079999893903732,3.017400026321411,5.817200183868408,0.2337000072002411,2.948199987411499,5.897500038146973,0.23029999434947968,3.0185000896453857,5.906700134277344,-0.07169999927282333,3.0162999629974365,5.708099842071533,-0.06629999727010727,2.946000099182129,5.699900150299072,0.07519999891519547,2.9470999240875244,5.808499813079834,-0.07169999927282333,3.0162999629974365,5.708099842071533,0.07519999891519547,2.9470999240875244,5.808499813079834,0.07079999893903732,3.017400026321411,5.817200183868408,0.07519999891519547,2.9470999240875244,5.808499813079834,0.08799999952316284,2.881200075149536,5.784900188446045,0.24379999935626984,2.882200002670288,5.872600078582764,0.07519999891519547,2.9470999240875244,5.808499813079834,0.24379999935626984,2.882200002670288,5.872600078582764,0.2337000072002411,2.948199987411499,5.897500038146973,-0.06629999727010727,2.946000099182129,5.699900150299072,-0.05090000107884407,2.8801000118255615,5.678100109100342,0.08799999952316284,2.881200075149536,5.784900188446045,-0.06629999727010727,2.946000099182129,5.699900150299072,0.08799999952316284,2.881200075149536,5.784900188446045,0.07519999891519547,2.9470999240875244,5.808499813079834,-0.29420000314712524,3.0139000415802,5.4481000900268555,-0.28700000047683716,2.9435999393463135,5.44189977645874,-0.18799999356269836,2.9447999000549316,5.576300144195557,-0.29420000314712524,3.0139000415802,5.4481000900268555,-0.18799999356269836,2.9447999000549316,5.576300144195557,-0.19429999589920044,3.015199899673462,5.583600044250488,-0.28700000047683716,2.9435999393463135,5.44189977645874,-0.26669999957084656,2.877700090408325,5.425300121307373,-0.17000000178813934,2.8789000511169434,5.55679988861084,-0.28700000047683716,2.9435999393463135,5.44189977645874,-0.17000000178813934,2.8789000511169434,5.55679988861084,-0.18799999356269836,2.9447999000549316,5.576300144195557,-0.19429999589920044,3.015199899673462,5.583600044250488,-0.18799999356269836,2.9447999000549316,5.576300144195557,-0.06629999727010727,2.946000099182129,5.699900150299072,-0.19429999589920044,3.015199899673462,5.583600044250488,-0.06629999727010727,2.946000099182129,5.699900150299072,-0.07169999927282333,3.0162999629974365,5.708099842071533,-0.18799999356269836,2.9447999000549316,5.576300144195557,-0.17000000178813934,2.8789000511169434,5.55679988861084,-0.05090000107884407,2.8801000118255615,5.678100109100342,-0.18799999356269836,2.9447999000549316,5.576300144195557,-0.05090000107884407,2.8801000118255615,5.678100109100342,-0.06629999727010727,2.946000099182129,5.699900150299072,-0.29420000314712524,3.0139000415802,5.4481000900268555,-0.19429999589920044,3.015199899673462,5.583600044250488,-0.18799999356269836,3.0855000019073486,5.576300144195557,-0.29420000314712524,3.0139000415802,5.4481000900268555,-0.18799999356269836,3.0855000019073486,5.576300144195557,-0.28700000047683716,3.0843000411987305,5.44189977645874,-0.19429999589920044,3.015199899673462,5.583600044250488,-0.07169999927282333,3.0162999629974365,5.708099842071533,-0.06629999727010727,3.0866000652313232,5.699999809265137,-0.19429999589920044,3.015199899673462,5.583600044250488,-0.06629999727010727,3.0866000652313232,5.699999809265137,-0.18799999356269836,3.0855000019073486,5.576300144195557,-0.28700000047683716,3.0843000411987305,5.44189977645874,-0.18799999356269836,3.0855000019073486,5.576300144195557,-0.17000000178813934,3.151400089263916,5.55679988861084,-0.28700000047683716,3.0843000411987305,5.44189977645874,-0.17000000178813934,3.151400089263916,5.55679988861084,-0.26669999957084656,3.1501998901367188,5.425300121307373,-0.18799999356269836,3.0855000019073486,5.576300144195557,-0.06629999727010727,3.0866000652313232,5.699999809265137,-0.05090000107884407,3.152600049972534,5.678100109100342,-0.18799999356269836,3.0855000019073486,5.576300144195557,-0.05090000107884407,3.152600049972534,5.678100109100342,-0.17000000178813934,3.151400089263916,5.55679988861084,0.23029999434947968,3.0185000896453857,5.906700134277344,0.2337999939918518,3.0887999534606934,5.897500038146973,0.07519999891519547,3.0878000259399414,5.808499813079834,0.23029999434947968,3.0185000896453857,5.906700134277344,0.07519999891519547,3.0878000259399414,5.808499813079834,0.07079999893903732,3.017400026321411,5.817200183868408,0.07519999891519547,3.0878000259399414,5.808499813079834,0.2337999939918518,3.0887999534606934,5.897500038146973,0.24379999935626984,3.1547999382019043,5.872600078582764,0.07519999891519547,3.0878000259399414,5.808499813079834,0.24379999935626984,3.1547999382019043,5.872600078582764,0.08799999952316284,3.153700113296509,5.784900188446045,-0.07169999927282333,3.0162999629974365,5.708099842071533,0.07079999893903732,3.017400026321411,5.817200183868408,0.07519999891519547,3.0878000259399414,5.808499813079834,-0.07169999927282333,3.0162999629974365,5.708099842071533,0.07519999891519547,3.0878000259399414,5.808499813079834,-0.06629999727010727,3.0866000652313232,5.699999809265137,-0.06629999727010727,3.0866000652313232,5.699999809265137,0.07519999891519547,3.0878000259399414,5.808499813079834,0.08799999952316284,3.153700113296509,5.784900188446045,-0.06629999727010727,3.0866000652313232,5.699999809265137,0.08799999952316284,3.153700113296509,5.784900188446045,-0.05090000107884407,3.152600049972534,5.678100109100342,0.28220000863075256,3.2558000087738037,5.785399913787842,0.13600000739097595,3.2548000812530518,5.702700138092041,0.10840000212192535,3.2107999324798584,5.748799800872803,0.28220000863075256,3.2558000087738037,5.785399913787842,0.10840000212192535,3.2107999324798584,5.748799800872803,0.26019999384880066,3.211899995803833,5.834400177001953,0.13600000739097595,3.2548000812530518,5.702700138092041,0.006399999838322401,3.253700017929077,5.60260009765625,-0.026399999856948853,3.209700107574463,5.644899845123291,0.13600000739097595,3.2548000812530518,5.702700138092041,-0.026399999856948853,3.209700107574463,5.644899845123291,0.10840000212192535,3.2107999324798584,5.748799800872803,0.26019999384880066,3.211899995803833,5.834400177001953,0.10840000212192535,3.2107999324798584,5.748799800872803,0.08799999952316284,3.153700113296509,5.784900188446045,0.26019999384880066,3.211899995803833,5.834400177001953,0.08799999952316284,3.153700113296509,5.784900188446045,0.24379999935626984,3.1547999382019043,5.872600078582764,0.10840000212192535,3.2107999324798584,5.748799800872803,-0.026399999856948853,3.209700107574463,5.644899845123291,-0.05090000107884407,3.152600049972534,5.678100109100342,0.10840000212192535,3.2107999324798584,5.748799800872803,-0.05090000107884407,3.152600049972534,5.678100109100342,0.08799999952316284,3.153700113296509,5.784900188446045,-0.10400000214576721,3.252500057220459,5.489500045776367,-0.19269999861717224,3.251300096511841,5.368299961090088,-0.23479999601840973,3.2072999477386475,5.400100231170654,-0.10400000214576721,3.252500057220459,5.489500045776367,-0.23479999601840973,3.2072999477386475,5.400100231170654,-0.14169999957084656,3.2086000442504883,5.527100086212158,-0.14169999957084656,3.2086000442504883,5.527100086212158,-0.23479999601840973,3.2072999477386475,5.400100231170654,-0.26669999957084656,3.1501998901367188,5.425300121307373,-0.14169999957084656,3.2086000442504883,5.527100086212158,-0.26669999957084656,3.1501998901367188,5.425300121307373,-0.17000000178813934,3.151400089263916,5.55679988861084,0.006399999838322401,3.253700017929077,5.60260009765625,-0.10400000214576721,3.252500057220459,5.489500045776367,-0.14169999957084656,3.2086000442504883,5.527100086212158,0.006399999838322401,3.253700017929077,5.60260009765625,-0.14169999957084656,3.2086000442504883,5.527100086212158,-0.026399999856948853,3.209700107574463,5.644899845123291,-0.026399999856948853,3.209700107574463,5.644899845123291,-0.14169999957084656,3.2086000442504883,5.527100086212158,-0.17000000178813934,3.151400089263916,5.55679988861084,-0.026399999856948853,3.209700107574463,5.644899845123291,-0.17000000178813934,3.151400089263916,5.55679988861084,-0.05090000107884407,3.152600049972534,5.678100109100342,-0.19269999861717224,3.251300096511841,5.368299961090088,-0.10400000214576721,3.252500057220459,5.489500045776367,-0.05810000002384186,3.2788000106811523,5.446300029754639,-0.19269999861717224,3.251300096511841,5.368299961090088,-0.05810000002384186,3.2788000106811523,5.446300029754639,-0.14169999957084656,3.277600049972534,5.3317999839782715,-0.10400000214576721,3.252500057220459,5.489500045776367,0.006399999838322401,3.253700017929077,5.60260009765625,0.04659999907016754,3.2799999713897705,5.553599834442139,-0.10400000214576721,3.252500057220459,5.489500045776367,0.04659999907016754,3.2799999713897705,5.553599834442139,-0.05810000002384186,3.2788000106811523,5.446300029754639,-0.14169999957084656,3.277600049972534,5.3317999839782715,-0.05810000002384186,3.2788000106811523,5.446300029754639,-0.007699999958276749,3.287600040435791,5.400400161743164,-0.14169999957084656,3.277600049972534,5.3317999839782715,-0.007699999958276749,3.287600040435791,5.400400161743164,-0.0860000029206276,3.28629994392395,5.293399810791016,-0.05810000002384186,3.2788000106811523,5.446300029754639,0.04659999907016754,3.2799999713897705,5.553599834442139,0.0908999964594841,3.2887001037597656,5.501500129699707,-0.05810000002384186,3.2788000106811523,5.446300029754639,0.0908999964594841,3.2887001037597656,5.501500129699707,-0.007699999958276749,3.287600040435791,5.400400161743164,0.28220000863075256,3.2558000087738037,5.785399913787842,0.30979999899864197,3.2822000980377197,5.7281999588012695,0.17000000178813934,3.281100034713745,5.649099826812744,0.28220000863075256,3.2558000087738037,5.785399913787842,0.17000000178813934,3.281100034713745,5.649099826812744,0.13600000739097595,3.2548000812530518,5.702700138092041,0.30979999899864197,3.2822000980377197,5.7281999588012695,0.34049999713897705,3.2908999919891357,5.666900157928467,0.2076999992132187,3.289900064468384,5.591899871826172,0.30979999899864197,3.2822000980377197,5.7281999588012695,0.2076999992132187,3.289900064468384,5.591899871826172,0.17000000178813934,3.281100034713745,5.649099826812744,0.006399999838322401,3.253700017929077,5.60260009765625,0.13600000739097595,3.2548000812530518,5.702700138092041,0.17000000178813934,3.281100034713745,5.649099826812744,0.006399999838322401,3.253700017929077,5.60260009765625,0.17000000178813934,3.281100034713745,5.649099826812744,0.04659999907016754,3.2799999713897705,5.553599834442139,0.04659999907016754,3.2799999713897705,5.553599834442139,0.17000000178813934,3.281100034713745,5.649099826812744,0.2076999992132187,3.289900064468384,5.591899871826172,0.04659999907016754,3.2799999713897705,5.553599834442139,0.2076999992132187,3.289900064468384,5.591899871826172,0.0908999964594841,3.2887001037597656,5.501500129699707,0.28290000557899475,3.2546000480651855,5.4822998046875,0.24629999697208405,3.2809998989105225,5.534999847412109,0.3720000088214874,3.282099962234497,5.605899810791016,0.28290000557899475,3.2546000480651855,5.4822998046875,0.3720000088214874,3.282099962234497,5.605899810791016,0.4018999934196472,3.25570011138916,5.549200057983398,0.17880000174045563,3.253499984741211,5.4019999504089355,0.13609999418258667,3.279900074005127,5.44980001449585,0.24629999697208405,3.2809998989105225,5.534999847412109,0.17880000174045563,3.253499984741211,5.4019999504089355,0.24629999697208405,3.2809998989105225,5.534999847412109,0.28290000557899475,3.2546000480651855,5.4822998046875,0.24629999697208405,3.2809998989105225,5.534999847412109,0.2076999992132187,3.289900064468384,5.591899871826172,0.34049999713897705,3.2908999919891357,5.666900157928467,0.24629999697208405,3.2809998989105225,5.534999847412109,0.34049999713897705,3.2908999919891357,5.666900157928467,0.3720000088214874,3.282099962234497,5.605899810791016,0.13609999418258667,3.279900074005127,5.44980001449585,0.0908999964594841,3.2887001037597656,5.501500129699707,0.2076999992132187,3.289900064468384,5.591899871826172,0.13609999418258667,3.279900074005127,5.44980001449585,0.2076999992132187,3.289900064468384,5.591899871826172,0.24629999697208405,3.2809998989105225,5.534999847412109,0.0917000025510788,3.2523999214172363,5.3130998611450195,0.023600000888109207,3.2511000633239746,5.220399856567383,-0.029500000178813934,3.2774999141693115,5.25540018081665,0.0917000025510788,3.2523999214172363,5.3130998611450195,-0.029500000178813934,3.2774999141693115,5.25540018081665,0.04349999874830246,3.2788000106811523,5.355000019073486,0.04349999874830246,3.2788000106811523,5.355000019073486,-0.029500000178813934,3.2774999141693115,5.25540018081665,-0.0860000029206276,3.28629994392395,5.293399810791016,0.04349999874830246,3.2788000106811523,5.355000019073486,-0.0860000029206276,3.28629994392395,5.293399810791016,-0.007699999958276749,3.287600040435791,5.400400161743164,0.17880000174045563,3.253499984741211,5.4019999504089355,0.0917000025510788,3.2523999214172363,5.3130998611450195,0.04349999874830246,3.2788000106811523,5.355000019073486,0.17880000174045563,3.253499984741211,5.4019999504089355,0.04349999874830246,3.2788000106811523,5.355000019073486,0.13609999418258667,3.279900074005127,5.44980001449585,0.13609999418258667,3.279900074005127,5.44980001449585,0.04349999874830246,3.2788000106811523,5.355000019073486,-0.007699999958276749,3.287600040435791,5.400400161743164,0.13609999418258667,3.279900074005127,5.44980001449585,-0.007699999958276749,3.287600040435791,5.400400161743164,0.0908999964594841,3.2887001037597656,5.501500129699707,0.023600000888109207,3.2511000633239746,5.220399856567383,0.0917000025510788,3.2523999214172363,5.3130998611450195,0.13330000638961792,3.208400011062622,5.2778000831604,0.023600000888109207,3.2511000633239746,5.220399856567383,0.13330000638961792,3.208400011062622,5.2778000831604,0.06930000334978104,3.207200050354004,5.190999984741211,0.17880000174045563,3.253499984741211,5.4019999504089355,0.21580000221729279,3.2095999717712402,5.361599922180176,0.13330000638961792,3.208400011062622,5.2778000831604,0.17880000174045563,3.253499984741211,5.4019999504089355,0.13330000638961792,3.208400011062622,5.2778000831604,0.0917000025510788,3.2523999214172363,5.3130998611450195,0.13330000638961792,3.208400011062622,5.2778000831604,0.16609999537467957,3.1512999534606934,5.250699996948242,0.10509999841451645,3.150099992752075,5.168399810791016,0.13330000638961792,3.208400011062622,5.2778000831604,0.10509999841451645,3.150099992752075,5.168399810791016,0.06930000334978104,3.207200050354004,5.190999984741211,0.21580000221729279,3.2095999717712402,5.361599922180176,0.24490000307559967,3.1524999141693115,5.330599784851074,0.16609999537467957,3.1512999534606934,5.250699996948242,0.21580000221729279,3.2095999717712402,5.361599922180176,0.16609999537467957,3.1512999534606934,5.250699996948242,0.13330000638961792,3.208400011062622,5.2778000831604,0.4018999934196472,3.25570011138916,5.549200057983398,0.4278999865055084,3.211699962615967,5.501200199127197,0.31459999084472656,3.210700035095215,5.437699794769287,0.4018999934196472,3.25570011138916,5.549200057983398,0.31459999084472656,3.210700035095215,5.437699794769287,0.28290000557899475,3.2546000480651855,5.4822998046875,0.4278999865055084,3.211699962615967,5.501200199127197,0.44850000739097595,3.154599905014038,5.464099884033203,0.33970001339912415,3.153599977493286,5.403299808502197,0.4278999865055084,3.211699962615967,5.501200199127197,0.33970001339912415,3.153599977493286,5.403299808502197,0.31459999084472656,3.210700035095215,5.437699794769287,0.28290000557899475,3.2546000480651855,5.4822998046875,0.31459999084472656,3.210700035095215,5.437699794769287,0.21580000221729279,3.2095999717712402,5.361599922180176,0.28290000557899475,3.2546000480651855,5.4822998046875,0.21580000221729279,3.2095999717712402,5.361599922180176,0.17880000174045563,3.253499984741211,5.4019999504089355,0.31459999084472656,3.210700035095215,5.437699794769287,0.33970001339912415,3.153599977493286,5.403299808502197,0.24490000307559967,3.1524999141693115,5.330599784851074,0.31459999084472656,3.210700035095215,5.437699794769287,0.24490000307559967,3.1524999141693115,5.330599784851074,0.21580000221729279,3.2095999717712402,5.361599922180176,0.3630000054836273,3.0176000595092773,5.373199939727783,0.3564999997615814,3.0878000259399414,5.381100177764893,0.46230000257492065,3.0887999534606934,5.440100193023682,0.3630000054836273,3.0176000595092773,5.373199939727783,0.46230000257492065,3.0887999534606934,5.440100193023682,0.4677000045776367,3.0185999870300293,5.43149995803833,0.271699994802475,3.0164999961853027,5.303599834442139,0.26429998874664307,3.0866000652313232,5.3105998039245605,0.3564999997615814,3.0878000259399414,5.381100177764893,0.271699994802475,3.0164999961853027,5.303599834442139,0.3564999997615814,3.0878000259399414,5.381100177764893,0.3630000054836273,3.0176000595092773,5.373199939727783,0.3564999997615814,3.0878000259399414,5.381100177764893,0.33970001339912415,3.153599977493286,5.403299808502197,0.44850000739097595,3.154599905014038,5.464099884033203,0.3564999997615814,3.0878000259399414,5.381100177764893,0.44850000739097595,3.154599905014038,5.464099884033203,0.46230000257492065,3.0887999534606934,5.440100193023682,0.26429998874664307,3.0866000652313232,5.3105998039245605,0.24490000307559967,3.1524999141693115,5.330599784851074,0.33970001339912415,3.153599977493286,5.403299808502197,0.26429998874664307,3.0866000652313232,5.3105998039245605,0.33970001339912415,3.153599977493286,5.403299808502197,0.3564999997615814,3.0878000259399414,5.381100177764893,0.13770000636577606,3.0141000747680664,5.149099826812744,0.12870000302791595,3.0843000411987305,5.154099941253662,0.18770000338554382,3.0855000019073486,5.23330020904541,0.13770000636577606,3.0141000747680664,5.149099826812744,0.18770000338554382,3.0855000019073486,5.23330020904541,0.19599999487400055,3.0153000354766846,5.22730016708374,0.12870000302791595,3.0843000411987305,5.154099941253662,0.10509999841451645,3.150099992752075,5.168399810791016,0.16609999537467957,3.1512999534606934,5.250699996948242,0.12870000302791595,3.0843000411987305,5.154099941253662,0.16609999537467957,3.1512999534606934,5.250699996948242,0.18770000338554382,3.0855000019073486,5.23330020904541,0.19599999487400055,3.0153000354766846,5.22730016708374,0.18770000338554382,3.0855000019073486,5.23330020904541,0.26429998874664307,3.0866000652313232,5.3105998039245605,0.19599999487400055,3.0153000354766846,5.22730016708374,0.26429998874664307,3.0866000652313232,5.3105998039245605,0.271699994802475,3.0164999961853027,5.303599834442139,0.18770000338554382,3.0855000019073486,5.23330020904541,0.16609999537467957,3.1512999534606934,5.250699996948242,0.24490000307559967,3.1524999141693115,5.330599784851074,0.18770000338554382,3.0855000019073486,5.23330020904541,0.24490000307559967,3.1524999141693115,5.330599784851074,0.26429998874664307,3.0866000652313232,5.3105998039245605,0.4677000045776367,3.0185999870300293,5.43149995803833,0.5842000246047974,3.0195000171661377,5.473499774932861,0.5807999968528748,2.949399948120117,5.482999801635742,0.4677000045776367,3.0185999870300293,5.43149995803833,0.5807999968528748,2.949399948120117,5.482999801635742,0.4632999897003174,2.948499917984009,5.440499782562256,0.5842000246047974,3.0195000171661377,5.473499774932861,0.7093999981880188,3.02020001411438,5.501200199127197,0.707099974155426,2.9500999450683594,5.511000156402588,0.5842000246047974,3.0195000171661377,5.473499774932861,0.707099974155426,2.9500999450683594,5.511000156402588,0.5807999968528748,2.949399948120117,5.482999801635742,0.4632999897003174,2.948499917984009,5.440499782562256,0.5807999968528748,2.949399948120117,5.482999801635742,0.5709999799728394,2.883699893951416,5.508600234985352,0.4632999897003174,2.948499917984009,5.440499782562256,0.5709999799728394,2.883699893951416,5.508600234985352,0.4503999948501587,2.8828001022338867,5.464900016784668,0.5807999968528748,2.949399948120117,5.482999801635742,0.707099974155426,2.9500999450683594,5.511000156402588,0.7005000114440918,2.884399890899658,5.537499904632568,0.5807999968528748,2.949399948120117,5.482999801635742,0.7005000114440918,2.884399890899658,5.537499904632568,0.5709999799728394,2.883699893951416,5.508600234985352,0.974399983882904,3.020900011062622,5.5208001136779785,0.974399983882904,2.9507999420166016,5.530700206756592,0.8392999768257141,2.9505999088287354,5.526299953460693,0.974399983882904,3.020900011062622,5.5208001136779785,0.8392999768257141,2.9505999088287354,5.526299953460693,0.840499997138977,3.020699977874756,5.516300201416016,0.8392999768257141,2.9505999088287354,5.526299953460693,0.974399983882904,2.9507999420166016,5.530700206756592,0.974399983882904,2.8850998878479004,5.558000087738037,0.8392999768257141,2.9505999088287354,5.526299953460693,0.974399983882904,2.8850998878479004,5.558000087738037,0.8360000252723694,2.8849000930786133,5.553299903869629,0.7093999981880188,3.02020001411438,5.501200199127197,0.840499997138977,3.020699977874756,5.516300201416016,0.8392999768257141,2.9505999088287354,5.526299953460693,0.7093999981880188,3.02020001411438,5.501200199127197,0.8392999768257141,2.9505999088287354,5.526299953460693,0.707099974155426,2.9500999450683594,5.511000156402588,0.707099974155426,2.9500999450683594,5.511000156402588,0.8392999768257141,2.9505999088287354,5.526299953460693,0.8360000252723694,2.8849000930786133,5.553299903869629,0.707099974155426,2.9500999450683594,5.511000156402588,0.8360000252723694,2.8849000930786133,5.553299903869629,0.7005000114440918,2.884399890899658,5.537499904632568,0.974399983882904,2.7843000888824463,5.653800010681152,0.8241000175476074,2.78410005569458,5.648499965667725,0.8307999968528748,2.828000068664551,5.59499979019165,0.974399983882904,2.7843000888824463,5.653800010681152,0.8307999968528748,2.828000068664551,5.59499979019165,0.974399983882904,2.8280999660491943,5.599899768829346,0.8241000175476074,2.78410005569458,5.648499965667725,0.6769000291824341,2.783600091934204,5.630799770355225,0.6901999711990356,2.827500104904175,5.578400135040283,0.8241000175476074,2.78410005569458,5.648499965667725,0.6901999711990356,2.827500104904175,5.578400135040283,0.8307999968528748,2.828000068664551,5.59499979019165,0.974399983882904,2.8280999660491943,5.599899768829346,0.8307999968528748,2.828000068664551,5.59499979019165,0.8360000252723694,2.8849000930786133,5.553299903869629,0.974399983882904,2.8280999660491943,5.599899768829346,0.8360000252723694,2.8849000930786133,5.553299903869629,0.974399983882904,2.8850998878479004,5.558000087738037,0.8307999968528748,2.828000068664551,5.59499979019165,0.6901999711990356,2.827500104904175,5.578400135040283,0.7005000114440918,2.884399890899658,5.537499904632568,0.8307999968528748,2.828000068664551,5.59499979019165,0.7005000114440918,2.884399890899658,5.537499904632568,0.8360000252723694,2.8849000930786133,5.553299903869629,0.5358999967575073,2.782900094985962,5.598800182342529,0.40450000762939453,2.7820000648498535,5.5503997802734375,0.4302999973297119,2.825900077819824,5.502299785614014,0.5358999967575073,2.782900094985962,5.598800182342529,0.4302999973297119,2.825900077819824,5.502299785614014,0.5555999875068665,2.82669997215271,5.548099994659424,0.5555999875068665,2.82669997215271,5.548099994659424,0.4302999973297119,2.825900077819824,5.502299785614014,0.4503999948501587,2.8828001022338867,5.464900016784668,0.5555999875068665,2.82669997215271,5.548099994659424,0.4503999948501587,2.8828001022338867,5.464900016784668,0.5709999799728394,2.883699893951416,5.508600234985352,0.6769000291824341,2.783600091934204,5.630799770355225,0.5358999967575073,2.782900094985962,5.598800182342529,0.5555999875068665,2.82669997215271,5.548099994659424,0.6769000291824341,2.783600091934204,5.630799770355225,0.5555999875068665,2.82669997215271,5.548099994659424,0.6901999711990356,2.827500104904175,5.578400135040283,0.6901999711990356,2.827500104904175,5.578400135040283,0.5555999875068665,2.82669997215271,5.548099994659424,0.5709999799728394,2.883699893951416,5.508600234985352,0.6901999711990356,2.827500104904175,5.578400135040283,0.5709999799728394,2.883699893951416,5.508600234985352,0.7005000114440918,2.884399890899658,5.537499904632568,0.40450000762939453,2.7820000648498535,5.5503997802734375,0.5358999967575073,2.782900094985962,5.598800182342529,0.5128999948501587,2.756500005722046,5.658299922943115,0.40450000762939453,2.7820000648498535,5.5503997802734375,0.5128999948501587,2.756500005722046,5.658299922943115,0.3743000030517578,2.755500078201294,5.606900215148926,0.5358999967575073,2.782900094985962,5.598800182342529,0.6769000291824341,2.783600091934204,5.630799770355225,0.661300003528595,2.757200002670288,5.692599773406982,0.5358999967575073,2.782900094985962,5.598800182342529,0.661300003528595,2.757200002670288,5.692599773406982,0.5128999948501587,2.756500005722046,5.658299922943115,0.3743000030517578,2.755500078201294,5.606900215148926,0.5128999948501587,2.756500005722046,5.658299922943115,0.4884999990463257,2.747499942779541,5.722400188446045,0.3743000030517578,2.755500078201294,5.606900215148926,0.4884999990463257,2.747499942779541,5.722400188446045,0.3422999978065491,2.7465999126434326,5.667799949645996,0.5128999948501587,2.756500005722046,5.658299922943115,0.661300003528595,2.757200002670288,5.692599773406982,0.6448000073432922,2.748300075531006,5.758800029754639,0.5128999948501587,2.756500005722046,5.658299922943115,0.6448000073432922,2.748300075531006,5.758800029754639,0.4884999990463257,2.747499942779541,5.722400188446045,0.8241000175476074,2.78410005569458,5.648499965667725,0.974399983882904,2.7843000888824463,5.653800010681152,0.974399983882904,2.7578999996185303,5.717199802398682,0.8241000175476074,2.78410005569458,5.648499965667725,0.974399983882904,2.7578999996185303,5.717199802398682,0.8162000179290771,2.757699966430664,5.71150016784668,0.8162000179290771,2.757699966430664,5.71150016784668,0.974399983882904,2.7578999996185303,5.717199802398682,0.974399983882904,2.749000072479248,5.785200119018555,0.8162000179290771,2.757699966430664,5.71150016784668,0.974399983882904,2.749000072479248,5.785200119018555,0.8079000115394592,2.748800039291382,5.779099941253662,0.6769000291824341,2.783600091934204,5.630799770355225,0.8241000175476074,2.78410005569458,5.648499965667725,0.8162000179290771,2.757699966430664,5.71150016784668,0.6769000291824341,2.783600091934204,5.630799770355225,0.8162000179290771,2.757699966430664,5.71150016784668,0.661300003528595,2.757200002670288,5.692599773406982,0.661300003528595,2.757200002670288,5.692599773406982,0.8162000179290771,2.757699966430664,5.71150016784668,0.8079000115394592,2.748800039291382,5.779099941253662,0.661300003528595,2.757200002670288,5.692599773406982,0.8079000115394592,2.748800039291382,5.779099941253662,0.6448000073432922,2.748300075531006,5.758800029754639,0.974399983882904,2.783799886703491,5.915999889373779,0.7925999760627747,2.7834999561309814,5.909200191497803,0.7998999953269958,2.7574000358581543,5.846499919891357,0.974399983882904,2.783799886703491,5.915999889373779,0.7998999953269958,2.7574000358581543,5.846499919891357,0.974399983882904,2.7576000690460205,5.853000164031982,0.7925999760627747,2.7834999561309814,5.909200191497803,0.6144000291824341,2.783099889755249,5.886600017547607,0.6287000179290771,2.7567999362945557,5.824999809265137,0.7925999760627747,2.7834999561309814,5.909200191497803,0.6287000179290771,2.7567999362945557,5.824999809265137,0.7998999953269958,2.7574000358581543,5.846499919891357,0.974399983882904,2.7576000690460205,5.853000164031982,0.7998999953269958,2.7574000358581543,5.846499919891357,0.8079000115394592,2.748800039291382,5.779099941253662,0.974399983882904,2.7576000690460205,5.853000164031982,0.8079000115394592,2.748800039291382,5.779099941253662,0.974399983882904,2.749000072479248,5.785200119018555,0.7998999953269958,2.7574000358581543,5.846499919891357,0.6287000179290771,2.7567999362945557,5.824999809265137,0.6448000073432922,2.748300075531006,5.758800029754639,0.7998999953269958,2.7574000358581543,5.846499919891357,0.6448000073432922,2.748300075531006,5.758800029754639,0.8079000115394592,2.748800039291382,5.779099941253662,0.4433000087738037,2.7822999954223633,5.846099853515625,0.28279998898506165,2.7813000679016113,5.785600185394287,0.3109000027179718,2.755199909210205,5.728700160980225,0.4433000087738037,2.7822999954223633,5.846099853515625,0.3109000027179718,2.755199909210205,5.728700160980225,0.46459999680519104,2.7560999393463135,5.786399841308594,0.46459999680519104,2.7560999393463135,5.786399841308594,0.3109000027179718,2.755199909210205,5.728700160980225,0.3422999978065491,2.7465999126434326,5.667799949645996,0.46459999680519104,2.7560999393463135,5.786399841308594,0.3422999978065491,2.7465999126434326,5.667799949645996,0.4884999990463257,2.747499942779541,5.722400188446045,0.6144000291824341,2.783099889755249,5.886600017547607,0.4433000087738037,2.7822999954223633,5.846099853515625,0.46459999680519104,2.7560999393463135,5.786399841308594,0.6144000291824341,2.783099889755249,5.886600017547607,0.46459999680519104,2.7560999393463135,5.786399841308594,0.6287000179290771,2.7567999362945557,5.824999809265137,0.6287000179290771,2.7567999362945557,5.824999809265137,0.46459999680519104,2.7560999393463135,5.786399841308594,0.4884999990463257,2.747499942779541,5.722400188446045,0.6287000179290771,2.7567999362945557,5.824999809265137,0.4884999990463257,2.747499942779541,5.722400188446045,0.6448000073432922,2.748300075531006,5.758800029754639,0.28279998898506165,2.7813000679016113,5.785600185394287,0.4433000087738037,2.7822999954223633,5.846099853515625,0.4262999892234802,2.8261001110076904,5.896999835968018,0.28279998898506165,2.7813000679016113,5.785600185394287,0.4262999892234802,2.8261001110076904,5.896999835968018,0.26030001044273376,2.825200080871582,5.834400177001953,0.4433000087738037,2.7822999954223633,5.846099853515625,0.6144000291824341,2.783099889755249,5.886600017547607,0.6029999852180481,2.826900005340576,5.938899993896484,0.4433000087738037,2.7822999954223633,5.846099853515625,0.6029999852180481,2.826900005340576,5.938899993896484,0.4262999892234802,2.8261001110076904,5.896999835968018,0.4262999892234802,2.8261001110076904,5.896999835968018,0.414000004529953,2.88319993019104,5.936699867248535,0.24379999935626984,2.882200002670288,5.872600078582764,0.4262999892234802,2.8261001110076904,5.896999835968018,0.24379999935626984,2.882200002670288,5.872600078582764,0.26030001044273376,2.825200080871582,5.834400177001953,0.6029999852180481,2.826900005340576,5.938899993896484,0.5947999954223633,2.884000062942505,5.979599952697754,0.414000004529953,2.88319993019104,5.936699867248535,0.6029999852180481,2.826900005340576,5.938899993896484,0.414000004529953,2.88319993019104,5.936699867248535,0.4262999892234802,2.8261001110076904,5.896999835968018,0.7925999760627747,2.7834999561309814,5.909200191497803,0.974399983882904,2.783799886703491,5.915999889373779,0.974399983882904,2.8276000022888184,5.969399929046631,0.7925999760627747,2.7834999561309814,5.909200191497803,0.974399983882904,2.8276000022888184,5.969399929046631,0.7870000004768372,2.827399969100952,5.962299823760986,0.974399983882904,2.8276000022888184,5.969399929046631,0.974399983882904,2.884700059890747,6.010700225830078,0.7828999757766724,2.884500026702881,6.003499984741211,0.974399983882904,2.8276000022888184,5.969399929046631,0.7828999757766724,2.884500026702881,6.003499984741211,0.7870000004768372,2.827399969100952,5.962299823760986,0.6144000291824341,2.783099889755249,5.886600017547607,0.7925999760627747,2.7834999561309814,5.909200191497803,0.7870000004768372,2.827399969100952,5.962299823760986,0.6144000291824341,2.783099889755249,5.886600017547607,0.7870000004768372,2.827399969100952,5.962299823760986,0.6029999852180481,2.826900005340576,5.938899993896484,0.6029999852180481,2.826900005340576,5.938899993896484,0.7870000004768372,2.827399969100952,5.962299823760986,0.7828999757766724,2.884500026702881,6.003499984741211,0.6029999852180481,2.826900005340576,5.938899993896484,0.7828999757766724,2.884500026702881,6.003499984741211,0.5947999954223633,2.884000062942505,5.979599952697754,0.7795000076293945,3.0208001136779785,6.039899826049805,0.7803999781608582,2.9504001140594482,6.030200004577637,0.974399983882904,2.9505999088287354,6.037399768829346,0.7795000076293945,3.0208001136779785,6.039899826049805,0.974399983882904,2.9505999088287354,6.037399768829346,0.974399983882904,3.020900011062622,6.0472002029418945,0.5881999731063843,3.02020001411438,6.015600204467773,0.589900016784668,2.949899911880493,6.00600004196167,0.7803999781608582,2.9504001140594482,6.030200004577637,0.5881999731063843,3.02020001411438,6.015600204467773,0.7803999781608582,2.9504001140594482,6.030200004577637,0.7795000076293945,3.0208001136779785,6.039899826049805,0.7803999781608582,2.9504001140594482,6.030200004577637,0.7828999757766724,2.884500026702881,6.003499984741211,0.974399983882904,2.884700059890747,6.010700225830078,0.7803999781608582,2.9504001140594482,6.030200004577637,0.974399983882904,2.884700059890747,6.010700225830078,0.974399983882904,2.9505999088287354,6.037399768829346,0.589900016784668,2.949899911880493,6.00600004196167,0.5947999954223633,2.884000062942505,5.979599952697754,0.7828999757766724,2.884500026702881,6.003499984741211,0.589900016784668,2.949899911880493,6.00600004196167,0.7828999757766724,2.884500026702881,6.003499984741211,0.7803999781608582,2.9504001140594482,6.030200004577637,0.23029999434947968,3.0185000896453857,5.906700134277344,0.2337000072002411,2.948199987411499,5.897500038146973,0.4065000116825104,2.9491000175476074,5.962500095367432,0.23029999434947968,3.0185000896453857,5.906700134277344,0.4065000116825104,2.9491000175476074,5.962500095367432,0.40389999747276306,3.0195000171661377,5.9720001220703125,0.2337000072002411,2.948199987411499,5.897500038146973,0.24379999935626984,2.882200002670288,5.872600078582764,0.414000004529953,2.88319993019104,5.936699867248535,0.2337000072002411,2.948199987411499,5.897500038146973,0.414000004529953,2.88319993019104,5.936699867248535,0.4065000116825104,2.9491000175476074,5.962500095367432,0.40389999747276306,3.0195000171661377,5.9720001220703125,0.4065000116825104,2.9491000175476074,5.962500095367432,0.589900016784668,2.949899911880493,6.00600004196167,0.40389999747276306,3.0195000171661377,5.9720001220703125,0.589900016784668,2.949899911880493,6.00600004196167,0.5881999731063843,3.02020001411438,6.015600204467773,0.4065000116825104,2.9491000175476074,5.962500095367432,0.414000004529953,2.88319993019104,5.936699867248535,0.5947999954223633,2.884000062942505,5.979599952697754,0.4065000116825104,2.9491000175476074,5.962500095367432,0.5947999954223633,2.884000062942505,5.979599952697754,0.589900016784668,2.949899911880493,6.00600004196167,0.40389999747276306,3.0195000171661377,5.9720001220703125,0.4065000116825104,3.0897998809814453,5.962500095367432,0.2337999939918518,3.0887999534606934,5.897500038146973,0.40389999747276306,3.0195000171661377,5.9720001220703125,0.2337999939918518,3.0887999534606934,5.897500038146973,0.23029999434947968,3.0185000896453857,5.906700134277344,0.5881999731063843,3.02020001411438,6.015600204467773,0.589900016784668,3.0905001163482666,6.00600004196167,0.4065000116825104,3.0897998809814453,5.962500095367432,0.5881999731063843,3.02020001411438,6.015600204467773,0.4065000116825104,3.0897998809814453,5.962500095367432,0.40389999747276306,3.0195000171661377,5.9720001220703125,0.4065000116825104,3.0897998809814453,5.962500095367432,0.414000004529953,3.1556999683380127,5.936699867248535,0.24379999935626984,3.1547999382019043,5.872600078582764,0.4065000116825104,3.0897998809814453,5.962500095367432,0.24379999935626984,3.1547999382019043,5.872600078582764,0.2337999939918518,3.0887999534606934,5.897500038146973,0.589900016784668,3.0905001163482666,6.00600004196167,0.5947999954223633,3.1565001010894775,5.979599952697754,0.414000004529953,3.1556999683380127,5.936699867248535,0.589900016784668,3.0905001163482666,6.00600004196167,0.414000004529953,3.1556999683380127,5.936699867248535,0.4065000116825104,3.0897998809814453,5.962500095367432,0.974399983882904,3.020900011062622,6.0472002029418945,0.974399983882904,3.0913000106811523,6.037399768829346,0.7803999781608582,3.091099977493286,6.030200004577637,0.974399983882904,3.020900011062622,6.0472002029418945,0.7803999781608582,3.091099977493286,6.030200004577637,0.7795000076293945,3.0208001136779785,6.039899826049805,0.974399983882904,3.0913000106811523,6.037399768829346,0.974399983882904,3.1572000980377197,6.010700225830078,0.7828999757766724,3.1570000648498535,6.003399848937988,0.974399983882904,3.0913000106811523,6.037399768829346,0.7828999757766724,3.1570000648498535,6.003399848937988,0.7803999781608582,3.091099977493286,6.030200004577637,0.7795000076293945,3.0208001136779785,6.039899826049805,0.7803999781608582,3.091099977493286,6.030200004577637,0.589900016784668,3.0905001163482666,6.00600004196167,0.7795000076293945,3.0208001136779785,6.039899826049805,0.589900016784668,3.0905001163482666,6.00600004196167,0.5881999731063843,3.02020001411438,6.015600204467773,0.7803999781608582,3.091099977493286,6.030200004577637,0.7828999757766724,3.1570000648498535,6.003399848937988,0.5947999954223633,3.1565001010894775,5.979599952697754,0.7803999781608582,3.091099977493286,6.030200004577637,0.5947999954223633,3.1565001010894775,5.979599952697754,0.589900016784668,3.0905001163482666,6.00600004196167,0.7925000190734863,3.257999897003174,5.90910005569458,0.786899983882904,3.214099884033203,5.962299823760986,0.974399983882904,3.2142999172210693,5.969299793243408,0.7925000190734863,3.257999897003174,5.90910005569458,0.974399983882904,3.2142999172210693,5.969299793243408,0.974399983882904,3.2583000659942627,5.915999889373779,0.6140999794006348,3.257499933242798,5.886499881744385,0.6029999852180481,3.213599920272827,5.938899993896484,0.786899983882904,3.214099884033203,5.962299823760986,0.6140999794006348,3.257499933242798,5.886499881744385,0.786899983882904,3.214099884033203,5.962299823760986,0.7925000190734863,3.257999897003174,5.90910005569458,0.786899983882904,3.214099884033203,5.962299823760986,0.7828999757766724,3.1570000648498535,6.003399848937988,0.974399983882904,3.1572000980377197,6.010700225830078,0.786899983882904,3.214099884033203,5.962299823760986,0.974399983882904,3.1572000980377197,6.010700225830078,0.974399983882904,3.2142999172210693,5.969299793243408,0.6029999852180481,3.213599920272827,5.938899993896484,0.5947999954223633,3.1565001010894775,5.979599952697754,0.7828999757766724,3.1570000648498535,6.003399848937988,0.6029999852180481,3.213599920272827,5.938899993896484,0.7828999757766724,3.1570000648498535,6.003399848937988,0.786899983882904,3.214099884033203,5.962299823760986,0.28220000863075256,3.2558000087738037,5.785399913787842,0.26019999384880066,3.211899995803833,5.834400177001953,0.4262000024318695,3.2128000259399414,5.896999835968018,0.28220000863075256,3.2558000087738037,5.785399913787842,0.4262000024318695,3.2128000259399414,5.896999835968018,0.44279998540878296,3.2567999362945557,5.845900058746338,0.26019999384880066,3.211899995803833,5.834400177001953,0.24379999935626984,3.1547999382019043,5.872600078582764,0.414000004529953,3.1556999683380127,5.936699867248535,0.26019999384880066,3.211899995803833,5.834400177001953,0.414000004529953,3.1556999683380127,5.936699867248535,0.4262000024318695,3.2128000259399414,5.896999835968018,0.44279998540878296,3.2567999362945557,5.845900058746338,0.4262000024318695,3.2128000259399414,5.896999835968018,0.6029999852180481,3.213599920272827,5.938899993896484,0.44279998540878296,3.2567999362945557,5.845900058746338,0.6029999852180481,3.213599920272827,5.938899993896484,0.6140999794006348,3.257499933242798,5.886499881744385,0.4262000024318695,3.2128000259399414,5.896999835968018,0.414000004529953,3.1556999683380127,5.936699867248535,0.5947999954223633,3.1565001010894775,5.979599952697754,0.4262000024318695,3.2128000259399414,5.896999835968018,0.5947999954223633,3.1565001010894775,5.979599952697754,0.6029999852180481,3.213599920272827,5.938899993896484,0.44279998540878296,3.2567999362945557,5.845900058746338,0.46369999647140503,3.283099889755249,5.786099910736084,0.30979999899864197,3.2822000980377197,5.7281999588012695,0.44279998540878296,3.2567999362945557,5.845900058746338,0.30979999899864197,3.2822000980377197,5.7281999588012695,0.28220000863075256,3.2558000087738037,5.785399913787842,0.6140999794006348,3.257499933242798,5.886499881744385,0.6280999779701233,3.283900022506714,5.82480001449585,0.46369999647140503,3.283099889755249,5.786099910736084,0.6140999794006348,3.257499933242798,5.886499881744385,0.46369999647140503,3.283099889755249,5.786099910736084,0.44279998540878296,3.2567999362945557,5.845900058746338,0.46369999647140503,3.283099889755249,5.786099910736084,0.4869999885559082,3.291800022125244,5.721799850463867,0.34049999713897705,3.2908999919891357,5.666900157928467,0.46369999647140503,3.283099889755249,5.786099910736084,0.34049999713897705,3.2908999919891357,5.666900157928467,0.30979999899864197,3.2822000980377197,5.7281999588012695,0.6280999779701233,3.283900022506714,5.82480001449585,0.6438000202178955,3.29259991645813,5.758399963378906,0.4869999885559082,3.291800022125244,5.721799850463867,0.6280999779701233,3.283900022506714,5.82480001449585,0.4869999885559082,3.291800022125244,5.721799850463867,0.46369999647140503,3.283099889755249,5.786099910736084,0.974399983882904,3.2583000659942627,5.915999889373779,0.974399983882904,3.284600019454956,5.85290002822876,0.7994999885559082,3.28439998626709,5.846399784088135,0.974399983882904,3.2583000659942627,5.915999889373779,0.7994999885559082,3.28439998626709,5.846399784088135,0.7925000190734863,3.257999897003174,5.90910005569458,0.974399983882904,3.284600019454956,5.85290002822876,0.974399983882904,3.293299913406372,5.784999847412109,0.8073999881744385,3.293100118637085,5.778900146484375,0.974399983882904,3.284600019454956,5.85290002822876,0.8073999881744385,3.293100118637085,5.778900146484375,0.7994999885559082,3.28439998626709,5.846399784088135,0.7925000190734863,3.257999897003174,5.90910005569458,0.7994999885559082,3.28439998626709,5.846399784088135,0.6280999779701233,3.283900022506714,5.82480001449585,0.7925000190734863,3.257999897003174,5.90910005569458,0.6280999779701233,3.283900022506714,5.82480001449585,0.6140999794006348,3.257499933242798,5.886499881744385,0.7994999885559082,3.28439998626709,5.846399784088135,0.8073999881744385,3.293100118637085,5.778900146484375,0.6438000202178955,3.29259991645813,5.758399963378906,0.7994999885559082,3.28439998626709,5.846399784088135,0.6438000202178955,3.29259991645813,5.758399963378906,0.6280999779701233,3.283900022506714,5.82480001449585,0.823199987411499,3.2578001022338867,5.6483001708984375,0.815500020980835,3.2841999530792236,5.711299896240234,0.974399983882904,3.28439998626709,5.7170000076293945,0.823199987411499,3.2578001022338867,5.6483001708984375,0.974399983882904,3.28439998626709,5.7170000076293945,0.974399983882904,3.257999897003174,5.65369987487793,0.6753000020980835,3.2572999000549316,5.63040018081665,0.6599000096321106,3.2836999893188477,5.6921000480651855,0.815500020980835,3.2841999530792236,5.711299896240234,0.6753000020980835,3.2572999000549316,5.63040018081665,0.815500020980835,3.2841999530792236,5.711299896240234,0.823199987411499,3.2578001022338867,5.6483001708984375,0.815500020980835,3.2841999530792236,5.711299896240234,0.8073999881744385,3.293100118637085,5.778900146484375,0.974399983882904,3.293299913406372,5.784999847412109,0.815500020980835,3.2841999530792236,5.711299896240234,0.974399983882904,3.293299913406372,5.784999847412109,0.974399983882904,3.28439998626709,5.7170000076293945,0.6599000096321106,3.2836999893188477,5.6921000480651855,0.6438000202178955,3.29259991645813,5.758399963378906,0.8073999881744385,3.293100118637085,5.778900146484375,0.6599000096321106,3.2836999893188477,5.6921000480651855,0.8073999881744385,3.293100118637085,5.778900146484375,0.815500020980835,3.2841999530792236,5.711299896240234,0.4018999934196472,3.25570011138916,5.549200057983398,0.3720000088214874,3.282099962234497,5.605899810791016,0.5109000205993652,3.2829999923706055,5.657599925994873,0.4018999934196472,3.25570011138916,5.549200057983398,0.5109000205993652,3.2829999923706055,5.657599925994873,0.5336999893188477,3.2565999031066895,5.5980000495910645,0.3720000088214874,3.282099962234497,5.605899810791016,0.34049999713897705,3.2908999919891357,5.666900157928467,0.4869999885559082,3.291800022125244,5.721799850463867,0.3720000088214874,3.282099962234497,5.605899810791016,0.4869999885559082,3.291800022125244,5.721799850463867,0.5109000205993652,3.2829999923706055,5.657599925994873,0.5336999893188477,3.2565999031066895,5.5980000495910645,0.5109000205993652,3.2829999923706055,5.657599925994873,0.6599000096321106,3.2836999893188477,5.6921000480651855,0.5336999893188477,3.2565999031066895,5.5980000495910645,0.6599000096321106,3.2836999893188477,5.6921000480651855,0.6753000020980835,3.2572999000549316,5.63040018081665,0.5109000205993652,3.2829999923706055,5.657599925994873,0.4869999885559082,3.291800022125244,5.721799850463867,0.6438000202178955,3.29259991645813,5.758399963378906,0.5109000205993652,3.2829999923706055,5.657599925994873,0.6438000202178955,3.29259991645813,5.758399963378906,0.6599000096321106,3.2836999893188477,5.6921000480651855,0.5336999893188477,3.2565999031066895,5.5980000495910645,0.553600013256073,3.212599992752075,5.547299861907959,0.4278999865055084,3.211699962615967,5.501200199127197,0.5336999893188477,3.2565999031066895,5.5980000495910645,0.4278999865055084,3.211699962615967,5.501200199127197,0.4018999934196472,3.25570011138916,5.549200057983398,0.6753000020980835,3.2572999000549316,5.63040018081665,0.6887000203132629,3.213399887084961,5.577899932861328,0.553600013256073,3.212599992752075,5.547299861907959,0.6753000020980835,3.2572999000549316,5.63040018081665,0.553600013256073,3.212599992752075,5.547299861907959,0.5336999893188477,3.2565999031066895,5.5980000495910645,0.553600013256073,3.212599992752075,5.547299861907959,0.5694000124931335,3.1554999351501465,5.5081000328063965,0.44850000739097595,3.154599905014038,5.464099884033203,0.553600013256073,3.212599992752075,5.547299861907959,0.44850000739097595,3.154599905014038,5.464099884033203,0.4278999865055084,3.211699962615967,5.501200199127197,0.6887000203132629,3.213399887084961,5.577899932861328,0.699400007724762,3.1561999320983887,5.537199974060059,0.5694000124931335,3.1554999351501465,5.5081000328063965,0.6887000203132629,3.213399887084961,5.577899932861328,0.5694000124931335,3.1554999351501465,5.5081000328063965,0.553600013256073,3.212599992752075,5.547299861907959,0.974399983882904,3.257999897003174,5.65369987487793,0.974399983882904,3.2139999866485596,5.599800109863281,0.8299999833106995,3.2137999534606934,5.594799995422363,0.974399983882904,3.257999897003174,5.65369987487793,0.8299999833106995,3.2137999534606934,5.594799995422363,0.823199987411499,3.2578001022338867,5.6483001708984375,0.974399983882904,3.2139999866485596,5.599800109863281,0.974399983882904,3.156899929046631,5.5578999519348145,0.8353999853134155,3.1566998958587646,5.553199768066406,0.974399983882904,3.2139999866485596,5.599800109863281,0.8353999853134155,3.1566998958587646,5.553199768066406,0.8299999833106995,3.2137999534606934,5.594799995422363,0.823199987411499,3.2578001022338867,5.6483001708984375,0.8299999833106995,3.2137999534606934,5.594799995422363,0.6887000203132629,3.213399887084961,5.577899932861328,0.823199987411499,3.2578001022338867,5.6483001708984375,0.6887000203132629,3.213399887084961,5.577899932861328,0.6753000020980835,3.2572999000549316,5.63040018081665,0.8299999833106995,3.2137999534606934,5.594799995422363,0.8353999853134155,3.1566998958587646,5.553199768066406,0.699400007724762,3.1561999320983887,5.537199974060059,0.8299999833106995,3.2137999534606934,5.594799995422363,0.699400007724762,3.1561999320983887,5.537199974060059,0.6887000203132629,3.213399887084961,5.577899932861328,0.840499997138977,3.020699977874756,5.516300201416016,0.8389999866485596,3.09089994430542,5.526199817657471,0.974399983882904,3.0910000801086426,5.530700206756592,0.840499997138977,3.020699977874756,5.516300201416016,0.974399983882904,3.0910000801086426,5.530700206756592,0.974399983882904,3.020900011062622,5.5208001136779785,0.7093999981880188,3.02020001411438,5.501200199127197,0.70660001039505,3.090399980545044,5.510799884796143,0.8389999866485596,3.09089994430542,5.526199817657471,0.7093999981880188,3.02020001411438,5.501200199127197,0.8389999866485596,3.09089994430542,5.526199817657471,0.840499997138977,3.020699977874756,5.516300201416016,0.8389999866485596,3.09089994430542,5.526199817657471,0.8353999853134155,3.1566998958587646,5.553199768066406,0.974399983882904,3.156899929046631,5.5578999519348145,0.8389999866485596,3.09089994430542,5.526199817657471,0.974399983882904,3.156899929046631,5.5578999519348145,0.974399983882904,3.0910000801086426,5.530700206756592,0.70660001039505,3.090399980545044,5.510799884796143,0.699400007724762,3.1561999320983887,5.537199974060059,0.8353999853134155,3.1566998958587646,5.553199768066406,0.70660001039505,3.090399980545044,5.510799884796143,0.8353999853134155,3.1566998958587646,5.553199768066406,0.8389999866485596,3.09089994430542,5.526199817657471,0.4677000045776367,3.0185999870300293,5.43149995803833,0.46230000257492065,3.0887999534606934,5.440100193023682,0.5799999833106995,3.0896999835968018,5.482699871063232,0.4677000045776367,3.0185999870300293,5.43149995803833,0.5799999833106995,3.0896999835968018,5.482699871063232,0.5842000246047974,3.0195000171661377,5.473499774932861,0.46230000257492065,3.0887999534606934,5.440100193023682,0.44850000739097595,3.154599905014038,5.464099884033203,0.5694000124931335,3.1554999351501465,5.5081000328063965,0.46230000257492065,3.0887999534606934,5.440100193023682,0.5694000124931335,3.1554999351501465,5.5081000328063965,0.5799999833106995,3.0896999835968018,5.482699871063232,0.5842000246047974,3.0195000171661377,5.473499774932861,0.5799999833106995,3.0896999835968018,5.482699871063232,0.70660001039505,3.090399980545044,5.510799884796143,0.5842000246047974,3.0195000171661377,5.473499774932861,0.70660001039505,3.090399980545044,5.510799884796143,0.7093999981880188,3.02020001411438,5.501200199127197,0.5799999833106995,3.0896999835968018,5.482699871063232,0.5694000124931335,3.1554999351501465,5.5081000328063965,0.699400007724762,3.1561999320983887,5.537199974060059,0.5799999833106995,3.0896999835968018,5.482699871063232,0.699400007724762,3.1561999320983887,5.537199974060059,0.70660001039505,3.090399980545044,5.510799884796143,0.0502999983727932,2.933000087738037,3.381200075149536,0.0215000007301569,2.867300033569336,3.380000114440918,-0.2134000062942505,2.9853999614715576,3.3715999126434326,0.0215000007301569,2.867300033569336,3.380000114440918,-0.022600000724196434,2.81030011177063,3.3778998851776123,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.022600000724196434,2.81030011177063,3.3778998851776123,-0.07940000295639038,2.7664999961853027,3.3752999305725098,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.07940000295639038,2.7664999961853027,3.3752999305725098,-0.1459999978542328,2.740000009536743,3.372299909591675,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.1459999978542328,2.740000009536743,3.372299909591675,-0.2175000011920929,2.731100082397461,3.369499921798706,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.2175000011920929,2.731100082397461,3.369499921798706,-0.28870001435279846,2.7395999431610107,3.3675999641418457,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.28870001435279846,2.7395999431610107,3.3675999641418457,-0.3546000123023987,2.7657999992370605,3.367000102996826,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.3546000123023987,2.7657999992370605,3.367000102996826,-0.41029998660087585,2.8097000122070312,3.368299961090088,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.41029998660087585,2.8097000122070312,3.368299961090088,-0.45320001244544983,2.8666999340057373,3.3705999851226807,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.45320001244544983,2.8666999340057373,3.3705999851226807,-0.48089998960494995,2.9326999187469482,3.3726999759674072,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.48089998960494995,2.9326999187469482,3.3726999759674072,-0.4909000098705292,3.003000020980835,3.373800039291382,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.4909000098705292,3.003000020980835,3.373800039291382,-0.48089998960494995,3.0732998847961426,3.37280011177063,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.48089998960494995,3.0732998847961426,3.37280011177063,-0.45320001244544983,3.13919997215271,3.3705999851226807,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.45320001244544983,3.13919997215271,3.3705999851226807,-0.41029998660087585,3.1963999271392822,3.3680999279022217,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.41029998660087585,3.1963999271392822,3.3680999279022217,-0.3546999990940094,3.240299940109253,3.366300106048584,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.3546999990940094,3.240299940109253,3.366300106048584,-0.2888000011444092,3.266700029373169,3.3661000728607178,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.2888000011444092,3.266700029373169,3.3661000728607178,-0.21770000457763672,3.275399923324585,3.3671000003814697,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.21770000457763672,3.275399923324585,3.3671000003814697,-0.14630000293254852,3.2665998935699463,3.3691000938415527,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.14630000293254852,3.2665998935699463,3.3691000938415527,-0.07970000058412552,3.2402000427246094,3.371799945831299,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.07970000058412552,3.2402000427246094,3.371799945831299,-0.02290000021457672,3.196199893951416,3.3747000694274902,-0.2134000062942505,2.9853999614715576,3.3715999126434326,-0.02290000021457672,3.196199893951416,3.3747000694274902,0.021299999207258224,3.1391000747680664,3.3775999546051025,-0.2134000062942505,2.9853999614715576,3.3715999126434326,0.021299999207258224,3.1391000747680664,3.3775999546051025,0.050200000405311584,3.0732998847961426,3.3798999786376953,-0.2134000062942505,2.9853999614715576,3.3715999126434326,0.050200000405311584,3.0732998847961426,3.3798999786376953,0.06069999933242798,3.0030999183654785,3.3812999725341797,-0.2134000062942505,2.9853999614715576,3.3715999126434326,0.06069999933242798,3.0030999183654785,3.3812999725341797,0.0502999983727932,2.933000087738037,3.381200075149536,-0.2134000062942505,2.9853999614715576,3.3715999126434326,1.888200044631958,3.0030999183654785,3.3812999725341797,1.8986999988555908,3.0732998847961426,3.3798999786376953,2.168299913406372,2.996299982070923,3.3719000816345215,1.8986999988555908,3.0732998847961426,3.3798999786376953,1.9275000095367432,3.1391000747680664,3.3775999546051025,2.168299913406372,2.996299982070923,3.3719000816345215,1.9275000095367432,3.1391000747680664,3.3775999546051025,1.9717999696731567,3.196199893951416,3.3747000694274902,2.168299913406372,2.996299982070923,3.3719000816345215,1.9717999696731567,3.196199893951416,3.3747000694274902,2.028599977493286,3.2402000427246094,3.371799945831299,2.168299913406372,2.996299982070923,3.3719000816345215,2.028599977493286,3.2402000427246094,3.371799945831299,2.0952000617980957,3.2665998935699463,3.3691000938415527,2.168299913406372,2.996299982070923,3.3719000816345215,2.0952000617980957,3.2665998935699463,3.3691000938415527,2.1665000915527344,3.275399923324585,3.3671000003814697,2.168299913406372,2.996299982070923,3.3719000816345215,2.1665000915527344,3.275399923324585,3.3671000003814697,2.2376999855041504,3.266700029373169,3.3661000728607178,2.168299913406372,2.996299982070923,3.3719000816345215,2.2376999855041504,3.266700029373169,3.3661000728607178,2.303499937057495,3.240299940109253,3.366300106048584,2.168299913406372,2.996299982070923,3.3719000816345215,2.303499937057495,3.240299940109253,3.366300106048584,2.359100103378296,3.1963999271392822,3.3680999279022217,2.168299913406372,2.996299982070923,3.3719000816345215,2.359100103378296,3.1963999271392822,3.3680999279022217,2.4019999504089355,3.13919997215271,3.3705999851226807,2.168299913406372,2.996299982070923,3.3719000816345215,2.4019999504089355,3.13919997215271,3.3705999851226807,2.4296998977661133,3.0732998847961426,3.37280011177063,2.168299913406372,2.996299982070923,3.3719000816345215,2.4296998977661133,3.0732998847961426,3.37280011177063,2.4398000240325928,3.003000020980835,3.373800039291382,2.168299913406372,2.996299982070923,3.3719000816345215,2.4398000240325928,3.003000020980835,3.373800039291382,2.429800033569336,2.9326999187469482,3.3726999759674072,2.168299913406372,2.996299982070923,3.3719000816345215,2.429800033569336,2.9326999187469482,3.3726999759674072,2.4019999504089355,2.8666999340057373,3.3705999851226807,2.168299913406372,2.996299982070923,3.3719000816345215,2.4019999504089355,2.8666999340057373,3.3705999851226807,2.359100103378296,2.8097000122070312,3.368299961090088,2.168299913406372,2.996299982070923,3.3719000816345215,2.359100103378296,2.8097000122070312,3.368299961090088,2.303499937057495,2.7657999992370605,3.367000102996826,2.168299913406372,2.996299982070923,3.3719000816345215,2.303499937057495,2.7657999992370605,3.367000102996826,2.237499952316284,2.7395999431610107,3.3675999641418457,2.168299913406372,2.996299982070923,3.3719000816345215,2.237499952316284,2.7395999431610107,3.3675999641418457,2.166300058364868,2.731100082397461,3.369499921798706,2.168299913406372,2.996299982070923,3.3719000816345215,2.166300058364868,2.731100082397461,3.369499921798706,2.094899892807007,2.740000009536743,3.372299909591675,2.168299913406372,2.996299982070923,3.3719000816345215,2.094899892807007,2.740000009536743,3.372299909591675,2.0283000469207764,2.7664999961853027,3.3752999305725098,2.168299913406372,2.996299982070923,3.3719000816345215,2.0283000469207764,2.7664999961853027,3.3752999305725098,1.971500039100647,2.81030011177063,3.3778998851776123,2.168299913406372,2.996299982070923,3.3719000816345215,1.971500039100647,2.81030011177063,3.3778998851776123,1.927299976348877,2.867300033569336,3.380000114440918,2.168299913406372,2.996299982070923,3.3719000816345215,1.927299976348877,2.867300033569336,3.380000114440918,1.8985999822616577,2.933000087738037,3.381200075149536,2.168299913406372,2.996299982070923,3.3719000816345215,1.8985999822616577,2.933000087738037,3.381200075149536,1.888200044631958,3.0030999183654785,3.3812999725341797,2.168299913406372,2.996299982070923,3.3719000816345215], + "normalized": false + }, + "normal": { + "itemSize": 3, + "type": "Float32Array", + "array": [0.014399999752640724,-0.5343999862670898,0.8450999855995178,0.01269999984651804,-0.6115000247955322,0.7911999821662903,0.004699999932199717,-0.5097000002861023,0.8604000210762024,0.014399999752640724,-0.5343999862670898,0.8450999855995178,0.004699999932199717,-0.5097000002861023,0.8604000210762024,0.002199999988079071,-0.4336000084877014,0.9010999798774719,0.01269999984651804,-0.6115000247955322,0.7911999821662903,0.008700000122189522,-0.6819999814033508,0.7312999963760376,0.0032999999821186066,-0.5864999890327454,0.8100000023841858,0.01269999984651804,-0.6115000247955322,0.7911999821662903,0.0032999999821186066,-0.5864999890327454,0.8100000023841858,0.004699999932199717,-0.5097000002861023,0.8604000210762024,0.002199999988079071,-0.4336000084877014,0.9010999798774719,0.004699999932199717,-0.5097000002861023,0.8604000210762024,-0.0013000000035390258,-0.3172000050544739,0.9484000205993652,0.002199999988079071,-0.4336000084877014,0.9010999798774719,-0.0013000000035390258,-0.3172000050544739,0.9484000205993652,-0.0034000000450760126,-0.24860000610351562,0.9685999751091003,0.004699999932199717,-0.5097000002861023,0.8604000210762024,0.0032999999821186066,-0.5864999890327454,0.8100000023841858,-0.0003000000142492354,-0.39309999346733093,0.9194999933242798,0.004699999932199717,-0.5097000002861023,0.8604000210762024,-0.0003000000142492354,-0.39309999346733093,0.9194999933242798,-0.0013000000035390258,-0.3172000050544739,0.9484000205993652,0.0044999998062849045,-0.7289999723434448,0.684499979019165,0,-0.746999979019165,0.6647999882698059,0,-0.6466000080108643,0.7628999948501587,0.0044999998062849045,-0.7289999723434448,0.684499979019165,0,-0.6466000080108643,0.7628999948501587,0.0019000000320374966,-0.631600022315979,0.7753000259399414,0.0019000000320374966,-0.631600022315979,0.7753000259399414,0,-0.6466000080108643,0.7628999948501587,0,-0.41850000619888306,0.9082000255584717,0.0019000000320374966,-0.631600022315979,0.7753000259399414,0,-0.41850000619888306,0.9082000255584717,0.00019999999494757503,-0.4187000095844269,0.9081000089645386,0.008700000122189522,-0.6819999814033508,0.7312999963760376,0.0044999998062849045,-0.7289999723434448,0.684499979019165,0.0019000000320374966,-0.631600022315979,0.7753000259399414,0.008700000122189522,-0.6819999814033508,0.7312999963760376,0.0019000000320374966,-0.631600022315979,0.7753000259399414,0.0032999999821186066,-0.5864999890327454,0.8100000023841858,0.0032999999821186066,-0.5864999890327454,0.8100000023841858,0.0019000000320374966,-0.631600022315979,0.7753000259399414,0.00019999999494757503,-0.4187000095844269,0.9081000089645386,0.0032999999821186066,-0.5864999890327454,0.8100000023841858,0.00019999999494757503,-0.4187000095844269,0.9081000089645386,-0.0003000000142492354,-0.39309999346733093,0.9194999933242798,0.00009999999747378752,-0.007400000002235174,1,-0.0013000000035390258,-0.009999999776482582,0.9998999834060669,-0.000699999975040555,-0.14010000228881836,0.9901000261306763,0.00009999999747378752,-0.007400000002235174,1,-0.000699999975040555,-0.14010000228881836,0.9901000261306763,0,-0.1348000019788742,0.9908999800682068,-0.0013000000035390258,-0.009999999776482582,0.9998999834060669,-0.0020000000949949026,-0.01209999993443489,0.9998999834060669,-0.0019000000320374966,-0.1370999962091446,0.9905999898910522,-0.0013000000035390258,-0.009999999776482582,0.9998999834060669,-0.0019000000320374966,-0.1370999962091446,0.9905999898910522,-0.000699999975040555,-0.14010000228881836,0.9901000261306763,0,-0.1348000019788742,0.9908999800682068,-0.000699999975040555,-0.14010000228881836,0.9901000261306763,0.00019999999494757503,-0.4187000095844269,0.9081000089645386,0,-0.1348000019788742,0.9908999800682068,0.00019999999494757503,-0.4187000095844269,0.9081000089645386,0,-0.41850000619888306,0.9082000255584717,-0.000699999975040555,-0.14010000228881836,0.9901000261306763,-0.0019000000320374966,-0.1370999962091446,0.9905999898910522,-0.0003000000142492354,-0.39309999346733093,0.9194999933242798,-0.000699999975040555,-0.14010000228881836,0.9901000261306763,-0.0003000000142492354,-0.39309999346733093,0.9194999933242798,0.00019999999494757503,-0.4187000095844269,0.9081000089645386,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.0026000000070780516,-0.008700000122189522,1,-0.0038999998942017555,-0.07360000163316727,0.9973000288009644,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.0038999998942017555,-0.07360000163316727,0.9973000288009644,-0.0024999999441206455,-0.10140000283718109,0.9947999715805054,-0.0024999999441206455,-0.10140000283718109,0.9947999715805054,-0.0038999998942017555,-0.07360000163316727,0.9973000288009644,-0.0034000000450760126,-0.24860000610351562,0.9685999751091003,-0.0024999999441206455,-0.10140000283718109,0.9947999715805054,-0.0034000000450760126,-0.24860000610351562,0.9685999751091003,-0.0013000000035390258,-0.3172000050544739,0.9484000205993652,-0.0020000000949949026,-0.01209999993443489,0.9998999834060669,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.0024999999441206455,-0.10140000283718109,0.9947999715805054,-0.0020000000949949026,-0.01209999993443489,0.9998999834060669,-0.0024999999441206455,-0.10140000283718109,0.9947999715805054,-0.0019000000320374966,-0.1370999962091446,0.9905999898910522,-0.0019000000320374966,-0.1370999962091446,0.9905999898910522,-0.0024999999441206455,-0.10140000283718109,0.9947999715805054,-0.0013000000035390258,-0.3172000050544739,0.9484000205993652,-0.0019000000320374966,-0.1370999962091446,0.9905999898910522,-0.0013000000035390258,-0.3172000050544739,0.9484000205993652,-0.0003000000142492354,-0.39309999346733093,0.9194999933242798,-0.06689999997615814,-0.9868000149726868,-0.14740000665187836,-0.06759999692440033,-0.9962000250816345,-0.05510000139474869,-0.15860000252723694,-0.98580002784729,-0.05469999834895134,-0.06689999997615814,-0.9868000149726868,-0.14740000665187836,-0.15860000252723694,-0.98580002784729,-0.05469999834895134,-0.15710000693798065,-0.9767000079154968,-0.14630000293254852,-0.025299999862909317,-0.9886000156402588,-0.148499995470047,-0.025599999353289604,-0.9980999827384949,-0.05550000071525574,-0.06759999692440033,-0.9962000250816345,-0.05510000139474869,-0.025299999862909317,-0.9886000156402588,-0.148499995470047,-0.06759999692440033,-0.9962000250816345,-0.05510000139474869,-0.06689999997615814,-0.9868000149726868,-0.14740000665187836,-0.06759999692440033,-0.9962000250816345,-0.05510000139474869,-0.06769999861717224,-0.9975000023841858,-0.019899999722838402,-0.15889999270439148,-0.9871000051498413,-0.01979999989271164,-0.06759999692440033,-0.9962000250816345,-0.05510000139474869,-0.15889999270439148,-0.9871000051498413,-0.01979999989271164,-0.15860000252723694,-0.98580002784729,-0.05469999834895134,-0.025599999353289604,-0.9980999827384949,-0.05550000071525574,-0.025599999353289604,-0.9994999766349792,-0.020099999383091927,-0.06769999861717224,-0.9975000023841858,-0.019899999722838402,-0.025599999353289604,-0.9980999827384949,-0.05550000071525574,-0.06769999861717224,-0.9975000023841858,-0.019899999722838402,-0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0,-0.9889000058174133,-0.14890000224113464,0,-0.9984999895095825,-0.05559999868273735,-0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0,-0.9889000058174133,-0.14890000224113464,-0.005900000222027302,-0.9983999729156494,-0.05559999868273735,-0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0,-0.9984999895095825,-0.05559999868273735,0,-0.9998000264167786,-0.02019999921321869,-0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0,-0.9984999895095825,-0.05559999868273735,-0.005900000222027302,-0.9998000264167786,-0.02019999921321869,-0.005900000222027302,-0.9983999729156494,-0.05559999868273735,-0.005799999926239252,-0.9887999892234802,-0.14890000224113464,-0.005900000222027302,-0.9983999729156494,-0.05559999868273735,-0.025599999353289604,-0.9980999827384949,-0.05550000071525574,-0.005799999926239252,-0.9887999892234802,-0.14890000224113464,-0.025599999353289604,-0.9980999827384949,-0.05550000071525574,-0.025299999862909317,-0.9886000156402588,-0.148499995470047,-0.005900000222027302,-0.9983999729156494,-0.05559999868273735,-0.005900000222027302,-0.9998000264167786,-0.02019999921321869,-0.025599999353289604,-0.9994999766349792,-0.020099999383091927,-0.005900000222027302,-0.9983999729156494,-0.05559999868273735,-0.025599999353289604,-0.9994999766349792,-0.020099999383091927,-0.025599999353289604,-0.9980999827384949,-0.05550000071525574,-0.005900000222027302,-1,0,-0.005900000222027302,-1,-0.004600000102072954,0,-1,-0.004600000102072954,-0.005900000222027302,-1,0,0,-1,-0.004600000102072954,0,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.005900000222027302,-1,-0.004600000102072954,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,-0.004600000102072954,-0.005900000222027302,-1,0,-0.005900000222027302,-1,-0.004600000102072954,-0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0,-0.9998000264167786,-0.02019999921321869,-0.005900000222027302,-1,-0.004600000102072954,0,-0.9998000264167786,-0.02019999921321869,0,-1,-0.004600000102072954,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.025599999353289604,-0.9994999766349792,-0.020099999383091927,-0.005900000222027302,-0.9998000264167786,-0.02019999921321869,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.005900000222027302,-0.9998000264167786,-0.02019999921321869,-0.005900000222027302,-1,-0.004600000102072954,-0.15880000591278076,-0.9872999787330627,0,-0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,-0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,-0.06769999861717224,-0.9976999759674072,0,-0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,-0.15889999270439148,-0.9871000051498413,-0.01979999989271164,-0.06769999861717224,-0.9975000023841858,-0.019899999722838402,-0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,-0.06769999861717224,-0.9975000023841858,-0.019899999722838402,-0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,-0.06769999861717224,-0.9975000023841858,-0.019899999722838402,-0.025599999353289604,-0.9994999766349792,-0.020099999383091927,-0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,-0.025599999353289604,-0.9994999766349792,-0.020099999383091927,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.11739999800920486,-0.9790999889373779,0.16580000519752502,-0.25049999356269836,-0.9520000219345093,0.17569999396800995,-0.2888999879360199,-0.9553999900817871,0.06120000034570694,-0.11739999800920486,-0.9790999889373779,0.16580000519752502,-0.2888999879360199,-0.9553999900817871,0.06120000034570694,-0.1453000009059906,-0.9876000285148621,0.05889999866485596,-0.25049999356269836,-0.9520000219345093,0.17569999396800995,-0.4169999957084656,-0.8902000188827515,0.1834000051021576,-0.4681999981403351,-0.8816999793052673,0.05820000171661377,-0.25049999356269836,-0.9520000219345093,0.17569999396800995,-0.4681999981403351,-0.8816999793052673,0.05820000171661377,-0.2888999879360199,-0.9553999900817871,0.06120000034570694,-0.1453000009059906,-0.9876000285148621,0.05889999866485596,-0.2888999879360199,-0.9553999900817871,0.06120000034570694,-0.3043000102043152,-0.9524999856948853,0.009600000455975533,-0.1453000009059906,-0.9876000285148621,0.05889999866485596,-0.3043000102043152,-0.9524999856948853,0.009600000455975533,-0.156700000166893,-0.9876000285148621,0.009499999694526196,-0.2888999879360199,-0.9553999900817871,0.06120000034570694,-0.4681999981403351,-0.8816999793052673,0.05820000171661377,-0.48840001225471497,-0.8726000189781189,0.0071000000461936,-0.2888999879360199,-0.9553999900817871,0.06120000034570694,-0.48840001225471497,-0.8726000189781189,0.0071000000461936,-0.3043000102043152,-0.9524999856948853,0.009600000455975533,-0.5853000283241272,-0.7889000177383423,0.18700000643730164,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.7473999857902527,-0.6632999777793884,0.03669999912381172,-0.5853000283241272,-0.7889000177383423,0.18700000643730164,-0.7473999857902527,-0.6632999777793884,0.03669999912381172,-0.6460999846458435,-0.7616000175476074,0.05040000006556511,-0.6460999846458435,-0.7616000175476074,0.05040000006556511,-0.7473999857902527,-0.6632999777793884,0.03669999912381172,-0.7741000056266785,-0.6330999732017517,-0.003000000026077032,-0.6460999846458435,-0.7616000175476074,0.05040000006556511,-0.7741000056266785,-0.6330999732017517,-0.003000000026077032,-0.6686000227928162,-0.7436000108718872,0.00279999990016222,-0.4169999957084656,-0.8902000188827515,0.1834000051021576,-0.5853000283241272,-0.7889000177383423,0.18700000643730164,-0.6460999846458435,-0.7616000175476074,0.05040000006556511,-0.4169999957084656,-0.8902000188827515,0.1834000051021576,-0.6460999846458435,-0.7616000175476074,0.05040000006556511,-0.4681999981403351,-0.8816999793052673,0.05820000171661377,-0.4681999981403351,-0.8816999793052673,0.05820000171661377,-0.6460999846458435,-0.7616000175476074,0.05040000006556511,-0.6686000227928162,-0.7436000108718872,0.00279999990016222,-0.4681999981403351,-0.8816999793052673,0.05820000171661377,-0.6686000227928162,-0.7436000108718872,0.00279999990016222,-0.48840001225471497,-0.8726000189781189,0.0071000000461936,-0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,-0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,-0.6791999936103821,-0.7339000105857849,-0.002199999988079071,-0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,-0.6791999936103821,-0.7339000105857849,-0.002199999988079071,-0.7885000109672546,-0.6151000261306763,-0.004800000227987766,-0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,-0.4999000132083893,-0.866100013256073,-0.0003000000142492354,-0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,-0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,-0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,-0.6791999936103821,-0.7339000105857849,-0.002199999988079071,-0.7885000109672546,-0.6151000261306763,-0.004800000227987766,-0.6791999936103821,-0.7339000105857849,-0.002199999988079071,-0.6686000227928162,-0.7436000108718872,0.00279999990016222,-0.7885000109672546,-0.6151000261306763,-0.004800000227987766,-0.6686000227928162,-0.7436000108718872,0.00279999990016222,-0.7741000056266785,-0.6330999732017517,-0.003000000026077032,-0.6791999936103821,-0.7339000105857849,-0.002199999988079071,-0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,-0.48840001225471497,-0.8726000189781189,0.0071000000461936,-0.6791999936103821,-0.7339000105857849,-0.002199999988079071,-0.48840001225471497,-0.8726000189781189,0.0071000000461936,-0.6686000227928162,-0.7436000108718872,0.00279999990016222,-0.3091000020503998,-0.9509999752044678,0,-0.15880000591278076,-0.9872999787330627,0,-0.15860000252723694,-0.9872999787330627,0.0012000000569969416,-0.3091000020503998,-0.9509999752044678,0,-0.15860000252723694,-0.9872999787330627,0.0012000000569969416,-0.3077999949455261,-0.9514999985694885,0.0010999999940395355,-0.3077999949455261,-0.9514999985694885,0.0010999999940395355,-0.15860000252723694,-0.9872999787330627,0.0012000000569969416,-0.156700000166893,-0.9876000285148621,0.009499999694526196,-0.3077999949455261,-0.9514999985694885,0.0010999999940395355,-0.156700000166893,-0.9876000285148621,0.009499999694526196,-0.3043000102043152,-0.9524999856948853,0.009600000455975533,-0.4999000132083893,-0.866100013256073,-0.0003000000142492354,-0.3091000020503998,-0.9509999752044678,0,-0.3077999949455261,-0.9514999985694885,0.0010999999940395355,-0.4999000132083893,-0.866100013256073,-0.0003000000142492354,-0.3077999949455261,-0.9514999985694885,0.0010999999940395355,-0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,-0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,-0.3077999949455261,-0.9514999985694885,0.0010999999940395355,-0.3043000102043152,-0.9524999856948853,0.009600000455975533,-0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,-0.3043000102043152,-0.9524999856948853,0.009600000455975533,-0.48840001225471497,-0.8726000189781189,0.0071000000461936,-0.805899977684021,-0.5921000242233276,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,0,-0.805899977684021,-0.5921000242233276,0,-0.8058000206947327,-0.5921000242233276,-0.0044999998062849045,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.805899977684021,-0.5921000242233276,0,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.6931999921798706,-0.72079998254776,0,-0.8055999875068665,-0.592199981212616,-0.01979999989271164,-0.692799985408783,-0.72079998254776,-0.01979999989271164,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.8055999875068665,-0.592199981212616,-0.01979999989271164,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.8058000206947327,-0.5921000242233276,-0.0044999998062849045,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.5042999982833862,-0.8634999990463257,-0.004399999976158142,-0.5042999982833862,-0.8634999990463257,0,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.692799985408783,-0.72079998254776,-0.01979999989271164,-0.5041000247001648,-0.8633999824523926,-0.019700000062584877,-0.5042999982833862,-0.8634999990463257,-0.004399999976158142,-0.692799985408783,-0.72079998254776,-0.01979999989271164,-0.5042999982833862,-0.8634999990463257,-0.004399999976158142,-0.6930999755859375,-0.72079998254776,-0.0044999998062849045,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.6843000054359436,-0.7142000198364258,-0.1468999981880188,-0.6916000247001648,-0.7202000021934509,-0.05490000173449516,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.6916000247001648,-0.7202000021934509,-0.05490000173449516,-0.8041999936103821,-0.5917999744415283,-0.05510000139474869,-0.6843000054359436,-0.7142000198364258,-0.1468999981880188,-0.49799999594688416,-0.8547999858856201,-0.1460999995470047,-0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.6843000054359436,-0.7142000198364258,-0.1468999981880188,-0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.6916000247001648,-0.7202000021934509,-0.05490000173449516,-0.8041999936103821,-0.5917999744415283,-0.05510000139474869,-0.6916000247001648,-0.7202000021934509,-0.05490000173449516,-0.692799985408783,-0.72079998254776,-0.01979999989271164,-0.8041999936103821,-0.5917999744415283,-0.05510000139474869,-0.692799985408783,-0.72079998254776,-0.01979999989271164,-0.8055999875068665,-0.592199981212616,-0.01979999989271164,-0.6916000247001648,-0.7202000021934509,-0.05490000173449516,-0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.5041000247001648,-0.8633999824523926,-0.019700000062584877,-0.6916000247001648,-0.7202000021934509,-0.05490000173449516,-0.5041000247001648,-0.8633999824523926,-0.019700000062584877,-0.692799985408783,-0.72079998254776,-0.01979999989271164,-0.15860000252723694,-0.98580002784729,-0.05469999834895134,-0.30959999561309814,-0.9492999911308289,-0.054499998688697815,-0.30649998784065247,-0.9405999779701233,-0.14569999277591705,-0.15860000252723694,-0.98580002784729,-0.05469999834895134,-0.30649998784065247,-0.9405999779701233,-0.14569999277591705,-0.15710000693798065,-0.9767000079154968,-0.14630000293254852,-0.15889999270439148,-0.9871000051498413,-0.01979999989271164,-0.3102000057697296,-0.9505000114440918,-0.019700000062584877,-0.30959999561309814,-0.9492999911308289,-0.054499998688697815,-0.15889999270439148,-0.9871000051498413,-0.01979999989271164,-0.30959999561309814,-0.9492999911308289,-0.054499998688697815,-0.15860000252723694,-0.98580002784729,-0.05469999834895134,-0.30959999561309814,-0.9492999911308289,-0.054499998688697815,-0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.49799999594688416,-0.8547999858856201,-0.1460999995470047,-0.30959999561309814,-0.9492999911308289,-0.054499998688697815,-0.49799999594688416,-0.8547999858856201,-0.1460999995470047,-0.30649998784065247,-0.9405999779701233,-0.14569999277591705,-0.3102000057697296,-0.9505000114440918,-0.019700000062584877,-0.5041000247001648,-0.8633999824523926,-0.019700000062584877,-0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.3102000057697296,-0.9505000114440918,-0.019700000062584877,-0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.30959999561309814,-0.9492999911308289,-0.054499998688697815,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,-0.004399999976158142,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,-0.004399999976158142,-0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,-0.004399999976158142,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,-0.004399999976158142,-0.31029999256134033,-0.9506000280380249,-0.004399999976158142,-0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,-0.31029999256134033,-0.9506000280380249,-0.004399999976158142,-0.3102000057697296,-0.9505000114440918,-0.019700000062584877,-0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,-0.3102000057697296,-0.9505000114440918,-0.019700000062584877,-0.15889999270439148,-0.9871000051498413,-0.01979999989271164,-0.31029999256134033,-0.9506000280380249,-0.004399999976158142,-0.5042999982833862,-0.8634999990463257,-0.004399999976158142,-0.5041000247001648,-0.8633999824523926,-0.019700000062584877,-0.31029999256134033,-0.9506000280380249,-0.004399999976158142,-0.5041000247001648,-0.8633999824523926,-0.019700000062584877,-0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.036400001496076584,-0.5716999769210815,0.819599986076355,0.030300000682473183,-0.6481999754905701,0.7608000040054321,0.01269999984651804,-0.6115000247955322,0.7911999821662903,0.036400001496076584,-0.5716999769210815,0.819599986076355,0.01269999984651804,-0.6115000247955322,0.7911999821662903,0.014399999752640724,-0.5343999862670898,0.8450999855995178,0.057100001722574234,-0.6065999865531921,0.792900025844574,0.048500001430511475,-0.6743999719619751,0.7366999983787537,0.030300000682473183,-0.6481999754905701,0.7608000040054321,0.057100001722574234,-0.6065999865531921,0.792900025844574,0.030300000682473183,-0.6481999754905701,0.7608000040054321,0.036400001496076584,-0.5716999769210815,0.819599986076355,0.030300000682473183,-0.6481999754905701,0.7608000040054321,0.020899999886751175,-0.7172999978065491,0.696399986743927,0.008700000122189522,-0.6819999814033508,0.7312999963760376,0.030300000682473183,-0.6481999754905701,0.7608000040054321,0.008700000122189522,-0.6819999814033508,0.7312999963760376,0.01269999984651804,-0.6115000247955322,0.7911999821662903,0.048500001430511475,-0.6743999719619751,0.7366999983787537,0.03500000014901161,-0.7333999872207642,0.6789000034332275,0.020899999886751175,-0.7172999978065491,0.696399986743927,0.048500001430511475,-0.6743999719619751,0.7366999983787537,0.020899999886751175,-0.7172999978065491,0.696399986743927,0.030300000682473183,-0.6481999754905701,0.7608000040054321,0.09480000287294388,-0.6184999942779541,0.7799999713897705,0.0786999985575676,-0.6794999837875366,0.7293999791145325,0.06480000168085098,-0.6880999803543091,0.7226999998092651,0.09480000287294388,-0.6184999942779541,0.7799999713897705,0.06480000168085098,-0.6880999803543091,0.7226999998092651,0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.0786999985575676,-0.6794999837875366,0.7293999791145325,0.06019999831914902,-0.7386999726295471,0.6714000105857849,0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.0786999985575676,-0.6794999837875366,0.7293999791145325,0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.06480000168085098,-0.6880999803543091,0.7226999998092651,0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.06480000168085098,-0.6880999803543091,0.7226999998092651,0.048500001430511475,-0.6743999719619751,0.7366999983787537,0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.048500001430511475,-0.6743999719619751,0.7366999983787537,0.057100001722574234,-0.6065999865531921,0.792900025844574,0.06480000168085098,-0.6880999803543091,0.7226999998092651,0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.03500000014901161,-0.7333999872207642,0.6789000034332275,0.06480000168085098,-0.6880999803543091,0.7226999998092651,0.03500000014901161,-0.7333999872207642,0.6789000034332275,0.048500001430511475,-0.6743999719619751,0.7366999983787537,0,-0.8001000285148621,0.5999000072479248,0.026900000870227814,-0.7821000218391418,0.6226000189781189,0.03539999946951866,-0.781499981880188,0.6229000091552734,0,-0.8001000285148621,0.5999000072479248,0.03539999946951866,-0.781499981880188,0.6229000091552734,0,-0.7996000051498413,0.6004999876022339,0,-0.7944999933242798,0.6072999835014343,0.01850000023841858,-0.7766000032424927,0.629800021648407,0.026900000870227814,-0.7821000218391418,0.6226000189781189,0,-0.7944999933242798,0.6072999835014343,0.026900000870227814,-0.7821000218391418,0.6226000189781189,0,-0.8001000285148621,0.5999000072479248,0.026900000870227814,-0.7821000218391418,0.6226000189781189,0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.06019999831914902,-0.7386999726295471,0.6714000105857849,0.026900000870227814,-0.7821000218391418,0.6226000189781189,0.06019999831914902,-0.7386999726295471,0.6714000105857849,0.03539999946951866,-0.781499981880188,0.6229000091552734,0.01850000023841858,-0.7766000032424927,0.629800021648407,0.03500000014901161,-0.7333999872207642,0.6789000034332275,0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.01850000023841858,-0.7766000032424927,0.629800021648407,0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.026900000870227814,-0.7821000218391418,0.6226000189781189,0,-0.746999979019165,0.6647999882698059,0.0044999998062849045,-0.7289999723434448,0.684499979019165,0.010300000198185444,-0.7638000249862671,0.6453999876976013,0,-0.746999979019165,0.6647999882698059,0.010300000198185444,-0.7638000249862671,0.6453999876976013,0,-0.7815999984741211,0.6237999796867371,0.0044999998062849045,-0.7289999723434448,0.684499979019165,0.008700000122189522,-0.6819999814033508,0.7312999963760376,0.020899999886751175,-0.7172999978065491,0.696399986743927,0.0044999998062849045,-0.7289999723434448,0.684499979019165,0.020899999886751175,-0.7172999978065491,0.696399986743927,0.010300000198185444,-0.7638000249862671,0.6453999876976013,0,-0.7815999984741211,0.6237999796867371,0.010300000198185444,-0.7638000249862671,0.6453999876976013,0.01850000023841858,-0.7766000032424927,0.629800021648407,0,-0.7815999984741211,0.6237999796867371,0.01850000023841858,-0.7766000032424927,0.629800021648407,0,-0.7944999933242798,0.6072999835014343,0.010300000198185444,-0.7638000249862671,0.6453999876976013,0.020899999886751175,-0.7172999978065491,0.696399986743927,0.03500000014901161,-0.7333999872207642,0.6789000034332275,0.010300000198185444,-0.7638000249862671,0.6453999876976013,0.03500000014901161,-0.7333999872207642,0.6789000034332275,0.01850000023841858,-0.7766000032424927,0.629800021648407,-0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,-0.690500020980835,-0.7232999801635742,-0.0007999999797903001,-0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,-0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,-0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,-0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,-0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,-0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,-0.690500020980835,-0.7232999801635742,-0.0007999999797903001,-0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,-0.690500020980835,-0.7232999801635742,-0.0007999999797903001,-0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,-0.690500020980835,-0.7232999801635742,-0.0007999999797903001,-0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,-0.4999000132083893,-0.866100013256073,-0.0003000000142492354,-0.690500020980835,-0.7232999801635742,-0.0007999999797903001,-0.4999000132083893,-0.866100013256073,-0.0003000000142492354,-0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,-0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,-0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,-0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,-0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,-0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,-0.690500020980835,-0.7232999801635742,-0.0007999999797903001,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,-0.00009999999747378752,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,-0.00009999999747378752,-0.805899977684021,-0.5921000242233276,-0.00009999999747378752,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,-0.00009999999747378752,-0.805899977684021,-0.5921000242233276,-0.00009999999747378752,-0.6931999921798706,-0.72079998254776,-0.00009999999747378752,-0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,-0.805899977684021,-0.5921000242233276,-0.00009999999747378752,-0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,-0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,-0.6931999921798706,-0.72079998254776,-0.00009999999747378752,-0.5042999982833862,-0.8634999990463257,0,-0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,-0.6931999921798706,-0.72079998254776,-0.00009999999747378752,-0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,-0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.15880000591278076,-0.9872999787330627,0,-0.3100999891757965,-0.9506999850273132,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.3100999891757965,-0.9506999850273132,0,-0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,-0.5042999982833862,-0.8634999990463257,0,-0.3100999891757965,-0.9506999850273132,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.3091000020503998,-0.9509999752044678,0,-0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,-0.15880000591278076,-0.9872999787330627,0,-0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,-0.15880000591278076,-0.9872999787330627,0,-0.3091000020503998,-0.9509999752044678,0,-0.4999000132083893,-0.866100013256073,-0.0003000000142492354,-0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,-0.3091000020503998,-0.9509999752044678,0,-0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,-0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,-0.15880000591278076,-0.9872999787330627,0,-0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,-0.3100999891757965,-0.9506999850273132,0,-0.15880000591278076,-0.9872999787330627,0,-0.3100999891757965,-0.9506999850273132,0,-0.15880000591278076,-0.9872999787330627,0,-0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,-0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,-0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,-0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,-0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,-0.3100999891757965,-0.9506999850273132,0,-0.7885000109672546,-0.6151000261306763,-0.004800000227987766,-0.8539999723434448,-0.5202000141143799,-0.006800000090152025,-0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,-0.7885000109672546,-0.6151000261306763,-0.004800000227987766,-0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,-0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,-0.7741000056266785,-0.6330999732017517,-0.003000000026077032,-0.8440999984741211,-0.5360999703407288,-0.007199999876320362,-0.8539999723434448,-0.5202000141143799,-0.006800000090152025,-0.7741000056266785,-0.6330999732017517,-0.003000000026077032,-0.8539999723434448,-0.5202000141143799,-0.006800000090152025,-0.7885000109672546,-0.6151000261306763,-0.004800000227987766,-0.8539999723434448,-0.5202000141143799,-0.006800000090152025,-0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,-0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,-0.8539999723434448,-0.5202000141143799,-0.006800000090152025,-0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,-0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,-0.8440999984741211,-0.5360999703407288,-0.007199999876320362,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,-0.8440999984741211,-0.5360999703407288,-0.007199999876320362,-0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,-0.8539999723434448,-0.5202000141143799,-0.006800000090152025,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.7684000134468079,-0.6129000186920166,0.1842000037431717,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.7473999857902527,-0.6632999777793884,0.03669999912381172,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.7684000134468079,-0.6129000186920166,0.1842000037431717,-0.8529000282287598,-0.4544000029563904,0.257099986076355,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.8529000282287598,-0.4544000029563904,0.257099986076355,-0.9035999774932861,-0.4212000072002411,0.07800000160932541,-0.7473999857902527,-0.6632999777793884,0.03669999912381172,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.8440999984741211,-0.5360999703407288,-0.007199999876320362,-0.7473999857902527,-0.6632999777793884,0.03669999912381172,-0.8440999984741211,-0.5360999703407288,-0.007199999876320362,-0.7741000056266785,-0.6330999732017517,-0.003000000026077032,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.9035999774932861,-0.4212000072002411,0.07800000160932541,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.826200008392334,-0.5626000165939331,0.02979999966919422,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.8440999984741211,-0.5360999703407288,-0.007199999876320362,-0.8531000018119812,-0.19470000267028809,0.48399999737739563,-0.9509999752044678,-0.2126999944448471,0.22450000047683716,-0.9444000124931335,-0.2842000126838684,0.1657000035047531,-0.8531000018119812,-0.19470000267028809,0.48399999737739563,-0.9444000124931335,-0.2842000126838684,0.1657000035047531,-0.8780999779701233,-0.2870999872684479,0.38280001282691956,-0.9509999752044678,-0.2126999944448471,0.22450000047683716,-0.9739999771118164,-0.22059999406337738,0.052299998700618744,-0.9552000164985657,-0.29440000653266907,0.031700000166893005,-0.9509999752044678,-0.2126999944448471,0.22450000047683716,-0.9552000164985657,-0.29440000653266907,0.031700000166893005,-0.9444000124931335,-0.2842000126838684,0.1657000035047531,-0.8780999779701233,-0.2870999872684479,0.38280001282691956,-0.9444000124931335,-0.2842000126838684,0.1657000035047531,-0.9035999774932861,-0.4212000072002411,0.07800000160932541,-0.8780999779701233,-0.2870999872684479,0.38280001282691956,-0.9035999774932861,-0.4212000072002411,0.07800000160932541,-0.8529000282287598,-0.4544000029563904,0.257099986076355,-0.9444000124931335,-0.2842000126838684,0.1657000035047531,-0.9552000164985657,-0.29440000653266907,0.031700000166893005,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.9444000124931335,-0.2842000126838684,0.1657000035047531,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.9035999774932861,-0.4212000072002411,0.07800000160932541,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.9513000249862671,-0.30820000171661377,0.002300000051036477,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9735999703407288,-0.22759999334812164,0.016899999231100082,-0.9513000249862671,-0.30820000171661377,0.002300000051036477,-0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,-0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,-0.9513000249862671,-0.30820000171661377,0.002300000051036477,-0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9739999771118164,-0.22059999406337738,0.052299998700618744,-0.9735999703407288,-0.22759999334812164,0.016899999231100082,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9739999771118164,-0.22059999406337738,0.052299998700618744,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9552000164985657,-0.29440000653266907,0.031700000166893005,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.9531999826431274,-0.30230000615119934,0.00800000037997961,-0.9107000231742859,-0.41290000081062317,0.005900000222027302,-0.9552000164985657,-0.29440000653266907,0.031700000166893005,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.005900000222027302,-1,0,0,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,0.0071000000461936,-0.986299991607666,0.16449999809265137,-0.0013000000035390258,-0.9983000159263611,0.05909999832510948,0,-0.9983000159263611,0.05900000035762787,0.0071000000461936,-0.986299991607666,0.16449999809265137,0,-0.9983000159263611,0.05900000035762787,0,-0.986299991607666,0.1647000014781952,0.0071000000461936,-0.986299991607666,0.16449999809265137,-0.002400000113993883,-0.9865999817848206,0.16329999268054962,-0.017500000074505806,-0.9980999827384949,0.05869999900460243,0.0071000000461936,-0.986299991607666,0.16449999809265137,-0.017500000074505806,-0.9980999827384949,0.05869999900460243,-0.0013000000035390258,-0.9983000159263611,0.05909999832510948,0,-0.9983000159263611,0.05900000035762787,-0.0013000000035390258,-0.9983000159263611,0.05909999832510948,-0.005100000184029341,-0.9998999834060669,0.009700000286102295,0,-0.9983000159263611,0.05900000035762787,-0.005100000184029341,-0.9998999834060669,0.009700000286102295,0,-1,0.009700000286102295,-0.0013000000035390258,-0.9983000159263611,0.05909999832510948,-0.017500000074505806,-0.9980999827384949,0.05869999900460243,-0.024299999698996544,-0.9997000098228455,0.009600000455975533,-0.0013000000035390258,-0.9983000159263611,0.05909999832510948,-0.024299999698996544,-0.9997000098228455,0.009600000455975533,-0.005100000184029341,-0.9998999834060669,0.009700000286102295,-0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.11739999800920486,-0.9790999889373779,0.16580000519752502,-0.1453000009059906,-0.9876000285148621,0.05889999866485596,-0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.1453000009059906,-0.9876000285148621,0.05889999866485596,-0.056699998676776886,-0.9966999888420105,0.05820000171661377,-0.056699998676776886,-0.9966999888420105,0.05820000171661377,-0.1453000009059906,-0.9876000285148621,0.05889999866485596,-0.156700000166893,-0.9876000285148621,0.009499999694526196,-0.056699998676776886,-0.9966999888420105,0.05820000171661377,-0.156700000166893,-0.9876000285148621,0.009499999694526196,-0.06599999964237213,-0.9977999925613403,0.009499999694526196,-0.002400000113993883,-0.9865999817848206,0.16329999268054962,-0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.056699998676776886,-0.9966999888420105,0.05820000171661377,-0.002400000113993883,-0.9865999817848206,0.16329999268054962,-0.056699998676776886,-0.9966999888420105,0.05820000171661377,-0.017500000074505806,-0.9980999827384949,0.05869999900460243,-0.017500000074505806,-0.9980999827384949,0.05869999900460243,-0.056699998676776886,-0.9966999888420105,0.05820000171661377,-0.06599999964237213,-0.9977999925613403,0.009499999694526196,-0.017500000074505806,-0.9980999827384949,0.05869999900460243,-0.06599999964237213,-0.9977999925613403,0.009499999694526196,-0.024299999698996544,-0.9997000098228455,0.009600000455975533,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06750000268220901,-0.9976999759674072,0.0012000000569969416,-0.15880000591278076,-0.9872999787330627,0,-0.06750000268220901,-0.9976999759674072,0.0012000000569969416,-0.15860000252723694,-0.9872999787330627,0.0012000000569969416,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025499999523162842,-0.9997000098228455,0.0012000000569969416,-0.06769999861717224,-0.9976999759674072,0,-0.025499999523162842,-0.9997000098228455,0.0012000000569969416,-0.06750000268220901,-0.9976999759674072,0.0012000000569969416,-0.15860000252723694,-0.9872999787330627,0.0012000000569969416,-0.06750000268220901,-0.9976999759674072,0.0012000000569969416,-0.06599999964237213,-0.9977999925613403,0.009499999694526196,-0.15860000252723694,-0.9872999787330627,0.0012000000569969416,-0.06599999964237213,-0.9977999925613403,0.009499999694526196,-0.156700000166893,-0.9876000285148621,0.009499999694526196,-0.06750000268220901,-0.9976999759674072,0.0012000000569969416,-0.025499999523162842,-0.9997000098228455,0.0012000000569969416,-0.024299999698996544,-0.9997000098228455,0.009600000455975533,-0.06750000268220901,-0.9976999759674072,0.0012000000569969416,-0.024299999698996544,-0.9997000098228455,0.009600000455975533,-0.06599999964237213,-0.9977999925613403,0.009499999694526196,-0.005900000222027302,-1,0,0,-1,0,0,-1,0.0012000000569969416,-0.005900000222027302,-1,0,0,-1,0.0012000000569969416,-0.005799999926239252,-1,0.0013000000035390258,-0.005799999926239252,-1,0.0013000000035390258,0,-1,0.0012000000569969416,0,-1,0.009700000286102295,-0.005799999926239252,-1,0.0013000000035390258,0,-1,0.009700000286102295,-0.005100000184029341,-0.9998999834060669,0.009700000286102295,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.005799999926239252,-1,0.0013000000035390258,-0.025599999353289604,-0.9997000098228455,0,-0.005799999926239252,-1,0.0013000000035390258,-0.025499999523162842,-0.9997000098228455,0.0012000000569969416,-0.025499999523162842,-0.9997000098228455,0.0012000000569969416,-0.005799999926239252,-1,0.0013000000035390258,-0.005100000184029341,-0.9998999834060669,0.009700000286102295,-0.025499999523162842,-0.9997000098228455,0.0012000000569969416,-0.005100000184029341,-0.9998999834060669,0.009700000286102295,-0.024299999698996544,-0.9997000098228455,0.009600000455975533,-0.11739999800920486,-0.9790999889373779,0.16580000519752502,-0.035599999129772186,-0.9861000180244446,0.16249999403953552,0.004600000102072954,-0.9344000220298767,0.3560999929904938,-0.11739999800920486,-0.9790999889373779,0.16580000519752502,0.004600000102072954,-0.9344000220298767,0.3560999929904938,-0.05900000035762787,-0.9193999767303467,0.3889000117778778,-0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.002400000113993883,-0.9865999817848206,0.16329999268054962,0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.035599999129772186,-0.9861000180244446,0.16249999403953552,0.02449999935925007,-0.9380000233650208,0.3458000123500824,0.004600000102072954,-0.9344000220298767,0.3560999929904938,0.004600000102072954,-0.9344000220298767,0.3560999929904938,0.05770000070333481,-0.8109999895095825,0.5821999907493591,0.03799999877810478,-0.7702999711036682,0.6366000175476074,0.004600000102072954,-0.9344000220298767,0.3560999929904938,0.03799999877810478,-0.7702999711036682,0.6366000175476074,-0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.02449999935925007,-0.9380000233650208,0.3458000123500824,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.05770000070333481,-0.8109999895095825,0.5821999907493591,0.02449999935925007,-0.9380000233650208,0.3458000123500824,0.05770000070333481,-0.8109999895095825,0.5821999907493591,0.004600000102072954,-0.9344000220298767,0.3560999929904938,0,-0.986299991607666,0.1647000014781952,0,-0.9413999915122986,0.33730000257492065,0.020899999886751175,-0.9401000142097473,0.3402000069618225,0,-0.986299991607666,0.1647000014781952,0.020899999886751175,-0.9401000142097473,0.3402000069618225,0.0071000000461936,-0.986299991607666,0.16449999809265137,0,-0.9413999915122986,0.33730000257492065,0,-0.8611999750137329,0.5081999897956848,0.03449999913573265,-0.8539999723434448,0.51910001039505,0,-0.9413999915122986,0.33730000257492065,0.03449999913573265,-0.8539999723434448,0.51910001039505,0.020899999886751175,-0.9401000142097473,0.3402000069618225,0.0071000000461936,-0.986299991607666,0.16449999809265137,0.020899999886751175,-0.9401000142097473,0.3402000069618225,0.02449999935925007,-0.9380000233650208,0.3458000123500824,0.0071000000461936,-0.986299991607666,0.16449999809265137,0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.002400000113993883,-0.9865999817848206,0.16329999268054962,0.020899999886751175,-0.9401000142097473,0.3402000069618225,0.03449999913573265,-0.8539999723434448,0.51910001039505,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.020899999886751175,-0.9401000142097473,0.3402000069618225,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.02449999935925007,-0.9380000233650208,0.3458000123500824,0,-0.7996000051498413,0.6004999876022339,0.03539999946951866,-0.781499981880188,0.6229000091552734,0.03909999877214432,-0.7962999939918518,0.603600025177002,0,-0.7996000051498413,0.6004999876022339,0.03909999877214432,-0.7962999939918518,0.603600025177002,0,-0.8108000159263611,0.5853000283241272,0.03539999946951866,-0.781499981880188,0.6229000091552734,0.06019999831914902,-0.7386999726295471,0.6714000105857849,0.06390000134706497,-0.7595999836921692,0.6471999883651733,0.03539999946951866,-0.781499981880188,0.6229000091552734,0.06390000134706497,-0.7595999836921692,0.6471999883651733,0.03909999877214432,-0.7962999939918518,0.603600025177002,0,-0.8108000159263611,0.5853000283241272,0.03909999877214432,-0.7962999939918518,0.603600025177002,0.03449999913573265,-0.8539999723434448,0.51910001039505,0,-0.8108000159263611,0.5853000283241272,0.03449999913573265,-0.8539999723434448,0.51910001039505,0,-0.8611999750137329,0.5081999897956848,0.03909999877214432,-0.7962999939918518,0.603600025177002,0.06390000134706497,-0.7595999836921692,0.6471999883651733,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.03909999877214432,-0.7962999939918518,0.603600025177002,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.03449999913573265,-0.8539999723434448,0.51910001039505,0.09480000287294388,-0.6184999942779541,0.7799999713897705,0.08540000021457672,-0.6514000296592712,0.7538999915122986,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.09480000287294388,-0.6184999942779541,0.7799999713897705,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.0786999985575676,-0.6794999837875366,0.7293999791145325,0.08540000021457672,-0.6514000296592712,0.7538999915122986,0.03799999877810478,-0.7702999711036682,0.6366000175476074,0.05770000070333481,-0.8109999895095825,0.5821999907493591,0.08540000021457672,-0.6514000296592712,0.7538999915122986,0.05770000070333481,-0.8109999895095825,0.5821999907493591,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.06019999831914902,-0.7386999726295471,0.6714000105857849,0.0786999985575676,-0.6794999837875366,0.7293999791145325,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.06019999831914902,-0.7386999726295471,0.6714000105857849,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.06390000134706497,-0.7595999836921692,0.6471999883651733,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.05770000070333481,-0.8109999895095825,0.5821999907493591,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.08089999854564667,-0.7045000195503235,0.7050999999046326,0.053599998354911804,-0.8367000222206116,0.5450999736785889,0.06390000134706497,-0.7595999836921692,0.6471999883651733,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.5853000283241272,-0.7889000177383423,0.18700000643730164,-0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.4284000098705292,-0.6881999969482422,0.5855000019073486,-0.5853000283241272,-0.7889000177383423,0.18700000643730164,-0.4169999957084656,-0.8902000188827515,0.1834000051021576,-0.26260000467300415,-0.8277999758720398,0.49570000171661377,-0.5853000283241272,-0.7889000177383423,0.18700000643730164,-0.26260000467300415,-0.8277999758720398,0.49570000171661377,-0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.06430000066757202,-0.5895000100135803,0.8051999807357788,-0.08169999718666077,-0.5292999744415283,0.8445000052452087,-0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.08169999718666077,-0.5292999744415283,0.8445000052452087,-0.4284000098705292,-0.6881999969482422,0.5855000019073486,-0.26260000467300415,-0.8277999758720398,0.49570000171661377,-0.03709999844431877,-0.6593999862670898,0.7508999705314636,-0.06430000066757202,-0.5895000100135803,0.8051999807357788,-0.26260000467300415,-0.8277999758720398,0.49570000171661377,-0.06430000066757202,-0.5895000100135803,0.8051999807357788,-0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.25049999356269836,-0.9520000219345093,0.17569999396800995,-0.11739999800920486,-0.9790999889373779,0.16580000519752502,-0.05900000035762787,-0.9193999767303467,0.3889000117778778,-0.25049999356269836,-0.9520000219345093,0.17569999396800995,-0.05900000035762787,-0.9193999767303467,0.3889000117778778,-0.15389999747276306,-0.8848000168800354,0.43970000743865967,-0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.03799999877810478,-0.7702999711036682,0.6366000175476074,-0.0005000000237487257,-0.7218000292778015,0.6920999884605408,-0.05900000035762787,-0.9193999767303467,0.3889000117778778,-0.0005000000237487257,-0.7218000292778015,0.6920999884605408,-0.15389999747276306,-0.8848000168800354,0.43970000743865967,-0.4169999957084656,-0.8902000188827515,0.1834000051021576,-0.25049999356269836,-0.9520000219345093,0.17569999396800995,-0.15389999747276306,-0.8848000168800354,0.43970000743865967,-0.4169999957084656,-0.8902000188827515,0.1834000051021576,-0.15389999747276306,-0.8848000168800354,0.43970000743865967,-0.26260000467300415,-0.8277999758720398,0.49570000171661377,-0.15389999747276306,-0.8848000168800354,0.43970000743865967,-0.0005000000237487257,-0.7218000292778015,0.6920999884605408,-0.03709999844431877,-0.6593999862670898,0.7508999705314636,-0.15389999747276306,-0.8848000168800354,0.43970000743865967,-0.03709999844431877,-0.6593999862670898,0.7508999705314636,-0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.06750000268220901,-0.6177999973297119,0.7835000157356262,0.08540000021457672,-0.6514000296592712,0.7538999915122986,0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.08540000021457672,-0.6514000296592712,0.7538999915122986,0.09480000287294388,-0.6184999942779541,0.7799999713897705,0.057100001722574234,-0.6065999865531921,0.792900025844574,0.043800000101327896,-0.5809999704360962,0.8126999735832214,0.06750000268220901,-0.6177999973297119,0.7835000157356262,0.057100001722574234,-0.6065999865531921,0.792900025844574,0.06750000268220901,-0.6177999973297119,0.7835000157356262,0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.06750000268220901,-0.6177999973297119,0.7835000157356262,-0.0005000000237487257,-0.7218000292778015,0.6920999884605408,0.03799999877810478,-0.7702999711036682,0.6366000175476074,0.06750000268220901,-0.6177999973297119,0.7835000157356262,0.03799999877810478,-0.7702999711036682,0.6366000175476074,0.08540000021457672,-0.6514000296592712,0.7538999915122986,0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.03709999844431877,-0.6593999862670898,0.7508999705314636,-0.0005000000237487257,-0.7218000292778015,0.6920999884605408,0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.0005000000237487257,-0.7218000292778015,0.6920999884605408,0.06750000268220901,-0.6177999973297119,0.7835000157356262,0.014399999752640724,-0.5343999862670898,0.8450999855995178,0.007499999832361937,-0.49050000309944153,0.871399998664856,0.023900000378489494,-0.5357000231742859,0.8440999984741211,0.014399999752640724,-0.5343999862670898,0.8450999855995178,0.023900000378489494,-0.5357000231742859,0.8440999984741211,0.036400001496076584,-0.5716999769210815,0.819599986076355,0.007499999832361937,-0.49050000309944153,0.871399998664856,-0.08169999718666077,-0.5292999744415283,0.8445000052452087,-0.06430000066757202,-0.5895000100135803,0.8051999807357788,0.007499999832361937,-0.49050000309944153,0.871399998664856,-0.06430000066757202,-0.5895000100135803,0.8051999807357788,0.023900000378489494,-0.5357000231742859,0.8440999984741211,0.036400001496076584,-0.5716999769210815,0.819599986076355,0.023900000378489494,-0.5357000231742859,0.8440999984741211,0.043800000101327896,-0.5809999704360962,0.8126999735832214,0.036400001496076584,-0.5716999769210815,0.819599986076355,0.043800000101327896,-0.5809999704360962,0.8126999735832214,0.057100001722574234,-0.6065999865531921,0.792900025844574,0.023900000378489494,-0.5357000231742859,0.8440999984741211,-0.06430000066757202,-0.5895000100135803,0.8051999807357788,-0.03709999844431877,-0.6593999862670898,0.7508999705314636,0.023900000378489494,-0.5357000231742859,0.8440999984741211,-0.03709999844431877,-0.6593999862670898,0.7508999705314636,0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.06769999861717224,0.03889999911189079,0.9969000220298767,-0.06610000133514404,0.021800000220537186,0.9976000189781189,-0.04190000146627426,-0.003100000089034438,0.9991000294685364,-0.06769999861717224,0.03889999911189079,0.9969000220298767,-0.04190000146627426,-0.003100000089034438,0.9991000294685364,-0.05299999937415123,0.03180000185966492,0.9980999827384949,-0.06610000133514404,0.021800000220537186,0.9976000189781189,-0.058800000697374344,0.005799999926239252,0.9983000159263611,-0.035100001841783524,-0.012000000104308128,0.9993000030517578,-0.06610000133514404,0.021800000220537186,0.9976000189781189,-0.035100001841783524,-0.012000000104308128,0.9993000030517578,-0.04190000146627426,-0.003100000089034438,0.9991000294685364,-0.05299999937415123,0.03180000185966492,0.9980999827384949,-0.04190000146627426,-0.003100000089034438,0.9991000294685364,-0.026799999177455902,-0.014800000004470348,0.9994999766349792,-0.05299999937415123,0.03180000185966492,0.9980999827384949,-0.026799999177455902,-0.014800000004470348,0.9994999766349792,-0.031700000166893005,0.019999999552965164,0.9993000030517578,-0.04190000146627426,-0.003100000089034438,0.9991000294685364,-0.035100001841783524,-0.012000000104308128,0.9993000030517578,-0.02239999920129776,-0.021400000900030136,0.9994999766349792,-0.04190000146627426,-0.003100000089034438,0.9991000294685364,-0.02239999920129776,-0.021400000900030136,0.9994999766349792,-0.026799999177455902,-0.014800000004470348,0.9994999766349792,-0.051899999380111694,-0.00039999998989515007,0.9987000226974487,-0.04859999939799309,0.0005000000237487257,0.9987999796867371,-0.02759999968111515,0,0.9995999932289124,-0.051899999380111694,-0.00039999998989515007,0.9987000226974487,-0.02759999968111515,0,0.9995999932289124,-0.02979999966919422,-0.009600000455975533,0.9994999766349792,-0.02979999966919422,-0.009600000455975533,0.9994999766349792,-0.02759999968111515,0,0.9995999932289124,-0.016699999570846558,0,0.9998999834060669,-0.02979999966919422,-0.009600000455975533,0.9994999766349792,-0.016699999570846558,0,0.9998999834060669,-0.01850000023841858,-0.015300000086426735,0.9997000098228455,-0.058800000697374344,0.005799999926239252,0.9983000159263611,-0.051899999380111694,-0.00039999998989515007,0.9987000226974487,-0.02979999966919422,-0.009600000455975533,0.9994999766349792,-0.058800000697374344,0.005799999926239252,0.9983000159263611,-0.02979999966919422,-0.009600000455975533,0.9994999766349792,-0.035100001841783524,-0.012000000104308128,0.9993000030517578,-0.035100001841783524,-0.012000000104308128,0.9993000030517578,-0.02979999966919422,-0.009600000455975533,0.9994999766349792,-0.01850000023841858,-0.015300000086426735,0.9997000098228455,-0.035100001841783524,-0.012000000104308128,0.9993000030517578,-0.01850000023841858,-0.015300000086426735,0.9997000098228455,-0.02239999920129776,-0.021400000900030136,0.9994999766349792,0.014999999664723873,-0.017000000923871994,0.9997000098228455,-0.007199999876320362,-0.01850000023841858,0.9998000264167786,-0.005799999926239252,0,1,0.014999999664723873,-0.017000000923871994,0.9997000098228455,-0.005799999926239252,0,1,0.015699999406933784,0,0.9998999834060669,0.013299999758601189,-0.019200000911951065,0.9997000098228455,-0.009999999776482582,-0.024900000542402267,0.9995999932289124,-0.007199999876320362,-0.01850000023841858,0.9998000264167786,0.013299999758601189,-0.019200000911951065,0.9997000098228455,-0.007199999876320362,-0.01850000023841858,0.9998000264167786,0.014999999664723873,-0.017000000923871994,0.9997000098228455,-0.007199999876320362,-0.01850000023841858,0.9998000264167786,-0.01850000023841858,-0.015300000086426735,0.9997000098228455,-0.016699999570846558,0,0.9998999834060669,-0.007199999876320362,-0.01850000023841858,0.9998000264167786,-0.016699999570846558,0,0.9998999834060669,-0.005799999926239252,0,1,-0.009999999776482582,-0.024900000542402267,0.9995999932289124,-0.02239999920129776,-0.021400000900030136,0.9994999766349792,-0.01850000023841858,-0.015300000086426735,0.9997000098228455,-0.009999999776482582,-0.024900000542402267,0.9995999932289124,-0.01850000023841858,-0.015300000086426735,0.9997000098228455,-0.007199999876320362,-0.01850000023841858,0.9998000264167786,0.00279999990016222,0.002400000113993883,1,-0.012000000104308128,0.010200000368058681,0.9998999834060669,-0.012799999676644802,-0.01899999938905239,0.9997000098228455,0.00279999990016222,0.002400000113993883,1,-0.012799999676644802,-0.01899999938905239,0.9997000098228455,0.00989999994635582,-0.008100000210106373,0.9998999834060669,-0.012000000104308128,0.010200000368058681,0.9998999834060669,-0.031700000166893005,0.019999999552965164,0.9993000030517578,-0.026799999177455902,-0.014800000004470348,0.9994999766349792,-0.012000000104308128,0.010200000368058681,0.9998999834060669,-0.026799999177455902,-0.014800000004470348,0.9994999766349792,-0.012799999676644802,-0.01899999938905239,0.9997000098228455,0.00989999994635582,-0.008100000210106373,0.9998999834060669,-0.012799999676644802,-0.01899999938905239,0.9997000098228455,-0.009999999776482582,-0.024900000542402267,0.9995999932289124,0.00989999994635582,-0.008100000210106373,0.9998999834060669,-0.009999999776482582,-0.024900000542402267,0.9995999932289124,0.013299999758601189,-0.019200000911951065,0.9997000098228455,-0.012799999676644802,-0.01899999938905239,0.9997000098228455,-0.026799999177455902,-0.014800000004470348,0.9994999766349792,-0.02239999920129776,-0.021400000900030136,0.9994999766349792,-0.012799999676644802,-0.01899999938905239,0.9997000098228455,-0.02239999920129776,-0.021400000900030136,0.9994999766349792,-0.009999999776482582,-0.024900000542402267,0.9995999932289124,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.9846000075340271,-0.1746000051498413,0.008899999782443047,-0.984499990940094,-0.17560000717639923,0.0034000000450760126,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.984499990940094,-0.17560000717639923,0.0034000000450760126,-0.9714000225067139,-0.23759999871253967,0.002300000051036477,-0.9932000041007996,-0.11599999666213989,0.010900000110268593,-0.9934999942779541,-0.11379999667406082,0.00419999985024333,-0.984499990940094,-0.17560000717639923,0.0034000000450760126,-0.9932000041007996,-0.11599999666213989,0.010900000110268593,-0.984499990940094,-0.17560000717639923,0.0034000000450760126,-0.9846000075340271,-0.1746000051498413,0.008899999782443047,-0.9714000225067139,-0.23759999871253967,0.002300000051036477,-0.984499990940094,-0.17560000717639923,0.0034000000450760126,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.9714000225067139,-0.23759999871253967,0.002300000051036477,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.9708999991416931,-0.2395000010728836,0.0008999999845400453,-0.9934999942779541,-0.11379999667406082,0.00419999985024333,-0.9936000108718872,-0.11259999871253967,0.0017000000225380063,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.9934999942779541,-0.11379999667406082,0.00419999985024333,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.984499990940094,-0.17560000717639923,0.0034000000450760126,-0.9998999834060669,0,0.011800000444054604,-1,0,0.004600000102072954,-0.9984999895095825,-0.05460000038146973,0.0044999998062849045,-0.9998999834060669,0,0.011800000444054604,-0.9984999895095825,-0.05460000038146973,0.0044999998062849045,-0.9983000159263611,-0.05790000036358833,0.011699999682605267,-1,0,0.004600000102072954,-1,0,0.0017999999690800905,-0.9986000061035156,-0.052799999713897705,0.0017999999690800905,-1,0,0.004600000102072954,-0.9986000061035156,-0.052799999713897705,0.0017999999690800905,-0.9984999895095825,-0.05460000038146973,0.0044999998062849045,-0.9983000159263611,-0.05790000036358833,0.011699999682605267,-0.9984999895095825,-0.05460000038146973,0.0044999998062849045,-0.9934999942779541,-0.11379999667406082,0.00419999985024333,-0.9983000159263611,-0.05790000036358833,0.011699999682605267,-0.9934999942779541,-0.11379999667406082,0.00419999985024333,-0.9932000041007996,-0.11599999666213989,0.010900000110268593,-0.9984999895095825,-0.05460000038146973,0.0044999998062849045,-0.9986000061035156,-0.052799999713897705,0.0017999999690800905,-0.9936000108718872,-0.11259999871253967,0.0017000000225380063,-0.9984999895095825,-0.05460000038146973,0.0044999998062849045,-0.9936000108718872,-0.11259999871253967,0.0017000000225380063,-0.9934999942779541,-0.11379999667406082,0.00419999985024333,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0.0005000000237487257,-1,0,0.0005000000237487257,-0.9986000061035156,-0.05209999904036522,0,-1,0,0.0005000000237487257,-1,0,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0.00039999998989515007,-0.9986000061035156,-0.05209999904036522,0.0005000000237487257,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0.0005000000237487257,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0.0005000000237487257,-0.9986000061035156,-0.052799999713897705,0.0017999999690800905,-1,0,0.0017999999690800905,-0.9986000061035156,-0.05209999904036522,0.0005000000237487257,-1,0,0.0017999999690800905,-1,0,0.0005000000237487257,-0.9937000274658203,-0.11219999939203262,0.00039999998989515007,-0.9936000108718872,-0.11259999871253967,0.0017000000225380063,-0.9986000061035156,-0.052799999713897705,0.0017999999690800905,-0.9937000274658203,-0.11219999939203262,0.00039999998989515007,-0.9986000061035156,-0.052799999713897705,0.0017999999690800905,-0.9986000061035156,-0.05209999904036522,0.0005000000237487257,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0.00019999999494757503,-0.9843000173568726,-0.1762000024318695,0.0003000000142492354,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.1762000024318695,0.0003000000142492354,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0.00019999999494757503,-0.9708999991416931,-0.2395000010728836,0.0008999999845400453,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.9707000255584717,-0.2401999980211258,0.00019999999494757503,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.9843000173568726,-0.1762000024318695,0.0003000000142492354,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.1762000024318695,0.0003000000142492354,-0.9937000274658203,-0.11219999939203262,0.00039999998989515007,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0.00039999998989515007,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.1762000024318695,0.0003000000142492354,-0.9843999743461609,-0.1761000007390976,0.0013000000035390258,-0.9936000108718872,-0.11259999871253967,0.0017000000225380063,-0.9843000173568726,-0.1762000024318695,0.0003000000142492354,-0.9936000108718872,-0.11259999871253967,0.0017000000225380063,-0.9937000274658203,-0.11219999939203262,0.00039999998989515007,-0.9380999803543091,-0.3127000033855438,-0.1485999971628189,-0.947700023651123,-0.31439998745918274,-0.05530000105500221,-0.968999981880188,-0.24070000648498535,-0.055399999022483826,-0.9380999803543091,-0.3127000033855438,-0.1485999971628189,-0.968999981880188,-0.24070000648498535,-0.055399999022483826,-0.9593999981880188,-0.23980000615119934,-0.14869999885559082,-0.9036999940872192,-0.4016999900341034,-0.14839999377727509,-0.9129999876022339,-0.4043000042438507,-0.05530000105500221,-0.947700023651123,-0.31439998745918274,-0.05530000105500221,-0.9036999940872192,-0.4016999900341034,-0.14839999377727509,-0.947700023651123,-0.31439998745918274,-0.05530000105500221,-0.9380999803543091,-0.3127000033855438,-0.1485999971628189,-0.947700023651123,-0.31439998745918274,-0.05530000105500221,-0.9491000175476074,-0.314300000667572,-0.019899999722838402,-0.9704999923706055,-0.24050000309944153,-0.019899999722838402,-0.947700023651123,-0.31439998745918274,-0.05530000105500221,-0.9704999923706055,-0.24050000309944153,-0.019899999722838402,-0.968999981880188,-0.24070000648498535,-0.055399999022483826,-0.9129999876022339,-0.4043000042438507,-0.05530000105500221,-0.9143999814987183,-0.4043000042438507,-0.019899999722838402,-0.9491000175476074,-0.314300000667572,-0.019899999722838402,-0.9129999876022339,-0.4043000042438507,-0.05530000105500221,-0.9491000175476074,-0.314300000667572,-0.019899999722838402,-0.947700023651123,-0.31439998745918274,-0.05530000105500221,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.8041999936103821,-0.5917999744415283,-0.05510000139474869,-0.864300012588501,-0.4999000132083893,-0.0551999993622303,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.864300012588501,-0.4999000132083893,-0.0551999993622303,-0.855400025844574,-0.49639999866485596,-0.14800000190734863,-0.8041999936103821,-0.5917999744415283,-0.05510000139474869,-0.8055999875068665,-0.592199981212616,-0.01979999989271164,-0.8657000064849854,-0.5001000165939331,-0.01979999989271164,-0.8041999936103821,-0.5917999744415283,-0.05510000139474869,-0.8657000064849854,-0.5001000165939331,-0.01979999989271164,-0.864300012588501,-0.4999000132083893,-0.0551999993622303,-0.855400025844574,-0.49639999866485596,-0.14800000190734863,-0.864300012588501,-0.4999000132083893,-0.0551999993622303,-0.9129999876022339,-0.4043000042438507,-0.05530000105500221,-0.855400025844574,-0.49639999866485596,-0.14800000190734863,-0.9129999876022339,-0.4043000042438507,-0.05530000105500221,-0.9036999940872192,-0.4016999900341034,-0.14839999377727509,-0.864300012588501,-0.4999000132083893,-0.0551999993622303,-0.8657000064849854,-0.5001000165939331,-0.01979999989271164,-0.9143999814987183,-0.4043000042438507,-0.019899999722838402,-0.864300012588501,-0.4999000132083893,-0.0551999993622303,-0.9143999814987183,-0.4043000042438507,-0.019899999722838402,-0.9129999876022339,-0.4043000042438507,-0.05530000105500221,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,-0.0044999998062849045,-0.8058000206947327,-0.5921000242233276,-0.0044999998062849045,-0.8659999966621399,-0.5,0,-0.8058000206947327,-0.5921000242233276,-0.0044999998062849045,-0.805899977684021,-0.5921000242233276,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,-0.8659999966621399,-0.5,-0.0044999998062849045,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,-0.0044999998062849045,-0.8659999966621399,-0.5,0,-0.8659999966621399,-0.5,-0.0044999998062849045,-0.8657000064849854,-0.5001000165939331,-0.01979999989271164,-0.8055999875068665,-0.592199981212616,-0.01979999989271164,-0.8659999966621399,-0.5,-0.0044999998062849045,-0.8055999875068665,-0.592199981212616,-0.01979999989271164,-0.8058000206947327,-0.5921000242233276,-0.0044999998062849045,-0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,-0.9143999814987183,-0.4043000042438507,-0.019899999722838402,-0.8657000064849854,-0.5001000165939331,-0.01979999989271164,-0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,-0.8657000064849854,-0.5001000165939331,-0.01979999989271164,-0.8659999966621399,-0.5,-0.0044999998062849045,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,-0.949400007724762,-0.3140999972820282,-0.0044999998062849045,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140999972820282,-0.0044999998062849045,-0.949400007724762,-0.3140000104904175,0,-0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,-0.9704999923706055,-0.24050000309944153,-0.019899999722838402,-0.9491000175476074,-0.314300000667572,-0.019899999722838402,-0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,-0.9491000175476074,-0.314300000667572,-0.019899999722838402,-0.949400007724762,-0.3140999972820282,-0.0044999998062849045,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140999972820282,-0.0044999998062849045,-0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,-0.9146999716758728,-0.4041000008583069,0,-0.949400007724762,-0.3140999972820282,-0.0044999998062849045,-0.9491000175476074,-0.314300000667572,-0.019899999722838402,-0.9143999814987183,-0.4043000042438507,-0.019899999722838402,-0.949400007724762,-0.3140999972820282,-0.0044999998062849045,-0.9143999814987183,-0.4043000042438507,-0.019899999722838402,-0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,-0.8278999924659729,-0.14990000426769257,0.5404999852180481,-0.9496999979019165,-0.1656000018119812,0.26600000262260437,-0.9509999752044678,-0.2126999944448471,0.22450000047683716,-0.8278999924659729,-0.14990000426769257,0.5404999852180481,-0.9509999752044678,-0.2126999944448471,0.22450000047683716,-0.8531000018119812,-0.19470000267028809,0.48399999737739563,-0.8144000172615051,-0.10890000313520432,0.5699999928474426,-0.9495000243186951,-0.11900000274181366,0.2903999984264374,-0.9496999979019165,-0.1656000018119812,0.26600000262260437,-0.8144000172615051,-0.10890000313520432,0.5699999928474426,-0.9496999979019165,-0.1656000018119812,0.26600000262260437,-0.8278999924659729,-0.14990000426769257,0.5404999852180481,-0.9496999979019165,-0.1656000018119812,0.26600000262260437,-0.9829999804496765,-0.1712000072002411,0.06610000133514404,-0.9739999771118164,-0.22059999406337738,0.052299998700618744,-0.9496999979019165,-0.1656000018119812,0.26600000262260437,-0.9739999771118164,-0.22059999406337738,0.052299998700618744,-0.9509999752044678,-0.2126999944448471,0.22450000047683716,-0.9495000243186951,-0.11900000274181366,0.2903999984264374,-0.9897000193595886,-0.12160000205039978,0.07500000298023224,-0.9829999804496765,-0.1712000072002411,0.06610000133514404,-0.9495000243186951,-0.11900000274181366,0.2903999984264374,-0.9829999804496765,-0.1712000072002411,0.06610000133514404,-0.9496999979019165,-0.1656000018119812,0.26600000262260437,-0.8090999722480774,0,0.5877000093460083,-0.9531000256538391,0,0.30250000953674316,-0.9513000249862671,-0.065700002014637,0.3012999892234802,-0.8090999722480774,0,0.5877000093460083,-0.9513000249862671,-0.065700002014637,0.3012999892234802,-0.8087999820709229,-0.06109999865293503,0.5849000215530396,-0.9531000256538391,0,0.30250000953674316,-0.9968000054359436,0,0.08020000159740448,-0.994700014591217,-0.06620000302791595,0.07930000126361847,-0.9531000256538391,0,0.30250000953674316,-0.994700014591217,-0.06620000302791595,0.07930000126361847,-0.9513000249862671,-0.065700002014637,0.3012999892234802,-0.8087999820709229,-0.06109999865293503,0.5849000215530396,-0.9513000249862671,-0.065700002014637,0.3012999892234802,-0.9495000243186951,-0.11900000274181366,0.2903999984264374,-0.8087999820709229,-0.06109999865293503,0.5849000215530396,-0.9495000243186951,-0.11900000274181366,0.2903999984264374,-0.8144000172615051,-0.10890000313520432,0.5699999928474426,-0.9513000249862671,-0.065700002014637,0.3012999892234802,-0.994700014591217,-0.06620000302791595,0.07930000126361847,-0.9897000193595886,-0.12160000205039978,0.07500000298023224,-0.9513000249862671,-0.065700002014637,0.3012999892234802,-0.9897000193595886,-0.12160000205039978,0.07500000298023224,-0.9495000243186951,-0.11900000274181366,0.2903999984264374,-0.9983000159263611,-0.05790000036358833,0.011699999682605267,-0.9976000189781189,-0.062300000339746475,0.029200000688433647,-0.9995999932289124,0,0.029500000178813934,-0.9983000159263611,-0.05790000036358833,0.011699999682605267,-0.9995999932289124,0,0.029500000178813934,-0.9998999834060669,0,0.011800000444054604,-0.9932000041007996,-0.11599999666213989,0.010900000110268593,-0.9925000071525574,-0.11909999698400497,0.027300000190734863,-0.9976000189781189,-0.062300000339746475,0.029200000688433647,-0.9932000041007996,-0.11599999666213989,0.010900000110268593,-0.9976000189781189,-0.062300000339746475,0.029200000688433647,-0.9983000159263611,-0.05790000036358833,0.011699999682605267,-0.9976000189781189,-0.062300000339746475,0.029200000688433647,-0.994700014591217,-0.06620000302791595,0.07930000126361847,-0.9968000054359436,0,0.08020000159740448,-0.9976000189781189,-0.062300000339746475,0.029200000688433647,-0.9968000054359436,0,0.08020000159740448,-0.9995999932289124,0,0.029500000178813934,-0.9925000071525574,-0.11909999698400497,0.027300000190734863,-0.9897000193595886,-0.12160000205039978,0.07500000298023224,-0.994700014591217,-0.06620000302791595,0.07930000126361847,-0.9925000071525574,-0.11909999698400497,0.027300000190734863,-0.994700014591217,-0.06620000302791595,0.07930000126361847,-0.9976000189781189,-0.062300000339746475,0.029200000688433647,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.9735999703407288,-0.22759999334812164,0.016899999231100082,-0.9846000075340271,-0.17309999465942383,0.023099999874830246,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.9846000075340271,-0.17309999465942383,0.023099999874830246,-0.9846000075340271,-0.1746000051498413,0.008899999782443047,-0.9735999703407288,-0.22759999334812164,0.016899999231100082,-0.9739999771118164,-0.22059999406337738,0.052299998700618744,-0.9829999804496765,-0.1712000072002411,0.06610000133514404,-0.9735999703407288,-0.22759999334812164,0.016899999231100082,-0.9829999804496765,-0.1712000072002411,0.06610000133514404,-0.9846000075340271,-0.17309999465942383,0.023099999874830246,-0.9846000075340271,-0.1746000051498413,0.008899999782443047,-0.9846000075340271,-0.17309999465942383,0.023099999874830246,-0.9925000071525574,-0.11909999698400497,0.027300000190734863,-0.9846000075340271,-0.1746000051498413,0.008899999782443047,-0.9925000071525574,-0.11909999698400497,0.027300000190734863,-0.9932000041007996,-0.11599999666213989,0.010900000110268593,-0.9846000075340271,-0.17309999465942383,0.023099999874830246,-0.9829999804496765,-0.1712000072002411,0.06610000133514404,-0.9897000193595886,-0.12160000205039978,0.07500000298023224,-0.9846000075340271,-0.17309999465942383,0.023099999874830246,-0.9897000193595886,-0.12160000205039978,0.07500000298023224,-0.9925000071525574,-0.11909999698400497,0.027300000190734863,-0.8780999779701233,-0.2870999872684479,0.38280001282691956,-0.5536999702453613,-0.22290000319480896,0.802299976348877,-0.5194000005722046,-0.12269999831914902,0.8457000255584717,-0.8780999779701233,-0.2870999872684479,0.38280001282691956,-0.5194000005722046,-0.12269999831914902,0.8457000255584717,-0.8531000018119812,-0.19470000267028809,0.48399999737739563,-0.8529000282287598,-0.4544000029563904,0.257099986076355,-0.5547999739646912,-0.42010000348091125,0.7181000113487244,-0.5536999702453613,-0.22290000319480896,0.802299976348877,-0.8529000282287598,-0.4544000029563904,0.257099986076355,-0.5536999702453613,-0.22290000319480896,0.802299976348877,-0.8780999779701233,-0.2870999872684479,0.38280001282691956,-0.5536999702453613,-0.22290000319480896,0.802299976348877,-0.11829999834299088,-0.10480000078678131,0.9873999953269958,-0.12380000203847885,-0.04690000042319298,0.9911999702453613,-0.5536999702453613,-0.22290000319480896,0.802299976348877,-0.12380000203847885,-0.04690000042319298,0.9911999702453613,-0.5194000005722046,-0.12269999831914902,0.8457000255584717,-0.5547999739646912,-0.42010000348091125,0.7181000113487244,-0.11460000276565552,-0.26100000739097595,0.9585000276565552,-0.11829999834299088,-0.10480000078678131,0.9873999953269958,-0.5547999739646912,-0.42010000348091125,0.7181000113487244,-0.11829999834299088,-0.10480000078678131,0.9873999953269958,-0.5536999702453613,-0.22290000319480896,0.802299976348877,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.4284000098705292,-0.6881999969482422,0.5855000019073486,-0.49399998784065247,-0.5978999733924866,0.6312000155448914,-0.6845999956130981,-0.7057999968528748,0.18250000476837158,-0.49399998784065247,-0.5978999733924866,0.6312000155448914,-0.7684000134468079,-0.6129000186920166,0.1842000037431717,-0.4284000098705292,-0.6881999969482422,0.5855000019073486,-0.08169999718666077,-0.5292999744415283,0.8445000052452087,-0.09969999641180038,-0.43380001187324524,0.8955000042915344,-0.4284000098705292,-0.6881999969482422,0.5855000019073486,-0.09969999641180038,-0.43380001187324524,0.8955000042915344,-0.49399998784065247,-0.5978999733924866,0.6312000155448914,-0.7684000134468079,-0.6129000186920166,0.1842000037431717,-0.49399998784065247,-0.5978999733924866,0.6312000155448914,-0.5547999739646912,-0.42010000348091125,0.7181000113487244,-0.7684000134468079,-0.6129000186920166,0.1842000037431717,-0.5547999739646912,-0.42010000348091125,0.7181000113487244,-0.8529000282287598,-0.4544000029563904,0.257099986076355,-0.49399998784065247,-0.5978999733924866,0.6312000155448914,-0.09969999641180038,-0.43380001187324524,0.8955000042915344,-0.11460000276565552,-0.26100000739097595,0.9585000276565552,-0.49399998784065247,-0.5978999733924866,0.6312000155448914,-0.11460000276565552,-0.26100000739097595,0.9585000276565552,-0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.002199999988079071,-0.4336000084877014,0.9010999798774719,-0.00430000014603138,-0.39329999685287476,0.9193999767303467,0.007499999832361937,-0.49050000309944153,0.871399998664856,0.002199999988079071,-0.4336000084877014,0.9010999798774719,0.007499999832361937,-0.49050000309944153,0.871399998664856,0.014399999752640724,-0.5343999862670898,0.8450999855995178,-0.0034000000450760126,-0.24860000610351562,0.9685999751091003,-0.01269999984651804,-0.22030000388622284,0.9753999710083008,-0.00430000014603138,-0.39329999685287476,0.9193999767303467,-0.0034000000450760126,-0.24860000610351562,0.9685999751091003,-0.00430000014603138,-0.39329999685287476,0.9193999767303467,0.002199999988079071,-0.4336000084877014,0.9010999798774719,-0.00430000014603138,-0.39329999685287476,0.9193999767303467,-0.09969999641180038,-0.43380001187324524,0.8955000042915344,-0.08169999718666077,-0.5292999744415283,0.8445000052452087,-0.00430000014603138,-0.39329999685287476,0.9193999767303467,-0.08169999718666077,-0.5292999744415283,0.8445000052452087,0.007499999832361937,-0.49050000309944153,0.871399998664856,-0.01269999984651804,-0.22030000388622284,0.9753999710083008,-0.11460000276565552,-0.26100000739097595,0.9585000276565552,-0.09969999641180038,-0.43380001187324524,0.8955000042915344,-0.01269999984651804,-0.22030000388622284,0.9753999710083008,-0.09969999641180038,-0.43380001187324524,0.8955000042915344,-0.00430000014603138,-0.39329999685287476,0.9193999767303467,-0.0026000000070780516,-0.008700000122189522,1,-0.01889999955892563,-0.01860000006854534,0.9995999932289124,-0.01720000058412552,-0.07079999893903732,0.9973000288009644,-0.0026000000070780516,-0.008700000122189522,1,-0.01720000058412552,-0.07079999893903732,0.9973000288009644,-0.0038999998942017555,-0.07360000163316727,0.9973000288009644,-0.01889999955892563,-0.01860000006854534,0.9995999932289124,-0.12380000203847885,-0.04690000042319298,0.9911999702453613,-0.11829999834299088,-0.10480000078678131,0.9873999953269958,-0.01889999955892563,-0.01860000006854534,0.9995999932289124,-0.11829999834299088,-0.10480000078678131,0.9873999953269958,-0.01720000058412552,-0.07079999893903732,0.9973000288009644,-0.0038999998942017555,-0.07360000163316727,0.9973000288009644,-0.01720000058412552,-0.07079999893903732,0.9973000288009644,-0.01269999984651804,-0.22030000388622284,0.9753999710083008,-0.0038999998942017555,-0.07360000163316727,0.9973000288009644,-0.01269999984651804,-0.22030000388622284,0.9753999710083008,-0.0034000000450760126,-0.24860000610351562,0.9685999751091003,-0.01720000058412552,-0.07079999893903732,0.9973000288009644,-0.11829999834299088,-0.10480000078678131,0.9873999953269958,-0.11460000276565552,-0.26100000739097595,0.9585000276565552,-0.01720000058412552,-0.07079999893903732,0.9973000288009644,-0.11460000276565552,-0.26100000739097595,0.9585000276565552,-0.01269999984651804,-0.22030000388622284,0.9753999710083008,-0.805899977684021,-0.5921000242233276,-0.00009999999747378752,-0.866100013256073,-0.4999000132083893,-0.00009999999747378752,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,-0.00009999999747378752,-0.8659999966621399,-0.5,0,-0.805899977684021,-0.5921000242233276,0,-0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,-0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,-0.866100013256073,-0.4999000132083893,-0.00009999999747378752,-0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,-0.866100013256073,-0.4999000132083893,-0.00009999999747378752,-0.805899977684021,-0.5921000242233276,-0.00009999999747378752,-0.866100013256073,-0.4999000132083893,-0.00009999999747378752,-0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,-0.9146999716758728,-0.4041000008583069,0,-0.866100013256073,-0.4999000132083893,-0.00009999999747378752,-0.9146999716758728,-0.4041000008583069,0,-0.8659999966621399,-0.5,0,-0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,-0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,-0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,-0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,-0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,-0.866100013256073,-0.4999000132083893,-0.00009999999747378752,-0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,-0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,-0.8639000058174133,-0.503600001335144,-0.0013000000035390258,-0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,-0.8639000058174133,-0.503600001335144,-0.0013000000035390258,-0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,-0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,-0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,-0.9143000245094299,-0.4049000144004822,-0.0006000000284984708,-0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,-0.9143000245094299,-0.4049000144004822,-0.0006000000284984708,-0.8639000058174133,-0.503600001335144,-0.0013000000035390258,-0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,-0.8639000058174133,-0.503600001335144,-0.0013000000035390258,-0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,-0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,-0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,-0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,-0.8639000058174133,-0.503600001335144,-0.0013000000035390258,-0.9143000245094299,-0.4049000144004822,-0.0006000000284984708,-0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,-0.8639000058174133,-0.503600001335144,-0.0013000000035390258,-0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,-0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,-0.9714000225067139,-0.23759999871253967,0.002300000051036477,-0.9502000212669373,-0.3118000030517578,0.0007999999797903001,-0.9513000249862671,-0.30820000171661377,0.002300000051036477,-0.9714000225067139,-0.23759999871253967,0.002300000051036477,-0.9513000249862671,-0.30820000171661377,0.002300000051036477,-0.9722999930381775,-0.2337999939918518,0.006099999882280827,-0.9708999991416931,-0.2395000010728836,0.0008999999845400453,-0.9495999813079834,-0.313400000333786,0.0003000000142492354,-0.9502000212669373,-0.3118000030517578,0.0007999999797903001,-0.9708999991416931,-0.2395000010728836,0.0008999999845400453,-0.9502000212669373,-0.3118000030517578,0.0007999999797903001,-0.9714000225067139,-0.23759999871253967,0.002300000051036477,-0.9502000212669373,-0.3118000030517578,0.0007999999797903001,-0.9143000245094299,-0.4049000144004822,-0.0006000000284984708,-0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,-0.9502000212669373,-0.3118000030517578,0.0007999999797903001,-0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,-0.9513000249862671,-0.30820000171661377,0.002300000051036477,-0.9495999813079834,-0.313400000333786,0.0003000000142492354,-0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,-0.9143000245094299,-0.4049000144004822,-0.0006000000284984708,-0.9495999813079834,-0.313400000333786,0.0003000000142492354,-0.9143000245094299,-0.4049000144004822,-0.0006000000284984708,-0.9502000212669373,-0.3118000030517578,0.0007999999797903001,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0,-0.949400007724762,-0.3140000104904175,0.00009999999747378752,-0.9707000255584717,-0.2401999980211258,0,-0.949400007724762,-0.3140000104904175,0.00009999999747378752,-0.9707000255584717,-0.2401999980211258,0.00019999999494757503,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,0,-0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,-0.949400007724762,-0.3140000104904175,0,-0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,-0.949400007724762,-0.3140000104904175,0.00009999999747378752,-0.9707000255584717,-0.2401999980211258,0.00019999999494757503,-0.949400007724762,-0.3140000104904175,0.00009999999747378752,-0.9495999813079834,-0.313400000333786,0.0003000000142492354,-0.9707000255584717,-0.2401999980211258,0.00019999999494757503,-0.9495999813079834,-0.313400000333786,0.0003000000142492354,-0.9708999991416931,-0.2395000010728836,0.0008999999845400453,-0.949400007724762,-0.3140000104904175,0.00009999999747378752,-0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,-0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,-0.949400007724762,-0.3140000104904175,0.00009999999747378752,-0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,-0.9495999813079834,-0.313400000333786,0.0003000000142492354,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.805899977684021,-0.5921000242233276,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.6931999921798706,-0.72079998254776,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.5042999982833862,-0.8634999990463257,0,-0.31029999256134033,-0.9506000280380249,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.15880000591278076,-0.9872999787330627,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,-0.025599999353289604,-0.9997000098228455,0,-0.06769999861717224,-0.9976999759674072,0,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,0,-1,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.025599999353289604,-0.9997000098228455,0,-0.005900000222027302,-1,0,-0.9873999953269958,-0.05260000005364418,-0.14910000562667847,-0.9970999956130981,-0.05249999836087227,-0.05550000071525574,-0.9984999895095825,0,-0.05550000071525574,-0.9873999953269958,-0.05260000005364418,-0.14910000562667847,-0.9984999895095825,0,-0.05550000071525574,-0.9887999892234802,0,-0.14910000562667847,-0.9824000000953674,-0.1128000020980835,-0.14900000393390656,-0.9921000003814697,-0.11270000040531158,-0.05550000071525574,-0.9970999956130981,-0.05249999836087227,-0.05550000071525574,-0.9824000000953674,-0.1128000020980835,-0.14900000393390656,-0.9970999956130981,-0.05249999836087227,-0.05550000071525574,-0.9873999953269958,-0.05260000005364418,-0.14910000562667847,-0.9970999956130981,-0.05249999836087227,-0.05550000071525574,-0.9983999729156494,-0.052299998700618744,-0.019899999722838402,-0.9998000264167786,0,-0.019999999552965164,-0.9970999956130981,-0.05249999836087227,-0.05550000071525574,-0.9998000264167786,0,-0.019999999552965164,-0.9984999895095825,0,-0.05550000071525574,-0.9921000003814697,-0.11270000040531158,-0.05550000071525574,-0.9934999942779541,-0.11240000277757645,-0.019899999722838402,-0.9983999729156494,-0.052299998700618744,-0.019899999722838402,-0.9921000003814697,-0.11270000040531158,-0.05550000071525574,-0.9983999729156494,-0.052299998700618744,-0.019899999722838402,-0.9970999956130981,-0.05249999836087227,-0.05550000071525574,-0.9593999981880188,-0.23980000615119934,-0.14869999885559082,-0.968999981880188,-0.24070000648498535,-0.055399999022483826,-0.982699990272522,-0.17679999768733978,-0.055399999022483826,-0.9593999981880188,-0.23980000615119934,-0.14869999885559082,-0.982699990272522,-0.17679999768733978,-0.055399999022483826,-0.9729999899864197,-0.17649999260902405,-0.14880000054836273,-0.968999981880188,-0.24070000648498535,-0.055399999022483826,-0.9704999923706055,-0.24050000309944153,-0.019899999722838402,-0.9840999841690063,-0.17649999260902405,-0.019899999722838402,-0.968999981880188,-0.24070000648498535,-0.055399999022483826,-0.9840999841690063,-0.17649999260902405,-0.019899999722838402,-0.982699990272522,-0.17679999768733978,-0.055399999022483826,-0.9729999899864197,-0.17649999260902405,-0.14880000054836273,-0.982699990272522,-0.17679999768733978,-0.055399999022483826,-0.9921000003814697,-0.11270000040531158,-0.05550000071525574,-0.9729999899864197,-0.17649999260902405,-0.14880000054836273,-0.9921000003814697,-0.11270000040531158,-0.05550000071525574,-0.9824000000953674,-0.1128000020980835,-0.14900000393390656,-0.982699990272522,-0.17679999768733978,-0.055399999022483826,-0.9840999841690063,-0.17649999260902405,-0.019899999722838402,-0.9934999942779541,-0.11240000277757645,-0.019899999722838402,-0.982699990272522,-0.17679999768733978,-0.055399999022483826,-0.9934999942779541,-0.11240000277757645,-0.019899999722838402,-0.9921000003814697,-0.11270000040531158,-0.05550000071525574,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,-0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,-0.9707000255584717,-0.2401999980211258,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,-0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,-0.9840999841690063,-0.17649999260902405,-0.019899999722838402,-0.9704999923706055,-0.24050000309944153,-0.019899999722838402,-0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,-0.9704999923706055,-0.24050000309944153,-0.019899999722838402,-0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,-0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,-0.9934999942779541,-0.11240000277757645,-0.019899999722838402,-0.9840999841690063,-0.17649999260902405,-0.019899999722838402,-0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,-0.9840999841690063,-0.17649999260902405,-0.019899999722838402,-0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,-1,0,0,-1,0,-0.0044999998062849045,-0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,-1,0,0,-0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,-0.9986000061035156,-0.05209999904036522,0,-1,0,-0.0044999998062849045,-0.9998000264167786,0,-0.019999999552965164,-0.9983999729156494,-0.052299998700618744,-0.019899999722838402,-1,0,-0.0044999998062849045,-0.9983999729156494,-0.052299998700618744,-0.019899999722838402,-0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,-0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,-0.9983999729156494,-0.052299998700618744,-0.019899999722838402,-0.9934999942779541,-0.11240000277757645,-0.019899999722838402,-0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,-0.9934999942779541,-0.11240000277757645,-0.019899999722838402,-0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,-0.8087999820709229,-0.06109999865293503,0.5849000215530396,-0.5557000041007996,-0.046300001442432404,0.8300999999046326,-0.5583999752998352,0,0.8295999765396118,-0.8087999820709229,-0.06109999865293503,0.5849000215530396,-0.5583999752998352,0,0.8295999765396118,-0.8090999722480774,0,0.5877000093460083,-0.8144000172615051,-0.10890000313520432,0.5699999928474426,-0.5421000123023987,-0.08030000329017639,0.8364999890327454,-0.5557000041007996,-0.046300001442432404,0.8300999999046326,-0.8144000172615051,-0.10890000313520432,0.5699999928474426,-0.5557000041007996,-0.046300001442432404,0.8300999999046326,-0.8087999820709229,-0.06109999865293503,0.5849000215530396,-0.5557000041007996,-0.046300001442432404,0.8300999999046326,-0.22509999573230743,-0.023900000378489494,0.9739999771118164,-0.2280000001192093,0,0.9736999869346619,-0.5557000041007996,-0.046300001442432404,0.8300999999046326,-0.2280000001192093,0,0.9736999869346619,-0.5583999752998352,0,0.8295999765396118,-0.5421000123023987,-0.08030000329017639,0.8364999890327454,-0.1987999975681305,-0.0421999990940094,0.9790999889373779,-0.22509999573230743,-0.023900000378489494,0.9739999771118164,-0.5421000123023987,-0.08030000329017639,0.8364999890327454,-0.22509999573230743,-0.023900000378489494,0.9739999771118164,-0.5557000041007996,-0.046300001442432404,0.8300999999046326,-0.8531000018119812,-0.19470000267028809,0.48399999737739563,-0.5194000005722046,-0.12269999831914902,0.8457000255584717,-0.5217999815940857,-0.10279999673366547,0.8468999862670898,-0.8531000018119812,-0.19470000267028809,0.48399999737739563,-0.5217999815940857,-0.10279999673366547,0.8468999862670898,-0.8278999924659729,-0.14990000426769257,0.5404999852180481,-0.5194000005722046,-0.12269999831914902,0.8457000255584717,-0.12380000203847885,-0.04690000042319298,0.9911999702453613,-0.15279999375343323,-0.04619999974966049,0.9872000217437744,-0.5194000005722046,-0.12269999831914902,0.8457000255584717,-0.15279999375343323,-0.04619999974966049,0.9872000217437744,-0.5217999815940857,-0.10279999673366547,0.8468999862670898,-0.8278999924659729,-0.14990000426769257,0.5404999852180481,-0.5217999815940857,-0.10279999673366547,0.8468999862670898,-0.5421000123023987,-0.08030000329017639,0.8364999890327454,-0.8278999924659729,-0.14990000426769257,0.5404999852180481,-0.5421000123023987,-0.08030000329017639,0.8364999890327454,-0.8144000172615051,-0.10890000313520432,0.5699999928474426,-0.5217999815940857,-0.10279999673366547,0.8468999862670898,-0.15279999375343323,-0.04619999974966049,0.9872000217437744,-0.1987999975681305,-0.0421999990940094,0.9790999889373779,-0.5217999815940857,-0.10279999673366547,0.8468999862670898,-0.1987999975681305,-0.0421999990940094,0.9790999889373779,-0.5421000123023987,-0.08030000329017639,0.8364999890327454,-0.002300000051036477,-0.006300000008195639,1,-0.025100000202655792,-0.017999999225139618,0.9994999766349792,-0.01889999955892563,-0.01860000006854534,0.9995999932289124,-0.002300000051036477,-0.006300000008195639,1,-0.01889999955892563,-0.01860000006854534,0.9995999932289124,-0.0026000000070780516,-0.008700000122189522,1,-0.002099999925121665,-0.004800000227987766,1,-0.03739999979734421,-0.016200000420212746,0.9991999864578247,-0.025100000202655792,-0.017999999225139618,0.9994999766349792,-0.002099999925121665,-0.004800000227987766,1,-0.025100000202655792,-0.017999999225139618,0.9994999766349792,-0.002300000051036477,-0.006300000008195639,1,-0.025100000202655792,-0.017999999225139618,0.9994999766349792,-0.15279999375343323,-0.04619999974966049,0.9872000217437744,-0.12380000203847885,-0.04690000042319298,0.9911999702453613,-0.025100000202655792,-0.017999999225139618,0.9994999766349792,-0.12380000203847885,-0.04690000042319298,0.9911999702453613,-0.01889999955892563,-0.01860000006854534,0.9995999932289124,-0.03739999979734421,-0.016200000420212746,0.9991999864578247,-0.1987999975681305,-0.0421999990940094,0.9790999889373779,-0.15279999375343323,-0.04619999974966049,0.9872000217437744,-0.03739999979734421,-0.016200000420212746,0.9991999864578247,-0.15279999375343323,-0.04619999974966049,0.9872000217437744,-0.025100000202655792,-0.017999999225139618,0.9994999766349792,-0.002099999925121665,0,1,-0.04529999941587448,0,0.9990000128746033,-0.04520000144839287,-0.008299999870359898,0.9988999962806702,-0.002099999925121665,0,1,-0.04520000144839287,-0.008299999870359898,0.9988999962806702,-0.0020000000949949026,-0.0027000000700354576,1,-0.04529999941587448,0,0.9990000128746033,-0.2280000001192093,0,0.9736999869346619,-0.22509999573230743,-0.023900000378489494,0.9739999771118164,-0.04529999941587448,0,0.9990000128746033,-0.22509999573230743,-0.023900000378489494,0.9739999771118164,-0.04520000144839287,-0.008299999870359898,0.9988999962806702,-0.0020000000949949026,-0.0027000000700354576,1,-0.04520000144839287,-0.008299999870359898,0.9988999962806702,-0.03739999979734421,-0.016200000420212746,0.9991999864578247,-0.0020000000949949026,-0.0027000000700354576,1,-0.03739999979734421,-0.016200000420212746,0.9991999864578247,-0.002099999925121665,-0.004800000227987766,1,-0.04520000144839287,-0.008299999870359898,0.9988999962806702,-0.22509999573230743,-0.023900000378489494,0.9739999771118164,-0.1987999975681305,-0.0421999990940094,0.9790999889373779,-0.04520000144839287,-0.008299999870359898,0.9988999962806702,-0.1987999975681305,-0.0421999990940094,0.9790999889373779,-0.03739999979734421,-0.016200000420212746,0.9991999864578247,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-1,0,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-1,0,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9843000173568726,-0.17630000412464142,0,-0.9707000255584717,-0.2401999980211258,0,-0.9707000255584717,-0.2401999980211258,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9937000274658203,-0.11219999939203262,0,-0.9843000173568726,-0.17630000412464142,0,-0.9843000173568726,-0.17630000412464142,0,-1,0,0,-1,0,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-1,0,0,-0.9986000061035156,-0.05209999904036522,0,-1,0,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11219999939203262,0,-0.9986000061035156,-0.05209999904036522,0,-0.9937000274658203,-0.11219999939203262,0,-0.9937000274658203,-0.11219999939203262,0,0.014399999752640724,0.5343999862670898,0.8450999855995178,0.002199999988079071,0.4336000084877014,0.9010999798774719,0.004699999932199717,0.5097000002861023,0.8604000210762024,0.014399999752640724,0.5343999862670898,0.8450999855995178,0.004699999932199717,0.5097000002861023,0.8604000210762024,0.01269999984651804,0.6115000247955322,0.7911999821662903,0.002199999988079071,0.4336000084877014,0.9010999798774719,-0.0034000000450760126,0.24860000610351562,0.9685999751091003,-0.0013000000035390258,0.3172000050544739,0.9484000205993652,0.002199999988079071,0.4336000084877014,0.9010999798774719,-0.0013000000035390258,0.3172000050544739,0.9484000205993652,0.004699999932199717,0.5097000002861023,0.8604000210762024,0.01269999984651804,0.6115000247955322,0.7911999821662903,0.004699999932199717,0.5097000002861023,0.8604000210762024,0.0032999999821186066,0.5864999890327454,0.8100000023841858,0.01269999984651804,0.6115000247955322,0.7911999821662903,0.0032999999821186066,0.5864999890327454,0.8100000023841858,0.008700000122189522,0.6819999814033508,0.7312999963760376,0.004699999932199717,0.5097000002861023,0.8604000210762024,-0.0013000000035390258,0.3172000050544739,0.9484000205993652,-0.0003000000142492354,0.39309999346733093,0.9194999933242798,0.004699999932199717,0.5097000002861023,0.8604000210762024,-0.0003000000142492354,0.39309999346733093,0.9194999933242798,0.0032999999821186066,0.5864999890327454,0.8100000023841858,-0.0038999998942017555,0.07360000163316727,0.9973000288009644,-0.0026000000070780516,0.00860000029206276,1,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.0038999998942017555,0.07360000163316727,0.9973000288009644,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.0024999999441206455,0.10140000283718109,0.9947999715805054,-0.0024999999441206455,0.10140000283718109,0.9947999715805054,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.0020000000949949026,0.011800000444054604,0.9998999834060669,-0.0024999999441206455,0.10140000283718109,0.9947999715805054,-0.0020000000949949026,0.011800000444054604,0.9998999834060669,-0.0019000000320374966,0.13699999451637268,0.9905999898910522,-0.0034000000450760126,0.24860000610351562,0.9685999751091003,-0.0038999998942017555,0.07360000163316727,0.9973000288009644,-0.0024999999441206455,0.10140000283718109,0.9947999715805054,-0.0034000000450760126,0.24860000610351562,0.9685999751091003,-0.0024999999441206455,0.10140000283718109,0.9947999715805054,-0.0013000000035390258,0.3172000050544739,0.9484000205993652,-0.0013000000035390258,0.3172000050544739,0.9484000205993652,-0.0024999999441206455,0.10140000283718109,0.9947999715805054,-0.0019000000320374966,0.13699999451637268,0.9905999898910522,-0.0013000000035390258,0.3172000050544739,0.9484000205993652,-0.0019000000320374966,0.13699999451637268,0.9905999898910522,-0.0003000000142492354,0.39309999346733093,0.9194999933242798,0.00009999999747378752,0.0071000000461936,1,0,0.13449999690055847,0.9908999800682068,-0.000699999975040555,0.13989999890327454,0.9901999831199646,0.00009999999747378752,0.0071000000461936,1,-0.000699999975040555,0.13989999890327454,0.9901999831199646,-0.0013000000035390258,0.008999999612569809,1,0,0.13449999690055847,0.9908999800682068,0,0.41850000619888306,0.9082000255584717,0.00019999999494757503,0.4185999929904938,0.9082000255584717,0,0.13449999690055847,0.9908999800682068,0.00019999999494757503,0.4185999929904938,0.9082000255584717,-0.000699999975040555,0.13989999890327454,0.9901999831199646,-0.0013000000035390258,0.008999999612569809,1,-0.000699999975040555,0.13989999890327454,0.9901999831199646,-0.0019000000320374966,0.13699999451637268,0.9905999898910522,-0.0013000000035390258,0.008999999612569809,1,-0.0019000000320374966,0.13699999451637268,0.9905999898910522,-0.0020000000949949026,0.011800000444054604,0.9998999834060669,-0.000699999975040555,0.13989999890327454,0.9901999831199646,0.00019999999494757503,0.4185999929904938,0.9082000255584717,-0.0003000000142492354,0.39309999346733093,0.9194999933242798,-0.000699999975040555,0.13989999890327454,0.9901999831199646,-0.0003000000142492354,0.39309999346733093,0.9194999933242798,-0.0019000000320374966,0.13699999451637268,0.9905999898910522,0,0.6466000080108643,0.7627999782562256,0,0.746999979019165,0.6647999882698059,0.0044999998062849045,0.7289999723434448,0.684499979019165,0,0.6466000080108643,0.7627999782562256,0.0044999998062849045,0.7289999723434448,0.684499979019165,0.0019000000320374966,0.631600022315979,0.7753000259399414,0.0019000000320374966,0.631600022315979,0.7753000259399414,0.0044999998062849045,0.7289999723434448,0.684499979019165,0.008700000122189522,0.6819999814033508,0.7312999963760376,0.0019000000320374966,0.631600022315979,0.7753000259399414,0.008700000122189522,0.6819999814033508,0.7312999963760376,0.0032999999821186066,0.5864999890327454,0.8100000023841858,0,0.41850000619888306,0.9082000255584717,0,0.6466000080108643,0.7627999782562256,0.0019000000320374966,0.631600022315979,0.7753000259399414,0,0.41850000619888306,0.9082000255584717,0.0019000000320374966,0.631600022315979,0.7753000259399414,0.00019999999494757503,0.4185999929904938,0.9082000255584717,0.00019999999494757503,0.4185999929904938,0.9082000255584717,0.0019000000320374966,0.631600022315979,0.7753000259399414,0.0032999999821186066,0.5864999890327454,0.8100000023841858,0.00019999999494757503,0.4185999929904938,0.9082000255584717,0.0032999999821186066,0.5864999890327454,0.8100000023841858,-0.0003000000142492354,0.39309999346733093,0.9194999933242798,-0.15860000252723694,0.98580002784729,-0.05469999834895134,-0.06759999692440033,0.9962000250816345,-0.05510000139474869,-0.06689999997615814,0.9868000149726868,-0.14749999344348907,-0.15860000252723694,0.98580002784729,-0.05469999834895134,-0.06689999997615814,0.9868000149726868,-0.14749999344348907,-0.15710000693798065,0.9767000079154968,-0.14640000462532043,-0.15889999270439148,0.9871000051498413,-0.01979999989271164,-0.06769999861717224,0.9975000023841858,-0.019899999722838402,-0.06759999692440033,0.9962000250816345,-0.05510000139474869,-0.15889999270439148,0.9871000051498413,-0.01979999989271164,-0.06759999692440033,0.9962000250816345,-0.05510000139474869,-0.15860000252723694,0.98580002784729,-0.05469999834895134,-0.06759999692440033,0.9962000250816345,-0.05510000139474869,-0.025599999353289604,0.9980999827384949,-0.05550000071525574,-0.025299999862909317,0.9886000156402588,-0.148499995470047,-0.06759999692440033,0.9962000250816345,-0.05510000139474869,-0.025299999862909317,0.9886000156402588,-0.148499995470047,-0.06689999997615814,0.9868000149726868,-0.14749999344348907,-0.06769999861717224,0.9975000023841858,-0.019899999722838402,-0.025599999353289604,0.9994999766349792,-0.020099999383091927,-0.025599999353289604,0.9980999827384949,-0.05550000071525574,-0.06769999861717224,0.9975000023841858,-0.019899999722838402,-0.025599999353289604,0.9980999827384949,-0.05550000071525574,-0.06759999692440033,0.9962000250816345,-0.05510000139474869,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,-0.0044999998062849045,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,-0.0044999998062849045,-0.15889999270439148,0.9872999787330627,-0.0044999998062849045,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,-0.004600000102072954,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,-0.004600000102072954,-0.06769999861717224,0.9976999759674072,-0.0044999998062849045,-0.15889999270439148,0.9872999787330627,-0.0044999998062849045,-0.06769999861717224,0.9976999759674072,-0.0044999998062849045,-0.06769999861717224,0.9975000023841858,-0.019899999722838402,-0.15889999270439148,0.9872999787330627,-0.0044999998062849045,-0.06769999861717224,0.9975000023841858,-0.019899999722838402,-0.15889999270439148,0.9871000051498413,-0.01979999989271164,-0.06769999861717224,0.9976999759674072,-0.0044999998062849045,-0.025599999353289604,0.9997000098228455,-0.004600000102072954,-0.025599999353289604,0.9994999766349792,-0.020099999383091927,-0.06769999861717224,0.9976999759674072,-0.0044999998062849045,-0.025599999353289604,0.9994999766349792,-0.020099999383091927,-0.06769999861717224,0.9975000023841858,-0.019899999722838402,0,1,-0.004600000102072954,-0.005900000222027302,1,-0.004600000102072954,-0.005900000222027302,1,0,0,1,-0.004600000102072954,-0.005900000222027302,1,0,0,1,0,0,0.9998000264167786,-0.02019999921321869,-0.005900000222027302,0.9998000264167786,-0.02019999921321869,-0.005900000222027302,1,-0.004600000102072954,0,0.9998000264167786,-0.02019999921321869,-0.005900000222027302,1,-0.004600000102072954,0,1,-0.004600000102072954,-0.005900000222027302,1,-0.004600000102072954,-0.025599999353289604,0.9997000098228455,-0.004600000102072954,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,-0.004600000102072954,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.005900000222027302,0.9998000264167786,-0.02019999921321869,-0.025599999353289604,0.9994999766349792,-0.020099999383091927,-0.025599999353289604,0.9997000098228455,-0.004600000102072954,-0.005900000222027302,0.9998000264167786,-0.02019999921321869,-0.025599999353289604,0.9997000098228455,-0.004600000102072954,-0.005900000222027302,1,-0.004600000102072954,0,0.9889000058174133,-0.14890000224113464,-0.005799999926239252,0.9887999892234802,-0.14890000224113464,-0.005900000222027302,0.9983999729156494,-0.05559999868273735,0,0.9889000058174133,-0.14890000224113464,-0.005900000222027302,0.9983999729156494,-0.05559999868273735,0,0.9984999895095825,-0.05559999868273735,-0.005799999926239252,0.9887999892234802,-0.14890000224113464,-0.025299999862909317,0.9886000156402588,-0.148499995470047,-0.025599999353289604,0.9980999827384949,-0.05550000071525574,-0.005799999926239252,0.9887999892234802,-0.14890000224113464,-0.025599999353289604,0.9980999827384949,-0.05550000071525574,-0.005900000222027302,0.9983999729156494,-0.05559999868273735,0,0.9984999895095825,-0.05559999868273735,-0.005900000222027302,0.9983999729156494,-0.05559999868273735,-0.005900000222027302,0.9998000264167786,-0.02019999921321869,0,0.9984999895095825,-0.05559999868273735,-0.005900000222027302,0.9998000264167786,-0.02019999921321869,0,0.9998000264167786,-0.02019999921321869,-0.005900000222027302,0.9983999729156494,-0.05559999868273735,-0.025599999353289604,0.9980999827384949,-0.05550000071525574,-0.025599999353289604,0.9994999766349792,-0.020099999383091927,-0.005900000222027302,0.9983999729156494,-0.05559999868273735,-0.025599999353289604,0.9994999766349792,-0.020099999383091927,-0.005900000222027302,0.9998000264167786,-0.02019999921321869,-0.11739999800920486,0.9790999889373779,0.16580000519752502,-0.1453000009059906,0.9876000285148621,0.05889999866485596,-0.2888999879360199,0.9553999900817871,0.06120000034570694,-0.11739999800920486,0.9790999889373779,0.16580000519752502,-0.2888999879360199,0.9553999900817871,0.06120000034570694,-0.25049999356269836,0.9520000219345093,0.17569999396800995,-0.1453000009059906,0.9876000285148621,0.05889999866485596,-0.156700000166893,0.9876000285148621,0.009499999694526196,-0.3043000102043152,0.9524999856948853,0.009600000455975533,-0.1453000009059906,0.9876000285148621,0.05889999866485596,-0.3043000102043152,0.9524999856948853,0.009600000455975533,-0.2888999879360199,0.9553999900817871,0.06120000034570694,-0.25049999356269836,0.9520000219345093,0.17569999396800995,-0.2888999879360199,0.9553999900817871,0.06120000034570694,-0.4681999981403351,0.8816999793052673,0.05820000171661377,-0.25049999356269836,0.9520000219345093,0.17569999396800995,-0.4681999981403351,0.8816999793052673,0.05820000171661377,-0.4169999957084656,0.8902000188827515,0.1834000051021576,-0.2888999879360199,0.9553999900817871,0.06120000034570694,-0.3043000102043152,0.9524999856948853,0.009600000455975533,-0.48840001225471497,0.8726000189781189,0.0071000000461936,-0.2888999879360199,0.9553999900817871,0.06120000034570694,-0.48840001225471497,0.8726000189781189,0.0071000000461936,-0.4681999981403351,0.8816999793052673,0.05820000171661377,-0.15860000252723694,0.9872999787330627,0.0012000000569969416,-0.15880000591278076,0.9872999787330627,0,-0.3091000020503998,0.9509999752044678,0,-0.15860000252723694,0.9872999787330627,0.0012000000569969416,-0.3091000020503998,0.9509999752044678,0,-0.3077999949455261,0.9514999985694885,0.0010999999940395355,-0.3077999949455261,0.9514999985694885,0.0010999999940395355,-0.3091000020503998,0.9509999752044678,0,-0.4999000132083893,0.866100013256073,-0.0003000000142492354,-0.3077999949455261,0.9514999985694885,0.0010999999940395355,-0.4999000132083893,0.866100013256073,-0.0003000000142492354,-0.49559998512268066,0.8684999942779541,-0.00019999999494757503,-0.156700000166893,0.9876000285148621,0.009499999694526196,-0.15860000252723694,0.9872999787330627,0.0012000000569969416,-0.3077999949455261,0.9514999985694885,0.0010999999940395355,-0.156700000166893,0.9876000285148621,0.009499999694526196,-0.3077999949455261,0.9514999985694885,0.0010999999940395355,-0.3043000102043152,0.9524999856948853,0.009600000455975533,-0.3043000102043152,0.9524999856948853,0.009600000455975533,-0.3077999949455261,0.9514999985694885,0.0010999999940395355,-0.49559998512268066,0.8684999942779541,-0.00019999999494757503,-0.3043000102043152,0.9524999856948853,0.009600000455975533,-0.49559998512268066,0.8684999942779541,-0.00019999999494757503,-0.48840001225471497,0.8726000189781189,0.0071000000461936,-0.7978000044822693,0.6029000282287598,-0.0024999999441206455,-0.7885000109672546,0.6151000261306763,-0.004800000227987766,-0.6791999936103821,0.7339000105857849,-0.002199999988079071,-0.7978000044822693,0.6029000282287598,-0.0024999999441206455,-0.6791999936103821,0.7339000105857849,-0.002199999988079071,-0.6862999796867371,0.7272999882698059,-0.0010000000474974513,-0.7885000109672546,0.6151000261306763,-0.004800000227987766,-0.7741000056266785,0.6330999732017517,-0.003000000026077032,-0.6686000227928162,0.7436000108718872,0.00279999990016222,-0.7885000109672546,0.6151000261306763,-0.004800000227987766,-0.6686000227928162,0.7436000108718872,0.00279999990016222,-0.6791999936103821,0.7339000105857849,-0.002199999988079071,-0.6862999796867371,0.7272999882698059,-0.0010000000474974513,-0.6791999936103821,0.7339000105857849,-0.002199999988079071,-0.49559998512268066,0.8684999942779541,-0.00019999999494757503,-0.6862999796867371,0.7272999882698059,-0.0010000000474974513,-0.49559998512268066,0.8684999942779541,-0.00019999999494757503,-0.4999000132083893,0.866100013256073,-0.0003000000142492354,-0.6791999936103821,0.7339000105857849,-0.002199999988079071,-0.6686000227928162,0.7436000108718872,0.00279999990016222,-0.48840001225471497,0.8726000189781189,0.0071000000461936,-0.6791999936103821,0.7339000105857849,-0.002199999988079071,-0.48840001225471497,0.8726000189781189,0.0071000000461936,-0.49559998512268066,0.8684999942779541,-0.00019999999494757503,-0.7473999857902527,0.6632999777793884,0.03669999912381172,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.5853000283241272,0.7889000177383423,0.18700000643730164,-0.7473999857902527,0.6632999777793884,0.03669999912381172,-0.5853000283241272,0.7889000177383423,0.18700000643730164,-0.6460999846458435,0.7616000175476074,0.05040000006556511,-0.6460999846458435,0.7616000175476074,0.05040000006556511,-0.5853000283241272,0.7889000177383423,0.18700000643730164,-0.4169999957084656,0.8902000188827515,0.1834000051021576,-0.6460999846458435,0.7616000175476074,0.05040000006556511,-0.4169999957084656,0.8902000188827515,0.1834000051021576,-0.4681999981403351,0.8816999793052673,0.05820000171661377,-0.7741000056266785,0.6330999732017517,-0.003000000026077032,-0.7473999857902527,0.6632999777793884,0.03669999912381172,-0.6460999846458435,0.7616000175476074,0.05040000006556511,-0.7741000056266785,0.6330999732017517,-0.003000000026077032,-0.6460999846458435,0.7616000175476074,0.05040000006556511,-0.6686000227928162,0.7436000108718872,0.00279999990016222,-0.6686000227928162,0.7436000108718872,0.00279999990016222,-0.6460999846458435,0.7616000175476074,0.05040000006556511,-0.4681999981403351,0.8816999793052673,0.05820000171661377,-0.6686000227928162,0.7436000108718872,0.00279999990016222,-0.4681999981403351,0.8816999793052673,0.05820000171661377,-0.48840001225471497,0.8726000189781189,0.0071000000461936,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.9707000255584717,0.2401999980211258,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0,-0.9707000255584717,0.2401999980211258,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.805899977684021,0.5921000242233276,0,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.8058000206947327,0.5921000242233276,-0.004399999976158142,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,-0.004399999976158142,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.5042999982833862,0.8634999990463257,0,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.6931999921798706,0.72079998254776,0,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.692799985408783,0.72079998254776,-0.01979999989271164,-0.8055999875068665,0.592199981212616,-0.01979999989271164,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.8055999875068665,0.592199981212616,-0.01979999989271164,-0.8058000206947327,0.5921000242233276,-0.004399999976158142,-0.5042999982833862,0.8634999990463257,-0.004399999976158142,-0.5041000247001648,0.8633999824523926,-0.019700000062584877,-0.692799985408783,0.72079998254776,-0.01979999989271164,-0.5042999982833862,0.8634999990463257,-0.004399999976158142,-0.692799985408783,0.72079998254776,-0.01979999989271164,-0.6930999755859375,0.72079998254776,-0.0044999998062849045,-0.15880000591278076,0.9872999787330627,0,-0.15889999270439148,0.9872999787330627,-0.0044999998062849045,-0.31029999256134033,0.9506000280380249,-0.004399999976158142,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,-0.004399999976158142,-0.31029999256134033,0.9506000280380249,0,-0.15889999270439148,0.9872999787330627,-0.0044999998062849045,-0.15889999270439148,0.9871000051498413,-0.01979999989271164,-0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.15889999270439148,0.9872999787330627,-0.0044999998062849045,-0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.31029999256134033,0.9506000280380249,-0.004399999976158142,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,-0.004399999976158142,-0.5042999982833862,0.8634999990463257,-0.004399999976158142,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,-0.004399999976158142,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,-0.004399999976158142,-0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.5041000247001648,0.8633999824523926,-0.019700000062584877,-0.31029999256134033,0.9506000280380249,-0.004399999976158142,-0.5041000247001648,0.8633999824523926,-0.019700000062584877,-0.5042999982833862,0.8634999990463257,-0.004399999976158142,-0.30649998784065247,0.9405999779701233,-0.14579999446868896,-0.30959999561309814,0.9492999911308289,-0.054499998688697815,-0.15860000252723694,0.98580002784729,-0.05469999834895134,-0.30649998784065247,0.9405999779701233,-0.14579999446868896,-0.15860000252723694,0.98580002784729,-0.05469999834895134,-0.15710000693798065,0.9767000079154968,-0.14640000462532043,-0.49799999594688416,0.8547999858856201,-0.1462000012397766,-0.5031999945640564,0.8623999953269958,-0.05469999834895134,-0.30959999561309814,0.9492999911308289,-0.054499998688697815,-0.49799999594688416,0.8547999858856201,-0.1462000012397766,-0.30959999561309814,0.9492999911308289,-0.054499998688697815,-0.30649998784065247,0.9405999779701233,-0.14579999446868896,-0.30959999561309814,0.9492999911308289,-0.054499998688697815,-0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.15889999270439148,0.9871000051498413,-0.01979999989271164,-0.30959999561309814,0.9492999911308289,-0.054499998688697815,-0.15889999270439148,0.9871000051498413,-0.01979999989271164,-0.15860000252723694,0.98580002784729,-0.05469999834895134,-0.5031999945640564,0.8623999953269958,-0.05469999834895134,-0.5041000247001648,0.8633999824523926,-0.019700000062584877,-0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.5031999945640564,0.8623999953269958,-0.05469999834895134,-0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.30959999561309814,0.9492999911308289,-0.054499998688697815,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.8041999936103821,0.5917999744415283,-0.05510000139474869,-0.6916000247001648,0.7202000021934509,-0.05490000173449516,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.6916000247001648,0.7202000021934509,-0.05490000173449516,-0.6843000054359436,0.7142999768257141,-0.1468999981880188,-0.8041999936103821,0.5917999744415283,-0.05510000139474869,-0.8055999875068665,0.592199981212616,-0.01979999989271164,-0.692799985408783,0.72079998254776,-0.01979999989271164,-0.8041999936103821,0.5917999744415283,-0.05510000139474869,-0.692799985408783,0.72079998254776,-0.01979999989271164,-0.6916000247001648,0.7202000021934509,-0.05490000173449516,-0.6843000054359436,0.7142999768257141,-0.1468999981880188,-0.6916000247001648,0.7202000021934509,-0.05490000173449516,-0.5031999945640564,0.8623999953269958,-0.05469999834895134,-0.6843000054359436,0.7142999768257141,-0.1468999981880188,-0.5031999945640564,0.8623999953269958,-0.05469999834895134,-0.49799999594688416,0.8547999858856201,-0.1462000012397766,-0.6916000247001648,0.7202000021934509,-0.05490000173449516,-0.692799985408783,0.72079998254776,-0.01979999989271164,-0.5041000247001648,0.8633999824523926,-0.019700000062584877,-0.6916000247001648,0.7202000021934509,-0.05490000173449516,-0.5041000247001648,0.8633999824523926,-0.019700000062584877,-0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.01269999984651804,0.6115000247955322,0.7911999821662903,0.030300000682473183,0.6481999754905701,0.7608000040054321,0.036400001496076584,0.5716999769210815,0.819599986076355,0.01269999984651804,0.6115000247955322,0.7911999821662903,0.036400001496076584,0.5716999769210815,0.819599986076355,0.014399999752640724,0.5343999862670898,0.8450999855995178,0.008700000122189522,0.6819999814033508,0.7312999963760376,0.020899999886751175,0.7172999978065491,0.696399986743927,0.030300000682473183,0.6481999754905701,0.7608000040054321,0.008700000122189522,0.6819999814033508,0.7312999963760376,0.030300000682473183,0.6481999754905701,0.7608000040054321,0.01269999984651804,0.6115000247955322,0.7911999821662903,0.030300000682473183,0.6481999754905701,0.7608000040054321,0.048500001430511475,0.6743999719619751,0.7366999983787537,0.057100001722574234,0.6065999865531921,0.792900025844574,0.030300000682473183,0.6481999754905701,0.7608000040054321,0.057100001722574234,0.6065999865531921,0.792900025844574,0.036400001496076584,0.5716999769210815,0.819599986076355,0.020899999886751175,0.7172999978065491,0.696399986743927,0.03500000014901161,0.7333999872207642,0.6789000034332275,0.048500001430511475,0.6743999719619751,0.7366999983787537,0.020899999886751175,0.7172999978065491,0.696399986743927,0.048500001430511475,0.6743999719619751,0.7366999983787537,0.030300000682473183,0.6481999754905701,0.7608000040054321,0,0.746999979019165,0.6647999882698059,0,0.7815999984741211,0.6237999796867371,0.010300000198185444,0.7638000249862671,0.6453999876976013,0,0.746999979019165,0.6647999882698059,0.010300000198185444,0.7638000249862671,0.6453999876976013,0.0044999998062849045,0.7289999723434448,0.684499979019165,0,0.7815999984741211,0.6237999796867371,0,0.7944999933242798,0.6072999835014343,0.01850000023841858,0.7766000032424927,0.629800021648407,0,0.7815999984741211,0.6237999796867371,0.01850000023841858,0.7766000032424927,0.629800021648407,0.010300000198185444,0.7638000249862671,0.6453999876976013,0.0044999998062849045,0.7289999723434448,0.684499979019165,0.010300000198185444,0.7638000249862671,0.6453999876976013,0.020899999886751175,0.7172999978065491,0.696399986743927,0.0044999998062849045,0.7289999723434448,0.684499979019165,0.020899999886751175,0.7172999978065491,0.696399986743927,0.008700000122189522,0.6819999814033508,0.7312999963760376,0.010300000198185444,0.7638000249862671,0.6453999876976013,0.01850000023841858,0.7766000032424927,0.629800021648407,0.03500000014901161,0.7333999872207642,0.6789000034332275,0.010300000198185444,0.7638000249862671,0.6453999876976013,0.03500000014901161,0.7333999872207642,0.6789000034332275,0.020899999886751175,0.7172999978065491,0.696399986743927,0.03550000116229057,0.781499981880188,0.6230000257492065,0.026900000870227814,0.7821000218391418,0.6226000189781189,0,0.8001000285148621,0.5999000072479248,0.03550000116229057,0.781499981880188,0.6230000257492065,0,0.8001000285148621,0.5999000072479248,0,0.7996000051498413,0.6004999876022339,0.06019999831914902,0.7386999726295471,0.6714000105857849,0.04749999940395355,0.7415000200271606,0.6693000197410583,0.026900000870227814,0.7821000218391418,0.6226000189781189,0.06019999831914902,0.7386999726295471,0.6714000105857849,0.026900000870227814,0.7821000218391418,0.6226000189781189,0.03550000116229057,0.781499981880188,0.6230000257492065,0.026900000870227814,0.7821000218391418,0.6226000189781189,0.01850000023841858,0.7766000032424927,0.629800021648407,0,0.7944999933242798,0.6072999835014343,0.026900000870227814,0.7821000218391418,0.6226000189781189,0,0.7944999933242798,0.6072999835014343,0,0.8001000285148621,0.5999000072479248,0.04749999940395355,0.7415000200271606,0.6693000197410583,0.03500000014901161,0.7333999872207642,0.6789000034332275,0.01850000023841858,0.7766000032424927,0.629800021648407,0.04749999940395355,0.7415000200271606,0.6693000197410583,0.01850000023841858,0.7766000032424927,0.629800021648407,0.026900000870227814,0.7821000218391418,0.6226000189781189,0.09480000287294388,0.6184999942779541,0.7799999713897705,0.07810000330209732,0.6273000240325928,0.7749000191688538,0.06480000168085098,0.6880999803543091,0.7226999998092651,0.09480000287294388,0.6184999942779541,0.7799999713897705,0.06480000168085098,0.6880999803543091,0.7226999998092651,0.0786999985575676,0.6794999837875366,0.7293999791145325,0.07810000330209732,0.6273000240325928,0.7749000191688538,0.057100001722574234,0.6065999865531921,0.792900025844574,0.048500001430511475,0.6743999719619751,0.7366999983787537,0.07810000330209732,0.6273000240325928,0.7749000191688538,0.048500001430511475,0.6743999719619751,0.7366999983787537,0.06480000168085098,0.6880999803543091,0.7226999998092651,0.0786999985575676,0.6794999837875366,0.7293999791145325,0.06480000168085098,0.6880999803543091,0.7226999998092651,0.04749999940395355,0.7415000200271606,0.6693000197410583,0.0786999985575676,0.6794999837875366,0.7293999791145325,0.04749999940395355,0.7415000200271606,0.6693000197410583,0.06019999831914902,0.7386999726295471,0.6714000105857849,0.06480000168085098,0.6880999803543091,0.7226999998092651,0.048500001430511475,0.6743999719619751,0.7366999983787537,0.03500000014901161,0.7333999872207642,0.6789000034332275,0.06480000168085098,0.6880999803543091,0.7226999998092651,0.03500000014901161,0.7333999872207642,0.6789000034332275,0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.6862999796867371,0.7272999882698059,-0.0010000000474974513,-0.690500020980835,0.7232999801635742,-0.0007999999797903001,-0.8029000163078308,0.5960999727249146,-0.0012000000569969416,-0.6862999796867371,0.7272999882698059,-0.0010000000474974513,-0.8029000163078308,0.5960999727249146,-0.0012000000569969416,-0.7978000044822693,0.6029000282287598,-0.0024999999441206455,-0.4999000132083893,0.866100013256073,-0.0003000000142492354,-0.5026000142097473,0.8644999861717224,-0.00039999998989515007,-0.690500020980835,0.7232999801635742,-0.0007999999797903001,-0.4999000132083893,0.866100013256073,-0.0003000000142492354,-0.690500020980835,0.7232999801635742,-0.0007999999797903001,-0.6862999796867371,0.7272999882698059,-0.0010000000474974513,-0.690500020980835,0.7232999801635742,-0.0007999999797903001,-0.6924999952316284,0.7214000225067139,-0.0003000000142492354,-0.8051999807357788,0.5931000113487244,-0.0005000000237487257,-0.690500020980835,0.7232999801635742,-0.0007999999797903001,-0.8051999807357788,0.5931000113487244,-0.0005000000237487257,-0.8029000163078308,0.5960999727249146,-0.0012000000569969416,-0.5026000142097473,0.8644999861717224,-0.00039999998989515007,-0.5038999915122986,0.8637999892234802,-0.00019999999494757503,-0.6924999952316284,0.7214000225067139,-0.0003000000142492354,-0.5026000142097473,0.8644999861717224,-0.00039999998989515007,-0.6924999952316284,0.7214000225067139,-0.0003000000142492354,-0.690500020980835,0.7232999801635742,-0.0007999999797903001,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.30979999899864197,0.9508000016212463,-0.00009999999747378752,-0.15880000591278076,0.9872999787330627,0,-0.30979999899864197,0.9508000016212463,-0.00009999999747378752,-0.3091000020503998,0.9509999752044678,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.3100999891757965,0.9506999850273132,0,-0.15880000591278076,0.9872999787330627,0,-0.3100999891757965,0.9506999850273132,0,-0.30979999899864197,0.9508000016212463,-0.00009999999747378752,-0.3091000020503998,0.9509999752044678,0,-0.30979999899864197,0.9508000016212463,-0.00009999999747378752,-0.5026000142097473,0.8644999861717224,-0.00039999998989515007,-0.3091000020503998,0.9509999752044678,0,-0.5026000142097473,0.8644999861717224,-0.00039999998989515007,-0.4999000132083893,0.866100013256073,-0.0003000000142492354,-0.30979999899864197,0.9508000016212463,-0.00009999999747378752,-0.3100999891757965,0.9506999850273132,0,-0.5038999915122986,0.8637999892234802,-0.00019999999494757503,-0.30979999899864197,0.9508000016212463,-0.00009999999747378752,-0.5038999915122986,0.8637999892234802,-0.00019999999494757503,-0.5026000142097473,0.8644999861717224,-0.00039999998989515007,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.3100999891757965,0.9506999850273132,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.5042999982833862,0.8634999990463257,0,-0.5038999915122986,0.8637999892234802,-0.00019999999494757503,-0.3100999891757965,0.9506999850273132,0,-0.5042999982833862,0.8634999990463257,0,-0.3100999891757965,0.9506999850273132,0,-0.31029999256134033,0.9506000280380249,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,-0.00009999999747378752,-0.6931999921798706,0.72079998254776,-0.00009999999747378752,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,-0.00009999999747378752,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,-0.00009999999747378752,-0.8051999807357788,0.5931000113487244,-0.0005000000237487257,-0.6924999952316284,0.7214000225067139,-0.0003000000142492354,-0.805899977684021,0.5921000242233276,-0.00009999999747378752,-0.6924999952316284,0.7214000225067139,-0.0003000000142492354,-0.6931999921798706,0.72079998254776,-0.00009999999747378752,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,-0.00009999999747378752,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,-0.00009999999747378752,-0.6924999952316284,0.7214000225067139,-0.0003000000142492354,-0.5038999915122986,0.8637999892234802,-0.00019999999494757503,-0.6931999921798706,0.72079998254776,-0.00009999999747378752,-0.5038999915122986,0.8637999892234802,-0.00019999999494757503,-0.5042999982833862,0.8634999990463257,0,-0.8604999780654907,0.5094000101089478,-0.0035000001080334187,-0.8539999723434448,0.5202000141143799,-0.006800000090152025,-0.7885000109672546,0.6151000261306763,-0.004800000227987766,-0.8604999780654907,0.5094000101089478,-0.0035000001080334187,-0.7885000109672546,0.6151000261306763,-0.004800000227987766,-0.7978000044822693,0.6029000282287598,-0.0024999999441206455,-0.9138000011444092,0.40619999170303345,-0.0015999999595806003,-0.9125999808311462,0.40880000591278076,-0.0019000000320374966,-0.8539999723434448,0.5202000141143799,-0.006800000090152025,-0.9138000011444092,0.40619999170303345,-0.0015999999595806003,-0.8539999723434448,0.5202000141143799,-0.006800000090152025,-0.8604999780654907,0.5094000101089478,-0.0035000001080334187,-0.8539999723434448,0.5202000141143799,-0.006800000090152025,-0.8440999984741211,0.5360999703407288,-0.007199999876320362,-0.7741000056266785,0.6330999732017517,-0.003000000026077032,-0.8539999723434448,0.5202000141143799,-0.006800000090152025,-0.7741000056266785,0.6330999732017517,-0.003000000026077032,-0.7885000109672546,0.6151000261306763,-0.004800000227987766,-0.9125999808311462,0.40880000591278076,-0.0019000000320374966,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.8440999984741211,0.5360999703407288,-0.007199999876320362,-0.9125999808311462,0.40880000591278076,-0.0019000000320374966,-0.8440999984741211,0.5360999703407288,-0.007199999876320362,-0.8539999723434448,0.5202000141143799,-0.006800000090152025,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.9735999703407288,0.22759999334812164,0.016899999231100082,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9513000249862671,0.30820000171661377,0.002300000051036477,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9735999703407288,0.22759999334812164,0.016899999231100082,-0.9739999771118164,0.22059999406337738,0.052299998700618744,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9739999771118164,0.22059999406337738,0.052299998700618744,-0.9552000164985657,0.29440000653266907,0.031700000166893005,-0.9513000249862671,0.30820000171661377,0.002300000051036477,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9125999808311462,0.40880000591278076,-0.0019000000320374966,-0.9513000249862671,0.30820000171661377,0.002300000051036477,-0.9125999808311462,0.40880000591278076,-0.0019000000320374966,-0.9138000011444092,0.40619999170303345,-0.0015999999595806003,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9552000164985657,0.29440000653266907,0.031700000166893005,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.9531999826431274,0.30230000615119934,0.00800000037997961,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.9125999808311462,0.40880000591278076,-0.0019000000320374966,-0.8531000018119812,0.19470000267028809,0.48399999737739563,-0.8780999779701233,0.2870999872684479,0.38280001282691956,-0.9444000124931335,0.2842000126838684,0.1657000035047531,-0.8531000018119812,0.19470000267028809,0.48399999737739563,-0.9444000124931335,0.2842000126838684,0.1657000035047531,-0.9509999752044678,0.2126999944448471,0.22450000047683716,-0.8780999779701233,0.2870999872684479,0.38280001282691956,-0.8529000282287598,0.4544000029563904,0.257099986076355,-0.9035999774932861,0.4212000072002411,0.07800000160932541,-0.8780999779701233,0.2870999872684479,0.38280001282691956,-0.9035999774932861,0.4212000072002411,0.07800000160932541,-0.9444000124931335,0.2842000126838684,0.1657000035047531,-0.9509999752044678,0.2126999944448471,0.22450000047683716,-0.9444000124931335,0.2842000126838684,0.1657000035047531,-0.9552000164985657,0.29440000653266907,0.031700000166893005,-0.9509999752044678,0.2126999944448471,0.22450000047683716,-0.9552000164985657,0.29440000653266907,0.031700000166893005,-0.9739999771118164,0.22059999406337738,0.052299998700618744,-0.9444000124931335,0.2842000126838684,0.1657000035047531,-0.9035999774932861,0.4212000072002411,0.07800000160932541,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.9444000124931335,0.2842000126838684,0.1657000035047531,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.9552000164985657,0.29440000653266907,0.031700000166893005,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.7473999857902527,0.6632999777793884,0.03669999912381172,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.7684000134468079,0.6129000186920166,0.1842000037431717,-0.7473999857902527,0.6632999777793884,0.03669999912381172,-0.7741000056266785,0.6330999732017517,-0.003000000026077032,-0.8440999984741211,0.5360999703407288,-0.007199999876320362,-0.7473999857902527,0.6632999777793884,0.03669999912381172,-0.8440999984741211,0.5360999703407288,-0.007199999876320362,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.8529000282287598,0.4544000029563904,0.257099986076355,-0.7684000134468079,0.6129000186920166,0.1842000037431717,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.8529000282287598,0.4544000029563904,0.257099986076355,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.9035999774932861,0.4212000072002411,0.07800000160932541,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.8440999984741211,0.5360999703407288,-0.007199999876320362,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.826200008392334,0.5626000165939331,0.02979999966919422,-0.9107000231742859,0.41290000081062317,0.005900000222027302,-0.9035999774932861,0.4212000072002411,0.07800000160932541,0,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,0,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,0,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,0,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,0,0.9983000159263611,0.05900000035762787,-0.0013000000035390258,0.998199999332428,0.05909999832510948,0.0071000000461936,0.986299991607666,0.16449999809265137,0,0.9983000159263611,0.05900000035762787,0.0071000000461936,0.986299991607666,0.16449999809265137,0,0.986299991607666,0.1647000014781952,0,0.9983000159263611,0.05900000035762787,0,1,0.009700000286102295,-0.005100000184029341,0.9998999834060669,0.009700000286102295,0,0.9983000159263611,0.05900000035762787,-0.005100000184029341,0.9998999834060669,0.009700000286102295,-0.0013000000035390258,0.998199999332428,0.05909999832510948,0.0071000000461936,0.986299991607666,0.16449999809265137,-0.0013000000035390258,0.998199999332428,0.05909999832510948,-0.017500000074505806,0.9980999827384949,0.05869999900460243,0.0071000000461936,0.986299991607666,0.16449999809265137,-0.017500000074505806,0.9980999827384949,0.05869999900460243,-0.002400000113993883,0.9865999817848206,0.16329999268054962,-0.0013000000035390258,0.998199999332428,0.05909999832510948,-0.005100000184029341,0.9998999834060669,0.009700000286102295,-0.024299999698996544,0.9997000098228455,0.009600000455975533,-0.0013000000035390258,0.998199999332428,0.05909999832510948,-0.024299999698996544,0.9997000098228455,0.009600000455975533,-0.017500000074505806,0.9980999827384949,0.05869999900460243,0,1,0.0012000000569969416,0,1,0,-0.005900000222027302,1,0,0,1,0.0012000000569969416,-0.005900000222027302,1,0,-0.005799999926239252,1,0.0013000000035390258,-0.005799999926239252,1,0.0013000000035390258,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005799999926239252,1,0.0013000000035390258,-0.025599999353289604,0.9997000098228455,0,-0.025499999523162842,0.9997000098228455,0.0012000000569969416,0,1,0.009700000286102295,0,1,0.0012000000569969416,-0.005799999926239252,1,0.0013000000035390258,0,1,0.009700000286102295,-0.005799999926239252,1,0.0013000000035390258,-0.005100000184029341,0.9998999834060669,0.009700000286102295,-0.005100000184029341,0.9998999834060669,0.009700000286102295,-0.005799999926239252,1,0.0013000000035390258,-0.025499999523162842,0.9997000098228455,0.0012000000569969416,-0.005100000184029341,0.9998999834060669,0.009700000286102295,-0.025499999523162842,0.9997000098228455,0.0012000000569969416,-0.024299999698996544,0.9997000098228455,0.009600000455975533,-0.15880000591278076,0.9872999787330627,0,-0.15860000252723694,0.9872999787330627,0.0012000000569969416,-0.06750000268220901,0.9976999759674072,0.0012000000569969416,-0.15880000591278076,0.9872999787330627,0,-0.06750000268220901,0.9976999759674072,0.0012000000569969416,-0.06769999861717224,0.9976999759674072,0,-0.15860000252723694,0.9872999787330627,0.0012000000569969416,-0.156700000166893,0.9876000285148621,0.009499999694526196,-0.06599999964237213,0.9977999925613403,0.009499999694526196,-0.15860000252723694,0.9872999787330627,0.0012000000569969416,-0.06599999964237213,0.9977999925613403,0.009499999694526196,-0.06750000268220901,0.9976999759674072,0.0012000000569969416,-0.06769999861717224,0.9976999759674072,0,-0.06750000268220901,0.9976999759674072,0.0012000000569969416,-0.025499999523162842,0.9997000098228455,0.0012000000569969416,-0.06769999861717224,0.9976999759674072,0,-0.025499999523162842,0.9997000098228455,0.0012000000569969416,-0.025599999353289604,0.9997000098228455,0,-0.06750000268220901,0.9976999759674072,0.0012000000569969416,-0.06599999964237213,0.9977999925613403,0.009499999694526196,-0.024299999698996544,0.9997000098228455,0.009600000455975533,-0.06750000268220901,0.9976999759674072,0.0012000000569969416,-0.024299999698996544,0.9997000098228455,0.009600000455975533,-0.025499999523162842,0.9997000098228455,0.0012000000569969416,-0.1453000009059906,0.9876000285148621,0.05889999866485596,-0.11739999800920486,0.9790999889373779,0.16580000519752502,-0.035599999129772186,0.9861000180244446,0.16249999403953552,-0.1453000009059906,0.9876000285148621,0.05889999866485596,-0.035599999129772186,0.9861000180244446,0.16249999403953552,-0.056699998676776886,0.9966999888420105,0.05820000171661377,-0.056699998676776886,0.9966999888420105,0.05820000171661377,-0.035599999129772186,0.9861000180244446,0.16249999403953552,-0.002400000113993883,0.9865999817848206,0.16329999268054962,-0.056699998676776886,0.9966999888420105,0.05820000171661377,-0.002400000113993883,0.9865999817848206,0.16329999268054962,-0.017500000074505806,0.9980999827384949,0.05869999900460243,-0.156700000166893,0.9876000285148621,0.009499999694526196,-0.1453000009059906,0.9876000285148621,0.05889999866485596,-0.056699998676776886,0.9966999888420105,0.05820000171661377,-0.156700000166893,0.9876000285148621,0.009499999694526196,-0.056699998676776886,0.9966999888420105,0.05820000171661377,-0.06599999964237213,0.9977999925613403,0.009499999694526196,-0.06599999964237213,0.9977999925613403,0.009499999694526196,-0.056699998676776886,0.9966999888420105,0.05820000171661377,-0.017500000074505806,0.9980999827384949,0.05869999900460243,-0.06599999964237213,0.9977999925613403,0.009499999694526196,-0.017500000074505806,0.9980999827384949,0.05869999900460243,-0.024299999698996544,0.9997000098228455,0.009600000455975533,-0.11739999800920486,0.9790999889373779,0.16580000519752502,-0.05900000035762787,0.9193999767303467,0.3889000117778778,0.004600000102072954,0.9344000220298767,0.3560999929904938,-0.11739999800920486,0.9790999889373779,0.16580000519752502,0.004600000102072954,0.9344000220298767,0.3560999929904938,-0.035599999129772186,0.9861000180244446,0.16249999403953552,0.03799999877810478,0.7702999711036682,0.6366000175476074,0.05770000070333481,0.8109999895095825,0.5821999907493591,0.004600000102072954,0.9344000220298767,0.3560999929904938,0.03799999877810478,0.7702999711036682,0.6366000175476074,0.004600000102072954,0.9344000220298767,0.3560999929904938,-0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.035599999129772186,0.9861000180244446,0.16249999403953552,0.004600000102072954,0.9344000220298767,0.3560999929904938,0.02449999935925007,0.9380000233650208,0.3458000123500824,-0.035599999129772186,0.9861000180244446,0.16249999403953552,0.02449999935925007,0.9380000233650208,0.3458000123500824,-0.002400000113993883,0.9865999817848206,0.16329999268054962,0.05770000070333481,0.8109999895095825,0.5821999907493591,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.02449999935925007,0.9380000233650208,0.3458000123500824,0.05770000070333481,0.8109999895095825,0.5821999907493591,0.02449999935925007,0.9380000233650208,0.3458000123500824,0.004600000102072954,0.9344000220298767,0.3560999929904938,0.09480000287294388,0.6184999942779541,0.7799999713897705,0.0786999985575676,0.6794999837875366,0.7293999791145325,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.09480000287294388,0.6184999942779541,0.7799999713897705,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.08540000021457672,0.6514000296592712,0.7538999915122986,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.0786999985575676,0.6794999837875366,0.7293999791145325,0.06019999831914902,0.7386999726295471,0.6714000105857849,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.06019999831914902,0.7386999726295471,0.6714000105857849,0.06390000134706497,0.7595999836921692,0.6471999883651733,0.08540000021457672,0.6514000296592712,0.7538999915122986,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.05770000070333481,0.8109999895095825,0.5821999907493591,0.08540000021457672,0.6514000296592712,0.7538999915122986,0.05770000070333481,0.8109999895095825,0.5821999907493591,0.03799999877810478,0.7702999711036682,0.6366000175476074,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.06390000134706497,0.7595999836921692,0.6471999883651733,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.08089999854564667,0.7045000195503235,0.7050999999046326,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.05770000070333481,0.8109999895095825,0.5821999907493591,0,0.7996000051498413,0.6004999876022339,0,0.8108000159263611,0.5853000283241272,0.03909999877214432,0.7962999939918518,0.6036999821662903,0,0.7996000051498413,0.6004999876022339,0.03909999877214432,0.7962999939918518,0.6036999821662903,0.03550000116229057,0.781499981880188,0.6230000257492065,0,0.8108000159263611,0.5853000283241272,0,0.8611999750137329,0.5081999897956848,0.03449999913573265,0.8539999723434448,0.51910001039505,0,0.8108000159263611,0.5853000283241272,0.03449999913573265,0.8539999723434448,0.51910001039505,0.03909999877214432,0.7962999939918518,0.6036999821662903,0.03550000116229057,0.781499981880188,0.6230000257492065,0.03909999877214432,0.7962999939918518,0.6036999821662903,0.06390000134706497,0.7595999836921692,0.6471999883651733,0.03550000116229057,0.781499981880188,0.6230000257492065,0.06390000134706497,0.7595999836921692,0.6471999883651733,0.06019999831914902,0.7386999726295471,0.6714000105857849,0.03909999877214432,0.7962999939918518,0.6036999821662903,0.03449999913573265,0.8539999723434448,0.51910001039505,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.03909999877214432,0.7962999939918518,0.6036999821662903,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.06390000134706497,0.7595999836921692,0.6471999883651733,0,0.986299991607666,0.1647000014781952,0.0071000000461936,0.986299991607666,0.16449999809265137,0.020899999886751175,0.9401000142097473,0.3402000069618225,0,0.986299991607666,0.1647000014781952,0.020899999886751175,0.9401000142097473,0.3402000069618225,0,0.9413999915122986,0.33730000257492065,0.0071000000461936,0.986299991607666,0.16449999809265137,-0.002400000113993883,0.9865999817848206,0.16329999268054962,0.02449999935925007,0.9380000233650208,0.3458000123500824,0.0071000000461936,0.986299991607666,0.16449999809265137,0.02449999935925007,0.9380000233650208,0.3458000123500824,0.020899999886751175,0.9401000142097473,0.3402000069618225,0,0.9413999915122986,0.33730000257492065,0.020899999886751175,0.9401000142097473,0.3402000069618225,0.03449999913573265,0.8539999723434448,0.51910001039505,0,0.9413999915122986,0.33730000257492065,0.03449999913573265,0.8539999723434448,0.51910001039505,0,0.8611999750137329,0.5081999897956848,0.020899999886751175,0.9401000142097473,0.3402000069618225,0.02449999935925007,0.9380000233650208,0.3458000123500824,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.020899999886751175,0.9401000142097473,0.3402000069618225,0.053599998354911804,0.8367000222206116,0.5450999736785889,0.03449999913573265,0.8539999723434448,0.51910001039505,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.4284000098705292,0.6881999969482422,0.5855000019073486,-0.36739999055862427,0.7512999773025513,0.54830002784729,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.36739999055862427,0.7512999773025513,0.54830002784729,-0.5853000283241272,0.7889000177383423,0.18700000643730164,-0.08169999718666077,0.5292999744415283,0.8445000052452087,-0.06430000066757202,0.5895000100135803,0.8051999807357788,-0.36739999055862427,0.7512999773025513,0.54830002784729,-0.08169999718666077,0.5292999744415283,0.8445000052452087,-0.36739999055862427,0.7512999773025513,0.54830002784729,-0.4284000098705292,0.6881999969482422,0.5855000019073486,-0.5853000283241272,0.7889000177383423,0.18700000643730164,-0.36739999055862427,0.7512999773025513,0.54830002784729,-0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.5853000283241272,0.7889000177383423,0.18700000643730164,-0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.4169999957084656,0.8902000188827515,0.1834000051021576,-0.06430000066757202,0.5895000100135803,0.8051999807357788,-0.03709999844431877,0.6593999862670898,0.7508999705314636,-0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.06430000066757202,0.5895000100135803,0.8051999807357788,-0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.36739999055862427,0.7512999773025513,0.54830002784729,0.014399999752640724,0.5343999862670898,0.8450999855995178,0.036400001496076584,0.5716999769210815,0.819599986076355,0.023900000378489494,0.5357000231742859,0.8440999984741211,0.014399999752640724,0.5343999862670898,0.8450999855995178,0.023900000378489494,0.5357000231742859,0.8440999984741211,0.007499999832361937,0.49050000309944153,0.871399998664856,0.036400001496076584,0.5716999769210815,0.819599986076355,0.057100001722574234,0.6065999865531921,0.792900025844574,0.043800000101327896,0.5809999704360962,0.8126999735832214,0.036400001496076584,0.5716999769210815,0.819599986076355,0.043800000101327896,0.5809999704360962,0.8126999735832214,0.023900000378489494,0.5357000231742859,0.8440999984741211,0.007499999832361937,0.49050000309944153,0.871399998664856,0.023900000378489494,0.5357000231742859,0.8440999984741211,-0.06430000066757202,0.5895000100135803,0.8051999807357788,0.007499999832361937,0.49050000309944153,0.871399998664856,-0.06430000066757202,0.5895000100135803,0.8051999807357788,-0.08169999718666077,0.5292999744415283,0.8445000052452087,0.023900000378489494,0.5357000231742859,0.8440999984741211,0.043800000101327896,0.5809999704360962,0.8126999735832214,-0.03709999844431877,0.6593999862670898,0.7508999705314636,0.023900000378489494,0.5357000231742859,0.8440999984741211,-0.03709999844431877,0.6593999862670898,0.7508999705314636,-0.06430000066757202,0.5895000100135803,0.8051999807357788,0.08540000021457672,0.6514000296592712,0.7538999915122986,0.06750000268220901,0.6177999973297119,0.7835000157356262,0.07810000330209732,0.6273000240325928,0.7749000191688538,0.08540000021457672,0.6514000296592712,0.7538999915122986,0.07810000330209732,0.6273000240325928,0.7749000191688538,0.09480000287294388,0.6184999942779541,0.7799999713897705,0.03799999877810478,0.7702999711036682,0.6366000175476074,-0.0005000000237487257,0.7218000292778015,0.6920999884605408,0.06750000268220901,0.6177999973297119,0.7835000157356262,0.03799999877810478,0.7702999711036682,0.6366000175476074,0.06750000268220901,0.6177999973297119,0.7835000157356262,0.08540000021457672,0.6514000296592712,0.7538999915122986,0.06750000268220901,0.6177999973297119,0.7835000157356262,0.043800000101327896,0.5809999704360962,0.8126999735832214,0.057100001722574234,0.6065999865531921,0.792900025844574,0.06750000268220901,0.6177999973297119,0.7835000157356262,0.057100001722574234,0.6065999865531921,0.792900025844574,0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.0005000000237487257,0.7218000292778015,0.6920999884605408,-0.03709999844431877,0.6593999862670898,0.7508999705314636,0.043800000101327896,0.5809999704360962,0.8126999735832214,-0.0005000000237487257,0.7218000292778015,0.6920999884605408,0.043800000101327896,0.5809999704360962,0.8126999735832214,0.06750000268220901,0.6177999973297119,0.7835000157356262,-0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.11739999800920486,0.9790999889373779,0.16580000519752502,-0.25049999356269836,0.9520000219345093,0.17569999396800995,-0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.25049999356269836,0.9520000219345093,0.17569999396800995,-0.15389999747276306,0.8848000168800354,0.43970000743865967,-0.15389999747276306,0.8848000168800354,0.43970000743865967,-0.25049999356269836,0.9520000219345093,0.17569999396800995,-0.4169999957084656,0.8902000188827515,0.1834000051021576,-0.15389999747276306,0.8848000168800354,0.43970000743865967,-0.4169999957084656,0.8902000188827515,0.1834000051021576,-0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.15389999747276306,0.8848000168800354,0.43970000743865967,-0.0005000000237487257,0.7218000292778015,0.6920999884605408,-0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.0005000000237487257,0.7218000292778015,0.6920999884605408,0.03799999877810478,0.7702999711036682,0.6366000175476074,-0.15389999747276306,0.8848000168800354,0.43970000743865967,-0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.03709999844431877,0.6593999862670898,0.7508999705314636,-0.15389999747276306,0.8848000168800354,0.43970000743865967,-0.03709999844431877,0.6593999862670898,0.7508999705314636,-0.0005000000237487257,0.7218000292778015,0.6920999884605408,-0.06719999760389328,-0.03929999843239784,0.996999979019165,-0.052400000393390656,-0.032600000500679016,0.9980999827384949,-0.04190000146627426,0.003100000089034438,0.9991000294685364,-0.06719999760389328,-0.03929999843239784,0.996999979019165,-0.04190000146627426,0.003100000089034438,0.9991000294685364,-0.06509999930858612,-0.021700000390410423,0.9976000189781189,-0.052400000393390656,-0.032600000500679016,0.9980999827384949,-0.031599998474121094,-0.0215000007301569,0.9993000030517578,-0.026799999177455902,0.014800000004470348,0.9994999766349792,-0.052400000393390656,-0.032600000500679016,0.9980999827384949,-0.026799999177455902,0.014800000004470348,0.9994999766349792,-0.04190000146627426,0.003100000089034438,0.9991000294685364,-0.06509999930858612,-0.021700000390410423,0.9976000189781189,-0.04190000146627426,0.003100000089034438,0.9991000294685364,-0.035100001841783524,0.012000000104308128,0.9993000030517578,-0.06509999930858612,-0.021700000390410423,0.9976000189781189,-0.035100001841783524,0.012000000104308128,0.9993000030517578,-0.05700000002980232,-0.00419999985024333,0.9983999729156494,-0.04190000146627426,0.003100000089034438,0.9991000294685364,-0.026799999177455902,0.014800000004470348,0.9994999766349792,-0.02239999920129776,0.021400000900030136,0.9994999766349792,-0.04190000146627426,0.003100000089034438,0.9991000294685364,-0.02239999920129776,0.021400000900030136,0.9994999766349792,-0.035100001841783524,0.012000000104308128,0.9993000030517578,0.0007999999797903001,-0.004699999932199717,1,0.009100000374019146,0.009800000116229057,0.9998999834060669,-0.012799999676644802,0.01899999938905239,0.9997000098228455,0.0007999999797903001,-0.004699999932199717,1,-0.012799999676644802,0.01899999938905239,0.9997000098228455,-0.011699999682605267,-0.011599999852478504,0.9998999834060669,0.009100000374019146,0.009800000116229057,0.9998999834060669,0.012900000438094139,0.019899999722838402,0.9997000098228455,-0.009999999776482582,0.024800000712275505,0.9995999932289124,0.009100000374019146,0.009800000116229057,0.9998999834060669,-0.009999999776482582,0.024800000712275505,0.9995999932289124,-0.012799999676644802,0.01899999938905239,0.9997000098228455,-0.011699999682605267,-0.011599999852478504,0.9998999834060669,-0.012799999676644802,0.01899999938905239,0.9997000098228455,-0.026799999177455902,0.014800000004470348,0.9994999766349792,-0.011699999682605267,-0.011599999852478504,0.9998999834060669,-0.026799999177455902,0.014800000004470348,0.9994999766349792,-0.031599998474121094,-0.0215000007301569,0.9993000030517578,-0.012799999676644802,0.01899999938905239,0.9997000098228455,-0.009999999776482582,0.024800000712275505,0.9995999932289124,-0.02239999920129776,0.021400000900030136,0.9994999766349792,-0.012799999676644802,0.01899999938905239,0.9997000098228455,-0.02239999920129776,0.021400000900030136,0.9994999766349792,-0.026799999177455902,0.014800000004470348,0.9994999766349792,-0.005799999926239252,0,1,-0.007199999876320362,0.01850000023841858,0.9998000264167786,0.014800000004470348,0.017100000753998756,0.9997000098228455,-0.005799999926239252,0,1,0.014800000004470348,0.017100000753998756,0.9997000098228455,0.015699999406933784,0,0.9998999834060669,-0.016699999570846558,0,0.9998999834060669,-0.01850000023841858,0.015300000086426735,0.9997000098228455,-0.007199999876320362,0.01850000023841858,0.9998000264167786,-0.016699999570846558,0,0.9998999834060669,-0.007199999876320362,0.01850000023841858,0.9998000264167786,-0.005799999926239252,0,1,-0.007199999876320362,0.01850000023841858,0.9998000264167786,-0.009999999776482582,0.024800000712275505,0.9995999932289124,0.012900000438094139,0.019899999722838402,0.9997000098228455,-0.007199999876320362,0.01850000023841858,0.9998000264167786,0.012900000438094139,0.019899999722838402,0.9997000098228455,0.014800000004470348,0.017100000753998756,0.9997000098228455,-0.01850000023841858,0.015300000086426735,0.9997000098228455,-0.02239999920129776,0.021400000900030136,0.9994999766349792,-0.009999999776482582,0.024800000712275505,0.9995999932289124,-0.01850000023841858,0.015300000086426735,0.9997000098228455,-0.009999999776482582,0.024800000712275505,0.9995999932289124,-0.007199999876320362,0.01850000023841858,0.9998000264167786,-0.02759999968111515,0,0.9995999932289124,-0.04859999939799309,0.0005000000237487257,0.9987999796867371,-0.050700001418590546,0.00139999995008111,0.9987000226974487,-0.02759999968111515,0,0.9995999932289124,-0.050700001418590546,0.00139999995008111,0.9987000226974487,-0.02979999966919422,0.009600000455975533,0.9994999766349792,-0.02979999966919422,0.009600000455975533,0.9994999766349792,-0.050700001418590546,0.00139999995008111,0.9987000226974487,-0.05700000002980232,-0.00419999985024333,0.9983999729156494,-0.02979999966919422,0.009600000455975533,0.9994999766349792,-0.05700000002980232,-0.00419999985024333,0.9983999729156494,-0.035100001841783524,0.012000000104308128,0.9993000030517578,-0.016699999570846558,0,0.9998999834060669,-0.02759999968111515,0,0.9995999932289124,-0.02979999966919422,0.009600000455975533,0.9994999766349792,-0.016699999570846558,0,0.9998999834060669,-0.02979999966919422,0.009600000455975533,0.9994999766349792,-0.01850000023841858,0.015300000086426735,0.9997000098228455,-0.01850000023841858,0.015300000086426735,0.9997000098228455,-0.02979999966919422,0.009600000455975533,0.9994999766349792,-0.035100001841783524,0.012000000104308128,0.9993000030517578,-0.01850000023841858,0.015300000086426735,0.9997000098228455,-0.035100001841783524,0.012000000104308128,0.9993000030517578,-0.02239999920129776,0.021400000900030136,0.9994999766349792,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.9714000225067139,0.23759999871253967,0.002300000051036477,-0.984499990940094,0.17560000717639923,0.0034000000450760126,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.984499990940094,0.17560000717639923,0.0034000000450760126,-0.9846000075340271,0.1746000051498413,0.008899999782443047,-0.9714000225067139,0.23759999871253967,0.002300000051036477,-0.9708999991416931,0.2395000010728836,0.0008999999845400453,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-0.9714000225067139,0.23759999871253967,0.002300000051036477,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-0.984499990940094,0.17560000717639923,0.0034000000450760126,-0.984499990940094,0.17560000717639923,0.0034000000450760126,-0.9934999942779541,0.11379999667406082,0.00419999985024333,-0.9932000041007996,0.11599999666213989,0.010900000110268593,-0.984499990940094,0.17560000717639923,0.0034000000450760126,-0.9932000041007996,0.11599999666213989,0.010900000110268593,-0.9846000075340271,0.1746000051498413,0.008899999782443047,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-0.9936000108718872,0.11259999871253967,0.0017000000225380063,-0.9934999942779541,0.11379999667406082,0.00419999985024333,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-0.9934999942779541,0.11379999667406082,0.00419999985024333,-0.984499990940094,0.17560000717639923,0.0034000000450760126,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9843000173568726,0.1762000024318695,0.0003000000142492354,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.1762000024318695,0.0003000000142492354,-0.9707000255584717,0.2401999980211258,0.00019999999494757503,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0.00039999998989515007,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0.00039999998989515007,-0.9843000173568726,0.1762000024318695,0.0003000000142492354,-0.9707000255584717,0.2401999980211258,0.00019999999494757503,-0.9843000173568726,0.1762000024318695,0.0003000000142492354,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-0.9707000255584717,0.2401999980211258,0.00019999999494757503,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-0.9708999991416931,0.2395000010728836,0.0008999999845400453,-0.9843000173568726,0.1762000024318695,0.0003000000142492354,-0.9937000274658203,0.11219999939203262,0.00039999998989515007,-0.9936000108718872,0.11259999871253967,0.0017000000225380063,-0.9843000173568726,0.1762000024318695,0.0003000000142492354,-0.9936000108718872,0.11259999871253967,0.0017000000225380063,-0.9843999743461609,0.1761000007390976,0.0013000000035390258,-1,0,0.0005000000237487257,-0.9986000061035156,0.05209999904036522,0.0005000000237487257,-0.9986000061035156,0.05209999904036522,0,-1,0,0.0005000000237487257,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-1,0,0.0017999999690800905,-0.9986000061035156,0.052799999713897705,0.0017999999690800905,-0.9986000061035156,0.05209999904036522,0.0005000000237487257,-1,0,0.0017999999690800905,-0.9986000061035156,0.05209999904036522,0.0005000000237487257,-1,0,0.0005000000237487257,-0.9986000061035156,0.05209999904036522,0.0005000000237487257,-0.9937000274658203,0.11219999939203262,0.00039999998989515007,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0.0005000000237487257,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.052799999713897705,0.0017999999690800905,-0.9936000108718872,0.11259999871253967,0.0017000000225380063,-0.9937000274658203,0.11219999939203262,0.00039999998989515007,-0.9986000061035156,0.052799999713897705,0.0017999999690800905,-0.9937000274658203,0.11219999939203262,0.00039999998989515007,-0.9986000061035156,0.05209999904036522,0.0005000000237487257,-0.9998999834060669,0,0.011800000444054604,-0.9983000159263611,0.05790000036358833,0.011699999682605267,-0.9984999895095825,0.05460000038146973,0.0044999998062849045,-0.9998999834060669,0,0.011800000444054604,-0.9984999895095825,0.05460000038146973,0.0044999998062849045,-1,0,0.004600000102072954,-0.9983000159263611,0.05790000036358833,0.011699999682605267,-0.9932000041007996,0.11599999666213989,0.010900000110268593,-0.9934999942779541,0.11379999667406082,0.00419999985024333,-0.9983000159263611,0.05790000036358833,0.011699999682605267,-0.9934999942779541,0.11379999667406082,0.00419999985024333,-0.9984999895095825,0.05460000038146973,0.0044999998062849045,-1,0,0.004600000102072954,-0.9984999895095825,0.05460000038146973,0.0044999998062849045,-0.9986000061035156,0.052799999713897705,0.0017999999690800905,-1,0,0.004600000102072954,-0.9986000061035156,0.052799999713897705,0.0017999999690800905,-1,0,0.0017999999690800905,-0.9984999895095825,0.05460000038146973,0.0044999998062849045,-0.9934999942779541,0.11379999667406082,0.00419999985024333,-0.9936000108718872,0.11259999871253967,0.0017000000225380063,-0.9984999895095825,0.05460000038146973,0.0044999998062849045,-0.9936000108718872,0.11259999871253967,0.0017000000225380063,-0.9986000061035156,0.052799999713897705,0.0017999999690800905,-0.968999981880188,0.24070000648498535,-0.055399999022483826,-0.947700023651123,0.31439998745918274,-0.05530000105500221,-0.9380999803543091,0.3127000033855438,-0.1485999971628189,-0.968999981880188,0.24070000648498535,-0.055399999022483826,-0.9380999803543091,0.3127000033855438,-0.1485999971628189,-0.9593999981880188,0.23980000615119934,-0.14869999885559082,-0.9704999923706055,0.24050000309944153,-0.019899999722838402,-0.9491000175476074,0.314300000667572,-0.019899999722838402,-0.947700023651123,0.31439998745918274,-0.05530000105500221,-0.9704999923706055,0.24050000309944153,-0.019899999722838402,-0.947700023651123,0.31439998745918274,-0.05530000105500221,-0.968999981880188,0.24070000648498535,-0.055399999022483826,-0.947700023651123,0.31439998745918274,-0.05530000105500221,-0.9129999876022339,0.4043000042438507,-0.05530000105500221,-0.9036999940872192,0.4016999900341034,-0.14839999377727509,-0.947700023651123,0.31439998745918274,-0.05530000105500221,-0.9036999940872192,0.4016999900341034,-0.14839999377727509,-0.9380999803543091,0.3127000033855438,-0.1485999971628189,-0.9491000175476074,0.314300000667572,-0.019899999722838402,-0.9143999814987183,0.4043000042438507,-0.019899999722838402,-0.9129999876022339,0.4043000042438507,-0.05530000105500221,-0.9491000175476074,0.314300000667572,-0.019899999722838402,-0.9129999876022339,0.4043000042438507,-0.05530000105500221,-0.947700023651123,0.31439998745918274,-0.05530000105500221,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140999972820282,-0.0044999998062849045,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140999972820282,-0.0044999998062849045,-0.9707000255584717,0.2402999997138977,-0.0044999998062849045,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041999876499176,-0.0044999998062849045,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041999876499176,-0.0044999998062849045,-0.949400007724762,0.3140999972820282,-0.0044999998062849045,-0.9707000255584717,0.2402999997138977,-0.0044999998062849045,-0.949400007724762,0.3140999972820282,-0.0044999998062849045,-0.9491000175476074,0.314300000667572,-0.019899999722838402,-0.9707000255584717,0.2402999997138977,-0.0044999998062849045,-0.9491000175476074,0.314300000667572,-0.019899999722838402,-0.9704999923706055,0.24050000309944153,-0.019899999722838402,-0.949400007724762,0.3140999972820282,-0.0044999998062849045,-0.9146999716758728,0.4041999876499176,-0.0044999998062849045,-0.9143999814987183,0.4043000042438507,-0.019899999722838402,-0.949400007724762,0.3140999972820282,-0.0044999998062849045,-0.9143999814987183,0.4043000042438507,-0.019899999722838402,-0.9491000175476074,0.314300000667572,-0.019899999722838402,-0.8058000206947327,0.5921000242233276,-0.004399999976158142,-0.8659999966621399,0.5,-0.0044999998062849045,-0.8659999966621399,0.5,0,-0.8058000206947327,0.5921000242233276,-0.004399999976158142,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,0,-0.8055999875068665,0.592199981212616,-0.01979999989271164,-0.8657000064849854,0.5001000165939331,-0.01979999989271164,-0.8659999966621399,0.5,-0.0044999998062849045,-0.8055999875068665,0.592199981212616,-0.01979999989271164,-0.8659999966621399,0.5,-0.0044999998062849045,-0.8058000206947327,0.5921000242233276,-0.004399999976158142,-0.8659999966621399,0.5,-0.0044999998062849045,-0.9146999716758728,0.4041999876499176,-0.0044999998062849045,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,-0.0044999998062849045,-0.9146999716758728,0.4041000008583069,0,-0.8659999966621399,0.5,0,-0.8657000064849854,0.5001000165939331,-0.01979999989271164,-0.9143999814987183,0.4043000042438507,-0.019899999722838402,-0.9146999716758728,0.4041999876499176,-0.0044999998062849045,-0.8657000064849854,0.5001000165939331,-0.01979999989271164,-0.9146999716758728,0.4041999876499176,-0.0044999998062849045,-0.8659999966621399,0.5,-0.0044999998062849045,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.855400025844574,0.49639999866485596,-0.14800000190734863,-0.864300012588501,0.4999000132083893,-0.0551999993622303,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.864300012588501,0.4999000132083893,-0.0551999993622303,-0.8041999936103821,0.5917999744415283,-0.05510000139474869,-0.855400025844574,0.49639999866485596,-0.14800000190734863,-0.9036999940872192,0.4016999900341034,-0.14839999377727509,-0.9129999876022339,0.4043000042438507,-0.05530000105500221,-0.855400025844574,0.49639999866485596,-0.14800000190734863,-0.9129999876022339,0.4043000042438507,-0.05530000105500221,-0.864300012588501,0.4999000132083893,-0.0551999993622303,-0.8041999936103821,0.5917999744415283,-0.05510000139474869,-0.864300012588501,0.4999000132083893,-0.0551999993622303,-0.8657000064849854,0.5001000165939331,-0.01979999989271164,-0.8041999936103821,0.5917999744415283,-0.05510000139474869,-0.8657000064849854,0.5001000165939331,-0.01979999989271164,-0.8055999875068665,0.592199981212616,-0.01979999989271164,-0.864300012588501,0.4999000132083893,-0.0551999993622303,-0.9129999876022339,0.4043000042438507,-0.05530000105500221,-0.9143999814987183,0.4043000042438507,-0.019899999722838402,-0.864300012588501,0.4999000132083893,-0.0551999993622303,-0.9143999814987183,0.4043000042438507,-0.019899999722838402,-0.8657000064849854,0.5001000165939331,-0.01979999989271164,-0.9509999752044678,0.2126999944448471,0.22450000047683716,-0.9496999979019165,0.1656000018119812,0.26600000262260437,-0.8278999924659729,0.14990000426769257,0.5404999852180481,-0.9509999752044678,0.2126999944448471,0.22450000047683716,-0.8278999924659729,0.14990000426769257,0.5404999852180481,-0.8531000018119812,0.19470000267028809,0.48399999737739563,-0.9739999771118164,0.22059999406337738,0.052299998700618744,-0.9829999804496765,0.1712000072002411,0.06610000133514404,-0.9496999979019165,0.1656000018119812,0.26600000262260437,-0.9739999771118164,0.22059999406337738,0.052299998700618744,-0.9496999979019165,0.1656000018119812,0.26600000262260437,-0.9509999752044678,0.2126999944448471,0.22450000047683716,-0.9496999979019165,0.1656000018119812,0.26600000262260437,-0.9495000243186951,0.11900000274181366,0.2903999984264374,-0.8144000172615051,0.10890000313520432,0.5699999928474426,-0.9496999979019165,0.1656000018119812,0.26600000262260437,-0.8144000172615051,0.10890000313520432,0.5699999928474426,-0.8278999924659729,0.14990000426769257,0.5404999852180481,-0.9829999804496765,0.1712000072002411,0.06610000133514404,-0.9897000193595886,0.12160000205039978,0.07500000298023224,-0.9495000243186951,0.11900000274181366,0.2903999984264374,-0.9829999804496765,0.1712000072002411,0.06610000133514404,-0.9495000243186951,0.11900000274181366,0.2903999984264374,-0.9496999979019165,0.1656000018119812,0.26600000262260437,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.9846000075340271,0.1746000051498413,0.008899999782443047,-0.9846000075340271,0.17309999465942383,0.023099999874830246,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.9846000075340271,0.17309999465942383,0.023099999874830246,-0.9735999703407288,0.22759999334812164,0.016899999231100082,-0.9846000075340271,0.1746000051498413,0.008899999782443047,-0.9932000041007996,0.11599999666213989,0.010900000110268593,-0.9925000071525574,0.11909999698400497,0.027300000190734863,-0.9846000075340271,0.1746000051498413,0.008899999782443047,-0.9925000071525574,0.11909999698400497,0.027300000190734863,-0.9846000075340271,0.17309999465942383,0.023099999874830246,-0.9735999703407288,0.22759999334812164,0.016899999231100082,-0.9846000075340271,0.17309999465942383,0.023099999874830246,-0.9829999804496765,0.1712000072002411,0.06610000133514404,-0.9735999703407288,0.22759999334812164,0.016899999231100082,-0.9829999804496765,0.1712000072002411,0.06610000133514404,-0.9739999771118164,0.22059999406337738,0.052299998700618744,-0.9846000075340271,0.17309999465942383,0.023099999874830246,-0.9925000071525574,0.11909999698400497,0.027300000190734863,-0.9897000193595886,0.12160000205039978,0.07500000298023224,-0.9846000075340271,0.17309999465942383,0.023099999874830246,-0.9897000193595886,0.12160000205039978,0.07500000298023224,-0.9829999804496765,0.1712000072002411,0.06610000133514404,-0.9995999932289124,0,0.029500000178813934,-0.9976000189781189,0.062300000339746475,0.029200000688433647,-0.9983000159263611,0.05790000036358833,0.011699999682605267,-0.9995999932289124,0,0.029500000178813934,-0.9983000159263611,0.05790000036358833,0.011699999682605267,-0.9998999834060669,0,0.011800000444054604,-0.9968000054359436,0,0.08020000159740448,-0.994700014591217,0.06620000302791595,0.07930000126361847,-0.9976000189781189,0.062300000339746475,0.029200000688433647,-0.9968000054359436,0,0.08020000159740448,-0.9976000189781189,0.062300000339746475,0.029200000688433647,-0.9995999932289124,0,0.029500000178813934,-0.9976000189781189,0.062300000339746475,0.029200000688433647,-0.9925000071525574,0.11909999698400497,0.027300000190734863,-0.9932000041007996,0.11599999666213989,0.010900000110268593,-0.9976000189781189,0.062300000339746475,0.029200000688433647,-0.9932000041007996,0.11599999666213989,0.010900000110268593,-0.9983000159263611,0.05790000036358833,0.011699999682605267,-0.994700014591217,0.06620000302791595,0.07930000126361847,-0.9897000193595886,0.12160000205039978,0.07500000298023224,-0.9925000071525574,0.11909999698400497,0.027300000190734863,-0.994700014591217,0.06620000302791595,0.07930000126361847,-0.9925000071525574,0.11909999698400497,0.027300000190734863,-0.9976000189781189,0.062300000339746475,0.029200000688433647,-0.8090999722480774,0,0.5877000093460083,-0.8087999820709229,0.06109999865293503,0.5849000215530396,-0.9513000249862671,0.065700002014637,0.3012999892234802,-0.8090999722480774,0,0.5877000093460083,-0.9513000249862671,0.065700002014637,0.3012999892234802,-0.9531000256538391,0,0.30250000953674316,-0.8087999820709229,0.06109999865293503,0.5849000215530396,-0.8144000172615051,0.10890000313520432,0.5699999928474426,-0.9495000243186951,0.11900000274181366,0.2903999984264374,-0.8087999820709229,0.06109999865293503,0.5849000215530396,-0.9495000243186951,0.11900000274181366,0.2903999984264374,-0.9513000249862671,0.065700002014637,0.3012999892234802,-0.9531000256538391,0,0.30250000953674316,-0.9513000249862671,0.065700002014637,0.3012999892234802,-0.994700014591217,0.06620000302791595,0.07930000126361847,-0.9531000256538391,0,0.30250000953674316,-0.994700014591217,0.06620000302791595,0.07930000126361847,-0.9968000054359436,0,0.08020000159740448,-0.9513000249862671,0.065700002014637,0.3012999892234802,-0.9495000243186951,0.11900000274181366,0.2903999984264374,-0.9897000193595886,0.12160000205039978,0.07500000298023224,-0.9513000249862671,0.065700002014637,0.3012999892234802,-0.9897000193595886,0.12160000205039978,0.07500000298023224,-0.994700014591217,0.06620000302791595,0.07930000126361847,-0.5194000005722046,0.12269999831914902,0.8457000255584717,-0.5536999702453613,0.22290000319480896,0.802299976348877,-0.8780999779701233,0.2870999872684479,0.38280001282691956,-0.5194000005722046,0.12269999831914902,0.8457000255584717,-0.8780999779701233,0.2870999872684479,0.38280001282691956,-0.8531000018119812,0.19470000267028809,0.48399999737739563,-0.12380000203847885,0.04690000042319298,0.9911999702453613,-0.11829999834299088,0.10480000078678131,0.9873999953269958,-0.5536999702453613,0.22290000319480896,0.802299976348877,-0.12380000203847885,0.04690000042319298,0.9911999702453613,-0.5536999702453613,0.22290000319480896,0.802299976348877,-0.5194000005722046,0.12269999831914902,0.8457000255584717,-0.5536999702453613,0.22290000319480896,0.802299976348877,-0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.8529000282287598,0.4544000029563904,0.257099986076355,-0.5536999702453613,0.22290000319480896,0.802299976348877,-0.8529000282287598,0.4544000029563904,0.257099986076355,-0.8780999779701233,0.2870999872684479,0.38280001282691956,-0.11829999834299088,0.10480000078678131,0.9873999953269958,-0.11460000276565552,0.26100000739097595,0.9585000276565552,-0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.11829999834299088,0.10480000078678131,0.9873999953269958,-0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.5536999702453613,0.22290000319480896,0.802299976348877,-0.0026000000070780516,0.00860000029206276,1,-0.0038999998942017555,0.07360000163316727,0.9973000288009644,-0.01720000058412552,0.07079999893903732,0.9973000288009644,-0.0026000000070780516,0.00860000029206276,1,-0.01720000058412552,0.07079999893903732,0.9973000288009644,-0.01889999955892563,0.01860000006854534,0.9995999932289124,-0.0038999998942017555,0.07360000163316727,0.9973000288009644,-0.0034000000450760126,0.24860000610351562,0.9685999751091003,-0.01269999984651804,0.22030000388622284,0.9753999710083008,-0.0038999998942017555,0.07360000163316727,0.9973000288009644,-0.01269999984651804,0.22030000388622284,0.9753999710083008,-0.01720000058412552,0.07079999893903732,0.9973000288009644,-0.01889999955892563,0.01860000006854534,0.9995999932289124,-0.01720000058412552,0.07079999893903732,0.9973000288009644,-0.11829999834299088,0.10480000078678131,0.9873999953269958,-0.01889999955892563,0.01860000006854534,0.9995999932289124,-0.11829999834299088,0.10480000078678131,0.9873999953269958,-0.12380000203847885,0.04690000042319298,0.9911999702453613,-0.01720000058412552,0.07079999893903732,0.9973000288009644,-0.01269999984651804,0.22030000388622284,0.9753999710083008,-0.11460000276565552,0.26100000739097595,0.9585000276565552,-0.01720000058412552,0.07079999893903732,0.9973000288009644,-0.11460000276565552,0.26100000739097595,0.9585000276565552,-0.11829999834299088,0.10480000078678131,0.9873999953269958,0.007499999832361937,0.49050000309944153,0.871399998664856,-0.00430000014603138,0.39329999685287476,0.9193999767303467,0.002199999988079071,0.4336000084877014,0.9010999798774719,0.007499999832361937,0.49050000309944153,0.871399998664856,0.002199999988079071,0.4336000084877014,0.9010999798774719,0.014399999752640724,0.5343999862670898,0.8450999855995178,-0.08169999718666077,0.5292999744415283,0.8445000052452087,-0.09969999641180038,0.43380001187324524,0.8955000042915344,-0.00430000014603138,0.39329999685287476,0.9193999767303467,-0.08169999718666077,0.5292999744415283,0.8445000052452087,-0.00430000014603138,0.39329999685287476,0.9193999767303467,0.007499999832361937,0.49050000309944153,0.871399998664856,-0.00430000014603138,0.39329999685287476,0.9193999767303467,-0.01269999984651804,0.22030000388622284,0.9753999710083008,-0.0034000000450760126,0.24860000610351562,0.9685999751091003,-0.00430000014603138,0.39329999685287476,0.9193999767303467,-0.0034000000450760126,0.24860000610351562,0.9685999751091003,0.002199999988079071,0.4336000084877014,0.9010999798774719,-0.09969999641180038,0.43380001187324524,0.8955000042915344,-0.11460000276565552,0.26100000739097595,0.9585000276565552,-0.01269999984651804,0.22030000388622284,0.9753999710083008,-0.09969999641180038,0.43380001187324524,0.8955000042915344,-0.01269999984651804,0.22030000388622284,0.9753999710083008,-0.00430000014603138,0.39329999685287476,0.9193999767303467,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.7684000134468079,0.6129000186920166,0.1842000037431717,-0.49399998784065247,0.5978999733924866,0.6312000155448914,-0.6845999956130981,0.7057999968528748,0.18250000476837158,-0.49399998784065247,0.5978999733924866,0.6312000155448914,-0.4284000098705292,0.6881999969482422,0.5855000019073486,-0.7684000134468079,0.6129000186920166,0.1842000037431717,-0.8529000282287598,0.4544000029563904,0.257099986076355,-0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.7684000134468079,0.6129000186920166,0.1842000037431717,-0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.49399998784065247,0.5978999733924866,0.6312000155448914,-0.4284000098705292,0.6881999969482422,0.5855000019073486,-0.49399998784065247,0.5978999733924866,0.6312000155448914,-0.09969999641180038,0.43380001187324524,0.8955000042915344,-0.4284000098705292,0.6881999969482422,0.5855000019073486,-0.09969999641180038,0.43380001187324524,0.8955000042915344,-0.08169999718666077,0.5292999744415283,0.8445000052452087,-0.49399998784065247,0.5978999733924866,0.6312000155448914,-0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.11460000276565552,0.26100000739097595,0.9585000276565552,-0.49399998784065247,0.5978999733924866,0.6312000155448914,-0.11460000276565552,0.26100000739097595,0.9585000276565552,-0.09969999641180038,0.43380001187324524,0.8955000042915344,-0.8659999966621399,0.5,0,-0.866100013256073,0.4999000132083893,-0.00009999999747378752,-0.805899977684021,0.5921000242233276,-0.00009999999747378752,-0.8659999966621399,0.5,0,-0.805899977684021,0.5921000242233276,-0.00009999999747378752,-0.805899977684021,0.5921000242233276,0,-0.9146999716758728,0.4041000008583069,0,-0.9146999716758728,0.4041000008583069,-0.00009999999747378752,-0.866100013256073,0.4999000132083893,-0.00009999999747378752,-0.9146999716758728,0.4041000008583069,0,-0.866100013256073,0.4999000132083893,-0.00009999999747378752,-0.8659999966621399,0.5,0,-0.866100013256073,0.4999000132083893,-0.00009999999747378752,-0.8654999732971191,0.5008000135421753,-0.0005000000237487257,-0.8051999807357788,0.5931000113487244,-0.0005000000237487257,-0.866100013256073,0.4999000132083893,-0.00009999999747378752,-0.8051999807357788,0.5931000113487244,-0.0005000000237487257,-0.805899977684021,0.5921000242233276,-0.00009999999747378752,-0.9146999716758728,0.4041000008583069,-0.00009999999747378752,-0.9146000146865845,0.4043000042438507,-0.00019999999494757503,-0.8654999732971191,0.5008000135421753,-0.0005000000237487257,-0.9146999716758728,0.4041000008583069,-0.00009999999747378752,-0.8654999732971191,0.5008000135421753,-0.0005000000237487257,-0.866100013256073,0.4999000132083893,-0.00009999999747378752,-0.9707000255584717,0.2401999980211258,0,-0.9707000255584717,0.2401999980211258,0.00019999999494757503,-0.949400007724762,0.3140000104904175,0.00009999999747378752,-0.9707000255584717,0.2401999980211258,0,-0.949400007724762,0.3140000104904175,0.00009999999747378752,-0.949400007724762,0.3140000104904175,0,-0.9707000255584717,0.2401999980211258,0.00019999999494757503,-0.9708999991416931,0.2395000010728836,0.0008999999845400453,-0.9495999813079834,0.313400000333786,0.0003000000142492354,-0.9707000255584717,0.2401999980211258,0.00019999999494757503,-0.9495999813079834,0.313400000333786,0.0003000000142492354,-0.949400007724762,0.3140000104904175,0.00009999999747378752,-0.949400007724762,0.3140000104904175,0,-0.949400007724762,0.3140000104904175,0.00009999999747378752,-0.9146999716758728,0.4041000008583069,-0.00009999999747378752,-0.949400007724762,0.3140000104904175,0,-0.9146999716758728,0.4041000008583069,-0.00009999999747378752,-0.9146999716758728,0.4041000008583069,0,-0.949400007724762,0.3140000104904175,0.00009999999747378752,-0.9495999813079834,0.313400000333786,0.0003000000142492354,-0.9146000146865845,0.4043000042438507,-0.00019999999494757503,-0.949400007724762,0.3140000104904175,0.00009999999747378752,-0.9146000146865845,0.4043000042438507,-0.00019999999494757503,-0.9146999716758728,0.4041000008583069,-0.00009999999747378752,-0.9513000249862671,0.30820000171661377,0.002300000051036477,-0.9502000212669373,0.3118000030517578,0.0007999999797903001,-0.9714000225067139,0.23759999871253967,0.002300000051036477,-0.9513000249862671,0.30820000171661377,0.002300000051036477,-0.9714000225067139,0.23759999871253967,0.002300000051036477,-0.9722999930381775,0.2337999939918518,0.006099999882280827,-0.9138000011444092,0.40619999170303345,-0.0015999999595806003,-0.9143000245094299,0.4049000144004822,-0.0006000000284984708,-0.9502000212669373,0.3118000030517578,0.0007999999797903001,-0.9138000011444092,0.40619999170303345,-0.0015999999595806003,-0.9502000212669373,0.3118000030517578,0.0007999999797903001,-0.9513000249862671,0.30820000171661377,0.002300000051036477,-0.9502000212669373,0.3118000030517578,0.0007999999797903001,-0.9495999813079834,0.313400000333786,0.0003000000142492354,-0.9708999991416931,0.2395000010728836,0.0008999999845400453,-0.9502000212669373,0.3118000030517578,0.0007999999797903001,-0.9708999991416931,0.2395000010728836,0.0008999999845400453,-0.9714000225067139,0.23759999871253967,0.002300000051036477,-0.9143000245094299,0.4049000144004822,-0.0006000000284984708,-0.9146000146865845,0.4043000042438507,-0.00019999999494757503,-0.9495999813079834,0.313400000333786,0.0003000000142492354,-0.9143000245094299,0.4049000144004822,-0.0006000000284984708,-0.9495999813079834,0.313400000333786,0.0003000000142492354,-0.9502000212669373,0.3118000030517578,0.0007999999797903001,-0.7978000044822693,0.6029000282287598,-0.0024999999441206455,-0.8029000163078308,0.5960999727249146,-0.0012000000569969416,-0.8639000058174133,0.503600001335144,-0.0013000000035390258,-0.7978000044822693,0.6029000282287598,-0.0024999999441206455,-0.8639000058174133,0.503600001335144,-0.0013000000035390258,-0.8604999780654907,0.5094000101089478,-0.0035000001080334187,-0.8029000163078308,0.5960999727249146,-0.0012000000569969416,-0.8051999807357788,0.5931000113487244,-0.0005000000237487257,-0.8654999732971191,0.5008000135421753,-0.0005000000237487257,-0.8029000163078308,0.5960999727249146,-0.0012000000569969416,-0.8654999732971191,0.5008000135421753,-0.0005000000237487257,-0.8639000058174133,0.503600001335144,-0.0013000000035390258,-0.8604999780654907,0.5094000101089478,-0.0035000001080334187,-0.8639000058174133,0.503600001335144,-0.0013000000035390258,-0.9143000245094299,0.4049000144004822,-0.0006000000284984708,-0.8604999780654907,0.5094000101089478,-0.0035000001080334187,-0.9143000245094299,0.4049000144004822,-0.0006000000284984708,-0.9138000011444092,0.40619999170303345,-0.0015999999595806003,-0.8639000058174133,0.503600001335144,-0.0013000000035390258,-0.8654999732971191,0.5008000135421753,-0.0005000000237487257,-0.9146000146865845,0.4043000042438507,-0.00019999999494757503,-0.8639000058174133,0.503600001335144,-0.0013000000035390258,-0.9146000146865845,0.4043000042438507,-0.00019999999494757503,-0.9143000245094299,0.4049000144004822,-0.0006000000284984708,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.31029999256134033,0.9506000280380249,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.5042999982833862,0.8634999990463257,0,-0.31029999256134033,0.9506000280380249,0,-0.31029999256134033,0.9506000280380249,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.805899977684021,0.5921000242233276,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.6931999921798706,0.72079998254776,0,-0.5042999982833862,0.8634999990463257,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,0,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,0,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,0,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,0,1,0,-0.005900000222027302,1,0,0,1,0,0,1,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.025599999353289604,0.9997000098228455,0,-0.005900000222027302,1,0,-0.005900000222027302,1,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.15880000591278076,0.9872999787330627,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.06769999861717224,0.9976999759674072,0,-0.025599999353289604,0.9997000098228455,0,-0.025599999353289604,0.9997000098228455,0,-0.9984999895095825,0,-0.05550000071525574,-0.9970999956130981,0.05249999836087227,-0.05550000071525574,-0.9873999953269958,0.05260000005364418,-0.14910000562667847,-0.9984999895095825,0,-0.05550000071525574,-0.9873999953269958,0.05260000005364418,-0.14910000562667847,-0.9887999892234802,0,-0.14910000562667847,-0.9998000264167786,0,-0.019999999552965164,-0.9983999729156494,0.052299998700618744,-0.019899999722838402,-0.9970999956130981,0.05249999836087227,-0.05550000071525574,-0.9998000264167786,0,-0.019999999552965164,-0.9970999956130981,0.05249999836087227,-0.05550000071525574,-0.9984999895095825,0,-0.05550000071525574,-0.9970999956130981,0.05249999836087227,-0.05550000071525574,-0.9921000003814697,0.11270000040531158,-0.05550000071525574,-0.9824000000953674,0.1128000020980835,-0.14900000393390656,-0.9970999956130981,0.05249999836087227,-0.05550000071525574,-0.9824000000953674,0.1128000020980835,-0.14900000393390656,-0.9873999953269958,0.05260000005364418,-0.14910000562667847,-0.9983999729156494,0.052299998700618744,-0.019899999722838402,-0.9934999942779541,0.11240000277757645,-0.019899999722838402,-0.9921000003814697,0.11270000040531158,-0.05550000071525574,-0.9983999729156494,0.052299998700618744,-0.019899999722838402,-0.9921000003814697,0.11270000040531158,-0.05550000071525574,-0.9970999956130981,0.05249999836087227,-0.05550000071525574,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.05220000073313713,-0.0044999998062849045,-1,0,0,-0.9986000061035156,0.05220000073313713,-0.0044999998062849045,-1,0,-0.0044999998062849045,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11230000108480453,-0.0044999998062849045,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11230000108480453,-0.0044999998062849045,-0.9986000061035156,0.05220000073313713,-0.0044999998062849045,-1,0,-0.0044999998062849045,-0.9986000061035156,0.05220000073313713,-0.0044999998062849045,-0.9983999729156494,0.052299998700618744,-0.019899999722838402,-1,0,-0.0044999998062849045,-0.9983999729156494,0.052299998700618744,-0.019899999722838402,-0.9998000264167786,0,-0.019999999552965164,-0.9986000061035156,0.05220000073313713,-0.0044999998062849045,-0.9937000274658203,0.11230000108480453,-0.0044999998062849045,-0.9934999942779541,0.11240000277757645,-0.019899999722838402,-0.9986000061035156,0.05220000073313713,-0.0044999998062849045,-0.9934999942779541,0.11240000277757645,-0.019899999722838402,-0.9983999729156494,0.052299998700618744,-0.019899999722838402,-0.9707000255584717,0.2402999997138977,-0.0044999998062849045,-0.9843000173568726,0.17630000412464142,-0.0044999998062849045,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2402999997138977,-0.0044999998062849045,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9704999923706055,0.24050000309944153,-0.019899999722838402,-0.9840999841690063,0.17649999260902405,-0.019899999722838402,-0.9843000173568726,0.17630000412464142,-0.0044999998062849045,-0.9704999923706055,0.24050000309944153,-0.019899999722838402,-0.9843000173568726,0.17630000412464142,-0.0044999998062849045,-0.9707000255584717,0.2402999997138977,-0.0044999998062849045,-0.9843000173568726,0.17630000412464142,-0.0044999998062849045,-0.9937000274658203,0.11230000108480453,-0.0044999998062849045,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,-0.0044999998062849045,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9840999841690063,0.17649999260902405,-0.019899999722838402,-0.9934999942779541,0.11240000277757645,-0.019899999722838402,-0.9937000274658203,0.11230000108480453,-0.0044999998062849045,-0.9840999841690063,0.17649999260902405,-0.019899999722838402,-0.9937000274658203,0.11230000108480453,-0.0044999998062849045,-0.9843000173568726,0.17630000412464142,-0.0044999998062849045,-0.9593999981880188,0.23980000615119934,-0.14869999885559082,-0.9729999899864197,0.17649999260902405,-0.14880000054836273,-0.982699990272522,0.17679999768733978,-0.055399999022483826,-0.9593999981880188,0.23980000615119934,-0.14869999885559082,-0.982699990272522,0.17679999768733978,-0.055399999022483826,-0.968999981880188,0.24070000648498535,-0.055399999022483826,-0.9729999899864197,0.17649999260902405,-0.14880000054836273,-0.9824000000953674,0.1128000020980835,-0.14900000393390656,-0.9921000003814697,0.11270000040531158,-0.05550000071525574,-0.9729999899864197,0.17649999260902405,-0.14880000054836273,-0.9921000003814697,0.11270000040531158,-0.05550000071525574,-0.982699990272522,0.17679999768733978,-0.055399999022483826,-0.968999981880188,0.24070000648498535,-0.055399999022483826,-0.982699990272522,0.17679999768733978,-0.055399999022483826,-0.9840999841690063,0.17649999260902405,-0.019899999722838402,-0.968999981880188,0.24070000648498535,-0.055399999022483826,-0.9840999841690063,0.17649999260902405,-0.019899999722838402,-0.9704999923706055,0.24050000309944153,-0.019899999722838402,-0.982699990272522,0.17679999768733978,-0.055399999022483826,-0.9921000003814697,0.11270000040531158,-0.05550000071525574,-0.9934999942779541,0.11240000277757645,-0.019899999722838402,-0.982699990272522,0.17679999768733978,-0.055399999022483826,-0.9934999942779541,0.11240000277757645,-0.019899999722838402,-0.9840999841690063,0.17649999260902405,-0.019899999722838402,-0.5583999752998352,0,0.8295999765396118,-0.5557000041007996,0.046300001442432404,0.8300999999046326,-0.8087999820709229,0.06109999865293503,0.5849000215530396,-0.5583999752998352,0,0.8295999765396118,-0.8087999820709229,0.06109999865293503,0.5849000215530396,-0.8090999722480774,0,0.5877000093460083,-0.2280000001192093,0,0.9736999869346619,-0.22509999573230743,0.023900000378489494,0.9739999771118164,-0.5557000041007996,0.046300001442432404,0.8300999999046326,-0.2280000001192093,0,0.9736999869346619,-0.5557000041007996,0.046300001442432404,0.8300999999046326,-0.5583999752998352,0,0.8295999765396118,-0.5557000041007996,0.046300001442432404,0.8300999999046326,-0.5421000123023987,0.08030000329017639,0.8364999890327454,-0.8144000172615051,0.10890000313520432,0.5699999928474426,-0.5557000041007996,0.046300001442432404,0.8300999999046326,-0.8144000172615051,0.10890000313520432,0.5699999928474426,-0.8087999820709229,0.06109999865293503,0.5849000215530396,-0.22509999573230743,0.023900000378489494,0.9739999771118164,-0.1987999975681305,0.0421999990940094,0.9790999889373779,-0.5421000123023987,0.08030000329017639,0.8364999890327454,-0.22509999573230743,0.023900000378489494,0.9739999771118164,-0.5421000123023987,0.08030000329017639,0.8364999890327454,-0.5557000041007996,0.046300001442432404,0.8300999999046326,-0.002099999925121665,0,1,-0.0020000000949949026,0.00279999990016222,1,-0.04520000144839287,0.00839999970048666,0.9988999962806702,-0.002099999925121665,0,1,-0.04520000144839287,0.00839999970048666,0.9988999962806702,-0.04529999941587448,0,0.9990000128746033,-0.0020000000949949026,0.00279999990016222,1,-0.002099999925121665,0.004699999932199717,1,-0.03739999979734421,0.016200000420212746,0.9991999864578247,-0.0020000000949949026,0.00279999990016222,1,-0.03739999979734421,0.016200000420212746,0.9991999864578247,-0.04520000144839287,0.00839999970048666,0.9988999962806702,-0.04529999941587448,0,0.9990000128746033,-0.04520000144839287,0.00839999970048666,0.9988999962806702,-0.22509999573230743,0.023900000378489494,0.9739999771118164,-0.04529999941587448,0,0.9990000128746033,-0.22509999573230743,0.023900000378489494,0.9739999771118164,-0.2280000001192093,0,0.9736999869346619,-0.04520000144839287,0.00839999970048666,0.9988999962806702,-0.03739999979734421,0.016200000420212746,0.9991999864578247,-0.1987999975681305,0.0421999990940094,0.9790999889373779,-0.04520000144839287,0.00839999970048666,0.9988999962806702,-0.1987999975681305,0.0421999990940094,0.9790999889373779,-0.22509999573230743,0.023900000378489494,0.9739999771118164,-0.01889999955892563,0.01860000006854534,0.9995999932289124,-0.025100000202655792,0.017999999225139618,0.9994999766349792,-0.002300000051036477,0.006300000008195639,1,-0.01889999955892563,0.01860000006854534,0.9995999932289124,-0.002300000051036477,0.006300000008195639,1,-0.0026000000070780516,0.00860000029206276,1,-0.12380000203847885,0.04690000042319298,0.9911999702453613,-0.15279999375343323,0.04619999974966049,0.9872000217437744,-0.025100000202655792,0.017999999225139618,0.9994999766349792,-0.12380000203847885,0.04690000042319298,0.9911999702453613,-0.025100000202655792,0.017999999225139618,0.9994999766349792,-0.01889999955892563,0.01860000006854534,0.9995999932289124,-0.025100000202655792,0.017999999225139618,0.9994999766349792,-0.03739999979734421,0.016200000420212746,0.9991999864578247,-0.002099999925121665,0.004699999932199717,1,-0.025100000202655792,0.017999999225139618,0.9994999766349792,-0.002099999925121665,0.004699999932199717,1,-0.002300000051036477,0.006300000008195639,1,-0.15279999375343323,0.04619999974966049,0.9872000217437744,-0.1987999975681305,0.0421999990940094,0.9790999889373779,-0.03739999979734421,0.016200000420212746,0.9991999864578247,-0.15279999375343323,0.04619999974966049,0.9872000217437744,-0.03739999979734421,0.016200000420212746,0.9991999864578247,-0.025100000202655792,0.017999999225139618,0.9994999766349792,-0.8531000018119812,0.19470000267028809,0.48399999737739563,-0.8278999924659729,0.14990000426769257,0.5404999852180481,-0.5217999815940857,0.10279999673366547,0.8468999862670898,-0.8531000018119812,0.19470000267028809,0.48399999737739563,-0.5217999815940857,0.10279999673366547,0.8468999862670898,-0.5194000005722046,0.12269999831914902,0.8457000255584717,-0.8278999924659729,0.14990000426769257,0.5404999852180481,-0.8144000172615051,0.10890000313520432,0.5699999928474426,-0.5421000123023987,0.08030000329017639,0.8364999890327454,-0.8278999924659729,0.14990000426769257,0.5404999852180481,-0.5421000123023987,0.08030000329017639,0.8364999890327454,-0.5217999815940857,0.10279999673366547,0.8468999862670898,-0.5194000005722046,0.12269999831914902,0.8457000255584717,-0.5217999815940857,0.10279999673366547,0.8468999862670898,-0.15279999375343323,0.04619999974966049,0.9872000217437744,-0.5194000005722046,0.12269999831914902,0.8457000255584717,-0.15279999375343323,0.04619999974966049,0.9872000217437744,-0.12380000203847885,0.04690000042319298,0.9911999702453613,-0.5217999815940857,0.10279999673366547,0.8468999862670898,-0.5421000123023987,0.08030000329017639,0.8364999890327454,-0.1987999975681305,0.0421999990940094,0.9790999889373779,-0.5217999815940857,0.10279999673366547,0.8468999862670898,-0.1987999975681305,0.0421999990940094,0.9790999889373779,-0.15279999375343323,0.04619999974966049,0.9872000217437744,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-1,0,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9937000274658203,0.11219999939203262,0,-0.9986000061035156,0.05209999904036522,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9707000255584717,0.2401999980211258,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.9937000274658203,0.11219999939203262,0,-0.9843000173568726,0.17630000412464142,0,-0.014399999752640724,-0.5343999862670898,0.8450999855995178,-0.002199999988079071,-0.4334999918937683,0.9010999798774719,-0.004699999932199717,-0.5095999836921692,0.8604000210762024,-0.014399999752640724,-0.5343999862670898,0.8450999855995178,-0.004699999932199717,-0.5095999836921692,0.8604000210762024,-0.01269999984651804,-0.6115000247955322,0.7911999821662903,-0.002199999988079071,-0.4334999918937683,0.9010999798774719,0.0034000000450760126,-0.2485000044107437,0.9685999751091003,0.0013000000035390258,-0.31700000166893005,0.9484000205993652,-0.002199999988079071,-0.4334999918937683,0.9010999798774719,0.0013000000035390258,-0.31700000166893005,0.9484000205993652,-0.004699999932199717,-0.5095999836921692,0.8604000210762024,-0.01269999984651804,-0.6115000247955322,0.7911999821662903,-0.004699999932199717,-0.5095999836921692,0.8604000210762024,-0.0032999999821186066,-0.5863999724388123,0.8100000023841858,-0.01269999984651804,-0.6115000247955322,0.7911999821662903,-0.0032999999821186066,-0.5863999724388123,0.8100000023841858,-0.008700000122189522,-0.6819999814033508,0.7312999963760376,-0.004699999932199717,-0.5095999836921692,0.8604000210762024,0.0013000000035390258,-0.31700000166893005,0.9484000205993652,0.0003000000142492354,-0.3928000032901764,0.9196000099182129,-0.004699999932199717,-0.5095999836921692,0.8604000210762024,0.0003000000142492354,-0.3928000032901764,0.9196000099182129,-0.0032999999821186066,-0.5863999724388123,0.8100000023841858,0.003800000064074993,-0.07339999824762344,0.9973000288009644,0.0026000000070780516,-0.00839999970048666,1,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.003800000064074993,-0.07339999824762344,0.9973000288009644,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.0024999999441206455,-0.10090000182390213,0.9948999881744385,0.0024999999441206455,-0.10090000182390213,0.9948999881744385,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.0020000000949949026,-0.010400000028312206,0.9998999834060669,0.0024999999441206455,-0.10090000182390213,0.9948999881744385,0.0020000000949949026,-0.010400000028312206,0.9998999834060669,0.0019000000320374966,-0.1363999992609024,0.9907000064849854,0.0034000000450760126,-0.2485000044107437,0.9685999751091003,0.003800000064074993,-0.07339999824762344,0.9973000288009644,0.0024999999441206455,-0.10090000182390213,0.9948999881744385,0.0034000000450760126,-0.2485000044107437,0.9685999751091003,0.0024999999441206455,-0.10090000182390213,0.9948999881744385,0.0013000000035390258,-0.31700000166893005,0.9484000205993652,0.0013000000035390258,-0.31700000166893005,0.9484000205993652,0.0024999999441206455,-0.10090000182390213,0.9948999881744385,0.0019000000320374966,-0.1363999992609024,0.9907000064849854,0.0013000000035390258,-0.31700000166893005,0.9484000205993652,0.0019000000320374966,-0.1363999992609024,0.9907000064849854,0.0003000000142492354,-0.3928000032901764,0.9196000099182129,0.00009999999747378752,-0.007400000002235174,1,0,-0.1348000019788742,0.9908999800682068,0.000699999975040555,-0.1395999938249588,0.9901999831199646,0.00009999999747378752,-0.007400000002235174,1,0.000699999975040555,-0.1395999938249588,0.9901999831199646,0.0013000000035390258,-0.00800000037997961,1,0,-0.1348000019788742,0.9908999800682068,0,-0.41850000619888306,0.9082000255584717,-0.00019999999494757503,-0.41850000619888306,0.9082000255584717,0,-0.1348000019788742,0.9908999800682068,-0.00019999999494757503,-0.41850000619888306,0.9082000255584717,0.000699999975040555,-0.1395999938249588,0.9901999831199646,0.0013000000035390258,-0.00800000037997961,1,0.000699999975040555,-0.1395999938249588,0.9901999831199646,0.0019000000320374966,-0.1363999992609024,0.9907000064849854,0.0013000000035390258,-0.00800000037997961,1,0.0019000000320374966,-0.1363999992609024,0.9907000064849854,0.0020000000949949026,-0.010400000028312206,0.9998999834060669,0.000699999975040555,-0.1395999938249588,0.9901999831199646,-0.00019999999494757503,-0.41850000619888306,0.9082000255584717,0.0003000000142492354,-0.3928000032901764,0.9196000099182129,0.000699999975040555,-0.1395999938249588,0.9901999831199646,0.0003000000142492354,-0.3928000032901764,0.9196000099182129,0.0019000000320374966,-0.1363999992609024,0.9907000064849854,0,-0.6466000080108643,0.7628999948501587,0,-0.746999979019165,0.6647999882698059,-0.0044999998062849045,-0.7289999723434448,0.684499979019165,0,-0.6466000080108643,0.7628999948501587,-0.0044999998062849045,-0.7289999723434448,0.684499979019165,-0.0019000000320374966,-0.631600022315979,0.7753000259399414,-0.0019000000320374966,-0.631600022315979,0.7753000259399414,-0.0044999998062849045,-0.7289999723434448,0.684499979019165,-0.008700000122189522,-0.6819999814033508,0.7312999963760376,-0.0019000000320374966,-0.631600022315979,0.7753000259399414,-0.008700000122189522,-0.6819999814033508,0.7312999963760376,-0.0032999999821186066,-0.5863999724388123,0.8100000023841858,0,-0.41850000619888306,0.9082000255584717,0,-0.6466000080108643,0.7628999948501587,-0.0019000000320374966,-0.631600022315979,0.7753000259399414,0,-0.41850000619888306,0.9082000255584717,-0.0019000000320374966,-0.631600022315979,0.7753000259399414,-0.00019999999494757503,-0.41850000619888306,0.9082000255584717,-0.00019999999494757503,-0.41850000619888306,0.9082000255584717,-0.0019000000320374966,-0.631600022315979,0.7753000259399414,-0.0032999999821186066,-0.5863999724388123,0.8100000023841858,-0.00019999999494757503,-0.41850000619888306,0.9082000255584717,-0.0032999999821186066,-0.5863999724388123,0.8100000023841858,0.0003000000142492354,-0.3928000032901764,0.9196000099182129,0.15860000252723694,-0.98580002784729,-0.05469999834895134,0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0.06689999997615814,-0.9868000149726868,-0.14749999344348907,0.15860000252723694,-0.98580002784729,-0.05469999834895134,0.06689999997615814,-0.9868000149726868,-0.14749999344348907,0.15710000693798065,-0.9767000079154968,-0.14640000462532043,0.15889999270439148,-0.9871000051498413,-0.01979999989271164,0.06769999861717224,-0.9975000023841858,-0.019899999722838402,0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0.15889999270439148,-0.9871000051498413,-0.01979999989271164,0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0.15860000252723694,-0.98580002784729,-0.05469999834895134,0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0.025599999353289604,-0.9980999827384949,-0.05550000071525574,0.025299999862909317,-0.9886000156402588,-0.148499995470047,0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0.025299999862909317,-0.9886000156402588,-0.148499995470047,0.06689999997615814,-0.9868000149726868,-0.14749999344348907,0.06769999861717224,-0.9975000023841858,-0.019899999722838402,0.025599999353289604,-0.9994999766349792,-0.020099999383091927,0.025599999353289604,-0.9980999827384949,-0.05550000071525574,0.06769999861717224,-0.9975000023841858,-0.019899999722838402,0.025599999353289604,-0.9980999827384949,-0.05550000071525574,0.06759999692440033,-0.9962000250816345,-0.05510000139474869,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,-0.004600000102072954,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,-0.004600000102072954,0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,0.06769999861717224,-0.9975000023841858,-0.019899999722838402,0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,0.06769999861717224,-0.9975000023841858,-0.019899999722838402,0.15889999270439148,-0.9871000051498413,-0.01979999989271164,0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,0.025599999353289604,-0.9997000098228455,-0.004600000102072954,0.025599999353289604,-0.9994999766349792,-0.020099999383091927,0.06769999861717224,-0.9976999759674072,-0.0044999998062849045,0.025599999353289604,-0.9994999766349792,-0.020099999383091927,0.06769999861717224,-0.9975000023841858,-0.019899999722838402,0,-1,-0.004600000102072954,0.005900000222027302,-1,-0.004600000102072954,0.005900000222027302,-1,0,0,-1,-0.004600000102072954,0.005900000222027302,-1,0,0,-1,0,0,-0.9998000264167786,-0.02019999921321869,0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0.005900000222027302,-1,-0.004600000102072954,0,-0.9998000264167786,-0.02019999921321869,0.005900000222027302,-1,-0.004600000102072954,0,-1,-0.004600000102072954,0.005900000222027302,-1,-0.004600000102072954,0.025599999353289604,-0.9997000098228455,-0.004600000102072954,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,-0.004600000102072954,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0.025599999353289604,-0.9994999766349792,-0.020099999383091927,0.025599999353289604,-0.9997000098228455,-0.004600000102072954,0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0.025599999353289604,-0.9997000098228455,-0.004600000102072954,0.005900000222027302,-1,-0.004600000102072954,0,-0.9889000058174133,-0.14890000224113464,0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0,-0.9889000058174133,-0.14890000224113464,0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0,-0.9984999895095825,-0.05559999868273735,0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0.025299999862909317,-0.9886000156402588,-0.148499995470047,0.025599999353289604,-0.9980999827384949,-0.05550000071525574,0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0.025599999353289604,-0.9980999827384949,-0.05550000071525574,0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0,-0.9984999895095825,-0.05559999868273735,0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0,-0.9984999895095825,-0.05559999868273735,0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0,-0.9998000264167786,-0.02019999921321869,0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0.025599999353289604,-0.9980999827384949,-0.05550000071525574,0.025599999353289604,-0.9994999766349792,-0.020099999383091927,0.005900000222027302,-0.9983999729156494,-0.05559999868273735,0.025599999353289604,-0.9994999766349792,-0.020099999383091927,0.005900000222027302,-0.9998000264167786,-0.02019999921321869,0.11739999800920486,-0.9790999889373779,0.16580000519752502,0.1453000009059906,-0.9876000285148621,0.05889999866485596,0.2888999879360199,-0.9553999900817871,0.06120000034570694,0.11739999800920486,-0.9790999889373779,0.16580000519752502,0.2888999879360199,-0.9553999900817871,0.06120000034570694,0.25049999356269836,-0.9520000219345093,0.17569999396800995,0.1453000009059906,-0.9876000285148621,0.05889999866485596,0.156700000166893,-0.9876000285148621,0.009499999694526196,0.3043000102043152,-0.9524999856948853,0.009600000455975533,0.1453000009059906,-0.9876000285148621,0.05889999866485596,0.3043000102043152,-0.9524999856948853,0.009600000455975533,0.2888999879360199,-0.9553999900817871,0.06120000034570694,0.25049999356269836,-0.9520000219345093,0.17569999396800995,0.2888999879360199,-0.9553999900817871,0.06120000034570694,0.4681999981403351,-0.8816999793052673,0.05820000171661377,0.25049999356269836,-0.9520000219345093,0.17569999396800995,0.4681999981403351,-0.8816999793052673,0.05820000171661377,0.4169999957084656,-0.8902000188827515,0.1834000051021576,0.2888999879360199,-0.9553999900817871,0.06120000034570694,0.3043000102043152,-0.9524999856948853,0.009600000455975533,0.48840001225471497,-0.8726000189781189,0.0071000000461936,0.2888999879360199,-0.9553999900817871,0.06120000034570694,0.48840001225471497,-0.8726000189781189,0.0071000000461936,0.4681999981403351,-0.8816999793052673,0.05820000171661377,0.15860000252723694,-0.9872999787330627,0.0012000000569969416,0.15880000591278076,-0.9872999787330627,0,0.3091000020503998,-0.9509999752044678,0,0.15860000252723694,-0.9872999787330627,0.0012000000569969416,0.3091000020503998,-0.9509999752044678,0,0.3077999949455261,-0.9514999985694885,0.0010999999940395355,0.3077999949455261,-0.9514999985694885,0.0010999999940395355,0.3091000020503998,-0.9509999752044678,0,0.4999000132083893,-0.866100013256073,-0.0003000000142492354,0.3077999949455261,-0.9514999985694885,0.0010999999940395355,0.4999000132083893,-0.866100013256073,-0.0003000000142492354,0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,0.156700000166893,-0.9876000285148621,0.009499999694526196,0.15860000252723694,-0.9872999787330627,0.0012000000569969416,0.3077999949455261,-0.9514999985694885,0.0010999999940395355,0.156700000166893,-0.9876000285148621,0.009499999694526196,0.3077999949455261,-0.9514999985694885,0.0010999999940395355,0.3043000102043152,-0.9524999856948853,0.009600000455975533,0.3043000102043152,-0.9524999856948853,0.009600000455975533,0.3077999949455261,-0.9514999985694885,0.0010999999940395355,0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,0.3043000102043152,-0.9524999856948853,0.009600000455975533,0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,0.48840001225471497,-0.8726000189781189,0.0071000000461936,0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,0.7885000109672546,-0.6151000261306763,-0.004800000227987766,0.6791999936103821,-0.7339000105857849,-0.002199999988079071,0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,0.6791999936103821,-0.7339000105857849,-0.002199999988079071,0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,0.7885000109672546,-0.6151000261306763,-0.004800000227987766,0.7741000056266785,-0.6330999732017517,-0.003000000026077032,0.6686000227928162,-0.7436000108718872,0.00279999990016222,0.7885000109672546,-0.6151000261306763,-0.004800000227987766,0.6686000227928162,-0.7436000108718872,0.00279999990016222,0.6791999936103821,-0.7339000105857849,-0.002199999988079071,0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,0.6791999936103821,-0.7339000105857849,-0.002199999988079071,0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,0.4999000132083893,-0.866100013256073,-0.0003000000142492354,0.6791999936103821,-0.7339000105857849,-0.002199999988079071,0.6686000227928162,-0.7436000108718872,0.00279999990016222,0.48840001225471497,-0.8726000189781189,0.0071000000461936,0.6791999936103821,-0.7339000105857849,-0.002199999988079071,0.48840001225471497,-0.8726000189781189,0.0071000000461936,0.49559998512268066,-0.8684999942779541,-0.00019999999494757503,0.7473999857902527,-0.6632999777793884,0.03669999912381172,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.5853000283241272,-0.7889000177383423,0.18700000643730164,0.7473999857902527,-0.6632999777793884,0.03669999912381172,0.5853000283241272,-0.7889000177383423,0.18700000643730164,0.6460999846458435,-0.7616000175476074,0.05040000006556511,0.6460999846458435,-0.7616000175476074,0.05040000006556511,0.5853000283241272,-0.7889000177383423,0.18700000643730164,0.4169999957084656,-0.8902000188827515,0.1834000051021576,0.6460999846458435,-0.7616000175476074,0.05040000006556511,0.4169999957084656,-0.8902000188827515,0.1834000051021576,0.4681999981403351,-0.8816999793052673,0.05820000171661377,0.7741000056266785,-0.6330999732017517,-0.003000000026077032,0.7473999857902527,-0.6632999777793884,0.03669999912381172,0.6460999846458435,-0.7616000175476074,0.05040000006556511,0.7741000056266785,-0.6330999732017517,-0.003000000026077032,0.6460999846458435,-0.7616000175476074,0.05040000006556511,0.6686000227928162,-0.7436000108718872,0.00279999990016222,0.6686000227928162,-0.7436000108718872,0.00279999990016222,0.6460999846458435,-0.7616000175476074,0.05040000006556511,0.4681999981403351,-0.8816999793052673,0.05820000171661377,0.6686000227928162,-0.7436000108718872,0.00279999990016222,0.4681999981403351,-0.8816999793052673,0.05820000171661377,0.48840001225471497,-0.8726000189781189,0.0071000000461936,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.9707000255584717,-0.2401999980211258,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0,0.9707000255584717,-0.2401999980211258,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.805899977684021,-0.5921000242233276,0,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.8058000206947327,-0.5921000242233276,-0.004399999976158142,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,-0.004399999976158142,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.5042999982833862,-0.8634999990463257,0,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.6931999921798706,-0.72079998254776,0,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.692799985408783,-0.72079998254776,-0.01979999989271164,0.8055999875068665,-0.592199981212616,-0.01979999989271164,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.8055999875068665,-0.592199981212616,-0.01979999989271164,0.8058000206947327,-0.5921000242233276,-0.004399999976158142,0.5042999982833862,-0.8634999990463257,-0.004399999976158142,0.5041000247001648,-0.8633999824523926,-0.019700000062584877,0.692799985408783,-0.72079998254776,-0.01979999989271164,0.5042999982833862,-0.8634999990463257,-0.004399999976158142,0.692799985408783,-0.72079998254776,-0.01979999989271164,0.6930999755859375,-0.72079998254776,-0.0044999998062849045,0.15880000591278076,-0.9872999787330627,0,0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,0.31029999256134033,-0.9506000280380249,-0.004399999976158142,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,-0.004399999976158142,0.31029999256134033,-0.9506000280380249,0,0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,0.15889999270439148,-0.9871000051498413,-0.01979999989271164,0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.15889999270439148,-0.9872999787330627,-0.0044999998062849045,0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.31029999256134033,-0.9506000280380249,-0.004399999976158142,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,-0.004399999976158142,0.5042999982833862,-0.8634999990463257,-0.004399999976158142,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,-0.004399999976158142,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,-0.004399999976158142,0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.5041000247001648,-0.8633999824523926,-0.019700000062584877,0.31029999256134033,-0.9506000280380249,-0.004399999976158142,0.5041000247001648,-0.8633999824523926,-0.019700000062584877,0.5042999982833862,-0.8634999990463257,-0.004399999976158142,0.30649998784065247,-0.9405999779701233,-0.14579999446868896,0.30959999561309814,-0.9492999911308289,-0.054499998688697815,0.15860000252723694,-0.98580002784729,-0.05469999834895134,0.30649998784065247,-0.9405999779701233,-0.14579999446868896,0.15860000252723694,-0.98580002784729,-0.05469999834895134,0.15710000693798065,-0.9767000079154968,-0.14640000462532043,0.49799999594688416,-0.8547999858856201,-0.1462000012397766,0.5031999945640564,-0.8623999953269958,-0.05469999834895134,0.30959999561309814,-0.9492999911308289,-0.054499998688697815,0.49799999594688416,-0.8547999858856201,-0.1462000012397766,0.30959999561309814,-0.9492999911308289,-0.054499998688697815,0.30649998784065247,-0.9405999779701233,-0.14579999446868896,0.30959999561309814,-0.9492999911308289,-0.054499998688697815,0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.15889999270439148,-0.9871000051498413,-0.01979999989271164,0.30959999561309814,-0.9492999911308289,-0.054499998688697815,0.15889999270439148,-0.9871000051498413,-0.01979999989271164,0.15860000252723694,-0.98580002784729,-0.05469999834895134,0.5031999945640564,-0.8623999953269958,-0.05469999834895134,0.5041000247001648,-0.8633999824523926,-0.019700000062584877,0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.5031999945640564,-0.8623999953269958,-0.05469999834895134,0.3102000057697296,-0.9505000114440918,-0.019700000062584877,0.30959999561309814,-0.9492999911308289,-0.054499998688697815,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.8041999936103821,-0.5917999744415283,-0.05510000139474869,0.6916000247001648,-0.7202000021934509,-0.05490000173449516,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.6916000247001648,-0.7202000021934509,-0.05490000173449516,0.6843000054359436,-0.7142999768257141,-0.1468999981880188,0.8041999936103821,-0.5917999744415283,-0.05510000139474869,0.8055999875068665,-0.592199981212616,-0.01979999989271164,0.692799985408783,-0.72079998254776,-0.01979999989271164,0.8041999936103821,-0.5917999744415283,-0.05510000139474869,0.692799985408783,-0.72079998254776,-0.01979999989271164,0.6916000247001648,-0.7202000021934509,-0.05490000173449516,0.6843000054359436,-0.7142999768257141,-0.1468999981880188,0.6916000247001648,-0.7202000021934509,-0.05490000173449516,0.5031999945640564,-0.8623999953269958,-0.05469999834895134,0.6843000054359436,-0.7142999768257141,-0.1468999981880188,0.5031999945640564,-0.8623999953269958,-0.05469999834895134,0.49799999594688416,-0.8547999858856201,-0.1462000012397766,0.6916000247001648,-0.7202000021934509,-0.05490000173449516,0.692799985408783,-0.72079998254776,-0.01979999989271164,0.5041000247001648,-0.8633999824523926,-0.019700000062584877,0.6916000247001648,-0.7202000021934509,-0.05490000173449516,0.5041000247001648,-0.8633999824523926,-0.019700000062584877,0.5031999945640564,-0.8623999953269958,-0.05469999834895134,-0.01269999984651804,-0.6115000247955322,0.7911999821662903,-0.030300000682473183,-0.6481999754905701,0.7608000040054321,-0.036400001496076584,-0.5716999769210815,0.819599986076355,-0.01269999984651804,-0.6115000247955322,0.7911999821662903,-0.036400001496076584,-0.5716999769210815,0.819599986076355,-0.014399999752640724,-0.5343999862670898,0.8450999855995178,-0.008700000122189522,-0.6819999814033508,0.7312999963760376,-0.020899999886751175,-0.7172999978065491,0.696399986743927,-0.030300000682473183,-0.6481999754905701,0.7608000040054321,-0.008700000122189522,-0.6819999814033508,0.7312999963760376,-0.030300000682473183,-0.6481999754905701,0.7608000040054321,-0.01269999984651804,-0.6115000247955322,0.7911999821662903,-0.030300000682473183,-0.6481999754905701,0.7608000040054321,-0.048500001430511475,-0.6743999719619751,0.7366999983787537,-0.057100001722574234,-0.6065999865531921,0.792900025844574,-0.030300000682473183,-0.6481999754905701,0.7608000040054321,-0.057100001722574234,-0.6065999865531921,0.792900025844574,-0.036400001496076584,-0.5716999769210815,0.819599986076355,-0.020899999886751175,-0.7172999978065491,0.696399986743927,-0.03500000014901161,-0.7333999872207642,0.6789000034332275,-0.048500001430511475,-0.6743999719619751,0.7366999983787537,-0.020899999886751175,-0.7172999978065491,0.696399986743927,-0.048500001430511475,-0.6743999719619751,0.7366999983787537,-0.030300000682473183,-0.6481999754905701,0.7608000040054321,0,-0.746999979019165,0.6647999882698059,0,-0.7815999984741211,0.6237999796867371,-0.010300000198185444,-0.7638000249862671,0.6453999876976013,0,-0.746999979019165,0.6647999882698059,-0.010300000198185444,-0.7638000249862671,0.6453999876976013,-0.0044999998062849045,-0.7289999723434448,0.684499979019165,0,-0.7815999984741211,0.6237999796867371,0,-0.7944999933242798,0.6072999835014343,-0.01850000023841858,-0.7766000032424927,0.629800021648407,0,-0.7815999984741211,0.6237999796867371,-0.01850000023841858,-0.7766000032424927,0.629800021648407,-0.010300000198185444,-0.7638000249862671,0.6453999876976013,-0.0044999998062849045,-0.7289999723434448,0.684499979019165,-0.010300000198185444,-0.7638000249862671,0.6453999876976013,-0.020899999886751175,-0.7172999978065491,0.696399986743927,-0.0044999998062849045,-0.7289999723434448,0.684499979019165,-0.020899999886751175,-0.7172999978065491,0.696399986743927,-0.008700000122189522,-0.6819999814033508,0.7312999963760376,-0.010300000198185444,-0.7638000249862671,0.6453999876976013,-0.01850000023841858,-0.7766000032424927,0.629800021648407,-0.03500000014901161,-0.7333999872207642,0.6789000034332275,-0.010300000198185444,-0.7638000249862671,0.6453999876976013,-0.03500000014901161,-0.7333999872207642,0.6789000034332275,-0.020899999886751175,-0.7172999978065491,0.696399986743927,-0.03550000116229057,-0.781499981880188,0.6230000257492065,-0.026900000870227814,-0.7821000218391418,0.6226000189781189,0,-0.8001000285148621,0.5999000072479248,-0.03550000116229057,-0.781499981880188,0.6230000257492065,0,-0.8001000285148621,0.5999000072479248,0,-0.7996000051498413,0.6004999876022339,-0.06019999831914902,-0.7386999726295471,0.6714000105857849,-0.04749999940395355,-0.7415000200271606,0.6693000197410583,-0.026900000870227814,-0.7821000218391418,0.6226000189781189,-0.06019999831914902,-0.7386999726295471,0.6714000105857849,-0.026900000870227814,-0.7821000218391418,0.6226000189781189,-0.03550000116229057,-0.781499981880188,0.6230000257492065,-0.026900000870227814,-0.7821000218391418,0.6226000189781189,-0.01850000023841858,-0.7766000032424927,0.629800021648407,0,-0.7944999933242798,0.6072999835014343,-0.026900000870227814,-0.7821000218391418,0.6226000189781189,0,-0.7944999933242798,0.6072999835014343,0,-0.8001000285148621,0.5999000072479248,-0.04749999940395355,-0.7415000200271606,0.6693000197410583,-0.03500000014901161,-0.7333999872207642,0.6789000034332275,-0.01850000023841858,-0.7766000032424927,0.629800021648407,-0.04749999940395355,-0.7415000200271606,0.6693000197410583,-0.01850000023841858,-0.7766000032424927,0.629800021648407,-0.026900000870227814,-0.7821000218391418,0.6226000189781189,-0.09480000287294388,-0.6184999942779541,0.7799999713897705,-0.07810000330209732,-0.6273000240325928,0.7749000191688538,-0.06480000168085098,-0.6880999803543091,0.7226999998092651,-0.09480000287294388,-0.6184999942779541,0.7799999713897705,-0.06480000168085098,-0.6880999803543091,0.7226999998092651,-0.0786999985575676,-0.6794999837875366,0.7293999791145325,-0.07810000330209732,-0.6273000240325928,0.7749000191688538,-0.057100001722574234,-0.6065999865531921,0.792900025844574,-0.048500001430511475,-0.6743999719619751,0.7366999983787537,-0.07810000330209732,-0.6273000240325928,0.7749000191688538,-0.048500001430511475,-0.6743999719619751,0.7366999983787537,-0.06480000168085098,-0.6880999803543091,0.7226999998092651,-0.0786999985575676,-0.6794999837875366,0.7293999791145325,-0.06480000168085098,-0.6880999803543091,0.7226999998092651,-0.04749999940395355,-0.7415000200271606,0.6693000197410583,-0.0786999985575676,-0.6794999837875366,0.7293999791145325,-0.04749999940395355,-0.7415000200271606,0.6693000197410583,-0.06019999831914902,-0.7386999726295471,0.6714000105857849,-0.06480000168085098,-0.6880999803543091,0.7226999998092651,-0.048500001430511475,-0.6743999719619751,0.7366999983787537,-0.03500000014901161,-0.7333999872207642,0.6789000034332275,-0.06480000168085098,-0.6880999803543091,0.7226999998092651,-0.03500000014901161,-0.7333999872207642,0.6789000034332275,-0.04749999940395355,-0.7415000200271606,0.6693000197410583,0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,0.690500020980835,-0.7232999801635742,-0.0007999999797903001,0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,0.4999000132083893,-0.866100013256073,-0.0003000000142492354,0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,0.690500020980835,-0.7232999801635742,-0.0007999999797903001,0.4999000132083893,-0.866100013256073,-0.0003000000142492354,0.690500020980835,-0.7232999801635742,-0.0007999999797903001,0.6862999796867371,-0.7272999882698059,-0.0010000000474974513,0.690500020980835,-0.7232999801635742,-0.0007999999797903001,0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,0.690500020980835,-0.7232999801635742,-0.0007999999797903001,0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,0.690500020980835,-0.7232999801635742,-0.0007999999797903001,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,0.15880000591278076,-0.9872999787330627,0,0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,0.3091000020503998,-0.9509999752044678,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.3100999891757965,-0.9506999850273132,0,0.15880000591278076,-0.9872999787330627,0,0.3100999891757965,-0.9506999850273132,0,0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,0.3091000020503998,-0.9509999752044678,0,0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,0.3091000020503998,-0.9509999752044678,0,0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,0.4999000132083893,-0.866100013256073,-0.0003000000142492354,0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,0.3100999891757965,-0.9506999850273132,0,0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,0.30979999899864197,-0.9508000016212463,-0.00009999999747378752,0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,0.5026000142097473,-0.8644999861717224,-0.00039999998989515007,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.3100999891757965,-0.9506999850273132,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.5042999982833862,-0.8634999990463257,0,0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,0.3100999891757965,-0.9506999850273132,0,0.5042999982833862,-0.8634999990463257,0,0.3100999891757965,-0.9506999850273132,0,0.31029999256134033,-0.9506000280380249,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,-0.00009999999747378752,0.6931999921798706,-0.72079998254776,-0.00009999999747378752,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,-0.00009999999747378752,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,-0.00009999999747378752,0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,0.805899977684021,-0.5921000242233276,-0.00009999999747378752,0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,0.6931999921798706,-0.72079998254776,-0.00009999999747378752,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,-0.00009999999747378752,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,-0.00009999999747378752,0.6924999952316284,-0.7214000225067139,-0.0003000000142492354,0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,0.6931999921798706,-0.72079998254776,-0.00009999999747378752,0.5038999915122986,-0.8637999892234802,-0.00019999999494757503,0.5042999982833862,-0.8634999990463257,0,0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,0.8539999723434448,-0.5202000141143799,-0.006800000090152025,0.7885000109672546,-0.6151000261306763,-0.004800000227987766,0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,0.7885000109672546,-0.6151000261306763,-0.004800000227987766,0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,0.8539999723434448,-0.5202000141143799,-0.006800000090152025,0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,0.8539999723434448,-0.5202000141143799,-0.006800000090152025,0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,0.8539999723434448,-0.5202000141143799,-0.006800000090152025,0.8440999984741211,-0.5360999703407288,-0.007199999876320362,0.7741000056266785,-0.6330999732017517,-0.003000000026077032,0.8539999723434448,-0.5202000141143799,-0.006800000090152025,0.7741000056266785,-0.6330999732017517,-0.003000000026077032,0.7885000109672546,-0.6151000261306763,-0.004800000227987766,0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.8440999984741211,-0.5360999703407288,-0.007199999876320362,0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,0.8440999984741211,-0.5360999703407288,-0.007199999876320362,0.8539999723434448,-0.5202000141143799,-0.006800000090152025,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.9735999703407288,-0.22759999334812164,0.016899999231100082,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9513000249862671,-0.30820000171661377,0.002300000051036477,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9735999703407288,-0.22759999334812164,0.016899999231100082,0.9739999771118164,-0.22059999406337738,0.052299998700618744,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9739999771118164,-0.22059999406337738,0.052299998700618744,0.9552000164985657,-0.29440000653266907,0.031700000166893005,0.9513000249862671,-0.30820000171661377,0.002300000051036477,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,0.9513000249862671,-0.30820000171661377,0.002300000051036477,0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9552000164985657,-0.29440000653266907,0.031700000166893005,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.9531999826431274,-0.30230000615119934,0.00800000037997961,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.9125999808311462,-0.40880000591278076,-0.0019000000320374966,0.8531000018119812,-0.19470000267028809,0.48399999737739563,0.8780999779701233,-0.2870999872684479,0.38280001282691956,0.9444000124931335,-0.2842000126838684,0.1657000035047531,0.8531000018119812,-0.19470000267028809,0.48399999737739563,0.9444000124931335,-0.2842000126838684,0.1657000035047531,0.9509999752044678,-0.2126999944448471,0.22450000047683716,0.8780999779701233,-0.2870999872684479,0.38280001282691956,0.8529000282287598,-0.4544000029563904,0.257099986076355,0.9035999774932861,-0.4212000072002411,0.07800000160932541,0.8780999779701233,-0.2870999872684479,0.38280001282691956,0.9035999774932861,-0.4212000072002411,0.07800000160932541,0.9444000124931335,-0.2842000126838684,0.1657000035047531,0.9509999752044678,-0.2126999944448471,0.22450000047683716,0.9444000124931335,-0.2842000126838684,0.1657000035047531,0.9552000164985657,-0.29440000653266907,0.031700000166893005,0.9509999752044678,-0.2126999944448471,0.22450000047683716,0.9552000164985657,-0.29440000653266907,0.031700000166893005,0.9739999771118164,-0.22059999406337738,0.052299998700618744,0.9444000124931335,-0.2842000126838684,0.1657000035047531,0.9035999774932861,-0.4212000072002411,0.07800000160932541,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.9444000124931335,-0.2842000126838684,0.1657000035047531,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.9552000164985657,-0.29440000653266907,0.031700000166893005,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.7473999857902527,-0.6632999777793884,0.03669999912381172,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.7684000134468079,-0.6129000186920166,0.1842000037431717,0.7473999857902527,-0.6632999777793884,0.03669999912381172,0.7741000056266785,-0.6330999732017517,-0.003000000026077032,0.8440999984741211,-0.5360999703407288,-0.007199999876320362,0.7473999857902527,-0.6632999777793884,0.03669999912381172,0.8440999984741211,-0.5360999703407288,-0.007199999876320362,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.8529000282287598,-0.4544000029563904,0.257099986076355,0.7684000134468079,-0.6129000186920166,0.1842000037431717,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.8529000282287598,-0.4544000029563904,0.257099986076355,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.9035999774932861,-0.4212000072002411,0.07800000160932541,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.8440999984741211,-0.5360999703407288,-0.007199999876320362,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.826200008392334,-0.5626000165939331,0.02979999966919422,0.9107000231742859,-0.41290000081062317,0.005900000222027302,0.9035999774932861,-0.4212000072002411,0.07800000160932541,0,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0,-0.9983000159263611,0.05900000035762787,0.0013000000035390258,-0.9983000159263611,0.05909999832510948,-0.0071000000461936,-0.986299991607666,0.16449999809265137,0,-0.9983000159263611,0.05900000035762787,-0.0071000000461936,-0.986299991607666,0.16449999809265137,0,-0.986299991607666,0.1647000014781952,0,-0.9983000159263611,0.05900000035762787,0,-1,0.009700000286102295,0.005100000184029341,-0.9998999834060669,0.009700000286102295,0,-0.9983000159263611,0.05900000035762787,0.005100000184029341,-0.9998999834060669,0.009700000286102295,0.0013000000035390258,-0.9983000159263611,0.05909999832510948,-0.0071000000461936,-0.986299991607666,0.16449999809265137,0.0013000000035390258,-0.9983000159263611,0.05909999832510948,0.017500000074505806,-0.9980999827384949,0.05869999900460243,-0.0071000000461936,-0.986299991607666,0.16449999809265137,0.017500000074505806,-0.9980999827384949,0.05869999900460243,0.002400000113993883,-0.9865999817848206,0.16329999268054962,0.0013000000035390258,-0.9983000159263611,0.05909999832510948,0.005100000184029341,-0.9998999834060669,0.009700000286102295,0.024299999698996544,-0.9997000098228455,0.009600000455975533,0.0013000000035390258,-0.9983000159263611,0.05909999832510948,0.024299999698996544,-0.9997000098228455,0.009600000455975533,0.017500000074505806,-0.9980999827384949,0.05869999900460243,0,-1,0.0012000000569969416,0,-1,0,0.005900000222027302,-1,0,0,-1,0.0012000000569969416,0.005900000222027302,-1,0,0.005799999926239252,-1,0.0013000000035390258,0.005799999926239252,-1,0.0013000000035390258,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005799999926239252,-1,0.0013000000035390258,0.025599999353289604,-0.9997000098228455,0,0.025499999523162842,-0.9997000098228455,0.0012000000569969416,0,-1,0.009700000286102295,0,-1,0.0012000000569969416,0.005799999926239252,-1,0.0013000000035390258,0,-1,0.009700000286102295,0.005799999926239252,-1,0.0013000000035390258,0.005100000184029341,-0.9998999834060669,0.009700000286102295,0.005100000184029341,-0.9998999834060669,0.009700000286102295,0.005799999926239252,-1,0.0013000000035390258,0.025499999523162842,-0.9997000098228455,0.0012000000569969416,0.005100000184029341,-0.9998999834060669,0.009700000286102295,0.025499999523162842,-0.9997000098228455,0.0012000000569969416,0.024299999698996544,-0.9997000098228455,0.009600000455975533,0.15880000591278076,-0.9872999787330627,0,0.15860000252723694,-0.9872999787330627,0.0012000000569969416,0.06750000268220901,-0.9976999759674072,0.0012000000569969416,0.15880000591278076,-0.9872999787330627,0,0.06750000268220901,-0.9976999759674072,0.0012000000569969416,0.06769999861717224,-0.9976999759674072,0,0.15860000252723694,-0.9872999787330627,0.0012000000569969416,0.156700000166893,-0.9876000285148621,0.009499999694526196,0.06599999964237213,-0.9977999925613403,0.009499999694526196,0.15860000252723694,-0.9872999787330627,0.0012000000569969416,0.06599999964237213,-0.9977999925613403,0.009499999694526196,0.06750000268220901,-0.9976999759674072,0.0012000000569969416,0.06769999861717224,-0.9976999759674072,0,0.06750000268220901,-0.9976999759674072,0.0012000000569969416,0.025499999523162842,-0.9997000098228455,0.0012000000569969416,0.06769999861717224,-0.9976999759674072,0,0.025499999523162842,-0.9997000098228455,0.0012000000569969416,0.025599999353289604,-0.9997000098228455,0,0.06750000268220901,-0.9976999759674072,0.0012000000569969416,0.06599999964237213,-0.9977999925613403,0.009499999694526196,0.024299999698996544,-0.9997000098228455,0.009600000455975533,0.06750000268220901,-0.9976999759674072,0.0012000000569969416,0.024299999698996544,-0.9997000098228455,0.009600000455975533,0.025499999523162842,-0.9997000098228455,0.0012000000569969416,0.1453000009059906,-0.9876000285148621,0.05889999866485596,0.11739999800920486,-0.9790999889373779,0.16580000519752502,0.035599999129772186,-0.9861000180244446,0.16249999403953552,0.1453000009059906,-0.9876000285148621,0.05889999866485596,0.035599999129772186,-0.9861000180244446,0.16249999403953552,0.056699998676776886,-0.9966999888420105,0.05820000171661377,0.056699998676776886,-0.9966999888420105,0.05820000171661377,0.035599999129772186,-0.9861000180244446,0.16249999403953552,0.002400000113993883,-0.9865999817848206,0.16329999268054962,0.056699998676776886,-0.9966999888420105,0.05820000171661377,0.002400000113993883,-0.9865999817848206,0.16329999268054962,0.017500000074505806,-0.9980999827384949,0.05869999900460243,0.156700000166893,-0.9876000285148621,0.009499999694526196,0.1453000009059906,-0.9876000285148621,0.05889999866485596,0.056699998676776886,-0.9966999888420105,0.05820000171661377,0.156700000166893,-0.9876000285148621,0.009499999694526196,0.056699998676776886,-0.9966999888420105,0.05820000171661377,0.06599999964237213,-0.9977999925613403,0.009499999694526196,0.06599999964237213,-0.9977999925613403,0.009499999694526196,0.056699998676776886,-0.9966999888420105,0.05820000171661377,0.017500000074505806,-0.9980999827384949,0.05869999900460243,0.06599999964237213,-0.9977999925613403,0.009499999694526196,0.017500000074505806,-0.9980999827384949,0.05869999900460243,0.024299999698996544,-0.9997000098228455,0.009600000455975533,0.11739999800920486,-0.9790999889373779,0.16580000519752502,0.05900000035762787,-0.9193999767303467,0.3889000117778778,-0.004600000102072954,-0.9344000220298767,0.3560999929904938,0.11739999800920486,-0.9790999889373779,0.16580000519752502,-0.004600000102072954,-0.9344000220298767,0.3560999929904938,0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.03799999877810478,-0.7702999711036682,0.6366000175476074,-0.05770000070333481,-0.8109999895095825,0.5821999907493591,-0.004600000102072954,-0.9344000220298767,0.3560999929904938,-0.03799999877810478,-0.7702999711036682,0.6366000175476074,-0.004600000102072954,-0.9344000220298767,0.3560999929904938,0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.004600000102072954,-0.9344000220298767,0.3560999929904938,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,0.035599999129772186,-0.9861000180244446,0.16249999403953552,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,0.002400000113993883,-0.9865999817848206,0.16329999268054962,-0.05770000070333481,-0.8109999895095825,0.5821999907493591,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.05770000070333481,-0.8109999895095825,0.5821999907493591,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.004600000102072954,-0.9344000220298767,0.3560999929904938,-0.09480000287294388,-0.6184999942779541,0.7799999713897705,-0.0786999985575676,-0.6794999837875366,0.7293999791145325,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.09480000287294388,-0.6184999942779541,0.7799999713897705,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.08540000021457672,-0.6514000296592712,0.7538999915122986,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.0786999985575676,-0.6794999837875366,0.7293999791145325,-0.06019999831914902,-0.7386999726295471,0.6714000105857849,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.06019999831914902,-0.7386999726295471,0.6714000105857849,-0.06390000134706497,-0.7595999836921692,0.6471999883651733,-0.08540000021457672,-0.6514000296592712,0.7538999915122986,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.05770000070333481,-0.8109999895095825,0.5821999907493591,-0.08540000021457672,-0.6514000296592712,0.7538999915122986,-0.05770000070333481,-0.8109999895095825,0.5821999907493591,-0.03799999877810478,-0.7702999711036682,0.6366000175476074,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.06390000134706497,-0.7595999836921692,0.6471999883651733,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.08089999854564667,-0.7045000195503235,0.7050999999046326,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.05770000070333481,-0.8109999895095825,0.5821999907493591,0,-0.7996000051498413,0.6004999876022339,0,-0.8108000159263611,0.5853000283241272,-0.03909999877214432,-0.7962999939918518,0.603600025177002,0,-0.7996000051498413,0.6004999876022339,-0.03909999877214432,-0.7962999939918518,0.603600025177002,-0.03550000116229057,-0.781499981880188,0.6230000257492065,0,-0.8108000159263611,0.5853000283241272,0,-0.8611999750137329,0.5081999897956848,-0.03449999913573265,-0.8539999723434448,0.51910001039505,0,-0.8108000159263611,0.5853000283241272,-0.03449999913573265,-0.8539999723434448,0.51910001039505,-0.03909999877214432,-0.7962999939918518,0.603600025177002,-0.03550000116229057,-0.781499981880188,0.6230000257492065,-0.03909999877214432,-0.7962999939918518,0.603600025177002,-0.06390000134706497,-0.7595999836921692,0.6471999883651733,-0.03550000116229057,-0.781499981880188,0.6230000257492065,-0.06390000134706497,-0.7595999836921692,0.6471999883651733,-0.06019999831914902,-0.7386999726295471,0.6714000105857849,-0.03909999877214432,-0.7962999939918518,0.603600025177002,-0.03449999913573265,-0.8539999723434448,0.51910001039505,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.03909999877214432,-0.7962999939918518,0.603600025177002,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.06390000134706497,-0.7595999836921692,0.6471999883651733,0,-0.986299991607666,0.1647000014781952,-0.0071000000461936,-0.986299991607666,0.16449999809265137,-0.020899999886751175,-0.9401000142097473,0.3402000069618225,0,-0.986299991607666,0.1647000014781952,-0.020899999886751175,-0.9401000142097473,0.3402000069618225,0,-0.9413999915122986,0.33730000257492065,-0.0071000000461936,-0.986299991607666,0.16449999809265137,0.002400000113993883,-0.9865999817848206,0.16329999268054962,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.0071000000461936,-0.986299991607666,0.16449999809265137,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.020899999886751175,-0.9401000142097473,0.3402000069618225,0,-0.9413999915122986,0.33730000257492065,-0.020899999886751175,-0.9401000142097473,0.3402000069618225,-0.03449999913573265,-0.8539999723434448,0.51910001039505,0,-0.9413999915122986,0.33730000257492065,-0.03449999913573265,-0.8539999723434448,0.51910001039505,0,-0.8611999750137329,0.5081999897956848,-0.020899999886751175,-0.9401000142097473,0.3402000069618225,-0.02449999935925007,-0.9380000233650208,0.3458000123500824,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.020899999886751175,-0.9401000142097473,0.3402000069618225,-0.053599998354911804,-0.8367000222206116,0.5450999736785889,-0.03449999913573265,-0.8539999723434448,0.51910001039505,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.4284000098705292,-0.6881999969482422,0.5855000019073486,0.36739999055862427,-0.7512999773025513,0.54830002784729,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.36739999055862427,-0.7512999773025513,0.54830002784729,0.5853000283241272,-0.7889000177383423,0.18700000643730164,0.08169999718666077,-0.5292999744415283,0.8445000052452087,0.06430000066757202,-0.5895000100135803,0.8051999807357788,0.36739999055862427,-0.7512999773025513,0.54830002784729,0.08169999718666077,-0.5292999744415283,0.8445000052452087,0.36739999055862427,-0.7512999773025513,0.54830002784729,0.4284000098705292,-0.6881999969482422,0.5855000019073486,0.5853000283241272,-0.7889000177383423,0.18700000643730164,0.36739999055862427,-0.7512999773025513,0.54830002784729,0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.5853000283241272,-0.7889000177383423,0.18700000643730164,0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.4169999957084656,-0.8902000188827515,0.1834000051021576,0.06430000066757202,-0.5895000100135803,0.8051999807357788,0.03709999844431877,-0.6593999862670898,0.7508999705314636,0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.06430000066757202,-0.5895000100135803,0.8051999807357788,0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.36739999055862427,-0.7512999773025513,0.54830002784729,-0.014399999752640724,-0.5343999862670898,0.8450999855995178,-0.036400001496076584,-0.5716999769210815,0.819599986076355,-0.023900000378489494,-0.5357000231742859,0.8440999984741211,-0.014399999752640724,-0.5343999862670898,0.8450999855995178,-0.023900000378489494,-0.5357000231742859,0.8440999984741211,-0.007499999832361937,-0.49050000309944153,0.871399998664856,-0.036400001496076584,-0.5716999769210815,0.819599986076355,-0.057100001722574234,-0.6065999865531921,0.792900025844574,-0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.036400001496076584,-0.5716999769210815,0.819599986076355,-0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.023900000378489494,-0.5357000231742859,0.8440999984741211,-0.007499999832361937,-0.49050000309944153,0.871399998664856,-0.023900000378489494,-0.5357000231742859,0.8440999984741211,0.06430000066757202,-0.5895000100135803,0.8051999807357788,-0.007499999832361937,-0.49050000309944153,0.871399998664856,0.06430000066757202,-0.5895000100135803,0.8051999807357788,0.08169999718666077,-0.5292999744415283,0.8445000052452087,-0.023900000378489494,-0.5357000231742859,0.8440999984741211,-0.043800000101327896,-0.5809999704360962,0.8126999735832214,0.03709999844431877,-0.6593999862670898,0.7508999705314636,-0.023900000378489494,-0.5357000231742859,0.8440999984741211,0.03709999844431877,-0.6593999862670898,0.7508999705314636,0.06430000066757202,-0.5895000100135803,0.8051999807357788,-0.08540000021457672,-0.6514000296592712,0.7538999915122986,-0.06750000268220901,-0.6177999973297119,0.7835000157356262,-0.07810000330209732,-0.6273000240325928,0.7749000191688538,-0.08540000021457672,-0.6514000296592712,0.7538999915122986,-0.07810000330209732,-0.6273000240325928,0.7749000191688538,-0.09480000287294388,-0.6184999942779541,0.7799999713897705,-0.03799999877810478,-0.7702999711036682,0.6366000175476074,0.0005000000237487257,-0.7218000292778015,0.6920999884605408,-0.06750000268220901,-0.6177999973297119,0.7835000157356262,-0.03799999877810478,-0.7702999711036682,0.6366000175476074,-0.06750000268220901,-0.6177999973297119,0.7835000157356262,-0.08540000021457672,-0.6514000296592712,0.7538999915122986,-0.06750000268220901,-0.6177999973297119,0.7835000157356262,-0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.057100001722574234,-0.6065999865531921,0.792900025844574,-0.06750000268220901,-0.6177999973297119,0.7835000157356262,-0.057100001722574234,-0.6065999865531921,0.792900025844574,-0.07810000330209732,-0.6273000240325928,0.7749000191688538,0.0005000000237487257,-0.7218000292778015,0.6920999884605408,0.03709999844431877,-0.6593999862670898,0.7508999705314636,-0.043800000101327896,-0.5809999704360962,0.8126999735832214,0.0005000000237487257,-0.7218000292778015,0.6920999884605408,-0.043800000101327896,-0.5809999704360962,0.8126999735832214,-0.06750000268220901,-0.6177999973297119,0.7835000157356262,0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.11739999800920486,-0.9790999889373779,0.16580000519752502,0.25049999356269836,-0.9520000219345093,0.17569999396800995,0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.25049999356269836,-0.9520000219345093,0.17569999396800995,0.15389999747276306,-0.8848000168800354,0.43970000743865967,0.15389999747276306,-0.8848000168800354,0.43970000743865967,0.25049999356269836,-0.9520000219345093,0.17569999396800995,0.4169999957084656,-0.8902000188827515,0.1834000051021576,0.15389999747276306,-0.8848000168800354,0.43970000743865967,0.4169999957084656,-0.8902000188827515,0.1834000051021576,0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.15389999747276306,-0.8848000168800354,0.43970000743865967,0.0005000000237487257,-0.7218000292778015,0.6920999884605408,0.05900000035762787,-0.9193999767303467,0.3889000117778778,0.0005000000237487257,-0.7218000292778015,0.6920999884605408,-0.03799999877810478,-0.7702999711036682,0.6366000175476074,0.15389999747276306,-0.8848000168800354,0.43970000743865967,0.26260000467300415,-0.8277999758720398,0.49570000171661377,0.03709999844431877,-0.6593999862670898,0.7508999705314636,0.15389999747276306,-0.8848000168800354,0.43970000743865967,0.03709999844431877,-0.6593999862670898,0.7508999705314636,0.0005000000237487257,-0.7218000292778015,0.6920999884605408,0.0617000013589859,0.03319999948143959,0.9975000023841858,0.0471000000834465,0.028200000524520874,0.9984999895095825,0.03790000081062317,-0.006300000008195639,0.9993000030517578,0.0617000013589859,0.03319999948143959,0.9975000023841858,0.03790000081062317,-0.006300000008195639,0.9993000030517578,0.06069999933242798,0.017400000244379044,0.9980000257492065,0.0471000000834465,0.028200000524520874,0.9984999895095825,0.026499999687075615,0.01940000057220459,0.9994999766349792,0.023000000044703484,-0.016499999910593033,0.9995999932289124,0.0471000000834465,0.028200000524520874,0.9984999895095825,0.023000000044703484,-0.016499999910593033,0.9995999932289124,0.03790000081062317,-0.006300000008195639,0.9993000030517578,0.06069999933242798,0.017400000244379044,0.9980000257492065,0.03790000081062317,-0.006300000008195639,0.9993000030517578,0.032099999487400055,-0.013399999588727951,0.9994000196456909,0.06069999933242798,0.017400000244379044,0.9980000257492065,0.032099999487400055,-0.013399999588727951,0.9994000196456909,0.05400000140070915,0.002199999988079071,0.9984999895095825,0.03790000081062317,-0.006300000008195639,0.9993000030517578,0.023000000044703484,-0.016499999910593033,0.9995999932289124,0.019600000232458115,-0.021700000390410423,0.9995999932289124,0.03790000081062317,-0.006300000008195639,0.9993000030517578,0.019600000232458115,-0.021700000390410423,0.9995999932289124,0.032099999487400055,-0.013399999588727951,0.9994000196456909,-0.006899999920278788,0.007699999958276749,0.9998999834060669,-0.013500000350177288,-0.007499999832361937,0.9998999834060669,0.008899999782443047,-0.01889999955892563,0.9998000264167786,-0.006899999920278788,0.007699999958276749,0.9998999834060669,0.008899999782443047,-0.01889999955892563,0.9998000264167786,0.006399999838322401,0.012299999594688416,0.9998999834060669,-0.013500000350177288,-0.007499999832361937,0.9998999834060669,-0.015799999237060547,-0.017799999564886093,0.9997000098228455,0.007199999876320362,-0.02410000003874302,0.9997000098228455,-0.013500000350177288,-0.007499999832361937,0.9998999834060669,0.007199999876320362,-0.02410000003874302,0.9997000098228455,0.008899999782443047,-0.01889999955892563,0.9998000264167786,0.006399999838322401,0.012299999594688416,0.9998999834060669,0.008899999782443047,-0.01889999955892563,0.9998000264167786,0.023000000044703484,-0.016499999910593033,0.9995999932289124,0.006399999838322401,0.012299999594688416,0.9998999834060669,0.023000000044703484,-0.016499999910593033,0.9995999932289124,0.026499999687075615,0.01940000057220459,0.9994999766349792,0.008899999782443047,-0.01889999955892563,0.9998000264167786,0.007199999876320362,-0.02410000003874302,0.9997000098228455,0.019600000232458115,-0.021700000390410423,0.9995999932289124,0.008899999782443047,-0.01889999955892563,0.9998000264167786,0.019600000232458115,-0.021700000390410423,0.9995999932289124,0.023000000044703484,-0.016499999910593033,0.9995999932289124,0.0032999999821186066,0.003000000026077032,1,0.005100000184029341,-0.01679999940097332,0.9998000264167786,-0.01679999940097332,-0.015200000256299973,0.9997000098228455,0.0032999999821186066,0.003000000026077032,1,-0.01679999940097332,-0.015200000256299973,0.9997000098228455,-0.017999999225139618,0.001500000013038516,0.9998000264167786,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.016300000250339508,-0.013799999840557575,0.9998000264167786,0.005100000184029341,-0.01679999940097332,0.9998000264167786,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.005100000184029341,-0.01679999940097332,0.9998000264167786,0.0032999999821186066,0.003000000026077032,1,0.005100000184029341,-0.01679999940097332,0.9998000264167786,0.007199999876320362,-0.02410000003874302,0.9997000098228455,-0.015799999237060547,-0.017799999564886093,0.9997000098228455,0.005100000184029341,-0.01679999940097332,0.9998000264167786,-0.015799999237060547,-0.017799999564886093,0.9997000098228455,-0.01679999940097332,-0.015200000256299973,0.9997000098228455,0.016300000250339508,-0.013799999840557575,0.9998000264167786,0.019600000232458115,-0.021700000390410423,0.9995999932289124,0.007199999876320362,-0.02410000003874302,0.9997000098228455,0.016300000250339508,-0.013799999840557575,0.9998000264167786,0.007199999876320362,-0.02410000003874302,0.9997000098228455,0.005100000184029341,-0.01679999940097332,0.9998000264167786,0.024900000542402267,0.006399999838322401,0.9997000098228455,0.04580000042915344,0.007199999876320362,0.9988999962806702,0.04820000007748604,0.00009999999747378752,0.9987999796867371,0.024900000542402267,0.006399999838322401,0.9997000098228455,0.04820000007748604,0.00009999999747378752,0.9987999796867371,0.027499999850988388,-0.008200000040233135,0.9995999932289124,0.027499999850988388,-0.008200000040233135,0.9995999932289124,0.04820000007748604,0.00009999999747378752,0.9987999796867371,0.05400000140070915,0.002199999988079071,0.9984999895095825,0.027499999850988388,-0.008200000040233135,0.9995999932289124,0.05400000140070915,0.002199999988079071,0.9984999895095825,0.032099999487400055,-0.013399999588727951,0.9994000196456909,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.024900000542402267,0.006399999838322401,0.9997000098228455,0.027499999850988388,-0.008200000040233135,0.9995999932289124,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.027499999850988388,-0.008200000040233135,0.9995999932289124,0.016300000250339508,-0.013799999840557575,0.9998000264167786,0.016300000250339508,-0.013799999840557575,0.9998000264167786,0.027499999850988388,-0.008200000040233135,0.9995999932289124,0.032099999487400055,-0.013399999588727951,0.9994000196456909,0.016300000250339508,-0.013799999840557575,0.9998000264167786,0.032099999487400055,-0.013399999588727951,0.9994000196456909,0.019600000232458115,-0.021700000390410423,0.9995999932289124,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.9714000225067139,-0.23759999871253967,0.002300000051036477,0.984499990940094,-0.17560000717639923,0.0034000000450760126,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.984499990940094,-0.17560000717639923,0.0034000000450760126,0.9846000075340271,-0.1746000051498413,0.008899999782443047,0.9714000225067139,-0.23759999871253967,0.002300000051036477,0.9708999991416931,-0.2395000010728836,0.0008999999845400453,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,0.9714000225067139,-0.23759999871253967,0.002300000051036477,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,0.984499990940094,-0.17560000717639923,0.0034000000450760126,0.984499990940094,-0.17560000717639923,0.0034000000450760126,0.9934999942779541,-0.11379999667406082,0.00419999985024333,0.9932000041007996,-0.11599999666213989,0.010900000110268593,0.984499990940094,-0.17560000717639923,0.0034000000450760126,0.9932000041007996,-0.11599999666213989,0.010900000110268593,0.9846000075340271,-0.1746000051498413,0.008899999782443047,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,0.9936000108718872,-0.11259999871253967,0.0017000000225380063,0.9934999942779541,-0.11379999667406082,0.00419999985024333,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,0.9934999942779541,-0.11379999667406082,0.00419999985024333,0.984499990940094,-0.17560000717639923,0.0034000000450760126,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9843000173568726,-0.1762000024318695,0.0003000000142492354,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.1762000024318695,0.0003000000142492354,0.9707000255584717,-0.2401999980211258,0.00019999999494757503,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0.00039999998989515007,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0.00039999998989515007,0.9843000173568726,-0.1762000024318695,0.0003000000142492354,0.9707000255584717,-0.2401999980211258,0.00019999999494757503,0.9843000173568726,-0.1762000024318695,0.0003000000142492354,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,0.9707000255584717,-0.2401999980211258,0.00019999999494757503,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,0.9708999991416931,-0.2395000010728836,0.0008999999845400453,0.9843000173568726,-0.1762000024318695,0.0003000000142492354,0.9937000274658203,-0.11219999939203262,0.00039999998989515007,0.9936000108718872,-0.11259999871253967,0.0017000000225380063,0.9843000173568726,-0.1762000024318695,0.0003000000142492354,0.9936000108718872,-0.11259999871253967,0.0017000000225380063,0.9843999743461609,-0.1761000007390976,0.0013000000035390258,1,0,0.0005000000237487257,0.9986000061035156,-0.05209999904036522,0.0005000000237487257,0.9986000061035156,-0.05209999904036522,0,1,0,0.0005000000237487257,0.9986000061035156,-0.05209999904036522,0,1,0,0,1,0,0.0017999999690800905,0.9986000061035156,-0.052799999713897705,0.0017999999690800905,0.9986000061035156,-0.05209999904036522,0.0005000000237487257,1,0,0.0017999999690800905,0.9986000061035156,-0.05209999904036522,0.0005000000237487257,1,0,0.0005000000237487257,0.9986000061035156,-0.05209999904036522,0.0005000000237487257,0.9937000274658203,-0.11219999939203262,0.00039999998989515007,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0.0005000000237487257,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.052799999713897705,0.0017999999690800905,0.9936000108718872,-0.11259999871253967,0.0017000000225380063,0.9937000274658203,-0.11219999939203262,0.00039999998989515007,0.9986000061035156,-0.052799999713897705,0.0017999999690800905,0.9937000274658203,-0.11219999939203262,0.00039999998989515007,0.9986000061035156,-0.05209999904036522,0.0005000000237487257,0.9998999834060669,0,0.011800000444054604,0.9983000159263611,-0.05790000036358833,0.011699999682605267,0.9984999895095825,-0.05460000038146973,0.0044999998062849045,0.9998999834060669,0,0.011800000444054604,0.9984999895095825,-0.05460000038146973,0.0044999998062849045,1,0,0.004600000102072954,0.9983000159263611,-0.05790000036358833,0.011699999682605267,0.9932000041007996,-0.11599999666213989,0.010900000110268593,0.9934999942779541,-0.11379999667406082,0.00419999985024333,0.9983000159263611,-0.05790000036358833,0.011699999682605267,0.9934999942779541,-0.11379999667406082,0.00419999985024333,0.9984999895095825,-0.05460000038146973,0.0044999998062849045,1,0,0.004600000102072954,0.9984999895095825,-0.05460000038146973,0.0044999998062849045,0.9986000061035156,-0.052799999713897705,0.0017999999690800905,1,0,0.004600000102072954,0.9986000061035156,-0.052799999713897705,0.0017999999690800905,1,0,0.0017999999690800905,0.9984999895095825,-0.05460000038146973,0.0044999998062849045,0.9934999942779541,-0.11379999667406082,0.00419999985024333,0.9936000108718872,-0.11259999871253967,0.0017000000225380063,0.9984999895095825,-0.05460000038146973,0.0044999998062849045,0.9936000108718872,-0.11259999871253967,0.0017000000225380063,0.9986000061035156,-0.052799999713897705,0.0017999999690800905,0.968999981880188,-0.24070000648498535,-0.055399999022483826,0.947700023651123,-0.31439998745918274,-0.05530000105500221,0.9380999803543091,-0.3127000033855438,-0.1485999971628189,0.968999981880188,-0.24070000648498535,-0.055399999022483826,0.9380999803543091,-0.3127000033855438,-0.1485999971628189,0.9593999981880188,-0.23980000615119934,-0.14869999885559082,0.9704999923706055,-0.24050000309944153,-0.019899999722838402,0.9491000175476074,-0.314300000667572,-0.019899999722838402,0.947700023651123,-0.31439998745918274,-0.05530000105500221,0.9704999923706055,-0.24050000309944153,-0.019899999722838402,0.947700023651123,-0.31439998745918274,-0.05530000105500221,0.968999981880188,-0.24070000648498535,-0.055399999022483826,0.947700023651123,-0.31439998745918274,-0.05530000105500221,0.9129999876022339,-0.4043000042438507,-0.05530000105500221,0.9036999940872192,-0.4016999900341034,-0.14839999377727509,0.947700023651123,-0.31439998745918274,-0.05530000105500221,0.9036999940872192,-0.4016999900341034,-0.14839999377727509,0.9380999803543091,-0.3127000033855438,-0.1485999971628189,0.9491000175476074,-0.314300000667572,-0.019899999722838402,0.9143999814987183,-0.4043000042438507,-0.019899999722838402,0.9129999876022339,-0.4043000042438507,-0.05530000105500221,0.9491000175476074,-0.314300000667572,-0.019899999722838402,0.9129999876022339,-0.4043000042438507,-0.05530000105500221,0.947700023651123,-0.31439998745918274,-0.05530000105500221,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140999972820282,-0.0044999998062849045,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140999972820282,-0.0044999998062849045,0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,0.949400007724762,-0.3140999972820282,-0.0044999998062849045,0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,0.949400007724762,-0.3140999972820282,-0.0044999998062849045,0.9491000175476074,-0.314300000667572,-0.019899999722838402,0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,0.9491000175476074,-0.314300000667572,-0.019899999722838402,0.9704999923706055,-0.24050000309944153,-0.019899999722838402,0.949400007724762,-0.3140999972820282,-0.0044999998062849045,0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,0.9143999814987183,-0.4043000042438507,-0.019899999722838402,0.949400007724762,-0.3140999972820282,-0.0044999998062849045,0.9143999814987183,-0.4043000042438507,-0.019899999722838402,0.9491000175476074,-0.314300000667572,-0.019899999722838402,0.8058000206947327,-0.5921000242233276,-0.004399999976158142,0.8659999966621399,-0.5,-0.0044999998062849045,0.8659999966621399,-0.5,0,0.8058000206947327,-0.5921000242233276,-0.004399999976158142,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,0,0.8055999875068665,-0.592199981212616,-0.01979999989271164,0.8657000064849854,-0.5001000165939331,-0.01979999989271164,0.8659999966621399,-0.5,-0.0044999998062849045,0.8055999875068665,-0.592199981212616,-0.01979999989271164,0.8659999966621399,-0.5,-0.0044999998062849045,0.8058000206947327,-0.5921000242233276,-0.004399999976158142,0.8659999966621399,-0.5,-0.0044999998062849045,0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,-0.0044999998062849045,0.9146999716758728,-0.4041000008583069,0,0.8659999966621399,-0.5,0,0.8657000064849854,-0.5001000165939331,-0.01979999989271164,0.9143999814987183,-0.4043000042438507,-0.019899999722838402,0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,0.8657000064849854,-0.5001000165939331,-0.01979999989271164,0.9146999716758728,-0.4041999876499176,-0.0044999998062849045,0.8659999966621399,-0.5,-0.0044999998062849045,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.855400025844574,-0.49639999866485596,-0.14800000190734863,0.864300012588501,-0.4999000132083893,-0.0551999993622303,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.864300012588501,-0.4999000132083893,-0.0551999993622303,0.8041999936103821,-0.5917999744415283,-0.05510000139474869,0.855400025844574,-0.49639999866485596,-0.14800000190734863,0.9036999940872192,-0.4016999900341034,-0.14839999377727509,0.9129999876022339,-0.4043000042438507,-0.05530000105500221,0.855400025844574,-0.49639999866485596,-0.14800000190734863,0.9129999876022339,-0.4043000042438507,-0.05530000105500221,0.864300012588501,-0.4999000132083893,-0.0551999993622303,0.8041999936103821,-0.5917999744415283,-0.05510000139474869,0.864300012588501,-0.4999000132083893,-0.0551999993622303,0.8657000064849854,-0.5001000165939331,-0.01979999989271164,0.8041999936103821,-0.5917999744415283,-0.05510000139474869,0.8657000064849854,-0.5001000165939331,-0.01979999989271164,0.8055999875068665,-0.592199981212616,-0.01979999989271164,0.864300012588501,-0.4999000132083893,-0.0551999993622303,0.9129999876022339,-0.4043000042438507,-0.05530000105500221,0.9143999814987183,-0.4043000042438507,-0.019899999722838402,0.864300012588501,-0.4999000132083893,-0.0551999993622303,0.9143999814987183,-0.4043000042438507,-0.019899999722838402,0.8657000064849854,-0.5001000165939331,-0.01979999989271164,0.9509999752044678,-0.2126999944448471,0.22450000047683716,0.9496999979019165,-0.1656000018119812,0.26600000262260437,0.8278999924659729,-0.14990000426769257,0.5404999852180481,0.9509999752044678,-0.2126999944448471,0.22450000047683716,0.8278999924659729,-0.14990000426769257,0.5404999852180481,0.8531000018119812,-0.19470000267028809,0.48399999737739563,0.9739999771118164,-0.22059999406337738,0.052299998700618744,0.9829999804496765,-0.1712000072002411,0.06610000133514404,0.9496999979019165,-0.1656000018119812,0.26600000262260437,0.9739999771118164,-0.22059999406337738,0.052299998700618744,0.9496999979019165,-0.1656000018119812,0.26600000262260437,0.9509999752044678,-0.2126999944448471,0.22450000047683716,0.9496999979019165,-0.1656000018119812,0.26600000262260437,0.9495000243186951,-0.11900000274181366,0.2903999984264374,0.8144000172615051,-0.10890000313520432,0.5699999928474426,0.9496999979019165,-0.1656000018119812,0.26600000262260437,0.8144000172615051,-0.10890000313520432,0.5699999928474426,0.8278999924659729,-0.14990000426769257,0.5404999852180481,0.9829999804496765,-0.1712000072002411,0.06610000133514404,0.9897000193595886,-0.12160000205039978,0.07500000298023224,0.9495000243186951,-0.11900000274181366,0.2903999984264374,0.9829999804496765,-0.1712000072002411,0.06610000133514404,0.9495000243186951,-0.11900000274181366,0.2903999984264374,0.9496999979019165,-0.1656000018119812,0.26600000262260437,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.9846000075340271,-0.1746000051498413,0.008899999782443047,0.9846000075340271,-0.17309999465942383,0.023099999874830246,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.9846000075340271,-0.17309999465942383,0.023099999874830246,0.9735999703407288,-0.22759999334812164,0.016899999231100082,0.9846000075340271,-0.1746000051498413,0.008899999782443047,0.9932000041007996,-0.11599999666213989,0.010900000110268593,0.9925000071525574,-0.11909999698400497,0.027300000190734863,0.9846000075340271,-0.1746000051498413,0.008899999782443047,0.9925000071525574,-0.11909999698400497,0.027300000190734863,0.9846000075340271,-0.17309999465942383,0.023099999874830246,0.9735999703407288,-0.22759999334812164,0.016899999231100082,0.9846000075340271,-0.17309999465942383,0.023099999874830246,0.9829999804496765,-0.1712000072002411,0.06610000133514404,0.9735999703407288,-0.22759999334812164,0.016899999231100082,0.9829999804496765,-0.1712000072002411,0.06610000133514404,0.9739999771118164,-0.22059999406337738,0.052299998700618744,0.9846000075340271,-0.17309999465942383,0.023099999874830246,0.9925000071525574,-0.11909999698400497,0.027300000190734863,0.9897000193595886,-0.12160000205039978,0.07500000298023224,0.9846000075340271,-0.17309999465942383,0.023099999874830246,0.9897000193595886,-0.12160000205039978,0.07500000298023224,0.9829999804496765,-0.1712000072002411,0.06610000133514404,0.9995999932289124,0,0.029500000178813934,0.9976000189781189,-0.062300000339746475,0.029200000688433647,0.9983000159263611,-0.05790000036358833,0.011699999682605267,0.9995999932289124,0,0.029500000178813934,0.9983000159263611,-0.05790000036358833,0.011699999682605267,0.9998999834060669,0,0.011800000444054604,0.9968000054359436,0,0.08020000159740448,0.994700014591217,-0.06620000302791595,0.07930000126361847,0.9976000189781189,-0.062300000339746475,0.029200000688433647,0.9968000054359436,0,0.08020000159740448,0.9976000189781189,-0.062300000339746475,0.029200000688433647,0.9995999932289124,0,0.029500000178813934,0.9976000189781189,-0.062300000339746475,0.029200000688433647,0.9925000071525574,-0.11909999698400497,0.027300000190734863,0.9932000041007996,-0.11599999666213989,0.010900000110268593,0.9976000189781189,-0.062300000339746475,0.029200000688433647,0.9932000041007996,-0.11599999666213989,0.010900000110268593,0.9983000159263611,-0.05790000036358833,0.011699999682605267,0.994700014591217,-0.06620000302791595,0.07930000126361847,0.9897000193595886,-0.12160000205039978,0.07500000298023224,0.9925000071525574,-0.11909999698400497,0.027300000190734863,0.994700014591217,-0.06620000302791595,0.07930000126361847,0.9925000071525574,-0.11909999698400497,0.027300000190734863,0.9976000189781189,-0.062300000339746475,0.029200000688433647,0.8090999722480774,0,0.5877000093460083,0.8087999820709229,-0.06109999865293503,0.5849000215530396,0.9513000249862671,-0.065700002014637,0.3012999892234802,0.8090999722480774,0,0.5877000093460083,0.9513000249862671,-0.065700002014637,0.3012999892234802,0.9531000256538391,0,0.30250000953674316,0.8087999820709229,-0.06109999865293503,0.5849000215530396,0.8144000172615051,-0.10890000313520432,0.5699999928474426,0.9495000243186951,-0.11900000274181366,0.2903999984264374,0.8087999820709229,-0.06109999865293503,0.5849000215530396,0.9495000243186951,-0.11900000274181366,0.2903999984264374,0.9513000249862671,-0.065700002014637,0.3012999892234802,0.9531000256538391,0,0.30250000953674316,0.9513000249862671,-0.065700002014637,0.3012999892234802,0.994700014591217,-0.06620000302791595,0.07930000126361847,0.9531000256538391,0,0.30250000953674316,0.994700014591217,-0.06620000302791595,0.07930000126361847,0.9968000054359436,0,0.08020000159740448,0.9513000249862671,-0.065700002014637,0.3012999892234802,0.9495000243186951,-0.11900000274181366,0.2903999984264374,0.9897000193595886,-0.12160000205039978,0.07500000298023224,0.9513000249862671,-0.065700002014637,0.3012999892234802,0.9897000193595886,-0.12160000205039978,0.07500000298023224,0.994700014591217,-0.06620000302791595,0.07930000126361847,0.5194000005722046,-0.12269999831914902,0.8457000255584717,0.5536999702453613,-0.22290000319480896,0.802299976348877,0.8780999779701233,-0.2870999872684479,0.38280001282691956,0.5194000005722046,-0.12269999831914902,0.8457000255584717,0.8780999779701233,-0.2870999872684479,0.38280001282691956,0.8531000018119812,-0.19470000267028809,0.48399999737739563,0.12370000034570694,-0.04690000042319298,0.9911999702453613,0.11819999665021896,-0.10480000078678131,0.9873999953269958,0.5536999702453613,-0.22290000319480896,0.802299976348877,0.12370000034570694,-0.04690000042319298,0.9911999702453613,0.5536999702453613,-0.22290000319480896,0.802299976348877,0.5194000005722046,-0.12269999831914902,0.8457000255584717,0.5536999702453613,-0.22290000319480896,0.802299976348877,0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.8529000282287598,-0.4544000029563904,0.257099986076355,0.5536999702453613,-0.22290000319480896,0.802299976348877,0.8529000282287598,-0.4544000029563904,0.257099986076355,0.8780999779701233,-0.2870999872684479,0.38280001282691956,0.11819999665021896,-0.10480000078678131,0.9873999953269958,0.11460000276565552,-0.26100000739097595,0.9585000276565552,0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.11819999665021896,-0.10480000078678131,0.9873999953269958,0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.5536999702453613,-0.22290000319480896,0.802299976348877,0.0026000000070780516,-0.00839999970048666,1,0.003800000064074993,-0.07339999824762344,0.9973000288009644,0.01720000058412552,-0.07069999724626541,0.9973000288009644,0.0026000000070780516,-0.00839999970048666,1,0.01720000058412552,-0.07069999724626541,0.9973000288009644,0.018799999728798866,-0.01850000023841858,0.9997000098228455,0.003800000064074993,-0.07339999824762344,0.9973000288009644,0.0034000000450760126,-0.2485000044107437,0.9685999751091003,0.01269999984651804,-0.22020000219345093,0.9753999710083008,0.003800000064074993,-0.07339999824762344,0.9973000288009644,0.01269999984651804,-0.22020000219345093,0.9753999710083008,0.01720000058412552,-0.07069999724626541,0.9973000288009644,0.018799999728798866,-0.01850000023841858,0.9997000098228455,0.01720000058412552,-0.07069999724626541,0.9973000288009644,0.11819999665021896,-0.10480000078678131,0.9873999953269958,0.018799999728798866,-0.01850000023841858,0.9997000098228455,0.11819999665021896,-0.10480000078678131,0.9873999953269958,0.12370000034570694,-0.04690000042319298,0.9911999702453613,0.01720000058412552,-0.07069999724626541,0.9973000288009644,0.01269999984651804,-0.22020000219345093,0.9753999710083008,0.11460000276565552,-0.26100000739097595,0.9585000276565552,0.01720000058412552,-0.07069999724626541,0.9973000288009644,0.11460000276565552,-0.26100000739097595,0.9585000276565552,0.11819999665021896,-0.10480000078678131,0.9873999953269958,-0.007499999832361937,-0.49050000309944153,0.871399998664856,0.00430000014603138,-0.39329999685287476,0.9193999767303467,-0.002199999988079071,-0.4334999918937683,0.9010999798774719,-0.007499999832361937,-0.49050000309944153,0.871399998664856,-0.002199999988079071,-0.4334999918937683,0.9010999798774719,-0.014399999752640724,-0.5343999862670898,0.8450999855995178,0.08169999718666077,-0.5292999744415283,0.8445000052452087,0.09969999641180038,-0.43380001187324524,0.8955000042915344,0.00430000014603138,-0.39329999685287476,0.9193999767303467,0.08169999718666077,-0.5292999744415283,0.8445000052452087,0.00430000014603138,-0.39329999685287476,0.9193999767303467,-0.007499999832361937,-0.49050000309944153,0.871399998664856,0.00430000014603138,-0.39329999685287476,0.9193999767303467,0.01269999984651804,-0.22020000219345093,0.9753999710083008,0.0034000000450760126,-0.2485000044107437,0.9685999751091003,0.00430000014603138,-0.39329999685287476,0.9193999767303467,0.0034000000450760126,-0.2485000044107437,0.9685999751091003,-0.002199999988079071,-0.4334999918937683,0.9010999798774719,0.09969999641180038,-0.43380001187324524,0.8955000042915344,0.11460000276565552,-0.26100000739097595,0.9585000276565552,0.01269999984651804,-0.22020000219345093,0.9753999710083008,0.09969999641180038,-0.43380001187324524,0.8955000042915344,0.01269999984651804,-0.22020000219345093,0.9753999710083008,0.00430000014603138,-0.39329999685287476,0.9193999767303467,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.7684000134468079,-0.6129000186920166,0.1842000037431717,0.49399998784065247,-0.5978999733924866,0.6312000155448914,0.6845999956130981,-0.7057999968528748,0.18250000476837158,0.49399998784065247,-0.5978999733924866,0.6312000155448914,0.4284000098705292,-0.6881999969482422,0.5855000019073486,0.7684000134468079,-0.6129000186920166,0.1842000037431717,0.8529000282287598,-0.4544000029563904,0.257099986076355,0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.7684000134468079,-0.6129000186920166,0.1842000037431717,0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.49399998784065247,-0.5978999733924866,0.6312000155448914,0.4284000098705292,-0.6881999969482422,0.5855000019073486,0.49399998784065247,-0.5978999733924866,0.6312000155448914,0.09969999641180038,-0.43380001187324524,0.8955000042915344,0.4284000098705292,-0.6881999969482422,0.5855000019073486,0.09969999641180038,-0.43380001187324524,0.8955000042915344,0.08169999718666077,-0.5292999744415283,0.8445000052452087,0.49399998784065247,-0.5978999733924866,0.6312000155448914,0.5547999739646912,-0.42010000348091125,0.7181000113487244,0.11460000276565552,-0.26100000739097595,0.9585000276565552,0.49399998784065247,-0.5978999733924866,0.6312000155448914,0.11460000276565552,-0.26100000739097595,0.9585000276565552,0.09969999641180038,-0.43380001187324524,0.8955000042915344,0.8659999966621399,-0.5,0,0.866100013256073,-0.4999000132083893,-0.00009999999747378752,0.805899977684021,-0.5921000242233276,-0.00009999999747378752,0.8659999966621399,-0.5,0,0.805899977684021,-0.5921000242233276,-0.00009999999747378752,0.805899977684021,-0.5921000242233276,0,0.9146999716758728,-0.4041000008583069,0,0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,0.866100013256073,-0.4999000132083893,-0.00009999999747378752,0.9146999716758728,-0.4041000008583069,0,0.866100013256073,-0.4999000132083893,-0.00009999999747378752,0.8659999966621399,-0.5,0,0.866100013256073,-0.4999000132083893,-0.00009999999747378752,0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,0.866100013256073,-0.4999000132083893,-0.00009999999747378752,0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,0.805899977684021,-0.5921000242233276,-0.00009999999747378752,0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,0.866100013256073,-0.4999000132083893,-0.00009999999747378752,0.9707000255584717,-0.2401999980211258,0,0.9707000255584717,-0.2401999980211258,0.00019999999494757503,0.949400007724762,-0.3140000104904175,0.00009999999747378752,0.9707000255584717,-0.2401999980211258,0,0.949400007724762,-0.3140000104904175,0.00009999999747378752,0.949400007724762,-0.3140000104904175,0,0.9707000255584717,-0.2401999980211258,0.00019999999494757503,0.9708999991416931,-0.2395000010728836,0.0008999999845400453,0.9495999813079834,-0.313400000333786,0.0003000000142492354,0.9707000255584717,-0.2401999980211258,0.00019999999494757503,0.9495999813079834,-0.313400000333786,0.0003000000142492354,0.949400007724762,-0.3140000104904175,0.00009999999747378752,0.949400007724762,-0.3140000104904175,0,0.949400007724762,-0.3140000104904175,0.00009999999747378752,0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,0.949400007724762,-0.3140000104904175,0,0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,0.9146999716758728,-0.4041000008583069,0,0.949400007724762,-0.3140000104904175,0.00009999999747378752,0.9495999813079834,-0.313400000333786,0.0003000000142492354,0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,0.949400007724762,-0.3140000104904175,0.00009999999747378752,0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,0.9146999716758728,-0.4041000008583069,-0.00009999999747378752,0.9513000249862671,-0.30820000171661377,0.002300000051036477,0.9502000212669373,-0.3118000030517578,0.0007999999797903001,0.9714000225067139,-0.23759999871253967,0.002300000051036477,0.9513000249862671,-0.30820000171661377,0.002300000051036477,0.9714000225067139,-0.23759999871253967,0.002300000051036477,0.9722999930381775,-0.2337999939918518,0.006099999882280827,0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,0.9143000245094299,-0.4050000011920929,-0.0006000000284984708,0.9502000212669373,-0.3118000030517578,0.0007999999797903001,0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,0.9502000212669373,-0.3118000030517578,0.0007999999797903001,0.9513000249862671,-0.30820000171661377,0.002300000051036477,0.9502000212669373,-0.3118000030517578,0.0007999999797903001,0.9495999813079834,-0.313400000333786,0.0003000000142492354,0.9708999991416931,-0.2395000010728836,0.0008999999845400453,0.9502000212669373,-0.3118000030517578,0.0007999999797903001,0.9708999991416931,-0.2395000010728836,0.0008999999845400453,0.9714000225067139,-0.23759999871253967,0.002300000051036477,0.9143000245094299,-0.4050000011920929,-0.0006000000284984708,0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,0.9495999813079834,-0.313400000333786,0.0003000000142492354,0.9143000245094299,-0.4050000011920929,-0.0006000000284984708,0.9495999813079834,-0.313400000333786,0.0003000000142492354,0.9502000212669373,-0.3118000030517578,0.0007999999797903001,0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,0.8639000058174133,-0.503600001335144,-0.0013000000035390258,0.7978000044822693,-0.6029000282287598,-0.0024999999441206455,0.8639000058174133,-0.503600001335144,-0.0013000000035390258,0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,0.8051999807357788,-0.5931000113487244,-0.0005000000237487257,0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,0.8029000163078308,-0.5960999727249146,-0.0012000000569969416,0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,0.8639000058174133,-0.503600001335144,-0.0013000000035390258,0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,0.8639000058174133,-0.503600001335144,-0.0013000000035390258,0.9143000245094299,-0.4050000011920929,-0.0006000000284984708,0.8604999780654907,-0.5094000101089478,-0.0035000001080334187,0.9143000245094299,-0.4050000011920929,-0.0006000000284984708,0.9138000011444092,-0.40619999170303345,-0.0015999999595806003,0.8639000058174133,-0.503600001335144,-0.0013000000035390258,0.8654999732971191,-0.5008000135421753,-0.0005000000237487257,0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,0.8639000058174133,-0.503600001335144,-0.0013000000035390258,0.9146000146865845,-0.4043000042438507,-0.00019999999494757503,0.9143000245094299,-0.4050000011920929,-0.0006000000284984708,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.31029999256134033,-0.9506000280380249,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.5042999982833862,-0.8634999990463257,0,0.31029999256134033,-0.9506000280380249,0,0.31029999256134033,-0.9506000280380249,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.805899977684021,-0.5921000242233276,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.6931999921798706,-0.72079998254776,0,0.5042999982833862,-0.8634999990463257,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0,-1,0,0.005900000222027302,-1,0,0,-1,0,0,-1,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.025599999353289604,-0.9997000098228455,0,0.005900000222027302,-1,0,0.005900000222027302,-1,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.15880000591278076,-0.9872999787330627,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.06769999861717224,-0.9976999759674072,0,0.025599999353289604,-0.9997000098228455,0,0.025599999353289604,-0.9997000098228455,0,0.9984999895095825,0,-0.05550000071525574,0.9970999956130981,-0.05249999836087227,-0.05550000071525574,0.9873999953269958,-0.05260000005364418,-0.14910000562667847,0.9984999895095825,0,-0.05550000071525574,0.9873999953269958,-0.05260000005364418,-0.14910000562667847,0.9887999892234802,0,-0.14910000562667847,0.9998000264167786,0,-0.019999999552965164,0.9983999729156494,-0.052299998700618744,-0.019899999722838402,0.9970999956130981,-0.05249999836087227,-0.05550000071525574,0.9998000264167786,0,-0.019999999552965164,0.9970999956130981,-0.05249999836087227,-0.05550000071525574,0.9984999895095825,0,-0.05550000071525574,0.9970999956130981,-0.05249999836087227,-0.05550000071525574,0.9921000003814697,-0.11270000040531158,-0.05550000071525574,0.9824000000953674,-0.1128000020980835,-0.14900000393390656,0.9970999956130981,-0.05249999836087227,-0.05550000071525574,0.9824000000953674,-0.1128000020980835,-0.14900000393390656,0.9873999953269958,-0.05260000005364418,-0.14910000562667847,0.9983999729156494,-0.052299998700618744,-0.019899999722838402,0.9934999942779541,-0.11240000277757645,-0.019899999722838402,0.9921000003814697,-0.11270000040531158,-0.05550000071525574,0.9983999729156494,-0.052299998700618744,-0.019899999722838402,0.9921000003814697,-0.11270000040531158,-0.05550000071525574,0.9970999956130981,-0.05249999836087227,-0.05550000071525574,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,1,0,0,0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,1,0,-0.0044999998062849045,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,1,0,-0.0044999998062849045,0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,0.9983999729156494,-0.052299998700618744,-0.019899999722838402,1,0,-0.0044999998062849045,0.9983999729156494,-0.052299998700618744,-0.019899999722838402,0.9998000264167786,0,-0.019999999552965164,0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,0.9934999942779541,-0.11240000277757645,-0.019899999722838402,0.9986000061035156,-0.05220000073313713,-0.0044999998062849045,0.9934999942779541,-0.11240000277757645,-0.019899999722838402,0.9983999729156494,-0.052299998700618744,-0.019899999722838402,0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9704999923706055,-0.24050000309944153,-0.019899999722838402,0.9840999841690063,-0.17649999260902405,-0.019899999722838402,0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,0.9704999923706055,-0.24050000309944153,-0.019899999722838402,0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,0.9707000255584717,-0.2402999997138977,-0.0044999998062849045,0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9840999841690063,-0.17649999260902405,-0.019899999722838402,0.9934999942779541,-0.11240000277757645,-0.019899999722838402,0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,0.9840999841690063,-0.17649999260902405,-0.019899999722838402,0.9937000274658203,-0.11230000108480453,-0.0044999998062849045,0.9843000173568726,-0.17630000412464142,-0.0044999998062849045,0.9593999981880188,-0.23980000615119934,-0.14869999885559082,0.9729999899864197,-0.17649999260902405,-0.14880000054836273,0.982699990272522,-0.17679999768733978,-0.055399999022483826,0.9593999981880188,-0.23980000615119934,-0.14869999885559082,0.982699990272522,-0.17679999768733978,-0.055399999022483826,0.968999981880188,-0.24070000648498535,-0.055399999022483826,0.9729999899864197,-0.17649999260902405,-0.14880000054836273,0.9824000000953674,-0.1128000020980835,-0.14900000393390656,0.9921000003814697,-0.11270000040531158,-0.05550000071525574,0.9729999899864197,-0.17649999260902405,-0.14880000054836273,0.9921000003814697,-0.11270000040531158,-0.05550000071525574,0.982699990272522,-0.17679999768733978,-0.055399999022483826,0.968999981880188,-0.24070000648498535,-0.055399999022483826,0.982699990272522,-0.17679999768733978,-0.055399999022483826,0.9840999841690063,-0.17649999260902405,-0.019899999722838402,0.968999981880188,-0.24070000648498535,-0.055399999022483826,0.9840999841690063,-0.17649999260902405,-0.019899999722838402,0.9704999923706055,-0.24050000309944153,-0.019899999722838402,0.982699990272522,-0.17679999768733978,-0.055399999022483826,0.9921000003814697,-0.11270000040531158,-0.05550000071525574,0.9934999942779541,-0.11240000277757645,-0.019899999722838402,0.982699990272522,-0.17679999768733978,-0.055399999022483826,0.9934999942779541,-0.11240000277757645,-0.019899999722838402,0.9840999841690063,-0.17649999260902405,-0.019899999722838402,0.5583000183105469,0,0.8296999931335449,0.5555999875068665,-0.046300001442432404,0.8302000164985657,0.8087999820709229,-0.06109999865293503,0.5849000215530396,0.5583000183105469,0,0.8296999931335449,0.8087999820709229,-0.06109999865293503,0.5849000215530396,0.8090999722480774,0,0.5877000093460083,0.22769999504089355,0,0.9736999869346619,0.2248000055551529,-0.023800000548362732,0.9740999937057495,0.5555999875068665,-0.046300001442432404,0.8302000164985657,0.22769999504089355,0,0.9736999869346619,0.5555999875068665,-0.046300001442432404,0.8302000164985657,0.5583000183105469,0,0.8296999931335449,0.5555999875068665,-0.046300001442432404,0.8302000164985657,0.5419999957084656,-0.08030000329017639,0.8364999890327454,0.8144000172615051,-0.10890000313520432,0.5699999928474426,0.5555999875068665,-0.046300001442432404,0.8302000164985657,0.8144000172615051,-0.10890000313520432,0.5699999928474426,0.8087999820709229,-0.06109999865293503,0.5849000215530396,0.2248000055551529,-0.023800000548362732,0.9740999937057495,0.19869999587535858,-0.042100001126527786,0.979200005531311,0.5419999957084656,-0.08030000329017639,0.8364999890327454,0.2248000055551529,-0.023800000548362732,0.9740999937057495,0.5419999957084656,-0.08030000329017639,0.8364999890327454,0.5555999875068665,-0.046300001442432404,0.8302000164985657,0.0017999999690800905,0,1,0.0017999999690800905,-0.0027000000700354576,1,0.04500000178813934,-0.008299999870359898,0.9990000128746033,0.0017999999690800905,0,1,0.04500000178813934,-0.008299999870359898,0.9990000128746033,0.04500000178813934,0,0.9990000128746033,0.0017999999690800905,-0.0027000000700354576,1,0.0019000000320374966,-0.004600000102072954,1,0.03720000013709068,-0.016100000590085983,0.9991999864578247,0.0017999999690800905,-0.0027000000700354576,1,0.03720000013709068,-0.016100000590085983,0.9991999864578247,0.04500000178813934,-0.008299999870359898,0.9990000128746033,0.04500000178813934,0,0.9990000128746033,0.04500000178813934,-0.008299999870359898,0.9990000128746033,0.2248000055551529,-0.023800000548362732,0.9740999937057495,0.04500000178813934,0,0.9990000128746033,0.2248000055551529,-0.023800000548362732,0.9740999937057495,0.22769999504089355,0,0.9736999869346619,0.04500000178813934,-0.008299999870359898,0.9990000128746033,0.03720000013709068,-0.016100000590085983,0.9991999864578247,0.19869999587535858,-0.042100001126527786,0.979200005531311,0.04500000178813934,-0.008299999870359898,0.9990000128746033,0.19869999587535858,-0.042100001126527786,0.979200005531311,0.2248000055551529,-0.023800000548362732,0.9740999937057495,0.018799999728798866,-0.01850000023841858,0.9997000098228455,0.02500000037252903,-0.017899999395012856,0.9994999766349792,0.002199999988079071,-0.006099999882280827,1,0.018799999728798866,-0.01850000023841858,0.9997000098228455,0.002199999988079071,-0.006099999882280827,1,0.0026000000070780516,-0.00839999970048666,1,0.12370000034570694,-0.04690000042319298,0.9911999702453613,0.15279999375343323,-0.04619999974966049,0.9872000217437744,0.02500000037252903,-0.017899999395012856,0.9994999766349792,0.12370000034570694,-0.04690000042319298,0.9911999702453613,0.02500000037252903,-0.017899999395012856,0.9994999766349792,0.018799999728798866,-0.01850000023841858,0.9997000098228455,0.02500000037252903,-0.017899999395012856,0.9994999766349792,0.03720000013709068,-0.016100000590085983,0.9991999864578247,0.0019000000320374966,-0.004600000102072954,1,0.02500000037252903,-0.017899999395012856,0.9994999766349792,0.0019000000320374966,-0.004600000102072954,1,0.002199999988079071,-0.006099999882280827,1,0.15279999375343323,-0.04619999974966049,0.9872000217437744,0.19869999587535858,-0.042100001126527786,0.979200005531311,0.03720000013709068,-0.016100000590085983,0.9991999864578247,0.15279999375343323,-0.04619999974966049,0.9872000217437744,0.03720000013709068,-0.016100000590085983,0.9991999864578247,0.02500000037252903,-0.017899999395012856,0.9994999766349792,0.8531000018119812,-0.19470000267028809,0.48399999737739563,0.8278999924659729,-0.14990000426769257,0.5404999852180481,0.5217000246047974,-0.10279999673366547,0.8468999862670898,0.8531000018119812,-0.19470000267028809,0.48399999737739563,0.5217000246047974,-0.10279999673366547,0.8468999862670898,0.5194000005722046,-0.12269999831914902,0.8457000255584717,0.8278999924659729,-0.14990000426769257,0.5404999852180481,0.8144000172615051,-0.10890000313520432,0.5699999928474426,0.5419999957084656,-0.08030000329017639,0.8364999890327454,0.8278999924659729,-0.14990000426769257,0.5404999852180481,0.5419999957084656,-0.08030000329017639,0.8364999890327454,0.5217000246047974,-0.10279999673366547,0.8468999862670898,0.5194000005722046,-0.12269999831914902,0.8457000255584717,0.5217000246047974,-0.10279999673366547,0.8468999862670898,0.15279999375343323,-0.04619999974966049,0.9872000217437744,0.5194000005722046,-0.12269999831914902,0.8457000255584717,0.15279999375343323,-0.04619999974966049,0.9872000217437744,0.12370000034570694,-0.04690000042319298,0.9911999702453613,0.5217000246047974,-0.10279999673366547,0.8468999862670898,0.5419999957084656,-0.08030000329017639,0.8364999890327454,0.19869999587535858,-0.042100001126527786,0.979200005531311,0.5217000246047974,-0.10279999673366547,0.8468999862670898,0.19869999587535858,-0.042100001126527786,0.979200005531311,0.15279999375343323,-0.04619999974966049,0.9872000217437744,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,1,0,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9937000274658203,-0.11219999939203262,0,0.9986000061035156,-0.05209999904036522,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9707000255584717,-0.2401999980211258,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,0.9937000274658203,-0.11219999939203262,0,0.9843000173568726,-0.17630000412464142,0,-0.014399999752640724,0.5343999862670898,0.8450999855995178,-0.01269999984651804,0.6115000247955322,0.7911999821662903,-0.004699999932199717,0.5095999836921692,0.8604000210762024,-0.014399999752640724,0.5343999862670898,0.8450999855995178,-0.004699999932199717,0.5095999836921692,0.8604000210762024,-0.002199999988079071,0.4334999918937683,0.9010999798774719,-0.01269999984651804,0.6115000247955322,0.7911999821662903,-0.008700000122189522,0.6819999814033508,0.7312999963760376,-0.0032999999821186066,0.5863999724388123,0.8100000023841858,-0.01269999984651804,0.6115000247955322,0.7911999821662903,-0.0032999999821186066,0.5863999724388123,0.8100000023841858,-0.004699999932199717,0.5095999836921692,0.8604000210762024,-0.002199999988079071,0.4334999918937683,0.9010999798774719,-0.004699999932199717,0.5095999836921692,0.8604000210762024,0.0013000000035390258,0.31690001487731934,0.9484000205993652,-0.002199999988079071,0.4334999918937683,0.9010999798774719,0.0013000000035390258,0.31690001487731934,0.9484000205993652,0.0034000000450760126,0.2484000027179718,0.9685999751091003,-0.004699999932199717,0.5095999836921692,0.8604000210762024,-0.0032999999821186066,0.5863999724388123,0.8100000023841858,0.0003000000142492354,0.3926999866962433,0.9196000099182129,-0.004699999932199717,0.5095999836921692,0.8604000210762024,0.0003000000142492354,0.3926999866962433,0.9196000099182129,0.0013000000035390258,0.31690001487731934,0.9484000205993652,-0.0044999998062849045,0.7289999723434448,0.684499979019165,0,0.746999979019165,0.6647999882698059,0,0.6466000080108643,0.7627999782562256,-0.0044999998062849045,0.7289999723434448,0.684499979019165,0,0.6466000080108643,0.7627999782562256,-0.0019000000320374966,0.631600022315979,0.7753000259399414,-0.0019000000320374966,0.631600022315979,0.7753000259399414,0,0.6466000080108643,0.7627999782562256,0,0.41850000619888306,0.9082000255584717,-0.0019000000320374966,0.631600022315979,0.7753000259399414,0,0.41850000619888306,0.9082000255584717,-0.00019999999494757503,0.41839998960494995,0.9082000255584717,-0.008700000122189522,0.6819999814033508,0.7312999963760376,-0.0044999998062849045,0.7289999723434448,0.684499979019165,-0.0019000000320374966,0.631600022315979,0.7753000259399414,-0.008700000122189522,0.6819999814033508,0.7312999963760376,-0.0019000000320374966,0.631600022315979,0.7753000259399414,-0.0032999999821186066,0.5863999724388123,0.8100000023841858,-0.0032999999821186066,0.5863999724388123,0.8100000023841858,-0.0019000000320374966,0.631600022315979,0.7753000259399414,-0.00019999999494757503,0.41839998960494995,0.9082000255584717,-0.0032999999821186066,0.5863999724388123,0.8100000023841858,-0.00019999999494757503,0.41839998960494995,0.9082000255584717,0.0003000000142492354,0.3926999866962433,0.9196000099182129,0.00009999999747378752,0.0071000000461936,1,0.001500000013038516,0.007400000002235174,1,0.0007999999797903001,0.1388999968767166,0.9902999997138977,0.00009999999747378752,0.0071000000461936,1,0.0007999999797903001,0.1388999968767166,0.9902999997138977,0,0.13449999690055847,0.9908999800682068,0.001500000013038516,0.007400000002235174,1,0.0020000000949949026,0.00839999970048666,1,0.0019000000320374966,0.1354999989271164,0.9908000230789185,0.001500000013038516,0.007400000002235174,1,0.0019000000320374966,0.1354999989271164,0.9908000230789185,0.0007999999797903001,0.1388999968767166,0.9902999997138977,0,0.13449999690055847,0.9908999800682068,0.0007999999797903001,0.1388999968767166,0.9902999997138977,-0.00019999999494757503,0.41839998960494995,0.9082000255584717,0,0.13449999690055847,0.9908999800682068,-0.00019999999494757503,0.41839998960494995,0.9082000255584717,0,0.41850000619888306,0.9082000255584717,0.0007999999797903001,0.1388999968767166,0.9902999997138977,0.0019000000320374966,0.1354999989271164,0.9908000230789185,0.0003000000142492354,0.3926999866962433,0.9196000099182129,0.0007999999797903001,0.1388999968767166,0.9902999997138977,0.0003000000142492354,0.3926999866962433,0.9196000099182129,-0.00019999999494757503,0.41839998960494995,0.9082000255584717,0.002400000113993883,0.00930000003427267,1,0.0024999999441206455,0.00839999970048666,1,0.003800000064074993,0.07329999655485153,0.9973000288009644,0.002400000113993883,0.00930000003427267,1,0.003800000064074993,0.07329999655485153,0.9973000288009644,0.0024999999441206455,0.10040000081062317,0.9948999881744385,0.0024999999441206455,0.10040000081062317,0.9948999881744385,0.003800000064074993,0.07329999655485153,0.9973000288009644,0.0034000000450760126,0.2484000027179718,0.9685999751091003,0.0024999999441206455,0.10040000081062317,0.9948999881744385,0.0034000000450760126,0.2484000027179718,0.9685999751091003,0.0013000000035390258,0.31690001487731934,0.9484000205993652,0.0020000000949949026,0.00839999970048666,1,0.002400000113993883,0.00930000003427267,1,0.0024999999441206455,0.10040000081062317,0.9948999881744385,0.0020000000949949026,0.00839999970048666,1,0.0024999999441206455,0.10040000081062317,0.9948999881744385,0.0019000000320374966,0.1354999989271164,0.9908000230789185,0.0019000000320374966,0.1354999989271164,0.9908000230789185,0.0024999999441206455,0.10040000081062317,0.9948999881744385,0.0013000000035390258,0.31690001487731934,0.9484000205993652,0.0019000000320374966,0.1354999989271164,0.9908000230789185,0.0013000000035390258,0.31690001487731934,0.9484000205993652,0.0003000000142492354,0.3926999866962433,0.9196000099182129,0.06689999997615814,0.9868000149726868,-0.14740000665187836,0.06759999692440033,0.9962000250816345,-0.05510000139474869,0.15860000252723694,0.98580002784729,-0.05469999834895134,0.06689999997615814,0.9868000149726868,-0.14740000665187836,0.15860000252723694,0.98580002784729,-0.05469999834895134,0.15710000693798065,0.9767000079154968,-0.14630000293254852,0.025299999862909317,0.9886000156402588,-0.148499995470047,0.025599999353289604,0.9980999827384949,-0.05550000071525574,0.06759999692440033,0.9962000250816345,-0.05510000139474869,0.025299999862909317,0.9886000156402588,-0.148499995470047,0.06759999692440033,0.9962000250816345,-0.05510000139474869,0.06689999997615814,0.9868000149726868,-0.14740000665187836,0.06759999692440033,0.9962000250816345,-0.05510000139474869,0.06769999861717224,0.9975000023841858,-0.019899999722838402,0.15889999270439148,0.9871000051498413,-0.01979999989271164,0.06759999692440033,0.9962000250816345,-0.05510000139474869,0.15889999270439148,0.9871000051498413,-0.01979999989271164,0.15860000252723694,0.98580002784729,-0.05469999834895134,0.025599999353289604,0.9980999827384949,-0.05550000071525574,0.025599999353289604,0.9994999766349792,-0.020099999383091927,0.06769999861717224,0.9975000023841858,-0.019899999722838402,0.025599999353289604,0.9980999827384949,-0.05550000071525574,0.06769999861717224,0.9975000023841858,-0.019899999722838402,0.06759999692440033,0.9962000250816345,-0.05510000139474869,0,0.9889000058174133,-0.14890000224113464,0,0.9984999895095825,-0.05559999868273735,0.005900000222027302,0.9983999729156494,-0.05559999868273735,0,0.9889000058174133,-0.14890000224113464,0.005900000222027302,0.9983999729156494,-0.05559999868273735,0.005799999926239252,0.9887999892234802,-0.14890000224113464,0,0.9984999895095825,-0.05559999868273735,0,0.9998000264167786,-0.02019999921321869,0.005900000222027302,0.9998000264167786,-0.02019999921321869,0,0.9984999895095825,-0.05559999868273735,0.005900000222027302,0.9998000264167786,-0.02019999921321869,0.005900000222027302,0.9983999729156494,-0.05559999868273735,0.005799999926239252,0.9887999892234802,-0.14890000224113464,0.005900000222027302,0.9983999729156494,-0.05559999868273735,0.025599999353289604,0.9980999827384949,-0.05550000071525574,0.005799999926239252,0.9887999892234802,-0.14890000224113464,0.025599999353289604,0.9980999827384949,-0.05550000071525574,0.025299999862909317,0.9886000156402588,-0.148499995470047,0.005900000222027302,0.9983999729156494,-0.05559999868273735,0.005900000222027302,0.9998000264167786,-0.02019999921321869,0.025599999353289604,0.9994999766349792,-0.020099999383091927,0.005900000222027302,0.9983999729156494,-0.05559999868273735,0.025599999353289604,0.9994999766349792,-0.020099999383091927,0.025599999353289604,0.9980999827384949,-0.05550000071525574,0.005900000222027302,1,0,0.005900000222027302,1,-0.004600000102072954,0,1,-0.004600000102072954,0.005900000222027302,1,0,0,1,-0.004600000102072954,0,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.005900000222027302,1,-0.004600000102072954,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,-0.004600000102072954,0.005900000222027302,1,0,0.005900000222027302,1,-0.004600000102072954,0.005900000222027302,0.9998000264167786,-0.02019999921321869,0,0.9998000264167786,-0.02019999921321869,0.005900000222027302,1,-0.004600000102072954,0,0.9998000264167786,-0.02019999921321869,0,1,-0.004600000102072954,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.025599999353289604,0.9994999766349792,-0.020099999383091927,0.005900000222027302,0.9998000264167786,-0.02019999921321869,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.005900000222027302,0.9998000264167786,-0.02019999921321869,0.005900000222027302,1,-0.004600000102072954,0.15880000591278076,0.9872999787330627,0,0.15889999270439148,0.9872999787330627,-0.0044999998062849045,0.06769999861717224,0.9976999759674072,-0.0044999998062849045,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,-0.0044999998062849045,0.06769999861717224,0.9976999759674072,0,0.15889999270439148,0.9872999787330627,-0.0044999998062849045,0.15889999270439148,0.9871000051498413,-0.01979999989271164,0.06769999861717224,0.9975000023841858,-0.019899999722838402,0.15889999270439148,0.9872999787330627,-0.0044999998062849045,0.06769999861717224,0.9975000023841858,-0.019899999722838402,0.06769999861717224,0.9976999759674072,-0.0044999998062849045,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,-0.0044999998062849045,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,-0.0044999998062849045,0.06769999861717224,0.9975000023841858,-0.019899999722838402,0.025599999353289604,0.9994999766349792,-0.020099999383091927,0.06769999861717224,0.9976999759674072,-0.0044999998062849045,0.025599999353289604,0.9994999766349792,-0.020099999383091927,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.11739999800920486,0.9790999889373779,0.16580000519752502,0.25049999356269836,0.9520000219345093,0.17569999396800995,0.2888999879360199,0.9553999900817871,0.06120000034570694,0.11739999800920486,0.9790999889373779,0.16580000519752502,0.2888999879360199,0.9553999900817871,0.06120000034570694,0.1453000009059906,0.9876000285148621,0.05889999866485596,0.25049999356269836,0.9520000219345093,0.17569999396800995,0.4169999957084656,0.8902000188827515,0.1834000051021576,0.4681999981403351,0.8816999793052673,0.05820000171661377,0.25049999356269836,0.9520000219345093,0.17569999396800995,0.4681999981403351,0.8816999793052673,0.05820000171661377,0.2888999879360199,0.9553999900817871,0.06120000034570694,0.1453000009059906,0.9876000285148621,0.05889999866485596,0.2888999879360199,0.9553999900817871,0.06120000034570694,0.3043000102043152,0.9524999856948853,0.009600000455975533,0.1453000009059906,0.9876000285148621,0.05889999866485596,0.3043000102043152,0.9524999856948853,0.009600000455975533,0.156700000166893,0.9876000285148621,0.009499999694526196,0.2888999879360199,0.9553999900817871,0.06120000034570694,0.4681999981403351,0.8816999793052673,0.05820000171661377,0.48840001225471497,0.8726000189781189,0.0071000000461936,0.2888999879360199,0.9553999900817871,0.06120000034570694,0.48840001225471497,0.8726000189781189,0.0071000000461936,0.3043000102043152,0.9524999856948853,0.009600000455975533,0.5853000283241272,0.7889000177383423,0.18700000643730164,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.7473999857902527,0.6632999777793884,0.03669999912381172,0.5853000283241272,0.7889000177383423,0.18700000643730164,0.7473999857902527,0.6632999777793884,0.03669999912381172,0.6460999846458435,0.7616000175476074,0.05040000006556511,0.6460999846458435,0.7616000175476074,0.05040000006556511,0.7473999857902527,0.6632999777793884,0.03669999912381172,0.7741000056266785,0.6330999732017517,-0.003000000026077032,0.6460999846458435,0.7616000175476074,0.05040000006556511,0.7741000056266785,0.6330999732017517,-0.003000000026077032,0.6686000227928162,0.7436000108718872,0.00279999990016222,0.4169999957084656,0.8902000188827515,0.1834000051021576,0.5853000283241272,0.7889000177383423,0.18700000643730164,0.6460999846458435,0.7616000175476074,0.05040000006556511,0.4169999957084656,0.8902000188827515,0.1834000051021576,0.6460999846458435,0.7616000175476074,0.05040000006556511,0.4681999981403351,0.8816999793052673,0.05820000171661377,0.4681999981403351,0.8816999793052673,0.05820000171661377,0.6460999846458435,0.7616000175476074,0.05040000006556511,0.6686000227928162,0.7436000108718872,0.00279999990016222,0.4681999981403351,0.8816999793052673,0.05820000171661377,0.6686000227928162,0.7436000108718872,0.00279999990016222,0.48840001225471497,0.8726000189781189,0.0071000000461936,0.7978000044822693,0.6029000282287598,-0.0024999999441206455,0.6862999796867371,0.7272999882698059,-0.0010000000474974513,0.6791999936103821,0.7339000105857849,-0.002199999988079071,0.7978000044822693,0.6029000282287598,-0.0024999999441206455,0.6791999936103821,0.7339000105857849,-0.002199999988079071,0.7885000109672546,0.6151000261306763,-0.004800000227987766,0.6862999796867371,0.7272999882698059,-0.0010000000474974513,0.4999000132083893,0.866100013256073,-0.0003000000142492354,0.49559998512268066,0.8684999942779541,-0.00019999999494757503,0.6862999796867371,0.7272999882698059,-0.0010000000474974513,0.49559998512268066,0.8684999942779541,-0.00019999999494757503,0.6791999936103821,0.7339000105857849,-0.002199999988079071,0.7885000109672546,0.6151000261306763,-0.004800000227987766,0.6791999936103821,0.7339000105857849,-0.002199999988079071,0.6686000227928162,0.7436000108718872,0.00279999990016222,0.7885000109672546,0.6151000261306763,-0.004800000227987766,0.6686000227928162,0.7436000108718872,0.00279999990016222,0.7741000056266785,0.6330999732017517,-0.003000000026077032,0.6791999936103821,0.7339000105857849,-0.002199999988079071,0.49559998512268066,0.8684999942779541,-0.00019999999494757503,0.48840001225471497,0.8726000189781189,0.0071000000461936,0.6791999936103821,0.7339000105857849,-0.002199999988079071,0.48840001225471497,0.8726000189781189,0.0071000000461936,0.6686000227928162,0.7436000108718872,0.00279999990016222,0.3091000020503998,0.9509999752044678,0,0.15880000591278076,0.9872999787330627,0,0.15860000252723694,0.9872999787330627,0.0012000000569969416,0.3091000020503998,0.9509999752044678,0,0.15860000252723694,0.9872999787330627,0.0012000000569969416,0.3077999949455261,0.9514999985694885,0.0010999999940395355,0.3077999949455261,0.9514999985694885,0.0010999999940395355,0.15860000252723694,0.9872999787330627,0.0012000000569969416,0.156700000166893,0.9876000285148621,0.009499999694526196,0.3077999949455261,0.9514999985694885,0.0010999999940395355,0.156700000166893,0.9876000285148621,0.009499999694526196,0.3043000102043152,0.9524999856948853,0.009600000455975533,0.4999000132083893,0.866100013256073,-0.0003000000142492354,0.3091000020503998,0.9509999752044678,0,0.3077999949455261,0.9514999985694885,0.0010999999940395355,0.4999000132083893,0.866100013256073,-0.0003000000142492354,0.3077999949455261,0.9514999985694885,0.0010999999940395355,0.49559998512268066,0.8684999942779541,-0.00019999999494757503,0.49559998512268066,0.8684999942779541,-0.00019999999494757503,0.3077999949455261,0.9514999985694885,0.0010999999940395355,0.3043000102043152,0.9524999856948853,0.009600000455975533,0.49559998512268066,0.8684999942779541,-0.00019999999494757503,0.3043000102043152,0.9524999856948853,0.009600000455975533,0.48840001225471497,0.8726000189781189,0.0071000000461936,0.805899977684021,0.5921000242233276,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,0,0.805899977684021,0.5921000242233276,0,0.8058000206947327,0.5921000242233276,-0.0044999998062849045,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.805899977684021,0.5921000242233276,0,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.6931999921798706,0.72079998254776,0,0.8055999875068665,0.592199981212616,-0.01979999989271164,0.692799985408783,0.72079998254776,-0.01979999989271164,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.8055999875068665,0.592199981212616,-0.01979999989271164,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.8058000206947327,0.5921000242233276,-0.0044999998062849045,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.5042999982833862,0.8634999990463257,-0.004399999976158142,0.5042999982833862,0.8634999990463257,0,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.692799985408783,0.72079998254776,-0.01979999989271164,0.5041000247001648,0.8633999824523926,-0.019700000062584877,0.5042999982833862,0.8634999990463257,-0.004399999976158142,0.692799985408783,0.72079998254776,-0.01979999989271164,0.5042999982833862,0.8634999990463257,-0.004399999976158142,0.6930999755859375,0.72079998254776,-0.0044999998062849045,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.6843000054359436,0.7142000198364258,-0.1468999981880188,0.6916000247001648,0.7202000021934509,-0.05490000173449516,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.6916000247001648,0.7202000021934509,-0.05490000173449516,0.8041999936103821,0.5917999744415283,-0.05510000139474869,0.6843000054359436,0.7142000198364258,-0.1468999981880188,0.49799999594688416,0.8547999858856201,-0.1460999995470047,0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.6843000054359436,0.7142000198364258,-0.1468999981880188,0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.6916000247001648,0.7202000021934509,-0.05490000173449516,0.8041999936103821,0.5917999744415283,-0.05510000139474869,0.6916000247001648,0.7202000021934509,-0.05490000173449516,0.692799985408783,0.72079998254776,-0.01979999989271164,0.8041999936103821,0.5917999744415283,-0.05510000139474869,0.692799985408783,0.72079998254776,-0.01979999989271164,0.8055999875068665,0.592199981212616,-0.01979999989271164,0.6916000247001648,0.7202000021934509,-0.05490000173449516,0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.5041000247001648,0.8633999824523926,-0.019700000062584877,0.6916000247001648,0.7202000021934509,-0.05490000173449516,0.5041000247001648,0.8633999824523926,-0.019700000062584877,0.692799985408783,0.72079998254776,-0.01979999989271164,0.15860000252723694,0.98580002784729,-0.05469999834895134,0.30959999561309814,0.9492999911308289,-0.054499998688697815,0.30649998784065247,0.9405999779701233,-0.14569999277591705,0.15860000252723694,0.98580002784729,-0.05469999834895134,0.30649998784065247,0.9405999779701233,-0.14569999277591705,0.15710000693798065,0.9767000079154968,-0.14630000293254852,0.15889999270439148,0.9871000051498413,-0.01979999989271164,0.3102000057697296,0.9505000114440918,-0.019700000062584877,0.30959999561309814,0.9492999911308289,-0.054499998688697815,0.15889999270439148,0.9871000051498413,-0.01979999989271164,0.30959999561309814,0.9492999911308289,-0.054499998688697815,0.15860000252723694,0.98580002784729,-0.05469999834895134,0.30959999561309814,0.9492999911308289,-0.054499998688697815,0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.49799999594688416,0.8547999858856201,-0.1460999995470047,0.30959999561309814,0.9492999911308289,-0.054499998688697815,0.49799999594688416,0.8547999858856201,-0.1460999995470047,0.30649998784065247,0.9405999779701233,-0.14569999277591705,0.3102000057697296,0.9505000114440918,-0.019700000062584877,0.5041000247001648,0.8633999824523926,-0.019700000062584877,0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.3102000057697296,0.9505000114440918,-0.019700000062584877,0.5031999945640564,0.8623999953269958,-0.05469999834895134,0.30959999561309814,0.9492999911308289,-0.054499998688697815,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,-0.004399999976158142,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,-0.004399999976158142,0.15889999270439148,0.9872999787330627,-0.0044999998062849045,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,-0.004399999976158142,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,-0.004399999976158142,0.31029999256134033,0.9506000280380249,-0.004399999976158142,0.15889999270439148,0.9872999787330627,-0.0044999998062849045,0.31029999256134033,0.9506000280380249,-0.004399999976158142,0.3102000057697296,0.9505000114440918,-0.019700000062584877,0.15889999270439148,0.9872999787330627,-0.0044999998062849045,0.3102000057697296,0.9505000114440918,-0.019700000062584877,0.15889999270439148,0.9871000051498413,-0.01979999989271164,0.31029999256134033,0.9506000280380249,-0.004399999976158142,0.5042999982833862,0.8634999990463257,-0.004399999976158142,0.5041000247001648,0.8633999824523926,-0.019700000062584877,0.31029999256134033,0.9506000280380249,-0.004399999976158142,0.5041000247001648,0.8633999824523926,-0.019700000062584877,0.3102000057697296,0.9505000114440918,-0.019700000062584877,-0.036400001496076584,0.5716999769210815,0.819599986076355,-0.030300000682473183,0.6481999754905701,0.7608000040054321,-0.01269999984651804,0.6115000247955322,0.7911999821662903,-0.036400001496076584,0.5716999769210815,0.819599986076355,-0.01269999984651804,0.6115000247955322,0.7911999821662903,-0.014399999752640724,0.5343999862670898,0.8450999855995178,-0.057100001722574234,0.6065999865531921,0.792900025844574,-0.048500001430511475,0.6743999719619751,0.7366999983787537,-0.030300000682473183,0.6481999754905701,0.7608000040054321,-0.057100001722574234,0.6065999865531921,0.792900025844574,-0.030300000682473183,0.6481999754905701,0.7608000040054321,-0.036400001496076584,0.5716999769210815,0.819599986076355,-0.030300000682473183,0.6481999754905701,0.7608000040054321,-0.020899999886751175,0.7172999978065491,0.696399986743927,-0.008700000122189522,0.6819999814033508,0.7312999963760376,-0.030300000682473183,0.6481999754905701,0.7608000040054321,-0.008700000122189522,0.6819999814033508,0.7312999963760376,-0.01269999984651804,0.6115000247955322,0.7911999821662903,-0.048500001430511475,0.6743999719619751,0.7366999983787537,-0.03500000014901161,0.7333999872207642,0.6789000034332275,-0.020899999886751175,0.7172999978065491,0.696399986743927,-0.048500001430511475,0.6743999719619751,0.7366999983787537,-0.020899999886751175,0.7172999978065491,0.696399986743927,-0.030300000682473183,0.6481999754905701,0.7608000040054321,-0.09480000287294388,0.6184999942779541,0.7799999713897705,-0.0786999985575676,0.6794999837875366,0.7293999791145325,-0.06480000168085098,0.6880999803543091,0.7226999998092651,-0.09480000287294388,0.6184999942779541,0.7799999713897705,-0.06480000168085098,0.6880999803543091,0.7226999998092651,-0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.0786999985575676,0.6794999837875366,0.7293999791145325,-0.06019999831914902,0.7386999726295471,0.6714000105857849,-0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.0786999985575676,0.6794999837875366,0.7293999791145325,-0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.06480000168085098,0.6880999803543091,0.7226999998092651,-0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.06480000168085098,0.6880999803543091,0.7226999998092651,-0.048500001430511475,0.6743999719619751,0.7366999983787537,-0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.048500001430511475,0.6743999719619751,0.7366999983787537,-0.057100001722574234,0.6065999865531921,0.792900025844574,-0.06480000168085098,0.6880999803543091,0.7226999998092651,-0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.03500000014901161,0.7333999872207642,0.6789000034332275,-0.06480000168085098,0.6880999803543091,0.7226999998092651,-0.03500000014901161,0.7333999872207642,0.6789000034332275,-0.048500001430511475,0.6743999719619751,0.7366999983787537,0,0.8001000285148621,0.5999000072479248,-0.026900000870227814,0.7821000218391418,0.6226000189781189,-0.03550000116229057,0.781499981880188,0.6230000257492065,0,0.8001000285148621,0.5999000072479248,-0.03550000116229057,0.781499981880188,0.6230000257492065,0,0.7996000051498413,0.6004999876022339,0,0.7944999933242798,0.6072999835014343,-0.01850000023841858,0.7766000032424927,0.629800021648407,-0.026900000870227814,0.7821000218391418,0.6226000189781189,0,0.7944999933242798,0.6072999835014343,-0.026900000870227814,0.7821000218391418,0.6226000189781189,0,0.8001000285148621,0.5999000072479248,-0.026900000870227814,0.7821000218391418,0.6226000189781189,-0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.06019999831914902,0.7386999726295471,0.6714000105857849,-0.026900000870227814,0.7821000218391418,0.6226000189781189,-0.06019999831914902,0.7386999726295471,0.6714000105857849,-0.03550000116229057,0.781499981880188,0.6230000257492065,-0.01850000023841858,0.7766000032424927,0.629800021648407,-0.03500000014901161,0.7333999872207642,0.6789000034332275,-0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.01850000023841858,0.7766000032424927,0.629800021648407,-0.04749999940395355,0.7415000200271606,0.6693000197410583,-0.026900000870227814,0.7821000218391418,0.6226000189781189,0,0.746999979019165,0.6647999882698059,-0.0044999998062849045,0.7289999723434448,0.684499979019165,-0.010300000198185444,0.7638000249862671,0.6453999876976013,0,0.746999979019165,0.6647999882698059,-0.010300000198185444,0.7638000249862671,0.6453999876976013,0,0.7815999984741211,0.6237999796867371,-0.0044999998062849045,0.7289999723434448,0.684499979019165,-0.008700000122189522,0.6819999814033508,0.7312999963760376,-0.020899999886751175,0.7172999978065491,0.696399986743927,-0.0044999998062849045,0.7289999723434448,0.684499979019165,-0.020899999886751175,0.7172999978065491,0.696399986743927,-0.010300000198185444,0.7638000249862671,0.6453999876976013,0,0.7815999984741211,0.6237999796867371,-0.010300000198185444,0.7638000249862671,0.6453999876976013,-0.01850000023841858,0.7766000032424927,0.629800021648407,0,0.7815999984741211,0.6237999796867371,-0.01850000023841858,0.7766000032424927,0.629800021648407,0,0.7944999933242798,0.6072999835014343,-0.010300000198185444,0.7638000249862671,0.6453999876976013,-0.020899999886751175,0.7172999978065491,0.696399986743927,-0.03500000014901161,0.7333999872207642,0.6789000034332275,-0.010300000198185444,0.7638000249862671,0.6453999876976013,-0.03500000014901161,0.7333999872207642,0.6789000034332275,-0.01850000023841858,0.7766000032424927,0.629800021648407,0.8029000163078308,0.5960999727249146,-0.0012000000569969416,0.690500020980835,0.7232999801635742,-0.0007999999797903001,0.6862999796867371,0.7272999882698059,-0.0010000000474974513,0.8029000163078308,0.5960999727249146,-0.0012000000569969416,0.6862999796867371,0.7272999882698059,-0.0010000000474974513,0.7978000044822693,0.6029000282287598,-0.0024999999441206455,0.8051999807357788,0.5931000113487244,-0.0005000000237487257,0.6924999952316284,0.7214000225067139,-0.0003000000142492354,0.690500020980835,0.7232999801635742,-0.0007999999797903001,0.8051999807357788,0.5931000113487244,-0.0005000000237487257,0.690500020980835,0.7232999801635742,-0.0007999999797903001,0.8029000163078308,0.5960999727249146,-0.0012000000569969416,0.690500020980835,0.7232999801635742,-0.0007999999797903001,0.5026000142097473,0.8644999861717224,-0.00039999998989515007,0.4999000132083893,0.866100013256073,-0.0003000000142492354,0.690500020980835,0.7232999801635742,-0.0007999999797903001,0.4999000132083893,0.866100013256073,-0.0003000000142492354,0.6862999796867371,0.7272999882698059,-0.0010000000474974513,0.6924999952316284,0.7214000225067139,-0.0003000000142492354,0.5038999915122986,0.8637999892234802,-0.00019999999494757503,0.5026000142097473,0.8644999861717224,-0.00039999998989515007,0.6924999952316284,0.7214000225067139,-0.0003000000142492354,0.5026000142097473,0.8644999861717224,-0.00039999998989515007,0.690500020980835,0.7232999801635742,-0.0007999999797903001,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,-0.00009999999747378752,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,-0.00009999999747378752,0.805899977684021,0.5921000242233276,-0.00009999999747378752,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,-0.00009999999747378752,0.805899977684021,0.5921000242233276,-0.00009999999747378752,0.6931999921798706,0.72079998254776,-0.00009999999747378752,0.6924999952316284,0.7214000225067139,-0.0003000000142492354,0.805899977684021,0.5921000242233276,-0.00009999999747378752,0.6924999952316284,0.7214000225067139,-0.0003000000142492354,0.8051999807357788,0.5931000113487244,-0.0005000000237487257,0.6931999921798706,0.72079998254776,-0.00009999999747378752,0.5042999982833862,0.8634999990463257,0,0.5038999915122986,0.8637999892234802,-0.00019999999494757503,0.6931999921798706,0.72079998254776,-0.00009999999747378752,0.5038999915122986,0.8637999892234802,-0.00019999999494757503,0.6924999952316284,0.7214000225067139,-0.0003000000142492354,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.15880000591278076,0.9872999787330627,0,0.3100999891757965,0.9506999850273132,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.3100999891757965,0.9506999850273132,0,0.5038999915122986,0.8637999892234802,-0.00019999999494757503,0.5042999982833862,0.8634999990463257,0,0.3100999891757965,0.9506999850273132,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.3091000020503998,0.9509999752044678,0,0.30979999899864197,0.9508000016212463,-0.00009999999747378752,0.15880000591278076,0.9872999787330627,0,0.30979999899864197,0.9508000016212463,-0.00009999999747378752,0.15880000591278076,0.9872999787330627,0,0.3091000020503998,0.9509999752044678,0,0.4999000132083893,0.866100013256073,-0.0003000000142492354,0.5026000142097473,0.8644999861717224,-0.00039999998989515007,0.3091000020503998,0.9509999752044678,0,0.5026000142097473,0.8644999861717224,-0.00039999998989515007,0.30979999899864197,0.9508000016212463,-0.00009999999747378752,0.15880000591278076,0.9872999787330627,0,0.30979999899864197,0.9508000016212463,-0.00009999999747378752,0.3100999891757965,0.9506999850273132,0,0.15880000591278076,0.9872999787330627,0,0.3100999891757965,0.9506999850273132,0,0.15880000591278076,0.9872999787330627,0,0.30979999899864197,0.9508000016212463,-0.00009999999747378752,0.5026000142097473,0.8644999861717224,-0.00039999998989515007,0.5038999915122986,0.8637999892234802,-0.00019999999494757503,0.30979999899864197,0.9508000016212463,-0.00009999999747378752,0.5038999915122986,0.8637999892234802,-0.00019999999494757503,0.3100999891757965,0.9506999850273132,0,0.7885000109672546,0.6151000261306763,-0.004800000227987766,0.8539999723434448,0.5202000141143799,-0.006800000090152025,0.8604999780654907,0.5094000101089478,-0.0035000001080334187,0.7885000109672546,0.6151000261306763,-0.004800000227987766,0.8604999780654907,0.5094000101089478,-0.0035000001080334187,0.7978000044822693,0.6029000282287598,-0.0024999999441206455,0.7741000056266785,0.6330999732017517,-0.003000000026077032,0.8440999984741211,0.5360999703407288,-0.007199999876320362,0.8539999723434448,0.5202000141143799,-0.006800000090152025,0.7741000056266785,0.6330999732017517,-0.003000000026077032,0.8539999723434448,0.5202000141143799,-0.006800000090152025,0.7885000109672546,0.6151000261306763,-0.004800000227987766,0.8539999723434448,0.5202000141143799,-0.006800000090152025,0.9125999808311462,0.40880000591278076,-0.0019000000320374966,0.9138000011444092,0.40619999170303345,-0.0015999999595806003,0.8539999723434448,0.5202000141143799,-0.006800000090152025,0.9138000011444092,0.40619999170303345,-0.0015999999595806003,0.8604999780654907,0.5094000101089478,-0.0035000001080334187,0.8440999984741211,0.5360999703407288,-0.007199999876320362,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.9125999808311462,0.40880000591278076,-0.0019000000320374966,0.8440999984741211,0.5360999703407288,-0.007199999876320362,0.9125999808311462,0.40880000591278076,-0.0019000000320374966,0.8539999723434448,0.5202000141143799,-0.006800000090152025,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.7684000134468079,0.6129000186920166,0.1842000037431717,0.826200008392334,0.5626000165939331,0.02979999966919422,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.826200008392334,0.5626000165939331,0.02979999966919422,0.7473999857902527,0.6632999777793884,0.03669999912381172,0.826200008392334,0.5626000165939331,0.02979999966919422,0.7684000134468079,0.6129000186920166,0.1842000037431717,0.8529000282287598,0.4544000029563904,0.257099986076355,0.826200008392334,0.5626000165939331,0.02979999966919422,0.8529000282287598,0.4544000029563904,0.257099986076355,0.9035999774932861,0.4212000072002411,0.07800000160932541,0.7473999857902527,0.6632999777793884,0.03669999912381172,0.826200008392334,0.5626000165939331,0.02979999966919422,0.8440999984741211,0.5360999703407288,-0.007199999876320362,0.7473999857902527,0.6632999777793884,0.03669999912381172,0.8440999984741211,0.5360999703407288,-0.007199999876320362,0.7741000056266785,0.6330999732017517,-0.003000000026077032,0.826200008392334,0.5626000165939331,0.02979999966919422,0.9035999774932861,0.4212000072002411,0.07800000160932541,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.826200008392334,0.5626000165939331,0.02979999966919422,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.8440999984741211,0.5360999703407288,-0.007199999876320362,0.8531000018119812,0.19470000267028809,0.48399999737739563,0.9509999752044678,0.2126999944448471,0.22450000047683716,0.9444000124931335,0.2842000126838684,0.1657000035047531,0.8531000018119812,0.19470000267028809,0.48399999737739563,0.9444000124931335,0.2842000126838684,0.1657000035047531,0.8780999779701233,0.2870999872684479,0.38280001282691956,0.9509999752044678,0.2126999944448471,0.22450000047683716,0.9739999771118164,0.22059999406337738,0.052299998700618744,0.9552000164985657,0.29440000653266907,0.031700000166893005,0.9509999752044678,0.2126999944448471,0.22450000047683716,0.9552000164985657,0.29440000653266907,0.031700000166893005,0.9444000124931335,0.2842000126838684,0.1657000035047531,0.8780999779701233,0.2870999872684479,0.38280001282691956,0.9444000124931335,0.2842000126838684,0.1657000035047531,0.9035999774932861,0.4212000072002411,0.07800000160932541,0.8780999779701233,0.2870999872684479,0.38280001282691956,0.9035999774932861,0.4212000072002411,0.07800000160932541,0.8529000282287598,0.4544000029563904,0.257099986076355,0.9444000124931335,0.2842000126838684,0.1657000035047531,0.9552000164985657,0.29440000653266907,0.031700000166893005,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.9444000124931335,0.2842000126838684,0.1657000035047531,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.9035999774932861,0.4212000072002411,0.07800000160932541,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.9513000249862671,0.30820000171661377,0.002300000051036477,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9735999703407288,0.22759999334812164,0.016899999231100082,0.9513000249862671,0.30820000171661377,0.002300000051036477,0.9138000011444092,0.40619999170303345,-0.0015999999595806003,0.9125999808311462,0.40880000591278076,-0.0019000000320374966,0.9513000249862671,0.30820000171661377,0.002300000051036477,0.9125999808311462,0.40880000591278076,-0.0019000000320374966,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9739999771118164,0.22059999406337738,0.052299998700618744,0.9735999703407288,0.22759999334812164,0.016899999231100082,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9739999771118164,0.22059999406337738,0.052299998700618744,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9552000164985657,0.29440000653266907,0.031700000166893005,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9125999808311462,0.40880000591278076,-0.0019000000320374966,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.9531999826431274,0.30230000615119934,0.00800000037997961,0.9107000231742859,0.41290000081062317,0.005900000222027302,0.9552000164985657,0.29440000653266907,0.031700000166893005,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.005900000222027302,1,0,0,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,-0.0071000000461936,0.986299991607666,0.16449999809265137,0.0013000000035390258,0.9983000159263611,0.05909999832510948,0,0.9983000159263611,0.05900000035762787,-0.0071000000461936,0.986299991607666,0.16449999809265137,0,0.9983000159263611,0.05900000035762787,0,0.986299991607666,0.1647000014781952,-0.0071000000461936,0.986299991607666,0.16449999809265137,0.002400000113993883,0.9865999817848206,0.16329999268054962,0.017500000074505806,0.9980999827384949,0.05869999900460243,-0.0071000000461936,0.986299991607666,0.16449999809265137,0.017500000074505806,0.9980999827384949,0.05869999900460243,0.0013000000035390258,0.9983000159263611,0.05909999832510948,0,0.9983000159263611,0.05900000035762787,0.0013000000035390258,0.9983000159263611,0.05909999832510948,0.005100000184029341,0.9998999834060669,0.009700000286102295,0,0.9983000159263611,0.05900000035762787,0.005100000184029341,0.9998999834060669,0.009700000286102295,0,1,0.009700000286102295,0.0013000000035390258,0.9983000159263611,0.05909999832510948,0.017500000074505806,0.9980999827384949,0.05869999900460243,0.024299999698996544,0.9997000098228455,0.009600000455975533,0.0013000000035390258,0.9983000159263611,0.05909999832510948,0.024299999698996544,0.9997000098228455,0.009600000455975533,0.005100000184029341,0.9998999834060669,0.009700000286102295,0.035599999129772186,0.9861000180244446,0.16249999403953552,0.11739999800920486,0.9790999889373779,0.16580000519752502,0.1453000009059906,0.9876000285148621,0.05889999866485596,0.035599999129772186,0.9861000180244446,0.16249999403953552,0.1453000009059906,0.9876000285148621,0.05889999866485596,0.056699998676776886,0.9966999888420105,0.05820000171661377,0.056699998676776886,0.9966999888420105,0.05820000171661377,0.1453000009059906,0.9876000285148621,0.05889999866485596,0.156700000166893,0.9876000285148621,0.009499999694526196,0.056699998676776886,0.9966999888420105,0.05820000171661377,0.156700000166893,0.9876000285148621,0.009499999694526196,0.06599999964237213,0.9977999925613403,0.009499999694526196,0.002400000113993883,0.9865999817848206,0.16329999268054962,0.035599999129772186,0.9861000180244446,0.16249999403953552,0.056699998676776886,0.9966999888420105,0.05820000171661377,0.002400000113993883,0.9865999817848206,0.16329999268054962,0.056699998676776886,0.9966999888420105,0.05820000171661377,0.017500000074505806,0.9980999827384949,0.05869999900460243,0.017500000074505806,0.9980999827384949,0.05869999900460243,0.056699998676776886,0.9966999888420105,0.05820000171661377,0.06599999964237213,0.9977999925613403,0.009499999694526196,0.017500000074505806,0.9980999827384949,0.05869999900460243,0.06599999964237213,0.9977999925613403,0.009499999694526196,0.024299999698996544,0.9997000098228455,0.009600000455975533,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06750000268220901,0.9976999759674072,0.0012000000569969416,0.15880000591278076,0.9872999787330627,0,0.06750000268220901,0.9976999759674072,0.0012000000569969416,0.15860000252723694,0.9872999787330627,0.0012000000569969416,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025499999523162842,0.9997000098228455,0.0012000000569969416,0.06769999861717224,0.9976999759674072,0,0.025499999523162842,0.9997000098228455,0.0012000000569969416,0.06750000268220901,0.9976999759674072,0.0012000000569969416,0.15860000252723694,0.9872999787330627,0.0012000000569969416,0.06750000268220901,0.9976999759674072,0.0012000000569969416,0.06599999964237213,0.9977999925613403,0.009499999694526196,0.15860000252723694,0.9872999787330627,0.0012000000569969416,0.06599999964237213,0.9977999925613403,0.009499999694526196,0.156700000166893,0.9876000285148621,0.009499999694526196,0.06750000268220901,0.9976999759674072,0.0012000000569969416,0.025499999523162842,0.9997000098228455,0.0012000000569969416,0.024299999698996544,0.9997000098228455,0.009600000455975533,0.06750000268220901,0.9976999759674072,0.0012000000569969416,0.024299999698996544,0.9997000098228455,0.009600000455975533,0.06599999964237213,0.9977999925613403,0.009499999694526196,0.005900000222027302,1,0,0,1,0,0,1,0.0012000000569969416,0.005900000222027302,1,0,0,1,0.0012000000569969416,0.005799999926239252,1,0.0013000000035390258,0.005799999926239252,1,0.0013000000035390258,0,1,0.0012000000569969416,0,1,0.009700000286102295,0.005799999926239252,1,0.0013000000035390258,0,1,0.009700000286102295,0.005100000184029341,0.9998999834060669,0.009700000286102295,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.005799999926239252,1,0.0013000000035390258,0.025599999353289604,0.9997000098228455,0,0.005799999926239252,1,0.0013000000035390258,0.025499999523162842,0.9997000098228455,0.0012000000569969416,0.025499999523162842,0.9997000098228455,0.0012000000569969416,0.005799999926239252,1,0.0013000000035390258,0.005100000184029341,0.9998999834060669,0.009700000286102295,0.025499999523162842,0.9997000098228455,0.0012000000569969416,0.005100000184029341,0.9998999834060669,0.009700000286102295,0.024299999698996544,0.9997000098228455,0.009600000455975533,0.11739999800920486,0.9790999889373779,0.16580000519752502,0.035599999129772186,0.9861000180244446,0.16249999403953552,-0.004600000102072954,0.9344000220298767,0.3560999929904938,0.11739999800920486,0.9790999889373779,0.16580000519752502,-0.004600000102072954,0.9344000220298767,0.3560999929904938,0.05900000035762787,0.9193999767303467,0.3889000117778778,0.035599999129772186,0.9861000180244446,0.16249999403953552,0.002400000113993883,0.9865999817848206,0.16329999268054962,-0.02449999935925007,0.9380000233650208,0.3458000123500824,0.035599999129772186,0.9861000180244446,0.16249999403953552,-0.02449999935925007,0.9380000233650208,0.3458000123500824,-0.004600000102072954,0.9344000220298767,0.3560999929904938,-0.004600000102072954,0.9344000220298767,0.3560999929904938,-0.05770000070333481,0.8109999895095825,0.5821999907493591,-0.03799999877810478,0.7702999711036682,0.6366000175476074,-0.004600000102072954,0.9344000220298767,0.3560999929904938,-0.03799999877810478,0.7702999711036682,0.6366000175476074,0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.02449999935925007,0.9380000233650208,0.3458000123500824,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.05770000070333481,0.8109999895095825,0.5821999907493591,-0.02449999935925007,0.9380000233650208,0.3458000123500824,-0.05770000070333481,0.8109999895095825,0.5821999907493591,-0.004600000102072954,0.9344000220298767,0.3560999929904938,0,0.986299991607666,0.1647000014781952,0,0.9413999915122986,0.33730000257492065,-0.020899999886751175,0.9401000142097473,0.3402000069618225,0,0.986299991607666,0.1647000014781952,-0.020899999886751175,0.9401000142097473,0.3402000069618225,-0.0071000000461936,0.986299991607666,0.16449999809265137,0,0.9413999915122986,0.33730000257492065,0,0.8611999750137329,0.5081999897956848,-0.03449999913573265,0.8539999723434448,0.51910001039505,0,0.9413999915122986,0.33730000257492065,-0.03449999913573265,0.8539999723434448,0.51910001039505,-0.020899999886751175,0.9401000142097473,0.3402000069618225,-0.0071000000461936,0.986299991607666,0.16449999809265137,-0.020899999886751175,0.9401000142097473,0.3402000069618225,-0.02449999935925007,0.9380000233650208,0.3458000123500824,-0.0071000000461936,0.986299991607666,0.16449999809265137,-0.02449999935925007,0.9380000233650208,0.3458000123500824,0.002400000113993883,0.9865999817848206,0.16329999268054962,-0.020899999886751175,0.9401000142097473,0.3402000069618225,-0.03449999913573265,0.8539999723434448,0.51910001039505,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.020899999886751175,0.9401000142097473,0.3402000069618225,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.02449999935925007,0.9380000233650208,0.3458000123500824,0,0.7996000051498413,0.6004999876022339,-0.03550000116229057,0.781499981880188,0.6230000257492065,-0.03909999877214432,0.7962999939918518,0.6036999821662903,0,0.7996000051498413,0.6004999876022339,-0.03909999877214432,0.7962999939918518,0.6036999821662903,0,0.8108000159263611,0.5853000283241272,-0.03550000116229057,0.781499981880188,0.6230000257492065,-0.06019999831914902,0.7386999726295471,0.6714000105857849,-0.06390000134706497,0.7595999836921692,0.6471999883651733,-0.03550000116229057,0.781499981880188,0.6230000257492065,-0.06390000134706497,0.7595999836921692,0.6471999883651733,-0.03909999877214432,0.7962999939918518,0.6036999821662903,0,0.8108000159263611,0.5853000283241272,-0.03909999877214432,0.7962999939918518,0.6036999821662903,-0.03449999913573265,0.8539999723434448,0.51910001039505,0,0.8108000159263611,0.5853000283241272,-0.03449999913573265,0.8539999723434448,0.51910001039505,0,0.8611999750137329,0.5081999897956848,-0.03909999877214432,0.7962999939918518,0.6036999821662903,-0.06390000134706497,0.7595999836921692,0.6471999883651733,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.03909999877214432,0.7962999939918518,0.6036999821662903,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.03449999913573265,0.8539999723434448,0.51910001039505,-0.09480000287294388,0.6184999942779541,0.7799999713897705,-0.08540000021457672,0.6514000296592712,0.7538999915122986,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.09480000287294388,0.6184999942779541,0.7799999713897705,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.0786999985575676,0.6794999837875366,0.7293999791145325,-0.08540000021457672,0.6514000296592712,0.7538999915122986,-0.03799999877810478,0.7702999711036682,0.6366000175476074,-0.05770000070333481,0.8109999895095825,0.5821999907493591,-0.08540000021457672,0.6514000296592712,0.7538999915122986,-0.05770000070333481,0.8109999895095825,0.5821999907493591,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.06019999831914902,0.7386999726295471,0.6714000105857849,-0.0786999985575676,0.6794999837875366,0.7293999791145325,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.06019999831914902,0.7386999726295471,0.6714000105857849,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.06390000134706497,0.7595999836921692,0.6471999883651733,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.05770000070333481,0.8109999895095825,0.5821999907493591,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.08089999854564667,0.7045000195503235,0.7050999999046326,-0.053599998354911804,0.8367000222206116,0.5450999736785889,-0.06390000134706497,0.7595999836921692,0.6471999883651733,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.5853000283241272,0.7889000177383423,0.18700000643730164,0.36739999055862427,0.7512999773025513,0.54830002784729,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.36739999055862427,0.7512999773025513,0.54830002784729,0.4284000098705292,0.6881999969482422,0.5855000019073486,0.5853000283241272,0.7889000177383423,0.18700000643730164,0.4169999957084656,0.8902000188827515,0.1834000051021576,0.26260000467300415,0.8277999758720398,0.49570000171661377,0.5853000283241272,0.7889000177383423,0.18700000643730164,0.26260000467300415,0.8277999758720398,0.49570000171661377,0.36739999055862427,0.7512999773025513,0.54830002784729,0.36739999055862427,0.7512999773025513,0.54830002784729,0.06430000066757202,0.5895000100135803,0.8051999807357788,0.08169999718666077,0.5292999744415283,0.8445000052452087,0.36739999055862427,0.7512999773025513,0.54830002784729,0.08169999718666077,0.5292999744415283,0.8445000052452087,0.4284000098705292,0.6881999969482422,0.5855000019073486,0.26260000467300415,0.8277999758720398,0.49570000171661377,0.03709999844431877,0.6593999862670898,0.7508999705314636,0.06430000066757202,0.5895000100135803,0.8051999807357788,0.26260000467300415,0.8277999758720398,0.49570000171661377,0.06430000066757202,0.5895000100135803,0.8051999807357788,0.36739999055862427,0.7512999773025513,0.54830002784729,0.25049999356269836,0.9520000219345093,0.17569999396800995,0.11739999800920486,0.9790999889373779,0.16580000519752502,0.05900000035762787,0.9193999767303467,0.3889000117778778,0.25049999356269836,0.9520000219345093,0.17569999396800995,0.05900000035762787,0.9193999767303467,0.3889000117778778,0.15389999747276306,0.8848000168800354,0.43970000743865967,0.05900000035762787,0.9193999767303467,0.3889000117778778,-0.03799999877810478,0.7702999711036682,0.6366000175476074,0.0005000000237487257,0.7218000292778015,0.6920999884605408,0.05900000035762787,0.9193999767303467,0.3889000117778778,0.0005000000237487257,0.7218000292778015,0.6920999884605408,0.15389999747276306,0.8848000168800354,0.43970000743865967,0.4169999957084656,0.8902000188827515,0.1834000051021576,0.25049999356269836,0.9520000219345093,0.17569999396800995,0.15389999747276306,0.8848000168800354,0.43970000743865967,0.4169999957084656,0.8902000188827515,0.1834000051021576,0.15389999747276306,0.8848000168800354,0.43970000743865967,0.26260000467300415,0.8277999758720398,0.49570000171661377,0.15389999747276306,0.8848000168800354,0.43970000743865967,0.0005000000237487257,0.7218000292778015,0.6920999884605408,0.03709999844431877,0.6593999862670898,0.7508999705314636,0.15389999747276306,0.8848000168800354,0.43970000743865967,0.03709999844431877,0.6593999862670898,0.7508999705314636,0.26260000467300415,0.8277999758720398,0.49570000171661377,-0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.06750000268220901,0.6177999973297119,0.7835000157356262,-0.08540000021457672,0.6514000296592712,0.7538999915122986,-0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.08540000021457672,0.6514000296592712,0.7538999915122986,-0.09480000287294388,0.6184999942779541,0.7799999713897705,-0.057100001722574234,0.6065999865531921,0.792900025844574,-0.043800000101327896,0.5809999704360962,0.8126999735832214,-0.06750000268220901,0.6177999973297119,0.7835000157356262,-0.057100001722574234,0.6065999865531921,0.792900025844574,-0.06750000268220901,0.6177999973297119,0.7835000157356262,-0.07810000330209732,0.6273000240325928,0.7749000191688538,-0.06750000268220901,0.6177999973297119,0.7835000157356262,0.0005000000237487257,0.7218000292778015,0.6920999884605408,-0.03799999877810478,0.7702999711036682,0.6366000175476074,-0.06750000268220901,0.6177999973297119,0.7835000157356262,-0.03799999877810478,0.7702999711036682,0.6366000175476074,-0.08540000021457672,0.6514000296592712,0.7538999915122986,-0.043800000101327896,0.5809999704360962,0.8126999735832214,0.03709999844431877,0.6593999862670898,0.7508999705314636,0.0005000000237487257,0.7218000292778015,0.6920999884605408,-0.043800000101327896,0.5809999704360962,0.8126999735832214,0.0005000000237487257,0.7218000292778015,0.6920999884605408,-0.06750000268220901,0.6177999973297119,0.7835000157356262,-0.014399999752640724,0.5343999862670898,0.8450999855995178,-0.007499999832361937,0.49050000309944153,0.871399998664856,-0.023900000378489494,0.5357000231742859,0.8440999984741211,-0.014399999752640724,0.5343999862670898,0.8450999855995178,-0.023900000378489494,0.5357000231742859,0.8440999984741211,-0.036400001496076584,0.5716999769210815,0.819599986076355,-0.007499999832361937,0.49050000309944153,0.871399998664856,0.08169999718666077,0.5292999744415283,0.8445000052452087,0.06430000066757202,0.5895000100135803,0.8051999807357788,-0.007499999832361937,0.49050000309944153,0.871399998664856,0.06430000066757202,0.5895000100135803,0.8051999807357788,-0.023900000378489494,0.5357000231742859,0.8440999984741211,-0.036400001496076584,0.5716999769210815,0.819599986076355,-0.023900000378489494,0.5357000231742859,0.8440999984741211,-0.043800000101327896,0.5809999704360962,0.8126999735832214,-0.036400001496076584,0.5716999769210815,0.819599986076355,-0.043800000101327896,0.5809999704360962,0.8126999735832214,-0.057100001722574234,0.6065999865531921,0.792900025844574,-0.023900000378489494,0.5357000231742859,0.8440999984741211,0.06430000066757202,0.5895000100135803,0.8051999807357788,0.03709999844431877,0.6593999862670898,0.7508999705314636,-0.023900000378489494,0.5357000231742859,0.8440999984741211,0.03709999844431877,0.6593999862670898,0.7508999705314636,-0.043800000101327896,0.5809999704360962,0.8126999735832214,0.05299999937415123,-0.018200000748038292,0.9983999729156494,0.054499998688697815,-0.002400000113993883,0.9984999895095825,0.031199999153614044,0.01810000091791153,0.9993000030517578,0.05299999937415123,-0.018200000748038292,0.9983999729156494,0.031199999153614044,0.01810000091791153,0.9993000030517578,0.03920000046491623,-0.015300000086426735,0.9991000294685364,0.054499998688697815,-0.002400000113993883,0.9984999895095825,0.05090000107884407,0.011300000362098217,0.9986000061035156,0.027499999850988388,0.025200000032782555,0.9993000030517578,0.054499998688697815,-0.002400000113993883,0.9984999895095825,0.027499999850988388,0.025200000032782555,0.9993000030517578,0.031199999153614044,0.01810000091791153,0.9993000030517578,0.03920000046491623,-0.015300000086426735,0.9991000294685364,0.031199999153614044,0.01810000091791153,0.9993000030517578,0.016599999740719795,0.025299999862909317,0.9994999766349792,0.03920000046491623,-0.015300000086426735,0.9991000294685364,0.016599999740719795,0.025299999862909317,0.9994999766349792,0.018300000578165054,-0.009999999776482582,0.9998000264167786,0.031199999153614044,0.01810000091791153,0.9993000030517578,0.027499999850988388,0.025200000032782555,0.9993000030517578,0.014999999664723873,0.030400000512599945,0.9994000196456909,0.031199999153614044,0.01810000091791153,0.9993000030517578,0.014999999664723873,0.030400000512599945,0.9994000196456909,0.016599999740719795,0.025299999862909317,0.9994999766349792,0.0471000000834465,0.014000000432133675,0.9987999796867371,0.04580000042915344,0.007199999876320362,0.9988999962806702,0.024900000542402267,0.006399999838322401,0.9997000098228455,0.0471000000834465,0.014000000432133675,0.9987999796867371,0.024900000542402267,0.006399999838322401,0.9997000098228455,0.025100000202655792,0.020400000736117363,0.9994999766349792,0.025100000202655792,0.020400000736117363,0.9994999766349792,0.024900000542402267,0.006399999838322401,0.9997000098228455,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.025100000202655792,0.020400000736117363,0.9994999766349792,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.013899999670684338,0.02250000089406967,0.9995999932289124,0.05090000107884407,0.011300000362098217,0.9986000061035156,0.0471000000834465,0.014000000432133675,0.9987999796867371,0.025100000202655792,0.020400000736117363,0.9994999766349792,0.05090000107884407,0.011300000362098217,0.9986000061035156,0.025100000202655792,0.020400000736117363,0.9994999766349792,0.027499999850988388,0.025200000032782555,0.9993000030517578,0.027499999850988388,0.025200000032782555,0.9993000030517578,0.025100000202655792,0.020400000736117363,0.9994999766349792,0.013899999670684338,0.02250000089406967,0.9995999932289124,0.027499999850988388,0.025200000032782555,0.9993000030517578,0.013899999670684338,0.02250000089406967,0.9995999932289124,0.014999999664723873,0.030400000512599945,0.9994000196456909,-0.019300000742077827,0.01769999973475933,0.9997000098228455,0.0027000000700354576,0.022199999541044235,0.9998000264167786,0.0032999999821186066,0.003000000026077032,1,-0.019300000742077827,0.01769999973475933,0.9997000098228455,0.0032999999821186066,0.003000000026077032,1,-0.017999999225139618,0.001500000013038516,0.9998000264167786,-0.020800000056624413,0.020099999383091927,0.9995999932289124,0.0026000000070780516,0.02969999983906746,0.9995999932289124,0.0027000000700354576,0.022199999541044235,0.9998000264167786,-0.020800000056624413,0.020099999383091927,0.9995999932289124,0.0027000000700354576,0.022199999541044235,0.9998000264167786,-0.019300000742077827,0.01769999973475933,0.9997000098228455,0.0027000000700354576,0.022199999541044235,0.9998000264167786,0.013899999670684338,0.02250000089406967,0.9995999932289124,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.0027000000700354576,0.022199999541044235,0.9998000264167786,0.014100000262260437,0.004699999932199717,0.9998999834060669,0.0032999999821186066,0.003000000026077032,1,0.0026000000070780516,0.02969999983906746,0.9995999932289124,0.014999999664723873,0.030400000512599945,0.9994000196456909,0.013899999670684338,0.02250000089406967,0.9995999932289124,0.0026000000070780516,0.02969999983906746,0.9995999932289124,0.013899999670684338,0.02250000089406967,0.9995999932289124,0.0027000000700354576,0.022199999541044235,0.9998000264167786,-0.017899999395012856,-0.004600000102072954,0.9998000264167786,-0.002099999925121665,-0.0066999997943639755,1,0.002199999988079071,0.02459999918937683,0.9997000098228455,-0.017899999395012856,-0.004600000102072954,0.9998000264167786,0.002199999988079071,0.02459999918937683,0.9997000098228455,-0.021400000900030136,0.00860000029206276,0.9997000098228455,-0.002099999925121665,-0.0066999997943639755,1,0.018300000578165054,-0.009999999776482582,0.9998000264167786,0.016599999740719795,0.025299999862909317,0.9994999766349792,-0.002099999925121665,-0.0066999997943639755,1,0.016599999740719795,0.025299999862909317,0.9994999766349792,0.002199999988079071,0.02459999918937683,0.9997000098228455,-0.021400000900030136,0.00860000029206276,0.9997000098228455,0.002199999988079071,0.02459999918937683,0.9997000098228455,0.0026000000070780516,0.02969999983906746,0.9995999932289124,-0.021400000900030136,0.00860000029206276,0.9997000098228455,0.0026000000070780516,0.02969999983906746,0.9995999932289124,-0.020800000056624413,0.020099999383091927,0.9995999932289124,0.002199999988079071,0.02459999918937683,0.9997000098228455,0.016599999740719795,0.025299999862909317,0.9994999766349792,0.014999999664723873,0.030400000512599945,0.9994000196456909,0.002199999988079071,0.02459999918937683,0.9997000098228455,0.014999999664723873,0.030400000512599945,0.9994000196456909,0.0026000000070780516,0.02969999983906746,0.9995999932289124,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.9846000075340271,0.1746000051498413,0.008899999782443047,0.984499990940094,0.17560000717639923,0.0034000000450760126,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.984499990940094,0.17560000717639923,0.0034000000450760126,0.9714000225067139,0.23759999871253967,0.002300000051036477,0.9932000041007996,0.11599999666213989,0.010900000110268593,0.9934999942779541,0.11379999667406082,0.00419999985024333,0.984499990940094,0.17560000717639923,0.0034000000450760126,0.9932000041007996,0.11599999666213989,0.010900000110268593,0.984499990940094,0.17560000717639923,0.0034000000450760126,0.9846000075340271,0.1746000051498413,0.008899999782443047,0.9714000225067139,0.23759999871253967,0.002300000051036477,0.984499990940094,0.17560000717639923,0.0034000000450760126,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.9714000225067139,0.23759999871253967,0.002300000051036477,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.9708999991416931,0.2395000010728836,0.0008999999845400453,0.9934999942779541,0.11379999667406082,0.00419999985024333,0.9936000108718872,0.11259999871253967,0.0017000000225380063,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.9934999942779541,0.11379999667406082,0.00419999985024333,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.984499990940094,0.17560000717639923,0.0034000000450760126,0.9998999834060669,0,0.011800000444054604,1,0,0.004600000102072954,0.9984999895095825,0.05460000038146973,0.0044999998062849045,0.9998999834060669,0,0.011800000444054604,0.9984999895095825,0.05460000038146973,0.0044999998062849045,0.9983000159263611,0.05790000036358833,0.011699999682605267,1,0,0.004600000102072954,1,0,0.0017999999690800905,0.9986000061035156,0.052799999713897705,0.0017999999690800905,1,0,0.004600000102072954,0.9986000061035156,0.052799999713897705,0.0017999999690800905,0.9984999895095825,0.05460000038146973,0.0044999998062849045,0.9983000159263611,0.05790000036358833,0.011699999682605267,0.9984999895095825,0.05460000038146973,0.0044999998062849045,0.9934999942779541,0.11379999667406082,0.00419999985024333,0.9983000159263611,0.05790000036358833,0.011699999682605267,0.9934999942779541,0.11379999667406082,0.00419999985024333,0.9932000041007996,0.11599999666213989,0.010900000110268593,0.9984999895095825,0.05460000038146973,0.0044999998062849045,0.9986000061035156,0.052799999713897705,0.0017999999690800905,0.9936000108718872,0.11259999871253967,0.0017000000225380063,0.9984999895095825,0.05460000038146973,0.0044999998062849045,0.9936000108718872,0.11259999871253967,0.0017000000225380063,0.9934999942779541,0.11379999667406082,0.00419999985024333,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0.0005000000237487257,1,0,0.0005000000237487257,0.9986000061035156,0.05209999904036522,0,1,0,0.0005000000237487257,1,0,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0.00039999998989515007,0.9986000061035156,0.05209999904036522,0.0005000000237487257,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0.0005000000237487257,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0.0005000000237487257,0.9986000061035156,0.052799999713897705,0.0017999999690800905,1,0,0.0017999999690800905,0.9986000061035156,0.05209999904036522,0.0005000000237487257,1,0,0.0017999999690800905,1,0,0.0005000000237487257,0.9937000274658203,0.11219999939203262,0.00039999998989515007,0.9936000108718872,0.11259999871253967,0.0017000000225380063,0.9986000061035156,0.052799999713897705,0.0017999999690800905,0.9937000274658203,0.11219999939203262,0.00039999998989515007,0.9986000061035156,0.052799999713897705,0.0017999999690800905,0.9986000061035156,0.05209999904036522,0.0005000000237487257,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0.00019999999494757503,0.9843000173568726,0.1762000024318695,0.0003000000142492354,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.1762000024318695,0.0003000000142492354,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0.00019999999494757503,0.9708999991416931,0.2395000010728836,0.0008999999845400453,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.9707000255584717,0.2401999980211258,0.00019999999494757503,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.9843000173568726,0.1762000024318695,0.0003000000142492354,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.1762000024318695,0.0003000000142492354,0.9937000274658203,0.11219999939203262,0.00039999998989515007,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0.00039999998989515007,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.1762000024318695,0.0003000000142492354,0.9843999743461609,0.1761000007390976,0.0013000000035390258,0.9936000108718872,0.11259999871253967,0.0017000000225380063,0.9843000173568726,0.1762000024318695,0.0003000000142492354,0.9936000108718872,0.11259999871253967,0.0017000000225380063,0.9937000274658203,0.11219999939203262,0.00039999998989515007,0.9380999803543091,0.3127000033855438,-0.1485999971628189,0.947700023651123,0.31439998745918274,-0.05530000105500221,0.968999981880188,0.24070000648498535,-0.055399999022483826,0.9380999803543091,0.3127000033855438,-0.1485999971628189,0.968999981880188,0.24070000648498535,-0.055399999022483826,0.9593999981880188,0.23980000615119934,-0.14869999885559082,0.9036999940872192,0.4016999900341034,-0.14839999377727509,0.9129999876022339,0.4043000042438507,-0.05530000105500221,0.947700023651123,0.31439998745918274,-0.05530000105500221,0.9036999940872192,0.4016999900341034,-0.14839999377727509,0.947700023651123,0.31439998745918274,-0.05530000105500221,0.9380999803543091,0.3127000033855438,-0.1485999971628189,0.947700023651123,0.31439998745918274,-0.05530000105500221,0.9491000175476074,0.314300000667572,-0.019899999722838402,0.9704999923706055,0.24050000309944153,-0.019899999722838402,0.947700023651123,0.31439998745918274,-0.05530000105500221,0.9704999923706055,0.24050000309944153,-0.019899999722838402,0.968999981880188,0.24070000648498535,-0.055399999022483826,0.9129999876022339,0.4043000042438507,-0.05530000105500221,0.9143999814987183,0.4043000042438507,-0.019899999722838402,0.9491000175476074,0.314300000667572,-0.019899999722838402,0.9129999876022339,0.4043000042438507,-0.05530000105500221,0.9491000175476074,0.314300000667572,-0.019899999722838402,0.947700023651123,0.31439998745918274,-0.05530000105500221,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.8041999936103821,0.5917999744415283,-0.05510000139474869,0.864300012588501,0.4999000132083893,-0.0551999993622303,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.864300012588501,0.4999000132083893,-0.0551999993622303,0.855400025844574,0.49639999866485596,-0.14800000190734863,0.8041999936103821,0.5917999744415283,-0.05510000139474869,0.8055999875068665,0.592199981212616,-0.01979999989271164,0.8657000064849854,0.5001000165939331,-0.01979999989271164,0.8041999936103821,0.5917999744415283,-0.05510000139474869,0.8657000064849854,0.5001000165939331,-0.01979999989271164,0.864300012588501,0.4999000132083893,-0.0551999993622303,0.855400025844574,0.49639999866485596,-0.14800000190734863,0.864300012588501,0.4999000132083893,-0.0551999993622303,0.9129999876022339,0.4043000042438507,-0.05530000105500221,0.855400025844574,0.49639999866485596,-0.14800000190734863,0.9129999876022339,0.4043000042438507,-0.05530000105500221,0.9036999940872192,0.4016999900341034,-0.14839999377727509,0.864300012588501,0.4999000132083893,-0.0551999993622303,0.8657000064849854,0.5001000165939331,-0.01979999989271164,0.9143999814987183,0.4043000042438507,-0.019899999722838402,0.864300012588501,0.4999000132083893,-0.0551999993622303,0.9143999814987183,0.4043000042438507,-0.019899999722838402,0.9129999876022339,0.4043000042438507,-0.05530000105500221,0.8659999966621399,0.5,0,0.8659999966621399,0.5,-0.0044999998062849045,0.8058000206947327,0.5921000242233276,-0.0044999998062849045,0.8659999966621399,0.5,0,0.8058000206947327,0.5921000242233276,-0.0044999998062849045,0.805899977684021,0.5921000242233276,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041999876499176,-0.0044999998062849045,0.8659999966621399,0.5,-0.0044999998062849045,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,-0.0044999998062849045,0.8659999966621399,0.5,0,0.8659999966621399,0.5,-0.0044999998062849045,0.8657000064849854,0.5001000165939331,-0.01979999989271164,0.8055999875068665,0.592199981212616,-0.01979999989271164,0.8659999966621399,0.5,-0.0044999998062849045,0.8055999875068665,0.592199981212616,-0.01979999989271164,0.8058000206947327,0.5921000242233276,-0.0044999998062849045,0.9146999716758728,0.4041999876499176,-0.0044999998062849045,0.9143999814987183,0.4043000042438507,-0.019899999722838402,0.8657000064849854,0.5001000165939331,-0.01979999989271164,0.9146999716758728,0.4041999876499176,-0.0044999998062849045,0.8657000064849854,0.5001000165939331,-0.01979999989271164,0.8659999966621399,0.5,-0.0044999998062849045,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2402999997138977,-0.0044999998062849045,0.949400007724762,0.3140999972820282,-0.0044999998062849045,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140999972820282,-0.0044999998062849045,0.949400007724762,0.3140000104904175,0,0.9707000255584717,0.2402999997138977,-0.0044999998062849045,0.9704999923706055,0.24050000309944153,-0.019899999722838402,0.9491000175476074,0.314300000667572,-0.019899999722838402,0.9707000255584717,0.2402999997138977,-0.0044999998062849045,0.9491000175476074,0.314300000667572,-0.019899999722838402,0.949400007724762,0.3140999972820282,-0.0044999998062849045,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140999972820282,-0.0044999998062849045,0.9146999716758728,0.4041999876499176,-0.0044999998062849045,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041999876499176,-0.0044999998062849045,0.9146999716758728,0.4041000008583069,0,0.949400007724762,0.3140999972820282,-0.0044999998062849045,0.9491000175476074,0.314300000667572,-0.019899999722838402,0.9143999814987183,0.4043000042438507,-0.019899999722838402,0.949400007724762,0.3140999972820282,-0.0044999998062849045,0.9143999814987183,0.4043000042438507,-0.019899999722838402,0.9146999716758728,0.4041999876499176,-0.0044999998062849045,0.8278999924659729,0.14990000426769257,0.5404999852180481,0.9496999979019165,0.1656000018119812,0.26600000262260437,0.9509999752044678,0.2126999944448471,0.22450000047683716,0.8278999924659729,0.14990000426769257,0.5404999852180481,0.9509999752044678,0.2126999944448471,0.22450000047683716,0.8531000018119812,0.19470000267028809,0.48399999737739563,0.8144000172615051,0.10890000313520432,0.5699999928474426,0.9495000243186951,0.11900000274181366,0.2903999984264374,0.9496999979019165,0.1656000018119812,0.26600000262260437,0.8144000172615051,0.10890000313520432,0.5699999928474426,0.9496999979019165,0.1656000018119812,0.26600000262260437,0.8278999924659729,0.14990000426769257,0.5404999852180481,0.9496999979019165,0.1656000018119812,0.26600000262260437,0.9829999804496765,0.1712000072002411,0.06610000133514404,0.9739999771118164,0.22059999406337738,0.052299998700618744,0.9496999979019165,0.1656000018119812,0.26600000262260437,0.9739999771118164,0.22059999406337738,0.052299998700618744,0.9509999752044678,0.2126999944448471,0.22450000047683716,0.9495000243186951,0.11900000274181366,0.2903999984264374,0.9897000193595886,0.12160000205039978,0.07500000298023224,0.9829999804496765,0.1712000072002411,0.06610000133514404,0.9495000243186951,0.11900000274181366,0.2903999984264374,0.9829999804496765,0.1712000072002411,0.06610000133514404,0.9496999979019165,0.1656000018119812,0.26600000262260437,0.8090999722480774,0,0.5877000093460083,0.9531000256538391,0,0.30250000953674316,0.9513000249862671,0.065700002014637,0.3012999892234802,0.8090999722480774,0,0.5877000093460083,0.9513000249862671,0.065700002014637,0.3012999892234802,0.8087999820709229,0.06109999865293503,0.5849000215530396,0.9531000256538391,0,0.30250000953674316,0.9968000054359436,0,0.08020000159740448,0.994700014591217,0.06620000302791595,0.07930000126361847,0.9531000256538391,0,0.30250000953674316,0.994700014591217,0.06620000302791595,0.07930000126361847,0.9513000249862671,0.065700002014637,0.3012999892234802,0.8087999820709229,0.06109999865293503,0.5849000215530396,0.9513000249862671,0.065700002014637,0.3012999892234802,0.9495000243186951,0.11900000274181366,0.2903999984264374,0.8087999820709229,0.06109999865293503,0.5849000215530396,0.9495000243186951,0.11900000274181366,0.2903999984264374,0.8144000172615051,0.10890000313520432,0.5699999928474426,0.9513000249862671,0.065700002014637,0.3012999892234802,0.994700014591217,0.06620000302791595,0.07930000126361847,0.9897000193595886,0.12160000205039978,0.07500000298023224,0.9513000249862671,0.065700002014637,0.3012999892234802,0.9897000193595886,0.12160000205039978,0.07500000298023224,0.9495000243186951,0.11900000274181366,0.2903999984264374,0.9983000159263611,0.05790000036358833,0.011699999682605267,0.9976000189781189,0.062300000339746475,0.029200000688433647,0.9995999932289124,0,0.029500000178813934,0.9983000159263611,0.05790000036358833,0.011699999682605267,0.9995999932289124,0,0.029500000178813934,0.9998999834060669,0,0.011800000444054604,0.9932000041007996,0.11599999666213989,0.010900000110268593,0.9925000071525574,0.11909999698400497,0.027300000190734863,0.9976000189781189,0.062300000339746475,0.029200000688433647,0.9932000041007996,0.11599999666213989,0.010900000110268593,0.9976000189781189,0.062300000339746475,0.029200000688433647,0.9983000159263611,0.05790000036358833,0.011699999682605267,0.9976000189781189,0.062300000339746475,0.029200000688433647,0.994700014591217,0.06620000302791595,0.07930000126361847,0.9968000054359436,0,0.08020000159740448,0.9976000189781189,0.062300000339746475,0.029200000688433647,0.9968000054359436,0,0.08020000159740448,0.9995999932289124,0,0.029500000178813934,0.9925000071525574,0.11909999698400497,0.027300000190734863,0.9897000193595886,0.12160000205039978,0.07500000298023224,0.994700014591217,0.06620000302791595,0.07930000126361847,0.9925000071525574,0.11909999698400497,0.027300000190734863,0.994700014591217,0.06620000302791595,0.07930000126361847,0.9976000189781189,0.062300000339746475,0.029200000688433647,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.9735999703407288,0.22759999334812164,0.016899999231100082,0.9846000075340271,0.17309999465942383,0.023099999874830246,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.9846000075340271,0.17309999465942383,0.023099999874830246,0.9846000075340271,0.1746000051498413,0.008899999782443047,0.9735999703407288,0.22759999334812164,0.016899999231100082,0.9739999771118164,0.22059999406337738,0.052299998700618744,0.9829999804496765,0.1712000072002411,0.06610000133514404,0.9735999703407288,0.22759999334812164,0.016899999231100082,0.9829999804496765,0.1712000072002411,0.06610000133514404,0.9846000075340271,0.17309999465942383,0.023099999874830246,0.9846000075340271,0.1746000051498413,0.008899999782443047,0.9846000075340271,0.17309999465942383,0.023099999874830246,0.9925000071525574,0.11909999698400497,0.027300000190734863,0.9846000075340271,0.1746000051498413,0.008899999782443047,0.9925000071525574,0.11909999698400497,0.027300000190734863,0.9932000041007996,0.11599999666213989,0.010900000110268593,0.9846000075340271,0.17309999465942383,0.023099999874830246,0.9829999804496765,0.1712000072002411,0.06610000133514404,0.9897000193595886,0.12160000205039978,0.07500000298023224,0.9846000075340271,0.17309999465942383,0.023099999874830246,0.9897000193595886,0.12160000205039978,0.07500000298023224,0.9925000071525574,0.11909999698400497,0.027300000190734863,0.8780999779701233,0.2870999872684479,0.38280001282691956,0.5536999702453613,0.22290000319480896,0.802299976348877,0.5194000005722046,0.12269999831914902,0.8457000255584717,0.8780999779701233,0.2870999872684479,0.38280001282691956,0.5194000005722046,0.12269999831914902,0.8457000255584717,0.8531000018119812,0.19470000267028809,0.48399999737739563,0.8529000282287598,0.4544000029563904,0.257099986076355,0.5547999739646912,0.42010000348091125,0.7181000113487244,0.5536999702453613,0.22290000319480896,0.802299976348877,0.8529000282287598,0.4544000029563904,0.257099986076355,0.5536999702453613,0.22290000319480896,0.802299976348877,0.8780999779701233,0.2870999872684479,0.38280001282691956,0.5536999702453613,0.22290000319480896,0.802299976348877,0.11819999665021896,0.10480000078678131,0.9873999953269958,0.12370000034570694,0.046799998730421066,0.9911999702453613,0.5536999702453613,0.22290000319480896,0.802299976348877,0.12370000034570694,0.046799998730421066,0.9911999702453613,0.5194000005722046,0.12269999831914902,0.8457000255584717,0.5547999739646912,0.42010000348091125,0.7181000113487244,0.11460000276565552,0.26100000739097595,0.9585000276565552,0.11819999665021896,0.10480000078678131,0.9873999953269958,0.5547999739646912,0.42010000348091125,0.7181000113487244,0.11819999665021896,0.10480000078678131,0.9873999953269958,0.5536999702453613,0.22290000319480896,0.802299976348877,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.4284000098705292,0.6881999969482422,0.5855000019073486,0.49399998784065247,0.5978999733924866,0.6312000155448914,0.6845999956130981,0.7056999802589417,0.18250000476837158,0.49399998784065247,0.5978999733924866,0.6312000155448914,0.7684000134468079,0.6129000186920166,0.1842000037431717,0.4284000098705292,0.6881999969482422,0.5855000019073486,0.08169999718666077,0.5292999744415283,0.8445000052452087,0.09969999641180038,0.43380001187324524,0.8955000042915344,0.4284000098705292,0.6881999969482422,0.5855000019073486,0.09969999641180038,0.43380001187324524,0.8955000042915344,0.49399998784065247,0.5978999733924866,0.6312000155448914,0.7684000134468079,0.6129000186920166,0.1842000037431717,0.49399998784065247,0.5978999733924866,0.6312000155448914,0.5547999739646912,0.42010000348091125,0.7181000113487244,0.7684000134468079,0.6129000186920166,0.1842000037431717,0.5547999739646912,0.42010000348091125,0.7181000113487244,0.8529000282287598,0.4544000029563904,0.257099986076355,0.49399998784065247,0.5978999733924866,0.6312000155448914,0.09969999641180038,0.43380001187324524,0.8955000042915344,0.11460000276565552,0.26100000739097595,0.9585000276565552,0.49399998784065247,0.5978999733924866,0.6312000155448914,0.11460000276565552,0.26100000739097595,0.9585000276565552,0.5547999739646912,0.42010000348091125,0.7181000113487244,-0.002199999988079071,0.4334999918937683,0.9010999798774719,0.00430000014603138,0.39329999685287476,0.9193999767303467,-0.007499999832361937,0.49050000309944153,0.871399998664856,-0.002199999988079071,0.4334999918937683,0.9010999798774719,-0.007499999832361937,0.49050000309944153,0.871399998664856,-0.014399999752640724,0.5343999862670898,0.8450999855995178,0.0034000000450760126,0.2484000027179718,0.9685999751091003,0.01269999984651804,0.22020000219345093,0.9753999710083008,0.00430000014603138,0.39329999685287476,0.9193999767303467,0.0034000000450760126,0.2484000027179718,0.9685999751091003,0.00430000014603138,0.39329999685287476,0.9193999767303467,-0.002199999988079071,0.4334999918937683,0.9010999798774719,0.00430000014603138,0.39329999685287476,0.9193999767303467,0.09969999641180038,0.43380001187324524,0.8955000042915344,0.08169999718666077,0.5292999744415283,0.8445000052452087,0.00430000014603138,0.39329999685287476,0.9193999767303467,0.08169999718666077,0.5292999744415283,0.8445000052452087,-0.007499999832361937,0.49050000309944153,0.871399998664856,0.01269999984651804,0.22020000219345093,0.9753999710083008,0.11460000276565552,0.26100000739097595,0.9585000276565552,0.09969999641180038,0.43380001187324524,0.8955000042915344,0.01269999984651804,0.22020000219345093,0.9753999710083008,0.09969999641180038,0.43380001187324524,0.8955000042915344,0.00430000014603138,0.39329999685287476,0.9193999767303467,0.0024999999441206455,0.00839999970048666,1,0.018799999728798866,0.01850000023841858,0.9997000098228455,0.017100000753998756,0.07069999724626541,0.9973000288009644,0.0024999999441206455,0.00839999970048666,1,0.017100000753998756,0.07069999724626541,0.9973000288009644,0.003800000064074993,0.07329999655485153,0.9973000288009644,0.018799999728798866,0.01850000023841858,0.9997000098228455,0.12370000034570694,0.046799998730421066,0.9911999702453613,0.11819999665021896,0.10480000078678131,0.9873999953269958,0.018799999728798866,0.01850000023841858,0.9997000098228455,0.11819999665021896,0.10480000078678131,0.9873999953269958,0.017100000753998756,0.07069999724626541,0.9973000288009644,0.003800000064074993,0.07329999655485153,0.9973000288009644,0.017100000753998756,0.07069999724626541,0.9973000288009644,0.01269999984651804,0.22020000219345093,0.9753999710083008,0.003800000064074993,0.07329999655485153,0.9973000288009644,0.01269999984651804,0.22020000219345093,0.9753999710083008,0.0034000000450760126,0.2484000027179718,0.9685999751091003,0.017100000753998756,0.07069999724626541,0.9973000288009644,0.11819999665021896,0.10480000078678131,0.9873999953269958,0.11460000276565552,0.26100000739097595,0.9585000276565552,0.017100000753998756,0.07069999724626541,0.9973000288009644,0.11460000276565552,0.26100000739097595,0.9585000276565552,0.01269999984651804,0.22020000219345093,0.9753999710083008,0.805899977684021,0.5921000242233276,-0.00009999999747378752,0.866100013256073,0.4999000132083893,-0.00009999999747378752,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,-0.00009999999747378752,0.8659999966621399,0.5,0,0.805899977684021,0.5921000242233276,0,0.8051999807357788,0.5931000113487244,-0.0005000000237487257,0.8654999732971191,0.5008000135421753,-0.0005000000237487257,0.866100013256073,0.4999000132083893,-0.00009999999747378752,0.8051999807357788,0.5931000113487244,-0.0005000000237487257,0.866100013256073,0.4999000132083893,-0.00009999999747378752,0.805899977684021,0.5921000242233276,-0.00009999999747378752,0.866100013256073,0.4999000132083893,-0.00009999999747378752,0.9146999716758728,0.4041000008583069,-0.00009999999747378752,0.9146999716758728,0.4041000008583069,0,0.866100013256073,0.4999000132083893,-0.00009999999747378752,0.9146999716758728,0.4041000008583069,0,0.8659999966621399,0.5,0,0.8654999732971191,0.5008000135421753,-0.0005000000237487257,0.9146000146865845,0.4043000042438507,-0.00019999999494757503,0.9146999716758728,0.4041000008583069,-0.00009999999747378752,0.8654999732971191,0.5008000135421753,-0.0005000000237487257,0.9146999716758728,0.4041000008583069,-0.00009999999747378752,0.866100013256073,0.4999000132083893,-0.00009999999747378752,0.7978000044822693,0.6029000282287598,-0.0024999999441206455,0.8604999780654907,0.5094000101089478,-0.0035000001080334187,0.8639000058174133,0.503600001335144,-0.0013000000035390258,0.7978000044822693,0.6029000282287598,-0.0024999999441206455,0.8639000058174133,0.503600001335144,-0.0013000000035390258,0.8029000163078308,0.5960999727249146,-0.0012000000569969416,0.8604999780654907,0.5094000101089478,-0.0035000001080334187,0.9138000011444092,0.40619999170303345,-0.0015999999595806003,0.9143000245094299,0.4049000144004822,-0.0006000000284984708,0.8604999780654907,0.5094000101089478,-0.0035000001080334187,0.9143000245094299,0.4049000144004822,-0.0006000000284984708,0.8639000058174133,0.503600001335144,-0.0013000000035390258,0.8029000163078308,0.5960999727249146,-0.0012000000569969416,0.8639000058174133,0.503600001335144,-0.0013000000035390258,0.8654999732971191,0.5008000135421753,-0.0005000000237487257,0.8029000163078308,0.5960999727249146,-0.0012000000569969416,0.8654999732971191,0.5008000135421753,-0.0005000000237487257,0.8051999807357788,0.5931000113487244,-0.0005000000237487257,0.8639000058174133,0.503600001335144,-0.0013000000035390258,0.9143000245094299,0.4049000144004822,-0.0006000000284984708,0.9146000146865845,0.4043000042438507,-0.00019999999494757503,0.8639000058174133,0.503600001335144,-0.0013000000035390258,0.9146000146865845,0.4043000042438507,-0.00019999999494757503,0.8654999732971191,0.5008000135421753,-0.0005000000237487257,0.9714000225067139,0.23759999871253967,0.002300000051036477,0.9502000212669373,0.3118000030517578,0.0007999999797903001,0.9513000249862671,0.30820000171661377,0.002300000051036477,0.9714000225067139,0.23759999871253967,0.002300000051036477,0.9513000249862671,0.30820000171661377,0.002300000051036477,0.9722999930381775,0.2337999939918518,0.006099999882280827,0.9708999991416931,0.2395000010728836,0.0008999999845400453,0.9495999813079834,0.313400000333786,0.0003000000142492354,0.9502000212669373,0.3118000030517578,0.0007999999797903001,0.9708999991416931,0.2395000010728836,0.0008999999845400453,0.9502000212669373,0.3118000030517578,0.0007999999797903001,0.9714000225067139,0.23759999871253967,0.002300000051036477,0.9502000212669373,0.3118000030517578,0.0007999999797903001,0.9143000245094299,0.4049000144004822,-0.0006000000284984708,0.9138000011444092,0.40619999170303345,-0.0015999999595806003,0.9502000212669373,0.3118000030517578,0.0007999999797903001,0.9138000011444092,0.40619999170303345,-0.0015999999595806003,0.9513000249862671,0.30820000171661377,0.002300000051036477,0.9495999813079834,0.313400000333786,0.0003000000142492354,0.9146000146865845,0.4043000042438507,-0.00019999999494757503,0.9143000245094299,0.4049000144004822,-0.0006000000284984708,0.9495999813079834,0.313400000333786,0.0003000000142492354,0.9143000245094299,0.4049000144004822,-0.0006000000284984708,0.9502000212669373,0.3118000030517578,0.0007999999797903001,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0,0.949400007724762,0.3140000104904175,0.00009999999747378752,0.9707000255584717,0.2401999980211258,0,0.949400007724762,0.3140000104904175,0.00009999999747378752,0.9707000255584717,0.2401999980211258,0.00019999999494757503,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,0,0.9146999716758728,0.4041000008583069,-0.00009999999747378752,0.949400007724762,0.3140000104904175,0,0.9146999716758728,0.4041000008583069,-0.00009999999747378752,0.949400007724762,0.3140000104904175,0.00009999999747378752,0.9707000255584717,0.2401999980211258,0.00019999999494757503,0.949400007724762,0.3140000104904175,0.00009999999747378752,0.9495999813079834,0.313400000333786,0.0003000000142492354,0.9707000255584717,0.2401999980211258,0.00019999999494757503,0.9495999813079834,0.313400000333786,0.0003000000142492354,0.9708999991416931,0.2395000010728836,0.0008999999845400453,0.949400007724762,0.3140000104904175,0.00009999999747378752,0.9146999716758728,0.4041000008583069,-0.00009999999747378752,0.9146000146865845,0.4043000042438507,-0.00019999999494757503,0.949400007724762,0.3140000104904175,0.00009999999747378752,0.9146000146865845,0.4043000042438507,-0.00019999999494757503,0.9495999813079834,0.313400000333786,0.0003000000142492354,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.805899977684021,0.5921000242233276,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.6931999921798706,0.72079998254776,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.5042999982833862,0.8634999990463257,0,0.31029999256134033,0.9506000280380249,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.15880000591278076,0.9872999787330627,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0.025599999353289604,0.9997000098228455,0,0.06769999861717224,0.9976999759674072,0,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0,1,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.025599999353289604,0.9997000098228455,0,0.005900000222027302,1,0,0.9873999953269958,0.05260000005364418,-0.14910000562667847,0.9970999956130981,0.05249999836087227,-0.05550000071525574,0.9984999895095825,0,-0.05550000071525574,0.9873999953269958,0.05260000005364418,-0.14910000562667847,0.9984999895095825,0,-0.05550000071525574,0.9887999892234802,0,-0.14910000562667847,0.9824000000953674,0.1128000020980835,-0.14900000393390656,0.9921000003814697,0.11270000040531158,-0.05550000071525574,0.9970999956130981,0.05249999836087227,-0.05550000071525574,0.9824000000953674,0.1128000020980835,-0.14900000393390656,0.9970999956130981,0.05249999836087227,-0.05550000071525574,0.9873999953269958,0.05260000005364418,-0.14910000562667847,0.9970999956130981,0.05249999836087227,-0.05550000071525574,0.9983999729156494,0.052299998700618744,-0.019899999722838402,0.9998000264167786,0,-0.019999999552965164,0.9970999956130981,0.05249999836087227,-0.05550000071525574,0.9998000264167786,0,-0.019999999552965164,0.9984999895095825,0,-0.05550000071525574,0.9921000003814697,0.11270000040531158,-0.05550000071525574,0.9934999942779541,0.11240000277757645,-0.019899999722838402,0.9983999729156494,0.052299998700618744,-0.019899999722838402,0.9921000003814697,0.11270000040531158,-0.05550000071525574,0.9983999729156494,0.052299998700618744,-0.019899999722838402,0.9970999956130981,0.05249999836087227,-0.05550000071525574,0.9593999981880188,0.23980000615119934,-0.14869999885559082,0.968999981880188,0.24070000648498535,-0.055399999022483826,0.982699990272522,0.17679999768733978,-0.055399999022483826,0.9593999981880188,0.23980000615119934,-0.14869999885559082,0.982699990272522,0.17679999768733978,-0.055399999022483826,0.9729999899864197,0.17649999260902405,-0.14880000054836273,0.968999981880188,0.24070000648498535,-0.055399999022483826,0.9704999923706055,0.24050000309944153,-0.019899999722838402,0.9840999841690063,0.17649999260902405,-0.019899999722838402,0.968999981880188,0.24070000648498535,-0.055399999022483826,0.9840999841690063,0.17649999260902405,-0.019899999722838402,0.982699990272522,0.17679999768733978,-0.055399999022483826,0.9729999899864197,0.17649999260902405,-0.14880000054836273,0.982699990272522,0.17679999768733978,-0.055399999022483826,0.9921000003814697,0.11270000040531158,-0.05550000071525574,0.9729999899864197,0.17649999260902405,-0.14880000054836273,0.9921000003814697,0.11270000040531158,-0.05550000071525574,0.9824000000953674,0.1128000020980835,-0.14900000393390656,0.982699990272522,0.17679999768733978,-0.055399999022483826,0.9840999841690063,0.17649999260902405,-0.019899999722838402,0.9934999942779541,0.11240000277757645,-0.019899999722838402,0.982699990272522,0.17679999768733978,-0.055399999022483826,0.9934999942779541,0.11240000277757645,-0.019899999722838402,0.9921000003814697,0.11270000040531158,-0.05550000071525574,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,-0.0044999998062849045,0.9707000255584717,0.2402999997138977,-0.0044999998062849045,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2402999997138977,-0.0044999998062849045,0.9707000255584717,0.2401999980211258,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11230000108480453,-0.0044999998062849045,0.9843000173568726,0.17630000412464142,-0.0044999998062849045,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,-0.0044999998062849045,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,-0.0044999998062849045,0.9840999841690063,0.17649999260902405,-0.019899999722838402,0.9704999923706055,0.24050000309944153,-0.019899999722838402,0.9843000173568726,0.17630000412464142,-0.0044999998062849045,0.9704999923706055,0.24050000309944153,-0.019899999722838402,0.9707000255584717,0.2402999997138977,-0.0044999998062849045,0.9937000274658203,0.11230000108480453,-0.0044999998062849045,0.9934999942779541,0.11240000277757645,-0.019899999722838402,0.9840999841690063,0.17649999260902405,-0.019899999722838402,0.9937000274658203,0.11230000108480453,-0.0044999998062849045,0.9840999841690063,0.17649999260902405,-0.019899999722838402,0.9843000173568726,0.17630000412464142,-0.0044999998062849045,1,0,0,1,0,-0.0044999998062849045,0.9986000061035156,0.05220000073313713,-0.0044999998062849045,1,0,0,0.9986000061035156,0.05220000073313713,-0.0044999998062849045,0.9986000061035156,0.05209999904036522,0,1,0,-0.0044999998062849045,0.9998000264167786,0,-0.019999999552965164,0.9983999729156494,0.052299998700618744,-0.019899999722838402,1,0,-0.0044999998062849045,0.9983999729156494,0.052299998700618744,-0.019899999722838402,0.9986000061035156,0.05220000073313713,-0.0044999998062849045,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05220000073313713,-0.0044999998062849045,0.9937000274658203,0.11230000108480453,-0.0044999998062849045,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11230000108480453,-0.0044999998062849045,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05220000073313713,-0.0044999998062849045,0.9983999729156494,0.052299998700618744,-0.019899999722838402,0.9934999942779541,0.11240000277757645,-0.019899999722838402,0.9986000061035156,0.05220000073313713,-0.0044999998062849045,0.9934999942779541,0.11240000277757645,-0.019899999722838402,0.9937000274658203,0.11230000108480453,-0.0044999998062849045,0.8087999820709229,0.06109999865293503,0.5849000215530396,0.5555999875068665,0.046300001442432404,0.8302000164985657,0.5583000183105469,0,0.8296999931335449,0.8087999820709229,0.06109999865293503,0.5849000215530396,0.5583000183105469,0,0.8296999931335449,0.8090999722480774,0,0.5877000093460083,0.8144000172615051,0.10890000313520432,0.5699999928474426,0.5419999957084656,0.08030000329017639,0.8364999890327454,0.5555999875068665,0.046300001442432404,0.8302000164985657,0.8144000172615051,0.10890000313520432,0.5699999928474426,0.5555999875068665,0.046300001442432404,0.8302000164985657,0.8087999820709229,0.06109999865293503,0.5849000215530396,0.5555999875068665,0.046300001442432404,0.8302000164985657,0.2249000072479248,0.023800000548362732,0.9740999937057495,0.22769999504089355,0,0.9736999869346619,0.5555999875068665,0.046300001442432404,0.8302000164985657,0.22769999504089355,0,0.9736999869346619,0.5583000183105469,0,0.8296999931335449,0.5419999957084656,0.08030000329017639,0.8364999890327454,0.19859999418258667,0.042100001126527786,0.979200005531311,0.2249000072479248,0.023800000548362732,0.9740999937057495,0.5419999957084656,0.08030000329017639,0.8364999890327454,0.2249000072479248,0.023800000548362732,0.9740999937057495,0.5555999875068665,0.046300001442432404,0.8302000164985657,0.8531000018119812,0.19470000267028809,0.48399999737739563,0.5194000005722046,0.12269999831914902,0.8457000255584717,0.5217000246047974,0.10279999673366547,0.8468999862670898,0.8531000018119812,0.19470000267028809,0.48399999737739563,0.5217000246047974,0.10279999673366547,0.8468999862670898,0.8278999924659729,0.14990000426769257,0.5404999852180481,0.5194000005722046,0.12269999831914902,0.8457000255584717,0.12370000034570694,0.046799998730421066,0.9911999702453613,0.15279999375343323,0.04619999974966049,0.9872000217437744,0.5194000005722046,0.12269999831914902,0.8457000255584717,0.15279999375343323,0.04619999974966049,0.9872000217437744,0.5217000246047974,0.10279999673366547,0.8468999862670898,0.8278999924659729,0.14990000426769257,0.5404999852180481,0.5217000246047974,0.10279999673366547,0.8468999862670898,0.5419999957084656,0.08030000329017639,0.8364999890327454,0.8278999924659729,0.14990000426769257,0.5404999852180481,0.5419999957084656,0.08030000329017639,0.8364999890327454,0.8144000172615051,0.10890000313520432,0.5699999928474426,0.5217000246047974,0.10279999673366547,0.8468999862670898,0.15279999375343323,0.04619999974966049,0.9872000217437744,0.19859999418258667,0.042100001126527786,0.979200005531311,0.5217000246047974,0.10279999673366547,0.8468999862670898,0.19859999418258667,0.042100001126527786,0.979200005531311,0.5419999957084656,0.08030000329017639,0.8364999890327454,0.002099999925121665,0.006200000178068876,1,0.02500000037252903,0.017899999395012856,0.9994999766349792,0.018799999728798866,0.01850000023841858,0.9997000098228455,0.002099999925121665,0.006200000178068876,1,0.018799999728798866,0.01850000023841858,0.9997000098228455,0.0024999999441206455,0.00839999970048666,1,0.0019000000320374966,0.004699999932199717,1,0.03720000013709068,0.016100000590085983,0.9991999864578247,0.02500000037252903,0.017899999395012856,0.9994999766349792,0.0019000000320374966,0.004699999932199717,1,0.02500000037252903,0.017899999395012856,0.9994999766349792,0.002099999925121665,0.006200000178068876,1,0.02500000037252903,0.017899999395012856,0.9994999766349792,0.15279999375343323,0.04619999974966049,0.9872000217437744,0.12370000034570694,0.046799998730421066,0.9911999702453613,0.02500000037252903,0.017899999395012856,0.9994999766349792,0.12370000034570694,0.046799998730421066,0.9911999702453613,0.018799999728798866,0.01850000023841858,0.9997000098228455,0.03720000013709068,0.016100000590085983,0.9991999864578247,0.19859999418258667,0.042100001126527786,0.979200005531311,0.15279999375343323,0.04619999974966049,0.9872000217437744,0.03720000013709068,0.016100000590085983,0.9991999864578247,0.15279999375343323,0.04619999974966049,0.9872000217437744,0.02500000037252903,0.017899999395012856,0.9994999766349792,0.0017999999690800905,0,1,0.04500000178813934,0,0.9990000128746033,0.04500000178813934,0.008299999870359898,0.9990000128746033,0.0017999999690800905,0,1,0.04500000178813934,0.008299999870359898,0.9990000128746033,0.0017999999690800905,0.0027000000700354576,1,0.04500000178813934,0,0.9990000128746033,0.22769999504089355,0,0.9736999869346619,0.2249000072479248,0.023800000548362732,0.9740999937057495,0.04500000178813934,0,0.9990000128746033,0.2249000072479248,0.023800000548362732,0.9740999937057495,0.04500000178813934,0.008299999870359898,0.9990000128746033,0.0017999999690800905,0.0027000000700354576,1,0.04500000178813934,0.008299999870359898,0.9990000128746033,0.03720000013709068,0.016100000590085983,0.9991999864578247,0.0017999999690800905,0.0027000000700354576,1,0.03720000013709068,0.016100000590085983,0.9991999864578247,0.0019000000320374966,0.004699999932199717,1,0.04500000178813934,0.008299999870359898,0.9990000128746033,0.2249000072479248,0.023800000548362732,0.9740999937057495,0.19859999418258667,0.042100001126527786,0.979200005531311,0.04500000178813934,0.008299999870359898,0.9990000128746033,0.19859999418258667,0.042100001126527786,0.979200005531311,0.03720000013709068,0.016100000590085983,0.9991999864578247,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,1,0,0,0.9986000061035156,0.05209999904036522,0,1,0,0,1,0,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,1,0,0,0.9986000061035156,0.05209999904036522,0,1,0,0,1,0,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9843000173568726,0.17630000412464142,0,0.9707000255584717,0.2401999980211258,0,0.9707000255584717,0.2401999980211258,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9937000274658203,0.11219999939203262,0,0.9843000173568726,0.17630000412464142,0,0.9843000173568726,0.17630000412464142,0,1,0,0,1,0,0,0.9986000061035156,0.05209999904036522,0,1,0,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,1,0,0,1,0,0,0.9986000061035156,0.05209999904036522,0,1,0,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11219999939203262,0,0.9986000061035156,0.05209999904036522,0,0.9937000274658203,0.11219999939203262,0,0.9937000274658203,0.11219999939203262,0,-0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.002099999925121665,0,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.002099999925121665,0,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0017999999690800905,-0.007400000002235174,-1,-0.0020000000949949026,0,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0017999999690800905,-0.007400000002235174,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0017999999690800905,-0.007400000002235174,-1,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,-0.007400000002235174,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,-0.007400000002235174,-1,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0017999999690800905,-0.007499999832361937,-1,-0.0017000000225380063,-0.007499999832361937,-1,-0.0020000000949949026,0,-1,-0.0017999999690800905,-0.007499999832361937,-1,-0.0020000000949949026,0,-1,-0.002099999925121665,0,-1,-0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,-0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,-0.0017000000225380063,-0.007499999832361937,-1,-0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,-0.0017000000225380063,-0.007499999832361937,-1,-0.0017999999690800905,-0.007499999832361937,-1,-0.0017000000225380063,-0.007499999832361937,-1,-0.0017000000225380063,-0.007400000002235174,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,-0.007499999832361937,-1,-0.0020000000949949026,0,-1,-0.0020000000949949026,0,-1,-0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,-0.007400000002235174,-1,-0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,-0.0017000000225380063,-0.007400000002235174,-1,-0.0017000000225380063,-0.007499999832361937,-1,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,-0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,-0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,-0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,-0.0017999999690800905,0.007400000002235174,-1,-0.0017000000225380063,0.007400000002235174,-1,-0.0020000000949949026,0,-1,-0.0017999999690800905,0.007400000002235174,-1,-0.0020000000949949026,0,-1,-0.002099999925121665,0,-1,-0.0012000000569969416,0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,0.007400000002235174,-1,-0.0012000000569969416,0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,0.007400000002235174,-1,-0.0017999999690800905,0.007400000002235174,-1,-0.0017000000225380063,0.007400000002235174,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,0.007400000002235174,-1,-0.0020000000949949026,0,-1,-0.0020000000949949026,0,-1,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,0.007499999832361937,-1,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,0.007499999832361937,-1,-0.0017000000225380063,0.007400000002235174,-1,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0006000000284984708,0.015699999406933784,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00019999999494757503,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0006000000284984708,0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0006000000284984708,0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0012000000569969416,0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0006000000284984708,0.015799999237060547,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.0006000000284984708,0.015799999237060547,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0012000000569969416,0.012799999676644802,-0.9998999834060669,-0.0010999999940395355,0.012799999676644802,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0012000000569969416,0.012799999676644802,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0006000000284984708,0.015799999237060547,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.00019999999494757503,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.00019999999494757503,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.0010999999940395355,0.012799999676644802,-0.9998999834060669,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0010999999940395355,0.012799999676644802,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.0005000000237487257,0.015699999406933784,-0.9998999834060669,-0.002099999925121665,0,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.002099999925121665,0,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0017999999690800905,0.007499999832361937,-1,-0.0020000000949949026,0,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0020000000949949026,0,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0017999999690800905,0.007499999832361937,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0010999999940395355,0.012799999676644802,-0.9998999834060669,-0.0017999999690800905,0.007499999832361937,-1,-0.0010999999940395355,0.012799999676644802,-0.9998999834060669,-0.0012000000569969416,0.012799999676644802,-0.9998999834060669,-0.0017000000225380063,0.007499999832361937,-1,-0.0017000000225380063,0.007499999832361937,-1,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0017000000225380063,0.007499999832361937,-1,-0.0010999999940395355,0.01269999984651804,-0.9998999834060669,-0.0010999999940395355,0.012799999676644802,-0.9998999834060669,-0.00039999998989515007,0.01679999940097332,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,0.01679999940097332,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.01730000041425228,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.0005000000237487257,0.01730000041425228,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.01679999940097332,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.00019999999494757503,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.00019999999494757503,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017999999225139618,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017999999225139618,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,0.017999999225139618,-0.9998000264167786,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,0.01730000041425228,-0.9998999834060669,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0006000000284984708,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.0006000000284984708,0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0006000000284984708,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.0005000000237487257,0.017899999395012856,-0.9998000264167786,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.00019999999494757503,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.016599999740719795,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.0003000000142492354,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.00039999998989515007,0.01720000058412552,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.00019999999494757503,0.019600000232458115,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,0.019600000232458115,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019600000232458115,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00019999999494757503,0.019600000232458115,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019600000232458115,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.0005000000237487257,0.017999999225139618,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0005000000237487257,0.017999999225139618,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0005000000237487257,0.01730000041425228,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.01730000041425228,-0.9998999834060669,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017999999225139618,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.01679999940097332,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.00019999999494757503,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.01679999940097332,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.00039999998989515007,0.01679999940097332,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0005000000237487257,0.01730000041425228,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.00039999998989515007,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.00039999998989515007,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00019999999494757503,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00019999999494757503,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.0003000000142492354,0.016699999570846558,-0.9998999834060669,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0006000000284984708,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0006000000284984708,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0006000000284984708,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0005000000237487257,0.017899999395012856,-0.9998000264167786,0.00039999998989515007,0.01720000058412552,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0006000000284984708,0.015699999406933784,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0006000000284984708,0.015699999406933784,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0012000000569969416,0.01269999984651804,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0012000000569969416,0.01269999984651804,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0006000000284984708,0.015699999406933784,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.00019999999494757503,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.00019999999494757503,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.002099999925121665,0,-1,0.0020000000949949026,0,-1,0.0017000000225380063,0.007400000002235174,-1,0.002099999925121665,0,-1,0.0017000000225380063,0.007400000002235174,-1,0.0017999999690800905,0.007400000002235174,-1,0.0020000000949949026,0,-1,0.0020000000949949026,0,-1,0.0017000000225380063,0.007400000002235174,-1,0.0020000000949949026,0,-1,0.0017000000225380063,0.007400000002235174,-1,0.0017000000225380063,0.007400000002235174,-1,0.0017999999690800905,0.007400000002235174,-1,0.0017000000225380063,0.007400000002235174,-1,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0017999999690800905,0.007400000002235174,-1,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0012000000569969416,0.01269999984651804,-0.9998999834060669,0.0017000000225380063,0.007400000002235174,-1,0.0017000000225380063,0.007400000002235174,-1,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0017000000225380063,0.007400000002235174,-1,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0017999999690800905,0.007499999832361937,-1,0.0017000000225380063,0.007499999832361937,-1,0.0020000000949949026,0,-1,0.0017999999690800905,0.007499999832361937,-1,0.0020000000949949026,0,-1,0.002099999925121665,0,-1,0.0012000000569969416,0.012799999676644802,-0.9998999834060669,0.0010999999940395355,0.012799999676644802,-0.9998999834060669,0.0017000000225380063,0.007499999832361937,-1,0.0012000000569969416,0.012799999676644802,-0.9998999834060669,0.0017000000225380063,0.007499999832361937,-1,0.0017999999690800905,0.007499999832361937,-1,0.0017000000225380063,0.007499999832361937,-1,0.0017000000225380063,0.007400000002235174,-1,0.0020000000949949026,0,-1,0.0017000000225380063,0.007499999832361937,-1,0.0020000000949949026,0,-1,0.0020000000949949026,0,-1,0.0010999999940395355,0.012799999676644802,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0017000000225380063,0.007400000002235174,-1,0.0010999999940395355,0.012799999676644802,-0.9998999834060669,0.0017000000225380063,0.007400000002235174,-1,0.0017000000225380063,0.007499999832361937,-1,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0006000000284984708,0.015799999237060547,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.00019999999494757503,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0003000000142492354,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0006000000284984708,0.015799999237060547,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0010999999940395355,0.012799999676644802,-0.9998999834060669,0.0006000000284984708,0.015799999237060547,-0.9998999834060669,0.0010999999940395355,0.012799999676644802,-0.9998999834060669,0.0012000000569969416,0.012799999676644802,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0005000000237487257,0.015699999406933784,-0.9998999834060669,0.0010999999940395355,0.01269999984651804,-0.9998999834060669,0.0010999999940395355,0.012799999676644802,-0.9998999834060669,0.0017999999690800905,-0.007400000002235174,-1,0.0017000000225380063,-0.007400000002235174,-1,0.0020000000949949026,0,-1,0.0017999999690800905,-0.007400000002235174,-1,0.0020000000949949026,0,-1,0.002099999925121665,0,-1,0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0017000000225380063,-0.007400000002235174,-1,0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,0.0017000000225380063,-0.007400000002235174,-1,0.0017999999690800905,-0.007400000002235174,-1,0.0017000000225380063,-0.007400000002235174,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0020000000949949026,0,-1,0.0017000000225380063,-0.007400000002235174,-1,0.0020000000949949026,0,-1,0.0020000000949949026,0,-1,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0017000000225380063,-0.007499999832361937,-1,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0017000000225380063,-0.007499999832361937,-1,0.0017000000225380063,-0.007400000002235174,-1,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.0005000000237487257,-0.015699999406933784,-0.9998999834060669,0.002099999925121665,0,-1,0.0020000000949949026,0,-1,0.0017000000225380063,-0.007499999832361937,-1,0.002099999925121665,0,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0017999999690800905,-0.007499999832361937,-1,0.0020000000949949026,0,-1,0.0020000000949949026,0,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0020000000949949026,0,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0017999999690800905,-0.007499999832361937,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,0.0017999999690800905,-0.007499999832361937,-1,0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,0.0017000000225380063,-0.007499999832361937,-1,0.0017000000225380063,-0.007499999832361937,-1,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0017000000225380063,-0.007499999832361937,-1,0.0010999999940395355,-0.01269999984651804,-0.9998999834060669,0.0010999999940395355,-0.012799999676644802,-0.9998999834060669,0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.0005000000237487257,-0.017899999395012856,-0.9998000264167786,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.00019999999494757503,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.016599999740719795,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.0003000000142492354,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.00039999998989515007,-0.01720000058412552,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.866599977016449,0.499099999666214,0.00009999999747378752,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.866599977016449,0.499099999666214,0.00009999999747378752,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.00009999999747378752,0.9150999784469604,0.4032000005245209,0,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.9150999784469604,0.4032000005245209,0,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.866599977016449,0.499099999666214,0.00009999999747378752,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.9710000157356262,0.23919999599456787,-0.00009999999747378752,0.9710000157356262,0.23929999768733978,-0.00009999999747378752,0.9496999979019165,0.31310001015663147,0,0.9710000157356262,0.23919999599456787,-0.00009999999747378752,0.9496999979019165,0.31310001015663147,0,0.9496999979019165,0.31310001015663147,0,0.9710000157356262,0.23929999768733978,-0.00009999999747378752,0.9710000157356262,0.23929999768733978,-0.00019999999494757503,0.9496999979019165,0.31310001015663147,-0.00009999999747378752,0.9710000157356262,0.23929999768733978,-0.00009999999747378752,0.9496999979019165,0.31310001015663147,-0.00009999999747378752,0.9496999979019165,0.31310001015663147,0,0.9496999979019165,0.31310001015663147,0,0.9496999979019165,0.31310001015663147,0,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9496999979019165,0.31310001015663147,0,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9150999784469604,0.4032000005245209,0,0.9496999979019165,0.31310001015663147,0,0.9496999979019165,0.31310001015663147,-0.00009999999747378752,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9496999979019165,0.31310001015663147,0,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9496999979019165,0.3131999969482422,-0.00009999999747378752,0.9496999979019165,0.3131999969482422,0,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9496999979019165,0.3131999969482422,-0.00009999999747378752,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9150999784469604,0.4032999873161316,0,0.9150999784469604,0.4032999873161316,0.00009999999747378752,0.9496999979019165,0.3131999969482422,0,0.9150999784469604,0.4032999873161316,0,0.9496999979019165,0.3131999969482422,0,0.9496999979019165,0.3131999969482422,-0.00009999999747378752,0.9496999979019165,0.3131999969482422,0,0.9496999979019165,0.31310001015663147,-0.00009999999747378752,0.9710000157356262,0.23929999768733978,-0.00019999999494757503,0.9496999979019165,0.3131999969482422,0,0.9710000157356262,0.23929999768733978,-0.00019999999494757503,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9150999784469604,0.4032999873161316,0.00009999999747378752,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9496999979019165,0.31310001015663147,-0.00009999999747378752,0.9150999784469604,0.4032999873161316,0.00009999999747378752,0.9496999979019165,0.31310001015663147,-0.00009999999747378752,0.9496999979019165,0.3131999969482422,0,0.8062999844551086,0.5914999842643738,0.00019999999494757503,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8665000200271606,0.4991999864578247,0.00019999999494757503,0.8062999844551086,0.5914999842643738,0.00019999999494757503,0.8665000200271606,0.4991999864578247,0.00019999999494757503,0.8665000200271606,0.4991999864578247,0.00009999999747378752,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.8665000200271606,0.4991999864578247,0.00019999999494757503,0.8665000200271606,0.4991999864578247,0.00009999999747378752,0.8665000200271606,0.4991999864578247,0.00019999999494757503,0.9150999784469604,0.4032999873161316,0.00009999999747378752,0.8665000200271606,0.4991999864578247,0.00009999999747378752,0.9150999784469604,0.4032999873161316,0.00009999999747378752,0.9150999784469604,0.4032999873161316,0,0.8665000200271606,0.4991999864578247,0.00019999999494757503,0.8665000200271606,0.499099999666214,0.00019999999494757503,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.8665000200271606,0.4991999864578247,0.00019999999494757503,0.9150999784469604,0.4032000005245209,0.00009999999747378752,0.9150999784469604,0.4032999873161316,0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9710000157356262,0.23929999768733978,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9710000157356262,0.23929999768733978,-0.00009999999747378752,0.9710000157356262,0.23919999599456787,-0.00009999999747378752,0.9937000274658203,0.11159999668598175,-0.00009999999747378752,0.9937000274658203,0.11159999668598175,-0.0003000000142492354,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9937000274658203,0.11159999668598175,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9710000157356262,0.23929999768733978,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9710000157356262,0.23929999768733978,-0.00019999999494757503,0.9710000157356262,0.23929999768733978,-0.00009999999747378752,0.9937000274658203,0.11159999668598175,-0.0003000000142492354,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9937000274658203,0.11159999668598175,-0.0003000000142492354,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,1,0,-0.00019999999494757503,1,0,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.0003000000142492354,1,0,-0.00019999999494757503,0.9986000061035156,0.052000001072883606,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,1,0,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9986000061035156,0.052000001072883606,-0.0003000000142492354,0.9937000274658203,0.11159999668598175,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9937000274658203,0.11159999668598175,-0.0003000000142492354,0.9937000274658203,0.11159999668598175,-0.00009999999747378752,0.9986000061035156,0.052000001072883606,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.0003000000142492354,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9937000274658203,0.11159999668598175,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,1,0,-0.00039999998989515007,1,0,-0.00019999999494757503,0.9937000274658203,0.11169999837875366,-0.00019999999494757503,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9937000274658203,0.11169999837875366,-0.00019999999494757503,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,1,0,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9986000061035156,0.052000001072883606,-0.00039999998989515007,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9710000157356262,0.23929999768733978,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9937000274658203,0.11169999837875366,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.984499990940094,0.1754000037908554,-0.00019999999494757503,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9937000274658203,0.11169999837875366,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,1,0,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,1,0,-0.00039999998989515007,1,0,-0.00019999999494757503,0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,1,0,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,0.984499990940094,-0.1754000037908554,-0.00019999999494757503,1,0,-0.00019999999494757503,1,0,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,1,0,-0.00019999999494757503,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,1,0,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,1,0,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,0.9496999979019165,-0.31310001015663147,0,0.9496999979019165,-0.31310001015663147,0,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9150999784469604,-0.4032000005245209,0,0.9496999979019165,-0.31310001015663147,0,0.9496999979019165,-0.31310001015663147,0,0.9496999979019165,-0.31310001015663147,0,0.9496999979019165,-0.31310001015663147,0,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9496999979019165,-0.31310001015663147,0,0.8064000010490417,-0.5914000272750854,0.00009999999747378752,0.8064000010490417,-0.5914000272750854,0.00019999999494757503,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.00009999999747378752,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.866599977016449,-0.499099999666214,0.00009999999747378752,0.8064000010490417,-0.5914000272750854,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.00019999999494757503,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.866599977016449,-0.499099999666214,0.00009999999747378752,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.866599977016449,-0.499099999666214,0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.8665000200271606,-0.4991999864578247,0.00009999999747378752,0.8665000200271606,-0.4991999864578247,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8665000200271606,-0.4991999864578247,0.00009999999747378752,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8062999844551086,-0.5914999842643738,0.00019999999494757503,0.9150999784469604,-0.4032999873161316,0,0.9150999784469604,-0.4032999873161316,0.00009999999747378752,0.8665000200271606,-0.4991999864578247,0.00019999999494757503,0.9150999784469604,-0.4032999873161316,0,0.8665000200271606,-0.4991999864578247,0.00019999999494757503,0.8665000200271606,-0.4991999864578247,0.00009999999747378752,0.8665000200271606,-0.4991999864578247,0.00019999999494757503,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8665000200271606,-0.4991999864578247,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.9150999784469604,-0.4032999873161316,0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.9150999784469604,-0.4032999873161316,0.00009999999747378752,0.8665000200271606,-0.499099999666214,0.00019999999494757503,0.8665000200271606,-0.4991999864578247,0.00019999999494757503,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9496999979019165,-0.3131999969482422,0,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9496999979019165,-0.3131999969482422,0,0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9496999979019165,-0.31310001015663147,0,0.9496999979019165,-0.3131999969482422,0,0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,0.9496999979019165,-0.3131999969482422,0,0.9150999784469604,-0.4032999873161316,0.00009999999747378752,0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,0.9150999784469604,-0.4032999873161316,0.00009999999747378752,0.9150999784469604,-0.4032999873161316,0,0.9496999979019165,-0.3131999969482422,0,0.9496999979019165,-0.31310001015663147,0,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9496999979019165,-0.3131999969482422,0,0.9150999784469604,-0.4032000005245209,0.00009999999747378752,0.9150999784469604,-0.4032999873161316,0.00009999999747378752,0.6895999908447266,-0.7242000102996826,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.8064000010490417,-0.5914000272750854,0.00019999999494757503,0.6895999908447266,-0.7242000102996826,0.0003000000142492354,0.8064000010490417,-0.5914000272750854,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.00009999999747378752,0.4927000105381012,-0.870199978351593,0.0005000000237487257,0.4927000105381012,-0.870199978351593,0.0007999999797903001,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.4927000105381012,-0.870199978351593,0.0005000000237487257,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.6895999908447266,-0.7242000102996826,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.6894999742507935,-0.7243000268936157,0.0006000000284984708,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8064000010490417,-0.5914000272750854,0.00019999999494757503,0.4927000105381012,-0.870199978351593,0.0007999999797903001,0.4927000105381012,-0.870199978351593,0.0008999999845400453,0.6894999742507935,-0.7243000268936157,0.0006000000284984708,0.4927000105381012,-0.870199978351593,0.0007999999797903001,0.6894999742507935,-0.7243000268936157,0.0006000000284984708,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.149399995803833,-0.9887999892234802,0.0005000000237487257,0.1492999941110611,-0.9887999892234802,0.0008999999845400453,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.149399995803833,-0.9887999892234802,0.0005000000237487257,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.29660001397132874,-0.9549999833106995,0.0005000000237487257,0.1492999941110611,-0.9887999892234802,0.0008999999845400453,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.29660001397132874,-0.9549999833106995,0.0010999999940395355,0.1492999941110611,-0.9887999892234802,0.0008999999845400453,0.29660001397132874,-0.9549999833106995,0.0010999999940395355,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.29660001397132874,-0.9549999833106995,0.0005000000237487257,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.4927000105381012,-0.870199978351593,0.0007999999797903001,0.29660001397132874,-0.9549999833106995,0.0005000000237487257,0.4927000105381012,-0.870199978351593,0.0007999999797903001,0.4927000105381012,-0.870199978351593,0.0005000000237487257,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.29660001397132874,-0.9549999833106995,0.0010999999940395355,0.4927000105381012,-0.870199978351593,0.0008999999845400453,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.4927000105381012,-0.870199978351593,0.0008999999845400453,0.4927000105381012,-0.870199978351593,0.0007999999797903001,0.29649999737739563,-0.9549999833106995,0.0006000000284984708,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.29649999737739563,-0.9549999833106995,0.0006000000284984708,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.1492999941110611,-0.9887999892234802,0.0006000000284984708,0.4925999939441681,-0.8702999949455261,0.0005000000237487257,0.4925999939441681,-0.870199978351593,0.0008999999845400453,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.4925999939441681,-0.8702999949455261,0.0005000000237487257,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.29649999737739563,-0.9549999833106995,0.0006000000284984708,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.29660001397132874,-0.9549999833106995,0.0010999999940395355,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.4925999939441681,-0.870199978351593,0.0008999999845400453,0.4927000105381012,-0.870199978351593,0.0008999999845400453,0.29660001397132874,-0.9549999833106995,0.0010999999940395355,0.4925999939441681,-0.870199978351593,0.0008999999845400453,0.29660001397132874,-0.9549999833106995,0.0010999999940395355,0.29660001397132874,-0.9549999833106995,0.0010000000474974513,0.8062999844551086,-0.5914999842643738,0.00019999999494757503,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.8062999844551086,-0.5914999842643738,0.00019999999494757503,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.6894000172615051,-0.7243000268936157,0.0003000000142492354,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0006000000284984708,0.8064000010490417,-0.5914000272750854,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0006000000284984708,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.6894000172615051,-0.7243000268936157,0.0003000000142492354,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.4925999939441681,-0.870199978351593,0.0008999999845400453,0.6894000172615051,-0.7243000268936157,0.0003000000142492354,0.4925999939441681,-0.870199978351593,0.0008999999845400453,0.4925999939441681,-0.8702999949455261,0.0005000000237487257,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.6894999742507935,-0.7243000268936157,0.0006000000284984708,0.4927000105381012,-0.870199978351593,0.0008999999845400453,0.6894999742507935,-0.7243000268936157,0.0005000000237487257,0.4927000105381012,-0.870199978351593,0.0008999999845400453,0.4925999939441681,-0.870199978351593,0.0008999999845400453,0.06300000101327896,-0.9980000257492065,0.00039999998989515007,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.1492999941110611,-0.9887999892234802,0.0008999999845400453,0.06300000101327896,-0.9980000257492065,0.00039999998989515007,0.1492999941110611,-0.9887999892234802,0.0008999999845400453,0.149399995803833,-0.9887999892234802,0.0005000000237487257,0.023800000548362732,-0.9997000098228455,0.0003000000142492354,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.023800000548362732,-0.9997000098228455,0.0003000000142492354,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.06300000101327896,-0.9980000257492065,0.00039999998989515007,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.06300000101327896,-0.9980000257492065,0.0008999999845400453,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.1492999941110611,-0.9887999892234802,0.0008999999845400453,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.06300000101327896,-0.9980000257492065,0.0008999999845400453,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.06300000101327896,-0.9980000257492065,0.0008999999845400453,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0,-1,0.00019999999494757503,0,-1,0.0003000000142492354,0.005400000140070915,-1,0.00039999998989515007,0,-1,0.00019999999494757503,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00019999999494757503,0,-1,0.0003000000142492354,0,-1,0.00039999998989515007,0.005400000140070915,-1,0.00039999998989515007,0,-1,0.0003000000142492354,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00019999999494757503,0.005400000140070915,-1,0.00039999998989515007,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.005400000140070915,-1,0.00019999999494757503,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.023800000548362732,-0.9997000098228455,0.0003000000142492354,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00039999998989515007,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.005400000140070915,-1,0.00039999998989515007,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.005400000140070915,-1,0.00019999999494757503,0.005400000140070915,-1,0.00039999998989515007,0,-1,0.0003000000142492354,0.005400000140070915,-1,0.00019999999494757503,0,-1,0.0003000000142492354,0,-1,0.00019999999494757503,0.02370000071823597,-0.9997000098228455,0.0003000000142492354,0.02370000071823597,-0.9997000098228455,0.0006000000284984708,0.005400000140070915,-1,0.00039999998989515007,0.02370000071823597,-0.9997000098228455,0.0003000000142492354,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00019999999494757503,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00039999998989515007,0,-1,0.00039999998989515007,0.005400000140070915,-1,0.00039999998989515007,0,-1,0.00039999998989515007,0,-1,0.0003000000142492354,0.02370000071823597,-0.9997000098228455,0.0006000000284984708,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.005400000140070915,-1,0.00039999998989515007,0.02370000071823597,-0.9997000098228455,0.0006000000284984708,0.005400000140070915,-1,0.00039999998989515007,0.005400000140070915,-1,0.00039999998989515007,0.1492999941110611,-0.9887999892234802,0.0006000000284984708,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.1492999941110611,-0.9887999892234802,0.0006000000284984708,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.06300000101327896,-0.9980000257492065,0.0005000000237487257,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.06300000101327896,-0.9980000257492065,0.0008999999845400453,0.1492999941110611,-0.9887999892234802,0.0010000000474974513,0.06300000101327896,-0.9980000257492065,0.0008999999845400453,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.06300000101327896,-0.9980000257492065,0.0005000000237487257,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.02370000071823597,-0.9997000098228455,0.0006000000284984708,0.06300000101327896,-0.9980000257492065,0.0005000000237487257,0.02370000071823597,-0.9997000098228455,0.0006000000284984708,0.02370000071823597,-0.9997000098228455,0.0003000000142492354,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.06300000101327896,-0.9980000257492065,0.0008999999845400453,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0.023800000548362732,-0.9997000098228455,0.0006000000284984708,0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.005400000140070915,-1,0.00019999999494757503,-0.005400000140070915,-1,0.00039999998989515007,0,-1,0.0003000000142492354,-0.005400000140070915,-1,0.00019999999494757503,0,-1,0.0003000000142492354,0,-1,0.00019999999494757503,-0.023800000548362732,-0.9997000098228455,0.0003000000142492354,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.005400000140070915,-1,0.00039999998989515007,-0.023800000548362732,-0.9997000098228455,0.0003000000142492354,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00019999999494757503,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00039999998989515007,0,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00039999998989515007,0,-1,0.00039999998989515007,0,-1,0.0003000000142492354,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.005400000140070915,-1,0.00039999998989515007,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00039999998989515007,-0.149399995803833,-0.9887999892234802,0.0005000000237487257,-0.1492999941110611,-0.9887999892234802,0.0008999999845400453,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.149399995803833,-0.9887999892234802,0.0005000000237487257,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.06300000101327896,-0.9980000257492065,0.00039999998989515007,-0.1492999941110611,-0.9887999892234802,0.0008999999845400453,-0.1492999941110611,-0.9887999892234802,0.0010999999940395355,-0.06300000101327896,-0.9980000257492065,0.0008999999845400453,-0.1492999941110611,-0.9887999892234802,0.0008999999845400453,-0.06300000101327896,-0.9980000257492065,0.0008999999845400453,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.06300000101327896,-0.9980000257492065,0.00039999998989515007,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.06300000101327896,-0.9980000257492065,0.00039999998989515007,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.023800000548362732,-0.9997000098228455,0.0003000000142492354,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.06300000101327896,-0.9980000257492065,0.0008999999845400453,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.06300000101327896,-0.9980000257492065,0.0005000000237487257,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.1492999941110611,-0.9887999892234802,0.0010000000474974513,-0.06300000101327896,-0.9980000257492065,0.0005000000237487257,-0.1492999941110611,-0.9887999892234802,0.0010000000474974513,-0.1492999941110611,-0.9887999892234802,0.0006000000284984708,-0.02370000071823597,-0.9997000098228455,0.0003000000142492354,-0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.02370000071823597,-0.9997000098228455,0.0003000000142492354,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.06300000101327896,-0.9980000257492065,0.0005000000237487257,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.06300000101327896,-0.9980000257492065,0.0008999999845400453,-0.1492999941110611,-0.9887999892234802,0.0010999999940395355,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,-0.1492999941110611,-0.9887999892234802,0.0010999999940395355,-0.1492999941110611,-0.9887999892234802,0.0010000000474974513,-0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.06300000101327896,-0.9980000257492065,0.0008999999845400453,-0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.06300000101327896,-0.9980000257492065,0.0008999999845400453,-0.06300000101327896,-0.9980000257492065,0.0007999999797903001,0,-1,0.00019999999494757503,0,-1,0.0003000000142492354,-0.005400000140070915,-1,0.00039999998989515007,0,-1,0.00019999999494757503,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00019999999494757503,0,-1,0.0003000000142492354,0,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00039999998989515007,0,-1,0.0003000000142492354,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00019999999494757503,-0.005400000140070915,-1,0.00039999998989515007,-0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.005400000140070915,-1,0.00019999999494757503,-0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.02370000071823597,-0.9997000098228455,0.0003000000142492354,-0.005400000140070915,-1,0.00039999998989515007,-0.005400000140070915,-1,0.00039999998989515007,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.005400000140070915,-1,0.00039999998989515007,-0.023800000548362732,-0.9997000098228455,0.0006000000284984708,-0.02370000071823597,-0.9997000098228455,0.0006000000284984708,-0.29660001397132874,-0.9549999833106995,0.0005000000237487257,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.1492999941110611,-0.9887999892234802,0.0008999999845400453,-0.29660001397132874,-0.9549999833106995,0.0005000000237487257,-0.1492999941110611,-0.9887999892234802,0.0008999999845400453,-0.149399995803833,-0.9887999892234802,0.0005000000237487257,-0.4927000105381012,-0.870199978351593,0.0005000000237487257,-0.4927000105381012,-0.870199978351593,0.0007999999797903001,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.4927000105381012,-0.870199978351593,0.0005000000237487257,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.29660001397132874,-0.9549999833106995,0.0005000000237487257,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.29660001397132874,-0.9549999833106995,0.0010999999940395355,-0.1492999941110611,-0.9887999892234802,0.0010999999940395355,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.1492999941110611,-0.9887999892234802,0.0010999999940395355,-0.1492999941110611,-0.9887999892234802,0.0008999999845400453,-0.4927000105381012,-0.870199978351593,0.0007999999797903001,-0.4927000105381012,-0.870199978351593,0.0008999999845400453,-0.29660001397132874,-0.9549999833106995,0.0010999999940395355,-0.4927000105381012,-0.870199978351593,0.0007999999797903001,-0.29660001397132874,-0.9549999833106995,0.0010999999940395355,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.8064000010490417,-0.5914000272750854,0.00009999999747378752,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.8064000010490417,-0.5914000272750854,0.00009999999747378752,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.6895999908447266,-0.7242000102996826,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0006000000284984708,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0006000000284984708,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.6895999908447266,-0.7242000102996826,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.4927000105381012,-0.870199978351593,0.0007999999797903001,-0.6895999908447266,-0.7242000102996826,0.0003000000142492354,-0.4927000105381012,-0.870199978351593,0.0007999999797903001,-0.4927000105381012,-0.870199978351593,0.0005000000237487257,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.6894999742507935,-0.7243000268936157,0.0006000000284984708,-0.4927000105381012,-0.870199978351593,0.0008999999845400453,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.4927000105381012,-0.870199978351593,0.0008999999845400453,-0.4927000105381012,-0.870199978351593,0.0007999999797903001,-0.6894000172615051,-0.7243000268936157,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.6894000172615051,-0.7243000268936157,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8062999844551086,-0.5914999842643738,0.00019999999494757503,-0.4925999939441681,-0.8702999949455261,0.0005000000237487257,-0.4925999939441681,-0.870199978351593,0.0008999999845400453,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.4925999939441681,-0.8702999949455261,0.0005000000237487257,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.6894000172615051,-0.7243000268936157,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.6894999742507935,-0.7243000268936157,0.0006000000284984708,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.4925999939441681,-0.870199978351593,0.0008999999845400453,-0.4927000105381012,-0.870199978351593,0.0008999999845400453,-0.6894999742507935,-0.7243000268936157,0.0006000000284984708,-0.4925999939441681,-0.870199978351593,0.0008999999845400453,-0.6894999742507935,-0.7243000268936157,0.0006000000284984708,-0.6894999742507935,-0.7243000268936157,0.0005000000237487257,-0.1492999941110611,-0.9887999892234802,0.0006000000284984708,-0.1492999941110611,-0.9887999892234802,0.0010000000474974513,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.1492999941110611,-0.9887999892234802,0.0006000000284984708,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.29649999737739563,-0.9549999833106995,0.0006000000284984708,-0.1492999941110611,-0.9887999892234802,0.0010000000474974513,-0.1492999941110611,-0.9887999892234802,0.0010999999940395355,-0.29660001397132874,-0.9549999833106995,0.0010999999940395355,-0.1492999941110611,-0.9887999892234802,0.0010000000474974513,-0.29660001397132874,-0.9549999833106995,0.0010999999940395355,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.29649999737739563,-0.9549999833106995,0.0006000000284984708,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.4925999939441681,-0.870199978351593,0.0008999999845400453,-0.29649999737739563,-0.9549999833106995,0.0006000000284984708,-0.4925999939441681,-0.870199978351593,0.0008999999845400453,-0.4925999939441681,-0.8702999949455261,0.0005000000237487257,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.29660001397132874,-0.9549999833106995,0.0010999999940395355,-0.4927000105381012,-0.870199978351593,0.0008999999845400453,-0.29660001397132874,-0.9549999833106995,0.0010000000474974513,-0.4927000105381012,-0.870199978351593,0.0008999999845400453,-0.4925999939441681,-0.870199978351593,0.0008999999845400453,-0.866599977016449,-0.499099999666214,0.00009999999747378752,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.866599977016449,-0.499099999666214,0.00009999999747378752,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.9150999784469604,-0.4032000005245209,0,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.866599977016449,-0.499099999666214,0.00009999999747378752,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.9710000157356262,-0.23919999599456787,-0.00009999999747378752,-0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,0,-0.9710000157356262,-0.23919999599456787,-0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,0,-0.9496999979019165,-0.31310001015663147,0,-0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,-0.23929999768733978,-0.00019999999494757503,-0.9496999979019165,-0.31310001015663147,-0.00009999999747378752,-0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,-0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,0,-0.9496999979019165,-0.31310001015663147,0,-0.9496999979019165,-0.31310001015663147,0,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,0,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0,-0.9496999979019165,-0.31310001015663147,0,-0.9496999979019165,-0.31310001015663147,-0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,0,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,-0.9496999979019165,-0.3131999969482422,0,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9150999784469604,-0.4032999873161316,0,-0.9150999784469604,-0.4032999873161316,0.00009999999747378752,-0.9496999979019165,-0.3131999969482422,0,-0.9150999784469604,-0.4032999873161316,0,-0.9496999979019165,-0.3131999969482422,0,-0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,-0.9496999979019165,-0.3131999969482422,0,-0.9496999979019165,-0.31310001015663147,-0.00009999999747378752,-0.9710000157356262,-0.23929999768733978,-0.00019999999494757503,-0.9496999979019165,-0.3131999969482422,0,-0.9710000157356262,-0.23929999768733978,-0.00019999999494757503,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9150999784469604,-0.4032999873161316,0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,-0.00009999999747378752,-0.9150999784469604,-0.4032999873161316,0.00009999999747378752,-0.9496999979019165,-0.31310001015663147,-0.00009999999747378752,-0.9496999979019165,-0.3131999969482422,0,-0.8062999844551086,-0.5914999842643738,0.00019999999494757503,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8665000200271606,-0.4991999864578247,0.00019999999494757503,-0.8062999844551086,-0.5914999842643738,0.00019999999494757503,-0.8665000200271606,-0.4991999864578247,0.00019999999494757503,-0.8665000200271606,-0.4991999864578247,0.00009999999747378752,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8064000010490417,-0.5914000272750854,0.0003000000142492354,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.8665000200271606,-0.4991999864578247,0.00019999999494757503,-0.8665000200271606,-0.4991999864578247,0.00009999999747378752,-0.8665000200271606,-0.4991999864578247,0.00019999999494757503,-0.9150999784469604,-0.4032999873161316,0.00009999999747378752,-0.8665000200271606,-0.4991999864578247,0.00009999999747378752,-0.9150999784469604,-0.4032999873161316,0.00009999999747378752,-0.9150999784469604,-0.4032999873161316,0,-0.8665000200271606,-0.4991999864578247,0.00019999999494757503,-0.8665000200271606,-0.499099999666214,0.00019999999494757503,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.8665000200271606,-0.4991999864578247,0.00019999999494757503,-0.9150999784469604,-0.4032000005245209,0.00009999999747378752,-0.9150999784469604,-0.4032999873161316,0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,-0.23919999599456787,-0.00009999999747378752,-0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,-0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,-0.23929999768733978,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,-0.23929999768733978,-0.00019999999494757503,-0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,-0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,-1,0,-0.00019999999494757503,-0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,-0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,-0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,-0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.0003000000142492354,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,-0.11159999668598175,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,-0.052000001072883606,-0.00039999998989515007,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,-0.23929999768733978,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.984499990940094,-0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,-0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9986000061035156,0.052000001072883606,-0.0003000000142492354,-1,0,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-0.9937000274658203,0.11159999668598175,-0.00009999999747378752,-0.9937000274658203,0.11159999668598175,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.0003000000142492354,-0.9937000274658203,0.11159999668598175,-0.00009999999747378752,-0.9986000061035156,0.052000001072883606,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9986000061035156,0.052000001072883606,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9937000274658203,0.11159999668598175,-0.0003000000142492354,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,0.11159999668598175,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.0003000000142492354,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,0.11159999668598175,-0.0003000000142492354,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9937000274658203,0.11159999668598175,-0.0003000000142492354,-0.9937000274658203,0.11159999668598175,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,0.11159999668598175,-0.0003000000142492354,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9937000274658203,0.11169999837875366,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-0.984499990940094,0.1754000037908554,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-1,0,-0.00019999999494757503,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-1,0,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,0.11169999837875366,-0.00019999999494757503,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9986000061035156,0.052000001072883606,-0.00039999998989515007,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9937000274658203,0.11169999837875366,-0.0003000000142492354,-0.9496999979019165,0.31310001015663147,0,-0.9496999979019165,0.31310001015663147,0,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9150999784469604,0.4032000005245209,0,-0.9496999979019165,0.31310001015663147,0,-0.9496999979019165,0.31310001015663147,0,-0.9496999979019165,0.31310001015663147,0,-0.9496999979019165,0.31310001015663147,0,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9496999979019165,0.31310001015663147,0,-0.8064000010490417,0.5914000272750854,0.00009999999747378752,-0.8064000010490417,0.5914000272750854,0.00019999999494757503,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.00009999999747378752,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.866599977016449,0.499099999666214,0.00009999999747378752,-0.8064000010490417,0.5914000272750854,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.00019999999494757503,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.866599977016449,0.499099999666214,0.00009999999747378752,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.866599977016449,0.499099999666214,0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.8665000200271606,0.4991999864578247,0.00009999999747378752,-0.8665000200271606,0.4991999864578247,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8665000200271606,0.4991999864578247,0.00009999999747378752,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8062999844551086,0.5914999842643738,0.00019999999494757503,-0.9150999784469604,0.4032999873161316,0,-0.9150999784469604,0.4032999873161316,0.00009999999747378752,-0.8665000200271606,0.4991999864578247,0.00019999999494757503,-0.9150999784469604,0.4032999873161316,0,-0.8665000200271606,0.4991999864578247,0.00019999999494757503,-0.8665000200271606,0.4991999864578247,0.00009999999747378752,-0.8665000200271606,0.4991999864578247,0.00019999999494757503,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8665000200271606,0.4991999864578247,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.9150999784469604,0.4032999873161316,0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.9150999784469604,0.4032999873161316,0.00009999999747378752,-0.8665000200271606,0.499099999666214,0.00019999999494757503,-0.8665000200271606,0.4991999864578247,0.00019999999494757503,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,0.3131999969482422,0,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,0.3131999969482422,0,-0.9496999979019165,0.3131999969482422,-0.00009999999747378752,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9496999979019165,0.31310001015663147,0,-0.9496999979019165,0.3131999969482422,0,-0.9496999979019165,0.3131999969482422,-0.00009999999747378752,-0.9496999979019165,0.3131999969482422,0,-0.9150999784469604,0.4032999873161316,0.00009999999747378752,-0.9496999979019165,0.3131999969482422,-0.00009999999747378752,-0.9150999784469604,0.4032999873161316,0.00009999999747378752,-0.9150999784469604,0.4032999873161316,0,-0.9496999979019165,0.3131999969482422,0,-0.9496999979019165,0.31310001015663147,0,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9496999979019165,0.3131999969482422,0,-0.9150999784469604,0.4032000005245209,0.00009999999747378752,-0.9150999784469604,0.4032999873161316,0.00009999999747378752,-0.6895999908447266,0.7242000102996826,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.8064000010490417,0.5914000272750854,0.00019999999494757503,-0.6895999908447266,0.7242000102996826,0.0003000000142492354,-0.8064000010490417,0.5914000272750854,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.00009999999747378752,-0.4927000105381012,0.870199978351593,0.0005000000237487257,-0.4927000105381012,0.870199978351593,0.0007999999797903001,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.4927000105381012,0.870199978351593,0.0005000000237487257,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.6895999908447266,0.7242000102996826,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.6894999742507935,0.7243000268936157,0.0006000000284984708,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8064000010490417,0.5914000272750854,0.00019999999494757503,-0.4927000105381012,0.870199978351593,0.0007999999797903001,-0.4927000105381012,0.870199978351593,0.0008999999845400453,-0.6894999742507935,0.7243000268936157,0.0006000000284984708,-0.4927000105381012,0.870199978351593,0.0007999999797903001,-0.6894999742507935,0.7243000268936157,0.0006000000284984708,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.149399995803833,0.9887999892234802,0.0005000000237487257,-0.1492999941110611,0.9887999892234802,0.0008999999845400453,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.149399995803833,0.9887999892234802,0.0005000000237487257,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.29660001397132874,0.9549999833106995,0.0005000000237487257,-0.1492999941110611,0.9887999892234802,0.0008999999845400453,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.29660001397132874,0.9549999833106995,0.0010999999940395355,-0.1492999941110611,0.9887999892234802,0.0008999999845400453,-0.29660001397132874,0.9549999833106995,0.0010999999940395355,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.29660001397132874,0.9549999833106995,0.0005000000237487257,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.4927000105381012,0.870199978351593,0.0007999999797903001,-0.29660001397132874,0.9549999833106995,0.0005000000237487257,-0.4927000105381012,0.870199978351593,0.0007999999797903001,-0.4927000105381012,0.870199978351593,0.0005000000237487257,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.29660001397132874,0.9549999833106995,0.0010999999940395355,-0.4927000105381012,0.870199978351593,0.0008999999845400453,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.4927000105381012,0.870199978351593,0.0008999999845400453,-0.4927000105381012,0.870199978351593,0.0007999999797903001,-0.29649999737739563,0.9549999833106995,0.0006000000284984708,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.29649999737739563,0.9549999833106995,0.0006000000284984708,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.1492999941110611,0.9887999892234802,0.0006000000284984708,-0.4925999939441681,0.8702999949455261,0.0005000000237487257,-0.4925999939441681,0.870199978351593,0.0008999999845400453,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.4925999939441681,0.8702999949455261,0.0005000000237487257,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.29649999737739563,0.9549999833106995,0.0006000000284984708,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.29660001397132874,0.9549999833106995,0.0010999999940395355,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.4925999939441681,0.870199978351593,0.0008999999845400453,-0.4927000105381012,0.870199978351593,0.0008999999845400453,-0.29660001397132874,0.9549999833106995,0.0010999999940395355,-0.4925999939441681,0.870199978351593,0.0008999999845400453,-0.29660001397132874,0.9549999833106995,0.0010999999940395355,-0.29660001397132874,0.9549999833106995,0.0010000000474974513,-0.8062999844551086,0.5914999842643738,0.00019999999494757503,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.8062999844551086,0.5914999842643738,0.00019999999494757503,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.6894000172615051,0.7243000268936157,0.0003000000142492354,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0006000000284984708,-0.8064000010490417,0.5914000272750854,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0006000000284984708,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.6894000172615051,0.7243000268936157,0.0003000000142492354,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.4925999939441681,0.870199978351593,0.0008999999845400453,-0.6894000172615051,0.7243000268936157,0.0003000000142492354,-0.4925999939441681,0.870199978351593,0.0008999999845400453,-0.4925999939441681,0.8702999949455261,0.0005000000237487257,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.6894999742507935,0.7243000268936157,0.0006000000284984708,-0.4927000105381012,0.870199978351593,0.0008999999845400453,-0.6894999742507935,0.7243000268936157,0.0005000000237487257,-0.4927000105381012,0.870199978351593,0.0008999999845400453,-0.4925999939441681,0.870199978351593,0.0008999999845400453,-0.06300000101327896,0.9980000257492065,0.00039999998989515007,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.1492999941110611,0.9887999892234802,0.0008999999845400453,-0.06300000101327896,0.9980000257492065,0.00039999998989515007,-0.1492999941110611,0.9887999892234802,0.0008999999845400453,-0.149399995803833,0.9887999892234802,0.0005000000237487257,-0.023800000548362732,0.9997000098228455,0.0003000000142492354,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.023800000548362732,0.9997000098228455,0.0003000000142492354,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.06300000101327896,0.9980000257492065,0.00039999998989515007,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.06300000101327896,0.9980000257492065,0.0008999999845400453,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.1492999941110611,0.9887999892234802,0.0008999999845400453,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.06300000101327896,0.9980000257492065,0.0008999999845400453,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.06300000101327896,0.9980000257492065,0.0008999999845400453,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,0,1,0.00019999999494757503,0,1,0.0003000000142492354,-0.005400000140070915,1,0.00039999998989515007,0,1,0.00019999999494757503,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00019999999494757503,0,1,0.0003000000142492354,0,1,0.00039999998989515007,-0.005400000140070915,1,0.00039999998989515007,0,1,0.0003000000142492354,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00019999999494757503,-0.005400000140070915,1,0.00039999998989515007,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.005400000140070915,1,0.00019999999494757503,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.023800000548362732,0.9997000098228455,0.0003000000142492354,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00039999998989515007,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.005400000140070915,1,0.00039999998989515007,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.005400000140070915,1,0.00019999999494757503,-0.005400000140070915,1,0.00039999998989515007,0,1,0.0003000000142492354,-0.005400000140070915,1,0.00019999999494757503,0,1,0.0003000000142492354,0,1,0.00019999999494757503,-0.02370000071823597,0.9997000098228455,0.0003000000142492354,-0.02370000071823597,0.9997000098228455,0.0006000000284984708,-0.005400000140070915,1,0.00039999998989515007,-0.02370000071823597,0.9997000098228455,0.0003000000142492354,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00019999999494757503,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00039999998989515007,0,1,0.00039999998989515007,-0.005400000140070915,1,0.00039999998989515007,0,1,0.00039999998989515007,0,1,0.0003000000142492354,-0.02370000071823597,0.9997000098228455,0.0006000000284984708,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.005400000140070915,1,0.00039999998989515007,-0.02370000071823597,0.9997000098228455,0.0006000000284984708,-0.005400000140070915,1,0.00039999998989515007,-0.005400000140070915,1,0.00039999998989515007,-0.1492999941110611,0.9887999892234802,0.0006000000284984708,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.1492999941110611,0.9887999892234802,0.0006000000284984708,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.06300000101327896,0.9980000257492065,0.0005000000237487257,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.06300000101327896,0.9980000257492065,0.0008999999845400453,-0.1492999941110611,0.9887999892234802,0.0010000000474974513,-0.06300000101327896,0.9980000257492065,0.0008999999845400453,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.06300000101327896,0.9980000257492065,0.0005000000237487257,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.02370000071823597,0.9997000098228455,0.0006000000284984708,-0.06300000101327896,0.9980000257492065,0.0005000000237487257,-0.02370000071823597,0.9997000098228455,0.0006000000284984708,-0.02370000071823597,0.9997000098228455,0.0003000000142492354,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.06300000101327896,0.9980000257492065,0.0008999999845400453,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.06300000101327896,0.9980000257492065,0.0007999999797903001,-0.023800000548362732,0.9997000098228455,0.0006000000284984708,-0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.005400000140070915,1,0.00019999999494757503,0.005400000140070915,1,0.00039999998989515007,0,1,0.0003000000142492354,0.005400000140070915,1,0.00019999999494757503,0,1,0.0003000000142492354,0,1,0.00019999999494757503,0.023800000548362732,0.9997000098228455,0.0003000000142492354,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.005400000140070915,1,0.00039999998989515007,0.023800000548362732,0.9997000098228455,0.0003000000142492354,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00019999999494757503,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00039999998989515007,0,1,0.00039999998989515007,0.005400000140070915,1,0.00039999998989515007,0,1,0.00039999998989515007,0,1,0.0003000000142492354,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.005400000140070915,1,0.00039999998989515007,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00039999998989515007,0.149399995803833,0.9887999892234802,0.0005000000237487257,0.1492999941110611,0.9887999892234802,0.0008999999845400453,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.149399995803833,0.9887999892234802,0.0005000000237487257,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.06300000101327896,0.9980000257492065,0.00039999998989515007,0.1492999941110611,0.9887999892234802,0.0008999999845400453,0.1492999941110611,0.9887999892234802,0.0010999999940395355,0.06300000101327896,0.9980000257492065,0.0008999999845400453,0.1492999941110611,0.9887999892234802,0.0008999999845400453,0.06300000101327896,0.9980000257492065,0.0008999999845400453,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.06300000101327896,0.9980000257492065,0.00039999998989515007,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.06300000101327896,0.9980000257492065,0.00039999998989515007,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.023800000548362732,0.9997000098228455,0.0003000000142492354,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.06300000101327896,0.9980000257492065,0.0008999999845400453,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.06300000101327896,0.9980000257492065,0.0005000000237487257,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.1492999941110611,0.9887999892234802,0.0010000000474974513,0.06300000101327896,0.9980000257492065,0.0005000000237487257,0.1492999941110611,0.9887999892234802,0.0010000000474974513,0.1492999941110611,0.9887999892234802,0.0006000000284984708,0.02370000071823597,0.9997000098228455,0.0003000000142492354,0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.02370000071823597,0.9997000098228455,0.0003000000142492354,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.06300000101327896,0.9980000257492065,0.0005000000237487257,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.06300000101327896,0.9980000257492065,0.0008999999845400453,0.1492999941110611,0.9887999892234802,0.0010999999940395355,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0.1492999941110611,0.9887999892234802,0.0010999999940395355,0.1492999941110611,0.9887999892234802,0.0010000000474974513,0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.06300000101327896,0.9980000257492065,0.0008999999845400453,0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.06300000101327896,0.9980000257492065,0.0008999999845400453,0.06300000101327896,0.9980000257492065,0.0007999999797903001,0,1,0.00019999999494757503,0,1,0.0003000000142492354,0.005400000140070915,1,0.00039999998989515007,0,1,0.00019999999494757503,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00019999999494757503,0,1,0.0003000000142492354,0,1,0.00039999998989515007,0.005400000140070915,1,0.00039999998989515007,0,1,0.0003000000142492354,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00019999999494757503,0.005400000140070915,1,0.00039999998989515007,0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.005400000140070915,1,0.00019999999494757503,0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.02370000071823597,0.9997000098228455,0.0003000000142492354,0.005400000140070915,1,0.00039999998989515007,0.005400000140070915,1,0.00039999998989515007,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.005400000140070915,1,0.00039999998989515007,0.023800000548362732,0.9997000098228455,0.0006000000284984708,0.02370000071823597,0.9997000098228455,0.0006000000284984708,0.29660001397132874,0.9549999833106995,0.0005000000237487257,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.1492999941110611,0.9887999892234802,0.0008999999845400453,0.29660001397132874,0.9549999833106995,0.0005000000237487257,0.1492999941110611,0.9887999892234802,0.0008999999845400453,0.149399995803833,0.9887999892234802,0.0005000000237487257,0.4927000105381012,0.870199978351593,0.0005000000237487257,0.4927000105381012,0.870199978351593,0.0007999999797903001,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.4927000105381012,0.870199978351593,0.0005000000237487257,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.29660001397132874,0.9549999833106995,0.0005000000237487257,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.29660001397132874,0.9549999833106995,0.0010999999940395355,0.1492999941110611,0.9887999892234802,0.0010999999940395355,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.1492999941110611,0.9887999892234802,0.0010999999940395355,0.1492999941110611,0.9887999892234802,0.0008999999845400453,0.4927000105381012,0.870199978351593,0.0007999999797903001,0.4927000105381012,0.870199978351593,0.0008999999845400453,0.29660001397132874,0.9549999833106995,0.0010999999940395355,0.4927000105381012,0.870199978351593,0.0007999999797903001,0.29660001397132874,0.9549999833106995,0.0010999999940395355,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.8064000010490417,0.5914000272750854,0.00009999999747378752,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.8064000010490417,0.5914000272750854,0.00009999999747378752,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.6895999908447266,0.7242000102996826,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0006000000284984708,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0006000000284984708,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.6895999908447266,0.7242000102996826,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.4927000105381012,0.870199978351593,0.0007999999797903001,0.6895999908447266,0.7242000102996826,0.0003000000142492354,0.4927000105381012,0.870199978351593,0.0007999999797903001,0.4927000105381012,0.870199978351593,0.0005000000237487257,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.6894999742507935,0.7243000268936157,0.0006000000284984708,0.4927000105381012,0.870199978351593,0.0008999999845400453,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.4927000105381012,0.870199978351593,0.0008999999845400453,0.4927000105381012,0.870199978351593,0.0007999999797903001,0.6894000172615051,0.7243000268936157,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.6894000172615051,0.7243000268936157,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8062999844551086,0.5914999842643738,0.00019999999494757503,0.4925999939441681,0.8702999949455261,0.0005000000237487257,0.4925999939441681,0.870199978351593,0.0008999999845400453,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.4925999939441681,0.8702999949455261,0.0005000000237487257,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.6894000172615051,0.7243000268936157,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.6894999742507935,0.7243000268936157,0.0006000000284984708,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.8064000010490417,0.5914000272750854,0.0003000000142492354,0.4925999939441681,0.870199978351593,0.0008999999845400453,0.4927000105381012,0.870199978351593,0.0008999999845400453,0.6894999742507935,0.7243000268936157,0.0006000000284984708,0.4925999939441681,0.870199978351593,0.0008999999845400453,0.6894999742507935,0.7243000268936157,0.0006000000284984708,0.6894999742507935,0.7243000268936157,0.0005000000237487257,0.1492999941110611,0.9887999892234802,0.0006000000284984708,0.1492999941110611,0.9887999892234802,0.0010000000474974513,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.1492999941110611,0.9887999892234802,0.0006000000284984708,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.29649999737739563,0.9549999833106995,0.0006000000284984708,0.1492999941110611,0.9887999892234802,0.0010000000474974513,0.1492999941110611,0.9887999892234802,0.0010999999940395355,0.29660001397132874,0.9549999833106995,0.0010999999940395355,0.1492999941110611,0.9887999892234802,0.0010000000474974513,0.29660001397132874,0.9549999833106995,0.0010999999940395355,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.29649999737739563,0.9549999833106995,0.0006000000284984708,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.4925999939441681,0.870199978351593,0.0008999999845400453,0.29649999737739563,0.9549999833106995,0.0006000000284984708,0.4925999939441681,0.870199978351593,0.0008999999845400453,0.4925999939441681,0.8702999949455261,0.0005000000237487257,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.29660001397132874,0.9549999833106995,0.0010999999940395355,0.4927000105381012,0.870199978351593,0.0008999999845400453,0.29660001397132874,0.9549999833106995,0.0010000000474974513,0.4927000105381012,0.870199978351593,0.0008999999845400453,0.4925999939441681,0.870199978351593,0.0008999999845400453,0.01269999984651804,0.0066999997943639755,-0.9998999834060669,0.0035000001080334187,0.00139999995008111,-1,0.0032999999821186066,0.0017000000225380063,-1,0.01269999984651804,0.0066999997943639755,-0.9998999834060669,0.0032999999821186066,0.0017000000225380063,-1,0.011800000444054604,0.00800000037997961,-0.9998999834060669,0.013299999758601189,0.0052999998442828655,-0.9998999834060669,0.003700000001117587,0.0010000000474974513,-1,0.0035000001080334187,0.00139999995008111,-1,0.013299999758601189,0.0052999998442828655,-0.9998999834060669,0.0035000001080334187,0.00139999995008111,-1,0.01269999984651804,0.0066999997943639755,-0.9998999834060669,0.0032999999821186066,0.0017000000225380063,-1,0.0035000001080334187,0.00139999995008111,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.0032999999821186066,0.0017000000225380063,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.0035000001080334187,0.00139999995008111,-1,0.003700000001117587,0.0010000000474974513,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.0035000001080334187,0.00139999995008111,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.014100000262260437,0.002899999963119626,-0.9998999834060669,0.0038999998942017555,0.00039999998989515007,-1,0.003800000064074993,0.000699999975040555,-1,0.014100000262260437,0.002899999963119626,-0.9998999834060669,0.003800000064074993,0.000699999975040555,-1,0.013799999840557575,0.004000000189989805,-0.9998999834060669,0.003800000064074993,0.000699999975040555,-1,0.0038999998942017555,0.00039999998989515007,-1,0.00019999999494757503,-0.0006000000284984708,-1,0.003800000064074993,0.000699999975040555,-1,0.00019999999494757503,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.013799999840557575,0.004000000189989805,-0.9998999834060669,0.003800000064074993,0.000699999975040555,-1,0.003700000001117587,0.0010000000474974513,-1,0.013799999840557575,0.004000000189989805,-0.9998999834060669,0.003700000001117587,0.0010000000474974513,-1,0.013299999758601189,0.0052999998442828655,-0.9998999834060669,0.003700000001117587,0.0010000000474974513,-1,0.003800000064074993,0.000699999975040555,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.003700000001117587,0.0010000000474974513,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00019999999494757503,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.014299999922513962,0.0020000000949949026,-0.9998999834060669,0.0038999998942017555,0.00009999999747378752,-1,0.0038999998942017555,0.00039999998989515007,-1,0.014299999922513962,0.0020000000949949026,-0.9998999834060669,0.0038999998942017555,0.00039999998989515007,-1,0.014100000262260437,0.002899999963119626,-0.9998999834060669,0.014399999752640724,0.0012000000569969416,-0.9998999834060669,0.004000000189989805,0,-1,0.0038999998942017555,0.00009999999747378752,-1,0.014399999752640724,0.0012000000569969416,-0.9998999834060669,0.0038999998942017555,0.00009999999747378752,-1,0.014299999922513962,0.0020000000949949026,-0.9998999834060669,0.0038999998942017555,0.00039999998989515007,-1,0.0038999998942017555,0.00009999999747378752,-1,0.00019999999494757503,-0.0005000000237487257,-1,0.0038999998942017555,0.00039999998989515007,-1,0.00019999999494757503,-0.0005000000237487257,-1,0.00019999999494757503,-0.0006000000284984708,-1,0.0038999998942017555,0.00009999999747378752,-1,0.004000000189989805,0,-1,0.00019999999494757503,-0.00039999998989515007,-1,0.0038999998942017555,0.00009999999747378752,-1,0.00019999999494757503,-0.00039999998989515007,-1,0.00019999999494757503,-0.0005000000237487257,-1,0.014399999752640724,0,-0.9998999834060669,0.004000000189989805,0,-1,0.004000000189989805,-0.00009999999747378752,-1,0.014399999752640724,0,-0.9998999834060669,0.004000000189989805,-0.00009999999747378752,-1,0.014399999752640724,0.0005000000237487257,-0.9998999834060669,0.004000000189989805,-0.00009999999747378752,-1,0.004000000189989805,0,-1,0.00019999999494757503,0,-1,0.004000000189989805,-0.00009999999747378752,-1,0.00019999999494757503,0,-1,0.00019999999494757503,-0.0003000000142492354,-1,0.014399999752640724,0.0005000000237487257,-0.9998999834060669,0.004000000189989805,-0.00009999999747378752,-1,0.004000000189989805,0,-1,0.014399999752640724,0.0005000000237487257,-0.9998999834060669,0.004000000189989805,0,-1,0.014399999752640724,0.0012000000569969416,-0.9998999834060669,0.004000000189989805,0,-1,0.004000000189989805,-0.00009999999747378752,-1,0.00019999999494757503,-0.0003000000142492354,-1,0.004000000189989805,0,-1,0.00019999999494757503,-0.0003000000142492354,-1,0.00019999999494757503,-0.00039999998989515007,-1,0,0,-1,0,-0.00019999999494757503,-1,0.00009999999747378752,-0.0003000000142492354,-1,0,0,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,0,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,0,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00019999999494757503,-0.0003000000142492354,-1,0.00009999999747378752,0,-1,0.00019999999494757503,-0.0003000000142492354,-1,0.00019999999494757503,0,-1,0.00009999999747378752,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0.00019999999494757503,-0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00019999999494757503,-0.00039999998989515007,-1,0.00019999999494757503,-0.0003000000142492354,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0.00019999999494757503,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0.00019999999494757503,-0.0006000000284984708,-1,0.00019999999494757503,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0.00019999999494757503,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0.00019999999494757503,-0.0005000000237487257,-1,0.00019999999494757503,-0.00039999998989515007,-1,0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,0.004000000189989805,0.00009999999747378752,-1,0.004000000189989805,0,-1,0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,0.004000000189989805,0,-1,0.014399999752640724,0,-0.9998999834060669,0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,0.004000000189989805,0,-1,0.004000000189989805,0.00009999999747378752,-1,0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,0.004000000189989805,0.00009999999747378752,-1,0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,0.004000000189989805,0.00009999999747378752,-1,0.00019999999494757503,0.0003000000142492354,-1,0.00019999999494757503,0,-1,0.004000000189989805,0.00009999999747378752,-1,0.00019999999494757503,0,-1,0.004000000189989805,0,-1,0.004000000189989805,0,-1,0.00019999999494757503,0.00039999998989515007,-1,0.00019999999494757503,0.0003000000142492354,-1,0.004000000189989805,0,-1,0.00019999999494757503,0.0003000000142492354,-1,0.004000000189989805,0.00009999999747378752,-1,0.014100000262260437,-0.002899999963119626,-0.9998999834060669,0.0038999998942017555,-0.00039999998989515007,-1,0.0038999998942017555,-0.00009999999747378752,-1,0.014100000262260437,-0.002899999963119626,-0.9998999834060669,0.0038999998942017555,-0.00009999999747378752,-1,0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,0.0038999998942017555,-0.00039999998989515007,-1,0.00019999999494757503,0.0006000000284984708,-1,0.00019999999494757503,0.0005000000237487257,-1,0.0038999998942017555,-0.00039999998989515007,-1,0.00019999999494757503,0.0005000000237487257,-1,0.0038999998942017555,-0.00009999999747378752,-1,0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,0.0038999998942017555,-0.00009999999747378752,-1,0.004000000189989805,0,-1,0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,0.004000000189989805,0,-1,0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,0.0038999998942017555,-0.00009999999747378752,-1,0.00019999999494757503,0.0005000000237487257,-1,0.00019999999494757503,0.00039999998989515007,-1,0.0038999998942017555,-0.00009999999747378752,-1,0.00019999999494757503,0.00039999998989515007,-1,0.004000000189989805,0,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0.00019999999494757503,0.0005000000237487257,-1,0.00019999999494757503,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0.00019999999494757503,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.00039999998989515007,-1,0.00019999999494757503,0.00039999998989515007,-1,0.00019999999494757503,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0.00019999999494757503,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0,-1,0.00009999999747378752,0,-1,0.00009999999747378752,0.0003000000142492354,-1,0,0,-1,0.00009999999747378752,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0.00009999999747378752,0,-1,0.00019999999494757503,0,-1,0.00019999999494757503,0.0003000000142492354,-1,0.00009999999747378752,0,-1,0.00019999999494757503,0.0003000000142492354,-1,0.00009999999747378752,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0.00009999999747378752,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00019999999494757503,0.0003000000142492354,-1,0.00019999999494757503,0.00039999998989515007,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00019999999494757503,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0.013799999840557575,-0.004000000189989805,-0.9998999834060669,0.003800000064074993,-0.000699999975040555,-1,0.0038999998942017555,-0.00039999998989515007,-1,0.013799999840557575,-0.004000000189989805,-0.9998999834060669,0.0038999998942017555,-0.00039999998989515007,-1,0.014100000262260437,-0.002899999963119626,-0.9998999834060669,0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,0.003700000001117587,-0.0010000000474974513,-1,0.003800000064074993,-0.000699999975040555,-1,0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,0.003800000064074993,-0.000699999975040555,-1,0.013799999840557575,-0.004000000189989805,-0.9998999834060669,0.003800000064074993,-0.000699999975040555,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00019999999494757503,0.0006000000284984708,-1,0.003800000064074993,-0.000699999975040555,-1,0.00019999999494757503,0.0006000000284984708,-1,0.0038999998942017555,-0.00039999998989515007,-1,0.003700000001117587,-0.0010000000474974513,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0005000000237487257,-1,0.003700000001117587,-0.0010000000474974513,-1,0.00009999999747378752,0.0005000000237487257,-1,0.003800000064074993,-0.000699999975040555,-1,0.011800000444054604,-0.00800000037997961,-0.9998999834060669,0.0032999999821186066,-0.0017000000225380063,-1,0.0035000001080334187,-0.00139999995008111,-1,0.011800000444054604,-0.00800000037997961,-0.9998999834060669,0.0035000001080334187,-0.00139999995008111,-1,0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,0.0032999999821186066,-0.0017000000225380063,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.0032999999821186066,-0.0017000000225380063,-1,0.00009999999747378752,0.0006000000284984708,-1,0.0035000001080334187,-0.00139999995008111,-1,0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,0.0035000001080334187,-0.00139999995008111,-1,0.003700000001117587,-0.0010000000474974513,-1,0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,0.003700000001117587,-0.0010000000474974513,-1,0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,0.0035000001080334187,-0.00139999995008111,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.0035000001080334187,-0.00139999995008111,-1,0.00009999999747378752,0.0005000000237487257,-1,0.003700000001117587,-0.0010000000474974513,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0.00019999999494757503,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0.010300000198185444,-0.010200000368058681,-0.9998999834060669,0.002899999963119626,-0.002400000113993883,-1,0.0032999999821186066,-0.0017000000225380063,-1,0.010300000198185444,-0.010200000368058681,-0.9998999834060669,0.0032999999821186066,-0.0017000000225380063,-1,0.011800000444054604,-0.00800000037997961,-0.9998999834060669,0.007300000172108412,-0.012500000186264515,-0.9998999834060669,0.002099999925121665,-0.003100000089034438,-1,0.002899999963119626,-0.002400000113993883,-1,0.007300000172108412,-0.012500000186264515,-0.9998999834060669,0.002899999963119626,-0.002400000113993883,-1,0.010300000198185444,-0.010200000368058681,-0.9998999834060669,0.002899999963119626,-0.002400000113993883,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.002899999963119626,-0.002400000113993883,-1,0.00009999999747378752,0.0006000000284984708,-1,0.0032999999821186066,-0.0017000000225380063,-1,0.002099999925121665,-0.003100000089034438,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.002099999925121665,-0.003100000089034438,-1,0.00009999999747378752,0.0006000000284984708,-1,0.002899999963119626,-0.002400000113993883,-1,0.002099999925121665,-0.013899999670684338,-0.9998999834060669,0.0006000000284984708,-0.0035000001080334187,-1,0.0012000000569969416,-0.0034000000450760126,-1,0.002099999925121665,-0.013899999670684338,-0.9998999834060669,0.0012000000569969416,-0.0034000000450760126,-1,0.00430000014603138,-0.013700000010430813,-0.9998999834060669,0.0006000000284984708,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0.0006000000284984708,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0.0012000000569969416,-0.0034000000450760126,-1,0.00430000014603138,-0.013700000010430813,-0.9998999834060669,0.0012000000569969416,-0.0034000000450760126,-1,0.002099999925121665,-0.003100000089034438,-1,0.00430000014603138,-0.013700000010430813,-0.9998999834060669,0.002099999925121665,-0.003100000089034438,-1,0.007300000172108412,-0.012500000186264515,-0.9998999834060669,0.0012000000569969416,-0.0034000000450760126,-1,0,0.0005000000237487257,-1,0.00009999999747378752,0.0005000000237487257,-1,0.0012000000569969416,-0.0034000000450760126,-1,0.00009999999747378752,0.0005000000237487257,-1,0.002099999925121665,-0.003100000089034438,-1,-0.00009999999747378752,0.0008999999845400453,-1,0,0.0007999999797903001,-1,0,0.0008999999845400453,-1,-0.00009999999747378752,0.0008999999845400453,-1,0,0.0008999999845400453,-1,0,0.0010000000474974513,-1,-0.00009999999747378752,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0,0.0007999999797903001,-1,-0.00009999999747378752,0.0007999999797903001,-1,0,0.0007999999797903001,-1,-0.00009999999747378752,0.0008999999845400453,-1,0,0.0007999999797903001,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0007999999797903001,-1,0,0.0005000000237487257,-1,0,0.0008999999845400453,-1,0,0.0007999999797903001,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0007999999797903001,-1,0,0.0005000000237487257,-1,0,0.0007999999797903001,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,-0.00009999999747378752,0.000699999975040555,-1,0,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.000699999975040555,-1,-0.00009999999747378752,0.000699999975040555,-1,0,0.000699999975040555,-1,0,0.0007999999797903001,-1,-0.00009999999747378752,0.000699999975040555,-1,0,0.0007999999797903001,-1,-0.00009999999747378752,0.0007999999797903001,-1,0,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.000699999975040555,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0007999999797903001,-1,0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,0.0003000000142492354,-0.0035000001080334187,-1,0.0006000000284984708,-0.0035000001080334187,-1,0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,0.0006000000284984708,-0.0035000001080334187,-1,0.002099999925121665,-0.013899999670684338,-0.9998999834060669,0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0.00009999999747378752,-0.0035000001080334187,-1,0.0003000000142492354,-0.0035000001080334187,-1,0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0.0003000000142492354,-0.0035000001080334187,-1,0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,0.0003000000142492354,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0.0003000000142492354,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0.0006000000284984708,-0.0035000001080334187,-1,0.00009999999747378752,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0.00009999999747378752,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0.0003000000142492354,-0.0035000001080334187,-1,0,-0.01360000018030405,-0.9998999834060669,0,-0.0034000000450760126,-1,0,-0.0035000001080334187,-1,0,-0.01360000018030405,-0.9998999834060669,0,-0.0035000001080334187,-1,0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.0034000000450760126,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,-0.0034000000450760126,-1,0,0.0005000000237487257,-1,0,-0.0035000001080334187,-1,0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.0035000001080334187,-1,0.00009999999747378752,-0.0035000001080334187,-1,0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0.00009999999747378752,-0.0035000001080334187,-1,0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0.00009999999747378752,-0.0035000001080334187,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0012000000569969416,-1,0,0.0005000000237487257,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0010999999940395355,-1,0,0.0005000000237487257,-1,0,0.0012000000569969416,-1,0,0.0010000000474974513,-1,0,0.0008999999845400453,-1,0,0.0010000000474974513,-1,0,0.0010000000474974513,-1,0,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0008999999845400453,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0008999999845400453,-1,0,0.0005000000237487257,-1,0,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0010000000474974513,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0010000000474974513,-1,0,0.0005000000237487257,-1,0,0.0010999999940395355,-1,-0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.0035000001080334187,-1,0,-0.0034000000450760126,-1,-0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.0034000000450760126,-1,0,-0.01360000018030405,-0.9998999834060669,-0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,-0.00009999999747378752,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,-0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0,-0.0035000001080334187,-1,-0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.0034000000450760126,-1,0,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,-0.0034000000450760126,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,-0.0035000001080334187,-1,-0.00009999999747378752,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,-0.002099999925121665,-0.013899999670684338,-0.9998999834060669,-0.0006000000284984708,-0.0035000001080334187,-1,-0.0003000000142492354,-0.0035000001080334187,-1,-0.002099999925121665,-0.013899999670684338,-0.9998999834060669,-0.0003000000142492354,-0.0035000001080334187,-1,-0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,-0.0003000000142492354,-0.0035000001080334187,-1,-0.0006000000284984708,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,-0.0003000000142492354,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,-0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,-0.0003000000142492354,-0.0035000001080334187,-1,-0.00009999999747378752,-0.0035000001080334187,-1,-0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,-0.00009999999747378752,-0.0035000001080334187,-1,-0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,-0.00009999999747378752,-0.0035000001080334187,-1,-0.0003000000142492354,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,-0.00009999999747378752,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0010000000474974513,-1,0,0.0010000000474974513,-1,0,0.0010000000474974513,-1,0,0.0008999999845400453,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0010000000474974513,-1,0,0.0008999999845400453,-1,0,0.0010000000474974513,-1,0,0.0005000000237487257,-1,0,0.0008999999845400453,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0005000000237487257,-1,0,0.0010000000474974513,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0005000000237487257,-1,0,0.0012000000569969416,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0005000000237487257,-1,0,0.0010999999940395355,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.0012000000569969416,-0.0034000000450760126,-1,-0.0006000000284984708,-0.0035000001080334187,-1,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,-0.0035000001080334187,-1,-0.002099999925121665,-0.013899999670684338,-0.9998999834060669,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.007300000172108412,-0.012500000186264515,-0.9998999834060669,-0.002099999925121665,-0.003100000089034438,-1,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.002099999925121665,-0.003100000089034438,-1,-0.0012000000569969416,-0.0034000000450760126,-1,-0.0006000000284984708,-0.0035000001080334187,-1,-0.0012000000569969416,-0.0034000000450760126,-1,0,0.0005000000237487257,-1,-0.0006000000284984708,-0.0035000001080334187,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,-0.0012000000569969416,-0.0034000000450760126,-1,-0.002099999925121665,-0.003100000089034438,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.0012000000569969416,-0.0034000000450760126,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0005000000237487257,-1,-0.011800000444054604,-0.00800000037997961,-0.9998999834060669,-0.0032999999821186066,-0.0017000000225380063,-1,-0.002899999963119626,-0.002400000113993883,-1,-0.011800000444054604,-0.00800000037997961,-0.9998999834060669,-0.002899999963119626,-0.002400000113993883,-1,-0.010300000198185444,-0.010200000368058681,-0.9998999834060669,-0.002899999963119626,-0.002400000113993883,-1,-0.0032999999821186066,-0.0017000000225380063,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.002899999963119626,-0.002400000113993883,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.010300000198185444,-0.010200000368058681,-0.9998999834060669,-0.002899999963119626,-0.002400000113993883,-1,-0.002099999925121665,-0.003100000089034438,-1,-0.010300000198185444,-0.010200000368058681,-0.9998999834060669,-0.002099999925121665,-0.003100000089034438,-1,-0.007300000172108412,-0.012500000186264515,-0.9998999834060669,-0.002099999925121665,-0.003100000089034438,-1,-0.002899999963119626,-0.002400000113993883,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.002099999925121665,-0.003100000089034438,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.000699999975040555,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.000699999975040555,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0.00009999999747378752,0.000699999975040555,-1,0,0.0007999999797903001,-1,0,0.000699999975040555,-1,0,0.000699999975040555,-1,0,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.0007999999797903001,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.000699999975040555,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0008999999845400453,-1,0,0.0010000000474974513,-1,0,0.0008999999845400453,-1,0.00009999999747378752,0.0008999999845400453,-1,0,0.0008999999845400453,-1,0,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0,0.0008999999845400453,-1,0,0.0005000000237487257,-1,0,0.0007999999797903001,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0008999999845400453,-1,0,0.0007999999797903001,-1,0.00009999999747378752,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0,0.0007999999797903001,-1,0,0.0005000000237487257,-1,0,0.0007999999797903001,-1,0,0.0005000000237487257,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,-0.0035000001080334187,-0.00139999995008111,-1,-0.0032999999821186066,-0.0017000000225380063,-1,-0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,-0.0032999999821186066,-0.0017000000225380063,-1,-0.011800000444054604,-0.00800000037997961,-0.9998999834060669,-0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,-0.003700000001117587,-0.0010000000474974513,-1,-0.0035000001080334187,-0.00139999995008111,-1,-0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,-0.0035000001080334187,-0.00139999995008111,-1,-0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,-0.0032999999821186066,-0.0017000000225380063,-1,-0.0035000001080334187,-0.00139999995008111,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.0032999999821186066,-0.0017000000225380063,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.0035000001080334187,-0.00139999995008111,-1,-0.003700000001117587,-0.0010000000474974513,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.0035000001080334187,-0.00139999995008111,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.014100000262260437,-0.002899999963119626,-0.9998999834060669,-0.0038999998942017555,-0.00039999998989515007,-1,-0.003800000064074993,-0.000699999975040555,-1,-0.014100000262260437,-0.002899999963119626,-0.9998999834060669,-0.003800000064074993,-0.000699999975040555,-1,-0.013799999840557575,-0.004000000189989805,-0.9998999834060669,-0.003800000064074993,-0.000699999975040555,-1,-0.0038999998942017555,-0.00039999998989515007,-1,-0.00019999999494757503,0.0006000000284984708,-1,-0.003800000064074993,-0.000699999975040555,-1,-0.00019999999494757503,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.013799999840557575,-0.004000000189989805,-0.9998999834060669,-0.003800000064074993,-0.000699999975040555,-1,-0.003700000001117587,-0.0010000000474974513,-1,-0.013799999840557575,-0.004000000189989805,-0.9998999834060669,-0.003700000001117587,-0.0010000000474974513,-1,-0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,-0.003700000001117587,-0.0010000000474974513,-1,-0.003800000064074993,-0.000699999975040555,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.003700000001117587,-0.0010000000474974513,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00019999999494757503,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,-0.0038999998942017555,-0.00009999999747378752,-1,-0.0038999998942017555,-0.00039999998989515007,-1,-0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,-0.0038999998942017555,-0.00039999998989515007,-1,-0.014100000262260437,-0.002899999963119626,-0.9998999834060669,-0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,-0.004000000189989805,0,-1,-0.0038999998942017555,-0.00009999999747378752,-1,-0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,-0.0038999998942017555,-0.00009999999747378752,-1,-0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,-0.0038999998942017555,-0.00039999998989515007,-1,-0.0038999998942017555,-0.00009999999747378752,-1,-0.00019999999494757503,0.0005000000237487257,-1,-0.0038999998942017555,-0.00039999998989515007,-1,-0.00019999999494757503,0.0005000000237487257,-1,-0.00019999999494757503,0.0006000000284984708,-1,-0.0038999998942017555,-0.00009999999747378752,-1,-0.004000000189989805,0,-1,-0.00019999999494757503,0.00039999998989515007,-1,-0.0038999998942017555,-0.00009999999747378752,-1,-0.00019999999494757503,0.00039999998989515007,-1,-0.00019999999494757503,0.0005000000237487257,-1,-0.014399999752640724,0,-0.9998999834060669,-0.004000000189989805,0,-1,-0.004000000189989805,0.00009999999747378752,-1,-0.014399999752640724,0,-0.9998999834060669,-0.004000000189989805,0.00009999999747378752,-1,-0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,-0.004000000189989805,0.00009999999747378752,-1,-0.004000000189989805,0,-1,-0.00019999999494757503,0,-1,-0.004000000189989805,0.00009999999747378752,-1,-0.00019999999494757503,0,-1,-0.00019999999494757503,0.0003000000142492354,-1,-0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,-0.004000000189989805,0.00009999999747378752,-1,-0.004000000189989805,0,-1,-0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,-0.004000000189989805,0,-1,-0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,-0.004000000189989805,0,-1,-0.004000000189989805,0.00009999999747378752,-1,-0.00019999999494757503,0.0003000000142492354,-1,-0.004000000189989805,0,-1,-0.00019999999494757503,0.0003000000142492354,-1,-0.00019999999494757503,0.00039999998989515007,-1,0,0,-1,0,0.00019999999494757503,-1,-0.00009999999747378752,0.0003000000142492354,-1,0,0,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00019999999494757503,0.0003000000142492354,-1,-0.00009999999747378752,0,-1,-0.00019999999494757503,0.0003000000142492354,-1,-0.00019999999494757503,0,-1,-0.00009999999747378752,0.0003000000142492354,-1,0,0.00039999998989515007,-1,-0.00019999999494757503,0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00019999999494757503,0.00039999998989515007,-1,-0.00019999999494757503,0.0003000000142492354,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,-0.00019999999494757503,0.0006000000284984708,-1,0,0.0005000000237487257,-1,-0.00019999999494757503,0.0006000000284984708,-1,-0.00019999999494757503,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,-0.00019999999494757503,0.0005000000237487257,-1,0,0.00039999998989515007,-1,-0.00019999999494757503,0.0005000000237487257,-1,-0.00019999999494757503,0.00039999998989515007,-1,-0.014399999752640724,0.0005000000237487257,-0.9998999834060669,-0.004000000189989805,-0.00009999999747378752,-1,-0.004000000189989805,0,-1,-0.014399999752640724,0.0005000000237487257,-0.9998999834060669,-0.004000000189989805,0,-1,-0.014399999752640724,0,-0.9998999834060669,-0.014399999752640724,0.0012000000569969416,-0.9998999834060669,-0.004000000189989805,0,-1,-0.004000000189989805,-0.00009999999747378752,-1,-0.014399999752640724,0.0012000000569969416,-0.9998999834060669,-0.004000000189989805,-0.00009999999747378752,-1,-0.014399999752640724,0.0005000000237487257,-0.9998999834060669,-0.004000000189989805,-0.00009999999747378752,-1,-0.00019999999494757503,-0.0003000000142492354,-1,-0.00019999999494757503,0,-1,-0.004000000189989805,-0.00009999999747378752,-1,-0.00019999999494757503,0,-1,-0.004000000189989805,0,-1,-0.004000000189989805,0,-1,-0.00019999999494757503,-0.00039999998989515007,-1,-0.00019999999494757503,-0.0003000000142492354,-1,-0.004000000189989805,0,-1,-0.00019999999494757503,-0.0003000000142492354,-1,-0.004000000189989805,-0.00009999999747378752,-1,-0.014100000262260437,0.002899999963119626,-0.9998999834060669,-0.0038999998942017555,0.00039999998989515007,-1,-0.0038999998942017555,0.00009999999747378752,-1,-0.014100000262260437,0.002899999963119626,-0.9998999834060669,-0.0038999998942017555,0.00009999999747378752,-1,-0.014299999922513962,0.0020000000949949026,-0.9998999834060669,-0.0038999998942017555,0.00039999998989515007,-1,-0.00019999999494757503,-0.0006000000284984708,-1,-0.00019999999494757503,-0.0005000000237487257,-1,-0.0038999998942017555,0.00039999998989515007,-1,-0.00019999999494757503,-0.0005000000237487257,-1,-0.0038999998942017555,0.00009999999747378752,-1,-0.014299999922513962,0.0020000000949949026,-0.9998999834060669,-0.0038999998942017555,0.00009999999747378752,-1,-0.004000000189989805,0,-1,-0.014299999922513962,0.0020000000949949026,-0.9998999834060669,-0.004000000189989805,0,-1,-0.014399999752640724,0.0012000000569969416,-0.9998999834060669,-0.0038999998942017555,0.00009999999747378752,-1,-0.00019999999494757503,-0.0005000000237487257,-1,-0.00019999999494757503,-0.00039999998989515007,-1,-0.0038999998942017555,0.00009999999747378752,-1,-0.00019999999494757503,-0.00039999998989515007,-1,-0.004000000189989805,0,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,-0.00019999999494757503,-0.0005000000237487257,-1,-0.00019999999494757503,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,-0.00019999999494757503,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.00039999998989515007,-1,-0.00019999999494757503,-0.00039999998989515007,-1,-0.00019999999494757503,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,-0.00019999999494757503,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,0,-1,-0.00009999999747378752,0,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0,0,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,-0.00009999999747378752,0,-1,-0.00019999999494757503,0,-1,-0.00019999999494757503,-0.0003000000142492354,-1,-0.00009999999747378752,0,-1,-0.00019999999494757503,-0.0003000000142492354,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00019999999494757503,-0.0003000000142492354,-1,-0.00019999999494757503,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00019999999494757503,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,-0.013799999840557575,0.004000000189989805,-0.9998999834060669,-0.003800000064074993,0.000699999975040555,-1,-0.0038999998942017555,0.00039999998989515007,-1,-0.013799999840557575,0.004000000189989805,-0.9998999834060669,-0.0038999998942017555,0.00039999998989515007,-1,-0.014100000262260437,0.002899999963119626,-0.9998999834060669,-0.013299999758601189,0.0052999998442828655,-0.9998999834060669,-0.003700000001117587,0.0010000000474974513,-1,-0.003800000064074993,0.000699999975040555,-1,-0.013299999758601189,0.0052999998442828655,-0.9998999834060669,-0.003800000064074993,0.000699999975040555,-1,-0.013799999840557575,0.004000000189989805,-0.9998999834060669,-0.003800000064074993,0.000699999975040555,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00019999999494757503,-0.0006000000284984708,-1,-0.003800000064074993,0.000699999975040555,-1,-0.00019999999494757503,-0.0006000000284984708,-1,-0.0038999998942017555,0.00039999998989515007,-1,-0.003700000001117587,0.0010000000474974513,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.003700000001117587,0.0010000000474974513,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.003800000064074993,0.000699999975040555,-1,-0.011800000444054604,0.00800000037997961,-0.9998999834060669,-0.0032999999821186066,0.0017000000225380063,-1,-0.0035000001080334187,0.00139999995008111,-1,-0.011800000444054604,0.00800000037997961,-0.9998999834060669,-0.0035000001080334187,0.00139999995008111,-1,-0.01269999984651804,0.0066999997943639755,-0.9998999834060669,-0.0032999999821186066,0.0017000000225380063,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.0032999999821186066,0.0017000000225380063,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.0035000001080334187,0.00139999995008111,-1,-0.01269999984651804,0.0066999997943639755,-0.9998999834060669,-0.0035000001080334187,0.00139999995008111,-1,-0.003700000001117587,0.0010000000474974513,-1,-0.01269999984651804,0.0066999997943639755,-0.9998999834060669,-0.003700000001117587,0.0010000000474974513,-1,-0.013299999758601189,0.0052999998442828655,-0.9998999834060669,-0.0035000001080334187,0.00139999995008111,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.0035000001080334187,0.00139999995008111,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.003700000001117587,0.0010000000474974513,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,-0.00019999999494757503,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,-0.010300000198185444,0.010200000368058681,-0.9998999834060669,-0.002899999963119626,0.002400000113993883,-1,-0.0032999999821186066,0.0017000000225380063,-1,-0.010300000198185444,0.010200000368058681,-0.9998999834060669,-0.0032999999821186066,0.0017000000225380063,-1,-0.011800000444054604,0.00800000037997961,-0.9998999834060669,-0.007300000172108412,0.012500000186264515,-0.9998999834060669,-0.002099999925121665,0.003100000089034438,-1,-0.002899999963119626,0.002400000113993883,-1,-0.007300000172108412,0.012500000186264515,-0.9998999834060669,-0.002899999963119626,0.002400000113993883,-1,-0.010300000198185444,0.010200000368058681,-0.9998999834060669,-0.002899999963119626,0.002400000113993883,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.002899999963119626,0.002400000113993883,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.0032999999821186066,0.0017000000225380063,-1,-0.002099999925121665,0.003100000089034438,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.002099999925121665,0.003100000089034438,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.002899999963119626,0.002400000113993883,-1,-0.002099999925121665,0.013899999670684338,-0.9998999834060669,-0.0006000000284984708,0.0035000001080334187,-1,-0.0012000000569969416,0.0034000000450760126,-1,-0.002099999925121665,0.013899999670684338,-0.9998999834060669,-0.0012000000569969416,0.0034000000450760126,-1,-0.00430000014603138,0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,-0.0006000000284984708,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,-0.0012000000569969416,0.0034000000450760126,-1,-0.00430000014603138,0.013700000010430813,-0.9998999834060669,-0.0012000000569969416,0.0034000000450760126,-1,-0.002099999925121665,0.003100000089034438,-1,-0.00430000014603138,0.013700000010430813,-0.9998999834060669,-0.002099999925121665,0.003100000089034438,-1,-0.007300000172108412,0.012500000186264515,-0.9998999834060669,-0.0012000000569969416,0.0034000000450760126,-1,0,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.0012000000569969416,0.0034000000450760126,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.002099999925121665,0.003100000089034438,-1,0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0007999999797903001,-1,0,-0.0008999999845400453,-1,0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0008999999845400453,-1,0,-0.0010000000474974513,-1,0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0007999999797903001,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0007999999797903001,-1,0,-0.0005000000237487257,-1,0,-0.0008999999845400453,-1,0,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0007999999797903001,-1,0,-0.0005000000237487257,-1,0,-0.0007999999797903001,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0.00009999999747378752,-0.000699999975040555,-1,0,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0.00009999999747378752,-0.000699999975040555,-1,0,-0.000699999975040555,-1,0,-0.0007999999797903001,-1,0.00009999999747378752,-0.000699999975040555,-1,0,-0.0007999999797903001,-1,0.00009999999747378752,-0.0007999999797903001,-1,0,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.000699999975040555,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0007999999797903001,-1,-0.0008999999845400453,0.013799999840557575,-0.9998999834060669,-0.0003000000142492354,0.0035000001080334187,-1,-0.0006000000284984708,0.0035000001080334187,-1,-0.0008999999845400453,0.013799999840557575,-0.9998999834060669,-0.0006000000284984708,0.0035000001080334187,-1,-0.002099999925121665,0.013899999670684338,-0.9998999834060669,-0.0003000000142492354,0.013700000010430813,-0.9998999834060669,-0.00009999999747378752,0.0035000001080334187,-1,-0.0003000000142492354,0.0035000001080334187,-1,-0.0003000000142492354,0.013700000010430813,-0.9998999834060669,-0.0003000000142492354,0.0035000001080334187,-1,-0.0008999999845400453,0.013799999840557575,-0.9998999834060669,-0.0003000000142492354,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,-0.0003000000142492354,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,-0.0006000000284984708,0.0035000001080334187,-1,-0.00009999999747378752,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,-0.00009999999747378752,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,-0.0003000000142492354,0.0035000001080334187,-1,0,0.01360000018030405,-0.9998999834060669,0,0.0034000000450760126,-1,0,0.0035000001080334187,-1,0,0.01360000018030405,-0.9998999834060669,0,0.0035000001080334187,-1,-0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.0034000000450760126,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,0.0034000000450760126,-1,0,-0.0005000000237487257,-1,0,0.0035000001080334187,-1,-0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.0035000001080334187,-1,-0.00009999999747378752,0.0035000001080334187,-1,-0.00009999999747378752,0.01360000018030405,-0.9998999834060669,-0.00009999999747378752,0.0035000001080334187,-1,-0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,-0.00009999999747378752,0.0035000001080334187,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0012000000569969416,-1,0,-0.0005000000237487257,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0010999999940395355,-1,0,-0.0005000000237487257,-1,0,-0.0012000000569969416,-1,0,-0.0010000000474974513,-1,0,-0.0008999999845400453,-1,0,-0.0010000000474974513,-1,0,-0.0010000000474974513,-1,0,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0008999999845400453,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0008999999845400453,-1,0,-0.0005000000237487257,-1,0,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0010000000474974513,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0010000000474974513,-1,0,-0.0005000000237487257,-1,0,-0.0010999999940395355,-1,0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.0035000001080334187,-1,0,0.0034000000450760126,-1,0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.0034000000450760126,-1,0,0.01360000018030405,-0.9998999834060669,0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0.00009999999747378752,0.0035000001080334187,-1,0,0.0035000001080334187,-1,0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0,0.0035000001080334187,-1,0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.0034000000450760126,-1,0,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,0.0034000000450760126,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,0.0035000001080334187,-1,0.00009999999747378752,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0.002099999925121665,0.013899999670684338,-0.9998999834060669,0.0006000000284984708,0.0035000001080334187,-1,0.0003000000142492354,0.0035000001080334187,-1,0.002099999925121665,0.013899999670684338,-0.9998999834060669,0.0003000000142492354,0.0035000001080334187,-1,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.0003000000142492354,0.0035000001080334187,-1,0.0006000000284984708,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0.0003000000142492354,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.0003000000142492354,0.0035000001080334187,-1,0.00009999999747378752,0.0035000001080334187,-1,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.00009999999747378752,0.0035000001080334187,-1,0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0.00009999999747378752,0.0035000001080334187,-1,0.0003000000142492354,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0.00009999999747378752,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0010000000474974513,-1,0,-0.0010000000474974513,-1,0,-0.0010000000474974513,-1,0,-0.0008999999845400453,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0010000000474974513,-1,0,-0.0008999999845400453,-1,0,-0.0010000000474974513,-1,0,-0.0005000000237487257,-1,0,-0.0008999999845400453,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0005000000237487257,-1,0,-0.0010000000474974513,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0005000000237487257,-1,0,-0.0012000000569969416,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0005000000237487257,-1,0,-0.0010999999940395355,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.0012000000569969416,0.0034000000450760126,-1,0.0006000000284984708,0.0035000001080334187,-1,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.0006000000284984708,0.0035000001080334187,-1,0.002099999925121665,0.013899999670684338,-0.9998999834060669,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.007300000172108412,0.012500000186264515,-0.9998999834060669,0.002099999925121665,0.003100000089034438,-1,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.002099999925121665,0.003100000089034438,-1,0.0012000000569969416,0.0034000000450760126,-1,0.0006000000284984708,0.0035000001080334187,-1,0.0012000000569969416,0.0034000000450760126,-1,0,-0.0005000000237487257,-1,0.0006000000284984708,0.0035000001080334187,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0.0012000000569969416,0.0034000000450760126,-1,0.002099999925121665,0.003100000089034438,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.0012000000569969416,0.0034000000450760126,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0.011800000444054604,0.00800000037997961,-0.9998999834060669,0.0032999999821186066,0.0017000000225380063,-1,0.002899999963119626,0.002400000113993883,-1,0.011800000444054604,0.00800000037997961,-0.9998999834060669,0.002899999963119626,0.002400000113993883,-1,0.010300000198185444,0.010200000368058681,-0.9998999834060669,0.002899999963119626,0.002400000113993883,-1,0.0032999999821186066,0.0017000000225380063,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.002899999963119626,0.002400000113993883,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.010300000198185444,0.010200000368058681,-0.9998999834060669,0.002899999963119626,0.002400000113993883,-1,0.002099999925121665,0.003100000089034438,-1,0.010300000198185444,0.010200000368058681,-0.9998999834060669,0.002099999925121665,0.003100000089034438,-1,0.007300000172108412,0.012500000186264515,-0.9998999834060669,0.002099999925121665,0.003100000089034438,-1,0.002899999963119626,0.002400000113993883,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.002099999925121665,0.003100000089034438,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.000699999975040555,-1,0,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.000699999975040555,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,-0.00009999999747378752,-0.000699999975040555,-1,0,-0.0007999999797903001,-1,0,-0.000699999975040555,-1,0,-0.000699999975040555,-1,0,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.000699999975040555,-1,0,-0.0007999999797903001,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.000699999975040555,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0010000000474974513,-1,0,-0.0008999999845400453,-1,-0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0008999999845400453,-1,0,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0,-0.0008999999845400453,-1,0,-0.0005000000237487257,-1,0,-0.0007999999797903001,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0,-0.0007999999797903001,-1,0,-0.0005000000237487257,-1,0,-0.0007999999797903001,-1,0,-0.0005000000237487257,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.3691999912261963,0.19679999351501465,-0.90829998254776,0.6978999972343445,0.39149999618530273,-0.5997999906539917,0.6496000289916992,0.4652999937534332,-0.6013000011444092,0.3691999912261963,0.19679999351501465,-0.90829998254776,0.6496000289916992,0.4652999937534332,-0.6013000011444092,0.34459999203681946,0.23600000143051147,-0.9085999727249146,0.38940000534057617,0.15629999339580536,-0.9077000021934509,0.7372000217437744,0.31470000743865967,-0.5978999733924866,0.6978999972343445,0.39149999618530273,-0.5997999906539917,0.38940000534057617,0.15629999339580536,-0.9077000021934509,0.6978999972343445,0.39149999618530273,-0.5997999906539917,0.3691999912261963,0.19679999351501465,-0.90829998254776,0.6978999972343445,0.39149999618530273,-0.5997999906539917,0.8513000011444092,0.4869000017642975,-0.1956000030040741,0.7922000288963318,0.5773000121116638,-0.1979999989271164,0.6978999972343445,0.39149999618530273,-0.5997999906539917,0.7922000288963318,0.5773000121116638,-0.1979999989271164,0.6496000289916992,0.4652999937534332,-0.6013000011444092,0.7372000217437744,0.31470000743865967,-0.5978999733924866,0.8991000056266785,0.3928999900817871,-0.19329999387264252,0.8513000011444092,0.4869000017642975,-0.1956000030040741,0.7372000217437744,0.31470000743865967,-0.5978999733924866,0.8513000011444092,0.4869000017642975,-0.1956000030040741,0.6978999972343445,0.39149999618530273,-0.5997999906539917,0.41449999809265137,0.08720000088214874,-0.9059000015258789,0.7843999862670898,0.1834000051021576,-0.5924999713897705,0.7659000158309937,0.2425999939441681,-0.5953999757766724,0.41449999809265137,0.08720000088214874,-0.9059000015258789,0.7659000158309937,0.2425999939441681,-0.5953999757766724,0.4043999910354614,0.11840000003576279,-0.9068999886512756,0.7843999862670898,0.1834000051021576,-0.5924999713897705,0.9542999863624573,0.23199999332427979,-0.18850000202655792,0.9332000017166138,0.304500013589859,-0.1907999962568283,0.7843999862670898,0.1834000051021576,-0.5924999713897705,0.9332000017166138,0.304500013589859,-0.1907999962568283,0.7659000158309937,0.2425999939441681,-0.5953999757766724,0.4043999910354614,0.11840000003576279,-0.9068999886512756,0.7659000158309937,0.2425999939441681,-0.5953999757766724,0.7372000217437744,0.31470000743865967,-0.5978999733924866,0.4043999910354614,0.11840000003576279,-0.9068999886512756,0.7372000217437744,0.31470000743865967,-0.5978999733924866,0.38940000534057617,0.15629999339580536,-0.9077000021934509,0.7659000158309937,0.2425999939441681,-0.5953999757766724,0.9332000017166138,0.304500013589859,-0.1907999962568283,0.8991000056266785,0.3928999900817871,-0.19329999387264252,0.7659000158309937,0.2425999939441681,-0.5953999757766724,0.8991000056266785,0.3928999900817871,-0.19329999387264252,0.7372000217437744,0.31470000743865967,-0.5978999733924866,0.9496999979019165,0.31310001015663147,0,0.949400007724762,0.3125,-0.030300000682473183,0.9706000089645386,0.2387000024318695,-0.02969999983906746,0.9496999979019165,0.31310001015663147,0,0.9706000089645386,0.2387000024318695,-0.02969999983906746,0.9710000157356262,0.23919999599456787,-0.00009999999747378752,0.9150999784469604,0.4032000005245209,0,0.914900004863739,0.4025999903678894,-0.030899999663233757,0.949400007724762,0.3125,-0.030300000682473183,0.9150999784469604,0.4032000005245209,0,0.949400007724762,0.3125,-0.030300000682473183,0.9496999979019165,0.31310001015663147,0,0.949400007724762,0.3125,-0.030300000682473183,0.9332000017166138,0.304500013589859,-0.1907999962568283,0.9542999863624573,0.23199999332427979,-0.18850000202655792,0.949400007724762,0.3125,-0.030300000682473183,0.9542999863624573,0.23199999332427979,-0.18850000202655792,0.9706000089645386,0.2387000024318695,-0.02969999983906746,0.914900004863739,0.4025999903678894,-0.030899999663233757,0.8991000056266785,0.3928999900817871,-0.19329999387264252,0.9332000017166138,0.304500013589859,-0.1907999962568283,0.914900004863739,0.4025999903678894,-0.030899999663233757,0.9332000017166138,0.304500013589859,-0.1907999962568283,0.949400007724762,0.3125,-0.030300000682473183,0.8064000010490417,0.5914000272750854,0.00009999999747378752,0.8062999844551086,0.5906999707221985,-0.032099999487400055,0.8664000034332275,0.4984000027179718,-0.03150000050663948,0.8064000010490417,0.5914000272750854,0.00009999999747378752,0.8664000034332275,0.4984000027179718,-0.03150000050663948,0.866599977016449,0.499099999666214,0.00009999999747378752,0.8062999844551086,0.5906999707221985,-0.032099999487400055,0.7922000288963318,0.5773000121116638,-0.1979999989271164,0.8513000011444092,0.4869000017642975,-0.1956000030040741,0.8062999844551086,0.5906999707221985,-0.032099999487400055,0.8513000011444092,0.4869000017642975,-0.1956000030040741,0.8664000034332275,0.4984000027179718,-0.03150000050663948,0.866599977016449,0.499099999666214,0.00009999999747378752,0.8664000034332275,0.4984000027179718,-0.03150000050663948,0.914900004863739,0.4025999903678894,-0.030899999663233757,0.866599977016449,0.499099999666214,0.00009999999747378752,0.914900004863739,0.4025999903678894,-0.030899999663233757,0.9150999784469604,0.4032000005245209,0,0.8664000034332275,0.4984000027179718,-0.03150000050663948,0.8513000011444092,0.4869000017642975,-0.1956000030040741,0.8991000056266785,0.3928999900817871,-0.19329999387264252,0.8664000034332275,0.4984000027179718,-0.03150000050663948,0.8991000056266785,0.3928999900817871,-0.19329999387264252,0.914900004863739,0.4025999903678894,-0.030899999663233757,0.4196000099182129,0.060499999672174454,-0.9057000279426575,0.7954000234603882,0.13230000436306,-0.5914000272750854,0.7843999862670898,0.1834000051021576,-0.5924999713897705,0.4196000099182129,0.060499999672174454,-0.9057000279426575,0.7843999862670898,0.1834000051021576,-0.5924999713897705,0.41449999809265137,0.08720000088214874,-0.9059000015258789,0.42289999127388,0.035999998450279236,-0.9054999947547913,0.8029000163078308,0.08269999921321869,-0.5903000235557556,0.7954000234603882,0.13230000436306,-0.5914000272750854,0.42289999127388,0.035999998450279236,-0.9054999947547913,0.7954000234603882,0.13230000436306,-0.5914000272750854,0.4196000099182129,0.060499999672174454,-0.9057000279426575,0.7954000234603882,0.13230000436306,-0.5914000272750854,0.9677000045776367,0.16940000653266907,-0.1867000013589859,0.9542999863624573,0.23199999332427979,-0.18850000202655792,0.7954000234603882,0.13230000436306,-0.5914000272750854,0.9542999863624573,0.23199999332427979,-0.18850000202655792,0.7843999862670898,0.1834000051021576,-0.5924999713897705,0.8029000163078308,0.08269999921321869,-0.5903000235557556,0.9768000245094299,0.10740000009536743,-0.18520000576972961,0.9677000045776367,0.16940000653266907,-0.1867000013589859,0.8029000163078308,0.08269999921321869,-0.5903000235557556,0.9677000045776367,0.16940000653266907,-0.1867000013589859,0.7954000234603882,0.13230000436306,-0.5914000272750854,0.4255000054836273,0,-0.9049999713897705,0.8083999752998352,0,-0.5885999798774719,0.8070999979972839,0.03759999945759773,-0.5892999768257141,0.4255000054836273,0,-0.9049999713897705,0.8070999979972839,0.03759999945759773,-0.5892999768257141,0.424699991941452,0.015399999916553497,-0.9052000045776367,0.8083999752998352,0,-0.5885999798774719,0.9829999804496765,0,-0.1835000067949295,0.9817000031471252,0.04969999939203262,-0.18400000035762787,0.8083999752998352,0,-0.5885999798774719,0.9817000031471252,0.04969999939203262,-0.18400000035762787,0.8070999979972839,0.03759999945759773,-0.5892999768257141,0.424699991941452,0.015399999916553497,-0.9052000045776367,0.8070999979972839,0.03759999945759773,-0.5892999768257141,0.8029000163078308,0.08269999921321869,-0.5903000235557556,0.424699991941452,0.015399999916553497,-0.9052000045776367,0.8029000163078308,0.08269999921321869,-0.5903000235557556,0.42289999127388,0.035999998450279236,-0.9054999947547913,0.8070999979972839,0.03759999945759773,-0.5892999768257141,0.9817000031471252,0.04969999939203262,-0.18400000035762787,0.9768000245094299,0.10740000009536743,-0.18520000576972961,0.8070999979972839,0.03759999945759773,-0.5892999768257141,0.9768000245094299,0.10740000009536743,-0.18520000576972961,0.8029000163078308,0.08269999921321869,-0.5903000235557556,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.998199999332428,0.05169999971985817,-0.028699999675154686,0.9995999932289124,0,-0.028599999845027924,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9995999932289124,0,-0.028599999845027924,1,0,-0.00019999999494757503,0.9937000274658203,0.11159999668598175,-0.00009999999747378752,0.993399977684021,0.1111999973654747,-0.028999999165534973,0.998199999332428,0.05169999971985817,-0.028699999675154686,0.9937000274658203,0.11159999668598175,-0.00009999999747378752,0.998199999332428,0.05169999971985817,-0.028699999675154686,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.998199999332428,0.05169999971985817,-0.028699999675154686,0.9817000031471252,0.04969999939203262,-0.18400000035762787,0.9829999804496765,0,-0.1835000067949295,0.998199999332428,0.05169999971985817,-0.028699999675154686,0.9829999804496765,0,-0.1835000067949295,0.9995999932289124,0,-0.028599999845027924,0.993399977684021,0.1111999973654747,-0.028999999165534973,0.9768000245094299,0.10740000009536743,-0.18520000576972961,0.9817000031471252,0.04969999939203262,-0.18400000035762787,0.993399977684021,0.1111999973654747,-0.028999999165534973,0.9817000031471252,0.04969999939203262,-0.18400000035762787,0.998199999332428,0.05169999971985817,-0.028699999675154686,0.9710000157356262,0.23919999599456787,-0.00009999999747378752,0.9706000089645386,0.2387000024318695,-0.02969999983906746,0.9842000007629395,0.17479999363422394,-0.02930000051856041,0.9710000157356262,0.23919999599456787,-0.00009999999747378752,0.9842000007629395,0.17479999363422394,-0.02930000051856041,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9706000089645386,0.2387000024318695,-0.02969999983906746,0.9542999863624573,0.23199999332427979,-0.18850000202655792,0.9677000045776367,0.16940000653266907,-0.1867000013589859,0.9706000089645386,0.2387000024318695,-0.02969999983906746,0.9677000045776367,0.16940000653266907,-0.1867000013589859,0.9842000007629395,0.17479999363422394,-0.02930000051856041,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9842000007629395,0.17479999363422394,-0.02930000051856041,0.993399977684021,0.1111999973654747,-0.028999999165534973,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.993399977684021,0.1111999973654747,-0.028999999165534973,0.9937000274658203,0.11159999668598175,-0.00009999999747378752,0.9842000007629395,0.17479999363422394,-0.02930000051856041,0.9677000045776367,0.16940000653266907,-0.1867000013589859,0.9768000245094299,0.10740000009536743,-0.18520000576972961,0.9842000007629395,0.17479999363422394,-0.02930000051856041,0.9768000245094299,0.10740000009536743,-0.18520000576972961,0.993399977684021,0.1111999973654747,-0.028999999165534973,0.424699991941452,-0.015399999916553497,-0.9052000045776367,0.8070999979972839,-0.03759999945759773,-0.5892999768257141,0.8083999752998352,0,-0.5885999798774719,0.424699991941452,-0.015399999916553497,-0.9052000045776367,0.8083999752998352,0,-0.5885999798774719,0.4255000054836273,0,-0.9049999713897705,0.42289999127388,-0.035999998450279236,-0.9054999947547913,0.8029000163078308,-0.08269999921321869,-0.5903000235557556,0.8070999979972839,-0.03759999945759773,-0.5892999768257141,0.42289999127388,-0.035999998450279236,-0.9054999947547913,0.8070999979972839,-0.03759999945759773,-0.5892999768257141,0.424699991941452,-0.015399999916553497,-0.9052000045776367,0.8070999979972839,-0.03759999945759773,-0.5892999768257141,0.9817000031471252,-0.04969999939203262,-0.18410000205039978,0.9829999804496765,0,-0.1835000067949295,0.8070999979972839,-0.03759999945759773,-0.5892999768257141,0.9829999804496765,0,-0.1835000067949295,0.8083999752998352,0,-0.5885999798774719,0.8029000163078308,-0.08269999921321869,-0.5903000235557556,0.9768000245094299,-0.10740000009536743,-0.18520000576972961,0.9817000031471252,-0.04969999939203262,-0.18410000205039978,0.8029000163078308,-0.08269999921321869,-0.5903000235557556,0.9817000031471252,-0.04969999939203262,-0.18410000205039978,0.8070999979972839,-0.03759999945759773,-0.5892999768257141,0.41449999809265137,-0.08720000088214874,-0.9059000015258789,0.7843999862670898,-0.1834000051021576,-0.5925999879837036,0.7954999804496765,-0.1324000060558319,-0.5914000272750854,0.41449999809265137,-0.08720000088214874,-0.9059000015258789,0.7954999804496765,-0.1324000060558319,-0.5914000272750854,0.4196000099182129,-0.060499999672174454,-0.9057000279426575,0.7843999862670898,-0.1834000051021576,-0.5925999879837036,0.9542999863624573,-0.23199999332427979,-0.18850000202655792,0.9677000045776367,-0.16940000653266907,-0.1867000013589859,0.7843999862670898,-0.1834000051021576,-0.5925999879837036,0.9677000045776367,-0.16940000653266907,-0.1867000013589859,0.7954999804496765,-0.1324000060558319,-0.5914000272750854,0.4196000099182129,-0.060499999672174454,-0.9057000279426575,0.7954999804496765,-0.1324000060558319,-0.5914000272750854,0.8029000163078308,-0.08269999921321869,-0.5903000235557556,0.4196000099182129,-0.060499999672174454,-0.9057000279426575,0.8029000163078308,-0.08269999921321869,-0.5903000235557556,0.42289999127388,-0.035999998450279236,-0.9054999947547913,0.7954999804496765,-0.1324000060558319,-0.5914000272750854,0.9677000045776367,-0.16940000653266907,-0.1867000013589859,0.9768000245094299,-0.10740000009536743,-0.18520000576972961,0.7954999804496765,-0.1324000060558319,-0.5914000272750854,0.9768000245094299,-0.10740000009536743,-0.18520000576972961,0.8029000163078308,-0.08269999921321869,-0.5903000235557556,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9842000007629395,-0.17479999363422394,-0.029400000348687172,0.9706000089645386,-0.2387000024318695,-0.02979999966919422,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9706000089645386,-0.2387000024318695,-0.02979999966919422,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,0.993399977684021,-0.1111999973654747,-0.028999999165534973,0.9842000007629395,-0.17479999363422394,-0.029400000348687172,0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,0.9842000007629395,-0.17479999363422394,-0.029400000348687172,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9842000007629395,-0.17479999363422394,-0.029400000348687172,0.9677000045776367,-0.16940000653266907,-0.1867000013589859,0.9542999863624573,-0.23199999332427979,-0.18850000202655792,0.9842000007629395,-0.17479999363422394,-0.029400000348687172,0.9542999863624573,-0.23199999332427979,-0.18850000202655792,0.9706000089645386,-0.2387000024318695,-0.02979999966919422,0.993399977684021,-0.1111999973654747,-0.028999999165534973,0.9768000245094299,-0.10740000009536743,-0.18520000576972961,0.9677000045776367,-0.16940000653266907,-0.1867000013589859,0.993399977684021,-0.1111999973654747,-0.028999999165534973,0.9677000045776367,-0.16940000653266907,-0.1867000013589859,0.9842000007629395,-0.17479999363422394,-0.029400000348687172,1,0,-0.00019999999494757503,0.9995999932289124,0,-0.028599999845027924,0.998199999332428,-0.05169999971985817,-0.028699999675154686,1,0,-0.00019999999494757503,0.998199999332428,-0.05169999971985817,-0.028699999675154686,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9995999932289124,0,-0.028599999845027924,0.9829999804496765,0,-0.1835000067949295,0.9817000031471252,-0.04969999939203262,-0.18410000205039978,0.9995999932289124,0,-0.028599999845027924,0.9817000031471252,-0.04969999939203262,-0.18410000205039978,0.998199999332428,-0.05169999971985817,-0.028699999675154686,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.998199999332428,-0.05169999971985817,-0.028699999675154686,0.993399977684021,-0.1111999973654747,-0.028999999165534973,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.993399977684021,-0.1111999973654747,-0.028999999165534973,0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,0.998199999332428,-0.05169999971985817,-0.028699999675154686,0.9817000031471252,-0.04969999939203262,-0.18410000205039978,0.9768000245094299,-0.10740000009536743,-0.18520000576972961,0.998199999332428,-0.05169999971985817,-0.028699999675154686,0.9768000245094299,-0.10740000009536743,-0.18520000576972961,0.993399977684021,-0.1111999973654747,-0.028999999165534973,0.4043999910354614,-0.11840000003576279,-0.9068999886512756,0.7659000158309937,-0.2425999939441681,-0.5953999757766724,0.7843999862670898,-0.1834000051021576,-0.5925999879837036,0.4043999910354614,-0.11840000003576279,-0.9068999886512756,0.7843999862670898,-0.1834000051021576,-0.5925999879837036,0.41449999809265137,-0.08720000088214874,-0.9059000015258789,0.38940000534057617,-0.15629999339580536,-0.9077000021934509,0.7372000217437744,-0.31470000743865967,-0.5978999733924866,0.7659000158309937,-0.2425999939441681,-0.5953999757766724,0.38940000534057617,-0.15629999339580536,-0.9077000021934509,0.7659000158309937,-0.2425999939441681,-0.5953999757766724,0.4043999910354614,-0.11840000003576279,-0.9068999886512756,0.7659000158309937,-0.2425999939441681,-0.5953999757766724,0.9332000017166138,-0.304500013589859,-0.19089999794960022,0.9542999863624573,-0.23199999332427979,-0.18850000202655792,0.7659000158309937,-0.2425999939441681,-0.5953999757766724,0.9542999863624573,-0.23199999332427979,-0.18850000202655792,0.7843999862670898,-0.1834000051021576,-0.5925999879837036,0.7372000217437744,-0.31470000743865967,-0.5978999733924866,0.8991000056266785,-0.3928999900817871,-0.1932000070810318,0.9332000017166138,-0.304500013589859,-0.19089999794960022,0.7372000217437744,-0.31470000743865967,-0.5978999733924866,0.9332000017166138,-0.304500013589859,-0.19089999794960022,0.7659000158309937,-0.2425999939441681,-0.5953999757766724,0.34459999203681946,-0.23600000143051147,-0.9085999727249146,0.6496000289916992,-0.4652999937534332,-0.6013000011444092,0.6978999972343445,-0.391400009393692,-0.5997999906539917,0.34459999203681946,-0.23600000143051147,-0.9085999727249146,0.6978999972343445,-0.391400009393692,-0.5997999906539917,0.3691999912261963,-0.19679999351501465,-0.90829998254776,0.6496000289916992,-0.4652999937534332,-0.6013000011444092,0.7922000288963318,-0.5773000121116638,-0.1979999989271164,0.8513000011444092,-0.4869000017642975,-0.1956000030040741,0.6496000289916992,-0.4652999937534332,-0.6013000011444092,0.8513000011444092,-0.4869000017642975,-0.1956000030040741,0.6978999972343445,-0.391400009393692,-0.5997999906539917,0.3691999912261963,-0.19679999351501465,-0.90829998254776,0.6978999972343445,-0.391400009393692,-0.5997999906539917,0.7372000217437744,-0.31470000743865967,-0.5978999733924866,0.3691999912261963,-0.19679999351501465,-0.90829998254776,0.7372000217437744,-0.31470000743865967,-0.5978999733924866,0.38940000534057617,-0.15629999339580536,-0.9077000021934509,0.6978999972343445,-0.391400009393692,-0.5997999906539917,0.8513000011444092,-0.4869000017642975,-0.1956000030040741,0.8991000056266785,-0.3928999900817871,-0.1932000070810318,0.6978999972343445,-0.391400009393692,-0.5997999906539917,0.8991000056266785,-0.3928999900817871,-0.1932000070810318,0.7372000217437744,-0.31470000743865967,-0.5978999733924866,0.866599977016449,-0.499099999666214,0.00009999999747378752,0.8664000034332275,-0.4984000027179718,-0.03150000050663948,0.8062999844551086,-0.5906999707221985,-0.032099999487400055,0.866599977016449,-0.499099999666214,0.00009999999747378752,0.8062999844551086,-0.5906999707221985,-0.032099999487400055,0.8064000010490417,-0.5914000272750854,0.00009999999747378752,0.9150999784469604,-0.4032000005245209,0,0.914900004863739,-0.4025999903678894,-0.030899999663233757,0.8664000034332275,-0.4984000027179718,-0.03150000050663948,0.9150999784469604,-0.4032000005245209,0,0.8664000034332275,-0.4984000027179718,-0.03150000050663948,0.866599977016449,-0.499099999666214,0.00009999999747378752,0.8664000034332275,-0.4984000027179718,-0.03150000050663948,0.8513000011444092,-0.4869000017642975,-0.1956000030040741,0.7922000288963318,-0.5773000121116638,-0.1979999989271164,0.8664000034332275,-0.4984000027179718,-0.03150000050663948,0.7922000288963318,-0.5773000121116638,-0.1979999989271164,0.8062999844551086,-0.5906999707221985,-0.032099999487400055,0.914900004863739,-0.4025999903678894,-0.030899999663233757,0.8991000056266785,-0.3928999900817871,-0.1932000070810318,0.8513000011444092,-0.4869000017642975,-0.1956000030040741,0.914900004863739,-0.4025999903678894,-0.030899999663233757,0.8513000011444092,-0.4869000017642975,-0.1956000030040741,0.8664000034332275,-0.4984000027179718,-0.03150000050663948,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.9706000089645386,-0.2387000024318695,-0.02979999966919422,0.949400007724762,-0.3125,-0.030300000682473183,0.9710000157356262,-0.23929999768733978,-0.00009999999747378752,0.949400007724762,-0.3125,-0.030300000682473183,0.9496999979019165,-0.31310001015663147,0,0.9706000089645386,-0.2387000024318695,-0.02979999966919422,0.9542999863624573,-0.23199999332427979,-0.18850000202655792,0.9332000017166138,-0.304500013589859,-0.19089999794960022,0.9706000089645386,-0.2387000024318695,-0.02979999966919422,0.9332000017166138,-0.304500013589859,-0.19089999794960022,0.949400007724762,-0.3125,-0.030300000682473183,0.9496999979019165,-0.31310001015663147,0,0.949400007724762,-0.3125,-0.030300000682473183,0.914900004863739,-0.4025999903678894,-0.030899999663233757,0.9496999979019165,-0.31310001015663147,0,0.914900004863739,-0.4025999903678894,-0.030899999663233757,0.9150999784469604,-0.4032000005245209,0,0.949400007724762,-0.3125,-0.030300000682473183,0.9332000017166138,-0.304500013589859,-0.19089999794960022,0.8991000056266785,-0.3928999900817871,-0.1932000070810318,0.949400007724762,-0.3125,-0.030300000682473183,0.8991000056266785,-0.3928999900817871,-0.1932000070810318,0.914900004863739,-0.4025999903678894,-0.030899999663233757,0.29120001196861267,-0.28790000081062317,-0.9122999906539917,0.5521000027656555,-0.5687000155448914,-0.6097999811172485,0.6496000289916992,-0.4652999937534332,-0.6013000011444092,0.29120001196861267,-0.28790000081062317,-0.9122999906539917,0.6496000289916992,-0.4652999937534332,-0.6013000011444092,0.34459999203681946,-0.23600000143051147,-0.9085999727249146,0.20990000665187836,-0.35089999437332153,-0.9125999808311462,0.39399999380111694,-0.6869000196456909,-0.6107000112533569,0.5521000027656555,-0.5687000155448914,-0.6097999811172485,0.20990000665187836,-0.35089999437332153,-0.9125999808311462,0.5521000027656555,-0.5687000155448914,-0.6097999811172485,0.29120001196861267,-0.28790000081062317,-0.9122999906539917,0.5521000027656555,-0.5687000155448914,-0.6097999811172485,0.6769000291824341,-0.7077999711036682,-0.2020999938249588,0.7922000288963318,-0.5773000121116638,-0.1979999989271164,0.5521000027656555,-0.5687000155448914,-0.6097999811172485,0.7922000288963318,-0.5773000121116638,-0.1979999989271164,0.6496000289916992,-0.4652999937534332,-0.6013000011444092,0.39399999380111694,-0.6869000196456909,-0.6107000112533569,0.482699990272522,-0.8515999913215637,-0.20440000295639038,0.6769000291824341,-0.7077999711036682,-0.2020999938249588,0.39399999380111694,-0.6869000196456909,-0.6107000112533569,0.6769000291824341,-0.7077999711036682,-0.2020999938249588,0.5521000027656555,-0.5687000155448914,-0.6097999811172485,0.06549999862909317,-0.4081999957561493,-0.9104999899864197,0.11940000206232071,-0.7846999764442444,-0.608299970626831,0.23739999532699585,-0.7573999762535095,-0.608299970626831,0.06549999862909317,-0.4081999957561493,-0.9104999899864197,0.23739999532699585,-0.7573999762535095,-0.608299970626831,0.12860000133514404,-0.39169999957084656,-0.9110999703407288,0.11940000206232071,-0.7846999764442444,-0.608299970626831,0.1454000025987625,-0.967199981212616,-0.20839999616146088,0.2897000014781952,-0.9347000122070312,-0.20600000023841858,0.11940000206232071,-0.7846999764442444,-0.608299970626831,0.2897000014781952,-0.9347000122070312,-0.20600000023841858,0.23739999532699585,-0.7573999762535095,-0.608299970626831,0.12860000133514404,-0.39169999957084656,-0.9110999703407288,0.23739999532699585,-0.7573999762535095,-0.608299970626831,0.39399999380111694,-0.6869000196456909,-0.6107000112533569,0.12860000133514404,-0.39169999957084656,-0.9110999703407288,0.39399999380111694,-0.6869000196456909,-0.6107000112533569,0.20990000665187836,-0.35089999437332153,-0.9125999808311462,0.23739999532699585,-0.7573999762535095,-0.608299970626831,0.2897000014781952,-0.9347000122070312,-0.20600000023841858,0.482699990272522,-0.8515999913215637,-0.20440000295639038,0.23739999532699585,-0.7573999762535095,-0.608299970626831,0.482699990272522,-0.8515999913215637,-0.20440000295639038,0.39399999380111694,-0.6869000196456909,-0.6107000112533569,0.29660001397132874,-0.9549999833106995,0.0005000000237487257,0.2962000072002411,-0.9545000195503235,-0.03420000150799751,0.14900000393390656,-0.9882000088691711,-0.0348999984562397,0.29660001397132874,-0.9549999833106995,0.0005000000237487257,0.14900000393390656,-0.9882000088691711,-0.0348999984562397,0.149399995803833,-0.9887999892234802,0.0005000000237487257,0.4927000105381012,-0.870199978351593,0.0005000000237487257,0.49239999055862427,-0.869700014591217,-0.03359999880194664,0.2962000072002411,-0.9545000195503235,-0.03420000150799751,0.4927000105381012,-0.870199978351593,0.0005000000237487257,0.2962000072002411,-0.9545000195503235,-0.03420000150799751,0.29660001397132874,-0.9549999833106995,0.0005000000237487257,0.2962000072002411,-0.9545000195503235,-0.03420000150799751,0.2897000014781952,-0.9347000122070312,-0.20600000023841858,0.1454000025987625,-0.967199981212616,-0.20839999616146088,0.2962000072002411,-0.9545000195503235,-0.03420000150799751,0.1454000025987625,-0.967199981212616,-0.20839999616146088,0.14900000393390656,-0.9882000088691711,-0.0348999984562397,0.49239999055862427,-0.869700014591217,-0.03359999880194664,0.482699990272522,-0.8515999913215637,-0.20440000295639038,0.2897000014781952,-0.9347000122070312,-0.20600000023841858,0.49239999055862427,-0.869700014591217,-0.03359999880194664,0.2897000014781952,-0.9347000122070312,-0.20600000023841858,0.2962000072002411,-0.9545000195503235,-0.03420000150799751,0.8064000010490417,-0.5914000272750854,0.00009999999747378752,0.8062999844551086,-0.5906999707221985,-0.032099999487400055,0.6894000172615051,-0.7235999703407288,-0.03290000185370445,0.8064000010490417,-0.5914000272750854,0.00009999999747378752,0.6894000172615051,-0.7235999703407288,-0.03290000185370445,0.6895999908447266,-0.7242000102996826,0.0003000000142492354,0.8062999844551086,-0.5906999707221985,-0.032099999487400055,0.7922000288963318,-0.5773000121116638,-0.1979999989271164,0.6769000291824341,-0.7077999711036682,-0.2020999938249588,0.8062999844551086,-0.5906999707221985,-0.032099999487400055,0.6769000291824341,-0.7077999711036682,-0.2020999938249588,0.6894000172615051,-0.7235999703407288,-0.03290000185370445,0.6895999908447266,-0.7242000102996826,0.0003000000142492354,0.6894000172615051,-0.7235999703407288,-0.03290000185370445,0.49239999055862427,-0.869700014591217,-0.03359999880194664,0.6895999908447266,-0.7242000102996826,0.0003000000142492354,0.49239999055862427,-0.869700014591217,-0.03359999880194664,0.4927000105381012,-0.870199978351593,0.0005000000237487257,0.6894000172615051,-0.7235999703407288,-0.03290000185370445,0.6769000291824341,-0.7077999711036682,-0.2020999938249588,0.482699990272522,-0.8515999913215637,-0.20440000295639038,0.6894000172615051,-0.7235999703407288,-0.03290000185370445,0.482699990272522,-0.8515999913215637,-0.20440000295639038,0.49239999055862427,-0.869700014591217,-0.03359999880194664,0.027799999341368675,-0.41339999437332153,-0.910099983215332,0.05050000175833702,-0.7919999957084656,-0.6085000038146973,0.11940000206232071,-0.7846999764442444,-0.608299970626831,0.027799999341368675,-0.41339999437332153,-0.910099983215332,0.11940000206232071,-0.7846999764442444,-0.608299970626831,0.06549999862909317,-0.4081999957561493,-0.9104999899864197,0.010400000028312206,-0.413100004196167,-0.9106000065803528,0.01899999938905239,-0.7922000288963318,-0.6100000143051147,0.05050000175833702,-0.7919999957084656,-0.6085000038146973,0.010400000028312206,-0.413100004196167,-0.9106000065803528,0.05050000175833702,-0.7919999957084656,-0.6085000038146973,0.027799999341368675,-0.41339999437332153,-0.910099983215332,0.05050000175833702,-0.7919999957084656,-0.6085000038146973,0.061400000005960464,-0.9757000207901001,-0.21050000190734863,0.1454000025987625,-0.967199981212616,-0.20839999616146088,0.05050000175833702,-0.7919999957084656,-0.6085000038146973,0.1454000025987625,-0.967199981212616,-0.20839999616146088,0.11940000206232071,-0.7846999764442444,-0.608299970626831,0.01899999938905239,-0.7922000288963318,-0.6100000143051147,0.023099999874830246,-0.9768999814987183,-0.21220000088214874,0.061400000005960464,-0.9757000207901001,-0.21050000190734863,0.01899999938905239,-0.7922000288963318,-0.6100000143051147,0.061400000005960464,-0.9757000207901001,-0.21050000190734863,0.05050000175833702,-0.7919999957084656,-0.6085000038146973,0,-0.414000004529953,-0.9103000164031982,0,-0.7928000092506409,-0.6093999743461609,0.004399999976158142,-0.7922999858856201,-0.6100999712944031,0,-0.414000004529953,-0.9103000164031982,0.004399999976158142,-0.7922999858856201,-0.6100999712944031,0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0,-0.7928000092506409,-0.6093999743461609,0,-0.9771999716758728,-0.21240000426769257,0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0,-0.7928000092506409,-0.6093999743461609,0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0.004399999976158142,-0.7922999858856201,-0.6100999712944031,0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0.004399999976158142,-0.7922999858856201,-0.6100999712944031,0.01899999938905239,-0.7922000288963318,-0.6100000143051147,0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0.01899999938905239,-0.7922000288963318,-0.6100000143051147,0.010400000028312206,-0.413100004196167,-0.9106000065803528,0.004399999976158142,-0.7922999858856201,-0.6100999712944031,0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0.023099999874830246,-0.9768999814987183,-0.21220000088214874,0.004399999976158142,-0.7922999858856201,-0.6100999712944031,0.023099999874830246,-0.9768999814987183,-0.21220000088214874,0.01899999938905239,-0.7922000288963318,-0.6100000143051147,0.005400000140070915,-1,0.00019999999494757503,0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0,-0.9994000196456909,-0.035999998450279236,0.005400000140070915,-1,0.00019999999494757503,0,-0.9994000196456909,-0.035999998450279236,0,-1,0.00019999999494757503,0.023800000548362732,-0.9997000098228455,0.0003000000142492354,0.02370000071823597,-0.9991000294685364,-0.03590000048279762,0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0.023800000548362732,-0.9997000098228455,0.0003000000142492354,0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0.005400000140070915,-1,0.00019999999494757503,0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0,-0.9771999716758728,-0.21240000426769257,0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0,-0.9771999716758728,-0.21240000426769257,0,-0.9994000196456909,-0.035999998450279236,0.02370000071823597,-0.9991000294685364,-0.03590000048279762,0.023099999874830246,-0.9768999814987183,-0.21220000088214874,0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0.02370000071823597,-0.9991000294685364,-0.03590000048279762,0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0.149399995803833,-0.9887999892234802,0.0005000000237487257,0.14900000393390656,-0.9882000088691711,-0.0348999984562397,0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0.149399995803833,-0.9887999892234802,0.0005000000237487257,0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0.06300000101327896,-0.9980000257492065,0.00039999998989515007,0.14900000393390656,-0.9882000088691711,-0.0348999984562397,0.1454000025987625,-0.967199981212616,-0.20839999616146088,0.061400000005960464,-0.9757000207901001,-0.21050000190734863,0.14900000393390656,-0.9882000088691711,-0.0348999984562397,0.061400000005960464,-0.9757000207901001,-0.21050000190734863,0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0.06300000101327896,-0.9980000257492065,0.00039999998989515007,0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0.02370000071823597,-0.9991000294685364,-0.03590000048279762,0.06300000101327896,-0.9980000257492065,0.00039999998989515007,0.02370000071823597,-0.9991000294685364,-0.03590000048279762,0.023800000548362732,-0.9997000098228455,0.0003000000142492354,0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0.061400000005960464,-0.9757000207901001,-0.21050000190734863,0.023099999874830246,-0.9768999814987183,-0.21220000088214874,0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0.023099999874830246,-0.9768999814987183,-0.21220000088214874,0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.002400000113993883,-0.4131999909877777,-0.9106000065803528,-0.004399999976158142,-0.7922999858856201,-0.6101999878883362,0,-0.7928000092506409,-0.6093999743461609,-0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0,-0.7928000092506409,-0.6093999743461609,0,-0.414000004529953,-0.9103000164031982,-0.010400000028312206,-0.4131999909877777,-0.9106000065803528,-0.01899999938905239,-0.7922000288963318,-0.6100000143051147,-0.004399999976158142,-0.7922999858856201,-0.6101999878883362,-0.010400000028312206,-0.4131999909877777,-0.9106000065803528,-0.004399999976158142,-0.7922999858856201,-0.6101999878883362,-0.002400000113993883,-0.4131999909877777,-0.9106000065803528,-0.004399999976158142,-0.7922999858856201,-0.6101999878883362,-0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0,-0.9771999716758728,-0.21240000426769257,-0.004399999976158142,-0.7922999858856201,-0.6101999878883362,0,-0.9771999716758728,-0.21240000426769257,0,-0.7928000092506409,-0.6093999743461609,-0.01899999938905239,-0.7922000288963318,-0.6100000143051147,-0.023099999874830246,-0.9768999814987183,-0.21220000088214874,-0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,-0.01899999938905239,-0.7922000288963318,-0.6100000143051147,-0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,-0.004399999976158142,-0.7922999858856201,-0.6101999878883362,-0.06539999693632126,-0.4081999957561493,-0.9104999899864197,-0.1193000003695488,-0.7846999764442444,-0.608299970626831,-0.05050000175833702,-0.7919999957084656,-0.6085000038146973,-0.06539999693632126,-0.4081999957561493,-0.9104999899864197,-0.05050000175833702,-0.7919999957084656,-0.6085000038146973,-0.027699999511241913,-0.41339999437332153,-0.910099983215332,-0.1193000003695488,-0.7846999764442444,-0.608299970626831,-0.1454000025987625,-0.967199981212616,-0.2084999978542328,-0.061400000005960464,-0.9757000207901001,-0.21050000190734863,-0.1193000003695488,-0.7846999764442444,-0.608299970626831,-0.061400000005960464,-0.9757000207901001,-0.21050000190734863,-0.05050000175833702,-0.7919999957084656,-0.6085000038146973,-0.027699999511241913,-0.41339999437332153,-0.910099983215332,-0.05050000175833702,-0.7919999957084656,-0.6085000038146973,-0.01899999938905239,-0.7922000288963318,-0.6100000143051147,-0.027699999511241913,-0.41339999437332153,-0.910099983215332,-0.01899999938905239,-0.7922000288963318,-0.6100000143051147,-0.010400000028312206,-0.4131999909877777,-0.9106000065803528,-0.05050000175833702,-0.7919999957084656,-0.6085000038146973,-0.061400000005960464,-0.9757000207901001,-0.21050000190734863,-0.023099999874830246,-0.9768999814987183,-0.21220000088214874,-0.05050000175833702,-0.7919999957084656,-0.6085000038146973,-0.023099999874830246,-0.9768999814987183,-0.21220000088214874,-0.01899999938905239,-0.7922000288963318,-0.6100000143051147,-0.06300000101327896,-0.9980000257492065,0.00039999998989515007,-0.06289999932050705,-0.9973999857902527,-0.03550000116229057,-0.14900000393390656,-0.9882000088691711,-0.0348999984562397,-0.06300000101327896,-0.9980000257492065,0.00039999998989515007,-0.14900000393390656,-0.9882000088691711,-0.0348999984562397,-0.149399995803833,-0.9887999892234802,0.0005000000237487257,-0.023800000548362732,-0.9997000098228455,0.0003000000142492354,-0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.06289999932050705,-0.9973999857902527,-0.03550000116229057,-0.023800000548362732,-0.9997000098228455,0.0003000000142492354,-0.06289999932050705,-0.9973999857902527,-0.03550000116229057,-0.06300000101327896,-0.9980000257492065,0.00039999998989515007,-0.06289999932050705,-0.9973999857902527,-0.03550000116229057,-0.061400000005960464,-0.9757000207901001,-0.21050000190734863,-0.1454000025987625,-0.967199981212616,-0.2084999978542328,-0.06289999932050705,-0.9973999857902527,-0.03550000116229057,-0.1454000025987625,-0.967199981212616,-0.2084999978542328,-0.14900000393390656,-0.9882000088691711,-0.0348999984562397,-0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.023099999874830246,-0.9768999814987183,-0.21220000088214874,-0.061400000005960464,-0.9757000207901001,-0.21050000190734863,-0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.061400000005960464,-0.9757000207901001,-0.21050000190734863,-0.06289999932050705,-0.9973999857902527,-0.03550000116229057,0,-1,0.00019999999494757503,0,-0.9994000196456909,-0.035999998450279236,-0.005400000140070915,-0.9993000030517578,-0.035999998450279236,0,-1,0.00019999999494757503,-0.005400000140070915,-0.9993000030517578,-0.035999998450279236,-0.005400000140070915,-1,0.00019999999494757503,0,-0.9994000196456909,-0.035999998450279236,0,-0.9771999716758728,-0.21240000426769257,-0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,0,-0.9994000196456909,-0.035999998450279236,-0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,-0.005400000140070915,-0.9993000030517578,-0.035999998450279236,-0.005400000140070915,-1,0.00019999999494757503,-0.005400000140070915,-0.9993000030517578,-0.035999998450279236,-0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.005400000140070915,-1,0.00019999999494757503,-0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.023800000548362732,-0.9997000098228455,0.0003000000142492354,-0.005400000140070915,-0.9993000030517578,-0.035999998450279236,-0.0052999998442828655,-0.9771000146865845,-0.2126999944448471,-0.023099999874830246,-0.9768999814987183,-0.21220000088214874,-0.005400000140070915,-0.9993000030517578,-0.035999998450279236,-0.023099999874830246,-0.9768999814987183,-0.21220000088214874,-0.02370000071823597,-0.9991000294685364,-0.03590000048279762,-0.12849999964237213,-0.39169999957084656,-0.9110999703407288,-0.23739999532699585,-0.7573999762535095,-0.6082000136375427,-0.1193000003695488,-0.7846999764442444,-0.608299970626831,-0.12849999964237213,-0.39169999957084656,-0.9110999703407288,-0.1193000003695488,-0.7846999764442444,-0.608299970626831,-0.06539999693632126,-0.4081999957561493,-0.9104999899864197,-0.20990000665187836,-0.35089999437332153,-0.9125999808311462,-0.39399999380111694,-0.6869000196456909,-0.6107000112533569,-0.23739999532699585,-0.7573999762535095,-0.6082000136375427,-0.20990000665187836,-0.35089999437332153,-0.9125999808311462,-0.23739999532699585,-0.7573999762535095,-0.6082000136375427,-0.12849999964237213,-0.39169999957084656,-0.9110999703407288,-0.23739999532699585,-0.7573999762535095,-0.6082000136375427,-0.2897000014781952,-0.9347000122070312,-0.20600000023841858,-0.1454000025987625,-0.967199981212616,-0.2084999978542328,-0.23739999532699585,-0.7573999762535095,-0.6082000136375427,-0.1454000025987625,-0.967199981212616,-0.2084999978542328,-0.1193000003695488,-0.7846999764442444,-0.608299970626831,-0.39399999380111694,-0.6869000196456909,-0.6107000112533569,-0.482699990272522,-0.8515999913215637,-0.2045000046491623,-0.2897000014781952,-0.9347000122070312,-0.20600000023841858,-0.39399999380111694,-0.6869000196456909,-0.6107000112533569,-0.2897000014781952,-0.9347000122070312,-0.20600000023841858,-0.23739999532699585,-0.7573999762535095,-0.6082000136375427,-0.34459999203681946,-0.23600000143051147,-0.9085999727249146,-0.6496000289916992,-0.4652999937534332,-0.6013000011444092,-0.5521000027656555,-0.5687000155448914,-0.6097000241279602,-0.34459999203681946,-0.23600000143051147,-0.9085999727249146,-0.5521000027656555,-0.5687000155448914,-0.6097000241279602,-0.29120001196861267,-0.28790000081062317,-0.9122999906539917,-0.6496000289916992,-0.4652999937534332,-0.6013000011444092,-0.7922000288963318,-0.5773000121116638,-0.1979999989271164,-0.6769000291824341,-0.7077999711036682,-0.2020999938249588,-0.6496000289916992,-0.4652999937534332,-0.6013000011444092,-0.6769000291824341,-0.7077999711036682,-0.2020999938249588,-0.5521000027656555,-0.5687000155448914,-0.6097000241279602,-0.29120001196861267,-0.28790000081062317,-0.9122999906539917,-0.5521000027656555,-0.5687000155448914,-0.6097000241279602,-0.39399999380111694,-0.6869000196456909,-0.6107000112533569,-0.29120001196861267,-0.28790000081062317,-0.9122999906539917,-0.39399999380111694,-0.6869000196456909,-0.6107000112533569,-0.20990000665187836,-0.35089999437332153,-0.9125999808311462,-0.5521000027656555,-0.5687000155448914,-0.6097000241279602,-0.6769000291824341,-0.7077999711036682,-0.2020999938249588,-0.482699990272522,-0.8515999913215637,-0.2045000046491623,-0.5521000027656555,-0.5687000155448914,-0.6097000241279602,-0.482699990272522,-0.8515999913215637,-0.2045000046491623,-0.39399999380111694,-0.6869000196456909,-0.6107000112533569,-0.6895999908447266,-0.7242000102996826,0.0003000000142492354,-0.6894000172615051,-0.7235999703407288,-0.03290000185370445,-0.8062999844551086,-0.5906999707221985,-0.032099999487400055,-0.6895999908447266,-0.7242000102996826,0.0003000000142492354,-0.8062999844551086,-0.5906999707221985,-0.032099999487400055,-0.8064000010490417,-0.5914000272750854,0.00009999999747378752,-0.4927000105381012,-0.870199978351593,0.0005000000237487257,-0.49239999055862427,-0.869700014591217,-0.03359999880194664,-0.6894000172615051,-0.7235999703407288,-0.03290000185370445,-0.4927000105381012,-0.870199978351593,0.0005000000237487257,-0.6894000172615051,-0.7235999703407288,-0.03290000185370445,-0.6895999908447266,-0.7242000102996826,0.0003000000142492354,-0.6894000172615051,-0.7235999703407288,-0.03290000185370445,-0.6769000291824341,-0.7077999711036682,-0.2020999938249588,-0.7922000288963318,-0.5773000121116638,-0.1979999989271164,-0.6894000172615051,-0.7235999703407288,-0.03290000185370445,-0.7922000288963318,-0.5773000121116638,-0.1979999989271164,-0.8062999844551086,-0.5906999707221985,-0.032099999487400055,-0.49239999055862427,-0.869700014591217,-0.03359999880194664,-0.482699990272522,-0.8515999913215637,-0.2045000046491623,-0.6769000291824341,-0.7077999711036682,-0.2020999938249588,-0.49239999055862427,-0.869700014591217,-0.03359999880194664,-0.6769000291824341,-0.7077999711036682,-0.2020999938249588,-0.6894000172615051,-0.7235999703407288,-0.03290000185370445,-0.149399995803833,-0.9887999892234802,0.0005000000237487257,-0.14900000393390656,-0.9882000088691711,-0.0348999984562397,-0.2962000072002411,-0.9545000195503235,-0.03420000150799751,-0.149399995803833,-0.9887999892234802,0.0005000000237487257,-0.2962000072002411,-0.9545000195503235,-0.03420000150799751,-0.29660001397132874,-0.9549999833106995,0.0005000000237487257,-0.14900000393390656,-0.9882000088691711,-0.0348999984562397,-0.1454000025987625,-0.967199981212616,-0.2084999978542328,-0.2897000014781952,-0.9347000122070312,-0.20600000023841858,-0.14900000393390656,-0.9882000088691711,-0.0348999984562397,-0.2897000014781952,-0.9347000122070312,-0.20600000023841858,-0.2962000072002411,-0.9545000195503235,-0.03420000150799751,-0.29660001397132874,-0.9549999833106995,0.0005000000237487257,-0.2962000072002411,-0.9545000195503235,-0.03420000150799751,-0.49239999055862427,-0.869700014591217,-0.03359999880194664,-0.29660001397132874,-0.9549999833106995,0.0005000000237487257,-0.49239999055862427,-0.869700014591217,-0.03359999880194664,-0.4927000105381012,-0.870199978351593,0.0005000000237487257,-0.2962000072002411,-0.9545000195503235,-0.03420000150799751,-0.2897000014781952,-0.9347000122070312,-0.20600000023841858,-0.482699990272522,-0.8515999913215637,-0.2045000046491623,-0.2962000072002411,-0.9545000195503235,-0.03420000150799751,-0.482699990272522,-0.8515999913215637,-0.2045000046491623,-0.49239999055862427,-0.869700014591217,-0.03359999880194664,-0.3691999912261963,-0.19679999351501465,-0.90829998254776,-0.6978999972343445,-0.39149999618530273,-0.5997999906539917,-0.6496000289916992,-0.4652999937534332,-0.6013000011444092,-0.3691999912261963,-0.19679999351501465,-0.90829998254776,-0.6496000289916992,-0.4652999937534332,-0.6013000011444092,-0.34459999203681946,-0.23600000143051147,-0.9085999727249146,-0.38940000534057617,-0.15629999339580536,-0.9077000021934509,-0.7372000217437744,-0.31470000743865967,-0.5978999733924866,-0.6978999972343445,-0.39149999618530273,-0.5997999906539917,-0.38940000534057617,-0.15629999339580536,-0.9077000021934509,-0.6978999972343445,-0.39149999618530273,-0.5997999906539917,-0.3691999912261963,-0.19679999351501465,-0.90829998254776,-0.6978999972343445,-0.39149999618530273,-0.5997999906539917,-0.8513000011444092,-0.4869000017642975,-0.1956000030040741,-0.7922000288963318,-0.5773000121116638,-0.1979999989271164,-0.6978999972343445,-0.39149999618530273,-0.5997999906539917,-0.7922000288963318,-0.5773000121116638,-0.1979999989271164,-0.6496000289916992,-0.4652999937534332,-0.6013000011444092,-0.7372000217437744,-0.31470000743865967,-0.5978999733924866,-0.8991000056266785,-0.3928999900817871,-0.19329999387264252,-0.8513000011444092,-0.4869000017642975,-0.1956000030040741,-0.7372000217437744,-0.31470000743865967,-0.5978999733924866,-0.8513000011444092,-0.4869000017642975,-0.1956000030040741,-0.6978999972343445,-0.39149999618530273,-0.5997999906539917,-0.41449999809265137,-0.08720000088214874,-0.9059000015258789,-0.7843999862670898,-0.1834000051021576,-0.5924999713897705,-0.7659000158309937,-0.2425999939441681,-0.5953999757766724,-0.41449999809265137,-0.08720000088214874,-0.9059000015258789,-0.7659000158309937,-0.2425999939441681,-0.5953999757766724,-0.4043999910354614,-0.11840000003576279,-0.9068999886512756,-0.7843999862670898,-0.1834000051021576,-0.5924999713897705,-0.9542999863624573,-0.23199999332427979,-0.18850000202655792,-0.9332000017166138,-0.304500013589859,-0.1907999962568283,-0.7843999862670898,-0.1834000051021576,-0.5924999713897705,-0.9332000017166138,-0.304500013589859,-0.1907999962568283,-0.7659000158309937,-0.2425999939441681,-0.5953999757766724,-0.4043999910354614,-0.11840000003576279,-0.9068999886512756,-0.7659000158309937,-0.2425999939441681,-0.5953999757766724,-0.7372000217437744,-0.31470000743865967,-0.5978999733924866,-0.4043999910354614,-0.11840000003576279,-0.9068999886512756,-0.7372000217437744,-0.31470000743865967,-0.5978999733924866,-0.38940000534057617,-0.15629999339580536,-0.9077000021934509,-0.7659000158309937,-0.2425999939441681,-0.5953999757766724,-0.9332000017166138,-0.304500013589859,-0.1907999962568283,-0.8991000056266785,-0.3928999900817871,-0.19329999387264252,-0.7659000158309937,-0.2425999939441681,-0.5953999757766724,-0.8991000056266785,-0.3928999900817871,-0.19329999387264252,-0.7372000217437744,-0.31470000743865967,-0.5978999733924866,-0.9496999979019165,-0.31310001015663147,0,-0.949400007724762,-0.3125,-0.030300000682473183,-0.9706000089645386,-0.2387000024318695,-0.02969999983906746,-0.9496999979019165,-0.31310001015663147,0,-0.9706000089645386,-0.2387000024318695,-0.02969999983906746,-0.9710000157356262,-0.23919999599456787,-0.00009999999747378752,-0.9150999784469604,-0.4032000005245209,0,-0.914900004863739,-0.4025999903678894,-0.030899999663233757,-0.949400007724762,-0.3125,-0.030300000682473183,-0.9150999784469604,-0.4032000005245209,0,-0.949400007724762,-0.3125,-0.030300000682473183,-0.9496999979019165,-0.31310001015663147,0,-0.949400007724762,-0.3125,-0.030300000682473183,-0.9332000017166138,-0.304500013589859,-0.1907999962568283,-0.9542999863624573,-0.23199999332427979,-0.18850000202655792,-0.949400007724762,-0.3125,-0.030300000682473183,-0.9542999863624573,-0.23199999332427979,-0.18850000202655792,-0.9706000089645386,-0.2387000024318695,-0.02969999983906746,-0.914900004863739,-0.4025999903678894,-0.030899999663233757,-0.8991000056266785,-0.3928999900817871,-0.19329999387264252,-0.9332000017166138,-0.304500013589859,-0.1907999962568283,-0.914900004863739,-0.4025999903678894,-0.030899999663233757,-0.9332000017166138,-0.304500013589859,-0.1907999962568283,-0.949400007724762,-0.3125,-0.030300000682473183,-0.8064000010490417,-0.5914000272750854,0.00009999999747378752,-0.8062999844551086,-0.5906999707221985,-0.032099999487400055,-0.8664000034332275,-0.4984000027179718,-0.03150000050663948,-0.8064000010490417,-0.5914000272750854,0.00009999999747378752,-0.8664000034332275,-0.4984000027179718,-0.03150000050663948,-0.866599977016449,-0.499099999666214,0.00009999999747378752,-0.8062999844551086,-0.5906999707221985,-0.032099999487400055,-0.7922000288963318,-0.5773000121116638,-0.1979999989271164,-0.8513000011444092,-0.4869000017642975,-0.1956000030040741,-0.8062999844551086,-0.5906999707221985,-0.032099999487400055,-0.8513000011444092,-0.4869000017642975,-0.1956000030040741,-0.8664000034332275,-0.4984000027179718,-0.03150000050663948,-0.866599977016449,-0.499099999666214,0.00009999999747378752,-0.8664000034332275,-0.4984000027179718,-0.03150000050663948,-0.914900004863739,-0.4025999903678894,-0.030899999663233757,-0.866599977016449,-0.499099999666214,0.00009999999747378752,-0.914900004863739,-0.4025999903678894,-0.030899999663233757,-0.9150999784469604,-0.4032000005245209,0,-0.8664000034332275,-0.4984000027179718,-0.03150000050663948,-0.8513000011444092,-0.4869000017642975,-0.1956000030040741,-0.8991000056266785,-0.3928999900817871,-0.19329999387264252,-0.8664000034332275,-0.4984000027179718,-0.03150000050663948,-0.8991000056266785,-0.3928999900817871,-0.19329999387264252,-0.914900004863739,-0.4025999903678894,-0.030899999663233757,-0.4196000099182129,-0.060499999672174454,-0.9057000279426575,-0.7954000234603882,-0.13230000436306,-0.5914000272750854,-0.7843999862670898,-0.1834000051021576,-0.5924999713897705,-0.4196000099182129,-0.060499999672174454,-0.9057000279426575,-0.7843999862670898,-0.1834000051021576,-0.5924999713897705,-0.41449999809265137,-0.08720000088214874,-0.9059000015258789,-0.42289999127388,-0.035999998450279236,-0.9054999947547913,-0.8029000163078308,-0.08269999921321869,-0.5903000235557556,-0.7954000234603882,-0.13230000436306,-0.5914000272750854,-0.42289999127388,-0.035999998450279236,-0.9054999947547913,-0.7954000234603882,-0.13230000436306,-0.5914000272750854,-0.4196000099182129,-0.060499999672174454,-0.9057000279426575,-0.7954000234603882,-0.13230000436306,-0.5914000272750854,-0.9677000045776367,-0.16940000653266907,-0.1867000013589859,-0.9542999863624573,-0.23199999332427979,-0.18850000202655792,-0.7954000234603882,-0.13230000436306,-0.5914000272750854,-0.9542999863624573,-0.23199999332427979,-0.18850000202655792,-0.7843999862670898,-0.1834000051021576,-0.5924999713897705,-0.8029000163078308,-0.08269999921321869,-0.5903000235557556,-0.9768000245094299,-0.10740000009536743,-0.18520000576972961,-0.9677000045776367,-0.16940000653266907,-0.1867000013589859,-0.8029000163078308,-0.08269999921321869,-0.5903000235557556,-0.9677000045776367,-0.16940000653266907,-0.1867000013589859,-0.7954000234603882,-0.13230000436306,-0.5914000272750854,-0.4255000054836273,0,-0.9049999713897705,-0.8083999752998352,0,-0.5885999798774719,-0.8070999979972839,-0.03759999945759773,-0.5892999768257141,-0.4255000054836273,0,-0.9049999713897705,-0.8070999979972839,-0.03759999945759773,-0.5892999768257141,-0.424699991941452,-0.015399999916553497,-0.9052000045776367,-0.8083999752998352,0,-0.5885999798774719,-0.9829999804496765,0,-0.1835000067949295,-0.9817000031471252,-0.04969999939203262,-0.18400000035762787,-0.8083999752998352,0,-0.5885999798774719,-0.9817000031471252,-0.04969999939203262,-0.18400000035762787,-0.8070999979972839,-0.03759999945759773,-0.5892999768257141,-0.424699991941452,-0.015399999916553497,-0.9052000045776367,-0.8070999979972839,-0.03759999945759773,-0.5892999768257141,-0.8029000163078308,-0.08269999921321869,-0.5903000235557556,-0.424699991941452,-0.015399999916553497,-0.9052000045776367,-0.8029000163078308,-0.08269999921321869,-0.5903000235557556,-0.42289999127388,-0.035999998450279236,-0.9054999947547913,-0.8070999979972839,-0.03759999945759773,-0.5892999768257141,-0.9817000031471252,-0.04969999939203262,-0.18400000035762787,-0.9768000245094299,-0.10740000009536743,-0.18520000576972961,-0.8070999979972839,-0.03759999945759773,-0.5892999768257141,-0.9768000245094299,-0.10740000009536743,-0.18520000576972961,-0.8029000163078308,-0.08269999921321869,-0.5903000235557556,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.998199999332428,-0.05169999971985817,-0.028699999675154686,-0.9995999932289124,0,-0.028599999845027924,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9995999932289124,0,-0.028599999845027924,-1,0,-0.00019999999494757503,-0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,-0.993399977684021,-0.1111999973654747,-0.028999999165534973,-0.998199999332428,-0.05169999971985817,-0.028699999675154686,-0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,-0.998199999332428,-0.05169999971985817,-0.028699999675154686,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.998199999332428,-0.05169999971985817,-0.028699999675154686,-0.9817000031471252,-0.04969999939203262,-0.18400000035762787,-0.9829999804496765,0,-0.1835000067949295,-0.998199999332428,-0.05169999971985817,-0.028699999675154686,-0.9829999804496765,0,-0.1835000067949295,-0.9995999932289124,0,-0.028599999845027924,-0.993399977684021,-0.1111999973654747,-0.028999999165534973,-0.9768000245094299,-0.10740000009536743,-0.18520000576972961,-0.9817000031471252,-0.04969999939203262,-0.18400000035762787,-0.993399977684021,-0.1111999973654747,-0.028999999165534973,-0.9817000031471252,-0.04969999939203262,-0.18400000035762787,-0.998199999332428,-0.05169999971985817,-0.028699999675154686,-0.9710000157356262,-0.23919999599456787,-0.00009999999747378752,-0.9706000089645386,-0.2387000024318695,-0.02969999983906746,-0.9842000007629395,-0.17479999363422394,-0.02930000051856041,-0.9710000157356262,-0.23919999599456787,-0.00009999999747378752,-0.9842000007629395,-0.17479999363422394,-0.02930000051856041,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9706000089645386,-0.2387000024318695,-0.02969999983906746,-0.9542999863624573,-0.23199999332427979,-0.18850000202655792,-0.9677000045776367,-0.16940000653266907,-0.1867000013589859,-0.9706000089645386,-0.2387000024318695,-0.02969999983906746,-0.9677000045776367,-0.16940000653266907,-0.1867000013589859,-0.9842000007629395,-0.17479999363422394,-0.02930000051856041,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9842000007629395,-0.17479999363422394,-0.02930000051856041,-0.993399977684021,-0.1111999973654747,-0.028999999165534973,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.993399977684021,-0.1111999973654747,-0.028999999165534973,-0.9937000274658203,-0.11159999668598175,-0.00009999999747378752,-0.9842000007629395,-0.17479999363422394,-0.02930000051856041,-0.9677000045776367,-0.16940000653266907,-0.1867000013589859,-0.9768000245094299,-0.10740000009536743,-0.18520000576972961,-0.9842000007629395,-0.17479999363422394,-0.02930000051856041,-0.9768000245094299,-0.10740000009536743,-0.18520000576972961,-0.993399977684021,-0.1111999973654747,-0.028999999165534973,-0.424699991941452,0.015399999916553497,-0.9052000045776367,-0.8070999979972839,0.03759999945759773,-0.5892999768257141,-0.8083999752998352,0,-0.5885999798774719,-0.424699991941452,0.015399999916553497,-0.9052000045776367,-0.8083999752998352,0,-0.5885999798774719,-0.4255000054836273,0,-0.9049999713897705,-0.42289999127388,0.035999998450279236,-0.9054999947547913,-0.8029000163078308,0.08269999921321869,-0.5903000235557556,-0.8070999979972839,0.03759999945759773,-0.5892999768257141,-0.42289999127388,0.035999998450279236,-0.9054999947547913,-0.8070999979972839,0.03759999945759773,-0.5892999768257141,-0.424699991941452,0.015399999916553497,-0.9052000045776367,-0.8070999979972839,0.03759999945759773,-0.5892999768257141,-0.9817000031471252,0.04969999939203262,-0.18410000205039978,-0.9829999804496765,0,-0.1835000067949295,-0.8070999979972839,0.03759999945759773,-0.5892999768257141,-0.9829999804496765,0,-0.1835000067949295,-0.8083999752998352,0,-0.5885999798774719,-0.8029000163078308,0.08269999921321869,-0.5903000235557556,-0.9768000245094299,0.10740000009536743,-0.18520000576972961,-0.9817000031471252,0.04969999939203262,-0.18410000205039978,-0.8029000163078308,0.08269999921321869,-0.5903000235557556,-0.9817000031471252,0.04969999939203262,-0.18410000205039978,-0.8070999979972839,0.03759999945759773,-0.5892999768257141,-0.41449999809265137,0.08720000088214874,-0.9059000015258789,-0.7843999862670898,0.1834000051021576,-0.5925999879837036,-0.7954999804496765,0.1324000060558319,-0.5914000272750854,-0.41449999809265137,0.08720000088214874,-0.9059000015258789,-0.7954999804496765,0.1324000060558319,-0.5914000272750854,-0.4196000099182129,0.060499999672174454,-0.9057000279426575,-0.7843999862670898,0.1834000051021576,-0.5925999879837036,-0.9542999863624573,0.23199999332427979,-0.18850000202655792,-0.9677000045776367,0.16940000653266907,-0.1867000013589859,-0.7843999862670898,0.1834000051021576,-0.5925999879837036,-0.9677000045776367,0.16940000653266907,-0.1867000013589859,-0.7954999804496765,0.1324000060558319,-0.5914000272750854,-0.4196000099182129,0.060499999672174454,-0.9057000279426575,-0.7954999804496765,0.1324000060558319,-0.5914000272750854,-0.8029000163078308,0.08269999921321869,-0.5903000235557556,-0.4196000099182129,0.060499999672174454,-0.9057000279426575,-0.8029000163078308,0.08269999921321869,-0.5903000235557556,-0.42289999127388,0.035999998450279236,-0.9054999947547913,-0.7954999804496765,0.1324000060558319,-0.5914000272750854,-0.9677000045776367,0.16940000653266907,-0.1867000013589859,-0.9768000245094299,0.10740000009536743,-0.18520000576972961,-0.7954999804496765,0.1324000060558319,-0.5914000272750854,-0.9768000245094299,0.10740000009536743,-0.18520000576972961,-0.8029000163078308,0.08269999921321869,-0.5903000235557556,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9842000007629395,0.17479999363422394,-0.029400000348687172,-0.9706000089645386,0.2387000024318695,-0.02979999966919422,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9706000089645386,0.2387000024318695,-0.02979999966919422,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9937000274658203,0.11159999668598175,-0.00009999999747378752,-0.993399977684021,0.1111999973654747,-0.028999999165534973,-0.9842000007629395,0.17479999363422394,-0.029400000348687172,-0.9937000274658203,0.11159999668598175,-0.00009999999747378752,-0.9842000007629395,0.17479999363422394,-0.029400000348687172,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9842000007629395,0.17479999363422394,-0.029400000348687172,-0.9677000045776367,0.16940000653266907,-0.1867000013589859,-0.9542999863624573,0.23199999332427979,-0.18850000202655792,-0.9842000007629395,0.17479999363422394,-0.029400000348687172,-0.9542999863624573,0.23199999332427979,-0.18850000202655792,-0.9706000089645386,0.2387000024318695,-0.02979999966919422,-0.993399977684021,0.1111999973654747,-0.028999999165534973,-0.9768000245094299,0.10740000009536743,-0.18520000576972961,-0.9677000045776367,0.16940000653266907,-0.1867000013589859,-0.993399977684021,0.1111999973654747,-0.028999999165534973,-0.9677000045776367,0.16940000653266907,-0.1867000013589859,-0.9842000007629395,0.17479999363422394,-0.029400000348687172,-1,0,-0.00019999999494757503,-0.9995999932289124,0,-0.028599999845027924,-0.998199999332428,0.05169999971985817,-0.028699999675154686,-1,0,-0.00019999999494757503,-0.998199999332428,0.05169999971985817,-0.028699999675154686,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9995999932289124,0,-0.028599999845027924,-0.9829999804496765,0,-0.1835000067949295,-0.9817000031471252,0.04969999939203262,-0.18410000205039978,-0.9995999932289124,0,-0.028599999845027924,-0.9817000031471252,0.04969999939203262,-0.18410000205039978,-0.998199999332428,0.05169999971985817,-0.028699999675154686,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.998199999332428,0.05169999971985817,-0.028699999675154686,-0.993399977684021,0.1111999973654747,-0.028999999165534973,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.993399977684021,0.1111999973654747,-0.028999999165534973,-0.9937000274658203,0.11159999668598175,-0.00009999999747378752,-0.998199999332428,0.05169999971985817,-0.028699999675154686,-0.9817000031471252,0.04969999939203262,-0.18410000205039978,-0.9768000245094299,0.10740000009536743,-0.18520000576972961,-0.998199999332428,0.05169999971985817,-0.028699999675154686,-0.9768000245094299,0.10740000009536743,-0.18520000576972961,-0.993399977684021,0.1111999973654747,-0.028999999165534973,-0.4043999910354614,0.11840000003576279,-0.9068999886512756,-0.7659000158309937,0.2425999939441681,-0.5953999757766724,-0.7843999862670898,0.1834000051021576,-0.5925999879837036,-0.4043999910354614,0.11840000003576279,-0.9068999886512756,-0.7843999862670898,0.1834000051021576,-0.5925999879837036,-0.41449999809265137,0.08720000088214874,-0.9059000015258789,-0.38940000534057617,0.15629999339580536,-0.9077000021934509,-0.7372000217437744,0.31470000743865967,-0.5978999733924866,-0.7659000158309937,0.2425999939441681,-0.5953999757766724,-0.38940000534057617,0.15629999339580536,-0.9077000021934509,-0.7659000158309937,0.2425999939441681,-0.5953999757766724,-0.4043999910354614,0.11840000003576279,-0.9068999886512756,-0.7659000158309937,0.2425999939441681,-0.5953999757766724,-0.9332000017166138,0.304500013589859,-0.19089999794960022,-0.9542999863624573,0.23199999332427979,-0.18850000202655792,-0.7659000158309937,0.2425999939441681,-0.5953999757766724,-0.9542999863624573,0.23199999332427979,-0.18850000202655792,-0.7843999862670898,0.1834000051021576,-0.5925999879837036,-0.7372000217437744,0.31470000743865967,-0.5978999733924866,-0.8991000056266785,0.3928999900817871,-0.1932000070810318,-0.9332000017166138,0.304500013589859,-0.19089999794960022,-0.7372000217437744,0.31470000743865967,-0.5978999733924866,-0.9332000017166138,0.304500013589859,-0.19089999794960022,-0.7659000158309937,0.2425999939441681,-0.5953999757766724,-0.34459999203681946,0.23600000143051147,-0.9085999727249146,-0.6496000289916992,0.4652999937534332,-0.6013000011444092,-0.6978999972343445,0.391400009393692,-0.5997999906539917,-0.34459999203681946,0.23600000143051147,-0.9085999727249146,-0.6978999972343445,0.391400009393692,-0.5997999906539917,-0.3691999912261963,0.19679999351501465,-0.90829998254776,-0.6496000289916992,0.4652999937534332,-0.6013000011444092,-0.7922000288963318,0.5773000121116638,-0.1979999989271164,-0.8513000011444092,0.4869000017642975,-0.1956000030040741,-0.6496000289916992,0.4652999937534332,-0.6013000011444092,-0.8513000011444092,0.4869000017642975,-0.1956000030040741,-0.6978999972343445,0.391400009393692,-0.5997999906539917,-0.3691999912261963,0.19679999351501465,-0.90829998254776,-0.6978999972343445,0.391400009393692,-0.5997999906539917,-0.7372000217437744,0.31470000743865967,-0.5978999733924866,-0.3691999912261963,0.19679999351501465,-0.90829998254776,-0.7372000217437744,0.31470000743865967,-0.5978999733924866,-0.38940000534057617,0.15629999339580536,-0.9077000021934509,-0.6978999972343445,0.391400009393692,-0.5997999906539917,-0.8513000011444092,0.4869000017642975,-0.1956000030040741,-0.8991000056266785,0.3928999900817871,-0.1932000070810318,-0.6978999972343445,0.391400009393692,-0.5997999906539917,-0.8991000056266785,0.3928999900817871,-0.1932000070810318,-0.7372000217437744,0.31470000743865967,-0.5978999733924866,-0.866599977016449,0.499099999666214,0.00009999999747378752,-0.8664000034332275,0.4984000027179718,-0.03150000050663948,-0.8062999844551086,0.5906999707221985,-0.032099999487400055,-0.866599977016449,0.499099999666214,0.00009999999747378752,-0.8062999844551086,0.5906999707221985,-0.032099999487400055,-0.8064000010490417,0.5914000272750854,0.00009999999747378752,-0.9150999784469604,0.4032000005245209,0,-0.914900004863739,0.4025999903678894,-0.030899999663233757,-0.8664000034332275,0.4984000027179718,-0.03150000050663948,-0.9150999784469604,0.4032000005245209,0,-0.8664000034332275,0.4984000027179718,-0.03150000050663948,-0.866599977016449,0.499099999666214,0.00009999999747378752,-0.8664000034332275,0.4984000027179718,-0.03150000050663948,-0.8513000011444092,0.4869000017642975,-0.1956000030040741,-0.7922000288963318,0.5773000121116638,-0.1979999989271164,-0.8664000034332275,0.4984000027179718,-0.03150000050663948,-0.7922000288963318,0.5773000121116638,-0.1979999989271164,-0.8062999844551086,0.5906999707221985,-0.032099999487400055,-0.914900004863739,0.4025999903678894,-0.030899999663233757,-0.8991000056266785,0.3928999900817871,-0.1932000070810318,-0.8513000011444092,0.4869000017642975,-0.1956000030040741,-0.914900004863739,0.4025999903678894,-0.030899999663233757,-0.8513000011444092,0.4869000017642975,-0.1956000030040741,-0.8664000034332275,0.4984000027179718,-0.03150000050663948,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.9706000089645386,0.2387000024318695,-0.02979999966919422,-0.949400007724762,0.3125,-0.030300000682473183,-0.9710000157356262,0.23929999768733978,-0.00009999999747378752,-0.949400007724762,0.3125,-0.030300000682473183,-0.9496999979019165,0.31310001015663147,0,-0.9706000089645386,0.2387000024318695,-0.02979999966919422,-0.9542999863624573,0.23199999332427979,-0.18850000202655792,-0.9332000017166138,0.304500013589859,-0.19089999794960022,-0.9706000089645386,0.2387000024318695,-0.02979999966919422,-0.9332000017166138,0.304500013589859,-0.19089999794960022,-0.949400007724762,0.3125,-0.030300000682473183,-0.9496999979019165,0.31310001015663147,0,-0.949400007724762,0.3125,-0.030300000682473183,-0.914900004863739,0.4025999903678894,-0.030899999663233757,-0.9496999979019165,0.31310001015663147,0,-0.914900004863739,0.4025999903678894,-0.030899999663233757,-0.9150999784469604,0.4032000005245209,0,-0.949400007724762,0.3125,-0.030300000682473183,-0.9332000017166138,0.304500013589859,-0.19089999794960022,-0.8991000056266785,0.3928999900817871,-0.1932000070810318,-0.949400007724762,0.3125,-0.030300000682473183,-0.8991000056266785,0.3928999900817871,-0.1932000070810318,-0.914900004863739,0.4025999903678894,-0.030899999663233757,-0.29120001196861267,0.28790000081062317,-0.9122999906539917,-0.5521000027656555,0.5687000155448914,-0.6097999811172485,-0.6496000289916992,0.4652999937534332,-0.6013000011444092,-0.29120001196861267,0.28790000081062317,-0.9122999906539917,-0.6496000289916992,0.4652999937534332,-0.6013000011444092,-0.34459999203681946,0.23600000143051147,-0.9085999727249146,-0.20990000665187836,0.35089999437332153,-0.9125999808311462,-0.39399999380111694,0.6869000196456909,-0.6107000112533569,-0.5521000027656555,0.5687000155448914,-0.6097999811172485,-0.20990000665187836,0.35089999437332153,-0.9125999808311462,-0.5521000027656555,0.5687000155448914,-0.6097999811172485,-0.29120001196861267,0.28790000081062317,-0.9122999906539917,-0.5521000027656555,0.5687000155448914,-0.6097999811172485,-0.6769000291824341,0.7077999711036682,-0.2020999938249588,-0.7922000288963318,0.5773000121116638,-0.1979999989271164,-0.5521000027656555,0.5687000155448914,-0.6097999811172485,-0.7922000288963318,0.5773000121116638,-0.1979999989271164,-0.6496000289916992,0.4652999937534332,-0.6013000011444092,-0.39399999380111694,0.6869000196456909,-0.6107000112533569,-0.482699990272522,0.8515999913215637,-0.20440000295639038,-0.6769000291824341,0.7077999711036682,-0.2020999938249588,-0.39399999380111694,0.6869000196456909,-0.6107000112533569,-0.6769000291824341,0.7077999711036682,-0.2020999938249588,-0.5521000027656555,0.5687000155448914,-0.6097999811172485,-0.06549999862909317,0.4081999957561493,-0.9104999899864197,-0.11940000206232071,0.7846999764442444,-0.608299970626831,-0.23739999532699585,0.7573999762535095,-0.608299970626831,-0.06549999862909317,0.4081999957561493,-0.9104999899864197,-0.23739999532699585,0.7573999762535095,-0.608299970626831,-0.12860000133514404,0.39169999957084656,-0.9110999703407288,-0.11940000206232071,0.7846999764442444,-0.608299970626831,-0.1454000025987625,0.967199981212616,-0.20839999616146088,-0.2897000014781952,0.9347000122070312,-0.20600000023841858,-0.11940000206232071,0.7846999764442444,-0.608299970626831,-0.2897000014781952,0.9347000122070312,-0.20600000023841858,-0.23739999532699585,0.7573999762535095,-0.608299970626831,-0.12860000133514404,0.39169999957084656,-0.9110999703407288,-0.23739999532699585,0.7573999762535095,-0.608299970626831,-0.39399999380111694,0.6869000196456909,-0.6107000112533569,-0.12860000133514404,0.39169999957084656,-0.9110999703407288,-0.39399999380111694,0.6869000196456909,-0.6107000112533569,-0.20990000665187836,0.35089999437332153,-0.9125999808311462,-0.23739999532699585,0.7573999762535095,-0.608299970626831,-0.2897000014781952,0.9347000122070312,-0.20600000023841858,-0.482699990272522,0.8515999913215637,-0.20440000295639038,-0.23739999532699585,0.7573999762535095,-0.608299970626831,-0.482699990272522,0.8515999913215637,-0.20440000295639038,-0.39399999380111694,0.6869000196456909,-0.6107000112533569,-0.29660001397132874,0.9549999833106995,0.0005000000237487257,-0.2962000072002411,0.9545000195503235,-0.03420000150799751,-0.14900000393390656,0.9882000088691711,-0.0348999984562397,-0.29660001397132874,0.9549999833106995,0.0005000000237487257,-0.14900000393390656,0.9882000088691711,-0.0348999984562397,-0.149399995803833,0.9887999892234802,0.0005000000237487257,-0.4927000105381012,0.870199978351593,0.0005000000237487257,-0.49239999055862427,0.869700014591217,-0.03359999880194664,-0.2962000072002411,0.9545000195503235,-0.03420000150799751,-0.4927000105381012,0.870199978351593,0.0005000000237487257,-0.2962000072002411,0.9545000195503235,-0.03420000150799751,-0.29660001397132874,0.9549999833106995,0.0005000000237487257,-0.2962000072002411,0.9545000195503235,-0.03420000150799751,-0.2897000014781952,0.9347000122070312,-0.20600000023841858,-0.1454000025987625,0.967199981212616,-0.20839999616146088,-0.2962000072002411,0.9545000195503235,-0.03420000150799751,-0.1454000025987625,0.967199981212616,-0.20839999616146088,-0.14900000393390656,0.9882000088691711,-0.0348999984562397,-0.49239999055862427,0.869700014591217,-0.03359999880194664,-0.482699990272522,0.8515999913215637,-0.20440000295639038,-0.2897000014781952,0.9347000122070312,-0.20600000023841858,-0.49239999055862427,0.869700014591217,-0.03359999880194664,-0.2897000014781952,0.9347000122070312,-0.20600000023841858,-0.2962000072002411,0.9545000195503235,-0.03420000150799751,-0.8064000010490417,0.5914000272750854,0.00009999999747378752,-0.8062999844551086,0.5906999707221985,-0.032099999487400055,-0.6894000172615051,0.7235999703407288,-0.03290000185370445,-0.8064000010490417,0.5914000272750854,0.00009999999747378752,-0.6894000172615051,0.7235999703407288,-0.03290000185370445,-0.6895999908447266,0.7242000102996826,0.0003000000142492354,-0.8062999844551086,0.5906999707221985,-0.032099999487400055,-0.7922000288963318,0.5773000121116638,-0.1979999989271164,-0.6769000291824341,0.7077999711036682,-0.2020999938249588,-0.8062999844551086,0.5906999707221985,-0.032099999487400055,-0.6769000291824341,0.7077999711036682,-0.2020999938249588,-0.6894000172615051,0.7235999703407288,-0.03290000185370445,-0.6895999908447266,0.7242000102996826,0.0003000000142492354,-0.6894000172615051,0.7235999703407288,-0.03290000185370445,-0.49239999055862427,0.869700014591217,-0.03359999880194664,-0.6895999908447266,0.7242000102996826,0.0003000000142492354,-0.49239999055862427,0.869700014591217,-0.03359999880194664,-0.4927000105381012,0.870199978351593,0.0005000000237487257,-0.6894000172615051,0.7235999703407288,-0.03290000185370445,-0.6769000291824341,0.7077999711036682,-0.2020999938249588,-0.482699990272522,0.8515999913215637,-0.20440000295639038,-0.6894000172615051,0.7235999703407288,-0.03290000185370445,-0.482699990272522,0.8515999913215637,-0.20440000295639038,-0.49239999055862427,0.869700014591217,-0.03359999880194664,-0.027799999341368675,0.41339999437332153,-0.910099983215332,-0.05050000175833702,0.7919999957084656,-0.6085000038146973,-0.11940000206232071,0.7846999764442444,-0.608299970626831,-0.027799999341368675,0.41339999437332153,-0.910099983215332,-0.11940000206232071,0.7846999764442444,-0.608299970626831,-0.06549999862909317,0.4081999957561493,-0.9104999899864197,-0.010400000028312206,0.413100004196167,-0.9106000065803528,-0.01899999938905239,0.7922000288963318,-0.6100000143051147,-0.05050000175833702,0.7919999957084656,-0.6085000038146973,-0.010400000028312206,0.413100004196167,-0.9106000065803528,-0.05050000175833702,0.7919999957084656,-0.6085000038146973,-0.027799999341368675,0.41339999437332153,-0.910099983215332,-0.05050000175833702,0.7919999957084656,-0.6085000038146973,-0.061400000005960464,0.9757000207901001,-0.21050000190734863,-0.1454000025987625,0.967199981212616,-0.20839999616146088,-0.05050000175833702,0.7919999957084656,-0.6085000038146973,-0.1454000025987625,0.967199981212616,-0.20839999616146088,-0.11940000206232071,0.7846999764442444,-0.608299970626831,-0.01899999938905239,0.7922000288963318,-0.6100000143051147,-0.023099999874830246,0.9768999814987183,-0.21220000088214874,-0.061400000005960464,0.9757000207901001,-0.21050000190734863,-0.01899999938905239,0.7922000288963318,-0.6100000143051147,-0.061400000005960464,0.9757000207901001,-0.21050000190734863,-0.05050000175833702,0.7919999957084656,-0.6085000038146973,0,0.414000004529953,-0.9103000164031982,0,0.7928000092506409,-0.6093999743461609,-0.004399999976158142,0.7922999858856201,-0.6100999712944031,0,0.414000004529953,-0.9103000164031982,-0.004399999976158142,0.7922999858856201,-0.6100999712944031,-0.002400000113993883,0.4131999909877777,-0.9106000065803528,0,0.7928000092506409,-0.6093999743461609,0,0.9771999716758728,-0.21240000426769257,-0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0,0.7928000092506409,-0.6093999743461609,-0.0052999998442828655,0.9771000146865845,-0.2126999944448471,-0.004399999976158142,0.7922999858856201,-0.6100999712944031,-0.002400000113993883,0.4131999909877777,-0.9106000065803528,-0.004399999976158142,0.7922999858856201,-0.6100999712944031,-0.01899999938905239,0.7922000288963318,-0.6100000143051147,-0.002400000113993883,0.4131999909877777,-0.9106000065803528,-0.01899999938905239,0.7922000288963318,-0.6100000143051147,-0.010400000028312206,0.413100004196167,-0.9106000065803528,-0.004399999976158142,0.7922999858856201,-0.6100999712944031,-0.0052999998442828655,0.9771000146865845,-0.2126999944448471,-0.023099999874830246,0.9768999814987183,-0.21220000088214874,-0.004399999976158142,0.7922999858856201,-0.6100999712944031,-0.023099999874830246,0.9768999814987183,-0.21220000088214874,-0.01899999938905239,0.7922000288963318,-0.6100000143051147,-0.005400000140070915,1,0.00019999999494757503,-0.005400000140070915,0.9993000030517578,-0.035999998450279236,0,0.9994000196456909,-0.035999998450279236,-0.005400000140070915,1,0.00019999999494757503,0,0.9994000196456909,-0.035999998450279236,0,1,0.00019999999494757503,-0.023800000548362732,0.9997000098228455,0.0003000000142492354,-0.02370000071823597,0.9991000294685364,-0.03590000048279762,-0.005400000140070915,0.9993000030517578,-0.035999998450279236,-0.023800000548362732,0.9997000098228455,0.0003000000142492354,-0.005400000140070915,0.9993000030517578,-0.035999998450279236,-0.005400000140070915,1,0.00019999999494757503,-0.005400000140070915,0.9993000030517578,-0.035999998450279236,-0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0,0.9771999716758728,-0.21240000426769257,-0.005400000140070915,0.9993000030517578,-0.035999998450279236,0,0.9771999716758728,-0.21240000426769257,0,0.9994000196456909,-0.035999998450279236,-0.02370000071823597,0.9991000294685364,-0.03590000048279762,-0.023099999874830246,0.9768999814987183,-0.21220000088214874,-0.0052999998442828655,0.9771000146865845,-0.2126999944448471,-0.02370000071823597,0.9991000294685364,-0.03590000048279762,-0.0052999998442828655,0.9771000146865845,-0.2126999944448471,-0.005400000140070915,0.9993000030517578,-0.035999998450279236,-0.149399995803833,0.9887999892234802,0.0005000000237487257,-0.14900000393390656,0.9882000088691711,-0.0348999984562397,-0.06289999932050705,0.9973999857902527,-0.03550000116229057,-0.149399995803833,0.9887999892234802,0.0005000000237487257,-0.06289999932050705,0.9973999857902527,-0.03550000116229057,-0.06300000101327896,0.9980000257492065,0.00039999998989515007,-0.14900000393390656,0.9882000088691711,-0.0348999984562397,-0.1454000025987625,0.967199981212616,-0.20839999616146088,-0.061400000005960464,0.9757000207901001,-0.21050000190734863,-0.14900000393390656,0.9882000088691711,-0.0348999984562397,-0.061400000005960464,0.9757000207901001,-0.21050000190734863,-0.06289999932050705,0.9973999857902527,-0.03550000116229057,-0.06300000101327896,0.9980000257492065,0.00039999998989515007,-0.06289999932050705,0.9973999857902527,-0.03550000116229057,-0.02370000071823597,0.9991000294685364,-0.03590000048279762,-0.06300000101327896,0.9980000257492065,0.00039999998989515007,-0.02370000071823597,0.9991000294685364,-0.03590000048279762,-0.023800000548362732,0.9997000098228455,0.0003000000142492354,-0.06289999932050705,0.9973999857902527,-0.03550000116229057,-0.061400000005960464,0.9757000207901001,-0.21050000190734863,-0.023099999874830246,0.9768999814987183,-0.21220000088214874,-0.06289999932050705,0.9973999857902527,-0.03550000116229057,-0.023099999874830246,0.9768999814987183,-0.21220000088214874,-0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.002400000113993883,0.4131999909877777,-0.9106000065803528,0.004399999976158142,0.7922999858856201,-0.6101999878883362,0,0.7928000092506409,-0.6093999743461609,0.002400000113993883,0.4131999909877777,-0.9106000065803528,0,0.7928000092506409,-0.6093999743461609,0,0.414000004529953,-0.9103000164031982,0.010400000028312206,0.4131999909877777,-0.9106000065803528,0.01899999938905239,0.7922000288963318,-0.6100000143051147,0.004399999976158142,0.7922999858856201,-0.6101999878883362,0.010400000028312206,0.4131999909877777,-0.9106000065803528,0.004399999976158142,0.7922999858856201,-0.6101999878883362,0.002400000113993883,0.4131999909877777,-0.9106000065803528,0.004399999976158142,0.7922999858856201,-0.6101999878883362,0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0,0.9771999716758728,-0.21240000426769257,0.004399999976158142,0.7922999858856201,-0.6101999878883362,0,0.9771999716758728,-0.21240000426769257,0,0.7928000092506409,-0.6093999743461609,0.01899999938905239,0.7922000288963318,-0.6100000143051147,0.023099999874830246,0.9768999814987183,-0.21220000088214874,0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0.01899999938905239,0.7922000288963318,-0.6100000143051147,0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0.004399999976158142,0.7922999858856201,-0.6101999878883362,0.06539999693632126,0.4081999957561493,-0.9104999899864197,0.1193000003695488,0.7846999764442444,-0.608299970626831,0.05050000175833702,0.7919999957084656,-0.6085000038146973,0.06539999693632126,0.4081999957561493,-0.9104999899864197,0.05050000175833702,0.7919999957084656,-0.6085000038146973,0.027699999511241913,0.41339999437332153,-0.910099983215332,0.1193000003695488,0.7846999764442444,-0.608299970626831,0.1454000025987625,0.967199981212616,-0.2084999978542328,0.061400000005960464,0.9757000207901001,-0.21050000190734863,0.1193000003695488,0.7846999764442444,-0.608299970626831,0.061400000005960464,0.9757000207901001,-0.21050000190734863,0.05050000175833702,0.7919999957084656,-0.6085000038146973,0.027699999511241913,0.41339999437332153,-0.910099983215332,0.05050000175833702,0.7919999957084656,-0.6085000038146973,0.01899999938905239,0.7922000288963318,-0.6100000143051147,0.027699999511241913,0.41339999437332153,-0.910099983215332,0.01899999938905239,0.7922000288963318,-0.6100000143051147,0.010400000028312206,0.4131999909877777,-0.9106000065803528,0.05050000175833702,0.7919999957084656,-0.6085000038146973,0.061400000005960464,0.9757000207901001,-0.21050000190734863,0.023099999874830246,0.9768999814987183,-0.21220000088214874,0.05050000175833702,0.7919999957084656,-0.6085000038146973,0.023099999874830246,0.9768999814987183,-0.21220000088214874,0.01899999938905239,0.7922000288963318,-0.6100000143051147,0.06300000101327896,0.9980000257492065,0.00039999998989515007,0.06289999932050705,0.9973999857902527,-0.03550000116229057,0.14900000393390656,0.9882000088691711,-0.0348999984562397,0.06300000101327896,0.9980000257492065,0.00039999998989515007,0.14900000393390656,0.9882000088691711,-0.0348999984562397,0.149399995803833,0.9887999892234802,0.0005000000237487257,0.023800000548362732,0.9997000098228455,0.0003000000142492354,0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.06289999932050705,0.9973999857902527,-0.03550000116229057,0.023800000548362732,0.9997000098228455,0.0003000000142492354,0.06289999932050705,0.9973999857902527,-0.03550000116229057,0.06300000101327896,0.9980000257492065,0.00039999998989515007,0.06289999932050705,0.9973999857902527,-0.03550000116229057,0.061400000005960464,0.9757000207901001,-0.21050000190734863,0.1454000025987625,0.967199981212616,-0.2084999978542328,0.06289999932050705,0.9973999857902527,-0.03550000116229057,0.1454000025987625,0.967199981212616,-0.2084999978542328,0.14900000393390656,0.9882000088691711,-0.0348999984562397,0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.023099999874830246,0.9768999814987183,-0.21220000088214874,0.061400000005960464,0.9757000207901001,-0.21050000190734863,0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.061400000005960464,0.9757000207901001,-0.21050000190734863,0.06289999932050705,0.9973999857902527,-0.03550000116229057,0,1,0.00019999999494757503,0,0.9994000196456909,-0.035999998450279236,0.005400000140070915,0.9993000030517578,-0.035999998450279236,0,1,0.00019999999494757503,0.005400000140070915,0.9993000030517578,-0.035999998450279236,0.005400000140070915,1,0.00019999999494757503,0,0.9994000196456909,-0.035999998450279236,0,0.9771999716758728,-0.21240000426769257,0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0,0.9994000196456909,-0.035999998450279236,0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0.005400000140070915,0.9993000030517578,-0.035999998450279236,0.005400000140070915,1,0.00019999999494757503,0.005400000140070915,0.9993000030517578,-0.035999998450279236,0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.005400000140070915,1,0.00019999999494757503,0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.023800000548362732,0.9997000098228455,0.0003000000142492354,0.005400000140070915,0.9993000030517578,-0.035999998450279236,0.0052999998442828655,0.9771000146865845,-0.2126999944448471,0.023099999874830246,0.9768999814987183,-0.21220000088214874,0.005400000140070915,0.9993000030517578,-0.035999998450279236,0.023099999874830246,0.9768999814987183,-0.21220000088214874,0.02370000071823597,0.9991000294685364,-0.03590000048279762,0.12849999964237213,0.39169999957084656,-0.9110999703407288,0.23739999532699585,0.7573999762535095,-0.6082000136375427,0.1193000003695488,0.7846999764442444,-0.608299970626831,0.12849999964237213,0.39169999957084656,-0.9110999703407288,0.1193000003695488,0.7846999764442444,-0.608299970626831,0.06539999693632126,0.4081999957561493,-0.9104999899864197,0.20990000665187836,0.35089999437332153,-0.9125999808311462,0.39399999380111694,0.6869000196456909,-0.6107000112533569,0.23739999532699585,0.7573999762535095,-0.6082000136375427,0.20990000665187836,0.35089999437332153,-0.9125999808311462,0.23739999532699585,0.7573999762535095,-0.6082000136375427,0.12849999964237213,0.39169999957084656,-0.9110999703407288,0.23739999532699585,0.7573999762535095,-0.6082000136375427,0.2897000014781952,0.9347000122070312,-0.20600000023841858,0.1454000025987625,0.967199981212616,-0.2084999978542328,0.23739999532699585,0.7573999762535095,-0.6082000136375427,0.1454000025987625,0.967199981212616,-0.2084999978542328,0.1193000003695488,0.7846999764442444,-0.608299970626831,0.39399999380111694,0.6869000196456909,-0.6107000112533569,0.482699990272522,0.8515999913215637,-0.2045000046491623,0.2897000014781952,0.9347000122070312,-0.20600000023841858,0.39399999380111694,0.6869000196456909,-0.6107000112533569,0.2897000014781952,0.9347000122070312,-0.20600000023841858,0.23739999532699585,0.7573999762535095,-0.6082000136375427,0.34459999203681946,0.23600000143051147,-0.9085999727249146,0.6496000289916992,0.4652999937534332,-0.6013000011444092,0.5521000027656555,0.5687000155448914,-0.6097000241279602,0.34459999203681946,0.23600000143051147,-0.9085999727249146,0.5521000027656555,0.5687000155448914,-0.6097000241279602,0.29120001196861267,0.28790000081062317,-0.9122999906539917,0.6496000289916992,0.4652999937534332,-0.6013000011444092,0.7922000288963318,0.5773000121116638,-0.1979999989271164,0.6769000291824341,0.7077999711036682,-0.2020999938249588,0.6496000289916992,0.4652999937534332,-0.6013000011444092,0.6769000291824341,0.7077999711036682,-0.2020999938249588,0.5521000027656555,0.5687000155448914,-0.6097000241279602,0.29120001196861267,0.28790000081062317,-0.9122999906539917,0.5521000027656555,0.5687000155448914,-0.6097000241279602,0.39399999380111694,0.6869000196456909,-0.6107000112533569,0.29120001196861267,0.28790000081062317,-0.9122999906539917,0.39399999380111694,0.6869000196456909,-0.6107000112533569,0.20990000665187836,0.35089999437332153,-0.9125999808311462,0.5521000027656555,0.5687000155448914,-0.6097000241279602,0.6769000291824341,0.7077999711036682,-0.2020999938249588,0.482699990272522,0.8515999913215637,-0.2045000046491623,0.5521000027656555,0.5687000155448914,-0.6097000241279602,0.482699990272522,0.8515999913215637,-0.2045000046491623,0.39399999380111694,0.6869000196456909,-0.6107000112533569,0.6895999908447266,0.7242000102996826,0.0003000000142492354,0.6894000172615051,0.7235999703407288,-0.03290000185370445,0.8062999844551086,0.5906999707221985,-0.032099999487400055,0.6895999908447266,0.7242000102996826,0.0003000000142492354,0.8062999844551086,0.5906999707221985,-0.032099999487400055,0.8064000010490417,0.5914000272750854,0.00009999999747378752,0.4927000105381012,0.870199978351593,0.0005000000237487257,0.49239999055862427,0.869700014591217,-0.03359999880194664,0.6894000172615051,0.7235999703407288,-0.03290000185370445,0.4927000105381012,0.870199978351593,0.0005000000237487257,0.6894000172615051,0.7235999703407288,-0.03290000185370445,0.6895999908447266,0.7242000102996826,0.0003000000142492354,0.6894000172615051,0.7235999703407288,-0.03290000185370445,0.6769000291824341,0.7077999711036682,-0.2020999938249588,0.7922000288963318,0.5773000121116638,-0.1979999989271164,0.6894000172615051,0.7235999703407288,-0.03290000185370445,0.7922000288963318,0.5773000121116638,-0.1979999989271164,0.8062999844551086,0.5906999707221985,-0.032099999487400055,0.49239999055862427,0.869700014591217,-0.03359999880194664,0.482699990272522,0.8515999913215637,-0.2045000046491623,0.6769000291824341,0.7077999711036682,-0.2020999938249588,0.49239999055862427,0.869700014591217,-0.03359999880194664,0.6769000291824341,0.7077999711036682,-0.2020999938249588,0.6894000172615051,0.7235999703407288,-0.03290000185370445,0.149399995803833,0.9887999892234802,0.0005000000237487257,0.14900000393390656,0.9882000088691711,-0.0348999984562397,0.2962000072002411,0.9545000195503235,-0.03420000150799751,0.149399995803833,0.9887999892234802,0.0005000000237487257,0.2962000072002411,0.9545000195503235,-0.03420000150799751,0.29660001397132874,0.9549999833106995,0.0005000000237487257,0.14900000393390656,0.9882000088691711,-0.0348999984562397,0.1454000025987625,0.967199981212616,-0.2084999978542328,0.2897000014781952,0.9347000122070312,-0.20600000023841858,0.14900000393390656,0.9882000088691711,-0.0348999984562397,0.2897000014781952,0.9347000122070312,-0.20600000023841858,0.2962000072002411,0.9545000195503235,-0.03420000150799751,0.29660001397132874,0.9549999833106995,0.0005000000237487257,0.2962000072002411,0.9545000195503235,-0.03420000150799751,0.49239999055862427,0.869700014591217,-0.03359999880194664,0.29660001397132874,0.9549999833106995,0.0005000000237487257,0.49239999055862427,0.869700014591217,-0.03359999880194664,0.4927000105381012,0.870199978351593,0.0005000000237487257,0.2962000072002411,0.9545000195503235,-0.03420000150799751,0.2897000014781952,0.9347000122070312,-0.20600000023841858,0.482699990272522,0.8515999913215637,-0.2045000046491623,0.2962000072002411,0.9545000195503235,-0.03420000150799751,0.482699990272522,0.8515999913215637,-0.2045000046491623,0.49239999055862427,0.869700014591217,-0.03359999880194664,0.013799999840557575,0.004000000189989805,-0.9998999834060669,0.39160001277923584,0.1282999962568283,-0.9111999869346619,0.40299999713897705,0.09860000014305115,-0.9099000096321106,0.013799999840557575,0.004000000189989805,-0.9998999834060669,0.40299999713897705,0.09860000014305115,-0.9099000096321106,0.014100000262260437,0.002899999963119626,-0.9998999834060669,0.013299999758601189,0.0052999998442828655,-0.9998999834060669,0.3734999895095825,0.16380000114440918,-0.913100004196167,0.39160001277923584,0.1282999962568283,-0.9111999869346619,0.013299999758601189,0.0052999998442828655,-0.9998999834060669,0.39160001277923584,0.1282999962568283,-0.9111999869346619,0.013799999840557575,0.004000000189989805,-0.9998999834060669,0.39160001277923584,0.1282999962568283,-0.9111999869346619,0.8626000285148621,0.2842000126838684,-0.41839998960494995,0.8842999935150146,0.21770000457763672,-0.4129999876022339,0.39160001277923584,0.1282999962568283,-0.9111999869346619,0.8842999935150146,0.21770000457763672,-0.4129999876022339,0.40299999713897705,0.09860000014305115,-0.9099000096321106,0.3734999895095825,0.16380000114440918,-0.913100004196167,0.8285999894142151,0.36489999294281006,-0.424699991941452,0.8626000285148621,0.2842000126838684,-0.41839998960494995,0.3734999895095825,0.16380000114440918,-0.913100004196167,0.8626000285148621,0.2842000126838684,-0.41839998960494995,0.39160001277923584,0.1282999962568283,-0.9111999869346619,0.011800000444054604,0.00800000037997961,-0.9998999834060669,0.31929999589920044,0.23350000381469727,-0.91839998960495,0.3490000069141388,0.20029999315738678,-0.9154999852180481,0.011800000444054604,0.00800000037997961,-0.9998999834060669,0.3490000069141388,0.20029999315738678,-0.9154999852180481,0.01269999984651804,0.0066999997943639755,-0.9998999834060669,0.31929999589920044,0.23350000381469727,-0.91839998960495,0.7245000004768372,0.531000018119812,-0.43939998745918274,0.7818999886512756,0.44999998807907104,-0.43149998784065247,0.31929999589920044,0.23350000381469727,-0.91839998960495,0.7818999886512756,0.44999998807907104,-0.43149998784065247,0.3490000069141388,0.20029999315738678,-0.9154999852180481,0.01269999984651804,0.0066999997943639755,-0.9998999834060669,0.3490000069141388,0.20029999315738678,-0.9154999852180481,0.3734999895095825,0.16380000114440918,-0.913100004196167,0.01269999984651804,0.0066999997943639755,-0.9998999834060669,0.3734999895095825,0.16380000114440918,-0.913100004196167,0.013299999758601189,0.0052999998442828655,-0.9998999834060669,0.3490000069141388,0.20029999315738678,-0.9154999852180481,0.7818999886512756,0.44999998807907104,-0.43149998784065247,0.8285999894142151,0.36489999294281006,-0.424699991941452,0.3490000069141388,0.20029999315738678,-0.9154999852180481,0.8285999894142151,0.36489999294281006,-0.424699991941452,0.3734999895095825,0.16380000114440918,-0.913100004196167,0.8665000200271606,0.4991999864578247,0.00009999999747378752,0.8651000261306763,0.4982999861240387,-0.05730000138282776,0.8050000071525574,0.590399980545044,-0.05900000035762787,0.8665000200271606,0.4991999864578247,0.00009999999747378752,0.8050000071525574,0.590399980545044,-0.05900000035762787,0.8062999844551086,0.5914999842643738,0.00019999999494757503,0.9150999784469604,0.4032999873161316,0,0.9136999845504761,0.4025999903678894,-0.055799998342990875,0.8651000261306763,0.4982999861240387,-0.05730000138282776,0.9150999784469604,0.4032999873161316,0,0.8651000261306763,0.4982999861240387,-0.05730000138282776,0.8665000200271606,0.4991999864578247,0.00009999999747378752,0.8651000261306763,0.4982999861240387,-0.05730000138282776,0.7818999886512756,0.44999998807907104,-0.43149998784065247,0.7245000004768372,0.531000018119812,-0.43939998745918274,0.8651000261306763,0.4982999861240387,-0.05730000138282776,0.7245000004768372,0.531000018119812,-0.43939998745918274,0.8050000071525574,0.590399980545044,-0.05900000035762787,0.9136999845504761,0.4025999903678894,-0.055799998342990875,0.8285999894142151,0.36489999294281006,-0.424699991941452,0.7818999886512756,0.44999998807907104,-0.43149998784065247,0.9136999845504761,0.4025999903678894,-0.055799998342990875,0.7818999886512756,0.44999998807907104,-0.43149998784065247,0.8651000261306763,0.4982999861240387,-0.05730000138282776,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9696000218391418,0.23890000581741333,-0.05310000106692314,0.9483000040054321,0.3127000033855438,-0.0544000007212162,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9483000040054321,0.3127000033855438,-0.0544000007212162,0.9496999979019165,0.3131999969482422,-0.00009999999747378752,0.9696000218391418,0.23890000581741333,-0.05310000106692314,0.8842999935150146,0.21770000457763672,-0.4129999876022339,0.8626000285148621,0.2842000126838684,-0.41839998960494995,0.9696000218391418,0.23890000581741333,-0.05310000106692314,0.8626000285148621,0.2842000126838684,-0.41839998960494995,0.9483000040054321,0.3127000033855438,-0.0544000007212162,0.9496999979019165,0.3131999969482422,-0.00009999999747378752,0.9483000040054321,0.3127000033855438,-0.0544000007212162,0.9136999845504761,0.4025999903678894,-0.055799998342990875,0.9496999979019165,0.3131999969482422,-0.00009999999747378752,0.9136999845504761,0.4025999903678894,-0.055799998342990875,0.9150999784469604,0.4032999873161316,0,0.9483000040054321,0.3127000033855438,-0.0544000007212162,0.8626000285148621,0.2842000126838684,-0.41839998960494995,0.8285999894142151,0.36489999294281006,-0.424699991941452,0.9483000040054321,0.3127000033855438,-0.0544000007212162,0.8285999894142151,0.36489999294281006,-0.424699991941452,0.9136999845504761,0.4025999903678894,-0.055799998342990875,0.010300000198185444,0.010200000368058681,-0.9998999834060669,0.2757999897003174,0.2903999984264374,-0.9162999987602234,0.31929999589920044,0.23350000381469727,-0.91839998960495,0.010300000198185444,0.010200000368058681,-0.9998999834060669,0.31929999589920044,0.23350000381469727,-0.91839998960495,0.011800000444054604,0.00800000037997961,-0.9998999834060669,0.007300000172108412,0.012500000186264515,-0.9998999834060669,0.19099999964237213,0.34389999508857727,-0.9193999767303467,0.2757999897003174,0.2903999984264374,-0.9162999987602234,0.007300000172108412,0.012500000186264515,-0.9998999834060669,0.2757999897003174,0.2903999984264374,-0.9162999987602234,0.010300000198185444,0.010200000368058681,-0.9998999834060669,0.2757999897003174,0.2903999984264374,-0.9162999987602234,0.6187000274658203,0.6488000154495239,-0.4429999887943268,0.7245000004768372,0.531000018119812,-0.43939998745918274,0.2757999897003174,0.2903999984264374,-0.9162999987602234,0.7245000004768372,0.531000018119812,-0.43939998745918274,0.31929999589920044,0.23350000381469727,-0.91839998960495,0.19099999964237213,0.34389999508857727,-0.9193999767303467,0.4413999915122986,0.7753999829292297,-0.45159998536109924,0.6187000274658203,0.6488000154495239,-0.4429999887943268,0.19099999964237213,0.34389999508857727,-0.9193999767303467,0.6187000274658203,0.6488000154495239,-0.4429999887943268,0.2757999897003174,0.2903999984264374,-0.9162999987602234,0.002099999925121665,0.013899999670684338,-0.9998999834060669,0.052299998700618744,0.36410000920295715,-0.9298999905586243,0.10939999669790268,0.36469998955726624,-0.9247000217437744,0.002099999925121665,0.013899999670684338,-0.9998999834060669,0.10939999669790268,0.36469998955726624,-0.9247000217437744,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.052299998700618744,0.36410000920295715,-0.9298999905586243,0.13330000638961792,0.8708000183105469,-0.4733000099658966,0.2651999890804291,0.8460999727249146,-0.46239998936653137,0.052299998700618744,0.36410000920295715,-0.9298999905586243,0.2651999890804291,0.8460999727249146,-0.46239998936653137,0.10939999669790268,0.36469998955726624,-0.9247000217437744,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.10939999669790268,0.36469998955726624,-0.9247000217437744,0.19099999964237213,0.34389999508857727,-0.9193999767303467,0.00430000014603138,0.013700000010430813,-0.9998999834060669,0.19099999964237213,0.34389999508857727,-0.9193999767303467,0.007300000172108412,0.012500000186264515,-0.9998999834060669,0.10939999669790268,0.36469998955726624,-0.9247000217437744,0.2651999890804291,0.8460999727249146,-0.46239998936653137,0.4413999915122986,0.7753999829292297,-0.45159998536109924,0.10939999669790268,0.36469998955726624,-0.9247000217437744,0.4413999915122986,0.7753999829292297,-0.45159998536109924,0.19099999964237213,0.34389999508857727,-0.9193999767303467,0.29649999737739563,0.9549999833106995,0.0006000000284984708,0.29670000076293945,0.9527000188827515,-0.06499999761581421,0.14959999918937683,0.9865000247955322,-0.06710000336170197,0.29649999737739563,0.9549999833106995,0.0006000000284984708,0.14959999918937683,0.9865000247955322,-0.06710000336170197,0.1492999941110611,0.9887999892234802,0.0006000000284984708,0.4925999939441681,0.8702999949455261,0.0005000000237487257,0.49230000376701355,0.8682000041007996,-0.06300000101327896,0.29670000076293945,0.9527000188827515,-0.06499999761581421,0.4925999939441681,0.8702999949455261,0.0005000000237487257,0.29670000076293945,0.9527000188827515,-0.06499999761581421,0.29649999737739563,0.9549999833106995,0.0006000000284984708,0.29670000076293945,0.9527000188827515,-0.06499999761581421,0.2651999890804291,0.8460999727249146,-0.46239998936653137,0.13330000638961792,0.8708000183105469,-0.4733000099658966,0.29670000076293945,0.9527000188827515,-0.06499999761581421,0.13330000638961792,0.8708000183105469,-0.4733000099658966,0.14959999918937683,0.9865000247955322,-0.06710000336170197,0.49230000376701355,0.8682000041007996,-0.06300000101327896,0.4413999915122986,0.7753999829292297,-0.45159998536109924,0.2651999890804291,0.8460999727249146,-0.46239998936653137,0.49230000376701355,0.8682000041007996,-0.06300000101327896,0.2651999890804291,0.8460999727249146,-0.46239998936653137,0.29670000076293945,0.9527000188827515,-0.06499999761581421,0.8062999844551086,0.5914999842643738,0.00019999999494757503,0.8050000071525574,0.590399980545044,-0.05900000035762787,0.6883000135421753,0.7228000164031982,-0.061000000685453415,0.8062999844551086,0.5914999842643738,0.00019999999494757503,0.6883000135421753,0.7228000164031982,-0.061000000685453415,0.6894000172615051,0.7243000268936157,0.0003000000142492354,0.8050000071525574,0.590399980545044,-0.05900000035762787,0.7245000004768372,0.531000018119812,-0.43939998745918274,0.6187000274658203,0.6488000154495239,-0.4429999887943268,0.8050000071525574,0.590399980545044,-0.05900000035762787,0.6187000274658203,0.6488000154495239,-0.4429999887943268,0.6883000135421753,0.7228000164031982,-0.061000000685453415,0.6894000172615051,0.7243000268936157,0.0003000000142492354,0.6883000135421753,0.7228000164031982,-0.061000000685453415,0.49230000376701355,0.8682000041007996,-0.06300000101327896,0.6894000172615051,0.7243000268936157,0.0003000000142492354,0.49230000376701355,0.8682000041007996,-0.06300000101327896,0.4925999939441681,0.8702999949455261,0.0005000000237487257,0.6883000135421753,0.7228000164031982,-0.061000000685453415,0.6187000274658203,0.6488000154495239,-0.4429999887943268,0.4413999915122986,0.7753999829292297,-0.45159998536109924,0.6883000135421753,0.7228000164031982,-0.061000000685453415,0.4413999915122986,0.7753999829292297,-0.45159998536109924,0.49230000376701355,0.8682000041007996,-0.06300000101327896,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.021400000900030136,0.35519999265670776,-0.934499979019165,0.052299998700618744,0.36410000920295715,-0.9298999905586243,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.052299998700618744,0.36410000920295715,-0.9298999905586243,0.002099999925121665,0.013899999670684338,-0.9998999834060669,0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0.00800000037997961,0.3495999872684479,-0.9369000196456909,0.021400000900030136,0.35519999265670776,-0.934499979019165,0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0.021400000900030136,0.35519999265670776,-0.934499979019165,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.021400000900030136,0.35519999265670776,-0.934499979019165,0.05590000003576279,0.8741000294685364,-0.48249998688697815,0.13330000638961792,0.8708000183105469,-0.4733000099658966,0.021400000900030136,0.35519999265670776,-0.934499979019165,0.13330000638961792,0.8708000183105469,-0.4733000099658966,0.052299998700618744,0.36410000920295715,-0.9298999905586243,0.00800000037997961,0.3495999872684479,-0.9369000196456909,0.020999999716877937,0.8727999925613403,-0.4876999855041504,0.05590000003576279,0.8741000294685364,-0.48249998688697815,0.00800000037997961,0.3495999872684479,-0.9369000196456909,0.05590000003576279,0.8741000294685364,-0.48249998688697815,0.021400000900030136,0.35519999265670776,-0.934499979019165,0,0.01360000018030405,-0.9998999834060669,0,0.3463999927043915,-0.9380999803543091,0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0,0.01360000018030405,-0.9998999834060669,0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.3463999927043915,-0.9380999803543091,0,0.8718000054359436,-0.48989999294281006,0.004800000227987766,0.8719000220298767,-0.4896000027656555,0,0.3463999927043915,-0.9380999803543091,0.004800000227987766,0.8719000220298767,-0.4896000027656555,0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0.00800000037997961,0.3495999872684479,-0.9369000196456909,0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0.00800000037997961,0.3495999872684479,-0.9369000196456909,0.0003000000142492354,0.013700000010430813,-0.9998999834060669,0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0.004800000227987766,0.8719000220298767,-0.4896000027656555,0.020999999716877937,0.8727999925613403,-0.4876999855041504,0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0.020999999716877937,0.8727999925613403,-0.4876999855041504,0.00800000037997961,0.3495999872684479,-0.9369000196456909,0.005400000140070915,1,0.00019999999494757503,0.005400000140070915,0.9975000023841858,-0.07010000199079514,0,0.9975000023841858,-0.07010000199079514,0.005400000140070915,1,0.00019999999494757503,0,0.9975000023841858,-0.07010000199079514,0,1,0.00019999999494757503,0.02370000071823597,0.9997000098228455,0.0003000000142492354,0.023800000548362732,0.9973000288009644,-0.0697999969124794,0.005400000140070915,0.9975000023841858,-0.07010000199079514,0.02370000071823597,0.9997000098228455,0.0003000000142492354,0.005400000140070915,0.9975000023841858,-0.07010000199079514,0.005400000140070915,1,0.00019999999494757503,0.005400000140070915,0.9975000023841858,-0.07010000199079514,0.004800000227987766,0.8719000220298767,-0.4896000027656555,0,0.8718000054359436,-0.48989999294281006,0.005400000140070915,0.9975000023841858,-0.07010000199079514,0,0.8718000054359436,-0.48989999294281006,0,0.9975000023841858,-0.07010000199079514,0.023800000548362732,0.9973000288009644,-0.0697999969124794,0.020999999716877937,0.8727999925613403,-0.4876999855041504,0.004800000227987766,0.8719000220298767,-0.4896000027656555,0.023800000548362732,0.9973000288009644,-0.0697999969124794,0.004800000227987766,0.8719000220298767,-0.4896000027656555,0.005400000140070915,0.9975000023841858,-0.07010000199079514,0.1492999941110611,0.9887999892234802,0.0006000000284984708,0.14959999918937683,0.9865000247955322,-0.06710000336170197,0.06310000270605087,0.9955999851226807,-0.06880000233650208,0.1492999941110611,0.9887999892234802,0.0006000000284984708,0.06310000270605087,0.9955999851226807,-0.06880000233650208,0.06300000101327896,0.9980000257492065,0.0005000000237487257,0.14959999918937683,0.9865000247955322,-0.06710000336170197,0.13330000638961792,0.8708000183105469,-0.4733000099658966,0.05590000003576279,0.8741000294685364,-0.48249998688697815,0.14959999918937683,0.9865000247955322,-0.06710000336170197,0.05590000003576279,0.8741000294685364,-0.48249998688697815,0.06310000270605087,0.9955999851226807,-0.06880000233650208,0.06300000101327896,0.9980000257492065,0.0005000000237487257,0.06310000270605087,0.9955999851226807,-0.06880000233650208,0.023800000548362732,0.9973000288009644,-0.0697999969124794,0.06300000101327896,0.9980000257492065,0.0005000000237487257,0.023800000548362732,0.9973000288009644,-0.0697999969124794,0.02370000071823597,0.9997000098228455,0.0003000000142492354,0.06310000270605087,0.9955999851226807,-0.06880000233650208,0.05590000003576279,0.8741000294685364,-0.48249998688697815,0.020999999716877937,0.8727999925613403,-0.4876999855041504,0.06310000270605087,0.9955999851226807,-0.06880000233650208,0.020999999716877937,0.8727999925613403,-0.4876999855041504,0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.00009999999747378752,0.01360000018030405,-0.9998999834060669,-0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0,0.3463999927043915,-0.9380999803543091,-0.00009999999747378752,0.01360000018030405,-0.9998999834060669,0,0.3463999927043915,-0.9380999803543091,0,0.01360000018030405,-0.9998999834060669,-0.0003000000142492354,0.013700000010430813,-0.9998999834060669,-0.00800000037997961,0.3495999872684479,-0.9369000196456909,-0.0017999999690800905,0.3472000062465668,-0.9377999901771545,-0.0003000000142492354,0.013700000010430813,-0.9998999834060669,-0.0017999999690800905,0.3472000062465668,-0.9377999901771545,-0.00009999999747378752,0.01360000018030405,-0.9998999834060669,-0.0017999999690800905,0.3472000062465668,-0.9377999901771545,-0.004800000227987766,0.8719000220298767,-0.48969998955726624,0,0.8718000054359436,-0.48989999294281006,-0.0017999999690800905,0.3472000062465668,-0.9377999901771545,0,0.8718000054359436,-0.48989999294281006,0,0.3463999927043915,-0.9380999803543091,-0.00800000037997961,0.3495999872684479,-0.9369000196456909,-0.020999999716877937,0.8727999925613403,-0.4876999855041504,-0.004800000227987766,0.8719000220298767,-0.48969998955726624,-0.00800000037997961,0.3495999872684479,-0.9369000196456909,-0.004800000227987766,0.8719000220298767,-0.48969998955726624,-0.0017999999690800905,0.3472000062465668,-0.9377999901771545,-0.002099999925121665,0.013899999670684338,-0.9998999834060669,-0.052299998700618744,0.36410000920295715,-0.9298999905586243,-0.021400000900030136,0.35519999265670776,-0.934499979019165,-0.002099999925121665,0.013899999670684338,-0.9998999834060669,-0.021400000900030136,0.35519999265670776,-0.934499979019165,-0.0008999999845400453,0.013799999840557575,-0.9998999834060669,-0.052299998700618744,0.36410000920295715,-0.9298999905586243,-0.13330000638961792,0.8707000017166138,-0.4733000099658966,-0.05590000003576279,0.8741000294685364,-0.48249998688697815,-0.052299998700618744,0.36410000920295715,-0.9298999905586243,-0.05590000003576279,0.8741000294685364,-0.48249998688697815,-0.021400000900030136,0.35519999265670776,-0.934499979019165,-0.0008999999845400453,0.013799999840557575,-0.9998999834060669,-0.021400000900030136,0.35519999265670776,-0.934499979019165,-0.00800000037997961,0.3495999872684479,-0.9369000196456909,-0.0008999999845400453,0.013799999840557575,-0.9998999834060669,-0.00800000037997961,0.3495999872684479,-0.9369000196456909,-0.0003000000142492354,0.013700000010430813,-0.9998999834060669,-0.021400000900030136,0.35519999265670776,-0.934499979019165,-0.05590000003576279,0.8741000294685364,-0.48249998688697815,-0.020999999716877937,0.8727999925613403,-0.4876999855041504,-0.021400000900030136,0.35519999265670776,-0.934499979019165,-0.020999999716877937,0.8727999925613403,-0.4876999855041504,-0.00800000037997961,0.3495999872684479,-0.9369000196456909,-0.06300000101327896,0.9980000257492065,0.0005000000237487257,-0.06310000270605087,0.9955999851226807,-0.06880000233650208,-0.14959999918937683,0.9865000247955322,-0.06719999760389328,-0.06300000101327896,0.9980000257492065,0.0005000000237487257,-0.14959999918937683,0.9865000247955322,-0.06719999760389328,-0.1492999941110611,0.9887999892234802,0.0006000000284984708,-0.02370000071823597,0.9997000098228455,0.0003000000142492354,-0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.06310000270605087,0.9955999851226807,-0.06880000233650208,-0.02370000071823597,0.9997000098228455,0.0003000000142492354,-0.06310000270605087,0.9955999851226807,-0.06880000233650208,-0.06300000101327896,0.9980000257492065,0.0005000000237487257,-0.06310000270605087,0.9955999851226807,-0.06880000233650208,-0.05590000003576279,0.8741000294685364,-0.48249998688697815,-0.13330000638961792,0.8707000017166138,-0.4733000099658966,-0.06310000270605087,0.9955999851226807,-0.06880000233650208,-0.13330000638961792,0.8707000017166138,-0.4733000099658966,-0.14959999918937683,0.9865000247955322,-0.06719999760389328,-0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.020999999716877937,0.8727999925613403,-0.4876999855041504,-0.05590000003576279,0.8741000294685364,-0.48249998688697815,-0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.05590000003576279,0.8741000294685364,-0.48249998688697815,-0.06310000270605087,0.9955999851226807,-0.06880000233650208,0,1,0.00019999999494757503,0,0.9975000023841858,-0.07010000199079514,-0.005400000140070915,0.9975000023841858,-0.07010000199079514,0,1,0.00019999999494757503,-0.005400000140070915,0.9975000023841858,-0.07010000199079514,-0.005400000140070915,1,0.00019999999494757503,0,0.9975000023841858,-0.07010000199079514,0,0.8718000054359436,-0.48989999294281006,-0.004800000227987766,0.8719000220298767,-0.48969998955726624,0,0.9975000023841858,-0.07010000199079514,-0.004800000227987766,0.8719000220298767,-0.48969998955726624,-0.005400000140070915,0.9975000023841858,-0.07010000199079514,-0.005400000140070915,1,0.00019999999494757503,-0.005400000140070915,0.9975000023841858,-0.07010000199079514,-0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.005400000140070915,1,0.00019999999494757503,-0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.02370000071823597,0.9997000098228455,0.0003000000142492354,-0.005400000140070915,0.9975000023841858,-0.07010000199079514,-0.004800000227987766,0.8719000220298767,-0.48969998955726624,-0.020999999716877937,0.8727999925613403,-0.4876999855041504,-0.005400000140070915,0.9975000023841858,-0.07010000199079514,-0.020999999716877937,0.8727999925613403,-0.4876999855041504,-0.023800000548362732,0.9973000288009644,-0.0697999969124794,-0.00430000014603138,0.013700000010430813,-0.9998999834060669,-0.10949999839067459,0.36480000615119934,-0.9246000051498413,-0.052299998700618744,0.36410000920295715,-0.9298999905586243,-0.00430000014603138,0.013700000010430813,-0.9998999834060669,-0.052299998700618744,0.36410000920295715,-0.9298999905586243,-0.002099999925121665,0.013899999670684338,-0.9998999834060669,-0.007300000172108412,0.012500000186264515,-0.9998999834060669,-0.19099999964237213,0.3440000116825104,-0.9193000197410583,-0.10949999839067459,0.36480000615119934,-0.9246000051498413,-0.007300000172108412,0.012500000186264515,-0.9998999834060669,-0.10949999839067459,0.36480000615119934,-0.9246000051498413,-0.00430000014603138,0.013700000010430813,-0.9998999834060669,-0.10949999839067459,0.36480000615119934,-0.9246000051498413,-0.2651999890804291,0.8460999727249146,-0.46239998936653137,-0.13330000638961792,0.8707000017166138,-0.4733000099658966,-0.10949999839067459,0.36480000615119934,-0.9246000051498413,-0.13330000638961792,0.8707000017166138,-0.4733000099658966,-0.052299998700618744,0.36410000920295715,-0.9298999905586243,-0.19099999964237213,0.3440000116825104,-0.9193000197410583,-0.4413999915122986,0.7753999829292297,-0.45159998536109924,-0.2651999890804291,0.8460999727249146,-0.46239998936653137,-0.19099999964237213,0.3440000116825104,-0.9193000197410583,-0.2651999890804291,0.8460999727249146,-0.46239998936653137,-0.10949999839067459,0.36480000615119934,-0.9246000051498413,-0.011800000444054604,0.00800000037997961,-0.9998999834060669,-0.31929999589920044,0.23350000381469727,-0.91839998960495,-0.2757999897003174,0.2903999984264374,-0.9162999987602234,-0.011800000444054604,0.00800000037997961,-0.9998999834060669,-0.2757999897003174,0.2903999984264374,-0.9162999987602234,-0.010300000198185444,0.010200000368058681,-0.9998999834060669,-0.31929999589920044,0.23350000381469727,-0.91839998960495,-0.7245000004768372,0.531000018119812,-0.43939998745918274,-0.6187000274658203,0.6488000154495239,-0.4431000053882599,-0.31929999589920044,0.23350000381469727,-0.91839998960495,-0.6187000274658203,0.6488000154495239,-0.4431000053882599,-0.2757999897003174,0.2903999984264374,-0.9162999987602234,-0.010300000198185444,0.010200000368058681,-0.9998999834060669,-0.2757999897003174,0.2903999984264374,-0.9162999987602234,-0.19099999964237213,0.3440000116825104,-0.9193000197410583,-0.010300000198185444,0.010200000368058681,-0.9998999834060669,-0.19099999964237213,0.3440000116825104,-0.9193000197410583,-0.007300000172108412,0.012500000186264515,-0.9998999834060669,-0.2757999897003174,0.2903999984264374,-0.9162999987602234,-0.6187000274658203,0.6488000154495239,-0.4431000053882599,-0.4413999915122986,0.7753999829292297,-0.45159998536109924,-0.2757999897003174,0.2903999984264374,-0.9162999987602234,-0.4413999915122986,0.7753999829292297,-0.45159998536109924,-0.19099999964237213,0.3440000116825104,-0.9193000197410583,-0.6894000172615051,0.7243000268936157,0.0003000000142492354,-0.6883000135421753,0.7228000164031982,-0.061000000685453415,-0.8050000071525574,0.590399980545044,-0.05900000035762787,-0.6894000172615051,0.7243000268936157,0.0003000000142492354,-0.8050000071525574,0.590399980545044,-0.05900000035762787,-0.8062999844551086,0.5914999842643738,0.00019999999494757503,-0.4925999939441681,0.8702999949455261,0.0005000000237487257,-0.49230000376701355,0.8682000041007996,-0.06300000101327896,-0.6883000135421753,0.7228000164031982,-0.061000000685453415,-0.4925999939441681,0.8702999949455261,0.0005000000237487257,-0.6883000135421753,0.7228000164031982,-0.061000000685453415,-0.6894000172615051,0.7243000268936157,0.0003000000142492354,-0.6883000135421753,0.7228000164031982,-0.061000000685453415,-0.6187000274658203,0.6488000154495239,-0.4431000053882599,-0.7245000004768372,0.531000018119812,-0.43939998745918274,-0.6883000135421753,0.7228000164031982,-0.061000000685453415,-0.7245000004768372,0.531000018119812,-0.43939998745918274,-0.8050000071525574,0.590399980545044,-0.05900000035762787,-0.49230000376701355,0.8682000041007996,-0.06300000101327896,-0.4413999915122986,0.7753999829292297,-0.45159998536109924,-0.6187000274658203,0.6488000154495239,-0.4431000053882599,-0.49230000376701355,0.8682000041007996,-0.06300000101327896,-0.6187000274658203,0.6488000154495239,-0.4431000053882599,-0.6883000135421753,0.7228000164031982,-0.061000000685453415,-0.1492999941110611,0.9887999892234802,0.0006000000284984708,-0.14959999918937683,0.9865000247955322,-0.06719999760389328,-0.29670000076293945,0.9527000188827515,-0.06509999930858612,-0.1492999941110611,0.9887999892234802,0.0006000000284984708,-0.29670000076293945,0.9527000188827515,-0.06509999930858612,-0.29649999737739563,0.9549999833106995,0.0006000000284984708,-0.14959999918937683,0.9865000247955322,-0.06719999760389328,-0.13330000638961792,0.8707000017166138,-0.4733000099658966,-0.2651999890804291,0.8460999727249146,-0.46239998936653137,-0.14959999918937683,0.9865000247955322,-0.06719999760389328,-0.2651999890804291,0.8460999727249146,-0.46239998936653137,-0.29670000076293945,0.9527000188827515,-0.06509999930858612,-0.29649999737739563,0.9549999833106995,0.0006000000284984708,-0.29670000076293945,0.9527000188827515,-0.06509999930858612,-0.49230000376701355,0.8682000041007996,-0.06300000101327896,-0.29649999737739563,0.9549999833106995,0.0006000000284984708,-0.49230000376701355,0.8682000041007996,-0.06300000101327896,-0.4925999939441681,0.8702999949455261,0.0005000000237487257,-0.29670000076293945,0.9527000188827515,-0.06509999930858612,-0.2651999890804291,0.8460999727249146,-0.46239998936653137,-0.4413999915122986,0.7753999829292297,-0.45159998536109924,-0.29670000076293945,0.9527000188827515,-0.06509999930858612,-0.4413999915122986,0.7753999829292297,-0.45159998536109924,-0.49230000376701355,0.8682000041007996,-0.06300000101327896,-0.01269999984651804,0.0066999997943639755,-0.9998999834060669,-0.3490000069141388,0.2003999948501587,-0.9154000282287598,-0.31929999589920044,0.23350000381469727,-0.91839998960495,-0.01269999984651804,0.0066999997943639755,-0.9998999834060669,-0.31929999589920044,0.23350000381469727,-0.91839998960495,-0.011800000444054604,0.00800000037997961,-0.9998999834060669,-0.013299999758601189,0.0052999998442828655,-0.9998999834060669,-0.3734999895095825,0.16380000114440918,-0.9129999876022339,-0.3490000069141388,0.2003999948501587,-0.9154000282287598,-0.013299999758601189,0.0052999998442828655,-0.9998999834060669,-0.3490000069141388,0.2003999948501587,-0.9154000282287598,-0.01269999984651804,0.0066999997943639755,-0.9998999834060669,-0.3490000069141388,0.2003999948501587,-0.9154000282287598,-0.7817999720573425,0.44999998807907104,-0.43149998784065247,-0.7245000004768372,0.531000018119812,-0.43939998745918274,-0.3490000069141388,0.2003999948501587,-0.9154000282287598,-0.7245000004768372,0.531000018119812,-0.43939998745918274,-0.31929999589920044,0.23350000381469727,-0.91839998960495,-0.3734999895095825,0.16380000114440918,-0.9129999876022339,-0.8285999894142151,0.36489999294281006,-0.424699991941452,-0.7817999720573425,0.44999998807907104,-0.43149998784065247,-0.3734999895095825,0.16380000114440918,-0.9129999876022339,-0.7817999720573425,0.44999998807907104,-0.43149998784065247,-0.3490000069141388,0.2003999948501587,-0.9154000282287598,-0.014100000262260437,0.002899999963119626,-0.9998999834060669,-0.40310001373291016,0.09860000014305115,-0.9097999930381775,-0.39160001277923584,0.12839999794960022,-0.9110999703407288,-0.014100000262260437,0.002899999963119626,-0.9998999834060669,-0.39160001277923584,0.12839999794960022,-0.9110999703407288,-0.013799999840557575,0.004000000189989805,-0.9998999834060669,-0.40310001373291016,0.09860000014305115,-0.9097999930381775,-0.8842999935150146,0.21770000457763672,-0.4129999876022339,-0.8626000285148621,0.2842000126838684,-0.41850000619888306,-0.40310001373291016,0.09860000014305115,-0.9097999930381775,-0.8626000285148621,0.2842000126838684,-0.41850000619888306,-0.39160001277923584,0.12839999794960022,-0.9110999703407288,-0.013799999840557575,0.004000000189989805,-0.9998999834060669,-0.39160001277923584,0.12839999794960022,-0.9110999703407288,-0.3734999895095825,0.16380000114440918,-0.9129999876022339,-0.013799999840557575,0.004000000189989805,-0.9998999834060669,-0.3734999895095825,0.16380000114440918,-0.9129999876022339,-0.013299999758601189,0.0052999998442828655,-0.9998999834060669,-0.39160001277923584,0.12839999794960022,-0.9110999703407288,-0.8626000285148621,0.2842000126838684,-0.41850000619888306,-0.8285999894142151,0.36489999294281006,-0.424699991941452,-0.39160001277923584,0.12839999794960022,-0.9110999703407288,-0.8285999894142151,0.36489999294281006,-0.424699991941452,-0.3734999895095825,0.16380000114440918,-0.9129999876022339,-0.9496999979019165,0.3131999969482422,-0.00009999999747378752,-0.9483000040054321,0.3127000033855438,-0.054499998688697815,-0.9696000218391418,0.23890000581741333,-0.053199999034404755,-0.9496999979019165,0.3131999969482422,-0.00009999999747378752,-0.9696000218391418,0.23890000581741333,-0.053199999034404755,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9150999784469604,0.4032999873161316,0,-0.9136999845504761,0.4025999903678894,-0.05590000003576279,-0.9483000040054321,0.3127000033855438,-0.054499998688697815,-0.9150999784469604,0.4032999873161316,0,-0.9483000040054321,0.3127000033855438,-0.054499998688697815,-0.9496999979019165,0.3131999969482422,-0.00009999999747378752,-0.9483000040054321,0.3127000033855438,-0.054499998688697815,-0.8626000285148621,0.2842000126838684,-0.41850000619888306,-0.8842999935150146,0.21770000457763672,-0.4129999876022339,-0.9483000040054321,0.3127000033855438,-0.054499998688697815,-0.8842999935150146,0.21770000457763672,-0.4129999876022339,-0.9696000218391418,0.23890000581741333,-0.053199999034404755,-0.9136999845504761,0.4025999903678894,-0.05590000003576279,-0.8285999894142151,0.36489999294281006,-0.424699991941452,-0.8626000285148621,0.2842000126838684,-0.41850000619888306,-0.9136999845504761,0.4025999903678894,-0.05590000003576279,-0.8626000285148621,0.2842000126838684,-0.41850000619888306,-0.9483000040054321,0.3127000033855438,-0.054499998688697815,-0.8062999844551086,0.5914999842643738,0.00019999999494757503,-0.8050000071525574,0.590399980545044,-0.05900000035762787,-0.8651000261306763,0.4982999861240387,-0.05730000138282776,-0.8062999844551086,0.5914999842643738,0.00019999999494757503,-0.8651000261306763,0.4982999861240387,-0.05730000138282776,-0.8665000200271606,0.4991999864578247,0.00009999999747378752,-0.8050000071525574,0.590399980545044,-0.05900000035762787,-0.7245000004768372,0.531000018119812,-0.43939998745918274,-0.7817999720573425,0.44999998807907104,-0.43149998784065247,-0.8050000071525574,0.590399980545044,-0.05900000035762787,-0.7817999720573425,0.44999998807907104,-0.43149998784065247,-0.8651000261306763,0.4982999861240387,-0.05730000138282776,-0.8665000200271606,0.4991999864578247,0.00009999999747378752,-0.8651000261306763,0.4982999861240387,-0.05730000138282776,-0.9136999845504761,0.4025999903678894,-0.05590000003576279,-0.8665000200271606,0.4991999864578247,0.00009999999747378752,-0.9136999845504761,0.4025999903678894,-0.05590000003576279,-0.9150999784469604,0.4032999873161316,0,-0.8651000261306763,0.4982999861240387,-0.05730000138282776,-0.7817999720573425,0.44999998807907104,-0.43149998784065247,-0.8285999894142151,0.36489999294281006,-0.424699991941452,-0.8651000261306763,0.4982999861240387,-0.05730000138282776,-0.8285999894142151,0.36489999294281006,-0.424699991941452,-0.9136999845504761,0.4025999903678894,-0.05590000003576279,-0.014299999922513962,0.0020000000949949026,-0.9998999834060669,-0.41350001096725464,0.0729999989271164,-0.9075999855995178,-0.40310001373291016,0.09860000014305115,-0.9097999930381775,-0.014299999922513962,0.0020000000949949026,-0.9998999834060669,-0.40310001373291016,0.09860000014305115,-0.9097999930381775,-0.014100000262260437,0.002899999963119626,-0.9998999834060669,-0.014399999752640724,0.0012000000569969416,-0.9998999834060669,-0.4212000072002411,0.046799998730421066,-0.9057999849319458,-0.41350001096725464,0.0729999989271164,-0.9075999855995178,-0.014399999752640724,0.0012000000569969416,-0.9998999834060669,-0.41350001096725464,0.0729999989271164,-0.9075999855995178,-0.014299999922513962,0.0020000000949949026,-0.9998999834060669,-0.41350001096725464,0.0729999989271164,-0.9075999855995178,-0.8992000222206116,0.1598999947309494,-0.4072999954223633,-0.8842999935150146,0.21770000457763672,-0.4129999876022339,-0.41350001096725464,0.0729999989271164,-0.9075999855995178,-0.8842999935150146,0.21770000457763672,-0.4129999876022339,-0.40310001373291016,0.09860000014305115,-0.9097999930381775,-0.4212000072002411,0.046799998730421066,-0.9057999849319458,-0.9096999764442444,0.10199999809265137,-0.4025000035762787,-0.8992000222206116,0.1598999947309494,-0.4072999954223633,-0.4212000072002411,0.046799998730421066,-0.9057999849319458,-0.8992000222206116,0.1598999947309494,-0.4072999954223633,-0.41350001096725464,0.0729999989271164,-0.9075999855995178,-0.014399999752640724,0,-0.9998999834060669,-0.4262000024318695,0,-0.9046000242233276,-0.4255000054836273,0.021800000220537186,-0.904699981212616,-0.014399999752640724,0,-0.9998999834060669,-0.4255000054836273,0.021800000220537186,-0.904699981212616,-0.014399999752640724,0.0005000000237487257,-0.9998999834060669,-0.4262000024318695,0,-0.9046000242233276,-0.9174000024795532,0,-0.39809998869895935,-0.9157000184059143,0.04749999940395355,-0.39910000562667847,-0.4262000024318695,0,-0.9046000242233276,-0.9157000184059143,0.04749999940395355,-0.39910000562667847,-0.4255000054836273,0.021800000220537186,-0.904699981212616,-0.014399999752640724,0.0005000000237487257,-0.9998999834060669,-0.4255000054836273,0.021800000220537186,-0.904699981212616,-0.4212000072002411,0.046799998730421066,-0.9057999849319458,-0.014399999752640724,0.0005000000237487257,-0.9998999834060669,-0.4212000072002411,0.046799998730421066,-0.9057999849319458,-0.014399999752640724,0.0012000000569969416,-0.9998999834060669,-0.4255000054836273,0.021800000220537186,-0.904699981212616,-0.9157000184059143,0.04749999940395355,-0.39910000562667847,-0.9096999764442444,0.10199999809265137,-0.4025000035762787,-0.4255000054836273,0.021800000220537186,-0.904699981212616,-0.9096999764442444,0.10199999809265137,-0.4025000035762787,-0.4212000072002411,0.046799998730421066,-0.9057999849319458,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9973999857902527,0.051899999380111694,-0.05040000006556511,-0.9987000226974487,0,-0.05009999871253967,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9987000226974487,0,-0.05009999871253967,-1,0,-0.00019999999494757503,-0.9937000274658203,0.11169999837875366,-0.00019999999494757503,-0.9925000071525574,0.11150000244379044,-0.051100000739097595,-0.9973999857902527,0.051899999380111694,-0.05040000006556511,-0.9937000274658203,0.11169999837875366,-0.00019999999494757503,-0.9973999857902527,0.051899999380111694,-0.05040000006556511,-0.9986000061035156,0.052000001072883606,-0.00019999999494757503,-0.9973999857902527,0.051899999380111694,-0.05040000006556511,-0.9157000184059143,0.04749999940395355,-0.39910000562667847,-0.9174000024795532,0,-0.39809998869895935,-0.9973999857902527,0.051899999380111694,-0.05040000006556511,-0.9174000024795532,0,-0.39809998869895935,-0.9987000226974487,0,-0.05009999871253967,-0.9925000071525574,0.11150000244379044,-0.051100000739097595,-0.9096999764442444,0.10199999809265137,-0.4025000035762787,-0.9157000184059143,0.04749999940395355,-0.39910000562667847,-0.9925000071525574,0.11150000244379044,-0.051100000739097595,-0.9157000184059143,0.04749999940395355,-0.39910000562667847,-0.9973999857902527,0.051899999380111694,-0.05040000006556511,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9696000218391418,0.23890000581741333,-0.053199999034404755,-0.9832000136375427,0.17509999871253967,-0.052000001072883606,-0.9708999991416931,0.23929999768733978,-0.00009999999747378752,-0.9832000136375427,0.17509999871253967,-0.052000001072883606,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9696000218391418,0.23890000581741333,-0.053199999034404755,-0.8842999935150146,0.21770000457763672,-0.4129999876022339,-0.8992000222206116,0.1598999947309494,-0.4072999954223633,-0.9696000218391418,0.23890000581741333,-0.053199999034404755,-0.8992000222206116,0.1598999947309494,-0.4072999954223633,-0.9832000136375427,0.17509999871253967,-0.052000001072883606,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9832000136375427,0.17509999871253967,-0.052000001072883606,-0.9925000071525574,0.11150000244379044,-0.051100000739097595,-0.984499990940094,0.1754000037908554,-0.00009999999747378752,-0.9925000071525574,0.11150000244379044,-0.051100000739097595,-0.9937000274658203,0.11169999837875366,-0.00019999999494757503,-0.9832000136375427,0.17509999871253967,-0.052000001072883606,-0.8992000222206116,0.1598999947309494,-0.4072999954223633,-0.9096999764442444,0.10199999809265137,-0.4025000035762787,-0.9832000136375427,0.17509999871253967,-0.052000001072883606,-0.9096999764442444,0.10199999809265137,-0.4025000035762787,-0.9925000071525574,0.11150000244379044,-0.051100000739097595,-0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,-0.4255000054836273,-0.021800000220537186,-0.904699981212616,-0.4262000024318695,0,-0.9046000242233276,-0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,-0.4262000024318695,0,-0.9046000242233276,-0.014399999752640724,0,-0.9998999834060669,-0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,-0.421099990606308,-0.046799998730421066,-0.9057999849319458,-0.4255000054836273,-0.021800000220537186,-0.904699981212616,-0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,-0.4255000054836273,-0.021800000220537186,-0.904699981212616,-0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,-0.4255000054836273,-0.021800000220537186,-0.904699981212616,-0.9157000184059143,-0.04749999940395355,-0.39910000562667847,-0.9174000024795532,0,-0.39809998869895935,-0.4255000054836273,-0.021800000220537186,-0.904699981212616,-0.9174000024795532,0,-0.39809998869895935,-0.4262000024318695,0,-0.9046000242233276,-0.421099990606308,-0.046799998730421066,-0.9057999849319458,-0.9096999764442444,-0.10199999809265137,-0.4025000035762787,-0.9157000184059143,-0.04749999940395355,-0.39910000562667847,-0.421099990606308,-0.046799998730421066,-0.9057999849319458,-0.9157000184059143,-0.04749999940395355,-0.39910000562667847,-0.4255000054836273,-0.021800000220537186,-0.904699981212616,-0.014100000262260437,-0.002899999963119626,-0.9998999834060669,-0.40299999713897705,-0.09860000014305115,-0.9099000096321106,-0.41350001096725464,-0.0729999989271164,-0.9075999855995178,-0.014100000262260437,-0.002899999963119626,-0.9998999834060669,-0.41350001096725464,-0.0729999989271164,-0.9075999855995178,-0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,-0.40299999713897705,-0.09860000014305115,-0.9099000096321106,-0.8842999935150146,-0.21770000457763672,-0.4129999876022339,-0.8992000222206116,-0.1598999947309494,-0.40720000863075256,-0.40299999713897705,-0.09860000014305115,-0.9099000096321106,-0.8992000222206116,-0.1598999947309494,-0.40720000863075256,-0.41350001096725464,-0.0729999989271164,-0.9075999855995178,-0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,-0.41350001096725464,-0.0729999989271164,-0.9075999855995178,-0.421099990606308,-0.046799998730421066,-0.9057999849319458,-0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,-0.421099990606308,-0.046799998730421066,-0.9057999849319458,-0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,-0.41350001096725464,-0.0729999989271164,-0.9075999855995178,-0.8992000222206116,-0.1598999947309494,-0.40720000863075256,-0.9096999764442444,-0.10199999809265137,-0.4025000035762787,-0.41350001096725464,-0.0729999989271164,-0.9075999855995178,-0.9096999764442444,-0.10199999809265137,-0.4025000035762787,-0.421099990606308,-0.046799998730421066,-0.9057999849319458,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9832000136375427,-0.17509999871253967,-0.051899999380111694,-0.9696000218391418,-0.23890000581741333,-0.05310000106692314,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9696000218391418,-0.23890000581741333,-0.05310000106692314,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,-0.9923999905586243,-0.11150000244379044,-0.051100000739097595,-0.9832000136375427,-0.17509999871253967,-0.051899999380111694,-0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,-0.9832000136375427,-0.17509999871253967,-0.051899999380111694,-0.984499990940094,-0.1754000037908554,-0.00009999999747378752,-0.9832000136375427,-0.17509999871253967,-0.051899999380111694,-0.8992000222206116,-0.1598999947309494,-0.40720000863075256,-0.8842999935150146,-0.21770000457763672,-0.4129999876022339,-0.9832000136375427,-0.17509999871253967,-0.051899999380111694,-0.8842999935150146,-0.21770000457763672,-0.4129999876022339,-0.9696000218391418,-0.23890000581741333,-0.05310000106692314,-0.9923999905586243,-0.11150000244379044,-0.051100000739097595,-0.9096999764442444,-0.10199999809265137,-0.4025000035762787,-0.8992000222206116,-0.1598999947309494,-0.40720000863075256,-0.9923999905586243,-0.11150000244379044,-0.051100000739097595,-0.8992000222206116,-0.1598999947309494,-0.40720000863075256,-0.9832000136375427,-0.17509999871253967,-0.051899999380111694,-1,0,-0.00019999999494757503,-0.9987000226974487,0,-0.05009999871253967,-0.9973999857902527,-0.051899999380111694,-0.05040000006556511,-1,0,-0.00019999999494757503,-0.9973999857902527,-0.051899999380111694,-0.05040000006556511,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9987000226974487,0,-0.05009999871253967,-0.9174000024795532,0,-0.39809998869895935,-0.9157000184059143,-0.04749999940395355,-0.39910000562667847,-0.9987000226974487,0,-0.05009999871253967,-0.9157000184059143,-0.04749999940395355,-0.39910000562667847,-0.9973999857902527,-0.051899999380111694,-0.05040000006556511,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9973999857902527,-0.051899999380111694,-0.05040000006556511,-0.9923999905586243,-0.11150000244379044,-0.051100000739097595,-0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,-0.9923999905586243,-0.11150000244379044,-0.051100000739097595,-0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,-0.9973999857902527,-0.051899999380111694,-0.05040000006556511,-0.9157000184059143,-0.04749999940395355,-0.39910000562667847,-0.9096999764442444,-0.10199999809265137,-0.4025000035762787,-0.9973999857902527,-0.051899999380111694,-0.05040000006556511,-0.9096999764442444,-0.10199999809265137,-0.4025000035762787,-0.9923999905586243,-0.11150000244379044,-0.051100000739097595,-0.013799999840557575,-0.004000000189989805,-0.9998999834060669,-0.39160001277923584,-0.1282999962568283,-0.9111999869346619,-0.40299999713897705,-0.09860000014305115,-0.9099000096321106,-0.013799999840557575,-0.004000000189989805,-0.9998999834060669,-0.40299999713897705,-0.09860000014305115,-0.9099000096321106,-0.014100000262260437,-0.002899999963119626,-0.9998999834060669,-0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,-0.3734999895095825,-0.16380000114440918,-0.913100004196167,-0.39160001277923584,-0.1282999962568283,-0.9111999869346619,-0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,-0.39160001277923584,-0.1282999962568283,-0.9111999869346619,-0.013799999840557575,-0.004000000189989805,-0.9998999834060669,-0.39160001277923584,-0.1282999962568283,-0.9111999869346619,-0.8626000285148621,-0.2842000126838684,-0.41839998960494995,-0.8842999935150146,-0.21770000457763672,-0.4129999876022339,-0.39160001277923584,-0.1282999962568283,-0.9111999869346619,-0.8842999935150146,-0.21770000457763672,-0.4129999876022339,-0.40299999713897705,-0.09860000014305115,-0.9099000096321106,-0.3734999895095825,-0.16380000114440918,-0.913100004196167,-0.8285999894142151,-0.36489999294281006,-0.424699991941452,-0.8626000285148621,-0.2842000126838684,-0.41839998960494995,-0.3734999895095825,-0.16380000114440918,-0.913100004196167,-0.8626000285148621,-0.2842000126838684,-0.41839998960494995,-0.39160001277923584,-0.1282999962568283,-0.9111999869346619,-0.011800000444054604,-0.00800000037997961,-0.9998999834060669,-0.31929999589920044,-0.23350000381469727,-0.91839998960495,-0.3490000069141388,-0.20029999315738678,-0.9154999852180481,-0.011800000444054604,-0.00800000037997961,-0.9998999834060669,-0.3490000069141388,-0.20029999315738678,-0.9154999852180481,-0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,-0.31929999589920044,-0.23350000381469727,-0.91839998960495,-0.7245000004768372,-0.531000018119812,-0.43939998745918274,-0.7818999886512756,-0.44999998807907104,-0.43149998784065247,-0.31929999589920044,-0.23350000381469727,-0.91839998960495,-0.7818999886512756,-0.44999998807907104,-0.43149998784065247,-0.3490000069141388,-0.20029999315738678,-0.9154999852180481,-0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,-0.3490000069141388,-0.20029999315738678,-0.9154999852180481,-0.3734999895095825,-0.16380000114440918,-0.913100004196167,-0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,-0.3734999895095825,-0.16380000114440918,-0.913100004196167,-0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,-0.3490000069141388,-0.20029999315738678,-0.9154999852180481,-0.7818999886512756,-0.44999998807907104,-0.43149998784065247,-0.8285999894142151,-0.36489999294281006,-0.424699991941452,-0.3490000069141388,-0.20029999315738678,-0.9154999852180481,-0.8285999894142151,-0.36489999294281006,-0.424699991941452,-0.3734999895095825,-0.16380000114440918,-0.913100004196167,-0.8665000200271606,-0.4991999864578247,0.00009999999747378752,-0.8651000261306763,-0.4982999861240387,-0.05730000138282776,-0.8050000071525574,-0.590399980545044,-0.05900000035762787,-0.8665000200271606,-0.4991999864578247,0.00009999999747378752,-0.8050000071525574,-0.590399980545044,-0.05900000035762787,-0.8062999844551086,-0.5914999842643738,0.00019999999494757503,-0.9150999784469604,-0.4032999873161316,0,-0.9136999845504761,-0.4025999903678894,-0.055799998342990875,-0.8651000261306763,-0.4982999861240387,-0.05730000138282776,-0.9150999784469604,-0.4032999873161316,0,-0.8651000261306763,-0.4982999861240387,-0.05730000138282776,-0.8665000200271606,-0.4991999864578247,0.00009999999747378752,-0.8651000261306763,-0.4982999861240387,-0.05730000138282776,-0.7818999886512756,-0.44999998807907104,-0.43149998784065247,-0.7245000004768372,-0.531000018119812,-0.43939998745918274,-0.8651000261306763,-0.4982999861240387,-0.05730000138282776,-0.7245000004768372,-0.531000018119812,-0.43939998745918274,-0.8050000071525574,-0.590399980545044,-0.05900000035762787,-0.9136999845504761,-0.4025999903678894,-0.055799998342990875,-0.8285999894142151,-0.36489999294281006,-0.424699991941452,-0.7818999886512756,-0.44999998807907104,-0.43149998784065247,-0.9136999845504761,-0.4025999903678894,-0.055799998342990875,-0.7818999886512756,-0.44999998807907104,-0.43149998784065247,-0.8651000261306763,-0.4982999861240387,-0.05730000138282776,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9696000218391418,-0.23890000581741333,-0.05310000106692314,-0.9483000040054321,-0.3127000033855438,-0.0544000007212162,-0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,-0.9483000040054321,-0.3127000033855438,-0.0544000007212162,-0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,-0.9696000218391418,-0.23890000581741333,-0.05310000106692314,-0.8842999935150146,-0.21770000457763672,-0.4129999876022339,-0.8626000285148621,-0.2842000126838684,-0.41839998960494995,-0.9696000218391418,-0.23890000581741333,-0.05310000106692314,-0.8626000285148621,-0.2842000126838684,-0.41839998960494995,-0.9483000040054321,-0.3127000033855438,-0.0544000007212162,-0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,-0.9483000040054321,-0.3127000033855438,-0.0544000007212162,-0.9136999845504761,-0.4025999903678894,-0.055799998342990875,-0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,-0.9136999845504761,-0.4025999903678894,-0.055799998342990875,-0.9150999784469604,-0.4032999873161316,0,-0.9483000040054321,-0.3127000033855438,-0.0544000007212162,-0.8626000285148621,-0.2842000126838684,-0.41839998960494995,-0.8285999894142151,-0.36489999294281006,-0.424699991941452,-0.9483000040054321,-0.3127000033855438,-0.0544000007212162,-0.8285999894142151,-0.36489999294281006,-0.424699991941452,-0.9136999845504761,-0.4025999903678894,-0.055799998342990875,-0.010300000198185444,-0.010200000368058681,-0.9998999834060669,-0.2757999897003174,-0.2903999984264374,-0.9162999987602234,-0.31929999589920044,-0.23350000381469727,-0.91839998960495,-0.010300000198185444,-0.010200000368058681,-0.9998999834060669,-0.31929999589920044,-0.23350000381469727,-0.91839998960495,-0.011800000444054604,-0.00800000037997961,-0.9998999834060669,-0.007300000172108412,-0.012500000186264515,-0.9998999834060669,-0.19099999964237213,-0.34389999508857727,-0.9193999767303467,-0.2757999897003174,-0.2903999984264374,-0.9162999987602234,-0.007300000172108412,-0.012500000186264515,-0.9998999834060669,-0.2757999897003174,-0.2903999984264374,-0.9162999987602234,-0.010300000198185444,-0.010200000368058681,-0.9998999834060669,-0.2757999897003174,-0.2903999984264374,-0.9162999987602234,-0.6187000274658203,-0.6488000154495239,-0.4429999887943268,-0.7245000004768372,-0.531000018119812,-0.43939998745918274,-0.2757999897003174,-0.2903999984264374,-0.9162999987602234,-0.7245000004768372,-0.531000018119812,-0.43939998745918274,-0.31929999589920044,-0.23350000381469727,-0.91839998960495,-0.19099999964237213,-0.34389999508857727,-0.9193999767303467,-0.4413999915122986,-0.7753999829292297,-0.45159998536109924,-0.6187000274658203,-0.6488000154495239,-0.4429999887943268,-0.19099999964237213,-0.34389999508857727,-0.9193999767303467,-0.6187000274658203,-0.6488000154495239,-0.4429999887943268,-0.2757999897003174,-0.2903999984264374,-0.9162999987602234,-0.002099999925121665,-0.013899999670684338,-0.9998999834060669,-0.052299998700618744,-0.36410000920295715,-0.9298999905586243,-0.10939999669790268,-0.36469998955726624,-0.9247000217437744,-0.002099999925121665,-0.013899999670684338,-0.9998999834060669,-0.10939999669790268,-0.36469998955726624,-0.9247000217437744,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.052299998700618744,-0.36410000920295715,-0.9298999905586243,-0.13330000638961792,-0.8708000183105469,-0.4733000099658966,-0.2651999890804291,-0.8460999727249146,-0.46239998936653137,-0.052299998700618744,-0.36410000920295715,-0.9298999905586243,-0.2651999890804291,-0.8460999727249146,-0.46239998936653137,-0.10939999669790268,-0.36469998955726624,-0.9247000217437744,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.10939999669790268,-0.36469998955726624,-0.9247000217437744,-0.19099999964237213,-0.34389999508857727,-0.9193999767303467,-0.00430000014603138,-0.013700000010430813,-0.9998999834060669,-0.19099999964237213,-0.34389999508857727,-0.9193999767303467,-0.007300000172108412,-0.012500000186264515,-0.9998999834060669,-0.10939999669790268,-0.36469998955726624,-0.9247000217437744,-0.2651999890804291,-0.8460999727249146,-0.46239998936653137,-0.4413999915122986,-0.7753999829292297,-0.45159998536109924,-0.10939999669790268,-0.36469998955726624,-0.9247000217437744,-0.4413999915122986,-0.7753999829292297,-0.45159998536109924,-0.19099999964237213,-0.34389999508857727,-0.9193999767303467,-0.29649999737739563,-0.9549999833106995,0.0006000000284984708,-0.29670000076293945,-0.9527000188827515,-0.06499999761581421,-0.14959999918937683,-0.9865000247955322,-0.06710000336170197,-0.29649999737739563,-0.9549999833106995,0.0006000000284984708,-0.14959999918937683,-0.9865000247955322,-0.06710000336170197,-0.1492999941110611,-0.9887999892234802,0.0006000000284984708,-0.4925999939441681,-0.8702999949455261,0.0005000000237487257,-0.49230000376701355,-0.8682000041007996,-0.06300000101327896,-0.29670000076293945,-0.9527000188827515,-0.06499999761581421,-0.4925999939441681,-0.8702999949455261,0.0005000000237487257,-0.29670000076293945,-0.9527000188827515,-0.06499999761581421,-0.29649999737739563,-0.9549999833106995,0.0006000000284984708,-0.29670000076293945,-0.9527000188827515,-0.06499999761581421,-0.2651999890804291,-0.8460999727249146,-0.46239998936653137,-0.13330000638961792,-0.8708000183105469,-0.4733000099658966,-0.29670000076293945,-0.9527000188827515,-0.06499999761581421,-0.13330000638961792,-0.8708000183105469,-0.4733000099658966,-0.14959999918937683,-0.9865000247955322,-0.06710000336170197,-0.49230000376701355,-0.8682000041007996,-0.06300000101327896,-0.4413999915122986,-0.7753999829292297,-0.45159998536109924,-0.2651999890804291,-0.8460999727249146,-0.46239998936653137,-0.49230000376701355,-0.8682000041007996,-0.06300000101327896,-0.2651999890804291,-0.8460999727249146,-0.46239998936653137,-0.29670000076293945,-0.9527000188827515,-0.06499999761581421,-0.8062999844551086,-0.5914999842643738,0.00019999999494757503,-0.8050000071525574,-0.590399980545044,-0.05900000035762787,-0.6883000135421753,-0.7228000164031982,-0.061000000685453415,-0.8062999844551086,-0.5914999842643738,0.00019999999494757503,-0.6883000135421753,-0.7228000164031982,-0.061000000685453415,-0.6894000172615051,-0.7243000268936157,0.0003000000142492354,-0.8050000071525574,-0.590399980545044,-0.05900000035762787,-0.7245000004768372,-0.531000018119812,-0.43939998745918274,-0.6187000274658203,-0.6488000154495239,-0.4429999887943268,-0.8050000071525574,-0.590399980545044,-0.05900000035762787,-0.6187000274658203,-0.6488000154495239,-0.4429999887943268,-0.6883000135421753,-0.7228000164031982,-0.061000000685453415,-0.6894000172615051,-0.7243000268936157,0.0003000000142492354,-0.6883000135421753,-0.7228000164031982,-0.061000000685453415,-0.49230000376701355,-0.8682000041007996,-0.06300000101327896,-0.6894000172615051,-0.7243000268936157,0.0003000000142492354,-0.49230000376701355,-0.8682000041007996,-0.06300000101327896,-0.4925999939441681,-0.8702999949455261,0.0005000000237487257,-0.6883000135421753,-0.7228000164031982,-0.061000000685453415,-0.6187000274658203,-0.6488000154495239,-0.4429999887943268,-0.4413999915122986,-0.7753999829292297,-0.45159998536109924,-0.6883000135421753,-0.7228000164031982,-0.061000000685453415,-0.4413999915122986,-0.7753999829292297,-0.45159998536109924,-0.49230000376701355,-0.8682000041007996,-0.06300000101327896,-0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,-0.021400000900030136,-0.35519999265670776,-0.934499979019165,-0.052299998700618744,-0.36410000920295715,-0.9298999905586243,-0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,-0.052299998700618744,-0.36410000920295715,-0.9298999905586243,-0.002099999925121665,-0.013899999670684338,-0.9998999834060669,-0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,-0.00800000037997961,-0.3495999872684479,-0.9369000196456909,-0.021400000900030136,-0.35519999265670776,-0.934499979019165,-0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,-0.021400000900030136,-0.35519999265670776,-0.934499979019165,-0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,-0.021400000900030136,-0.35519999265670776,-0.934499979019165,-0.05590000003576279,-0.8741000294685364,-0.48249998688697815,-0.13330000638961792,-0.8708000183105469,-0.4733000099658966,-0.021400000900030136,-0.35519999265670776,-0.934499979019165,-0.13330000638961792,-0.8708000183105469,-0.4733000099658966,-0.052299998700618744,-0.36410000920295715,-0.9298999905586243,-0.00800000037997961,-0.3495999872684479,-0.9369000196456909,-0.020999999716877937,-0.8727999925613403,-0.4876999855041504,-0.05590000003576279,-0.8741000294685364,-0.48249998688697815,-0.00800000037997961,-0.3495999872684479,-0.9369000196456909,-0.05590000003576279,-0.8741000294685364,-0.48249998688697815,-0.021400000900030136,-0.35519999265670776,-0.934499979019165,0,-0.01360000018030405,-0.9998999834060669,0,-0.3463999927043915,-0.9380999803543091,-0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0,-0.01360000018030405,-0.9998999834060669,-0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,-0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.3463999927043915,-0.9380999803543091,0,-0.8718000054359436,-0.48989999294281006,-0.004800000227987766,-0.8719000220298767,-0.4896000027656555,0,-0.3463999927043915,-0.9380999803543091,-0.004800000227987766,-0.8719000220298767,-0.4896000027656555,-0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,-0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,-0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,-0.00800000037997961,-0.3495999872684479,-0.9369000196456909,-0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,-0.00800000037997961,-0.3495999872684479,-0.9369000196456909,-0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,-0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,-0.004800000227987766,-0.8719000220298767,-0.4896000027656555,-0.020999999716877937,-0.8727999925613403,-0.4876999855041504,-0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,-0.020999999716877937,-0.8727999925613403,-0.4876999855041504,-0.00800000037997961,-0.3495999872684479,-0.9369000196456909,-0.005400000140070915,-1,0.00019999999494757503,-0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0,-0.9975000023841858,-0.07010000199079514,-0.005400000140070915,-1,0.00019999999494757503,0,-0.9975000023841858,-0.07010000199079514,0,-1,0.00019999999494757503,-0.02370000071823597,-0.9997000098228455,0.0003000000142492354,-0.023800000548362732,-0.9973000288009644,-0.0697999969124794,-0.005400000140070915,-0.9975000023841858,-0.07010000199079514,-0.02370000071823597,-0.9997000098228455,0.0003000000142492354,-0.005400000140070915,-0.9975000023841858,-0.07010000199079514,-0.005400000140070915,-1,0.00019999999494757503,-0.005400000140070915,-0.9975000023841858,-0.07010000199079514,-0.004800000227987766,-0.8719000220298767,-0.4896000027656555,0,-0.8718000054359436,-0.48989999294281006,-0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0,-0.8718000054359436,-0.48989999294281006,0,-0.9975000023841858,-0.07010000199079514,-0.023800000548362732,-0.9973000288009644,-0.0697999969124794,-0.020999999716877937,-0.8727999925613403,-0.4876999855041504,-0.004800000227987766,-0.8719000220298767,-0.4896000027656555,-0.023800000548362732,-0.9973000288009644,-0.0697999969124794,-0.004800000227987766,-0.8719000220298767,-0.4896000027656555,-0.005400000140070915,-0.9975000023841858,-0.07010000199079514,-0.1492999941110611,-0.9887999892234802,0.0006000000284984708,-0.14959999918937683,-0.9865000247955322,-0.06710000336170197,-0.06310000270605087,-0.9955999851226807,-0.06880000233650208,-0.1492999941110611,-0.9887999892234802,0.0006000000284984708,-0.06310000270605087,-0.9955999851226807,-0.06880000233650208,-0.06300000101327896,-0.9980000257492065,0.0005000000237487257,-0.14959999918937683,-0.9865000247955322,-0.06710000336170197,-0.13330000638961792,-0.8708000183105469,-0.4733000099658966,-0.05590000003576279,-0.8741000294685364,-0.48249998688697815,-0.14959999918937683,-0.9865000247955322,-0.06710000336170197,-0.05590000003576279,-0.8741000294685364,-0.48249998688697815,-0.06310000270605087,-0.9955999851226807,-0.06880000233650208,-0.06300000101327896,-0.9980000257492065,0.0005000000237487257,-0.06310000270605087,-0.9955999851226807,-0.06880000233650208,-0.023800000548362732,-0.9973000288009644,-0.0697999969124794,-0.06300000101327896,-0.9980000257492065,0.0005000000237487257,-0.023800000548362732,-0.9973000288009644,-0.0697999969124794,-0.02370000071823597,-0.9997000098228455,0.0003000000142492354,-0.06310000270605087,-0.9955999851226807,-0.06880000233650208,-0.05590000003576279,-0.8741000294685364,-0.48249998688697815,-0.020999999716877937,-0.8727999925613403,-0.4876999855041504,-0.06310000270605087,-0.9955999851226807,-0.06880000233650208,-0.020999999716877937,-0.8727999925613403,-0.4876999855041504,-0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0,-0.3463999927043915,-0.9380999803543091,0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0,-0.3463999927043915,-0.9380999803543091,0,-0.01360000018030405,-0.9998999834060669,0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0.00800000037997961,-0.3495999872684479,-0.9369000196456909,0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0.00009999999747378752,-0.01360000018030405,-0.9998999834060669,0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0.004800000227987766,-0.8719000220298767,-0.48969998955726624,0,-0.8718000054359436,-0.48989999294281006,0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0,-0.8718000054359436,-0.48989999294281006,0,-0.3463999927043915,-0.9380999803543091,0.00800000037997961,-0.3495999872684479,-0.9369000196456909,0.020999999716877937,-0.8727999925613403,-0.4876999855041504,0.004800000227987766,-0.8719000220298767,-0.48969998955726624,0.00800000037997961,-0.3495999872684479,-0.9369000196456909,0.004800000227987766,-0.8719000220298767,-0.48969998955726624,0.0017999999690800905,-0.3472000062465668,-0.9377999901771545,0.002099999925121665,-0.013899999670684338,-0.9998999834060669,0.052299998700618744,-0.36410000920295715,-0.9298999905586243,0.021400000900030136,-0.35519999265670776,-0.934499979019165,0.002099999925121665,-0.013899999670684338,-0.9998999834060669,0.021400000900030136,-0.35519999265670776,-0.934499979019165,0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,0.052299998700618744,-0.36410000920295715,-0.9298999905586243,0.13330000638961792,-0.8707000017166138,-0.4733000099658966,0.05590000003576279,-0.8741000294685364,-0.48249998688697815,0.052299998700618744,-0.36410000920295715,-0.9298999905586243,0.05590000003576279,-0.8741000294685364,-0.48249998688697815,0.021400000900030136,-0.35519999265670776,-0.934499979019165,0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,0.021400000900030136,-0.35519999265670776,-0.934499979019165,0.00800000037997961,-0.3495999872684479,-0.9369000196456909,0.0008999999845400453,-0.013799999840557575,-0.9998999834060669,0.00800000037997961,-0.3495999872684479,-0.9369000196456909,0.0003000000142492354,-0.013700000010430813,-0.9998999834060669,0.021400000900030136,-0.35519999265670776,-0.934499979019165,0.05590000003576279,-0.8741000294685364,-0.48249998688697815,0.020999999716877937,-0.8727999925613403,-0.4876999855041504,0.021400000900030136,-0.35519999265670776,-0.934499979019165,0.020999999716877937,-0.8727999925613403,-0.4876999855041504,0.00800000037997961,-0.3495999872684479,-0.9369000196456909,0.06300000101327896,-0.9980000257492065,0.0005000000237487257,0.06310000270605087,-0.9955999851226807,-0.06880000233650208,0.14959999918937683,-0.9865000247955322,-0.06719999760389328,0.06300000101327896,-0.9980000257492065,0.0005000000237487257,0.14959999918937683,-0.9865000247955322,-0.06719999760389328,0.1492999941110611,-0.9887999892234802,0.0006000000284984708,0.02370000071823597,-0.9997000098228455,0.0003000000142492354,0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.06310000270605087,-0.9955999851226807,-0.06880000233650208,0.02370000071823597,-0.9997000098228455,0.0003000000142492354,0.06310000270605087,-0.9955999851226807,-0.06880000233650208,0.06300000101327896,-0.9980000257492065,0.0005000000237487257,0.06310000270605087,-0.9955999851226807,-0.06880000233650208,0.05590000003576279,-0.8741000294685364,-0.48249998688697815,0.13330000638961792,-0.8707000017166138,-0.4733000099658966,0.06310000270605087,-0.9955999851226807,-0.06880000233650208,0.13330000638961792,-0.8707000017166138,-0.4733000099658966,0.14959999918937683,-0.9865000247955322,-0.06719999760389328,0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.020999999716877937,-0.8727999925613403,-0.4876999855041504,0.05590000003576279,-0.8741000294685364,-0.48249998688697815,0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.05590000003576279,-0.8741000294685364,-0.48249998688697815,0.06310000270605087,-0.9955999851226807,-0.06880000233650208,0,-1,0.00019999999494757503,0,-0.9975000023841858,-0.07010000199079514,0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0,-1,0.00019999999494757503,0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0.005400000140070915,-1,0.00019999999494757503,0,-0.9975000023841858,-0.07010000199079514,0,-0.8718000054359436,-0.48989999294281006,0.004800000227987766,-0.8719000220298767,-0.48969998955726624,0,-0.9975000023841858,-0.07010000199079514,0.004800000227987766,-0.8719000220298767,-0.48969998955726624,0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0.005400000140070915,-1,0.00019999999494757503,0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.005400000140070915,-1,0.00019999999494757503,0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.02370000071823597,-0.9997000098228455,0.0003000000142492354,0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0.004800000227987766,-0.8719000220298767,-0.48969998955726624,0.020999999716877937,-0.8727999925613403,-0.4876999855041504,0.005400000140070915,-0.9975000023841858,-0.07010000199079514,0.020999999716877937,-0.8727999925613403,-0.4876999855041504,0.023800000548362732,-0.9973000288009644,-0.0697999969124794,0.00430000014603138,-0.013700000010430813,-0.9998999834060669,0.10949999839067459,-0.36480000615119934,-0.9246000051498413,0.052299998700618744,-0.36410000920295715,-0.9298999905586243,0.00430000014603138,-0.013700000010430813,-0.9998999834060669,0.052299998700618744,-0.36410000920295715,-0.9298999905586243,0.002099999925121665,-0.013899999670684338,-0.9998999834060669,0.007300000172108412,-0.012500000186264515,-0.9998999834060669,0.19099999964237213,-0.3440000116825104,-0.9193000197410583,0.10949999839067459,-0.36480000615119934,-0.9246000051498413,0.007300000172108412,-0.012500000186264515,-0.9998999834060669,0.10949999839067459,-0.36480000615119934,-0.9246000051498413,0.00430000014603138,-0.013700000010430813,-0.9998999834060669,0.10949999839067459,-0.36480000615119934,-0.9246000051498413,0.2651999890804291,-0.8460999727249146,-0.46239998936653137,0.13330000638961792,-0.8707000017166138,-0.4733000099658966,0.10949999839067459,-0.36480000615119934,-0.9246000051498413,0.13330000638961792,-0.8707000017166138,-0.4733000099658966,0.052299998700618744,-0.36410000920295715,-0.9298999905586243,0.19099999964237213,-0.3440000116825104,-0.9193000197410583,0.4413999915122986,-0.7753999829292297,-0.45159998536109924,0.2651999890804291,-0.8460999727249146,-0.46239998936653137,0.19099999964237213,-0.3440000116825104,-0.9193000197410583,0.2651999890804291,-0.8460999727249146,-0.46239998936653137,0.10949999839067459,-0.36480000615119934,-0.9246000051498413,0.011800000444054604,-0.00800000037997961,-0.9998999834060669,0.31929999589920044,-0.23350000381469727,-0.91839998960495,0.2757999897003174,-0.2903999984264374,-0.9162999987602234,0.011800000444054604,-0.00800000037997961,-0.9998999834060669,0.2757999897003174,-0.2903999984264374,-0.9162999987602234,0.010300000198185444,-0.010200000368058681,-0.9998999834060669,0.31929999589920044,-0.23350000381469727,-0.91839998960495,0.7245000004768372,-0.531000018119812,-0.43939998745918274,0.6187000274658203,-0.6488000154495239,-0.4431000053882599,0.31929999589920044,-0.23350000381469727,-0.91839998960495,0.6187000274658203,-0.6488000154495239,-0.4431000053882599,0.2757999897003174,-0.2903999984264374,-0.9162999987602234,0.010300000198185444,-0.010200000368058681,-0.9998999834060669,0.2757999897003174,-0.2903999984264374,-0.9162999987602234,0.19099999964237213,-0.3440000116825104,-0.9193000197410583,0.010300000198185444,-0.010200000368058681,-0.9998999834060669,0.19099999964237213,-0.3440000116825104,-0.9193000197410583,0.007300000172108412,-0.012500000186264515,-0.9998999834060669,0.2757999897003174,-0.2903999984264374,-0.9162999987602234,0.6187000274658203,-0.6488000154495239,-0.4431000053882599,0.4413999915122986,-0.7753999829292297,-0.45159998536109924,0.2757999897003174,-0.2903999984264374,-0.9162999987602234,0.4413999915122986,-0.7753999829292297,-0.45159998536109924,0.19099999964237213,-0.3440000116825104,-0.9193000197410583,0.6894000172615051,-0.7243000268936157,0.0003000000142492354,0.6883000135421753,-0.7228000164031982,-0.061000000685453415,0.8050000071525574,-0.590399980545044,-0.05900000035762787,0.6894000172615051,-0.7243000268936157,0.0003000000142492354,0.8050000071525574,-0.590399980545044,-0.05900000035762787,0.8062999844551086,-0.5914999842643738,0.00019999999494757503,0.4925999939441681,-0.8702999949455261,0.0005000000237487257,0.49230000376701355,-0.8682000041007996,-0.06300000101327896,0.6883000135421753,-0.7228000164031982,-0.061000000685453415,0.4925999939441681,-0.8702999949455261,0.0005000000237487257,0.6883000135421753,-0.7228000164031982,-0.061000000685453415,0.6894000172615051,-0.7243000268936157,0.0003000000142492354,0.6883000135421753,-0.7228000164031982,-0.061000000685453415,0.6187000274658203,-0.6488000154495239,-0.4431000053882599,0.7245000004768372,-0.531000018119812,-0.43939998745918274,0.6883000135421753,-0.7228000164031982,-0.061000000685453415,0.7245000004768372,-0.531000018119812,-0.43939998745918274,0.8050000071525574,-0.590399980545044,-0.05900000035762787,0.49230000376701355,-0.8682000041007996,-0.06300000101327896,0.4413999915122986,-0.7753999829292297,-0.45159998536109924,0.6187000274658203,-0.6488000154495239,-0.4431000053882599,0.49230000376701355,-0.8682000041007996,-0.06300000101327896,0.6187000274658203,-0.6488000154495239,-0.4431000053882599,0.6883000135421753,-0.7228000164031982,-0.061000000685453415,0.1492999941110611,-0.9887999892234802,0.0006000000284984708,0.14959999918937683,-0.9865000247955322,-0.06719999760389328,0.29670000076293945,-0.9527000188827515,-0.06509999930858612,0.1492999941110611,-0.9887999892234802,0.0006000000284984708,0.29670000076293945,-0.9527000188827515,-0.06509999930858612,0.29649999737739563,-0.9549999833106995,0.0006000000284984708,0.14959999918937683,-0.9865000247955322,-0.06719999760389328,0.13330000638961792,-0.8707000017166138,-0.4733000099658966,0.2651999890804291,-0.8460999727249146,-0.46239998936653137,0.14959999918937683,-0.9865000247955322,-0.06719999760389328,0.2651999890804291,-0.8460999727249146,-0.46239998936653137,0.29670000076293945,-0.9527000188827515,-0.06509999930858612,0.29649999737739563,-0.9549999833106995,0.0006000000284984708,0.29670000076293945,-0.9527000188827515,-0.06509999930858612,0.49230000376701355,-0.8682000041007996,-0.06300000101327896,0.29649999737739563,-0.9549999833106995,0.0006000000284984708,0.49230000376701355,-0.8682000041007996,-0.06300000101327896,0.4925999939441681,-0.8702999949455261,0.0005000000237487257,0.29670000076293945,-0.9527000188827515,-0.06509999930858612,0.2651999890804291,-0.8460999727249146,-0.46239998936653137,0.4413999915122986,-0.7753999829292297,-0.45159998536109924,0.29670000076293945,-0.9527000188827515,-0.06509999930858612,0.4413999915122986,-0.7753999829292297,-0.45159998536109924,0.49230000376701355,-0.8682000041007996,-0.06300000101327896,0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,0.3490000069141388,-0.2003999948501587,-0.9154000282287598,0.31929999589920044,-0.23350000381469727,-0.91839998960495,0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,0.31929999589920044,-0.23350000381469727,-0.91839998960495,0.011800000444054604,-0.00800000037997961,-0.9998999834060669,0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,0.3734999895095825,-0.16380000114440918,-0.9129999876022339,0.3490000069141388,-0.2003999948501587,-0.9154000282287598,0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,0.3490000069141388,-0.2003999948501587,-0.9154000282287598,0.01269999984651804,-0.0066999997943639755,-0.9998999834060669,0.3490000069141388,-0.2003999948501587,-0.9154000282287598,0.7817999720573425,-0.44999998807907104,-0.43149998784065247,0.7245000004768372,-0.531000018119812,-0.43939998745918274,0.3490000069141388,-0.2003999948501587,-0.9154000282287598,0.7245000004768372,-0.531000018119812,-0.43939998745918274,0.31929999589920044,-0.23350000381469727,-0.91839998960495,0.3734999895095825,-0.16380000114440918,-0.9129999876022339,0.8285999894142151,-0.36489999294281006,-0.424699991941452,0.7817999720573425,-0.44999998807907104,-0.43149998784065247,0.3734999895095825,-0.16380000114440918,-0.9129999876022339,0.7817999720573425,-0.44999998807907104,-0.43149998784065247,0.3490000069141388,-0.2003999948501587,-0.9154000282287598,0.014100000262260437,-0.002899999963119626,-0.9998999834060669,0.40310001373291016,-0.09860000014305115,-0.9097999930381775,0.39160001277923584,-0.12839999794960022,-0.9110999703407288,0.014100000262260437,-0.002899999963119626,-0.9998999834060669,0.39160001277923584,-0.12839999794960022,-0.9110999703407288,0.013799999840557575,-0.004000000189989805,-0.9998999834060669,0.40310001373291016,-0.09860000014305115,-0.9097999930381775,0.8842999935150146,-0.21770000457763672,-0.4129999876022339,0.8626000285148621,-0.2842000126838684,-0.41850000619888306,0.40310001373291016,-0.09860000014305115,-0.9097999930381775,0.8626000285148621,-0.2842000126838684,-0.41850000619888306,0.39160001277923584,-0.12839999794960022,-0.9110999703407288,0.013799999840557575,-0.004000000189989805,-0.9998999834060669,0.39160001277923584,-0.12839999794960022,-0.9110999703407288,0.3734999895095825,-0.16380000114440918,-0.9129999876022339,0.013799999840557575,-0.004000000189989805,-0.9998999834060669,0.3734999895095825,-0.16380000114440918,-0.9129999876022339,0.013299999758601189,-0.0052999998442828655,-0.9998999834060669,0.39160001277923584,-0.12839999794960022,-0.9110999703407288,0.8626000285148621,-0.2842000126838684,-0.41850000619888306,0.8285999894142151,-0.36489999294281006,-0.424699991941452,0.39160001277923584,-0.12839999794960022,-0.9110999703407288,0.8285999894142151,-0.36489999294281006,-0.424699991941452,0.3734999895095825,-0.16380000114440918,-0.9129999876022339,0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,0.9483000040054321,-0.3127000033855438,-0.054499998688697815,0.9696000218391418,-0.23890000581741333,-0.053199999034404755,0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,0.9696000218391418,-0.23890000581741333,-0.053199999034404755,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9150999784469604,-0.4032999873161316,0,0.9136999845504761,-0.4025999903678894,-0.05590000003576279,0.9483000040054321,-0.3127000033855438,-0.054499998688697815,0.9150999784469604,-0.4032999873161316,0,0.9483000040054321,-0.3127000033855438,-0.054499998688697815,0.9496999979019165,-0.3131999969482422,-0.00009999999747378752,0.9483000040054321,-0.3127000033855438,-0.054499998688697815,0.8626000285148621,-0.2842000126838684,-0.41850000619888306,0.8842999935150146,-0.21770000457763672,-0.4129999876022339,0.9483000040054321,-0.3127000033855438,-0.054499998688697815,0.8842999935150146,-0.21770000457763672,-0.4129999876022339,0.9696000218391418,-0.23890000581741333,-0.053199999034404755,0.9136999845504761,-0.4025999903678894,-0.05590000003576279,0.8285999894142151,-0.36489999294281006,-0.424699991941452,0.8626000285148621,-0.2842000126838684,-0.41850000619888306,0.9136999845504761,-0.4025999903678894,-0.05590000003576279,0.8626000285148621,-0.2842000126838684,-0.41850000619888306,0.9483000040054321,-0.3127000033855438,-0.054499998688697815,0.8062999844551086,-0.5914999842643738,0.00019999999494757503,0.8050000071525574,-0.590399980545044,-0.05900000035762787,0.8651000261306763,-0.4982999861240387,-0.05730000138282776,0.8062999844551086,-0.5914999842643738,0.00019999999494757503,0.8651000261306763,-0.4982999861240387,-0.05730000138282776,0.8665000200271606,-0.4991999864578247,0.00009999999747378752,0.8050000071525574,-0.590399980545044,-0.05900000035762787,0.7245000004768372,-0.531000018119812,-0.43939998745918274,0.7817999720573425,-0.44999998807907104,-0.43149998784065247,0.8050000071525574,-0.590399980545044,-0.05900000035762787,0.7817999720573425,-0.44999998807907104,-0.43149998784065247,0.8651000261306763,-0.4982999861240387,-0.05730000138282776,0.8665000200271606,-0.4991999864578247,0.00009999999747378752,0.8651000261306763,-0.4982999861240387,-0.05730000138282776,0.9136999845504761,-0.4025999903678894,-0.05590000003576279,0.8665000200271606,-0.4991999864578247,0.00009999999747378752,0.9136999845504761,-0.4025999903678894,-0.05590000003576279,0.9150999784469604,-0.4032999873161316,0,0.8651000261306763,-0.4982999861240387,-0.05730000138282776,0.7817999720573425,-0.44999998807907104,-0.43149998784065247,0.8285999894142151,-0.36489999294281006,-0.424699991941452,0.8651000261306763,-0.4982999861240387,-0.05730000138282776,0.8285999894142151,-0.36489999294281006,-0.424699991941452,0.9136999845504761,-0.4025999903678894,-0.05590000003576279,0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,0.41350001096725464,-0.0729999989271164,-0.9075999855995178,0.40310001373291016,-0.09860000014305115,-0.9097999930381775,0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,0.40310001373291016,-0.09860000014305115,-0.9097999930381775,0.014100000262260437,-0.002899999963119626,-0.9998999834060669,0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,0.4212000072002411,-0.046799998730421066,-0.9057999849319458,0.41350001096725464,-0.0729999989271164,-0.9075999855995178,0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,0.41350001096725464,-0.0729999989271164,-0.9075999855995178,0.014299999922513962,-0.0020000000949949026,-0.9998999834060669,0.41350001096725464,-0.0729999989271164,-0.9075999855995178,0.8992000222206116,-0.1598999947309494,-0.4072999954223633,0.8842999935150146,-0.21770000457763672,-0.4129999876022339,0.41350001096725464,-0.0729999989271164,-0.9075999855995178,0.8842999935150146,-0.21770000457763672,-0.4129999876022339,0.40310001373291016,-0.09860000014305115,-0.9097999930381775,0.4212000072002411,-0.046799998730421066,-0.9057999849319458,0.9096999764442444,-0.10199999809265137,-0.4025000035762787,0.8992000222206116,-0.1598999947309494,-0.4072999954223633,0.4212000072002411,-0.046799998730421066,-0.9057999849319458,0.8992000222206116,-0.1598999947309494,-0.4072999954223633,0.41350001096725464,-0.0729999989271164,-0.9075999855995178,0.014399999752640724,0,-0.9998999834060669,0.4262000024318695,0,-0.9046000242233276,0.4255000054836273,-0.021800000220537186,-0.904699981212616,0.014399999752640724,0,-0.9998999834060669,0.4255000054836273,-0.021800000220537186,-0.904699981212616,0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,0.4262000024318695,0,-0.9046000242233276,0.9174000024795532,0,-0.39809998869895935,0.9157000184059143,-0.04749999940395355,-0.39910000562667847,0.4262000024318695,0,-0.9046000242233276,0.9157000184059143,-0.04749999940395355,-0.39910000562667847,0.4255000054836273,-0.021800000220537186,-0.904699981212616,0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,0.4255000054836273,-0.021800000220537186,-0.904699981212616,0.4212000072002411,-0.046799998730421066,-0.9057999849319458,0.014399999752640724,-0.0005000000237487257,-0.9998999834060669,0.4212000072002411,-0.046799998730421066,-0.9057999849319458,0.014399999752640724,-0.0012000000569969416,-0.9998999834060669,0.4255000054836273,-0.021800000220537186,-0.904699981212616,0.9157000184059143,-0.04749999940395355,-0.39910000562667847,0.9096999764442444,-0.10199999809265137,-0.4025000035762787,0.4255000054836273,-0.021800000220537186,-0.904699981212616,0.9096999764442444,-0.10199999809265137,-0.4025000035762787,0.4212000072002411,-0.046799998730421066,-0.9057999849319458,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9973999857902527,-0.051899999380111694,-0.05040000006556511,0.9987000226974487,0,-0.05009999871253967,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9987000226974487,0,-0.05009999871253967,1,0,-0.00019999999494757503,0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,0.9925000071525574,-0.11150000244379044,-0.051100000739097595,0.9973999857902527,-0.051899999380111694,-0.05040000006556511,0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,0.9973999857902527,-0.051899999380111694,-0.05040000006556511,0.9986000061035156,-0.052000001072883606,-0.00019999999494757503,0.9973999857902527,-0.051899999380111694,-0.05040000006556511,0.9157000184059143,-0.04749999940395355,-0.39910000562667847,0.9174000024795532,0,-0.39809998869895935,0.9973999857902527,-0.051899999380111694,-0.05040000006556511,0.9174000024795532,0,-0.39809998869895935,0.9987000226974487,0,-0.05009999871253967,0.9925000071525574,-0.11150000244379044,-0.051100000739097595,0.9096999764442444,-0.10199999809265137,-0.4025000035762787,0.9157000184059143,-0.04749999940395355,-0.39910000562667847,0.9925000071525574,-0.11150000244379044,-0.051100000739097595,0.9157000184059143,-0.04749999940395355,-0.39910000562667847,0.9973999857902527,-0.051899999380111694,-0.05040000006556511,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9696000218391418,-0.23890000581741333,-0.053199999034404755,0.9832000136375427,-0.17509999871253967,-0.052000001072883606,0.9708999991416931,-0.23929999768733978,-0.00009999999747378752,0.9832000136375427,-0.17509999871253967,-0.052000001072883606,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9696000218391418,-0.23890000581741333,-0.053199999034404755,0.8842999935150146,-0.21770000457763672,-0.4129999876022339,0.8992000222206116,-0.1598999947309494,-0.4072999954223633,0.9696000218391418,-0.23890000581741333,-0.053199999034404755,0.8992000222206116,-0.1598999947309494,-0.4072999954223633,0.9832000136375427,-0.17509999871253967,-0.052000001072883606,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9832000136375427,-0.17509999871253967,-0.052000001072883606,0.9925000071525574,-0.11150000244379044,-0.051100000739097595,0.984499990940094,-0.1754000037908554,-0.00009999999747378752,0.9925000071525574,-0.11150000244379044,-0.051100000739097595,0.9937000274658203,-0.11169999837875366,-0.00019999999494757503,0.9832000136375427,-0.17509999871253967,-0.052000001072883606,0.8992000222206116,-0.1598999947309494,-0.4072999954223633,0.9096999764442444,-0.10199999809265137,-0.4025000035762787,0.9832000136375427,-0.17509999871253967,-0.052000001072883606,0.9096999764442444,-0.10199999809265137,-0.4025000035762787,0.9925000071525574,-0.11150000244379044,-0.051100000739097595,0.014399999752640724,0.0005000000237487257,-0.9998999834060669,0.4255000054836273,0.021800000220537186,-0.904699981212616,0.4262000024318695,0,-0.9046000242233276,0.014399999752640724,0.0005000000237487257,-0.9998999834060669,0.4262000024318695,0,-0.9046000242233276,0.014399999752640724,0,-0.9998999834060669,0.014399999752640724,0.0012000000569969416,-0.9998999834060669,0.421099990606308,0.046799998730421066,-0.9057999849319458,0.4255000054836273,0.021800000220537186,-0.904699981212616,0.014399999752640724,0.0012000000569969416,-0.9998999834060669,0.4255000054836273,0.021800000220537186,-0.904699981212616,0.014399999752640724,0.0005000000237487257,-0.9998999834060669,0.4255000054836273,0.021800000220537186,-0.904699981212616,0.9157000184059143,0.04749999940395355,-0.39910000562667847,0.9174000024795532,0,-0.39809998869895935,0.4255000054836273,0.021800000220537186,-0.904699981212616,0.9174000024795532,0,-0.39809998869895935,0.4262000024318695,0,-0.9046000242233276,0.421099990606308,0.046799998730421066,-0.9057999849319458,0.9096999764442444,0.10199999809265137,-0.4025000035762787,0.9157000184059143,0.04749999940395355,-0.39910000562667847,0.421099990606308,0.046799998730421066,-0.9057999849319458,0.9157000184059143,0.04749999940395355,-0.39910000562667847,0.4255000054836273,0.021800000220537186,-0.904699981212616,0.014100000262260437,0.002899999963119626,-0.9998999834060669,0.40299999713897705,0.09860000014305115,-0.9099000096321106,0.41350001096725464,0.0729999989271164,-0.9075999855995178,0.014100000262260437,0.002899999963119626,-0.9998999834060669,0.41350001096725464,0.0729999989271164,-0.9075999855995178,0.014299999922513962,0.0020000000949949026,-0.9998999834060669,0.40299999713897705,0.09860000014305115,-0.9099000096321106,0.8842999935150146,0.21770000457763672,-0.4129999876022339,0.8992000222206116,0.1598999947309494,-0.40720000863075256,0.40299999713897705,0.09860000014305115,-0.9099000096321106,0.8992000222206116,0.1598999947309494,-0.40720000863075256,0.41350001096725464,0.0729999989271164,-0.9075999855995178,0.014299999922513962,0.0020000000949949026,-0.9998999834060669,0.41350001096725464,0.0729999989271164,-0.9075999855995178,0.421099990606308,0.046799998730421066,-0.9057999849319458,0.014299999922513962,0.0020000000949949026,-0.9998999834060669,0.421099990606308,0.046799998730421066,-0.9057999849319458,0.014399999752640724,0.0012000000569969416,-0.9998999834060669,0.41350001096725464,0.0729999989271164,-0.9075999855995178,0.8992000222206116,0.1598999947309494,-0.40720000863075256,0.9096999764442444,0.10199999809265137,-0.4025000035762787,0.41350001096725464,0.0729999989271164,-0.9075999855995178,0.9096999764442444,0.10199999809265137,-0.4025000035762787,0.421099990606308,0.046799998730421066,-0.9057999849319458,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9832000136375427,0.17509999871253967,-0.051899999380111694,0.9696000218391418,0.23890000581741333,-0.05310000106692314,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9696000218391418,0.23890000581741333,-0.05310000106692314,0.9708999991416931,0.23929999768733978,-0.00009999999747378752,0.9937000274658203,0.11169999837875366,-0.00019999999494757503,0.9923999905586243,0.11150000244379044,-0.051100000739097595,0.9832000136375427,0.17509999871253967,-0.051899999380111694,0.9937000274658203,0.11169999837875366,-0.00019999999494757503,0.9832000136375427,0.17509999871253967,-0.051899999380111694,0.984499990940094,0.1754000037908554,-0.00009999999747378752,0.9832000136375427,0.17509999871253967,-0.051899999380111694,0.8992000222206116,0.1598999947309494,-0.40720000863075256,0.8842999935150146,0.21770000457763672,-0.4129999876022339,0.9832000136375427,0.17509999871253967,-0.051899999380111694,0.8842999935150146,0.21770000457763672,-0.4129999876022339,0.9696000218391418,0.23890000581741333,-0.05310000106692314,0.9923999905586243,0.11150000244379044,-0.051100000739097595,0.9096999764442444,0.10199999809265137,-0.4025000035762787,0.8992000222206116,0.1598999947309494,-0.40720000863075256,0.9923999905586243,0.11150000244379044,-0.051100000739097595,0.8992000222206116,0.1598999947309494,-0.40720000863075256,0.9832000136375427,0.17509999871253967,-0.051899999380111694,1,0,-0.00019999999494757503,0.9987000226974487,0,-0.05009999871253967,0.9973999857902527,0.051899999380111694,-0.05040000006556511,1,0,-0.00019999999494757503,0.9973999857902527,0.051899999380111694,-0.05040000006556511,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9987000226974487,0,-0.05009999871253967,0.9174000024795532,0,-0.39809998869895935,0.9157000184059143,0.04749999940395355,-0.39910000562667847,0.9987000226974487,0,-0.05009999871253967,0.9157000184059143,0.04749999940395355,-0.39910000562667847,0.9973999857902527,0.051899999380111694,-0.05040000006556511,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9973999857902527,0.051899999380111694,-0.05040000006556511,0.9923999905586243,0.11150000244379044,-0.051100000739097595,0.9986000061035156,0.052000001072883606,-0.00019999999494757503,0.9923999905586243,0.11150000244379044,-0.051100000739097595,0.9937000274658203,0.11169999837875366,-0.00019999999494757503,0.9973999857902527,0.051899999380111694,-0.05040000006556511,0.9157000184059143,0.04749999940395355,-0.39910000562667847,0.9096999764442444,0.10199999809265137,-0.4025000035762787,0.9973999857902527,0.051899999380111694,-0.05040000006556511,0.9096999764442444,0.10199999809265137,-0.4025000035762787,0.9923999905586243,0.11150000244379044,-0.051100000739097595,-0.855400025844574,-0.49639999866485596,-0.14800000190734863,-0.788100004196167,-0.4620000123977661,-0.4066999852657318,-0.7330999970436096,-0.5458999872207642,-0.4056999981403351,-0.855400025844574,-0.49639999866485596,-0.14800000190734863,-0.7330999970436096,-0.5458999872207642,-0.4056999981403351,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.9036999940872192,-0.4016999900341034,-0.14839999377727509,-0.8327000141143799,-0.37470000982284546,-0.40779998898506165,-0.788100004196167,-0.4620000123977661,-0.4066999852657318,-0.9036999940872192,-0.4016999900341034,-0.14839999377727509,-0.788100004196167,-0.4620000123977661,-0.4066999852657318,-0.855400025844574,-0.49639999866485596,-0.14800000190734863,-0.788100004196167,-0.4620000123977661,-0.4066999852657318,-0.5049999952316284,-0.30570000410079956,-0.807200014591217,-0.4697999954223633,-0.36000001430511475,-0.8059999942779541,-0.788100004196167,-0.4620000123977661,-0.4066999852657318,-0.4697999954223633,-0.36000001430511475,-0.8059999942779541,-0.7330999970436096,-0.5458999872207642,-0.4056999981403351,-0.8327000141143799,-0.37470000982284546,-0.40779998898506165,-0.5331000089645386,-0.249099999666214,-0.8086000084877014,-0.5049999952316284,-0.30570000410079956,-0.807200014591217,-0.8327000141143799,-0.37470000982284546,-0.40779998898506165,-0.5049999952316284,-0.30570000410079956,-0.807200014591217,-0.788100004196167,-0.4620000123977661,-0.4066999852657318,-0.9593999981880188,-0.23980000615119934,-0.14869999885559082,-0.8841000199317932,-0.22540000081062317,-0.40939998626708984,-0.8644999861717224,-0.29260000586509705,-0.40860000252723694,-0.9593999981880188,-0.23980000615119934,-0.14869999885559082,-0.8644999861717224,-0.29260000586509705,-0.40860000252723694,-0.9380999803543091,-0.3127000033855438,-0.1485999971628189,-0.8841000199317932,-0.22540000081062317,-0.40939998626708984,-0.5637999773025513,-0.15279999375343323,-0.8116999864578247,-0.5526000261306763,-0.19609999656677246,-0.8101000189781189,-0.8841000199317932,-0.22540000081062317,-0.40939998626708984,-0.5526000261306763,-0.19609999656677246,-0.8101000189781189,-0.8644999861717224,-0.29260000586509705,-0.40860000252723694,-0.9380999803543091,-0.3127000033855438,-0.1485999971628189,-0.8644999861717224,-0.29260000586509705,-0.40860000252723694,-0.8327000141143799,-0.37470000982284546,-0.40779998898506165,-0.9380999803543091,-0.3127000033855438,-0.1485999971628189,-0.8327000141143799,-0.37470000982284546,-0.40779998898506165,-0.9036999940872192,-0.4016999900341034,-0.14839999377727509,-0.8644999861717224,-0.29260000586509705,-0.40860000252723694,-0.5526000261306763,-0.19609999656677246,-0.8101000189781189,-0.5331000089645386,-0.249099999666214,-0.8086000084877014,-0.8644999861717224,-0.29260000586509705,-0.40860000252723694,-0.5331000089645386,-0.249099999666214,-0.8086000084877014,-0.8327000141143799,-0.37470000982284546,-0.40779998898506165,-0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,-0.1412000060081482,-0.06310000270605087,-0.9879999756813049,-0.14329999685287476,-0.05180000141263008,-0.9883000254631042,-0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,-0.14329999685287476,-0.05180000141263008,-0.9883000254631042,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,-0.13670000433921814,-0.07729999721050262,-0.9876000285148621,-0.1412000060081482,-0.06310000270605087,-0.9879999756813049,-0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,-0.1412000060081482,-0.06310000270605087,-0.9879999756813049,-0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,-0.1412000060081482,-0.06310000270605087,-0.9879999756813049,-0.5526000261306763,-0.19609999656677246,-0.8101000189781189,-0.5637999773025513,-0.15279999375343323,-0.8116999864578247,-0.1412000060081482,-0.06310000270605087,-0.9879999756813049,-0.5637999773025513,-0.15279999375343323,-0.8116999864578247,-0.14329999685287476,-0.05180000141263008,-0.9883000254631042,-0.13670000433921814,-0.07729999721050262,-0.9876000285148621,-0.5331000089645386,-0.249099999666214,-0.8086000084877014,-0.5526000261306763,-0.19609999656677246,-0.8101000189781189,-0.13670000433921814,-0.07729999721050262,-0.9876000285148621,-0.5526000261306763,-0.19609999656677246,-0.8101000189781189,-0.1412000060081482,-0.06310000270605087,-0.9879999756813049,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.12080000340938568,-0.10719999670982361,-0.9868999719619751,-0.1298000067472458,-0.0925000011920929,-0.9872000217437744,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.1298000067472458,-0.0925000011920929,-0.9872000217437744,-0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,-0.12080000340938568,-0.10719999670982361,-0.9868999719619751,-0.4697999954223633,-0.36000001430511475,-0.8059999942779541,-0.5049999952316284,-0.30570000410079956,-0.807200014591217,-0.12080000340938568,-0.10719999670982361,-0.9868999719619751,-0.5049999952316284,-0.30570000410079956,-0.807200014591217,-0.1298000067472458,-0.0925000011920929,-0.9872000217437744,-0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,-0.1298000067472458,-0.0925000011920929,-0.9872000217437744,-0.13670000433921814,-0.07729999721050262,-0.9876000285148621,-0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,-0.13670000433921814,-0.07729999721050262,-0.9876000285148621,-0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,-0.1298000067472458,-0.0925000011920929,-0.9872000217437744,-0.5049999952316284,-0.30570000410079956,-0.807200014591217,-0.5331000089645386,-0.249099999666214,-0.8086000084877014,-0.1298000067472458,-0.0925000011920929,-0.9872000217437744,-0.5331000089645386,-0.249099999666214,-0.8086000084877014,-0.13670000433921814,-0.07729999721050262,-0.9876000285148621,-0.9729999899864197,-0.17649999260902405,-0.14880000054836273,-0.8967000246047974,-0.16689999401569366,-0.4099000096321106,-0.8841000199317932,-0.22540000081062317,-0.40939998626708984,-0.9729999899864197,-0.17649999260902405,-0.14880000054836273,-0.8841000199317932,-0.22540000081062317,-0.40939998626708984,-0.9593999981880188,-0.23980000615119934,-0.14869999885559082,-0.9824000000953674,-0.1128000020980835,-0.14900000393390656,-0.9056000113487244,-0.10729999840259552,-0.41040000319480896,-0.8967000246047974,-0.16689999401569366,-0.4099000096321106,-0.9824000000953674,-0.1128000020980835,-0.14900000393390656,-0.8967000246047974,-0.16689999401569366,-0.4099000096321106,-0.9729999899864197,-0.17649999260902405,-0.14880000054836273,-0.8967000246047974,-0.16689999401569366,-0.4099000096321106,-0.5720000267028809,-0.11490000039339066,-0.8122000098228455,-0.5637999773025513,-0.15279999375343323,-0.8116999864578247,-0.8967000246047974,-0.16689999401569366,-0.4099000096321106,-0.5637999773025513,-0.15279999375343323,-0.8116999864578247,-0.8841000199317932,-0.22540000081062317,-0.40939998626708984,-0.9056000113487244,-0.10729999840259552,-0.41040000319480896,-0.5777000188827515,-0.07530000060796738,-0.8127999901771545,-0.5720000267028809,-0.11490000039339066,-0.8122000098228455,-0.9056000113487244,-0.10729999840259552,-0.41040000319480896,-0.5720000267028809,-0.11490000039339066,-0.8122000098228455,-0.8967000246047974,-0.16689999401569366,-0.4099000096321106,-0.9887999892234802,0,-0.14910000562667847,-0.9115999937057495,0,-0.41100001335144043,-0.9103999733924866,-0.05050000175833702,-0.4106999933719635,-0.9887999892234802,0,-0.14910000562667847,-0.9103999733924866,-0.05050000175833702,-0.4106999933719635,-0.9873999953269958,-0.05260000005364418,-0.14910000562667847,-0.9115999937057495,0,-0.41100001335144043,-0.5809999704360962,0,-0.8138999938964844,-0.5806999802589417,-0.03620000183582306,-0.8133000135421753,-0.9115999937057495,0,-0.41100001335144043,-0.5806999802589417,-0.03620000183582306,-0.8133000135421753,-0.9103999733924866,-0.05050000175833702,-0.4106999933719635,-0.9873999953269958,-0.05260000005364418,-0.14910000562667847,-0.9103999733924866,-0.05050000175833702,-0.4106999933719635,-0.9056000113487244,-0.10729999840259552,-0.41040000319480896,-0.9873999953269958,-0.05260000005364418,-0.14910000562667847,-0.9056000113487244,-0.10729999840259552,-0.41040000319480896,-0.9824000000953674,-0.1128000020980835,-0.14900000393390656,-0.9103999733924866,-0.05050000175833702,-0.4106999933719635,-0.5806999802589417,-0.03620000183582306,-0.8133000135421753,-0.5777000188827515,-0.07530000060796738,-0.8127999901771545,-0.9103999733924866,-0.05050000175833702,-0.4106999933719635,-0.5777000188827515,-0.07530000060796738,-0.8127999901771545,-0.9056000113487244,-0.10729999840259552,-0.41040000319480896,-0.0017999999690800905,-0.007400000002235174,-1,-0.148499995470047,-0.01489999983459711,-0.9887999892234802,-0.148499995470047,0,-0.9889000058174133,-0.0017999999690800905,-0.007400000002235174,-1,-0.148499995470047,0,-0.9889000058174133,-0.002099999925121665,0,-1,-0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,-0.14740000665187836,-0.028999999165534973,-0.9886000156402588,-0.148499995470047,-0.01489999983459711,-0.9887999892234802,-0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,-0.148499995470047,-0.01489999983459711,-0.9887999892234802,-0.0017999999690800905,-0.007400000002235174,-1,-0.148499995470047,-0.01489999983459711,-0.9887999892234802,-0.5806999802589417,-0.03620000183582306,-0.8133000135421753,-0.5809999704360962,0,-0.8138999938964844,-0.148499995470047,-0.01489999983459711,-0.9887999892234802,-0.5809999704360962,0,-0.8138999938964844,-0.148499995470047,0,-0.9889000058174133,-0.14740000665187836,-0.028999999165534973,-0.9886000156402588,-0.5777000188827515,-0.07530000060796738,-0.8127999901771545,-0.5806999802589417,-0.03620000183582306,-0.8133000135421753,-0.14740000665187836,-0.028999999165534973,-0.9886000156402588,-0.5806999802589417,-0.03620000183582306,-0.8133000135421753,-0.148499995470047,-0.01489999983459711,-0.9887999892234802,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.14329999685287476,-0.05180000141263008,-0.9883000254631042,-0.14560000598430634,-0.0414000004529953,-0.9884999990463257,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.14560000598430634,-0.0414000004529953,-0.9884999990463257,-0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,-0.14329999685287476,-0.05180000141263008,-0.9883000254631042,-0.5637999773025513,-0.15279999375343323,-0.8116999864578247,-0.5720000267028809,-0.11490000039339066,-0.8122000098228455,-0.14329999685287476,-0.05180000141263008,-0.9883000254631042,-0.5720000267028809,-0.11490000039339066,-0.8122000098228455,-0.14560000598430634,-0.0414000004529953,-0.9884999990463257,-0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,-0.14560000598430634,-0.0414000004529953,-0.9884999990463257,-0.14740000665187836,-0.028999999165534973,-0.9886000156402588,-0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,-0.14740000665187836,-0.028999999165534973,-0.9886000156402588,-0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,-0.14560000598430634,-0.0414000004529953,-0.9884999990463257,-0.5720000267028809,-0.11490000039339066,-0.8122000098228455,-0.5777000188827515,-0.07530000060796738,-0.8127999901771545,-0.14560000598430634,-0.0414000004529953,-0.9884999990463257,-0.5777000188827515,-0.07530000060796738,-0.8127999901771545,-0.14740000665187836,-0.028999999165534973,-0.9886000156402588,-0.9873999953269958,0.05260000005364418,-0.14910000562667847,-0.9103999733924866,0.05050000175833702,-0.4106999933719635,-0.9115999937057495,0,-0.41100001335144043,-0.9873999953269958,0.05260000005364418,-0.14910000562667847,-0.9115999937057495,0,-0.41100001335144043,-0.9887999892234802,0,-0.14910000562667847,-0.9824000000953674,0.1128000020980835,-0.14900000393390656,-0.9056000113487244,0.10729999840259552,-0.41040000319480896,-0.9103999733924866,0.05050000175833702,-0.4106999933719635,-0.9824000000953674,0.1128000020980835,-0.14900000393390656,-0.9103999733924866,0.05050000175833702,-0.4106999933719635,-0.9873999953269958,0.05260000005364418,-0.14910000562667847,-0.9103999733924866,0.05050000175833702,-0.4106999933719635,-0.5806999802589417,0.03620000183582306,-0.8133000135421753,-0.5809999704360962,0,-0.8138999938964844,-0.9103999733924866,0.05050000175833702,-0.4106999933719635,-0.5809999704360962,0,-0.8138999938964844,-0.9115999937057495,0,-0.41100001335144043,-0.9056000113487244,0.10729999840259552,-0.41040000319480896,-0.5777000188827515,0.07530000060796738,-0.8127999901771545,-0.5806999802589417,0.03620000183582306,-0.8133000135421753,-0.9056000113487244,0.10729999840259552,-0.41040000319480896,-0.5806999802589417,0.03620000183582306,-0.8133000135421753,-0.9103999733924866,0.05050000175833702,-0.4106999933719635,-0.9593999981880188,0.23980000615119934,-0.14869999885559082,-0.8841000199317932,0.22540000081062317,-0.40939998626708984,-0.8967000246047974,0.16689999401569366,-0.4099000096321106,-0.9593999981880188,0.23980000615119934,-0.14869999885559082,-0.8967000246047974,0.16689999401569366,-0.4099000096321106,-0.9729999899864197,0.17649999260902405,-0.14880000054836273,-0.8841000199317932,0.22540000081062317,-0.40939998626708984,-0.5637999773025513,0.15279999375343323,-0.8116999864578247,-0.5720000267028809,0.11490000039339066,-0.8122000098228455,-0.8841000199317932,0.22540000081062317,-0.40939998626708984,-0.5720000267028809,0.11490000039339066,-0.8122000098228455,-0.8967000246047974,0.16689999401569366,-0.4099000096321106,-0.9729999899864197,0.17649999260902405,-0.14880000054836273,-0.8967000246047974,0.16689999401569366,-0.4099000096321106,-0.9056000113487244,0.10729999840259552,-0.41040000319480896,-0.9729999899864197,0.17649999260902405,-0.14880000054836273,-0.9056000113487244,0.10729999840259552,-0.41040000319480896,-0.9824000000953674,0.1128000020980835,-0.14900000393390656,-0.8967000246047974,0.16689999401569366,-0.4099000096321106,-0.5720000267028809,0.11490000039339066,-0.8122000098228455,-0.5777000188827515,0.07530000060796738,-0.8127999901771545,-0.8967000246047974,0.16689999401569366,-0.4099000096321106,-0.5777000188827515,0.07530000060796738,-0.8127999901771545,-0.9056000113487244,0.10729999840259552,-0.41040000319480896,-0.0006000000284984708,0.015699999406933784,-0.9998999834060669,-0.14560000598430634,0.0414000004529953,-0.9884999990463257,-0.14329999685287476,0.05180000141263008,-0.9883000254631042,-0.0006000000284984708,0.015699999406933784,-0.9998999834060669,-0.14329999685287476,0.05180000141263008,-0.9883000254631042,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0012000000569969416,0.01269999984651804,-0.9998999834060669,-0.14740000665187836,0.028999999165534973,-0.9886000156402588,-0.14560000598430634,0.0414000004529953,-0.9884999990463257,-0.0012000000569969416,0.01269999984651804,-0.9998999834060669,-0.14560000598430634,0.0414000004529953,-0.9884999990463257,-0.0006000000284984708,0.015699999406933784,-0.9998999834060669,-0.14560000598430634,0.0414000004529953,-0.9884999990463257,-0.5720000267028809,0.11490000039339066,-0.8122000098228455,-0.5637999773025513,0.15279999375343323,-0.8116999864578247,-0.14560000598430634,0.0414000004529953,-0.9884999990463257,-0.5637999773025513,0.15279999375343323,-0.8116999864578247,-0.14329999685287476,0.05180000141263008,-0.9883000254631042,-0.14740000665187836,0.028999999165534973,-0.9886000156402588,-0.5777000188827515,0.07530000060796738,-0.8127999901771545,-0.5720000267028809,0.11490000039339066,-0.8122000098228455,-0.14740000665187836,0.028999999165534973,-0.9886000156402588,-0.5720000267028809,0.11490000039339066,-0.8122000098228455,-0.14560000598430634,0.0414000004529953,-0.9884999990463257,-0.002099999925121665,0,-1,-0.148499995470047,0,-0.9889000058174133,-0.148499995470047,0.014999999664723873,-0.9887999892234802,-0.002099999925121665,0,-1,-0.148499995470047,0.014999999664723873,-0.9887999892234802,-0.0017999999690800905,0.007400000002235174,-1,-0.148499995470047,0,-0.9889000058174133,-0.5809999704360962,0,-0.8138999938964844,-0.5806999802589417,0.03620000183582306,-0.8133000135421753,-0.148499995470047,0,-0.9889000058174133,-0.5806999802589417,0.03620000183582306,-0.8133000135421753,-0.148499995470047,0.014999999664723873,-0.9887999892234802,-0.0017999999690800905,0.007400000002235174,-1,-0.148499995470047,0.014999999664723873,-0.9887999892234802,-0.14740000665187836,0.028999999165534973,-0.9886000156402588,-0.0017999999690800905,0.007400000002235174,-1,-0.14740000665187836,0.028999999165534973,-0.9886000156402588,-0.0012000000569969416,0.01269999984651804,-0.9998999834060669,-0.148499995470047,0.014999999664723873,-0.9887999892234802,-0.5806999802589417,0.03620000183582306,-0.8133000135421753,-0.5777000188827515,0.07530000060796738,-0.8127999901771545,-0.148499995470047,0.014999999664723873,-0.9887999892234802,-0.5777000188827515,0.07530000060796738,-0.8127999901771545,-0.14740000665187836,0.028999999165534973,-0.9886000156402588,-0.9380999803543091,0.3127000033855438,-0.1485999971628189,-0.8644999861717224,0.29260000586509705,-0.40860000252723694,-0.8841000199317932,0.22540000081062317,-0.40939998626708984,-0.9380999803543091,0.3127000033855438,-0.1485999971628189,-0.8841000199317932,0.22540000081062317,-0.40939998626708984,-0.9593999981880188,0.23980000615119934,-0.14869999885559082,-0.9036999940872192,0.4016999900341034,-0.14839999377727509,-0.8327000141143799,0.37470000982284546,-0.40779998898506165,-0.8644999861717224,0.29260000586509705,-0.40860000252723694,-0.9036999940872192,0.4016999900341034,-0.14839999377727509,-0.8644999861717224,0.29260000586509705,-0.40860000252723694,-0.9380999803543091,0.3127000033855438,-0.1485999971628189,-0.8644999861717224,0.29260000586509705,-0.40860000252723694,-0.5526000261306763,0.19609999656677246,-0.8101000189781189,-0.5637999773025513,0.15279999375343323,-0.8116999864578247,-0.8644999861717224,0.29260000586509705,-0.40860000252723694,-0.5637999773025513,0.15279999375343323,-0.8116999864578247,-0.8841000199317932,0.22540000081062317,-0.40939998626708984,-0.8327000141143799,0.37470000982284546,-0.40779998898506165,-0.5329999923706055,0.249099999666214,-0.8086000084877014,-0.5526000261306763,0.19609999656677246,-0.8101000189781189,-0.8327000141143799,0.37470000982284546,-0.40779998898506165,-0.5526000261306763,0.19609999656677246,-0.8101000189781189,-0.8644999861717224,0.29260000586509705,-0.40860000252723694,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.7330999970436096,0.5458999872207642,-0.4056999981403351,-0.788100004196167,0.4620000123977661,-0.4066999852657318,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.788100004196167,0.4620000123977661,-0.4066999852657318,-0.855400025844574,0.49639999866485596,-0.14800000190734863,-0.7330999970436096,0.5458999872207642,-0.4056999981403351,-0.4697999954223633,0.36000001430511475,-0.8059999942779541,-0.5049999952316284,0.30570000410079956,-0.807200014591217,-0.7330999970436096,0.5458999872207642,-0.4056999981403351,-0.5049999952316284,0.30570000410079956,-0.807200014591217,-0.788100004196167,0.4620000123977661,-0.4066999852657318,-0.855400025844574,0.49639999866485596,-0.14800000190734863,-0.788100004196167,0.4620000123977661,-0.4066999852657318,-0.8327000141143799,0.37470000982284546,-0.40779998898506165,-0.855400025844574,0.49639999866485596,-0.14800000190734863,-0.8327000141143799,0.37470000982284546,-0.40779998898506165,-0.9036999940872192,0.4016999900341034,-0.14839999377727509,-0.788100004196167,0.4620000123977661,-0.4066999852657318,-0.5049999952316284,0.30570000410079956,-0.807200014591217,-0.5329999923706055,0.249099999666214,-0.8086000084877014,-0.788100004196167,0.4620000123977661,-0.4066999852657318,-0.5329999923706055,0.249099999666214,-0.8086000084877014,-0.8327000141143799,0.37470000982284546,-0.40779998898506165,-0.0005000000237487257,0.017999999225139618,-0.9998000264167786,-0.1298000067472458,0.0925000011920929,-0.9872000217437744,-0.12080000340938568,0.10719999670982361,-0.9868999719619751,-0.0005000000237487257,0.017999999225139618,-0.9998000264167786,-0.12080000340938568,0.10719999670982361,-0.9868999719619751,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.0005000000237487257,0.01730000041425228,-0.9998999834060669,-0.13670000433921814,0.07729999721050262,-0.9876000285148621,-0.1298000067472458,0.0925000011920929,-0.9872000217437744,-0.0005000000237487257,0.01730000041425228,-0.9998999834060669,-0.1298000067472458,0.0925000011920929,-0.9872000217437744,-0.0005000000237487257,0.017999999225139618,-0.9998000264167786,-0.1298000067472458,0.0925000011920929,-0.9872000217437744,-0.5049999952316284,0.30570000410079956,-0.807200014591217,-0.4697999954223633,0.36000001430511475,-0.8059999942779541,-0.1298000067472458,0.0925000011920929,-0.9872000217437744,-0.4697999954223633,0.36000001430511475,-0.8059999942779541,-0.12080000340938568,0.10719999670982361,-0.9868999719619751,-0.13670000433921814,0.07729999721050262,-0.9876000285148621,-0.5329999923706055,0.249099999666214,-0.8086000084877014,-0.5049999952316284,0.30570000410079956,-0.807200014591217,-0.13670000433921814,0.07729999721050262,-0.9876000285148621,-0.5049999952316284,0.30570000410079956,-0.807200014591217,-0.1298000067472458,0.0925000011920929,-0.9872000217437744,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.14329999685287476,0.05180000141263008,-0.9883000254631042,-0.1412000060081482,0.06310000270605087,-0.9879999756813049,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.1412000060081482,0.06310000270605087,-0.9879999756813049,-0.00039999998989515007,0.01679999940097332,-0.9998999834060669,-0.14329999685287476,0.05180000141263008,-0.9883000254631042,-0.5637999773025513,0.15279999375343323,-0.8116999864578247,-0.5526000261306763,0.19609999656677246,-0.8101000189781189,-0.14329999685287476,0.05180000141263008,-0.9883000254631042,-0.5526000261306763,0.19609999656677246,-0.8101000189781189,-0.1412000060081482,0.06310000270605087,-0.9879999756813049,-0.00039999998989515007,0.01679999940097332,-0.9998999834060669,-0.1412000060081482,0.06310000270605087,-0.9879999756813049,-0.13670000433921814,0.07729999721050262,-0.9876000285148621,-0.00039999998989515007,0.01679999940097332,-0.9998999834060669,-0.13670000433921814,0.07729999721050262,-0.9876000285148621,-0.0005000000237487257,0.01730000041425228,-0.9998999834060669,-0.1412000060081482,0.06310000270605087,-0.9879999756813049,-0.5526000261306763,0.19609999656677246,-0.8101000189781189,-0.5329999923706055,0.249099999666214,-0.8086000084877014,-0.1412000060081482,0.06310000270605087,-0.9879999756813049,-0.5329999923706055,0.249099999666214,-0.8086000084877014,-0.13670000433921814,0.07729999721050262,-0.9876000285148621,-0.6843000054359436,0.7142999768257141,-0.1468999981880188,-0.6310999989509583,0.6636000275611877,-0.4016999900341034,-0.7330999970436096,0.5458999872207642,-0.4056999981403351,-0.6843000054359436,0.7142999768257141,-0.1468999981880188,-0.7330999970436096,0.5458999872207642,-0.4056999981403351,-0.795799970626831,0.5873000025749207,-0.1476999968290329,-0.49799999594688416,0.8547999858856201,-0.1462000012397766,-0.4593999981880188,0.7932000160217285,-0.39969998598098755,-0.6310999989509583,0.6636000275611877,-0.4016999900341034,-0.49799999594688416,0.8547999858856201,-0.1462000012397766,-0.6310999989509583,0.6636000275611877,-0.4016999900341034,-0.6843000054359436,0.7142999768257141,-0.1468999981880188,-0.6310999989509583,0.6636000275611877,-0.4016999900341034,-0.4090000092983246,0.4415000081062317,-0.7986000180244446,-0.4697999954223633,0.36000001430511475,-0.8059999942779541,-0.6310999989509583,0.6636000275611877,-0.4016999900341034,-0.4697999954223633,0.36000001430511475,-0.8059999942779541,-0.7330999970436096,0.5458999872207642,-0.4056999981403351,-0.4593999981880188,0.7932000160217285,-0.39969998598098755,-0.2964000105857849,0.5277000069618225,-0.7961000204086304,-0.4090000092983246,0.4415000081062317,-0.7986000180244446,-0.4593999981880188,0.7932000160217285,-0.39969998598098755,-0.4090000092983246,0.4415000081062317,-0.7986000180244446,-0.6310999989509583,0.6636000275611877,-0.4016999900341034,-0.15710000693798065,0.9767000079154968,-0.14640000462532043,-0.14499999582767487,0.90420001745224,-0.4016999900341034,-0.28290000557899475,0.8719000220298767,-0.39959999918937683,-0.15710000693798065,0.9767000079154968,-0.14640000462532043,-0.28290000557899475,0.8719000220298767,-0.39959999918937683,-0.30649998784065247,0.9405999779701233,-0.14579999446868896,-0.14499999582767487,0.90420001745224,-0.4016999900341034,-0.0908999964594841,0.5925999879837036,-0.8004000186920166,-0.18019999563694,0.576200008392334,-0.7972000241279602,-0.14499999582767487,0.90420001745224,-0.4016999900341034,-0.18019999563694,0.576200008392334,-0.7972000241279602,-0.28290000557899475,0.8719000220298767,-0.39959999918937683,-0.30649998784065247,0.9405999779701233,-0.14579999446868896,-0.28290000557899475,0.8719000220298767,-0.39959999918937683,-0.4593999981880188,0.7932000160217285,-0.39969998598098755,-0.30649998784065247,0.9405999779701233,-0.14579999446868896,-0.4593999981880188,0.7932000160217285,-0.39969998598098755,-0.49799999594688416,0.8547999858856201,-0.1462000012397766,-0.28290000557899475,0.8719000220298767,-0.39959999918937683,-0.18019999563694,0.576200008392334,-0.7972000241279602,-0.2964000105857849,0.5277000069618225,-0.7961000204086304,-0.28290000557899475,0.8719000220298767,-0.39959999918937683,-0.2964000105857849,0.5277000069618225,-0.7961000204086304,-0.4593999981880188,0.7932000160217285,-0.39969998598098755,0,0.0203000009059906,-0.9998000264167786,-0.04569999873638153,0.16760000586509705,-0.9847999811172485,-0.022299999371170998,0.1696999967098236,-0.9851999878883362,0,0.0203000009059906,-0.9998000264167786,-0.022299999371170998,0.1696999967098236,-0.9851999878883362,0,0.020400000736117363,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,-0.0771000012755394,0.155799999833107,-0.9847999811172485,-0.04569999873638153,0.16760000586509705,-0.9847999811172485,0,0.019999999552965164,-0.9998000264167786,-0.04569999873638153,0.16760000586509705,-0.9847999811172485,0,0.0203000009059906,-0.9998000264167786,-0.04569999873638153,0.16760000586509705,-0.9847999811172485,-0.18019999563694,0.576200008392334,-0.7972000241279602,-0.0908999964594841,0.5925999879837036,-0.8004000186920166,-0.04569999873638153,0.16760000586509705,-0.9847999811172485,-0.0908999964594841,0.5925999879837036,-0.8004000186920166,-0.022299999371170998,0.1696999967098236,-0.9851999878883362,-0.0771000012755394,0.155799999833107,-0.9847999811172485,-0.2964000105857849,0.5277000069618225,-0.7961000204086304,-0.18019999563694,0.576200008392334,-0.7972000241279602,-0.0771000012755394,0.155799999833107,-0.9847999811172485,-0.18019999563694,0.576200008392334,-0.7972000241279602,-0.04569999873638153,0.16760000586509705,-0.9847999811172485,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.12080000340938568,0.10719999670982361,-0.9868999719619751,-0.10729999840259552,0.13169999420642853,-0.9854999780654907,-0.0003000000142492354,0.018799999728798866,-0.9998000264167786,-0.10729999840259552,0.13169999420642853,-0.9854999780654907,-0.00019999999494757503,0.019600000232458115,-0.9998000264167786,-0.12080000340938568,0.10719999670982361,-0.9868999719619751,-0.4697999954223633,0.36000001430511475,-0.8059999942779541,-0.4090000092983246,0.4415000081062317,-0.7986000180244446,-0.12080000340938568,0.10719999670982361,-0.9868999719619751,-0.4090000092983246,0.4415000081062317,-0.7986000180244446,-0.10729999840259552,0.13169999420642853,-0.9854999780654907,-0.00019999999494757503,0.019600000232458115,-0.9998000264167786,-0.10729999840259552,0.13169999420642853,-0.9854999780654907,-0.0771000012755394,0.155799999833107,-0.9847999811172485,-0.00019999999494757503,0.019600000232458115,-0.9998000264167786,-0.0771000012755394,0.155799999833107,-0.9847999811172485,0,0.019999999552965164,-0.9998000264167786,-0.10729999840259552,0.13169999420642853,-0.9854999780654907,-0.4090000092983246,0.4415000081062317,-0.7986000180244446,-0.2964000105857849,0.5277000069618225,-0.7961000204086304,-0.10729999840259552,0.13169999420642853,-0.9854999780654907,-0.2964000105857849,0.5277000069618225,-0.7961000204086304,-0.0771000012755394,0.155799999833107,-0.9847999811172485,-0.06689999997615814,0.9868000149726868,-0.14749999344348907,-0.0617000013589859,0.9121999740600586,-0.4050999879837036,-0.14499999582767487,0.90420001745224,-0.4016999900341034,-0.06689999997615814,0.9868000149726868,-0.14749999344348907,-0.14499999582767487,0.90420001745224,-0.4016999900341034,-0.15710000693798065,0.9767000079154968,-0.14640000462532043,-0.025299999862909317,0.9886000156402588,-0.148499995470047,-0.02329999953508377,0.9126999974250793,-0.40790000557899475,-0.0617000013589859,0.9121999740600586,-0.4050999879837036,-0.025299999862909317,0.9886000156402588,-0.148499995470047,-0.0617000013589859,0.9121999740600586,-0.4050999879837036,-0.06689999997615814,0.9868000149726868,-0.14749999344348907,-0.0617000013589859,0.9121999740600586,-0.4050999879837036,-0.03840000182390213,0.5920000076293945,-0.8051000237464905,-0.0908999964594841,0.5925999879837036,-0.8004000186920166,-0.0617000013589859,0.9121999740600586,-0.4050999879837036,-0.0908999964594841,0.5925999879837036,-0.8004000186920166,-0.14499999582767487,0.90420001745224,-0.4016999900341034,-0.02329999953508377,0.9126999974250793,-0.40790000557899475,-0.014399999752640724,0.5891000032424927,-0.8079000115394592,-0.03840000182390213,0.5920000076293945,-0.8051000237464905,-0.02329999953508377,0.9126999974250793,-0.40790000557899475,-0.03840000182390213,0.5920000076293945,-0.8051000237464905,-0.0617000013589859,0.9121999740600586,-0.4050999879837036,0,0.9889000058174133,-0.14890000224113464,0,0.9125000238418579,-0.4092000126838684,-0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0,0.9889000058174133,-0.14890000224113464,-0.0052999998442828655,0.9125000238418579,-0.4090000092983246,-0.005799999926239252,0.9887999892234802,-0.14890000224113464,0,0.9125000238418579,-0.4092000126838684,0,0.5867999792098999,-0.8097000122070312,-0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0,0.9125000238418579,-0.4092000126838684,-0.0032999999821186066,0.5874000191688538,-0.8093000054359436,-0.0052999998442828655,0.9125000238418579,-0.4090000092983246,-0.005799999926239252,0.9887999892234802,-0.14890000224113464,-0.0052999998442828655,0.9125000238418579,-0.4090000092983246,-0.02329999953508377,0.9126999974250793,-0.40790000557899475,-0.005799999926239252,0.9887999892234802,-0.14890000224113464,-0.02329999953508377,0.9126999974250793,-0.40790000557899475,-0.025299999862909317,0.9886000156402588,-0.148499995470047,-0.0052999998442828655,0.9125000238418579,-0.4090000092983246,-0.0032999999821186066,0.5874000191688538,-0.8093000054359436,-0.014399999752640724,0.5891000032424927,-0.8079000115394592,-0.0052999998442828655,0.9125000238418579,-0.4090000092983246,-0.014399999752640724,0.5891000032424927,-0.8079000115394592,-0.02329999953508377,0.9126999974250793,-0.40790000557899475,0,0.020500000566244125,-0.9998000264167786,-0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.16339999437332153,-0.9865999817848206,0,0.020500000566244125,-0.9998000264167786,0,0.16339999437332153,-0.9865999817848206,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,-0.0035000001080334187,0.164900004863739,-0.986299991607666,-0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.020500000566244125,-0.9998000264167786,-0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.020500000566244125,-0.9998000264167786,-0.0007999999797903001,0.16380000114440918,-0.9865000247955322,-0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0,0.5867999792098999,-0.8097000122070312,-0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.5867999792098999,-0.8097000122070312,0,0.16339999437332153,-0.9865999817848206,-0.0035000001080334187,0.164900004863739,-0.986299991607666,-0.014399999752640724,0.5891000032424927,-0.8079000115394592,-0.0032999999821186066,0.5874000191688538,-0.8093000054359436,-0.0035000001080334187,0.164900004863739,-0.986299991607666,-0.0032999999821186066,0.5874000191688538,-0.8093000054359436,-0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.020400000736117363,-0.9998000264167786,-0.022299999371170998,0.1696999967098236,-0.9851999878883362,-0.00930000003427267,0.16689999401569366,-0.9858999848365784,0,0.020400000736117363,-0.9998000264167786,-0.00930000003427267,0.16689999401569366,-0.9858999848365784,0,0.020500000566244125,-0.9998000264167786,-0.022299999371170998,0.1696999967098236,-0.9851999878883362,-0.0908999964594841,0.5925999879837036,-0.8004000186920166,-0.03840000182390213,0.5920000076293945,-0.8051000237464905,-0.022299999371170998,0.1696999967098236,-0.9851999878883362,-0.03840000182390213,0.5920000076293945,-0.8051000237464905,-0.00930000003427267,0.16689999401569366,-0.9858999848365784,0,0.020500000566244125,-0.9998000264167786,-0.00930000003427267,0.16689999401569366,-0.9858999848365784,-0.0035000001080334187,0.164900004863739,-0.986299991607666,0,0.020500000566244125,-0.9998000264167786,-0.0035000001080334187,0.164900004863739,-0.986299991607666,0,0.020500000566244125,-0.9998000264167786,-0.00930000003427267,0.16689999401569366,-0.9858999848365784,-0.03840000182390213,0.5920000076293945,-0.8051000237464905,-0.014399999752640724,0.5891000032424927,-0.8079000115394592,-0.00930000003427267,0.16689999401569366,-0.9858999848365784,-0.014399999752640724,0.5891000032424927,-0.8079000115394592,-0.0035000001080334187,0.164900004863739,-0.986299991607666,0.005799999926239252,0.9887999892234802,-0.14890000224113464,0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0,0.9125000238418579,-0.4092000126838684,0.005799999926239252,0.9887999892234802,-0.14890000224113464,0,0.9125000238418579,-0.4092000126838684,0,0.9889000058174133,-0.14890000224113464,0.025299999862909317,0.9886000156402588,-0.148499995470047,0.02329999953508377,0.9126999974250793,-0.40790000557899475,0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0.025299999862909317,0.9886000156402588,-0.148499995470047,0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0.005799999926239252,0.9887999892234802,-0.14890000224113464,0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0,0.5867999792098999,-0.8097000122070312,0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0,0.5867999792098999,-0.8097000122070312,0,0.9125000238418579,-0.4092000126838684,0.02329999953508377,0.9126999974250793,-0.40790000557899475,0.014399999752640724,0.5891000032424927,-0.8080000281333923,0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0.02329999953508377,0.9126999974250793,-0.40790000557899475,0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0.0052999998442828655,0.9125000238418579,-0.4090000092983246,0.15710000693798065,0.9767000079154968,-0.14630000293254852,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.06159999966621399,0.9121999740600586,-0.4050999879837036,0.15710000693798065,0.9767000079154968,-0.14630000293254852,0.06159999966621399,0.9121999740600586,-0.4050999879837036,0.06689999997615814,0.9868000149726868,-0.14740000665187836,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.0908999964594841,0.5925999879837036,-0.8004000186920166,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.06159999966621399,0.9121999740600586,-0.4050999879837036,0.06689999997615814,0.9868000149726868,-0.14740000665187836,0.06159999966621399,0.9121999740600586,-0.4050999879837036,0.02329999953508377,0.9126999974250793,-0.40790000557899475,0.06689999997615814,0.9868000149726868,-0.14740000665187836,0.02329999953508377,0.9126999974250793,-0.40790000557899475,0.025299999862909317,0.9886000156402588,-0.148499995470047,0.06159999966621399,0.9121999740600586,-0.4050999879837036,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.014399999752640724,0.5891000032424927,-0.8080000281333923,0.06159999966621399,0.9121999740600586,-0.4050999879837036,0.014399999752640724,0.5891000032424927,-0.8080000281333923,0.02329999953508377,0.9126999974250793,-0.40790000557899475,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0.00930000003427267,0.16689999401569366,-0.9858999848365784,0,0.020400000736117363,-0.9998000264167786,0.00930000003427267,0.16689999401569366,-0.9858999848365784,0.022299999371170998,0.1696999967098236,-0.9851999878883362,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0,0.020500000566244125,-0.9998000264167786,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0.00930000003427267,0.16689999401569366,-0.9858999848365784,0.022299999371170998,0.1696999967098236,-0.9851999878883362,0.00930000003427267,0.16689999401569366,-0.9858999848365784,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.022299999371170998,0.1696999967098236,-0.9851999878883362,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.0908999964594841,0.5925999879837036,-0.8004000186920166,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0.014399999752640724,0.5891000032424927,-0.8080000281333923,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0.03830000013113022,0.5918999910354614,-0.8051000237464905,0.00930000003427267,0.16689999401569366,-0.9858999848365784,0,0.020500000566244125,-0.9998000264167786,0,0.16339999437332153,-0.9865999817848206,0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.020500000566244125,-0.9998000264167786,0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.020500000566244125,-0.9998000264167786,0,0.16339999437332153,-0.9865999817848206,0,0.5867999792098999,-0.8097000122070312,0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0,0.16339999437332153,-0.9865999817848206,0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0,0.020500000566244125,-0.9998000264167786,0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0,0.020500000566244125,-0.9998000264167786,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0,0.020500000566244125,-0.9998000264167786,0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0.0032999999821186066,0.5874000191688538,-0.8093000054359436,0.014399999752640724,0.5891000032424927,-0.8080000281333923,0.0007999999797903001,0.16380000114440918,-0.9865000247955322,0.014399999752640724,0.5891000032424927,-0.8080000281333923,0.0035000001080334187,0.1648000031709671,-0.986299991607666,0.30649998784065247,0.9405999779701233,-0.14569999277591705,0.28290000557899475,0.871999979019165,-0.39959999918937683,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.30649998784065247,0.9405999779701233,-0.14569999277591705,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.15710000693798065,0.9767000079154968,-0.14630000293254852,0.49799999594688416,0.8547999858856201,-0.1460999995470047,0.4595000147819519,0.7932000160217285,-0.39969998598098755,0.28290000557899475,0.871999979019165,-0.39959999918937683,0.49799999594688416,0.8547999858856201,-0.1460999995470047,0.28290000557899475,0.871999979019165,-0.39959999918937683,0.30649998784065247,0.9405999779701233,-0.14569999277591705,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.28290000557899475,0.871999979019165,-0.39959999918937683,0.18019999563694,0.576200008392334,-0.7972000241279602,0.14489999413490295,0.90420001745224,-0.4016999900341034,0.18019999563694,0.576200008392334,-0.7972000241279602,0.0908999964594841,0.5925999879837036,-0.8004000186920166,0.28290000557899475,0.871999979019165,-0.39959999918937683,0.4595000147819519,0.7932000160217285,-0.39969998598098755,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.28290000557899475,0.871999979019165,-0.39959999918937683,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.18019999563694,0.576200008392334,-0.7972000241279602,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.7330999970436096,0.5458999872207642,-0.4056999981403351,0.6312000155448914,0.6635000109672546,-0.4016999900341034,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.6312000155448914,0.6635000109672546,-0.4016999900341034,0.6843000054359436,0.7142000198364258,-0.1468999981880188,0.7330999970436096,0.5458999872207642,-0.4056999981403351,0.4697999954223633,0.36000001430511475,-0.8059999942779541,0.4090000092983246,0.4413999915122986,-0.7986999750137329,0.7330999970436096,0.5458999872207642,-0.4056999981403351,0.4090000092983246,0.4413999915122986,-0.7986999750137329,0.6312000155448914,0.6635000109672546,-0.4016999900341034,0.6843000054359436,0.7142000198364258,-0.1468999981880188,0.6312000155448914,0.6635000109672546,-0.4016999900341034,0.4595000147819519,0.7932000160217285,-0.39969998598098755,0.6843000054359436,0.7142000198364258,-0.1468999981880188,0.4595000147819519,0.7932000160217285,-0.39969998598098755,0.49799999594688416,0.8547999858856201,-0.1460999995470047,0.6312000155448914,0.6635000109672546,-0.4016999900341034,0.4090000092983246,0.4413999915122986,-0.7986999750137329,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.6312000155448914,0.6635000109672546,-0.4016999900341034,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.4595000147819519,0.7932000160217285,-0.39969998598098755,0.00019999999494757503,0.019600000232458115,-0.9998000264167786,0.10729999840259552,0.1316000074148178,-0.9854999780654907,0.12080000340938568,0.10719999670982361,-0.9868999719619751,0.00019999999494757503,0.019600000232458115,-0.9998000264167786,0.12080000340938568,0.10719999670982361,-0.9868999719619751,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.00019999999494757503,0.019600000232458115,-0.9998000264167786,0,0.019999999552965164,-0.9998000264167786,0.0771000012755394,0.155799999833107,-0.9847999811172485,0.00019999999494757503,0.019600000232458115,-0.9998000264167786,0.0771000012755394,0.155799999833107,-0.9847999811172485,0.10729999840259552,0.1316000074148178,-0.9854999780654907,0.10729999840259552,0.1316000074148178,-0.9854999780654907,0.4090000092983246,0.4413999915122986,-0.7986999750137329,0.4697999954223633,0.36000001430511475,-0.8059999942779541,0.10729999840259552,0.1316000074148178,-0.9854999780654907,0.4697999954223633,0.36000001430511475,-0.8059999942779541,0.12080000340938568,0.10719999670982361,-0.9868999719619751,0.10729999840259552,0.1316000074148178,-0.9854999780654907,0.0771000012755394,0.155799999833107,-0.9847999811172485,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.10729999840259552,0.1316000074148178,-0.9854999780654907,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.4090000092983246,0.4413999915122986,-0.7986999750137329,0,0.0203000009059906,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,0.022299999371170998,0.1696999967098236,-0.9851999878883362,0,0.0203000009059906,-0.9998000264167786,0.022299999371170998,0.1696999967098236,-0.9851999878883362,0.04569999873638153,0.16750000417232513,-0.9847999811172485,0.04569999873638153,0.16750000417232513,-0.9847999811172485,0.022299999371170998,0.1696999967098236,-0.9851999878883362,0.0908999964594841,0.5925999879837036,-0.8004000186920166,0.04569999873638153,0.16750000417232513,-0.9847999811172485,0.0908999964594841,0.5925999879837036,-0.8004000186920166,0.18019999563694,0.576200008392334,-0.7972000241279602,0,0.019999999552965164,-0.9998000264167786,0,0.0203000009059906,-0.9998000264167786,0.04569999873638153,0.16750000417232513,-0.9847999811172485,0,0.019999999552965164,-0.9998000264167786,0.04569999873638153,0.16750000417232513,-0.9847999811172485,0.0771000012755394,0.155799999833107,-0.9847999811172485,0.0771000012755394,0.155799999833107,-0.9847999811172485,0.04569999873638153,0.16750000417232513,-0.9847999811172485,0.18019999563694,0.576200008392334,-0.7972000241279602,0.0771000012755394,0.155799999833107,-0.9847999811172485,0.18019999563694,0.576200008392334,-0.7972000241279602,0.2964000105857849,0.5275999903678894,-0.7961000204086304,0.855400025844574,0.49639999866485596,-0.14800000190734863,0.788100004196167,0.4620000123977661,-0.4066999852657318,0.7330999970436096,0.5458999872207642,-0.4056999981403351,0.855400025844574,0.49639999866485596,-0.14800000190734863,0.7330999970436096,0.5458999872207642,-0.4056999981403351,0.795799970626831,0.5873000025749207,-0.1476999968290329,0.9036999940872192,0.4016999900341034,-0.14839999377727509,0.8327000141143799,0.37470000982284546,-0.40779998898506165,0.788100004196167,0.4620000123977661,-0.4066999852657318,0.9036999940872192,0.4016999900341034,-0.14839999377727509,0.788100004196167,0.4620000123977661,-0.4066999852657318,0.855400025844574,0.49639999866485596,-0.14800000190734863,0.788100004196167,0.4620000123977661,-0.4066999852657318,0.5049999952316284,0.30570000410079956,-0.807200014591217,0.4697999954223633,0.36000001430511475,-0.8059999942779541,0.788100004196167,0.4620000123977661,-0.4066999852657318,0.4697999954223633,0.36000001430511475,-0.8059999942779541,0.7330999970436096,0.5458999872207642,-0.4056999981403351,0.8327000141143799,0.37470000982284546,-0.40779998898506165,0.5331000089645386,0.249099999666214,-0.8086000084877014,0.5049999952316284,0.30570000410079956,-0.807200014591217,0.8327000141143799,0.37470000982284546,-0.40779998898506165,0.5049999952316284,0.30570000410079956,-0.807200014591217,0.788100004196167,0.4620000123977661,-0.4066999852657318,0.9593999981880188,0.23980000615119934,-0.14869999885559082,0.8841000199317932,0.22540000081062317,-0.40939998626708984,0.8644999861717224,0.29260000586509705,-0.40860000252723694,0.9593999981880188,0.23980000615119934,-0.14869999885559082,0.8644999861717224,0.29260000586509705,-0.40860000252723694,0.9380999803543091,0.3127000033855438,-0.1485999971628189,0.8841000199317932,0.22540000081062317,-0.40939998626708984,0.5637999773025513,0.15279999375343323,-0.8116999864578247,0.5526000261306763,0.19609999656677246,-0.8101000189781189,0.8841000199317932,0.22540000081062317,-0.40939998626708984,0.5526000261306763,0.19609999656677246,-0.8101000189781189,0.8644999861717224,0.29260000586509705,-0.40860000252723694,0.9380999803543091,0.3127000033855438,-0.1485999971628189,0.8644999861717224,0.29260000586509705,-0.40860000252723694,0.8327000141143799,0.37470000982284546,-0.40779998898506165,0.9380999803543091,0.3127000033855438,-0.1485999971628189,0.8327000141143799,0.37470000982284546,-0.40779998898506165,0.9036999940872192,0.4016999900341034,-0.14839999377727509,0.8644999861717224,0.29260000586509705,-0.40860000252723694,0.5526000261306763,0.19609999656677246,-0.8101000189781189,0.5331000089645386,0.249099999666214,-0.8086000084877014,0.8644999861717224,0.29260000586509705,-0.40860000252723694,0.5331000089645386,0.249099999666214,-0.8086000084877014,0.8327000141143799,0.37470000982284546,-0.40779998898506165,0.00039999998989515007,0.01679999940097332,-0.9998999834060669,0.1412000060081482,0.06310000270605087,-0.9879999756813049,0.14329999685287476,0.05180000141263008,-0.9883000254631042,0.00039999998989515007,0.01679999940097332,-0.9998999834060669,0.14329999685287476,0.05180000141263008,-0.9883000254631042,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0005000000237487257,0.01730000041425228,-0.9998999834060669,0.13670000433921814,0.07729999721050262,-0.9876000285148621,0.1412000060081482,0.06310000270605087,-0.9879999756813049,0.0005000000237487257,0.01730000041425228,-0.9998999834060669,0.1412000060081482,0.06310000270605087,-0.9879999756813049,0.00039999998989515007,0.01679999940097332,-0.9998999834060669,0.1412000060081482,0.06310000270605087,-0.9879999756813049,0.5526000261306763,0.19609999656677246,-0.8101000189781189,0.5637999773025513,0.15279999375343323,-0.8116999864578247,0.1412000060081482,0.06310000270605087,-0.9879999756813049,0.5637999773025513,0.15279999375343323,-0.8116999864578247,0.14329999685287476,0.05180000141263008,-0.9883000254631042,0.13670000433921814,0.07729999721050262,-0.9876000285148621,0.5331000089645386,0.249099999666214,-0.8086000084877014,0.5526000261306763,0.19609999656677246,-0.8101000189781189,0.13670000433921814,0.07729999721050262,-0.9876000285148621,0.5526000261306763,0.19609999656677246,-0.8101000189781189,0.1412000060081482,0.06310000270605087,-0.9879999756813049,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.12080000340938568,0.10719999670982361,-0.9868999719619751,0.1298000067472458,0.0925000011920929,-0.9872000217437744,0.0003000000142492354,0.018799999728798866,-0.9998000264167786,0.1298000067472458,0.0925000011920929,-0.9872000217437744,0.0005000000237487257,0.017999999225139618,-0.9998000264167786,0.12080000340938568,0.10719999670982361,-0.9868999719619751,0.4697999954223633,0.36000001430511475,-0.8059999942779541,0.5049999952316284,0.30570000410079956,-0.807200014591217,0.12080000340938568,0.10719999670982361,-0.9868999719619751,0.5049999952316284,0.30570000410079956,-0.807200014591217,0.1298000067472458,0.0925000011920929,-0.9872000217437744,0.0005000000237487257,0.017999999225139618,-0.9998000264167786,0.1298000067472458,0.0925000011920929,-0.9872000217437744,0.13670000433921814,0.07729999721050262,-0.9876000285148621,0.0005000000237487257,0.017999999225139618,-0.9998000264167786,0.13670000433921814,0.07729999721050262,-0.9876000285148621,0.0005000000237487257,0.01730000041425228,-0.9998999834060669,0.1298000067472458,0.0925000011920929,-0.9872000217437744,0.5049999952316284,0.30570000410079956,-0.807200014591217,0.5331000089645386,0.249099999666214,-0.8086000084877014,0.1298000067472458,0.0925000011920929,-0.9872000217437744,0.5331000089645386,0.249099999666214,-0.8086000084877014,0.13670000433921814,0.07729999721050262,-0.9876000285148621,0.9729999899864197,0.17649999260902405,-0.14880000054836273,0.8967000246047974,0.16689999401569366,-0.4099000096321106,0.8841000199317932,0.22540000081062317,-0.40939998626708984,0.9729999899864197,0.17649999260902405,-0.14880000054836273,0.8841000199317932,0.22540000081062317,-0.40939998626708984,0.9593999981880188,0.23980000615119934,-0.14869999885559082,0.9824000000953674,0.1128000020980835,-0.14900000393390656,0.9056000113487244,0.10729999840259552,-0.41040000319480896,0.8967000246047974,0.16689999401569366,-0.4099000096321106,0.9824000000953674,0.1128000020980835,-0.14900000393390656,0.8967000246047974,0.16689999401569366,-0.4099000096321106,0.9729999899864197,0.17649999260902405,-0.14880000054836273,0.8967000246047974,0.16689999401569366,-0.4099000096321106,0.5720000267028809,0.11490000039339066,-0.8122000098228455,0.5637999773025513,0.15279999375343323,-0.8116999864578247,0.8967000246047974,0.16689999401569366,-0.4099000096321106,0.5637999773025513,0.15279999375343323,-0.8116999864578247,0.8841000199317932,0.22540000081062317,-0.40939998626708984,0.9056000113487244,0.10729999840259552,-0.41040000319480896,0.5777000188827515,0.07530000060796738,-0.8127999901771545,0.5720000267028809,0.11490000039339066,-0.8122000098228455,0.9056000113487244,0.10729999840259552,-0.41040000319480896,0.5720000267028809,0.11490000039339066,-0.8122000098228455,0.8967000246047974,0.16689999401569366,-0.4099000096321106,0.9887999892234802,0,-0.14910000562667847,0.9115999937057495,0,-0.41100001335144043,0.9103999733924866,0.05050000175833702,-0.4106999933719635,0.9887999892234802,0,-0.14910000562667847,0.9103999733924866,0.05050000175833702,-0.4106999933719635,0.9873999953269958,0.05260000005364418,-0.14910000562667847,0.9115999937057495,0,-0.41100001335144043,0.5809999704360962,0,-0.8138999938964844,0.5806999802589417,0.03620000183582306,-0.8133000135421753,0.9115999937057495,0,-0.41100001335144043,0.5806999802589417,0.03620000183582306,-0.8133000135421753,0.9103999733924866,0.05050000175833702,-0.4106999933719635,0.9873999953269958,0.05260000005364418,-0.14910000562667847,0.9103999733924866,0.05050000175833702,-0.4106999933719635,0.9056000113487244,0.10729999840259552,-0.41040000319480896,0.9873999953269958,0.05260000005364418,-0.14910000562667847,0.9056000113487244,0.10729999840259552,-0.41040000319480896,0.9824000000953674,0.1128000020980835,-0.14900000393390656,0.9103999733924866,0.05050000175833702,-0.4106999933719635,0.5806999802589417,0.03620000183582306,-0.8133000135421753,0.5777000188827515,0.07530000060796738,-0.8127999901771545,0.9103999733924866,0.05050000175833702,-0.4106999933719635,0.5777000188827515,0.07530000060796738,-0.8127999901771545,0.9056000113487244,0.10729999840259552,-0.41040000319480896,0.0017999999690800905,0.007400000002235174,-1,0.148499995470047,0.01489999983459711,-0.9887999892234802,0.148499995470047,0,-0.9889000058174133,0.0017999999690800905,0.007400000002235174,-1,0.148499995470047,0,-0.9889000058174133,0.002099999925121665,0,-1,0.0012000000569969416,0.01269999984651804,-0.9998999834060669,0.14740000665187836,0.028999999165534973,-0.9886000156402588,0.148499995470047,0.01489999983459711,-0.9887999892234802,0.0012000000569969416,0.01269999984651804,-0.9998999834060669,0.148499995470047,0.01489999983459711,-0.9887999892234802,0.0017999999690800905,0.007400000002235174,-1,0.148499995470047,0.01489999983459711,-0.9887999892234802,0.5806999802589417,0.03620000183582306,-0.8133000135421753,0.5809999704360962,0,-0.8138999938964844,0.148499995470047,0.01489999983459711,-0.9887999892234802,0.5809999704360962,0,-0.8138999938964844,0.148499995470047,0,-0.9889000058174133,0.14740000665187836,0.028999999165534973,-0.9886000156402588,0.5777000188827515,0.07530000060796738,-0.8127999901771545,0.5806999802589417,0.03620000183582306,-0.8133000135421753,0.14740000665187836,0.028999999165534973,-0.9886000156402588,0.5806999802589417,0.03620000183582306,-0.8133000135421753,0.148499995470047,0.01489999983459711,-0.9887999892234802,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.14329999685287476,0.05180000141263008,-0.9883000254631042,0.14560000598430634,0.0414000004529953,-0.9884999990463257,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.14560000598430634,0.0414000004529953,-0.9884999990463257,0.0006000000284984708,0.015699999406933784,-0.9998999834060669,0.14329999685287476,0.05180000141263008,-0.9883000254631042,0.5637999773025513,0.15279999375343323,-0.8116999864578247,0.5720000267028809,0.11490000039339066,-0.8122000098228455,0.14329999685287476,0.05180000141263008,-0.9883000254631042,0.5720000267028809,0.11490000039339066,-0.8122000098228455,0.14560000598430634,0.0414000004529953,-0.9884999990463257,0.0006000000284984708,0.015699999406933784,-0.9998999834060669,0.14560000598430634,0.0414000004529953,-0.9884999990463257,0.14740000665187836,0.028999999165534973,-0.9886000156402588,0.0006000000284984708,0.015699999406933784,-0.9998999834060669,0.14740000665187836,0.028999999165534973,-0.9886000156402588,0.0012000000569969416,0.01269999984651804,-0.9998999834060669,0.14560000598430634,0.0414000004529953,-0.9884999990463257,0.5720000267028809,0.11490000039339066,-0.8122000098228455,0.5777000188827515,0.07530000060796738,-0.8127999901771545,0.14560000598430634,0.0414000004529953,-0.9884999990463257,0.5777000188827515,0.07530000060796738,-0.8127999901771545,0.14740000665187836,0.028999999165534973,-0.9886000156402588,0.9873999953269958,-0.05260000005364418,-0.14910000562667847,0.9103999733924866,-0.05050000175833702,-0.4106999933719635,0.9115999937057495,0,-0.41100001335144043,0.9873999953269958,-0.05260000005364418,-0.14910000562667847,0.9115999937057495,0,-0.41100001335144043,0.9887999892234802,0,-0.14910000562667847,0.9824000000953674,-0.1128000020980835,-0.14900000393390656,0.9056000113487244,-0.10729999840259552,-0.41040000319480896,0.9103999733924866,-0.05050000175833702,-0.4106999933719635,0.9824000000953674,-0.1128000020980835,-0.14900000393390656,0.9103999733924866,-0.05050000175833702,-0.4106999933719635,0.9873999953269958,-0.05260000005364418,-0.14910000562667847,0.9103999733924866,-0.05050000175833702,-0.4106999933719635,0.5806999802589417,-0.03620000183582306,-0.8133000135421753,0.5809999704360962,0,-0.8138999938964844,0.9103999733924866,-0.05050000175833702,-0.4106999933719635,0.5809999704360962,0,-0.8138999938964844,0.9115999937057495,0,-0.41100001335144043,0.9056000113487244,-0.10729999840259552,-0.41040000319480896,0.5777000188827515,-0.07530000060796738,-0.8127999901771545,0.5806999802589417,-0.03620000183582306,-0.8133000135421753,0.9056000113487244,-0.10729999840259552,-0.41040000319480896,0.5806999802589417,-0.03620000183582306,-0.8133000135421753,0.9103999733924866,-0.05050000175833702,-0.4106999933719635,0.9593999981880188,-0.23980000615119934,-0.14869999885559082,0.8841000199317932,-0.22540000081062317,-0.40939998626708984,0.8967000246047974,-0.16689999401569366,-0.4099000096321106,0.9593999981880188,-0.23980000615119934,-0.14869999885559082,0.8967000246047974,-0.16689999401569366,-0.4099000096321106,0.9729999899864197,-0.17649999260902405,-0.14880000054836273,0.8841000199317932,-0.22540000081062317,-0.40939998626708984,0.5637999773025513,-0.15279999375343323,-0.8116999864578247,0.5720000267028809,-0.11490000039339066,-0.8122000098228455,0.8841000199317932,-0.22540000081062317,-0.40939998626708984,0.5720000267028809,-0.11490000039339066,-0.8122000098228455,0.8967000246047974,-0.16689999401569366,-0.4099000096321106,0.9729999899864197,-0.17649999260902405,-0.14880000054836273,0.8967000246047974,-0.16689999401569366,-0.4099000096321106,0.9056000113487244,-0.10729999840259552,-0.41040000319480896,0.9729999899864197,-0.17649999260902405,-0.14880000054836273,0.9056000113487244,-0.10729999840259552,-0.41040000319480896,0.9824000000953674,-0.1128000020980835,-0.14900000393390656,0.8967000246047974,-0.16689999401569366,-0.4099000096321106,0.5720000267028809,-0.11490000039339066,-0.8122000098228455,0.5777000188827515,-0.07530000060796738,-0.8127999901771545,0.8967000246047974,-0.16689999401569366,-0.4099000096321106,0.5777000188827515,-0.07530000060796738,-0.8127999901771545,0.9056000113487244,-0.10729999840259552,-0.41040000319480896,0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,0.14560000598430634,-0.0414000004529953,-0.9884999990463257,0.14329999685287476,-0.05180000141263008,-0.9883000254631042,0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,0.14329999685287476,-0.05180000141263008,-0.9883000254631042,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,0.14740000665187836,-0.028999999165534973,-0.9886000156402588,0.14560000598430634,-0.0414000004529953,-0.9884999990463257,0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,0.14560000598430634,-0.0414000004529953,-0.9884999990463257,0.0006000000284984708,-0.015699999406933784,-0.9998999834060669,0.14560000598430634,-0.0414000004529953,-0.9884999990463257,0.5720000267028809,-0.11490000039339066,-0.8122000098228455,0.5637999773025513,-0.15279999375343323,-0.8116999864578247,0.14560000598430634,-0.0414000004529953,-0.9884999990463257,0.5637999773025513,-0.15279999375343323,-0.8116999864578247,0.14329999685287476,-0.05180000141263008,-0.9883000254631042,0.14740000665187836,-0.028999999165534973,-0.9886000156402588,0.5777000188827515,-0.07530000060796738,-0.8127999901771545,0.5720000267028809,-0.11490000039339066,-0.8122000098228455,0.14740000665187836,-0.028999999165534973,-0.9886000156402588,0.5720000267028809,-0.11490000039339066,-0.8122000098228455,0.14560000598430634,-0.0414000004529953,-0.9884999990463257,0.002099999925121665,0,-1,0.148499995470047,0,-0.9889000058174133,0.148499995470047,-0.014999999664723873,-0.9887999892234802,0.002099999925121665,0,-1,0.148499995470047,-0.014999999664723873,-0.9887999892234802,0.0017999999690800905,-0.007400000002235174,-1,0.148499995470047,0,-0.9889000058174133,0.5809999704360962,0,-0.8138999938964844,0.5806999802589417,-0.03620000183582306,-0.8133000135421753,0.148499995470047,0,-0.9889000058174133,0.5806999802589417,-0.03620000183582306,-0.8133000135421753,0.148499995470047,-0.014999999664723873,-0.9887999892234802,0.0017999999690800905,-0.007400000002235174,-1,0.148499995470047,-0.014999999664723873,-0.9887999892234802,0.14740000665187836,-0.028999999165534973,-0.9886000156402588,0.0017999999690800905,-0.007400000002235174,-1,0.14740000665187836,-0.028999999165534973,-0.9886000156402588,0.0012000000569969416,-0.01269999984651804,-0.9998999834060669,0.148499995470047,-0.014999999664723873,-0.9887999892234802,0.5806999802589417,-0.03620000183582306,-0.8133000135421753,0.5777000188827515,-0.07530000060796738,-0.8127999901771545,0.148499995470047,-0.014999999664723873,-0.9887999892234802,0.5777000188827515,-0.07530000060796738,-0.8127999901771545,0.14740000665187836,-0.028999999165534973,-0.9886000156402588,0.9380999803543091,-0.3127000033855438,-0.1485999971628189,0.8644999861717224,-0.29260000586509705,-0.40860000252723694,0.8841000199317932,-0.22540000081062317,-0.40939998626708984,0.9380999803543091,-0.3127000033855438,-0.1485999971628189,0.8841000199317932,-0.22540000081062317,-0.40939998626708984,0.9593999981880188,-0.23980000615119934,-0.14869999885559082,0.9036999940872192,-0.4016999900341034,-0.14839999377727509,0.8327000141143799,-0.37470000982284546,-0.40779998898506165,0.8644999861717224,-0.29260000586509705,-0.40860000252723694,0.9036999940872192,-0.4016999900341034,-0.14839999377727509,0.8644999861717224,-0.29260000586509705,-0.40860000252723694,0.9380999803543091,-0.3127000033855438,-0.1485999971628189,0.8644999861717224,-0.29260000586509705,-0.40860000252723694,0.5526000261306763,-0.19609999656677246,-0.8101000189781189,0.5637999773025513,-0.15279999375343323,-0.8116999864578247,0.8644999861717224,-0.29260000586509705,-0.40860000252723694,0.5637999773025513,-0.15279999375343323,-0.8116999864578247,0.8841000199317932,-0.22540000081062317,-0.40939998626708984,0.8327000141143799,-0.37470000982284546,-0.40779998898506165,0.5329999923706055,-0.249099999666214,-0.8086000084877014,0.5526000261306763,-0.19609999656677246,-0.8101000189781189,0.8327000141143799,-0.37470000982284546,-0.40779998898506165,0.5526000261306763,-0.19609999656677246,-0.8101000189781189,0.8644999861717224,-0.29260000586509705,-0.40860000252723694,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.7330999970436096,-0.5458999872207642,-0.4056999981403351,0.788100004196167,-0.4620000123977661,-0.4066999852657318,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.788100004196167,-0.4620000123977661,-0.4066999852657318,0.855400025844574,-0.49639999866485596,-0.14800000190734863,0.7330999970436096,-0.5458999872207642,-0.4056999981403351,0.4697999954223633,-0.36000001430511475,-0.8059999942779541,0.5049999952316284,-0.30570000410079956,-0.807200014591217,0.7330999970436096,-0.5458999872207642,-0.4056999981403351,0.5049999952316284,-0.30570000410079956,-0.807200014591217,0.788100004196167,-0.4620000123977661,-0.4066999852657318,0.855400025844574,-0.49639999866485596,-0.14800000190734863,0.788100004196167,-0.4620000123977661,-0.4066999852657318,0.8327000141143799,-0.37470000982284546,-0.40779998898506165,0.855400025844574,-0.49639999866485596,-0.14800000190734863,0.8327000141143799,-0.37470000982284546,-0.40779998898506165,0.9036999940872192,-0.4016999900341034,-0.14839999377727509,0.788100004196167,-0.4620000123977661,-0.4066999852657318,0.5049999952316284,-0.30570000410079956,-0.807200014591217,0.5329999923706055,-0.249099999666214,-0.8086000084877014,0.788100004196167,-0.4620000123977661,-0.4066999852657318,0.5329999923706055,-0.249099999666214,-0.8086000084877014,0.8327000141143799,-0.37470000982284546,-0.40779998898506165,0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,0.1298000067472458,-0.0925000011920929,-0.9872000217437744,0.12080000340938568,-0.10719999670982361,-0.9868999719619751,0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,0.12080000340938568,-0.10719999670982361,-0.9868999719619751,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,0.13670000433921814,-0.07729999721050262,-0.9876000285148621,0.1298000067472458,-0.0925000011920929,-0.9872000217437744,0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,0.1298000067472458,-0.0925000011920929,-0.9872000217437744,0.0005000000237487257,-0.017999999225139618,-0.9998000264167786,0.1298000067472458,-0.0925000011920929,-0.9872000217437744,0.5049999952316284,-0.30570000410079956,-0.807200014591217,0.4697999954223633,-0.36000001430511475,-0.8059999942779541,0.1298000067472458,-0.0925000011920929,-0.9872000217437744,0.4697999954223633,-0.36000001430511475,-0.8059999942779541,0.12080000340938568,-0.10719999670982361,-0.9868999719619751,0.13670000433921814,-0.07729999721050262,-0.9876000285148621,0.5329999923706055,-0.249099999666214,-0.8086000084877014,0.5049999952316284,-0.30570000410079956,-0.807200014591217,0.13670000433921814,-0.07729999721050262,-0.9876000285148621,0.5049999952316284,-0.30570000410079956,-0.807200014591217,0.1298000067472458,-0.0925000011920929,-0.9872000217437744,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.14329999685287476,-0.05180000141263008,-0.9883000254631042,0.1412000060081482,-0.06310000270605087,-0.9879999756813049,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.1412000060081482,-0.06310000270605087,-0.9879999756813049,0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,0.14329999685287476,-0.05180000141263008,-0.9883000254631042,0.5637999773025513,-0.15279999375343323,-0.8116999864578247,0.5526000261306763,-0.19609999656677246,-0.8101000189781189,0.14329999685287476,-0.05180000141263008,-0.9883000254631042,0.5526000261306763,-0.19609999656677246,-0.8101000189781189,0.1412000060081482,-0.06310000270605087,-0.9879999756813049,0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,0.1412000060081482,-0.06310000270605087,-0.9879999756813049,0.13670000433921814,-0.07729999721050262,-0.9876000285148621,0.00039999998989515007,-0.01679999940097332,-0.9998999834060669,0.13670000433921814,-0.07729999721050262,-0.9876000285148621,0.0005000000237487257,-0.01730000041425228,-0.9998999834060669,0.1412000060081482,-0.06310000270605087,-0.9879999756813049,0.5526000261306763,-0.19609999656677246,-0.8101000189781189,0.5329999923706055,-0.249099999666214,-0.8086000084877014,0.1412000060081482,-0.06310000270605087,-0.9879999756813049,0.5329999923706055,-0.249099999666214,-0.8086000084877014,0.13670000433921814,-0.07729999721050262,-0.9876000285148621,0.6843000054359436,-0.7142999768257141,-0.1468999981880188,0.6310999989509583,-0.6636000275611877,-0.4016999900341034,0.7330999970436096,-0.5458999872207642,-0.4056999981403351,0.6843000054359436,-0.7142999768257141,-0.1468999981880188,0.7330999970436096,-0.5458999872207642,-0.4056999981403351,0.795799970626831,-0.5873000025749207,-0.1476999968290329,0.49799999594688416,-0.8547999858856201,-0.1462000012397766,0.4593999981880188,-0.7932000160217285,-0.39969998598098755,0.6310999989509583,-0.6636000275611877,-0.4016999900341034,0.49799999594688416,-0.8547999858856201,-0.1462000012397766,0.6310999989509583,-0.6636000275611877,-0.4016999900341034,0.6843000054359436,-0.7142999768257141,-0.1468999981880188,0.6310999989509583,-0.6636000275611877,-0.4016999900341034,0.4090000092983246,-0.4415000081062317,-0.7986000180244446,0.4697999954223633,-0.36000001430511475,-0.8059999942779541,0.6310999989509583,-0.6636000275611877,-0.4016999900341034,0.4697999954223633,-0.36000001430511475,-0.8059999942779541,0.7330999970436096,-0.5458999872207642,-0.4056999981403351,0.4593999981880188,-0.7932000160217285,-0.39969998598098755,0.2964000105857849,-0.5277000069618225,-0.7961000204086304,0.4090000092983246,-0.4415000081062317,-0.7986000180244446,0.4593999981880188,-0.7932000160217285,-0.39969998598098755,0.4090000092983246,-0.4415000081062317,-0.7986000180244446,0.6310999989509583,-0.6636000275611877,-0.4016999900341034,0.15710000693798065,-0.9767000079154968,-0.14640000462532043,0.14499999582767487,-0.90420001745224,-0.4016999900341034,0.28290000557899475,-0.8719000220298767,-0.39959999918937683,0.15710000693798065,-0.9767000079154968,-0.14640000462532043,0.28290000557899475,-0.8719000220298767,-0.39959999918937683,0.30649998784065247,-0.9405999779701233,-0.14579999446868896,0.14499999582767487,-0.90420001745224,-0.4016999900341034,0.0908999964594841,-0.5925999879837036,-0.8004000186920166,0.18019999563694,-0.576200008392334,-0.7972000241279602,0.14499999582767487,-0.90420001745224,-0.4016999900341034,0.18019999563694,-0.576200008392334,-0.7972000241279602,0.28290000557899475,-0.8719000220298767,-0.39959999918937683,0.30649998784065247,-0.9405999779701233,-0.14579999446868896,0.28290000557899475,-0.8719000220298767,-0.39959999918937683,0.4593999981880188,-0.7932000160217285,-0.39969998598098755,0.30649998784065247,-0.9405999779701233,-0.14579999446868896,0.4593999981880188,-0.7932000160217285,-0.39969998598098755,0.49799999594688416,-0.8547999858856201,-0.1462000012397766,0.28290000557899475,-0.8719000220298767,-0.39959999918937683,0.18019999563694,-0.576200008392334,-0.7972000241279602,0.2964000105857849,-0.5277000069618225,-0.7961000204086304,0.28290000557899475,-0.8719000220298767,-0.39959999918937683,0.2964000105857849,-0.5277000069618225,-0.7961000204086304,0.4593999981880188,-0.7932000160217285,-0.39969998598098755,0,-0.0203000009059906,-0.9998000264167786,0.04569999873638153,-0.16760000586509705,-0.9847999811172485,0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0,-0.0203000009059906,-0.9998000264167786,0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0,-0.020400000736117363,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,0.0771000012755394,-0.155799999833107,-0.9847999811172485,0.04569999873638153,-0.16760000586509705,-0.9847999811172485,0,-0.019999999552965164,-0.9998000264167786,0.04569999873638153,-0.16760000586509705,-0.9847999811172485,0,-0.0203000009059906,-0.9998000264167786,0.04569999873638153,-0.16760000586509705,-0.9847999811172485,0.18019999563694,-0.576200008392334,-0.7972000241279602,0.0908999964594841,-0.5925999879837036,-0.8004000186920166,0.04569999873638153,-0.16760000586509705,-0.9847999811172485,0.0908999964594841,-0.5925999879837036,-0.8004000186920166,0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0.0771000012755394,-0.155799999833107,-0.9847999811172485,0.2964000105857849,-0.5277000069618225,-0.7961000204086304,0.18019999563694,-0.576200008392334,-0.7972000241279602,0.0771000012755394,-0.155799999833107,-0.9847999811172485,0.18019999563694,-0.576200008392334,-0.7972000241279602,0.04569999873638153,-0.16760000586509705,-0.9847999811172485,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.12080000340938568,-0.10719999670982361,-0.9868999719619751,0.10729999840259552,-0.13169999420642853,-0.9854999780654907,0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,0.10729999840259552,-0.13169999420642853,-0.9854999780654907,0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0.12080000340938568,-0.10719999670982361,-0.9868999719619751,0.4697999954223633,-0.36000001430511475,-0.8059999942779541,0.4090000092983246,-0.4415000081062317,-0.7986000180244446,0.12080000340938568,-0.10719999670982361,-0.9868999719619751,0.4090000092983246,-0.4415000081062317,-0.7986000180244446,0.10729999840259552,-0.13169999420642853,-0.9854999780654907,0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0.10729999840259552,-0.13169999420642853,-0.9854999780654907,0.0771000012755394,-0.155799999833107,-0.9847999811172485,0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0.0771000012755394,-0.155799999833107,-0.9847999811172485,0,-0.019999999552965164,-0.9998000264167786,0.10729999840259552,-0.13169999420642853,-0.9854999780654907,0.4090000092983246,-0.4415000081062317,-0.7986000180244446,0.2964000105857849,-0.5277000069618225,-0.7961000204086304,0.10729999840259552,-0.13169999420642853,-0.9854999780654907,0.2964000105857849,-0.5277000069618225,-0.7961000204086304,0.0771000012755394,-0.155799999833107,-0.9847999811172485,0.06689999997615814,-0.9868000149726868,-0.14749999344348907,0.0617000013589859,-0.9121999740600586,-0.4050999879837036,0.14499999582767487,-0.90420001745224,-0.4016999900341034,0.06689999997615814,-0.9868000149726868,-0.14749999344348907,0.14499999582767487,-0.90420001745224,-0.4016999900341034,0.15710000693798065,-0.9767000079154968,-0.14640000462532043,0.025299999862909317,-0.9886000156402588,-0.148499995470047,0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0.0617000013589859,-0.9121999740600586,-0.4050999879837036,0.025299999862909317,-0.9886000156402588,-0.148499995470047,0.0617000013589859,-0.9121999740600586,-0.4050999879837036,0.06689999997615814,-0.9868000149726868,-0.14749999344348907,0.0617000013589859,-0.9121999740600586,-0.4050999879837036,0.03840000182390213,-0.5920000076293945,-0.8051000237464905,0.0908999964594841,-0.5925999879837036,-0.8004000186920166,0.0617000013589859,-0.9121999740600586,-0.4050999879837036,0.0908999964594841,-0.5925999879837036,-0.8004000186920166,0.14499999582767487,-0.90420001745224,-0.4016999900341034,0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0.014399999752640724,-0.5891000032424927,-0.8079000115394592,0.03840000182390213,-0.5920000076293945,-0.8051000237464905,0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0.03840000182390213,-0.5920000076293945,-0.8051000237464905,0.0617000013589859,-0.9121999740600586,-0.4050999879837036,0,-0.9889000058174133,-0.14890000224113464,0,-0.9125000238418579,-0.4092000126838684,0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0,-0.9889000058174133,-0.14890000224113464,0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0,-0.9125000238418579,-0.4092000126838684,0,-0.5867999792098999,-0.8097000122070312,0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0,-0.9125000238418579,-0.4092000126838684,0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0.025299999862909317,-0.9886000156402588,-0.148499995470047,0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0.014399999752640724,-0.5891000032424927,-0.8079000115394592,0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0.014399999752640724,-0.5891000032424927,-0.8079000115394592,0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0,-0.020500000566244125,-0.9998000264167786,0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.16339999437332153,-0.9865999817848206,0,-0.020500000566244125,-0.9998000264167786,0,-0.16339999437332153,-0.9865999817848206,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0.0035000001080334187,-0.164900004863739,-0.986299991607666,0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.020500000566244125,-0.9998000264167786,0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.020500000566244125,-0.9998000264167786,0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0,-0.5867999792098999,-0.8097000122070312,0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.5867999792098999,-0.8097000122070312,0,-0.16339999437332153,-0.9865999817848206,0.0035000001080334187,-0.164900004863739,-0.986299991607666,0.014399999752640724,-0.5891000032424927,-0.8079000115394592,0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0.0035000001080334187,-0.164900004863739,-0.986299991607666,0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.020400000736117363,-0.9998000264167786,0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0,-0.020400000736117363,-0.9998000264167786,0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0,-0.020500000566244125,-0.9998000264167786,0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0.0908999964594841,-0.5925999879837036,-0.8004000186920166,0.03840000182390213,-0.5920000076293945,-0.8051000237464905,0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0.03840000182390213,-0.5920000076293945,-0.8051000237464905,0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0,-0.020500000566244125,-0.9998000264167786,0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0.0035000001080334187,-0.164900004863739,-0.986299991607666,0,-0.020500000566244125,-0.9998000264167786,0.0035000001080334187,-0.164900004863739,-0.986299991607666,0,-0.020500000566244125,-0.9998000264167786,0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0.03840000182390213,-0.5920000076293945,-0.8051000237464905,0.014399999752640724,-0.5891000032424927,-0.8079000115394592,0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0.014399999752640724,-0.5891000032424927,-0.8079000115394592,0.0035000001080334187,-0.164900004863739,-0.986299991607666,-0.005799999926239252,-0.9887999892234802,-0.14890000224113464,-0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0,-0.9125000238418579,-0.4092000126838684,-0.005799999926239252,-0.9887999892234802,-0.14890000224113464,0,-0.9125000238418579,-0.4092000126838684,0,-0.9889000058174133,-0.14890000224113464,-0.025299999862909317,-0.9886000156402588,-0.148499995470047,-0.02329999953508377,-0.9126999974250793,-0.40790000557899475,-0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,-0.025299999862909317,-0.9886000156402588,-0.148499995470047,-0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,-0.005799999926239252,-0.9887999892234802,-0.14890000224113464,-0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,-0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0,-0.5867999792098999,-0.8097000122070312,-0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,0,-0.5867999792098999,-0.8097000122070312,0,-0.9125000238418579,-0.4092000126838684,-0.02329999953508377,-0.9126999974250793,-0.40790000557899475,-0.014399999752640724,-0.5891000032424927,-0.8080000281333923,-0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,-0.02329999953508377,-0.9126999974250793,-0.40790000557899475,-0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,-0.0052999998442828655,-0.9125000238418579,-0.4090000092983246,-0.15710000693798065,-0.9767000079154968,-0.14630000293254852,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.06159999966621399,-0.9121999740600586,-0.4050999879837036,-0.15710000693798065,-0.9767000079154968,-0.14630000293254852,-0.06159999966621399,-0.9121999740600586,-0.4050999879837036,-0.06689999997615814,-0.9868000149726868,-0.14740000665187836,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.0908999964594841,-0.5925999879837036,-0.8004000186920166,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.06159999966621399,-0.9121999740600586,-0.4050999879837036,-0.06689999997615814,-0.9868000149726868,-0.14740000665187836,-0.06159999966621399,-0.9121999740600586,-0.4050999879837036,-0.02329999953508377,-0.9126999974250793,-0.40790000557899475,-0.06689999997615814,-0.9868000149726868,-0.14740000665187836,-0.02329999953508377,-0.9126999974250793,-0.40790000557899475,-0.025299999862909317,-0.9886000156402588,-0.148499995470047,-0.06159999966621399,-0.9121999740600586,-0.4050999879837036,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.014399999752640724,-0.5891000032424927,-0.8080000281333923,-0.06159999966621399,-0.9121999740600586,-0.4050999879837036,-0.014399999752640724,-0.5891000032424927,-0.8080000281333923,-0.02329999953508377,-0.9126999974250793,-0.40790000557899475,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,-0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0,-0.020400000736117363,-0.9998000264167786,-0.00930000003427267,-0.16689999401569366,-0.9858999848365784,-0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,0,-0.020500000566244125,-0.9998000264167786,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,-0.00930000003427267,-0.16689999401569366,-0.9858999848365784,-0.022299999371170998,-0.1696999967098236,-0.9851999878883362,-0.00930000003427267,-0.16689999401569366,-0.9858999848365784,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.022299999371170998,-0.1696999967098236,-0.9851999878883362,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.0908999964594841,-0.5925999879837036,-0.8004000186920166,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,-0.014399999752640724,-0.5891000032424927,-0.8080000281333923,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,-0.03830000013113022,-0.5918999910354614,-0.8051000237464905,-0.00930000003427267,-0.16689999401569366,-0.9858999848365784,0,-0.020500000566244125,-0.9998000264167786,0,-0.16339999437332153,-0.9865999817848206,-0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.020500000566244125,-0.9998000264167786,-0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.020500000566244125,-0.9998000264167786,0,-0.16339999437332153,-0.9865999817848206,0,-0.5867999792098999,-0.8097000122070312,-0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,0,-0.16339999437332153,-0.9865999817848206,-0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,-0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,0,-0.020500000566244125,-0.9998000264167786,-0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,0,-0.020500000566244125,-0.9998000264167786,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,0,-0.020500000566244125,-0.9998000264167786,-0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,-0.0032999999821186066,-0.5874000191688538,-0.8093000054359436,-0.014399999752640724,-0.5891000032424927,-0.8080000281333923,-0.0007999999797903001,-0.16380000114440918,-0.9865000247955322,-0.014399999752640724,-0.5891000032424927,-0.8080000281333923,-0.0035000001080334187,-0.1648000031709671,-0.986299991607666,-0.30649998784065247,-0.9405999779701233,-0.14569999277591705,-0.28290000557899475,-0.871999979019165,-0.39959999918937683,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.30649998784065247,-0.9405999779701233,-0.14569999277591705,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.15710000693798065,-0.9767000079154968,-0.14630000293254852,-0.49799999594688416,-0.8547999858856201,-0.1460999995470047,-0.4595000147819519,-0.7932000160217285,-0.39969998598098755,-0.28290000557899475,-0.871999979019165,-0.39959999918937683,-0.49799999594688416,-0.8547999858856201,-0.1460999995470047,-0.28290000557899475,-0.871999979019165,-0.39959999918937683,-0.30649998784065247,-0.9405999779701233,-0.14569999277591705,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.28290000557899475,-0.871999979019165,-0.39959999918937683,-0.18019999563694,-0.576200008392334,-0.7972000241279602,-0.14489999413490295,-0.90420001745224,-0.4016999900341034,-0.18019999563694,-0.576200008392334,-0.7972000241279602,-0.0908999964594841,-0.5925999879837036,-0.8004000186920166,-0.28290000557899475,-0.871999979019165,-0.39959999918937683,-0.4595000147819519,-0.7932000160217285,-0.39969998598098755,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,-0.28290000557899475,-0.871999979019165,-0.39959999918937683,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,-0.18019999563694,-0.576200008392334,-0.7972000241279602,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.7330999970436096,-0.5458999872207642,-0.4056999981403351,-0.6312000155448914,-0.6635000109672546,-0.4016999900341034,-0.795799970626831,-0.5873000025749207,-0.1476999968290329,-0.6312000155448914,-0.6635000109672546,-0.4016999900341034,-0.6843000054359436,-0.7142000198364258,-0.1468999981880188,-0.7330999970436096,-0.5458999872207642,-0.4056999981403351,-0.4697999954223633,-0.36000001430511475,-0.8059999942779541,-0.4090000092983246,-0.4413999915122986,-0.7986999750137329,-0.7330999970436096,-0.5458999872207642,-0.4056999981403351,-0.4090000092983246,-0.4413999915122986,-0.7986999750137329,-0.6312000155448914,-0.6635000109672546,-0.4016999900341034,-0.6843000054359436,-0.7142000198364258,-0.1468999981880188,-0.6312000155448914,-0.6635000109672546,-0.4016999900341034,-0.4595000147819519,-0.7932000160217285,-0.39969998598098755,-0.6843000054359436,-0.7142000198364258,-0.1468999981880188,-0.4595000147819519,-0.7932000160217285,-0.39969998598098755,-0.49799999594688416,-0.8547999858856201,-0.1460999995470047,-0.6312000155448914,-0.6635000109672546,-0.4016999900341034,-0.4090000092983246,-0.4413999915122986,-0.7986999750137329,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,-0.6312000155448914,-0.6635000109672546,-0.4016999900341034,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,-0.4595000147819519,-0.7932000160217285,-0.39969998598098755,-0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,-0.10729999840259552,-0.1316000074148178,-0.9854999780654907,-0.12080000340938568,-0.10719999670982361,-0.9868999719619751,-0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,-0.12080000340938568,-0.10719999670982361,-0.9868999719619751,-0.0003000000142492354,-0.018799999728798866,-0.9998000264167786,-0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,0,-0.019999999552965164,-0.9998000264167786,-0.0771000012755394,-0.155799999833107,-0.9847999811172485,-0.00019999999494757503,-0.019600000232458115,-0.9998000264167786,-0.0771000012755394,-0.155799999833107,-0.9847999811172485,-0.10729999840259552,-0.1316000074148178,-0.9854999780654907,-0.10729999840259552,-0.1316000074148178,-0.9854999780654907,-0.4090000092983246,-0.4413999915122986,-0.7986999750137329,-0.4697999954223633,-0.36000001430511475,-0.8059999942779541,-0.10729999840259552,-0.1316000074148178,-0.9854999780654907,-0.4697999954223633,-0.36000001430511475,-0.8059999942779541,-0.12080000340938568,-0.10719999670982361,-0.9868999719619751,-0.10729999840259552,-0.1316000074148178,-0.9854999780654907,-0.0771000012755394,-0.155799999833107,-0.9847999811172485,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,-0.10729999840259552,-0.1316000074148178,-0.9854999780654907,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,-0.4090000092983246,-0.4413999915122986,-0.7986999750137329,0,-0.0203000009059906,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,-0.022299999371170998,-0.1696999967098236,-0.9851999878883362,0,-0.0203000009059906,-0.9998000264167786,-0.022299999371170998,-0.1696999967098236,-0.9851999878883362,-0.04569999873638153,-0.16750000417232513,-0.9847999811172485,-0.04569999873638153,-0.16750000417232513,-0.9847999811172485,-0.022299999371170998,-0.1696999967098236,-0.9851999878883362,-0.0908999964594841,-0.5925999879837036,-0.8004000186920166,-0.04569999873638153,-0.16750000417232513,-0.9847999811172485,-0.0908999964594841,-0.5925999879837036,-0.8004000186920166,-0.18019999563694,-0.576200008392334,-0.7972000241279602,0,-0.019999999552965164,-0.9998000264167786,0,-0.0203000009059906,-0.9998000264167786,-0.04569999873638153,-0.16750000417232513,-0.9847999811172485,0,-0.019999999552965164,-0.9998000264167786,-0.04569999873638153,-0.16750000417232513,-0.9847999811172485,-0.0771000012755394,-0.155799999833107,-0.9847999811172485,-0.0771000012755394,-0.155799999833107,-0.9847999811172485,-0.04569999873638153,-0.16750000417232513,-0.9847999811172485,-0.18019999563694,-0.576200008392334,-0.7972000241279602,-0.0771000012755394,-0.155799999833107,-0.9847999811172485,-0.18019999563694,-0.576200008392334,-0.7972000241279602,-0.2964000105857849,-0.5275999903678894,-0.7961000204086304,0.4043999910354614,0.11840000003576279,-0.9068999886512756,0.15649999678134918,0.03530000150203705,-0.9869999885559082,0.1606999933719635,0.02329999953508377,-0.9866999983787537,0.4043999910354614,0.11840000003576279,-0.9068999886512756,0.1606999933719635,0.02329999953508377,-0.9866999983787537,0.41449999809265137,0.08720000088214874,-0.9059000015258789,0.38940000534057617,0.15629999339580536,-0.9077000021934509,0.15049999952316284,0.04969999939203262,-0.9873999953269958,0.15649999678134918,0.03530000150203705,-0.9869999885559082,0.38940000534057617,0.15629999339580536,-0.9077000021934509,0.15649999678134918,0.03530000150203705,-0.9869999885559082,0.4043999910354614,0.11840000003576279,-0.9068999886512756,0.15649999678134918,0.03530000150203705,-0.9869999885559082,0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,0.04610000178217888,-0.005200000014156103,-0.9988999962806702,0.15649999678134918,0.03530000150203705,-0.9869999885559082,0.04610000178217888,-0.005200000014156103,-0.9988999962806702,0.1606999933719635,0.02329999953508377,-0.9866999983787537,0.15049999952316284,0.04969999939203262,-0.9873999953269958,0.0430000014603138,0.002099999925121665,-0.9991000294685364,0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,0.15049999952316284,0.04969999939203262,-0.9873999953269958,0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,0.15649999678134918,0.03530000150203705,-0.9869999885559082,0.34459999203681946,0.23600000143051147,-0.9085999727249146,0.13339999318122864,0.07970000058412552,-0.9879000186920166,0.14270000159740448,0.0649000033736229,-0.9876000285148621,0.34459999203681946,0.23600000143051147,-0.9085999727249146,0.14270000159740448,0.0649000033736229,-0.9876000285148621,0.3691999912261963,0.19679999351501465,-0.90829998254776,0.13339999318122864,0.07970000058412552,-0.9879000186920166,0.03819999843835831,0.009600000455975533,-0.9991999864578247,0.040699999779462814,0.006000000052154064,-0.9991999864578247,0.13339999318122864,0.07970000058412552,-0.9879000186920166,0.040699999779462814,0.006000000052154064,-0.9991999864578247,0.14270000159740448,0.0649000033736229,-0.9876000285148621,0.3691999912261963,0.19679999351501465,-0.90829998254776,0.14270000159740448,0.0649000033736229,-0.9876000285148621,0.15049999952316284,0.04969999939203262,-0.9873999953269958,0.3691999912261963,0.19679999351501465,-0.90829998254776,0.15049999952316284,0.04969999939203262,-0.9873999953269958,0.38940000534057617,0.15629999339580536,-0.9077000021934509,0.14270000159740448,0.0649000033736229,-0.9876000285148621,0.040699999779462814,0.006000000052154064,-0.9991999864578247,0.0430000014603138,0.002099999925121665,-0.9991000294685364,0.14270000159740448,0.0649000033736229,-0.9876000285148621,0.0430000014603138,0.002099999925121665,-0.9991000294685364,0.15049999952316284,0.04969999939203262,-0.9873999953269958,-0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,0.006399999838322401,-0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,0.006399999838322401,-0.013700000010430813,-0.9998999834060669,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0071000000461936,-0.013799999840557575,-0.9998999834060669,0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,0.040699999779462814,0.006000000052154064,-0.9991999864578247,0.03819999843835831,0.009600000455975533,-0.9991999864578247,0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,0.03819999843835831,0.009600000455975533,-0.9991999864578247,0.006399999838322401,-0.013700000010430813,-0.9998999834060669,0.0071000000461936,-0.013799999840557575,-0.9998999834060669,0.0430000014603138,0.002099999925121665,-0.9991000294685364,0.040699999779462814,0.006000000052154064,-0.9991999864578247,0.0071000000461936,-0.013799999840557575,-0.9998999834060669,0.040699999779462814,0.006000000052154064,-0.9991999864578247,0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.007799999788403511,-0.014600000344216824,-0.9998999834060669,0.007499999832361937,-0.014100000262260437,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.007499999832361937,-0.014100000262260437,-0.9998999834060669,-0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.007799999788403511,-0.014600000344216824,-0.9998999834060669,0.04610000178217888,-0.005200000014156103,-0.9988999962806702,0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,0.007799999788403511,-0.014600000344216824,-0.9998999834060669,0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,0.007499999832361937,-0.014100000262260437,-0.9998999834060669,-0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.007499999832361937,-0.014100000262260437,-0.9998999834060669,0.0071000000461936,-0.013799999840557575,-0.9998999834060669,-0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,0.0071000000461936,-0.013799999840557575,-0.9998999834060669,-0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,0.007499999832361937,-0.014100000262260437,-0.9998999834060669,0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,0.0430000014603138,0.002099999925121665,-0.9991000294685364,0.007499999832361937,-0.014100000262260437,-0.9998999834060669,0.0430000014603138,0.002099999925121665,-0.9991000294685364,0.0071000000461936,-0.013799999840557575,-0.9998999834060669,0.29120001196861267,0.28790000081062317,-0.9122999906539917,0.11219999939203262,0.09839999675750732,-0.9887999892234802,0.13339999318122864,0.07970000058412552,-0.9879000186920166,0.29120001196861267,0.28790000081062317,-0.9122999906539917,0.13339999318122864,0.07970000058412552,-0.9879000186920166,0.34459999203681946,0.23600000143051147,-0.9085999727249146,0.20990000665187836,0.35089999437332153,-0.9125999808311462,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.11219999939203262,0.09839999675750732,-0.9887999892234802,0.20990000665187836,0.35089999437332153,-0.9125999808311462,0.11219999939203262,0.09839999675750732,-0.9887999892234802,0.29120001196861267,0.28790000081062317,-0.9122999906539917,0.11219999939203262,0.09839999675750732,-0.9887999892234802,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.03819999843835831,0.009600000455975533,-0.9991999864578247,0.11219999939203262,0.09839999675750732,-0.9887999892234802,0.03819999843835831,0.009600000455975533,-0.9991999864578247,0.13339999318122864,0.07970000058412552,-0.9879000186920166,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.023399999365210533,0.020800000056624413,-0.9994999766349792,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.11219999939203262,0.09839999675750732,-0.9887999892234802,0.06539999693632126,0.4081999957561493,-0.9104999899864197,0.025800000876188278,0.1454000025987625,-0.9890000224113464,0.050200000405311584,0.13860000669956207,-0.9890999794006348,0.06539999693632126,0.4081999957561493,-0.9104999899864197,0.050200000405311584,0.13860000669956207,-0.9890999794006348,0.12849999964237213,0.39169999957084656,-0.9110999703407288,0.050200000405311584,0.13860000669956207,-0.9890999794006348,0.025800000876188278,0.1454000025987625,-0.9890000224113464,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.050200000405311584,0.13860000669956207,-0.9890999794006348,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.014600000344216824,0.02539999969303608,-0.9995999932289124,0.12849999964237213,0.39169999957084656,-0.9110999703407288,0.050200000405311584,0.13860000669956207,-0.9890999794006348,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.12849999964237213,0.39169999957084656,-0.9110999703407288,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.20990000665187836,0.35089999437332153,-0.9125999808311462,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.050200000405311584,0.13860000669956207,-0.9890999794006348,0.014600000344216824,0.02539999969303608,-0.9995999932289124,0.08129999786615372,0.12229999899864197,-0.9891999959945679,0.014600000344216824,0.02539999969303608,-0.9995999932289124,0.023399999365210533,0.020800000056624413,-0.9994999766349792,0,-0.020400000736117363,-0.9998000264167786,0,-0.02019999921321869,-0.9998000264167786,0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0,-0.020400000736117363,-0.9998000264167786,0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0,-0.02019999921321869,-0.9998000264167786,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0,-0.02019999921321869,-0.9998000264167786,0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0.014600000344216824,0.02539999969303608,-0.9995999932289124,0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0.014600000344216824,0.02539999969303608,-0.9995999932289124,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0.023399999365210533,0.020800000056624413,-0.9994999766349792,0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0.023399999365210533,0.020800000056624413,-0.9994999766349792,0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.006399999838322401,-0.013700000010430813,-0.9998999834060669,0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.006399999838322401,-0.013700000010430813,-0.9998999834060669,0.03819999843835831,0.009600000455975533,-0.9991999864578247,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.006399999838322401,-0.013700000010430813,-0.9998999834060669,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,0.005400000140070915,-0.01360000018030405,-0.9998999834060669,0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0.005400000140070915,-0.01360000018030405,-0.9998999834060669,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0.032099999487400055,0.014299999922513962,-0.9994000196456909,0.023399999365210533,0.020800000056624413,-0.9994999766349792,0.027699999511241913,0.41339999437332153,-0.910099983215332,0.010900000110268593,0.1477999985218048,-0.9890000224113464,0.025800000876188278,0.1454000025987625,-0.9890000224113464,0.027699999511241913,0.41339999437332153,-0.910099983215332,0.025800000876188278,0.1454000025987625,-0.9890000224113464,0.06539999693632126,0.4081999957561493,-0.9104999899864197,0.010400000028312206,0.4131999909877777,-0.9106000065803528,0.004100000020116568,0.147599995136261,-0.9890000224113464,0.010900000110268593,0.1477999985218048,-0.9890000224113464,0.010400000028312206,0.4131999909877777,-0.9106000065803528,0.010900000110268593,0.1477999985218048,-0.9890000224113464,0.027699999511241913,0.41339999437332153,-0.910099983215332,0.010900000110268593,0.1477999985218048,-0.9890000224113464,0.0031999999191612005,0.028200000524520874,-0.9995999932289124,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.010900000110268593,0.1477999985218048,-0.9890000224113464,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.025800000876188278,0.1454000025987625,-0.9890000224113464,0.004100000020116568,0.147599995136261,-0.9890000224113464,0.0012000000569969416,0.028200000524520874,-0.9995999932289124,0.0031999999191612005,0.028200000524520874,-0.9995999932289124,0.004100000020116568,0.147599995136261,-0.9890000224113464,0.0031999999191612005,0.028200000524520874,-0.9995999932289124,0.010900000110268593,0.1477999985218048,-0.9890000224113464,0,0.414000004529953,-0.9103000164031982,0,0.14800000190734863,-0.9890000224113464,0.0008999999845400453,0.147599995136261,-0.9890000224113464,0,0.414000004529953,-0.9103000164031982,0.0008999999845400453,0.147599995136261,-0.9890000224113464,0.002400000113993883,0.4131999909877777,-0.9106000065803528,0,0.14800000190734863,-0.9890000224113464,0,0.028300000354647636,-0.9995999932289124,0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0,0.14800000190734863,-0.9890000224113464,0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0.0008999999845400453,0.147599995136261,-0.9890000224113464,0.002400000113993883,0.4131999909877777,-0.9106000065803528,0.0008999999845400453,0.147599995136261,-0.9890000224113464,0.004100000020116568,0.147599995136261,-0.9890000224113464,0.002400000113993883,0.4131999909877777,-0.9106000065803528,0.004100000020116568,0.147599995136261,-0.9890000224113464,0.010400000028312206,0.4131999909877777,-0.9106000065803528,0.0008999999845400453,0.147599995136261,-0.9890000224113464,0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0.0012000000569969416,0.028200000524520874,-0.9995999932289124,0.0008999999845400453,0.147599995136261,-0.9890000224113464,0.0012000000569969416,0.028200000524520874,-0.9995999932289124,0.004100000020116568,0.147599995136261,-0.9890000224113464,0,-0.020500000566244125,-0.9998000264167786,0,-0.011800000444054604,-0.9998999834060669,0,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,0,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.011800000444054604,-0.9998999834060669,0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0,0.028300000354647636,-0.9995999932289124,0,-0.011800000444054604,-0.9998999834060669,0,0.028300000354647636,-0.9995999932289124,0,-0.011800000444054604,-0.9998999834060669,0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,0.0012000000569969416,0.028200000524520874,-0.9995999932289124,0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.020400000736117363,-0.9998000264167786,0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0.007499999832361937,0.027400000020861626,-0.9995999932289124,0.0031999999191612005,0.028200000524520874,-0.9995999932289124,0,-0.020500000566244125,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0.0031999999191612005,0.028200000524520874,-0.9995999932289124,0.0012000000569969416,0.028200000524520874,-0.9995999932289124,0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0.0012000000569969416,0.028200000524520874,-0.9995999932289124,0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,-0.002400000113993883,0.4131999909877777,-0.9106000065803528,-0.0008999999845400453,0.147599995136261,-0.9890000224113464,0,0.14800000190734863,-0.9890000224113464,-0.002400000113993883,0.4131999909877777,-0.9106000065803528,0,0.14800000190734863,-0.9890000224113464,0,0.414000004529953,-0.9103000164031982,-0.010400000028312206,0.413100004196167,-0.9106000065803528,-0.004100000020116568,0.147599995136261,-0.9890000224113464,-0.0008999999845400453,0.147599995136261,-0.9890000224113464,-0.010400000028312206,0.413100004196167,-0.9106000065803528,-0.0008999999845400453,0.147599995136261,-0.9890000224113464,-0.002400000113993883,0.4131999909877777,-0.9106000065803528,-0.0008999999845400453,0.147599995136261,-0.9890000224113464,-0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0,0.028300000354647636,-0.9995999932289124,-0.0008999999845400453,0.147599995136261,-0.9890000224113464,0,0.028300000354647636,-0.9995999932289124,0,0.14800000190734863,-0.9890000224113464,-0.004100000020116568,0.147599995136261,-0.9890000224113464,-0.0012000000569969416,0.028200000524520874,-0.9995999932289124,-0.0003000000142492354,0.028200000524520874,-0.9995999932289124,-0.004100000020116568,0.147599995136261,-0.9890000224113464,-0.0003000000142492354,0.028200000524520874,-0.9995999932289124,-0.0008999999845400453,0.147599995136261,-0.9890000224113464,-0.06549999862909317,0.4081999957561493,-0.9104999899864197,-0.025800000876188278,0.1453000009059906,-0.9890000224113464,-0.010999999940395355,0.1477999985218048,-0.9890000224113464,-0.06549999862909317,0.4081999957561493,-0.9104999899864197,-0.010999999940395355,0.1477999985218048,-0.9890000224113464,-0.027799999341368675,0.41339999437332153,-0.910099983215332,-0.025800000876188278,0.1453000009059906,-0.9890000224113464,-0.007499999832361937,0.027400000020861626,-0.9995999932289124,-0.0031999999191612005,0.028200000524520874,-0.9995999932289124,-0.025800000876188278,0.1453000009059906,-0.9890000224113464,-0.0031999999191612005,0.028200000524520874,-0.9995999932289124,-0.010999999940395355,0.1477999985218048,-0.9890000224113464,-0.027799999341368675,0.41339999437332153,-0.910099983215332,-0.010999999940395355,0.1477999985218048,-0.9890000224113464,-0.004100000020116568,0.147599995136261,-0.9890000224113464,-0.027799999341368675,0.41339999437332153,-0.910099983215332,-0.004100000020116568,0.147599995136261,-0.9890000224113464,-0.010400000028312206,0.413100004196167,-0.9106000065803528,-0.010999999940395355,0.1477999985218048,-0.9890000224113464,-0.0031999999191612005,0.028200000524520874,-0.9995999932289124,-0.0012000000569969416,0.028200000524520874,-0.9995999932289124,-0.010999999940395355,0.1477999985218048,-0.9890000224113464,-0.0012000000569969416,0.028200000524520874,-0.9995999932289124,-0.004100000020116568,0.147599995136261,-0.9890000224113464,0,-0.020500000566244125,-0.9998000264167786,-0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,-0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.00139999995008111,-0.012000000104308128,-0.9998999834060669,0,-0.020400000736117363,-0.9998000264167786,0,-0.020500000566244125,-0.9998000264167786,-0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,-0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,-0.0031999999191612005,0.028200000524520874,-0.9995999932289124,-0.007499999832361937,0.027400000020861626,-0.9995999932289124,-0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,-0.007499999832361937,0.027400000020861626,-0.9995999932289124,-0.00139999995008111,-0.012000000104308128,-0.9998999834060669,-0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,-0.0012000000569969416,0.028200000524520874,-0.9995999932289124,-0.0031999999191612005,0.028200000524520874,-0.9995999932289124,-0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,-0.0031999999191612005,0.028200000524520874,-0.9995999932289124,-0.0006000000284984708,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.011800000444054604,-0.9998999834060669,-0.00009999999747378752,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.00009999999747378752,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,0,-0.011800000444054604,-0.9998999834060669,0,0.028300000354647636,-0.9995999932289124,-0.0003000000142492354,0.028200000524520874,-0.9995999932289124,0,-0.011800000444054604,-0.9998999834060669,-0.0003000000142492354,0.028200000524520874,-0.9995999932289124,-0.00009999999747378752,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.00009999999747378752,-0.011800000444054604,-0.9998999834060669,-0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,0,-0.020500000566244125,-0.9998000264167786,-0.00009999999747378752,-0.011800000444054604,-0.9998999834060669,-0.0003000000142492354,0.028200000524520874,-0.9995999932289124,-0.0012000000569969416,0.028200000524520874,-0.9995999932289124,-0.00009999999747378752,-0.011800000444054604,-0.9998999834060669,-0.0012000000569969416,0.028200000524520874,-0.9995999932289124,-0.00019999999494757503,-0.011800000444054604,-0.9998999834060669,-0.12860000133514404,0.39169999957084656,-0.9110999703407288,-0.050200000405311584,0.13850000500679016,-0.9890999794006348,-0.025800000876188278,0.1453000009059906,-0.9890000224113464,-0.12860000133514404,0.39169999957084656,-0.9110999703407288,-0.025800000876188278,0.1453000009059906,-0.9890000224113464,-0.06549999862909317,0.4081999957561493,-0.9104999899864197,-0.20990000665187836,0.35089999437332153,-0.9125999808311462,-0.0812000036239624,0.12229999899864197,-0.9891999959945679,-0.050200000405311584,0.13850000500679016,-0.9890999794006348,-0.20990000665187836,0.35089999437332153,-0.9125999808311462,-0.050200000405311584,0.13850000500679016,-0.9890999794006348,-0.12860000133514404,0.39169999957084656,-0.9110999703407288,-0.050200000405311584,0.13850000500679016,-0.9890999794006348,-0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.007499999832361937,0.027400000020861626,-0.9995999932289124,-0.050200000405311584,0.13850000500679016,-0.9890999794006348,-0.007499999832361937,0.027400000020861626,-0.9995999932289124,-0.025800000876188278,0.1453000009059906,-0.9890000224113464,-0.0812000036239624,0.12229999899864197,-0.9891999959945679,-0.023399999365210533,0.020800000056624413,-0.9994999766349792,-0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.0812000036239624,0.12229999899864197,-0.9891999959945679,-0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.050200000405311584,0.13850000500679016,-0.9890999794006348,-0.34459999203681946,0.23600000143051147,-0.9085999727249146,-0.13339999318122864,0.07970000058412552,-0.9879000186920166,-0.11209999769926071,0.09839999675750732,-0.9887999892234802,-0.34459999203681946,0.23600000143051147,-0.9085999727249146,-0.11209999769926071,0.09839999675750732,-0.9887999892234802,-0.29120001196861267,0.28790000081062317,-0.9122999906539917,-0.13339999318122864,0.07970000058412552,-0.9879000186920166,-0.03819999843835831,0.009600000455975533,-0.9991999864578247,-0.032099999487400055,0.014299999922513962,-0.9994000196456909,-0.13339999318122864,0.07970000058412552,-0.9879000186920166,-0.032099999487400055,0.014299999922513962,-0.9994000196456909,-0.11209999769926071,0.09839999675750732,-0.9887999892234802,-0.29120001196861267,0.28790000081062317,-0.9122999906539917,-0.11209999769926071,0.09839999675750732,-0.9887999892234802,-0.0812000036239624,0.12229999899864197,-0.9891999959945679,-0.29120001196861267,0.28790000081062317,-0.9122999906539917,-0.0812000036239624,0.12229999899864197,-0.9891999959945679,-0.20990000665187836,0.35089999437332153,-0.9125999808311462,-0.11209999769926071,0.09839999675750732,-0.9887999892234802,-0.032099999487400055,0.014299999922513962,-0.9994000196456909,-0.023399999365210533,0.020800000056624413,-0.9994999766349792,-0.11209999769926071,0.09839999675750732,-0.9887999892234802,-0.023399999365210533,0.020800000056624413,-0.9994999766349792,-0.0812000036239624,0.12229999899864197,-0.9891999959945679,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.006399999838322401,-0.013700000010430813,-0.9998999834060669,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.006399999838322401,-0.013700000010430813,-0.9998999834060669,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.004000000189989805,-0.012900000438094139,-0.9998999834060669,-0.005400000140070915,-0.01360000018030405,-0.9998999834060669,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.005400000140070915,-0.01360000018030405,-0.9998999834060669,0.00019999999494757503,-0.019500000402331352,-0.9998000264167786,-0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.032099999487400055,0.014299999922513962,-0.9994000196456909,-0.03819999843835831,0.009600000455975533,-0.9991999864578247,-0.005400000140070915,-0.01360000018030405,-0.9998999834060669,-0.03819999843835831,0.009600000455975533,-0.9991999864578247,-0.006399999838322401,-0.013700000010430813,-0.9998999834060669,-0.004000000189989805,-0.012900000438094139,-0.9998999834060669,-0.023399999365210533,0.020800000056624413,-0.9994999766349792,-0.032099999487400055,0.014299999922513962,-0.9994000196456909,-0.004000000189989805,-0.012900000438094139,-0.9998999834060669,-0.032099999487400055,0.014299999922513962,-0.9994000196456909,-0.005400000140070915,-0.01360000018030405,-0.9998999834060669,0,-0.020400000736117363,-0.9998000264167786,-0.00139999995008111,-0.012000000104308128,-0.9998999834060669,-0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0,-0.020400000736117363,-0.9998000264167786,-0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0,-0.02019999921321869,-0.9998000264167786,-0.00139999995008111,-0.012000000104308128,-0.9998999834060669,-0.007499999832361937,0.027400000020861626,-0.9995999932289124,-0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.00139999995008111,-0.012000000104308128,-0.9998999834060669,-0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,0,-0.02019999921321869,-0.9998000264167786,-0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,-0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0,-0.02019999921321869,-0.9998000264167786,-0.004000000189989805,-0.012900000438094139,-0.9998999834060669,0.00009999999747378752,-0.019999999552965164,-0.9998000264167786,-0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,-0.014600000344216824,0.02539999969303608,-0.9995999932289124,-0.023399999365210533,0.020800000056624413,-0.9994999766349792,-0.0026000000070780516,-0.012299999594688416,-0.9998999834060669,-0.023399999365210533,0.020800000056624413,-0.9994999766349792,-0.004000000189989805,-0.012900000438094139,-0.9998999834060669,-0.3691999912261963,0.19679999351501465,-0.90829998254776,-0.14270000159740448,0.0649000033736229,-0.9876000285148621,-0.13339999318122864,0.07970000058412552,-0.9879000186920166,-0.3691999912261963,0.19679999351501465,-0.90829998254776,-0.13339999318122864,0.07970000058412552,-0.9879000186920166,-0.34459999203681946,0.23600000143051147,-0.9085999727249146,-0.38940000534057617,0.15629999339580536,-0.9077000021934509,-0.15049999952316284,0.04969999939203262,-0.9873999953269958,-0.14270000159740448,0.0649000033736229,-0.9876000285148621,-0.38940000534057617,0.15629999339580536,-0.9077000021934509,-0.14270000159740448,0.0649000033736229,-0.9876000285148621,-0.3691999912261963,0.19679999351501465,-0.90829998254776,-0.14270000159740448,0.0649000033736229,-0.9876000285148621,-0.040699999779462814,0.006000000052154064,-0.9991999864578247,-0.03819999843835831,0.009600000455975533,-0.9991999864578247,-0.14270000159740448,0.0649000033736229,-0.9876000285148621,-0.03819999843835831,0.009600000455975533,-0.9991999864578247,-0.13339999318122864,0.07970000058412552,-0.9879000186920166,-0.15049999952316284,0.04969999939203262,-0.9873999953269958,-0.0430000014603138,0.002099999925121665,-0.9991000294685364,-0.040699999779462814,0.006000000052154064,-0.9991999864578247,-0.15049999952316284,0.04969999939203262,-0.9873999953269958,-0.040699999779462814,0.006000000052154064,-0.9991999864578247,-0.14270000159740448,0.0649000033736229,-0.9876000285148621,-0.41449999809265137,0.08720000088214874,-0.9059000015258789,-0.1606999933719635,0.02329999953508377,-0.9866999983787537,-0.15649999678134918,0.03530000150203705,-0.9869999885559082,-0.41449999809265137,0.08720000088214874,-0.9059000015258789,-0.15649999678134918,0.03530000150203705,-0.9869999885559082,-0.4043999910354614,0.11840000003576279,-0.9068999886512756,-0.1606999933719635,0.02329999953508377,-0.9866999983787537,-0.04610000178217888,-0.005200000014156103,-0.9988999962806702,-0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,-0.1606999933719635,0.02329999953508377,-0.9866999983787537,-0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,-0.15649999678134918,0.03530000150203705,-0.9869999885559082,-0.4043999910354614,0.11840000003576279,-0.9068999886512756,-0.15649999678134918,0.03530000150203705,-0.9869999885559082,-0.15049999952316284,0.04969999939203262,-0.9873999953269958,-0.4043999910354614,0.11840000003576279,-0.9068999886512756,-0.15049999952316284,0.04969999939203262,-0.9873999953269958,-0.38940000534057617,0.15629999339580536,-0.9077000021934509,-0.15649999678134918,0.03530000150203705,-0.9869999885559082,-0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,-0.0430000014603138,0.002099999925121665,-0.9991000294685364,-0.15649999678134918,0.03530000150203705,-0.9869999885559082,-0.0430000014603138,0.002099999925121665,-0.9991000294685364,-0.15049999952316284,0.04969999939203262,-0.9873999953269958,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,-0.007499999832361937,-0.014100000262260437,-0.9998999834060669,-0.007799999788403511,-0.014600000344216824,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,-0.007799999788403511,-0.014600000344216824,-0.9998999834060669,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0071000000461936,-0.013700000010430813,-0.9998999834060669,-0.007499999832361937,-0.014100000262260437,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.007499999832361937,-0.014100000262260437,-0.9998999834060669,0.00039999998989515007,-0.016699999570846558,-0.9998999834060669,-0.007499999832361937,-0.014100000262260437,-0.9998999834060669,-0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,-0.04610000178217888,-0.005200000014156103,-0.9988999962806702,-0.007499999832361937,-0.014100000262260437,-0.9998999834060669,-0.04610000178217888,-0.005200000014156103,-0.9988999962806702,-0.007799999788403511,-0.014600000344216824,-0.9998999834060669,-0.0071000000461936,-0.013700000010430813,-0.9998999834060669,-0.0430000014603138,0.002099999925121665,-0.9991000294685364,-0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,-0.0071000000461936,-0.013700000010430813,-0.9998999834060669,-0.04479999840259552,-0.0017000000225380063,-0.9990000128746033,-0.007499999832361937,-0.014100000262260437,-0.9998999834060669,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.006399999838322401,-0.013700000010430813,-0.9998999834060669,-0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,0.00039999998989515007,-0.018699999898672104,-0.9998000264167786,-0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,-0.006399999838322401,-0.013700000010430813,-0.9998999834060669,-0.03819999843835831,0.009600000455975533,-0.9991999864578247,-0.040699999779462814,0.006000000052154064,-0.9991999864578247,-0.006399999838322401,-0.013700000010430813,-0.9998999834060669,-0.040699999779462814,0.006000000052154064,-0.9991999864578247,-0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,-0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,-0.0071000000461936,-0.013700000010430813,-0.9998999834060669,0.0006000000284984708,-0.017899999395012856,-0.9998000264167786,-0.0071000000461936,-0.013700000010430813,-0.9998999834060669,0.0005000000237487257,-0.017100000753998756,-0.9998999834060669,-0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,-0.040699999779462814,0.006000000052154064,-0.9991999864578247,-0.0430000014603138,0.002099999925121665,-0.9991000294685364,-0.0066999997943639755,-0.013700000010430813,-0.9998999834060669,-0.0430000014603138,0.002099999925121665,-0.9991000294685364,-0.0071000000461936,-0.013700000010430813,-0.9998999834060669,-0.4196000099182129,0.060499999672174454,-0.9057000279426575,-0.16249999403953552,0.013399999588727951,-0.9865999817848206,-0.1606999933719635,0.02329999953508377,-0.9866999983787537,-0.4196000099182129,0.060499999672174454,-0.9057000279426575,-0.1606999933719635,0.02329999953508377,-0.9866999983787537,-0.41449999809265137,0.08720000088214874,-0.9059000015258789,-0.42289999127388,0.035999998450279236,-0.9054999947547913,-0.16339999437332153,0.005799999926239252,-0.9865000247955322,-0.16249999403953552,0.013399999588727951,-0.9865999817848206,-0.42289999127388,0.035999998450279236,-0.9054999947547913,-0.16249999403953552,0.013399999588727951,-0.9865999817848206,-0.4196000099182129,0.060499999672174454,-0.9057000279426575,-0.16249999403953552,0.013399999588727951,-0.9865999817848206,-0.04639999940991402,-0.007400000002235174,-0.9988999962806702,-0.04610000178217888,-0.005200000014156103,-0.9988999962806702,-0.16249999403953552,0.013399999588727951,-0.9865999817848206,-0.04610000178217888,-0.005200000014156103,-0.9988999962806702,-0.1606999933719635,0.02329999953508377,-0.9866999983787537,-0.16339999437332153,0.005799999926239252,-0.9865000247955322,-0.04619999974966049,-0.007499999832361937,-0.9988999962806702,-0.04639999940991402,-0.007400000002235174,-0.9988999962806702,-0.16339999437332153,0.005799999926239252,-0.9865000247955322,-0.04639999940991402,-0.007400000002235174,-0.9988999962806702,-0.16249999403953552,0.013399999588727951,-0.9865999817848206,-0.4255000054836273,0,-0.9049999713897705,-0.164000004529953,0,-0.9865000247955322,-0.16369999945163727,0.0012000000569969416,-0.9865000247955322,-0.4255000054836273,0,-0.9049999713897705,-0.16369999945163727,0.0012000000569969416,-0.9865000247955322,-0.424699991941452,0.015399999916553497,-0.9052000045776367,-0.164000004529953,0,-0.9865000247955322,-0.04580000042915344,0,-0.9990000128746033,-0.045899998396635056,-0.004999999888241291,-0.9988999962806702,-0.164000004529953,0,-0.9865000247955322,-0.045899998396635056,-0.004999999888241291,-0.9988999962806702,-0.16369999945163727,0.0012000000569969416,-0.9865000247955322,-0.424699991941452,0.015399999916553497,-0.9052000045776367,-0.16369999945163727,0.0012000000569969416,-0.9865000247955322,-0.16339999437332153,0.005799999926239252,-0.9865000247955322,-0.424699991941452,0.015399999916553497,-0.9052000045776367,-0.16339999437332153,0.005799999926239252,-0.9865000247955322,-0.42289999127388,0.035999998450279236,-0.9054999947547913,-0.16369999945163727,0.0012000000569969416,-0.9865000247955322,-0.045899998396635056,-0.004999999888241291,-0.9988999962806702,-0.04619999974966049,-0.007499999832361937,-0.9988999962806702,-0.16369999945163727,0.0012000000569969416,-0.9865000247955322,-0.04619999974966049,-0.007499999832361937,-0.9988999962806702,-0.16339999437332153,0.005799999926239252,-0.9865000247955322,0.0017999999690800905,-0.007499999832361937,-1,-0.006500000134110451,-0.0071000000461936,-1,-0.006300000008195639,0,-1,0.0017999999690800905,-0.007499999832361937,-1,-0.006300000008195639,0,-1,0.002099999925121665,0,-1,0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,-0.0071000000461936,-0.011900000274181366,-0.9998999834060669,-0.006500000134110451,-0.0071000000461936,-1,0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,-0.006500000134110451,-0.0071000000461936,-1,0.0017999999690800905,-0.007499999832361937,-1,-0.006500000134110451,-0.0071000000461936,-1,-0.045899998396635056,-0.004999999888241291,-0.9988999962806702,-0.04580000042915344,0,-0.9990000128746033,-0.006500000134110451,-0.0071000000461936,-1,-0.04580000042915344,0,-0.9990000128746033,-0.006300000008195639,0,-1,-0.0071000000461936,-0.011900000274181366,-0.9998999834060669,-0.04619999974966049,-0.007499999832361937,-0.9988999962806702,-0.045899998396635056,-0.004999999888241291,-0.9988999962806702,-0.0071000000461936,-0.011900000274181366,-0.9998999834060669,-0.045899998396635056,-0.004999999888241291,-0.9988999962806702,-0.006500000134110451,-0.0071000000461936,-1,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.007799999788403511,-0.014600000344216824,-0.9998999834060669,-0.007600000128149986,-0.014299999922513962,-0.9998999834060669,0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.007600000128149986,-0.014299999922513962,-0.9998999834060669,0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,-0.007799999788403511,-0.014600000344216824,-0.9998999834060669,-0.04610000178217888,-0.005200000014156103,-0.9988999962806702,-0.04639999940991402,-0.007400000002235174,-0.9988999962806702,-0.007799999788403511,-0.014600000344216824,-0.9998999834060669,-0.04639999940991402,-0.007400000002235174,-0.9988999962806702,-0.007600000128149986,-0.014299999922513962,-0.9998999834060669,0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,-0.007600000128149986,-0.014299999922513962,-0.9998999834060669,-0.0071000000461936,-0.011900000274181366,-0.9998999834060669,0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,-0.0071000000461936,-0.011900000274181366,-0.9998999834060669,0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,-0.007600000128149986,-0.014299999922513962,-0.9998999834060669,-0.04639999940991402,-0.007400000002235174,-0.9988999962806702,-0.04619999974966049,-0.007499999832361937,-0.9988999962806702,-0.007600000128149986,-0.014299999922513962,-0.9998999834060669,-0.04619999974966049,-0.007499999832361937,-0.9988999962806702,-0.0071000000461936,-0.011900000274181366,-0.9998999834060669,-0.424699991941452,-0.015399999916553497,-0.9052000045776367,-0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,-0.164000004529953,0,-0.9865000247955322,-0.424699991941452,-0.015399999916553497,-0.9052000045776367,-0.164000004529953,0,-0.9865000247955322,-0.4255000054836273,0,-0.9049999713897705,-0.42289999127388,-0.035999998450279236,-0.9054999947547913,-0.16339999437332153,-0.005799999926239252,-0.9865000247955322,-0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,-0.42289999127388,-0.035999998450279236,-0.9054999947547913,-0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,-0.424699991941452,-0.015399999916553497,-0.9052000045776367,-0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,-0.045899998396635056,0.004999999888241291,-0.9988999962806702,-0.04580000042915344,0,-0.9990000128746033,-0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,-0.04580000042915344,0,-0.9990000128746033,-0.164000004529953,0,-0.9865000247955322,-0.16339999437332153,-0.005799999926239252,-0.9865000247955322,-0.04619999974966049,0.007499999832361937,-0.9988999962806702,-0.045899998396635056,0.004999999888241291,-0.9988999962806702,-0.16339999437332153,-0.005799999926239252,-0.9865000247955322,-0.045899998396635056,0.004999999888241291,-0.9988999962806702,-0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,-0.41449999809265137,-0.08720000088214874,-0.9059000015258789,-0.1606999933719635,-0.02329999953508377,-0.9866999983787537,-0.16249999403953552,-0.013500000350177288,-0.9865999817848206,-0.41449999809265137,-0.08720000088214874,-0.9059000015258789,-0.16249999403953552,-0.013500000350177288,-0.9865999817848206,-0.4196000099182129,-0.060499999672174454,-0.9057000279426575,-0.1606999933719635,-0.02329999953508377,-0.9866999983787537,-0.04610000178217888,0.005200000014156103,-0.9988999962806702,-0.04639999940991402,0.007400000002235174,-0.9988999962806702,-0.1606999933719635,-0.02329999953508377,-0.9866999983787537,-0.04639999940991402,0.007400000002235174,-0.9988999962806702,-0.16249999403953552,-0.013500000350177288,-0.9865999817848206,-0.4196000099182129,-0.060499999672174454,-0.9057000279426575,-0.16249999403953552,-0.013500000350177288,-0.9865999817848206,-0.16339999437332153,-0.005799999926239252,-0.9865000247955322,-0.4196000099182129,-0.060499999672174454,-0.9057000279426575,-0.16339999437332153,-0.005799999926239252,-0.9865000247955322,-0.42289999127388,-0.035999998450279236,-0.9054999947547913,-0.16249999403953552,-0.013500000350177288,-0.9865999817848206,-0.04639999940991402,0.007400000002235174,-0.9988999962806702,-0.04619999974966049,0.007499999832361937,-0.9988999962806702,-0.16249999403953552,-0.013500000350177288,-0.9865999817848206,-0.04619999974966049,0.007499999832361937,-0.9988999962806702,-0.16339999437332153,-0.005799999926239252,-0.9865000247955322,0.0006000000284984708,0.015799999237060547,-0.9998999834060669,-0.007600000128149986,0.014299999922513962,-0.9998999834060669,-0.007799999788403511,0.014600000344216824,-0.9998999834060669,0.0006000000284984708,0.015799999237060547,-0.9998999834060669,-0.007799999788403511,0.014600000344216824,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.0012000000569969416,0.012799999676644802,-0.9998999834060669,-0.0071000000461936,0.011900000274181366,-0.9998999834060669,-0.007600000128149986,0.014299999922513962,-0.9998999834060669,0.0012000000569969416,0.012799999676644802,-0.9998999834060669,-0.007600000128149986,0.014299999922513962,-0.9998999834060669,0.0006000000284984708,0.015799999237060547,-0.9998999834060669,-0.007600000128149986,0.014299999922513962,-0.9998999834060669,-0.04639999940991402,0.007400000002235174,-0.9988999962806702,-0.04610000178217888,0.005200000014156103,-0.9988999962806702,-0.007600000128149986,0.014299999922513962,-0.9998999834060669,-0.04610000178217888,0.005200000014156103,-0.9988999962806702,-0.007799999788403511,0.014600000344216824,-0.9998999834060669,-0.0071000000461936,0.011900000274181366,-0.9998999834060669,-0.04619999974966049,0.007499999832361937,-0.9988999962806702,-0.04639999940991402,0.007400000002235174,-0.9988999962806702,-0.0071000000461936,0.011900000274181366,-0.9998999834060669,-0.04639999940991402,0.007400000002235174,-0.9988999962806702,-0.007600000128149986,0.014299999922513962,-0.9998999834060669,0.002099999925121665,0,-1,-0.006300000008195639,0,-1,-0.006500000134110451,0.0071000000461936,-1,0.002099999925121665,0,-1,-0.006500000134110451,0.0071000000461936,-1,0.0017999999690800905,0.007499999832361937,-1,-0.006300000008195639,0,-1,-0.04580000042915344,0,-0.9990000128746033,-0.045899998396635056,0.004999999888241291,-0.9988999962806702,-0.006300000008195639,0,-1,-0.045899998396635056,0.004999999888241291,-0.9988999962806702,-0.006500000134110451,0.0071000000461936,-1,0.0017999999690800905,0.007499999832361937,-1,-0.006500000134110451,0.0071000000461936,-1,-0.0071000000461936,0.011900000274181366,-0.9998999834060669,0.0017999999690800905,0.007499999832361937,-1,-0.0071000000461936,0.011900000274181366,-0.9998999834060669,0.0012000000569969416,0.012799999676644802,-0.9998999834060669,-0.006500000134110451,0.0071000000461936,-1,-0.045899998396635056,0.004999999888241291,-0.9988999962806702,-0.04619999974966049,0.007499999832361937,-0.9988999962806702,-0.006500000134110451,0.0071000000461936,-1,-0.04619999974966049,0.007499999832361937,-0.9988999962806702,-0.0071000000461936,0.011900000274181366,-0.9998999834060669,-0.4043999910354614,-0.11840000003576279,-0.9068999886512756,-0.15649999678134918,-0.03530000150203705,-0.9869999885559082,-0.1606999933719635,-0.02329999953508377,-0.9866999983787537,-0.4043999910354614,-0.11840000003576279,-0.9068999886512756,-0.1606999933719635,-0.02329999953508377,-0.9866999983787537,-0.41449999809265137,-0.08720000088214874,-0.9059000015258789,-0.38940000534057617,-0.15629999339580536,-0.9077000021934509,-0.15049999952316284,-0.04969999939203262,-0.9873999953269958,-0.15649999678134918,-0.03530000150203705,-0.9869999885559082,-0.38940000534057617,-0.15629999339580536,-0.9077000021934509,-0.15649999678134918,-0.03530000150203705,-0.9869999885559082,-0.4043999910354614,-0.11840000003576279,-0.9068999886512756,-0.15649999678134918,-0.03530000150203705,-0.9869999885559082,-0.04479999840259552,0.0017000000225380063,-0.9990000128746033,-0.04610000178217888,0.005200000014156103,-0.9988999962806702,-0.15649999678134918,-0.03530000150203705,-0.9869999885559082,-0.04610000178217888,0.005200000014156103,-0.9988999962806702,-0.1606999933719635,-0.02329999953508377,-0.9866999983787537,-0.15049999952316284,-0.04969999939203262,-0.9873999953269958,-0.0430000014603138,-0.002099999925121665,-0.9991000294685364,-0.04479999840259552,0.0017000000225380063,-0.9990000128746033,-0.15049999952316284,-0.04969999939203262,-0.9873999953269958,-0.04479999840259552,0.0017000000225380063,-0.9990000128746033,-0.15649999678134918,-0.03530000150203705,-0.9869999885559082,-0.34459999203681946,-0.23600000143051147,-0.9085999727249146,-0.13339999318122864,-0.07970000058412552,-0.9879000186920166,-0.14270000159740448,-0.0649000033736229,-0.9876000285148621,-0.34459999203681946,-0.23600000143051147,-0.9085999727249146,-0.14270000159740448,-0.0649000033736229,-0.9876000285148621,-0.3691999912261963,-0.19679999351501465,-0.90829998254776,-0.13339999318122864,-0.07970000058412552,-0.9879000186920166,-0.03819999843835831,-0.009600000455975533,-0.9991999864578247,-0.040699999779462814,-0.006000000052154064,-0.9991999864578247,-0.13339999318122864,-0.07970000058412552,-0.9879000186920166,-0.040699999779462814,-0.006000000052154064,-0.9991999864578247,-0.14270000159740448,-0.0649000033736229,-0.9876000285148621,-0.3691999912261963,-0.19679999351501465,-0.90829998254776,-0.14270000159740448,-0.0649000033736229,-0.9876000285148621,-0.15049999952316284,-0.04969999939203262,-0.9873999953269958,-0.3691999912261963,-0.19679999351501465,-0.90829998254776,-0.15049999952316284,-0.04969999939203262,-0.9873999953269958,-0.38940000534057617,-0.15629999339580536,-0.9077000021934509,-0.14270000159740448,-0.0649000033736229,-0.9876000285148621,-0.040699999779462814,-0.006000000052154064,-0.9991999864578247,-0.0430000014603138,-0.002099999925121665,-0.9991000294685364,-0.14270000159740448,-0.0649000033736229,-0.9876000285148621,-0.0430000014603138,-0.002099999925121665,-0.9991000294685364,-0.15049999952316284,-0.04969999939203262,-0.9873999953269958,0.0006000000284984708,0.017899999395012856,-0.9998000264167786,-0.0066999997943639755,0.013700000010430813,-0.9998999834060669,-0.006399999838322401,0.013700000010430813,-0.9998999834060669,0.0006000000284984708,0.017899999395012856,-0.9998000264167786,-0.006399999838322401,0.013700000010430813,-0.9998999834060669,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0071000000461936,0.013799999840557575,-0.9998999834060669,-0.0066999997943639755,0.013700000010430813,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.0066999997943639755,0.013700000010430813,-0.9998999834060669,0.0006000000284984708,0.017899999395012856,-0.9998000264167786,-0.0066999997943639755,0.013700000010430813,-0.9998999834060669,-0.040699999779462814,-0.006000000052154064,-0.9991999864578247,-0.03819999843835831,-0.009600000455975533,-0.9991999864578247,-0.0066999997943639755,0.013700000010430813,-0.9998999834060669,-0.03819999843835831,-0.009600000455975533,-0.9991999864578247,-0.006399999838322401,0.013700000010430813,-0.9998999834060669,-0.0071000000461936,0.013799999840557575,-0.9998999834060669,-0.0430000014603138,-0.002099999925121665,-0.9991000294685364,-0.040699999779462814,-0.006000000052154064,-0.9991999864578247,-0.0071000000461936,0.013799999840557575,-0.9998999834060669,-0.040699999779462814,-0.006000000052154064,-0.9991999864578247,-0.0066999997943639755,0.013700000010430813,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.007799999788403511,0.014600000344216824,-0.9998999834060669,-0.007499999832361937,0.014100000262260437,-0.9998999834060669,0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.007499999832361937,0.014100000262260437,-0.9998999834060669,0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.007799999788403511,0.014600000344216824,-0.9998999834060669,-0.04610000178217888,0.005200000014156103,-0.9988999962806702,-0.04479999840259552,0.0017000000225380063,-0.9990000128746033,-0.007799999788403511,0.014600000344216824,-0.9998999834060669,-0.04479999840259552,0.0017000000225380063,-0.9990000128746033,-0.007499999832361937,0.014100000262260437,-0.9998999834060669,0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.007499999832361937,0.014100000262260437,-0.9998999834060669,-0.0071000000461936,0.013799999840557575,-0.9998999834060669,0.00039999998989515007,0.016699999570846558,-0.9998999834060669,-0.0071000000461936,0.013799999840557575,-0.9998999834060669,0.0005000000237487257,0.017100000753998756,-0.9998999834060669,-0.007499999832361937,0.014100000262260437,-0.9998999834060669,-0.04479999840259552,0.0017000000225380063,-0.9990000128746033,-0.0430000014603138,-0.002099999925121665,-0.9991000294685364,-0.007499999832361937,0.014100000262260437,-0.9998999834060669,-0.0430000014603138,-0.002099999925121665,-0.9991000294685364,-0.0071000000461936,0.013799999840557575,-0.9998999834060669,-0.29120001196861267,-0.28790000081062317,-0.9122999906539917,-0.11219999939203262,-0.09839999675750732,-0.9887999892234802,-0.13339999318122864,-0.07970000058412552,-0.9879000186920166,-0.29120001196861267,-0.28790000081062317,-0.9122999906539917,-0.13339999318122864,-0.07970000058412552,-0.9879000186920166,-0.34459999203681946,-0.23600000143051147,-0.9085999727249146,-0.20990000665187836,-0.35089999437332153,-0.9125999808311462,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.11219999939203262,-0.09839999675750732,-0.9887999892234802,-0.20990000665187836,-0.35089999437332153,-0.9125999808311462,-0.11219999939203262,-0.09839999675750732,-0.9887999892234802,-0.29120001196861267,-0.28790000081062317,-0.9122999906539917,-0.11219999939203262,-0.09839999675750732,-0.9887999892234802,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.03819999843835831,-0.009600000455975533,-0.9991999864578247,-0.11219999939203262,-0.09839999675750732,-0.9887999892234802,-0.03819999843835831,-0.009600000455975533,-0.9991999864578247,-0.13339999318122864,-0.07970000058412552,-0.9879000186920166,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.023399999365210533,-0.020800000056624413,-0.9994999766349792,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.11219999939203262,-0.09839999675750732,-0.9887999892234802,-0.06539999693632126,-0.4081999957561493,-0.9104999899864197,-0.025800000876188278,-0.1454000025987625,-0.9890000224113464,-0.050200000405311584,-0.13860000669956207,-0.9890999794006348,-0.06539999693632126,-0.4081999957561493,-0.9104999899864197,-0.050200000405311584,-0.13860000669956207,-0.9890999794006348,-0.12849999964237213,-0.39169999957084656,-0.9110999703407288,-0.050200000405311584,-0.13860000669956207,-0.9890999794006348,-0.025800000876188278,-0.1454000025987625,-0.9890000224113464,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.050200000405311584,-0.13860000669956207,-0.9890999794006348,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.014600000344216824,-0.02539999969303608,-0.9995999932289124,-0.12849999964237213,-0.39169999957084656,-0.9110999703407288,-0.050200000405311584,-0.13860000669956207,-0.9890999794006348,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.12849999964237213,-0.39169999957084656,-0.9110999703407288,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.20990000665187836,-0.35089999437332153,-0.9125999808311462,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.050200000405311584,-0.13860000669956207,-0.9890999794006348,-0.014600000344216824,-0.02539999969303608,-0.9995999932289124,-0.08129999786615372,-0.12229999899864197,-0.9891999959945679,-0.014600000344216824,-0.02539999969303608,-0.9995999932289124,-0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0,0.020400000736117363,-0.9998000264167786,0,0.02019999921321869,-0.9998000264167786,-0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0,0.020400000736117363,-0.9998000264167786,-0.0026000000070780516,0.012299999594688416,-0.9998999834060669,-0.00139999995008111,0.012000000104308128,-0.9998999834060669,0,0.02019999921321869,-0.9998000264167786,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.004000000189989805,0.012900000438094139,-0.9998999834060669,0,0.02019999921321869,-0.9998000264167786,-0.004000000189989805,0.012900000438094139,-0.9998999834060669,-0.0026000000070780516,0.012299999594688416,-0.9998999834060669,-0.00139999995008111,0.012000000104308128,-0.9998999834060669,-0.0026000000070780516,0.012299999594688416,-0.9998999834060669,-0.014600000344216824,-0.02539999969303608,-0.9995999932289124,-0.00139999995008111,0.012000000104308128,-0.9998999834060669,-0.014600000344216824,-0.02539999969303608,-0.9995999932289124,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.0026000000070780516,0.012299999594688416,-0.9998999834060669,-0.004000000189989805,0.012900000438094139,-0.9998999834060669,-0.023399999365210533,-0.020800000056624413,-0.9994999766349792,-0.0026000000070780516,0.012299999594688416,-0.9998999834060669,-0.023399999365210533,-0.020800000056624413,-0.9994999766349792,-0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.006399999838322401,0.013700000010430813,-0.9998999834060669,-0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.006399999838322401,0.013700000010430813,-0.9998999834060669,-0.03819999843835831,-0.009600000455975533,-0.9991999864578247,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.006399999838322401,0.013700000010430813,-0.9998999834060669,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.00019999999494757503,0.019500000402331352,-0.9998000264167786,-0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.00009999999747378752,0.019999999552965164,-0.9998000264167786,-0.005400000140070915,0.01360000018030405,-0.9998999834060669,-0.004000000189989805,0.012900000438094139,-0.9998999834060669,-0.004000000189989805,0.012900000438094139,-0.9998999834060669,-0.005400000140070915,0.01360000018030405,-0.9998999834060669,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.004000000189989805,0.012900000438094139,-0.9998999834060669,-0.032099999487400055,-0.014299999922513962,-0.9994000196456909,-0.023399999365210533,-0.020800000056624413,-0.9994999766349792,-0.027699999511241913,-0.41339999437332153,-0.910099983215332,-0.010900000110268593,-0.1477999985218048,-0.9890000224113464,-0.025800000876188278,-0.1454000025987625,-0.9890000224113464,-0.027699999511241913,-0.41339999437332153,-0.910099983215332,-0.025800000876188278,-0.1454000025987625,-0.9890000224113464,-0.06539999693632126,-0.4081999957561493,-0.9104999899864197,-0.010400000028312206,-0.4131999909877777,-0.9106000065803528,-0.004100000020116568,-0.147599995136261,-0.9890000224113464,-0.010900000110268593,-0.1477999985218048,-0.9890000224113464,-0.010400000028312206,-0.4131999909877777,-0.9106000065803528,-0.010900000110268593,-0.1477999985218048,-0.9890000224113464,-0.027699999511241913,-0.41339999437332153,-0.910099983215332,-0.010900000110268593,-0.1477999985218048,-0.9890000224113464,-0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.010900000110268593,-0.1477999985218048,-0.9890000224113464,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.025800000876188278,-0.1454000025987625,-0.9890000224113464,-0.004100000020116568,-0.147599995136261,-0.9890000224113464,-0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,-0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,-0.004100000020116568,-0.147599995136261,-0.9890000224113464,-0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,-0.010900000110268593,-0.1477999985218048,-0.9890000224113464,0,-0.414000004529953,-0.9103000164031982,0,-0.14800000190734863,-0.9890000224113464,-0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0,-0.414000004529953,-0.9103000164031982,-0.0008999999845400453,-0.147599995136261,-0.9890000224113464,-0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0,-0.14800000190734863,-0.9890000224113464,0,-0.028300000354647636,-0.9995999932289124,-0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0,-0.14800000190734863,-0.9890000224113464,-0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,-0.0008999999845400453,-0.147599995136261,-0.9890000224113464,-0.002400000113993883,-0.4131999909877777,-0.9106000065803528,-0.0008999999845400453,-0.147599995136261,-0.9890000224113464,-0.004100000020116568,-0.147599995136261,-0.9890000224113464,-0.002400000113993883,-0.4131999909877777,-0.9106000065803528,-0.004100000020116568,-0.147599995136261,-0.9890000224113464,-0.010400000028312206,-0.4131999909877777,-0.9106000065803528,-0.0008999999845400453,-0.147599995136261,-0.9890000224113464,-0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,-0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,-0.0008999999845400453,-0.147599995136261,-0.9890000224113464,-0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,-0.004100000020116568,-0.147599995136261,-0.9890000224113464,0,0.020500000566244125,-0.9998000264167786,0,0.011800000444054604,-0.9998999834060669,0,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,-0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.011800000444054604,-0.9998999834060669,-0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0,-0.028300000354647636,-0.9995999932289124,0,0.011800000444054604,-0.9998999834060669,0,-0.028300000354647636,-0.9995999932289124,0,0.011800000444054604,-0.9998999834060669,-0.00019999999494757503,0.011800000444054604,-0.9998999834060669,-0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,-0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,-0.00019999999494757503,0.011800000444054604,-0.9998999834060669,-0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.020400000736117363,-0.9998000264167786,-0.00139999995008111,0.012000000104308128,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,-0.00139999995008111,0.012000000104308128,-0.9998999834060669,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,-0.00139999995008111,0.012000000104308128,-0.9998999834060669,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,-0.007499999832361937,-0.027400000020861626,-0.9995999932289124,-0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0,0.020500000566244125,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,-0.00019999999494757503,0.011800000444054604,-0.9998999834060669,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,-0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,-0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,-0.0006000000284984708,0.011800000444054604,-0.9998999834060669,-0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,-0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0,-0.14800000190734863,-0.9890000224113464,0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0,-0.14800000190734863,-0.9890000224113464,0,-0.414000004529953,-0.9103000164031982,0.010400000028312206,-0.413100004196167,-0.9106000065803528,0.004100000020116568,-0.147599995136261,-0.9890000224113464,0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0.010400000028312206,-0.413100004196167,-0.9106000065803528,0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0.002400000113993883,-0.4131999909877777,-0.9106000065803528,0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0,-0.028300000354647636,-0.9995999932289124,0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0,-0.028300000354647636,-0.9995999932289124,0,-0.14800000190734863,-0.9890000224113464,0.004100000020116568,-0.147599995136261,-0.9890000224113464,0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0.004100000020116568,-0.147599995136261,-0.9890000224113464,0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0.0008999999845400453,-0.147599995136261,-0.9890000224113464,0.06549999862909317,-0.4081999957561493,-0.9104999899864197,0.025800000876188278,-0.1453000009059906,-0.9890000224113464,0.010999999940395355,-0.1477999985218048,-0.9890000224113464,0.06549999862909317,-0.4081999957561493,-0.9104999899864197,0.010999999940395355,-0.1477999985218048,-0.9890000224113464,0.027799999341368675,-0.41339999437332153,-0.910099983215332,0.025800000876188278,-0.1453000009059906,-0.9890000224113464,0.007499999832361937,-0.027400000020861626,-0.9995999932289124,0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0.025800000876188278,-0.1453000009059906,-0.9890000224113464,0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0.010999999940395355,-0.1477999985218048,-0.9890000224113464,0.027799999341368675,-0.41339999437332153,-0.910099983215332,0.010999999940395355,-0.1477999985218048,-0.9890000224113464,0.004100000020116568,-0.147599995136261,-0.9890000224113464,0.027799999341368675,-0.41339999437332153,-0.910099983215332,0.004100000020116568,-0.147599995136261,-0.9890000224113464,0.010400000028312206,-0.413100004196167,-0.9106000065803528,0.010999999940395355,-0.1477999985218048,-0.9890000224113464,0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,0.010999999940395355,-0.1477999985218048,-0.9890000224113464,0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,0.004100000020116568,-0.147599995136261,-0.9890000224113464,0,0.020500000566244125,-0.9998000264167786,0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0.00139999995008111,0.012000000104308128,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.00139999995008111,0.012000000104308128,-0.9998999834060669,0,0.020400000736117363,-0.9998000264167786,0,0.020500000566244125,-0.9998000264167786,0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0.007499999832361937,-0.027400000020861626,-0.9995999932289124,0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0.007499999832361937,-0.027400000020861626,-0.9995999932289124,0.00139999995008111,0.012000000104308128,-0.9998999834060669,0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0.0031999999191612005,-0.028200000524520874,-0.9995999932289124,0.0006000000284984708,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.011800000444054604,-0.9998999834060669,0.00009999999747378752,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.00009999999747378752,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0,0.011800000444054604,-0.9998999834060669,0,-0.028300000354647636,-0.9995999932289124,0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0,0.011800000444054604,-0.9998999834060669,0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0.00009999999747378752,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.00009999999747378752,0.011800000444054604,-0.9998999834060669,0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0,0.020500000566244125,-0.9998000264167786,0.00009999999747378752,0.011800000444054604,-0.9998999834060669,0.0003000000142492354,-0.028200000524520874,-0.9995999932289124,0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,0.00009999999747378752,0.011800000444054604,-0.9998999834060669,0.0012000000569969416,-0.028200000524520874,-0.9995999932289124,0.00019999999494757503,0.011800000444054604,-0.9998999834060669,0.12860000133514404,-0.39169999957084656,-0.9110999703407288,0.050200000405311584,-0.13850000500679016,-0.9890999794006348,0.025800000876188278,-0.1453000009059906,-0.9890000224113464,0.12860000133514404,-0.39169999957084656,-0.9110999703407288,0.025800000876188278,-0.1453000009059906,-0.9890000224113464,0.06549999862909317,-0.4081999957561493,-0.9104999899864197,0.20990000665187836,-0.35089999437332153,-0.9125999808311462,0.0812000036239624,-0.12229999899864197,-0.9891999959945679,0.050200000405311584,-0.13850000500679016,-0.9890999794006348,0.20990000665187836,-0.35089999437332153,-0.9125999808311462,0.050200000405311584,-0.13850000500679016,-0.9890999794006348,0.12860000133514404,-0.39169999957084656,-0.9110999703407288,0.050200000405311584,-0.13850000500679016,-0.9890999794006348,0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.007499999832361937,-0.027400000020861626,-0.9995999932289124,0.050200000405311584,-0.13850000500679016,-0.9890999794006348,0.007499999832361937,-0.027400000020861626,-0.9995999932289124,0.025800000876188278,-0.1453000009059906,-0.9890000224113464,0.0812000036239624,-0.12229999899864197,-0.9891999959945679,0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.0812000036239624,-0.12229999899864197,-0.9891999959945679,0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.050200000405311584,-0.13850000500679016,-0.9890999794006348,0.34459999203681946,-0.23600000143051147,-0.9085999727249146,0.13339999318122864,-0.07970000058412552,-0.9879000186920166,0.11209999769926071,-0.09839999675750732,-0.9887999892234802,0.34459999203681946,-0.23600000143051147,-0.9085999727249146,0.11209999769926071,-0.09839999675750732,-0.9887999892234802,0.29120001196861267,-0.28790000081062317,-0.9122999906539917,0.13339999318122864,-0.07970000058412552,-0.9879000186920166,0.03819999843835831,-0.009600000455975533,-0.9991999864578247,0.032099999487400055,-0.014299999922513962,-0.9994000196456909,0.13339999318122864,-0.07970000058412552,-0.9879000186920166,0.032099999487400055,-0.014299999922513962,-0.9994000196456909,0.11209999769926071,-0.09839999675750732,-0.9887999892234802,0.29120001196861267,-0.28790000081062317,-0.9122999906539917,0.11209999769926071,-0.09839999675750732,-0.9887999892234802,0.0812000036239624,-0.12229999899864197,-0.9891999959945679,0.29120001196861267,-0.28790000081062317,-0.9122999906539917,0.0812000036239624,-0.12229999899864197,-0.9891999959945679,0.20990000665187836,-0.35089999437332153,-0.9125999808311462,0.11209999769926071,-0.09839999675750732,-0.9887999892234802,0.032099999487400055,-0.014299999922513962,-0.9994000196456909,0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0.11209999769926071,-0.09839999675750732,-0.9887999892234802,0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0.0812000036239624,-0.12229999899864197,-0.9891999959945679,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.006399999838322401,0.013700000010430813,-0.9998999834060669,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.006399999838322401,0.013700000010430813,-0.9998999834060669,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.004000000189989805,0.012900000438094139,-0.9998999834060669,0.005400000140070915,0.01360000018030405,-0.9998999834060669,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.005400000140070915,0.01360000018030405,-0.9998999834060669,-0.00019999999494757503,0.019500000402331352,-0.9998000264167786,0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.032099999487400055,-0.014299999922513962,-0.9994000196456909,0.03819999843835831,-0.009600000455975533,-0.9991999864578247,0.005400000140070915,0.01360000018030405,-0.9998999834060669,0.03819999843835831,-0.009600000455975533,-0.9991999864578247,0.006399999838322401,0.013700000010430813,-0.9998999834060669,0.004000000189989805,0.012900000438094139,-0.9998999834060669,0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0.032099999487400055,-0.014299999922513962,-0.9994000196456909,0.004000000189989805,0.012900000438094139,-0.9998999834060669,0.032099999487400055,-0.014299999922513962,-0.9994000196456909,0.005400000140070915,0.01360000018030405,-0.9998999834060669,0,0.020400000736117363,-0.9998000264167786,0.00139999995008111,0.012000000104308128,-0.9998999834060669,0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0,0.020400000736117363,-0.9998000264167786,0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0,0.02019999921321869,-0.9998000264167786,0.00139999995008111,0.012000000104308128,-0.9998999834060669,0.007499999832361937,-0.027400000020861626,-0.9995999932289124,0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.00139999995008111,0.012000000104308128,-0.9998999834060669,0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0,0.02019999921321869,-0.9998000264167786,0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0.004000000189989805,0.012900000438094139,-0.9998999834060669,0,0.02019999921321869,-0.9998000264167786,0.004000000189989805,0.012900000438094139,-0.9998999834060669,-0.00009999999747378752,0.019999999552965164,-0.9998000264167786,0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0.014600000344216824,-0.02539999969303608,-0.9995999932289124,0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0.0026000000070780516,0.012299999594688416,-0.9998999834060669,0.023399999365210533,-0.020800000056624413,-0.9994999766349792,0.004000000189989805,0.012900000438094139,-0.9998999834060669,0.3691999912261963,-0.19679999351501465,-0.90829998254776,0.14270000159740448,-0.0649000033736229,-0.9876000285148621,0.13339999318122864,-0.07970000058412552,-0.9879000186920166,0.3691999912261963,-0.19679999351501465,-0.90829998254776,0.13339999318122864,-0.07970000058412552,-0.9879000186920166,0.34459999203681946,-0.23600000143051147,-0.9085999727249146,0.38940000534057617,-0.15629999339580536,-0.9077000021934509,0.15049999952316284,-0.04969999939203262,-0.9873999953269958,0.14270000159740448,-0.0649000033736229,-0.9876000285148621,0.38940000534057617,-0.15629999339580536,-0.9077000021934509,0.14270000159740448,-0.0649000033736229,-0.9876000285148621,0.3691999912261963,-0.19679999351501465,-0.90829998254776,0.14270000159740448,-0.0649000033736229,-0.9876000285148621,0.040699999779462814,-0.006000000052154064,-0.9991999864578247,0.03819999843835831,-0.009600000455975533,-0.9991999864578247,0.14270000159740448,-0.0649000033736229,-0.9876000285148621,0.03819999843835831,-0.009600000455975533,-0.9991999864578247,0.13339999318122864,-0.07970000058412552,-0.9879000186920166,0.15049999952316284,-0.04969999939203262,-0.9873999953269958,0.0430000014603138,-0.002099999925121665,-0.9991000294685364,0.040699999779462814,-0.006000000052154064,-0.9991999864578247,0.15049999952316284,-0.04969999939203262,-0.9873999953269958,0.040699999779462814,-0.006000000052154064,-0.9991999864578247,0.14270000159740448,-0.0649000033736229,-0.9876000285148621,0.41449999809265137,-0.08720000088214874,-0.9059000015258789,0.1606999933719635,-0.02329999953508377,-0.9866999983787537,0.15649999678134918,-0.03530000150203705,-0.9869999885559082,0.41449999809265137,-0.08720000088214874,-0.9059000015258789,0.15649999678134918,-0.03530000150203705,-0.9869999885559082,0.4043999910354614,-0.11840000003576279,-0.9068999886512756,0.1606999933719635,-0.02329999953508377,-0.9866999983787537,0.04610000178217888,0.005200000014156103,-0.9988999962806702,0.04479999840259552,0.0017000000225380063,-0.9990000128746033,0.1606999933719635,-0.02329999953508377,-0.9866999983787537,0.04479999840259552,0.0017000000225380063,-0.9990000128746033,0.15649999678134918,-0.03530000150203705,-0.9869999885559082,0.4043999910354614,-0.11840000003576279,-0.9068999886512756,0.15649999678134918,-0.03530000150203705,-0.9869999885559082,0.15049999952316284,-0.04969999939203262,-0.9873999953269958,0.4043999910354614,-0.11840000003576279,-0.9068999886512756,0.15049999952316284,-0.04969999939203262,-0.9873999953269958,0.38940000534057617,-0.15629999339580536,-0.9077000021934509,0.15649999678134918,-0.03530000150203705,-0.9869999885559082,0.04479999840259552,0.0017000000225380063,-0.9990000128746033,0.0430000014603138,-0.002099999925121665,-0.9991000294685364,0.15649999678134918,-0.03530000150203705,-0.9869999885559082,0.0430000014603138,-0.002099999925121665,-0.9991000294685364,0.15049999952316284,-0.04969999939203262,-0.9873999953269958,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,0.007499999832361937,0.014100000262260437,-0.9998999834060669,0.007799999788403511,0.014600000344216824,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,0.007799999788403511,0.014600000344216824,-0.9998999834060669,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0071000000461936,0.013700000010430813,-0.9998999834060669,0.007499999832361937,0.014100000262260437,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.007499999832361937,0.014100000262260437,-0.9998999834060669,-0.00039999998989515007,0.016699999570846558,-0.9998999834060669,0.007499999832361937,0.014100000262260437,-0.9998999834060669,0.04479999840259552,0.0017000000225380063,-0.9990000128746033,0.04610000178217888,0.005200000014156103,-0.9988999962806702,0.007499999832361937,0.014100000262260437,-0.9998999834060669,0.04610000178217888,0.005200000014156103,-0.9988999962806702,0.007799999788403511,0.014600000344216824,-0.9998999834060669,0.0071000000461936,0.013700000010430813,-0.9998999834060669,0.0430000014603138,-0.002099999925121665,-0.9991000294685364,0.04479999840259552,0.0017000000225380063,-0.9990000128746033,0.0071000000461936,0.013700000010430813,-0.9998999834060669,0.04479999840259552,0.0017000000225380063,-0.9990000128746033,0.007499999832361937,0.014100000262260437,-0.9998999834060669,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.006399999838322401,0.013700000010430813,-0.9998999834060669,0.0066999997943639755,0.013700000010430813,-0.9998999834060669,-0.00039999998989515007,0.018699999898672104,-0.9998000264167786,0.0066999997943639755,0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,0.017899999395012856,-0.9998000264167786,0.006399999838322401,0.013700000010430813,-0.9998999834060669,0.03819999843835831,-0.009600000455975533,-0.9991999864578247,0.040699999779462814,-0.006000000052154064,-0.9991999864578247,0.006399999838322401,0.013700000010430813,-0.9998999834060669,0.040699999779462814,-0.006000000052154064,-0.9991999864578247,0.0066999997943639755,0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,0.017899999395012856,-0.9998000264167786,0.0066999997943639755,0.013700000010430813,-0.9998999834060669,0.0071000000461936,0.013700000010430813,-0.9998999834060669,-0.0006000000284984708,0.017899999395012856,-0.9998000264167786,0.0071000000461936,0.013700000010430813,-0.9998999834060669,-0.0005000000237487257,0.017100000753998756,-0.9998999834060669,0.0066999997943639755,0.013700000010430813,-0.9998999834060669,0.040699999779462814,-0.006000000052154064,-0.9991999864578247,0.0430000014603138,-0.002099999925121665,-0.9991000294685364,0.0066999997943639755,0.013700000010430813,-0.9998999834060669,0.0430000014603138,-0.002099999925121665,-0.9991000294685364,0.0071000000461936,0.013700000010430813,-0.9998999834060669,0.4196000099182129,-0.060499999672174454,-0.9057000279426575,0.16249999403953552,-0.013399999588727951,-0.9865999817848206,0.1606999933719635,-0.02329999953508377,-0.9866999983787537,0.4196000099182129,-0.060499999672174454,-0.9057000279426575,0.1606999933719635,-0.02329999953508377,-0.9866999983787537,0.41449999809265137,-0.08720000088214874,-0.9059000015258789,0.42289999127388,-0.035999998450279236,-0.9054999947547913,0.16339999437332153,-0.005799999926239252,-0.9865000247955322,0.16249999403953552,-0.013399999588727951,-0.9865999817848206,0.42289999127388,-0.035999998450279236,-0.9054999947547913,0.16249999403953552,-0.013399999588727951,-0.9865999817848206,0.4196000099182129,-0.060499999672174454,-0.9057000279426575,0.16249999403953552,-0.013399999588727951,-0.9865999817848206,0.04639999940991402,0.007400000002235174,-0.9988999962806702,0.04610000178217888,0.005200000014156103,-0.9988999962806702,0.16249999403953552,-0.013399999588727951,-0.9865999817848206,0.04610000178217888,0.005200000014156103,-0.9988999962806702,0.1606999933719635,-0.02329999953508377,-0.9866999983787537,0.16339999437332153,-0.005799999926239252,-0.9865000247955322,0.04619999974966049,0.007499999832361937,-0.9988999962806702,0.04639999940991402,0.007400000002235174,-0.9988999962806702,0.16339999437332153,-0.005799999926239252,-0.9865000247955322,0.04639999940991402,0.007400000002235174,-0.9988999962806702,0.16249999403953552,-0.013399999588727951,-0.9865999817848206,0.4255000054836273,0,-0.9049999713897705,0.164000004529953,0,-0.9865000247955322,0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,0.4255000054836273,0,-0.9049999713897705,0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,0.424699991941452,-0.015399999916553497,-0.9052000045776367,0.164000004529953,0,-0.9865000247955322,0.04580000042915344,0,-0.9990000128746033,0.045899998396635056,0.004999999888241291,-0.9988999962806702,0.164000004529953,0,-0.9865000247955322,0.045899998396635056,0.004999999888241291,-0.9988999962806702,0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,0.424699991941452,-0.015399999916553497,-0.9052000045776367,0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,0.16339999437332153,-0.005799999926239252,-0.9865000247955322,0.424699991941452,-0.015399999916553497,-0.9052000045776367,0.16339999437332153,-0.005799999926239252,-0.9865000247955322,0.42289999127388,-0.035999998450279236,-0.9054999947547913,0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,0.045899998396635056,0.004999999888241291,-0.9988999962806702,0.04619999974966049,0.007499999832361937,-0.9988999962806702,0.16369999945163727,-0.0012000000569969416,-0.9865000247955322,0.04619999974966049,0.007499999832361937,-0.9988999962806702,0.16339999437332153,-0.005799999926239252,-0.9865000247955322,-0.0017999999690800905,0.007499999832361937,-1,0.006500000134110451,0.0071000000461936,-1,0.006300000008195639,0,-1,-0.0017999999690800905,0.007499999832361937,-1,0.006300000008195639,0,-1,-0.002099999925121665,0,-1,-0.0012000000569969416,0.012799999676644802,-0.9998999834060669,0.0071000000461936,0.011900000274181366,-0.9998999834060669,0.006500000134110451,0.0071000000461936,-1,-0.0012000000569969416,0.012799999676644802,-0.9998999834060669,0.006500000134110451,0.0071000000461936,-1,-0.0017999999690800905,0.007499999832361937,-1,0.006500000134110451,0.0071000000461936,-1,0.045899998396635056,0.004999999888241291,-0.9988999962806702,0.04580000042915344,0,-0.9990000128746033,0.006500000134110451,0.0071000000461936,-1,0.04580000042915344,0,-0.9990000128746033,0.006300000008195639,0,-1,0.0071000000461936,0.011900000274181366,-0.9998999834060669,0.04619999974966049,0.007499999832361937,-0.9988999962806702,0.045899998396635056,0.004999999888241291,-0.9988999962806702,0.0071000000461936,0.011900000274181366,-0.9998999834060669,0.045899998396635056,0.004999999888241291,-0.9988999962806702,0.006500000134110451,0.0071000000461936,-1,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.007799999788403511,0.014600000344216824,-0.9998999834060669,0.007600000128149986,0.014299999922513962,-0.9998999834060669,-0.00039999998989515007,0.016599999740719795,-0.9998999834060669,0.007600000128149986,0.014299999922513962,-0.9998999834060669,-0.0006000000284984708,0.015799999237060547,-0.9998999834060669,0.007799999788403511,0.014600000344216824,-0.9998999834060669,0.04610000178217888,0.005200000014156103,-0.9988999962806702,0.04639999940991402,0.007400000002235174,-0.9988999962806702,0.007799999788403511,0.014600000344216824,-0.9998999834060669,0.04639999940991402,0.007400000002235174,-0.9988999962806702,0.007600000128149986,0.014299999922513962,-0.9998999834060669,-0.0006000000284984708,0.015799999237060547,-0.9998999834060669,0.007600000128149986,0.014299999922513962,-0.9998999834060669,0.0071000000461936,0.011900000274181366,-0.9998999834060669,-0.0006000000284984708,0.015799999237060547,-0.9998999834060669,0.0071000000461936,0.011900000274181366,-0.9998999834060669,-0.0012000000569969416,0.012799999676644802,-0.9998999834060669,0.007600000128149986,0.014299999922513962,-0.9998999834060669,0.04639999940991402,0.007400000002235174,-0.9988999962806702,0.04619999974966049,0.007499999832361937,-0.9988999962806702,0.007600000128149986,0.014299999922513962,-0.9998999834060669,0.04619999974966049,0.007499999832361937,-0.9988999962806702,0.0071000000461936,0.011900000274181366,-0.9998999834060669,0.424699991941452,0.015399999916553497,-0.9052000045776367,0.16369999945163727,0.0012000000569969416,-0.9865000247955322,0.164000004529953,0,-0.9865000247955322,0.424699991941452,0.015399999916553497,-0.9052000045776367,0.164000004529953,0,-0.9865000247955322,0.4255000054836273,0,-0.9049999713897705,0.42289999127388,0.035999998450279236,-0.9054999947547913,0.16339999437332153,0.005799999926239252,-0.9865000247955322,0.16369999945163727,0.0012000000569969416,-0.9865000247955322,0.42289999127388,0.035999998450279236,-0.9054999947547913,0.16369999945163727,0.0012000000569969416,-0.9865000247955322,0.424699991941452,0.015399999916553497,-0.9052000045776367,0.16369999945163727,0.0012000000569969416,-0.9865000247955322,0.045899998396635056,-0.004999999888241291,-0.9988999962806702,0.04580000042915344,0,-0.9990000128746033,0.16369999945163727,0.0012000000569969416,-0.9865000247955322,0.04580000042915344,0,-0.9990000128746033,0.164000004529953,0,-0.9865000247955322,0.16339999437332153,0.005799999926239252,-0.9865000247955322,0.04619999974966049,-0.007499999832361937,-0.9988999962806702,0.045899998396635056,-0.004999999888241291,-0.9988999962806702,0.16339999437332153,0.005799999926239252,-0.9865000247955322,0.045899998396635056,-0.004999999888241291,-0.9988999962806702,0.16369999945163727,0.0012000000569969416,-0.9865000247955322,0.41449999809265137,0.08720000088214874,-0.9059000015258789,0.1606999933719635,0.02329999953508377,-0.9866999983787537,0.16249999403953552,0.013500000350177288,-0.9865999817848206,0.41449999809265137,0.08720000088214874,-0.9059000015258789,0.16249999403953552,0.013500000350177288,-0.9865999817848206,0.4196000099182129,0.060499999672174454,-0.9057000279426575,0.1606999933719635,0.02329999953508377,-0.9866999983787537,0.04610000178217888,-0.005200000014156103,-0.9988999962806702,0.04639999940991402,-0.007400000002235174,-0.9988999962806702,0.1606999933719635,0.02329999953508377,-0.9866999983787537,0.04639999940991402,-0.007400000002235174,-0.9988999962806702,0.16249999403953552,0.013500000350177288,-0.9865999817848206,0.4196000099182129,0.060499999672174454,-0.9057000279426575,0.16249999403953552,0.013500000350177288,-0.9865999817848206,0.16339999437332153,0.005799999926239252,-0.9865000247955322,0.4196000099182129,0.060499999672174454,-0.9057000279426575,0.16339999437332153,0.005799999926239252,-0.9865000247955322,0.42289999127388,0.035999998450279236,-0.9054999947547913,0.16249999403953552,0.013500000350177288,-0.9865999817848206,0.04639999940991402,-0.007400000002235174,-0.9988999962806702,0.04619999974966049,-0.007499999832361937,-0.9988999962806702,0.16249999403953552,0.013500000350177288,-0.9865999817848206,0.04619999974966049,-0.007499999832361937,-0.9988999962806702,0.16339999437332153,0.005799999926239252,-0.9865000247955322,-0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,0.007600000128149986,-0.014299999922513962,-0.9998999834060669,0.007799999788403511,-0.014600000344216824,-0.9998999834060669,-0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,0.007799999788403511,-0.014600000344216824,-0.9998999834060669,-0.00039999998989515007,-0.016599999740719795,-0.9998999834060669,-0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,0.0071000000461936,-0.011900000274181366,-0.9998999834060669,0.007600000128149986,-0.014299999922513962,-0.9998999834060669,-0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,0.007600000128149986,-0.014299999922513962,-0.9998999834060669,-0.0006000000284984708,-0.015799999237060547,-0.9998999834060669,0.007600000128149986,-0.014299999922513962,-0.9998999834060669,0.04639999940991402,-0.007400000002235174,-0.9988999962806702,0.04610000178217888,-0.005200000014156103,-0.9988999962806702,0.007600000128149986,-0.014299999922513962,-0.9998999834060669,0.04610000178217888,-0.005200000014156103,-0.9988999962806702,0.007799999788403511,-0.014600000344216824,-0.9998999834060669,0.0071000000461936,-0.011900000274181366,-0.9998999834060669,0.04619999974966049,-0.007499999832361937,-0.9988999962806702,0.04639999940991402,-0.007400000002235174,-0.9988999962806702,0.0071000000461936,-0.011900000274181366,-0.9998999834060669,0.04639999940991402,-0.007400000002235174,-0.9988999962806702,0.007600000128149986,-0.014299999922513962,-0.9998999834060669,-0.002099999925121665,0,-1,0.006300000008195639,0,-1,0.006500000134110451,-0.0071000000461936,-1,-0.002099999925121665,0,-1,0.006500000134110451,-0.0071000000461936,-1,-0.0017999999690800905,-0.007499999832361937,-1,0.006300000008195639,0,-1,0.04580000042915344,0,-0.9990000128746033,0.045899998396635056,-0.004999999888241291,-0.9988999962806702,0.006300000008195639,0,-1,0.045899998396635056,-0.004999999888241291,-0.9988999962806702,0.006500000134110451,-0.0071000000461936,-1,-0.0017999999690800905,-0.007499999832361937,-1,0.006500000134110451,-0.0071000000461936,-1,0.0071000000461936,-0.011900000274181366,-0.9998999834060669,-0.0017999999690800905,-0.007499999832361937,-1,0.0071000000461936,-0.011900000274181366,-0.9998999834060669,-0.0012000000569969416,-0.012799999676644802,-0.9998999834060669,0.006500000134110451,-0.0071000000461936,-1,0.045899998396635056,-0.004999999888241291,-0.9988999962806702,0.04619999974966049,-0.007499999832361937,-0.9988999962806702,0.006500000134110451,-0.0071000000461936,-1,0.04619999974966049,-0.007499999832361937,-0.9988999962806702,0.0071000000461936,-0.011900000274181366,-0.9998999834060669,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0006000000284984708,-1,0,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0005000000237487257,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,-0.00009999999747378752,-0.00019999999494757503,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.00019999999494757503,-1,-0.00009999999747378752,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0003000000142492354,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,-0.00009999999747378752,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0005000000237487257,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0,-0.00019999999494757503,-1,0,0,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0,-0.00019999999494757503,-1,0,0,-1,0,-0.00009999999747378752,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,0,-1,0,0,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,0,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0,-1,0,0.00019999999494757503,-1,0,0,-1,0,0,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00019999999494757503,-1,0,0,-1,0,0,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0005000000237487257,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0,-1,0,0,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0,-1,0,0,-1,0,0,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0005000000237487257,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.00039999998989515007,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,-0.00009999999747378752,0.00019999999494757503,-1,0,0.0003000000142492354,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.00019999999494757503,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,-0.00009999999747378752,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0003000000142492354,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,0,0.0010000000474974513,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0007999999797903001,-1,0,0.0010000000474974513,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0.0005000000237487257,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.00039999998989515007,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,-0.00009999999747378752,0.0010000000474974513,-1,0,0.0010999999940395355,-1,-0.00009999999747378752,0.0010000000474974513,-1,0,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,-0.00009999999747378752,0.0010999999940395355,-1,-0.00009999999747378752,0.0008999999845400453,-1,0,0.0010999999940395355,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0012000000569969416,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0013000000035390258,-1,-0.00009999999747378752,0.0010000000474974513,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0008999999845400453,-1,-0.00009999999747378752,0.0010999999940395355,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0010999999940395355,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0010999999940395355,-1,-0.00009999999747378752,0.0007999999797903001,-1,-0.00009999999747378752,0.0010999999940395355,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0010000000474974513,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0012000000569969416,-1,-0.00009999999747378752,0.0010000000474974513,-1,0,0.0012000000569969416,-1,-0.00009999999747378752,0.0010999999940395355,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0010999999940395355,-1,0,0.0010000000474974513,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0008999999845400453,-1,0,0.0010999999940395355,-1,0.00009999999747378752,0.0008999999845400453,-1,0,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0.00009999999747378752,0.0007999999797903001,-1,0,0.0010999999940395355,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0010000000474974513,-1,0.00009999999747378752,0.0007999999797903001,-1,0,0.0010000000474974513,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0013000000035390258,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,0.00009999999747378752,0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,0.0010999999940395355,-1,0,0.0010999999940395355,-1,0,0.0012000000569969416,-1,0,0.0013000000035390258,-1,0,0.0010999999940395355,-1,0,0.0013000000035390258,-1,0,0.0012000000569969416,-1,0,0.0010000000474974513,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.0007999999797903001,-1,0,0.0010000000474974513,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.000699999975040555,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.000699999975040555,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0008999999845400453,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.000699999975040555,-1,0.00009999999747378752,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0006000000284984708,-1,0,0.00039999998989515007,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0005000000237487257,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0006000000284984708,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0.00009999999747378752,0.00019999999494757503,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.00019999999494757503,-1,0.00009999999747378752,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.0003000000142492354,-1,0.00009999999747378752,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0.00009999999747378752,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0005000000237487257,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0005000000237487257,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00039999998989515007,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0,-1,0,0,-1,0,0.00019999999494757503,-1,0,0,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0,-1,0,0,-1,0,0.00019999999494757503,-1,0,0,-1,0,0.00009999999747378752,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00039999998989515007,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0,-1,0,0,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0,-1,0,0,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.0003000000142492354,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,0.0003000000142492354,-1,0,0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,0,-1,0,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0005000000237487257,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,0,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,0,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.0005000000237487257,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.0006000000284984708,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0,-0.00039999998989515007,-1,0,-0.0005000000237487257,-1,0.00009999999747378752,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.00019999999494757503,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0.00009999999747378752,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0003000000142492354,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,0,-0.0003000000142492354,-1,0,-0.00009999999747378752,-1,0,-0.0003000000142492354,-1,0,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.00039999998989515007,-1,0,-0.00019999999494757503,-1,0,-0.00039999998989515007,-1,0,-0.0003000000142492354,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0010000000474974513,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0010000000474974513,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,-0.0005000000237487257,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.00039999998989515007,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0.00009999999747378752,-0.0010999999940395355,-1,0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0010999999940395355,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0013000000035390258,-1,0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0008999999845400453,-1,0.00009999999747378752,-0.0010999999940395355,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0010999999940395355,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0010999999940395355,-1,0.00009999999747378752,-0.0007999999797903001,-1,0.00009999999747378752,-0.0010999999940395355,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0010000000474974513,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0.00009999999747378752,-0.0010999999940395355,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0010999999940395355,-1,0,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0010999999940395355,-1,-0.00009999999747378752,-0.0008999999845400453,-1,0,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0010999999940395355,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0013000000035390258,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,-0.0010999999940395355,-1,0,-0.0010999999940395355,-1,0,-0.0012000000569969416,-1,0,-0.0013000000035390258,-1,0,-0.0010999999940395355,-1,0,-0.0013000000035390258,-1,0,-0.0012000000569969416,-1,0,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.000699999975040555,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0008999999845400453,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.000699999975040555,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.00019999999494757503,-1,0.0005000000237487257,0.0003000000142492354,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0005000000237487257,0.00039999998989515007,-1,-0.00009999999747378752,-0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0.0005000000237487257,0.0003000000142492354,-1,-0.00009999999747378752,-0.00019999999494757503,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0005000000237487257,0.00039999998989515007,-1,0.0005000000237487257,0.0003000000142492354,-1,0.005100000184029341,0.004000000189989805,-1,0.0005000000237487257,0.00039999998989515007,-1,0.005100000184029341,0.004000000189989805,-1,0.004900000058114529,0.004699999932199717,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0005000000237487257,0.0003000000142492354,-1,0.005200000014156103,0.0032999999821186066,-1,0.0005000000237487257,0.0003000000142492354,-1,0.005200000014156103,0.0032999999821186066,-1,0.005100000184029341,0.004000000189989805,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00019999999494757503,-1,0.0006000000284984708,0.00019999999494757503,-1,0.0006000000284984708,0.00019999999494757503,-1,0.0006000000284984708,0.00019999999494757503,-1,0.005400000140070915,0.002099999925121665,-1,0.0006000000284984708,0.00019999999494757503,-1,0.005400000140070915,0.002099999925121665,-1,0.0052999998442828655,0.0027000000700354576,-1,0,-0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00019999999494757503,-1,0,-0.00019999999494757503,-1,0.0006000000284984708,0.00019999999494757503,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0006000000284984708,0.00019999999494757503,-1,0.0052999998442828655,0.0027000000700354576,-1,0.0005000000237487257,0.0003000000142492354,-1,0.0052999998442828655,0.0027000000700354576,-1,0.005200000014156103,0.0032999999821186066,-1,0.2930999994277954,0.15549999475479126,-0.9434000253677368,0.0868000015616417,0.04610000178217888,-0.995199978351593,0.09070000052452087,0.03720000013709068,-0.995199978351593,0.2930999994277954,0.15549999475479126,-0.9434000253677368,0.09070000052452087,0.03720000013709068,-0.995199978351593,0.3068999946117401,0.1257999986410141,-0.9434000253677368,0.27649998664855957,0.1834000051021576,-0.9434000253677368,0.08209999650716782,0.054499998688697815,-0.9951000213623047,0.0868000015616417,0.04610000178217888,-0.995199978351593,0.27649998664855957,0.1834000051021576,-0.9434000253677368,0.0868000015616417,0.04610000178217888,-0.995199978351593,0.2930999994277954,0.15549999475479126,-0.9434000253677368,0.09070000052452087,0.03720000013709068,-0.995199978351593,0.0868000015616417,0.04610000178217888,-0.995199978351593,0.0052999998442828655,0.0027000000700354576,-1,0.09070000052452087,0.03720000013709068,-0.995199978351593,0.0052999998442828655,0.0027000000700354576,-1,0.005400000140070915,0.002099999925121665,-1,0.0868000015616417,0.04610000178217888,-0.995199978351593,0.08209999650716782,0.054499998688697815,-0.9951000213623047,0.005200000014156103,0.0032999999821186066,-1,0.0868000015616417,0.04610000178217888,-0.995199978351593,0.005200000014156103,0.0032999999821186066,-1,0.0052999998442828655,0.0027000000700354576,-1,0.2354000061750412,0.2337000072002411,-0.9434000253677368,0.07029999792575836,0.06989999860525131,-0.9951000213623047,0.07660000026226044,0.06239999830722809,-0.9951000213623047,0.2354000061750412,0.2337000072002411,-0.9434000253677368,0.07660000026226044,0.06239999830722809,-0.9951000213623047,0.2572999894618988,0.2093999981880188,-0.9434000253677368,0.07660000026226044,0.06239999830722809,-0.9951000213623047,0.07029999792575836,0.06989999860525131,-0.9951000213623047,0.004900000058114529,0.004699999932199717,-1,0.07660000026226044,0.06239999830722809,-0.9951000213623047,0.004900000058114529,0.004699999932199717,-1,0.005100000184029341,0.004000000189989805,-1,0.2572999894618988,0.2093999981880188,-0.9434000253677368,0.07660000026226044,0.06239999830722809,-0.9951000213623047,0.08209999650716782,0.054499998688697815,-0.9951000213623047,0.2572999894618988,0.2093999981880188,-0.9434000253677368,0.08209999650716782,0.054499998688697815,-0.9951000213623047,0.27649998664855957,0.1834000051021576,-0.9434000253677368,0.08209999650716782,0.054499998688697815,-0.9951000213623047,0.07660000026226044,0.06239999830722809,-0.9951000213623047,0.005100000184029341,0.004000000189989805,-1,0.08209999650716782,0.054499998688697815,-0.9951000213623047,0.005100000184029341,0.004000000189989805,-1,0.005200000014156103,0.0032999999821186066,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0.0006000000284984708,0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0.0006000000284984708,0.00019999999494757503,-1,0.0006000000284984708,0.00009999999747378752,-1,0.005499999970197678,0.0015999999595806003,-1,0.0006000000284984708,0.00019999999494757503,-1,0.005499999970197678,0.0015999999595806003,-1,0.005400000140070915,0.002099999925121665,-1,0.0006000000284984708,0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0.005499999970197678,0.0010000000474974513,-1,0.0006000000284984708,0.00009999999747378752,-1,0.005499999970197678,0.0010000000474974513,-1,0.005499999970197678,0.0015999999595806003,-1,0,0,-1,0,0,-1,0.0006000000284984708,0,-1,0,0,-1,0.0006000000284984708,0,-1,0.0006000000284984708,0,-1,0.0006000000284984708,0,-1,0.0006000000284984708,0,-1,0.00559999980032444,0,-1,0.0006000000284984708,0,-1,0.00559999980032444,0,-1,0.00559999980032444,0.0005000000237487257,-1,0,-0.00009999999747378752,-1,0,0,-1,0.0006000000284984708,0,-1,0,-0.00009999999747378752,-1,0.0006000000284984708,0,-1,0.0006000000284984708,0.00009999999747378752,-1,0.0006000000284984708,0.00009999999747378752,-1,0.0006000000284984708,0,-1,0.00559999980032444,0.0005000000237487257,-1,0.0006000000284984708,0.00009999999747378752,-1,0.00559999980032444,0.0005000000237487257,-1,0.005499999970197678,0.0010000000474974513,-1,0.3303000032901764,0.03150000050663948,-0.9434000253677368,0.09740000218153,0.00930000003427267,-0.995199978351593,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.3303000032901764,0.03150000050663948,-0.9434000253677368,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.33169999718666077,-0.0012000000569969416,-0.9434000253677368,0.3255999982357025,0.06360000371932983,-0.9434000253677368,0.09610000252723694,0.018799999728798866,-0.995199978351593,0.09740000218153,0.00930000003427267,-0.995199978351593,0.3255999982357025,0.06360000371932983,-0.9434000253677368,0.09740000218153,0.00930000003427267,-0.995199978351593,0.3303000032901764,0.03150000050663948,-0.9434000253677368,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.09740000218153,0.00930000003427267,-0.995199978351593,0.00559999980032444,0.0005000000237487257,-1,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.00559999980032444,0.0005000000237487257,-1,0.00559999980032444,0,-1,0.09740000218153,0.00930000003427267,-0.995199978351593,0.09610000252723694,0.018799999728798866,-0.995199978351593,0.005499999970197678,0.0010000000474974513,-1,0.09740000218153,0.00930000003427267,-0.995199978351593,0.005499999970197678,0.0010000000474974513,-1,0.00559999980032444,0.0005000000237487257,-1,0.3068999946117401,0.1257999986410141,-0.9434000253677368,0.09070000052452087,0.03720000013709068,-0.995199978351593,0.09380000084638596,0.02810000069439411,-0.995199978351593,0.3068999946117401,0.1257999986410141,-0.9434000253677368,0.09380000084638596,0.02810000069439411,-0.995199978351593,0.31779998540878296,0.0949999988079071,-0.9434000253677368,0.09380000084638596,0.02810000069439411,-0.995199978351593,0.09070000052452087,0.03720000013709068,-0.995199978351593,0.005400000140070915,0.002099999925121665,-1,0.09380000084638596,0.02810000069439411,-0.995199978351593,0.005400000140070915,0.002099999925121665,-1,0.005499999970197678,0.0015999999595806003,-1,0.31779998540878296,0.0949999988079071,-0.9434000253677368,0.09380000084638596,0.02810000069439411,-0.995199978351593,0.09610000252723694,0.018799999728798866,-0.995199978351593,0.31779998540878296,0.0949999988079071,-0.9434000253677368,0.09610000252723694,0.018799999728798866,-0.995199978351593,0.3255999982357025,0.06360000371932983,-0.9434000253677368,0.09610000252723694,0.018799999728798866,-0.995199978351593,0.09380000084638596,0.02810000069439411,-0.995199978351593,0.005499999970197678,0.0015999999595806003,-1,0.09610000252723694,0.018799999728798866,-0.995199978351593,0.005499999970197678,0.0015999999595806003,-1,0.005499999970197678,0.0010000000474974513,-1,0,0,-1,0.0006000000284984708,0,-1,0.0006000000284984708,0,-1,0,0,-1,0.0006000000284984708,0,-1,0,0,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.0006000000284984708,0,-1,0,0.00009999999747378752,-1,0.0006000000284984708,0,-1,0,0,-1,0.0006000000284984708,0,-1,0.00559999980032444,-0.0006000000284984708,-1,0.00559999980032444,0,-1,0.0006000000284984708,0,-1,0.00559999980032444,0,-1,0.0006000000284984708,0,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.005499999970197678,-0.0010999999940395355,-1,0.00559999980032444,-0.0006000000284984708,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.00559999980032444,-0.0006000000284984708,-1,0.0006000000284984708,0,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.005400000140070915,-0.002199999988079071,-1,0.005499999970197678,-0.0015999999595806003,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.005499999970197678,-0.0015999999595806003,-1,0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.005499999970197678,-0.0015999999595806003,-1,0.005499999970197678,-0.0010999999940395355,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.005499999970197678,-0.0010999999940395355,-1,0.0006000000284984708,-0.00009999999747378752,-1,0.3172000050544739,-0.09730000048875809,-0.9434000253677368,0.09369999915361404,-0.02879999950528145,-0.995199978351593,0.09040000289678574,-0.03790000081062317,-0.995199978351593,0.3172000050544739,-0.09730000048875809,-0.9434000253677368,0.09040000289678574,-0.03790000081062317,-0.995199978351593,0.3059999942779541,-0.12800000607967377,-0.9434000253677368,0.32519999146461487,-0.06589999794960022,-0.9434000253677368,0.09589999914169312,-0.019500000402331352,-0.995199978351593,0.09369999915361404,-0.02879999950528145,-0.995199978351593,0.32519999146461487,-0.06589999794960022,-0.9434000253677368,0.09369999915361404,-0.02879999950528145,-0.995199978351593,0.3172000050544739,-0.09730000048875809,-0.9434000253677368,0.09369999915361404,-0.02879999950528145,-0.995199978351593,0.005499999970197678,-0.0015999999595806003,-1,0.005400000140070915,-0.002199999988079071,-1,0.09369999915361404,-0.02879999950528145,-0.995199978351593,0.005400000140070915,-0.002199999988079071,-1,0.09040000289678574,-0.03790000081062317,-0.995199978351593,0.09589999914169312,-0.019500000402331352,-0.995199978351593,0.005499999970197678,-0.0010999999940395355,-1,0.005499999970197678,-0.0015999999595806003,-1,0.09589999914169312,-0.019500000402331352,-0.995199978351593,0.005499999970197678,-0.0015999999595806003,-1,0.09369999915361404,-0.02879999950528145,-0.995199978351593,0.33169999718666077,-0.0012000000569969416,-0.9434000253677368,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.09730000048875809,-0.009999999776482582,-0.995199978351593,0.33169999718666077,-0.0012000000569969416,-0.9434000253677368,0.09730000048875809,-0.009999999776482582,-0.995199978351593,0.33000001311302185,-0.033799998462200165,-0.9434000253677368,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.00559999980032444,0,-1,0.00559999980032444,-0.0006000000284984708,-1,0.09780000150203705,-0.0003000000142492354,-0.995199978351593,0.00559999980032444,-0.0006000000284984708,-1,0.09730000048875809,-0.009999999776482582,-0.995199978351593,0.33000001311302185,-0.033799998462200165,-0.9434000253677368,0.09730000048875809,-0.009999999776482582,-0.995199978351593,0.09589999914169312,-0.019500000402331352,-0.995199978351593,0.33000001311302185,-0.033799998462200165,-0.9434000253677368,0.09589999914169312,-0.019500000402331352,-0.995199978351593,0.32519999146461487,-0.06589999794960022,-0.9434000253677368,0.09730000048875809,-0.009999999776482582,-0.995199978351593,0.00559999980032444,-0.0006000000284984708,-1,0.005499999970197678,-0.0010999999940395355,-1,0.09730000048875809,-0.009999999776482582,-0.995199978351593,0.005499999970197678,-0.0010999999940395355,-1,0.09589999914169312,-0.019500000402331352,-0.995199978351593,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.0006000000284984708,-0.00019999999494757503,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00019999999494757503,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.0006000000284984708,-0.00019999999494757503,-1,0,0.00019999999494757503,-1,0.0006000000284984708,-0.00019999999494757503,-1,0,0.00009999999747378752,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.0052999998442828655,-0.00279999990016222,-1,0.005400000140070915,-0.002199999988079071,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.005400000140070915,-0.002199999988079071,-1,0.0006000000284984708,-0.00019999999494757503,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.005200000014156103,-0.0034000000450760126,-1,0.0052999998442828655,-0.00279999990016222,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.0052999998442828655,-0.00279999990016222,-1,0.0006000000284984708,-0.00019999999494757503,-1,-0.00009999999747378752,0.0003000000142492354,-1,0.0005000000237487257,-0.00039999998989515007,-1,0.0005000000237487257,-0.0003000000142492354,-1,-0.00009999999747378752,0.0003000000142492354,-1,0.0005000000237487257,-0.0003000000142492354,-1,-0.00009999999747378752,0.00019999999494757503,-1,0.0005000000237487257,-0.00039999998989515007,-1,0.004900000058114529,-0.004699999932199717,-1,0.005100000184029341,-0.004000000189989805,-1,0.0005000000237487257,-0.00039999998989515007,-1,0.005100000184029341,-0.004000000189989805,-1,0.0005000000237487257,-0.0003000000142492354,-1,-0.00009999999747378752,0.00019999999494757503,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.0005000000237487257,-0.0003000000142492354,-1,-0.00009999999747378752,0.00019999999494757503,-1,0.0005000000237487257,-0.0003000000142492354,-1,0,0.00019999999494757503,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.005100000184029341,-0.004000000189989805,-1,0.005200000014156103,-0.0034000000450760126,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.005200000014156103,-0.0034000000450760126,-1,0.0005000000237487257,-0.0003000000142492354,-1,0.2558000087738037,-0.21119999885559082,-0.9434000253677368,0.07609999924898148,-0.06300000101327896,-0.9951000213623047,0.0697999969124794,-0.07050000131130219,-0.9951000213623047,0.2558000087738037,-0.21119999885559082,-0.9434000253677368,0.0697999969124794,-0.07050000131130219,-0.9951000213623047,0.2337000072002411,-0.2354000061750412,-0.9434000253677368,0.2752000093460083,-0.18529999256134033,-0.9434000253677368,0.08169999718666077,-0.05510000139474869,-0.9951000213623047,0.07609999924898148,-0.06300000101327896,-0.9951000213623047,0.2752000093460083,-0.18529999256134033,-0.9434000253677368,0.07609999924898148,-0.06300000101327896,-0.9951000213623047,0.2558000087738037,-0.21119999885559082,-0.9434000253677368,0.07609999924898148,-0.06300000101327896,-0.9951000213623047,0.005100000184029341,-0.004000000189989805,-1,0.004900000058114529,-0.004699999932199717,-1,0.07609999924898148,-0.06300000101327896,-0.9951000213623047,0.004900000058114529,-0.004699999932199717,-1,0.0697999969124794,-0.07050000131130219,-0.9951000213623047,0.08169999718666077,-0.05510000139474869,-0.9951000213623047,0.005200000014156103,-0.0034000000450760126,-1,0.005100000184029341,-0.004000000189989805,-1,0.08169999718666077,-0.05510000139474869,-0.9951000213623047,0.005100000184029341,-0.004000000189989805,-1,0.07609999924898148,-0.06300000101327896,-0.9951000213623047,0.3059999942779541,-0.12800000607967377,-0.9434000253677368,0.09040000289678574,-0.03790000081062317,-0.995199978351593,0.08649999648332596,-0.04670000076293945,-0.995199978351593,0.3059999942779541,-0.12800000607967377,-0.9434000253677368,0.08649999648332596,-0.04670000076293945,-0.995199978351593,0.29190000891685486,-0.15760000050067902,-0.9434000253677368,0.09040000289678574,-0.03790000081062317,-0.995199978351593,0.005400000140070915,-0.002199999988079071,-1,0.0052999998442828655,-0.00279999990016222,-1,0.09040000289678574,-0.03790000081062317,-0.995199978351593,0.0052999998442828655,-0.00279999990016222,-1,0.08649999648332596,-0.04670000076293945,-0.995199978351593,0.29190000891685486,-0.15760000050067902,-0.9434000253677368,0.08649999648332596,-0.04670000076293945,-0.995199978351593,0.08169999718666077,-0.05510000139474869,-0.9951000213623047,0.29190000891685486,-0.15760000050067902,-0.9434000253677368,0.08169999718666077,-0.05510000139474869,-0.9951000213623047,0.2752000093460083,-0.18529999256134033,-0.9434000253677368,0.08649999648332596,-0.04670000076293945,-0.995199978351593,0.0052999998442828655,-0.00279999990016222,-1,0.005200000014156103,-0.0034000000450760126,-1,0.08649999648332596,-0.04670000076293945,-0.995199978351593,0.005200000014156103,-0.0034000000450760126,-1,0.08169999718666077,-0.05510000139474869,-0.9951000213623047,-0.00009999999747378752,0.0003000000142492354,-1,0.00039999998989515007,-0.00039999998989515007,-1,0.0005000000237487257,-0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,0.0005000000237487257,-0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,-0.00009999999747378752,0.00039999998989515007,-1,0.00039999998989515007,-0.0005000000237487257,-1,0.00039999998989515007,-0.00039999998989515007,-1,-0.00009999999747378752,0.00039999998989515007,-1,0.00039999998989515007,-0.00039999998989515007,-1,-0.00009999999747378752,0.0003000000142492354,-1,0.00039999998989515007,-0.00039999998989515007,-1,0.004699999932199717,-0.005499999970197678,-1,0.004900000058114529,-0.004699999932199717,-1,0.00039999998989515007,-0.00039999998989515007,-1,0.004900000058114529,-0.004699999932199717,-1,0.0005000000237487257,-0.00039999998989515007,-1,0.00039999998989515007,-0.0005000000237487257,-1,0.0044999998062849045,-0.006500000134110451,-1,0.004699999932199717,-0.005499999970197678,-1,0.00039999998989515007,-0.0005000000237487257,-1,0.004699999932199717,-0.005499999970197678,-1,0.00039999998989515007,-0.00039999998989515007,-1,-0.00009999999747378752,0.0006000000284984708,-1,0.0003000000142492354,-0.000699999975040555,-1,0.00039999998989515007,-0.0006000000284984708,-1,-0.00009999999747378752,0.0006000000284984708,-1,0.00039999998989515007,-0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0.0003000000142492354,-0.000699999975040555,-1,0.004000000189989805,-0.009700000286102295,-0.9998999834060669,0.00430000014603138,-0.007799999788403511,-1,0.0003000000142492354,-0.000699999975040555,-1,0.00430000014603138,-0.007799999788403511,-1,0.00039999998989515007,-0.0006000000284984708,-1,-0.00009999999747378752,0.0005000000237487257,-1,0.00039999998989515007,-0.0006000000284984708,-1,0.00039999998989515007,-0.0005000000237487257,-1,-0.00009999999747378752,0.0005000000237487257,-1,0.00039999998989515007,-0.0005000000237487257,-1,-0.00009999999747378752,0.00039999998989515007,-1,0.00039999998989515007,-0.0006000000284984708,-1,0.00430000014603138,-0.007799999788403511,-1,0.0044999998062849045,-0.006500000134110451,-1,0.00039999998989515007,-0.0006000000284984708,-1,0.0044999998062849045,-0.006500000134110451,-1,0.00039999998989515007,-0.0005000000237487257,-1,0.15549999475479126,-0.2930999994277954,-0.9434000253677368,0.04729999974370003,-0.08969999849796295,-0.9947999715805054,0.03869999945163727,-0.09529999643564224,-0.994700014591217,0.15549999475479126,-0.2930999994277954,-0.9434000253677368,0.03869999945163727,-0.09529999643564224,-0.994700014591217,0.1257999986410141,-0.3068999946117401,-0.9434000253677368,0.1834000051021576,-0.27649998664855957,-0.9434000253677368,0.05530000105500221,-0.08380000293254852,-0.9948999881744385,0.04729999974370003,-0.08969999849796295,-0.9947999715805054,0.1834000051021576,-0.27649998664855957,-0.9434000253677368,0.04729999974370003,-0.08969999849796295,-0.9947999715805054,0.15549999475479126,-0.2930999994277954,-0.9434000253677368,0.04729999974370003,-0.08969999849796295,-0.9947999715805054,0.00430000014603138,-0.007799999788403511,-1,0.004000000189989805,-0.009700000286102295,-0.9998999834060669,0.04729999974370003,-0.08969999849796295,-0.9947999715805054,0.004000000189989805,-0.009700000286102295,-0.9998999834060669,0.03869999945163727,-0.09529999643564224,-0.994700014591217,0.05530000105500221,-0.08380000293254852,-0.9948999881744385,0.0044999998062849045,-0.006500000134110451,-1,0.00430000014603138,-0.007799999788403511,-1,0.05530000105500221,-0.08380000293254852,-0.9948999881744385,0.00430000014603138,-0.007799999788403511,-1,0.04729999974370003,-0.08969999849796295,-0.9947999715805054,0.2337000072002411,-0.2354000061750412,-0.9434000253677368,0.0697999969124794,-0.07050000131130219,-0.9951000213623047,0.06279999762773514,-0.07739999890327454,-0.9950000047683716,0.2337000072002411,-0.2354000061750412,-0.9434000253677368,0.06279999762773514,-0.07739999890327454,-0.9950000047683716,0.2093999981880188,-0.2572999894618988,-0.9434000253677368,0.0697999969124794,-0.07050000131130219,-0.9951000213623047,0.004900000058114529,-0.004699999932199717,-1,0.004699999932199717,-0.005499999970197678,-1,0.0697999969124794,-0.07050000131130219,-0.9951000213623047,0.004699999932199717,-0.005499999970197678,-1,0.06279999762773514,-0.07739999890327454,-0.9950000047683716,0.2093999981880188,-0.2572999894618988,-0.9434000253677368,0.06279999762773514,-0.07739999890327454,-0.9950000047683716,0.05530000105500221,-0.08380000293254852,-0.9948999881744385,0.2093999981880188,-0.2572999894618988,-0.9434000253677368,0.05530000105500221,-0.08380000293254852,-0.9948999881744385,0.1834000051021576,-0.27649998664855957,-0.9434000253677368,0.06279999762773514,-0.07739999890327454,-0.9950000047683716,0.004699999932199717,-0.005499999970197678,-1,0.0044999998062849045,-0.006500000134110451,-1,0.06279999762773514,-0.07739999890327454,-0.9950000047683716,0.0044999998062849045,-0.006500000134110451,-1,0.05530000105500221,-0.08380000293254852,-0.9948999881744385,-0.00009999999747378752,0.0007999999797903001,-1,0.0003000000142492354,-0.0010000000474974513,-1,0.0003000000142492354,-0.000699999975040555,-1,-0.00009999999747378752,0.0007999999797903001,-1,0.0003000000142492354,-0.000699999975040555,-1,-0.00009999999747378752,0.0006000000284984708,-1,-0.00009999999747378752,0.0010000000474974513,-1,0.0003000000142492354,-0.00139999995008111,-1,0.0003000000142492354,-0.0010000000474974513,-1,-0.00009999999747378752,0.0010000000474974513,-1,0.0003000000142492354,-0.0010000000474974513,-1,-0.00009999999747378752,0.0007999999797903001,-1,0.0003000000142492354,-0.0010000000474974513,-1,0.003700000001117587,-0.012500000186264515,-0.9998999834060669,0.004000000189989805,-0.009700000286102295,-0.9998999834060669,0.0003000000142492354,-0.0010000000474974513,-1,0.004000000189989805,-0.009700000286102295,-0.9998999834060669,0.0003000000142492354,-0.000699999975040555,-1,0.0003000000142492354,-0.00139999995008111,-1,0.003100000089034438,-0.01600000075995922,-0.9998999834060669,0.003700000001117587,-0.012500000186264515,-0.9998999834060669,0.0003000000142492354,-0.00139999995008111,-1,0.003700000001117587,-0.012500000186264515,-0.9998999834060669,0.0003000000142492354,-0.0010000000474974513,-1,0,0.0012000000569969416,-1,0,-0.0020000000949949026,-1,0.00019999999494757503,-0.0017999999690800905,-1,0,0.0012000000569969416,-1,0.00019999999494757503,-0.0017999999690800905,-1,0,0.0012000000569969416,-1,0,-0.0020000000949949026,-1,-0.00009999999747378752,-0.020999999716877937,-0.9998000264167786,0.0019000000320374966,-0.019500000402331352,-0.9998000264167786,0,-0.0020000000949949026,-1,0.0019000000320374966,-0.019500000402331352,-0.9998000264167786,0.00019999999494757503,-0.0017999999690800905,-1,0,0.0012000000569969416,-1,0.00019999999494757503,-0.0017999999690800905,-1,0.0003000000142492354,-0.00139999995008111,-1,0,0.0012000000569969416,-1,0.0003000000142492354,-0.00139999995008111,-1,-0.00009999999747378752,0.0010000000474974513,-1,0.00019999999494757503,-0.0017999999690800905,-1,0.0019000000320374966,-0.019500000402331352,-0.9998000264167786,0.003100000089034438,-0.01600000075995922,-0.9998999834060669,0.00019999999494757503,-0.0017999999690800905,-1,0.003100000089034438,-0.01600000075995922,-0.9998999834060669,0.0003000000142492354,-0.00139999995008111,-1,0.03150000050663948,-0.3303000032901764,-0.9434000253677368,0.010099999606609344,-0.1103999987244606,-0.9937999844551086,-0.0005000000237487257,-0.11190000176429749,-0.9937000274658203,0.03150000050663948,-0.3303000032901764,-0.9434000253677368,-0.0005000000237487257,-0.11190000176429749,-0.9937000274658203,-0.0012000000569969416,-0.33169999718666077,-0.9434000253677368,0.06360000371932983,-0.3255999982357025,-0.9434000253677368,0.02019999921321869,-0.10620000213384628,-0.9940999746322632,0.010099999606609344,-0.1103999987244606,-0.9937999844551086,0.06360000371932983,-0.3255999982357025,-0.9434000253677368,0.010099999606609344,-0.1103999987244606,-0.9937999844551086,0.03150000050663948,-0.3303000032901764,-0.9434000253677368,0.010099999606609344,-0.1103999987244606,-0.9937999844551086,0.0019000000320374966,-0.019500000402331352,-0.9998000264167786,-0.00009999999747378752,-0.020999999716877937,-0.9998000264167786,0.010099999606609344,-0.1103999987244606,-0.9937999844551086,-0.00009999999747378752,-0.020999999716877937,-0.9998000264167786,-0.0005000000237487257,-0.11190000176429749,-0.9937000274658203,0.02019999921321869,-0.10620000213384628,-0.9940999746322632,0.003100000089034438,-0.01600000075995922,-0.9998999834060669,0.0019000000320374966,-0.019500000402331352,-0.9998000264167786,0.02019999921321869,-0.10620000213384628,-0.9940999746322632,0.0019000000320374966,-0.019500000402331352,-0.9998000264167786,0.010099999606609344,-0.1103999987244606,-0.9937999844551086,0.1257999986410141,-0.3068999946117401,-0.9434000253677368,0.03869999945163727,-0.09529999643564224,-0.994700014591217,0.02969999983906746,-0.10090000182390213,-0.9944999814033508,0.1257999986410141,-0.3068999946117401,-0.9434000253677368,0.02969999983906746,-0.10090000182390213,-0.9944999814033508,0.0949999988079071,-0.31779998540878296,-0.9434000253677368,0.03869999945163727,-0.09529999643564224,-0.994700014591217,0.004000000189989805,-0.009700000286102295,-0.9998999834060669,0.003700000001117587,-0.012500000186264515,-0.9998999834060669,0.03869999945163727,-0.09529999643564224,-0.994700014591217,0.003700000001117587,-0.012500000186264515,-0.9998999834060669,0.02969999983906746,-0.10090000182390213,-0.9944999814033508,0.0949999988079071,-0.31779998540878296,-0.9434000253677368,0.02969999983906746,-0.10090000182390213,-0.9944999814033508,0.02019999921321869,-0.10620000213384628,-0.9940999746322632,0.0949999988079071,-0.31779998540878296,-0.9434000253677368,0.02019999921321869,-0.10620000213384628,-0.9940999746322632,0.06360000371932983,-0.3255999982357025,-0.9434000253677368,0.02969999983906746,-0.10090000182390213,-0.9944999814033508,0.003700000001117587,-0.012500000186264515,-0.9998999834060669,0.003100000089034438,-0.01600000075995922,-0.9998999834060669,0.02969999983906746,-0.10090000182390213,-0.9944999814033508,0.003100000089034438,-0.01600000075995922,-0.9998999834060669,0.02019999921321869,-0.10620000213384628,-0.9940999746322632,0,0.0012000000569969416,-1,0,0.0012000000569969416,-1,-0.00019999999494757503,-0.0017000000225380063,-1,0,0.0012000000569969416,-1,-0.00019999999494757503,-0.0017000000225380063,-1,0,-0.0020000000949949026,-1,0,0.0012000000569969416,-1,0.00009999999747378752,0.0010000000474974513,-1,-0.0003000000142492354,-0.0012000000569969416,-1,0,0.0012000000569969416,-1,-0.0003000000142492354,-0.0012000000569969416,-1,-0.00019999999494757503,-0.0017000000225380063,-1,0,-0.0020000000949949026,-1,-0.00019999999494757503,-0.0017000000225380063,-1,-0.002099999925121665,-0.019200000911951065,-0.9998000264167786,0,-0.0020000000949949026,-1,-0.002099999925121665,-0.019200000911951065,-0.9998000264167786,-0.00009999999747378752,-0.020999999716877937,-0.9998000264167786,-0.00019999999494757503,-0.0017000000225380063,-1,-0.0003000000142492354,-0.0012000000569969416,-1,-0.0031999999191612005,-0.015599999576807022,-0.9998999834060669,-0.00019999999494757503,-0.0017000000225380063,-1,-0.0031999999191612005,-0.015599999576807022,-0.9998999834060669,-0.002099999925121665,-0.019200000911951065,-0.9998000264167786,0.00009999999747378752,0.0007999999797903001,-1,0.00009999999747378752,0.0006000000284984708,-1,-0.0003000000142492354,-0.000699999975040555,-1,0.00009999999747378752,0.0007999999797903001,-1,-0.0003000000142492354,-0.000699999975040555,-1,-0.0003000000142492354,-0.0008999999845400453,-1,-0.0003000000142492354,-0.0008999999845400453,-1,-0.0003000000142492354,-0.000699999975040555,-1,-0.004100000020116568,-0.009499999694526196,-0.9998999834060669,-0.0003000000142492354,-0.0008999999845400453,-1,-0.004100000020116568,-0.009499999694526196,-0.9998999834060669,-0.003800000064074993,-0.012199999764561653,-0.9998999834060669,0.00009999999747378752,0.0010000000474974513,-1,0.00009999999747378752,0.0007999999797903001,-1,-0.0003000000142492354,-0.0008999999845400453,-1,0.00009999999747378752,0.0010000000474974513,-1,-0.0003000000142492354,-0.0008999999845400453,-1,-0.0003000000142492354,-0.0012000000569969416,-1,-0.0003000000142492354,-0.0012000000569969416,-1,-0.0003000000142492354,-0.0008999999845400453,-1,-0.003800000064074993,-0.012199999764561653,-0.9998999834060669,-0.0003000000142492354,-0.0012000000569969416,-1,-0.003800000064074993,-0.012199999764561653,-0.9998999834060669,-0.0031999999191612005,-0.015599999576807022,-0.9998999834060669,-0.09730000048875809,-0.3172000050544739,-0.9434000253677368,-0.030400000512599945,-0.10100000351667404,-0.9944000244140625,-0.03929999843239784,-0.09529999643564224,-0.994700014591217,-0.09730000048875809,-0.3172000050544739,-0.9434000253677368,-0.03929999843239784,-0.09529999643564224,-0.994700014591217,-0.12800000607967377,-0.3059999942779541,-0.9434000253677368,-0.06589999794960022,-0.32519999146461487,-0.9434000253677368,-0.020899999886751175,-0.1062999963760376,-0.9940999746322632,-0.030400000512599945,-0.10100000351667404,-0.9944000244140625,-0.06589999794960022,-0.32519999146461487,-0.9434000253677368,-0.030400000512599945,-0.10100000351667404,-0.9944000244140625,-0.09730000048875809,-0.3172000050544739,-0.9434000253677368,-0.03929999843239784,-0.09529999643564224,-0.994700014591217,-0.030400000512599945,-0.10100000351667404,-0.9944000244140625,-0.003800000064074993,-0.012199999764561653,-0.9998999834060669,-0.03929999843239784,-0.09529999643564224,-0.994700014591217,-0.003800000064074993,-0.012199999764561653,-0.9998999834060669,-0.004100000020116568,-0.009499999694526196,-0.9998999834060669,-0.030400000512599945,-0.10100000351667404,-0.9944000244140625,-0.020899999886751175,-0.1062999963760376,-0.9940999746322632,-0.0031999999191612005,-0.015599999576807022,-0.9998999834060669,-0.030400000512599945,-0.10100000351667404,-0.9944000244140625,-0.0031999999191612005,-0.015599999576807022,-0.9998999834060669,-0.003800000064074993,-0.012199999764561653,-0.9998999834060669,-0.0012000000569969416,-0.33169999718666077,-0.9434000253677368,-0.0005000000237487257,-0.11190000176429749,-0.9937000274658203,-0.010900000110268593,-0.11029999703168869,-0.9937999844551086,-0.0012000000569969416,-0.33169999718666077,-0.9434000253677368,-0.010900000110268593,-0.11029999703168869,-0.9937999844551086,-0.033799998462200165,-0.33000001311302185,-0.9434000253677368,-0.010900000110268593,-0.11029999703168869,-0.9937999844551086,-0.0005000000237487257,-0.11190000176429749,-0.9937000274658203,-0.00009999999747378752,-0.020999999716877937,-0.9998000264167786,-0.010900000110268593,-0.11029999703168869,-0.9937999844551086,-0.00009999999747378752,-0.020999999716877937,-0.9998000264167786,-0.002099999925121665,-0.019200000911951065,-0.9998000264167786,-0.033799998462200165,-0.33000001311302185,-0.9434000253677368,-0.010900000110268593,-0.11029999703168869,-0.9937999844551086,-0.020899999886751175,-0.1062999963760376,-0.9940999746322632,-0.033799998462200165,-0.33000001311302185,-0.9434000253677368,-0.020899999886751175,-0.1062999963760376,-0.9940999746322632,-0.06589999794960022,-0.32519999146461487,-0.9434000253677368,-0.020899999886751175,-0.1062999963760376,-0.9940999746322632,-0.010900000110268593,-0.11029999703168869,-0.9937999844551086,-0.002099999925121665,-0.019200000911951065,-0.9998000264167786,-0.020899999886751175,-0.1062999963760376,-0.9940999746322632,-0.002099999925121665,-0.019200000911951065,-0.9998000264167786,-0.0031999999191612005,-0.015599999576807022,-0.9998999834060669,0.00009999999747378752,0.0006000000284984708,-1,0.00009999999747378752,0.0005000000237487257,-1,-0.00039999998989515007,-0.0005000000237487257,-1,0.00009999999747378752,0.0006000000284984708,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.0003000000142492354,-0.000699999975040555,-1,0.00009999999747378752,0.0005000000237487257,-1,0.00009999999747378752,0.00039999998989515007,-1,-0.00039999998989515007,-0.0005000000237487257,-1,0.00009999999747378752,0.0005000000237487257,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.0003000000142492354,-0.000699999975040555,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.00430000014603138,-0.007699999958276749,-1,-0.0003000000142492354,-0.000699999975040555,-1,-0.00430000014603138,-0.007699999958276749,-1,-0.004100000020116568,-0.009499999694526196,-0.9998999834060669,-0.00039999998989515007,-0.0005000000237487257,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.0044999998062849045,-0.006500000134110451,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.0044999998062849045,-0.006500000134110451,-1,-0.00430000014603138,-0.007699999958276749,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.0003000000142492354,-1,-0.0005000000237487257,-0.00039999998989515007,-1,0.00009999999747378752,0.0003000000142492354,-1,-0.0005000000237487257,-0.00039999998989515007,-1,-0.00039999998989515007,-0.00039999998989515007,-1,-0.00039999998989515007,-0.00039999998989515007,-1,-0.0005000000237487257,-0.00039999998989515007,-1,-0.004900000058114529,-0.004699999932199717,-1,-0.00039999998989515007,-0.00039999998989515007,-1,-0.004900000058114529,-0.004699999932199717,-1,-0.004699999932199717,-0.005499999970197678,-1,0.00009999999747378752,0.00039999998989515007,-1,0.00009999999747378752,0.0003000000142492354,-1,-0.00039999998989515007,-0.00039999998989515007,-1,0.00009999999747378752,0.00039999998989515007,-1,-0.00039999998989515007,-0.00039999998989515007,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.00039999998989515007,-0.00039999998989515007,-1,-0.004699999932199717,-0.005499999970197678,-1,-0.00039999998989515007,-0.0005000000237487257,-1,-0.004699999932199717,-0.005499999970197678,-1,-0.0044999998062849045,-0.006500000134110451,-1,-0.21119999885559082,-0.2558000087738037,-0.9434000253677368,-0.0632999986410141,-0.07689999788999557,-0.9950000047683716,-0.07029999792575836,-0.06989999860525131,-0.9951000213623047,-0.21119999885559082,-0.2558000087738037,-0.9434000253677368,-0.07029999792575836,-0.06989999860525131,-0.9951000213623047,-0.2354000061750412,-0.2337000072002411,-0.9434000253677368,-0.18529999256134033,-0.2752000093460083,-0.9434000253677368,-0.05590000003576279,-0.08340000361204147,-0.9948999881744385,-0.0632999986410141,-0.07689999788999557,-0.9950000047683716,-0.18529999256134033,-0.2752000093460083,-0.9434000253677368,-0.0632999986410141,-0.07689999788999557,-0.9950000047683716,-0.21119999885559082,-0.2558000087738037,-0.9434000253677368,-0.07029999792575836,-0.06989999860525131,-0.9951000213623047,-0.0632999986410141,-0.07689999788999557,-0.9950000047683716,-0.004699999932199717,-0.005499999970197678,-1,-0.07029999792575836,-0.06989999860525131,-0.9951000213623047,-0.004699999932199717,-0.005499999970197678,-1,-0.004900000058114529,-0.004699999932199717,-1,-0.0632999986410141,-0.07689999788999557,-0.9950000047683716,-0.05590000003576279,-0.08340000361204147,-0.9948999881744385,-0.0044999998062849045,-0.006500000134110451,-1,-0.0632999986410141,-0.07689999788999557,-0.9950000047683716,-0.0044999998062849045,-0.006500000134110451,-1,-0.004699999932199717,-0.005499999970197678,-1,-0.12800000607967377,-0.3059999942779541,-0.9434000253677368,-0.03929999843239784,-0.09529999643564224,-0.994700014591217,-0.0478999987244606,-0.08940000087022781,-0.9947999715805054,-0.12800000607967377,-0.3059999942779541,-0.9434000253677368,-0.0478999987244606,-0.08940000087022781,-0.9947999715805054,-0.15760000050067902,-0.29190000891685486,-0.9434000253677368,-0.0478999987244606,-0.08940000087022781,-0.9947999715805054,-0.03929999843239784,-0.09529999643564224,-0.994700014591217,-0.004100000020116568,-0.009499999694526196,-0.9998999834060669,-0.0478999987244606,-0.08940000087022781,-0.9947999715805054,-0.004100000020116568,-0.009499999694526196,-0.9998999834060669,-0.00430000014603138,-0.007699999958276749,-1,-0.15760000050067902,-0.29190000891685486,-0.9434000253677368,-0.0478999987244606,-0.08940000087022781,-0.9947999715805054,-0.05590000003576279,-0.08340000361204147,-0.9948999881744385,-0.15760000050067902,-0.29190000891685486,-0.9434000253677368,-0.05590000003576279,-0.08340000361204147,-0.9948999881744385,-0.18529999256134033,-0.2752000093460083,-0.9434000253677368,-0.05590000003576279,-0.08340000361204147,-0.9948999881744385,-0.0478999987244606,-0.08940000087022781,-0.9947999715805054,-0.00430000014603138,-0.007699999958276749,-1,-0.05590000003576279,-0.08340000361204147,-0.9948999881744385,-0.00430000014603138,-0.007699999958276749,-1,-0.0044999998062849045,-0.006500000134110451,-1,0.00009999999747378752,0.0003000000142492354,-1,0.00009999999747378752,0.00019999999494757503,-1,-0.0005000000237487257,-0.0003000000142492354,-1,0.00009999999747378752,0.0003000000142492354,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0005000000237487257,-0.00039999998989515007,-1,0.00009999999747378752,0.00019999999494757503,-1,0,0.00019999999494757503,-1,-0.0005000000237487257,-0.0003000000142492354,-1,0.00009999999747378752,0.00019999999494757503,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0005000000237487257,-0.00039999998989515007,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.005100000184029341,-0.004000000189989805,-1,-0.0005000000237487257,-0.00039999998989515007,-1,-0.005100000184029341,-0.004000000189989805,-1,-0.004900000058114529,-0.004699999932199717,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.005200000014156103,-0.0032999999821186066,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.005200000014156103,-0.0032999999821186066,-1,-0.005100000184029341,-0.004000000189989805,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00019999999494757503,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.005400000140070915,-0.002099999925121665,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.005400000140070915,-0.002099999925121665,-1,-0.0052999998442828655,-0.0027000000700354576,-1,0,0.00019999999494757503,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00019999999494757503,-1,0,0.00019999999494757503,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.0052999998442828655,-0.0027000000700354576,-1,-0.0005000000237487257,-0.0003000000142492354,-1,-0.0052999998442828655,-0.0027000000700354576,-1,-0.005200000014156103,-0.0032999999821186066,-1,-0.2930999994277954,-0.15549999475479126,-0.9434000253677368,-0.0868000015616417,-0.04610000178217888,-0.995199978351593,-0.09070000052452087,-0.03720000013709068,-0.995199978351593,-0.2930999994277954,-0.15549999475479126,-0.9434000253677368,-0.09070000052452087,-0.03720000013709068,-0.995199978351593,-0.3068999946117401,-0.1257999986410141,-0.9434000253677368,-0.27649998664855957,-0.1834000051021576,-0.9434000253677368,-0.08209999650716782,-0.054499998688697815,-0.9951000213623047,-0.0868000015616417,-0.04610000178217888,-0.995199978351593,-0.27649998664855957,-0.1834000051021576,-0.9434000253677368,-0.0868000015616417,-0.04610000178217888,-0.995199978351593,-0.2930999994277954,-0.15549999475479126,-0.9434000253677368,-0.09070000052452087,-0.03720000013709068,-0.995199978351593,-0.0868000015616417,-0.04610000178217888,-0.995199978351593,-0.0052999998442828655,-0.0027000000700354576,-1,-0.09070000052452087,-0.03720000013709068,-0.995199978351593,-0.0052999998442828655,-0.0027000000700354576,-1,-0.005400000140070915,-0.002099999925121665,-1,-0.0868000015616417,-0.04610000178217888,-0.995199978351593,-0.08209999650716782,-0.054499998688697815,-0.9951000213623047,-0.005200000014156103,-0.0032999999821186066,-1,-0.0868000015616417,-0.04610000178217888,-0.995199978351593,-0.005200000014156103,-0.0032999999821186066,-1,-0.0052999998442828655,-0.0027000000700354576,-1,-0.2354000061750412,-0.2337000072002411,-0.9434000253677368,-0.07029999792575836,-0.06989999860525131,-0.9951000213623047,-0.07660000026226044,-0.06239999830722809,-0.9951000213623047,-0.2354000061750412,-0.2337000072002411,-0.9434000253677368,-0.07660000026226044,-0.06239999830722809,-0.9951000213623047,-0.2572999894618988,-0.2093999981880188,-0.9434000253677368,-0.07660000026226044,-0.06239999830722809,-0.9951000213623047,-0.07029999792575836,-0.06989999860525131,-0.9951000213623047,-0.004900000058114529,-0.004699999932199717,-1,-0.07660000026226044,-0.06239999830722809,-0.9951000213623047,-0.004900000058114529,-0.004699999932199717,-1,-0.005100000184029341,-0.004000000189989805,-1,-0.2572999894618988,-0.2093999981880188,-0.9434000253677368,-0.07660000026226044,-0.06239999830722809,-0.9951000213623047,-0.08209999650716782,-0.054499998688697815,-0.9951000213623047,-0.2572999894618988,-0.2093999981880188,-0.9434000253677368,-0.08209999650716782,-0.054499998688697815,-0.9951000213623047,-0.27649998664855957,-0.1834000051021576,-0.9434000253677368,-0.08209999650716782,-0.054499998688697815,-0.9951000213623047,-0.07660000026226044,-0.06239999830722809,-0.9951000213623047,-0.005100000184029341,-0.004000000189989805,-1,-0.08209999650716782,-0.054499998688697815,-0.9951000213623047,-0.005100000184029341,-0.004000000189989805,-1,-0.005200000014156103,-0.0032999999821186066,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.0006000000284984708,-0.00019999999494757503,-1,0,0.00009999999747378752,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.005499999970197678,-0.0015999999595806003,-1,-0.0006000000284984708,-0.00019999999494757503,-1,-0.005499999970197678,-0.0015999999595806003,-1,-0.005400000140070915,-0.002099999925121665,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.005499999970197678,-0.0010000000474974513,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.005499999970197678,-0.0010000000474974513,-1,-0.005499999970197678,-0.0015999999595806003,-1,0,0,-1,0,0,-1,-0.0006000000284984708,0,-1,0,0,-1,-0.0006000000284984708,0,-1,-0.0006000000284984708,0,-1,-0.0006000000284984708,0,-1,-0.0006000000284984708,0,-1,-0.00559999980032444,0,-1,-0.0006000000284984708,0,-1,-0.00559999980032444,0,-1,-0.00559999980032444,-0.0005000000237487257,-1,0,0.00009999999747378752,-1,0,0,-1,-0.0006000000284984708,0,-1,0,0.00009999999747378752,-1,-0.0006000000284984708,0,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.0006000000284984708,0,-1,-0.00559999980032444,-0.0005000000237487257,-1,-0.0006000000284984708,-0.00009999999747378752,-1,-0.00559999980032444,-0.0005000000237487257,-1,-0.005499999970197678,-0.0010000000474974513,-1,-0.3301999866962433,-0.03150000050663948,-0.9434000253677368,-0.09740000218153,-0.00930000003427267,-0.995199978351593,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.3301999866962433,-0.03150000050663948,-0.9434000253677368,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.33169999718666077,0.0012000000569969416,-0.9434000253677368,-0.3255999982357025,-0.06360000371932983,-0.9434000253677368,-0.09610000252723694,-0.018799999728798866,-0.995199978351593,-0.09740000218153,-0.00930000003427267,-0.995199978351593,-0.3255999982357025,-0.06360000371932983,-0.9434000253677368,-0.09740000218153,-0.00930000003427267,-0.995199978351593,-0.3301999866962433,-0.03150000050663948,-0.9434000253677368,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.09740000218153,-0.00930000003427267,-0.995199978351593,-0.00559999980032444,-0.0005000000237487257,-1,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.00559999980032444,-0.0005000000237487257,-1,-0.00559999980032444,0,-1,-0.09740000218153,-0.00930000003427267,-0.995199978351593,-0.09610000252723694,-0.018799999728798866,-0.995199978351593,-0.005499999970197678,-0.0010000000474974513,-1,-0.09740000218153,-0.00930000003427267,-0.995199978351593,-0.005499999970197678,-0.0010000000474974513,-1,-0.00559999980032444,-0.0005000000237487257,-1,-0.3068999946117401,-0.1257999986410141,-0.9434000253677368,-0.09070000052452087,-0.03720000013709068,-0.995199978351593,-0.09380000084638596,-0.02810000069439411,-0.995199978351593,-0.3068999946117401,-0.1257999986410141,-0.9434000253677368,-0.09380000084638596,-0.02810000069439411,-0.995199978351593,-0.31779998540878296,-0.0949999988079071,-0.9434000253677368,-0.09380000084638596,-0.02810000069439411,-0.995199978351593,-0.09070000052452087,-0.03720000013709068,-0.995199978351593,-0.005400000140070915,-0.002099999925121665,-1,-0.09380000084638596,-0.02810000069439411,-0.995199978351593,-0.005400000140070915,-0.002099999925121665,-1,-0.005499999970197678,-0.0015999999595806003,-1,-0.31779998540878296,-0.0949999988079071,-0.9434000253677368,-0.09380000084638596,-0.02810000069439411,-0.995199978351593,-0.09610000252723694,-0.018799999728798866,-0.995199978351593,-0.31779998540878296,-0.0949999988079071,-0.9434000253677368,-0.09610000252723694,-0.018799999728798866,-0.995199978351593,-0.3255999982357025,-0.06360000371932983,-0.9434000253677368,-0.09610000252723694,-0.018799999728798866,-0.995199978351593,-0.09380000084638596,-0.02810000069439411,-0.995199978351593,-0.005499999970197678,-0.0015999999595806003,-1,-0.09610000252723694,-0.018799999728798866,-0.995199978351593,-0.005499999970197678,-0.0015999999595806003,-1,-0.005499999970197678,-0.0010000000474974513,-1,0,0,-1,-0.0006000000284984708,0,-1,-0.0006000000284984708,0,-1,0,0,-1,-0.0006000000284984708,0,-1,0,0,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.0006000000284984708,0,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0,-1,0,0,-1,-0.0006000000284984708,0,-1,-0.00559999980032444,0.0006000000284984708,-1,-0.00559999980032444,0,-1,-0.0006000000284984708,0,-1,-0.00559999980032444,0,-1,-0.0006000000284984708,0,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.005499999970197678,0.0010999999940395355,-1,-0.00559999980032444,0.0006000000284984708,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.00559999980032444,0.0006000000284984708,-1,-0.0006000000284984708,0,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.005400000140070915,0.002199999988079071,-1,-0.005499999970197678,0.0015999999595806003,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.005499999970197678,0.0015999999595806003,-1,-0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00009999999747378752,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.005499999970197678,0.0015999999595806003,-1,-0.005499999970197678,0.0010999999940395355,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.005499999970197678,0.0010999999940395355,-1,-0.0006000000284984708,0.00009999999747378752,-1,-0.3172000050544739,0.09730000048875809,-0.9434000253677368,-0.09369999915361404,0.02879999950528145,-0.995199978351593,-0.09040000289678574,0.03790000081062317,-0.995199978351593,-0.3172000050544739,0.09730000048875809,-0.9434000253677368,-0.09040000289678574,0.03790000081062317,-0.995199978351593,-0.3059999942779541,0.12800000607967377,-0.9434000253677368,-0.32519999146461487,0.06589999794960022,-0.9434000253677368,-0.09589999914169312,0.019500000402331352,-0.995199978351593,-0.09369999915361404,0.02879999950528145,-0.995199978351593,-0.32519999146461487,0.06589999794960022,-0.9434000253677368,-0.09369999915361404,0.02879999950528145,-0.995199978351593,-0.3172000050544739,0.09730000048875809,-0.9434000253677368,-0.09369999915361404,0.02879999950528145,-0.995199978351593,-0.005499999970197678,0.0015999999595806003,-1,-0.005400000140070915,0.002199999988079071,-1,-0.09369999915361404,0.02879999950528145,-0.995199978351593,-0.005400000140070915,0.002199999988079071,-1,-0.09040000289678574,0.03790000081062317,-0.995199978351593,-0.09589999914169312,0.019500000402331352,-0.995199978351593,-0.005499999970197678,0.0010999999940395355,-1,-0.005499999970197678,0.0015999999595806003,-1,-0.09589999914169312,0.019500000402331352,-0.995199978351593,-0.005499999970197678,0.0015999999595806003,-1,-0.09369999915361404,0.02879999950528145,-0.995199978351593,-0.33169999718666077,0.0012000000569969416,-0.9434000253677368,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.09730000048875809,0.009999999776482582,-0.995199978351593,-0.33169999718666077,0.0012000000569969416,-0.9434000253677368,-0.09730000048875809,0.009999999776482582,-0.995199978351593,-0.33000001311302185,0.033799998462200165,-0.9434000253677368,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.00559999980032444,0,-1,-0.00559999980032444,0.0006000000284984708,-1,-0.09780000150203705,0.0003000000142492354,-0.995199978351593,-0.00559999980032444,0.0006000000284984708,-1,-0.09730000048875809,0.009999999776482582,-0.995199978351593,-0.33000001311302185,0.033799998462200165,-0.9434000253677368,-0.09730000048875809,0.009999999776482582,-0.995199978351593,-0.09589999914169312,0.019500000402331352,-0.995199978351593,-0.33000001311302185,0.033799998462200165,-0.9434000253677368,-0.09589999914169312,0.019500000402331352,-0.995199978351593,-0.32519999146461487,0.06589999794960022,-0.9434000253677368,-0.09730000048875809,0.009999999776482582,-0.995199978351593,-0.00559999980032444,0.0006000000284984708,-1,-0.005499999970197678,0.0010999999940395355,-1,-0.09730000048875809,0.009999999776482582,-0.995199978351593,-0.005499999970197678,0.0010999999940395355,-1,-0.09589999914169312,0.019500000402331352,-0.995199978351593,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.0006000000284984708,0.00019999999494757503,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00019999999494757503,-1,0,-0.00009999999747378752,-1,0,-0.00019999999494757503,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.0006000000284984708,0.00019999999494757503,-1,0,-0.00019999999494757503,-1,-0.0006000000284984708,0.00019999999494757503,-1,0,-0.00009999999747378752,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.0052999998442828655,0.00279999990016222,-1,-0.005400000140070915,0.002199999988079071,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.005400000140070915,0.002199999988079071,-1,-0.0006000000284984708,0.00019999999494757503,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.005200000014156103,0.0034000000450760126,-1,-0.0052999998442828655,0.00279999990016222,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.0052999998442828655,0.00279999990016222,-1,-0.0006000000284984708,0.00019999999494757503,-1,0.00009999999747378752,-0.0003000000142492354,-1,-0.0005000000237487257,0.00039999998989515007,-1,-0.0005000000237487257,0.0003000000142492354,-1,0.00009999999747378752,-0.0003000000142492354,-1,-0.0005000000237487257,0.0003000000142492354,-1,0.00009999999747378752,-0.00019999999494757503,-1,-0.0005000000237487257,0.00039999998989515007,-1,-0.004900000058114529,0.004699999932199717,-1,-0.005100000184029341,0.004000000189989805,-1,-0.0005000000237487257,0.00039999998989515007,-1,-0.005100000184029341,0.004000000189989805,-1,-0.0005000000237487257,0.0003000000142492354,-1,0.00009999999747378752,-0.00019999999494757503,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.0005000000237487257,0.0003000000142492354,-1,0.00009999999747378752,-0.00019999999494757503,-1,-0.0005000000237487257,0.0003000000142492354,-1,0,-0.00019999999494757503,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.005100000184029341,0.004000000189989805,-1,-0.005200000014156103,0.0034000000450760126,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.005200000014156103,0.0034000000450760126,-1,-0.0005000000237487257,0.0003000000142492354,-1,-0.2558000087738037,0.21119999885559082,-0.9434000253677368,-0.07609999924898148,0.06300000101327896,-0.9951000213623047,-0.0697999969124794,0.07050000131130219,-0.9951000213623047,-0.2558000087738037,0.21119999885559082,-0.9434000253677368,-0.0697999969124794,0.07050000131130219,-0.9951000213623047,-0.2337000072002411,0.2354000061750412,-0.9434000253677368,-0.2752000093460083,0.18529999256134033,-0.9434000253677368,-0.08169999718666077,0.05510000139474869,-0.9951000213623047,-0.07609999924898148,0.06300000101327896,-0.9951000213623047,-0.2752000093460083,0.18529999256134033,-0.9434000253677368,-0.07609999924898148,0.06300000101327896,-0.9951000213623047,-0.2558000087738037,0.21119999885559082,-0.9434000253677368,-0.07609999924898148,0.06300000101327896,-0.9951000213623047,-0.005100000184029341,0.004000000189989805,-1,-0.004900000058114529,0.004699999932199717,-1,-0.07609999924898148,0.06300000101327896,-0.9951000213623047,-0.004900000058114529,0.004699999932199717,-1,-0.0697999969124794,0.07050000131130219,-0.9951000213623047,-0.08169999718666077,0.05510000139474869,-0.9951000213623047,-0.005200000014156103,0.0034000000450760126,-1,-0.005100000184029341,0.004000000189989805,-1,-0.08169999718666077,0.05510000139474869,-0.9951000213623047,-0.005100000184029341,0.004000000189989805,-1,-0.07609999924898148,0.06300000101327896,-0.9951000213623047,-0.3059999942779541,0.12800000607967377,-0.9434000253677368,-0.09040000289678574,0.03790000081062317,-0.995199978351593,-0.08649999648332596,0.04670000076293945,-0.995199978351593,-0.3059999942779541,0.12800000607967377,-0.9434000253677368,-0.08649999648332596,0.04670000076293945,-0.995199978351593,-0.29190000891685486,0.15760000050067902,-0.9434000253677368,-0.09040000289678574,0.03790000081062317,-0.995199978351593,-0.005400000140070915,0.002199999988079071,-1,-0.0052999998442828655,0.00279999990016222,-1,-0.09040000289678574,0.03790000081062317,-0.995199978351593,-0.0052999998442828655,0.00279999990016222,-1,-0.08649999648332596,0.04670000076293945,-0.995199978351593,-0.29190000891685486,0.15760000050067902,-0.9434000253677368,-0.08649999648332596,0.04670000076293945,-0.995199978351593,-0.08169999718666077,0.05510000139474869,-0.9951000213623047,-0.29190000891685486,0.15760000050067902,-0.9434000253677368,-0.08169999718666077,0.05510000139474869,-0.9951000213623047,-0.2752000093460083,0.18529999256134033,-0.9434000253677368,-0.08649999648332596,0.04670000076293945,-0.995199978351593,-0.0052999998442828655,0.00279999990016222,-1,-0.005200000014156103,0.0034000000450760126,-1,-0.08649999648332596,0.04670000076293945,-0.995199978351593,-0.005200000014156103,0.0034000000450760126,-1,-0.08169999718666077,0.05510000139474869,-0.9951000213623047,0.00009999999747378752,-0.0003000000142492354,-1,-0.00039999998989515007,0.00039999998989515007,-1,-0.0005000000237487257,0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,-0.0005000000237487257,0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,0.00009999999747378752,-0.00039999998989515007,-1,-0.00039999998989515007,0.0005000000237487257,-1,-0.00039999998989515007,0.00039999998989515007,-1,0.00009999999747378752,-0.00039999998989515007,-1,-0.00039999998989515007,0.00039999998989515007,-1,0.00009999999747378752,-0.0003000000142492354,-1,-0.00039999998989515007,0.00039999998989515007,-1,-0.004699999932199717,0.005499999970197678,-1,-0.004900000058114529,0.004699999932199717,-1,-0.00039999998989515007,0.00039999998989515007,-1,-0.004900000058114529,0.004699999932199717,-1,-0.0005000000237487257,0.00039999998989515007,-1,-0.00039999998989515007,0.0005000000237487257,-1,-0.0044999998062849045,0.006500000134110451,-1,-0.004699999932199717,0.005499999970197678,-1,-0.00039999998989515007,0.0005000000237487257,-1,-0.004699999932199717,0.005499999970197678,-1,-0.00039999998989515007,0.00039999998989515007,-1,0.00009999999747378752,-0.0006000000284984708,-1,-0.0003000000142492354,0.000699999975040555,-1,-0.00039999998989515007,0.0006000000284984708,-1,0.00009999999747378752,-0.0006000000284984708,-1,-0.00039999998989515007,0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,-0.0003000000142492354,0.000699999975040555,-1,-0.004000000189989805,0.009700000286102295,-0.9998999834060669,-0.00430000014603138,0.007799999788403511,-1,-0.0003000000142492354,0.000699999975040555,-1,-0.00430000014603138,0.007799999788403511,-1,-0.00039999998989515007,0.0006000000284984708,-1,0.00009999999747378752,-0.0005000000237487257,-1,-0.00039999998989515007,0.0006000000284984708,-1,-0.00039999998989515007,0.0005000000237487257,-1,0.00009999999747378752,-0.0005000000237487257,-1,-0.00039999998989515007,0.0005000000237487257,-1,0.00009999999747378752,-0.00039999998989515007,-1,-0.00039999998989515007,0.0006000000284984708,-1,-0.00430000014603138,0.007799999788403511,-1,-0.0044999998062849045,0.006500000134110451,-1,-0.00039999998989515007,0.0006000000284984708,-1,-0.0044999998062849045,0.006500000134110451,-1,-0.00039999998989515007,0.0005000000237487257,-1,-0.15549999475479126,0.2930999994277954,-0.9434000253677368,-0.04729999974370003,0.08969999849796295,-0.9947999715805054,-0.03869999945163727,0.09529999643564224,-0.994700014591217,-0.15549999475479126,0.2930999994277954,-0.9434000253677368,-0.03869999945163727,0.09529999643564224,-0.994700014591217,-0.1257999986410141,0.3068999946117401,-0.9434000253677368,-0.1834000051021576,0.27649998664855957,-0.9434000253677368,-0.05530000105500221,0.08380000293254852,-0.9948999881744385,-0.04729999974370003,0.08969999849796295,-0.9947999715805054,-0.1834000051021576,0.27649998664855957,-0.9434000253677368,-0.04729999974370003,0.08969999849796295,-0.9947999715805054,-0.15549999475479126,0.2930999994277954,-0.9434000253677368,-0.04729999974370003,0.08969999849796295,-0.9947999715805054,-0.00430000014603138,0.007799999788403511,-1,-0.004000000189989805,0.009700000286102295,-0.9998999834060669,-0.04729999974370003,0.08969999849796295,-0.9947999715805054,-0.004000000189989805,0.009700000286102295,-0.9998999834060669,-0.03869999945163727,0.09529999643564224,-0.994700014591217,-0.05530000105500221,0.08380000293254852,-0.9948999881744385,-0.0044999998062849045,0.006500000134110451,-1,-0.00430000014603138,0.007799999788403511,-1,-0.05530000105500221,0.08380000293254852,-0.9948999881744385,-0.00430000014603138,0.007799999788403511,-1,-0.04729999974370003,0.08969999849796295,-0.9947999715805054,-0.2337000072002411,0.2354000061750412,-0.9434000253677368,-0.0697999969124794,0.07050000131130219,-0.9951000213623047,-0.06279999762773514,0.07739999890327454,-0.9950000047683716,-0.2337000072002411,0.2354000061750412,-0.9434000253677368,-0.06279999762773514,0.07739999890327454,-0.9950000047683716,-0.2093999981880188,0.2572999894618988,-0.9434000253677368,-0.0697999969124794,0.07050000131130219,-0.9951000213623047,-0.004900000058114529,0.004699999932199717,-1,-0.004699999932199717,0.005499999970197678,-1,-0.0697999969124794,0.07050000131130219,-0.9951000213623047,-0.004699999932199717,0.005499999970197678,-1,-0.06279999762773514,0.07739999890327454,-0.9950000047683716,-0.2093999981880188,0.2572999894618988,-0.9434000253677368,-0.06279999762773514,0.07739999890327454,-0.9950000047683716,-0.05530000105500221,0.08380000293254852,-0.9948999881744385,-0.2093999981880188,0.2572999894618988,-0.9434000253677368,-0.05530000105500221,0.08380000293254852,-0.9948999881744385,-0.1834000051021576,0.27649998664855957,-0.9434000253677368,-0.06279999762773514,0.07739999890327454,-0.9950000047683716,-0.004699999932199717,0.005499999970197678,-1,-0.0044999998062849045,0.006500000134110451,-1,-0.06279999762773514,0.07739999890327454,-0.9950000047683716,-0.0044999998062849045,0.006500000134110451,-1,-0.05530000105500221,0.08380000293254852,-0.9948999881744385,0.00009999999747378752,-0.0007999999797903001,-1,-0.0003000000142492354,0.0010000000474974513,-1,-0.0003000000142492354,0.000699999975040555,-1,0.00009999999747378752,-0.0007999999797903001,-1,-0.0003000000142492354,0.000699999975040555,-1,0.00009999999747378752,-0.0006000000284984708,-1,0.00009999999747378752,-0.0010000000474974513,-1,-0.0003000000142492354,0.00139999995008111,-1,-0.0003000000142492354,0.0010000000474974513,-1,0.00009999999747378752,-0.0010000000474974513,-1,-0.0003000000142492354,0.0010000000474974513,-1,0.00009999999747378752,-0.0007999999797903001,-1,-0.0003000000142492354,0.0010000000474974513,-1,-0.003700000001117587,0.012500000186264515,-0.9998999834060669,-0.004000000189989805,0.009700000286102295,-0.9998999834060669,-0.0003000000142492354,0.0010000000474974513,-1,-0.004000000189989805,0.009700000286102295,-0.9998999834060669,-0.0003000000142492354,0.000699999975040555,-1,-0.0003000000142492354,0.00139999995008111,-1,-0.003100000089034438,0.01600000075995922,-0.9998999834060669,-0.003700000001117587,0.012500000186264515,-0.9998999834060669,-0.0003000000142492354,0.00139999995008111,-1,-0.003700000001117587,0.012500000186264515,-0.9998999834060669,-0.0003000000142492354,0.0010000000474974513,-1,0,-0.0012000000569969416,-1,0,0.0020000000949949026,-1,-0.00019999999494757503,0.0017999999690800905,-1,0,-0.0012000000569969416,-1,-0.00019999999494757503,0.0017999999690800905,-1,0,-0.0012000000569969416,-1,0,0.0020000000949949026,-1,0.00009999999747378752,0.020999999716877937,-0.9998000264167786,-0.0019000000320374966,0.019500000402331352,-0.9998000264167786,0,0.0020000000949949026,-1,-0.0019000000320374966,0.019500000402331352,-0.9998000264167786,-0.00019999999494757503,0.0017999999690800905,-1,0,-0.0012000000569969416,-1,-0.00019999999494757503,0.0017999999690800905,-1,-0.0003000000142492354,0.00139999995008111,-1,0,-0.0012000000569969416,-1,-0.0003000000142492354,0.00139999995008111,-1,0.00009999999747378752,-0.0010000000474974513,-1,-0.00019999999494757503,0.0017999999690800905,-1,-0.0019000000320374966,0.019500000402331352,-0.9998000264167786,-0.003100000089034438,0.01600000075995922,-0.9998999834060669,-0.00019999999494757503,0.0017999999690800905,-1,-0.003100000089034438,0.01600000075995922,-0.9998999834060669,-0.0003000000142492354,0.00139999995008111,-1,-0.03150000050663948,0.3303000032901764,-0.9434000253677368,-0.010099999606609344,0.1103999987244606,-0.9937999844551086,0.0005000000237487257,0.11190000176429749,-0.9937000274658203,-0.03150000050663948,0.3303000032901764,-0.9434000253677368,0.0005000000237487257,0.11190000176429749,-0.9937000274658203,0.0012000000569969416,0.33169999718666077,-0.9434000253677368,-0.06360000371932983,0.3255999982357025,-0.9434000253677368,-0.02019999921321869,0.10620000213384628,-0.9940999746322632,-0.010099999606609344,0.1103999987244606,-0.9937999844551086,-0.06360000371932983,0.3255999982357025,-0.9434000253677368,-0.010099999606609344,0.1103999987244606,-0.9937999844551086,-0.03150000050663948,0.3303000032901764,-0.9434000253677368,-0.010099999606609344,0.1103999987244606,-0.9937999844551086,-0.0019000000320374966,0.019500000402331352,-0.9998000264167786,0.00009999999747378752,0.020999999716877937,-0.9998000264167786,-0.010099999606609344,0.1103999987244606,-0.9937999844551086,0.00009999999747378752,0.020999999716877937,-0.9998000264167786,0.0005000000237487257,0.11190000176429749,-0.9937000274658203,-0.02019999921321869,0.10620000213384628,-0.9940999746322632,-0.003100000089034438,0.01600000075995922,-0.9998999834060669,-0.0019000000320374966,0.019500000402331352,-0.9998000264167786,-0.02019999921321869,0.10620000213384628,-0.9940999746322632,-0.0019000000320374966,0.019500000402331352,-0.9998000264167786,-0.010099999606609344,0.1103999987244606,-0.9937999844551086,-0.1257999986410141,0.3068999946117401,-0.9434000253677368,-0.03869999945163727,0.09529999643564224,-0.994700014591217,-0.02969999983906746,0.10090000182390213,-0.9944999814033508,-0.1257999986410141,0.3068999946117401,-0.9434000253677368,-0.02969999983906746,0.10090000182390213,-0.9944999814033508,-0.0949999988079071,0.31779998540878296,-0.9434000253677368,-0.03869999945163727,0.09529999643564224,-0.994700014591217,-0.004000000189989805,0.009700000286102295,-0.9998999834060669,-0.003700000001117587,0.012500000186264515,-0.9998999834060669,-0.03869999945163727,0.09529999643564224,-0.994700014591217,-0.003700000001117587,0.012500000186264515,-0.9998999834060669,-0.02969999983906746,0.10090000182390213,-0.9944999814033508,-0.0949999988079071,0.31779998540878296,-0.9434000253677368,-0.02969999983906746,0.10090000182390213,-0.9944999814033508,-0.02019999921321869,0.10620000213384628,-0.9940999746322632,-0.0949999988079071,0.31779998540878296,-0.9434000253677368,-0.02019999921321869,0.10620000213384628,-0.9940999746322632,-0.06360000371932983,0.3255999982357025,-0.9434000253677368,-0.02969999983906746,0.10090000182390213,-0.9944999814033508,-0.003700000001117587,0.012500000186264515,-0.9998999834060669,-0.003100000089034438,0.01600000075995922,-0.9998999834060669,-0.02969999983906746,0.10090000182390213,-0.9944999814033508,-0.003100000089034438,0.01600000075995922,-0.9998999834060669,-0.02019999921321869,0.10620000213384628,-0.9940999746322632,0,-0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0.00019999999494757503,0.0017000000225380063,-1,0,-0.0012000000569969416,-1,0.00019999999494757503,0.0017000000225380063,-1,0,0.0020000000949949026,-1,0,-0.0012000000569969416,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0.0003000000142492354,0.0012000000569969416,-1,0,-0.0012000000569969416,-1,0.0003000000142492354,0.0012000000569969416,-1,0.00019999999494757503,0.0017000000225380063,-1,0,0.0020000000949949026,-1,0.00019999999494757503,0.0017000000225380063,-1,0.002099999925121665,0.019200000911951065,-0.9998000264167786,0,0.0020000000949949026,-1,0.002099999925121665,0.019200000911951065,-0.9998000264167786,0.00009999999747378752,0.020999999716877937,-0.9998000264167786,0.00019999999494757503,0.0017000000225380063,-1,0.0003000000142492354,0.0012000000569969416,-1,0.0031999999191612005,0.015599999576807022,-0.9998999834060669,0.00019999999494757503,0.0017000000225380063,-1,0.0031999999191612005,0.015599999576807022,-0.9998999834060669,0.002099999925121665,0.019200000911951065,-0.9998000264167786,-0.00009999999747378752,-0.0007999999797903001,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0.0003000000142492354,0.000699999975040555,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0.0003000000142492354,0.000699999975040555,-1,0.0003000000142492354,0.0008999999845400453,-1,0.0003000000142492354,0.0008999999845400453,-1,0.0003000000142492354,0.000699999975040555,-1,0.004100000020116568,0.009499999694526196,-0.9998999834060669,0.0003000000142492354,0.0008999999845400453,-1,0.004100000020116568,0.009499999694526196,-0.9998999834060669,0.003800000064074993,0.012199999764561653,-0.9998999834060669,-0.00009999999747378752,-0.0010000000474974513,-1,-0.00009999999747378752,-0.0007999999797903001,-1,0.0003000000142492354,0.0008999999845400453,-1,-0.00009999999747378752,-0.0010000000474974513,-1,0.0003000000142492354,0.0008999999845400453,-1,0.0003000000142492354,0.0012000000569969416,-1,0.0003000000142492354,0.0012000000569969416,-1,0.0003000000142492354,0.0008999999845400453,-1,0.003800000064074993,0.012199999764561653,-0.9998999834060669,0.0003000000142492354,0.0012000000569969416,-1,0.003800000064074993,0.012199999764561653,-0.9998999834060669,0.0031999999191612005,0.015599999576807022,-0.9998999834060669,0.09730000048875809,0.3172000050544739,-0.9434000253677368,0.030400000512599945,0.10100000351667404,-0.9944000244140625,0.03929999843239784,0.09529999643564224,-0.994700014591217,0.09730000048875809,0.3172000050544739,-0.9434000253677368,0.03929999843239784,0.09529999643564224,-0.994700014591217,0.12800000607967377,0.3059999942779541,-0.9434000253677368,0.06589999794960022,0.32519999146461487,-0.9434000253677368,0.020899999886751175,0.1062999963760376,-0.9940999746322632,0.030400000512599945,0.10100000351667404,-0.9944000244140625,0.06589999794960022,0.32519999146461487,-0.9434000253677368,0.030400000512599945,0.10100000351667404,-0.9944000244140625,0.09730000048875809,0.3172000050544739,-0.9434000253677368,0.03929999843239784,0.09529999643564224,-0.994700014591217,0.030400000512599945,0.10100000351667404,-0.9944000244140625,0.003800000064074993,0.012199999764561653,-0.9998999834060669,0.03929999843239784,0.09529999643564224,-0.994700014591217,0.003800000064074993,0.012199999764561653,-0.9998999834060669,0.004100000020116568,0.009499999694526196,-0.9998999834060669,0.030400000512599945,0.10100000351667404,-0.9944000244140625,0.020899999886751175,0.1062999963760376,-0.9940999746322632,0.0031999999191612005,0.015599999576807022,-0.9998999834060669,0.030400000512599945,0.10100000351667404,-0.9944000244140625,0.0031999999191612005,0.015599999576807022,-0.9998999834060669,0.003800000064074993,0.012199999764561653,-0.9998999834060669,0.0012000000569969416,0.33169999718666077,-0.9434000253677368,0.0005000000237487257,0.11190000176429749,-0.9937000274658203,0.010900000110268593,0.11029999703168869,-0.9937999844551086,0.0012000000569969416,0.33169999718666077,-0.9434000253677368,0.010900000110268593,0.11029999703168869,-0.9937999844551086,0.033799998462200165,0.33000001311302185,-0.9434000253677368,0.010900000110268593,0.11029999703168869,-0.9937999844551086,0.0005000000237487257,0.11190000176429749,-0.9937000274658203,0.00009999999747378752,0.020999999716877937,-0.9998000264167786,0.010900000110268593,0.11029999703168869,-0.9937999844551086,0.00009999999747378752,0.020999999716877937,-0.9998000264167786,0.002099999925121665,0.019200000911951065,-0.9998000264167786,0.033799998462200165,0.33000001311302185,-0.9434000253677368,0.010900000110268593,0.11029999703168869,-0.9937999844551086,0.020899999886751175,0.1062999963760376,-0.9940999746322632,0.033799998462200165,0.33000001311302185,-0.9434000253677368,0.020899999886751175,0.1062999963760376,-0.9940999746322632,0.06589999794960022,0.32519999146461487,-0.9434000253677368,0.020899999886751175,0.1062999963760376,-0.9940999746322632,0.010900000110268593,0.11029999703168869,-0.9937999844551086,0.002099999925121665,0.019200000911951065,-0.9998000264167786,0.020899999886751175,0.1062999963760376,-0.9940999746322632,0.002099999925121665,0.019200000911951065,-0.9998000264167786,0.0031999999191612005,0.015599999576807022,-0.9998999834060669,-0.00009999999747378752,-0.0006000000284984708,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0.00039999998989515007,0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,0.00039999998989515007,0.0005000000237487257,-1,0.0003000000142492354,0.000699999975040555,-1,-0.00009999999747378752,-0.0005000000237487257,-1,-0.00009999999747378752,-0.00039999998989515007,-1,0.00039999998989515007,0.0005000000237487257,-1,-0.00009999999747378752,-0.0005000000237487257,-1,0.00039999998989515007,0.0005000000237487257,-1,0.00039999998989515007,0.0005000000237487257,-1,0.0003000000142492354,0.000699999975040555,-1,0.00039999998989515007,0.0005000000237487257,-1,0.00430000014603138,0.007699999958276749,-1,0.0003000000142492354,0.000699999975040555,-1,0.00430000014603138,0.007699999958276749,-1,0.004100000020116568,0.009499999694526196,-0.9998999834060669,0.00039999998989515007,0.0005000000237487257,-1,0.00039999998989515007,0.0005000000237487257,-1,0.0044999998062849045,0.006500000134110451,-1,0.00039999998989515007,0.0005000000237487257,-1,0.0044999998062849045,0.006500000134110451,-1,0.00430000014603138,0.007699999958276749,-1,-0.00009999999747378752,-0.0003000000142492354,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0.0005000000237487257,0.00039999998989515007,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0.0005000000237487257,0.00039999998989515007,-1,0.00039999998989515007,0.00039999998989515007,-1,0.00039999998989515007,0.00039999998989515007,-1,0.0005000000237487257,0.00039999998989515007,-1,0.004900000058114529,0.004699999932199717,-1,0.00039999998989515007,0.00039999998989515007,-1,0.004900000058114529,0.004699999932199717,-1,0.004699999932199717,0.005499999970197678,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.00009999999747378752,-0.0003000000142492354,-1,0.00039999998989515007,0.00039999998989515007,-1,-0.00009999999747378752,-0.00039999998989515007,-1,0.00039999998989515007,0.00039999998989515007,-1,0.00039999998989515007,0.0005000000237487257,-1,0.00039999998989515007,0.0005000000237487257,-1,0.00039999998989515007,0.00039999998989515007,-1,0.004699999932199717,0.005499999970197678,-1,0.00039999998989515007,0.0005000000237487257,-1,0.004699999932199717,0.005499999970197678,-1,0.0044999998062849045,0.006500000134110451,-1,0.21119999885559082,0.2558000087738037,-0.9434000253677368,0.0632999986410141,0.07689999788999557,-0.9950000047683716,0.07029999792575836,0.06989999860525131,-0.9951000213623047,0.21119999885559082,0.2558000087738037,-0.9434000253677368,0.07029999792575836,0.06989999860525131,-0.9951000213623047,0.2354000061750412,0.2337000072002411,-0.9434000253677368,0.18529999256134033,0.2752000093460083,-0.9434000253677368,0.05590000003576279,0.08340000361204147,-0.9948999881744385,0.0632999986410141,0.07689999788999557,-0.9950000047683716,0.18529999256134033,0.2752000093460083,-0.9434000253677368,0.0632999986410141,0.07689999788999557,-0.9950000047683716,0.21119999885559082,0.2558000087738037,-0.9434000253677368,0.07029999792575836,0.06989999860525131,-0.9951000213623047,0.0632999986410141,0.07689999788999557,-0.9950000047683716,0.004699999932199717,0.005499999970197678,-1,0.07029999792575836,0.06989999860525131,-0.9951000213623047,0.004699999932199717,0.005499999970197678,-1,0.004900000058114529,0.004699999932199717,-1,0.0632999986410141,0.07689999788999557,-0.9950000047683716,0.05590000003576279,0.08340000361204147,-0.9948999881744385,0.0044999998062849045,0.006500000134110451,-1,0.0632999986410141,0.07689999788999557,-0.9950000047683716,0.0044999998062849045,0.006500000134110451,-1,0.004699999932199717,0.005499999970197678,-1,0.12800000607967377,0.3059999942779541,-0.9434000253677368,0.03929999843239784,0.09529999643564224,-0.994700014591217,0.0478999987244606,0.08940000087022781,-0.9947999715805054,0.12800000607967377,0.3059999942779541,-0.9434000253677368,0.0478999987244606,0.08940000087022781,-0.9947999715805054,0.15760000050067902,0.29190000891685486,-0.9434000253677368,0.0478999987244606,0.08940000087022781,-0.9947999715805054,0.03929999843239784,0.09529999643564224,-0.994700014591217,0.004100000020116568,0.009499999694526196,-0.9998999834060669,0.0478999987244606,0.08940000087022781,-0.9947999715805054,0.004100000020116568,0.009499999694526196,-0.9998999834060669,0.00430000014603138,0.007699999958276749,-1,0.15760000050067902,0.29190000891685486,-0.9434000253677368,0.0478999987244606,0.08940000087022781,-0.9947999715805054,0.05590000003576279,0.08340000361204147,-0.9948999881744385,0.15760000050067902,0.29190000891685486,-0.9434000253677368,0.05590000003576279,0.08340000361204147,-0.9948999881744385,0.18529999256134033,0.2752000093460083,-0.9434000253677368,0.05590000003576279,0.08340000361204147,-0.9948999881744385,0.0478999987244606,0.08940000087022781,-0.9947999715805054,0.00430000014603138,0.007699999958276749,-1,0.05590000003576279,0.08340000361204147,-0.9948999881744385,0.00430000014603138,0.007699999958276749,-1,0.0044999998062849045,0.006500000134110451,-1,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.883400022983551,0.46869999170303345,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,0,0.883400022983551,0.46869999170303345,0,0.883400022983551,0.46869999170303345,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.775600016117096,0.6312999725341797,0,0.7095999717712402,0.7045999765396118,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.775600016117096,0.6312999725341797,0,0.8334000110626221,0.5526000261306763,0,0.775600016117096,0.6312999725341797,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,0.9955000281333923,0.0949999988079071,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9815000295639038,0.1915999948978424,0,0.9955000281333923,0.0949999988079071,0,0.9955000281333923,0.0949999988079071,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9251999855041504,0.37940001487731934,0,0.9581000208854675,0.2863999903202057,0,0.9251999855041504,0.37940001487731934,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9581000208854675,0.2863999903202057,0,0.9815000295639038,0.1915999948978424,0,0.9581000208854675,0.2863999903202057,0,0.9815000295639038,0.1915999948978424,0,0.9815000295639038,0.1915999948978424,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9560999870300293,-0.29319998621940613,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9800999760627747,-0.19859999418258667,0,0.9560999870300293,-0.29319998621940613,0,0.9560999870300293,-0.29319998621940613,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,1,-0.0035000001080334187,0,0.9947999715805054,-0.10199999809265137,0,1,-0.0035000001080334187,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9947999715805054,-0.10199999809265137,0,0.9800999760627747,-0.19859999418258667,0,0.9947999715805054,-0.10199999809265137,0,0.9800999760627747,-0.19859999418258667,0,0.9800999760627747,-0.19859999418258667,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7710999846458435,-0.6366999745368958,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.8295000195503235,-0.5584999918937683,0,0.7710999846458435,-0.6366999745368958,0,0.7710999846458435,-0.6366999745368958,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.9225000143051147,-0.38589999079704285,0,0.8799999952316284,-0.4749000072479248,0,0.9225000143051147,-0.38589999079704285,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8799999952316284,-0.4749000072479248,0,0.8295000195503235,-0.5584999918937683,0,0.8799999952316284,-0.4749000072479248,0,0.8295000195503235,-0.5584999918937683,0,0.8295000195503235,-0.5584999918937683,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.883400022983551,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.7045999765396118,-0.7095999717712402,0,0.6312999725341797,-0.775600016117096,0,0.7045999765396118,-0.7095999717712402,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.6312999725341797,-0.775600016117096,0,0.5526000261306763,-0.8334000110626221,0,0.6312999725341797,-0.775600016117096,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9955000281333923,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251999855041504,0,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251999855041504,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9581000208854675,0,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9581000208854675,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9815000295639038,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9560999870300293,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.0035000001080334187,-1,0,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-1,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.9947999715805054,0,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.9947999715805054,0,-0.19859999418258667,-0.9800999760627747,0,-0.19859999418258667,-0.9800999760627747,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710999846458435,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710999846458435,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9225000143051147,0,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9225000143051147,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8799999952316284,0,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8799999952316284,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8295000195503235,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.883400022983551,-0.46869999170303345,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,0,-0.883400022983551,-0.46869999170303345,0,-0.883400022983551,-0.46869999170303345,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.7095999717712402,-0.7045999765396118,0,-0.775600016117096,-0.6312999725341797,0,-0.7095999717712402,-0.7045999765396118,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.775600016117096,-0.6312999725341797,0,-0.8334000110626221,-0.5526000261306763,0,-0.775600016117096,-0.6312999725341797,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-0.9955000281333923,-0.0949999988079071,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9815000295639038,-0.1915999948978424,0,-0.9955000281333923,-0.0949999988079071,0,-0.9955000281333923,-0.0949999988079071,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9251999855041504,-0.37940001487731934,0,-0.9581000208854675,-0.2863999903202057,0,-0.9251999855041504,-0.37940001487731934,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9581000208854675,-0.2863999903202057,0,-0.9815000295639038,-0.1915999948978424,0,-0.9581000208854675,-0.2863999903202057,0,-0.9815000295639038,-0.1915999948978424,0,-0.9815000295639038,-0.1915999948978424,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9560999870300293,0.29319998621940613,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9800999760627747,0.19859999418258667,0,-0.9560999870300293,0.29319998621940613,0,-0.9560999870300293,0.29319998621940613,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-1,0.0035000001080334187,0,-0.9947999715805054,0.10199999809265137,0,-1,0.0035000001080334187,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9947999715805054,0.10199999809265137,0,-0.9800999760627747,0.19859999418258667,0,-0.9947999715805054,0.10199999809265137,0,-0.9800999760627747,0.19859999418258667,0,-0.9800999760627747,0.19859999418258667,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7710999846458435,0.6366999745368958,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.8295000195503235,0.5584999918937683,0,-0.7710999846458435,0.6366999745368958,0,-0.7710999846458435,0.6366999745368958,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.9225000143051147,0.38589999079704285,0,-0.8799999952316284,0.4749000072479248,0,-0.9225000143051147,0.38589999079704285,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8799999952316284,0.4749000072479248,0,-0.8295000195503235,0.5584999918937683,0,-0.8799999952316284,0.4749000072479248,0,-0.8295000195503235,0.5584999918937683,0,-0.8295000195503235,0.5584999918937683,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.883400022983551,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.7045999765396118,0.7095999717712402,0,-0.6312999725341797,0.775600016117096,0,-0.7045999765396118,0.7095999717712402,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.6312999725341797,0.775600016117096,0,-0.5526000261306763,0.8334000110626221,0,-0.6312999725341797,0.775600016117096,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9955000281333923,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251999855041504,0,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251999855041504,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9581000208854675,0,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9581000208854675,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9815000295639038,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9560999870300293,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.0035000001080334187,1,0,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,1,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.9947999715805054,0,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.9947999715805054,0,0.19859999418258667,0.9800999760627747,0,0.19859999418258667,0.9800999760627747,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710999846458435,0,0.7095999717712402,0.7045999765396118,0,0.7095999717712402,0.7045999765396118,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710999846458435,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9225000143051147,0,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9225000143051147,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8799999952316284,0,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8799999952316284,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8295000195503235,0,0.2572999894618988,0.2093999981880188,-0.9434000253677368,0.5638999938964844,0.45899999141693115,-0.6865000128746033,0.5159000158309937,0.5123000144958496,-0.6866000294685364,0.2572999894618988,0.2093999981880188,-0.9434000253677368,0.5159000158309937,0.5123000144958496,-0.6866000294685364,0.2354000061750412,0.2337000072002411,-0.9434000253677368,0.27649998664855957,0.1834000051021576,-0.9434000253677368,0.6061000227928162,0.4018999934196472,-0.6863999962806702,0.5638999938964844,0.45899999141693115,-0.6865000128746033,0.27649998664855957,0.1834000051021576,-0.9434000253677368,0.5638999938964844,0.45899999141693115,-0.6865000128746033,0.2572999894618988,0.2093999981880188,-0.9434000253677368,0.5638999938964844,0.45899999141693115,-0.6865000128746033,0.7508000135421753,0.6111999750137329,-0.25049999356269836,0.6869999766349792,0.6820999979972839,-0.25049999356269836,0.5638999938964844,0.45899999141693115,-0.6865000128746033,0.6869999766349792,0.6820999979972839,-0.25049999356269836,0.5159000158309937,0.5123000144958496,-0.6866000294685364,0.6061000227928162,0.4018999934196472,-0.6863999962806702,0.8069000244140625,0.5350000262260437,-0.25049999356269836,0.7508000135421753,0.6111999750137329,-0.25049999356269836,0.6061000227928162,0.4018999934196472,-0.6863999962806702,0.7508000135421753,0.6111999750137329,-0.25049999356269836,0.5638999938964844,0.45899999141693115,-0.6865000128746033,0.3068999946117401,0.1257999986410141,-0.9434000253677368,0.6726999878883362,0.2759000062942505,-0.6866000294685364,0.642300009727478,0.3407999873161316,-0.6865000128746033,0.3068999946117401,0.1257999986410141,-0.9434000253677368,0.642300009727478,0.3407999873161316,-0.6865000128746033,0.2930999994277954,0.15549999475479126,-0.9434000253677368,0.6726999878883362,0.2759000062942505,-0.6866000294685364,0.8956999778747559,0.36730000376701355,-0.25049999356269836,0.8551999926567078,0.4537999927997589,-0.25049999356269836,0.6726999878883362,0.2759000062942505,-0.6866000294685364,0.8551999926567078,0.4537999927997589,-0.25049999356269836,0.642300009727478,0.3407999873161316,-0.6865000128746033,0.2930999994277954,0.15549999475479126,-0.9434000253677368,0.642300009727478,0.3407999873161316,-0.6865000128746033,0.6061000227928162,0.4018999934196472,-0.6863999962806702,0.2930999994277954,0.15549999475479126,-0.9434000253677368,0.6061000227928162,0.4018999934196472,-0.6863999962806702,0.27649998664855957,0.1834000051021576,-0.9434000253677368,0.642300009727478,0.3407999873161316,-0.6865000128746033,0.8551999926567078,0.4537999927997589,-0.25049999356269836,0.8069000244140625,0.5350000262260437,-0.25049999356269836,0.642300009727478,0.3407999873161316,-0.6865000128746033,0.8069000244140625,0.5350000262260437,-0.25049999356269836,0.6061000227928162,0.4018999934196472,-0.6863999962806702,0.883400022983551,0.46869999170303345,0,0.8826000094413757,0.4683000147342682,-0.040699999779462814,0.9244999885559082,0.3790999948978424,-0.040699999779462814,0.883400022983551,0.46869999170303345,0,0.9244999885559082,0.3790999948978424,-0.040699999779462814,0.9251999855041504,0.37940001487731934,0,0.8334000110626221,0.5526000261306763,0,0.8327000141143799,0.5522000193595886,-0.040699999779462814,0.8826000094413757,0.4683000147342682,-0.040699999779462814,0.8334000110626221,0.5526000261306763,0,0.8826000094413757,0.4683000147342682,-0.040699999779462814,0.883400022983551,0.46869999170303345,0,0.8826000094413757,0.4683000147342682,-0.040699999779462814,0.8551999926567078,0.4537999927997589,-0.25049999356269836,0.8956999778747559,0.36730000376701355,-0.25049999356269836,0.8826000094413757,0.4683000147342682,-0.040699999779462814,0.8956999778747559,0.36730000376701355,-0.25049999356269836,0.9244999885559082,0.3790999948978424,-0.040699999779462814,0.8327000141143799,0.5522000193595886,-0.040699999779462814,0.8069000244140625,0.5350000262260437,-0.25049999356269836,0.8551999926567078,0.4537999927997589,-0.25049999356269836,0.8327000141143799,0.5522000193595886,-0.040699999779462814,0.8551999926567078,0.4537999927997589,-0.25049999356269836,0.8826000094413757,0.4683000147342682,-0.040699999779462814,0.7095999717712402,0.7045999765396118,0,0.7089999914169312,0.7039999961853027,-0.040699999779462814,0.7749000191688538,0.6308000087738037,-0.040699999779462814,0.7095999717712402,0.7045999765396118,0,0.7749000191688538,0.6308000087738037,-0.040699999779462814,0.775600016117096,0.6312999725341797,0,0.7089999914169312,0.7039999961853027,-0.040699999779462814,0.6869999766349792,0.6820999979972839,-0.25049999356269836,0.7508000135421753,0.6111999750137329,-0.25049999356269836,0.7089999914169312,0.7039999961853027,-0.040699999779462814,0.7508000135421753,0.6111999750137329,-0.25049999356269836,0.7749000191688538,0.6308000087738037,-0.040699999779462814,0.775600016117096,0.6312999725341797,0,0.7749000191688538,0.6308000087738037,-0.040699999779462814,0.8327000141143799,0.5522000193595886,-0.040699999779462814,0.775600016117096,0.6312999725341797,0,0.8327000141143799,0.5522000193595886,-0.040699999779462814,0.8334000110626221,0.5526000261306763,0,0.7749000191688538,0.6308000087738037,-0.040699999779462814,0.7508000135421753,0.6111999750137329,-0.25049999356269836,0.8069000244140625,0.5350000262260437,-0.25049999356269836,0.7749000191688538,0.6308000087738037,-0.040699999779462814,0.8069000244140625,0.5350000262260437,-0.25049999356269836,0.8327000141143799,0.5522000193595886,-0.040699999779462814,0.31779998540878296,0.0949999988079071,-0.9434000253677368,0.6966999769210815,0.20829999446868896,-0.6865000128746033,0.6726999878883362,0.2759000062942505,-0.6866000294685364,0.31779998540878296,0.0949999988079071,-0.9434000253677368,0.6726999878883362,0.2759000062942505,-0.6866000294685364,0.3068999946117401,0.1257999986410141,-0.9434000253677368,0.3255999982357025,0.06360000371932983,-0.9434000253677368,0.713699996471405,0.13930000364780426,-0.6863999962806702,0.6966999769210815,0.20829999446868896,-0.6865000128746033,0.3255999982357025,0.06360000371932983,-0.9434000253677368,0.6966999769210815,0.20829999446868896,-0.6865000128746033,0.31779998540878296,0.0949999988079071,-0.9434000253677368,0.6966999769210815,0.20829999446868896,-0.6865000128746033,0.9276000261306763,0.27730000019073486,-0.25049999356269836,0.8956999778747559,0.36730000376701355,-0.25049999356269836,0.6966999769210815,0.20829999446868896,-0.6865000128746033,0.8956999778747559,0.36730000376701355,-0.25049999356269836,0.6726999878883362,0.2759000062942505,-0.6866000294685364,0.713699996471405,0.13930000364780426,-0.6863999962806702,0.9502000212669373,0.18549999594688416,-0.25049999356269836,0.9276000261306763,0.27730000019073486,-0.25049999356269836,0.713699996471405,0.13930000364780426,-0.6863999962806702,0.9276000261306763,0.27730000019073486,-0.25049999356269836,0.6966999769210815,0.20829999446868896,-0.6865000128746033,0.33169999718666077,-0.0012000000569969416,-0.9434000253677368,0.7271000146865845,-0.0026000000070780516,-0.6866000294685364,0.7239000201225281,0.06909999996423721,-0.6865000128746033,0.33169999718666077,-0.0012000000569969416,-0.9434000253677368,0.7239000201225281,0.06909999996423721,-0.6865000128746033,0.3303000032901764,0.03150000050663948,-0.9434000253677368,0.7271000146865845,-0.0026000000070780516,-0.6866000294685364,0.9681000113487244,-0.0034000000450760126,-0.25049999356269836,0.963699996471405,0.09200000017881393,-0.25049999356269836,0.7271000146865845,-0.0026000000070780516,-0.6866000294685364,0.963699996471405,0.09200000017881393,-0.25049999356269836,0.7239000201225281,0.06909999996423721,-0.6865000128746033,0.3303000032901764,0.03150000050663948,-0.9434000253677368,0.7239000201225281,0.06909999996423721,-0.6865000128746033,0.713699996471405,0.13930000364780426,-0.6863999962806702,0.3303000032901764,0.03150000050663948,-0.9434000253677368,0.713699996471405,0.13930000364780426,-0.6863999962806702,0.3255999982357025,0.06360000371932983,-0.9434000253677368,0.7239000201225281,0.06909999996423721,-0.6865000128746033,0.963699996471405,0.09200000017881393,-0.25049999356269836,0.9502000212669373,0.18549999594688416,-0.25049999356269836,0.7239000201225281,0.06909999996423721,-0.6865000128746033,0.9502000212669373,0.18549999594688416,-0.25049999356269836,0.713699996471405,0.13930000364780426,-0.6863999962806702,0.9955000281333923,0.0949999988079071,0,0.994700014591217,0.09489999711513519,-0.040699999779462814,0.9991999864578247,-0.0035000001080334187,-0.040699999779462814,0.9955000281333923,0.0949999988079071,0,0.9991999864578247,-0.0035000001080334187,-0.040699999779462814,1,-0.0035000001080334187,0,0.9815000295639038,0.1915999948978424,0,0.9807000160217285,0.1914999932050705,-0.040699999779462814,0.994700014591217,0.09489999711513519,-0.040699999779462814,0.9815000295639038,0.1915999948978424,0,0.994700014591217,0.09489999711513519,-0.040699999779462814,0.9955000281333923,0.0949999988079071,0,0.994700014591217,0.09489999711513519,-0.040699999779462814,0.963699996471405,0.09200000017881393,-0.25049999356269836,0.9681000113487244,-0.0034000000450760126,-0.25049999356269836,0.994700014591217,0.09489999711513519,-0.040699999779462814,0.9681000113487244,-0.0034000000450760126,-0.25049999356269836,0.9991999864578247,-0.0035000001080334187,-0.040699999779462814,0.9807000160217285,0.1914999932050705,-0.040699999779462814,0.9502000212669373,0.18549999594688416,-0.25049999356269836,0.963699996471405,0.09200000017881393,-0.25049999356269836,0.9807000160217285,0.1914999932050705,-0.040699999779462814,0.963699996471405,0.09200000017881393,-0.25049999356269836,0.994700014591217,0.09489999711513519,-0.040699999779462814,0.9251999855041504,0.37940001487731934,0,0.9244999885559082,0.3790999948978424,-0.040699999779462814,0.9573000073432922,0.28619998693466187,-0.040699999779462814,0.9251999855041504,0.37940001487731934,0,0.9573000073432922,0.28619998693466187,-0.040699999779462814,0.9581000208854675,0.2863999903202057,0,0.9244999885559082,0.3790999948978424,-0.040699999779462814,0.8956999778747559,0.36730000376701355,-0.25049999356269836,0.9276000261306763,0.27730000019073486,-0.25049999356269836,0.9244999885559082,0.3790999948978424,-0.040699999779462814,0.9276000261306763,0.27730000019073486,-0.25049999356269836,0.9573000073432922,0.28619998693466187,-0.040699999779462814,0.9581000208854675,0.2863999903202057,0,0.9573000073432922,0.28619998693466187,-0.040699999779462814,0.9807000160217285,0.1914999932050705,-0.040699999779462814,0.9581000208854675,0.2863999903202057,0,0.9807000160217285,0.1914999932050705,-0.040699999779462814,0.9815000295639038,0.1915999948978424,0,0.9573000073432922,0.28619998693466187,-0.040699999779462814,0.9276000261306763,0.27730000019073486,-0.25049999356269836,0.9502000212669373,0.18549999594688416,-0.25049999356269836,0.9573000073432922,0.28619998693466187,-0.040699999779462814,0.9502000212669373,0.18549999594688416,-0.25049999356269836,0.9807000160217285,0.1914999932050705,-0.040699999779462814,0.33000001311302185,-0.033799998462200165,-0.9434000253677368,0.7233999967575073,-0.07419999688863754,-0.6865000128746033,0.7271000146865845,-0.0026000000070780516,-0.6866000294685364,0.33000001311302185,-0.033799998462200165,-0.9434000253677368,0.7271000146865845,-0.0026000000070780516,-0.6866000294685364,0.33169999718666077,-0.0012000000569969416,-0.9434000253677368,0.32519999146461487,-0.06589999794960022,-0.9434000253677368,0.7127000093460083,-0.1444000005722046,-0.6863999962806702,0.7233999967575073,-0.07419999688863754,-0.6865000128746033,0.32519999146461487,-0.06589999794960022,-0.9434000253677368,0.7233999967575073,-0.07419999688863754,-0.6865000128746033,0.33000001311302185,-0.033799998462200165,-0.9434000253677368,0.7233999967575073,-0.07419999688863754,-0.6865000128746033,0.963100016117096,-0.09880000352859497,-0.25049999356269836,0.9681000113487244,-0.0034000000450760126,-0.25049999356269836,0.7233999967575073,-0.07419999688863754,-0.6865000128746033,0.9681000113487244,-0.0034000000450760126,-0.25049999356269836,0.7271000146865845,-0.0026000000070780516,-0.6866000294685364,0.7127000093460083,-0.1444000005722046,-0.6863999962806702,0.9488000273704529,-0.19220000505447388,-0.25049999356269836,0.963100016117096,-0.09880000352859497,-0.25049999356269836,0.7127000093460083,-0.1444000005722046,-0.6863999962806702,0.963100016117096,-0.09880000352859497,-0.25049999356269836,0.7233999967575073,-0.07419999688863754,-0.6865000128746033,0.3059999942779541,-0.12800000607967377,-0.9434000253677368,0.6707000136375427,-0.28060001134872437,-0.6866000294685364,0.6952000260353088,-0.21320000290870667,-0.6865000128746033,0.3059999942779541,-0.12800000607967377,-0.9434000253677368,0.6952000260353088,-0.21320000290870667,-0.6865000128746033,0.3172000050544739,-0.09730000048875809,-0.9434000253677368,0.6707000136375427,-0.28060001134872437,-0.6866000294685364,0.8931000232696533,-0.3736000061035156,-0.25049999356269836,0.925599992275238,-0.2838999927043915,-0.25049999356269836,0.6707000136375427,-0.28060001134872437,-0.6866000294685364,0.925599992275238,-0.2838999927043915,-0.25049999356269836,0.6952000260353088,-0.21320000290870667,-0.6865000128746033,0.3172000050544739,-0.09730000048875809,-0.9434000253677368,0.6952000260353088,-0.21320000290870667,-0.6865000128746033,0.7127000093460083,-0.1444000005722046,-0.6863999962806702,0.3172000050544739,-0.09730000048875809,-0.9434000253677368,0.7127000093460083,-0.1444000005722046,-0.6863999962806702,0.32519999146461487,-0.06589999794960022,-0.9434000253677368,0.6952000260353088,-0.21320000290870667,-0.6865000128746033,0.925599992275238,-0.2838999927043915,-0.25049999356269836,0.9488000273704529,-0.19220000505447388,-0.25049999356269836,0.6952000260353088,-0.21320000290870667,-0.6865000128746033,0.9488000273704529,-0.19220000505447388,-0.25049999356269836,0.7127000093460083,-0.1444000005722046,-0.6863999962806702,0.9560999870300293,-0.29319998621940613,0,0.955299973487854,-0.2930000126361847,-0.040699999779462814,0.9218000173568726,-0.3856000006198883,-0.040699999779462814,0.9560999870300293,-0.29319998621940613,0,0.9218000173568726,-0.3856000006198883,-0.040699999779462814,0.9225000143051147,-0.38589999079704285,0,0.9800999760627747,-0.19859999418258667,0,0.9793000221252441,-0.19840000569820404,-0.040699999779462814,0.955299973487854,-0.2930000126361847,-0.040699999779462814,0.9800999760627747,-0.19859999418258667,0,0.955299973487854,-0.2930000126361847,-0.040699999779462814,0.9560999870300293,-0.29319998621940613,0,0.955299973487854,-0.2930000126361847,-0.040699999779462814,0.925599992275238,-0.2838999927043915,-0.25049999356269836,0.8931000232696533,-0.3736000061035156,-0.25049999356269836,0.955299973487854,-0.2930000126361847,-0.040699999779462814,0.8931000232696533,-0.3736000061035156,-0.25049999356269836,0.9218000173568726,-0.3856000006198883,-0.040699999779462814,0.9793000221252441,-0.19840000569820404,-0.040699999779462814,0.9488000273704529,-0.19220000505447388,-0.25049999356269836,0.925599992275238,-0.2838999927043915,-0.25049999356269836,0.9793000221252441,-0.19840000569820404,-0.040699999779462814,0.925599992275238,-0.2838999927043915,-0.25049999356269836,0.955299973487854,-0.2930000126361847,-0.040699999779462814,1,-0.0035000001080334187,0,0.9991999864578247,-0.0035000001080334187,-0.040699999779462814,0.9940000176429749,-0.10189999639987946,-0.040699999779462814,1,-0.0035000001080334187,0,0.9940000176429749,-0.10189999639987946,-0.040699999779462814,0.9947999715805054,-0.10199999809265137,0,0.9991999864578247,-0.0035000001080334187,-0.040699999779462814,0.9681000113487244,-0.0034000000450760126,-0.25049999356269836,0.963100016117096,-0.09880000352859497,-0.25049999356269836,0.9991999864578247,-0.0035000001080334187,-0.040699999779462814,0.963100016117096,-0.09880000352859497,-0.25049999356269836,0.9940000176429749,-0.10189999639987946,-0.040699999779462814,0.9947999715805054,-0.10199999809265137,0,0.9940000176429749,-0.10189999639987946,-0.040699999779462814,0.9793000221252441,-0.19840000569820404,-0.040699999779462814,0.9947999715805054,-0.10199999809265137,0,0.9793000221252441,-0.19840000569820404,-0.040699999779462814,0.9800999760627747,-0.19859999418258667,0,0.9940000176429749,-0.10189999639987946,-0.040699999779462814,0.963100016117096,-0.09880000352859497,-0.25049999356269836,0.9488000273704529,-0.19220000505447388,-0.25049999356269836,0.9940000176429749,-0.10189999639987946,-0.040699999779462814,0.9488000273704529,-0.19220000505447388,-0.25049999356269836,0.9793000221252441,-0.19840000569820404,-0.040699999779462814,0.29190000891685486,-0.15760000050067902,-0.9434000253677368,0.6399000287055969,-0.34540000557899475,-0.6865000128746033,0.6707000136375427,-0.28060001134872437,-0.6866000294685364,0.29190000891685486,-0.15760000050067902,-0.9434000253677368,0.6707000136375427,-0.28060001134872437,-0.6866000294685364,0.3059999942779541,-0.12800000607967377,-0.9434000253677368,0.2752000093460083,-0.18529999256134033,-0.9434000253677368,0.6032000184059143,-0.40610000491142273,-0.6863999962806702,0.6399000287055969,-0.34540000557899475,-0.6865000128746033,0.2752000093460083,-0.18529999256134033,-0.9434000253677368,0.6399000287055969,-0.34540000557899475,-0.6865000128746033,0.29190000891685486,-0.15760000050067902,-0.9434000253677368,0.6399000287055969,-0.34540000557899475,-0.6865000128746033,0.8519999980926514,-0.45980000495910645,-0.25049999356269836,0.8931000232696533,-0.3736000061035156,-0.25049999356269836,0.6399000287055969,-0.34540000557899475,-0.6865000128746033,0.8931000232696533,-0.3736000061035156,-0.25049999356269836,0.6707000136375427,-0.28060001134872437,-0.6866000294685364,0.6032000184059143,-0.40610000491142273,-0.6863999962806702,0.8030999898910522,-0.5407000184059143,-0.25049999356269836,0.8519999980926514,-0.45980000495910645,-0.25049999356269836,0.6032000184059143,-0.40610000491142273,-0.6863999962806702,0.8519999980926514,-0.45980000495910645,-0.25049999356269836,0.6399000287055969,-0.34540000557899475,-0.6865000128746033,0.2337000072002411,-0.2354000061750412,-0.9434000253677368,0.5123000144958496,-0.5159000158309937,-0.6866000294685364,0.560699999332428,-0.46299999952316284,-0.6865000128746033,0.2337000072002411,-0.2354000061750412,-0.9434000253677368,0.560699999332428,-0.46299999952316284,-0.6865000128746033,0.2558000087738037,-0.21119999885559082,-0.9434000253677368,0.5123000144958496,-0.5159000158309937,-0.6866000294685364,0.6820999979972839,-0.6869999766349792,-0.25049999356269836,0.7465000152587891,-0.6164000034332275,-0.25049999356269836,0.5123000144958496,-0.5159000158309937,-0.6866000294685364,0.7465000152587891,-0.6164000034332275,-0.25049999356269836,0.560699999332428,-0.46299999952316284,-0.6865000128746033,0.2558000087738037,-0.21119999885559082,-0.9434000253677368,0.560699999332428,-0.46299999952316284,-0.6865000128746033,0.6032000184059143,-0.40610000491142273,-0.6863999962806702,0.2558000087738037,-0.21119999885559082,-0.9434000253677368,0.6032000184059143,-0.40610000491142273,-0.6863999962806702,0.2752000093460083,-0.18529999256134033,-0.9434000253677368,0.560699999332428,-0.46299999952316284,-0.6865000128746033,0.7465000152587891,-0.6164000034332275,-0.25049999356269836,0.8030999898910522,-0.5407000184059143,-0.25049999356269836,0.560699999332428,-0.46299999952316284,-0.6865000128746033,0.8030999898910522,-0.5407000184059143,-0.25049999356269836,0.6032000184059143,-0.40610000491142273,-0.6863999962806702,0.7710999846458435,-0.6366999745368958,0,0.7703999876976013,-0.6362000107765198,-0.040699999779462814,0.7039999961853027,-0.7089999914169312,-0.040699999779462814,0.7710999846458435,-0.6366999745368958,0,0.7039999961853027,-0.7089999914169312,-0.040699999779462814,0.7045999765396118,-0.7095999717712402,0,0.8295000195503235,-0.5584999918937683,0,0.8288000226020813,-0.5580000281333923,-0.040699999779462814,0.7703999876976013,-0.6362000107765198,-0.040699999779462814,0.8295000195503235,-0.5584999918937683,0,0.7703999876976013,-0.6362000107765198,-0.040699999779462814,0.7710999846458435,-0.6366999745368958,0,0.7703999876976013,-0.6362000107765198,-0.040699999779462814,0.7465000152587891,-0.6164000034332275,-0.25049999356269836,0.6820999979972839,-0.6869999766349792,-0.25049999356269836,0.7703999876976013,-0.6362000107765198,-0.040699999779462814,0.6820999979972839,-0.6869999766349792,-0.25049999356269836,0.7039999961853027,-0.7089999914169312,-0.040699999779462814,0.8288000226020813,-0.5580000281333923,-0.040699999779462814,0.8030999898910522,-0.5407000184059143,-0.25049999356269836,0.7465000152587891,-0.6164000034332275,-0.25049999356269836,0.8288000226020813,-0.5580000281333923,-0.040699999779462814,0.7465000152587891,-0.6164000034332275,-0.25049999356269836,0.7703999876976013,-0.6362000107765198,-0.040699999779462814,0.9225000143051147,-0.38589999079704285,0,0.9218000173568726,-0.3856000006198883,-0.040699999779462814,0.8792999982833862,-0.47450000047683716,-0.040699999779462814,0.9225000143051147,-0.38589999079704285,0,0.8792999982833862,-0.47450000047683716,-0.040699999779462814,0.8799999952316284,-0.4749000072479248,0,0.9218000173568726,-0.3856000006198883,-0.040699999779462814,0.8931000232696533,-0.3736000061035156,-0.25049999356269836,0.8519999980926514,-0.45980000495910645,-0.25049999356269836,0.9218000173568726,-0.3856000006198883,-0.040699999779462814,0.8519999980926514,-0.45980000495910645,-0.25049999356269836,0.8792999982833862,-0.47450000047683716,-0.040699999779462814,0.8799999952316284,-0.4749000072479248,0,0.8792999982833862,-0.47450000047683716,-0.040699999779462814,0.8288000226020813,-0.5580000281333923,-0.040699999779462814,0.8799999952316284,-0.4749000072479248,0,0.8288000226020813,-0.5580000281333923,-0.040699999779462814,0.8295000195503235,-0.5584999918937683,0,0.8792999982833862,-0.47450000047683716,-0.040699999779462814,0.8519999980926514,-0.45980000495910645,-0.25049999356269836,0.8030999898910522,-0.5407000184059143,-0.25049999356269836,0.8792999982833862,-0.47450000047683716,-0.040699999779462814,0.8030999898910522,-0.5407000184059143,-0.25049999356269836,0.8288000226020813,-0.5580000281333923,-0.040699999779462814,0.2093999981880188,-0.2572999894618988,-0.9434000253677368,0.45899999141693115,-0.5640000104904175,-0.6865000128746033,0.5123000144958496,-0.5159000158309937,-0.6866000294685364,0.2093999981880188,-0.2572999894618988,-0.9434000253677368,0.5123000144958496,-0.5159000158309937,-0.6866000294685364,0.2337000072002411,-0.2354000061750412,-0.9434000253677368,0.1834000051021576,-0.27649998664855957,-0.9434000253677368,0.4018999934196472,-0.6061000227928162,-0.6863999962806702,0.45899999141693115,-0.5640000104904175,-0.6865000128746033,0.1834000051021576,-0.27649998664855957,-0.9434000253677368,0.45899999141693115,-0.5640000104904175,-0.6865000128746033,0.2093999981880188,-0.2572999894618988,-0.9434000253677368,0.45899999141693115,-0.5640000104904175,-0.6865000128746033,0.6111999750137329,-0.7508000135421753,-0.25049999356269836,0.6820999979972839,-0.6869999766349792,-0.25049999356269836,0.45899999141693115,-0.5640000104904175,-0.6865000128746033,0.6820999979972839,-0.6869999766349792,-0.25049999356269836,0.5123000144958496,-0.5159000158309937,-0.6866000294685364,0.4018999934196472,-0.6061000227928162,-0.6863999962806702,0.5350000262260437,-0.8069000244140625,-0.25049999356269836,0.6111999750137329,-0.7508000135421753,-0.25049999356269836,0.4018999934196472,-0.6061000227928162,-0.6863999962806702,0.6111999750137329,-0.7508000135421753,-0.25049999356269836,0.45899999141693115,-0.5640000104904175,-0.6865000128746033,0.1257999986410141,-0.3068999946117401,-0.9434000253677368,0.2759000062942505,-0.6726999878883362,-0.6866000294685364,0.3407999873161316,-0.642300009727478,-0.6865000128746033,0.1257999986410141,-0.3068999946117401,-0.9434000253677368,0.3407999873161316,-0.642300009727478,-0.6865000128746033,0.15549999475479126,-0.2930999994277954,-0.9434000253677368,0.2759000062942505,-0.6726999878883362,-0.6866000294685364,0.36730000376701355,-0.8956999778747559,-0.25049999356269836,0.4537999927997589,-0.8551999926567078,-0.25049999356269836,0.2759000062942505,-0.6726999878883362,-0.6866000294685364,0.4537999927997589,-0.8551999926567078,-0.25049999356269836,0.3407999873161316,-0.642300009727478,-0.6865000128746033,0.15549999475479126,-0.2930999994277954,-0.9434000253677368,0.3407999873161316,-0.642300009727478,-0.6865000128746033,0.4018999934196472,-0.6061000227928162,-0.6863999962806702,0.15549999475479126,-0.2930999994277954,-0.9434000253677368,0.4018999934196472,-0.6061000227928162,-0.6863999962806702,0.1834000051021576,-0.27649998664855957,-0.9434000253677368,0.3407999873161316,-0.642300009727478,-0.6865000128746033,0.4537999927997589,-0.8551999926567078,-0.25049999356269836,0.5350000262260437,-0.8069000244140625,-0.25049999356269836,0.3407999873161316,-0.642300009727478,-0.6865000128746033,0.5350000262260437,-0.8069000244140625,-0.25049999356269836,0.4018999934196472,-0.6061000227928162,-0.6863999962806702,0.46869999170303345,-0.883400022983551,0,0.4683000147342682,-0.8826000094413757,-0.040699999779462814,0.3790999948978424,-0.9244999885559082,-0.040699999779462814,0.46869999170303345,-0.883400022983551,0,0.3790999948978424,-0.9244999885559082,-0.040699999779462814,0.37940001487731934,-0.9251999855041504,0,0.5526000261306763,-0.8334000110626221,0,0.5522000193595886,-0.8327000141143799,-0.040699999779462814,0.4683000147342682,-0.8826000094413757,-0.040699999779462814,0.5526000261306763,-0.8334000110626221,0,0.4683000147342682,-0.8826000094413757,-0.040699999779462814,0.46869999170303345,-0.883400022983551,0,0.4683000147342682,-0.8826000094413757,-0.040699999779462814,0.4537999927997589,-0.8551999926567078,-0.25049999356269836,0.36730000376701355,-0.8956999778747559,-0.25049999356269836,0.4683000147342682,-0.8826000094413757,-0.040699999779462814,0.36730000376701355,-0.8956999778747559,-0.25049999356269836,0.3790999948978424,-0.9244999885559082,-0.040699999779462814,0.5522000193595886,-0.8327000141143799,-0.040699999779462814,0.5350000262260437,-0.8069000244140625,-0.25049999356269836,0.4537999927997589,-0.8551999926567078,-0.25049999356269836,0.5522000193595886,-0.8327000141143799,-0.040699999779462814,0.4537999927997589,-0.8551999926567078,-0.25049999356269836,0.4683000147342682,-0.8826000094413757,-0.040699999779462814,0.7045999765396118,-0.7095999717712402,0,0.7039999961853027,-0.7089999914169312,-0.040699999779462814,0.6308000087738037,-0.7749000191688538,-0.040699999779462814,0.7045999765396118,-0.7095999717712402,0,0.6308000087738037,-0.7749000191688538,-0.040699999779462814,0.6312999725341797,-0.775600016117096,0,0.7039999961853027,-0.7089999914169312,-0.040699999779462814,0.6820999979972839,-0.6869999766349792,-0.25049999356269836,0.6111999750137329,-0.7508000135421753,-0.25049999356269836,0.7039999961853027,-0.7089999914169312,-0.040699999779462814,0.6111999750137329,-0.7508000135421753,-0.25049999356269836,0.6308000087738037,-0.7749000191688538,-0.040699999779462814,0.6312999725341797,-0.775600016117096,0,0.6308000087738037,-0.7749000191688538,-0.040699999779462814,0.5522000193595886,-0.8327000141143799,-0.040699999779462814,0.6312999725341797,-0.775600016117096,0,0.5522000193595886,-0.8327000141143799,-0.040699999779462814,0.5526000261306763,-0.8334000110626221,0,0.6308000087738037,-0.7749000191688538,-0.040699999779462814,0.6111999750137329,-0.7508000135421753,-0.25049999356269836,0.5350000262260437,-0.8069000244140625,-0.25049999356269836,0.6308000087738037,-0.7749000191688538,-0.040699999779462814,0.5350000262260437,-0.8069000244140625,-0.25049999356269836,0.5522000193595886,-0.8327000141143799,-0.040699999779462814,0.0949999988079071,-0.31779998540878296,-0.9434000253677368,0.20829999446868896,-0.6966999769210815,-0.6865000128746033,0.2759000062942505,-0.6726999878883362,-0.6866000294685364,0.0949999988079071,-0.31779998540878296,-0.9434000253677368,0.2759000062942505,-0.6726999878883362,-0.6866000294685364,0.1257999986410141,-0.3068999946117401,-0.9434000253677368,0.06360000371932983,-0.3255999982357025,-0.9434000253677368,0.13930000364780426,-0.713699996471405,-0.6863999962806702,0.20829999446868896,-0.6966999769210815,-0.6865000128746033,0.06360000371932983,-0.3255999982357025,-0.9434000253677368,0.20829999446868896,-0.6966999769210815,-0.6865000128746033,0.0949999988079071,-0.31779998540878296,-0.9434000253677368,0.20829999446868896,-0.6966999769210815,-0.6865000128746033,0.27730000019073486,-0.9276000261306763,-0.25049999356269836,0.36730000376701355,-0.8956999778747559,-0.25049999356269836,0.20829999446868896,-0.6966999769210815,-0.6865000128746033,0.36730000376701355,-0.8956999778747559,-0.25049999356269836,0.2759000062942505,-0.6726999878883362,-0.6866000294685364,0.13930000364780426,-0.713699996471405,-0.6863999962806702,0.18549999594688416,-0.9502000212669373,-0.25049999356269836,0.27730000019073486,-0.9276000261306763,-0.25049999356269836,0.13930000364780426,-0.713699996471405,-0.6863999962806702,0.27730000019073486,-0.9276000261306763,-0.25049999356269836,0.20829999446868896,-0.6966999769210815,-0.6865000128746033,-0.0012000000569969416,-0.33169999718666077,-0.9434000253677368,-0.0026000000070780516,-0.7271000146865845,-0.6866000294685364,0.06909999996423721,-0.7239000201225281,-0.6865000128746033,-0.0012000000569969416,-0.33169999718666077,-0.9434000253677368,0.06909999996423721,-0.7239000201225281,-0.6865000128746033,0.03150000050663948,-0.3303000032901764,-0.9434000253677368,-0.0026000000070780516,-0.7271000146865845,-0.6866000294685364,-0.0034000000450760126,-0.9681000113487244,-0.25049999356269836,0.09200000017881393,-0.963699996471405,-0.25049999356269836,-0.0026000000070780516,-0.7271000146865845,-0.6866000294685364,0.09200000017881393,-0.963699996471405,-0.25049999356269836,0.06909999996423721,-0.7239000201225281,-0.6865000128746033,0.03150000050663948,-0.3303000032901764,-0.9434000253677368,0.06909999996423721,-0.7239000201225281,-0.6865000128746033,0.13930000364780426,-0.713699996471405,-0.6863999962806702,0.03150000050663948,-0.3303000032901764,-0.9434000253677368,0.13930000364780426,-0.713699996471405,-0.6863999962806702,0.06360000371932983,-0.3255999982357025,-0.9434000253677368,0.06909999996423721,-0.7239000201225281,-0.6865000128746033,0.09200000017881393,-0.963699996471405,-0.25049999356269836,0.18549999594688416,-0.9502000212669373,-0.25049999356269836,0.06909999996423721,-0.7239000201225281,-0.6865000128746033,0.18549999594688416,-0.9502000212669373,-0.25049999356269836,0.13930000364780426,-0.713699996471405,-0.6863999962806702,0.0949999988079071,-0.9955000281333923,0,0.09489999711513519,-0.994700014591217,-0.040699999779462814,-0.0035000001080334187,-0.9991999864578247,-0.040699999779462814,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-0.9991999864578247,-0.040699999779462814,-0.0035000001080334187,-1,0,0.1915999948978424,-0.9815000295639038,0,0.1914999932050705,-0.9807000160217285,-0.040699999779462814,0.09489999711513519,-0.994700014591217,-0.040699999779462814,0.1915999948978424,-0.9815000295639038,0,0.09489999711513519,-0.994700014591217,-0.040699999779462814,0.0949999988079071,-0.9955000281333923,0,0.09489999711513519,-0.994700014591217,-0.040699999779462814,0.09200000017881393,-0.963699996471405,-0.25049999356269836,-0.0034000000450760126,-0.9681000113487244,-0.25049999356269836,0.09489999711513519,-0.994700014591217,-0.040699999779462814,-0.0034000000450760126,-0.9681000113487244,-0.25049999356269836,-0.0035000001080334187,-0.9991999864578247,-0.040699999779462814,0.1914999932050705,-0.9807000160217285,-0.040699999779462814,0.18549999594688416,-0.9502000212669373,-0.25049999356269836,0.09200000017881393,-0.963699996471405,-0.25049999356269836,0.1914999932050705,-0.9807000160217285,-0.040699999779462814,0.09200000017881393,-0.963699996471405,-0.25049999356269836,0.09489999711513519,-0.994700014591217,-0.040699999779462814,0.37940001487731934,-0.9251999855041504,0,0.3790999948978424,-0.9244999885559082,-0.040699999779462814,0.28619998693466187,-0.9573000073432922,-0.040699999779462814,0.37940001487731934,-0.9251999855041504,0,0.28619998693466187,-0.9573000073432922,-0.040699999779462814,0.2863999903202057,-0.9581000208854675,0,0.3790999948978424,-0.9244999885559082,-0.040699999779462814,0.36730000376701355,-0.8956999778747559,-0.25049999356269836,0.27730000019073486,-0.9276000261306763,-0.25049999356269836,0.3790999948978424,-0.9244999885559082,-0.040699999779462814,0.27730000019073486,-0.9276000261306763,-0.25049999356269836,0.28619998693466187,-0.9573000073432922,-0.040699999779462814,0.2863999903202057,-0.9581000208854675,0,0.28619998693466187,-0.9573000073432922,-0.040699999779462814,0.1914999932050705,-0.9807000160217285,-0.040699999779462814,0.2863999903202057,-0.9581000208854675,0,0.1914999932050705,-0.9807000160217285,-0.040699999779462814,0.1915999948978424,-0.9815000295639038,0,0.28619998693466187,-0.9573000073432922,-0.040699999779462814,0.27730000019073486,-0.9276000261306763,-0.25049999356269836,0.18549999594688416,-0.9502000212669373,-0.25049999356269836,0.28619998693466187,-0.9573000073432922,-0.040699999779462814,0.18549999594688416,-0.9502000212669373,-0.25049999356269836,0.1914999932050705,-0.9807000160217285,-0.040699999779462814,-0.033799998462200165,-0.33000001311302185,-0.9434000253677368,-0.07419999688863754,-0.7233999967575073,-0.6865000128746033,-0.0026000000070780516,-0.7271000146865845,-0.6866000294685364,-0.033799998462200165,-0.33000001311302185,-0.9434000253677368,-0.0026000000070780516,-0.7271000146865845,-0.6866000294685364,-0.0012000000569969416,-0.33169999718666077,-0.9434000253677368,-0.06589999794960022,-0.32519999146461487,-0.9434000253677368,-0.1444000005722046,-0.7127000093460083,-0.6863999962806702,-0.07419999688863754,-0.7233999967575073,-0.6865000128746033,-0.06589999794960022,-0.32519999146461487,-0.9434000253677368,-0.07419999688863754,-0.7233999967575073,-0.6865000128746033,-0.033799998462200165,-0.33000001311302185,-0.9434000253677368,-0.07419999688863754,-0.7233999967575073,-0.6865000128746033,-0.09880000352859497,-0.963100016117096,-0.25049999356269836,-0.0034000000450760126,-0.9681000113487244,-0.25049999356269836,-0.07419999688863754,-0.7233999967575073,-0.6865000128746033,-0.0034000000450760126,-0.9681000113487244,-0.25049999356269836,-0.0026000000070780516,-0.7271000146865845,-0.6866000294685364,-0.1444000005722046,-0.7127000093460083,-0.6863999962806702,-0.19220000505447388,-0.9488000273704529,-0.25049999356269836,-0.09880000352859497,-0.963100016117096,-0.25049999356269836,-0.1444000005722046,-0.7127000093460083,-0.6863999962806702,-0.09880000352859497,-0.963100016117096,-0.25049999356269836,-0.07419999688863754,-0.7233999967575073,-0.6865000128746033,-0.12800000607967377,-0.3059999942779541,-0.9434000253677368,-0.28060001134872437,-0.6707000136375427,-0.6866000294685364,-0.21320000290870667,-0.6952000260353088,-0.6865000128746033,-0.12800000607967377,-0.3059999942779541,-0.9434000253677368,-0.21320000290870667,-0.6952000260353088,-0.6865000128746033,-0.09730000048875809,-0.3172000050544739,-0.9434000253677368,-0.28060001134872437,-0.6707000136375427,-0.6866000294685364,-0.3736000061035156,-0.8931000232696533,-0.25049999356269836,-0.2838999927043915,-0.925599992275238,-0.25049999356269836,-0.28060001134872437,-0.6707000136375427,-0.6866000294685364,-0.2838999927043915,-0.925599992275238,-0.25049999356269836,-0.21320000290870667,-0.6952000260353088,-0.6865000128746033,-0.09730000048875809,-0.3172000050544739,-0.9434000253677368,-0.21320000290870667,-0.6952000260353088,-0.6865000128746033,-0.1444000005722046,-0.7127000093460083,-0.6863999962806702,-0.09730000048875809,-0.3172000050544739,-0.9434000253677368,-0.1444000005722046,-0.7127000093460083,-0.6863999962806702,-0.06589999794960022,-0.32519999146461487,-0.9434000253677368,-0.21320000290870667,-0.6952000260353088,-0.6865000128746033,-0.2838999927043915,-0.925599992275238,-0.25049999356269836,-0.19220000505447388,-0.9488000273704529,-0.25049999356269836,-0.21320000290870667,-0.6952000260353088,-0.6865000128746033,-0.19220000505447388,-0.9488000273704529,-0.25049999356269836,-0.1444000005722046,-0.7127000093460083,-0.6863999962806702,-0.29319998621940613,-0.9560999870300293,0,-0.2930000126361847,-0.955299973487854,-0.040699999779462814,-0.3856000006198883,-0.9218000173568726,-0.040699999779462814,-0.29319998621940613,-0.9560999870300293,0,-0.3856000006198883,-0.9218000173568726,-0.040699999779462814,-0.38589999079704285,-0.9225000143051147,0,-0.19859999418258667,-0.9800999760627747,0,-0.19840000569820404,-0.9793000221252441,-0.040699999779462814,-0.2930000126361847,-0.955299973487854,-0.040699999779462814,-0.19859999418258667,-0.9800999760627747,0,-0.2930000126361847,-0.955299973487854,-0.040699999779462814,-0.29319998621940613,-0.9560999870300293,0,-0.2930000126361847,-0.955299973487854,-0.040699999779462814,-0.2838999927043915,-0.925599992275238,-0.25049999356269836,-0.3736000061035156,-0.8931000232696533,-0.25049999356269836,-0.2930000126361847,-0.955299973487854,-0.040699999779462814,-0.3736000061035156,-0.8931000232696533,-0.25049999356269836,-0.3856000006198883,-0.9218000173568726,-0.040699999779462814,-0.19840000569820404,-0.9793000221252441,-0.040699999779462814,-0.19220000505447388,-0.9488000273704529,-0.25049999356269836,-0.2838999927043915,-0.925599992275238,-0.25049999356269836,-0.19840000569820404,-0.9793000221252441,-0.040699999779462814,-0.2838999927043915,-0.925599992275238,-0.25049999356269836,-0.2930000126361847,-0.955299973487854,-0.040699999779462814,-0.0035000001080334187,-1,0,-0.0035000001080334187,-0.9991999864578247,-0.040699999779462814,-0.10189999639987946,-0.9940000176429749,-0.040699999779462814,-0.0035000001080334187,-1,0,-0.10189999639987946,-0.9940000176429749,-0.040699999779462814,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-0.9991999864578247,-0.040699999779462814,-0.0034000000450760126,-0.9681000113487244,-0.25049999356269836,-0.09880000352859497,-0.963100016117096,-0.25049999356269836,-0.0035000001080334187,-0.9991999864578247,-0.040699999779462814,-0.09880000352859497,-0.963100016117096,-0.25049999356269836,-0.10189999639987946,-0.9940000176429749,-0.040699999779462814,-0.10199999809265137,-0.9947999715805054,0,-0.10189999639987946,-0.9940000176429749,-0.040699999779462814,-0.19840000569820404,-0.9793000221252441,-0.040699999779462814,-0.10199999809265137,-0.9947999715805054,0,-0.19840000569820404,-0.9793000221252441,-0.040699999779462814,-0.19859999418258667,-0.9800999760627747,0,-0.10189999639987946,-0.9940000176429749,-0.040699999779462814,-0.09880000352859497,-0.963100016117096,-0.25049999356269836,-0.19220000505447388,-0.9488000273704529,-0.25049999356269836,-0.10189999639987946,-0.9940000176429749,-0.040699999779462814,-0.19220000505447388,-0.9488000273704529,-0.25049999356269836,-0.19840000569820404,-0.9793000221252441,-0.040699999779462814,-0.15760000050067902,-0.29190000891685486,-0.9434000253677368,-0.34540000557899475,-0.6399000287055969,-0.6865000128746033,-0.28060001134872437,-0.6707000136375427,-0.6866000294685364,-0.15760000050067902,-0.29190000891685486,-0.9434000253677368,-0.28060001134872437,-0.6707000136375427,-0.6866000294685364,-0.12800000607967377,-0.3059999942779541,-0.9434000253677368,-0.18529999256134033,-0.2752000093460083,-0.9434000253677368,-0.40610000491142273,-0.6032000184059143,-0.6863999962806702,-0.34540000557899475,-0.6399000287055969,-0.6865000128746033,-0.18529999256134033,-0.2752000093460083,-0.9434000253677368,-0.34540000557899475,-0.6399000287055969,-0.6865000128746033,-0.15760000050067902,-0.29190000891685486,-0.9434000253677368,-0.34540000557899475,-0.6399000287055969,-0.6865000128746033,-0.45980000495910645,-0.8519999980926514,-0.25049999356269836,-0.3736000061035156,-0.8931000232696533,-0.25049999356269836,-0.34540000557899475,-0.6399000287055969,-0.6865000128746033,-0.3736000061035156,-0.8931000232696533,-0.25049999356269836,-0.28060001134872437,-0.6707000136375427,-0.6866000294685364,-0.40610000491142273,-0.6032000184059143,-0.6863999962806702,-0.5407000184059143,-0.8030999898910522,-0.25049999356269836,-0.45980000495910645,-0.8519999980926514,-0.25049999356269836,-0.40610000491142273,-0.6032000184059143,-0.6863999962806702,-0.45980000495910645,-0.8519999980926514,-0.25049999356269836,-0.34540000557899475,-0.6399000287055969,-0.6865000128746033,-0.2354000061750412,-0.2337000072002411,-0.9434000253677368,-0.5159000158309937,-0.5123000144958496,-0.6866000294685364,-0.46299999952316284,-0.560699999332428,-0.6865000128746033,-0.2354000061750412,-0.2337000072002411,-0.9434000253677368,-0.46299999952316284,-0.560699999332428,-0.6865000128746033,-0.21119999885559082,-0.2558000087738037,-0.9434000253677368,-0.5159000158309937,-0.5123000144958496,-0.6866000294685364,-0.6869999766349792,-0.6820999979972839,-0.25049999356269836,-0.6164000034332275,-0.7465000152587891,-0.25049999356269836,-0.5159000158309937,-0.5123000144958496,-0.6866000294685364,-0.6164000034332275,-0.7465000152587891,-0.25049999356269836,-0.46299999952316284,-0.560699999332428,-0.6865000128746033,-0.21119999885559082,-0.2558000087738037,-0.9434000253677368,-0.46299999952316284,-0.560699999332428,-0.6865000128746033,-0.40610000491142273,-0.6032000184059143,-0.6863999962806702,-0.21119999885559082,-0.2558000087738037,-0.9434000253677368,-0.40610000491142273,-0.6032000184059143,-0.6863999962806702,-0.18529999256134033,-0.2752000093460083,-0.9434000253677368,-0.46299999952316284,-0.560699999332428,-0.6865000128746033,-0.6164000034332275,-0.7465000152587891,-0.25049999356269836,-0.5407000184059143,-0.8030999898910522,-0.25049999356269836,-0.46299999952316284,-0.560699999332428,-0.6865000128746033,-0.5407000184059143,-0.8030999898910522,-0.25049999356269836,-0.40610000491142273,-0.6032000184059143,-0.6863999962806702,-0.6366999745368958,-0.7710999846458435,0,-0.6362000107765198,-0.7703999876976013,-0.040699999779462814,-0.7089999914169312,-0.7039999961853027,-0.040699999779462814,-0.6366999745368958,-0.7710999846458435,0,-0.7089999914169312,-0.7039999961853027,-0.040699999779462814,-0.7095999717712402,-0.7045999765396118,0,-0.5584999918937683,-0.8295000195503235,0,-0.5580000281333923,-0.8288000226020813,-0.040699999779462814,-0.6362000107765198,-0.7703999876976013,-0.040699999779462814,-0.5584999918937683,-0.8295000195503235,0,-0.6362000107765198,-0.7703999876976013,-0.040699999779462814,-0.6366999745368958,-0.7710999846458435,0,-0.6362000107765198,-0.7703999876976013,-0.040699999779462814,-0.6164000034332275,-0.7465000152587891,-0.25049999356269836,-0.6869999766349792,-0.6820999979972839,-0.25049999356269836,-0.6362000107765198,-0.7703999876976013,-0.040699999779462814,-0.6869999766349792,-0.6820999979972839,-0.25049999356269836,-0.7089999914169312,-0.7039999961853027,-0.040699999779462814,-0.5580000281333923,-0.8288000226020813,-0.040699999779462814,-0.5407000184059143,-0.8030999898910522,-0.25049999356269836,-0.6164000034332275,-0.7465000152587891,-0.25049999356269836,-0.5580000281333923,-0.8288000226020813,-0.040699999779462814,-0.6164000034332275,-0.7465000152587891,-0.25049999356269836,-0.6362000107765198,-0.7703999876976013,-0.040699999779462814,-0.38589999079704285,-0.9225000143051147,0,-0.3856000006198883,-0.9218000173568726,-0.040699999779462814,-0.47450000047683716,-0.8792999982833862,-0.040699999779462814,-0.38589999079704285,-0.9225000143051147,0,-0.47450000047683716,-0.8792999982833862,-0.040699999779462814,-0.4749000072479248,-0.8799999952316284,0,-0.3856000006198883,-0.9218000173568726,-0.040699999779462814,-0.3736000061035156,-0.8931000232696533,-0.25049999356269836,-0.45980000495910645,-0.8519999980926514,-0.25049999356269836,-0.3856000006198883,-0.9218000173568726,-0.040699999779462814,-0.45980000495910645,-0.8519999980926514,-0.25049999356269836,-0.47450000047683716,-0.8792999982833862,-0.040699999779462814,-0.4749000072479248,-0.8799999952316284,0,-0.47450000047683716,-0.8792999982833862,-0.040699999779462814,-0.5580000281333923,-0.8288000226020813,-0.040699999779462814,-0.4749000072479248,-0.8799999952316284,0,-0.5580000281333923,-0.8288000226020813,-0.040699999779462814,-0.5584999918937683,-0.8295000195503235,0,-0.47450000047683716,-0.8792999982833862,-0.040699999779462814,-0.45980000495910645,-0.8519999980926514,-0.25049999356269836,-0.5407000184059143,-0.8030999898910522,-0.25049999356269836,-0.47450000047683716,-0.8792999982833862,-0.040699999779462814,-0.5407000184059143,-0.8030999898910522,-0.25049999356269836,-0.5580000281333923,-0.8288000226020813,-0.040699999779462814,-0.2572999894618988,-0.2093999981880188,-0.9434000253677368,-0.5640000104904175,-0.45899999141693115,-0.6865000128746033,-0.5159000158309937,-0.5123000144958496,-0.6866000294685364,-0.2572999894618988,-0.2093999981880188,-0.9434000253677368,-0.5159000158309937,-0.5123000144958496,-0.6866000294685364,-0.2354000061750412,-0.2337000072002411,-0.9434000253677368,-0.27649998664855957,-0.1834000051021576,-0.9434000253677368,-0.6061000227928162,-0.4018999934196472,-0.6863999962806702,-0.5640000104904175,-0.45899999141693115,-0.6865000128746033,-0.27649998664855957,-0.1834000051021576,-0.9434000253677368,-0.5640000104904175,-0.45899999141693115,-0.6865000128746033,-0.2572999894618988,-0.2093999981880188,-0.9434000253677368,-0.5640000104904175,-0.45899999141693115,-0.6865000128746033,-0.7508000135421753,-0.6111999750137329,-0.25049999356269836,-0.6869999766349792,-0.6820999979972839,-0.25049999356269836,-0.5640000104904175,-0.45899999141693115,-0.6865000128746033,-0.6869999766349792,-0.6820999979972839,-0.25049999356269836,-0.5159000158309937,-0.5123000144958496,-0.6866000294685364,-0.6061000227928162,-0.4018999934196472,-0.6863999962806702,-0.8069000244140625,-0.5350000262260437,-0.25049999356269836,-0.7508000135421753,-0.6111999750137329,-0.25049999356269836,-0.6061000227928162,-0.4018999934196472,-0.6863999962806702,-0.7508000135421753,-0.6111999750137329,-0.25049999356269836,-0.5640000104904175,-0.45899999141693115,-0.6865000128746033,-0.3068999946117401,-0.1257999986410141,-0.9434000253677368,-0.6726999878883362,-0.2759000062942505,-0.6866000294685364,-0.642300009727478,-0.3407999873161316,-0.6865000128746033,-0.3068999946117401,-0.1257999986410141,-0.9434000253677368,-0.642300009727478,-0.3407999873161316,-0.6865000128746033,-0.2930999994277954,-0.15549999475479126,-0.9434000253677368,-0.6726999878883362,-0.2759000062942505,-0.6866000294685364,-0.8956999778747559,-0.36730000376701355,-0.25049999356269836,-0.8551999926567078,-0.4537999927997589,-0.25049999356269836,-0.6726999878883362,-0.2759000062942505,-0.6866000294685364,-0.8551999926567078,-0.4537999927997589,-0.25049999356269836,-0.642300009727478,-0.3407999873161316,-0.6865000128746033,-0.2930999994277954,-0.15549999475479126,-0.9434000253677368,-0.642300009727478,-0.3407999873161316,-0.6865000128746033,-0.6061000227928162,-0.4018999934196472,-0.6863999962806702,-0.2930999994277954,-0.15549999475479126,-0.9434000253677368,-0.6061000227928162,-0.4018999934196472,-0.6863999962806702,-0.27649998664855957,-0.1834000051021576,-0.9434000253677368,-0.642300009727478,-0.3407999873161316,-0.6865000128746033,-0.8551999926567078,-0.4537999927997589,-0.25049999356269836,-0.8069000244140625,-0.5350000262260437,-0.25049999356269836,-0.642300009727478,-0.3407999873161316,-0.6865000128746033,-0.8069000244140625,-0.5350000262260437,-0.25049999356269836,-0.6061000227928162,-0.4018999934196472,-0.6863999962806702,-0.883400022983551,-0.46869999170303345,0,-0.8826000094413757,-0.4683000147342682,-0.040699999779462814,-0.9244999885559082,-0.3790999948978424,-0.040699999779462814,-0.883400022983551,-0.46869999170303345,0,-0.9244999885559082,-0.3790999948978424,-0.040699999779462814,-0.9251999855041504,-0.37940001487731934,0,-0.8334000110626221,-0.5526000261306763,0,-0.8327000141143799,-0.5522000193595886,-0.040699999779462814,-0.8826000094413757,-0.4683000147342682,-0.040699999779462814,-0.8334000110626221,-0.5526000261306763,0,-0.8826000094413757,-0.4683000147342682,-0.040699999779462814,-0.883400022983551,-0.46869999170303345,0,-0.8826000094413757,-0.4683000147342682,-0.040699999779462814,-0.8551999926567078,-0.4537999927997589,-0.25049999356269836,-0.8956999778747559,-0.36730000376701355,-0.25049999356269836,-0.8826000094413757,-0.4683000147342682,-0.040699999779462814,-0.8956999778747559,-0.36730000376701355,-0.25049999356269836,-0.9244999885559082,-0.3790999948978424,-0.040699999779462814,-0.8327000141143799,-0.5522000193595886,-0.040699999779462814,-0.8069000244140625,-0.5350000262260437,-0.25049999356269836,-0.8551999926567078,-0.4537999927997589,-0.25049999356269836,-0.8327000141143799,-0.5522000193595886,-0.040699999779462814,-0.8551999926567078,-0.4537999927997589,-0.25049999356269836,-0.8826000094413757,-0.4683000147342682,-0.040699999779462814,-0.7095999717712402,-0.7045999765396118,0,-0.7089999914169312,-0.7039999961853027,-0.040699999779462814,-0.7749000191688538,-0.6308000087738037,-0.040699999779462814,-0.7095999717712402,-0.7045999765396118,0,-0.7749000191688538,-0.6308000087738037,-0.040699999779462814,-0.775600016117096,-0.6312999725341797,0,-0.7089999914169312,-0.7039999961853027,-0.040699999779462814,-0.6869999766349792,-0.6820999979972839,-0.25049999356269836,-0.7508000135421753,-0.6111999750137329,-0.25049999356269836,-0.7089999914169312,-0.7039999961853027,-0.040699999779462814,-0.7508000135421753,-0.6111999750137329,-0.25049999356269836,-0.7749000191688538,-0.6308000087738037,-0.040699999779462814,-0.775600016117096,-0.6312999725341797,0,-0.7749000191688538,-0.6308000087738037,-0.040699999779462814,-0.8327000141143799,-0.5522000193595886,-0.040699999779462814,-0.775600016117096,-0.6312999725341797,0,-0.8327000141143799,-0.5522000193595886,-0.040699999779462814,-0.8334000110626221,-0.5526000261306763,0,-0.7749000191688538,-0.6308000087738037,-0.040699999779462814,-0.7508000135421753,-0.6111999750137329,-0.25049999356269836,-0.8069000244140625,-0.5350000262260437,-0.25049999356269836,-0.7749000191688538,-0.6308000087738037,-0.040699999779462814,-0.8069000244140625,-0.5350000262260437,-0.25049999356269836,-0.8327000141143799,-0.5522000193595886,-0.040699999779462814,-0.31779998540878296,-0.0949999988079071,-0.9434000253677368,-0.6966999769210815,-0.20829999446868896,-0.6865000128746033,-0.6726999878883362,-0.2759000062942505,-0.6866000294685364,-0.31779998540878296,-0.0949999988079071,-0.9434000253677368,-0.6726999878883362,-0.2759000062942505,-0.6866000294685364,-0.3068999946117401,-0.1257999986410141,-0.9434000253677368,-0.3255999982357025,-0.06360000371932983,-0.9434000253677368,-0.713699996471405,-0.13930000364780426,-0.6863999962806702,-0.6966999769210815,-0.20829999446868896,-0.6865000128746033,-0.3255999982357025,-0.06360000371932983,-0.9434000253677368,-0.6966999769210815,-0.20829999446868896,-0.6865000128746033,-0.31779998540878296,-0.0949999988079071,-0.9434000253677368,-0.6966999769210815,-0.20829999446868896,-0.6865000128746033,-0.9276000261306763,-0.27730000019073486,-0.25049999356269836,-0.8956999778747559,-0.36730000376701355,-0.25049999356269836,-0.6966999769210815,-0.20829999446868896,-0.6865000128746033,-0.8956999778747559,-0.36730000376701355,-0.25049999356269836,-0.6726999878883362,-0.2759000062942505,-0.6866000294685364,-0.713699996471405,-0.13930000364780426,-0.6863999962806702,-0.9502000212669373,-0.18549999594688416,-0.25049999356269836,-0.9276000261306763,-0.27730000019073486,-0.25049999356269836,-0.713699996471405,-0.13930000364780426,-0.6863999962806702,-0.9276000261306763,-0.27730000019073486,-0.25049999356269836,-0.6966999769210815,-0.20829999446868896,-0.6865000128746033,-0.33169999718666077,0.0012000000569969416,-0.9434000253677368,-0.7271000146865845,0.0026000000070780516,-0.6866000294685364,-0.7239000201225281,-0.06909999996423721,-0.6865000128746033,-0.33169999718666077,0.0012000000569969416,-0.9434000253677368,-0.7239000201225281,-0.06909999996423721,-0.6865000128746033,-0.3301999866962433,-0.03150000050663948,-0.9434000253677368,-0.7271000146865845,0.0026000000070780516,-0.6866000294685364,-0.9681000113487244,0.0034000000450760126,-0.25049999356269836,-0.963699996471405,-0.09200000017881393,-0.25049999356269836,-0.7271000146865845,0.0026000000070780516,-0.6866000294685364,-0.963699996471405,-0.09200000017881393,-0.25049999356269836,-0.7239000201225281,-0.06909999996423721,-0.6865000128746033,-0.3301999866962433,-0.03150000050663948,-0.9434000253677368,-0.7239000201225281,-0.06909999996423721,-0.6865000128746033,-0.713699996471405,-0.13930000364780426,-0.6863999962806702,-0.3301999866962433,-0.03150000050663948,-0.9434000253677368,-0.713699996471405,-0.13930000364780426,-0.6863999962806702,-0.3255999982357025,-0.06360000371932983,-0.9434000253677368,-0.7239000201225281,-0.06909999996423721,-0.6865000128746033,-0.963699996471405,-0.09200000017881393,-0.25049999356269836,-0.9502000212669373,-0.18549999594688416,-0.25049999356269836,-0.7239000201225281,-0.06909999996423721,-0.6865000128746033,-0.9502000212669373,-0.18549999594688416,-0.25049999356269836,-0.713699996471405,-0.13930000364780426,-0.6863999962806702,-0.9955000281333923,-0.0949999988079071,0,-0.994700014591217,-0.09489999711513519,-0.040699999779462814,-0.9991999864578247,0.0035000001080334187,-0.040699999779462814,-0.9955000281333923,-0.0949999988079071,0,-0.9991999864578247,0.0035000001080334187,-0.040699999779462814,-1,0.0035000001080334187,0,-0.9815000295639038,-0.1915999948978424,0,-0.9807000160217285,-0.1914999932050705,-0.040699999779462814,-0.994700014591217,-0.09489999711513519,-0.040699999779462814,-0.9815000295639038,-0.1915999948978424,0,-0.994700014591217,-0.09489999711513519,-0.040699999779462814,-0.9955000281333923,-0.0949999988079071,0,-0.994700014591217,-0.09489999711513519,-0.040699999779462814,-0.963699996471405,-0.09200000017881393,-0.25049999356269836,-0.9681000113487244,0.0034000000450760126,-0.25049999356269836,-0.994700014591217,-0.09489999711513519,-0.040699999779462814,-0.9681000113487244,0.0034000000450760126,-0.25049999356269836,-0.9991999864578247,0.0035000001080334187,-0.040699999779462814,-0.9807000160217285,-0.1914999932050705,-0.040699999779462814,-0.9502000212669373,-0.18549999594688416,-0.25049999356269836,-0.963699996471405,-0.09200000017881393,-0.25049999356269836,-0.9807000160217285,-0.1914999932050705,-0.040699999779462814,-0.963699996471405,-0.09200000017881393,-0.25049999356269836,-0.994700014591217,-0.09489999711513519,-0.040699999779462814,-0.9251999855041504,-0.37940001487731934,0,-0.9244999885559082,-0.3790999948978424,-0.040699999779462814,-0.9573000073432922,-0.28619998693466187,-0.040699999779462814,-0.9251999855041504,-0.37940001487731934,0,-0.9573000073432922,-0.28619998693466187,-0.040699999779462814,-0.9581000208854675,-0.2863999903202057,0,-0.9244999885559082,-0.3790999948978424,-0.040699999779462814,-0.8956999778747559,-0.36730000376701355,-0.25049999356269836,-0.9276000261306763,-0.27730000019073486,-0.25049999356269836,-0.9244999885559082,-0.3790999948978424,-0.040699999779462814,-0.9276000261306763,-0.27730000019073486,-0.25049999356269836,-0.9573000073432922,-0.28619998693466187,-0.040699999779462814,-0.9581000208854675,-0.2863999903202057,0,-0.9573000073432922,-0.28619998693466187,-0.040699999779462814,-0.9807000160217285,-0.1914999932050705,-0.040699999779462814,-0.9581000208854675,-0.2863999903202057,0,-0.9807000160217285,-0.1914999932050705,-0.040699999779462814,-0.9815000295639038,-0.1915999948978424,0,-0.9573000073432922,-0.28619998693466187,-0.040699999779462814,-0.9276000261306763,-0.27730000019073486,-0.25049999356269836,-0.9502000212669373,-0.18549999594688416,-0.25049999356269836,-0.9573000073432922,-0.28619998693466187,-0.040699999779462814,-0.9502000212669373,-0.18549999594688416,-0.25049999356269836,-0.9807000160217285,-0.1914999932050705,-0.040699999779462814,-0.33000001311302185,0.033799998462200165,-0.9434000253677368,-0.7233999967575073,0.07419999688863754,-0.6865000128746033,-0.7271000146865845,0.0026000000070780516,-0.6866000294685364,-0.33000001311302185,0.033799998462200165,-0.9434000253677368,-0.7271000146865845,0.0026000000070780516,-0.6866000294685364,-0.33169999718666077,0.0012000000569969416,-0.9434000253677368,-0.32519999146461487,0.06589999794960022,-0.9434000253677368,-0.7127000093460083,0.1444000005722046,-0.6863999962806702,-0.7233999967575073,0.07419999688863754,-0.6865000128746033,-0.32519999146461487,0.06589999794960022,-0.9434000253677368,-0.7233999967575073,0.07419999688863754,-0.6865000128746033,-0.33000001311302185,0.033799998462200165,-0.9434000253677368,-0.7233999967575073,0.07419999688863754,-0.6865000128746033,-0.963100016117096,0.09880000352859497,-0.25049999356269836,-0.9681000113487244,0.0034000000450760126,-0.25049999356269836,-0.7233999967575073,0.07419999688863754,-0.6865000128746033,-0.9681000113487244,0.0034000000450760126,-0.25049999356269836,-0.7271000146865845,0.0026000000070780516,-0.6866000294685364,-0.7127000093460083,0.1444000005722046,-0.6863999962806702,-0.9488000273704529,0.19220000505447388,-0.25049999356269836,-0.963100016117096,0.09880000352859497,-0.25049999356269836,-0.7127000093460083,0.1444000005722046,-0.6863999962806702,-0.963100016117096,0.09880000352859497,-0.25049999356269836,-0.7233999967575073,0.07419999688863754,-0.6865000128746033,-0.3059999942779541,0.12800000607967377,-0.9434000253677368,-0.6707000136375427,0.28060001134872437,-0.6866000294685364,-0.6952000260353088,0.21320000290870667,-0.6865000128746033,-0.3059999942779541,0.12800000607967377,-0.9434000253677368,-0.6952000260353088,0.21320000290870667,-0.6865000128746033,-0.3172000050544739,0.09730000048875809,-0.9434000253677368,-0.6707000136375427,0.28060001134872437,-0.6866000294685364,-0.8931000232696533,0.3736000061035156,-0.25049999356269836,-0.925599992275238,0.2838999927043915,-0.25049999356269836,-0.6707000136375427,0.28060001134872437,-0.6866000294685364,-0.925599992275238,0.2838999927043915,-0.25049999356269836,-0.6952000260353088,0.21320000290870667,-0.6865000128746033,-0.3172000050544739,0.09730000048875809,-0.9434000253677368,-0.6952000260353088,0.21320000290870667,-0.6865000128746033,-0.7127000093460083,0.1444000005722046,-0.6863999962806702,-0.3172000050544739,0.09730000048875809,-0.9434000253677368,-0.7127000093460083,0.1444000005722046,-0.6863999962806702,-0.32519999146461487,0.06589999794960022,-0.9434000253677368,-0.6952000260353088,0.21320000290870667,-0.6865000128746033,-0.925599992275238,0.2838999927043915,-0.25049999356269836,-0.9488000273704529,0.19220000505447388,-0.25049999356269836,-0.6952000260353088,0.21320000290870667,-0.6865000128746033,-0.9488000273704529,0.19220000505447388,-0.25049999356269836,-0.7127000093460083,0.1444000005722046,-0.6863999962806702,-0.9560999870300293,0.29319998621940613,0,-0.955299973487854,0.2930000126361847,-0.040699999779462814,-0.9218000173568726,0.3856000006198883,-0.040699999779462814,-0.9560999870300293,0.29319998621940613,0,-0.9218000173568726,0.3856000006198883,-0.040699999779462814,-0.9225000143051147,0.38589999079704285,0,-0.9800999760627747,0.19859999418258667,0,-0.9793000221252441,0.19840000569820404,-0.040699999779462814,-0.955299973487854,0.2930000126361847,-0.040699999779462814,-0.9800999760627747,0.19859999418258667,0,-0.955299973487854,0.2930000126361847,-0.040699999779462814,-0.9560999870300293,0.29319998621940613,0,-0.955299973487854,0.2930000126361847,-0.040699999779462814,-0.925599992275238,0.2838999927043915,-0.25049999356269836,-0.8931000232696533,0.3736000061035156,-0.25049999356269836,-0.955299973487854,0.2930000126361847,-0.040699999779462814,-0.8931000232696533,0.3736000061035156,-0.25049999356269836,-0.9218000173568726,0.3856000006198883,-0.040699999779462814,-0.9793000221252441,0.19840000569820404,-0.040699999779462814,-0.9488000273704529,0.19220000505447388,-0.25049999356269836,-0.925599992275238,0.2838999927043915,-0.25049999356269836,-0.9793000221252441,0.19840000569820404,-0.040699999779462814,-0.925599992275238,0.2838999927043915,-0.25049999356269836,-0.955299973487854,0.2930000126361847,-0.040699999779462814,-1,0.0035000001080334187,0,-0.9991999864578247,0.0035000001080334187,-0.040699999779462814,-0.9940000176429749,0.10189999639987946,-0.040699999779462814,-1,0.0035000001080334187,0,-0.9940000176429749,0.10189999639987946,-0.040699999779462814,-0.9947999715805054,0.10199999809265137,0,-0.9991999864578247,0.0035000001080334187,-0.040699999779462814,-0.9681000113487244,0.0034000000450760126,-0.25049999356269836,-0.963100016117096,0.09880000352859497,-0.25049999356269836,-0.9991999864578247,0.0035000001080334187,-0.040699999779462814,-0.963100016117096,0.09880000352859497,-0.25049999356269836,-0.9940000176429749,0.10189999639987946,-0.040699999779462814,-0.9947999715805054,0.10199999809265137,0,-0.9940000176429749,0.10189999639987946,-0.040699999779462814,-0.9793000221252441,0.19840000569820404,-0.040699999779462814,-0.9947999715805054,0.10199999809265137,0,-0.9793000221252441,0.19840000569820404,-0.040699999779462814,-0.9800999760627747,0.19859999418258667,0,-0.9940000176429749,0.10189999639987946,-0.040699999779462814,-0.963100016117096,0.09880000352859497,-0.25049999356269836,-0.9488000273704529,0.19220000505447388,-0.25049999356269836,-0.9940000176429749,0.10189999639987946,-0.040699999779462814,-0.9488000273704529,0.19220000505447388,-0.25049999356269836,-0.9793000221252441,0.19840000569820404,-0.040699999779462814,-0.29190000891685486,0.15760000050067902,-0.9434000253677368,-0.6399000287055969,0.34540000557899475,-0.6865000128746033,-0.6707000136375427,0.28060001134872437,-0.6866000294685364,-0.29190000891685486,0.15760000050067902,-0.9434000253677368,-0.6707000136375427,0.28060001134872437,-0.6866000294685364,-0.3059999942779541,0.12800000607967377,-0.9434000253677368,-0.2752000093460083,0.18529999256134033,-0.9434000253677368,-0.6032000184059143,0.40610000491142273,-0.6863999962806702,-0.6399000287055969,0.34540000557899475,-0.6865000128746033,-0.2752000093460083,0.18529999256134033,-0.9434000253677368,-0.6399000287055969,0.34540000557899475,-0.6865000128746033,-0.29190000891685486,0.15760000050067902,-0.9434000253677368,-0.6399000287055969,0.34540000557899475,-0.6865000128746033,-0.8519999980926514,0.45980000495910645,-0.25049999356269836,-0.8931000232696533,0.3736000061035156,-0.25049999356269836,-0.6399000287055969,0.34540000557899475,-0.6865000128746033,-0.8931000232696533,0.3736000061035156,-0.25049999356269836,-0.6707000136375427,0.28060001134872437,-0.6866000294685364,-0.6032000184059143,0.40610000491142273,-0.6863999962806702,-0.8030999898910522,0.5407000184059143,-0.25049999356269836,-0.8519999980926514,0.45980000495910645,-0.25049999356269836,-0.6032000184059143,0.40610000491142273,-0.6863999962806702,-0.8519999980926514,0.45980000495910645,-0.25049999356269836,-0.6399000287055969,0.34540000557899475,-0.6865000128746033,-0.2337000072002411,0.2354000061750412,-0.9434000253677368,-0.5123000144958496,0.5159000158309937,-0.6866000294685364,-0.560699999332428,0.46299999952316284,-0.6865000128746033,-0.2337000072002411,0.2354000061750412,-0.9434000253677368,-0.560699999332428,0.46299999952316284,-0.6865000128746033,-0.2558000087738037,0.21119999885559082,-0.9434000253677368,-0.5123000144958496,0.5159000158309937,-0.6866000294685364,-0.6820999979972839,0.6869999766349792,-0.25049999356269836,-0.7465000152587891,0.6164000034332275,-0.25049999356269836,-0.5123000144958496,0.5159000158309937,-0.6866000294685364,-0.7465000152587891,0.6164000034332275,-0.25049999356269836,-0.560699999332428,0.46299999952316284,-0.6865000128746033,-0.2558000087738037,0.21119999885559082,-0.9434000253677368,-0.560699999332428,0.46299999952316284,-0.6865000128746033,-0.6032000184059143,0.40610000491142273,-0.6863999962806702,-0.2558000087738037,0.21119999885559082,-0.9434000253677368,-0.6032000184059143,0.40610000491142273,-0.6863999962806702,-0.2752000093460083,0.18529999256134033,-0.9434000253677368,-0.560699999332428,0.46299999952316284,-0.6865000128746033,-0.7465000152587891,0.6164000034332275,-0.25049999356269836,-0.8030999898910522,0.5407000184059143,-0.25049999356269836,-0.560699999332428,0.46299999952316284,-0.6865000128746033,-0.8030999898910522,0.5407000184059143,-0.25049999356269836,-0.6032000184059143,0.40610000491142273,-0.6863999962806702,-0.7710999846458435,0.6366999745368958,0,-0.7703999876976013,0.6362000107765198,-0.040699999779462814,-0.7039999961853027,0.7089999914169312,-0.040699999779462814,-0.7710999846458435,0.6366999745368958,0,-0.7039999961853027,0.7089999914169312,-0.040699999779462814,-0.7045999765396118,0.7095999717712402,0,-0.8295000195503235,0.5584999918937683,0,-0.8288000226020813,0.5580000281333923,-0.040699999779462814,-0.7703999876976013,0.6362000107765198,-0.040699999779462814,-0.8295000195503235,0.5584999918937683,0,-0.7703999876976013,0.6362000107765198,-0.040699999779462814,-0.7710999846458435,0.6366999745368958,0,-0.7703999876976013,0.6362000107765198,-0.040699999779462814,-0.7465000152587891,0.6164000034332275,-0.25049999356269836,-0.6820999979972839,0.6869999766349792,-0.25049999356269836,-0.7703999876976013,0.6362000107765198,-0.040699999779462814,-0.6820999979972839,0.6869999766349792,-0.25049999356269836,-0.7039999961853027,0.7089999914169312,-0.040699999779462814,-0.8288000226020813,0.5580000281333923,-0.040699999779462814,-0.8030999898910522,0.5407000184059143,-0.25049999356269836,-0.7465000152587891,0.6164000034332275,-0.25049999356269836,-0.8288000226020813,0.5580000281333923,-0.040699999779462814,-0.7465000152587891,0.6164000034332275,-0.25049999356269836,-0.7703999876976013,0.6362000107765198,-0.040699999779462814,-0.9225000143051147,0.38589999079704285,0,-0.9218000173568726,0.3856000006198883,-0.040699999779462814,-0.8792999982833862,0.47450000047683716,-0.040699999779462814,-0.9225000143051147,0.38589999079704285,0,-0.8792999982833862,0.47450000047683716,-0.040699999779462814,-0.8799999952316284,0.4749000072479248,0,-0.9218000173568726,0.3856000006198883,-0.040699999779462814,-0.8931000232696533,0.3736000061035156,-0.25049999356269836,-0.8519999980926514,0.45980000495910645,-0.25049999356269836,-0.9218000173568726,0.3856000006198883,-0.040699999779462814,-0.8519999980926514,0.45980000495910645,-0.25049999356269836,-0.8792999982833862,0.47450000047683716,-0.040699999779462814,-0.8799999952316284,0.4749000072479248,0,-0.8792999982833862,0.47450000047683716,-0.040699999779462814,-0.8288000226020813,0.5580000281333923,-0.040699999779462814,-0.8799999952316284,0.4749000072479248,0,-0.8288000226020813,0.5580000281333923,-0.040699999779462814,-0.8295000195503235,0.5584999918937683,0,-0.8792999982833862,0.47450000047683716,-0.040699999779462814,-0.8519999980926514,0.45980000495910645,-0.25049999356269836,-0.8030999898910522,0.5407000184059143,-0.25049999356269836,-0.8792999982833862,0.47450000047683716,-0.040699999779462814,-0.8030999898910522,0.5407000184059143,-0.25049999356269836,-0.8288000226020813,0.5580000281333923,-0.040699999779462814,-0.2093999981880188,0.2572999894618988,-0.9434000253677368,-0.45899999141693115,0.5640000104904175,-0.6865000128746033,-0.5123000144958496,0.5159000158309937,-0.6866000294685364,-0.2093999981880188,0.2572999894618988,-0.9434000253677368,-0.5123000144958496,0.5159000158309937,-0.6866000294685364,-0.2337000072002411,0.2354000061750412,-0.9434000253677368,-0.1834000051021576,0.27649998664855957,-0.9434000253677368,-0.4018999934196472,0.6061000227928162,-0.6863999962806702,-0.45899999141693115,0.5640000104904175,-0.6865000128746033,-0.1834000051021576,0.27649998664855957,-0.9434000253677368,-0.45899999141693115,0.5640000104904175,-0.6865000128746033,-0.2093999981880188,0.2572999894618988,-0.9434000253677368,-0.45899999141693115,0.5640000104904175,-0.6865000128746033,-0.6111999750137329,0.7508000135421753,-0.25049999356269836,-0.6820999979972839,0.6869999766349792,-0.25049999356269836,-0.45899999141693115,0.5640000104904175,-0.6865000128746033,-0.6820999979972839,0.6869999766349792,-0.25049999356269836,-0.5123000144958496,0.5159000158309937,-0.6866000294685364,-0.4018999934196472,0.6061000227928162,-0.6863999962806702,-0.5350000262260437,0.8069000244140625,-0.25049999356269836,-0.6111999750137329,0.7508000135421753,-0.25049999356269836,-0.4018999934196472,0.6061000227928162,-0.6863999962806702,-0.6111999750137329,0.7508000135421753,-0.25049999356269836,-0.45899999141693115,0.5640000104904175,-0.6865000128746033,-0.1257999986410141,0.3068999946117401,-0.9434000253677368,-0.2759000062942505,0.6726999878883362,-0.6866000294685364,-0.3407999873161316,0.642300009727478,-0.6865000128746033,-0.1257999986410141,0.3068999946117401,-0.9434000253677368,-0.3407999873161316,0.642300009727478,-0.6865000128746033,-0.15549999475479126,0.2930999994277954,-0.9434000253677368,-0.2759000062942505,0.6726999878883362,-0.6866000294685364,-0.36730000376701355,0.8956999778747559,-0.25049999356269836,-0.4537999927997589,0.8551999926567078,-0.25049999356269836,-0.2759000062942505,0.6726999878883362,-0.6866000294685364,-0.4537999927997589,0.8551999926567078,-0.25049999356269836,-0.3407999873161316,0.642300009727478,-0.6865000128746033,-0.15549999475479126,0.2930999994277954,-0.9434000253677368,-0.3407999873161316,0.642300009727478,-0.6865000128746033,-0.4018999934196472,0.6061000227928162,-0.6863999962806702,-0.15549999475479126,0.2930999994277954,-0.9434000253677368,-0.4018999934196472,0.6061000227928162,-0.6863999962806702,-0.1834000051021576,0.27649998664855957,-0.9434000253677368,-0.3407999873161316,0.642300009727478,-0.6865000128746033,-0.4537999927997589,0.8551999926567078,-0.25049999356269836,-0.5350000262260437,0.8069000244140625,-0.25049999356269836,-0.3407999873161316,0.642300009727478,-0.6865000128746033,-0.5350000262260437,0.8069000244140625,-0.25049999356269836,-0.4018999934196472,0.6061000227928162,-0.6863999962806702,-0.46869999170303345,0.883400022983551,0,-0.4683000147342682,0.8826000094413757,-0.040699999779462814,-0.3790999948978424,0.9244999885559082,-0.040699999779462814,-0.46869999170303345,0.883400022983551,0,-0.3790999948978424,0.9244999885559082,-0.040699999779462814,-0.37940001487731934,0.9251999855041504,0,-0.5526000261306763,0.8334000110626221,0,-0.5522000193595886,0.8327000141143799,-0.040699999779462814,-0.4683000147342682,0.8826000094413757,-0.040699999779462814,-0.5526000261306763,0.8334000110626221,0,-0.4683000147342682,0.8826000094413757,-0.040699999779462814,-0.46869999170303345,0.883400022983551,0,-0.4683000147342682,0.8826000094413757,-0.040699999779462814,-0.4537999927997589,0.8551999926567078,-0.25049999356269836,-0.36730000376701355,0.8956999778747559,-0.25049999356269836,-0.4683000147342682,0.8826000094413757,-0.040699999779462814,-0.36730000376701355,0.8956999778747559,-0.25049999356269836,-0.3790999948978424,0.9244999885559082,-0.040699999779462814,-0.5522000193595886,0.8327000141143799,-0.040699999779462814,-0.5350000262260437,0.8069000244140625,-0.25049999356269836,-0.4537999927997589,0.8551999926567078,-0.25049999356269836,-0.5522000193595886,0.8327000141143799,-0.040699999779462814,-0.4537999927997589,0.8551999926567078,-0.25049999356269836,-0.4683000147342682,0.8826000094413757,-0.040699999779462814,-0.7045999765396118,0.7095999717712402,0,-0.7039999961853027,0.7089999914169312,-0.040699999779462814,-0.6308000087738037,0.7749000191688538,-0.040699999779462814,-0.7045999765396118,0.7095999717712402,0,-0.6308000087738037,0.7749000191688538,-0.040699999779462814,-0.6312999725341797,0.775600016117096,0,-0.7039999961853027,0.7089999914169312,-0.040699999779462814,-0.6820999979972839,0.6869999766349792,-0.25049999356269836,-0.6111999750137329,0.7508000135421753,-0.25049999356269836,-0.7039999961853027,0.7089999914169312,-0.040699999779462814,-0.6111999750137329,0.7508000135421753,-0.25049999356269836,-0.6308000087738037,0.7749000191688538,-0.040699999779462814,-0.6312999725341797,0.775600016117096,0,-0.6308000087738037,0.7749000191688538,-0.040699999779462814,-0.5522000193595886,0.8327000141143799,-0.040699999779462814,-0.6312999725341797,0.775600016117096,0,-0.5522000193595886,0.8327000141143799,-0.040699999779462814,-0.5526000261306763,0.8334000110626221,0,-0.6308000087738037,0.7749000191688538,-0.040699999779462814,-0.6111999750137329,0.7508000135421753,-0.25049999356269836,-0.5350000262260437,0.8069000244140625,-0.25049999356269836,-0.6308000087738037,0.7749000191688538,-0.040699999779462814,-0.5350000262260437,0.8069000244140625,-0.25049999356269836,-0.5522000193595886,0.8327000141143799,-0.040699999779462814,-0.0949999988079071,0.31779998540878296,-0.9434000253677368,-0.20829999446868896,0.6966999769210815,-0.6865000128746033,-0.2759000062942505,0.6726999878883362,-0.6866000294685364,-0.0949999988079071,0.31779998540878296,-0.9434000253677368,-0.2759000062942505,0.6726999878883362,-0.6866000294685364,-0.1257999986410141,0.3068999946117401,-0.9434000253677368,-0.06360000371932983,0.3255999982357025,-0.9434000253677368,-0.13930000364780426,0.713699996471405,-0.6863999962806702,-0.20829999446868896,0.6966999769210815,-0.6865000128746033,-0.06360000371932983,0.3255999982357025,-0.9434000253677368,-0.20829999446868896,0.6966999769210815,-0.6865000128746033,-0.0949999988079071,0.31779998540878296,-0.9434000253677368,-0.20829999446868896,0.6966999769210815,-0.6865000128746033,-0.27730000019073486,0.9276000261306763,-0.25049999356269836,-0.36730000376701355,0.8956999778747559,-0.25049999356269836,-0.20829999446868896,0.6966999769210815,-0.6865000128746033,-0.36730000376701355,0.8956999778747559,-0.25049999356269836,-0.2759000062942505,0.6726999878883362,-0.6866000294685364,-0.13930000364780426,0.713699996471405,-0.6863999962806702,-0.18549999594688416,0.9502000212669373,-0.25049999356269836,-0.27730000019073486,0.9276000261306763,-0.25049999356269836,-0.13930000364780426,0.713699996471405,-0.6863999962806702,-0.27730000019073486,0.9276000261306763,-0.25049999356269836,-0.20829999446868896,0.6966999769210815,-0.6865000128746033,0.0012000000569969416,0.33169999718666077,-0.9434000253677368,0.0026000000070780516,0.7271000146865845,-0.6866000294685364,-0.06909999996423721,0.7239000201225281,-0.6865000128746033,0.0012000000569969416,0.33169999718666077,-0.9434000253677368,-0.06909999996423721,0.7239000201225281,-0.6865000128746033,-0.03150000050663948,0.3303000032901764,-0.9434000253677368,0.0026000000070780516,0.7271000146865845,-0.6866000294685364,0.0034000000450760126,0.9681000113487244,-0.25049999356269836,-0.09200000017881393,0.963699996471405,-0.25049999356269836,0.0026000000070780516,0.7271000146865845,-0.6866000294685364,-0.09200000017881393,0.963699996471405,-0.25049999356269836,-0.06909999996423721,0.7239000201225281,-0.6865000128746033,-0.03150000050663948,0.3303000032901764,-0.9434000253677368,-0.06909999996423721,0.7239000201225281,-0.6865000128746033,-0.13930000364780426,0.713699996471405,-0.6863999962806702,-0.03150000050663948,0.3303000032901764,-0.9434000253677368,-0.13930000364780426,0.713699996471405,-0.6863999962806702,-0.06360000371932983,0.3255999982357025,-0.9434000253677368,-0.06909999996423721,0.7239000201225281,-0.6865000128746033,-0.09200000017881393,0.963699996471405,-0.25049999356269836,-0.18549999594688416,0.9502000212669373,-0.25049999356269836,-0.06909999996423721,0.7239000201225281,-0.6865000128746033,-0.18549999594688416,0.9502000212669373,-0.25049999356269836,-0.13930000364780426,0.713699996471405,-0.6863999962806702,-0.0949999988079071,0.9955000281333923,0,-0.09489999711513519,0.994700014591217,-0.040699999779462814,0.0035000001080334187,0.9991999864578247,-0.040699999779462814,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,0.9991999864578247,-0.040699999779462814,0.0035000001080334187,1,0,-0.1915999948978424,0.9815000295639038,0,-0.1914999932050705,0.9807000160217285,-0.040699999779462814,-0.09489999711513519,0.994700014591217,-0.040699999779462814,-0.1915999948978424,0.9815000295639038,0,-0.09489999711513519,0.994700014591217,-0.040699999779462814,-0.0949999988079071,0.9955000281333923,0,-0.09489999711513519,0.994700014591217,-0.040699999779462814,-0.09200000017881393,0.963699996471405,-0.25049999356269836,0.0034000000450760126,0.9681000113487244,-0.25049999356269836,-0.09489999711513519,0.994700014591217,-0.040699999779462814,0.0034000000450760126,0.9681000113487244,-0.25049999356269836,0.0035000001080334187,0.9991999864578247,-0.040699999779462814,-0.1914999932050705,0.9807000160217285,-0.040699999779462814,-0.18549999594688416,0.9502000212669373,-0.25049999356269836,-0.09200000017881393,0.963699996471405,-0.25049999356269836,-0.1914999932050705,0.9807000160217285,-0.040699999779462814,-0.09200000017881393,0.963699996471405,-0.25049999356269836,-0.09489999711513519,0.994700014591217,-0.040699999779462814,-0.37940001487731934,0.9251999855041504,0,-0.3790999948978424,0.9244999885559082,-0.040699999779462814,-0.28619998693466187,0.9573000073432922,-0.040699999779462814,-0.37940001487731934,0.9251999855041504,0,-0.28619998693466187,0.9573000073432922,-0.040699999779462814,-0.2863999903202057,0.9581000208854675,0,-0.3790999948978424,0.9244999885559082,-0.040699999779462814,-0.36730000376701355,0.8956999778747559,-0.25049999356269836,-0.27730000019073486,0.9276000261306763,-0.25049999356269836,-0.3790999948978424,0.9244999885559082,-0.040699999779462814,-0.27730000019073486,0.9276000261306763,-0.25049999356269836,-0.28619998693466187,0.9573000073432922,-0.040699999779462814,-0.2863999903202057,0.9581000208854675,0,-0.28619998693466187,0.9573000073432922,-0.040699999779462814,-0.1914999932050705,0.9807000160217285,-0.040699999779462814,-0.2863999903202057,0.9581000208854675,0,-0.1914999932050705,0.9807000160217285,-0.040699999779462814,-0.1915999948978424,0.9815000295639038,0,-0.28619998693466187,0.9573000073432922,-0.040699999779462814,-0.27730000019073486,0.9276000261306763,-0.25049999356269836,-0.18549999594688416,0.9502000212669373,-0.25049999356269836,-0.28619998693466187,0.9573000073432922,-0.040699999779462814,-0.18549999594688416,0.9502000212669373,-0.25049999356269836,-0.1914999932050705,0.9807000160217285,-0.040699999779462814,0.033799998462200165,0.33000001311302185,-0.9434000253677368,0.07419999688863754,0.7233999967575073,-0.6865000128746033,0.0026000000070780516,0.7271000146865845,-0.6866000294685364,0.033799998462200165,0.33000001311302185,-0.9434000253677368,0.0026000000070780516,0.7271000146865845,-0.6866000294685364,0.0012000000569969416,0.33169999718666077,-0.9434000253677368,0.06589999794960022,0.32519999146461487,-0.9434000253677368,0.1444000005722046,0.7127000093460083,-0.6863999962806702,0.07419999688863754,0.7233999967575073,-0.6865000128746033,0.06589999794960022,0.32519999146461487,-0.9434000253677368,0.07419999688863754,0.7233999967575073,-0.6865000128746033,0.033799998462200165,0.33000001311302185,-0.9434000253677368,0.07419999688863754,0.7233999967575073,-0.6865000128746033,0.09880000352859497,0.963100016117096,-0.25049999356269836,0.0034000000450760126,0.9681000113487244,-0.25049999356269836,0.07419999688863754,0.7233999967575073,-0.6865000128746033,0.0034000000450760126,0.9681000113487244,-0.25049999356269836,0.0026000000070780516,0.7271000146865845,-0.6866000294685364,0.1444000005722046,0.7127000093460083,-0.6863999962806702,0.19220000505447388,0.9488000273704529,-0.25049999356269836,0.09880000352859497,0.963100016117096,-0.25049999356269836,0.1444000005722046,0.7127000093460083,-0.6863999962806702,0.09880000352859497,0.963100016117096,-0.25049999356269836,0.07419999688863754,0.7233999967575073,-0.6865000128746033,0.12800000607967377,0.3059999942779541,-0.9434000253677368,0.28060001134872437,0.6707000136375427,-0.6866000294685364,0.21320000290870667,0.6952000260353088,-0.6865000128746033,0.12800000607967377,0.3059999942779541,-0.9434000253677368,0.21320000290870667,0.6952000260353088,-0.6865000128746033,0.09730000048875809,0.3172000050544739,-0.9434000253677368,0.28060001134872437,0.6707000136375427,-0.6866000294685364,0.3736000061035156,0.8931000232696533,-0.25049999356269836,0.2838999927043915,0.925599992275238,-0.25049999356269836,0.28060001134872437,0.6707000136375427,-0.6866000294685364,0.2838999927043915,0.925599992275238,-0.25049999356269836,0.21320000290870667,0.6952000260353088,-0.6865000128746033,0.09730000048875809,0.3172000050544739,-0.9434000253677368,0.21320000290870667,0.6952000260353088,-0.6865000128746033,0.1444000005722046,0.7127000093460083,-0.6863999962806702,0.09730000048875809,0.3172000050544739,-0.9434000253677368,0.1444000005722046,0.7127000093460083,-0.6863999962806702,0.06589999794960022,0.32519999146461487,-0.9434000253677368,0.21320000290870667,0.6952000260353088,-0.6865000128746033,0.2838999927043915,0.925599992275238,-0.25049999356269836,0.19220000505447388,0.9488000273704529,-0.25049999356269836,0.21320000290870667,0.6952000260353088,-0.6865000128746033,0.19220000505447388,0.9488000273704529,-0.25049999356269836,0.1444000005722046,0.7127000093460083,-0.6863999962806702,0.29319998621940613,0.9560999870300293,0,0.2930000126361847,0.955299973487854,-0.040699999779462814,0.3856000006198883,0.9218000173568726,-0.040699999779462814,0.29319998621940613,0.9560999870300293,0,0.3856000006198883,0.9218000173568726,-0.040699999779462814,0.38589999079704285,0.9225000143051147,0,0.19859999418258667,0.9800999760627747,0,0.19840000569820404,0.9793000221252441,-0.040699999779462814,0.2930000126361847,0.955299973487854,-0.040699999779462814,0.19859999418258667,0.9800999760627747,0,0.2930000126361847,0.955299973487854,-0.040699999779462814,0.29319998621940613,0.9560999870300293,0,0.2930000126361847,0.955299973487854,-0.040699999779462814,0.2838999927043915,0.925599992275238,-0.25049999356269836,0.3736000061035156,0.8931000232696533,-0.25049999356269836,0.2930000126361847,0.955299973487854,-0.040699999779462814,0.3736000061035156,0.8931000232696533,-0.25049999356269836,0.3856000006198883,0.9218000173568726,-0.040699999779462814,0.19840000569820404,0.9793000221252441,-0.040699999779462814,0.19220000505447388,0.9488000273704529,-0.25049999356269836,0.2838999927043915,0.925599992275238,-0.25049999356269836,0.19840000569820404,0.9793000221252441,-0.040699999779462814,0.2838999927043915,0.925599992275238,-0.25049999356269836,0.2930000126361847,0.955299973487854,-0.040699999779462814,0.0035000001080334187,1,0,0.0035000001080334187,0.9991999864578247,-0.040699999779462814,0.10189999639987946,0.9940000176429749,-0.040699999779462814,0.0035000001080334187,1,0,0.10189999639987946,0.9940000176429749,-0.040699999779462814,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,0.9991999864578247,-0.040699999779462814,0.0034000000450760126,0.9681000113487244,-0.25049999356269836,0.09880000352859497,0.963100016117096,-0.25049999356269836,0.0035000001080334187,0.9991999864578247,-0.040699999779462814,0.09880000352859497,0.963100016117096,-0.25049999356269836,0.10189999639987946,0.9940000176429749,-0.040699999779462814,0.10199999809265137,0.9947999715805054,0,0.10189999639987946,0.9940000176429749,-0.040699999779462814,0.19840000569820404,0.9793000221252441,-0.040699999779462814,0.10199999809265137,0.9947999715805054,0,0.19840000569820404,0.9793000221252441,-0.040699999779462814,0.19859999418258667,0.9800999760627747,0,0.10189999639987946,0.9940000176429749,-0.040699999779462814,0.09880000352859497,0.963100016117096,-0.25049999356269836,0.19220000505447388,0.9488000273704529,-0.25049999356269836,0.10189999639987946,0.9940000176429749,-0.040699999779462814,0.19220000505447388,0.9488000273704529,-0.25049999356269836,0.19840000569820404,0.9793000221252441,-0.040699999779462814,0.15760000050067902,0.29190000891685486,-0.9434000253677368,0.34540000557899475,0.6399000287055969,-0.6865000128746033,0.28060001134872437,0.6707000136375427,-0.6866000294685364,0.15760000050067902,0.29190000891685486,-0.9434000253677368,0.28060001134872437,0.6707000136375427,-0.6866000294685364,0.12800000607967377,0.3059999942779541,-0.9434000253677368,0.18529999256134033,0.2752000093460083,-0.9434000253677368,0.40610000491142273,0.6032000184059143,-0.6863999962806702,0.34540000557899475,0.6399000287055969,-0.6865000128746033,0.18529999256134033,0.2752000093460083,-0.9434000253677368,0.34540000557899475,0.6399000287055969,-0.6865000128746033,0.15760000050067902,0.29190000891685486,-0.9434000253677368,0.34540000557899475,0.6399000287055969,-0.6865000128746033,0.45980000495910645,0.8519999980926514,-0.25049999356269836,0.3736000061035156,0.8931000232696533,-0.25049999356269836,0.34540000557899475,0.6399000287055969,-0.6865000128746033,0.3736000061035156,0.8931000232696533,-0.25049999356269836,0.28060001134872437,0.6707000136375427,-0.6866000294685364,0.40610000491142273,0.6032000184059143,-0.6863999962806702,0.5407000184059143,0.8030999898910522,-0.25049999356269836,0.45980000495910645,0.8519999980926514,-0.25049999356269836,0.40610000491142273,0.6032000184059143,-0.6863999962806702,0.45980000495910645,0.8519999980926514,-0.25049999356269836,0.34540000557899475,0.6399000287055969,-0.6865000128746033,0.2354000061750412,0.2337000072002411,-0.9434000253677368,0.5159000158309937,0.5123000144958496,-0.6866000294685364,0.46299999952316284,0.560699999332428,-0.6865000128746033,0.2354000061750412,0.2337000072002411,-0.9434000253677368,0.46299999952316284,0.560699999332428,-0.6865000128746033,0.21119999885559082,0.2558000087738037,-0.9434000253677368,0.5159000158309937,0.5123000144958496,-0.6866000294685364,0.6869999766349792,0.6820999979972839,-0.25049999356269836,0.6164000034332275,0.7465000152587891,-0.25049999356269836,0.5159000158309937,0.5123000144958496,-0.6866000294685364,0.6164000034332275,0.7465000152587891,-0.25049999356269836,0.46299999952316284,0.560699999332428,-0.6865000128746033,0.21119999885559082,0.2558000087738037,-0.9434000253677368,0.46299999952316284,0.560699999332428,-0.6865000128746033,0.40610000491142273,0.6032000184059143,-0.6863999962806702,0.21119999885559082,0.2558000087738037,-0.9434000253677368,0.40610000491142273,0.6032000184059143,-0.6863999962806702,0.18529999256134033,0.2752000093460083,-0.9434000253677368,0.46299999952316284,0.560699999332428,-0.6865000128746033,0.6164000034332275,0.7465000152587891,-0.25049999356269836,0.5407000184059143,0.8030999898910522,-0.25049999356269836,0.46299999952316284,0.560699999332428,-0.6865000128746033,0.5407000184059143,0.8030999898910522,-0.25049999356269836,0.40610000491142273,0.6032000184059143,-0.6863999962806702,0.6366999745368958,0.7710999846458435,0,0.6362000107765198,0.7703999876976013,-0.040699999779462814,0.7089999914169312,0.7039999961853027,-0.040699999779462814,0.6366999745368958,0.7710999846458435,0,0.7089999914169312,0.7039999961853027,-0.040699999779462814,0.7095999717712402,0.7045999765396118,0,0.5584999918937683,0.8295000195503235,0,0.5580000281333923,0.8288000226020813,-0.040699999779462814,0.6362000107765198,0.7703999876976013,-0.040699999779462814,0.5584999918937683,0.8295000195503235,0,0.6362000107765198,0.7703999876976013,-0.040699999779462814,0.6366999745368958,0.7710999846458435,0,0.6362000107765198,0.7703999876976013,-0.040699999779462814,0.6164000034332275,0.7465000152587891,-0.25049999356269836,0.6869999766349792,0.6820999979972839,-0.25049999356269836,0.6362000107765198,0.7703999876976013,-0.040699999779462814,0.6869999766349792,0.6820999979972839,-0.25049999356269836,0.7089999914169312,0.7039999961853027,-0.040699999779462814,0.5580000281333923,0.8288000226020813,-0.040699999779462814,0.5407000184059143,0.8030999898910522,-0.25049999356269836,0.6164000034332275,0.7465000152587891,-0.25049999356269836,0.5580000281333923,0.8288000226020813,-0.040699999779462814,0.6164000034332275,0.7465000152587891,-0.25049999356269836,0.6362000107765198,0.7703999876976013,-0.040699999779462814,0.38589999079704285,0.9225000143051147,0,0.3856000006198883,0.9218000173568726,-0.040699999779462814,0.47450000047683716,0.8792999982833862,-0.040699999779462814,0.38589999079704285,0.9225000143051147,0,0.47450000047683716,0.8792999982833862,-0.040699999779462814,0.4749000072479248,0.8799999952316284,0,0.3856000006198883,0.9218000173568726,-0.040699999779462814,0.3736000061035156,0.8931000232696533,-0.25049999356269836,0.45980000495910645,0.8519999980926514,-0.25049999356269836,0.3856000006198883,0.9218000173568726,-0.040699999779462814,0.45980000495910645,0.8519999980926514,-0.25049999356269836,0.47450000047683716,0.8792999982833862,-0.040699999779462814,0.4749000072479248,0.8799999952316284,0,0.47450000047683716,0.8792999982833862,-0.040699999779462814,0.5580000281333923,0.8288000226020813,-0.040699999779462814,0.4749000072479248,0.8799999952316284,0,0.5580000281333923,0.8288000226020813,-0.040699999779462814,0.5584999918937683,0.8295000195503235,0,0.47450000047683716,0.8792999982833862,-0.040699999779462814,0.45980000495910645,0.8519999980926514,-0.25049999356269836,0.5407000184059143,0.8030999898910522,-0.25049999356269836,0.47450000047683716,0.8792999982833862,-0.040699999779462814,0.5407000184059143,0.8030999898910522,-0.25049999356269836,0.5580000281333923,0.8288000226020813,-0.040699999779462814,0.6291999816894531,0.33390000462532043,-0.7019000053405762,0.8331000208854675,0.44200000166893005,-0.33239999413490295,0.8726000189781189,0.3578000068664551,-0.33239999413490295,0.6291999816894531,0.33390000462532043,-0.7019000053405762,0.8726000189781189,0.3578000068664551,-0.33239999413490295,0.6590999960899353,0.2703000009059906,-0.7017999887466431,0.5936999917030334,0.3935999870300293,-0.7019000053405762,0.7860000133514404,0.5212000012397766,-0.33239999413490295,0.8331000208854675,0.44200000166893005,-0.33239999413490295,0.5936999917030334,0.3935999870300293,-0.7019000053405762,0.8331000208854675,0.44200000166893005,-0.33239999413490295,0.6291999816894531,0.33390000462532043,-0.7019000053405762,0.8331000208854675,0.44200000166893005,-0.33239999413490295,0.8802000284194946,0.46700000762939453,-0.08460000157356262,0.9218999743461609,0.3781000077724457,-0.08460000157356262,0.8331000208854675,0.44200000166893005,-0.33239999413490295,0.9218999743461609,0.3781000077724457,-0.08460000157356262,0.8726000189781189,0.3578000068664551,-0.33239999413490295,0.7860000133514404,0.5212000012397766,-0.33239999413490295,0.8303999900817871,0.550599992275238,-0.08460000157356262,0.8802000284194946,0.46700000762939453,-0.08460000157356262,0.7860000133514404,0.5212000012397766,-0.33239999413490295,0.8802000284194946,0.46700000762939453,-0.08460000157356262,0.8331000208854675,0.44200000166893005,-0.33239999413490295,0.5055000185966492,0.5019000172615051,-0.7017999887466431,0.6692000031471252,0.6644999980926514,-0.33239999413490295,0.7314000129699707,0.5953999757766724,-0.33239999413490295,0.5055000185966492,0.5019000172615051,-0.7017999887466431,0.7314000129699707,0.5953999757766724,-0.33239999413490295,0.5523999929428101,0.4496999979019165,-0.7019000053405762,0.6692000031471252,0.6644999980926514,-0.33239999413490295,0.707099974155426,0.7020999789237976,-0.08460000157356262,0.7728000283241272,0.6290000081062317,-0.08460000157356262,0.6692000031471252,0.6644999980926514,-0.33239999413490295,0.7728000283241272,0.6290000081062317,-0.08460000157356262,0.7314000129699707,0.5953999757766724,-0.33239999413490295,0.5523999929428101,0.4496999979019165,-0.7019000053405762,0.7314000129699707,0.5953999757766724,-0.33239999413490295,0.7860000133514404,0.5212000012397766,-0.33239999413490295,0.5523999929428101,0.4496999979019165,-0.7019000053405762,0.7860000133514404,0.5212000012397766,-0.33239999413490295,0.5936999917030334,0.3935999870300293,-0.7019000053405762,0.7314000129699707,0.5953999757766724,-0.33239999413490295,0.7728000283241272,0.6290000081062317,-0.08460000157356262,0.8303999900817871,0.550599992275238,-0.08460000157356262,0.7314000129699707,0.5953999757766724,-0.33239999413490295,0.8303999900817871,0.550599992275238,-0.08460000157356262,0.7860000133514404,0.5212000012397766,-0.33239999413490295,0.775600016117096,0.6312999725341797,0,0.7754999995231628,0.6312000155448914,-0.013100000098347664,0.7095000147819519,0.7045000195503235,-0.013100000098347664,0.775600016117096,0.6312999725341797,0,0.7095000147819519,0.7045000195503235,-0.013100000098347664,0.7095999717712402,0.7045999765396118,0,0.8334000110626221,0.5526000261306763,0,0.8334000110626221,0.5526000261306763,-0.013100000098347664,0.7754999995231628,0.6312000155448914,-0.013100000098347664,0.8334000110626221,0.5526000261306763,0,0.7754999995231628,0.6312000155448914,-0.013100000098347664,0.775600016117096,0.6312999725341797,0,0.7754999995231628,0.6312000155448914,-0.013100000098347664,0.7728000283241272,0.6290000081062317,-0.08460000157356262,0.707099974155426,0.7020999789237976,-0.08460000157356262,0.7754999995231628,0.6312000155448914,-0.013100000098347664,0.707099974155426,0.7020999789237976,-0.08460000157356262,0.7095000147819519,0.7045000195503235,-0.013100000098347664,0.8334000110626221,0.5526000261306763,-0.013100000098347664,0.8303999900817871,0.550599992275238,-0.08460000157356262,0.7728000283241272,0.6290000081062317,-0.08460000157356262,0.8334000110626221,0.5526000261306763,-0.013100000098347664,0.7728000283241272,0.6290000081062317,-0.08460000157356262,0.7754999995231628,0.6312000155448914,-0.013100000098347664,0.9251999855041504,0.37940001487731934,0,0.9251000285148621,0.37940001487731934,-0.013100000098347664,0.8833000063896179,0.46869999170303345,-0.013100000098347664,0.9251999855041504,0.37940001487731934,0,0.8833000063896179,0.46869999170303345,-0.013100000098347664,0.883400022983551,0.46869999170303345,0,0.9251000285148621,0.37940001487731934,-0.013100000098347664,0.9218999743461609,0.3781000077724457,-0.08460000157356262,0.8802000284194946,0.46700000762939453,-0.08460000157356262,0.9251000285148621,0.37940001487731934,-0.013100000098347664,0.8802000284194946,0.46700000762939453,-0.08460000157356262,0.8833000063896179,0.46869999170303345,-0.013100000098347664,0.883400022983551,0.46869999170303345,0,0.8833000063896179,0.46869999170303345,-0.013100000098347664,0.8334000110626221,0.5526000261306763,-0.013100000098347664,0.883400022983551,0.46869999170303345,0,0.8334000110626221,0.5526000261306763,-0.013100000098347664,0.8334000110626221,0.5526000261306763,0,0.8833000063896179,0.46869999170303345,-0.013100000098347664,0.8802000284194946,0.46700000762939453,-0.08460000157356262,0.8303999900817871,0.550599992275238,-0.08460000157356262,0.8833000063896179,0.46869999170303345,-0.013100000098347664,0.8303999900817871,0.550599992275238,-0.08460000157356262,0.8334000110626221,0.5526000261306763,-0.013100000098347664,0.4535999894142151,0.5491999983787537,-0.7019000053405762,0.6004999876022339,0.7271999716758728,-0.33239999413490295,0.6692000031471252,0.6644999980926514,-0.33239999413490295,0.4535999894142151,0.5491999983787537,-0.7019000053405762,0.6692000031471252,0.6644999980926514,-0.33239999413490295,0.5055000185966492,0.5019000172615051,-0.7017999887466431,0.3977999985218048,0.5907999873161316,-0.7019000053405762,0.5267000198364258,0.7822999954223633,-0.33239999413490295,0.6004999876022339,0.7271999716758728,-0.33239999413490295,0.3977999985218048,0.5907999873161316,-0.7019000053405762,0.6004999876022339,0.7271999716758728,-0.33239999413490295,0.4535999894142151,0.5491999983787537,-0.7019000053405762,0.6004999876022339,0.7271999716758728,-0.33239999413490295,0.6345000267028809,0.7682999968528748,-0.08460000157356262,0.707099974155426,0.7020999789237976,-0.08460000157356262,0.6004999876022339,0.7271999716758728,-0.33239999413490295,0.707099974155426,0.7020999789237976,-0.08460000157356262,0.6692000031471252,0.6644999980926514,-0.33239999413490295,0.5267000198364258,0.7822999954223633,-0.33239999413490295,0.5565000176429749,0.8264999985694885,-0.08460000157356262,0.6345000267028809,0.7682999968528748,-0.08460000157356262,0.5267000198364258,0.7822999954223633,-0.33239999413490295,0.6345000267028809,0.7682999968528748,-0.08460000157356262,0.6004999876022339,0.7271999716758728,-0.33239999413490295,0.27489998936653137,0.6571000218391418,-0.7017999887466431,0.36399999260902405,0.8701000213623047,-0.33239999413490295,0.4478999972343445,0.8299999833106995,-0.33239999413490295,0.27489998936653137,0.6571000218391418,-0.7017999887466431,0.4478999972343445,0.8299999833106995,-0.33239999413490295,0.3382999897003174,0.626800000667572,-0.7019000053405762,0.36399999260902405,0.8701000213623047,-0.33239999413490295,0.3846000134944916,0.9192000031471252,-0.08460000157356262,0.4731999933719635,0.8769000172615051,-0.08460000157356262,0.36399999260902405,0.8701000213623047,-0.33239999413490295,0.4731999933719635,0.8769000172615051,-0.08460000157356262,0.4478999972343445,0.8299999833106995,-0.33239999413490295,0.3382999897003174,0.626800000667572,-0.7019000053405762,0.4478999972343445,0.8299999833106995,-0.33239999413490295,0.5267000198364258,0.7822999954223633,-0.33239999413490295,0.3382999897003174,0.626800000667572,-0.7019000053405762,0.5267000198364258,0.7822999954223633,-0.33239999413490295,0.3977999985218048,0.5907999873161316,-0.7019000053405762,0.4478999972343445,0.8299999833106995,-0.33239999413490295,0.4731999933719635,0.8769000172615051,-0.08460000157356262,0.5565000176429749,0.8264999985694885,-0.08460000157356262,0.4478999972343445,0.8299999833106995,-0.33239999413490295,0.5565000176429749,0.8264999985694885,-0.08460000157356262,0.5267000198364258,0.7822999954223633,-0.33239999413490295,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8798999786376953,-0.013100000098347664,0.38589999079704285,0.9223999977111816,-0.013100000098347664,0.4749000072479248,0.8799999952316284,0,0.38589999079704285,0.9223999977111816,-0.013100000098347664,0.38589999079704285,0.9225000143051147,0,0.5584999918937683,0.8295000195503235,0,0.5584999918937683,0.8294000029563904,-0.013100000098347664,0.4749000072479248,0.8798999786376953,-0.013100000098347664,0.5584999918937683,0.8295000195503235,0,0.4749000072479248,0.8798999786376953,-0.013100000098347664,0.4749000072479248,0.8799999952316284,0,0.4749000072479248,0.8798999786376953,-0.013100000098347664,0.4731999933719635,0.8769000172615051,-0.08460000157356262,0.3846000134944916,0.9192000031471252,-0.08460000157356262,0.4749000072479248,0.8798999786376953,-0.013100000098347664,0.3846000134944916,0.9192000031471252,-0.08460000157356262,0.38589999079704285,0.9223999977111816,-0.013100000098347664,0.5584999918937683,0.8294000029563904,-0.013100000098347664,0.5565000176429749,0.8264999985694885,-0.08460000157356262,0.4731999933719635,0.8769000172615051,-0.08460000157356262,0.5584999918937683,0.8294000029563904,-0.013100000098347664,0.4731999933719635,0.8769000172615051,-0.08460000157356262,0.4749000072479248,0.8798999786376953,-0.013100000098347664,0.7095999717712402,0.7045999765396118,0,0.7095000147819519,0.7045000195503235,-0.013100000098347664,0.6366999745368958,0.7710000276565552,-0.013100000098347664,0.7095999717712402,0.7045999765396118,0,0.6366999745368958,0.7710000276565552,-0.013100000098347664,0.6366999745368958,0.7710999846458435,0,0.7095000147819519,0.7045000195503235,-0.013100000098347664,0.707099974155426,0.7020999789237976,-0.08460000157356262,0.6345000267028809,0.7682999968528748,-0.08460000157356262,0.7095000147819519,0.7045000195503235,-0.013100000098347664,0.6345000267028809,0.7682999968528748,-0.08460000157356262,0.6366999745368958,0.7710000276565552,-0.013100000098347664,0.6366999745368958,0.7710999846458435,0,0.6366999745368958,0.7710000276565552,-0.013100000098347664,0.5584999918937683,0.8294000029563904,-0.013100000098347664,0.6366999745368958,0.7710999846458435,0,0.5584999918937683,0.8294000029563904,-0.013100000098347664,0.5584999918937683,0.8295000195503235,0,0.6366999745368958,0.7710000276565552,-0.013100000098347664,0.6345000267028809,0.7682999968528748,-0.08460000157356262,0.5565000176429749,0.8264999985694885,-0.08460000157356262,0.6366999745368958,0.7710000276565552,-0.013100000098347664,0.5565000176429749,0.8264999985694885,-0.08460000157356262,0.5584999918937683,0.8294000029563904,-0.013100000098347664,0.20880000293254852,0.6809999942779541,-0.7019000053405762,0.27649998664855957,0.9017000198364258,-0.33239999413490295,0.36399999260902405,0.8701000213623047,-0.33239999413490295,0.20880000293254852,0.6809999942779541,-0.7019000053405762,0.36399999260902405,0.8701000213623047,-0.33239999413490295,0.27489998936653137,0.6571000218391418,-0.7017999887466431,0.14139999449253082,0.6980999708175659,-0.7019000053405762,0.18729999661445618,0.9243000149726868,-0.33239999413490295,0.27649998664855957,0.9017000198364258,-0.33239999413490295,0.14139999449253082,0.6980999708175659,-0.7019000053405762,0.27649998664855957,0.9017000198364258,-0.33239999413490295,0.20880000293254852,0.6809999942779541,-0.7019000053405762,0.27649998664855957,0.9017000198364258,-0.33239999413490295,0.2921999990940094,0.9526000022888184,-0.08460000157356262,0.3846000134944916,0.9192000031471252,-0.08460000157356262,0.27649998664855957,0.9017000198364258,-0.33239999413490295,0.3846000134944916,0.9192000031471252,-0.08460000157356262,0.36399999260902405,0.8701000213623047,-0.33239999413490295,0.18729999661445618,0.9243000149726868,-0.33239999413490295,0.19779999554157257,0.9765999913215637,-0.08460000157356262,0.2921999990940094,0.9526000022888184,-0.08460000157356262,0.18729999661445618,0.9243000149726868,-0.33239999413490295,0.2921999990940094,0.9526000022888184,-0.08460000157356262,0.27649998664855957,0.9017000198364258,-0.33239999413490295,0.0024999999441206455,0.7123000025749207,-0.7017999887466431,0.0032999999821186066,0.9430999755859375,-0.33239999413490295,0.09619999676942825,0.9381999969482422,-0.33239999413490295,0.0024999999441206455,0.7123000025749207,-0.7017999887466431,0.09619999676942825,0.9381999969482422,-0.33239999413490295,0.07270000129938126,0.7085999846458435,-0.7019000053405762,0.0032999999821186066,0.9430999755859375,-0.33239999413490295,0.0035000001080334187,0.996399998664856,-0.08460000157356262,0.10159999877214432,0.9911999702453613,-0.08460000157356262,0.0032999999821186066,0.9430999755859375,-0.33239999413490295,0.10159999877214432,0.9911999702453613,-0.08460000157356262,0.09619999676942825,0.9381999969482422,-0.33239999413490295,0.07270000129938126,0.7085999846458435,-0.7019000053405762,0.09619999676942825,0.9381999969482422,-0.33239999413490295,0.18729999661445618,0.9243000149726868,-0.33239999413490295,0.07270000129938126,0.7085999846458435,-0.7019000053405762,0.18729999661445618,0.9243000149726868,-0.33239999413490295,0.14139999449253082,0.6980999708175659,-0.7019000053405762,0.09619999676942825,0.9381999969482422,-0.33239999413490295,0.10159999877214432,0.9911999702453613,-0.08460000157356262,0.19779999554157257,0.9765999913215637,-0.08460000157356262,0.09619999676942825,0.9381999969482422,-0.33239999413490295,0.19779999554157257,0.9765999913215637,-0.08460000157356262,0.18729999661445618,0.9243000149726868,-0.33239999413490295,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.994700014591217,-0.013100000098347664,0.0035000001080334187,0.9998999834060669,-0.013100000098347664,0.10199999809265137,0.9947999715805054,0,0.0035000001080334187,0.9998999834060669,-0.013100000098347664,0.0035000001080334187,1,0,0.19859999418258667,0.9800999760627747,0,0.19850000739097595,0.9800000190734863,-0.013100000098347664,0.10199999809265137,0.994700014591217,-0.013100000098347664,0.19859999418258667,0.9800999760627747,0,0.10199999809265137,0.994700014591217,-0.013100000098347664,0.10199999809265137,0.9947999715805054,0,0.10199999809265137,0.994700014591217,-0.013100000098347664,0.10159999877214432,0.9911999702453613,-0.08460000157356262,0.0035000001080334187,0.996399998664856,-0.08460000157356262,0.10199999809265137,0.994700014591217,-0.013100000098347664,0.0035000001080334187,0.996399998664856,-0.08460000157356262,0.0035000001080334187,0.9998999834060669,-0.013100000098347664,0.19850000739097595,0.9800000190734863,-0.013100000098347664,0.19779999554157257,0.9765999913215637,-0.08460000157356262,0.10159999877214432,0.9911999702453613,-0.08460000157356262,0.19850000739097595,0.9800000190734863,-0.013100000098347664,0.10159999877214432,0.9911999702453613,-0.08460000157356262,0.10199999809265137,0.994700014591217,-0.013100000098347664,0.38589999079704285,0.9225000143051147,0,0.38589999079704285,0.9223999977111816,-0.013100000098347664,0.29319998621940613,0.9559999704360962,-0.013100000098347664,0.38589999079704285,0.9225000143051147,0,0.29319998621940613,0.9559999704360962,-0.013100000098347664,0.29319998621940613,0.9560999870300293,0,0.38589999079704285,0.9223999977111816,-0.013100000098347664,0.3846000134944916,0.9192000031471252,-0.08460000157356262,0.2921999990940094,0.9526000022888184,-0.08460000157356262,0.38589999079704285,0.9223999977111816,-0.013100000098347664,0.2921999990940094,0.9526000022888184,-0.08460000157356262,0.29319998621940613,0.9559999704360962,-0.013100000098347664,0.29319998621940613,0.9560999870300293,0,0.29319998621940613,0.9559999704360962,-0.013100000098347664,0.19850000739097595,0.9800000190734863,-0.013100000098347664,0.29319998621940613,0.9560999870300293,0,0.19850000739097595,0.9800000190734863,-0.013100000098347664,0.19859999418258667,0.9800999760627747,0,0.29319998621940613,0.9559999704360962,-0.013100000098347664,0.2921999990940094,0.9526000022888184,-0.08460000157356262,0.19779999554157257,0.9765999913215637,-0.08460000157356262,0.29319998621940613,0.9559999704360962,-0.013100000098347664,0.19779999554157257,0.9765999913215637,-0.08460000157356262,0.19850000739097595,0.9800000190734863,-0.013100000098347664,-0.06769999861717224,0.7091000080108643,-0.7019000053405762,-0.08959999680519104,0.9388999938964844,-0.33239999413490295,0.0032999999821186066,0.9430999755859375,-0.33239999413490295,-0.06769999861717224,0.7091000080108643,-0.7019000053405762,0.0032999999821186066,0.9430999755859375,-0.33239999413490295,0.0024999999441206455,0.7123000025749207,-0.7017999887466431,-0.13650000095367432,0.6991000175476074,-0.7019000053405762,-0.18070000410079956,0.9257000088691711,-0.33239999413490295,-0.08959999680519104,0.9388999938964844,-0.33239999413490295,-0.13650000095367432,0.6991000175476074,-0.7019000053405762,-0.08959999680519104,0.9388999938964844,-0.33239999413490295,-0.06769999861717224,0.7091000080108643,-0.7019000053405762,-0.08959999680519104,0.9388999938964844,-0.33239999413490295,-0.09459999948740005,0.9919000267982483,-0.08460000157356262,0.0035000001080334187,0.996399998664856,-0.08460000157356262,-0.08959999680519104,0.9388999938964844,-0.33239999413490295,0.0035000001080334187,0.996399998664856,-0.08460000157356262,0.0032999999821186066,0.9430999755859375,-0.33239999413490295,-0.18070000410079956,0.9257000088691711,-0.33239999413490295,-0.19089999794960022,0.9779999852180481,-0.08460000157356262,-0.09459999948740005,0.9919000267982483,-0.08460000157356262,-0.18070000410079956,0.9257000088691711,-0.33239999413490295,-0.09459999948740005,0.9919000267982483,-0.08460000157356262,-0.08959999680519104,0.9388999938964844,-0.33239999413490295,-0.2703000009059906,0.6590999960899353,-0.7017999887466431,-0.3578000068664551,0.8726000189781189,-0.33239999413490295,-0.2702000141143799,0.9035999774932861,-0.33239999413490295,-0.2703000009059906,0.6590999960899353,-0.7017999887466431,-0.2702000141143799,0.9035999774932861,-0.33239999413490295,-0.20399999618530273,0.6825000047683716,-0.7019000053405762,-0.3578000068664551,0.8726000189781189,-0.33239999413490295,-0.3781000077724457,0.9218999743461609,-0.08460000157356262,-0.28540000319480896,0.9546999931335449,-0.08460000157356262,-0.3578000068664551,0.8726000189781189,-0.33239999413490295,-0.28540000319480896,0.9546999931335449,-0.08460000157356262,-0.2702000141143799,0.9035999774932861,-0.33239999413490295,-0.20399999618530273,0.6825000047683716,-0.7019000053405762,-0.2702000141143799,0.9035999774932861,-0.33239999413490295,-0.18070000410079956,0.9257000088691711,-0.33239999413490295,-0.20399999618530273,0.6825000047683716,-0.7019000053405762,-0.18070000410079956,0.9257000088691711,-0.33239999413490295,-0.13650000095367432,0.6991000175476074,-0.7019000053405762,-0.2702000141143799,0.9035999774932861,-0.33239999413490295,-0.28540000319480896,0.9546999931335449,-0.08460000157356262,-0.19089999794960022,0.9779999852180481,-0.08460000157356262,-0.2702000141143799,0.9035999774932861,-0.33239999413490295,-0.19089999794960022,0.9779999852180481,-0.08460000157356262,-0.18070000410079956,0.9257000088691711,-0.33239999413490295,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9580000042915344,-0.013100000098347664,-0.37940001487731934,0.9251000285148621,-0.013100000098347664,-0.2863999903202057,0.9581000208854675,0,-0.37940001487731934,0.9251000285148621,-0.013100000098347664,-0.37940001487731934,0.9251999855041504,0,-0.1915999948978424,0.9815000295639038,0,-0.1915999948978424,0.9814000129699707,-0.013100000098347664,-0.2863999903202057,0.9580000042915344,-0.013100000098347664,-0.1915999948978424,0.9815000295639038,0,-0.2863999903202057,0.9580000042915344,-0.013100000098347664,-0.2863999903202057,0.9581000208854675,0,-0.2863999903202057,0.9580000042915344,-0.013100000098347664,-0.28540000319480896,0.9546999931335449,-0.08460000157356262,-0.3781000077724457,0.9218999743461609,-0.08460000157356262,-0.2863999903202057,0.9580000042915344,-0.013100000098347664,-0.3781000077724457,0.9218999743461609,-0.08460000157356262,-0.37940001487731934,0.9251000285148621,-0.013100000098347664,-0.1915999948978424,0.9814000129699707,-0.013100000098347664,-0.19089999794960022,0.9779999852180481,-0.08460000157356262,-0.28540000319480896,0.9546999931335449,-0.08460000157356262,-0.1915999948978424,0.9814000129699707,-0.013100000098347664,-0.28540000319480896,0.9546999931335449,-0.08460000157356262,-0.2863999903202057,0.9580000042915344,-0.013100000098347664,0.0035000001080334187,1,0,0.0035000001080334187,0.9998999834060669,-0.013100000098347664,-0.0949999988079071,0.9954000115394592,-0.013100000098347664,0.0035000001080334187,1,0,-0.0949999988079071,0.9954000115394592,-0.013100000098347664,-0.0949999988079071,0.9955000281333923,0,0.0035000001080334187,0.9998999834060669,-0.013100000098347664,0.0035000001080334187,0.996399998664856,-0.08460000157356262,-0.09459999948740005,0.9919000267982483,-0.08460000157356262,0.0035000001080334187,0.9998999834060669,-0.013100000098347664,-0.09459999948740005,0.9919000267982483,-0.08460000157356262,-0.0949999988079071,0.9954000115394592,-0.013100000098347664,-0.0949999988079071,0.9955000281333923,0,-0.0949999988079071,0.9954000115394592,-0.013100000098347664,-0.1915999948978424,0.9814000129699707,-0.013100000098347664,-0.0949999988079071,0.9955000281333923,0,-0.1915999948978424,0.9814000129699707,-0.013100000098347664,-0.1915999948978424,0.9815000295639038,0,-0.0949999988079071,0.9954000115394592,-0.013100000098347664,-0.09459999948740005,0.9919000267982483,-0.08460000157356262,-0.19089999794960022,0.9779999852180481,-0.08460000157356262,-0.0949999988079071,0.9954000115394592,-0.013100000098347664,-0.19089999794960022,0.9779999852180481,-0.08460000157356262,-0.1915999948978424,0.9814000129699707,-0.013100000098347664,-0.33390000462532043,0.6291999816894531,-0.7019000053405762,-0.44200000166893005,0.8331000208854675,-0.33239999413490295,-0.3578000068664551,0.8726000189781189,-0.33239999413490295,-0.33390000462532043,0.6291999816894531,-0.7019000053405762,-0.3578000068664551,0.8726000189781189,-0.33239999413490295,-0.2703000009059906,0.6590999960899353,-0.7017999887466431,-0.3935999870300293,0.5935999751091003,-0.7019000053405762,-0.5212000012397766,0.7860000133514404,-0.33239999413490295,-0.44200000166893005,0.8331000208854675,-0.33239999413490295,-0.3935999870300293,0.5935999751091003,-0.7019000053405762,-0.44200000166893005,0.8331000208854675,-0.33239999413490295,-0.33390000462532043,0.6291999816894531,-0.7019000053405762,-0.44200000166893005,0.8331000208854675,-0.33239999413490295,-0.46700000762939453,0.8802000284194946,-0.08460000157356262,-0.3781000077724457,0.9218999743461609,-0.08460000157356262,-0.44200000166893005,0.8331000208854675,-0.33239999413490295,-0.3781000077724457,0.9218999743461609,-0.08460000157356262,-0.3578000068664551,0.8726000189781189,-0.33239999413490295,-0.5212000012397766,0.7860000133514404,-0.33239999413490295,-0.550599992275238,0.8303999900817871,-0.08460000157356262,-0.46700000762939453,0.8802000284194946,-0.08460000157356262,-0.5212000012397766,0.7860000133514404,-0.33239999413490295,-0.46700000762939453,0.8802000284194946,-0.08460000157356262,-0.44200000166893005,0.8331000208854675,-0.33239999413490295,-0.5019000172615051,0.5055000185966492,-0.7017999887466431,-0.6644999980926514,0.6692000031471252,-0.33239999413490295,-0.5953999757766724,0.7314000129699707,-0.33239999413490295,-0.5019000172615051,0.5055000185966492,-0.7017999887466431,-0.5953999757766724,0.7314000129699707,-0.33239999413490295,-0.4496999979019165,0.5523999929428101,-0.7019000053405762,-0.6644999980926514,0.6692000031471252,-0.33239999413490295,-0.7020999789237976,0.707099974155426,-0.08460000157356262,-0.6290000081062317,0.7728000283241272,-0.08460000157356262,-0.6644999980926514,0.6692000031471252,-0.33239999413490295,-0.6290000081062317,0.7728000283241272,-0.08460000157356262,-0.5953999757766724,0.7314000129699707,-0.33239999413490295,-0.4496999979019165,0.5523999929428101,-0.7019000053405762,-0.5953999757766724,0.7314000129699707,-0.33239999413490295,-0.5212000012397766,0.7860000133514404,-0.33239999413490295,-0.4496999979019165,0.5523999929428101,-0.7019000053405762,-0.5212000012397766,0.7860000133514404,-0.33239999413490295,-0.3935999870300293,0.5935999751091003,-0.7019000053405762,-0.5953999757766724,0.7314000129699707,-0.33239999413490295,-0.6290000081062317,0.7728000283241272,-0.08460000157356262,-0.550599992275238,0.8303999900817871,-0.08460000157356262,-0.5953999757766724,0.7314000129699707,-0.33239999413490295,-0.550599992275238,0.8303999900817871,-0.08460000157356262,-0.5212000012397766,0.7860000133514404,-0.33239999413490295,-0.6312999725341797,0.775600016117096,0,-0.6312000155448914,0.7754999995231628,-0.013100000098347664,-0.7045000195503235,0.7095000147819519,-0.013100000098347664,-0.6312999725341797,0.775600016117096,0,-0.7045000195503235,0.7095000147819519,-0.013100000098347664,-0.7045999765396118,0.7095999717712402,0,-0.5526000261306763,0.8334000110626221,0,-0.5526000261306763,0.8334000110626221,-0.013100000098347664,-0.6312000155448914,0.7754999995231628,-0.013100000098347664,-0.5526000261306763,0.8334000110626221,0,-0.6312000155448914,0.7754999995231628,-0.013100000098347664,-0.6312999725341797,0.775600016117096,0,-0.6312000155448914,0.7754999995231628,-0.013100000098347664,-0.6290000081062317,0.7728000283241272,-0.08460000157356262,-0.7020999789237976,0.707099974155426,-0.08460000157356262,-0.6312000155448914,0.7754999995231628,-0.013100000098347664,-0.7020999789237976,0.707099974155426,-0.08460000157356262,-0.7045000195503235,0.7095000147819519,-0.013100000098347664,-0.5526000261306763,0.8334000110626221,-0.013100000098347664,-0.550599992275238,0.8303999900817871,-0.08460000157356262,-0.6290000081062317,0.7728000283241272,-0.08460000157356262,-0.5526000261306763,0.8334000110626221,-0.013100000098347664,-0.6290000081062317,0.7728000283241272,-0.08460000157356262,-0.6312000155448914,0.7754999995231628,-0.013100000098347664,-0.37940001487731934,0.9251999855041504,0,-0.37940001487731934,0.9251000285148621,-0.013100000098347664,-0.46869999170303345,0.8833000063896179,-0.013100000098347664,-0.37940001487731934,0.9251999855041504,0,-0.46869999170303345,0.8833000063896179,-0.013100000098347664,-0.46869999170303345,0.883400022983551,0,-0.37940001487731934,0.9251000285148621,-0.013100000098347664,-0.3781000077724457,0.9218999743461609,-0.08460000157356262,-0.46700000762939453,0.8802000284194946,-0.08460000157356262,-0.37940001487731934,0.9251000285148621,-0.013100000098347664,-0.46700000762939453,0.8802000284194946,-0.08460000157356262,-0.46869999170303345,0.8833000063896179,-0.013100000098347664,-0.46869999170303345,0.883400022983551,0,-0.46869999170303345,0.8833000063896179,-0.013100000098347664,-0.5526000261306763,0.8334000110626221,-0.013100000098347664,-0.46869999170303345,0.883400022983551,0,-0.5526000261306763,0.8334000110626221,-0.013100000098347664,-0.5526000261306763,0.8334000110626221,0,-0.46869999170303345,0.8833000063896179,-0.013100000098347664,-0.46700000762939453,0.8802000284194946,-0.08460000157356262,-0.550599992275238,0.8303999900817871,-0.08460000157356262,-0.46869999170303345,0.8833000063896179,-0.013100000098347664,-0.550599992275238,0.8303999900817871,-0.08460000157356262,-0.5526000261306763,0.8334000110626221,-0.013100000098347664,-0.5491999983787537,0.4535999894142151,-0.7019000053405762,-0.7271999716758728,0.6004999876022339,-0.33239999413490295,-0.6644999980926514,0.6692000031471252,-0.33239999413490295,-0.5491999983787537,0.4535999894142151,-0.7019000053405762,-0.6644999980926514,0.6692000031471252,-0.33239999413490295,-0.5019000172615051,0.5055000185966492,-0.7017999887466431,-0.5909000039100647,0.3977999985218048,-0.7019000053405762,-0.7822999954223633,0.5267000198364258,-0.33239999413490295,-0.7271999716758728,0.6004999876022339,-0.33239999413490295,-0.5909000039100647,0.3977999985218048,-0.7019000053405762,-0.7271999716758728,0.6004999876022339,-0.33239999413490295,-0.5491999983787537,0.4535999894142151,-0.7019000053405762,-0.7271999716758728,0.6004999876022339,-0.33239999413490295,-0.7682999968528748,0.6345000267028809,-0.08460000157356262,-0.7020999789237976,0.707099974155426,-0.08460000157356262,-0.7271999716758728,0.6004999876022339,-0.33239999413490295,-0.7020999789237976,0.707099974155426,-0.08460000157356262,-0.6644999980926514,0.6692000031471252,-0.33239999413490295,-0.7822999954223633,0.5267000198364258,-0.33239999413490295,-0.8264999985694885,0.5565000176429749,-0.08460000157356262,-0.7682999968528748,0.6345000267028809,-0.08460000157356262,-0.7822999954223633,0.5267000198364258,-0.33239999413490295,-0.7682999968528748,0.6345000267028809,-0.08460000157356262,-0.7271999716758728,0.6004999876022339,-0.33239999413490295,-0.6571999788284302,0.27489998936653137,-0.7017999887466431,-0.8701000213623047,0.36399999260902405,-0.33239999413490295,-0.8299999833106995,0.4478999972343445,-0.33239999413490295,-0.6571999788284302,0.27489998936653137,-0.7017999887466431,-0.8299999833106995,0.4478999972343445,-0.33239999413490295,-0.626800000667572,0.3382999897003174,-0.7019000053405762,-0.8701000213623047,0.36399999260902405,-0.33239999413490295,-0.9192000031471252,0.3846000134944916,-0.08460000157356262,-0.8769000172615051,0.4731999933719635,-0.08460000157356262,-0.8701000213623047,0.36399999260902405,-0.33239999413490295,-0.8769000172615051,0.4731999933719635,-0.08460000157356262,-0.8299999833106995,0.4478999972343445,-0.33239999413490295,-0.626800000667572,0.3382999897003174,-0.7019000053405762,-0.8299999833106995,0.4478999972343445,-0.33239999413490295,-0.7822999954223633,0.5267000198364258,-0.33239999413490295,-0.626800000667572,0.3382999897003174,-0.7019000053405762,-0.7822999954223633,0.5267000198364258,-0.33239999413490295,-0.5909000039100647,0.3977999985218048,-0.7019000053405762,-0.8299999833106995,0.4478999972343445,-0.33239999413490295,-0.8769000172615051,0.4731999933719635,-0.08460000157356262,-0.8264999985694885,0.5565000176429749,-0.08460000157356262,-0.8299999833106995,0.4478999972343445,-0.33239999413490295,-0.8264999985694885,0.5565000176429749,-0.08460000157356262,-0.7822999954223633,0.5267000198364258,-0.33239999413490295,-0.8799999952316284,0.4749000072479248,0,-0.8798999786376953,0.4749000072479248,-0.013100000098347664,-0.9223999977111816,0.38589999079704285,-0.013100000098347664,-0.8799999952316284,0.4749000072479248,0,-0.9223999977111816,0.38589999079704285,-0.013100000098347664,-0.9225000143051147,0.38589999079704285,0,-0.8295000195503235,0.5584999918937683,0,-0.8294000029563904,0.5584999918937683,-0.013100000098347664,-0.8798999786376953,0.4749000072479248,-0.013100000098347664,-0.8295000195503235,0.5584999918937683,0,-0.8798999786376953,0.4749000072479248,-0.013100000098347664,-0.8799999952316284,0.4749000072479248,0,-0.8798999786376953,0.4749000072479248,-0.013100000098347664,-0.8769000172615051,0.4731999933719635,-0.08460000157356262,-0.9192000031471252,0.3846000134944916,-0.08460000157356262,-0.8798999786376953,0.4749000072479248,-0.013100000098347664,-0.9192000031471252,0.3846000134944916,-0.08460000157356262,-0.9223999977111816,0.38589999079704285,-0.013100000098347664,-0.8294000029563904,0.5584999918937683,-0.013100000098347664,-0.8264999985694885,0.5565000176429749,-0.08460000157356262,-0.8769000172615051,0.4731999933719635,-0.08460000157356262,-0.8294000029563904,0.5584999918937683,-0.013100000098347664,-0.8769000172615051,0.4731999933719635,-0.08460000157356262,-0.8798999786376953,0.4749000072479248,-0.013100000098347664,-0.7045999765396118,0.7095999717712402,0,-0.7045000195503235,0.7095000147819519,-0.013100000098347664,-0.7710000276565552,0.6366999745368958,-0.013100000098347664,-0.7045999765396118,0.7095999717712402,0,-0.7710000276565552,0.6366999745368958,-0.013100000098347664,-0.7710999846458435,0.6366999745368958,0,-0.7045000195503235,0.7095000147819519,-0.013100000098347664,-0.7020999789237976,0.707099974155426,-0.08460000157356262,-0.7682999968528748,0.6345000267028809,-0.08460000157356262,-0.7045000195503235,0.7095000147819519,-0.013100000098347664,-0.7682999968528748,0.6345000267028809,-0.08460000157356262,-0.7710000276565552,0.6366999745368958,-0.013100000098347664,-0.7710999846458435,0.6366999745368958,0,-0.7710000276565552,0.6366999745368958,-0.013100000098347664,-0.8294000029563904,0.5584999918937683,-0.013100000098347664,-0.7710999846458435,0.6366999745368958,0,-0.8294000029563904,0.5584999918937683,-0.013100000098347664,-0.8295000195503235,0.5584999918937683,0,-0.7710000276565552,0.6366999745368958,-0.013100000098347664,-0.7682999968528748,0.6345000267028809,-0.08460000157356262,-0.8264999985694885,0.5565000176429749,-0.08460000157356262,-0.7710000276565552,0.6366999745368958,-0.013100000098347664,-0.8264999985694885,0.5565000176429749,-0.08460000157356262,-0.8294000029563904,0.5584999918937683,-0.013100000098347664,-0.6809999942779541,0.20880000293254852,-0.7019000053405762,-0.9017000198364258,0.27649998664855957,-0.33239999413490295,-0.8701000213623047,0.36399999260902405,-0.33239999413490295,-0.6809999942779541,0.20880000293254852,-0.7019000053405762,-0.8701000213623047,0.36399999260902405,-0.33239999413490295,-0.6571999788284302,0.27489998936653137,-0.7017999887466431,-0.6980999708175659,0.14139999449253082,-0.7019000053405762,-0.9243000149726868,0.18729999661445618,-0.33239999413490295,-0.9017000198364258,0.27649998664855957,-0.33239999413490295,-0.6980999708175659,0.14139999449253082,-0.7019000053405762,-0.9017000198364258,0.27649998664855957,-0.33239999413490295,-0.6809999942779541,0.20880000293254852,-0.7019000053405762,-0.9017000198364258,0.27649998664855957,-0.33239999413490295,-0.9526000022888184,0.2921999990940094,-0.08460000157356262,-0.9192000031471252,0.3846000134944916,-0.08460000157356262,-0.9017000198364258,0.27649998664855957,-0.33239999413490295,-0.9192000031471252,0.3846000134944916,-0.08460000157356262,-0.8701000213623047,0.36399999260902405,-0.33239999413490295,-0.9243000149726868,0.18729999661445618,-0.33239999413490295,-0.9765999913215637,0.19779999554157257,-0.08460000157356262,-0.9526000022888184,0.2921999990940094,-0.08460000157356262,-0.9243000149726868,0.18729999661445618,-0.33239999413490295,-0.9526000022888184,0.2921999990940094,-0.08460000157356262,-0.9017000198364258,0.27649998664855957,-0.33239999413490295,-0.7123000025749207,0.0024999999441206455,-0.7017999887466431,-0.9430999755859375,0.0032999999821186066,-0.33239999413490295,-0.9381999969482422,0.09619999676942825,-0.33239999413490295,-0.7123000025749207,0.0024999999441206455,-0.7017999887466431,-0.9381999969482422,0.09619999676942825,-0.33239999413490295,-0.7085999846458435,0.07270000129938126,-0.7019000053405762,-0.9430999755859375,0.0032999999821186066,-0.33239999413490295,-0.996399998664856,0.0035000001080334187,-0.08460000157356262,-0.9911999702453613,0.10159999877214432,-0.08460000157356262,-0.9430999755859375,0.0032999999821186066,-0.33239999413490295,-0.9911999702453613,0.10159999877214432,-0.08460000157356262,-0.9381999969482422,0.09619999676942825,-0.33239999413490295,-0.7085999846458435,0.07270000129938126,-0.7019000053405762,-0.9381999969482422,0.09619999676942825,-0.33239999413490295,-0.9243000149726868,0.18729999661445618,-0.33239999413490295,-0.7085999846458435,0.07270000129938126,-0.7019000053405762,-0.9243000149726868,0.18729999661445618,-0.33239999413490295,-0.6980999708175659,0.14139999449253082,-0.7019000053405762,-0.9381999969482422,0.09619999676942825,-0.33239999413490295,-0.9911999702453613,0.10159999877214432,-0.08460000157356262,-0.9765999913215637,0.19779999554157257,-0.08460000157356262,-0.9381999969482422,0.09619999676942825,-0.33239999413490295,-0.9765999913215637,0.19779999554157257,-0.08460000157356262,-0.9243000149726868,0.18729999661445618,-0.33239999413490295,-0.9947999715805054,0.10199999809265137,0,-0.994700014591217,0.10199999809265137,-0.013100000098347664,-0.9998999834060669,0.0035000001080334187,-0.013100000098347664,-0.9947999715805054,0.10199999809265137,0,-0.9998999834060669,0.0035000001080334187,-0.013100000098347664,-1,0.0035000001080334187,0,-0.9800999760627747,0.19859999418258667,0,-0.9800000190734863,0.19850000739097595,-0.013100000098347664,-0.994700014591217,0.10199999809265137,-0.013100000098347664,-0.9800999760627747,0.19859999418258667,0,-0.994700014591217,0.10199999809265137,-0.013100000098347664,-0.9947999715805054,0.10199999809265137,0,-0.994700014591217,0.10199999809265137,-0.013100000098347664,-0.9911999702453613,0.10159999877214432,-0.08460000157356262,-0.996399998664856,0.0035000001080334187,-0.08460000157356262,-0.994700014591217,0.10199999809265137,-0.013100000098347664,-0.996399998664856,0.0035000001080334187,-0.08460000157356262,-0.9998999834060669,0.0035000001080334187,-0.013100000098347664,-0.9800000190734863,0.19850000739097595,-0.013100000098347664,-0.9765999913215637,0.19779999554157257,-0.08460000157356262,-0.9911999702453613,0.10159999877214432,-0.08460000157356262,-0.9800000190734863,0.19850000739097595,-0.013100000098347664,-0.9911999702453613,0.10159999877214432,-0.08460000157356262,-0.994700014591217,0.10199999809265137,-0.013100000098347664,-0.9225000143051147,0.38589999079704285,0,-0.9223999977111816,0.38589999079704285,-0.013100000098347664,-0.9559999704360962,0.29319998621940613,-0.013100000098347664,-0.9225000143051147,0.38589999079704285,0,-0.9559999704360962,0.29319998621940613,-0.013100000098347664,-0.9560999870300293,0.29319998621940613,0,-0.9223999977111816,0.38589999079704285,-0.013100000098347664,-0.9192000031471252,0.3846000134944916,-0.08460000157356262,-0.9526000022888184,0.2921999990940094,-0.08460000157356262,-0.9223999977111816,0.38589999079704285,-0.013100000098347664,-0.9526000022888184,0.2921999990940094,-0.08460000157356262,-0.9559999704360962,0.29319998621940613,-0.013100000098347664,-0.9560999870300293,0.29319998621940613,0,-0.9559999704360962,0.29319998621940613,-0.013100000098347664,-0.9800000190734863,0.19850000739097595,-0.013100000098347664,-0.9560999870300293,0.29319998621940613,0,-0.9800000190734863,0.19850000739097595,-0.013100000098347664,-0.9800999760627747,0.19859999418258667,0,-0.9559999704360962,0.29319998621940613,-0.013100000098347664,-0.9526000022888184,0.2921999990940094,-0.08460000157356262,-0.9765999913215637,0.19779999554157257,-0.08460000157356262,-0.9559999704360962,0.29319998621940613,-0.013100000098347664,-0.9765999913215637,0.19779999554157257,-0.08460000157356262,-0.9800000190734863,0.19850000739097595,-0.013100000098347664,-0.7091000080108643,-0.06769999861717224,-0.7019000053405762,-0.9388999938964844,-0.08959999680519104,-0.33239999413490295,-0.9430999755859375,0.0032999999821186066,-0.33239999413490295,-0.7091000080108643,-0.06769999861717224,-0.7019000053405762,-0.9430999755859375,0.0032999999821186066,-0.33239999413490295,-0.7123000025749207,0.0024999999441206455,-0.7017999887466431,-0.6991000175476074,-0.13650000095367432,-0.7019000053405762,-0.9257000088691711,-0.18070000410079956,-0.33239999413490295,-0.9388999938964844,-0.08959999680519104,-0.33239999413490295,-0.6991000175476074,-0.13650000095367432,-0.7019000053405762,-0.9388999938964844,-0.08959999680519104,-0.33239999413490295,-0.7091000080108643,-0.06769999861717224,-0.7019000053405762,-0.9388999938964844,-0.08959999680519104,-0.33239999413490295,-0.9919000267982483,-0.09459999948740005,-0.08460000157356262,-0.996399998664856,0.0035000001080334187,-0.08460000157356262,-0.9388999938964844,-0.08959999680519104,-0.33239999413490295,-0.996399998664856,0.0035000001080334187,-0.08460000157356262,-0.9430999755859375,0.0032999999821186066,-0.33239999413490295,-0.9257000088691711,-0.18070000410079956,-0.33239999413490295,-0.9779999852180481,-0.19089999794960022,-0.08460000157356262,-0.9919000267982483,-0.09459999948740005,-0.08460000157356262,-0.9257000088691711,-0.18070000410079956,-0.33239999413490295,-0.9919000267982483,-0.09459999948740005,-0.08460000157356262,-0.9388999938964844,-0.08959999680519104,-0.33239999413490295,-0.6590999960899353,-0.2703000009059906,-0.7017999887466431,-0.8726000189781189,-0.3578000068664551,-0.33239999413490295,-0.9035999774932861,-0.2702000141143799,-0.33239999413490295,-0.6590999960899353,-0.2703000009059906,-0.7017999887466431,-0.9035999774932861,-0.2702000141143799,-0.33239999413490295,-0.6825000047683716,-0.20399999618530273,-0.7019000053405762,-0.8726000189781189,-0.3578000068664551,-0.33239999413490295,-0.9218999743461609,-0.3781000077724457,-0.08460000157356262,-0.9546999931335449,-0.28540000319480896,-0.08460000157356262,-0.8726000189781189,-0.3578000068664551,-0.33239999413490295,-0.9546999931335449,-0.28540000319480896,-0.08460000157356262,-0.9035999774932861,-0.2702000141143799,-0.33239999413490295,-0.6825000047683716,-0.20399999618530273,-0.7019000053405762,-0.9035999774932861,-0.2702000141143799,-0.33239999413490295,-0.9257000088691711,-0.18070000410079956,-0.33239999413490295,-0.6825000047683716,-0.20399999618530273,-0.7019000053405762,-0.9257000088691711,-0.18070000410079956,-0.33239999413490295,-0.6991000175476074,-0.13650000095367432,-0.7019000053405762,-0.9035999774932861,-0.2702000141143799,-0.33239999413490295,-0.9546999931335449,-0.28540000319480896,-0.08460000157356262,-0.9779999852180481,-0.19089999794960022,-0.08460000157356262,-0.9035999774932861,-0.2702000141143799,-0.33239999413490295,-0.9779999852180481,-0.19089999794960022,-0.08460000157356262,-0.9257000088691711,-0.18070000410079956,-0.33239999413490295,-0.9581000208854675,-0.2863999903202057,0,-0.9580000042915344,-0.2863999903202057,-0.013100000098347664,-0.9251000285148621,-0.37940001487731934,-0.013100000098347664,-0.9581000208854675,-0.2863999903202057,0,-0.9251000285148621,-0.37940001487731934,-0.013100000098347664,-0.9251999855041504,-0.37940001487731934,0,-0.9815000295639038,-0.1915999948978424,0,-0.9814000129699707,-0.1915999948978424,-0.013100000098347664,-0.9580000042915344,-0.2863999903202057,-0.013100000098347664,-0.9815000295639038,-0.1915999948978424,0,-0.9580000042915344,-0.2863999903202057,-0.013100000098347664,-0.9581000208854675,-0.2863999903202057,0,-0.9580000042915344,-0.2863999903202057,-0.013100000098347664,-0.9546999931335449,-0.28540000319480896,-0.08460000157356262,-0.9218999743461609,-0.3781000077724457,-0.08460000157356262,-0.9580000042915344,-0.2863999903202057,-0.013100000098347664,-0.9218999743461609,-0.3781000077724457,-0.08460000157356262,-0.9251000285148621,-0.37940001487731934,-0.013100000098347664,-0.9814000129699707,-0.1915999948978424,-0.013100000098347664,-0.9779999852180481,-0.19089999794960022,-0.08460000157356262,-0.9546999931335449,-0.28540000319480896,-0.08460000157356262,-0.9814000129699707,-0.1915999948978424,-0.013100000098347664,-0.9546999931335449,-0.28540000319480896,-0.08460000157356262,-0.9580000042915344,-0.2863999903202057,-0.013100000098347664,-1,0.0035000001080334187,0,-0.9998999834060669,0.0035000001080334187,-0.013100000098347664,-0.9954000115394592,-0.0949999988079071,-0.013100000098347664,-1,0.0035000001080334187,0,-0.9954000115394592,-0.0949999988079071,-0.013100000098347664,-0.9955000281333923,-0.0949999988079071,0,-0.9998999834060669,0.0035000001080334187,-0.013100000098347664,-0.996399998664856,0.0035000001080334187,-0.08460000157356262,-0.9919000267982483,-0.09459999948740005,-0.08460000157356262,-0.9998999834060669,0.0035000001080334187,-0.013100000098347664,-0.9919000267982483,-0.09459999948740005,-0.08460000157356262,-0.9954000115394592,-0.0949999988079071,-0.013100000098347664,-0.9955000281333923,-0.0949999988079071,0,-0.9954000115394592,-0.0949999988079071,-0.013100000098347664,-0.9814000129699707,-0.1915999948978424,-0.013100000098347664,-0.9955000281333923,-0.0949999988079071,0,-0.9814000129699707,-0.1915999948978424,-0.013100000098347664,-0.9815000295639038,-0.1915999948978424,0,-0.9954000115394592,-0.0949999988079071,-0.013100000098347664,-0.9919000267982483,-0.09459999948740005,-0.08460000157356262,-0.9779999852180481,-0.19089999794960022,-0.08460000157356262,-0.9954000115394592,-0.0949999988079071,-0.013100000098347664,-0.9779999852180481,-0.19089999794960022,-0.08460000157356262,-0.9814000129699707,-0.1915999948978424,-0.013100000098347664,-0.6291999816894531,-0.33390000462532043,-0.7019000053405762,-0.8331000208854675,-0.44200000166893005,-0.33239999413490295,-0.8726000189781189,-0.3578000068664551,-0.33239999413490295,-0.6291999816894531,-0.33390000462532043,-0.7019000053405762,-0.8726000189781189,-0.3578000068664551,-0.33239999413490295,-0.6590999960899353,-0.2703000009059906,-0.7017999887466431,-0.5935999751091003,-0.3935999870300293,-0.7019000053405762,-0.7860000133514404,-0.5212000012397766,-0.33239999413490295,-0.8331000208854675,-0.44200000166893005,-0.33239999413490295,-0.5935999751091003,-0.3935999870300293,-0.7019000053405762,-0.8331000208854675,-0.44200000166893005,-0.33239999413490295,-0.6291999816894531,-0.33390000462532043,-0.7019000053405762,-0.8331000208854675,-0.44200000166893005,-0.33239999413490295,-0.8802000284194946,-0.46700000762939453,-0.08460000157356262,-0.9218999743461609,-0.3781000077724457,-0.08460000157356262,-0.8331000208854675,-0.44200000166893005,-0.33239999413490295,-0.9218999743461609,-0.3781000077724457,-0.08460000157356262,-0.8726000189781189,-0.3578000068664551,-0.33239999413490295,-0.7860000133514404,-0.5212000012397766,-0.33239999413490295,-0.8303999900817871,-0.550599992275238,-0.08460000157356262,-0.8802000284194946,-0.46700000762939453,-0.08460000157356262,-0.7860000133514404,-0.5212000012397766,-0.33239999413490295,-0.8802000284194946,-0.46700000762939453,-0.08460000157356262,-0.8331000208854675,-0.44200000166893005,-0.33239999413490295,-0.5055000185966492,-0.5019000172615051,-0.7017999887466431,-0.6692000031471252,-0.6644999980926514,-0.33239999413490295,-0.7314000129699707,-0.5953999757766724,-0.33239999413490295,-0.5055000185966492,-0.5019000172615051,-0.7017999887466431,-0.7314000129699707,-0.5953999757766724,-0.33239999413490295,-0.5523999929428101,-0.4496999979019165,-0.7019000053405762,-0.6692000031471252,-0.6644999980926514,-0.33239999413490295,-0.707099974155426,-0.7020999789237976,-0.08460000157356262,-0.7728000283241272,-0.6290000081062317,-0.08460000157356262,-0.6692000031471252,-0.6644999980926514,-0.33239999413490295,-0.7728000283241272,-0.6290000081062317,-0.08460000157356262,-0.7314000129699707,-0.5953999757766724,-0.33239999413490295,-0.5523999929428101,-0.4496999979019165,-0.7019000053405762,-0.7314000129699707,-0.5953999757766724,-0.33239999413490295,-0.7860000133514404,-0.5212000012397766,-0.33239999413490295,-0.5523999929428101,-0.4496999979019165,-0.7019000053405762,-0.7860000133514404,-0.5212000012397766,-0.33239999413490295,-0.5935999751091003,-0.3935999870300293,-0.7019000053405762,-0.7314000129699707,-0.5953999757766724,-0.33239999413490295,-0.7728000283241272,-0.6290000081062317,-0.08460000157356262,-0.8303999900817871,-0.550599992275238,-0.08460000157356262,-0.7314000129699707,-0.5953999757766724,-0.33239999413490295,-0.8303999900817871,-0.550599992275238,-0.08460000157356262,-0.7860000133514404,-0.5212000012397766,-0.33239999413490295,-0.775600016117096,-0.6312999725341797,0,-0.7754999995231628,-0.6312000155448914,-0.013100000098347664,-0.7095000147819519,-0.7045000195503235,-0.013100000098347664,-0.775600016117096,-0.6312999725341797,0,-0.7095000147819519,-0.7045000195503235,-0.013100000098347664,-0.7095999717712402,-0.7045999765396118,0,-0.8334000110626221,-0.5526000261306763,0,-0.8334000110626221,-0.5526000261306763,-0.013100000098347664,-0.7754999995231628,-0.6312000155448914,-0.013100000098347664,-0.8334000110626221,-0.5526000261306763,0,-0.7754999995231628,-0.6312000155448914,-0.013100000098347664,-0.775600016117096,-0.6312999725341797,0,-0.7754999995231628,-0.6312000155448914,-0.013100000098347664,-0.7728000283241272,-0.6290000081062317,-0.08460000157356262,-0.707099974155426,-0.7020999789237976,-0.08460000157356262,-0.7754999995231628,-0.6312000155448914,-0.013100000098347664,-0.707099974155426,-0.7020999789237976,-0.08460000157356262,-0.7095000147819519,-0.7045000195503235,-0.013100000098347664,-0.8334000110626221,-0.5526000261306763,-0.013100000098347664,-0.8303999900817871,-0.550599992275238,-0.08460000157356262,-0.7728000283241272,-0.6290000081062317,-0.08460000157356262,-0.8334000110626221,-0.5526000261306763,-0.013100000098347664,-0.7728000283241272,-0.6290000081062317,-0.08460000157356262,-0.7754999995231628,-0.6312000155448914,-0.013100000098347664,-0.9251999855041504,-0.37940001487731934,0,-0.9251000285148621,-0.37940001487731934,-0.013100000098347664,-0.8833000063896179,-0.46869999170303345,-0.013100000098347664,-0.9251999855041504,-0.37940001487731934,0,-0.8833000063896179,-0.46869999170303345,-0.013100000098347664,-0.883400022983551,-0.46869999170303345,0,-0.9251000285148621,-0.37940001487731934,-0.013100000098347664,-0.9218999743461609,-0.3781000077724457,-0.08460000157356262,-0.8802000284194946,-0.46700000762939453,-0.08460000157356262,-0.9251000285148621,-0.37940001487731934,-0.013100000098347664,-0.8802000284194946,-0.46700000762939453,-0.08460000157356262,-0.8833000063896179,-0.46869999170303345,-0.013100000098347664,-0.883400022983551,-0.46869999170303345,0,-0.8833000063896179,-0.46869999170303345,-0.013100000098347664,-0.8334000110626221,-0.5526000261306763,-0.013100000098347664,-0.883400022983551,-0.46869999170303345,0,-0.8334000110626221,-0.5526000261306763,-0.013100000098347664,-0.8334000110626221,-0.5526000261306763,0,-0.8833000063896179,-0.46869999170303345,-0.013100000098347664,-0.8802000284194946,-0.46700000762939453,-0.08460000157356262,-0.8303999900817871,-0.550599992275238,-0.08460000157356262,-0.8833000063896179,-0.46869999170303345,-0.013100000098347664,-0.8303999900817871,-0.550599992275238,-0.08460000157356262,-0.8334000110626221,-0.5526000261306763,-0.013100000098347664,-0.4535999894142151,-0.5491999983787537,-0.7019000053405762,-0.6004999876022339,-0.7271999716758728,-0.33239999413490295,-0.6692000031471252,-0.6644999980926514,-0.33239999413490295,-0.4535999894142151,-0.5491999983787537,-0.7019000053405762,-0.6692000031471252,-0.6644999980926514,-0.33239999413490295,-0.5055000185966492,-0.5019000172615051,-0.7017999887466431,-0.3977999985218048,-0.5909000039100647,-0.7019000053405762,-0.5267000198364258,-0.7822999954223633,-0.33239999413490295,-0.6004999876022339,-0.7271999716758728,-0.33239999413490295,-0.3977999985218048,-0.5909000039100647,-0.7019000053405762,-0.6004999876022339,-0.7271999716758728,-0.33239999413490295,-0.4535999894142151,-0.5491999983787537,-0.7019000053405762,-0.6004999876022339,-0.7271999716758728,-0.33239999413490295,-0.6345000267028809,-0.7682999968528748,-0.08460000157356262,-0.707099974155426,-0.7020999789237976,-0.08460000157356262,-0.6004999876022339,-0.7271999716758728,-0.33239999413490295,-0.707099974155426,-0.7020999789237976,-0.08460000157356262,-0.6692000031471252,-0.6644999980926514,-0.33239999413490295,-0.5267000198364258,-0.7822999954223633,-0.33239999413490295,-0.5565000176429749,-0.8264999985694885,-0.08460000157356262,-0.6345000267028809,-0.7682999968528748,-0.08460000157356262,-0.5267000198364258,-0.7822999954223633,-0.33239999413490295,-0.6345000267028809,-0.7682999968528748,-0.08460000157356262,-0.6004999876022339,-0.7271999716758728,-0.33239999413490295,-0.27489998936653137,-0.6571999788284302,-0.7017999887466431,-0.36399999260902405,-0.8701000213623047,-0.33239999413490295,-0.4478999972343445,-0.8299999833106995,-0.33239999413490295,-0.27489998936653137,-0.6571999788284302,-0.7017999887466431,-0.4478999972343445,-0.8299999833106995,-0.33239999413490295,-0.3382999897003174,-0.626800000667572,-0.7019000053405762,-0.36399999260902405,-0.8701000213623047,-0.33239999413490295,-0.3846000134944916,-0.9192000031471252,-0.08460000157356262,-0.4731999933719635,-0.8769000172615051,-0.08460000157356262,-0.36399999260902405,-0.8701000213623047,-0.33239999413490295,-0.4731999933719635,-0.8769000172615051,-0.08460000157356262,-0.4478999972343445,-0.8299999833106995,-0.33239999413490295,-0.3382999897003174,-0.626800000667572,-0.7019000053405762,-0.4478999972343445,-0.8299999833106995,-0.33239999413490295,-0.5267000198364258,-0.7822999954223633,-0.33239999413490295,-0.3382999897003174,-0.626800000667572,-0.7019000053405762,-0.5267000198364258,-0.7822999954223633,-0.33239999413490295,-0.3977999985218048,-0.5909000039100647,-0.7019000053405762,-0.4478999972343445,-0.8299999833106995,-0.33239999413490295,-0.4731999933719635,-0.8769000172615051,-0.08460000157356262,-0.5565000176429749,-0.8264999985694885,-0.08460000157356262,-0.4478999972343445,-0.8299999833106995,-0.33239999413490295,-0.5565000176429749,-0.8264999985694885,-0.08460000157356262,-0.5267000198364258,-0.7822999954223633,-0.33239999413490295,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8798999786376953,-0.013100000098347664,-0.38589999079704285,-0.9223999977111816,-0.013100000098347664,-0.4749000072479248,-0.8799999952316284,0,-0.38589999079704285,-0.9223999977111816,-0.013100000098347664,-0.38589999079704285,-0.9225000143051147,0,-0.5584999918937683,-0.8295000195503235,0,-0.5584999918937683,-0.8294000029563904,-0.013100000098347664,-0.4749000072479248,-0.8798999786376953,-0.013100000098347664,-0.5584999918937683,-0.8295000195503235,0,-0.4749000072479248,-0.8798999786376953,-0.013100000098347664,-0.4749000072479248,-0.8799999952316284,0,-0.4749000072479248,-0.8798999786376953,-0.013100000098347664,-0.4731999933719635,-0.8769000172615051,-0.08460000157356262,-0.3846000134944916,-0.9192000031471252,-0.08460000157356262,-0.4749000072479248,-0.8798999786376953,-0.013100000098347664,-0.3846000134944916,-0.9192000031471252,-0.08460000157356262,-0.38589999079704285,-0.9223999977111816,-0.013100000098347664,-0.5584999918937683,-0.8294000029563904,-0.013100000098347664,-0.5565000176429749,-0.8264999985694885,-0.08460000157356262,-0.4731999933719635,-0.8769000172615051,-0.08460000157356262,-0.5584999918937683,-0.8294000029563904,-0.013100000098347664,-0.4731999933719635,-0.8769000172615051,-0.08460000157356262,-0.4749000072479248,-0.8798999786376953,-0.013100000098347664,-0.7095999717712402,-0.7045999765396118,0,-0.7095000147819519,-0.7045000195503235,-0.013100000098347664,-0.6366999745368958,-0.7710000276565552,-0.013100000098347664,-0.7095999717712402,-0.7045999765396118,0,-0.6366999745368958,-0.7710000276565552,-0.013100000098347664,-0.6366999745368958,-0.7710999846458435,0,-0.7095000147819519,-0.7045000195503235,-0.013100000098347664,-0.707099974155426,-0.7020999789237976,-0.08460000157356262,-0.6345000267028809,-0.7682999968528748,-0.08460000157356262,-0.7095000147819519,-0.7045000195503235,-0.013100000098347664,-0.6345000267028809,-0.7682999968528748,-0.08460000157356262,-0.6366999745368958,-0.7710000276565552,-0.013100000098347664,-0.6366999745368958,-0.7710999846458435,0,-0.6366999745368958,-0.7710000276565552,-0.013100000098347664,-0.5584999918937683,-0.8294000029563904,-0.013100000098347664,-0.6366999745368958,-0.7710999846458435,0,-0.5584999918937683,-0.8294000029563904,-0.013100000098347664,-0.5584999918937683,-0.8295000195503235,0,-0.6366999745368958,-0.7710000276565552,-0.013100000098347664,-0.6345000267028809,-0.7682999968528748,-0.08460000157356262,-0.5565000176429749,-0.8264999985694885,-0.08460000157356262,-0.6366999745368958,-0.7710000276565552,-0.013100000098347664,-0.5565000176429749,-0.8264999985694885,-0.08460000157356262,-0.5584999918937683,-0.8294000029563904,-0.013100000098347664,-0.20890000462532043,-0.6809999942779541,-0.7019000053405762,-0.27649998664855957,-0.9017000198364258,-0.33239999413490295,-0.36399999260902405,-0.8701000213623047,-0.33239999413490295,-0.20890000462532043,-0.6809999942779541,-0.7019000053405762,-0.36399999260902405,-0.8701000213623047,-0.33239999413490295,-0.27489998936653137,-0.6571999788284302,-0.7017999887466431,-0.14139999449253082,-0.6980999708175659,-0.7019000053405762,-0.18729999661445618,-0.9243000149726868,-0.33239999413490295,-0.27649998664855957,-0.9017000198364258,-0.33239999413490295,-0.14139999449253082,-0.6980999708175659,-0.7019000053405762,-0.27649998664855957,-0.9017000198364258,-0.33239999413490295,-0.20890000462532043,-0.6809999942779541,-0.7019000053405762,-0.27649998664855957,-0.9017000198364258,-0.33239999413490295,-0.2921999990940094,-0.9526000022888184,-0.08460000157356262,-0.3846000134944916,-0.9192000031471252,-0.08460000157356262,-0.27649998664855957,-0.9017000198364258,-0.33239999413490295,-0.3846000134944916,-0.9192000031471252,-0.08460000157356262,-0.36399999260902405,-0.8701000213623047,-0.33239999413490295,-0.18729999661445618,-0.9243000149726868,-0.33239999413490295,-0.19779999554157257,-0.9765999913215637,-0.08460000157356262,-0.2921999990940094,-0.9526000022888184,-0.08460000157356262,-0.18729999661445618,-0.9243000149726868,-0.33239999413490295,-0.2921999990940094,-0.9526000022888184,-0.08460000157356262,-0.27649998664855957,-0.9017000198364258,-0.33239999413490295,-0.0024999999441206455,-0.7123000025749207,-0.7017999887466431,-0.0032999999821186066,-0.9430999755859375,-0.33239999413490295,-0.09619999676942825,-0.9381999969482422,-0.33239999413490295,-0.0024999999441206455,-0.7123000025749207,-0.7017999887466431,-0.09619999676942825,-0.9381999969482422,-0.33239999413490295,-0.07270000129938126,-0.7085999846458435,-0.7019000053405762,-0.0032999999821186066,-0.9430999755859375,-0.33239999413490295,-0.0035000001080334187,-0.996399998664856,-0.08460000157356262,-0.10159999877214432,-0.9911999702453613,-0.08460000157356262,-0.0032999999821186066,-0.9430999755859375,-0.33239999413490295,-0.10159999877214432,-0.9911999702453613,-0.08460000157356262,-0.09619999676942825,-0.9381999969482422,-0.33239999413490295,-0.07270000129938126,-0.7085999846458435,-0.7019000053405762,-0.09619999676942825,-0.9381999969482422,-0.33239999413490295,-0.18729999661445618,-0.9243000149726868,-0.33239999413490295,-0.07270000129938126,-0.7085999846458435,-0.7019000053405762,-0.18729999661445618,-0.9243000149726868,-0.33239999413490295,-0.14139999449253082,-0.6980999708175659,-0.7019000053405762,-0.09619999676942825,-0.9381999969482422,-0.33239999413490295,-0.10159999877214432,-0.9911999702453613,-0.08460000157356262,-0.19779999554157257,-0.9765999913215637,-0.08460000157356262,-0.09619999676942825,-0.9381999969482422,-0.33239999413490295,-0.19779999554157257,-0.9765999913215637,-0.08460000157356262,-0.18729999661445618,-0.9243000149726868,-0.33239999413490295,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.994700014591217,-0.013100000098347664,-0.0035000001080334187,-0.9998999834060669,-0.013100000098347664,-0.10199999809265137,-0.9947999715805054,0,-0.0035000001080334187,-0.9998999834060669,-0.013100000098347664,-0.0035000001080334187,-1,0,-0.19859999418258667,-0.9800999760627747,0,-0.19850000739097595,-0.9800000190734863,-0.013100000098347664,-0.10199999809265137,-0.994700014591217,-0.013100000098347664,-0.19859999418258667,-0.9800999760627747,0,-0.10199999809265137,-0.994700014591217,-0.013100000098347664,-0.10199999809265137,-0.9947999715805054,0,-0.10199999809265137,-0.994700014591217,-0.013100000098347664,-0.10159999877214432,-0.9911999702453613,-0.08460000157356262,-0.0035000001080334187,-0.996399998664856,-0.08460000157356262,-0.10199999809265137,-0.994700014591217,-0.013100000098347664,-0.0035000001080334187,-0.996399998664856,-0.08460000157356262,-0.0035000001080334187,-0.9998999834060669,-0.013100000098347664,-0.19850000739097595,-0.9800000190734863,-0.013100000098347664,-0.19779999554157257,-0.9765999913215637,-0.08460000157356262,-0.10159999877214432,-0.9911999702453613,-0.08460000157356262,-0.19850000739097595,-0.9800000190734863,-0.013100000098347664,-0.10159999877214432,-0.9911999702453613,-0.08460000157356262,-0.10199999809265137,-0.994700014591217,-0.013100000098347664,-0.38589999079704285,-0.9225000143051147,0,-0.38589999079704285,-0.9223999977111816,-0.013100000098347664,-0.29319998621940613,-0.9559999704360962,-0.013100000098347664,-0.38589999079704285,-0.9225000143051147,0,-0.29319998621940613,-0.9559999704360962,-0.013100000098347664,-0.29319998621940613,-0.9560999870300293,0,-0.38589999079704285,-0.9223999977111816,-0.013100000098347664,-0.3846000134944916,-0.9192000031471252,-0.08460000157356262,-0.2921999990940094,-0.9526000022888184,-0.08460000157356262,-0.38589999079704285,-0.9223999977111816,-0.013100000098347664,-0.2921999990940094,-0.9526000022888184,-0.08460000157356262,-0.29319998621940613,-0.9559999704360962,-0.013100000098347664,-0.29319998621940613,-0.9560999870300293,0,-0.29319998621940613,-0.9559999704360962,-0.013100000098347664,-0.19850000739097595,-0.9800000190734863,-0.013100000098347664,-0.29319998621940613,-0.9560999870300293,0,-0.19850000739097595,-0.9800000190734863,-0.013100000098347664,-0.19859999418258667,-0.9800999760627747,0,-0.29319998621940613,-0.9559999704360962,-0.013100000098347664,-0.2921999990940094,-0.9526000022888184,-0.08460000157356262,-0.19779999554157257,-0.9765999913215637,-0.08460000157356262,-0.29319998621940613,-0.9559999704360962,-0.013100000098347664,-0.19779999554157257,-0.9765999913215637,-0.08460000157356262,-0.19850000739097595,-0.9800000190734863,-0.013100000098347664,0.06769999861717224,-0.7091000080108643,-0.7019000053405762,0.08959999680519104,-0.9388999938964844,-0.33239999413490295,-0.0032999999821186066,-0.9430999755859375,-0.33239999413490295,0.06769999861717224,-0.7091000080108643,-0.7019000053405762,-0.0032999999821186066,-0.9430999755859375,-0.33239999413490295,-0.0024999999441206455,-0.7123000025749207,-0.7017999887466431,0.13650000095367432,-0.6991000175476074,-0.7019000053405762,0.18070000410079956,-0.9257000088691711,-0.33239999413490295,0.08959999680519104,-0.9388999938964844,-0.33239999413490295,0.13650000095367432,-0.6991000175476074,-0.7019000053405762,0.08959999680519104,-0.9388999938964844,-0.33239999413490295,0.06769999861717224,-0.7091000080108643,-0.7019000053405762,0.08959999680519104,-0.9388999938964844,-0.33239999413490295,0.09459999948740005,-0.9919000267982483,-0.08460000157356262,-0.0035000001080334187,-0.996399998664856,-0.08460000157356262,0.08959999680519104,-0.9388999938964844,-0.33239999413490295,-0.0035000001080334187,-0.996399998664856,-0.08460000157356262,-0.0032999999821186066,-0.9430999755859375,-0.33239999413490295,0.18070000410079956,-0.9257000088691711,-0.33239999413490295,0.19089999794960022,-0.9779999852180481,-0.08460000157356262,0.09459999948740005,-0.9919000267982483,-0.08460000157356262,0.18070000410079956,-0.9257000088691711,-0.33239999413490295,0.09459999948740005,-0.9919000267982483,-0.08460000157356262,0.08959999680519104,-0.9388999938964844,-0.33239999413490295,0.2703000009059906,-0.6590999960899353,-0.7017999887466431,0.3578000068664551,-0.8726000189781189,-0.33239999413490295,0.2702000141143799,-0.9035999774932861,-0.33239999413490295,0.2703000009059906,-0.6590999960899353,-0.7017999887466431,0.2702000141143799,-0.9035999774932861,-0.33239999413490295,0.20399999618530273,-0.6825000047683716,-0.7019000053405762,0.3578000068664551,-0.8726000189781189,-0.33239999413490295,0.3781000077724457,-0.9218999743461609,-0.08460000157356262,0.28540000319480896,-0.9546999931335449,-0.08460000157356262,0.3578000068664551,-0.8726000189781189,-0.33239999413490295,0.28540000319480896,-0.9546999931335449,-0.08460000157356262,0.2702000141143799,-0.9035999774932861,-0.33239999413490295,0.20399999618530273,-0.6825000047683716,-0.7019000053405762,0.2702000141143799,-0.9035999774932861,-0.33239999413490295,0.18070000410079956,-0.9257000088691711,-0.33239999413490295,0.20399999618530273,-0.6825000047683716,-0.7019000053405762,0.18070000410079956,-0.9257000088691711,-0.33239999413490295,0.13650000095367432,-0.6991000175476074,-0.7019000053405762,0.2702000141143799,-0.9035999774932861,-0.33239999413490295,0.28540000319480896,-0.9546999931335449,-0.08460000157356262,0.19089999794960022,-0.9779999852180481,-0.08460000157356262,0.2702000141143799,-0.9035999774932861,-0.33239999413490295,0.19089999794960022,-0.9779999852180481,-0.08460000157356262,0.18070000410079956,-0.9257000088691711,-0.33239999413490295,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9580000042915344,-0.013100000098347664,0.37940001487731934,-0.9251000285148621,-0.013100000098347664,0.2863999903202057,-0.9581000208854675,0,0.37940001487731934,-0.9251000285148621,-0.013100000098347664,0.37940001487731934,-0.9251999855041504,0,0.1915999948978424,-0.9815000295639038,0,0.1915999948978424,-0.9814000129699707,-0.013100000098347664,0.2863999903202057,-0.9580000042915344,-0.013100000098347664,0.1915999948978424,-0.9815000295639038,0,0.2863999903202057,-0.9580000042915344,-0.013100000098347664,0.2863999903202057,-0.9581000208854675,0,0.2863999903202057,-0.9580000042915344,-0.013100000098347664,0.28540000319480896,-0.9546999931335449,-0.08460000157356262,0.3781000077724457,-0.9218999743461609,-0.08460000157356262,0.2863999903202057,-0.9580000042915344,-0.013100000098347664,0.3781000077724457,-0.9218999743461609,-0.08460000157356262,0.37940001487731934,-0.9251000285148621,-0.013100000098347664,0.1915999948978424,-0.9814000129699707,-0.013100000098347664,0.19089999794960022,-0.9779999852180481,-0.08460000157356262,0.28540000319480896,-0.9546999931335449,-0.08460000157356262,0.1915999948978424,-0.9814000129699707,-0.013100000098347664,0.28540000319480896,-0.9546999931335449,-0.08460000157356262,0.2863999903202057,-0.9580000042915344,-0.013100000098347664,-0.0035000001080334187,-1,0,-0.0035000001080334187,-0.9998999834060669,-0.013100000098347664,0.0949999988079071,-0.9954000115394592,-0.013100000098347664,-0.0035000001080334187,-1,0,0.0949999988079071,-0.9954000115394592,-0.013100000098347664,0.0949999988079071,-0.9955000281333923,0,-0.0035000001080334187,-0.9998999834060669,-0.013100000098347664,-0.0035000001080334187,-0.996399998664856,-0.08460000157356262,0.09459999948740005,-0.9919000267982483,-0.08460000157356262,-0.0035000001080334187,-0.9998999834060669,-0.013100000098347664,0.09459999948740005,-0.9919000267982483,-0.08460000157356262,0.0949999988079071,-0.9954000115394592,-0.013100000098347664,0.0949999988079071,-0.9955000281333923,0,0.0949999988079071,-0.9954000115394592,-0.013100000098347664,0.1915999948978424,-0.9814000129699707,-0.013100000098347664,0.0949999988079071,-0.9955000281333923,0,0.1915999948978424,-0.9814000129699707,-0.013100000098347664,0.1915999948978424,-0.9815000295639038,0,0.0949999988079071,-0.9954000115394592,-0.013100000098347664,0.09459999948740005,-0.9919000267982483,-0.08460000157356262,0.19089999794960022,-0.9779999852180481,-0.08460000157356262,0.0949999988079071,-0.9954000115394592,-0.013100000098347664,0.19089999794960022,-0.9779999852180481,-0.08460000157356262,0.1915999948978424,-0.9814000129699707,-0.013100000098347664,0.33390000462532043,-0.6291999816894531,-0.7019000053405762,0.44200000166893005,-0.8331000208854675,-0.33239999413490295,0.3578000068664551,-0.8726000189781189,-0.33239999413490295,0.33390000462532043,-0.6291999816894531,-0.7019000053405762,0.3578000068664551,-0.8726000189781189,-0.33239999413490295,0.2703000009059906,-0.6590999960899353,-0.7017999887466431,0.3935999870300293,-0.5935999751091003,-0.7019000053405762,0.5212000012397766,-0.7860000133514404,-0.33239999413490295,0.44200000166893005,-0.8331000208854675,-0.33239999413490295,0.3935999870300293,-0.5935999751091003,-0.7019000053405762,0.44200000166893005,-0.8331000208854675,-0.33239999413490295,0.33390000462532043,-0.6291999816894531,-0.7019000053405762,0.44200000166893005,-0.8331000208854675,-0.33239999413490295,0.46700000762939453,-0.8802000284194946,-0.08460000157356262,0.3781000077724457,-0.9218999743461609,-0.08460000157356262,0.44200000166893005,-0.8331000208854675,-0.33239999413490295,0.3781000077724457,-0.9218999743461609,-0.08460000157356262,0.3578000068664551,-0.8726000189781189,-0.33239999413490295,0.5212000012397766,-0.7860000133514404,-0.33239999413490295,0.5507000088691711,-0.8303999900817871,-0.08460000157356262,0.46700000762939453,-0.8802000284194946,-0.08460000157356262,0.5212000012397766,-0.7860000133514404,-0.33239999413490295,0.46700000762939453,-0.8802000284194946,-0.08460000157356262,0.44200000166893005,-0.8331000208854675,-0.33239999413490295,0.5019000172615051,-0.5055000185966492,-0.7017999887466431,0.6644999980926514,-0.6692000031471252,-0.33239999413490295,0.5953999757766724,-0.7314000129699707,-0.33239999413490295,0.5019000172615051,-0.5055000185966492,-0.7017999887466431,0.5953999757766724,-0.7314000129699707,-0.33239999413490295,0.4496999979019165,-0.5523999929428101,-0.7019000053405762,0.6644999980926514,-0.6692000031471252,-0.33239999413490295,0.7020999789237976,-0.707099974155426,-0.08460000157356262,0.6290000081062317,-0.7728000283241272,-0.08460000157356262,0.6644999980926514,-0.6692000031471252,-0.33239999413490295,0.6290000081062317,-0.7728000283241272,-0.08460000157356262,0.5953999757766724,-0.7314000129699707,-0.33239999413490295,0.4496999979019165,-0.5523999929428101,-0.7019000053405762,0.5953999757766724,-0.7314000129699707,-0.33239999413490295,0.5212000012397766,-0.7860000133514404,-0.33239999413490295,0.4496999979019165,-0.5523999929428101,-0.7019000053405762,0.5212000012397766,-0.7860000133514404,-0.33239999413490295,0.3935999870300293,-0.5935999751091003,-0.7019000053405762,0.5953999757766724,-0.7314000129699707,-0.33239999413490295,0.6290000081062317,-0.7728000283241272,-0.08460000157356262,0.5507000088691711,-0.8303999900817871,-0.08460000157356262,0.5953999757766724,-0.7314000129699707,-0.33239999413490295,0.5507000088691711,-0.8303999900817871,-0.08460000157356262,0.5212000012397766,-0.7860000133514404,-0.33239999413490295,0.6312999725341797,-0.775600016117096,0,0.6312000155448914,-0.7754999995231628,-0.013100000098347664,0.7045000195503235,-0.7095000147819519,-0.013100000098347664,0.6312999725341797,-0.775600016117096,0,0.7045000195503235,-0.7095000147819519,-0.013100000098347664,0.7045999765396118,-0.7095999717712402,0,0.5526000261306763,-0.8334000110626221,0,0.5526000261306763,-0.8334000110626221,-0.013100000098347664,0.6312000155448914,-0.7754999995231628,-0.013100000098347664,0.5526000261306763,-0.8334000110626221,0,0.6312000155448914,-0.7754999995231628,-0.013100000098347664,0.6312999725341797,-0.775600016117096,0,0.6312000155448914,-0.7754999995231628,-0.013100000098347664,0.6290000081062317,-0.7728000283241272,-0.08460000157356262,0.7020999789237976,-0.707099974155426,-0.08460000157356262,0.6312000155448914,-0.7754999995231628,-0.013100000098347664,0.7020999789237976,-0.707099974155426,-0.08460000157356262,0.7045000195503235,-0.7095000147819519,-0.013100000098347664,0.5526000261306763,-0.8334000110626221,-0.013100000098347664,0.5507000088691711,-0.8303999900817871,-0.08460000157356262,0.6290000081062317,-0.7728000283241272,-0.08460000157356262,0.5526000261306763,-0.8334000110626221,-0.013100000098347664,0.6290000081062317,-0.7728000283241272,-0.08460000157356262,0.6312000155448914,-0.7754999995231628,-0.013100000098347664,0.37940001487731934,-0.9251999855041504,0,0.37940001487731934,-0.9251000285148621,-0.013100000098347664,0.46869999170303345,-0.8833000063896179,-0.013100000098347664,0.37940001487731934,-0.9251999855041504,0,0.46869999170303345,-0.8833000063896179,-0.013100000098347664,0.46869999170303345,-0.883400022983551,0,0.37940001487731934,-0.9251000285148621,-0.013100000098347664,0.3781000077724457,-0.9218999743461609,-0.08460000157356262,0.46700000762939453,-0.8802000284194946,-0.08460000157356262,0.37940001487731934,-0.9251000285148621,-0.013100000098347664,0.46700000762939453,-0.8802000284194946,-0.08460000157356262,0.46869999170303345,-0.8833000063896179,-0.013100000098347664,0.46869999170303345,-0.883400022983551,0,0.46869999170303345,-0.8833000063896179,-0.013100000098347664,0.5526000261306763,-0.8334000110626221,-0.013100000098347664,0.46869999170303345,-0.883400022983551,0,0.5526000261306763,-0.8334000110626221,-0.013100000098347664,0.5526000261306763,-0.8334000110626221,0,0.46869999170303345,-0.8833000063896179,-0.013100000098347664,0.46700000762939453,-0.8802000284194946,-0.08460000157356262,0.5507000088691711,-0.8303999900817871,-0.08460000157356262,0.46869999170303345,-0.8833000063896179,-0.013100000098347664,0.5507000088691711,-0.8303999900817871,-0.08460000157356262,0.5526000261306763,-0.8334000110626221,-0.013100000098347664,0.5491999983787537,-0.4535999894142151,-0.7019000053405762,0.7271999716758728,-0.6004999876022339,-0.33239999413490295,0.6644999980926514,-0.6692000031471252,-0.33239999413490295,0.5491999983787537,-0.4535999894142151,-0.7019000053405762,0.6644999980926514,-0.6692000031471252,-0.33239999413490295,0.5019000172615051,-0.5055000185966492,-0.7017999887466431,0.5909000039100647,-0.3977999985218048,-0.7019000053405762,0.7822999954223633,-0.5267000198364258,-0.33239999413490295,0.7271999716758728,-0.6004999876022339,-0.33239999413490295,0.5909000039100647,-0.3977999985218048,-0.7019000053405762,0.7271999716758728,-0.6004999876022339,-0.33239999413490295,0.5491999983787537,-0.4535999894142151,-0.7019000053405762,0.7271999716758728,-0.6004999876022339,-0.33239999413490295,0.7682999968528748,-0.6345000267028809,-0.08460000157356262,0.7020999789237976,-0.707099974155426,-0.08460000157356262,0.7271999716758728,-0.6004999876022339,-0.33239999413490295,0.7020999789237976,-0.707099974155426,-0.08460000157356262,0.6644999980926514,-0.6692000031471252,-0.33239999413490295,0.7822999954223633,-0.5267000198364258,-0.33239999413490295,0.8264999985694885,-0.5565000176429749,-0.08460000157356262,0.7682999968528748,-0.6345000267028809,-0.08460000157356262,0.7822999954223633,-0.5267000198364258,-0.33239999413490295,0.7682999968528748,-0.6345000267028809,-0.08460000157356262,0.7271999716758728,-0.6004999876022339,-0.33239999413490295,0.6571000218391418,-0.27489998936653137,-0.7017999887466431,0.8701000213623047,-0.36399999260902405,-0.33239999413490295,0.8299999833106995,-0.4478999972343445,-0.33239999413490295,0.6571000218391418,-0.27489998936653137,-0.7017999887466431,0.8299999833106995,-0.4478999972343445,-0.33239999413490295,0.626800000667572,-0.3382999897003174,-0.7019000053405762,0.8701000213623047,-0.36399999260902405,-0.33239999413490295,0.9192000031471252,-0.3846000134944916,-0.08460000157356262,0.8769000172615051,-0.4731999933719635,-0.08460000157356262,0.8701000213623047,-0.36399999260902405,-0.33239999413490295,0.8769000172615051,-0.4731999933719635,-0.08460000157356262,0.8299999833106995,-0.4478999972343445,-0.33239999413490295,0.626800000667572,-0.3382999897003174,-0.7019000053405762,0.8299999833106995,-0.4478999972343445,-0.33239999413490295,0.7822999954223633,-0.5267000198364258,-0.33239999413490295,0.626800000667572,-0.3382999897003174,-0.7019000053405762,0.7822999954223633,-0.5267000198364258,-0.33239999413490295,0.5909000039100647,-0.3977999985218048,-0.7019000053405762,0.8299999833106995,-0.4478999972343445,-0.33239999413490295,0.8769000172615051,-0.4731999933719635,-0.08460000157356262,0.8264999985694885,-0.5565000176429749,-0.08460000157356262,0.8299999833106995,-0.4478999972343445,-0.33239999413490295,0.8264999985694885,-0.5565000176429749,-0.08460000157356262,0.7822999954223633,-0.5267000198364258,-0.33239999413490295,0.8799999952316284,-0.4749000072479248,0,0.8798999786376953,-0.4749000072479248,-0.013100000098347664,0.9223999977111816,-0.38589999079704285,-0.013100000098347664,0.8799999952316284,-0.4749000072479248,0,0.9223999977111816,-0.38589999079704285,-0.013100000098347664,0.9225000143051147,-0.38589999079704285,0,0.8295000195503235,-0.5584999918937683,0,0.8294000029563904,-0.5584999918937683,-0.013100000098347664,0.8798999786376953,-0.4749000072479248,-0.013100000098347664,0.8295000195503235,-0.5584999918937683,0,0.8798999786376953,-0.4749000072479248,-0.013100000098347664,0.8799999952316284,-0.4749000072479248,0,0.8798999786376953,-0.4749000072479248,-0.013100000098347664,0.8769000172615051,-0.4731999933719635,-0.08460000157356262,0.9192000031471252,-0.3846000134944916,-0.08460000157356262,0.8798999786376953,-0.4749000072479248,-0.013100000098347664,0.9192000031471252,-0.3846000134944916,-0.08460000157356262,0.9223999977111816,-0.38589999079704285,-0.013100000098347664,0.8294000029563904,-0.5584999918937683,-0.013100000098347664,0.8264999985694885,-0.5565000176429749,-0.08460000157356262,0.8769000172615051,-0.4731999933719635,-0.08460000157356262,0.8294000029563904,-0.5584999918937683,-0.013100000098347664,0.8769000172615051,-0.4731999933719635,-0.08460000157356262,0.8798999786376953,-0.4749000072479248,-0.013100000098347664,0.7045999765396118,-0.7095999717712402,0,0.7045000195503235,-0.7095000147819519,-0.013100000098347664,0.7710000276565552,-0.6366999745368958,-0.013100000098347664,0.7045999765396118,-0.7095999717712402,0,0.7710000276565552,-0.6366999745368958,-0.013100000098347664,0.7710999846458435,-0.6366999745368958,0,0.7045000195503235,-0.7095000147819519,-0.013100000098347664,0.7020999789237976,-0.707099974155426,-0.08460000157356262,0.7682999968528748,-0.6345000267028809,-0.08460000157356262,0.7045000195503235,-0.7095000147819519,-0.013100000098347664,0.7682999968528748,-0.6345000267028809,-0.08460000157356262,0.7710000276565552,-0.6366999745368958,-0.013100000098347664,0.7710999846458435,-0.6366999745368958,0,0.7710000276565552,-0.6366999745368958,-0.013100000098347664,0.8294000029563904,-0.5584999918937683,-0.013100000098347664,0.7710999846458435,-0.6366999745368958,0,0.8294000029563904,-0.5584999918937683,-0.013100000098347664,0.8295000195503235,-0.5584999918937683,0,0.7710000276565552,-0.6366999745368958,-0.013100000098347664,0.7682999968528748,-0.6345000267028809,-0.08460000157356262,0.8264999985694885,-0.5565000176429749,-0.08460000157356262,0.7710000276565552,-0.6366999745368958,-0.013100000098347664,0.8264999985694885,-0.5565000176429749,-0.08460000157356262,0.8294000029563904,-0.5584999918937683,-0.013100000098347664,0.6809999942779541,-0.20890000462532043,-0.7019000053405762,0.9017000198364258,-0.27649998664855957,-0.33239999413490295,0.8701000213623047,-0.36399999260902405,-0.33239999413490295,0.6809999942779541,-0.20890000462532043,-0.7019000053405762,0.8701000213623047,-0.36399999260902405,-0.33239999413490295,0.6571000218391418,-0.27489998936653137,-0.7017999887466431,0.6980999708175659,-0.14139999449253082,-0.7019000053405762,0.9243000149726868,-0.18729999661445618,-0.33239999413490295,0.9017000198364258,-0.27649998664855957,-0.33239999413490295,0.6980999708175659,-0.14139999449253082,-0.7019000053405762,0.9017000198364258,-0.27649998664855957,-0.33239999413490295,0.6809999942779541,-0.20890000462532043,-0.7019000053405762,0.9017000198364258,-0.27649998664855957,-0.33239999413490295,0.9526000022888184,-0.2921999990940094,-0.08460000157356262,0.9192000031471252,-0.3846000134944916,-0.08460000157356262,0.9017000198364258,-0.27649998664855957,-0.33239999413490295,0.9192000031471252,-0.3846000134944916,-0.08460000157356262,0.8701000213623047,-0.36399999260902405,-0.33239999413490295,0.9243000149726868,-0.18729999661445618,-0.33239999413490295,0.9765999913215637,-0.19779999554157257,-0.08460000157356262,0.9526000022888184,-0.2921999990940094,-0.08460000157356262,0.9243000149726868,-0.18729999661445618,-0.33239999413490295,0.9526000022888184,-0.2921999990940094,-0.08460000157356262,0.9017000198364258,-0.27649998664855957,-0.33239999413490295,0.7123000025749207,-0.0024999999441206455,-0.7017999887466431,0.9430999755859375,-0.0032999999821186066,-0.33239999413490295,0.9381999969482422,-0.09619999676942825,-0.33239999413490295,0.7123000025749207,-0.0024999999441206455,-0.7017999887466431,0.9381999969482422,-0.09619999676942825,-0.33239999413490295,0.7085999846458435,-0.07270000129938126,-0.7019000053405762,0.9430999755859375,-0.0032999999821186066,-0.33239999413490295,0.996399998664856,-0.0035000001080334187,-0.08460000157356262,0.9911999702453613,-0.10159999877214432,-0.08460000157356262,0.9430999755859375,-0.0032999999821186066,-0.33239999413490295,0.9911999702453613,-0.10159999877214432,-0.08460000157356262,0.9381999969482422,-0.09619999676942825,-0.33239999413490295,0.7085999846458435,-0.07270000129938126,-0.7019000053405762,0.9381999969482422,-0.09619999676942825,-0.33239999413490295,0.9243000149726868,-0.18729999661445618,-0.33239999413490295,0.7085999846458435,-0.07270000129938126,-0.7019000053405762,0.9243000149726868,-0.18729999661445618,-0.33239999413490295,0.6980999708175659,-0.14139999449253082,-0.7019000053405762,0.9381999969482422,-0.09619999676942825,-0.33239999413490295,0.9911999702453613,-0.10159999877214432,-0.08460000157356262,0.9765999913215637,-0.19779999554157257,-0.08460000157356262,0.9381999969482422,-0.09619999676942825,-0.33239999413490295,0.9765999913215637,-0.19779999554157257,-0.08460000157356262,0.9243000149726868,-0.18729999661445618,-0.33239999413490295,0.9947999715805054,-0.10199999809265137,0,0.994700014591217,-0.10199999809265137,-0.013100000098347664,0.9998999834060669,-0.0035000001080334187,-0.013100000098347664,0.9947999715805054,-0.10199999809265137,0,0.9998999834060669,-0.0035000001080334187,-0.013100000098347664,1,-0.0035000001080334187,0,0.9800999760627747,-0.19859999418258667,0,0.9800000190734863,-0.19850000739097595,-0.013100000098347664,0.994700014591217,-0.10199999809265137,-0.013100000098347664,0.9800999760627747,-0.19859999418258667,0,0.994700014591217,-0.10199999809265137,-0.013100000098347664,0.9947999715805054,-0.10199999809265137,0,0.994700014591217,-0.10199999809265137,-0.013100000098347664,0.9911999702453613,-0.10159999877214432,-0.08460000157356262,0.996399998664856,-0.0035000001080334187,-0.08460000157356262,0.994700014591217,-0.10199999809265137,-0.013100000098347664,0.996399998664856,-0.0035000001080334187,-0.08460000157356262,0.9998999834060669,-0.0035000001080334187,-0.013100000098347664,0.9800000190734863,-0.19850000739097595,-0.013100000098347664,0.9765999913215637,-0.19779999554157257,-0.08460000157356262,0.9911999702453613,-0.10159999877214432,-0.08460000157356262,0.9800000190734863,-0.19850000739097595,-0.013100000098347664,0.9911999702453613,-0.10159999877214432,-0.08460000157356262,0.994700014591217,-0.10199999809265137,-0.013100000098347664,0.9225000143051147,-0.38589999079704285,0,0.9223999977111816,-0.38589999079704285,-0.013100000098347664,0.9559999704360962,-0.29319998621940613,-0.013100000098347664,0.9225000143051147,-0.38589999079704285,0,0.9559999704360962,-0.29319998621940613,-0.013100000098347664,0.9560999870300293,-0.29319998621940613,0,0.9223999977111816,-0.38589999079704285,-0.013100000098347664,0.9192000031471252,-0.3846000134944916,-0.08460000157356262,0.9526000022888184,-0.2921999990940094,-0.08460000157356262,0.9223999977111816,-0.38589999079704285,-0.013100000098347664,0.9526000022888184,-0.2921999990940094,-0.08460000157356262,0.9559999704360962,-0.29319998621940613,-0.013100000098347664,0.9560999870300293,-0.29319998621940613,0,0.9559999704360962,-0.29319998621940613,-0.013100000098347664,0.9800000190734863,-0.19850000739097595,-0.013100000098347664,0.9560999870300293,-0.29319998621940613,0,0.9800000190734863,-0.19850000739097595,-0.013100000098347664,0.9800999760627747,-0.19859999418258667,0,0.9559999704360962,-0.29319998621940613,-0.013100000098347664,0.9526000022888184,-0.2921999990940094,-0.08460000157356262,0.9765999913215637,-0.19779999554157257,-0.08460000157356262,0.9559999704360962,-0.29319998621940613,-0.013100000098347664,0.9765999913215637,-0.19779999554157257,-0.08460000157356262,0.9800000190734863,-0.19850000739097595,-0.013100000098347664,0.7091000080108643,0.06769999861717224,-0.7019000053405762,0.9388999938964844,0.08959999680519104,-0.33239999413490295,0.9430999755859375,-0.0032999999821186066,-0.33239999413490295,0.7091000080108643,0.06769999861717224,-0.7019000053405762,0.9430999755859375,-0.0032999999821186066,-0.33239999413490295,0.7123000025749207,-0.0024999999441206455,-0.7017999887466431,0.6991000175476074,0.13650000095367432,-0.7019000053405762,0.925599992275238,0.18070000410079956,-0.33250001072883606,0.9388999938964844,0.08959999680519104,-0.33239999413490295,0.6991000175476074,0.13650000095367432,-0.7019000053405762,0.9388999938964844,0.08959999680519104,-0.33239999413490295,0.7091000080108643,0.06769999861717224,-0.7019000053405762,0.9388999938964844,0.08959999680519104,-0.33239999413490295,0.9919000267982483,0.09459999948740005,-0.08460000157356262,0.996399998664856,-0.0035000001080334187,-0.08460000157356262,0.9388999938964844,0.08959999680519104,-0.33239999413490295,0.996399998664856,-0.0035000001080334187,-0.08460000157356262,0.9430999755859375,-0.0032999999821186066,-0.33239999413490295,0.925599992275238,0.18070000410079956,-0.33250001072883606,0.9779999852180481,0.19089999794960022,-0.08460000157356262,0.9919000267982483,0.09459999948740005,-0.08460000157356262,0.925599992275238,0.18070000410079956,-0.33250001072883606,0.9919000267982483,0.09459999948740005,-0.08460000157356262,0.9388999938964844,0.08959999680519104,-0.33239999413490295,0.6590999960899353,0.2703000009059906,-0.7017999887466431,0.8726000189781189,0.3578000068664551,-0.33239999413490295,0.9035999774932861,0.2702000141143799,-0.33239999413490295,0.6590999960899353,0.2703000009059906,-0.7017999887466431,0.9035999774932861,0.2702000141143799,-0.33239999413490295,0.6825000047683716,0.20399999618530273,-0.7019000053405762,0.8726000189781189,0.3578000068664551,-0.33239999413490295,0.9218999743461609,0.3781000077724457,-0.08460000157356262,0.9546999931335449,0.28540000319480896,-0.08460000157356262,0.8726000189781189,0.3578000068664551,-0.33239999413490295,0.9546999931335449,0.28540000319480896,-0.08460000157356262,0.9035999774932861,0.2702000141143799,-0.33239999413490295,0.6825000047683716,0.20399999618530273,-0.7019000053405762,0.9035999774932861,0.2702000141143799,-0.33239999413490295,0.925599992275238,0.18070000410079956,-0.33250001072883606,0.6825000047683716,0.20399999618530273,-0.7019000053405762,0.925599992275238,0.18070000410079956,-0.33250001072883606,0.6991000175476074,0.13650000095367432,-0.7019000053405762,0.9035999774932861,0.2702000141143799,-0.33239999413490295,0.9546999931335449,0.28540000319480896,-0.08460000157356262,0.9779999852180481,0.19089999794960022,-0.08460000157356262,0.9035999774932861,0.2702000141143799,-0.33239999413490295,0.9779999852180481,0.19089999794960022,-0.08460000157356262,0.925599992275238,0.18070000410079956,-0.33250001072883606,0.9581000208854675,0.2863999903202057,0,0.9580000042915344,0.2863999903202057,-0.013100000098347664,0.9251000285148621,0.37940001487731934,-0.013100000098347664,0.9581000208854675,0.2863999903202057,0,0.9251000285148621,0.37940001487731934,-0.013100000098347664,0.9251999855041504,0.37940001487731934,0,0.9815000295639038,0.1915999948978424,0,0.9814000129699707,0.1915999948978424,-0.013100000098347664,0.9580000042915344,0.2863999903202057,-0.013100000098347664,0.9815000295639038,0.1915999948978424,0,0.9580000042915344,0.2863999903202057,-0.013100000098347664,0.9581000208854675,0.2863999903202057,0,0.9580000042915344,0.2863999903202057,-0.013100000098347664,0.9546999931335449,0.28540000319480896,-0.08460000157356262,0.9218999743461609,0.3781000077724457,-0.08460000157356262,0.9580000042915344,0.2863999903202057,-0.013100000098347664,0.9218999743461609,0.3781000077724457,-0.08460000157356262,0.9251000285148621,0.37940001487731934,-0.013100000098347664,0.9814000129699707,0.1915999948978424,-0.013100000098347664,0.9779999852180481,0.19089999794960022,-0.08460000157356262,0.9546999931335449,0.28540000319480896,-0.08460000157356262,0.9814000129699707,0.1915999948978424,-0.013100000098347664,0.9546999931335449,0.28540000319480896,-0.08460000157356262,0.9580000042915344,0.2863999903202057,-0.013100000098347664,1,-0.0035000001080334187,0,0.9998999834060669,-0.0035000001080334187,-0.013100000098347664,0.9954000115394592,0.0949999988079071,-0.013100000098347664,1,-0.0035000001080334187,0,0.9954000115394592,0.0949999988079071,-0.013100000098347664,0.9955000281333923,0.0949999988079071,0,0.9998999834060669,-0.0035000001080334187,-0.013100000098347664,0.996399998664856,-0.0035000001080334187,-0.08460000157356262,0.9919000267982483,0.09459999948740005,-0.08460000157356262,0.9998999834060669,-0.0035000001080334187,-0.013100000098347664,0.9919000267982483,0.09459999948740005,-0.08460000157356262,0.9954000115394592,0.0949999988079071,-0.013100000098347664,0.9955000281333923,0.0949999988079071,0,0.9954000115394592,0.0949999988079071,-0.013100000098347664,0.9814000129699707,0.1915999948978424,-0.013100000098347664,0.9955000281333923,0.0949999988079071,0,0.9814000129699707,0.1915999948978424,-0.013100000098347664,0.9815000295639038,0.1915999948978424,0,0.9954000115394592,0.0949999988079071,-0.013100000098347664,0.9919000267982483,0.09459999948740005,-0.08460000157356262,0.9779999852180481,0.19089999794960022,-0.08460000157356262,0.9954000115394592,0.0949999988079071,-0.013100000098347664,0.9779999852180481,0.19089999794960022,-0.08460000157356262,0.9814000129699707,0.1915999948978424,-0.013100000098347664,0.5523999929428101,0.4496999979019165,-0.7019000053405762,0.2361000031232834,0.19140000641345978,-0.9527000188827515,0.21889999508857727,0.21639999747276306,-0.9513999819755554,0.5523999929428101,0.4496999979019165,-0.7019000053405762,0.21889999508857727,0.21639999747276306,-0.9513999819755554,0.5055000185966492,0.5019000172615051,-0.7017999887466431,0.5936999917030334,0.3935999870300293,-0.7019000053405762,0.25110000371932983,0.16590000689029694,-0.9535999894142151,0.2361000031232834,0.19140000641345978,-0.9527000188827515,0.5936999917030334,0.3935999870300293,-0.7019000053405762,0.2361000031232834,0.19140000641345978,-0.9527000188827515,0.5523999929428101,0.4496999979019165,-0.7019000053405762,0.21889999508857727,0.21639999747276306,-0.9513999819755554,0.2361000031232834,0.19140000641345978,-0.9527000188827515,0.027799999341368675,0.023000000044703484,-0.9993000030517578,0.21889999508857727,0.21639999747276306,-0.9513999819755554,0.027799999341368675,0.023000000044703484,-0.9993000030517578,0.02889999933540821,0.02930000051856041,-0.9991999864578247,0.2361000031232834,0.19140000641345978,-0.9527000188827515,0.25110000371932983,0.16590000689029694,-0.9535999894142151,0.026599999517202377,0.017899999395012856,-0.9994999766349792,0.2361000031232834,0.19140000641345978,-0.9527000188827515,0.026599999517202377,0.017899999395012856,-0.9994999766349792,0.027799999341368675,0.023000000044703484,-0.9993000030517578,0.6590999960899353,0.2703000009059906,-0.7017999887466431,0.2750999927520752,0.11259999871253967,-0.954800009727478,0.2639999985694885,0.1396999955177307,-0.9542999863624573,0.6590999960899353,0.2703000009059906,-0.7017999887466431,0.2639999985694885,0.1396999955177307,-0.9542999863624573,0.6291999816894531,0.33390000462532043,-0.7019000053405762,0.2639999985694885,0.1396999955177307,-0.9542999863624573,0.2750999927520752,0.11259999871253967,-0.954800009727478,0.024800000712275505,0.010300000198185444,-0.9995999932289124,0.2639999985694885,0.1396999955177307,-0.9542999863624573,0.024800000712275505,0.010300000198185444,-0.9995999932289124,0.025599999353289604,0.013700000010430813,-0.9995999932289124,0.6291999816894531,0.33390000462532043,-0.7019000053405762,0.2639999985694885,0.1396999955177307,-0.9542999863624573,0.25110000371932983,0.16590000689029694,-0.9535999894142151,0.6291999816894531,0.33390000462532043,-0.7019000053405762,0.25110000371932983,0.16590000689029694,-0.9535999894142151,0.5936999917030334,0.3935999870300293,-0.7019000053405762,0.25110000371932983,0.16590000689029694,-0.9535999894142151,0.2639999985694885,0.1396999955177307,-0.9542999863624573,0.025599999353289604,0.013700000010430813,-0.9995999932289124,0.25110000371932983,0.16590000689029694,-0.9535999894142151,0.025599999353289604,0.013700000010430813,-0.9995999932289124,0.026599999517202377,0.017899999395012856,-0.9994999766349792,0,0,-1,0,0,-1,0.002899999963119626,0.001500000013038516,-1,0,0,-1,0.002899999963119626,0.001500000013038516,-1,0.00279999990016222,0.0010999999940395355,-1,0,0,-1,0,0,-1,0.003100000089034438,0.002099999925121665,-1,0,0,-1,0.003100000089034438,0.002099999925121665,-1,0.002899999963119626,0.001500000013038516,-1,0.00279999990016222,0.0010999999940395355,-1,0.002899999963119626,0.001500000013038516,-1,0.025599999353289604,0.013700000010430813,-0.9995999932289124,0.00279999990016222,0.0010999999940395355,-1,0.025599999353289604,0.013700000010430813,-0.9995999932289124,0.024800000712275505,0.010300000198185444,-0.9995999932289124,0.002899999963119626,0.001500000013038516,-1,0.003100000089034438,0.002099999925121665,-1,0.026599999517202377,0.017899999395012856,-0.9994999766349792,0.002899999963119626,0.001500000013038516,-1,0.026599999517202377,0.017899999395012856,-0.9994999766349792,0.025599999353289604,0.013700000010430813,-0.9995999932289124,0,0,-1,0,0,-1,0.0035000001080334187,0.003599999938160181,-1,0,0,-1,0.0035000001080334187,0.003599999938160181,-1,0.0032999999821186066,0.0027000000700354576,-1,0.0032999999821186066,0.0027000000700354576,-1,0.0035000001080334187,0.003599999938160181,-1,0.02889999933540821,0.02930000051856041,-0.9991999864578247,0.0032999999821186066,0.0027000000700354576,-1,0.02889999933540821,0.02930000051856041,-0.9991999864578247,0.027799999341368675,0.023000000044703484,-0.9993000030517578,0,0,-1,0,0,-1,0.0032999999821186066,0.0027000000700354576,-1,0,0,-1,0.0032999999821186066,0.0027000000700354576,-1,0.003100000089034438,0.002099999925121665,-1,0.003100000089034438,0.002099999925121665,-1,0.0032999999821186066,0.0027000000700354576,-1,0.027799999341368675,0.023000000044703484,-0.9993000030517578,0.003100000089034438,0.002099999925121665,-1,0.027799999341368675,0.023000000044703484,-0.9993000030517578,0.026599999517202377,0.017899999395012856,-0.9994999766349792,0.6825000047683716,0.20399999618530273,-0.7019000053405762,0.28369998931884766,0.08470000326633453,-0.9552000164985657,0.2750999927520752,0.11259999871253967,-0.954800009727478,0.6825000047683716,0.20399999618530273,-0.7019000053405762,0.2750999927520752,0.11259999871253967,-0.954800009727478,0.6590999960899353,0.2703000009059906,-0.7017999887466431,0.6991000175476074,0.13650000095367432,-0.7019000053405762,0.28999999165534973,0.05649999901652336,-0.9553999900817871,0.28369998931884766,0.08470000326633453,-0.9552000164985657,0.6991000175476074,0.13650000095367432,-0.7019000053405762,0.28369998931884766,0.08470000326633453,-0.9552000164985657,0.6825000047683716,0.20399999618530273,-0.7019000053405762,0.2750999927520752,0.11259999871253967,-0.954800009727478,0.28369998931884766,0.08470000326633453,-0.9552000164985657,0.024399999529123306,0.007400000002235174,-0.9997000098228455,0.2750999927520752,0.11259999871253967,-0.954800009727478,0.024399999529123306,0.007400000002235174,-0.9997000098228455,0.024800000712275505,0.010300000198185444,-0.9995999932289124,0.28369998931884766,0.08470000326633453,-0.9552000164985657,0.28999999165534973,0.05649999901652336,-0.9553999900817871,0.02410000003874302,0.004800000227987766,-0.9997000098228455,0.28369998931884766,0.08470000326633453,-0.9552000164985657,0.02410000003874302,0.004800000227987766,-0.9997000098228455,0.024399999529123306,0.007400000002235174,-0.9997000098228455,0.7123000025749207,-0.0024999999441206455,-0.7017999887466431,0.29510000348091125,-0.0010000000474974513,-0.9555000066757202,0.2937000095844269,0.02800000086426735,-0.9555000066757202,0.7123000025749207,-0.0024999999441206455,-0.7017999887466431,0.2937000095844269,0.02800000086426735,-0.9555000066757202,0.7091000080108643,0.06769999861717224,-0.7019000053405762,0.2937000095844269,0.02800000086426735,-0.9555000066757202,0.29510000348091125,-0.0010000000474974513,-0.9555000066757202,0.023900000378489494,-0.00009999999747378752,-0.9997000098228455,0.2937000095844269,0.02800000086426735,-0.9555000066757202,0.023900000378489494,-0.00009999999747378752,-0.9997000098228455,0.024000000208616257,0.002300000051036477,-0.9997000098228455,0.7091000080108643,0.06769999861717224,-0.7019000053405762,0.2937000095844269,0.02800000086426735,-0.9555000066757202,0.28999999165534973,0.05649999901652336,-0.9553999900817871,0.7091000080108643,0.06769999861717224,-0.7019000053405762,0.28999999165534973,0.05649999901652336,-0.9553999900817871,0.6991000175476074,0.13650000095367432,-0.7019000053405762,0.28999999165534973,0.05649999901652336,-0.9553999900817871,0.2937000095844269,0.02800000086426735,-0.9555000066757202,0.024000000208616257,0.002300000051036477,-0.9997000098228455,0.28999999165534973,0.05649999901652336,-0.9553999900817871,0.024000000208616257,0.002300000051036477,-0.9997000098228455,0.02410000003874302,0.004800000227987766,-0.9997000098228455,0,0,-1,0,0,-1,0.0027000000700354576,0.0003000000142492354,-1,0,0,-1,0.0027000000700354576,0.0003000000142492354,-1,0.0027000000700354576,0,-1,0,0,-1,0,0,-1,0.0027000000700354576,0.0005000000237487257,-1,0,0,-1,0.0027000000700354576,0.0005000000237487257,-1,0.0027000000700354576,0.0003000000142492354,-1,0.0027000000700354576,0,-1,0.0027000000700354576,0.0003000000142492354,-1,0.024000000208616257,0.002300000051036477,-0.9997000098228455,0.0027000000700354576,0,-1,0.024000000208616257,0.002300000051036477,-0.9997000098228455,0.023900000378489494,-0.00009999999747378752,-0.9997000098228455,0.0027000000700354576,0.0003000000142492354,-1,0.0027000000700354576,0.0005000000237487257,-1,0.02410000003874302,0.004800000227987766,-0.9997000098228455,0.0027000000700354576,0.0003000000142492354,-1,0.02410000003874302,0.004800000227987766,-0.9997000098228455,0.024000000208616257,0.002300000051036477,-0.9997000098228455,0,0,-1,0,0,-1,0.00279999990016222,0.0010999999940395355,-1,0,0,-1,0.00279999990016222,0.0010999999940395355,-1,0.00279999990016222,0.0007999999797903001,-1,0.00279999990016222,0.0007999999797903001,-1,0.00279999990016222,0.0010999999940395355,-1,0.024800000712275505,0.010300000198185444,-0.9995999932289124,0.00279999990016222,0.0007999999797903001,-1,0.024800000712275505,0.010300000198185444,-0.9995999932289124,0.024399999529123306,0.007400000002235174,-0.9997000098228455,0,0,-1,0,0,-1,0.00279999990016222,0.0007999999797903001,-1,0,0,-1,0.00279999990016222,0.0007999999797903001,-1,0.0027000000700354576,0.0005000000237487257,-1,0.0027000000700354576,0.0005000000237487257,-1,0.00279999990016222,0.0007999999797903001,-1,0.024399999529123306,0.007400000002235174,-0.9997000098228455,0.0027000000700354576,0.0005000000237487257,-1,0.024399999529123306,0.007400000002235174,-0.9997000098228455,0.02410000003874302,0.004800000227987766,-0.9997000098228455,0.7085999846458435,-0.07270000129938126,-0.7019000053405762,0.2935999929904938,-0.029999999329447746,-0.9555000066757202,0.29510000348091125,-0.0010000000474974513,-0.9555000066757202,0.7085999846458435,-0.07270000129938126,-0.7019000053405762,0.29510000348091125,-0.0010000000474974513,-0.9555000066757202,0.7123000025749207,-0.0024999999441206455,-0.7017999887466431,0.6980999708175659,-0.14139999449253082,-0.7019000053405762,0.2896000146865845,-0.05860000103712082,-0.9553999900817871,0.2935999929904938,-0.029999999329447746,-0.9555000066757202,0.6980999708175659,-0.14139999449253082,-0.7019000053405762,0.2935999929904938,-0.029999999329447746,-0.9555000066757202,0.7085999846458435,-0.07270000129938126,-0.7019000053405762,0.2935999929904938,-0.029999999329447746,-0.9555000066757202,0.024000000208616257,-0.0024999999441206455,-0.9997000098228455,0.023900000378489494,-0.00009999999747378752,-0.9997000098228455,0.2935999929904938,-0.029999999329447746,-0.9555000066757202,0.023900000378489494,-0.00009999999747378752,-0.9997000098228455,0.29510000348091125,-0.0010000000474974513,-0.9555000066757202,0.2896000146865845,-0.05860000103712082,-0.9553999900817871,0.02410000003874302,-0.004900000058114529,-0.9997000098228455,0.024000000208616257,-0.0024999999441206455,-0.9997000098228455,0.2896000146865845,-0.05860000103712082,-0.9553999900817871,0.024000000208616257,-0.0024999999441206455,-0.9997000098228455,0.2935999929904938,-0.029999999329447746,-0.9555000066757202,0.6571000218391418,-0.27489998936653137,-0.7017999887466431,0.2745000123977661,-0.11460000276565552,-0.954800009727478,0.2831999957561493,-0.08669999986886978,-0.9550999999046326,0.6571000218391418,-0.27489998936653137,-0.7017999887466431,0.2831999957561493,-0.08669999986886978,-0.9550999999046326,0.6809999942779541,-0.20890000462532043,-0.7019000053405762,0.2745000123977661,-0.11460000276565552,-0.954800009727478,0.024800000712275505,-0.010400000028312206,-0.9995999932289124,0.024399999529123306,-0.007499999832361937,-0.9997000098228455,0.2745000123977661,-0.11460000276565552,-0.954800009727478,0.024399999529123306,-0.007499999832361937,-0.9997000098228455,0.2831999957561493,-0.08669999986886978,-0.9550999999046326,0.6809999942779541,-0.20890000462532043,-0.7019000053405762,0.2831999957561493,-0.08669999986886978,-0.9550999999046326,0.2896000146865845,-0.05860000103712082,-0.9553999900817871,0.6809999942779541,-0.20890000462532043,-0.7019000053405762,0.2896000146865845,-0.05860000103712082,-0.9553999900817871,0.6980999708175659,-0.14139999449253082,-0.7019000053405762,0.2831999957561493,-0.08669999986886978,-0.9550999999046326,0.024399999529123306,-0.007499999832361937,-0.9997000098228455,0.02410000003874302,-0.004900000058114529,-0.9997000098228455,0.2831999957561493,-0.08669999986886978,-0.9550999999046326,0.02410000003874302,-0.004900000058114529,-0.9997000098228455,0.2896000146865845,-0.05860000103712082,-0.9553999900817871,0,0,-1,0.0027000000700354576,-0.0007999999797903001,-1,0.00279999990016222,-0.0010999999940395355,-1,0,0,-1,0.00279999990016222,-0.0010999999940395355,-1,0,0,-1,0,0,-1,0.0027000000700354576,-0.0005000000237487257,-1,0.0027000000700354576,-0.0007999999797903001,-1,0,0,-1,0.0027000000700354576,-0.0007999999797903001,-1,0,0,-1,0.0027000000700354576,-0.0007999999797903001,-1,0.024399999529123306,-0.007499999832361937,-0.9997000098228455,0.024800000712275505,-0.010400000028312206,-0.9995999932289124,0.0027000000700354576,-0.0007999999797903001,-1,0.024800000712275505,-0.010400000028312206,-0.9995999932289124,0.00279999990016222,-0.0010999999940395355,-1,0.0027000000700354576,-0.0005000000237487257,-1,0.02410000003874302,-0.004900000058114529,-0.9997000098228455,0.024399999529123306,-0.007499999832361937,-0.9997000098228455,0.0027000000700354576,-0.0005000000237487257,-1,0.024399999529123306,-0.007499999832361937,-0.9997000098228455,0.0027000000700354576,-0.0007999999797903001,-1,0,0,-1,0.0027000000700354576,0,-1,0.0027000000700354576,-0.0003000000142492354,-1,0,0,-1,0.0027000000700354576,-0.0003000000142492354,-1,0,0,-1,0.0027000000700354576,0,-1,0.023900000378489494,-0.00009999999747378752,-0.9997000098228455,0.024000000208616257,-0.0024999999441206455,-0.9997000098228455,0.0027000000700354576,0,-1,0.024000000208616257,-0.0024999999441206455,-0.9997000098228455,0.0027000000700354576,-0.0003000000142492354,-1,0,0,-1,0.0027000000700354576,-0.0003000000142492354,-1,0.0027000000700354576,-0.0005000000237487257,-1,0,0,-1,0.0027000000700354576,-0.0005000000237487257,-1,0,0,-1,0.0027000000700354576,-0.0003000000142492354,-1,0.024000000208616257,-0.0024999999441206455,-0.9997000098228455,0.02410000003874302,-0.004900000058114529,-0.9997000098228455,0.0027000000700354576,-0.0003000000142492354,-1,0.02410000003874302,-0.004900000058114529,-0.9997000098228455,0.0027000000700354576,-0.0005000000237487257,-1,0.626800000667572,-0.3382999897003174,-0.7019000053405762,0.26330000162124634,-0.14169999957084656,-0.9542999863624573,0.2745000123977661,-0.11460000276565552,-0.954800009727478,0.626800000667572,-0.3382999897003174,-0.7019000053405762,0.2745000123977661,-0.11460000276565552,-0.954800009727478,0.6571000218391418,-0.27489998936653137,-0.7017999887466431,0.5909000039100647,-0.3977999985218048,-0.7019000053405762,0.2500999867916107,-0.1678999960422516,-0.953499972820282,0.26330000162124634,-0.14169999957084656,-0.9542999863624573,0.5909000039100647,-0.3977999985218048,-0.7019000053405762,0.26330000162124634,-0.14169999957084656,-0.9542999863624573,0.626800000667572,-0.3382999897003174,-0.7019000053405762,0.26330000162124634,-0.14169999957084656,-0.9542999863624573,0.025499999523162842,-0.013899999670684338,-0.9995999932289124,0.024800000712275505,-0.010400000028312206,-0.9995999932289124,0.26330000162124634,-0.14169999957084656,-0.9542999863624573,0.024800000712275505,-0.010400000028312206,-0.9995999932289124,0.2745000123977661,-0.11460000276565552,-0.954800009727478,0.2500999867916107,-0.1678999960422516,-0.953499972820282,0.026599999517202377,-0.01810000091791153,-0.9994999766349792,0.025499999523162842,-0.013899999670684338,-0.9995999932289124,0.2500999867916107,-0.1678999960422516,-0.953499972820282,0.025499999523162842,-0.013899999670684338,-0.9995999932289124,0.26330000162124634,-0.14169999957084656,-0.9542999863624573,0.5019000172615051,-0.5055000185966492,-0.7017999887466431,0.21770000457763672,-0.218299999833107,-0.9513000249862671,0.23510000109672546,-0.19339999556541443,-0.9524999856948853,0.5019000172615051,-0.5055000185966492,-0.7017999887466431,0.23510000109672546,-0.19339999556541443,-0.9524999856948853,0.5491999983787537,-0.4535999894142151,-0.7019000053405762,0.21770000457763672,-0.218299999833107,-0.9513000249862671,0.028999999165534973,-0.02969999983906746,-0.9991000294685364,0.027799999341368675,-0.02329999953508377,-0.9993000030517578,0.21770000457763672,-0.218299999833107,-0.9513000249862671,0.027799999341368675,-0.02329999953508377,-0.9993000030517578,0.23510000109672546,-0.19339999556541443,-0.9524999856948853,0.5491999983787537,-0.4535999894142151,-0.7019000053405762,0.23510000109672546,-0.19339999556541443,-0.9524999856948853,0.2500999867916107,-0.1678999960422516,-0.953499972820282,0.5491999983787537,-0.4535999894142151,-0.7019000053405762,0.2500999867916107,-0.1678999960422516,-0.953499972820282,0.5909000039100647,-0.3977999985218048,-0.7019000053405762,0.23510000109672546,-0.19339999556541443,-0.9524999856948853,0.027799999341368675,-0.02329999953508377,-0.9993000030517578,0.026599999517202377,-0.01810000091791153,-0.9994999766349792,0.23510000109672546,-0.19339999556541443,-0.9524999856948853,0.026599999517202377,-0.01810000091791153,-0.9994999766349792,0.2500999867916107,-0.1678999960422516,-0.953499972820282,0,0,-1,0.0032999999821186066,-0.0027000000700354576,-1,0.0035000001080334187,-0.003599999938160181,-1,0,0,-1,0.0035000001080334187,-0.003599999938160181,-1,0,0,-1,0,0,-1,0.003100000089034438,-0.0020000000949949026,-1,0.0032999999821186066,-0.0027000000700354576,-1,0,0,-1,0.0032999999821186066,-0.0027000000700354576,-1,0,0,-1,0.0032999999821186066,-0.0027000000700354576,-1,0.027799999341368675,-0.02329999953508377,-0.9993000030517578,0.028999999165534973,-0.02969999983906746,-0.9991000294685364,0.0032999999821186066,-0.0027000000700354576,-1,0.028999999165534973,-0.02969999983906746,-0.9991000294685364,0.0035000001080334187,-0.003599999938160181,-1,0.003100000089034438,-0.0020000000949949026,-1,0.026599999517202377,-0.01810000091791153,-0.9994999766349792,0.027799999341368675,-0.02329999953508377,-0.9993000030517578,0.003100000089034438,-0.0020000000949949026,-1,0.027799999341368675,-0.02329999953508377,-0.9993000030517578,0.0032999999821186066,-0.0027000000700354576,-1,0,0,-1,0.00279999990016222,-0.0010999999940395355,-1,0.002899999963119626,-0.001500000013038516,-1,0,0,-1,0.002899999963119626,-0.001500000013038516,-1,0,0,-1,0.00279999990016222,-0.0010999999940395355,-1,0.024800000712275505,-0.010400000028312206,-0.9995999932289124,0.025499999523162842,-0.013899999670684338,-0.9995999932289124,0.00279999990016222,-0.0010999999940395355,-1,0.025499999523162842,-0.013899999670684338,-0.9995999932289124,0.002899999963119626,-0.001500000013038516,-1,0,0,-1,0.002899999963119626,-0.001500000013038516,-1,0.003100000089034438,-0.0020000000949949026,-1,0,0,-1,0.003100000089034438,-0.0020000000949949026,-1,0,0,-1,0.002899999963119626,-0.001500000013038516,-1,0.025499999523162842,-0.013899999670684338,-0.9995999932289124,0.026599999517202377,-0.01810000091791153,-0.9994999766349792,0.002899999963119626,-0.001500000013038516,-1,0.026599999517202377,-0.01810000091791153,-0.9994999766349792,0.003100000089034438,-0.0020000000949949026,-1,0.4496999979019165,-0.5523999929428101,-0.7019000053405762,0.19769999384880066,-0.241799995303154,-0.949999988079071,0.21770000457763672,-0.218299999833107,-0.9513000249862671,0.4496999979019165,-0.5523999929428101,-0.7019000053405762,0.21770000457763672,-0.218299999833107,-0.9513000249862671,0.5019000172615051,-0.5055000185966492,-0.7017999887466431,0.3935999870300293,-0.5935999751091003,-0.7019000053405762,0.17550000548362732,-0.2632000148296356,-0.9487000107765198,0.19769999384880066,-0.241799995303154,-0.949999988079071,0.3935999870300293,-0.5935999751091003,-0.7019000053405762,0.19769999384880066,-0.241799995303154,-0.949999988079071,0.4496999979019165,-0.5523999929428101,-0.7019000053405762,0.19769999384880066,-0.241799995303154,-0.949999988079071,0.02930000051856041,-0.03689999878406525,-0.9988999962806702,0.028999999165534973,-0.02969999983906746,-0.9991000294685364,0.19769999384880066,-0.241799995303154,-0.949999988079071,0.028999999165534973,-0.02969999983906746,-0.9991000294685364,0.21770000457763672,-0.218299999833107,-0.9513000249862671,0.17550000548362732,-0.2632000148296356,-0.9487000107765198,0.0284000001847744,-0.04410000145435333,-0.9986000061035156,0.02930000051856041,-0.03689999878406525,-0.9988999962806702,0.17550000548362732,-0.2632000148296356,-0.9487000107765198,0.02930000051856041,-0.03689999878406525,-0.9988999962806702,0.19769999384880066,-0.241799995303154,-0.949999988079071,0.2703000009059906,-0.6590999960899353,-0.7017999887466431,0.12290000170469284,-0.2980000078678131,-0.9466000199317932,0.15049999952316284,-0.28209999203681946,-0.9474999904632568,0.2703000009059906,-0.6590999960899353,-0.7017999887466431,0.15049999952316284,-0.28209999203681946,-0.9474999904632568,0.33390000462532043,-0.6291999816894531,-0.7019000053405762,0.12290000170469284,-0.2980000078678131,-0.9466000199317932,0.022199999541044235,-0.05590000003576279,-0.998199999332428,0.026100000366568565,-0.050599999725818634,-0.9983999729156494,0.12290000170469284,-0.2980000078678131,-0.9466000199317932,0.026100000366568565,-0.050599999725818634,-0.9983999729156494,0.15049999952316284,-0.28209999203681946,-0.9474999904632568,0.33390000462532043,-0.6291999816894531,-0.7019000053405762,0.15049999952316284,-0.28209999203681946,-0.9474999904632568,0.17550000548362732,-0.2632000148296356,-0.9487000107765198,0.33390000462532043,-0.6291999816894531,-0.7019000053405762,0.17550000548362732,-0.2632000148296356,-0.9487000107765198,0.3935999870300293,-0.5935999751091003,-0.7019000053405762,0.15049999952316284,-0.28209999203681946,-0.9474999904632568,0.026100000366568565,-0.050599999725818634,-0.9983999729156494,0.0284000001847744,-0.04410000145435333,-0.9986000061035156,0.15049999952316284,-0.28209999203681946,-0.9474999904632568,0.0284000001847744,-0.04410000145435333,-0.9986000061035156,0.17550000548362732,-0.2632000148296356,-0.9487000107765198,0,0,-1,0.0034000000450760126,-0.0066999997943639755,-1,0.002899999963119626,-0.007600000128149986,-1,0,0,-1,0.002899999963119626,-0.007600000128149986,-1,0,0,-1,0,0,-1,0.003700000001117587,-0.00570000009611249,-1,0.0034000000450760126,-0.0066999997943639755,-1,0,0,-1,0.0034000000450760126,-0.0066999997943639755,-1,0,0,-1,0.0034000000450760126,-0.0066999997943639755,-1,0.026100000366568565,-0.050599999725818634,-0.9983999729156494,0.022199999541044235,-0.05590000003576279,-0.998199999332428,0.0034000000450760126,-0.0066999997943639755,-1,0.022199999541044235,-0.05590000003576279,-0.998199999332428,0.002899999963119626,-0.007600000128149986,-1,0.003700000001117587,-0.00570000009611249,-1,0.0284000001847744,-0.04410000145435333,-0.9986000061035156,0.026100000366568565,-0.050599999725818634,-0.9983999729156494,0.003700000001117587,-0.00570000009611249,-1,0.026100000366568565,-0.050599999725818634,-0.9983999729156494,0.0034000000450760126,-0.0066999997943639755,-1,0,0,-1,0.0035000001080334187,-0.003599999938160181,-1,0.003700000001117587,-0.004600000102072954,-1,0,0,-1,0.003700000001117587,-0.004600000102072954,-1,0,0,-1,0.0035000001080334187,-0.003599999938160181,-1,0.028999999165534973,-0.02969999983906746,-0.9991000294685364,0.02930000051856041,-0.03689999878406525,-0.9988999962806702,0.0035000001080334187,-0.003599999938160181,-1,0.02930000051856041,-0.03689999878406525,-0.9988999962806702,0.003700000001117587,-0.004600000102072954,-1,0,0,-1,0.003700000001117587,-0.004600000102072954,-1,0.003700000001117587,-0.00570000009611249,-1,0,0,-1,0.003700000001117587,-0.00570000009611249,-1,0,0,-1,0.003700000001117587,-0.004600000102072954,-1,0.02930000051856041,-0.03689999878406525,-0.9988999962806702,0.0284000001847744,-0.04410000145435333,-0.9986000061035156,0.003700000001117587,-0.004600000102072954,-1,0.0284000001847744,-0.04410000145435333,-0.9986000061035156,0.003700000001117587,-0.00570000009611249,-1,0.20399999618530273,-0.6825000047683716,-0.7019000053405762,0.0934000015258789,-0.31040000915527344,-0.9459999799728394,0.12290000170469284,-0.2980000078678131,-0.9466000199317932,0.20399999618530273,-0.6825000047683716,-0.7019000053405762,0.12290000170469284,-0.2980000078678131,-0.9466000199317932,0.2703000009059906,-0.6590999960899353,-0.7017999887466431,0.13650000095367432,-0.6991000175476074,-0.7019000053405762,0.06270000338554382,-0.3192000091075897,-0.9455999732017517,0.0934000015258789,-0.31040000915527344,-0.9459999799728394,0.13650000095367432,-0.6991000175476074,-0.7019000053405762,0.0934000015258789,-0.31040000915527344,-0.9459999799728394,0.20399999618530273,-0.6825000047683716,-0.7019000053405762,0.0934000015258789,-0.31040000915527344,-0.9459999799728394,0.017400000244379044,-0.05990000069141388,-0.9980999827384949,0.022199999541044235,-0.05590000003576279,-0.998199999332428,0.0934000015258789,-0.31040000915527344,-0.9459999799728394,0.022199999541044235,-0.05590000003576279,-0.998199999332428,0.12290000170469284,-0.2980000078678131,-0.9466000199317932,0.06270000338554382,-0.3192000091075897,-0.9455999732017517,0.011800000444054604,-0.06260000169277191,-0.9980000257492065,0.017400000244379044,-0.05990000069141388,-0.9980999827384949,0.06270000338554382,-0.3192000091075897,-0.9455999732017517,0.017400000244379044,-0.05990000069141388,-0.9980999827384949,0.0934000015258789,-0.31040000915527344,-0.9459999799728394,-0.0024999999441206455,-0.7123000025749207,-0.7017999887466431,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,0.031099999323487282,-0.32440000772476196,-0.9453999996185303,-0.0024999999441206455,-0.7123000025749207,-0.7017999887466431,0.031099999323487282,-0.32440000772476196,-0.9453999996185303,0.06769999861717224,-0.7091000080108643,-0.7019000053405762,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,-0.00019999999494757503,-0.06449999660253525,-0.9979000091552734,0.005900000222027302,-0.0640999972820282,-0.9979000091552734,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,0.005900000222027302,-0.0640999972820282,-0.9979000091552734,0.031099999323487282,-0.32440000772476196,-0.9453999996185303,0.06769999861717224,-0.7091000080108643,-0.7019000053405762,0.031099999323487282,-0.32440000772476196,-0.9453999996185303,0.06270000338554382,-0.3192000091075897,-0.9455999732017517,0.06769999861717224,-0.7091000080108643,-0.7019000053405762,0.06270000338554382,-0.3192000091075897,-0.9455999732017517,0.13650000095367432,-0.6991000175476074,-0.7019000053405762,0.031099999323487282,-0.32440000772476196,-0.9453999996185303,0.005900000222027302,-0.0640999972820282,-0.9979000091552734,0.011800000444054604,-0.06260000169277191,-0.9980000257492065,0.031099999323487282,-0.32440000772476196,-0.9453999996185303,0.011800000444054604,-0.06260000169277191,-0.9980000257492065,0.06270000338554382,-0.3192000091075897,-0.9455999732017517,0,0,-1,0.0007999999797903001,-0.008799999952316284,-1,0,-0.008799999952316284,-1,0,0,-1,0,-0.008799999952316284,-1,0,0,-1,0,0,-1,0.0015999999595806003,-0.00860000029206276,-1,0.0007999999797903001,-0.008799999952316284,-1,0,0,-1,0.0007999999797903001,-0.008799999952316284,-1,0,0,-1,0.0007999999797903001,-0.008799999952316284,-1,0.005900000222027302,-0.0640999972820282,-0.9979000091552734,-0.00019999999494757503,-0.06449999660253525,-0.9979000091552734,0.0007999999797903001,-0.008799999952316284,-1,-0.00019999999494757503,-0.06449999660253525,-0.9979000091552734,0,-0.008799999952316284,-1,0.0015999999595806003,-0.00860000029206276,-1,0.011800000444054604,-0.06260000169277191,-0.9980000257492065,0.005900000222027302,-0.0640999972820282,-0.9979000091552734,0.0015999999595806003,-0.00860000029206276,-1,0.005900000222027302,-0.0640999972820282,-0.9979000091552734,0.0007999999797903001,-0.008799999952316284,-1,0,0,-1,0.002899999963119626,-0.007600000128149986,-1,0.002300000051036477,-0.008200000040233135,-1,0,0,-1,0.002300000051036477,-0.008200000040233135,-1,0,0,-1,0.002899999963119626,-0.007600000128149986,-1,0.022199999541044235,-0.05590000003576279,-0.998199999332428,0.017400000244379044,-0.05990000069141388,-0.9980999827384949,0.002899999963119626,-0.007600000128149986,-1,0.017400000244379044,-0.05990000069141388,-0.9980999827384949,0.002300000051036477,-0.008200000040233135,-1,0,0,-1,0.002300000051036477,-0.008200000040233135,-1,0.0015999999595806003,-0.00860000029206276,-1,0,0,-1,0.0015999999595806003,-0.00860000029206276,-1,0,0,-1,0.002300000051036477,-0.008200000040233135,-1,0.017400000244379044,-0.05990000069141388,-0.9980999827384949,0.011800000444054604,-0.06260000169277191,-0.9980000257492065,0.002300000051036477,-0.008200000040233135,-1,0.011800000444054604,-0.06260000169277191,-0.9980000257492065,0.0015999999595806003,-0.00860000029206276,-1,-0.07270000129938126,-0.7085999846458435,-0.7019000053405762,-0.033399999141693115,-0.32420000433921814,-0.9453999996185303,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,-0.07270000129938126,-0.7085999846458435,-0.7019000053405762,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,-0.0024999999441206455,-0.7123000025749207,-0.7017999887466431,-0.14139999449253082,-0.6980999708175659,-0.7019000053405762,-0.0649000033736229,-0.31869998574256897,-0.9455999732017517,-0.033399999141693115,-0.32420000433921814,-0.9453999996185303,-0.14139999449253082,-0.6980999708175659,-0.7019000053405762,-0.033399999141693115,-0.32420000433921814,-0.9453999996185303,-0.07270000129938126,-0.7085999846458435,-0.7019000053405762,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,-0.033399999141693115,-0.32420000433921814,-0.9453999996185303,-0.006399999838322401,-0.06400000303983688,-0.9979000091552734,-0.0012000000569969416,-0.3260999917984009,-0.9452999830245972,-0.006399999838322401,-0.06400000303983688,-0.9979000091552734,-0.00019999999494757503,-0.06449999660253525,-0.9979000091552734,-0.033399999141693115,-0.32420000433921814,-0.9453999996185303,-0.0649000033736229,-0.31869998574256897,-0.9455999732017517,-0.012299999594688416,-0.06239999830722809,-0.9980000257492065,-0.033399999141693115,-0.32420000433921814,-0.9453999996185303,-0.012299999594688416,-0.06239999830722809,-0.9980000257492065,-0.006399999838322401,-0.06400000303983688,-0.9979000091552734,-0.27489998936653137,-0.6571999788284302,-0.7017999887466431,-0.125,-0.2969000041484833,-0.9466999769210815,-0.09549999982118607,-0.30959999561309814,-0.9460999965667725,-0.27489998936653137,-0.6571999788284302,-0.7017999887466431,-0.09549999982118607,-0.30959999561309814,-0.9460999965667725,-0.20890000462532043,-0.6809999942779541,-0.7019000053405762,-0.09549999982118607,-0.30959999561309814,-0.9460999965667725,-0.125,-0.2969000041484833,-0.9466999769210815,-0.02250000089406967,-0.055399999022483826,-0.998199999332428,-0.09549999982118607,-0.30959999561309814,-0.9460999965667725,-0.02250000089406967,-0.055399999022483826,-0.998199999332428,-0.01769999973475933,-0.05959999933838844,-0.9980999827384949,-0.20890000462532043,-0.6809999942779541,-0.7019000053405762,-0.09549999982118607,-0.30959999561309814,-0.9460999965667725,-0.0649000033736229,-0.31869998574256897,-0.9455999732017517,-0.20890000462532043,-0.6809999942779541,-0.7019000053405762,-0.0649000033736229,-0.31869998574256897,-0.9455999732017517,-0.14139999449253082,-0.6980999708175659,-0.7019000053405762,-0.0649000033736229,-0.31869998574256897,-0.9455999732017517,-0.09549999982118607,-0.30959999561309814,-0.9460999965667725,-0.01769999973475933,-0.05959999933838844,-0.9980999827384949,-0.0649000033736229,-0.31869998574256897,-0.9455999732017517,-0.01769999973475933,-0.05959999933838844,-0.9980999827384949,-0.012299999594688416,-0.06239999830722809,-0.9980000257492065,0,0,-1,0,0,-1,-0.002300000051036477,-0.008100000210106373,-1,0,0,-1,-0.002300000051036477,-0.008100000210106373,-1,-0.003000000026077032,-0.007499999832361937,-1,0,0,-1,0,0,-1,-0.0015999999595806003,-0.008500000461935997,-1,0,0,-1,-0.0015999999595806003,-0.008500000461935997,-1,-0.002300000051036477,-0.008100000210106373,-1,-0.003000000026077032,-0.007499999832361937,-1,-0.002300000051036477,-0.008100000210106373,-1,-0.01769999973475933,-0.05959999933838844,-0.9980999827384949,-0.003000000026077032,-0.007499999832361937,-1,-0.01769999973475933,-0.05959999933838844,-0.9980999827384949,-0.02250000089406967,-0.055399999022483826,-0.998199999332428,-0.002300000051036477,-0.008100000210106373,-1,-0.0015999999595806003,-0.008500000461935997,-1,-0.012299999594688416,-0.06239999830722809,-0.9980000257492065,-0.002300000051036477,-0.008100000210106373,-1,-0.012299999594688416,-0.06239999830722809,-0.9980000257492065,-0.01769999973475933,-0.05959999933838844,-0.9980999827384949,0,0,-1,0,0,-1,0,-0.008799999952316284,-1,0,0,-1,0,-0.008799999952316284,-1,-0.0007999999797903001,-0.008799999952316284,-1,-0.0007999999797903001,-0.008799999952316284,-1,0,-0.008799999952316284,-1,-0.00019999999494757503,-0.06449999660253525,-0.9979000091552734,-0.0007999999797903001,-0.008799999952316284,-1,-0.00019999999494757503,-0.06449999660253525,-0.9979000091552734,-0.006399999838322401,-0.06400000303983688,-0.9979000091552734,0,0,-1,0,0,-1,-0.0007999999797903001,-0.008799999952316284,-1,0,0,-1,-0.0007999999797903001,-0.008799999952316284,-1,-0.0015999999595806003,-0.008500000461935997,-1,-0.0015999999595806003,-0.008500000461935997,-1,-0.0007999999797903001,-0.008799999952316284,-1,-0.006399999838322401,-0.06400000303983688,-0.9979000091552734,-0.0015999999595806003,-0.008500000461935997,-1,-0.006399999838322401,-0.06400000303983688,-0.9979000091552734,-0.012299999594688416,-0.06239999830722809,-0.9980000257492065,-0.3382999897003174,-0.626800000667572,-0.7019000053405762,-0.15240000188350677,-0.2806999981403351,-0.9476000070571899,-0.125,-0.2969000041484833,-0.9466999769210815,-0.3382999897003174,-0.626800000667572,-0.7019000053405762,-0.125,-0.2969000041484833,-0.9466999769210815,-0.27489998936653137,-0.6571999788284302,-0.7017999887466431,-0.3977999985218048,-0.5909000039100647,-0.7019000053405762,-0.17710000276565552,-0.2615000009536743,-0.9488000273704529,-0.15240000188350677,-0.2806999981403351,-0.9476000070571899,-0.3977999985218048,-0.5909000039100647,-0.7019000053405762,-0.15240000188350677,-0.2806999981403351,-0.9476000070571899,-0.3382999897003174,-0.626800000667572,-0.7019000053405762,-0.125,-0.2969000041484833,-0.9466999769210815,-0.15240000188350677,-0.2806999981403351,-0.9476000070571899,-0.026200000196695328,-0.05000000074505806,-0.9983999729156494,-0.125,-0.2969000041484833,-0.9466999769210815,-0.026200000196695328,-0.05000000074505806,-0.9983999729156494,-0.02250000089406967,-0.055399999022483826,-0.998199999332428,-0.15240000188350677,-0.2806999981403351,-0.9476000070571899,-0.17710000276565552,-0.2615000009536743,-0.9488000273704529,-0.02850000001490116,-0.04349999874830246,-0.9986000061035156,-0.15240000188350677,-0.2806999981403351,-0.9476000070571899,-0.02850000001490116,-0.04349999874830246,-0.9986000061035156,-0.026200000196695328,-0.05000000074505806,-0.9983999729156494,-0.5055000185966492,-0.5019000172615051,-0.7017999887466431,-0.21889999508857727,-0.21639999747276306,-0.9513999819755554,-0.19920000433921814,-0.23989999294281006,-0.9501000046730042,-0.5055000185966492,-0.5019000172615051,-0.7017999887466431,-0.19920000433921814,-0.23989999294281006,-0.9501000046730042,-0.4535999894142151,-0.5491999983787537,-0.7019000053405762,-0.19920000433921814,-0.23989999294281006,-0.9501000046730042,-0.21889999508857727,-0.21639999747276306,-0.9513999819755554,-0.02889999933540821,-0.02930000051856041,-0.9991999864578247,-0.19920000433921814,-0.23989999294281006,-0.9501000046730042,-0.02889999933540821,-0.02930000051856041,-0.9991999864578247,-0.02930000051856041,-0.03629999980330467,-0.9988999962806702,-0.4535999894142151,-0.5491999983787537,-0.7019000053405762,-0.19920000433921814,-0.23989999294281006,-0.9501000046730042,-0.17710000276565552,-0.2615000009536743,-0.9488000273704529,-0.4535999894142151,-0.5491999983787537,-0.7019000053405762,-0.17710000276565552,-0.2615000009536743,-0.9488000273704529,-0.3977999985218048,-0.5909000039100647,-0.7019000053405762,-0.17710000276565552,-0.2615000009536743,-0.9488000273704529,-0.19920000433921814,-0.23989999294281006,-0.9501000046730042,-0.02930000051856041,-0.03629999980330467,-0.9988999962806702,-0.17710000276565552,-0.2615000009536743,-0.9488000273704529,-0.02930000051856041,-0.03629999980330467,-0.9988999962806702,-0.02850000001490116,-0.04349999874830246,-0.9986000061035156,0,0,-1,0,0,-1,-0.003700000001117587,-0.004600000102072954,-1,0,0,-1,-0.003700000001117587,-0.004600000102072954,-1,-0.0035000001080334187,-0.003599999938160181,-1,0,0,-1,0,0,-1,-0.003700000001117587,-0.00570000009611249,-1,0,0,-1,-0.003700000001117587,-0.00570000009611249,-1,-0.003700000001117587,-0.004600000102072954,-1,-0.0035000001080334187,-0.003599999938160181,-1,-0.003700000001117587,-0.004600000102072954,-1,-0.02930000051856041,-0.03629999980330467,-0.9988999962806702,-0.0035000001080334187,-0.003599999938160181,-1,-0.02930000051856041,-0.03629999980330467,-0.9988999962806702,-0.02889999933540821,-0.02930000051856041,-0.9991999864578247,-0.003700000001117587,-0.004600000102072954,-1,-0.003700000001117587,-0.00570000009611249,-1,-0.02850000001490116,-0.04349999874830246,-0.9986000061035156,-0.003700000001117587,-0.004600000102072954,-1,-0.02850000001490116,-0.04349999874830246,-0.9986000061035156,-0.02930000051856041,-0.03629999980330467,-0.9988999962806702,0,0,-1,0,0,-1,-0.003000000026077032,-0.007499999832361937,-1,0,0,-1,-0.003000000026077032,-0.007499999832361937,-1,-0.0034000000450760126,-0.0066999997943639755,-1,-0.0034000000450760126,-0.0066999997943639755,-1,-0.003000000026077032,-0.007499999832361937,-1,-0.02250000089406967,-0.055399999022483826,-0.998199999332428,-0.0034000000450760126,-0.0066999997943639755,-1,-0.02250000089406967,-0.055399999022483826,-0.998199999332428,-0.026200000196695328,-0.05000000074505806,-0.9983999729156494,0,0,-1,0,0,-1,-0.0034000000450760126,-0.0066999997943639755,-1,0,0,-1,-0.0034000000450760126,-0.0066999997943639755,-1,-0.003700000001117587,-0.00570000009611249,-1,-0.003700000001117587,-0.00570000009611249,-1,-0.0034000000450760126,-0.0066999997943639755,-1,-0.026200000196695328,-0.05000000074505806,-0.9983999729156494,-0.003700000001117587,-0.00570000009611249,-1,-0.026200000196695328,-0.05000000074505806,-0.9983999729156494,-0.02850000001490116,-0.04349999874830246,-0.9986000061035156,-0.5523999929428101,-0.4496999979019165,-0.7019000053405762,-0.2361000031232834,-0.19140000641345978,-0.9527000188827515,-0.21889999508857727,-0.21639999747276306,-0.9513999819755554,-0.5523999929428101,-0.4496999979019165,-0.7019000053405762,-0.21889999508857727,-0.21639999747276306,-0.9513999819755554,-0.5055000185966492,-0.5019000172615051,-0.7017999887466431,-0.5935999751091003,-0.3935999870300293,-0.7019000053405762,-0.25110000371932983,-0.16590000689029694,-0.9535999894142151,-0.2361000031232834,-0.19140000641345978,-0.9527000188827515,-0.5935999751091003,-0.3935999870300293,-0.7019000053405762,-0.2361000031232834,-0.19140000641345978,-0.9527000188827515,-0.5523999929428101,-0.4496999979019165,-0.7019000053405762,-0.21889999508857727,-0.21639999747276306,-0.9513999819755554,-0.2361000031232834,-0.19140000641345978,-0.9527000188827515,-0.027799999341368675,-0.023000000044703484,-0.9993000030517578,-0.21889999508857727,-0.21639999747276306,-0.9513999819755554,-0.027799999341368675,-0.023000000044703484,-0.9993000030517578,-0.02889999933540821,-0.02930000051856041,-0.9991999864578247,-0.2361000031232834,-0.19140000641345978,-0.9527000188827515,-0.25110000371932983,-0.16590000689029694,-0.9535999894142151,-0.026599999517202377,-0.017899999395012856,-0.9994999766349792,-0.2361000031232834,-0.19140000641345978,-0.9527000188827515,-0.026599999517202377,-0.017899999395012856,-0.9994999766349792,-0.027799999341368675,-0.023000000044703484,-0.9993000030517578,-0.6590999960899353,-0.2703000009059906,-0.7017999887466431,-0.2750999927520752,-0.11259999871253967,-0.954800009727478,-0.2639999985694885,-0.1396999955177307,-0.9542999863624573,-0.6590999960899353,-0.2703000009059906,-0.7017999887466431,-0.2639999985694885,-0.1396999955177307,-0.9542999863624573,-0.6291999816894531,-0.33390000462532043,-0.7019000053405762,-0.2639999985694885,-0.1396999955177307,-0.9542999863624573,-0.2750999927520752,-0.11259999871253967,-0.954800009727478,-0.024800000712275505,-0.010300000198185444,-0.9995999932289124,-0.2639999985694885,-0.1396999955177307,-0.9542999863624573,-0.024800000712275505,-0.010300000198185444,-0.9995999932289124,-0.025599999353289604,-0.013700000010430813,-0.9995999932289124,-0.6291999816894531,-0.33390000462532043,-0.7019000053405762,-0.2639999985694885,-0.1396999955177307,-0.9542999863624573,-0.25110000371932983,-0.16590000689029694,-0.9535999894142151,-0.6291999816894531,-0.33390000462532043,-0.7019000053405762,-0.25110000371932983,-0.16590000689029694,-0.9535999894142151,-0.5935999751091003,-0.3935999870300293,-0.7019000053405762,-0.25110000371932983,-0.16590000689029694,-0.9535999894142151,-0.2639999985694885,-0.1396999955177307,-0.9542999863624573,-0.025599999353289604,-0.013700000010430813,-0.9995999932289124,-0.25110000371932983,-0.16590000689029694,-0.9535999894142151,-0.025599999353289604,-0.013700000010430813,-0.9995999932289124,-0.026599999517202377,-0.017899999395012856,-0.9994999766349792,0,0,-1,0,0,-1,-0.002899999963119626,-0.001500000013038516,-1,0,0,-1,-0.002899999963119626,-0.001500000013038516,-1,-0.00279999990016222,-0.0010999999940395355,-1,0,0,-1,0,0,-1,-0.003100000089034438,-0.002099999925121665,-1,0,0,-1,-0.003100000089034438,-0.002099999925121665,-1,-0.002899999963119626,-0.001500000013038516,-1,-0.00279999990016222,-0.0010999999940395355,-1,-0.002899999963119626,-0.001500000013038516,-1,-0.025599999353289604,-0.013700000010430813,-0.9995999932289124,-0.00279999990016222,-0.0010999999940395355,-1,-0.025599999353289604,-0.013700000010430813,-0.9995999932289124,-0.024800000712275505,-0.010300000198185444,-0.9995999932289124,-0.002899999963119626,-0.001500000013038516,-1,-0.003100000089034438,-0.002099999925121665,-1,-0.026599999517202377,-0.017899999395012856,-0.9994999766349792,-0.002899999963119626,-0.001500000013038516,-1,-0.026599999517202377,-0.017899999395012856,-0.9994999766349792,-0.025599999353289604,-0.013700000010430813,-0.9995999932289124,0,0,-1,0,0,-1,-0.0035000001080334187,-0.003599999938160181,-1,0,0,-1,-0.0035000001080334187,-0.003599999938160181,-1,-0.0032999999821186066,-0.0027000000700354576,-1,-0.0032999999821186066,-0.0027000000700354576,-1,-0.0035000001080334187,-0.003599999938160181,-1,-0.02889999933540821,-0.02930000051856041,-0.9991999864578247,-0.0032999999821186066,-0.0027000000700354576,-1,-0.02889999933540821,-0.02930000051856041,-0.9991999864578247,-0.027799999341368675,-0.023000000044703484,-0.9993000030517578,0,0,-1,0,0,-1,-0.0032999999821186066,-0.0027000000700354576,-1,0,0,-1,-0.0032999999821186066,-0.0027000000700354576,-1,-0.003100000089034438,-0.002099999925121665,-1,-0.003100000089034438,-0.002099999925121665,-1,-0.0032999999821186066,-0.0027000000700354576,-1,-0.027799999341368675,-0.023000000044703484,-0.9993000030517578,-0.003100000089034438,-0.002099999925121665,-1,-0.027799999341368675,-0.023000000044703484,-0.9993000030517578,-0.026599999517202377,-0.017899999395012856,-0.9994999766349792,-0.6825000047683716,-0.20399999618530273,-0.7019000053405762,-0.28369998931884766,-0.08470000326633453,-0.9552000164985657,-0.2750999927520752,-0.11259999871253967,-0.954800009727478,-0.6825000047683716,-0.20399999618530273,-0.7019000053405762,-0.2750999927520752,-0.11259999871253967,-0.954800009727478,-0.6590999960899353,-0.2703000009059906,-0.7017999887466431,-0.6991000175476074,-0.13650000095367432,-0.7019000053405762,-0.289900004863739,-0.05649999901652336,-0.9553999900817871,-0.28369998931884766,-0.08470000326633453,-0.9552000164985657,-0.6991000175476074,-0.13650000095367432,-0.7019000053405762,-0.28369998931884766,-0.08470000326633453,-0.9552000164985657,-0.6825000047683716,-0.20399999618530273,-0.7019000053405762,-0.2750999927520752,-0.11259999871253967,-0.954800009727478,-0.28369998931884766,-0.08470000326633453,-0.9552000164985657,-0.024399999529123306,-0.007400000002235174,-0.9997000098228455,-0.2750999927520752,-0.11259999871253967,-0.954800009727478,-0.024399999529123306,-0.007400000002235174,-0.9997000098228455,-0.024800000712275505,-0.010300000198185444,-0.9995999932289124,-0.28369998931884766,-0.08470000326633453,-0.9552000164985657,-0.289900004863739,-0.05649999901652336,-0.9553999900817871,-0.02410000003874302,-0.004800000227987766,-0.9997000098228455,-0.28369998931884766,-0.08470000326633453,-0.9552000164985657,-0.02410000003874302,-0.004800000227987766,-0.9997000098228455,-0.024399999529123306,-0.007400000002235174,-0.9997000098228455,-0.7123000025749207,0.0024999999441206455,-0.7017999887466431,-0.29499998688697815,0.0010000000474974513,-0.9555000066757202,-0.2937000095844269,-0.02800000086426735,-0.9555000066757202,-0.7123000025749207,0.0024999999441206455,-0.7017999887466431,-0.2937000095844269,-0.02800000086426735,-0.9555000066757202,-0.7091000080108643,-0.06769999861717224,-0.7019000053405762,-0.2937000095844269,-0.02800000086426735,-0.9555000066757202,-0.29499998688697815,0.0010000000474974513,-0.9555000066757202,-0.023900000378489494,0.00009999999747378752,-0.9997000098228455,-0.2937000095844269,-0.02800000086426735,-0.9555000066757202,-0.023900000378489494,0.00009999999747378752,-0.9997000098228455,-0.024000000208616257,-0.002300000051036477,-0.9997000098228455,-0.7091000080108643,-0.06769999861717224,-0.7019000053405762,-0.2937000095844269,-0.02800000086426735,-0.9555000066757202,-0.289900004863739,-0.05649999901652336,-0.9553999900817871,-0.7091000080108643,-0.06769999861717224,-0.7019000053405762,-0.289900004863739,-0.05649999901652336,-0.9553999900817871,-0.6991000175476074,-0.13650000095367432,-0.7019000053405762,-0.289900004863739,-0.05649999901652336,-0.9553999900817871,-0.2937000095844269,-0.02800000086426735,-0.9555000066757202,-0.024000000208616257,-0.002300000051036477,-0.9997000098228455,-0.289900004863739,-0.05649999901652336,-0.9553999900817871,-0.024000000208616257,-0.002300000051036477,-0.9997000098228455,-0.02410000003874302,-0.004800000227987766,-0.9997000098228455,0,0,-1,0,0,-1,-0.0027000000700354576,-0.0003000000142492354,-1,0,0,-1,-0.0027000000700354576,-0.0003000000142492354,-1,-0.0027000000700354576,0,-1,0,0,-1,0,0,-1,-0.0027000000700354576,-0.0005000000237487257,-1,0,0,-1,-0.0027000000700354576,-0.0005000000237487257,-1,-0.0027000000700354576,-0.0003000000142492354,-1,-0.0027000000700354576,0,-1,-0.0027000000700354576,-0.0003000000142492354,-1,-0.024000000208616257,-0.002300000051036477,-0.9997000098228455,-0.0027000000700354576,0,-1,-0.024000000208616257,-0.002300000051036477,-0.9997000098228455,-0.023900000378489494,0.00009999999747378752,-0.9997000098228455,-0.0027000000700354576,-0.0003000000142492354,-1,-0.0027000000700354576,-0.0005000000237487257,-1,-0.02410000003874302,-0.004800000227987766,-0.9997000098228455,-0.0027000000700354576,-0.0003000000142492354,-1,-0.02410000003874302,-0.004800000227987766,-0.9997000098228455,-0.024000000208616257,-0.002300000051036477,-0.9997000098228455,0,0,-1,0,0,-1,-0.00279999990016222,-0.0010999999940395355,-1,0,0,-1,-0.00279999990016222,-0.0010999999940395355,-1,-0.00279999990016222,-0.0007999999797903001,-1,-0.00279999990016222,-0.0007999999797903001,-1,-0.00279999990016222,-0.0010999999940395355,-1,-0.024800000712275505,-0.010300000198185444,-0.9995999932289124,-0.00279999990016222,-0.0007999999797903001,-1,-0.024800000712275505,-0.010300000198185444,-0.9995999932289124,-0.024399999529123306,-0.007400000002235174,-0.9997000098228455,0,0,-1,0,0,-1,-0.00279999990016222,-0.0007999999797903001,-1,0,0,-1,-0.00279999990016222,-0.0007999999797903001,-1,-0.0027000000700354576,-0.0005000000237487257,-1,-0.0027000000700354576,-0.0005000000237487257,-1,-0.00279999990016222,-0.0007999999797903001,-1,-0.024399999529123306,-0.007400000002235174,-0.9997000098228455,-0.0027000000700354576,-0.0005000000237487257,-1,-0.024399999529123306,-0.007400000002235174,-0.9997000098228455,-0.02410000003874302,-0.004800000227987766,-0.9997000098228455,-0.7085999846458435,0.07270000129938126,-0.7019000053405762,-0.2935999929904938,0.03009999915957451,-0.9555000066757202,-0.29499998688697815,0.0010000000474974513,-0.9555000066757202,-0.7085999846458435,0.07270000129938126,-0.7019000053405762,-0.29499998688697815,0.0010000000474974513,-0.9555000066757202,-0.7123000025749207,0.0024999999441206455,-0.7017999887466431,-0.6980999708175659,0.14139999449253082,-0.7019000053405762,-0.2896000146865845,0.05860000103712082,-0.9553999900817871,-0.2935999929904938,0.03009999915957451,-0.9555000066757202,-0.6980999708175659,0.14139999449253082,-0.7019000053405762,-0.2935999929904938,0.03009999915957451,-0.9555000066757202,-0.7085999846458435,0.07270000129938126,-0.7019000053405762,-0.2935999929904938,0.03009999915957451,-0.9555000066757202,-0.024000000208616257,0.0024999999441206455,-0.9997000098228455,-0.023900000378489494,0.00009999999747378752,-0.9997000098228455,-0.2935999929904938,0.03009999915957451,-0.9555000066757202,-0.023900000378489494,0.00009999999747378752,-0.9997000098228455,-0.29499998688697815,0.0010000000474974513,-0.9555000066757202,-0.2896000146865845,0.05860000103712082,-0.9553999900817871,-0.02410000003874302,0.004900000058114529,-0.9997000098228455,-0.024000000208616257,0.0024999999441206455,-0.9997000098228455,-0.2896000146865845,0.05860000103712082,-0.9553999900817871,-0.024000000208616257,0.0024999999441206455,-0.9997000098228455,-0.2935999929904938,0.03009999915957451,-0.9555000066757202,-0.6571999788284302,0.27489998936653137,-0.7017999887466431,-0.274399995803833,0.11460000276565552,-0.954800009727478,-0.2831999957561493,0.08669999986886978,-0.9550999999046326,-0.6571999788284302,0.27489998936653137,-0.7017999887466431,-0.2831999957561493,0.08669999986886978,-0.9550999999046326,-0.6809999942779541,0.20880000293254852,-0.7019000053405762,-0.274399995803833,0.11460000276565552,-0.954800009727478,-0.024800000712275505,0.010400000028312206,-0.9995999932289124,-0.024399999529123306,0.007499999832361937,-0.9997000098228455,-0.274399995803833,0.11460000276565552,-0.954800009727478,-0.024399999529123306,0.007499999832361937,-0.9997000098228455,-0.2831999957561493,0.08669999986886978,-0.9550999999046326,-0.6809999942779541,0.20880000293254852,-0.7019000053405762,-0.2831999957561493,0.08669999986886978,-0.9550999999046326,-0.2896000146865845,0.05860000103712082,-0.9553999900817871,-0.6809999942779541,0.20880000293254852,-0.7019000053405762,-0.2896000146865845,0.05860000103712082,-0.9553999900817871,-0.6980999708175659,0.14139999449253082,-0.7019000053405762,-0.2831999957561493,0.08669999986886978,-0.9550999999046326,-0.024399999529123306,0.007499999832361937,-0.9997000098228455,-0.02410000003874302,0.004900000058114529,-0.9997000098228455,-0.2831999957561493,0.08669999986886978,-0.9550999999046326,-0.02410000003874302,0.004900000058114529,-0.9997000098228455,-0.2896000146865845,0.05860000103712082,-0.9553999900817871,0,0,-1,-0.0027000000700354576,0.0007999999797903001,-1,-0.00279999990016222,0.0010999999940395355,-1,0,0,-1,-0.00279999990016222,0.0010999999940395355,-1,0,0,-1,0,0,-1,-0.0027000000700354576,0.0005000000237487257,-1,-0.0027000000700354576,0.0007999999797903001,-1,0,0,-1,-0.0027000000700354576,0.0007999999797903001,-1,0,0,-1,-0.0027000000700354576,0.0007999999797903001,-1,-0.024399999529123306,0.007499999832361937,-0.9997000098228455,-0.024800000712275505,0.010400000028312206,-0.9995999932289124,-0.0027000000700354576,0.0007999999797903001,-1,-0.024800000712275505,0.010400000028312206,-0.9995999932289124,-0.00279999990016222,0.0010999999940395355,-1,-0.0027000000700354576,0.0005000000237487257,-1,-0.02410000003874302,0.004900000058114529,-0.9997000098228455,-0.024399999529123306,0.007499999832361937,-0.9997000098228455,-0.0027000000700354576,0.0005000000237487257,-1,-0.024399999529123306,0.007499999832361937,-0.9997000098228455,-0.0027000000700354576,0.0007999999797903001,-1,0,0,-1,-0.0027000000700354576,0,-1,-0.0027000000700354576,0.0003000000142492354,-1,0,0,-1,-0.0027000000700354576,0.0003000000142492354,-1,0,0,-1,-0.0027000000700354576,0,-1,-0.023900000378489494,0.00009999999747378752,-0.9997000098228455,-0.024000000208616257,0.0024999999441206455,-0.9997000098228455,-0.0027000000700354576,0,-1,-0.024000000208616257,0.0024999999441206455,-0.9997000098228455,-0.0027000000700354576,0.0003000000142492354,-1,0,0,-1,-0.0027000000700354576,0.0003000000142492354,-1,-0.0027000000700354576,0.0005000000237487257,-1,0,0,-1,-0.0027000000700354576,0.0005000000237487257,-1,0,0,-1,-0.0027000000700354576,0.0003000000142492354,-1,-0.024000000208616257,0.0024999999441206455,-0.9997000098228455,-0.02410000003874302,0.004900000058114529,-0.9997000098228455,-0.0027000000700354576,0.0003000000142492354,-1,-0.02410000003874302,0.004900000058114529,-0.9997000098228455,-0.0027000000700354576,0.0005000000237487257,-1,-0.626800000667572,0.3382999897003174,-0.7019000053405762,-0.26330000162124634,0.14169999957084656,-0.9542999863624573,-0.274399995803833,0.11460000276565552,-0.954800009727478,-0.626800000667572,0.3382999897003174,-0.7019000053405762,-0.274399995803833,0.11460000276565552,-0.954800009727478,-0.6571999788284302,0.27489998936653137,-0.7017999887466431,-0.5909000039100647,0.3977999985218048,-0.7019000053405762,-0.2500999867916107,0.1678999960422516,-0.953499972820282,-0.26330000162124634,0.14169999957084656,-0.9542999863624573,-0.5909000039100647,0.3977999985218048,-0.7019000053405762,-0.26330000162124634,0.14169999957084656,-0.9542999863624573,-0.626800000667572,0.3382999897003174,-0.7019000053405762,-0.26330000162124634,0.14169999957084656,-0.9542999863624573,-0.025499999523162842,0.013899999670684338,-0.9995999932289124,-0.024800000712275505,0.010400000028312206,-0.9995999932289124,-0.26330000162124634,0.14169999957084656,-0.9542999863624573,-0.024800000712275505,0.010400000028312206,-0.9995999932289124,-0.274399995803833,0.11460000276565552,-0.954800009727478,-0.2500999867916107,0.1678999960422516,-0.953499972820282,-0.026599999517202377,0.01810000091791153,-0.9994999766349792,-0.025499999523162842,0.013899999670684338,-0.9995999932289124,-0.2500999867916107,0.1678999960422516,-0.953499972820282,-0.025499999523162842,0.013899999670684338,-0.9995999932289124,-0.26330000162124634,0.14169999957084656,-0.9542999863624573,-0.5019000172615051,0.5055000185966492,-0.7017999887466431,-0.21770000457763672,0.218299999833107,-0.9513000249862671,-0.23510000109672546,0.19339999556541443,-0.9524999856948853,-0.5019000172615051,0.5055000185966492,-0.7017999887466431,-0.23510000109672546,0.19339999556541443,-0.9524999856948853,-0.5491999983787537,0.4535999894142151,-0.7019000053405762,-0.21770000457763672,0.218299999833107,-0.9513000249862671,-0.028999999165534973,0.02969999983906746,-0.9991000294685364,-0.027799999341368675,0.02329999953508377,-0.9993000030517578,-0.21770000457763672,0.218299999833107,-0.9513000249862671,-0.027799999341368675,0.02329999953508377,-0.9993000030517578,-0.23510000109672546,0.19339999556541443,-0.9524999856948853,-0.5491999983787537,0.4535999894142151,-0.7019000053405762,-0.23510000109672546,0.19339999556541443,-0.9524999856948853,-0.2500999867916107,0.1678999960422516,-0.953499972820282,-0.5491999983787537,0.4535999894142151,-0.7019000053405762,-0.2500999867916107,0.1678999960422516,-0.953499972820282,-0.5909000039100647,0.3977999985218048,-0.7019000053405762,-0.23510000109672546,0.19339999556541443,-0.9524999856948853,-0.027799999341368675,0.02329999953508377,-0.9993000030517578,-0.026599999517202377,0.01810000091791153,-0.9994999766349792,-0.23510000109672546,0.19339999556541443,-0.9524999856948853,-0.026599999517202377,0.01810000091791153,-0.9994999766349792,-0.2500999867916107,0.1678999960422516,-0.953499972820282,0,0,-1,-0.0032999999821186066,0.0027000000700354576,-1,-0.0035000001080334187,0.003599999938160181,-1,0,0,-1,-0.0035000001080334187,0.003599999938160181,-1,0,0,-1,0,0,-1,-0.003100000089034438,0.0020000000949949026,-1,-0.0032999999821186066,0.0027000000700354576,-1,0,0,-1,-0.0032999999821186066,0.0027000000700354576,-1,0,0,-1,-0.0032999999821186066,0.0027000000700354576,-1,-0.027799999341368675,0.02329999953508377,-0.9993000030517578,-0.028999999165534973,0.02969999983906746,-0.9991000294685364,-0.0032999999821186066,0.0027000000700354576,-1,-0.028999999165534973,0.02969999983906746,-0.9991000294685364,-0.0035000001080334187,0.003599999938160181,-1,-0.003100000089034438,0.0020000000949949026,-1,-0.026599999517202377,0.01810000091791153,-0.9994999766349792,-0.027799999341368675,0.02329999953508377,-0.9993000030517578,-0.003100000089034438,0.0020000000949949026,-1,-0.027799999341368675,0.02329999953508377,-0.9993000030517578,-0.0032999999821186066,0.0027000000700354576,-1,0,0,-1,-0.00279999990016222,0.0010999999940395355,-1,-0.002899999963119626,0.001500000013038516,-1,0,0,-1,-0.002899999963119626,0.001500000013038516,-1,0,0,-1,-0.00279999990016222,0.0010999999940395355,-1,-0.024800000712275505,0.010400000028312206,-0.9995999932289124,-0.025499999523162842,0.013899999670684338,-0.9995999932289124,-0.00279999990016222,0.0010999999940395355,-1,-0.025499999523162842,0.013899999670684338,-0.9995999932289124,-0.002899999963119626,0.001500000013038516,-1,0,0,-1,-0.002899999963119626,0.001500000013038516,-1,-0.003100000089034438,0.0020000000949949026,-1,0,0,-1,-0.003100000089034438,0.0020000000949949026,-1,0,0,-1,-0.002899999963119626,0.001500000013038516,-1,-0.025499999523162842,0.013899999670684338,-0.9995999932289124,-0.026599999517202377,0.01810000091791153,-0.9994999766349792,-0.002899999963119626,0.001500000013038516,-1,-0.026599999517202377,0.01810000091791153,-0.9994999766349792,-0.003100000089034438,0.0020000000949949026,-1,-0.4496999979019165,0.5523999929428101,-0.7019000053405762,-0.19779999554157257,0.241799995303154,-0.949999988079071,-0.21770000457763672,0.218299999833107,-0.9513000249862671,-0.4496999979019165,0.5523999929428101,-0.7019000053405762,-0.21770000457763672,0.218299999833107,-0.9513000249862671,-0.5019000172615051,0.5055000185966492,-0.7017999887466431,-0.3935999870300293,0.5935999751091003,-0.7019000053405762,-0.1754000037908554,0.2632000148296356,-0.9487000107765198,-0.19779999554157257,0.241799995303154,-0.949999988079071,-0.3935999870300293,0.5935999751091003,-0.7019000053405762,-0.19779999554157257,0.241799995303154,-0.949999988079071,-0.4496999979019165,0.5523999929428101,-0.7019000053405762,-0.19779999554157257,0.241799995303154,-0.949999988079071,-0.02930000051856041,0.03689999878406525,-0.9988999962806702,-0.028999999165534973,0.02969999983906746,-0.9991000294685364,-0.19779999554157257,0.241799995303154,-0.949999988079071,-0.028999999165534973,0.02969999983906746,-0.9991000294685364,-0.21770000457763672,0.218299999833107,-0.9513000249862671,-0.1754000037908554,0.2632000148296356,-0.9487000107765198,-0.0284000001847744,0.04410000145435333,-0.9986000061035156,-0.02930000051856041,0.03689999878406525,-0.9988999962806702,-0.1754000037908554,0.2632000148296356,-0.9487000107765198,-0.02930000051856041,0.03689999878406525,-0.9988999962806702,-0.19779999554157257,0.241799995303154,-0.949999988079071,-0.2703000009059906,0.6590999960899353,-0.7017999887466431,-0.12290000170469284,0.2980000078678131,-0.9466000199317932,-0.15049999952316284,0.28209999203681946,-0.9474999904632568,-0.2703000009059906,0.6590999960899353,-0.7017999887466431,-0.15049999952316284,0.28209999203681946,-0.9474999904632568,-0.33390000462532043,0.6291999816894531,-0.7019000053405762,-0.12290000170469284,0.2980000078678131,-0.9466000199317932,-0.022199999541044235,0.05590000003576279,-0.998199999332428,-0.026100000366568565,0.050599999725818634,-0.9983999729156494,-0.12290000170469284,0.2980000078678131,-0.9466000199317932,-0.026100000366568565,0.050599999725818634,-0.9983999729156494,-0.15049999952316284,0.28209999203681946,-0.9474999904632568,-0.33390000462532043,0.6291999816894531,-0.7019000053405762,-0.15049999952316284,0.28209999203681946,-0.9474999904632568,-0.1754000037908554,0.2632000148296356,-0.9487000107765198,-0.33390000462532043,0.6291999816894531,-0.7019000053405762,-0.1754000037908554,0.2632000148296356,-0.9487000107765198,-0.3935999870300293,0.5935999751091003,-0.7019000053405762,-0.15049999952316284,0.28209999203681946,-0.9474999904632568,-0.026100000366568565,0.050599999725818634,-0.9983999729156494,-0.0284000001847744,0.04410000145435333,-0.9986000061035156,-0.15049999952316284,0.28209999203681946,-0.9474999904632568,-0.0284000001847744,0.04410000145435333,-0.9986000061035156,-0.1754000037908554,0.2632000148296356,-0.9487000107765198,0,0,-1,-0.0034000000450760126,0.0066999997943639755,-1,-0.002899999963119626,0.007600000128149986,-1,0,0,-1,-0.002899999963119626,0.007600000128149986,-1,0,0,-1,0,0,-1,-0.003700000001117587,0.00570000009611249,-1,-0.0034000000450760126,0.0066999997943639755,-1,0,0,-1,-0.0034000000450760126,0.0066999997943639755,-1,0,0,-1,-0.0034000000450760126,0.0066999997943639755,-1,-0.026100000366568565,0.050599999725818634,-0.9983999729156494,-0.022199999541044235,0.05590000003576279,-0.998199999332428,-0.0034000000450760126,0.0066999997943639755,-1,-0.022199999541044235,0.05590000003576279,-0.998199999332428,-0.002899999963119626,0.007600000128149986,-1,-0.003700000001117587,0.00570000009611249,-1,-0.0284000001847744,0.04410000145435333,-0.9986000061035156,-0.026100000366568565,0.050599999725818634,-0.9983999729156494,-0.003700000001117587,0.00570000009611249,-1,-0.026100000366568565,0.050599999725818634,-0.9983999729156494,-0.0034000000450760126,0.0066999997943639755,-1,0,0,-1,-0.0035000001080334187,0.003599999938160181,-1,-0.003700000001117587,0.004600000102072954,-1,0,0,-1,-0.003700000001117587,0.004600000102072954,-1,0,0,-1,-0.0035000001080334187,0.003599999938160181,-1,-0.028999999165534973,0.02969999983906746,-0.9991000294685364,-0.02930000051856041,0.03689999878406525,-0.9988999962806702,-0.0035000001080334187,0.003599999938160181,-1,-0.02930000051856041,0.03689999878406525,-0.9988999962806702,-0.003700000001117587,0.004600000102072954,-1,0,0,-1,-0.003700000001117587,0.004600000102072954,-1,-0.003700000001117587,0.00570000009611249,-1,0,0,-1,-0.003700000001117587,0.00570000009611249,-1,0,0,-1,-0.003700000001117587,0.004600000102072954,-1,-0.02930000051856041,0.03689999878406525,-0.9988999962806702,-0.0284000001847744,0.04410000145435333,-0.9986000061035156,-0.003700000001117587,0.004600000102072954,-1,-0.0284000001847744,0.04410000145435333,-0.9986000061035156,-0.003700000001117587,0.00570000009611249,-1,-0.20399999618530273,0.6825000047683716,-0.7019000053405762,-0.0934000015258789,0.31040000915527344,-0.9459999799728394,-0.12290000170469284,0.2980000078678131,-0.9466000199317932,-0.20399999618530273,0.6825000047683716,-0.7019000053405762,-0.12290000170469284,0.2980000078678131,-0.9466000199317932,-0.2703000009059906,0.6590999960899353,-0.7017999887466431,-0.13650000095367432,0.6991000175476074,-0.7019000053405762,-0.06270000338554382,0.3192000091075897,-0.9455999732017517,-0.0934000015258789,0.31040000915527344,-0.9459999799728394,-0.13650000095367432,0.6991000175476074,-0.7019000053405762,-0.0934000015258789,0.31040000915527344,-0.9459999799728394,-0.20399999618530273,0.6825000047683716,-0.7019000053405762,-0.0934000015258789,0.31040000915527344,-0.9459999799728394,-0.017400000244379044,0.05990000069141388,-0.9980999827384949,-0.022199999541044235,0.05590000003576279,-0.998199999332428,-0.0934000015258789,0.31040000915527344,-0.9459999799728394,-0.022199999541044235,0.05590000003576279,-0.998199999332428,-0.12290000170469284,0.2980000078678131,-0.9466000199317932,-0.06270000338554382,0.3192000091075897,-0.9455999732017517,-0.011800000444054604,0.06260000169277191,-0.9980000257492065,-0.017400000244379044,0.05990000069141388,-0.9980999827384949,-0.06270000338554382,0.3192000091075897,-0.9455999732017517,-0.017400000244379044,0.05990000069141388,-0.9980999827384949,-0.0934000015258789,0.31040000915527344,-0.9459999799728394,0.0024999999441206455,0.7123000025749207,-0.7017999887466431,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,-0.031099999323487282,0.32440000772476196,-0.9453999996185303,0.0024999999441206455,0.7123000025749207,-0.7017999887466431,-0.031099999323487282,0.32440000772476196,-0.9453999996185303,-0.06769999861717224,0.7091000080108643,-0.7019000053405762,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,0.00019999999494757503,0.06449999660253525,-0.9979000091552734,-0.005900000222027302,0.0640999972820282,-0.9979000091552734,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,-0.005900000222027302,0.0640999972820282,-0.9979000091552734,-0.031099999323487282,0.32440000772476196,-0.9453999996185303,-0.06769999861717224,0.7091000080108643,-0.7019000053405762,-0.031099999323487282,0.32440000772476196,-0.9453999996185303,-0.06270000338554382,0.3192000091075897,-0.9455999732017517,-0.06769999861717224,0.7091000080108643,-0.7019000053405762,-0.06270000338554382,0.3192000091075897,-0.9455999732017517,-0.13650000095367432,0.6991000175476074,-0.7019000053405762,-0.031099999323487282,0.32440000772476196,-0.9453999996185303,-0.005900000222027302,0.0640999972820282,-0.9979000091552734,-0.011800000444054604,0.06260000169277191,-0.9980000257492065,-0.031099999323487282,0.32440000772476196,-0.9453999996185303,-0.011800000444054604,0.06260000169277191,-0.9980000257492065,-0.06270000338554382,0.3192000091075897,-0.9455999732017517,0,0,-1,-0.0007999999797903001,0.008799999952316284,-1,0,0.008799999952316284,-1,0,0,-1,0,0.008799999952316284,-1,0,0,-1,0,0,-1,-0.0015999999595806003,0.00860000029206276,-1,-0.0007999999797903001,0.008799999952316284,-1,0,0,-1,-0.0007999999797903001,0.008799999952316284,-1,0,0,-1,-0.0007999999797903001,0.008799999952316284,-1,-0.005900000222027302,0.0640999972820282,-0.9979000091552734,0.00019999999494757503,0.06449999660253525,-0.9979000091552734,-0.0007999999797903001,0.008799999952316284,-1,0.00019999999494757503,0.06449999660253525,-0.9979000091552734,0,0.008799999952316284,-1,-0.0015999999595806003,0.00860000029206276,-1,-0.011800000444054604,0.06260000169277191,-0.9980000257492065,-0.005900000222027302,0.0640999972820282,-0.9979000091552734,-0.0015999999595806003,0.00860000029206276,-1,-0.005900000222027302,0.0640999972820282,-0.9979000091552734,-0.0007999999797903001,0.008799999952316284,-1,0,0,-1,-0.002899999963119626,0.007600000128149986,-1,-0.002300000051036477,0.008200000040233135,-1,0,0,-1,-0.002300000051036477,0.008200000040233135,-1,0,0,-1,-0.002899999963119626,0.007600000128149986,-1,-0.022199999541044235,0.05590000003576279,-0.998199999332428,-0.017400000244379044,0.05990000069141388,-0.9980999827384949,-0.002899999963119626,0.007600000128149986,-1,-0.017400000244379044,0.05990000069141388,-0.9980999827384949,-0.002300000051036477,0.008200000040233135,-1,0,0,-1,-0.002300000051036477,0.008200000040233135,-1,-0.0015999999595806003,0.00860000029206276,-1,0,0,-1,-0.0015999999595806003,0.00860000029206276,-1,0,0,-1,-0.002300000051036477,0.008200000040233135,-1,-0.017400000244379044,0.05990000069141388,-0.9980999827384949,-0.011800000444054604,0.06260000169277191,-0.9980000257492065,-0.002300000051036477,0.008200000040233135,-1,-0.011800000444054604,0.06260000169277191,-0.9980000257492065,-0.0015999999595806003,0.00860000029206276,-1,0.07270000129938126,0.7085999846458435,-0.7019000053405762,0.033399999141693115,0.32409998774528503,-0.9453999996185303,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,0.07270000129938126,0.7085999846458435,-0.7019000053405762,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,0.0024999999441206455,0.7123000025749207,-0.7017999887466431,0.14139999449253082,0.6980999708175659,-0.7019000053405762,0.0649000033736229,0.31869998574256897,-0.9455999732017517,0.033399999141693115,0.32409998774528503,-0.9453999996185303,0.14139999449253082,0.6980999708175659,-0.7019000053405762,0.033399999141693115,0.32409998774528503,-0.9453999996185303,0.07270000129938126,0.7085999846458435,-0.7019000053405762,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,0.033399999141693115,0.32409998774528503,-0.9453999996185303,0.006399999838322401,0.06400000303983688,-0.9979000091552734,0.0012000000569969416,0.3260999917984009,-0.9452999830245972,0.006399999838322401,0.06400000303983688,-0.9979000091552734,0.00019999999494757503,0.06449999660253525,-0.9979000091552734,0.033399999141693115,0.32409998774528503,-0.9453999996185303,0.0649000033736229,0.31869998574256897,-0.9455999732017517,0.012299999594688416,0.06239999830722809,-0.9980000257492065,0.033399999141693115,0.32409998774528503,-0.9453999996185303,0.012299999594688416,0.06239999830722809,-0.9980000257492065,0.006399999838322401,0.06400000303983688,-0.9979000091552734,0.27489998936653137,0.6571000218391418,-0.7017999887466431,0.125,0.2969000041484833,-0.9466999769210815,0.09549999982118607,0.30959999561309814,-0.9460999965667725,0.27489998936653137,0.6571000218391418,-0.7017999887466431,0.09549999982118607,0.30959999561309814,-0.9460999965667725,0.20880000293254852,0.6809999942779541,-0.7019000053405762,0.09549999982118607,0.30959999561309814,-0.9460999965667725,0.125,0.2969000041484833,-0.9466999769210815,0.02250000089406967,0.055399999022483826,-0.998199999332428,0.09549999982118607,0.30959999561309814,-0.9460999965667725,0.02250000089406967,0.055399999022483826,-0.998199999332428,0.01769999973475933,0.05959999933838844,-0.9980999827384949,0.20880000293254852,0.6809999942779541,-0.7019000053405762,0.09549999982118607,0.30959999561309814,-0.9460999965667725,0.0649000033736229,0.31869998574256897,-0.9455999732017517,0.20880000293254852,0.6809999942779541,-0.7019000053405762,0.0649000033736229,0.31869998574256897,-0.9455999732017517,0.14139999449253082,0.6980999708175659,-0.7019000053405762,0.0649000033736229,0.31869998574256897,-0.9455999732017517,0.09549999982118607,0.30959999561309814,-0.9460999965667725,0.01769999973475933,0.05959999933838844,-0.9980999827384949,0.0649000033736229,0.31869998574256897,-0.9455999732017517,0.01769999973475933,0.05959999933838844,-0.9980999827384949,0.012299999594688416,0.06239999830722809,-0.9980000257492065,0,0,-1,0,0,-1,0.002300000051036477,0.008100000210106373,-1,0,0,-1,0.002300000051036477,0.008100000210106373,-1,0.003000000026077032,0.007499999832361937,-1,0,0,-1,0,0,-1,0.0015999999595806003,0.008500000461935997,-1,0,0,-1,0.0015999999595806003,0.008500000461935997,-1,0.002300000051036477,0.008100000210106373,-1,0.003000000026077032,0.007499999832361937,-1,0.002300000051036477,0.008100000210106373,-1,0.01769999973475933,0.05959999933838844,-0.9980999827384949,0.003000000026077032,0.007499999832361937,-1,0.01769999973475933,0.05959999933838844,-0.9980999827384949,0.02250000089406967,0.055399999022483826,-0.998199999332428,0.002300000051036477,0.008100000210106373,-1,0.0015999999595806003,0.008500000461935997,-1,0.012299999594688416,0.06239999830722809,-0.9980000257492065,0.002300000051036477,0.008100000210106373,-1,0.012299999594688416,0.06239999830722809,-0.9980000257492065,0.01769999973475933,0.05959999933838844,-0.9980999827384949,0,0,-1,0,0,-1,0,0.008799999952316284,-1,0,0,-1,0,0.008799999952316284,-1,0.0007999999797903001,0.008799999952316284,-1,0.0007999999797903001,0.008799999952316284,-1,0,0.008799999952316284,-1,0.00019999999494757503,0.06449999660253525,-0.9979000091552734,0.0007999999797903001,0.008799999952316284,-1,0.00019999999494757503,0.06449999660253525,-0.9979000091552734,0.006399999838322401,0.06400000303983688,-0.9979000091552734,0,0,-1,0,0,-1,0.0007999999797903001,0.008799999952316284,-1,0,0,-1,0.0007999999797903001,0.008799999952316284,-1,0.0015999999595806003,0.008500000461935997,-1,0.0015999999595806003,0.008500000461935997,-1,0.0007999999797903001,0.008799999952316284,-1,0.006399999838322401,0.06400000303983688,-0.9979000091552734,0.0015999999595806003,0.008500000461935997,-1,0.006399999838322401,0.06400000303983688,-0.9979000091552734,0.012299999594688416,0.06239999830722809,-0.9980000257492065,0.3382999897003174,0.626800000667572,-0.7019000053405762,0.15240000188350677,0.2806999981403351,-0.9476000070571899,0.125,0.2969000041484833,-0.9466999769210815,0.3382999897003174,0.626800000667572,-0.7019000053405762,0.125,0.2969000041484833,-0.9466999769210815,0.27489998936653137,0.6571000218391418,-0.7017999887466431,0.3977999985218048,0.5907999873161316,-0.7019000053405762,0.17710000276565552,0.2615000009536743,-0.9488000273704529,0.15240000188350677,0.2806999981403351,-0.9476000070571899,0.3977999985218048,0.5907999873161316,-0.7019000053405762,0.15240000188350677,0.2806999981403351,-0.9476000070571899,0.3382999897003174,0.626800000667572,-0.7019000053405762,0.125,0.2969000041484833,-0.9466999769210815,0.15240000188350677,0.2806999981403351,-0.9476000070571899,0.026200000196695328,0.05000000074505806,-0.9983999729156494,0.125,0.2969000041484833,-0.9466999769210815,0.026200000196695328,0.05000000074505806,-0.9983999729156494,0.02250000089406967,0.055399999022483826,-0.998199999332428,0.15240000188350677,0.2806999981403351,-0.9476000070571899,0.17710000276565552,0.2615000009536743,-0.9488000273704529,0.02850000001490116,0.04349999874830246,-0.9986000061035156,0.15240000188350677,0.2806999981403351,-0.9476000070571899,0.02850000001490116,0.04349999874830246,-0.9986000061035156,0.026200000196695328,0.05000000074505806,-0.9983999729156494,0.5055000185966492,0.5019000172615051,-0.7017999887466431,0.21889999508857727,0.21639999747276306,-0.9513999819755554,0.19920000433921814,0.23989999294281006,-0.9501000046730042,0.5055000185966492,0.5019000172615051,-0.7017999887466431,0.19920000433921814,0.23989999294281006,-0.9501000046730042,0.4535999894142151,0.5491999983787537,-0.7019000053405762,0.19920000433921814,0.23989999294281006,-0.9501000046730042,0.21889999508857727,0.21639999747276306,-0.9513999819755554,0.02889999933540821,0.02930000051856041,-0.9991999864578247,0.19920000433921814,0.23989999294281006,-0.9501000046730042,0.02889999933540821,0.02930000051856041,-0.9991999864578247,0.02930000051856041,0.03629999980330467,-0.9988999962806702,0.4535999894142151,0.5491999983787537,-0.7019000053405762,0.19920000433921814,0.23989999294281006,-0.9501000046730042,0.17710000276565552,0.2615000009536743,-0.9488000273704529,0.4535999894142151,0.5491999983787537,-0.7019000053405762,0.17710000276565552,0.2615000009536743,-0.9488000273704529,0.3977999985218048,0.5907999873161316,-0.7019000053405762,0.17710000276565552,0.2615000009536743,-0.9488000273704529,0.19920000433921814,0.23989999294281006,-0.9501000046730042,0.02930000051856041,0.03629999980330467,-0.9988999962806702,0.17710000276565552,0.2615000009536743,-0.9488000273704529,0.02930000051856041,0.03629999980330467,-0.9988999962806702,0.02850000001490116,0.04349999874830246,-0.9986000061035156,0,0,-1,0,0,-1,0.003700000001117587,0.004600000102072954,-1,0,0,-1,0.003700000001117587,0.004600000102072954,-1,0.0035000001080334187,0.003599999938160181,-1,0,0,-1,0,0,-1,0.003700000001117587,0.00570000009611249,-1,0,0,-1,0.003700000001117587,0.00570000009611249,-1,0.003700000001117587,0.004600000102072954,-1,0.0035000001080334187,0.003599999938160181,-1,0.003700000001117587,0.004600000102072954,-1,0.02930000051856041,0.03629999980330467,-0.9988999962806702,0.0035000001080334187,0.003599999938160181,-1,0.02930000051856041,0.03629999980330467,-0.9988999962806702,0.02889999933540821,0.02930000051856041,-0.9991999864578247,0.003700000001117587,0.004600000102072954,-1,0.003700000001117587,0.00570000009611249,-1,0.02850000001490116,0.04349999874830246,-0.9986000061035156,0.003700000001117587,0.004600000102072954,-1,0.02850000001490116,0.04349999874830246,-0.9986000061035156,0.02930000051856041,0.03629999980330467,-0.9988999962806702,0,0,-1,0,0,-1,0.003000000026077032,0.007499999832361937,-1,0,0,-1,0.003000000026077032,0.007499999832361937,-1,0.0034000000450760126,0.0066999997943639755,-1,0.0034000000450760126,0.0066999997943639755,-1,0.003000000026077032,0.007499999832361937,-1,0.02250000089406967,0.055399999022483826,-0.998199999332428,0.0034000000450760126,0.0066999997943639755,-1,0.02250000089406967,0.055399999022483826,-0.998199999332428,0.026200000196695328,0.05000000074505806,-0.9983999729156494,0,0,-1,0,0,-1,0.0034000000450760126,0.0066999997943639755,-1,0,0,-1,0.0034000000450760126,0.0066999997943639755,-1,0.003700000001117587,0.00570000009611249,-1,0.003700000001117587,0.00570000009611249,-1,0.0034000000450760126,0.0066999997943639755,-1,0.026200000196695328,0.05000000074505806,-0.9983999729156494,0.003700000001117587,0.00570000009611249,-1,0.026200000196695328,0.05000000074505806,-0.9983999729156494,0.02850000001490116,0.04349999874830246,-0.9986000061035156,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.0032999999821186066,0.00009999999747378752,-1,0,0,-1,0.0032999999821186066,0.00009999999747378752,-1,0.003599999938160181,0.00019999999494757503,-1,0,0,-1,0,0,-1,0.003000000026077032,0.00009999999747378752,-1,0,0,-1,0.003000000026077032,0.00009999999747378752,-1,0.0032999999821186066,0.00009999999747378752,-1,0.0032999999821186066,0.00009999999747378752,-1,0.02969999983906746,0.00039999998989515007,-0.9995999932289124,0.03229999914765358,0.0006000000284984708,-0.9994999766349792,0.0032999999821186066,0.00009999999747378752,-1,0.03229999914765358,0.0006000000284984708,-0.9994999766349792,0.003599999938160181,0.00019999999494757503,-1,0.003000000026077032,0.00009999999747378752,-1,0.027699999511241913,0.00019999999494757503,-0.9995999932289124,0.02969999983906746,0.00039999998989515007,-0.9995999932289124,0.003000000026077032,0.00009999999747378752,-1,0.02969999983906746,0.00039999998989515007,-0.9995999932289124,0.0032999999821186066,0.00009999999747378752,-1,0,0,-1,0.0027000000700354576,0.00009999999747378752,-1,0.002899999963119626,0.00009999999747378752,-1,0,0,-1,0.002899999963119626,0.00009999999747378752,-1,0,0,-1,0.0027000000700354576,0.00009999999747378752,-1,0.025100000202655792,0.00009999999747378752,-0.9997000098228455,0.026200000196695328,0.00019999999494757503,-0.9997000098228455,0.0027000000700354576,0.00009999999747378752,-1,0.026200000196695328,0.00019999999494757503,-0.9997000098228455,0.002899999963119626,0.00009999999747378752,-1,0,0,-1,0.002899999963119626,0.00009999999747378752,-1,0.003000000026077032,0.00009999999747378752,-1,0,0,-1,0.003000000026077032,0.00009999999747378752,-1,0,0,-1,0.002899999963119626,0.00009999999747378752,-1,0.026200000196695328,0.00019999999494757503,-0.9997000098228455,0.027699999511241913,0.00019999999494757503,-0.9995999932289124,0.002899999963119626,0.00009999999747378752,-1,0.027699999511241913,0.00019999999494757503,-0.9995999932289124,0.003000000026077032,0.00009999999747378752,-1,0.7700999975204468,0.0007999999797903001,-0.6378999948501587,0.3361000120639801,0.00039999998989515007,-0.9417999982833862,0.335099995136261,0.00039999998989515007,-0.9422000050544739,0.7700999975204468,0.0007999999797903001,-0.6378999948501587,0.335099995136261,0.00039999998989515007,-0.9422000050544739,0.7700999975204468,0.000699999975040555,-0.6378999948501587,0.7702000141143799,0.0010000000474974513,-0.6378999948501587,0.33739998936653137,0.0006000000284984708,-0.9413999915122986,0.3361000120639801,0.00039999998989515007,-0.9417999982833862,0.7702000141143799,0.0010000000474974513,-0.6378999948501587,0.3361000120639801,0.00039999998989515007,-0.9417999982833862,0.7700999975204468,0.0007999999797903001,-0.6378999948501587,0.3361000120639801,0.00039999998989515007,-0.9417999982833862,0.026200000196695328,0.00019999999494757503,-0.9997000098228455,0.025100000202655792,0.00009999999747378752,-0.9997000098228455,0.3361000120639801,0.00039999998989515007,-0.9417999982833862,0.025100000202655792,0.00009999999747378752,-0.9997000098228455,0.335099995136261,0.00039999998989515007,-0.9422000050544739,0.33739998936653137,0.0006000000284984708,-0.9413999915122986,0.027699999511241913,0.00019999999494757503,-0.9995999932289124,0.026200000196695328,0.00019999999494757503,-0.9997000098228455,0.33739998936653137,0.0006000000284984708,-0.9413999915122986,0.026200000196695328,0.00019999999494757503,-0.9997000098228455,0.3361000120639801,0.00039999998989515007,-0.9417999982833862,0.7706999778747559,0.0019000000320374966,-0.6371999979019165,0.3418000042438507,0.0012000000569969416,-0.9398000240325928,0.3393000066280365,0.000699999975040555,-0.9406999945640564,0.7706999778747559,0.0019000000320374966,-0.6371999979019165,0.3393000066280365,0.000699999975040555,-0.9406999945640564,0.7702999711036682,0.0013000000035390258,-0.6376000046730042,0.3418000042438507,0.0012000000569969416,-0.9398000240325928,0.03229999914765358,0.0006000000284984708,-0.9994999766349792,0.02969999983906746,0.00039999998989515007,-0.9995999932289124,0.3418000042438507,0.0012000000569969416,-0.9398000240325928,0.02969999983906746,0.00039999998989515007,-0.9995999932289124,0.3393000066280365,0.000699999975040555,-0.9406999945640564,0.7702999711036682,0.0013000000035390258,-0.6376000046730042,0.3393000066280365,0.000699999975040555,-0.9406999945640564,0.33739998936653137,0.0006000000284984708,-0.9413999915122986,0.7702999711036682,0.0013000000035390258,-0.6376000046730042,0.33739998936653137,0.0006000000284984708,-0.9413999915122986,0.7702000141143799,0.0010000000474974513,-0.6378999948501587,0.3393000066280365,0.000699999975040555,-0.9406999945640564,0.02969999983906746,0.00039999998989515007,-0.9995999932289124,0.027699999511241913,0.00019999999494757503,-0.9995999932289124,0.3393000066280365,0.000699999975040555,-0.9406999945640564,0.027699999511241913,0.00019999999494757503,-0.9995999932289124,0.33739998936653137,0.0006000000284984708,-0.9413999915122986,0,0,-1,0.0026000000070780516,0,-1,0.0027000000700354576,0.00009999999747378752,-1,0,0,-1,0.0027000000700354576,0.00009999999747378752,-1,0,0,-1,0,0,-1,0.0026000000070780516,0,-1,0.0026000000070780516,0,-1,0,0,-1,0.0026000000070780516,0,-1,0,0,-1,0.0026000000070780516,0,-1,0.02419999986886978,0.00009999999747378752,-0.9997000098228455,0.025100000202655792,0.00009999999747378752,-0.9997000098228455,0.0026000000070780516,0,-1,0.025100000202655792,0.00009999999747378752,-0.9997000098228455,0.0027000000700354576,0.00009999999747378752,-1,0.0026000000070780516,0,-1,0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0.02419999986886978,0.00009999999747378752,-0.9997000098228455,0.0026000000070780516,0,-1,0.02419999986886978,0.00009999999747378752,-0.9997000098228455,0.0026000000070780516,0,-1,0,0,-1,0.0024999999441206455,0,-1,0.0024999999441206455,0,-1,0,0,-1,0.0024999999441206455,0,-1,0,0,-1,0.0024999999441206455,0,-1,0.02329999953508377,0,-0.9997000098228455,0.023399999365210533,0,-0.9997000098228455,0.0024999999441206455,0,-1,0.023399999365210533,0,-0.9997000098228455,0.0024999999441206455,0,-1,0,0,-1,0.0024999999441206455,0,-1,0.0026000000070780516,0,-1,0,0,-1,0.0026000000070780516,0,-1,0,0,-1,0.0024999999441206455,0,-1,0.023399999365210533,0,-0.9997000098228455,0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0.0024999999441206455,0,-1,0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0.0026000000070780516,0,-1,0.7700999975204468,0.00019999999494757503,-0.6378999948501587,0.3336000144481659,0.00009999999747378752,-0.9427000284194946,0.3334999978542328,0,-0.9427000284194946,0.7700999975204468,0.00019999999494757503,-0.6378999948501587,0.3334999978542328,0,-0.9427000284194946,0.7700999975204468,0,-0.6378999948501587,0.7700999975204468,0.00039999998989515007,-0.6378999948501587,0.33390000462532043,0.00019999999494757503,-0.9426000118255615,0.3336000144481659,0.00009999999747378752,-0.9427000284194946,0.7700999975204468,0.00039999998989515007,-0.6378999948501587,0.3336000144481659,0.00009999999747378752,-0.9427000284194946,0.7700999975204468,0.00019999999494757503,-0.6378999948501587,0.3336000144481659,0.00009999999747378752,-0.9427000284194946,0.023399999365210533,0,-0.9997000098228455,0.02329999953508377,0,-0.9997000098228455,0.3336000144481659,0.00009999999747378752,-0.9427000284194946,0.02329999953508377,0,-0.9997000098228455,0.3334999978542328,0,-0.9427000284194946,0.33390000462532043,0.00019999999494757503,-0.9426000118255615,0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0.023399999365210533,0,-0.9997000098228455,0.33390000462532043,0.00019999999494757503,-0.9426000118255615,0.023399999365210533,0,-0.9997000098228455,0.3336000144481659,0.00009999999747378752,-0.9427000284194946,0.7700999975204468,0.000699999975040555,-0.6378999948501587,0.335099995136261,0.00039999998989515007,-0.9422000050544739,0.3343999981880188,0.0003000000142492354,-0.9423999786376953,0.7700999975204468,0.000699999975040555,-0.6378999948501587,0.3343999981880188,0.0003000000142492354,-0.9423999786376953,0.7700999975204468,0.0006000000284984708,-0.6378999948501587,0.335099995136261,0.00039999998989515007,-0.9422000050544739,0.025100000202655792,0.00009999999747378752,-0.9997000098228455,0.02419999986886978,0.00009999999747378752,-0.9997000098228455,0.335099995136261,0.00039999998989515007,-0.9422000050544739,0.02419999986886978,0.00009999999747378752,-0.9997000098228455,0.3343999981880188,0.0003000000142492354,-0.9423999786376953,0.7700999975204468,0.0006000000284984708,-0.6378999948501587,0.3343999981880188,0.0003000000142492354,-0.9423999786376953,0.33390000462532043,0.00019999999494757503,-0.9426000118255615,0.7700999975204468,0.0006000000284984708,-0.6378999948501587,0.33390000462532043,0.00019999999494757503,-0.9426000118255615,0.7700999975204468,0.00039999998989515007,-0.6378999948501587,0.3343999981880188,0.0003000000142492354,-0.9423999786376953,0.02419999986886978,0.00009999999747378752,-0.9997000098228455,0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0.3343999981880188,0.0003000000142492354,-0.9423999786376953,0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0.33390000462532043,0.00019999999494757503,-0.9426000118255615,0,0,-1,0,0,-1,0.0024999999441206455,0,-1,0,0,-1,0.0024999999441206455,0,-1,0.0024999999441206455,0,-1,0,0,-1,0,0,-1,0.0026000000070780516,0,-1,0,0,-1,0.0026000000070780516,0,-1,0.0024999999441206455,0,-1,0.0024999999441206455,0,-1,0.0024999999441206455,0,-1,0.023399999365210533,0,-0.9997000098228455,0.0024999999441206455,0,-1,0.023399999365210533,0,-0.9997000098228455,0.02329999953508377,0,-0.9997000098228455,0.0024999999441206455,0,-1,0.0026000000070780516,0,-1,0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,0.0024999999441206455,0,-1,0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,0.023399999365210533,0,-0.9997000098228455,0,0,-1,0,0,-1,0.00279999990016222,-0.00009999999747378752,-1,0,0,-1,0.00279999990016222,-0.00009999999747378752,-1,0.0027000000700354576,0,-1,0.0027000000700354576,0,-1,0.00279999990016222,-0.00009999999747378752,-1,0.025200000032782555,-0.00009999999747378752,-0.9997000098228455,0.0027000000700354576,0,-1,0.025200000032782555,-0.00009999999747378752,-0.9997000098228455,0.024299999698996544,-0.00009999999747378752,-0.9997000098228455,0,0,-1,0,0,-1,0.0027000000700354576,0,-1,0,0,-1,0.0027000000700354576,0,-1,0.0026000000070780516,0,-1,0.0026000000070780516,0,-1,0.0027000000700354576,0,-1,0.024299999698996544,-0.00009999999747378752,-0.9997000098228455,0.0026000000070780516,0,-1,0.024299999698996544,-0.00009999999747378752,-0.9997000098228455,0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,0.335099995136261,-0.00039999998989515007,-0.9422000050544739,0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,0.335099995136261,-0.00039999998989515007,-0.9422000050544739,0.7700999975204468,-0.000699999975040555,-0.6378999948501587,0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,0.335099995136261,-0.00039999998989515007,-0.9422000050544739,0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,0.024299999698996544,-0.00009999999747378752,-0.9997000098228455,0.335099995136261,-0.00039999998989515007,-0.9422000050544739,0.024299999698996544,-0.00009999999747378752,-0.9997000098228455,0.025200000032782555,-0.00009999999747378752,-0.9997000098228455,0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,0.024299999698996544,-0.00009999999747378752,-0.9997000098228455,0.7700999975204468,0,-0.6378999948501587,0.3334999978542328,0,-0.9427000284194946,0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,0.7700999975204468,0,-0.6378999948501587,0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,0.3334999978542328,0,-0.9427000284194946,0.02329999953508377,0,-0.9997000098228455,0.023399999365210533,0,-0.9997000098228455,0.3334999978542328,0,-0.9427000284194946,0.023399999365210533,0,-0.9997000098228455,0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,0.023399999365210533,0,-0.9997000098228455,0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0.023399999365210533,0,-0.9997000098228455,0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,0,0,-1,0,0,-1,0.002899999963119626,-0.00009999999747378752,-1,0,0,-1,0.002899999963119626,-0.00009999999747378752,-1,0.00279999990016222,-0.00009999999747378752,-1,0,0,-1,0.003100000089034438,-0.00009999999747378752,-1,0.002899999963119626,-0.00009999999747378752,-1,0,0,-1,0.002899999963119626,-0.00009999999747378752,-1,0,0,-1,0.00279999990016222,-0.00009999999747378752,-1,0.002899999963119626,-0.00009999999747378752,-1,0.026399999856948853,-0.00019999999494757503,-0.9997000098228455,0.00279999990016222,-0.00009999999747378752,-1,0.026399999856948853,-0.00019999999494757503,-0.9997000098228455,0.025200000032782555,-0.00009999999747378752,-0.9997000098228455,0.002899999963119626,-0.00009999999747378752,-1,0.003100000089034438,-0.00009999999747378752,-1,0.02800000086426735,-0.00019999999494757503,-0.9995999932289124,0.002899999963119626,-0.00009999999747378752,-1,0.02800000086426735,-0.00019999999494757503,-0.9995999932289124,0.026399999856948853,-0.00019999999494757503,-0.9997000098228455,0,0,-1,0.003700000001117587,-0.00019999999494757503,-1,0.0034000000450760126,-0.00009999999747378752,-1,0,0,-1,0.0034000000450760126,-0.00009999999747378752,-1,0,0,-1,0.0034000000450760126,-0.00009999999747378752,-1,0.003700000001117587,-0.00019999999494757503,-1,0.03280000016093254,-0.0005000000237487257,-0.9994999766349792,0.0034000000450760126,-0.00009999999747378752,-1,0.03280000016093254,-0.0005000000237487257,-0.9994999766349792,0.029999999329447746,-0.0003000000142492354,-0.9994999766349792,0,0,-1,0.0034000000450760126,-0.00009999999747378752,-1,0.003100000089034438,-0.00009999999747378752,-1,0,0,-1,0.003100000089034438,-0.00009999999747378752,-1,0,0,-1,0.003100000089034438,-0.00009999999747378752,-1,0.0034000000450760126,-0.00009999999747378752,-1,0.029999999329447746,-0.0003000000142492354,-0.9994999766349792,0.003100000089034438,-0.00009999999747378752,-1,0.029999999329447746,-0.0003000000142492354,-0.9994999766349792,0.02800000086426735,-0.00019999999494757503,-0.9995999932289124,0.7703999876976013,-0.0013000000035390258,-0.6376000046730042,0.3391999900341034,-0.000699999975040555,-0.9406999945640564,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.7703999876976013,-0.0013000000035390258,-0.6376000046730042,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.770799994468689,-0.0019000000320374966,-0.6370999813079834,0.7702000141143799,-0.0010000000474974513,-0.6377999782562256,0.33739998936653137,-0.0005000000237487257,-0.9413999915122986,0.3391999900341034,-0.000699999975040555,-0.9406999945640564,0.7702000141143799,-0.0010000000474974513,-0.6377999782562256,0.3391999900341034,-0.000699999975040555,-0.9406999945640564,0.7703999876976013,-0.0013000000035390258,-0.6376000046730042,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.3391999900341034,-0.000699999975040555,-0.9406999945640564,0.029999999329447746,-0.0003000000142492354,-0.9994999766349792,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.029999999329447746,-0.0003000000142492354,-0.9994999766349792,0.03280000016093254,-0.0005000000237487257,-0.9994999766349792,0.3391999900341034,-0.000699999975040555,-0.9406999945640564,0.33739998936653137,-0.0005000000237487257,-0.9413999915122986,0.02800000086426735,-0.00019999999494757503,-0.9995999932289124,0.3391999900341034,-0.000699999975040555,-0.9406999945640564,0.02800000086426735,-0.00019999999494757503,-0.9995999932289124,0.029999999329447746,-0.0003000000142492354,-0.9994999766349792,0.7700999975204468,-0.000699999975040555,-0.6378999948501587,0.335099995136261,-0.00039999998989515007,-0.9422000050544739,0.335999995470047,-0.00039999998989515007,-0.9417999982833862,0.7700999975204468,-0.000699999975040555,-0.6378999948501587,0.335999995470047,-0.00039999998989515007,-0.9417999982833862,0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,0.335999995470047,-0.00039999998989515007,-0.9417999982833862,0.335099995136261,-0.00039999998989515007,-0.9422000050544739,0.025200000032782555,-0.00009999999747378752,-0.9997000098228455,0.335999995470047,-0.00039999998989515007,-0.9417999982833862,0.025200000032782555,-0.00009999999747378752,-0.9997000098228455,0.026399999856948853,-0.00019999999494757503,-0.9997000098228455,0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,0.335999995470047,-0.00039999998989515007,-0.9417999982833862,0.33739998936653137,-0.0005000000237487257,-0.9413999915122986,0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,0.33739998936653137,-0.0005000000237487257,-0.9413999915122986,0.7702000141143799,-0.0010000000474974513,-0.6377999782562256,0.33739998936653137,-0.0005000000237487257,-0.9413999915122986,0.335999995470047,-0.00039999998989515007,-0.9417999982833862,0.026399999856948853,-0.00019999999494757503,-0.9997000098228455,0.33739998936653137,-0.0005000000237487257,-0.9413999915122986,0.026399999856948853,-0.00019999999494757503,-0.9997000098228455,0.02800000086426735,-0.00019999999494757503,-0.9995999932289124,0,0,-1,0.004000000189989805,-0.0006000000284984708,-1,0.003700000001117587,-0.00019999999494757503,-1,0,0,-1,0.003700000001117587,-0.00019999999494757503,-1,0,0,-1,0,0,-1,0.004100000020116568,-0.001500000013038516,-1,0.004000000189989805,-0.0006000000284984708,-1,0,0,-1,0.004000000189989805,-0.0006000000284984708,-1,0,0,-1,0.003700000001117587,-0.00019999999494757503,-1,0.004000000189989805,-0.0006000000284984708,-1,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.003700000001117587,-0.00019999999494757503,-1,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.03280000016093254,-0.0005000000237487257,-0.9994999766349792,0.004100000020116568,-0.001500000013038516,-1,0.03610000014305115,-0.009600000455975533,-0.9993000030517578,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.004100000020116568,-0.001500000013038516,-1,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.004000000189989805,-0.0006000000284984708,-1,0,0,-1,0.00279999990016222,-0.006399999838322401,-1,0.0035000001080334187,-0.0034000000450760126,-1,0,0,-1,0.0035000001080334187,-0.0034000000450760126,-1,0,0,-1,0.00279999990016222,-0.006399999838322401,-1,0.020800000056624413,-0.05209999904036522,-0.9983999729156494,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.00279999990016222,-0.006399999838322401,-1,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.0035000001080334187,-0.0034000000450760126,-1,0,0,-1,0.0035000001080334187,-0.0034000000450760126,-1,0.004100000020116568,-0.001500000013038516,-1,0,0,-1,0.004100000020116568,-0.001500000013038516,-1,0,0,-1,0.0035000001080334187,-0.0034000000450760126,-1,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.03610000014305115,-0.009600000455975533,-0.9993000030517578,0.0035000001080334187,-0.0034000000450760126,-1,0.03610000014305115,-0.009600000455975533,-0.9993000030517578,0.004100000020116568,-0.001500000013038516,-1,0.19900000095367432,-0.1843000054359436,-0.9624999761581421,0.11320000141859055,-0.31139999628067017,-0.9434999823570251,0.23690000176429749,-0.7093999981880188,-0.6638000011444092,0.19900000095367432,-0.1843000054359436,-0.9624999761581421,0.23690000176429749,-0.7093999981880188,-0.6638000011444092,0.5152999758720398,-0.47839999198913574,-0.7110999822616577,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.19900000095367432,-0.1843000054359436,-0.9624999761581421,0.5152999758720398,-0.47839999198913574,-0.7110999822616577,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.5152999758720398,-0.47839999198913574,-0.7110999822616577,0.7268999814987183,-0.15809999406337738,-0.6682999730110168,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.020800000056624413,-0.05209999904036522,-0.9983999729156494,0.11320000141859055,-0.31139999628067017,-0.9434999823570251,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.11320000141859055,-0.31139999628067017,-0.9434999823570251,0.19900000095367432,-0.1843000054359436,-0.9624999761581421,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.19900000095367432,-0.1843000054359436,-0.9624999761581421,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.02930000051856041,-0.02669999934732914,-0.9991999864578247,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.03610000014305115,-0.009600000455975533,-0.9993000030517578,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.3375999927520752,-0.013100000098347664,-0.9412000179290771,0.766700029373169,-0.025699999183416367,-0.6414999961853027,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.766700029373169,-0.025699999183416367,-0.6414999961853027,0.770799994468689,-0.0019000000320374966,-0.6370999813079834,0.3375999927520752,-0.013100000098347664,-0.9412000179290771,0.3416999876499176,-0.0010999999940395355,-0.9398000240325928,0.03280000016093254,-0.0005000000237487257,-0.9994999766349792,0.3375999927520752,-0.013100000098347664,-0.9412000179290771,0.03280000016093254,-0.0005000000237487257,-0.9994999766349792,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.3375999927520752,-0.013100000098347664,-0.9412000179290771,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.7268999814987183,-0.15809999406337738,-0.6682999730110168,0.3375999927520752,-0.013100000098347664,-0.9412000179290771,0.7268999814987183,-0.15809999406337738,-0.6682999730110168,0.766700029373169,-0.025699999183416367,-0.6414999961853027,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.3375999927520752,-0.013100000098347664,-0.9412000179290771,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.3012000024318695,-0.07209999859333038,-0.9508000016212463,0.0357000008225441,-0.002099999925121665,-0.9994000196456909,0.03610000014305115,-0.009600000455975533,-0.9993000030517578,0,0,-1,0.0017000000225380063,-0.00800000037997961,-1,0.00279999990016222,-0.006399999838322401,-1,0,0,-1,0.00279999990016222,-0.006399999838322401,-1,0,0,-1,0,0,-1,0.0007999999797903001,-0.008500000461935997,-1,0.0017000000225380063,-0.00800000037997961,-1,0,0,-1,0.0017000000225380063,-0.00800000037997961,-1,0,0,-1,0.0017000000225380063,-0.00800000037997961,-1,0.011099999770522118,-0.06400000303983688,-0.9979000091552734,0.020800000056624413,-0.05209999904036522,-0.9983999729156494,0.0017000000225380063,-0.00800000037997961,-1,0.020800000056624413,-0.05209999904036522,-0.9983999729156494,0.00279999990016222,-0.006399999838322401,-1,0.0007999999797903001,-0.008500000461935997,-1,0.004999999888241291,-0.06669999659061432,-0.9977999925613403,0.011099999770522118,-0.06400000303983688,-0.9979000091552734,0.0007999999797903001,-0.008500000461935997,-1,0.011099999770522118,-0.06400000303983688,-0.9979000091552734,0.0017000000225380063,-0.00800000037997961,-1,0,0,-1,0,-0.00860000029206276,-1,0.0003000000142492354,-0.00860000029206276,-1,0,0,-1,0.0003000000142492354,-0.00860000029206276,-1,0,0,-1,0,-0.00860000029206276,-1,0.00009999999747378752,-0.066600002348423,-0.9977999925613403,0.0017000000225380063,-0.066600002348423,-0.9977999925613403,0,-0.00860000029206276,-1,0.0017000000225380063,-0.066600002348423,-0.9977999925613403,0.0003000000142492354,-0.00860000029206276,-1,0,0,-1,0.0003000000142492354,-0.00860000029206276,-1,0.0007999999797903001,-0.008500000461935997,-1,0,0,-1,0.0007999999797903001,-0.008500000461935997,-1,0,0,-1,0.0003000000142492354,-0.00860000029206276,-1,0.0017000000225380063,-0.066600002348423,-0.9977999925613403,0.004999999888241291,-0.06669999659061432,-0.9977999925613403,0.0003000000142492354,-0.00860000029206276,-1,0.004999999888241291,-0.06669999659061432,-0.9977999925613403,0.0007999999797903001,-0.008500000461935997,-1,0.0071000000461936,-0.3675999939441681,-0.9300000071525574,-0.00009999999747378752,-0.3691999912261963,-0.9294000267982483,-0.0003000000142492354,-0.771399974822998,-0.6363000273704529,0.0071000000461936,-0.3675999939441681,-0.9300000071525574,-0.0003000000142492354,-0.771399974822998,-0.6363000273704529,0.01360000018030405,-0.7699999809265137,-0.6378999948501587,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.0071000000461936,-0.3675999939441681,-0.9300000071525574,0.01360000018030405,-0.7699999809265137,-0.6378999948501587,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.01360000018030405,-0.7699999809265137,-0.6378999948501587,0.04349999874830246,-0.767300009727478,-0.6398000121116638,0.0071000000461936,-0.3675999939441681,-0.9300000071525574,0.0017000000225380063,-0.066600002348423,-0.9977999925613403,0.00009999999747378752,-0.066600002348423,-0.9977999925613403,0.0071000000461936,-0.3675999939441681,-0.9300000071525574,0.00009999999747378752,-0.066600002348423,-0.9977999925613403,-0.00009999999747378752,-0.3691999912261963,-0.9294000267982483,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.004999999888241291,-0.06669999659061432,-0.9977999925613403,0.0017000000225380063,-0.066600002348423,-0.9977999925613403,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.0017000000225380063,-0.066600002348423,-0.9977999925613403,0.0071000000461936,-0.3675999939441681,-0.9300000071525574,0.11320000141859055,-0.31139999628067017,-0.9434999823570251,0.05310000106692314,-0.3544999957084656,-0.9334999918937683,0.10350000113248825,-0.7577000260353088,-0.6442999839782715,0.11320000141859055,-0.31139999628067017,-0.9434999823570251,0.10350000113248825,-0.7577000260353088,-0.6442999839782715,0.23690000176429749,-0.7093999981880188,-0.6638000011444092,0.020800000056624413,-0.05209999904036522,-0.9983999729156494,0.011099999770522118,-0.06400000303983688,-0.9979000091552734,0.05310000106692314,-0.3544999957084656,-0.9334999918937683,0.020800000056624413,-0.05209999904036522,-0.9983999729156494,0.05310000106692314,-0.3544999957084656,-0.9334999918937683,0.11320000141859055,-0.31139999628067017,-0.9434999823570251,0.05310000106692314,-0.3544999957084656,-0.9334999918937683,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.04349999874830246,-0.767300009727478,-0.6398000121116638,0.05310000106692314,-0.3544999957084656,-0.9334999918937683,0.04349999874830246,-0.767300009727478,-0.6398000121116638,0.10350000113248825,-0.7577000260353088,-0.6442999839782715,0.011099999770522118,-0.06400000303983688,-0.9979000091552734,0.004999999888241291,-0.06669999659061432,-0.9977999925613403,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.011099999770522118,-0.06400000303983688,-0.9979000091552734,0.022700000554323196,-0.36480000615119934,-0.9308000206947327,0.05310000106692314,-0.3544999957084656,-0.9334999918937683,0,0,-1,0,0,-1,-0.0003000000142492354,-0.00860000029206276,-1,0,0,-1,-0.0003000000142492354,-0.00860000029206276,-1,0,-0.00860000029206276,-1,0,0,-1,0,0,-1,-0.0008999999845400453,-0.00860000029206276,-1,0,0,-1,-0.0008999999845400453,-0.00860000029206276,-1,-0.0003000000142492354,-0.00860000029206276,-1,0,-0.00860000029206276,-1,-0.0003000000142492354,-0.00860000029206276,-1,-0.0017000000225380063,-0.06679999828338623,-0.9977999925613403,0,-0.00860000029206276,-1,-0.0017000000225380063,-0.06679999828338623,-0.9977999925613403,0.00009999999747378752,-0.066600002348423,-0.9977999925613403,-0.0003000000142492354,-0.00860000029206276,-1,-0.0008999999845400453,-0.00860000029206276,-1,-0.005400000140070915,-0.06679999828338623,-0.9977999925613403,-0.0003000000142492354,-0.00860000029206276,-1,-0.005400000140070915,-0.06679999828338623,-0.9977999925613403,-0.0017000000225380063,-0.06679999828338623,-0.9977999925613403,0,0,-1,0,0,-1,-0.002899999963119626,-0.006000000052154064,-1,0,0,-1,-0.002899999963119626,-0.006000000052154064,-1,-0.0017999999690800905,-0.00800000037997961,-1,-0.0017999999690800905,-0.00800000037997961,-1,-0.002899999963119626,-0.006000000052154064,-1,-0.02250000089406967,-0.04899999871850014,-0.9984999895095825,-0.0017999999690800905,-0.00800000037997961,-1,-0.02250000089406967,-0.04899999871850014,-0.9984999895095825,-0.012199999764561653,-0.06319999694824219,-0.9979000091552734,0,0,-1,0,0,-1,-0.0017999999690800905,-0.00800000037997961,-1,0,0,-1,-0.0017999999690800905,-0.00800000037997961,-1,-0.0008999999845400453,-0.00860000029206276,-1,-0.0008999999845400453,-0.00860000029206276,-1,-0.0017999999690800905,-0.00800000037997961,-1,-0.012199999764561653,-0.06319999694824219,-0.9979000091552734,-0.0008999999845400453,-0.00860000029206276,-1,-0.012199999764561653,-0.06319999694824219,-0.9979000091552734,-0.005400000140070915,-0.06679999828338623,-0.9977999925613403,-0.06019999831914902,-0.3490999937057495,-0.9351000189781189,-0.12520000338554382,-0.29840001463890076,-0.9462000131607056,-0.26910001039505005,-0.6886000037193298,-0.6733999848365784,-0.06019999831914902,-0.3490999937057495,-0.9351000189781189,-0.26910001039505005,-0.6886000037193298,-0.6733999848365784,-0.11949999630451202,-0.7515000104904175,-0.6488000154495239,-0.025699999183416367,-0.36309999227523804,-0.9314000010490417,-0.06019999831914902,-0.3490999937057495,-0.9351000189781189,-0.11949999630451202,-0.7515000104904175,-0.6488000154495239,-0.025699999183416367,-0.36309999227523804,-0.9314000010490417,-0.11949999630451202,-0.7515000104904175,-0.6488000154495239,-0.049800001084804535,-0.7657999992370605,-0.6412000060081482,-0.012199999764561653,-0.06319999694824219,-0.9979000091552734,-0.02250000089406967,-0.04899999871850014,-0.9984999895095825,-0.12520000338554382,-0.29840001463890076,-0.9462000131607056,-0.012199999764561653,-0.06319999694824219,-0.9979000091552734,-0.12520000338554382,-0.29840001463890076,-0.9462000131607056,-0.06019999831914902,-0.3490999937057495,-0.9351000189781189,-0.005400000140070915,-0.06679999828338623,-0.9977999925613403,-0.012199999764561653,-0.06319999694824219,-0.9979000091552734,-0.06019999831914902,-0.3490999937057495,-0.9351000189781189,-0.005400000140070915,-0.06679999828338623,-0.9977999925613403,-0.06019999831914902,-0.3490999937057495,-0.9351000189781189,-0.025699999183416367,-0.36309999227523804,-0.9314000010490417,-0.00009999999747378752,-0.3691999912261963,-0.9294000267982483,-0.007899999618530273,-0.36719998717308044,-0.9301000237464905,-0.015300000086426735,-0.7698000073432922,-0.6381999850273132,-0.00009999999747378752,-0.3691999912261963,-0.9294000267982483,-0.015300000086426735,-0.7698000073432922,-0.6381999850273132,-0.0003000000142492354,-0.771399974822998,-0.6363000273704529,-0.007899999618530273,-0.36719998717308044,-0.9301000237464905,-0.00009999999747378752,-0.3691999912261963,-0.9294000267982483,0.00009999999747378752,-0.066600002348423,-0.9977999925613403,-0.007899999618530273,-0.36719998717308044,-0.9301000237464905,0.00009999999747378752,-0.066600002348423,-0.9977999925613403,-0.0017000000225380063,-0.06679999828338623,-0.9977999925613403,-0.007899999618530273,-0.36719998717308044,-0.9301000237464905,-0.025699999183416367,-0.36309999227523804,-0.9314000010490417,-0.049800001084804535,-0.7657999992370605,-0.6412000060081482,-0.007899999618530273,-0.36719998717308044,-0.9301000237464905,-0.049800001084804535,-0.7657999992370605,-0.6412000060081482,-0.015300000086426735,-0.7698000073432922,-0.6381999850273132,-0.025699999183416367,-0.36309999227523804,-0.9314000010490417,-0.007899999618530273,-0.36719998717308044,-0.9301000237464905,-0.0017000000225380063,-0.06679999828338623,-0.9977999925613403,-0.025699999183416367,-0.36309999227523804,-0.9314000010490417,-0.0017000000225380063,-0.06679999828338623,-0.9977999925613403,-0.005400000140070915,-0.06679999828338623,-0.9977999925613403,0,0,-1,0,0,-1,-0.0035000001080334187,-0.003000000026077032,-1,0,0,-1,-0.0035000001080334187,-0.003000000026077032,-1,-0.002899999963119626,-0.006000000052154064,-1,0,0,-1,0,0,-1,-0.003800000064074993,-0.00139999995008111,-1,0,0,-1,-0.003800000064074993,-0.00139999995008111,-1,-0.0035000001080334187,-0.003000000026077032,-1,-0.002899999963119626,-0.006000000052154064,-1,-0.0035000001080334187,-0.003000000026077032,-1,-0.029999999329447746,-0.02419999986886978,-0.9993000030517578,-0.002899999963119626,-0.006000000052154064,-1,-0.029999999329447746,-0.02419999986886978,-0.9993000030517578,-0.02250000089406967,-0.04899999871850014,-0.9984999895095825,-0.0035000001080334187,-0.003000000026077032,-1,-0.003800000064074993,-0.00139999995008111,-1,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.0035000001080334187,-0.003000000026077032,-1,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.029999999329447746,-0.02419999986886978,-0.9993000030517578,0,0,-1,0,0,-1,-0.003599999938160181,-0.00019999999494757503,-1,0,0,-1,-0.003599999938160181,-0.00019999999494757503,-1,-0.003800000064074993,-0.0005000000237487257,-1,-0.003599999938160181,-0.00019999999494757503,-1,-0.03229999914765358,-0.0006000000284984708,-0.9994999766349792,-0.03500000014901161,-0.002199999988079071,-0.9994000196456909,-0.003599999938160181,-0.00019999999494757503,-1,-0.03500000014901161,-0.002199999988079071,-0.9994000196456909,-0.003800000064074993,-0.0005000000237487257,-1,0,0,-1,0,0,-1,-0.003800000064074993,-0.0005000000237487257,-1,0,0,-1,-0.003800000064074993,-0.0005000000237487257,-1,-0.003800000064074993,-0.00139999995008111,-1,-0.003800000064074993,-0.0005000000237487257,-1,-0.03500000014901161,-0.002199999988079071,-0.9994000196456909,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.003800000064074993,-0.0005000000237487257,-1,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.003800000064074993,-0.00139999995008111,-1,-0.33809998631477356,-0.012799999676644802,-0.9409999847412109,-0.3418000042438507,-0.0012000000569969416,-0.9398000240325928,-0.7706999778747559,-0.0019000000320374966,-0.6371999979019165,-0.33809998631477356,-0.012799999676644802,-0.9409999847412109,-0.7706999778747559,-0.0019000000320374966,-0.6371999979019165,-0.7667999863624573,-0.024700000882148743,-0.6414999961853027,-0.3059000074863434,-0.06780000030994415,-0.9495999813079834,-0.33809998631477356,-0.012799999676644802,-0.9409999847412109,-0.7667999863624573,-0.024700000882148743,-0.6414999961853027,-0.3059000074863434,-0.06780000030994415,-0.9495999813079834,-0.7667999863624573,-0.024700000882148743,-0.6414999961853027,-0.7312999963760376,-0.1467999964952469,-0.666100025177002,-0.33809998631477356,-0.012799999676644802,-0.9409999847412109,-0.03500000014901161,-0.002199999988079071,-0.9994000196456909,-0.03229999914765358,-0.0006000000284984708,-0.9994999766349792,-0.33809998631477356,-0.012799999676644802,-0.9409999847412109,-0.03229999914765358,-0.0006000000284984708,-0.9994999766349792,-0.3418000042438507,-0.0012000000569969416,-0.9398000240325928,-0.3059000074863434,-0.06780000030994415,-0.9495999813079834,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.03500000014901161,-0.002199999988079071,-0.9994000196456909,-0.3059000074863434,-0.06780000030994415,-0.9495999813079834,-0.03500000014901161,-0.002199999988079071,-0.9994000196456909,-0.33809998631477356,-0.012799999676644802,-0.9409999847412109,-0.12520000338554382,-0.29840001463890076,-0.9462000131607056,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.5425000190734863,-0.44699999690055847,-0.7113000154495239,-0.12520000338554382,-0.29840001463890076,-0.9462000131607056,-0.5425000190734863,-0.44699999690055847,-0.7113000154495239,-0.26910001039505005,-0.6886000037193298,-0.6733999848365784,-0.02250000089406967,-0.04899999871850014,-0.9984999895095825,-0.029999999329447746,-0.02419999986886978,-0.9993000030517578,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.02250000089406967,-0.04899999871850014,-0.9984999895095825,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.12520000338554382,-0.29840001463890076,-0.9462000131607056,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.3059000074863434,-0.06780000030994415,-0.9495999813079834,-0.7312999963760376,-0.1467999964952469,-0.666100025177002,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.7312999963760376,-0.1467999964952469,-0.666100025177002,-0.5425000190734863,-0.44699999690055847,-0.7113000154495239,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.3059000074863434,-0.06780000030994415,-0.9495999813079834,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.03550000116229057,-0.008999999612569809,-0.9993000030517578,-0.210999995470047,-0.17470000684261322,-0.9617000222206116,-0.029999999329447746,-0.02419999986886978,-0.9993000030517578,0,0,-1,0,0,-1,-0.0032999999821186066,-0.00009999999747378752,-1,0,0,-1,-0.0032999999821186066,-0.00009999999747378752,-1,-0.003599999938160181,-0.00019999999494757503,-1,0,0,-1,0,0,-1,-0.003000000026077032,-0.00009999999747378752,-1,0,0,-1,-0.003000000026077032,-0.00009999999747378752,-1,-0.0032999999821186066,-0.00009999999747378752,-1,-0.0032999999821186066,-0.00009999999747378752,-1,-0.02969999983906746,-0.00039999998989515007,-0.9995999932289124,-0.03229999914765358,-0.0006000000284984708,-0.9994999766349792,-0.0032999999821186066,-0.00009999999747378752,-1,-0.03229999914765358,-0.0006000000284984708,-0.9994999766349792,-0.003599999938160181,-0.00019999999494757503,-1,-0.003000000026077032,-0.00009999999747378752,-1,-0.027699999511241913,-0.00019999999494757503,-0.9995999932289124,-0.02969999983906746,-0.00039999998989515007,-0.9995999932289124,-0.003000000026077032,-0.00009999999747378752,-1,-0.02969999983906746,-0.00039999998989515007,-0.9995999932289124,-0.0032999999821186066,-0.00009999999747378752,-1,0,0,-1,-0.0027000000700354576,-0.00009999999747378752,-1,-0.002899999963119626,-0.00009999999747378752,-1,0,0,-1,-0.002899999963119626,-0.00009999999747378752,-1,0,0,-1,-0.0027000000700354576,-0.00009999999747378752,-1,-0.025100000202655792,-0.00009999999747378752,-0.9997000098228455,-0.026200000196695328,-0.00019999999494757503,-0.9997000098228455,-0.0027000000700354576,-0.00009999999747378752,-1,-0.026200000196695328,-0.00019999999494757503,-0.9997000098228455,-0.002899999963119626,-0.00009999999747378752,-1,0,0,-1,-0.002899999963119626,-0.00009999999747378752,-1,-0.003000000026077032,-0.00009999999747378752,-1,0,0,-1,-0.003000000026077032,-0.00009999999747378752,-1,0,0,-1,-0.002899999963119626,-0.00009999999747378752,-1,-0.026200000196695328,-0.00019999999494757503,-0.9997000098228455,-0.027699999511241913,-0.00019999999494757503,-0.9995999932289124,-0.002899999963119626,-0.00009999999747378752,-1,-0.027699999511241913,-0.00019999999494757503,-0.9995999932289124,-0.003000000026077032,-0.00009999999747378752,-1,-0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,-0.3361000120639801,-0.00039999998989515007,-0.9417999982833862,-0.335099995136261,-0.00039999998989515007,-0.9422000050544739,-0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,-0.335099995136261,-0.00039999998989515007,-0.9422000050544739,-0.7700999975204468,-0.000699999975040555,-0.6378999948501587,-0.7702000141143799,-0.0010000000474974513,-0.6378999948501587,-0.33739998936653137,-0.0006000000284984708,-0.9413999915122986,-0.3361000120639801,-0.00039999998989515007,-0.9417999982833862,-0.7702000141143799,-0.0010000000474974513,-0.6378999948501587,-0.3361000120639801,-0.00039999998989515007,-0.9417999982833862,-0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,-0.3361000120639801,-0.00039999998989515007,-0.9417999982833862,-0.026200000196695328,-0.00019999999494757503,-0.9997000098228455,-0.025100000202655792,-0.00009999999747378752,-0.9997000098228455,-0.3361000120639801,-0.00039999998989515007,-0.9417999982833862,-0.025100000202655792,-0.00009999999747378752,-0.9997000098228455,-0.335099995136261,-0.00039999998989515007,-0.9422000050544739,-0.33739998936653137,-0.0006000000284984708,-0.9413999915122986,-0.027699999511241913,-0.00019999999494757503,-0.9995999932289124,-0.026200000196695328,-0.00019999999494757503,-0.9997000098228455,-0.33739998936653137,-0.0006000000284984708,-0.9413999915122986,-0.026200000196695328,-0.00019999999494757503,-0.9997000098228455,-0.3361000120639801,-0.00039999998989515007,-0.9417999982833862,-0.7706999778747559,-0.0019000000320374966,-0.6371999979019165,-0.3418000042438507,-0.0012000000569969416,-0.9398000240325928,-0.3393000066280365,-0.000699999975040555,-0.9406999945640564,-0.7706999778747559,-0.0019000000320374966,-0.6371999979019165,-0.3393000066280365,-0.000699999975040555,-0.9406999945640564,-0.7702999711036682,-0.0013000000035390258,-0.6376000046730042,-0.3418000042438507,-0.0012000000569969416,-0.9398000240325928,-0.03229999914765358,-0.0006000000284984708,-0.9994999766349792,-0.02969999983906746,-0.00039999998989515007,-0.9995999932289124,-0.3418000042438507,-0.0012000000569969416,-0.9398000240325928,-0.02969999983906746,-0.00039999998989515007,-0.9995999932289124,-0.3393000066280365,-0.000699999975040555,-0.9406999945640564,-0.7702999711036682,-0.0013000000035390258,-0.6376000046730042,-0.3393000066280365,-0.000699999975040555,-0.9406999945640564,-0.33739998936653137,-0.0006000000284984708,-0.9413999915122986,-0.7702999711036682,-0.0013000000035390258,-0.6376000046730042,-0.33739998936653137,-0.0006000000284984708,-0.9413999915122986,-0.7702000141143799,-0.0010000000474974513,-0.6378999948501587,-0.3393000066280365,-0.000699999975040555,-0.9406999945640564,-0.02969999983906746,-0.00039999998989515007,-0.9995999932289124,-0.027699999511241913,-0.00019999999494757503,-0.9995999932289124,-0.3393000066280365,-0.000699999975040555,-0.9406999945640564,-0.027699999511241913,-0.00019999999494757503,-0.9995999932289124,-0.33739998936653137,-0.0006000000284984708,-0.9413999915122986,0,0,-1,-0.0026000000070780516,0,-1,-0.0027000000700354576,-0.00009999999747378752,-1,0,0,-1,-0.0027000000700354576,-0.00009999999747378752,-1,0,0,-1,0,0,-1,-0.0026000000070780516,0,-1,-0.0026000000070780516,0,-1,0,0,-1,-0.0026000000070780516,0,-1,0,0,-1,-0.0026000000070780516,0,-1,-0.02419999986886978,-0.00009999999747378752,-0.9997000098228455,-0.025100000202655792,-0.00009999999747378752,-0.9997000098228455,-0.0026000000070780516,0,-1,-0.025100000202655792,-0.00009999999747378752,-0.9997000098228455,-0.0027000000700354576,-0.00009999999747378752,-1,-0.0026000000070780516,0,-1,-0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,-0.02419999986886978,-0.00009999999747378752,-0.9997000098228455,-0.0026000000070780516,0,-1,-0.02419999986886978,-0.00009999999747378752,-0.9997000098228455,-0.0026000000070780516,0,-1,0,0,-1,-0.0024999999441206455,0,-1,-0.0024999999441206455,0,-1,0,0,-1,-0.0024999999441206455,0,-1,0,0,-1,-0.0024999999441206455,0,-1,-0.02329999953508377,0,-0.9997000098228455,-0.023399999365210533,0,-0.9997000098228455,-0.0024999999441206455,0,-1,-0.023399999365210533,0,-0.9997000098228455,-0.0024999999441206455,0,-1,0,0,-1,-0.0024999999441206455,0,-1,-0.0026000000070780516,0,-1,0,0,-1,-0.0026000000070780516,0,-1,0,0,-1,-0.0024999999441206455,0,-1,-0.023399999365210533,0,-0.9997000098228455,-0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,-0.0024999999441206455,0,-1,-0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,-0.0026000000070780516,0,-1,-0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,-0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,-0.3334999978542328,0,-0.9427000284194946,-0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,-0.3334999978542328,0,-0.9427000284194946,-0.7700999975204468,0,-0.6378999948501587,-0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,-0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,-0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,-0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,-0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,-0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,-0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,-0.023399999365210533,0,-0.9997000098228455,-0.02329999953508377,0,-0.9997000098228455,-0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,-0.02329999953508377,0,-0.9997000098228455,-0.3334999978542328,0,-0.9427000284194946,-0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,-0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,-0.023399999365210533,0,-0.9997000098228455,-0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,-0.023399999365210533,0,-0.9997000098228455,-0.3336000144481659,-0.00009999999747378752,-0.9427000284194946,-0.7700999975204468,-0.000699999975040555,-0.6378999948501587,-0.335099995136261,-0.00039999998989515007,-0.9422000050544739,-0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,-0.7700999975204468,-0.000699999975040555,-0.6378999948501587,-0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,-0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,-0.335099995136261,-0.00039999998989515007,-0.9422000050544739,-0.025100000202655792,-0.00009999999747378752,-0.9997000098228455,-0.02419999986886978,-0.00009999999747378752,-0.9997000098228455,-0.335099995136261,-0.00039999998989515007,-0.9422000050544739,-0.02419999986886978,-0.00009999999747378752,-0.9997000098228455,-0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,-0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,-0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,-0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,-0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,-0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,-0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,-0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,-0.02419999986886978,-0.00009999999747378752,-0.9997000098228455,-0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,-0.3343999981880188,-0.0003000000142492354,-0.9423999786376953,-0.02370000071823597,-0.00009999999747378752,-0.9997000098228455,-0.33390000462532043,-0.00019999999494757503,-0.9426000118255615,0,0,-1,0,0,-1,-0.0024999999441206455,0,-1,0,0,-1,-0.0024999999441206455,0,-1,-0.0024999999441206455,0,-1,0,0,-1,0,0,-1,-0.0026000000070780516,0,-1,0,0,-1,-0.0026000000070780516,0,-1,-0.0024999999441206455,0,-1,-0.0024999999441206455,0,-1,-0.0024999999441206455,0,-1,-0.023399999365210533,0,-0.9997000098228455,-0.0024999999441206455,0,-1,-0.023399999365210533,0,-0.9997000098228455,-0.02329999953508377,0,-0.9997000098228455,-0.0024999999441206455,0,-1,-0.0026000000070780516,0,-1,-0.02370000071823597,0.00009999999747378752,-0.9997000098228455,-0.0024999999441206455,0,-1,-0.02370000071823597,0.00009999999747378752,-0.9997000098228455,-0.023399999365210533,0,-0.9997000098228455,0,0,-1,0,0,-1,-0.00279999990016222,0.00009999999747378752,-1,0,0,-1,-0.00279999990016222,0.00009999999747378752,-1,-0.0027000000700354576,0,-1,-0.0027000000700354576,0,-1,-0.00279999990016222,0.00009999999747378752,-1,-0.025200000032782555,0.00009999999747378752,-0.9997000098228455,-0.0027000000700354576,0,-1,-0.025200000032782555,0.00009999999747378752,-0.9997000098228455,-0.024299999698996544,0.00009999999747378752,-0.9997000098228455,0,0,-1,0,0,-1,-0.0027000000700354576,0,-1,0,0,-1,-0.0027000000700354576,0,-1,-0.0026000000070780516,0,-1,-0.0026000000070780516,0,-1,-0.0027000000700354576,0,-1,-0.024299999698996544,0.00009999999747378752,-0.9997000098228455,-0.0026000000070780516,0,-1,-0.024299999698996544,0.00009999999747378752,-0.9997000098228455,-0.02370000071823597,0.00009999999747378752,-0.9997000098228455,-0.7700999975204468,0.0006000000284984708,-0.6378999948501587,-0.3343999981880188,0.0003000000142492354,-0.9423999786376953,-0.335099995136261,0.00039999998989515007,-0.9422000050544739,-0.7700999975204468,0.0006000000284984708,-0.6378999948501587,-0.335099995136261,0.00039999998989515007,-0.9422000050544739,-0.7700999975204468,0.000699999975040555,-0.6378999948501587,-0.7700999975204468,0.00039999998989515007,-0.6378999948501587,-0.33390000462532043,0.00019999999494757503,-0.9426000118255615,-0.3343999981880188,0.0003000000142492354,-0.9423999786376953,-0.7700999975204468,0.00039999998989515007,-0.6378999948501587,-0.3343999981880188,0.0003000000142492354,-0.9423999786376953,-0.7700999975204468,0.0006000000284984708,-0.6378999948501587,-0.335099995136261,0.00039999998989515007,-0.9422000050544739,-0.3343999981880188,0.0003000000142492354,-0.9423999786376953,-0.024299999698996544,0.00009999999747378752,-0.9997000098228455,-0.335099995136261,0.00039999998989515007,-0.9422000050544739,-0.024299999698996544,0.00009999999747378752,-0.9997000098228455,-0.025200000032782555,0.00009999999747378752,-0.9997000098228455,-0.3343999981880188,0.0003000000142492354,-0.9423999786376953,-0.33390000462532043,0.00019999999494757503,-0.9426000118255615,-0.02370000071823597,0.00009999999747378752,-0.9997000098228455,-0.3343999981880188,0.0003000000142492354,-0.9423999786376953,-0.02370000071823597,0.00009999999747378752,-0.9997000098228455,-0.024299999698996544,0.00009999999747378752,-0.9997000098228455,-0.7700999975204468,0,-0.6378999948501587,-0.3334999978542328,0,-0.9427000284194946,-0.3336000144481659,0.00009999999747378752,-0.9427000284194946,-0.7700999975204468,0,-0.6378999948501587,-0.3336000144481659,0.00009999999747378752,-0.9427000284194946,-0.7700999975204468,0.00019999999494757503,-0.6378999948501587,-0.3334999978542328,0,-0.9427000284194946,-0.02329999953508377,0,-0.9997000098228455,-0.023399999365210533,0,-0.9997000098228455,-0.3334999978542328,0,-0.9427000284194946,-0.023399999365210533,0,-0.9997000098228455,-0.3336000144481659,0.00009999999747378752,-0.9427000284194946,-0.7700999975204468,0.00019999999494757503,-0.6378999948501587,-0.3336000144481659,0.00009999999747378752,-0.9427000284194946,-0.33390000462532043,0.00019999999494757503,-0.9426000118255615,-0.7700999975204468,0.00019999999494757503,-0.6378999948501587,-0.33390000462532043,0.00019999999494757503,-0.9426000118255615,-0.7700999975204468,0.00039999998989515007,-0.6378999948501587,-0.33390000462532043,0.00019999999494757503,-0.9426000118255615,-0.3336000144481659,0.00009999999747378752,-0.9427000284194946,-0.023399999365210533,0,-0.9997000098228455,-0.33390000462532043,0.00019999999494757503,-0.9426000118255615,-0.023399999365210533,0,-0.9997000098228455,-0.02370000071823597,0.00009999999747378752,-0.9997000098228455,0,0,-1,0,0,-1,-0.002899999963119626,0.00009999999747378752,-1,0,0,-1,-0.002899999963119626,0.00009999999747378752,-1,-0.00279999990016222,0.00009999999747378752,-1,0,0,-1,-0.003100000089034438,0.00009999999747378752,-1,-0.002899999963119626,0.00009999999747378752,-1,0,0,-1,-0.002899999963119626,0.00009999999747378752,-1,0,0,-1,-0.00279999990016222,0.00009999999747378752,-1,-0.002899999963119626,0.00009999999747378752,-1,-0.026399999856948853,0.00019999999494757503,-0.9997000098228455,-0.00279999990016222,0.00009999999747378752,-1,-0.026399999856948853,0.00019999999494757503,-0.9997000098228455,-0.025200000032782555,0.00009999999747378752,-0.9997000098228455,-0.002899999963119626,0.00009999999747378752,-1,-0.003100000089034438,0.00009999999747378752,-1,-0.02800000086426735,0.00019999999494757503,-0.9995999932289124,-0.002899999963119626,0.00009999999747378752,-1,-0.02800000086426735,0.00019999999494757503,-0.9995999932289124,-0.026399999856948853,0.00019999999494757503,-0.9997000098228455,0,0,-1,-0.003700000001117587,0.00019999999494757503,-1,-0.0034000000450760126,0.00009999999747378752,-1,0,0,-1,-0.0034000000450760126,0.00009999999747378752,-1,0,0,-1,-0.0034000000450760126,0.00009999999747378752,-1,-0.003700000001117587,0.00019999999494757503,-1,-0.03280000016093254,0.0005000000237487257,-0.9994999766349792,-0.0034000000450760126,0.00009999999747378752,-1,-0.03280000016093254,0.0005000000237487257,-0.9994999766349792,-0.029999999329447746,0.0003000000142492354,-0.9994999766349792,0,0,-1,-0.0034000000450760126,0.00009999999747378752,-1,-0.003100000089034438,0.00009999999747378752,-1,0,0,-1,-0.003100000089034438,0.00009999999747378752,-1,0,0,-1,-0.003100000089034438,0.00009999999747378752,-1,-0.0034000000450760126,0.00009999999747378752,-1,-0.029999999329447746,0.0003000000142492354,-0.9994999766349792,-0.003100000089034438,0.00009999999747378752,-1,-0.029999999329447746,0.0003000000142492354,-0.9994999766349792,-0.02800000086426735,0.00019999999494757503,-0.9995999932289124,-0.7703999876976013,0.0013000000035390258,-0.6376000046730042,-0.3391999900341034,0.000699999975040555,-0.9406999945640564,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.7703999876976013,0.0013000000035390258,-0.6376000046730042,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.770799994468689,0.0019000000320374966,-0.6370999813079834,-0.7702000141143799,0.0010000000474974513,-0.6377999782562256,-0.33739998936653137,0.0005000000237487257,-0.9413999915122986,-0.3391999900341034,0.000699999975040555,-0.9406999945640564,-0.7702000141143799,0.0010000000474974513,-0.6377999782562256,-0.3391999900341034,0.000699999975040555,-0.9406999945640564,-0.7703999876976013,0.0013000000035390258,-0.6376000046730042,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.3391999900341034,0.000699999975040555,-0.9406999945640564,-0.029999999329447746,0.0003000000142492354,-0.9994999766349792,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.029999999329447746,0.0003000000142492354,-0.9994999766349792,-0.03280000016093254,0.0005000000237487257,-0.9994999766349792,-0.3391999900341034,0.000699999975040555,-0.9406999945640564,-0.33739998936653137,0.0005000000237487257,-0.9413999915122986,-0.02800000086426735,0.00019999999494757503,-0.9995999932289124,-0.3391999900341034,0.000699999975040555,-0.9406999945640564,-0.02800000086426735,0.00019999999494757503,-0.9995999932289124,-0.029999999329447746,0.0003000000142492354,-0.9994999766349792,-0.7700999975204468,0.000699999975040555,-0.6378999948501587,-0.335099995136261,0.00039999998989515007,-0.9422000050544739,-0.335999995470047,0.00039999998989515007,-0.9417999982833862,-0.7700999975204468,0.000699999975040555,-0.6378999948501587,-0.335999995470047,0.00039999998989515007,-0.9417999982833862,-0.7700999975204468,0.0007999999797903001,-0.6378999948501587,-0.335999995470047,0.00039999998989515007,-0.9417999982833862,-0.335099995136261,0.00039999998989515007,-0.9422000050544739,-0.025200000032782555,0.00009999999747378752,-0.9997000098228455,-0.335999995470047,0.00039999998989515007,-0.9417999982833862,-0.025200000032782555,0.00009999999747378752,-0.9997000098228455,-0.026399999856948853,0.00019999999494757503,-0.9997000098228455,-0.7700999975204468,0.0007999999797903001,-0.6378999948501587,-0.335999995470047,0.00039999998989515007,-0.9417999982833862,-0.33739998936653137,0.0005000000237487257,-0.9413999915122986,-0.7700999975204468,0.0007999999797903001,-0.6378999948501587,-0.33739998936653137,0.0005000000237487257,-0.9413999915122986,-0.7702000141143799,0.0010000000474974513,-0.6377999782562256,-0.33739998936653137,0.0005000000237487257,-0.9413999915122986,-0.335999995470047,0.00039999998989515007,-0.9417999982833862,-0.026399999856948853,0.00019999999494757503,-0.9997000098228455,-0.33739998936653137,0.0005000000237487257,-0.9413999915122986,-0.026399999856948853,0.00019999999494757503,-0.9997000098228455,-0.02800000086426735,0.00019999999494757503,-0.9995999932289124,0,0,-1,-0.004000000189989805,0.0006000000284984708,-1,-0.003700000001117587,0.00019999999494757503,-1,0,0,-1,-0.003700000001117587,0.00019999999494757503,-1,0,0,-1,0,0,-1,-0.004100000020116568,0.001500000013038516,-1,-0.004000000189989805,0.0006000000284984708,-1,0,0,-1,-0.004000000189989805,0.0006000000284984708,-1,0,0,-1,-0.003700000001117587,0.00019999999494757503,-1,-0.004000000189989805,0.0006000000284984708,-1,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.003700000001117587,0.00019999999494757503,-1,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.03280000016093254,0.0005000000237487257,-0.9994999766349792,-0.004100000020116568,0.001500000013038516,-1,-0.03610000014305115,0.009600000455975533,-0.9993000030517578,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.004100000020116568,0.001500000013038516,-1,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.004000000189989805,0.0006000000284984708,-1,0,0,-1,-0.00279999990016222,0.006399999838322401,-1,-0.0035000001080334187,0.0034000000450760126,-1,0,0,-1,-0.0035000001080334187,0.0034000000450760126,-1,0,0,-1,-0.00279999990016222,0.006399999838322401,-1,-0.020800000056624413,0.05209999904036522,-0.9983999729156494,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.00279999990016222,0.006399999838322401,-1,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.0035000001080334187,0.0034000000450760126,-1,0,0,-1,-0.0035000001080334187,0.0034000000450760126,-1,-0.004100000020116568,0.001500000013038516,-1,0,0,-1,-0.004100000020116568,0.001500000013038516,-1,0,0,-1,-0.0035000001080334187,0.0034000000450760126,-1,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.03610000014305115,0.009600000455975533,-0.9993000030517578,-0.0035000001080334187,0.0034000000450760126,-1,-0.03610000014305115,0.009600000455975533,-0.9993000030517578,-0.004100000020116568,0.001500000013038516,-1,-0.19900000095367432,0.1843000054359436,-0.9624999761581421,-0.11320000141859055,0.31139999628067017,-0.9434999823570251,-0.23690000176429749,0.7093999981880188,-0.6638000011444092,-0.19900000095367432,0.1843000054359436,-0.9624999761581421,-0.23690000176429749,0.7093999981880188,-0.6638000011444092,-0.5152999758720398,0.47839999198913574,-0.7110999822616577,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.19900000095367432,0.1843000054359436,-0.9624999761581421,-0.5152999758720398,0.47839999198913574,-0.7110999822616577,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.5152999758720398,0.47839999198913574,-0.7110999822616577,-0.7268999814987183,0.15809999406337738,-0.6682999730110168,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.020800000056624413,0.05209999904036522,-0.9983999729156494,-0.11320000141859055,0.31139999628067017,-0.9434999823570251,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.11320000141859055,0.31139999628067017,-0.9434999823570251,-0.19900000095367432,0.1843000054359436,-0.9624999761581421,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.19900000095367432,0.1843000054359436,-0.9624999761581421,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.02930000051856041,0.02669999934732914,-0.9991999864578247,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.03610000014305115,0.009600000455975533,-0.9993000030517578,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.3375999927520752,0.013100000098347664,-0.9412000179290771,-0.766700029373169,0.025699999183416367,-0.6414999961853027,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.766700029373169,0.025699999183416367,-0.6414999961853027,-0.770799994468689,0.0019000000320374966,-0.6370999813079834,-0.3375999927520752,0.013100000098347664,-0.9412000179290771,-0.3416999876499176,0.0010999999940395355,-0.9398000240325928,-0.03280000016093254,0.0005000000237487257,-0.9994999766349792,-0.3375999927520752,0.013100000098347664,-0.9412000179290771,-0.03280000016093254,0.0005000000237487257,-0.9994999766349792,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.3375999927520752,0.013100000098347664,-0.9412000179290771,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.7268999814987183,0.15809999406337738,-0.6682999730110168,-0.3375999927520752,0.013100000098347664,-0.9412000179290771,-0.7268999814987183,0.15809999406337738,-0.6682999730110168,-0.766700029373169,0.025699999183416367,-0.6414999961853027,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.3375999927520752,0.013100000098347664,-0.9412000179290771,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.3012000024318695,0.07209999859333038,-0.9508000016212463,-0.0357000008225441,0.002099999925121665,-0.9994000196456909,-0.03610000014305115,0.009600000455975533,-0.9993000030517578,0,0,-1,-0.0017000000225380063,0.00800000037997961,-1,-0.00279999990016222,0.006399999838322401,-1,0,0,-1,-0.00279999990016222,0.006399999838322401,-1,0,0,-1,0,0,-1,-0.0007999999797903001,0.008500000461935997,-1,-0.0017000000225380063,0.00800000037997961,-1,0,0,-1,-0.0017000000225380063,0.00800000037997961,-1,0,0,-1,-0.0017000000225380063,0.00800000037997961,-1,-0.011099999770522118,0.06400000303983688,-0.9979000091552734,-0.020800000056624413,0.05209999904036522,-0.9983999729156494,-0.0017000000225380063,0.00800000037997961,-1,-0.020800000056624413,0.05209999904036522,-0.9983999729156494,-0.00279999990016222,0.006399999838322401,-1,-0.0007999999797903001,0.008500000461935997,-1,-0.004999999888241291,0.06669999659061432,-0.9977999925613403,-0.011099999770522118,0.06400000303983688,-0.9979000091552734,-0.0007999999797903001,0.008500000461935997,-1,-0.011099999770522118,0.06400000303983688,-0.9979000091552734,-0.0017000000225380063,0.00800000037997961,-1,0,0,-1,0,0.00860000029206276,-1,-0.0003000000142492354,0.00860000029206276,-1,0,0,-1,-0.0003000000142492354,0.00860000029206276,-1,0,0,-1,0,0.00860000029206276,-1,-0.00009999999747378752,0.066600002348423,-0.9977999925613403,-0.0017000000225380063,0.066600002348423,-0.9977999925613403,0,0.00860000029206276,-1,-0.0017000000225380063,0.066600002348423,-0.9977999925613403,-0.0003000000142492354,0.00860000029206276,-1,0,0,-1,-0.0003000000142492354,0.00860000029206276,-1,-0.0007999999797903001,0.008500000461935997,-1,0,0,-1,-0.0007999999797903001,0.008500000461935997,-1,0,0,-1,-0.0003000000142492354,0.00860000029206276,-1,-0.0017000000225380063,0.066600002348423,-0.9977999925613403,-0.004999999888241291,0.06669999659061432,-0.9977999925613403,-0.0003000000142492354,0.00860000029206276,-1,-0.004999999888241291,0.06669999659061432,-0.9977999925613403,-0.0007999999797903001,0.008500000461935997,-1,-0.0071000000461936,0.3675999939441681,-0.9300000071525574,0.00009999999747378752,0.3691999912261963,-0.9294000267982483,0.0003000000142492354,0.771399974822998,-0.6363000273704529,-0.0071000000461936,0.3675999939441681,-0.9300000071525574,0.0003000000142492354,0.771399974822998,-0.6363000273704529,-0.01360000018030405,0.7699999809265137,-0.6378999948501587,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.0071000000461936,0.3675999939441681,-0.9300000071525574,-0.01360000018030405,0.7699999809265137,-0.6378999948501587,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.01360000018030405,0.7699999809265137,-0.6378999948501587,-0.04349999874830246,0.767300009727478,-0.6398000121116638,-0.0071000000461936,0.3675999939441681,-0.9300000071525574,-0.0017000000225380063,0.066600002348423,-0.9977999925613403,-0.00009999999747378752,0.066600002348423,-0.9977999925613403,-0.0071000000461936,0.3675999939441681,-0.9300000071525574,-0.00009999999747378752,0.066600002348423,-0.9977999925613403,0.00009999999747378752,0.3691999912261963,-0.9294000267982483,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.004999999888241291,0.06669999659061432,-0.9977999925613403,-0.0017000000225380063,0.066600002348423,-0.9977999925613403,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.0017000000225380063,0.066600002348423,-0.9977999925613403,-0.0071000000461936,0.3675999939441681,-0.9300000071525574,-0.11320000141859055,0.31139999628067017,-0.9434999823570251,-0.05310000106692314,0.3544999957084656,-0.9334999918937683,-0.10350000113248825,0.7577000260353088,-0.6442999839782715,-0.11320000141859055,0.31139999628067017,-0.9434999823570251,-0.10350000113248825,0.7577000260353088,-0.6442999839782715,-0.23690000176429749,0.7093999981880188,-0.6638000011444092,-0.020800000056624413,0.05209999904036522,-0.9983999729156494,-0.011099999770522118,0.06400000303983688,-0.9979000091552734,-0.05310000106692314,0.3544999957084656,-0.9334999918937683,-0.020800000056624413,0.05209999904036522,-0.9983999729156494,-0.05310000106692314,0.3544999957084656,-0.9334999918937683,-0.11320000141859055,0.31139999628067017,-0.9434999823570251,-0.05310000106692314,0.3544999957084656,-0.9334999918937683,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.04349999874830246,0.767300009727478,-0.6398000121116638,-0.05310000106692314,0.3544999957084656,-0.9334999918937683,-0.04349999874830246,0.767300009727478,-0.6398000121116638,-0.10350000113248825,0.7577000260353088,-0.6442999839782715,-0.011099999770522118,0.06400000303983688,-0.9979000091552734,-0.004999999888241291,0.06669999659061432,-0.9977999925613403,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.011099999770522118,0.06400000303983688,-0.9979000091552734,-0.022700000554323196,0.36480000615119934,-0.9308000206947327,-0.05310000106692314,0.3544999957084656,-0.9334999918937683,0,0,-1,0,0,-1,0.0003000000142492354,0.00860000029206276,-1,0,0,-1,0.0003000000142492354,0.00860000029206276,-1,0,0.00860000029206276,-1,0,0,-1,0,0,-1,0.0008999999845400453,0.00860000029206276,-1,0,0,-1,0.0008999999845400453,0.00860000029206276,-1,0.0003000000142492354,0.00860000029206276,-1,0,0.00860000029206276,-1,0.0003000000142492354,0.00860000029206276,-1,0.0017000000225380063,0.06679999828338623,-0.9977999925613403,0,0.00860000029206276,-1,0.0017000000225380063,0.06679999828338623,-0.9977999925613403,-0.00009999999747378752,0.066600002348423,-0.9977999925613403,0.0003000000142492354,0.00860000029206276,-1,0.0008999999845400453,0.00860000029206276,-1,0.005400000140070915,0.06679999828338623,-0.9977999925613403,0.0003000000142492354,0.00860000029206276,-1,0.005400000140070915,0.06679999828338623,-0.9977999925613403,0.0017000000225380063,0.06679999828338623,-0.9977999925613403,0,0,-1,0,0,-1,0.002899999963119626,0.006000000052154064,-1,0,0,-1,0.002899999963119626,0.006000000052154064,-1,0.0017999999690800905,0.00800000037997961,-1,0.0017999999690800905,0.00800000037997961,-1,0.002899999963119626,0.006000000052154064,-1,0.02250000089406967,0.04899999871850014,-0.9984999895095825,0.0017999999690800905,0.00800000037997961,-1,0.02250000089406967,0.04899999871850014,-0.9984999895095825,0.012199999764561653,0.06319999694824219,-0.9979000091552734,0,0,-1,0,0,-1,0.0017999999690800905,0.00800000037997961,-1,0,0,-1,0.0017999999690800905,0.00800000037997961,-1,0.0008999999845400453,0.00860000029206276,-1,0.0008999999845400453,0.00860000029206276,-1,0.0017999999690800905,0.00800000037997961,-1,0.012199999764561653,0.06319999694824219,-0.9979000091552734,0.0008999999845400453,0.00860000029206276,-1,0.012199999764561653,0.06319999694824219,-0.9979000091552734,0.005400000140070915,0.06679999828338623,-0.9977999925613403,0.06019999831914902,0.3490999937057495,-0.9351000189781189,0.12520000338554382,0.29840001463890076,-0.9462000131607056,0.26910001039505005,0.6886000037193298,-0.6733999848365784,0.06019999831914902,0.3490999937057495,-0.9351000189781189,0.26910001039505005,0.6886000037193298,-0.6733999848365784,0.11949999630451202,0.7515000104904175,-0.6488000154495239,0.025699999183416367,0.36309999227523804,-0.9314000010490417,0.06019999831914902,0.3490999937057495,-0.9351000189781189,0.11949999630451202,0.7515000104904175,-0.6488000154495239,0.025699999183416367,0.36309999227523804,-0.9314000010490417,0.11949999630451202,0.7515000104904175,-0.6488000154495239,0.049800001084804535,0.7657999992370605,-0.6412000060081482,0.012199999764561653,0.06319999694824219,-0.9979000091552734,0.02250000089406967,0.04899999871850014,-0.9984999895095825,0.12520000338554382,0.29840001463890076,-0.9462000131607056,0.012199999764561653,0.06319999694824219,-0.9979000091552734,0.12520000338554382,0.29840001463890076,-0.9462000131607056,0.06019999831914902,0.3490999937057495,-0.9351000189781189,0.005400000140070915,0.06679999828338623,-0.9977999925613403,0.012199999764561653,0.06319999694824219,-0.9979000091552734,0.06019999831914902,0.3490999937057495,-0.9351000189781189,0.005400000140070915,0.06679999828338623,-0.9977999925613403,0.06019999831914902,0.3490999937057495,-0.9351000189781189,0.025699999183416367,0.36309999227523804,-0.9314000010490417,0.00009999999747378752,0.3691999912261963,-0.9294000267982483,0.007899999618530273,0.36719998717308044,-0.9301000237464905,0.015300000086426735,0.7698000073432922,-0.6381000280380249,0.00009999999747378752,0.3691999912261963,-0.9294000267982483,0.015300000086426735,0.7698000073432922,-0.6381000280380249,0.0003000000142492354,0.771399974822998,-0.6363000273704529,0.007899999618530273,0.36719998717308044,-0.9301000237464905,0.00009999999747378752,0.3691999912261963,-0.9294000267982483,-0.00009999999747378752,0.066600002348423,-0.9977999925613403,0.007899999618530273,0.36719998717308044,-0.9301000237464905,-0.00009999999747378752,0.066600002348423,-0.9977999925613403,0.0017000000225380063,0.06679999828338623,-0.9977999925613403,0.007899999618530273,0.36719998717308044,-0.9301000237464905,0.025699999183416367,0.36309999227523804,-0.9314000010490417,0.049800001084804535,0.7657999992370605,-0.6412000060081482,0.007899999618530273,0.36719998717308044,-0.9301000237464905,0.049800001084804535,0.7657999992370605,-0.6412000060081482,0.015300000086426735,0.7698000073432922,-0.6381000280380249,0.025699999183416367,0.36309999227523804,-0.9314000010490417,0.007899999618530273,0.36719998717308044,-0.9301000237464905,0.0017000000225380063,0.06679999828338623,-0.9977999925613403,0.025699999183416367,0.36309999227523804,-0.9314000010490417,0.0017000000225380063,0.06679999828338623,-0.9977999925613403,0.005400000140070915,0.06679999828338623,-0.9977999925613403,0,0,-1,0,0,-1,0.0035000001080334187,0.003000000026077032,-1,0,0,-1,0.0035000001080334187,0.003000000026077032,-1,0.002899999963119626,0.006000000052154064,-1,0,0,-1,0,0,-1,0.003800000064074993,0.00139999995008111,-1,0,0,-1,0.003800000064074993,0.00139999995008111,-1,0.0035000001080334187,0.003000000026077032,-1,0.002899999963119626,0.006000000052154064,-1,0.0035000001080334187,0.003000000026077032,-1,0.029999999329447746,0.02419999986886978,-0.9993000030517578,0.002899999963119626,0.006000000052154064,-1,0.029999999329447746,0.02419999986886978,-0.9993000030517578,0.02250000089406967,0.04899999871850014,-0.9984999895095825,0.0035000001080334187,0.003000000026077032,-1,0.003800000064074993,0.00139999995008111,-1,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.0035000001080334187,0.003000000026077032,-1,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.029999999329447746,0.02419999986886978,-0.9993000030517578,0,0,-1,0,0,-1,0.003599999938160181,0.00019999999494757503,-1,0,0,-1,0.003599999938160181,0.00019999999494757503,-1,0.003800000064074993,0.0005000000237487257,-1,0.003599999938160181,0.00019999999494757503,-1,0.03229999914765358,0.0006000000284984708,-0.9994999766349792,0.03500000014901161,0.002199999988079071,-0.9994000196456909,0.003599999938160181,0.00019999999494757503,-1,0.03500000014901161,0.002199999988079071,-0.9994000196456909,0.003800000064074993,0.0005000000237487257,-1,0,0,-1,0,0,-1,0.003800000064074993,0.0005000000237487257,-1,0,0,-1,0.003800000064074993,0.0005000000237487257,-1,0.003800000064074993,0.00139999995008111,-1,0.003800000064074993,0.0005000000237487257,-1,0.03500000014901161,0.002199999988079071,-0.9994000196456909,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.003800000064074993,0.0005000000237487257,-1,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.003800000064074993,0.00139999995008111,-1,0.33809998631477356,0.012799999676644802,-0.9409999847412109,0.3418000042438507,0.0012000000569969416,-0.9398000240325928,0.7706999778747559,0.0019000000320374966,-0.6371999979019165,0.33809998631477356,0.012799999676644802,-0.9409999847412109,0.7706999778747559,0.0019000000320374966,-0.6371999979019165,0.7667999863624573,0.024700000882148743,-0.6414999961853027,0.3059000074863434,0.06780000030994415,-0.9495999813079834,0.33809998631477356,0.012799999676644802,-0.9409999847412109,0.7667999863624573,0.024700000882148743,-0.6414999961853027,0.3059000074863434,0.06780000030994415,-0.9495999813079834,0.7667999863624573,0.024700000882148743,-0.6414999961853027,0.7312999963760376,0.1467999964952469,-0.666100025177002,0.33809998631477356,0.012799999676644802,-0.9409999847412109,0.03500000014901161,0.002199999988079071,-0.9994000196456909,0.03229999914765358,0.0006000000284984708,-0.9994999766349792,0.33809998631477356,0.012799999676644802,-0.9409999847412109,0.03229999914765358,0.0006000000284984708,-0.9994999766349792,0.3418000042438507,0.0012000000569969416,-0.9398000240325928,0.3059000074863434,0.06780000030994415,-0.9495999813079834,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.03500000014901161,0.002199999988079071,-0.9994000196456909,0.3059000074863434,0.06780000030994415,-0.9495999813079834,0.03500000014901161,0.002199999988079071,-0.9994000196456909,0.33809998631477356,0.012799999676644802,-0.9409999847412109,0.12520000338554382,0.29840001463890076,-0.9462000131607056,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.5425000190734863,0.44699999690055847,-0.7113000154495239,0.12520000338554382,0.29840001463890076,-0.9462000131607056,0.5425000190734863,0.44699999690055847,-0.7113000154495239,0.26910001039505005,0.6886000037193298,-0.6733999848365784,0.02250000089406967,0.04899999871850014,-0.9984999895095825,0.029999999329447746,0.02419999986886978,-0.9993000030517578,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.02250000089406967,0.04899999871850014,-0.9984999895095825,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.12520000338554382,0.29840001463890076,-0.9462000131607056,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.3059000074863434,0.06780000030994415,-0.9495999813079834,0.7312999963760376,0.1467999964952469,-0.666100025177002,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.7312999963760376,0.1467999964952469,-0.666100025177002,0.5425000190734863,0.44699999690055847,-0.7113000154495239,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.3059000074863434,0.06780000030994415,-0.9495999813079834,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.03550000116229057,0.008999999612569809,-0.9993000030517578,0.210999995470047,0.17470000684261322,-0.9617000222206116,0.029999999329447746,0.02419999986886978,-0.9993000030517578,0.7702999711036682,0.0013000000035390258,-0.6376000046730042,0.9350000023841858,0.001500000013038516,-0.3546999990940094,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.7702999711036682,0.0013000000035390258,-0.6376000046730042,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.7706999778747559,0.0019000000320374966,-0.6371999979019165,0.7702000141143799,0.0010000000474974513,-0.6378999948501587,0.9348999857902527,0.0012000000569969416,-0.3549000024795532,0.9350000023841858,0.001500000013038516,-0.3546999990940094,0.7702000141143799,0.0010000000474974513,-0.6378999948501587,0.9350000023841858,0.001500000013038516,-0.3546999990940094,0.7702999711036682,0.0013000000035390258,-0.6376000046730042,0.9350000023841858,0.001500000013038516,-0.3546999990940094,0.9620000123977661,0.001500000013038516,-0.27309998869895935,0.9621000289916992,0.002300000051036477,-0.2727999985218048,0.9350000023841858,0.001500000013038516,-0.3546999990940094,0.9621000289916992,0.002300000051036477,-0.2727999985218048,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.9348999857902527,0.0012000000569969416,-0.3549000024795532,0.961899995803833,0.0012000000569969416,-0.2734000086784363,0.9620000123977661,0.001500000013038516,-0.27309998869895935,0.9348999857902527,0.0012000000569969416,-0.3549000024795532,0.9620000123977661,0.001500000013038516,-0.27309998869895935,0.9350000023841858,0.001500000013038516,-0.3546999990940094,0.7700999975204468,0.000699999975040555,-0.6378999948501587,0.9348000288009644,0.0007999999797903001,-0.35510000586509705,0.9348000288009644,0.0010000000474974513,-0.35510000586509705,0.7700999975204468,0.000699999975040555,-0.6378999948501587,0.9348000288009644,0.0010000000474974513,-0.35510000586509705,0.7700999975204468,0.0007999999797903001,-0.6378999948501587,0.9348000288009644,0.0007999999797903001,-0.35510000586509705,0.9617999792098999,0.0007999999797903001,-0.27390000224113464,0.9617999792098999,0.0010000000474974513,-0.2736999988555908,0.9348000288009644,0.0007999999797903001,-0.35510000586509705,0.9617999792098999,0.0010000000474974513,-0.2736999988555908,0.9348000288009644,0.0010000000474974513,-0.35510000586509705,0.7700999975204468,0.0007999999797903001,-0.6378999948501587,0.9348000288009644,0.0010000000474974513,-0.35510000586509705,0.9348999857902527,0.0012000000569969416,-0.3549000024795532,0.7700999975204468,0.0007999999797903001,-0.6378999948501587,0.9348999857902527,0.0012000000569969416,-0.3549000024795532,0.7702000141143799,0.0010000000474974513,-0.6378999948501587,0.9348000288009644,0.0010000000474974513,-0.35510000586509705,0.9617999792098999,0.0010000000474974513,-0.2736999988555908,0.961899995803833,0.0012000000569969416,-0.2734000086784363,0.9348000288009644,0.0010000000474974513,-0.35510000586509705,0.961899995803833,0.0012000000569969416,-0.2734000086784363,0.9348999857902527,0.0012000000569969416,-0.3549000024795532,0.9502000212669373,0.0008999999845400453,-0.311599999666214,0.9574999809265137,0.0010000000474974513,-0.28859999775886536,0.9574000239372253,0.0007999999797903001,-0.2888000011444092,0.9502000212669373,0.0008999999845400453,-0.311599999666214,0.9574000239372253,0.0007999999797903001,-0.2888000011444092,0.9501000046730042,0.0007999999797903001,-0.31189998984336853,0.9502999782562256,0.0010999999940395355,-0.31130000948905945,0.9575999975204468,0.0012000000569969416,-0.2883000075817108,0.9574999809265137,0.0010000000474974513,-0.28859999775886536,0.9502999782562256,0.0010999999940395355,-0.31130000948905945,0.9574999809265137,0.0010000000474974513,-0.28859999775886536,0.9502000212669373,0.0008999999845400453,-0.311599999666214,0.9574999809265137,0.0010000000474974513,-0.28859999775886536,0.9617999792098999,0.0010000000474974513,-0.2736999988555908,0.9617999792098999,0.0007999999797903001,-0.27390000224113464,0.9574999809265137,0.0010000000474974513,-0.28859999775886536,0.9617999792098999,0.0007999999797903001,-0.27390000224113464,0.9574000239372253,0.0007999999797903001,-0.2888000011444092,0.9575999975204468,0.0012000000569969416,-0.2883000075817108,0.961899995803833,0.0012000000569969416,-0.2734000086784363,0.9617999792098999,0.0010000000474974513,-0.2736999988555908,0.9575999975204468,0.0012000000569969416,-0.2883000075817108,0.9617999792098999,0.0010000000474974513,-0.2736999988555908,0.9574999809265137,0.0010000000474974513,-0.28859999775886536,0.9505000114440918,0.0020000000949949026,-0.31060001254081726,0.9577999711036682,0.002199999988079071,-0.28760001063346863,0.9577000141143799,0.001500000013038516,-0.28790000081062317,0.9505000114440918,0.0020000000949949026,-0.31060001254081726,0.9577000141143799,0.001500000013038516,-0.28790000081062317,0.9503999948501587,0.00139999995008111,-0.3109999895095825,0.9577999711036682,0.002199999988079071,-0.28760001063346863,0.9621000289916992,0.002300000051036477,-0.2727999985218048,0.9620000123977661,0.001500000013038516,-0.27309998869895935,0.9577999711036682,0.002199999988079071,-0.28760001063346863,0.9620000123977661,0.001500000013038516,-0.27309998869895935,0.9577000141143799,0.001500000013038516,-0.28790000081062317,0.9503999948501587,0.00139999995008111,-0.3109999895095825,0.9577000141143799,0.001500000013038516,-0.28790000081062317,0.9575999975204468,0.0012000000569969416,-0.2883000075817108,0.9503999948501587,0.00139999995008111,-0.3109999895095825,0.9575999975204468,0.0012000000569969416,-0.2883000075817108,0.9502999782562256,0.0010999999940395355,-0.31130000948905945,0.9577000141143799,0.001500000013038516,-0.28790000081062317,0.9620000123977661,0.001500000013038516,-0.27309998869895935,0.961899995803833,0.0012000000569969416,-0.2734000086784363,0.9577000141143799,0.001500000013038516,-0.28790000081062317,0.961899995803833,0.0012000000569969416,-0.2734000086784363,0.9575999975204468,0.0012000000569969416,-0.2883000075817108,0.7700999975204468,0.0006000000284984708,-0.6378999948501587,0.9348000288009644,0.000699999975040555,-0.35519999265670776,0.9348000288009644,0.0007999999797903001,-0.35510000586509705,0.7700999975204468,0.0006000000284984708,-0.6378999948501587,0.9348000288009644,0.0007999999797903001,-0.35510000586509705,0.7700999975204468,0.000699999975040555,-0.6378999948501587,0.7700999975204468,0.00039999998989515007,-0.6378999948501587,0.9348000288009644,0.0005000000237487257,-0.35519999265670776,0.9348000288009644,0.000699999975040555,-0.35519999265670776,0.7700999975204468,0.00039999998989515007,-0.6378999948501587,0.9348000288009644,0.000699999975040555,-0.35519999265670776,0.7700999975204468,0.0006000000284984708,-0.6378999948501587,0.9348000288009644,0.000699999975040555,-0.35519999265670776,0.9617000222206116,0.000699999975040555,-0.27399998903274536,0.9617999792098999,0.0007999999797903001,-0.27390000224113464,0.9348000288009644,0.000699999975040555,-0.35519999265670776,0.9617999792098999,0.0007999999797903001,-0.27390000224113464,0.9348000288009644,0.0007999999797903001,-0.35510000586509705,0.9348000288009644,0.0005000000237487257,-0.35519999265670776,0.9617000222206116,0.0005000000237487257,-0.27410000562667847,0.9617000222206116,0.000699999975040555,-0.27399998903274536,0.9348000288009644,0.0005000000237487257,-0.35519999265670776,0.9617000222206116,0.000699999975040555,-0.27399998903274536,0.9348000288009644,0.000699999975040555,-0.35519999265670776,0.7700999975204468,0,-0.6378999948501587,0.9348000288009644,0,-0.35530000925064087,0.9348000288009644,0.00019999999494757503,-0.35530000925064087,0.7700999975204468,0,-0.6378999948501587,0.9348000288009644,0.00019999999494757503,-0.35530000925064087,0.7700999975204468,0.00019999999494757503,-0.6378999948501587,0.9348000288009644,0,-0.35530000925064087,0.9617000222206116,0,-0.2741999924182892,0.9617000222206116,0.00019999999494757503,-0.2741999924182892,0.9348000288009644,0,-0.35530000925064087,0.9617000222206116,0.00019999999494757503,-0.2741999924182892,0.9348000288009644,0.00019999999494757503,-0.35530000925064087,0.7700999975204468,0.00019999999494757503,-0.6378999948501587,0.9348000288009644,0.00019999999494757503,-0.35530000925064087,0.9348000288009644,0.0005000000237487257,-0.35519999265670776,0.7700999975204468,0.00019999999494757503,-0.6378999948501587,0.9348000288009644,0.0005000000237487257,-0.35519999265670776,0.7700999975204468,0.00039999998989515007,-0.6378999948501587,0.9348000288009644,0.00019999999494757503,-0.35530000925064087,0.9617000222206116,0.00019999999494757503,-0.2741999924182892,0.9617000222206116,0.0005000000237487257,-0.27410000562667847,0.9348000288009644,0.00019999999494757503,-0.35530000925064087,0.9617000222206116,0.0005000000237487257,-0.27410000562667847,0.9348000288009644,0.0005000000237487257,-0.35519999265670776,0.949999988079071,0.00019999999494757503,-0.3124000132083893,0.9573000073432922,0.00019999999494757503,-0.2892000079154968,0.9573000073432922,0,-0.2892000079154968,0.949999988079071,0.00019999999494757503,-0.3124000132083893,0.9573000073432922,0,-0.2892000079154968,0.949999988079071,0,-0.3124000132083893,0.949999988079071,0.00039999998989515007,-0.3122999966144562,0.9573000073432922,0.0005000000237487257,-0.2890999913215637,0.9573000073432922,0.00019999999494757503,-0.2892000079154968,0.949999988079071,0.00039999998989515007,-0.3122999966144562,0.9573000073432922,0.00019999999494757503,-0.2892000079154968,0.949999988079071,0.00019999999494757503,-0.3124000132083893,0.9573000073432922,0.00019999999494757503,-0.2892000079154968,0.9617000222206116,0.00019999999494757503,-0.2741999924182892,0.9617000222206116,0,-0.2741999924182892,0.9573000073432922,0.00019999999494757503,-0.2892000079154968,0.9617000222206116,0,-0.2741999924182892,0.9573000073432922,0,-0.2892000079154968,0.9573000073432922,0.0005000000237487257,-0.2890999913215637,0.9617000222206116,0.0005000000237487257,-0.27410000562667847,0.9617000222206116,0.00019999999494757503,-0.2741999924182892,0.9573000073432922,0.0005000000237487257,-0.2890999913215637,0.9617000222206116,0.00019999999494757503,-0.2741999924182892,0.9573000073432922,0.00019999999494757503,-0.2892000079154968,0.9501000046730042,0.0007999999797903001,-0.31189998984336853,0.9574000239372253,0.0007999999797903001,-0.2888000011444092,0.9573000073432922,0.000699999975040555,-0.289000004529953,0.9501000046730042,0.0007999999797903001,-0.31189998984336853,0.9573000073432922,0.000699999975040555,-0.289000004529953,0.949999988079071,0.0006000000284984708,-0.31209999322891235,0.9574000239372253,0.0007999999797903001,-0.2888000011444092,0.9617999792098999,0.0007999999797903001,-0.27390000224113464,0.9617000222206116,0.000699999975040555,-0.27399998903274536,0.9574000239372253,0.0007999999797903001,-0.2888000011444092,0.9617000222206116,0.000699999975040555,-0.27399998903274536,0.9573000073432922,0.000699999975040555,-0.289000004529953,0.949999988079071,0.0006000000284984708,-0.31209999322891235,0.9573000073432922,0.000699999975040555,-0.289000004529953,0.9573000073432922,0.0005000000237487257,-0.2890999913215637,0.949999988079071,0.0006000000284984708,-0.31209999322891235,0.9573000073432922,0.0005000000237487257,-0.2890999913215637,0.949999988079071,0.00039999998989515007,-0.3122999966144562,0.9573000073432922,0.000699999975040555,-0.289000004529953,0.9617000222206116,0.000699999975040555,-0.27399998903274536,0.9617000222206116,0.0005000000237487257,-0.27410000562667847,0.9573000073432922,0.000699999975040555,-0.289000004529953,0.9617000222206116,0.0005000000237487257,-0.27410000562667847,0.9573000073432922,0.0005000000237487257,-0.2890999913215637,0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,0.9348000288009644,-0.0003000000142492354,-0.35530000925064087,0.9348000288009644,0,-0.35530000925064087,0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,0.9348000288009644,0,-0.35530000925064087,0.7700999975204468,0,-0.6378999948501587,0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,0.9348000288009644,-0.0003000000142492354,-0.35530000925064087,0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,0.9348000288009644,-0.0003000000142492354,-0.35530000925064087,0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,0.9348000288009644,-0.0003000000142492354,-0.35530000925064087,0.9617000222206116,-0.0003000000142492354,-0.2741999924182892,0.9617000222206116,0,-0.2741999924182892,0.9348000288009644,-0.0003000000142492354,-0.35530000925064087,0.9617000222206116,0,-0.2741999924182892,0.9348000288009644,0,-0.35530000925064087,0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,0.9617000222206116,-0.0003000000142492354,-0.2741999924182892,0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,0.9617000222206116,-0.0003000000142492354,-0.2741999924182892,0.9348000288009644,-0.0003000000142492354,-0.35530000925064087,0.7700999975204468,-0.000699999975040555,-0.6378999948501587,0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,0.9348000288009644,-0.000699999975040555,-0.35519999265670776,0.7700999975204468,-0.000699999975040555,-0.6378999948501587,0.9348000288009644,-0.000699999975040555,-0.35519999265670776,0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,0.9617999792098999,-0.0008999999845400453,-0.27390000224113464,0.9617000222206116,-0.000699999975040555,-0.27399998903274536,0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,0.9617000222206116,-0.000699999975040555,-0.27399998903274536,0.9348000288009644,-0.000699999975040555,-0.35519999265670776,0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,0.9348000288009644,-0.000699999975040555,-0.35519999265670776,0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,0.9348000288009644,-0.000699999975040555,-0.35519999265670776,0.9617000222206116,-0.000699999975040555,-0.27399998903274536,0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,0.9348000288009644,-0.000699999975040555,-0.35519999265670776,0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,0.9501000046730042,-0.0006000000284984708,-0.31209999322891235,0.9573000073432922,-0.000699999975040555,-0.289000004529953,0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,0.9501000046730042,-0.0006000000284984708,-0.31209999322891235,0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,0.949999988079071,-0.00039999998989515007,-0.3122999966144562,0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,0.9573000073432922,-0.000699999975040555,-0.289000004529953,0.949999988079071,-0.00039999998989515007,-0.3122999966144562,0.9573000073432922,-0.000699999975040555,-0.289000004529953,0.9501000046730042,-0.0006000000284984708,-0.31209999322891235,0.9573000073432922,-0.000699999975040555,-0.289000004529953,0.9617000222206116,-0.000699999975040555,-0.27399998903274536,0.9617999792098999,-0.0008999999845400453,-0.27390000224113464,0.9573000073432922,-0.000699999975040555,-0.289000004529953,0.9617999792098999,-0.0008999999845400453,-0.27390000224113464,0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,0.9617000222206116,-0.000699999975040555,-0.27399998903274536,0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,0.9617000222206116,-0.000699999975040555,-0.27399998903274536,0.9573000073432922,-0.000699999975040555,-0.289000004529953,0.949999988079071,0,-0.3124000132083893,0.9573000073432922,0,-0.2892000079154968,0.9573000073432922,-0.0003000000142492354,-0.2892000079154968,0.949999988079071,0,-0.3124000132083893,0.9573000073432922,-0.0003000000142492354,-0.2892000079154968,0.949999988079071,-0.00019999999494757503,-0.3122999966144562,0.9573000073432922,0,-0.2892000079154968,0.9617000222206116,0,-0.2741999924182892,0.9617000222206116,-0.0003000000142492354,-0.2741999924182892,0.9573000073432922,0,-0.2892000079154968,0.9617000222206116,-0.0003000000142492354,-0.2741999924182892,0.9573000073432922,-0.0003000000142492354,-0.2892000079154968,0.949999988079071,-0.00019999999494757503,-0.3122999966144562,0.9573000073432922,-0.0003000000142492354,-0.2892000079154968,0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,0.949999988079071,-0.00019999999494757503,-0.3122999966144562,0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,0.949999988079071,-0.00039999998989515007,-0.3122999966144562,0.9573000073432922,-0.0003000000142492354,-0.2892000079154968,0.9617000222206116,-0.0003000000142492354,-0.2741999924182892,0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,0.9573000073432922,-0.0003000000142492354,-0.2892000079154968,0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,0.7700999975204468,-0.000699999975040555,-0.6378999948501587,0.7702000141143799,-0.0010000000474974513,-0.6377999782562256,0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,0.7702000141143799,-0.0010000000474974513,-0.6377999782562256,0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,0.9617999792098999,-0.0008999999845400453,-0.27390000224113464,0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,0.9617999792098999,-0.0008999999845400453,-0.27390000224113464,0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,0.961899995803833,-0.0012000000569969416,-0.2734000086784363,0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,0.770799994468689,-0.0019000000320374966,-0.6370999813079834,0.9351999759674072,-0.002199999988079071,-0.35420000553131104,0.9350000023841858,-0.001500000013038516,-0.3546000123023987,0.770799994468689,-0.0019000000320374966,-0.6370999813079834,0.9350000023841858,-0.001500000013038516,-0.3546000123023987,0.7703999876976013,-0.0013000000035390258,-0.6376000046730042,0.9351999759674072,-0.002199999988079071,-0.35420000553131104,0.9621000289916992,-0.002199999988079071,-0.2727999985218048,0.9620000123977661,-0.001500000013038516,-0.27309998869895935,0.9351999759674072,-0.002199999988079071,-0.35420000553131104,0.9620000123977661,-0.001500000013038516,-0.27309998869895935,0.9350000023841858,-0.001500000013038516,-0.3546000123023987,0.7703999876976013,-0.0013000000035390258,-0.6376000046730042,0.9350000023841858,-0.001500000013038516,-0.3546000123023987,0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,0.7703999876976013,-0.0013000000035390258,-0.6376000046730042,0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,0.7702000141143799,-0.0010000000474974513,-0.6377999782562256,0.9350000023841858,-0.001500000013038516,-0.3546000123023987,0.9620000123977661,-0.001500000013038516,-0.27309998869895935,0.961899995803833,-0.0012000000569969416,-0.2734000086784363,0.9350000023841858,-0.001500000013038516,-0.3546000123023987,0.961899995803833,-0.0012000000569969416,-0.2734000086784363,0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,0.9503999948501587,-0.0013000000035390258,-0.3109000027179718,0.9577000141143799,-0.001500000013038516,-0.28790000081062317,0.9577999711036682,-0.002099999925121665,-0.2874999940395355,0.9503999948501587,-0.0013000000035390258,-0.3109000027179718,0.9577999711036682,-0.002099999925121665,-0.2874999940395355,0.9506000280380249,-0.0020000000949949026,-0.31049999594688416,0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,0.9575999975204468,-0.0012000000569969416,-0.2881999909877777,0.9577000141143799,-0.001500000013038516,-0.28790000081062317,0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,0.9577000141143799,-0.001500000013038516,-0.28790000081062317,0.9503999948501587,-0.0013000000035390258,-0.3109000027179718,0.9577000141143799,-0.001500000013038516,-0.28790000081062317,0.9620000123977661,-0.001500000013038516,-0.27309998869895935,0.9621000289916992,-0.002199999988079071,-0.2727999985218048,0.9577000141143799,-0.001500000013038516,-0.28790000081062317,0.9621000289916992,-0.002199999988079071,-0.2727999985218048,0.9577999711036682,-0.002099999925121665,-0.2874999940395355,0.9575999975204468,-0.0012000000569969416,-0.2881999909877777,0.961899995803833,-0.0012000000569969416,-0.2734000086784363,0.9620000123977661,-0.001500000013038516,-0.27309998869895935,0.9575999975204468,-0.0012000000569969416,-0.2881999909877777,0.9620000123977661,-0.001500000013038516,-0.27309998869895935,0.9577000141143799,-0.001500000013038516,-0.28790000081062317,0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,0.9574999809265137,-0.0010000000474974513,-0.28850001096725464,0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,0.9574999809265137,-0.0010000000474974513,-0.28850001096725464,0.9502000212669373,-0.0008999999845400453,-0.311599999666214,0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,0.9617999792098999,-0.0008999999845400453,-0.27390000224113464,0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,0.9574999809265137,-0.0010000000474974513,-0.28850001096725464,0.9502000212669373,-0.0008999999845400453,-0.311599999666214,0.9574999809265137,-0.0010000000474974513,-0.28850001096725464,0.9575999975204468,-0.0012000000569969416,-0.2881999909877777,0.9502000212669373,-0.0008999999845400453,-0.311599999666214,0.9575999975204468,-0.0012000000569969416,-0.2881999909877777,0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,0.9574999809265137,-0.0010000000474974513,-0.28850001096725464,0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,0.961899995803833,-0.0012000000569969416,-0.2734000086784363,0.9574999809265137,-0.0010000000474974513,-0.28850001096725464,0.961899995803833,-0.0012000000569969416,-0.2734000086784363,0.9575999975204468,-0.0012000000569969416,-0.2881999909877777,0.9340000152587891,-0.030400000512599945,-0.35589998960494995,0.9351999759674072,-0.002199999988079071,-0.35420000553131104,0.770799994468689,-0.0019000000320374966,-0.6370999813079834,0.9340000152587891,-0.030400000512599945,-0.35589998960494995,0.770799994468689,-0.0019000000320374966,-0.6370999813079834,0.766700029373169,-0.025699999183416367,-0.6414999961853027,0.909600019454956,-0.19470000267028809,-0.36719998717308044,0.9340000152587891,-0.030400000512599945,-0.35589998960494995,0.766700029373169,-0.025699999183416367,-0.6414999961853027,0.909600019454956,-0.19470000267028809,-0.36719998717308044,0.766700029373169,-0.025699999183416367,-0.6414999961853027,0.7268999814987183,-0.15809999406337738,-0.6682999730110168,0.9351999759674072,-0.002199999988079071,-0.35420000553131104,0.9340000152587891,-0.030400000512599945,-0.35589998960494995,0.9617000222206116,-0.03139999881386757,-0.27239999175071716,0.9351999759674072,-0.002199999988079071,-0.35420000553131104,0.9617000222206116,-0.03139999881386757,-0.27239999175071716,0.9621000289916992,-0.002199999988079071,-0.2727999985218048,0.9340000152587891,-0.030400000512599945,-0.35589998960494995,0.909600019454956,-0.19470000267028809,-0.36719998717308044,0.9419000148773193,-0.20399999618530273,-0.26669999957084656,0.9340000152587891,-0.030400000512599945,-0.35589998960494995,0.9419000148773193,-0.20399999618530273,-0.26669999957084656,0.9617000222206116,-0.03139999881386757,-0.27239999175071716,0.29840001463890076,-0.9032999873161316,-0.30820000171661377,0.6854000091552734,-0.6255000233650208,-0.37290000915527344,0.5152999758720398,-0.47839999198913574,-0.7110999822616577,0.29840001463890076,-0.9032999873161316,-0.30820000171661377,0.5152999758720398,-0.47839999198913574,-0.7110999822616577,0.23690000176429749,-0.7093999981880188,-0.6638000011444092,0.31200000643730164,-0.9426000118255615,-0.11860000342130661,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.6854000091552734,-0.6255000233650208,-0.37290000915527344,0.31200000643730164,-0.9426000118255615,-0.11860000342130661,0.6854000091552734,-0.6255000233650208,-0.37290000915527344,0.29840001463890076,-0.9032999873161316,-0.30820000171661377,0.6854000091552734,-0.6255000233650208,-0.37290000915527344,0.909600019454956,-0.19470000267028809,-0.36719998717308044,0.7268999814987183,-0.15809999406337738,-0.6682999730110168,0.6854000091552734,-0.6255000233650208,-0.37290000915527344,0.7268999814987183,-0.15809999406337738,-0.6682999730110168,0.5152999758720398,-0.47839999198913574,-0.7110999822616577,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.9419000148773193,-0.20399999618530273,-0.26669999957084656,0.909600019454956,-0.19470000267028809,-0.36719998717308044,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.909600019454956,-0.19470000267028809,-0.36719998717308044,0.6854000091552734,-0.6255000233650208,-0.37290000915527344,0.7373999953269958,-0.6370999813079834,-0.22439999878406525,0.725600004196167,-0.6564000248908997,-0.20659999549388885,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.7373999953269958,-0.6370999813079834,-0.22439999878406525,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.3386000096797943,-0.9362999796867371,-0.09350000321865082,0.9363999962806702,-0.18529999256134033,-0.2980000078678131,0.9404000043869019,-0.19859999418258667,-0.2759999930858612,0.725600004196167,-0.6564000248908997,-0.20659999549388885,0.9363999962806702,-0.18529999256134033,-0.2980000078678131,0.725600004196167,-0.6564000248908997,-0.20659999549388885,0.7373999953269958,-0.6370999813079834,-0.22439999878406525,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.31200000643730164,-0.9426000118255615,-0.11860000342130661,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.725600004196167,-0.6564000248908997,-0.20659999549388885,0.9404000043869019,-0.19859999418258667,-0.2759999930858612,0.9419000148773193,-0.20399999618530273,-0.26669999957084656,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.9404000043869019,-0.19859999418258667,-0.2759999930858612,0.7190999984741211,-0.6603000164031982,-0.21660000085830688,0.725600004196167,-0.6564000248908997,-0.20659999549388885,0.9506000280380249,-0.0020000000949949026,-0.31049999594688416,0.9577999711036682,-0.002099999925121665,-0.2874999940395355,0.9575999975204468,-0.03020000085234642,-0.2865999937057495,0.9506000280380249,-0.0020000000949949026,-0.31049999594688416,0.9575999975204468,-0.03020000085234642,-0.2865999937057495,0.9505000114440918,-0.027899999171495438,-0.3093000054359436,0.9577999711036682,-0.002099999925121665,-0.2874999940395355,0.9621000289916992,-0.002199999988079071,-0.2727999985218048,0.9617000222206116,-0.03139999881386757,-0.27239999175071716,0.9577999711036682,-0.002099999925121665,-0.2874999940395355,0.9617000222206116,-0.03139999881386757,-0.27239999175071716,0.9575999975204468,-0.03020000085234642,-0.2865999937057495,0.9505000114440918,-0.027899999171495438,-0.3093000054359436,0.9575999975204468,-0.03020000085234642,-0.2865999937057495,0.9404000043869019,-0.19859999418258667,-0.2759999930858612,0.9505000114440918,-0.027899999171495438,-0.3093000054359436,0.9404000043869019,-0.19859999418258667,-0.2759999930858612,0.9363999962806702,-0.18529999256134033,-0.2980000078678131,0.9575999975204468,-0.03020000085234642,-0.2865999937057495,0.9617000222206116,-0.03139999881386757,-0.27239999175071716,0.9419000148773193,-0.20399999618530273,-0.26669999957084656,0.9575999975204468,-0.03020000085234642,-0.2865999937057495,0.9419000148773193,-0.20399999618530273,-0.26669999957084656,0.9404000043869019,-0.19859999418258667,-0.2759999930858612,0.12770000100135803,-0.9509999752044678,-0.2818000018596649,0.29840001463890076,-0.9032999873161316,-0.30820000171661377,0.23690000176429749,-0.7093999981880188,-0.6638000011444092,0.12770000100135803,-0.9509999752044678,-0.2818000018596649,0.23690000176429749,-0.7093999981880188,-0.6638000011444092,0.10350000113248825,-0.7577000260353088,-0.6442999839782715,0.05350000038743019,-0.9602000117301941,-0.27399998903274536,0.12770000100135803,-0.9509999752044678,-0.2818000018596649,0.10350000113248825,-0.7577000260353088,-0.6442999839782715,0.05350000038743019,-0.9602000117301941,-0.27399998903274536,0.10350000113248825,-0.7577000260353088,-0.6442999839782715,0.04349999874830246,-0.767300009727478,-0.6398000121116638,0.1331000030040741,-0.988099992275238,-0.07769999653100967,0.31200000643730164,-0.9426000118255615,-0.11860000342130661,0.29840001463890076,-0.9032999873161316,-0.30820000171661377,0.1331000030040741,-0.988099992275238,-0.07769999653100967,0.29840001463890076,-0.9032999873161316,-0.30820000171661377,0.12770000100135803,-0.9509999752044678,-0.2818000018596649,0.05570000037550926,-0.9965000152587891,-0.06289999932050705,0.1331000030040741,-0.988099992275238,-0.07769999653100967,0.12770000100135803,-0.9509999752044678,-0.2818000018596649,0.05570000037550926,-0.9965000152587891,-0.06289999932050705,0.12770000100135803,-0.9509999752044678,-0.2818000018596649,0.05350000038743019,-0.9602000117301941,-0.27399998903274536,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,0.016699999570846558,-0.9624000191688538,-0.2712000012397766,0.01360000018030405,-0.7699999809265137,-0.6378999948501587,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,0.01360000018030405,-0.7699999809265137,-0.6378999948501587,-0.0003000000142492354,-0.771399974822998,-0.6363000273704529,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,-0.00039999998989515007,-0.9983999729156494,-0.05660000070929527,0.017400000244379044,-0.998199999332428,-0.05770000070333481,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,0.017400000244379044,-0.998199999332428,-0.05770000070333481,0.016699999570846558,-0.9624000191688538,-0.2712000012397766,0.016699999570846558,-0.9624000191688538,-0.2712000012397766,0.05350000038743019,-0.9602000117301941,-0.27399998903274536,0.04349999874830246,-0.767300009727478,-0.6398000121116638,0.016699999570846558,-0.9624000191688538,-0.2712000012397766,0.04349999874830246,-0.767300009727478,-0.6398000121116638,0.01360000018030405,-0.7699999809265137,-0.6378999948501587,0.017400000244379044,-0.998199999332428,-0.05770000070333481,0.05570000037550926,-0.9965000152587891,-0.06289999932050705,0.05350000038743019,-0.9602000117301941,-0.27399998903274536,0.017400000244379044,-0.998199999332428,-0.05770000070333481,0.05350000038743019,-0.9602000117301941,-0.27399998903274536,0.016699999570846558,-0.9624000191688538,-0.2712000012397766,0.019099999219179153,-0.9998000264167786,-0.0017000000225380063,0.017899999395012856,-0.9998000264167786,-0.009399999864399433,-0.00039999998989515007,-1,-0.008100000210106373,0.019099999219179153,-0.9998000264167786,-0.0017000000225380063,-0.00039999998989515007,-1,-0.008100000210106373,-0.0005000000237487257,-1,-0.00009999999747378752,0.06120000034570694,-0.9980999827384949,-0.00989999994635582,0.05730000138282776,-0.998199999332428,-0.016200000420212746,0.017899999395012856,-0.9998000264167786,-0.009399999864399433,0.06120000034570694,-0.9980999827384949,-0.00989999994635582,0.017899999395012856,-0.9998000264167786,-0.009399999864399433,0.019099999219179153,-0.9998000264167786,-0.0017000000225380063,0.017899999395012856,-0.9998000264167786,-0.009399999864399433,0.017400000244379044,-0.998199999332428,-0.05770000070333481,-0.00039999998989515007,-0.9983999729156494,-0.05660000070929527,0.017899999395012856,-0.9998000264167786,-0.009399999864399433,-0.00039999998989515007,-0.9983999729156494,-0.05660000070929527,-0.00039999998989515007,-1,-0.008100000210106373,0.05730000138282776,-0.998199999332428,-0.016200000420212746,0.05570000037550926,-0.9965000152587891,-0.06289999932050705,0.017400000244379044,-0.998199999332428,-0.05770000070333481,0.05730000138282776,-0.998199999332428,-0.016200000420212746,0.017400000244379044,-0.998199999332428,-0.05770000070333481,0.017899999395012856,-0.9998000264167786,-0.009399999864399433,0.3386000096797943,-0.9362999796867371,-0.09350000321865082,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.13680000603199005,-0.9900000095367432,-0.03550000116229057,0.3386000096797943,-0.9362999796867371,-0.09350000321865082,0.13680000603199005,-0.9900000095367432,-0.03550000116229057,0.1459999978542328,-0.9886999726295471,-0.032999999821186066,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.31200000643730164,-0.9426000118255615,-0.11860000342130661,0.1331000030040741,-0.988099992275238,-0.07769999653100967,0.3199999928474426,-0.9434000253677368,-0.08720000088214874,0.1331000030040741,-0.988099992275238,-0.07769999653100967,0.13680000603199005,-0.9900000095367432,-0.03550000116229057,0.1459999978542328,-0.9886999726295471,-0.032999999821186066,0.13680000603199005,-0.9900000095367432,-0.03550000116229057,0.05730000138282776,-0.998199999332428,-0.016200000420212746,0.1459999978542328,-0.9886999726295471,-0.032999999821186066,0.05730000138282776,-0.998199999332428,-0.016200000420212746,0.06120000034570694,-0.9980999827384949,-0.00989999994635582,0.13680000603199005,-0.9900000095367432,-0.03550000116229057,0.1331000030040741,-0.988099992275238,-0.07769999653100967,0.05570000037550926,-0.9965000152587891,-0.06289999932050705,0.13680000603199005,-0.9900000095367432,-0.03550000116229057,0.05570000037550926,-0.9965000152587891,-0.06289999932050705,0.05730000138282776,-0.998199999332428,-0.016200000420212746,-0.019099999219179153,-0.9623000025749207,-0.27149999141693115,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,-0.0003000000142492354,-0.771399974822998,-0.6363000273704529,-0.019099999219179153,-0.9623000025749207,-0.27149999141693115,-0.0003000000142492354,-0.771399974822998,-0.6363000273704529,-0.015300000086426735,-0.7698000073432922,-0.6381999850273132,-0.06199999898672104,-0.9592999815940857,-0.27570000290870667,-0.019099999219179153,-0.9623000025749207,-0.27149999141693115,-0.015300000086426735,-0.7698000073432922,-0.6381999850273132,-0.06199999898672104,-0.9592999815940857,-0.27570000290870667,-0.015300000086426735,-0.7698000073432922,-0.6381999850273132,-0.049800001084804535,-0.7657999992370605,-0.6412000060081482,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,-0.019099999219179153,-0.9623000025749207,-0.27149999141693115,-0.02019999921321869,-0.9980999827384949,-0.05810000002384186,-0.0003000000142492354,-0.9628999829292297,-0.27000001072883606,-0.02019999921321869,-0.9980999827384949,-0.05810000002384186,-0.00039999998989515007,-0.9983999729156494,-0.05660000070929527,-0.06520000100135803,-0.9958000183105469,-0.06480000168085098,-0.02019999921321869,-0.9980999827384949,-0.05810000002384186,-0.019099999219179153,-0.9623000025749207,-0.27149999141693115,-0.06520000100135803,-0.9958000183105469,-0.06480000168085098,-0.019099999219179153,-0.9623000025749207,-0.27149999141693115,-0.06199999898672104,-0.9592999815940857,-0.27570000290870667,-0.34450000524520874,-0.8823999762535095,-0.3206000030040741,-0.149399995803833,-0.9462000131607056,-0.2870999872684479,-0.11949999630451202,-0.7515000104904175,-0.6488000154495239,-0.34450000524520874,-0.8823999762535095,-0.3206000030040741,-0.11949999630451202,-0.7515000104904175,-0.6488000154495239,-0.26910001039505005,-0.6886000037193298,-0.6733999848365784,-0.3628999888896942,-0.9222999811172485,-0.13249999284744263,-0.15719999372959137,-0.984000027179718,-0.0835999995470047,-0.149399995803833,-0.9462000131607056,-0.2870999872684479,-0.3628999888896942,-0.9222999811172485,-0.13249999284744263,-0.149399995803833,-0.9462000131607056,-0.2870999872684479,-0.34450000524520874,-0.8823999762535095,-0.3206000030040741,-0.149399995803833,-0.9462000131607056,-0.2870999872684479,-0.06199999898672104,-0.9592999815940857,-0.27570000290870667,-0.049800001084804535,-0.7657999992370605,-0.6412000060081482,-0.149399995803833,-0.9462000131607056,-0.2870999872684479,-0.049800001084804535,-0.7657999992370605,-0.6412000060081482,-0.11949999630451202,-0.7515000104904175,-0.6488000154495239,-0.15719999372959137,-0.984000027179718,-0.0835999995470047,-0.06520000100135803,-0.9958000183105469,-0.06480000168085098,-0.06199999898672104,-0.9592999815940857,-0.27570000290870667,-0.15719999372959137,-0.984000027179718,-0.0835999995470047,-0.06199999898672104,-0.9592999815940857,-0.27570000290870667,-0.149399995803833,-0.9462000131607056,-0.2870999872684479,-0.3926999866962433,-0.9129999876022339,-0.11020000278949738,-0.17329999804496765,-0.984000027179718,-0.040699999779462814,-0.1624000072479248,-0.98580002784729,-0.042399998754262924,-0.3926999866962433,-0.9129999876022339,-0.11020000278949738,-0.1624000072479248,-0.98580002784729,-0.042399998754262924,-0.3725999891757965,-0.9222999811172485,-0.10279999673366547,-0.17329999804496765,-0.984000027179718,-0.040699999779462814,-0.07240000367164612,-0.9973000288009644,-0.012500000186264515,-0.06759999692440033,-0.9975000023841858,-0.018400000408291817,-0.17329999804496765,-0.984000027179718,-0.040699999779462814,-0.06759999692440033,-0.9975000023841858,-0.018400000408291817,-0.1624000072479248,-0.98580002784729,-0.042399998754262924,-0.3725999891757965,-0.9222999811172485,-0.10279999673366547,-0.1624000072479248,-0.98580002784729,-0.042399998754262924,-0.15719999372959137,-0.984000027179718,-0.0835999995470047,-0.3725999891757965,-0.9222999811172485,-0.10279999673366547,-0.15719999372959137,-0.984000027179718,-0.0835999995470047,-0.3628999888896942,-0.9222999811172485,-0.13249999284744263,-0.1624000072479248,-0.98580002784729,-0.042399998754262924,-0.06759999692440033,-0.9975000023841858,-0.018400000408291817,-0.06520000100135803,-0.9958000183105469,-0.06480000168085098,-0.1624000072479248,-0.98580002784729,-0.042399998754262924,-0.06520000100135803,-0.9958000183105469,-0.06480000168085098,-0.15719999372959137,-0.984000027179718,-0.0835999995470047,-0.022600000724196434,-0.9997000098228455,-0.002300000051036477,-0.0005000000237487257,-1,-0.00009999999747378752,-0.00039999998989515007,-1,-0.008100000210106373,-0.022600000724196434,-0.9997000098228455,-0.002300000051036477,-0.00039999998989515007,-1,-0.008100000210106373,-0.020999999716877937,-0.9997000098228455,-0.00989999994635582,-0.020999999716877937,-0.9997000098228455,-0.00989999994635582,-0.00039999998989515007,-1,-0.008100000210106373,-0.00039999998989515007,-0.9983999729156494,-0.05660000070929527,-0.020999999716877937,-0.9997000098228455,-0.00989999994635582,-0.00039999998989515007,-0.9983999729156494,-0.05660000070929527,-0.02019999921321869,-0.9980999827384949,-0.05810000002384186,-0.07240000367164612,-0.9973000288009644,-0.012500000186264515,-0.022600000724196434,-0.9997000098228455,-0.002300000051036477,-0.020999999716877937,-0.9997000098228455,-0.00989999994635582,-0.07240000367164612,-0.9973000288009644,-0.012500000186264515,-0.020999999716877937,-0.9997000098228455,-0.00989999994635582,-0.06759999692440033,-0.9975000023841858,-0.018400000408291817,-0.06759999692440033,-0.9975000023841858,-0.018400000408291817,-0.020999999716877937,-0.9997000098228455,-0.00989999994635582,-0.02019999921321869,-0.9980999827384949,-0.05810000002384186,-0.06759999692440033,-0.9975000023841858,-0.018400000408291817,-0.02019999921321869,-0.9980999827384949,-0.05810000002384186,-0.06520000100135803,-0.9958000183105469,-0.06480000168085098,-0.7174999713897705,-0.5852000117301941,-0.37779998779296875,-0.34450000524520874,-0.8823999762535095,-0.3206000030040741,-0.26910001039505005,-0.6886000037193298,-0.6733999848365784,-0.7174999713897705,-0.5852000117301941,-0.37779998779296875,-0.26910001039505005,-0.6886000037193298,-0.6733999848365784,-0.5425000190734863,-0.44699999690055847,-0.7113000154495239,-0.9125000238418579,-0.18080000579357147,-0.3668999969959259,-0.7174999713897705,-0.5852000117301941,-0.37779998779296875,-0.5425000190734863,-0.44699999690055847,-0.7113000154495239,-0.9125000238418579,-0.18080000579357147,-0.3668999969959259,-0.5425000190734863,-0.44699999690055847,-0.7113000154495239,-0.7312999963760376,-0.1467999964952469,-0.666100025177002,-0.7515000104904175,-0.6200000047683716,-0.2257000058889389,-0.3628999888896942,-0.9222999811172485,-0.13249999284744263,-0.34450000524520874,-0.8823999762535095,-0.3206000030040741,-0.7515000104904175,-0.6200000047683716,-0.2257000058889389,-0.34450000524520874,-0.8823999762535095,-0.3206000030040741,-0.7174999713897705,-0.5852000117301941,-0.37779998779296875,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.7515000104904175,-0.6200000047683716,-0.2257000058889389,-0.7174999713897705,-0.5852000117301941,-0.37779998779296875,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.7174999713897705,-0.5852000117301941,-0.37779998779296875,-0.9125000238418579,-0.18080000579357147,-0.3668999969959259,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.9340000152587891,-0.029400000348687172,-0.35600000619888306,-0.7667999863624573,-0.024700000882148743,-0.6414999961853027,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.7667999863624573,-0.024700000882148743,-0.6414999961853027,-0.7706999778747559,-0.0019000000320374966,-0.6371999979019165,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.9621000289916992,-0.002300000051036477,-0.2727999985218048,-0.9616000056266785,-0.03060000017285347,-0.272599995136261,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.9616000056266785,-0.03060000017285347,-0.272599995136261,-0.9340000152587891,-0.029400000348687172,-0.35600000619888306,-0.9340000152587891,-0.029400000348687172,-0.35600000619888306,-0.9125000238418579,-0.18080000579357147,-0.3668999969959259,-0.7312999963760376,-0.1467999964952469,-0.666100025177002,-0.9340000152587891,-0.029400000348687172,-0.35600000619888306,-0.7312999963760376,-0.1467999964952469,-0.666100025177002,-0.7667999863624573,-0.024700000882148743,-0.6414999961853027,-0.9340000152587891,-0.029400000348687172,-0.35600000619888306,-0.9616000056266785,-0.03060000017285347,-0.272599995136261,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.9340000152587891,-0.029400000348687172,-0.35600000619888306,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.9125000238418579,-0.18080000579357147,-0.3668999969959259,-0.9505000114440918,-0.027899999171495438,-0.30959999561309814,-0.9574999809265137,-0.02979999966919422,-0.28679999709129333,-0.9577999711036682,-0.002199999988079071,-0.28760001063346863,-0.9505000114440918,-0.027899999171495438,-0.30959999561309814,-0.9577999711036682,-0.002199999988079071,-0.28760001063346863,-0.9505000114440918,-0.0020000000949949026,-0.31060001254081726,-0.9505000114440918,-0.027899999171495438,-0.30959999561309814,-0.9381999969482422,-0.17419999837875366,-0.29919999837875366,-0.9424999952316284,-0.18619999289512634,-0.2775000035762787,-0.9505000114440918,-0.027899999171495438,-0.30959999561309814,-0.9424999952316284,-0.18619999289512634,-0.2775000035762787,-0.9574999809265137,-0.02979999966919422,-0.28679999709129333,-0.9574999809265137,-0.02979999966919422,-0.28679999709129333,-0.9616000056266785,-0.03060000017285347,-0.272599995136261,-0.9621000289916992,-0.002300000051036477,-0.2727999985218048,-0.9574999809265137,-0.02979999966919422,-0.28679999709129333,-0.9621000289916992,-0.002300000051036477,-0.2727999985218048,-0.9577999711036682,-0.002199999988079071,-0.28760001063346863,-0.9574999809265137,-0.02979999966919422,-0.28679999709129333,-0.9424999952316284,-0.18619999289512634,-0.2775000035762787,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.9574999809265137,-0.02979999966919422,-0.28679999709129333,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.9616000056266785,-0.03060000017285347,-0.272599995136261,-0.7681999802589417,-0.5958999991416931,-0.23399999737739563,-0.3926999866962433,-0.9129999876022339,-0.11020000278949738,-0.3725999891757965,-0.9222999811172485,-0.10279999673366547,-0.7681999802589417,-0.5958999991416931,-0.23399999737739563,-0.3725999891757965,-0.9222999811172485,-0.10279999673366547,-0.7573000192642212,-0.6161999702453613,-0.21649999916553497,-0.3628999888896942,-0.9222999811172485,-0.13249999284744263,-0.7515000104904175,-0.6200000047683716,-0.2257000058889389,-0.7573000192642212,-0.6161999702453613,-0.21649999916553497,-0.3628999888896942,-0.9222999811172485,-0.13249999284744263,-0.7573000192642212,-0.6161999702453613,-0.21649999916553497,-0.3725999891757965,-0.9222999811172485,-0.10279999673366547,-0.9381999969482422,-0.17419999837875366,-0.29919999837875366,-0.7681999802589417,-0.5958999991416931,-0.23399999737739563,-0.7573000192642212,-0.6161999702453613,-0.21649999916553497,-0.9381999969482422,-0.17419999837875366,-0.29919999837875366,-0.7573000192642212,-0.6161999702453613,-0.21649999916553497,-0.9424999952316284,-0.18619999289512634,-0.2775000035762787,-0.9424999952316284,-0.18619999289512634,-0.2775000035762787,-0.7573000192642212,-0.6161999702453613,-0.21649999916553497,-0.7515000104904175,-0.6200000047683716,-0.2257000058889389,-0.9424999952316284,-0.18619999289512634,-0.2775000035762787,-0.7515000104904175,-0.6200000047683716,-0.2257000058889389,-0.9444000124931335,-0.19040000438690186,-0.26809999346733093,-0.7702999711036682,-0.0013000000035390258,-0.6376000046730042,-0.9350000023841858,-0.001500000013038516,-0.3546999990940094,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.7702999711036682,-0.0013000000035390258,-0.6376000046730042,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.7706999778747559,-0.0019000000320374966,-0.6371999979019165,-0.7702000141143799,-0.0010000000474974513,-0.6378999948501587,-0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,-0.9350000023841858,-0.001500000013038516,-0.3546999990940094,-0.7702000141143799,-0.0010000000474974513,-0.6378999948501587,-0.9350000023841858,-0.001500000013038516,-0.3546999990940094,-0.7702999711036682,-0.0013000000035390258,-0.6376000046730042,-0.9350000023841858,-0.001500000013038516,-0.3546999990940094,-0.9620000123977661,-0.001500000013038516,-0.27309998869895935,-0.9621000289916992,-0.002300000051036477,-0.2727999985218048,-0.9350000023841858,-0.001500000013038516,-0.3546999990940094,-0.9621000289916992,-0.002300000051036477,-0.2727999985218048,-0.9351000189781189,-0.002199999988079071,-0.35429999232292175,-0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,-0.961899995803833,-0.0012000000569969416,-0.2734000086784363,-0.9620000123977661,-0.001500000013038516,-0.27309998869895935,-0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,-0.9620000123977661,-0.001500000013038516,-0.27309998869895935,-0.9350000023841858,-0.001500000013038516,-0.3546999990940094,-0.7700999975204468,-0.000699999975040555,-0.6378999948501587,-0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,-0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,-0.7700999975204468,-0.000699999975040555,-0.6378999948501587,-0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,-0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,-0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,-0.9617999792098999,-0.0007999999797903001,-0.27390000224113464,-0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,-0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,-0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,-0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,-0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,-0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,-0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,-0.7700999975204468,-0.0007999999797903001,-0.6378999948501587,-0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,-0.7702000141143799,-0.0010000000474974513,-0.6378999948501587,-0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,-0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,-0.961899995803833,-0.0012000000569969416,-0.2734000086784363,-0.9348000288009644,-0.0010000000474974513,-0.35510000586509705,-0.961899995803833,-0.0012000000569969416,-0.2734000086784363,-0.9348999857902527,-0.0012000000569969416,-0.3549000024795532,-0.9502000212669373,-0.0008999999845400453,-0.311599999666214,-0.9574999809265137,-0.0010000000474974513,-0.28859999775886536,-0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,-0.9502000212669373,-0.0008999999845400453,-0.311599999666214,-0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,-0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,-0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,-0.9575999975204468,-0.0012000000569969416,-0.2883000075817108,-0.9574999809265137,-0.0010000000474974513,-0.28859999775886536,-0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,-0.9574999809265137,-0.0010000000474974513,-0.28859999775886536,-0.9502000212669373,-0.0008999999845400453,-0.311599999666214,-0.9574999809265137,-0.0010000000474974513,-0.28859999775886536,-0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,-0.9617999792098999,-0.0007999999797903001,-0.27390000224113464,-0.9574999809265137,-0.0010000000474974513,-0.28859999775886536,-0.9617999792098999,-0.0007999999797903001,-0.27390000224113464,-0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,-0.9575999975204468,-0.0012000000569969416,-0.2883000075817108,-0.961899995803833,-0.0012000000569969416,-0.2734000086784363,-0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,-0.9575999975204468,-0.0012000000569969416,-0.2883000075817108,-0.9617999792098999,-0.0010000000474974513,-0.2736999988555908,-0.9574999809265137,-0.0010000000474974513,-0.28859999775886536,-0.9505000114440918,-0.0020000000949949026,-0.31060001254081726,-0.9577999711036682,-0.002199999988079071,-0.28760001063346863,-0.9577000141143799,-0.001500000013038516,-0.28790000081062317,-0.9505000114440918,-0.0020000000949949026,-0.31060001254081726,-0.9577000141143799,-0.001500000013038516,-0.28790000081062317,-0.9503999948501587,-0.00139999995008111,-0.3109999895095825,-0.9577999711036682,-0.002199999988079071,-0.28760001063346863,-0.9621000289916992,-0.002300000051036477,-0.2727999985218048,-0.9620000123977661,-0.001500000013038516,-0.27309998869895935,-0.9577999711036682,-0.002199999988079071,-0.28760001063346863,-0.9620000123977661,-0.001500000013038516,-0.27309998869895935,-0.9577000141143799,-0.001500000013038516,-0.28790000081062317,-0.9503999948501587,-0.00139999995008111,-0.3109999895095825,-0.9577000141143799,-0.001500000013038516,-0.28790000081062317,-0.9575999975204468,-0.0012000000569969416,-0.2883000075817108,-0.9503999948501587,-0.00139999995008111,-0.3109999895095825,-0.9575999975204468,-0.0012000000569969416,-0.2883000075817108,-0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,-0.9577000141143799,-0.001500000013038516,-0.28790000081062317,-0.9620000123977661,-0.001500000013038516,-0.27309998869895935,-0.961899995803833,-0.0012000000569969416,-0.2734000086784363,-0.9577000141143799,-0.001500000013038516,-0.28790000081062317,-0.961899995803833,-0.0012000000569969416,-0.2734000086784363,-0.9575999975204468,-0.0012000000569969416,-0.2883000075817108,-0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,-0.9348000288009644,-0.000699999975040555,-0.35519999265670776,-0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,-0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,-0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,-0.7700999975204468,-0.000699999975040555,-0.6378999948501587,-0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,-0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,-0.9348000288009644,-0.000699999975040555,-0.35519999265670776,-0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,-0.9348000288009644,-0.000699999975040555,-0.35519999265670776,-0.7700999975204468,-0.0006000000284984708,-0.6378999948501587,-0.9348000288009644,-0.000699999975040555,-0.35519999265670776,-0.9617000222206116,-0.000699999975040555,-0.27399998903274536,-0.9617999792098999,-0.0007999999797903001,-0.27390000224113464,-0.9348000288009644,-0.000699999975040555,-0.35519999265670776,-0.9617999792098999,-0.0007999999797903001,-0.27390000224113464,-0.9348000288009644,-0.0007999999797903001,-0.35510000586509705,-0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,-0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,-0.9617000222206116,-0.000699999975040555,-0.27399998903274536,-0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,-0.9617000222206116,-0.000699999975040555,-0.27399998903274536,-0.9348000288009644,-0.000699999975040555,-0.35519999265670776,-0.7700999975204468,0,-0.6378999948501587,-0.9348000288009644,0,-0.35530000925064087,-0.9348000288009644,-0.00019999999494757503,-0.35530000925064087,-0.7700999975204468,0,-0.6378999948501587,-0.9348000288009644,-0.00019999999494757503,-0.35530000925064087,-0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,-0.9348000288009644,0,-0.35530000925064087,-0.9617000222206116,0,-0.2741999924182892,-0.9617000222206116,-0.00019999999494757503,-0.2741999924182892,-0.9348000288009644,0,-0.35530000925064087,-0.9617000222206116,-0.00019999999494757503,-0.2741999924182892,-0.9348000288009644,-0.00019999999494757503,-0.35530000925064087,-0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,-0.9348000288009644,-0.00019999999494757503,-0.35530000925064087,-0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,-0.7700999975204468,-0.00019999999494757503,-0.6378999948501587,-0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,-0.7700999975204468,-0.00039999998989515007,-0.6378999948501587,-0.9348000288009644,-0.00019999999494757503,-0.35530000925064087,-0.9617000222206116,-0.00019999999494757503,-0.2741999924182892,-0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,-0.9348000288009644,-0.00019999999494757503,-0.35530000925064087,-0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,-0.9348000288009644,-0.0005000000237487257,-0.35519999265670776,-0.949999988079071,-0.00019999999494757503,-0.3124000132083893,-0.9573000073432922,-0.00019999999494757503,-0.2892000079154968,-0.9573000073432922,0,-0.2892000079154968,-0.949999988079071,-0.00019999999494757503,-0.3124000132083893,-0.9573000073432922,0,-0.2892000079154968,-0.949999988079071,0,-0.3124000132083893,-0.949999988079071,-0.00039999998989515007,-0.3122999966144562,-0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,-0.9573000073432922,-0.00019999999494757503,-0.2892000079154968,-0.949999988079071,-0.00039999998989515007,-0.3122999966144562,-0.9573000073432922,-0.00019999999494757503,-0.2892000079154968,-0.949999988079071,-0.00019999999494757503,-0.3124000132083893,-0.9573000073432922,-0.00019999999494757503,-0.2892000079154968,-0.9617000222206116,-0.00019999999494757503,-0.2741999924182892,-0.9617000222206116,0,-0.2741999924182892,-0.9573000073432922,-0.00019999999494757503,-0.2892000079154968,-0.9617000222206116,0,-0.2741999924182892,-0.9573000073432922,0,-0.2892000079154968,-0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,-0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,-0.9617000222206116,-0.00019999999494757503,-0.2741999924182892,-0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,-0.9617000222206116,-0.00019999999494757503,-0.2741999924182892,-0.9573000073432922,-0.00019999999494757503,-0.2892000079154968,-0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,-0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,-0.9573000073432922,-0.000699999975040555,-0.289000004529953,-0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,-0.9573000073432922,-0.000699999975040555,-0.289000004529953,-0.949999988079071,-0.0006000000284984708,-0.31209999322891235,-0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,-0.9617999792098999,-0.0007999999797903001,-0.27390000224113464,-0.9617000222206116,-0.000699999975040555,-0.27399998903274536,-0.9574000239372253,-0.0007999999797903001,-0.2888000011444092,-0.9617000222206116,-0.000699999975040555,-0.27399998903274536,-0.9573000073432922,-0.000699999975040555,-0.289000004529953,-0.949999988079071,-0.0006000000284984708,-0.31209999322891235,-0.9573000073432922,-0.000699999975040555,-0.289000004529953,-0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,-0.949999988079071,-0.0006000000284984708,-0.31209999322891235,-0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,-0.949999988079071,-0.00039999998989515007,-0.3122999966144562,-0.9573000073432922,-0.000699999975040555,-0.289000004529953,-0.9617000222206116,-0.000699999975040555,-0.27399998903274536,-0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,-0.9573000073432922,-0.000699999975040555,-0.289000004529953,-0.9617000222206116,-0.0005000000237487257,-0.27410000562667847,-0.9573000073432922,-0.0005000000237487257,-0.2890999913215637,-0.7700999975204468,0.00019999999494757503,-0.6378999948501587,-0.9348000288009644,0.0003000000142492354,-0.35530000925064087,-0.9348000288009644,0,-0.35530000925064087,-0.7700999975204468,0.00019999999494757503,-0.6378999948501587,-0.9348000288009644,0,-0.35530000925064087,-0.7700999975204468,0,-0.6378999948501587,-0.7700999975204468,0.00039999998989515007,-0.6378999948501587,-0.9348000288009644,0.0005000000237487257,-0.35519999265670776,-0.9348000288009644,0.0003000000142492354,-0.35530000925064087,-0.7700999975204468,0.00039999998989515007,-0.6378999948501587,-0.9348000288009644,0.0003000000142492354,-0.35530000925064087,-0.7700999975204468,0.00019999999494757503,-0.6378999948501587,-0.9348000288009644,0.0003000000142492354,-0.35530000925064087,-0.9617000222206116,0.0003000000142492354,-0.2741999924182892,-0.9617000222206116,0,-0.2741999924182892,-0.9348000288009644,0.0003000000142492354,-0.35530000925064087,-0.9617000222206116,0,-0.2741999924182892,-0.9348000288009644,0,-0.35530000925064087,-0.9348000288009644,0.0005000000237487257,-0.35519999265670776,-0.9617000222206116,0.0005000000237487257,-0.27410000562667847,-0.9617000222206116,0.0003000000142492354,-0.2741999924182892,-0.9348000288009644,0.0005000000237487257,-0.35519999265670776,-0.9617000222206116,0.0003000000142492354,-0.2741999924182892,-0.9348000288009644,0.0003000000142492354,-0.35530000925064087,-0.7700999975204468,0.000699999975040555,-0.6378999948501587,-0.9348000288009644,0.0007999999797903001,-0.35510000586509705,-0.9348000288009644,0.000699999975040555,-0.35519999265670776,-0.7700999975204468,0.000699999975040555,-0.6378999948501587,-0.9348000288009644,0.000699999975040555,-0.35519999265670776,-0.7700999975204468,0.0006000000284984708,-0.6378999948501587,-0.9348000288009644,0.0007999999797903001,-0.35510000586509705,-0.9617999792098999,0.0008999999845400453,-0.27390000224113464,-0.9617000222206116,0.000699999975040555,-0.27399998903274536,-0.9348000288009644,0.0007999999797903001,-0.35510000586509705,-0.9617000222206116,0.000699999975040555,-0.27399998903274536,-0.9348000288009644,0.000699999975040555,-0.35519999265670776,-0.7700999975204468,0.0006000000284984708,-0.6378999948501587,-0.9348000288009644,0.000699999975040555,-0.35519999265670776,-0.9348000288009644,0.0005000000237487257,-0.35519999265670776,-0.7700999975204468,0.0006000000284984708,-0.6378999948501587,-0.9348000288009644,0.0005000000237487257,-0.35519999265670776,-0.7700999975204468,0.00039999998989515007,-0.6378999948501587,-0.9348000288009644,0.000699999975040555,-0.35519999265670776,-0.9617000222206116,0.000699999975040555,-0.27399998903274536,-0.9617000222206116,0.0005000000237487257,-0.27410000562667847,-0.9348000288009644,0.000699999975040555,-0.35519999265670776,-0.9617000222206116,0.0005000000237487257,-0.27410000562667847,-0.9348000288009644,0.0005000000237487257,-0.35519999265670776,-0.9501000046730042,0.0006000000284984708,-0.31209999322891235,-0.9573000073432922,0.000699999975040555,-0.289000004529953,-0.9574000239372253,0.0007999999797903001,-0.2888000011444092,-0.9501000046730042,0.0006000000284984708,-0.31209999322891235,-0.9574000239372253,0.0007999999797903001,-0.2888000011444092,-0.9501000046730042,0.0007999999797903001,-0.31189998984336853,-0.949999988079071,0.00039999998989515007,-0.3122999966144562,-0.9573000073432922,0.0005000000237487257,-0.2890999913215637,-0.9573000073432922,0.000699999975040555,-0.289000004529953,-0.949999988079071,0.00039999998989515007,-0.3122999966144562,-0.9573000073432922,0.000699999975040555,-0.289000004529953,-0.9501000046730042,0.0006000000284984708,-0.31209999322891235,-0.9573000073432922,0.000699999975040555,-0.289000004529953,-0.9617000222206116,0.000699999975040555,-0.27399998903274536,-0.9617999792098999,0.0008999999845400453,-0.27390000224113464,-0.9573000073432922,0.000699999975040555,-0.289000004529953,-0.9617999792098999,0.0008999999845400453,-0.27390000224113464,-0.9574000239372253,0.0007999999797903001,-0.2888000011444092,-0.9573000073432922,0.0005000000237487257,-0.2890999913215637,-0.9617000222206116,0.0005000000237487257,-0.27410000562667847,-0.9617000222206116,0.000699999975040555,-0.27399998903274536,-0.9573000073432922,0.0005000000237487257,-0.2890999913215637,-0.9617000222206116,0.000699999975040555,-0.27399998903274536,-0.9573000073432922,0.000699999975040555,-0.289000004529953,-0.949999988079071,0,-0.3124000132083893,-0.9573000073432922,0,-0.2892000079154968,-0.9573000073432922,0.0003000000142492354,-0.2892000079154968,-0.949999988079071,0,-0.3124000132083893,-0.9573000073432922,0.0003000000142492354,-0.2892000079154968,-0.949999988079071,0.00019999999494757503,-0.3122999966144562,-0.9573000073432922,0,-0.2892000079154968,-0.9617000222206116,0,-0.2741999924182892,-0.9617000222206116,0.0003000000142492354,-0.2741999924182892,-0.9573000073432922,0,-0.2892000079154968,-0.9617000222206116,0.0003000000142492354,-0.2741999924182892,-0.9573000073432922,0.0003000000142492354,-0.2892000079154968,-0.949999988079071,0.00019999999494757503,-0.3122999966144562,-0.9573000073432922,0.0003000000142492354,-0.2892000079154968,-0.9573000073432922,0.0005000000237487257,-0.2890999913215637,-0.949999988079071,0.00019999999494757503,-0.3122999966144562,-0.9573000073432922,0.0005000000237487257,-0.2890999913215637,-0.949999988079071,0.00039999998989515007,-0.3122999966144562,-0.9573000073432922,0.0003000000142492354,-0.2892000079154968,-0.9617000222206116,0.0003000000142492354,-0.2741999924182892,-0.9617000222206116,0.0005000000237487257,-0.27410000562667847,-0.9573000073432922,0.0003000000142492354,-0.2892000079154968,-0.9617000222206116,0.0005000000237487257,-0.27410000562667847,-0.9573000073432922,0.0005000000237487257,-0.2890999913215637,-0.7700999975204468,0.0007999999797903001,-0.6378999948501587,-0.9348000288009644,0.0010000000474974513,-0.35510000586509705,-0.9348000288009644,0.0007999999797903001,-0.35510000586509705,-0.7700999975204468,0.0007999999797903001,-0.6378999948501587,-0.9348000288009644,0.0007999999797903001,-0.35510000586509705,-0.7700999975204468,0.000699999975040555,-0.6378999948501587,-0.7702000141143799,0.0010000000474974513,-0.6377999782562256,-0.9348999857902527,0.0012000000569969416,-0.3549000024795532,-0.9348000288009644,0.0010000000474974513,-0.35510000586509705,-0.7702000141143799,0.0010000000474974513,-0.6377999782562256,-0.9348000288009644,0.0010000000474974513,-0.35510000586509705,-0.7700999975204468,0.0007999999797903001,-0.6378999948501587,-0.9348000288009644,0.0010000000474974513,-0.35510000586509705,-0.9617999792098999,0.0010000000474974513,-0.2736999988555908,-0.9617999792098999,0.0008999999845400453,-0.27390000224113464,-0.9348000288009644,0.0010000000474974513,-0.35510000586509705,-0.9617999792098999,0.0008999999845400453,-0.27390000224113464,-0.9348000288009644,0.0007999999797903001,-0.35510000586509705,-0.9348999857902527,0.0012000000569969416,-0.3549000024795532,-0.961899995803833,0.0012000000569969416,-0.2734000086784363,-0.9617999792098999,0.0010000000474974513,-0.2736999988555908,-0.9348999857902527,0.0012000000569969416,-0.3549000024795532,-0.9617999792098999,0.0010000000474974513,-0.2736999988555908,-0.9348000288009644,0.0010000000474974513,-0.35510000586509705,-0.770799994468689,0.0019000000320374966,-0.6370999813079834,-0.9351999759674072,0.002199999988079071,-0.35420000553131104,-0.9350000023841858,0.001500000013038516,-0.3546000123023987,-0.770799994468689,0.0019000000320374966,-0.6370999813079834,-0.9350000023841858,0.001500000013038516,-0.3546000123023987,-0.7703999876976013,0.0013000000035390258,-0.6376000046730042,-0.9351999759674072,0.002199999988079071,-0.35420000553131104,-0.9621000289916992,0.002199999988079071,-0.2727999985218048,-0.9620000123977661,0.001500000013038516,-0.27309998869895935,-0.9351999759674072,0.002199999988079071,-0.35420000553131104,-0.9620000123977661,0.001500000013038516,-0.27309998869895935,-0.9350000023841858,0.001500000013038516,-0.3546000123023987,-0.7703999876976013,0.0013000000035390258,-0.6376000046730042,-0.9350000023841858,0.001500000013038516,-0.3546000123023987,-0.9348999857902527,0.0012000000569969416,-0.3549000024795532,-0.7703999876976013,0.0013000000035390258,-0.6376000046730042,-0.9348999857902527,0.0012000000569969416,-0.3549000024795532,-0.7702000141143799,0.0010000000474974513,-0.6377999782562256,-0.9350000023841858,0.001500000013038516,-0.3546000123023987,-0.9620000123977661,0.001500000013038516,-0.27309998869895935,-0.961899995803833,0.0012000000569969416,-0.2734000086784363,-0.9350000023841858,0.001500000013038516,-0.3546000123023987,-0.961899995803833,0.0012000000569969416,-0.2734000086784363,-0.9348999857902527,0.0012000000569969416,-0.3549000024795532,-0.9503999948501587,0.0013000000035390258,-0.3109000027179718,-0.9577000141143799,0.001500000013038516,-0.28790000081062317,-0.9577999711036682,0.002099999925121665,-0.2874999940395355,-0.9503999948501587,0.0013000000035390258,-0.3109000027179718,-0.9577999711036682,0.002099999925121665,-0.2874999940395355,-0.9506000280380249,0.0020000000949949026,-0.31049999594688416,-0.9502999782562256,0.0010999999940395355,-0.31130000948905945,-0.9575999975204468,0.0012000000569969416,-0.2881999909877777,-0.9577000141143799,0.001500000013038516,-0.28790000081062317,-0.9502999782562256,0.0010999999940395355,-0.31130000948905945,-0.9577000141143799,0.001500000013038516,-0.28790000081062317,-0.9503999948501587,0.0013000000035390258,-0.3109000027179718,-0.9577000141143799,0.001500000013038516,-0.28790000081062317,-0.9620000123977661,0.001500000013038516,-0.27309998869895935,-0.9621000289916992,0.002199999988079071,-0.2727999985218048,-0.9577000141143799,0.001500000013038516,-0.28790000081062317,-0.9621000289916992,0.002199999988079071,-0.2727999985218048,-0.9577999711036682,0.002099999925121665,-0.2874999940395355,-0.9575999975204468,0.0012000000569969416,-0.2881999909877777,-0.961899995803833,0.0012000000569969416,-0.2734000086784363,-0.9620000123977661,0.001500000013038516,-0.27309998869895935,-0.9575999975204468,0.0012000000569969416,-0.2881999909877777,-0.9620000123977661,0.001500000013038516,-0.27309998869895935,-0.9577000141143799,0.001500000013038516,-0.28790000081062317,-0.9501000046730042,0.0007999999797903001,-0.31189998984336853,-0.9574000239372253,0.0007999999797903001,-0.2888000011444092,-0.9574999809265137,0.0010000000474974513,-0.28850001096725464,-0.9501000046730042,0.0007999999797903001,-0.31189998984336853,-0.9574999809265137,0.0010000000474974513,-0.28850001096725464,-0.9502000212669373,0.0008999999845400453,-0.311599999666214,-0.9574000239372253,0.0007999999797903001,-0.2888000011444092,-0.9617999792098999,0.0008999999845400453,-0.27390000224113464,-0.9617999792098999,0.0010000000474974513,-0.2736999988555908,-0.9574000239372253,0.0007999999797903001,-0.2888000011444092,-0.9617999792098999,0.0010000000474974513,-0.2736999988555908,-0.9574999809265137,0.0010000000474974513,-0.28850001096725464,-0.9502000212669373,0.0008999999845400453,-0.311599999666214,-0.9574999809265137,0.0010000000474974513,-0.28850001096725464,-0.9575999975204468,0.0012000000569969416,-0.2881999909877777,-0.9502000212669373,0.0008999999845400453,-0.311599999666214,-0.9575999975204468,0.0012000000569969416,-0.2881999909877777,-0.9502999782562256,0.0010999999940395355,-0.31130000948905945,-0.9574999809265137,0.0010000000474974513,-0.28850001096725464,-0.9617999792098999,0.0010000000474974513,-0.2736999988555908,-0.961899995803833,0.0012000000569969416,-0.2734000086784363,-0.9574999809265137,0.0010000000474974513,-0.28850001096725464,-0.961899995803833,0.0012000000569969416,-0.2734000086784363,-0.9575999975204468,0.0012000000569969416,-0.2881999909877777,-0.9340000152587891,0.030400000512599945,-0.35589998960494995,-0.9351999759674072,0.002199999988079071,-0.35420000553131104,-0.770799994468689,0.0019000000320374966,-0.6370999813079834,-0.9340000152587891,0.030400000512599945,-0.35589998960494995,-0.770799994468689,0.0019000000320374966,-0.6370999813079834,-0.766700029373169,0.025699999183416367,-0.6414999961853027,-0.909600019454956,0.19470000267028809,-0.36719998717308044,-0.9340000152587891,0.030400000512599945,-0.35589998960494995,-0.766700029373169,0.025699999183416367,-0.6414999961853027,-0.909600019454956,0.19470000267028809,-0.36719998717308044,-0.766700029373169,0.025699999183416367,-0.6414999961853027,-0.7268999814987183,0.15809999406337738,-0.6682999730110168,-0.9351999759674072,0.002199999988079071,-0.35420000553131104,-0.9340000152587891,0.030400000512599945,-0.35589998960494995,-0.9617000222206116,0.03139999881386757,-0.27239999175071716,-0.9351999759674072,0.002199999988079071,-0.35420000553131104,-0.9617000222206116,0.03139999881386757,-0.27239999175071716,-0.9621000289916992,0.002199999988079071,-0.2727999985218048,-0.9340000152587891,0.030400000512599945,-0.35589998960494995,-0.909600019454956,0.19470000267028809,-0.36719998717308044,-0.9419000148773193,0.20399999618530273,-0.26669999957084656,-0.9340000152587891,0.030400000512599945,-0.35589998960494995,-0.9419000148773193,0.20399999618530273,-0.26669999957084656,-0.9617000222206116,0.03139999881386757,-0.27239999175071716,-0.29840001463890076,0.9032999873161316,-0.30820000171661377,-0.6854000091552734,0.6255000233650208,-0.37290000915527344,-0.5152999758720398,0.47839999198913574,-0.7110999822616577,-0.29840001463890076,0.9032999873161316,-0.30820000171661377,-0.5152999758720398,0.47839999198913574,-0.7110999822616577,-0.23690000176429749,0.7093999981880188,-0.6638000011444092,-0.31200000643730164,0.9426000118255615,-0.11860000342130661,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.6854000091552734,0.6255000233650208,-0.37290000915527344,-0.31200000643730164,0.9426000118255615,-0.11860000342130661,-0.6854000091552734,0.6255000233650208,-0.37290000915527344,-0.29840001463890076,0.9032999873161316,-0.30820000171661377,-0.6854000091552734,0.6255000233650208,-0.37290000915527344,-0.909600019454956,0.19470000267028809,-0.36719998717308044,-0.7268999814987183,0.15809999406337738,-0.6682999730110168,-0.6854000091552734,0.6255000233650208,-0.37290000915527344,-0.7268999814987183,0.15809999406337738,-0.6682999730110168,-0.5152999758720398,0.47839999198913574,-0.7110999822616577,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.9419000148773193,0.20399999618530273,-0.26669999957084656,-0.909600019454956,0.19470000267028809,-0.36719998717308044,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.909600019454956,0.19470000267028809,-0.36719998717308044,-0.6854000091552734,0.6255000233650208,-0.37290000915527344,-0.7373999953269958,0.6370999813079834,-0.22439999878406525,-0.725600004196167,0.6564000248908997,-0.20659999549388885,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.7373999953269958,0.6370999813079834,-0.22439999878406525,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.3386000096797943,0.9362999796867371,-0.09350000321865082,-0.9363999962806702,0.18529999256134033,-0.2980000078678131,-0.9404000043869019,0.19859999418258667,-0.2759999930858612,-0.725600004196167,0.6564000248908997,-0.20659999549388885,-0.9363999962806702,0.18529999256134033,-0.2980000078678131,-0.725600004196167,0.6564000248908997,-0.20659999549388885,-0.7373999953269958,0.6370999813079834,-0.22439999878406525,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.31200000643730164,0.9426000118255615,-0.11860000342130661,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.725600004196167,0.6564000248908997,-0.20659999549388885,-0.9404000043869019,0.19859999418258667,-0.2759999930858612,-0.9419000148773193,0.20399999618530273,-0.26669999957084656,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.9404000043869019,0.19859999418258667,-0.2759999930858612,-0.7190999984741211,0.6603000164031982,-0.21660000085830688,-0.725600004196167,0.6564000248908997,-0.20659999549388885,-0.9506000280380249,0.0020000000949949026,-0.31049999594688416,-0.9577999711036682,0.002099999925121665,-0.2874999940395355,-0.9575999975204468,0.03020000085234642,-0.2865999937057495,-0.9506000280380249,0.0020000000949949026,-0.31049999594688416,-0.9575999975204468,0.03020000085234642,-0.2865999937057495,-0.9505000114440918,0.027899999171495438,-0.3093000054359436,-0.9577999711036682,0.002099999925121665,-0.2874999940395355,-0.9621000289916992,0.002199999988079071,-0.2727999985218048,-0.9617000222206116,0.03139999881386757,-0.27239999175071716,-0.9577999711036682,0.002099999925121665,-0.2874999940395355,-0.9617000222206116,0.03139999881386757,-0.27239999175071716,-0.9575999975204468,0.03020000085234642,-0.2865999937057495,-0.9505000114440918,0.027899999171495438,-0.3093000054359436,-0.9575999975204468,0.03020000085234642,-0.2865999937057495,-0.9404000043869019,0.19859999418258667,-0.2759999930858612,-0.9505000114440918,0.027899999171495438,-0.3093000054359436,-0.9404000043869019,0.19859999418258667,-0.2759999930858612,-0.9363999962806702,0.18529999256134033,-0.2980000078678131,-0.9575999975204468,0.03020000085234642,-0.2865999937057495,-0.9617000222206116,0.03139999881386757,-0.27239999175071716,-0.9419000148773193,0.20399999618530273,-0.26669999957084656,-0.9575999975204468,0.03020000085234642,-0.2865999937057495,-0.9419000148773193,0.20399999618530273,-0.26669999957084656,-0.9404000043869019,0.19859999418258667,-0.2759999930858612,-0.12770000100135803,0.9509000182151794,-0.2818000018596649,-0.29840001463890076,0.9032999873161316,-0.30820000171661377,-0.23690000176429749,0.7093999981880188,-0.6638000011444092,-0.12770000100135803,0.9509000182151794,-0.2818000018596649,-0.23690000176429749,0.7093999981880188,-0.6638000011444092,-0.10350000113248825,0.7577000260353088,-0.6442999839782715,-0.05350000038743019,0.9602000117301941,-0.27399998903274536,-0.12770000100135803,0.9509000182151794,-0.2818000018596649,-0.10350000113248825,0.7577000260353088,-0.6442999839782715,-0.05350000038743019,0.9602000117301941,-0.27399998903274536,-0.10350000113248825,0.7577000260353088,-0.6442999839782715,-0.04349999874830246,0.767300009727478,-0.6398000121116638,-0.1331000030040741,0.988099992275238,-0.07769999653100967,-0.31200000643730164,0.9426000118255615,-0.11860000342130661,-0.29840001463890076,0.9032999873161316,-0.30820000171661377,-0.1331000030040741,0.988099992275238,-0.07769999653100967,-0.29840001463890076,0.9032999873161316,-0.30820000171661377,-0.12770000100135803,0.9509000182151794,-0.2818000018596649,-0.05570000037550926,0.9965000152587891,-0.06289999932050705,-0.1331000030040741,0.988099992275238,-0.07769999653100967,-0.12770000100135803,0.9509000182151794,-0.2818000018596649,-0.05570000037550926,0.9965000152587891,-0.06289999932050705,-0.12770000100135803,0.9509000182151794,-0.2818000018596649,-0.05350000038743019,0.9602000117301941,-0.27399998903274536,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,-0.016699999570846558,0.9624000191688538,-0.2712000012397766,-0.01360000018030405,0.7699999809265137,-0.6378999948501587,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,-0.01360000018030405,0.7699999809265137,-0.6378999948501587,0.0003000000142492354,0.771399974822998,-0.6363000273704529,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,0.00039999998989515007,0.9983999729156494,-0.05660000070929527,-0.017400000244379044,0.998199999332428,-0.05770000070333481,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,-0.017400000244379044,0.998199999332428,-0.05770000070333481,-0.016699999570846558,0.9624000191688538,-0.2712000012397766,-0.016699999570846558,0.9624000191688538,-0.2712000012397766,-0.05350000038743019,0.9602000117301941,-0.27399998903274536,-0.04349999874830246,0.767300009727478,-0.6398000121116638,-0.016699999570846558,0.9624000191688538,-0.2712000012397766,-0.04349999874830246,0.767300009727478,-0.6398000121116638,-0.01360000018030405,0.7699999809265137,-0.6378999948501587,-0.017400000244379044,0.998199999332428,-0.05770000070333481,-0.05570000037550926,0.9965000152587891,-0.06289999932050705,-0.05350000038743019,0.9602000117301941,-0.27399998903274536,-0.017400000244379044,0.998199999332428,-0.05770000070333481,-0.05350000038743019,0.9602000117301941,-0.27399998903274536,-0.016699999570846558,0.9624000191688538,-0.2712000012397766,-0.019099999219179153,0.9998000264167786,-0.0017000000225380063,-0.017899999395012856,0.9998000264167786,-0.009399999864399433,0.00039999998989515007,1,-0.008100000210106373,-0.019099999219179153,0.9998000264167786,-0.0017000000225380063,0.00039999998989515007,1,-0.008100000210106373,0.0005000000237487257,1,-0.00009999999747378752,-0.06120000034570694,0.9980999827384949,-0.00989999994635582,-0.05730000138282776,0.998199999332428,-0.016200000420212746,-0.017899999395012856,0.9998000264167786,-0.009399999864399433,-0.06120000034570694,0.9980999827384949,-0.00989999994635582,-0.017899999395012856,0.9998000264167786,-0.009399999864399433,-0.019099999219179153,0.9998000264167786,-0.0017000000225380063,-0.017899999395012856,0.9998000264167786,-0.009399999864399433,-0.017400000244379044,0.998199999332428,-0.05770000070333481,0.00039999998989515007,0.9983999729156494,-0.05660000070929527,-0.017899999395012856,0.9998000264167786,-0.009399999864399433,0.00039999998989515007,0.9983999729156494,-0.05660000070929527,0.00039999998989515007,1,-0.008100000210106373,-0.05730000138282776,0.998199999332428,-0.016200000420212746,-0.05570000037550926,0.9965000152587891,-0.06289999932050705,-0.017400000244379044,0.998199999332428,-0.05770000070333481,-0.05730000138282776,0.998199999332428,-0.016200000420212746,-0.017400000244379044,0.998199999332428,-0.05770000070333481,-0.017899999395012856,0.9998000264167786,-0.009399999864399433,-0.3386000096797943,0.9362999796867371,-0.09350000321865082,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.13680000603199005,0.9900000095367432,-0.03550000116229057,-0.3386000096797943,0.9362999796867371,-0.09350000321865082,-0.13680000603199005,0.9900000095367432,-0.03550000116229057,-0.1459999978542328,0.9886999726295471,-0.032999999821186066,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.31200000643730164,0.9426000118255615,-0.11860000342130661,-0.1331000030040741,0.988099992275238,-0.07769999653100967,-0.3199999928474426,0.9434000253677368,-0.08720000088214874,-0.1331000030040741,0.988099992275238,-0.07769999653100967,-0.13680000603199005,0.9900000095367432,-0.03550000116229057,-0.1459999978542328,0.9886999726295471,-0.032999999821186066,-0.13680000603199005,0.9900000095367432,-0.03550000116229057,-0.05730000138282776,0.998199999332428,-0.016200000420212746,-0.1459999978542328,0.9886999726295471,-0.032999999821186066,-0.05730000138282776,0.998199999332428,-0.016200000420212746,-0.06120000034570694,0.9980999827384949,-0.00989999994635582,-0.13680000603199005,0.9900000095367432,-0.03550000116229057,-0.1331000030040741,0.988099992275238,-0.07769999653100967,-0.05570000037550926,0.9965000152587891,-0.06289999932050705,-0.13680000603199005,0.9900000095367432,-0.03550000116229057,-0.05570000037550926,0.9965000152587891,-0.06289999932050705,-0.05730000138282776,0.998199999332428,-0.016200000420212746,0.019099999219179153,0.9623000025749207,-0.27149999141693115,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,0.0003000000142492354,0.771399974822998,-0.6363000273704529,0.019099999219179153,0.9623000025749207,-0.27149999141693115,0.0003000000142492354,0.771399974822998,-0.6363000273704529,0.015300000086426735,0.7698000073432922,-0.6381000280380249,0.06199999898672104,0.9592999815940857,-0.27570000290870667,0.019099999219179153,0.9623000025749207,-0.27149999141693115,0.015300000086426735,0.7698000073432922,-0.6381000280380249,0.06199999898672104,0.9592999815940857,-0.27570000290870667,0.015300000086426735,0.7698000073432922,-0.6381000280380249,0.049800001084804535,0.7657999992370605,-0.6412000060081482,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,0.019099999219179153,0.9623000025749207,-0.27149999141693115,0.02019999921321869,0.9980999827384949,-0.05810000002384186,0.0003000000142492354,0.9628999829292297,-0.27000001072883606,0.02019999921321869,0.9980999827384949,-0.05810000002384186,0.00039999998989515007,0.9983999729156494,-0.05660000070929527,0.06520000100135803,0.9958000183105469,-0.06469999998807907,0.02019999921321869,0.9980999827384949,-0.05810000002384186,0.019099999219179153,0.9623000025749207,-0.27149999141693115,0.06520000100135803,0.9958000183105469,-0.06469999998807907,0.019099999219179153,0.9623000025749207,-0.27149999141693115,0.06199999898672104,0.9592999815940857,-0.27570000290870667,0.34450000524520874,0.8823999762535095,-0.3206000030040741,0.149399995803833,0.9462000131607056,-0.2870999872684479,0.11949999630451202,0.7515000104904175,-0.6488000154495239,0.34450000524520874,0.8823999762535095,-0.3206000030040741,0.11949999630451202,0.7515000104904175,-0.6488000154495239,0.26910001039505005,0.6886000037193298,-0.6733999848365784,0.3628999888896942,0.9222999811172485,-0.13249999284744263,0.15719999372959137,0.984000027179718,-0.0835999995470047,0.149399995803833,0.9462000131607056,-0.2870999872684479,0.3628999888896942,0.9222999811172485,-0.13249999284744263,0.149399995803833,0.9462000131607056,-0.2870999872684479,0.34450000524520874,0.8823999762535095,-0.3206000030040741,0.149399995803833,0.9462000131607056,-0.2870999872684479,0.06199999898672104,0.9592999815940857,-0.27570000290870667,0.049800001084804535,0.7657999992370605,-0.6412000060081482,0.149399995803833,0.9462000131607056,-0.2870999872684479,0.049800001084804535,0.7657999992370605,-0.6412000060081482,0.11949999630451202,0.7515000104904175,-0.6488000154495239,0.15719999372959137,0.984000027179718,-0.0835999995470047,0.06520000100135803,0.9958000183105469,-0.06469999998807907,0.06199999898672104,0.9592999815940857,-0.27570000290870667,0.15719999372959137,0.984000027179718,-0.0835999995470047,0.06199999898672104,0.9592999815940857,-0.27570000290870667,0.149399995803833,0.9462000131607056,-0.2870999872684479,0.3926999866962433,0.9129999876022339,-0.11020000278949738,0.17329999804496765,0.984000027179718,-0.040699999779462814,0.1624000072479248,0.98580002784729,-0.042399998754262924,0.3926999866962433,0.9129999876022339,-0.11020000278949738,0.1624000072479248,0.98580002784729,-0.042399998754262924,0.3725999891757965,0.9222999811172485,-0.10279999673366547,0.17329999804496765,0.984000027179718,-0.040699999779462814,0.07240000367164612,0.9973000288009644,-0.012500000186264515,0.06759999692440033,0.9975000023841858,-0.018400000408291817,0.17329999804496765,0.984000027179718,-0.040699999779462814,0.06759999692440033,0.9975000023841858,-0.018400000408291817,0.1624000072479248,0.98580002784729,-0.042399998754262924,0.3725999891757965,0.9222999811172485,-0.10279999673366547,0.1624000072479248,0.98580002784729,-0.042399998754262924,0.15719999372959137,0.984000027179718,-0.0835999995470047,0.3725999891757965,0.9222999811172485,-0.10279999673366547,0.15719999372959137,0.984000027179718,-0.0835999995470047,0.3628999888896942,0.9222999811172485,-0.13249999284744263,0.1624000072479248,0.98580002784729,-0.042399998754262924,0.06759999692440033,0.9975000023841858,-0.018400000408291817,0.06520000100135803,0.9958000183105469,-0.06469999998807907,0.1624000072479248,0.98580002784729,-0.042399998754262924,0.06520000100135803,0.9958000183105469,-0.06469999998807907,0.15719999372959137,0.984000027179718,-0.0835999995470047,0.022600000724196434,0.9997000098228455,-0.002300000051036477,0.0005000000237487257,1,-0.00009999999747378752,0.00039999998989515007,1,-0.008100000210106373,0.022600000724196434,0.9997000098228455,-0.002300000051036477,0.00039999998989515007,1,-0.008100000210106373,0.020999999716877937,0.9997000098228455,-0.00989999994635582,0.020999999716877937,0.9997000098228455,-0.00989999994635582,0.00039999998989515007,1,-0.008100000210106373,0.00039999998989515007,0.9983999729156494,-0.05660000070929527,0.020999999716877937,0.9997000098228455,-0.00989999994635582,0.00039999998989515007,0.9983999729156494,-0.05660000070929527,0.02019999921321869,0.9980999827384949,-0.05810000002384186,0.07240000367164612,0.9973000288009644,-0.012500000186264515,0.022600000724196434,0.9997000098228455,-0.002300000051036477,0.020999999716877937,0.9997000098228455,-0.00989999994635582,0.07240000367164612,0.9973000288009644,-0.012500000186264515,0.020999999716877937,0.9997000098228455,-0.00989999994635582,0.06759999692440033,0.9975000023841858,-0.018400000408291817,0.06759999692440033,0.9975000023841858,-0.018400000408291817,0.020999999716877937,0.9997000098228455,-0.00989999994635582,0.02019999921321869,0.9980999827384949,-0.05810000002384186,0.06759999692440033,0.9975000023841858,-0.018400000408291817,0.02019999921321869,0.9980999827384949,-0.05810000002384186,0.06520000100135803,0.9958000183105469,-0.06469999998807907,0.7174999713897705,0.5852000117301941,-0.37779998779296875,0.34450000524520874,0.8823999762535095,-0.3206000030040741,0.26910001039505005,0.6886000037193298,-0.6733999848365784,0.7174999713897705,0.5852000117301941,-0.37779998779296875,0.26910001039505005,0.6886000037193298,-0.6733999848365784,0.5425000190734863,0.44699999690055847,-0.7113000154495239,0.9125000238418579,0.18080000579357147,-0.3668999969959259,0.7174999713897705,0.5852000117301941,-0.37779998779296875,0.5425000190734863,0.44699999690055847,-0.7113000154495239,0.9125000238418579,0.18080000579357147,-0.3668999969959259,0.5425000190734863,0.44699999690055847,-0.7113000154495239,0.7312999963760376,0.1467999964952469,-0.666100025177002,0.7515000104904175,0.6200000047683716,-0.2257000058889389,0.3628999888896942,0.9222999811172485,-0.13249999284744263,0.34450000524520874,0.8823999762535095,-0.3206000030040741,0.7515000104904175,0.6200000047683716,-0.2257000058889389,0.34450000524520874,0.8823999762535095,-0.3206000030040741,0.7174999713897705,0.5852000117301941,-0.37779998779296875,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.7515000104904175,0.6200000047683716,-0.2257000058889389,0.7174999713897705,0.5852000117301941,-0.37779998779296875,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.7174999713897705,0.5852000117301941,-0.37779998779296875,0.9125000238418579,0.18080000579357147,-0.3668999969959259,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.9340000152587891,0.029400000348687172,-0.35600000619888306,0.7667999863624573,0.024700000882148743,-0.6414999961853027,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.7667999863624573,0.024700000882148743,-0.6414999961853027,0.7706999778747559,0.0019000000320374966,-0.6371999979019165,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.9621000289916992,0.002300000051036477,-0.2727999985218048,0.9616000056266785,0.03060000017285347,-0.272599995136261,0.9351000189781189,0.002199999988079071,-0.35429999232292175,0.9616000056266785,0.03060000017285347,-0.272599995136261,0.9340000152587891,0.029400000348687172,-0.35600000619888306,0.9340000152587891,0.029400000348687172,-0.35600000619888306,0.9125000238418579,0.18080000579357147,-0.3668999969959259,0.7312999963760376,0.1467999964952469,-0.666100025177002,0.9340000152587891,0.029400000348687172,-0.35600000619888306,0.7312999963760376,0.1467999964952469,-0.666100025177002,0.7667999863624573,0.024700000882148743,-0.6414999961853027,0.9340000152587891,0.029400000348687172,-0.35600000619888306,0.9616000056266785,0.03060000017285347,-0.272599995136261,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.9340000152587891,0.029400000348687172,-0.35600000619888306,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.9125000238418579,0.18080000579357147,-0.3668999969959259,0.9505000114440918,0.027899999171495438,-0.30959999561309814,0.9574999809265137,0.02979999966919422,-0.28679999709129333,0.9577999711036682,0.002199999988079071,-0.28760001063346863,0.9505000114440918,0.027899999171495438,-0.30959999561309814,0.9577999711036682,0.002199999988079071,-0.28760001063346863,0.9505000114440918,0.0020000000949949026,-0.31060001254081726,0.9505000114440918,0.027899999171495438,-0.30959999561309814,0.9381999969482422,0.17419999837875366,-0.29919999837875366,0.9424999952316284,0.18619999289512634,-0.2775000035762787,0.9505000114440918,0.027899999171495438,-0.30959999561309814,0.9424999952316284,0.18619999289512634,-0.2775000035762787,0.9574999809265137,0.02979999966919422,-0.28679999709129333,0.9574999809265137,0.02979999966919422,-0.28679999709129333,0.9616000056266785,0.03060000017285347,-0.272599995136261,0.9621000289916992,0.002300000051036477,-0.2727999985218048,0.9574999809265137,0.02979999966919422,-0.28679999709129333,0.9621000289916992,0.002300000051036477,-0.2727999985218048,0.9577999711036682,0.002199999988079071,-0.28760001063346863,0.9574999809265137,0.02979999966919422,-0.28679999709129333,0.9424999952316284,0.18619999289512634,-0.2775000035762787,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.9574999809265137,0.02979999966919422,-0.28679999709129333,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.9616000056266785,0.03060000017285347,-0.272599995136261,0.7681999802589417,0.5958999991416931,-0.23399999737739563,0.3926999866962433,0.9129999876022339,-0.11020000278949738,0.3725999891757965,0.9222999811172485,-0.10279999673366547,0.7681999802589417,0.5958999991416931,-0.23399999737739563,0.3725999891757965,0.9222999811172485,-0.10279999673366547,0.7573000192642212,0.6161999702453613,-0.21649999916553497,0.3628999888896942,0.9222999811172485,-0.13249999284744263,0.7515000104904175,0.6200000047683716,-0.2257000058889389,0.7573000192642212,0.6161999702453613,-0.21649999916553497,0.3628999888896942,0.9222999811172485,-0.13249999284744263,0.7573000192642212,0.6161999702453613,-0.21649999916553497,0.3725999891757965,0.9222999811172485,-0.10279999673366547,0.9381999969482422,0.17419999837875366,-0.29919999837875366,0.7681999802589417,0.5958999991416931,-0.23399999737739563,0.7573000192642212,0.6161999702453613,-0.21649999916553497,0.9381999969482422,0.17419999837875366,-0.29919999837875366,0.7573000192642212,0.6161999702453613,-0.21649999916553497,0.9424999952316284,0.18619999289512634,-0.2775000035762787,0.9424999952316284,0.18619999289512634,-0.2775000035762787,0.7573000192642212,0.6161999702453613,-0.21649999916553497,0.7515000104904175,0.6200000047683716,-0.2257000058889389,0.9424999952316284,0.18619999289512634,-0.2775000035762787,0.7515000104904175,0.6200000047683716,-0.2257000058889389,0.9444000124931335,0.19040000438690186,-0.26809999346733093,0.9503999948501587,0.00139999995008111,-0.3109999895095825,0.9449999928474426,0.0012000000569969416,-0.32710000872612,0.9451000094413757,0.0017999999690800905,-0.32670000195503235,0.9503999948501587,0.00139999995008111,-0.3109999895095825,0.9451000094413757,0.0017999999690800905,-0.32670000195503235,0.9505000114440918,0.0020000000949949026,-0.31060001254081726,0.9502999782562256,0.0010999999940395355,-0.31130000948905945,0.9448000192642212,0.0008999999845400453,-0.32749998569488525,0.9449999928474426,0.0012000000569969416,-0.32710000872612,0.9502999782562256,0.0010999999940395355,-0.31130000948905945,0.9449999928474426,0.0012000000569969416,-0.32710000872612,0.9503999948501587,0.00139999995008111,-0.3109999895095825,0.9449999928474426,0.0012000000569969416,-0.32710000872612,0.9412999749183655,0.0010000000474974513,-0.33739998936653137,0.9415000081062317,0.001500000013038516,-0.3370000123977661,0.9449999928474426,0.0012000000569969416,-0.32710000872612,0.9415000081062317,0.001500000013038516,-0.3370000123977661,0.9451000094413757,0.0017999999690800905,-0.32670000195503235,0.9448000192642212,0.0008999999845400453,-0.32749998569488525,0.9412000179290771,0.0007999999797903001,-0.337799996137619,0.9412999749183655,0.0010000000474974513,-0.33739998936653137,0.9448000192642212,0.0008999999845400453,-0.32749998569488525,0.9412999749183655,0.0010000000474974513,-0.33739998936653137,0.9449999928474426,0.0012000000569969416,-0.32710000872612,0.9501000046730042,0.0007999999797903001,-0.31189998984336853,0.944599986076355,0.000699999975040555,-0.3280999958515167,0.9447000026702881,0.0007999999797903001,-0.3278000056743622,0.9501000046730042,0.0007999999797903001,-0.31189998984336853,0.9447000026702881,0.0007999999797903001,-0.3278000056743622,0.9502000212669373,0.0008999999845400453,-0.311599999666214,0.944599986076355,0.000699999975040555,-0.3280999958515167,0.9409999847412109,0.0006000000284984708,-0.3384000062942505,0.941100001335144,0.000699999975040555,-0.33809998631477356,0.944599986076355,0.000699999975040555,-0.3280999958515167,0.941100001335144,0.000699999975040555,-0.33809998631477356,0.9447000026702881,0.0007999999797903001,-0.3278000056743622,0.9502000212669373,0.0008999999845400453,-0.311599999666214,0.9447000026702881,0.0007999999797903001,-0.3278000056743622,0.9448000192642212,0.0008999999845400453,-0.32749998569488525,0.9502000212669373,0.0008999999845400453,-0.311599999666214,0.9448000192642212,0.0008999999845400453,-0.32749998569488525,0.9502999782562256,0.0010999999940395355,-0.31130000948905945,0.9447000026702881,0.0007999999797903001,-0.3278000056743622,0.941100001335144,0.000699999975040555,-0.33809998631477356,0.9412000179290771,0.0007999999797903001,-0.337799996137619,0.9447000026702881,0.0007999999797903001,-0.3278000056743622,0.9412000179290771,0.0007999999797903001,-0.337799996137619,0.9448000192642212,0.0008999999845400453,-0.32749998569488525,0.9265000224113464,0.00039999998989515007,-0.37619999051094055,0.9366000294685364,0.0005000000237487257,-0.35040000081062317,0.9365000128746033,0.00039999998989515007,-0.350600004196167,0.9265000224113464,0.00039999998989515007,-0.37619999051094055,0.9365000128746033,0.00039999998989515007,-0.350600004196167,0.9264000058174133,0.00039999998989515007,-0.3765000104904175,0.9266999959945679,0.0005000000237487257,-0.375900000333786,0.9366999864578247,0.0006000000284984708,-0.3499999940395355,0.9366000294685364,0.0005000000237487257,-0.35040000081062317,0.9266999959945679,0.0005000000237487257,-0.375900000333786,0.9366000294685364,0.0005000000237487257,-0.35040000081062317,0.9265000224113464,0.00039999998989515007,-0.37619999051094055,0.9366000294685364,0.0005000000237487257,-0.35040000081062317,0.941100001335144,0.000699999975040555,-0.33809998631477356,0.9409999847412109,0.0006000000284984708,-0.3384000062942505,0.9366000294685364,0.0005000000237487257,-0.35040000081062317,0.9409999847412109,0.0006000000284984708,-0.3384000062942505,0.9365000128746033,0.00039999998989515007,-0.350600004196167,0.9366999864578247,0.0006000000284984708,-0.3499999940395355,0.9412000179290771,0.0007999999797903001,-0.337799996137619,0.941100001335144,0.000699999975040555,-0.33809998631477356,0.9366999864578247,0.0006000000284984708,-0.3499999940395355,0.941100001335144,0.000699999975040555,-0.33809998631477356,0.9366000294685364,0.0005000000237487257,-0.35040000081062317,0.9269999861717224,0.0008999999845400453,-0.3750999867916107,0.9369999766349792,0.0012000000569969416,-0.3492000102996826,0.9369000196456909,0.0007999999797903001,-0.3495999872684479,0.9269999861717224,0.0008999999845400453,-0.3750999867916107,0.9369000196456909,0.0007999999797903001,-0.3495999872684479,0.926800012588501,0.0006000000284984708,-0.37549999356269836,0.9369999766349792,0.0012000000569969416,-0.3492000102996826,0.9415000081062317,0.001500000013038516,-0.3370000123977661,0.9412999749183655,0.0010000000474974513,-0.33739998936653137,0.9369999766349792,0.0012000000569969416,-0.3492000102996826,0.9412999749183655,0.0010000000474974513,-0.33739998936653137,0.9369000196456909,0.0007999999797903001,-0.3495999872684479,0.926800012588501,0.0006000000284984708,-0.37549999356269836,0.9369000196456909,0.0007999999797903001,-0.3495999872684479,0.9366999864578247,0.0006000000284984708,-0.3499999940395355,0.926800012588501,0.0006000000284984708,-0.37549999356269836,0.9366999864578247,0.0006000000284984708,-0.3499999940395355,0.9266999959945679,0.0005000000237487257,-0.375900000333786,0.9369000196456909,0.0007999999797903001,-0.3495999872684479,0.9412999749183655,0.0010000000474974513,-0.33739998936653137,0.9412000179290771,0.0007999999797903001,-0.337799996137619,0.9369000196456909,0.0007999999797903001,-0.3495999872684479,0.9412000179290771,0.0007999999797903001,-0.337799996137619,0.9366999864578247,0.0006000000284984708,-0.3499999940395355,0.949999988079071,0.0006000000284984708,-0.31209999322891235,0.944599986076355,0.0005000000237487257,-0.32829999923706055,0.944599986076355,0.000699999975040555,-0.3280999958515167,0.949999988079071,0.0006000000284984708,-0.31209999322891235,0.944599986076355,0.000699999975040555,-0.3280999958515167,0.9501000046730042,0.0007999999797903001,-0.31189998984336853,0.949999988079071,0.00039999998989515007,-0.3122999966144562,0.9445000290870667,0.00039999998989515007,-0.32850000262260437,0.944599986076355,0.0005000000237487257,-0.32829999923706055,0.949999988079071,0.00039999998989515007,-0.3122999966144562,0.944599986076355,0.0005000000237487257,-0.32829999923706055,0.949999988079071,0.0006000000284984708,-0.31209999322891235,0.944599986076355,0.0005000000237487257,-0.32829999923706055,0.9409000277519226,0.0005000000237487257,-0.33869999647140503,0.9409999847412109,0.0006000000284984708,-0.3384000062942505,0.944599986076355,0.0005000000237487257,-0.32829999923706055,0.9409999847412109,0.0006000000284984708,-0.3384000062942505,0.944599986076355,0.000699999975040555,-0.3280999958515167,0.9445000290870667,0.00039999998989515007,-0.32850000262260437,0.9409000277519226,0.0003000000142492354,-0.33880001306533813,0.9409000277519226,0.0005000000237487257,-0.33869999647140503,0.9445000290870667,0.00039999998989515007,-0.32850000262260437,0.9409000277519226,0.0005000000237487257,-0.33869999647140503,0.944599986076355,0.0005000000237487257,-0.32829999923706055,0.949999988079071,0,-0.3124000132083893,0.9445000290870667,0,-0.3285999894142151,0.9445000290870667,0.00019999999494757503,-0.3285999894142151,0.949999988079071,0,-0.3124000132083893,0.9445000290870667,0.00019999999494757503,-0.3285999894142151,0.949999988079071,0.00019999999494757503,-0.3124000132083893,0.9445000290870667,0,-0.3285999894142151,0.9408000111579895,0,-0.33889999985694885,0.9408000111579895,0.00019999999494757503,-0.33889999985694885,0.9445000290870667,0,-0.3285999894142151,0.9408000111579895,0.00019999999494757503,-0.33889999985694885,0.9445000290870667,0.00019999999494757503,-0.3285999894142151,0.949999988079071,0.00019999999494757503,-0.3124000132083893,0.9445000290870667,0.00019999999494757503,-0.3285999894142151,0.9445000290870667,0.00039999998989515007,-0.32850000262260437,0.949999988079071,0.00019999999494757503,-0.3124000132083893,0.9445000290870667,0.00039999998989515007,-0.32850000262260437,0.949999988079071,0.00039999998989515007,-0.3122999966144562,0.9445000290870667,0.00019999999494757503,-0.3285999894142151,0.9408000111579895,0.00019999999494757503,-0.33889999985694885,0.9409000277519226,0.0003000000142492354,-0.33880001306533813,0.9445000290870667,0.00019999999494757503,-0.3285999894142151,0.9409000277519226,0.0003000000142492354,-0.33880001306533813,0.9445000290870667,0.00039999998989515007,-0.32850000262260437,0.9261999726295471,0.00009999999747378752,-0.37689998745918274,0.9362999796867371,0.00009999999747378752,-0.35109999775886536,0.9362999796867371,0,-0.35109999775886536,0.9261999726295471,0.00009999999747378752,-0.37689998745918274,0.9362999796867371,0,-0.35109999775886536,0.9261999726295471,0,-0.37700000405311584,0.9262999892234802,0.00019999999494757503,-0.37689998745918274,0.9363999962806702,0.0003000000142492354,-0.35100001096725464,0.9362999796867371,0.00009999999747378752,-0.35109999775886536,0.9262999892234802,0.00019999999494757503,-0.37689998745918274,0.9362999796867371,0.00009999999747378752,-0.35109999775886536,0.9261999726295471,0.00009999999747378752,-0.37689998745918274,0.9362999796867371,0.00009999999747378752,-0.35109999775886536,0.9408000111579895,0.00019999999494757503,-0.33889999985694885,0.9408000111579895,0,-0.33889999985694885,0.9362999796867371,0.00009999999747378752,-0.35109999775886536,0.9408000111579895,0,-0.33889999985694885,0.9362999796867371,0,-0.35109999775886536,0.9363999962806702,0.0003000000142492354,-0.35100001096725464,0.9409000277519226,0.0003000000142492354,-0.33880001306533813,0.9408000111579895,0.00019999999494757503,-0.33889999985694885,0.9363999962806702,0.0003000000142492354,-0.35100001096725464,0.9408000111579895,0.00019999999494757503,-0.33889999985694885,0.9362999796867371,0.00009999999747378752,-0.35109999775886536,0.9264000058174133,0.00039999998989515007,-0.3765000104904175,0.9365000128746033,0.00039999998989515007,-0.350600004196167,0.9363999962806702,0.00039999998989515007,-0.35089999437332153,0.9264000058174133,0.00039999998989515007,-0.3765000104904175,0.9363999962806702,0.00039999998989515007,-0.35089999437332153,0.9262999892234802,0.0003000000142492354,-0.3767000138759613,0.9365000128746033,0.00039999998989515007,-0.350600004196167,0.9409999847412109,0.0006000000284984708,-0.3384000062942505,0.9409000277519226,0.0005000000237487257,-0.33869999647140503,0.9365000128746033,0.00039999998989515007,-0.350600004196167,0.9409000277519226,0.0005000000237487257,-0.33869999647140503,0.9363999962806702,0.00039999998989515007,-0.35089999437332153,0.9262999892234802,0.0003000000142492354,-0.3767000138759613,0.9363999962806702,0.00039999998989515007,-0.35089999437332153,0.9363999962806702,0.0003000000142492354,-0.35100001096725464,0.9262999892234802,0.0003000000142492354,-0.3767000138759613,0.9363999962806702,0.0003000000142492354,-0.35100001096725464,0.9262999892234802,0.00019999999494757503,-0.37689998745918274,0.9363999962806702,0.00039999998989515007,-0.35089999437332153,0.9409000277519226,0.0005000000237487257,-0.33869999647140503,0.9409000277519226,0.0003000000142492354,-0.33880001306533813,0.9363999962806702,0.00039999998989515007,-0.35089999437332153,0.9409000277519226,0.0003000000142492354,-0.33880001306533813,0.9363999962806702,0.0003000000142492354,-0.35100001096725464,0.949999988079071,-0.00019999999494757503,-0.3122999966144562,0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,0.9445000290870667,0,-0.3285999894142151,0.949999988079071,-0.00019999999494757503,-0.3122999966144562,0.9445000290870667,0,-0.3285999894142151,0.949999988079071,0,-0.3124000132083893,0.949999988079071,-0.00039999998989515007,-0.3122999966144562,0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,0.949999988079071,-0.00039999998989515007,-0.3122999966144562,0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,0.949999988079071,-0.00019999999494757503,-0.3122999966144562,0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,0.9408000111579895,0,-0.33889999985694885,0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,0.9408000111579895,0,-0.33889999985694885,0.9445000290870667,0,-0.3285999894142151,0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,0.944599986076355,-0.000699999975040555,-0.3280999958515167,0.944599986076355,-0.0005000000237487257,-0.32829999923706055,0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,0.944599986076355,-0.0005000000237487257,-0.32829999923706055,0.9501000046730042,-0.0006000000284984708,-0.31209999322891235,0.944599986076355,-0.000699999975040555,-0.3280999958515167,0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,0.9409000277519226,-0.0005000000237487257,-0.3386000096797943,0.944599986076355,-0.000699999975040555,-0.3280999958515167,0.9409000277519226,-0.0005000000237487257,-0.3386000096797943,0.944599986076355,-0.0005000000237487257,-0.32829999923706055,0.9501000046730042,-0.0006000000284984708,-0.31209999322891235,0.944599986076355,-0.0005000000237487257,-0.32829999923706055,0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,0.9501000046730042,-0.0006000000284984708,-0.31209999322891235,0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,0.949999988079071,-0.00039999998989515007,-0.3122999966144562,0.944599986076355,-0.0005000000237487257,-0.32829999923706055,0.9409000277519226,-0.0005000000237487257,-0.3386000096797943,0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,0.944599986076355,-0.0005000000237487257,-0.32829999923706055,0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,0.9363999962806702,-0.00039999998989515007,-0.3508000075817108,0.9365000128746033,-0.0005000000237487257,-0.350600004196167,0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,0.9365000128746033,-0.0005000000237487257,-0.350600004196167,0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,0.9363999962806702,-0.00039999998989515007,-0.3508000075817108,0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,0.9363999962806702,-0.00039999998989515007,-0.3508000075817108,0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,0.9363999962806702,-0.00039999998989515007,-0.3508000075817108,0.9409000277519226,-0.0005000000237487257,-0.3386000096797943,0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,0.9363999962806702,-0.00039999998989515007,-0.3508000075817108,0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,0.9365000128746033,-0.0005000000237487257,-0.350600004196167,0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,0.9409000277519226,-0.0005000000237487257,-0.3386000096797943,0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,0.9409000277519226,-0.0005000000237487257,-0.3386000096797943,0.9363999962806702,-0.00039999998989515007,-0.3508000075817108,0.9261999726295471,0,-0.37700000405311584,0.9362999796867371,0,-0.35109999775886536,0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,0.9261999726295471,0,-0.37700000405311584,0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,0.9362999796867371,0,-0.35109999775886536,0.9408000111579895,0,-0.33889999985694885,0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,0.9362999796867371,0,-0.35109999775886536,0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,0.9502000212669373,-0.0008999999845400453,-0.311599999666214,0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,0.944599986076355,-0.000699999975040555,-0.3280999958515167,0.9502000212669373,-0.0008999999845400453,-0.311599999666214,0.944599986076355,-0.000699999975040555,-0.3280999958515167,0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,0.9448999762535095,-0.0008999999845400453,-0.32749998569488525,0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,0.9502000212669373,-0.0008999999845400453,-0.311599999666214,0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,0.941100001335144,-0.000699999975040555,-0.33809998631477356,0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,0.944599986076355,-0.000699999975040555,-0.3280999958515167,0.9448999762535095,-0.0008999999845400453,-0.32749998569488525,0.9412000179290771,-0.0007999999797903001,-0.337799996137619,0.941100001335144,-0.000699999975040555,-0.33809998631477356,0.9448999762535095,-0.0008999999845400453,-0.32749998569488525,0.941100001335144,-0.000699999975040555,-0.33809998631477356,0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,0.9506000280380249,-0.0020000000949949026,-0.31049999594688416,0.9451000094413757,-0.0017000000225380063,-0.32670000195503235,0.9449999928474426,-0.0012000000569969416,-0.32710000872612,0.9506000280380249,-0.0020000000949949026,-0.31049999594688416,0.9449999928474426,-0.0012000000569969416,-0.32710000872612,0.9503999948501587,-0.0013000000035390258,-0.3109000027179718,0.9451000094413757,-0.0017000000225380063,-0.32670000195503235,0.9415000081062317,-0.00139999995008111,-0.3370000123977661,0.9413999915122986,-0.0010000000474974513,-0.33739998936653137,0.9451000094413757,-0.0017000000225380063,-0.32670000195503235,0.9413999915122986,-0.0010000000474974513,-0.33739998936653137,0.9449999928474426,-0.0012000000569969416,-0.32710000872612,0.9503999948501587,-0.0013000000035390258,-0.3109000027179718,0.9449999928474426,-0.0012000000569969416,-0.32710000872612,0.9448999762535095,-0.0008999999845400453,-0.32749998569488525,0.9503999948501587,-0.0013000000035390258,-0.3109000027179718,0.9448999762535095,-0.0008999999845400453,-0.32749998569488525,0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,0.9449999928474426,-0.0012000000569969416,-0.32710000872612,0.9413999915122986,-0.0010000000474974513,-0.33739998936653137,0.9412000179290771,-0.0007999999797903001,-0.337799996137619,0.9449999928474426,-0.0012000000569969416,-0.32710000872612,0.9412000179290771,-0.0007999999797903001,-0.337799996137619,0.9448999762535095,-0.0008999999845400453,-0.32749998569488525,0.926800012588501,-0.0006000000284984708,-0.37549999356269836,0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,0.926800012588501,-0.0006000000284984708,-0.37549999356269836,0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.9266999959945679,-0.0005000000237487257,-0.375900000333786,0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,0.9266999959945679,-0.0005000000237487257,-0.375900000333786,0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,0.926800012588501,-0.0006000000284984708,-0.37549999356269836,0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,0.9413999915122986,-0.0010000000474974513,-0.33739998936653137,0.9415000081062317,-0.00139999995008111,-0.3370000123977661,0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,0.9415000081062317,-0.00139999995008111,-0.3370000123977661,0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,0.9412000179290771,-0.0007999999797903001,-0.337799996137619,0.9413999915122986,-0.0010000000474974513,-0.33739998936653137,0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,0.9413999915122986,-0.0010000000474974513,-0.33739998936653137,0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,0.9365000128746033,-0.0005000000237487257,-0.350600004196167,0.9366000294685364,-0.0005000000237487257,-0.35030001401901245,0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,0.9366000294685364,-0.0005000000237487257,-0.35030001401901245,0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,0.9365000128746033,-0.0005000000237487257,-0.350600004196167,0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,0.941100001335144,-0.000699999975040555,-0.33809998631477356,0.9365000128746033,-0.0005000000237487257,-0.350600004196167,0.941100001335144,-0.000699999975040555,-0.33809998631477356,0.9366000294685364,-0.0005000000237487257,-0.35030001401901245,0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,0.9366000294685364,-0.0005000000237487257,-0.35030001401901245,0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,0.9266999959945679,-0.0005000000237487257,-0.375900000333786,0.9366000294685364,-0.0005000000237487257,-0.35030001401901245,0.941100001335144,-0.000699999975040555,-0.33809998631477356,0.9412000179290771,-0.0007999999797903001,-0.337799996137619,0.9366000294685364,-0.0005000000237487257,-0.35030001401901245,0.9412000179290771,-0.0007999999797903001,-0.337799996137619,0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,0.9505000114440918,-0.027899999171495438,-0.3093000054359436,0.9452000260353088,-0.024299999698996544,-0.3255000114440918,0.9451000094413757,-0.0017000000225380063,-0.32670000195503235,0.9505000114440918,-0.027899999171495438,-0.3093000054359436,0.9451000094413757,-0.0017000000225380063,-0.32670000195503235,0.9506000280380249,-0.0020000000949949026,-0.31049999594688416,0.9363999962806702,-0.18529999256134033,-0.2980000078678131,0.9348000288009644,-0.16359999775886536,-0.31520000100135803,0.9452000260353088,-0.024299999698996544,-0.3255000114440918,0.9363999962806702,-0.18529999256134033,-0.2980000078678131,0.9452000260353088,-0.024299999698996544,-0.3255000114440918,0.9505000114440918,-0.027899999171495438,-0.3093000054359436,0.9452000260353088,-0.024299999698996544,-0.3255000114440918,0.9416999816894531,-0.02019999921321869,-0.3359000086784363,0.9415000081062317,-0.00139999995008111,-0.3370000123977661,0.9452000260353088,-0.024299999698996544,-0.3255000114440918,0.9415000081062317,-0.00139999995008111,-0.3370000123977661,0.9451000094413757,-0.0017000000225380063,-0.32670000195503235,0.9348000288009644,-0.16359999775886536,-0.31520000100135803,0.9350000023841858,-0.13729999959468842,-0.32690000534057617,0.9416999816894531,-0.02019999921321869,-0.3359000086784363,0.9348000288009644,-0.16359999775886536,-0.31520000100135803,0.9416999816894531,-0.02019999921321869,-0.3359000086784363,0.9452000260353088,-0.024299999698996544,-0.3255000114440918,0.3386000096797943,-0.9362999796867371,-0.09350000321865082,0.3749000132083893,-0.9204000234603882,-0.11100000143051147,0.7610999941825867,-0.6001999974250793,-0.2459000051021576,0.3386000096797943,-0.9362999796867371,-0.09350000321865082,0.7610999941825867,-0.6001999974250793,-0.2459000051021576,0.7373999953269958,-0.6370999813079834,-0.22439999878406525,0.3749000132083893,-0.9204000234603882,-0.11100000143051147,0.42879998683929443,-0.8932999968528748,-0.13500000536441803,0.7932000160217285,-0.5473999977111816,-0.2669000029563904,0.3749000132083893,-0.9204000234603882,-0.11100000143051147,0.7932000160217285,-0.5473999977111816,-0.2669000029563904,0.7610999941825867,-0.6001999974250793,-0.2459000051021576,0.7373999953269958,-0.6370999813079834,-0.22439999878406525,0.7610999941825867,-0.6001999974250793,-0.2459000051021576,0.9348000288009644,-0.16359999775886536,-0.31520000100135803,0.7373999953269958,-0.6370999813079834,-0.22439999878406525,0.9348000288009644,-0.16359999775886536,-0.31520000100135803,0.9363999962806702,-0.18529999256134033,-0.2980000078678131,0.7610999941825867,-0.6001999974250793,-0.2459000051021576,0.7932000160217285,-0.5473999977111816,-0.2669000029563904,0.9350000023841858,-0.13729999959468842,-0.32690000534057617,0.7610999941825867,-0.6001999974250793,-0.2459000051021576,0.9350000023841858,-0.13729999959468842,-0.32690000534057617,0.9348000288009644,-0.16359999775886536,-0.31520000100135803,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.826200008392334,-0.48179998993873596,-0.2919999957084656,0.4966999888420105,-0.8513000011444092,-0.16899999976158142,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.4966999888420105,-0.8513000011444092,-0.16899999976158142,0.5648999810218811,-0.7940999865531921,-0.2240999937057495,0.9258999824523926,-0.08669999986886978,-0.3677000105381012,0.9337999820709229,-0.1103999987244606,-0.34040001034736633,0.826200008392334,-0.48179998993873596,-0.2919999957084656,0.9258999824523926,-0.08669999986886978,-0.3677000105381012,0.826200008392334,-0.48179998993873596,-0.2919999957084656,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.826200008392334,-0.48179998993873596,-0.2919999957084656,0.7932000160217285,-0.5473999977111816,-0.2669000029563904,0.42879998683929443,-0.8932999968528748,-0.13500000536441803,0.826200008392334,-0.48179998993873596,-0.2919999957084656,0.42879998683929443,-0.8932999968528748,-0.13500000536441803,0.4966999888420105,-0.8513000011444092,-0.16899999976158142,0.9337999820709229,-0.1103999987244606,-0.34040001034736633,0.9350000023841858,-0.13729999959468842,-0.32690000534057617,0.7932000160217285,-0.5473999977111816,-0.2669000029563904,0.9337999820709229,-0.1103999987244606,-0.34040001034736633,0.7932000160217285,-0.5473999977111816,-0.2669000029563904,0.826200008392334,-0.48179998993873596,-0.2919999957084656,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,0.9373000264167786,-0.01600000075995922,-0.3481999933719635,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.9373000264167786,-0.01600000075995922,-0.3481999933719635,0.9272000193595886,-0.012400000356137753,-0.3741999864578247,0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,0.9415000081062317,-0.00139999995008111,-0.3370000123977661,0.9416999816894531,-0.02019999921321869,-0.3359000086784363,0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,0.9416999816894531,-0.02019999921321869,-0.3359000086784363,0.9373000264167786,-0.01600000075995922,-0.3481999933719635,0.9272000193595886,-0.012400000356137753,-0.3741999864578247,0.9373000264167786,-0.01600000075995922,-0.3481999933719635,0.9337999820709229,-0.1103999987244606,-0.34040001034736633,0.9272000193595886,-0.012400000356137753,-0.3741999864578247,0.9337999820709229,-0.1103999987244606,-0.34040001034736633,0.9258999824523926,-0.08669999986886978,-0.3677000105381012,0.9373000264167786,-0.01600000075995922,-0.3481999933719635,0.9416999816894531,-0.02019999921321869,-0.3359000086784363,0.9350000023841858,-0.13729999959468842,-0.32690000534057617,0.9373000264167786,-0.01600000075995922,-0.3481999933719635,0.9350000023841858,-0.13729999959468842,-0.32690000534057617,0.9337999820709229,-0.1103999987244606,-0.34040001034736633,0.1459999978542328,-0.9886999726295471,-0.032999999821186066,0.16459999978542328,-0.9854999780654907,-0.041200000792741776,0.3749000132083893,-0.9204000234603882,-0.11100000143051147,0.1459999978542328,-0.9886999726295471,-0.032999999821186066,0.3749000132083893,-0.9204000234603882,-0.11100000143051147,0.3386000096797943,-0.9362999796867371,-0.09350000321865082,0.06120000034570694,-0.9980999827384949,-0.00989999994635582,0.06920000165700912,-0.9975000023841858,-0.013700000010430813,0.16459999978542328,-0.9854999780654907,-0.041200000792741776,0.06120000034570694,-0.9980999827384949,-0.00989999994635582,0.16459999978542328,-0.9854999780654907,-0.041200000792741776,0.1459999978542328,-0.9886999726295471,-0.032999999821186066,0.16459999978542328,-0.9854999780654907,-0.041200000792741776,0.19449999928474426,-0.9793999791145325,-0.05490000173449516,0.42879998683929443,-0.8932999968528748,-0.13500000536441803,0.16459999978542328,-0.9854999780654907,-0.041200000792741776,0.42879998683929443,-0.8932999968528748,-0.13500000536441803,0.3749000132083893,-0.9204000234603882,-0.11100000143051147,0.06920000165700912,-0.9975000023841858,-0.013700000010430813,0.08219999819993973,-0.996399998664856,-0.021700000390410423,0.19449999928474426,-0.9793999791145325,-0.05490000173449516,0.06920000165700912,-0.9975000023841858,-0.013700000010430813,0.19449999928474426,-0.9793999791145325,-0.05490000173449516,0.16459999978542328,-0.9854999780654907,-0.041200000792741776,-0.0005000000237487257,-1,-0.00009999999747378752,-0.0006000000284984708,-1,-0.0019000000320374966,0.02160000056028366,-0.9998000264167786,-0.0038999998942017555,-0.0005000000237487257,-1,-0.00009999999747378752,0.02160000056028366,-0.9998000264167786,-0.0038999998942017555,0.019099999219179153,-0.9998000264167786,-0.0017000000225380063,-0.0006000000284984708,-1,-0.0019000000320374966,-0.000699999975040555,-1,-0.007300000172108412,0.025599999353289604,-0.9995999932289124,-0.009800000116229057,-0.0006000000284984708,-1,-0.0019000000320374966,0.025599999353289604,-0.9995999932289124,-0.009800000116229057,0.02160000056028366,-0.9998000264167786,-0.0038999998942017555,0.019099999219179153,-0.9998000264167786,-0.0017000000225380063,0.02160000056028366,-0.9998000264167786,-0.0038999998942017555,0.06920000165700912,-0.9975000023841858,-0.013700000010430813,0.019099999219179153,-0.9998000264167786,-0.0017000000225380063,0.06920000165700912,-0.9975000023841858,-0.013700000010430813,0.06120000034570694,-0.9980999827384949,-0.00989999994635582,0.02160000056028366,-0.9998000264167786,-0.0038999998942017555,0.025599999353289604,-0.9995999932289124,-0.009800000116229057,0.08219999819993973,-0.996399998664856,-0.021700000390410423,0.02160000056028366,-0.9998000264167786,-0.0038999998942017555,0.08219999819993973,-0.996399998664856,-0.021700000390410423,0.06920000165700912,-0.9975000023841858,-0.013700000010430813,0.039400000125169754,-0.9977999925613403,-0.05310000106692314,0.031599998474121094,-0.9993000030517578,-0.021700000390410423,-0.0008999999845400453,-0.9998000264167786,-0.01850000023841858,0.039400000125169754,-0.9977999925613403,-0.05310000106692314,-0.0008999999845400453,-0.9998000264167786,-0.01850000023841858,-0.0010999999940395355,-0.9987999796867371,-0.048900000751018524,0.12530000507831573,-0.9894999861717224,-0.07249999791383743,0.10119999945163727,-0.9941999912261963,-0.03669999912381172,0.031599998474121094,-0.9993000030517578,-0.021700000390410423,0.12530000507831573,-0.9894999861717224,-0.07249999791383743,0.031599998474121094,-0.9993000030517578,-0.021700000390410423,0.039400000125169754,-0.9977999925613403,-0.05310000106692314,0.031599998474121094,-0.9993000030517578,-0.021700000390410423,0.025599999353289604,-0.9995999932289124,-0.009800000116229057,-0.000699999975040555,-1,-0.007300000172108412,0.031599998474121094,-0.9993000030517578,-0.021700000390410423,-0.000699999975040555,-1,-0.007300000172108412,-0.0008999999845400453,-0.9998000264167786,-0.01850000023841858,0.10119999945163727,-0.9941999912261963,-0.03669999912381172,0.08219999819993973,-0.996399998664856,-0.021700000390410423,0.025599999353289604,-0.9995999932289124,-0.009800000116229057,0.10119999945163727,-0.9941999912261963,-0.03669999912381172,0.025599999353289604,-0.9995999932289124,-0.009800000116229057,0.031599998474121094,-0.9993000030517578,-0.021700000390410423,0.5648999810218811,-0.7940999865531921,-0.2240999937057495,0.4966999888420105,-0.8513000011444092,-0.16899999976158142,0.23669999837875366,-0.968500018119812,-0.07779999822378159,0.5648999810218811,-0.7940999865531921,-0.2240999937057495,0.23669999837875366,-0.968500018119812,-0.07779999822378159,0.2874999940395355,-0.9498000144958496,-0.12359999865293503,0.4966999888420105,-0.8513000011444092,-0.16899999976158142,0.42879998683929443,-0.8932999968528748,-0.13500000536441803,0.19449999928474426,-0.9793999791145325,-0.05490000173449516,0.4966999888420105,-0.8513000011444092,-0.16899999976158142,0.19449999928474426,-0.9793999791145325,-0.05490000173449516,0.23669999837875366,-0.968500018119812,-0.07779999822378159,0.2874999940395355,-0.9498000144958496,-0.12359999865293503,0.23669999837875366,-0.968500018119812,-0.07779999822378159,0.10119999945163727,-0.9941999912261963,-0.03669999912381172,0.2874999940395355,-0.9498000144958496,-0.12359999865293503,0.10119999945163727,-0.9941999912261963,-0.03669999912381172,0.12530000507831573,-0.9894999861717224,-0.07249999791383743,0.23669999837875366,-0.968500018119812,-0.07779999822378159,0.19449999928474426,-0.9793999791145325,-0.05490000173449516,0.08219999819993973,-0.996399998664856,-0.021700000390410423,0.23669999837875366,-0.968500018119812,-0.07779999822378159,0.08219999819993973,-0.996399998664856,-0.021700000390410423,0.10119999945163727,-0.9941999912261963,-0.03669999912381172,-0.0005000000237487257,-1,-0.00009999999747378752,-0.022600000724196434,-0.9997000098228455,-0.002300000051036477,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.0005000000237487257,-1,-0.00009999999747378752,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.0006000000284984708,-1,-0.0019000000320374966,-0.022600000724196434,-0.9997000098228455,-0.002300000051036477,-0.07240000367164612,-0.9973000288009644,-0.012500000186264515,-0.0820000022649765,-0.9965000152587891,-0.016599999740719795,-0.022600000724196434,-0.9997000098228455,-0.002300000051036477,-0.0820000022649765,-0.9965000152587891,-0.016599999740719795,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.0006000000284984708,-1,-0.0019000000320374966,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.030500000342726707,-0.9994999766349792,-0.010599999688565731,-0.0006000000284984708,-1,-0.0019000000320374966,-0.030500000342726707,-0.9994999766349792,-0.010599999688565731,-0.000699999975040555,-1,-0.007300000172108412,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.0820000022649765,-0.9965000152587891,-0.016599999740719795,-0.09749999642372131,-0.9948999881744385,-0.025200000032782555,-0.025599999353289604,-0.9997000098228455,-0.004600000102072954,-0.09749999642372131,-0.9948999881744385,-0.025200000032782555,-0.030500000342726707,-0.9994999766349792,-0.010599999688565731,-0.17329999804496765,-0.984000027179718,-0.040699999779462814,-0.3926999866962433,-0.9129999876022339,-0.11020000278949738,-0.4316999912261963,-0.892799973487854,-0.12839999794960022,-0.17329999804496765,-0.984000027179718,-0.040699999779462814,-0.4316999912261963,-0.892799973487854,-0.12839999794960022,-0.19529999792575836,-0.9794999957084656,-0.049800001084804535,-0.19529999792575836,-0.9794999957084656,-0.049800001084804535,-0.4316999912261963,-0.892799973487854,-0.12839999794960022,-0.48829999566078186,-0.8590999841690063,-0.15320000052452087,-0.19529999792575836,-0.9794999957084656,-0.049800001084804535,-0.48829999566078186,-0.8590999841690063,-0.15320000052452087,-0.23000000417232513,-0.9710000157356262,-0.06480000168085098,-0.07240000367164612,-0.9973000288009644,-0.012500000186264515,-0.17329999804496765,-0.984000027179718,-0.040699999779462814,-0.19529999792575836,-0.9794999957084656,-0.049800001084804535,-0.07240000367164612,-0.9973000288009644,-0.012500000186264515,-0.19529999792575836,-0.9794999957084656,-0.049800001084804535,-0.0820000022649765,-0.9965000152587891,-0.016599999740719795,-0.0820000022649765,-0.9965000152587891,-0.016599999740719795,-0.19529999792575836,-0.9794999957084656,-0.049800001084804535,-0.23000000417232513,-0.9710000157356262,-0.06480000168085098,-0.0820000022649765,-0.9965000152587891,-0.016599999740719795,-0.23000000417232513,-0.9710000157356262,-0.06480000168085098,-0.09749999642372131,-0.9948999881744385,-0.025200000032782555,-0.6247000098228455,-0.742900013923645,-0.24050000309944153,-0.33709999918937683,-0.9315000176429749,-0.13689999282360077,-0.27889999747276306,-0.9562000036239624,-0.08950000256299973,-0.6247000098228455,-0.742900013923645,-0.24050000309944153,-0.27889999747276306,-0.9562000036239624,-0.08950000256299973,-0.5576000213623047,-0.8087000250816345,-0.18719999492168427,-0.33709999918937683,-0.9315000176429749,-0.13689999282360077,-0.14890000224113464,-0.98580002784729,-0.07760000228881836,-0.1200999990105629,-0.9919000267982483,-0.04089999943971634,-0.33709999918937683,-0.9315000176429749,-0.13689999282360077,-0.1200999990105629,-0.9919000267982483,-0.04089999943971634,-0.27889999747276306,-0.9562000036239624,-0.08950000256299973,-0.5576000213623047,-0.8087000250816345,-0.18719999492168427,-0.27889999747276306,-0.9562000036239624,-0.08950000256299973,-0.23000000417232513,-0.9710000157356262,-0.06480000168085098,-0.5576000213623047,-0.8087000250816345,-0.18719999492168427,-0.23000000417232513,-0.9710000157356262,-0.06480000168085098,-0.48829999566078186,-0.8590999841690063,-0.15320000052452087,-0.27889999747276306,-0.9562000036239624,-0.08950000256299973,-0.1200999990105629,-0.9919000267982483,-0.04089999943971634,-0.09749999642372131,-0.9948999881744385,-0.025200000032782555,-0.27889999747276306,-0.9562000036239624,-0.08950000256299973,-0.09749999642372131,-0.9948999881744385,-0.025200000032782555,-0.23000000417232513,-0.9710000157356262,-0.06480000168085098,-0.04699999839067459,-0.9973999857902527,-0.054099999368190765,-0.0010999999940395355,-0.9987999796867371,-0.048900000751018524,-0.0008999999845400453,-0.9998000264167786,-0.01850000023841858,-0.04699999839067459,-0.9973999857902527,-0.054099999368190765,-0.0008999999845400453,-0.9998000264167786,-0.01850000023841858,-0.037700001150369644,-0.9990000128746033,-0.022600000724196434,-0.037700001150369644,-0.9990000128746033,-0.022600000724196434,-0.0008999999845400453,-0.9998000264167786,-0.01850000023841858,-0.000699999975040555,-1,-0.007300000172108412,-0.037700001150369644,-0.9990000128746033,-0.022600000724196434,-0.000699999975040555,-1,-0.007300000172108412,-0.030500000342726707,-0.9994999766349792,-0.010599999688565731,-0.14890000224113464,-0.98580002784729,-0.07760000228881836,-0.04699999839067459,-0.9973999857902527,-0.054099999368190765,-0.037700001150369644,-0.9990000128746033,-0.022600000724196434,-0.14890000224113464,-0.98580002784729,-0.07760000228881836,-0.037700001150369644,-0.9990000128746033,-0.022600000724196434,-0.1200999990105629,-0.9919000267982483,-0.04089999943971634,-0.1200999990105629,-0.9919000267982483,-0.04089999943971634,-0.037700001150369644,-0.9990000128746033,-0.022600000724196434,-0.030500000342726707,-0.9994999766349792,-0.010599999688565731,-0.1200999990105629,-0.9919000267982483,-0.04089999943971634,-0.030500000342726707,-0.9994999766349792,-0.010599999688565731,-0.09749999642372131,-0.9948999881744385,-0.025200000032782555,-0.3926999866962433,-0.9129999876022339,-0.11020000278949738,-0.7681999802589417,-0.5958999991416931,-0.23399999737739563,-0.7904000282287598,-0.557200014591217,-0.25440001487731934,-0.3926999866962433,-0.9129999876022339,-0.11020000278949738,-0.7904000282287598,-0.557200014591217,-0.25440001487731934,-0.4316999912261963,-0.892799973487854,-0.12839999794960022,-0.7681999802589417,-0.5958999991416931,-0.23399999737739563,-0.9381999969482422,-0.17419999837875366,-0.29919999837875366,-0.9362999796867371,-0.15410000085830688,-0.3156999945640564,-0.7681999802589417,-0.5958999991416931,-0.23399999737739563,-0.9362999796867371,-0.15410000085830688,-0.3156999945640564,-0.7904000282287598,-0.557200014591217,-0.25440001487731934,-0.4316999912261963,-0.892799973487854,-0.12839999794960022,-0.7904000282287598,-0.557200014591217,-0.25440001487731934,-0.8198999762535095,-0.5024999976158142,-0.2741999924182892,-0.4316999912261963,-0.892799973487854,-0.12839999794960022,-0.8198999762535095,-0.5024999976158142,-0.2741999924182892,-0.48829999566078186,-0.8590999841690063,-0.15320000052452087,-0.7904000282287598,-0.557200014591217,-0.25440001487731934,-0.9362999796867371,-0.15410000085830688,-0.3156999945640564,-0.9361000061035156,-0.1298000067472458,-0.3269999921321869,-0.7904000282287598,-0.557200014591217,-0.25440001487731934,-0.9361000061035156,-0.1298000067472458,-0.3269999921321869,-0.8198999762535095,-0.5024999976158142,-0.2741999924182892,-0.9505000114440918,-0.0020000000949949026,-0.31060001254081726,-0.9451000094413757,-0.0017999999690800905,-0.32670000195503235,-0.9452000260353088,-0.02459999918937683,-0.3255999982357025,-0.9505000114440918,-0.0020000000949949026,-0.31060001254081726,-0.9452000260353088,-0.02459999918937683,-0.3255999982357025,-0.9505000114440918,-0.027899999171495438,-0.30959999561309814,-0.9451000094413757,-0.0017999999690800905,-0.32670000195503235,-0.9415000081062317,-0.001500000013038516,-0.3370000123977661,-0.9416999816894531,-0.02070000022649765,-0.3359000086784363,-0.9451000094413757,-0.0017999999690800905,-0.32670000195503235,-0.9416999816894531,-0.02070000022649765,-0.3359000086784363,-0.9452000260353088,-0.02459999918937683,-0.3255999982357025,-0.9381999969482422,-0.17419999837875366,-0.29919999837875366,-0.9505000114440918,-0.027899999171495438,-0.30959999561309814,-0.9452000260353088,-0.02459999918937683,-0.3255999982357025,-0.9381999969482422,-0.17419999837875366,-0.29919999837875366,-0.9452000260353088,-0.02459999918937683,-0.3255999982357025,-0.9362999796867371,-0.15410000085830688,-0.3156999945640564,-0.9362999796867371,-0.15410000085830688,-0.3156999945640564,-0.9452000260353088,-0.02459999918937683,-0.3255999982357025,-0.9416999816894531,-0.02070000022649765,-0.3359000086784363,-0.9362999796867371,-0.15410000085830688,-0.3156999945640564,-0.9416999816894531,-0.02070000022649765,-0.3359000086784363,-0.9361000061035156,-0.1298000067472458,-0.3269999921321869,-0.927299976348877,-0.013100000098347664,-0.374099999666214,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,-0.927299976348877,-0.013100000098347664,-0.374099999666214,-0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,-0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,-0.9264000058174133,-0.08290000259876251,-0.36719998717308044,-0.9344000220298767,-0.10480000078678131,-0.3402999937534332,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.9264000058174133,-0.08290000259876251,-0.36719998717308044,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.927299976348877,-0.013100000098347664,-0.374099999666214,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.9416999816894531,-0.02070000022649765,-0.3359000086784363,-0.9415000081062317,-0.001500000013038516,-0.3370000123977661,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.9415000081062317,-0.001500000013038516,-0.3370000123977661,-0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.9344000220298767,-0.10480000078678131,-0.3402999937534332,-0.9361000061035156,-0.1298000067472458,-0.3269999921321869,-0.9373000264167786,-0.016599999740719795,-0.3481000065803528,-0.9361000061035156,-0.1298000067472458,-0.3269999921321869,-0.9416999816894531,-0.02070000022649765,-0.3359000086784363,-0.8677999973297119,-0.36730000376701355,-0.33480000495910645,-0.6247000098228455,-0.742900013923645,-0.24050000309944153,-0.5576000213623047,-0.8087000250816345,-0.18719999492168427,-0.8677999973297119,-0.36730000376701355,-0.33480000495910645,-0.5576000213623047,-0.8087000250816345,-0.18719999492168427,-0.8493000268936157,-0.4359999895095825,-0.2976999878883362,-0.8493000268936157,-0.4359999895095825,-0.2976999878883362,-0.5576000213623047,-0.8087000250816345,-0.18719999492168427,-0.48829999566078186,-0.8590999841690063,-0.15320000052452087,-0.8493000268936157,-0.4359999895095825,-0.2976999878883362,-0.48829999566078186,-0.8590999841690063,-0.15320000052452087,-0.8198999762535095,-0.5024999976158142,-0.2741999924182892,-0.9264000058174133,-0.08290000259876251,-0.36719998717308044,-0.8677999973297119,-0.36730000376701355,-0.33480000495910645,-0.8493000268936157,-0.4359999895095825,-0.2976999878883362,-0.9264000058174133,-0.08290000259876251,-0.36719998717308044,-0.8493000268936157,-0.4359999895095825,-0.2976999878883362,-0.9344000220298767,-0.10480000078678131,-0.3402999937534332,-0.9344000220298767,-0.10480000078678131,-0.3402999937534332,-0.8493000268936157,-0.4359999895095825,-0.2976999878883362,-0.8198999762535095,-0.5024999976158142,-0.2741999924182892,-0.9344000220298767,-0.10480000078678131,-0.3402999937534332,-0.8198999762535095,-0.5024999976158142,-0.2741999924182892,-0.9361000061035156,-0.1298000067472458,-0.3269999921321869,-0.9503999948501587,-0.00139999995008111,-0.3109999895095825,-0.9449999928474426,-0.0012000000569969416,-0.32710000872612,-0.9451000094413757,-0.0017999999690800905,-0.32670000195503235,-0.9503999948501587,-0.00139999995008111,-0.3109999895095825,-0.9451000094413757,-0.0017999999690800905,-0.32670000195503235,-0.9505000114440918,-0.0020000000949949026,-0.31060001254081726,-0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,-0.9448000192642212,-0.0008999999845400453,-0.32749998569488525,-0.9449999928474426,-0.0012000000569969416,-0.32710000872612,-0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,-0.9449999928474426,-0.0012000000569969416,-0.32710000872612,-0.9503999948501587,-0.00139999995008111,-0.3109999895095825,-0.9449999928474426,-0.0012000000569969416,-0.32710000872612,-0.9412999749183655,-0.0010000000474974513,-0.33739998936653137,-0.9415000081062317,-0.001500000013038516,-0.3370000123977661,-0.9449999928474426,-0.0012000000569969416,-0.32710000872612,-0.9415000081062317,-0.001500000013038516,-0.3370000123977661,-0.9451000094413757,-0.0017999999690800905,-0.32670000195503235,-0.9448000192642212,-0.0008999999845400453,-0.32749998569488525,-0.9412000179290771,-0.0007999999797903001,-0.337799996137619,-0.9412999749183655,-0.0010000000474974513,-0.33739998936653137,-0.9448000192642212,-0.0008999999845400453,-0.32749998569488525,-0.9412999749183655,-0.0010000000474974513,-0.33739998936653137,-0.9449999928474426,-0.0012000000569969416,-0.32710000872612,-0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,-0.944599986076355,-0.000699999975040555,-0.3280999958515167,-0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,-0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,-0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,-0.9502000212669373,-0.0008999999845400453,-0.311599999666214,-0.944599986076355,-0.000699999975040555,-0.3280999958515167,-0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,-0.941100001335144,-0.000699999975040555,-0.33809998631477356,-0.944599986076355,-0.000699999975040555,-0.3280999958515167,-0.941100001335144,-0.000699999975040555,-0.33809998631477356,-0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,-0.9502000212669373,-0.0008999999845400453,-0.311599999666214,-0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,-0.9448000192642212,-0.0008999999845400453,-0.32749998569488525,-0.9502000212669373,-0.0008999999845400453,-0.311599999666214,-0.9448000192642212,-0.0008999999845400453,-0.32749998569488525,-0.9502999782562256,-0.0010999999940395355,-0.31130000948905945,-0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,-0.941100001335144,-0.000699999975040555,-0.33809998631477356,-0.9412000179290771,-0.0007999999797903001,-0.337799996137619,-0.9447000026702881,-0.0007999999797903001,-0.3278000056743622,-0.9412000179290771,-0.0007999999797903001,-0.337799996137619,-0.9448000192642212,-0.0008999999845400453,-0.32749998569488525,-0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,-0.9366000294685364,-0.0005000000237487257,-0.35040000081062317,-0.9365000128746033,-0.00039999998989515007,-0.350600004196167,-0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,-0.9365000128746033,-0.00039999998989515007,-0.350600004196167,-0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,-0.9266999959945679,-0.0005000000237487257,-0.375900000333786,-0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,-0.9366000294685364,-0.0005000000237487257,-0.35040000081062317,-0.9266999959945679,-0.0005000000237487257,-0.375900000333786,-0.9366000294685364,-0.0005000000237487257,-0.35040000081062317,-0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,-0.9366000294685364,-0.0005000000237487257,-0.35040000081062317,-0.941100001335144,-0.000699999975040555,-0.33809998631477356,-0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,-0.9366000294685364,-0.0005000000237487257,-0.35040000081062317,-0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,-0.9365000128746033,-0.00039999998989515007,-0.350600004196167,-0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,-0.9412000179290771,-0.0007999999797903001,-0.337799996137619,-0.941100001335144,-0.000699999975040555,-0.33809998631477356,-0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,-0.941100001335144,-0.000699999975040555,-0.33809998631477356,-0.9366000294685364,-0.0005000000237487257,-0.35040000081062317,-0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,-0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,-0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,-0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,-0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,-0.926800012588501,-0.0006000000284984708,-0.37549999356269836,-0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,-0.9415000081062317,-0.001500000013038516,-0.3370000123977661,-0.9412999749183655,-0.0010000000474974513,-0.33739998936653137,-0.9369999766349792,-0.0012000000569969416,-0.3492000102996826,-0.9412999749183655,-0.0010000000474974513,-0.33739998936653137,-0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,-0.926800012588501,-0.0006000000284984708,-0.37549999356269836,-0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,-0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,-0.926800012588501,-0.0006000000284984708,-0.37549999356269836,-0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,-0.9266999959945679,-0.0005000000237487257,-0.375900000333786,-0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,-0.9412999749183655,-0.0010000000474974513,-0.33739998936653137,-0.9412000179290771,-0.0007999999797903001,-0.337799996137619,-0.9369000196456909,-0.0007999999797903001,-0.3495999872684479,-0.9412000179290771,-0.0007999999797903001,-0.337799996137619,-0.9366999864578247,-0.0006000000284984708,-0.3499999940395355,-0.949999988079071,-0.0006000000284984708,-0.31209999322891235,-0.944599986076355,-0.0005000000237487257,-0.32829999923706055,-0.944599986076355,-0.000699999975040555,-0.3280999958515167,-0.949999988079071,-0.0006000000284984708,-0.31209999322891235,-0.944599986076355,-0.000699999975040555,-0.3280999958515167,-0.9501000046730042,-0.0007999999797903001,-0.31189998984336853,-0.949999988079071,-0.00039999998989515007,-0.3122999966144562,-0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,-0.944599986076355,-0.0005000000237487257,-0.32829999923706055,-0.949999988079071,-0.00039999998989515007,-0.3122999966144562,-0.944599986076355,-0.0005000000237487257,-0.32829999923706055,-0.949999988079071,-0.0006000000284984708,-0.31209999322891235,-0.944599986076355,-0.0005000000237487257,-0.32829999923706055,-0.9409000277519226,-0.0005000000237487257,-0.33869999647140503,-0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,-0.944599986076355,-0.0005000000237487257,-0.32829999923706055,-0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,-0.944599986076355,-0.000699999975040555,-0.3280999958515167,-0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,-0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,-0.9409000277519226,-0.0005000000237487257,-0.33869999647140503,-0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,-0.9409000277519226,-0.0005000000237487257,-0.33869999647140503,-0.944599986076355,-0.0005000000237487257,-0.32829999923706055,-0.949999988079071,0,-0.3124000132083893,-0.9445000290870667,0,-0.3285999894142151,-0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,-0.949999988079071,0,-0.3124000132083893,-0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,-0.949999988079071,-0.00019999999494757503,-0.3124000132083893,-0.9445000290870667,0,-0.3285999894142151,-0.9408000111579895,0,-0.33889999985694885,-0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,-0.9445000290870667,0,-0.3285999894142151,-0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,-0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,-0.949999988079071,-0.00019999999494757503,-0.3124000132083893,-0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,-0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,-0.949999988079071,-0.00019999999494757503,-0.3124000132083893,-0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,-0.949999988079071,-0.00039999998989515007,-0.3122999966144562,-0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,-0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,-0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,-0.9445000290870667,-0.00019999999494757503,-0.3285999894142151,-0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,-0.9445000290870667,-0.00039999998989515007,-0.32850000262260437,-0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,-0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,-0.9362999796867371,0,-0.35109999775886536,-0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,-0.9362999796867371,0,-0.35109999775886536,-0.9261999726295471,0,-0.37700000405311584,-0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,-0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,-0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,-0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,-0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,-0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,-0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,-0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,-0.9408000111579895,0,-0.33889999985694885,-0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,-0.9408000111579895,0,-0.33889999985694885,-0.9362999796867371,0,-0.35109999775886536,-0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,-0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,-0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,-0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,-0.9408000111579895,-0.00019999999494757503,-0.33889999985694885,-0.9362999796867371,-0.00009999999747378752,-0.35109999775886536,-0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,-0.9365000128746033,-0.00039999998989515007,-0.350600004196167,-0.9363999962806702,-0.00039999998989515007,-0.35089999437332153,-0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,-0.9363999962806702,-0.00039999998989515007,-0.35089999437332153,-0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,-0.9365000128746033,-0.00039999998989515007,-0.350600004196167,-0.9409999847412109,-0.0006000000284984708,-0.3384000062942505,-0.9409000277519226,-0.0005000000237487257,-0.33869999647140503,-0.9365000128746033,-0.00039999998989515007,-0.350600004196167,-0.9409000277519226,-0.0005000000237487257,-0.33869999647140503,-0.9363999962806702,-0.00039999998989515007,-0.35089999437332153,-0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,-0.9363999962806702,-0.00039999998989515007,-0.35089999437332153,-0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,-0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,-0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,-0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,-0.9363999962806702,-0.00039999998989515007,-0.35089999437332153,-0.9409000277519226,-0.0005000000237487257,-0.33869999647140503,-0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,-0.9363999962806702,-0.00039999998989515007,-0.35089999437332153,-0.9409000277519226,-0.0003000000142492354,-0.33880001306533813,-0.9363999962806702,-0.0003000000142492354,-0.35100001096725464,-0.949999988079071,0.00019999999494757503,-0.3122999966144562,-0.9445000290870667,0.00019999999494757503,-0.3285999894142151,-0.9445000290870667,0,-0.3285999894142151,-0.949999988079071,0.00019999999494757503,-0.3122999966144562,-0.9445000290870667,0,-0.3285999894142151,-0.949999988079071,0,-0.3124000132083893,-0.949999988079071,0.00039999998989515007,-0.3122999966144562,-0.9445000290870667,0.00039999998989515007,-0.32850000262260437,-0.9445000290870667,0.00019999999494757503,-0.3285999894142151,-0.949999988079071,0.00039999998989515007,-0.3122999966144562,-0.9445000290870667,0.00019999999494757503,-0.3285999894142151,-0.949999988079071,0.00019999999494757503,-0.3122999966144562,-0.9445000290870667,0.00019999999494757503,-0.3285999894142151,-0.9408000111579895,0.00019999999494757503,-0.33889999985694885,-0.9408000111579895,0,-0.33889999985694885,-0.9445000290870667,0.00019999999494757503,-0.3285999894142151,-0.9408000111579895,0,-0.33889999985694885,-0.9445000290870667,0,-0.3285999894142151,-0.9445000290870667,0.00039999998989515007,-0.32850000262260437,-0.9409000277519226,0.0003000000142492354,-0.33880001306533813,-0.9408000111579895,0.00019999999494757503,-0.33889999985694885,-0.9445000290870667,0.00039999998989515007,-0.32850000262260437,-0.9408000111579895,0.00019999999494757503,-0.33889999985694885,-0.9445000290870667,0.00019999999494757503,-0.3285999894142151,-0.9501000046730042,0.0007999999797903001,-0.31189998984336853,-0.944599986076355,0.000699999975040555,-0.3280999958515167,-0.944599986076355,0.0005000000237487257,-0.32829999923706055,-0.9501000046730042,0.0007999999797903001,-0.31189998984336853,-0.944599986076355,0.0005000000237487257,-0.32829999923706055,-0.9501000046730042,0.0006000000284984708,-0.31209999322891235,-0.944599986076355,0.000699999975040555,-0.3280999958515167,-0.9409999847412109,0.0006000000284984708,-0.3384000062942505,-0.9409000277519226,0.0005000000237487257,-0.3386000096797943,-0.944599986076355,0.000699999975040555,-0.3280999958515167,-0.9409000277519226,0.0005000000237487257,-0.3386000096797943,-0.944599986076355,0.0005000000237487257,-0.32829999923706055,-0.9501000046730042,0.0006000000284984708,-0.31209999322891235,-0.944599986076355,0.0005000000237487257,-0.32829999923706055,-0.9445000290870667,0.00039999998989515007,-0.32850000262260437,-0.9501000046730042,0.0006000000284984708,-0.31209999322891235,-0.9445000290870667,0.00039999998989515007,-0.32850000262260437,-0.949999988079071,0.00039999998989515007,-0.3122999966144562,-0.944599986076355,0.0005000000237487257,-0.32829999923706055,-0.9409000277519226,0.0005000000237487257,-0.3386000096797943,-0.9409000277519226,0.0003000000142492354,-0.33880001306533813,-0.944599986076355,0.0005000000237487257,-0.32829999923706055,-0.9409000277519226,0.0003000000142492354,-0.33880001306533813,-0.9445000290870667,0.00039999998989515007,-0.32850000262260437,-0.9262999892234802,0.0003000000142492354,-0.3767000138759613,-0.9363999962806702,0.00039999998989515007,-0.3508000075817108,-0.9365000128746033,0.0005000000237487257,-0.350600004196167,-0.9262999892234802,0.0003000000142492354,-0.3767000138759613,-0.9365000128746033,0.0005000000237487257,-0.350600004196167,-0.9264000058174133,0.00039999998989515007,-0.3765000104904175,-0.9262999892234802,0.00019999999494757503,-0.37689998745918274,-0.9363999962806702,0.0003000000142492354,-0.35100001096725464,-0.9363999962806702,0.00039999998989515007,-0.3508000075817108,-0.9262999892234802,0.00019999999494757503,-0.37689998745918274,-0.9363999962806702,0.00039999998989515007,-0.3508000075817108,-0.9262999892234802,0.0003000000142492354,-0.3767000138759613,-0.9363999962806702,0.00039999998989515007,-0.3508000075817108,-0.9409000277519226,0.0005000000237487257,-0.3386000096797943,-0.9409999847412109,0.0006000000284984708,-0.3384000062942505,-0.9363999962806702,0.00039999998989515007,-0.3508000075817108,-0.9409999847412109,0.0006000000284984708,-0.3384000062942505,-0.9365000128746033,0.0005000000237487257,-0.350600004196167,-0.9363999962806702,0.0003000000142492354,-0.35100001096725464,-0.9409000277519226,0.0003000000142492354,-0.33880001306533813,-0.9409000277519226,0.0005000000237487257,-0.3386000096797943,-0.9363999962806702,0.0003000000142492354,-0.35100001096725464,-0.9409000277519226,0.0005000000237487257,-0.3386000096797943,-0.9363999962806702,0.00039999998989515007,-0.3508000075817108,-0.9261999726295471,0,-0.37700000405311584,-0.9362999796867371,0,-0.35109999775886536,-0.9362999796867371,0.00009999999747378752,-0.35109999775886536,-0.9261999726295471,0,-0.37700000405311584,-0.9362999796867371,0.00009999999747378752,-0.35109999775886536,-0.9261999726295471,0.00009999999747378752,-0.37689998745918274,-0.9362999796867371,0,-0.35109999775886536,-0.9408000111579895,0,-0.33889999985694885,-0.9408000111579895,0.00019999999494757503,-0.33889999985694885,-0.9362999796867371,0,-0.35109999775886536,-0.9408000111579895,0.00019999999494757503,-0.33889999985694885,-0.9362999796867371,0.00009999999747378752,-0.35109999775886536,-0.9261999726295471,0.00009999999747378752,-0.37689998745918274,-0.9362999796867371,0.00009999999747378752,-0.35109999775886536,-0.9363999962806702,0.0003000000142492354,-0.35100001096725464,-0.9261999726295471,0.00009999999747378752,-0.37689998745918274,-0.9363999962806702,0.0003000000142492354,-0.35100001096725464,-0.9262999892234802,0.00019999999494757503,-0.37689998745918274,-0.9362999796867371,0.00009999999747378752,-0.35109999775886536,-0.9408000111579895,0.00019999999494757503,-0.33889999985694885,-0.9409000277519226,0.0003000000142492354,-0.33880001306533813,-0.9362999796867371,0.00009999999747378752,-0.35109999775886536,-0.9409000277519226,0.0003000000142492354,-0.33880001306533813,-0.9363999962806702,0.0003000000142492354,-0.35100001096725464,-0.9502000212669373,0.0008999999845400453,-0.311599999666214,-0.9447000026702881,0.0007999999797903001,-0.3278000056743622,-0.944599986076355,0.000699999975040555,-0.3280999958515167,-0.9502000212669373,0.0008999999845400453,-0.311599999666214,-0.944599986076355,0.000699999975040555,-0.3280999958515167,-0.9501000046730042,0.0007999999797903001,-0.31189998984336853,-0.9502999782562256,0.0010999999940395355,-0.31130000948905945,-0.9448999762535095,0.0008999999845400453,-0.32749998569488525,-0.9447000026702881,0.0007999999797903001,-0.3278000056743622,-0.9502999782562256,0.0010999999940395355,-0.31130000948905945,-0.9447000026702881,0.0007999999797903001,-0.3278000056743622,-0.9502000212669373,0.0008999999845400453,-0.311599999666214,-0.9447000026702881,0.0007999999797903001,-0.3278000056743622,-0.941100001335144,0.000699999975040555,-0.33809998631477356,-0.9409999847412109,0.0006000000284984708,-0.3384000062942505,-0.9447000026702881,0.0007999999797903001,-0.3278000056743622,-0.9409999847412109,0.0006000000284984708,-0.3384000062942505,-0.944599986076355,0.000699999975040555,-0.3280999958515167,-0.9448999762535095,0.0008999999845400453,-0.32749998569488525,-0.9412000179290771,0.0007999999797903001,-0.337799996137619,-0.941100001335144,0.000699999975040555,-0.33809998631477356,-0.9448999762535095,0.0008999999845400453,-0.32749998569488525,-0.941100001335144,0.000699999975040555,-0.33809998631477356,-0.9447000026702881,0.0007999999797903001,-0.3278000056743622,-0.9506000280380249,0.0020000000949949026,-0.31049999594688416,-0.9451000094413757,0.0017000000225380063,-0.32670000195503235,-0.9449999928474426,0.0012000000569969416,-0.32710000872612,-0.9506000280380249,0.0020000000949949026,-0.31049999594688416,-0.9449999928474426,0.0012000000569969416,-0.32710000872612,-0.9503999948501587,0.0013000000035390258,-0.3109000027179718,-0.9451000094413757,0.0017000000225380063,-0.32670000195503235,-0.9415000081062317,0.00139999995008111,-0.3370000123977661,-0.9413999915122986,0.0010000000474974513,-0.33739998936653137,-0.9451000094413757,0.0017000000225380063,-0.32670000195503235,-0.9413999915122986,0.0010000000474974513,-0.33739998936653137,-0.9449999928474426,0.0012000000569969416,-0.32710000872612,-0.9503999948501587,0.0013000000035390258,-0.3109000027179718,-0.9449999928474426,0.0012000000569969416,-0.32710000872612,-0.9448999762535095,0.0008999999845400453,-0.32749998569488525,-0.9503999948501587,0.0013000000035390258,-0.3109000027179718,-0.9448999762535095,0.0008999999845400453,-0.32749998569488525,-0.9502999782562256,0.0010999999940395355,-0.31130000948905945,-0.9449999928474426,0.0012000000569969416,-0.32710000872612,-0.9413999915122986,0.0010000000474974513,-0.33739998936653137,-0.9412000179290771,0.0007999999797903001,-0.337799996137619,-0.9449999928474426,0.0012000000569969416,-0.32710000872612,-0.9412000179290771,0.0007999999797903001,-0.337799996137619,-0.9448999762535095,0.0008999999845400453,-0.32749998569488525,-0.926800012588501,0.0006000000284984708,-0.37549999356269836,-0.9369000196456909,0.0007999999797903001,-0.3495999872684479,-0.9369999766349792,0.0012000000569969416,-0.3492000102996826,-0.926800012588501,0.0006000000284984708,-0.37549999356269836,-0.9369999766349792,0.0012000000569969416,-0.3492000102996826,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.9266999959945679,0.0005000000237487257,-0.375900000333786,-0.9366999864578247,0.0006000000284984708,-0.3499999940395355,-0.9369000196456909,0.0007999999797903001,-0.3495999872684479,-0.9266999959945679,0.0005000000237487257,-0.375900000333786,-0.9369000196456909,0.0007999999797903001,-0.3495999872684479,-0.926800012588501,0.0006000000284984708,-0.37549999356269836,-0.9369000196456909,0.0007999999797903001,-0.3495999872684479,-0.9413999915122986,0.0010000000474974513,-0.33739998936653137,-0.9415000081062317,0.00139999995008111,-0.3370000123977661,-0.9369000196456909,0.0007999999797903001,-0.3495999872684479,-0.9415000081062317,0.00139999995008111,-0.3370000123977661,-0.9369999766349792,0.0012000000569969416,-0.3492000102996826,-0.9366999864578247,0.0006000000284984708,-0.3499999940395355,-0.9412000179290771,0.0007999999797903001,-0.337799996137619,-0.9413999915122986,0.0010000000474974513,-0.33739998936653137,-0.9366999864578247,0.0006000000284984708,-0.3499999940395355,-0.9413999915122986,0.0010000000474974513,-0.33739998936653137,-0.9369000196456909,0.0007999999797903001,-0.3495999872684479,-0.9264000058174133,0.00039999998989515007,-0.3765000104904175,-0.9365000128746033,0.0005000000237487257,-0.350600004196167,-0.9366000294685364,0.0005000000237487257,-0.35030001401901245,-0.9264000058174133,0.00039999998989515007,-0.3765000104904175,-0.9366000294685364,0.0005000000237487257,-0.35030001401901245,-0.9265000224113464,0.00039999998989515007,-0.37619999051094055,-0.9365000128746033,0.0005000000237487257,-0.350600004196167,-0.9409999847412109,0.0006000000284984708,-0.3384000062942505,-0.941100001335144,0.000699999975040555,-0.33809998631477356,-0.9365000128746033,0.0005000000237487257,-0.350600004196167,-0.941100001335144,0.000699999975040555,-0.33809998631477356,-0.9366000294685364,0.0005000000237487257,-0.35030001401901245,-0.9265000224113464,0.00039999998989515007,-0.37619999051094055,-0.9366000294685364,0.0005000000237487257,-0.35030001401901245,-0.9366999864578247,0.0006000000284984708,-0.3499999940395355,-0.9265000224113464,0.00039999998989515007,-0.37619999051094055,-0.9366999864578247,0.0006000000284984708,-0.3499999940395355,-0.9266999959945679,0.0005000000237487257,-0.375900000333786,-0.9366000294685364,0.0005000000237487257,-0.35030001401901245,-0.941100001335144,0.000699999975040555,-0.33809998631477356,-0.9412000179290771,0.0007999999797903001,-0.337799996137619,-0.9366000294685364,0.0005000000237487257,-0.35030001401901245,-0.9412000179290771,0.0007999999797903001,-0.337799996137619,-0.9366999864578247,0.0006000000284984708,-0.3499999940395355,-0.9505000114440918,0.027899999171495438,-0.3093000054359436,-0.9452000260353088,0.024299999698996544,-0.3255000114440918,-0.9451000094413757,0.0017000000225380063,-0.32670000195503235,-0.9505000114440918,0.027899999171495438,-0.3093000054359436,-0.9451000094413757,0.0017000000225380063,-0.32670000195503235,-0.9506000280380249,0.0020000000949949026,-0.31049999594688416,-0.9363999962806702,0.18529999256134033,-0.2980000078678131,-0.9348000288009644,0.16359999775886536,-0.31520000100135803,-0.9452000260353088,0.024299999698996544,-0.3255000114440918,-0.9363999962806702,0.18529999256134033,-0.2980000078678131,-0.9452000260353088,0.024299999698996544,-0.3255000114440918,-0.9505000114440918,0.027899999171495438,-0.3093000054359436,-0.9452000260353088,0.024299999698996544,-0.3255000114440918,-0.9416999816894531,0.02019999921321869,-0.3359000086784363,-0.9415000081062317,0.00139999995008111,-0.3370000123977661,-0.9452000260353088,0.024299999698996544,-0.3255000114440918,-0.9415000081062317,0.00139999995008111,-0.3370000123977661,-0.9451000094413757,0.0017000000225380063,-0.32670000195503235,-0.9348000288009644,0.16359999775886536,-0.31520000100135803,-0.9350000023841858,0.13729999959468842,-0.32690000534057617,-0.9416999816894531,0.02019999921321869,-0.3359000086784363,-0.9348000288009644,0.16359999775886536,-0.31520000100135803,-0.9416999816894531,0.02019999921321869,-0.3359000086784363,-0.9452000260353088,0.024299999698996544,-0.3255000114440918,-0.3386000096797943,0.9362999796867371,-0.09350000321865082,-0.3749000132083893,0.9204000234603882,-0.11100000143051147,-0.7610999941825867,0.6001999974250793,-0.2459000051021576,-0.3386000096797943,0.9362999796867371,-0.09350000321865082,-0.7610999941825867,0.6001999974250793,-0.2459000051021576,-0.7373999953269958,0.6370999813079834,-0.22439999878406525,-0.3749000132083893,0.9204000234603882,-0.11100000143051147,-0.42879998683929443,0.8932999968528748,-0.13500000536441803,-0.7932000160217285,0.5473999977111816,-0.2669000029563904,-0.3749000132083893,0.9204000234603882,-0.11100000143051147,-0.7932000160217285,0.5473999977111816,-0.2669000029563904,-0.7610999941825867,0.6001999974250793,-0.2459000051021576,-0.7373999953269958,0.6370999813079834,-0.22439999878406525,-0.7610999941825867,0.6001999974250793,-0.2459000051021576,-0.9348000288009644,0.16359999775886536,-0.31520000100135803,-0.7373999953269958,0.6370999813079834,-0.22439999878406525,-0.9348000288009644,0.16359999775886536,-0.31520000100135803,-0.9363999962806702,0.18529999256134033,-0.2980000078678131,-0.7610999941825867,0.6001999974250793,-0.2459000051021576,-0.7932000160217285,0.5473999977111816,-0.2669000029563904,-0.9350000023841858,0.13729999959468842,-0.32690000534057617,-0.7610999941825867,0.6001999974250793,-0.2459000051021576,-0.9350000023841858,0.13729999959468842,-0.32690000534057617,-0.9348000288009644,0.16359999775886536,-0.31520000100135803,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.826200008392334,0.48179998993873596,-0.2919999957084656,-0.4966999888420105,0.8513000011444092,-0.16899999976158142,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.4966999888420105,0.8513000011444092,-0.16899999976158142,-0.5648999810218811,0.7940999865531921,-0.2240999937057495,-0.9258999824523926,0.08669999986886978,-0.3677000105381012,-0.9337999820709229,0.1103999987244606,-0.34040001034736633,-0.826200008392334,0.48179998993873596,-0.2919999957084656,-0.9258999824523926,0.08669999986886978,-0.3677000105381012,-0.826200008392334,0.48179998993873596,-0.2919999957084656,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.826200008392334,0.48179998993873596,-0.2919999957084656,-0.7932000160217285,0.5473999977111816,-0.2669000029563904,-0.42879998683929443,0.8932999968528748,-0.13500000536441803,-0.826200008392334,0.48179998993873596,-0.2919999957084656,-0.42879998683929443,0.8932999968528748,-0.13500000536441803,-0.4966999888420105,0.8513000011444092,-0.16899999976158142,-0.9337999820709229,0.1103999987244606,-0.34040001034736633,-0.9350000023841858,0.13729999959468842,-0.32690000534057617,-0.7932000160217285,0.5473999977111816,-0.2669000029563904,-0.9337999820709229,0.1103999987244606,-0.34040001034736633,-0.7932000160217285,0.5473999977111816,-0.2669000029563904,-0.826200008392334,0.48179998993873596,-0.2919999957084656,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.9369999766349792,0.0012000000569969416,-0.3492000102996826,-0.9373000264167786,0.01600000075995922,-0.3481999933719635,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.9373000264167786,0.01600000075995922,-0.3481999933719635,-0.9272000193595886,0.012400000356137753,-0.3741999864578247,-0.9369999766349792,0.0012000000569969416,-0.3492000102996826,-0.9415000081062317,0.00139999995008111,-0.3370000123977661,-0.9416999816894531,0.02019999921321869,-0.3359000086784363,-0.9369999766349792,0.0012000000569969416,-0.3492000102996826,-0.9416999816894531,0.02019999921321869,-0.3359000086784363,-0.9373000264167786,0.01600000075995922,-0.3481999933719635,-0.9272000193595886,0.012400000356137753,-0.3741999864578247,-0.9373000264167786,0.01600000075995922,-0.3481999933719635,-0.9337999820709229,0.1103999987244606,-0.34040001034736633,-0.9272000193595886,0.012400000356137753,-0.3741999864578247,-0.9337999820709229,0.1103999987244606,-0.34040001034736633,-0.9258999824523926,0.08669999986886978,-0.3677000105381012,-0.9373000264167786,0.01600000075995922,-0.3481999933719635,-0.9416999816894531,0.02019999921321869,-0.3359000086784363,-0.9350000023841858,0.13729999959468842,-0.32690000534057617,-0.9373000264167786,0.01600000075995922,-0.3481999933719635,-0.9350000023841858,0.13729999959468842,-0.32690000534057617,-0.9337999820709229,0.1103999987244606,-0.34040001034736633,-0.1459999978542328,0.9886999726295471,-0.032999999821186066,-0.16459999978542328,0.9854999780654907,-0.041200000792741776,-0.3749000132083893,0.9204000234603882,-0.11100000143051147,-0.1459999978542328,0.9886999726295471,-0.032999999821186066,-0.3749000132083893,0.9204000234603882,-0.11100000143051147,-0.3386000096797943,0.9362999796867371,-0.09350000321865082,-0.06120000034570694,0.9980999827384949,-0.00989999994635582,-0.06920000165700912,0.9975000023841858,-0.013700000010430813,-0.16459999978542328,0.9854999780654907,-0.041200000792741776,-0.06120000034570694,0.9980999827384949,-0.00989999994635582,-0.16459999978542328,0.9854999780654907,-0.041200000792741776,-0.1459999978542328,0.9886999726295471,-0.032999999821186066,-0.16459999978542328,0.9854999780654907,-0.041200000792741776,-0.19449999928474426,0.9793999791145325,-0.05490000173449516,-0.42879998683929443,0.8932999968528748,-0.13500000536441803,-0.16459999978542328,0.9854999780654907,-0.041200000792741776,-0.42879998683929443,0.8932999968528748,-0.13500000536441803,-0.3749000132083893,0.9204000234603882,-0.11100000143051147,-0.06920000165700912,0.9975000023841858,-0.013700000010430813,-0.08219999819993973,0.996399998664856,-0.021700000390410423,-0.19449999928474426,0.9793999791145325,-0.05490000173449516,-0.06920000165700912,0.9975000023841858,-0.013700000010430813,-0.19449999928474426,0.9793999791145325,-0.05490000173449516,-0.16459999978542328,0.9854999780654907,-0.041200000792741776,0.0005000000237487257,1,-0.00009999999747378752,0.0006000000284984708,1,-0.0019000000320374966,-0.02160000056028366,0.9998000264167786,-0.0038999998942017555,0.0005000000237487257,1,-0.00009999999747378752,-0.02160000056028366,0.9998000264167786,-0.0038999998942017555,-0.019099999219179153,0.9998000264167786,-0.0017000000225380063,0.0006000000284984708,1,-0.0019000000320374966,0.000699999975040555,1,-0.007300000172108412,-0.025599999353289604,0.9995999932289124,-0.009800000116229057,0.0006000000284984708,1,-0.0019000000320374966,-0.025599999353289604,0.9995999932289124,-0.009800000116229057,-0.02160000056028366,0.9998000264167786,-0.0038999998942017555,-0.019099999219179153,0.9998000264167786,-0.0017000000225380063,-0.02160000056028366,0.9998000264167786,-0.0038999998942017555,-0.06920000165700912,0.9975000023841858,-0.013700000010430813,-0.019099999219179153,0.9998000264167786,-0.0017000000225380063,-0.06920000165700912,0.9975000023841858,-0.013700000010430813,-0.06120000034570694,0.9980999827384949,-0.00989999994635582,-0.02160000056028366,0.9998000264167786,-0.0038999998942017555,-0.025599999353289604,0.9995999932289124,-0.009800000116229057,-0.08219999819993973,0.996399998664856,-0.021700000390410423,-0.02160000056028366,0.9998000264167786,-0.0038999998942017555,-0.08219999819993973,0.996399998664856,-0.021700000390410423,-0.06920000165700912,0.9975000023841858,-0.013700000010430813,-0.039400000125169754,0.9977999925613403,-0.05310000106692314,-0.031599998474121094,0.9993000030517578,-0.021700000390410423,0.0008999999845400453,0.9998000264167786,-0.01850000023841858,-0.039400000125169754,0.9977999925613403,-0.05310000106692314,0.0008999999845400453,0.9998000264167786,-0.01850000023841858,0.0010999999940395355,0.9987999796867371,-0.048900000751018524,-0.12530000507831573,0.9894999861717224,-0.07249999791383743,-0.10119999945163727,0.9941999912261963,-0.03669999912381172,-0.031599998474121094,0.9993000030517578,-0.021700000390410423,-0.12530000507831573,0.9894999861717224,-0.07249999791383743,-0.031599998474121094,0.9993000030517578,-0.021700000390410423,-0.039400000125169754,0.9977999925613403,-0.05310000106692314,-0.031599998474121094,0.9993000030517578,-0.021700000390410423,-0.025599999353289604,0.9995999932289124,-0.009800000116229057,0.000699999975040555,1,-0.007300000172108412,-0.031599998474121094,0.9993000030517578,-0.021700000390410423,0.000699999975040555,1,-0.007300000172108412,0.0008999999845400453,0.9998000264167786,-0.01850000023841858,-0.10119999945163727,0.9941999912261963,-0.03669999912381172,-0.08219999819993973,0.996399998664856,-0.021700000390410423,-0.025599999353289604,0.9995999932289124,-0.009800000116229057,-0.10119999945163727,0.9941999912261963,-0.03669999912381172,-0.025599999353289604,0.9995999932289124,-0.009800000116229057,-0.031599998474121094,0.9993000030517578,-0.021700000390410423,-0.5648999810218811,0.7940999865531921,-0.2240999937057495,-0.4966999888420105,0.8513000011444092,-0.16899999976158142,-0.23669999837875366,0.968500018119812,-0.07779999822378159,-0.5648999810218811,0.7940999865531921,-0.2240999937057495,-0.23669999837875366,0.968500018119812,-0.07779999822378159,-0.2874999940395355,0.9498000144958496,-0.12359999865293503,-0.4966999888420105,0.8513000011444092,-0.16899999976158142,-0.42879998683929443,0.8932999968528748,-0.13500000536441803,-0.19449999928474426,0.9793999791145325,-0.05490000173449516,-0.4966999888420105,0.8513000011444092,-0.16899999976158142,-0.19449999928474426,0.9793999791145325,-0.05490000173449516,-0.23669999837875366,0.968500018119812,-0.07779999822378159,-0.2874999940395355,0.9498000144958496,-0.12359999865293503,-0.23669999837875366,0.968500018119812,-0.07779999822378159,-0.10119999945163727,0.9941999912261963,-0.03669999912381172,-0.2874999940395355,0.9498000144958496,-0.12359999865293503,-0.10119999945163727,0.9941999912261963,-0.03669999912381172,-0.12530000507831573,0.9894999861717224,-0.07249999791383743,-0.23669999837875366,0.968500018119812,-0.07779999822378159,-0.19449999928474426,0.9793999791145325,-0.05490000173449516,-0.08219999819993973,0.996399998664856,-0.021700000390410423,-0.23669999837875366,0.968500018119812,-0.07779999822378159,-0.08219999819993973,0.996399998664856,-0.021700000390410423,-0.10119999945163727,0.9941999912261963,-0.03669999912381172,0.0005000000237487257,1,-0.00009999999747378752,0.022600000724196434,0.9997000098228455,-0.002300000051036477,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.0005000000237487257,1,-0.00009999999747378752,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.0006000000284984708,1,-0.0019000000320374966,0.022600000724196434,0.9997000098228455,-0.002300000051036477,0.07240000367164612,0.9973000288009644,-0.012500000186264515,0.0820000022649765,0.9965000152587891,-0.016599999740719795,0.022600000724196434,0.9997000098228455,-0.002300000051036477,0.0820000022649765,0.9965000152587891,-0.016599999740719795,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.0006000000284984708,1,-0.0019000000320374966,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.030500000342726707,0.9994999766349792,-0.010599999688565731,0.0006000000284984708,1,-0.0019000000320374966,0.030500000342726707,0.9994999766349792,-0.010599999688565731,0.000699999975040555,1,-0.007300000172108412,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.0820000022649765,0.9965000152587891,-0.016599999740719795,0.09749999642372131,0.9948999881744385,-0.025200000032782555,0.025599999353289604,0.9997000098228455,-0.004600000102072954,0.09749999642372131,0.9948999881744385,-0.025200000032782555,0.030500000342726707,0.9994999766349792,-0.010599999688565731,0.17329999804496765,0.984000027179718,-0.040699999779462814,0.3926999866962433,0.9129999876022339,-0.11020000278949738,0.4316999912261963,0.892799973487854,-0.12839999794960022,0.17329999804496765,0.984000027179718,-0.040699999779462814,0.4316999912261963,0.892799973487854,-0.12839999794960022,0.19529999792575836,0.9794999957084656,-0.049800001084804535,0.19529999792575836,0.9794999957084656,-0.049800001084804535,0.4316999912261963,0.892799973487854,-0.12839999794960022,0.48829999566078186,0.8590999841690063,-0.15320000052452087,0.19529999792575836,0.9794999957084656,-0.049800001084804535,0.48829999566078186,0.8590999841690063,-0.15320000052452087,0.23000000417232513,0.9710000157356262,-0.06480000168085098,0.07240000367164612,0.9973000288009644,-0.012500000186264515,0.17329999804496765,0.984000027179718,-0.040699999779462814,0.19529999792575836,0.9794999957084656,-0.049800001084804535,0.07240000367164612,0.9973000288009644,-0.012500000186264515,0.19529999792575836,0.9794999957084656,-0.049800001084804535,0.0820000022649765,0.9965000152587891,-0.016599999740719795,0.0820000022649765,0.9965000152587891,-0.016599999740719795,0.19529999792575836,0.9794999957084656,-0.049800001084804535,0.23000000417232513,0.9710000157356262,-0.06480000168085098,0.0820000022649765,0.9965000152587891,-0.016599999740719795,0.23000000417232513,0.9710000157356262,-0.06480000168085098,0.09749999642372131,0.9948999881744385,-0.025200000032782555,0.6247000098228455,0.742900013923645,-0.24050000309944153,0.33709999918937683,0.9315000176429749,-0.13689999282360077,0.27889999747276306,0.9562000036239624,-0.08950000256299973,0.6247000098228455,0.742900013923645,-0.24050000309944153,0.27889999747276306,0.9562000036239624,-0.08950000256299973,0.5576000213623047,0.8087000250816345,-0.18719999492168427,0.33709999918937683,0.9315000176429749,-0.13689999282360077,0.14890000224113464,0.98580002784729,-0.07760000228881836,0.1200999990105629,0.9919000267982483,-0.04089999943971634,0.33709999918937683,0.9315000176429749,-0.13689999282360077,0.1200999990105629,0.9919000267982483,-0.04089999943971634,0.27889999747276306,0.9562000036239624,-0.08950000256299973,0.5576000213623047,0.8087000250816345,-0.18719999492168427,0.27889999747276306,0.9562000036239624,-0.08950000256299973,0.23000000417232513,0.9710000157356262,-0.06480000168085098,0.5576000213623047,0.8087000250816345,-0.18719999492168427,0.23000000417232513,0.9710000157356262,-0.06480000168085098,0.48829999566078186,0.8590999841690063,-0.15320000052452087,0.27889999747276306,0.9562000036239624,-0.08950000256299973,0.1200999990105629,0.9919000267982483,-0.04089999943971634,0.09749999642372131,0.9948999881744385,-0.025200000032782555,0.27889999747276306,0.9562000036239624,-0.08950000256299973,0.09749999642372131,0.9948999881744385,-0.025200000032782555,0.23000000417232513,0.9710000157356262,-0.06480000168085098,0.04699999839067459,0.9973999857902527,-0.054099999368190765,0.0010999999940395355,0.9987999796867371,-0.048900000751018524,0.0008999999845400453,0.9998000264167786,-0.01850000023841858,0.04699999839067459,0.9973999857902527,-0.054099999368190765,0.0008999999845400453,0.9998000264167786,-0.01850000023841858,0.037700001150369644,0.9990000128746033,-0.022600000724196434,0.037700001150369644,0.9990000128746033,-0.022600000724196434,0.0008999999845400453,0.9998000264167786,-0.01850000023841858,0.000699999975040555,1,-0.007300000172108412,0.037700001150369644,0.9990000128746033,-0.022600000724196434,0.000699999975040555,1,-0.007300000172108412,0.030500000342726707,0.9994999766349792,-0.010599999688565731,0.14890000224113464,0.98580002784729,-0.07760000228881836,0.04699999839067459,0.9973999857902527,-0.054099999368190765,0.037700001150369644,0.9990000128746033,-0.022600000724196434,0.14890000224113464,0.98580002784729,-0.07760000228881836,0.037700001150369644,0.9990000128746033,-0.022600000724196434,0.1200999990105629,0.9919000267982483,-0.04089999943971634,0.1200999990105629,0.9919000267982483,-0.04089999943971634,0.037700001150369644,0.9990000128746033,-0.022600000724196434,0.030500000342726707,0.9994999766349792,-0.010599999688565731,0.1200999990105629,0.9919000267982483,-0.04089999943971634,0.030500000342726707,0.9994999766349792,-0.010599999688565731,0.09749999642372131,0.9948999881744385,-0.025200000032782555,0.3926999866962433,0.9129999876022339,-0.11020000278949738,0.7681999802589417,0.5958999991416931,-0.23399999737739563,0.7904000282287598,0.557200014591217,-0.25440001487731934,0.3926999866962433,0.9129999876022339,-0.11020000278949738,0.7904000282287598,0.557200014591217,-0.25440001487731934,0.4316999912261963,0.892799973487854,-0.12839999794960022,0.7681999802589417,0.5958999991416931,-0.23399999737739563,0.9381999969482422,0.17419999837875366,-0.29919999837875366,0.9362999796867371,0.15410000085830688,-0.3156999945640564,0.7681999802589417,0.5958999991416931,-0.23399999737739563,0.9362999796867371,0.15410000085830688,-0.3156999945640564,0.7904000282287598,0.557200014591217,-0.25440001487731934,0.4316999912261963,0.892799973487854,-0.12839999794960022,0.7904000282287598,0.557200014591217,-0.25440001487731934,0.8198999762535095,0.5024999976158142,-0.2741999924182892,0.4316999912261963,0.892799973487854,-0.12839999794960022,0.8198999762535095,0.5024999976158142,-0.2741999924182892,0.48829999566078186,0.8590999841690063,-0.15320000052452087,0.7904000282287598,0.557200014591217,-0.25440001487731934,0.9362999796867371,0.15410000085830688,-0.3156999945640564,0.9361000061035156,0.1298000067472458,-0.3269999921321869,0.7904000282287598,0.557200014591217,-0.25440001487731934,0.9361000061035156,0.1298000067472458,-0.3269999921321869,0.8198999762535095,0.5024999976158142,-0.2741999924182892,0.9505000114440918,0.0020000000949949026,-0.31060001254081726,0.9451000094413757,0.0017999999690800905,-0.32670000195503235,0.9452000260353088,0.02459999918937683,-0.3255999982357025,0.9505000114440918,0.0020000000949949026,-0.31060001254081726,0.9452000260353088,0.02459999918937683,-0.3255999982357025,0.9505000114440918,0.027899999171495438,-0.30959999561309814,0.9451000094413757,0.0017999999690800905,-0.32670000195503235,0.9415000081062317,0.001500000013038516,-0.3370000123977661,0.9416999816894531,0.02070000022649765,-0.3359000086784363,0.9451000094413757,0.0017999999690800905,-0.32670000195503235,0.9416999816894531,0.02070000022649765,-0.3359000086784363,0.9452000260353088,0.02459999918937683,-0.3255999982357025,0.9381999969482422,0.17419999837875366,-0.29919999837875366,0.9505000114440918,0.027899999171495438,-0.30959999561309814,0.9452000260353088,0.02459999918937683,-0.3255999982357025,0.9381999969482422,0.17419999837875366,-0.29919999837875366,0.9452000260353088,0.02459999918937683,-0.3255999982357025,0.9362999796867371,0.15410000085830688,-0.3156999945640564,0.9362999796867371,0.15410000085830688,-0.3156999945640564,0.9452000260353088,0.02459999918937683,-0.3255999982357025,0.9416999816894531,0.02070000022649765,-0.3359000086784363,0.9362999796867371,0.15410000085830688,-0.3156999945640564,0.9416999816894531,0.02070000022649765,-0.3359000086784363,0.9361000061035156,0.1298000067472458,-0.3269999921321869,0.927299976348877,0.013100000098347664,-0.374099999666214,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.9369999766349792,0.0012000000569969416,-0.3492000102996826,0.927299976348877,0.013100000098347664,-0.374099999666214,0.9369999766349792,0.0012000000569969416,-0.3492000102996826,0.9269999861717224,0.0008999999845400453,-0.3750999867916107,0.9264000058174133,0.08290000259876251,-0.36719998717308044,0.9344000220298767,0.10480000078678131,-0.3402999937534332,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.9264000058174133,0.08290000259876251,-0.36719998717308044,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.927299976348877,0.013100000098347664,-0.374099999666214,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.9416999816894531,0.02070000022649765,-0.3359000086784363,0.9415000081062317,0.001500000013038516,-0.3370000123977661,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.9415000081062317,0.001500000013038516,-0.3370000123977661,0.9369999766349792,0.0012000000569969416,-0.3492000102996826,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.9344000220298767,0.10480000078678131,-0.3402999937534332,0.9361000061035156,0.1298000067472458,-0.3269999921321869,0.9373000264167786,0.016599999740719795,-0.3481000065803528,0.9361000061035156,0.1298000067472458,-0.3269999921321869,0.9416999816894531,0.02070000022649765,-0.3359000086784363,0.8677999973297119,0.36730000376701355,-0.33480000495910645,0.6247000098228455,0.742900013923645,-0.24050000309944153,0.5576000213623047,0.8087000250816345,-0.18719999492168427,0.8677999973297119,0.36730000376701355,-0.33480000495910645,0.5576000213623047,0.8087000250816345,-0.18719999492168427,0.8493000268936157,0.4359999895095825,-0.2976999878883362,0.8493000268936157,0.4359999895095825,-0.2976999878883362,0.5576000213623047,0.8087000250816345,-0.18719999492168427,0.48829999566078186,0.8590999841690063,-0.15320000052452087,0.8493000268936157,0.4359999895095825,-0.2976999878883362,0.48829999566078186,0.8590999841690063,-0.15320000052452087,0.8198999762535095,0.5024999976158142,-0.2741999924182892,0.9264000058174133,0.08290000259876251,-0.36719998717308044,0.8677999973297119,0.36730000376701355,-0.33480000495910645,0.8493000268936157,0.4359999895095825,-0.2976999878883362,0.9264000058174133,0.08290000259876251,-0.36719998717308044,0.8493000268936157,0.4359999895095825,-0.2976999878883362,0.9344000220298767,0.10480000078678131,-0.3402999937534332,0.9344000220298767,0.10480000078678131,-0.3402999937534332,0.8493000268936157,0.4359999895095825,-0.2976999878883362,0.8198999762535095,0.5024999976158142,-0.2741999924182892,0.9344000220298767,0.10480000078678131,-0.3402999937534332,0.8198999762535095,0.5024999976158142,-0.2741999924182892,0.9361000061035156,0.1298000067472458,-0.3269999921321869,0.926800012588501,0.0006000000284984708,-0.37549999356269836,0.8952000141143799,0.0005000000237487257,-0.4456999897956848,0.8953999876976013,0.0007999999797903001,-0.44530001282691956,0.926800012588501,0.0006000000284984708,-0.37549999356269836,0.8953999876976013,0.0007999999797903001,-0.44530001282691956,0.9269999861717224,0.0008999999845400453,-0.3750999867916107,0.9266999959945679,0.0005000000237487257,-0.375900000333786,0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0.8952000141143799,0.0005000000237487257,-0.4456999897956848,0.9266999959945679,0.0005000000237487257,-0.375900000333786,0.8952000141143799,0.0005000000237487257,-0.4456999897956848,0.926800012588501,0.0006000000284984708,-0.37549999356269836,0.8952000141143799,0.0005000000237487257,-0.4456999897956848,0.760699987411499,0.00039999998989515007,-0.6491000056266785,0.7610999941825867,0.0006000000284984708,-0.6486999988555908,0.8952000141143799,0.0005000000237487257,-0.4456999897956848,0.7610999941825867,0.0006000000284984708,-0.6486999988555908,0.8953999876976013,0.0007999999797903001,-0.44530001282691956,0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0.7603999972343445,0.0003000000142492354,-0.649399995803833,0.760699987411499,0.00039999998989515007,-0.6491000056266785,0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0.760699987411499,0.00039999998989515007,-0.6491000056266785,0.8952000141143799,0.0005000000237487257,-0.4456999897956848,0.9264000058174133,0.00039999998989515007,-0.3765000104904175,0.8946999907493591,0.0003000000142492354,-0.4465999901294708,0.8949000239372253,0.0003000000142492354,-0.446399986743927,0.9264000058174133,0.00039999998989515007,-0.3765000104904175,0.8949000239372253,0.0003000000142492354,-0.446399986743927,0.9265000224113464,0.00039999998989515007,-0.37619999051094055,0.8946999907493591,0.0003000000142492354,-0.4465999901294708,0.7599999904632568,0.00019999999494757503,-0.6499999761581421,0.760200023651123,0.0003000000142492354,-0.6496999859809875,0.8946999907493591,0.0003000000142492354,-0.4465999901294708,0.760200023651123,0.0003000000142492354,-0.6496999859809875,0.8949000239372253,0.0003000000142492354,-0.446399986743927,0.9265000224113464,0.00039999998989515007,-0.37619999051094055,0.8949000239372253,0.0003000000142492354,-0.446399986743927,0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0.9265000224113464,0.00039999998989515007,-0.37619999051094055,0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0.9266999959945679,0.0005000000237487257,-0.375900000333786,0.8949000239372253,0.0003000000142492354,-0.446399986743927,0.760200023651123,0.0003000000142492354,-0.6496999859809875,0.7603999972343445,0.0003000000142492354,-0.649399995803833,0.8949000239372253,0.0003000000142492354,-0.446399986743927,0.7603999972343445,0.0003000000142492354,-0.649399995803833,0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0,0,-1,0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0,0,-1,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,0.33180001378059387,0.00009999999747378752,-0.9433000087738037,0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0.760200023651123,0.0003000000142492354,-0.6496999859809875,0.7599999904632568,0.00019999999494757503,-0.6499999761581421,0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0.7599999904632568,0.00019999999494757503,-0.6499999761581421,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0.33180001378059387,0.00009999999747378752,-0.9433000087738037,0.7603999972343445,0.0003000000142492354,-0.649399995803833,0.760200023651123,0.0003000000142492354,-0.6496999859809875,0.33180001378059387,0.00009999999747378752,-0.9433000087738037,0.760200023651123,0.0003000000142492354,-0.6496999859809875,0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33230000734329224,0.00019999999494757503,-0.9431999921798706,0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0,0,-1,0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0,0,-1,0.33230000734329224,0.00019999999494757503,-0.9431999921798706,0.7610999941825867,0.0006000000284984708,-0.6486999988555908,0.760699987411499,0.00039999998989515007,-0.6491000056266785,0.33230000734329224,0.00019999999494757503,-0.9431999921798706,0.760699987411499,0.00039999998989515007,-0.6491000056266785,0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0,0,-1,0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0.33180001378059387,0.00009999999747378752,-0.9433000087738037,0,0,-1,0.33180001378059387,0.00009999999747378752,-0.9433000087738037,0,0,-1,0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0.760699987411499,0.00039999998989515007,-0.6491000056266785,0.7603999972343445,0.0003000000142492354,-0.649399995803833,0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0.7603999972343445,0.0003000000142492354,-0.649399995803833,0.33180001378059387,0.00009999999747378752,-0.9433000087738037,0.9262999892234802,0.0003000000142492354,-0.3767000138759613,0.894599974155426,0.00019999999494757503,-0.44679999351501465,0.8946999907493591,0.0003000000142492354,-0.4465999901294708,0.9262999892234802,0.0003000000142492354,-0.3767000138759613,0.8946999907493591,0.0003000000142492354,-0.4465999901294708,0.9264000058174133,0.00039999998989515007,-0.3765000104904175,0.9262999892234802,0.00019999999494757503,-0.37689998745918274,0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0.894599974155426,0.00019999999494757503,-0.44679999351501465,0.9262999892234802,0.00019999999494757503,-0.37689998745918274,0.894599974155426,0.00019999999494757503,-0.44679999351501465,0.9262999892234802,0.0003000000142492354,-0.3767000138759613,0.894599974155426,0.00019999999494757503,-0.44679999351501465,0.7598000168800354,0.00019999999494757503,-0.6502000093460083,0.7599999904632568,0.00019999999494757503,-0.6499999761581421,0.894599974155426,0.00019999999494757503,-0.44679999351501465,0.7599999904632568,0.00019999999494757503,-0.6499999761581421,0.8946999907493591,0.0003000000142492354,-0.4465999901294708,0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0.7597000002861023,0.00009999999747378752,-0.6503000259399414,0.7598000168800354,0.00019999999494757503,-0.6502000093460083,0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0.7598000168800354,0.00019999999494757503,-0.6502000093460083,0.894599974155426,0.00019999999494757503,-0.44679999351501465,0.9261999726295471,0,-0.37700000405311584,0.8945000171661377,0,-0.4471000134944916,0.8945000171661377,0.00009999999747378752,-0.4471000134944916,0.9261999726295471,0,-0.37700000405311584,0.8945000171661377,0.00009999999747378752,-0.4471000134944916,0.9261999726295471,0.00009999999747378752,-0.37689998745918274,0.8945000171661377,0,-0.4471000134944916,0.7595999836921692,0,-0.6503999829292297,0.7595999836921692,0.00009999999747378752,-0.6503999829292297,0.8945000171661377,0,-0.4471000134944916,0.7595999836921692,0.00009999999747378752,-0.6503999829292297,0.8945000171661377,0.00009999999747378752,-0.4471000134944916,0.9261999726295471,0.00009999999747378752,-0.37689998745918274,0.8945000171661377,0.00009999999747378752,-0.4471000134944916,0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0.9261999726295471,0.00009999999747378752,-0.37689998745918274,0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0.9262999892234802,0.00019999999494757503,-0.37689998745918274,0.8945000171661377,0.00009999999747378752,-0.4471000134944916,0.7595999836921692,0.00009999999747378752,-0.6503999829292297,0.7597000002861023,0.00009999999747378752,-0.6503000259399414,0.8945000171661377,0.00009999999747378752,-0.4471000134944916,0.7597000002861023,0.00009999999747378752,-0.6503000259399414,0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0,0,-1,0,0,-1,0.3312000036239624,0,-0.9435999989509583,0,0,-1,0.3312000036239624,0,-0.9435999989509583,0.3312000036239624,0,-0.9435999989509583,0,0,-1,0,0,-1,0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0,0,-1,0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0.3312000036239624,0,-0.9435999989509583,0.3312000036239624,0,-0.9435999989509583,0.7595999836921692,0.00009999999747378752,-0.6503999829292297,0.7595999836921692,0,-0.6503999829292297,0.3312000036239624,0,-0.9435999989509583,0.7595999836921692,0,-0.6503999829292297,0.3312000036239624,0,-0.9435999989509583,0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0.7597000002861023,0.00009999999747378752,-0.6503000259399414,0.7595999836921692,0.00009999999747378752,-0.6503999829292297,0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0.7595999836921692,0.00009999999747378752,-0.6503999829292297,0.3312000036239624,0,-0.9435999989509583,0,0,-1,0,0,-1,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0,0,-1,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0.7599999904632568,0.00019999999494757503,-0.6499999761581421,0.7598000168800354,0.00019999999494757503,-0.6502000093460083,0.33149999380111694,0.00009999999747378752,-0.9434999823570251,0.7598000168800354,0.00019999999494757503,-0.6502000093460083,0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0,0,-1,0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0.7598000168800354,0.00019999999494757503,-0.6502000093460083,0.7597000002861023,0.00009999999747378752,-0.6503000259399414,0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0.7597000002861023,0.00009999999747378752,-0.6503000259399414,0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,0.8945000171661377,0,-0.4471000134944916,0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,0.8945000171661377,0,-0.4471000134944916,0.9261999726295471,0,-0.37700000405311584,0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,0.7595999836921692,0,-0.6503999829292297,0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,0.7595999836921692,0,-0.6503999829292297,0.8945000171661377,0,-0.4471000134944916,0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,0.894599974155426,-0.00019999999494757503,-0.44679999351501465,0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,0.894599974155426,-0.00019999999494757503,-0.44679999351501465,0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,0.894599974155426,-0.00019999999494757503,-0.44679999351501465,0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,0.894599974155426,-0.00019999999494757503,-0.44679999351501465,0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,0.894599974155426,-0.00019999999494757503,-0.44679999351501465,0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,0.894599974155426,-0.00019999999494757503,-0.44679999351501465,0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0,0,-1,0,0,-1,0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0,0,-1,0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0.3314000070095062,-0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0,0,-1,0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,0.3314000070095062,-0.00009999999747378752,-0.9434999823570251,0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,0.3312000036239624,0,-0.9435999989509583,0,0,-1,0.3312000036239624,0,-0.9435999989509583,0.3312000036239624,0,-0.9435999989509583,0.3312000036239624,0,-0.9435999989509583,0.7595999836921692,0,-0.6503999829292297,0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,0.3312000036239624,0,-0.9435999989509583,0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,0.3312000036239624,0,-0.9435999989509583,0,0,-1,0,0,-1,0.3312000036239624,0,-0.9435999989509583,0,0,-1,0.3312000036239624,0,-0.9435999989509583,0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0.3312000036239624,0,-0.9435999989509583,0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,0.3312000036239624,0,-0.9435999989509583,0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,0.8949000239372253,-0.0003000000142492354,-0.4462999999523163,0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,0.9266999959945679,-0.0005000000237487257,-0.375900000333786,0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0.8949000239372253,-0.0003000000142492354,-0.4462999999523163,0.9266999959945679,-0.0005000000237487257,-0.375900000333786,0.8949000239372253,-0.0003000000142492354,-0.4462999999523163,0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,0.8949000239372253,-0.0003000000142492354,-0.4462999999523163,0.760200023651123,-0.0003000000142492354,-0.6496999859809875,0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,0.8949000239372253,-0.0003000000142492354,-0.4462999999523163,0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.760200023651123,-0.0003000000142492354,-0.6496999859809875,0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0.760200023651123,-0.0003000000142492354,-0.6496999859809875,0.8949000239372253,-0.0003000000142492354,-0.4462999999523163,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.8953999876976013,-0.000699999975040555,-0.44530001282691956,0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,0.926800012588501,-0.0006000000284984708,-0.37549999356269836,0.8953999876976013,-0.000699999975040555,-0.44530001282691956,0.7609999775886536,-0.0005000000237487257,-0.6488000154495239,0.760699987411499,-0.00039999998989515007,-0.6491000056266785,0.8953999876976013,-0.000699999975040555,-0.44530001282691956,0.760699987411499,-0.00039999998989515007,-0.6491000056266785,0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,0.926800012588501,-0.0006000000284984708,-0.37549999356269836,0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0.926800012588501,-0.0006000000284984708,-0.37549999356269836,0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0.9266999959945679,-0.0005000000237487257,-0.375900000333786,0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,0.760699987411499,-0.00039999998989515007,-0.6491000056266785,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0,0,-1,0,0,-1,0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0,0,-1,0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0.33219999074935913,-0.00019999999494757503,-0.9431999921798706,0,0,-1,0,0,-1,0.33180001378059387,-0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33180001378059387,-0.00009999999747378752,-0.9434000253677368,0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0.33219999074935913,-0.00019999999494757503,-0.9431999921798706,0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0.760699987411499,-0.00039999998989515007,-0.6491000056266785,0.33219999074935913,-0.00019999999494757503,-0.9431999921798706,0.760699987411499,-0.00039999998989515007,-0.6491000056266785,0.7609999775886536,-0.0005000000237487257,-0.6488000154495239,0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0.33180001378059387,-0.00009999999747378752,-0.9434000253677368,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.760699987411499,-0.00039999998989515007,-0.6491000056266785,0,0,-1,0.3314000070095062,-0.00009999999747378752,-0.9434999823570251,0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0,0,-1,0.3314000070095062,-0.00009999999747378752,-0.9434999823570251,0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,0.760200023651123,-0.0003000000142492354,-0.6496999859809875,0.3314000070095062,-0.00009999999747378752,-0.9434999823570251,0.760200023651123,-0.0003000000142492354,-0.6496999859809875,0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0.33180001378059387,-0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33180001378059387,-0.00009999999747378752,-0.9434000253677368,0,0,-1,0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0.760200023651123,-0.0003000000142492354,-0.6496999859809875,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0.7603999972343445,-0.0003000000142492354,-0.649399995803833,0.33180001378059387,-0.00009999999747378752,-0.9434000253677368,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.9272000193595886,-0.012400000356137753,-0.3741999864578247,0.8956999778747559,-0.009700000286102295,-0.44449999928474426,0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,0.8956999778747559,-0.009700000286102295,-0.44449999928474426,0.8953999876976013,-0.000699999975040555,-0.44530001282691956,0.9272000193595886,-0.012400000356137753,-0.3741999864578247,0.9258999824523926,-0.08669999986886978,-0.3677000105381012,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.9272000193595886,-0.012400000356137753,-0.3741999864578247,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.8956999778747559,-0.009700000286102295,-0.44449999928474426,0.8953999876976013,-0.000699999975040555,-0.44530001282691956,0.8956999778747559,-0.009700000286102295,-0.44449999928474426,0.7616000175476074,-0.0066999997943639755,-0.6480000019073486,0.8953999876976013,-0.000699999975040555,-0.44530001282691956,0.7616000175476074,-0.0066999997943639755,-0.6480000019073486,0.7609999775886536,-0.0005000000237487257,-0.6488000154495239,0.8956999778747559,-0.009700000286102295,-0.44449999928474426,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.7677000164985657,-0.04879999905824661,-0.6389999985694885,0.8956999778747559,-0.009700000286102295,-0.44449999928474426,0.7677000164985657,-0.04879999905824661,-0.6389999985694885,0.7616000175476074,-0.0066999997943639755,-0.6480000019073486,0.5992000102996826,-0.7318999767303467,-0.32429999113082886,0.8396000266075134,-0.3546000123023987,-0.4115999937057495,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.5992000102996826,-0.7318999767303467,-0.32429999113082886,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.5648999810218811,-0.7940999865531921,-0.2240999937057495,0.5450000166893005,-0.6247000098228455,-0.5591999888420105,0.7368999719619751,-0.28279998898506165,-0.6140000224113464,0.8396000266075134,-0.3546000123023987,-0.4115999937057495,0.5450000166893005,-0.6247000098228455,-0.5591999888420105,0.8396000266075134,-0.3546000123023987,-0.4115999937057495,0.5992000102996826,-0.7318999767303467,-0.32429999113082886,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.8396000266075134,-0.3546000123023987,-0.4115999937057495,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.8485999703407288,-0.4122999906539917,-0.33160001039505005,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.9258999824523926,-0.08669999986886978,-0.3677000105381012,0.7368999719619751,-0.28279998898506165,-0.6140000224113464,0.7677000164985657,-0.04879999905824661,-0.6389999985694885,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.7368999719619751,-0.28279998898506165,-0.6140000224113464,0.8963000178337097,-0.06909999996423721,-0.43799999356269836,0.8396000266075134,-0.3546000123023987,-0.4115999937057495,0.36550000309944153,-0.12610000371932983,-0.9222000241279602,0.2712000012397766,-0.32100000977516174,-0.9074000120162964,0,0,-1,0.36550000309944153,-0.12610000371932983,-0.9222000241279602,0,0,-1,0,0,-1,0.34310001134872437,-0.01730000041425228,-0.9391000270843506,0.36550000309944153,-0.12610000371932983,-0.9222000241279602,0,0,-1,0.34310001134872437,-0.01730000041425228,-0.9391000270843506,0,0,-1,0,0,-1,0.7368999719619751,-0.28279998898506165,-0.6140000224113464,0.5450000166893005,-0.6247000098228455,-0.5591999888420105,0.2712000012397766,-0.32100000977516174,-0.9074000120162964,0.7368999719619751,-0.28279998898506165,-0.6140000224113464,0.2712000012397766,-0.32100000977516174,-0.9074000120162964,0.36550000309944153,-0.12610000371932983,-0.9222000241279602,0.7677000164985657,-0.04879999905824661,-0.6389999985694885,0.7368999719619751,-0.28279998898506165,-0.6140000224113464,0.36550000309944153,-0.12610000371932983,-0.9222000241279602,0.7677000164985657,-0.04879999905824661,-0.6389999985694885,0.36550000309944153,-0.12610000371932983,-0.9222000241279602,0.34310001134872437,-0.01730000041425228,-0.9391000270843506,0,0,-1,0,0,-1,0.33219999074935913,-0.00019999999494757503,-0.9431999921798706,0,0,-1,0.33219999074935913,-0.00019999999494757503,-0.9431999921798706,0.33340001106262207,-0.002300000051036477,-0.942799985408783,0.33340001106262207,-0.002300000051036477,-0.942799985408783,0.33219999074935913,-0.00019999999494757503,-0.9431999921798706,0.7609999775886536,-0.0005000000237487257,-0.6488000154495239,0.33340001106262207,-0.002300000051036477,-0.942799985408783,0.7609999775886536,-0.0005000000237487257,-0.6488000154495239,0.7616000175476074,-0.0066999997943639755,-0.6480000019073486,0.33340001106262207,-0.002300000051036477,-0.942799985408783,0.34310001134872437,-0.01730000041425228,-0.9391000270843506,0,0,-1,0.33340001106262207,-0.002300000051036477,-0.942799985408783,0,0,-1,0,0,-1,0.7616000175476074,-0.0066999997943639755,-0.6480000019073486,0.7677000164985657,-0.04879999905824661,-0.6389999985694885,0.34310001134872437,-0.01730000041425228,-0.9391000270843506,0.7616000175476074,-0.0066999997943639755,-0.6480000019073486,0.34310001134872437,-0.01730000041425228,-0.9391000270843506,0.33340001106262207,-0.002300000051036477,-0.942799985408783,0.3240000009536743,-0.9190999865531921,-0.2240000069141388,0.5992000102996826,-0.7318999767303467,-0.32429999113082886,0.5648999810218811,-0.7940999865531921,-0.2240999937057495,0.3240000009536743,-0.9190999865531921,-0.2240000069141388,0.5648999810218811,-0.7940999865531921,-0.2240999937057495,0.2874999940395355,-0.9498000144958496,-0.12359999865293503,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,0.3240000009536743,-0.9190999865531921,-0.2240000069141388,0.2874999940395355,-0.9498000144958496,-0.12359999865293503,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,0.2874999940395355,-0.9498000144958496,-0.12359999865293503,0.12530000507831573,-0.9894999861717224,-0.07249999791383743,0.3018999993801117,-0.8170999884605408,-0.4912000000476837,0.5450000166893005,-0.6247000098228455,-0.5591999888420105,0.5992000102996826,-0.7318999767303467,-0.32429999113082886,0.3018999993801117,-0.8170999884605408,-0.4912000000476837,0.5992000102996826,-0.7318999767303467,-0.32429999113082886,0.3240000009536743,-0.9190999865531921,-0.2240000069141388,0.1347000002861023,-0.8787999749183655,-0.4578000009059906,0.3018999993801117,-0.8170999884605408,-0.4912000000476837,0.3240000009536743,-0.9190999865531921,-0.2240000069141388,0.1347000002861023,-0.8787999749183655,-0.4578000009059906,0.3240000009536743,-0.9190999865531921,-0.2240000069141388,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,-0.0010999999940395355,-0.9987999796867371,-0.048900000751018524,-0.00139999995008111,-0.9901000261306763,-0.14030000567436218,0.04580000042915344,-0.9883999824523926,-0.14480000734329224,-0.0010999999940395355,-0.9987999796867371,-0.048900000751018524,0.04580000042915344,-0.9883999824523926,-0.14480000734329224,0.039400000125169754,-0.9977999925613403,-0.05310000106692314,-0.00279999990016222,-0.8938000202178955,-0.44850000739097595,0.04230000078678131,-0.8930000066757202,-0.4481000006198883,0.04580000042915344,-0.9883999824523926,-0.14480000734329224,-0.00279999990016222,-0.8938000202178955,-0.44850000739097595,0.04580000042915344,-0.9883999824523926,-0.14480000734329224,-0.00139999995008111,-0.9901000261306763,-0.14030000567436218,0.039400000125169754,-0.9977999925613403,-0.05310000106692314,0.04580000042915344,-0.9883999824523926,-0.14480000734329224,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,0.039400000125169754,-0.9977999925613403,-0.05310000106692314,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,0.12530000507831573,-0.9894999861717224,-0.07249999791383743,0.04230000078678131,-0.8930000066757202,-0.4481000006198883,0.1347000002861023,-0.8787999749183655,-0.4578000009059906,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,0.04230000078678131,-0.8930000066757202,-0.4481000006198883,0.1446000039577484,-0.9753000140190125,-0.1670999974012375,0.04580000042915344,-0.9883999824523926,-0.14480000734329224,0.01720000058412552,-0.421099990606308,-0.9068999886512756,-0.002400000113993883,-0.4153999984264374,-0.909600019454956,0,0,-1,0.01720000058412552,-0.421099990606308,-0.9068999886512756,0,0,-1,0,0,-1,0.057100001722574234,-0.42590001225471497,-0.902999997138977,0.01720000058412552,-0.421099990606308,-0.9068999886512756,0,0,-1,0.057100001722574234,-0.42590001225471497,-0.902999997138977,0,0,-1,0,0,-1,0.04230000078678131,-0.8930000066757202,-0.4481000006198883,-0.00279999990016222,-0.8938000202178955,-0.44850000739097595,-0.002400000113993883,-0.4153999984264374,-0.909600019454956,0.04230000078678131,-0.8930000066757202,-0.4481000006198883,-0.002400000113993883,-0.4153999984264374,-0.909600019454956,0.01720000058412552,-0.421099990606308,-0.9068999886512756,0.1347000002861023,-0.8787999749183655,-0.4578000009059906,0.04230000078678131,-0.8930000066757202,-0.4481000006198883,0.01720000058412552,-0.421099990606308,-0.9068999886512756,0.1347000002861023,-0.8787999749183655,-0.4578000009059906,0.01720000058412552,-0.421099990606308,-0.9068999886512756,0.057100001722574234,-0.42590001225471497,-0.902999997138977,0.2712000012397766,-0.32100000977516174,-0.9074000120162964,0.13729999959468842,-0.4153999984264374,-0.8992000222206116,0,0,-1,0.2712000012397766,-0.32100000977516174,-0.9074000120162964,0,0,-1,0,0,-1,0.5450000166893005,-0.6247000098228455,-0.5591999888420105,0.3018999993801117,-0.8170999884605408,-0.4912000000476837,0.13729999959468842,-0.4153999984264374,-0.8992000222206116,0.5450000166893005,-0.6247000098228455,-0.5591999888420105,0.13729999959468842,-0.4153999984264374,-0.8992000222206116,0.2712000012397766,-0.32100000977516174,-0.9074000120162964,0.13729999959468842,-0.4153999984264374,-0.8992000222206116,0.057100001722574234,-0.42590001225471497,-0.902999997138977,0,0,-1,0.13729999959468842,-0.4153999984264374,-0.8992000222206116,0,0,-1,0,0,-1,0.3018999993801117,-0.8170999884605408,-0.4912000000476837,0.1347000002861023,-0.8787999749183655,-0.4578000009059906,0.057100001722574234,-0.42590001225471497,-0.902999997138977,0.3018999993801117,-0.8170999884605408,-0.4912000000476837,0.057100001722574234,-0.42590001225471497,-0.902999997138977,0.13729999959468842,-0.4153999984264374,-0.8992000222206116,-0.0010999999940395355,-0.9987999796867371,-0.048900000751018524,-0.04699999839067459,-0.9973999857902527,-0.054099999368190765,-0.05469999834895134,-0.9876999855041504,-0.14659999310970306,-0.0010999999940395355,-0.9987999796867371,-0.048900000751018524,-0.05469999834895134,-0.9876999855041504,-0.14659999310970306,-0.00139999995008111,-0.9901000261306763,-0.14030000567436218,-0.17190000414848328,-0.9697999954223633,-0.17329999804496765,-0.05469999834895134,-0.9876999855041504,-0.14659999310970306,-0.04699999839067459,-0.9973999857902527,-0.054099999368190765,-0.17190000414848328,-0.9697999954223633,-0.17329999804496765,-0.04699999839067459,-0.9973999857902527,-0.054099999368190765,-0.14890000224113464,-0.98580002784729,-0.07760000228881836,-0.052299998700618744,-0.8896999955177307,-0.45350000262260437,-0.00279999990016222,-0.8938000202178955,-0.44850000739097595,-0.00139999995008111,-0.9901000261306763,-0.14030000567436218,-0.052299998700618744,-0.8896999955177307,-0.45350000262260437,-0.00139999995008111,-0.9901000261306763,-0.14030000567436218,-0.05469999834895134,-0.9876999855041504,-0.14659999310970306,-0.1607999950647354,-0.8689000010490417,-0.46810001134872437,-0.052299998700618744,-0.8896999955177307,-0.45350000262260437,-0.05469999834895134,-0.9876999855041504,-0.14659999310970306,-0.1607999950647354,-0.8689000010490417,-0.46810001134872437,-0.05469999834895134,-0.9876999855041504,-0.14659999310970306,-0.17190000414848328,-0.9697999954223633,-0.17329999804496765,-0.6561999917030334,-0.6743999719619751,-0.3384000062942505,-0.37860000133514404,-0.8942999839782715,-0.23849999904632568,-0.33709999918937683,-0.9315000176429749,-0.13689999282360077,-0.6561999917030334,-0.6743999719619751,-0.3384000062942505,-0.33709999918937683,-0.9315000176429749,-0.13689999282360077,-0.6247000098228455,-0.742900013923645,-0.24050000309944153,-0.5949000120162964,-0.5662999749183655,-0.5703999996185303,-0.3531999886035919,-0.7861999869346619,-0.507099986076355,-0.37860000133514404,-0.8942999839782715,-0.23849999904632568,-0.5949000120162964,-0.5662999749183655,-0.5703999996185303,-0.37860000133514404,-0.8942999839782715,-0.23849999904632568,-0.6561999917030334,-0.6743999719619751,-0.3384000062942505,-0.37860000133514404,-0.8942999839782715,-0.23849999904632568,-0.17190000414848328,-0.9697999954223633,-0.17329999804496765,-0.14890000224113464,-0.98580002784729,-0.07760000228881836,-0.37860000133514404,-0.8942999839782715,-0.23849999904632568,-0.14890000224113464,-0.98580002784729,-0.07760000228881836,-0.33709999918937683,-0.9315000176429749,-0.13689999282360077,-0.3531999886035919,-0.7861999869346619,-0.507099986076355,-0.1607999950647354,-0.8689000010490417,-0.46810001134872437,-0.17190000414848328,-0.9697999954223633,-0.17329999804496765,-0.3531999886035919,-0.7861999869346619,-0.507099986076355,-0.17190000414848328,-0.9697999954223633,-0.17329999804496765,-0.37860000133514404,-0.8942999839782715,-0.23849999904632568,-0.1657000035047531,-0.3865000009536743,-0.9072999954223633,-0.3003000020980835,-0.2786000072956085,-0.9122999906539917,0,0,-1,-0.1657000035047531,-0.3865000009536743,-0.9072999954223633,0,0,-1,0,0,-1,-0.07050000131130219,-0.41190001368522644,-0.9085000157356262,-0.1657000035047531,-0.3865000009536743,-0.9072999954223633,0,0,-1,-0.07050000131130219,-0.41190001368522644,-0.9085000157356262,0,0,-1,0,0,-1,-0.3531999886035919,-0.7861999869346619,-0.507099986076355,-0.5949000120162964,-0.5662999749183655,-0.5703999996185303,-0.3003000020980835,-0.2786000072956085,-0.9122999906539917,-0.3531999886035919,-0.7861999869346619,-0.507099986076355,-0.3003000020980835,-0.2786000072956085,-0.9122999906539917,-0.1657000035047531,-0.3865000009536743,-0.9072999954223633,-0.1607999950647354,-0.8689000010490417,-0.46810001134872437,-0.3531999886035919,-0.7861999869346619,-0.507099986076355,-0.1657000035047531,-0.3865000009536743,-0.9072999954223633,-0.1607999950647354,-0.8689000010490417,-0.46810001134872437,-0.1657000035047531,-0.3865000009536743,-0.9072999954223633,-0.07050000131130219,-0.41190001368522644,-0.9085000157356262,-0.002400000113993883,-0.4153999984264374,-0.909600019454956,-0.02329999953508377,-0.4153999984264374,-0.9093999862670898,0,0,-1,-0.002400000113993883,-0.4153999984264374,-0.909600019454956,0,0,-1,0,0,-1,-0.00279999990016222,-0.8938000202178955,-0.44850000739097595,-0.052299998700618744,-0.8896999955177307,-0.45350000262260437,-0.02329999953508377,-0.4153999984264374,-0.9093999862670898,-0.00279999990016222,-0.8938000202178955,-0.44850000739097595,-0.02329999953508377,-0.4153999984264374,-0.9093999862670898,-0.002400000113993883,-0.4153999984264374,-0.909600019454956,-0.02329999953508377,-0.4153999984264374,-0.9093999862670898,-0.07050000131130219,-0.41190001368522644,-0.9085000157356262,0,0,-1,-0.02329999953508377,-0.4153999984264374,-0.9093999862670898,0,0,-1,0,0,-1,-0.052299998700618744,-0.8896999955177307,-0.45350000262260437,-0.1607999950647354,-0.8689000010490417,-0.46810001134872437,-0.07050000131130219,-0.41190001368522644,-0.9085000157356262,-0.052299998700618744,-0.8896999955177307,-0.45350000262260437,-0.07050000131130219,-0.41190001368522644,-0.9085000157356262,-0.02329999953508377,-0.4153999984264374,-0.9093999862670898,-0.8557999730110168,-0.31130000948905945,-0.4133000075817108,-0.6561999917030334,-0.6743999719619751,-0.3384000062942505,-0.6247000098228455,-0.742900013923645,-0.24050000309944153,-0.8557999730110168,-0.31130000948905945,-0.4133000075817108,-0.6247000098228455,-0.742900013923645,-0.24050000309944153,-0.8677999973297119,-0.36730000376701355,-0.33480000495910645,-0.8677999973297119,-0.36730000376701355,-0.33480000495910645,-0.9264000058174133,-0.08290000259876251,-0.36719998717308044,-0.8966000080108643,-0.06679999828338623,-0.4377000033855438,-0.8677999973297119,-0.36730000376701355,-0.33480000495910645,-0.8966000080108643,-0.06679999828338623,-0.4377000033855438,-0.8557999730110168,-0.31130000948905945,-0.4133000075817108,-0.7497000098228455,-0.2451000064611435,-0.614799976348877,-0.5949000120162964,-0.5662999749183655,-0.5703999996185303,-0.6561999917030334,-0.6743999719619751,-0.3384000062942505,-0.7497000098228455,-0.2451000064611435,-0.614799976348877,-0.6561999917030334,-0.6743999719619751,-0.3384000062942505,-0.8557999730110168,-0.31130000948905945,-0.4133000075817108,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.7497000098228455,-0.2451000064611435,-0.614799976348877,-0.8557999730110168,-0.31130000948905945,-0.4133000075817108,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.8557999730110168,-0.31130000948905945,-0.4133000075817108,-0.8966000080108643,-0.06679999828338623,-0.4377000033855438,-0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,-0.8953999876976013,-0.0007999999797903001,-0.44530001282691956,-0.895799994468689,-0.010499999858438969,-0.44440001249313354,-0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,-0.895799994468689,-0.010499999858438969,-0.44440001249313354,-0.927299976348877,-0.013100000098347664,-0.374099999666214,-0.8953999876976013,-0.0007999999797903001,-0.44530001282691956,-0.7610999941825867,-0.0006000000284984708,-0.6486999988555908,-0.761900007724762,-0.007499999832361937,-0.6477000117301941,-0.8953999876976013,-0.0007999999797903001,-0.44530001282691956,-0.761900007724762,-0.007499999832361937,-0.6477000117301941,-0.895799994468689,-0.010499999858438969,-0.44440001249313354,-0.927299976348877,-0.013100000098347664,-0.374099999666214,-0.895799994468689,-0.010499999858438969,-0.44440001249313354,-0.8966000080108643,-0.06679999828338623,-0.4377000033855438,-0.927299976348877,-0.013100000098347664,-0.374099999666214,-0.8966000080108643,-0.06679999828338623,-0.4377000033855438,-0.9264000058174133,-0.08290000259876251,-0.36719998717308044,-0.895799994468689,-0.010499999858438969,-0.44440001249313354,-0.761900007724762,-0.007499999832361937,-0.6477000117301941,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.895799994468689,-0.010499999858438969,-0.44440001249313354,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.8966000080108643,-0.06679999828338623,-0.4377000033855438,0,0,-1,-0.33399999141693115,-0.00279999990016222,-0.9426000118255615,-0.33230000734329224,-0.00019999999494757503,-0.9431999921798706,0,0,-1,-0.33230000734329224,-0.00019999999494757503,-0.9431999921798706,0,0,-1,-0.34540000557899475,-0.018200000748038292,-0.9383000135421753,-0.33399999141693115,-0.00279999990016222,-0.9426000118255615,0,0,-1,-0.34540000557899475,-0.018200000748038292,-0.9383000135421753,0,0,-1,0,0,-1,-0.33399999141693115,-0.00279999990016222,-0.9426000118255615,-0.761900007724762,-0.007499999832361937,-0.6477000117301941,-0.7610999941825867,-0.0006000000284984708,-0.6486999988555908,-0.33399999141693115,-0.00279999990016222,-0.9426000118255615,-0.7610999941825867,-0.0006000000284984708,-0.6486999988555908,-0.33230000734329224,-0.00019999999494757503,-0.9431999921798706,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.761900007724762,-0.007499999832361937,-0.6477000117301941,-0.33399999141693115,-0.00279999990016222,-0.9426000118255615,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.33399999141693115,-0.00279999990016222,-0.9426000118255615,-0.34540000557899475,-0.018200000748038292,-0.9383000135421753,-0.3003000020980835,-0.2786000072956085,-0.9122999906539917,-0.3707999885082245,-0.10639999806880951,-0.9225999712944031,0,0,-1,-0.3003000020980835,-0.2786000072956085,-0.9122999906539917,0,0,-1,0,0,-1,-0.5949000120162964,-0.5662999749183655,-0.5703999996185303,-0.7497000098228455,-0.2451000064611435,-0.614799976348877,-0.3707999885082245,-0.10639999806880951,-0.9225999712944031,-0.5949000120162964,-0.5662999749183655,-0.5703999996185303,-0.3707999885082245,-0.10639999806880951,-0.9225999712944031,-0.3003000020980835,-0.2786000072956085,-0.9122999906539917,-0.3707999885082245,-0.10639999806880951,-0.9225999712944031,-0.34540000557899475,-0.018200000748038292,-0.9383000135421753,0,0,-1,-0.3707999885082245,-0.10639999806880951,-0.9225999712944031,0,0,-1,0,0,-1,-0.7497000098228455,-0.2451000064611435,-0.614799976348877,-0.7681000232696533,-0.04879999905824661,-0.6384999752044678,-0.34540000557899475,-0.018200000748038292,-0.9383000135421753,-0.7497000098228455,-0.2451000064611435,-0.614799976348877,-0.34540000557899475,-0.018200000748038292,-0.9383000135421753,-0.3707999885082245,-0.10639999806880951,-0.9225999712944031,-0.926800012588501,-0.0006000000284984708,-0.37549999356269836,-0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,-0.8953999876976013,-0.0007999999797903001,-0.44530001282691956,-0.926800012588501,-0.0006000000284984708,-0.37549999356269836,-0.8953999876976013,-0.0007999999797903001,-0.44530001282691956,-0.9269999861717224,-0.0008999999845400453,-0.3750999867916107,-0.9266999959945679,-0.0005000000237487257,-0.375900000333786,-0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,-0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,-0.9266999959945679,-0.0005000000237487257,-0.375900000333786,-0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,-0.926800012588501,-0.0006000000284984708,-0.37549999356269836,-0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,-0.760699987411499,-0.00039999998989515007,-0.6491000056266785,-0.7610999941825867,-0.0006000000284984708,-0.6486999988555908,-0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,-0.7610999941825867,-0.0006000000284984708,-0.6486999988555908,-0.8953999876976013,-0.0007999999797903001,-0.44530001282691956,-0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,-0.7603999972343445,-0.0003000000142492354,-0.649399995803833,-0.760699987411499,-0.00039999998989515007,-0.6491000056266785,-0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,-0.760699987411499,-0.00039999998989515007,-0.6491000056266785,-0.8952000141143799,-0.0005000000237487257,-0.4456999897956848,-0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,-0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,-0.8949000239372253,-0.0003000000142492354,-0.446399986743927,-0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,-0.8949000239372253,-0.0003000000142492354,-0.446399986743927,-0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,-0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,-0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,-0.760200023651123,-0.0003000000142492354,-0.6496999859809875,-0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,-0.760200023651123,-0.0003000000142492354,-0.6496999859809875,-0.8949000239372253,-0.0003000000142492354,-0.446399986743927,-0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,-0.8949000239372253,-0.0003000000142492354,-0.446399986743927,-0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,-0.9265000224113464,-0.00039999998989515007,-0.37619999051094055,-0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,-0.9266999959945679,-0.0005000000237487257,-0.375900000333786,-0.8949000239372253,-0.0003000000142492354,-0.446399986743927,-0.760200023651123,-0.0003000000142492354,-0.6496999859809875,-0.7603999972343445,-0.0003000000142492354,-0.649399995803833,-0.8949000239372253,-0.0003000000142492354,-0.446399986743927,-0.7603999972343445,-0.0003000000142492354,-0.649399995803833,-0.8949999809265137,-0.00039999998989515007,-0.44600000977516174,0,0,-1,-0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,0,0,-1,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,-0.33180001378059387,-0.00009999999747378752,-0.9433000087738037,-0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,-0.760200023651123,-0.0003000000142492354,-0.6496999859809875,-0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,-0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,-0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,-0.33180001378059387,-0.00009999999747378752,-0.9433000087738037,-0.7603999972343445,-0.0003000000142492354,-0.649399995803833,-0.760200023651123,-0.0003000000142492354,-0.6496999859809875,-0.33180001378059387,-0.00009999999747378752,-0.9433000087738037,-0.760200023651123,-0.0003000000142492354,-0.6496999859809875,-0.33160001039505005,-0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33230000734329224,-0.00019999999494757503,-0.9431999921798706,-0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0,0,-1,-0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0,0,-1,-0.33230000734329224,-0.00019999999494757503,-0.9431999921798706,-0.7610999941825867,-0.0006000000284984708,-0.6486999988555908,-0.760699987411499,-0.00039999998989515007,-0.6491000056266785,-0.33230000734329224,-0.00019999999494757503,-0.9431999921798706,-0.760699987411499,-0.00039999998989515007,-0.6491000056266785,-0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,0,0,-1,-0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,-0.33180001378059387,-0.00009999999747378752,-0.9433000087738037,0,0,-1,-0.33180001378059387,-0.00009999999747378752,-0.9433000087738037,0,0,-1,-0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,-0.760699987411499,-0.00039999998989515007,-0.6491000056266785,-0.7603999972343445,-0.0003000000142492354,-0.649399995803833,-0.3319999873638153,-0.00019999999494757503,-0.9433000087738037,-0.7603999972343445,-0.0003000000142492354,-0.649399995803833,-0.33180001378059387,-0.00009999999747378752,-0.9433000087738037,-0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,-0.894599974155426,-0.00019999999494757503,-0.44679999351501465,-0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,-0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,-0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,-0.9264000058174133,-0.00039999998989515007,-0.3765000104904175,-0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,-0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,-0.894599974155426,-0.00019999999494757503,-0.44679999351501465,-0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,-0.894599974155426,-0.00019999999494757503,-0.44679999351501465,-0.9262999892234802,-0.0003000000142492354,-0.3767000138759613,-0.894599974155426,-0.00019999999494757503,-0.44679999351501465,-0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,-0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,-0.894599974155426,-0.00019999999494757503,-0.44679999351501465,-0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,-0.8946999907493591,-0.0003000000142492354,-0.4465999901294708,-0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,-0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,-0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,-0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,-0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,-0.894599974155426,-0.00019999999494757503,-0.44679999351501465,-0.9261999726295471,0,-0.37700000405311584,-0.8945000171661377,0,-0.4471000134944916,-0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,-0.9261999726295471,0,-0.37700000405311584,-0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,-0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,-0.8945000171661377,0,-0.4471000134944916,-0.7595999836921692,0,-0.6503999829292297,-0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,-0.8945000171661377,0,-0.4471000134944916,-0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,-0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,-0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,-0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,-0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,-0.9261999726295471,-0.00009999999747378752,-0.37689998745918274,-0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,-0.9262999892234802,-0.00019999999494757503,-0.37689998745918274,-0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,-0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,-0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,-0.8945000171661377,-0.00009999999747378752,-0.4471000134944916,-0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,-0.8945000171661377,-0.00019999999494757503,-0.44699999690055847,0,0,-1,0,0,-1,-0.3312000036239624,0,-0.9435999989509583,0,0,-1,-0.3312000036239624,0,-0.9435999989509583,-0.3312000036239624,0,-0.9435999989509583,0,0,-1,0,0,-1,-0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,0,0,-1,-0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,-0.3312000036239624,0,-0.9435999989509583,-0.3312000036239624,0,-0.9435999989509583,-0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,-0.7595999836921692,0,-0.6503999829292297,-0.3312000036239624,0,-0.9435999989509583,-0.7595999836921692,0,-0.6503999829292297,-0.3312000036239624,0,-0.9435999989509583,-0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,-0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,-0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,-0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,-0.7595999836921692,-0.00009999999747378752,-0.6503999829292297,-0.3312000036239624,0,-0.9435999989509583,0,0,-1,0,0,-1,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,0,0,-1,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,-0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,-0.7599999904632568,-0.00019999999494757503,-0.6499999761581421,-0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,-0.33149999380111694,-0.00009999999747378752,-0.9434999823570251,-0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,-0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,-0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,0,0,-1,-0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,-0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,-0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,-0.7598000168800354,-0.00019999999494757503,-0.6502000093460083,-0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,-0.3312999904155731,-0.00009999999747378752,-0.9434999823570251,-0.7597000002861023,-0.00009999999747378752,-0.6503000259399414,-0.3312000036239624,-0.00009999999747378752,-0.9434999823570251,-0.9261999726295471,0.00009999999747378752,-0.37689998745918274,-0.8945000171661377,0.00009999999747378752,-0.4471000134944916,-0.8945000171661377,0,-0.4471000134944916,-0.9261999726295471,0.00009999999747378752,-0.37689998745918274,-0.8945000171661377,0,-0.4471000134944916,-0.9261999726295471,0,-0.37700000405311584,-0.9262999892234802,0.00019999999494757503,-0.37689998745918274,-0.8945000171661377,0.00019999999494757503,-0.44699999690055847,-0.8945000171661377,0.00009999999747378752,-0.4471000134944916,-0.9262999892234802,0.00019999999494757503,-0.37689998745918274,-0.8945000171661377,0.00009999999747378752,-0.4471000134944916,-0.9261999726295471,0.00009999999747378752,-0.37689998745918274,-0.8945000171661377,0.00009999999747378752,-0.4471000134944916,-0.7595999836921692,0.00009999999747378752,-0.6503999829292297,-0.7595999836921692,0,-0.6503999829292297,-0.8945000171661377,0.00009999999747378752,-0.4471000134944916,-0.7595999836921692,0,-0.6503999829292297,-0.8945000171661377,0,-0.4471000134944916,-0.8945000171661377,0.00019999999494757503,-0.44699999690055847,-0.7597000002861023,0.00009999999747378752,-0.6503000259399414,-0.7595999836921692,0.00009999999747378752,-0.6503999829292297,-0.8945000171661377,0.00019999999494757503,-0.44699999690055847,-0.7595999836921692,0.00009999999747378752,-0.6503999829292297,-0.8945000171661377,0.00009999999747378752,-0.4471000134944916,-0.9264000058174133,0.00039999998989515007,-0.3765000104904175,-0.8946999907493591,0.0003000000142492354,-0.4465999901294708,-0.894599974155426,0.00019999999494757503,-0.44679999351501465,-0.9264000058174133,0.00039999998989515007,-0.3765000104904175,-0.894599974155426,0.00019999999494757503,-0.44679999351501465,-0.9262999892234802,0.0003000000142492354,-0.3767000138759613,-0.8946999907493591,0.0003000000142492354,-0.4465999901294708,-0.7599999904632568,0.00019999999494757503,-0.6499999761581421,-0.7598000168800354,0.00019999999494757503,-0.6502000093460083,-0.8946999907493591,0.0003000000142492354,-0.4465999901294708,-0.7598000168800354,0.00019999999494757503,-0.6502000093460083,-0.894599974155426,0.00019999999494757503,-0.44679999351501465,-0.9262999892234802,0.0003000000142492354,-0.3767000138759613,-0.894599974155426,0.00019999999494757503,-0.44679999351501465,-0.8945000171661377,0.00019999999494757503,-0.44699999690055847,-0.9262999892234802,0.0003000000142492354,-0.3767000138759613,-0.8945000171661377,0.00019999999494757503,-0.44699999690055847,-0.9262999892234802,0.00019999999494757503,-0.37689998745918274,-0.894599974155426,0.00019999999494757503,-0.44679999351501465,-0.7598000168800354,0.00019999999494757503,-0.6502000093460083,-0.7597000002861023,0.00009999999747378752,-0.6503000259399414,-0.894599974155426,0.00019999999494757503,-0.44679999351501465,-0.7597000002861023,0.00009999999747378752,-0.6503000259399414,-0.8945000171661377,0.00019999999494757503,-0.44699999690055847,0,0,-1,0,0,-1,-0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0,0,-1,-0.3312999904155731,0.00009999999747378752,-0.9434999823570251,-0.3314000070095062,0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,-0.3312000036239624,0.00009999999747378752,-0.9434999823570251,0,0,-1,-0.3312000036239624,0.00009999999747378752,-0.9434999823570251,-0.3312999904155731,0.00009999999747378752,-0.9434999823570251,-0.3312999904155731,0.00009999999747378752,-0.9434999823570251,-0.7598000168800354,0.00019999999494757503,-0.6502000093460083,-0.7599999904632568,0.00019999999494757503,-0.6499999761581421,-0.3312999904155731,0.00009999999747378752,-0.9434999823570251,-0.7599999904632568,0.00019999999494757503,-0.6499999761581421,-0.3314000070095062,0.00009999999747378752,-0.9434999823570251,-0.3312000036239624,0.00009999999747378752,-0.9434999823570251,-0.7597000002861023,0.00009999999747378752,-0.6503000259399414,-0.7598000168800354,0.00019999999494757503,-0.6502000093460083,-0.3312000036239624,0.00009999999747378752,-0.9434999823570251,-0.7598000168800354,0.00019999999494757503,-0.6502000093460083,-0.3312999904155731,0.00009999999747378752,-0.9434999823570251,0,0,-1,0,0,-1,-0.3312000036239624,0,-0.9435999989509583,0,0,-1,-0.3312000036239624,0,-0.9435999989509583,-0.3312000036239624,0,-0.9435999989509583,-0.3312000036239624,0,-0.9435999989509583,-0.7595999836921692,0,-0.6503999829292297,-0.7595999836921692,0.00009999999747378752,-0.6503999829292297,-0.3312000036239624,0,-0.9435999989509583,-0.7595999836921692,0.00009999999747378752,-0.6503999829292297,-0.3312000036239624,0,-0.9435999989509583,0,0,-1,0,0,-1,-0.3312000036239624,0,-0.9435999989509583,0,0,-1,-0.3312000036239624,0,-0.9435999989509583,-0.3312000036239624,0.00009999999747378752,-0.9434999823570251,-0.3312000036239624,0,-0.9435999989509583,-0.7595999836921692,0.00009999999747378752,-0.6503999829292297,-0.7597000002861023,0.00009999999747378752,-0.6503000259399414,-0.3312000036239624,0,-0.9435999989509583,-0.7597000002861023,0.00009999999747378752,-0.6503000259399414,-0.3312000036239624,0.00009999999747378752,-0.9434999823570251,-0.9265000224113464,0.00039999998989515007,-0.37619999051094055,-0.8949000239372253,0.0003000000142492354,-0.4462999999523163,-0.8946999907493591,0.0003000000142492354,-0.4465999901294708,-0.9265000224113464,0.00039999998989515007,-0.37619999051094055,-0.8946999907493591,0.0003000000142492354,-0.4465999901294708,-0.9264000058174133,0.00039999998989515007,-0.3765000104904175,-0.9266999959945679,0.0005000000237487257,-0.375900000333786,-0.8949999809265137,0.00039999998989515007,-0.44600000977516174,-0.8949000239372253,0.0003000000142492354,-0.4462999999523163,-0.9266999959945679,0.0005000000237487257,-0.375900000333786,-0.8949000239372253,0.0003000000142492354,-0.4462999999523163,-0.9265000224113464,0.00039999998989515007,-0.37619999051094055,-0.8949000239372253,0.0003000000142492354,-0.4462999999523163,-0.760200023651123,0.0003000000142492354,-0.6496999859809875,-0.7599999904632568,0.00019999999494757503,-0.6499999761581421,-0.8949000239372253,0.0003000000142492354,-0.4462999999523163,-0.7599999904632568,0.00019999999494757503,-0.6499999761581421,-0.8946999907493591,0.0003000000142492354,-0.4465999901294708,-0.8949999809265137,0.00039999998989515007,-0.44600000977516174,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.760200023651123,0.0003000000142492354,-0.6496999859809875,-0.8949999809265137,0.00039999998989515007,-0.44600000977516174,-0.760200023651123,0.0003000000142492354,-0.6496999859809875,-0.8949000239372253,0.0003000000142492354,-0.4462999999523163,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.8953999876976013,0.000699999975040555,-0.44530001282691956,-0.8952000141143799,0.0005000000237487257,-0.4456999897956848,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.8952000141143799,0.0005000000237487257,-0.4456999897956848,-0.926800012588501,0.0006000000284984708,-0.37549999356269836,-0.8953999876976013,0.000699999975040555,-0.44530001282691956,-0.7609999775886536,0.0005000000237487257,-0.6488000154495239,-0.760699987411499,0.00039999998989515007,-0.6491000056266785,-0.8953999876976013,0.000699999975040555,-0.44530001282691956,-0.760699987411499,0.00039999998989515007,-0.6491000056266785,-0.8952000141143799,0.0005000000237487257,-0.4456999897956848,-0.926800012588501,0.0006000000284984708,-0.37549999356269836,-0.8952000141143799,0.0005000000237487257,-0.4456999897956848,-0.8949999809265137,0.00039999998989515007,-0.44600000977516174,-0.926800012588501,0.0006000000284984708,-0.37549999356269836,-0.8949999809265137,0.00039999998989515007,-0.44600000977516174,-0.9266999959945679,0.0005000000237487257,-0.375900000333786,-0.8952000141143799,0.0005000000237487257,-0.4456999897956848,-0.760699987411499,0.00039999998989515007,-0.6491000056266785,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.8952000141143799,0.0005000000237487257,-0.4456999897956848,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.8949999809265137,0.00039999998989515007,-0.44600000977516174,0,0,-1,0,0,-1,-0.3319999873638153,0.00019999999494757503,-0.9433000087738037,0,0,-1,-0.3319999873638153,0.00019999999494757503,-0.9433000087738037,-0.33219999074935913,0.00019999999494757503,-0.9431999921798706,0,0,-1,0,0,-1,-0.33180001378059387,0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33180001378059387,0.00009999999747378752,-0.9434000253677368,-0.3319999873638153,0.00019999999494757503,-0.9433000087738037,-0.33219999074935913,0.00019999999494757503,-0.9431999921798706,-0.3319999873638153,0.00019999999494757503,-0.9433000087738037,-0.760699987411499,0.00039999998989515007,-0.6491000056266785,-0.33219999074935913,0.00019999999494757503,-0.9431999921798706,-0.760699987411499,0.00039999998989515007,-0.6491000056266785,-0.7609999775886536,0.0005000000237487257,-0.6488000154495239,-0.3319999873638153,0.00019999999494757503,-0.9433000087738037,-0.33180001378059387,0.00009999999747378752,-0.9434000253677368,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.3319999873638153,0.00019999999494757503,-0.9433000087738037,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.760699987411499,0.00039999998989515007,-0.6491000056266785,0,0,-1,-0.3314000070095062,0.00009999999747378752,-0.9434999823570251,-0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.3314000070095062,0.00009999999747378752,-0.9434999823570251,-0.7599999904632568,0.00019999999494757503,-0.6499999761581421,-0.760200023651123,0.0003000000142492354,-0.6496999859809875,-0.3314000070095062,0.00009999999747378752,-0.9434999823570251,-0.760200023651123,0.0003000000142492354,-0.6496999859809875,-0.33160001039505005,0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33160001039505005,0.00009999999747378752,-0.9434000253677368,-0.33180001378059387,0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33180001378059387,0.00009999999747378752,-0.9434000253677368,0,0,-1,-0.33160001039505005,0.00009999999747378752,-0.9434000253677368,-0.760200023651123,0.0003000000142492354,-0.6496999859809875,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.33160001039505005,0.00009999999747378752,-0.9434000253677368,-0.7603999972343445,0.0003000000142492354,-0.6495000123977661,-0.33180001378059387,0.00009999999747378752,-0.9434000253677368,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.9272000193595886,0.012400000356137753,-0.3741999864578247,-0.8956999778747559,0.009700000286102295,-0.44449999928474426,-0.9269999861717224,0.0008999999845400453,-0.3750999867916107,-0.8956999778747559,0.009700000286102295,-0.44449999928474426,-0.8953999876976013,0.000699999975040555,-0.44530001282691956,-0.9272000193595886,0.012400000356137753,-0.3741999864578247,-0.9258999824523926,0.08669999986886978,-0.3677000105381012,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.9272000193595886,0.012400000356137753,-0.3741999864578247,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.8956999778747559,0.009700000286102295,-0.44449999928474426,-0.8953999876976013,0.000699999975040555,-0.44530001282691956,-0.8956999778747559,0.009700000286102295,-0.44449999928474426,-0.7616000175476074,0.0066999997943639755,-0.6480000019073486,-0.8953999876976013,0.000699999975040555,-0.44530001282691956,-0.7616000175476074,0.0066999997943639755,-0.6480000019073486,-0.7609999775886536,0.0005000000237487257,-0.6488000154495239,-0.8956999778747559,0.009700000286102295,-0.44449999928474426,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.7677000164985657,0.04879999905824661,-0.6389999985694885,-0.8956999778747559,0.009700000286102295,-0.44449999928474426,-0.7677000164985657,0.04879999905824661,-0.6389999985694885,-0.7616000175476074,0.0066999997943639755,-0.6480000019073486,-0.5992000102996826,0.7318999767303467,-0.32429999113082886,-0.8396000266075134,0.3546000123023987,-0.4115999937057495,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.5992000102996826,0.7318999767303467,-0.32429999113082886,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.5648999810218811,0.7940999865531921,-0.2240999937057495,-0.5450000166893005,0.6247000098228455,-0.5591999888420105,-0.7368999719619751,0.28279998898506165,-0.6140000224113464,-0.8396000266075134,0.3546000123023987,-0.4115999937057495,-0.5450000166893005,0.6247000098228455,-0.5591999888420105,-0.8396000266075134,0.3546000123023987,-0.4115999937057495,-0.5992000102996826,0.7318999767303467,-0.32429999113082886,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.8396000266075134,0.3546000123023987,-0.4115999937057495,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.8485999703407288,0.4122999906539917,-0.33160001039505005,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.9258999824523926,0.08669999986886978,-0.3677000105381012,-0.7368999719619751,0.28279998898506165,-0.6140000224113464,-0.7677000164985657,0.04879999905824661,-0.6389999985694885,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.7368999719619751,0.28279998898506165,-0.6140000224113464,-0.8963000178337097,0.06909999996423721,-0.43799999356269836,-0.8396000266075134,0.3546000123023987,-0.4115999937057495,-0.36550000309944153,0.12610000371932983,-0.9222000241279602,-0.2712000012397766,0.32100000977516174,-0.9074000120162964,0,0,-1,-0.36550000309944153,0.12610000371932983,-0.9222000241279602,0,0,-1,0,0,-1,-0.34310001134872437,0.01730000041425228,-0.9391000270843506,-0.36550000309944153,0.12610000371932983,-0.9222000241279602,0,0,-1,-0.34310001134872437,0.01730000041425228,-0.9391000270843506,0,0,-1,0,0,-1,-0.7368999719619751,0.28279998898506165,-0.6140000224113464,-0.5450000166893005,0.6247000098228455,-0.5591999888420105,-0.2712000012397766,0.32100000977516174,-0.9074000120162964,-0.7368999719619751,0.28279998898506165,-0.6140000224113464,-0.2712000012397766,0.32100000977516174,-0.9074000120162964,-0.36550000309944153,0.12610000371932983,-0.9222000241279602,-0.7677000164985657,0.04879999905824661,-0.6389999985694885,-0.7368999719619751,0.28279998898506165,-0.6140000224113464,-0.36550000309944153,0.12610000371932983,-0.9222000241279602,-0.7677000164985657,0.04879999905824661,-0.6389999985694885,-0.36550000309944153,0.12610000371932983,-0.9222000241279602,-0.34310001134872437,0.01730000041425228,-0.9391000270843506,0,0,-1,0,0,-1,-0.33219999074935913,0.00019999999494757503,-0.9431999921798706,0,0,-1,-0.33219999074935913,0.00019999999494757503,-0.9431999921798706,-0.33340001106262207,0.002300000051036477,-0.942799985408783,-0.33340001106262207,0.002300000051036477,-0.942799985408783,-0.33219999074935913,0.00019999999494757503,-0.9431999921798706,-0.7609999775886536,0.0005000000237487257,-0.6488000154495239,-0.33340001106262207,0.002300000051036477,-0.942799985408783,-0.7609999775886536,0.0005000000237487257,-0.6488000154495239,-0.7616000175476074,0.0066999997943639755,-0.6480000019073486,-0.33340001106262207,0.002300000051036477,-0.942799985408783,-0.34310001134872437,0.01730000041425228,-0.9391000270843506,0,0,-1,-0.33340001106262207,0.002300000051036477,-0.942799985408783,0,0,-1,0,0,-1,-0.7616000175476074,0.0066999997943639755,-0.6480000019073486,-0.7677000164985657,0.04879999905824661,-0.6389999985694885,-0.34310001134872437,0.01730000041425228,-0.9391000270843506,-0.7616000175476074,0.0066999997943639755,-0.6480000019073486,-0.34310001134872437,0.01730000041425228,-0.9391000270843506,-0.33340001106262207,0.002300000051036477,-0.942799985408783,-0.3240000009536743,0.9190999865531921,-0.2240000069141388,-0.5992000102996826,0.7318999767303467,-0.32429999113082886,-0.5648999810218811,0.7940999865531921,-0.2240999937057495,-0.3240000009536743,0.9190999865531921,-0.2240000069141388,-0.5648999810218811,0.7940999865531921,-0.2240999937057495,-0.2874999940395355,0.9498000144958496,-0.12359999865293503,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,-0.3240000009536743,0.9190999865531921,-0.2240000069141388,-0.2874999940395355,0.9498000144958496,-0.12359999865293503,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,-0.2874999940395355,0.9498000144958496,-0.12359999865293503,-0.12530000507831573,0.9894999861717224,-0.07249999791383743,-0.3018999993801117,0.8170999884605408,-0.4912000000476837,-0.5450000166893005,0.6247000098228455,-0.5591999888420105,-0.5992000102996826,0.7318999767303467,-0.32429999113082886,-0.3018999993801117,0.8170999884605408,-0.4912000000476837,-0.5992000102996826,0.7318999767303467,-0.32429999113082886,-0.3240000009536743,0.9190999865531921,-0.2240000069141388,-0.1348000019788742,0.8787999749183655,-0.4578000009059906,-0.3018999993801117,0.8170999884605408,-0.4912000000476837,-0.3240000009536743,0.9190999865531921,-0.2240000069141388,-0.1348000019788742,0.8787999749183655,-0.4578000009059906,-0.3240000009536743,0.9190999865531921,-0.2240000069141388,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,0.0010999999940395355,0.9987999796867371,-0.048900000751018524,0.0013000000035390258,0.9901000261306763,-0.14030000567436218,-0.04580000042915344,0.9883999824523926,-0.14480000734329224,0.0010999999940395355,0.9987999796867371,-0.048900000751018524,-0.04580000042915344,0.9883999824523926,-0.14480000734329224,-0.039400000125169754,0.9977999925613403,-0.05310000106692314,0.00279999990016222,0.8938000202178955,-0.44850000739097595,-0.04230000078678131,0.8930000066757202,-0.4481000006198883,-0.04580000042915344,0.9883999824523926,-0.14480000734329224,0.00279999990016222,0.8938000202178955,-0.44850000739097595,-0.04580000042915344,0.9883999824523926,-0.14480000734329224,0.0013000000035390258,0.9901000261306763,-0.14030000567436218,-0.039400000125169754,0.9977999925613403,-0.05310000106692314,-0.04580000042915344,0.9883999824523926,-0.14480000734329224,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,-0.039400000125169754,0.9977999925613403,-0.05310000106692314,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,-0.12530000507831573,0.9894999861717224,-0.07249999791383743,-0.04230000078678131,0.8930000066757202,-0.4481000006198883,-0.1348000019788742,0.8787999749183655,-0.4578000009059906,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,-0.04230000078678131,0.8930000066757202,-0.4481000006198883,-0.1446000039577484,0.9753000140190125,-0.1670999974012375,-0.04580000042915344,0.9883999824523926,-0.14480000734329224,-0.01720000058412552,0.421099990606308,-0.9067999720573425,0.002400000113993883,0.4153999984264374,-0.909600019454956,0,0,-1,-0.01720000058412552,0.421099990606308,-0.9067999720573425,0,0,-1,0,0,-1,-0.057100001722574234,0.42590001225471497,-0.902999997138977,-0.01720000058412552,0.421099990606308,-0.9067999720573425,0,0,-1,-0.057100001722574234,0.42590001225471497,-0.902999997138977,0,0,-1,0,0,-1,-0.04230000078678131,0.8930000066757202,-0.4481000006198883,0.00279999990016222,0.8938000202178955,-0.44850000739097595,0.002400000113993883,0.4153999984264374,-0.909600019454956,-0.04230000078678131,0.8930000066757202,-0.4481000006198883,0.002400000113993883,0.4153999984264374,-0.909600019454956,-0.01720000058412552,0.421099990606308,-0.9067999720573425,-0.1348000019788742,0.8787999749183655,-0.4578000009059906,-0.04230000078678131,0.8930000066757202,-0.4481000006198883,-0.01720000058412552,0.421099990606308,-0.9067999720573425,-0.1348000019788742,0.8787999749183655,-0.4578000009059906,-0.01720000058412552,0.421099990606308,-0.9067999720573425,-0.057100001722574234,0.42590001225471497,-0.902999997138977,-0.2712000012397766,0.32100000977516174,-0.9074000120162964,-0.13729999959468842,0.4153999984264374,-0.8992000222206116,0,0,-1,-0.2712000012397766,0.32100000977516174,-0.9074000120162964,0,0,-1,0,0,-1,-0.5450000166893005,0.6247000098228455,-0.5591999888420105,-0.3018999993801117,0.8170999884605408,-0.4912000000476837,-0.13729999959468842,0.4153999984264374,-0.8992000222206116,-0.5450000166893005,0.6247000098228455,-0.5591999888420105,-0.13729999959468842,0.4153999984264374,-0.8992000222206116,-0.2712000012397766,0.32100000977516174,-0.9074000120162964,-0.13729999959468842,0.4153999984264374,-0.8992000222206116,-0.057100001722574234,0.42590001225471497,-0.902999997138977,0,0,-1,-0.13729999959468842,0.4153999984264374,-0.8992000222206116,0,0,-1,0,0,-1,-0.3018999993801117,0.8170999884605408,-0.4912000000476837,-0.1348000019788742,0.8787999749183655,-0.4578000009059906,-0.057100001722574234,0.42590001225471497,-0.902999997138977,-0.3018999993801117,0.8170999884605408,-0.4912000000476837,-0.057100001722574234,0.42590001225471497,-0.902999997138977,-0.13729999959468842,0.4153999984264374,-0.8992000222206116,0.0010999999940395355,0.9987999796867371,-0.048900000751018524,0.04699999839067459,0.9973999857902527,-0.054099999368190765,0.05469999834895134,0.9876999855041504,-0.14659999310970306,0.0010999999940395355,0.9987999796867371,-0.048900000751018524,0.05469999834895134,0.9876999855041504,-0.14659999310970306,0.0013000000035390258,0.9901000261306763,-0.14030000567436218,0.17190000414848328,0.9697999954223633,-0.17329999804496765,0.05469999834895134,0.9876999855041504,-0.14659999310970306,0.04699999839067459,0.9973999857902527,-0.054099999368190765,0.17190000414848328,0.9697999954223633,-0.17329999804496765,0.04699999839067459,0.9973999857902527,-0.054099999368190765,0.14890000224113464,0.98580002784729,-0.07760000228881836,0.052299998700618744,0.8896999955177307,-0.45350000262260437,0.00279999990016222,0.8938000202178955,-0.44850000739097595,0.0013000000035390258,0.9901000261306763,-0.14030000567436218,0.052299998700618744,0.8896999955177307,-0.45350000262260437,0.0013000000035390258,0.9901000261306763,-0.14030000567436218,0.05469999834895134,0.9876999855041504,-0.14659999310970306,0.1607999950647354,0.8689000010490417,-0.46810001134872437,0.052299998700618744,0.8896999955177307,-0.45350000262260437,0.05469999834895134,0.9876999855041504,-0.14659999310970306,0.1607999950647354,0.8689000010490417,-0.46810001134872437,0.05469999834895134,0.9876999855041504,-0.14659999310970306,0.17190000414848328,0.9697999954223633,-0.17329999804496765,0.6561999917030334,0.6743999719619751,-0.3384000062942505,0.37860000133514404,0.8942999839782715,-0.23849999904632568,0.33709999918937683,0.9315000176429749,-0.13689999282360077,0.6561999917030334,0.6743999719619751,-0.3384000062942505,0.33709999918937683,0.9315000176429749,-0.13689999282360077,0.6247000098228455,0.742900013923645,-0.24050000309944153,0.5949000120162964,0.5662999749183655,-0.5703999996185303,0.3531999886035919,0.7861999869346619,-0.507099986076355,0.37860000133514404,0.8942999839782715,-0.23849999904632568,0.5949000120162964,0.5662999749183655,-0.5703999996185303,0.37860000133514404,0.8942999839782715,-0.23849999904632568,0.6561999917030334,0.6743999719619751,-0.3384000062942505,0.37860000133514404,0.8942999839782715,-0.23849999904632568,0.17190000414848328,0.9697999954223633,-0.17329999804496765,0.14890000224113464,0.98580002784729,-0.07760000228881836,0.37860000133514404,0.8942999839782715,-0.23849999904632568,0.14890000224113464,0.98580002784729,-0.07760000228881836,0.33709999918937683,0.9315000176429749,-0.13689999282360077,0.3531999886035919,0.7861999869346619,-0.507099986076355,0.1607999950647354,0.8689000010490417,-0.46810001134872437,0.17190000414848328,0.9697999954223633,-0.17329999804496765,0.3531999886035919,0.7861999869346619,-0.507099986076355,0.17190000414848328,0.9697999954223633,-0.17329999804496765,0.37860000133514404,0.8942999839782715,-0.23849999904632568,0.1657000035047531,0.3865000009536743,-0.9072999954223633,0.3003000020980835,0.2786000072956085,-0.9122999906539917,0,0,-1,0.1657000035047531,0.3865000009536743,-0.9072999954223633,0,0,-1,0,0,-1,0.07050000131130219,0.41190001368522644,-0.9085000157356262,0.1657000035047531,0.3865000009536743,-0.9072999954223633,0,0,-1,0.07050000131130219,0.41190001368522644,-0.9085000157356262,0,0,-1,0,0,-1,0.3531999886035919,0.7861999869346619,-0.507099986076355,0.5949000120162964,0.5662999749183655,-0.5703999996185303,0.3003000020980835,0.2786000072956085,-0.9122999906539917,0.3531999886035919,0.7861999869346619,-0.507099986076355,0.3003000020980835,0.2786000072956085,-0.9122999906539917,0.1657000035047531,0.3865000009536743,-0.9072999954223633,0.1607999950647354,0.8689000010490417,-0.46810001134872437,0.3531999886035919,0.7861999869346619,-0.507099986076355,0.1657000035047531,0.3865000009536743,-0.9072999954223633,0.1607999950647354,0.8689000010490417,-0.46810001134872437,0.1657000035047531,0.3865000009536743,-0.9072999954223633,0.07050000131130219,0.41190001368522644,-0.9085000157356262,0.002400000113993883,0.4153999984264374,-0.909600019454956,0.02329999953508377,0.4153999984264374,-0.9093999862670898,0,0,-1,0.002400000113993883,0.4153999984264374,-0.909600019454956,0,0,-1,0,0,-1,0.00279999990016222,0.8938000202178955,-0.44850000739097595,0.052299998700618744,0.8896999955177307,-0.45350000262260437,0.02329999953508377,0.4153999984264374,-0.9093999862670898,0.00279999990016222,0.8938000202178955,-0.44850000739097595,0.02329999953508377,0.4153999984264374,-0.9093999862670898,0.002400000113993883,0.4153999984264374,-0.909600019454956,0.02329999953508377,0.4153999984264374,-0.9093999862670898,0.07050000131130219,0.41190001368522644,-0.9085000157356262,0,0,-1,0.02329999953508377,0.4153999984264374,-0.9093999862670898,0,0,-1,0,0,-1,0.052299998700618744,0.8896999955177307,-0.45350000262260437,0.1607999950647354,0.8689000010490417,-0.46810001134872437,0.07050000131130219,0.41190001368522644,-0.9085000157356262,0.052299998700618744,0.8896999955177307,-0.45350000262260437,0.07050000131130219,0.41190001368522644,-0.9085000157356262,0.02329999953508377,0.4153999984264374,-0.9093999862670898,0.8557999730110168,0.31130000948905945,-0.4133000075817108,0.6561999917030334,0.6743999719619751,-0.3384000062942505,0.6247000098228455,0.742900013923645,-0.24050000309944153,0.8557999730110168,0.31130000948905945,-0.4133000075817108,0.6247000098228455,0.742900013923645,-0.24050000309944153,0.8677999973297119,0.36730000376701355,-0.33480000495910645,0.8677999973297119,0.36730000376701355,-0.33480000495910645,0.9264000058174133,0.08290000259876251,-0.36719998717308044,0.8966000080108643,0.06679999828338623,-0.4377000033855438,0.8677999973297119,0.36730000376701355,-0.33480000495910645,0.8966000080108643,0.06679999828338623,-0.4377000033855438,0.8557999730110168,0.31130000948905945,-0.4133000075817108,0.7497000098228455,0.2451000064611435,-0.614799976348877,0.5949000120162964,0.5662999749183655,-0.5703999996185303,0.6561999917030334,0.6743999719619751,-0.3384000062942505,0.7497000098228455,0.2451000064611435,-0.614799976348877,0.6561999917030334,0.6743999719619751,-0.3384000062942505,0.8557999730110168,0.31130000948905945,-0.4133000075817108,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.7497000098228455,0.2451000064611435,-0.614799976348877,0.8557999730110168,0.31130000948905945,-0.4133000075817108,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.8557999730110168,0.31130000948905945,-0.4133000075817108,0.8966000080108643,0.06679999828338623,-0.4377000033855438,0.9269999861717224,0.0008999999845400453,-0.3750999867916107,0.8953999876976013,0.0007999999797903001,-0.44530001282691956,0.895799994468689,0.010499999858438969,-0.44440001249313354,0.9269999861717224,0.0008999999845400453,-0.3750999867916107,0.895799994468689,0.010499999858438969,-0.44440001249313354,0.927299976348877,0.013100000098347664,-0.374099999666214,0.8953999876976013,0.0007999999797903001,-0.44530001282691956,0.7610999941825867,0.0006000000284984708,-0.6486999988555908,0.761900007724762,0.007499999832361937,-0.6477000117301941,0.8953999876976013,0.0007999999797903001,-0.44530001282691956,0.761900007724762,0.007499999832361937,-0.6477000117301941,0.895799994468689,0.010499999858438969,-0.44440001249313354,0.927299976348877,0.013100000098347664,-0.374099999666214,0.895799994468689,0.010499999858438969,-0.44440001249313354,0.8966000080108643,0.06679999828338623,-0.4377000033855438,0.927299976348877,0.013100000098347664,-0.374099999666214,0.8966000080108643,0.06679999828338623,-0.4377000033855438,0.9264000058174133,0.08290000259876251,-0.36719998717308044,0.895799994468689,0.010499999858438969,-0.44440001249313354,0.761900007724762,0.007499999832361937,-0.6477000117301941,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.895799994468689,0.010499999858438969,-0.44440001249313354,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.8966000080108643,0.06679999828338623,-0.4377000033855438,0,0,-1,0.33399999141693115,0.00279999990016222,-0.9426000118255615,0.33230000734329224,0.00019999999494757503,-0.9431999921798706,0,0,-1,0.33230000734329224,0.00019999999494757503,-0.9431999921798706,0,0,-1,0.34540000557899475,0.018200000748038292,-0.9383000135421753,0.33399999141693115,0.00279999990016222,-0.9426000118255615,0,0,-1,0.34540000557899475,0.018200000748038292,-0.9383000135421753,0,0,-1,0,0,-1,0.33399999141693115,0.00279999990016222,-0.9426000118255615,0.761900007724762,0.007499999832361937,-0.6477000117301941,0.7610999941825867,0.0006000000284984708,-0.6486999988555908,0.33399999141693115,0.00279999990016222,-0.9426000118255615,0.7610999941825867,0.0006000000284984708,-0.6486999988555908,0.33230000734329224,0.00019999999494757503,-0.9431999921798706,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.761900007724762,0.007499999832361937,-0.6477000117301941,0.33399999141693115,0.00279999990016222,-0.9426000118255615,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.33399999141693115,0.00279999990016222,-0.9426000118255615,0.34540000557899475,0.018200000748038292,-0.9383000135421753,0.3003000020980835,0.2786000072956085,-0.9122999906539917,0.3707999885082245,0.10639999806880951,-0.9225999712944031,0,0,-1,0.3003000020980835,0.2786000072956085,-0.9122999906539917,0,0,-1,0,0,-1,0.5949000120162964,0.5662999749183655,-0.5703999996185303,0.7497000098228455,0.2451000064611435,-0.614799976348877,0.3707999885082245,0.10639999806880951,-0.9225999712944031,0.5949000120162964,0.5662999749183655,-0.5703999996185303,0.3707999885082245,0.10639999806880951,-0.9225999712944031,0.3003000020980835,0.2786000072956085,-0.9122999906539917,0.3707999885082245,0.10639999806880951,-0.9225999712944031,0.34540000557899475,0.018200000748038292,-0.9383000135421753,0,0,-1,0.3707999885082245,0.10639999806880951,-0.9225999712944031,0,0,-1,0,0,-1,0.7497000098228455,0.2451000064611435,-0.614799976348877,0.7681000232696533,0.04879999905824661,-0.6384999752044678,0.34540000557899475,0.018200000748038292,-0.9383000135421753,0.7497000098228455,0.2451000064611435,-0.614799976348877,0.34540000557899475,0.018200000748038292,-0.9383000135421753,0.3707999885082245,0.10639999806880951,-0.9225999712944031,0.00009999999747378752,-0.007400000002235174,1,0.00009999999747378752,-0.002400000113993883,1,-0.0006000000284984708,-0.0027000000700354576,1,0.00009999999747378752,-0.007400000002235174,1,-0.0006000000284984708,-0.0027000000700354576,1,-0.0008999999845400453,-0.006000000052154064,1,0.00009999999747378752,-0.002400000113993883,1,0.00009999999747378752,-0.0010999999940395355,1,-0.00039999998989515007,-0.0010999999940395355,1,0.00009999999747378752,-0.002400000113993883,1,-0.00039999998989515007,-0.0010999999940395355,1,-0.0006000000284984708,-0.0027000000700354576,1,-0.0008999999845400453,-0.006000000052154064,1,-0.0006000000284984708,-0.0027000000700354576,1,-0.0008999999845400453,-0.0026000000070780516,1,-0.0008999999845400453,-0.006000000052154064,1,-0.0008999999845400453,-0.0026000000070780516,1,-0.0012000000569969416,-0.005400000140070915,1,-0.0006000000284984708,-0.0027000000700354576,1,-0.00039999998989515007,-0.0010999999940395355,1,-0.0007999999797903001,-0.0012000000569969416,1,-0.0006000000284984708,-0.0027000000700354576,1,-0.0007999999797903001,-0.0012000000569969416,1,-0.0008999999845400453,-0.0026000000070780516,1,0.00009999999747378752,-0.0003000000142492354,1,0.00009999999747378752,0.00009999999747378752,1,-0.00039999998989515007,0,1,0.00009999999747378752,-0.0003000000142492354,1,-0.00039999998989515007,0,1,-0.00039999998989515007,-0.00039999998989515007,1,-0.00039999998989515007,-0.00039999998989515007,1,-0.00039999998989515007,0,1,-0.0007999999797903001,0,1,-0.00039999998989515007,-0.00039999998989515007,1,-0.0007999999797903001,0,1,-0.0007999999797903001,-0.00039999998989515007,1,0.00009999999747378752,-0.0010999999940395355,1,0.00009999999747378752,-0.0003000000142492354,1,-0.00039999998989515007,-0.00039999998989515007,1,0.00009999999747378752,-0.0010999999940395355,1,-0.00039999998989515007,-0.00039999998989515007,1,-0.00039999998989515007,-0.0010999999940395355,1,-0.00039999998989515007,-0.0010999999940395355,1,-0.00039999998989515007,-0.00039999998989515007,1,-0.0007999999797903001,-0.00039999998989515007,1,-0.00039999998989515007,-0.0010999999940395355,1,-0.0007999999797903001,-0.00039999998989515007,1,-0.0007999999797903001,-0.0012000000569969416,1,-0.0010999999940395355,0,1,-0.0010999999940395355,-0.0005000000237487257,1,-0.0010000000474974513,-0.0005000000237487257,1,-0.0010999999940395355,0,1,-0.0010000000474974513,-0.0005000000237487257,1,-0.0010000000474974513,0,1,-0.0010999999940395355,-0.0005000000237487257,1,-0.0012000000569969416,-0.0012000000569969416,1,-0.0010999999940395355,-0.0012000000569969416,1,-0.0010999999940395355,-0.0005000000237487257,1,-0.0010999999940395355,-0.0012000000569969416,1,-0.0010000000474974513,-0.0005000000237487257,1,-0.0010000000474974513,0,1,-0.0010000000474974513,-0.0005000000237487257,1,-0.0007999999797903001,-0.00039999998989515007,1,-0.0010000000474974513,0,1,-0.0007999999797903001,-0.00039999998989515007,1,-0.0007999999797903001,0,1,-0.0010000000474974513,-0.0005000000237487257,1,-0.0010999999940395355,-0.0012000000569969416,1,-0.0007999999797903001,-0.0012000000569969416,1,-0.0010000000474974513,-0.0005000000237487257,1,-0.0007999999797903001,-0.0012000000569969416,1,-0.0007999999797903001,-0.00039999998989515007,1,-0.0012000000569969416,-0.002300000051036477,1,-0.00139999995008111,-0.004699999932199717,1,-0.0013000000035390258,-0.004999999888241291,1,-0.0012000000569969416,-0.002300000051036477,1,-0.0013000000035390258,-0.004999999888241291,1,-0.0012000000569969416,-0.002400000113993883,1,-0.0012000000569969416,-0.002400000113993883,1,-0.0013000000035390258,-0.004999999888241291,1,-0.0012000000569969416,-0.005400000140070915,1,-0.0012000000569969416,-0.002400000113993883,1,-0.0012000000569969416,-0.005400000140070915,1,-0.0008999999845400453,-0.0026000000070780516,1,-0.0012000000569969416,-0.0012000000569969416,1,-0.0012000000569969416,-0.002300000051036477,1,-0.0012000000569969416,-0.002400000113993883,1,-0.0012000000569969416,-0.0012000000569969416,1,-0.0012000000569969416,-0.002400000113993883,1,-0.0010999999940395355,-0.0012000000569969416,1,-0.0010999999940395355,-0.0012000000569969416,1,-0.0012000000569969416,-0.002400000113993883,1,-0.0008999999845400453,-0.0026000000070780516,1,-0.0010999999940395355,-0.0012000000569969416,1,-0.0008999999845400453,-0.0026000000070780516,1,-0.0007999999797903001,-0.0012000000569969416,1,0.00019999999494757503,0.0005000000237487257,1,-0.00039999998989515007,0.0005000000237487257,1,-0.00039999998989515007,0,1,0.00019999999494757503,0.0005000000237487257,1,-0.00039999998989515007,0,1,0.00009999999747378752,0.00009999999747378752,1,0.00019999999494757503,0.0012000000569969416,1,-0.00039999998989515007,0.0012000000569969416,1,-0.00039999998989515007,0.0005000000237487257,1,0.00019999999494757503,0.0012000000569969416,1,-0.00039999998989515007,0.0005000000237487257,1,0.00019999999494757503,0.0005000000237487257,1,-0.00039999998989515007,0.0005000000237487257,1,-0.0007999999797903001,0.0005000000237487257,1,-0.0007999999797903001,0,1,-0.00039999998989515007,0.0005000000237487257,1,-0.0007999999797903001,0,1,-0.00039999998989515007,0,1,-0.00039999998989515007,0.0012000000569969416,1,-0.0007999999797903001,0.0012000000569969416,1,-0.0007999999797903001,0.0005000000237487257,1,-0.00039999998989515007,0.0012000000569969416,1,-0.0007999999797903001,0.0005000000237487257,1,-0.00039999998989515007,0.0005000000237487257,1,0.00009999999747378752,0.0071000000461936,1,-0.0008999999845400453,0.006500000134110451,1,-0.00039999998989515007,0.003000000026077032,1,0.00009999999747378752,0.0071000000461936,1,-0.00039999998989515007,0.003000000026077032,1,0.00019999999494757503,0.002400000113993883,1,-0.0008999999845400453,0.006500000134110451,1,-0.0010999999940395355,0.005499999970197678,1,-0.0008999999845400453,0.0026000000070780516,1,-0.0008999999845400453,0.006500000134110451,1,-0.0008999999845400453,0.0026000000070780516,1,-0.00039999998989515007,0.003000000026077032,1,0.00019999999494757503,0.002400000113993883,1,-0.00039999998989515007,0.003000000026077032,1,-0.00039999998989515007,0.0012000000569969416,1,0.00019999999494757503,0.002400000113993883,1,-0.00039999998989515007,0.0012000000569969416,1,0.00019999999494757503,0.0012000000569969416,1,-0.00039999998989515007,0.003000000026077032,1,-0.0008999999845400453,0.0026000000070780516,1,-0.0007999999797903001,0.0012000000569969416,1,-0.00039999998989515007,0.003000000026077032,1,-0.0007999999797903001,0.0012000000569969416,1,-0.00039999998989515007,0.0012000000569969416,1,-0.0012000000569969416,0.002300000051036477,1,-0.0010999999940395355,0.002400000113993883,1,-0.0013000000035390258,0.004999999888241291,1,-0.0012000000569969416,0.002300000051036477,1,-0.0013000000035390258,0.004999999888241291,1,-0.00139999995008111,0.004699999932199717,1,-0.0012000000569969416,0.0012000000569969416,1,-0.0010999999940395355,0.0012000000569969416,1,-0.0010999999940395355,0.002400000113993883,1,-0.0012000000569969416,0.0012000000569969416,1,-0.0010999999940395355,0.002400000113993883,1,-0.0012000000569969416,0.002300000051036477,1,-0.0010999999940395355,0.002400000113993883,1,-0.0008999999845400453,0.0026000000070780516,1,-0.0010999999940395355,0.005499999970197678,1,-0.0010999999940395355,0.002400000113993883,1,-0.0010999999940395355,0.005499999970197678,1,-0.0013000000035390258,0.004999999888241291,1,-0.0010999999940395355,0.0012000000569969416,1,-0.0007999999797903001,0.0012000000569969416,1,-0.0008999999845400453,0.0026000000070780516,1,-0.0010999999940395355,0.0012000000569969416,1,-0.0008999999845400453,0.0026000000070780516,1,-0.0010999999940395355,0.002400000113993883,1,-0.0010999999940395355,0,1,-0.0010000000474974513,0,1,-0.0010000000474974513,0.0005000000237487257,1,-0.0010999999940395355,0,1,-0.0010000000474974513,0.0005000000237487257,1,-0.0010999999940395355,0.0005000000237487257,1,-0.0010000000474974513,0,1,-0.0007999999797903001,0,1,-0.0007999999797903001,0.0005000000237487257,1,-0.0010000000474974513,0,1,-0.0007999999797903001,0.0005000000237487257,1,-0.0010000000474974513,0.0005000000237487257,1,-0.0010999999940395355,0.0005000000237487257,1,-0.0010000000474974513,0.0005000000237487257,1,-0.0010999999940395355,0.0012000000569969416,1,-0.0010999999940395355,0.0005000000237487257,1,-0.0010999999940395355,0.0012000000569969416,1,-0.0012000000569969416,0.0012000000569969416,1,-0.0010000000474974513,0.0005000000237487257,1,-0.0007999999797903001,0.0005000000237487257,1,-0.0007999999797903001,0.0012000000569969416,1,-0.0010000000474974513,0.0005000000237487257,1,-0.0007999999797903001,0.0012000000569969416,1,-0.0010999999940395355,0.0012000000569969416,1,-0.0013000000035390258,0.008999999612569809,1,-0.00139999995008111,0.010300000198185444,0.9998999834060669,-0.0008999999845400453,0.006500000134110451,1,-0.0013000000035390258,0.008999999612569809,1,-0.0008999999845400453,0.006500000134110451,1,0.00009999999747378752,0.0071000000461936,1,-0.0020000000949949026,0.011800000444054604,0.9998999834060669,-0.002199999988079071,0.013700000010430813,0.9998999834060669,-0.00139999995008111,0.010300000198185444,0.9998999834060669,-0.0020000000949949026,0.011800000444054604,0.9998999834060669,-0.00139999995008111,0.010300000198185444,0.9998999834060669,-0.0013000000035390258,0.008999999612569809,1,-0.00139999995008111,0.010300000198185444,0.9998999834060669,-0.0015999999595806003,0.010400000028312206,0.9998999834060669,-0.0010999999940395355,0.005499999970197678,1,-0.00139999995008111,0.010300000198185444,0.9998999834060669,-0.0010999999940395355,0.005499999970197678,1,-0.0008999999845400453,0.006500000134110451,1,-0.002199999988079071,0.013700000010430813,0.9998999834060669,-0.0024999999441206455,0.016300000250339508,0.9998999834060669,-0.0015999999595806003,0.010400000028312206,0.9998999834060669,-0.002199999988079071,0.013700000010430813,0.9998999834060669,-0.0015999999595806003,0.010400000028312206,0.9998999834060669,-0.00139999995008111,0.010300000198185444,0.9998999834060669,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.0026000000070780516,0.00860000029206276,1,-0.0027000000700354576,0.007600000128149986,1,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.0027000000700354576,0.007600000128149986,1,-0.00279999990016222,0.010999999940395355,0.9998999834060669,-0.00279999990016222,0.010999999940395355,0.9998999834060669,-0.0027000000700354576,0.007600000128149986,1,-0.00279999990016222,0.007199999876320362,1,-0.00279999990016222,0.010999999940395355,0.9998999834060669,-0.00279999990016222,0.007199999876320362,1,-0.003000000026077032,0.01140000019222498,0.9998999834060669,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.00279999990016222,0.010999999940395355,0.9998999834060669,-0.002199999988079071,0.013700000010430813,0.9998999834060669,-0.0026000000070780516,0.011300000362098217,0.9998999834060669,-0.002199999988079071,0.013700000010430813,0.9998999834060669,-0.0020000000949949026,0.011800000444054604,0.9998999834060669,-0.00279999990016222,0.010999999940395355,0.9998999834060669,-0.003000000026077032,0.01140000019222498,0.9998999834060669,-0.0024999999441206455,0.016300000250339508,0.9998999834060669,-0.00279999990016222,0.010999999940395355,0.9998999834060669,-0.0024999999441206455,0.016300000250339508,0.9998999834060669,-0.002199999988079071,0.013700000010430813,0.9998999834060669,-0.002899999963119626,0.006200000178068876,1,-0.005200000014156103,0.015200000256299973,0.9998999834060669,-0.003800000064074993,0.013100000098347664,0.9998999834060669,-0.002899999963119626,0.006200000178068876,1,-0.003800000064074993,0.013100000098347664,0.9998999834060669,-0.002899999963119626,0.006800000090152025,1,-0.0038999998942017555,0.023499999195337296,0.9997000098228455,-0.003100000089034438,0.019700000062584877,0.9998000264167786,-0.003800000064074993,0.013100000098347664,0.9998999834060669,-0.0038999998942017555,0.023499999195337296,0.9997000098228455,-0.003800000064074993,0.013100000098347664,0.9998999834060669,-0.005200000014156103,0.015200000256299973,0.9998999834060669,-0.002899999963119626,0.006800000090152025,1,-0.003800000064074993,0.013100000098347664,0.9998999834060669,-0.003000000026077032,0.01140000019222498,0.9998999834060669,-0.002899999963119626,0.006800000090152025,1,-0.003000000026077032,0.01140000019222498,0.9998999834060669,-0.00279999990016222,0.007199999876320362,1,-0.003100000089034438,0.019700000062584877,0.9998000264167786,-0.0024999999441206455,0.016300000250339508,0.9998999834060669,-0.003000000026077032,0.01140000019222498,0.9998999834060669,-0.003100000089034438,0.019700000062584877,0.9998000264167786,-0.003000000026077032,0.01140000019222498,0.9998999834060669,-0.003800000064074993,0.013100000098347664,0.9998999834060669,-0.00139999995008111,0.004699999932199717,1,-0.0013000000035390258,0.004999999888241291,1,-0.0017000000225380063,0.00989999994635582,0.9998999834060669,-0.00139999995008111,0.004699999932199717,1,-0.0017000000225380063,0.00989999994635582,0.9998999834060669,-0.0017999999690800905,0.009399999864399433,1,-0.0013000000035390258,0.004999999888241291,1,-0.0010999999940395355,0.005499999970197678,1,-0.0015999999595806003,0.010400000028312206,0.9998999834060669,-0.0013000000035390258,0.004999999888241291,1,-0.0015999999595806003,0.010400000028312206,0.9998999834060669,-0.0017000000225380063,0.00989999994635582,0.9998999834060669,-0.0017999999690800905,0.009399999864399433,1,-0.0017000000225380063,0.00989999994635582,0.9998999834060669,-0.003100000089034438,0.019700000062584877,0.9998000264167786,-0.0017999999690800905,0.009399999864399433,1,-0.003100000089034438,0.019700000062584877,0.9998000264167786,-0.0038999998942017555,0.023499999195337296,0.9997000098228455,-0.0017000000225380063,0.00989999994635582,0.9998999834060669,-0.0015999999595806003,0.010400000028312206,0.9998999834060669,-0.0024999999441206455,0.016300000250339508,0.9998999834060669,-0.0017000000225380063,0.00989999994635582,0.9998999834060669,-0.0024999999441206455,0.016300000250339508,0.9998999834060669,-0.003100000089034438,0.019700000062584877,0.9998000264167786,-0.0026000000070780516,0.00860000029206276,1,-0.002300000051036477,0.006300000008195639,1,-0.0024999999441206455,0.006300000008195639,1,-0.0026000000070780516,0.00860000029206276,1,-0.0024999999441206455,0.006300000008195639,1,-0.0027000000700354576,0.007600000128149986,1,-0.002300000051036477,0.006300000008195639,1,-0.002099999925121665,0.004699999932199717,1,-0.002300000051036477,0.004800000227987766,1,-0.002300000051036477,0.006300000008195639,1,-0.002300000051036477,0.004800000227987766,1,-0.0024999999441206455,0.006300000008195639,1,-0.0027000000700354576,0.007600000128149986,1,-0.0024999999441206455,0.006300000008195639,1,-0.0024999999441206455,0.006000000052154064,1,-0.0027000000700354576,0.007600000128149986,1,-0.0024999999441206455,0.006000000052154064,1,-0.00279999990016222,0.007199999876320362,1,-0.0024999999441206455,0.006300000008195639,1,-0.002300000051036477,0.004800000227987766,1,-0.002400000113993883,0.004600000102072954,1,-0.0024999999441206455,0.006300000008195639,1,-0.002400000113993883,0.004600000102072954,1,-0.0024999999441206455,0.006000000052154064,1,-0.0020000000949949026,0.00279999990016222,1,-0.002099999925121665,0,1,-0.002300000051036477,0,1,-0.0020000000949949026,0.00279999990016222,1,-0.002300000051036477,0,1,-0.002300000051036477,0.00279999990016222,1,-0.002300000051036477,0.00279999990016222,1,-0.002300000051036477,0,1,-0.002400000113993883,0,1,-0.002300000051036477,0.00279999990016222,1,-0.002400000113993883,0,1,-0.002400000113993883,0.0027000000700354576,1,-0.002099999925121665,0.004699999932199717,1,-0.0020000000949949026,0.00279999990016222,1,-0.002300000051036477,0.00279999990016222,1,-0.002099999925121665,0.004699999932199717,1,-0.002300000051036477,0.00279999990016222,1,-0.002300000051036477,0.004800000227987766,1,-0.002300000051036477,0.004800000227987766,1,-0.002300000051036477,0.00279999990016222,1,-0.002400000113993883,0.0027000000700354576,1,-0.002300000051036477,0.004800000227987766,1,-0.002400000113993883,0.0027000000700354576,1,-0.002400000113993883,0.004600000102072954,1,-0.0026000000070780516,0,1,-0.0024999999441206455,0.0027000000700354576,1,-0.002400000113993883,0.0027000000700354576,1,-0.0026000000070780516,0,1,-0.002400000113993883,0.0027000000700354576,1,-0.0024999999441206455,0,1,-0.0024999999441206455,0.0027000000700354576,1,-0.002400000113993883,0.0044999998062849045,1,-0.002400000113993883,0.0044999998062849045,1,-0.0024999999441206455,0.0027000000700354576,1,-0.002400000113993883,0.0044999998062849045,1,-0.002400000113993883,0.0027000000700354576,1,-0.0024999999441206455,0,1,-0.002400000113993883,0.0027000000700354576,1,-0.002400000113993883,0.0027000000700354576,1,-0.0024999999441206455,0,1,-0.002400000113993883,0.0027000000700354576,1,-0.002400000113993883,0,1,-0.002400000113993883,0.0027000000700354576,1,-0.002400000113993883,0.0044999998062849045,1,-0.002400000113993883,0.004600000102072954,1,-0.002400000113993883,0.0027000000700354576,1,-0.002400000113993883,0.004600000102072954,1,-0.002400000113993883,0.0027000000700354576,1,-0.0024999999441206455,0.005400000140070915,1,-0.002899999963119626,0.006200000178068876,1,-0.002899999963119626,0.006800000090152025,1,-0.0024999999441206455,0.005400000140070915,1,-0.002899999963119626,0.006800000090152025,1,-0.0024999999441206455,0.00570000009611249,1,-0.0024999999441206455,0.00570000009611249,1,-0.002899999963119626,0.006800000090152025,1,-0.00279999990016222,0.007199999876320362,1,-0.0024999999441206455,0.00570000009611249,1,-0.00279999990016222,0.007199999876320362,1,-0.0024999999441206455,0.006000000052154064,1,-0.002400000113993883,0.0044999998062849045,1,-0.0024999999441206455,0.005400000140070915,1,-0.0024999999441206455,0.00570000009611249,1,-0.002400000113993883,0.0044999998062849045,1,-0.0024999999441206455,0.00570000009611249,1,-0.002400000113993883,0.0044999998062849045,1,-0.002400000113993883,0.0044999998062849045,1,-0.0024999999441206455,0.00570000009611249,1,-0.0024999999441206455,0.006000000052154064,1,-0.002400000113993883,0.0044999998062849045,1,-0.0024999999441206455,0.006000000052154064,1,-0.002400000113993883,0.004600000102072954,1,-0.0020000000949949026,-0.0027000000700354576,1,-0.002300000051036477,-0.0027000000700354576,1,-0.002300000051036477,0,1,-0.0020000000949949026,-0.0027000000700354576,1,-0.002300000051036477,0,1,-0.002099999925121665,0,1,-0.002099999925121665,-0.004800000227987766,1,-0.002300000051036477,-0.004699999932199717,1,-0.002300000051036477,-0.0027000000700354576,1,-0.002099999925121665,-0.004800000227987766,1,-0.002300000051036477,-0.0027000000700354576,1,-0.0020000000949949026,-0.0027000000700354576,1,-0.002300000051036477,-0.0027000000700354576,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002400000113993883,0,1,-0.002300000051036477,-0.0027000000700354576,1,-0.002400000113993883,0,1,-0.002300000051036477,0,1,-0.002300000051036477,-0.004699999932199717,1,-0.002400000113993883,-0.004600000102072954,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002300000051036477,-0.004699999932199717,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002300000051036477,-0.0027000000700354576,1,-0.0026000000070780516,-0.008700000122189522,1,-0.0027000000700354576,-0.007499999832361937,1,-0.0024999999441206455,-0.006099999882280827,1,-0.0026000000070780516,-0.008700000122189522,1,-0.0024999999441206455,-0.006099999882280827,1,-0.002300000051036477,-0.006300000008195639,1,-0.0027000000700354576,-0.007499999832361937,1,-0.00279999990016222,-0.0071000000461936,1,-0.0024999999441206455,-0.005900000222027302,1,-0.0027000000700354576,-0.007499999832361937,1,-0.0024999999441206455,-0.005900000222027302,1,-0.0024999999441206455,-0.006099999882280827,1,-0.002300000051036477,-0.006300000008195639,1,-0.0024999999441206455,-0.006099999882280827,1,-0.002300000051036477,-0.004699999932199717,1,-0.002300000051036477,-0.006300000008195639,1,-0.002300000051036477,-0.004699999932199717,1,-0.002099999925121665,-0.004800000227987766,1,-0.0024999999441206455,-0.006099999882280827,1,-0.0024999999441206455,-0.005900000222027302,1,-0.002400000113993883,-0.004600000102072954,1,-0.0024999999441206455,-0.006099999882280827,1,-0.002400000113993883,-0.004600000102072954,1,-0.002300000051036477,-0.004699999932199717,1,-0.0024999999441206455,-0.0052999998442828655,1,-0.0024999999441206455,-0.00559999980032444,1,-0.003000000026077032,-0.0066999997943639755,1,-0.0024999999441206455,-0.0052999998442828655,1,-0.003000000026077032,-0.0066999997943639755,1,-0.003000000026077032,-0.006000000052154064,1,-0.002400000113993883,-0.004399999976158142,1,-0.002400000113993883,-0.0044999998062849045,1,-0.0024999999441206455,-0.00559999980032444,1,-0.002400000113993883,-0.004399999976158142,1,-0.0024999999441206455,-0.00559999980032444,1,-0.0024999999441206455,-0.0052999998442828655,1,-0.0024999999441206455,-0.00559999980032444,1,-0.0024999999441206455,-0.005900000222027302,1,-0.00279999990016222,-0.0071000000461936,1,-0.0024999999441206455,-0.00559999980032444,1,-0.00279999990016222,-0.0071000000461936,1,-0.003000000026077032,-0.0066999997943639755,1,-0.002400000113993883,-0.0044999998062849045,1,-0.002400000113993883,-0.004600000102072954,1,-0.0024999999441206455,-0.005900000222027302,1,-0.002400000113993883,-0.0044999998062849045,1,-0.0024999999441206455,-0.005900000222027302,1,-0.0024999999441206455,-0.00559999980032444,1,-0.0026000000070780516,0,1,-0.0024999999441206455,0,1,-0.002400000113993883,-0.0027000000700354576,1,-0.0026000000070780516,0,1,-0.002400000113993883,-0.0027000000700354576,1,-0.0024999999441206455,-0.0027000000700354576,1,-0.0024999999441206455,0,1,-0.002400000113993883,0,1,-0.002400000113993883,-0.0027000000700354576,1,-0.0024999999441206455,0,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002400000113993883,-0.0027000000700354576,1,-0.0024999999441206455,-0.0027000000700354576,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002400000113993883,-0.0044999998062849045,1,-0.0024999999441206455,-0.0027000000700354576,1,-0.002400000113993883,-0.0044999998062849045,1,-0.002400000113993883,-0.004399999976158142,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002400000113993883,-0.004600000102072954,1,-0.002400000113993883,-0.0027000000700354576,1,-0.002400000113993883,-0.004600000102072954,1,-0.002400000113993883,-0.0044999998062849045,1,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.00279999990016222,-0.010999999940395355,0.9998999834060669,-0.0027000000700354576,-0.007499999832361937,1,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.0027000000700354576,-0.007499999832361937,1,-0.0026000000070780516,-0.008700000122189522,1,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.0020000000949949026,-0.01209999993443489,0.9998999834060669,-0.002099999925121665,-0.013399999588727951,0.9998999834060669,-0.0026000000070780516,-0.01140000019222498,0.9998999834060669,-0.002099999925121665,-0.013399999588727951,0.9998999834060669,-0.00279999990016222,-0.010999999940395355,0.9998999834060669,-0.00279999990016222,-0.010999999940395355,0.9998999834060669,-0.003100000089034438,-0.011599999852478504,0.9998999834060669,-0.00279999990016222,-0.0071000000461936,1,-0.00279999990016222,-0.010999999940395355,0.9998999834060669,-0.00279999990016222,-0.0071000000461936,1,-0.0027000000700354576,-0.007499999832361937,1,-0.00279999990016222,-0.010999999940395355,0.9998999834060669,-0.002099999925121665,-0.013399999588727951,0.9998999834060669,-0.002300000051036477,-0.014700000174343586,0.9998999834060669,-0.00279999990016222,-0.010999999940395355,0.9998999834060669,-0.002300000051036477,-0.014700000174343586,0.9998999834060669,-0.003100000089034438,-0.011599999852478504,0.9998999834060669,-0.0013000000035390258,-0.009999999776482582,0.9998999834060669,0.00009999999747378752,-0.007400000002235174,1,-0.0008999999845400453,-0.006000000052154064,1,-0.0013000000035390258,-0.009999999776482582,0.9998999834060669,-0.0008999999845400453,-0.006000000052154064,1,-0.00139999995008111,-0.010099999606609344,0.9998999834060669,-0.00139999995008111,-0.010099999606609344,0.9998999834060669,-0.0008999999845400453,-0.006000000052154064,1,-0.0012000000569969416,-0.005400000140070915,1,-0.00139999995008111,-0.010099999606609344,0.9998999834060669,-0.0012000000569969416,-0.005400000140070915,1,-0.001500000013038516,-0.009999999776482582,0.9998999834060669,-0.0020000000949949026,-0.01209999993443489,0.9998999834060669,-0.0013000000035390258,-0.009999999776482582,0.9998999834060669,-0.00139999995008111,-0.010099999606609344,0.9998999834060669,-0.0020000000949949026,-0.01209999993443489,0.9998999834060669,-0.00139999995008111,-0.010099999606609344,0.9998999834060669,-0.002099999925121665,-0.013399999588727951,0.9998999834060669,-0.002099999925121665,-0.013399999588727951,0.9998999834060669,-0.00139999995008111,-0.010099999606609344,0.9998999834060669,-0.001500000013038516,-0.009999999776482582,0.9998999834060669,-0.002099999925121665,-0.013399999588727951,0.9998999834060669,-0.001500000013038516,-0.009999999776482582,0.9998999834060669,-0.002300000051036477,-0.014700000174343586,0.9998999834060669,-0.00139999995008111,-0.004699999932199717,1,-0.0017999999690800905,-0.009200000204145908,1,-0.0017000000225380063,-0.009499999694526196,1,-0.00139999995008111,-0.004699999932199717,1,-0.0017000000225380063,-0.009499999694526196,1,-0.0013000000035390258,-0.004999999888241291,1,-0.0017999999690800905,-0.009200000204145908,1,-0.003100000089034438,-0.017899999395012856,0.9998000264167786,-0.0027000000700354576,-0.01640000008046627,0.9998999834060669,-0.0017999999690800905,-0.009200000204145908,1,-0.0027000000700354576,-0.01640000008046627,0.9998999834060669,-0.0017000000225380063,-0.009499999694526196,1,-0.0013000000035390258,-0.004999999888241291,1,-0.0017000000225380063,-0.009499999694526196,1,-0.001500000013038516,-0.009999999776482582,0.9998999834060669,-0.0013000000035390258,-0.004999999888241291,1,-0.001500000013038516,-0.009999999776482582,0.9998999834060669,-0.0012000000569969416,-0.005400000140070915,1,-0.0017000000225380063,-0.009499999694526196,1,-0.0027000000700354576,-0.01640000008046627,0.9998999834060669,-0.002300000051036477,-0.014700000174343586,0.9998999834060669,-0.0017000000225380063,-0.009499999694526196,1,-0.002300000051036477,-0.014700000174343586,0.9998999834060669,-0.001500000013038516,-0.009999999776482582,0.9998999834060669,-0.003000000026077032,-0.006000000052154064,1,-0.003000000026077032,-0.0066999997943639755,1,-0.003700000001117587,-0.013100000098347664,0.9998999834060669,-0.003000000026077032,-0.006000000052154064,1,-0.003700000001117587,-0.013100000098347664,0.9998999834060669,-0.004399999976158142,-0.013500000350177288,0.9998999834060669,-0.003000000026077032,-0.0066999997943639755,1,-0.00279999990016222,-0.0071000000461936,1,-0.003100000089034438,-0.011599999852478504,0.9998999834060669,-0.003000000026077032,-0.0066999997943639755,1,-0.003100000089034438,-0.011599999852478504,0.9998999834060669,-0.003700000001117587,-0.013100000098347664,0.9998999834060669,-0.003100000089034438,-0.017899999395012856,0.9998000264167786,-0.004399999976158142,-0.013500000350177288,0.9998999834060669,-0.003700000001117587,-0.013100000098347664,0.9998999834060669,-0.003100000089034438,-0.017899999395012856,0.9998000264167786,-0.003700000001117587,-0.013100000098347664,0.9998999834060669,-0.0027000000700354576,-0.01640000008046627,0.9998999834060669,-0.0027000000700354576,-0.01640000008046627,0.9998999834060669,-0.003700000001117587,-0.013100000098347664,0.9998999834060669,-0.003100000089034438,-0.011599999852478504,0.9998999834060669,-0.0027000000700354576,-0.01640000008046627,0.9998999834060669,-0.003100000089034438,-0.011599999852478504,0.9998999834060669,-0.002300000051036477,-0.014700000174343586,0.9998999834060669,0.00009999999747378752,-0.0003000000142492354,1,0.0006000000284984708,-0.0003000000142492354,1,0.0006000000284984708,0.00019999999494757503,1,0.00009999999747378752,-0.0003000000142492354,1,0.0006000000284984708,0.00019999999494757503,1,0.00009999999747378752,0.00009999999747378752,1,0.00009999999747378752,-0.0010999999940395355,1,0.000699999975040555,-0.0010999999940395355,1,0.0006000000284984708,-0.0003000000142492354,1,0.00009999999747378752,-0.0010999999940395355,1,0.0006000000284984708,-0.0003000000142492354,1,0.00009999999747378752,-0.0003000000142492354,1,0.0006000000284984708,-0.0003000000142492354,1,0.0010000000474974513,-0.0003000000142492354,1,0.0010000000474974513,0.0003000000142492354,1,0.0006000000284984708,-0.0003000000142492354,1,0.0010000000474974513,0.0003000000142492354,1,0.0006000000284984708,0.00019999999494757503,1,0.000699999975040555,-0.0010999999940395355,1,0.0010000000474974513,-0.0012000000569969416,1,0.0010000000474974513,-0.0003000000142492354,1,0.000699999975040555,-0.0010999999940395355,1,0.0010000000474974513,-0.0003000000142492354,1,0.0006000000284984708,-0.0003000000142492354,1,0.00009999999747378752,-0.007400000002235174,1,0.0010000000474974513,-0.005900000222027302,1,0.000699999975040555,-0.0027000000700354576,1,0.00009999999747378752,-0.007400000002235174,1,0.000699999975040555,-0.0027000000700354576,1,0.00009999999747378752,-0.002400000113993883,1,0.0010000000474974513,-0.005900000222027302,1,0.0013000000035390258,-0.004699999932199717,1,0.0010999999940395355,-0.002400000113993883,1,0.0010000000474974513,-0.005900000222027302,1,0.0010999999940395355,-0.002400000113993883,1,0.000699999975040555,-0.0027000000700354576,1,0.00009999999747378752,-0.002400000113993883,1,0.000699999975040555,-0.0027000000700354576,1,0.000699999975040555,-0.0010999999940395355,1,0.00009999999747378752,-0.002400000113993883,1,0.000699999975040555,-0.0010999999940395355,1,0.00009999999747378752,-0.0010999999940395355,1,0.000699999975040555,-0.0027000000700354576,1,0.0010999999940395355,-0.002400000113993883,1,0.0010000000474974513,-0.0012000000569969416,1,0.000699999975040555,-0.0027000000700354576,1,0.0010000000474974513,-0.0012000000569969416,1,0.000699999975040555,-0.0010999999940395355,1,0.001500000013038516,-0.002199999988079071,1,0.00139999995008111,-0.002199999988079071,1,0.001500000013038516,-0.004100000020116568,1,0.001500000013038516,-0.002199999988079071,1,0.001500000013038516,-0.004100000020116568,1,0.0015999999595806003,-0.003800000064074993,1,0.00139999995008111,-0.0012000000569969416,1,0.0013000000035390258,-0.0012000000569969416,1,0.00139999995008111,-0.002199999988079071,1,0.00139999995008111,-0.0012000000569969416,1,0.00139999995008111,-0.002199999988079071,1,0.001500000013038516,-0.002199999988079071,1,0.00139999995008111,-0.002199999988079071,1,0.0010999999940395355,-0.002400000113993883,1,0.0013000000035390258,-0.004699999932199717,1,0.00139999995008111,-0.002199999988079071,1,0.0013000000035390258,-0.004699999932199717,1,0.001500000013038516,-0.004100000020116568,1,0.0013000000035390258,-0.0012000000569969416,1,0.0010000000474974513,-0.0012000000569969416,1,0.0010999999940395355,-0.002400000113993883,1,0.0013000000035390258,-0.0012000000569969416,1,0.0010999999940395355,-0.002400000113993883,1,0.00139999995008111,-0.002199999988079071,1,0.0013000000035390258,0.0006000000284984708,1,0.0012000000569969416,0.0005000000237487257,1,0.0012000000569969416,-0.0003000000142492354,1,0.0013000000035390258,0.0006000000284984708,1,0.0012000000569969416,-0.0003000000142492354,1,0.0013000000035390258,-0.00039999998989515007,1,0.0012000000569969416,0.0005000000237487257,1,0.0010000000474974513,0.0003000000142492354,1,0.0010000000474974513,-0.0003000000142492354,1,0.0012000000569969416,0.0005000000237487257,1,0.0010000000474974513,-0.0003000000142492354,1,0.0012000000569969416,-0.0003000000142492354,1,0.0013000000035390258,-0.00039999998989515007,1,0.0012000000569969416,-0.0003000000142492354,1,0.0013000000035390258,-0.0012000000569969416,1,0.0013000000035390258,-0.00039999998989515007,1,0.0013000000035390258,-0.0012000000569969416,1,0.00139999995008111,-0.0012000000569969416,1,0.0012000000569969416,-0.0003000000142492354,1,0.0010000000474974513,-0.0003000000142492354,1,0.0010000000474974513,-0.0012000000569969416,1,0.0012000000569969416,-0.0003000000142492354,1,0.0010000000474974513,-0.0012000000569969416,1,0.0013000000035390258,-0.0012000000569969416,1,0.0013000000035390258,-0.00800000037997961,1,0.001500000013038516,-0.00839999970048666,1,0.0010000000474974513,-0.005900000222027302,1,0.0013000000035390258,-0.00800000037997961,1,0.0010000000474974513,-0.005900000222027302,1,0.00009999999747378752,-0.007400000002235174,1,0.0020000000949949026,-0.010400000028312206,0.9998999834060669,0.002099999925121665,-0.010999999940395355,0.9998999834060669,0.001500000013038516,-0.00839999970048666,1,0.0020000000949949026,-0.010400000028312206,0.9998999834060669,0.001500000013038516,-0.00839999970048666,1,0.0013000000035390258,-0.00800000037997961,1,0.001500000013038516,-0.00839999970048666,1,0.0017000000225380063,-0.008100000210106373,1,0.0013000000035390258,-0.004699999932199717,1,0.001500000013038516,-0.00839999970048666,1,0.0013000000035390258,-0.004699999932199717,1,0.0010000000474974513,-0.005900000222027302,1,0.002099999925121665,-0.010999999940395355,0.9998999834060669,0.002400000113993883,-0.012000000104308128,0.9998999834060669,0.0017000000225380063,-0.008100000210106373,1,0.002099999925121665,-0.010999999940395355,0.9998999834060669,0.0017000000225380063,-0.008100000210106373,1,0.001500000013038516,-0.00839999970048666,1,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.0026000000070780516,-0.00839999970048666,1,0.0026000000070780516,-0.007199999876320362,1,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.0026000000070780516,-0.007199999876320362,1,0.0026000000070780516,-0.009499999694526196,1,0.0026000000070780516,-0.009499999694526196,1,0.0026000000070780516,-0.007199999876320362,1,0.0026000000070780516,-0.0066999997943639755,1,0.0026000000070780516,-0.009499999694526196,1,0.0026000000070780516,-0.0066999997943639755,1,0.0027000000700354576,-0.009200000204145908,1,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.0026000000070780516,-0.009499999694526196,1,0.002099999925121665,-0.010999999940395355,0.9998999834060669,0.0024999999441206455,-0.010400000028312206,0.9998999834060669,0.002099999925121665,-0.010999999940395355,0.9998999834060669,0.0020000000949949026,-0.010400000028312206,0.9998999834060669,0.0026000000070780516,-0.009499999694526196,1,0.0027000000700354576,-0.009200000204145908,1,0.002400000113993883,-0.012000000104308128,0.9998999834060669,0.0026000000070780516,-0.009499999694526196,1,0.002400000113993883,-0.012000000104308128,0.9998999834060669,0.002099999925121665,-0.010999999940395355,0.9998999834060669,0.0024999999441206455,-0.00570000009611249,1,0.003800000064074993,-0.010499999858438969,0.9998999834060669,0.003100000089034438,-0.009700000286102295,0.9998999834060669,0.0024999999441206455,-0.00570000009611249,1,0.003100000089034438,-0.009700000286102295,0.9998999834060669,0.0026000000070780516,-0.006200000178068876,1,0.003100000089034438,-0.014499999582767487,0.9998999834060669,0.0027000000700354576,-0.013199999928474426,0.9998999834060669,0.003100000089034438,-0.009700000286102295,0.9998999834060669,0.003100000089034438,-0.014499999582767487,0.9998999834060669,0.003100000089034438,-0.009700000286102295,0.9998999834060669,0.003800000064074993,-0.010499999858438969,0.9998999834060669,0.0026000000070780516,-0.006200000178068876,1,0.003100000089034438,-0.009700000286102295,0.9998999834060669,0.0027000000700354576,-0.009200000204145908,1,0.0026000000070780516,-0.006200000178068876,1,0.0027000000700354576,-0.009200000204145908,1,0.0026000000070780516,-0.0066999997943639755,1,0.0027000000700354576,-0.013199999928474426,0.9998999834060669,0.002400000113993883,-0.012000000104308128,0.9998999834060669,0.0027000000700354576,-0.009200000204145908,1,0.0027000000700354576,-0.013199999928474426,0.9998999834060669,0.0027000000700354576,-0.009200000204145908,1,0.003100000089034438,-0.009700000286102295,0.9998999834060669,0.0015999999595806003,-0.003800000064074993,1,0.001500000013038516,-0.004100000020116568,1,0.0017999999690800905,-0.007199999876320362,1,0.0015999999595806003,-0.003800000064074993,1,0.0017999999690800905,-0.007199999876320362,1,0.0019000000320374966,-0.006599999964237213,1,0.001500000013038516,-0.004100000020116568,1,0.0013000000035390258,-0.004699999932199717,1,0.0017000000225380063,-0.008100000210106373,1,0.001500000013038516,-0.004100000020116568,1,0.0017000000225380063,-0.008100000210106373,1,0.0017999999690800905,-0.007199999876320362,1,0.0019000000320374966,-0.006599999964237213,1,0.0017999999690800905,-0.007199999876320362,1,0.0027000000700354576,-0.013199999928474426,0.9998999834060669,0.0019000000320374966,-0.006599999964237213,1,0.0027000000700354576,-0.013199999928474426,0.9998999834060669,0.003100000089034438,-0.014499999582767487,0.9998999834060669,0.0017999999690800905,-0.007199999876320362,1,0.0017000000225380063,-0.008100000210106373,1,0.002400000113993883,-0.012000000104308128,0.9998999834060669,0.0017999999690800905,-0.007199999876320362,1,0.002400000113993883,-0.012000000104308128,0.9998999834060669,0.0027000000700354576,-0.013199999928474426,0.9998999834060669,0.0026000000070780516,-0.00839999970048666,1,0.002199999988079071,-0.006099999882280827,1,0.002300000051036477,-0.006099999882280827,1,0.0026000000070780516,-0.00839999970048666,1,0.002300000051036477,-0.006099999882280827,1,0.0026000000070780516,-0.007199999876320362,1,0.002199999988079071,-0.006099999882280827,1,0.0019000000320374966,-0.004600000102072954,1,0.002099999925121665,-0.004600000102072954,1,0.002199999988079071,-0.006099999882280827,1,0.002099999925121665,-0.004600000102072954,1,0.002300000051036477,-0.006099999882280827,1,0.0026000000070780516,-0.007199999876320362,1,0.002300000051036477,-0.006099999882280827,1,0.002400000113993883,-0.00570000009611249,1,0.0026000000070780516,-0.007199999876320362,1,0.002400000113993883,-0.00570000009611249,1,0.0026000000070780516,-0.0066999997943639755,1,0.002300000051036477,-0.006099999882280827,1,0.002099999925121665,-0.004600000102072954,1,0.002199999988079071,-0.004399999976158142,1,0.002300000051036477,-0.006099999882280827,1,0.002199999988079071,-0.004399999976158142,1,0.002400000113993883,-0.00570000009611249,1,0.0017999999690800905,-0.0027000000700354576,1,0.0017999999690800905,0,1,0.0020000000949949026,0,1,0.0017999999690800905,-0.0027000000700354576,1,0.0020000000949949026,0,1,0.0020000000949949026,-0.0027000000700354576,1,0.0020000000949949026,-0.0027000000700354576,1,0.0020000000949949026,0,1,0.002099999925121665,0,1,0.0020000000949949026,-0.0027000000700354576,1,0.002099999925121665,0,1,0.002099999925121665,-0.0026000000070780516,1,0.0019000000320374966,-0.004600000102072954,1,0.0017999999690800905,-0.0027000000700354576,1,0.0020000000949949026,-0.0027000000700354576,1,0.0019000000320374966,-0.004600000102072954,1,0.0020000000949949026,-0.0027000000700354576,1,0.002099999925121665,-0.004600000102072954,1,0.002099999925121665,-0.004600000102072954,1,0.0020000000949949026,-0.0027000000700354576,1,0.002099999925121665,-0.0026000000070780516,1,0.002099999925121665,-0.004600000102072954,1,0.002099999925121665,-0.0026000000070780516,1,0.002199999988079071,-0.004399999976158142,1,0.002199999988079071,0,1,0.002199999988079071,-0.0024999999441206455,1,0.002199999988079071,-0.0026000000070780516,1,0.002199999988079071,0,1,0.002199999988079071,-0.0026000000070780516,1,0.002199999988079071,0,1,0.002199999988079071,-0.0024999999441206455,1,0.002199999988079071,-0.00419999985024333,1,0.002199999988079071,-0.00430000014603138,1,0.002199999988079071,-0.0024999999441206455,1,0.002199999988079071,-0.00430000014603138,1,0.002199999988079071,-0.0026000000070780516,1,0.002199999988079071,0,1,0.002199999988079071,-0.0026000000070780516,1,0.002099999925121665,-0.0026000000070780516,1,0.002199999988079071,0,1,0.002099999925121665,-0.0026000000070780516,1,0.002099999925121665,0,1,0.002199999988079071,-0.0026000000070780516,1,0.002199999988079071,-0.00430000014603138,1,0.002199999988079071,-0.004399999976158142,1,0.002199999988079071,-0.0026000000070780516,1,0.002199999988079071,-0.004399999976158142,1,0.002099999925121665,-0.0026000000070780516,1,0.002300000051036477,-0.005100000184029341,1,0.0024999999441206455,-0.00570000009611249,1,0.0026000000070780516,-0.006200000178068876,1,0.002300000051036477,-0.005100000184029341,1,0.0026000000070780516,-0.006200000178068876,1,0.002300000051036477,-0.005400000140070915,1,0.002300000051036477,-0.005400000140070915,1,0.0026000000070780516,-0.006200000178068876,1,0.0026000000070780516,-0.0066999997943639755,1,0.002300000051036477,-0.005400000140070915,1,0.0026000000070780516,-0.0066999997943639755,1,0.002400000113993883,-0.00570000009611249,1,0.002199999988079071,-0.00419999985024333,1,0.002300000051036477,-0.005100000184029341,1,0.002300000051036477,-0.005400000140070915,1,0.002199999988079071,-0.00419999985024333,1,0.002300000051036477,-0.005400000140070915,1,0.002199999988079071,-0.00430000014603138,1,0.002199999988079071,-0.00430000014603138,1,0.002300000051036477,-0.005400000140070915,1,0.002400000113993883,-0.00570000009611249,1,0.002199999988079071,-0.00430000014603138,1,0.002400000113993883,-0.00570000009611249,1,0.002199999988079071,-0.004399999976158142,1,0.0017999999690800905,0.0027000000700354576,1,0.0020000000949949026,0.0026000000070780516,1,0.0020000000949949026,0,1,0.0017999999690800905,0.0027000000700354576,1,0.0020000000949949026,0,1,0.0017999999690800905,0,1,0.0019000000320374966,0.004699999932199717,1,0.002099999925121665,0.004600000102072954,1,0.0020000000949949026,0.0026000000070780516,1,0.0019000000320374966,0.004699999932199717,1,0.0020000000949949026,0.0026000000070780516,1,0.0017999999690800905,0.0027000000700354576,1,0.0020000000949949026,0.0026000000070780516,1,0.002099999925121665,0.0026000000070780516,1,0.002099999925121665,0,1,0.0020000000949949026,0.0026000000070780516,1,0.002099999925121665,0,1,0.0020000000949949026,0,1,0.002099999925121665,0.004600000102072954,1,0.002099999925121665,0.004399999976158142,1,0.002099999925121665,0.0026000000070780516,1,0.002099999925121665,0.004600000102072954,1,0.002099999925121665,0.0026000000070780516,1,0.0020000000949949026,0.0026000000070780516,1,0.0024999999441206455,0.00839999970048666,1,0.002400000113993883,0.006899999920278788,1,0.002199999988079071,0.005900000222027302,1,0.0024999999441206455,0.00839999970048666,1,0.002199999988079071,0.005900000222027302,1,0.002099999925121665,0.006200000178068876,1,0.002400000113993883,0.006899999920278788,1,0.002300000051036477,0.006300000008195639,1,0.002199999988079071,0.00570000009611249,1,0.002400000113993883,0.006899999920278788,1,0.002199999988079071,0.00570000009611249,1,0.002199999988079071,0.005900000222027302,1,0.002099999925121665,0.006200000178068876,1,0.002199999988079071,0.005900000222027302,1,0.002099999925121665,0.004600000102072954,1,0.002099999925121665,0.006200000178068876,1,0.002099999925121665,0.004600000102072954,1,0.0019000000320374966,0.004699999932199717,1,0.002199999988079071,0.005900000222027302,1,0.002199999988079071,0.00570000009611249,1,0.002099999925121665,0.004399999976158142,1,0.002199999988079071,0.005900000222027302,1,0.002099999925121665,0.004399999976158142,1,0.002099999925121665,0.004600000102072954,1,0.002099999925121665,0.005400000140070915,1,0.002199999988079071,0.005499999970197678,1,0.002199999988079071,0.005900000222027302,1,0.002099999925121665,0.005400000140070915,1,0.002199999988079071,0.005900000222027302,1,0.0020000000949949026,0.00559999980032444,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.005499999970197678,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.005499999970197678,1,0.002099999925121665,0.005400000140070915,1,0.002199999988079071,0.005499999970197678,1,0.002199999988079071,0.00570000009611249,1,0.002300000051036477,0.006300000008195639,1,0.002199999988079071,0.005499999970197678,1,0.002300000051036477,0.006300000008195639,1,0.002199999988079071,0.005900000222027302,1,0.002199999988079071,0.00430000014603138,1,0.002099999925121665,0.004399999976158142,1,0.002199999988079071,0.00570000009611249,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.00570000009611249,1,0.002199999988079071,0.005499999970197678,1,0.002199999988079071,0,1,0.002199999988079071,0,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0,1,0.002099999925121665,0,1,0.002099999925121665,0.0026000000070780516,1,0.002199999988079071,0,1,0.002099999925121665,0.0026000000070780516,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.0026000000070780516,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.00430000014603138,1,0.002199999988079071,0.0026000000070780516,1,0.002099999925121665,0.0026000000070780516,1,0.002099999925121665,0.004399999976158142,1,0.002199999988079071,0.0026000000070780516,1,0.002099999925121665,0.004399999976158142,1,0.002199999988079071,0.00430000014603138,1,0.002400000113993883,0.00930000003427267,1,0.002300000051036477,0.007499999832361937,1,0.002400000113993883,0.006899999920278788,1,0.002400000113993883,0.00930000003427267,1,0.002400000113993883,0.006899999920278788,1,0.0024999999441206455,0.00839999970048666,1,0.002400000113993883,0.00930000003427267,1,0.0020000000949949026,0.00839999970048666,1,0.0020000000949949026,0.007300000172108412,1,0.002400000113993883,0.00930000003427267,1,0.0020000000949949026,0.007300000172108412,1,0.002300000051036477,0.007499999832361937,1,0.002300000051036477,0.007499999832361937,1,0.002199999988079071,0.006200000178068876,1,0.002300000051036477,0.006300000008195639,1,0.002300000051036477,0.007499999832361937,1,0.002300000051036477,0.006300000008195639,1,0.002400000113993883,0.006899999920278788,1,0.002300000051036477,0.007499999832361937,1,0.0020000000949949026,0.007300000172108412,1,0.002099999925121665,0.005900000222027302,1,0.002300000051036477,0.007499999832361937,1,0.002099999925121665,0.005900000222027302,1,0.002199999988079071,0.006200000178068876,1,0.001500000013038516,0.007400000002235174,1,0.00009999999747378752,0.0071000000461936,1,0.0012000000569969416,0.0044999998062849045,1,0.001500000013038516,0.007400000002235174,1,0.0012000000569969416,0.0044999998062849045,1,0.0015999999595806003,0.006099999882280827,1,0.0015999999595806003,0.006099999882280827,1,0.0012000000569969416,0.0044999998062849045,1,0.0015999999595806003,0.0035000001080334187,1,0.0015999999595806003,0.006099999882280827,1,0.0015999999595806003,0.0035000001080334187,1,0.0017999999690800905,0.004999999888241291,1,0.0020000000949949026,0.00839999970048666,1,0.001500000013038516,0.007400000002235174,1,0.0015999999595806003,0.006099999882280827,1,0.0020000000949949026,0.00839999970048666,1,0.0015999999595806003,0.006099999882280827,1,0.0020000000949949026,0.007300000172108412,1,0.0020000000949949026,0.007300000172108412,1,0.0015999999595806003,0.006099999882280827,1,0.0017999999690800905,0.004999999888241291,1,0.0020000000949949026,0.007300000172108412,1,0.0017999999690800905,0.004999999888241291,1,0.002099999925121665,0.005900000222027302,1,0.0020000000949949026,0.002899999963119626,1,0.0020000000949949026,0.003000000026077032,1,0.0020000000949949026,0.003599999938160181,1,0.0020000000949949026,0.002899999963119626,1,0.0020000000949949026,0.003599999938160181,1,0.0017999999690800905,0.003000000026077032,1,0.0020000000949949026,0.003000000026077032,1,0.0019000000320374966,0.0027000000700354576,1,0.0020000000949949026,0.004100000020116568,1,0.0020000000949949026,0.003000000026077032,1,0.0020000000949949026,0.004100000020116568,1,0.0020000000949949026,0.003599999938160181,1,0.0017999999690800905,0.003000000026077032,1,0.0020000000949949026,0.003599999938160181,1,0.0017999999690800905,0.004999999888241291,1,0.0017999999690800905,0.003000000026077032,1,0.0017999999690800905,0.004999999888241291,1,0.0015999999595806003,0.0035000001080334187,1,0.0020000000949949026,0.003599999938160181,1,0.0020000000949949026,0.004100000020116568,1,0.002099999925121665,0.005900000222027302,1,0.0020000000949949026,0.003599999938160181,1,0.002099999925121665,0.005900000222027302,1,0.0017999999690800905,0.004999999888241291,1,0.0020000000949949026,0.00559999980032444,1,0.002199999988079071,0.005900000222027302,1,0.002099999925121665,0.005100000184029341,1,0.0020000000949949026,0.00559999980032444,1,0.002099999925121665,0.005100000184029341,1,0.0017999999690800905,0.00419999985024333,1,0.002199999988079071,0.005900000222027302,1,0.002300000051036477,0.006300000008195639,1,0.002199999988079071,0.006200000178068876,1,0.002199999988079071,0.005900000222027302,1,0.002199999988079071,0.006200000178068876,1,0.002099999925121665,0.005100000184029341,1,0.0019000000320374966,0.0027000000700354576,1,0.0017999999690800905,0.00419999985024333,1,0.002099999925121665,0.005100000184029341,1,0.0019000000320374966,0.0027000000700354576,1,0.002099999925121665,0.005100000184029341,1,0.0020000000949949026,0.004100000020116568,1,0.0020000000949949026,0.004100000020116568,1,0.002099999925121665,0.005100000184029341,1,0.002199999988079071,0.006200000178068876,1,0.0020000000949949026,0.004100000020116568,1,0.002199999988079071,0.006200000178068876,1,0.002099999925121665,0.005900000222027302,1,0.00009999999747378752,0.0071000000461936,1,0.00019999999494757503,0.002400000113993883,1,0.0008999999845400453,0.0026000000070780516,1,0.00009999999747378752,0.0071000000461936,1,0.0008999999845400453,0.0026000000070780516,1,0.0012000000569969416,0.0044999998062849045,1,0.00019999999494757503,0.002400000113993883,1,0.00019999999494757503,0.0012000000569969416,1,0.0007999999797903001,0.00139999995008111,1,0.00019999999494757503,0.002400000113993883,1,0.0007999999797903001,0.00139999995008111,1,0.0008999999845400453,0.0026000000070780516,1,0.0012000000569969416,0.0044999998062849045,1,0.0008999999845400453,0.0026000000070780516,1,0.00139999995008111,0.002400000113993883,1,0.0012000000569969416,0.0044999998062849045,1,0.00139999995008111,0.002400000113993883,1,0.0015999999595806003,0.0035000001080334187,1,0.0008999999845400453,0.0026000000070780516,1,0.0007999999797903001,0.00139999995008111,1,0.0012000000569969416,0.0015999999595806003,1,0.0008999999845400453,0.0026000000070780516,1,0.0012000000569969416,0.0015999999595806003,1,0.00139999995008111,0.002400000113993883,1,0.00019999999494757503,0.0005000000237487257,1,0.00009999999747378752,0.00009999999747378752,1,0.0006000000284984708,0.00019999999494757503,1,0.00019999999494757503,0.0005000000237487257,1,0.0006000000284984708,0.00019999999494757503,1,0.000699999975040555,0.000699999975040555,1,0.000699999975040555,0.000699999975040555,1,0.0006000000284984708,0.00019999999494757503,1,0.0010000000474974513,0.0003000000142492354,1,0.000699999975040555,0.000699999975040555,1,0.0010000000474974513,0.0003000000142492354,1,0.0010999999940395355,0.0010000000474974513,1,0.00019999999494757503,0.0012000000569969416,1,0.00019999999494757503,0.0005000000237487257,1,0.000699999975040555,0.000699999975040555,1,0.00019999999494757503,0.0012000000569969416,1,0.000699999975040555,0.000699999975040555,1,0.0007999999797903001,0.00139999995008111,1,0.0007999999797903001,0.00139999995008111,1,0.000699999975040555,0.000699999975040555,1,0.0010999999940395355,0.0010000000474974513,1,0.0007999999797903001,0.00139999995008111,1,0.0010999999940395355,0.0010000000474974513,1,0.0012000000569969416,0.0015999999595806003,1,0.0013000000035390258,0.0006000000284984708,1,0.00139999995008111,0.001500000013038516,1,0.00139999995008111,0.0012000000569969416,1,0.0013000000035390258,0.0006000000284984708,1,0.00139999995008111,0.0012000000569969416,1,0.0012000000569969416,0.0005000000237487257,1,0.00139999995008111,0.001500000013038516,1,0.0015999999595806003,0.002099999925121665,1,0.001500000013038516,0.0017999999690800905,1,0.00139999995008111,0.001500000013038516,1,0.001500000013038516,0.0017999999690800905,1,0.00139999995008111,0.0012000000569969416,1,0.0012000000569969416,0.0005000000237487257,1,0.00139999995008111,0.0012000000569969416,1,0.0010999999940395355,0.0010000000474974513,1,0.0012000000569969416,0.0005000000237487257,1,0.0010999999940395355,0.0010000000474974513,1,0.0010000000474974513,0.0003000000142492354,1,0.00139999995008111,0.0012000000569969416,1,0.001500000013038516,0.0017999999690800905,1,0.0012000000569969416,0.0015999999595806003,1,0.00139999995008111,0.0012000000569969416,1,0.0012000000569969416,0.0015999999595806003,1,0.0010999999940395355,0.0010000000474974513,1,0.0017999999690800905,0.0024999999441206455,1,0.0020000000949949026,0.002899999963119626,1,0.0017999999690800905,0.003000000026077032,1,0.0017999999690800905,0.0024999999441206455,1,0.0017999999690800905,0.003000000026077032,1,0.0017000000225380063,0.002400000113993883,1,0.0017000000225380063,0.002400000113993883,1,0.0017999999690800905,0.003000000026077032,1,0.0015999999595806003,0.0035000001080334187,1,0.0017000000225380063,0.002400000113993883,1,0.0015999999595806003,0.0035000001080334187,1,0.00139999995008111,0.002400000113993883,1,0.0015999999595806003,0.002099999925121665,1,0.0017999999690800905,0.0024999999441206455,1,0.0017000000225380063,0.002400000113993883,1,0.0015999999595806003,0.002099999925121665,1,0.0017000000225380063,0.002400000113993883,1,0.001500000013038516,0.0017999999690800905,1,0.001500000013038516,0.0017999999690800905,1,0.0017000000225380063,0.002400000113993883,1,0.00139999995008111,0.002400000113993883,1,0.001500000013038516,0.0017999999690800905,1,0.00139999995008111,0.002400000113993883,1,0.0012000000569969416,0.0015999999595806003,1,-0.00139999995008111,-0.004699999932199717,1,-0.0012000000569969416,-0.002300000051036477,1,-0.002400000113993883,-0.001500000013038516,1,-0.00139999995008111,-0.004699999932199717,1,-0.002400000113993883,-0.001500000013038516,1,-0.003000000026077032,-0.0024999999441206455,1,-0.0012000000569969416,-0.002300000051036477,1,-0.0012000000569969416,-0.0012000000569969416,1,-0.0020000000949949026,-0.0007999999797903001,1,-0.0012000000569969416,-0.002300000051036477,1,-0.0020000000949949026,-0.0007999999797903001,1,-0.002400000113993883,-0.001500000013038516,1,-0.003000000026077032,-0.0024999999441206455,1,-0.002400000113993883,-0.001500000013038516,1,-0.01209999993443489,0.007000000216066837,0.9998999834060669,-0.003000000026077032,-0.0024999999441206455,1,-0.01209999993443489,0.007000000216066837,0.9998999834060669,-0.01549999974668026,0.016899999231100082,0.9997000098228455,-0.002400000113993883,-0.001500000013038516,1,-0.0020000000949949026,-0.0007999999797903001,1,-0.009700000286102295,0.003000000026077032,0.9998999834060669,-0.002400000113993883,-0.001500000013038516,1,-0.009700000286102295,0.003000000026077032,0.9998999834060669,-0.01209999993443489,0.007000000216066837,0.9998999834060669,-0.0010999999940395355,-0.0005000000237487257,1,-0.0010999999940395355,0,1,-0.0017999999690800905,0,1,-0.0010999999940395355,-0.0005000000237487257,1,-0.0017999999690800905,0,1,-0.0019000000320374966,-0.00039999998989515007,1,-0.0019000000320374966,-0.00039999998989515007,1,-0.0017999999690800905,0,1,-0.00800000037997961,0,1,-0.0019000000320374966,-0.00039999998989515007,1,-0.00800000037997961,0,1,-0.00839999970048666,0.0012000000569969416,1,-0.0012000000569969416,-0.0012000000569969416,1,-0.0010999999940395355,-0.0005000000237487257,1,-0.0019000000320374966,-0.00039999998989515007,1,-0.0012000000569969416,-0.0012000000569969416,1,-0.0019000000320374966,-0.00039999998989515007,1,-0.0020000000949949026,-0.0007999999797903001,1,-0.0020000000949949026,-0.0007999999797903001,1,-0.0019000000320374966,-0.00039999998989515007,1,-0.00839999970048666,0.0012000000569969416,1,-0.0020000000949949026,-0.0007999999797903001,1,-0.00839999970048666,0.0012000000569969416,1,-0.009700000286102295,0.003000000026077032,0.9998999834060669,-0.34630000591278076,0.0934000015258789,0.9334999918937683,-0.10119999945163727,0.026599999517202377,0.9944999814033508,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.34630000591278076,0.0934000015258789,0.9334999918937683,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.33719998598098755,0.0003000000142492354,0.9413999915122986,-0.36160001158714294,0.20229999721050262,0.910099983215332,-0.10989999771118164,0.060100000351667404,0.9921000003814697,-0.10119999945163727,0.026599999517202377,0.9944999814033508,-0.36160001158714294,0.20229999721050262,0.910099983215332,-0.10119999945163727,0.026599999517202377,0.9944999814033508,-0.34630000591278076,0.0934000015258789,0.9334999918937683,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.10119999945163727,0.026599999517202377,0.9944999814033508,-0.00839999970048666,0.0012000000569969416,1,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.00839999970048666,0.0012000000569969416,1,-0.00800000037997961,0,1,-0.10119999945163727,0.026599999517202377,0.9944999814033508,-0.10989999771118164,0.060100000351667404,0.9921000003814697,-0.009700000286102295,0.003000000026077032,0.9998999834060669,-0.10119999945163727,0.026599999517202377,0.9944999814033508,-0.009700000286102295,0.003000000026077032,0.9998999834060669,-0.00839999970048666,0.0012000000569969416,1,-0.2962999939918518,0.4966000020503998,0.8158000111579895,-0.10670000314712524,0.17890000343322754,0.9781000018119812,-0.11590000241994858,0.10849999636411667,0.9872999787330627,-0.2962999939918518,0.4966000020503998,0.8158000111579895,-0.11590000241994858,0.10849999636411667,0.9872999787330627,-0.3564999997615814,0.3391000032424927,0.8705999851226807,-0.11590000241994858,0.10849999636411667,0.9872999787330627,-0.10670000314712524,0.17890000343322754,0.9781000018119812,-0.01549999974668026,0.016899999231100082,0.9997000098228455,-0.11590000241994858,0.10849999636411667,0.9872999787330627,-0.01549999974668026,0.016899999231100082,0.9997000098228455,-0.01209999993443489,0.007000000216066837,0.9998999834060669,-0.3564999997615814,0.3391000032424927,0.8705999851226807,-0.11590000241994858,0.10849999636411667,0.9872999787330627,-0.10989999771118164,0.060100000351667404,0.9921000003814697,-0.3564999997615814,0.3391000032424927,0.8705999851226807,-0.10989999771118164,0.060100000351667404,0.9921000003814697,-0.36160001158714294,0.20229999721050262,0.910099983215332,-0.10989999771118164,0.060100000351667404,0.9921000003814697,-0.11590000241994858,0.10849999636411667,0.9872999787330627,-0.01209999993443489,0.007000000216066837,0.9998999834060669,-0.10989999771118164,0.060100000351667404,0.9921000003814697,-0.01209999993443489,0.007000000216066837,0.9998999834060669,-0.009700000286102295,0.003000000026077032,0.9998999834060669,-0.0010999999940395355,0.0005000000237487257,1,-0.0019000000320374966,0.00039999998989515007,1,-0.0017999999690800905,0,1,-0.0010999999940395355,0.0005000000237487257,1,-0.0017999999690800905,0,1,-0.0010999999940395355,0,1,-0.0012000000569969416,0.0012000000569969416,1,-0.002099999925121665,0.0007999999797903001,1,-0.0019000000320374966,0.00039999998989515007,1,-0.0012000000569969416,0.0012000000569969416,1,-0.0019000000320374966,0.00039999998989515007,1,-0.0010999999940395355,0.0005000000237487257,1,-0.0019000000320374966,0.00039999998989515007,1,-0.008500000461935997,-0.0010999999940395355,1,-0.00800000037997961,0,1,-0.0019000000320374966,0.00039999998989515007,1,-0.00800000037997961,0,1,-0.0017999999690800905,0,1,-0.002099999925121665,0.0007999999797903001,1,-0.00989999994635582,-0.003000000026077032,0.9998999834060669,-0.008500000461935997,-0.0010999999940395355,1,-0.002099999925121665,0.0007999999797903001,1,-0.008500000461935997,-0.0010999999940395355,1,-0.0019000000320374966,0.00039999998989515007,1,-0.00139999995008111,0.004699999932199717,1,-0.003100000089034438,0.002099999925121665,1,-0.0024999999441206455,0.0013000000035390258,1,-0.00139999995008111,0.004699999932199717,1,-0.0024999999441206455,0.0013000000035390258,1,-0.0012000000569969416,0.002300000051036477,1,-0.003100000089034438,0.002099999925121665,1,-0.015799999237060547,-0.017000000923871994,0.9997000098228455,-0.012299999594688416,-0.007000000216066837,0.9998999834060669,-0.003100000089034438,0.002099999925121665,1,-0.012299999594688416,-0.007000000216066837,0.9998999834060669,-0.0024999999441206455,0.0013000000035390258,1,-0.0012000000569969416,0.002300000051036477,1,-0.0024999999441206455,0.0013000000035390258,1,-0.002099999925121665,0.0007999999797903001,1,-0.0012000000569969416,0.002300000051036477,1,-0.002099999925121665,0.0007999999797903001,1,-0.0012000000569969416,0.0012000000569969416,1,-0.0024999999441206455,0.0013000000035390258,1,-0.012299999594688416,-0.007000000216066837,0.9998999834060669,-0.00989999994635582,-0.003000000026077032,0.9998999834060669,-0.0024999999441206455,0.0013000000035390258,1,-0.00989999994635582,-0.003000000026077032,0.9998999834060669,-0.002099999925121665,0.0007999999797903001,1,-0.3571000099182129,-0.33880001306533813,0.8705000281333923,-0.11630000174045563,-0.10790000110864639,0.9872999787330627,-0.10740000009536743,-0.17739999294281006,0.9782999753952026,-0.3571000099182129,-0.33880001306533813,0.8705000281333923,-0.10740000009536743,-0.17739999294281006,0.9782999753952026,-0.2969000041484833,-0.4964999854564667,0.8156999945640564,-0.3621000051498413,-0.20190000534057617,0.9100000262260437,-0.11020000278949738,-0.059700001031160355,0.9921000003814697,-0.11630000174045563,-0.10790000110864639,0.9872999787330627,-0.3621000051498413,-0.20190000534057617,0.9100000262260437,-0.11630000174045563,-0.10790000110864639,0.9872999787330627,-0.3571000099182129,-0.33880001306533813,0.8705000281333923,-0.11630000174045563,-0.10790000110864639,0.9872999787330627,-0.012299999594688416,-0.007000000216066837,0.9998999834060669,-0.015799999237060547,-0.017000000923871994,0.9997000098228455,-0.11630000174045563,-0.10790000110864639,0.9872999787330627,-0.015799999237060547,-0.017000000923871994,0.9997000098228455,-0.10740000009536743,-0.17739999294281006,0.9782999753952026,-0.11020000278949738,-0.059700001031160355,0.9921000003814697,-0.00989999994635582,-0.003000000026077032,0.9998999834060669,-0.012299999594688416,-0.007000000216066837,0.9998999834060669,-0.11020000278949738,-0.059700001031160355,0.9921000003814697,-0.012299999594688416,-0.007000000216066837,0.9998999834060669,-0.11630000174045563,-0.10790000110864639,0.9872999787330627,-0.33719998598098755,0.0003000000142492354,0.9413999915122986,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.1014999970793724,-0.02630000002682209,0.9944999814033508,-0.33719998598098755,0.0003000000142492354,0.9413999915122986,-0.1014999970793724,-0.02630000002682209,0.9944999814033508,-0.3465999960899353,-0.09290000051259995,0.9333999752998352,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.00800000037997961,0,1,-0.008500000461935997,-0.0010999999940395355,1,-0.09700000286102295,0.00009999999747378752,0.9952999949455261,-0.008500000461935997,-0.0010999999940395355,1,-0.1014999970793724,-0.02630000002682209,0.9944999814033508,-0.3465999960899353,-0.09290000051259995,0.9333999752998352,-0.1014999970793724,-0.02630000002682209,0.9944999814033508,-0.11020000278949738,-0.059700001031160355,0.9921000003814697,-0.3465999960899353,-0.09290000051259995,0.9333999752998352,-0.11020000278949738,-0.059700001031160355,0.9921000003814697,-0.3621000051498413,-0.20190000534057617,0.9100000262260437,-0.1014999970793724,-0.02630000002682209,0.9944999814033508,-0.008500000461935997,-0.0010999999940395355,1,-0.00989999994635582,-0.003000000026077032,0.9998999834060669,-0.1014999970793724,-0.02630000002682209,0.9944999814033508,-0.00989999994635582,-0.003000000026077032,0.9998999834060669,-0.11020000278949738,-0.059700001031160355,0.9921000003814697,-0.0017999999690800905,0.009399999864399433,1,-0.00419999985024333,0.001500000013038516,1,-0.003100000089034438,0.002099999925121665,1,-0.0017999999690800905,0.009399999864399433,1,-0.003100000089034438,0.002099999925121665,1,-0.00139999995008111,0.004699999932199717,1,-0.0038999998942017555,0.023499999195337296,0.9997000098228455,-0.00570000009611249,-0.0019000000320374966,1,-0.00419999985024333,0.001500000013038516,1,-0.0038999998942017555,0.023499999195337296,0.9997000098228455,-0.00419999985024333,0.001500000013038516,1,-0.0017999999690800905,0.009399999864399433,1,-0.00419999985024333,0.001500000013038516,1,-0.01899999938905239,-0.04830000177025795,0.9987000226974487,-0.015799999237060547,-0.017000000923871994,0.9997000098228455,-0.00419999985024333,0.001500000013038516,1,-0.015799999237060547,-0.017000000923871994,0.9997000098228455,-0.003100000089034438,0.002099999925121665,1,-0.00570000009611249,-0.0019000000320374966,1,-0.006000000052154064,-0.12839999794960022,0.9916999936103821,-0.01899999938905239,-0.04830000177025795,0.9987000226974487,-0.00570000009611249,-0.0019000000320374966,1,-0.01899999938905239,-0.04830000177025795,0.9987000226974487,-0.00419999985024333,0.001500000013038516,1,-0.005200000014156103,0.015200000256299973,0.9998999834060669,-0.002899999963119626,0.006200000178068876,1,0.007799999788403511,-0.012000000104308128,0.9998999834060669,-0.005200000014156103,0.015200000256299973,0.9998999834060669,0.007799999788403511,-0.012000000104308128,0.9998999834060669,0.0012000000569969416,-0.02500000037252903,0.9997000098228455,0.007799999788403511,-0.012000000104308128,0.9998999834060669,0.060600001364946365,-0.10589999705553055,0.9925000071525574,0.03999999910593033,-0.17010000348091125,0.9846000075340271,0.007799999788403511,-0.012000000104308128,0.9998999834060669,0.03999999910593033,-0.17010000348091125,0.9846000075340271,0.0012000000569969416,-0.02500000037252903,0.9997000098228455,-0.005200000014156103,0.015200000256299973,0.9998999834060669,0.0012000000569969416,-0.02500000037252903,0.9997000098228455,-0.00570000009611249,-0.0019000000320374966,1,-0.005200000014156103,0.015200000256299973,0.9998999834060669,-0.00570000009611249,-0.0019000000320374966,1,-0.0038999998942017555,0.023499999195337296,0.9997000098228455,0.0012000000569969416,-0.02500000037252903,0.9997000098228455,0.03999999910593033,-0.17010000348091125,0.9846000075340271,-0.006000000052154064,-0.12839999794960022,0.9916999936103821,0.0012000000569969416,-0.02500000037252903,0.9997000098228455,-0.006000000052154064,-0.12839999794960022,0.9916999936103821,-0.00570000009611249,-0.0019000000320374966,1,0.18729999661445618,-0.7457000017166138,0.6394000053405762,0.11270000040531158,-0.4269999861717224,0.8971999883651733,0.20360000431537628,-0.36250001192092896,0.909500002861023,0.18729999661445618,-0.7457000017166138,0.6394000053405762,0.20360000431537628,-0.36250001192092896,0.909500002861023,0.38960000872612,-0.6746000051498413,0.6269999742507935,-0.006899999920278788,-0.7324000000953674,0.6808000206947327,0.005900000222027302,-0.3962000012397766,0.9182000160217285,0.11270000040531158,-0.4269999861717224,0.8971999883651733,-0.006899999920278788,-0.7324000000953674,0.6808000206947327,0.11270000040531158,-0.4269999861717224,0.8971999883651733,0.18729999661445618,-0.7457000017166138,0.6394000053405762,0.11270000040531158,-0.4269999861717224,0.8971999883651733,0.03999999910593033,-0.17010000348091125,0.9846000075340271,0.060600001364946365,-0.10589999705553055,0.9925000071525574,0.11270000040531158,-0.4269999861717224,0.8971999883651733,0.060600001364946365,-0.10589999705553055,0.9925000071525574,0.20360000431537628,-0.36250001192092896,0.909500002861023,0.005900000222027302,-0.3962000012397766,0.9182000160217285,-0.006000000052154064,-0.12839999794960022,0.9916999936103821,0.03999999910593033,-0.17010000348091125,0.9846000075340271,0.005900000222027302,-0.3962000012397766,0.9182000160217285,0.03999999910593033,-0.17010000348091125,0.9846000075340271,0.11270000040531158,-0.4269999861717224,0.8971999883651733,-0.2969000041484833,-0.4964999854564667,0.8156999945640564,-0.10740000009536743,-0.17739999294281006,0.9782999753952026,-0.07329999655485153,-0.28049999475479126,0.9570000171661377,-0.2969000041484833,-0.4964999854564667,0.8156999945640564,-0.07329999655485153,-0.28049999475479126,0.9570000171661377,-0.17440000176429749,-0.6445000171661377,0.7444000244140625,-0.10740000009536743,-0.17739999294281006,0.9782999753952026,-0.015799999237060547,-0.017000000923871994,0.9997000098228455,-0.01899999938905239,-0.04830000177025795,0.9987000226974487,-0.10740000009536743,-0.17739999294281006,0.9782999753952026,-0.01899999938905239,-0.04830000177025795,0.9987000226974487,-0.07329999655485153,-0.28049999475479126,0.9570000171661377,-0.17440000176429749,-0.6445000171661377,0.7444000244140625,-0.07329999655485153,-0.28049999475479126,0.9570000171661377,0.005900000222027302,-0.3962000012397766,0.9182000160217285,-0.17440000176429749,-0.6445000171661377,0.7444000244140625,0.005900000222027302,-0.3962000012397766,0.9182000160217285,-0.006899999920278788,-0.7324000000953674,0.6808000206947327,-0.07329999655485153,-0.28049999475479126,0.9570000171661377,-0.01899999938905239,-0.04830000177025795,0.9987000226974487,-0.006000000052154064,-0.12839999794960022,0.9916999936103821,-0.07329999655485153,-0.28049999475479126,0.9570000171661377,-0.006000000052154064,-0.12839999794960022,0.9916999936103821,0.005900000222027302,-0.3962000012397766,0.9182000160217285,-0.002899999963119626,0.006200000178068876,1,-0.0024999999441206455,0.005400000140070915,1,0.006200000178068876,-0.0027000000700354576,1,-0.002899999963119626,0.006200000178068876,1,0.006200000178068876,-0.0027000000700354576,1,0.007799999788403511,-0.012000000104308128,0.9998999834060669,-0.0024999999441206455,0.005400000140070915,1,-0.002400000113993883,0.0044999998062849045,1,0.004800000227987766,0.0005000000237487257,1,-0.0024999999441206455,0.005400000140070915,1,0.004800000227987766,0.0005000000237487257,1,0.006200000178068876,-0.0027000000700354576,1,0.007799999788403511,-0.012000000104308128,0.9998999834060669,0.006200000178068876,-0.0027000000700354576,1,0.05979999899864197,-0.05469999834895134,0.9966999888420105,0.007799999788403511,-0.012000000104308128,0.9998999834060669,0.05979999899864197,-0.05469999834895134,0.9966999888420105,0.060600001364946365,-0.10589999705553055,0.9925000071525574,0.006200000178068876,-0.0027000000700354576,1,0.004800000227987766,0.0005000000237487257,1,0.053599998354911804,-0.026799999177455902,0.998199999332428,0.006200000178068876,-0.0027000000700354576,1,0.053599998354911804,-0.026799999177455902,0.998199999332428,0.05979999899864197,-0.05469999834895134,0.9966999888420105,-0.0024999999441206455,0.0027000000700354576,1,-0.0026000000070780516,0,1,0.003599999938160181,0,1,-0.0024999999441206455,0.0027000000700354576,1,0.003599999938160181,0,1,0.0038999998942017555,0.0010999999940395355,1,0.0038999998942017555,0.0010999999940395355,1,0.003599999938160181,0,1,0.04580000042915344,-0.00009999999747378752,0.9990000128746033,0.0038999998942017555,0.0010999999940395355,1,0.04580000042915344,-0.00009999999747378752,0.9990000128746033,0.04820000007748604,-0.010700000450015068,0.9987999796867371,-0.002400000113993883,0.0044999998062849045,1,-0.0024999999441206455,0.0027000000700354576,1,0.0038999998942017555,0.0010999999940395355,1,-0.002400000113993883,0.0044999998062849045,1,0.0038999998942017555,0.0010999999940395355,1,0.004800000227987766,0.0005000000237487257,1,0.004800000227987766,0.0005000000237487257,1,0.0038999998942017555,0.0010999999940395355,1,0.04820000007748604,-0.010700000450015068,0.9987999796867371,0.004800000227987766,0.0005000000237487257,1,0.04820000007748604,-0.010700000450015068,0.9987999796867371,0.053599998354911804,-0.026799999177455902,0.998199999332428,0.6559000015258789,-0.17890000343322754,0.733299970626831,0.2777000069618225,-0.0746999979019165,0.9577999711036682,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.6559000015258789,-0.17890000343322754,0.733299970626831,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.6517000198364258,-0.0006000000284984708,0.7584999799728394,0.6312999725341797,-0.35839998722076416,0.6877999901771545,0.28439998626708984,-0.16120000183582306,0.9449999928474426,0.2777000069618225,-0.0746999979019165,0.9577999711036682,0.6312999725341797,-0.35839998722076416,0.6877999901771545,0.2777000069618225,-0.0746999979019165,0.9577999711036682,0.6559000015258789,-0.17890000343322754,0.733299970626831,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.2777000069618225,-0.0746999979019165,0.9577999711036682,0.04820000007748604,-0.010700000450015068,0.9987999796867371,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.04820000007748604,-0.010700000450015068,0.9987999796867371,0.04580000042915344,-0.00009999999747378752,0.9990000128746033,0.2777000069618225,-0.0746999979019165,0.9577999711036682,0.28439998626708984,-0.16120000183582306,0.9449999928474426,0.053599998354911804,-0.026799999177455902,0.998199999332428,0.2777000069618225,-0.0746999979019165,0.9577999711036682,0.053599998354911804,-0.026799999177455902,0.998199999332428,0.04820000007748604,-0.010700000450015068,0.9987999796867371,0.38960000872612,-0.6746000051498413,0.6269999742507935,0.20360000431537628,-0.36250001192092896,0.909500002861023,0.2651999890804291,-0.2606000006198883,0.9283000230789185,0.38960000872612,-0.6746000051498413,0.6269999742507935,0.2651999890804291,-0.2606000006198883,0.9283000230789185,0.5475999712944031,-0.5310999751091003,0.6467000246047974,0.2651999890804291,-0.2606000006198883,0.9283000230789185,0.20360000431537628,-0.36250001192092896,0.909500002861023,0.060600001364946365,-0.10589999705553055,0.9925000071525574,0.2651999890804291,-0.2606000006198883,0.9283000230789185,0.060600001364946365,-0.10589999705553055,0.9925000071525574,0.05979999899864197,-0.05469999834895134,0.9966999888420105,0.5475999712944031,-0.5310999751091003,0.6467000246047974,0.2651999890804291,-0.2606000006198883,0.9283000230789185,0.28439998626708984,-0.16120000183582306,0.9449999928474426,0.5475999712944031,-0.5310999751091003,0.6467000246047974,0.28439998626708984,-0.16120000183582306,0.9449999928474426,0.6312999725341797,-0.35839998722076416,0.6877999901771545,0.28439998626708984,-0.16120000183582306,0.9449999928474426,0.2651999890804291,-0.2606000006198883,0.9283000230789185,0.05979999899864197,-0.05469999834895134,0.9966999888420105,0.28439998626708984,-0.16120000183582306,0.9449999928474426,0.05979999899864197,-0.05469999834895134,0.9966999888420105,0.053599998354911804,-0.026799999177455902,0.998199999332428,-0.0024999999441206455,-0.0027000000700354576,1,0.004000000189989805,-0.0010999999940395355,1,0.003599999938160181,0,1,-0.0024999999441206455,-0.0027000000700354576,1,0.003599999938160181,0,1,-0.0026000000070780516,0,1,-0.002400000113993883,-0.004399999976158142,1,0.004999999888241291,-0.00039999998989515007,1,0.004000000189989805,-0.0010999999940395355,1,-0.002400000113993883,-0.004399999976158142,1,0.004000000189989805,-0.0010999999940395355,1,-0.0024999999441206455,-0.0027000000700354576,1,0.004000000189989805,-0.0010999999940395355,1,0.04839999973773956,0.010499999858438969,0.9987999796867371,0.04580000042915344,-0.00009999999747378752,0.9990000128746033,0.004000000189989805,-0.0010999999940395355,1,0.04580000042915344,-0.00009999999747378752,0.9990000128746033,0.003599999938160181,0,1,0.004999999888241291,-0.00039999998989515007,1,0.05400000140070915,0.02669999934732914,0.998199999332428,0.04839999973773956,0.010499999858438969,0.9987999796867371,0.004999999888241291,-0.00039999998989515007,1,0.04839999973773956,0.010499999858438969,0.9987999796867371,0.004000000189989805,-0.0010999999940395355,1,-0.003000000026077032,-0.006000000052154064,1,0.007899999618530273,0.012900000438094139,0.9998999834060669,0.006399999838322401,0.003100000089034438,1,-0.003000000026077032,-0.006000000052154064,1,0.006399999838322401,0.003100000089034438,1,-0.0024999999441206455,-0.0052999998442828655,1,0.007899999618530273,0.012900000438094139,0.9998999834060669,0.06069999933242798,0.1062999963760376,0.9925000071525574,0.06019999831914902,0.05480000004172325,0.9966999888420105,0.007899999618530273,0.012900000438094139,0.9998999834060669,0.06019999831914902,0.05480000004172325,0.9966999888420105,0.006399999838322401,0.003100000089034438,1,-0.0024999999441206455,-0.0052999998442828655,1,0.006399999838322401,0.003100000089034438,1,0.004999999888241291,-0.00039999998989515007,1,-0.0024999999441206455,-0.0052999998442828655,1,0.004999999888241291,-0.00039999998989515007,1,-0.002400000113993883,-0.004399999976158142,1,0.006399999838322401,0.003100000089034438,1,0.06019999831914902,0.05480000004172325,0.9966999888420105,0.05400000140070915,0.02669999934732914,0.998199999332428,0.006399999838322401,0.003100000089034438,1,0.05400000140070915,0.02669999934732914,0.998199999332428,0.004999999888241291,-0.00039999998989515007,1,0.5468999743461609,0.5315999984741211,0.6467000246047974,0.26489999890327454,0.26010000705718994,0.9284999966621399,0.20270000398159027,0.3619000017642975,0.9099000096321106,0.5468999743461609,0.5315999984741211,0.6467000246047974,0.20270000398159027,0.3619000017642975,0.9099000096321106,0.38850000500679016,0.6753000020980835,0.6269999742507935,0.6312000155448914,0.358599990606308,0.6877999901771545,0.2847000062465668,0.16099999845027924,0.9449999928474426,0.26489999890327454,0.26010000705718994,0.9284999966621399,0.6312000155448914,0.358599990606308,0.6877999901771545,0.26489999890327454,0.26010000705718994,0.9284999966621399,0.5468999743461609,0.5315999984741211,0.6467000246047974,0.26489999890327454,0.26010000705718994,0.9284999966621399,0.06019999831914902,0.05480000004172325,0.9966999888420105,0.06069999933242798,0.1062999963760376,0.9925000071525574,0.26489999890327454,0.26010000705718994,0.9284999966621399,0.06069999933242798,0.1062999963760376,0.9925000071525574,0.20270000398159027,0.3619000017642975,0.9099000096321106,0.2847000062465668,0.16099999845027924,0.9449999928474426,0.05400000140070915,0.02669999934732914,0.998199999332428,0.06019999831914902,0.05480000004172325,0.9966999888420105,0.2847000062465668,0.16099999845027924,0.9449999928474426,0.06019999831914902,0.05480000004172325,0.9966999888420105,0.26489999890327454,0.26010000705718994,0.9284999966621399,0.6517000198364258,-0.0006000000284984708,0.7584999799728394,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.27799999713897705,0.07429999858140945,0.9577000141143799,0.6517000198364258,-0.0006000000284984708,0.7584999799728394,0.27799999713897705,0.07429999858140945,0.9577000141143799,0.6560999751091003,0.17839999496936798,0.733299970626831,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.04580000042915344,-0.00009999999747378752,0.9990000128746033,0.04839999973773956,0.010499999858438969,0.9987999796867371,0.2671999931335449,-0.00039999998989515007,0.9635999798774719,0.04839999973773956,0.010499999858438969,0.9987999796867371,0.27799999713897705,0.07429999858140945,0.9577000141143799,0.6560999751091003,0.17839999496936798,0.733299970626831,0.27799999713897705,0.07429999858140945,0.9577000141143799,0.2847000062465668,0.16099999845027924,0.9449999928474426,0.6560999751091003,0.17839999496936798,0.733299970626831,0.2847000062465668,0.16099999845027924,0.9449999928474426,0.6312000155448914,0.358599990606308,0.6877999901771545,0.27799999713897705,0.07429999858140945,0.9577000141143799,0.04839999973773956,0.010499999858438969,0.9987999796867371,0.05400000140070915,0.02669999934732914,0.998199999332428,0.27799999713897705,0.07429999858140945,0.9577000141143799,0.05400000140070915,0.02669999934732914,0.998199999332428,0.2847000062465668,0.16099999845027924,0.9449999928474426,-0.004399999976158142,-0.013500000350177288,0.9998999834060669,0.0017000000225380063,0.026100000366568565,0.9997000098228455,0.007899999618530273,0.012900000438094139,0.9998999834060669,-0.004399999976158142,-0.013500000350177288,0.9998999834060669,0.007899999618530273,0.012900000438094139,0.9998999834060669,-0.003000000026077032,-0.006000000052154064,1,-0.004399999976158142,-0.013500000350177288,0.9998999834060669,-0.003100000089034438,-0.017899999395012856,0.9998000264167786,-0.005400000140070915,0.0038999998942017555,1,-0.004399999976158142,-0.013500000350177288,0.9998999834060669,-0.005400000140070915,0.0038999998942017555,1,0.0017000000225380063,0.026100000366568565,0.9997000098228455,0.0017000000225380063,0.026100000366568565,0.9997000098228455,0.03750000149011612,0.16850000619888306,0.9850000143051147,0.06069999933242798,0.1062999963760376,0.9925000071525574,0.0017000000225380063,0.026100000366568565,0.9997000098228455,0.06069999933242798,0.1062999963760376,0.9925000071525574,0.007899999618530273,0.012900000438094139,0.9998999834060669,0.0017000000225380063,0.026100000366568565,0.9997000098228455,-0.005400000140070915,0.0038999998942017555,1,-0.007199999876320362,0.12540000677108765,0.9921000003814697,0.0017000000225380063,0.026100000366568565,0.9997000098228455,-0.007199999876320362,0.12540000677108765,0.9921000003814697,0.03750000149011612,0.16850000619888306,0.9850000143051147,-0.0017999999690800905,-0.009200000204145908,1,-0.00139999995008111,-0.004699999932199717,1,-0.003000000026077032,-0.0024999999441206455,1,-0.0017999999690800905,-0.009200000204145908,1,-0.003000000026077032,-0.0024999999441206455,1,-0.00419999985024333,-0.002400000113993883,1,-0.00419999985024333,-0.002400000113993883,1,-0.003000000026077032,-0.0024999999441206455,1,-0.01549999974668026,0.016899999231100082,0.9997000098228455,-0.00419999985024333,-0.002400000113993883,1,-0.01549999974668026,0.016899999231100082,0.9997000098228455,-0.01899999938905239,0.04800000041723251,0.9987000226974487,-0.003100000089034438,-0.017899999395012856,0.9998000264167786,-0.0017999999690800905,-0.009200000204145908,1,-0.00419999985024333,-0.002400000113993883,1,-0.003100000089034438,-0.017899999395012856,0.9998000264167786,-0.00419999985024333,-0.002400000113993883,1,-0.005400000140070915,0.0038999998942017555,1,-0.005400000140070915,0.0038999998942017555,1,-0.00419999985024333,-0.002400000113993883,1,-0.01899999938905239,0.04800000041723251,0.9987000226974487,-0.005400000140070915,0.0038999998942017555,1,-0.01899999938905239,0.04800000041723251,0.9987000226974487,-0.007199999876320362,0.12540000677108765,0.9921000003814697,-0.17430000007152557,0.6445000171661377,0.7444999814033508,-0.07259999960660934,0.2824999988079071,0.9564999938011169,-0.10670000314712524,0.17890000343322754,0.9781000018119812,-0.17430000007152557,0.6445000171661377,0.7444999814033508,-0.10670000314712524,0.17890000343322754,0.9781000018119812,-0.2962999939918518,0.4966000020503998,0.8158000111579895,-0.007199999876320362,0.7324000000953674,0.6808000206947327,0.005400000140070915,0.3953999876976013,0.9185000061988831,-0.07259999960660934,0.2824999988079071,0.9564999938011169,-0.007199999876320362,0.7324000000953674,0.6808000206947327,-0.07259999960660934,0.2824999988079071,0.9564999938011169,-0.17430000007152557,0.6445000171661377,0.7444999814033508,-0.10670000314712524,0.17890000343322754,0.9781000018119812,-0.07259999960660934,0.2824999988079071,0.9564999938011169,-0.01899999938905239,0.04800000041723251,0.9987000226974487,-0.10670000314712524,0.17890000343322754,0.9781000018119812,-0.01899999938905239,0.04800000041723251,0.9987000226974487,-0.01549999974668026,0.016899999231100082,0.9997000098228455,-0.07259999960660934,0.2824999988079071,0.9564999938011169,0.005400000140070915,0.3953999876976013,0.9185000061988831,-0.007199999876320362,0.12540000677108765,0.9921000003814697,-0.07259999960660934,0.2824999988079071,0.9564999938011169,-0.007199999876320362,0.12540000677108765,0.9921000003814697,-0.01899999938905239,0.04800000041723251,0.9987000226974487,0.38850000500679016,0.6753000020980835,0.6269999742507935,0.20270000398159027,0.3619000017642975,0.9099000096321106,0.11060000211000443,0.42590001225471497,0.8980000019073486,0.38850000500679016,0.6753000020980835,0.6269999742507935,0.11060000211000443,0.42590001225471497,0.8980000019073486,0.18649999797344208,0.7458999752998352,0.6394000053405762,0.20270000398159027,0.3619000017642975,0.9099000096321106,0.06069999933242798,0.1062999963760376,0.9925000071525574,0.03750000149011612,0.16850000619888306,0.9850000143051147,0.20270000398159027,0.3619000017642975,0.9099000096321106,0.03750000149011612,0.16850000619888306,0.9850000143051147,0.11060000211000443,0.42590001225471497,0.8980000019073486,0.18649999797344208,0.7458999752998352,0.6394000053405762,0.11060000211000443,0.42590001225471497,0.8980000019073486,0.005400000140070915,0.3953999876976013,0.9185000061988831,0.18649999797344208,0.7458999752998352,0.6394000053405762,0.005400000140070915,0.3953999876976013,0.9185000061988831,-0.007199999876320362,0.7324000000953674,0.6808000206947327,0.005400000140070915,0.3953999876976013,0.9185000061988831,0.11060000211000443,0.42590001225471497,0.8980000019073486,0.03750000149011612,0.16850000619888306,0.9850000143051147,0.005400000140070915,0.3953999876976013,0.9185000061988831,0.03750000149011612,0.16850000619888306,0.9850000143051147,-0.007199999876320362,0.12540000677108765,0.9921000003814697,0.0013000000035390258,-0.00039999998989515007,1,0.002300000051036477,-0.00009999999747378752,1,0.002300000051036477,0.000699999975040555,1,0.0013000000035390258,-0.00039999998989515007,1,0.002300000051036477,0.000699999975040555,1,0.0013000000035390258,0.0006000000284984708,1,0.00139999995008111,-0.0012000000569969416,1,0.0026000000070780516,-0.000699999975040555,1,0.002300000051036477,-0.00009999999747378752,1,0.00139999995008111,-0.0012000000569969416,1,0.002300000051036477,-0.00009999999747378752,1,0.0013000000035390258,-0.00039999998989515007,1,0.002300000051036477,-0.00009999999747378752,1,0.011300000362098217,0.002099999925121665,0.9998999834060669,0.011300000362098217,0.0007999999797903001,0.9998999834060669,0.002300000051036477,-0.00009999999747378752,1,0.011300000362098217,0.0007999999797903001,0.9998999834060669,0.002300000051036477,0.000699999975040555,1,0.0026000000070780516,-0.000699999975040555,1,0.012900000438094139,0.004600000102072954,0.9998999834060669,0.011300000362098217,0.002099999925121665,0.9998999834060669,0.0026000000070780516,-0.000699999975040555,1,0.011300000362098217,0.002099999925121665,0.9998999834060669,0.002300000051036477,-0.00009999999747378752,1,0.0015999999595806003,-0.003800000064074993,1,0.003700000001117587,-0.0006000000284984708,1,0.003100000089034438,-0.0008999999845400453,1,0.0015999999595806003,-0.003800000064074993,1,0.003100000089034438,-0.0008999999845400453,1,0.001500000013038516,-0.002199999988079071,1,0.003700000001117587,-0.0006000000284984708,1,0.019099999219179153,0.023399999365210533,0.9994999766349792,0.015599999576807022,0.010200000368058681,0.9998000264167786,0.003700000001117587,-0.0006000000284984708,1,0.015599999576807022,0.010200000368058681,0.9998000264167786,0.003100000089034438,-0.0008999999845400453,1,0.001500000013038516,-0.002199999988079071,1,0.003100000089034438,-0.0008999999845400453,1,0.0026000000070780516,-0.000699999975040555,1,0.001500000013038516,-0.002199999988079071,1,0.0026000000070780516,-0.000699999975040555,1,0.00139999995008111,-0.0012000000569969416,1,0.003100000089034438,-0.0008999999845400453,1,0.015599999576807022,0.010200000368058681,0.9998000264167786,0.012900000438094139,0.004600000102072954,0.9998999834060669,0.003100000089034438,-0.0008999999845400453,1,0.012900000438094139,0.004600000102072954,0.9998999834060669,0.0026000000070780516,-0.000699999975040555,1,0.4138000011444092,0.4059999883174896,0.8148000240325928,0.1446000039577484,0.13940000534057617,0.9796000123023987,0.12710000574588776,0.2176000028848648,0.9677000045776367,0.4138000011444092,0.4059999883174896,0.8148000240325928,0.12710000574588776,0.2176000028848648,0.9677000045776367,0.32839998602867126,0.5633000135421753,0.7581999897956848,0.4377000033855438,0.25440001487731934,0.8623999953269958,0.14190000295639038,0.08049999922513962,0.9865999817848206,0.1446000039577484,0.13940000534057617,0.9796000123023987,0.4377000033855438,0.25440001487731934,0.8623999953269958,0.1446000039577484,0.13940000534057617,0.9796000123023987,0.4138000011444092,0.4059999883174896,0.8148000240325928,0.1446000039577484,0.13940000534057617,0.9796000123023987,0.015599999576807022,0.010200000368058681,0.9998000264167786,0.019099999219179153,0.023399999365210533,0.9994999766349792,0.1446000039577484,0.13940000534057617,0.9796000123023987,0.019099999219179153,0.023399999365210533,0.9994999766349792,0.12710000574588776,0.2176000028848648,0.9677000045776367,0.14190000295639038,0.08049999922513962,0.9865999817848206,0.012900000438094139,0.004600000102072954,0.9998999834060669,0.015599999576807022,0.010200000368058681,0.9998000264167786,0.14190000295639038,0.08049999922513962,0.9865999817848206,0.015599999576807022,0.010200000368058681,0.9998000264167786,0.1446000039577484,0.13940000534057617,0.9796000123023987,0.44620001316070557,0.0008999999845400453,0.8949000239372253,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.1347000002861023,0.03720000013709068,0.9901999831199646,0.44620001316070557,0.0008999999845400453,0.8949000239372253,0.1347000002861023,0.03720000013709068,0.9901999831199646,0.4359000027179718,0.12309999763965607,0.8914999961853027,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.011300000362098217,0.0007999999797903001,0.9998999834060669,0.011300000362098217,0.002099999925121665,0.9998999834060669,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.011300000362098217,0.002099999925121665,0.9998999834060669,0.1347000002861023,0.03720000013709068,0.9901999831199646,0.4359000027179718,0.12309999763965607,0.8914999961853027,0.1347000002861023,0.03720000013709068,0.9901999831199646,0.14190000295639038,0.08049999922513962,0.9865999817848206,0.4359000027179718,0.12309999763965607,0.8914999961853027,0.14190000295639038,0.08049999922513962,0.9865999817848206,0.4377000033855438,0.25440001487731934,0.8623999953269958,0.1347000002861023,0.03720000013709068,0.9901999831199646,0.011300000362098217,0.002099999925121665,0.9998999834060669,0.012900000438094139,0.004600000102072954,0.9998999834060669,0.1347000002861023,0.03720000013709068,0.9901999831199646,0.012900000438094139,0.004600000102072954,0.9998999834060669,0.14190000295639038,0.08049999922513962,0.9865999817848206,0.0019000000320374966,-0.006599999964237213,1,0.004600000102072954,0.002199999988079071,1,0.003700000001117587,-0.0006000000284984708,1,0.0019000000320374966,-0.006599999964237213,1,0.003700000001117587,-0.0006000000284984708,1,0.0015999999595806003,-0.003800000064074993,1,0.003100000089034438,-0.014499999582767487,0.9998999834060669,0.004900000058114529,0.010900000110268593,0.9998999834060669,0.004600000102072954,0.002199999988079071,1,0.003100000089034438,-0.014499999582767487,0.9998999834060669,0.004600000102072954,0.002199999988079071,1,0.0019000000320374966,-0.006599999964237213,1,0.004600000102072954,0.002199999988079071,1,0.021400000900030136,0.05990000069141388,0.9980000257492065,0.019099999219179153,0.023399999365210533,0.9994999766349792,0.004600000102072954,0.002199999988079071,1,0.019099999219179153,0.023399999365210533,0.9994999766349792,0.003700000001117587,-0.0006000000284984708,1,0.004900000058114529,0.010900000110268593,0.9998999834060669,0.005200000014156103,0.14560000598430634,0.989300012588501,0.021400000900030136,0.05990000069141388,0.9980000257492065,0.004900000058114529,0.010900000110268593,0.9998999834060669,0.021400000900030136,0.05990000069141388,0.9980000257492065,0.004600000102072954,0.002199999988079071,1,0.003800000064074993,-0.010499999858438969,0.9998999834060669,0.0024999999441206455,-0.00570000009611249,1,-0.008500000461935997,0.012900000438094139,0.9998999834060669,0.003800000064074993,-0.010499999858438969,0.9998999834060669,-0.008500000461935997,0.012900000438094139,0.9998999834060669,-0.00279999990016222,0.029999999329447746,0.9994999766349792,-0.008500000461935997,0.012900000438094139,0.9998999834060669,-0.06319999694824219,0.10989999771118164,0.9919000267982483,-0.043299999088048935,0.18119999766349792,0.9825000166893005,-0.008500000461935997,0.012900000438094139,0.9998999834060669,-0.043299999088048935,0.18119999766349792,0.9825000166893005,-0.00279999990016222,0.029999999329447746,0.9994999766349792,0.003800000064074993,-0.010499999858438969,0.9998999834060669,-0.00279999990016222,0.029999999329447746,0.9994999766349792,0.004900000058114529,0.010900000110268593,0.9998999834060669,0.003800000064074993,-0.010499999858438969,0.9998999834060669,0.004900000058114529,0.010900000110268593,0.9998999834060669,0.003100000089034438,-0.014499999582767487,0.9998999834060669,-0.00279999990016222,0.029999999329447746,0.9994999766349792,-0.043299999088048935,0.18119999766349792,0.9825000166893005,0.005200000014156103,0.14560000598430634,0.989300012588501,-0.00279999990016222,0.029999999329447746,0.9994999766349792,0.005200000014156103,0.14560000598430634,0.989300012588501,0.004900000058114529,0.010900000110268593,0.9998999834060669,-0.19179999828338623,0.7628999948501587,0.6173999905586243,-0.1185000017285347,0.44670000672340393,0.8867999911308289,-0.20990000665187836,0.37290000915527344,0.9038000106811523,-0.19179999828338623,0.7628999948501587,0.6173999905586243,-0.20990000665187836,0.37290000915527344,0.9038000106811523,-0.39579999446868896,0.6847000122070312,0.6119999885559082,0.006200000178068876,0.762499988079071,0.6470000147819519,-0.007799999788403511,0.42879998683929443,0.9034000039100647,-0.1185000017285347,0.44670000672340393,0.8867999911308289,0.006200000178068876,0.762499988079071,0.6470000147819519,-0.1185000017285347,0.44670000672340393,0.8867999911308289,-0.19179999828338623,0.7628999948501587,0.6173999905586243,-0.1185000017285347,0.44670000672340393,0.8867999911308289,-0.043299999088048935,0.18119999766349792,0.9825000166893005,-0.06319999694824219,0.10989999771118164,0.9919000267982483,-0.1185000017285347,0.44670000672340393,0.8867999911308289,-0.06319999694824219,0.10989999771118164,0.9919000267982483,-0.20990000665187836,0.37290000915527344,0.9038000106811523,-0.007799999788403511,0.42879998683929443,0.9034000039100647,0.005200000014156103,0.14560000598430634,0.989300012588501,-0.043299999088048935,0.18119999766349792,0.9825000166893005,-0.007799999788403511,0.42879998683929443,0.9034000039100647,-0.043299999088048935,0.18119999766349792,0.9825000166893005,-0.1185000017285347,0.44670000672340393,0.8867999911308289,0.32839998602867126,0.5633000135421753,0.7581999897956848,0.12710000574588776,0.2176000028848648,0.9677000045776367,0.08100000023841858,0.32109999656677246,0.9435999989509583,0.32839998602867126,0.5633000135421753,0.7581999897956848,0.08100000023841858,0.32109999656677246,0.9435999989509583,0.18410000205039978,0.6933000087738037,0.6966999769210815,0.12710000574588776,0.2176000028848648,0.9677000045776367,0.019099999219179153,0.023399999365210533,0.9994999766349792,0.021400000900030136,0.05990000069141388,0.9980000257492065,0.12710000574588776,0.2176000028848648,0.9677000045776367,0.021400000900030136,0.05990000069141388,0.9980000257492065,0.08100000023841858,0.32109999656677246,0.9435999989509583,0.18410000205039978,0.6933000087738037,0.6966999769210815,0.08100000023841858,0.32109999656677246,0.9435999989509583,-0.007799999788403511,0.42879998683929443,0.9034000039100647,0.18410000205039978,0.6933000087738037,0.6966999769210815,-0.007799999788403511,0.42879998683929443,0.9034000039100647,0.006200000178068876,0.762499988079071,0.6470000147819519,0.08100000023841858,0.32109999656677246,0.9435999989509583,0.021400000900030136,0.05990000069141388,0.9980000257492065,0.005200000014156103,0.14560000598430634,0.989300012588501,0.08100000023841858,0.32109999656677246,0.9435999989509583,0.005200000014156103,0.14560000598430634,0.989300012588501,-0.007799999788403511,0.42879998683929443,0.9034000039100647,0.0024999999441206455,-0.00570000009611249,1,0.002300000051036477,-0.005100000184029341,1,-0.0066999997943639755,0.0031999999191612005,1,0.0024999999441206455,-0.00570000009611249,1,-0.0066999997943639755,0.0031999999191612005,1,-0.008500000461935997,0.012900000438094139,0.9998999834060669,0.002300000051036477,-0.005100000184029341,1,0.002199999988079071,-0.00419999985024333,1,-0.005400000140070915,-0.00009999999747378752,1,0.002300000051036477,-0.005100000184029341,1,-0.005400000140070915,-0.00009999999747378752,1,-0.0066999997943639755,0.0031999999191612005,1,-0.008500000461935997,0.012900000438094139,0.9998999834060669,-0.0066999997943639755,0.0031999999191612005,1,-0.06210000067949295,0.0568000003695488,0.996399998664856,-0.008500000461935997,0.012900000438094139,0.9998999834060669,-0.06210000067949295,0.0568000003695488,0.996399998664856,-0.06319999694824219,0.10989999771118164,0.9919000267982483,-0.0066999997943639755,0.0031999999191612005,1,-0.005400000140070915,-0.00009999999747378752,1,-0.056299999356269836,0.028300000354647636,0.9980000257492065,-0.0066999997943639755,0.0031999999191612005,1,-0.056299999356269836,0.028300000354647636,0.9980000257492065,-0.06210000067949295,0.0568000003695488,0.996399998664856,0.002199999988079071,-0.0024999999441206455,1,0.002199999988079071,0,1,-0.00430000014603138,0,1,0.002199999988079071,-0.0024999999441206455,1,-0.00430000014603138,0,1,-0.004600000102072954,-0.0007999999797903001,1,-0.004600000102072954,-0.0007999999797903001,1,-0.00430000014603138,0,1,-0.0494999997317791,0.00009999999747378752,0.9987999796867371,-0.004600000102072954,-0.0007999999797903001,1,-0.0494999997317791,0.00009999999747378752,0.9987999796867371,-0.051600001752376556,0.011699999682605267,0.9986000061035156,0.002199999988079071,-0.00419999985024333,1,0.002199999988079071,-0.0024999999441206455,1,-0.004600000102072954,-0.0007999999797903001,1,0.002199999988079071,-0.00419999985024333,1,-0.004600000102072954,-0.0007999999797903001,1,-0.005400000140070915,-0.00009999999747378752,1,-0.005400000140070915,-0.00009999999747378752,1,-0.004600000102072954,-0.0007999999797903001,1,-0.051600001752376556,0.011699999682605267,0.9986000061035156,-0.005400000140070915,-0.00009999999747378752,1,-0.051600001752376556,0.011699999682605267,0.9986000061035156,-0.056299999356269836,0.028300000354647636,0.9980000257492065,-0.6776999831199646,0.18410000205039978,0.711899995803833,-0.2930999994277954,0.07880000025033951,0.9527999758720398,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.6776999831199646,0.18410000205039978,0.711899995803833,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.6779000163078308,0.00039999998989515007,0.7350999712944031,-0.645799994468689,0.3653999865055084,0.6704000234603882,-0.2957000136375427,0.1673000007867813,0.940500020980835,-0.2930999994277954,0.07880000025033951,0.9527999758720398,-0.645799994468689,0.3653999865055084,0.6704000234603882,-0.2930999994277954,0.07880000025033951,0.9527999758720398,-0.6776999831199646,0.18410000205039978,0.711899995803833,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.2930999994277954,0.07880000025033951,0.9527999758720398,-0.051600001752376556,0.011699999682605267,0.9986000061035156,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.051600001752376556,0.011699999682605267,0.9986000061035156,-0.0494999997317791,0.00009999999747378752,0.9987999796867371,-0.2930999994277954,0.07880000025033951,0.9527999758720398,-0.2957000136375427,0.1673000007867813,0.940500020980835,-0.056299999356269836,0.028300000354647636,0.9980000257492065,-0.2930999994277954,0.07880000025033951,0.9527999758720398,-0.056299999356269836,0.028300000354647636,0.9980000257492065,-0.051600001752376556,0.011699999682605267,0.9986000061035156,-0.39579999446868896,0.6847000122070312,0.6119999885559082,-0.20990000665187836,0.37290000915527344,0.9038000106811523,-0.27309998869895935,0.2678000032901764,0.9240000247955322,-0.39579999446868896,0.6847000122070312,0.6119999885559082,-0.27309998869895935,0.2678000032901764,0.9240000247955322,-0.5566999912261963,0.5386999845504761,0.6323000192642212,-0.27309998869895935,0.2678000032901764,0.9240000247955322,-0.20990000665187836,0.37290000915527344,0.9038000106811523,-0.06319999694824219,0.10989999771118164,0.9919000267982483,-0.27309998869895935,0.2678000032901764,0.9240000247955322,-0.06319999694824219,0.10989999771118164,0.9919000267982483,-0.06210000067949295,0.0568000003695488,0.996399998664856,-0.5566999912261963,0.5386999845504761,0.6323000192642212,-0.27309998869895935,0.2678000032901764,0.9240000247955322,-0.2957000136375427,0.1673000007867813,0.940500020980835,-0.5566999912261963,0.5386999845504761,0.6323000192642212,-0.2957000136375427,0.1673000007867813,0.940500020980835,-0.645799994468689,0.3653999865055084,0.6704000234603882,-0.2957000136375427,0.1673000007867813,0.940500020980835,-0.27309998869895935,0.2678000032901764,0.9240000247955322,-0.06210000067949295,0.0568000003695488,0.996399998664856,-0.2957000136375427,0.1673000007867813,0.940500020980835,-0.06210000067949295,0.0568000003695488,0.996399998664856,-0.056299999356269836,0.028300000354647636,0.9980000257492065,0.002199999988079071,0.0026000000070780516,1,-0.004699999932199717,0.0007999999797903001,1,-0.00430000014603138,0,1,0.002199999988079071,0.0026000000070780516,1,-0.00430000014603138,0,1,0.002199999988079071,0,1,0.002199999988079071,0.00430000014603138,1,-0.00559999980032444,0.00019999999494757503,1,-0.004699999932199717,0.0007999999797903001,1,0.002199999988079071,0.00430000014603138,1,-0.004699999932199717,0.0007999999797903001,1,0.002199999988079071,0.0026000000070780516,1,-0.004699999932199717,0.0007999999797903001,1,-0.05169999971985817,-0.01140000019222498,0.9986000061035156,-0.0494999997317791,0.00009999999747378752,0.9987999796867371,-0.004699999932199717,0.0007999999797903001,1,-0.0494999997317791,0.00009999999747378752,0.9987999796867371,-0.00430000014603138,0,1,-0.00559999980032444,0.00019999999494757503,1,-0.0568000003695488,-0.02800000086426735,0.9980000257492065,-0.05169999971985817,-0.01140000019222498,0.9986000061035156,-0.00559999980032444,0.00019999999494757503,1,-0.05169999971985817,-0.01140000019222498,0.9986000061035156,-0.004699999932199717,0.0007999999797903001,1,0.0020000000949949026,0.00559999980032444,1,-0.009600000455975533,-0.014100000262260437,0.9998999834060669,-0.007199999876320362,-0.0032999999821186066,1,0.0020000000949949026,0.00559999980032444,1,-0.007199999876320362,-0.0032999999821186066,1,0.002099999925121665,0.005400000140070915,1,-0.009600000455975533,-0.014100000262260437,0.9998999834060669,-0.06650000065565109,-0.11320000141859055,0.9912999868392944,-0.06360000371932983,-0.05700000002980232,0.9962999820709229,-0.009600000455975533,-0.014100000262260437,0.9998999834060669,-0.06360000371932983,-0.05700000002980232,0.9962999820709229,-0.007199999876320362,-0.0032999999821186066,1,0.002099999925121665,0.005400000140070915,1,-0.007199999876320362,-0.0032999999821186066,1,-0.00559999980032444,0.00019999999494757503,1,0.002099999925121665,0.005400000140070915,1,-0.00559999980032444,0.00019999999494757503,1,0.002199999988079071,0.00430000014603138,1,-0.007199999876320362,-0.0032999999821186066,1,-0.06360000371932983,-0.05700000002980232,0.9962999820709229,-0.0568000003695488,-0.02800000086426735,0.9980000257492065,-0.007199999876320362,-0.0032999999821186066,1,-0.0568000003695488,-0.02800000086426735,0.9980000257492065,-0.00559999980032444,0.00019999999494757503,1,-0.5584999918937683,-0.5389999747276306,0.6305000185966492,-0.27559998631477356,-0.26829999685287476,0.9229999780654907,-0.21570000052452087,-0.37940001487731934,0.8996999859809875,-0.5584999918937683,-0.5389999747276306,0.6305000185966492,-0.21570000052452087,-0.37940001487731934,0.8996999859809875,-0.4007999897003174,-0.6894000172615051,0.6035000085830688,-0.6452000141143799,-0.3644999861717224,0.671500027179718,-0.296099990606308,-0.16660000383853912,0.940500020980835,-0.27559998631477356,-0.26829999685287476,0.9229999780654907,-0.6452000141143799,-0.3644999861717224,0.671500027179718,-0.27559998631477356,-0.26829999685287476,0.9229999780654907,-0.5584999918937683,-0.5389999747276306,0.6305000185966492,-0.27559998631477356,-0.26829999685287476,0.9229999780654907,-0.06360000371932983,-0.05700000002980232,0.9962999820709229,-0.06650000065565109,-0.11320000141859055,0.9912999868392944,-0.27559998631477356,-0.26829999685287476,0.9229999780654907,-0.06650000065565109,-0.11320000141859055,0.9912999868392944,-0.21570000052452087,-0.37940001487731934,0.8996999859809875,-0.296099990606308,-0.16660000383853912,0.940500020980835,-0.0568000003695488,-0.02800000086426735,0.9980000257492065,-0.06360000371932983,-0.05700000002980232,0.9962999820709229,-0.296099990606308,-0.16660000383853912,0.940500020980835,-0.06360000371932983,-0.05700000002980232,0.9962999820709229,-0.27559998631477356,-0.26829999685287476,0.9229999780654907,-0.6779000163078308,0.00039999998989515007,0.7350999712944031,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.29280000925064087,-0.07810000330209732,0.953000009059906,-0.6779000163078308,0.00039999998989515007,0.7350999712944031,-0.29280000925064087,-0.07810000330209732,0.953000009059906,-0.6765000224113464,-0.18320000171661377,0.7132999897003174,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.0494999997317791,0.00009999999747378752,0.9987999796867371,-0.05169999971985817,-0.01140000019222498,0.9986000061035156,-0.2847999930381775,0.0003000000142492354,0.9585999846458435,-0.05169999971985817,-0.01140000019222498,0.9986000061035156,-0.29280000925064087,-0.07810000330209732,0.953000009059906,-0.6765000224113464,-0.18320000171661377,0.7132999897003174,-0.29280000925064087,-0.07810000330209732,0.953000009059906,-0.296099990606308,-0.16660000383853912,0.940500020980835,-0.6765000224113464,-0.18320000171661377,0.7132999897003174,-0.296099990606308,-0.16660000383853912,0.940500020980835,-0.6452000141143799,-0.3644999861717224,0.671500027179718,-0.29280000925064087,-0.07810000330209732,0.953000009059906,-0.05169999971985817,-0.01140000019222498,0.9986000061035156,-0.0568000003695488,-0.02800000086426735,0.9980000257492065,-0.29280000925064087,-0.07810000330209732,0.953000009059906,-0.0568000003695488,-0.02800000086426735,0.9980000257492065,-0.296099990606308,-0.16660000383853912,0.940500020980835,0.0017999999690800905,0.00419999985024333,1,-0.0052999998442828655,-0.03759999945759773,0.9993000030517578,-0.009600000455975533,-0.014100000262260437,0.9998999834060669,0.0017999999690800905,0.00419999985024333,1,-0.009600000455975533,-0.014100000262260437,0.9998999834060669,0.0020000000949949026,0.00559999980032444,1,0.0017999999690800905,0.00419999985024333,1,0.0019000000320374966,0.0027000000700354576,1,0.004100000020116568,-0.021700000390410423,0.9998000264167786,0.0017999999690800905,0.00419999985024333,1,0.004100000020116568,-0.021700000390410423,0.9998000264167786,-0.0052999998442828655,-0.03759999945759773,0.9993000030517578,-0.0052999998442828655,-0.03759999945759773,0.9993000030517578,-0.04600000008940697,-0.19439999759197235,0.9799000024795532,-0.06650000065565109,-0.11320000141859055,0.9912999868392944,-0.0052999998442828655,-0.03759999945759773,0.9993000030517578,-0.06650000065565109,-0.11320000141859055,0.9912999868392944,-0.009600000455975533,-0.014100000262260437,0.9998999834060669,-0.0052999998442828655,-0.03759999945759773,0.9993000030517578,0.004100000020116568,-0.021700000390410423,0.9998000264167786,0.005400000140070915,-0.1664000004529953,0.9860000014305115,-0.0052999998442828655,-0.03759999945759773,0.9993000030517578,0.005400000140070915,-0.1664000004529953,0.9860000014305115,-0.04600000008940697,-0.19439999759197235,0.9799000024795532,0.0020000000949949026,0.003000000026077032,1,0.0020000000949949026,0.002899999963119626,1,0.004399999976158142,-0.0005000000237487257,1,0.0020000000949949026,0.003000000026077032,1,0.004399999976158142,-0.0005000000237487257,1,0.005200000014156103,-0.006000000052154064,1,0.005200000014156103,-0.006000000052154064,1,0.004399999976158142,-0.0005000000237487257,1,0.023600000888109207,-0.031199999153614044,0.9991999864578247,0.005200000014156103,-0.006000000052154064,1,0.023600000888109207,-0.031199999153614044,0.9991999864578247,0.024800000712275505,-0.07519999891519547,0.9969000220298767,0.0019000000320374966,0.0027000000700354576,1,0.0020000000949949026,0.003000000026077032,1,0.005200000014156103,-0.006000000052154064,1,0.0019000000320374966,0.0027000000700354576,1,0.005200000014156103,-0.006000000052154064,1,0.004100000020116568,-0.021700000390410423,0.9998000264167786,0.004100000020116568,-0.021700000390410423,0.9998000264167786,0.005200000014156103,-0.006000000052154064,1,0.024800000712275505,-0.07519999891519547,0.9969000220298767,0.004100000020116568,-0.021700000390410423,0.9998000264167786,0.024800000712275505,-0.07519999891519547,0.9969000220298767,0.005400000140070915,-0.1664000004529953,0.9860000014305115,0.19419999420642853,-0.7419999837875366,0.641700029373169,0.08980000019073486,-0.37279999256134033,0.9235000014305115,0.15209999680519104,-0.26660001277923584,0.95169997215271,0.19419999420642853,-0.7419999837875366,0.641700029373169,0.15209999680519104,-0.26660001277923584,0.95169997215271,0.36340001225471497,-0.6262000203132629,0.6898999810218811,0.0031999999191612005,-0.7928000092506409,0.609499990940094,-0.010999999940395355,-0.4691999852657318,0.8830000162124634,0.08980000019073486,-0.37279999256134033,0.9235000014305115,0.0031999999191612005,-0.7928000092506409,0.609499990940094,0.08980000019073486,-0.37279999256134033,0.9235000014305115,0.19419999420642853,-0.7419999837875366,0.641700029373169,0.15209999680519104,-0.26660001277923584,0.95169997215271,0.08980000019073486,-0.37279999256134033,0.9235000014305115,0.024800000712275505,-0.07519999891519547,0.9969000220298767,0.15209999680519104,-0.26660001277923584,0.95169997215271,0.024800000712275505,-0.07519999891519547,0.9969000220298767,0.023600000888109207,-0.031199999153614044,0.9991999864578247,0.08980000019073486,-0.37279999256134033,0.9235000014305115,-0.010999999940395355,-0.4691999852657318,0.8830000162124634,0.005400000140070915,-0.1664000004529953,0.9860000014305115,0.08980000019073486,-0.37279999256134033,0.9235000014305115,0.005400000140070915,-0.1664000004529953,0.9860000014305115,0.024800000712275505,-0.07519999891519547,0.9969000220298767,-0.4007999897003174,-0.6894000172615051,0.6035000085830688,-0.21570000052452087,-0.37940001487731934,0.8996999859809875,-0.12520000338554382,-0.46810001134872437,0.8747000098228455,-0.4007999897003174,-0.6894000172615051,0.6035000085830688,-0.12520000338554382,-0.46810001134872437,0.8747000098228455,-0.19869999587535858,-0.7778000235557556,0.5961999893188477,-0.21570000052452087,-0.37940001487731934,0.8996999859809875,-0.06650000065565109,-0.11320000141859055,0.9912999868392944,-0.04600000008940697,-0.19439999759197235,0.9799000024795532,-0.21570000052452087,-0.37940001487731934,0.8996999859809875,-0.04600000008940697,-0.19439999759197235,0.9799000024795532,-0.12520000338554382,-0.46810001134872437,0.8747000098228455,-0.19869999587535858,-0.7778000235557556,0.5961999893188477,-0.12520000338554382,-0.46810001134872437,0.8747000098228455,-0.010999999940395355,-0.4691999852657318,0.8830000162124634,-0.19869999587535858,-0.7778000235557556,0.5961999893188477,-0.010999999940395355,-0.4691999852657318,0.8830000162124634,0.0031999999191612005,-0.7928000092506409,0.609499990940094,-0.010999999940395355,-0.4691999852657318,0.8830000162124634,-0.12520000338554382,-0.46810001134872437,0.8747000098228455,-0.04600000008940697,-0.19439999759197235,0.9799000024795532,-0.010999999940395355,-0.4691999852657318,0.8830000162124634,-0.04600000008940697,-0.19439999759197235,0.9799000024795532,0.005400000140070915,-0.1664000004529953,0.9860000014305115,0.0020000000949949026,0.002899999963119626,1,0.0017999999690800905,0.0024999999441206455,1,0.003700000001117587,0.0012000000569969416,1,0.0020000000949949026,0.002899999963119626,1,0.003700000001117587,0.0012000000569969416,1,0.004399999976158142,-0.0005000000237487257,1,0.0017999999690800905,0.0024999999441206455,1,0.0015999999595806003,0.002099999925121665,1,0.003100000089034438,0.0015999999595806003,1,0.0017999999690800905,0.0024999999441206455,1,0.003100000089034438,0.0015999999595806003,1,0.003700000001117587,0.0012000000569969416,1,0.004399999976158142,-0.0005000000237487257,1,0.003700000001117587,0.0012000000569969416,1,0.019899999722838402,-0.013299999758601189,0.9997000098228455,0.004399999976158142,-0.0005000000237487257,1,0.019899999722838402,-0.013299999758601189,0.9997000098228455,0.023600000888109207,-0.031199999153614044,0.9991999864578247,0.003700000001117587,0.0012000000569969416,1,0.003100000089034438,0.0015999999595806003,1,0.016200000420212746,-0.004999999888241291,0.9998999834060669,0.003700000001117587,0.0012000000569969416,1,0.016200000420212746,-0.004999999888241291,0.9998999834060669,0.019899999722838402,-0.013299999758601189,0.9997000098228455,0.00139999995008111,0.001500000013038516,1,0.0013000000035390258,0.0006000000284984708,1,0.002300000051036477,0.000699999975040555,1,0.00139999995008111,0.001500000013038516,1,0.002300000051036477,0.000699999975040555,1,0.0026000000070780516,0.00139999995008111,1,0.0026000000070780516,0.00139999995008111,1,0.002300000051036477,0.000699999975040555,1,0.011300000362098217,0.0007999999797903001,0.9998999834060669,0.0026000000070780516,0.00139999995008111,1,0.011300000362098217,0.0007999999797903001,0.9998999834060669,0.013100000098347664,-0.0010000000474974513,0.9998999834060669,0.0015999999595806003,0.002099999925121665,1,0.00139999995008111,0.001500000013038516,1,0.0026000000070780516,0.00139999995008111,1,0.0015999999595806003,0.002099999925121665,1,0.0026000000070780516,0.00139999995008111,1,0.003100000089034438,0.0015999999595806003,1,0.003100000089034438,0.0015999999595806003,1,0.0026000000070780516,0.00139999995008111,1,0.013100000098347664,-0.0010000000474974513,0.9998999834060669,0.003100000089034438,0.0015999999595806003,1,0.013100000098347664,-0.0010000000474974513,0.9998999834060669,0.016200000420212746,-0.004999999888241291,0.9998999834060669,0.4871000051498413,-0.13600000739097595,0.8626999855041504,0.15629999339580536,-0.041600000113248825,0.9868000149726868,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.4871000051498413,-0.13600000739097595,0.8626999855041504,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.44620001316070557,0.0008999999845400453,0.8949000239372253,0.5095000267028809,-0.2955000102519989,0.8080999851226807,0.1768999993801117,-0.10010000318288803,0.9790999889373779,0.15629999339580536,-0.041600000113248825,0.9868000149726868,0.5095000267028809,-0.2955000102519989,0.8080999851226807,0.15629999339580536,-0.041600000113248825,0.9868000149726868,0.4871000051498413,-0.13600000739097595,0.8626999855041504,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.15629999339580536,-0.041600000113248825,0.9868000149726868,0.013100000098347664,-0.0010000000474974513,0.9998999834060669,0.1363999992609024,0.0008999999845400453,0.9907000064849854,0.013100000098347664,-0.0010000000474974513,0.9998999834060669,0.011300000362098217,0.0007999999797903001,0.9998999834060669,0.15629999339580536,-0.041600000113248825,0.9868000149726868,0.1768999993801117,-0.10010000318288803,0.9790999889373779,0.016200000420212746,-0.004999999888241291,0.9998999834060669,0.15629999339580536,-0.041600000113248825,0.9868000149726868,0.016200000420212746,-0.004999999888241291,0.9998999834060669,0.013100000098347664,-0.0010000000474974513,0.9998999834060669,0.36340001225471497,-0.6262000203132629,0.6898999810218811,0.15209999680519104,-0.26660001277923584,0.95169997215271,0.18060000240802765,-0.17579999566078186,0.9677000045776367,0.36340001225471497,-0.6262000203132629,0.6898999810218811,0.18060000240802765,-0.17579999566078186,0.9677000045776367,0.47510001063346863,-0.46630001068115234,0.7462000250816345,0.18060000240802765,-0.17579999566078186,0.9677000045776367,0.15209999680519104,-0.26660001277923584,0.95169997215271,0.023600000888109207,-0.031199999153614044,0.9991999864578247,0.18060000240802765,-0.17579999566078186,0.9677000045776367,0.023600000888109207,-0.031199999153614044,0.9991999864578247,0.019899999722838402,-0.013299999758601189,0.9997000098228455,0.47510001063346863,-0.46630001068115234,0.7462000250816345,0.18060000240802765,-0.17579999566078186,0.9677000045776367,0.1768999993801117,-0.10010000318288803,0.9790999889373779,0.47510001063346863,-0.46630001068115234,0.7462000250816345,0.1768999993801117,-0.10010000318288803,0.9790999889373779,0.5095000267028809,-0.2955000102519989,0.8080999851226807,0.1768999993801117,-0.10010000318288803,0.9790999889373779,0.18060000240802765,-0.17579999566078186,0.9677000045776367,0.019899999722838402,-0.013299999758601189,0.9997000098228455,0.1768999993801117,-0.10010000318288803,0.9790999889373779,0.019899999722838402,-0.013299999758601189,0.9997000098228455,0.016200000420212746,-0.004999999888241291,0.9998999834060669,-0.3564999997615814,0.3391000032424927,0.8705999851226807,-0.6355000138282776,0.6110000014305115,0.47200000286102295,-0.4625999927520752,0.7854999899864197,0.41100001335144043,-0.3564999997615814,0.3391000032424927,0.8705999851226807,-0.4625999927520752,0.7854999899864197,0.41100001335144043,-0.2962999939918518,0.4966000020503998,0.8158000111579895,-0.36160001158714294,0.20229999721050262,0.910099983215332,-0.7400000095367432,0.4187999963760376,0.526199996471405,-0.6355000138282776,0.6110000014305115,0.47200000286102295,-0.36160001158714294,0.20229999721050262,0.910099983215332,-0.6355000138282776,0.6110000014305115,0.47200000286102295,-0.3564999997615814,0.3391000032424927,0.8705999851226807,-0.6355000138282776,0.6110000014305115,0.47200000286102295,-0.7163000106811523,0.6945000290870667,0.06780000030994415,-0.5024999976158142,0.8618999719619751,0.06780000030994415,-0.6355000138282776,0.6110000014305115,0.47200000286102295,-0.5024999976158142,0.8618999719619751,0.06780000030994415,-0.4625999927520752,0.7854999899864197,0.41100001335144043,-0.7400000095367432,0.4187999963760376,0.526199996471405,-0.8668000102043152,0.49399998784065247,0.06800000369548798,-0.7163000106811523,0.6945000290870667,0.06780000030994415,-0.7400000095367432,0.4187999963760376,0.526199996471405,-0.7163000106811523,0.6945000290870667,0.06780000030994415,-0.6355000138282776,0.6110000014305115,0.47200000286102295,-0.33719998598098755,0.0003000000142492354,0.9413999915122986,-0.8137000203132629,0.00019999999494757503,0.5813000202178955,-0.795799970626831,0.21739999949932098,0.5651999711990356,-0.33719998598098755,0.0003000000142492354,0.9413999915122986,-0.795799970626831,0.21739999949932098,0.5651999711990356,-0.34630000591278076,0.0934000015258789,0.9334999918937683,-0.8137000203132629,0.00019999999494757503,0.5813000202178955,-0.9976000189781189,0,0.06880000233650208,-0.9620000123977661,0.26420000195503235,0.06840000301599503,-0.8137000203132629,0.00019999999494757503,0.5813000202178955,-0.9620000123977661,0.26420000195503235,0.06840000301599503,-0.795799970626831,0.21739999949932098,0.5651999711990356,-0.34630000591278076,0.0934000015258789,0.9334999918937683,-0.795799970626831,0.21739999949932098,0.5651999711990356,-0.7400000095367432,0.4187999963760376,0.526199996471405,-0.34630000591278076,0.0934000015258789,0.9334999918937683,-0.7400000095367432,0.4187999963760376,0.526199996471405,-0.36160001158714294,0.20229999721050262,0.910099983215332,-0.795799970626831,0.21739999949932098,0.5651999711990356,-0.9620000123977661,0.26420000195503235,0.06840000301599503,-0.8668000102043152,0.49399998784065247,0.06800000369548798,-0.795799970626831,0.21739999949932098,0.5651999711990356,-0.8668000102043152,0.49399998784065247,0.06800000369548798,-0.7400000095367432,0.4187999963760376,0.526199996471405,-0.9639000296592712,0.2653000056743622,-0.023499999195337296,-0.9641000032424927,0.2651999890804291,-0.014100000262260437,-0.9998999834060669,0,-0.01510000042617321,-0.9639000296592712,0.2653000056743622,-0.023499999195337296,-0.9998999834060669,0,-0.01510000042617321,-0.9997000098228455,0,-0.024399999529123306,-0.8680999875068665,0.4959999918937683,-0.020999999716877937,-0.8683000206947327,0.4959000051021576,-0.011500000022351742,-0.9641000032424927,0.2651999890804291,-0.014100000262260437,-0.8680999875068665,0.4959999918937683,-0.020999999716877937,-0.9641000032424927,0.2651999890804291,-0.014100000262260437,-0.9639000296592712,0.2653000056743622,-0.023499999195337296,-0.9641000032424927,0.2651999890804291,-0.014100000262260437,-0.9620000123977661,0.26420000195503235,0.06840000301599503,-0.9976000189781189,0,0.06880000233650208,-0.9641000032424927,0.2651999890804291,-0.014100000262260437,-0.9976000189781189,0,0.06880000233650208,-0.9998999834060669,0,-0.01510000042617321,-0.8683000206947327,0.4959000051021576,-0.011500000022351742,-0.8668000102043152,0.49399998784065247,0.06800000369548798,-0.9620000123977661,0.26420000195503235,0.06840000301599503,-0.8683000206947327,0.4959000051021576,-0.011500000022351742,-0.9620000123977661,0.26420000195503235,0.06840000301599503,-0.9641000032424927,0.2651999890804291,-0.014100000262260437,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.5023999810218811,0.8646000027656555,-0.0017999999690800905,-0.7171000242233276,0.6969000101089478,-0.007300000172108412,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.7171000242233276,0.6969000101089478,-0.007300000172108412,-0.7167999744415283,0.6970999836921692,-0.01720000058412552,-0.5023999810218811,0.8646000027656555,-0.0017999999690800905,-0.5024999976158142,0.8618999719619751,0.06780000030994415,-0.7163000106811523,0.6945000290870667,0.06780000030994415,-0.5023999810218811,0.8646000027656555,-0.0017999999690800905,-0.7163000106811523,0.6945000290870667,0.06780000030994415,-0.7171000242233276,0.6969000101089478,-0.007300000172108412,-0.7167999744415283,0.6970999836921692,-0.01720000058412552,-0.7171000242233276,0.6969000101089478,-0.007300000172108412,-0.8683000206947327,0.4959000051021576,-0.011500000022351742,-0.7167999744415283,0.6970999836921692,-0.01720000058412552,-0.8683000206947327,0.4959000051021576,-0.011500000022351742,-0.8680999875068665,0.4959999918937683,-0.020999999716877937,-0.7171000242233276,0.6969000101089478,-0.007300000172108412,-0.7163000106811523,0.6945000290870667,0.06780000030994415,-0.8668000102043152,0.49399998784065247,0.06800000369548798,-0.7171000242233276,0.6969000101089478,-0.007300000172108412,-0.8668000102043152,0.49399998784065247,0.06800000369548798,-0.8683000206947327,0.4959000051021576,-0.011500000022351742,-0.3465999960899353,-0.09290000051259995,0.9333999752998352,-0.795799970626831,-0.21690000593662262,0.5654000043869019,-0.8137000203132629,0.00019999999494757503,0.5813000202178955,-0.3465999960899353,-0.09290000051259995,0.9333999752998352,-0.8137000203132629,0.00019999999494757503,0.5813000202178955,-0.33719998598098755,0.0003000000142492354,0.9413999915122986,-0.3621000051498413,-0.20190000534057617,0.9100000262260437,-0.7401000261306763,-0.41819998621940613,0.5267000198364258,-0.795799970626831,-0.21690000593662262,0.5654000043869019,-0.3621000051498413,-0.20190000534057617,0.9100000262260437,-0.795799970626831,-0.21690000593662262,0.5654000043869019,-0.3465999960899353,-0.09290000051259995,0.9333999752998352,-0.795799970626831,-0.21690000593662262,0.5654000043869019,-0.9621000289916992,-0.26409998536109924,0.06849999725818634,-0.9976000189781189,0,0.06880000233650208,-0.795799970626831,-0.21690000593662262,0.5654000043869019,-0.9976000189781189,0,0.06880000233650208,-0.8137000203132629,0.00019999999494757503,0.5813000202178955,-0.7401000261306763,-0.41819998621940613,0.5267000198364258,-0.8669000267982483,-0.49380001425743103,0.06809999793767929,-0.9621000289916992,-0.26409998536109924,0.06849999725818634,-0.7401000261306763,-0.41819998621940613,0.5267000198364258,-0.9621000289916992,-0.26409998536109924,0.06849999725818634,-0.795799970626831,-0.21690000593662262,0.5654000043869019,-0.2969000041484833,-0.4964999854564667,0.8156999945640564,-0.462799996137619,-0.7850000262260437,0.41190001368522644,-0.635699987411499,-0.6104000210762024,0.4726000130176544,-0.2969000041484833,-0.4964999854564667,0.8156999945640564,-0.635699987411499,-0.6104000210762024,0.4726000130176544,-0.3571000099182129,-0.33880001306533813,0.8705000281333923,-0.462799996137619,-0.7850000262260437,0.41190001368522644,-0.5026999711990356,-0.8618000149726868,0.06809999793767929,-0.7164999842643738,-0.6941999793052673,0.06800000369548798,-0.462799996137619,-0.7850000262260437,0.41190001368522644,-0.7164999842643738,-0.6941999793052673,0.06800000369548798,-0.635699987411499,-0.6104000210762024,0.4726000130176544,-0.3571000099182129,-0.33880001306533813,0.8705000281333923,-0.635699987411499,-0.6104000210762024,0.4726000130176544,-0.7401000261306763,-0.41819998621940613,0.5267000198364258,-0.3571000099182129,-0.33880001306533813,0.8705000281333923,-0.7401000261306763,-0.41819998621940613,0.5267000198364258,-0.3621000051498413,-0.20190000534057617,0.9100000262260437,-0.635699987411499,-0.6104000210762024,0.4726000130176544,-0.7164999842643738,-0.6941999793052673,0.06800000369548798,-0.8669000267982483,-0.49380001425743103,0.06809999793767929,-0.635699987411499,-0.6104000210762024,0.4726000130176544,-0.8669000267982483,-0.49380001425743103,0.06809999793767929,-0.7401000261306763,-0.41819998621940613,0.5267000198364258,-0.7170000076293945,-0.6969000101089478,-0.01720000058412552,-0.7172999978065491,-0.6967999935150146,-0.007300000172108412,-0.5026000142097473,-0.8644999861717224,-0.0017999999690800905,-0.7170000076293945,-0.6969000101089478,-0.01720000058412552,-0.5026000142097473,-0.8644999861717224,-0.0017999999690800905,-0.5023000240325928,-0.8646000027656555,-0.011900000274181366,-0.8682000041007996,-0.4959000051021576,-0.020999999716877937,-0.868399977684021,-0.4957999885082245,-0.01140000019222498,-0.7172999978065491,-0.6967999935150146,-0.007300000172108412,-0.8682000041007996,-0.4959000051021576,-0.020999999716877937,-0.7172999978065491,-0.6967999935150146,-0.007300000172108412,-0.7170000076293945,-0.6969000101089478,-0.01720000058412552,-0.7172999978065491,-0.6967999935150146,-0.007300000172108412,-0.7164999842643738,-0.6941999793052673,0.06800000369548798,-0.5026999711990356,-0.8618000149726868,0.06809999793767929,-0.7172999978065491,-0.6967999935150146,-0.007300000172108412,-0.5026999711990356,-0.8618000149726868,0.06809999793767929,-0.5026000142097473,-0.8644999861717224,-0.0017999999690800905,-0.868399977684021,-0.4957999885082245,-0.01140000019222498,-0.8669000267982483,-0.49380001425743103,0.06809999793767929,-0.7164999842643738,-0.6941999793052673,0.06800000369548798,-0.868399977684021,-0.4957999885082245,-0.01140000019222498,-0.7164999842643738,-0.6941999793052673,0.06800000369548798,-0.7172999978065491,-0.6967999935150146,-0.007300000172108412,-0.9997000098228455,0,-0.024399999529123306,-0.9998999834060669,0,-0.01510000042617321,-0.9641000032424927,-0.2651999890804291,-0.014100000262260437,-0.9997000098228455,0,-0.024399999529123306,-0.9641000032424927,-0.2651999890804291,-0.014100000262260437,-0.9639000296592712,-0.2651999890804291,-0.023499999195337296,-0.9998999834060669,0,-0.01510000042617321,-0.9976000189781189,0,0.06880000233650208,-0.9621000289916992,-0.26409998536109924,0.06849999725818634,-0.9998999834060669,0,-0.01510000042617321,-0.9621000289916992,-0.26409998536109924,0.06849999725818634,-0.9641000032424927,-0.2651999890804291,-0.014100000262260437,-0.9639000296592712,-0.2651999890804291,-0.023499999195337296,-0.9641000032424927,-0.2651999890804291,-0.014100000262260437,-0.868399977684021,-0.4957999885082245,-0.01140000019222498,-0.9639000296592712,-0.2651999890804291,-0.023499999195337296,-0.868399977684021,-0.4957999885082245,-0.01140000019222498,-0.8682000041007996,-0.4959000051021576,-0.020999999716877937,-0.9641000032424927,-0.2651999890804291,-0.014100000262260437,-0.9621000289916992,-0.26409998536109924,0.06849999725818634,-0.8669000267982483,-0.49380001425743103,0.06809999793767929,-0.9641000032424927,-0.2651999890804291,-0.014100000262260437,-0.8669000267982483,-0.49380001425743103,0.06809999793767929,-0.868399977684021,-0.4957999885082245,-0.01140000019222498,-0.17440000176429749,-0.6445000171661377,0.7444000244140625,-0.23999999463558197,-0.9061999917030334,0.3481999933719635,-0.462799996137619,-0.7850000262260437,0.41190001368522644,-0.17440000176429749,-0.6445000171661377,0.7444000244140625,-0.462799996137619,-0.7850000262260437,0.41190001368522644,-0.2969000041484833,-0.4964999854564667,0.8156999945640564,-0.006899999920278788,-0.7324000000953674,0.6808000206947327,-0.005499999970197678,-0.9531999826431274,0.30239999294281006,-0.23999999463558197,-0.9061999917030334,0.3481999933719635,-0.006899999920278788,-0.7324000000953674,0.6808000206947327,-0.23999999463558197,-0.9061999917030334,0.3481999933719635,-0.17440000176429749,-0.6445000171661377,0.7444000244140625,-0.23999999463558197,-0.9061999917030334,0.3481999933719635,-0.25189998745918274,-0.965399980545044,0.06719999760389328,-0.5026999711990356,-0.8618000149726868,0.06809999793767929,-0.23999999463558197,-0.9061999917030334,0.3481999933719635,-0.5026999711990356,-0.8618000149726868,0.06809999793767929,-0.462799996137619,-0.7850000262260437,0.41190001368522644,-0.005499999970197678,-0.9531999826431274,0.30239999294281006,-0.003100000089034438,-0.9977999925613403,0.06669999659061432,-0.25189998745918274,-0.965399980545044,0.06719999760389328,-0.005499999970197678,-0.9531999826431274,0.30239999294281006,-0.25189998745918274,-0.965399980545044,0.06719999760389328,-0.23999999463558197,-0.9061999917030334,0.3481999933719635,0.38960000872612,-0.6746000051498413,0.6269999742507935,0.48069998621940613,-0.8335999846458435,0.2721000015735626,0.23559999465942383,-0.9314000010490417,0.2773999869823456,0.38960000872612,-0.6746000051498413,0.6269999742507935,0.23559999465942383,-0.9314000010490417,0.2773999869823456,0.18729999661445618,-0.7457000017166138,0.6394000053405762,0.48069998621940613,-0.8335999846458435,0.2721000015735626,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.2460000067949295,-0.9668999910354614,0.06809999793767929,0.48069998621940613,-0.8335999846458435,0.2721000015735626,0.2460000067949295,-0.9668999910354614,0.06809999793767929,0.23559999465942383,-0.9314000010490417,0.2773999869823456,0.18729999661445618,-0.7457000017166138,0.6394000053405762,0.23559999465942383,-0.9314000010490417,0.2773999869823456,-0.005499999970197678,-0.9531999826431274,0.30239999294281006,0.18729999661445618,-0.7457000017166138,0.6394000053405762,-0.005499999970197678,-0.9531999826431274,0.30239999294281006,-0.006899999920278788,-0.7324000000953674,0.6808000206947327,0.23559999465942383,-0.9314000010490417,0.2773999869823456,0.2460000067949295,-0.9668999910354614,0.06809999793767929,-0.003100000089034438,-0.9977999925613403,0.06669999659061432,0.23559999465942383,-0.9314000010490417,0.2773999869823456,-0.003100000089034438,-0.9977999925613403,0.06669999659061432,-0.005499999970197678,-0.9531999826431274,0.30239999294281006,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24709999561309814,-0.9689000248908997,0.01489999983459711,0.499099999666214,-0.8662999868392944,0.0203000009059906,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.499099999666214,-0.8662999868392944,0.0203000009059906,0.4991999864578247,-0.8664000034332275,0.01119999960064888,-0.0019000000320374966,-1,0,-0.002099999925121665,-1,0.009600000455975533,0.24709999561309814,-0.9689000248908997,0.01489999983459711,-0.0019000000320374966,-1,0,0.24709999561309814,-0.9689000248908997,0.01489999983459711,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24709999561309814,-0.9689000248908997,0.01489999983459711,0.2460000067949295,-0.9668999910354614,0.06809999793767929,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.24709999561309814,-0.9689000248908997,0.01489999983459711,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.499099999666214,-0.8662999868392944,0.0203000009059906,-0.002099999925121665,-1,0.009600000455975533,-0.003100000089034438,-0.9977999925613403,0.06669999659061432,0.2460000067949295,-0.9668999910354614,0.06809999793767929,-0.002099999925121665,-1,0.009600000455975533,0.2460000067949295,-0.9668999910354614,0.06809999793767929,0.24709999561309814,-0.9689000248908997,0.01489999983459711,-0.5023000240325928,-0.8646000027656555,-0.011900000274181366,-0.5026000142097473,-0.8644999861717224,-0.0017999999690800905,-0.25110000371932983,-0.9678999781608582,0.004100000020116568,-0.5023000240325928,-0.8646000027656555,-0.011900000274181366,-0.25110000371932983,-0.9678999781608582,0.004100000020116568,-0.2508000135421753,-0.9679999947547913,-0.005799999926239252,-0.5026000142097473,-0.8644999861717224,-0.0017999999690800905,-0.5026999711990356,-0.8618000149726868,0.06809999793767929,-0.25189998745918274,-0.965399980545044,0.06719999760389328,-0.5026000142097473,-0.8644999861717224,-0.0017999999690800905,-0.25189998745918274,-0.965399980545044,0.06719999760389328,-0.25110000371932983,-0.9678999781608582,0.004100000020116568,-0.2508000135421753,-0.9679999947547913,-0.005799999926239252,-0.25110000371932983,-0.9678999781608582,0.004100000020116568,-0.002099999925121665,-1,0.009600000455975533,-0.2508000135421753,-0.9679999947547913,-0.005799999926239252,-0.002099999925121665,-1,0.009600000455975533,-0.0019000000320374966,-1,0,-0.25110000371932983,-0.9678999781608582,0.004100000020116568,-0.25189998745918274,-0.965399980545044,0.06719999760389328,-0.003100000089034438,-0.9977999925613403,0.06669999659061432,-0.25110000371932983,-0.9678999781608582,0.004100000020116568,-0.003100000089034438,-0.9977999925613403,0.06669999659061432,-0.002099999925121665,-1,0.009600000455975533,0.5475999712944031,-0.5310999751091003,0.6467000246047974,0.6858000159263611,-0.66839998960495,0.2879999876022339,0.48069998621940613,-0.8335999846458435,0.2721000015735626,0.5475999712944031,-0.5310999751091003,0.6467000246047974,0.48069998621940613,-0.8335999846458435,0.2721000015735626,0.38960000872612,-0.6746000051498413,0.6269999742507935,0.6312999725341797,-0.35839998722076416,0.6877999901771545,0.822700023651123,-0.4706999957561493,0.3188999891281128,0.6858000159263611,-0.66839998960495,0.2879999876022339,0.6312999725341797,-0.35839998722076416,0.6877999901771545,0.6858000159263611,-0.66839998960495,0.2879999876022339,0.5475999712944031,-0.5310999751091003,0.6467000246047974,0.6858000159263611,-0.66839998960495,0.2879999876022339,0.7127000093460083,-0.6970999836921692,0.07880000025033951,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.6858000159263611,-0.66839998960495,0.2879999876022339,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.48069998621940613,-0.8335999846458435,0.2721000015735626,0.822700023651123,-0.4706999957561493,0.3188999891281128,0.8636000156402588,-0.4966000020503998,0.0869000032544136,0.7127000093460083,-0.6970999836921692,0.07880000025033951,0.822700023651123,-0.4706999957561493,0.3188999891281128,0.7127000093460083,-0.6970999836921692,0.07880000025033951,0.6858000159263611,-0.66839998960495,0.2879999876022339,0.6517000198364258,-0.0006000000284984708,0.7584999799728394,0.925599992275238,-0.00039999998989515007,0.3785000145435333,0.9009000062942505,-0.2483000010251999,0.35589998960494995,0.6517000198364258,-0.0006000000284984708,0.7584999799728394,0.9009000062942505,-0.2483000010251999,0.35589998960494995,0.6559000015258789,-0.17890000343322754,0.733299970626831,0.925599992275238,-0.00039999998989515007,0.3785000145435333,0.9951000213623047,-0.00009999999747378752,0.09929999709129333,0.9592999815940857,-0.2660999894142151,0.09489999711513519,0.925599992275238,-0.00039999998989515007,0.3785000145435333,0.9592999815940857,-0.2660999894142151,0.09489999711513519,0.9009000062942505,-0.2483000010251999,0.35589998960494995,0.6559000015258789,-0.17890000343322754,0.733299970626831,0.9009000062942505,-0.2483000010251999,0.35589998960494995,0.822700023651123,-0.4706999957561493,0.3188999891281128,0.6559000015258789,-0.17890000343322754,0.733299970626831,0.822700023651123,-0.4706999957561493,0.3188999891281128,0.6312999725341797,-0.35839998722076416,0.6877999901771545,0.9009000062942505,-0.2483000010251999,0.35589998960494995,0.9592999815940857,-0.2660999894142151,0.09489999711513519,0.8636000156402588,-0.4966000020503998,0.0869000032544136,0.9009000062942505,-0.2483000010251999,0.35589998960494995,0.8636000156402588,-0.4966000020503998,0.0869000032544136,0.822700023651123,-0.4706999957561493,0.3188999891281128,0.9997000098228455,0,0.02329999953508377,0.9631999731063843,-0.2678000032901764,0.022299999371170998,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.9997000098228455,0,0.02329999953508377,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.9994000196456909,0,0.034299999475479126,0.9631999731063843,-0.2678000032901764,0.022299999371170998,0.8662999868392944,-0.499099999666214,0.01979999989271164,0.866100013256073,-0.49889999628067017,0.02969999983906746,0.9631999731063843,-0.2678000032901764,0.022299999371170998,0.866100013256073,-0.49889999628067017,0.02969999983906746,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.9592999815940857,-0.2660999894142151,0.09489999711513519,0.9951000213623047,-0.00009999999747378752,0.09929999709129333,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.9951000213623047,-0.00009999999747378752,0.09929999709129333,0.9994000196456909,0,0.034299999475479126,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.866100013256073,-0.49889999628067017,0.02969999983906746,0.8636000156402588,-0.4966000020503998,0.0869000032544136,0.9629999995231628,-0.26759999990463257,0.03290000185370445,0.8636000156402588,-0.4966000020503998,0.0869000032544136,0.9592999815940857,-0.2660999894142151,0.09489999711513519,0.7142999768257141,-0.6995999813079834,0.016200000420212746,0.4991999864578247,-0.8664000034332275,0.01119999960064888,0.499099999666214,-0.8662999868392944,0.0203000009059906,0.7142999768257141,-0.6995999813079834,0.016200000420212746,0.499099999666214,-0.8662999868392944,0.0203000009059906,0.7142999768257141,-0.699400007724762,0.025499999523162842,0.7142999768257141,-0.699400007724762,0.025499999523162842,0.499099999666214,-0.8662999868392944,0.0203000009059906,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.7142999768257141,-0.699400007724762,0.025499999523162842,0.49799999594688416,-0.8641999959945679,0.07209999859333038,0.7127000093460083,-0.6970999836921692,0.07880000025033951,0.8662999868392944,-0.499099999666214,0.01979999989271164,0.7142999768257141,-0.6995999813079834,0.016200000420212746,0.7142999768257141,-0.699400007724762,0.025499999523162842,0.8662999868392944,-0.499099999666214,0.01979999989271164,0.7142999768257141,-0.699400007724762,0.025499999523162842,0.866100013256073,-0.49889999628067017,0.02969999983906746,0.866100013256073,-0.49889999628067017,0.02969999983906746,0.7142999768257141,-0.699400007724762,0.025499999523162842,0.7127000093460083,-0.6970999836921692,0.07880000025033951,0.866100013256073,-0.49889999628067017,0.02969999983906746,0.7127000093460083,-0.6970999836921692,0.07880000025033951,0.8636000156402588,-0.4966000020503998,0.0869000032544136,0.6560999751091003,0.17839999496936798,0.733299970626831,0.9009000062942505,0.24799999594688416,0.3562999963760376,0.925599992275238,-0.00039999998989515007,0.3785000145435333,0.6560999751091003,0.17839999496936798,0.733299970626831,0.925599992275238,-0.00039999998989515007,0.3785000145435333,0.6517000198364258,-0.0006000000284984708,0.7584999799728394,0.6312000155448914,0.358599990606308,0.6877999901771545,0.8223999738693237,0.4708000123500824,0.31929999589920044,0.9009000062942505,0.24799999594688416,0.3562999963760376,0.6312000155448914,0.358599990606308,0.6877999901771545,0.9009000062942505,0.24799999594688416,0.3562999963760376,0.6560999751091003,0.17839999496936798,0.733299970626831,0.9009000062942505,0.24799999594688416,0.3562999963760376,0.9592000246047974,0.2660999894142151,0.09510000050067902,0.9951000213623047,-0.00009999999747378752,0.09929999709129333,0.9009000062942505,0.24799999594688416,0.3562999963760376,0.9951000213623047,-0.00009999999747378752,0.09929999709129333,0.925599992275238,-0.00039999998989515007,0.3785000145435333,0.8223999738693237,0.4708000123500824,0.31929999589920044,0.8633999824523926,0.4968999922275543,0.08709999918937683,0.9592000246047974,0.2660999894142151,0.09510000050067902,0.8223999738693237,0.4708000123500824,0.31929999589920044,0.9592000246047974,0.2660999894142151,0.09510000050067902,0.9009000062942505,0.24799999594688416,0.3562999963760376,0.38850000500679016,0.6753000020980835,0.6269999742507935,0.4799000024795532,0.8341000080108643,0.2721000015735626,0.6851999759674072,0.6689000129699707,0.2881999909877777,0.38850000500679016,0.6753000020980835,0.6269999742507935,0.6851999759674072,0.6689000129699707,0.2881999909877777,0.5468999743461609,0.5315999984741211,0.6467000246047974,0.4799000024795532,0.8341000080108643,0.2721000015735626,0.4975000023841858,0.8644999861717224,0.07209999859333038,0.7123000025749207,0.6973999738693237,0.07890000194311142,0.4799000024795532,0.8341000080108643,0.2721000015735626,0.7123000025749207,0.6973999738693237,0.07890000194311142,0.6851999759674072,0.6689000129699707,0.2881999909877777,0.5468999743461609,0.5315999984741211,0.6467000246047974,0.6851999759674072,0.6689000129699707,0.2881999909877777,0.8223999738693237,0.4708000123500824,0.31929999589920044,0.5468999743461609,0.5315999984741211,0.6467000246047974,0.8223999738693237,0.4708000123500824,0.31929999589920044,0.6312000155448914,0.358599990606308,0.6877999901771545,0.6851999759674072,0.6689000129699707,0.2881999909877777,0.7123000025749207,0.6973999738693237,0.07890000194311142,0.8633999824523926,0.4968999922275543,0.08709999918937683,0.6851999759674072,0.6689000129699707,0.2881999909877777,0.8633999824523926,0.4968999922275543,0.08709999918937683,0.8223999738693237,0.4708000123500824,0.31929999589920044,0.7139999866485596,0.6998999714851379,0.016100000590085983,0.7139999866485596,0.6996999979019165,0.025499999523162842,0.49869999289512634,0.8665000200271606,0.0203000009059906,0.7139999866485596,0.6998999714851379,0.016100000590085983,0.49869999289512634,0.8665000200271606,0.0203000009059906,0.49880000948905945,0.866599977016449,0.01119999960064888,0.8661999702453613,0.49939998984336853,0.01979999989271164,0.8659999966621399,0.4991999864578247,0.02969999983906746,0.7139999866485596,0.6996999979019165,0.025499999523162842,0.8661999702453613,0.49939998984336853,0.01979999989271164,0.7139999866485596,0.6996999979019165,0.025499999523162842,0.7139999866485596,0.6998999714851379,0.016100000590085983,0.7139999866485596,0.6996999979019165,0.025499999523162842,0.7123000025749207,0.6973999738693237,0.07890000194311142,0.4975000023841858,0.8644999861717224,0.07209999859333038,0.7139999866485596,0.6996999979019165,0.025499999523162842,0.4975000023841858,0.8644999861717224,0.07209999859333038,0.49869999289512634,0.8665000200271606,0.0203000009059906,0.8659999966621399,0.4991999864578247,0.02969999983906746,0.8633999824523926,0.4968999922275543,0.08709999918937683,0.7123000025749207,0.6973999738693237,0.07890000194311142,0.8659999966621399,0.4991999864578247,0.02969999983906746,0.7123000025749207,0.6973999738693237,0.07890000194311142,0.7139999866485596,0.6996999979019165,0.025499999523162842,0.9997000098228455,0,0.02329999953508377,0.9994000196456909,0,0.034299999475479126,0.9628999829292297,0.2676999866962433,0.03290000185370445,0.9997000098228455,0,0.02329999953508377,0.9628999829292297,0.2676999866962433,0.03290000185370445,0.9631999731063843,0.2678999900817871,0.022299999371170998,0.9994000196456909,0,0.034299999475479126,0.9951000213623047,-0.00009999999747378752,0.09929999709129333,0.9592000246047974,0.2660999894142151,0.09510000050067902,0.9994000196456909,0,0.034299999475479126,0.9592000246047974,0.2660999894142151,0.09510000050067902,0.9628999829292297,0.2676999866962433,0.03290000185370445,0.9631999731063843,0.2678999900817871,0.022299999371170998,0.9628999829292297,0.2676999866962433,0.03290000185370445,0.8659999966621399,0.4991999864578247,0.02969999983906746,0.9631999731063843,0.2678999900817871,0.022299999371170998,0.8659999966621399,0.4991999864578247,0.02969999983906746,0.8661999702453613,0.49939998984336853,0.01979999989271164,0.9628999829292297,0.2676999866962433,0.03290000185370445,0.9592000246047974,0.2660999894142151,0.09510000050067902,0.8633999824523926,0.4968999922275543,0.08709999918937683,0.9628999829292297,0.2676999866962433,0.03290000185370445,0.8633999824523926,0.4968999922275543,0.08709999918937683,0.8659999966621399,0.4991999864578247,0.02969999983906746,0.18649999797344208,0.7458999752998352,0.6394000053405762,0.23499999940395355,0.9316999912261963,0.2770000100135803,0.4799000024795532,0.8341000080108643,0.2721000015735626,0.18649999797344208,0.7458999752998352,0.6394000053405762,0.4799000024795532,0.8341000080108643,0.2721000015735626,0.38850000500679016,0.6753000020980835,0.6269999742507935,-0.007199999876320362,0.7324000000953674,0.6808000206947327,-0.005799999926239252,0.9532999992370605,0.301800012588501,0.23499999940395355,0.9316999912261963,0.2770000100135803,-0.007199999876320362,0.7324000000953674,0.6808000206947327,0.23499999940395355,0.9316999912261963,0.2770000100135803,0.18649999797344208,0.7458999752998352,0.6394000053405762,0.23499999940395355,0.9316999912261963,0.2770000100135803,0.24570000171661377,0.9670000076293945,0.06800000369548798,0.4975000023841858,0.8644999861717224,0.07209999859333038,0.23499999940395355,0.9316999912261963,0.2770000100135803,0.4975000023841858,0.8644999861717224,0.07209999859333038,0.4799000024795532,0.8341000080108643,0.2721000015735626,-0.005799999926239252,0.9532999992370605,0.301800012588501,-0.0031999999191612005,0.9977999925613403,0.06650000065565109,0.24570000171661377,0.9670000076293945,0.06800000369548798,-0.005799999926239252,0.9532999992370605,0.301800012588501,0.24570000171661377,0.9670000076293945,0.06800000369548798,0.23499999940395355,0.9316999912261963,0.2770000100135803,-0.2962999939918518,0.4966000020503998,0.8158000111579895,-0.4625999927520752,0.7854999899864197,0.41100001335144043,-0.23999999463558197,0.906499981880188,0.3474999964237213,-0.2962999939918518,0.4966000020503998,0.8158000111579895,-0.23999999463558197,0.906499981880188,0.3474999964237213,-0.17430000007152557,0.6445000171661377,0.7444999814033508,-0.4625999927520752,0.7854999899864197,0.41100001335144043,-0.5024999976158142,0.8618999719619751,0.06780000030994415,-0.2517000138759613,0.965499997138977,0.06689999997615814,-0.4625999927520752,0.7854999899864197,0.41100001335144043,-0.2517000138759613,0.965499997138977,0.06689999997615814,-0.23999999463558197,0.906499981880188,0.3474999964237213,-0.17430000007152557,0.6445000171661377,0.7444999814033508,-0.23999999463558197,0.906499981880188,0.3474999964237213,-0.005799999926239252,0.9532999992370605,0.301800012588501,-0.17430000007152557,0.6445000171661377,0.7444999814033508,-0.005799999926239252,0.9532999992370605,0.301800012588501,-0.007199999876320362,0.7324000000953674,0.6808000206947327,-0.23999999463558197,0.906499981880188,0.3474999964237213,-0.2517000138759613,0.965499997138977,0.06689999997615814,-0.0031999999191612005,0.9977999925613403,0.06650000065565109,-0.23999999463558197,0.906499981880188,0.3474999964237213,-0.0031999999191612005,0.9977999925613403,0.06650000065565109,-0.005799999926239252,0.9532999992370605,0.301800012588501,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.2506999969482422,0.9679999947547913,-0.005799999926239252,-0.25099998712539673,0.9679999947547913,0.004100000020116568,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.25099998712539673,0.9679999947547913,0.004100000020116568,-0.5023999810218811,0.8646000027656555,-0.0017999999690800905,-0.2506999969482422,0.9679999947547913,-0.005799999926239252,-0.0019000000320374966,1,-0.00009999999747378752,-0.002199999988079071,1,0.009600000455975533,-0.2506999969482422,0.9679999947547913,-0.005799999926239252,-0.002199999988079071,1,0.009600000455975533,-0.25099998712539673,0.9679999947547913,0.004100000020116568,-0.25099998712539673,0.9679999947547913,0.004100000020116568,-0.2517000138759613,0.965499997138977,0.06689999997615814,-0.5024999976158142,0.8618999719619751,0.06780000030994415,-0.25099998712539673,0.9679999947547913,0.004100000020116568,-0.5024999976158142,0.8618999719619751,0.06780000030994415,-0.5023999810218811,0.8646000027656555,-0.0017999999690800905,-0.002199999988079071,1,0.009600000455975533,-0.0031999999191612005,0.9977999925613403,0.06650000065565109,-0.2517000138759613,0.965499997138977,0.06689999997615814,-0.002199999988079071,1,0.009600000455975533,-0.2517000138759613,0.965499997138977,0.06689999997615814,-0.25099998712539673,0.9679999947547913,0.004100000020116568,0.49880000948905945,0.866599977016449,0.01119999960064888,0.49869999289512634,0.8665000200271606,0.0203000009059906,0.24690000712871552,0.9689000248908997,0.01489999983459711,0.49880000948905945,0.866599977016449,0.01119999960064888,0.24690000712871552,0.9689000248908997,0.01489999983459711,0.24709999561309814,0.968999981880188,0.00559999980032444,0.49869999289512634,0.8665000200271606,0.0203000009059906,0.4975000023841858,0.8644999861717224,0.07209999859333038,0.24570000171661377,0.9670000076293945,0.06800000369548798,0.49869999289512634,0.8665000200271606,0.0203000009059906,0.24570000171661377,0.9670000076293945,0.06800000369548798,0.24690000712871552,0.9689000248908997,0.01489999983459711,0.24709999561309814,0.968999981880188,0.00559999980032444,0.24690000712871552,0.9689000248908997,0.01489999983459711,-0.002199999988079071,1,0.009600000455975533,0.24709999561309814,0.968999981880188,0.00559999980032444,-0.002199999988079071,1,0.009600000455975533,-0.0019000000320374966,1,-0.00009999999747378752,0.24690000712871552,0.9689000248908997,0.01489999983459711,0.24570000171661377,0.9670000076293945,0.06800000369548798,-0.0031999999191612005,0.9977999925613403,0.06650000065565109,0.24690000712871552,0.9689000248908997,0.01489999983459711,-0.0031999999191612005,0.9977999925613403,0.06650000065565109,-0.002199999988079071,1,0.009600000455975533,0.4359000027179718,0.12309999763965607,0.8914999961853027,0.8324000239372253,0.23800000548362732,0.5005000233650208,0.8622999787330627,0.00039999998989515007,0.5065000057220459,0.4359000027179718,0.12309999763965607,0.8914999961853027,0.8622999787330627,0.00039999998989515007,0.5065000057220459,0.44620001316070557,0.0008999999845400453,0.8949000239372253,0.4377000033855438,0.25440001487731934,0.8623999953269958,0.7646999955177307,0.4499000012874603,0.46129998564720154,0.8324000239372253,0.23800000548362732,0.5005000233650208,0.4377000033855438,0.25440001487731934,0.8623999953269958,0.8324000239372253,0.23800000548362732,0.5005000233650208,0.4359000027179718,0.12309999763965607,0.8914999961853027,0.8324000239372253,0.23800000548362732,0.5005000233650208,0.9588000178337097,0.27559998631477356,0.06859999895095825,0.9975000023841858,-0.0005000000237487257,0.07000000029802322,0.8324000239372253,0.23800000548362732,0.5005000233650208,0.9975000023841858,-0.0005000000237487257,0.07000000029802322,0.8622999787330627,0.00039999998989515007,0.5065000057220459,0.7646999955177307,0.4499000012874603,0.46129998564720154,0.8583999872207642,0.5087000131607056,0.0658000037074089,0.9588000178337097,0.27559998631477356,0.06859999895095825,0.7646999955177307,0.4499000012874603,0.46129998564720154,0.9588000178337097,0.27559998631477356,0.06859999895095825,0.8324000239372253,0.23800000548362732,0.5005000233650208,0.32839998602867126,0.5633000135421753,0.7581999897956848,0.4668000042438507,0.8098000288009644,0.3553999960422516,0.6484000086784363,0.6428999900817871,0.40779998898506165,0.32839998602867126,0.5633000135421753,0.7581999897956848,0.6484000086784363,0.6428999900817871,0.40779998898506165,0.4138000011444092,0.4059999883174896,0.8148000240325928,0.4668000042438507,0.8098000288009644,0.3553999960422516,0.4952999949455261,0.866599977016449,0.061000000685453415,0.7059999704360962,0.7053999900817871,0.06300000101327896,0.4668000042438507,0.8098000288009644,0.3553999960422516,0.7059999704360962,0.7053999900817871,0.06300000101327896,0.6484000086784363,0.6428999900817871,0.40779998898506165,0.4138000011444092,0.4059999883174896,0.8148000240325928,0.6484000086784363,0.6428999900817871,0.40779998898506165,0.7646999955177307,0.4499000012874603,0.46129998564720154,0.4138000011444092,0.4059999883174896,0.8148000240325928,0.7646999955177307,0.4499000012874603,0.46129998564720154,0.4377000033855438,0.25440001487731934,0.8623999953269958,0.6484000086784363,0.6428999900817871,0.40779998898506165,0.7059999704360962,0.7053999900817871,0.06300000101327896,0.8583999872207642,0.5087000131607056,0.0658000037074089,0.6484000086784363,0.6428999900817871,0.40779998898506165,0.8583999872207642,0.5087000131607056,0.0658000037074089,0.7646999955177307,0.4499000012874603,0.46129998564720154,0.7062000036239624,0.7077999711036682,-0.01600000075995922,0.7064999938011169,0.7077000141143799,-0.006300000008195639,0.4950999915599823,0.8687999844551086,-0.003000000026077032,0.7062000036239624,0.7077999711036682,-0.01600000075995922,0.4950999915599823,0.8687999844551086,-0.003000000026077032,0.49480000138282776,0.8689000010490417,-0.012799999676644802,0.8596000075340271,0.5105999708175659,-0.01810000091791153,0.8598999977111816,0.5105000138282776,-0.008299999870359898,0.7064999938011169,0.7077000141143799,-0.006300000008195639,0.8596000075340271,0.5105999708175659,-0.01810000091791153,0.7064999938011169,0.7077000141143799,-0.006300000008195639,0.7062000036239624,0.7077999711036682,-0.01600000075995922,0.7064999938011169,0.7077000141143799,-0.006300000008195639,0.7059999704360962,0.7053999900817871,0.06300000101327896,0.4952999949455261,0.866599977016449,0.061000000685453415,0.7064999938011169,0.7077000141143799,-0.006300000008195639,0.4952999949455261,0.866599977016449,0.061000000685453415,0.4950999915599823,0.8687999844551086,-0.003000000026077032,0.8598999977111816,0.5105000138282776,-0.008299999870359898,0.8583999872207642,0.5087000131607056,0.0658000037074089,0.7059999704360962,0.7053999900817871,0.06300000101327896,0.8598999977111816,0.5105000138282776,-0.008299999870359898,0.7059999704360962,0.7053999900817871,0.06300000101327896,0.7064999938011169,0.7077000141143799,-0.006300000008195639,0.9998000264167786,-0.0008999999845400453,-0.018400000408291817,1,-0.0007999999797903001,-0.008500000461935997,0.9610000252723694,0.27649998664855957,-0.009200000204145908,0.9998000264167786,-0.0008999999845400453,-0.018400000408291817,0.9610000252723694,0.27649998664855957,-0.009200000204145908,0.9607999920845032,0.27649998664855957,-0.01899999938905239,1,-0.0007999999797903001,-0.008500000461935997,0.9975000023841858,-0.0005000000237487257,0.07000000029802322,0.9588000178337097,0.27559998631477356,0.06859999895095825,1,-0.0007999999797903001,-0.008500000461935997,0.9588000178337097,0.27559998631477356,0.06859999895095825,0.9610000252723694,0.27649998664855957,-0.009200000204145908,0.9607999920845032,0.27649998664855957,-0.01899999938905239,0.9610000252723694,0.27649998664855957,-0.009200000204145908,0.8598999977111816,0.5105000138282776,-0.008299999870359898,0.9607999920845032,0.27649998664855957,-0.01899999938905239,0.8598999977111816,0.5105000138282776,-0.008299999870359898,0.8596000075340271,0.5105999708175659,-0.01810000091791153,0.9610000252723694,0.27649998664855957,-0.009200000204145908,0.9588000178337097,0.27559998631477356,0.06859999895095825,0.8583999872207642,0.5087000131607056,0.0658000037074089,0.9610000252723694,0.27649998664855957,-0.009200000204145908,0.8583999872207642,0.5087000131607056,0.0658000037074089,0.8598999977111816,0.5105000138282776,-0.008299999870359898,0.18410000205039978,0.6933000087738037,0.6966999769210815,0.24050000309944153,0.9203000068664551,0.30869999527931213,0.4668000042438507,0.8098000288009644,0.3553999960422516,0.18410000205039978,0.6933000087738037,0.6966999769210815,0.4668000042438507,0.8098000288009644,0.3553999960422516,0.32839998602867126,0.5633000135421753,0.7581999897956848,0.006200000178068876,0.762499988079071,0.6470000147819519,0.0052999998442828655,0.9610000252723694,0.2766000032424927,0.24050000309944153,0.9203000068664551,0.30869999527931213,0.006200000178068876,0.762499988079071,0.6470000147819519,0.24050000309944153,0.9203000068664551,0.30869999527931213,0.18410000205039978,0.6933000087738037,0.6966999769210815,0.24050000309944153,0.9203000068664551,0.30869999527931213,0.24950000643730164,0.9664999842643738,0.05950000137090683,0.4952999949455261,0.866599977016449,0.061000000685453415,0.24050000309944153,0.9203000068664551,0.30869999527931213,0.4952999949455261,0.866599977016449,0.061000000685453415,0.4668000042438507,0.8098000288009644,0.3553999960422516,0.0052999998442828655,0.9610000252723694,0.2766000032424927,0.0035000001080334187,0.998199999332428,0.05920000001788139,0.24950000643730164,0.9664999842643738,0.05950000137090683,0.0052999998442828655,0.9610000252723694,0.2766000032424927,0.24950000643730164,0.9664999842643738,0.05950000137090683,0.24050000309944153,0.9203000068664551,0.30869999527931213,-0.39579999446868896,0.6847000122070312,0.6119999885559082,-0.482699990272522,0.8364999890327454,0.25929999351501465,-0.23639999330043793,0.9361000061035156,0.26030001044273376,-0.39579999446868896,0.6847000122070312,0.6119999885559082,-0.23639999330043793,0.9361000061035156,0.26030001044273376,-0.19179999828338623,0.7628999948501587,0.6173999905586243,-0.482699990272522,0.8364999890327454,0.25929999351501465,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.24539999663829803,0.9674999713897705,0.06080000102519989,-0.482699990272522,0.8364999890327454,0.25929999351501465,-0.24539999663829803,0.9674999713897705,0.06080000102519989,-0.23639999330043793,0.9361000061035156,0.26030001044273376,-0.19179999828338623,0.7628999948501587,0.6173999905586243,-0.23639999330043793,0.9361000061035156,0.26030001044273376,0.0052999998442828655,0.9610000252723694,0.2766000032424927,-0.19179999828338623,0.7628999948501587,0.6173999905586243,0.0052999998442828655,0.9610000252723694,0.2766000032424927,0.006200000178068876,0.762499988079071,0.6470000147819519,-0.23639999330043793,0.9361000061035156,0.26030001044273376,-0.24539999663829803,0.9674999713897705,0.06080000102519989,0.0035000001080334187,0.998199999332428,0.05920000001788139,-0.23639999330043793,0.9361000061035156,0.26030001044273376,0.0035000001080334187,0.998199999332428,0.05920000001788139,0.0052999998442828655,0.9610000252723694,0.2766000032424927,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.24629999697208405,0.9692000150680542,0.009100000374019146,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24629999697208405,0.9692000150680542,0.009100000374019146,-0.4991999864578247,0.8664000034332275,0.013799999840557575,0.002400000113993883,1,-0.0044999998062849045,0.0026000000070780516,1,0.004900000058114529,-0.24629999697208405,0.9692000150680542,0.009100000374019146,0.002400000113993883,1,-0.0044999998062849045,-0.24629999697208405,0.9692000150680542,0.009100000374019146,-0.24639999866485596,0.9692000150680542,0,-0.24629999697208405,0.9692000150680542,0.009100000374019146,-0.24539999663829803,0.9674999713897705,0.06080000102519989,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.24629999697208405,0.9692000150680542,0.009100000374019146,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.4991999864578247,0.8664000034332275,0.013799999840557575,0.0026000000070780516,1,0.004900000058114529,0.0035000001080334187,0.998199999332428,0.05920000001788139,-0.24539999663829803,0.9674999713897705,0.06080000102519989,0.0026000000070780516,1,0.004900000058114529,-0.24539999663829803,0.9674999713897705,0.06080000102519989,-0.24629999697208405,0.9692000150680542,0.009100000374019146,0.49480000138282776,0.8689000010490417,-0.012799999676644802,0.4950999915599823,0.8687999844551086,-0.003000000026077032,0.24889999628067017,0.968500018119812,0.0008999999845400453,0.49480000138282776,0.8689000010490417,-0.012799999676644802,0.24889999628067017,0.968500018119812,0.0008999999845400453,0.24860000610351562,0.9685999751091003,-0.008700000122189522,0.4950999915599823,0.8687999844551086,-0.003000000026077032,0.4952999949455261,0.866599977016449,0.061000000685453415,0.24950000643730164,0.9664999842643738,0.05950000137090683,0.4950999915599823,0.8687999844551086,-0.003000000026077032,0.24950000643730164,0.9664999842643738,0.05950000137090683,0.24889999628067017,0.968500018119812,0.0008999999845400453,0.24860000610351562,0.9685999751091003,-0.008700000122189522,0.24889999628067017,0.968500018119812,0.0008999999845400453,0.0026000000070780516,1,0.004900000058114529,0.24860000610351562,0.9685999751091003,-0.008700000122189522,0.0026000000070780516,1,0.004900000058114529,0.002400000113993883,1,-0.0044999998062849045,0.24889999628067017,0.968500018119812,0.0008999999845400453,0.24950000643730164,0.9664999842643738,0.05950000137090683,0.0035000001080334187,0.998199999332428,0.05920000001788139,0.24889999628067017,0.968500018119812,0.0008999999845400453,0.0035000001080334187,0.998199999332428,0.05920000001788139,0.0026000000070780516,1,0.004900000058114529,-0.5566999912261963,0.5386999845504761,0.6323000192642212,-0.6894000172615051,0.6703000068664551,0.27469998598098755,-0.482699990272522,0.8364999890327454,0.25929999351501465,-0.5566999912261963,0.5386999845504761,0.6323000192642212,-0.482699990272522,0.8364999890327454,0.25929999351501465,-0.39579999446868896,0.6847000122070312,0.6119999885559082,-0.645799994468689,0.3653999865055084,0.6704000234603882,-0.8281999826431274,0.47189998626708984,0.30230000615119934,-0.6894000172615051,0.6703000068664551,0.27469998598098755,-0.645799994468689,0.3653999865055084,0.6704000234603882,-0.6894000172615051,0.6703000068664551,0.27469998598098755,-0.5566999912261963,0.5386999845504761,0.6323000192642212,-0.6894000172615051,0.6703000068664551,0.27469998598098755,-0.7139999866485596,0.6966000199317932,0.07090000063180923,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.6894000172615051,0.6703000068664551,0.27469998598098755,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.482699990272522,0.8364999890327454,0.25929999351501465,-0.8281999826431274,0.47189998626708984,0.30230000615119934,-0.8651000261306763,0.49540001153945923,0.07819999754428864,-0.7139999866485596,0.6966000199317932,0.07090000063180923,-0.8281999826431274,0.47189998626708984,0.30230000615119934,-0.7139999866485596,0.6966000199317932,0.07090000063180923,-0.6894000172615051,0.6703000068664551,0.27469998598098755,-0.6779000163078308,0.00039999998989515007,0.7350999712944031,-0.9348999857902527,0.0003000000142492354,0.3547999858856201,-0.9086999893188477,0.2492000013589859,0.33480000495910645,-0.6779000163078308,0.00039999998989515007,0.7350999712944031,-0.9086999893188477,0.2492000013589859,0.33480000495910645,-0.6776999831199646,0.18410000205039978,0.711899995803833,-0.9348999857902527,0.0003000000142492354,0.3547999858856201,-0.9958999752998352,0.00009999999747378752,0.09059999883174896,-0.9605000019073486,0.26489999890327454,0.08569999784231186,-0.9348999857902527,0.0003000000142492354,0.3547999858856201,-0.9605000019073486,0.26489999890327454,0.08569999784231186,-0.9086999893188477,0.2492000013589859,0.33480000495910645,-0.6776999831199646,0.18410000205039978,0.711899995803833,-0.9086999893188477,0.2492000013589859,0.33480000495910645,-0.8281999826431274,0.47189998626708984,0.30230000615119934,-0.6776999831199646,0.18410000205039978,0.711899995803833,-0.8281999826431274,0.47189998626708984,0.30230000615119934,-0.645799994468689,0.3653999865055084,0.6704000234603882,-0.9086999893188477,0.2492000013589859,0.33480000495910645,-0.9605000019073486,0.26489999890327454,0.08569999784231186,-0.8651000261306763,0.49540001153945923,0.07819999754428864,-0.9086999893188477,0.2492000013589859,0.33480000495910645,-0.8651000261306763,0.49540001153945923,0.07819999754428864,-0.8281999826431274,0.47189998626708984,0.30230000615119934,-0.9998000264167786,0,0.01769999973475933,-0.963699996471405,0.266400009393692,0.015699999406933784,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.9998000264167786,0,0.01769999973475933,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.9995999932289124,0,0.028300000354647636,-0.963699996471405,0.266400009393692,0.015699999406933784,-0.8672999739646912,0.4975999891757965,0.012900000438094139,-0.8672000169754028,0.4973999857902527,0.02250000089406967,-0.963699996471405,0.266400009393692,0.015699999406933784,-0.8672000169754028,0.4973999857902527,0.02250000089406967,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.9605000019073486,0.26489999890327454,0.08569999784231186,-0.9958999752998352,0.00009999999747378752,0.09059999883174896,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.9958999752998352,0.00009999999747378752,0.09059999883174896,-0.9995999932289124,0,0.028300000354647636,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.8672000169754028,0.4973999857902527,0.02250000089406967,-0.8651000261306763,0.49540001153945923,0.07819999754428864,-0.9635999798774719,0.2662000060081482,0.026000000536441803,-0.8651000261306763,0.49540001153945923,0.07819999754428864,-0.9605000019073486,0.26489999890327454,0.08569999784231186,-0.7153000235557556,0.6988000273704529,0.009200000204145908,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.4991999864578247,0.8664000034332275,0.013799999840557575,-0.7153000235557556,0.6988000273704529,0.009200000204145908,-0.4991999864578247,0.8664000034332275,0.013799999840557575,-0.7153000235557556,0.6985999941825867,0.01850000023841858,-0.7153000235557556,0.6985999941825867,0.01850000023841858,-0.4991999864578247,0.8664000034332275,0.013799999840557575,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.7153000235557556,0.6985999941825867,0.01850000023841858,-0.4982999861240387,0.8646000027656555,0.06469999998807907,-0.7139999866485596,0.6966000199317932,0.07090000063180923,-0.8672999739646912,0.4975999891757965,0.012900000438094139,-0.7153000235557556,0.6988000273704529,0.009200000204145908,-0.7153000235557556,0.6985999941825867,0.01850000023841858,-0.8672999739646912,0.4975999891757965,0.012900000438094139,-0.7153000235557556,0.6985999941825867,0.01850000023841858,-0.8672000169754028,0.4973999857902527,0.02250000089406967,-0.8672000169754028,0.4973999857902527,0.02250000089406967,-0.7153000235557556,0.6985999941825867,0.01850000023841858,-0.7139999866485596,0.6966000199317932,0.07090000063180923,-0.8672000169754028,0.4973999857902527,0.02250000089406967,-0.7139999866485596,0.6966000199317932,0.07090000063180923,-0.8651000261306763,0.49540001153945923,0.07819999754428864,-0.6765000224113464,-0.18320000171661377,0.7132999897003174,-0.9078999757766724,-0.2485000044107437,0.3377000093460083,-0.9348999857902527,0.0003000000142492354,0.3547999858856201,-0.6765000224113464,-0.18320000171661377,0.7132999897003174,-0.9348999857902527,0.0003000000142492354,0.3547999858856201,-0.6779000163078308,0.00039999998989515007,0.7350999712944031,-0.6452000141143799,-0.3644999861717224,0.671500027179718,-0.8274000287055969,-0.4708000123500824,0.3061999976634979,-0.9078999757766724,-0.2485000044107437,0.3377000093460083,-0.6452000141143799,-0.3644999861717224,0.671500027179718,-0.9078999757766724,-0.2485000044107437,0.3377000093460083,-0.6765000224113464,-0.18320000171661377,0.7132999897003174,-0.9078999757766724,-0.2485000044107437,0.3377000093460083,-0.9603000283241272,-0.26460000872612,0.08839999884366989,-0.9958999752998352,0.00009999999747378752,0.09059999883174896,-0.9078999757766724,-0.2485000044107437,0.3377000093460083,-0.9958999752998352,0.00009999999747378752,0.09059999883174896,-0.9348999857902527,0.0003000000142492354,0.3547999858856201,-0.8274000287055969,-0.4708000123500824,0.3061999976634979,-0.8651000261306763,-0.49470001459121704,0.0828000009059906,-0.9603000283241272,-0.26460000872612,0.08839999884366989,-0.8274000287055969,-0.4708000123500824,0.3061999976634979,-0.9603000283241272,-0.26460000872612,0.08839999884366989,-0.9078999757766724,-0.2485000044107437,0.3377000093460083,-0.4007999897003174,-0.6894000172615051,0.6035000085830688,-0.4846999943256378,-0.8356000185012817,0.2583000063896179,-0.6897000074386597,-0.6689000129699707,0.27730000019073486,-0.4007999897003174,-0.6894000172615051,0.6035000085830688,-0.6897000074386597,-0.6689000129699707,0.27730000019073486,-0.5584999918937683,-0.5389999747276306,0.6305000185966492,-0.4846999943256378,-0.8356000185012817,0.2583000063896179,-0.5,-0.863099992275238,0.07079999893903732,-0.7145000100135803,-0.6953999996185303,0.07649999856948853,-0.4846999943256378,-0.8356000185012817,0.2583000063896179,-0.7145000100135803,-0.6953999996185303,0.07649999856948853,-0.6897000074386597,-0.6689000129699707,0.27730000019073486,-0.5584999918937683,-0.5389999747276306,0.6305000185966492,-0.6897000074386597,-0.6689000129699707,0.27730000019073486,-0.8274000287055969,-0.4708000123500824,0.3061999976634979,-0.5584999918937683,-0.5389999747276306,0.6305000185966492,-0.8274000287055969,-0.4708000123500824,0.3061999976634979,-0.6452000141143799,-0.3644999861717224,0.671500027179718,-0.6897000074386597,-0.6689000129699707,0.27730000019073486,-0.7145000100135803,-0.6953999996185303,0.07649999856948853,-0.8651000261306763,-0.49470001459121704,0.0828000009059906,-0.6897000074386597,-0.6689000129699707,0.27730000019073486,-0.8651000261306763,-0.49470001459121704,0.0828000009059906,-0.8274000287055969,-0.4708000123500824,0.3061999976634979,-0.7160000205039978,-0.6978999972343445,0.015399999916553497,-0.7160000205039978,-0.697700023651123,0.02449999935925007,-0.5008999705314636,-0.8651999831199646,0.0210999995470047,-0.7160000205039978,-0.6978999972343445,0.015399999916553497,-0.5008999705314636,-0.8651999831199646,0.0210999995470047,-0.5009999871253967,-0.8654000163078308,0.012299999594688416,-0.8675000071525574,-0.49709999561309814,0.01730000041425228,-0.8673999905586243,-0.4968999922275543,0.027000000700354576,-0.7160000205039978,-0.697700023651123,0.02449999935925007,-0.8675000071525574,-0.49709999561309814,0.01730000041425228,-0.7160000205039978,-0.697700023651123,0.02449999935925007,-0.7160000205039978,-0.6978999972343445,0.015399999916553497,-0.7160000205039978,-0.697700023651123,0.02449999935925007,-0.7145000100135803,-0.6953999996185303,0.07649999856948853,-0.5,-0.863099992275238,0.07079999893903732,-0.7160000205039978,-0.697700023651123,0.02449999935925007,-0.5,-0.863099992275238,0.07079999893903732,-0.5008999705314636,-0.8651999831199646,0.0210999995470047,-0.8673999905586243,-0.4968999922275543,0.027000000700354576,-0.8651000261306763,-0.49470001459121704,0.0828000009059906,-0.7145000100135803,-0.6953999996185303,0.07649999856948853,-0.8673999905586243,-0.4968999922275543,0.027000000700354576,-0.7145000100135803,-0.6953999996185303,0.07649999856948853,-0.7160000205039978,-0.697700023651123,0.02449999935925007,-0.9998000264167786,0,0.01769999973475933,-0.9995999932289124,0,0.028300000354647636,-0.9635000228881836,-0.2660999894142151,0.0284000001847744,-0.9998000264167786,0,0.01769999973475933,-0.9635000228881836,-0.2660999894142151,0.0284000001847744,-0.963699996471405,-0.2662000060081482,0.01810000091791153,-0.9995999932289124,0,0.028300000354647636,-0.9958999752998352,0.00009999999747378752,0.09059999883174896,-0.9603000283241272,-0.26460000872612,0.08839999884366989,-0.9995999932289124,0,0.028300000354647636,-0.9603000283241272,-0.26460000872612,0.08839999884366989,-0.9635000228881836,-0.2660999894142151,0.0284000001847744,-0.963699996471405,-0.2662000060081482,0.01810000091791153,-0.9635000228881836,-0.2660999894142151,0.0284000001847744,-0.8673999905586243,-0.4968999922275543,0.027000000700354576,-0.963699996471405,-0.2662000060081482,0.01810000091791153,-0.8673999905586243,-0.4968999922275543,0.027000000700354576,-0.8675000071525574,-0.49709999561309814,0.01730000041425228,-0.9635000228881836,-0.2660999894142151,0.0284000001847744,-0.9603000283241272,-0.26460000872612,0.08839999884366989,-0.8651000261306763,-0.49470001459121704,0.0828000009059906,-0.9635000228881836,-0.2660999894142151,0.0284000001847744,-0.8651000261306763,-0.49470001459121704,0.0828000009059906,-0.8673999905586243,-0.4968999922275543,0.027000000700354576,-0.19869999587535858,-0.7778000235557556,0.5961999893188477,-0.23999999463558197,-0.9375,0.25209999084472656,-0.4846999943256378,-0.8356000185012817,0.2583000063896179,-0.19869999587535858,-0.7778000235557556,0.5961999893188477,-0.4846999943256378,-0.8356000185012817,0.2583000063896179,-0.4007999897003174,-0.6894000172615051,0.6035000085830688,0.0031999999191612005,-0.7928000092506409,0.609499990940094,0.002300000051036477,-0.9661999940872192,0.25780001282691956,-0.23999999463558197,-0.9375,0.25209999084472656,0.0031999999191612005,-0.7928000092506409,0.609499990940094,-0.23999999463558197,-0.9375,0.25209999084472656,-0.19869999587535858,-0.7778000235557556,0.5961999893188477,-0.23999999463558197,-0.9375,0.25209999084472656,-0.24799999594688416,-0.9664999842643738,0.06650000065565109,-0.5,-0.863099992275238,0.07079999893903732,-0.23999999463558197,-0.9375,0.25209999084472656,-0.5,-0.863099992275238,0.07079999893903732,-0.4846999943256378,-0.8356000185012817,0.2583000063896179,0.002300000051036477,-0.9661999940872192,0.25780001282691956,0.0010000000474974513,-0.9980000257492065,0.06400000303983688,-0.24799999594688416,-0.9664999842643738,0.06650000065565109,0.002300000051036477,-0.9661999940872192,0.25780001282691956,-0.24799999594688416,-0.9664999842643738,0.06650000065565109,-0.23999999463558197,-0.9375,0.25209999084472656,0.36340001225471497,-0.6262000203132629,0.6898999810218811,0.4747999906539917,-0.8255000114440918,0.3052000105381012,0.24089999496936798,-0.9307000041007996,0.275299996137619,0.36340001225471497,-0.6262000203132629,0.6898999810218811,0.24089999496936798,-0.9307000041007996,0.275299996137619,0.19419999420642853,-0.7419999837875366,0.641700029373169,0.4747999906539917,-0.8255000114440918,0.3052000105381012,0.4950999915599823,-0.866599977016449,0.06270000338554382,0.24809999763965607,-0.96670001745224,0.06289999932050705,0.4747999906539917,-0.8255000114440918,0.3052000105381012,0.24809999763965607,-0.96670001745224,0.06289999932050705,0.24089999496936798,-0.9307000041007996,0.275299996137619,0.19419999420642853,-0.7419999837875366,0.641700029373169,0.24089999496936798,-0.9307000041007996,0.275299996137619,0.002300000051036477,-0.9661999940872192,0.25780001282691956,0.19419999420642853,-0.7419999837875366,0.641700029373169,0.002300000051036477,-0.9661999940872192,0.25780001282691956,0.0031999999191612005,-0.7928000092506409,0.609499990940094,0.24089999496936798,-0.9307000041007996,0.275299996137619,0.24809999763965607,-0.96670001745224,0.06289999932050705,0.0010000000474974513,-0.9980000257492065,0.06400000303983688,0.24089999496936798,-0.9307000041007996,0.275299996137619,0.0010000000474974513,-0.9980000257492065,0.06400000303983688,0.002300000051036477,-0.9661999940872192,0.25780001282691956,0.24770000576972961,-0.9688000082969666,0,0.24779999256134033,-0.9688000082969666,0.00930000003427267,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.24770000576972961,-0.9688000082969666,0,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.00039999998989515007,-1,0.004399999976158142,0.0005000000237487257,-0.9998999834060669,0.013399999588727951,0.24779999256134033,-0.9688000082969666,0.00930000003427267,0.00039999998989515007,-1,0.004399999976158142,0.24779999256134033,-0.9688000082969666,0.00930000003427267,0.24770000576972961,-0.9688000082969666,0,0.24779999256134033,-0.9688000082969666,0.00930000003427267,0.24809999763965607,-0.96670001745224,0.06289999932050705,0.4950999915599823,-0.866599977016449,0.06270000338554382,0.24779999256134033,-0.9688000082969666,0.00930000003427267,0.4950999915599823,-0.866599977016449,0.06270000338554382,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.0005000000237487257,-0.9998999834060669,0.013399999588727951,0.0010000000474974513,-0.9980000257492065,0.06400000303983688,0.24809999763965607,-0.96670001745224,0.06289999932050705,0.0005000000237487257,-0.9998999834060669,0.013399999588727951,0.24809999763965607,-0.96670001745224,0.06289999932050705,0.24779999256134033,-0.9688000082969666,0.00930000003427267,-0.5009999871253967,-0.8654000163078308,0.012299999594688416,-0.5008999705314636,-0.8651999831199646,0.0210999995470047,-0.24869999289512634,-0.9684000015258789,0.01730000041425228,-0.5009999871253967,-0.8654000163078308,0.012299999594688416,-0.24869999289512634,-0.9684000015258789,0.01730000041425228,-0.24879999458789825,-0.968500018119812,0.00839999970048666,-0.5008999705314636,-0.8651999831199646,0.0210999995470047,-0.5,-0.863099992275238,0.07079999893903732,-0.24799999594688416,-0.9664999842643738,0.06650000065565109,-0.5008999705314636,-0.8651999831199646,0.0210999995470047,-0.24799999594688416,-0.9664999842643738,0.06650000065565109,-0.24869999289512634,-0.9684000015258789,0.01730000041425228,-0.24879999458789825,-0.968500018119812,0.00839999970048666,-0.24869999289512634,-0.9684000015258789,0.01730000041425228,0.0005000000237487257,-0.9998999834060669,0.013399999588727951,-0.24879999458789825,-0.968500018119812,0.00839999970048666,0.0005000000237487257,-0.9998999834060669,0.013399999588727951,0.00039999998989515007,-1,0.004399999976158142,-0.24869999289512634,-0.9684000015258789,0.01730000041425228,-0.24799999594688416,-0.9664999842643738,0.06650000065565109,0.0010000000474974513,-0.9980000257492065,0.06400000303983688,-0.24869999289512634,-0.9684000015258789,0.01730000041425228,0.0010000000474974513,-0.9980000257492065,0.06400000303983688,0.0005000000237487257,-0.9998999834060669,0.013399999588727951,0.47510001063346863,-0.46630001068115234,0.7462000250816345,0.6661999821662903,-0.6601999998092651,0.3467000126838684,0.4747999906539917,-0.8255000114440918,0.3052000105381012,0.47510001063346863,-0.46630001068115234,0.7462000250816345,0.4747999906539917,-0.8255000114440918,0.3052000105381012,0.36340001225471497,-0.6262000203132629,0.6898999810218811,0.5095000267028809,-0.2955000102519989,0.8080999851226807,0.7894999980926514,-0.46369999647140503,0.4020000100135803,0.6661999821662903,-0.6601999998092651,0.3467000126838684,0.5095000267028809,-0.2955000102519989,0.8080999851226807,0.6661999821662903,-0.6601999998092651,0.3467000126838684,0.47510001063346863,-0.46630001068115234,0.7462000250816345,0.6661999821662903,-0.6601999998092651,0.3467000126838684,0.7063000202178955,-0.7049999833106995,0.0632999986410141,0.4950999915599823,-0.866599977016449,0.06270000338554382,0.6661999821662903,-0.6601999998092651,0.3467000126838684,0.4950999915599823,-0.866599977016449,0.06270000338554382,0.4747999906539917,-0.8255000114440918,0.3052000105381012,0.7894999980926514,-0.46369999647140503,0.4020000100135803,0.8586000204086304,-0.5084999799728394,0.06530000269412994,0.7063000202178955,-0.7049999833106995,0.0632999986410141,0.7894999980926514,-0.46369999647140503,0.4020000100135803,0.7063000202178955,-0.7049999833106995,0.0632999986410141,0.6661999821662903,-0.6601999998092651,0.3467000126838684,0.44620001316070557,0.0008999999845400453,0.8949000239372253,0.8622999787330627,0.00039999998989515007,0.5065000057220459,0.8526999950408936,-0.24289999902248383,0.4625999927520752,0.44620001316070557,0.0008999999845400453,0.8949000239372253,0.8526999950408936,-0.24289999902248383,0.4625999927520752,0.4871000051498413,-0.13600000739097595,0.8626999855041504,0.8622999787330627,0.00039999998989515007,0.5065000057220459,0.9975000023841858,-0.0005000000237487257,0.07000000029802322,0.9587000012397766,-0.2761000096797943,0.06809999793767929,0.8622999787330627,0.00039999998989515007,0.5065000057220459,0.9587000012397766,-0.2761000096797943,0.06809999793767929,0.8526999950408936,-0.24289999902248383,0.4625999927520752,0.4871000051498413,-0.13600000739097595,0.8626999855041504,0.8526999950408936,-0.24289999902248383,0.4625999927520752,0.7894999980926514,-0.46369999647140503,0.4020000100135803,0.4871000051498413,-0.13600000739097595,0.8626999855041504,0.7894999980926514,-0.46369999647140503,0.4020000100135803,0.5095000267028809,-0.2955000102519989,0.8080999851226807,0.8526999950408936,-0.24289999902248383,0.4625999927520752,0.9587000012397766,-0.2761000096797943,0.06809999793767929,0.8586000204086304,-0.5084999799728394,0.06530000269412994,0.8526999950408936,-0.24289999902248383,0.4625999927520752,0.8586000204086304,-0.5084999799728394,0.06530000269412994,0.7894999980926514,-0.46369999647140503,0.4020000100135803,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,0.9606999754905701,-0.2775000035762787,-0.006300000008195639,1,-0.0007999999797903001,-0.008500000461935997,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,1,-0.0007999999797903001,-0.008500000461935997,0.9998000264167786,-0.0008999999845400453,-0.018400000408291817,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,0.8596000075340271,-0.5108000040054321,-0.013199999928474426,0.8597999811172485,-0.5105999708175659,-0.0032999999821186066,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,0.8597999811172485,-0.5105999708175659,-0.0032999999821186066,0.9606999754905701,-0.2775000035762787,-0.006300000008195639,0.9606999754905701,-0.2775000035762787,-0.006300000008195639,0.9587000012397766,-0.2761000096797943,0.06809999793767929,0.9975000023841858,-0.0005000000237487257,0.07000000029802322,0.9606999754905701,-0.2775000035762787,-0.006300000008195639,0.9975000023841858,-0.0005000000237487257,0.07000000029802322,1,-0.0007999999797903001,-0.008500000461935997,0.8597999811172485,-0.5105999708175659,-0.0032999999821186066,0.8586000204086304,-0.5084999799728394,0.06530000269412994,0.9587000012397766,-0.2761000096797943,0.06809999793767929,0.8597999811172485,-0.5105999708175659,-0.0032999999821186066,0.9587000012397766,-0.2761000096797943,0.06809999793767929,0.9606999754905701,-0.2775000035762787,-0.006300000008195639,0.70660001039505,-0.7074999809265137,-0.009399999864399433,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.70660001039505,-0.7074999809265137,-0.009399999864399433,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.7069000005722046,-0.7073000073432922,0.00039999998989515007,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.4950999915599823,-0.866599977016449,0.06270000338554382,0.7063000202178955,-0.7049999833106995,0.0632999986410141,0.4952000081539154,-0.8687999844551086,0.004800000227987766,0.7063000202178955,-0.7049999833106995,0.0632999986410141,0.7069000005722046,-0.7073000073432922,0.00039999998989515007,0.8596000075340271,-0.5108000040054321,-0.013199999928474426,0.70660001039505,-0.7074999809265137,-0.009399999864399433,0.7069000005722046,-0.7073000073432922,0.00039999998989515007,0.8596000075340271,-0.5108000040054321,-0.013199999928474426,0.7069000005722046,-0.7073000073432922,0.00039999998989515007,0.8597999811172485,-0.5105999708175659,-0.0032999999821186066,0.7069000005722046,-0.7073000073432922,0.00039999998989515007,0.7063000202178955,-0.7049999833106995,0.0632999986410141,0.8586000204086304,-0.5084999799728394,0.06530000269412994,0.7069000005722046,-0.7073000073432922,0.00039999998989515007,0.8586000204086304,-0.5084999799728394,0.06530000269412994,0.8597999811172485,-0.5105999708175659,-0.0032999999821186066,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.7167999744415283,0.6970999836921692,-0.01720000058412552,-0.7167999744415283,0.6970999836921692,-0.016599999740719795,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.7167999744415283,0.6970999836921692,-0.016599999740719795,-0.5019999742507935,0.864799976348877,-0.011599999852478504,-0.7167999744415283,0.6970999836921692,-0.01720000058412552,-0.8680999875068665,0.4959999918937683,-0.020999999716877937,-0.8680999875068665,0.4959999918937683,-0.02019999921321869,-0.7167999744415283,0.6970999836921692,-0.01720000058412552,-0.8680999875068665,0.4959999918937683,-0.02019999921321869,-0.7167999744415283,0.6970999836921692,-0.016599999740719795,-0.5019999742507935,0.864799976348877,-0.011599999852478504,-0.7167999744415283,0.6970999836921692,-0.016599999740719795,-0.7167999744415283,0.6970999836921692,-0.01640000008046627,-0.5019999742507935,0.864799976348877,-0.011599999852478504,-0.7167999744415283,0.6970999836921692,-0.01640000008046627,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.7167999744415283,0.6970999836921692,-0.016599999740719795,-0.8680999875068665,0.4959999918937683,-0.02019999921321869,-0.8680999875068665,0.4961000084877014,-0.01979999989271164,-0.7167999744415283,0.6970999836921692,-0.016599999740719795,-0.8680999875068665,0.4961000084877014,-0.01979999989271164,-0.7167999744415283,0.6970999836921692,-0.01640000008046627,-0.9997000098228455,0,-0.024399999529123306,-0.9997000098228455,0,-0.02329999953508377,-0.9639000296592712,0.2653000056743622,-0.02239999920129776,-0.9997000098228455,0,-0.024399999529123306,-0.9639000296592712,0.2653000056743622,-0.02239999920129776,-0.9639000296592712,0.2653000056743622,-0.023499999195337296,-0.9997000098228455,0,-0.02329999953508377,-0.9997000098228455,0,-0.02290000021457672,-0.9639000296592712,0.2653000056743622,-0.02199999988079071,-0.9997000098228455,0,-0.02329999953508377,-0.9639000296592712,0.2653000056743622,-0.02199999988079071,-0.9639000296592712,0.2653000056743622,-0.02239999920129776,-0.9639000296592712,0.2653000056743622,-0.023499999195337296,-0.9639000296592712,0.2653000056743622,-0.02239999920129776,-0.8680999875068665,0.4959999918937683,-0.02019999921321869,-0.9639000296592712,0.2653000056743622,-0.023499999195337296,-0.8680999875068665,0.4959999918937683,-0.02019999921321869,-0.8680999875068665,0.4959999918937683,-0.020999999716877937,-0.9639000296592712,0.2653000056743622,-0.02239999920129776,-0.9639000296592712,0.2653000056743622,-0.02199999988079071,-0.8680999875068665,0.4961000084877014,-0.01979999989271164,-0.9639000296592712,0.2653000056743622,-0.02239999920129776,-0.8680999875068665,0.4961000084877014,-0.01979999989271164,-0.8680999875068665,0.4959999918937683,-0.02019999921321869,-0.9639000296592712,0.2653000056743622,-0.021800000220537186,-0.9639000296592712,0.2653000056743622,-0.021900000050663948,-0.9997000098228455,0,-0.022700000554323196,-0.9639000296592712,0.2653000056743622,-0.021800000220537186,-0.9997000098228455,0,-0.022700000554323196,-0.9997000098228455,0,-0.022600000724196434,-0.8680999875068665,0.4961000084877014,-0.019600000232458115,-0.8680999875068665,0.4961000084877014,-0.019700000062584877,-0.9639000296592712,0.2653000056743622,-0.021900000050663948,-0.8680999875068665,0.4961000084877014,-0.019600000232458115,-0.9639000296592712,0.2653000056743622,-0.021900000050663948,-0.9639000296592712,0.2653000056743622,-0.021800000220537186,-0.9639000296592712,0.2653000056743622,-0.021900000050663948,-0.9639000296592712,0.2653000056743622,-0.02199999988079071,-0.9997000098228455,0,-0.02290000021457672,-0.9639000296592712,0.2653000056743622,-0.021900000050663948,-0.9997000098228455,0,-0.02290000021457672,-0.9997000098228455,0,-0.022700000554323196,-0.8680999875068665,0.4961000084877014,-0.019700000062584877,-0.8680999875068665,0.4961000084877014,-0.01979999989271164,-0.9639000296592712,0.2653000056743622,-0.02199999988079071,-0.8680999875068665,0.4961000084877014,-0.019700000062584877,-0.9639000296592712,0.2653000056743622,-0.02199999988079071,-0.9639000296592712,0.2653000056743622,-0.021900000050663948,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.7167999744415283,0.6970999836921692,-0.01640000008046627,-0.8680999875068665,0.4961000084877014,-0.019600000232458115,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.8680999875068665,0.4961000084877014,-0.019600000232458115,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.8680999875068665,0.4961000084877014,-0.019700000062584877,-0.8680999875068665,0.4961000084877014,-0.019700000062584877,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.7167999744415283,0.6970999836921692,-0.01640000008046627,-0.8680999875068665,0.4961000084877014,-0.019700000062584877,-0.7167999744415283,0.6970999836921692,-0.01640000008046627,-0.8680999875068665,0.4961000084877014,-0.01979999989271164,-0.9639000296592712,-0.2651999890804291,-0.023499999195337296,-0.9639000296592712,-0.2651999890804291,-0.02239999920129776,-0.9997000098228455,0,-0.02329999953508377,-0.9639000296592712,-0.2651999890804291,-0.023499999195337296,-0.9997000098228455,0,-0.02329999953508377,-0.9997000098228455,0,-0.024399999529123306,-0.8682000041007996,-0.4959000051021576,-0.020999999716877937,-0.8680999875068665,-0.4959000051021576,-0.02019999921321869,-0.9639000296592712,-0.2651999890804291,-0.02239999920129776,-0.8682000041007996,-0.4959000051021576,-0.020999999716877937,-0.9639000296592712,-0.2651999890804291,-0.02239999920129776,-0.9639000296592712,-0.2651999890804291,-0.023499999195337296,-0.9639000296592712,-0.2651999890804291,-0.02239999920129776,-0.9639000296592712,-0.2651999890804291,-0.02199999988079071,-0.9997000098228455,0,-0.02290000021457672,-0.9639000296592712,-0.2651999890804291,-0.02239999920129776,-0.9997000098228455,0,-0.02290000021457672,-0.9997000098228455,0,-0.02329999953508377,-0.8680999875068665,-0.4959000051021576,-0.02019999921321869,-0.8680999875068665,-0.4959000051021576,-0.01979999989271164,-0.9639000296592712,-0.2651999890804291,-0.02199999988079071,-0.8680999875068665,-0.4959000051021576,-0.02019999921321869,-0.9639000296592712,-0.2651999890804291,-0.02199999988079071,-0.9639000296592712,-0.2651999890804291,-0.02239999920129776,-0.5023000240325928,-0.8646000027656555,-0.011900000274181366,-0.5022000074386597,-0.8647000193595886,-0.011599999852478504,-0.7168999910354614,-0.6969000101089478,-0.016599999740719795,-0.5023000240325928,-0.8646000027656555,-0.011900000274181366,-0.7168999910354614,-0.6969000101089478,-0.016599999740719795,-0.7170000076293945,-0.6969000101089478,-0.01720000058412552,-0.5022000074386597,-0.8647000193595886,-0.011599999852478504,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.7168999910354614,-0.6970000267028809,-0.01640000008046627,-0.5022000074386597,-0.8647000193595886,-0.011599999852478504,-0.7168999910354614,-0.6970000267028809,-0.01640000008046627,-0.7168999910354614,-0.6969000101089478,-0.016599999740719795,-0.7170000076293945,-0.6969000101089478,-0.01720000058412552,-0.7168999910354614,-0.6969000101089478,-0.016599999740719795,-0.8680999875068665,-0.4959000051021576,-0.02019999921321869,-0.7170000076293945,-0.6969000101089478,-0.01720000058412552,-0.8680999875068665,-0.4959000051021576,-0.02019999921321869,-0.8682000041007996,-0.4959000051021576,-0.020999999716877937,-0.7168999910354614,-0.6969000101089478,-0.016599999740719795,-0.7168999910354614,-0.6970000267028809,-0.01640000008046627,-0.8680999875068665,-0.4959000051021576,-0.01979999989271164,-0.7168999910354614,-0.6969000101089478,-0.016599999740719795,-0.8680999875068665,-0.4959000051021576,-0.01979999989271164,-0.8680999875068665,-0.4959000051021576,-0.02019999921321869,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.5022000074386597,-0.8647000193595886,-0.011300000362098217,-0.8680999875068665,-0.4959000051021576,-0.019600000232458115,-0.8680999875068665,-0.4959000051021576,-0.019700000062584877,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.8680999875068665,-0.4959000051021576,-0.019600000232458115,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.7168999910354614,-0.6970000267028809,-0.01640000008046627,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.8680999875068665,-0.4959000051021576,-0.019700000062584877,-0.8680999875068665,-0.4959000051021576,-0.01979999989271164,-0.7168999910354614,-0.6970000267028809,-0.01640000008046627,-0.8680999875068665,-0.4959000051021576,-0.019700000062584877,-0.7168999910354614,-0.6970000267028809,-0.01640000008046627,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.9997000098228455,0,-0.022600000724196434,-0.9997000098228455,0,-0.022700000554323196,-0.9639000296592712,-0.2651999890804291,-0.021900000050663948,-0.9997000098228455,0,-0.022600000724196434,-0.9639000296592712,-0.2651999890804291,-0.021900000050663948,-0.9639000296592712,-0.2651999890804291,-0.021800000220537186,-0.9997000098228455,0,-0.022700000554323196,-0.9997000098228455,0,-0.02290000021457672,-0.9639000296592712,-0.2651999890804291,-0.02199999988079071,-0.9997000098228455,0,-0.022700000554323196,-0.9639000296592712,-0.2651999890804291,-0.02199999988079071,-0.9639000296592712,-0.2651999890804291,-0.021900000050663948,-0.9639000296592712,-0.2651999890804291,-0.021800000220537186,-0.9639000296592712,-0.2651999890804291,-0.021900000050663948,-0.8680999875068665,-0.4959000051021576,-0.019700000062584877,-0.9639000296592712,-0.2651999890804291,-0.021800000220537186,-0.8680999875068665,-0.4959000051021576,-0.019700000062584877,-0.8680999875068665,-0.4959000051021576,-0.019600000232458115,-0.9639000296592712,-0.2651999890804291,-0.021900000050663948,-0.9639000296592712,-0.2651999890804291,-0.02199999988079071,-0.8680999875068665,-0.4959000051021576,-0.01979999989271164,-0.9639000296592712,-0.2651999890804291,-0.021900000050663948,-0.8680999875068665,-0.4959000051021576,-0.01979999989271164,-0.8680999875068665,-0.4959000051021576,-0.019700000062584877,-0.2508000135421753,-0.9679999947547913,-0.005799999926239252,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5022000074386597,-0.8647000193595886,-0.011599999852478504,-0.2508000135421753,-0.9679999947547913,-0.005799999926239252,-0.5022000074386597,-0.8647000193595886,-0.011599999852478504,-0.5023000240325928,-0.8646000027656555,-0.011900000274181366,-0.0019000000320374966,-1,0,-0.0017999999690800905,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.0019000000320374966,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.005799999926239252,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.5022000074386597,-0.8647000193595886,-0.011599999852478504,-0.0017999999690800905,-1,0,-0.0017999999690800905,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.0017999999690800905,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.01119999960064888,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.0017999999690800905,-1,0,-0.0019000000320374966,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.0017999999690800905,-1,0,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.4991999864578247,-0.8664000034332275,0.011300000362098217,-0.0017999999690800905,-1,0,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.4991999864578247,-0.8664000034332275,0.011300000362098217,-0.0017999999690800905,-1,0,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.0017999999690800905,-1,0,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.5022000074386597,-0.8647000193595886,-0.011300000362098217,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5022000074386597,-0.8647000193595886,-0.011300000362098217,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5022000074386597,-0.8647000193595886,-0.01140000019222498,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.0017999999690800905,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.0017999999690800905,-1,0,-0.0017999999690800905,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.0017999999690800905,-1,0,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.0017999999690800905,-1,0,-0.0017999999690800905,-1,0,0.4991999864578247,-0.8664000034332275,0.01119999960064888,0.7142999768257141,-0.6995999813079834,0.016200000420212746,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.01119999960064888,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7142999768257141,-0.6995999813079834,0.016200000420212746,0.8662999868392944,-0.499099999666214,0.01979999989271164,0.8662999868392944,-0.499099999666214,0.019700000062584877,0.7142999768257141,-0.6995999813079834,0.016200000420212746,0.8662999868392944,-0.499099999666214,0.019700000062584877,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019700000062584877,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.9631999731063843,-0.2678000032901764,0.022299999371170998,0.9997000098228455,0,0.02329999953508377,0.9997000098228455,0,0.02290000021457672,0.9631999731063843,-0.2678000032901764,0.022299999371170998,0.9997000098228455,0,0.02290000021457672,0.9631999731063843,-0.2676999866962433,0.02199999988079071,0.9631999731063843,-0.2676999866962433,0.02199999988079071,0.9997000098228455,0,0.02290000021457672,0.9997000098228455,0,0.022700000554323196,0.9631999731063843,-0.2676999866962433,0.02199999988079071,0.9997000098228455,0,0.022700000554323196,0.9631999731063843,-0.2676999866962433,0.021900000050663948,0.8662999868392944,-0.499099999666214,0.01979999989271164,0.9631999731063843,-0.2678000032901764,0.022299999371170998,0.9631999731063843,-0.2676999866962433,0.02199999988079071,0.8662999868392944,-0.499099999666214,0.01979999989271164,0.9631999731063843,-0.2676999866962433,0.02199999988079071,0.8662999868392944,-0.499099999666214,0.019700000062584877,0.8662999868392944,-0.499099999666214,0.019700000062584877,0.9631999731063843,-0.2676999866962433,0.02199999988079071,0.9631999731063843,-0.2676999866962433,0.021900000050663948,0.8662999868392944,-0.499099999666214,0.019700000062584877,0.9631999731063843,-0.2676999866962433,0.021900000050663948,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9997000098228455,0,0.022600000724196434,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9997000098228455,0,0.022600000724196434,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9997000098228455,0,0.022600000724196434,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9997000098228455,0,0.022600000724196434,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9631999731063843,-0.2676999866962433,0.021900000050663948,0.9997000098228455,0,0.022600000724196434,0.9631999731063843,-0.2676999866962433,0.021900000050663948,0.9997000098228455,0,0.022700000554323196,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9631999731063843,-0.2676999866962433,0.021900000050663948,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9631999731063843,0.2678999900817871,0.022299999371170998,0.9631999731063843,0.2678000032901764,0.02199999988079071,0.9997000098228455,0,0.02290000021457672,0.9631999731063843,0.2678999900817871,0.022299999371170998,0.9997000098228455,0,0.02290000021457672,0.9997000098228455,0,0.02329999953508377,0.8661999702453613,0.49939998984336853,0.01979999989271164,0.8661999702453613,0.4993000030517578,0.019700000062584877,0.9631999731063843,0.2678000032901764,0.02199999988079071,0.8661999702453613,0.49939998984336853,0.01979999989271164,0.9631999731063843,0.2678000032901764,0.02199999988079071,0.9631999731063843,0.2678999900817871,0.022299999371170998,0.9631999731063843,0.2678000032901764,0.02199999988079071,0.9631999731063843,0.2678000032901764,0.021900000050663948,0.9997000098228455,0,0.022700000554323196,0.9631999731063843,0.2678000032901764,0.02199999988079071,0.9997000098228455,0,0.022700000554323196,0.9997000098228455,0,0.02290000021457672,0.8661999702453613,0.4993000030517578,0.019700000062584877,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.9631999731063843,0.2678000032901764,0.021900000050663948,0.8661999702453613,0.4993000030517578,0.019700000062584877,0.9631999731063843,0.2678000032901764,0.021900000050663948,0.9631999731063843,0.2678000032901764,0.02199999988079071,0.49880000948905945,0.866599977016449,0.01119999960064888,0.49880000948905945,0.866599977016449,0.011300000362098217,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.01119999960064888,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7139999866485596,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.011300000362098217,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.011300000362098217,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7139999866485596,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.8661999702453613,0.4993000030517578,0.019700000062584877,0.7139999866485596,0.6998999714851379,0.016100000590085983,0.8661999702453613,0.4993000030517578,0.019700000062584877,0.8661999702453613,0.49939998984336853,0.01979999989271164,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.8661999702453613,0.4993000030517578,0.019700000062584877,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.011300000362098217,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.011300000362098217,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.011300000362098217,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.011300000362098217,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.9997000098228455,0,0.022600000724196434,0.9997000098228455,0,0.022600000724196434,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9997000098228455,0,0.022600000724196434,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9997000098228455,0,0.022600000724196434,0.9997000098228455,0,0.022700000554323196,0.9631999731063843,0.2678000032901764,0.021900000050663948,0.9997000098228455,0,0.022600000724196434,0.9631999731063843,0.2678000032901764,0.021900000050663948,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9631999731063843,0.2678000032901764,0.021900000050663948,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.24709999561309814,0.968999981880188,0.00559999980032444,0.24709999561309814,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24709999561309814,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.01119999960064888,0.24709999561309814,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,-0.00009999999747378752,-0.0019000000320374966,1,0,0.24709999561309814,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,0.24709999561309814,0.968999981880188,0.00559999980032444,0.24709999561309814,0.968999981880188,0.00559999980032444,0.24699999392032623,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24709999561309814,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24709999561309814,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,-0.0019000000320374966,1,0,0.24709999561309814,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.2506999969482422,0.9679999947547913,-0.005799999926239252,-0.5020999908447266,0.8647000193595886,-0.011900000274181366,-0.5019999742507935,0.864799976348877,-0.011599999852478504,-0.2506999969482422,0.9679999947547913,-0.005799999926239252,-0.5019999742507935,0.864799976348877,-0.011599999852478504,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.011599999852478504,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,-0.00009999999747378752,-0.2506999969482422,0.9679999947547913,-0.005799999926239252,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,-0.00009999999747378752,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.0019000000320374966,1,0,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.0019000000320374966,1,0,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.0019000000320374966,1,0,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.0019000000320374966,1,0,-0.2506999969482422,0.9681000113487244,-0.00570000009611249,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24699999392032623,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24699999392032623,0.968999981880188,0.00559999980032444,0.24699999392032623,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24699999392032623,0.968999981880188,0.00559999980032444,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24699999392032623,0.968999981880188,0.00559999980032444,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,0.24699999392032623,0.968999981880188,0.00559999980032444,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,-0.0019000000320374966,1,0,0.24699999392032623,0.968999981880188,0.00559999980032444,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,0.9607999920845032,0.27649998664855957,-0.01899999938905239,0.9607999920845032,0.27649998664855957,-0.018300000578165054,0.9998000264167786,-0.0008999999845400453,-0.01769999973475933,0.9607999920845032,0.27649998664855957,-0.01899999938905239,0.9998000264167786,-0.0008999999845400453,-0.01769999973475933,0.9998000264167786,-0.0008999999845400453,-0.018400000408291817,0.8596000075340271,0.5105999708175659,-0.01810000091791153,0.8596000075340271,0.5105999708175659,-0.017500000074505806,0.9607999920845032,0.27649998664855957,-0.018300000578165054,0.8596000075340271,0.5105999708175659,-0.01810000091791153,0.9607999920845032,0.27649998664855957,-0.018300000578165054,0.9607999920845032,0.27649998664855957,-0.01899999938905239,0.9607999920845032,0.27649998664855957,-0.018300000578165054,0.9607999920845032,0.27649998664855957,-0.017999999225139618,0.9998000264167786,-0.0008999999845400453,-0.017400000244379044,0.9607999920845032,0.27649998664855957,-0.018300000578165054,0.9998000264167786,-0.0008999999845400453,-0.017400000244379044,0.9998000264167786,-0.0008999999845400453,-0.01769999973475933,0.8596000075340271,0.5105999708175659,-0.017500000074505806,0.8596000075340271,0.5105999708175659,-0.01720000058412552,0.9607999920845032,0.27649998664855957,-0.017999999225139618,0.8596000075340271,0.5105999708175659,-0.017500000074505806,0.9607999920845032,0.27649998664855957,-0.017999999225139618,0.9607999920845032,0.27649998664855957,-0.018300000578165054,0.49480000138282776,0.8689000010490417,-0.012799999676644802,0.49470001459121704,0.8690000176429749,-0.012500000186264515,0.7062000036239624,0.7077999711036682,-0.015599999576807022,0.49480000138282776,0.8689000010490417,-0.012799999676644802,0.7062000036239624,0.7077999711036682,-0.015599999576807022,0.7062000036239624,0.7077999711036682,-0.01600000075995922,0.49470001459121704,0.8690000176429749,-0.012500000186264515,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.7062000036239624,0.7077999711036682,-0.015399999916553497,0.49470001459121704,0.8690000176429749,-0.012500000186264515,0.7062000036239624,0.7077999711036682,-0.015399999916553497,0.7062000036239624,0.7077999711036682,-0.015599999576807022,0.7062000036239624,0.7077999711036682,-0.01600000075995922,0.7062000036239624,0.7077999711036682,-0.015599999576807022,0.8596000075340271,0.5105999708175659,-0.017500000074505806,0.7062000036239624,0.7077999711036682,-0.01600000075995922,0.8596000075340271,0.5105999708175659,-0.017500000074505806,0.8596000075340271,0.5105999708175659,-0.01810000091791153,0.7062000036239624,0.7077999711036682,-0.015599999576807022,0.7062000036239624,0.7077999711036682,-0.015399999916553497,0.8596000075340271,0.5105999708175659,-0.01720000058412552,0.7062000036239624,0.7077999711036682,-0.015599999576807022,0.8596000075340271,0.5105999708175659,-0.01720000058412552,0.8596000075340271,0.5105999708175659,-0.017500000074505806,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.7062000036239624,0.7077999711036682,-0.015399999916553497,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.8596000075340271,0.5105999708175659,-0.01720000058412552,0.7062000036239624,0.7077999711036682,-0.015399999916553497,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.7062000036239624,0.7077999711036682,-0.015399999916553497,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.9998000264167786,-0.0008999999845400453,-0.01730000041425228,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9998000264167786,-0.0008999999845400453,-0.01730000041425228,0.9998000264167786,-0.0008999999845400453,-0.017400000244379044,0.9607999920845032,0.27649998664855957,-0.017999999225139618,0.9998000264167786,-0.0008999999845400453,-0.01730000041425228,0.9607999920845032,0.27649998664855957,-0.017999999225139618,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9607999920845032,0.27649998664855957,-0.017999999225139618,0.8596000075340271,0.5105999708175659,-0.01720000058412552,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.8596000075340271,0.5105999708175659,-0.01720000058412552,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.24860000610351562,0.9685999751091003,-0.008700000122189522,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.49470001459121704,0.8690000176429749,-0.012500000186264515,0.24860000610351562,0.9685999751091003,-0.008700000122189522,0.49470001459121704,0.8690000176429749,-0.012500000186264515,0.49480000138282776,0.8689000010490417,-0.012799999676644802,0.002400000113993883,1,-0.0044999998062849045,0.002400000113993883,1,-0.004399999976158142,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.002400000113993883,1,-0.0044999998062849045,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.008700000122189522,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.49470001459121704,0.8690000176429749,-0.012500000186264515,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.004399999976158142,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.002400000113993883,1,-0.004399999976158142,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,0.002400000113993883,1,-0.004399999976158142,-0.24639999866485596,0.9692000150680542,0,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.0044999998062849045,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,0.002400000113993883,1,-0.004399999976158142,-0.24639999866485596,0.9692000150680542,0,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.004399999976158142,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.004399999976158142,-0.24639999866485596,0.9692000150680542,0,0.002400000113993883,1,-0.004399999976158142,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24639999866485596,0.9692000150680542,0,-0.4991999864578247,0.8665000200271606,0.004800000227987766,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.004399999976158142,-0.24639999866485596,0.9692000150680542,0,0.002400000113993883,1,-0.004399999976158142,-0.24639999866485596,0.9692000150680542,0,-0.24639999866485596,0.9692000150680542,0,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.002400000113993883,1,-0.004399999976158142,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.004399999976158142,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.002400000113993883,1,-0.004399999976158142,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.002400000113993883,1,-0.004399999976158142,0.002400000113993883,1,-0.004399999976158142,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.009200000204145908,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.009200000204145908,-0.8672999739646912,0.4975999891757965,0.012900000438094139,-0.8672999739646912,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.009200000204145908,-0.8672999739646912,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8672999739646912,0.4975000023841858,0.012799999676644802,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.963699996471405,0.266400009393692,0.015699999406933784,-0.9998000264167786,0,0.01769999973475933,-0.9998000264167786,0,0.017400000244379044,-0.963699996471405,0.266400009393692,0.015699999406933784,-0.9998000264167786,0,0.017400000244379044,-0.9638000130653381,0.2662999927997589,0.015599999576807022,-0.9638000130653381,0.2662999927997589,0.015599999576807022,-0.9998000264167786,0,0.017400000244379044,-0.9998000264167786,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.015599999576807022,-0.9998000264167786,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8672999739646912,0.4975999891757965,0.012900000438094139,-0.963699996471405,0.266400009393692,0.015699999406933784,-0.9638000130653381,0.2662999927997589,0.015599999576807022,-0.8672999739646912,0.4975999891757965,0.012900000438094139,-0.9638000130653381,0.2662999927997589,0.015599999576807022,-0.8672999739646912,0.4975000023841858,0.012799999676644802,-0.8672999739646912,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.015599999576807022,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8672999739646912,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9998000264167786,0,0.01730000041425228,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.963699996471405,-0.2662000060081482,0.01810000091791153,-0.963699996471405,-0.2662000060081482,0.017899999395012856,-0.9998000264167786,0,0.017400000244379044,-0.963699996471405,-0.2662000060081482,0.01810000091791153,-0.9998000264167786,0,0.017400000244379044,-0.9998000264167786,0,0.01769999973475933,-0.8675000071525574,-0.49709999561309814,0.01730000041425228,-0.8675000071525574,-0.49709999561309814,0.01720000058412552,-0.963699996471405,-0.2662000060081482,0.017899999395012856,-0.8675000071525574,-0.49709999561309814,0.01730000041425228,-0.963699996471405,-0.2662000060081482,0.017899999395012856,-0.963699996471405,-0.2662000060081482,0.01810000091791153,-0.963699996471405,-0.2662000060081482,0.017899999395012856,-0.9638000130653381,-0.2662000060081482,0.017899999395012856,-0.9998000264167786,0,0.01730000041425228,-0.963699996471405,-0.2662000060081482,0.017899999395012856,-0.9998000264167786,0,0.01730000041425228,-0.9998000264167786,0,0.017400000244379044,-0.8675000071525574,-0.49709999561309814,0.01720000058412552,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.9638000130653381,-0.2662000060081482,0.017899999395012856,-0.8675000071525574,-0.49709999561309814,0.01720000058412552,-0.9638000130653381,-0.2662000060081482,0.017899999395012856,-0.963699996471405,-0.2662000060081482,0.017899999395012856,-0.5009999871253967,-0.8654000163078308,0.012299999594688416,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.7160999774932861,-0.6978999972343445,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012299999594688416,-0.7160999774932861,-0.6978999972343445,0.015399999916553497,-0.7160000205039978,-0.6978999972343445,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7160999774932861,-0.6978999972343445,0.015399999916553497,-0.7160000205039978,-0.6978999972343445,0.015399999916553497,-0.7160999774932861,-0.6978999972343445,0.015399999916553497,-0.8675000071525574,-0.49709999561309814,0.01720000058412552,-0.7160000205039978,-0.6978999972343445,0.015399999916553497,-0.8675000071525574,-0.49709999561309814,0.01720000058412552,-0.8675000071525574,-0.49709999561309814,0.01730000041425228,-0.7160999774932861,-0.6978999972343445,0.015399999916553497,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.7160999774932861,-0.6978999972343445,0.015399999916553497,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.8675000071525574,-0.49709999561309814,0.01720000058412552,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.5009999871253967,-0.8654000163078308,0.012500000186264515,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.9998999834060669,0,0.01730000041425228,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9998999834060669,0,0.01730000041425228,-0.9998000264167786,0,0.01730000041425228,-0.9638000130653381,-0.2662000060081482,0.017899999395012856,-0.9998999834060669,0,0.01730000041425228,-0.9638000130653381,-0.2662000060081482,0.017899999395012856,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9638000130653381,-0.2662000060081482,0.017899999395012856,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.24879999458789825,-0.968500018119812,0.00839999970048666,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.24879999458789825,-0.968500018119812,0.00839999970048666,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.5009999871253967,-0.8654000163078308,0.012299999594688416,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.008500000461935997,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.00839999970048666,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.008500000461935997,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.008500000461935997,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.24770000576972961,-0.9688000082969666,0,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.24770000576972961,-0.9688000082969666,0,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,0.00039999998989515007,-1,0.004399999976158142,0.24770000576972961,-0.9688000082969666,0,-0.5009999871253967,-0.8654000163078308,0.012500000186264515,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.5009999871253967,-0.8654000163078308,0.012500000186264515,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.00860000029206276,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.5009999871253967,-0.8654000163078308,0.012400000356137753,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.00860000029206276,-0.24879999458789825,-0.968500018119812,0.008500000461935997,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.00860000029206276,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.008500000461935997,-0.24879999458789825,-0.968500018119812,0.008500000461935997,0.00039999998989515007,-1,0.004399999976158142,-0.24879999458789825,-0.968500018119812,0.008500000461935997,0.00039999998989515007,-1,0.004399999976158142,0.00039999998989515007,-1,0.004399999976158142,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.70660001039505,-0.7074999809265137,-0.009399999864399433,0.70660001039505,-0.7074999809265137,-0.009200000204145908,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.70660001039505,-0.7074999809265137,-0.009200000204145908,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.70660001039505,-0.7074999809265137,-0.009399999864399433,0.8596000075340271,-0.5108000040054321,-0.013199999928474426,0.8596000075340271,-0.5108000040054321,-0.012799999676644802,0.70660001039505,-0.7074999809265137,-0.009399999864399433,0.8596000075340271,-0.5108000040054321,-0.012799999676644802,0.70660001039505,-0.7074999809265137,-0.009200000204145908,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.70660001039505,-0.7074999809265137,-0.009200000204145908,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.4948999881744385,-0.8689000010490417,-0.004800000227987766,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.70660001039505,-0.7074999809265137,-0.009200000204145908,0.8596000075340271,-0.5108000040054321,-0.012799999676644802,0.8596000075340271,-0.5109000205993652,-0.01269999984651804,0.70660001039505,-0.7074999809265137,-0.009200000204145908,0.8596000075340271,-0.5109000205993652,-0.01269999984651804,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,0.9998000264167786,-0.0008999999845400453,-0.018400000408291817,0.9998000264167786,-0.0008999999845400453,-0.01769999973475933,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,0.9998000264167786,-0.0008999999845400453,-0.01769999973475933,0.9605000019073486,-0.2777000069618225,-0.015699999406933784,0.9605000019073486,-0.2777000069618225,-0.015699999406933784,0.9998000264167786,-0.0008999999845400453,-0.01769999973475933,0.9998000264167786,-0.0008999999845400453,-0.017400000244379044,0.9605000019073486,-0.2777000069618225,-0.015699999406933784,0.9998000264167786,-0.0008999999845400453,-0.017400000244379044,0.9605000019073486,-0.2777999937534332,-0.01549999974668026,0.8596000075340271,-0.5108000040054321,-0.013199999928474426,0.9605000019073486,-0.2777000069618225,-0.016300000250339508,0.9605000019073486,-0.2777000069618225,-0.015699999406933784,0.8596000075340271,-0.5108000040054321,-0.013199999928474426,0.9605000019073486,-0.2777000069618225,-0.015699999406933784,0.8596000075340271,-0.5108000040054321,-0.012799999676644802,0.8596000075340271,-0.5108000040054321,-0.012799999676644802,0.9605000019073486,-0.2777000069618225,-0.015699999406933784,0.9605000019073486,-0.2777999937534332,-0.01549999974668026,0.8596000075340271,-0.5108000040054321,-0.012799999676644802,0.9605000019073486,-0.2777999937534332,-0.01549999974668026,0.8596000075340271,-0.5109000205993652,-0.01269999984651804,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9998000264167786,-0.0008999999845400453,-0.01730000041425228,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9998000264167786,-0.0008999999845400453,-0.01730000041425228,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9605000019073486,-0.2777999937534332,-0.01549999974668026,0.9998000264167786,-0.0008999999845400453,-0.01730000041425228,0.9605000019073486,-0.2777999937534332,-0.01549999974668026,0.9998000264167786,-0.0008999999845400453,-0.017400000244379044,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.8596000075340271,-0.5109000205993652,-0.01269999984651804,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.8596000075340271,-0.5109000205993652,-0.01269999984651804,0.9605000019073486,-0.2777999937534332,-0.01549999974668026,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8596000075340271,-0.5109000205993652,-0.01269999984651804,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.713699996471405,0.6722999811172485,0.19670000672340393,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.713699996471405,0.6722999811172485,0.19670000672340393,-0.5048999786376953,0.8453999757766724,0.17419999837875366,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.8680999875068665,0.4961000084877014,-0.019600000232458115,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.7167999744415283,0.6970999836921692,-0.016200000420212746,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.713699996471405,0.6722999811172485,0.19670000672340393,-0.5048999786376953,0.8453999757766724,0.17419999837875366,-0.713699996471405,0.6722999811172485,0.19670000672340393,-0.5170999765396118,0.47130000591278076,0.7145000100135803,-0.5048999786376953,0.8453999757766724,0.17419999837875366,-0.5170999765396118,0.47130000591278076,0.7145000100135803,-0.38929998874664307,0.6179999709129333,0.6830000281333923,-0.713699996471405,0.6722999811172485,0.19670000672340393,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.5652999877929688,0.305400013923645,0.7663000226020813,-0.713699996471405,0.6722999811172485,0.19670000672340393,-0.5652999877929688,0.305400013923645,0.7663000226020813,-0.5170999765396118,0.47130000591278076,0.7145000100135803,-0.9997000098228455,0,-0.022600000724196434,-0.9562000036239624,0.0007999999797903001,0.29260000586509705,-0.9279999732971191,0.24629999697208405,0.27959999442100525,-0.9997000098228455,0,-0.022600000724196434,-0.9279999732971191,0.24629999697208405,0.27959999442100525,-0.9639000296592712,0.2653000056743622,-0.021800000220537186,-0.9279999732971191,0.24629999697208405,0.27959999442100525,-0.9562000036239624,0.0007999999797903001,0.29260000586509705,-0.5717999935150146,0.0015999999595806003,0.8203999996185303,-0.9279999732971191,0.24629999697208405,0.27959999442100525,-0.5717999935150146,0.0015999999595806003,0.8203999996185303,-0.5712000131607056,0.15039999783039093,0.8069000244140625,-0.9639000296592712,0.2653000056743622,-0.021800000220537186,-0.9279999732971191,0.24629999697208405,0.27959999442100525,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.9639000296592712,0.2653000056743622,-0.021800000220537186,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.8680999875068665,0.4961000084877014,-0.019600000232458115,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.9279999732971191,0.24629999697208405,0.27959999442100525,-0.5712000131607056,0.15039999783039093,0.8069000244140625,-0.8500999808311462,0.4681999981403351,0.2410999983549118,-0.5712000131607056,0.15039999783039093,0.8069000244140625,-0.5652999877929688,0.305400013923645,0.7663000226020813,-0.04859999939799309,0.0005000000237487257,0.9987999796867371,-0.051899999380111694,-0.00039999998989515007,0.9987000226974487,-0.15970000624656677,0.03220000118017197,0.9865999817848206,-0.04859999939799309,0.0005000000237487257,0.9987999796867371,-0.15970000624656677,0.03220000118017197,0.9865999817848206,-0.15330000221729279,0.0012000000569969416,0.9882000088691711,-0.051899999380111694,-0.00039999998989515007,0.9987000226974487,-0.058800000697374344,0.005799999926239252,0.9983000159263611,-0.17509999871253967,0.0763000026345253,0.9815999865531921,-0.051899999380111694,-0.00039999998989515007,0.9987000226974487,-0.17509999871253967,0.0763000026345253,0.9815999865531921,-0.15970000624656677,0.03220000118017197,0.9865999817848206,-0.15330000221729279,0.0012000000569969416,0.9882000088691711,-0.15970000624656677,0.03220000118017197,0.9865999817848206,-0.5712000131607056,0.15039999783039093,0.8069000244140625,-0.15330000221729279,0.0012000000569969416,0.9882000088691711,-0.5712000131607056,0.15039999783039093,0.8069000244140625,-0.5717999935150146,0.0015999999595806003,0.8203999996185303,-0.15970000624656677,0.03220000118017197,0.9865999817848206,-0.17509999871253967,0.0763000026345253,0.9815999865531921,-0.5652999877929688,0.305400013923645,0.7663000226020813,-0.15970000624656677,0.03220000118017197,0.9865999817848206,-0.5652999877929688,0.305400013923645,0.7663000226020813,-0.5712000131607056,0.15039999783039093,0.8069000244140625,-0.06610000133514404,0.021800000220537186,0.9976000189781189,-0.06769999861717224,0.03889999911189079,0.9969000220298767,-0.15449999272823334,0.1964000016450882,0.9682999849319458,-0.06610000133514404,0.021800000220537186,0.9976000189781189,-0.15449999272823334,0.1964000016450882,0.9682999849319458,-0.18209999799728394,0.13819999992847443,0.9735000133514404,-0.18209999799728394,0.13819999992847443,0.9735000133514404,-0.15449999272823334,0.1964000016450882,0.9682999849319458,-0.38929998874664307,0.6179999709129333,0.6830000281333923,-0.18209999799728394,0.13819999992847443,0.9735000133514404,-0.38929998874664307,0.6179999709129333,0.6830000281333923,-0.5170999765396118,0.47130000591278076,0.7145000100135803,-0.058800000697374344,0.005799999926239252,0.9983000159263611,-0.06610000133514404,0.021800000220537186,0.9976000189781189,-0.18209999799728394,0.13819999992847443,0.9735000133514404,-0.058800000697374344,0.005799999926239252,0.9983000159263611,-0.18209999799728394,0.13819999992847443,0.9735000133514404,-0.17509999871253967,0.0763000026345253,0.9815999865531921,-0.17509999871253967,0.0763000026345253,0.9815999865531921,-0.18209999799728394,0.13819999992847443,0.9735000133514404,-0.5170999765396118,0.47130000591278076,0.7145000100135803,-0.17509999871253967,0.0763000026345253,0.9815999865531921,-0.5170999765396118,0.47130000591278076,0.7145000100135803,-0.5652999877929688,0.305400013923645,0.7663000226020813,-0.9639000296592712,-0.2651999890804291,-0.021800000220537186,-0.9286999702453613,-0.24560000002384186,0.27790001034736633,-0.9562000036239624,0.0007999999797903001,0.29260000586509705,-0.9639000296592712,-0.2651999890804291,-0.021800000220537186,-0.9562000036239624,0.0007999999797903001,0.29260000586509705,-0.9997000098228455,0,-0.022600000724196434,-0.8680999875068665,-0.4959000051021576,-0.019600000232458115,-0.8503000140190125,-0.4691999852657318,0.23819999396800995,-0.9286999702453613,-0.24560000002384186,0.27790001034736633,-0.8680999875068665,-0.4959000051021576,-0.019600000232458115,-0.9286999702453613,-0.24560000002384186,0.27790001034736633,-0.9639000296592712,-0.2651999890804291,-0.021800000220537186,-0.9286999702453613,-0.24560000002384186,0.27790001034736633,-0.5713000297546387,-0.14790000021457672,0.8072999715805054,-0.5717999935150146,0.0015999999595806003,0.8203999996185303,-0.9286999702453613,-0.24560000002384186,0.27790001034736633,-0.5717999935150146,0.0015999999595806003,0.8203999996185303,-0.9562000036239624,0.0007999999797903001,0.29260000586509705,-0.8503000140190125,-0.4691999852657318,0.23819999396800995,-0.5652999877929688,-0.3057999908924103,0.7660999894142151,-0.5713000297546387,-0.14790000021457672,0.8072999715805054,-0.8503000140190125,-0.4691999852657318,0.23819999396800995,-0.5713000297546387,-0.14790000021457672,0.8072999715805054,-0.9286999702453613,-0.24560000002384186,0.27790001034736633,-0.5022000074386597,-0.8647000193595886,-0.011300000362098217,-0.5044000148773193,-0.84579998254776,0.17399999499320984,-0.7128999829292297,-0.6736999750137329,0.19470000267028809,-0.5022000074386597,-0.8647000193595886,-0.011300000362098217,-0.7128999829292297,-0.6736999750137329,0.19470000267028809,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.5044000148773193,-0.84579998254776,0.17399999499320984,-0.3880999982357025,-0.6189000010490417,0.6830000281333923,-0.515500009059906,-0.4740999937057495,0.713699996471405,-0.5044000148773193,-0.84579998254776,0.17399999499320984,-0.515500009059906,-0.4740999937057495,0.713699996471405,-0.7128999829292297,-0.6736999750137329,0.19470000267028809,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.7128999829292297,-0.6736999750137329,0.19470000267028809,-0.8503000140190125,-0.4691999852657318,0.23819999396800995,-0.7168999910354614,-0.6970000267028809,-0.016200000420212746,-0.8503000140190125,-0.4691999852657318,0.23819999396800995,-0.8680999875068665,-0.4959000051021576,-0.019600000232458115,-0.7128999829292297,-0.6736999750137329,0.19470000267028809,-0.515500009059906,-0.4740999937057495,0.713699996471405,-0.5652999877929688,-0.3057999908924103,0.7660999894142151,-0.7128999829292297,-0.6736999750137329,0.19470000267028809,-0.5652999877929688,-0.3057999908924103,0.7660999894142151,-0.8503000140190125,-0.4691999852657318,0.23819999396800995,-0.06509999930858612,-0.021700000390410423,0.9976000189781189,-0.18140000104904175,-0.1404000073671341,0.9732999801635742,-0.15360000729560852,-0.19709999859333038,0.9682999849319458,-0.06509999930858612,-0.021700000390410423,0.9976000189781189,-0.15360000729560852,-0.19709999859333038,0.9682999849319458,-0.06719999760389328,-0.03929999843239784,0.996999979019165,-0.05700000002980232,-0.00419999985024333,0.9983999729156494,-0.17430000007152557,-0.07490000128746033,0.9818000197410583,-0.18140000104904175,-0.1404000073671341,0.9732999801635742,-0.05700000002980232,-0.00419999985024333,0.9983999729156494,-0.18140000104904175,-0.1404000073671341,0.9732999801635742,-0.06509999930858612,-0.021700000390410423,0.9976000189781189,-0.18140000104904175,-0.1404000073671341,0.9732999801635742,-0.515500009059906,-0.4740999937057495,0.713699996471405,-0.3880999982357025,-0.6189000010490417,0.6830000281333923,-0.18140000104904175,-0.1404000073671341,0.9732999801635742,-0.3880999982357025,-0.6189000010490417,0.6830000281333923,-0.15360000729560852,-0.19709999859333038,0.9682999849319458,-0.17430000007152557,-0.07490000128746033,0.9818000197410583,-0.5652999877929688,-0.3057999908924103,0.7660999894142151,-0.515500009059906,-0.4740999937057495,0.713699996471405,-0.17430000007152557,-0.07490000128746033,0.9818000197410583,-0.515500009059906,-0.4740999937057495,0.713699996471405,-0.18140000104904175,-0.1404000073671341,0.9732999801635742,-0.04859999939799309,0.0005000000237487257,0.9987999796867371,-0.15330000221729279,0.0012000000569969416,0.9882000088691711,-0.15880000591278076,-0.029999999329447746,0.9868999719619751,-0.04859999939799309,0.0005000000237487257,0.9987999796867371,-0.15880000591278076,-0.029999999329447746,0.9868999719619751,-0.050700001418590546,0.00139999995008111,0.9987000226974487,-0.15330000221729279,0.0012000000569969416,0.9882000088691711,-0.5717999935150146,0.0015999999595806003,0.8203999996185303,-0.5713000297546387,-0.14790000021457672,0.8072999715805054,-0.15330000221729279,0.0012000000569969416,0.9882000088691711,-0.5713000297546387,-0.14790000021457672,0.8072999715805054,-0.15880000591278076,-0.029999999329447746,0.9868999719619751,-0.050700001418590546,0.00139999995008111,0.9987000226974487,-0.15880000591278076,-0.029999999329447746,0.9868999719619751,-0.17430000007152557,-0.07490000128746033,0.9818000197410583,-0.050700001418590546,0.00139999995008111,0.9987000226974487,-0.17430000007152557,-0.07490000128746033,0.9818000197410583,-0.05700000002980232,-0.00419999985024333,0.9983999729156494,-0.15880000591278076,-0.029999999329447746,0.9868999719619751,-0.5713000297546387,-0.14790000021457672,0.8072999715805054,-0.5652999877929688,-0.3057999908924103,0.7660999894142151,-0.15880000591278076,-0.029999999329447746,0.9868999719619751,-0.5652999877929688,-0.3057999908924103,0.7660999894142151,-0.17430000007152557,-0.07490000128746033,0.9818000197410583,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.25609999895095825,-0.9509000182151794,0.1737000048160553,-0.5044000148773193,-0.84579998254776,0.17399999499320984,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.5044000148773193,-0.84579998254776,0.17399999499320984,-0.5022000074386597,-0.8647000193595886,-0.011300000362098217,-0.0017999999690800905,-1,0,-0.008799999952316284,-0.9836999773979187,0.179299995303154,-0.25609999895095825,-0.9509000182151794,0.1737000048160553,-0.0017999999690800905,-1,0,-0.25609999895095825,-0.9509000182151794,0.1737000048160553,-0.2508000135421753,-0.9679999947547913,-0.00570000009611249,-0.25609999895095825,-0.9509000182151794,0.1737000048160553,-0.21140000224113464,-0.7014999985694885,0.6805999875068665,-0.3880999982357025,-0.6189000010490417,0.6830000281333923,-0.25609999895095825,-0.9509000182151794,0.1737000048160553,-0.3880999982357025,-0.6189000010490417,0.6830000281333923,-0.5044000148773193,-0.84579998254776,0.17399999499320984,-0.008799999952316284,-0.9836999773979187,0.179299995303154,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,-0.21140000224113464,-0.7014999985694885,0.6805999875068665,-0.008799999952316284,-0.9836999773979187,0.179299995303154,-0.21140000224113464,-0.7014999985694885,0.6805999875068665,-0.25609999895095825,-0.9509000182151794,0.1737000048160553,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.4934000074863434,-0.8458999991416931,0.20260000228881836,0.24009999632835388,-0.9524000287055969,0.18790000677108765,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.24009999632835388,-0.9524000287055969,0.18790000677108765,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24009999632835388,-0.9524000287055969,0.18790000677108765,0.4934000074863434,-0.8458999991416931,0.20260000228881836,0.3452000021934509,-0.6008999943733215,0.7208999991416931,0.24009999632835388,-0.9524000287055969,0.18790000677108765,0.3452000021934509,-0.6008999943733215,0.7208999991416931,0.15960000455379486,-0.6931999921798706,0.7028999924659729,0.24729999899864197,-0.9689000248908997,0.00559999980032444,0.24009999632835388,-0.9524000287055969,0.18790000677108765,-0.008799999952316284,-0.9836999773979187,0.179299995303154,0.24729999899864197,-0.9689000248908997,0.00559999980032444,-0.008799999952316284,-0.9836999773979187,0.179299995303154,-0.0017999999690800905,-1,0,0.24009999632835388,-0.9524000287055969,0.18790000677108765,0.15960000455379486,-0.6931999921798706,0.7028999924659729,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,0.24009999632835388,-0.9524000287055969,0.18790000677108765,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,-0.008799999952316284,-0.9836999773979187,0.179299995303154,0.0007999999797903001,-0.004699999932199717,1,-0.011699999682605267,-0.011599999852478504,0.9998999834060669,0.026499999687075615,-0.19820000231266022,0.9797999858856201,0.0007999999797903001,-0.004699999932199717,1,0.026499999687075615,-0.19820000231266022,0.9797999858856201,0.08449999988079071,-0.1565999984741211,0.984000027179718,-0.031599998474121094,-0.0215000007301569,0.9993000030517578,-0.03480000048875809,-0.22210000455379486,0.974399983882904,0.026499999687075615,-0.19820000231266022,0.9797999858856201,-0.031599998474121094,-0.0215000007301569,0.9993000030517578,0.026499999687075615,-0.19820000231266022,0.9797999858856201,-0.011699999682605267,-0.011599999852478504,0.9998999834060669,0.08449999988079071,-0.1565999984741211,0.984000027179718,0.026499999687075615,-0.19820000231266022,0.9797999858856201,0.15960000455379486,-0.6931999921798706,0.7028999924659729,0.08449999988079071,-0.1565999984741211,0.984000027179718,0.15960000455379486,-0.6931999921798706,0.7028999924659729,0.3452000021934509,-0.6008999943733215,0.7208999991416931,0.026499999687075615,-0.19820000231266022,0.9797999858856201,-0.03480000048875809,-0.22210000455379486,0.974399983882904,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,0.026499999687075615,-0.19820000231266022,0.9797999858856201,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,0.15960000455379486,-0.6931999921798706,0.7028999924659729,-0.06719999760389328,-0.03929999843239784,0.996999979019165,-0.15360000729560852,-0.19709999859333038,0.9682999849319458,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.06719999760389328,-0.03929999843239784,0.996999979019165,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.052400000393390656,-0.032600000500679016,0.9980999827384949,-0.15360000729560852,-0.19709999859333038,0.9682999849319458,-0.3880999982357025,-0.6189000010490417,0.6830000281333923,-0.21140000224113464,-0.7014999985694885,0.6805999875068665,-0.15360000729560852,-0.19709999859333038,0.9682999849319458,-0.21140000224113464,-0.7014999985694885,0.6805999875068665,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.031599998474121094,-0.0215000007301569,0.9993000030517578,-0.052400000393390656,-0.032600000500679016,0.9980999827384949,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.031599998474121094,-0.0215000007301569,0.9993000030517578,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.03480000048875809,-0.22210000455379486,0.974399983882904,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.21140000224113464,-0.7014999985694885,0.6805999875068665,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,-0.09769999980926514,-0.22280000150203705,0.9700000286102295,-0.026799999177455902,-0.7250999808311462,0.6880999803543091,-0.03480000048875809,-0.22210000455379486,0.974399983882904,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.7046999931335449,-0.6699000000953674,0.23350000381469727,0.4991999864578247,-0.8664000034332275,0.011300000362098217,0.7046999931335449,-0.6699000000953674,0.23350000381469727,0.4934000074863434,-0.8458999991416931,0.20260000228881836,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.8400999903678894,-0.4636000096797943,0.2815000116825104,0.7143999934196472,-0.6995999813079834,0.016100000590085983,0.8400999903678894,-0.4636000096797943,0.2815000116825104,0.7046999931335449,-0.6699000000953674,0.23350000381469727,0.4934000074863434,-0.8458999991416931,0.20260000228881836,0.7046999931335449,-0.6699000000953674,0.23350000381469727,0.48170000314712524,-0.4496999979019165,0.7522000074386597,0.4934000074863434,-0.8458999991416931,0.20260000228881836,0.48170000314712524,-0.4496999979019165,0.7522000074386597,0.3452000021934509,-0.6008999943733215,0.7208999991416931,0.7046999931335449,-0.6699000000953674,0.23350000381469727,0.8400999903678894,-0.4636000096797943,0.2815000116825104,0.5340999960899353,-0.2833000123500824,0.7965999841690063,0.7046999931335449,-0.6699000000953674,0.23350000381469727,0.5340999960899353,-0.2833000123500824,0.7965999841690063,0.48170000314712524,-0.4496999979019165,0.7522000074386597,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9997000098228455,0,0.022600000724196434,0.9438999891281128,-0.000699999975040555,0.3303999900817871,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.9438999891281128,-0.000699999975040555,0.3303999900817871,0.916100025177002,-0.24230000376701355,0.31929999589920044,0.916100025177002,-0.24230000376701355,0.31929999589920044,0.9438999891281128,-0.000699999975040555,0.3303999900817871,0.542900025844574,-0.0013000000035390258,0.8398000001907349,0.916100025177002,-0.24230000376701355,0.31929999589920044,0.542900025844574,-0.0013000000035390258,0.8398000001907349,0.5414000153541565,-0.13449999690055847,0.8299000263214111,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.9632999897003174,-0.2676999866962433,0.021800000220537186,0.916100025177002,-0.24230000376701355,0.31929999589920044,0.8662999868392944,-0.499099999666214,0.019600000232458115,0.916100025177002,-0.24230000376701355,0.31929999589920044,0.8400999903678894,-0.4636000096797943,0.2815000116825104,0.8400999903678894,-0.4636000096797943,0.2815000116825104,0.916100025177002,-0.24230000376701355,0.31929999589920044,0.5414000153541565,-0.13449999690055847,0.8299000263214111,0.8400999903678894,-0.4636000096797943,0.2815000116825104,0.5414000153541565,-0.13449999690055847,0.8299000263214111,0.5340999960899353,-0.2833000123500824,0.7965999841690063,0.015699999406933784,0,0.9998999834060669,0.014800000004470348,0.017100000753998756,0.9997000098228455,0.12370000034570694,-0.011699999682605267,0.9922000169754028,0.015699999406933784,0,0.9998999834060669,0.12370000034570694,-0.011699999682605267,0.9922000169754028,0.12080000340938568,-0.0005000000237487257,0.9926999807357788,0.014800000004470348,0.017100000753998756,0.9997000098228455,0.012900000438094139,0.019899999722838402,0.9997000098228455,0.1307000070810318,-0.04439999908208847,0.9904000163078308,0.014800000004470348,0.017100000753998756,0.9997000098228455,0.1307000070810318,-0.04439999908208847,0.9904000163078308,0.12370000034570694,-0.011699999682605267,0.9922000169754028,0.12080000340938568,-0.0005000000237487257,0.9926999807357788,0.12370000034570694,-0.011699999682605267,0.9922000169754028,0.5414000153541565,-0.13449999690055847,0.8299000263214111,0.12080000340938568,-0.0005000000237487257,0.9926999807357788,0.5414000153541565,-0.13449999690055847,0.8299000263214111,0.542900025844574,-0.0013000000035390258,0.8398000001907349,0.12370000034570694,-0.011699999682605267,0.9922000169754028,0.1307000070810318,-0.04439999908208847,0.9904000163078308,0.5340999960899353,-0.2833000123500824,0.7965999841690063,0.12370000034570694,-0.011699999682605267,0.9922000169754028,0.5340999960899353,-0.2833000123500824,0.7965999841690063,0.5414000153541565,-0.13449999690055847,0.8299000263214111,0.009100000374019146,0.009800000116229057,0.9998999834060669,0.0007999999797903001,-0.004699999932199717,1,0.08449999988079071,-0.1565999984741211,0.984000027179718,0.009100000374019146,0.009800000116229057,0.9998999834060669,0.08449999988079071,-0.1565999984741211,0.984000027179718,0.1251000016927719,-0.09989999979734421,0.9871000051498413,0.1251000016927719,-0.09989999979734421,0.9871000051498413,0.08449999988079071,-0.1565999984741211,0.984000027179718,0.3452000021934509,-0.6008999943733215,0.7208999991416931,0.1251000016927719,-0.09989999979734421,0.9871000051498413,0.3452000021934509,-0.6008999943733215,0.7208999991416931,0.48170000314712524,-0.4496999979019165,0.7522000074386597,0.012900000438094139,0.019899999722838402,0.9997000098228455,0.009100000374019146,0.009800000116229057,0.9998999834060669,0.1251000016927719,-0.09989999979734421,0.9871000051498413,0.012900000438094139,0.019899999722838402,0.9997000098228455,0.1251000016927719,-0.09989999979734421,0.9871000051498413,0.1307000070810318,-0.04439999908208847,0.9904000163078308,0.1307000070810318,-0.04439999908208847,0.9904000163078308,0.1251000016927719,-0.09989999979734421,0.9871000051498413,0.48170000314712524,-0.4496999979019165,0.7522000074386597,0.1307000070810318,-0.04439999908208847,0.9904000163078308,0.48170000314712524,-0.4496999979019165,0.7522000074386597,0.5340999960899353,-0.2833000123500824,0.7965999841690063,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9168000221252441,0.241799995303154,0.31769999861717224,0.9438999891281128,-0.000699999975040555,0.3303999900817871,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9438999891281128,-0.000699999975040555,0.3303999900817871,0.9997000098228455,0,0.022600000724196434,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.8402000069618225,0.4650999903678894,0.27880001068115234,0.9168000221252441,0.241799995303154,0.31769999861717224,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.9168000221252441,0.241799995303154,0.31769999861717224,0.9631999731063843,0.2678000032901764,0.021800000220537186,0.9168000221252441,0.241799995303154,0.31769999861717224,0.541100025177002,0.13220000267028809,0.8305000066757202,0.542900025844574,-0.0013000000035390258,0.8398000001907349,0.9168000221252441,0.241799995303154,0.31769999861717224,0.542900025844574,-0.0013000000035390258,0.8398000001907349,0.9438999891281128,-0.000699999975040555,0.3303999900817871,0.8402000069618225,0.4650999903678894,0.27880001068115234,0.5333999991416931,0.2831999957561493,0.7971000075340271,0.541100025177002,0.13220000267028809,0.8305000066757202,0.8402000069618225,0.4650999903678894,0.27880001068115234,0.541100025177002,0.13220000267028809,0.8305000066757202,0.9168000221252441,0.241799995303154,0.31769999861717224,0.49880000948905945,0.866599977016449,0.011300000362098217,0.4925000071525574,0.8464999794960022,0.2021999955177307,0.7035999894142151,0.6718999743461609,0.23149999976158142,0.49880000948905945,0.866599977016449,0.011300000362098217,0.7035999894142151,0.6718999743461609,0.23149999976158142,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.4925000071525574,0.8464999794960022,0.2021999955177307,0.34459999203681946,0.6014000177383423,0.72079998254776,0.4799000024795532,0.45170000195503235,0.7520999908447266,0.4925000071525574,0.8464999794960022,0.2021999955177307,0.4799000024795532,0.45170000195503235,0.7520999908447266,0.7035999894142151,0.6718999743461609,0.23149999976158142,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.7035999894142151,0.6718999743461609,0.23149999976158142,0.8402000069618225,0.4650999903678894,0.27880001068115234,0.7141000032424927,0.6998999714851379,0.016100000590085983,0.8402000069618225,0.4650999903678894,0.27880001068115234,0.8661999702453613,0.4993000030517578,0.019600000232458115,0.7035999894142151,0.6718999743461609,0.23149999976158142,0.4799000024795532,0.45170000195503235,0.7520999908447266,0.5333999991416931,0.2831999957561493,0.7971000075340271,0.7035999894142151,0.6718999743461609,0.23149999976158142,0.5333999991416931,0.2831999957561493,0.7971000075340271,0.8402000069618225,0.4650999903678894,0.27880001068115234,0.00989999994635582,-0.008100000210106373,0.9998999834060669,0.12370000034570694,0.09960000216960907,0.9872999787330627,0.08560000360012054,0.15489999949932098,0.9842000007629395,0.00989999994635582,-0.008100000210106373,0.9998999834060669,0.08560000360012054,0.15489999949932098,0.9842000007629395,0.00279999990016222,0.002400000113993883,1,0.013299999758601189,-0.019200000911951065,0.9997000098228455,0.1289999932050705,0.04320000112056732,0.9907000064849854,0.12370000034570694,0.09960000216960907,0.9872999787330627,0.013299999758601189,-0.019200000911951065,0.9997000098228455,0.12370000034570694,0.09960000216960907,0.9872999787330627,0.00989999994635582,-0.008100000210106373,0.9998999834060669,0.12370000034570694,0.09960000216960907,0.9872999787330627,0.4799000024795532,0.45170000195503235,0.7520999908447266,0.34459999203681946,0.6014000177383423,0.72079998254776,0.12370000034570694,0.09960000216960907,0.9872999787330627,0.34459999203681946,0.6014000177383423,0.72079998254776,0.08560000360012054,0.15489999949932098,0.9842000007629395,0.1289999932050705,0.04320000112056732,0.9907000064849854,0.5333999991416931,0.2831999957561493,0.7971000075340271,0.4799000024795532,0.45170000195503235,0.7520999908447266,0.1289999932050705,0.04320000112056732,0.9907000064849854,0.4799000024795532,0.45170000195503235,0.7520999908447266,0.12370000034570694,0.09960000216960907,0.9872999787330627,0.015699999406933784,0,0.9998999834060669,0.12080000340938568,-0.0005000000237487257,0.9926999807357788,0.12240000069141388,0.010300000198185444,0.9923999905586243,0.015699999406933784,0,0.9998999834060669,0.12240000069141388,0.010300000198185444,0.9923999905586243,0.014999999664723873,-0.017000000923871994,0.9997000098228455,0.12080000340938568,-0.0005000000237487257,0.9926999807357788,0.542900025844574,-0.0013000000035390258,0.8398000001907349,0.541100025177002,0.13220000267028809,0.8305000066757202,0.12080000340938568,-0.0005000000237487257,0.9926999807357788,0.541100025177002,0.13220000267028809,0.8305000066757202,0.12240000069141388,0.010300000198185444,0.9923999905586243,0.014999999664723873,-0.017000000923871994,0.9997000098228455,0.12240000069141388,0.010300000198185444,0.9923999905586243,0.1289999932050705,0.04320000112056732,0.9907000064849854,0.014999999664723873,-0.017000000923871994,0.9997000098228455,0.1289999932050705,0.04320000112056732,0.9907000064849854,0.013299999758601189,-0.019200000911951065,0.9997000098228455,0.12240000069141388,0.010300000198185444,0.9923999905586243,0.541100025177002,0.13220000267028809,0.8305000066757202,0.5333999991416931,0.2831999957561493,0.7971000075340271,0.12240000069141388,0.010300000198185444,0.9923999905586243,0.5333999991416931,0.2831999957561493,0.7971000075340271,0.1289999932050705,0.04320000112056732,0.9907000064849854,0.24699999392032623,0.968999981880188,0.00559999980032444,0.23999999463558197,0.9524000287055969,0.18790000677108765,0.4925000071525574,0.8464999794960022,0.2021999955177307,0.24699999392032623,0.968999981880188,0.00559999980032444,0.4925000071525574,0.8464999794960022,0.2021999955177307,0.49880000948905945,0.866599977016449,0.011300000362098217,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.0019000000320374966,1,0,-0.008700000122189522,0.9837999939918518,0.17910000681877136,0.24699999392032623,0.968999981880188,0.00559999980032444,-0.008700000122189522,0.9837999939918518,0.17910000681877136,0.23999999463558197,0.9524000287055969,0.18790000677108765,0.23999999463558197,0.9524000287055969,0.18790000677108765,0.16019999980926514,0.6937999725341797,0.7020999789237976,0.34459999203681946,0.6014000177383423,0.72079998254776,0.23999999463558197,0.9524000287055969,0.18790000677108765,0.34459999203681946,0.6014000177383423,0.72079998254776,0.4925000071525574,0.8464999794960022,0.2021999955177307,-0.008700000122189522,0.9837999939918518,0.17910000681877136,-0.027000000700354576,0.7257999777793884,0.6873999834060669,0.16019999980926514,0.6937999725341797,0.7020999789237976,-0.008700000122189522,0.9837999939918518,0.17910000681877136,0.16019999980926514,0.6937999725341797,0.7020999789237976,0.23999999463558197,0.9524000287055969,0.18790000677108765,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.5019999742507935,0.864799976348877,-0.01140000019222498,-0.5048999786376953,0.8453999757766724,0.17419999837875366,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.5048999786376953,0.8453999757766724,0.17419999837875366,-0.2558000087738037,0.9510999917984009,0.17329999804496765,-0.2558000087738037,0.9510999917984009,0.17329999804496765,-0.5048999786376953,0.8453999757766724,0.17419999837875366,-0.38929998874664307,0.6179999709129333,0.6830000281333923,-0.2558000087738037,0.9510999917984009,0.17329999804496765,-0.38929998874664307,0.6179999709129333,0.6830000281333923,-0.21130000054836273,0.70169997215271,0.680400013923645,-0.0019000000320374966,1,0,-0.25060001015663147,0.9681000113487244,-0.00570000009611249,-0.2558000087738037,0.9510999917984009,0.17329999804496765,-0.0019000000320374966,1,0,-0.2558000087738037,0.9510999917984009,0.17329999804496765,-0.008700000122189522,0.9837999939918518,0.17910000681877136,-0.008700000122189522,0.9837999939918518,0.17910000681877136,-0.2558000087738037,0.9510999917984009,0.17329999804496765,-0.21130000054836273,0.70169997215271,0.680400013923645,-0.008700000122189522,0.9837999939918518,0.17910000681877136,-0.21130000054836273,0.70169997215271,0.680400013923645,-0.027000000700354576,0.7257999777793884,0.6873999834060669,-0.06769999861717224,0.03889999911189079,0.9969000220298767,-0.05299999937415123,0.03180000185966492,0.9980999827384949,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.06769999861717224,0.03889999911189079,0.9969000220298767,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.15449999272823334,0.1964000016450882,0.9682999849319458,-0.031700000166893005,0.019999999552965164,0.9993000030517578,-0.03550000116229057,0.22280000150203705,0.9742000102996826,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.031700000166893005,0.019999999552965164,0.9993000030517578,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.05299999937415123,0.03180000185966492,0.9980999827384949,-0.15449999272823334,0.1964000016450882,0.9682999849319458,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.21130000054836273,0.70169997215271,0.680400013923645,-0.15449999272823334,0.1964000016450882,0.9682999849319458,-0.21130000054836273,0.70169997215271,0.680400013923645,-0.38929998874664307,0.6179999709129333,0.6830000281333923,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.03550000116229057,0.22280000150203705,0.9742000102996826,-0.027000000700354576,0.7257999777793884,0.6873999834060669,-0.09880000352859497,0.2231999933719635,0.9696999788284302,-0.027000000700354576,0.7257999777793884,0.6873999834060669,-0.21130000054836273,0.70169997215271,0.680400013923645,0.00279999990016222,0.002400000113993883,1,0.08560000360012054,0.15489999949932098,0.9842000007629395,0.027699999511241913,0.19859999418258667,0.9797000288963318,0.00279999990016222,0.002400000113993883,1,0.027699999511241913,0.19859999418258667,0.9797000288963318,-0.012000000104308128,0.010200000368058681,0.9998999834060669,0.08560000360012054,0.15489999949932098,0.9842000007629395,0.34459999203681946,0.6014000177383423,0.72079998254776,0.16019999980926514,0.6937999725341797,0.7020999789237976,0.08560000360012054,0.15489999949932098,0.9842000007629395,0.16019999980926514,0.6937999725341797,0.7020999789237976,0.027699999511241913,0.19859999418258667,0.9797000288963318,-0.031700000166893005,0.019999999552965164,0.9993000030517578,-0.012000000104308128,0.010200000368058681,0.9998999834060669,0.027699999511241913,0.19859999418258667,0.9797000288963318,-0.031700000166893005,0.019999999552965164,0.9993000030517578,0.027699999511241913,0.19859999418258667,0.9797000288963318,-0.03550000116229057,0.22280000150203705,0.9742000102996826,0.027699999511241913,0.19859999418258667,0.9797000288963318,0.16019999980926514,0.6937999725341797,0.7020999789237976,-0.027000000700354576,0.7257999777793884,0.6873999834060669,0.027699999511241913,0.19859999418258667,0.9797000288963318,-0.027000000700354576,0.7257999777793884,0.6873999834060669,-0.03550000116229057,0.22280000150203705,0.9742000102996826,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9244999885559082,0.2563000023365021,0.28209999203681946,0.9545999765396118,0.0010999999940395355,0.2980000078678131,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9545999765396118,0.0010999999940395355,0.2980000078678131,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.8421000242233276,0.48260000348091125,0.24070000648498535,0.9244999885559082,0.2563000023365021,0.28209999203681946,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.9244999885559082,0.2563000023365021,0.28209999203681946,0.9607999920845032,0.27649998664855957,-0.017799999564886093,0.9244999885559082,0.2563000023365021,0.28209999203681946,0.5662999749183655,0.15549999475479126,0.8094000220298767,0.567799985408783,0.005100000184029341,0.823199987411499,0.9244999885559082,0.2563000023365021,0.28209999203681946,0.567799985408783,0.005100000184029341,0.823199987411499,0.9545999765396118,0.0010999999940395355,0.2980000078678131,0.8421000242233276,0.48260000348091125,0.24070000648498535,0.5586000084877014,0.3133000135421753,0.7680000066757202,0.5662999749183655,0.15549999475479126,0.8094000220298767,0.8421000242233276,0.48260000348091125,0.24070000648498535,0.5662999749183655,0.15549999475479126,0.8094000220298767,0.9244999885559082,0.2563000023365021,0.28209999203681946,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.4968000054359436,0.8504999876022339,0.17239999771118164,0.7027999758720398,0.6841999888420105,0.1949000060558319,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.7027999758720398,0.6841999888420105,0.1949000060558319,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.4968000054359436,0.8504999876022339,0.17239999771118164,0.3813000023365021,0.621399998664856,0.684499979019165,0.5077999830245972,0.4797999858856201,0.715499997138977,0.4968000054359436,0.8504999876022339,0.17239999771118164,0.5077999830245972,0.4797999858856201,0.715499997138977,0.7027999758720398,0.6841999888420105,0.1949000060558319,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.7027999758720398,0.6841999888420105,0.1949000060558319,0.8421000242233276,0.48260000348091125,0.24070000648498535,0.7062000036239624,0.7077999711036682,-0.015300000086426735,0.8421000242233276,0.48260000348091125,0.24070000648498535,0.8596000075340271,0.5105999708175659,-0.017100000753998756,0.7027999758720398,0.6841999888420105,0.1949000060558319,0.5077999830245972,0.4797999858856201,0.715499997138977,0.5586000084877014,0.3133000135421753,0.7680000066757202,0.7027999758720398,0.6841999888420105,0.1949000060558319,0.5586000084877014,0.3133000135421753,0.7680000066757202,0.8421000242233276,0.48260000348091125,0.24070000648498535,0.06069999933242798,0.017400000244379044,0.9980000257492065,0.17579999566078186,0.13740000128746033,0.9747999906539917,0.14720000326633453,0.19259999692440033,0.9702000021934509,0.06069999933242798,0.017400000244379044,0.9980000257492065,0.14720000326633453,0.19259999692440033,0.9702000021934509,0.0617000013589859,0.03319999948143959,0.9975000023841858,0.05400000140070915,0.002199999988079071,0.9984999895095825,0.17000000178813934,0.07419999688863754,0.9825999736785889,0.17579999566078186,0.13740000128746033,0.9747999906539917,0.05400000140070915,0.002199999988079071,0.9984999895095825,0.17579999566078186,0.13740000128746033,0.9747999906539917,0.06069999933242798,0.017400000244379044,0.9980000257492065,0.17579999566078186,0.13740000128746033,0.9747999906539917,0.5077999830245972,0.4797999858856201,0.715499997138977,0.3813000023365021,0.621399998664856,0.684499979019165,0.17579999566078186,0.13740000128746033,0.9747999906539917,0.3813000023365021,0.621399998664856,0.684499979019165,0.14720000326633453,0.19259999692440033,0.9702000021934509,0.17000000178813934,0.07419999688863754,0.9825999736785889,0.5586000084877014,0.3133000135421753,0.7680000066757202,0.5077999830245972,0.4797999858856201,0.715499997138977,0.17000000178813934,0.07419999688863754,0.9825999736785889,0.5077999830245972,0.4797999858856201,0.715499997138977,0.17579999566078186,0.13740000128746033,0.9747999906539917,0.04580000042915344,0.007199999876320362,0.9988999962806702,0.14990000426769257,0.0071000000461936,0.9886999726295471,0.15549999475479126,0.032600000500679016,0.9872999787330627,0.04580000042915344,0.007199999876320362,0.9988999962806702,0.15549999475479126,0.032600000500679016,0.9872999787330627,0.04820000007748604,0.00009999999747378752,0.9987999796867371,0.14990000426769257,0.0071000000461936,0.9886999726295471,0.567799985408783,0.005100000184029341,0.823199987411499,0.5662999749183655,0.15549999475479126,0.8094000220298767,0.14990000426769257,0.0071000000461936,0.9886999726295471,0.5662999749183655,0.15549999475479126,0.8094000220298767,0.15549999475479126,0.032600000500679016,0.9872999787330627,0.04820000007748604,0.00009999999747378752,0.9987999796867371,0.15549999475479126,0.032600000500679016,0.9872999787330627,0.17000000178813934,0.07419999688863754,0.9825999736785889,0.04820000007748604,0.00009999999747378752,0.9987999796867371,0.17000000178813934,0.07419999688863754,0.9825999736785889,0.05400000140070915,0.002199999988079071,0.9984999895095825,0.15549999475479126,0.032600000500679016,0.9872999787330627,0.5662999749183655,0.15549999475479126,0.8094000220298767,0.5586000084877014,0.3133000135421753,0.7680000066757202,0.15549999475479126,0.032600000500679016,0.9872999787330627,0.5586000084877014,0.3133000135421753,0.7680000066757202,0.17000000178813934,0.07419999688863754,0.9825999736785889,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.25279998779296875,0.9523000121116638,0.17059999704360962,0.4968000054359436,0.8504999876022339,0.17239999771118164,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.4968000054359436,0.8504999876022339,0.17239999771118164,0.49470001459121704,0.8690000176429749,-0.012400000356137753,0.002400000113993883,1,-0.004399999976158142,0.007899999618530273,0.984499990940094,0.1753000020980835,0.25279998779296875,0.9523000121116638,0.17059999704360962,0.002400000113993883,1,-0.004399999976158142,0.25279998779296875,0.9523000121116638,0.17059999704360962,0.24860000610351562,0.9685999751091003,-0.00860000029206276,0.25279998779296875,0.9523000121116638,0.17059999704360962,0.20630000531673431,0.7027000188827515,0.680899977684021,0.3813000023365021,0.621399998664856,0.684499979019165,0.25279998779296875,0.9523000121116638,0.17059999704360962,0.3813000023365021,0.621399998664856,0.684499979019165,0.4968000054359436,0.8504999876022339,0.17239999771118164,0.007899999618530273,0.984499990940094,0.1753000020980835,0.022600000724196434,0.7263000011444092,0.6869999766349792,0.20630000531673431,0.7027000188827515,0.680899977684021,0.007899999618530273,0.984499990940094,0.1753000020980835,0.20630000531673431,0.7027000188827515,0.680899977684021,0.25279998779296875,0.9523000121116638,0.17059999704360962,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.49470001459121704,0.8464000225067139,0.19709999859333038,-0.24079999327659607,0.9531999826431274,0.18299999833106995,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.24079999327659607,0.9531999826431274,0.18299999833106995,-0.24639999866485596,0.9692000150680542,0,-0.24079999327659607,0.9531999826431274,0.18299999833106995,-0.49470001459121704,0.8464000225067139,0.19709999859333038,-0.3490999937057495,0.6028000116348267,0.7174999713897705,-0.24079999327659607,0.9531999826431274,0.18299999833106995,-0.3490999937057495,0.6028000116348267,0.7174999713897705,-0.16369999945163727,0.6948000192642212,0.7002999782562256,-0.24639999866485596,0.9692000150680542,0,-0.24079999327659607,0.9531999826431274,0.18299999833106995,0.007899999618530273,0.984499990940094,0.1753000020980835,-0.24639999866485596,0.9692000150680542,0,0.007899999618530273,0.984499990940094,0.1753000020980835,0.002400000113993883,1,-0.004399999976158142,0.007899999618530273,0.984499990940094,0.1753000020980835,-0.24079999327659607,0.9531999826431274,0.18299999833106995,-0.16369999945163727,0.6948000192642212,0.7002999782562256,0.007899999618530273,0.984499990940094,0.1753000020980835,-0.16369999945163727,0.6948000192642212,0.7002999782562256,0.022600000724196434,0.7263000011444092,0.6869999766349792,-0.006899999920278788,0.007699999958276749,0.9998999834060669,0.006399999838322401,0.012299999594688416,0.9998999834060669,-0.03240000084042549,0.19949999451637268,0.9793999791145325,-0.006899999920278788,0.007699999958276749,0.9998999834060669,-0.03240000084042549,0.19949999451637268,0.9793999791145325,-0.09009999781847,0.15929999947547913,0.9830999970436096,0.026499999687075615,0.01940000057220459,0.9994999766349792,0.029100000858306885,0.22089999914169312,0.9749000072479248,-0.03240000084042549,0.19949999451637268,0.9793999791145325,0.026499999687075615,0.01940000057220459,0.9994999766349792,-0.03240000084042549,0.19949999451637268,0.9793999791145325,0.006399999838322401,0.012299999594688416,0.9998999834060669,-0.09009999781847,0.15929999947547913,0.9830999970436096,-0.03240000084042549,0.19949999451637268,0.9793999791145325,-0.16369999945163727,0.6948000192642212,0.7002999782562256,-0.09009999781847,0.15929999947547913,0.9830999970436096,-0.16369999945163727,0.6948000192642212,0.7002999782562256,-0.3490999937057495,0.6028000116348267,0.7174999713897705,-0.03240000084042549,0.19949999451637268,0.9793999791145325,0.029100000858306885,0.22089999914169312,0.9749000072479248,0.022600000724196434,0.7263000011444092,0.6869999766349792,-0.03240000084042549,0.19949999451637268,0.9793999791145325,0.022600000724196434,0.7263000011444092,0.6869999766349792,-0.16369999945163727,0.6948000192642212,0.7002999782562256,0.0617000013589859,0.03319999948143959,0.9975000023841858,0.14720000326633453,0.19259999692440033,0.9702000021934509,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.0617000013589859,0.03319999948143959,0.9975000023841858,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.0471000000834465,0.028200000524520874,0.9984999895095825,0.14720000326633453,0.19259999692440033,0.9702000021934509,0.3813000023365021,0.621399998664856,0.684499979019165,0.20630000531673431,0.7027000188827515,0.680899977684021,0.14720000326633453,0.19259999692440033,0.9702000021934509,0.20630000531673431,0.7027000188827515,0.680899977684021,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.026499999687075615,0.01940000057220459,0.9994999766349792,0.0471000000834465,0.028200000524520874,0.9984999895095825,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.026499999687075615,0.01940000057220459,0.9994999766349792,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.029100000858306885,0.22089999914169312,0.9749000072479248,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.20630000531673431,0.7027000188827515,0.680899977684021,0.022600000724196434,0.7263000011444092,0.6869999766349792,0.0917000025510788,0.21940000355243683,0.9713000059127808,0.022600000724196434,0.7263000011444092,0.6869999766349792,0.029100000858306885,0.22089999914169312,0.9749000072479248,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.7064999938011169,0.6697999835014343,0.22849999368190765,-0.4991999864578247,0.8665000200271606,0.004800000227987766,-0.7064999938011169,0.6697999835014343,0.22849999368190765,-0.49470001459121704,0.8464000225067139,0.19709999859333038,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.8418999910354614,0.4629000127315521,0.2773999869823456,-0.7153000235557556,0.6988000273704529,0.00930000003427267,-0.8418999910354614,0.4629000127315521,0.2773999869823456,-0.7064999938011169,0.6697999835014343,0.22849999368190765,-0.49470001459121704,0.8464000225067139,0.19709999859333038,-0.7064999938011169,0.6697999835014343,0.22849999368190765,-0.4844000041484833,0.45089998841285706,0.7497000098228455,-0.49470001459121704,0.8464000225067139,0.19709999859333038,-0.4844000041484833,0.45089998841285706,0.7497000098228455,-0.3490999937057495,0.6028000116348267,0.7174999713897705,-0.7064999938011169,0.6697999835014343,0.22849999368190765,-0.8418999910354614,0.4629000127315521,0.2773999869823456,-0.5353999733924866,0.2838999927043915,0.7954999804496765,-0.7064999938011169,0.6697999835014343,0.22849999368190765,-0.5353999733924866,0.2838999927043915,0.7954999804496765,-0.4844000041484833,0.45089998841285706,0.7497000098228455,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9998999834060669,0,0.01730000041425228,-0.944599986076355,0.0007999999797903001,0.32839998602867126,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.944599986076355,0.0007999999797903001,0.32839998602867126,-0.9174000024795532,0.24160000681877136,0.31630000472068787,-0.9174000024795532,0.24160000681877136,0.31630000472068787,-0.944599986076355,0.0007999999797903001,0.32839998602867126,-0.5425999760627747,0.001500000013038516,0.8399999737739563,-0.9174000024795532,0.24160000681877136,0.31630000472068787,-0.5425999760627747,0.001500000013038516,0.8399999737739563,-0.5415999889373779,0.13490000367164612,0.829800009727478,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9638000130653381,0.2662999927997589,0.01549999974668026,-0.9174000024795532,0.24160000681877136,0.31630000472068787,-0.8673999905586243,0.4975000023841858,0.012799999676644802,-0.9174000024795532,0.24160000681877136,0.31630000472068787,-0.8418999910354614,0.4629000127315521,0.2773999869823456,-0.8418999910354614,0.4629000127315521,0.2773999869823456,-0.9174000024795532,0.24160000681877136,0.31630000472068787,-0.5415999889373779,0.13490000367164612,0.829800009727478,-0.8418999910354614,0.4629000127315521,0.2773999869823456,-0.5415999889373779,0.13490000367164612,0.829800009727478,-0.5353999733924866,0.2838999927043915,0.7954999804496765,-0.017999999225139618,0.001500000013038516,0.9998000264167786,-0.01679999940097332,-0.015200000256299973,0.9997000098228455,-0.12470000237226486,0.013299999758601189,0.9921000003814697,-0.017999999225139618,0.001500000013038516,0.9998000264167786,-0.12470000237226486,0.013299999758601189,0.9921000003814697,-0.12200000137090683,0.0010999999940395355,0.9925000071525574,-0.01679999940097332,-0.015200000256299973,0.9997000098228455,-0.015799999237060547,-0.017799999564886093,0.9997000098228455,-0.1324000060558319,0.04639999940991402,0.9901000261306763,-0.01679999940097332,-0.015200000256299973,0.9997000098228455,-0.1324000060558319,0.04639999940991402,0.9901000261306763,-0.12470000237226486,0.013299999758601189,0.9921000003814697,-0.12200000137090683,0.0010999999940395355,0.9925000071525574,-0.12470000237226486,0.013299999758601189,0.9921000003814697,-0.5415999889373779,0.13490000367164612,0.829800009727478,-0.12200000137090683,0.0010999999940395355,0.9925000071525574,-0.5415999889373779,0.13490000367164612,0.829800009727478,-0.5425999760627747,0.001500000013038516,0.8399999737739563,-0.12470000237226486,0.013299999758601189,0.9921000003814697,-0.1324000060558319,0.04639999940991402,0.9901000261306763,-0.5353999733924866,0.2838999927043915,0.7954999804496765,-0.12470000237226486,0.013299999758601189,0.9921000003814697,-0.5353999733924866,0.2838999927043915,0.7954999804496765,-0.5415999889373779,0.13490000367164612,0.829800009727478,-0.013500000350177288,-0.007499999832361937,0.9998999834060669,-0.006899999920278788,0.007699999958276749,0.9998999834060669,-0.09009999781847,0.15929999947547913,0.9830999970436096,-0.013500000350177288,-0.007499999832361937,0.9998999834060669,-0.09009999781847,0.15929999947547913,0.9830999970436096,-0.12880000472068787,0.10209999978542328,0.9864000082015991,-0.12880000472068787,0.10209999978542328,0.9864000082015991,-0.09009999781847,0.15929999947547913,0.9830999970436096,-0.3490999937057495,0.6028000116348267,0.7174999713897705,-0.12880000472068787,0.10209999978542328,0.9864000082015991,-0.3490999937057495,0.6028000116348267,0.7174999713897705,-0.4844000041484833,0.45089998841285706,0.7497000098228455,-0.015799999237060547,-0.017799999564886093,0.9997000098228455,-0.013500000350177288,-0.007499999832361937,0.9998999834060669,-0.12880000472068787,0.10209999978542328,0.9864000082015991,-0.015799999237060547,-0.017799999564886093,0.9997000098228455,-0.12880000472068787,0.10209999978542328,0.9864000082015991,-0.1324000060558319,0.04639999940991402,0.9901000261306763,-0.1324000060558319,0.04639999940991402,0.9901000261306763,-0.12880000472068787,0.10209999978542328,0.9864000082015991,-0.4844000041484833,0.45089998841285706,0.7497000098228455,-0.1324000060558319,0.04639999940991402,0.9901000261306763,-0.4844000041484833,0.45089998841285706,0.7497000098228455,-0.5353999733924866,0.2838999927043915,0.7954999804496765,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9178000092506409,-0.24060000479221344,0.3158000111579895,-0.944599986076355,0.0007999999797903001,0.32839998602867126,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.944599986076355,0.0007999999797903001,0.32839998602867126,-0.9998999834060669,0,0.01730000041425228,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.8418999910354614,-0.4629000127315521,0.27720001339912415,-0.9178000092506409,-0.24060000479221344,0.3158000111579895,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.9178000092506409,-0.24060000479221344,0.3158000111579895,-0.9638000130653381,-0.2662000060081482,0.017799999564886093,-0.9178000092506409,-0.24060000479221344,0.3158000111579895,-0.5421000123023987,-0.13189999759197235,0.8299000263214111,-0.5425999760627747,0.001500000013038516,0.8399999737739563,-0.9178000092506409,-0.24060000479221344,0.3158000111579895,-0.5425999760627747,0.001500000013038516,0.8399999737739563,-0.944599986076355,0.0007999999797903001,0.32839998602867126,-0.8418999910354614,-0.4629000127315521,0.27720001339912415,-0.5365999937057495,-0.28220000863075256,0.795199990272522,-0.5421000123023987,-0.13189999759197235,0.8299000263214111,-0.8418999910354614,-0.4629000127315521,0.27720001339912415,-0.5421000123023987,-0.13189999759197235,0.8299000263214111,-0.9178000092506409,-0.24060000479221344,0.3158000111579895,-0.5009999871253967,-0.8654000163078308,0.012500000186264515,-0.4964999854564667,-0.843999981880188,0.2029000073671341,-0.7063000202178955,-0.6692000031471252,0.23080000281333923,-0.5009999871253967,-0.8654000163078308,0.012500000186264515,-0.7063000202178955,-0.6692000031471252,0.23080000281333923,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.4964999854564667,-0.843999981880188,0.2029000073671341,-0.3546999990940094,-0.5990999937057495,0.7178999781608582,-0.486299991607666,-0.44999998807907104,0.7490000128746033,-0.4964999854564667,-0.843999981880188,0.2029000073671341,-0.486299991607666,-0.44999998807907104,0.7490000128746033,-0.7063000202178955,-0.6692000031471252,0.23080000281333923,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.7063000202178955,-0.6692000031471252,0.23080000281333923,-0.8418999910354614,-0.4629000127315521,0.27720001339912415,-0.7160999774932861,-0.6977999806404114,0.015399999916553497,-0.8418999910354614,-0.4629000127315521,0.27720001339912415,-0.8676000237464905,-0.4970000088214874,0.01720000058412552,-0.7063000202178955,-0.6692000031471252,0.23080000281333923,-0.486299991607666,-0.44999998807907104,0.7490000128746033,-0.5365999937057495,-0.28220000863075256,0.795199990272522,-0.7063000202178955,-0.6692000031471252,0.23080000281333923,-0.5365999937057495,-0.28220000863075256,0.795199990272522,-0.8418999910354614,-0.4629000127315521,0.27720001339912415,-0.021400000900030136,0.00860000029206276,0.9997000098228455,-0.13490000367164612,-0.10119999945163727,0.9857000112533569,-0.10050000250339508,-0.1565999984741211,0.9825000166893005,-0.021400000900030136,0.00860000029206276,0.9997000098228455,-0.10050000250339508,-0.1565999984741211,0.9825000166893005,-0.017899999395012856,-0.004600000102072954,0.9998000264167786,-0.020800000056624413,0.020099999383091927,0.9995999932289124,-0.1354999989271164,-0.04399999976158142,0.989799976348877,-0.13490000367164612,-0.10119999945163727,0.9857000112533569,-0.020800000056624413,0.020099999383091927,0.9995999932289124,-0.13490000367164612,-0.10119999945163727,0.9857000112533569,-0.021400000900030136,0.00860000029206276,0.9997000098228455,-0.13490000367164612,-0.10119999945163727,0.9857000112533569,-0.486299991607666,-0.44999998807907104,0.7490000128746033,-0.3546999990940094,-0.5990999937057495,0.7178999781608582,-0.13490000367164612,-0.10119999945163727,0.9857000112533569,-0.3546999990940094,-0.5990999937057495,0.7178999781608582,-0.10050000250339508,-0.1565999984741211,0.9825000166893005,-0.1354999989271164,-0.04399999976158142,0.989799976348877,-0.5365999937057495,-0.28220000863075256,0.795199990272522,-0.486299991607666,-0.44999998807907104,0.7490000128746033,-0.1354999989271164,-0.04399999976158142,0.989799976348877,-0.486299991607666,-0.44999998807907104,0.7490000128746033,-0.13490000367164612,-0.10119999945163727,0.9857000112533569,-0.017999999225139618,0.001500000013038516,0.9998000264167786,-0.12200000137090683,0.0010999999940395355,0.9925000071525574,-0.1256999969482422,-0.010900000110268593,0.9919999837875366,-0.017999999225139618,0.001500000013038516,0.9998000264167786,-0.1256999969482422,-0.010900000110268593,0.9919999837875366,-0.019300000742077827,0.01769999973475933,0.9997000098228455,-0.12200000137090683,0.0010999999940395355,0.9925000071525574,-0.5425999760627747,0.001500000013038516,0.8399999737739563,-0.5421000123023987,-0.13189999759197235,0.8299000263214111,-0.12200000137090683,0.0010999999940395355,0.9925000071525574,-0.5421000123023987,-0.13189999759197235,0.8299000263214111,-0.1256999969482422,-0.010900000110268593,0.9919999837875366,-0.019300000742077827,0.01769999973475933,0.9997000098228455,-0.1256999969482422,-0.010900000110268593,0.9919999837875366,-0.1354999989271164,-0.04399999976158142,0.989799976348877,-0.019300000742077827,0.01769999973475933,0.9997000098228455,-0.1354999989271164,-0.04399999976158142,0.989799976348877,-0.020800000056624413,0.020099999383091927,0.9995999932289124,-0.1256999969482422,-0.010900000110268593,0.9919999837875366,-0.5421000123023987,-0.13189999759197235,0.8299000263214111,-0.5365999937057495,-0.28220000863075256,0.795199990272522,-0.1256999969482422,-0.010900000110268593,0.9919999837875366,-0.5365999937057495,-0.28220000863075256,0.795199990272522,-0.1354999989271164,-0.04399999976158142,0.989799976348877,-0.24879999458789825,-0.968500018119812,0.00860000029206276,-0.24480000138282776,-0.9506000280380249,0.19110000133514404,-0.4964999854564667,-0.843999981880188,0.2029000073671341,-0.24879999458789825,-0.968500018119812,0.00860000029206276,-0.4964999854564667,-0.843999981880188,0.2029000073671341,-0.5009999871253967,-0.8654000163078308,0.012500000186264515,0.00039999998989515007,-1,0.004399999976158142,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,-0.24480000138282776,-0.9506000280380249,0.19110000133514404,0.00039999998989515007,-1,0.004399999976158142,-0.24480000138282776,-0.9506000280380249,0.19110000133514404,-0.24879999458789825,-0.968500018119812,0.00860000029206276,-0.24480000138282776,-0.9506000280380249,0.19110000133514404,-0.17239999771118164,-0.6895999908447266,0.7034000158309937,-0.3546999990940094,-0.5990999937057495,0.7178999781608582,-0.24480000138282776,-0.9506000280380249,0.19110000133514404,-0.3546999990940094,-0.5990999937057495,0.7178999781608582,-0.4964999854564667,-0.843999981880188,0.2029000073671341,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,0.014399999752640724,-0.7200999855995178,0.6937999725341797,-0.17239999771118164,-0.6895999908447266,0.7034000158309937,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,-0.17239999771118164,-0.6895999908447266,0.7034000158309937,-0.24480000138282776,-0.9506000280380249,0.19110000133514404,0.24770000576972961,-0.9688000082969666,0,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.4968999922275543,-0.8485000133514404,0.1817999929189682,0.24770000576972961,-0.9688000082969666,0,0.4968999922275543,-0.8485000133514404,0.1817999929189682,0.25029999017715454,-0.9513000249862671,0.17990000545978546,0.25029999017715454,-0.9513000249862671,0.17990000545978546,0.4968999922275543,-0.8485000133514404,0.1817999929189682,0.37770000100135803,-0.611299991607666,0.6953999996185303,0.25029999017715454,-0.9513000249862671,0.17990000545978546,0.37770000100135803,-0.611299991607666,0.6953999996185303,0.19910000264644623,-0.6949999928474426,0.6908000111579895,0.24770000576972961,-0.9688000082969666,0,0.25029999017715454,-0.9513000249862671,0.17990000545978546,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,0.24770000576972961,-0.9688000082969666,0,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,0.00039999998989515007,-1,0.004399999976158142,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,0.25029999017715454,-0.9513000249862671,0.17990000545978546,0.19910000264644623,-0.6949999928474426,0.6908000111579895,0.0038999998942017555,-0.9829000234603882,0.1843000054359436,0.19910000264644623,-0.6949999928474426,0.6908000111579895,0.014399999752640724,-0.7200999855995178,0.6937999725341797,0.05299999937415123,-0.018200000748038292,0.9983999729156494,0.03920000046491623,-0.015300000086426735,0.9991000294685364,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.05299999937415123,-0.018200000748038292,0.9983999729156494,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.13840000331401825,-0.17599999904632568,0.9746000170707703,0.018300000578165054,-0.009999999776482582,0.9998000264167786,0.01979999989271164,-0.21209999918937683,0.9769999980926514,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.018300000578165054,-0.009999999776482582,0.9998000264167786,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.03920000046491623,-0.015300000086426735,0.9991000294685364,0.13840000331401825,-0.17599999904632568,0.9746000170707703,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.19910000264644623,-0.6949999928474426,0.6908000111579895,0.13840000331401825,-0.17599999904632568,0.9746000170707703,0.19910000264644623,-0.6949999928474426,0.6908000111579895,0.37770000100135803,-0.611299991607666,0.6953999996185303,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.01979999989271164,-0.21209999918937683,0.9769999980926514,0.014399999752640724,-0.7200999855995178,0.6937999725341797,0.08240000158548355,-0.2061000019311905,0.9750000238418579,0.014399999752640724,-0.7200999855995178,0.6937999725341797,0.19910000264644623,-0.6949999928474426,0.6908000111579895,-0.017899999395012856,-0.004600000102072954,0.9998000264167786,-0.10050000250339508,-0.1565999984741211,0.9825000166893005,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,-0.017899999395012856,-0.004600000102072954,0.9998000264167786,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,-0.002099999925121665,-0.0066999997943639755,1,-0.10050000250339508,-0.1565999984741211,0.9825000166893005,-0.3546999990940094,-0.5990999937057495,0.7178999781608582,-0.17239999771118164,-0.6895999908447266,0.7034000158309937,-0.10050000250339508,-0.1565999984741211,0.9825000166893005,-0.17239999771118164,-0.6895999908447266,0.7034000158309937,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,0.018300000578165054,-0.009999999776482582,0.9998000264167786,-0.002099999925121665,-0.0066999997943639755,1,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,0.018300000578165054,-0.009999999776482582,0.9998000264167786,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,0.01979999989271164,-0.21209999918937683,0.9769999980926514,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,-0.17239999771118164,-0.6895999908447266,0.7034000158309937,0.014399999752640724,-0.7200999855995178,0.6937999725341797,-0.04340000078082085,-0.19509999454021454,0.9797999858856201,0.014399999752640724,-0.7200999855995178,0.6937999725341797,0.01979999989271164,-0.21209999918937683,0.9769999980926514,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.704200029373169,-0.6798999905586243,0.2045000046491623,0.4948999881744385,-0.8689000010490417,-0.004699999932199717,0.704200029373169,-0.6798999905586243,0.2045000046491623,0.4968999922275543,-0.8485000133514404,0.1817999929189682,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.8422999978065491,-0.4778999984264374,0.249099999666214,0.70660001039505,-0.7075999975204468,-0.009100000374019146,0.8422999978065491,-0.4778999984264374,0.249099999666214,0.704200029373169,-0.6798999905586243,0.2045000046491623,0.4968999922275543,-0.8485000133514404,0.1817999929189682,0.704200029373169,-0.6798999905586243,0.2045000046491623,0.5069000124931335,-0.46630001068115234,0.7250000238418579,0.4968999922275543,-0.8485000133514404,0.1817999929189682,0.5069000124931335,-0.46630001068115234,0.7250000238418579,0.37770000100135803,-0.611299991607666,0.6953999996185303,0.704200029373169,-0.6798999905586243,0.2045000046491623,0.8422999978065491,-0.4778999984264374,0.249099999666214,0.5572999715805054,-0.30079999566078186,0.7738999724388123,0.704200029373169,-0.6798999905586243,0.2045000046491623,0.5572999715805054,-0.30079999566078186,0.7738999724388123,0.5069000124931335,-0.46630001068115234,0.7250000238418579,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.9545999765396118,0.0010999999940395355,0.2980000078678131,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.9998999834060669,-0.0008999999845400453,-0.01730000041425228,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.9545999765396118,0.0010999999940395355,0.2980000078678131,0.567799985408783,0.005100000184029341,0.823199987411499,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.567799985408783,0.005100000184029341,0.823199987411499,0.565500020980835,-0.14489999413490295,0.8119000196456909,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.9605000019073486,-0.2777999937534332,-0.015399999916553497,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.8596000075340271,-0.5109000205993652,-0.012600000016391277,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.8422999978065491,-0.4778999984264374,0.249099999666214,0.8422999978065491,-0.4778999984264374,0.249099999666214,0.9239000082015991,-0.2531999945640564,0.28690001368522644,0.565500020980835,-0.14489999413490295,0.8119000196456909,0.8422999978065491,-0.4778999984264374,0.249099999666214,0.565500020980835,-0.14489999413490295,0.8119000196456909,0.5572999715805054,-0.30079999566078186,0.7738999724388123,0.04580000042915344,0.007199999876320362,0.9988999962806702,0.0471000000834465,0.014000000432133675,0.9987999796867371,0.1543000042438507,-0.018400000408291817,0.9879000186920166,0.04580000042915344,0.007199999876320362,0.9988999962806702,0.1543000042438507,-0.018400000408291817,0.9879000186920166,0.14990000426769257,0.0071000000461936,0.9886999726295471,0.0471000000834465,0.014000000432133675,0.9987999796867371,0.05090000107884407,0.011300000362098217,0.9986000061035156,0.16660000383853912,-0.05939999967813492,0.9842000007629395,0.0471000000834465,0.014000000432133675,0.9987999796867371,0.16660000383853912,-0.05939999967813492,0.9842000007629395,0.1543000042438507,-0.018400000408291817,0.9879000186920166,0.14990000426769257,0.0071000000461936,0.9886999726295471,0.1543000042438507,-0.018400000408291817,0.9879000186920166,0.565500020980835,-0.14489999413490295,0.8119000196456909,0.14990000426769257,0.0071000000461936,0.9886999726295471,0.565500020980835,-0.14489999413490295,0.8119000196456909,0.567799985408783,0.005100000184029341,0.823199987411499,0.1543000042438507,-0.018400000408291817,0.9879000186920166,0.16660000383853912,-0.05939999967813492,0.9842000007629395,0.5572999715805054,-0.30079999566078186,0.7738999724388123,0.1543000042438507,-0.018400000408291817,0.9879000186920166,0.5572999715805054,-0.30079999566078186,0.7738999724388123,0.565500020980835,-0.14489999413490295,0.8119000196456909,0.054499998688697815,-0.002400000113993883,0.9984999895095825,0.05299999937415123,-0.018200000748038292,0.9983999729156494,0.13840000331401825,-0.17599999904632568,0.9746000170707703,0.054499998688697815,-0.002400000113993883,0.9984999895095825,0.13840000331401825,-0.17599999904632568,0.9746000170707703,0.1695999950170517,-0.1193000003695488,0.9782999753952026,0.1695999950170517,-0.1193000003695488,0.9782999753952026,0.13840000331401825,-0.17599999904632568,0.9746000170707703,0.37770000100135803,-0.611299991607666,0.6953999996185303,0.1695999950170517,-0.1193000003695488,0.9782999753952026,0.37770000100135803,-0.611299991607666,0.6953999996185303,0.5069000124931335,-0.46630001068115234,0.7250000238418579,0.05090000107884407,0.011300000362098217,0.9986000061035156,0.054499998688697815,-0.002400000113993883,0.9984999895095825,0.1695999950170517,-0.1193000003695488,0.9782999753952026,0.05090000107884407,0.011300000362098217,0.9986000061035156,0.1695999950170517,-0.1193000003695488,0.9782999753952026,0.16660000383853912,-0.05939999967813492,0.9842000007629395,0.16660000383853912,-0.05939999967813492,0.9842000007629395,0.1695999950170517,-0.1193000003695488,0.9782999753952026,0.5069000124931335,-0.46630001068115234,0.7250000238418579,0.16660000383853912,-0.05939999967813492,0.9842000007629395,0.5069000124931335,-0.46630001068115234,0.7250000238418579,0.5572999715805054,-0.30079999566078186,0.7738999724388123,-0.9606999754905701,-0.27720001339912415,0.014999999664723873,-0.9609000086784363,-0.27649998664855957,0.014299999922513962,-0.9998999834060669,0.0008999999845400453,0.013799999840557575,-0.9606999754905701,-0.27720001339912415,0.014999999664723873,-0.9998999834060669,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.00139999995008111,0.014600000344216824,-0.9606999754905701,-0.27720001339912415,0.014999999664723873,-0.8589000105857849,-0.511900007724762,0.014399999752640724,-0.8597000241279602,-0.510699987411499,0.013799999840557575,-0.9606999754905701,-0.27720001339912415,0.014999999664723873,-0.8597000241279602,-0.510699987411499,0.013799999840557575,-0.9609000086784363,-0.27649998664855957,0.014299999922513962,-0.9609000086784363,-0.27649998664855957,0.014299999922513962,-0.9609000086784363,-0.27649998664855957,0.012500000186264515,-0.9998999834060669,0.0008999999845400453,0.011900000274181366,-0.9609000086784363,-0.27649998664855957,0.014299999922513962,-0.9998999834060669,0.0008999999845400453,0.011900000274181366,-0.9998999834060669,0.0008999999845400453,0.013799999840557575,-0.9609000086784363,-0.27649998664855957,0.014299999922513962,-0.8597000241279602,-0.510699987411499,0.013799999840557575,-0.8597000241279602,-0.510699987411499,0.012199999764561653,-0.9609000086784363,-0.27649998664855957,0.014299999922513962,-0.8597000241279602,-0.510699987411499,0.012199999764561653,-0.9609000086784363,-0.27649998664855957,0.012500000186264515,-0.7046999931335449,-0.7093999981880188,0.012900000438094139,-0.49239999055862427,-0.8702999949455261,0.010400000028312206,-0.49459999799728394,-0.8690999746322632,0.010099999606609344,-0.7046999931335449,-0.7093999981880188,0.012900000438094139,-0.49459999799728394,-0.8690999746322632,0.010099999606609344,-0.7062000036239624,-0.7078999876976013,0.012400000356137753,-0.7062000036239624,-0.7078999876976013,0.012400000356137753,-0.49459999799728394,-0.8690999746322632,0.010099999606609344,-0.49459999799728394,-0.8690999746322632,0.00930000003427267,-0.7062000036239624,-0.7078999876976013,0.012400000356137753,-0.49459999799728394,-0.8690999746322632,0.00930000003427267,-0.7062000036239624,-0.7078999876976013,0.01119999960064888,-0.8589000105857849,-0.511900007724762,0.014399999752640724,-0.7046999931335449,-0.7093999981880188,0.012900000438094139,-0.7062000036239624,-0.7078999876976013,0.012400000356137753,-0.8589000105857849,-0.511900007724762,0.014399999752640724,-0.7062000036239624,-0.7078999876976013,0.012400000356137753,-0.8597000241279602,-0.510699987411499,0.013799999840557575,-0.8597000241279602,-0.510699987411499,0.013799999840557575,-0.7062000036239624,-0.7078999876976013,0.012400000356137753,-0.7062000036239624,-0.7078999876976013,0.01119999960064888,-0.8597000241279602,-0.510699987411499,0.013799999840557575,-0.7062000036239624,-0.7078999876976013,0.01119999960064888,-0.8597000241279602,-0.510699987411499,0.012199999764561653,-0.49470001459121704,-0.8690000176429749,0.007499999832361937,-0.7063000202178955,-0.7078999876976013,0.008500000461935997,-0.7062000036239624,-0.7078999876976013,0.009700000286102295,-0.49470001459121704,-0.8690000176429749,0.007499999832361937,-0.7062000036239624,-0.7078999876976013,0.009700000286102295,-0.49470001459121704,-0.8690000176429749,0.008299999870359898,-0.7063000202178955,-0.7078999876976013,0.008500000461935997,-0.8597999811172485,-0.5105999708175659,0.008799999952316284,-0.8597000241279602,-0.5105999708175659,0.010400000028312206,-0.7063000202178955,-0.7078999876976013,0.008500000461935997,-0.8597000241279602,-0.5105999708175659,0.010400000028312206,-0.7062000036239624,-0.7078999876976013,0.009700000286102295,-0.49470001459121704,-0.8690000176429749,0.008299999870359898,-0.7062000036239624,-0.7078999876976013,0.009700000286102295,-0.7062000036239624,-0.7078999876976013,0.01119999960064888,-0.49470001459121704,-0.8690000176429749,0.008299999870359898,-0.7062000036239624,-0.7078999876976013,0.01119999960064888,-0.49459999799728394,-0.8690999746322632,0.00930000003427267,-0.7062000036239624,-0.7078999876976013,0.009700000286102295,-0.8597000241279602,-0.5105999708175659,0.010400000028312206,-0.8597000241279602,-0.510699987411499,0.012199999764561653,-0.7062000036239624,-0.7078999876976013,0.009700000286102295,-0.8597000241279602,-0.510699987411499,0.012199999764561653,-0.7062000036239624,-0.7078999876976013,0.01119999960064888,-1,0.0007999999797903001,0.007799999788403511,-1,0.0008999999845400453,0.009700000286102295,-0.9610000252723694,-0.27649998664855957,0.010499999858438969,-1,0.0007999999797903001,0.007799999788403511,-0.9610000252723694,-0.27649998664855957,0.010499999858438969,-0.9610000252723694,-0.27649998664855957,0.008700000122189522,-1,0.0008999999845400453,0.009700000286102295,-0.9998999834060669,0.0008999999845400453,0.011900000274181366,-0.9609000086784363,-0.27649998664855957,0.012500000186264515,-1,0.0008999999845400453,0.009700000286102295,-0.9609000086784363,-0.27649998664855957,0.012500000186264515,-0.9610000252723694,-0.27649998664855957,0.010499999858438969,-0.8597999811172485,-0.5105999708175659,0.008799999952316284,-0.9610000252723694,-0.27649998664855957,0.008700000122189522,-0.9610000252723694,-0.27649998664855957,0.010499999858438969,-0.8597999811172485,-0.5105999708175659,0.008799999952316284,-0.9610000252723694,-0.27649998664855957,0.010499999858438969,-0.8597000241279602,-0.5105999708175659,0.010400000028312206,-0.8597000241279602,-0.5105999708175659,0.010400000028312206,-0.9610000252723694,-0.27649998664855957,0.010499999858438969,-0.9609000086784363,-0.27649998664855957,0.012500000186264515,-0.8597000241279602,-0.5105999708175659,0.010400000028312206,-0.9609000086784363,-0.27649998664855957,0.012500000186264515,-0.8597000241279602,-0.510699987411499,0.012199999764561653,-0.49239999055862427,-0.8702999949455261,0.010400000028312206,-0.24639999866485596,-0.9692000150680542,0.007199999876320362,-0.2484000027179718,-0.9685999751091003,0.0071000000461936,-0.49239999055862427,-0.8702999949455261,0.010400000028312206,-0.2484000027179718,-0.9685999751091003,0.0071000000461936,-0.49459999799728394,-0.8690999746322632,0.010099999606609344,-0.24639999866485596,-0.9692000150680542,0.007199999876320362,-0.0010000000474974513,-1,0.003700000001117587,-0.002300000051036477,-1,0.003800000064074993,-0.24639999866485596,-0.9692000150680542,0.007199999876320362,-0.002300000051036477,-1,0.003800000064074993,-0.2484000027179718,-0.9685999751091003,0.0071000000461936,-0.49459999799728394,-0.8690999746322632,0.010099999606609344,-0.2484000027179718,-0.9685999751091003,0.0071000000461936,-0.2484000027179718,-0.9685999751091003,0.0066999997943639755,-0.49459999799728394,-0.8690999746322632,0.010099999606609344,-0.2484000027179718,-0.9685999751091003,0.0066999997943639755,-0.49459999799728394,-0.8690999746322632,0.00930000003427267,-0.2484000027179718,-0.9685999751091003,0.0071000000461936,-0.002300000051036477,-1,0.003800000064074993,-0.002300000051036477,-1,0.0038999998942017555,-0.2484000027179718,-0.9685999751091003,0.0071000000461936,-0.002300000051036477,-1,0.0038999998942017555,-0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.4975000023841858,-0.8675000071525574,-0.004000000189989805,0.499099999666214,-0.8665000200271606,-0.003599999938160181,0.24639999866485596,-0.9692000150680542,0.00019999999494757503,0.4975000023841858,-0.8675000071525574,-0.004000000189989805,0.24639999866485596,-0.9692000150680542,0.00019999999494757503,0.24650000035762787,-0.9690999984741211,0,0.499099999666214,-0.8665000200271606,-0.003599999938160181,0.4991999864578247,-0.8665000200271606,-0.0026000000070780516,0.24639999866485596,-0.9692000150680542,0.0007999999797903001,0.499099999666214,-0.8665000200271606,-0.003599999938160181,0.24639999866485596,-0.9692000150680542,0.0007999999797903001,0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.0010000000474974513,-1,0.003700000001117587,0.24650000035762787,-0.9690999984741211,0,0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.0010000000474974513,-1,0.003700000001117587,0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.002300000051036477,-1,0.003800000064074993,-0.002300000051036477,-1,0.003800000064074993,0.24639999866485596,-0.9692000150680542,0.00019999999494757503,0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.002300000051036477,-1,0.003800000064074993,0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.002300000051036477,-1,0.0038999998942017555,0.24639999866485596,-0.9692000150680542,0.002099999925121665,0.24639999866485596,-0.9692000150680542,0.001500000013038516,0.499099999666214,-0.8665000200271606,-0.00139999995008111,0.24639999866485596,-0.9692000150680542,0.002099999925121665,0.499099999666214,-0.8665000200271606,-0.00139999995008111,0.499099999666214,-0.8665000200271606,-0.0003000000142492354,0.24639999866485596,-0.9692000150680542,0.002099999925121665,-0.002300000051036477,-1,0.00419999985024333,-0.002300000051036477,-1,0.004000000189989805,0.24639999866485596,-0.9692000150680542,0.002099999925121665,-0.002300000051036477,-1,0.004000000189989805,0.24639999866485596,-0.9692000150680542,0.001500000013038516,0.24639999866485596,-0.9692000150680542,0.001500000013038516,0.24639999866485596,-0.9692000150680542,0.0007999999797903001,0.4991999864578247,-0.8665000200271606,-0.0026000000070780516,0.24639999866485596,-0.9692000150680542,0.001500000013038516,0.4991999864578247,-0.8665000200271606,-0.0026000000070780516,0.499099999666214,-0.8665000200271606,-0.00139999995008111,0.24639999866485596,-0.9692000150680542,0.001500000013038516,-0.002300000051036477,-1,0.004000000189989805,-0.002300000051036477,-1,0.0038999998942017555,0.24639999866485596,-0.9692000150680542,0.001500000013038516,-0.002300000051036477,-1,0.0038999998942017555,0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.2485000044107437,-0.9685999751091003,0.005900000222027302,-0.49470001459121704,-0.8690000176429749,0.007499999832361937,-0.49470001459121704,-0.8690000176429749,0.008299999870359898,-0.2485000044107437,-0.9685999751091003,0.005900000222027302,-0.49470001459121704,-0.8690000176429749,0.008299999870359898,-0.2484000027179718,-0.9685999751091003,0.006300000008195639,-0.2484000027179718,-0.9685999751091003,0.006300000008195639,-0.49470001459121704,-0.8690000176429749,0.008299999870359898,-0.49459999799728394,-0.8690999746322632,0.00930000003427267,-0.2484000027179718,-0.9685999751091003,0.006300000008195639,-0.49459999799728394,-0.8690999746322632,0.00930000003427267,-0.2484000027179718,-0.9685999751091003,0.0066999997943639755,-0.002300000051036477,-1,0.00419999985024333,-0.2485000044107437,-0.9685999751091003,0.005900000222027302,-0.2484000027179718,-0.9685999751091003,0.006300000008195639,-0.002300000051036477,-1,0.00419999985024333,-0.2484000027179718,-0.9685999751091003,0.006300000008195639,-0.002300000051036477,-1,0.004000000189989805,-0.002300000051036477,-1,0.004000000189989805,-0.2484000027179718,-0.9685999751091003,0.006300000008195639,-0.2484000027179718,-0.9685999751091003,0.0066999997943639755,-0.002300000051036477,-1,0.004000000189989805,-0.2484000027179718,-0.9685999751091003,0.0066999997943639755,-0.002300000051036477,-1,0.0038999998942017555,0.7128999829292297,-0.701200008392334,-0.007799999788403511,0.7152000069618225,-0.6988999843597412,-0.007199999876320362,0.499099999666214,-0.8665000200271606,-0.003599999938160181,0.7128999829292297,-0.701200008392334,-0.007799999788403511,0.499099999666214,-0.8665000200271606,-0.003599999938160181,0.4975000023841858,-0.8675000071525574,-0.004000000189989805,0.8657000064849854,-0.5005000233650208,-0.01080000028014183,0.8672999739646912,-0.4977000057697296,-0.010099999606609344,0.7152000069618225,-0.6988999843597412,-0.007199999876320362,0.8657000064849854,-0.5005000233650208,-0.01080000028014183,0.7152000069618225,-0.6988999843597412,-0.007199999876320362,0.7128999829292297,-0.701200008392334,-0.007799999788403511,0.7152000069618225,-0.6988999843597412,-0.007199999876320362,0.7152000069618225,-0.6988999843597412,-0.005799999926239252,0.4991999864578247,-0.8665000200271606,-0.0026000000070780516,0.7152000069618225,-0.6988999843597412,-0.007199999876320362,0.4991999864578247,-0.8665000200271606,-0.0026000000070780516,0.499099999666214,-0.8665000200271606,-0.003599999938160181,0.8672999739646912,-0.4977000057697296,-0.010099999606609344,0.8672999739646912,-0.4977000057697296,-0.00839999970048666,0.7152000069618225,-0.6988999843597412,-0.005799999926239252,0.8672999739646912,-0.4977000057697296,-0.010099999606609344,0.7152000069618225,-0.6988999843597412,-0.005799999926239252,0.7152000069618225,-0.6988999843597412,-0.007199999876320362,0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,0.9998999834060669,0.00009999999747378752,-0.013799999840557575,0.9638000130653381,-0.266400009393692,-0.012299999594688416,0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,0.9638000130653381,-0.266400009393692,-0.012299999594688416,0.963100016117096,-0.2687000036239624,-0.013000000268220901,0.9998999834060669,0.00009999999747378752,-0.013799999840557575,0.9998999834060669,0,-0.011900000274181366,0.9638000130653381,-0.266400009393692,-0.010400000028312206,0.9998999834060669,0.00009999999747378752,-0.013799999840557575,0.9638000130653381,-0.266400009393692,-0.010400000028312206,0.9638000130653381,-0.266400009393692,-0.012299999594688416,0.963100016117096,-0.2687000036239624,-0.013000000268220901,0.9638000130653381,-0.266400009393692,-0.012299999594688416,0.8672999739646912,-0.4977000057697296,-0.010099999606609344,0.963100016117096,-0.2687000036239624,-0.013000000268220901,0.8672999739646912,-0.4977000057697296,-0.010099999606609344,0.8657000064849854,-0.5005000233650208,-0.01080000028014183,0.9638000130653381,-0.266400009393692,-0.012299999594688416,0.9638000130653381,-0.266400009393692,-0.010400000028312206,0.8672999739646912,-0.4977000057697296,-0.00839999970048666,0.9638000130653381,-0.266400009393692,-0.012299999594688416,0.8672999739646912,-0.4977000057697296,-0.00839999970048666,0.8672999739646912,-0.4977000057697296,-0.010099999606609344,0.9638000130653381,-0.26660001277923584,-0.006399999838322401,0.9638000130653381,-0.26649999618530273,-0.008299999870359898,1,0,-0.009700000286102295,0.9638000130653381,-0.26660001277923584,-0.006399999838322401,1,0,-0.009700000286102295,1,0.00009999999747378752,-0.007799999788403511,0.8672000169754028,-0.49790000915527344,-0.004699999932199717,0.8672999739646912,-0.49779999256134033,-0.006399999838322401,0.9638000130653381,-0.26649999618530273,-0.008299999870359898,0.8672000169754028,-0.49790000915527344,-0.004699999932199717,0.9638000130653381,-0.26649999618530273,-0.008299999870359898,0.9638000130653381,-0.26660001277923584,-0.006399999838322401,0.9638000130653381,-0.26649999618530273,-0.008299999870359898,0.9638000130653381,-0.266400009393692,-0.010400000028312206,0.9998999834060669,0,-0.011900000274181366,0.9638000130653381,-0.26649999618530273,-0.008299999870359898,0.9998999834060669,0,-0.011900000274181366,1,0,-0.009700000286102295,0.8672999739646912,-0.49779999256134033,-0.006399999838322401,0.8672999739646912,-0.4977000057697296,-0.00839999970048666,0.9638000130653381,-0.266400009393692,-0.010400000028312206,0.8672999739646912,-0.49779999256134033,-0.006399999838322401,0.9638000130653381,-0.266400009393692,-0.010400000028312206,0.9638000130653381,-0.26649999618530273,-0.008299999870359898,0.499099999666214,-0.8665000200271606,-0.0003000000142492354,0.499099999666214,-0.8665000200271606,-0.00139999995008111,0.7150999903678894,-0.6990000009536743,-0.004100000020116568,0.499099999666214,-0.8665000200271606,-0.0003000000142492354,0.7150999903678894,-0.6990000009536743,-0.004100000020116568,0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,0.499099999666214,-0.8665000200271606,-0.00139999995008111,0.4991999864578247,-0.8665000200271606,-0.0026000000070780516,0.7152000069618225,-0.6988999843597412,-0.005799999926239252,0.499099999666214,-0.8665000200271606,-0.00139999995008111,0.7152000069618225,-0.6988999843597412,-0.005799999926239252,0.7150999903678894,-0.6990000009536743,-0.004100000020116568,0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,0.7150999903678894,-0.6990000009536743,-0.004100000020116568,0.8672999739646912,-0.49779999256134033,-0.006399999838322401,0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,0.8672999739646912,-0.49779999256134033,-0.006399999838322401,0.8672000169754028,-0.49790000915527344,-0.004699999932199717,0.7150999903678894,-0.6990000009536743,-0.004100000020116568,0.7152000069618225,-0.6988999843597412,-0.005799999926239252,0.8672999739646912,-0.4977000057697296,-0.00839999970048666,0.7150999903678894,-0.6990000009536743,-0.004100000020116568,0.8672999739646912,-0.4977000057697296,-0.00839999970048666,0.8672999739646912,-0.49779999256134033,-0.006399999838322401,0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,0.9632999897003174,0.26809999346733093,-0.014999999664723873,0.9638000130653381,0.2662999927997589,-0.014299999922513962,0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,0.9638000130653381,0.2662999927997589,-0.014299999922513962,0.9998999834060669,0.00009999999747378752,-0.013799999840557575,0.9632999897003174,0.26809999346733093,-0.014999999664723873,0.866100013256073,0.49970000982284546,-0.014499999582767487,0.8675000071525574,0.49720001220703125,-0.013799999840557575,0.9632999897003174,0.26809999346733093,-0.014999999664723873,0.8675000071525574,0.49720001220703125,-0.013799999840557575,0.9638000130653381,0.2662999927997589,-0.014299999922513962,0.9998999834060669,0.00009999999747378752,-0.013799999840557575,0.9638000130653381,0.2662999927997589,-0.014299999922513962,0.9638000130653381,0.266400009393692,-0.012500000186264515,0.9998999834060669,0.00009999999747378752,-0.013799999840557575,0.9638000130653381,0.266400009393692,-0.012500000186264515,0.9998999834060669,0,-0.011900000274181366,0.9638000130653381,0.2662999927997589,-0.014299999922513962,0.8675000071525574,0.49720001220703125,-0.013799999840557575,0.8675000071525574,0.49720001220703125,-0.012299999594688416,0.9638000130653381,0.2662999927997589,-0.014299999922513962,0.8675000071525574,0.49720001220703125,-0.012299999594688416,0.9638000130653381,0.266400009393692,-0.012500000186264515,0.7138000130653381,0.7002000212669373,-0.013000000268220901,0.49889999628067017,0.866599977016449,-0.010499999858438969,0.5009999871253967,0.8654000163078308,-0.010200000368058681,0.7138000130653381,0.7002000212669373,-0.013000000268220901,0.5009999871253967,0.8654000163078308,-0.010200000368058681,0.7160000205039978,0.6980000138282776,-0.012500000186264515,0.7160000205039978,0.6980000138282776,-0.012500000186264515,0.5009999871253967,0.8654000163078308,-0.010200000368058681,0.5009999871253967,0.8654000163078308,-0.00930000003427267,0.7160000205039978,0.6980000138282776,-0.012500000186264515,0.5009999871253967,0.8654000163078308,-0.00930000003427267,0.7160000205039978,0.6980000138282776,-0.01119999960064888,0.866100013256073,0.49970000982284546,-0.014499999582767487,0.7138000130653381,0.7002000212669373,-0.013000000268220901,0.7160000205039978,0.6980000138282776,-0.012500000186264515,0.866100013256073,0.49970000982284546,-0.014499999582767487,0.7160000205039978,0.6980000138282776,-0.012500000186264515,0.8675000071525574,0.49720001220703125,-0.013799999840557575,0.8675000071525574,0.49720001220703125,-0.013799999840557575,0.7160000205039978,0.6980000138282776,-0.012500000186264515,0.7160000205039978,0.6980000138282776,-0.01119999960064888,0.8675000071525574,0.49720001220703125,-0.013799999840557575,0.7160000205039978,0.6980000138282776,-0.01119999960064888,0.8675000071525574,0.49720001220703125,-0.012299999594688416,0.5008999705314636,0.8654999732971191,-0.007499999832361937,0.7159000039100647,0.6980999708175659,-0.00839999970048666,0.7160000205039978,0.6980000138282776,-0.009800000116229057,0.5008999705314636,0.8654999732971191,-0.007499999832361937,0.7160000205039978,0.6980000138282776,-0.009800000116229057,0.5008999705314636,0.8654000163078308,-0.008299999870359898,0.7159000039100647,0.6980999708175659,-0.00839999970048666,0.8675000071525574,0.4973999857902527,-0.008799999952316284,0.8675000071525574,0.49729999899864197,-0.010400000028312206,0.7159000039100647,0.6980999708175659,-0.00839999970048666,0.8675000071525574,0.49729999899864197,-0.010400000028312206,0.7160000205039978,0.6980000138282776,-0.009800000116229057,0.5008999705314636,0.8654000163078308,-0.008299999870359898,0.7160000205039978,0.6980000138282776,-0.009800000116229057,0.7160000205039978,0.6980000138282776,-0.01119999960064888,0.5008999705314636,0.8654000163078308,-0.008299999870359898,0.7160000205039978,0.6980000138282776,-0.01119999960064888,0.5009999871253967,0.8654000163078308,-0.00930000003427267,0.7160000205039978,0.6980000138282776,-0.009800000116229057,0.8675000071525574,0.49729999899864197,-0.010400000028312206,0.8675000071525574,0.49720001220703125,-0.012299999594688416,0.7160000205039978,0.6980000138282776,-0.009800000116229057,0.8675000071525574,0.49720001220703125,-0.012299999594688416,0.7160000205039978,0.6980000138282776,-0.01119999960064888,0.9638000130653381,0.26649999618530273,-0.00860000029206276,1,0.00009999999747378752,-0.007799999788403511,1,0,-0.009700000286102295,0.9638000130653381,0.26649999618530273,-0.00860000029206276,1,0,-0.009700000286102295,0.9638000130653381,0.266400009393692,-0.010400000028312206,0.9638000130653381,0.266400009393692,-0.010400000028312206,1,0,-0.009700000286102295,0.9998999834060669,0,-0.011900000274181366,0.9638000130653381,0.266400009393692,-0.010400000028312206,0.9998999834060669,0,-0.011900000274181366,0.9638000130653381,0.266400009393692,-0.012500000186264515,0.8675000071525574,0.4973999857902527,-0.008799999952316284,0.9638000130653381,0.26649999618530273,-0.00860000029206276,0.9638000130653381,0.266400009393692,-0.010400000028312206,0.8675000071525574,0.4973999857902527,-0.008799999952316284,0.9638000130653381,0.266400009393692,-0.010400000028312206,0.8675000071525574,0.49729999899864197,-0.010400000028312206,0.8675000071525574,0.49729999899864197,-0.010400000028312206,0.9638000130653381,0.266400009393692,-0.010400000028312206,0.9638000130653381,0.266400009393692,-0.012500000186264515,0.8675000071525574,0.49729999899864197,-0.010400000028312206,0.9638000130653381,0.266400009393692,-0.012500000186264515,0.8675000071525574,0.49720001220703125,-0.012299999594688416,0.49889999628067017,0.866599977016449,-0.010499999858438969,0.24809999763965607,0.9686999917030334,-0.007199999876320362,0.24879999458789825,0.968500018119812,-0.0071000000461936,0.49889999628067017,0.866599977016449,-0.010499999858438969,0.24879999458789825,0.968500018119812,-0.0071000000461936,0.5009999871253967,0.8654000163078308,-0.010200000368058681,0.00009999999747378752,1,-0.003700000001117587,-0.0003000000142492354,1,-0.003800000064074993,0.24879999458789825,0.968500018119812,-0.0071000000461936,0.00009999999747378752,1,-0.003700000001117587,0.24879999458789825,0.968500018119812,-0.0071000000461936,0.24809999763965607,0.9686999917030334,-0.007199999876320362,0.5009999871253967,0.8654000163078308,-0.010200000368058681,0.24879999458789825,0.968500018119812,-0.0071000000461936,0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.5009999871253967,0.8654000163078308,-0.010200000368058681,0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.0003000000142492354,1,-0.003800000064074993,-0.0003000000142492354,1,-0.0038999998942017555,0.24879999458789825,0.968500018119812,-0.0066999997943639755,-0.0003000000142492354,1,-0.003800000064074993,0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.24879999458789825,0.968500018119812,-0.0071000000461936,-0.492900013923645,0.8701000213623047,0.004000000189989805,-0.49480000138282776,0.8690000176429749,0.003599999938160181,-0.2475000023841858,0.9689000248908997,-0.00019999999494757503,-0.492900013923645,0.8701000213623047,0.004000000189989805,-0.2475000023841858,0.9689000248908997,-0.00019999999494757503,-0.24619999527931213,0.9692000150680542,0,-0.49480000138282776,0.8690000176429749,0.003599999938160181,-0.49480000138282776,0.8690000176429749,0.0024999999441206455,-0.2475000023841858,0.9689000248908997,-0.0007999999797903001,-0.49480000138282776,0.8690000176429749,0.003599999938160181,-0.2475000023841858,0.9689000248908997,-0.0007999999797903001,-0.2475000023841858,0.9689000248908997,-0.00019999999494757503,-0.24619999527931213,0.9692000150680542,0,-0.2475000023841858,0.9689000248908997,-0.00019999999494757503,-0.0003000000142492354,1,-0.003800000064074993,-0.24619999527931213,0.9692000150680542,0,-0.0003000000142492354,1,-0.003800000064074993,0.00009999999747378752,1,-0.003700000001117587,-0.2475000023841858,0.9689000248908997,-0.00019999999494757503,-0.2475000023841858,0.9689000248908997,-0.0007999999797903001,-0.0003000000142492354,1,-0.0038999998942017555,-0.2475000023841858,0.9689000248908997,-0.00019999999494757503,-0.0003000000142492354,1,-0.0038999998942017555,-0.0003000000142492354,1,-0.003800000064074993,-0.2476000040769577,0.9689000248908997,-0.002099999925121665,-0.2475000023841858,0.9689000248908997,-0.001500000013038516,-0.4948999881744385,0.8690000176429749,0.0013000000035390258,-0.2476000040769577,0.9689000248908997,-0.002099999925121665,-0.4948999881744385,0.8690000176429749,0.0013000000035390258,-0.4948999881744385,0.8689000010490417,0.00019999999494757503,-0.0003000000142492354,1,-0.004100000020116568,-0.0003000000142492354,1,-0.004000000189989805,-0.2475000023841858,0.9689000248908997,-0.001500000013038516,-0.0003000000142492354,1,-0.004100000020116568,-0.2475000023841858,0.9689000248908997,-0.001500000013038516,-0.2476000040769577,0.9689000248908997,-0.002099999925121665,-0.2475000023841858,0.9689000248908997,-0.001500000013038516,-0.2475000023841858,0.9689000248908997,-0.0007999999797903001,-0.49480000138282776,0.8690000176429749,0.0024999999441206455,-0.2475000023841858,0.9689000248908997,-0.001500000013038516,-0.49480000138282776,0.8690000176429749,0.0024999999441206455,-0.4948999881744385,0.8690000176429749,0.0013000000035390258,-0.0003000000142492354,1,-0.004000000189989805,-0.0003000000142492354,1,-0.0038999998942017555,-0.2475000023841858,0.9689000248908997,-0.0007999999797903001,-0.0003000000142492354,1,-0.004000000189989805,-0.2475000023841858,0.9689000248908997,-0.0007999999797903001,-0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.24879999458789825,0.968500018119812,-0.005900000222027302,0.5008999705314636,0.8654999732971191,-0.007499999832361937,0.5008999705314636,0.8654000163078308,-0.008299999870359898,0.24879999458789825,0.968500018119812,-0.005900000222027302,0.5008999705314636,0.8654000163078308,-0.008299999870359898,0.24879999458789825,0.968500018119812,-0.006300000008195639,0.24879999458789825,0.968500018119812,-0.006300000008195639,0.5008999705314636,0.8654000163078308,-0.008299999870359898,0.5009999871253967,0.8654000163078308,-0.00930000003427267,0.24879999458789825,0.968500018119812,-0.006300000008195639,0.5009999871253967,0.8654000163078308,-0.00930000003427267,0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.24879999458789825,0.968500018119812,-0.005900000222027302,0.24879999458789825,0.968500018119812,-0.006300000008195639,-0.0003000000142492354,1,-0.004000000189989805,0.24879999458789825,0.968500018119812,-0.005900000222027302,-0.0003000000142492354,1,-0.004000000189989805,-0.0003000000142492354,1,-0.004100000020116568,0.24879999458789825,0.968500018119812,-0.006300000008195639,0.24879999458789825,0.968500018119812,-0.0066999997943639755,-0.0003000000142492354,1,-0.0038999998942017555,0.24879999458789825,0.968500018119812,-0.006300000008195639,-0.0003000000142492354,1,-0.0038999998942017555,-0.0003000000142492354,1,-0.004000000189989805,-0.7049999833106995,0.7092000246047974,0.007600000128149986,-0.70660001039505,0.7075999975204468,0.0071000000461936,-0.49480000138282776,0.8690000176429749,0.003599999938160181,-0.7049999833106995,0.7092000246047974,0.007600000128149986,-0.49480000138282776,0.8690000176429749,0.003599999938160181,-0.492900013923645,0.8701000213623047,0.004000000189989805,-0.8586000204086304,0.5126000046730042,0.010599999688565731,-0.8596000075340271,0.5109000205993652,0.009999999776482582,-0.70660001039505,0.7075999975204468,0.0071000000461936,-0.8586000204086304,0.5126000046730042,0.010599999688565731,-0.70660001039505,0.7075999975204468,0.0071000000461936,-0.7049999833106995,0.7092000246047974,0.007600000128149986,-0.70660001039505,0.7075999975204468,0.0071000000461936,-0.70660001039505,0.7075999975204468,0.00570000009611249,-0.49480000138282776,0.8690000176429749,0.0024999999441206455,-0.70660001039505,0.7075999975204468,0.0071000000461936,-0.49480000138282776,0.8690000176429749,0.0024999999441206455,-0.49480000138282776,0.8690000176429749,0.003599999938160181,-0.8596000075340271,0.5109000205993652,0.009999999776482582,-0.8596000075340271,0.5108000040054321,0.008299999870359898,-0.70660001039505,0.7075999975204468,0.00570000009611249,-0.8596000075340271,0.5109000205993652,0.009999999776482582,-0.70660001039505,0.7075999975204468,0.00570000009611249,-0.70660001039505,0.7075999975204468,0.0071000000461936,-0.9998999834060669,0.00139999995008111,0.014600000344216824,-0.9998999834060669,0.0008999999845400453,0.013799999840557575,-0.9606000185012817,0.2777999937534332,0.012199999764561653,-0.9998999834060669,0.00139999995008111,0.014600000344216824,-0.9606000185012817,0.2777999937534332,0.012199999764561653,-0.960099995136261,0.2791999876499176,0.013000000268220901,-0.9998999834060669,0.0008999999845400453,0.013799999840557575,-0.9998999834060669,0.0008999999845400453,0.011900000274181366,-0.9606000185012817,0.2777000069618225,0.010400000028312206,-0.9998999834060669,0.0008999999845400453,0.013799999840557575,-0.9606000185012817,0.2777000069618225,0.010400000028312206,-0.9606000185012817,0.2777999937534332,0.012199999764561653,-0.960099995136261,0.2791999876499176,0.013000000268220901,-0.9606000185012817,0.2777999937534332,0.012199999764561653,-0.8596000075340271,0.5109000205993652,0.009999999776482582,-0.960099995136261,0.2791999876499176,0.013000000268220901,-0.8596000075340271,0.5109000205993652,0.009999999776482582,-0.8586000204086304,0.5126000046730042,0.010599999688565731,-0.9606000185012817,0.2777999937534332,0.012199999764561653,-0.9606000185012817,0.2777000069618225,0.010400000028312206,-0.8596000075340271,0.5108000040054321,0.008299999870359898,-0.9606000185012817,0.2777999937534332,0.012199999764561653,-0.8596000075340271,0.5108000040054321,0.008299999870359898,-0.8596000075340271,0.5109000205993652,0.009999999776482582,-0.9606999754905701,0.2775999903678894,0.006300000008195639,-0.9606000185012817,0.2777000069618225,0.008200000040233135,-1,0.0008999999845400453,0.009700000286102295,-0.9606999754905701,0.2775999903678894,0.006300000008195639,-1,0.0008999999845400453,0.009700000286102295,-1,0.0007999999797903001,0.007799999788403511,-0.8597000241279602,0.510699987411499,0.004600000102072954,-0.8597000241279602,0.5108000040054321,0.006300000008195639,-0.9606000185012817,0.2777000069618225,0.008200000040233135,-0.8597000241279602,0.510699987411499,0.004600000102072954,-0.9606000185012817,0.2777000069618225,0.008200000040233135,-0.9606999754905701,0.2775999903678894,0.006300000008195639,-0.9606000185012817,0.2777000069618225,0.008200000040233135,-0.9606000185012817,0.2777000069618225,0.010400000028312206,-0.9998999834060669,0.0008999999845400453,0.011900000274181366,-0.9606000185012817,0.2777000069618225,0.008200000040233135,-0.9998999834060669,0.0008999999845400453,0.011900000274181366,-1,0.0008999999845400453,0.009700000286102295,-0.8597000241279602,0.5108000040054321,0.006300000008195639,-0.8596000075340271,0.5108000040054321,0.008299999870359898,-0.9606000185012817,0.2777000069618225,0.010400000028312206,-0.8597000241279602,0.5108000040054321,0.006300000008195639,-0.9606000185012817,0.2777000069618225,0.010400000028312206,-0.9606000185012817,0.2777000069618225,0.008200000040233135,-0.4948999881744385,0.8689000010490417,0.00019999999494757503,-0.4948999881744385,0.8690000176429749,0.0013000000035390258,-0.7067000269889832,0.7074999809265137,0.004000000189989805,-0.4948999881744385,0.8689000010490417,0.00019999999494757503,-0.7067000269889832,0.7074999809265137,0.004000000189989805,-0.7067000269889832,0.7074999809265137,0.0026000000070780516,-0.4948999881744385,0.8690000176429749,0.0013000000035390258,-0.49480000138282776,0.8690000176429749,0.0024999999441206455,-0.70660001039505,0.7075999975204468,0.00570000009611249,-0.4948999881744385,0.8690000176429749,0.0013000000035390258,-0.70660001039505,0.7075999975204468,0.00570000009611249,-0.7067000269889832,0.7074999809265137,0.004000000189989805,-0.7067000269889832,0.7074999809265137,0.0026000000070780516,-0.7067000269889832,0.7074999809265137,0.004000000189989805,-0.8597000241279602,0.5108000040054321,0.006300000008195639,-0.7067000269889832,0.7074999809265137,0.0026000000070780516,-0.8597000241279602,0.5108000040054321,0.006300000008195639,-0.8597000241279602,0.510699987411499,0.004600000102072954,-0.7067000269889832,0.7074999809265137,0.004000000189989805,-0.70660001039505,0.7075999975204468,0.00570000009611249,-0.8596000075340271,0.5108000040054321,0.008299999870359898,-0.7067000269889832,0.7074999809265137,0.004000000189989805,-0.8596000075340271,0.5108000040054321,0.008299999870359898,-0.8597000241279602,0.5108000040054321,0.006300000008195639,-0.9610000252723694,-0.27649998664855957,0.008700000122189522,-0.9610000252723694,-0.27649998664855957,0.006000000052154064,-1,0.0007999999797903001,0.005100000184029341,-0.9610000252723694,-0.27649998664855957,0.008700000122189522,-1,0.0007999999797903001,0.005100000184029341,-1,0.0007999999797903001,0.007799999788403511,-0.9610000252723694,-0.27649998664855957,0.008700000122189522,-0.8597999811172485,-0.5105999708175659,0.008799999952316284,-0.8597999811172485,-0.5105000138282776,0.006300000008195639,-0.9610000252723694,-0.27649998664855957,0.008700000122189522,-0.8597999811172485,-0.5105000138282776,0.006300000008195639,-0.9610000252723694,-0.27649998664855957,0.006000000052154064,-0.9610000252723694,-0.27649998664855957,0.006000000052154064,-0.9611999988555908,-0.27570000290870667,0.0010999999940395355,-1,0.0008999999845400453,0.00009999999747378752,-0.9610000252723694,-0.27649998664855957,0.006000000052154064,-1,0.0008999999845400453,0.00009999999747378752,-1,0.0007999999797903001,0.005100000184029341,-0.9610000252723694,-0.27649998664855957,0.006000000052154064,-0.8597999811172485,-0.5105000138282776,0.006300000008195639,-0.8604999780654907,-0.5095000267028809,0.0015999999595806003,-0.9610000252723694,-0.27649998664855957,0.006000000052154064,-0.8604999780654907,-0.5095000267028809,0.0015999999595806003,-0.9611999988555908,-0.27570000290870667,0.0010999999940395355,-0.7063000202178955,-0.7078999876976013,0.008500000461935997,-0.49470001459121704,-0.8690000176429749,0.007499999832361937,-0.49470001459121704,-0.8690000176429749,0.005799999926239252,-0.7063000202178955,-0.7078999876976013,0.008500000461935997,-0.49470001459121704,-0.8690000176429749,0.005799999926239252,-0.7063999772071838,-0.7077999711036682,0.006300000008195639,-0.7063999772071838,-0.7077999711036682,0.006300000008195639,-0.49470001459121704,-0.8690000176429749,0.005799999926239252,-0.49570000171661377,-0.8684999942779541,0.0024999999441206455,-0.7063999772071838,-0.7077999711036682,0.006300000008195639,-0.49570000171661377,-0.8684999942779541,0.0024999999441206455,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.8597999811172485,-0.5105999708175659,0.008799999952316284,-0.7063000202178955,-0.7078999876976013,0.008500000461935997,-0.7063999772071838,-0.7077999711036682,0.006300000008195639,-0.8597999811172485,-0.5105999708175659,0.008799999952316284,-0.7063999772071838,-0.7077999711036682,0.006300000008195639,-0.8597999811172485,-0.5105000138282776,0.006300000008195639,-0.8597999811172485,-0.5105000138282776,0.006300000008195639,-0.7063999772071838,-0.7077999711036682,0.006300000008195639,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.8597999811172485,-0.5105000138282776,0.006300000008195639,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.8604999780654907,-0.5095000267028809,0.0015999999595806003,-0.7142999768257141,-0.6995000243186951,-0.0210999995470047,-0.7099000215530396,-0.704200029373169,-0.00570000009611249,-0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,-0.7142999768257141,-0.6995000243186951,-0.0210999995470047,-0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,-0.5026999711990356,-0.864300012588501,-0.015300000086426735,-0.8648999929428101,-0.5012999773025513,-0.023800000548362732,-0.8622000217437744,-0.506600022315979,-0.006800000090152025,-0.7099000215530396,-0.704200029373169,-0.00570000009611249,-0.8648999929428101,-0.5012999773025513,-0.023800000548362732,-0.7099000215530396,-0.704200029373169,-0.00570000009611249,-0.7142999768257141,-0.6995000243186951,-0.0210999995470047,-0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,-0.7099000215530396,-0.704200029373169,-0.00570000009611249,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.49570000171661377,-0.8684999942779541,0.0024999999441206455,-0.8622000217437744,-0.506600022315979,-0.006800000090152025,-0.8604999780654907,-0.5095000267028809,0.0015999999595806003,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.8622000217437744,-0.506600022315979,-0.006800000090152025,-0.7073000073432922,-0.7069000005722046,0.0019000000320374966,-0.7099000215530396,-0.704200029373169,-0.00570000009611249,-0.9995999932289124,0.0017999999690800905,-0.026599999517202377,-1,0.0012000000569969416,-0.008700000122189522,-0.9617999792098999,-0.2736000120639801,-0.007600000128149986,-0.9995999932289124,0.0017999999690800905,-0.026599999517202377,-0.9617999792098999,-0.2736000120639801,-0.007600000128149986,-0.9625999927520752,-0.26989999413490295,-0.025200000032782555,-1,0.0012000000569969416,-0.008700000122189522,-1,0.0008999999845400453,0.00009999999747378752,-0.9611999988555908,-0.27570000290870667,0.0010999999940395355,-1,0.0012000000569969416,-0.008700000122189522,-0.9611999988555908,-0.27570000290870667,0.0010999999940395355,-0.9617999792098999,-0.2736000120639801,-0.007600000128149986,-0.9625999927520752,-0.26989999413490295,-0.025200000032782555,-0.9617999792098999,-0.2736000120639801,-0.007600000128149986,-0.8622000217437744,-0.506600022315979,-0.006800000090152025,-0.9625999927520752,-0.26989999413490295,-0.025200000032782555,-0.8622000217437744,-0.506600022315979,-0.006800000090152025,-0.8648999929428101,-0.5012999773025513,-0.023800000548362732,-0.9617999792098999,-0.2736000120639801,-0.007600000128149986,-0.9611999988555908,-0.27570000290870667,0.0010999999940395355,-0.8604999780654907,-0.5095000267028809,0.0015999999595806003,-0.9617999792098999,-0.2736000120639801,-0.007600000128149986,-0.8604999780654907,-0.5095000267028809,0.0015999999595806003,-0.8622000217437744,-0.506600022315979,-0.006800000090152025,-0.49470001459121704,-0.8690000176429749,0.007499999832361937,-0.2485000044107437,-0.9685999751091003,0.005900000222027302,-0.2484000027179718,-0.9685999751091003,0.005100000184029341,-0.49470001459121704,-0.8690000176429749,0.007499999832361937,-0.2484000027179718,-0.9685999751091003,0.005100000184029341,-0.49470001459121704,-0.8690000176429749,0.005799999926239252,-0.2485000044107437,-0.9685999751091003,0.005900000222027302,-0.002300000051036477,-1,0.00419999985024333,-0.002099999925121665,-1,0.00430000014603138,-0.2485000044107437,-0.9685999751091003,0.005900000222027302,-0.002099999925121665,-1,0.00430000014603138,-0.2484000027179718,-0.9685999751091003,0.005100000184029341,-0.49470001459121704,-0.8690000176429749,0.005799999926239252,-0.2484000027179718,-0.9685999751091003,0.005100000184029341,-0.24889999628067017,-0.968500018119812,0.0034000000450760126,-0.49470001459121704,-0.8690000176429749,0.005799999926239252,-0.24889999628067017,-0.968500018119812,0.0034000000450760126,-0.49570000171661377,-0.8684999942779541,0.0024999999441206455,-0.2484000027179718,-0.9685999751091003,0.005100000184029341,-0.002099999925121665,-1,0.00430000014603138,-0.0019000000320374966,-1,0.004699999932199717,-0.2484000027179718,-0.9685999751091003,0.005100000184029341,-0.0019000000320374966,-1,0.004699999932199717,-0.24889999628067017,-0.968500018119812,0.0034000000450760126,0.499099999666214,-0.8665000200271606,-0.0003000000142492354,0.49939998984336853,-0.8664000034332275,0.0024999999441206455,0.2467000037431717,-0.9690999984741211,0.0035000001080334187,0.499099999666214,-0.8665000200271606,-0.0003000000142492354,0.2467000037431717,-0.9690999984741211,0.0035000001080334187,0.24639999866485596,-0.9692000150680542,0.002099999925121665,0.49939998984336853,-0.8664000034332275,0.0024999999441206455,0.5006999969482422,-0.8655999898910522,0.008799999952316284,0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.49939998984336853,-0.8664000034332275,0.0024999999441206455,0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.002300000051036477,-1,0.00419999985024333,0.24639999866485596,-0.9692000150680542,0.002099999925121665,0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.002300000051036477,-1,0.00419999985024333,0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.002099999925121665,-1,0.00430000014603138,-0.002099999925121665,-1,0.00430000014603138,0.2467000037431717,-0.9690999984741211,0.0035000001080334187,0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.002099999925121665,-1,0.00430000014603138,0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.0019000000320374966,-1,0.004699999932199717,0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.24969999492168427,-0.9682000279426575,0.011900000274181366,0.5041000247001648,-0.8633999824523926,0.019899999722838402,0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.5041000247001648,-0.8633999824523926,0.019899999722838402,0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.0012000000569969416,-1,0.006399999838322401,-0.0017000000225380063,-1,0.0052999998442828655,0.24969999492168427,-0.9682000279426575,0.011900000274181366,-0.0012000000569969416,-1,0.006399999838322401,0.24969999492168427,-0.9682000279426575,0.011900000274181366,0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.24969999492168427,-0.9682000279426575,0.011900000274181366,0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.5006999969482422,-0.8655999898910522,0.008799999952316284,0.24969999492168427,-0.9682000279426575,0.011900000274181366,0.5006999969482422,-0.8655999898910522,0.008799999952316284,0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.0017000000225380063,-1,0.0052999998442828655,-0.0019000000320374966,-1,0.004699999932199717,0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.0017000000225380063,-1,0.0052999998442828655,0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.24969999492168427,-0.9682000279426575,0.011900000274181366,-0.5026999711990356,-0.864300012588501,-0.015300000086426735,-0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.5026999711990356,-0.864300012588501,-0.015300000086426735,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.2529999911785126,-0.9674999713897705,-0.005900000222027302,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,-0.49570000171661377,-0.8684999942779541,0.0024999999441206455,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.49570000171661377,-0.8684999942779541,0.0024999999441206455,-0.24889999628067017,-0.968500018119812,0.0034000000450760126,-0.2529999911785126,-0.9674999713897705,-0.005900000222027302,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.0017000000225380063,-1,0.0052999998442828655,-0.2529999911785126,-0.9674999713897705,-0.005900000222027302,-0.0017000000225380063,-1,0.0052999998442828655,-0.0012000000569969416,-1,0.006399999838322401,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.24889999628067017,-0.968500018119812,0.0034000000450760126,-0.0019000000320374966,-1,0.004699999932199717,-0.25049999356269836,-0.9681000113487244,0.0003000000142492354,-0.0019000000320374966,-1,0.004699999932199717,-0.0017000000225380063,-1,0.0052999998442828655,0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,0.7152000069618225,-0.6988999843597412,0.001500000013038516,0.49939998984336853,-0.8664000034332275,0.0024999999441206455,0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,0.49939998984336853,-0.8664000034332275,0.0024999999441206455,0.499099999666214,-0.8665000200271606,-0.0003000000142492354,0.8672000169754028,-0.49790000915527344,-0.004699999932199717,0.8672999739646912,-0.49779999256134033,0.0006000000284984708,0.7152000069618225,-0.6988999843597412,0.001500000013038516,0.8672000169754028,-0.49790000915527344,-0.004699999932199717,0.7152000069618225,-0.6988999843597412,0.001500000013038516,0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,0.7152000069618225,-0.6988999843597412,0.001500000013038516,0.7164000272750854,-0.6976000070571899,0.011099999770522118,0.5006999969482422,-0.8655999898910522,0.008799999952316284,0.7152000069618225,-0.6988999843597412,0.001500000013038516,0.5006999969482422,-0.8655999898910522,0.008799999952316284,0.49939998984336853,-0.8664000034332275,0.0024999999441206455,0.8672999739646912,-0.49779999256134033,0.0006000000284984708,0.867900013923645,-0.4964999854564667,0.012799999676644802,0.7164000272750854,-0.6976000070571899,0.011099999770522118,0.8672999739646912,-0.49779999256134033,0.0006000000284984708,0.7164000272750854,-0.6976000070571899,0.011099999770522118,0.7152000069618225,-0.6988999843597412,0.001500000013038516,1,0.00009999999747378752,-0.007799999788403511,1,0,-0.0015999999595806003,0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,1,0.00009999999747378752,-0.007799999788403511,0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,0.9638000130653381,-0.26660001277923584,-0.006399999838322401,1,0,-0.0015999999595806003,0.9998999834060669,-0.00009999999747378752,0.013100000098347664,0.9639000296592712,-0.26570001244544983,0.013700000010430813,1,0,-0.0015999999595806003,0.9639000296592712,-0.26570001244544983,0.013700000010430813,0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,0.9638000130653381,-0.26660001277923584,-0.006399999838322401,0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,0.8672999739646912,-0.49779999256134033,0.0006000000284984708,0.9638000130653381,-0.26660001277923584,-0.006399999838322401,0.8672999739646912,-0.49779999256134033,0.0006000000284984708,0.8672000169754028,-0.49790000915527344,-0.004699999932199717,0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,0.9639000296592712,-0.26570001244544983,0.013700000010430813,0.867900013923645,-0.4964999854564667,0.012799999676644802,0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,0.867900013923645,-0.4964999854564667,0.012799999676644802,0.8672999739646912,-0.49779999256134033,0.0006000000284984708,0.9627000093460083,-0.25870001316070557,0.07930000126361847,0.9639999866485596,-0.2632000148296356,0.03779999911785126,0.9993000030517578,-0.00019999999494757503,0.03830000013113022,0.9627000093460083,-0.25870001316070557,0.07930000126361847,0.9993000030517578,-0.00019999999494757503,0.03830000013113022,0.9966999888420105,-0.0003000000142492354,0.08150000125169754,0.8712000250816345,-0.48590001463890076,0.0706000030040741,0.8694999814033508,-0.4927000105381012,0.033900000154972076,0.9639999866485596,-0.2632000148296356,0.03779999911785126,0.8712000250816345,-0.48590001463890076,0.0706000030040741,0.9639999866485596,-0.2632000148296356,0.03779999911785126,0.9627000093460083,-0.25870001316070557,0.07930000126361847,0.9639999866485596,-0.2632000148296356,0.03779999911785126,0.9639000296592712,-0.26570001244544983,0.013700000010430813,0.9998999834060669,-0.00009999999747378752,0.013100000098347664,0.9639999866485596,-0.2632000148296356,0.03779999911785126,0.9998999834060669,-0.00009999999747378752,0.013100000098347664,0.9993000030517578,-0.00019999999494757503,0.03830000013113022,0.8694999814033508,-0.4927000105381012,0.033900000154972076,0.867900013923645,-0.4964999854564667,0.012799999676644802,0.9639000296592712,-0.26570001244544983,0.013700000010430813,0.8694999814033508,-0.4927000105381012,0.033900000154972076,0.9639000296592712,-0.26570001244544983,0.013700000010430813,0.9639999866485596,-0.2632000148296356,0.03779999911785126,0.5094000101089478,-0.8596000075340271,0.039900001138448715,0.5041000247001648,-0.8633999824523926,0.019899999722838402,0.7193999886512756,-0.694100022315979,0.027699999511241913,0.5094000101089478,-0.8596000075340271,0.039900001138448715,0.7193999886512756,-0.694100022315979,0.027699999511241913,0.7236999869346619,-0.6876999735832214,0.05719999969005585,0.5041000247001648,-0.8633999824523926,0.019899999722838402,0.5006999969482422,-0.8655999898910522,0.008799999952316284,0.7164000272750854,-0.6976000070571899,0.011099999770522118,0.5041000247001648,-0.8633999824523926,0.019899999722838402,0.7164000272750854,-0.6976000070571899,0.011099999770522118,0.7193999886512756,-0.694100022315979,0.027699999511241913,0.7236999869346619,-0.6876999735832214,0.05719999969005585,0.7193999886512756,-0.694100022315979,0.027699999511241913,0.8694999814033508,-0.4927000105381012,0.033900000154972076,0.7236999869346619,-0.6876999735832214,0.05719999969005585,0.8694999814033508,-0.4927000105381012,0.033900000154972076,0.8712000250816345,-0.48590001463890076,0.0706000030040741,0.7193999886512756,-0.694100022315979,0.027699999511241913,0.7164000272750854,-0.6976000070571899,0.011099999770522118,0.867900013923645,-0.4964999854564667,0.012799999676644802,0.7193999886512756,-0.694100022315979,0.027699999511241913,0.867900013923645,-0.4964999854564667,0.012799999676644802,0.8694999814033508,-0.4927000105381012,0.033900000154972076,1,0.00009999999747378752,-0.007799999788403511,0.9638000130653381,0.26649999618530273,-0.00860000029206276,0.9638000130653381,0.26649999618530273,-0.002899999963119626,1,0.00009999999747378752,-0.007799999788403511,0.9638000130653381,0.26649999618530273,-0.002899999963119626,1,0,-0.0015999999595806003,0.9638000130653381,0.26649999618530273,-0.00860000029206276,0.8675000071525574,0.4973999857902527,-0.008799999952316284,0.8676000237464905,0.49729999899864197,-0.0038999998942017555,0.9638000130653381,0.26649999618530273,-0.00860000029206276,0.8676000237464905,0.49729999899864197,-0.0038999998942017555,0.9638000130653381,0.26649999618530273,-0.002899999963119626,0.9638000130653381,0.26649999618530273,-0.002899999963119626,0.9639999866485596,0.2655999958515167,0.010999999940395355,0.9998999834060669,-0.00009999999747378752,0.013100000098347664,0.9638000130653381,0.26649999618530273,-0.002899999963119626,0.9998999834060669,-0.00009999999747378752,0.013100000098347664,1,0,-0.0015999999595806003,0.9638000130653381,0.26649999618530273,-0.002899999963119626,0.8676000237464905,0.49729999899864197,-0.0038999998942017555,0.8683000206947327,0.4959999918937683,0.00800000037997961,0.9638000130653381,0.26649999618530273,-0.002899999963119626,0.8683000206947327,0.4959999918937683,0.00800000037997961,0.9639999866485596,0.2655999958515167,0.010999999940395355,0.7159000039100647,0.6980999708175659,-0.00839999970048666,0.5008999705314636,0.8654999732971191,-0.007499999832361937,0.5012000203132629,0.8652999997138977,-0.005100000184029341,0.7159000039100647,0.6980999708175659,-0.00839999970048666,0.5012000203132629,0.8652999997138977,-0.005100000184029341,0.7160999774932861,0.6980000138282776,-0.004699999932199717,0.7160999774932861,0.6980000138282776,-0.004699999932199717,0.5012000203132629,0.8652999997138977,-0.005100000184029341,0.5024999976158142,0.8646000027656555,0.0006000000284984708,0.7160999774932861,0.6980000138282776,-0.004699999932199717,0.5024999976158142,0.8646000027656555,0.0006000000284984708,0.7172999978065491,0.6966999769210815,0.004399999976158142,0.8675000071525574,0.4973999857902527,-0.008799999952316284,0.7159000039100647,0.6980999708175659,-0.00839999970048666,0.7160999774932861,0.6980000138282776,-0.004699999932199717,0.8675000071525574,0.4973999857902527,-0.008799999952316284,0.7160999774932861,0.6980000138282776,-0.004699999932199717,0.8676000237464905,0.49729999899864197,-0.0038999998942017555,0.8676000237464905,0.49729999899864197,-0.0038999998942017555,0.7160999774932861,0.6980000138282776,-0.004699999932199717,0.7172999978065491,0.6966999769210815,0.004399999976158142,0.8676000237464905,0.49729999899864197,-0.0038999998942017555,0.7172999978065491,0.6966999769210815,0.004399999976158142,0.8683000206947327,0.4959999918937683,0.00800000037997961,0.5120999813079834,0.8583999872207642,0.02930000051856041,0.7253999710083008,0.6866000294685364,0.048700001090765,0.7204999923706055,0.6930999755859375,0.02019999921321869,0.5120999813079834,0.8583999872207642,0.02930000051856041,0.7204999923706055,0.6930999755859375,0.02019999921321869,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.7253999710083008,0.6866000294685364,0.048700001090765,0.8720999956130981,0.48510000109672546,0.06459999829530716,0.8701000213623047,0.4921000003814697,0.02850000001490116,0.7253999710083008,0.6866000294685364,0.048700001090765,0.8701000213623047,0.4921000003814697,0.02850000001490116,0.7204999923706055,0.6930999755859375,0.02019999921321869,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.7204999923706055,0.6930999755859375,0.02019999921321869,0.7172999978065491,0.6966999769210815,0.004399999976158142,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.7172999978065491,0.6966999769210815,0.004399999976158142,0.5024999976158142,0.8646000027656555,0.0006000000284984708,0.7204999923706055,0.6930999755859375,0.02019999921321869,0.8701000213623047,0.4921000003814697,0.02850000001490116,0.8683000206947327,0.4959999918937683,0.00800000037997961,0.7204999923706055,0.6930999755859375,0.02019999921321869,0.8683000206947327,0.4959999918937683,0.00800000037997961,0.7172999978065491,0.6966999769210815,0.004399999976158142,0.9966999888420105,-0.0003000000142492354,0.08150000125169754,0.9993000030517578,-0.00019999999494757503,0.03830000013113022,0.9642000198364258,0.2628999948501587,0.0348999984562397,0.9966999888420105,-0.0003000000142492354,0.08150000125169754,0.9642000198364258,0.2628999948501587,0.0348999984562397,0.963100016117096,0.2581000030040741,0.07609999924898148,0.9993000030517578,-0.00019999999494757503,0.03830000013113022,0.9998999834060669,-0.00009999999747378752,0.013100000098347664,0.9639999866485596,0.2655999958515167,0.010999999940395355,0.9993000030517578,-0.00019999999494757503,0.03830000013113022,0.9639999866485596,0.2655999958515167,0.010999999940395355,0.9642000198364258,0.2628999948501587,0.0348999984562397,0.8720999956130981,0.48510000109672546,0.06459999829530716,0.963100016117096,0.2581000030040741,0.07609999924898148,0.9642000198364258,0.2628999948501587,0.0348999984562397,0.8720999956130981,0.48510000109672546,0.06459999829530716,0.9642000198364258,0.2628999948501587,0.0348999984562397,0.8701000213623047,0.4921000003814697,0.02850000001490116,0.8701000213623047,0.4921000003814697,0.02850000001490116,0.9642000198364258,0.2628999948501587,0.0348999984562397,0.9639999866485596,0.2655999958515167,0.010999999940395355,0.8701000213623047,0.4921000003814697,0.02850000001490116,0.9639999866485596,0.2655999958515167,0.010999999940395355,0.8683000206947327,0.4959999918937683,0.00800000037997961,0.24879999458789825,0.968500018119812,-0.005900000222027302,0.24899999797344208,0.968500018119812,-0.004999999888241291,0.5012000203132629,0.8652999997138977,-0.005100000184029341,0.24879999458789825,0.968500018119812,-0.005900000222027302,0.5012000203132629,0.8652999997138977,-0.005100000184029341,0.5008999705314636,0.8654999732971191,-0.007499999832361937,-0.0003000000142492354,1,-0.004100000020116568,-0.00009999999747378752,1,-0.00430000014603138,0.24899999797344208,0.968500018119812,-0.004999999888241291,-0.0003000000142492354,1,-0.004100000020116568,0.24899999797344208,0.968500018119812,-0.004999999888241291,0.24879999458789825,0.968500018119812,-0.005900000222027302,0.24899999797344208,0.968500018119812,-0.004999999888241291,0.25,0.9682000279426575,-0.0026000000070780516,0.5024999976158142,0.8646000027656555,0.0006000000284984708,0.24899999797344208,0.968500018119812,-0.004999999888241291,0.5024999976158142,0.8646000027656555,0.0006000000284984708,0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.00009999999747378752,1,-0.00430000014603138,0.00009999999747378752,1,-0.004600000102072954,0.25,0.9682000279426575,-0.0026000000070780516,-0.00009999999747378752,1,-0.00430000014603138,0.25,0.9682000279426575,-0.0026000000070780516,0.24899999797344208,0.968500018119812,-0.004999999888241291,-0.4948999881744385,0.8689000010490417,0.00019999999494757503,-0.4948999881744385,0.8690000176429749,-0.001500000013038516,-0.2475000023841858,0.9689000248908997,-0.0031999999191612005,-0.4948999881744385,0.8689000010490417,0.00019999999494757503,-0.2475000023841858,0.9689000248908997,-0.0031999999191612005,-0.2476000040769577,0.9689000248908997,-0.002099999925121665,-0.4948999881744385,0.8690000176429749,-0.001500000013038516,-0.4957999885082245,0.868399977684021,-0.0052999998442828655,-0.24799999594688416,0.9688000082969666,-0.005400000140070915,-0.4948999881744385,0.8690000176429749,-0.001500000013038516,-0.24799999594688416,0.9688000082969666,-0.005400000140070915,-0.2475000023841858,0.9689000248908997,-0.0031999999191612005,-0.2476000040769577,0.9689000248908997,-0.002099999925121665,-0.2475000023841858,0.9689000248908997,-0.0031999999191612005,-0.00009999999747378752,1,-0.00430000014603138,-0.2476000040769577,0.9689000248908997,-0.002099999925121665,-0.00009999999747378752,1,-0.00430000014603138,-0.0003000000142492354,1,-0.004100000020116568,-0.2475000023841858,0.9689000248908997,-0.0031999999191612005,-0.24799999594688416,0.9688000082969666,-0.005400000140070915,0.00009999999747378752,1,-0.004600000102072954,-0.2475000023841858,0.9689000248908997,-0.0031999999191612005,0.00009999999747378752,1,-0.004600000102072954,-0.00009999999747378752,1,-0.00430000014603138,-0.5023000240325928,0.864300012588501,-0.025299999862909317,-0.2515000104904175,0.9677000045776367,-0.017500000074505806,-0.24940000474452972,0.9684000015258789,-0.009499999694526196,-0.5023000240325928,0.864300012588501,-0.025299999862909317,-0.24940000474452972,0.9684000015258789,-0.009499999694526196,-0.4982999861240387,0.8669000267982483,-0.012000000104308128,-0.2515000104904175,0.9677000045776367,-0.017500000074505806,0.0015999999595806003,1,-0.005900000222027302,0.0005000000237487257,1,-0.004999999888241291,-0.2515000104904175,0.9677000045776367,-0.017500000074505806,0.0005000000237487257,1,-0.004999999888241291,-0.24940000474452972,0.9684000015258789,-0.009499999694526196,-0.24940000474452972,0.9684000015258789,-0.009499999694526196,-0.24799999594688416,0.9688000082969666,-0.005400000140070915,-0.4957999885082245,0.868399977684021,-0.0052999998442828655,-0.24940000474452972,0.9684000015258789,-0.009499999694526196,-0.4957999885082245,0.868399977684021,-0.0052999998442828655,-0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.0005000000237487257,1,-0.004999999888241291,0.00009999999747378752,1,-0.004600000102072954,-0.24799999594688416,0.9688000082969666,-0.005400000140070915,0.0005000000237487257,1,-0.004999999888241291,-0.24799999594688416,0.9688000082969666,-0.005400000140070915,-0.24940000474452972,0.9684000015258789,-0.009499999694526196,0.2567000091075897,0.9664999842643738,0.009800000116229057,0.5120999813079834,0.8583999872207642,0.02930000051856041,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.2567000091075897,0.9664999842643738,0.009800000116229057,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.2524000108242035,0.9675999879837036,0.0017000000225380063,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.5024999976158142,0.8646000027656555,0.0006000000284984708,0.25,0.9682000279426575,-0.0026000000070780516,0.5060999989509583,0.8623999953269958,0.010700000450015068,0.25,0.9682000279426575,-0.0026000000070780516,0.2524000108242035,0.9675999879837036,0.0017000000225380063,0.0015999999595806003,1,-0.005900000222027302,0.2567000091075897,0.9664999842643738,0.009800000116229057,0.2524000108242035,0.9675999879837036,0.0017000000225380063,0.0015999999595806003,1,-0.005900000222027302,0.2524000108242035,0.9675999879837036,0.0017000000225380063,0.0005000000237487257,1,-0.004999999888241291,0.2524000108242035,0.9675999879837036,0.0017000000225380063,0.25,0.9682000279426575,-0.0026000000070780516,0.00009999999747378752,1,-0.004600000102072954,0.2524000108242035,0.9675999879837036,0.0017000000225380063,0.00009999999747378752,1,-0.004600000102072954,0.0005000000237487257,1,-0.004999999888241291,-0.7067000269889832,0.7074999809265137,0.0026000000070780516,-0.7067999839782715,0.7074999809265137,0.0003000000142492354,-0.4948999881744385,0.8690000176429749,-0.001500000013038516,-0.7067000269889832,0.7074999809265137,0.0026000000070780516,-0.4948999881744385,0.8690000176429749,-0.001500000013038516,-0.4948999881744385,0.8689000010490417,0.00019999999494757503,-0.8597000241279602,0.510699987411499,0.004600000102072954,-0.8597999811172485,0.5105999708175659,0.002099999925121665,-0.7067999839782715,0.7074999809265137,0.0003000000142492354,-0.8597000241279602,0.510699987411499,0.004600000102072954,-0.7067999839782715,0.7074999809265137,0.0003000000142492354,-0.7067000269889832,0.7074999809265137,0.0026000000070780516,-0.7067999839782715,0.7074999809265137,0.0003000000142492354,-0.7075999975204468,0.70660001039505,-0.00430000014603138,-0.4957999885082245,0.868399977684021,-0.0052999998442828655,-0.7067999839782715,0.7074999809265137,0.0003000000142492354,-0.4957999885082245,0.868399977684021,-0.0052999998442828655,-0.4948999881744385,0.8690000176429749,-0.001500000013038516,-0.8597999811172485,0.5105999708175659,0.002099999925121665,-0.8603000044822693,0.5097000002861023,-0.00279999990016222,-0.7075999975204468,0.70660001039505,-0.00430000014603138,-0.8597999811172485,0.5105999708175659,0.002099999925121665,-0.7075999975204468,0.70660001039505,-0.00430000014603138,-0.7067999839782715,0.7074999809265137,0.0003000000142492354,-1,0.0007999999797903001,0.007799999788403511,-1,0.0007999999797903001,0.005100000184029341,-0.9606999754905701,0.2775000035762787,0.003700000001117587,-1,0.0007999999797903001,0.007799999788403511,-0.9606999754905701,0.2775000035762787,0.003700000001117587,-0.9606999754905701,0.2775999903678894,0.006300000008195639,-1,0.0007999999797903001,0.005100000184029341,-1,0.0008999999845400453,0.00009999999747378752,-0.9609000086784363,0.2770000100135803,-0.0013000000035390258,-1,0.0007999999797903001,0.005100000184029341,-0.9609000086784363,0.2770000100135803,-0.0013000000035390258,-0.9606999754905701,0.2775000035762787,0.003700000001117587,-0.9606999754905701,0.2775999903678894,0.006300000008195639,-0.9606999754905701,0.2775000035762787,0.003700000001117587,-0.8597999811172485,0.5105999708175659,0.002099999925121665,-0.9606999754905701,0.2775999903678894,0.006300000008195639,-0.8597999811172485,0.5105999708175659,0.002099999925121665,-0.8597000241279602,0.510699987411499,0.004600000102072954,-0.9606999754905701,0.2775000035762787,0.003700000001117587,-0.9609000086784363,0.2770000100135803,-0.0013000000035390258,-0.8603000044822693,0.5097000002861023,-0.00279999990016222,-0.9606999754905701,0.2775000035762787,0.003700000001117587,-0.8603000044822693,0.5097000002861023,-0.00279999990016222,-0.8597999811172485,0.5105999708175659,0.002099999925121665,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-0.9613000154495239,0.2754000127315521,-0.010099999606609344,-1,0.0012000000569969416,-0.008700000122189522,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-1,0.0012000000569969416,-0.008700000122189522,-0.9995999932289124,0.0017999999690800905,-0.026599999517202377,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-0.8640999794006348,0.5026000142097473,-0.029100000858306885,-0.8618000149726868,0.507099986076355,-0.011500000022351742,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-0.8618000149726868,0.507099986076355,-0.011500000022351742,-0.9613000154495239,0.2754000127315521,-0.010099999606609344,-0.9613000154495239,0.2754000127315521,-0.010099999606609344,-0.9609000086784363,0.2770000100135803,-0.0013000000035390258,-1,0.0008999999845400453,0.00009999999747378752,-0.9613000154495239,0.2754000127315521,-0.010099999606609344,-1,0.0008999999845400453,0.00009999999747378752,-1,0.0012000000569969416,-0.008700000122189522,-0.8618000149726868,0.507099986076355,-0.011500000022351742,-0.8603000044822693,0.5097000002861023,-0.00279999990016222,-0.9609000086784363,0.2770000100135803,-0.0013000000035390258,-0.8618000149726868,0.507099986076355,-0.011500000022351742,-0.9609000086784363,0.2770000100135803,-0.0013000000035390258,-0.9613000154495239,0.2754000127315521,-0.010099999606609344,-0.7139000296592712,0.6995999813079834,-0.02889999933540821,-0.5023000240325928,0.864300012588501,-0.025299999862909317,-0.4982999861240387,0.8669000267982483,-0.012000000104308128,-0.7139000296592712,0.6995999813079834,-0.02889999933540821,-0.4982999861240387,0.8669000267982483,-0.012000000104308128,-0.7099999785423279,0.7041000127792358,-0.012400000356137753,-0.4982999861240387,0.8669000267982483,-0.012000000104308128,-0.4957999885082245,0.868399977684021,-0.0052999998442828655,-0.7075999975204468,0.70660001039505,-0.00430000014603138,-0.4982999861240387,0.8669000267982483,-0.012000000104308128,-0.7075999975204468,0.70660001039505,-0.00430000014603138,-0.7099999785423279,0.7041000127792358,-0.012400000356137753,-0.8640999794006348,0.5026000142097473,-0.029100000858306885,-0.7139000296592712,0.6995999813079834,-0.02889999933540821,-0.7099999785423279,0.7041000127792358,-0.012400000356137753,-0.8640999794006348,0.5026000142097473,-0.029100000858306885,-0.7099999785423279,0.7041000127792358,-0.012400000356137753,-0.8618000149726868,0.507099986076355,-0.011500000022351742,-0.7099999785423279,0.7041000127792358,-0.012400000356137753,-0.7075999975204468,0.70660001039505,-0.00430000014603138,-0.8603000044822693,0.5097000002861023,-0.00279999990016222,-0.7099999785423279,0.7041000127792358,-0.012400000356137753,-0.8603000044822693,0.5097000002861023,-0.00279999990016222,-0.8618000149726868,0.507099986076355,-0.011500000022351742,-0.9625999927520752,-0.26989999413490295,-0.025200000032782555,-0.9613000154495239,-0.2655999958515167,-0.07360000163316727,-0.9970999956130981,0.0026000000070780516,-0.07670000195503235,-0.9625999927520752,-0.26989999413490295,-0.025200000032782555,-0.9970999956130981,0.0026000000070780516,-0.07670000195503235,-0.9995999932289124,0.0017999999690800905,-0.026599999517202377,-0.8648999929428101,-0.5012999773025513,-0.023800000548362732,-0.8658999800682068,-0.49549999833106995,-0.06859999895095825,-0.9613000154495239,-0.2655999958515167,-0.07360000163316727,-0.8648999929428101,-0.5012999773025513,-0.023800000548362732,-0.9613000154495239,-0.2655999958515167,-0.07360000163316727,-0.9625999927520752,-0.26989999413490295,-0.025200000032782555,-0.9613000154495239,-0.2655999958515167,-0.07360000163316727,-0.9470000267028809,-0.2637999951839447,-0.18310000002384186,-0.9815999865531921,0.003000000026077032,-0.19089999794960022,-0.9613000154495239,-0.2655999958515167,-0.07360000163316727,-0.9815999865531921,0.003000000026077032,-0.19089999794960022,-0.9970999956130981,0.0026000000070780516,-0.07670000195503235,-0.8658999800682068,-0.49549999833106995,-0.06859999895095825,-0.8539000153541565,-0.49300000071525574,-0.16660000383853912,-0.9470000267028809,-0.2637999951839447,-0.18310000002384186,-0.8658999800682068,-0.49549999833106995,-0.06859999895095825,-0.9470000267028809,-0.2637999951839447,-0.18310000002384186,-0.9613000154495239,-0.2655999958515167,-0.07360000163316727,-0.5026999711990356,-0.864300012588501,-0.015300000086426735,-0.5058000087738037,-0.8615999817848206,-0.04349999874830246,-0.717199981212616,-0.6942999958992004,-0.059700001031160355,-0.5026999711990356,-0.864300012588501,-0.015300000086426735,-0.717199981212616,-0.6942999958992004,-0.059700001031160355,-0.7142999768257141,-0.6995000243186951,-0.0210999995470047,-0.5058000087738037,-0.8615999817848206,-0.04349999874830246,-0.49950000643730164,-0.8605999946594238,-0.0997999981045723,-0.7080000042915344,-0.6920999884605408,-0.1404000073671341,-0.5058000087738037,-0.8615999817848206,-0.04349999874830246,-0.7080000042915344,-0.6920999884605408,-0.1404000073671341,-0.717199981212616,-0.6942999958992004,-0.059700001031160355,-0.7142999768257141,-0.6995000243186951,-0.0210999995470047,-0.717199981212616,-0.6942999958992004,-0.059700001031160355,-0.8658999800682068,-0.49549999833106995,-0.06859999895095825,-0.7142999768257141,-0.6995000243186951,-0.0210999995470047,-0.8658999800682068,-0.49549999833106995,-0.06859999895095825,-0.8648999929428101,-0.5012999773025513,-0.023800000548362732,-0.717199981212616,-0.6942999958992004,-0.059700001031160355,-0.7080000042915344,-0.6920999884605408,-0.1404000073671341,-0.8539000153541565,-0.49300000071525574,-0.16660000383853912,-0.717199981212616,-0.6942999958992004,-0.059700001031160355,-0.8539000153541565,-0.49300000071525574,-0.16660000383853912,-0.8658999800682068,-0.49549999833106995,-0.06859999895095825,-0.6144000291824341,-0.6951000094413757,-0.3732999861240387,-0.6723999977111816,-0.6937000155448914,-0.2583000063896179,-0.4745999872684479,-0.8615999817848206,-0.17990000545978546,-0.6144000291824341,-0.6951000094413757,-0.3732999861240387,-0.4745999872684479,-0.8615999817848206,-0.17990000545978546,-0.4350000023841858,-0.8622999787330627,-0.25920000672340393,-0.7394000291824341,-0.49639999866485596,-0.454800009727478,-0.8105999827384949,-0.49480000138282776,-0.3131999969482422,-0.6723999977111816,-0.6937000155448914,-0.2583000063896179,-0.7394000291824341,-0.49639999866485596,-0.454800009727478,-0.6723999977111816,-0.6937000155448914,-0.2583000063896179,-0.6144000291824341,-0.6951000094413757,-0.3732999861240387,-0.6723999977111816,-0.6937000155448914,-0.2583000063896179,-0.7080000042915344,-0.6920999884605408,-0.1404000073671341,-0.49950000643730164,-0.8605999946594238,-0.0997999981045723,-0.6723999977111816,-0.6937000155448914,-0.2583000063896179,-0.49950000643730164,-0.8605999946594238,-0.0997999981045723,-0.4745999872684479,-0.8615999817848206,-0.17990000545978546,-0.8105999827384949,-0.49480000138282776,-0.3131999969482422,-0.8539000153541565,-0.49300000071525574,-0.16660000383853912,-0.7080000042915344,-0.6920999884605408,-0.1404000073671341,-0.8105999827384949,-0.49480000138282776,-0.3131999969482422,-0.7080000042915344,-0.6920999884605408,-0.1404000073671341,-0.6723999977111816,-0.6937000155448914,-0.2583000063896179,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.9309999942779541,0.0026000000070780516,-0.3650999963283539,-0.8986999988555908,-0.2653000056743622,-0.34929999709129333,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.8986999988555908,-0.2653000056743622,-0.34929999709129333,-0.8187000155448914,-0.26660001277923584,-0.5084999799728394,-0.9309999942779541,0.0026000000070780516,-0.3650999963283539,-0.9815999865531921,0.003000000026077032,-0.19089999794960022,-0.9470000267028809,-0.2637999951839447,-0.18310000002384186,-0.9309999942779541,0.0026000000070780516,-0.3650999963283539,-0.9470000267028809,-0.2637999951839447,-0.18310000002384186,-0.8986999988555908,-0.2653000056743622,-0.34929999709129333,-0.8187000155448914,-0.26660001277923584,-0.5084999799728394,-0.8986999988555908,-0.2653000056743622,-0.34929999709129333,-0.8105999827384949,-0.49480000138282776,-0.3131999969482422,-0.8187000155448914,-0.26660001277923584,-0.5084999799728394,-0.8105999827384949,-0.49480000138282776,-0.3131999969482422,-0.7394000291824341,-0.49639999866485596,-0.454800009727478,-0.8986999988555908,-0.2653000056743622,-0.34929999709129333,-0.9470000267028809,-0.2637999951839447,-0.18310000002384186,-0.8539000153541565,-0.49300000071525574,-0.16660000383853912,-0.8986999988555908,-0.2653000056743622,-0.34929999709129333,-0.8539000153541565,-0.49300000071525574,-0.16660000383853912,-0.8105999827384949,-0.49480000138282776,-0.3131999969482422,-0.2529999911785126,-0.9674999713897705,-0.005900000222027302,-0.25459998846054077,-0.9667999744415283,-0.020099999383091927,-0.5058000087738037,-0.8615999817848206,-0.04349999874830246,-0.2529999911785126,-0.9674999713897705,-0.005900000222027302,-0.5058000087738037,-0.8615999817848206,-0.04349999874830246,-0.5026999711990356,-0.864300012588501,-0.015300000086426735,-0.0012000000569969416,-1,0.006399999838322401,-0.00009999999747378752,-1,0.007799999788403511,-0.25459998846054077,-0.9667999744415283,-0.020099999383091927,-0.0012000000569969416,-1,0.006399999838322401,-0.25459998846054077,-0.9667999744415283,-0.020099999383091927,-0.2529999911785126,-0.9674999713897705,-0.005900000222027302,-0.25459998846054077,-0.9667999744415283,-0.020099999383091927,-0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.49950000643730164,-0.8605999946594238,-0.0997999981045723,-0.25459998846054077,-0.9667999744415283,-0.020099999383091927,-0.49950000643730164,-0.8605999946594238,-0.0997999981045723,-0.5058000087738037,-0.8615999817848206,-0.04349999874830246,-0.00009999999747378752,-1,0.007799999788403511,0.0007999999797903001,-1,0.00930000003427267,-0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.00009999999747378752,-1,0.007799999788403511,-0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.5094000101089478,-0.8596000075340271,0.039900001138448715,0.5134999752044678,-0.8547000288963318,0.07639999687671661,0.25679999589920044,-0.9656000137329102,0.04019999876618385,0.5094000101089478,-0.8596000075340271,0.039900001138448715,0.25679999589920044,-0.9656000137329102,0.04019999876618385,0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.5134999752044678,-0.8547000288963318,0.07639999687671661,0.5077999830245972,-0.8508999943733215,0.1348000019788742,0.2549999952316284,-0.9643999934196472,0.07050000131130219,0.5134999752044678,-0.8547000288963318,0.07639999687671661,0.2549999952316284,-0.9643999934196472,0.07050000131130219,0.25679999589920044,-0.9656000137329102,0.04019999876618385,0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.25679999589920044,-0.9656000137329102,0.04019999876618385,-0.00009999999747378752,-1,0.007799999788403511,0.2533000111579895,-0.9671000242233276,0.021700000390410423,-0.00009999999747378752,-1,0.007799999788403511,-0.0012000000569969416,-1,0.006399999838322401,0.25679999589920044,-0.9656000137329102,0.04019999876618385,0.2549999952316284,-0.9643999934196472,0.07050000131130219,0.0007999999797903001,-1,0.00930000003427267,0.25679999589920044,-0.9656000137329102,0.04019999876618385,0.0007999999797903001,-1,0.00930000003427267,-0.00009999999747378752,-1,0.007799999788403511,0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.24240000545978546,-0.9639999866485596,0.10899999737739563,0.48339998722076416,-0.8500999808311462,0.20880000293254852,0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.48339998722076416,-0.8500999808311462,0.20880000293254852,0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.0019000000320374966,-1,0.009700000286102295,0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.0019000000320374966,-1,0.009700000286102295,0.24240000545978546,-0.9639999866485596,0.10899999737739563,0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.24240000545978546,-0.9639999866485596,0.10899999737739563,0.2549999952316284,-0.9643999934196472,0.07050000131130219,0.5077999830245972,-0.8508999943733215,0.1348000019788742,0.24240000545978546,-0.9639999866485596,0.10899999737739563,0.5077999830245972,-0.8508999943733215,0.1348000019788742,0.48339998722076416,-0.8500999808311462,0.20880000293254852,0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.0007999999797903001,-1,0.00930000003427267,0.2549999952316284,-0.9643999934196472,0.07050000131130219,0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.2549999952316284,-0.9643999934196472,0.07050000131130219,0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.4350000023841858,-0.8622999787330627,-0.25920000672340393,-0.4745999872684479,-0.8615999817848206,-0.17990000545978546,-0.23919999599456787,-0.967199981212616,-0.08609999716281891,-0.4350000023841858,-0.8622999787330627,-0.25920000672340393,-0.23919999599456787,-0.967199981212616,-0.08609999716281891,-0.22050000727176666,-0.9672999978065491,-0.12520000338554382,-0.4745999872684479,-0.8615999817848206,-0.17990000545978546,-0.49950000643730164,-0.8605999946594238,-0.0997999981045723,-0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.4745999872684479,-0.8615999817848206,-0.17990000545978546,-0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.23919999599456787,-0.967199981212616,-0.08609999716281891,-0.22050000727176666,-0.9672999978065491,-0.12520000338554382,-0.23919999599456787,-0.967199981212616,-0.08609999716281891,0.0003000000142492354,-0.9998999834060669,0.010300000198185444,-0.22050000727176666,-0.9672999978065491,-0.12520000338554382,0.0003000000142492354,-0.9998999834060669,0.010300000198185444,-0.0019000000320374966,-1,0.009700000286102295,-0.23919999599456787,-0.967199981212616,-0.08609999716281891,-0.25119999051094055,-0.9667999744415283,-0.047600001096725464,0.0007999999797903001,-1,0.00930000003427267,-0.23919999599456787,-0.967199981212616,-0.08609999716281891,0.0007999999797903001,-1,0.00930000003427267,0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.7236999869346619,-0.6876999735832214,0.05719999969005585,0.7253000140190125,-0.6797000169754028,0.10939999669790268,0.5134999752044678,-0.8547000288963318,0.07639999687671661,0.7236999869346619,-0.6876999735832214,0.05719999969005585,0.5134999752044678,-0.8547000288963318,0.07639999687671661,0.5094000101089478,-0.8596000075340271,0.039900001138448715,0.8712000250816345,-0.48590001463890076,0.0706000030040741,0.868399977684021,-0.477400004863739,0.1339000016450882,0.7253000140190125,-0.6797000169754028,0.10939999669790268,0.8712000250816345,-0.48590001463890076,0.0706000030040741,0.7253000140190125,-0.6797000169754028,0.10939999669790268,0.7236999869346619,-0.6876999735832214,0.05719999969005585,0.7253000140190125,-0.6797000169754028,0.10939999669790268,0.7139999866485596,-0.673799991607666,0.19030000269412994,0.5077999830245972,-0.8508999943733215,0.1348000019788742,0.7253000140190125,-0.6797000169754028,0.10939999669790268,0.5077999830245972,-0.8508999943733215,0.1348000019788742,0.5134999752044678,-0.8547000288963318,0.07639999687671661,0.868399977684021,-0.477400004863739,0.1339000016450882,0.8515999913215637,-0.47130000591278076,0.22949999570846558,0.7139999866485596,-0.673799991607666,0.19030000269412994,0.868399977684021,-0.477400004863739,0.1339000016450882,0.7139999866485596,-0.673799991607666,0.19030000269412994,0.7253000140190125,-0.6797000169754028,0.10939999669790268,0.9966999888420105,-0.0003000000142492354,0.08150000125169754,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.9559000134468079,-0.2529999911785126,0.149399995803833,0.9966999888420105,-0.0003000000142492354,0.08150000125169754,0.9559000134468079,-0.2529999911785126,0.149399995803833,0.9627000093460083,-0.25870001316070557,0.07930000126361847,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.9650999903678894,-0.00039999998989515007,0.26190000772476196,0.9347000122070312,-0.24889999628067017,0.25380000472068787,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.9347000122070312,-0.24889999628067017,0.25380000472068787,0.9559000134468079,-0.2529999911785126,0.149399995803833,0.9627000093460083,-0.25870001316070557,0.07930000126361847,0.9559000134468079,-0.2529999911785126,0.149399995803833,0.868399977684021,-0.477400004863739,0.1339000016450882,0.9627000093460083,-0.25870001316070557,0.07930000126361847,0.868399977684021,-0.477400004863739,0.1339000016450882,0.8712000250816345,-0.48590001463890076,0.0706000030040741,0.9559000134468079,-0.2529999911785126,0.149399995803833,0.9347000122070312,-0.24889999628067017,0.25380000472068787,0.8515999913215637,-0.47130000591278076,0.22949999570846558,0.9559000134468079,-0.2529999911785126,0.149399995803833,0.8515999913215637,-0.47130000591278076,0.22949999570846558,0.868399977684021,-0.477400004863739,0.1339000016450882,0.8198000192642212,-0.25060001015663147,0.5149000287055969,0.8895999789237976,-0.24819999933242798,0.38339999318122864,0.9186000227928162,-0.00019999999494757503,0.3953000009059906,0.8198000192642212,-0.25060001015663147,0.5149000287055969,0.9186000227928162,-0.00019999999494757503,0.3953000009059906,0.8472999930381775,-0.00009999999747378752,0.5310999751091003,0.7454000115394592,-0.4740000069141388,0.46869999170303345,0.8105999827384949,-0.47040000557899475,0.34869998693466187,0.8895999789237976,-0.24819999933242798,0.38339999318122864,0.7454000115394592,-0.4740000069141388,0.46869999170303345,0.8895999789237976,-0.24819999933242798,0.38339999318122864,0.8198000192642212,-0.25060001015663147,0.5149000287055969,0.8895999789237976,-0.24819999933242798,0.38339999318122864,0.9347000122070312,-0.24889999628067017,0.25380000472068787,0.9650999903678894,-0.00039999998989515007,0.26190000772476196,0.8895999789237976,-0.24819999933242798,0.38339999318122864,0.9650999903678894,-0.00039999998989515007,0.26190000772476196,0.9186000227928162,-0.00019999999494757503,0.3953000009059906,0.8105999827384949,-0.47040000557899475,0.34869998693466187,0.8515999913215637,-0.47130000591278076,0.22949999570846558,0.9347000122070312,-0.24889999628067017,0.25380000472068787,0.8105999827384949,-0.47040000557899475,0.34869998693466187,0.9347000122070312,-0.24889999628067017,0.25380000472068787,0.8895999789237976,-0.24819999933242798,0.38339999318122864,0.4415999948978424,-0.8521000146865845,0.2809999883174896,0.48339998722076416,-0.8500999808311462,0.20880000293254852,0.6797000169754028,-0.6729000210762024,0.2919999957084656,0.4415999948978424,-0.8521000146865845,0.2809999883174896,0.6797000169754028,-0.6729000210762024,0.2919999957084656,0.6233000159263611,-0.6761000156402588,0.3928000032901764,0.48339998722076416,-0.8500999808311462,0.20880000293254852,0.5077999830245972,-0.8508999943733215,0.1348000019788742,0.7139999866485596,-0.673799991607666,0.19030000269412994,0.48339998722076416,-0.8500999808311462,0.20880000293254852,0.7139999866485596,-0.673799991607666,0.19030000269412994,0.6797000169754028,-0.6729000210762024,0.2919999957084656,0.6233000159263611,-0.6761000156402588,0.3928000032901764,0.6797000169754028,-0.6729000210762024,0.2919999957084656,0.8105999827384949,-0.47040000557899475,0.34869998693466187,0.6233000159263611,-0.6761000156402588,0.3928000032901764,0.8105999827384949,-0.47040000557899475,0.34869998693466187,0.7454000115394592,-0.4740000069141388,0.46869999170303345,0.6797000169754028,-0.6729000210762024,0.2919999957084656,0.7139999866485596,-0.673799991607666,0.19030000269412994,0.8515999913215637,-0.47130000591278076,0.22949999570846558,0.6797000169754028,-0.6729000210762024,0.2919999957084656,0.8515999913215637,-0.47130000591278076,0.22949999570846558,0.8105999827384949,-0.47040000557899475,0.34869998693466187,0.963100016117096,0.2581000030040741,0.07609999924898148,0.95660001039505,0.25220000743865967,0.1462000012397766,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.963100016117096,0.2581000030040741,0.07609999924898148,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.9966999888420105,-0.0003000000142492354,0.08150000125169754,0.963100016117096,0.2581000030040741,0.07609999924898148,0.8720999956130981,0.48510000109672546,0.06459999829530716,0.8698999881744385,0.4763999879360199,0.12770000100135803,0.963100016117096,0.2581000030040741,0.07609999924898148,0.8698999881744385,0.4763999879360199,0.12770000100135803,0.95660001039505,0.25220000743865967,0.1462000012397766,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.95660001039505,0.25220000743865967,0.1462000012397766,0.935699999332428,0.24809999763965607,0.2506999969482422,0.9879999756813049,-0.00039999998989515007,0.1543000042438507,0.935699999332428,0.24809999763965607,0.2506999969482422,0.9650999903678894,-0.00039999998989515007,0.26190000772476196,0.95660001039505,0.25220000743865967,0.1462000012397766,0.8698999881744385,0.4763999879360199,0.12770000100135803,0.8537999987602234,0.4702000021934509,0.22349999845027924,0.95660001039505,0.25220000743865967,0.1462000012397766,0.8537999987602234,0.4702000021934509,0.22349999845027924,0.935699999332428,0.24809999763965607,0.2506999969482422,0.7253999710083008,0.6866000294685364,0.048700001090765,0.5120999813079834,0.8583999872207642,0.02930000051856041,0.5175999999046326,0.8532000184059143,0.06480000168085098,0.7253999710083008,0.6866000294685364,0.048700001090765,0.5175999999046326,0.8532000184059143,0.06480000168085098,0.7279999852180481,0.6782000064849854,0.10040000081062317,0.7279999852180481,0.6782000064849854,0.10040000081062317,0.5175999999046326,0.8532000184059143,0.06480000168085098,0.513700008392334,0.8490999937057495,0.12280000001192093,0.7279999852180481,0.6782000064849854,0.10040000081062317,0.513700008392334,0.8490999937057495,0.12280000001192093,0.7178999781608582,0.6721000075340271,0.18140000104904175,0.8720999956130981,0.48510000109672546,0.06459999829530716,0.7253999710083008,0.6866000294685364,0.048700001090765,0.7279999852180481,0.6782000064849854,0.10040000081062317,0.8720999956130981,0.48510000109672546,0.06459999829530716,0.7279999852180481,0.6782000064849854,0.10040000081062317,0.8698999881744385,0.4763999879360199,0.12770000100135803,0.8698999881744385,0.4763999879360199,0.12770000100135803,0.7279999852180481,0.6782000064849854,0.10040000081062317,0.7178999781608582,0.6721000075340271,0.18140000104904175,0.8698999881744385,0.4763999879360199,0.12770000100135803,0.7178999781608582,0.6721000075340271,0.18140000104904175,0.8537999987602234,0.4702000021934509,0.22349999845027924,0.4514000117778778,0.8503999710083008,0.2705000042915344,0.6299999952316284,0.6747000217437744,0.3847000002861023,0.6848999857902527,0.6711999773979187,0.2833999991416931,0.4514000117778778,0.8503999710083008,0.2705000042915344,0.6848999857902527,0.6711999773979187,0.2833999991416931,0.49140000343322754,0.8482999801635742,0.1973000019788742,0.6299999952316284,0.6747000217437744,0.3847000002861023,0.7494999766349792,0.4731999933719635,0.46299999952316284,0.8136000037193298,0.46939998865127563,0.34299999475479126,0.6299999952316284,0.6747000217437744,0.3847000002861023,0.8136000037193298,0.46939998865127563,0.34299999475479126,0.6848999857902527,0.6711999773979187,0.2833999991416931,0.49140000343322754,0.8482999801635742,0.1973000019788742,0.6848999857902527,0.6711999773979187,0.2833999991416931,0.7178999781608582,0.6721000075340271,0.18140000104904175,0.49140000343322754,0.8482999801635742,0.1973000019788742,0.7178999781608582,0.6721000075340271,0.18140000104904175,0.513700008392334,0.8490999937057495,0.12280000001192093,0.6848999857902527,0.6711999773979187,0.2833999991416931,0.8136000037193298,0.46939998865127563,0.34299999475479126,0.8537999987602234,0.4702000021934509,0.22349999845027924,0.6848999857902527,0.6711999773979187,0.2833999991416931,0.8537999987602234,0.4702000021934509,0.22349999845027924,0.7178999781608582,0.6721000075340271,0.18140000104904175,0.8217999935150146,0.25029999017715454,0.511900007724762,0.8472999930381775,-0.00009999999747378752,0.5310999751091003,0.9186000227928162,-0.00019999999494757503,0.3953000009059906,0.8217999935150146,0.25029999017715454,0.511900007724762,0.9186000227928162,-0.00019999999494757503,0.3953000009059906,0.890999972820282,0.24770000576972961,0.38040000200271606,0.890999972820282,0.24770000576972961,0.38040000200271606,0.9186000227928162,-0.00019999999494757503,0.3953000009059906,0.9650999903678894,-0.00039999998989515007,0.26190000772476196,0.890999972820282,0.24770000576972961,0.38040000200271606,0.9650999903678894,-0.00039999998989515007,0.26190000772476196,0.935699999332428,0.24809999763965607,0.2506999969482422,0.7494999766349792,0.4731999933719635,0.46299999952316284,0.8217999935150146,0.25029999017715454,0.511900007724762,0.890999972820282,0.24770000576972961,0.38040000200271606,0.7494999766349792,0.4731999933719635,0.46299999952316284,0.890999972820282,0.24770000576972961,0.38040000200271606,0.8136000037193298,0.46939998865127563,0.34299999475479126,0.8136000037193298,0.46939998865127563,0.34299999475479126,0.890999972820282,0.24770000576972961,0.38040000200271606,0.935699999332428,0.24809999763965607,0.2506999969482422,0.8136000037193298,0.46939998865127563,0.34299999475479126,0.935699999332428,0.24809999763965607,0.2506999969482422,0.8537999987602234,0.4702000021934509,0.22349999845027924,0.5120999813079834,0.8583999872207642,0.02930000051856041,0.2567000091075897,0.9664999842643738,0.009800000116229057,0.26179999113082886,0.9648000001907349,0.026499999687075615,0.5120999813079834,0.8583999872207642,0.02930000051856041,0.26179999113082886,0.9648000001907349,0.026499999687075615,0.5175999999046326,0.8532000184059143,0.06480000168085098,0.2567000091075897,0.9664999842643738,0.009800000116229057,0.0015999999595806003,1,-0.005900000222027302,0.00430000014603138,1,-0.007000000216066837,0.2567000091075897,0.9664999842643738,0.009800000116229057,0.00430000014603138,1,-0.007000000216066837,0.26179999113082886,0.9648000001907349,0.026499999687075615,0.5175999999046326,0.8532000184059143,0.06480000168085098,0.26179999113082886,0.9648000001907349,0.026499999687075615,0.2624000012874603,0.9632999897003174,0.055799998342990875,0.5175999999046326,0.8532000184059143,0.06480000168085098,0.2624000012874603,0.9632999897003174,0.055799998342990875,0.513700008392334,0.8490999937057495,0.12280000001192093,0.26179999113082886,0.9648000001907349,0.026499999687075615,0.00430000014603138,1,-0.007000000216066837,0.007899999618530273,0.9998999834060669,-0.007400000002235174,0.26179999113082886,0.9648000001907349,0.026499999687075615,0.007899999618530273,0.9998999834060669,-0.007400000002235174,0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.2515000104904175,0.9677000045776367,-0.017500000074505806,-0.5023000240325928,0.864300012588501,-0.025299999862909317,-0.5041000247001648,0.8618000149726868,-0.05649999901652336,-0.2515000104904175,0.9677000045776367,-0.017500000074505806,-0.5041000247001648,0.8618000149726868,-0.05649999901652336,-0.2517000138759613,0.967199981212616,-0.034699998795986176,-0.2517000138759613,0.967199981212616,-0.034699998795986176,-0.5041000247001648,0.8618000149726868,-0.05649999901652336,-0.4950999915599823,0.8611000180244446,-0.11620000004768372,-0.2517000138759613,0.967199981212616,-0.034699998795986176,-0.4950999915599823,0.8611000180244446,-0.11620000004768372,-0.24549999833106995,0.967199981212616,-0.06509999930858612,0.0015999999595806003,1,-0.005900000222027302,-0.2515000104904175,0.9677000045776367,-0.017500000074505806,-0.2517000138759613,0.967199981212616,-0.034699998795986176,0.0015999999595806003,1,-0.005900000222027302,-0.2517000138759613,0.967199981212616,-0.034699998795986176,0.00430000014603138,1,-0.007000000216066837,0.00430000014603138,1,-0.007000000216066837,-0.2517000138759613,0.967199981212616,-0.034699998795986176,-0.24549999833106995,0.967199981212616,-0.06509999930858612,0.00430000014603138,1,-0.007000000216066837,-0.24549999833106995,0.967199981212616,-0.06509999930858612,0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.42500001192092896,0.8626000285148621,-0.2741999924182892,-0.20890000462532043,0.9677000045776367,-0.14079999923706055,-0.2298000007867813,0.9675999879837036,-0.10429999977350235,-0.42500001192092896,0.8626000285148621,-0.2741999924182892,-0.2298000007867813,0.9675999879837036,-0.10429999977350235,-0.4666000008583069,0.8621000051498413,-0.19769999384880066,-0.20890000462532043,0.9677000045776367,-0.14079999923706055,0.010700000450015068,0.9998999834060669,-0.004800000227987766,0.010700000450015068,0.9998999834060669,-0.006500000134110451,-0.20890000462532043,0.9677000045776367,-0.14079999923706055,0.010700000450015068,0.9998999834060669,-0.006500000134110451,-0.2298000007867813,0.9675999879837036,-0.10429999977350235,-0.4666000008583069,0.8621000051498413,-0.19769999384880066,-0.2298000007867813,0.9675999879837036,-0.10429999977350235,-0.24549999833106995,0.967199981212616,-0.06509999930858612,-0.4666000008583069,0.8621000051498413,-0.19769999384880066,-0.24549999833106995,0.967199981212616,-0.06509999930858612,-0.4950999915599823,0.8611000180244446,-0.11620000004768372,-0.2298000007867813,0.9675999879837036,-0.10429999977350235,0.010700000450015068,0.9998999834060669,-0.006500000134110451,0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.2298000007867813,0.9675999879837036,-0.10429999977350235,0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.24549999833106995,0.967199981212616,-0.06509999930858612,0.2320999950170517,0.9635999798774719,0.13289999961853027,0.4514000117778778,0.8503999710083008,0.2705000042915344,0.49140000343322754,0.8482999801635742,0.1973000019788742,0.2320999950170517,0.9635999798774719,0.13289999961853027,0.49140000343322754,0.8482999801635742,0.1973000019788742,0.2526000142097473,0.9628999829292297,0.09470000118017197,0.2526000142097473,0.9628999829292297,0.09470000118017197,0.49140000343322754,0.8482999801635742,0.1973000019788742,0.513700008392334,0.8490999937057495,0.12280000001192093,0.2526000142097473,0.9628999829292297,0.09470000118017197,0.513700008392334,0.8490999937057495,0.12280000001192093,0.2624000012874603,0.9632999897003174,0.055799998342990875,0.010700000450015068,0.9998999834060669,-0.004800000227987766,0.2320999950170517,0.9635999798774719,0.13289999961853027,0.2526000142097473,0.9628999829292297,0.09470000118017197,0.010700000450015068,0.9998999834060669,-0.004800000227987766,0.2526000142097473,0.9628999829292297,0.09470000118017197,0.010700000450015068,0.9998999834060669,-0.006500000134110451,0.010700000450015068,0.9998999834060669,-0.006500000134110451,0.2526000142097473,0.9628999829292297,0.09470000118017197,0.2624000012874603,0.9632999897003174,0.055799998342990875,0.010700000450015068,0.9998999834060669,-0.006500000134110451,0.2624000012874603,0.9632999897003174,0.055799998342990875,0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.5023000240325928,0.864300012588501,-0.025299999862909317,-0.7139000296592712,0.6995999813079834,-0.02889999933540821,-0.7156000137329102,0.6949999928474426,-0.06989999860525131,-0.5023000240325928,0.864300012588501,-0.025299999862909317,-0.7156000137329102,0.6949999928474426,-0.06989999860525131,-0.5041000247001648,0.8618000149726868,-0.05649999901652336,-0.7139000296592712,0.6995999813079834,-0.02889999933540821,-0.8640999794006348,0.5026000142097473,-0.029100000858306885,-0.8640999794006348,0.4977000057697296,-0.07569999992847443,-0.7139000296592712,0.6995999813079834,-0.02889999933540821,-0.8640999794006348,0.4977000057697296,-0.07569999992847443,-0.7156000137329102,0.6949999928474426,-0.06989999860525131,-0.5041000247001648,0.8618000149726868,-0.05649999901652336,-0.7156000137329102,0.6949999928474426,-0.06989999860525131,-0.7041000127792358,0.6931999921798706,-0.15389999747276306,-0.5041000247001648,0.8618000149726868,-0.05649999901652336,-0.7041000127792358,0.6931999921798706,-0.15389999747276306,-0.4950999915599823,0.8611000180244446,-0.11620000004768372,-0.7156000137329102,0.6949999928474426,-0.06989999860525131,-0.8640999794006348,0.4977000057697296,-0.07569999992847443,-0.8503000140190125,0.4957999885082245,-0.17640000581741333,-0.7156000137329102,0.6949999928474426,-0.06989999860525131,-0.8503000140190125,0.4957999885082245,-0.17640000581741333,-0.7041000127792358,0.6931999921798706,-0.15389999747276306,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-0.9995999932289124,0.0017999999690800905,-0.026599999517202377,-0.9970999956130981,0.0026000000070780516,-0.07670000195503235,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-0.9970999956130981,0.0026000000070780516,-0.07670000195503235,-0.9598000049591064,0.26969999074935913,-0.07739999890327454,-0.9598000049591064,0.26969999074935913,-0.07739999890327454,-0.9970999956130981,0.0026000000070780516,-0.07670000195503235,-0.9815999865531921,0.003000000026077032,-0.19089999794960022,-0.9598000049591064,0.26969999074935913,-0.07739999890327454,-0.9815999865531921,0.003000000026077032,-0.19089999794960022,-0.944599986076355,0.2687000036239624,-0.1882999986410141,-0.8640999794006348,0.5026000142097473,-0.029100000858306885,-0.9617000222206116,0.272599995136261,-0.02800000086426735,-0.9598000049591064,0.26969999074935913,-0.07739999890327454,-0.8640999794006348,0.5026000142097473,-0.029100000858306885,-0.9598000049591064,0.26969999074935913,-0.07739999890327454,-0.8640999794006348,0.4977000057697296,-0.07569999992847443,-0.8640999794006348,0.4977000057697296,-0.07569999992847443,-0.9598000049591064,0.26969999074935913,-0.07739999890327454,-0.944599986076355,0.2687000036239624,-0.1882999986410141,-0.8640999794006348,0.4977000057697296,-0.07569999992847443,-0.944599986076355,0.2687000036239624,-0.1882999986410141,-0.8503000140190125,0.4957999885082245,-0.17640000581741333,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.8148000240325928,0.2696000039577484,-0.5131999850273132,-0.8949999809265137,0.2694999873638153,-0.3553999960422516,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.8949999809265137,0.2694999873638153,-0.3553999960422516,-0.9309999942779541,0.0026000000070780516,-0.3650999963283539,-0.8148000240325928,0.2696000039577484,-0.5131999850273132,-0.7328000068664551,0.49790000915527344,-0.46369999647140503,-0.8047000169754028,0.49720001220703125,-0.32429999113082886,-0.8148000240325928,0.2696000039577484,-0.5131999850273132,-0.8047000169754028,0.49720001220703125,-0.32429999113082886,-0.8949999809265137,0.2694999873638153,-0.3553999960422516,-0.9309999942779541,0.0026000000070780516,-0.3650999963283539,-0.8949999809265137,0.2694999873638153,-0.3553999960422516,-0.944599986076355,0.2687000036239624,-0.1882999986410141,-0.9309999942779541,0.0026000000070780516,-0.3650999963283539,-0.944599986076355,0.2687000036239624,-0.1882999986410141,-0.9815999865531921,0.003000000026077032,-0.19089999794960022,-0.8949999809265137,0.2694999873638153,-0.3553999960422516,-0.8047000169754028,0.49720001220703125,-0.32429999113082886,-0.8503000140190125,0.4957999885082245,-0.17640000581741333,-0.8949999809265137,0.2694999873638153,-0.3553999960422516,-0.8503000140190125,0.4957999885082245,-0.17640000581741333,-0.944599986076355,0.2687000036239624,-0.1882999986410141,-0.6061000227928162,0.6955000162124634,-0.38580000400543213,-0.42500001192092896,0.8626000285148621,-0.2741999924182892,-0.4666000008583069,0.8621000051498413,-0.19769999384880066,-0.6061000227928162,0.6955000162124634,-0.38580000400543213,-0.4666000008583069,0.8621000051498413,-0.19769999384880066,-0.6654000282287598,0.694599986076355,-0.2734000086784363,-0.6654000282287598,0.694599986076355,-0.2734000086784363,-0.4666000008583069,0.8621000051498413,-0.19769999384880066,-0.4950999915599823,0.8611000180244446,-0.11620000004768372,-0.6654000282287598,0.694599986076355,-0.2734000086784363,-0.4950999915599823,0.8611000180244446,-0.11620000004768372,-0.7041000127792358,0.6931999921798706,-0.15389999747276306,-0.7328000068664551,0.49790000915527344,-0.46369999647140503,-0.6061000227928162,0.6955000162124634,-0.38580000400543213,-0.6654000282287598,0.694599986076355,-0.2734000086784363,-0.7328000068664551,0.49790000915527344,-0.46369999647140503,-0.6654000282287598,0.694599986076355,-0.2734000086784363,-0.8047000169754028,0.49720001220703125,-0.32429999113082886,-0.8047000169754028,0.49720001220703125,-0.32429999113082886,-0.6654000282287598,0.694599986076355,-0.2734000086784363,-0.7041000127792358,0.6931999921798706,-0.15389999747276306,-0.8047000169754028,0.49720001220703125,-0.32429999113082886,-0.7041000127792358,0.6931999921798706,-0.15389999747276306,-0.8503000140190125,0.4957999885082245,-0.17640000581741333,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.8187000155448914,-0.26660001277923584,-0.5084999799728394,-0.7319999933242798,-0.2676999866962433,-0.6265000104904175,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.7319999933242798,-0.2676999866962433,-0.6265000104904175,-0.7576000094413757,0.0013000000035390258,-0.6528000235557556,-0.8187000155448914,-0.26660001277923584,-0.5084999799728394,-0.7394000291824341,-0.49639999866485596,-0.454800009727478,-0.6611999869346619,-0.49779999256134033,-0.5612000226974487,-0.8187000155448914,-0.26660001277923584,-0.5084999799728394,-0.6611999869346619,-0.49779999256134033,-0.5612000226974487,-0.7319999933242798,-0.2676999866962433,-0.6265000104904175,-0.7576000094413757,0.0013000000035390258,-0.6528000235557556,-0.7319999933242798,-0.2676999866962433,-0.6265000104904175,-0.6377000212669373,-0.2685000002384186,-0.7218999862670898,-0.7576000094413757,0.0013000000035390258,-0.6528000235557556,-0.6377000212669373,-0.2685000002384186,-0.7218999862670898,-0.6599000096321106,0.0008999999845400453,-0.7513999938964844,-0.7319999933242798,-0.2676999866962433,-0.6265000104904175,-0.6611999869346619,-0.49779999256134033,-0.5612000226974487,-0.5760999917984009,-0.49880000948905945,-0.6474999785423279,-0.7319999933242798,-0.2676999866962433,-0.6265000104904175,-0.5760999917984009,-0.49880000948905945,-0.6474999785423279,-0.6377000212669373,-0.2685000002384186,-0.7218999862670898,-0.4350000023841858,-0.8622999787330627,-0.25920000672340393,-0.38960000872612,-0.8629999756813049,-0.3215000033378601,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.4350000023841858,-0.8622999787330627,-0.25920000672340393,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.6144000291824341,-0.6951000094413757,-0.3732999861240387,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.38960000872612,-0.8629999756813049,-0.3215000033378601,-0.33980000019073486,-0.8636000156402588,-0.3723999857902527,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.33980000019073486,-0.8636000156402588,-0.3723999857902527,-0.4790000021457672,-0.6973000168800354,-0.5332000255584717,-0.7394000291824341,-0.49639999866485596,-0.454800009727478,-0.6144000291824341,-0.6951000094413757,-0.3732999861240387,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.7394000291824341,-0.49639999866485596,-0.454800009727478,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.6611999869346619,-0.49779999256134033,-0.5612000226974487,-0.6611999869346619,-0.49779999256134033,-0.5612000226974487,-0.5497000217437744,-0.696399986743927,-0.46140000224113464,-0.4790000021457672,-0.6973000168800354,-0.5332000255584717,-0.6611999869346619,-0.49779999256134033,-0.5612000226974487,-0.4790000021457672,-0.6973000168800354,-0.5332000255584717,-0.5760999917984009,-0.49880000948905945,-0.6474999785423279,-0.21660000085830688,-0.8636000156402588,-0.4553000032901764,-0.3034000098705292,-0.6967999935150146,-0.6499000191688538,-0.398499995470047,-0.6976000070571899,-0.5954999923706055,-0.21660000085830688,-0.8636000156402588,-0.4553000032901764,-0.398499995470047,-0.6976000070571899,-0.5954999923706055,-0.2831000089645386,-0.8639000058174133,-0.41659998893737793,-0.3034000098705292,-0.6967999935150146,-0.6499000191688538,-0.36329999566078186,-0.498199999332428,-0.7872999906539917,-0.4787999987602234,-0.49900001287460327,-0.7222999930381775,-0.3034000098705292,-0.6967999935150146,-0.6499000191688538,-0.4787999987602234,-0.49900001287460327,-0.7222999930381775,-0.398499995470047,-0.6976000070571899,-0.5954999923706055,-0.2831000089645386,-0.8639000058174133,-0.41659998893737793,-0.398499995470047,-0.6976000070571899,-0.5954999923706055,-0.4790000021457672,-0.6973000168800354,-0.5332000255584717,-0.2831000089645386,-0.8639000058174133,-0.41659998893737793,-0.4790000021457672,-0.6973000168800354,-0.5332000255584717,-0.33980000019073486,-0.8636000156402588,-0.3723999857902527,-0.398499995470047,-0.6976000070571899,-0.5954999923706055,-0.4787999987602234,-0.49900001287460327,-0.7222999930381775,-0.5760999917984009,-0.49880000948905945,-0.6474999785423279,-0.398499995470047,-0.6976000070571899,-0.5954999923706055,-0.5760999917984009,-0.49880000948905945,-0.6474999785423279,-0.4790000021457672,-0.6973000168800354,-0.5332000255584717,-0.40059998631477356,-0.26840001344680786,-0.8759999871253967,-0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,-0.5476999878883362,0.0005000000237487257,-0.8367000222206116,-0.40059998631477356,-0.26840001344680786,-0.8759999871253967,-0.5476999878883362,0.0005000000237487257,-0.8367000222206116,-0.5296000242233276,-0.2687999904155731,-0.8044999837875366,-0.5296000242233276,-0.2687999904155731,-0.8044999837875366,-0.5476999878883362,0.0005000000237487257,-0.8367000222206116,-0.6599000096321106,0.0008999999845400453,-0.7513999938964844,-0.5296000242233276,-0.2687999904155731,-0.8044999837875366,-0.6599000096321106,0.0008999999845400453,-0.7513999938964844,-0.6377000212669373,-0.2685000002384186,-0.7218999862670898,-0.36329999566078186,-0.498199999332428,-0.7872999906539917,-0.40059998631477356,-0.26840001344680786,-0.8759999871253967,-0.5296000242233276,-0.2687999904155731,-0.8044999837875366,-0.36329999566078186,-0.498199999332428,-0.7872999906539917,-0.5296000242233276,-0.2687999904155731,-0.8044999837875366,-0.4787999987602234,-0.49900001287460327,-0.7222999930381775,-0.4787999987602234,-0.49900001287460327,-0.7222999930381775,-0.5296000242233276,-0.2687999904155731,-0.8044999837875366,-0.6377000212669373,-0.2685000002384186,-0.7218999862670898,-0.4787999987602234,-0.49900001287460327,-0.7222999930381775,-0.6377000212669373,-0.2685000002384186,-0.7218999862670898,-0.5760999917984009,-0.49880000948905945,-0.6474999785423279,-0.22050000727176666,-0.9672999978065491,-0.12520000338554382,-0.19830000400543213,-0.9674999713897705,-0.15700000524520874,-0.38960000872612,-0.8629999756813049,-0.3215000033378601,-0.22050000727176666,-0.9672999978065491,-0.12520000338554382,-0.38960000872612,-0.8629999756813049,-0.3215000033378601,-0.4350000023841858,-0.8622999787330627,-0.25920000672340393,-0.0019000000320374966,-1,0.009700000286102295,-0.0031999999191612005,-1,0.008500000461935997,-0.19830000400543213,-0.9674999713897705,-0.15700000524520874,-0.0019000000320374966,-1,0.009700000286102295,-0.19830000400543213,-0.9674999713897705,-0.15700000524520874,-0.22050000727176666,-0.9672999978065491,-0.12520000338554382,-0.38960000872612,-0.8629999756813049,-0.3215000033378601,-0.19830000400543213,-0.9674999713897705,-0.15700000524520874,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.38960000872612,-0.8629999756813049,-0.3215000033378601,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.33980000019073486,-0.8636000156402588,-0.3723999857902527,-0.0031999999191612005,-1,0.008500000461935997,-0.0038999998942017555,-1,0.007499999832361937,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.0031999999191612005,-1,0.008500000461935997,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.19830000400543213,-0.9674999713897705,-0.15700000524520874,0.4415999948978424,-0.8521000146865845,0.2809999883174896,0.3930000066757202,-0.8539999723434448,0.3409000039100647,0.19470000267028809,-0.9650999903678894,0.17489999532699585,0.4415999948978424,-0.8521000146865845,0.2809999883174896,0.19470000267028809,-0.9650999903678894,0.17489999532699585,0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.3930000066757202,-0.8539999723434448,0.3409000039100647,0.3402999937534332,-0.8551999926567078,0.39089998602867126,0.1679999977350235,-0.965399980545044,0.19930000603199005,0.3930000066757202,-0.8539999723434448,0.3409000039100647,0.1679999977350235,-0.965399980545044,0.19930000603199005,0.19470000267028809,-0.9650999903678894,0.17489999532699585,0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.19470000267028809,-0.9650999903678894,0.17489999532699585,-0.0031999999191612005,-1,0.008500000461935997,0.2198999971151352,-0.9646000266075134,0.14550000429153442,-0.0031999999191612005,-1,0.008500000461935997,-0.0019000000320374966,-1,0.009700000286102295,0.19470000267028809,-0.9650999903678894,0.17489999532699585,0.1679999977350235,-0.965399980545044,0.19930000603199005,-0.0038999998942017555,-1,0.007499999832361937,0.19470000267028809,-0.9650999903678894,0.17489999532699585,-0.0038999998942017555,-1,0.007499999832361937,-0.0031999999191612005,-1,0.008500000461935997,0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.13860000669956207,-0.965499997138977,0.22059999406337738,0.2815999984741211,-0.8557999730110168,0.43389999866485596,0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.2815999984741211,-0.8557999730110168,0.43389999866485596,0.21480000019073486,-0.8557000160217285,0.4706999957561493,0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.00430000014603138,-1,0.006399999838322401,-0.00419999985024333,-1,0.006800000090152025,0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.00419999985024333,-1,0.006800000090152025,0.13860000669956207,-0.965499997138977,0.22059999406337738,0.13860000669956207,-0.965499997138977,0.22059999406337738,0.1679999977350235,-0.965399980545044,0.19930000603199005,0.3402999937534332,-0.8551999926567078,0.39089998602867126,0.13860000669956207,-0.965499997138977,0.22059999406337738,0.3402999937534332,-0.8551999926567078,0.39089998602867126,0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.00419999985024333,-1,0.006800000090152025,-0.0038999998942017555,-1,0.007499999832361937,0.1679999977350235,-0.965399980545044,0.19930000603199005,-0.00419999985024333,-1,0.006800000090152025,0.1679999977350235,-0.965399980545044,0.19930000603199005,0.13860000669956207,-0.965499997138977,0.22059999406337738,-0.11180000007152557,-0.9678000211715698,-0.22540000081062317,-0.21660000085830688,-0.8636000156402588,-0.4553000032901764,-0.2831000089645386,-0.8639000058174133,-0.41659998893737793,-0.11180000007152557,-0.9678000211715698,-0.22540000081062317,-0.2831000089645386,-0.8639000058174133,-0.41659998893737793,-0.14499999582767487,-0.9678000211715698,-0.20579999685287476,-0.14499999582767487,-0.9678000211715698,-0.20579999685287476,-0.2831000089645386,-0.8639000058174133,-0.41659998893737793,-0.33980000019073486,-0.8636000156402588,-0.3723999857902527,-0.14499999582767487,-0.9678000211715698,-0.20579999685287476,-0.33980000019073486,-0.8636000156402588,-0.3723999857902527,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.00430000014603138,-1,0.006399999838322401,-0.11180000007152557,-0.9678000211715698,-0.22540000081062317,-0.14499999582767487,-0.9678000211715698,-0.20579999685287476,-0.00430000014603138,-1,0.006399999838322401,-0.14499999582767487,-0.9678000211715698,-0.20579999685287476,-0.00419999985024333,-1,0.006800000090152025,-0.00419999985024333,-1,0.006800000090152025,-0.14499999582767487,-0.9678000211715698,-0.20579999685287476,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.00419999985024333,-1,0.006800000090152025,-0.17339999973773956,-0.9677000045776367,-0.18320000171661377,-0.0038999998942017555,-1,0.007499999832361937,0.6233000159263611,-0.6761000156402588,0.3928000032901764,0.5562999844551086,-0.6796000003814697,0.478300005197525,0.3930000066757202,-0.8539999723434448,0.3409000039100647,0.6233000159263611,-0.6761000156402588,0.3928000032901764,0.3930000066757202,-0.8539999723434448,0.3409000039100647,0.4415999948978424,-0.8521000146865845,0.2809999883174896,0.7454000115394592,-0.4740000069141388,0.46869999170303345,0.6668000221252441,-0.47780001163482666,0.5719000101089478,0.5562999844551086,-0.6796000003814697,0.478300005197525,0.7454000115394592,-0.4740000069141388,0.46869999170303345,0.5562999844551086,-0.6796000003814697,0.478300005197525,0.6233000159263611,-0.6761000156402588,0.3928000032901764,0.5562999844551086,-0.6796000003814697,0.478300005197525,0.48240000009536743,-0.6819999814033508,0.5496000051498413,0.3402999937534332,-0.8551999926567078,0.39089998602867126,0.5562999844551086,-0.6796000003814697,0.478300005197525,0.3402999937534332,-0.8551999926567078,0.39089998602867126,0.3930000066757202,-0.8539999723434448,0.3409000039100647,0.6668000221252441,-0.47780001163482666,0.5719000101089478,0.5791000127792358,-0.48080000281333923,0.6583999991416931,0.48240000009536743,-0.6819999814033508,0.5496000051498413,0.6668000221252441,-0.47780001163482666,0.5719000101089478,0.48240000009536743,-0.6819999814033508,0.5496000051498413,0.5562999844551086,-0.6796000003814697,0.478300005197525,0.8472999930381775,-0.00009999999747378752,0.5310999751091003,0.7601000070571899,-0.00009999999747378752,0.6499000191688538,0.7346000075340271,-0.2533000111579895,0.6294000148773193,0.8472999930381775,-0.00009999999747378752,0.5310999751091003,0.7346000075340271,-0.2533000111579895,0.6294000148773193,0.8198000192642212,-0.25060001015663147,0.5149000287055969,0.7601000070571899,-0.00009999999747378752,0.6499000191688538,0.6614999771118164,-0.00009999999747378752,0.75,0.6388999819755554,-0.2554999887943268,0.7257000207901001,0.7601000070571899,-0.00009999999747378752,0.6499000191688538,0.6388999819755554,-0.2554999887943268,0.7257000207901001,0.7346000075340271,-0.2533000111579895,0.6294000148773193,0.8198000192642212,-0.25060001015663147,0.5149000287055969,0.7346000075340271,-0.2533000111579895,0.6294000148773193,0.6668000221252441,-0.47780001163482666,0.5719000101089478,0.8198000192642212,-0.25060001015663147,0.5149000287055969,0.6668000221252441,-0.47780001163482666,0.5719000101089478,0.7454000115394592,-0.4740000069141388,0.46869999170303345,0.7346000075340271,-0.2533000111579895,0.6294000148773193,0.6388999819755554,-0.2554999887943268,0.7257000207901001,0.5791000127792358,-0.48080000281333923,0.6583999991416931,0.7346000075340271,-0.2533000111579895,0.6294000148773193,0.5791000127792358,-0.48080000281333923,0.6583999991416931,0.6668000221252441,-0.47780001163482666,0.5719000101089478,0.4065000116825104,-0.2581000030040741,0.8763999938964844,0.5304999947547913,-0.257099986076355,0.8077999949455261,0.5497000217437744,-0.00009999999747378752,0.8353999853134155,0.4065000116825104,-0.2581000030040741,0.8763999938964844,0.5497000217437744,-0.00009999999747378752,0.8353999853134155,0.42149999737739563,0,0.9067999720573425,0.3677000105381012,-0.48399999737739563,0.7940999865531921,0.4803999960422516,-0.4828000068664551,0.732200026512146,0.5304999947547913,-0.257099986076355,0.8077999949455261,0.3677000105381012,-0.48399999737739563,0.7940999865531921,0.5304999947547913,-0.257099986076355,0.8077999949455261,0.4065000116825104,-0.2581000030040741,0.8763999938964844,0.5304999947547913,-0.257099986076355,0.8077999949455261,0.6388999819755554,-0.2554999887943268,0.7257000207901001,0.6614999771118164,-0.00009999999747378752,0.75,0.5304999947547913,-0.257099986076355,0.8077999949455261,0.6614999771118164,-0.00009999999747378752,0.75,0.5497000217437744,-0.00009999999747378752,0.8353999853134155,0.4803999960422516,-0.4828000068664551,0.732200026512146,0.5791000127792358,-0.48080000281333923,0.6583999991416931,0.6388999819755554,-0.2554999887943268,0.7257000207901001,0.4803999960422516,-0.4828000068664551,0.732200026512146,0.6388999819755554,-0.2554999887943268,0.7257000207901001,0.5304999947547913,-0.257099986076355,0.8077999949455261,0.21480000019073486,-0.8557000160217285,0.4706999957561493,0.2815999984741211,-0.8557999730110168,0.43389999866485596,0.39969998598098755,-0.6836000084877014,0.6107000112533569,0.21480000019073486,-0.8557000160217285,0.4706999957561493,0.39969998598098755,-0.6836000084877014,0.6107000112533569,0.30550000071525574,-0.6841999888420105,0.6622999906539917,0.2815999984741211,-0.8557999730110168,0.43389999866485596,0.3402999937534332,-0.8551999926567078,0.39089998602867126,0.48240000009536743,-0.6819999814033508,0.5496000051498413,0.2815999984741211,-0.8557999730110168,0.43389999866485596,0.48240000009536743,-0.6819999814033508,0.5496000051498413,0.39969998598098755,-0.6836000084877014,0.6107000112533569,0.30550000071525574,-0.6841999888420105,0.6622999906539917,0.39969998598098755,-0.6836000084877014,0.6107000112533569,0.4803999960422516,-0.4828000068664551,0.732200026512146,0.30550000071525574,-0.6841999888420105,0.6622999906539917,0.4803999960422516,-0.4828000068664551,0.732200026512146,0.3677000105381012,-0.48399999737739563,0.7940999865531921,0.39969998598098755,-0.6836000084877014,0.6107000112533569,0.48240000009536743,-0.6819999814033508,0.5496000051498413,0.5791000127792358,-0.48080000281333923,0.6583999991416931,0.39969998598098755,-0.6836000084877014,0.6107000112533569,0.5791000127792358,-0.48080000281333923,0.6583999991416931,0.4803999960422516,-0.4828000068664551,0.732200026512146,0.8472999930381775,-0.00009999999747378752,0.5310999751091003,0.8217999935150146,0.25029999017715454,0.511900007724762,0.7369999885559082,0.2531000077724457,0.626800000667572,0.8472999930381775,-0.00009999999747378752,0.5310999751091003,0.7369999885559082,0.2531000077724457,0.626800000667572,0.7601000070571899,-0.00009999999747378752,0.6499000191688538,0.8217999935150146,0.25029999017715454,0.511900007724762,0.7494999766349792,0.4731999933719635,0.46299999952316284,0.671500027179718,0.4771000146865845,0.5669999718666077,0.8217999935150146,0.25029999017715454,0.511900007724762,0.671500027179718,0.4771000146865845,0.5669999718666077,0.7369999885559082,0.2531000077724457,0.626800000667572,0.7601000070571899,-0.00009999999747378752,0.6499000191688538,0.7369999885559082,0.2531000077724457,0.626800000667572,0.6413999795913696,0.25519999861717224,0.7235000133514404,0.7601000070571899,-0.00009999999747378752,0.6499000191688538,0.6413999795913696,0.25519999861717224,0.7235000133514404,0.6614999771118164,-0.00009999999747378752,0.75,0.7369999885559082,0.2531000077724457,0.626800000667572,0.671500027179718,0.4771000146865845,0.5669999718666077,0.5841000080108643,0.48019999265670776,0.6543999910354614,0.7369999885559082,0.2531000077724457,0.626800000667572,0.5841000080108643,0.48019999265670776,0.6543999910354614,0.6413999795913696,0.25519999861717224,0.7235000133514404,0.6299999952316284,0.6747000217437744,0.3847000002861023,0.4514000117778778,0.8503999710083008,0.2705000042915344,0.4034999907016754,0.8525000214576721,0.33230000734329224,0.6299999952316284,0.6747000217437744,0.3847000002861023,0.4034999907016754,0.8525000214576721,0.33230000734329224,0.5637000203132629,0.6783000230789185,0.4713999927043915,0.5637000203132629,0.6783000230789185,0.4713999927043915,0.4034999907016754,0.8525000214576721,0.33230000734329224,0.35089999437332153,0.8539999723434448,0.38420000672340393,0.5637000203132629,0.6783000230789185,0.4713999927043915,0.35089999437332153,0.8539999723434448,0.38420000672340393,0.4900999963283539,0.6809999942779541,0.5442000031471252,0.7494999766349792,0.4731999933719635,0.46299999952316284,0.6299999952316284,0.6747000217437744,0.3847000002861023,0.5637000203132629,0.6783000230789185,0.4713999927043915,0.7494999766349792,0.4731999933719635,0.46299999952316284,0.5637000203132629,0.6783000230789185,0.4713999927043915,0.671500027179718,0.4771000146865845,0.5669999718666077,0.671500027179718,0.4771000146865845,0.5669999718666077,0.5637000203132629,0.6783000230789185,0.4713999927043915,0.4900999963283539,0.6809999942779541,0.5442000031471252,0.671500027179718,0.4771000146865845,0.5669999718666077,0.4900999963283539,0.6809999942779541,0.5442000031471252,0.5841000080108643,0.48019999265670776,0.6543999910354614,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.3125,0.6837000250816345,0.659500002861023,0.4072999954223633,0.6827999949455261,0.6065999865531921,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.4072999954223633,0.6827999949455261,0.6065999865531921,0.29190000891685486,0.8547999858856201,0.42899999022483826,0.3125,0.6837000250816345,0.659500002861023,0.37229999899864197,0.4837999939918518,0.7919999957084656,0.48539999127388,0.48240000009536743,0.729200005531311,0.3125,0.6837000250816345,0.659500002861023,0.48539999127388,0.48240000009536743,0.729200005531311,0.4072999954223633,0.6827999949455261,0.6065999865531921,0.29190000891685486,0.8547999858856201,0.42899999022483826,0.4072999954223633,0.6827999949455261,0.6065999865531921,0.4900999963283539,0.6809999942779541,0.5442000031471252,0.29190000891685486,0.8547999858856201,0.42899999022483826,0.4900999963283539,0.6809999942779541,0.5442000031471252,0.35089999437332153,0.8539999723434448,0.38420000672340393,0.4072999954223633,0.6827999949455261,0.6065999865531921,0.48539999127388,0.48240000009536743,0.729200005531311,0.5841000080108643,0.48019999265670776,0.6543999910354614,0.4072999954223633,0.6827999949455261,0.6065999865531921,0.5841000080108643,0.48019999265670776,0.6543999910354614,0.4900999963283539,0.6809999942779541,0.5442000031471252,0.42149999737739563,0,0.9067999720573425,0.5497000217437744,-0.00009999999747378752,0.8353999853134155,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.42149999737739563,0,0.9067999720573425,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.4088999927043915,0.2581000030040741,0.8752999901771545,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.5497000217437744,-0.00009999999747378752,0.8353999853134155,0.6614999771118164,-0.00009999999747378752,0.75,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.6614999771118164,-0.00009999999747378752,0.75,0.6413999795913696,0.25519999861717224,0.7235000133514404,0.37229999899864197,0.4837999939918518,0.7919999957084656,0.4088999927043915,0.2581000030040741,0.8752999901771545,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.37229999899864197,0.4837999939918518,0.7919999957084656,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.48539999127388,0.48240000009536743,0.729200005531311,0.48539999127388,0.48240000009536743,0.729200005531311,0.5329999923706055,0.25690001249313354,0.8061000108718872,0.6413999795913696,0.25519999861717224,0.7235000133514404,0.48539999127388,0.48240000009536743,0.729200005531311,0.6413999795913696,0.25519999861717224,0.7235000133514404,0.5841000080108643,0.48019999265670776,0.6543999910354614,0.4514000117778778,0.8503999710083008,0.2705000042915344,0.2320999950170517,0.9635999798774719,0.13289999961853027,0.20759999752044678,0.9642000198364258,0.1648000031709671,0.4514000117778778,0.8503999710083008,0.2705000042915344,0.20759999752044678,0.9642000198364258,0.1648000031709671,0.4034999907016754,0.8525000214576721,0.33230000734329224,0.2320999950170517,0.9635999798774719,0.13289999961853027,0.010700000450015068,0.9998999834060669,-0.004800000227987766,0.010099999606609344,0.9998999834060669,-0.003100000089034438,0.2320999950170517,0.9635999798774719,0.13289999961853027,0.010099999606609344,0.9998999834060669,-0.003100000089034438,0.20759999752044678,0.9642000198364258,0.1648000031709671,0.4034999907016754,0.8525000214576721,0.33230000734329224,0.20759999752044678,0.9642000198364258,0.1648000031709671,0.1808999925851822,0.9646000266075134,0.19169999659061432,0.4034999907016754,0.8525000214576721,0.33230000734329224,0.1808999925851822,0.9646000266075134,0.19169999659061432,0.35089999437332153,0.8539999723434448,0.38420000672340393,0.20759999752044678,0.9642000198364258,0.1648000031709671,0.010099999606609344,0.9998999834060669,-0.003100000089034438,0.009600000455975533,1,-0.0013000000035390258,0.20759999752044678,0.9642000198364258,0.1648000031709671,0.009600000455975533,1,-0.0013000000035390258,0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.20890000462532043,0.9677000045776367,-0.14079999923706055,-0.42500001192092896,0.8626000285148621,-0.2741999924182892,-0.3790999948978424,0.8632000088691711,-0.33340001106262207,-0.20890000462532043,0.9677000045776367,-0.14079999923706055,-0.3790999948978424,0.8632000088691711,-0.33340001106262207,-0.1859000027179718,0.9678999781608582,-0.16940000653266907,-0.1859000027179718,0.9678999781608582,-0.16940000653266907,-0.3790999948978424,0.8632000088691711,-0.33340001106262207,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.1859000027179718,0.9678999781608582,-0.16940000653266907,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.010700000450015068,0.9998999834060669,-0.004800000227987766,-0.20890000462532043,0.9677000045776367,-0.14079999923706055,-0.1859000027179718,0.9678999781608582,-0.16940000653266907,0.010700000450015068,0.9998999834060669,-0.004800000227987766,-0.1859000027179718,0.9678999781608582,-0.16940000653266907,0.010099999606609344,0.9998999834060669,-0.003100000089034438,0.010099999606609344,0.9998999834060669,-0.003100000089034438,-0.1859000027179718,0.9678999781608582,-0.16940000653266907,-0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.010099999606609344,0.9998999834060669,-0.003100000089034438,-0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.009600000455975533,1,-0.0013000000035390258,-0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.13249999284744263,0.9681000113487244,-0.21289999783039093,-0.27239999175071716,0.8637999892234802,-0.4239000082015991,-0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.27239999175071716,0.8637999892234802,-0.4239000082015991,-0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.00800000037997961,1,0.0024999999441206455,0.008999999612569809,1,0.0005000000237487257,-0.13249999284744263,0.9681000113487244,-0.21289999783039093,0.00800000037997961,1,0.0024999999441206455,-0.13249999284744263,0.9681000113487244,-0.21289999783039093,-0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.13249999284744263,0.9681000113487244,-0.21289999783039093,-0.1606999933719635,0.9679999947547913,-0.19280000030994415,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.13249999284744263,0.9681000113487244,-0.21289999783039093,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.008999999612569809,1,0.0005000000237487257,0.009600000455975533,1,-0.0013000000035390258,-0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.008999999612569809,1,0.0005000000237487257,-0.1606999933719635,0.9679999947547913,-0.19280000030994415,-0.13249999284744263,0.9681000113487244,-0.21289999783039093,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.29190000891685486,0.8547999858856201,0.42899999022483826,0.15109999477863312,0.9648000001907349,0.2152000069618225,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.15109999477863312,0.9648000001907349,0.2152000069618225,0.11659999936819077,0.9648000001907349,0.23589999973773956,0.15109999477863312,0.9648000001907349,0.2152000069618225,0.29190000891685486,0.8547999858856201,0.42899999022483826,0.35089999437332153,0.8539999723434448,0.38420000672340393,0.15109999477863312,0.9648000001907349,0.2152000069618225,0.35089999437332153,0.8539999723434448,0.38420000672340393,0.1808999925851822,0.9646000266075134,0.19169999659061432,0.11659999936819077,0.9648000001907349,0.23589999973773956,0.15109999477863312,0.9648000001907349,0.2152000069618225,0.008999999612569809,1,0.0005000000237487257,0.11659999936819077,0.9648000001907349,0.23589999973773956,0.008999999612569809,1,0.0005000000237487257,0.00800000037997961,1,0.0024999999441206455,0.008999999612569809,1,0.0005000000237487257,0.15109999477863312,0.9648000001907349,0.2152000069618225,0.1808999925851822,0.9646000266075134,0.19169999659061432,0.008999999612569809,1,0.0005000000237487257,0.1808999925851822,0.9646000266075134,0.19169999659061432,0.009600000455975533,1,-0.0013000000035390258,-0.42500001192092896,0.8626000285148621,-0.2741999924182892,-0.6061000227928162,0.6955000162124634,-0.38580000400543213,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.42500001192092896,0.8626000285148621,-0.2741999924182892,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.3790999948978424,0.8632000088691711,-0.33340001106262207,-0.7328000068664551,0.49790000915527344,-0.46369999647140503,-0.654699981212616,0.49869999289512634,-0.5680000185966492,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.7328000068664551,0.49790000915527344,-0.46369999647140503,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.6061000227928162,0.6955000162124634,-0.38580000400543213,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.47049999237060547,0.6970999836921692,-0.5410000085830688,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.3790999948978424,0.8632000088691711,-0.33340001106262207,-0.654699981212616,0.49869999289512634,-0.5680000185966492,-0.5698000192642212,0.4991999864578247,-0.6528000235557556,-0.47049999237060547,0.6970999836921692,-0.5410000085830688,-0.654699981212616,0.49869999289512634,-0.5680000185966492,-0.47049999237060547,0.6970999836921692,-0.5410000085830688,-0.5411999821662903,0.6965000033378601,-0.47119998931884766,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.7576000094413757,0.0013000000035390258,-0.6528000235557556,-0.7282000184059143,0.26980000734329224,-0.6301000118255615,-0.8475000262260437,0.0017999999690800905,-0.5307000279426575,-0.7282000184059143,0.26980000734329224,-0.6301000118255615,-0.8148000240325928,0.2696000039577484,-0.5131999850273132,-0.7576000094413757,0.0013000000035390258,-0.6528000235557556,-0.6599000096321106,0.0008999999845400453,-0.7513999938964844,-0.6341000199317932,0.26980000734329224,-0.7246000170707703,-0.7576000094413757,0.0013000000035390258,-0.6528000235557556,-0.6341000199317932,0.26980000734329224,-0.7246000170707703,-0.7282000184059143,0.26980000734329224,-0.6301000118255615,-0.8148000240325928,0.2696000039577484,-0.5131999850273132,-0.7282000184059143,0.26980000734329224,-0.6301000118255615,-0.654699981212616,0.49869999289512634,-0.5680000185966492,-0.8148000240325928,0.2696000039577484,-0.5131999850273132,-0.654699981212616,0.49869999289512634,-0.5680000185966492,-0.7328000068664551,0.49790000915527344,-0.46369999647140503,-0.7282000184059143,0.26980000734329224,-0.6301000118255615,-0.6341000199317932,0.26980000734329224,-0.7246000170707703,-0.5698000192642212,0.4991999864578247,-0.6528000235557556,-0.7282000184059143,0.26980000734329224,-0.6301000118255615,-0.5698000192642212,0.4991999864578247,-0.6528000235557556,-0.654699981212616,0.49869999289512634,-0.5680000185966492,-0.39739999175071716,0.2678999900817871,-0.8776999711990356,-0.5260999798774719,0.26930001378059387,-0.8065999746322632,-0.5476999878883362,0.0005000000237487257,-0.8367000222206116,-0.39739999175071716,0.2678999900817871,-0.8776999711990356,-0.5476999878883362,0.0005000000237487257,-0.8367000222206116,-0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,-0.35740000009536743,0.49720001220703125,-0.7906000018119812,-0.47269999980926514,0.49880000948905945,-0.7264999747276306,-0.5260999798774719,0.26930001378059387,-0.8065999746322632,-0.35740000009536743,0.49720001220703125,-0.7906000018119812,-0.5260999798774719,0.26930001378059387,-0.8065999746322632,-0.39739999175071716,0.2678999900817871,-0.8776999711990356,-0.5260999798774719,0.26930001378059387,-0.8065999746322632,-0.6341000199317932,0.26980000734329224,-0.7246000170707703,-0.6599000096321106,0.0008999999845400453,-0.7513999938964844,-0.5260999798774719,0.26930001378059387,-0.8065999746322632,-0.6599000096321106,0.0008999999845400453,-0.7513999938964844,-0.5476999878883362,0.0005000000237487257,-0.8367000222206116,-0.47269999980926514,0.49880000948905945,-0.7264999747276306,-0.5698000192642212,0.4991999864578247,-0.6528000235557556,-0.6341000199317932,0.26980000734329224,-0.7246000170707703,-0.47269999980926514,0.49880000948905945,-0.7264999747276306,-0.6341000199317932,0.26980000734329224,-0.7246000170707703,-0.5260999798774719,0.26930001378059387,-0.8065999746322632,-0.20630000531673431,0.8633000254631042,-0.46050000190734863,-0.27239999175071716,0.8637999892234802,-0.4239000082015991,-0.39010000228881836,0.6970000267028809,-0.6015999913215637,-0.20630000531673431,0.8633000254631042,-0.46050000190734863,-0.39010000228881836,0.6970000267028809,-0.6015999913215637,-0.2953000068664551,0.695900022983551,-0.6546000242233276,-0.27239999175071716,0.8637999892234802,-0.4239000082015991,-0.32899999618530273,0.8636999726295471,-0.38179999589920044,-0.47049999237060547,0.6970999836921692,-0.5410000085830688,-0.27239999175071716,0.8637999892234802,-0.4239000082015991,-0.47049999237060547,0.6970999836921692,-0.5410000085830688,-0.39010000228881836,0.6970000267028809,-0.6015999913215637,-0.2953000068664551,0.695900022983551,-0.6546000242233276,-0.39010000228881836,0.6970000267028809,-0.6015999913215637,-0.47269999980926514,0.49880000948905945,-0.7264999747276306,-0.2953000068664551,0.695900022983551,-0.6546000242233276,-0.47269999980926514,0.49880000948905945,-0.7264999747276306,-0.35740000009536743,0.49720001220703125,-0.7906000018119812,-0.39010000228881836,0.6970000267028809,-0.6015999913215637,-0.47049999237060547,0.6970999836921692,-0.5410000085830688,-0.5698000192642212,0.4991999864578247,-0.6528000235557556,-0.39010000228881836,0.6970000267028809,-0.6015999913215637,-0.5698000192642212,0.4991999864578247,-0.6528000235557556,-0.47269999980926514,0.49880000948905945,-0.7264999747276306,-0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,-0.40059998631477356,-0.26840001344680786,-0.8759999871253967,-0.26980000734329224,-0.2669000029563904,-0.9251999855041504,-0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,-0.26980000734329224,-0.2669000029563904,-0.9251999855041504,-0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,-0.40059998631477356,-0.26840001344680786,-0.8759999871253967,-0.36329999566078186,-0.498199999332428,-0.7872999906539917,-0.24580000340938568,-0.49570000171661377,-0.8330000042915344,-0.40059998631477356,-0.26840001344680786,-0.8759999871253967,-0.24580000340938568,-0.49570000171661377,-0.8330000042915344,-0.26980000734329224,-0.2669000029563904,-0.9251999855041504,-0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,-0.26980000734329224,-0.2669000029563904,-0.9251999855041504,-0.1607999950647354,-0.26570001244544983,-0.9506000280380249,-0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,-0.1607999950647354,-0.26570001244544983,-0.9506000280380249,-0.16529999673366547,-0.000699999975040555,-0.9861999750137329,-0.26980000734329224,-0.2669000029563904,-0.9251999855041504,-0.24580000340938568,-0.49570000171661377,-0.8330000042915344,-0.14720000326633453,-0.49380001425743103,-0.8569999933242798,-0.26980000734329224,-0.2669000029563904,-0.9251999855041504,-0.14720000326633453,-0.49380001425743103,-0.8569999933242798,-0.1607999950647354,-0.26570001244544983,-0.9506000280380249,-0.3034000098705292,-0.6967999935150146,-0.6499000191688538,-0.21660000085830688,-0.8636000156402588,-0.4553000032901764,-0.14900000393390656,-0.8619999885559082,-0.4846000075340271,-0.3034000098705292,-0.6967999935150146,-0.6499000191688538,-0.14900000393390656,-0.8619999885559082,-0.4846000075340271,-0.20679999887943268,-0.6944000124931335,-0.689300000667572,-0.20679999887943268,-0.6944000124931335,-0.689300000667572,-0.14900000393390656,-0.8619999885559082,-0.4846000075340271,-0.09059999883174896,-0.8607000112533569,-0.5009999871253967,-0.20679999887943268,-0.6944000124931335,-0.689300000667572,-0.09059999883174896,-0.8607000112533569,-0.5009999871253967,-0.12460000067949295,-0.6924999952316284,-0.7106000185012817,-0.36329999566078186,-0.498199999332428,-0.7872999906539917,-0.3034000098705292,-0.6967999935150146,-0.6499000191688538,-0.20679999887943268,-0.6944000124931335,-0.689300000667572,-0.36329999566078186,-0.498199999332428,-0.7872999906539917,-0.20679999887943268,-0.6944000124931335,-0.689300000667572,-0.24580000340938568,-0.49570000171661377,-0.8330000042915344,-0.24580000340938568,-0.49570000171661377,-0.8330000042915344,-0.20679999887943268,-0.6944000124931335,-0.689300000667572,-0.12460000067949295,-0.6924999952316284,-0.7106000185012817,-0.24580000340938568,-0.49570000171661377,-0.8330000042915344,-0.12460000067949295,-0.6924999952316284,-0.7106000185012817,-0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0,-0.8596000075340271,-0.5109999775886536,0,-0.691100001335144,-0.7226999998092651,-0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0,-0.8596000075340271,-0.5109999775886536,-0.056299999356269836,-0.6915000081062317,-0.7200999855995178,-0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0,-0.691100001335144,-0.7226999998092651,0,-0.4925000071525574,-0.8702999949455261,-0.06620000302791595,-0.492900013923645,-0.8676000237464905,0,-0.691100001335144,-0.7226999998092651,-0.06620000302791595,-0.492900013923645,-0.8676000237464905,-0.056299999356269836,-0.6915000081062317,-0.7200999855995178,-0.04129999876022339,-0.8600000143051147,-0.5087000131607056,-0.056299999356269836,-0.6915000081062317,-0.7200999855995178,-0.12460000067949295,-0.6924999952316284,-0.7106000185012817,-0.04129999876022339,-0.8600000143051147,-0.5087000131607056,-0.12460000067949295,-0.6924999952316284,-0.7106000185012817,-0.09059999883174896,-0.8607000112533569,-0.5009999871253967,-0.056299999356269836,-0.6915000081062317,-0.7200999855995178,-0.06620000302791595,-0.492900013923645,-0.8676000237464905,-0.14720000326633453,-0.49380001425743103,-0.8569999933242798,-0.056299999356269836,-0.6915000081062317,-0.7200999855995178,-0.14720000326633453,-0.49380001425743103,-0.8569999933242798,-0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0,-0.00039999998989515007,-1,-0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0,-0.00039999998989515007,-1,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0,-0.2646999955177307,-0.9642999768257141,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,-0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,-0.16529999673366547,-0.000699999975040555,-0.9861999750137329,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,-0.16529999673366547,-0.000699999975040555,-0.9861999750137329,-0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0,-0.4925000071525574,-0.8702999949455261,0,-0.2646999955177307,-0.9642999768257141,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0,-0.4925000071525574,-0.8702999949455261,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,-0.06620000302791595,-0.492900013923645,-0.8676000237464905,-0.06620000302791595,-0.492900013923645,-0.8676000237464905,-0.07199999690055847,-0.26499998569488525,-0.9616000056266785,-0.1607999950647354,-0.26570001244544983,-0.9506000280380249,-0.06620000302791595,-0.492900013923645,-0.8676000237464905,-0.1607999950647354,-0.26570001244544983,-0.9506000280380249,-0.14720000326633453,-0.49380001425743103,-0.8569999933242798,-0.21660000085830688,-0.8636000156402588,-0.4553000032901764,-0.11180000007152557,-0.9678000211715698,-0.22540000081062317,-0.07810000330209732,-0.9672999978065491,-0.24140000343322754,-0.21660000085830688,-0.8636000156402588,-0.4553000032901764,-0.07810000330209732,-0.9672999978065491,-0.24140000343322754,-0.14900000393390656,-0.8619999885559082,-0.4846000075340271,-0.11180000007152557,-0.9678000211715698,-0.22540000081062317,-0.00430000014603138,-1,0.006399999838322401,-0.0044999998062849045,-1,0.0044999998062849045,-0.11180000007152557,-0.9678000211715698,-0.22540000081062317,-0.0044999998062849045,-1,0.0044999998062849045,-0.07810000330209732,-0.9672999978065491,-0.24140000343322754,-0.14900000393390656,-0.8619999885559082,-0.4846000075340271,-0.07810000330209732,-0.9672999978065491,-0.24140000343322754,-0.04820000007748604,-0.9667999744415283,-0.2508000135421753,-0.14900000393390656,-0.8619999885559082,-0.4846000075340271,-0.04820000007748604,-0.9667999744415283,-0.2508000135421753,-0.09059999883174896,-0.8607000112533569,-0.5009999871253967,-0.07810000330209732,-0.9672999978065491,-0.24140000343322754,-0.0044999998062849045,-1,0.0044999998062849045,-0.003700000001117587,-1,0.00279999990016222,-0.07810000330209732,-0.9672999978065491,-0.24140000343322754,-0.003700000001117587,-1,0.00279999990016222,-0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.21480000019073486,-0.8557000160217285,0.4706999957561493,0.14710000157356262,-0.8557999730110168,0.4959999918937683,0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.14710000157356262,-0.8557999730110168,0.4959999918937683,0.07100000232458115,-0.9653000235557556,0.25130000710487366,0.07100000232458115,-0.9653000235557556,0.25130000710487366,0.14710000157356262,-0.8557999730110168,0.4959999918937683,0.08910000324249268,-0.8555999994277954,0.5098999738693237,0.07100000232458115,-0.9653000235557556,0.25130000710487366,0.08910000324249268,-0.8555999994277954,0.5098999738693237,0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.00430000014603138,-1,0.006399999838322401,0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.07100000232458115,-0.9653000235557556,0.25130000710487366,-0.00430000014603138,-1,0.006399999838322401,0.07100000232458115,-0.9653000235557556,0.25130000710487366,-0.0044999998062849045,-1,0.0044999998062849045,-0.0044999998062849045,-1,0.0044999998062849045,0.07100000232458115,-0.9653000235557556,0.25130000710487366,0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.0044999998062849045,-1,0.0044999998062849045,0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.003700000001117587,-1,0.00279999990016222,0,-0.8555999994277954,0.5175999999046326,0,-0.965499997138977,0.26019999384880066,0.01899999938905239,-0.965399980545044,0.2599000036716461,0,-0.8555999994277954,0.5175999999046326,0.01899999938905239,-0.965399980545044,0.2599000036716461,0.04050000011920929,-0.8554999828338623,0.5160999894142151,0,-0.965499997138977,0.26019999384880066,0,-1,0.000699999975040555,-0.002099999925121665,-1,0.001500000013038516,0,-0.965499997138977,0.26019999384880066,-0.002099999925121665,-1,0.001500000013038516,0.01899999938905239,-0.965399980545044,0.2599000036716461,0.04050000011920929,-0.8554999828338623,0.5160999894142151,0.01899999938905239,-0.965399980545044,0.2599000036716461,0.042500000447034836,-0.9653000235557556,0.2574999928474426,0.04050000011920929,-0.8554999828338623,0.5160999894142151,0.042500000447034836,-0.9653000235557556,0.2574999928474426,0.08910000324249268,-0.8555999994277954,0.5098999738693237,0.01899999938905239,-0.965399980545044,0.2599000036716461,-0.002099999925121665,-1,0.001500000013038516,-0.003700000001117587,-1,0.00279999990016222,0.01899999938905239,-0.965399980545044,0.2599000036716461,-0.003700000001117587,-1,0.00279999990016222,0.042500000447034836,-0.9653000235557556,0.2574999928474426,0,-0.9664000272750854,-0.2572000026702881,0,-0.8596000075340271,-0.5109999775886536,-0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0,-0.9664000272750854,-0.2572000026702881,-0.04129999876022339,-0.8600000143051147,-0.5087000131607056,-0.022299999371170998,-0.9664999842643738,-0.2554999887943268,-0.022299999371170998,-0.9664999842643738,-0.2554999887943268,-0.04129999876022339,-0.8600000143051147,-0.5087000131607056,-0.09059999883174896,-0.8607000112533569,-0.5009999871253967,-0.022299999371170998,-0.9664999842643738,-0.2554999887943268,-0.09059999883174896,-0.8607000112533569,-0.5009999871253967,-0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0,-1,0.000699999975040555,0,-0.9664000272750854,-0.2572000026702881,-0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0,-1,0.000699999975040555,-0.022299999371170998,-0.9664999842643738,-0.2554999887943268,-0.002099999925121665,-1,0.001500000013038516,-0.002099999925121665,-1,0.001500000013038516,-0.022299999371170998,-0.9664999842643738,-0.2554999887943268,-0.04820000007748604,-0.9667999744415283,-0.2508000135421753,-0.002099999925121665,-1,0.001500000013038516,-0.04820000007748604,-0.9667999744415283,-0.2508000135421753,-0.003700000001117587,-1,0.00279999990016222,0.21480000019073486,-0.8557000160217285,0.4706999957561493,0.30550000071525574,-0.6841999888420105,0.6622999906539917,0.2101999968290329,-0.6844000220298767,0.698199987411499,0.21480000019073486,-0.8557000160217285,0.4706999957561493,0.2101999968290329,-0.6844000220298767,0.698199987411499,0.14710000157356262,-0.8557999730110168,0.4959999918937683,0.3677000105381012,-0.48399999737739563,0.7940999865531921,0.25360000133514404,-0.484499990940094,0.8371999859809875,0.2101999968290329,-0.6844000220298767,0.698199987411499,0.3677000105381012,-0.48399999737739563,0.7940999865531921,0.2101999968290329,-0.6844000220298767,0.698199987411499,0.30550000071525574,-0.6841999888420105,0.6622999906539917,0.14710000157356262,-0.8557999730110168,0.4959999918937683,0.2101999968290329,-0.6844000220298767,0.698199987411499,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0.14710000157356262,-0.8557999730110168,0.4959999918937683,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0.08910000324249268,-0.8555999994277954,0.5098999738693237,0.25360000133514404,-0.484499990940094,0.8371999859809875,0.15469999611377716,-0.48410001397132874,0.8611999750137329,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0.25360000133514404,-0.484499990940094,0.8371999859809875,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0.2101999968290329,-0.6844000220298767,0.698199987411499,0.42149999737739563,0,0.9067999720573425,0.29170000553131104,0,0.9564999938011169,0.2809999883174896,-0.25870001316070557,0.9241999983787537,0.42149999737739563,0,0.9067999720573425,0.2809999883174896,-0.25870001316070557,0.9241999983787537,0.4065000116825104,-0.2581000030040741,0.8763999938964844,0.29170000553131104,0,0.9564999938011169,0.17829999327659607,0,0.984000027179718,0.17159999907016754,-0.25839999318122864,0.9506999850273132,0.29170000553131104,0,0.9564999938011169,0.17159999907016754,-0.25839999318122864,0.9506999850273132,0.2809999883174896,-0.25870001316070557,0.9241999983787537,0.4065000116825104,-0.2581000030040741,0.8763999938964844,0.2809999883174896,-0.25870001316070557,0.9241999983787537,0.25360000133514404,-0.484499990940094,0.8371999859809875,0.4065000116825104,-0.2581000030040741,0.8763999938964844,0.25360000133514404,-0.484499990940094,0.8371999859809875,0.3677000105381012,-0.48399999737739563,0.7940999865531921,0.2809999883174896,-0.25870001316070557,0.9241999983787537,0.17159999907016754,-0.25839999318122864,0.9506999850273132,0.15469999611377716,-0.48410001397132874,0.8611999750137329,0.2809999883174896,-0.25870001316070557,0.9241999983787537,0.15469999611377716,-0.48410001397132874,0.8611999750137329,0.25360000133514404,-0.484499990940094,0.8371999859809875,0,-0.25769999623298645,0.9661999940872192,0.07859999686479568,-0.257999986410141,0.9628999829292297,0.08169999718666077,0.00009999999747378752,0.9966999888420105,0,-0.25769999623298645,0.9661999940872192,0.08169999718666077,0.00009999999747378752,0.9966999888420105,0,0.00009999999747378752,1,0,-0.48330000042915344,0.8755000233650208,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0.07859999686479568,-0.257999986410141,0.9628999829292297,0,-0.48330000042915344,0.8755000233650208,0.07859999686479568,-0.257999986410141,0.9628999829292297,0,-0.25769999623298645,0.9661999940872192,0.07859999686479568,-0.257999986410141,0.9628999829292297,0.17159999907016754,-0.25839999318122864,0.9506999850273132,0.17829999327659607,0,0.984000027179718,0.07859999686479568,-0.257999986410141,0.9628999829292297,0.17829999327659607,0,0.984000027179718,0.08169999718666077,0.00009999999747378752,0.9966999888420105,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0.15469999611377716,-0.48410001397132874,0.8611999750137329,0.17159999907016754,-0.25839999318122864,0.9506999850273132,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0.17159999907016754,-0.25839999318122864,0.9506999850273132,0.07859999686479568,-0.257999986410141,0.9628999829292297,0,-0.6833999752998352,0.7300000190734863,0,-0.8555999994277954,0.5175999999046326,0.04050000011920929,-0.8554999828338623,0.5160999894142151,0,-0.6833999752998352,0.7300000190734863,0.04050000011920929,-0.8554999828338623,0.5160999894142151,0.05849999934434891,-0.6836000084877014,0.7275999784469604,0.05849999934434891,-0.6836000084877014,0.7275999784469604,0.04050000011920929,-0.8554999828338623,0.5160999894142151,0.08910000324249268,-0.8555999994277954,0.5098999738693237,0.05849999934434891,-0.6836000084877014,0.7275999784469604,0.08910000324249268,-0.8555999994277954,0.5098999738693237,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0,-0.6833999752998352,0.7300000190734863,0.05849999934434891,-0.6836000084877014,0.7275999784469604,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0,-0.6833999752998352,0.7300000190734863,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0,-0.48330000042915344,0.8755000233650208,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0.05849999934434891,-0.6836000084877014,0.7275999784469604,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0.07079999893903732,-0.48350000381469727,0.8725000023841858,0.12800000607967377,-0.6840000152587891,0.7182000279426575,0.15469999611377716,-0.48410001397132874,0.8611999750137329,0.4088999927043915,0.2581000030040741,0.8752999901771545,0.2831999957561493,0.25870001316070557,0.9235000014305115,0.29170000553131104,0,0.9564999938011169,0.4088999927043915,0.2581000030040741,0.8752999901771545,0.29170000553131104,0,0.9564999938011169,0.42149999737739563,0,0.9067999720573425,0.37229999899864197,0.4837999939918518,0.7919999957084656,0.2578999996185303,0.484499990940094,0.8359000086784363,0.2831999957561493,0.25870001316070557,0.9235000014305115,0.37229999899864197,0.4837999939918518,0.7919999957084656,0.2831999957561493,0.25870001316070557,0.9235000014305115,0.4088999927043915,0.2581000030040741,0.8752999901771545,0.2831999957561493,0.25870001316070557,0.9235000014305115,0.17329999804496765,0.25859999656677246,0.9502999782562256,0.17829999327659607,0,0.984000027179718,0.2831999957561493,0.25870001316070557,0.9235000014305115,0.17829999327659607,0,0.984000027179718,0.29170000553131104,0,0.9564999938011169,0.2578999996185303,0.484499990940094,0.8359000086784363,0.15800000727176666,0.48420000076293945,0.8605999946594238,0.17329999804496765,0.25859999656677246,0.9502999782562256,0.2578999996185303,0.484499990940094,0.8359000086784363,0.17329999804496765,0.25859999656677246,0.9502999782562256,0.2831999957561493,0.25870001316070557,0.9235000014305115,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.15539999306201935,0.8553000092506409,0.4941999912261963,0.21649999916553497,0.6841999888420105,0.6965000033378601,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.21649999916553497,0.6841999888420105,0.6965000033378601,0.3125,0.6837000250816345,0.659500002861023,0.15539999306201935,0.8553000092506409,0.4941999912261963,0.09549999982118607,0.8553000092506409,0.5092999935150146,0.13279999792575836,0.683899998664856,0.7174000144004822,0.15539999306201935,0.8553000092506409,0.4941999912261963,0.13279999792575836,0.683899998664856,0.7174000144004822,0.21649999916553497,0.6841999888420105,0.6965000033378601,0.3125,0.6837000250816345,0.659500002861023,0.21649999916553497,0.6841999888420105,0.6965000033378601,0.2578999996185303,0.484499990940094,0.8359000086784363,0.3125,0.6837000250816345,0.659500002861023,0.2578999996185303,0.484499990940094,0.8359000086784363,0.37229999899864197,0.4837999939918518,0.7919999957084656,0.21649999916553497,0.6841999888420105,0.6965000033378601,0.13279999792575836,0.683899998664856,0.7174000144004822,0.15800000727176666,0.48420000076293945,0.8605999946594238,0.21649999916553497,0.6841999888420105,0.6965000033378601,0.15800000727176666,0.48420000076293945,0.8605999946594238,0.2578999996185303,0.484499990940094,0.8359000086784363,0,0.6833000183105469,0.7301999926567078,0.06120000034570694,0.6833999752998352,0.7275000214576721,0.04410000145435333,0.8550999760627747,0.5164999961853027,0,0.6833000183105469,0.7301999926567078,0.04410000145435333,0.8550999760627747,0.5164999961853027,0,0.8551999926567078,0.5182999968528748,0,0.48330000042915344,0.8754000067710876,0.07259999960660934,0.483599990606308,0.8723000288009644,0.06120000034570694,0.6833999752998352,0.7275000214576721,0,0.48330000042915344,0.8754000067710876,0.06120000034570694,0.6833999752998352,0.7275000214576721,0,0.6833000183105469,0.7301999926567078,0.06120000034570694,0.6833999752998352,0.7275000214576721,0.13279999792575836,0.683899998664856,0.7174000144004822,0.09549999982118607,0.8553000092506409,0.5092999935150146,0.06120000034570694,0.6833999752998352,0.7275000214576721,0.09549999982118607,0.8553000092506409,0.5092999935150146,0.04410000145435333,0.8550999760627747,0.5164999961853027,0.07259999960660934,0.483599990606308,0.8723000288009644,0.15800000727176666,0.48420000076293945,0.8605999946594238,0.13279999792575836,0.683899998664856,0.7174000144004822,0.07259999960660934,0.483599990606308,0.8723000288009644,0.13279999792575836,0.683899998664856,0.7174000144004822,0.06120000034570694,0.6833999752998352,0.7275000214576721,0,0.00009999999747378752,1,0.08169999718666077,0.00009999999747378752,0.9966999888420105,0.0794999971985817,0.2581000030040741,0.9628000259399414,0,0.00009999999747378752,1,0.0794999971985817,0.2581000030040741,0.9628000259399414,0,0.2578999996185303,0.9661999940872192,0.08169999718666077,0.00009999999747378752,0.9966999888420105,0.17829999327659607,0,0.984000027179718,0.17329999804496765,0.25859999656677246,0.9502999782562256,0.08169999718666077,0.00009999999747378752,0.9966999888420105,0.17329999804496765,0.25859999656677246,0.9502999782562256,0.0794999971985817,0.2581000030040741,0.9628000259399414,0,0.2578999996185303,0.9661999940872192,0.0794999971985817,0.2581000030040741,0.9628000259399414,0.07259999960660934,0.483599990606308,0.8723000288009644,0,0.2578999996185303,0.9661999940872192,0.07259999960660934,0.483599990606308,0.8723000288009644,0,0.48330000042915344,0.8754000067710876,0.0794999971985817,0.2581000030040741,0.9628000259399414,0.17329999804496765,0.25859999656677246,0.9502999782562256,0.15800000727176666,0.48420000076293945,0.8605999946594238,0.0794999971985817,0.2581000030040741,0.9628000259399414,0.15800000727176666,0.48420000076293945,0.8605999946594238,0.07259999960660934,0.483599990606308,0.8723000288009644,0.11659999936819077,0.9648000001907349,0.23589999973773956,0.08100000023841858,0.964900016784668,0.24969999492168427,0.15539999306201935,0.8553000092506409,0.4941999912261963,0.11659999936819077,0.9648000001907349,0.23589999973773956,0.15539999306201935,0.8553000092506409,0.4941999912261963,0.22429999709129333,0.8550000190734863,0.4675999879837036,0.00800000037997961,1,0.0024999999441206455,0.006099999882280827,1,0.0027000000700354576,0.08100000023841858,0.964900016784668,0.24969999492168427,0.00800000037997961,1,0.0024999999441206455,0.08100000023841858,0.964900016784668,0.24969999492168427,0.11659999936819077,0.9648000001907349,0.23589999973773956,0.08100000023841858,0.964900016784668,0.24969999492168427,0.04989999905228615,0.9649999737739563,0.2574000060558319,0.09549999982118607,0.8553000092506409,0.5092999935150146,0.08100000023841858,0.964900016784668,0.24969999492168427,0.09549999982118607,0.8553000092506409,0.5092999935150146,0.15539999306201935,0.8553000092506409,0.4941999912261963,0.006099999882280827,1,0.0027000000700354576,0.00419999985024333,1,0.0026000000070780516,0.04989999905228615,0.9649999737739563,0.2574000060558319,0.006099999882280827,1,0.0027000000700354576,0.04989999905228615,0.9649999737739563,0.2574000060558319,0.08100000023841858,0.964900016784668,0.24969999492168427,-0.20630000531673431,0.8633000254631042,-0.46050000190734863,-0.14020000398159027,0.8615999817848206,-0.4878999888896942,-0.06790000200271606,0.9674000144004822,-0.24390000104904175,-0.20630000531673431,0.8633000254631042,-0.46050000190734863,-0.06790000200271606,0.9674000144004822,-0.24390000104904175,-0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.14020000398159027,0.8615999817848206,-0.4878999888896942,-0.08429999649524689,0.8603000044822693,-0.5027999877929688,-0.040699999779462814,0.9670000076293945,-0.2515999972820282,-0.14020000398159027,0.8615999817848206,-0.4878999888896942,-0.040699999779462814,0.9670000076293945,-0.2515999972820282,-0.06790000200271606,0.9674000144004822,-0.24390000104904175,-0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.06790000200271606,0.9674000144004822,-0.24390000104904175,0.006099999882280827,1,0.0027000000700354576,-0.09989999979734421,0.9679999947547913,-0.23010000586509705,0.006099999882280827,1,0.0027000000700354576,0.00800000037997961,1,0.0024999999441206455,-0.06790000200271606,0.9674000144004822,-0.24390000104904175,-0.040699999779462814,0.9670000076293945,-0.2515999972820282,0.00419999985024333,1,0.0026000000070780516,-0.06790000200271606,0.9674000144004822,-0.24390000104904175,0.00419999985024333,1,0.0026000000070780516,0.006099999882280827,1,0.0027000000700354576,0,0.9664999842643738,-0.2565999925136566,-0.018300000578165054,0.96670001745224,-0.25529998540878296,-0.03799999877810478,0.8596000075340271,-0.5095000267028809,0,0.9664999842643738,-0.2565999925136566,-0.03799999877810478,0.8596000075340271,-0.5095000267028809,0,0.8593000173568726,-0.5115000009536743,0,1,0.002099999925121665,0.002199999988079071,1,0.0024999999441206455,-0.018300000578165054,0.96670001745224,-0.25529998540878296,0,1,0.002099999925121665,-0.018300000578165054,0.96670001745224,-0.25529998540878296,0,0.9664999842643738,-0.2565999925136566,-0.018300000578165054,0.96670001745224,-0.25529998540878296,-0.040699999779462814,0.9670000076293945,-0.2515999972820282,-0.08429999649524689,0.8603000044822693,-0.5027999877929688,-0.018300000578165054,0.96670001745224,-0.25529998540878296,-0.08429999649524689,0.8603000044822693,-0.5027999877929688,-0.03799999877810478,0.8596000075340271,-0.5095000267028809,0.002199999988079071,1,0.0024999999441206455,0.00419999985024333,1,0.0026000000070780516,-0.040699999779462814,0.9670000076293945,-0.2515999972820282,0.002199999988079071,1,0.0024999999441206455,-0.040699999779462814,0.9670000076293945,-0.2515999972820282,-0.018300000578165054,0.96670001745224,-0.25529998540878296,0,0.8551999926567078,0.5182999968528748,0.04410000145435333,0.8550999760627747,0.5164999961853027,0.02319999970495701,0.9650999903678894,0.26089999079704285,0,0.8551999926567078,0.5182999968528748,0.02319999970495701,0.9650999903678894,0.26089999079704285,0,0.9652000069618225,0.26159998774528503,0.04410000145435333,0.8550999760627747,0.5164999961853027,0.09549999982118607,0.8553000092506409,0.5092999935150146,0.04989999905228615,0.9649999737739563,0.2574000060558319,0.04410000145435333,0.8550999760627747,0.5164999961853027,0.04989999905228615,0.9649999737739563,0.2574000060558319,0.02319999970495701,0.9650999903678894,0.26089999079704285,0,0.9652000069618225,0.26159998774528503,0.02319999970495701,0.9650999903678894,0.26089999079704285,0.002199999988079071,1,0.0024999999441206455,0,0.9652000069618225,0.26159998774528503,0.002199999988079071,1,0.0024999999441206455,0,1,0.002099999925121665,0.02319999970495701,0.9650999903678894,0.26089999079704285,0.04989999905228615,0.9649999737739563,0.2574000060558319,0.00419999985024333,1,0.0026000000070780516,0.02319999970495701,0.9650999903678894,0.26089999079704285,0.00419999985024333,1,0.0026000000070780516,0.002199999988079071,1,0.0024999999441206455,-0.2953000068664551,0.695900022983551,-0.6546000242233276,-0.20000000298023224,0.6930999755859375,-0.6926000118255615,-0.14020000398159027,0.8615999817848206,-0.4878999888896942,-0.2953000068664551,0.695900022983551,-0.6546000242233276,-0.14020000398159027,0.8615999817848206,-0.4878999888896942,-0.20630000531673431,0.8633000254631042,-0.46050000190734863,-0.35740000009536743,0.49720001220703125,-0.7906000018119812,-0.2409999966621399,0.49410000443458557,-0.8353000283241272,-0.20000000298023224,0.6930999755859375,-0.6926000118255615,-0.35740000009536743,0.49720001220703125,-0.7906000018119812,-0.20000000298023224,0.6930999755859375,-0.6926000118255615,-0.2953000068664551,0.695900022983551,-0.6546000242233276,-0.20000000298023224,0.6930999755859375,-0.6926000118255615,-0.11980000138282776,0.6912000179290771,-0.7127000093460083,-0.08429999649524689,0.8603000044822693,-0.5027999877929688,-0.20000000298023224,0.6930999755859375,-0.6926000118255615,-0.08429999649524689,0.8603000044822693,-0.5027999877929688,-0.14020000398159027,0.8615999817848206,-0.4878999888896942,-0.2409999966621399,0.49410000443458557,-0.8353000283241272,-0.14390000700950623,0.49219998717308044,-0.8585000038146973,-0.11980000138282776,0.6912000179290771,-0.7127000093460083,-0.2409999966621399,0.49410000443458557,-0.8353000283241272,-0.11980000138282776,0.6912000179290771,-0.7127000093460083,-0.20000000298023224,0.6930999755859375,-0.6926000118255615,-0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,-0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,-0.2671999931335449,0.265500009059906,-0.9262999892234802,-0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,-0.2671999931335449,0.265500009059906,-0.9262999892234802,-0.39739999175071716,0.2678999900817871,-0.8776999711990356,-0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,-0.16529999673366547,-0.000699999975040555,-0.9861999750137329,-0.1589999943971634,0.26420000195503235,-0.9513000249862671,-0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,-0.1589999943971634,0.26420000195503235,-0.9513000249862671,-0.2671999931335449,0.265500009059906,-0.9262999892234802,-0.39739999175071716,0.2678999900817871,-0.8776999711990356,-0.2671999931335449,0.265500009059906,-0.9262999892234802,-0.2409999966621399,0.49410000443458557,-0.8353000283241272,-0.39739999175071716,0.2678999900817871,-0.8776999711990356,-0.2409999966621399,0.49410000443458557,-0.8353000283241272,-0.35740000009536743,0.49720001220703125,-0.7906000018119812,-0.2671999931335449,0.265500009059906,-0.9262999892234802,-0.1589999943971634,0.26420000195503235,-0.9513000249862671,-0.14390000700950623,0.49219998717308044,-0.8585000038146973,-0.2671999931335449,0.265500009059906,-0.9262999892234802,-0.14390000700950623,0.49219998717308044,-0.8585000038146973,-0.2409999966621399,0.49410000443458557,-0.8353000283241272,0,0.263700008392334,-0.9646000266075134,-0.07119999825954437,0.263700008392334,-0.9620000123977661,-0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0,0.263700008392334,-0.9646000266075134,-0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0,-0.00039999998989515007,-1,0,0.491100013256073,-0.8711000084877014,-0.06459999829530716,0.49140000343322754,-0.8684999942779541,-0.07119999825954437,0.263700008392334,-0.9620000123977661,0,0.491100013256073,-0.8711000084877014,-0.07119999825954437,0.263700008392334,-0.9620000123977661,0,0.263700008392334,-0.9646000266075134,-0.07119999825954437,0.263700008392334,-0.9620000123977661,-0.1589999943971634,0.26420000195503235,-0.9513000249862671,-0.16529999673366547,-0.000699999975040555,-0.9861999750137329,-0.07119999825954437,0.263700008392334,-0.9620000123977661,-0.16529999673366547,-0.000699999975040555,-0.9861999750137329,-0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,-0.06459999829530716,0.49140000343322754,-0.8684999942779541,-0.14390000700950623,0.49219998717308044,-0.8585000038146973,-0.1589999943971634,0.26420000195503235,-0.9513000249862671,-0.06459999829530716,0.49140000343322754,-0.8684999942779541,-0.1589999943971634,0.26420000195503235,-0.9513000249862671,-0.07119999825954437,0.263700008392334,-0.9620000123977661,0,0.8593000173568726,-0.5115000009536743,-0.03799999877810478,0.8596000075340271,-0.5095000267028809,-0.05400000140070915,0.6902999877929688,-0.7214999794960022,0,0.8593000173568726,-0.5115000009536743,-0.05400000140070915,0.6902999877929688,-0.7214999794960022,0,0.6899999976158142,-0.723800003528595,-0.03799999877810478,0.8596000075340271,-0.5095000267028809,-0.08429999649524689,0.8603000044822693,-0.5027999877929688,-0.11980000138282776,0.6912000179290771,-0.7127000093460083,-0.03799999877810478,0.8596000075340271,-0.5095000267028809,-0.11980000138282776,0.6912000179290771,-0.7127000093460083,-0.05400000140070915,0.6902999877929688,-0.7214999794960022,0,0.6899999976158142,-0.723800003528595,-0.05400000140070915,0.6902999877929688,-0.7214999794960022,-0.06459999829530716,0.49140000343322754,-0.8684999942779541,0,0.6899999976158142,-0.723800003528595,-0.06459999829530716,0.49140000343322754,-0.8684999942779541,0,0.491100013256073,-0.8711000084877014,-0.05400000140070915,0.6902999877929688,-0.7214999794960022,-0.11980000138282776,0.6912000179290771,-0.7127000093460083,-0.14390000700950623,0.49219998717308044,-0.8585000038146973,-0.05400000140070915,0.6902999877929688,-0.7214999794960022,-0.14390000700950623,0.49219998717308044,-0.8585000038146973,-0.06459999829530716,0.49140000343322754,-0.8684999942779541,0.9998999834060669,0.0008999999845400453,0.013799999840557575,0.9609000086784363,-0.27649998664855957,0.014299999922513962,0.9606999754905701,-0.27720001339912415,0.014999999664723873,0.9998999834060669,0.0008999999845400453,0.013799999840557575,0.9606999754905701,-0.27720001339912415,0.014999999664723873,0.9998999834060669,0.00139999995008111,0.014600000344216824,0.9998999834060669,0.0008999999845400453,0.011900000274181366,0.9609000086784363,-0.27649998664855957,0.012500000186264515,0.9609000086784363,-0.27649998664855957,0.014299999922513962,0.9998999834060669,0.0008999999845400453,0.011900000274181366,0.9609000086784363,-0.27649998664855957,0.014299999922513962,0.9998999834060669,0.0008999999845400453,0.013799999840557575,0.9606999754905701,-0.27720001339912415,0.014999999664723873,0.9609000086784363,-0.27649998664855957,0.014299999922513962,0.8597000241279602,-0.510699987411499,0.013799999840557575,0.9606999754905701,-0.27720001339912415,0.014999999664723873,0.8597000241279602,-0.510699987411499,0.013799999840557575,0.8589000105857849,-0.511900007724762,0.014399999752640724,0.9609000086784363,-0.27649998664855957,0.014299999922513962,0.9609000086784363,-0.27649998664855957,0.012500000186264515,0.8597000241279602,-0.510699987411499,0.012199999764561653,0.9609000086784363,-0.27649998664855957,0.014299999922513962,0.8597000241279602,-0.510699987411499,0.012199999764561653,0.8597000241279602,-0.510699987411499,0.013799999840557575,1,0.0007999999797903001,0.007799999788403511,0.9610000252723694,-0.27649998664855957,0.008700000122189522,0.9610000252723694,-0.27649998664855957,0.010499999858438969,1,0.0007999999797903001,0.007799999788403511,0.9610000252723694,-0.27649998664855957,0.010499999858438969,1,0.0008999999845400453,0.009700000286102295,0.9610000252723694,-0.27649998664855957,0.010499999858438969,0.9610000252723694,-0.27649998664855957,0.008700000122189522,0.8597999811172485,-0.5105999708175659,0.008799999952316284,0.9610000252723694,-0.27649998664855957,0.010499999858438969,0.8597999811172485,-0.5105999708175659,0.008799999952316284,0.8597000241279602,-0.5105999708175659,0.010400000028312206,1,0.0008999999845400453,0.009700000286102295,0.9610000252723694,-0.27649998664855957,0.010499999858438969,0.9609000086784363,-0.27649998664855957,0.012500000186264515,1,0.0008999999845400453,0.009700000286102295,0.9609000086784363,-0.27649998664855957,0.012500000186264515,0.9998999834060669,0.0008999999845400453,0.011900000274181366,0.9609000086784363,-0.27649998664855957,0.012500000186264515,0.9610000252723694,-0.27649998664855957,0.010499999858438969,0.8597000241279602,-0.5105999708175659,0.010400000028312206,0.9609000086784363,-0.27649998664855957,0.012500000186264515,0.8597000241279602,-0.5105999708175659,0.010400000028312206,0.8597000241279602,-0.510699987411499,0.012199999764561653,0.49470001459121704,-0.8690000176429749,0.007499999832361937,0.49470001459121704,-0.8690000176429749,0.008299999870359898,0.7062000036239624,-0.7078999876976013,0.009700000286102295,0.49470001459121704,-0.8690000176429749,0.007499999832361937,0.7062000036239624,-0.7078999876976013,0.009700000286102295,0.7063000202178955,-0.7078999876976013,0.008500000461935997,0.49470001459121704,-0.8690000176429749,0.008299999870359898,0.49459999799728394,-0.8690999746322632,0.00930000003427267,0.7062000036239624,-0.7078999876976013,0.01119999960064888,0.49470001459121704,-0.8690000176429749,0.008299999870359898,0.7062000036239624,-0.7078999876976013,0.01119999960064888,0.7062000036239624,-0.7078999876976013,0.009700000286102295,0.7063000202178955,-0.7078999876976013,0.008500000461935997,0.7062000036239624,-0.7078999876976013,0.009700000286102295,0.8597000241279602,-0.5105999708175659,0.010400000028312206,0.7063000202178955,-0.7078999876976013,0.008500000461935997,0.8597000241279602,-0.5105999708175659,0.010400000028312206,0.8597999811172485,-0.5105999708175659,0.008799999952316284,0.7062000036239624,-0.7078999876976013,0.009700000286102295,0.7062000036239624,-0.7078999876976013,0.01119999960064888,0.8597000241279602,-0.510699987411499,0.012199999764561653,0.7062000036239624,-0.7078999876976013,0.009700000286102295,0.8597000241279602,-0.510699987411499,0.012199999764561653,0.8597000241279602,-0.5105999708175659,0.010400000028312206,0.49459999799728394,-0.8690999746322632,0.010099999606609344,0.49239999055862427,-0.8702999949455261,0.010400000028312206,0.7046999931335449,-0.7093999981880188,0.012900000438094139,0.49459999799728394,-0.8690999746322632,0.010099999606609344,0.7046999931335449,-0.7093999981880188,0.012900000438094139,0.7062000036239624,-0.7078999876976013,0.012400000356137753,0.7062000036239624,-0.7078999876976013,0.012400000356137753,0.7046999931335449,-0.7093999981880188,0.012900000438094139,0.8589000105857849,-0.511900007724762,0.014399999752640724,0.7062000036239624,-0.7078999876976013,0.012400000356137753,0.8589000105857849,-0.511900007724762,0.014399999752640724,0.8597000241279602,-0.510699987411499,0.013799999840557575,0.49459999799728394,-0.8690999746322632,0.00930000003427267,0.49459999799728394,-0.8690999746322632,0.010099999606609344,0.7062000036239624,-0.7078999876976013,0.012400000356137753,0.49459999799728394,-0.8690999746322632,0.00930000003427267,0.7062000036239624,-0.7078999876976013,0.012400000356137753,0.7062000036239624,-0.7078999876976013,0.01119999960064888,0.7062000036239624,-0.7078999876976013,0.01119999960064888,0.7062000036239624,-0.7078999876976013,0.012400000356137753,0.8597000241279602,-0.510699987411499,0.013799999840557575,0.7062000036239624,-0.7078999876976013,0.01119999960064888,0.8597000241279602,-0.510699987411499,0.013799999840557575,0.8597000241279602,-0.510699987411499,0.012199999764561653,0.49239999055862427,-0.8702999949455261,0.010400000028312206,0.49459999799728394,-0.8690999746322632,0.010099999606609344,0.2484000027179718,-0.9685999751091003,0.0071000000461936,0.49239999055862427,-0.8702999949455261,0.010400000028312206,0.2484000027179718,-0.9685999751091003,0.0071000000461936,0.24639999866485596,-0.9692000150680542,0.007199999876320362,0.49459999799728394,-0.8690999746322632,0.010099999606609344,0.49459999799728394,-0.8690999746322632,0.00930000003427267,0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.49459999799728394,-0.8690999746322632,0.010099999606609344,0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.2484000027179718,-0.9685999751091003,0.0071000000461936,0.24639999866485596,-0.9692000150680542,0.007199999876320362,0.2484000027179718,-0.9685999751091003,0.0071000000461936,0.002300000051036477,-1,0.003800000064074993,0.24639999866485596,-0.9692000150680542,0.007199999876320362,0.002300000051036477,-1,0.003800000064074993,0.0010000000474974513,-1,0.003700000001117587,0.2484000027179718,-0.9685999751091003,0.0071000000461936,0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.002300000051036477,-1,0.0038999998942017555,0.2484000027179718,-0.9685999751091003,0.0071000000461936,0.002300000051036477,-1,0.0038999998942017555,0.002300000051036477,-1,0.003800000064074993,0.49470001459121704,-0.8690000176429749,0.008299999870359898,0.49470001459121704,-0.8690000176429749,0.007499999832361937,0.2485000044107437,-0.9685999751091003,0.005900000222027302,0.49470001459121704,-0.8690000176429749,0.008299999870359898,0.2485000044107437,-0.9685999751091003,0.005900000222027302,0.2484000027179718,-0.9685999751091003,0.006300000008195639,0.2484000027179718,-0.9685999751091003,0.006300000008195639,0.2485000044107437,-0.9685999751091003,0.005900000222027302,0.002300000051036477,-1,0.00419999985024333,0.2484000027179718,-0.9685999751091003,0.006300000008195639,0.002300000051036477,-1,0.00419999985024333,0.002300000051036477,-1,0.004000000189989805,0.49459999799728394,-0.8690999746322632,0.00930000003427267,0.49470001459121704,-0.8690000176429749,0.008299999870359898,0.2484000027179718,-0.9685999751091003,0.006300000008195639,0.49459999799728394,-0.8690999746322632,0.00930000003427267,0.2484000027179718,-0.9685999751091003,0.006300000008195639,0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.2484000027179718,-0.9685999751091003,0.006300000008195639,0.002300000051036477,-1,0.004000000189989805,0.2484000027179718,-0.9685999751091003,0.0066999997943639755,0.002300000051036477,-1,0.004000000189989805,0.002300000051036477,-1,0.0038999998942017555,-0.499099999666214,-0.8665000200271606,-0.00139999995008111,-0.24639999866485596,-0.9692000150680542,0.001500000013038516,-0.24639999866485596,-0.9692000150680542,0.002099999925121665,-0.499099999666214,-0.8665000200271606,-0.00139999995008111,-0.24639999866485596,-0.9692000150680542,0.002099999925121665,-0.499099999666214,-0.8665000200271606,-0.0003000000142492354,-0.499099999666214,-0.8665000200271606,-0.0026000000070780516,-0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.24639999866485596,-0.9692000150680542,0.001500000013038516,-0.499099999666214,-0.8665000200271606,-0.0026000000070780516,-0.24639999866485596,-0.9692000150680542,0.001500000013038516,-0.499099999666214,-0.8665000200271606,-0.00139999995008111,-0.24639999866485596,-0.9692000150680542,0.002099999925121665,-0.24639999866485596,-0.9692000150680542,0.001500000013038516,0.002300000051036477,-1,0.004000000189989805,-0.24639999866485596,-0.9692000150680542,0.002099999925121665,0.002300000051036477,-1,0.004000000189989805,0.002300000051036477,-1,0.00419999985024333,-0.24639999866485596,-0.9692000150680542,0.001500000013038516,-0.24639999866485596,-0.9692000150680542,0.0007999999797903001,0.002300000051036477,-1,0.0038999998942017555,-0.24639999866485596,-0.9692000150680542,0.001500000013038516,0.002300000051036477,-1,0.0038999998942017555,0.002300000051036477,-1,0.004000000189989805,-0.4975000023841858,-0.8675000071525574,-0.004000000189989805,-0.24650000035762787,-0.9690999984741211,0,-0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.4975000023841858,-0.8675000071525574,-0.004000000189989805,-0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.499099999666214,-0.8665000200271606,-0.003599999938160181,-0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.24650000035762787,-0.9690999984741211,0,0.0010000000474974513,-1,0.003700000001117587,-0.24639999866485596,-0.9692000150680542,0.00019999999494757503,0.0010000000474974513,-1,0.003700000001117587,0.002300000051036477,-1,0.003800000064074993,-0.499099999666214,-0.8665000200271606,-0.003599999938160181,-0.24639999866485596,-0.9692000150680542,0.00019999999494757503,-0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.499099999666214,-0.8665000200271606,-0.003599999938160181,-0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.499099999666214,-0.8665000200271606,-0.0026000000070780516,-0.24639999866485596,-0.9692000150680542,0.0007999999797903001,-0.24639999866485596,-0.9692000150680542,0.00019999999494757503,0.002300000051036477,-1,0.003800000064074993,-0.24639999866485596,-0.9692000150680542,0.0007999999797903001,0.002300000051036477,-1,0.003800000064074993,0.002300000051036477,-1,0.0038999998942017555,-0.499099999666214,-0.8665000200271606,-0.003599999938160181,-0.7152000069618225,-0.6988999843597412,-0.007199999876320362,-0.7128999829292297,-0.701200008392334,-0.007799999788403511,-0.499099999666214,-0.8665000200271606,-0.003599999938160181,-0.7128999829292297,-0.701200008392334,-0.007799999788403511,-0.4975000023841858,-0.8675000071525574,-0.004000000189989805,-0.499099999666214,-0.8665000200271606,-0.0026000000070780516,-0.7152000069618225,-0.6988999843597412,-0.005799999926239252,-0.7152000069618225,-0.6988999843597412,-0.007199999876320362,-0.499099999666214,-0.8665000200271606,-0.0026000000070780516,-0.7152000069618225,-0.6988999843597412,-0.007199999876320362,-0.499099999666214,-0.8665000200271606,-0.003599999938160181,-0.7152000069618225,-0.6988999843597412,-0.007199999876320362,-0.8672999739646912,-0.4977000057697296,-0.010099999606609344,-0.8657000064849854,-0.5005000233650208,-0.01080000028014183,-0.7152000069618225,-0.6988999843597412,-0.007199999876320362,-0.8657000064849854,-0.5005000233650208,-0.01080000028014183,-0.7128999829292297,-0.701200008392334,-0.007799999788403511,-0.7152000069618225,-0.6988999843597412,-0.005799999926239252,-0.8672999739646912,-0.4977000057697296,-0.00839999970048666,-0.8672999739646912,-0.4977000057697296,-0.010099999606609344,-0.7152000069618225,-0.6988999843597412,-0.005799999926239252,-0.8672999739646912,-0.4977000057697296,-0.010099999606609344,-0.7152000069618225,-0.6988999843597412,-0.007199999876320362,-0.499099999666214,-0.8665000200271606,-0.0003000000142492354,-0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,-0.7150999903678894,-0.6990000009536743,-0.004100000020116568,-0.499099999666214,-0.8665000200271606,-0.0003000000142492354,-0.7150999903678894,-0.6990000009536743,-0.004100000020116568,-0.499099999666214,-0.8665000200271606,-0.00139999995008111,-0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,-0.8672000169754028,-0.49790000915527344,-0.004699999932199717,-0.8672999739646912,-0.49779999256134033,-0.006399999838322401,-0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,-0.8672999739646912,-0.49779999256134033,-0.006399999838322401,-0.7150999903678894,-0.6990000009536743,-0.004100000020116568,-0.499099999666214,-0.8665000200271606,-0.00139999995008111,-0.7150999903678894,-0.6990000009536743,-0.004100000020116568,-0.7152000069618225,-0.6988999843597412,-0.005799999926239252,-0.499099999666214,-0.8665000200271606,-0.00139999995008111,-0.7152000069618225,-0.6988999843597412,-0.005799999926239252,-0.499099999666214,-0.8665000200271606,-0.0026000000070780516,-0.7150999903678894,-0.6990000009536743,-0.004100000020116568,-0.8672999739646912,-0.49779999256134033,-0.006399999838322401,-0.8672999739646912,-0.4977000057697296,-0.00839999970048666,-0.7150999903678894,-0.6990000009536743,-0.004100000020116568,-0.8672999739646912,-0.4977000057697296,-0.00839999970048666,-0.7152000069618225,-0.6988999843597412,-0.005799999926239252,-1,0,-0.009700000286102295,-0.9638000130653381,-0.26649999618530273,-0.008299999870359898,-0.9638000130653381,-0.26660001277923584,-0.006399999838322401,-1,0,-0.009700000286102295,-0.9638000130653381,-0.26660001277923584,-0.006399999838322401,-1,0.00009999999747378752,-0.007799999788403511,-0.9998999834060669,0,-0.011900000274181366,-0.9638000130653381,-0.266400009393692,-0.010400000028312206,-0.9638000130653381,-0.26649999618530273,-0.008299999870359898,-0.9998999834060669,0,-0.011900000274181366,-0.9638000130653381,-0.26649999618530273,-0.008299999870359898,-1,0,-0.009700000286102295,-0.9638000130653381,-0.26649999618530273,-0.008299999870359898,-0.8672999739646912,-0.49779999256134033,-0.006399999838322401,-0.8672000169754028,-0.49790000915527344,-0.004699999932199717,-0.9638000130653381,-0.26649999618530273,-0.008299999870359898,-0.8672000169754028,-0.49790000915527344,-0.004699999932199717,-0.9638000130653381,-0.26660001277923584,-0.006399999838322401,-0.9638000130653381,-0.266400009393692,-0.010400000028312206,-0.8672999739646912,-0.4977000057697296,-0.00839999970048666,-0.8672999739646912,-0.49779999256134033,-0.006399999838322401,-0.9638000130653381,-0.266400009393692,-0.010400000028312206,-0.8672999739646912,-0.49779999256134033,-0.006399999838322401,-0.9638000130653381,-0.26649999618530273,-0.008299999870359898,-0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,-0.963100016117096,-0.2687000036239624,-0.013000000268220901,-0.9638000130653381,-0.266400009393692,-0.012299999594688416,-0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,-0.9638000130653381,-0.266400009393692,-0.012299999594688416,-0.9998999834060669,0.00009999999747378752,-0.013799999840557575,-0.963100016117096,-0.2687000036239624,-0.013000000268220901,-0.8657000064849854,-0.5005000233650208,-0.01080000028014183,-0.8672999739646912,-0.4977000057697296,-0.010099999606609344,-0.963100016117096,-0.2687000036239624,-0.013000000268220901,-0.8672999739646912,-0.4977000057697296,-0.010099999606609344,-0.9638000130653381,-0.266400009393692,-0.012299999594688416,-0.9998999834060669,0.00009999999747378752,-0.013799999840557575,-0.9638000130653381,-0.266400009393692,-0.012299999594688416,-0.9638000130653381,-0.266400009393692,-0.010400000028312206,-0.9998999834060669,0.00009999999747378752,-0.013799999840557575,-0.9638000130653381,-0.266400009393692,-0.010400000028312206,-0.9998999834060669,0,-0.011900000274181366,-0.9638000130653381,-0.266400009393692,-0.012299999594688416,-0.8672999739646912,-0.4977000057697296,-0.010099999606609344,-0.8672999739646912,-0.4977000057697296,-0.00839999970048666,-0.9638000130653381,-0.266400009393692,-0.012299999594688416,-0.8672999739646912,-0.4977000057697296,-0.00839999970048666,-0.9638000130653381,-0.266400009393692,-0.010400000028312206,-0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,-0.9998999834060669,0.00009999999747378752,-0.013799999840557575,-0.9638000130653381,0.2662999927997589,-0.014299999922513962,-0.9998999834060669,-0.0003000000142492354,-0.014600000344216824,-0.9638000130653381,0.2662999927997589,-0.014299999922513962,-0.9632999897003174,0.26809999346733093,-0.014999999664723873,-0.9998999834060669,0.00009999999747378752,-0.013799999840557575,-0.9998999834060669,0,-0.011900000274181366,-0.9638000130653381,0.266400009393692,-0.012500000186264515,-0.9998999834060669,0.00009999999747378752,-0.013799999840557575,-0.9638000130653381,0.266400009393692,-0.012500000186264515,-0.9638000130653381,0.2662999927997589,-0.014299999922513962,-0.9632999897003174,0.26809999346733093,-0.014999999664723873,-0.9638000130653381,0.2662999927997589,-0.014299999922513962,-0.8675000071525574,0.49720001220703125,-0.013799999840557575,-0.9632999897003174,0.26809999346733093,-0.014999999664723873,-0.8675000071525574,0.49720001220703125,-0.013799999840557575,-0.866100013256073,0.49970000982284546,-0.014499999582767487,-0.9638000130653381,0.2662999927997589,-0.014299999922513962,-0.9638000130653381,0.266400009393692,-0.012500000186264515,-0.8675000071525574,0.49720001220703125,-0.012299999594688416,-0.9638000130653381,0.2662999927997589,-0.014299999922513962,-0.8675000071525574,0.49720001220703125,-0.012299999594688416,-0.8675000071525574,0.49720001220703125,-0.013799999840557575,-1,0,-0.009700000286102295,-1,0.00009999999747378752,-0.007799999788403511,-0.9638000130653381,0.26649999618530273,-0.00860000029206276,-1,0,-0.009700000286102295,-0.9638000130653381,0.26649999618530273,-0.00860000029206276,-0.9638000130653381,0.266400009393692,-0.010400000028312206,-0.9638000130653381,0.266400009393692,-0.010400000028312206,-0.9638000130653381,0.26649999618530273,-0.00860000029206276,-0.8675000071525574,0.4973999857902527,-0.008799999952316284,-0.9638000130653381,0.266400009393692,-0.010400000028312206,-0.8675000071525574,0.4973999857902527,-0.008799999952316284,-0.8675000071525574,0.49729999899864197,-0.010400000028312206,-0.9998999834060669,0,-0.011900000274181366,-1,0,-0.009700000286102295,-0.9638000130653381,0.266400009393692,-0.010400000028312206,-0.9998999834060669,0,-0.011900000274181366,-0.9638000130653381,0.266400009393692,-0.010400000028312206,-0.9638000130653381,0.266400009393692,-0.012500000186264515,-0.9638000130653381,0.266400009393692,-0.012500000186264515,-0.9638000130653381,0.266400009393692,-0.010400000028312206,-0.8675000071525574,0.49729999899864197,-0.010400000028312206,-0.9638000130653381,0.266400009393692,-0.012500000186264515,-0.8675000071525574,0.49729999899864197,-0.010400000028312206,-0.8675000071525574,0.49720001220703125,-0.012299999594688416,-0.5008999705314636,0.8654999732971191,-0.007499999832361937,-0.5008999705314636,0.8654000163078308,-0.008299999870359898,-0.7160000205039978,0.6980000138282776,-0.009800000116229057,-0.5008999705314636,0.8654999732971191,-0.007499999832361937,-0.7160000205039978,0.6980000138282776,-0.009800000116229057,-0.7159000039100647,0.6980999708175659,-0.00839999970048666,-0.5008999705314636,0.8654000163078308,-0.008299999870359898,-0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.7160000205039978,0.6980000138282776,-0.01119999960064888,-0.5008999705314636,0.8654000163078308,-0.008299999870359898,-0.7160000205039978,0.6980000138282776,-0.01119999960064888,-0.7160000205039978,0.6980000138282776,-0.009800000116229057,-0.7159000039100647,0.6980999708175659,-0.00839999970048666,-0.7160000205039978,0.6980000138282776,-0.009800000116229057,-0.8675000071525574,0.49729999899864197,-0.010400000028312206,-0.7159000039100647,0.6980999708175659,-0.00839999970048666,-0.8675000071525574,0.49729999899864197,-0.010400000028312206,-0.8675000071525574,0.4973999857902527,-0.008799999952316284,-0.7160000205039978,0.6980000138282776,-0.009800000116229057,-0.7160000205039978,0.6980000138282776,-0.01119999960064888,-0.8675000071525574,0.49720001220703125,-0.012299999594688416,-0.7160000205039978,0.6980000138282776,-0.009800000116229057,-0.8675000071525574,0.49720001220703125,-0.012299999594688416,-0.8675000071525574,0.49729999899864197,-0.010400000028312206,-0.5009999871253967,0.8654000163078308,-0.010200000368058681,-0.49889999628067017,0.866599977016449,-0.010499999858438969,-0.7138000130653381,0.7002000212669373,-0.013000000268220901,-0.5009999871253967,0.8654000163078308,-0.010200000368058681,-0.7138000130653381,0.7002000212669373,-0.013000000268220901,-0.7160000205039978,0.6980000138282776,-0.012500000186264515,-0.7160000205039978,0.6980000138282776,-0.012500000186264515,-0.7138000130653381,0.7002000212669373,-0.013000000268220901,-0.866100013256073,0.49970000982284546,-0.014499999582767487,-0.7160000205039978,0.6980000138282776,-0.012500000186264515,-0.866100013256073,0.49970000982284546,-0.014499999582767487,-0.8675000071525574,0.49720001220703125,-0.013799999840557575,-0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.5009999871253967,0.8654000163078308,-0.010200000368058681,-0.7160000205039978,0.6980000138282776,-0.012500000186264515,-0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.7160000205039978,0.6980000138282776,-0.012500000186264515,-0.7160000205039978,0.6980000138282776,-0.01119999960064888,-0.7160000205039978,0.6980000138282776,-0.01119999960064888,-0.7160000205039978,0.6980000138282776,-0.012500000186264515,-0.8675000071525574,0.49720001220703125,-0.013799999840557575,-0.7160000205039978,0.6980000138282776,-0.01119999960064888,-0.8675000071525574,0.49720001220703125,-0.013799999840557575,-0.8675000071525574,0.49720001220703125,-0.012299999594688416,-0.49889999628067017,0.866599977016449,-0.010499999858438969,-0.5009999871253967,0.8654000163078308,-0.010200000368058681,-0.24879999458789825,0.968500018119812,-0.0071000000461936,-0.49889999628067017,0.866599977016449,-0.010499999858438969,-0.24879999458789825,0.968500018119812,-0.0071000000461936,-0.24809999763965607,0.9686999917030334,-0.007199999876320362,-0.5009999871253967,0.8654000163078308,-0.010200000368058681,-0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.24879999458789825,0.968500018119812,-0.0066999997943639755,-0.5009999871253967,0.8654000163078308,-0.010200000368058681,-0.24879999458789825,0.968500018119812,-0.0066999997943639755,-0.24879999458789825,0.968500018119812,-0.0071000000461936,-0.24879999458789825,0.968500018119812,-0.0071000000461936,0.0003000000142492354,1,-0.003800000064074993,-0.00009999999747378752,1,-0.003700000001117587,-0.24879999458789825,0.968500018119812,-0.0071000000461936,-0.00009999999747378752,1,-0.003700000001117587,-0.24809999763965607,0.9686999917030334,-0.007199999876320362,-0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.0003000000142492354,1,-0.0038999998942017555,0.0003000000142492354,1,-0.003800000064074993,-0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.0003000000142492354,1,-0.003800000064074993,-0.24879999458789825,0.968500018119812,-0.0071000000461936,-0.5008999705314636,0.8654000163078308,-0.008299999870359898,-0.5008999705314636,0.8654999732971191,-0.007499999832361937,-0.24879999458789825,0.968500018119812,-0.005900000222027302,-0.5008999705314636,0.8654000163078308,-0.008299999870359898,-0.24879999458789825,0.968500018119812,-0.005900000222027302,-0.24879999458789825,0.968500018119812,-0.006300000008195639,-0.24879999458789825,0.968500018119812,-0.005900000222027302,0.0003000000142492354,1,-0.004100000020116568,0.0003000000142492354,1,-0.004000000189989805,-0.24879999458789825,0.968500018119812,-0.005900000222027302,0.0003000000142492354,1,-0.004000000189989805,-0.24879999458789825,0.968500018119812,-0.006300000008195639,-0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.5008999705314636,0.8654000163078308,-0.008299999870359898,-0.24879999458789825,0.968500018119812,-0.006300000008195639,-0.5009999871253967,0.8654000163078308,-0.00930000003427267,-0.24879999458789825,0.968500018119812,-0.006300000008195639,-0.24879999458789825,0.968500018119812,-0.0066999997943639755,-0.24879999458789825,0.968500018119812,-0.006300000008195639,0.0003000000142492354,1,-0.004000000189989805,0.0003000000142492354,1,-0.0038999998942017555,-0.24879999458789825,0.968500018119812,-0.006300000008195639,0.0003000000142492354,1,-0.0038999998942017555,-0.24879999458789825,0.968500018119812,-0.0066999997943639755,0.4948999881744385,0.8690000176429749,0.0013000000035390258,0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.2476000040769577,0.9689000248908997,-0.002099999925121665,0.4948999881744385,0.8690000176429749,0.0013000000035390258,0.2476000040769577,0.9689000248908997,-0.002099999925121665,0.4948999881744385,0.8689000010490417,0.00019999999494757503,0.49480000138282776,0.8690000176429749,0.0024999999441206455,0.2475000023841858,0.9689000248908997,-0.0007999999797903001,0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.49480000138282776,0.8690000176429749,0.0024999999441206455,0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.4948999881744385,0.8690000176429749,0.0013000000035390258,0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.0003000000142492354,1,-0.004000000189989805,0.0003000000142492354,1,-0.004100000020116568,0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.0003000000142492354,1,-0.004100000020116568,0.2476000040769577,0.9689000248908997,-0.002099999925121665,0.2475000023841858,0.9689000248908997,-0.0007999999797903001,0.0003000000142492354,1,-0.0038999998942017555,0.0003000000142492354,1,-0.004000000189989805,0.2475000023841858,0.9689000248908997,-0.0007999999797903001,0.0003000000142492354,1,-0.004000000189989805,0.2475000023841858,0.9689000248908997,-0.001500000013038516,0.492900013923645,0.8701000213623047,0.004000000189989805,0.24619999527931213,0.9692000150680542,0,0.2475000023841858,0.9689000248908997,-0.00019999999494757503,0.492900013923645,0.8701000213623047,0.004000000189989805,0.2475000023841858,0.9689000248908997,-0.00019999999494757503,0.49480000138282776,0.8690000176429749,0.003599999938160181,0.24619999527931213,0.9692000150680542,0,-0.00009999999747378752,1,-0.003700000001117587,0.0003000000142492354,1,-0.003800000064074993,0.24619999527931213,0.9692000150680542,0,0.0003000000142492354,1,-0.003800000064074993,0.2475000023841858,0.9689000248908997,-0.00019999999494757503,0.49480000138282776,0.8690000176429749,0.003599999938160181,0.2475000023841858,0.9689000248908997,-0.00019999999494757503,0.2475000023841858,0.9689000248908997,-0.0007999999797903001,0.49480000138282776,0.8690000176429749,0.003599999938160181,0.2475000023841858,0.9689000248908997,-0.0007999999797903001,0.49480000138282776,0.8690000176429749,0.0024999999441206455,0.2475000023841858,0.9689000248908997,-0.00019999999494757503,0.0003000000142492354,1,-0.003800000064074993,0.0003000000142492354,1,-0.0038999998942017555,0.2475000023841858,0.9689000248908997,-0.00019999999494757503,0.0003000000142492354,1,-0.0038999998942017555,0.2475000023841858,0.9689000248908997,-0.0007999999797903001,0.49480000138282776,0.8690000176429749,0.003599999938160181,0.70660001039505,0.7075999975204468,0.0071000000461936,0.7049999833106995,0.7092000246047974,0.007699999958276749,0.49480000138282776,0.8690000176429749,0.003599999938160181,0.7049999833106995,0.7092000246047974,0.007699999958276749,0.492900013923645,0.8701000213623047,0.004000000189989805,0.49480000138282776,0.8690000176429749,0.0024999999441206455,0.70660001039505,0.7075999975204468,0.00570000009611249,0.70660001039505,0.7075999975204468,0.0071000000461936,0.49480000138282776,0.8690000176429749,0.0024999999441206455,0.70660001039505,0.7075999975204468,0.0071000000461936,0.49480000138282776,0.8690000176429749,0.003599999938160181,0.70660001039505,0.7075999975204468,0.0071000000461936,0.8596000075340271,0.5109000205993652,0.009999999776482582,0.8586000204086304,0.5126000046730042,0.010599999688565731,0.70660001039505,0.7075999975204468,0.0071000000461936,0.8586000204086304,0.5126000046730042,0.010599999688565731,0.7049999833106995,0.7092000246047974,0.007699999958276749,0.70660001039505,0.7075999975204468,0.00570000009611249,0.8596000075340271,0.5108000040054321,0.008299999870359898,0.8596000075340271,0.5109000205993652,0.009999999776482582,0.70660001039505,0.7075999975204468,0.00570000009611249,0.8596000075340271,0.5109000205993652,0.009999999776482582,0.70660001039505,0.7075999975204468,0.0071000000461936,0.4948999881744385,0.8689000010490417,0.00019999999494757503,0.7067000269889832,0.7074999809265137,0.0026000000070780516,0.7067000269889832,0.7074999809265137,0.004000000189989805,0.4948999881744385,0.8689000010490417,0.00019999999494757503,0.7067000269889832,0.7074999809265137,0.004000000189989805,0.4948999881744385,0.8690000176429749,0.0013000000035390258,0.7067000269889832,0.7074999809265137,0.0026000000070780516,0.8597000241279602,0.510699987411499,0.004600000102072954,0.8597000241279602,0.5108000040054321,0.006300000008195639,0.7067000269889832,0.7074999809265137,0.0026000000070780516,0.8597000241279602,0.5108000040054321,0.006300000008195639,0.7067000269889832,0.7074999809265137,0.004000000189989805,0.4948999881744385,0.8690000176429749,0.0013000000035390258,0.7067000269889832,0.7074999809265137,0.004000000189989805,0.70660001039505,0.7075999975204468,0.00570000009611249,0.4948999881744385,0.8690000176429749,0.0013000000035390258,0.70660001039505,0.7075999975204468,0.00570000009611249,0.49480000138282776,0.8690000176429749,0.0024999999441206455,0.7067000269889832,0.7074999809265137,0.004000000189989805,0.8597000241279602,0.5108000040054321,0.006300000008195639,0.8596000075340271,0.5108000040054321,0.008299999870359898,0.7067000269889832,0.7074999809265137,0.004000000189989805,0.8596000075340271,0.5108000040054321,0.008299999870359898,0.70660001039505,0.7075999975204468,0.00570000009611249,1,0.0008999999845400453,0.009700000286102295,0.9606000185012817,0.2777000069618225,0.008200000040233135,0.9606999754905701,0.2775999903678894,0.006300000008195639,1,0.0008999999845400453,0.009700000286102295,0.9606999754905701,0.2775999903678894,0.006300000008195639,1,0.0007999999797903001,0.007799999788403511,0.9998999834060669,0.0008999999845400453,0.011900000274181366,0.9606000185012817,0.2777000069618225,0.010400000028312206,0.9606000185012817,0.2777000069618225,0.008200000040233135,0.9998999834060669,0.0008999999845400453,0.011900000274181366,0.9606000185012817,0.2777000069618225,0.008200000040233135,1,0.0008999999845400453,0.009700000286102295,0.9606000185012817,0.2777000069618225,0.008200000040233135,0.8597000241279602,0.5108000040054321,0.006300000008195639,0.8597000241279602,0.510699987411499,0.004600000102072954,0.9606000185012817,0.2777000069618225,0.008200000040233135,0.8597000241279602,0.510699987411499,0.004600000102072954,0.9606999754905701,0.2775999903678894,0.006300000008195639,0.9606000185012817,0.2777000069618225,0.010400000028312206,0.8596000075340271,0.5108000040054321,0.008299999870359898,0.8597000241279602,0.5108000040054321,0.006300000008195639,0.9606000185012817,0.2777000069618225,0.010400000028312206,0.8597000241279602,0.5108000040054321,0.006300000008195639,0.9606000185012817,0.2777000069618225,0.008200000040233135,0.9998999834060669,0.00139999995008111,0.014600000344216824,0.960099995136261,0.2791999876499176,0.013000000268220901,0.9606000185012817,0.2777999937534332,0.012199999764561653,0.9998999834060669,0.00139999995008111,0.014600000344216824,0.9606000185012817,0.2777999937534332,0.012199999764561653,0.9998999834060669,0.0008999999845400453,0.013799999840557575,0.960099995136261,0.2791999876499176,0.013000000268220901,0.8586000204086304,0.5126000046730042,0.010599999688565731,0.8596000075340271,0.5109000205993652,0.009999999776482582,0.960099995136261,0.2791999876499176,0.013000000268220901,0.8596000075340271,0.5109000205993652,0.009999999776482582,0.9606000185012817,0.2777999937534332,0.012199999764561653,0.9998999834060669,0.0008999999845400453,0.013799999840557575,0.9606000185012817,0.2777999937534332,0.012199999764561653,0.9606000185012817,0.2777000069618225,0.010400000028312206,0.9998999834060669,0.0008999999845400453,0.013799999840557575,0.9606000185012817,0.2777000069618225,0.010400000028312206,0.9998999834060669,0.0008999999845400453,0.011900000274181366,0.9606000185012817,0.2777999937534332,0.012199999764561653,0.8596000075340271,0.5109000205993652,0.009999999776482582,0.8596000075340271,0.5108000040054321,0.008299999870359898,0.9606000185012817,0.2777999937534332,0.012199999764561653,0.8596000075340271,0.5108000040054321,0.008299999870359898,0.9606000185012817,0.2777000069618225,0.010400000028312206,1,0.0007999999797903001,0.005100000184029341,0.9610000252723694,-0.27649998664855957,0.006000000052154064,0.9610000252723694,-0.27649998664855957,0.008700000122189522,1,0.0007999999797903001,0.005100000184029341,0.9610000252723694,-0.27649998664855957,0.008700000122189522,1,0.0007999999797903001,0.007799999788403511,1,0.0008999999845400453,0.00009999999747378752,0.9611999988555908,-0.27570000290870667,0.0010999999940395355,0.9610000252723694,-0.27649998664855957,0.006000000052154064,1,0.0008999999845400453,0.00009999999747378752,0.9610000252723694,-0.27649998664855957,0.006000000052154064,1,0.0007999999797903001,0.005100000184029341,0.9610000252723694,-0.27649998664855957,0.008700000122189522,0.9610000252723694,-0.27649998664855957,0.006000000052154064,0.8597999811172485,-0.5105000138282776,0.006300000008195639,0.9610000252723694,-0.27649998664855957,0.008700000122189522,0.8597999811172485,-0.5105000138282776,0.006300000008195639,0.8597999811172485,-0.5105999708175659,0.008799999952316284,0.9610000252723694,-0.27649998664855957,0.006000000052154064,0.9611999988555908,-0.27570000290870667,0.0010999999940395355,0.8604999780654907,-0.5095000267028809,0.0015999999595806003,0.9610000252723694,-0.27649998664855957,0.006000000052154064,0.8604999780654907,-0.5095000267028809,0.0015999999595806003,0.8597999811172485,-0.5105000138282776,0.006300000008195639,0.9995999932289124,0.0017999999690800905,-0.026599999517202377,0.9625999927520752,-0.26989999413490295,-0.025200000032782555,0.9617999792098999,-0.2736000120639801,-0.007600000128149986,0.9995999932289124,0.0017999999690800905,-0.026599999517202377,0.9617999792098999,-0.2736000120639801,-0.007600000128149986,1,0.0012000000569969416,-0.008700000122189522,0.9625999927520752,-0.26989999413490295,-0.025200000032782555,0.8648999929428101,-0.5012999773025513,-0.023800000548362732,0.8622000217437744,-0.506600022315979,-0.006800000090152025,0.9625999927520752,-0.26989999413490295,-0.025200000032782555,0.8622000217437744,-0.506600022315979,-0.006800000090152025,0.9617999792098999,-0.2736000120639801,-0.007600000128149986,1,0.0012000000569969416,-0.008700000122189522,0.9617999792098999,-0.2736000120639801,-0.007600000128149986,0.9611999988555908,-0.27570000290870667,0.0010999999940395355,1,0.0012000000569969416,-0.008700000122189522,0.9611999988555908,-0.27570000290870667,0.0010999999940395355,1,0.0008999999845400453,0.00009999999747378752,0.9617999792098999,-0.2736000120639801,-0.007600000128149986,0.8622000217437744,-0.506600022315979,-0.006800000090152025,0.8604999780654907,-0.5095000267028809,0.0015999999595806003,0.9617999792098999,-0.2736000120639801,-0.007600000128149986,0.8604999780654907,-0.5095000267028809,0.0015999999595806003,0.9611999988555908,-0.27570000290870667,0.0010999999940395355,0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,0.7099000215530396,-0.704200029373169,-0.00570000009611249,0.7142999768257141,-0.6995000243186951,-0.0210999995470047,0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,0.7142999768257141,-0.6995000243186951,-0.0210999995470047,0.5026999711990356,-0.864300012588501,-0.015300000086426735,0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,0.49570000171661377,-0.8684999942779541,0.0024999999441206455,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.7099000215530396,-0.704200029373169,-0.00570000009611249,0.7099000215530396,-0.704200029373169,-0.00570000009611249,0.8622000217437744,-0.506600022315979,-0.006800000090152025,0.8648999929428101,-0.5012999773025513,-0.023800000548362732,0.7099000215530396,-0.704200029373169,-0.00570000009611249,0.8648999929428101,-0.5012999773025513,-0.023800000548362732,0.7142999768257141,-0.6995000243186951,-0.0210999995470047,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.8604999780654907,-0.5095000267028809,0.0015999999595806003,0.8622000217437744,-0.506600022315979,-0.006800000090152025,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.8622000217437744,-0.506600022315979,-0.006800000090152025,0.7099000215530396,-0.704200029373169,-0.00570000009611249,0.49470001459121704,-0.8690000176429749,0.005799999926239252,0.49470001459121704,-0.8690000176429749,0.007499999832361937,0.7063000202178955,-0.7078999876976013,0.008500000461935997,0.49470001459121704,-0.8690000176429749,0.005799999926239252,0.7063000202178955,-0.7078999876976013,0.008500000461935997,0.7063999772071838,-0.7077999711036682,0.006300000008195639,0.7063999772071838,-0.7077999711036682,0.006300000008195639,0.7063000202178955,-0.7078999876976013,0.008500000461935997,0.8597999811172485,-0.5105999708175659,0.008799999952316284,0.7063999772071838,-0.7077999711036682,0.006300000008195639,0.8597999811172485,-0.5105999708175659,0.008799999952316284,0.8597999811172485,-0.5105000138282776,0.006300000008195639,0.49570000171661377,-0.8684999942779541,0.0024999999441206455,0.49470001459121704,-0.8690000176429749,0.005799999926239252,0.7063999772071838,-0.7077999711036682,0.006300000008195639,0.49570000171661377,-0.8684999942779541,0.0024999999441206455,0.7063999772071838,-0.7077999711036682,0.006300000008195639,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.7063999772071838,-0.7077999711036682,0.006300000008195639,0.8597999811172485,-0.5105000138282776,0.006300000008195639,0.7073000073432922,-0.7069000005722046,0.0019000000320374966,0.8597999811172485,-0.5105000138282776,0.006300000008195639,0.8604999780654907,-0.5095000267028809,0.0015999999595806003,0.49470001459121704,-0.8690000176429749,0.007499999832361937,0.49470001459121704,-0.8690000176429749,0.005799999926239252,0.2484000027179718,-0.9685999751091003,0.005100000184029341,0.49470001459121704,-0.8690000176429749,0.007499999832361937,0.2484000027179718,-0.9685999751091003,0.005100000184029341,0.2485000044107437,-0.9685999751091003,0.005900000222027302,0.49470001459121704,-0.8690000176429749,0.005799999926239252,0.49570000171661377,-0.8684999942779541,0.0024999999441206455,0.24889999628067017,-0.968500018119812,0.0034000000450760126,0.49470001459121704,-0.8690000176429749,0.005799999926239252,0.24889999628067017,-0.968500018119812,0.0034000000450760126,0.2484000027179718,-0.9685999751091003,0.005100000184029341,0.2485000044107437,-0.9685999751091003,0.005900000222027302,0.2484000027179718,-0.9685999751091003,0.005100000184029341,0.002099999925121665,-1,0.00430000014603138,0.2485000044107437,-0.9685999751091003,0.005900000222027302,0.002099999925121665,-1,0.00430000014603138,0.002300000051036477,-1,0.00419999985024333,0.2484000027179718,-0.9685999751091003,0.005100000184029341,0.24889999628067017,-0.968500018119812,0.0034000000450760126,0.0019000000320374966,-1,0.004699999932199717,0.2484000027179718,-0.9685999751091003,0.005100000184029341,0.0019000000320374966,-1,0.004699999932199717,0.002099999925121665,-1,0.00430000014603138,0.5026999711990356,-0.864300012588501,-0.015300000086426735,0.2529999911785126,-0.9674999713897705,-0.005900000222027302,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.5026999711990356,-0.864300012588501,-0.015300000086426735,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,0.2529999911785126,-0.9674999713897705,-0.005900000222027302,0.0012000000569969416,-1,0.006399999838322401,0.0017000000225380063,-1,0.0052999998442828655,0.2529999911785126,-0.9674999713897705,-0.005900000222027302,0.0017000000225380063,-1,0.0052999998442828655,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.49570000171661377,-0.8684999942779541,0.0024999999441206455,0.4982999861240387,-0.8669999837875366,-0.0035000001080334187,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.49570000171661377,-0.8684999942779541,0.0024999999441206455,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.24889999628067017,-0.968500018119812,0.0034000000450760126,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.0017000000225380063,-1,0.0052999998442828655,0.0019000000320374966,-1,0.004699999932199717,0.25049999356269836,-0.9681000113487244,0.0003000000142492354,0.0019000000320374966,-1,0.004699999932199717,0.24889999628067017,-0.968500018119812,0.0034000000450760126,-0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.24969999492168427,-0.9682000279426575,0.011900000274181366,-0.2533000111579895,-0.9671000242233276,0.021700000390410423,-0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.2533000111579895,-0.9671000242233276,0.021700000390410423,-0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.5006999969482422,-0.8655999898910522,0.008799999952316284,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.24969999492168427,-0.9682000279426575,0.011900000274181366,-0.5006999969482422,-0.8655999898910522,0.008799999952316284,-0.24969999492168427,-0.9682000279426575,0.011900000274181366,-0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.24969999492168427,-0.9682000279426575,0.011900000274181366,0.0017000000225380063,-1,0.0052999998442828655,0.0012000000569969416,-1,0.006399999838322401,-0.24969999492168427,-0.9682000279426575,0.011900000274181366,0.0012000000569969416,-1,0.006399999838322401,-0.2533000111579895,-0.9671000242233276,0.021700000390410423,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.0019000000320374966,-1,0.004699999932199717,0.0017000000225380063,-1,0.0052999998442828655,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.0017000000225380063,-1,0.0052999998442828655,-0.24969999492168427,-0.9682000279426575,0.011900000274181366,-0.499099999666214,-0.8665000200271606,-0.0003000000142492354,-0.24639999866485596,-0.9692000150680542,0.002099999925121665,-0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.499099999666214,-0.8665000200271606,-0.0003000000142492354,-0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.49939998984336853,-0.8664000034332275,0.0024999999441206455,-0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.24639999866485596,-0.9692000150680542,0.002099999925121665,0.002300000051036477,-1,0.00419999985024333,-0.2467000037431717,-0.9690999984741211,0.0035000001080334187,0.002300000051036477,-1,0.00419999985024333,0.002099999925121665,-1,0.00430000014603138,-0.49939998984336853,-0.8664000034332275,0.0024999999441206455,-0.2467000037431717,-0.9690999984741211,0.0035000001080334187,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.49939998984336853,-0.8664000034332275,0.0024999999441206455,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.5006999969482422,-0.8655999898910522,0.008799999952316284,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,-0.2467000037431717,-0.9690999984741211,0.0035000001080334187,0.002099999925121665,-1,0.00430000014603138,-0.2476000040769577,-0.9688000082969666,0.006500000134110451,0.002099999925121665,-1,0.00430000014603138,0.0019000000320374966,-1,0.004699999932199717,-0.49939998984336853,-0.8664000034332275,0.0024999999441206455,-0.7152000069618225,-0.6988999843597412,0.001500000013038516,-0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,-0.49939998984336853,-0.8664000034332275,0.0024999999441206455,-0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,-0.499099999666214,-0.8665000200271606,-0.0003000000142492354,-0.5006999969482422,-0.8655999898910522,0.008799999952316284,-0.7164000272750854,-0.6976000070571899,0.011099999770522118,-0.7152000069618225,-0.6988999843597412,0.001500000013038516,-0.5006999969482422,-0.8655999898910522,0.008799999952316284,-0.7152000069618225,-0.6988999843597412,0.001500000013038516,-0.49939998984336853,-0.8664000034332275,0.0024999999441206455,-0.7152000069618225,-0.6988999843597412,0.001500000013038516,-0.8672999739646912,-0.49779999256134033,0.0006000000284984708,-0.8672000169754028,-0.49790000915527344,-0.004699999932199717,-0.7152000069618225,-0.6988999843597412,0.001500000013038516,-0.8672000169754028,-0.49790000915527344,-0.004699999932199717,-0.7150999903678894,-0.6990000009536743,-0.0027000000700354576,-0.7164000272750854,-0.6976000070571899,0.011099999770522118,-0.867900013923645,-0.4964999854564667,0.012799999676644802,-0.8672999739646912,-0.49779999256134033,0.0006000000284984708,-0.7164000272750854,-0.6976000070571899,0.011099999770522118,-0.8672999739646912,-0.49779999256134033,0.0006000000284984708,-0.7152000069618225,-0.6988999843597412,0.001500000013038516,-0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.7236999869346619,-0.6876999735832214,0.05719999969005585,-0.7193999886512756,-0.694100022315979,0.027699999511241913,-0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.7193999886512756,-0.694100022315979,0.027699999511241913,-0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.7236999869346619,-0.6876999735832214,0.05719999969005585,-0.8712000250816345,-0.48590001463890076,0.0706000030040741,-0.8694999814033508,-0.4927000105381012,0.033900000154972076,-0.7236999869346619,-0.6876999735832214,0.05719999969005585,-0.8694999814033508,-0.4927000105381012,0.033900000154972076,-0.7193999886512756,-0.694100022315979,0.027699999511241913,-0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.7193999886512756,-0.694100022315979,0.027699999511241913,-0.7164000272750854,-0.6976000070571899,0.011099999770522118,-0.5041000247001648,-0.8633999824523926,0.019899999722838402,-0.7164000272750854,-0.6976000070571899,0.011099999770522118,-0.5006999969482422,-0.8655999898910522,0.008799999952316284,-0.7193999886512756,-0.694100022315979,0.027699999511241913,-0.8694999814033508,-0.4927000105381012,0.033900000154972076,-0.867900013923645,-0.4964999854564667,0.012799999676644802,-0.7193999886512756,-0.694100022315979,0.027699999511241913,-0.867900013923645,-0.4964999854564667,0.012799999676644802,-0.7164000272750854,-0.6976000070571899,0.011099999770522118,-0.9993000030517578,-0.00019999999494757503,0.03830000013113022,-0.9639999866485596,-0.2632000148296356,0.03779999911785126,-0.9627000093460083,-0.25870001316070557,0.07930000126361847,-0.9993000030517578,-0.00019999999494757503,0.03830000013113022,-0.9627000093460083,-0.25870001316070557,0.07930000126361847,-0.9966999888420105,-0.0003000000142492354,0.08150000125169754,-0.9998999834060669,-0.00009999999747378752,0.013100000098347664,-0.9639000296592712,-0.26570001244544983,0.013700000010430813,-0.9639999866485596,-0.2632000148296356,0.03779999911785126,-0.9998999834060669,-0.00009999999747378752,0.013100000098347664,-0.9639999866485596,-0.2632000148296356,0.03779999911785126,-0.9993000030517578,-0.00019999999494757503,0.03830000013113022,-0.9639999866485596,-0.2632000148296356,0.03779999911785126,-0.8694999814033508,-0.4927000105381012,0.033900000154972076,-0.8712000250816345,-0.48590001463890076,0.0706000030040741,-0.9639999866485596,-0.2632000148296356,0.03779999911785126,-0.8712000250816345,-0.48590001463890076,0.0706000030040741,-0.9627000093460083,-0.25870001316070557,0.07930000126361847,-0.9639000296592712,-0.26570001244544983,0.013700000010430813,-0.867900013923645,-0.4964999854564667,0.012799999676644802,-0.8694999814033508,-0.4927000105381012,0.033900000154972076,-0.9639000296592712,-0.26570001244544983,0.013700000010430813,-0.8694999814033508,-0.4927000105381012,0.033900000154972076,-0.9639999866485596,-0.2632000148296356,0.03779999911785126,-1,0.00009999999747378752,-0.007799999788403511,-0.9638000130653381,-0.26660001277923584,-0.006399999838322401,-0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,-1,0.00009999999747378752,-0.007799999788403511,-0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,-1,0,-0.0015999999595806003,-0.9638000130653381,-0.26660001277923584,-0.006399999838322401,-0.8672000169754028,-0.49790000915527344,-0.004699999932199717,-0.8672999739646912,-0.49779999256134033,0.0006000000284984708,-0.9638000130653381,-0.26660001277923584,-0.006399999838322401,-0.8672999739646912,-0.49779999256134033,0.0006000000284984708,-0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,-1,0,-0.0015999999595806003,-0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,-0.9639000296592712,-0.26570001244544983,0.013700000010430813,-1,0,-0.0015999999595806003,-0.9639000296592712,-0.26570001244544983,0.013700000010430813,-0.9998999834060669,-0.00009999999747378752,0.013100000098347664,-0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,-0.8672999739646912,-0.49779999256134033,0.0006000000284984708,-0.867900013923645,-0.4964999854564667,0.012799999676644802,-0.9638000130653381,-0.26660001277923584,-0.00039999998989515007,-0.867900013923645,-0.4964999854564667,0.012799999676644802,-0.9639000296592712,-0.26570001244544983,0.013700000010430813,-1,0.00009999999747378752,-0.007799999788403511,-1,0,-0.0015999999595806003,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-1,0.00009999999747378752,-0.007799999788403511,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-0.9638000130653381,0.26649999618530273,-0.00860000029206276,-0.9998999834060669,-0.00009999999747378752,0.013100000098347664,-0.9639999866485596,0.2655999958515167,0.010999999940395355,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-0.9998999834060669,-0.00009999999747378752,0.013100000098347664,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-1,0,-0.0015999999595806003,-0.9638000130653381,0.26649999618530273,-0.00860000029206276,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-0.8676000237464905,0.49729999899864197,-0.0038999998942017555,-0.9638000130653381,0.26649999618530273,-0.00860000029206276,-0.8676000237464905,0.49729999899864197,-0.0038999998942017555,-0.8675000071525574,0.4973999857902527,-0.008799999952316284,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-0.9639999866485596,0.2655999958515167,0.010999999940395355,-0.8683000206947327,0.4959999918937683,0.00800000037997961,-0.9638000130653381,0.26649999618530273,-0.002899999963119626,-0.8683000206947327,0.4959999918937683,0.00800000037997961,-0.8676000237464905,0.49729999899864197,-0.0038999998942017555,-0.9966999888420105,-0.0003000000142492354,0.08150000125169754,-0.963100016117096,0.2581000030040741,0.07609999924898148,-0.9642000198364258,0.2628999948501587,0.0348999984562397,-0.9966999888420105,-0.0003000000142492354,0.08150000125169754,-0.9642000198364258,0.2628999948501587,0.0348999984562397,-0.9993000030517578,-0.00019999999494757503,0.03830000013113022,-0.9642000198364258,0.2628999948501587,0.0348999984562397,-0.963100016117096,0.2581000030040741,0.07609999924898148,-0.8720999956130981,0.48510000109672546,0.06459999829530716,-0.9642000198364258,0.2628999948501587,0.0348999984562397,-0.8720999956130981,0.48510000109672546,0.06459999829530716,-0.8701000213623047,0.4921000003814697,0.02850000001490116,-0.9993000030517578,-0.00019999999494757503,0.03830000013113022,-0.9642000198364258,0.2628999948501587,0.0348999984562397,-0.9639999866485596,0.2655999958515167,0.010999999940395355,-0.9993000030517578,-0.00019999999494757503,0.03830000013113022,-0.9639999866485596,0.2655999958515167,0.010999999940395355,-0.9998999834060669,-0.00009999999747378752,0.013100000098347664,-0.9639999866485596,0.2655999958515167,0.010999999940395355,-0.9642000198364258,0.2628999948501587,0.0348999984562397,-0.8701000213623047,0.4921000003814697,0.02850000001490116,-0.9639999866485596,0.2655999958515167,0.010999999940395355,-0.8701000213623047,0.4921000003814697,0.02850000001490116,-0.8683000206947327,0.4959999918937683,0.00800000037997961,-0.5120999813079834,0.8583999872207642,0.02930000051856041,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.7204999923706055,0.6930999755859375,0.02019999921321869,-0.5120999813079834,0.8583999872207642,0.02930000051856041,-0.7204999923706055,0.6930999755859375,0.02019999921321869,-0.7253999710083008,0.6866000294685364,0.048700001090765,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.5024999976158142,0.8646000027656555,0.0006000000284984708,-0.7172999978065491,0.6966999769210815,0.004399999976158142,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.7172999978065491,0.6966999769210815,0.004399999976158142,-0.7204999923706055,0.6930999755859375,0.02019999921321869,-0.7253999710083008,0.6866000294685364,0.048700001090765,-0.7204999923706055,0.6930999755859375,0.02019999921321869,-0.8701000213623047,0.4921000003814697,0.02850000001490116,-0.7253999710083008,0.6866000294685364,0.048700001090765,-0.8701000213623047,0.4921000003814697,0.02850000001490116,-0.8720999956130981,0.48510000109672546,0.06459999829530716,-0.7204999923706055,0.6930999755859375,0.02019999921321869,-0.7172999978065491,0.6966999769210815,0.004399999976158142,-0.8683000206947327,0.4959999918937683,0.00800000037997961,-0.7204999923706055,0.6930999755859375,0.02019999921321869,-0.8683000206947327,0.4959999918937683,0.00800000037997961,-0.8701000213623047,0.4921000003814697,0.02850000001490116,-0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.5008999705314636,0.8654999732971191,-0.007499999832361937,-0.7159000039100647,0.6980999708175659,-0.00839999970048666,-0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.7159000039100647,0.6980999708175659,-0.00839999970048666,-0.7160999774932861,0.6980000138282776,-0.004699999932199717,-0.7160999774932861,0.6980000138282776,-0.004699999932199717,-0.7159000039100647,0.6980999708175659,-0.00839999970048666,-0.8675000071525574,0.4973999857902527,-0.008799999952316284,-0.7160999774932861,0.6980000138282776,-0.004699999932199717,-0.8675000071525574,0.4973999857902527,-0.008799999952316284,-0.8676000237464905,0.49729999899864197,-0.0038999998942017555,-0.5024999976158142,0.8646000027656555,0.0006000000284984708,-0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.7160999774932861,0.6980000138282776,-0.004699999932199717,-0.5024999976158142,0.8646000027656555,0.0006000000284984708,-0.7160999774932861,0.6980000138282776,-0.004699999932199717,-0.7172999978065491,0.6966999769210815,0.004399999976158142,-0.7172999978065491,0.6966999769210815,0.004399999976158142,-0.7160999774932861,0.6980000138282776,-0.004699999932199717,-0.8676000237464905,0.49729999899864197,-0.0038999998942017555,-0.7172999978065491,0.6966999769210815,0.004399999976158142,-0.8676000237464905,0.49729999899864197,-0.0038999998942017555,-0.8683000206947327,0.4959999918937683,0.00800000037997961,-0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.24899999797344208,0.968500018119812,-0.004999999888241291,-0.24879999458789825,0.968500018119812,-0.005900000222027302,-0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.24879999458789825,0.968500018119812,-0.005900000222027302,-0.5008999705314636,0.8654999732971191,-0.007499999832361937,-0.5024999976158142,0.8646000027656555,0.0006000000284984708,-0.25,0.9682000279426575,-0.0026000000070780516,-0.24899999797344208,0.968500018119812,-0.004999999888241291,-0.5024999976158142,0.8646000027656555,0.0006000000284984708,-0.24899999797344208,0.968500018119812,-0.004999999888241291,-0.5012000203132629,0.8652999997138977,-0.005100000184029341,-0.24899999797344208,0.968500018119812,-0.004999999888241291,0.00009999999747378752,1,-0.00430000014603138,0.0003000000142492354,1,-0.004100000020116568,-0.24899999797344208,0.968500018119812,-0.004999999888241291,0.0003000000142492354,1,-0.004100000020116568,-0.24879999458789825,0.968500018119812,-0.005900000222027302,-0.25,0.9682000279426575,-0.0026000000070780516,-0.00009999999747378752,1,-0.004600000102072954,0.00009999999747378752,1,-0.00430000014603138,-0.25,0.9682000279426575,-0.0026000000070780516,0.00009999999747378752,1,-0.00430000014603138,-0.24899999797344208,0.968500018119812,-0.004999999888241291,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.5120999813079834,0.8583999872207642,0.02930000051856041,-0.2567000091075897,0.9664999842643738,0.009800000116229057,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.2567000091075897,0.9664999842643738,0.009800000116229057,-0.2524000108242035,0.9675999879837036,0.0017000000225380063,-0.2524000108242035,0.9675999879837036,0.0017000000225380063,-0.2567000091075897,0.9664999842643738,0.009800000116229057,-0.0015999999595806003,1,-0.005900000222027302,-0.2524000108242035,0.9675999879837036,0.0017000000225380063,-0.0015999999595806003,1,-0.005900000222027302,-0.0005000000237487257,1,-0.004999999888241291,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.2524000108242035,0.9675999879837036,0.0017000000225380063,-0.25,0.9682000279426575,-0.0026000000070780516,-0.5060999989509583,0.8623999953269958,0.010700000450015068,-0.25,0.9682000279426575,-0.0026000000070780516,-0.5024999976158142,0.8646000027656555,0.0006000000284984708,-0.2524000108242035,0.9675999879837036,0.0017000000225380063,-0.0005000000237487257,1,-0.004999999888241291,-0.00009999999747378752,1,-0.004600000102072954,-0.2524000108242035,0.9675999879837036,0.0017000000225380063,-0.00009999999747378752,1,-0.004600000102072954,-0.25,0.9682000279426575,-0.0026000000070780516,0.5023000240325928,0.864300012588501,-0.025299999862909317,0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.24940000474452972,0.9684000015258789,-0.009499999694526196,0.5023000240325928,0.864300012588501,-0.025299999862909317,0.24940000474452972,0.9684000015258789,-0.009499999694526196,0.2515000104904175,0.9677000045776367,-0.017500000074505806,0.4957999885082245,0.868399977684021,-0.0052999998442828655,0.24799999594688416,0.9688000082969666,-0.005400000140070915,0.24940000474452972,0.9684000015258789,-0.009499999694526196,0.4957999885082245,0.868399977684021,-0.0052999998442828655,0.24940000474452972,0.9684000015258789,-0.009499999694526196,0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.2515000104904175,0.9677000045776367,-0.017500000074505806,0.24940000474452972,0.9684000015258789,-0.009499999694526196,-0.0005000000237487257,1,-0.004999999888241291,0.2515000104904175,0.9677000045776367,-0.017500000074505806,-0.0005000000237487257,1,-0.004999999888241291,-0.0015999999595806003,1,-0.005900000222027302,0.24799999594688416,0.9688000082969666,-0.005400000140070915,-0.00009999999747378752,1,-0.004600000102072954,-0.0005000000237487257,1,-0.004999999888241291,0.24799999594688416,0.9688000082969666,-0.005400000140070915,-0.0005000000237487257,1,-0.004999999888241291,0.24940000474452972,0.9684000015258789,-0.009499999694526196,0.4948999881744385,0.8689000010490417,0.00019999999494757503,0.2476000040769577,0.9689000248908997,-0.002099999925121665,0.2475000023841858,0.9689000248908997,-0.0031999999191612005,0.4948999881744385,0.8689000010490417,0.00019999999494757503,0.2475000023841858,0.9689000248908997,-0.0031999999191612005,0.4948999881744385,0.8690000176429749,-0.001500000013038516,0.2476000040769577,0.9689000248908997,-0.002099999925121665,0.0003000000142492354,1,-0.004100000020116568,0.00009999999747378752,1,-0.00430000014603138,0.2476000040769577,0.9689000248908997,-0.002099999925121665,0.00009999999747378752,1,-0.00430000014603138,0.2475000023841858,0.9689000248908997,-0.0031999999191612005,0.4948999881744385,0.8690000176429749,-0.001500000013038516,0.2475000023841858,0.9689000248908997,-0.0031999999191612005,0.24799999594688416,0.9688000082969666,-0.005400000140070915,0.4948999881744385,0.8690000176429749,-0.001500000013038516,0.24799999594688416,0.9688000082969666,-0.005400000140070915,0.4957999885082245,0.868399977684021,-0.0052999998442828655,0.2475000023841858,0.9689000248908997,-0.0031999999191612005,0.00009999999747378752,1,-0.00430000014603138,-0.00009999999747378752,1,-0.004600000102072954,0.2475000023841858,0.9689000248908997,-0.0031999999191612005,-0.00009999999747378752,1,-0.004600000102072954,0.24799999594688416,0.9688000082969666,-0.005400000140070915,0.4948999881744385,0.8690000176429749,-0.001500000013038516,0.7067999839782715,0.7074999809265137,0.0003000000142492354,0.7067000269889832,0.7074999809265137,0.0026000000070780516,0.4948999881744385,0.8690000176429749,-0.001500000013038516,0.7067000269889832,0.7074999809265137,0.0026000000070780516,0.4948999881744385,0.8689000010490417,0.00019999999494757503,0.4957999885082245,0.868399977684021,-0.0052999998442828655,0.7075999975204468,0.70660001039505,-0.00430000014603138,0.7067999839782715,0.7074999809265137,0.0003000000142492354,0.4957999885082245,0.868399977684021,-0.0052999998442828655,0.7067999839782715,0.7074999809265137,0.0003000000142492354,0.4948999881744385,0.8690000176429749,-0.001500000013038516,0.7067999839782715,0.7074999809265137,0.0003000000142492354,0.8597999811172485,0.5105999708175659,0.002099999925121665,0.8597000241279602,0.510699987411499,0.004600000102072954,0.7067999839782715,0.7074999809265137,0.0003000000142492354,0.8597000241279602,0.510699987411499,0.004600000102072954,0.7067000269889832,0.7074999809265137,0.0026000000070780516,0.7075999975204468,0.70660001039505,-0.00430000014603138,0.8603000044822693,0.5097000002861023,-0.00279999990016222,0.8597999811172485,0.5105999708175659,0.002099999925121665,0.7075999975204468,0.70660001039505,-0.00430000014603138,0.8597999811172485,0.5105999708175659,0.002099999925121665,0.7067999839782715,0.7074999809265137,0.0003000000142492354,0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.5023000240325928,0.864300012588501,-0.025299999862909317,0.7139000296592712,0.6995999813079834,-0.02889999933540821,0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.7139000296592712,0.6995999813079834,-0.02889999933540821,0.7099999785423279,0.7041000127792358,-0.012400000356137753,0.7099999785423279,0.7041000127792358,-0.012400000356137753,0.7139000296592712,0.6995999813079834,-0.02889999933540821,0.8640999794006348,0.5026000142097473,-0.029100000858306885,0.7099999785423279,0.7041000127792358,-0.012400000356137753,0.8640999794006348,0.5026000142097473,-0.029100000858306885,0.8618000149726868,0.507099986076355,-0.011500000022351742,0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.7099999785423279,0.7041000127792358,-0.012400000356137753,0.7075999975204468,0.70660001039505,-0.00430000014603138,0.4982999861240387,0.8669000267982483,-0.012000000104308128,0.7075999975204468,0.70660001039505,-0.00430000014603138,0.4957999885082245,0.868399977684021,-0.0052999998442828655,0.7099999785423279,0.7041000127792358,-0.012400000356137753,0.8618000149726868,0.507099986076355,-0.011500000022351742,0.8603000044822693,0.5097000002861023,-0.00279999990016222,0.7099999785423279,0.7041000127792358,-0.012400000356137753,0.8603000044822693,0.5097000002861023,-0.00279999990016222,0.7075999975204468,0.70660001039505,-0.00430000014603138,1,0.0012000000569969416,-0.008700000122189522,0.9613000154495239,0.2754000127315521,-0.010099999606609344,0.9617000222206116,0.272599995136261,-0.02800000086426735,1,0.0012000000569969416,-0.008700000122189522,0.9617000222206116,0.272599995136261,-0.02800000086426735,0.9995999932289124,0.0017999999690800905,-0.026599999517202377,1,0.0008999999845400453,0.00009999999747378752,0.9609000086784363,0.2770000100135803,-0.0013000000035390258,0.9613000154495239,0.2754000127315521,-0.010099999606609344,1,0.0008999999845400453,0.00009999999747378752,0.9613000154495239,0.2754000127315521,-0.010099999606609344,1,0.0012000000569969416,-0.008700000122189522,0.9617000222206116,0.272599995136261,-0.02800000086426735,0.9613000154495239,0.2754000127315521,-0.010099999606609344,0.8618000149726868,0.507099986076355,-0.011500000022351742,0.9617000222206116,0.272599995136261,-0.02800000086426735,0.8618000149726868,0.507099986076355,-0.011500000022351742,0.8640999794006348,0.5026000142097473,-0.029100000858306885,0.9609000086784363,0.2770000100135803,-0.0013000000035390258,0.8603000044822693,0.5097000002861023,-0.00279999990016222,0.8618000149726868,0.507099986076355,-0.011500000022351742,0.9609000086784363,0.2770000100135803,-0.0013000000035390258,0.8618000149726868,0.507099986076355,-0.011500000022351742,0.9613000154495239,0.2754000127315521,-0.010099999606609344,1,0.0007999999797903001,0.007799999788403511,0.9606999754905701,0.2775999903678894,0.006300000008195639,0.9606999754905701,0.2775000035762787,0.003700000001117587,1,0.0007999999797903001,0.007799999788403511,0.9606999754905701,0.2775000035762787,0.003700000001117587,1,0.0007999999797903001,0.005100000184029341,0.9606999754905701,0.2775999903678894,0.006300000008195639,0.8597000241279602,0.510699987411499,0.004600000102072954,0.8597999811172485,0.5105999708175659,0.002099999925121665,0.9606999754905701,0.2775999903678894,0.006300000008195639,0.8597999811172485,0.5105999708175659,0.002099999925121665,0.9606999754905701,0.2775000035762787,0.003700000001117587,1,0.0007999999797903001,0.005100000184029341,0.9606999754905701,0.2775000035762787,0.003700000001117587,0.9609000086784363,0.2770000100135803,-0.0013000000035390258,1,0.0007999999797903001,0.005100000184029341,0.9609000086784363,0.2770000100135803,-0.0013000000035390258,1,0.0008999999845400453,0.00009999999747378752,0.9606999754905701,0.2775000035762787,0.003700000001117587,0.8597999811172485,0.5105999708175659,0.002099999925121665,0.8603000044822693,0.5097000002861023,-0.00279999990016222,0.9606999754905701,0.2775000035762787,0.003700000001117587,0.8603000044822693,0.5097000002861023,-0.00279999990016222,0.9609000086784363,0.2770000100135803,-0.0013000000035390258,0.9970999956130981,0.0026000000070780516,-0.07670000195503235,0.9613000154495239,-0.2655999958515167,-0.07360000163316727,0.9625999927520752,-0.26989999413490295,-0.025200000032782555,0.9970999956130981,0.0026000000070780516,-0.07670000195503235,0.9625999927520752,-0.26989999413490295,-0.025200000032782555,0.9995999932289124,0.0017999999690800905,-0.026599999517202377,0.9815999865531921,0.003000000026077032,-0.19089999794960022,0.9470000267028809,-0.2637999951839447,-0.18310000002384186,0.9613000154495239,-0.2655999958515167,-0.07360000163316727,0.9815999865531921,0.003000000026077032,-0.19089999794960022,0.9613000154495239,-0.2655999958515167,-0.07360000163316727,0.9970999956130981,0.0026000000070780516,-0.07670000195503235,0.9613000154495239,-0.2655999958515167,-0.07360000163316727,0.8658999800682068,-0.49549999833106995,-0.06859999895095825,0.8648999929428101,-0.5012999773025513,-0.023800000548362732,0.9613000154495239,-0.2655999958515167,-0.07360000163316727,0.8648999929428101,-0.5012999773025513,-0.023800000548362732,0.9625999927520752,-0.26989999413490295,-0.025200000032782555,0.9470000267028809,-0.2637999951839447,-0.18310000002384186,0.8539000153541565,-0.49300000071525574,-0.16660000383853912,0.8658999800682068,-0.49549999833106995,-0.06859999895095825,0.9470000267028809,-0.2637999951839447,-0.18310000002384186,0.8658999800682068,-0.49549999833106995,-0.06859999895095825,0.9613000154495239,-0.2655999958515167,-0.07360000163316727,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.8187000155448914,-0.26660001277923584,-0.5084999799728394,0.8986999988555908,-0.2653000056743622,-0.34929999709129333,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.8986999988555908,-0.2653000056743622,-0.34929999709129333,0.9309999942779541,0.0026000000070780516,-0.3650999963283539,0.8187000155448914,-0.26660001277923584,-0.5084999799728394,0.7394000291824341,-0.49639999866485596,-0.454800009727478,0.8105999827384949,-0.49480000138282776,-0.3131999969482422,0.8187000155448914,-0.26660001277923584,-0.5084999799728394,0.8105999827384949,-0.49480000138282776,-0.3131999969482422,0.8986999988555908,-0.2653000056743622,-0.34929999709129333,0.9309999942779541,0.0026000000070780516,-0.3650999963283539,0.8986999988555908,-0.2653000056743622,-0.34929999709129333,0.9470000267028809,-0.2637999951839447,-0.18310000002384186,0.9309999942779541,0.0026000000070780516,-0.3650999963283539,0.9470000267028809,-0.2637999951839447,-0.18310000002384186,0.9815999865531921,0.003000000026077032,-0.19089999794960022,0.8986999988555908,-0.2653000056743622,-0.34929999709129333,0.8105999827384949,-0.49480000138282776,-0.3131999969482422,0.8539000153541565,-0.49300000071525574,-0.16660000383853912,0.8986999988555908,-0.2653000056743622,-0.34929999709129333,0.8539000153541565,-0.49300000071525574,-0.16660000383853912,0.9470000267028809,-0.2637999951839447,-0.18310000002384186,0.4745999872684479,-0.8615999817848206,-0.17990000545978546,0.6723999977111816,-0.6937000155448914,-0.2583000063896179,0.6144000291824341,-0.6951000094413757,-0.3732999861240387,0.4745999872684479,-0.8615999817848206,-0.17990000545978546,0.6144000291824341,-0.6951000094413757,-0.3732999861240387,0.4350000023841858,-0.8622999787330627,-0.25920000672340393,0.49950000643730164,-0.8605999946594238,-0.0997999981045723,0.7080000042915344,-0.6920999884605408,-0.1404000073671341,0.6723999977111816,-0.6937000155448914,-0.2583000063896179,0.49950000643730164,-0.8605999946594238,-0.0997999981045723,0.6723999977111816,-0.6937000155448914,-0.2583000063896179,0.4745999872684479,-0.8615999817848206,-0.17990000545978546,0.6723999977111816,-0.6937000155448914,-0.2583000063896179,0.8105999827384949,-0.49480000138282776,-0.3131999969482422,0.7394000291824341,-0.49639999866485596,-0.454800009727478,0.6723999977111816,-0.6937000155448914,-0.2583000063896179,0.7394000291824341,-0.49639999866485596,-0.454800009727478,0.6144000291824341,-0.6951000094413757,-0.3732999861240387,0.7080000042915344,-0.6920999884605408,-0.1404000073671341,0.8539000153541565,-0.49300000071525574,-0.16660000383853912,0.8105999827384949,-0.49480000138282776,-0.3131999969482422,0.7080000042915344,-0.6920999884605408,-0.1404000073671341,0.8105999827384949,-0.49480000138282776,-0.3131999969482422,0.6723999977111816,-0.6937000155448914,-0.2583000063896179,0.5026999711990356,-0.864300012588501,-0.015300000086426735,0.7142999768257141,-0.6995000243186951,-0.0210999995470047,0.717199981212616,-0.6942999958992004,-0.059700001031160355,0.5026999711990356,-0.864300012588501,-0.015300000086426735,0.717199981212616,-0.6942999958992004,-0.059700001031160355,0.5058000087738037,-0.8615999817848206,-0.04349999874830246,0.7142999768257141,-0.6995000243186951,-0.0210999995470047,0.8648999929428101,-0.5012999773025513,-0.023800000548362732,0.8658999800682068,-0.49549999833106995,-0.06859999895095825,0.7142999768257141,-0.6995000243186951,-0.0210999995470047,0.8658999800682068,-0.49549999833106995,-0.06859999895095825,0.717199981212616,-0.6942999958992004,-0.059700001031160355,0.5058000087738037,-0.8615999817848206,-0.04349999874830246,0.717199981212616,-0.6942999958992004,-0.059700001031160355,0.7080000042915344,-0.6920999884605408,-0.1404000073671341,0.5058000087738037,-0.8615999817848206,-0.04349999874830246,0.7080000042915344,-0.6920999884605408,-0.1404000073671341,0.49950000643730164,-0.8605999946594238,-0.0997999981045723,0.717199981212616,-0.6942999958992004,-0.059700001031160355,0.8658999800682068,-0.49549999833106995,-0.06859999895095825,0.8539000153541565,-0.49300000071525574,-0.16660000383853912,0.717199981212616,-0.6942999958992004,-0.059700001031160355,0.8539000153541565,-0.49300000071525574,-0.16660000383853912,0.7080000042915344,-0.6920999884605408,-0.1404000073671341,0.5058000087738037,-0.8615999817848206,-0.04349999874830246,0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.2529999911785126,-0.9674999713897705,-0.005900000222027302,0.5058000087738037,-0.8615999817848206,-0.04349999874830246,0.2529999911785126,-0.9674999713897705,-0.005900000222027302,0.5026999711990356,-0.864300012588501,-0.015300000086426735,0.49950000643730164,-0.8605999946594238,-0.0997999981045723,0.25119999051094055,-0.9667999744415283,-0.047600001096725464,0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.49950000643730164,-0.8605999946594238,-0.0997999981045723,0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.5058000087738037,-0.8615999817848206,-0.04349999874830246,0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.00009999999747378752,-1,0.007799999788403511,0.0012000000569969416,-1,0.006399999838322401,0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.0012000000569969416,-1,0.006399999838322401,0.2529999911785126,-0.9674999713897705,-0.005900000222027302,0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.0007999999797903001,-1,0.00930000003427267,0.00009999999747378752,-1,0.007799999788403511,0.25119999051094055,-0.9667999744415283,-0.047600001096725464,0.00009999999747378752,-1,0.007799999788403511,0.25459998846054077,-0.9667999744415283,-0.020099999383091927,0.4350000023841858,-0.8622999787330627,-0.25920000672340393,0.22050000727176666,-0.9672999978065491,-0.12520000338554382,0.23919999599456787,-0.967199981212616,-0.08609999716281891,0.4350000023841858,-0.8622999787330627,-0.25920000672340393,0.23919999599456787,-0.967199981212616,-0.08609999716281891,0.4745999872684479,-0.8615999817848206,-0.17990000545978546,0.22050000727176666,-0.9672999978065491,-0.12520000338554382,0.0019000000320374966,-1,0.009700000286102295,-0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.22050000727176666,-0.9672999978065491,-0.12520000338554382,-0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.23919999599456787,-0.967199981212616,-0.08609999716281891,0.4745999872684479,-0.8615999817848206,-0.17990000545978546,0.23919999599456787,-0.967199981212616,-0.08609999716281891,0.25119999051094055,-0.9667999744415283,-0.047600001096725464,0.4745999872684479,-0.8615999817848206,-0.17990000545978546,0.25119999051094055,-0.9667999744415283,-0.047600001096725464,0.49950000643730164,-0.8605999946594238,-0.0997999981045723,0.23919999599456787,-0.967199981212616,-0.08609999716281891,-0.0003000000142492354,-0.9998999834060669,0.010300000198185444,-0.0007999999797903001,-1,0.00930000003427267,0.23919999599456787,-0.967199981212616,-0.08609999716281891,-0.0007999999797903001,-1,0.00930000003427267,0.25119999051094055,-0.9667999744415283,-0.047600001096725464,-0.48339998722076416,-0.8500999808311462,0.20880000293254852,-0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.2198999971151352,-0.9646000266075134,0.14550000429153442,-0.48339998722076416,-0.8500999808311462,0.20880000293254852,-0.2198999971151352,-0.9646000266075134,0.14550000429153442,-0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.5077999830245972,-0.8508999943733215,0.1348000019788742,-0.2549999952316284,-0.9643999934196472,0.07050000131130219,-0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.5077999830245972,-0.8508999943733215,0.1348000019788742,-0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.48339998722076416,-0.8500999808311462,0.20880000293254852,-0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.0003000000142492354,-0.9998999834060669,0.010300000198185444,0.0019000000320374966,-1,0.009700000286102295,-0.24240000545978546,-0.9639999866485596,0.10899999737739563,0.0019000000320374966,-1,0.009700000286102295,-0.2198999971151352,-0.9646000266075134,0.14550000429153442,-0.2549999952316284,-0.9643999934196472,0.07050000131130219,-0.0007999999797903001,-1,0.00930000003427267,-0.0003000000142492354,-0.9998999834060669,0.010300000198185444,-0.2549999952316284,-0.9643999934196472,0.07050000131130219,-0.0003000000142492354,-0.9998999834060669,0.010300000198185444,-0.24240000545978546,-0.9639999866485596,0.10899999737739563,-0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.2533000111579895,-0.9671000242233276,0.021700000390410423,-0.25679999589920044,-0.9656000137329102,0.04019999876618385,-0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.25679999589920044,-0.9656000137329102,0.04019999876618385,-0.5134999752044678,-0.8547000288963318,0.07639999687671661,-0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.0012000000569969416,-1,0.006399999838322401,0.00009999999747378752,-1,0.007799999788403511,-0.2533000111579895,-0.9671000242233276,0.021700000390410423,0.00009999999747378752,-1,0.007799999788403511,-0.25679999589920044,-0.9656000137329102,0.04019999876618385,-0.5134999752044678,-0.8547000288963318,0.07639999687671661,-0.25679999589920044,-0.9656000137329102,0.04019999876618385,-0.2549999952316284,-0.9643999934196472,0.07050000131130219,-0.5134999752044678,-0.8547000288963318,0.07639999687671661,-0.2549999952316284,-0.9643999934196472,0.07050000131130219,-0.5077999830245972,-0.8508999943733215,0.1348000019788742,-0.25679999589920044,-0.9656000137329102,0.04019999876618385,0.00009999999747378752,-1,0.007799999788403511,-0.0007999999797903001,-1,0.00930000003427267,-0.25679999589920044,-0.9656000137329102,0.04019999876618385,-0.0007999999797903001,-1,0.00930000003427267,-0.2549999952316284,-0.9643999934196472,0.07050000131130219,-0.5134999752044678,-0.8547000288963318,0.07639999687671661,-0.7253000140190125,-0.6797000169754028,0.10939999669790268,-0.7236999869346619,-0.6876999735832214,0.05719999969005585,-0.5134999752044678,-0.8547000288963318,0.07639999687671661,-0.7236999869346619,-0.6876999735832214,0.05719999969005585,-0.5094000101089478,-0.8596000075340271,0.039900001138448715,-0.5077999830245972,-0.8508999943733215,0.1348000019788742,-0.7139999866485596,-0.673799991607666,0.19030000269412994,-0.7253000140190125,-0.6797000169754028,0.10939999669790268,-0.5077999830245972,-0.8508999943733215,0.1348000019788742,-0.7253000140190125,-0.6797000169754028,0.10939999669790268,-0.5134999752044678,-0.8547000288963318,0.07639999687671661,-0.7253000140190125,-0.6797000169754028,0.10939999669790268,-0.868399977684021,-0.477400004863739,0.1339000016450882,-0.8712000250816345,-0.48590001463890076,0.0706000030040741,-0.7253000140190125,-0.6797000169754028,0.10939999669790268,-0.8712000250816345,-0.48590001463890076,0.0706000030040741,-0.7236999869346619,-0.6876999735832214,0.05719999969005585,-0.7139999866485596,-0.673799991607666,0.19030000269412994,-0.8515999913215637,-0.47130000591278076,0.22949999570846558,-0.868399977684021,-0.477400004863739,0.1339000016450882,-0.7139999866485596,-0.673799991607666,0.19030000269412994,-0.868399977684021,-0.477400004863739,0.1339000016450882,-0.7253000140190125,-0.6797000169754028,0.10939999669790268,-0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.6233000159263611,-0.6761000156402588,0.3928000032901764,-0.6797000169754028,-0.6729000210762024,0.2919999957084656,-0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.6797000169754028,-0.6729000210762024,0.2919999957084656,-0.48339998722076416,-0.8500999808311462,0.20880000293254852,-0.6233000159263611,-0.6761000156402588,0.3928000032901764,-0.7454000115394592,-0.4740000069141388,0.46869999170303345,-0.8105999827384949,-0.47040000557899475,0.34869998693466187,-0.6233000159263611,-0.6761000156402588,0.3928000032901764,-0.8105999827384949,-0.47040000557899475,0.34869998693466187,-0.6797000169754028,-0.6729000210762024,0.2919999957084656,-0.48339998722076416,-0.8500999808311462,0.20880000293254852,-0.6797000169754028,-0.6729000210762024,0.2919999957084656,-0.7139999866485596,-0.673799991607666,0.19030000269412994,-0.48339998722076416,-0.8500999808311462,0.20880000293254852,-0.7139999866485596,-0.673799991607666,0.19030000269412994,-0.5077999830245972,-0.8508999943733215,0.1348000019788742,-0.6797000169754028,-0.6729000210762024,0.2919999957084656,-0.8105999827384949,-0.47040000557899475,0.34869998693466187,-0.8515999913215637,-0.47130000591278076,0.22949999570846558,-0.6797000169754028,-0.6729000210762024,0.2919999957084656,-0.8515999913215637,-0.47130000591278076,0.22949999570846558,-0.7139999866485596,-0.673799991607666,0.19030000269412994,-0.9186000227928162,-0.00019999999494757503,0.3953000009059906,-0.8895999789237976,-0.24819999933242798,0.38339999318122864,-0.8198000192642212,-0.25060001015663147,0.5149000287055969,-0.9186000227928162,-0.00019999999494757503,0.3953000009059906,-0.8198000192642212,-0.25060001015663147,0.5149000287055969,-0.8472999930381775,-0.00009999999747378752,0.5310999751091003,-0.9650999903678894,-0.00039999998989515007,0.26190000772476196,-0.9347000122070312,-0.24889999628067017,0.25380000472068787,-0.8895999789237976,-0.24819999933242798,0.38339999318122864,-0.9650999903678894,-0.00039999998989515007,0.26190000772476196,-0.8895999789237976,-0.24819999933242798,0.38339999318122864,-0.9186000227928162,-0.00019999999494757503,0.3953000009059906,-0.8895999789237976,-0.24819999933242798,0.38339999318122864,-0.8105999827384949,-0.47040000557899475,0.34869998693466187,-0.7454000115394592,-0.4740000069141388,0.46869999170303345,-0.8895999789237976,-0.24819999933242798,0.38339999318122864,-0.7454000115394592,-0.4740000069141388,0.46869999170303345,-0.8198000192642212,-0.25060001015663147,0.5149000287055969,-0.9347000122070312,-0.24889999628067017,0.25380000472068787,-0.8515999913215637,-0.47130000591278076,0.22949999570846558,-0.8105999827384949,-0.47040000557899475,0.34869998693466187,-0.9347000122070312,-0.24889999628067017,0.25380000472068787,-0.8105999827384949,-0.47040000557899475,0.34869998693466187,-0.8895999789237976,-0.24819999933242798,0.38339999318122864,-0.9966999888420105,-0.0003000000142492354,0.08150000125169754,-0.9627000093460083,-0.25870001316070557,0.07930000126361847,-0.9559000134468079,-0.2529999911785126,0.149399995803833,-0.9966999888420105,-0.0003000000142492354,0.08150000125169754,-0.9559000134468079,-0.2529999911785126,0.149399995803833,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.9627000093460083,-0.25870001316070557,0.07930000126361847,-0.8712000250816345,-0.48590001463890076,0.0706000030040741,-0.868399977684021,-0.477400004863739,0.1339000016450882,-0.9627000093460083,-0.25870001316070557,0.07930000126361847,-0.868399977684021,-0.477400004863739,0.1339000016450882,-0.9559000134468079,-0.2529999911785126,0.149399995803833,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.9559000134468079,-0.2529999911785126,0.149399995803833,-0.9347000122070312,-0.24889999628067017,0.25380000472068787,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.9347000122070312,-0.24889999628067017,0.25380000472068787,-0.9650999903678894,-0.00039999998989515007,0.26190000772476196,-0.9559000134468079,-0.2529999911785126,0.149399995803833,-0.868399977684021,-0.477400004863739,0.1339000016450882,-0.8515999913215637,-0.47130000591278076,0.22949999570846558,-0.9559000134468079,-0.2529999911785126,0.149399995803833,-0.8515999913215637,-0.47130000591278076,0.22949999570846558,-0.9347000122070312,-0.24889999628067017,0.25380000472068787,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.95660001039505,0.25220000743865967,0.1462000012397766,-0.963100016117096,0.2581000030040741,0.07609999924898148,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.963100016117096,0.2581000030040741,0.07609999924898148,-0.9966999888420105,-0.0003000000142492354,0.08150000125169754,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.9650999903678894,-0.00039999998989515007,0.26190000772476196,-0.935699999332428,0.24809999763965607,0.2506999969482422,-0.9879999756813049,-0.00039999998989515007,0.1543000042438507,-0.935699999332428,0.24809999763965607,0.2506999969482422,-0.95660001039505,0.25220000743865967,0.1462000012397766,-0.963100016117096,0.2581000030040741,0.07609999924898148,-0.95660001039505,0.25220000743865967,0.1462000012397766,-0.8698999881744385,0.4763999879360199,0.12770000100135803,-0.963100016117096,0.2581000030040741,0.07609999924898148,-0.8698999881744385,0.4763999879360199,0.12770000100135803,-0.8720999956130981,0.48510000109672546,0.06459999829530716,-0.95660001039505,0.25220000743865967,0.1462000012397766,-0.935699999332428,0.24809999763965607,0.2506999969482422,-0.8537999987602234,0.4702000021934509,0.22349999845027924,-0.95660001039505,0.25220000743865967,0.1462000012397766,-0.8537999987602234,0.4702000021934509,0.22349999845027924,-0.8698999881744385,0.4763999879360199,0.12770000100135803,-0.9186000227928162,-0.00019999999494757503,0.3953000009059906,-0.8472999930381775,-0.00009999999747378752,0.5310999751091003,-0.8217999935150146,0.25029999017715454,0.511900007724762,-0.9186000227928162,-0.00019999999494757503,0.3953000009059906,-0.8217999935150146,0.25029999017715454,0.511900007724762,-0.890999972820282,0.24770000576972961,0.38040000200271606,-0.890999972820282,0.24770000576972961,0.38040000200271606,-0.8217999935150146,0.25029999017715454,0.511900007724762,-0.7494999766349792,0.4731999933719635,0.46299999952316284,-0.890999972820282,0.24770000576972961,0.38040000200271606,-0.7494999766349792,0.4731999933719635,0.46299999952316284,-0.8136000037193298,0.46939998865127563,0.34299999475479126,-0.9650999903678894,-0.00039999998989515007,0.26190000772476196,-0.9186000227928162,-0.00019999999494757503,0.3953000009059906,-0.890999972820282,0.24770000576972961,0.38040000200271606,-0.9650999903678894,-0.00039999998989515007,0.26190000772476196,-0.890999972820282,0.24770000576972961,0.38040000200271606,-0.935699999332428,0.24809999763965607,0.2506999969482422,-0.935699999332428,0.24809999763965607,0.2506999969482422,-0.890999972820282,0.24770000576972961,0.38040000200271606,-0.8136000037193298,0.46939998865127563,0.34299999475479126,-0.935699999332428,0.24809999763965607,0.2506999969482422,-0.8136000037193298,0.46939998865127563,0.34299999475479126,-0.8537999987602234,0.4702000021934509,0.22349999845027924,-0.4514000117778778,0.8503999710083008,0.2705000042915344,-0.49140000343322754,0.8482999801635742,0.1973000019788742,-0.6848999857902527,0.6711999773979187,0.2833999991416931,-0.4514000117778778,0.8503999710083008,0.2705000042915344,-0.6848999857902527,0.6711999773979187,0.2833999991416931,-0.6299999952316284,0.6747000217437744,0.3847000002861023,-0.49140000343322754,0.8482999801635742,0.1973000019788742,-0.513700008392334,0.8490999937057495,0.12280000001192093,-0.7178999781608582,0.6721000075340271,0.18140000104904175,-0.49140000343322754,0.8482999801635742,0.1973000019788742,-0.7178999781608582,0.6721000075340271,0.18140000104904175,-0.6848999857902527,0.6711999773979187,0.2833999991416931,-0.6299999952316284,0.6747000217437744,0.3847000002861023,-0.6848999857902527,0.6711999773979187,0.2833999991416931,-0.8136000037193298,0.46939998865127563,0.34299999475479126,-0.6299999952316284,0.6747000217437744,0.3847000002861023,-0.8136000037193298,0.46939998865127563,0.34299999475479126,-0.7494999766349792,0.4731999933719635,0.46299999952316284,-0.6848999857902527,0.6711999773979187,0.2833999991416931,-0.7178999781608582,0.6721000075340271,0.18140000104904175,-0.8537999987602234,0.4702000021934509,0.22349999845027924,-0.6848999857902527,0.6711999773979187,0.2833999991416931,-0.8537999987602234,0.4702000021934509,0.22349999845027924,-0.8136000037193298,0.46939998865127563,0.34299999475479126,-0.5175999999046326,0.8532000184059143,0.06480000168085098,-0.5120999813079834,0.8583999872207642,0.02930000051856041,-0.7253999710083008,0.6866000294685364,0.048700001090765,-0.5175999999046326,0.8532000184059143,0.06480000168085098,-0.7253999710083008,0.6866000294685364,0.048700001090765,-0.7279999852180481,0.6782000064849854,0.10040000081062317,-0.7279999852180481,0.6782000064849854,0.10040000081062317,-0.7253999710083008,0.6866000294685364,0.048700001090765,-0.8720999956130981,0.48510000109672546,0.06459999829530716,-0.7279999852180481,0.6782000064849854,0.10040000081062317,-0.8720999956130981,0.48510000109672546,0.06459999829530716,-0.8698999881744385,0.4763999879360199,0.12770000100135803,-0.513700008392334,0.8490999937057495,0.12280000001192093,-0.5175999999046326,0.8532000184059143,0.06480000168085098,-0.7279999852180481,0.6782000064849854,0.10040000081062317,-0.513700008392334,0.8490999937057495,0.12280000001192093,-0.7279999852180481,0.6782000064849854,0.10040000081062317,-0.7178999781608582,0.6721000075340271,0.18140000104904175,-0.7178999781608582,0.6721000075340271,0.18140000104904175,-0.7279999852180481,0.6782000064849854,0.10040000081062317,-0.8698999881744385,0.4763999879360199,0.12770000100135803,-0.7178999781608582,0.6721000075340271,0.18140000104904175,-0.8698999881744385,0.4763999879360199,0.12770000100135803,-0.8537999987602234,0.4702000021934509,0.22349999845027924,-0.5120999813079834,0.8583999872207642,0.02930000051856041,-0.5175999999046326,0.8532000184059143,0.06480000168085098,-0.26179999113082886,0.9648000001907349,0.026499999687075615,-0.5120999813079834,0.8583999872207642,0.02930000051856041,-0.26179999113082886,0.9648000001907349,0.026499999687075615,-0.2567000091075897,0.9664999842643738,0.009800000116229057,-0.5175999999046326,0.8532000184059143,0.06480000168085098,-0.513700008392334,0.8490999937057495,0.12280000001192093,-0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.5175999999046326,0.8532000184059143,0.06480000168085098,-0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.26179999113082886,0.9648000001907349,0.026499999687075615,-0.2567000091075897,0.9664999842643738,0.009800000116229057,-0.26179999113082886,0.9648000001907349,0.026499999687075615,-0.00430000014603138,1,-0.007000000216066837,-0.2567000091075897,0.9664999842643738,0.009800000116229057,-0.00430000014603138,1,-0.007000000216066837,-0.0015999999595806003,1,-0.005900000222027302,-0.26179999113082886,0.9648000001907349,0.026499999687075615,-0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.26179999113082886,0.9648000001907349,0.026499999687075615,-0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.00430000014603138,1,-0.007000000216066837,-0.49140000343322754,0.8482999801635742,0.1973000019788742,-0.4514000117778778,0.8503999710083008,0.2705000042915344,-0.2320999950170517,0.9635999798774719,0.13289999961853027,-0.49140000343322754,0.8482999801635742,0.1973000019788742,-0.2320999950170517,0.9635999798774719,0.13289999961853027,-0.2526000142097473,0.9628999829292297,0.09470000118017197,-0.2526000142097473,0.9628999829292297,0.09470000118017197,-0.2320999950170517,0.9635999798774719,0.13289999961853027,-0.010700000450015068,0.9998999834060669,-0.004800000227987766,-0.2526000142097473,0.9628999829292297,0.09470000118017197,-0.010700000450015068,0.9998999834060669,-0.004800000227987766,-0.010700000450015068,0.9998999834060669,-0.006500000134110451,-0.513700008392334,0.8490999937057495,0.12280000001192093,-0.49140000343322754,0.8482999801635742,0.1973000019788742,-0.2526000142097473,0.9628999829292297,0.09470000118017197,-0.513700008392334,0.8490999937057495,0.12280000001192093,-0.2526000142097473,0.9628999829292297,0.09470000118017197,-0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.2526000142097473,0.9628999829292297,0.09470000118017197,-0.010700000450015068,0.9998999834060669,-0.006500000134110451,-0.2624000012874603,0.9632999897003174,0.055799998342990875,-0.010700000450015068,0.9998999834060669,-0.006500000134110451,-0.007899999618530273,0.9998999834060669,-0.007400000002235174,0.4250999987125397,0.8626000285148621,-0.2741999924182892,0.4666000008583069,0.8621000051498413,-0.19769999384880066,0.2298000007867813,0.9675999879837036,-0.10429999977350235,0.4250999987125397,0.8626000285148621,-0.2741999924182892,0.2298000007867813,0.9675999879837036,-0.10429999977350235,0.20890000462532043,0.9677000045776367,-0.14079999923706055,0.4666000008583069,0.8621000051498413,-0.19769999384880066,0.4950999915599823,0.8611000180244446,-0.11620000004768372,0.24549999833106995,0.967199981212616,-0.06509999930858612,0.4666000008583069,0.8621000051498413,-0.19769999384880066,0.24549999833106995,0.967199981212616,-0.06509999930858612,0.2298000007867813,0.9675999879837036,-0.10429999977350235,0.20890000462532043,0.9677000045776367,-0.14079999923706055,0.2298000007867813,0.9675999879837036,-0.10429999977350235,-0.010700000450015068,0.9998999834060669,-0.006500000134110451,0.20890000462532043,0.9677000045776367,-0.14079999923706055,-0.010700000450015068,0.9998999834060669,-0.006500000134110451,-0.010700000450015068,0.9998999834060669,-0.004800000227987766,0.2298000007867813,0.9675999879837036,-0.10429999977350235,0.24549999833106995,0.967199981212616,-0.06509999930858612,-0.007899999618530273,0.9998999834060669,-0.007400000002235174,0.2298000007867813,0.9675999879837036,-0.10429999977350235,-0.007899999618530273,0.9998999834060669,-0.007400000002235174,-0.010700000450015068,0.9998999834060669,-0.006500000134110451,0.5041000247001648,0.8618000149726868,-0.05649999901652336,0.5023000240325928,0.864300012588501,-0.025299999862909317,0.2515000104904175,0.9677000045776367,-0.017500000074505806,0.5041000247001648,0.8618000149726868,-0.05649999901652336,0.2515000104904175,0.9677000045776367,-0.017500000074505806,0.2517000138759613,0.967199981212616,-0.034699998795986176,0.2517000138759613,0.967199981212616,-0.034699998795986176,0.2515000104904175,0.9677000045776367,-0.017500000074505806,-0.0015999999595806003,1,-0.005900000222027302,0.2517000138759613,0.967199981212616,-0.034699998795986176,-0.0015999999595806003,1,-0.005900000222027302,-0.00430000014603138,1,-0.007000000216066837,0.4950999915599823,0.8611000180244446,-0.11620000004768372,0.5041000247001648,0.8618000149726868,-0.05649999901652336,0.2517000138759613,0.967199981212616,-0.034699998795986176,0.4950999915599823,0.8611000180244446,-0.11620000004768372,0.2517000138759613,0.967199981212616,-0.034699998795986176,0.24549999833106995,0.967199981212616,-0.06509999930858612,0.24549999833106995,0.967199981212616,-0.06509999930858612,0.2517000138759613,0.967199981212616,-0.034699998795986176,-0.00430000014603138,1,-0.007000000216066837,0.24549999833106995,0.967199981212616,-0.06509999930858612,-0.00430000014603138,1,-0.007000000216066837,-0.007899999618530273,0.9998999834060669,-0.007400000002235174,0.5023000240325928,0.864300012588501,-0.025299999862909317,0.5041000247001648,0.8618000149726868,-0.05649999901652336,0.7156000137329102,0.6949999928474426,-0.06989999860525131,0.5023000240325928,0.864300012588501,-0.025299999862909317,0.7156000137329102,0.6949999928474426,-0.06989999860525131,0.7139000296592712,0.6995999813079834,-0.02889999933540821,0.5041000247001648,0.8618000149726868,-0.05649999901652336,0.4950999915599823,0.8611000180244446,-0.11620000004768372,0.7041000127792358,0.6931999921798706,-0.15389999747276306,0.5041000247001648,0.8618000149726868,-0.05649999901652336,0.7041000127792358,0.6931999921798706,-0.15389999747276306,0.7156000137329102,0.6949999928474426,-0.06989999860525131,0.7139000296592712,0.6995999813079834,-0.02889999933540821,0.7156000137329102,0.6949999928474426,-0.06989999860525131,0.8640999794006348,0.4977000057697296,-0.07569999992847443,0.7139000296592712,0.6995999813079834,-0.02889999933540821,0.8640999794006348,0.4977000057697296,-0.07569999992847443,0.8640999794006348,0.5026000142097473,-0.029100000858306885,0.7156000137329102,0.6949999928474426,-0.06989999860525131,0.7041000127792358,0.6931999921798706,-0.15389999747276306,0.8503000140190125,0.4957999885082245,-0.17640000581741333,0.7156000137329102,0.6949999928474426,-0.06989999860525131,0.8503000140190125,0.4957999885082245,-0.17640000581741333,0.8640999794006348,0.4977000057697296,-0.07569999992847443,0.4666000008583069,0.8621000051498413,-0.19769999384880066,0.4250999987125397,0.8626000285148621,-0.2741999924182892,0.6061000227928162,0.6955000162124634,-0.38580000400543213,0.4666000008583069,0.8621000051498413,-0.19769999384880066,0.6061000227928162,0.6955000162124634,-0.38580000400543213,0.6654000282287598,0.694599986076355,-0.2734000086784363,0.6654000282287598,0.694599986076355,-0.2734000086784363,0.6061000227928162,0.6955000162124634,-0.38580000400543213,0.7328000068664551,0.49790000915527344,-0.46369999647140503,0.6654000282287598,0.694599986076355,-0.2734000086784363,0.7328000068664551,0.49790000915527344,-0.46369999647140503,0.8047000169754028,0.49720001220703125,-0.32429999113082886,0.4950999915599823,0.8611000180244446,-0.11620000004768372,0.4666000008583069,0.8621000051498413,-0.19769999384880066,0.6654000282287598,0.694599986076355,-0.2734000086784363,0.4950999915599823,0.8611000180244446,-0.11620000004768372,0.6654000282287598,0.694599986076355,-0.2734000086784363,0.7041000127792358,0.6931999921798706,-0.15389999747276306,0.7041000127792358,0.6931999921798706,-0.15389999747276306,0.6654000282287598,0.694599986076355,-0.2734000086784363,0.8047000169754028,0.49720001220703125,-0.32429999113082886,0.7041000127792358,0.6931999921798706,-0.15389999747276306,0.8047000169754028,0.49720001220703125,-0.32429999113082886,0.8503000140190125,0.4957999885082245,-0.17640000581741333,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.9309999942779541,0.0026000000070780516,-0.3650999963283539,0.8949999809265137,0.2694999873638153,-0.3553999960422516,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.8949999809265137,0.2694999873638153,-0.3553999960422516,0.8148000240325928,0.2696000039577484,-0.5131999850273132,0.9309999942779541,0.0026000000070780516,-0.3650999963283539,0.9815999865531921,0.003000000026077032,-0.19089999794960022,0.944599986076355,0.2687000036239624,-0.1882999986410141,0.9309999942779541,0.0026000000070780516,-0.3650999963283539,0.944599986076355,0.2687000036239624,-0.1882999986410141,0.8949999809265137,0.2694999873638153,-0.3553999960422516,0.8148000240325928,0.2696000039577484,-0.5131999850273132,0.8949999809265137,0.2694999873638153,-0.3553999960422516,0.8047000169754028,0.49720001220703125,-0.32429999113082886,0.8148000240325928,0.2696000039577484,-0.5131999850273132,0.8047000169754028,0.49720001220703125,-0.32429999113082886,0.7328000068664551,0.49790000915527344,-0.46369999647140503,0.8949999809265137,0.2694999873638153,-0.3553999960422516,0.944599986076355,0.2687000036239624,-0.1882999986410141,0.8503000140190125,0.4957999885082245,-0.17640000581741333,0.8949999809265137,0.2694999873638153,-0.3553999960422516,0.8503000140190125,0.4957999885082245,-0.17640000581741333,0.8047000169754028,0.49720001220703125,-0.32429999113082886,0.9970999956130981,0.0026000000070780516,-0.07670000195503235,0.9995999932289124,0.0017999999690800905,-0.026599999517202377,0.9617000222206116,0.272599995136261,-0.02800000086426735,0.9970999956130981,0.0026000000070780516,-0.07670000195503235,0.9617000222206116,0.272599995136261,-0.02800000086426735,0.9598000049591064,0.26969999074935913,-0.07739999890327454,0.9598000049591064,0.26969999074935913,-0.07739999890327454,0.9617000222206116,0.272599995136261,-0.02800000086426735,0.8640999794006348,0.5026000142097473,-0.029100000858306885,0.9598000049591064,0.26969999074935913,-0.07739999890327454,0.8640999794006348,0.5026000142097473,-0.029100000858306885,0.8640999794006348,0.4977000057697296,-0.07569999992847443,0.9815999865531921,0.003000000026077032,-0.19089999794960022,0.9970999956130981,0.0026000000070780516,-0.07670000195503235,0.9598000049591064,0.26969999074935913,-0.07739999890327454,0.9815999865531921,0.003000000026077032,-0.19089999794960022,0.9598000049591064,0.26969999074935913,-0.07739999890327454,0.944599986076355,0.2687000036239624,-0.1882999986410141,0.944599986076355,0.2687000036239624,-0.1882999986410141,0.9598000049591064,0.26969999074935913,-0.07739999890327454,0.8640999794006348,0.4977000057697296,-0.07569999992847443,0.944599986076355,0.2687000036239624,-0.1882999986410141,0.8640999794006348,0.4977000057697296,-0.07569999992847443,0.8503000140190125,0.4957999885082245,-0.17640000581741333,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.7576000094413757,0.0013000000035390258,-0.6528000235557556,0.7319999933242798,-0.2676999866962433,-0.6265000104904175,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.7319999933242798,-0.2676999866962433,-0.6265000104904175,0.8187000155448914,-0.26660001277923584,-0.5084999799728394,0.7576000094413757,0.0013000000035390258,-0.6528000235557556,0.6599000096321106,0.0008999999845400453,-0.7513999938964844,0.6377000212669373,-0.2685000002384186,-0.7218999862670898,0.7576000094413757,0.0013000000035390258,-0.6528000235557556,0.6377000212669373,-0.2685000002384186,-0.7218999862670898,0.7319999933242798,-0.2676999866962433,-0.6265000104904175,0.8187000155448914,-0.26660001277923584,-0.5084999799728394,0.7319999933242798,-0.2676999866962433,-0.6265000104904175,0.6611999869346619,-0.49779999256134033,-0.5612000226974487,0.8187000155448914,-0.26660001277923584,-0.5084999799728394,0.6611999869346619,-0.49779999256134033,-0.5612000226974487,0.7394000291824341,-0.49639999866485596,-0.454800009727478,0.7319999933242798,-0.2676999866962433,-0.6265000104904175,0.6377000212669373,-0.2685000002384186,-0.7218999862670898,0.5760999917984009,-0.49880000948905945,-0.6474999785423279,0.7319999933242798,-0.2676999866962433,-0.6265000104904175,0.5760999917984009,-0.49880000948905945,-0.6474999785423279,0.6611999869346619,-0.49779999256134033,-0.5612000226974487,0.5476999878883362,0.0005000000237487257,-0.8367000222206116,0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,0.40059998631477356,-0.26840001344680786,-0.8759999871253967,0.5476999878883362,0.0005000000237487257,-0.8367000222206116,0.40059998631477356,-0.26840001344680786,-0.8759999871253967,0.5296000242233276,-0.2687999904155731,-0.8044999837875366,0.5296000242233276,-0.2687999904155731,-0.8044999837875366,0.40059998631477356,-0.26840001344680786,-0.8759999871253967,0.36329999566078186,-0.498199999332428,-0.7872999906539917,0.5296000242233276,-0.2687999904155731,-0.8044999837875366,0.36329999566078186,-0.498199999332428,-0.7872999906539917,0.4787999987602234,-0.49900001287460327,-0.7222999930381775,0.6599000096321106,0.0008999999845400453,-0.7513999938964844,0.5476999878883362,0.0005000000237487257,-0.8367000222206116,0.5296000242233276,-0.2687999904155731,-0.8044999837875366,0.6599000096321106,0.0008999999845400453,-0.7513999938964844,0.5296000242233276,-0.2687999904155731,-0.8044999837875366,0.6377000212669373,-0.2685000002384186,-0.7218999862670898,0.6377000212669373,-0.2685000002384186,-0.7218999862670898,0.5296000242233276,-0.2687999904155731,-0.8044999837875366,0.4787999987602234,-0.49900001287460327,-0.7222999930381775,0.6377000212669373,-0.2685000002384186,-0.7218999862670898,0.4787999987602234,-0.49900001287460327,-0.7222999930381775,0.5760999917984009,-0.49880000948905945,-0.6474999785423279,0.21660000085830688,-0.8636000156402588,-0.4553000032901764,0.2831000089645386,-0.8639000058174133,-0.41659998893737793,0.398499995470047,-0.6976000070571899,-0.5954999923706055,0.21660000085830688,-0.8636000156402588,-0.4553000032901764,0.398499995470047,-0.6976000070571899,-0.5954999923706055,0.3034000098705292,-0.6969000101089478,-0.6499000191688538,0.2831000089645386,-0.8639000058174133,-0.41659998893737793,0.33980000019073486,-0.8636000156402588,-0.3723999857902527,0.4790000021457672,-0.6973000168800354,-0.5332000255584717,0.2831000089645386,-0.8639000058174133,-0.41659998893737793,0.4790000021457672,-0.6973000168800354,-0.5332000255584717,0.398499995470047,-0.6976000070571899,-0.5954999923706055,0.3034000098705292,-0.6969000101089478,-0.6499000191688538,0.398499995470047,-0.6976000070571899,-0.5954999923706055,0.4787999987602234,-0.49900001287460327,-0.7222999930381775,0.3034000098705292,-0.6969000101089478,-0.6499000191688538,0.4787999987602234,-0.49900001287460327,-0.7222999930381775,0.36329999566078186,-0.498199999332428,-0.7872999906539917,0.398499995470047,-0.6976000070571899,-0.5954999923706055,0.4790000021457672,-0.6973000168800354,-0.5332000255584717,0.5760999917984009,-0.49880000948905945,-0.6474999785423279,0.398499995470047,-0.6976000070571899,-0.5954999923706055,0.5760999917984009,-0.49880000948905945,-0.6474999785423279,0.4787999987602234,-0.49900001287460327,-0.7222999930381775,0.4350000023841858,-0.8622999787330627,-0.25920000672340393,0.6144000291824341,-0.6951000094413757,-0.3732999861240387,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.4350000023841858,-0.8622999787330627,-0.25920000672340393,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.38960000872612,-0.863099992275238,-0.3215000033378601,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.6144000291824341,-0.6951000094413757,-0.3732999861240387,0.7394000291824341,-0.49639999866485596,-0.454800009727478,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.7394000291824341,-0.49639999866485596,-0.454800009727478,0.6611999869346619,-0.49779999256134033,-0.5612000226974487,0.33980000019073486,-0.8636000156402588,-0.3723999857902527,0.38960000872612,-0.863099992275238,-0.3215000033378601,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.33980000019073486,-0.8636000156402588,-0.3723999857902527,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.4790000021457672,-0.6973000168800354,-0.5332000255584717,0.4790000021457672,-0.6973000168800354,-0.5332000255584717,0.5497000217437744,-0.696399986743927,-0.46140000224113464,0.6611999869346619,-0.49779999256134033,-0.5612000226974487,0.4790000021457672,-0.6973000168800354,-0.5332000255584717,0.6611999869346619,-0.49779999256134033,-0.5612000226974487,0.5760999917984009,-0.49880000948905945,-0.6474999785423279,0.38960000872612,-0.863099992275238,-0.3215000033378601,0.19830000400543213,-0.9674999713897705,-0.15700000524520874,0.22050000727176666,-0.9672999978065491,-0.12520000338554382,0.38960000872612,-0.863099992275238,-0.3215000033378601,0.22050000727176666,-0.9672999978065491,-0.12520000338554382,0.4350000023841858,-0.8622999787330627,-0.25920000672340393,0.38960000872612,-0.863099992275238,-0.3215000033378601,0.33980000019073486,-0.8636000156402588,-0.3723999857902527,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.38960000872612,-0.863099992275238,-0.3215000033378601,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.19830000400543213,-0.9674999713897705,-0.15700000524520874,0.19830000400543213,-0.9674999713897705,-0.15700000524520874,0.0031999999191612005,-1,0.008500000461935997,0.0019000000320374966,-1,0.009700000286102295,0.19830000400543213,-0.9674999713897705,-0.15700000524520874,0.0019000000320374966,-1,0.009700000286102295,0.22050000727176666,-0.9672999978065491,-0.12520000338554382,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.0038999998942017555,-1,0.007499999832361937,0.0031999999191612005,-1,0.008500000461935997,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.0031999999191612005,-1,0.008500000461935997,0.19830000400543213,-0.9674999713897705,-0.15700000524520874,0.2831000089645386,-0.8639000058174133,-0.41659998893737793,0.21660000085830688,-0.8636000156402588,-0.4553000032901764,0.11180000007152557,-0.9678000211715698,-0.22540000081062317,0.2831000089645386,-0.8639000058174133,-0.41659998893737793,0.11180000007152557,-0.9678000211715698,-0.22540000081062317,0.14499999582767487,-0.9678000211715698,-0.20579999685287476,0.14499999582767487,-0.9678000211715698,-0.20579999685287476,0.11180000007152557,-0.9678000211715698,-0.22540000081062317,0.00430000014603138,-1,0.006399999838322401,0.14499999582767487,-0.9678000211715698,-0.20579999685287476,0.00430000014603138,-1,0.006399999838322401,0.00419999985024333,-1,0.006800000090152025,0.33980000019073486,-0.8636000156402588,-0.3723999857902527,0.2831000089645386,-0.8639000058174133,-0.41659998893737793,0.14499999582767487,-0.9678000211715698,-0.20579999685287476,0.33980000019073486,-0.8636000156402588,-0.3723999857902527,0.14499999582767487,-0.9678000211715698,-0.20579999685287476,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.14499999582767487,-0.9678000211715698,-0.20579999685287476,0.00419999985024333,-1,0.006800000090152025,0.17339999973773956,-0.9677000045776367,-0.18320000171661377,0.00419999985024333,-1,0.006800000090152025,0.0038999998942017555,-1,0.007499999832361937,-0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.13860000669956207,-0.965499997138977,0.22059999406337738,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.21480000019073486,-0.8557000160217285,0.4706999957561493,-0.3402999937534332,-0.8551999926567078,0.39089998602867126,-0.1679999977350235,-0.965399980545044,0.19930000603199005,-0.13860000669956207,-0.965499997138977,0.22059999406337738,-0.3402999937534332,-0.8551999926567078,0.39089998602867126,-0.13860000669956207,-0.965499997138977,0.22059999406337738,-0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.13860000669956207,-0.965499997138977,0.22059999406337738,0.00419999985024333,-1,0.006800000090152025,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.00419999985024333,-1,0.006800000090152025,0.00430000014603138,-1,0.006399999838322401,-0.1679999977350235,-0.965399980545044,0.19930000603199005,0.0038999998942017555,-1,0.007499999832361937,0.00419999985024333,-1,0.006800000090152025,-0.1679999977350235,-0.965399980545044,0.19930000603199005,0.00419999985024333,-1,0.006800000090152025,-0.13860000669956207,-0.965499997138977,0.22059999406337738,-0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.2198999971151352,-0.9646000266075134,0.14550000429153442,-0.19470000267028809,-0.9650999903678894,0.17489999532699585,-0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.19470000267028809,-0.9650999903678894,0.17489999532699585,-0.3930000066757202,-0.8539999723434448,0.3409000039100647,-0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.0019000000320374966,-1,0.009700000286102295,0.0031999999191612005,-1,0.008500000461935997,-0.2198999971151352,-0.9646000266075134,0.14550000429153442,0.0031999999191612005,-1,0.008500000461935997,-0.19470000267028809,-0.9650999903678894,0.17489999532699585,-0.3930000066757202,-0.8539999723434448,0.3409000039100647,-0.19470000267028809,-0.9650999903678894,0.17489999532699585,-0.1679999977350235,-0.965399980545044,0.19930000603199005,-0.3930000066757202,-0.8539999723434448,0.3409000039100647,-0.1679999977350235,-0.965399980545044,0.19930000603199005,-0.3402999937534332,-0.8551999926567078,0.39089998602867126,-0.19470000267028809,-0.9650999903678894,0.17489999532699585,0.0031999999191612005,-1,0.008500000461935997,0.0038999998942017555,-1,0.007499999832361937,-0.19470000267028809,-0.9650999903678894,0.17489999532699585,0.0038999998942017555,-1,0.007499999832361937,-0.1679999977350235,-0.965399980545044,0.19930000603199005,-0.3930000066757202,-0.8539999723434448,0.3409000039100647,-0.5562999844551086,-0.6796000003814697,0.478300005197525,-0.6233000159263611,-0.6761000156402588,0.3928000032901764,-0.3930000066757202,-0.8539999723434448,0.3409000039100647,-0.6233000159263611,-0.6761000156402588,0.3928000032901764,-0.4415999948978424,-0.8521000146865845,0.2809999883174896,-0.3402999937534332,-0.8551999926567078,0.39089998602867126,-0.48240000009536743,-0.6819999814033508,0.5496000051498413,-0.5562999844551086,-0.6796000003814697,0.478300005197525,-0.3402999937534332,-0.8551999926567078,0.39089998602867126,-0.5562999844551086,-0.6796000003814697,0.478300005197525,-0.3930000066757202,-0.8539999723434448,0.3409000039100647,-0.5562999844551086,-0.6796000003814697,0.478300005197525,-0.6668000221252441,-0.47780001163482666,0.5719000101089478,-0.7454000115394592,-0.4740000069141388,0.46869999170303345,-0.5562999844551086,-0.6796000003814697,0.478300005197525,-0.7454000115394592,-0.4740000069141388,0.46869999170303345,-0.6233000159263611,-0.6761000156402588,0.3928000032901764,-0.48240000009536743,-0.6819999814033508,0.5496000051498413,-0.5791000127792358,-0.48080000281333923,0.6583999991416931,-0.6668000221252441,-0.47780001163482666,0.5719000101089478,-0.48240000009536743,-0.6819999814033508,0.5496000051498413,-0.6668000221252441,-0.47780001163482666,0.5719000101089478,-0.5562999844551086,-0.6796000003814697,0.478300005197525,-0.21480000019073486,-0.8557000160217285,0.4706999957561493,-0.30550000071525574,-0.6841999888420105,0.6622999906539917,-0.39969998598098755,-0.6836000084877014,0.6107000112533569,-0.21480000019073486,-0.8557000160217285,0.4706999957561493,-0.39969998598098755,-0.6836000084877014,0.6107000112533569,-0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.30550000071525574,-0.6841999888420105,0.6622999906539917,-0.3677000105381012,-0.48399999737739563,0.7940999865531921,-0.4803999960422516,-0.4828000068664551,0.732200026512146,-0.30550000071525574,-0.6841999888420105,0.6622999906539917,-0.4803999960422516,-0.4828000068664551,0.732200026512146,-0.39969998598098755,-0.6836000084877014,0.6107000112533569,-0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.39969998598098755,-0.6836000084877014,0.6107000112533569,-0.48240000009536743,-0.6819999814033508,0.5496000051498413,-0.2815999984741211,-0.8557999730110168,0.43389999866485596,-0.48240000009536743,-0.6819999814033508,0.5496000051498413,-0.3402999937534332,-0.8551999926567078,0.39089998602867126,-0.39969998598098755,-0.6836000084877014,0.6107000112533569,-0.4803999960422516,-0.4828000068664551,0.732200026512146,-0.5791000127792358,-0.48080000281333923,0.6583999991416931,-0.39969998598098755,-0.6836000084877014,0.6107000112533569,-0.5791000127792358,-0.48080000281333923,0.6583999991416931,-0.48240000009536743,-0.6819999814033508,0.5496000051498413,-0.5497000217437744,-0.00009999999747378752,0.8353999853134155,-0.5304999947547913,-0.257099986076355,0.8077999949455261,-0.4065000116825104,-0.2581000030040741,0.8763999938964844,-0.5497000217437744,-0.00009999999747378752,0.8353999853134155,-0.4065000116825104,-0.2581000030040741,0.8763999938964844,-0.42149999737739563,0,0.9067999720573425,-0.6614999771118164,-0.00009999999747378752,0.75,-0.6388999819755554,-0.2554999887943268,0.7257000207901001,-0.5304999947547913,-0.257099986076355,0.8077999949455261,-0.6614999771118164,-0.00009999999747378752,0.75,-0.5304999947547913,-0.257099986076355,0.8077999949455261,-0.5497000217437744,-0.00009999999747378752,0.8353999853134155,-0.5304999947547913,-0.257099986076355,0.8077999949455261,-0.4803999960422516,-0.4828000068664551,0.732200026512146,-0.3677000105381012,-0.48399999737739563,0.7940999865531921,-0.5304999947547913,-0.257099986076355,0.8077999949455261,-0.3677000105381012,-0.48399999737739563,0.7940999865531921,-0.4065000116825104,-0.2581000030040741,0.8763999938964844,-0.6388999819755554,-0.2554999887943268,0.7257000207901001,-0.5791000127792358,-0.48080000281333923,0.6583999991416931,-0.4803999960422516,-0.4828000068664551,0.732200026512146,-0.6388999819755554,-0.2554999887943268,0.7257000207901001,-0.4803999960422516,-0.4828000068664551,0.732200026512146,-0.5304999947547913,-0.257099986076355,0.8077999949455261,-0.8472999930381775,-0.00009999999747378752,0.5310999751091003,-0.8198000192642212,-0.25060001015663147,0.5149000287055969,-0.7346000075340271,-0.2533000111579895,0.6294000148773193,-0.8472999930381775,-0.00009999999747378752,0.5310999751091003,-0.7346000075340271,-0.2533000111579895,0.6294000148773193,-0.7601000070571899,-0.00009999999747378752,0.6499000191688538,-0.8198000192642212,-0.25060001015663147,0.5149000287055969,-0.7454000115394592,-0.4740000069141388,0.46869999170303345,-0.6668000221252441,-0.47780001163482666,0.5719000101089478,-0.8198000192642212,-0.25060001015663147,0.5149000287055969,-0.6668000221252441,-0.47780001163482666,0.5719000101089478,-0.7346000075340271,-0.2533000111579895,0.6294000148773193,-0.7601000070571899,-0.00009999999747378752,0.6499000191688538,-0.7346000075340271,-0.2533000111579895,0.6294000148773193,-0.6388999819755554,-0.2554999887943268,0.7257000207901001,-0.7601000070571899,-0.00009999999747378752,0.6499000191688538,-0.6388999819755554,-0.2554999887943268,0.7257000207901001,-0.6614999771118164,-0.00009999999747378752,0.75,-0.7346000075340271,-0.2533000111579895,0.6294000148773193,-0.6668000221252441,-0.47780001163482666,0.5719000101089478,-0.5791000127792358,-0.48080000281333923,0.6583999991416931,-0.7346000075340271,-0.2533000111579895,0.6294000148773193,-0.5791000127792358,-0.48080000281333923,0.6583999991416931,-0.6388999819755554,-0.2554999887943268,0.7257000207901001,-0.8472999930381775,-0.00009999999747378752,0.5310999751091003,-0.7601000070571899,-0.00009999999747378752,0.6499000191688538,-0.7369999885559082,0.2531000077724457,0.626800000667572,-0.8472999930381775,-0.00009999999747378752,0.5310999751091003,-0.7369999885559082,0.2531000077724457,0.626800000667572,-0.8217999935150146,0.25029999017715454,0.511900007724762,-0.7601000070571899,-0.00009999999747378752,0.6499000191688538,-0.6614999771118164,-0.00009999999747378752,0.75,-0.6413999795913696,0.25519999861717224,0.7235000133514404,-0.7601000070571899,-0.00009999999747378752,0.6499000191688538,-0.6413999795913696,0.25519999861717224,0.7235000133514404,-0.7369999885559082,0.2531000077724457,0.626800000667572,-0.8217999935150146,0.25029999017715454,0.511900007724762,-0.7369999885559082,0.2531000077724457,0.626800000667572,-0.671500027179718,0.4771000146865845,0.5669999718666077,-0.8217999935150146,0.25029999017715454,0.511900007724762,-0.671500027179718,0.4771000146865845,0.5669999718666077,-0.7494999766349792,0.4731999933719635,0.46299999952316284,-0.7369999885559082,0.2531000077724457,0.626800000667572,-0.6413999795913696,0.25519999861717224,0.7235000133514404,-0.5841000080108643,0.48019999265670776,0.6543999910354614,-0.7369999885559082,0.2531000077724457,0.626800000667572,-0.5841000080108643,0.48019999265670776,0.6543999910354614,-0.671500027179718,0.4771000146865845,0.5669999718666077,-0.42149999737739563,0,0.9067999720573425,-0.4088999927043915,0.2581000030040741,0.8752999901771545,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.42149999737739563,0,0.9067999720573425,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.5497000217437744,-0.00009999999747378752,0.8353999853134155,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.4088999927043915,0.2581000030040741,0.8752999901771545,-0.37229999899864197,0.4837999939918518,0.7919999957084656,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.37229999899864197,0.4837999939918518,0.7919999957084656,-0.48539999127388,0.48240000009536743,0.729200005531311,-0.6614999771118164,-0.00009999999747378752,0.75,-0.5497000217437744,-0.00009999999747378752,0.8353999853134155,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.6614999771118164,-0.00009999999747378752,0.75,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.6413999795913696,0.25519999861717224,0.7235000133514404,-0.6413999795913696,0.25519999861717224,0.7235000133514404,-0.5329999923706055,0.25690001249313354,0.8061000108718872,-0.48539999127388,0.48240000009536743,0.729200005531311,-0.6413999795913696,0.25519999861717224,0.7235000133514404,-0.48539999127388,0.48240000009536743,0.729200005531311,-0.5841000080108643,0.48019999265670776,0.6543999910354614,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.29190000891685486,0.8547999858856201,0.42899999022483826,-0.4072999954223633,0.6827999949455261,0.6065999865531921,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.4072999954223633,0.6827999949455261,0.6065999865531921,-0.3125,0.6837000250816345,0.659500002861023,-0.29190000891685486,0.8547999858856201,0.42899999022483826,-0.35089999437332153,0.8539999723434448,0.38420000672340393,-0.4900999963283539,0.6809999942779541,0.5442000031471252,-0.29190000891685486,0.8547999858856201,0.42899999022483826,-0.4900999963283539,0.6809999942779541,0.5442000031471252,-0.4072999954223633,0.6827999949455261,0.6065999865531921,-0.3125,0.6837000250816345,0.659500002861023,-0.4072999954223633,0.6827999949455261,0.6065999865531921,-0.48539999127388,0.48240000009536743,0.729200005531311,-0.3125,0.6837000250816345,0.659500002861023,-0.48539999127388,0.48240000009536743,0.729200005531311,-0.37229999899864197,0.4837999939918518,0.7919999957084656,-0.4072999954223633,0.6827999949455261,0.6065999865531921,-0.4900999963283539,0.6809999942779541,0.5442000031471252,-0.5841000080108643,0.48019999265670776,0.6543999910354614,-0.4072999954223633,0.6827999949455261,0.6065999865531921,-0.5841000080108643,0.48019999265670776,0.6543999910354614,-0.48539999127388,0.48240000009536743,0.729200005531311,-0.4034999907016754,0.8525000214576721,0.33230000734329224,-0.4514000117778778,0.8503999710083008,0.2705000042915344,-0.6299999952316284,0.6747000217437744,0.3847000002861023,-0.4034999907016754,0.8525000214576721,0.33230000734329224,-0.6299999952316284,0.6747000217437744,0.3847000002861023,-0.5637000203132629,0.6783000230789185,0.4713999927043915,-0.5637000203132629,0.6783000230789185,0.4713999927043915,-0.6299999952316284,0.6747000217437744,0.3847000002861023,-0.7494999766349792,0.4731999933719635,0.46299999952316284,-0.5637000203132629,0.6783000230789185,0.4713999927043915,-0.7494999766349792,0.4731999933719635,0.46299999952316284,-0.671500027179718,0.4771000146865845,0.5669999718666077,-0.35089999437332153,0.8539999723434448,0.38420000672340393,-0.4034999907016754,0.8525000214576721,0.33230000734329224,-0.5637000203132629,0.6783000230789185,0.4713999927043915,-0.35089999437332153,0.8539999723434448,0.38420000672340393,-0.5637000203132629,0.6783000230789185,0.4713999927043915,-0.4900999963283539,0.6809999942779541,0.5442000031471252,-0.4900999963283539,0.6809999942779541,0.5442000031471252,-0.5637000203132629,0.6783000230789185,0.4713999927043915,-0.671500027179718,0.4771000146865845,0.5669999718666077,-0.4900999963283539,0.6809999942779541,0.5442000031471252,-0.671500027179718,0.4771000146865845,0.5669999718666077,-0.5841000080108643,0.48019999265670776,0.6543999910354614,-0.4514000117778778,0.8503999710083008,0.2705000042915344,-0.4034999907016754,0.8525000214576721,0.33230000734329224,-0.20759999752044678,0.9642000198364258,0.1648000031709671,-0.4514000117778778,0.8503999710083008,0.2705000042915344,-0.20759999752044678,0.9642000198364258,0.1648000031709671,-0.2320999950170517,0.9635999798774719,0.13289999961853027,-0.4034999907016754,0.8525000214576721,0.33230000734329224,-0.35089999437332153,0.8539999723434448,0.38420000672340393,-0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.4034999907016754,0.8525000214576721,0.33230000734329224,-0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.20759999752044678,0.9642000198364258,0.1648000031709671,-0.2320999950170517,0.9635999798774719,0.13289999961853027,-0.20759999752044678,0.9642000198364258,0.1648000031709671,-0.010099999606609344,0.9998999834060669,-0.003100000089034438,-0.2320999950170517,0.9635999798774719,0.13289999961853027,-0.010099999606609344,0.9998999834060669,-0.003100000089034438,-0.010700000450015068,0.9998999834060669,-0.004800000227987766,-0.20759999752044678,0.9642000198364258,0.1648000031709671,-0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.009600000455975533,1,-0.0013000000035390258,-0.20759999752044678,0.9642000198364258,0.1648000031709671,-0.009600000455975533,1,-0.0013000000035390258,-0.010099999606609344,0.9998999834060669,-0.003100000089034438,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.11659999936819077,0.9648000001907349,0.23589999973773956,-0.15109999477863312,0.9648000001907349,0.2152000069618225,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.15109999477863312,0.9648000001907349,0.2152000069618225,-0.29190000891685486,0.8547999858856201,0.42899999022483826,-0.11659999936819077,0.9648000001907349,0.23589999973773956,-0.00800000037997961,1,0.0024999999441206455,-0.008999999612569809,1,0.0005000000237487257,-0.11659999936819077,0.9648000001907349,0.23589999973773956,-0.008999999612569809,1,0.0005000000237487257,-0.15109999477863312,0.9648000001907349,0.2152000069618225,-0.35089999437332153,0.8539999723434448,0.38420000672340393,-0.29190000891685486,0.8547999858856201,0.42899999022483826,-0.15109999477863312,0.9648000001907349,0.2152000069618225,-0.35089999437332153,0.8539999723434448,0.38420000672340393,-0.15109999477863312,0.9648000001907349,0.2152000069618225,-0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.15109999477863312,0.9648000001907349,0.2152000069618225,-0.008999999612569809,1,0.0005000000237487257,-0.1808999925851822,0.9646000266075134,0.19169999659061432,-0.008999999612569809,1,0.0005000000237487257,-0.009600000455975533,1,-0.0013000000035390258,0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.13249999284744263,0.9681000113487244,-0.21289999783039093,0.09989999979734421,0.9679999947547913,-0.23010000586509705,0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.09989999979734421,0.9679999947547913,-0.23010000586509705,0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.13249999284744263,0.9681000113487244,-0.21289999783039093,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.13249999284744263,0.9681000113487244,-0.21289999783039093,0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.13249999284744263,0.9681000113487244,-0.21289999783039093,-0.008999999612569809,1,0.0005000000237487257,-0.00800000037997961,1,0.0024999999441206455,0.13249999284744263,0.9681000113487244,-0.21289999783039093,-0.00800000037997961,1,0.0024999999441206455,0.09989999979734421,0.9679999947547913,-0.23010000586509705,0.1606999933719635,0.9679999947547913,-0.19280000030994415,-0.009600000455975533,1,-0.0013000000035390258,-0.008999999612569809,1,0.0005000000237487257,0.1606999933719635,0.9679999947547913,-0.19280000030994415,-0.008999999612569809,1,0.0005000000237487257,0.13249999284744263,0.9681000113487244,-0.21289999783039093,0.3790999948978424,0.8632000088691711,-0.33340001106262207,0.4250999987125397,0.8626000285148621,-0.2741999924182892,0.20890000462532043,0.9677000045776367,-0.14079999923706055,0.3790999948978424,0.8632000088691711,-0.33340001106262207,0.20890000462532043,0.9677000045776367,-0.14079999923706055,0.1859000027179718,0.9678999781608582,-0.16940000653266907,0.1859000027179718,0.9678999781608582,-0.16940000653266907,0.20890000462532043,0.9677000045776367,-0.14079999923706055,-0.010700000450015068,0.9998999834060669,-0.004800000227987766,0.1859000027179718,0.9678999781608582,-0.16940000653266907,-0.010700000450015068,0.9998999834060669,-0.004800000227987766,-0.010099999606609344,0.9998999834060669,-0.003100000089034438,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.3790999948978424,0.8632000088691711,-0.33340001106262207,0.1859000027179718,0.9678999781608582,-0.16940000653266907,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.1859000027179718,0.9678999781608582,-0.16940000653266907,0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.1606999933719635,0.9679999947547913,-0.19280000030994415,0.1859000027179718,0.9678999781608582,-0.16940000653266907,-0.010099999606609344,0.9998999834060669,-0.003100000089034438,0.1606999933719635,0.9679999947547913,-0.19280000030994415,-0.010099999606609344,0.9998999834060669,-0.003100000089034438,-0.009600000455975533,1,-0.0013000000035390258,0.4250999987125397,0.8626000285148621,-0.2741999924182892,0.3790999948978424,0.8632000088691711,-0.33340001106262207,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.4250999987125397,0.8626000285148621,-0.2741999924182892,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.6061000227928162,0.6955000162124634,-0.38580000400543213,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.47049999237060547,0.6970999836921692,-0.5410000085830688,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.3790999948978424,0.8632000088691711,-0.33340001106262207,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.654699981212616,0.49869999289512634,-0.5680000185966492,0.7328000068664551,0.49790000915527344,-0.46369999647140503,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.7328000068664551,0.49790000915527344,-0.46369999647140503,0.6061000227928162,0.6955000162124634,-0.38580000400543213,0.47049999237060547,0.6970999836921692,-0.5410000085830688,0.5698000192642212,0.4991999864578247,-0.6528000235557556,0.654699981212616,0.49869999289512634,-0.5680000185966492,0.47049999237060547,0.6970999836921692,-0.5410000085830688,0.654699981212616,0.49869999289512634,-0.5680000185966492,0.5411999821662903,0.6965000033378601,-0.47119998931884766,0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.2953000068664551,0.695900022983551,-0.6546000242233276,0.39010000228881836,0.6970000267028809,-0.6015999913215637,0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.39010000228881836,0.6970000267028809,-0.6015999913215637,0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.2953000068664551,0.695900022983551,-0.6546000242233276,0.35740000009536743,0.49720001220703125,-0.7906000018119812,0.47269999980926514,0.49880000948905945,-0.7264999747276306,0.2953000068664551,0.695900022983551,-0.6546000242233276,0.47269999980926514,0.49880000948905945,-0.7264999747276306,0.39010000228881836,0.6970000267028809,-0.6015999913215637,0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.39010000228881836,0.6970000267028809,-0.6015999913215637,0.47049999237060547,0.6970999836921692,-0.5410000085830688,0.27239999175071716,0.8637999892234802,-0.4239000082015991,0.47049999237060547,0.6970999836921692,-0.5410000085830688,0.32899999618530273,0.8636999726295471,-0.38179999589920044,0.39010000228881836,0.6970000267028809,-0.6015999913215637,0.47269999980926514,0.49880000948905945,-0.7264999747276306,0.5698000192642212,0.4991999864578247,-0.6528000235557556,0.39010000228881836,0.6970000267028809,-0.6015999913215637,0.5698000192642212,0.4991999864578247,-0.6528000235557556,0.47049999237060547,0.6970999836921692,-0.5410000085830688,0.5476999878883362,0.0005000000237487257,-0.8367000222206116,0.5260999798774719,0.26930001378059387,-0.8065999746322632,0.39739999175071716,0.2678999900817871,-0.8776999711990356,0.5476999878883362,0.0005000000237487257,-0.8367000222206116,0.39739999175071716,0.2678999900817871,-0.8776999711990356,0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,0.6599000096321106,0.0008999999845400453,-0.7513999938964844,0.6341000199317932,0.26989999413490295,-0.7246000170707703,0.5260999798774719,0.26930001378059387,-0.8065999746322632,0.6599000096321106,0.0008999999845400453,-0.7513999938964844,0.5260999798774719,0.26930001378059387,-0.8065999746322632,0.5476999878883362,0.0005000000237487257,-0.8367000222206116,0.5260999798774719,0.26930001378059387,-0.8065999746322632,0.47269999980926514,0.49880000948905945,-0.7264999747276306,0.35740000009536743,0.49720001220703125,-0.7906000018119812,0.5260999798774719,0.26930001378059387,-0.8065999746322632,0.35740000009536743,0.49720001220703125,-0.7906000018119812,0.39739999175071716,0.2678999900817871,-0.8776999711990356,0.6341000199317932,0.26989999413490295,-0.7246000170707703,0.5698000192642212,0.4991999864578247,-0.6528000235557556,0.47269999980926514,0.49880000948905945,-0.7264999747276306,0.6341000199317932,0.26989999413490295,-0.7246000170707703,0.47269999980926514,0.49880000948905945,-0.7264999747276306,0.5260999798774719,0.26930001378059387,-0.8065999746322632,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.8148000240325928,0.2696000039577484,-0.5131999850273132,0.7282000184059143,0.26980000734329224,-0.6301000118255615,0.8475000262260437,0.0017999999690800905,-0.5307000279426575,0.7282000184059143,0.26980000734329224,-0.6301000118255615,0.7576000094413757,0.0013000000035390258,-0.6528000235557556,0.8148000240325928,0.2696000039577484,-0.5131999850273132,0.7328000068664551,0.49790000915527344,-0.46369999647140503,0.654699981212616,0.49869999289512634,-0.5680000185966492,0.8148000240325928,0.2696000039577484,-0.5131999850273132,0.654699981212616,0.49869999289512634,-0.5680000185966492,0.7282000184059143,0.26980000734329224,-0.6301000118255615,0.7576000094413757,0.0013000000035390258,-0.6528000235557556,0.7282000184059143,0.26980000734329224,-0.6301000118255615,0.6341000199317932,0.26989999413490295,-0.7246000170707703,0.7576000094413757,0.0013000000035390258,-0.6528000235557556,0.6341000199317932,0.26989999413490295,-0.7246000170707703,0.6599000096321106,0.0008999999845400453,-0.7513999938964844,0.7282000184059143,0.26980000734329224,-0.6301000118255615,0.654699981212616,0.49869999289512634,-0.5680000185966492,0.5698000192642212,0.4991999864578247,-0.6528000235557556,0.7282000184059143,0.26980000734329224,-0.6301000118255615,0.5698000192642212,0.4991999864578247,-0.6528000235557556,0.6341000199317932,0.26989999413490295,-0.7246000170707703,0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,0.26980000734329224,-0.2669000029563904,-0.9251999855041504,0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,0.26980000734329224,-0.2669000029563904,-0.9251999855041504,0.40059998631477356,-0.26840001344680786,-0.8759999871253967,0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,0.16529999673366547,-0.000699999975040555,-0.9861999750137329,0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0.26980000734329224,-0.2669000029563904,-0.9251999855041504,0.40059998631477356,-0.26840001344680786,-0.8759999871253967,0.26980000734329224,-0.2669000029563904,-0.9251999855041504,0.24580000340938568,-0.49570000171661377,-0.8330000042915344,0.40059998631477356,-0.26840001344680786,-0.8759999871253967,0.24580000340938568,-0.49570000171661377,-0.8330000042915344,0.36329999566078186,-0.498199999332428,-0.7872999906539917,0.26980000734329224,-0.2669000029563904,-0.9251999855041504,0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0.26980000734329224,-0.2669000029563904,-0.9251999855041504,0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0.24580000340938568,-0.49570000171661377,-0.8330000042915344,0,-0.00039999998989515007,-1,0,-0.2646999955177307,-0.9642999768257141,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0,-0.00039999998989515007,-1,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0,-0.2646999955177307,-0.9642999768257141,0,-0.4925000071525574,-0.8702999949455261,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0,-0.4925000071525574,-0.8702999949455261,0.06620000302791595,-0.492900013923645,-0.8676000237464905,0.16529999673366547,-0.000699999975040555,-0.9861999750137329,0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0.16529999673366547,-0.000699999975040555,-0.9861999750137329,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0.07199999690055847,-0.26499998569488525,-0.9616000056266785,0.06620000302791595,-0.492900013923645,-0.8676000237464905,0.1607999950647354,-0.26570001244544983,-0.9506000280380249,0.06620000302791595,-0.492900013923645,-0.8676000237464905,0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0,-0.8596000075340271,-0.5109999775886536,0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0,-0.8596000075340271,-0.5109999775886536,0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0,-0.691100001335144,-0.7226999998092651,0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0.09059999883174896,-0.8607000112533569,-0.5009999871253967,0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0,-0.691100001335144,-0.7226999998092651,0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0.06620000302791595,-0.492900013923645,-0.8676000237464905,0,-0.691100001335144,-0.7226999998092651,0.06620000302791595,-0.492900013923645,-0.8676000237464905,0,-0.4925000071525574,-0.8702999949455261,0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0.056299999356269836,-0.6915000081062317,-0.7200999855995178,0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0.06620000302791595,-0.492900013923645,-0.8676000237464905,0.14900000393390656,-0.8619999885559082,-0.4846000075340271,0.21660000085830688,-0.8636000156402588,-0.4553000032901764,0.3034000098705292,-0.6969000101089478,-0.6499000191688538,0.14900000393390656,-0.8619999885559082,-0.4846000075340271,0.3034000098705292,-0.6969000101089478,-0.6499000191688538,0.20669999718666077,-0.6944000124931335,-0.689300000667572,0.20669999718666077,-0.6944000124931335,-0.689300000667572,0.3034000098705292,-0.6969000101089478,-0.6499000191688538,0.36329999566078186,-0.498199999332428,-0.7872999906539917,0.20669999718666077,-0.6944000124931335,-0.689300000667572,0.36329999566078186,-0.498199999332428,-0.7872999906539917,0.24580000340938568,-0.49570000171661377,-0.8330000042915344,0.09059999883174896,-0.8607000112533569,-0.5009999871253967,0.14900000393390656,-0.8619999885559082,-0.4846000075340271,0.20669999718666077,-0.6944000124931335,-0.689300000667572,0.09059999883174896,-0.8607000112533569,-0.5009999871253967,0.20669999718666077,-0.6944000124931335,-0.689300000667572,0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0.20669999718666077,-0.6944000124931335,-0.689300000667572,0.24580000340938568,-0.49570000171661377,-0.8330000042915344,0.12460000067949295,-0.6924999952316284,-0.7106000185012817,0.24580000340938568,-0.49570000171661377,-0.8330000042915344,0.14720000326633453,-0.49380001425743103,-0.8569999933242798,0.21660000085830688,-0.8636000156402588,-0.4553000032901764,0.14900000393390656,-0.8619999885559082,-0.4846000075340271,0.07810000330209732,-0.9672999978065491,-0.24140000343322754,0.21660000085830688,-0.8636000156402588,-0.4553000032901764,0.07810000330209732,-0.9672999978065491,-0.24140000343322754,0.11180000007152557,-0.9678000211715698,-0.22540000081062317,0.14900000393390656,-0.8619999885559082,-0.4846000075340271,0.09059999883174896,-0.8607000112533569,-0.5009999871253967,0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.14900000393390656,-0.8619999885559082,-0.4846000075340271,0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.07810000330209732,-0.9672999978065491,-0.24140000343322754,0.11180000007152557,-0.9678000211715698,-0.22540000081062317,0.07810000330209732,-0.9672999978065491,-0.24140000343322754,0.0044999998062849045,-1,0.0044999998062849045,0.11180000007152557,-0.9678000211715698,-0.22540000081062317,0.0044999998062849045,-1,0.0044999998062849045,0.00430000014603138,-1,0.006399999838322401,0.07810000330209732,-0.9672999978065491,-0.24140000343322754,0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.003599999938160181,-1,0.00279999990016222,0.07810000330209732,-0.9672999978065491,-0.24140000343322754,0.003599999938160181,-1,0.00279999990016222,0.0044999998062849045,-1,0.0044999998062849045,0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0,-0.8596000075340271,-0.5109999775886536,0,-0.9664000272750854,-0.2572000026702881,0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0,-0.9664000272750854,-0.2572000026702881,0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0,-0.9664000272750854,-0.2572000026702881,0,-1,0.000699999975040555,0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0,-1,0.000699999975040555,0.002099999925121665,-1,0.001500000013038516,0.09059999883174896,-0.8607000112533569,-0.5009999871253967,0.04129999876022339,-0.8600000143051147,-0.5087000131607056,0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0.09059999883174896,-0.8607000112533569,-0.5009999871253967,0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.022299999371170998,-0.9664999842643738,-0.2554999887943268,0.002099999925121665,-1,0.001500000013038516,0.04820000007748604,-0.9667999744415283,-0.2508000135421753,0.002099999925121665,-1,0.001500000013038516,0.003599999938160181,-1,0.00279999990016222,0,-0.8555999994277954,0.5175999999046326,-0.04050000011920929,-0.8554999828338623,0.5160999894142151,-0.01899999938905239,-0.965399980545044,0.2599000036716461,0,-0.8555999994277954,0.5175999999046326,-0.01899999938905239,-0.965399980545044,0.2599000036716461,0,-0.965499997138977,0.26019999384880066,-0.04050000011920929,-0.8554999828338623,0.5160999894142151,-0.08910000324249268,-0.8555999994277954,0.5098999738693237,-0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.04050000011920929,-0.8554999828338623,0.5160999894142151,-0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.01899999938905239,-0.965399980545044,0.2599000036716461,0,-0.965499997138977,0.26019999384880066,-0.01899999938905239,-0.965399980545044,0.2599000036716461,0.002099999925121665,-1,0.001500000013038516,0,-0.965499997138977,0.26019999384880066,0.002099999925121665,-1,0.001500000013038516,0,-1,0.000699999975040555,-0.01899999938905239,-0.965399980545044,0.2599000036716461,-0.042500000447034836,-0.9653000235557556,0.2574999928474426,0.003599999938160181,-1,0.00279999990016222,-0.01899999938905239,-0.965399980545044,0.2599000036716461,0.003599999938160181,-1,0.00279999990016222,0.002099999925121665,-1,0.001500000013038516,-0.14710000157356262,-0.8557999730110168,0.4959999918937683,-0.21480000019073486,-0.8557000160217285,0.4706999957561493,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.14710000157356262,-0.8557999730110168,0.4959999918937683,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,-0.07100000232458115,-0.9653000235557556,0.25130000710487366,-0.07100000232458115,-0.9653000235557556,0.25130000710487366,-0.10509999841451645,-0.9653000235557556,0.23919999599456787,0.00430000014603138,-1,0.006399999838322401,-0.07100000232458115,-0.9653000235557556,0.25130000710487366,0.00430000014603138,-1,0.006399999838322401,0.0044999998062849045,-1,0.0044999998062849045,-0.08910000324249268,-0.8555999994277954,0.5098999738693237,-0.14710000157356262,-0.8557999730110168,0.4959999918937683,-0.07100000232458115,-0.9653000235557556,0.25130000710487366,-0.08910000324249268,-0.8555999994277954,0.5098999738693237,-0.07100000232458115,-0.9653000235557556,0.25130000710487366,-0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.042500000447034836,-0.9653000235557556,0.2574999928474426,-0.07100000232458115,-0.9653000235557556,0.25130000710487366,0.0044999998062849045,-1,0.0044999998062849045,-0.042500000447034836,-0.9653000235557556,0.2574999928474426,0.0044999998062849045,-1,0.0044999998062849045,0.003599999938160181,-1,0.00279999990016222,-0.21480000019073486,-0.8557000160217285,0.4706999957561493,-0.14710000157356262,-0.8557999730110168,0.4959999918937683,-0.2101999968290329,-0.6844000220298767,0.698199987411499,-0.21480000019073486,-0.8557000160217285,0.4706999957561493,-0.2101999968290329,-0.6844000220298767,0.698199987411499,-0.30550000071525574,-0.6841999888420105,0.6622999906539917,-0.14710000157356262,-0.8557999730110168,0.4959999918937683,-0.08910000324249268,-0.8555999994277954,0.5098999738693237,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.14710000157356262,-0.8557999730110168,0.4959999918937683,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.2101999968290329,-0.6844000220298767,0.698199987411499,-0.2101999968290329,-0.6844000220298767,0.698199987411499,-0.25360000133514404,-0.484499990940094,0.8371999859809875,-0.3677000105381012,-0.48399999737739563,0.7940999865531921,-0.2101999968290329,-0.6844000220298767,0.698199987411499,-0.3677000105381012,-0.48399999737739563,0.7940999865531921,-0.30550000071525574,-0.6841999888420105,0.6622999906539917,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.15469999611377716,-0.48410001397132874,0.8611999750137329,-0.25360000133514404,-0.484499990940094,0.8371999859809875,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.25360000133514404,-0.484499990940094,0.8371999859809875,-0.2101999968290329,-0.6844000220298767,0.698199987411499,-0.04050000011920929,-0.8554999828338623,0.5160999894142151,0,-0.8555999994277954,0.5175999999046326,0,-0.6833999752998352,0.7300000190734863,-0.04050000011920929,-0.8554999828338623,0.5160999894142151,0,-0.6833999752998352,0.7300000190734863,-0.05849999934434891,-0.6836000084877014,0.7275999784469604,0,-0.6833999752998352,0.7300000190734863,0,-0.48330000042915344,0.8755000233650208,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,0,-0.6833999752998352,0.7300000190734863,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,-0.05849999934434891,-0.6836000084877014,0.7275999784469604,-0.08910000324249268,-0.8555999994277954,0.5098999738693237,-0.04050000011920929,-0.8554999828338623,0.5160999894142151,-0.05849999934434891,-0.6836000084877014,0.7275999784469604,-0.08910000324249268,-0.8555999994277954,0.5098999738693237,-0.05849999934434891,-0.6836000084877014,0.7275999784469604,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.05849999934434891,-0.6836000084877014,0.7275999784469604,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,-0.12800000607967377,-0.6840000152587891,0.7182000279426575,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,-0.15469999611377716,-0.48410001397132874,0.8611999750137329,-0.08169999718666077,0.00009999999747378752,0.9966999888420105,-0.07859999686479568,-0.257999986410141,0.9628999829292297,0,-0.25769999623298645,0.9661999940872192,-0.08169999718666077,0.00009999999747378752,0.9966999888420105,0,-0.25769999623298645,0.9661999940872192,0,0.00009999999747378752,1,-0.17829999327659607,0,0.984000027179718,-0.17159999907016754,-0.25839999318122864,0.9506999850273132,-0.07859999686479568,-0.257999986410141,0.9628999829292297,-0.17829999327659607,0,0.984000027179718,-0.07859999686479568,-0.257999986410141,0.9628999829292297,-0.08169999718666077,0.00009999999747378752,0.9966999888420105,-0.07859999686479568,-0.257999986410141,0.9628999829292297,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,0,-0.48330000042915344,0.8755000233650208,-0.07859999686479568,-0.257999986410141,0.9628999829292297,0,-0.48330000042915344,0.8755000233650208,0,-0.25769999623298645,0.9661999940872192,-0.17159999907016754,-0.25839999318122864,0.9506999850273132,-0.15469999611377716,-0.48410001397132874,0.8611999750137329,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,-0.17159999907016754,-0.25839999318122864,0.9506999850273132,-0.07079999893903732,-0.48350000381469727,0.8725000023841858,-0.07859999686479568,-0.257999986410141,0.9628999829292297,-0.42149999737739563,0,0.9067999720573425,-0.4065000116825104,-0.2581000030040741,0.8763999938964844,-0.2809999883174896,-0.25870001316070557,0.9241999983787537,-0.42149999737739563,0,0.9067999720573425,-0.2809999883174896,-0.25870001316070557,0.9241999983787537,-0.29170000553131104,0,0.9564999938011169,-0.4065000116825104,-0.2581000030040741,0.8763999938964844,-0.3677000105381012,-0.48399999737739563,0.7940999865531921,-0.25360000133514404,-0.484499990940094,0.8371999859809875,-0.4065000116825104,-0.2581000030040741,0.8763999938964844,-0.25360000133514404,-0.484499990940094,0.8371999859809875,-0.2809999883174896,-0.25870001316070557,0.9241999983787537,-0.29170000553131104,0,0.9564999938011169,-0.2809999883174896,-0.25870001316070557,0.9241999983787537,-0.17159999907016754,-0.25839999318122864,0.9506999850273132,-0.29170000553131104,0,0.9564999938011169,-0.17159999907016754,-0.25839999318122864,0.9506999850273132,-0.17829999327659607,0,0.984000027179718,-0.2809999883174896,-0.25870001316070557,0.9241999983787537,-0.25360000133514404,-0.484499990940094,0.8371999859809875,-0.15469999611377716,-0.48410001397132874,0.8611999750137329,-0.2809999883174896,-0.25870001316070557,0.9241999983787537,-0.15469999611377716,-0.48410001397132874,0.8611999750137329,-0.17159999907016754,-0.25839999318122864,0.9506999850273132,-0.29170000553131104,0,0.9564999938011169,-0.2831999957561493,0.25870001316070557,0.9235000014305115,-0.4088999927043915,0.2581000030040741,0.8752999901771545,-0.29170000553131104,0,0.9564999938011169,-0.4088999927043915,0.2581000030040741,0.8752999901771545,-0.42149999737739563,0,0.9067999720573425,-0.17829999327659607,0,0.984000027179718,-0.17329999804496765,0.25859999656677246,0.9502999782562256,-0.2831999957561493,0.25870001316070557,0.9235000014305115,-0.17829999327659607,0,0.984000027179718,-0.2831999957561493,0.25870001316070557,0.9235000014305115,-0.29170000553131104,0,0.9564999938011169,-0.2831999957561493,0.25870001316070557,0.9235000014305115,-0.2578999996185303,0.484499990940094,0.8359000086784363,-0.37229999899864197,0.4837999939918518,0.7919999957084656,-0.2831999957561493,0.25870001316070557,0.9235000014305115,-0.37229999899864197,0.4837999939918518,0.7919999957084656,-0.4088999927043915,0.2581000030040741,0.8752999901771545,-0.17329999804496765,0.25859999656677246,0.9502999782562256,-0.15800000727176666,0.48420000076293945,0.8605999946594238,-0.2578999996185303,0.484499990940094,0.8359000086784363,-0.17329999804496765,0.25859999656677246,0.9502999782562256,-0.2578999996185303,0.484499990940094,0.8359000086784363,-0.2831999957561493,0.25870001316070557,0.9235000014305115,0,0.00009999999747378752,1,0,0.2578999996185303,0.9661999940872192,-0.0794999971985817,0.2581000030040741,0.9628000259399414,0,0.00009999999747378752,1,-0.0794999971985817,0.2581000030040741,0.9628000259399414,-0.08169999718666077,0.00009999999747378752,0.9966999888420105,0,0.2578999996185303,0.9661999940872192,0,0.48330000042915344,0.8754000067710876,-0.07259999960660934,0.483599990606308,0.8723000288009644,0,0.2578999996185303,0.9661999940872192,-0.07259999960660934,0.483599990606308,0.8723000288009644,-0.0794999971985817,0.2581000030040741,0.9628000259399414,-0.08169999718666077,0.00009999999747378752,0.9966999888420105,-0.0794999971985817,0.2581000030040741,0.9628000259399414,-0.17329999804496765,0.25859999656677246,0.9502999782562256,-0.08169999718666077,0.00009999999747378752,0.9966999888420105,-0.17329999804496765,0.25859999656677246,0.9502999782562256,-0.17829999327659607,0,0.984000027179718,-0.0794999971985817,0.2581000030040741,0.9628000259399414,-0.07259999960660934,0.483599990606308,0.8723000288009644,-0.15800000727176666,0.48420000076293945,0.8605999946594238,-0.0794999971985817,0.2581000030040741,0.9628000259399414,-0.15800000727176666,0.48420000076293945,0.8605999946594238,-0.17329999804496765,0.25859999656677246,0.9502999782562256,-0.04410000145435333,0.8550999760627747,0.5164999961853027,-0.06120000034570694,0.6833999752998352,0.7275000214576721,0,0.6833000183105469,0.7301999926567078,-0.04410000145435333,0.8550999760627747,0.5164999961853027,0,0.6833000183105469,0.7301999926567078,0,0.8551999926567078,0.5182999968528748,-0.09549999982118607,0.8553000092506409,0.5092999935150146,-0.13279999792575836,0.683899998664856,0.7174000144004822,-0.06120000034570694,0.6833999752998352,0.7275000214576721,-0.09549999982118607,0.8553000092506409,0.5092999935150146,-0.06120000034570694,0.6833999752998352,0.7275000214576721,-0.04410000145435333,0.8550999760627747,0.5164999961853027,-0.06120000034570694,0.6833999752998352,0.7275000214576721,-0.07259999960660934,0.483599990606308,0.8723000288009644,0,0.48330000042915344,0.8754000067710876,-0.06120000034570694,0.6833999752998352,0.7275000214576721,0,0.48330000042915344,0.8754000067710876,0,0.6833000183105469,0.7301999926567078,-0.13279999792575836,0.683899998664856,0.7174000144004822,-0.15800000727176666,0.48420000076293945,0.8605999946594238,-0.07259999960660934,0.483599990606308,0.8723000288009644,-0.13279999792575836,0.683899998664856,0.7174000144004822,-0.07259999960660934,0.483599990606308,0.8723000288009644,-0.06120000034570694,0.6833999752998352,0.7275000214576721,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.3125,0.6837000250816345,0.659500002861023,-0.21649999916553497,0.6841999888420105,0.6965000033378601,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.21649999916553497,0.6841999888420105,0.6965000033378601,-0.15539999306201935,0.8553000092506409,0.4941999912261963,-0.3125,0.6837000250816345,0.659500002861023,-0.37229999899864197,0.4837999939918518,0.7919999957084656,-0.2578999996185303,0.484499990940094,0.8359000086784363,-0.3125,0.6837000250816345,0.659500002861023,-0.2578999996185303,0.484499990940094,0.8359000086784363,-0.21649999916553497,0.6841999888420105,0.6965000033378601,-0.15539999306201935,0.8553000092506409,0.4941999912261963,-0.21649999916553497,0.6841999888420105,0.6965000033378601,-0.13279999792575836,0.683899998664856,0.7174000144004822,-0.15539999306201935,0.8553000092506409,0.4941999912261963,-0.13279999792575836,0.683899998664856,0.7174000144004822,-0.09549999982118607,0.8553000092506409,0.5092999935150146,-0.21649999916553497,0.6841999888420105,0.6965000033378601,-0.2578999996185303,0.484499990940094,0.8359000086784363,-0.15800000727176666,0.48420000076293945,0.8605999946594238,-0.21649999916553497,0.6841999888420105,0.6965000033378601,-0.15800000727176666,0.48420000076293945,0.8605999946594238,-0.13279999792575836,0.683899998664856,0.7174000144004822,-0.15539999306201935,0.8553000092506409,0.4941999912261963,-0.08100000023841858,0.964900016784668,0.24969999492168427,-0.11659999936819077,0.9648000001907349,0.23589999973773956,-0.15539999306201935,0.8553000092506409,0.4941999912261963,-0.11659999936819077,0.9648000001907349,0.23589999973773956,-0.22429999709129333,0.8550000190734863,0.4675999879837036,-0.09549999982118607,0.8553000092506409,0.5092999935150146,-0.04989999905228615,0.9649999737739563,0.2574000060558319,-0.08100000023841858,0.964900016784668,0.24969999492168427,-0.09549999982118607,0.8553000092506409,0.5092999935150146,-0.08100000023841858,0.964900016784668,0.24969999492168427,-0.15539999306201935,0.8553000092506409,0.4941999912261963,-0.08100000023841858,0.964900016784668,0.24969999492168427,-0.006099999882280827,1,0.0027000000700354576,-0.00800000037997961,1,0.0024999999441206455,-0.08100000023841858,0.964900016784668,0.24969999492168427,-0.00800000037997961,1,0.0024999999441206455,-0.11659999936819077,0.9648000001907349,0.23589999973773956,-0.04989999905228615,0.9649999737739563,0.2574000060558319,-0.00419999985024333,1,0.0026000000070780516,-0.006099999882280827,1,0.0027000000700354576,-0.04989999905228615,0.9649999737739563,0.2574000060558319,-0.006099999882280827,1,0.0027000000700354576,-0.08100000023841858,0.964900016784668,0.24969999492168427,0,0.8551999926567078,0.5182999968528748,0,0.9652000069618225,0.26159998774528503,-0.02319999970495701,0.9650999903678894,0.26089999079704285,0,0.8551999926567078,0.5182999968528748,-0.02319999970495701,0.9650999903678894,0.26089999079704285,-0.04410000145435333,0.8550999760627747,0.5164999961853027,0,0.9652000069618225,0.26159998774528503,0,1,0.002099999925121665,-0.002199999988079071,1,0.0024999999441206455,0,0.9652000069618225,0.26159998774528503,-0.002199999988079071,1,0.0024999999441206455,-0.02319999970495701,0.9650999903678894,0.26089999079704285,-0.04410000145435333,0.8550999760627747,0.5164999961853027,-0.02319999970495701,0.9650999903678894,0.26089999079704285,-0.04989999905228615,0.9649999737739563,0.2574000060558319,-0.04410000145435333,0.8550999760627747,0.5164999961853027,-0.04989999905228615,0.9649999737739563,0.2574000060558319,-0.09549999982118607,0.8553000092506409,0.5092999935150146,-0.02319999970495701,0.9650999903678894,0.26089999079704285,-0.002199999988079071,1,0.0024999999441206455,-0.00419999985024333,1,0.0026000000070780516,-0.02319999970495701,0.9650999903678894,0.26089999079704285,-0.00419999985024333,1,0.0026000000070780516,-0.04989999905228615,0.9649999737739563,0.2574000060558319,0.03799999877810478,0.8596000075340271,-0.5095000267028809,0.018300000578165054,0.96670001745224,-0.25529998540878296,0,0.9664999842643738,-0.2565999925136566,0.03799999877810478,0.8596000075340271,-0.5095000267028809,0,0.9664999842643738,-0.2565999925136566,0,0.8593000173568726,-0.5115000009536743,0.08429999649524689,0.8603000044822693,-0.5027999877929688,0.040699999779462814,0.9670000076293945,-0.2515999972820282,0.018300000578165054,0.96670001745224,-0.25529998540878296,0.08429999649524689,0.8603000044822693,-0.5027999877929688,0.018300000578165054,0.96670001745224,-0.25529998540878296,0.03799999877810478,0.8596000075340271,-0.5095000267028809,0.018300000578165054,0.96670001745224,-0.25529998540878296,-0.002199999988079071,1,0.0024999999441206455,0,1,0.002099999925121665,0.018300000578165054,0.96670001745224,-0.25529998540878296,0,1,0.002099999925121665,0,0.9664999842643738,-0.2565999925136566,0.040699999779462814,0.9670000076293945,-0.2515999972820282,-0.00419999985024333,1,0.0026000000070780516,-0.002199999988079071,1,0.0024999999441206455,0.040699999779462814,0.9670000076293945,-0.2515999972820282,-0.002199999988079071,1,0.0024999999441206455,0.018300000578165054,0.96670001745224,-0.25529998540878296,0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.09989999979734421,0.9679999947547913,-0.23010000586509705,0.06790000200271606,0.9674000144004822,-0.24390000104904175,0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.06790000200271606,0.9674000144004822,-0.24390000104904175,0.14020000398159027,0.8615999817848206,-0.4878999888896942,0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.00800000037997961,1,0.0024999999441206455,-0.006099999882280827,1,0.0027000000700354576,0.09989999979734421,0.9679999947547913,-0.23010000586509705,-0.006099999882280827,1,0.0027000000700354576,0.06790000200271606,0.9674000144004822,-0.24390000104904175,0.14020000398159027,0.8615999817848206,-0.4878999888896942,0.06790000200271606,0.9674000144004822,-0.24390000104904175,0.040699999779462814,0.9670000076293945,-0.2515999972820282,0.14020000398159027,0.8615999817848206,-0.4878999888896942,0.040699999779462814,0.9670000076293945,-0.2515999972820282,0.08429999649524689,0.8603000044822693,-0.5027999877929688,0.06790000200271606,0.9674000144004822,-0.24390000104904175,-0.006099999882280827,1,0.0027000000700354576,-0.00419999985024333,1,0.0026000000070780516,0.06790000200271606,0.9674000144004822,-0.24390000104904175,-0.00419999985024333,1,0.0026000000070780516,0.040699999779462814,0.9670000076293945,-0.2515999972820282,0.14020000398159027,0.8615999817848206,-0.4878999888896942,0.20000000298023224,0.6930999755859375,-0.6926000118255615,0.2953000068664551,0.695900022983551,-0.6546000242233276,0.14020000398159027,0.8615999817848206,-0.4878999888896942,0.2953000068664551,0.695900022983551,-0.6546000242233276,0.20630000531673431,0.8633000254631042,-0.46050000190734863,0.08429999649524689,0.8603000044822693,-0.5027999877929688,0.11980000138282776,0.6912000179290771,-0.7127000093460083,0.20000000298023224,0.6930999755859375,-0.6926000118255615,0.08429999649524689,0.8603000044822693,-0.5027999877929688,0.20000000298023224,0.6930999755859375,-0.6926000118255615,0.14020000398159027,0.8615999817848206,-0.4878999888896942,0.20000000298023224,0.6930999755859375,-0.6926000118255615,0.2409999966621399,0.49410000443458557,-0.8353000283241272,0.35740000009536743,0.49720001220703125,-0.7906000018119812,0.20000000298023224,0.6930999755859375,-0.6926000118255615,0.35740000009536743,0.49720001220703125,-0.7906000018119812,0.2953000068664551,0.695900022983551,-0.6546000242233276,0.11980000138282776,0.6912000179290771,-0.7127000093460083,0.14390000700950623,0.49219998717308044,-0.8585000038146973,0.2409999966621399,0.49410000443458557,-0.8353000283241272,0.11980000138282776,0.6912000179290771,-0.7127000093460083,0.2409999966621399,0.49410000443458557,-0.8353000283241272,0.20000000298023224,0.6930999755859375,-0.6926000118255615,0,0.8593000173568726,-0.5115000009536743,0,0.6899999976158142,-0.723800003528595,0.05400000140070915,0.6902999877929688,-0.7214999794960022,0,0.8593000173568726,-0.5115000009536743,0.05400000140070915,0.6902999877929688,-0.7214999794960022,0.03799999877810478,0.8596000075340271,-0.5095000267028809,0,0.6899999976158142,-0.723800003528595,0,0.491100013256073,-0.8711000084877014,0.06459999829530716,0.49140000343322754,-0.8686000108718872,0,0.6899999976158142,-0.723800003528595,0.06459999829530716,0.49140000343322754,-0.8686000108718872,0.05400000140070915,0.6902999877929688,-0.7214999794960022,0.03799999877810478,0.8596000075340271,-0.5095000267028809,0.05400000140070915,0.6902999877929688,-0.7214999794960022,0.11980000138282776,0.6912000179290771,-0.7127000093460083,0.03799999877810478,0.8596000075340271,-0.5095000267028809,0.11980000138282776,0.6912000179290771,-0.7127000093460083,0.08429999649524689,0.8603000044822693,-0.5027999877929688,0.05400000140070915,0.6902999877929688,-0.7214999794960022,0.06459999829530716,0.49140000343322754,-0.8686000108718872,0.14390000700950623,0.49219998717308044,-0.8585000038146973,0.05400000140070915,0.6902999877929688,-0.7214999794960022,0.14390000700950623,0.49219998717308044,-0.8585000038146973,0.11980000138282776,0.6912000179290771,-0.7127000093460083,0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0.07119999825954437,0.263700008392334,-0.9620000123977661,0,0.263700008392334,-0.9646000266075134,0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0,0.263700008392334,-0.9646000266075134,0,-0.00039999998989515007,-1,0.16529999673366547,-0.000699999975040555,-0.9861999750137329,0.1589999943971634,0.26420000195503235,-0.9513000249862671,0.07119999825954437,0.263700008392334,-0.9620000123977661,0.16529999673366547,-0.000699999975040555,-0.9861999750137329,0.07119999825954437,0.263700008392334,-0.9620000123977661,0.0738999992609024,-0.0005000000237487257,-0.9973000288009644,0.07119999825954437,0.263700008392334,-0.9620000123977661,0.06459999829530716,0.49140000343322754,-0.8686000108718872,0,0.491100013256073,-0.8711000084877014,0.07119999825954437,0.263700008392334,-0.9620000123977661,0,0.491100013256073,-0.8711000084877014,0,0.263700008392334,-0.9646000266075134,0.1589999943971634,0.26420000195503235,-0.9513000249862671,0.14390000700950623,0.49219998717308044,-0.8585000038146973,0.06459999829530716,0.49140000343322754,-0.8686000108718872,0.1589999943971634,0.26420000195503235,-0.9513000249862671,0.06459999829530716,0.49140000343322754,-0.8686000108718872,0.07119999825954437,0.263700008392334,-0.9620000123977661,0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,0.39739999175071716,0.2678999900817871,-0.8776999711990356,0.2671999931335449,0.265500009059906,-0.9262999892234802,0.41359999775886536,-0.00009999999747378752,-0.9103999733924866,0.2671999931335449,0.265500009059906,-0.9262999892234802,0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,0.39739999175071716,0.2678999900817871,-0.8776999711990356,0.35740000009536743,0.49720001220703125,-0.7906000018119812,0.2409999966621399,0.49410000443458557,-0.8353000283241272,0.39739999175071716,0.2678999900817871,-0.8776999711990356,0.2409999966621399,0.49410000443458557,-0.8353000283241272,0.2671999931335449,0.265500009059906,-0.9262999892234802,0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,0.2671999931335449,0.265500009059906,-0.9262999892234802,0.1589999943971634,0.26420000195503235,-0.9513000249862671,0.27790001034736633,-0.0006000000284984708,-0.9606000185012817,0.1589999943971634,0.26420000195503235,-0.9513000249862671,0.16529999673366547,-0.000699999975040555,-0.9861999750137329,0.2671999931335449,0.265500009059906,-0.9262999892234802,0.2409999966621399,0.49410000443458557,-0.8353000283241272,0.14390000700950623,0.49219998717308044,-0.8585000038146973,0.2671999931335449,0.265500009059906,-0.9262999892234802,0.14390000700950623,0.49219998717308044,-0.8585000038146973,0.1589999943971634,0.26420000195503235,-0.9513000249862671,0.0364999994635582,0.0019000000320374966,-0.9993000030517578,0.0364999994635582,0.0019000000320374966,-0.9993000030517578,0.0364999994635582,0.0019000000320374966,-0.9993000030517578,0.03869999945163727,0.006300000008195639,-0.9991999864578247,0.03869999945163727,0.006300000008195639,-0.9991999864578247,0.03869999945163727,0.006300000008195639,-0.9991999864578247,0.0406000018119812,0.00839999970048666,-0.9991000294685364,0.0406000018119812,0.00839999970048666,-0.9991000294685364,0.0406000018119812,0.00839999970048666,-0.9991000294685364,0.04100000113248825,0.00860000029206276,-0.9991000294685364,0.04100000113248825,0.00860000029206276,-0.9991000294685364,0.04100000113248825,0.00860000029206276,-0.9991000294685364,0.03759999945759773,0.007699999958276749,-0.9993000030517578,0.03759999945759773,0.007699999958276749,-0.9993000030517578,0.03759999945759773,0.007699999958276749,-0.9993000030517578,0.028300000354647636,0.007799999788403511,-0.9995999932289124,0.028300000354647636,0.007799999788403511,-0.9995999932289124,0.028300000354647636,0.007799999788403511,-0.9995999932289124,0.014100000262260437,0.012199999764561653,-0.9998000264167786,0.014100000262260437,0.012199999764561653,-0.9998000264167786,0.014100000262260437,0.012199999764561653,-0.9998000264167786,-0.004900000058114529,0.024399999529123306,-0.9997000098228455,-0.004900000058114529,0.024399999529123306,-0.9997000098228455,-0.004900000058114529,0.024399999529123306,-0.9997000098228455,-0.01080000028014183,0.03099999949336052,-0.9994999766349792,-0.01080000028014183,0.03099999949336052,-0.9994999766349792,-0.01080000028014183,0.03099999949336052,-0.9994999766349792,-0.009800000116229057,0.029100000858306885,-0.9994999766349792,-0.009800000116229057,0.029100000858306885,-0.9994999766349792,-0.009800000116229057,0.029100000858306885,-0.9994999766349792,-0.006899999920278788,0.014000000432133675,-0.9998999834060669,-0.006899999920278788,0.014000000432133675,-0.9998999834060669,-0.006899999920278788,0.014000000432133675,-0.9998999834060669,-0.00860000029206276,-0.013199999928474426,-0.9998999834060669,-0.00860000029206276,-0.013199999928474426,-0.9998999834060669,-0.00860000029206276,-0.013199999928474426,-0.9998999834060669,-0.013500000350177288,-0.028200000524520874,-0.9994999766349792,-0.013500000350177288,-0.028200000524520874,-0.9994999766349792,-0.013500000350177288,-0.028200000524520874,-0.9994999766349792,-0.015399999916553497,-0.031099999323487282,-0.9994000196456909,-0.015399999916553497,-0.031099999323487282,-0.9994000196456909,-0.015399999916553497,-0.031099999323487282,-0.9994000196456909,-0.010900000110268593,-0.026900000870227814,-0.9995999932289124,-0.010900000110268593,-0.026900000870227814,-0.9995999932289124,-0.010900000110268593,-0.026900000870227814,-0.9995999932289124,0.003800000064074993,-0.018799999728798866,-0.9998000264167786,0.003800000064074993,-0.018799999728798866,-0.9998000264167786,0.003800000064074993,-0.018799999728798866,-0.9998000264167786,0.016699999570846558,-0.015300000086426735,-0.9997000098228455,0.016699999570846558,-0.015300000086426735,-0.9997000098228455,0.016699999570846558,-0.015300000086426735,-0.9997000098228455,0.026000000536441803,-0.015200000256299973,-0.9994999766349792,0.026000000536441803,-0.015200000256299973,-0.9994999766349792,0.026000000536441803,-0.015200000256299973,-0.9994999766349792,0.03290000185370445,-0.01679999940097332,-0.9993000030517578,0.03290000185370445,-0.01679999940097332,-0.9993000030517578,0.03290000185370445,-0.01679999940097332,-0.9993000030517578,0.037300001829862595,-0.019099999219179153,-0.9991000294685364,0.037300001829862595,-0.019099999219179153,-0.9991000294685364,0.037300001829862595,-0.019099999219179153,-0.9991000294685364,0.03880000114440918,-0.020400000736117363,-0.9990000128746033,0.03880000114440918,-0.020400000736117363,-0.9990000128746033,0.03880000114440918,-0.020400000736117363,-0.9990000128746033,0.03759999945759773,-0.018699999898672104,-0.9991000294685364,0.03759999945759773,-0.018699999898672104,-0.9991000294685364,0.03759999945759773,-0.018699999898672104,-0.9991000294685364,0.035999998450279236,-0.013700000010430813,-0.9993000030517578,0.035999998450279236,-0.013700000010430813,-0.9993000030517578,0.035999998450279236,-0.013700000010430813,-0.9993000030517578,0.03530000150203705,-0.004100000020116568,-0.9994000196456909,0.03530000150203705,-0.004100000020116568,-0.9994000196456909,0.03530000150203705,-0.004100000020116568,-0.9994000196456909,-0.033900000154972076,-0.014000000432133675,-0.9993000030517578,-0.033900000154972076,-0.014000000432133675,-0.9993000030517578,-0.033900000154972076,-0.014000000432133675,-0.9993000030517578,-0.03550000116229057,-0.019600000232458115,-0.9991999864578247,-0.03550000116229057,-0.019600000232458115,-0.9991999864578247,-0.03550000116229057,-0.019600000232458115,-0.9991999864578247,-0.03689999878406525,-0.021900000050663948,-0.9991000294685364,-0.03689999878406525,-0.021900000050663948,-0.9991000294685364,-0.03689999878406525,-0.021900000050663948,-0.9991000294685364,-0.03590000048279762,-0.020899999886751175,-0.9991000294685364,-0.03590000048279762,-0.020899999886751175,-0.9991000294685364,-0.03590000048279762,-0.020899999886751175,-0.9991000294685364,-0.03220000118017197,-0.018799999728798866,-0.9993000030517578,-0.03220000118017197,-0.018799999728798866,-0.9993000030517578,-0.03220000118017197,-0.018799999728798866,-0.9993000030517578,-0.025800000876188278,-0.017000000923871994,-0.9994999766349792,-0.025800000876188278,-0.017000000923871994,-0.9994999766349792,-0.025800000876188278,-0.017000000923871994,-0.9994999766349792,-0.016899999231100082,-0.017000000923871994,-0.9997000098228455,-0.016899999231100082,-0.017000000923871994,-0.9997000098228455,-0.016899999231100082,-0.017000000923871994,-0.9997000098228455,-0.004399999976158142,-0.02019999921321869,-0.9998000264167786,-0.004399999976158142,-0.02019999921321869,-0.9998000264167786,-0.004399999976158142,-0.02019999921321869,-0.9998000264167786,0.00989999994635582,-0.02810000069439411,-0.9995999932289124,0.00989999994635582,-0.02810000069439411,-0.9995999932289124,0.00989999994635582,-0.02810000069439411,-0.9995999932289124,0.014000000432133675,-0.032099999487400055,-0.9994000196456909,0.014000000432133675,-0.032099999487400055,-0.9994000196456909,0.014000000432133675,-0.032099999487400055,-0.9994000196456909,0.012000000104308128,-0.02879999950528145,-0.9994999766349792,0.012000000104308128,-0.02879999950528145,-0.9994999766349792,0.012000000104308128,-0.02879999950528145,-0.9994999766349792,0.007499999832361937,-0.013399999588727951,-0.9998999834060669,0.007499999832361937,-0.013399999588727951,-0.9998999834060669,0.007499999832361937,-0.013399999588727951,-0.9998999834060669,0.006800000090152025,0.014000000432133675,-0.9998999834060669,0.006800000090152025,0.014000000432133675,-0.9998999834060669,0.006800000090152025,0.014000000432133675,-0.9998999834060669,0.010400000028312206,0.02889999933540821,-0.9994999766349792,0.010400000028312206,0.02889999933540821,-0.9994999766349792,0.010400000028312206,0.02889999933540821,-0.9994999766349792,0.01140000019222498,0.030500000342726707,-0.9994999766349792,0.01140000019222498,0.030500000342726707,-0.9994999766349792,0.01140000019222498,0.030500000342726707,-0.9994999766349792,0.005100000184029341,0.02410000003874302,-0.9997000098228455,0.005100000184029341,0.02410000003874302,-0.9997000098228455,0.005100000184029341,0.02410000003874302,-0.9997000098228455,-0.014299999922513962,0.012799999676644802,-0.9998000264167786,-0.014299999922513962,0.012799999676644802,-0.9998000264167786,-0.014299999922513962,0.012799999676644802,-0.9998000264167786,-0.0284000001847744,0.008899999782443047,-0.9995999932289124,-0.0284000001847744,0.008899999782443047,-0.9995999932289124,-0.0284000001847744,0.008899999782443047,-0.9995999932289124,-0.03750000149011612,0.008999999612569809,-0.9993000030517578,-0.03750000149011612,0.008999999612569809,-0.9993000030517578,-0.03750000149011612,0.008999999612569809,-0.9993000030517578,-0.04050000011920929,0.00989999994635582,-0.9991000294685364,-0.04050000011920929,0.00989999994635582,-0.9991000294685364,-0.04050000011920929,0.00989999994635582,-0.9991000294685364,-0.039799999445676804,0.009499999694526196,-0.9991999864578247,-0.039799999445676804,0.009499999694526196,-0.9991999864578247,-0.039799999445676804,0.009499999694526196,-0.9991999864578247,-0.037700001150369644,0.007199999876320362,-0.9993000030517578,-0.037700001150369644,0.007199999876320362,-0.9993000030517578,-0.037700001150369644,0.007199999876320362,-0.9993000030517578,-0.03519999980926514,0.0024999999441206455,-0.9994000196456909,-0.03519999980926514,0.0024999999441206455,-0.9994000196456909,-0.03519999980926514,0.0024999999441206455,-0.9994000196456909,-0.03370000049471855,-0.0038999998942017555,-0.9994000196456909,-0.03370000049471855,-0.0038999998942017555,-0.9994000196456909,-0.03370000049471855,-0.0038999998942017555,-0.9994000196456909], + "normalized": false + }, + "uv": { + "itemSize": 2, + "type": "Float32Array", + "array": [0.21610000729560852,0.3021000027656555,0.21570000052452087,0.22450000047683716,0.2094999998807907,0.2485000044107437,0.21610000729560852,0.3021000027656555,0.2094999998807907,0.2485000044107437,0.2069000005722046,0.32359999418258667,0.21570000052452087,0.22450000047683716,0.27649998664855957,0.1875,0.2727000117301941,0.21209999918937683,0.21570000052452087,0.22450000047683716,0.2727000117301941,0.21209999918937683,0.2094999998807907,0.2485000044107437,0.2069000005722046,0.32359999418258667,0.2094999998807907,0.2485000044107437,0.20229999721050262,0.2639999985694885,0.2069000005722046,0.32359999418258667,0.20229999721050262,0.2639999985694885,0.19580000638961792,0.33709999918937683,0.2094999998807907,0.2485000044107437,0.2727000117301941,0.21209999918937683,0.26969999074935913,0.22849999368190765,0.2094999998807907,0.2485000044107437,0.26969999074935913,0.22849999368190765,0.20229999721050262,0.2639999985694885,0.3781000077724457,0.17990000545978546,0.5,0.1964000016450882,0.5,0.2078000009059906,0.3781000077724457,0.17990000545978546,0.5,0.2078000009059906,0.37619999051094055,0.20309999585151672,0.37619999051094055,0.20309999585151672,0.5,0.2078000009059906,0.5,0.219200000166893,0.37619999051094055,0.20309999585151672,0.5,0.219200000166893,0.37529999017715454,0.2176000028848648,0.27649998664855957,0.1875,0.3781000077724457,0.17990000545978546,0.37619999051094055,0.20309999585151672,0.27649998664855957,0.1875,0.37619999051094055,0.20309999585151672,0.2727000117301941,0.21209999918937683,0.2727000117301941,0.21209999918937683,0.37619999051094055,0.20309999585151672,0.37529999017715454,0.2176000028848648,0.2727000117301941,0.21209999918937683,0.37529999017715454,0.2176000028848648,0.26969999074935913,0.22849999368190765,0.5,0.24199999868869781,0.375,0.2370000034570694,0.375,0.22920000553131104,0.5,0.24199999868869781,0.375,0.22920000553131104,0.5,0.2305999994277954,0.375,0.2370000034570694,0.262800008058548,0.24459999799728394,0.2662000060081482,0.23899999260902405,0.375,0.2370000034570694,0.2662000060081482,0.23899999260902405,0.375,0.22920000553131104,0.5,0.2305999994277954,0.375,0.22920000553131104,0.37529999017715454,0.2176000028848648,0.5,0.2305999994277954,0.37529999017715454,0.2176000028848648,0.5,0.219200000166893,0.375,0.22920000553131104,0.2662000060081482,0.23899999260902405,0.26969999074935913,0.22849999368190765,0.375,0.22920000553131104,0.26969999074935913,0.22849999368190765,0.37529999017715454,0.2176000028848648,0.1761000007390976,0.27149999141693115,0.13199999928474426,0.33719998598098755,0.17589999735355377,0.3424000144004822,0.1761000007390976,0.27149999141693115,0.17589999735355377,0.3424000144004822,0.18979999423027039,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.17589999735355377,0.3424000144004822,0.19580000638961792,0.33709999918937683,0.18979999423027039,0.27149999141693115,0.19580000638961792,0.33709999918937683,0.20229999721050262,0.2639999985694885,0.262800008058548,0.24459999799728394,0.1761000007390976,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.262800008058548,0.24459999799728394,0.18979999423027039,0.27149999141693115,0.2662000060081482,0.23899999260902405,0.2662000060081482,0.23899999260902405,0.18979999423027039,0.27149999141693115,0.20229999721050262,0.2639999985694885,0.2662000060081482,0.23899999260902405,0.20229999721050262,0.2639999985694885,0.26969999074935913,0.22849999368190765,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0.00430000014603138,0.07859999686479568,0,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.004900000058114529,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.004900000058114529,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.004900000058114529,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.008700000122189522,0.07859999686479568,0.00430000014603138,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.008799999952316284,0.18400000035762787,0.004900000058114529,0.5,0,0.5,0.00430000014603138,0.39469999074935913,0.004900000058114529,0.5,0,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.0019000000320374966,0.5,0.00430000014603138,0.5,0.008700000122189522,0.39469999074935913,0.008799999952316284,0.5,0.00430000014603138,0.39469999074935913,0.008799999952316284,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.002300000051036477,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.5,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.5,0.013000000268220901,0.5,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.39469999074935913,0.008799999952316284,0.5,0.008700000122189522,0.39469999074935913,0.013000000268220901,0.5,0.008700000122189522,0.5,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.008799999952316284,0.39469999074935913,0.013000000268220901,0.07859999686479568,0.01730000041425228,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.07859999686479568,0.013000000268220901,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.013000000268220901,1.0113999843597412,1.000599980354309,0.862500011920929,0.8945000171661377,0.9322999715805054,0.9614999890327454,1.0113999843597412,1.000599980354309,0.9322999715805054,0.9614999890327454,1.0113999843597412,0.991100013256073,0.862500011920929,0.8945000171661377,0.785099983215332,0.8651999831199646,0.8629999756813049,0.9399999976158142,0.862500011920929,0.8945000171661377,0.8629999756813049,0.9399999976158142,0.9322999715805054,0.9614999890327454,1.0113999843597412,0.991100013256073,0.9322999715805054,0.9614999890327454,0.9527000188827515,0.9671000242233276,1.0113999843597412,0.991100013256073,0.9527000188827515,0.9671000242233276,1.0113999843597412,0.9815999865531921,0.9322999715805054,0.9614999890327454,0.8629999756813049,0.9399999976158142,0.8982999920845032,0.9563999772071838,0.9322999715805054,0.9614999890327454,0.8982999920845032,0.9563999772071838,0.9527000188827515,0.9671000242233276,0.7343000173568726,0.859499990940094,0.7013999819755554,0.8648999929428101,0.777899980545044,0.9365000128746033,0.7343000173568726,0.859499990940094,0.777899980545044,0.9365000128746033,0.8130999803543091,0.9344000220298767,0.8130999803543091,0.9344000220298767,0.777899980545044,0.9365000128746033,0.8162000179290771,0.9535999894142151,0.8130999803543091,0.9344000220298767,0.8162000179290771,0.9535999894142151,0.8525999784469604,0.9531999826431274,0.785099983215332,0.8651999831199646,0.7343000173568726,0.859499990940094,0.8130999803543091,0.9344000220298767,0.785099983215332,0.8651999831199646,0.8130999803543091,0.9344000220298767,0.8629999756813049,0.9399999976158142,0.8629999756813049,0.9399999976158142,0.8130999803543091,0.9344000220298767,0.8525999784469604,0.9531999826431274,0.8629999756813049,0.9399999976158142,0.8525999784469604,0.9531999826431274,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.8230000138282776,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.8230000138282776,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.9158999919891357,0.8657000064849854,0.8230999708175659,0.910099983215332,0.8337000012397766,0.910099983215332,0.9230999946594238,0.8657000064849854,0.8230999708175659,0.910099983215332,0.9230999946594238,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.9158999919891357,0.8657000064849854,0.9160000085830688,0.8525999784469604,0.9531999826431274,0.8289999961853027,0.9158999919891357,0.8525999784469604,0.9531999826431274,0.8162000179290771,0.9535999894142151,0.8657000064849854,0.9160000085830688,0.910099983215332,0.9230999946594238,0.8982999920845032,0.9563999772071838,0.8657000064849854,0.9160000085830688,0.8982999920845032,0.9563999772071838,0.8525999784469604,0.9531999826431274,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.9624999761581421,1.0113999843597412,0.972000002861023,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.972000002861023,0.9595000147819519,0.944100022315979,0.9595000147819519,0.944100022315979,1.0113999843597412,0.972000002861023,1.0113999843597412,0.9815999865531921,0.9595000147819519,0.944100022315979,1.0113999843597412,0.9815999865531921,0.9527000188827515,0.9671000242233276,0.910099983215332,0.8337000012397766,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.944100022315979,0.910099983215332,0.8337000012397766,0.9595000147819519,0.944100022315979,0.910099983215332,0.9230999946594238,0.910099983215332,0.9230999946594238,0.9595000147819519,0.944100022315979,0.9527000188827515,0.9671000242233276,0.910099983215332,0.9230999946594238,0.9527000188827515,0.9671000242233276,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.017400000244379044,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.021700000390410423,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.04010000079870224,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.7817999720573425,0.02160000056028366,0.8289999961853027,0.17679999768733978,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.17679999768733978,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.04010000079870224,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.08699999749660492,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.013100000098347664,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.013199999928474426,0.8657000064849854,0.017500000074505806,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.009100000374019146,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.013100000098347664,0.8657000064849854,0.013199999928474426,0.910099983215332,0.013299999758601189,0.910099983215332,0.01759999990463257,0.8657000064849854,0.013199999928474426,0.910099983215332,0.01759999990463257,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.009100000374019146,0.910099983215332,0.009200000204145908,0.910099983215332,0.013299999758601189,0.8657000064849854,0.009100000374019146,0.910099983215332,0.013299999758601189,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.002899999963119626,0.910099983215332,0.00279999990016222,0.910099983215332,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.910099983215332,0.00559999980032444,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.00559999980032444,0.910099983215332,0.00559999980032444,0.910099983215332,0.009200000204145908,0.8657000064849854,0.00559999980032444,0.910099983215332,0.009200000204145908,0.8657000064849854,0.009100000374019146,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.0052999998442828655,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.009200000204145908,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.0052999998442828655,0.910099983215332,0.00559999980032444,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0052999998442828655,0.910099983215332,0.00279999990016222,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.009200000204145908,0.910099983215332,0.009200000204145908,0.910099983215332,0.00559999980032444,0.9595000147819519,0.009200000204145908,0.910099983215332,0.00559999980032444,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.017899999395012856,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.017899999395012856,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.017799999564886093,0.910099983215332,0.01759999990463257,0.910099983215332,0.013299999758601189,0.9595000147819519,0.017799999564886093,0.910099983215332,0.013299999758601189,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.013399999588727951,0.910099983215332,0.013299999758601189,0.910099983215332,0.009200000204145908,0.9595000147819519,0.013399999588727951,0.910099983215332,0.009200000204145908,0.9595000147819519,0.009200000204145908,0.23029999434947968,0.272599995136261,0.2257000058889389,0.19169999659061432,0.21570000052452087,0.22450000047683716,0.23029999434947968,0.272599995136261,0.21570000052452087,0.22450000047683716,0.21610000729560852,0.3021000027656555,0.24899999797344208,0.25220000743865967,0.2387000024318695,0.17020000517368317,0.2257000058889389,0.19169999659061432,0.24899999797344208,0.25220000743865967,0.2257000058889389,0.19169999659061432,0.23029999434947968,0.272599995136261,0.2257000058889389,0.19169999659061432,0.28290000557899475,0.1525000035762787,0.27649998664855957,0.1875,0.2257000058889389,0.19169999659061432,0.27649998664855957,0.1875,0.21570000052452087,0.22450000047683716,0.2387000024318695,0.17020000517368317,0.2906999886035919,0.12639999389648438,0.28290000557899475,0.1525000035762787,0.2387000024318695,0.17020000517368317,0.28290000557899475,0.1525000035762787,0.2257000058889389,0.19169999659061432,0.2694000005722046,0.28380000591278076,0.2556999921798706,0.23559999465942383,0.2540999948978424,0.17980000376701355,0.2694000005722046,0.28380000591278076,0.2540999948978424,0.17980000376701355,0.271699994802475,0.2578999996185303,0.2556999921798706,0.23559999465942383,0.3034000098705292,0.1851000040769577,0.29919999837875366,0.12849999964237213,0.2556999921798706,0.23559999465942383,0.29919999837875366,0.12849999964237213,0.2540999948978424,0.17980000376701355,0.271699994802475,0.2578999996185303,0.2540999948978424,0.17980000376701355,0.2387000024318695,0.17020000517368317,0.271699994802475,0.2578999996185303,0.2387000024318695,0.17020000517368317,0.24899999797344208,0.25220000743865967,0.2540999948978424,0.17980000376701355,0.29919999837875366,0.12849999964237213,0.2906999886035919,0.12639999389648438,0.2540999948978424,0.17980000376701355,0.2906999886035919,0.12639999389648438,0.2387000024318695,0.17020000517368317,0.5,0.04910000041127205,0.38850000500679016,0.08649999648332596,0.39160001277923584,0.13089999556541443,0.5,0.04910000041127205,0.39160001277923584,0.13089999556541443,0.5,0,0.5,0.0982000008225441,0.384799987077713,0.1062999963760376,0.38850000500679016,0.08649999648332596,0.5,0.0982000008225441,0.38850000500679016,0.08649999648332596,0.5,0.04910000041127205,0.38850000500679016,0.08649999648332596,0.29919999837875366,0.12849999964237213,0.3034000098705292,0.1851000040769577,0.38850000500679016,0.08649999648332596,0.3034000098705292,0.1851000040769577,0.39160001277923584,0.13089999556541443,0.384799987077713,0.1062999963760376,0.2906999886035919,0.12639999389648438,0.29919999837875366,0.12849999964237213,0.384799987077713,0.1062999963760376,0.29919999837875366,0.12849999964237213,0.38850000500679016,0.08649999648332596,0.5,0.1964000016450882,0.3781000077724457,0.17990000545978546,0.38109999895095825,0.14259999990463257,0.5,0.1964000016450882,0.38109999895095825,0.14259999990463257,0.5,0.14730000495910645,0.3781000077724457,0.17990000545978546,0.27649998664855957,0.1875,0.28290000557899475,0.1525000035762787,0.3781000077724457,0.17990000545978546,0.28290000557899475,0.1525000035762787,0.38109999895095825,0.14259999990463257,0.5,0.14730000495910645,0.38109999895095825,0.14259999990463257,0.384799987077713,0.1062999963760376,0.5,0.14730000495910645,0.384799987077713,0.1062999963760376,0.5,0.0982000008225441,0.38109999895095825,0.14259999990463257,0.28290000557899475,0.1525000035762787,0.2906999886035919,0.12639999389648438,0.38109999895095825,0.14259999990463257,0.2906999886035919,0.12639999389648438,0.384799987077713,0.1062999963760376,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.6746000051498413,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.8230000138282776,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.49869999289512634,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.6746000051498413,0.910099983215332,0.6816999912261963,0.910099983215332,0.8337000012397766,0.8657000064849854,0.6746000051498413,0.910099983215332,0.8337000012397766,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.49869999289512634,0.910099983215332,0.49880000948905945,0.910099983215332,0.6816999912261963,0.8657000064849854,0.49869999289512634,0.910099983215332,0.6816999912261963,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.17679999768733978,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.17679999768733978,0.910099983215332,0.1662999987602234,0.910099983215332,0.3163999915122986,0.8657000064849854,0.17679999768733978,0.910099983215332,0.3163999915122986,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.32339999079704285,0.910099983215332,0.3163999915122986,0.910099983215332,0.49880000948905945,0.8657000064849854,0.32339999079704285,0.910099983215332,0.49880000948905945,0.8657000064849854,0.49869999289512634,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.295199990272522,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.03500000014901161,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.49880000948905945,0.9595000147819519,0.295199990272522,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.295199990272522,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.295199990272522,0.910099983215332,0.3163999915122986,0.910099983215332,0.1662999987602234,0.9595000147819519,0.295199990272522,0.910099983215332,0.1662999987602234,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.49880000948905945,0.910099983215332,0.49880000948905945,0.910099983215332,0.3163999915122986,0.9595000147819519,0.49880000948905945,0.910099983215332,0.3163999915122986,0.9595000147819519,0.295199990272522,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.8651000261306763,0.910099983215332,0.8337000012397766,0.910099983215332,0.6816999912261963,0.9595000147819519,0.8651000261306763,0.910099983215332,0.6816999912261963,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.910099983215332,0.6816999912261963,0.910099983215332,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.910099983215332,0.49880000948905945,0.9595000147819519,0.49880000948905945,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.8230000138282776,0.8162000179290771,0.9535999894142151,0.789900004863739,0.9539999961853027,0.8023999929428101,0.9158999919891357,0.8162000179290771,0.9535999894142151,0.8023999929428101,0.9158999919891357,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.8230000138282776,0.789900004863739,0.9539999961853027,0.7692000269889832,0.9542999863624573,0.781499981880188,0.9158999919891357,0.789900004863739,0.9539999961853027,0.781499981880188,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.7013999819755554,0.8648999929428101,0.6777999997138977,0.8687999844551086,0.7524999976158142,0.9380000233650208,0.7013999819755554,0.8648999929428101,0.7524999976158142,0.9380000233650208,0.777899980545044,0.9365000128746033,0.7524999976158142,0.9380000233650208,0.6777999997138977,0.8687999844551086,0.6592000126838684,0.8720999956130981,0.7524999976158142,0.9380000233650208,0.6592000126838684,0.8720999956130981,0.7324000000953674,0.939300000667572,0.777899980545044,0.9365000128746033,0.7524999976158142,0.9380000233650208,0.789900004863739,0.9539999961853027,0.777899980545044,0.9365000128746033,0.789900004863739,0.9539999961853027,0.8162000179290771,0.9535999894142151,0.7524999976158142,0.9380000233650208,0.7324000000953674,0.939300000667572,0.7692000269889832,0.9542999863624573,0.7524999976158142,0.9380000233650208,0.7692000269889832,0.9542999863624573,0.789900004863739,0.9539999961853027,0.6200000047683716,0.8794000148773193,0.6901999711990356,0.9422000050544739,0.7131999731063843,0.9405999779701233,0.6200000047683716,0.8794000148773193,0.7131999731063843,0.9405999779701233,0.6413999795913696,0.8754000067710876,0.6901999711990356,0.9422000050544739,0.7264000177383423,0.9549999833106995,0.7494999766349792,0.9545999765396118,0.6901999711990356,0.9422000050544739,0.7494999766349792,0.9545999765396118,0.7131999731063843,0.9405999779701233,0.6413999795913696,0.8754000067710876,0.7131999731063843,0.9405999779701233,0.7324000000953674,0.939300000667572,0.6413999795913696,0.8754000067710876,0.7324000000953674,0.939300000667572,0.6592000126838684,0.8720999956130981,0.7131999731063843,0.9405999779701233,0.7494999766349792,0.9545999765396118,0.7692000269889832,0.9542999863624573,0.7131999731063843,0.9405999779701233,0.7692000269889832,0.9542999863624573,0.7324000000953674,0.939300000667572,0.7412999868392944,0.8228999972343445,0.7627000212669373,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.7817000150680542,0.8230000138282776,0.781499981880188,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.781499981880188,0.9158999919891357,0.7620999813079834,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7397000193595886,0.9158999919891357,0.7620999813079834,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7620999813079834,0.9158999919891357,0.7494999766349792,0.9545999765396118,0.7620999813079834,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.7620999813079834,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.7494999766349792,0.9545999765396118,0.5,0.961899995803833,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.7023000121116638,0.5,0.961899995803833,0.39469999074935913,0.7023000121116638,0.5,0.7300000190734863,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.6883999705314636,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.6883999705314636,0.39469999074935913,0.7023000121116638,0.5,0.7300000190734863,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.4982999861240387,0.5,0.7300000190734863,0.39469999074935913,0.4982999861240387,0.5,0.498199999332428,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.4982999861240387,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.961899995803833,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.7023000121116638,0.07859999686479568,0.7300000190734863,0.07859999686479568,0.498199999332428,0.18400000035762787,0.7023000121116638,0.07859999686479568,0.498199999332428,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.6883999705314636,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.6883999705314636,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.07859999686479568,0.03440000116825104,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.03440000116825104,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.1340000033378601,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.3089999854564667,0.18400000035762787,0.1340000033378601,0.28929999470710754,0.3089999854564667,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.4982999861240387,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.4982999861240387,0.07859999686479568,0.498199999332428,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.4984000027179718,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.4984000027179718,0.18400000035762787,0.4982999861240387,0.39469999074935913,0.1340000033378601,0.5,0.03440000116825104,0.5,0.2662999927997589,0.39469999074935913,0.1340000033378601,0.5,0.2662999927997589,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.2946999967098236,0.5,0.2662999927997589,0.5,0.498199999332428,0.39469999074935913,0.2946999967098236,0.5,0.498199999332428,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.3089999854564667,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.3089999854564667,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.9580000042915344,0.5,0.9904999732971191,0.39469999074935913,0.8865000009536743,0.5,0.9904999732971191,0.5,1,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.9417999982833862,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.9417999982833862,0.39469999074935913,0.9580000042915344,0.5,0.9904999732971191,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.9659000039100647,0.5,0.9904999732971191,0.39469999074935913,0.9659000039100647,0.5,0.9810000061988831,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.9584000110626221,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9584000110626221,0.39469999074935913,0.9659000039100647,0.18400000035762787,0.8865000009536743,0.07859999686479568,1,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.8865000009536743,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9580000042915344,0.07859999686479568,0.9904999732971191,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9580000042915344,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.8621000051498413,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.8621000051498413,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.9417999982833862,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9417999982833862,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.07859999686479568,0.961899995803833,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.961899995803833,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.9297999739646912,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.9297999739646912,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.9659000039100647,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9659000039100647,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.9584000110626221,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9584000110626221,0.18400000035762787,0.9659000039100647,0.39469999074935913,0.8646000027656555,0.5,0.961899995803833,0.5,0.9714000225067139,0.39469999074935913,0.8646000027656555,0.5,0.9714000225067139,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9435999989509583,0.5,0.9714000225067139,0.5,0.9810000061988831,0.39469999074935913,0.9435999989509583,0.5,0.9810000061988831,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.9297999739646912,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9297999739646912,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.07859999686479568,1,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.7175999879837036,0.07859999686479568,1,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.75,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.7175999879837036,0.18400000035762787,0.7175999879837036,0.19480000436306,0.5174999833106995,0.07859999686479568,0.5,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.5,0.07859999686479568,0.75,0.28929999470710754,0.7013000249862671,0.29159998893737793,0.5059000253677368,0.19480000436306,0.5174999833106995,0.28929999470710754,0.7013000249862671,0.19480000436306,0.5174999833106995,0.18400000035762787,0.7175999879837036,0.5,1,0.5,0.75,0.39469999074935913,0.7175999879837036,0.5,1,0.39469999074935913,0.7175999879837036,0.39469999074935913,0.8865000009536743,0.5,0.75,0.5,0.5,0.39430001378059387,0.5012000203132629,0.5,0.75,0.39430001378059387,0.5012000203132629,0.39469999074935913,0.7175999879837036,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.7175999879837036,0.28929999470710754,0.7013000249862671,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.28929999470710754,0.8621000051498413,0.39469999074935913,0.7175999879837036,0.39430001378059387,0.5012000203132629,0.29159998893737793,0.5059000253677368,0.39469999074935913,0.7175999879837036,0.29159998893737793,0.5059000253677368,0.28929999470710754,0.7013000249862671,0.5,0,0.39160001277923584,0.13089999556541443,0.39340001344680786,0.2874000072479248,0.5,0,0.39340001344680786,0.2874000072479248,0.5,0.25,0.39160001277923584,0.13089999556541443,0.3034000098705292,0.1851000040769577,0.2985999882221222,0.3224000036716461,0.39160001277923584,0.13089999556541443,0.2985999882221222,0.3224000036716461,0.39340001344680786,0.2874000072479248,0.5,0.25,0.39340001344680786,0.2874000072479248,0.39430001378059387,0.5012000203132629,0.5,0.25,0.39430001378059387,0.5012000203132629,0.5,0.5,0.39340001344680786,0.2874000072479248,0.2985999882221222,0.3224000036716461,0.29159998893737793,0.5059000253677368,0.39340001344680786,0.2874000072479248,0.29159998893737793,0.5059000253677368,0.39430001378059387,0.5012000203132629,0.2694000005722046,0.28380000591278076,0.16779999434947968,0.38019999861717224,0.2273000031709671,0.35249999165534973,0.2694000005722046,0.28380000591278076,0.2273000031709671,0.35249999165534973,0.2556999921798706,0.23559999465942383,0.16779999434947968,0.38019999861717224,0.07859999686479568,0.5,0.19480000436306,0.5174999833106995,0.16779999434947968,0.38019999861717224,0.19480000436306,0.5174999833106995,0.2273000031709671,0.35249999165534973,0.3034000098705292,0.1851000040769577,0.2556999921798706,0.23559999465942383,0.2273000031709671,0.35249999165534973,0.3034000098705292,0.1851000040769577,0.2273000031709671,0.35249999165534973,0.2985999882221222,0.3224000036716461,0.2273000031709671,0.35249999165534973,0.19480000436306,0.5174999833106995,0.29159998893737793,0.5059000253677368,0.2273000031709671,0.35249999165534973,0.29159998893737793,0.5059000253677368,0.2985999882221222,0.3224000036716461,0.7013999819755554,0.8648999929428101,0.7343000173568726,0.859499990940094,0.6029000282287598,0.7282999753952026,0.7013999819755554,0.8648999929428101,0.6029000282287598,0.7282999753952026,0.5738000273704529,0.7391999959945679,0.7343000173568726,0.859499990940094,0.785099983215332,0.8651999831199646,0.6456000208854675,0.7233999967575073,0.7343000173568726,0.859499990940094,0.6456000208854675,0.7233999967575073,0.6029000282287598,0.7282999753952026,0.6029000282287598,0.7282999753952026,0.45260000228881836,0.5684000253677368,0.42820000648498535,0.5859000086784363,0.6029000282287598,0.7282999753952026,0.42820000648498535,0.5859000086784363,0.5738000273704529,0.7391999959945679,0.6456000208854675,0.7233999967575073,0.4844000041484833,0.5515999794006348,0.45260000228881836,0.5684000253677368,0.6456000208854675,0.7233999967575073,0.45260000228881836,0.5684000253677368,0.6029000282287598,0.7282999753952026,0.862500011920929,0.8945000171661377,1.0113999843597412,1.000599980354309,0.7781999707221985,0.7504000067710876,0.862500011920929,0.8945000171661377,0.7781999707221985,0.7504000067710876,0.7071999907493591,0.7332000136375427,0.7781999707221985,0.7504000067710876,0.5450000166893005,0.5002999901771545,0.5239999890327454,0.5407000184059143,0.7781999707221985,0.7504000067710876,0.5239999890327454,0.5407000184059143,0.7071999907493591,0.7332000136375427,0.785099983215332,0.8651999831199646,0.862500011920929,0.8945000171661377,0.7071999907493591,0.7332000136375427,0.785099983215332,0.8651999831199646,0.7071999907493591,0.7332000136375427,0.6456000208854675,0.7233999967575073,0.7071999907493591,0.7332000136375427,0.5239999890327454,0.5407000184059143,0.4844000041484833,0.5515999794006348,0.7071999907493591,0.7332000136375427,0.4844000041484833,0.5515999794006348,0.6456000208854675,0.7233999967575073,0.271699994802475,0.2578999996185303,0.3702000081539154,0.38019999861717224,0.4009999930858612,0.38040000200271606,0.271699994802475,0.2578999996185303,0.4009999930858612,0.38040000200271606,0.2694000005722046,0.28380000591278076,0.24899999797344208,0.25220000743865967,0.34150001406669617,0.38690000772476196,0.3702000081539154,0.38019999861717224,0.24899999797344208,0.25220000743865967,0.3702000081539154,0.38019999861717224,0.271699994802475,0.2578999996185303,0.3702000081539154,0.38019999861717224,0.5239999890327454,0.5407000184059143,0.5450000166893005,0.5002999901771545,0.3702000081539154,0.38019999861717224,0.5450000166893005,0.5002999901771545,0.4009999930858612,0.38040000200271606,0.34150001406669617,0.38690000772476196,0.4844000041484833,0.5515999794006348,0.5239999890327454,0.5407000184059143,0.34150001406669617,0.38690000772476196,0.5239999890327454,0.5407000184059143,0.3702000081539154,0.38019999861717224,0.21610000729560852,0.3021000027656555,0.2980000078678131,0.43130001425743103,0.31709998846054077,0.4072999954223633,0.21610000729560852,0.3021000027656555,0.31709998846054077,0.4072999954223633,0.23029999434947968,0.272599995136261,0.2980000078678131,0.43130001425743103,0.42820000648498535,0.5859000086784363,0.45260000228881836,0.5684000253677368,0.2980000078678131,0.43130001425743103,0.45260000228881836,0.5684000253677368,0.31709998846054077,0.4072999954223633,0.23029999434947968,0.272599995136261,0.31709998846054077,0.4072999954223633,0.34150001406669617,0.38690000772476196,0.23029999434947968,0.272599995136261,0.34150001406669617,0.38690000772476196,0.24899999797344208,0.25220000743865967,0.31709998846054077,0.4072999954223633,0.45260000228881836,0.5684000253677368,0.4844000041484833,0.5515999794006348,0.31709998846054077,0.4072999954223633,0.4844000041484833,0.5515999794006348,0.34150001406669617,0.38690000772476196,0.3772999942302704,0.2922999858856201,0.39969998598098755,0.31360000371932983,0.33160001039505005,0.3109000027179718,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.3109000027179718,0.3255000114440918,0.28299999237060547,0.39969998598098755,0.31360000371932983,0.4221999943256378,0.349700003862381,0.34459999203681946,0.34869998693466187,0.39969998598098755,0.31360000371932983,0.34459999203681946,0.34869998693466187,0.33160001039505005,0.3109000027179718,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.3109000027179718,0.25,0.30809998512268066,0.3255000114440918,0.28299999237060547,0.25,0.30809998512268066,0.25,0.2782999873161316,0.33160001039505005,0.3109000027179718,0.34459999203681946,0.34869998693466187,0.25,0.3476000130176544,0.33160001039505005,0.3109000027179718,0.25,0.3476000130176544,0.25,0.30809998512268066,0.44530001282691956,0.3961000144481659,0.5,0.44780001044273376,0.375,0.44670000672340393,0.44530001282691956,0.3961000144481659,0.375,0.44670000672340393,0.3594000041484833,0.3955000042915344,0.3594000041484833,0.3955000042915344,0.375,0.44670000672340393,0.25,0.4456999897956848,0.3594000041484833,0.3955000042915344,0.25,0.4456999897956848,0.25,0.39469999074935913,0.4221999943256378,0.349700003862381,0.44530001282691956,0.3961000144481659,0.3594000041484833,0.3955000042915344,0.4221999943256378,0.349700003862381,0.3594000041484833,0.3955000042915344,0.34459999203681946,0.34869998693466187,0.34459999203681946,0.34869998693466187,0.3594000041484833,0.3955000042915344,0.25,0.39469999074935913,0.34459999203681946,0.34869998693466187,0.25,0.39469999074935913,0.25,0.3476000130176544,0.05469999834895134,0.39340001344680786,0.14059999585151672,0.39399999380111694,0.125,0.444599986076355,0.05469999834895134,0.39340001344680786,0.125,0.444599986076355,0,0.44350001215934753,0.07779999822378159,0.3479999899864197,0.15539999306201935,0.34779998660087585,0.14059999585151672,0.39399999380111694,0.07779999822378159,0.3479999899864197,0.14059999585151672,0.39399999380111694,0.05469999834895134,0.39340001344680786,0.14059999585151672,0.39399999380111694,0.25,0.39469999074935913,0.25,0.4456999897956848,0.14059999585151672,0.39399999380111694,0.25,0.4456999897956848,0.125,0.444599986076355,0.15539999306201935,0.34779998660087585,0.25,0.3476000130176544,0.25,0.39469999074935913,0.15539999306201935,0.34779998660087585,0.25,0.39469999074935913,0.14059999585151672,0.39399999380111694,0.12269999831914902,0.29159998893737793,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.31029999256134033,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.31029999256134033,0.10029999911785126,0.3125999867916107,0.1745000034570694,0.2825999855995178,0.25,0.2782999873161316,0.25,0.30809998512268066,0.1745000034570694,0.2825999855995178,0.25,0.30809998512268066,0.16840000450611115,0.31029999256134033,0.10029999911785126,0.3125999867916107,0.16840000450611115,0.31029999256134033,0.15539999306201935,0.34779998660087585,0.10029999911785126,0.3125999867916107,0.15539999306201935,0.34779998660087585,0.07779999822378159,0.3479999899864197,0.16840000450611115,0.31029999256134033,0.25,0.30809998512268066,0.25,0.3476000130176544,0.16840000450611115,0.31029999256134033,0.25,0.3476000130176544,0.15539999306201935,0.34779998660087585,0.7412999868392944,0.8228999972343445,0.713100016117096,0.8228999972343445,0.714900016784668,0.6744999885559082,0.7412999868392944,0.8228999972343445,0.714900016784668,0.6744999885559082,0.7422000169754028,0.6744999885559082,0.6807000041007996,0.8334000110626221,0.6833999752998352,0.6814000010490417,0.714900016784668,0.6744999885559082,0.6807000041007996,0.8334000110626221,0.714900016784668,0.6744999885559082,0.713100016117096,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.714900016784668,0.6744999885559082,0.7159000039100647,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7159000039100647,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.6845999956130981,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.7159000039100647,0.4984999895095825,0.714900016784668,0.6744999885559082,0.6150000095367432,0.961899995803833,0.6150000095367432,0.7300000190734863,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.961899995803833,0.6498000025749207,0.7023000121116638,0.6463000178337097,0.8646000027656555,0.6150000095367432,0.7300000190734863,0.6150000095367432,0.498199999332428,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.7300000190734863,0.6504999995231628,0.4982999861240387,0.6498000025749207,0.7023000121116638,0.6463000178337097,0.8646000027656555,0.6498000025749207,0.7023000121116638,0.6833999752998352,0.6814000010490417,0.6463000178337097,0.8646000027656555,0.6833999752998352,0.6814000010490417,0.6807000041007996,0.8334000110626221,0.6498000025749207,0.7023000121116638,0.6504999995231628,0.4982999861240387,0.6845999956130981,0.4984999895095825,0.6498000025749207,0.7023000121116638,0.6845999956130981,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.2662999927997589,0.6150000095367432,0.03440000116825104,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.31610000133514404,0.6507999897003174,0.2946999967098236,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.2946999967098236,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.2946999967098236,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.498199999332428,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.498199999332428,0.6150000095367432,0.2662999927997589,0.6850000023841858,0.31610000133514404,0.6845999956130981,0.4984999895095825,0.6504999995231628,0.4982999861240387,0.6850000023841858,0.31610000133514404,0.6504999995231628,0.4982999861240387,0.6507999897003174,0.2946999967098236,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7161999940872192,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7161999940872192,0.323199987411499,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7426000237464905,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7159000039100647,0.4984999895095825,0.7161999940872192,0.323199987411499,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.323199987411499,0.6850000023841858,0.31610000133514404,0.7161999940872192,0.17669999599456787,0.6850000023841858,0.31610000133514404,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.323199987411499,0.7159000039100647,0.4984999895095825,0.6845999956130981,0.4984999895095825,0.7161999940872192,0.323199987411499,0.6845999956130981,0.4984999895095825,0.6850000023841858,0.31610000133514404,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7427999973297119,0.0027000000700354576,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.008899999782443047,0.7427999973297119,0.005400000140070915,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.0027000000700354576,0.8289999961853027,0.005499999970197678,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.013100000098347664,0.8289999961853027,0.017400000244379044,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.008999999612569809,0.8289999961853027,0.013100000098347664,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.013000000268220901,0.5907999873161316,0.8849999904632568,0.6590999960899353,0.9445000290870667,0.6901999711990356,0.9422000050544739,0.5907999873161316,0.8849999904632568,0.6901999711990356,0.9422000050544739,0.6200000047683716,0.8794000148773193,0.5613999962806702,0.8986999988555908,0.6258000135421753,0.9517999887466431,0.6590999960899353,0.9445000290870667,0.5613999962806702,0.8986999988555908,0.6590999960899353,0.9445000290870667,0.5907999873161316,0.8849999904632568,0.6590999960899353,0.9445000290870667,0.6955000162124634,0.9556000232696533,0.7264000177383423,0.9549999833106995,0.6590999960899353,0.9445000290870667,0.7264000177383423,0.9549999833106995,0.6901999711990356,0.9422000050544739,0.6258000135421753,0.9517999887466431,0.6596999764442444,0.9591000080108643,0.6955000162124634,0.9556000232696533,0.6258000135421753,0.9517999887466431,0.6955000162124634,0.9556000232696533,0.6590999960899353,0.9445000290870667,0.5522000193595886,1,0.5679000020027161,0.9904999732971191,0.5958999991416931,0.9688000082969666,0.5522000193595886,1,0.5958999991416931,0.9688000082969666,0.5396000146865845,0.9271000027656555,0.5679000020027161,0.9904999732971191,0.5835999846458435,0.9810000061988831,0.6220999956130981,0.9685999751091003,0.5679000020027161,0.9904999732971191,0.6220999956130981,0.9685999751091003,0.5958999991416931,0.9688000082969666,0.5396000146865845,0.9271000027656555,0.5958999991416931,0.9688000082969666,0.6258000135421753,0.9517999887466431,0.5396000146865845,0.9271000027656555,0.6258000135421753,0.9517999887466431,0.5613999962806702,0.8986999988555908,0.5958999991416931,0.9688000082969666,0.6220999956130981,0.9685999751091003,0.6596999764442444,0.9591000080108643,0.5958999991416931,0.9688000082969666,0.6596999764442444,0.9591000080108643,0.6258000135421753,0.9517999887466431,0.6463000178337097,0.8646000027656555,0.6380000114440918,0.9435999989509583,0.5993000268936157,0.9714000225067139,0.6463000178337097,0.8646000027656555,0.5993000268936157,0.9714000225067139,0.6150000095367432,0.961899995803833,0.6807000041007996,0.8334000110626221,0.6754000186920166,0.9228000044822693,0.6380000114440918,0.9435999989509583,0.6807000041007996,0.8334000110626221,0.6380000114440918,0.9435999989509583,0.6463000178337097,0.8646000027656555,0.6380000114440918,0.9435999989509583,0.6220999956130981,0.9685999751091003,0.5835999846458435,0.9810000061988831,0.6380000114440918,0.9435999989509583,0.5835999846458435,0.9810000061988831,0.5993000268936157,0.9714000225067139,0.6754000186920166,0.9228000044822693,0.6596999764442444,0.9591000080108643,0.6220999956130981,0.9685999751091003,0.6754000186920166,0.9228000044822693,0.6220999956130981,0.9685999751091003,0.6380000114440918,0.9435999989509583,0.7412999868392944,0.8228999972343445,0.7397000193595886,0.9158999919891357,0.7099999785423279,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.713100016117096,0.8228999972343445,0.7397000193595886,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.6955000162124634,0.9556000232696533,0.7397000193595886,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.7099999785423279,0.9158999919891357,0.713100016117096,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.6754000186920166,0.9228000044822693,0.713100016117096,0.8228999972343445,0.6754000186920166,0.9228000044822693,0.6807000041007996,0.8334000110626221,0.7099999785423279,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.6596999764442444,0.9591000080108643,0.7099999785423279,0.9158999919891357,0.6596999764442444,0.9591000080108643,0.6754000186920166,0.9228000044822693,0.6413999795913696,0.8754000067710876,0.5223000049591064,0.760200023651123,0.5044999718666077,0.7684000134468079,0.6413999795913696,0.8754000067710876,0.5044999718666077,0.7684000134468079,0.6200000047683716,0.8794000148773193,0.6592000126838684,0.8720999956130981,0.5372999906539917,0.753600001335144,0.5223000049591064,0.760200023651123,0.6592000126838684,0.8720999956130981,0.5223000049591064,0.760200023651123,0.6413999795913696,0.8754000067710876,0.5223000049591064,0.760200023651123,0.3840999901294708,0.6171000003814697,0.3682999908924103,0.6287999749183655,0.5223000049591064,0.760200023651123,0.3682999908924103,0.6287999749183655,0.5044999718666077,0.7684000134468079,0.5372999906539917,0.753600001335144,0.39800000190734863,0.6083999872207642,0.3840999901294708,0.6171000003814697,0.5372999906539917,0.753600001335144,0.3840999901294708,0.6171000003814697,0.5223000049591064,0.760200023651123,0.7013999819755554,0.8648999929428101,0.5738000273704529,0.7391999959945679,0.5532000064849854,0.7470999956130981,0.7013999819755554,0.8648999929428101,0.5532000064849854,0.7470999956130981,0.6777999997138977,0.8687999844551086,0.5738000273704529,0.7391999959945679,0.42820000648498535,0.5859000086784363,0.4113999903202057,0.5985999703407288,0.5738000273704529,0.7391999959945679,0.4113999903202057,0.5985999703407288,0.5532000064849854,0.7470999956130981,0.6777999997138977,0.8687999844551086,0.5532000064849854,0.7470999956130981,0.5372999906539917,0.753600001335144,0.6777999997138977,0.8687999844551086,0.5372999906539917,0.753600001335144,0.6592000126838684,0.8720999956130981,0.5532000064849854,0.7470999956130981,0.4113999903202057,0.5985999703407288,0.39800000190734863,0.6083999872207642,0.5532000064849854,0.7470999956130981,0.39800000190734863,0.6083999872207642,0.5372999906539917,0.753600001335144,0.2069000005722046,0.32359999418258667,0.2851000130176544,0.4489000141620636,0.2980000078678131,0.43130001425743103,0.2069000005722046,0.32359999418258667,0.2980000078678131,0.43130001425743103,0.21610000729560852,0.3021000027656555,0.19580000638961792,0.33709999918937683,0.272599995136261,0.46070000529289246,0.2851000130176544,0.4489000141620636,0.19580000638961792,0.33709999918937683,0.2851000130176544,0.4489000141620636,0.2069000005722046,0.32359999418258667,0.2851000130176544,0.4489000141620636,0.4113999903202057,0.5985999703407288,0.42820000648498535,0.5859000086784363,0.2851000130176544,0.4489000141620636,0.42820000648498535,0.5859000086784363,0.2980000078678131,0.43130001425743103,0.272599995136261,0.46070000529289246,0.39800000190734863,0.6083999872207642,0.4113999903202057,0.5985999703407288,0.272599995136261,0.46070000529289246,0.4113999903202057,0.5985999703407288,0.2851000130176544,0.4489000141620636,0.13199999928474426,0.33719998598098755,0.23549999296665192,0.4805000126361847,0.25459998846054077,0.4677000045776367,0.13199999928474426,0.33719998598098755,0.25459998846054077,0.4677000045776367,0.17589999735355377,0.3424000144004822,0.23549999296665192,0.4805000126361847,0.3682999908924103,0.6287999749183655,0.3840999901294708,0.6171000003814697,0.23549999296665192,0.4805000126361847,0.3840999901294708,0.6171000003814697,0.25459998846054077,0.4677000045776367,0.17589999735355377,0.3424000144004822,0.25459998846054077,0.4677000045776367,0.272599995136261,0.46070000529289246,0.17589999735355377,0.3424000144004822,0.272599995136261,0.46070000529289246,0.19580000638961792,0.33709999918937683,0.25459998846054077,0.4677000045776367,0.3840999901294708,0.6171000003814697,0.39800000190734863,0.6083999872207642,0.25459998846054077,0.4677000045776367,0.39800000190734863,0.6083999872207642,0.272599995136261,0.46070000529289246,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.323199987411499,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.4984999895095825,0.8023999929428101,0.323199987411499,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.323199987411499,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.323199987411499,0.7817999720573425,0.323199987411499,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.323199987411499,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.323199987411499,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.323199987411499,0.8023999929428101,0.323199987411499,0.8289999961853027,0.8230000138282776,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.7817000150680542,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7412999868392944,0.8228999972343445,0.7426000237464905,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.7426000237464905,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.7422000169754028,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.7631000280380249,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.7627000212669373,0.8228999972343445,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7427999973297119,0.17669999599456787,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7427999973297119,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7817999720573425,0.323199987411499,0.7633000016212463,0.323199987411499,0.7427999973297119,0.323199987411499,0.7633000016212463,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7817999720573425,0.323199987411499,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.08720000088214874,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.08720000088214874,0.910099983215332,0.08020000159740448,0.910099983215332,0.1662999987602234,0.8657000064849854,0.08720000088214874,0.910099983215332,0.1662999987602234,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.040300000458955765,0.910099983215332,0.038600001484155655,0.910099983215332,0.08020000159740448,0.8657000064849854,0.040300000458955765,0.910099983215332,0.08020000159740448,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.021700000390410423,0.8657000064849854,0.017500000074505806,0.910099983215332,0.01759999990463257,0.910099983215332,0.021900000050663948,0.8657000064849854,0.017500000074505806,0.910099983215332,0.021900000050663948,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.04019999876618385,0.8289999961853027,0.021700000390410423,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.021800000220537186,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.021800000220537186,0.910099983215332,0.021900000050663948,0.8657000064849854,0.040300000458955765,0.910099983215332,0.021900000050663948,0.910099983215332,0.038600001484155655,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.02199999988079071,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.017899999395012856,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.033399999141693115,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.02199999988079071,0.910099983215332,0.021900000050663948,0.910099983215332,0.01759999990463257,0.9595000147819519,0.02199999988079071,0.910099983215332,0.01759999990463257,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.033399999141693115,0.910099983215332,0.038600001484155655,0.910099983215332,0.021900000050663948,0.9595000147819519,0.033399999141693115,0.910099983215332,0.021900000050663948,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.03500000014901161,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.03500000014901161,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.13439999520778656,0.910099983215332,0.1662999987602234,0.910099983215332,0.08020000159740448,0.9595000147819519,0.13439999520778656,0.910099983215332,0.08020000159740448,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.05900000035762787,0.910099983215332,0.08020000159740448,0.910099983215332,0.038600001484155655,0.9595000147819519,0.05900000035762787,0.910099983215332,0.038600001484155655,0.9595000147819519,0.033399999141693115,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.05860000103712082,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.03440000116825104,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.032999999821186066,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.05860000103712082,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.05860000103712082,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.032999999821186066,0.5,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.5,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.5,0.01730000041425228,0.5,0.02590000070631504,0.39469999074935913,0.032999999821186066,0.39469999074935913,0.02160000056028366,0.5,0.02590000070631504,0.39469999074935913,0.02160000056028366,0.5,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.5,0.03440000116825104,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.05860000103712082,0.5,0.03440000116825104,0.39469999074935913,0.05860000103712082,0.5,0.03009999915957451,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.05860000103712082,0.5,0.03009999915957451,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.032999999821186066,0.5,0.03009999915957451,0.39469999074935913,0.032999999821186066,0.5,0.02590000070631504,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.032999999821186066,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0.00430000014603138,0.6150000095367432,0,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.004900000058114529,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.004900000058114529,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.004900000058114529,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.008700000122189522,0.6150000095367432,0.00430000014603138,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.008799999952316284,0.6507999897003174,0.004900000058114529,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.0024999999441206455,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.008899999782443047,0.7427999973297119,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.6150000095367432,0.01730000041425228,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.013000000268220901,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.5396000146865845,0.9271000027656555,0.43320000171661377,0.8266000151634216,0.4142000079154968,0.8608999848365784,0.5396000146865845,0.9271000027656555,0.4142000079154968,0.8608999848365784,0.5522000193595886,1,0.5613999962806702,0.8986999988555908,0.4544999897480011,0.7975999712944031,0.43320000171661377,0.8266000151634216,0.5613999962806702,0.8986999988555908,0.43320000171661377,0.8266000151634216,0.5396000146865845,0.9271000027656555,0.43320000171661377,0.8266000151634216,0.3021000027656555,0.6963000297546387,0.2761000096797943,0.7218000292778015,0.43320000171661377,0.8266000151634216,0.2761000096797943,0.7218000292778015,0.4142000079154968,0.8608999848365784,0.4544999897480011,0.7975999712944031,0.32679998874664307,0.671500027179718,0.3021000027656555,0.6963000297546387,0.4544999897480011,0.7975999712944031,0.3021000027656555,0.6963000297546387,0.43320000171661377,0.8266000151634216,0.6200000047683716,0.8794000148773193,0.5044999718666077,0.7684000134468079,0.48010000586509705,0.7795000076293945,0.6200000047683716,0.8794000148773193,0.48010000586509705,0.7795000076293945,0.5907999873161316,0.8849999904632568,0.5044999718666077,0.7684000134468079,0.3682999908924103,0.6287999749183655,0.3490000069141388,0.6480000019073486,0.5044999718666077,0.7684000134468079,0.3490000069141388,0.6480000019073486,0.48010000586509705,0.7795000076293945,0.5907999873161316,0.8849999904632568,0.48010000586509705,0.7795000076293945,0.4544999897480011,0.7975999712944031,0.5907999873161316,0.8849999904632568,0.4544999897480011,0.7975999712944031,0.5613999962806702,0.8986999988555908,0.48010000586509705,0.7795000076293945,0.3490000069141388,0.6480000019073486,0.32679998874664307,0.671500027179718,0.48010000586509705,0.7795000076293945,0.32679998874664307,0.671500027179718,0.4544999897480011,0.7975999712944031,0.1152999997138977,0.39640000462532043,0.21940000355243683,0.510200023651123,0.23549999296665192,0.4805000126361847,0.1152999997138977,0.39640000462532043,0.23549999296665192,0.4805000126361847,0.13199999928474426,0.33719998598098755,0.09709999710321426,0.4372999966144562,0.20000000298023224,0.5429999828338623,0.21940000355243683,0.510200023651123,0.09709999710321426,0.4372999966144562,0.21940000355243683,0.510200023651123,0.1152999997138977,0.39640000462532043,0.21940000355243683,0.510200023651123,0.3490000069141388,0.6480000019073486,0.3682999908924103,0.6287999749183655,0.21940000355243683,0.510200023651123,0.3682999908924103,0.6287999749183655,0.23549999296665192,0.4805000126361847,0.20000000298023224,0.5429999828338623,0.32679998874664307,0.671500027179718,0.3490000069141388,0.6480000019073486,0.20000000298023224,0.5429999828338623,0.3490000069141388,0.6480000019073486,0.21940000355243683,0.510200023651123,0,0.44350001215934753,0.13809999823570251,0.5825999975204468,0.17139999568462372,0.5654000043869019,0,0.44350001215934753,0.17139999568462372,0.5654000043869019,0.06840000301599503,0.461899995803833,0.13809999823570251,0.5825999975204468,0.2761000096797943,0.7218000292778015,0.3021000027656555,0.6963000297546387,0.13809999823570251,0.5825999975204468,0.3021000027656555,0.6963000297546387,0.17139999568462372,0.5654000043869019,0.06840000301599503,0.461899995803833,0.17139999568462372,0.5654000043869019,0.20000000298023224,0.5429999828338623,0.06840000301599503,0.461899995803833,0.20000000298023224,0.5429999828338623,0.09709999710321426,0.4372999966144562,0.17139999568462372,0.5654000043869019,0.3021000027656555,0.6963000297546387,0.32679998874664307,0.671500027179718,0.17139999568462372,0.5654000043869019,0.32679998874664307,0.671500027179718,0.20000000298023224,0.5429999828338623,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.02160000056028366,0.6150000095367432,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02590000070631504,0.6150000095367432,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.032999999821186066,0.6507999897003174,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7427999973297119,0.17669999599456787,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.08699999749660492,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.08699999749660492,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7427999973297119,0.08699999749660492,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.6150000095367432,0.03440000116825104,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03440000116825104,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.03009999915957451,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.032999999821186066,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.07989999651908875,0.6507999897003174,0.1340000033378601,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.07989999651908875,0.21610000729560852,0.3021000027656555,0.2069000005722046,0.32359999418258667,0.2094999998807907,0.2485000044107437,0.21610000729560852,0.3021000027656555,0.2094999998807907,0.2485000044107437,0.21570000052452087,0.22450000047683716,0.2069000005722046,0.32359999418258667,0.19580000638961792,0.33709999918937683,0.20229999721050262,0.2639999985694885,0.2069000005722046,0.32359999418258667,0.20229999721050262,0.2639999985694885,0.2094999998807907,0.2485000044107437,0.21570000052452087,0.22450000047683716,0.2094999998807907,0.2485000044107437,0.2727000117301941,0.21209999918937683,0.21570000052452087,0.22450000047683716,0.2727000117301941,0.21209999918937683,0.27649998664855957,0.1875,0.2094999998807907,0.2485000044107437,0.20229999721050262,0.2639999985694885,0.26969999074935913,0.22849999368190765,0.2094999998807907,0.2485000044107437,0.26969999074935913,0.22849999368190765,0.2727000117301941,0.21209999918937683,0.17589999735355377,0.3424000144004822,0.13199999928474426,0.33719998598098755,0.1761000007390976,0.27149999141693115,0.17589999735355377,0.3424000144004822,0.1761000007390976,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.1761000007390976,0.27149999141693115,0.262800008058548,0.24459999799728394,0.18979999423027039,0.27149999141693115,0.262800008058548,0.24459999799728394,0.2662000060081482,0.23899999260902405,0.19580000638961792,0.33709999918937683,0.17589999735355377,0.3424000144004822,0.18979999423027039,0.27149999141693115,0.19580000638961792,0.33709999918937683,0.18979999423027039,0.27149999141693115,0.20229999721050262,0.2639999985694885,0.20229999721050262,0.2639999985694885,0.18979999423027039,0.27149999141693115,0.2662000060081482,0.23899999260902405,0.20229999721050262,0.2639999985694885,0.2662000060081482,0.23899999260902405,0.26969999074935913,0.22849999368190765,0.5,0.24199999868869781,0.5,0.2305999994277954,0.375,0.22920000553131104,0.5,0.24199999868869781,0.375,0.22920000553131104,0.375,0.2370000034570694,0.5,0.2305999994277954,0.5,0.219200000166893,0.37529999017715454,0.2176000028848648,0.5,0.2305999994277954,0.37529999017715454,0.2176000028848648,0.375,0.22920000553131104,0.375,0.2370000034570694,0.375,0.22920000553131104,0.2662000060081482,0.23899999260902405,0.375,0.2370000034570694,0.2662000060081482,0.23899999260902405,0.262800008058548,0.24459999799728394,0.375,0.22920000553131104,0.37529999017715454,0.2176000028848648,0.26969999074935913,0.22849999368190765,0.375,0.22920000553131104,0.26969999074935913,0.22849999368190765,0.2662000060081482,0.23899999260902405,0.5,0.2078000009059906,0.5,0.1964000016450882,0.3781000077724457,0.17990000545978546,0.5,0.2078000009059906,0.3781000077724457,0.17990000545978546,0.37619999051094055,0.20309999585151672,0.37619999051094055,0.20309999585151672,0.3781000077724457,0.17990000545978546,0.27649998664855957,0.1875,0.37619999051094055,0.20309999585151672,0.27649998664855957,0.1875,0.2727000117301941,0.21209999918937683,0.5,0.219200000166893,0.5,0.2078000009059906,0.37619999051094055,0.20309999585151672,0.5,0.219200000166893,0.37619999051094055,0.20309999585151672,0.37529999017715454,0.2176000028848648,0.37529999017715454,0.2176000028848648,0.37619999051094055,0.20309999585151672,0.2727000117301941,0.21209999918937683,0.37529999017715454,0.2176000028848648,0.2727000117301941,0.21209999918937683,0.26969999074935913,0.22849999368190765,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.004900000058114529,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.008799999952316284,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.004900000058114529,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.004900000058114529,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.008799999952316284,0.5,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.5,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.5,0.01730000041425228,0.5,0.008700000122189522,0.39469999074935913,0.008799999952316284,0.39469999074935913,0.013000000268220901,0.5,0.008700000122189522,0.39469999074935913,0.013000000268220901,0.5,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.5,0,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.004900000058114529,0.5,0,0.39469999074935913,0.004900000058114529,0.5,0.00430000014603138,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.004900000058114529,0.5,0.00430000014603138,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.008799999952316284,0.5,0.00430000014603138,0.39469999074935913,0.008799999952316284,0.5,0.008700000122189522,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.008799999952316284,1.0113999843597412,1.000599980354309,1.0113999843597412,0.991100013256073,0.9322999715805054,0.9614999890327454,1.0113999843597412,1.000599980354309,0.9322999715805054,0.9614999890327454,0.862500011920929,0.8945000171661377,1.0113999843597412,0.991100013256073,1.0113999843597412,0.9815999865531921,0.9527000188827515,0.9671000242233276,1.0113999843597412,0.991100013256073,0.9527000188827515,0.9671000242233276,0.9322999715805054,0.9614999890327454,0.862500011920929,0.8945000171661377,0.9322999715805054,0.9614999890327454,0.8629999756813049,0.9399999976158142,0.862500011920929,0.8945000171661377,0.8629999756813049,0.9399999976158142,0.785099983215332,0.8651999831199646,0.9322999715805054,0.9614999890327454,0.9527000188827515,0.9671000242233276,0.8982999920845032,0.9563999772071838,0.9322999715805054,0.9614999890327454,0.8982999920845032,0.9563999772071838,0.8629999756813049,0.9399999976158142,1.0113999843597412,0.972000002861023,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.972000002861023,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.944100022315979,0.9595000147819519,0.944100022315979,0.9595000147819519,0.8651000261306763,0.910099983215332,0.8337000012397766,0.9595000147819519,0.944100022315979,0.910099983215332,0.8337000012397766,0.910099983215332,0.9230999946594238,1.0113999843597412,0.9815999865531921,1.0113999843597412,0.972000002861023,0.9595000147819519,0.944100022315979,1.0113999843597412,0.9815999865531921,0.9595000147819519,0.944100022315979,0.9527000188827515,0.9671000242233276,0.9527000188827515,0.9671000242233276,0.9595000147819519,0.944100022315979,0.910099983215332,0.9230999946594238,0.9527000188827515,0.9671000242233276,0.910099983215332,0.9230999946594238,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.8230000138282776,0.8289999961853027,0.9158999919891357,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.8230000138282776,0.8657000064849854,0.9160000085830688,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.9158999919891357,0.8162000179290771,0.9535999894142151,0.8525999784469604,0.9531999826431274,0.8289999961853027,0.9158999919891357,0.8525999784469604,0.9531999826431274,0.8657000064849854,0.9160000085830688,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.9160000085830688,0.910099983215332,0.9230999946594238,0.8657000064849854,0.8230999708175659,0.910099983215332,0.9230999946594238,0.910099983215332,0.8337000012397766,0.8657000064849854,0.9160000085830688,0.8525999784469604,0.9531999826431274,0.8982999920845032,0.9563999772071838,0.8657000064849854,0.9160000085830688,0.8982999920845032,0.9563999772071838,0.910099983215332,0.9230999946594238,0.777899980545044,0.9365000128746033,0.7013999819755554,0.8648999929428101,0.7343000173568726,0.859499990940094,0.777899980545044,0.9365000128746033,0.7343000173568726,0.859499990940094,0.8130999803543091,0.9344000220298767,0.8130999803543091,0.9344000220298767,0.7343000173568726,0.859499990940094,0.785099983215332,0.8651999831199646,0.8130999803543091,0.9344000220298767,0.785099983215332,0.8651999831199646,0.8629999756813049,0.9399999976158142,0.8162000179290771,0.9535999894142151,0.777899980545044,0.9365000128746033,0.8130999803543091,0.9344000220298767,0.8162000179290771,0.9535999894142151,0.8130999803543091,0.9344000220298767,0.8525999784469604,0.9531999826431274,0.8525999784469604,0.9531999826431274,0.8130999803543091,0.9344000220298767,0.8629999756813049,0.9399999976158142,0.8525999784469604,0.9531999826431274,0.8629999756813049,0.9399999976158142,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.017400000244379044,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.017400000244379044,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.01730000041425228,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.04010000079870224,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7427999973297119,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7427999973297119,0.17669999599456787,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.08699999749660492,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7633000016212463,0.04010000079870224,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7427999973297119,0.08699999749660492,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.17679999768733978,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.08709999918937683,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.013100000098347664,0.910099983215332,0.01759999990463257,0.910099983215332,0.013299999758601189,0.8657000064849854,0.013199999928474426,0.910099983215332,0.01759999990463257,0.8657000064849854,0.013199999928474426,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.013199999928474426,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.008999999612569809,0.8289999961853027,0.013100000098347664,0.910099983215332,0.013299999758601189,0.910099983215332,0.009200000204145908,0.8657000064849854,0.009100000374019146,0.910099983215332,0.013299999758601189,0.8657000064849854,0.009100000374019146,0.8657000064849854,0.013199999928474426,1.0113999843597412,0.017899999395012856,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.017899999395012856,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.01360000018030405,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.009200000204145908,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.013399999588727951,0.910099983215332,0.013299999758601189,0.9595000147819519,0.017799999564886093,0.910099983215332,0.013299999758601189,0.910099983215332,0.01759999990463257,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.009200000204145908,0.910099983215332,0.009200000204145908,0.9595000147819519,0.013399999588727951,0.910099983215332,0.009200000204145908,0.910099983215332,0.013299999758601189,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.004900000058114529,1.0113999843597412,0.0006000000284984708,0.910099983215332,0.00279999990016222,0.910099983215332,0.00559999980032444,0.9595000147819519,0.0052999998442828655,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0052999998442828655,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0052999998442828655,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.00930000003427267,1.0113999843597412,0.004900000058114529,0.910099983215332,0.00559999980032444,0.910099983215332,0.009200000204145908,0.9595000147819519,0.009200000204145908,0.910099983215332,0.00559999980032444,0.9595000147819519,0.009200000204145908,0.9595000147819519,0.0052999998442828655,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.8289999961853027,0.005499999970197678,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.009100000374019146,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.00559999980032444,0.910099983215332,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.910099983215332,0.00559999980032444,0.910099983215332,0.00279999990016222,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.009100000374019146,0.910099983215332,0.009200000204145908,0.8657000064849854,0.00559999980032444,0.910099983215332,0.009200000204145908,0.910099983215332,0.00559999980032444,0.21570000052452087,0.22450000047683716,0.2257000058889389,0.19169999659061432,0.23029999434947968,0.272599995136261,0.21570000052452087,0.22450000047683716,0.23029999434947968,0.272599995136261,0.21610000729560852,0.3021000027656555,0.27649998664855957,0.1875,0.28290000557899475,0.1525000035762787,0.2257000058889389,0.19169999659061432,0.27649998664855957,0.1875,0.2257000058889389,0.19169999659061432,0.21570000052452087,0.22450000047683716,0.2257000058889389,0.19169999659061432,0.2387000024318695,0.17020000517368317,0.24899999797344208,0.25220000743865967,0.2257000058889389,0.19169999659061432,0.24899999797344208,0.25220000743865967,0.23029999434947968,0.272599995136261,0.28290000557899475,0.1525000035762787,0.2906999886035919,0.12639999389648438,0.2387000024318695,0.17020000517368317,0.28290000557899475,0.1525000035762787,0.2387000024318695,0.17020000517368317,0.2257000058889389,0.19169999659061432,0.5,0.1964000016450882,0.5,0.14730000495910645,0.38109999895095825,0.14259999990463257,0.5,0.1964000016450882,0.38109999895095825,0.14259999990463257,0.3781000077724457,0.17990000545978546,0.5,0.14730000495910645,0.5,0.0982000008225441,0.384799987077713,0.1062999963760376,0.5,0.14730000495910645,0.384799987077713,0.1062999963760376,0.38109999895095825,0.14259999990463257,0.3781000077724457,0.17990000545978546,0.38109999895095825,0.14259999990463257,0.28290000557899475,0.1525000035762787,0.3781000077724457,0.17990000545978546,0.28290000557899475,0.1525000035762787,0.27649998664855957,0.1875,0.38109999895095825,0.14259999990463257,0.384799987077713,0.1062999963760376,0.2906999886035919,0.12639999389648438,0.38109999895095825,0.14259999990463257,0.2906999886035919,0.12639999389648438,0.28290000557899475,0.1525000035762787,0.39160001277923584,0.13089999556541443,0.38850000500679016,0.08649999648332596,0.5,0.04910000041127205,0.39160001277923584,0.13089999556541443,0.5,0.04910000041127205,0.5,0,0.3034000098705292,0.1851000040769577,0.29919999837875366,0.12849999964237213,0.38850000500679016,0.08649999648332596,0.3034000098705292,0.1851000040769577,0.38850000500679016,0.08649999648332596,0.39160001277923584,0.13089999556541443,0.38850000500679016,0.08649999648332596,0.384799987077713,0.1062999963760376,0.5,0.0982000008225441,0.38850000500679016,0.08649999648332596,0.5,0.0982000008225441,0.5,0.04910000041127205,0.29919999837875366,0.12849999964237213,0.2906999886035919,0.12639999389648438,0.384799987077713,0.1062999963760376,0.29919999837875366,0.12849999964237213,0.384799987077713,0.1062999963760376,0.38850000500679016,0.08649999648332596,0.2694000005722046,0.28380000591278076,0.271699994802475,0.2578999996185303,0.2540999948978424,0.17980000376701355,0.2694000005722046,0.28380000591278076,0.2540999948978424,0.17980000376701355,0.2556999921798706,0.23559999465942383,0.271699994802475,0.2578999996185303,0.24899999797344208,0.25220000743865967,0.2387000024318695,0.17020000517368317,0.271699994802475,0.2578999996185303,0.2387000024318695,0.17020000517368317,0.2540999948978424,0.17980000376701355,0.2556999921798706,0.23559999465942383,0.2540999948978424,0.17980000376701355,0.29919999837875366,0.12849999964237213,0.2556999921798706,0.23559999465942383,0.29919999837875366,0.12849999964237213,0.3034000098705292,0.1851000040769577,0.2540999948978424,0.17980000376701355,0.2387000024318695,0.17020000517368317,0.2906999886035919,0.12639999389648438,0.2540999948978424,0.17980000376701355,0.2906999886035919,0.12639999389648438,0.29919999837875366,0.12849999964237213,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.910099983215332,0.8337000012397766,0.910099983215332,0.6816999912261963,0.8657000064849854,0.6746000051498413,0.910099983215332,0.8337000012397766,0.8657000064849854,0.6746000051498413,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.6746000051498413,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.4986000061035156,0.8289999961853027,0.6744999885559082,0.910099983215332,0.6816999912261963,0.910099983215332,0.49880000948905945,0.8657000064849854,0.49869999289512634,0.910099983215332,0.6816999912261963,0.8657000064849854,0.49869999289512634,0.8657000064849854,0.6746000051498413,1.0113999843597412,0.9624999761581421,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.7305999994277954,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.7027000188827515,0.910099983215332,0.6816999912261963,0.9595000147819519,0.8651000261306763,0.910099983215332,0.6816999912261963,0.910099983215332,0.8337000012397766,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.49880000948905945,0.910099983215332,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.910099983215332,0.49880000948905945,0.910099983215332,0.6816999912261963,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.295199990272522,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.2669000029563904,1.0113999843597412,0.03500000014901161,0.910099983215332,0.1662999987602234,0.910099983215332,0.3163999915122986,0.9595000147819519,0.295199990272522,0.910099983215332,0.1662999987602234,0.9595000147819519,0.295199990272522,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.295199990272522,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.295199990272522,1.0113999843597412,0.49880000948905945,1.0113999843597412,0.2669000029563904,0.910099983215332,0.3163999915122986,0.910099983215332,0.49880000948905945,0.9595000147819519,0.49880000948905945,0.910099983215332,0.3163999915122986,0.9595000147819519,0.49880000948905945,0.9595000147819519,0.295199990272522,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.32330000400543213,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.49869999289512634,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.910099983215332,0.3163999915122986,0.8657000064849854,0.17679999768733978,0.910099983215332,0.3163999915122986,0.910099983215332,0.1662999987602234,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.49869999289512634,0.910099983215332,0.49880000948905945,0.8657000064849854,0.32339999079704285,0.910099983215332,0.49880000948905945,0.910099983215332,0.3163999915122986,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.9158999919891357,0.8289999961853027,0.8230000138282776,0.7817000150680542,0.8230000138282776,0.781499981880188,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.789900004863739,0.9539999961853027,0.8162000179290771,0.9535999894142151,0.8023999929428101,0.9158999919891357,0.8162000179290771,0.9535999894142151,0.8289999961853027,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.789900004863739,0.9539999961853027,0.781499981880188,0.9158999919891357,0.789900004863739,0.9539999961853027,0.8023999929428101,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7397000193595886,0.9158999919891357,0.7620999813079834,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7620999813079834,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7494999766349792,0.9545999765396118,0.7627000212669373,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.781499981880188,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.7620999813079834,0.9158999919891357,0.7494999766349792,0.9545999765396118,0.7692000269889832,0.9542999863624573,0.7620999813079834,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.781499981880188,0.9158999919891357,0.6200000047683716,0.8794000148773193,0.6413999795913696,0.8754000067710876,0.7131999731063843,0.9405999779701233,0.6200000047683716,0.8794000148773193,0.7131999731063843,0.9405999779701233,0.6901999711990356,0.9422000050544739,0.6413999795913696,0.8754000067710876,0.6592000126838684,0.8720999956130981,0.7324000000953674,0.939300000667572,0.6413999795913696,0.8754000067710876,0.7324000000953674,0.939300000667572,0.7131999731063843,0.9405999779701233,0.6901999711990356,0.9422000050544739,0.7131999731063843,0.9405999779701233,0.7494999766349792,0.9545999765396118,0.6901999711990356,0.9422000050544739,0.7494999766349792,0.9545999765396118,0.7264000177383423,0.9549999833106995,0.7131999731063843,0.9405999779701233,0.7324000000953674,0.939300000667572,0.7692000269889832,0.9542999863624573,0.7131999731063843,0.9405999779701233,0.7692000269889832,0.9542999863624573,0.7494999766349792,0.9545999765396118,0.7013999819755554,0.8648999929428101,0.777899980545044,0.9365000128746033,0.7524999976158142,0.9380000233650208,0.7013999819755554,0.8648999929428101,0.7524999976158142,0.9380000233650208,0.6777999997138977,0.8687999844551086,0.777899980545044,0.9365000128746033,0.8162000179290771,0.9535999894142151,0.789900004863739,0.9539999961853027,0.777899980545044,0.9365000128746033,0.789900004863739,0.9539999961853027,0.7524999976158142,0.9380000233650208,0.6592000126838684,0.8720999956130981,0.6777999997138977,0.8687999844551086,0.7524999976158142,0.9380000233650208,0.6592000126838684,0.8720999956130981,0.7524999976158142,0.9380000233650208,0.7324000000953674,0.939300000667572,0.7524999976158142,0.9380000233650208,0.789900004863739,0.9539999961853027,0.7692000269889832,0.9542999863624573,0.7524999976158142,0.9380000233650208,0.7692000269889832,0.9542999863624573,0.7324000000953674,0.939300000667572,0.5,0.961899995803833,0.5,0.7300000190734863,0.39469999074935913,0.7023000121116638,0.5,0.961899995803833,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.8646000027656555,0.5,0.7300000190734863,0.5,0.498199999332428,0.39469999074935913,0.4982999861240387,0.5,0.7300000190734863,0.39469999074935913,0.4982999861240387,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.4984000027179718,0.28929999470710754,0.6883999705314636,0.5,0.2662999927997589,0.5,0.03440000116825104,0.39469999074935913,0.1340000033378601,0.5,0.2662999927997589,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.3089999854564667,0.5,0.498199999332428,0.5,0.2662999927997589,0.39469999074935913,0.2946999967098236,0.5,0.498199999332428,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.4982999861240387,0.39469999074935913,0.4982999861240387,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.4984000027179718,0.07859999686479568,0.03440000116825104,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.03440000116825104,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.2662999927997589,0.07859999686479568,0.498199999332428,0.18400000035762787,0.4982999861240387,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.4982999861240387,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.18400000035762787,0.1340000033378601,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.4984000027179718,0.28929999470710754,0.3089999854564667,0.07859999686479568,0.7300000190734863,0.07859999686479568,0.961899995803833,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.6883999705314636,0.07859999686479568,0.498199999332428,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.7023000121116638,0.07859999686479568,0.498199999332428,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.4982999861240387,0.18400000035762787,0.4982999861240387,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.4984000027179718,0.5,0.9904999732971191,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.8865000009536743,0.5,0.9904999732971191,0.39469999074935913,0.8865000009536743,0.5,1,0.5,0.9904999732971191,0.5,0.9810000061988831,0.39469999074935913,0.9659000039100647,0.5,0.9904999732971191,0.39469999074935913,0.9659000039100647,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.8621000051498413,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9584000110626221,0.28929999470710754,0.9417999982833862,0.5,0.9714000225067139,0.5,0.961899995803833,0.39469999074935913,0.8646000027656555,0.5,0.9714000225067139,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.9297999739646912,0.5,0.9810000061988831,0.5,0.9714000225067139,0.39469999074935913,0.9435999989509583,0.5,0.9810000061988831,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9659000039100647,0.39469999074935913,0.9659000039100647,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.9584000110626221,0.07859999686479568,0.961899995803833,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.961899995803833,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.9714000225067139,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9659000039100647,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9659000039100647,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9584000110626221,0.28929999470710754,0.9297999739646912,0.07859999686479568,0.9904999732971191,0.07859999686479568,1,0.18400000035762787,0.8865000009536743,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.9417999982833862,0.07859999686479568,0.9810000061988831,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.9580000042915344,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9659000039100647,0.18400000035762787,0.9659000039100647,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.9584000110626221,0.07859999686479568,1,0.07859999686479568,0.75,0.18400000035762787,0.7175999879837036,0.07859999686479568,1,0.18400000035762787,0.7175999879837036,0.18400000035762787,0.8865000009536743,0.07859999686479568,0.5,0.19480000436306,0.5174999833106995,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.5,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.75,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.7175999879837036,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.28929999470710754,0.8621000051498413,0.19480000436306,0.5174999833106995,0.29159998893737793,0.5059000253677368,0.28929999470710754,0.7013000249862671,0.19480000436306,0.5174999833106995,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.7175999879837036,0.2694000005722046,0.28380000591278076,0.2556999921798706,0.23559999465942383,0.2273000031709671,0.35249999165534973,0.2694000005722046,0.28380000591278076,0.2273000031709671,0.35249999165534973,0.16779999434947968,0.38019999861717224,0.2273000031709671,0.35249999165534973,0.2556999921798706,0.23559999465942383,0.3034000098705292,0.1851000040769577,0.2273000031709671,0.35249999165534973,0.3034000098705292,0.1851000040769577,0.2985999882221222,0.3224000036716461,0.16779999434947968,0.38019999861717224,0.2273000031709671,0.35249999165534973,0.19480000436306,0.5174999833106995,0.16779999434947968,0.38019999861717224,0.19480000436306,0.5174999833106995,0.07859999686479568,0.5,0.2273000031709671,0.35249999165534973,0.2985999882221222,0.3224000036716461,0.29159998893737793,0.5059000253677368,0.2273000031709671,0.35249999165534973,0.29159998893737793,0.5059000253677368,0.19480000436306,0.5174999833106995,0.5,0,0.5,0.25,0.39340001344680786,0.2874000072479248,0.5,0,0.39340001344680786,0.2874000072479248,0.39160001277923584,0.13089999556541443,0.5,0.25,0.5,0.5,0.39430001378059387,0.5012000203132629,0.5,0.25,0.39430001378059387,0.5012000203132629,0.39340001344680786,0.2874000072479248,0.39160001277923584,0.13089999556541443,0.39340001344680786,0.2874000072479248,0.2985999882221222,0.3224000036716461,0.39160001277923584,0.13089999556541443,0.2985999882221222,0.3224000036716461,0.3034000098705292,0.1851000040769577,0.39340001344680786,0.2874000072479248,0.39430001378059387,0.5012000203132629,0.29159998893737793,0.5059000253677368,0.39340001344680786,0.2874000072479248,0.29159998893737793,0.5059000253677368,0.2985999882221222,0.3224000036716461,0.5,1,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.7175999879837036,0.5,1,0.39469999074935913,0.7175999879837036,0.5,0.75,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.7013000249862671,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.39469999074935913,0.7175999879837036,0.5,0.75,0.39469999074935913,0.7175999879837036,0.39430001378059387,0.5012000203132629,0.5,0.75,0.39430001378059387,0.5012000203132629,0.5,0.5,0.39469999074935913,0.7175999879837036,0.28929999470710754,0.7013000249862671,0.29159998893737793,0.5059000253677368,0.39469999074935913,0.7175999879837036,0.29159998893737793,0.5059000253677368,0.39430001378059387,0.5012000203132629,0.7013999819755554,0.8648999929428101,0.5738000273704529,0.7391999959945679,0.6029000282287598,0.7282999753952026,0.7013999819755554,0.8648999929428101,0.6029000282287598,0.7282999753952026,0.7343000173568726,0.859499990940094,0.42820000648498535,0.5859000086784363,0.45260000228881836,0.5684000253677368,0.6029000282287598,0.7282999753952026,0.42820000648498535,0.5859000086784363,0.6029000282287598,0.7282999753952026,0.5738000273704529,0.7391999959945679,0.7343000173568726,0.859499990940094,0.6029000282287598,0.7282999753952026,0.6456000208854675,0.7233999967575073,0.7343000173568726,0.859499990940094,0.6456000208854675,0.7233999967575073,0.785099983215332,0.8651999831199646,0.45260000228881836,0.5684000253677368,0.4844000041484833,0.5515999794006348,0.6456000208854675,0.7233999967575073,0.45260000228881836,0.5684000253677368,0.6456000208854675,0.7233999967575073,0.6029000282287598,0.7282999753952026,0.21610000729560852,0.3021000027656555,0.23029999434947968,0.272599995136261,0.31709998846054077,0.4072999954223633,0.21610000729560852,0.3021000027656555,0.31709998846054077,0.4072999954223633,0.2980000078678131,0.43130001425743103,0.23029999434947968,0.272599995136261,0.24899999797344208,0.25220000743865967,0.34150001406669617,0.38690000772476196,0.23029999434947968,0.272599995136261,0.34150001406669617,0.38690000772476196,0.31709998846054077,0.4072999954223633,0.2980000078678131,0.43130001425743103,0.31709998846054077,0.4072999954223633,0.45260000228881836,0.5684000253677368,0.2980000078678131,0.43130001425743103,0.45260000228881836,0.5684000253677368,0.42820000648498535,0.5859000086784363,0.31709998846054077,0.4072999954223633,0.34150001406669617,0.38690000772476196,0.4844000041484833,0.5515999794006348,0.31709998846054077,0.4072999954223633,0.4844000041484833,0.5515999794006348,0.45260000228881836,0.5684000253677368,0.4009999930858612,0.38040000200271606,0.3702000081539154,0.38019999861717224,0.271699994802475,0.2578999996185303,0.4009999930858612,0.38040000200271606,0.271699994802475,0.2578999996185303,0.2694000005722046,0.28380000591278076,0.5450000166893005,0.5002999901771545,0.5239999890327454,0.5407000184059143,0.3702000081539154,0.38019999861717224,0.5450000166893005,0.5002999901771545,0.3702000081539154,0.38019999861717224,0.4009999930858612,0.38040000200271606,0.3702000081539154,0.38019999861717224,0.34150001406669617,0.38690000772476196,0.24899999797344208,0.25220000743865967,0.3702000081539154,0.38019999861717224,0.24899999797344208,0.25220000743865967,0.271699994802475,0.2578999996185303,0.5239999890327454,0.5407000184059143,0.4844000041484833,0.5515999794006348,0.34150001406669617,0.38690000772476196,0.5239999890327454,0.5407000184059143,0.34150001406669617,0.38690000772476196,0.3702000081539154,0.38019999861717224,0.7781999707221985,0.7504000067710876,1.0113999843597412,1.000599980354309,0.862500011920929,0.8945000171661377,0.7781999707221985,0.7504000067710876,0.862500011920929,0.8945000171661377,0.7071999907493591,0.7332000136375427,0.7071999907493591,0.7332000136375427,0.862500011920929,0.8945000171661377,0.785099983215332,0.8651999831199646,0.7071999907493591,0.7332000136375427,0.785099983215332,0.8651999831199646,0.6456000208854675,0.7233999967575073,0.7781999707221985,0.7504000067710876,0.7071999907493591,0.7332000136375427,0.5239999890327454,0.5407000184059143,0.7781999707221985,0.7504000067710876,0.5239999890327454,0.5407000184059143,0.5450000166893005,0.5002999901771545,0.7071999907493591,0.7332000136375427,0.6456000208854675,0.7233999967575073,0.4844000041484833,0.5515999794006348,0.7071999907493591,0.7332000136375427,0.4844000041484833,0.5515999794006348,0.5239999890327454,0.5407000184059143,0.3772999942302704,0.2922999858856201,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.3109000027179718,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.3109000027179718,0.39969998598098755,0.31360000371932983,0.3255000114440918,0.28299999237060547,0.25,0.2782999873161316,0.25,0.30809998512268066,0.3255000114440918,0.28299999237060547,0.25,0.30809998512268066,0.33160001039505005,0.3109000027179718,0.39969998598098755,0.31360000371932983,0.33160001039505005,0.3109000027179718,0.34459999203681946,0.34869998693466187,0.39969998598098755,0.31360000371932983,0.34459999203681946,0.34869998693466187,0.4221999943256378,0.349700003862381,0.33160001039505005,0.3109000027179718,0.25,0.30809998512268066,0.25,0.3476000130176544,0.33160001039505005,0.3109000027179718,0.25,0.3476000130176544,0.34459999203681946,0.34869998693466187,0.12269999831914902,0.29159998893737793,0.10029999911785126,0.3125999867916107,0.16840000450611115,0.31029999256134033,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.31029999256134033,0.1745000034570694,0.2825999855995178,0.10029999911785126,0.3125999867916107,0.07779999822378159,0.3479999899864197,0.15539999306201935,0.34779998660087585,0.10029999911785126,0.3125999867916107,0.15539999306201935,0.34779998660087585,0.16840000450611115,0.31029999256134033,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.31029999256134033,0.25,0.30809998512268066,0.1745000034570694,0.2825999855995178,0.25,0.30809998512268066,0.25,0.2782999873161316,0.16840000450611115,0.31029999256134033,0.15539999306201935,0.34779998660087585,0.25,0.3476000130176544,0.16840000450611115,0.31029999256134033,0.25,0.3476000130176544,0.25,0.30809998512268066,0.125,0.444599986076355,0.14059999585151672,0.39399999380111694,0.05469999834895134,0.39340001344680786,0.125,0.444599986076355,0.05469999834895134,0.39340001344680786,0,0.44350001215934753,0.25,0.4456999897956848,0.25,0.39469999074935913,0.14059999585151672,0.39399999380111694,0.25,0.4456999897956848,0.14059999585151672,0.39399999380111694,0.125,0.444599986076355,0.14059999585151672,0.39399999380111694,0.15539999306201935,0.34779998660087585,0.07779999822378159,0.3479999899864197,0.14059999585151672,0.39399999380111694,0.07779999822378159,0.3479999899864197,0.05469999834895134,0.39340001344680786,0.25,0.39469999074935913,0.25,0.3476000130176544,0.15539999306201935,0.34779998660087585,0.25,0.39469999074935913,0.15539999306201935,0.34779998660087585,0.14059999585151672,0.39399999380111694,0.375,0.44670000672340393,0.5,0.44780001044273376,0.44530001282691956,0.3961000144481659,0.375,0.44670000672340393,0.44530001282691956,0.3961000144481659,0.3594000041484833,0.3955000042915344,0.3594000041484833,0.3955000042915344,0.44530001282691956,0.3961000144481659,0.4221999943256378,0.349700003862381,0.3594000041484833,0.3955000042915344,0.4221999943256378,0.349700003862381,0.34459999203681946,0.34869998693466187,0.25,0.4456999897956848,0.375,0.44670000672340393,0.3594000041484833,0.3955000042915344,0.25,0.4456999897956848,0.3594000041484833,0.3955000042915344,0.25,0.39469999074935913,0.25,0.39469999074935913,0.3594000041484833,0.3955000042915344,0.34459999203681946,0.34869998693466187,0.25,0.39469999074935913,0.34459999203681946,0.34869998693466187,0.25,0.3476000130176544,0.7412999868392944,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.714900016784668,0.6744999885559082,0.7412999868392944,0.8228999972343445,0.714900016784668,0.6744999885559082,0.713100016117096,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.7426000237464905,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7159000039100647,0.4984999895095825,0.714900016784668,0.6744999885559082,0.714900016784668,0.6744999885559082,0.6833999752998352,0.6814000010490417,0.6807000041007996,0.8334000110626221,0.714900016784668,0.6744999885559082,0.6807000041007996,0.8334000110626221,0.713100016117096,0.8228999972343445,0.7159000039100647,0.4984999895095825,0.6845999956130981,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.7159000039100647,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.714900016784668,0.6744999885559082,0.7427999973297119,0.17669999599456787,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7161999940872192,0.323199987411499,0.7427999973297119,0.323199987411499,0.7161999940872192,0.17669999599456787,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.31610000133514404,0.7161999940872192,0.17669999599456787,0.6850000023841858,0.31610000133514404,0.7161999940872192,0.323199987411499,0.7427999973297119,0.323199987411499,0.7161999940872192,0.323199987411499,0.7159000039100647,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7159000039100647,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.7161999940872192,0.323199987411499,0.6850000023841858,0.31610000133514404,0.6845999956130981,0.4984999895095825,0.7161999940872192,0.323199987411499,0.6845999956130981,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.2946999967098236,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.03440000116825104,0.6150000095367432,0.498199999332428,0.6504999995231628,0.4982999861240387,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.498199999332428,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.2946999967098236,0.6850000023841858,0.31610000133514404,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.2946999967098236,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.1340000033378601,0.6504999995231628,0.4982999861240387,0.6845999956130981,0.4984999895095825,0.6850000023841858,0.31610000133514404,0.6504999995231628,0.4982999861240387,0.6850000023841858,0.31610000133514404,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.961899995803833,0.6463000178337097,0.8646000027656555,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.961899995803833,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.7300000190734863,0.6463000178337097,0.8646000027656555,0.6807000041007996,0.8334000110626221,0.6833999752998352,0.6814000010490417,0.6463000178337097,0.8646000027656555,0.6833999752998352,0.6814000010490417,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.7300000190734863,0.6498000025749207,0.7023000121116638,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.7300000190734863,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.498199999332428,0.6498000025749207,0.7023000121116638,0.6833999752998352,0.6814000010490417,0.6845999956130981,0.4984999895095825,0.6498000025749207,0.7023000121116638,0.6845999956130981,0.4984999895095825,0.6504999995231628,0.4982999861240387,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.013000000268220901,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.013000000268220901,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.008999999612569809,0.6901999711990356,0.9422000050544739,0.6590999960899353,0.9445000290870667,0.5907999873161316,0.8849999904632568,0.6901999711990356,0.9422000050544739,0.5907999873161316,0.8849999904632568,0.6200000047683716,0.8794000148773193,0.7264000177383423,0.9549999833106995,0.6955000162124634,0.9556000232696533,0.6590999960899353,0.9445000290870667,0.7264000177383423,0.9549999833106995,0.6590999960899353,0.9445000290870667,0.6901999711990356,0.9422000050544739,0.6590999960899353,0.9445000290870667,0.6258000135421753,0.9517999887466431,0.5613999962806702,0.8986999988555908,0.6590999960899353,0.9445000290870667,0.5613999962806702,0.8986999988555908,0.5907999873161316,0.8849999904632568,0.6955000162124634,0.9556000232696533,0.6596999764442444,0.9591000080108643,0.6258000135421753,0.9517999887466431,0.6955000162124634,0.9556000232696533,0.6258000135421753,0.9517999887466431,0.6590999960899353,0.9445000290870667,0.7412999868392944,0.8228999972343445,0.713100016117096,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.713100016117096,0.8228999972343445,0.6807000041007996,0.8334000110626221,0.6754000186920166,0.9228000044822693,0.713100016117096,0.8228999972343445,0.6754000186920166,0.9228000044822693,0.7099999785423279,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.7099999785423279,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.7397000193595886,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.7264000177383423,0.9549999833106995,0.7099999785423279,0.9158999919891357,0.6754000186920166,0.9228000044822693,0.6596999764442444,0.9591000080108643,0.7099999785423279,0.9158999919891357,0.6596999764442444,0.9591000080108643,0.6955000162124634,0.9556000232696533,0.5993000268936157,0.9714000225067139,0.6380000114440918,0.9435999989509583,0.6463000178337097,0.8646000027656555,0.5993000268936157,0.9714000225067139,0.6463000178337097,0.8646000027656555,0.6150000095367432,0.961899995803833,0.5835999846458435,0.9810000061988831,0.6220999956130981,0.9685999751091003,0.6380000114440918,0.9435999989509583,0.5835999846458435,0.9810000061988831,0.6380000114440918,0.9435999989509583,0.5993000268936157,0.9714000225067139,0.6380000114440918,0.9435999989509583,0.6754000186920166,0.9228000044822693,0.6807000041007996,0.8334000110626221,0.6380000114440918,0.9435999989509583,0.6807000041007996,0.8334000110626221,0.6463000178337097,0.8646000027656555,0.6220999956130981,0.9685999751091003,0.6596999764442444,0.9591000080108643,0.6754000186920166,0.9228000044822693,0.6220999956130981,0.9685999751091003,0.6754000186920166,0.9228000044822693,0.6380000114440918,0.9435999989509583,0.5522000193595886,1,0.5396000146865845,0.9271000027656555,0.5958999991416931,0.9688000082969666,0.5522000193595886,1,0.5958999991416931,0.9688000082969666,0.5679000020027161,0.9904999732971191,0.5396000146865845,0.9271000027656555,0.5613999962806702,0.8986999988555908,0.6258000135421753,0.9517999887466431,0.5396000146865845,0.9271000027656555,0.6258000135421753,0.9517999887466431,0.5958999991416931,0.9688000082969666,0.5679000020027161,0.9904999732971191,0.5958999991416931,0.9688000082969666,0.6220999956130981,0.9685999751091003,0.5679000020027161,0.9904999732971191,0.6220999956130981,0.9685999751091003,0.5835999846458435,0.9810000061988831,0.5958999991416931,0.9688000082969666,0.6258000135421753,0.9517999887466431,0.6596999764442444,0.9591000080108643,0.5958999991416931,0.9688000082969666,0.6596999764442444,0.9591000080108643,0.6220999956130981,0.9685999751091003,0.5044999718666077,0.7684000134468079,0.5223000049591064,0.760200023651123,0.6413999795913696,0.8754000067710876,0.5044999718666077,0.7684000134468079,0.6413999795913696,0.8754000067710876,0.6200000047683716,0.8794000148773193,0.3682999908924103,0.6287999749183655,0.3840999901294708,0.6171000003814697,0.5223000049591064,0.760200023651123,0.3682999908924103,0.6287999749183655,0.5223000049591064,0.760200023651123,0.5044999718666077,0.7684000134468079,0.5223000049591064,0.760200023651123,0.5372999906539917,0.753600001335144,0.6592000126838684,0.8720999956130981,0.5223000049591064,0.760200023651123,0.6592000126838684,0.8720999956130981,0.6413999795913696,0.8754000067710876,0.3840999901294708,0.6171000003814697,0.39800000190734863,0.6083999872207642,0.5372999906539917,0.753600001335144,0.3840999901294708,0.6171000003814697,0.5372999906539917,0.753600001335144,0.5223000049591064,0.760200023651123,0.13199999928474426,0.33719998598098755,0.17589999735355377,0.3424000144004822,0.25459998846054077,0.4677000045776367,0.13199999928474426,0.33719998598098755,0.25459998846054077,0.4677000045776367,0.23549999296665192,0.4805000126361847,0.17589999735355377,0.3424000144004822,0.19580000638961792,0.33709999918937683,0.272599995136261,0.46070000529289246,0.17589999735355377,0.3424000144004822,0.272599995136261,0.46070000529289246,0.25459998846054077,0.4677000045776367,0.23549999296665192,0.4805000126361847,0.25459998846054077,0.4677000045776367,0.3840999901294708,0.6171000003814697,0.23549999296665192,0.4805000126361847,0.3840999901294708,0.6171000003814697,0.3682999908924103,0.6287999749183655,0.25459998846054077,0.4677000045776367,0.272599995136261,0.46070000529289246,0.39800000190734863,0.6083999872207642,0.25459998846054077,0.4677000045776367,0.39800000190734863,0.6083999872207642,0.3840999901294708,0.6171000003814697,0.2980000078678131,0.43130001425743103,0.2851000130176544,0.4489000141620636,0.2069000005722046,0.32359999418258667,0.2980000078678131,0.43130001425743103,0.2069000005722046,0.32359999418258667,0.21610000729560852,0.3021000027656555,0.42820000648498535,0.5859000086784363,0.4113999903202057,0.5985999703407288,0.2851000130176544,0.4489000141620636,0.42820000648498535,0.5859000086784363,0.2851000130176544,0.4489000141620636,0.2980000078678131,0.43130001425743103,0.2851000130176544,0.4489000141620636,0.272599995136261,0.46070000529289246,0.19580000638961792,0.33709999918937683,0.2851000130176544,0.4489000141620636,0.19580000638961792,0.33709999918937683,0.2069000005722046,0.32359999418258667,0.4113999903202057,0.5985999703407288,0.39800000190734863,0.6083999872207642,0.272599995136261,0.46070000529289246,0.4113999903202057,0.5985999703407288,0.272599995136261,0.46070000529289246,0.2851000130176544,0.4489000141620636,0.7013999819755554,0.8648999929428101,0.6777999997138977,0.8687999844551086,0.5532000064849854,0.7470999956130981,0.7013999819755554,0.8648999929428101,0.5532000064849854,0.7470999956130981,0.5738000273704529,0.7391999959945679,0.6777999997138977,0.8687999844551086,0.6592000126838684,0.8720999956130981,0.5372999906539917,0.753600001335144,0.6777999997138977,0.8687999844551086,0.5372999906539917,0.753600001335144,0.5532000064849854,0.7470999956130981,0.5738000273704529,0.7391999959945679,0.5532000064849854,0.7470999956130981,0.4113999903202057,0.5985999703407288,0.5738000273704529,0.7391999959945679,0.4113999903202057,0.5985999703407288,0.42820000648498535,0.5859000086784363,0.5532000064849854,0.7470999956130981,0.5372999906539917,0.753600001335144,0.39800000190734863,0.6083999872207642,0.5532000064849854,0.7470999956130981,0.39800000190734863,0.6083999872207642,0.4113999903202057,0.5985999703407288,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.323199987411499,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.32330000400543213,0.8289999961853027,0.17679999768733978,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.323199987411499,0.8023999929428101,0.323199987411499,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.323199987411499,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.323199987411499,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.323199987411499,0.8289999961853027,0.4986000061035156,0.8289999961853027,0.32330000400543213,0.7817999720573425,0.323199987411499,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.323199987411499,0.8023999929428101,0.4984999895095825,0.8023999929428101,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7633000016212463,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7426000237464905,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7817999720573425,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7817999720573425,0.323199987411499,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.323199987411499,0.7627000212669373,0.8228999972343445,0.7631000280380249,0.6744999885559082,0.7422000169754028,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.7412999868392944,0.8228999972343445,0.7817000150680542,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.7631000280380249,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7631000280380249,0.6744999885559082,0.7633000016212463,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.7426000237464905,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.7633000016212463,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.6744999885559082,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.08709999918937683,0.8289999961853027,0.17679999768733978,0.910099983215332,0.1662999987602234,0.910099983215332,0.08020000159740448,0.8657000064849854,0.08720000088214874,0.910099983215332,0.1662999987602234,0.8657000064849854,0.08720000088214874,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.08720000088214874,0.8657000064849854,0.040300000458955765,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.04019999876618385,0.8289999961853027,0.08709999918937683,0.910099983215332,0.08020000159740448,0.910099983215332,0.038600001484155655,0.8657000064849854,0.040300000458955765,0.910099983215332,0.08020000159740448,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.08720000088214874,1.0113999843597412,0.03500000014901161,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.03500000014901161,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.030700000002980232,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.033399999141693115,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.05900000035762787,0.910099983215332,0.08020000159740448,0.9595000147819519,0.13439999520778656,0.910099983215332,0.08020000159740448,0.910099983215332,0.1662999987602234,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.033399999141693115,0.910099983215332,0.038600001484155655,0.9595000147819519,0.05900000035762787,0.910099983215332,0.038600001484155655,0.910099983215332,0.08020000159740448,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.022199999541044235,1.0113999843597412,0.017899999395012856,0.910099983215332,0.01759999990463257,0.910099983215332,0.021900000050663948,0.9595000147819519,0.02199999988079071,0.910099983215332,0.01759999990463257,0.9595000147819519,0.02199999988079071,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.02199999988079071,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.026499999687075615,1.0113999843597412,0.022199999541044235,0.910099983215332,0.021900000050663948,0.910099983215332,0.038600001484155655,0.9595000147819519,0.033399999141693115,0.910099983215332,0.021900000050663948,0.9595000147819519,0.033399999141693115,0.9595000147819519,0.02199999988079071,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.021700000390410423,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.021800000220537186,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.021700000390410423,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.021800000220537186,0.910099983215332,0.021900000050663948,0.8657000064849854,0.017500000074505806,0.910099983215332,0.021900000050663948,0.910099983215332,0.01759999990463257,0.910099983215332,0.021900000050663948,0.8657000064849854,0.021800000220537186,0.8657000064849854,0.040300000458955765,0.910099983215332,0.021900000050663948,0.8657000064849854,0.040300000458955765,0.910099983215332,0.038600001484155655,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.03009999915957451,0.07859999686479568,0.03440000116825104,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.05860000103712082,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.05860000103712082,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.05860000103712082,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.02590000070631504,0.07859999686479568,0.03009999915957451,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.032999999821186066,0.18400000035762787,0.05860000103712082,0.5,0.03440000116825104,0.5,0.03009999915957451,0.39469999074935913,0.05860000103712082,0.5,0.03440000116825104,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.1340000033378601,0.5,0.03009999915957451,0.5,0.02590000070631504,0.39469999074935913,0.032999999821186066,0.5,0.03009999915957451,0.39469999074935913,0.032999999821186066,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.5,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.5,0.02160000056028366,0.5,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.39469999074935913,0.032999999821186066,0.5,0.02590000070631504,0.39469999074935913,0.02160000056028366,0.5,0.02590000070631504,0.5,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.032999999821186066,0.39469999074935913,0.02160000056028366,0.07859999686479568,0.01730000041425228,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.07859999686479568,0.02160000056028366,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.02160000056028366,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.004900000058114529,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.008799999952316284,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.004900000058114529,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.004900000058114529,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.01730000041425228,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.008799999952316284,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.4142000079154968,0.8608999848365784,0.43320000171661377,0.8266000151634216,0.5396000146865845,0.9271000027656555,0.4142000079154968,0.8608999848365784,0.5396000146865845,0.9271000027656555,0.5522000193595886,1,0.2761000096797943,0.7218000292778015,0.3021000027656555,0.6963000297546387,0.43320000171661377,0.8266000151634216,0.2761000096797943,0.7218000292778015,0.43320000171661377,0.8266000151634216,0.4142000079154968,0.8608999848365784,0.43320000171661377,0.8266000151634216,0.4544999897480011,0.7975999712944031,0.5613999962806702,0.8986999988555908,0.43320000171661377,0.8266000151634216,0.5613999962806702,0.8986999988555908,0.5396000146865845,0.9271000027656555,0.3021000027656555,0.6963000297546387,0.32679998874664307,0.671500027179718,0.4544999897480011,0.7975999712944031,0.3021000027656555,0.6963000297546387,0.4544999897480011,0.7975999712944031,0.43320000171661377,0.8266000151634216,0,0.44350001215934753,0.06840000301599503,0.461899995803833,0.17139999568462372,0.5654000043869019,0,0.44350001215934753,0.17139999568462372,0.5654000043869019,0.13809999823570251,0.5825999975204468,0.06840000301599503,0.461899995803833,0.09709999710321426,0.4372999966144562,0.20000000298023224,0.5429999828338623,0.06840000301599503,0.461899995803833,0.20000000298023224,0.5429999828338623,0.17139999568462372,0.5654000043869019,0.13809999823570251,0.5825999975204468,0.17139999568462372,0.5654000043869019,0.3021000027656555,0.6963000297546387,0.13809999823570251,0.5825999975204468,0.3021000027656555,0.6963000297546387,0.2761000096797943,0.7218000292778015,0.17139999568462372,0.5654000043869019,0.20000000298023224,0.5429999828338623,0.32679998874664307,0.671500027179718,0.17139999568462372,0.5654000043869019,0.32679998874664307,0.671500027179718,0.3021000027656555,0.6963000297546387,0.23549999296665192,0.4805000126361847,0.21940000355243683,0.510200023651123,0.1152999997138977,0.39640000462532043,0.23549999296665192,0.4805000126361847,0.1152999997138977,0.39640000462532043,0.13199999928474426,0.33719998598098755,0.3682999908924103,0.6287999749183655,0.3490000069141388,0.6480000019073486,0.21940000355243683,0.510200023651123,0.3682999908924103,0.6287999749183655,0.21940000355243683,0.510200023651123,0.23549999296665192,0.4805000126361847,0.21940000355243683,0.510200023651123,0.20000000298023224,0.5429999828338623,0.09709999710321426,0.4372999966144562,0.21940000355243683,0.510200023651123,0.09709999710321426,0.4372999966144562,0.1152999997138977,0.39640000462532043,0.3490000069141388,0.6480000019073486,0.32679998874664307,0.671500027179718,0.20000000298023224,0.5429999828338623,0.3490000069141388,0.6480000019073486,0.20000000298023224,0.5429999828338623,0.21940000355243683,0.510200023651123,0.6200000047683716,0.8794000148773193,0.5907999873161316,0.8849999904632568,0.48010000586509705,0.7795000076293945,0.6200000047683716,0.8794000148773193,0.48010000586509705,0.7795000076293945,0.5044999718666077,0.7684000134468079,0.5907999873161316,0.8849999904632568,0.5613999962806702,0.8986999988555908,0.4544999897480011,0.7975999712944031,0.5907999873161316,0.8849999904632568,0.4544999897480011,0.7975999712944031,0.48010000586509705,0.7795000076293945,0.5044999718666077,0.7684000134468079,0.48010000586509705,0.7795000076293945,0.3490000069141388,0.6480000019073486,0.5044999718666077,0.7684000134468079,0.3490000069141388,0.6480000019073486,0.3682999908924103,0.6287999749183655,0.48010000586509705,0.7795000076293945,0.4544999897480011,0.7975999712944031,0.32679998874664307,0.671500027179718,0.48010000586509705,0.7795000076293945,0.32679998874664307,0.671500027179718,0.3490000069141388,0.6480000019073486,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.01730000041425228,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.032999999821186066,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.03440000116825104,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03440000116825104,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.1340000033378601,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.07989999651908875,0.6507999897003174,0.1340000033378601,0.6850000023841858,0.07989999651908875,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.032999999821186066,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.08699999749660492,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.08699999749660492,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.01730000041425228,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.04010000079870224,0.21610000729560852,0.3021000027656555,0.2069000005722046,0.32359999418258667,0.2094999998807907,0.2485000044107437,0.21610000729560852,0.3021000027656555,0.2094999998807907,0.2485000044107437,0.21570000052452087,0.22450000047683716,0.2069000005722046,0.32359999418258667,0.19580000638961792,0.33709999918937683,0.20229999721050262,0.2639999985694885,0.2069000005722046,0.32359999418258667,0.20229999721050262,0.2639999985694885,0.2094999998807907,0.2485000044107437,0.21570000052452087,0.22450000047683716,0.2094999998807907,0.2485000044107437,0.2727000117301941,0.21209999918937683,0.21570000052452087,0.22450000047683716,0.2727000117301941,0.21209999918937683,0.27649998664855957,0.1875,0.2094999998807907,0.2485000044107437,0.20229999721050262,0.2639999985694885,0.26969999074935913,0.22849999368190765,0.2094999998807907,0.2485000044107437,0.26969999074935913,0.22849999368190765,0.2727000117301941,0.21209999918937683,0.17589999735355377,0.3424000144004822,0.13199999928474426,0.33719998598098755,0.1761000007390976,0.27149999141693115,0.17589999735355377,0.3424000144004822,0.1761000007390976,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.1761000007390976,0.27149999141693115,0.26179999113082886,0.24500000476837158,0.18979999423027039,0.27149999141693115,0.26179999113082886,0.24500000476837158,0.2662000060081482,0.23899999260902405,0.19580000638961792,0.33709999918937683,0.17589999735355377,0.3424000144004822,0.18979999423027039,0.27149999141693115,0.19580000638961792,0.33709999918937683,0.18979999423027039,0.27149999141693115,0.20229999721050262,0.2639999985694885,0.20229999721050262,0.2639999985694885,0.18979999423027039,0.27149999141693115,0.2662000060081482,0.23899999260902405,0.20229999721050262,0.2639999985694885,0.2662000060081482,0.23899999260902405,0.26969999074935913,0.22849999368190765,0.5,0.24199999868869781,0.5,0.2305999994277954,0.375,0.22920000553131104,0.5,0.24199999868869781,0.375,0.22920000553131104,0.3711000084877014,0.2386000007390976,0.5,0.2305999994277954,0.5,0.219200000166893,0.37529999017715454,0.2176000028848648,0.5,0.2305999994277954,0.37529999017715454,0.2176000028848648,0.375,0.22920000553131104,0.3711000084877014,0.2386000007390976,0.375,0.22920000553131104,0.2662000060081482,0.23899999260902405,0.3711000084877014,0.2386000007390976,0.2662000060081482,0.23899999260902405,0.26179999113082886,0.24500000476837158,0.375,0.22920000553131104,0.37529999017715454,0.2176000028848648,0.26969999074935913,0.22849999368190765,0.375,0.22920000553131104,0.26969999074935913,0.22849999368190765,0.2662000060081482,0.23899999260902405,0.5,0.2078000009059906,0.5,0.1964000016450882,0.3781000077724457,0.17990000545978546,0.5,0.2078000009059906,0.3781000077724457,0.17990000545978546,0.37619999051094055,0.20309999585151672,0.37619999051094055,0.20309999585151672,0.3781000077724457,0.17990000545978546,0.27649998664855957,0.1875,0.37619999051094055,0.20309999585151672,0.27649998664855957,0.1875,0.2727000117301941,0.21209999918937683,0.5,0.219200000166893,0.5,0.2078000009059906,0.37619999051094055,0.20309999585151672,0.5,0.219200000166893,0.37619999051094055,0.20309999585151672,0.37529999017715454,0.2176000028848648,0.37529999017715454,0.2176000028848648,0.37619999051094055,0.20309999585151672,0.2727000117301941,0.21209999918937683,0.37529999017715454,0.2176000028848648,0.2727000117301941,0.21209999918937683,0.26969999074935913,0.22849999368190765,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.004900000058114529,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.008799999952316284,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.004900000058114529,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.004900000058114529,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.008799999952316284,0.5,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.5,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.5,0.01730000041425228,0.5,0.008700000122189522,0.39469999074935913,0.008799999952316284,0.39469999074935913,0.013000000268220901,0.5,0.008700000122189522,0.39469999074935913,0.013000000268220901,0.5,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.5,0,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.004900000058114529,0.5,0,0.39469999074935913,0.004900000058114529,0.5,0.00430000014603138,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.004900000058114529,0.5,0.00430000014603138,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.008799999952316284,0.5,0.00430000014603138,0.39469999074935913,0.008799999952316284,0.5,0.008700000122189522,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.008799999952316284,1.0113999843597412,1.000599980354309,1.0113999843597412,0.991100013256073,0.9322999715805054,0.9614999890327454,1.0113999843597412,1.000599980354309,0.9322999715805054,0.9614999890327454,0.862500011920929,0.8945000171661377,1.0113999843597412,0.991100013256073,1.0113999843597412,0.9815999865531921,0.9527000188827515,0.9671000242233276,1.0113999843597412,0.991100013256073,0.9527000188827515,0.9671000242233276,0.9322999715805054,0.9614999890327454,0.862500011920929,0.8945000171661377,0.9322999715805054,0.9614999890327454,0.8629999756813049,0.9399999976158142,0.862500011920929,0.8945000171661377,0.8629999756813049,0.9399999976158142,0.785099983215332,0.8651999831199646,0.9322999715805054,0.9614999890327454,0.9527000188827515,0.9671000242233276,0.8982999920845032,0.9563999772071838,0.9322999715805054,0.9614999890327454,0.8982999920845032,0.9563999772071838,0.8629999756813049,0.9399999976158142,1.0113999843597412,0.972000002861023,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.972000002861023,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.944100022315979,0.9595000147819519,0.944100022315979,0.9595000147819519,0.8651000261306763,0.910099983215332,0.8337000012397766,0.9595000147819519,0.944100022315979,0.910099983215332,0.8337000012397766,0.910099983215332,0.9230999946594238,1.0113999843597412,0.9815999865531921,1.0113999843597412,0.972000002861023,0.9595000147819519,0.944100022315979,1.0113999843597412,0.9815999865531921,0.9595000147819519,0.944100022315979,0.9527000188827515,0.9671000242233276,0.9527000188827515,0.9671000242233276,0.9595000147819519,0.944100022315979,0.910099983215332,0.9230999946594238,0.9527000188827515,0.9671000242233276,0.910099983215332,0.9230999946594238,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.8230000138282776,0.8289999961853027,0.9158999919891357,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.8230000138282776,0.8657000064849854,0.9160000085830688,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.9158999919891357,0.8162000179290771,0.9535999894142151,0.8525999784469604,0.9531999826431274,0.8289999961853027,0.9158999919891357,0.8525999784469604,0.9531999826431274,0.8657000064849854,0.9160000085830688,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.9160000085830688,0.910099983215332,0.9230999946594238,0.8657000064849854,0.8230999708175659,0.910099983215332,0.9230999946594238,0.910099983215332,0.8337000012397766,0.8657000064849854,0.9160000085830688,0.8525999784469604,0.9531999826431274,0.8982999920845032,0.9563999772071838,0.8657000064849854,0.9160000085830688,0.8982999920845032,0.9563999772071838,0.910099983215332,0.9230999946594238,0.777899980545044,0.9365000128746033,0.7013999819755554,0.8648999929428101,0.7343000173568726,0.859499990940094,0.777899980545044,0.9365000128746033,0.7343000173568726,0.859499990940094,0.8130999803543091,0.9344000220298767,0.8130999803543091,0.9344000220298767,0.7343000173568726,0.859499990940094,0.785099983215332,0.8651999831199646,0.8130999803543091,0.9344000220298767,0.785099983215332,0.8651999831199646,0.8629999756813049,0.9399999976158142,0.8162000179290771,0.9535999894142151,0.777899980545044,0.9365000128746033,0.8130999803543091,0.9344000220298767,0.8162000179290771,0.9535999894142151,0.8130999803543091,0.9344000220298767,0.8525999784469604,0.9531999826431274,0.8525999784469604,0.9531999826431274,0.8130999803543091,0.9344000220298767,0.8629999756813049,0.9399999976158142,0.8525999784469604,0.9531999826431274,0.8629999756813049,0.9399999976158142,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.017400000244379044,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.017400000244379044,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.01730000041425228,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.04010000079870224,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7427999973297119,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7427999973297119,0.17669999599456787,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.08699999749660492,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7633000016212463,0.04010000079870224,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7427999973297119,0.08699999749660492,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.17679999768733978,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.08709999918937683,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.013100000098347664,0.910099983215332,0.01759999990463257,0.910099983215332,0.013299999758601189,0.8657000064849854,0.013199999928474426,0.910099983215332,0.01759999990463257,0.8657000064849854,0.013199999928474426,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.013199999928474426,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.008999999612569809,0.8289999961853027,0.013100000098347664,0.910099983215332,0.013299999758601189,0.910099983215332,0.009200000204145908,0.8657000064849854,0.009100000374019146,0.910099983215332,0.013299999758601189,0.8657000064849854,0.009100000374019146,0.8657000064849854,0.013199999928474426,1.0113999843597412,0.017899999395012856,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.017899999395012856,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.01360000018030405,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.009200000204145908,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.013399999588727951,0.910099983215332,0.013299999758601189,0.9595000147819519,0.017799999564886093,0.910099983215332,0.013299999758601189,0.910099983215332,0.01759999990463257,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.009200000204145908,0.910099983215332,0.009200000204145908,0.9595000147819519,0.013399999588727951,0.910099983215332,0.009200000204145908,0.910099983215332,0.013299999758601189,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.004900000058114529,1.0113999843597412,0.0006000000284984708,0.910099983215332,0.00279999990016222,0.910099983215332,0.00559999980032444,0.9595000147819519,0.0052999998442828655,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0052999998442828655,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0052999998442828655,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.00930000003427267,1.0113999843597412,0.004900000058114529,0.910099983215332,0.00559999980032444,0.910099983215332,0.009200000204145908,0.9595000147819519,0.009200000204145908,0.910099983215332,0.00559999980032444,0.9595000147819519,0.009200000204145908,0.9595000147819519,0.0052999998442828655,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.8289999961853027,0.005499999970197678,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.009100000374019146,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.00559999980032444,0.910099983215332,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.910099983215332,0.00559999980032444,0.910099983215332,0.00279999990016222,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.009100000374019146,0.910099983215332,0.009200000204145908,0.8657000064849854,0.00559999980032444,0.910099983215332,0.009200000204145908,0.910099983215332,0.00559999980032444,0.21570000052452087,0.22450000047683716,0.2257000058889389,0.19169999659061432,0.23029999434947968,0.272599995136261,0.21570000052452087,0.22450000047683716,0.23029999434947968,0.272599995136261,0.21610000729560852,0.3021000027656555,0.27649998664855957,0.1875,0.28290000557899475,0.1525000035762787,0.2257000058889389,0.19169999659061432,0.27649998664855957,0.1875,0.2257000058889389,0.19169999659061432,0.21570000052452087,0.22450000047683716,0.2257000058889389,0.19169999659061432,0.2387000024318695,0.17020000517368317,0.24899999797344208,0.25220000743865967,0.2257000058889389,0.19169999659061432,0.24899999797344208,0.25220000743865967,0.23029999434947968,0.272599995136261,0.28290000557899475,0.1525000035762787,0.2906999886035919,0.12639999389648438,0.2387000024318695,0.17020000517368317,0.28290000557899475,0.1525000035762787,0.2387000024318695,0.17020000517368317,0.2257000058889389,0.19169999659061432,0.5,0.1964000016450882,0.5,0.14730000495910645,0.38109999895095825,0.14259999990463257,0.5,0.1964000016450882,0.38109999895095825,0.14259999990463257,0.3781000077724457,0.17990000545978546,0.5,0.14730000495910645,0.5,0.0982000008225441,0.384799987077713,0.1062999963760376,0.5,0.14730000495910645,0.384799987077713,0.1062999963760376,0.38109999895095825,0.14259999990463257,0.3781000077724457,0.17990000545978546,0.38109999895095825,0.14259999990463257,0.28290000557899475,0.1525000035762787,0.3781000077724457,0.17990000545978546,0.28290000557899475,0.1525000035762787,0.27649998664855957,0.1875,0.38109999895095825,0.14259999990463257,0.384799987077713,0.1062999963760376,0.2906999886035919,0.12639999389648438,0.38109999895095825,0.14259999990463257,0.2906999886035919,0.12639999389648438,0.28290000557899475,0.1525000035762787,0.39160001277923584,0.13089999556541443,0.38850000500679016,0.08649999648332596,0.5,0.04910000041127205,0.39160001277923584,0.13089999556541443,0.5,0.04910000041127205,0.5,0,0.3034000098705292,0.1851000040769577,0.29919999837875366,0.12849999964237213,0.38850000500679016,0.08649999648332596,0.3034000098705292,0.1851000040769577,0.38850000500679016,0.08649999648332596,0.39160001277923584,0.13089999556541443,0.38850000500679016,0.08649999648332596,0.384799987077713,0.1062999963760376,0.5,0.0982000008225441,0.38850000500679016,0.08649999648332596,0.5,0.0982000008225441,0.5,0.04910000041127205,0.29919999837875366,0.12849999964237213,0.2906999886035919,0.12639999389648438,0.384799987077713,0.1062999963760376,0.29919999837875366,0.12849999964237213,0.384799987077713,0.1062999963760376,0.38850000500679016,0.08649999648332596,0.2694000005722046,0.28380000591278076,0.271699994802475,0.2578999996185303,0.2540999948978424,0.17980000376701355,0.2694000005722046,0.28380000591278076,0.2540999948978424,0.17980000376701355,0.2556999921798706,0.23559999465942383,0.271699994802475,0.2578999996185303,0.24899999797344208,0.25220000743865967,0.2387000024318695,0.17020000517368317,0.271699994802475,0.2578999996185303,0.2387000024318695,0.17020000517368317,0.2540999948978424,0.17980000376701355,0.2556999921798706,0.23559999465942383,0.2540999948978424,0.17980000376701355,0.29919999837875366,0.12849999964237213,0.2556999921798706,0.23559999465942383,0.29919999837875366,0.12849999964237213,0.3034000098705292,0.1851000040769577,0.2540999948978424,0.17980000376701355,0.2387000024318695,0.17020000517368317,0.2906999886035919,0.12639999389648438,0.2540999948978424,0.17980000376701355,0.2906999886035919,0.12639999389648438,0.29919999837875366,0.12849999964237213,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.910099983215332,0.8337000012397766,0.910099983215332,0.6816999912261963,0.8657000064849854,0.6746000051498413,0.910099983215332,0.8337000012397766,0.8657000064849854,0.6746000051498413,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.6746000051498413,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.4986000061035156,0.8289999961853027,0.6744999885559082,0.910099983215332,0.6816999912261963,0.910099983215332,0.49880000948905945,0.8657000064849854,0.49869999289512634,0.910099983215332,0.6816999912261963,0.8657000064849854,0.49869999289512634,0.8657000064849854,0.6746000051498413,1.0113999843597412,0.9624999761581421,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.7305999994277954,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.7027000188827515,0.910099983215332,0.6816999912261963,0.9595000147819519,0.8651000261306763,0.910099983215332,0.6816999912261963,0.910099983215332,0.8337000012397766,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.49880000948905945,0.910099983215332,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.910099983215332,0.49880000948905945,0.910099983215332,0.6816999912261963,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.295199990272522,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.2669000029563904,1.0113999843597412,0.03500000014901161,0.910099983215332,0.1662999987602234,0.910099983215332,0.3163999915122986,0.9595000147819519,0.295199990272522,0.910099983215332,0.1662999987602234,0.9595000147819519,0.295199990272522,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.295199990272522,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.295199990272522,1.0113999843597412,0.49880000948905945,1.0113999843597412,0.2669000029563904,0.910099983215332,0.3163999915122986,0.910099983215332,0.49880000948905945,0.9595000147819519,0.49880000948905945,0.910099983215332,0.3163999915122986,0.9595000147819519,0.49880000948905945,0.9595000147819519,0.295199990272522,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.32330000400543213,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.49869999289512634,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.910099983215332,0.3163999915122986,0.8657000064849854,0.17679999768733978,0.910099983215332,0.3163999915122986,0.910099983215332,0.1662999987602234,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.49869999289512634,0.910099983215332,0.49880000948905945,0.8657000064849854,0.32339999079704285,0.910099983215332,0.49880000948905945,0.910099983215332,0.3163999915122986,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.9158999919891357,0.8289999961853027,0.8230000138282776,0.7817000150680542,0.8230000138282776,0.781499981880188,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.789900004863739,0.9539999961853027,0.8162000179290771,0.9535999894142151,0.8023999929428101,0.9158999919891357,0.8162000179290771,0.9535999894142151,0.8289999961853027,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.789900004863739,0.9539999961853027,0.781499981880188,0.9158999919891357,0.789900004863739,0.9539999961853027,0.8023999929428101,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7397000193595886,0.9158999919891357,0.7620999813079834,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7620999813079834,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7494999766349792,0.9545999765396118,0.7627000212669373,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.781499981880188,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.7620999813079834,0.9158999919891357,0.7494999766349792,0.9545999765396118,0.7692000269889832,0.9542999863624573,0.7620999813079834,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.781499981880188,0.9158999919891357,0.6200000047683716,0.8794000148773193,0.6413999795913696,0.8754000067710876,0.7131999731063843,0.9405999779701233,0.6200000047683716,0.8794000148773193,0.7131999731063843,0.9405999779701233,0.6901999711990356,0.9422000050544739,0.6413999795913696,0.8754000067710876,0.6592000126838684,0.8720999956130981,0.7324000000953674,0.939300000667572,0.6413999795913696,0.8754000067710876,0.7324000000953674,0.939300000667572,0.7131999731063843,0.9405999779701233,0.6901999711990356,0.9422000050544739,0.7131999731063843,0.9405999779701233,0.7494999766349792,0.9545999765396118,0.6901999711990356,0.9422000050544739,0.7494999766349792,0.9545999765396118,0.7264000177383423,0.9549999833106995,0.7131999731063843,0.9405999779701233,0.7324000000953674,0.939300000667572,0.7692000269889832,0.9542999863624573,0.7131999731063843,0.9405999779701233,0.7692000269889832,0.9542999863624573,0.7494999766349792,0.9545999765396118,0.7013999819755554,0.8648999929428101,0.777899980545044,0.9365000128746033,0.7524999976158142,0.9380000233650208,0.7013999819755554,0.8648999929428101,0.7524999976158142,0.9380000233650208,0.6777999997138977,0.8687999844551086,0.777899980545044,0.9365000128746033,0.8162000179290771,0.9535999894142151,0.789900004863739,0.9539999961853027,0.777899980545044,0.9365000128746033,0.789900004863739,0.9539999961853027,0.7524999976158142,0.9380000233650208,0.6592000126838684,0.8720999956130981,0.6777999997138977,0.8687999844551086,0.7524999976158142,0.9380000233650208,0.6592000126838684,0.8720999956130981,0.7524999976158142,0.9380000233650208,0.7324000000953674,0.939300000667572,0.7524999976158142,0.9380000233650208,0.789900004863739,0.9539999961853027,0.7692000269889832,0.9542999863624573,0.7524999976158142,0.9380000233650208,0.7692000269889832,0.9542999863624573,0.7324000000953674,0.939300000667572,0.5,0.961899995803833,0.5,0.7300000190734863,0.39469999074935913,0.7023000121116638,0.5,0.961899995803833,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.8646000027656555,0.5,0.7300000190734863,0.5,0.498199999332428,0.39469999074935913,0.4982999861240387,0.5,0.7300000190734863,0.39469999074935913,0.4982999861240387,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.4984000027179718,0.28929999470710754,0.6883999705314636,0.5,0.2662999927997589,0.5,0.03440000116825104,0.39469999074935913,0.1340000033378601,0.5,0.2662999927997589,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.3089999854564667,0.5,0.498199999332428,0.5,0.2662999927997589,0.39469999074935913,0.2946999967098236,0.5,0.498199999332428,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.4982999861240387,0.39469999074935913,0.4982999861240387,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.4984000027179718,0.07859999686479568,0.03440000116825104,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.03440000116825104,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.2662999927997589,0.07859999686479568,0.498199999332428,0.18400000035762787,0.4982999861240387,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.4982999861240387,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.18400000035762787,0.1340000033378601,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.4984000027179718,0.28929999470710754,0.3089999854564667,0.07859999686479568,0.7300000190734863,0.07859999686479568,0.961899995803833,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.6883999705314636,0.07859999686479568,0.498199999332428,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.7023000121116638,0.07859999686479568,0.498199999332428,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.4982999861240387,0.18400000035762787,0.4982999861240387,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.4984000027179718,0.5,0.9904999732971191,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.8865000009536743,0.5,0.9904999732971191,0.39469999074935913,0.8865000009536743,0.5,1,0.5,0.9904999732971191,0.5,0.9810000061988831,0.39469999074935913,0.9659000039100647,0.5,0.9904999732971191,0.39469999074935913,0.9659000039100647,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.8621000051498413,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9584000110626221,0.28929999470710754,0.9417999982833862,0.5,0.9714000225067139,0.5,0.961899995803833,0.39469999074935913,0.8646000027656555,0.5,0.9714000225067139,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.9297999739646912,0.5,0.9810000061988831,0.5,0.9714000225067139,0.39469999074935913,0.9435999989509583,0.5,0.9810000061988831,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9659000039100647,0.39469999074935913,0.9659000039100647,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.9584000110626221,0.07859999686479568,0.961899995803833,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.961899995803833,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.9714000225067139,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9659000039100647,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9659000039100647,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9584000110626221,0.28929999470710754,0.9297999739646912,0.07859999686479568,0.9904999732971191,0.07859999686479568,1,0.18400000035762787,0.8865000009536743,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.9417999982833862,0.07859999686479568,0.9810000061988831,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.9580000042915344,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9659000039100647,0.18400000035762787,0.9659000039100647,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.9584000110626221,0.07859999686479568,1,0.07859999686479568,0.75,0.18400000035762787,0.7175999879837036,0.07859999686479568,1,0.18400000035762787,0.7175999879837036,0.18400000035762787,0.8865000009536743,0.07859999686479568,0.5,0.19480000436306,0.5174999833106995,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.5,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.75,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.7175999879837036,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.28929999470710754,0.8621000051498413,0.19480000436306,0.5174999833106995,0.29159998893737793,0.5059000253677368,0.28929999470710754,0.7013000249862671,0.19480000436306,0.5174999833106995,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.7175999879837036,0.2694000005722046,0.28380000591278076,0.2556999921798706,0.23559999465942383,0.2273000031709671,0.35249999165534973,0.2694000005722046,0.28380000591278076,0.2273000031709671,0.35249999165534973,0.16779999434947968,0.38019999861717224,0.2273000031709671,0.35249999165534973,0.2556999921798706,0.23559999465942383,0.3034000098705292,0.1851000040769577,0.2273000031709671,0.35249999165534973,0.3034000098705292,0.1851000040769577,0.2985999882221222,0.3224000036716461,0.16779999434947968,0.38019999861717224,0.2273000031709671,0.35249999165534973,0.19480000436306,0.5174999833106995,0.16779999434947968,0.38019999861717224,0.19480000436306,0.5174999833106995,0.07859999686479568,0.5,0.2273000031709671,0.35249999165534973,0.2985999882221222,0.3224000036716461,0.29159998893737793,0.5059000253677368,0.2273000031709671,0.35249999165534973,0.29159998893737793,0.5059000253677368,0.19480000436306,0.5174999833106995,0.5,0,0.5,0.25,0.39340001344680786,0.2874000072479248,0.5,0,0.39340001344680786,0.2874000072479248,0.39160001277923584,0.13089999556541443,0.5,0.25,0.5,0.5,0.39430001378059387,0.5012000203132629,0.5,0.25,0.39430001378059387,0.5012000203132629,0.39340001344680786,0.2874000072479248,0.39160001277923584,0.13089999556541443,0.39340001344680786,0.2874000072479248,0.2985999882221222,0.3224000036716461,0.39160001277923584,0.13089999556541443,0.2985999882221222,0.3224000036716461,0.3034000098705292,0.1851000040769577,0.39340001344680786,0.2874000072479248,0.39430001378059387,0.5012000203132629,0.29159998893737793,0.5059000253677368,0.39340001344680786,0.2874000072479248,0.29159998893737793,0.5059000253677368,0.2985999882221222,0.3224000036716461,0.5,1,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.7175999879837036,0.5,1,0.39469999074935913,0.7175999879837036,0.5,0.75,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.7013000249862671,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.39469999074935913,0.7175999879837036,0.5,0.75,0.39469999074935913,0.7175999879837036,0.39430001378059387,0.5012000203132629,0.5,0.75,0.39430001378059387,0.5012000203132629,0.5,0.5,0.39469999074935913,0.7175999879837036,0.28929999470710754,0.7013000249862671,0.29159998893737793,0.5059000253677368,0.39469999074935913,0.7175999879837036,0.29159998893737793,0.5059000253677368,0.39430001378059387,0.5012000203132629,0.7013999819755554,0.8648999929428101,0.5738000273704529,0.7391999959945679,0.6029000282287598,0.7282999753952026,0.7013999819755554,0.8648999929428101,0.6029000282287598,0.7282999753952026,0.7343000173568726,0.859499990940094,0.42820000648498535,0.5859000086784363,0.45260000228881836,0.5684000253677368,0.6029000282287598,0.7282999753952026,0.42820000648498535,0.5859000086784363,0.6029000282287598,0.7282999753952026,0.5738000273704529,0.7391999959945679,0.7343000173568726,0.859499990940094,0.6029000282287598,0.7282999753952026,0.6456000208854675,0.7233999967575073,0.7343000173568726,0.859499990940094,0.6456000208854675,0.7233999967575073,0.785099983215332,0.8651999831199646,0.45260000228881836,0.5684000253677368,0.4844000041484833,0.5515999794006348,0.6456000208854675,0.7233999967575073,0.45260000228881836,0.5684000253677368,0.6456000208854675,0.7233999967575073,0.6029000282287598,0.7282999753952026,0.21610000729560852,0.3021000027656555,0.23029999434947968,0.272599995136261,0.31709998846054077,0.4072999954223633,0.21610000729560852,0.3021000027656555,0.31709998846054077,0.4072999954223633,0.2980000078678131,0.43130001425743103,0.23029999434947968,0.272599995136261,0.24899999797344208,0.25220000743865967,0.34150001406669617,0.38690000772476196,0.23029999434947968,0.272599995136261,0.34150001406669617,0.38690000772476196,0.31709998846054077,0.4072999954223633,0.2980000078678131,0.43130001425743103,0.31709998846054077,0.4072999954223633,0.45260000228881836,0.5684000253677368,0.2980000078678131,0.43130001425743103,0.45260000228881836,0.5684000253677368,0.42820000648498535,0.5859000086784363,0.31709998846054077,0.4072999954223633,0.34150001406669617,0.38690000772476196,0.4844000041484833,0.5515999794006348,0.31709998846054077,0.4072999954223633,0.4844000041484833,0.5515999794006348,0.45260000228881836,0.5684000253677368,0.4009999930858612,0.38040000200271606,0.3702000081539154,0.38019999861717224,0.271699994802475,0.2578999996185303,0.4009999930858612,0.38040000200271606,0.271699994802475,0.2578999996185303,0.2694000005722046,0.28380000591278076,0.5450000166893005,0.5002999901771545,0.5239999890327454,0.5407000184059143,0.3702000081539154,0.38019999861717224,0.5450000166893005,0.5002999901771545,0.3702000081539154,0.38019999861717224,0.4009999930858612,0.38040000200271606,0.3702000081539154,0.38019999861717224,0.34150001406669617,0.38690000772476196,0.24899999797344208,0.25220000743865967,0.3702000081539154,0.38019999861717224,0.24899999797344208,0.25220000743865967,0.271699994802475,0.2578999996185303,0.5239999890327454,0.5407000184059143,0.4844000041484833,0.5515999794006348,0.34150001406669617,0.38690000772476196,0.5239999890327454,0.5407000184059143,0.34150001406669617,0.38690000772476196,0.3702000081539154,0.38019999861717224,0.7781999707221985,0.7504000067710876,1.0113999843597412,1.000599980354309,0.862500011920929,0.8945000171661377,0.7781999707221985,0.7504000067710876,0.862500011920929,0.8945000171661377,0.7071999907493591,0.7332000136375427,0.7071999907493591,0.7332000136375427,0.862500011920929,0.8945000171661377,0.785099983215332,0.8651999831199646,0.7071999907493591,0.7332000136375427,0.785099983215332,0.8651999831199646,0.6456000208854675,0.7233999967575073,0.7781999707221985,0.7504000067710876,0.7071999907493591,0.7332000136375427,0.5239999890327454,0.5407000184059143,0.7781999707221985,0.7504000067710876,0.5239999890327454,0.5407000184059143,0.5450000166893005,0.5002999901771545,0.7071999907493591,0.7332000136375427,0.6456000208854675,0.7233999967575073,0.4844000041484833,0.5515999794006348,0.7071999907493591,0.7332000136375427,0.4844000041484833,0.5515999794006348,0.5239999890327454,0.5407000184059143,0.3772999942302704,0.2922999858856201,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.3109000027179718,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.3109000027179718,0.39969998598098755,0.31360000371932983,0.3255000114440918,0.28299999237060547,0.25,0.2782999873161316,0.25,0.30809998512268066,0.3255000114440918,0.28299999237060547,0.25,0.30809998512268066,0.33160001039505005,0.3109000027179718,0.39969998598098755,0.31360000371932983,0.33160001039505005,0.3109000027179718,0.34459999203681946,0.34869998693466187,0.39969998598098755,0.31360000371932983,0.34459999203681946,0.34869998693466187,0.4221999943256378,0.349700003862381,0.33160001039505005,0.3109000027179718,0.25,0.30809998512268066,0.25,0.3476000130176544,0.33160001039505005,0.3109000027179718,0.25,0.3476000130176544,0.34459999203681946,0.34869998693466187,0.12269999831914902,0.29159998893737793,0.10029999911785126,0.3125999867916107,0.16840000450611115,0.31029999256134033,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.31029999256134033,0.1745000034570694,0.2825999855995178,0.10029999911785126,0.3125999867916107,0.07779999822378159,0.3479999899864197,0.15539999306201935,0.34779998660087585,0.10029999911785126,0.3125999867916107,0.15539999306201935,0.34779998660087585,0.16840000450611115,0.31029999256134033,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.31029999256134033,0.25,0.30809998512268066,0.1745000034570694,0.2825999855995178,0.25,0.30809998512268066,0.25,0.2782999873161316,0.16840000450611115,0.31029999256134033,0.15539999306201935,0.34779998660087585,0.25,0.3476000130176544,0.16840000450611115,0.31029999256134033,0.25,0.3476000130176544,0.25,0.30809998512268066,0.125,0.444599986076355,0.14059999585151672,0.39399999380111694,0.05469999834895134,0.39340001344680786,0.125,0.444599986076355,0.05469999834895134,0.39340001344680786,0,0.44350001215934753,0.25,0.4456999897956848,0.25,0.39469999074935913,0.14059999585151672,0.39399999380111694,0.25,0.4456999897956848,0.14059999585151672,0.39399999380111694,0.125,0.444599986076355,0.14059999585151672,0.39399999380111694,0.15539999306201935,0.34779998660087585,0.07779999822378159,0.3479999899864197,0.14059999585151672,0.39399999380111694,0.07779999822378159,0.3479999899864197,0.05469999834895134,0.39340001344680786,0.25,0.39469999074935913,0.25,0.3476000130176544,0.15539999306201935,0.34779998660087585,0.25,0.39469999074935913,0.15539999306201935,0.34779998660087585,0.14059999585151672,0.39399999380111694,0.375,0.44670000672340393,0.5,0.44780001044273376,0.44530001282691956,0.3961000144481659,0.375,0.44670000672340393,0.44530001282691956,0.3961000144481659,0.3594000041484833,0.3955000042915344,0.3594000041484833,0.3955000042915344,0.44530001282691956,0.3961000144481659,0.4221999943256378,0.349700003862381,0.3594000041484833,0.3955000042915344,0.4221999943256378,0.349700003862381,0.34459999203681946,0.34869998693466187,0.25,0.4456999897956848,0.375,0.44670000672340393,0.3594000041484833,0.3955000042915344,0.25,0.4456999897956848,0.3594000041484833,0.3955000042915344,0.25,0.39469999074935913,0.25,0.39469999074935913,0.3594000041484833,0.3955000042915344,0.34459999203681946,0.34869998693466187,0.25,0.39469999074935913,0.34459999203681946,0.34869998693466187,0.25,0.3476000130176544,0.7412999868392944,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.714900016784668,0.6744999885559082,0.7412999868392944,0.8228999972343445,0.714900016784668,0.6744999885559082,0.713100016117096,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.7426000237464905,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7159000039100647,0.4984999895095825,0.714900016784668,0.6744999885559082,0.714900016784668,0.6744999885559082,0.6833999752998352,0.6814000010490417,0.6807000041007996,0.8334000110626221,0.714900016784668,0.6744999885559082,0.6807000041007996,0.8334000110626221,0.713100016117096,0.8228999972343445,0.7159000039100647,0.4984999895095825,0.6845999956130981,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.7159000039100647,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.714900016784668,0.6744999885559082,0.7427999973297119,0.17669999599456787,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7161999940872192,0.323199987411499,0.7427999973297119,0.323199987411499,0.7161999940872192,0.17669999599456787,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.31610000133514404,0.7161999940872192,0.17669999599456787,0.6850000023841858,0.31610000133514404,0.7161999940872192,0.323199987411499,0.7427999973297119,0.323199987411499,0.7161999940872192,0.323199987411499,0.7159000039100647,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7159000039100647,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.7161999940872192,0.323199987411499,0.6850000023841858,0.31610000133514404,0.6845999956130981,0.4984999895095825,0.7161999940872192,0.323199987411499,0.6845999956130981,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.2946999967098236,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.03440000116825104,0.6150000095367432,0.498199999332428,0.6504999995231628,0.4982999861240387,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.498199999332428,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.2946999967098236,0.6850000023841858,0.31610000133514404,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.2946999967098236,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.1340000033378601,0.6504999995231628,0.4982999861240387,0.6845999956130981,0.4984999895095825,0.6850000023841858,0.31610000133514404,0.6504999995231628,0.4982999861240387,0.6850000023841858,0.31610000133514404,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.961899995803833,0.6463000178337097,0.8646000027656555,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.961899995803833,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.7300000190734863,0.6463000178337097,0.8646000027656555,0.6807000041007996,0.8334000110626221,0.6833999752998352,0.6814000010490417,0.6463000178337097,0.8646000027656555,0.6833999752998352,0.6814000010490417,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.7300000190734863,0.6498000025749207,0.7023000121116638,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.7300000190734863,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.498199999332428,0.6498000025749207,0.7023000121116638,0.6833999752998352,0.6814000010490417,0.6845999956130981,0.4984999895095825,0.6498000025749207,0.7023000121116638,0.6845999956130981,0.4984999895095825,0.6504999995231628,0.4982999861240387,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.013000000268220901,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.013000000268220901,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.008999999612569809,0.6901999711990356,0.9422000050544739,0.6590999960899353,0.9445000290870667,0.5907999873161316,0.8849999904632568,0.6901999711990356,0.9422000050544739,0.5907999873161316,0.8849999904632568,0.6200000047683716,0.8794000148773193,0.7264000177383423,0.9549999833106995,0.6955000162124634,0.9556000232696533,0.6590999960899353,0.9445000290870667,0.7264000177383423,0.9549999833106995,0.6590999960899353,0.9445000290870667,0.6901999711990356,0.9422000050544739,0.6590999960899353,0.9445000290870667,0.6258000135421753,0.9517999887466431,0.5613999962806702,0.8986999988555908,0.6590999960899353,0.9445000290870667,0.5613999962806702,0.8986999988555908,0.5907999873161316,0.8849999904632568,0.6955000162124634,0.9556000232696533,0.6596999764442444,0.9591000080108643,0.6258000135421753,0.9517999887466431,0.6955000162124634,0.9556000232696533,0.6258000135421753,0.9517999887466431,0.6590999960899353,0.9445000290870667,0.7412999868392944,0.8228999972343445,0.713100016117096,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.713100016117096,0.8228999972343445,0.6807000041007996,0.8334000110626221,0.6754000186920166,0.9228000044822693,0.713100016117096,0.8228999972343445,0.6754000186920166,0.9228000044822693,0.7099999785423279,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.7099999785423279,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.7397000193595886,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.7264000177383423,0.9549999833106995,0.7099999785423279,0.9158999919891357,0.6754000186920166,0.9228000044822693,0.6596999764442444,0.9591000080108643,0.7099999785423279,0.9158999919891357,0.6596999764442444,0.9591000080108643,0.6955000162124634,0.9556000232696533,0.5993000268936157,0.9714000225067139,0.6380000114440918,0.9435999989509583,0.6463000178337097,0.8646000027656555,0.5993000268936157,0.9714000225067139,0.6463000178337097,0.8646000027656555,0.6150000095367432,0.961899995803833,0.5835999846458435,0.9810000061988831,0.6220999956130981,0.9685999751091003,0.6380000114440918,0.9435999989509583,0.5835999846458435,0.9810000061988831,0.6380000114440918,0.9435999989509583,0.5993000268936157,0.9714000225067139,0.6380000114440918,0.9435999989509583,0.6754000186920166,0.9228000044822693,0.6807000041007996,0.8334000110626221,0.6380000114440918,0.9435999989509583,0.6807000041007996,0.8334000110626221,0.6463000178337097,0.8646000027656555,0.6220999956130981,0.9685999751091003,0.6596999764442444,0.9591000080108643,0.6754000186920166,0.9228000044822693,0.6220999956130981,0.9685999751091003,0.6754000186920166,0.9228000044822693,0.6380000114440918,0.9435999989509583,0.5522000193595886,1,0.5396000146865845,0.9271000027656555,0.5958999991416931,0.9688000082969666,0.5522000193595886,1,0.5958999991416931,0.9688000082969666,0.5679000020027161,0.9904999732971191,0.5396000146865845,0.9271000027656555,0.5613999962806702,0.8986999988555908,0.6258000135421753,0.9517999887466431,0.5396000146865845,0.9271000027656555,0.6258000135421753,0.9517999887466431,0.5958999991416931,0.9688000082969666,0.5679000020027161,0.9904999732971191,0.5958999991416931,0.9688000082969666,0.6220999956130981,0.9685999751091003,0.5679000020027161,0.9904999732971191,0.6220999956130981,0.9685999751091003,0.5835999846458435,0.9810000061988831,0.5958999991416931,0.9688000082969666,0.6258000135421753,0.9517999887466431,0.6596999764442444,0.9591000080108643,0.5958999991416931,0.9688000082969666,0.6596999764442444,0.9591000080108643,0.6220999956130981,0.9685999751091003,0.5044999718666077,0.7684000134468079,0.5223000049591064,0.760200023651123,0.6413999795913696,0.8754000067710876,0.5044999718666077,0.7684000134468079,0.6413999795913696,0.8754000067710876,0.6200000047683716,0.8794000148773193,0.3682999908924103,0.6287999749183655,0.3840999901294708,0.6171000003814697,0.5223000049591064,0.760200023651123,0.3682999908924103,0.6287999749183655,0.5223000049591064,0.760200023651123,0.5044999718666077,0.7684000134468079,0.5223000049591064,0.760200023651123,0.5372999906539917,0.753600001335144,0.6592000126838684,0.8720999956130981,0.5223000049591064,0.760200023651123,0.6592000126838684,0.8720999956130981,0.6413999795913696,0.8754000067710876,0.3840999901294708,0.6171000003814697,0.39800000190734863,0.6083999872207642,0.5372999906539917,0.753600001335144,0.3840999901294708,0.6171000003814697,0.5372999906539917,0.753600001335144,0.5223000049591064,0.760200023651123,0.13199999928474426,0.33719998598098755,0.17589999735355377,0.3424000144004822,0.25459998846054077,0.4677000045776367,0.13199999928474426,0.33719998598098755,0.25459998846054077,0.4677000045776367,0.23549999296665192,0.4805000126361847,0.17589999735355377,0.3424000144004822,0.19580000638961792,0.33709999918937683,0.272599995136261,0.46070000529289246,0.17589999735355377,0.3424000144004822,0.272599995136261,0.46070000529289246,0.25459998846054077,0.4677000045776367,0.23549999296665192,0.4805000126361847,0.25459998846054077,0.4677000045776367,0.3840999901294708,0.6171000003814697,0.23549999296665192,0.4805000126361847,0.3840999901294708,0.6171000003814697,0.3682999908924103,0.6287999749183655,0.25459998846054077,0.4677000045776367,0.272599995136261,0.46070000529289246,0.39800000190734863,0.6083999872207642,0.25459998846054077,0.4677000045776367,0.39800000190734863,0.6083999872207642,0.3840999901294708,0.6171000003814697,0.2980000078678131,0.43130001425743103,0.2851000130176544,0.4489000141620636,0.2069000005722046,0.32359999418258667,0.2980000078678131,0.43130001425743103,0.2069000005722046,0.32359999418258667,0.21610000729560852,0.3021000027656555,0.42820000648498535,0.5859000086784363,0.4113999903202057,0.5985999703407288,0.2851000130176544,0.4489000141620636,0.42820000648498535,0.5859000086784363,0.2851000130176544,0.4489000141620636,0.2980000078678131,0.43130001425743103,0.2851000130176544,0.4489000141620636,0.272599995136261,0.46070000529289246,0.19580000638961792,0.33709999918937683,0.2851000130176544,0.4489000141620636,0.19580000638961792,0.33709999918937683,0.2069000005722046,0.32359999418258667,0.4113999903202057,0.5985999703407288,0.39800000190734863,0.6083999872207642,0.272599995136261,0.46070000529289246,0.4113999903202057,0.5985999703407288,0.272599995136261,0.46070000529289246,0.2851000130176544,0.4489000141620636,0.7013999819755554,0.8648999929428101,0.6777999997138977,0.8687999844551086,0.5532000064849854,0.7470999956130981,0.7013999819755554,0.8648999929428101,0.5532000064849854,0.7470999956130981,0.5738000273704529,0.7391999959945679,0.6777999997138977,0.8687999844551086,0.6592000126838684,0.8720999956130981,0.5372999906539917,0.753600001335144,0.6777999997138977,0.8687999844551086,0.5372999906539917,0.753600001335144,0.5532000064849854,0.7470999956130981,0.5738000273704529,0.7391999959945679,0.5532000064849854,0.7470999956130981,0.4113999903202057,0.5985999703407288,0.5738000273704529,0.7391999959945679,0.4113999903202057,0.5985999703407288,0.42820000648498535,0.5859000086784363,0.5532000064849854,0.7470999956130981,0.5372999906539917,0.753600001335144,0.39800000190734863,0.6083999872207642,0.5532000064849854,0.7470999956130981,0.39800000190734863,0.6083999872207642,0.4113999903202057,0.5985999703407288,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.323199987411499,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.32330000400543213,0.8289999961853027,0.17679999768733978,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.323199987411499,0.8023999929428101,0.323199987411499,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.323199987411499,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.323199987411499,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.323199987411499,0.8289999961853027,0.4986000061035156,0.8289999961853027,0.32330000400543213,0.7817999720573425,0.323199987411499,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.323199987411499,0.8023999929428101,0.4984999895095825,0.8023999929428101,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7633000016212463,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7426000237464905,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7817999720573425,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7817999720573425,0.323199987411499,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.323199987411499,0.7627000212669373,0.8228999972343445,0.7631000280380249,0.6744999885559082,0.7422000169754028,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.7412999868392944,0.8228999972343445,0.7817000150680542,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.7631000280380249,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7631000280380249,0.6744999885559082,0.7633000016212463,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.7426000237464905,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.7633000016212463,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.6744999885559082,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.08709999918937683,0.8289999961853027,0.17679999768733978,0.910099983215332,0.1662999987602234,0.910099983215332,0.08020000159740448,0.8657000064849854,0.08720000088214874,0.910099983215332,0.1662999987602234,0.8657000064849854,0.08720000088214874,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.08720000088214874,0.8657000064849854,0.040300000458955765,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.04019999876618385,0.8289999961853027,0.08709999918937683,0.910099983215332,0.08020000159740448,0.910099983215332,0.038600001484155655,0.8657000064849854,0.040300000458955765,0.910099983215332,0.08020000159740448,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.08720000088214874,1.0113999843597412,0.03500000014901161,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.03500000014901161,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.030700000002980232,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.033399999141693115,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.05900000035762787,0.910099983215332,0.08020000159740448,0.9595000147819519,0.13439999520778656,0.910099983215332,0.08020000159740448,0.910099983215332,0.1662999987602234,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.033399999141693115,0.910099983215332,0.038600001484155655,0.9595000147819519,0.05900000035762787,0.910099983215332,0.038600001484155655,0.910099983215332,0.08020000159740448,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.022199999541044235,1.0113999843597412,0.017899999395012856,0.910099983215332,0.01759999990463257,0.910099983215332,0.021900000050663948,0.9595000147819519,0.02199999988079071,0.910099983215332,0.01759999990463257,0.9595000147819519,0.02199999988079071,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.02199999988079071,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.026499999687075615,1.0113999843597412,0.022199999541044235,0.910099983215332,0.021900000050663948,0.910099983215332,0.038600001484155655,0.9595000147819519,0.033399999141693115,0.910099983215332,0.021900000050663948,0.9595000147819519,0.033399999141693115,0.9595000147819519,0.02199999988079071,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.021700000390410423,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.021800000220537186,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.021700000390410423,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.021800000220537186,0.910099983215332,0.021900000050663948,0.8657000064849854,0.017500000074505806,0.910099983215332,0.021900000050663948,0.910099983215332,0.01759999990463257,0.910099983215332,0.021900000050663948,0.8657000064849854,0.021800000220537186,0.8657000064849854,0.040300000458955765,0.910099983215332,0.021900000050663948,0.8657000064849854,0.040300000458955765,0.910099983215332,0.038600001484155655,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.03009999915957451,0.07859999686479568,0.03440000116825104,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.05860000103712082,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.05860000103712082,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.05860000103712082,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.02590000070631504,0.07859999686479568,0.03009999915957451,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.032999999821186066,0.18400000035762787,0.05860000103712082,0.5,0.03440000116825104,0.5,0.03009999915957451,0.39469999074935913,0.05860000103712082,0.5,0.03440000116825104,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.1340000033378601,0.5,0.03009999915957451,0.5,0.02590000070631504,0.39469999074935913,0.032999999821186066,0.5,0.03009999915957451,0.39469999074935913,0.032999999821186066,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.5,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.5,0.02160000056028366,0.5,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.39469999074935913,0.032999999821186066,0.5,0.02590000070631504,0.39469999074935913,0.02160000056028366,0.5,0.02590000070631504,0.5,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.032999999821186066,0.39469999074935913,0.02160000056028366,0.07859999686479568,0.01730000041425228,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.07859999686479568,0.02160000056028366,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.02160000056028366,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.004900000058114529,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.008799999952316284,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.004900000058114529,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.004900000058114529,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.01730000041425228,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.008799999952316284,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.4142000079154968,0.8608999848365784,0.43320000171661377,0.8266000151634216,0.5396000146865845,0.9271000027656555,0.4142000079154968,0.8608999848365784,0.5396000146865845,0.9271000027656555,0.5522000193595886,1,0.2761000096797943,0.7218000292778015,0.3021000027656555,0.6963000297546387,0.43320000171661377,0.8266000151634216,0.2761000096797943,0.7218000292778015,0.43320000171661377,0.8266000151634216,0.4142000079154968,0.8608999848365784,0.43320000171661377,0.8266000151634216,0.4544999897480011,0.7975999712944031,0.5613999962806702,0.8986999988555908,0.43320000171661377,0.8266000151634216,0.5613999962806702,0.8986999988555908,0.5396000146865845,0.9271000027656555,0.3021000027656555,0.6963000297546387,0.32679998874664307,0.671500027179718,0.4544999897480011,0.7975999712944031,0.3021000027656555,0.6963000297546387,0.4544999897480011,0.7975999712944031,0.43320000171661377,0.8266000151634216,0,0.44350001215934753,0.06840000301599503,0.461899995803833,0.17139999568462372,0.5654000043869019,0,0.44350001215934753,0.17139999568462372,0.5654000043869019,0.13809999823570251,0.5825999975204468,0.06840000301599503,0.461899995803833,0.09709999710321426,0.4372999966144562,0.20000000298023224,0.5429999828338623,0.06840000301599503,0.461899995803833,0.20000000298023224,0.5429999828338623,0.17139999568462372,0.5654000043869019,0.13809999823570251,0.5825999975204468,0.17139999568462372,0.5654000043869019,0.3021000027656555,0.6963000297546387,0.13809999823570251,0.5825999975204468,0.3021000027656555,0.6963000297546387,0.2761000096797943,0.7218000292778015,0.17139999568462372,0.5654000043869019,0.20000000298023224,0.5429999828338623,0.32679998874664307,0.671500027179718,0.17139999568462372,0.5654000043869019,0.32679998874664307,0.671500027179718,0.3021000027656555,0.6963000297546387,0.23549999296665192,0.4805000126361847,0.21940000355243683,0.510200023651123,0.1152999997138977,0.39640000462532043,0.23549999296665192,0.4805000126361847,0.1152999997138977,0.39640000462532043,0.13199999928474426,0.33719998598098755,0.3682999908924103,0.6287999749183655,0.3490000069141388,0.6480000019073486,0.21940000355243683,0.510200023651123,0.3682999908924103,0.6287999749183655,0.21940000355243683,0.510200023651123,0.23549999296665192,0.4805000126361847,0.21940000355243683,0.510200023651123,0.20000000298023224,0.5429999828338623,0.09709999710321426,0.4372999966144562,0.21940000355243683,0.510200023651123,0.09709999710321426,0.4372999966144562,0.1152999997138977,0.39640000462532043,0.3490000069141388,0.6480000019073486,0.32679998874664307,0.671500027179718,0.20000000298023224,0.5429999828338623,0.3490000069141388,0.6480000019073486,0.20000000298023224,0.5429999828338623,0.21940000355243683,0.510200023651123,0.6200000047683716,0.8794000148773193,0.5907999873161316,0.8849999904632568,0.48010000586509705,0.7795000076293945,0.6200000047683716,0.8794000148773193,0.48010000586509705,0.7795000076293945,0.5044999718666077,0.7684000134468079,0.5907999873161316,0.8849999904632568,0.5613999962806702,0.8986999988555908,0.4544999897480011,0.7975999712944031,0.5907999873161316,0.8849999904632568,0.4544999897480011,0.7975999712944031,0.48010000586509705,0.7795000076293945,0.5044999718666077,0.7684000134468079,0.48010000586509705,0.7795000076293945,0.3490000069141388,0.6480000019073486,0.5044999718666077,0.7684000134468079,0.3490000069141388,0.6480000019073486,0.3682999908924103,0.6287999749183655,0.48010000586509705,0.7795000076293945,0.4544999897480011,0.7975999712944031,0.32679998874664307,0.671500027179718,0.48010000586509705,0.7795000076293945,0.32679998874664307,0.671500027179718,0.3490000069141388,0.6480000019073486,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.01730000041425228,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.032999999821186066,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.03440000116825104,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03440000116825104,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.1340000033378601,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.07989999651908875,0.6507999897003174,0.1340000033378601,0.6850000023841858,0.07989999651908875,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.032999999821186066,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.08699999749660492,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.08699999749660492,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.01730000041425228,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.04010000079870224,0.21610000729560852,0.3021000027656555,0.21570000052452087,0.22450000047683716,0.2094999998807907,0.2485000044107437,0.21610000729560852,0.3021000027656555,0.2094999998807907,0.2485000044107437,0.2069000005722046,0.32359999418258667,0.21570000052452087,0.22450000047683716,0.27649998664855957,0.1875,0.2727000117301941,0.21209999918937683,0.21570000052452087,0.22450000047683716,0.2727000117301941,0.21209999918937683,0.2094999998807907,0.2485000044107437,0.2069000005722046,0.32359999418258667,0.2094999998807907,0.2485000044107437,0.20229999721050262,0.2639999985694885,0.2069000005722046,0.32359999418258667,0.20229999721050262,0.2639999985694885,0.19580000638961792,0.33709999918937683,0.2094999998807907,0.2485000044107437,0.2727000117301941,0.21209999918937683,0.26969999074935913,0.22849999368190765,0.2094999998807907,0.2485000044107437,0.26969999074935913,0.22849999368190765,0.20229999721050262,0.2639999985694885,0.3781000077724457,0.17990000545978546,0.5,0.1964000016450882,0.5,0.2078000009059906,0.3781000077724457,0.17990000545978546,0.5,0.2078000009059906,0.37619999051094055,0.20309999585151672,0.37619999051094055,0.20309999585151672,0.5,0.2078000009059906,0.5,0.219200000166893,0.37619999051094055,0.20309999585151672,0.5,0.219200000166893,0.37529999017715454,0.2176000028848648,0.27649998664855957,0.1875,0.3781000077724457,0.17990000545978546,0.37619999051094055,0.20309999585151672,0.27649998664855957,0.1875,0.37619999051094055,0.20309999585151672,0.2727000117301941,0.21209999918937683,0.2727000117301941,0.21209999918937683,0.37619999051094055,0.20309999585151672,0.37529999017715454,0.2176000028848648,0.2727000117301941,0.21209999918937683,0.37529999017715454,0.2176000028848648,0.26969999074935913,0.22849999368190765,0.5,0.24199999868869781,0.3711000084877014,0.2386000007390976,0.375,0.22920000553131104,0.5,0.24199999868869781,0.375,0.22920000553131104,0.5,0.2305999994277954,0.3711000084877014,0.2386000007390976,0.26179999113082886,0.24500000476837158,0.2662000060081482,0.23899999260902405,0.3711000084877014,0.2386000007390976,0.2662000060081482,0.23899999260902405,0.375,0.22920000553131104,0.5,0.2305999994277954,0.375,0.22920000553131104,0.37529999017715454,0.2176000028848648,0.5,0.2305999994277954,0.37529999017715454,0.2176000028848648,0.5,0.219200000166893,0.375,0.22920000553131104,0.2662000060081482,0.23899999260902405,0.26969999074935913,0.22849999368190765,0.375,0.22920000553131104,0.26969999074935913,0.22849999368190765,0.37529999017715454,0.2176000028848648,0.1761000007390976,0.27149999141693115,0.13199999928474426,0.33719998598098755,0.17589999735355377,0.3424000144004822,0.1761000007390976,0.27149999141693115,0.17589999735355377,0.3424000144004822,0.18979999423027039,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.17589999735355377,0.3424000144004822,0.19580000638961792,0.33709999918937683,0.18979999423027039,0.27149999141693115,0.19580000638961792,0.33709999918937683,0.20229999721050262,0.2639999985694885,0.26179999113082886,0.24500000476837158,0.1761000007390976,0.27149999141693115,0.18979999423027039,0.27149999141693115,0.26179999113082886,0.24500000476837158,0.18979999423027039,0.27149999141693115,0.2662000060081482,0.23899999260902405,0.2662000060081482,0.23899999260902405,0.18979999423027039,0.27149999141693115,0.20229999721050262,0.2639999985694885,0.2662000060081482,0.23899999260902405,0.20229999721050262,0.2639999985694885,0.26969999074935913,0.22849999368190765,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.00430000014603138,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0.00430000014603138,0.07859999686479568,0,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.004900000058114529,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.004900000058114529,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.004900000058114529,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.004900000058114529,0.07859999686479568,0.008700000122189522,0.07859999686479568,0.00430000014603138,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.005100000184029341,0.18400000035762787,0.008799999952316284,0.18400000035762787,0.004900000058114529,0.5,0,0.5,0.00430000014603138,0.39469999074935913,0.004900000058114529,0.5,0,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.0019000000320374966,0.5,0.00430000014603138,0.5,0.008700000122189522,0.39469999074935913,0.008799999952316284,0.5,0.00430000014603138,0.39469999074935913,0.008799999952316284,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.005100000184029341,0.28929999470710754,0.002300000051036477,0.39469999074935913,0.004900000058114529,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.004900000058114529,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.005100000184029341,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.5,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.5,0.013000000268220901,0.5,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.013000000268220901,0.39469999074935913,0.008799999952316284,0.5,0.008700000122189522,0.39469999074935913,0.013000000268220901,0.5,0.008700000122189522,0.5,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.39469999074935913,0.008799999952316284,0.28929999470710754,0.013000000268220901,0.39469999074935913,0.008799999952316284,0.39469999074935913,0.013000000268220901,0.07859999686479568,0.01730000041425228,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.013000000268220901,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.07859999686479568,0.013000000268220901,0.07859999686479568,0.008700000122189522,0.18400000035762787,0.008799999952316284,0.07859999686479568,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.013000000268220901,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.013000000268220901,0.28929999470710754,0.01730000041425228,0.18400000035762787,0.013000000268220901,0.18400000035762787,0.008799999952316284,0.28929999470710754,0.008899999782443047,0.18400000035762787,0.013000000268220901,0.28929999470710754,0.008899999782443047,0.28929999470710754,0.013000000268220901,1.0113999843597412,1.000599980354309,0.862500011920929,0.8945000171661377,0.9322999715805054,0.9614999890327454,1.0113999843597412,1.000599980354309,0.9322999715805054,0.9614999890327454,1.0113999843597412,0.991100013256073,0.862500011920929,0.8945000171661377,0.785099983215332,0.8651999831199646,0.8629999756813049,0.9399999976158142,0.862500011920929,0.8945000171661377,0.8629999756813049,0.9399999976158142,0.9322999715805054,0.9614999890327454,1.0113999843597412,0.991100013256073,0.9322999715805054,0.9614999890327454,0.9527000188827515,0.9671000242233276,1.0113999843597412,0.991100013256073,0.9527000188827515,0.9671000242233276,1.0113999843597412,0.9815999865531921,0.9322999715805054,0.9614999890327454,0.8629999756813049,0.9399999976158142,0.8982999920845032,0.9563999772071838,0.9322999715805054,0.9614999890327454,0.8982999920845032,0.9563999772071838,0.9527000188827515,0.9671000242233276,0.7343000173568726,0.859499990940094,0.7013999819755554,0.8648999929428101,0.777899980545044,0.9365000128746033,0.7343000173568726,0.859499990940094,0.777899980545044,0.9365000128746033,0.8130999803543091,0.9344000220298767,0.8130999803543091,0.9344000220298767,0.777899980545044,0.9365000128746033,0.8162000179290771,0.9535999894142151,0.8130999803543091,0.9344000220298767,0.8162000179290771,0.9535999894142151,0.8525999784469604,0.9531999826431274,0.785099983215332,0.8651999831199646,0.7343000173568726,0.859499990940094,0.8130999803543091,0.9344000220298767,0.785099983215332,0.8651999831199646,0.8130999803543091,0.9344000220298767,0.8629999756813049,0.9399999976158142,0.8629999756813049,0.9399999976158142,0.8130999803543091,0.9344000220298767,0.8525999784469604,0.9531999826431274,0.8629999756813049,0.9399999976158142,0.8525999784469604,0.9531999826431274,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.8230000138282776,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.8230000138282776,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.9158999919891357,0.8657000064849854,0.8230999708175659,0.910099983215332,0.8337000012397766,0.910099983215332,0.9230999946594238,0.8657000064849854,0.8230999708175659,0.910099983215332,0.9230999946594238,0.8657000064849854,0.9160000085830688,0.8289999961853027,0.9158999919891357,0.8657000064849854,0.9160000085830688,0.8525999784469604,0.9531999826431274,0.8289999961853027,0.9158999919891357,0.8525999784469604,0.9531999826431274,0.8162000179290771,0.9535999894142151,0.8657000064849854,0.9160000085830688,0.910099983215332,0.9230999946594238,0.8982999920845032,0.9563999772071838,0.8657000064849854,0.9160000085830688,0.8982999920845032,0.9563999772071838,0.8525999784469604,0.9531999826431274,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.9624999761581421,1.0113999843597412,0.972000002861023,0.9595000147819519,0.8651000261306763,1.0113999843597412,0.972000002861023,0.9595000147819519,0.944100022315979,0.9595000147819519,0.944100022315979,1.0113999843597412,0.972000002861023,1.0113999843597412,0.9815999865531921,0.9595000147819519,0.944100022315979,1.0113999843597412,0.9815999865531921,0.9527000188827515,0.9671000242233276,0.910099983215332,0.8337000012397766,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.944100022315979,0.910099983215332,0.8337000012397766,0.9595000147819519,0.944100022315979,0.910099983215332,0.9230999946594238,0.910099983215332,0.9230999946594238,0.9595000147819519,0.944100022315979,0.9527000188827515,0.9671000242233276,0.910099983215332,0.9230999946594238,0.9527000188827515,0.9671000242233276,0.8982999920845032,0.9563999772071838,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.02160000056028366,0.8289999961853027,0.017400000244379044,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.021700000390410423,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.021700000390410423,0.8023999929428101,0.04010000079870224,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.8023999929428101,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.02160000056028366,0.8023999929428101,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.7817999720573425,0.02160000056028366,0.8289999961853027,0.17679999768733978,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.17679999768733978,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.8023999929428101,0.17669999599456787,0.7817999720573425,0.08709999918937683,0.8023999929428101,0.08709999918937683,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.08709999918937683,0.8023999929428101,0.04010000079870224,0.8289999961853027,0.04019999876618385,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.08709999918937683,0.7817999720573425,0.04010000079870224,0.8023999929428101,0.04010000079870224,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.17669999599456787,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7633000016212463,0.08699999749660492,0.7817999720573425,0.08709999918937683,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.08699999749660492,0.7817999720573425,0.17669999599456787,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.08709999918937683,0.7633000016212463,0.08699999749660492,0.7427999973297119,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7427999973297119,0.02160000056028366,0.7633000016212463,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7633000016212463,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.04010000079870224,0.7633000016212463,0.02160000056028366,0.7817999720573425,0.02160000056028366,0.7633000016212463,0.04010000079870224,0.7817999720573425,0.02160000056028366,0.7817999720573425,0.04010000079870224,0.8289999961853027,0.017400000244379044,0.8289999961853027,0.013100000098347664,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.013199999928474426,0.8657000064849854,0.017500000074505806,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.009100000374019146,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.013100000098347664,0.8657000064849854,0.013199999928474426,0.910099983215332,0.013299999758601189,0.910099983215332,0.01759999990463257,0.8657000064849854,0.013199999928474426,0.910099983215332,0.01759999990463257,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.009100000374019146,0.910099983215332,0.009200000204145908,0.910099983215332,0.013299999758601189,0.8657000064849854,0.009100000374019146,0.910099983215332,0.013299999758601189,0.8657000064849854,0.013199999928474426,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.002899999963119626,0.910099983215332,0.00279999990016222,0.910099983215332,0.00559999980032444,0.8657000064849854,0.002899999963119626,0.910099983215332,0.00559999980032444,0.8657000064849854,0.00559999980032444,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.00559999980032444,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.005499999970197678,0.8657000064849854,0.009100000374019146,0.8289999961853027,0.008999999612569809,0.8657000064849854,0.00559999980032444,0.910099983215332,0.00559999980032444,0.910099983215332,0.009200000204145908,0.8657000064849854,0.00559999980032444,0.910099983215332,0.009200000204145908,0.8657000064849854,0.009100000374019146,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.0052999998442828655,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.009200000204145908,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.004900000058114529,0.9595000147819519,0.0052999998442828655,0.910099983215332,0.00559999980032444,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0052999998442828655,0.910099983215332,0.00279999990016222,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.009200000204145908,0.910099983215332,0.009200000204145908,0.910099983215332,0.00559999980032444,0.9595000147819519,0.009200000204145908,0.910099983215332,0.00559999980032444,0.9595000147819519,0.0052999998442828655,1.0113999843597412,0.017899999395012856,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.017899999395012856,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.017799999564886093,0.910099983215332,0.01759999990463257,0.910099983215332,0.013299999758601189,0.9595000147819519,0.017799999564886093,0.910099983215332,0.013299999758601189,0.9595000147819519,0.013399999588727951,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.013399999588727951,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.01360000018030405,0.9595000147819519,0.009200000204145908,1.0113999843597412,0.00930000003427267,0.9595000147819519,0.013399999588727951,0.910099983215332,0.013299999758601189,0.910099983215332,0.009200000204145908,0.9595000147819519,0.013399999588727951,0.910099983215332,0.009200000204145908,0.9595000147819519,0.009200000204145908,0.23029999434947968,0.272599995136261,0.2257000058889389,0.19169999659061432,0.21570000052452087,0.22450000047683716,0.23029999434947968,0.272599995136261,0.21570000052452087,0.22450000047683716,0.21610000729560852,0.3021000027656555,0.24899999797344208,0.25220000743865967,0.2387000024318695,0.17020000517368317,0.2257000058889389,0.19169999659061432,0.24899999797344208,0.25220000743865967,0.2257000058889389,0.19169999659061432,0.23029999434947968,0.272599995136261,0.2257000058889389,0.19169999659061432,0.28290000557899475,0.1525000035762787,0.27649998664855957,0.1875,0.2257000058889389,0.19169999659061432,0.27649998664855957,0.1875,0.21570000052452087,0.22450000047683716,0.2387000024318695,0.17020000517368317,0.2906999886035919,0.12639999389648438,0.28290000557899475,0.1525000035762787,0.2387000024318695,0.17020000517368317,0.28290000557899475,0.1525000035762787,0.2257000058889389,0.19169999659061432,0.2694000005722046,0.28380000591278076,0.2556999921798706,0.23559999465942383,0.2540999948978424,0.17980000376701355,0.2694000005722046,0.28380000591278076,0.2540999948978424,0.17980000376701355,0.271699994802475,0.2578999996185303,0.2556999921798706,0.23559999465942383,0.3034000098705292,0.1851000040769577,0.29919999837875366,0.12849999964237213,0.2556999921798706,0.23559999465942383,0.29919999837875366,0.12849999964237213,0.2540999948978424,0.17980000376701355,0.271699994802475,0.2578999996185303,0.2540999948978424,0.17980000376701355,0.2387000024318695,0.17020000517368317,0.271699994802475,0.2578999996185303,0.2387000024318695,0.17020000517368317,0.24899999797344208,0.25220000743865967,0.2540999948978424,0.17980000376701355,0.29919999837875366,0.12849999964237213,0.2906999886035919,0.12639999389648438,0.2540999948978424,0.17980000376701355,0.2906999886035919,0.12639999389648438,0.2387000024318695,0.17020000517368317,0.5,0.04910000041127205,0.38850000500679016,0.08649999648332596,0.39160001277923584,0.13089999556541443,0.5,0.04910000041127205,0.39160001277923584,0.13089999556541443,0.5,0,0.5,0.0982000008225441,0.384799987077713,0.1062999963760376,0.38850000500679016,0.08649999648332596,0.5,0.0982000008225441,0.38850000500679016,0.08649999648332596,0.5,0.04910000041127205,0.38850000500679016,0.08649999648332596,0.29919999837875366,0.12849999964237213,0.3034000098705292,0.1851000040769577,0.38850000500679016,0.08649999648332596,0.3034000098705292,0.1851000040769577,0.39160001277923584,0.13089999556541443,0.384799987077713,0.1062999963760376,0.2906999886035919,0.12639999389648438,0.29919999837875366,0.12849999964237213,0.384799987077713,0.1062999963760376,0.29919999837875366,0.12849999964237213,0.38850000500679016,0.08649999648332596,0.5,0.1964000016450882,0.3781000077724457,0.17990000545978546,0.38109999895095825,0.14259999990463257,0.5,0.1964000016450882,0.38109999895095825,0.14259999990463257,0.5,0.14730000495910645,0.3781000077724457,0.17990000545978546,0.27649998664855957,0.1875,0.28290000557899475,0.1525000035762787,0.3781000077724457,0.17990000545978546,0.28290000557899475,0.1525000035762787,0.38109999895095825,0.14259999990463257,0.5,0.14730000495910645,0.38109999895095825,0.14259999990463257,0.384799987077713,0.1062999963760376,0.5,0.14730000495910645,0.384799987077713,0.1062999963760376,0.5,0.0982000008225441,0.38109999895095825,0.14259999990463257,0.28290000557899475,0.1525000035762787,0.2906999886035919,0.12639999389648438,0.38109999895095825,0.14259999990463257,0.2906999886035919,0.12639999389648438,0.384799987077713,0.1062999963760376,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.6746000051498413,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.8230999708175659,0.8289999961853027,0.8230000138282776,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.49869999289512634,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.6744999885559082,0.8657000064849854,0.6746000051498413,0.910099983215332,0.6816999912261963,0.910099983215332,0.8337000012397766,0.8657000064849854,0.6746000051498413,0.910099983215332,0.8337000012397766,0.8657000064849854,0.8230999708175659,0.8657000064849854,0.49869999289512634,0.910099983215332,0.49880000948905945,0.910099983215332,0.6816999912261963,0.8657000064849854,0.49869999289512634,0.910099983215332,0.6816999912261963,0.8657000064849854,0.6746000051498413,0.8289999961853027,0.17679999768733978,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.17679999768733978,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.17679999768733978,0.910099983215332,0.1662999987602234,0.910099983215332,0.3163999915122986,0.8657000064849854,0.17679999768733978,0.910099983215332,0.3163999915122986,0.8657000064849854,0.32339999079704285,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.32339999079704285,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.32330000400543213,0.8657000064849854,0.49869999289512634,0.8289999961853027,0.4986000061035156,0.8657000064849854,0.32339999079704285,0.910099983215332,0.3163999915122986,0.910099983215332,0.49880000948905945,0.8657000064849854,0.32339999079704285,0.910099983215332,0.49880000948905945,0.8657000064849854,0.49869999289512634,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.295199990272522,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.13439999520778656,1.0113999843597412,0.03500000014901161,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.49880000948905945,0.9595000147819519,0.295199990272522,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.295199990272522,1.0113999843597412,0.2669000029563904,0.9595000147819519,0.295199990272522,0.910099983215332,0.3163999915122986,0.910099983215332,0.1662999987602234,0.9595000147819519,0.295199990272522,0.910099983215332,0.1662999987602234,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.49880000948905945,0.910099983215332,0.49880000948905945,0.910099983215332,0.3163999915122986,0.9595000147819519,0.49880000948905945,0.910099983215332,0.3163999915122986,0.9595000147819519,0.295199990272522,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.8651000261306763,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.9624999761581421,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.8651000261306763,0.910099983215332,0.8337000012397766,0.910099983215332,0.6816999912261963,0.9595000147819519,0.8651000261306763,0.910099983215332,0.6816999912261963,0.9595000147819519,0.7027000188827515,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.7027000188827515,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.7305999994277954,0.9595000147819519,0.49880000948905945,1.0113999843597412,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.910099983215332,0.6816999912261963,0.910099983215332,0.49880000948905945,0.9595000147819519,0.7027000188827515,0.910099983215332,0.49880000948905945,0.9595000147819519,0.49880000948905945,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.8230000138282776,0.8289999961853027,0.8230000138282776,0.8162000179290771,0.9535999894142151,0.789900004863739,0.9539999961853027,0.8023999929428101,0.9158999919891357,0.8162000179290771,0.9535999894142151,0.8023999929428101,0.9158999919891357,0.8289999961853027,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.9158999919891357,0.7817000150680542,0.8230000138282776,0.8023999929428101,0.8230000138282776,0.789900004863739,0.9539999961853027,0.7692000269889832,0.9542999863624573,0.781499981880188,0.9158999919891357,0.789900004863739,0.9539999961853027,0.781499981880188,0.9158999919891357,0.8023999929428101,0.9158999919891357,0.7013999819755554,0.8648999929428101,0.6777999997138977,0.8687999844551086,0.7524999976158142,0.9380000233650208,0.7013999819755554,0.8648999929428101,0.7524999976158142,0.9380000233650208,0.777899980545044,0.9365000128746033,0.7524999976158142,0.9380000233650208,0.6777999997138977,0.8687999844551086,0.6592000126838684,0.8720999956130981,0.7524999976158142,0.9380000233650208,0.6592000126838684,0.8720999956130981,0.7324000000953674,0.939300000667572,0.777899980545044,0.9365000128746033,0.7524999976158142,0.9380000233650208,0.789900004863739,0.9539999961853027,0.777899980545044,0.9365000128746033,0.789900004863739,0.9539999961853027,0.8162000179290771,0.9535999894142151,0.7524999976158142,0.9380000233650208,0.7324000000953674,0.939300000667572,0.7692000269889832,0.9542999863624573,0.7524999976158142,0.9380000233650208,0.7692000269889832,0.9542999863624573,0.789900004863739,0.9539999961853027,0.6200000047683716,0.8794000148773193,0.6901999711990356,0.9422000050544739,0.7131999731063843,0.9405999779701233,0.6200000047683716,0.8794000148773193,0.7131999731063843,0.9405999779701233,0.6413999795913696,0.8754000067710876,0.6901999711990356,0.9422000050544739,0.7264000177383423,0.9549999833106995,0.7494999766349792,0.9545999765396118,0.6901999711990356,0.9422000050544739,0.7494999766349792,0.9545999765396118,0.7131999731063843,0.9405999779701233,0.6413999795913696,0.8754000067710876,0.7131999731063843,0.9405999779701233,0.7324000000953674,0.939300000667572,0.6413999795913696,0.8754000067710876,0.7324000000953674,0.939300000667572,0.6592000126838684,0.8720999956130981,0.7131999731063843,0.9405999779701233,0.7494999766349792,0.9545999765396118,0.7692000269889832,0.9542999863624573,0.7131999731063843,0.9405999779701233,0.7692000269889832,0.9542999863624573,0.7324000000953674,0.939300000667572,0.7412999868392944,0.8228999972343445,0.7627000212669373,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7620999813079834,0.9158999919891357,0.7397000193595886,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.7817000150680542,0.8230000138282776,0.781499981880188,0.9158999919891357,0.7627000212669373,0.8228999972343445,0.781499981880188,0.9158999919891357,0.7620999813079834,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7397000193595886,0.9158999919891357,0.7620999813079834,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.7620999813079834,0.9158999919891357,0.7494999766349792,0.9545999765396118,0.7620999813079834,0.9158999919891357,0.781499981880188,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.7620999813079834,0.9158999919891357,0.7692000269889832,0.9542999863624573,0.7494999766349792,0.9545999765396118,0.5,0.961899995803833,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.7023000121116638,0.5,0.961899995803833,0.39469999074935913,0.7023000121116638,0.5,0.7300000190734863,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.6883999705314636,0.39469999074935913,0.8646000027656555,0.28929999470710754,0.6883999705314636,0.39469999074935913,0.7023000121116638,0.5,0.7300000190734863,0.39469999074935913,0.7023000121116638,0.39469999074935913,0.4982999861240387,0.5,0.7300000190734863,0.39469999074935913,0.4982999861240387,0.5,0.498199999332428,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.7023000121116638,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.4982999861240387,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.961899995803833,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.8646000027656555,0.07859999686479568,0.7300000190734863,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.7023000121116638,0.07859999686479568,0.7300000190734863,0.07859999686479568,0.498199999332428,0.18400000035762787,0.7023000121116638,0.07859999686479568,0.498199999332428,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.8438000082969666,0.18400000035762787,0.7023000121116638,0.28929999470710754,0.6883999705314636,0.28929999470710754,0.6883999705314636,0.18400000035762787,0.7023000121116638,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.6883999705314636,0.18400000035762787,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.07859999686479568,0.03440000116825104,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.03440000116825104,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.1340000033378601,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.3089999854564667,0.18400000035762787,0.1340000033378601,0.28929999470710754,0.3089999854564667,0.18400000035762787,0.2946999967098236,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.2946999967098236,0.18400000035762787,0.4982999861240387,0.07859999686479568,0.2662999927997589,0.18400000035762787,0.4982999861240387,0.07859999686479568,0.498199999332428,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.4984000027179718,0.18400000035762787,0.2946999967098236,0.28929999470710754,0.4984000027179718,0.18400000035762787,0.4982999861240387,0.39469999074935913,0.1340000033378601,0.5,0.03440000116825104,0.5,0.2662999927997589,0.39469999074935913,0.1340000033378601,0.5,0.2662999927997589,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.2946999967098236,0.5,0.2662999927997589,0.5,0.498199999332428,0.39469999074935913,0.2946999967098236,0.5,0.498199999332428,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.15530000627040863,0.39469999074935913,0.2946999967098236,0.28929999470710754,0.3089999854564667,0.28929999470710754,0.3089999854564667,0.39469999074935913,0.2946999967098236,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.3089999854564667,0.39469999074935913,0.4982999861240387,0.28929999470710754,0.4984000027179718,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.9580000042915344,0.5,0.9904999732971191,0.39469999074935913,0.8865000009536743,0.5,0.9904999732971191,0.5,1,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.9417999982833862,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.9417999982833862,0.39469999074935913,0.9580000042915344,0.5,0.9904999732971191,0.39469999074935913,0.9580000042915344,0.39469999074935913,0.9659000039100647,0.5,0.9904999732971191,0.39469999074935913,0.9659000039100647,0.5,0.9810000061988831,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.9584000110626221,0.39469999074935913,0.9580000042915344,0.28929999470710754,0.9584000110626221,0.39469999074935913,0.9659000039100647,0.18400000035762787,0.8865000009536743,0.07859999686479568,1,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.8865000009536743,0.07859999686479568,0.9904999732971191,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9580000042915344,0.07859999686479568,0.9904999732971191,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9580000042915344,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.8621000051498413,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.8621000051498413,0.18400000035762787,0.9580000042915344,0.28929999470710754,0.9417999982833862,0.28929999470710754,0.9417999982833862,0.18400000035762787,0.9580000042915344,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9417999982833862,0.18400000035762787,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.07859999686479568,0.961899995803833,0.18400000035762787,0.8646000027656555,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.961899995803833,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.8438000082969666,0.28929999470710754,0.9297999739646912,0.18400000035762787,0.8646000027656555,0.28929999470710754,0.9297999739646912,0.18400000035762787,0.9435999989509583,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9435999989509583,0.18400000035762787,0.9659000039100647,0.07859999686479568,0.9714000225067139,0.18400000035762787,0.9659000039100647,0.07859999686479568,0.9810000061988831,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.9584000110626221,0.18400000035762787,0.9435999989509583,0.28929999470710754,0.9584000110626221,0.18400000035762787,0.9659000039100647,0.39469999074935913,0.8646000027656555,0.5,0.961899995803833,0.5,0.9714000225067139,0.39469999074935913,0.8646000027656555,0.5,0.9714000225067139,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9435999989509583,0.5,0.9714000225067139,0.5,0.9810000061988831,0.39469999074935913,0.9435999989509583,0.5,0.9810000061988831,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.8646000027656555,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.8438000082969666,0.39469999074935913,0.9435999989509583,0.28929999470710754,0.9297999739646912,0.28929999470710754,0.9297999739646912,0.39469999074935913,0.9435999989509583,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9297999739646912,0.39469999074935913,0.9659000039100647,0.28929999470710754,0.9584000110626221,0.07859999686479568,1,0.18400000035762787,0.8865000009536743,0.18400000035762787,0.7175999879837036,0.07859999686479568,1,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.75,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.8621000051498413,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.18400000035762787,0.7175999879837036,0.18400000035762787,0.7175999879837036,0.19480000436306,0.5174999833106995,0.07859999686479568,0.5,0.18400000035762787,0.7175999879837036,0.07859999686479568,0.5,0.07859999686479568,0.75,0.28929999470710754,0.7013000249862671,0.29159998893737793,0.5059000253677368,0.19480000436306,0.5174999833106995,0.28929999470710754,0.7013000249862671,0.19480000436306,0.5174999833106995,0.18400000035762787,0.7175999879837036,0.5,1,0.5,0.75,0.39469999074935913,0.7175999879837036,0.5,1,0.39469999074935913,0.7175999879837036,0.39469999074935913,0.8865000009536743,0.5,0.75,0.5,0.5,0.39430001378059387,0.5012000203132629,0.5,0.75,0.39430001378059387,0.5012000203132629,0.39469999074935913,0.7175999879837036,0.39469999074935913,0.8865000009536743,0.39469999074935913,0.7175999879837036,0.28929999470710754,0.7013000249862671,0.39469999074935913,0.8865000009536743,0.28929999470710754,0.7013000249862671,0.28929999470710754,0.8621000051498413,0.39469999074935913,0.7175999879837036,0.39430001378059387,0.5012000203132629,0.29159998893737793,0.5059000253677368,0.39469999074935913,0.7175999879837036,0.29159998893737793,0.5059000253677368,0.28929999470710754,0.7013000249862671,0.5,0,0.39160001277923584,0.13089999556541443,0.39340001344680786,0.2874000072479248,0.5,0,0.39340001344680786,0.2874000072479248,0.5,0.25,0.39160001277923584,0.13089999556541443,0.3034000098705292,0.1851000040769577,0.2985999882221222,0.3224000036716461,0.39160001277923584,0.13089999556541443,0.2985999882221222,0.3224000036716461,0.39340001344680786,0.2874000072479248,0.5,0.25,0.39340001344680786,0.2874000072479248,0.39430001378059387,0.5012000203132629,0.5,0.25,0.39430001378059387,0.5012000203132629,0.5,0.5,0.39340001344680786,0.2874000072479248,0.2985999882221222,0.3224000036716461,0.29159998893737793,0.5059000253677368,0.39340001344680786,0.2874000072479248,0.29159998893737793,0.5059000253677368,0.39430001378059387,0.5012000203132629,0.2694000005722046,0.28380000591278076,0.16779999434947968,0.38019999861717224,0.2273000031709671,0.35249999165534973,0.2694000005722046,0.28380000591278076,0.2273000031709671,0.35249999165534973,0.2556999921798706,0.23559999465942383,0.16779999434947968,0.38019999861717224,0.07859999686479568,0.5,0.19480000436306,0.5174999833106995,0.16779999434947968,0.38019999861717224,0.19480000436306,0.5174999833106995,0.2273000031709671,0.35249999165534973,0.3034000098705292,0.1851000040769577,0.2556999921798706,0.23559999465942383,0.2273000031709671,0.35249999165534973,0.3034000098705292,0.1851000040769577,0.2273000031709671,0.35249999165534973,0.2985999882221222,0.3224000036716461,0.2273000031709671,0.35249999165534973,0.19480000436306,0.5174999833106995,0.29159998893737793,0.5059000253677368,0.2273000031709671,0.35249999165534973,0.29159998893737793,0.5059000253677368,0.2985999882221222,0.3224000036716461,0.7013999819755554,0.8648999929428101,0.7343000173568726,0.859499990940094,0.6029000282287598,0.7282999753952026,0.7013999819755554,0.8648999929428101,0.6029000282287598,0.7282999753952026,0.5738000273704529,0.7391999959945679,0.7343000173568726,0.859499990940094,0.785099983215332,0.8651999831199646,0.6456000208854675,0.7233999967575073,0.7343000173568726,0.859499990940094,0.6456000208854675,0.7233999967575073,0.6029000282287598,0.7282999753952026,0.6029000282287598,0.7282999753952026,0.45260000228881836,0.5684000253677368,0.42820000648498535,0.5859000086784363,0.6029000282287598,0.7282999753952026,0.42820000648498535,0.5859000086784363,0.5738000273704529,0.7391999959945679,0.6456000208854675,0.7233999967575073,0.4844000041484833,0.5515999794006348,0.45260000228881836,0.5684000253677368,0.6456000208854675,0.7233999967575073,0.45260000228881836,0.5684000253677368,0.6029000282287598,0.7282999753952026,0.862500011920929,0.8945000171661377,1.0113999843597412,1.000599980354309,0.7781999707221985,0.7504000067710876,0.862500011920929,0.8945000171661377,0.7781999707221985,0.7504000067710876,0.7071999907493591,0.7332000136375427,0.7781999707221985,0.7504000067710876,0.5450000166893005,0.5002999901771545,0.5239999890327454,0.5407000184059143,0.7781999707221985,0.7504000067710876,0.5239999890327454,0.5407000184059143,0.7071999907493591,0.7332000136375427,0.785099983215332,0.8651999831199646,0.862500011920929,0.8945000171661377,0.7071999907493591,0.7332000136375427,0.785099983215332,0.8651999831199646,0.7071999907493591,0.7332000136375427,0.6456000208854675,0.7233999967575073,0.7071999907493591,0.7332000136375427,0.5239999890327454,0.5407000184059143,0.4844000041484833,0.5515999794006348,0.7071999907493591,0.7332000136375427,0.4844000041484833,0.5515999794006348,0.6456000208854675,0.7233999967575073,0.271699994802475,0.2578999996185303,0.3702000081539154,0.38019999861717224,0.4009999930858612,0.38040000200271606,0.271699994802475,0.2578999996185303,0.4009999930858612,0.38040000200271606,0.2694000005722046,0.28380000591278076,0.24899999797344208,0.25220000743865967,0.34150001406669617,0.38690000772476196,0.3702000081539154,0.38019999861717224,0.24899999797344208,0.25220000743865967,0.3702000081539154,0.38019999861717224,0.271699994802475,0.2578999996185303,0.3702000081539154,0.38019999861717224,0.5239999890327454,0.5407000184059143,0.5450000166893005,0.5002999901771545,0.3702000081539154,0.38019999861717224,0.5450000166893005,0.5002999901771545,0.4009999930858612,0.38040000200271606,0.34150001406669617,0.38690000772476196,0.4844000041484833,0.5515999794006348,0.5239999890327454,0.5407000184059143,0.34150001406669617,0.38690000772476196,0.5239999890327454,0.5407000184059143,0.3702000081539154,0.38019999861717224,0.21610000729560852,0.3021000027656555,0.2980000078678131,0.43130001425743103,0.31709998846054077,0.4072999954223633,0.21610000729560852,0.3021000027656555,0.31709998846054077,0.4072999954223633,0.23029999434947968,0.272599995136261,0.2980000078678131,0.43130001425743103,0.42820000648498535,0.5859000086784363,0.45260000228881836,0.5684000253677368,0.2980000078678131,0.43130001425743103,0.45260000228881836,0.5684000253677368,0.31709998846054077,0.4072999954223633,0.23029999434947968,0.272599995136261,0.31709998846054077,0.4072999954223633,0.34150001406669617,0.38690000772476196,0.23029999434947968,0.272599995136261,0.34150001406669617,0.38690000772476196,0.24899999797344208,0.25220000743865967,0.31709998846054077,0.4072999954223633,0.45260000228881836,0.5684000253677368,0.4844000041484833,0.5515999794006348,0.31709998846054077,0.4072999954223633,0.4844000041484833,0.5515999794006348,0.34150001406669617,0.38690000772476196,0.3772999942302704,0.2922999858856201,0.39969998598098755,0.31360000371932983,0.33160001039505005,0.3109000027179718,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.3109000027179718,0.3255000114440918,0.28299999237060547,0.39969998598098755,0.31360000371932983,0.4221999943256378,0.349700003862381,0.34459999203681946,0.34869998693466187,0.39969998598098755,0.31360000371932983,0.34459999203681946,0.34869998693466187,0.33160001039505005,0.3109000027179718,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.3109000027179718,0.25,0.30809998512268066,0.3255000114440918,0.28299999237060547,0.25,0.30809998512268066,0.25,0.2782999873161316,0.33160001039505005,0.3109000027179718,0.34459999203681946,0.34869998693466187,0.25,0.3476000130176544,0.33160001039505005,0.3109000027179718,0.25,0.3476000130176544,0.25,0.30809998512268066,0.44530001282691956,0.3961000144481659,0.5,0.44780001044273376,0.375,0.44670000672340393,0.44530001282691956,0.3961000144481659,0.375,0.44670000672340393,0.3594000041484833,0.3955000042915344,0.3594000041484833,0.3955000042915344,0.375,0.44670000672340393,0.25,0.4456999897956848,0.3594000041484833,0.3955000042915344,0.25,0.4456999897956848,0.25,0.39469999074935913,0.4221999943256378,0.349700003862381,0.44530001282691956,0.3961000144481659,0.3594000041484833,0.3955000042915344,0.4221999943256378,0.349700003862381,0.3594000041484833,0.3955000042915344,0.34459999203681946,0.34869998693466187,0.34459999203681946,0.34869998693466187,0.3594000041484833,0.3955000042915344,0.25,0.39469999074935913,0.34459999203681946,0.34869998693466187,0.25,0.39469999074935913,0.25,0.3476000130176544,0.05469999834895134,0.39340001344680786,0.14059999585151672,0.39399999380111694,0.125,0.444599986076355,0.05469999834895134,0.39340001344680786,0.125,0.444599986076355,0,0.44350001215934753,0.07779999822378159,0.3479999899864197,0.15539999306201935,0.34779998660087585,0.14059999585151672,0.39399999380111694,0.07779999822378159,0.3479999899864197,0.14059999585151672,0.39399999380111694,0.05469999834895134,0.39340001344680786,0.14059999585151672,0.39399999380111694,0.25,0.39469999074935913,0.25,0.4456999897956848,0.14059999585151672,0.39399999380111694,0.25,0.4456999897956848,0.125,0.444599986076355,0.15539999306201935,0.34779998660087585,0.25,0.3476000130176544,0.25,0.39469999074935913,0.15539999306201935,0.34779998660087585,0.25,0.39469999074935913,0.14059999585151672,0.39399999380111694,0.12269999831914902,0.29159998893737793,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.31029999256134033,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.31029999256134033,0.10029999911785126,0.3125999867916107,0.1745000034570694,0.2825999855995178,0.25,0.2782999873161316,0.25,0.30809998512268066,0.1745000034570694,0.2825999855995178,0.25,0.30809998512268066,0.16840000450611115,0.31029999256134033,0.10029999911785126,0.3125999867916107,0.16840000450611115,0.31029999256134033,0.15539999306201935,0.34779998660087585,0.10029999911785126,0.3125999867916107,0.15539999306201935,0.34779998660087585,0.07779999822378159,0.3479999899864197,0.16840000450611115,0.31029999256134033,0.25,0.30809998512268066,0.25,0.3476000130176544,0.16840000450611115,0.31029999256134033,0.25,0.3476000130176544,0.15539999306201935,0.34779998660087585,0.7412999868392944,0.8228999972343445,0.713100016117096,0.8228999972343445,0.714900016784668,0.6744999885559082,0.7412999868392944,0.8228999972343445,0.714900016784668,0.6744999885559082,0.7422000169754028,0.6744999885559082,0.6807000041007996,0.8334000110626221,0.6833999752998352,0.6814000010490417,0.714900016784668,0.6744999885559082,0.6807000041007996,0.8334000110626221,0.714900016784668,0.6744999885559082,0.713100016117096,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.714900016784668,0.6744999885559082,0.7159000039100647,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7159000039100647,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.6845999956130981,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.7159000039100647,0.4984999895095825,0.714900016784668,0.6744999885559082,0.6150000095367432,0.961899995803833,0.6150000095367432,0.7300000190734863,0.6498000025749207,0.7023000121116638,0.6150000095367432,0.961899995803833,0.6498000025749207,0.7023000121116638,0.6463000178337097,0.8646000027656555,0.6150000095367432,0.7300000190734863,0.6150000095367432,0.498199999332428,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.7300000190734863,0.6504999995231628,0.4982999861240387,0.6498000025749207,0.7023000121116638,0.6463000178337097,0.8646000027656555,0.6498000025749207,0.7023000121116638,0.6833999752998352,0.6814000010490417,0.6463000178337097,0.8646000027656555,0.6833999752998352,0.6814000010490417,0.6807000041007996,0.8334000110626221,0.6498000025749207,0.7023000121116638,0.6504999995231628,0.4982999861240387,0.6845999956130981,0.4984999895095825,0.6498000025749207,0.7023000121116638,0.6845999956130981,0.4984999895095825,0.6833999752998352,0.6814000010490417,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.2662999927997589,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.2662999927997589,0.6150000095367432,0.03440000116825104,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.31610000133514404,0.6507999897003174,0.2946999967098236,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.2946999967098236,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.2946999967098236,0.6504999995231628,0.4982999861240387,0.6150000095367432,0.498199999332428,0.6507999897003174,0.2946999967098236,0.6150000095367432,0.498199999332428,0.6150000095367432,0.2662999927997589,0.6850000023841858,0.31610000133514404,0.6845999956130981,0.4984999895095825,0.6504999995231628,0.4982999861240387,0.6850000023841858,0.31610000133514404,0.6504999995231628,0.4982999861240387,0.6507999897003174,0.2946999967098236,0.7427999973297119,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7161999940872192,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7161999940872192,0.323199987411499,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.323199987411499,0.7426000237464905,0.4984999895095825,0.7159000039100647,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7159000039100647,0.4984999895095825,0.7161999940872192,0.323199987411499,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.323199987411499,0.6850000023841858,0.31610000133514404,0.7161999940872192,0.17669999599456787,0.6850000023841858,0.31610000133514404,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.323199987411499,0.7159000039100647,0.4984999895095825,0.6845999956130981,0.4984999895095825,0.7161999940872192,0.323199987411499,0.6845999956130981,0.4984999895095825,0.6850000023841858,0.31610000133514404,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7427999973297119,0.0027000000700354576,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.005400000140070915,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.7427999973297119,0.008899999782443047,0.7427999973297119,0.005400000140070915,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.7633000016212463,0.008899999782443047,0.7633000016212463,0.005400000140070915,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.005499999970197678,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.0027000000700354576,0.8289999961853027,0.005499999970197678,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.005400000140070915,0.7817999720573425,0.0027000000700354576,0.8023999929428101,0.005499999970197678,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.005499999970197678,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.005400000140070915,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.013100000098347664,0.8023999929428101,0.01730000041425228,0.8289999961853027,0.013100000098347664,0.8289999961853027,0.017400000244379044,0.7817999720573425,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.8023999929428101,0.01730000041425228,0.8023999929428101,0.013000000268220901,0.8023999929428101,0.008999999612569809,0.8289999961853027,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.8289999961853027,0.008999999612569809,0.8289999961853027,0.013100000098347664,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.8023999929428101,0.008999999612569809,0.7817999720573425,0.013000000268220901,0.8023999929428101,0.008999999612569809,0.8023999929428101,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7427999973297119,0.008899999782443047,0.7633000016212463,0.008899999782443047,0.7427999973297119,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.013000000268220901,0.7633000016212463,0.01730000041425228,0.7817999720573425,0.013000000268220901,0.7817999720573425,0.01730000041425228,0.7633000016212463,0.013000000268220901,0.7633000016212463,0.008899999782443047,0.7817999720573425,0.008899999782443047,0.7633000016212463,0.013000000268220901,0.7817999720573425,0.008899999782443047,0.7817999720573425,0.013000000268220901,0.5907999873161316,0.8849999904632568,0.6590999960899353,0.9445000290870667,0.6901999711990356,0.9422000050544739,0.5907999873161316,0.8849999904632568,0.6901999711990356,0.9422000050544739,0.6200000047683716,0.8794000148773193,0.5613999962806702,0.8986999988555908,0.6258000135421753,0.9517999887466431,0.6590999960899353,0.9445000290870667,0.5613999962806702,0.8986999988555908,0.6590999960899353,0.9445000290870667,0.5907999873161316,0.8849999904632568,0.6590999960899353,0.9445000290870667,0.6955000162124634,0.9556000232696533,0.7264000177383423,0.9549999833106995,0.6590999960899353,0.9445000290870667,0.7264000177383423,0.9549999833106995,0.6901999711990356,0.9422000050544739,0.6258000135421753,0.9517999887466431,0.6596999764442444,0.9591000080108643,0.6955000162124634,0.9556000232696533,0.6258000135421753,0.9517999887466431,0.6955000162124634,0.9556000232696533,0.6590999960899353,0.9445000290870667,0.5522000193595886,1,0.5679000020027161,0.9904999732971191,0.5958999991416931,0.9688000082969666,0.5522000193595886,1,0.5958999991416931,0.9688000082969666,0.5396000146865845,0.9271000027656555,0.5679000020027161,0.9904999732971191,0.5835999846458435,0.9810000061988831,0.6220999956130981,0.9685999751091003,0.5679000020027161,0.9904999732971191,0.6220999956130981,0.9685999751091003,0.5958999991416931,0.9688000082969666,0.5396000146865845,0.9271000027656555,0.5958999991416931,0.9688000082969666,0.6258000135421753,0.9517999887466431,0.5396000146865845,0.9271000027656555,0.6258000135421753,0.9517999887466431,0.5613999962806702,0.8986999988555908,0.5958999991416931,0.9688000082969666,0.6220999956130981,0.9685999751091003,0.6596999764442444,0.9591000080108643,0.5958999991416931,0.9688000082969666,0.6596999764442444,0.9591000080108643,0.6258000135421753,0.9517999887466431,0.6463000178337097,0.8646000027656555,0.6380000114440918,0.9435999989509583,0.5993000268936157,0.9714000225067139,0.6463000178337097,0.8646000027656555,0.5993000268936157,0.9714000225067139,0.6150000095367432,0.961899995803833,0.6807000041007996,0.8334000110626221,0.6754000186920166,0.9228000044822693,0.6380000114440918,0.9435999989509583,0.6807000041007996,0.8334000110626221,0.6380000114440918,0.9435999989509583,0.6463000178337097,0.8646000027656555,0.6380000114440918,0.9435999989509583,0.6220999956130981,0.9685999751091003,0.5835999846458435,0.9810000061988831,0.6380000114440918,0.9435999989509583,0.5835999846458435,0.9810000061988831,0.5993000268936157,0.9714000225067139,0.6754000186920166,0.9228000044822693,0.6596999764442444,0.9591000080108643,0.6220999956130981,0.9685999751091003,0.6754000186920166,0.9228000044822693,0.6220999956130981,0.9685999751091003,0.6380000114440918,0.9435999989509583,0.7412999868392944,0.8228999972343445,0.7397000193595886,0.9158999919891357,0.7099999785423279,0.9158999919891357,0.7412999868392944,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.713100016117096,0.8228999972343445,0.7397000193595886,0.9158999919891357,0.7264000177383423,0.9549999833106995,0.6955000162124634,0.9556000232696533,0.7397000193595886,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.7099999785423279,0.9158999919891357,0.713100016117096,0.8228999972343445,0.7099999785423279,0.9158999919891357,0.6754000186920166,0.9228000044822693,0.713100016117096,0.8228999972343445,0.6754000186920166,0.9228000044822693,0.6807000041007996,0.8334000110626221,0.7099999785423279,0.9158999919891357,0.6955000162124634,0.9556000232696533,0.6596999764442444,0.9591000080108643,0.7099999785423279,0.9158999919891357,0.6596999764442444,0.9591000080108643,0.6754000186920166,0.9228000044822693,0.6413999795913696,0.8754000067710876,0.5223000049591064,0.760200023651123,0.5044999718666077,0.7684000134468079,0.6413999795913696,0.8754000067710876,0.5044999718666077,0.7684000134468079,0.6200000047683716,0.8794000148773193,0.6592000126838684,0.8720999956130981,0.5372999906539917,0.753600001335144,0.5223000049591064,0.760200023651123,0.6592000126838684,0.8720999956130981,0.5223000049591064,0.760200023651123,0.6413999795913696,0.8754000067710876,0.5223000049591064,0.760200023651123,0.3840999901294708,0.6171000003814697,0.3682999908924103,0.6287999749183655,0.5223000049591064,0.760200023651123,0.3682999908924103,0.6287999749183655,0.5044999718666077,0.7684000134468079,0.5372999906539917,0.753600001335144,0.39800000190734863,0.6083999872207642,0.3840999901294708,0.6171000003814697,0.5372999906539917,0.753600001335144,0.3840999901294708,0.6171000003814697,0.5223000049591064,0.760200023651123,0.7013999819755554,0.8648999929428101,0.5738000273704529,0.7391999959945679,0.5532000064849854,0.7470999956130981,0.7013999819755554,0.8648999929428101,0.5532000064849854,0.7470999956130981,0.6777999997138977,0.8687999844551086,0.5738000273704529,0.7391999959945679,0.42820000648498535,0.5859000086784363,0.4113999903202057,0.5985999703407288,0.5738000273704529,0.7391999959945679,0.4113999903202057,0.5985999703407288,0.5532000064849854,0.7470999956130981,0.6777999997138977,0.8687999844551086,0.5532000064849854,0.7470999956130981,0.5372999906539917,0.753600001335144,0.6777999997138977,0.8687999844551086,0.5372999906539917,0.753600001335144,0.6592000126838684,0.8720999956130981,0.5532000064849854,0.7470999956130981,0.4113999903202057,0.5985999703407288,0.39800000190734863,0.6083999872207642,0.5532000064849854,0.7470999956130981,0.39800000190734863,0.6083999872207642,0.5372999906539917,0.753600001335144,0.2069000005722046,0.32359999418258667,0.2851000130176544,0.4489000141620636,0.2980000078678131,0.43130001425743103,0.2069000005722046,0.32359999418258667,0.2980000078678131,0.43130001425743103,0.21610000729560852,0.3021000027656555,0.19580000638961792,0.33709999918937683,0.272599995136261,0.46070000529289246,0.2851000130176544,0.4489000141620636,0.19580000638961792,0.33709999918937683,0.2851000130176544,0.4489000141620636,0.2069000005722046,0.32359999418258667,0.2851000130176544,0.4489000141620636,0.4113999903202057,0.5985999703407288,0.42820000648498535,0.5859000086784363,0.2851000130176544,0.4489000141620636,0.42820000648498535,0.5859000086784363,0.2980000078678131,0.43130001425743103,0.272599995136261,0.46070000529289246,0.39800000190734863,0.6083999872207642,0.4113999903202057,0.5985999703407288,0.272599995136261,0.46070000529289246,0.4113999903202057,0.5985999703407288,0.2851000130176544,0.4489000141620636,0.13199999928474426,0.33719998598098755,0.23549999296665192,0.4805000126361847,0.25459998846054077,0.4677000045776367,0.13199999928474426,0.33719998598098755,0.25459998846054077,0.4677000045776367,0.17589999735355377,0.3424000144004822,0.23549999296665192,0.4805000126361847,0.3682999908924103,0.6287999749183655,0.3840999901294708,0.6171000003814697,0.23549999296665192,0.4805000126361847,0.3840999901294708,0.6171000003814697,0.25459998846054077,0.4677000045776367,0.17589999735355377,0.3424000144004822,0.25459998846054077,0.4677000045776367,0.272599995136261,0.46070000529289246,0.17589999735355377,0.3424000144004822,0.272599995136261,0.46070000529289246,0.19580000638961792,0.33709999918937683,0.25459998846054077,0.4677000045776367,0.3840999901294708,0.6171000003814697,0.39800000190734863,0.6083999872207642,0.25459998846054077,0.4677000045776367,0.39800000190734863,0.6083999872207642,0.272599995136261,0.46070000529289246,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.323199987411499,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.17669999599456787,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.4984999895095825,0.8023999929428101,0.323199987411499,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.323199987411499,0.8289999961853027,0.32330000400543213,0.8023999929428101,0.323199987411499,0.7817999720573425,0.323199987411499,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.323199987411499,0.7817999720573425,0.17669999599456787,0.8023999929428101,0.17669999599456787,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.323199987411499,0.8023999929428101,0.4984999895095825,0.7817999720573425,0.323199987411499,0.8023999929428101,0.323199987411499,0.8289999961853027,0.8230000138282776,0.8023999929428101,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.8230000138282776,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.7817000150680542,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.8023999929428101,0.8230000138282776,0.7817999720573425,0.6744999885559082,0.8023999929428101,0.6744999885559082,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.6744999885559082,0.8023999929428101,0.4984999895095825,0.8289999961853027,0.4986000061035156,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.6744999885559082,0.7817999720573425,0.4984999895095825,0.8023999929428101,0.4984999895095825,0.7422000169754028,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7422000169754028,0.6744999885559082,0.7627000212669373,0.8228999972343445,0.7412999868392944,0.8228999972343445,0.7426000237464905,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.7426000237464905,0.4984999895095825,0.7631000280380249,0.6744999885559082,0.7422000169754028,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7817999720573425,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.7631000280380249,0.6744999885559082,0.7817000150680542,0.8230000138282776,0.7627000212669373,0.8228999972343445,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.7633000016212463,0.4984999895095825,0.7817999720573425,0.6744999885559082,0.7631000280380249,0.6744999885559082,0.7427999973297119,0.17669999599456787,0.7633000016212463,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7427999973297119,0.17669999599456787,0.7633000016212463,0.323199987411499,0.7427999973297119,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7817999720573425,0.17669999599456787,0.7817999720573425,0.323199987411499,0.7633000016212463,0.17669999599456787,0.7817999720573425,0.323199987411499,0.7633000016212463,0.323199987411499,0.7427999973297119,0.323199987411499,0.7633000016212463,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7427999973297119,0.323199987411499,0.7633000016212463,0.4984999895095825,0.7426000237464905,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7817999720573425,0.323199987411499,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.323199987411499,0.7817999720573425,0.4984999895095825,0.7633000016212463,0.4984999895095825,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.08720000088214874,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.17679999768733978,0.8289999961853027,0.17679999768733978,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.08709999918937683,0.8657000064849854,0.08720000088214874,0.910099983215332,0.08020000159740448,0.910099983215332,0.1662999987602234,0.8657000064849854,0.08720000088214874,0.910099983215332,0.1662999987602234,0.8657000064849854,0.17679999768733978,0.8657000064849854,0.040300000458955765,0.910099983215332,0.038600001484155655,0.910099983215332,0.08020000159740448,0.8657000064849854,0.040300000458955765,0.910099983215332,0.08020000159740448,0.8657000064849854,0.08720000088214874,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.017500000074505806,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.017400000244379044,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.021700000390410423,0.8657000064849854,0.017500000074505806,0.910099983215332,0.01759999990463257,0.910099983215332,0.021900000050663948,0.8657000064849854,0.017500000074505806,0.910099983215332,0.021900000050663948,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.04019999876618385,0.8289999961853027,0.021700000390410423,0.8657000064849854,0.021800000220537186,0.8289999961853027,0.04019999876618385,0.8657000064849854,0.021800000220537186,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.040300000458955765,0.8657000064849854,0.021800000220537186,0.910099983215332,0.021900000050663948,0.8657000064849854,0.040300000458955765,0.910099983215332,0.021900000050663948,0.910099983215332,0.038600001484155655,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.02199999988079071,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.017799999564886093,1.0113999843597412,0.017899999395012856,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.033399999141693115,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.022199999541044235,0.9595000147819519,0.02199999988079071,0.910099983215332,0.021900000050663948,0.910099983215332,0.01759999990463257,0.9595000147819519,0.02199999988079071,0.910099983215332,0.01759999990463257,0.9595000147819519,0.017799999564886093,0.9595000147819519,0.033399999141693115,0.910099983215332,0.038600001484155655,0.910099983215332,0.021900000050663948,0.9595000147819519,0.033399999141693115,0.910099983215332,0.021900000050663948,0.9595000147819519,0.02199999988079071,1.0113999843597412,0.03500000014901161,0.9595000147819519,0.13439999520778656,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.03500000014901161,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.13439999520778656,0.910099983215332,0.1662999987602234,0.910099983215332,0.08020000159740448,0.9595000147819519,0.13439999520778656,0.910099983215332,0.08020000159740448,0.9595000147819519,0.05900000035762787,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.05900000035762787,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.030700000002980232,0.9595000147819519,0.033399999141693115,1.0113999843597412,0.026499999687075615,0.9595000147819519,0.05900000035762787,0.910099983215332,0.08020000159740448,0.910099983215332,0.038600001484155655,0.9595000147819519,0.05900000035762787,0.910099983215332,0.038600001484155655,0.9595000147819519,0.033399999141693115,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.05860000103712082,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.1340000033378601,0.07859999686479568,0.03440000116825104,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.032999999821186066,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.03009999915957451,0.18400000035762787,0.05860000103712082,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.05860000103712082,0.28929999470710754,0.15530000627040863,0.18400000035762787,0.1340000033378601,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.032999999821186066,0.28929999470710754,0.07280000299215317,0.18400000035762787,0.05860000103712082,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.01730000041425228,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.18400000035762787,0.01730000041425228,0.28929999470710754,0.02160000056028366,0.18400000035762787,0.02160000056028366,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02160000056028366,0.18400000035762787,0.032999999821186066,0.07859999686479568,0.02590000070631504,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.02160000056028366,0.28929999470710754,0.0364999994635582,0.18400000035762787,0.032999999821186066,0.5,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.5,0.02160000056028366,0.39469999074935913,0.01730000041425228,0.5,0.01730000041425228,0.5,0.02590000070631504,0.39469999074935913,0.032999999821186066,0.39469999074935913,0.02160000056028366,0.5,0.02590000070631504,0.39469999074935913,0.02160000056028366,0.5,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.28929999470710754,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.02160000056028366,0.28929999470710754,0.01730000041425228,0.39469999074935913,0.01730000041425228,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.0364999994635582,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.032999999821186066,0.28929999470710754,0.02160000056028366,0.39469999074935913,0.02160000056028366,0.5,0.03440000116825104,0.39469999074935913,0.1340000033378601,0.39469999074935913,0.05860000103712082,0.5,0.03440000116825104,0.39469999074935913,0.05860000103712082,0.5,0.03009999915957451,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.15530000627040863,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.1340000033378601,0.28929999470710754,0.07280000299215317,0.39469999074935913,0.05860000103712082,0.5,0.03009999915957451,0.39469999074935913,0.05860000103712082,0.39469999074935913,0.032999999821186066,0.5,0.03009999915957451,0.39469999074935913,0.032999999821186066,0.5,0.02590000070631504,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.07280000299215317,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.05860000103712082,0.28929999470710754,0.0364999994635582,0.39469999074935913,0.032999999821186066,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.00430000014603138,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0.00430000014603138,0.6150000095367432,0,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.004900000058114529,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.004900000058114529,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.004900000058114529,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.004900000058114529,0.6150000095367432,0.008700000122189522,0.6150000095367432,0.00430000014603138,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.0052999998442828655,0.6507999897003174,0.008799999952316284,0.6507999897003174,0.004900000058114529,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.005400000140070915,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.0027000000700354576,0.7427999973297119,0.005400000140070915,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0052999998442828655,0.6850000023841858,0.0024999999441206455,0.7161999940872192,0.005400000140070915,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.005400000140070915,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.0052999998442828655,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.013000000268220901,0.7427999973297119,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.013000000268220901,0.7161999940872192,0.008899999782443047,0.7427999973297119,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.7427999973297119,0.008899999782443047,0.7427999973297119,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.7161999940872192,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.7161999940872192,0.008899999782443047,0.7161999940872192,0.013000000268220901,0.6150000095367432,0.01730000041425228,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.013000000268220901,0.6150000095367432,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.013000000268220901,0.6150000095367432,0.008700000122189522,0.6507999897003174,0.008799999952316284,0.6150000095367432,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.013000000268220901,0.6507999897003174,0.01730000041425228,0.6850000023841858,0.013000000268220901,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.013000000268220901,0.6507999897003174,0.008799999952316284,0.6850000023841858,0.008899999782443047,0.6507999897003174,0.013000000268220901,0.6850000023841858,0.008899999782443047,0.6850000023841858,0.013000000268220901,0.5396000146865845,0.9271000027656555,0.43320000171661377,0.8266000151634216,0.4142000079154968,0.8608999848365784,0.5396000146865845,0.9271000027656555,0.4142000079154968,0.8608999848365784,0.5522000193595886,1,0.5613999962806702,0.8986999988555908,0.4544999897480011,0.7975999712944031,0.43320000171661377,0.8266000151634216,0.5613999962806702,0.8986999988555908,0.43320000171661377,0.8266000151634216,0.5396000146865845,0.9271000027656555,0.43320000171661377,0.8266000151634216,0.3021000027656555,0.6963000297546387,0.2761000096797943,0.7218000292778015,0.43320000171661377,0.8266000151634216,0.2761000096797943,0.7218000292778015,0.4142000079154968,0.8608999848365784,0.4544999897480011,0.7975999712944031,0.32679998874664307,0.671500027179718,0.3021000027656555,0.6963000297546387,0.4544999897480011,0.7975999712944031,0.3021000027656555,0.6963000297546387,0.43320000171661377,0.8266000151634216,0.6200000047683716,0.8794000148773193,0.5044999718666077,0.7684000134468079,0.48010000586509705,0.7795000076293945,0.6200000047683716,0.8794000148773193,0.48010000586509705,0.7795000076293945,0.5907999873161316,0.8849999904632568,0.5044999718666077,0.7684000134468079,0.3682999908924103,0.6287999749183655,0.3490000069141388,0.6480000019073486,0.5044999718666077,0.7684000134468079,0.3490000069141388,0.6480000019073486,0.48010000586509705,0.7795000076293945,0.5907999873161316,0.8849999904632568,0.48010000586509705,0.7795000076293945,0.4544999897480011,0.7975999712944031,0.5907999873161316,0.8849999904632568,0.4544999897480011,0.7975999712944031,0.5613999962806702,0.8986999988555908,0.48010000586509705,0.7795000076293945,0.3490000069141388,0.6480000019073486,0.32679998874664307,0.671500027179718,0.48010000586509705,0.7795000076293945,0.32679998874664307,0.671500027179718,0.4544999897480011,0.7975999712944031,0.1152999997138977,0.39640000462532043,0.21940000355243683,0.510200023651123,0.23549999296665192,0.4805000126361847,0.1152999997138977,0.39640000462532043,0.23549999296665192,0.4805000126361847,0.13199999928474426,0.33719998598098755,0.09709999710321426,0.4372999966144562,0.20000000298023224,0.5429999828338623,0.21940000355243683,0.510200023651123,0.09709999710321426,0.4372999966144562,0.21940000355243683,0.510200023651123,0.1152999997138977,0.39640000462532043,0.21940000355243683,0.510200023651123,0.3490000069141388,0.6480000019073486,0.3682999908924103,0.6287999749183655,0.21940000355243683,0.510200023651123,0.3682999908924103,0.6287999749183655,0.23549999296665192,0.4805000126361847,0.20000000298023224,0.5429999828338623,0.32679998874664307,0.671500027179718,0.3490000069141388,0.6480000019073486,0.20000000298023224,0.5429999828338623,0.3490000069141388,0.6480000019073486,0.21940000355243683,0.510200023651123,0,0.44350001215934753,0.13809999823570251,0.5825999975204468,0.17139999568462372,0.5654000043869019,0,0.44350001215934753,0.17139999568462372,0.5654000043869019,0.06840000301599503,0.461899995803833,0.13809999823570251,0.5825999975204468,0.2761000096797943,0.7218000292778015,0.3021000027656555,0.6963000297546387,0.13809999823570251,0.5825999975204468,0.3021000027656555,0.6963000297546387,0.17139999568462372,0.5654000043869019,0.06840000301599503,0.461899995803833,0.17139999568462372,0.5654000043869019,0.20000000298023224,0.5429999828338623,0.06840000301599503,0.461899995803833,0.20000000298023224,0.5429999828338623,0.09709999710321426,0.4372999966144562,0.17139999568462372,0.5654000043869019,0.3021000027656555,0.6963000297546387,0.32679998874664307,0.671500027179718,0.17139999568462372,0.5654000043869019,0.32679998874664307,0.671500027179718,0.20000000298023224,0.5429999828338623,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6150000095367432,0.02160000056028366,0.6150000095367432,0.01730000041425228,0.6850000023841858,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6507999897003174,0.01730000041425228,0.6507999897003174,0.02160000056028366,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.02160000056028366,0.6150000095367432,0.02590000070631504,0.6150000095367432,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.02160000056028366,0.6507999897003174,0.032999999821186066,0.6507999897003174,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.02160000056028366,0.7427999973297119,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.7427999973297119,0.02160000056028366,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.01730000041425228,0.6850000023841858,0.02160000056028366,0.6850000023841858,0.01730000041425228,0.7161999940872192,0.02160000056028366,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.02160000056028366,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.02160000056028366,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7427999973297119,0.08699999749660492,0.7427999973297119,0.17669999599456787,0.6850000023841858,0.16599999368190765,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.08699999749660492,0.6850000023841858,0.16599999368190765,0.7161999940872192,0.08699999749660492,0.7161999940872192,0.17669999599456787,0.7161999940872192,0.08699999749660492,0.7161999940872192,0.04010000079870224,0.7427999973297119,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.7427999973297119,0.04010000079870224,0.7427999973297119,0.08699999749660492,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.03830000013113022,0.7161999940872192,0.04010000079870224,0.6850000023841858,0.07989999651908875,0.7161999940872192,0.04010000079870224,0.7161999940872192,0.08699999749660492,0.6150000095367432,0.03440000116825104,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.05860000103712082,0.6150000095367432,0.03440000116825104,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.1340000033378601,0.6150000095367432,0.03009999915957451,0.6150000095367432,0.02590000070631504,0.6507999897003174,0.032999999821186066,0.6150000095367432,0.03009999915957451,0.6507999897003174,0.032999999821186066,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.1340000033378601,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.07989999651908875,0.6507999897003174,0.1340000033378601,0.6850000023841858,0.07989999651908875,0.6850000023841858,0.16599999368190765,0.6507999897003174,0.05860000103712082,0.6507999897003174,0.032999999821186066,0.6850000023841858,0.03830000013113022,0.6507999897003174,0.05860000103712082,0.6850000023841858,0.03830000013113022,0.6850000023841858,0.07989999651908875,0.8324999809265137,0.03099999949336052,0.8626000285148621,0.06199999898672104,0.878600001335144,0.054099999368190765,0.8324999809265137,0.03099999949336052,0.878600001335144,0.054099999368190765,0.8537999987602234,0.02710000053048134,0.8156999945640564,0.0340999998152256,0.8496000170707703,0.0681999996304512,0.8626000285148621,0.06199999898672104,0.8156999945640564,0.0340999998152256,0.8626000285148621,0.06199999898672104,0.8324999809265137,0.03099999949336052,0.8626000285148621,0.06199999898672104,0.8986999988555908,0.09920000284910202,0.90829998254776,0.08640000224113464,0.8626000285148621,0.06199999898672104,0.90829998254776,0.08640000224113464,0.878600001335144,0.054099999368190765,0.8496000170707703,0.0681999996304512,0.8902999758720398,0.10920000076293945,0.8986999988555908,0.09920000284910202,0.8496000170707703,0.0681999996304512,0.8986999988555908,0.09920000284910202,0.8626000285148621,0.06199999898672104,0.7829999923706055,0.04019999876618385,0.823199987411499,0.0803999975323677,0.8373000025749207,0.07400000095367432,0.7829999923706055,0.04019999876618385,0.8373000025749207,0.07400000095367432,0.8003000020980835,0.03700000047683716,0.823199987411499,0.0803999975323677,0.871399998664856,0.12860000133514404,0.8816999793052673,0.11829999834299088,0.823199987411499,0.0803999975323677,0.8816999793052673,0.11829999834299088,0.8373000025749207,0.07400000095367432,0.8003000020980835,0.03700000047683716,0.8373000025749207,0.07400000095367432,0.8496000170707703,0.0681999996304512,0.8003000020980835,0.03700000047683716,0.8496000170707703,0.0681999996304512,0.8156999945640564,0.0340999998152256,0.8373000025749207,0.07400000095367432,0.8816999793052673,0.11829999834299088,0.8902999758720398,0.10920000076293945,0.8373000025749207,0.07400000095367432,0.8902999758720398,0.10920000076293945,0.8496000170707703,0.0681999996304512,0.9629999995231628,0.1996999979019165,0.9259999990463257,0.16269999742507935,0.9196000099182129,0.17679999768733978,0.9629999995231628,0.1996999979019165,0.9196000099182129,0.17679999768733978,0.9598000049591064,0.21699999272823334,0.964900016784668,0.1842000037431717,0.9309999942779541,0.1500999927520752,0.9259999990463257,0.16269999742507935,0.964900016784668,0.1842000037431717,0.9259999990463257,0.16269999742507935,0.9629999995231628,0.1996999979019165,0.9259999990463257,0.16269999742507935,0.8816999793052673,0.11829999834299088,0.871399998664856,0.12860000133514404,0.9259999990463257,0.16269999742507935,0.871399998664856,0.12860000133514404,0.9196000099182129,0.17679999768733978,0.9309999942779541,0.1500999927520752,0.8902999758720398,0.10920000076293945,0.8816999793052673,0.11829999834299088,0.9309999942779541,0.1500999927520752,0.8816999793052673,0.11829999834299088,0.9259999990463257,0.16269999742507935,0.9628999829292297,0.14579999446868896,0.9380999803543091,0.11879999935626984,0.9348999857902527,0.1363999992609024,0.9628999829292297,0.14579999446868896,0.9348999857902527,0.1363999992609024,0.9649999737739563,0.16740000247955322,0.9380999803543091,0.11879999935626984,0.90829998254776,0.08640000224113464,0.8986999988555908,0.09920000284910202,0.9380999803543091,0.11879999935626984,0.8986999988555908,0.09920000284910202,0.9348999857902527,0.1363999992609024,0.9649999737739563,0.16740000247955322,0.9348999857902527,0.1363999992609024,0.9309999942779541,0.1500999927520752,0.9649999737739563,0.16740000247955322,0.9309999942779541,0.1500999927520752,0.964900016784668,0.1842000037431717,0.9348999857902527,0.1363999992609024,0.8986999988555908,0.09920000284910202,0.8902999758720398,0.10920000076293945,0.9348999857902527,0.1363999992609024,0.8902999758720398,0.10920000076293945,0.9309999942779541,0.1500999927520752,0.7605000138282776,0.04430000111460686,0.8048999905586243,0.08869999647140503,0.823199987411499,0.0803999975323677,0.7605000138282776,0.04430000111460686,0.823199987411499,0.0803999975323677,0.7829999923706055,0.04019999876618385,0.7297000288963318,0.04470000043511391,0.7803999781608582,0.09539999812841415,0.8048999905586243,0.08869999647140503,0.7297000288963318,0.04470000043511391,0.8048999905586243,0.08869999647140503,0.7605000138282776,0.04430000111460686,0.8048999905586243,0.08869999647140503,0.8580999970436096,0.14190000295639038,0.871399998664856,0.12860000133514404,0.8048999905586243,0.08869999647140503,0.871399998664856,0.12860000133514404,0.823199987411499,0.0803999975323677,0.7803999781608582,0.09539999812841415,0.8424999713897705,0.1574999988079071,0.8580999970436096,0.14190000295639038,0.7803999781608582,0.09539999812841415,0.8580999970436096,0.14190000295639038,0.8048999905586243,0.08869999647140503,0.6150000095367432,0,0.7113000154495239,0.09619999676942825,0.7479000091552734,0.09709999710321426,0.6150000095367432,0,0.7479000091552734,0.09709999710321426,0.6873000264167786,0.0364999994635582,0.7113000154495239,0.09619999676942825,0.8075000047683716,0.19249999523162842,0.8253999948501587,0.1746000051498413,0.7113000154495239,0.09619999676942825,0.8253999948501587,0.1746000051498413,0.7479000091552734,0.09709999710321426,0.6873000264167786,0.0364999994635582,0.7479000091552734,0.09709999710321426,0.7803999781608582,0.09539999812841415,0.6873000264167786,0.0364999994635582,0.7803999781608582,0.09539999812841415,0.7297000288963318,0.04470000043511391,0.7479000091552734,0.09709999710321426,0.8253999948501587,0.1746000051498413,0.8424999713897705,0.1574999988079071,0.7479000091552734,0.09709999710321426,0.8424999713897705,0.1574999988079071,0.7803999781608582,0.09539999812841415,0.9635000228881836,0.3127000033855438,0.902899980545044,0.25209999084472656,0.9038000106811523,0.28870001435279846,0.9635000228881836,0.3127000033855438,0.9038000106811523,0.28870001435279846,1,0.38499999046325684,0.955299973487854,0.2703000009059906,0.9046000242233276,0.21960000693798065,0.902899980545044,0.25209999084472656,0.955299973487854,0.2703000009059906,0.902899980545044,0.25209999084472656,0.9635000228881836,0.3127000033855438,0.902899980545044,0.25209999084472656,0.8253999948501587,0.1746000051498413,0.8075000047683716,0.19249999523162842,0.902899980545044,0.25209999084472656,0.8075000047683716,0.19249999523162842,0.9038000106811523,0.28870001435279846,0.9046000242233276,0.21960000693798065,0.8424999713897705,0.1574999988079071,0.8253999948501587,0.1746000051498413,0.9046000242233276,0.21960000693798065,0.8253999948501587,0.1746000051498413,0.902899980545044,0.25209999084472656,0.9598000049591064,0.21699999272823334,0.9196000099182129,0.17679999768733978,0.911300003528595,0.19509999454021454,0.9598000049591064,0.21699999272823334,0.911300003528595,0.19509999454021454,0.9556999802589417,0.2395000010728836,0.9196000099182129,0.17679999768733978,0.871399998664856,0.12860000133514404,0.8580999970436096,0.14190000295639038,0.9196000099182129,0.17679999768733978,0.8580999970436096,0.14190000295639038,0.911300003528595,0.19509999454021454,0.9556999802589417,0.2395000010728836,0.911300003528595,0.19509999454021454,0.9046000242233276,0.21960000693798065,0.9556999802589417,0.2395000010728836,0.9046000242233276,0.21960000693798065,0.955299973487854,0.2703000009059906,0.911300003528595,0.19509999454021454,0.8580999970436096,0.14190000295639038,0.8424999713897705,0.1574999988079071,0.911300003528595,0.19509999454021454,0.8424999713897705,0.1574999988079071,0.9046000242233276,0.21960000693798065,0.6873000264167786,0.0364999994635582,0.7479000091552734,0.09709999710321426,0.7113000154495239,0.09619999676942825,0.6873000264167786,0.0364999994635582,0.7113000154495239,0.09619999676942825,0.6150000095367432,0,0.7297000288963318,0.04470000043511391,0.7803999781608582,0.09539999812841415,0.7479000091552734,0.09709999710321426,0.7297000288963318,0.04470000043511391,0.7479000091552734,0.09709999710321426,0.6873000264167786,0.0364999994635582,0.7479000091552734,0.09709999710321426,0.8253999948501587,0.1746000051498413,0.8075000047683716,0.19249999523162842,0.7479000091552734,0.09709999710321426,0.8075000047683716,0.19249999523162842,0.7113000154495239,0.09619999676942825,0.7803999781608582,0.09539999812841415,0.8424999713897705,0.1574999988079071,0.8253999948501587,0.1746000051498413,0.7803999781608582,0.09539999812841415,0.8253999948501587,0.1746000051498413,0.7479000091552734,0.09709999710321426,0.7829999923706055,0.04019999876618385,0.823199987411499,0.0803999975323677,0.8048999905586243,0.08869999647140503,0.7829999923706055,0.04019999876618385,0.8048999905586243,0.08869999647140503,0.7605000138282776,0.04430000111460686,0.823199987411499,0.0803999975323677,0.871399998664856,0.12860000133514404,0.8580999970436096,0.14190000295639038,0.823199987411499,0.0803999975323677,0.8580999970436096,0.14190000295639038,0.8048999905586243,0.08869999647140503,0.7605000138282776,0.04430000111460686,0.8048999905586243,0.08869999647140503,0.7803999781608582,0.09539999812841415,0.7605000138282776,0.04430000111460686,0.7803999781608582,0.09539999812841415,0.7297000288963318,0.04470000043511391,0.8048999905586243,0.08869999647140503,0.8580999970436096,0.14190000295639038,0.8424999713897705,0.1574999988079071,0.8048999905586243,0.08869999647140503,0.8424999713897705,0.1574999988079071,0.7803999781608582,0.09539999812841415,0.9556999802589417,0.2395000010728836,0.911300003528595,0.19509999454021454,0.9196000099182129,0.17679999768733978,0.9556999802589417,0.2395000010728836,0.9196000099182129,0.17679999768733978,0.9598000049591064,0.21699999272823334,0.955299973487854,0.2703000009059906,0.9046000242233276,0.21960000693798065,0.911300003528595,0.19509999454021454,0.955299973487854,0.2703000009059906,0.911300003528595,0.19509999454021454,0.9556999802589417,0.2395000010728836,0.911300003528595,0.19509999454021454,0.8580999970436096,0.14190000295639038,0.871399998664856,0.12860000133514404,0.911300003528595,0.19509999454021454,0.871399998664856,0.12860000133514404,0.9196000099182129,0.17679999768733978,0.9046000242233276,0.21960000693798065,0.8424999713897705,0.1574999988079071,0.8580999970436096,0.14190000295639038,0.9046000242233276,0.21960000693798065,0.8580999970436096,0.14190000295639038,0.911300003528595,0.19509999454021454,1,0.38499999046325684,0.9038000106811523,0.28870001435279846,0.902899980545044,0.25209999084472656,1,0.38499999046325684,0.902899980545044,0.25209999084472656,0.9635000228881836,0.3127000033855438,0.9038000106811523,0.28870001435279846,0.8075000047683716,0.19249999523162842,0.8253999948501587,0.1746000051498413,0.9038000106811523,0.28870001435279846,0.8253999948501587,0.1746000051498413,0.902899980545044,0.25209999084472656,0.9635000228881836,0.3127000033855438,0.902899980545044,0.25209999084472656,0.9046000242233276,0.21960000693798065,0.9635000228881836,0.3127000033855438,0.9046000242233276,0.21960000693798065,0.955299973487854,0.2703000009059906,0.902899980545044,0.25209999084472656,0.8253999948501587,0.1746000051498413,0.8424999713897705,0.1574999988079071,0.902899980545044,0.25209999084472656,0.8424999713897705,0.1574999988079071,0.9046000242233276,0.21960000693798065,0.8003000020980835,0.03700000047683716,0.8373000025749207,0.07400000095367432,0.823199987411499,0.0803999975323677,0.8003000020980835,0.03700000047683716,0.823199987411499,0.0803999975323677,0.7829999923706055,0.04019999876618385,0.8156999945640564,0.0340999998152256,0.8496000170707703,0.0681999996304512,0.8373000025749207,0.07400000095367432,0.8156999945640564,0.0340999998152256,0.8373000025749207,0.07400000095367432,0.8003000020980835,0.03700000047683716,0.8373000025749207,0.07400000095367432,0.8816999793052673,0.11829999834299088,0.871399998664856,0.12860000133514404,0.8373000025749207,0.07400000095367432,0.871399998664856,0.12860000133514404,0.823199987411499,0.0803999975323677,0.8496000170707703,0.0681999996304512,0.8902999758720398,0.10920000076293945,0.8816999793052673,0.11829999834299088,0.8496000170707703,0.0681999996304512,0.8816999793052673,0.11829999834299088,0.8373000025749207,0.07400000095367432,0.8537999987602234,0.02710000053048134,0.878600001335144,0.054099999368190765,0.8626000285148621,0.06199999898672104,0.8537999987602234,0.02710000053048134,0.8626000285148621,0.06199999898672104,0.8324999809265137,0.03099999949336052,0.878600001335144,0.054099999368190765,0.90829998254776,0.08640000224113464,0.8986999988555908,0.09920000284910202,0.878600001335144,0.054099999368190765,0.8986999988555908,0.09920000284910202,0.8626000285148621,0.06199999898672104,0.8324999809265137,0.03099999949336052,0.8626000285148621,0.06199999898672104,0.8496000170707703,0.0681999996304512,0.8324999809265137,0.03099999949336052,0.8496000170707703,0.0681999996304512,0.8156999945640564,0.0340999998152256,0.8626000285148621,0.06199999898672104,0.8986999988555908,0.09920000284910202,0.8902999758720398,0.10920000076293945,0.8626000285148621,0.06199999898672104,0.8902999758720398,0.10920000076293945,0.8496000170707703,0.0681999996304512,0.9649999737739563,0.16740000247955322,0.9348999857902527,0.1363999992609024,0.9380999803543091,0.11879999935626984,0.9649999737739563,0.16740000247955322,0.9380999803543091,0.11879999935626984,0.9628999829292297,0.14579999446868896,0.964900016784668,0.1842000037431717,0.9309999942779541,0.1500999927520752,0.9348999857902527,0.1363999992609024,0.964900016784668,0.1842000037431717,0.9348999857902527,0.1363999992609024,0.9649999737739563,0.16740000247955322,0.9348999857902527,0.1363999992609024,0.8986999988555908,0.09920000284910202,0.90829998254776,0.08640000224113464,0.9348999857902527,0.1363999992609024,0.90829998254776,0.08640000224113464,0.9380999803543091,0.11879999935626984,0.9309999942779541,0.1500999927520752,0.8902999758720398,0.10920000076293945,0.8986999988555908,0.09920000284910202,0.9309999942779541,0.1500999927520752,0.8986999988555908,0.09920000284910202,0.9348999857902527,0.1363999992609024,0.9598000049591064,0.21699999272823334,0.9196000099182129,0.17679999768733978,0.9259999990463257,0.16269999742507935,0.9598000049591064,0.21699999272823334,0.9259999990463257,0.16269999742507935,0.9629999995231628,0.1996999979019165,0.9196000099182129,0.17679999768733978,0.871399998664856,0.12860000133514404,0.8816999793052673,0.11829999834299088,0.9196000099182129,0.17679999768733978,0.8816999793052673,0.11829999834299088,0.9259999990463257,0.16269999742507935,0.9629999995231628,0.1996999979019165,0.9259999990463257,0.16269999742507935,0.9309999942779541,0.1500999927520752,0.9629999995231628,0.1996999979019165,0.9309999942779541,0.1500999927520752,0.964900016784668,0.1842000037431717,0.9259999990463257,0.16269999742507935,0.8816999793052673,0.11829999834299088,0.8902999758720398,0.10920000076293945,0.9259999990463257,0.16269999742507935,0.8902999758720398,0.10920000076293945,0.9309999942779541,0.1500999927520752,0.8828999996185303,0.021700000390410423,0.8999999761581421,0.04320000112056732,0.878600001335144,0.054099999368190765,0.8828999996185303,0.021700000390410423,0.878600001335144,0.054099999368190765,0.8537999987602234,0.02710000053048134,0.9187999963760376,0.015200000256299973,0.9261999726295471,0.03020000085234642,0.8999999761581421,0.04320000112056732,0.9187999963760376,0.015200000256299973,0.8999999761581421,0.04320000112056732,0.8828999996185303,0.021700000390410423,0.8999999761581421,0.04320000112056732,0.9205999970436096,0.0689999982714653,0.90829998254776,0.08640000224113464,0.8999999761581421,0.04320000112056732,0.90829998254776,0.08640000224113464,0.878600001335144,0.054099999368190765,0.9261999726295471,0.03020000085234642,0.9334999918937683,0.04839999973773956,0.9205999970436096,0.0689999982714653,0.9261999726295471,0.03020000085234642,0.9205999970436096,0.0689999982714653,0.8999999761581421,0.04320000112056732,1.0113999843597412,0.0006000000284984708,0.9889000058174133,0.00039999998989515007,0.9564999938011169,0.015699999406933784,1.0113999843597412,0.0006000000284984708,0.9564999938011169,0.015699999406933784,0.9607999920845032,0.008100000210106373,0.9889000058174133,0.00039999998989515007,0.9664000272750854,0.0003000000142492354,0.9452000260353088,0.026100000366568565,0.9889000058174133,0.00039999998989515007,0.9452000260353088,0.026100000366568565,0.9564999938011169,0.015699999406933784,0.9607999920845032,0.008100000210106373,0.9564999938011169,0.015699999406933784,0.9261999726295471,0.03020000085234642,0.9607999920845032,0.008100000210106373,0.9261999726295471,0.03020000085234642,0.9187999963760376,0.015200000256299973,0.9564999938011169,0.015699999406933784,0.9452000260353088,0.026100000366568565,0.9334999918937683,0.04839999973773956,0.9564999938011169,0.015699999406933784,0.9334999918937683,0.04839999973773956,0.9261999726295471,0.03020000085234642,0.9065999984741211,0.051100000739097595,0.9236999750137329,0.03920000046491623,0.9032999873161316,0.010900000110268593,0.9065999984741211,0.051100000739097595,0.9032999873161316,0.010900000110268593,0.8234000205993652,0.024800000712275505,0.9423999786376953,0.08330000191926956,0.9381999969482422,0.06729999929666519,0.9236999750137329,0.03920000046491623,0.9423999786376953,0.08330000191926956,0.9236999750137329,0.03920000046491623,0.9065999984741211,0.051100000739097595,0.9236999750137329,0.03920000046491623,0.9452000260353088,0.026100000366568565,0.9664000272750854,0.0003000000142492354,0.9236999750137329,0.03920000046491623,0.9664000272750854,0.0003000000142492354,0.9032999873161316,0.010900000110268593,0.9381999969482422,0.06729999929666519,0.9334999918937683,0.04839999973773956,0.9452000260353088,0.026100000366568565,0.9381999969482422,0.06729999929666519,0.9452000260353088,0.026100000366568565,0.9236999750137329,0.03920000046491623,0.9628999829292297,0.14579999446868896,0.9380999803543091,0.11879999935626984,0.941100001335144,0.09480000287294388,0.9628999829292297,0.14579999446868896,0.941100001335144,0.09480000287294388,0.958299994468689,0.11630000174045563,0.9380999803543091,0.11879999935626984,0.90829998254776,0.08640000224113464,0.9205999970436096,0.0689999982714653,0.9380999803543091,0.11879999935626984,0.9205999970436096,0.0689999982714653,0.941100001335144,0.09480000287294388,0.958299994468689,0.11630000174045563,0.941100001335144,0.09480000287294388,0.9381999969482422,0.06729999929666519,0.958299994468689,0.11630000174045563,0.9381999969482422,0.06729999929666519,0.9423999786376953,0.08330000191926956,0.941100001335144,0.09480000287294388,0.9205999970436096,0.0689999982714653,0.9334999918937683,0.04839999973773956,0.941100001335144,0.09480000287294388,0.9334999918937683,0.04839999973773956,0.9381999969482422,0.06729999929666519,0.24320000410079956,0,0.35510000586509705,0,0.28929999470710754,0,0.24320000410079956,0,0.28929999470710754,0,0.07859999686479568,0,0.34529998898506165,0,0.41440001130104065,0,0.35510000586509705,0,0.34529998898506165,0,0.35510000586509705,0,0.24320000410079956,0,0.35510000586509705,0,0.4948999881744385,0.0013000000035390258,0.5,0,0.35510000586509705,0,0.5,0,0.28929999470710754,0,0.41440001130104065,0,0.49869999289512634,0.0003000000142492354,0.4948999881744385,0.0013000000035390258,0.41440001130104065,0,0.4948999881744385,0.0013000000035390258,0.35510000586509705,0,0.5,0,0.5,0,0.46050000190734863,0,0.5,0,0.46050000190734863,0,0.4275999963283539,0,0.5,0,0.5,0,0.5,0,0.5,0,0.5,0,0.46050000190734863,0,0.4275999963283539,0,0.46050000190734863,0,0.41440001130104065,0,0.4275999963283539,0,0.41440001130104065,0,0.34529998898506165,0,0.46050000190734863,0,0.5,0,0.49869999289512634,0.0003000000142492354,0.46050000190734863,0,0.49869999289512634,0.0003000000142492354,0.41440001130104065,0,0.5723999738693237,0,0.5394999980926514,0,0.5,0,0.5723999738693237,0,0.5,0,0.5,0,0.646399974822998,0.002400000113993883,0.5805000066757202,0.0013000000035390258,0.5394999980926514,0,0.646399974822998,0.002400000113993883,0.5394999980926514,0,0.5723999738693237,0,0.5394999980926514,0,0.5,0,0.5,0,0.5394999980926514,0,0.5,0,0.5,0,0.5805000066757202,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.5,0,0.5805000066757202,0.0013000000035390258,0.5,0,0.5394999980926514,0,0.8234000205993652,0.024800000712275505,0.6700999736785889,0.01080000028014183,0.6245999932289124,0.005400000140070915,0.8234000205993652,0.024800000712275505,0.6245999932289124,0.005400000140070915,0.7236999869346619,0.009600000455975533,0.6700999736785889,0.01080000028014183,0.5,0,0.4948999881744385,0.0013000000035390258,0.6700999736785889,0.01080000028014183,0.4948999881744385,0.0013000000035390258,0.6245999932289124,0.005400000140070915,0.7236999869346619,0.009600000455975533,0.6245999932289124,0.005400000140070915,0.5805000066757202,0.0013000000035390258,0.7236999869346619,0.009600000455975533,0.5805000066757202,0.0013000000035390258,0.646399974822998,0.002400000113993883,0.6245999932289124,0.005400000140070915,0.4948999881744385,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.6245999932289124,0.005400000140070915,0.49869999289512634,0.0003000000142492354,0.5805000066757202,0.0013000000035390258,0.4275999963283539,0,0.46050000190734863,0,0.5,0,0.4275999963283539,0,0.5,0,0.5,0,0.4275999963283539,0,0.34529998898506165,0,0.41440001130104065,0,0.4275999963283539,0,0.41440001130104065,0,0.46050000190734863,0,0.46050000190734863,0,0.5,0,0.5,0,0.46050000190734863,0,0.5,0,0.5,0,0.46050000190734863,0,0.41440001130104065,0,0.49869999289512634,0.0003000000142492354,0.46050000190734863,0,0.49869999289512634,0.0003000000142492354,0.5,0,0.24320000410079956,0,0.07859999686479568,0,0.28929999470710754,0,0.24320000410079956,0,0.28929999470710754,0,0.35510000586509705,0,0.35510000586509705,0,0.28929999470710754,0,0.5,0,0.35510000586509705,0,0.5,0,0.4948999881744385,0.0013000000035390258,0.34529998898506165,0,0.24320000410079956,0,0.35510000586509705,0,0.34529998898506165,0,0.35510000586509705,0,0.41440001130104065,0,0.41440001130104065,0,0.35510000586509705,0,0.4948999881744385,0.0013000000035390258,0.41440001130104065,0,0.4948999881744385,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.8234000205993652,0.024800000712275505,0.7236999869346619,0.009600000455975533,0.6245999932289124,0.005400000140070915,0.8234000205993652,0.024800000712275505,0.6245999932289124,0.005400000140070915,0.6700999736785889,0.01080000028014183,0.7236999869346619,0.009600000455975533,0.646399974822998,0.002400000113993883,0.5805000066757202,0.0013000000035390258,0.7236999869346619,0.009600000455975533,0.5805000066757202,0.0013000000035390258,0.6245999932289124,0.005400000140070915,0.6700999736785889,0.01080000028014183,0.6245999932289124,0.005400000140070915,0.4948999881744385,0.0013000000035390258,0.6700999736785889,0.01080000028014183,0.4948999881744385,0.0013000000035390258,0.5,0,0.6245999932289124,0.005400000140070915,0.5805000066757202,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.6245999932289124,0.005400000140070915,0.49869999289512634,0.0003000000142492354,0.4948999881744385,0.0013000000035390258,0.5,0,0.5,0,0.5394999980926514,0,0.5,0,0.5394999980926514,0,0.5723999738693237,0,0.5,0,0.5,0,0.5,0,0.5,0,0.5,0,0.5394999980926514,0,0.646399974822998,0.002400000113993883,0.5723999738693237,0,0.5394999980926514,0,0.646399974822998,0.002400000113993883,0.5394999980926514,0,0.5805000066757202,0.0013000000035390258,0.5805000066757202,0.0013000000035390258,0.5394999980926514,0,0.5,0,0.5805000066757202,0.0013000000035390258,0.5,0,0.49869999289512634,0.0003000000142492354,1.0113999843597412,0.0006000000284984708,0.9607999920845032,0.008100000210106373,0.9564999938011169,0.015699999406933784,1.0113999843597412,0.0006000000284984708,0.9564999938011169,0.015699999406933784,0.9889000058174133,0.00039999998989515007,0.9607999920845032,0.008100000210106373,0.9187999963760376,0.015200000256299973,0.9261999726295471,0.03020000085234642,0.9607999920845032,0.008100000210106373,0.9261999726295471,0.03020000085234642,0.9564999938011169,0.015699999406933784,0.9889000058174133,0.00039999998989515007,0.9564999938011169,0.015699999406933784,0.9452000260353088,0.026100000366568565,0.9889000058174133,0.00039999998989515007,0.9452000260353088,0.026100000366568565,0.9664000272750854,0.0003000000142492354,0.9564999938011169,0.015699999406933784,0.9261999726295471,0.03020000085234642,0.9334999918937683,0.04839999973773956,0.9564999938011169,0.015699999406933784,0.9334999918937683,0.04839999973773956,0.9452000260353088,0.026100000366568565,0.8537999987602234,0.02710000053048134,0.878600001335144,0.054099999368190765,0.8999999761581421,0.04320000112056732,0.8537999987602234,0.02710000053048134,0.8999999761581421,0.04320000112056732,0.8828999996185303,0.021700000390410423,0.878600001335144,0.054099999368190765,0.90829998254776,0.08640000224113464,0.9205999970436096,0.0689999982714653,0.878600001335144,0.054099999368190765,0.9205999970436096,0.0689999982714653,0.8999999761581421,0.04320000112056732,0.9187999963760376,0.015200000256299973,0.8828999996185303,0.021700000390410423,0.8999999761581421,0.04320000112056732,0.9187999963760376,0.015200000256299973,0.8999999761581421,0.04320000112056732,0.9261999726295471,0.03020000085234642,0.9261999726295471,0.03020000085234642,0.8999999761581421,0.04320000112056732,0.9205999970436096,0.0689999982714653,0.9261999726295471,0.03020000085234642,0.9205999970436096,0.0689999982714653,0.9334999918937683,0.04839999973773956,0.958299994468689,0.11630000174045563,0.941100001335144,0.09480000287294388,0.9380999803543091,0.11879999935626984,0.958299994468689,0.11630000174045563,0.9380999803543091,0.11879999935626984,0.9628999829292297,0.14579999446868896,0.958299994468689,0.11630000174045563,0.9423999786376953,0.08330000191926956,0.9381999969482422,0.06729999929666519,0.958299994468689,0.11630000174045563,0.9381999969482422,0.06729999929666519,0.941100001335144,0.09480000287294388,0.941100001335144,0.09480000287294388,0.9205999970436096,0.0689999982714653,0.90829998254776,0.08640000224113464,0.941100001335144,0.09480000287294388,0.90829998254776,0.08640000224113464,0.9380999803543091,0.11879999935626984,0.941100001335144,0.09480000287294388,0.9381999969482422,0.06729999929666519,0.9334999918937683,0.04839999973773956,0.941100001335144,0.09480000287294388,0.9334999918937683,0.04839999973773956,0.9205999970436096,0.0689999982714653,0.9065999984741211,0.051100000739097595,0.8234000205993652,0.024800000712275505,0.9032999873161316,0.010900000110268593,0.9065999984741211,0.051100000739097595,0.9032999873161316,0.010900000110268593,0.9236999750137329,0.03920000046491623,0.9236999750137329,0.03920000046491623,0.9032999873161316,0.010900000110268593,0.9664000272750854,0.0003000000142492354,0.9236999750137329,0.03920000046491623,0.9664000272750854,0.0003000000142492354,0.9452000260353088,0.026100000366568565,0.9423999786376953,0.08330000191926956,0.9065999984741211,0.051100000739097595,0.9236999750137329,0.03920000046491623,0.9423999786376953,0.08330000191926956,0.9236999750137329,0.03920000046491623,0.9381999969482422,0.06729999929666519,0.9381999969482422,0.06729999929666519,0.9236999750137329,0.03920000046491623,0.9452000260353088,0.026100000366568565,0.9381999969482422,0.06729999929666519,0.9452000260353088,0.026100000366568565,0.9334999918937683,0.04839999973773956,0.8324999809265137,0.03099999949336052,0.8626000285148621,0.06199999898672104,0.878600001335144,0.054099999368190765,0.8324999809265137,0.03099999949336052,0.878600001335144,0.054099999368190765,0.8537999987602234,0.02710000053048134,0.8156999945640564,0.0340999998152256,0.8496000170707703,0.0681999996304512,0.8626000285148621,0.06199999898672104,0.8156999945640564,0.0340999998152256,0.8626000285148621,0.06199999898672104,0.8324999809265137,0.03099999949336052,0.8626000285148621,0.06199999898672104,0.8986999988555908,0.09920000284910202,0.90829998254776,0.08640000224113464,0.8626000285148621,0.06199999898672104,0.90829998254776,0.08640000224113464,0.878600001335144,0.054099999368190765,0.8496000170707703,0.0681999996304512,0.8902999758720398,0.10920000076293945,0.8986999988555908,0.09920000284910202,0.8496000170707703,0.0681999996304512,0.8986999988555908,0.09920000284910202,0.8626000285148621,0.06199999898672104,0.7829999923706055,0.04019999876618385,0.823199987411499,0.0803999975323677,0.8373000025749207,0.07400000095367432,0.7829999923706055,0.04019999876618385,0.8373000025749207,0.07400000095367432,0.8003000020980835,0.03700000047683716,0.823199987411499,0.0803999975323677,0.871399998664856,0.12860000133514404,0.8816999793052673,0.11829999834299088,0.823199987411499,0.0803999975323677,0.8816999793052673,0.11829999834299088,0.8373000025749207,0.07400000095367432,0.8003000020980835,0.03700000047683716,0.8373000025749207,0.07400000095367432,0.8496000170707703,0.0681999996304512,0.8003000020980835,0.03700000047683716,0.8496000170707703,0.0681999996304512,0.8156999945640564,0.0340999998152256,0.8373000025749207,0.07400000095367432,0.8816999793052673,0.11829999834299088,0.8902999758720398,0.10920000076293945,0.8373000025749207,0.07400000095367432,0.8902999758720398,0.10920000076293945,0.8496000170707703,0.0681999996304512,0.9629999995231628,0.1996999979019165,0.9259999990463257,0.16269999742507935,0.9196000099182129,0.17679999768733978,0.9629999995231628,0.1996999979019165,0.9196000099182129,0.17679999768733978,0.9598000049591064,0.21699999272823334,0.964900016784668,0.1842000037431717,0.9309999942779541,0.1500999927520752,0.9259999990463257,0.16269999742507935,0.964900016784668,0.1842000037431717,0.9259999990463257,0.16269999742507935,0.9629999995231628,0.1996999979019165,0.9259999990463257,0.16269999742507935,0.8816999793052673,0.11829999834299088,0.871399998664856,0.12860000133514404,0.9259999990463257,0.16269999742507935,0.871399998664856,0.12860000133514404,0.9196000099182129,0.17679999768733978,0.9309999942779541,0.1500999927520752,0.8902999758720398,0.10920000076293945,0.8816999793052673,0.11829999834299088,0.9309999942779541,0.1500999927520752,0.8816999793052673,0.11829999834299088,0.9259999990463257,0.16269999742507935,0.9628999829292297,0.14579999446868896,0.9380999803543091,0.11879999935626984,0.9348999857902527,0.1363999992609024,0.9628999829292297,0.14579999446868896,0.9348999857902527,0.1363999992609024,0.9649999737739563,0.16740000247955322,0.9380999803543091,0.11879999935626984,0.90829998254776,0.08640000224113464,0.8986999988555908,0.09920000284910202,0.9380999803543091,0.11879999935626984,0.8986999988555908,0.09920000284910202,0.9348999857902527,0.1363999992609024,0.9649999737739563,0.16740000247955322,0.9348999857902527,0.1363999992609024,0.9309999942779541,0.1500999927520752,0.9649999737739563,0.16740000247955322,0.9309999942779541,0.1500999927520752,0.964900016784668,0.1842000037431717,0.9348999857902527,0.1363999992609024,0.8986999988555908,0.09920000284910202,0.8902999758720398,0.10920000076293945,0.9348999857902527,0.1363999992609024,0.8902999758720398,0.10920000076293945,0.9309999942779541,0.1500999927520752,0.7605000138282776,0.04430000111460686,0.8048999905586243,0.08869999647140503,0.823199987411499,0.0803999975323677,0.7605000138282776,0.04430000111460686,0.823199987411499,0.0803999975323677,0.7829999923706055,0.04019999876618385,0.7297000288963318,0.04470000043511391,0.7803999781608582,0.09539999812841415,0.8048999905586243,0.08869999647140503,0.7297000288963318,0.04470000043511391,0.8048999905586243,0.08869999647140503,0.7605000138282776,0.04430000111460686,0.8048999905586243,0.08869999647140503,0.8580999970436096,0.14190000295639038,0.871399998664856,0.12860000133514404,0.8048999905586243,0.08869999647140503,0.871399998664856,0.12860000133514404,0.823199987411499,0.0803999975323677,0.7803999781608582,0.09539999812841415,0.8424999713897705,0.1574999988079071,0.8580999970436096,0.14190000295639038,0.7803999781608582,0.09539999812841415,0.8580999970436096,0.14190000295639038,0.8048999905586243,0.08869999647140503,0.6150000095367432,0,0.7113000154495239,0.09619999676942825,0.7479000091552734,0.09709999710321426,0.6150000095367432,0,0.7479000091552734,0.09709999710321426,0.6873000264167786,0.0364999994635582,0.7113000154495239,0.09619999676942825,0.8075000047683716,0.19249999523162842,0.8253999948501587,0.1746000051498413,0.7113000154495239,0.09619999676942825,0.8253999948501587,0.1746000051498413,0.7479000091552734,0.09709999710321426,0.6873000264167786,0.0364999994635582,0.7479000091552734,0.09709999710321426,0.7803999781608582,0.09539999812841415,0.6873000264167786,0.0364999994635582,0.7803999781608582,0.09539999812841415,0.7297000288963318,0.04470000043511391,0.7479000091552734,0.09709999710321426,0.8253999948501587,0.1746000051498413,0.8424999713897705,0.1574999988079071,0.7479000091552734,0.09709999710321426,0.8424999713897705,0.1574999988079071,0.7803999781608582,0.09539999812841415,0.9635000228881836,0.3127000033855438,0.902899980545044,0.25209999084472656,0.9038000106811523,0.28870001435279846,0.9635000228881836,0.3127000033855438,0.9038000106811523,0.28870001435279846,1,0.38499999046325684,0.955299973487854,0.2703000009059906,0.9046000242233276,0.21960000693798065,0.902899980545044,0.25209999084472656,0.955299973487854,0.2703000009059906,0.902899980545044,0.25209999084472656,0.9635000228881836,0.3127000033855438,0.902899980545044,0.25209999084472656,0.8253999948501587,0.1746000051498413,0.8075000047683716,0.19249999523162842,0.902899980545044,0.25209999084472656,0.8075000047683716,0.19249999523162842,0.9038000106811523,0.28870001435279846,0.9046000242233276,0.21960000693798065,0.8424999713897705,0.1574999988079071,0.8253999948501587,0.1746000051498413,0.9046000242233276,0.21960000693798065,0.8253999948501587,0.1746000051498413,0.902899980545044,0.25209999084472656,0.9598000049591064,0.21699999272823334,0.9196000099182129,0.17679999768733978,0.911300003528595,0.19509999454021454,0.9598000049591064,0.21699999272823334,0.911300003528595,0.19509999454021454,0.9556999802589417,0.2395000010728836,0.9196000099182129,0.17679999768733978,0.871399998664856,0.12860000133514404,0.8580999970436096,0.14190000295639038,0.9196000099182129,0.17679999768733978,0.8580999970436096,0.14190000295639038,0.911300003528595,0.19509999454021454,0.9556999802589417,0.2395000010728836,0.911300003528595,0.19509999454021454,0.9046000242233276,0.21960000693798065,0.9556999802589417,0.2395000010728836,0.9046000242233276,0.21960000693798065,0.955299973487854,0.2703000009059906,0.911300003528595,0.19509999454021454,0.8580999970436096,0.14190000295639038,0.8424999713897705,0.1574999988079071,0.911300003528595,0.19509999454021454,0.8424999713897705,0.1574999988079071,0.9046000242233276,0.21960000693798065,0.6873000264167786,0.0364999994635582,0.7479000091552734,0.09709999710321426,0.7113000154495239,0.09619999676942825,0.6873000264167786,0.0364999994635582,0.7113000154495239,0.09619999676942825,0.6150000095367432,0,0.7297000288963318,0.04470000043511391,0.7803999781608582,0.09539999812841415,0.7479000091552734,0.09709999710321426,0.7297000288963318,0.04470000043511391,0.7479000091552734,0.09709999710321426,0.6873000264167786,0.0364999994635582,0.7479000091552734,0.09709999710321426,0.8253999948501587,0.1746000051498413,0.8075000047683716,0.19249999523162842,0.7479000091552734,0.09709999710321426,0.8075000047683716,0.19249999523162842,0.7113000154495239,0.09619999676942825,0.7803999781608582,0.09539999812841415,0.8424999713897705,0.1574999988079071,0.8253999948501587,0.1746000051498413,0.7803999781608582,0.09539999812841415,0.8253999948501587,0.1746000051498413,0.7479000091552734,0.09709999710321426,0.7829999923706055,0.04019999876618385,0.823199987411499,0.0803999975323677,0.8048999905586243,0.08869999647140503,0.7829999923706055,0.04019999876618385,0.8048999905586243,0.08869999647140503,0.7605000138282776,0.04430000111460686,0.823199987411499,0.0803999975323677,0.871399998664856,0.12860000133514404,0.8580999970436096,0.14190000295639038,0.823199987411499,0.0803999975323677,0.8580999970436096,0.14190000295639038,0.8048999905586243,0.08869999647140503,0.7605000138282776,0.04430000111460686,0.8048999905586243,0.08869999647140503,0.7803999781608582,0.09539999812841415,0.7605000138282776,0.04430000111460686,0.7803999781608582,0.09539999812841415,0.7297000288963318,0.04470000043511391,0.8048999905586243,0.08869999647140503,0.8580999970436096,0.14190000295639038,0.8424999713897705,0.1574999988079071,0.8048999905586243,0.08869999647140503,0.8424999713897705,0.1574999988079071,0.7803999781608582,0.09539999812841415,0.9556999802589417,0.2395000010728836,0.911300003528595,0.19509999454021454,0.9196000099182129,0.17679999768733978,0.9556999802589417,0.2395000010728836,0.9196000099182129,0.17679999768733978,0.9598000049591064,0.21699999272823334,0.955299973487854,0.2703000009059906,0.9046000242233276,0.21960000693798065,0.911300003528595,0.19509999454021454,0.955299973487854,0.2703000009059906,0.911300003528595,0.19509999454021454,0.9556999802589417,0.2395000010728836,0.911300003528595,0.19509999454021454,0.8580999970436096,0.14190000295639038,0.871399998664856,0.12860000133514404,0.911300003528595,0.19509999454021454,0.871399998664856,0.12860000133514404,0.9196000099182129,0.17679999768733978,0.9046000242233276,0.21960000693798065,0.8424999713897705,0.1574999988079071,0.8580999970436096,0.14190000295639038,0.9046000242233276,0.21960000693798065,0.8580999970436096,0.14190000295639038,0.911300003528595,0.19509999454021454,1,0.38499999046325684,0.9038000106811523,0.28870001435279846,0.902899980545044,0.25209999084472656,1,0.38499999046325684,0.902899980545044,0.25209999084472656,0.9635000228881836,0.3127000033855438,0.9038000106811523,0.28870001435279846,0.8075000047683716,0.19249999523162842,0.8253999948501587,0.1746000051498413,0.9038000106811523,0.28870001435279846,0.8253999948501587,0.1746000051498413,0.902899980545044,0.25209999084472656,0.9635000228881836,0.3127000033855438,0.902899980545044,0.25209999084472656,0.9046000242233276,0.21960000693798065,0.9635000228881836,0.3127000033855438,0.9046000242233276,0.21960000693798065,0.955299973487854,0.2703000009059906,0.902899980545044,0.25209999084472656,0.8253999948501587,0.1746000051498413,0.8424999713897705,0.1574999988079071,0.902899980545044,0.25209999084472656,0.8424999713897705,0.1574999988079071,0.9046000242233276,0.21960000693798065,0.8003000020980835,0.03700000047683716,0.8373000025749207,0.07400000095367432,0.823199987411499,0.0803999975323677,0.8003000020980835,0.03700000047683716,0.823199987411499,0.0803999975323677,0.7829999923706055,0.04019999876618385,0.8156999945640564,0.0340999998152256,0.8496000170707703,0.0681999996304512,0.8373000025749207,0.07400000095367432,0.8156999945640564,0.0340999998152256,0.8373000025749207,0.07400000095367432,0.8003000020980835,0.03700000047683716,0.8373000025749207,0.07400000095367432,0.8816999793052673,0.11829999834299088,0.871399998664856,0.12860000133514404,0.8373000025749207,0.07400000095367432,0.871399998664856,0.12860000133514404,0.823199987411499,0.0803999975323677,0.8496000170707703,0.0681999996304512,0.8902999758720398,0.10920000076293945,0.8816999793052673,0.11829999834299088,0.8496000170707703,0.0681999996304512,0.8816999793052673,0.11829999834299088,0.8373000025749207,0.07400000095367432,0.8537999987602234,0.02710000053048134,0.878600001335144,0.054099999368190765,0.8626000285148621,0.06199999898672104,0.8537999987602234,0.02710000053048134,0.8626000285148621,0.06199999898672104,0.8324999809265137,0.03099999949336052,0.878600001335144,0.054099999368190765,0.90829998254776,0.08640000224113464,0.8986999988555908,0.09920000284910202,0.878600001335144,0.054099999368190765,0.8986999988555908,0.09920000284910202,0.8626000285148621,0.06199999898672104,0.8324999809265137,0.03099999949336052,0.8626000285148621,0.06199999898672104,0.8496000170707703,0.0681999996304512,0.8324999809265137,0.03099999949336052,0.8496000170707703,0.0681999996304512,0.8156999945640564,0.0340999998152256,0.8626000285148621,0.06199999898672104,0.8986999988555908,0.09920000284910202,0.8902999758720398,0.10920000076293945,0.8626000285148621,0.06199999898672104,0.8902999758720398,0.10920000076293945,0.8496000170707703,0.0681999996304512,0.9649999737739563,0.16740000247955322,0.9348999857902527,0.1363999992609024,0.9380999803543091,0.11879999935626984,0.9649999737739563,0.16740000247955322,0.9380999803543091,0.11879999935626984,0.9628999829292297,0.14579999446868896,0.964900016784668,0.1842000037431717,0.9309999942779541,0.1500999927520752,0.9348999857902527,0.1363999992609024,0.964900016784668,0.1842000037431717,0.9348999857902527,0.1363999992609024,0.9649999737739563,0.16740000247955322,0.9348999857902527,0.1363999992609024,0.8986999988555908,0.09920000284910202,0.90829998254776,0.08640000224113464,0.9348999857902527,0.1363999992609024,0.90829998254776,0.08640000224113464,0.9380999803543091,0.11879999935626984,0.9309999942779541,0.1500999927520752,0.8902999758720398,0.10920000076293945,0.8986999988555908,0.09920000284910202,0.9309999942779541,0.1500999927520752,0.8986999988555908,0.09920000284910202,0.9348999857902527,0.1363999992609024,0.9598000049591064,0.21699999272823334,0.9196000099182129,0.17679999768733978,0.9259999990463257,0.16269999742507935,0.9598000049591064,0.21699999272823334,0.9259999990463257,0.16269999742507935,0.9629999995231628,0.1996999979019165,0.9196000099182129,0.17679999768733978,0.871399998664856,0.12860000133514404,0.8816999793052673,0.11829999834299088,0.9196000099182129,0.17679999768733978,0.8816999793052673,0.11829999834299088,0.9259999990463257,0.16269999742507935,0.9629999995231628,0.1996999979019165,0.9259999990463257,0.16269999742507935,0.9309999942779541,0.1500999927520752,0.9629999995231628,0.1996999979019165,0.9309999942779541,0.1500999927520752,0.964900016784668,0.1842000037431717,0.9259999990463257,0.16269999742507935,0.8816999793052673,0.11829999834299088,0.8902999758720398,0.10920000076293945,0.9259999990463257,0.16269999742507935,0.8902999758720398,0.10920000076293945,0.9309999942779541,0.1500999927520752,0.8828999996185303,0.021700000390410423,0.8999999761581421,0.04320000112056732,0.878600001335144,0.054099999368190765,0.8828999996185303,0.021700000390410423,0.878600001335144,0.054099999368190765,0.8537999987602234,0.02710000053048134,0.9187999963760376,0.015200000256299973,0.9261999726295471,0.03020000085234642,0.8999999761581421,0.04320000112056732,0.9187999963760376,0.015200000256299973,0.8999999761581421,0.04320000112056732,0.8828999996185303,0.021700000390410423,0.8999999761581421,0.04320000112056732,0.9205999970436096,0.0689999982714653,0.90829998254776,0.08640000224113464,0.8999999761581421,0.04320000112056732,0.90829998254776,0.08640000224113464,0.878600001335144,0.054099999368190765,0.9261999726295471,0.03020000085234642,0.9334999918937683,0.04839999973773956,0.9205999970436096,0.0689999982714653,0.9261999726295471,0.03020000085234642,0.9205999970436096,0.0689999982714653,0.8999999761581421,0.04320000112056732,1.0113999843597412,0.0006000000284984708,0.9889000058174133,0.00039999998989515007,0.9564999938011169,0.015699999406933784,1.0113999843597412,0.0006000000284984708,0.9564999938011169,0.015699999406933784,0.9607999920845032,0.008100000210106373,0.9889000058174133,0.00039999998989515007,0.9664000272750854,0.0003000000142492354,0.9452000260353088,0.026100000366568565,0.9889000058174133,0.00039999998989515007,0.9452000260353088,0.026100000366568565,0.9564999938011169,0.015699999406933784,0.9607999920845032,0.008100000210106373,0.9564999938011169,0.015699999406933784,0.9261999726295471,0.03020000085234642,0.9607999920845032,0.008100000210106373,0.9261999726295471,0.03020000085234642,0.9187999963760376,0.015200000256299973,0.9564999938011169,0.015699999406933784,0.9452000260353088,0.026100000366568565,0.9334999918937683,0.04839999973773956,0.9564999938011169,0.015699999406933784,0.9334999918937683,0.04839999973773956,0.9261999726295471,0.03020000085234642,0.9065999984741211,0.051100000739097595,0.9236999750137329,0.03920000046491623,0.9032999873161316,0.010900000110268593,0.9065999984741211,0.051100000739097595,0.9032999873161316,0.010900000110268593,0.8234000205993652,0.024800000712275505,0.9423999786376953,0.08330000191926956,0.9381999969482422,0.06729999929666519,0.9236999750137329,0.03920000046491623,0.9423999786376953,0.08330000191926956,0.9236999750137329,0.03920000046491623,0.9065999984741211,0.051100000739097595,0.9236999750137329,0.03920000046491623,0.9452000260353088,0.026100000366568565,0.9664000272750854,0.0003000000142492354,0.9236999750137329,0.03920000046491623,0.9664000272750854,0.0003000000142492354,0.9032999873161316,0.010900000110268593,0.9381999969482422,0.06729999929666519,0.9334999918937683,0.04839999973773956,0.9452000260353088,0.026100000366568565,0.9381999969482422,0.06729999929666519,0.9452000260353088,0.026100000366568565,0.9236999750137329,0.03920000046491623,0.9628999829292297,0.14579999446868896,0.9380999803543091,0.11879999935626984,0.941100001335144,0.09480000287294388,0.9628999829292297,0.14579999446868896,0.941100001335144,0.09480000287294388,0.958299994468689,0.11630000174045563,0.9380999803543091,0.11879999935626984,0.90829998254776,0.08640000224113464,0.9205999970436096,0.0689999982714653,0.9380999803543091,0.11879999935626984,0.9205999970436096,0.0689999982714653,0.941100001335144,0.09480000287294388,0.958299994468689,0.11630000174045563,0.941100001335144,0.09480000287294388,0.9381999969482422,0.06729999929666519,0.958299994468689,0.11630000174045563,0.9381999969482422,0.06729999929666519,0.9423999786376953,0.08330000191926956,0.941100001335144,0.09480000287294388,0.9205999970436096,0.0689999982714653,0.9334999918937683,0.04839999973773956,0.941100001335144,0.09480000287294388,0.9334999918937683,0.04839999973773956,0.9381999969482422,0.06729999929666519,0.24320000410079956,0,0.35510000586509705,0,0.28929999470710754,0,0.24320000410079956,0,0.28929999470710754,0,0.07859999686479568,0,0.34529998898506165,0,0.41440001130104065,0,0.35510000586509705,0,0.34529998898506165,0,0.35510000586509705,0,0.24320000410079956,0,0.35510000586509705,0,0.4948999881744385,0.0013000000035390258,0.5,0,0.35510000586509705,0,0.5,0,0.28929999470710754,0,0.41440001130104065,0,0.49869999289512634,0.0003000000142492354,0.4948999881744385,0.0013000000035390258,0.41440001130104065,0,0.4948999881744385,0.0013000000035390258,0.35510000586509705,0,0.5,0,0.5,0,0.46050000190734863,0,0.5,0,0.46050000190734863,0,0.4275999963283539,0,0.5,0,0.5,0,0.5,0,0.5,0,0.5,0,0.46050000190734863,0,0.4275999963283539,0,0.46050000190734863,0,0.41440001130104065,0,0.4275999963283539,0,0.41440001130104065,0,0.34529998898506165,0,0.46050000190734863,0,0.5,0,0.49869999289512634,0.0003000000142492354,0.46050000190734863,0,0.49869999289512634,0.0003000000142492354,0.41440001130104065,0,0.5723999738693237,0,0.5394999980926514,0,0.5,0,0.5723999738693237,0,0.5,0,0.5,0,0.646399974822998,0.002400000113993883,0.5805000066757202,0.0013000000035390258,0.5394999980926514,0,0.646399974822998,0.002400000113993883,0.5394999980926514,0,0.5723999738693237,0,0.5394999980926514,0,0.5,0,0.5,0,0.5394999980926514,0,0.5,0,0.5,0,0.5805000066757202,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.5,0,0.5805000066757202,0.0013000000035390258,0.5,0,0.5394999980926514,0,0.8234000205993652,0.024800000712275505,0.6700999736785889,0.01080000028014183,0.6245999932289124,0.005400000140070915,0.8234000205993652,0.024800000712275505,0.6245999932289124,0.005400000140070915,0.7236999869346619,0.009600000455975533,0.6700999736785889,0.01080000028014183,0.5,0,0.4948999881744385,0.0013000000035390258,0.6700999736785889,0.01080000028014183,0.4948999881744385,0.0013000000035390258,0.6245999932289124,0.005400000140070915,0.7236999869346619,0.009600000455975533,0.6245999932289124,0.005400000140070915,0.5805000066757202,0.0013000000035390258,0.7236999869346619,0.009600000455975533,0.5805000066757202,0.0013000000035390258,0.646399974822998,0.002400000113993883,0.6245999932289124,0.005400000140070915,0.4948999881744385,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.6245999932289124,0.005400000140070915,0.49869999289512634,0.0003000000142492354,0.5805000066757202,0.0013000000035390258,0.4275999963283539,0,0.46050000190734863,0,0.5,0,0.4275999963283539,0,0.5,0,0.5,0,0.4275999963283539,0,0.34529998898506165,0,0.41440001130104065,0,0.4275999963283539,0,0.41440001130104065,0,0.46050000190734863,0,0.46050000190734863,0,0.5,0,0.5,0,0.46050000190734863,0,0.5,0,0.5,0,0.46050000190734863,0,0.41440001130104065,0,0.49869999289512634,0.0003000000142492354,0.46050000190734863,0,0.49869999289512634,0.0003000000142492354,0.5,0,0.24320000410079956,0,0.07859999686479568,0,0.28929999470710754,0,0.24320000410079956,0,0.28929999470710754,0,0.35510000586509705,0,0.35510000586509705,0,0.28929999470710754,0,0.5,0,0.35510000586509705,0,0.5,0,0.4948999881744385,0.0013000000035390258,0.34529998898506165,0,0.24320000410079956,0,0.35510000586509705,0,0.34529998898506165,0,0.35510000586509705,0,0.41440001130104065,0,0.41440001130104065,0,0.35510000586509705,0,0.4948999881744385,0.0013000000035390258,0.41440001130104065,0,0.4948999881744385,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.8234000205993652,0.024800000712275505,0.7236999869346619,0.009600000455975533,0.6245999932289124,0.005400000140070915,0.8234000205993652,0.024800000712275505,0.6245999932289124,0.005400000140070915,0.6700999736785889,0.01080000028014183,0.7236999869346619,0.009600000455975533,0.646399974822998,0.002400000113993883,0.5805000066757202,0.0013000000035390258,0.7236999869346619,0.009600000455975533,0.5805000066757202,0.0013000000035390258,0.6245999932289124,0.005400000140070915,0.6700999736785889,0.01080000028014183,0.6245999932289124,0.005400000140070915,0.4948999881744385,0.0013000000035390258,0.6700999736785889,0.01080000028014183,0.4948999881744385,0.0013000000035390258,0.5,0,0.6245999932289124,0.005400000140070915,0.5805000066757202,0.0013000000035390258,0.49869999289512634,0.0003000000142492354,0.6245999932289124,0.005400000140070915,0.49869999289512634,0.0003000000142492354,0.4948999881744385,0.0013000000035390258,0.5,0,0.5,0,0.5394999980926514,0,0.5,0,0.5394999980926514,0,0.5723999738693237,0,0.5,0,0.5,0,0.5,0,0.5,0,0.5,0,0.5394999980926514,0,0.646399974822998,0.002400000113993883,0.5723999738693237,0,0.5394999980926514,0,0.646399974822998,0.002400000113993883,0.5394999980926514,0,0.5805000066757202,0.0013000000035390258,0.5805000066757202,0.0013000000035390258,0.5394999980926514,0,0.5,0,0.5805000066757202,0.0013000000035390258,0.5,0,0.49869999289512634,0.0003000000142492354,1.0113999843597412,0.0006000000284984708,0.9607999920845032,0.008100000210106373,0.9564999938011169,0.015699999406933784,1.0113999843597412,0.0006000000284984708,0.9564999938011169,0.015699999406933784,0.9889000058174133,0.00039999998989515007,0.9607999920845032,0.008100000210106373,0.9187999963760376,0.015200000256299973,0.9261999726295471,0.03020000085234642,0.9607999920845032,0.008100000210106373,0.9261999726295471,0.03020000085234642,0.9564999938011169,0.015699999406933784,0.9889000058174133,0.00039999998989515007,0.9564999938011169,0.015699999406933784,0.9452000260353088,0.026100000366568565,0.9889000058174133,0.00039999998989515007,0.9452000260353088,0.026100000366568565,0.9664000272750854,0.0003000000142492354,0.9564999938011169,0.015699999406933784,0.9261999726295471,0.03020000085234642,0.9334999918937683,0.04839999973773956,0.9564999938011169,0.015699999406933784,0.9334999918937683,0.04839999973773956,0.9452000260353088,0.026100000366568565,0.8537999987602234,0.02710000053048134,0.878600001335144,0.054099999368190765,0.8999999761581421,0.04320000112056732,0.8537999987602234,0.02710000053048134,0.8999999761581421,0.04320000112056732,0.8828999996185303,0.021700000390410423,0.878600001335144,0.054099999368190765,0.90829998254776,0.08640000224113464,0.9205999970436096,0.0689999982714653,0.878600001335144,0.054099999368190765,0.9205999970436096,0.0689999982714653,0.8999999761581421,0.04320000112056732,0.9187999963760376,0.015200000256299973,0.8828999996185303,0.021700000390410423,0.8999999761581421,0.04320000112056732,0.9187999963760376,0.015200000256299973,0.8999999761581421,0.04320000112056732,0.9261999726295471,0.03020000085234642,0.9261999726295471,0.03020000085234642,0.8999999761581421,0.04320000112056732,0.9205999970436096,0.0689999982714653,0.9261999726295471,0.03020000085234642,0.9205999970436096,0.0689999982714653,0.9334999918937683,0.04839999973773956,0.958299994468689,0.11630000174045563,0.941100001335144,0.09480000287294388,0.9380999803543091,0.11879999935626984,0.958299994468689,0.11630000174045563,0.9380999803543091,0.11879999935626984,0.9628999829292297,0.14579999446868896,0.958299994468689,0.11630000174045563,0.9423999786376953,0.08330000191926956,0.9381999969482422,0.06729999929666519,0.958299994468689,0.11630000174045563,0.9381999969482422,0.06729999929666519,0.941100001335144,0.09480000287294388,0.941100001335144,0.09480000287294388,0.9205999970436096,0.0689999982714653,0.90829998254776,0.08640000224113464,0.941100001335144,0.09480000287294388,0.90829998254776,0.08640000224113464,0.9380999803543091,0.11879999935626984,0.941100001335144,0.09480000287294388,0.9381999969482422,0.06729999929666519,0.9334999918937683,0.04839999973773956,0.941100001335144,0.09480000287294388,0.9334999918937683,0.04839999973773956,0.9205999970436096,0.0689999982714653,0.9065999984741211,0.051100000739097595,0.8234000205993652,0.024800000712275505,0.9032999873161316,0.010900000110268593,0.9065999984741211,0.051100000739097595,0.9032999873161316,0.010900000110268593,0.9236999750137329,0.03920000046491623,0.9236999750137329,0.03920000046491623,0.9032999873161316,0.010900000110268593,0.9664000272750854,0.0003000000142492354,0.9236999750137329,0.03920000046491623,0.9664000272750854,0.0003000000142492354,0.9452000260353088,0.026100000366568565,0.9423999786376953,0.08330000191926956,0.9065999984741211,0.051100000739097595,0.9236999750137329,0.03920000046491623,0.9423999786376953,0.08330000191926956,0.9236999750137329,0.03920000046491623,0.9381999969482422,0.06729999929666519,0.9381999969482422,0.06729999929666519,0.9236999750137329,0.03920000046491623,0.9452000260353088,0.026100000366568565,0.9381999969482422,0.06729999929666519,0.9452000260353088,0.026100000366568565,0.9334999918937683,0.04839999973773956,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.8289999961853027,0.0012000000569969416,0.8023999929428101,0.0027000000700354576,0.8289999961853027,0.0012000000569969416,0.8289999961853027,0.00279999990016222,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.8023999929428101,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.805400013923645,0.0034000000450760126,0.8314999938011169,0.003100000089034438,0.8023999929428101,0.0010999999940395355,0.8314999938011169,0.003100000089034438,0.8289999961853027,0.0012000000569969416,0.7817999720573425,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.805400013923645,0.0034000000450760126,0.7817999720573425,0.0010999999940395355,0.805400013923645,0.0034000000450760126,0.8023999929428101,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7633000016212463,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7670000195503235,0.004000000189989805,0.7427999973297119,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7633000016212463,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7817999720573425,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7851999998092651,0.003700000001117587,0.7633000016212463,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.7817999720573425,0.0010999999940395355,0.8003000020980835,0.03700000047683716,0.7781000137329102,0.014800000004470348,0.758899986743927,0.016100000590085983,0.8003000020980835,0.03700000047683716,0.758899986743927,0.016100000590085983,0.7829999923706055,0.04019999876618385,0.8156999945640564,0.0340999998152256,0.7954000234603882,0.013700000010430813,0.7781000137329102,0.014800000004470348,0.8156999945640564,0.0340999998152256,0.7781000137329102,0.014800000004470348,0.8003000020980835,0.03700000047683716,0.7781000137329102,0.014800000004470348,0.7670000195503235,0.004000000189989805,0.7468000054359436,0.00430000014603138,0.7781000137329102,0.014800000004470348,0.7468000054359436,0.00430000014603138,0.758899986743927,0.016100000590085983,0.7954000234603882,0.013700000010430813,0.7851999998092651,0.003700000001117587,0.7670000195503235,0.004000000189989805,0.7954000234603882,0.013700000010430813,0.7670000195503235,0.004000000189989805,0.7781000137329102,0.014800000004470348,0.8537999987602234,0.02710000053048134,0.8389000296592712,0.010900000110268593,0.8144000172615051,0.012400000356137753,0.8537999987602234,0.02710000053048134,0.8144000172615051,0.012400000356137753,0.8324999809265137,0.03099999949336052,0.8389000296592712,0.010900000110268593,0.8314999938011169,0.003100000089034438,0.805400013923645,0.0034000000450760126,0.8389000296592712,0.010900000110268593,0.805400013923645,0.0034000000450760126,0.8144000172615051,0.012400000356137753,0.8324999809265137,0.03099999949336052,0.8144000172615051,0.012400000356137753,0.7954000234603882,0.013700000010430813,0.8324999809265137,0.03099999949336052,0.7954000234603882,0.013700000010430813,0.8156999945640564,0.0340999998152256,0.8144000172615051,0.012400000356137753,0.805400013923645,0.0034000000450760126,0.7851999998092651,0.003700000001117587,0.8144000172615051,0.012400000356137753,0.7851999998092651,0.003700000001117587,0.7954000234603882,0.013700000010430813,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.7427999973297119,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0008999999845400453,0.7161999940872192,0.0010999999940395355,0.6850000023841858,0.0024999999441206455,0.7161999940872192,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.7206000089645386,0.004699999932199717,0.7468000054359436,0.00430000014603138,0.7161999940872192,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7427999973297119,0.0010999999940395355,0.6850000023841858,0.0008999999845400453,0.6891999840736389,0.004399999976158142,0.7206000089645386,0.004699999932199717,0.6850000023841858,0.0008999999845400453,0.7206000089645386,0.004699999932199717,0.7161999940872192,0.0010999999940395355,0.6150000095367432,0,0.6150000095367432,0,0.6507999897003174,0.0005000000237487257,0.6150000095367432,0,0.6507999897003174,0.0005000000237487257,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6507999897003174,0.0005000000237487257,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.0005000000237487257,0.6850000023841858,0.0008999999845400453,0.6507999897003174,0.0019000000320374966,0.6850000023841858,0.0008999999845400453,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.0005000000237487257,0.6531999707221985,0.0026000000070780516,0.6891999840736389,0.004399999976158142,0.6507999897003174,0.0005000000237487257,0.6891999840736389,0.004399999976158142,0.6850000023841858,0.0008999999845400453,0.6873000264167786,0.0364999994635582,0.6606000065803528,0.009800000116229057,0.6150000095367432,0,0.6873000264167786,0.0364999994635582,0.6150000095367432,0,0.6150000095367432,0,0.7297000288963318,0.04470000043511391,0.70169997215271,0.016699999570846558,0.6606000065803528,0.009800000116229057,0.7297000288963318,0.04470000043511391,0.6606000065803528,0.009800000116229057,0.6873000264167786,0.0364999994635582,0.6606000065803528,0.009800000116229057,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6606000065803528,0.009800000116229057,0.6150000095367432,0,0.6150000095367432,0,0.70169997215271,0.016699999570846558,0.6891999840736389,0.004399999976158142,0.6531999707221985,0.0026000000070780516,0.70169997215271,0.016699999570846558,0.6531999707221985,0.0026000000070780516,0.6606000065803528,0.009800000116229057,0.7829999923706055,0.04019999876618385,0.758899986743927,0.016100000590085983,0.7339000105857849,0.01769999973475933,0.7829999923706055,0.04019999876618385,0.7339000105857849,0.01769999973475933,0.7605000138282776,0.04430000111460686,0.758899986743927,0.016100000590085983,0.7468000054359436,0.00430000014603138,0.7206000089645386,0.004699999932199717,0.758899986743927,0.016100000590085983,0.7206000089645386,0.004699999932199717,0.7339000105857849,0.01769999973475933,0.7605000138282776,0.04430000111460686,0.7339000105857849,0.01769999973475933,0.70169997215271,0.016699999570846558,0.7605000138282776,0.04430000111460686,0.70169997215271,0.016699999570846558,0.7297000288963318,0.04470000043511391,0.7339000105857849,0.01769999973475933,0.7206000089645386,0.004699999932199717,0.6891999840736389,0.004399999976158142,0.7339000105857849,0.01769999973475933,0.6891999840736389,0.004399999976158142,0.70169997215271,0.016699999570846558,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.0005000000237487257,0.6150000095367432,0,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0,0.6150000095367432,0,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0008999999845400453,0.6507999897003174,0.0005000000237487257,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.0005000000237487257,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.0005000000237487257,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6507999897003174,0.0005000000237487257,0.6150000095367432,0,0.6150000095367432,0,0.6850000023841858,0.0008999999845400453,0.6891999840736389,0.004399999976158142,0.6531999707221985,0.0026000000070780516,0.6850000023841858,0.0008999999845400453,0.6531999707221985,0.0026000000070780516,0.6507999897003174,0.0005000000237487257,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7161999940872192,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7206000089645386,0.004699999932199717,0.7427999973297119,0.0010999999940395355,0.7206000089645386,0.004699999932199717,0.7161999940872192,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.6850000023841858,0.0008999999845400453,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0008999999845400453,0.6850000023841858,0.0024999999441206455,0.7161999940872192,0.0010999999940395355,0.7206000089645386,0.004699999932199717,0.6891999840736389,0.004399999976158142,0.7161999940872192,0.0010999999940395355,0.6891999840736389,0.004399999976158142,0.6850000023841858,0.0008999999845400453,0.7605000138282776,0.04430000111460686,0.7339000105857849,0.01769999973475933,0.758899986743927,0.016100000590085983,0.7605000138282776,0.04430000111460686,0.758899986743927,0.016100000590085983,0.7829999923706055,0.04019999876618385,0.7297000288963318,0.04470000043511391,0.70169997215271,0.016699999570846558,0.7339000105857849,0.01769999973475933,0.7297000288963318,0.04470000043511391,0.7339000105857849,0.01769999973475933,0.7605000138282776,0.04430000111460686,0.7339000105857849,0.01769999973475933,0.7206000089645386,0.004699999932199717,0.7468000054359436,0.00430000014603138,0.7339000105857849,0.01769999973475933,0.7468000054359436,0.00430000014603138,0.758899986743927,0.016100000590085983,0.70169997215271,0.016699999570846558,0.6891999840736389,0.004399999976158142,0.7206000089645386,0.004699999932199717,0.70169997215271,0.016699999570846558,0.7206000089645386,0.004699999932199717,0.7339000105857849,0.01769999973475933,0.6150000095367432,0,0.6150000095367432,0,0.6606000065803528,0.009800000116229057,0.6150000095367432,0,0.6606000065803528,0.009800000116229057,0.6873000264167786,0.0364999994635582,0.6150000095367432,0,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6606000065803528,0.009800000116229057,0.6873000264167786,0.0364999994635582,0.6606000065803528,0.009800000116229057,0.70169997215271,0.016699999570846558,0.6873000264167786,0.0364999994635582,0.70169997215271,0.016699999570846558,0.7297000288963318,0.04470000043511391,0.6606000065803528,0.009800000116229057,0.6531999707221985,0.0026000000070780516,0.6891999840736389,0.004399999976158142,0.6606000065803528,0.009800000116229057,0.6891999840736389,0.004399999976158142,0.70169997215271,0.016699999570846558,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7427999973297119,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.7633000016212463,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7468000054359436,0.00430000014603138,0.7633000016212463,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7427999973297119,0.0010999999940395355,0.7817999720573425,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.7670000195503235,0.004000000189989805,0.7817999720573425,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7633000016212463,0.0010999999940395355,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.0012000000569969416,0.8023999929428101,0.0010999999940395355,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.8289999961853027,0.0012000000569969416,0.8314999938011169,0.003100000089034438,0.805400013923645,0.0034000000450760126,0.8289999961853027,0.0012000000569969416,0.805400013923645,0.0034000000450760126,0.8023999929428101,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.7817999720573425,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.805400013923645,0.0034000000450760126,0.7851999998092651,0.003700000001117587,0.8023999929428101,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.7817999720573425,0.0010999999940395355,0.8324999809265137,0.03099999949336052,0.8144000172615051,0.012400000356137753,0.8389000296592712,0.010900000110268593,0.8324999809265137,0.03099999949336052,0.8389000296592712,0.010900000110268593,0.8537999987602234,0.02710000053048134,0.8156999945640564,0.0340999998152256,0.7954000234603882,0.013700000010430813,0.8144000172615051,0.012400000356137753,0.8156999945640564,0.0340999998152256,0.8144000172615051,0.012400000356137753,0.8324999809265137,0.03099999949336052,0.8144000172615051,0.012400000356137753,0.805400013923645,0.0034000000450760126,0.8314999938011169,0.003100000089034438,0.8144000172615051,0.012400000356137753,0.8314999938011169,0.003100000089034438,0.8389000296592712,0.010900000110268593,0.7954000234603882,0.013700000010430813,0.7851999998092651,0.003700000001117587,0.805400013923645,0.0034000000450760126,0.7954000234603882,0.013700000010430813,0.805400013923645,0.0034000000450760126,0.8144000172615051,0.012400000356137753,0.7829999923706055,0.04019999876618385,0.758899986743927,0.016100000590085983,0.7781000137329102,0.014800000004470348,0.7829999923706055,0.04019999876618385,0.7781000137329102,0.014800000004470348,0.8003000020980835,0.03700000047683716,0.758899986743927,0.016100000590085983,0.7468000054359436,0.00430000014603138,0.7670000195503235,0.004000000189989805,0.758899986743927,0.016100000590085983,0.7670000195503235,0.004000000189989805,0.7781000137329102,0.014800000004470348,0.8003000020980835,0.03700000047683716,0.7781000137329102,0.014800000004470348,0.7954000234603882,0.013700000010430813,0.8003000020980835,0.03700000047683716,0.7954000234603882,0.013700000010430813,0.8156999945640564,0.0340999998152256,0.7781000137329102,0.014800000004470348,0.7670000195503235,0.004000000189989805,0.7851999998092651,0.003700000001117587,0.7781000137329102,0.014800000004470348,0.7851999998092651,0.003700000001117587,0.7954000234603882,0.013700000010430813,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.0013000000035390258,0.8289999961853027,0.0012000000569969416,0.8657000064849854,0.002899999963119626,0.8289999961853027,0.0012000000569969416,0.8289999961853027,0.00279999990016222,0.910099983215332,0.00279999990016222,0.910099983215332,0.0013000000035390258,0.8657000064849854,0.0013000000035390258,0.910099983215332,0.00279999990016222,0.8657000064849854,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.0013000000035390258,0.8673999905586243,0.0026000000070780516,0.8314999938011169,0.003100000089034438,0.8657000064849854,0.0013000000035390258,0.8314999938011169,0.003100000089034438,0.8289999961853027,0.0012000000569969416,0.910099983215332,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.8673999905586243,0.0026000000070780516,0.910099983215332,0.0013000000035390258,0.8673999905586243,0.0026000000070780516,0.8657000064849854,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,0.9595000147819519,0.0010000000474974513,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0010000000474974513,0.910099983215332,0.0013000000035390258,0.9595000147819519,0.002300000051036477,0.910099983215332,0.0013000000035390258,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0010000000474974513,0.9599000215530396,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.9595000147819519,0.0010000000474974513,0.9110000133514404,0.0020000000949949026,0.910099983215332,0.0013000000035390258,0.9607999920845032,0.008100000210106373,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,0.9607999920845032,0.008100000210106373,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9187999963760376,0.015200000256299973,0.9138000011444092,0.006300000008195639,0.9610999822616577,0.0035000001080334187,0.9187999963760376,0.015200000256299973,0.9610999822616577,0.0035000001080334187,0.9607999920845032,0.008100000210106373,0.9610999822616577,0.0035000001080334187,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9138000011444092,0.006300000008195639,0.9110000133514404,0.0020000000949949026,0.9599000215530396,0.0013000000035390258,0.9138000011444092,0.006300000008195639,0.9599000215530396,0.0013000000035390258,0.9610999822616577,0.0035000001080334187,0.8537999987602234,0.02710000053048134,0.8389000296592712,0.010900000110268593,0.8726000189781189,0.008799999952316284,0.8537999987602234,0.02710000053048134,0.8726000189781189,0.008799999952316284,0.8828999996185303,0.021700000390410423,0.8389000296592712,0.010900000110268593,0.8314999938011169,0.003100000089034438,0.8673999905586243,0.0026000000070780516,0.8389000296592712,0.010900000110268593,0.8673999905586243,0.0026000000070780516,0.8726000189781189,0.008799999952316284,0.8828999996185303,0.021700000390410423,0.8726000189781189,0.008799999952316284,0.9138000011444092,0.006300000008195639,0.8828999996185303,0.021700000390410423,0.9138000011444092,0.006300000008195639,0.9187999963760376,0.015200000256299973,0.8726000189781189,0.008799999952316284,0.8673999905586243,0.0026000000070780516,0.9110000133514404,0.0020000000949949026,0.8726000189781189,0.008799999952316284,0.9110000133514404,0.0020000000949949026,0.9138000011444092,0.006300000008195639,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.0005000000237487257,0.07859999686479568,0,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0,0.07859999686479568,0,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.0007999999797903001,0.18400000035762787,0.0005000000237487257,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.0005000000237487257,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.0005000000237487257,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18400000035762787,0.0005000000237487257,0.07859999686479568,0,0.07859999686479568,0,0.28929999470710754,0.0007999999797903001,0.29420000314712524,0.00019999999494757503,0.18729999661445618,0.00009999999747378752,0.28929999470710754,0.0007999999797903001,0.18729999661445618,0.00009999999747378752,0.18400000035762787,0.0005000000237487257,0.5,0,0.5,0,0.39469999074935913,0.0005000000237487257,0.5,0,0.39469999074935913,0.0005000000237487257,0.39469999074935913,0.0019000000320374966,0.5,0,0.5,0,0.3978999853134155,0.00009999999747378752,0.5,0,0.3978999853134155,0.00009999999747378752,0.39469999074935913,0.0005000000237487257,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.0005000000237487257,0.28929999470710754,0.0007999999797903001,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.0007999999797903001,0.28929999470710754,0.002300000051036477,0.39469999074935913,0.0005000000237487257,0.3978999853134155,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.39469999074935913,0.0005000000237487257,0.29420000314712524,0.00019999999494757503,0.28929999470710754,0.0007999999797903001,0.4275999963283539,0,0.40779998898506165,0,0.5,0,0.4275999963283539,0,0.5,0,0.5,0,0.34529998898506165,0,0.3091000020503998,0,0.40779998898506165,0,0.34529998898506165,0,0.40779998898506165,0,0.4275999963283539,0,0.40779998898506165,0,0.3978999853134155,0.00009999999747378752,0.5,0,0.40779998898506165,0,0.5,0,0.5,0,0.3091000020503998,0,0.29420000314712524,0.00019999999494757503,0.3978999853134155,0.00009999999747378752,0.3091000020503998,0,0.3978999853134155,0.00009999999747378752,0.40779998898506165,0,0.07859999686479568,0,0.07859999686479568,0,0.19709999859333038,0,0.07859999686479568,0,0.19709999859333038,0,0.24320000410079956,0,0.07859999686479568,0,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.19709999859333038,0,0.24320000410079956,0,0.19709999859333038,0,0.3091000020503998,0,0.24320000410079956,0,0.3091000020503998,0,0.34529998898506165,0,0.19709999859333038,0,0.18729999661445618,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.19709999859333038,0,0.29420000314712524,0.00019999999494757503,0.3091000020503998,0,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.0005000000237487257,0.5,0,0.39469999074935913,0.0019000000320374966,0.5,0,0.5,0,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.0007999999797903001,0.39469999074935913,0.0005000000237487257,0.28929999470710754,0.002300000051036477,0.39469999074935913,0.0005000000237487257,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.0005000000237487257,0.3978999853134155,0.00009999999747378752,0.5,0,0.39469999074935913,0.0005000000237487257,0.5,0,0.5,0,0.28929999470710754,0.0007999999797903001,0.29420000314712524,0.00019999999494757503,0.3978999853134155,0.00009999999747378752,0.28929999470710754,0.0007999999797903001,0.3978999853134155,0.00009999999747378752,0.39469999074935913,0.0005000000237487257,0.07859999686479568,0,0.07859999686479568,0,0.18400000035762787,0.0005000000237487257,0.07859999686479568,0,0.18400000035762787,0.0005000000237487257,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.18400000035762787,0.0005000000237487257,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.0005000000237487257,0.28929999470710754,0.0007999999797903001,0.18400000035762787,0.0019000000320374966,0.28929999470710754,0.0007999999797903001,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.0005000000237487257,0.18729999661445618,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.18400000035762787,0.0005000000237487257,0.29420000314712524,0.00019999999494757503,0.28929999470710754,0.0007999999797903001,0.07859999686479568,0,0.24320000410079956,0,0.19709999859333038,0,0.07859999686479568,0,0.19709999859333038,0,0.07859999686479568,0,0.24320000410079956,0,0.34529998898506165,0,0.3091000020503998,0,0.24320000410079956,0,0.3091000020503998,0,0.19709999859333038,0,0.07859999686479568,0,0.19709999859333038,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.3091000020503998,0,0.29420000314712524,0.00019999999494757503,0.18729999661445618,0.00009999999747378752,0.3091000020503998,0,0.18729999661445618,0.00009999999747378752,0.19709999859333038,0,0.5,0,0.5,0,0.40779998898506165,0,0.5,0,0.40779998898506165,0,0.4275999963283539,0,0.5,0,0.5,0,0.3978999853134155,0.00009999999747378752,0.5,0,0.3978999853134155,0.00009999999747378752,0.40779998898506165,0,0.4275999963283539,0,0.40779998898506165,0,0.3091000020503998,0,0.4275999963283539,0,0.3091000020503998,0,0.34529998898506165,0,0.40779998898506165,0,0.3978999853134155,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.40779998898506165,0,0.29420000314712524,0.00019999999494757503,0.3091000020503998,0,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0010000000474974513,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.910099983215332,0.00279999990016222,0.910099983215332,0.0013000000035390258,0.9595000147819519,0.0010000000474974513,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0010000000474974513,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,0.910099983215332,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.9595000147819519,0.0010000000474974513,0.9110000133514404,0.0020000000949949026,0.9599000215530396,0.0013000000035390258,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.0012000000569969416,0.8657000064849854,0.0013000000035390258,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.8289999961853027,0.0012000000569969416,0.8314999938011169,0.003100000089034438,0.8673999905586243,0.0026000000070780516,0.8289999961853027,0.0012000000569969416,0.8673999905586243,0.0026000000070780516,0.8657000064849854,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.0013000000035390258,0.910099983215332,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.910099983215332,0.0013000000035390258,0.910099983215332,0.00279999990016222,0.8657000064849854,0.0013000000035390258,0.8673999905586243,0.0026000000070780516,0.9110000133514404,0.0020000000949949026,0.8657000064849854,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.910099983215332,0.0013000000035390258,0.8828999996185303,0.021700000390410423,0.8726000189781189,0.008799999952316284,0.8389000296592712,0.010900000110268593,0.8828999996185303,0.021700000390410423,0.8389000296592712,0.010900000110268593,0.8537999987602234,0.02710000053048134,0.8828999996185303,0.021700000390410423,0.9187999963760376,0.015200000256299973,0.9138000011444092,0.006300000008195639,0.8828999996185303,0.021700000390410423,0.9138000011444092,0.006300000008195639,0.8726000189781189,0.008799999952316284,0.8726000189781189,0.008799999952316284,0.8673999905586243,0.0026000000070780516,0.8314999938011169,0.003100000089034438,0.8726000189781189,0.008799999952316284,0.8314999938011169,0.003100000089034438,0.8389000296592712,0.010900000110268593,0.8726000189781189,0.008799999952316284,0.9138000011444092,0.006300000008195639,0.9110000133514404,0.0020000000949949026,0.8726000189781189,0.008799999952316284,0.9110000133514404,0.0020000000949949026,0.8673999905586243,0.0026000000070780516,0.9607999920845032,0.008100000210106373,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9607999920845032,0.008100000210106373,1.0113999843597412,0.0006000000284984708,0.9610999822616577,0.0035000001080334187,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,0.9187999963760376,0.015200000256299973,0.9607999920845032,0.008100000210106373,0.9610999822616577,0.0035000001080334187,0.9187999963760376,0.015200000256299973,0.9610999822616577,0.0035000001080334187,0.9138000011444092,0.006300000008195639,0.9138000011444092,0.006300000008195639,0.9610999822616577,0.0035000001080334187,0.9599000215530396,0.0013000000035390258,0.9138000011444092,0.006300000008195639,0.9599000215530396,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.8289999961853027,0.0012000000569969416,0.8023999929428101,0.0027000000700354576,0.8289999961853027,0.0012000000569969416,0.8289999961853027,0.00279999990016222,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.8023999929428101,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.805400013923645,0.0034000000450760126,0.8314999938011169,0.003100000089034438,0.8023999929428101,0.0010999999940395355,0.8314999938011169,0.003100000089034438,0.8289999961853027,0.0012000000569969416,0.7817999720573425,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.805400013923645,0.0034000000450760126,0.7817999720573425,0.0010999999940395355,0.805400013923645,0.0034000000450760126,0.8023999929428101,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7633000016212463,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7670000195503235,0.004000000189989805,0.7427999973297119,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7633000016212463,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7817999720573425,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7851999998092651,0.003700000001117587,0.7633000016212463,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.7817999720573425,0.0010999999940395355,0.8003000020980835,0.03700000047683716,0.7781000137329102,0.014800000004470348,0.758899986743927,0.016100000590085983,0.8003000020980835,0.03700000047683716,0.758899986743927,0.016100000590085983,0.7829999923706055,0.04019999876618385,0.8156999945640564,0.0340999998152256,0.7954000234603882,0.013700000010430813,0.7781000137329102,0.014800000004470348,0.8156999945640564,0.0340999998152256,0.7781000137329102,0.014800000004470348,0.8003000020980835,0.03700000047683716,0.7781000137329102,0.014800000004470348,0.7670000195503235,0.004000000189989805,0.7468000054359436,0.00430000014603138,0.7781000137329102,0.014800000004470348,0.7468000054359436,0.00430000014603138,0.758899986743927,0.016100000590085983,0.7954000234603882,0.013700000010430813,0.7851999998092651,0.003700000001117587,0.7670000195503235,0.004000000189989805,0.7954000234603882,0.013700000010430813,0.7670000195503235,0.004000000189989805,0.7781000137329102,0.014800000004470348,0.8537999987602234,0.02710000053048134,0.8389000296592712,0.010900000110268593,0.8144000172615051,0.012400000356137753,0.8537999987602234,0.02710000053048134,0.8144000172615051,0.012400000356137753,0.8324999809265137,0.03099999949336052,0.8389000296592712,0.010900000110268593,0.8314999938011169,0.003100000089034438,0.805400013923645,0.0034000000450760126,0.8389000296592712,0.010900000110268593,0.805400013923645,0.0034000000450760126,0.8144000172615051,0.012400000356137753,0.8324999809265137,0.03099999949336052,0.8144000172615051,0.012400000356137753,0.7954000234603882,0.013700000010430813,0.8324999809265137,0.03099999949336052,0.7954000234603882,0.013700000010430813,0.8156999945640564,0.0340999998152256,0.8144000172615051,0.012400000356137753,0.805400013923645,0.0034000000450760126,0.7851999998092651,0.003700000001117587,0.8144000172615051,0.012400000356137753,0.7851999998092651,0.003700000001117587,0.7954000234603882,0.013700000010430813,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.7427999973297119,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0008999999845400453,0.7161999940872192,0.0010999999940395355,0.6850000023841858,0.0024999999441206455,0.7161999940872192,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.7206000089645386,0.004699999932199717,0.7468000054359436,0.00430000014603138,0.7161999940872192,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7427999973297119,0.0010999999940395355,0.6850000023841858,0.0008999999845400453,0.6891999840736389,0.004399999976158142,0.7206000089645386,0.004699999932199717,0.6850000023841858,0.0008999999845400453,0.7206000089645386,0.004699999932199717,0.7161999940872192,0.0010999999940395355,0.6150000095367432,0,0.6150000095367432,0,0.6507999897003174,0.0005000000237487257,0.6150000095367432,0,0.6507999897003174,0.0005000000237487257,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6507999897003174,0.0005000000237487257,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.0005000000237487257,0.6850000023841858,0.0008999999845400453,0.6507999897003174,0.0019000000320374966,0.6850000023841858,0.0008999999845400453,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.0005000000237487257,0.6531999707221985,0.0026000000070780516,0.6891999840736389,0.004399999976158142,0.6507999897003174,0.0005000000237487257,0.6891999840736389,0.004399999976158142,0.6850000023841858,0.0008999999845400453,0.6873000264167786,0.0364999994635582,0.6606000065803528,0.009800000116229057,0.6150000095367432,0,0.6873000264167786,0.0364999994635582,0.6150000095367432,0,0.6150000095367432,0,0.7297000288963318,0.04470000043511391,0.70169997215271,0.016699999570846558,0.6606000065803528,0.009800000116229057,0.7297000288963318,0.04470000043511391,0.6606000065803528,0.009800000116229057,0.6873000264167786,0.0364999994635582,0.6606000065803528,0.009800000116229057,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6606000065803528,0.009800000116229057,0.6150000095367432,0,0.6150000095367432,0,0.70169997215271,0.016699999570846558,0.6891999840736389,0.004399999976158142,0.6531999707221985,0.0026000000070780516,0.70169997215271,0.016699999570846558,0.6531999707221985,0.0026000000070780516,0.6606000065803528,0.009800000116229057,0.7829999923706055,0.04019999876618385,0.758899986743927,0.016100000590085983,0.7339000105857849,0.01769999973475933,0.7829999923706055,0.04019999876618385,0.7339000105857849,0.01769999973475933,0.7605000138282776,0.04430000111460686,0.758899986743927,0.016100000590085983,0.7468000054359436,0.00430000014603138,0.7206000089645386,0.004699999932199717,0.758899986743927,0.016100000590085983,0.7206000089645386,0.004699999932199717,0.7339000105857849,0.01769999973475933,0.7605000138282776,0.04430000111460686,0.7339000105857849,0.01769999973475933,0.70169997215271,0.016699999570846558,0.7605000138282776,0.04430000111460686,0.70169997215271,0.016699999570846558,0.7297000288963318,0.04470000043511391,0.7339000105857849,0.01769999973475933,0.7206000089645386,0.004699999932199717,0.6891999840736389,0.004399999976158142,0.7339000105857849,0.01769999973475933,0.6891999840736389,0.004399999976158142,0.70169997215271,0.016699999570846558,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.0005000000237487257,0.6150000095367432,0,0.6507999897003174,0.0019000000320374966,0.6150000095367432,0,0.6150000095367432,0,0.6850000023841858,0.0024999999441206455,0.6850000023841858,0.0008999999845400453,0.6507999897003174,0.0005000000237487257,0.6850000023841858,0.0024999999441206455,0.6507999897003174,0.0005000000237487257,0.6507999897003174,0.0019000000320374966,0.6507999897003174,0.0005000000237487257,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6507999897003174,0.0005000000237487257,0.6150000095367432,0,0.6150000095367432,0,0.6850000023841858,0.0008999999845400453,0.6891999840736389,0.004399999976158142,0.6531999707221985,0.0026000000070780516,0.6850000023841858,0.0008999999845400453,0.6531999707221985,0.0026000000070780516,0.6507999897003174,0.0005000000237487257,0.7427999973297119,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7161999940872192,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7206000089645386,0.004699999932199717,0.7427999973297119,0.0010999999940395355,0.7206000089645386,0.004699999932199717,0.7161999940872192,0.0010999999940395355,0.7161999940872192,0.0027000000700354576,0.7161999940872192,0.0010999999940395355,0.6850000023841858,0.0008999999845400453,0.7161999940872192,0.0027000000700354576,0.6850000023841858,0.0008999999845400453,0.6850000023841858,0.0024999999441206455,0.7161999940872192,0.0010999999940395355,0.7206000089645386,0.004699999932199717,0.6891999840736389,0.004399999976158142,0.7161999940872192,0.0010999999940395355,0.6891999840736389,0.004399999976158142,0.6850000023841858,0.0008999999845400453,0.7605000138282776,0.04430000111460686,0.7339000105857849,0.01769999973475933,0.758899986743927,0.016100000590085983,0.7605000138282776,0.04430000111460686,0.758899986743927,0.016100000590085983,0.7829999923706055,0.04019999876618385,0.7297000288963318,0.04470000043511391,0.70169997215271,0.016699999570846558,0.7339000105857849,0.01769999973475933,0.7297000288963318,0.04470000043511391,0.7339000105857849,0.01769999973475933,0.7605000138282776,0.04430000111460686,0.7339000105857849,0.01769999973475933,0.7206000089645386,0.004699999932199717,0.7468000054359436,0.00430000014603138,0.7339000105857849,0.01769999973475933,0.7468000054359436,0.00430000014603138,0.758899986743927,0.016100000590085983,0.70169997215271,0.016699999570846558,0.6891999840736389,0.004399999976158142,0.7206000089645386,0.004699999932199717,0.70169997215271,0.016699999570846558,0.7206000089645386,0.004699999932199717,0.7339000105857849,0.01769999973475933,0.6150000095367432,0,0.6150000095367432,0,0.6606000065803528,0.009800000116229057,0.6150000095367432,0,0.6606000065803528,0.009800000116229057,0.6873000264167786,0.0364999994635582,0.6150000095367432,0,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6150000095367432,0,0.6531999707221985,0.0026000000070780516,0.6606000065803528,0.009800000116229057,0.6873000264167786,0.0364999994635582,0.6606000065803528,0.009800000116229057,0.70169997215271,0.016699999570846558,0.6873000264167786,0.0364999994635582,0.70169997215271,0.016699999570846558,0.7297000288963318,0.04470000043511391,0.6606000065803528,0.009800000116229057,0.6531999707221985,0.0026000000070780516,0.6891999840736389,0.004399999976158142,0.6606000065803528,0.009800000116229057,0.6891999840736389,0.004399999976158142,0.70169997215271,0.016699999570846558,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7427999973297119,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7427999973297119,0.0010999999940395355,0.7427999973297119,0.0027000000700354576,0.7817999720573425,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.7633000016212463,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7633000016212463,0.0027000000700354576,0.7633000016212463,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7468000054359436,0.00430000014603138,0.7633000016212463,0.0010999999940395355,0.7468000054359436,0.00430000014603138,0.7427999973297119,0.0010999999940395355,0.7817999720573425,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.7670000195503235,0.004000000189989805,0.7817999720573425,0.0010999999940395355,0.7670000195503235,0.004000000189989805,0.7633000016212463,0.0010999999940395355,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.0012000000569969416,0.8023999929428101,0.0010999999940395355,0.8289999961853027,0.00279999990016222,0.8023999929428101,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.8289999961853027,0.0012000000569969416,0.8314999938011169,0.003100000089034438,0.805400013923645,0.0034000000450760126,0.8289999961853027,0.0012000000569969416,0.805400013923645,0.0034000000450760126,0.8023999929428101,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.7817999720573425,0.0010999999940395355,0.8023999929428101,0.0027000000700354576,0.7817999720573425,0.0010999999940395355,0.7817999720573425,0.0027000000700354576,0.8023999929428101,0.0010999999940395355,0.805400013923645,0.0034000000450760126,0.7851999998092651,0.003700000001117587,0.8023999929428101,0.0010999999940395355,0.7851999998092651,0.003700000001117587,0.7817999720573425,0.0010999999940395355,0.8324999809265137,0.03099999949336052,0.8144000172615051,0.012400000356137753,0.8389000296592712,0.010900000110268593,0.8324999809265137,0.03099999949336052,0.8389000296592712,0.010900000110268593,0.8537999987602234,0.02710000053048134,0.8156999945640564,0.0340999998152256,0.7954000234603882,0.013700000010430813,0.8144000172615051,0.012400000356137753,0.8156999945640564,0.0340999998152256,0.8144000172615051,0.012400000356137753,0.8324999809265137,0.03099999949336052,0.8144000172615051,0.012400000356137753,0.805400013923645,0.0034000000450760126,0.8314999938011169,0.003100000089034438,0.8144000172615051,0.012400000356137753,0.8314999938011169,0.003100000089034438,0.8389000296592712,0.010900000110268593,0.7954000234603882,0.013700000010430813,0.7851999998092651,0.003700000001117587,0.805400013923645,0.0034000000450760126,0.7954000234603882,0.013700000010430813,0.805400013923645,0.0034000000450760126,0.8144000172615051,0.012400000356137753,0.7829999923706055,0.04019999876618385,0.758899986743927,0.016100000590085983,0.7781000137329102,0.014800000004470348,0.7829999923706055,0.04019999876618385,0.7781000137329102,0.014800000004470348,0.8003000020980835,0.03700000047683716,0.758899986743927,0.016100000590085983,0.7468000054359436,0.00430000014603138,0.7670000195503235,0.004000000189989805,0.758899986743927,0.016100000590085983,0.7670000195503235,0.004000000189989805,0.7781000137329102,0.014800000004470348,0.8003000020980835,0.03700000047683716,0.7781000137329102,0.014800000004470348,0.7954000234603882,0.013700000010430813,0.8003000020980835,0.03700000047683716,0.7954000234603882,0.013700000010430813,0.8156999945640564,0.0340999998152256,0.7781000137329102,0.014800000004470348,0.7670000195503235,0.004000000189989805,0.7851999998092651,0.003700000001117587,0.7781000137329102,0.014800000004470348,0.7851999998092651,0.003700000001117587,0.7954000234603882,0.013700000010430813,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.0013000000035390258,0.8289999961853027,0.0012000000569969416,0.8657000064849854,0.002899999963119626,0.8289999961853027,0.0012000000569969416,0.8289999961853027,0.00279999990016222,0.910099983215332,0.00279999990016222,0.910099983215332,0.0013000000035390258,0.8657000064849854,0.0013000000035390258,0.910099983215332,0.00279999990016222,0.8657000064849854,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.0013000000035390258,0.8673999905586243,0.0026000000070780516,0.8314999938011169,0.003100000089034438,0.8657000064849854,0.0013000000035390258,0.8314999938011169,0.003100000089034438,0.8289999961853027,0.0012000000569969416,0.910099983215332,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.8673999905586243,0.0026000000070780516,0.910099983215332,0.0013000000035390258,0.8673999905586243,0.0026000000070780516,0.8657000064849854,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,0.9595000147819519,0.0010000000474974513,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0010000000474974513,0.910099983215332,0.0013000000035390258,0.9595000147819519,0.002300000051036477,0.910099983215332,0.0013000000035390258,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0010000000474974513,0.9599000215530396,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.9595000147819519,0.0010000000474974513,0.9110000133514404,0.0020000000949949026,0.910099983215332,0.0013000000035390258,0.9607999920845032,0.008100000210106373,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,0.9607999920845032,0.008100000210106373,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9187999963760376,0.015200000256299973,0.9138000011444092,0.006300000008195639,0.9610999822616577,0.0035000001080334187,0.9187999963760376,0.015200000256299973,0.9610999822616577,0.0035000001080334187,0.9607999920845032,0.008100000210106373,0.9610999822616577,0.0035000001080334187,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9138000011444092,0.006300000008195639,0.9110000133514404,0.0020000000949949026,0.9599000215530396,0.0013000000035390258,0.9138000011444092,0.006300000008195639,0.9599000215530396,0.0013000000035390258,0.9610999822616577,0.0035000001080334187,0.8537999987602234,0.02710000053048134,0.8389000296592712,0.010900000110268593,0.8726000189781189,0.008799999952316284,0.8537999987602234,0.02710000053048134,0.8726000189781189,0.008799999952316284,0.8828999996185303,0.021700000390410423,0.8389000296592712,0.010900000110268593,0.8314999938011169,0.003100000089034438,0.8673999905586243,0.0026000000070780516,0.8389000296592712,0.010900000110268593,0.8673999905586243,0.0026000000070780516,0.8726000189781189,0.008799999952316284,0.8828999996185303,0.021700000390410423,0.8726000189781189,0.008799999952316284,0.9138000011444092,0.006300000008195639,0.8828999996185303,0.021700000390410423,0.9138000011444092,0.006300000008195639,0.9187999963760376,0.015200000256299973,0.8726000189781189,0.008799999952316284,0.8673999905586243,0.0026000000070780516,0.9110000133514404,0.0020000000949949026,0.8726000189781189,0.008799999952316284,0.9110000133514404,0.0020000000949949026,0.9138000011444092,0.006300000008195639,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.0005000000237487257,0.07859999686479568,0,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0,0.07859999686479568,0,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.0007999999797903001,0.18400000035762787,0.0005000000237487257,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.0005000000237487257,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.0005000000237487257,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18400000035762787,0.0005000000237487257,0.07859999686479568,0,0.07859999686479568,0,0.28929999470710754,0.0007999999797903001,0.29420000314712524,0.00019999999494757503,0.18729999661445618,0.00009999999747378752,0.28929999470710754,0.0007999999797903001,0.18729999661445618,0.00009999999747378752,0.18400000035762787,0.0005000000237487257,0.5,0,0.5,0,0.39469999074935913,0.0005000000237487257,0.5,0,0.39469999074935913,0.0005000000237487257,0.39469999074935913,0.0019000000320374966,0.5,0,0.5,0,0.3978999853134155,0.00009999999747378752,0.5,0,0.3978999853134155,0.00009999999747378752,0.39469999074935913,0.0005000000237487257,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.0005000000237487257,0.28929999470710754,0.0007999999797903001,0.39469999074935913,0.0019000000320374966,0.28929999470710754,0.0007999999797903001,0.28929999470710754,0.002300000051036477,0.39469999074935913,0.0005000000237487257,0.3978999853134155,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.39469999074935913,0.0005000000237487257,0.29420000314712524,0.00019999999494757503,0.28929999470710754,0.0007999999797903001,0.4275999963283539,0,0.40779998898506165,0,0.5,0,0.4275999963283539,0,0.5,0,0.5,0,0.34529998898506165,0,0.3091000020503998,0,0.40779998898506165,0,0.34529998898506165,0,0.40779998898506165,0,0.4275999963283539,0,0.40779998898506165,0,0.3978999853134155,0.00009999999747378752,0.5,0,0.40779998898506165,0,0.5,0,0.5,0,0.3091000020503998,0,0.29420000314712524,0.00019999999494757503,0.3978999853134155,0.00009999999747378752,0.3091000020503998,0,0.3978999853134155,0.00009999999747378752,0.40779998898506165,0,0.07859999686479568,0,0.07859999686479568,0,0.19709999859333038,0,0.07859999686479568,0,0.19709999859333038,0,0.24320000410079956,0,0.07859999686479568,0,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.19709999859333038,0,0.24320000410079956,0,0.19709999859333038,0,0.3091000020503998,0,0.24320000410079956,0,0.3091000020503998,0,0.34529998898506165,0,0.19709999859333038,0,0.18729999661445618,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.19709999859333038,0,0.29420000314712524,0.00019999999494757503,0.3091000020503998,0,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.0005000000237487257,0.5,0,0.39469999074935913,0.0019000000320374966,0.5,0,0.5,0,0.28929999470710754,0.002300000051036477,0.28929999470710754,0.0007999999797903001,0.39469999074935913,0.0005000000237487257,0.28929999470710754,0.002300000051036477,0.39469999074935913,0.0005000000237487257,0.39469999074935913,0.0019000000320374966,0.39469999074935913,0.0005000000237487257,0.3978999853134155,0.00009999999747378752,0.5,0,0.39469999074935913,0.0005000000237487257,0.5,0,0.5,0,0.28929999470710754,0.0007999999797903001,0.29420000314712524,0.00019999999494757503,0.3978999853134155,0.00009999999747378752,0.28929999470710754,0.0007999999797903001,0.3978999853134155,0.00009999999747378752,0.39469999074935913,0.0005000000237487257,0.07859999686479568,0,0.07859999686479568,0,0.18400000035762787,0.0005000000237487257,0.07859999686479568,0,0.18400000035762787,0.0005000000237487257,0.18400000035762787,0.0019000000320374966,0.07859999686479568,0,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.18400000035762787,0.0005000000237487257,0.18400000035762787,0.0019000000320374966,0.18400000035762787,0.0005000000237487257,0.28929999470710754,0.0007999999797903001,0.18400000035762787,0.0019000000320374966,0.28929999470710754,0.0007999999797903001,0.28929999470710754,0.002300000051036477,0.18400000035762787,0.0005000000237487257,0.18729999661445618,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.18400000035762787,0.0005000000237487257,0.29420000314712524,0.00019999999494757503,0.28929999470710754,0.0007999999797903001,0.07859999686479568,0,0.24320000410079956,0,0.19709999859333038,0,0.07859999686479568,0,0.19709999859333038,0,0.07859999686479568,0,0.24320000410079956,0,0.34529998898506165,0,0.3091000020503998,0,0.24320000410079956,0,0.3091000020503998,0,0.19709999859333038,0,0.07859999686479568,0,0.19709999859333038,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.18729999661445618,0.00009999999747378752,0.07859999686479568,0,0.3091000020503998,0,0.29420000314712524,0.00019999999494757503,0.18729999661445618,0.00009999999747378752,0.3091000020503998,0,0.18729999661445618,0.00009999999747378752,0.19709999859333038,0,0.5,0,0.5,0,0.40779998898506165,0,0.5,0,0.40779998898506165,0,0.4275999963283539,0,0.5,0,0.5,0,0.3978999853134155,0.00009999999747378752,0.5,0,0.3978999853134155,0.00009999999747378752,0.40779998898506165,0,0.4275999963283539,0,0.40779998898506165,0,0.3091000020503998,0,0.4275999963283539,0,0.3091000020503998,0,0.34529998898506165,0,0.40779998898506165,0,0.3978999853134155,0.00009999999747378752,0.29420000314712524,0.00019999999494757503,0.40779998898506165,0,0.29420000314712524,0.00019999999494757503,0.3091000020503998,0,0.9595000147819519,0.002300000051036477,0.9595000147819519,0.0010000000474974513,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.910099983215332,0.00279999990016222,0.910099983215332,0.0013000000035390258,0.9595000147819519,0.0010000000474974513,0.910099983215332,0.00279999990016222,0.9595000147819519,0.0010000000474974513,0.9595000147819519,0.002300000051036477,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,1.0113999843597412,0.0006000000284984708,0.9595000147819519,0.0010000000474974513,0.910099983215332,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.9595000147819519,0.0010000000474974513,0.9110000133514404,0.0020000000949949026,0.9599000215530396,0.0013000000035390258,0.8289999961853027,0.00279999990016222,0.8289999961853027,0.0012000000569969416,0.8657000064849854,0.0013000000035390258,0.8289999961853027,0.00279999990016222,0.8657000064849854,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.8289999961853027,0.0012000000569969416,0.8314999938011169,0.003100000089034438,0.8673999905586243,0.0026000000070780516,0.8289999961853027,0.0012000000569969416,0.8673999905586243,0.0026000000070780516,0.8657000064849854,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.8657000064849854,0.0013000000035390258,0.910099983215332,0.0013000000035390258,0.8657000064849854,0.002899999963119626,0.910099983215332,0.0013000000035390258,0.910099983215332,0.00279999990016222,0.8657000064849854,0.0013000000035390258,0.8673999905586243,0.0026000000070780516,0.9110000133514404,0.0020000000949949026,0.8657000064849854,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,0.910099983215332,0.0013000000035390258,0.8828999996185303,0.021700000390410423,0.8726000189781189,0.008799999952316284,0.8389000296592712,0.010900000110268593,0.8828999996185303,0.021700000390410423,0.8389000296592712,0.010900000110268593,0.8537999987602234,0.02710000053048134,0.8828999996185303,0.021700000390410423,0.9187999963760376,0.015200000256299973,0.9138000011444092,0.006300000008195639,0.8828999996185303,0.021700000390410423,0.9138000011444092,0.006300000008195639,0.8726000189781189,0.008799999952316284,0.8726000189781189,0.008799999952316284,0.8673999905586243,0.0026000000070780516,0.8314999938011169,0.003100000089034438,0.8726000189781189,0.008799999952316284,0.8314999938011169,0.003100000089034438,0.8389000296592712,0.010900000110268593,0.8726000189781189,0.008799999952316284,0.9138000011444092,0.006300000008195639,0.9110000133514404,0.0020000000949949026,0.8726000189781189,0.008799999952316284,0.9110000133514404,0.0020000000949949026,0.8673999905586243,0.0026000000070780516,0.9607999920845032,0.008100000210106373,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9607999920845032,0.008100000210106373,1.0113999843597412,0.0006000000284984708,0.9610999822616577,0.0035000001080334187,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,1.0113999843597412,0.0006000000284984708,0.9610999822616577,0.0035000001080334187,1.0113999843597412,0.0006000000284984708,0.9599000215530396,0.0013000000035390258,0.9187999963760376,0.015200000256299973,0.9607999920845032,0.008100000210106373,0.9610999822616577,0.0035000001080334187,0.9187999963760376,0.015200000256299973,0.9610999822616577,0.0035000001080334187,0.9138000011444092,0.006300000008195639,0.9138000011444092,0.006300000008195639,0.9610999822616577,0.0035000001080334187,0.9599000215530396,0.0013000000035390258,0.9138000011444092,0.006300000008195639,0.9599000215530396,0.0013000000035390258,0.9110000133514404,0.0020000000949949026,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9962999820709229,0.2329999953508377,0.9959999918937683,0.2531999945640564,1,0.23669999837875366,0.9959999918937683,0.2531999945640564,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9954000115394592,0.21490000188350677,0.9962999820709229,0.2329999953508377,0.9987999796867371,0.218299999833107,0.9962999820709229,0.2329999953508377,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9851999878883362,0.17010000348091125,0.9921000003814697,0.19529999792575836,0.9876999855041504,0.1728000044822693,0.9921000003814697,0.19529999792575836,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9921000003814697,0.19529999792575836,0.9954000115394592,0.21490000188350677,0.9951000213623047,0.19830000400543213,0.9954000115394592,0.21490000188350677,0.9987999796867371,0.218299999833107,0.9649999737739563,0.16740000247955322,0.9829999804496765,0.1860000044107437,0.9778000116348267,0.16200000047683716,0.9649999737739563,0.16740000247955322,0.9778000116348267,0.16200000047683716,0.9628999829292297,0.14579999446868896,0.964900016784668,0.1842000037431717,0.9851999878883362,0.20469999313354492,0.9829999804496765,0.1860000044107437,0.964900016784668,0.1842000037431717,0.9829999804496765,0.1860000044107437,0.9649999737739563,0.16740000247955322,0.9829999804496765,0.1860000044107437,0.9921000003814697,0.19529999792575836,0.9851999878883362,0.17010000348091125,0.9829999804496765,0.1860000044107437,0.9851999878883362,0.17010000348091125,0.9778000116348267,0.16200000047683716,0.9851999878883362,0.20469999313354492,0.9954000115394592,0.21490000188350677,0.9921000003814697,0.19529999792575836,0.9851999878883362,0.20469999313354492,0.9921000003814697,0.19529999792575836,0.9829999804496765,0.1860000044107437,0.9598000049591064,0.21699999272823334,0.9839000105857849,0.2410999983549118,0.9851999878883362,0.22190000116825104,0.9598000049591064,0.21699999272823334,0.9851999878883362,0.22190000116825104,0.9629999995231628,0.1996999979019165,0.9839000105857849,0.2410999983549118,0.9959999918937683,0.2531999945640564,0.9962999820709229,0.2329999953508377,0.9839000105857849,0.2410999983549118,0.9962999820709229,0.2329999953508377,0.9851999878883362,0.22190000116825104,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.22190000116825104,0.9851999878883362,0.20469999313354492,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.20469999313354492,0.964900016784668,0.1842000037431717,0.9851999878883362,0.22190000116825104,0.9962999820709229,0.2329999953508377,0.9954000115394592,0.21490000188350677,0.9851999878883362,0.22190000116825104,0.9954000115394592,0.21490000188350677,0.9851999878883362,0.20469999313354492,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9736999869346619,0.13570000231266022,0.9851999878883362,0.17010000348091125,0.9753999710083008,0.13779999315738678,0.9851999878883362,0.17010000348091125,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9526000022888184,0.09730000048875809,0.9736999869346619,0.13570000231266022,0.9541000127792358,0.09889999777078629,0.9736999869346619,0.13570000231266022,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8633000254631042,0.03020000085234642,0.9196000099182129,0.061400000005960464,0.8633000254631042,0.03020000085234642,0.9168000221252441,0.06040000170469284,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9168000221252441,0.06040000170469284,0.9541000127792358,0.09889999777078629,0.9168000221252441,0.06040000170469284,0.9526000022888184,0.09730000048875809,0.8234000205993652,0.024800000712275505,0.9065999984741211,0.051100000739097595,0.9083999991416931,0.057500001043081284,0.8234000205993652,0.024800000712275505,0.9083999991416931,0.057500001043081284,0.8496999740600586,0.02879999950528145,0.9065999984741211,0.051100000739097595,0.9423999786376953,0.08330000191926956,0.9478999972343445,0.09269999712705612,0.9065999984741211,0.051100000739097595,0.9478999972343445,0.09269999712705612,0.9083999991416931,0.057500001043081284,0.8496999740600586,0.02879999950528145,0.9083999991416931,0.057500001043081284,0.9168000221252441,0.06040000170469284,0.8496999740600586,0.02879999950528145,0.9168000221252441,0.06040000170469284,0.8633000254631042,0.03020000085234642,0.9083999991416931,0.057500001043081284,0.9478999972343445,0.09269999712705612,0.9526000022888184,0.09730000048875809,0.9083999991416931,0.057500001043081284,0.9526000022888184,0.09730000048875809,0.9168000221252441,0.06040000170469284,0.9628999829292297,0.14579999446868896,0.9778000116348267,0.16200000047683716,0.9685999751091003,0.12919999659061432,0.9628999829292297,0.14579999446868896,0.9685999751091003,0.12919999659061432,0.958299994468689,0.11630000174045563,0.9778000116348267,0.16200000047683716,0.9851999878883362,0.17010000348091125,0.9736999869346619,0.13570000231266022,0.9778000116348267,0.16200000047683716,0.9736999869346619,0.13570000231266022,0.9685999751091003,0.12919999659061432,0.9423999786376953,0.08330000191926956,0.958299994468689,0.11630000174045563,0.9685999751091003,0.12919999659061432,0.9423999786376953,0.08330000191926956,0.9685999751091003,0.12919999659061432,0.9478999972343445,0.09269999712705612,0.9478999972343445,0.09269999712705612,0.9685999751091003,0.12919999659061432,0.9736999869346619,0.13570000231266022,0.9478999972343445,0.09269999712705612,0.9736999869346619,0.13570000231266022,0.9526000022888184,0.09730000048875809,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7889000177383423,0.01209999993443489,0.8633000254631042,0.03020000085234642,0.7946000099182129,0.012299999594688416,0.8633000254631042,0.03020000085234642,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.6998000144958496,0.003000000026077032,0.7889000177383423,0.01209999993443489,0.705299973487854,0.003100000089034438,0.7889000177383423,0.01209999993443489,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6021000146865845,0,0.5,0,0.6021000146865845,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6021000146865845,0,0.6998000144958496,0.003000000026077032,0.6053000092506409,0,0.6998000144958496,0.003000000026077032,0.705299973487854,0.003100000089034438,0.5723999738693237,0,0.592199981212616,0,0.5,0,0.5723999738693237,0,0.5,0,0.5,0,0.646399974822998,0.002400000113993883,0.6832000017166138,0.002899999963119626,0.592199981212616,0,0.646399974822998,0.002400000113993883,0.592199981212616,0,0.5723999738693237,0,0.592199981212616,0,0.6021000146865845,0,0.5,0,0.592199981212616,0,0.5,0,0.5,0,0.6832000017166138,0.002899999963119626,0.6998000144958496,0.003000000026077032,0.6021000146865845,0,0.6832000017166138,0.002899999963119626,0.6021000146865845,0,0.592199981212616,0,0.7236999869346619,0.009600000455975533,0.8234000205993652,0.024800000712275505,0.8496999740600586,0.02879999950528145,0.7236999869346619,0.009600000455975533,0.8496999740600586,0.02879999950528145,0.7718999981880188,0.011500000022351742,0.7718999981880188,0.011500000022351742,0.8496999740600586,0.02879999950528145,0.8633000254631042,0.03020000085234642,0.7718999981880188,0.011500000022351742,0.8633000254631042,0.03020000085234642,0.7889000177383423,0.01209999993443489,0.646399974822998,0.002400000113993883,0.7236999869346619,0.009600000455975533,0.7718999981880188,0.011500000022351742,0.646399974822998,0.002400000113993883,0.7718999981880188,0.011500000022351742,0.6832000017166138,0.002899999963119626,0.7718999981880188,0.011500000022351742,0.7889000177383423,0.01209999993443489,0.6998000144958496,0.003000000026077032,0.7718999981880188,0.011500000022351742,0.6998000144958496,0.003000000026077032,0.6832000017166138,0.002899999963119626,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6021000146865845,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.6998000144958496,0.003000000026077032,0.6021000146865845,0,0.705299973487854,0.003100000089034438,0.6021000146865845,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8633000254631042,0.03020000085234642,0.7889000177383423,0.01209999993443489,0.8677999973297119,0.030700000002980232,0.7889000177383423,0.01209999993443489,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7889000177383423,0.01209999993443489,0.6998000144958496,0.003000000026077032,0.7946000099182129,0.012299999594688416,0.6998000144958496,0.003000000026077032,0.705299973487854,0.003100000089034438,0.7236999869346619,0.009600000455975533,0.7718999981880188,0.011500000022351742,0.8496999740600586,0.02879999950528145,0.7236999869346619,0.009600000455975533,0.8496999740600586,0.02879999950528145,0.8234000205993652,0.024800000712275505,0.646399974822998,0.002400000113993883,0.6832000017166138,0.002899999963119626,0.7718999981880188,0.011500000022351742,0.646399974822998,0.002400000113993883,0.7718999981880188,0.011500000022351742,0.7236999869346619,0.009600000455975533,0.7718999981880188,0.011500000022351742,0.7889000177383423,0.01209999993443489,0.8633000254631042,0.03020000085234642,0.7718999981880188,0.011500000022351742,0.8633000254631042,0.03020000085234642,0.8496999740600586,0.02879999950528145,0.6832000017166138,0.002899999963119626,0.6998000144958496,0.003000000026077032,0.7889000177383423,0.01209999993443489,0.6832000017166138,0.002899999963119626,0.7889000177383423,0.01209999993443489,0.7718999981880188,0.011500000022351742,0.5,0,0.5,0,0.592199981212616,0,0.5,0,0.592199981212616,0,0.5723999738693237,0,0.5,0,0.5,0,0.6021000146865845,0,0.5,0,0.6021000146865845,0,0.592199981212616,0,0.5723999738693237,0,0.592199981212616,0,0.6832000017166138,0.002899999963119626,0.5723999738693237,0,0.6832000017166138,0.002899999963119626,0.646399974822998,0.002400000113993883,0.592199981212616,0,0.6021000146865845,0,0.6998000144958496,0.003000000026077032,0.592199981212616,0,0.6998000144958496,0.003000000026077032,0.6832000017166138,0.002899999963119626,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9168000221252441,0.06040000170469284,0.8633000254631042,0.03020000085234642,0.9196000099182129,0.061400000005960464,0.8633000254631042,0.03020000085234642,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9526000022888184,0.09730000048875809,0.9168000221252441,0.06040000170469284,0.9541000127792358,0.09889999777078629,0.9168000221252441,0.06040000170469284,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9851999878883362,0.17010000348091125,0.9736999869346619,0.13570000231266022,0.9876999855041504,0.1728000044822693,0.9736999869346619,0.13570000231266022,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9736999869346619,0.13570000231266022,0.9526000022888184,0.09730000048875809,0.9753999710083008,0.13779999315738678,0.9526000022888184,0.09730000048875809,0.9541000127792358,0.09889999777078629,0.958299994468689,0.11630000174045563,0.9685999751091003,0.12919999659061432,0.9778000116348267,0.16200000047683716,0.958299994468689,0.11630000174045563,0.9778000116348267,0.16200000047683716,0.9628999829292297,0.14579999446868896,0.9423999786376953,0.08330000191926956,0.9478999972343445,0.09269999712705612,0.9685999751091003,0.12919999659061432,0.9423999786376953,0.08330000191926956,0.9685999751091003,0.12919999659061432,0.958299994468689,0.11630000174045563,0.9685999751091003,0.12919999659061432,0.9736999869346619,0.13570000231266022,0.9851999878883362,0.17010000348091125,0.9685999751091003,0.12919999659061432,0.9851999878883362,0.17010000348091125,0.9778000116348267,0.16200000047683716,0.9478999972343445,0.09269999712705612,0.9526000022888184,0.09730000048875809,0.9736999869346619,0.13570000231266022,0.9478999972343445,0.09269999712705612,0.9736999869346619,0.13570000231266022,0.9685999751091003,0.12919999659061432,0.8234000205993652,0.024800000712275505,0.8496999740600586,0.02879999950528145,0.9083999991416931,0.057500001043081284,0.8234000205993652,0.024800000712275505,0.9083999991416931,0.057500001043081284,0.9065999984741211,0.051100000739097595,0.8496999740600586,0.02879999950528145,0.8633000254631042,0.03020000085234642,0.9168000221252441,0.06040000170469284,0.8496999740600586,0.02879999950528145,0.9168000221252441,0.06040000170469284,0.9083999991416931,0.057500001043081284,0.9065999984741211,0.051100000739097595,0.9083999991416931,0.057500001043081284,0.9478999972343445,0.09269999712705612,0.9065999984741211,0.051100000739097595,0.9478999972343445,0.09269999712705612,0.9423999786376953,0.08330000191926956,0.9083999991416931,0.057500001043081284,0.9168000221252441,0.06040000170469284,0.9526000022888184,0.09730000048875809,0.9083999991416931,0.057500001043081284,0.9526000022888184,0.09730000048875809,0.9478999972343445,0.09269999712705612,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9921000003814697,0.19529999792575836,0.9851999878883362,0.17010000348091125,0.9951000213623047,0.19830000400543213,0.9851999878883362,0.17010000348091125,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9954000115394592,0.21490000188350677,0.9921000003814697,0.19529999792575836,0.9987999796867371,0.218299999833107,0.9921000003814697,0.19529999792575836,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,0.9959999918937683,0.2531999945640564,0.9962999820709229,0.2329999953508377,1,0.2572000026702881,0.9962999820709229,0.2329999953508377,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9962999820709229,0.2329999953508377,0.9954000115394592,0.21490000188350677,1,0.23669999837875366,0.9954000115394592,0.21490000188350677,0.9987999796867371,0.218299999833107,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.22190000116825104,0.9839000105857849,0.2410999983549118,0.9629999995231628,0.1996999979019165,0.9839000105857849,0.2410999983549118,0.9598000049591064,0.21699999272823334,0.964900016784668,0.1842000037431717,0.9851999878883362,0.20469999313354492,0.9851999878883362,0.22190000116825104,0.964900016784668,0.1842000037431717,0.9851999878883362,0.22190000116825104,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.22190000116825104,0.9962999820709229,0.2329999953508377,0.9959999918937683,0.2531999945640564,0.9851999878883362,0.22190000116825104,0.9959999918937683,0.2531999945640564,0.9839000105857849,0.2410999983549118,0.9851999878883362,0.20469999313354492,0.9954000115394592,0.21490000188350677,0.9962999820709229,0.2329999953508377,0.9851999878883362,0.20469999313354492,0.9962999820709229,0.2329999953508377,0.9851999878883362,0.22190000116825104,0.9628999829292297,0.14579999446868896,0.9778000116348267,0.16200000047683716,0.9829999804496765,0.1860000044107437,0.9628999829292297,0.14579999446868896,0.9829999804496765,0.1860000044107437,0.9649999737739563,0.16740000247955322,0.9778000116348267,0.16200000047683716,0.9851999878883362,0.17010000348091125,0.9921000003814697,0.19529999792575836,0.9778000116348267,0.16200000047683716,0.9921000003814697,0.19529999792575836,0.9829999804496765,0.1860000044107437,0.9649999737739563,0.16740000247955322,0.9829999804496765,0.1860000044107437,0.9851999878883362,0.20469999313354492,0.9649999737739563,0.16740000247955322,0.9851999878883362,0.20469999313354492,0.964900016784668,0.1842000037431717,0.9829999804496765,0.1860000044107437,0.9921000003814697,0.19529999792575836,0.9954000115394592,0.21490000188350677,0.9829999804496765,0.1860000044107437,0.9954000115394592,0.21490000188350677,0.9851999878883362,0.20469999313354492,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,0.9955999851226807,0.2793999910354614,0.9959999918937683,0.2531999945640564,1,0.28380000591278076,0.9959999918937683,0.2531999945640564,1,0.2572000026702881,1,0.3149999976158142,0.9958000183105469,0.3107999861240387,0.9955999851226807,0.2793999910354614,1,0.3149999976158142,0.9955999851226807,0.2793999910354614,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,0.9976000189781189,0.3467999994754791,0.9958000183105469,0.3107999861240387,1,0.3492000102996826,0.9958000183105469,0.3107999861240387,1,0.3149999976158142,0.9635000228881836,0.3127000033855438,0.9901999831199646,0.3393999934196472,1,0.38499999046325684,0.9635000228881836,0.3127000033855438,1,0.38499999046325684,1,0.38499999046325684,0.955299973487854,0.2703000009059906,0.983299970626831,0.29829999804496765,0.9901999831199646,0.3393999934196472,0.955299973487854,0.2703000009059906,0.9901999831199646,0.3393999934196472,0.9635000228881836,0.3127000033855438,0.9901999831199646,0.3393999934196472,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,0.9901999831199646,0.3393999934196472,1,0.38499999046325684,1,0.38499999046325684,0.983299970626831,0.29829999804496765,0.9958000183105469,0.3107999861240387,0.9976000189781189,0.3467999994754791,0.983299970626831,0.29829999804496765,0.9976000189781189,0.3467999994754791,0.9901999831199646,0.3393999934196472,0.9598000049591064,0.21699999272823334,0.9839000105857849,0.2410999983549118,0.9822999835014343,0.2660999894142151,0.9598000049591064,0.21699999272823334,0.9822999835014343,0.2660999894142151,0.9556999802589417,0.2395000010728836,0.9839000105857849,0.2410999983549118,0.9959999918937683,0.2531999945640564,0.9955999851226807,0.2793999910354614,0.9839000105857849,0.2410999983549118,0.9955999851226807,0.2793999910354614,0.9822999835014343,0.2660999894142151,0.9556999802589417,0.2395000010728836,0.9822999835014343,0.2660999894142151,0.983299970626831,0.29829999804496765,0.9556999802589417,0.2395000010728836,0.983299970626831,0.29829999804496765,0.955299973487854,0.2703000009059906,0.9822999835014343,0.2660999894142151,0.9955999851226807,0.2793999910354614,0.9958000183105469,0.3107999861240387,0.9822999835014343,0.2660999894142151,0.9958000183105469,0.3107999861240387,0.983299970626831,0.29829999804496765,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,0.9958000183105469,0.3107999861240387,0.9976000189781189,0.3467999994754791,1,0.3149999976158142,0.9976000189781189,0.3467999994754791,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,0.9959999918937683,0.2531999945640564,0.9955999851226807,0.2793999910354614,1,0.2572000026702881,0.9955999851226807,0.2793999910354614,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,0.9955999851226807,0.2793999910354614,0.9958000183105469,0.3107999861240387,1,0.28380000591278076,0.9958000183105469,0.3107999861240387,1,0.3149999976158142,0.9556999802589417,0.2395000010728836,0.9822999835014343,0.2660999894142151,0.9839000105857849,0.2410999983549118,0.9556999802589417,0.2395000010728836,0.9839000105857849,0.2410999983549118,0.9598000049591064,0.21699999272823334,0.955299973487854,0.2703000009059906,0.983299970626831,0.29829999804496765,0.9822999835014343,0.2660999894142151,0.955299973487854,0.2703000009059906,0.9822999835014343,0.2660999894142151,0.9556999802589417,0.2395000010728836,0.9822999835014343,0.2660999894142151,0.9955999851226807,0.2793999910354614,0.9959999918937683,0.2531999945640564,0.9822999835014343,0.2660999894142151,0.9959999918937683,0.2531999945640564,0.9839000105857849,0.2410999983549118,0.983299970626831,0.29829999804496765,0.9958000183105469,0.3107999861240387,0.9955999851226807,0.2793999910354614,0.983299970626831,0.29829999804496765,0.9955999851226807,0.2793999910354614,0.9822999835014343,0.2660999894142151,1,0.38499999046325684,1,0.38499999046325684,0.9901999831199646,0.3393999934196472,1,0.38499999046325684,0.9901999831199646,0.3393999934196472,0.9635000228881836,0.3127000033855438,1,0.38499999046325684,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,0.9901999831199646,0.3393999934196472,0.9635000228881836,0.3127000033855438,0.9901999831199646,0.3393999934196472,0.983299970626831,0.29829999804496765,0.9635000228881836,0.3127000033855438,0.983299970626831,0.29829999804496765,0.955299973487854,0.2703000009059906,0.9901999831199646,0.3393999934196472,0.9976000189781189,0.3467999994754791,0.9958000183105469,0.3107999861240387,0.9901999831199646,0.3393999934196472,0.9958000183105469,0.3107999861240387,0.983299970626831,0.29829999804496765,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9962999820709229,0.2329999953508377,0.9959999918937683,0.2531999945640564,1,0.23669999837875366,0.9959999918937683,0.2531999945640564,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9954000115394592,0.21490000188350677,0.9962999820709229,0.2329999953508377,0.9987999796867371,0.218299999833107,0.9962999820709229,0.2329999953508377,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9851999878883362,0.17010000348091125,0.9921000003814697,0.19529999792575836,0.9876999855041504,0.1728000044822693,0.9921000003814697,0.19529999792575836,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9921000003814697,0.19529999792575836,0.9954000115394592,0.21490000188350677,0.9951000213623047,0.19830000400543213,0.9954000115394592,0.21490000188350677,0.9987999796867371,0.218299999833107,0.9649999737739563,0.16740000247955322,0.9829999804496765,0.1860000044107437,0.9778000116348267,0.16200000047683716,0.9649999737739563,0.16740000247955322,0.9778000116348267,0.16200000047683716,0.9628999829292297,0.14579999446868896,0.964900016784668,0.1842000037431717,0.9851999878883362,0.20469999313354492,0.9829999804496765,0.1860000044107437,0.964900016784668,0.1842000037431717,0.9829999804496765,0.1860000044107437,0.9649999737739563,0.16740000247955322,0.9829999804496765,0.1860000044107437,0.9921000003814697,0.19529999792575836,0.9851999878883362,0.17010000348091125,0.9829999804496765,0.1860000044107437,0.9851999878883362,0.17010000348091125,0.9778000116348267,0.16200000047683716,0.9851999878883362,0.20469999313354492,0.9954000115394592,0.21490000188350677,0.9921000003814697,0.19529999792575836,0.9851999878883362,0.20469999313354492,0.9921000003814697,0.19529999792575836,0.9829999804496765,0.1860000044107437,0.9598000049591064,0.21699999272823334,0.9839000105857849,0.2410999983549118,0.9851999878883362,0.22190000116825104,0.9598000049591064,0.21699999272823334,0.9851999878883362,0.22190000116825104,0.9629999995231628,0.1996999979019165,0.9839000105857849,0.2410999983549118,0.9959999918937683,0.2531999945640564,0.9962999820709229,0.2329999953508377,0.9839000105857849,0.2410999983549118,0.9962999820709229,0.2329999953508377,0.9851999878883362,0.22190000116825104,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.22190000116825104,0.9851999878883362,0.20469999313354492,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.20469999313354492,0.964900016784668,0.1842000037431717,0.9851999878883362,0.22190000116825104,0.9962999820709229,0.2329999953508377,0.9954000115394592,0.21490000188350677,0.9851999878883362,0.22190000116825104,0.9954000115394592,0.21490000188350677,0.9851999878883362,0.20469999313354492,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9736999869346619,0.13570000231266022,0.9851999878883362,0.17010000348091125,0.9753999710083008,0.13779999315738678,0.9851999878883362,0.17010000348091125,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9526000022888184,0.09730000048875809,0.9736999869346619,0.13570000231266022,0.9541000127792358,0.09889999777078629,0.9736999869346619,0.13570000231266022,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8633000254631042,0.03020000085234642,0.9196000099182129,0.061400000005960464,0.8633000254631042,0.03020000085234642,0.9168000221252441,0.06040000170469284,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9168000221252441,0.06040000170469284,0.9541000127792358,0.09889999777078629,0.9168000221252441,0.06040000170469284,0.9526000022888184,0.09730000048875809,0.8234000205993652,0.024800000712275505,0.9065999984741211,0.051100000739097595,0.9083999991416931,0.057500001043081284,0.8234000205993652,0.024800000712275505,0.9083999991416931,0.057500001043081284,0.8496999740600586,0.02879999950528145,0.9065999984741211,0.051100000739097595,0.9423999786376953,0.08330000191926956,0.9478999972343445,0.09269999712705612,0.9065999984741211,0.051100000739097595,0.9478999972343445,0.09269999712705612,0.9083999991416931,0.057500001043081284,0.8496999740600586,0.02879999950528145,0.9083999991416931,0.057500001043081284,0.9168000221252441,0.06040000170469284,0.8496999740600586,0.02879999950528145,0.9168000221252441,0.06040000170469284,0.8633000254631042,0.03020000085234642,0.9083999991416931,0.057500001043081284,0.9478999972343445,0.09269999712705612,0.9526000022888184,0.09730000048875809,0.9083999991416931,0.057500001043081284,0.9526000022888184,0.09730000048875809,0.9168000221252441,0.06040000170469284,0.9628999829292297,0.14579999446868896,0.9778000116348267,0.16200000047683716,0.9685999751091003,0.12919999659061432,0.9628999829292297,0.14579999446868896,0.9685999751091003,0.12919999659061432,0.958299994468689,0.11630000174045563,0.9778000116348267,0.16200000047683716,0.9851999878883362,0.17010000348091125,0.9736999869346619,0.13570000231266022,0.9778000116348267,0.16200000047683716,0.9736999869346619,0.13570000231266022,0.9685999751091003,0.12919999659061432,0.9423999786376953,0.08330000191926956,0.958299994468689,0.11630000174045563,0.9685999751091003,0.12919999659061432,0.9423999786376953,0.08330000191926956,0.9685999751091003,0.12919999659061432,0.9478999972343445,0.09269999712705612,0.9478999972343445,0.09269999712705612,0.9685999751091003,0.12919999659061432,0.9736999869346619,0.13570000231266022,0.9478999972343445,0.09269999712705612,0.9736999869346619,0.13570000231266022,0.9526000022888184,0.09730000048875809,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7889000177383423,0.01209999993443489,0.8633000254631042,0.03020000085234642,0.7946000099182129,0.012299999594688416,0.8633000254631042,0.03020000085234642,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.6998000144958496,0.003000000026077032,0.7889000177383423,0.01209999993443489,0.705299973487854,0.003100000089034438,0.7889000177383423,0.01209999993443489,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6021000146865845,0,0.5,0,0.6021000146865845,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6021000146865845,0,0.6998000144958496,0.003000000026077032,0.6053000092506409,0,0.6998000144958496,0.003000000026077032,0.705299973487854,0.003100000089034438,0.5723999738693237,0,0.592199981212616,0,0.5,0,0.5723999738693237,0,0.5,0,0.5,0,0.646399974822998,0.002400000113993883,0.6832000017166138,0.002899999963119626,0.592199981212616,0,0.646399974822998,0.002400000113993883,0.592199981212616,0,0.5723999738693237,0,0.592199981212616,0,0.6021000146865845,0,0.5,0,0.592199981212616,0,0.5,0,0.5,0,0.6832000017166138,0.002899999963119626,0.6998000144958496,0.003000000026077032,0.6021000146865845,0,0.6832000017166138,0.002899999963119626,0.6021000146865845,0,0.592199981212616,0,0.7236999869346619,0.009600000455975533,0.8234000205993652,0.024800000712275505,0.8496999740600586,0.02879999950528145,0.7236999869346619,0.009600000455975533,0.8496999740600586,0.02879999950528145,0.7718999981880188,0.011500000022351742,0.7718999981880188,0.011500000022351742,0.8496999740600586,0.02879999950528145,0.8633000254631042,0.03020000085234642,0.7718999981880188,0.011500000022351742,0.8633000254631042,0.03020000085234642,0.7889000177383423,0.01209999993443489,0.646399974822998,0.002400000113993883,0.7236999869346619,0.009600000455975533,0.7718999981880188,0.011500000022351742,0.646399974822998,0.002400000113993883,0.7718999981880188,0.011500000022351742,0.6832000017166138,0.002899999963119626,0.7718999981880188,0.011500000022351742,0.7889000177383423,0.01209999993443489,0.6998000144958496,0.003000000026077032,0.7718999981880188,0.011500000022351742,0.6998000144958496,0.003000000026077032,0.6832000017166138,0.002899999963119626,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6021000146865845,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.6998000144958496,0.003000000026077032,0.6021000146865845,0,0.705299973487854,0.003100000089034438,0.6021000146865845,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8633000254631042,0.03020000085234642,0.7889000177383423,0.01209999993443489,0.8677999973297119,0.030700000002980232,0.7889000177383423,0.01209999993443489,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7889000177383423,0.01209999993443489,0.6998000144958496,0.003000000026077032,0.7946000099182129,0.012299999594688416,0.6998000144958496,0.003000000026077032,0.705299973487854,0.003100000089034438,0.7236999869346619,0.009600000455975533,0.7718999981880188,0.011500000022351742,0.8496999740600586,0.02879999950528145,0.7236999869346619,0.009600000455975533,0.8496999740600586,0.02879999950528145,0.8234000205993652,0.024800000712275505,0.646399974822998,0.002400000113993883,0.6832000017166138,0.002899999963119626,0.7718999981880188,0.011500000022351742,0.646399974822998,0.002400000113993883,0.7718999981880188,0.011500000022351742,0.7236999869346619,0.009600000455975533,0.7718999981880188,0.011500000022351742,0.7889000177383423,0.01209999993443489,0.8633000254631042,0.03020000085234642,0.7718999981880188,0.011500000022351742,0.8633000254631042,0.03020000085234642,0.8496999740600586,0.02879999950528145,0.6832000017166138,0.002899999963119626,0.6998000144958496,0.003000000026077032,0.7889000177383423,0.01209999993443489,0.6832000017166138,0.002899999963119626,0.7889000177383423,0.01209999993443489,0.7718999981880188,0.011500000022351742,0.5,0,0.5,0,0.592199981212616,0,0.5,0,0.592199981212616,0,0.5723999738693237,0,0.5,0,0.5,0,0.6021000146865845,0,0.5,0,0.6021000146865845,0,0.592199981212616,0,0.5723999738693237,0,0.592199981212616,0,0.6832000017166138,0.002899999963119626,0.5723999738693237,0,0.6832000017166138,0.002899999963119626,0.646399974822998,0.002400000113993883,0.592199981212616,0,0.6021000146865845,0,0.6998000144958496,0.003000000026077032,0.592199981212616,0,0.6998000144958496,0.003000000026077032,0.6832000017166138,0.002899999963119626,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9168000221252441,0.06040000170469284,0.8633000254631042,0.03020000085234642,0.9196000099182129,0.061400000005960464,0.8633000254631042,0.03020000085234642,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9526000022888184,0.09730000048875809,0.9168000221252441,0.06040000170469284,0.9541000127792358,0.09889999777078629,0.9168000221252441,0.06040000170469284,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9851999878883362,0.17010000348091125,0.9736999869346619,0.13570000231266022,0.9876999855041504,0.1728000044822693,0.9736999869346619,0.13570000231266022,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9736999869346619,0.13570000231266022,0.9526000022888184,0.09730000048875809,0.9753999710083008,0.13779999315738678,0.9526000022888184,0.09730000048875809,0.9541000127792358,0.09889999777078629,0.958299994468689,0.11630000174045563,0.9685999751091003,0.12919999659061432,0.9778000116348267,0.16200000047683716,0.958299994468689,0.11630000174045563,0.9778000116348267,0.16200000047683716,0.9628999829292297,0.14579999446868896,0.9423999786376953,0.08330000191926956,0.9478999972343445,0.09269999712705612,0.9685999751091003,0.12919999659061432,0.9423999786376953,0.08330000191926956,0.9685999751091003,0.12919999659061432,0.958299994468689,0.11630000174045563,0.9685999751091003,0.12919999659061432,0.9736999869346619,0.13570000231266022,0.9851999878883362,0.17010000348091125,0.9685999751091003,0.12919999659061432,0.9851999878883362,0.17010000348091125,0.9778000116348267,0.16200000047683716,0.9478999972343445,0.09269999712705612,0.9526000022888184,0.09730000048875809,0.9736999869346619,0.13570000231266022,0.9478999972343445,0.09269999712705612,0.9736999869346619,0.13570000231266022,0.9685999751091003,0.12919999659061432,0.8234000205993652,0.024800000712275505,0.8496999740600586,0.02879999950528145,0.9083999991416931,0.057500001043081284,0.8234000205993652,0.024800000712275505,0.9083999991416931,0.057500001043081284,0.9065999984741211,0.051100000739097595,0.8496999740600586,0.02879999950528145,0.8633000254631042,0.03020000085234642,0.9168000221252441,0.06040000170469284,0.8496999740600586,0.02879999950528145,0.9168000221252441,0.06040000170469284,0.9083999991416931,0.057500001043081284,0.9065999984741211,0.051100000739097595,0.9083999991416931,0.057500001043081284,0.9478999972343445,0.09269999712705612,0.9065999984741211,0.051100000739097595,0.9478999972343445,0.09269999712705612,0.9423999786376953,0.08330000191926956,0.9083999991416931,0.057500001043081284,0.9168000221252441,0.06040000170469284,0.9526000022888184,0.09730000048875809,0.9083999991416931,0.057500001043081284,0.9526000022888184,0.09730000048875809,0.9478999972343445,0.09269999712705612,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9921000003814697,0.19529999792575836,0.9851999878883362,0.17010000348091125,0.9951000213623047,0.19830000400543213,0.9851999878883362,0.17010000348091125,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9954000115394592,0.21490000188350677,0.9921000003814697,0.19529999792575836,0.9987999796867371,0.218299999833107,0.9921000003814697,0.19529999792575836,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,0.9959999918937683,0.2531999945640564,0.9962999820709229,0.2329999953508377,1,0.2572000026702881,0.9962999820709229,0.2329999953508377,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9962999820709229,0.2329999953508377,0.9954000115394592,0.21490000188350677,1,0.23669999837875366,0.9954000115394592,0.21490000188350677,0.9987999796867371,0.218299999833107,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.22190000116825104,0.9839000105857849,0.2410999983549118,0.9629999995231628,0.1996999979019165,0.9839000105857849,0.2410999983549118,0.9598000049591064,0.21699999272823334,0.964900016784668,0.1842000037431717,0.9851999878883362,0.20469999313354492,0.9851999878883362,0.22190000116825104,0.964900016784668,0.1842000037431717,0.9851999878883362,0.22190000116825104,0.9629999995231628,0.1996999979019165,0.9851999878883362,0.22190000116825104,0.9962999820709229,0.2329999953508377,0.9959999918937683,0.2531999945640564,0.9851999878883362,0.22190000116825104,0.9959999918937683,0.2531999945640564,0.9839000105857849,0.2410999983549118,0.9851999878883362,0.20469999313354492,0.9954000115394592,0.21490000188350677,0.9962999820709229,0.2329999953508377,0.9851999878883362,0.20469999313354492,0.9962999820709229,0.2329999953508377,0.9851999878883362,0.22190000116825104,0.9628999829292297,0.14579999446868896,0.9778000116348267,0.16200000047683716,0.9829999804496765,0.1860000044107437,0.9628999829292297,0.14579999446868896,0.9829999804496765,0.1860000044107437,0.9649999737739563,0.16740000247955322,0.9778000116348267,0.16200000047683716,0.9851999878883362,0.17010000348091125,0.9921000003814697,0.19529999792575836,0.9778000116348267,0.16200000047683716,0.9921000003814697,0.19529999792575836,0.9829999804496765,0.1860000044107437,0.9649999737739563,0.16740000247955322,0.9829999804496765,0.1860000044107437,0.9851999878883362,0.20469999313354492,0.9649999737739563,0.16740000247955322,0.9851999878883362,0.20469999313354492,0.964900016784668,0.1842000037431717,0.9829999804496765,0.1860000044107437,0.9921000003814697,0.19529999792575836,0.9954000115394592,0.21490000188350677,0.9829999804496765,0.1860000044107437,0.9954000115394592,0.21490000188350677,0.9851999878883362,0.20469999313354492,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,0.9955999851226807,0.2793999910354614,0.9959999918937683,0.2531999945640564,1,0.28380000591278076,0.9959999918937683,0.2531999945640564,1,0.2572000026702881,1,0.3149999976158142,0.9958000183105469,0.3107999861240387,0.9955999851226807,0.2793999910354614,1,0.3149999976158142,0.9955999851226807,0.2793999910354614,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,0.9976000189781189,0.3467999994754791,0.9958000183105469,0.3107999861240387,1,0.3492000102996826,0.9958000183105469,0.3107999861240387,1,0.3149999976158142,0.9635000228881836,0.3127000033855438,0.9901999831199646,0.3393999934196472,1,0.38499999046325684,0.9635000228881836,0.3127000033855438,1,0.38499999046325684,1,0.38499999046325684,0.955299973487854,0.2703000009059906,0.983299970626831,0.29829999804496765,0.9901999831199646,0.3393999934196472,0.955299973487854,0.2703000009059906,0.9901999831199646,0.3393999934196472,0.9635000228881836,0.3127000033855438,0.9901999831199646,0.3393999934196472,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,0.9901999831199646,0.3393999934196472,1,0.38499999046325684,1,0.38499999046325684,0.983299970626831,0.29829999804496765,0.9958000183105469,0.3107999861240387,0.9976000189781189,0.3467999994754791,0.983299970626831,0.29829999804496765,0.9976000189781189,0.3467999994754791,0.9901999831199646,0.3393999934196472,0.9598000049591064,0.21699999272823334,0.9839000105857849,0.2410999983549118,0.9822999835014343,0.2660999894142151,0.9598000049591064,0.21699999272823334,0.9822999835014343,0.2660999894142151,0.9556999802589417,0.2395000010728836,0.9839000105857849,0.2410999983549118,0.9959999918937683,0.2531999945640564,0.9955999851226807,0.2793999910354614,0.9839000105857849,0.2410999983549118,0.9955999851226807,0.2793999910354614,0.9822999835014343,0.2660999894142151,0.9556999802589417,0.2395000010728836,0.9822999835014343,0.2660999894142151,0.983299970626831,0.29829999804496765,0.9556999802589417,0.2395000010728836,0.983299970626831,0.29829999804496765,0.955299973487854,0.2703000009059906,0.9822999835014343,0.2660999894142151,0.9955999851226807,0.2793999910354614,0.9958000183105469,0.3107999861240387,0.9822999835014343,0.2660999894142151,0.9958000183105469,0.3107999861240387,0.983299970626831,0.29829999804496765,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,0.9958000183105469,0.3107999861240387,0.9976000189781189,0.3467999994754791,1,0.3149999976158142,0.9976000189781189,0.3467999994754791,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,0.9959999918937683,0.2531999945640564,0.9955999851226807,0.2793999910354614,1,0.2572000026702881,0.9955999851226807,0.2793999910354614,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,0.9955999851226807,0.2793999910354614,0.9958000183105469,0.3107999861240387,1,0.28380000591278076,0.9958000183105469,0.3107999861240387,1,0.3149999976158142,0.9556999802589417,0.2395000010728836,0.9822999835014343,0.2660999894142151,0.9839000105857849,0.2410999983549118,0.9556999802589417,0.2395000010728836,0.9839000105857849,0.2410999983549118,0.9598000049591064,0.21699999272823334,0.955299973487854,0.2703000009059906,0.983299970626831,0.29829999804496765,0.9822999835014343,0.2660999894142151,0.955299973487854,0.2703000009059906,0.9822999835014343,0.2660999894142151,0.9556999802589417,0.2395000010728836,0.9822999835014343,0.2660999894142151,0.9955999851226807,0.2793999910354614,0.9959999918937683,0.2531999945640564,0.9822999835014343,0.2660999894142151,0.9959999918937683,0.2531999945640564,0.9839000105857849,0.2410999983549118,0.983299970626831,0.29829999804496765,0.9958000183105469,0.3107999861240387,0.9955999851226807,0.2793999910354614,0.983299970626831,0.29829999804496765,0.9955999851226807,0.2793999910354614,0.9822999835014343,0.2660999894142151,1,0.38499999046325684,1,0.38499999046325684,0.9901999831199646,0.3393999934196472,1,0.38499999046325684,0.9901999831199646,0.3393999934196472,0.9635000228881836,0.3127000033855438,1,0.38499999046325684,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,1,0.38499999046325684,0.9976000189781189,0.3467999994754791,0.9901999831199646,0.3393999934196472,0.9635000228881836,0.3127000033855438,0.9901999831199646,0.3393999934196472,0.983299970626831,0.29829999804496765,0.9635000228881836,0.3127000033855438,0.983299970626831,0.29829999804496765,0.955299973487854,0.2703000009059906,0.9901999831199646,0.3393999934196472,0.9976000189781189,0.3467999994754791,0.9958000183105469,0.3107999861240387,0.9901999831199646,0.3393999934196472,0.9958000183105469,0.3107999861240387,0.983299970626831,0.29829999804496765,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.5,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9966999888420105,0.218299999833107,0.9976999759674072,0.218299999833107,1,0.23669999837875366,0.9976999759674072,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9955999851226807,0.218299999833107,0.9966999888420105,0.218299999833107,1,0.23669999837875366,0.9966999888420105,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9941999912261963,0.218299999833107,0.994700014591217,0.218299999833107,1,0.23669999837875366,0.994700014591217,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.994700014591217,0.218299999833107,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9466000199317932,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9769999980926514,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.9769999980926514,0.19830000400543213,0.9424999952316284,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.978600025177002,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.978600025177002,0.19830000400543213,0.994700014591217,0.218299999833107,0.9941999912261963,0.218299999833107,0.978600025177002,0.19830000400543213,0.9941999912261963,0.218299999833107,0.9769999980926514,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9955999851226807,0.218299999833107,0.994700014591217,0.218299999833107,0.9822999835014343,0.19830000400543213,0.994700014591217,0.218299999833107,0.978600025177002,0.19830000400543213,0.977400004863739,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9868999719619751,0.19830000400543213,0.977400004863739,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9966999888420105,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9955999851226807,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9955999851226807,0.218299999833107,0.9822999835014343,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.31450000405311584,1,0.28380000591278076,1,0.31450000405311584,1,0.28380000591278076,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.34700000286102295,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.34700000286102295,1,0.3149999976158142,1,0.34700000286102295,1,0.31450000405311584,1,0.3336000144481659,1,0.3402999937534332,1,0.3671000003814697,1,0.3336000144481659,1,0.3671000003814697,1,0.34369999170303345,1,0.3111000061035156,1,0.31279999017715454,1,0.3402999937534332,1,0.3111000061035156,1,0.3402999937534332,1,0.3336000144481659,1,0.3671000003814697,1,0.3402999937534332,1,0.34700000286102295,1,0.3671000003814697,1,0.34700000286102295,1,0.38499999046325684,1,0.3402999937534332,1,0.31279999017715454,1,0.31450000405311584,1,0.3402999937534332,1,0.31450000405311584,1,0.34700000286102295,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31279999017715454,1,0.28380000591278076,1,0.31279999017715454,1,0.3111000061035156,1,0.31279999017715454,1,0.28380000591278076,1,0.28380000591278076,1,0.31279999017715454,1,0.28380000591278076,1,0.31450000405311584,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.34700000286102295,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.31450000405311584,1,0.34700000286102295,1,0.3149999976158142,1,0.34700000286102295,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.31450000405311584,1,0.28380000591278076,1,0.31450000405311584,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3111000061035156,1,0.31279999017715454,1,0.28380000591278076,1,0.3111000061035156,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31279999017715454,1,0.31450000405311584,1,0.28380000591278076,1,0.31279999017715454,1,0.28380000591278076,1,0.28380000591278076,1,0.34369999170303345,1,0.3671000003814697,1,0.3402999937534332,1,0.34369999170303345,1,0.3402999937534332,1,0.3336000144481659,1,0.3671000003814697,1,0.38499999046325684,1,0.34700000286102295,1,0.3671000003814697,1,0.34700000286102295,1,0.3402999937534332,1,0.3336000144481659,1,0.3402999937534332,1,0.31279999017715454,1,0.3336000144481659,1,0.31279999017715454,1,0.3111000061035156,1,0.3402999937534332,1,0.34700000286102295,1,0.31450000405311584,1,0.3402999937534332,1,0.31450000405311584,1,0.31279999017715454,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6118999719619751,0,0.5,0,0.6118999719619751,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6118999719619751,0,0.7070000171661377,0.003100000089034438,0.6053000092506409,0,0.7070000171661377,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6514000296592712,0,0.6316999793052673,0,0.5526999831199646,0,0.6514000296592712,0,0.5526999831199646,0,0.6218000054359436,0,0.7168999910354614,0.003100000089034438,0.711899995803833,0.003100000089034438,0.6316999793052673,0,0.7168999910354614,0.003100000089034438,0.6316999793052673,0,0.6514000296592712,0,0.6316999793052673,0,0.6118999719619751,0,0.5,0,0.6316999793052673,0,0.5,0,0.5526999831199646,0,0.711899995803833,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.6118999719619751,0,0.711899995803833,0.003100000089034438,0.6118999719619751,0,0.6316999793052673,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.711899995803833,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.711899995803833,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.711899995803833,0.003100000089034438,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6118999719619751,0,0.5,0,0.6118999719619751,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.6053000092506409,0,0.7070000171661377,0.003100000089034438,0.6118999719619751,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7168999910354614,0.003100000089034438,0.711899995803833,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.711899995803833,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6218000054359436,0,0.5526999831199646,0,0.6316999793052673,0,0.6218000054359436,0,0.6316999793052673,0,0.6514000296592712,0,0.6316999793052673,0,0.5526999831199646,0,0.5,0,0.6316999793052673,0,0.5,0,0.6118999719619751,0,0.6514000296592712,0,0.6316999793052673,0,0.711899995803833,0.003100000089034438,0.6514000296592712,0,0.711899995803833,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.711899995803833,0.003100000089034438,0.6316999793052673,0,0.6118999719619751,0,0.711899995803833,0.003100000089034438,0.6118999719619751,0,0.7070000171661377,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.3149999976158142,1,0.31450000405311584,1,0.28380000591278076,1,0.31450000405311584,1,0.28380000591278076,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.34700000286102295,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.34700000286102295,1,0.3149999976158142,1,0.34700000286102295,1,0.31450000405311584,1,0.3336000144481659,1,0.3402999937534332,1,0.3671000003814697,1,0.3336000144481659,1,0.3671000003814697,1,0.34369999170303345,1,0.3111000061035156,1,0.31279999017715454,1,0.3402999937534332,1,0.3111000061035156,1,0.3402999937534332,1,0.3336000144481659,1,0.3671000003814697,1,0.3402999937534332,1,0.34700000286102295,1,0.3671000003814697,1,0.34700000286102295,1,0.38499999046325684,1,0.3402999937534332,1,0.31279999017715454,1,0.31450000405311584,1,0.3402999937534332,1,0.31450000405311584,1,0.34700000286102295,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31279999017715454,1,0.28380000591278076,1,0.31279999017715454,1,0.3111000061035156,1,0.31279999017715454,1,0.28380000591278076,1,0.28380000591278076,1,0.31279999017715454,1,0.28380000591278076,1,0.31450000405311584,1,0.3492000102996826,1,0.3492000102996826,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.3149999976158142,1,0.3492000102996826,1,0.3149999976158142,1,0.3492000102996826,1,0.3492000102996826,1,0.3492000102996826,1,0.34700000286102295,1,0.38499999046325684,1,0.3492000102996826,1,0.38499999046325684,1,0.38499999046325684,1,0.3149999976158142,1,0.31450000405311584,1,0.34700000286102295,1,0.3149999976158142,1,0.34700000286102295,1,0.3492000102996826,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.3149999976158142,1,0.28380000591278076,1,0.3149999976158142,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.31450000405311584,1,0.28380000591278076,1,0.31450000405311584,1,0.3149999976158142,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3111000061035156,1,0.31279999017715454,1,0.28380000591278076,1,0.3111000061035156,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31279999017715454,1,0.31450000405311584,1,0.28380000591278076,1,0.31279999017715454,1,0.28380000591278076,1,0.28380000591278076,1,0.34369999170303345,1,0.3671000003814697,1,0.3402999937534332,1,0.34369999170303345,1,0.3402999937534332,1,0.3336000144481659,1,0.3671000003814697,1,0.38499999046325684,1,0.34700000286102295,1,0.3671000003814697,1,0.34700000286102295,1,0.3402999937534332,1,0.3336000144481659,1,0.3402999937534332,1,0.31279999017715454,1,0.3336000144481659,1,0.31279999017715454,1,0.3111000061035156,1,0.3402999937534332,1,0.34700000286102295,1,0.31450000405311584,1,0.3402999937534332,1,0.31450000405311584,1,0.31279999017715454,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.705299973487854,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.5,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.5,0,0.6118999719619751,0,0.5,0,0.6118999719619751,0,0.6053000092506409,0,0.6053000092506409,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.6118999719619751,0,0.7070000171661377,0.003100000089034438,0.6053000092506409,0,0.7070000171661377,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6514000296592712,0,0.6316999793052673,0,0.5526999831199646,0,0.6514000296592712,0,0.5526999831199646,0,0.6218000054359436,0,0.7168999910354614,0.003100000089034438,0.711899995803833,0.003100000089034438,0.6316999793052673,0,0.7168999910354614,0.003100000089034438,0.6316999793052673,0,0.6514000296592712,0,0.6316999793052673,0,0.6118999719619751,0,0.5,0,0.6316999793052673,0,0.5,0,0.5526999831199646,0,0.711899995803833,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.6118999719619751,0,0.711899995803833,0.003100000089034438,0.6118999719619751,0,0.6316999793052673,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.711899995803833,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.711899995803833,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.711899995803833,0.003100000089034438,0.5,0,0.6053000092506409,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.6053000092506409,0,0.5,0,0.6053000092506409,0,0.6118999719619751,0,0.5,0,0.6118999719619751,0,0.5,0,0.6053000092506409,0,0.705299973487854,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.6053000092506409,0,0.7070000171661377,0.003100000089034438,0.6118999719619751,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.705299973487854,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7168999910354614,0.003100000089034438,0.711899995803833,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.711899995803833,0.003100000089034438,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7070000171661377,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6218000054359436,0,0.5526999831199646,0,0.6316999793052673,0,0.6218000054359436,0,0.6316999793052673,0,0.6514000296592712,0,0.6316999793052673,0,0.5526999831199646,0,0.5,0,0.6316999793052673,0,0.5,0,0.6118999719619751,0,0.6514000296592712,0,0.6316999793052673,0,0.711899995803833,0.003100000089034438,0.6514000296592712,0,0.711899995803833,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.711899995803833,0.003100000089034438,0.6316999793052673,0,0.6118999719619751,0,0.711899995803833,0.003100000089034438,0.6118999719619751,0,0.7070000171661377,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3111000061035156,1,0.31049999594688416,1,0.28380000591278076,1,0.3111000061035156,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.34369999170303345,1,0.3402999937534332,1,0.3314000070095062,1,0.34369999170303345,1,0.3314000070095062,1,0.3336000144481659,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3336000144481659,1,0.3314000070095062,1,0.31049999594688416,1,0.3336000144481659,1,0.31049999594688416,1,0.3111000061035156,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3336000144481659,1,0.3314000070095062,1,0.3402999937534332,1,0.3336000144481659,1,0.3402999937534332,1,0.34369999170303345,1,0.3111000061035156,1,0.31049999594688416,1,0.3314000070095062,1,0.3111000061035156,1,0.3314000070095062,1,0.3336000144481659,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.3111000061035156,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7168999910354614,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6218000054359436,0,0.6316999793052673,0,0.6579999923706055,0,0.6218000054359436,0,0.6579999923706055,0,0.6514000296592712,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6514000296592712,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6514000296592712,0,0.718500018119812,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6514000296592712,0,0.6579999923706055,0,0.6316999793052673,0,0.6514000296592712,0,0.6316999793052673,0,0.6218000054359436,0,0.7168999910354614,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7168999910354614,0.003100000089034438,0.6579999923706055,0,0.6514000296592712,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.3111000061035156,1,0.31049999594688416,1,0.28380000591278076,1,0.3111000061035156,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.34369999170303345,1,0.3402999937534332,1,0.3314000070095062,1,0.34369999170303345,1,0.3314000070095062,1,0.3336000144481659,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3336000144481659,1,0.3314000070095062,1,0.31049999594688416,1,0.3336000144481659,1,0.31049999594688416,1,0.3111000061035156,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3336000144481659,1,0.3314000070095062,1,0.3402999937534332,1,0.3336000144481659,1,0.3402999937534332,1,0.34369999170303345,1,0.3111000061035156,1,0.31049999594688416,1,0.3314000070095062,1,0.3111000061035156,1,0.3314000070095062,1,0.3336000144481659,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.3111000061035156,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7168999910354614,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6218000054359436,0,0.6316999793052673,0,0.6579999923706055,0,0.6218000054359436,0,0.6579999923706055,0,0.6514000296592712,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6514000296592712,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6514000296592712,0,0.718500018119812,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6514000296592712,0,0.6579999923706055,0,0.6316999793052673,0,0.6514000296592712,0,0.6316999793052673,0,0.6218000054359436,0,0.7168999910354614,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7168999910354614,0.003100000089034438,0.6579999923706055,0,0.6514000296592712,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7168999910354614,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.977400004863739,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.977400004863739,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.8931000232696533,0.10010000318288803,0.9343000054359436,0.13779999315738678,0.9549000263214111,0.13779999315738678,0.8931000232696533,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.9243000149726868,0.1006999984383583,0.9671000242233276,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9115999937057495,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.8582000136375427,0.09920000284910202,0.9115999937057495,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.9343000054359436,0.13779999315738678,0.8931000232696533,0.10010000318288803,0.8126000165939331,0.039400000125169754,0.8483999967575073,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.8126000165939331,0.039400000125169754,0.8867999911308289,0.06849999725818634,0.8539000153541565,0.04820000007748604,0.7590000033378601,0.03290000185370445,0.8039000034332275,0.06260000169277191,0.8483999967575073,0.06610000133514404,0.7590000033378601,0.03290000185370445,0.8483999967575073,0.06610000133514404,0.8126000165939331,0.039400000125169754,0.8483999967575073,0.06610000133514404,0.8931000232696533,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.8483999967575073,0.06610000133514404,0.9243000149726868,0.1006999984383583,0.8867999911308289,0.06849999725818634,0.8039000034332275,0.06260000169277191,0.8582000136375427,0.09920000284910202,0.8931000232696533,0.10010000318288803,0.8039000034332275,0.06260000169277191,0.8931000232696533,0.10010000318288803,0.8483999967575073,0.06610000133514404,0.7649000287055969,0.061400000005960464,0.7114999890327454,0.030700000002980232,0.6891999840736389,0.030700000002980232,0.7649000287055969,0.061400000005960464,0.6891999840736389,0.030700000002980232,0.7468000054359436,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.7649000287055969,0.061400000005960464,0.7468000054359436,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.7468000054359436,0.061400000005960464,0.8158000111579895,0.09889999777078629,0.8039000034332275,0.06260000169277191,0.7590000033378601,0.03290000185370445,0.7114999890327454,0.030700000002980232,0.8039000034332275,0.06260000169277191,0.7114999890327454,0.030700000002980232,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.8039000034332275,0.06260000169277191,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.7649000287055969,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.8848999738693237,0.13779999315738678,0.9424999952316284,0.1728000044822693,0.9466000199317932,0.1728000044822693,0.8848999738693237,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.8158000111579895,0.09889999777078629,0.8848999738693237,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.8158000111579895,0.09889999777078629,0.8931000232696533,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.9115999937057495,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.8289999961853027,0.09889999777078629,0.9115999937057495,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.8931000232696533,0.13779999315738678,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9976999759674072,0.218299999833107,0.9966999888420105,0.218299999833107,1,0.23669999837875366,0.9966999888420105,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9966999888420105,0.218299999833107,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9909999966621399,0.19830000400543213,0.977400004863739,0.1728000044822693,0.9671000242233276,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9868999719619751,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9868999719619751,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9966999888420105,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9822999835014343,0.19830000400543213,0.9955999851226807,0.218299999833107,0.9424999952316284,0.1728000044822693,0.9769999980926514,0.19830000400543213,0.978600025177002,0.19830000400543213,0.9424999952316284,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.9769999980926514,0.19830000400543213,0.9941999912261963,0.218299999833107,0.994700014591217,0.218299999833107,0.9769999980926514,0.19830000400543213,0.994700014591217,0.218299999833107,0.978600025177002,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.978600025177002,0.19830000400543213,0.994700014591217,0.218299999833107,0.9955999851226807,0.218299999833107,0.978600025177002,0.19830000400543213,0.9955999851226807,0.218299999833107,0.9822999835014343,0.19830000400543213,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9941999912261963,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9941999912261963,0.218299999833107,1,0.23669999837875366,0.994700014591217,0.218299999833107,0.994700014591217,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.994700014591217,0.218299999833107,1,0.23669999837875366,0.9955999851226807,0.218299999833107,0.977400004863739,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.977400004863739,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.8931000232696533,0.10010000318288803,0.9343000054359436,0.13779999315738678,0.9549000263214111,0.13779999315738678,0.8931000232696533,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.9243000149726868,0.1006999984383583,0.9671000242233276,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9115999937057495,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.8582000136375427,0.09920000284910202,0.9115999937057495,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.9343000054359436,0.13779999315738678,0.8931000232696533,0.10010000318288803,0.8126000165939331,0.039400000125169754,0.8483999967575073,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.8126000165939331,0.039400000125169754,0.8867999911308289,0.06849999725818634,0.8539000153541565,0.04820000007748604,0.7590000033378601,0.03290000185370445,0.8039000034332275,0.06260000169277191,0.8483999967575073,0.06610000133514404,0.7590000033378601,0.03290000185370445,0.8483999967575073,0.06610000133514404,0.8126000165939331,0.039400000125169754,0.8483999967575073,0.06610000133514404,0.8931000232696533,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.8483999967575073,0.06610000133514404,0.9243000149726868,0.1006999984383583,0.8867999911308289,0.06849999725818634,0.8039000034332275,0.06260000169277191,0.8582000136375427,0.09920000284910202,0.8931000232696533,0.10010000318288803,0.8039000034332275,0.06260000169277191,0.8931000232696533,0.10010000318288803,0.8483999967575073,0.06610000133514404,0.7649000287055969,0.061400000005960464,0.7114999890327454,0.030700000002980232,0.6891999840736389,0.030700000002980232,0.7649000287055969,0.061400000005960464,0.6891999840736389,0.030700000002980232,0.7468000054359436,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.7649000287055969,0.061400000005960464,0.7468000054359436,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.7468000054359436,0.061400000005960464,0.8158000111579895,0.09889999777078629,0.8039000034332275,0.06260000169277191,0.7590000033378601,0.03290000185370445,0.7114999890327454,0.030700000002980232,0.8039000034332275,0.06260000169277191,0.7114999890327454,0.030700000002980232,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.8039000034332275,0.06260000169277191,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.7649000287055969,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.8848999738693237,0.13779999315738678,0.9424999952316284,0.1728000044822693,0.9466000199317932,0.1728000044822693,0.8848999738693237,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.8158000111579895,0.09889999777078629,0.8848999738693237,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.8158000111579895,0.09889999777078629,0.8931000232696533,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.9115999937057495,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.8289999961853027,0.09889999777078629,0.9115999937057495,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.8931000232696533,0.13779999315738678,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.994700014591217,0.218299999833107,0.9941999912261963,0.218299999833107,1,0.23669999837875366,0.9941999912261963,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9955999851226807,0.218299999833107,0.994700014591217,0.218299999833107,1,0.23669999837875366,0.994700014591217,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9976999759674072,0.218299999833107,0.9966999888420105,0.218299999833107,1,0.23669999837875366,0.9966999888420105,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9966999888420105,0.218299999833107,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9671000242233276,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9909999966621399,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.977400004863739,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.9868999719619751,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9976999759674072,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9955999851226807,0.218299999833107,0.9966999888420105,0.218299999833107,0.9822999835014343,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9424999952316284,0.1728000044822693,0.9769999980926514,0.19830000400543213,0.978600025177002,0.19830000400543213,0.9424999952316284,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.9769999980926514,0.19830000400543213,0.9941999912261963,0.218299999833107,0.994700014591217,0.218299999833107,0.9769999980926514,0.19830000400543213,0.994700014591217,0.218299999833107,0.978600025177002,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.978600025177002,0.19830000400543213,0.994700014591217,0.218299999833107,0.9955999851226807,0.218299999833107,0.978600025177002,0.19830000400543213,0.9955999851226807,0.218299999833107,0.9822999835014343,0.19830000400543213,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,0.9466000199317932,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9769999980926514,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.9769999980926514,0.19830000400543213,0.9424999952316284,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.978600025177002,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.978600025177002,0.19830000400543213,0.9466000199317932,0.1728000044822693,0.978600025177002,0.19830000400543213,0.994700014591217,0.218299999833107,0.9941999912261963,0.218299999833107,0.978600025177002,0.19830000400543213,0.9941999912261963,0.218299999833107,0.9769999980926514,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9955999851226807,0.218299999833107,0.994700014591217,0.218299999833107,0.9822999835014343,0.19830000400543213,0.994700014591217,0.218299999833107,0.978600025177002,0.19830000400543213,0.977400004863739,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9868999719619751,0.19830000400543213,0.977400004863739,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9966999888420105,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9822999835014343,0.19830000400543213,0.9671000242233276,0.1728000044822693,0.9822999835014343,0.19830000400543213,0.9557999968528748,0.1728000044822693,0.9868999719619751,0.19830000400543213,0.9966999888420105,0.218299999833107,0.9955999851226807,0.218299999833107,0.9868999719619751,0.19830000400543213,0.9955999851226807,0.218299999833107,0.9822999835014343,0.19830000400543213,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9966999888420105,0.218299999833107,0.9976999759674072,0.218299999833107,1,0.23669999837875366,0.9976999759674072,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9955999851226807,0.218299999833107,0.9966999888420105,0.218299999833107,1,0.23669999837875366,0.9966999888420105,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9941999912261963,0.218299999833107,0.994700014591217,0.218299999833107,1,0.23669999837875366,0.994700014591217,0.218299999833107,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.994700014591217,0.218299999833107,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.9955999851226807,0.218299999833107,1,0.23669999837875366,0.7649000287055969,0.061400000005960464,0.7468000054359436,0.061400000005960464,0.6891999840736389,0.030700000002980232,0.7649000287055969,0.061400000005960464,0.6891999840736389,0.030700000002980232,0.7114999890327454,0.030700000002980232,0.8039000034332275,0.06260000169277191,0.7649000287055969,0.061400000005960464,0.7114999890327454,0.030700000002980232,0.8039000034332275,0.06260000169277191,0.7114999890327454,0.030700000002980232,0.7590000033378601,0.03290000185370445,0.8289999961853027,0.09889999777078629,0.8158000111579895,0.09889999777078629,0.7468000054359436,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.7468000054359436,0.061400000005960464,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.8289999961853027,0.09889999777078629,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.7649000287055969,0.061400000005960464,0.8039000034332275,0.06260000169277191,0.8867999911308289,0.06849999725818634,0.8483999967575073,0.06610000133514404,0.8126000165939331,0.039400000125169754,0.8867999911308289,0.06849999725818634,0.8126000165939331,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.9243000149726868,0.1006999984383583,0.8931000232696533,0.10010000318288803,0.8483999967575073,0.06610000133514404,0.9243000149726868,0.1006999984383583,0.8483999967575073,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.8483999967575073,0.06610000133514404,0.8039000034332275,0.06260000169277191,0.7590000033378601,0.03290000185370445,0.8483999967575073,0.06610000133514404,0.7590000033378601,0.03290000185370445,0.8126000165939331,0.039400000125169754,0.8931000232696533,0.10010000318288803,0.8582000136375427,0.09920000284910202,0.8039000034332275,0.06260000169277191,0.8931000232696533,0.10010000318288803,0.8039000034332275,0.06260000169277191,0.8483999967575073,0.06610000133514404,0.9671000242233276,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9549000263214111,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.977400004863739,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.8931000232696533,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.9549000263214111,0.13779999315738678,0.8931000232696533,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.8931000232696533,0.10010000318288803,0.9343000054359436,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.9343000054359436,0.13779999315738678,0.9115999937057495,0.13779999315738678,0.9424999952316284,0.1728000044822693,0.8848999738693237,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.9424999952316284,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.8848999738693237,0.13779999315738678,0.8158000111579895,0.09889999777078629,0.8289999961853027,0.09889999777078629,0.8848999738693237,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.8931000232696533,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.9115999937057495,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.8289999961853027,0.09889999777078629,0.8582000136375427,0.09920000284910202,0.9115999937057495,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.9115999937057495,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.7649000287055969,0.061400000005960464,0.7468000054359436,0.061400000005960464,0.6891999840736389,0.030700000002980232,0.7649000287055969,0.061400000005960464,0.6891999840736389,0.030700000002980232,0.7114999890327454,0.030700000002980232,0.8039000034332275,0.06260000169277191,0.7649000287055969,0.061400000005960464,0.7114999890327454,0.030700000002980232,0.8039000034332275,0.06260000169277191,0.7114999890327454,0.030700000002980232,0.7590000033378601,0.03290000185370445,0.8289999961853027,0.09889999777078629,0.8158000111579895,0.09889999777078629,0.7468000054359436,0.061400000005960464,0.8289999961853027,0.09889999777078629,0.7468000054359436,0.061400000005960464,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.8289999961853027,0.09889999777078629,0.7649000287055969,0.061400000005960464,0.8582000136375427,0.09920000284910202,0.7649000287055969,0.061400000005960464,0.8039000034332275,0.06260000169277191,0.8867999911308289,0.06849999725818634,0.8483999967575073,0.06610000133514404,0.8126000165939331,0.039400000125169754,0.8867999911308289,0.06849999725818634,0.8126000165939331,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.9243000149726868,0.1006999984383583,0.8931000232696533,0.10010000318288803,0.8483999967575073,0.06610000133514404,0.9243000149726868,0.1006999984383583,0.8483999967575073,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.8483999967575073,0.06610000133514404,0.8039000034332275,0.06260000169277191,0.7590000033378601,0.03290000185370445,0.8483999967575073,0.06610000133514404,0.7590000033378601,0.03290000185370445,0.8126000165939331,0.039400000125169754,0.8931000232696533,0.10010000318288803,0.8582000136375427,0.09920000284910202,0.8039000034332275,0.06260000169277191,0.8931000232696533,0.10010000318288803,0.8039000034332275,0.06260000169277191,0.8483999967575073,0.06610000133514404,0.9671000242233276,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9549000263214111,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.977400004863739,0.1728000044822693,0.9557999968528748,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.9343000054359436,0.13779999315738678,0.9671000242233276,0.1728000044822693,0.8931000232696533,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.9549000263214111,0.13779999315738678,0.8931000232696533,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.9343000054359436,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.8931000232696533,0.10010000318288803,0.9343000054359436,0.13779999315738678,0.8582000136375427,0.09920000284910202,0.9343000054359436,0.13779999315738678,0.9115999937057495,0.13779999315738678,0.9424999952316284,0.1728000044822693,0.8848999738693237,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.9424999952316284,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.8848999738693237,0.13779999315738678,0.8158000111579895,0.09889999777078629,0.8289999961853027,0.09889999777078629,0.8848999738693237,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.8931000232696533,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.8931000232696533,0.13779999315738678,0.9115999937057495,0.13779999315738678,0.9466000199317932,0.1728000044822693,0.9115999937057495,0.13779999315738678,0.9557999968528748,0.1728000044822693,0.8289999961853027,0.09889999777078629,0.8582000136375427,0.09920000284910202,0.9115999937057495,0.13779999315738678,0.8289999961853027,0.09889999777078629,0.9115999937057495,0.13779999315738678,0.8931000232696533,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9866999983787537,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9866999983787537,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987000226974487,0.218299999833107,0.994700014591217,0.19830000400543213,0.9987999796867371,0.218299999833107,0.994700014591217,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9987000226974487,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9976999759674072,0.218299999833107,0.9983999729156494,0.218299999833107,1,0.23669999837875366,0.9976999759674072,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9983999729156494,0.218299999833107,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9983999729156494,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.977400004863739,0.1728000044822693,0.9836000204086304,0.1728000044822693,0.993399977684021,0.19830000400543213,0.977400004863739,0.1728000044822693,0.993399977684021,0.19830000400543213,0.9909999966621399,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.994700014591217,0.19830000400543213,0.993399977684021,0.19830000400543213,0.9909999966621399,0.19830000400543213,0.993399977684021,0.19830000400543213,0.9983999729156494,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9983999729156494,0.218299999833107,0.9976999759674072,0.218299999833107,0.993399977684021,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9987000226974487,0.218299999833107,0.993399977684021,0.19830000400543213,0.9987000226974487,0.218299999833107,0.9983999729156494,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9987000226974487,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987000226974487,0.218299999833107,0.9987999796867371,0.218299999833107,0.977400004863739,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.993399977684021,0.19830000400543213,0.977400004863739,0.1728000044822693,0.993399977684021,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9983999729156494,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9983999729156494,0.218299999833107,0.993399977684021,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.993399977684021,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9866999983787537,0.1728000044822693,0.993399977684021,0.19830000400543213,0.9983999729156494,0.218299999833107,0.9987000226974487,0.218299999833107,0.993399977684021,0.19830000400543213,0.9987000226974487,0.218299999833107,0.994700014591217,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9983999729156494,0.218299999833107,1,0.23669999837875366,0.9983999729156494,0.218299999833107,0.9976999759674072,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9987000226974487,0.218299999833107,0.9983999729156494,0.218299999833107,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.951200008392334,0.09920000284910202,0.9753999710083008,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9733999967575073,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8659999966621399,0.03290000185370445,0.9165999889373779,0.06260000169277191,0.9196000099182129,0.061400000005960464,0.8659999966621399,0.03290000185370445,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9165999889373779,0.06260000169277191,0.951200008392334,0.09920000284910202,0.9541000127792358,0.09889999777078629,0.9165999889373779,0.06260000169277191,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9075999855995178,0.06610000133514404,0.8603000044822693,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.9075999855995178,0.06610000133514404,0.8539000153541565,0.04820000007748604,0.8867999911308289,0.06849999725818634,0.9424999952316284,0.10010000318288803,0.9075999855995178,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.9424999952316284,0.10010000318288803,0.8867999911308289,0.06849999725818634,0.9243000149726868,0.1006999984383583,0.9165999889373779,0.06260000169277191,0.8659999966621399,0.03290000185370445,0.8603000044822693,0.039400000125169754,0.9165999889373779,0.06260000169277191,0.8603000044822693,0.039400000125169754,0.9075999855995178,0.06610000133514404,0.951200008392334,0.09920000284910202,0.9165999889373779,0.06260000169277191,0.9075999855995178,0.06610000133514404,0.951200008392334,0.09920000284910202,0.9075999855995178,0.06610000133514404,0.9424999952316284,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.977400004863739,0.1728000044822693,0.9836000204086304,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.967199981212616,0.13779999315738678,0.967199981212616,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.967199981212616,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.967199981212616,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.967199981212616,0.13779999315738678,0.9243000149726868,0.1006999984383583,0.9549000263214111,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9424999952316284,0.10010000318288803,0.9733999967575073,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.967199981212616,0.13779999315738678,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7954999804496765,0.014999999664723873,0.8659999966621399,0.03290000185370445,0.8677999973297119,0.030700000002980232,0.7954999804496765,0.014999999664723873,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.7954999804496765,0.014999999664723873,0.7946000099182129,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6373999714851379,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.6579999923706055,0,0.6373999714851379,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.7222999930381775,0.006099999882280827,0.718500018119812,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6794000267982483,0.012299999594688416,0.654699981212616,0.012299999594688416,0.6891999840736389,0.030700000002980232,0.6794000267982483,0.012299999594688416,0.6891999840736389,0.030700000002980232,0.7114999890327454,0.030700000002980232,0.7337999939918518,0.014999999664723873,0.6794000267982483,0.012299999594688416,0.7114999890327454,0.030700000002980232,0.7337999939918518,0.014999999664723873,0.7114999890327454,0.030700000002980232,0.7590000033378601,0.03290000185370445,0.6633999943733215,0.003100000089034438,0.6373999714851379,0.003100000089034438,0.654699981212616,0.012299999594688416,0.6633999943733215,0.003100000089034438,0.654699981212616,0.012299999594688416,0.6794000267982483,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.6633999943733215,0.003100000089034438,0.6794000267982483,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.6794000267982483,0.012299999594688416,0.7337999939918518,0.014999999664723873,0.8603000044822693,0.039400000125169754,0.79830002784729,0.02319999970495701,0.8126000165939331,0.039400000125169754,0.8603000044822693,0.039400000125169754,0.8126000165939331,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.8659999966621399,0.03290000185370445,0.7954999804496765,0.014999999664723873,0.79830002784729,0.02319999970495701,0.8659999966621399,0.03290000185370445,0.79830002784729,0.02319999970495701,0.8603000044822693,0.039400000125169754,0.79830002784729,0.02319999970495701,0.7337999939918518,0.014999999664723873,0.7590000033378601,0.03290000185370445,0.79830002784729,0.02319999970495701,0.7590000033378601,0.03290000185370445,0.8126000165939331,0.039400000125169754,0.7954999804496765,0.014999999664723873,0.7222999930381775,0.006099999882280827,0.7337999939918518,0.014999999664723873,0.7954999804496765,0.014999999664723873,0.7337999939918518,0.014999999664723873,0.79830002784729,0.02319999970495701,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.6373999714851379,0.003100000089034438,0.6316999793052673,0,0.6633999943733215,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.7222999930381775,0.006099999882280827,0.6633999943733215,0.003100000089034438,0.6579999923706055,0,0.7222999930381775,0.006099999882280827,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8659999966621399,0.03290000185370445,0.7954999804496765,0.014999999664723873,0.7946000099182129,0.012299999594688416,0.8659999966621399,0.03290000185370445,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7954999804496765,0.014999999664723873,0.7222999930381775,0.006099999882280827,0.718500018119812,0.003100000089034438,0.7954999804496765,0.014999999664723873,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.79830002784729,0.02319999970495701,0.8603000044822693,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.79830002784729,0.02319999970495701,0.8539000153541565,0.04820000007748604,0.8126000165939331,0.039400000125169754,0.7337999939918518,0.014999999664723873,0.79830002784729,0.02319999970495701,0.8126000165939331,0.039400000125169754,0.7337999939918518,0.014999999664723873,0.8126000165939331,0.039400000125169754,0.7590000033378601,0.03290000185370445,0.7954999804496765,0.014999999664723873,0.8659999966621399,0.03290000185370445,0.8603000044822693,0.039400000125169754,0.7954999804496765,0.014999999664723873,0.8603000044822693,0.039400000125169754,0.79830002784729,0.02319999970495701,0.7222999930381775,0.006099999882280827,0.7954999804496765,0.014999999664723873,0.79830002784729,0.02319999970495701,0.7222999930381775,0.006099999882280827,0.79830002784729,0.02319999970495701,0.7337999939918518,0.014999999664723873,0.654699981212616,0.012299999594688416,0.6794000267982483,0.012299999594688416,0.7114999890327454,0.030700000002980232,0.654699981212616,0.012299999594688416,0.7114999890327454,0.030700000002980232,0.6891999840736389,0.030700000002980232,0.6373999714851379,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.6794000267982483,0.012299999594688416,0.6373999714851379,0.003100000089034438,0.6794000267982483,0.012299999594688416,0.654699981212616,0.012299999594688416,0.6794000267982483,0.012299999594688416,0.7337999939918518,0.014999999664723873,0.7590000033378601,0.03290000185370445,0.6794000267982483,0.012299999594688416,0.7590000033378601,0.03290000185370445,0.7114999890327454,0.030700000002980232,0.6633999943733215,0.003100000089034438,0.7222999930381775,0.006099999882280827,0.7337999939918518,0.014999999664723873,0.6633999943733215,0.003100000089034438,0.7337999939918518,0.014999999664723873,0.6794000267982483,0.012299999594688416,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9165999889373779,0.06260000169277191,0.8659999966621399,0.03290000185370445,0.8677999973297119,0.030700000002980232,0.9165999889373779,0.06260000169277191,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.951200008392334,0.09920000284910202,0.9165999889373779,0.06260000169277191,0.9196000099182129,0.061400000005960464,0.951200008392334,0.09920000284910202,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9753999710083008,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9541000127792358,0.09889999777078629,0.9549000263214111,0.13779999315738678,0.967199981212616,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.977400004863739,0.1728000044822693,0.9424999952316284,0.10010000318288803,0.967199981212616,0.13779999315738678,0.9549000263214111,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.9243000149726868,0.1006999984383583,0.967199981212616,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.967199981212616,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.9836000204086304,0.1728000044822693,0.951200008392334,0.09920000284910202,0.9733999967575073,0.13779999315738678,0.967199981212616,0.13779999315738678,0.951200008392334,0.09920000284910202,0.967199981212616,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.8603000044822693,0.039400000125169754,0.9075999855995178,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.8603000044822693,0.039400000125169754,0.8867999911308289,0.06849999725818634,0.8539000153541565,0.04820000007748604,0.8659999966621399,0.03290000185370445,0.9165999889373779,0.06260000169277191,0.9075999855995178,0.06610000133514404,0.8659999966621399,0.03290000185370445,0.9075999855995178,0.06610000133514404,0.8603000044822693,0.039400000125169754,0.9075999855995178,0.06610000133514404,0.9424999952316284,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.9075999855995178,0.06610000133514404,0.9243000149726868,0.1006999984383583,0.8867999911308289,0.06849999725818634,0.9165999889373779,0.06260000169277191,0.951200008392334,0.09920000284910202,0.9424999952316284,0.10010000318288803,0.9165999889373779,0.06260000169277191,0.9424999952316284,0.10010000318288803,0.9075999855995178,0.06610000133514404,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9866999983787537,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9866999983787537,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9987999796867371,0.218299999833107,0.9987000226974487,0.218299999833107,0.994700014591217,0.19830000400543213,0.9987999796867371,0.218299999833107,0.994700014591217,0.19830000400543213,0.9951000213623047,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9987000226974487,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9976999759674072,0.218299999833107,0.9983999729156494,0.218299999833107,1,0.23669999837875366,0.9976999759674072,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9983999729156494,0.218299999833107,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9983999729156494,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.977400004863739,0.1728000044822693,0.9836000204086304,0.1728000044822693,0.993399977684021,0.19830000400543213,0.977400004863739,0.1728000044822693,0.993399977684021,0.19830000400543213,0.9909999966621399,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.994700014591217,0.19830000400543213,0.993399977684021,0.19830000400543213,0.9909999966621399,0.19830000400543213,0.993399977684021,0.19830000400543213,0.9983999729156494,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9983999729156494,0.218299999833107,0.9976999759674072,0.218299999833107,0.993399977684021,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9987000226974487,0.218299999833107,0.993399977684021,0.19830000400543213,0.9987000226974487,0.218299999833107,0.9983999729156494,0.218299999833107,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.31049999594688416,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.2572000026702881,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.28380000591278076,1,0.2572000026702881,1,0.28380000591278076,1,0.2572000026702881,1,0.2572000026702881,1,0.31049999594688416,1,0.31049999594688416,1,0.28380000591278076,1,0.31049999594688416,1,0.28380000591278076,1,0.28380000591278076,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3402999937534332,1,0.3314000070095062,1,0.3402999937534332,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.3314000070095062,1,0.31049999594688416,1,0.3314000070095062,1,0.31049999594688416,1,0.31049999594688416,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,0.9987999796867371,0.218299999833107,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9987999796867371,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9876999855041504,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987999796867371,0.218299999833107,0.9987999796867371,0.218299999833107,0.9951000213623047,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9987000226974487,0.218299999833107,0.9951000213623047,0.19830000400543213,0.9987000226974487,0.218299999833107,0.9987999796867371,0.218299999833107,0.977400004863739,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.993399977684021,0.19830000400543213,0.977400004863739,0.1728000044822693,0.993399977684021,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.9909999966621399,0.19830000400543213,0.9976999759674072,0.218299999833107,0.9983999729156494,0.218299999833107,0.9909999966621399,0.19830000400543213,0.9983999729156494,0.218299999833107,0.993399977684021,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.993399977684021,0.19830000400543213,0.994700014591217,0.19830000400543213,0.9836000204086304,0.1728000044822693,0.994700014591217,0.19830000400543213,0.9866999983787537,0.1728000044822693,0.993399977684021,0.19830000400543213,0.9983999729156494,0.218299999833107,0.9987000226974487,0.218299999833107,0.993399977684021,0.19830000400543213,0.9987000226974487,0.218299999833107,0.994700014591217,0.19830000400543213,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.2572000026702881,1,0.2572000026702881,1,0.23669999837875366,1,0.2572000026702881,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,1,0.23669999837875366,0.9983999729156494,0.218299999833107,1,0.23669999837875366,0.9983999729156494,0.218299999833107,0.9976999759674072,0.218299999833107,1,0.23669999837875366,1,0.23669999837875366,0.9987000226974487,0.218299999833107,1,0.23669999837875366,0.9987000226974487,0.218299999833107,0.9983999729156494,0.218299999833107,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.951200008392334,0.09920000284910202,0.9753999710083008,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9733999967575073,0.13779999315738678,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8659999966621399,0.03290000185370445,0.9165999889373779,0.06260000169277191,0.9196000099182129,0.061400000005960464,0.8659999966621399,0.03290000185370445,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9165999889373779,0.06260000169277191,0.951200008392334,0.09920000284910202,0.9541000127792358,0.09889999777078629,0.9165999889373779,0.06260000169277191,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9075999855995178,0.06610000133514404,0.8603000044822693,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.9075999855995178,0.06610000133514404,0.8539000153541565,0.04820000007748604,0.8867999911308289,0.06849999725818634,0.9424999952316284,0.10010000318288803,0.9075999855995178,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.9424999952316284,0.10010000318288803,0.8867999911308289,0.06849999725818634,0.9243000149726868,0.1006999984383583,0.9165999889373779,0.06260000169277191,0.8659999966621399,0.03290000185370445,0.8603000044822693,0.039400000125169754,0.9165999889373779,0.06260000169277191,0.8603000044822693,0.039400000125169754,0.9075999855995178,0.06610000133514404,0.951200008392334,0.09920000284910202,0.9165999889373779,0.06260000169277191,0.9075999855995178,0.06610000133514404,0.951200008392334,0.09920000284910202,0.9075999855995178,0.06610000133514404,0.9424999952316284,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.977400004863739,0.1728000044822693,0.9836000204086304,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.967199981212616,0.13779999315738678,0.967199981212616,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.967199981212616,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.967199981212616,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.967199981212616,0.13779999315738678,0.9243000149726868,0.1006999984383583,0.9549000263214111,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9424999952316284,0.10010000318288803,0.9733999967575073,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.967199981212616,0.13779999315738678,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7954999804496765,0.014999999664723873,0.8659999966621399,0.03290000185370445,0.8677999973297119,0.030700000002980232,0.7954999804496765,0.014999999664723873,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.7954999804496765,0.014999999664723873,0.7946000099182129,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.6316999793052673,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6373999714851379,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.6579999923706055,0,0.6373999714851379,0.003100000089034438,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.7222999930381775,0.006099999882280827,0.718500018119812,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6794000267982483,0.012299999594688416,0.654699981212616,0.012299999594688416,0.6891999840736389,0.030700000002980232,0.6794000267982483,0.012299999594688416,0.6891999840736389,0.030700000002980232,0.7114999890327454,0.030700000002980232,0.7337999939918518,0.014999999664723873,0.6794000267982483,0.012299999594688416,0.7114999890327454,0.030700000002980232,0.7337999939918518,0.014999999664723873,0.7114999890327454,0.030700000002980232,0.7590000033378601,0.03290000185370445,0.6633999943733215,0.003100000089034438,0.6373999714851379,0.003100000089034438,0.654699981212616,0.012299999594688416,0.6633999943733215,0.003100000089034438,0.654699981212616,0.012299999594688416,0.6794000267982483,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.6633999943733215,0.003100000089034438,0.6794000267982483,0.012299999594688416,0.7222999930381775,0.006099999882280827,0.6794000267982483,0.012299999594688416,0.7337999939918518,0.014999999664723873,0.8603000044822693,0.039400000125169754,0.79830002784729,0.02319999970495701,0.8126000165939331,0.039400000125169754,0.8603000044822693,0.039400000125169754,0.8126000165939331,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.8659999966621399,0.03290000185370445,0.7954999804496765,0.014999999664723873,0.79830002784729,0.02319999970495701,0.8659999966621399,0.03290000185370445,0.79830002784729,0.02319999970495701,0.8603000044822693,0.039400000125169754,0.79830002784729,0.02319999970495701,0.7337999939918518,0.014999999664723873,0.7590000033378601,0.03290000185370445,0.79830002784729,0.02319999970495701,0.7590000033378601,0.03290000185370445,0.8126000165939331,0.039400000125169754,0.7954999804496765,0.014999999664723873,0.7222999930381775,0.006099999882280827,0.7337999939918518,0.014999999664723873,0.7954999804496765,0.014999999664723873,0.7337999939918518,0.014999999664723873,0.79830002784729,0.02319999970495701,0.6316999793052673,0,0.6579999923706055,0,0.6579999923706055,0,0.6316999793052673,0,0.6579999923706055,0,0.6316999793052673,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.6373999714851379,0.003100000089034438,0.6316999793052673,0,0.6633999943733215,0.003100000089034438,0.6316999793052673,0,0.6579999923706055,0,0.7222999930381775,0.006099999882280827,0.6633999943733215,0.003100000089034438,0.6579999923706055,0,0.7222999930381775,0.006099999882280827,0.6579999923706055,0,0.718500018119812,0.003100000089034438,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.8659999966621399,0.03290000185370445,0.7954999804496765,0.014999999664723873,0.7946000099182129,0.012299999594688416,0.8659999966621399,0.03290000185370445,0.7946000099182129,0.012299999594688416,0.8677999973297119,0.030700000002980232,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.7954999804496765,0.014999999664723873,0.7222999930381775,0.006099999882280827,0.718500018119812,0.003100000089034438,0.7954999804496765,0.014999999664723873,0.718500018119812,0.003100000089034438,0.7946000099182129,0.012299999594688416,0.79830002784729,0.02319999970495701,0.8603000044822693,0.039400000125169754,0.8539000153541565,0.04820000007748604,0.79830002784729,0.02319999970495701,0.8539000153541565,0.04820000007748604,0.8126000165939331,0.039400000125169754,0.7337999939918518,0.014999999664723873,0.79830002784729,0.02319999970495701,0.8126000165939331,0.039400000125169754,0.7337999939918518,0.014999999664723873,0.8126000165939331,0.039400000125169754,0.7590000033378601,0.03290000185370445,0.7954999804496765,0.014999999664723873,0.8659999966621399,0.03290000185370445,0.8603000044822693,0.039400000125169754,0.7954999804496765,0.014999999664723873,0.8603000044822693,0.039400000125169754,0.79830002784729,0.02319999970495701,0.7222999930381775,0.006099999882280827,0.7954999804496765,0.014999999664723873,0.79830002784729,0.02319999970495701,0.7222999930381775,0.006099999882280827,0.79830002784729,0.02319999970495701,0.7337999939918518,0.014999999664723873,0.654699981212616,0.012299999594688416,0.6794000267982483,0.012299999594688416,0.7114999890327454,0.030700000002980232,0.654699981212616,0.012299999594688416,0.7114999890327454,0.030700000002980232,0.6891999840736389,0.030700000002980232,0.6373999714851379,0.003100000089034438,0.6633999943733215,0.003100000089034438,0.6794000267982483,0.012299999594688416,0.6373999714851379,0.003100000089034438,0.6794000267982483,0.012299999594688416,0.654699981212616,0.012299999594688416,0.6794000267982483,0.012299999594688416,0.7337999939918518,0.014999999664723873,0.7590000033378601,0.03290000185370445,0.6794000267982483,0.012299999594688416,0.7590000033378601,0.03290000185370445,0.7114999890327454,0.030700000002980232,0.6633999943733215,0.003100000089034438,0.7222999930381775,0.006099999882280827,0.7337999939918518,0.014999999664723873,0.6633999943733215,0.003100000089034438,0.7337999939918518,0.014999999664723873,0.6794000267982483,0.012299999594688416,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9196000099182129,0.061400000005960464,0.9165999889373779,0.06260000169277191,0.8659999966621399,0.03290000185370445,0.8677999973297119,0.030700000002980232,0.9165999889373779,0.06260000169277191,0.8677999973297119,0.030700000002980232,0.9196000099182129,0.061400000005960464,0.951200008392334,0.09920000284910202,0.9165999889373779,0.06260000169277191,0.9196000099182129,0.061400000005960464,0.951200008392334,0.09920000284910202,0.9196000099182129,0.061400000005960464,0.9541000127792358,0.09889999777078629,0.9876999855041504,0.1728000044822693,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9866999983787537,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.9876999855041504,0.1728000044822693,0.9733999967575073,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9541000127792358,0.09889999777078629,0.9541000127792358,0.09889999777078629,0.9753999710083008,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9753999710083008,0.13779999315738678,0.951200008392334,0.09920000284910202,0.9541000127792358,0.09889999777078629,0.9549000263214111,0.13779999315738678,0.967199981212616,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.9549000263214111,0.13779999315738678,0.9836000204086304,0.1728000044822693,0.977400004863739,0.1728000044822693,0.9424999952316284,0.10010000318288803,0.967199981212616,0.13779999315738678,0.9549000263214111,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.9549000263214111,0.13779999315738678,0.9243000149726868,0.1006999984383583,0.967199981212616,0.13779999315738678,0.9733999967575073,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.967199981212616,0.13779999315738678,0.9866999983787537,0.1728000044822693,0.9836000204086304,0.1728000044822693,0.951200008392334,0.09920000284910202,0.9733999967575073,0.13779999315738678,0.967199981212616,0.13779999315738678,0.951200008392334,0.09920000284910202,0.967199981212616,0.13779999315738678,0.9424999952316284,0.10010000318288803,0.8603000044822693,0.039400000125169754,0.9075999855995178,0.06610000133514404,0.8867999911308289,0.06849999725818634,0.8603000044822693,0.039400000125169754,0.8867999911308289,0.06849999725818634,0.8539000153541565,0.04820000007748604,0.8659999966621399,0.03290000185370445,0.9165999889373779,0.06260000169277191,0.9075999855995178,0.06610000133514404,0.8659999966621399,0.03290000185370445,0.9075999855995178,0.06610000133514404,0.8603000044822693,0.039400000125169754,0.9075999855995178,0.06610000133514404,0.9424999952316284,0.10010000318288803,0.9243000149726868,0.1006999984383583,0.9075999855995178,0.06610000133514404,0.9243000149726868,0.1006999984383583,0.8867999911308289,0.06849999725818634,0.9165999889373779,0.06260000169277191,0.951200008392334,0.09920000284910202,0.9424999952316284,0.10010000318288803,0.9165999889373779,0.06260000169277191,0.9424999952316284,0.10010000318288803,0.9075999855995178,0.06610000133514404,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.5,0.29350000619888306,0.5,0.24199999868869781,0.5,0.29350000619888306,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.49900001287460327,0.34529998898506165,0.5,0.3449000120162964,0.4961000084877014,0.29510000348091125,0.5,0.3449000120162964,0.5,0.29350000619888306,0.5,0.24199999868869781,0.5,0.29350000619888306,0.4961000084877014,0.29510000348091125,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.5,0.24199999868869781,0.5,0.29350000619888306,0.5,0.3449000120162964,0.49900001287460327,0.34529998898506165,0.5,0.29350000619888306,0.49900001287460327,0.34529998898506165,0.4961000084877014,0.29510000348091125,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.47269999980926514,0.30469998717308044,0.427700012922287,0.2718000113964081,0.46880000829696655,0.2549000084400177,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.2549000084400177,0.4844000041484833,0.29989999532699585,0.4844000041484833,0.29989999532699585,0.46880000829696655,0.2549000084400177,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.49320000410079956,0.34769999980926514,0.47269999980926514,0.30469998717308044,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.3465000092983246,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.29510000348091125,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.29510000348091125,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49900001287460327,0.34529998898506165,0.5,0.3449000120162964,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.3449000120162964,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.24199999868869781,0.5,0.24199999868869781,0.5,0.29350000619888306,0.5,0.24199999868869781,0.5,0.29350000619888306,0.4961000084877014,0.29510000348091125,0.5,0.24199999868869781,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.5,0.29350000619888306,0.4961000084877014,0.29510000348091125,0.5,0.29350000619888306,0.5,0.3449000120162964,0.4961000084877014,0.29510000348091125,0.5,0.3449000120162964,0.49900001287460327,0.34529998898506165,0.5,0.29350000619888306,0.4961000084877014,0.29510000348091125,0.49900001287460327,0.34529998898506165,0.5,0.29350000619888306,0.49900001287460327,0.34529998898506165,0.5,0.3449000120162964,0.47269999980926514,0.30469998717308044,0.4844000041484833,0.29989999532699585,0.46880000829696655,0.2549000084400177,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.2549000084400177,0.427700012922287,0.2718000113964081,0.49320000410079956,0.34769999980926514,0.4961000084877014,0.3465000092983246,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.29510000348091125,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.46880000829696655,0.2549000084400177,0.4961000084877014,0.3465000092983246,0.49900001287460327,0.34529998898506165,0.4961000084877014,0.29510000348091125,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.29510000348091125,0.4844000041484833,0.29989999532699585,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.4961000084877014,0.3465000092983246,0.375,0.2370000034570694,0.375,0.24060000479221344,0.5,0.24199999868869781,0.375,0.2370000034570694,0.5,0.24199999868869781,0.5,0.24199999868869781,0.262800008058548,0.24459999799728394,0.26010000705718994,0.2459000051021576,0.375,0.24060000479221344,0.262800008058548,0.24459999799728394,0.375,0.24060000479221344,0.375,0.2370000034570694,0.375,0.24060000479221344,0.3711000084877014,0.24330000579357147,0.5,0.24199999868869781,0.375,0.24060000479221344,0.5,0.24199999868869781,0.5,0.24199999868869781,0.26010000705718994,0.2459000051021576,0.2574000060558319,0.24570000171661377,0.3711000084877014,0.24330000579357147,0.26010000705718994,0.2459000051021576,0.3711000084877014,0.24330000579357147,0.375,0.24060000479221344,0.1761000007390976,0.27149999141693115,0.13199999928474426,0.33719998598098755,0.09690000116825104,0.2957000136375427,0.1761000007390976,0.27149999141693115,0.09690000116825104,0.2957000136375427,0.16539999842643738,0.2648000121116638,0.16539999842643738,0.2648000121116638,0.09690000116825104,0.2957000136375427,0.0828000009059906,0.27900001406669617,0.16539999842643738,0.2648000121116638,0.0828000009059906,0.27900001406669617,0.15850000083446503,0.257099986076355,0.1761000007390976,0.27149999141693115,0.16539999842643738,0.2648000121116638,0.26010000705718994,0.2459000051021576,0.1761000007390976,0.27149999141693115,0.26010000705718994,0.2459000051021576,0.262800008058548,0.24459999799728394,0.16539999842643738,0.2648000121116638,0.15850000083446503,0.257099986076355,0.2574000060558319,0.24570000171661377,0.16539999842643738,0.2648000121116638,0.2574000060558319,0.24570000171661377,0.26010000705718994,0.2459000051021576,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25099998712539673,0.24799999594688416,0.2538999915122986,0.2468000054359436,0.15629999339580536,0.25459998846054077,0.25099998712539673,0.24799999594688416,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15850000083446503,0.257099986076355,0.07810000330209732,0.273499995470047,0.15850000083446503,0.257099986076355,0.0828000009059906,0.27900001406669617,0.2538999915122986,0.2468000054359436,0.2574000060558319,0.24570000171661377,0.15850000083446503,0.257099986076355,0.2538999915122986,0.2468000054359436,0.15850000083446503,0.257099986076355,0.15629999339580536,0.25459998846054077,0.427700012922287,0.2718000113964081,0.46880000829696655,0.2549000084400177,0.3594000041484833,0.2484000027179718,0.427700012922287,0.2718000113964081,0.3594000041484833,0.2484000027179718,0.34769999980926514,0.2533000111579895,0.46880000829696655,0.2549000084400177,0.5,0.24199999868869781,0.3711000084877014,0.24330000579357147,0.46880000829696655,0.2549000084400177,0.3711000084877014,0.24330000579357147,0.3594000041484833,0.2484000027179718,0.34769999980926514,0.2533000111579895,0.3594000041484833,0.2484000027179718,0.2538999915122986,0.2468000054359436,0.34769999980926514,0.2533000111579895,0.2538999915122986,0.2468000054359436,0.25099998712539673,0.24799999594688416,0.3594000041484833,0.2484000027179718,0.3711000084877014,0.24330000579357147,0.2574000060558319,0.24570000171661377,0.3594000041484833,0.2484000027179718,0.2574000060558319,0.24570000171661377,0.2538999915122986,0.2468000054359436,0.13199999928474426,0.33719998598098755,0.1152999997138977,0.39640000462532043,0.0608999989926815,0.33709999918937683,0.13199999928474426,0.33719998598098755,0.0608999989926815,0.33709999918937683,0.09690000116825104,0.2957000136375427,0.1152999997138977,0.39640000462532043,0.09709999710321426,0.4372999966144562,0.040800001472234726,0.37959998846054077,0.1152999997138977,0.39640000462532043,0.040800001472234726,0.37959998846054077,0.0608999989926815,0.33709999918937683,0.09690000116825104,0.2957000136375427,0.0608999989926815,0.33709999918937683,0.03869999945163727,0.31299999356269836,0.09690000116825104,0.2957000136375427,0.03869999945163727,0.31299999356269836,0.0828000009059906,0.27900001406669617,0.0608999989926815,0.33709999918937683,0.040800001472234726,0.37959998846054077,0.016100000590085983,0.35429999232292175,0.0608999989926815,0.33709999918937683,0.016100000590085983,0.35429999232292175,0.03869999945163727,0.31299999356269836,0.06840000301599503,0.461899995803833,0,0.44350001215934753,0,0.44350001215934753,0.06840000301599503,0.461899995803833,0,0.44350001215934753,0.020500000566244125,0.41370001435279846,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0,0.44350001215934753,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0.09709999710321426,0.4372999966144562,0.06840000301599503,0.461899995803833,0.020500000566244125,0.41370001435279846,0.09709999710321426,0.4372999966144562,0.020500000566244125,0.41370001435279846,0.040800001472234726,0.37959998846054077,0.040800001472234726,0.37959998846054077,0.020500000566244125,0.41370001435279846,0.005100000184029341,0.3982999920845032,0.040800001472234726,0.37959998846054077,0.005100000184029341,0.3982999920845032,0.016100000590085983,0.35429999232292175,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.016100000590085983,0.35429999232292175,0,0.39309999346733093,0.016100000590085983,0.35429999232292175,0.005100000184029341,0.3982999920845032,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.0828000009059906,0.27900001406669617,0.031300000846385956,0.3050000071525574,0.0828000009059906,0.27900001406669617,0.03869999945163727,0.31299999356269836,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.03869999945163727,0.31299999356269836,0.007799999788403511,0.3458999991416931,0.03869999945163727,0.31299999356269836,0.016100000590085983,0.35429999232292175,0.06840000301599503,0.461899995803833,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0.06840000301599503,0.461899995803833,0,0.44350001215934753,0,0.44350001215934753,0.09709999710321426,0.4372999966144562,0.040800001472234726,0.37959998846054077,0.020500000566244125,0.41370001435279846,0.09709999710321426,0.4372999966144562,0.020500000566244125,0.41370001435279846,0.06840000301599503,0.461899995803833,0.020500000566244125,0.41370001435279846,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0,0.44350001215934753,0.040800001472234726,0.37959998846054077,0.016100000590085983,0.35429999232292175,0.005100000184029341,0.3982999920845032,0.040800001472234726,0.37959998846054077,0.005100000184029341,0.3982999920845032,0.020500000566244125,0.41370001435279846,0.13199999928474426,0.33719998598098755,0.09690000116825104,0.2957000136375427,0.0608999989926815,0.33709999918937683,0.13199999928474426,0.33719998598098755,0.0608999989926815,0.33709999918937683,0.1152999997138977,0.39640000462532043,0.09690000116825104,0.2957000136375427,0.0828000009059906,0.27900001406669617,0.03869999945163727,0.31299999356269836,0.09690000116825104,0.2957000136375427,0.03869999945163727,0.31299999356269836,0.0608999989926815,0.33709999918937683,0.1152999997138977,0.39640000462532043,0.0608999989926815,0.33709999918937683,0.040800001472234726,0.37959998846054077,0.1152999997138977,0.39640000462532043,0.040800001472234726,0.37959998846054077,0.09709999710321426,0.4372999966144562,0.0608999989926815,0.33709999918937683,0.03869999945163727,0.31299999356269836,0.016100000590085983,0.35429999232292175,0.0608999989926815,0.33709999918937683,0.016100000590085983,0.35429999232292175,0.040800001472234726,0.37959998846054077,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.03869999945163727,0.31299999356269836,0.0828000009059906,0.27900001406669617,0.031300000846385956,0.3050000071525574,0.0828000009059906,0.27900001406669617,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.016100000590085983,0.35429999232292175,0.03869999945163727,0.31299999356269836,0.007799999788403511,0.3458999991416931,0.03869999945163727,0.31299999356269836,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.005100000184029341,0.3982999920845032,0.016100000590085983,0.35429999232292175,0,0.39309999346733093,0.016100000590085983,0.35429999232292175,0.007799999788403511,0.3458999991416931,0.1761000007390976,0.27149999141693115,0.16539999842643738,0.2648000121116638,0.09690000116825104,0.2957000136375427,0.1761000007390976,0.27149999141693115,0.09690000116825104,0.2957000136375427,0.13199999928474426,0.33719998598098755,0.1761000007390976,0.27149999141693115,0.262800008058548,0.24459999799728394,0.26010000705718994,0.2459000051021576,0.1761000007390976,0.27149999141693115,0.26010000705718994,0.2459000051021576,0.16539999842643738,0.2648000121116638,0.16539999842643738,0.2648000121116638,0.15850000083446503,0.257099986076355,0.0828000009059906,0.27900001406669617,0.16539999842643738,0.2648000121116638,0.0828000009059906,0.27900001406669617,0.09690000116825104,0.2957000136375427,0.16539999842643738,0.2648000121116638,0.26010000705718994,0.2459000051021576,0.2574000060558319,0.24570000171661377,0.16539999842643738,0.2648000121116638,0.2574000060558319,0.24570000171661377,0.15850000083446503,0.257099986076355,0.375,0.2370000034570694,0.5,0.24199999868869781,0.5,0.24199999868869781,0.375,0.2370000034570694,0.5,0.24199999868869781,0.375,0.24060000479221344,0.375,0.24060000479221344,0.5,0.24199999868869781,0.5,0.24199999868869781,0.375,0.24060000479221344,0.5,0.24199999868869781,0.3711000084877014,0.24330000579357147,0.262800008058548,0.24459999799728394,0.375,0.2370000034570694,0.375,0.24060000479221344,0.262800008058548,0.24459999799728394,0.375,0.24060000479221344,0.26010000705718994,0.2459000051021576,0.26010000705718994,0.2459000051021576,0.375,0.24060000479221344,0.3711000084877014,0.24330000579357147,0.26010000705718994,0.2459000051021576,0.3711000084877014,0.24330000579357147,0.2574000060558319,0.24570000171661377,0.427700012922287,0.2718000113964081,0.34769999980926514,0.2533000111579895,0.3594000041484833,0.2484000027179718,0.427700012922287,0.2718000113964081,0.3594000041484833,0.2484000027179718,0.46880000829696655,0.2549000084400177,0.34769999980926514,0.2533000111579895,0.25099998712539673,0.24799999594688416,0.2538999915122986,0.2468000054359436,0.34769999980926514,0.2533000111579895,0.2538999915122986,0.2468000054359436,0.3594000041484833,0.2484000027179718,0.46880000829696655,0.2549000084400177,0.3594000041484833,0.2484000027179718,0.3711000084877014,0.24330000579357147,0.46880000829696655,0.2549000084400177,0.3711000084877014,0.24330000579357147,0.5,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.2538999915122986,0.2468000054359436,0.2574000060558319,0.24570000171661377,0.3594000041484833,0.2484000027179718,0.2574000060558319,0.24570000171661377,0.3711000084877014,0.24330000579357147,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.0828000009059906,0.27900001406669617,0.15850000083446503,0.257099986076355,0.07810000330209732,0.273499995470047,0.15850000083446503,0.257099986076355,0.15629999339580536,0.25459998846054077,0.25099998712539673,0.24799999594688416,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25099998712539673,0.24799999594688416,0.15629999339580536,0.25459998846054077,0.2538999915122986,0.2468000054359436,0.2538999915122986,0.2468000054359436,0.15629999339580536,0.25459998846054077,0.15850000083446503,0.257099986076355,0.2538999915122986,0.2468000054359436,0.15850000083446503,0.257099986076355,0.2574000060558319,0.24570000171661377,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49900001287460327,0.34529998898506165,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.24199999868869781,0.44530001282691956,0.26420000195503235,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.29510000348091125,0.44530001282691956,0.26420000195503235,0.427700012922287,0.271699994802475,0.47269999980926514,0.30469998717308044,0.44530001282691956,0.26420000195503235,0.47269999980926514,0.30469998717308044,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.29510000348091125,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.29510000348091125,0.4961000084877014,0.3465000092983246,0.49900001287460327,0.34529998898506165,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.4961000084877014,0.3465000092983246,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.427700012922287,0.271699994802475,0.46880000829696655,0.30630001425743103,0.427700012922287,0.271699994802475,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.49219998717308044,0.3481000065803528,0.3711000084877014,0.2386000007390976,0.3594000041484833,0.24699999392032623,0.44530001282691956,0.26420000195503235,0.3711000084877014,0.2386000007390976,0.44530001282691956,0.26420000195503235,0.5,0.24199999868869781,0.26179999113082886,0.24500000476837158,0.25619998574256897,0.2475000023841858,0.3594000041484833,0.24699999392032623,0.26179999113082886,0.24500000476837158,0.3594000041484833,0.24699999392032623,0.3711000084877014,0.2386000007390976,0.3594000041484833,0.24699999392032623,0.34769999980926514,0.25290000438690186,0.427700012922287,0.271699994802475,0.3594000041484833,0.24699999392032623,0.427700012922287,0.271699994802475,0.44530001282691956,0.26420000195503235,0.25619998574256897,0.2475000023841858,0.2515000104904175,0.24819999933242798,0.34769999980926514,0.25290000438690186,0.25619998574256897,0.2475000023841858,0.34769999980926514,0.25290000438690186,0.3594000041484833,0.24699999392032623,0.1761000007390976,0.27149999141693115,0.13199999928474426,0.33719998598098755,0.09690000116825104,0.2957000136375427,0.1761000007390976,0.27149999141693115,0.09690000116825104,0.2957000136375427,0.16539999842643738,0.2648000121116638,0.16539999842643738,0.2648000121116638,0.09690000116825104,0.2957000136375427,0.0828000009059906,0.27900001406669617,0.16539999842643738,0.2648000121116638,0.0828000009059906,0.27900001406669617,0.15850000083446503,0.257099986076355,0.1761000007390976,0.27149999141693115,0.16539999842643738,0.2648000121116638,0.25619998574256897,0.2475000023841858,0.1761000007390976,0.27149999141693115,0.25619998574256897,0.2475000023841858,0.26179999113082886,0.24500000476837158,0.16539999842643738,0.2648000121116638,0.15850000083446503,0.257099986076355,0.2515000104904175,0.24819999933242798,0.16539999842643738,0.2648000121116638,0.2515000104904175,0.24819999933242798,0.25619998574256897,0.2475000023841858,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15850000083446503,0.257099986076355,0.07810000330209732,0.273499995470047,0.15850000083446503,0.257099986076355,0.0828000009059906,0.27900001406669617,0.25,0.2484000027179718,0.2515000104904175,0.24819999933242798,0.15850000083446503,0.257099986076355,0.25,0.2484000027179718,0.15850000083446503,0.257099986076355,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.427700012922287,0.271699994802475,0.34769999980926514,0.25290000438690186,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.25290000438690186,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.25290000438690186,0.2515000104904175,0.24819999933242798,0.34380000829696655,0.2549000084400177,0.2515000104904175,0.24819999933242798,0.25,0.2484000027179718,0.13199999928474426,0.33719998598098755,0.1152999997138977,0.39640000462532043,0.0608999989926815,0.33709999918937683,0.13199999928474426,0.33719998598098755,0.0608999989926815,0.33709999918937683,0.09690000116825104,0.2957000136375427,0.1152999997138977,0.39640000462532043,0.09709999710321426,0.4372999966144562,0.040800001472234726,0.37959998846054077,0.1152999997138977,0.39640000462532043,0.040800001472234726,0.37959998846054077,0.0608999989926815,0.33709999918937683,0.09690000116825104,0.2957000136375427,0.0608999989926815,0.33709999918937683,0.03869999945163727,0.31299999356269836,0.09690000116825104,0.2957000136375427,0.03869999945163727,0.31299999356269836,0.0828000009059906,0.27900001406669617,0.0608999989926815,0.33709999918937683,0.040800001472234726,0.37959998846054077,0.016100000590085983,0.35429999232292175,0.0608999989926815,0.33709999918937683,0.016100000590085983,0.35429999232292175,0.03869999945163727,0.31299999356269836,0.06840000301599503,0.461899995803833,0,0.44350001215934753,0,0.44350001215934753,0.06840000301599503,0.461899995803833,0,0.44350001215934753,0.020500000566244125,0.41370001435279846,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0,0.44350001215934753,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0.09709999710321426,0.4372999966144562,0.06840000301599503,0.461899995803833,0.020500000566244125,0.41370001435279846,0.09709999710321426,0.4372999966144562,0.020500000566244125,0.41370001435279846,0.040800001472234726,0.37959998846054077,0.040800001472234726,0.37959998846054077,0.020500000566244125,0.41370001435279846,0.005100000184029341,0.3982999920845032,0.040800001472234726,0.37959998846054077,0.005100000184029341,0.3982999920845032,0.016100000590085983,0.35429999232292175,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.016100000590085983,0.35429999232292175,0,0.39309999346733093,0.016100000590085983,0.35429999232292175,0.005100000184029341,0.3982999920845032,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.0828000009059906,0.27900001406669617,0.031300000846385956,0.3050000071525574,0.0828000009059906,0.27900001406669617,0.03869999945163727,0.31299999356269836,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.03869999945163727,0.31299999356269836,0.007799999788403511,0.3458999991416931,0.03869999945163727,0.31299999356269836,0.016100000590085983,0.35429999232292175,0.06840000301599503,0.461899995803833,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0.06840000301599503,0.461899995803833,0,0.44350001215934753,0,0.44350001215934753,0.09709999710321426,0.4372999966144562,0.040800001472234726,0.37959998846054077,0.020500000566244125,0.41370001435279846,0.09709999710321426,0.4372999966144562,0.020500000566244125,0.41370001435279846,0.06840000301599503,0.461899995803833,0.020500000566244125,0.41370001435279846,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0.020500000566244125,0.41370001435279846,0,0.44350001215934753,0,0.44350001215934753,0.040800001472234726,0.37959998846054077,0.016100000590085983,0.35429999232292175,0.005100000184029341,0.3982999920845032,0.040800001472234726,0.37959998846054077,0.005100000184029341,0.3982999920845032,0.020500000566244125,0.41370001435279846,0.13199999928474426,0.33719998598098755,0.09690000116825104,0.2957000136375427,0.0608999989926815,0.33709999918937683,0.13199999928474426,0.33719998598098755,0.0608999989926815,0.33709999918937683,0.1152999997138977,0.39640000462532043,0.09690000116825104,0.2957000136375427,0.0828000009059906,0.27900001406669617,0.03869999945163727,0.31299999356269836,0.09690000116825104,0.2957000136375427,0.03869999945163727,0.31299999356269836,0.0608999989926815,0.33709999918937683,0.1152999997138977,0.39640000462532043,0.0608999989926815,0.33709999918937683,0.040800001472234726,0.37959998846054077,0.1152999997138977,0.39640000462532043,0.040800001472234726,0.37959998846054077,0.09709999710321426,0.4372999966144562,0.0608999989926815,0.33709999918937683,0.03869999945163727,0.31299999356269836,0.016100000590085983,0.35429999232292175,0.0608999989926815,0.33709999918937683,0.016100000590085983,0.35429999232292175,0.040800001472234726,0.37959998846054077,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.03869999945163727,0.31299999356269836,0.0828000009059906,0.27900001406669617,0.031300000846385956,0.3050000071525574,0.0828000009059906,0.27900001406669617,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.016100000590085983,0.35429999232292175,0.03869999945163727,0.31299999356269836,0.007799999788403511,0.3458999991416931,0.03869999945163727,0.31299999356269836,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0,0.44350001215934753,0.005100000184029341,0.3982999920845032,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.005100000184029341,0.3982999920845032,0.016100000590085983,0.35429999232292175,0,0.39309999346733093,0.016100000590085983,0.35429999232292175,0.007799999788403511,0.3458999991416931,0.1761000007390976,0.27149999141693115,0.16539999842643738,0.2648000121116638,0.09690000116825104,0.2957000136375427,0.1761000007390976,0.27149999141693115,0.09690000116825104,0.2957000136375427,0.13199999928474426,0.33719998598098755,0.1761000007390976,0.27149999141693115,0.26179999113082886,0.24500000476837158,0.25619998574256897,0.2475000023841858,0.1761000007390976,0.27149999141693115,0.25619998574256897,0.2475000023841858,0.16539999842643738,0.2648000121116638,0.16539999842643738,0.2648000121116638,0.15850000083446503,0.257099986076355,0.0828000009059906,0.27900001406669617,0.16539999842643738,0.2648000121116638,0.0828000009059906,0.27900001406669617,0.09690000116825104,0.2957000136375427,0.16539999842643738,0.2648000121116638,0.25619998574256897,0.2475000023841858,0.2515000104904175,0.24819999933242798,0.16539999842643738,0.2648000121116638,0.2515000104904175,0.24819999933242798,0.15850000083446503,0.257099986076355,0.3711000084877014,0.2386000007390976,0.5,0.24199999868869781,0.44530001282691956,0.26420000195503235,0.3711000084877014,0.2386000007390976,0.44530001282691956,0.26420000195503235,0.3594000041484833,0.24699999392032623,0.3594000041484833,0.24699999392032623,0.44530001282691956,0.26420000195503235,0.427700012922287,0.271699994802475,0.3594000041484833,0.24699999392032623,0.427700012922287,0.271699994802475,0.34769999980926514,0.25290000438690186,0.26179999113082886,0.24500000476837158,0.3711000084877014,0.2386000007390976,0.3594000041484833,0.24699999392032623,0.26179999113082886,0.24500000476837158,0.3594000041484833,0.24699999392032623,0.25619998574256897,0.2475000023841858,0.25619998574256897,0.2475000023841858,0.3594000041484833,0.24699999392032623,0.34769999980926514,0.25290000438690186,0.25619998574256897,0.2475000023841858,0.34769999980926514,0.25290000438690186,0.2515000104904175,0.24819999933242798,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.25290000438690186,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.25290000438690186,0.427700012922287,0.271699994802475,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.2515000104904175,0.24819999933242798,0.34380000829696655,0.2549000084400177,0.2515000104904175,0.24819999933242798,0.34769999980926514,0.25290000438690186,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.0828000009059906,0.27900001406669617,0.15850000083446503,0.257099986076355,0.07810000330209732,0.273499995470047,0.15850000083446503,0.257099986076355,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15850000083446503,0.257099986076355,0.25,0.2484000027179718,0.15850000083446503,0.257099986076355,0.2515000104904175,0.24819999933242798,0.5,0.24199999868869781,0.4961000084877014,0.29510000348091125,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.44530001282691956,0.26420000195503235,0.4961000084877014,0.29510000348091125,0.49900001287460327,0.34529998898506165,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.29510000348091125,0.4961000084877014,0.3465000092983246,0.4844000041484833,0.29989999532699585,0.44530001282691956,0.26420000195503235,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.44530001282691956,0.26420000195503235,0.47269999980926514,0.30469998717308044,0.427700012922287,0.271699994802475,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.47269999980926514,0.30469998717308044,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49900001287460327,0.34529998898506165,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.427700012922287,0.271699994802475,0.46880000829696655,0.30630001425743103,0.427700012922287,0.271699994802475,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.427700012922287,0.2718000113964081,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.30630001425743103,0.427700012922287,0.2718000113964081,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49320000410079956,0.34769999980926514,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.427700012922287,0.2718000113964081,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.427700012922287,0.2718000113964081,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34769999980926514,0.2533000111579895,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.427700012922287,0.2718000113964081,0.25099998712539673,0.24799999594688416,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25099998712539673,0.24799999594688416,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.2533000111579895,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25099998712539673,0.24799999594688416,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25099998712539673,0.24799999594688416,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.34769999980926514,0.2533000111579895,0.427700012922287,0.2718000113964081,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25099998712539673,0.24799999594688416,0.34769999980926514,0.2533000111579895,0.34380000829696655,0.2549000084400177,0.25099998712539673,0.24799999594688416,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4618000090122223,0.3075000047683716,0.4219000041484833,0.2741999924182892,0.4618000090122223,0.3075000047683716,0.4162999987602234,0.27639999985694885,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.48559999465942383,0.3483999967575073,0.46880000829696655,0.30630001425743103,0.48559999465942383,0.3483999967575073,0.4618000090122223,0.3075000047683716,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4961000084877014,0.39629998803138733,0.49219998717308044,0.3481000065803528,0.4961000084877014,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.5,0.44780001044273376,0.44530001282691956,0.3961000144481659,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.44530001282691956,0.3961000144481659,0.4221999943256378,0.349700003862381,0.4657000005245209,0.34929999709129333,0.44530001282691956,0.3961000144481659,0.4657000005245209,0.34929999709129333,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.4657000005245209,0.34929999709129333,0.48559999465942383,0.3483999967575073,0.4844000041484833,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.4961000084877014,0.39629998803138733,0.39969998598098755,0.31360000371932983,0.3772999942302704,0.2922999858856201,0.39969998598098755,0.2831999957561493,0.39969998598098755,0.31360000371932983,0.39969998598098755,0.2831999957561493,0.4410000145435333,0.31119999289512634,0.4410000145435333,0.31119999289512634,0.39969998598098755,0.2831999957561493,0.4162999987602234,0.27639999985694885,0.4410000145435333,0.31119999289512634,0.4162999987602234,0.27639999985694885,0.4618000090122223,0.3075000047683716,0.4221999943256378,0.349700003862381,0.39969998598098755,0.31360000371932983,0.4410000145435333,0.31119999289512634,0.4221999943256378,0.349700003862381,0.4410000145435333,0.31119999289512634,0.4657000005245209,0.34929999709129333,0.4657000005245209,0.34929999709129333,0.4410000145435333,0.31119999289512634,0.4618000090122223,0.3075000047683716,0.4657000005245209,0.34929999709129333,0.4618000090122223,0.3075000047683716,0.48559999465942383,0.3483999967575073,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.48559999465942383,0.3483999967575073,0.4961000084877014,0.39629998803138733,0.49219998717308044,0.3481000065803528,0.4961000084877014,0.39629998803138733,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4162999987602234,0.27639999985694885,0.4618000090122223,0.3075000047683716,0.4219000041484833,0.2741999924182892,0.4618000090122223,0.3075000047683716,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4618000090122223,0.3075000047683716,0.48559999465942383,0.3483999967575073,0.46880000829696655,0.30630001425743103,0.48559999465942383,0.3483999967575073,0.49219998717308044,0.3481000065803528,0.39969998598098755,0.31360000371932983,0.4410000145435333,0.31119999289512634,0.39969998598098755,0.2831999957561493,0.39969998598098755,0.31360000371932983,0.39969998598098755,0.2831999957561493,0.3772999942302704,0.2922999858856201,0.4221999943256378,0.349700003862381,0.4657000005245209,0.34929999709129333,0.4410000145435333,0.31119999289512634,0.4221999943256378,0.349700003862381,0.4410000145435333,0.31119999289512634,0.39969998598098755,0.31360000371932983,0.4410000145435333,0.31119999289512634,0.4618000090122223,0.3075000047683716,0.4162999987602234,0.27639999985694885,0.4410000145435333,0.31119999289512634,0.4162999987602234,0.27639999985694885,0.39969998598098755,0.2831999957561493,0.4657000005245209,0.34929999709129333,0.48559999465942383,0.3483999967575073,0.4618000090122223,0.3075000047683716,0.4657000005245209,0.34929999709129333,0.4618000090122223,0.3075000047683716,0.4410000145435333,0.31119999289512634,0.5,0.44780001044273376,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.44530001282691956,0.3961000144481659,0.5,0.44780001044273376,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.4844000041484833,0.39629998803138733,0.44530001282691956,0.3961000144481659,0.4844000041484833,0.39629998803138733,0.4657000005245209,0.34929999709129333,0.44530001282691956,0.3961000144481659,0.4657000005245209,0.34929999709129333,0.4221999943256378,0.349700003862381,0.4844000041484833,0.39629998803138733,0.4961000084877014,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.4844000041484833,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.4657000005245209,0.34929999709129333,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.3407000005245209,0.25769999623298645,0.4162999987602234,0.27639999985694885,0.34380000829696655,0.2549000084400177,0.4162999987602234,0.27639999985694885,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2513999938964844,0.3407000005245209,0.25769999623298645,0.25,0.2484000027179718,0.3407000005245209,0.25769999623298645,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.08370000123977661,0.27570000290870667,0.15629999339580536,0.25459998846054077,0.08370000123977661,0.27570000290870667,0.15929999947547913,0.2574000060558319,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15929999947547913,0.2574000060558319,0.25,0.2513999938964844,0.15629999339580536,0.25459998846054077,0.25,0.2513999938964844,0.25,0.2484000027179718,0.12269999831914902,0.29159998893737793,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.26589998602867126,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.26589998602867126,0.10029999911785126,0.2824999988079071,0.25,0.2782999873161316,0.25,0.2603999972343445,0.16840000450611115,0.26589998602867126,0.25,0.2782999873161316,0.16840000450611115,0.26589998602867126,0.1745000034570694,0.2825999855995178,0.10029999911785126,0.2824999988079071,0.16840000450611115,0.26589998602867126,0.15929999947547913,0.2574000060558319,0.10029999911785126,0.2824999988079071,0.15929999947547913,0.2574000060558319,0.08370000123977661,0.27570000290870667,0.16840000450611115,0.26589998602867126,0.25,0.2603999972343445,0.25,0.2513999938964844,0.16840000450611115,0.26589998602867126,0.25,0.2513999938964844,0.15929999947547913,0.2574000060558319,0.3772999942302704,0.2922999858856201,0.39969998598098755,0.2831999957561493,0.33160001039505005,0.2662000060081482,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.2662000060081482,0.3255000114440918,0.28299999237060547,0.39969998598098755,0.2831999957561493,0.4162999987602234,0.27639999985694885,0.3407000005245209,0.25769999623298645,0.39969998598098755,0.2831999957561493,0.3407000005245209,0.25769999623298645,0.33160001039505005,0.2662000060081482,0.25,0.2782999873161316,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.2662000060081482,0.25,0.2782999873161316,0.33160001039505005,0.2662000060081482,0.25,0.2603999972343445,0.33160001039505005,0.2662000060081482,0.3407000005245209,0.25769999623298645,0.25,0.2513999938964844,0.33160001039505005,0.2662000060081482,0.25,0.2513999938964844,0.25,0.2603999972343445,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.03819999843835831,0.3061999976634979,0.07810000330209732,0.273499995470047,0.03819999843835831,0.3061999976634979,0.08370000123977661,0.27570000290870667,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.014399999752640724,0.34619998931884766,0.031300000846385956,0.3050000071525574,0.014399999752640724,0.34619998931884766,0.03819999843835831,0.3061999976634979,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.0038999998942017555,0.39320001006126404,0.007799999788403511,0.3458999991416931,0.0038999998942017555,0.39320001006126404,0.014399999752640724,0.34619998931884766,0,0.44350001215934753,0.05469999834895134,0.39340001344680786,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.05469999834895134,0.39340001344680786,0.07779999822378159,0.3479999899864197,0.034299999475479126,0.3472000062465668,0.05469999834895134,0.39340001344680786,0.034299999475479126,0.3472000062465668,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0.034299999475479126,0.3472000062465668,0.014399999752640724,0.34619998931884766,0.015599999576807022,0.39320001006126404,0.014399999752640724,0.34619998931884766,0.0038999998942017555,0.39320001006126404,0.10029999911785126,0.3125999867916107,0.12269999831914902,0.29159998893737793,0.10029999911785126,0.2824999988079071,0.10029999911785126,0.3125999867916107,0.10029999911785126,0.2824999988079071,0.05900000035762787,0.3100000023841858,0.05900000035762787,0.3100000023841858,0.10029999911785126,0.2824999988079071,0.08370000123977661,0.27570000290870667,0.05900000035762787,0.3100000023841858,0.08370000123977661,0.27570000290870667,0.03819999843835831,0.3061999976634979,0.07779999822378159,0.3479999899864197,0.10029999911785126,0.3125999867916107,0.05900000035762787,0.3100000023841858,0.07779999822378159,0.3479999899864197,0.05900000035762787,0.3100000023841858,0.034299999475479126,0.3472000062465668,0.034299999475479126,0.3472000062465668,0.05900000035762787,0.3100000023841858,0.03819999843835831,0.3061999976634979,0.034299999475479126,0.3472000062465668,0.03819999843835831,0.3061999976634979,0.014399999752640724,0.34619998931884766,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.014399999752640724,0.34619998931884766,0.0038999998942017555,0.39320001006126404,0.007799999788403511,0.3458999991416931,0.0038999998942017555,0.39320001006126404,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.08370000123977661,0.27570000290870667,0.03819999843835831,0.3061999976634979,0.07810000330209732,0.273499995470047,0.03819999843835831,0.3061999976634979,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.03819999843835831,0.3061999976634979,0.014399999752640724,0.34619998931884766,0.031300000846385956,0.3050000071525574,0.014399999752640724,0.34619998931884766,0.007799999788403511,0.3458999991416931,0.10029999911785126,0.3125999867916107,0.05900000035762787,0.3100000023841858,0.10029999911785126,0.2824999988079071,0.10029999911785126,0.3125999867916107,0.10029999911785126,0.2824999988079071,0.12269999831914902,0.29159998893737793,0.07779999822378159,0.3479999899864197,0.034299999475479126,0.3472000062465668,0.05900000035762787,0.3100000023841858,0.07779999822378159,0.3479999899864197,0.05900000035762787,0.3100000023841858,0.10029999911785126,0.3125999867916107,0.05900000035762787,0.3100000023841858,0.03819999843835831,0.3061999976634979,0.08370000123977661,0.27570000290870667,0.05900000035762787,0.3100000023841858,0.08370000123977661,0.27570000290870667,0.10029999911785126,0.2824999988079071,0.034299999475479126,0.3472000062465668,0.014399999752640724,0.34619998931884766,0.03819999843835831,0.3061999976634979,0.034299999475479126,0.3472000062465668,0.03819999843835831,0.3061999976634979,0.05900000035762787,0.3100000023841858,0,0.44350001215934753,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0.05469999834895134,0.39340001344680786,0,0.44350001215934753,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0.015599999576807022,0.39320001006126404,0.05469999834895134,0.39340001344680786,0.015599999576807022,0.39320001006126404,0.034299999475479126,0.3472000062465668,0.05469999834895134,0.39340001344680786,0.034299999475479126,0.3472000062465668,0.07779999822378159,0.3479999899864197,0.015599999576807022,0.39320001006126404,0.0038999998942017555,0.39320001006126404,0.014399999752640724,0.34619998931884766,0.015599999576807022,0.39320001006126404,0.014399999752640724,0.34619998931884766,0.034299999475479126,0.3472000062465668,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15929999947547913,0.2574000060558319,0.08370000123977661,0.27570000290870667,0.15629999339580536,0.25459998846054077,0.08370000123977661,0.27570000290870667,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2513999938964844,0.15929999947547913,0.2574000060558319,0.25,0.2484000027179718,0.15929999947547913,0.2574000060558319,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4162999987602234,0.27639999985694885,0.34380000829696655,0.2549000084400177,0.4162999987602234,0.27639999985694885,0.3407000005245209,0.25769999623298645,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.3407000005245209,0.25769999623298645,0.25,0.2484000027179718,0.3407000005245209,0.25769999623298645,0.25,0.2513999938964844,0.3772999942302704,0.2922999858856201,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.2662000060081482,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.2662000060081482,0.39969998598098755,0.2831999957561493,0.25,0.2782999873161316,0.25,0.2603999972343445,0.33160001039505005,0.2662000060081482,0.25,0.2782999873161316,0.33160001039505005,0.2662000060081482,0.3255000114440918,0.28299999237060547,0.39969998598098755,0.2831999957561493,0.33160001039505005,0.2662000060081482,0.3407000005245209,0.25769999623298645,0.39969998598098755,0.2831999957561493,0.3407000005245209,0.25769999623298645,0.4162999987602234,0.27639999985694885,0.33160001039505005,0.2662000060081482,0.25,0.2603999972343445,0.25,0.2513999938964844,0.33160001039505005,0.2662000060081482,0.25,0.2513999938964844,0.3407000005245209,0.25769999623298645,0.12269999831914902,0.29159998893737793,0.10029999911785126,0.2824999988079071,0.16840000450611115,0.26589998602867126,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.26589998602867126,0.1745000034570694,0.2825999855995178,0.10029999911785126,0.2824999988079071,0.08370000123977661,0.27570000290870667,0.15929999947547913,0.2574000060558319,0.10029999911785126,0.2824999988079071,0.15929999947547913,0.2574000060558319,0.16840000450611115,0.26589998602867126,0.25,0.2782999873161316,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.26589998602867126,0.25,0.2782999873161316,0.16840000450611115,0.26589998602867126,0.25,0.2603999972343445,0.16840000450611115,0.26589998602867126,0.15929999947547913,0.2574000060558319,0.25,0.2513999938964844,0.16840000450611115,0.26589998602867126,0.25,0.2513999938964844,0.25,0.2603999972343445,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.48559999465942383,0.3483999967575073,0.4961000084877014,0.39629998803138733,0.49219998717308044,0.3481000065803528,0.4961000084877014,0.39629998803138733,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4162999987602234,0.27639999985694885,0.4618000090122223,0.3075000047683716,0.4219000041484833,0.2741999924182892,0.4618000090122223,0.3075000047683716,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4618000090122223,0.3075000047683716,0.48559999465942383,0.3483999967575073,0.46880000829696655,0.30630001425743103,0.48559999465942383,0.3483999967575073,0.49219998717308044,0.3481000065803528,0.39969998598098755,0.31360000371932983,0.4410000145435333,0.31119999289512634,0.39969998598098755,0.2831999957561493,0.39969998598098755,0.31360000371932983,0.39969998598098755,0.2831999957561493,0.3772999942302704,0.2922999858856201,0.4221999943256378,0.349700003862381,0.4657000005245209,0.34929999709129333,0.4410000145435333,0.31119999289512634,0.4221999943256378,0.349700003862381,0.4410000145435333,0.31119999289512634,0.39969998598098755,0.31360000371932983,0.4410000145435333,0.31119999289512634,0.4618000090122223,0.3075000047683716,0.4162999987602234,0.27639999985694885,0.4410000145435333,0.31119999289512634,0.4162999987602234,0.27639999985694885,0.39969998598098755,0.2831999957561493,0.4657000005245209,0.34929999709129333,0.48559999465942383,0.3483999967575073,0.4618000090122223,0.3075000047683716,0.4657000005245209,0.34929999709129333,0.4618000090122223,0.3075000047683716,0.4410000145435333,0.31119999289512634,0.5,0.44780001044273376,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.44530001282691956,0.3961000144481659,0.5,0.44780001044273376,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.4844000041484833,0.39629998803138733,0.44530001282691956,0.3961000144481659,0.4844000041484833,0.39629998803138733,0.4657000005245209,0.34929999709129333,0.44530001282691956,0.3961000144481659,0.4657000005245209,0.34929999709129333,0.4221999943256378,0.349700003862381,0.4844000041484833,0.39629998803138733,0.4961000084877014,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.4844000041484833,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.4657000005245209,0.34929999709129333,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.3407000005245209,0.25769999623298645,0.4162999987602234,0.27639999985694885,0.34380000829696655,0.2549000084400177,0.4162999987602234,0.27639999985694885,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2513999938964844,0.3407000005245209,0.25769999623298645,0.25,0.2484000027179718,0.3407000005245209,0.25769999623298645,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.08370000123977661,0.27570000290870667,0.15629999339580536,0.25459998846054077,0.08370000123977661,0.27570000290870667,0.15929999947547913,0.2574000060558319,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15929999947547913,0.2574000060558319,0.25,0.2484000027179718,0.15929999947547913,0.2574000060558319,0.25,0.2513999938964844,0.12269999831914902,0.29159998893737793,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.26589998602867126,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.26589998602867126,0.10029999911785126,0.2824999988079071,0.25,0.2782999873161316,0.25,0.2603999972343445,0.16840000450611115,0.26589998602867126,0.25,0.2782999873161316,0.16840000450611115,0.26589998602867126,0.1745000034570694,0.2825999855995178,0.10029999911785126,0.2824999988079071,0.16840000450611115,0.26589998602867126,0.15929999947547913,0.2574000060558319,0.10029999911785126,0.2824999988079071,0.15929999947547913,0.2574000060558319,0.08370000123977661,0.27570000290870667,0.16840000450611115,0.26589998602867126,0.25,0.2603999972343445,0.25,0.2513999938964844,0.16840000450611115,0.26589998602867126,0.25,0.2513999938964844,0.15929999947547913,0.2574000060558319,0.3772999942302704,0.2922999858856201,0.39969998598098755,0.2831999957561493,0.33160001039505005,0.2662000060081482,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.2662000060081482,0.3255000114440918,0.28299999237060547,0.39969998598098755,0.2831999957561493,0.4162999987602234,0.27639999985694885,0.3407000005245209,0.25769999623298645,0.39969998598098755,0.2831999957561493,0.3407000005245209,0.25769999623298645,0.33160001039505005,0.2662000060081482,0.25,0.2782999873161316,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.2662000060081482,0.25,0.2782999873161316,0.33160001039505005,0.2662000060081482,0.25,0.2603999972343445,0.33160001039505005,0.2662000060081482,0.3407000005245209,0.25769999623298645,0.25,0.2513999938964844,0.33160001039505005,0.2662000060081482,0.25,0.2513999938964844,0.25,0.2603999972343445,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.03819999843835831,0.3061999976634979,0.07810000330209732,0.273499995470047,0.03819999843835831,0.3061999976634979,0.08370000123977661,0.27570000290870667,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.014399999752640724,0.34619998931884766,0.031300000846385956,0.3050000071525574,0.014399999752640724,0.34619998931884766,0.03819999843835831,0.3061999976634979,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.0038999998942017555,0.39320001006126404,0.007799999788403511,0.3458999991416931,0.0038999998942017555,0.39320001006126404,0.014399999752640724,0.34619998931884766,0,0.44350001215934753,0.05469999834895134,0.39340001344680786,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.05469999834895134,0.39340001344680786,0.07779999822378159,0.3479999899864197,0.034299999475479126,0.3472000062465668,0.05469999834895134,0.39340001344680786,0.034299999475479126,0.3472000062465668,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0.034299999475479126,0.3472000062465668,0.014399999752640724,0.34619998931884766,0.015599999576807022,0.39320001006126404,0.014399999752640724,0.34619998931884766,0.0038999998942017555,0.39320001006126404,0.10029999911785126,0.3125999867916107,0.12269999831914902,0.29159998893737793,0.10029999911785126,0.2824999988079071,0.10029999911785126,0.3125999867916107,0.10029999911785126,0.2824999988079071,0.05900000035762787,0.3100000023841858,0.05900000035762787,0.3100000023841858,0.10029999911785126,0.2824999988079071,0.08370000123977661,0.27570000290870667,0.05900000035762787,0.3100000023841858,0.08370000123977661,0.27570000290870667,0.03819999843835831,0.3061999976634979,0.07779999822378159,0.3479999899864197,0.10029999911785126,0.3125999867916107,0.05900000035762787,0.3100000023841858,0.07779999822378159,0.3479999899864197,0.05900000035762787,0.3100000023841858,0.034299999475479126,0.3472000062465668,0.034299999475479126,0.3472000062465668,0.05900000035762787,0.3100000023841858,0.03819999843835831,0.3061999976634979,0.034299999475479126,0.3472000062465668,0.03819999843835831,0.3061999976634979,0.014399999752640724,0.34619998931884766,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.014399999752640724,0.34619998931884766,0.0038999998942017555,0.39320001006126404,0.007799999788403511,0.3458999991416931,0.0038999998942017555,0.39320001006126404,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.08370000123977661,0.27570000290870667,0.03819999843835831,0.3061999976634979,0.07810000330209732,0.273499995470047,0.03819999843835831,0.3061999976634979,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.03819999843835831,0.3061999976634979,0.014399999752640724,0.34619998931884766,0.031300000846385956,0.3050000071525574,0.014399999752640724,0.34619998931884766,0.007799999788403511,0.3458999991416931,0.10029999911785126,0.3125999867916107,0.05900000035762787,0.3100000023841858,0.10029999911785126,0.2824999988079071,0.10029999911785126,0.3125999867916107,0.10029999911785126,0.2824999988079071,0.12269999831914902,0.29159998893737793,0.07779999822378159,0.3479999899864197,0.034299999475479126,0.3472000062465668,0.05900000035762787,0.3100000023841858,0.07779999822378159,0.3479999899864197,0.05900000035762787,0.3100000023841858,0.10029999911785126,0.3125999867916107,0.05900000035762787,0.3100000023841858,0.03819999843835831,0.3061999976634979,0.08370000123977661,0.27570000290870667,0.05900000035762787,0.3100000023841858,0.08370000123977661,0.27570000290870667,0.10029999911785126,0.2824999988079071,0.034299999475479126,0.3472000062465668,0.014399999752640724,0.34619998931884766,0.03819999843835831,0.3061999976634979,0.034299999475479126,0.3472000062465668,0.03819999843835831,0.3061999976634979,0.05900000035762787,0.3100000023841858,0,0.44350001215934753,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0,0.44350001215934753,0.015599999576807022,0.39320001006126404,0.05469999834895134,0.39340001344680786,0,0.44350001215934753,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0,0.44350001215934753,0.0038999998942017555,0.39320001006126404,0.015599999576807022,0.39320001006126404,0.05469999834895134,0.39340001344680786,0.015599999576807022,0.39320001006126404,0.034299999475479126,0.3472000062465668,0.05469999834895134,0.39340001344680786,0.034299999475479126,0.3472000062465668,0.07779999822378159,0.3479999899864197,0.015599999576807022,0.39320001006126404,0.0038999998942017555,0.39320001006126404,0.014399999752640724,0.34619998931884766,0.015599999576807022,0.39320001006126404,0.014399999752640724,0.34619998931884766,0.034299999475479126,0.3472000062465668,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15929999947547913,0.2574000060558319,0.08370000123977661,0.27570000290870667,0.15629999339580536,0.25459998846054077,0.08370000123977661,0.27570000290870667,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2513999938964844,0.15929999947547913,0.2574000060558319,0.25,0.2484000027179718,0.15929999947547913,0.2574000060558319,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4162999987602234,0.27639999985694885,0.34380000829696655,0.2549000084400177,0.4162999987602234,0.27639999985694885,0.3407000005245209,0.25769999623298645,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.3407000005245209,0.25769999623298645,0.25,0.2484000027179718,0.3407000005245209,0.25769999623298645,0.25,0.2513999938964844,0.3772999942302704,0.2922999858856201,0.3255000114440918,0.28299999237060547,0.33160001039505005,0.2662000060081482,0.3772999942302704,0.2922999858856201,0.33160001039505005,0.2662000060081482,0.39969998598098755,0.2831999957561493,0.25,0.2782999873161316,0.25,0.2603999972343445,0.33160001039505005,0.2662000060081482,0.25,0.2782999873161316,0.33160001039505005,0.2662000060081482,0.3255000114440918,0.28299999237060547,0.39969998598098755,0.2831999957561493,0.33160001039505005,0.2662000060081482,0.3407000005245209,0.25769999623298645,0.39969998598098755,0.2831999957561493,0.3407000005245209,0.25769999623298645,0.4162999987602234,0.27639999985694885,0.33160001039505005,0.2662000060081482,0.25,0.2603999972343445,0.25,0.2513999938964844,0.33160001039505005,0.2662000060081482,0.25,0.2513999938964844,0.3407000005245209,0.25769999623298645,0.12269999831914902,0.29159998893737793,0.10029999911785126,0.2824999988079071,0.16840000450611115,0.26589998602867126,0.12269999831914902,0.29159998893737793,0.16840000450611115,0.26589998602867126,0.1745000034570694,0.2825999855995178,0.10029999911785126,0.2824999988079071,0.08370000123977661,0.27570000290870667,0.15929999947547913,0.2574000060558319,0.10029999911785126,0.2824999988079071,0.15929999947547913,0.2574000060558319,0.16840000450611115,0.26589998602867126,0.25,0.2782999873161316,0.1745000034570694,0.2825999855995178,0.16840000450611115,0.26589998602867126,0.25,0.2782999873161316,0.16840000450611115,0.26589998602867126,0.25,0.2603999972343445,0.16840000450611115,0.26589998602867126,0.15929999947547913,0.2574000060558319,0.25,0.2513999938964844,0.16840000450611115,0.26589998602867126,0.25,0.2513999938964844,0.25,0.2603999972343445,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4618000090122223,0.3075000047683716,0.4219000041484833,0.2741999924182892,0.4618000090122223,0.3075000047683716,0.4162999987602234,0.27639999985694885,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.48559999465942383,0.3483999967575073,0.46880000829696655,0.30630001425743103,0.48559999465942383,0.3483999967575073,0.4618000090122223,0.3075000047683716,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4961000084877014,0.39629998803138733,0.49219998717308044,0.3481000065803528,0.4961000084877014,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.5,0.44780001044273376,0.44530001282691956,0.3961000144481659,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.44530001282691956,0.3961000144481659,0.4221999943256378,0.349700003862381,0.4657000005245209,0.34929999709129333,0.44530001282691956,0.3961000144481659,0.4657000005245209,0.34929999709129333,0.4844000041484833,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.4961000084877014,0.39629998803138733,0.5,0.44780001044273376,0.4844000041484833,0.39629998803138733,0.4657000005245209,0.34929999709129333,0.48559999465942383,0.3483999967575073,0.4844000041484833,0.39629998803138733,0.48559999465942383,0.3483999967575073,0.4961000084877014,0.39629998803138733,0.39969998598098755,0.31360000371932983,0.3772999942302704,0.2922999858856201,0.39969998598098755,0.2831999957561493,0.39969998598098755,0.31360000371932983,0.39969998598098755,0.2831999957561493,0.4410000145435333,0.31119999289512634,0.4410000145435333,0.31119999289512634,0.39969998598098755,0.2831999957561493,0.4162999987602234,0.27639999985694885,0.4410000145435333,0.31119999289512634,0.4162999987602234,0.27639999985694885,0.4618000090122223,0.3075000047683716,0.4221999943256378,0.349700003862381,0.39969998598098755,0.31360000371932983,0.4410000145435333,0.31119999289512634,0.4221999943256378,0.349700003862381,0.4410000145435333,0.31119999289512634,0.4657000005245209,0.34929999709129333,0.4657000005245209,0.34929999709129333,0.4410000145435333,0.31119999289512634,0.4618000090122223,0.3075000047683716,0.4657000005245209,0.34929999709129333,0.4618000090122223,0.3075000047683716,0.48559999465942383,0.3483999967575073,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.3449000120162964,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.24199999868869781,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0,0.34279999136924744,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.34279999136924744,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.34279999136924744,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.24199999868869781,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.24199999868869781,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.5,0.3449000120162964,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.427700012922287,0.2718000113964081,0.46880000829696655,0.30630001425743103,0.427700012922287,0.2718000113964081,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.5,0.24199999868869781,0.5,0.29350000619888306,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.44530001282691956,0.2644999921321869,0.5,0.29350000619888306,0.5,0.3449000120162964,0.4961000084877014,0.3465000092983246,0.5,0.29350000619888306,0.4961000084877014,0.3465000092983246,0.4844000041484833,0.29989999532699585,0.44530001282691956,0.2644999921321869,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.44530001282691956,0.2644999921321869,0.47269999980926514,0.30469998717308044,0.427700012922287,0.2718000113964081,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.47269999980926514,0.30469998717308044,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.2533000111579895,0.427700012922287,0.2718000113964081,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2476000040769577,0.34380000829696655,0.2549000084400177,0.25,0.2476000040769577,0.34769999980926514,0.2533000111579895,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.0723000019788742,0.2711000144481659,0.15629999339580536,0.25459998846054077,0.0723000019788742,0.2711000144481659,0.15230000019073486,0.2529999911785126,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15230000019073486,0.2529999911785126,0.25,0.2484000027179718,0.15230000019073486,0.2529999911785126,0.25,0.2476000040769577,0,0.24199999868869781,0.125,0.24199999868869781,0.14059999585151672,0.2483000010251999,0,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.05469999834895134,0.2639999985694885,0.125,0.24199999868869781,0.25,0.24199999868869781,0.25,0.2451999932527542,0.125,0.24199999868869781,0.25,0.2451999932527542,0.14059999585151672,0.2483000010251999,0.05469999834895134,0.2639999985694885,0.14059999585151672,0.2483000010251999,0.15230000019073486,0.2529999911785126,0.05469999834895134,0.2639999985694885,0.15230000019073486,0.2529999911785126,0.0723000019788742,0.2711000144481659,0.14059999585151672,0.2483000010251999,0.25,0.2451999932527542,0.25,0.2476000040769577,0.14059999585151672,0.2483000010251999,0.25,0.2476000040769577,0.15230000019073486,0.2529999911785126,0.375,0.24199999868869781,0.5,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.375,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.3594000041484833,0.2484000027179718,0.3594000041484833,0.2484000027179718,0.44530001282691956,0.2644999921321869,0.427700012922287,0.2718000113964081,0.3594000041484833,0.2484000027179718,0.427700012922287,0.2718000113964081,0.34769999980926514,0.2533000111579895,0.25,0.24199999868869781,0.375,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.25,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.25,0.2451999932527542,0.25,0.2451999932527542,0.3594000041484833,0.2484000027179718,0.34769999980926514,0.2533000111579895,0.25,0.2451999932527542,0.34769999980926514,0.2533000111579895,0.25,0.2476000040769577,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.027300000190734863,0.3034000098705292,0.07810000330209732,0.273499995470047,0.027300000190734863,0.3034000098705292,0.0723000019788742,0.2711000144481659,0.007799999788403511,0.3458999991416931,0.006800000090152025,0.34549999237060547,0.027300000190734863,0.3034000098705292,0.007799999788403511,0.3458999991416931,0.027300000190734863,0.3034000098705292,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.34279999136924744,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0,0.34279999136924744,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.0038999998942017555,0.3443000018596649,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0,0.39309999346733093,0,0.2924000024795532,0,0.24199999868869781,0.05469999834895134,0.2639999985694885,0,0.2924000024795532,0.05469999834895134,0.2639999985694885,0.015599999576807022,0.2987000048160553,0.015599999576807022,0.2987000048160553,0.05469999834895134,0.2639999985694885,0.0723000019788742,0.2711000144481659,0.015599999576807022,0.2987000048160553,0.0723000019788742,0.2711000144481659,0.027300000190734863,0.3034000098705292,0,0.2924000024795532,0.015599999576807022,0.2987000048160553,0.0038999998942017555,0.3443000018596649,0,0.2924000024795532,0.0038999998942017555,0.3443000018596649,0,0.34279999136924744,0.0038999998942017555,0.3443000018596649,0.015599999576807022,0.2987000048160553,0.027300000190734863,0.3034000098705292,0.0038999998942017555,0.3443000018596649,0.027300000190734863,0.3034000098705292,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0.007799999788403511,0.3458999991416931,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.0723000019788742,0.2711000144481659,0.027300000190734863,0.3034000098705292,0.07810000330209732,0.273499995470047,0.027300000190734863,0.3034000098705292,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.027300000190734863,0.3034000098705292,0.006800000090152025,0.34549999237060547,0.031300000846385956,0.3050000071525574,0.006800000090152025,0.34549999237060547,0.007799999788403511,0.3458999991416931,0,0.2924000024795532,0.015599999576807022,0.2987000048160553,0.05469999834895134,0.2639999985694885,0,0.2924000024795532,0.05469999834895134,0.2639999985694885,0,0.24199999868869781,0,0.34279999136924744,0.0038999998942017555,0.3443000018596649,0.015599999576807022,0.2987000048160553,0,0.34279999136924744,0.015599999576807022,0.2987000048160553,0,0.2924000024795532,0.015599999576807022,0.2987000048160553,0.027300000190734863,0.3034000098705292,0.0723000019788742,0.2711000144481659,0.015599999576807022,0.2987000048160553,0.0723000019788742,0.2711000144481659,0.05469999834895134,0.2639999985694885,0.0038999998942017555,0.3443000018596649,0.006800000090152025,0.34549999237060547,0.027300000190734863,0.3034000098705292,0.0038999998942017555,0.3443000018596649,0.027300000190734863,0.3034000098705292,0.015599999576807022,0.2987000048160553,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0,0.34279999136924744,0,0.39309999346733093,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0.0038999998942017555,0.3443000018596649,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15230000019073486,0.2529999911785126,0.0723000019788742,0.2711000144481659,0.15629999339580536,0.25459998846054077,0.0723000019788742,0.2711000144481659,0.07810000330209732,0.273499995470047,0.25,0.2484000027179718,0.25,0.2476000040769577,0.15230000019073486,0.2529999911785126,0.25,0.2484000027179718,0.15230000019073486,0.2529999911785126,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.427700012922287,0.2718000113964081,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.2533000111579895,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.2533000111579895,0.25,0.2476000040769577,0.34380000829696655,0.2549000084400177,0.25,0.2476000040769577,0.25,0.2484000027179718,0.375,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.44530001282691956,0.2644999921321869,0.375,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.5,0.24199999868869781,0.25,0.24199999868869781,0.25,0.2451999932527542,0.3594000041484833,0.2484000027179718,0.25,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.375,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.34769999980926514,0.2533000111579895,0.427700012922287,0.2718000113964081,0.3594000041484833,0.2484000027179718,0.427700012922287,0.2718000113964081,0.44530001282691956,0.2644999921321869,0.25,0.2451999932527542,0.25,0.2476000040769577,0.34769999980926514,0.2533000111579895,0.25,0.2451999932527542,0.34769999980926514,0.2533000111579895,0.3594000041484833,0.2484000027179718,0,0.24199999868869781,0.05469999834895134,0.2639999985694885,0.14059999585151672,0.2483000010251999,0,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.125,0.24199999868869781,0.05469999834895134,0.2639999985694885,0.0723000019788742,0.2711000144481659,0.15230000019073486,0.2529999911785126,0.05469999834895134,0.2639999985694885,0.15230000019073486,0.2529999911785126,0.14059999585151672,0.2483000010251999,0.125,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.25,0.2451999932527542,0.125,0.24199999868869781,0.25,0.2451999932527542,0.25,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.15230000019073486,0.2529999911785126,0.25,0.2476000040769577,0.14059999585151672,0.2483000010251999,0.25,0.2476000040769577,0.25,0.2451999932527542,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.427700012922287,0.2718000113964081,0.46880000829696655,0.30630001425743103,0.427700012922287,0.2718000113964081,0.4219000041484833,0.2741999924182892,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.3449000120162964,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.5,0.29350000619888306,0.44530001282691956,0.2644999921321869,0.427700012922287,0.2718000113964081,0.47269999980926514,0.30469998717308044,0.44530001282691956,0.2644999921321869,0.47269999980926514,0.30469998717308044,0.4844000041484833,0.29989999532699585,0.5,0.29350000619888306,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.5,0.29350000619888306,0.4961000084877014,0.3465000092983246,0.5,0.3449000120162964,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.4961000084877014,0.3465000092983246,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.24199999868869781,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.34279999136924744,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.34279999136924744,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.24199999868869781,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.3449000120162964,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.49219998717308044,0.3481000065803528,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.3449000120162964,0.4961000084877014,0.3465000092983246,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.5,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.5,0.29350000619888306,0.44530001282691956,0.2644999921321869,0.427700012922287,0.2718000113964081,0.47269999980926514,0.30469998717308044,0.44530001282691956,0.2644999921321869,0.47269999980926514,0.30469998717308044,0.4844000041484833,0.29989999532699585,0.5,0.29350000619888306,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.5,0.29350000619888306,0.4961000084877014,0.3465000092983246,0.5,0.3449000120162964,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.4961000084877014,0.3465000092983246,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.427700012922287,0.2718000113964081,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.427700012922287,0.2718000113964081,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.4219000041484833,0.2741999924182892,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.427700012922287,0.2718000113964081,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.2533000111579895,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.2533000111579895,0.25,0.2476000040769577,0.34380000829696655,0.2549000084400177,0.25,0.2476000040769577,0.25,0.2484000027179718,0.44530001282691956,0.2644999921321869,0.5,0.24199999868869781,0.375,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.375,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.3594000041484833,0.2484000027179718,0.375,0.24199999868869781,0.25,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.25,0.24199999868869781,0.25,0.2451999932527542,0.427700012922287,0.2718000113964081,0.44530001282691956,0.2644999921321869,0.3594000041484833,0.2484000027179718,0.427700012922287,0.2718000113964081,0.3594000041484833,0.2484000027179718,0.34769999980926514,0.2533000111579895,0.34769999980926514,0.2533000111579895,0.3594000041484833,0.2484000027179718,0.25,0.2451999932527542,0.34769999980926514,0.2533000111579895,0.25,0.2451999932527542,0.25,0.2476000040769577,0,0.24199999868869781,0.05469999834895134,0.2639999985694885,0.14059999585151672,0.2483000010251999,0,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.125,0.24199999868869781,0.05469999834895134,0.2639999985694885,0.0723000019788742,0.2711000144481659,0.15230000019073486,0.2529999911785126,0.05469999834895134,0.2639999985694885,0.15230000019073486,0.2529999911785126,0.14059999585151672,0.2483000010251999,0.125,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.25,0.2451999932527542,0.125,0.24199999868869781,0.25,0.2451999932527542,0.25,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.15230000019073486,0.2529999911785126,0.25,0.2476000040769577,0.14059999585151672,0.2483000010251999,0.25,0.2476000040769577,0.25,0.2451999932527542,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.0723000019788742,0.2711000144481659,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.0723000019788742,0.2711000144481659,0.15629999339580536,0.25459998846054077,0.15230000019073486,0.2529999911785126,0.15230000019073486,0.2529999911785126,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15230000019073486,0.2529999911785126,0.25,0.2484000027179718,0.25,0.2476000040769577,0.07810000330209732,0.273499995470047,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.0723000019788742,0.2711000144481659,0.027300000190734863,0.3034000098705292,0.07810000330209732,0.273499995470047,0.027300000190734863,0.3034000098705292,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.027300000190734863,0.3034000098705292,0.006800000090152025,0.34549999237060547,0.007799999788403511,0.3458999991416931,0.027300000190734863,0.3034000098705292,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.05469999834895134,0.2639999985694885,0,0.24199999868869781,0,0.2924000024795532,0.05469999834895134,0.2639999985694885,0,0.2924000024795532,0.015599999576807022,0.2987000048160553,0,0.2924000024795532,0,0.34279999136924744,0.0038999998942017555,0.3443000018596649,0,0.2924000024795532,0.0038999998942017555,0.3443000018596649,0.015599999576807022,0.2987000048160553,0.0723000019788742,0.2711000144481659,0.05469999834895134,0.2639999985694885,0.015599999576807022,0.2987000048160553,0.0723000019788742,0.2711000144481659,0.015599999576807022,0.2987000048160553,0.027300000190734863,0.3034000098705292,0.027300000190734863,0.3034000098705292,0.015599999576807022,0.2987000048160553,0.0038999998942017555,0.3443000018596649,0.027300000190734863,0.3034000098705292,0.0038999998942017555,0.3443000018596649,0.006800000090152025,0.34549999237060547,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0,0.34279999136924744,0,0.39309999346733093,0,0.34279999136924744,0,0.39309999346733093,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0.007799999788403511,0.3458999991416931,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.34279999136924744,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0,0.44350001215934753,0,0.39309999346733093,0.0038999998942017555,0.3443000018596649,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.006800000090152025,0.34549999237060547,0,0.39309999346733093,0.05469999834895134,0.2639999985694885,0.015599999576807022,0.2987000048160553,0,0.2924000024795532,0.05469999834895134,0.2639999985694885,0,0.2924000024795532,0,0.24199999868869781,0.0723000019788742,0.2711000144481659,0.027300000190734863,0.3034000098705292,0.015599999576807022,0.2987000048160553,0.0723000019788742,0.2711000144481659,0.015599999576807022,0.2987000048160553,0.05469999834895134,0.2639999985694885,0.015599999576807022,0.2987000048160553,0.0038999998942017555,0.3443000018596649,0,0.34279999136924744,0.015599999576807022,0.2987000048160553,0,0.34279999136924744,0,0.2924000024795532,0.027300000190734863,0.3034000098705292,0.006800000090152025,0.34549999237060547,0.0038999998942017555,0.3443000018596649,0.027300000190734863,0.3034000098705292,0.0038999998942017555,0.3443000018596649,0.015599999576807022,0.2987000048160553,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.027300000190734863,0.3034000098705292,0.07810000330209732,0.273499995470047,0.027300000190734863,0.3034000098705292,0.0723000019788742,0.2711000144481659,0.031300000846385956,0.3050000071525574,0.007799999788403511,0.3458999991416931,0.006800000090152025,0.34549999237060547,0.031300000846385956,0.3050000071525574,0.006800000090152025,0.34549999237060547,0.027300000190734863,0.3034000098705292,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.0723000019788742,0.2711000144481659,0.15230000019073486,0.2529999911785126,0.15629999339580536,0.25459998846054077,0.0723000019788742,0.2711000144481659,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0.15230000019073486,0.2529999911785126,0.25,0.2476000040769577,0.25,0.2484000027179718,0.15230000019073486,0.2529999911785126,0.25,0.2484000027179718,0.15629999339580536,0.25459998846054077,0,0.24199999868869781,0.125,0.24199999868869781,0.14059999585151672,0.2483000010251999,0,0.24199999868869781,0.14059999585151672,0.2483000010251999,0.05469999834895134,0.2639999985694885,0.125,0.24199999868869781,0.25,0.24199999868869781,0.25,0.2451999932527542,0.125,0.24199999868869781,0.25,0.2451999932527542,0.14059999585151672,0.2483000010251999,0.05469999834895134,0.2639999985694885,0.14059999585151672,0.2483000010251999,0.15230000019073486,0.2529999911785126,0.05469999834895134,0.2639999985694885,0.15230000019073486,0.2529999911785126,0.0723000019788742,0.2711000144481659,0.14059999585151672,0.2483000010251999,0.25,0.2451999932527542,0.25,0.2476000040769577,0.14059999585151672,0.2483000010251999,0.25,0.2476000040769577,0.15230000019073486,0.2529999911785126,0.44530001282691956,0.2644999921321869,0.3594000041484833,0.2484000027179718,0.375,0.24199999868869781,0.44530001282691956,0.2644999921321869,0.375,0.24199999868869781,0.5,0.24199999868869781,0.427700012922287,0.2718000113964081,0.34769999980926514,0.2533000111579895,0.3594000041484833,0.2484000027179718,0.427700012922287,0.2718000113964081,0.3594000041484833,0.2484000027179718,0.44530001282691956,0.2644999921321869,0.3594000041484833,0.2484000027179718,0.25,0.2451999932527542,0.25,0.24199999868869781,0.3594000041484833,0.2484000027179718,0.25,0.24199999868869781,0.375,0.24199999868869781,0.34769999980926514,0.2533000111579895,0.25,0.2476000040769577,0.25,0.2451999932527542,0.34769999980926514,0.2533000111579895,0.25,0.2451999932527542,0.3594000041484833,0.2484000027179718,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.34769999980926514,0.2533000111579895,0.427700012922287,0.2718000113964081,0.34380000829696655,0.2549000084400177,0.25,0.2484000027179718,0.25,0.2476000040769577,0.34380000829696655,0.2549000084400177,0.25,0.2476000040769577,0.34769999980926514,0.2533000111579895,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.427700012922287,0.2718000113964081,0.47269999980926514,0.30469998717308044,0.46880000829696655,0.30630001425743103,0.427700012922287,0.2718000113964081,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.47269999980926514,0.30469998717308044,0.49320000410079956,0.34769999980926514,0.49219998717308044,0.3481000065803528,0.47269999980926514,0.30469998717308044,0.49219998717308044,0.3481000065803528,0.46880000829696655,0.30630001425743103,0.5,0.24199999868869781,0.5,0.29350000619888306,0.4844000041484833,0.29989999532699585,0.5,0.24199999868869781,0.4844000041484833,0.29989999532699585,0.44530001282691956,0.2644999921321869,0.5,0.29350000619888306,0.5,0.3449000120162964,0.4961000084877014,0.3465000092983246,0.5,0.29350000619888306,0.4961000084877014,0.3465000092983246,0.4844000041484833,0.29989999532699585,0.44530001282691956,0.2644999921321869,0.4844000041484833,0.29989999532699585,0.47269999980926514,0.30469998717308044,0.44530001282691956,0.2644999921321869,0.47269999980926514,0.30469998717308044,0.427700012922287,0.2718000113964081,0.4844000041484833,0.29989999532699585,0.4961000084877014,0.3465000092983246,0.49320000410079956,0.34769999980926514,0.4844000041484833,0.29989999532699585,0.49320000410079956,0.34769999980926514,0.47269999980926514,0.30469998717308044,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.3449000120162964,0.5,0.39640000462532043,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.4961000084877014,0.3465000092983246,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.5,0.44780001044273376,0.5,0.39640000462532043,0.49219998717308044,0.3481000065803528,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.49320000410079956,0.34769999980926514,0.5,0.39640000462532043,0.5,0.39640000462532043,0.5,0.3449000120162964,0.2215999960899353,0.3328000009059906,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.2215999960899353,0.3328000009059906,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.2215999960899353,0.3328000009059906,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.2215999960899353,0.3328000009059906,0.34380000829696655,0.2549000084400177,0.25,0.24199999868869781,0.2215999960899353,0.3328000009059906,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.2215999960899353,0.3328000009059906,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.2215999960899353,0.3328000009059906,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.2215999960899353,0.3328000009059906,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.2215999960899353,0.3328000009059906,0,0.34279999136924744,0,0.39309999346733093,0.2215999960899353,0.3328000009059906,0,0.39309999346733093,0,0.44350001215934753,0.2215999960899353,0.3328000009059906,0,0.44350001215934753,0,0.39309999346733093,0.2215999960899353,0.3328000009059906,0,0.39309999346733093,0,0.34279999136924744,0.2215999960899353,0.3328000009059906,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0.2215999960899353,0.3328000009059906,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.2215999960899353,0.3328000009059906,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.2215999960899353,0.3328000009059906,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.2215999960899353,0.3328000009059906,0.25,0.24199999868869781,0.34380000829696655,0.2549000084400177,0.2215999960899353,0.3328000009059906,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.2215999960899353,0.3328000009059906,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.2215999960899353,0.3328000009059906,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.2215999960899353,0.3328000009059906,0.5,0.3449000120162964,0.5,0.39640000462532043,0.2215999960899353,0.3328000009059906,0.5,0.39640000462532043,0.5,0.44780001044273376,0.2215999960899353,0.3328000009059906,0.5,0.44780001044273376,0.5,0.39640000462532043,0.2215999960899353,0.3328000009059906,0.5,0.44780001044273376,0.5,0.39640000462532043,0.22589999437332153,0.3190999925136566,0.5,0.39640000462532043,0.5,0.3449000120162964,0.22589999437332153,0.3190999925136566,0.5,0.3449000120162964,0.46880000829696655,0.30630001425743103,0.22589999437332153,0.3190999925136566,0.46880000829696655,0.30630001425743103,0.4219000041484833,0.2741999924182892,0.22589999437332153,0.3190999925136566,0.4219000041484833,0.2741999924182892,0.34380000829696655,0.2549000084400177,0.22589999437332153,0.3190999925136566,0.34380000829696655,0.2549000084400177,0.25,0.24199999868869781,0.22589999437332153,0.3190999925136566,0.25,0.24199999868869781,0.15629999339580536,0.25459998846054077,0.22589999437332153,0.3190999925136566,0.15629999339580536,0.25459998846054077,0.07810000330209732,0.273499995470047,0.22589999437332153,0.3190999925136566,0.07810000330209732,0.273499995470047,0.031300000846385956,0.3050000071525574,0.22589999437332153,0.3190999925136566,0.031300000846385956,0.3050000071525574,0,0.34279999136924744,0.22589999437332153,0.3190999925136566,0,0.34279999136924744,0,0.39309999346733093,0.22589999437332153,0.3190999925136566,0,0.39309999346733093,0,0.44350001215934753,0.22589999437332153,0.3190999925136566,0,0.44350001215934753,0,0.39309999346733093,0.22589999437332153,0.3190999925136566,0,0.39309999346733093,0,0.34279999136924744,0.22589999437332153,0.3190999925136566,0,0.34279999136924744,0.031300000846385956,0.3050000071525574,0.22589999437332153,0.3190999925136566,0.031300000846385956,0.3050000071525574,0.07810000330209732,0.273499995470047,0.22589999437332153,0.3190999925136566,0.07810000330209732,0.273499995470047,0.15629999339580536,0.25459998846054077,0.22589999437332153,0.3190999925136566,0.15629999339580536,0.25459998846054077,0.25,0.24199999868869781,0.22589999437332153,0.3190999925136566,0.25,0.24199999868869781,0.34380000829696655,0.2549000084400177,0.22589999437332153,0.3190999925136566,0.34380000829696655,0.2549000084400177,0.4219000041484833,0.2741999924182892,0.22589999437332153,0.3190999925136566,0.4219000041484833,0.2741999924182892,0.46880000829696655,0.30630001425743103,0.22589999437332153,0.3190999925136566,0.46880000829696655,0.30630001425743103,0.5,0.3449000120162964,0.22589999437332153,0.3190999925136566,0.5,0.3449000120162964,0.5,0.39640000462532043,0.22589999437332153,0.3190999925136566,0.5,0.39640000462532043,0.5,0.44780001044273376,0.22589999437332153,0.3190999925136566], + "normalized": false + } + }, + "boundingSphere": { + "center": [0.9744000136852264,3.003949999809265,3.0317001016810536], + "radius": 3.530872094742107 + } + } + }], + "materials": [ + { + "uuid": "A34E9894-3705-4542-965E-05BDF101CF07", + "type": "MeshPhongMaterial", + "name": "None", + "color": 16777215, + "emissive": 11946313, + "specular": 1118481, + "shininess": 30, + "reflectivity": 2.28, + "refractionRatio": 0.98, + "depthFunc": 3, + "depthTest": true, + "depthWrite": true, + "colorWrite": true, + "stencilWrite": false, + "stencilWriteMask": 255, + "stencilFunc": 519, + "stencilRef": 0, + "stencilFuncMask": 255, + "stencilFail": 7680, + "stencilZFail": 7680, + "stencilZPass": 7680 + }, + { + "uuid": "1DE17559-37D2-4F01-989D-A3948C978B53", + "type": "MeshPhongMaterial", + "color": 3157292, + "emissive": 0, + "specular": 1118481, + "shininess": 30, + "reflectivity": 1, + "refractionRatio": 0.98, + "depthFunc": 3, + "depthTest": true, + "depthWrite": true, + "colorWrite": true, + "stencilWrite": false, + "stencilWriteMask": 255, + "stencilFunc": 519, + "stencilRef": 0, + "stencilFuncMask": 255, + "stencilFail": 7680, + "stencilZFail": 7680, + "stencilZPass": 7680, + "flatShading": true + }], + "object": { + "uuid": "2F15F5E3-9592-4FA7-BBB9-ED99B87EA462", + "type": "Scene", + "name": "Scene", + "layers": 1, + "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], + "background": 1250067, + "children": [ + { + "uuid": "0E50F2C0-7BB3-41B0-9274-6239EAFF147C", + "type": "DirectionalLight", + "name": "DirectionalLight", + "layers": 1, + "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,-9.616,6.422,-16.789,1], + "color": 16777215, + "intensity": 0.14, + "shadow": { + "camera": { + "uuid": "5E868058-9D9D-405B-A161-7EB3423613C9", + "type": "OrthographicCamera", + "layers": 1, + "zoom": 1, + "left": -5, + "right": 5, + "top": 5, + "bottom": -5, + "near": 0.5, + "far": 500 + } + } + }, + { + "uuid": "0D6F893B-1EF2-4D58-AAFB-EAF6EEA480D9", + "type": "DirectionalLight", + "name": "DirectionalLight", + "layers": 1, + "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,9.616,6.402,16.789,1], + "color": 12351129, + "intensity": 0.96, + "shadow": { + "camera": { + "uuid": "A4AE0C6A-4367-4898-A97B-9147CA27883A", + "type": "OrthographicCamera", + "layers": 1, + "zoom": 1, + "left": -5, + "right": 5, + "top": 5, + "bottom": -5, + "near": 0.5, + "far": 500 + } + } + }, + { + "uuid": "F10DEE41-6CBE-46E5-87F1-3947C65EF9C1", + "type": "PerspectiveCamera", + "name": "PerspectiveCamera", + "layers": 1, + "matrix": [0.9839208267703504,-0.000012359581319912327,0.17860516928350892,0,0.04898248036483757,0.9616770815182387,-0.2697738080316009,0,-0.1717571636493175,0.2741845924369265,0.9462147145364724,0,-4.209,3.145,6.334,1], + "fov": 50, + "zoom": 1, + "near": 0.1, + "far": 2000, + "focus": 10, + "aspect": 1.7900552486187846, + "filmGauge": 35, + "filmOffset": 0 + }, + { + "uuid": "2469A0F8-FFA9-4294-A0BD-F89CC600AD6B", + "type": "Group", + "name": "Group", + "layers": 1, + "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], + "children": [ + { + "uuid": "F9E88B5F-EA7A-491E-B818-403D74358B99", + "type": "Group", + "name": "brain", + "layers": 1, + "matrix": [-0.01,1.2246467991473532e-18,1.4997597826618577e-34,0,1.2246467991473532e-18,0.01,1.2246467991473532e-18,0,0,1.2246467991473532e-18,-0.01,0,0,0,0,1], + "children": [ + { + "uuid": "4FE9181D-EA02-456F-961A-28396D8E7E61", + "type": "Mesh", + "name": "Low_Poly_Brain", + "castShadow": true, + "receiveShadow": true, + "layers": 1, + "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], + "geometry": "7546049E-507F-42AF-B321-F08BD2C2594D", + "material": "A34E9894-3705-4542-965E-05BDF101CF07" + }] + }, + { + "uuid": "BD4EF521-EC23-4AC8-96B6-82E2E44583D8", + "type": "Group", + "name": "padlock", + "layers": 1, + "matrix": [0.5,0,0,0,0,-1.1102230246251565e-16,-0.5,0,0,0.5,-1.1102230246251565e-16,0,-1.233132655429076,-2.522396159527357,-4.440892098500626e-16,1], + "children": [ + { + "uuid": "726E8AFE-A7A7-497E-B40E-CADA387A9BB8", + "type": "Mesh", + "name": "16884_simple_padlock", + "layers": 1, + "matrix": [0.748621996738789,0,-0.04544343735709689,0,0,0.75,0,0,0.04544343735709689,0,0.748621996738789,0,-0.99281406159148,-2.732229869247134,2.8085648064588273,1], + "geometry": "9FDDFDF5-057D-46AE-9D59-4495EF5A1743", + "material": "1DE17559-37D2-4F01-989D-A3948C978B53" + }] + }] + }] + } + }, + "scripts": { + "F10DEE41-6CBE-46E5-87F1-3947C65EF9C1": [ + { + "name": "PlayerCamera", + "source": "player.setCamera( this );" + }], + "2469A0F8-FFA9-4294-A0BD-F89CC600AD6B": [ + { + "name": "EaseIn", + "source": "function start ( event ) {this.position.x = 25; this.position.y = 0; this.position.z = 2.5;}function update( event ) {var time = event.time * 0.0005;function easeInOut(t) {return t<.5 ? 4*t*t*t : (t-1)*(2*t-2)*(2*t-2)+1}if (this.position.x > 2.0) this.position.x = 25 - ((25-2) * easeInOut(time));}" + }] + } +} \ No newline at end of file diff --git a/js/three.module.js b/js/three.module.js new file mode 100755 index 0000000..ce0c45e --- /dev/null +++ b/js/three.module.js @@ -0,0 +1,49611 @@ +/** + * @license + * Copyright 2010-2021 Three.js Authors + * SPDX-License-Identifier: MIT + */ +const REVISION = '131'; +const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 }; +const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 }; +const CullFaceNone = 0; +const CullFaceBack = 1; +const CullFaceFront = 2; +const CullFaceFrontBack = 3; +const BasicShadowMap = 0; +const PCFShadowMap = 1; +const PCFSoftShadowMap = 2; +const VSMShadowMap = 3; +const FrontSide = 0; +const BackSide = 1; +const DoubleSide = 2; +const FlatShading = 1; +const SmoothShading = 2; +const NoBlending = 0; +const NormalBlending = 1; +const AdditiveBlending = 2; +const SubtractiveBlending = 3; +const MultiplyBlending = 4; +const CustomBlending = 5; +const AddEquation = 100; +const SubtractEquation = 101; +const ReverseSubtractEquation = 102; +const MinEquation = 103; +const MaxEquation = 104; +const ZeroFactor = 200; +const OneFactor = 201; +const SrcColorFactor = 202; +const OneMinusSrcColorFactor = 203; +const SrcAlphaFactor = 204; +const OneMinusSrcAlphaFactor = 205; +const DstAlphaFactor = 206; +const OneMinusDstAlphaFactor = 207; +const DstColorFactor = 208; +const OneMinusDstColorFactor = 209; +const SrcAlphaSaturateFactor = 210; +const NeverDepth = 0; +const AlwaysDepth = 1; +const LessDepth = 2; +const LessEqualDepth = 3; +const EqualDepth = 4; +const GreaterEqualDepth = 5; +const GreaterDepth = 6; +const NotEqualDepth = 7; +const MultiplyOperation = 0; +const MixOperation = 1; +const AddOperation = 2; +const NoToneMapping = 0; +const LinearToneMapping = 1; +const ReinhardToneMapping = 2; +const CineonToneMapping = 3; +const ACESFilmicToneMapping = 4; +const CustomToneMapping = 5; + +const UVMapping = 300; +const CubeReflectionMapping = 301; +const CubeRefractionMapping = 302; +const EquirectangularReflectionMapping = 303; +const EquirectangularRefractionMapping = 304; +const CubeUVReflectionMapping = 306; +const CubeUVRefractionMapping = 307; +const RepeatWrapping = 1000; +const ClampToEdgeWrapping = 1001; +const MirroredRepeatWrapping = 1002; +const NearestFilter = 1003; +const NearestMipmapNearestFilter = 1004; +const NearestMipMapNearestFilter = 1004; +const NearestMipmapLinearFilter = 1005; +const NearestMipMapLinearFilter = 1005; +const LinearFilter = 1006; +const LinearMipmapNearestFilter = 1007; +const LinearMipMapNearestFilter = 1007; +const LinearMipmapLinearFilter = 1008; +const LinearMipMapLinearFilter = 1008; +const UnsignedByteType = 1009; +const ByteType = 1010; +const ShortType = 1011; +const UnsignedShortType = 1012; +const IntType = 1013; +const UnsignedIntType = 1014; +const FloatType = 1015; +const HalfFloatType = 1016; +const UnsignedShort4444Type = 1017; +const UnsignedShort5551Type = 1018; +const UnsignedShort565Type = 1019; +const UnsignedInt248Type = 1020; +const AlphaFormat = 1021; +const RGBFormat = 1022; +const RGBAFormat = 1023; +const LuminanceFormat = 1024; +const LuminanceAlphaFormat = 1025; +const RGBEFormat = RGBAFormat; +const DepthFormat = 1026; +const DepthStencilFormat = 1027; +const RedFormat = 1028; +const RedIntegerFormat = 1029; +const RGFormat = 1030; +const RGIntegerFormat = 1031; +const RGBIntegerFormat = 1032; +const RGBAIntegerFormat = 1033; + +const RGB_S3TC_DXT1_Format = 33776; +const RGBA_S3TC_DXT1_Format = 33777; +const RGBA_S3TC_DXT3_Format = 33778; +const RGBA_S3TC_DXT5_Format = 33779; +const RGB_PVRTC_4BPPV1_Format = 35840; +const RGB_PVRTC_2BPPV1_Format = 35841; +const RGBA_PVRTC_4BPPV1_Format = 35842; +const RGBA_PVRTC_2BPPV1_Format = 35843; +const RGB_ETC1_Format = 36196; +const RGB_ETC2_Format = 37492; +const RGBA_ETC2_EAC_Format = 37496; +const RGBA_ASTC_4x4_Format = 37808; +const RGBA_ASTC_5x4_Format = 37809; +const RGBA_ASTC_5x5_Format = 37810; +const RGBA_ASTC_6x5_Format = 37811; +const RGBA_ASTC_6x6_Format = 37812; +const RGBA_ASTC_8x5_Format = 37813; +const RGBA_ASTC_8x6_Format = 37814; +const RGBA_ASTC_8x8_Format = 37815; +const RGBA_ASTC_10x5_Format = 37816; +const RGBA_ASTC_10x6_Format = 37817; +const RGBA_ASTC_10x8_Format = 37818; +const RGBA_ASTC_10x10_Format = 37819; +const RGBA_ASTC_12x10_Format = 37820; +const RGBA_ASTC_12x12_Format = 37821; +const RGBA_BPTC_Format = 36492; +const SRGB8_ALPHA8_ASTC_4x4_Format = 37840; +const SRGB8_ALPHA8_ASTC_5x4_Format = 37841; +const SRGB8_ALPHA8_ASTC_5x5_Format = 37842; +const SRGB8_ALPHA8_ASTC_6x5_Format = 37843; +const SRGB8_ALPHA8_ASTC_6x6_Format = 37844; +const SRGB8_ALPHA8_ASTC_8x5_Format = 37845; +const SRGB8_ALPHA8_ASTC_8x6_Format = 37846; +const SRGB8_ALPHA8_ASTC_8x8_Format = 37847; +const SRGB8_ALPHA8_ASTC_10x5_Format = 37848; +const SRGB8_ALPHA8_ASTC_10x6_Format = 37849; +const SRGB8_ALPHA8_ASTC_10x8_Format = 37850; +const SRGB8_ALPHA8_ASTC_10x10_Format = 37851; +const SRGB8_ALPHA8_ASTC_12x10_Format = 37852; +const SRGB8_ALPHA8_ASTC_12x12_Format = 37853; +const LoopOnce = 2200; +const LoopRepeat = 2201; +const LoopPingPong = 2202; +const InterpolateDiscrete = 2300; +const InterpolateLinear = 2301; +const InterpolateSmooth = 2302; +const ZeroCurvatureEnding = 2400; +const ZeroSlopeEnding = 2401; +const WrapAroundEnding = 2402; +const NormalAnimationBlendMode = 2500; +const AdditiveAnimationBlendMode = 2501; +const TrianglesDrawMode = 0; +const TriangleStripDrawMode = 1; +const TriangleFanDrawMode = 2; +const LinearEncoding = 3000; +const sRGBEncoding = 3001; +const GammaEncoding = 3007; +const RGBEEncoding = 3002; +const LogLuvEncoding = 3003; +const RGBM7Encoding = 3004; +const RGBM16Encoding = 3005; +const RGBDEncoding = 3006; +const BasicDepthPacking = 3200; +const RGBADepthPacking = 3201; +const TangentSpaceNormalMap = 0; +const ObjectSpaceNormalMap = 1; + +const ZeroStencilOp = 0; +const KeepStencilOp = 7680; +const ReplaceStencilOp = 7681; +const IncrementStencilOp = 7682; +const DecrementStencilOp = 7683; +const IncrementWrapStencilOp = 34055; +const DecrementWrapStencilOp = 34056; +const InvertStencilOp = 5386; + +const NeverStencilFunc = 512; +const LessStencilFunc = 513; +const EqualStencilFunc = 514; +const LessEqualStencilFunc = 515; +const GreaterStencilFunc = 516; +const NotEqualStencilFunc = 517; +const GreaterEqualStencilFunc = 518; +const AlwaysStencilFunc = 519; + +const StaticDrawUsage = 35044; +const DynamicDrawUsage = 35048; +const StreamDrawUsage = 35040; +const StaticReadUsage = 35045; +const DynamicReadUsage = 35049; +const StreamReadUsage = 35041; +const StaticCopyUsage = 35046; +const DynamicCopyUsage = 35050; +const StreamCopyUsage = 35042; + +const GLSL1 = '100'; +const GLSL3 = '300 es'; + +/** + * https://github.com/mrdoob/eventdispatcher.js/ + */ + +class EventDispatcher { + + addEventListener( type, listener ) { + + if ( this._listeners === undefined ) this._listeners = {}; + + const listeners = this._listeners; + + if ( listeners[ type ] === undefined ) { + + listeners[ type ] = []; + + } + + if ( listeners[ type ].indexOf( listener ) === - 1 ) { + + listeners[ type ].push( listener ); + + } + + } + + hasEventListener( type, listener ) { + + if ( this._listeners === undefined ) return false; + + const listeners = this._listeners; + + return listeners[ type ] !== undefined && listeners[ type ].indexOf( listener ) !== - 1; + + } + + removeEventListener( type, listener ) { + + if ( this._listeners === undefined ) return; + + const listeners = this._listeners; + const listenerArray = listeners[ type ]; + + if ( listenerArray !== undefined ) { + + const index = listenerArray.indexOf( listener ); + + if ( index !== - 1 ) { + + listenerArray.splice( index, 1 ); + + } + + } + + } + + dispatchEvent( event ) { + + if ( this._listeners === undefined ) return; + + const listeners = this._listeners; + const listenerArray = listeners[ event.type ]; + + if ( listenerArray !== undefined ) { + + event.target = this; + + // Make a copy, in case listeners are removed while iterating. + const array = listenerArray.slice( 0 ); + + for ( let i = 0, l = array.length; i < l; i ++ ) { + + array[ i ].call( this, event ); + + } + + event.target = null; + + } + + } + +} + +const _lut = []; + +for ( let i = 0; i < 256; i ++ ) { + + _lut[ i ] = ( i < 16 ? '0' : '' ) + ( i ).toString( 16 ); + +} + +let _seed = 1234567; + + +const DEG2RAD = Math.PI / 180; +const RAD2DEG = 180 / Math.PI; + +// http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript/21963136#21963136 +function generateUUID() { + + const d0 = Math.random() * 0xffffffff | 0; + const d1 = Math.random() * 0xffffffff | 0; + const d2 = Math.random() * 0xffffffff | 0; + const d3 = Math.random() * 0xffffffff | 0; + const uuid = _lut[ d0 & 0xff ] + _lut[ d0 >> 8 & 0xff ] + _lut[ d0 >> 16 & 0xff ] + _lut[ d0 >> 24 & 0xff ] + '-' + + _lut[ d1 & 0xff ] + _lut[ d1 >> 8 & 0xff ] + '-' + _lut[ d1 >> 16 & 0x0f | 0x40 ] + _lut[ d1 >> 24 & 0xff ] + '-' + + _lut[ d2 & 0x3f | 0x80 ] + _lut[ d2 >> 8 & 0xff ] + '-' + _lut[ d2 >> 16 & 0xff ] + _lut[ d2 >> 24 & 0xff ] + + _lut[ d3 & 0xff ] + _lut[ d3 >> 8 & 0xff ] + _lut[ d3 >> 16 & 0xff ] + _lut[ d3 >> 24 & 0xff ]; + + // .toUpperCase() here flattens concatenated strings to save heap memory space. + return uuid.toUpperCase(); + +} + +function clamp( value, min, max ) { + + return Math.max( min, Math.min( max, value ) ); + +} + +// compute euclidian modulo of m % n +// https://en.wikipedia.org/wiki/Modulo_operation +function euclideanModulo( n, m ) { + + return ( ( n % m ) + m ) % m; + +} + +// Linear mapping from range to range +function mapLinear( x, a1, a2, b1, b2 ) { + + return b1 + ( x - a1 ) * ( b2 - b1 ) / ( a2 - a1 ); + +} + +// https://www.gamedev.net/tutorials/programming/general-and-gameplay-programming/inverse-lerp-a-super-useful-yet-often-overlooked-function-r5230/ +function inverseLerp( x, y, value ) { + + if ( x !== y ) { + + return ( value - x ) / ( y - x ); + + } else { + + return 0; + + } + +} + +// https://en.wikipedia.org/wiki/Linear_interpolation +function lerp( x, y, t ) { + + return ( 1 - t ) * x + t * y; + +} + +// http://www.rorydriscoll.com/2016/03/07/frame-rate-independent-damping-using-lerp/ +function damp( x, y, lambda, dt ) { + + return lerp( x, y, 1 - Math.exp( - lambda * dt ) ); + +} + +// https://www.desmos.com/calculator/vcsjnyz7x4 +function pingpong( x, length = 1 ) { + + return length - Math.abs( euclideanModulo( x, length * 2 ) - length ); + +} + +// http://en.wikipedia.org/wiki/Smoothstep +function smoothstep( x, min, max ) { + + if ( x <= min ) return 0; + if ( x >= max ) return 1; + + x = ( x - min ) / ( max - min ); + + return x * x * ( 3 - 2 * x ); + +} + +function smootherstep( x, min, max ) { + + if ( x <= min ) return 0; + if ( x >= max ) return 1; + + x = ( x - min ) / ( max - min ); + + return x * x * x * ( x * ( x * 6 - 15 ) + 10 ); + +} + +// Random integer from interval +function randInt( low, high ) { + + return low + Math.floor( Math.random() * ( high - low + 1 ) ); + +} + +// Random float from interval +function randFloat( low, high ) { + + return low + Math.random() * ( high - low ); + +} + +// Random float from <-range/2, range/2> interval +function randFloatSpread( range ) { + + return range * ( 0.5 - Math.random() ); + +} + +// Deterministic pseudo-random float in the interval [ 0, 1 ] +function seededRandom( s ) { + + if ( s !== undefined ) _seed = s % 2147483647; + + // Park-Miller algorithm + + _seed = _seed * 16807 % 2147483647; + + return ( _seed - 1 ) / 2147483646; + +} + +function degToRad( degrees ) { + + return degrees * DEG2RAD; + +} + +function radToDeg( radians ) { + + return radians * RAD2DEG; + +} + +function isPowerOfTwo( value ) { + + return ( value & ( value - 1 ) ) === 0 && value !== 0; + +} + +function ceilPowerOfTwo( value ) { + + return Math.pow( 2, Math.ceil( Math.log( value ) / Math.LN2 ) ); + +} + +function floorPowerOfTwo( value ) { + + return Math.pow( 2, Math.floor( Math.log( value ) / Math.LN2 ) ); + +} + +function setQuaternionFromProperEuler( q, a, b, c, order ) { + + // Intrinsic Proper Euler Angles - see https://en.wikipedia.org/wiki/Euler_angles + + // rotations are applied to the axes in the order specified by 'order' + // rotation by angle 'a' is applied first, then by angle 'b', then by angle 'c' + // angles are in radians + + const cos = Math.cos; + const sin = Math.sin; + + const c2 = cos( b / 2 ); + const s2 = sin( b / 2 ); + + const c13 = cos( ( a + c ) / 2 ); + const s13 = sin( ( a + c ) / 2 ); + + const c1_3 = cos( ( a - c ) / 2 ); + const s1_3 = sin( ( a - c ) / 2 ); + + const c3_1 = cos( ( c - a ) / 2 ); + const s3_1 = sin( ( c - a ) / 2 ); + + switch ( order ) { + + case 'XYX': + q.set( c2 * s13, s2 * c1_3, s2 * s1_3, c2 * c13 ); + break; + + case 'YZY': + q.set( s2 * s1_3, c2 * s13, s2 * c1_3, c2 * c13 ); + break; + + case 'ZXZ': + q.set( s2 * c1_3, s2 * s1_3, c2 * s13, c2 * c13 ); + break; + + case 'XZX': + q.set( c2 * s13, s2 * s3_1, s2 * c3_1, c2 * c13 ); + break; + + case 'YXY': + q.set( s2 * c3_1, c2 * s13, s2 * s3_1, c2 * c13 ); + break; + + case 'ZYZ': + q.set( s2 * s3_1, s2 * c3_1, c2 * s13, c2 * c13 ); + break; + + default: + console.warn( 'THREE.MathUtils: .setQuaternionFromProperEuler() encountered an unknown order: ' + order ); + + } + +} + +var MathUtils = /*#__PURE__*/Object.freeze({ + __proto__: null, + DEG2RAD: DEG2RAD, + RAD2DEG: RAD2DEG, + generateUUID: generateUUID, + clamp: clamp, + euclideanModulo: euclideanModulo, + mapLinear: mapLinear, + inverseLerp: inverseLerp, + lerp: lerp, + damp: damp, + pingpong: pingpong, + smoothstep: smoothstep, + smootherstep: smootherstep, + randInt: randInt, + randFloat: randFloat, + randFloatSpread: randFloatSpread, + seededRandom: seededRandom, + degToRad: degToRad, + radToDeg: radToDeg, + isPowerOfTwo: isPowerOfTwo, + ceilPowerOfTwo: ceilPowerOfTwo, + floorPowerOfTwo: floorPowerOfTwo, + setQuaternionFromProperEuler: setQuaternionFromProperEuler +}); + +class Vector2 { + + constructor( x = 0, y = 0 ) { + + this.x = x; + this.y = y; + + } + + get width() { + + return this.x; + + } + + set width( value ) { + + this.x = value; + + } + + get height() { + + return this.y; + + } + + set height( value ) { + + this.y = value; + + } + + set( x, y ) { + + this.x = x; + this.y = y; + + return this; + + } + + setScalar( scalar ) { + + this.x = scalar; + this.y = scalar; + + return this; + + } + + setX( x ) { + + this.x = x; + + return this; + + } + + setY( y ) { + + this.y = y; + + return this; + + } + + setComponent( index, value ) { + + switch ( index ) { + + case 0: this.x = value; break; + case 1: this.y = value; break; + default: throw new Error( 'index is out of range: ' + index ); + + } + + return this; + + } + + getComponent( index ) { + + switch ( index ) { + + case 0: return this.x; + case 1: return this.y; + default: throw new Error( 'index is out of range: ' + index ); + + } + + } + + clone() { + + return new this.constructor( this.x, this.y ); + + } + + copy( v ) { + + this.x = v.x; + this.y = v.y; + + return this; + + } + + add( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector2: .add() now only accepts one argument. Use .addVectors( a, b ) instead.' ); + return this.addVectors( v, w ); + + } + + this.x += v.x; + this.y += v.y; + + return this; + + } + + addScalar( s ) { + + this.x += s; + this.y += s; + + return this; + + } + + addVectors( a, b ) { + + this.x = a.x + b.x; + this.y = a.y + b.y; + + return this; + + } + + addScaledVector( v, s ) { + + this.x += v.x * s; + this.y += v.y * s; + + return this; + + } + + sub( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector2: .sub() now only accepts one argument. Use .subVectors( a, b ) instead.' ); + return this.subVectors( v, w ); + + } + + this.x -= v.x; + this.y -= v.y; + + return this; + + } + + subScalar( s ) { + + this.x -= s; + this.y -= s; + + return this; + + } + + subVectors( a, b ) { + + this.x = a.x - b.x; + this.y = a.y - b.y; + + return this; + + } + + multiply( v ) { + + this.x *= v.x; + this.y *= v.y; + + return this; + + } + + multiplyScalar( scalar ) { + + this.x *= scalar; + this.y *= scalar; + + return this; + + } + + divide( v ) { + + this.x /= v.x; + this.y /= v.y; + + return this; + + } + + divideScalar( scalar ) { + + return this.multiplyScalar( 1 / scalar ); + + } + + applyMatrix3( m ) { + + const x = this.x, y = this.y; + const e = m.elements; + + this.x = e[ 0 ] * x + e[ 3 ] * y + e[ 6 ]; + this.y = e[ 1 ] * x + e[ 4 ] * y + e[ 7 ]; + + return this; + + } + + min( v ) { + + this.x = Math.min( this.x, v.x ); + this.y = Math.min( this.y, v.y ); + + return this; + + } + + max( v ) { + + this.x = Math.max( this.x, v.x ); + this.y = Math.max( this.y, v.y ); + + return this; + + } + + clamp( min, max ) { + + // assumes min < max, componentwise + + this.x = Math.max( min.x, Math.min( max.x, this.x ) ); + this.y = Math.max( min.y, Math.min( max.y, this.y ) ); + + return this; + + } + + clampScalar( minVal, maxVal ) { + + this.x = Math.max( minVal, Math.min( maxVal, this.x ) ); + this.y = Math.max( minVal, Math.min( maxVal, this.y ) ); + + return this; + + } + + clampLength( min, max ) { + + const length = this.length(); + + return this.divideScalar( length || 1 ).multiplyScalar( Math.max( min, Math.min( max, length ) ) ); + + } + + floor() { + + this.x = Math.floor( this.x ); + this.y = Math.floor( this.y ); + + return this; + + } + + ceil() { + + this.x = Math.ceil( this.x ); + this.y = Math.ceil( this.y ); + + return this; + + } + + round() { + + this.x = Math.round( this.x ); + this.y = Math.round( this.y ); + + return this; + + } + + roundToZero() { + + this.x = ( this.x < 0 ) ? Math.ceil( this.x ) : Math.floor( this.x ); + this.y = ( this.y < 0 ) ? Math.ceil( this.y ) : Math.floor( this.y ); + + return this; + + } + + negate() { + + this.x = - this.x; + this.y = - this.y; + + return this; + + } + + dot( v ) { + + return this.x * v.x + this.y * v.y; + + } + + cross( v ) { + + return this.x * v.y - this.y * v.x; + + } + + lengthSq() { + + return this.x * this.x + this.y * this.y; + + } + + length() { + + return Math.sqrt( this.x * this.x + this.y * this.y ); + + } + + manhattanLength() { + + return Math.abs( this.x ) + Math.abs( this.y ); + + } + + normalize() { + + return this.divideScalar( this.length() || 1 ); + + } + + angle() { + + // computes the angle in radians with respect to the positive x-axis + + const angle = Math.atan2( - this.y, - this.x ) + Math.PI; + + return angle; + + } + + distanceTo( v ) { + + return Math.sqrt( this.distanceToSquared( v ) ); + + } + + distanceToSquared( v ) { + + const dx = this.x - v.x, dy = this.y - v.y; + return dx * dx + dy * dy; + + } + + manhattanDistanceTo( v ) { + + return Math.abs( this.x - v.x ) + Math.abs( this.y - v.y ); + + } + + setLength( length ) { + + return this.normalize().multiplyScalar( length ); + + } + + lerp( v, alpha ) { + + this.x += ( v.x - this.x ) * alpha; + this.y += ( v.y - this.y ) * alpha; + + return this; + + } + + lerpVectors( v1, v2, alpha ) { + + this.x = v1.x + ( v2.x - v1.x ) * alpha; + this.y = v1.y + ( v2.y - v1.y ) * alpha; + + return this; + + } + + equals( v ) { + + return ( ( v.x === this.x ) && ( v.y === this.y ) ); + + } + + fromArray( array, offset = 0 ) { + + this.x = array[ offset ]; + this.y = array[ offset + 1 ]; + + return this; + + } + + toArray( array = [], offset = 0 ) { + + array[ offset ] = this.x; + array[ offset + 1 ] = this.y; + + return array; + + } + + fromBufferAttribute( attribute, index, offset ) { + + if ( offset !== undefined ) { + + console.warn( 'THREE.Vector2: offset has been removed from .fromBufferAttribute().' ); + + } + + this.x = attribute.getX( index ); + this.y = attribute.getY( index ); + + return this; + + } + + rotateAround( center, angle ) { + + const c = Math.cos( angle ), s = Math.sin( angle ); + + const x = this.x - center.x; + const y = this.y - center.y; + + this.x = x * c - y * s + center.x; + this.y = x * s + y * c + center.y; + + return this; + + } + + random() { + + this.x = Math.random(); + this.y = Math.random(); + + return this; + + } + +} + +Vector2.prototype.isVector2 = true; + +class Matrix3 { + + constructor() { + + this.elements = [ + + 1, 0, 0, + 0, 1, 0, + 0, 0, 1 + + ]; + + if ( arguments.length > 0 ) { + + console.error( 'THREE.Matrix3: the constructor no longer reads arguments. use .set() instead.' ); + + } + + } + + set( n11, n12, n13, n21, n22, n23, n31, n32, n33 ) { + + const te = this.elements; + + te[ 0 ] = n11; te[ 1 ] = n21; te[ 2 ] = n31; + te[ 3 ] = n12; te[ 4 ] = n22; te[ 5 ] = n32; + te[ 6 ] = n13; te[ 7 ] = n23; te[ 8 ] = n33; + + return this; + + } + + identity() { + + this.set( + + 1, 0, 0, + 0, 1, 0, + 0, 0, 1 + + ); + + return this; + + } + + copy( m ) { + + const te = this.elements; + const me = m.elements; + + te[ 0 ] = me[ 0 ]; te[ 1 ] = me[ 1 ]; te[ 2 ] = me[ 2 ]; + te[ 3 ] = me[ 3 ]; te[ 4 ] = me[ 4 ]; te[ 5 ] = me[ 5 ]; + te[ 6 ] = me[ 6 ]; te[ 7 ] = me[ 7 ]; te[ 8 ] = me[ 8 ]; + + return this; + + } + + extractBasis( xAxis, yAxis, zAxis ) { + + xAxis.setFromMatrix3Column( this, 0 ); + yAxis.setFromMatrix3Column( this, 1 ); + zAxis.setFromMatrix3Column( this, 2 ); + + return this; + + } + + setFromMatrix4( m ) { + + const me = m.elements; + + this.set( + + me[ 0 ], me[ 4 ], me[ 8 ], + me[ 1 ], me[ 5 ], me[ 9 ], + me[ 2 ], me[ 6 ], me[ 10 ] + + ); + + return this; + + } + + multiply( m ) { + + return this.multiplyMatrices( this, m ); + + } + + premultiply( m ) { + + return this.multiplyMatrices( m, this ); + + } + + multiplyMatrices( a, b ) { + + const ae = a.elements; + const be = b.elements; + const te = this.elements; + + const a11 = ae[ 0 ], a12 = ae[ 3 ], a13 = ae[ 6 ]; + const a21 = ae[ 1 ], a22 = ae[ 4 ], a23 = ae[ 7 ]; + const a31 = ae[ 2 ], a32 = ae[ 5 ], a33 = ae[ 8 ]; + + const b11 = be[ 0 ], b12 = be[ 3 ], b13 = be[ 6 ]; + const b21 = be[ 1 ], b22 = be[ 4 ], b23 = be[ 7 ]; + const b31 = be[ 2 ], b32 = be[ 5 ], b33 = be[ 8 ]; + + te[ 0 ] = a11 * b11 + a12 * b21 + a13 * b31; + te[ 3 ] = a11 * b12 + a12 * b22 + a13 * b32; + te[ 6 ] = a11 * b13 + a12 * b23 + a13 * b33; + + te[ 1 ] = a21 * b11 + a22 * b21 + a23 * b31; + te[ 4 ] = a21 * b12 + a22 * b22 + a23 * b32; + te[ 7 ] = a21 * b13 + a22 * b23 + a23 * b33; + + te[ 2 ] = a31 * b11 + a32 * b21 + a33 * b31; + te[ 5 ] = a31 * b12 + a32 * b22 + a33 * b32; + te[ 8 ] = a31 * b13 + a32 * b23 + a33 * b33; + + return this; + + } + + multiplyScalar( s ) { + + const te = this.elements; + + te[ 0 ] *= s; te[ 3 ] *= s; te[ 6 ] *= s; + te[ 1 ] *= s; te[ 4 ] *= s; te[ 7 ] *= s; + te[ 2 ] *= s; te[ 5 ] *= s; te[ 8 ] *= s; + + return this; + + } + + determinant() { + + const te = this.elements; + + const a = te[ 0 ], b = te[ 1 ], c = te[ 2 ], + d = te[ 3 ], e = te[ 4 ], f = te[ 5 ], + g = te[ 6 ], h = te[ 7 ], i = te[ 8 ]; + + return a * e * i - a * f * h - b * d * i + b * f * g + c * d * h - c * e * g; + + } + + invert() { + + const te = this.elements, + + n11 = te[ 0 ], n21 = te[ 1 ], n31 = te[ 2 ], + n12 = te[ 3 ], n22 = te[ 4 ], n32 = te[ 5 ], + n13 = te[ 6 ], n23 = te[ 7 ], n33 = te[ 8 ], + + t11 = n33 * n22 - n32 * n23, + t12 = n32 * n13 - n33 * n12, + t13 = n23 * n12 - n22 * n13, + + det = n11 * t11 + n21 * t12 + n31 * t13; + + if ( det === 0 ) return this.set( 0, 0, 0, 0, 0, 0, 0, 0, 0 ); + + const detInv = 1 / det; + + te[ 0 ] = t11 * detInv; + te[ 1 ] = ( n31 * n23 - n33 * n21 ) * detInv; + te[ 2 ] = ( n32 * n21 - n31 * n22 ) * detInv; + + te[ 3 ] = t12 * detInv; + te[ 4 ] = ( n33 * n11 - n31 * n13 ) * detInv; + te[ 5 ] = ( n31 * n12 - n32 * n11 ) * detInv; + + te[ 6 ] = t13 * detInv; + te[ 7 ] = ( n21 * n13 - n23 * n11 ) * detInv; + te[ 8 ] = ( n22 * n11 - n21 * n12 ) * detInv; + + return this; + + } + + transpose() { + + let tmp; + const m = this.elements; + + tmp = m[ 1 ]; m[ 1 ] = m[ 3 ]; m[ 3 ] = tmp; + tmp = m[ 2 ]; m[ 2 ] = m[ 6 ]; m[ 6 ] = tmp; + tmp = m[ 5 ]; m[ 5 ] = m[ 7 ]; m[ 7 ] = tmp; + + return this; + + } + + getNormalMatrix( matrix4 ) { + + return this.setFromMatrix4( matrix4 ).invert().transpose(); + + } + + transposeIntoArray( r ) { + + const m = this.elements; + + r[ 0 ] = m[ 0 ]; + r[ 1 ] = m[ 3 ]; + r[ 2 ] = m[ 6 ]; + r[ 3 ] = m[ 1 ]; + r[ 4 ] = m[ 4 ]; + r[ 5 ] = m[ 7 ]; + r[ 6 ] = m[ 2 ]; + r[ 7 ] = m[ 5 ]; + r[ 8 ] = m[ 8 ]; + + return this; + + } + + setUvTransform( tx, ty, sx, sy, rotation, cx, cy ) { + + const c = Math.cos( rotation ); + const s = Math.sin( rotation ); + + this.set( + sx * c, sx * s, - sx * ( c * cx + s * cy ) + cx + tx, + - sy * s, sy * c, - sy * ( - s * cx + c * cy ) + cy + ty, + 0, 0, 1 + ); + + return this; + + } + + scale( sx, sy ) { + + const te = this.elements; + + te[ 0 ] *= sx; te[ 3 ] *= sx; te[ 6 ] *= sx; + te[ 1 ] *= sy; te[ 4 ] *= sy; te[ 7 ] *= sy; + + return this; + + } + + rotate( theta ) { + + const c = Math.cos( theta ); + const s = Math.sin( theta ); + + const te = this.elements; + + const a11 = te[ 0 ], a12 = te[ 3 ], a13 = te[ 6 ]; + const a21 = te[ 1 ], a22 = te[ 4 ], a23 = te[ 7 ]; + + te[ 0 ] = c * a11 + s * a21; + te[ 3 ] = c * a12 + s * a22; + te[ 6 ] = c * a13 + s * a23; + + te[ 1 ] = - s * a11 + c * a21; + te[ 4 ] = - s * a12 + c * a22; + te[ 7 ] = - s * a13 + c * a23; + + return this; + + } + + translate( tx, ty ) { + + const te = this.elements; + + te[ 0 ] += tx * te[ 2 ]; te[ 3 ] += tx * te[ 5 ]; te[ 6 ] += tx * te[ 8 ]; + te[ 1 ] += ty * te[ 2 ]; te[ 4 ] += ty * te[ 5 ]; te[ 7 ] += ty * te[ 8 ]; + + return this; + + } + + equals( matrix ) { + + const te = this.elements; + const me = matrix.elements; + + for ( let i = 0; i < 9; i ++ ) { + + if ( te[ i ] !== me[ i ] ) return false; + + } + + return true; + + } + + fromArray( array, offset = 0 ) { + + for ( let i = 0; i < 9; i ++ ) { + + this.elements[ i ] = array[ i + offset ]; + + } + + return this; + + } + + toArray( array = [], offset = 0 ) { + + const te = this.elements; + + array[ offset ] = te[ 0 ]; + array[ offset + 1 ] = te[ 1 ]; + array[ offset + 2 ] = te[ 2 ]; + + array[ offset + 3 ] = te[ 3 ]; + array[ offset + 4 ] = te[ 4 ]; + array[ offset + 5 ] = te[ 5 ]; + + array[ offset + 6 ] = te[ 6 ]; + array[ offset + 7 ] = te[ 7 ]; + array[ offset + 8 ] = te[ 8 ]; + + return array; + + } + + clone() { + + return new this.constructor().fromArray( this.elements ); + + } + +} + +Matrix3.prototype.isMatrix3 = true; + +let _canvas; + +class ImageUtils { + + static getDataURL( image ) { + + if ( /^data:/i.test( image.src ) ) { + + return image.src; + + } + + if ( typeof HTMLCanvasElement == 'undefined' ) { + + return image.src; + + } + + let canvas; + + if ( image instanceof HTMLCanvasElement ) { + + canvas = image; + + } else { + + if ( _canvas === undefined ) _canvas = document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' ); + + _canvas.width = image.width; + _canvas.height = image.height; + + const context = _canvas.getContext( '2d' ); + + if ( image instanceof ImageData ) { + + context.putImageData( image, 0, 0 ); + + } else { + + context.drawImage( image, 0, 0, image.width, image.height ); + + } + + canvas = _canvas; + + } + + if ( canvas.width > 2048 || canvas.height > 2048 ) { + + console.warn( 'THREE.ImageUtils.getDataURL: Image converted to jpg for performance reasons', image ); + + return canvas.toDataURL( 'image/jpeg', 0.6 ); + + } else { + + return canvas.toDataURL( 'image/png' ); + + } + + } + +} + +let textureId = 0; + +class Texture extends EventDispatcher { + + constructor( image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = 1, encoding = LinearEncoding ) { + + super(); + + Object.defineProperty( this, 'id', { value: textureId ++ } ); + + this.uuid = generateUUID(); + + this.name = ''; + + this.image = image; + this.mipmaps = []; + + this.mapping = mapping; + + this.wrapS = wrapS; + this.wrapT = wrapT; + + this.magFilter = magFilter; + this.minFilter = minFilter; + + this.anisotropy = anisotropy; + + this.format = format; + this.internalFormat = null; + this.type = type; + + this.offset = new Vector2( 0, 0 ); + this.repeat = new Vector2( 1, 1 ); + this.center = new Vector2( 0, 0 ); + this.rotation = 0; + + this.matrixAutoUpdate = true; + this.matrix = new Matrix3(); + + this.generateMipmaps = true; + this.premultiplyAlpha = false; + this.flipY = true; + this.unpackAlignment = 4; // valid values: 1, 2, 4, 8 (see http://www.khronos.org/opengles/sdk/docs/man/xhtml/glPixelStorei.xml) + + // Values of encoding !== THREE.LinearEncoding only supported on map, envMap and emissiveMap. + // + // Also changing the encoding after already used by a Material will not automatically make the Material + // update. You need to explicitly call Material.needsUpdate to trigger it to recompile. + this.encoding = encoding; + + this.version = 0; + this.onUpdate = null; + + this.isRenderTargetTexture = false; + + } + + updateMatrix() { + + this.matrix.setUvTransform( this.offset.x, this.offset.y, this.repeat.x, this.repeat.y, this.rotation, this.center.x, this.center.y ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( source ) { + + this.name = source.name; + + this.image = source.image; + this.mipmaps = source.mipmaps.slice( 0 ); + + this.mapping = source.mapping; + + this.wrapS = source.wrapS; + this.wrapT = source.wrapT; + + this.magFilter = source.magFilter; + this.minFilter = source.minFilter; + + this.anisotropy = source.anisotropy; + + this.format = source.format; + this.internalFormat = source.internalFormat; + this.type = source.type; + + this.offset.copy( source.offset ); + this.repeat.copy( source.repeat ); + this.center.copy( source.center ); + this.rotation = source.rotation; + + this.matrixAutoUpdate = source.matrixAutoUpdate; + this.matrix.copy( source.matrix ); + + this.generateMipmaps = source.generateMipmaps; + this.premultiplyAlpha = source.premultiplyAlpha; + this.flipY = source.flipY; + this.unpackAlignment = source.unpackAlignment; + this.encoding = source.encoding; + + return this; + + } + + toJSON( meta ) { + + const isRootObject = ( meta === undefined || typeof meta === 'string' ); + + if ( ! isRootObject && meta.textures[ this.uuid ] !== undefined ) { + + return meta.textures[ this.uuid ]; + + } + + const output = { + + metadata: { + version: 4.5, + type: 'Texture', + generator: 'Texture.toJSON' + }, + + uuid: this.uuid, + name: this.name, + + mapping: this.mapping, + + repeat: [ this.repeat.x, this.repeat.y ], + offset: [ this.offset.x, this.offset.y ], + center: [ this.center.x, this.center.y ], + rotation: this.rotation, + + wrap: [ this.wrapS, this.wrapT ], + + format: this.format, + type: this.type, + encoding: this.encoding, + + minFilter: this.minFilter, + magFilter: this.magFilter, + anisotropy: this.anisotropy, + + flipY: this.flipY, + + premultiplyAlpha: this.premultiplyAlpha, + unpackAlignment: this.unpackAlignment + + }; + + if ( this.image !== undefined ) { + + // TODO: Move to THREE.Image + + const image = this.image; + + if ( image.uuid === undefined ) { + + image.uuid = generateUUID(); // UGH + + } + + if ( ! isRootObject && meta.images[ image.uuid ] === undefined ) { + + let url; + + if ( Array.isArray( image ) ) { + + // process array of images e.g. CubeTexture + + url = []; + + for ( let i = 0, l = image.length; i < l; i ++ ) { + + // check cube texture with data textures + + if ( image[ i ].isDataTexture ) { + + url.push( serializeImage( image[ i ].image ) ); + + } else { + + url.push( serializeImage( image[ i ] ) ); + + } + + } + + } else { + + // process single image + + url = serializeImage( image ); + + } + + meta.images[ image.uuid ] = { + uuid: image.uuid, + url: url + }; + + } + + output.image = image.uuid; + + } + + if ( ! isRootObject ) { + + meta.textures[ this.uuid ] = output; + + } + + return output; + + } + + dispose() { + + this.dispatchEvent( { type: 'dispose' } ); + + } + + transformUv( uv ) { + + if ( this.mapping !== UVMapping ) return uv; + + uv.applyMatrix3( this.matrix ); + + if ( uv.x < 0 || uv.x > 1 ) { + + switch ( this.wrapS ) { + + case RepeatWrapping: + + uv.x = uv.x - Math.floor( uv.x ); + break; + + case ClampToEdgeWrapping: + + uv.x = uv.x < 0 ? 0 : 1; + break; + + case MirroredRepeatWrapping: + + if ( Math.abs( Math.floor( uv.x ) % 2 ) === 1 ) { + + uv.x = Math.ceil( uv.x ) - uv.x; + + } else { + + uv.x = uv.x - Math.floor( uv.x ); + + } + + break; + + } + + } + + if ( uv.y < 0 || uv.y > 1 ) { + + switch ( this.wrapT ) { + + case RepeatWrapping: + + uv.y = uv.y - Math.floor( uv.y ); + break; + + case ClampToEdgeWrapping: + + uv.y = uv.y < 0 ? 0 : 1; + break; + + case MirroredRepeatWrapping: + + if ( Math.abs( Math.floor( uv.y ) % 2 ) === 1 ) { + + uv.y = Math.ceil( uv.y ) - uv.y; + + } else { + + uv.y = uv.y - Math.floor( uv.y ); + + } + + break; + + } + + } + + if ( this.flipY ) { + + uv.y = 1 - uv.y; + + } + + return uv; + + } + + set needsUpdate( value ) { + + if ( value === true ) this.version ++; + + } + +} + +Texture.DEFAULT_IMAGE = undefined; +Texture.DEFAULT_MAPPING = UVMapping; + +Texture.prototype.isTexture = true; + +function serializeImage( image ) { + + if ( ( typeof HTMLImageElement !== 'undefined' && image instanceof HTMLImageElement ) || + ( typeof HTMLCanvasElement !== 'undefined' && image instanceof HTMLCanvasElement ) || + ( typeof ImageBitmap !== 'undefined' && image instanceof ImageBitmap ) ) { + + // default images + + return ImageUtils.getDataURL( image ); + + } else { + + if ( image.data ) { + + // images of DataTexture + + return { + data: Array.prototype.slice.call( image.data ), + width: image.width, + height: image.height, + type: image.data.constructor.name + }; + + } else { + + console.warn( 'THREE.Texture: Unable to serialize Texture.' ); + return {}; + + } + + } + +} + +class Vector4 { + + constructor( x = 0, y = 0, z = 0, w = 1 ) { + + this.x = x; + this.y = y; + this.z = z; + this.w = w; + + } + + get width() { + + return this.z; + + } + + set width( value ) { + + this.z = value; + + } + + get height() { + + return this.w; + + } + + set height( value ) { + + this.w = value; + + } + + set( x, y, z, w ) { + + this.x = x; + this.y = y; + this.z = z; + this.w = w; + + return this; + + } + + setScalar( scalar ) { + + this.x = scalar; + this.y = scalar; + this.z = scalar; + this.w = scalar; + + return this; + + } + + setX( x ) { + + this.x = x; + + return this; + + } + + setY( y ) { + + this.y = y; + + return this; + + } + + setZ( z ) { + + this.z = z; + + return this; + + } + + setW( w ) { + + this.w = w; + + return this; + + } + + setComponent( index, value ) { + + switch ( index ) { + + case 0: this.x = value; break; + case 1: this.y = value; break; + case 2: this.z = value; break; + case 3: this.w = value; break; + default: throw new Error( 'index is out of range: ' + index ); + + } + + return this; + + } + + getComponent( index ) { + + switch ( index ) { + + case 0: return this.x; + case 1: return this.y; + case 2: return this.z; + case 3: return this.w; + default: throw new Error( 'index is out of range: ' + index ); + + } + + } + + clone() { + + return new this.constructor( this.x, this.y, this.z, this.w ); + + } + + copy( v ) { + + this.x = v.x; + this.y = v.y; + this.z = v.z; + this.w = ( v.w !== undefined ) ? v.w : 1; + + return this; + + } + + add( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector4: .add() now only accepts one argument. Use .addVectors( a, b ) instead.' ); + return this.addVectors( v, w ); + + } + + this.x += v.x; + this.y += v.y; + this.z += v.z; + this.w += v.w; + + return this; + + } + + addScalar( s ) { + + this.x += s; + this.y += s; + this.z += s; + this.w += s; + + return this; + + } + + addVectors( a, b ) { + + this.x = a.x + b.x; + this.y = a.y + b.y; + this.z = a.z + b.z; + this.w = a.w + b.w; + + return this; + + } + + addScaledVector( v, s ) { + + this.x += v.x * s; + this.y += v.y * s; + this.z += v.z * s; + this.w += v.w * s; + + return this; + + } + + sub( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector4: .sub() now only accepts one argument. Use .subVectors( a, b ) instead.' ); + return this.subVectors( v, w ); + + } + + this.x -= v.x; + this.y -= v.y; + this.z -= v.z; + this.w -= v.w; + + return this; + + } + + subScalar( s ) { + + this.x -= s; + this.y -= s; + this.z -= s; + this.w -= s; + + return this; + + } + + subVectors( a, b ) { + + this.x = a.x - b.x; + this.y = a.y - b.y; + this.z = a.z - b.z; + this.w = a.w - b.w; + + return this; + + } + + multiply( v ) { + + this.x *= v.x; + this.y *= v.y; + this.z *= v.z; + this.w *= v.w; + + return this; + + } + + multiplyScalar( scalar ) { + + this.x *= scalar; + this.y *= scalar; + this.z *= scalar; + this.w *= scalar; + + return this; + + } + + applyMatrix4( m ) { + + const x = this.x, y = this.y, z = this.z, w = this.w; + const e = m.elements; + + this.x = e[ 0 ] * x + e[ 4 ] * y + e[ 8 ] * z + e[ 12 ] * w; + this.y = e[ 1 ] * x + e[ 5 ] * y + e[ 9 ] * z + e[ 13 ] * w; + this.z = e[ 2 ] * x + e[ 6 ] * y + e[ 10 ] * z + e[ 14 ] * w; + this.w = e[ 3 ] * x + e[ 7 ] * y + e[ 11 ] * z + e[ 15 ] * w; + + return this; + + } + + divideScalar( scalar ) { + + return this.multiplyScalar( 1 / scalar ); + + } + + setAxisAngleFromQuaternion( q ) { + + // http://www.euclideanspace.com/maths/geometry/rotations/conversions/quaternionToAngle/index.htm + + // q is assumed to be normalized + + this.w = 2 * Math.acos( q.w ); + + const s = Math.sqrt( 1 - q.w * q.w ); + + if ( s < 0.0001 ) { + + this.x = 1; + this.y = 0; + this.z = 0; + + } else { + + this.x = q.x / s; + this.y = q.y / s; + this.z = q.z / s; + + } + + return this; + + } + + setAxisAngleFromRotationMatrix( m ) { + + // http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToAngle/index.htm + + // assumes the upper 3x3 of m is a pure rotation matrix (i.e, unscaled) + + let angle, x, y, z; // variables for result + const epsilon = 0.01, // margin to allow for rounding errors + epsilon2 = 0.1, // margin to distinguish between 0 and 180 degrees + + te = m.elements, + + m11 = te[ 0 ], m12 = te[ 4 ], m13 = te[ 8 ], + m21 = te[ 1 ], m22 = te[ 5 ], m23 = te[ 9 ], + m31 = te[ 2 ], m32 = te[ 6 ], m33 = te[ 10 ]; + + if ( ( Math.abs( m12 - m21 ) < epsilon ) && + ( Math.abs( m13 - m31 ) < epsilon ) && + ( Math.abs( m23 - m32 ) < epsilon ) ) { + + // singularity found + // first check for identity matrix which must have +1 for all terms + // in leading diagonal and zero in other terms + + if ( ( Math.abs( m12 + m21 ) < epsilon2 ) && + ( Math.abs( m13 + m31 ) < epsilon2 ) && + ( Math.abs( m23 + m32 ) < epsilon2 ) && + ( Math.abs( m11 + m22 + m33 - 3 ) < epsilon2 ) ) { + + // this singularity is identity matrix so angle = 0 + + this.set( 1, 0, 0, 0 ); + + return this; // zero angle, arbitrary axis + + } + + // otherwise this singularity is angle = 180 + + angle = Math.PI; + + const xx = ( m11 + 1 ) / 2; + const yy = ( m22 + 1 ) / 2; + const zz = ( m33 + 1 ) / 2; + const xy = ( m12 + m21 ) / 4; + const xz = ( m13 + m31 ) / 4; + const yz = ( m23 + m32 ) / 4; + + if ( ( xx > yy ) && ( xx > zz ) ) { + + // m11 is the largest diagonal term + + if ( xx < epsilon ) { + + x = 0; + y = 0.707106781; + z = 0.707106781; + + } else { + + x = Math.sqrt( xx ); + y = xy / x; + z = xz / x; + + } + + } else if ( yy > zz ) { + + // m22 is the largest diagonal term + + if ( yy < epsilon ) { + + x = 0.707106781; + y = 0; + z = 0.707106781; + + } else { + + y = Math.sqrt( yy ); + x = xy / y; + z = yz / y; + + } + + } else { + + // m33 is the largest diagonal term so base result on this + + if ( zz < epsilon ) { + + x = 0.707106781; + y = 0.707106781; + z = 0; + + } else { + + z = Math.sqrt( zz ); + x = xz / z; + y = yz / z; + + } + + } + + this.set( x, y, z, angle ); + + return this; // return 180 deg rotation + + } + + // as we have reached here there are no singularities so we can handle normally + + let s = Math.sqrt( ( m32 - m23 ) * ( m32 - m23 ) + + ( m13 - m31 ) * ( m13 - m31 ) + + ( m21 - m12 ) * ( m21 - m12 ) ); // used to normalize + + if ( Math.abs( s ) < 0.001 ) s = 1; + + // prevent divide by zero, should not happen if matrix is orthogonal and should be + // caught by singularity test above, but I've left it in just in case + + this.x = ( m32 - m23 ) / s; + this.y = ( m13 - m31 ) / s; + this.z = ( m21 - m12 ) / s; + this.w = Math.acos( ( m11 + m22 + m33 - 1 ) / 2 ); + + return this; + + } + + min( v ) { + + this.x = Math.min( this.x, v.x ); + this.y = Math.min( this.y, v.y ); + this.z = Math.min( this.z, v.z ); + this.w = Math.min( this.w, v.w ); + + return this; + + } + + max( v ) { + + this.x = Math.max( this.x, v.x ); + this.y = Math.max( this.y, v.y ); + this.z = Math.max( this.z, v.z ); + this.w = Math.max( this.w, v.w ); + + return this; + + } + + clamp( min, max ) { + + // assumes min < max, componentwise + + this.x = Math.max( min.x, Math.min( max.x, this.x ) ); + this.y = Math.max( min.y, Math.min( max.y, this.y ) ); + this.z = Math.max( min.z, Math.min( max.z, this.z ) ); + this.w = Math.max( min.w, Math.min( max.w, this.w ) ); + + return this; + + } + + clampScalar( minVal, maxVal ) { + + this.x = Math.max( minVal, Math.min( maxVal, this.x ) ); + this.y = Math.max( minVal, Math.min( maxVal, this.y ) ); + this.z = Math.max( minVal, Math.min( maxVal, this.z ) ); + this.w = Math.max( minVal, Math.min( maxVal, this.w ) ); + + return this; + + } + + clampLength( min, max ) { + + const length = this.length(); + + return this.divideScalar( length || 1 ).multiplyScalar( Math.max( min, Math.min( max, length ) ) ); + + } + + floor() { + + this.x = Math.floor( this.x ); + this.y = Math.floor( this.y ); + this.z = Math.floor( this.z ); + this.w = Math.floor( this.w ); + + return this; + + } + + ceil() { + + this.x = Math.ceil( this.x ); + this.y = Math.ceil( this.y ); + this.z = Math.ceil( this.z ); + this.w = Math.ceil( this.w ); + + return this; + + } + + round() { + + this.x = Math.round( this.x ); + this.y = Math.round( this.y ); + this.z = Math.round( this.z ); + this.w = Math.round( this.w ); + + return this; + + } + + roundToZero() { + + this.x = ( this.x < 0 ) ? Math.ceil( this.x ) : Math.floor( this.x ); + this.y = ( this.y < 0 ) ? Math.ceil( this.y ) : Math.floor( this.y ); + this.z = ( this.z < 0 ) ? Math.ceil( this.z ) : Math.floor( this.z ); + this.w = ( this.w < 0 ) ? Math.ceil( this.w ) : Math.floor( this.w ); + + return this; + + } + + negate() { + + this.x = - this.x; + this.y = - this.y; + this.z = - this.z; + this.w = - this.w; + + return this; + + } + + dot( v ) { + + return this.x * v.x + this.y * v.y + this.z * v.z + this.w * v.w; + + } + + lengthSq() { + + return this.x * this.x + this.y * this.y + this.z * this.z + this.w * this.w; + + } + + length() { + + return Math.sqrt( this.x * this.x + this.y * this.y + this.z * this.z + this.w * this.w ); + + } + + manhattanLength() { + + return Math.abs( this.x ) + Math.abs( this.y ) + Math.abs( this.z ) + Math.abs( this.w ); + + } + + normalize() { + + return this.divideScalar( this.length() || 1 ); + + } + + setLength( length ) { + + return this.normalize().multiplyScalar( length ); + + } + + lerp( v, alpha ) { + + this.x += ( v.x - this.x ) * alpha; + this.y += ( v.y - this.y ) * alpha; + this.z += ( v.z - this.z ) * alpha; + this.w += ( v.w - this.w ) * alpha; + + return this; + + } + + lerpVectors( v1, v2, alpha ) { + + this.x = v1.x + ( v2.x - v1.x ) * alpha; + this.y = v1.y + ( v2.y - v1.y ) * alpha; + this.z = v1.z + ( v2.z - v1.z ) * alpha; + this.w = v1.w + ( v2.w - v1.w ) * alpha; + + return this; + + } + + equals( v ) { + + return ( ( v.x === this.x ) && ( v.y === this.y ) && ( v.z === this.z ) && ( v.w === this.w ) ); + + } + + fromArray( array, offset = 0 ) { + + this.x = array[ offset ]; + this.y = array[ offset + 1 ]; + this.z = array[ offset + 2 ]; + this.w = array[ offset + 3 ]; + + return this; + + } + + toArray( array = [], offset = 0 ) { + + array[ offset ] = this.x; + array[ offset + 1 ] = this.y; + array[ offset + 2 ] = this.z; + array[ offset + 3 ] = this.w; + + return array; + + } + + fromBufferAttribute( attribute, index, offset ) { + + if ( offset !== undefined ) { + + console.warn( 'THREE.Vector4: offset has been removed from .fromBufferAttribute().' ); + + } + + this.x = attribute.getX( index ); + this.y = attribute.getY( index ); + this.z = attribute.getZ( index ); + this.w = attribute.getW( index ); + + return this; + + } + + random() { + + this.x = Math.random(); + this.y = Math.random(); + this.z = Math.random(); + this.w = Math.random(); + + return this; + + } + +} + +Vector4.prototype.isVector4 = true; + +/* + In options, we can specify: + * Texture parameters for an auto-generated target texture + * depthBuffer/stencilBuffer: Booleans to indicate if we should generate these buffers +*/ +class WebGLRenderTarget extends EventDispatcher { + + constructor( width, height, options = {} ) { + + super(); + + this.width = width; + this.height = height; + this.depth = 1; + + this.scissor = new Vector4( 0, 0, width, height ); + this.scissorTest = false; + + this.viewport = new Vector4( 0, 0, width, height ); + + this.texture = new Texture( undefined, options.mapping, options.wrapS, options.wrapT, options.magFilter, options.minFilter, options.format, options.type, options.anisotropy, options.encoding ); + this.texture.isRenderTargetTexture = true; + + this.texture.image = { width: width, height: height, depth: 1 }; + + this.texture.generateMipmaps = options.generateMipmaps !== undefined ? options.generateMipmaps : false; + this.texture.minFilter = options.minFilter !== undefined ? options.minFilter : LinearFilter; + + this.depthBuffer = options.depthBuffer !== undefined ? options.depthBuffer : true; + this.stencilBuffer = options.stencilBuffer !== undefined ? options.stencilBuffer : false; + this.depthTexture = options.depthTexture !== undefined ? options.depthTexture : null; + + } + + setTexture( texture ) { + + texture.image = { + width: this.width, + height: this.height, + depth: this.depth + }; + + this.texture = texture; + + } + + setSize( width, height, depth = 1 ) { + + if ( this.width !== width || this.height !== height || this.depth !== depth ) { + + this.width = width; + this.height = height; + this.depth = depth; + + this.texture.image.width = width; + this.texture.image.height = height; + this.texture.image.depth = depth; + + this.dispose(); + + } + + this.viewport.set( 0, 0, width, height ); + this.scissor.set( 0, 0, width, height ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( source ) { + + this.width = source.width; + this.height = source.height; + this.depth = source.depth; + + this.viewport.copy( source.viewport ); + + this.texture = source.texture.clone(); + this.texture.image = { ...this.texture.image }; // See #20328. + + this.depthBuffer = source.depthBuffer; + this.stencilBuffer = source.stencilBuffer; + this.depthTexture = source.depthTexture; + + return this; + + } + + dispose() { + + this.dispatchEvent( { type: 'dispose' } ); + + } + +} + +WebGLRenderTarget.prototype.isWebGLRenderTarget = true; + +class WebGLMultipleRenderTargets extends WebGLRenderTarget { + + constructor( width, height, count ) { + + super( width, height ); + + const texture = this.texture; + + this.texture = []; + + for ( let i = 0; i < count; i ++ ) { + + this.texture[ i ] = texture.clone(); + + } + + } + + setSize( width, height, depth = 1 ) { + + if ( this.width !== width || this.height !== height || this.depth !== depth ) { + + this.width = width; + this.height = height; + this.depth = depth; + + for ( let i = 0, il = this.texture.length; i < il; i ++ ) { + + this.texture[ i ].image.width = width; + this.texture[ i ].image.height = height; + this.texture[ i ].image.depth = depth; + + } + + this.dispose(); + + } + + this.viewport.set( 0, 0, width, height ); + this.scissor.set( 0, 0, width, height ); + + return this; + + } + + copy( source ) { + + this.dispose(); + + this.width = source.width; + this.height = source.height; + this.depth = source.depth; + + this.viewport.set( 0, 0, this.width, this.height ); + this.scissor.set( 0, 0, this.width, this.height ); + + this.depthBuffer = source.depthBuffer; + this.stencilBuffer = source.stencilBuffer; + this.depthTexture = source.depthTexture; + + this.texture.length = 0; + + for ( let i = 0, il = source.texture.length; i < il; i ++ ) { + + this.texture[ i ] = source.texture[ i ].clone(); + + } + + return this; + + } + +} + +WebGLMultipleRenderTargets.prototype.isWebGLMultipleRenderTargets = true; + +class WebGLMultisampleRenderTarget extends WebGLRenderTarget { + + constructor( width, height, options ) { + + super( width, height, options ); + + this.samples = 4; + + } + + copy( source ) { + + super.copy.call( this, source ); + + this.samples = source.samples; + + return this; + + } + +} + +WebGLMultisampleRenderTarget.prototype.isWebGLMultisampleRenderTarget = true; + +class Quaternion { + + constructor( x = 0, y = 0, z = 0, w = 1 ) { + + this._x = x; + this._y = y; + this._z = z; + this._w = w; + + } + + static slerp( qa, qb, qm, t ) { + + console.warn( 'THREE.Quaternion: Static .slerp() has been deprecated. Use qm.slerpQuaternions( qa, qb, t ) instead.' ); + return qm.slerpQuaternions( qa, qb, t ); + + } + + static slerpFlat( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t ) { + + // fuzz-free, array-based Quaternion SLERP operation + + let x0 = src0[ srcOffset0 + 0 ], + y0 = src0[ srcOffset0 + 1 ], + z0 = src0[ srcOffset0 + 2 ], + w0 = src0[ srcOffset0 + 3 ]; + + const x1 = src1[ srcOffset1 + 0 ], + y1 = src1[ srcOffset1 + 1 ], + z1 = src1[ srcOffset1 + 2 ], + w1 = src1[ srcOffset1 + 3 ]; + + if ( t === 0 ) { + + dst[ dstOffset + 0 ] = x0; + dst[ dstOffset + 1 ] = y0; + dst[ dstOffset + 2 ] = z0; + dst[ dstOffset + 3 ] = w0; + return; + + } + + if ( t === 1 ) { + + dst[ dstOffset + 0 ] = x1; + dst[ dstOffset + 1 ] = y1; + dst[ dstOffset + 2 ] = z1; + dst[ dstOffset + 3 ] = w1; + return; + + } + + if ( w0 !== w1 || x0 !== x1 || y0 !== y1 || z0 !== z1 ) { + + let s = 1 - t; + const cos = x0 * x1 + y0 * y1 + z0 * z1 + w0 * w1, + dir = ( cos >= 0 ? 1 : - 1 ), + sqrSin = 1 - cos * cos; + + // Skip the Slerp for tiny steps to avoid numeric problems: + if ( sqrSin > Number.EPSILON ) { + + const sin = Math.sqrt( sqrSin ), + len = Math.atan2( sin, cos * dir ); + + s = Math.sin( s * len ) / sin; + t = Math.sin( t * len ) / sin; + + } + + const tDir = t * dir; + + x0 = x0 * s + x1 * tDir; + y0 = y0 * s + y1 * tDir; + z0 = z0 * s + z1 * tDir; + w0 = w0 * s + w1 * tDir; + + // Normalize in case we just did a lerp: + if ( s === 1 - t ) { + + const f = 1 / Math.sqrt( x0 * x0 + y0 * y0 + z0 * z0 + w0 * w0 ); + + x0 *= f; + y0 *= f; + z0 *= f; + w0 *= f; + + } + + } + + dst[ dstOffset ] = x0; + dst[ dstOffset + 1 ] = y0; + dst[ dstOffset + 2 ] = z0; + dst[ dstOffset + 3 ] = w0; + + } + + static multiplyQuaternionsFlat( dst, dstOffset, src0, srcOffset0, src1, srcOffset1 ) { + + const x0 = src0[ srcOffset0 ]; + const y0 = src0[ srcOffset0 + 1 ]; + const z0 = src0[ srcOffset0 + 2 ]; + const w0 = src0[ srcOffset0 + 3 ]; + + const x1 = src1[ srcOffset1 ]; + const y1 = src1[ srcOffset1 + 1 ]; + const z1 = src1[ srcOffset1 + 2 ]; + const w1 = src1[ srcOffset1 + 3 ]; + + dst[ dstOffset ] = x0 * w1 + w0 * x1 + y0 * z1 - z0 * y1; + dst[ dstOffset + 1 ] = y0 * w1 + w0 * y1 + z0 * x1 - x0 * z1; + dst[ dstOffset + 2 ] = z0 * w1 + w0 * z1 + x0 * y1 - y0 * x1; + dst[ dstOffset + 3 ] = w0 * w1 - x0 * x1 - y0 * y1 - z0 * z1; + + return dst; + + } + + get x() { + + return this._x; + + } + + set x( value ) { + + this._x = value; + this._onChangeCallback(); + + } + + get y() { + + return this._y; + + } + + set y( value ) { + + this._y = value; + this._onChangeCallback(); + + } + + get z() { + + return this._z; + + } + + set z( value ) { + + this._z = value; + this._onChangeCallback(); + + } + + get w() { + + return this._w; + + } + + set w( value ) { + + this._w = value; + this._onChangeCallback(); + + } + + set( x, y, z, w ) { + + this._x = x; + this._y = y; + this._z = z; + this._w = w; + + this._onChangeCallback(); + + return this; + + } + + clone() { + + return new this.constructor( this._x, this._y, this._z, this._w ); + + } + + copy( quaternion ) { + + this._x = quaternion.x; + this._y = quaternion.y; + this._z = quaternion.z; + this._w = quaternion.w; + + this._onChangeCallback(); + + return this; + + } + + setFromEuler( euler, update ) { + + if ( ! ( euler && euler.isEuler ) ) { + + throw new Error( 'THREE.Quaternion: .setFromEuler() now expects an Euler rotation rather than a Vector3 and order.' ); + + } + + const x = euler._x, y = euler._y, z = euler._z, order = euler._order; + + // http://www.mathworks.com/matlabcentral/fileexchange/ + // 20696-function-to-convert-between-dcm-euler-angles-quaternions-and-euler-vectors/ + // content/SpinCalc.m + + const cos = Math.cos; + const sin = Math.sin; + + const c1 = cos( x / 2 ); + const c2 = cos( y / 2 ); + const c3 = cos( z / 2 ); + + const s1 = sin( x / 2 ); + const s2 = sin( y / 2 ); + const s3 = sin( z / 2 ); + + switch ( order ) { + + case 'XYZ': + this._x = s1 * c2 * c3 + c1 * s2 * s3; + this._y = c1 * s2 * c3 - s1 * c2 * s3; + this._z = c1 * c2 * s3 + s1 * s2 * c3; + this._w = c1 * c2 * c3 - s1 * s2 * s3; + break; + + case 'YXZ': + this._x = s1 * c2 * c3 + c1 * s2 * s3; + this._y = c1 * s2 * c3 - s1 * c2 * s3; + this._z = c1 * c2 * s3 - s1 * s2 * c3; + this._w = c1 * c2 * c3 + s1 * s2 * s3; + break; + + case 'ZXY': + this._x = s1 * c2 * c3 - c1 * s2 * s3; + this._y = c1 * s2 * c3 + s1 * c2 * s3; + this._z = c1 * c2 * s3 + s1 * s2 * c3; + this._w = c1 * c2 * c3 - s1 * s2 * s3; + break; + + case 'ZYX': + this._x = s1 * c2 * c3 - c1 * s2 * s3; + this._y = c1 * s2 * c3 + s1 * c2 * s3; + this._z = c1 * c2 * s3 - s1 * s2 * c3; + this._w = c1 * c2 * c3 + s1 * s2 * s3; + break; + + case 'YZX': + this._x = s1 * c2 * c3 + c1 * s2 * s3; + this._y = c1 * s2 * c3 + s1 * c2 * s3; + this._z = c1 * c2 * s3 - s1 * s2 * c3; + this._w = c1 * c2 * c3 - s1 * s2 * s3; + break; + + case 'XZY': + this._x = s1 * c2 * c3 - c1 * s2 * s3; + this._y = c1 * s2 * c3 - s1 * c2 * s3; + this._z = c1 * c2 * s3 + s1 * s2 * c3; + this._w = c1 * c2 * c3 + s1 * s2 * s3; + break; + + default: + console.warn( 'THREE.Quaternion: .setFromEuler() encountered an unknown order: ' + order ); + + } + + if ( update !== false ) this._onChangeCallback(); + + return this; + + } + + setFromAxisAngle( axis, angle ) { + + // http://www.euclideanspace.com/maths/geometry/rotations/conversions/angleToQuaternion/index.htm + + // assumes axis is normalized + + const halfAngle = angle / 2, s = Math.sin( halfAngle ); + + this._x = axis.x * s; + this._y = axis.y * s; + this._z = axis.z * s; + this._w = Math.cos( halfAngle ); + + this._onChangeCallback(); + + return this; + + } + + setFromRotationMatrix( m ) { + + // http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/index.htm + + // assumes the upper 3x3 of m is a pure rotation matrix (i.e, unscaled) + + const te = m.elements, + + m11 = te[ 0 ], m12 = te[ 4 ], m13 = te[ 8 ], + m21 = te[ 1 ], m22 = te[ 5 ], m23 = te[ 9 ], + m31 = te[ 2 ], m32 = te[ 6 ], m33 = te[ 10 ], + + trace = m11 + m22 + m33; + + if ( trace > 0 ) { + + const s = 0.5 / Math.sqrt( trace + 1.0 ); + + this._w = 0.25 / s; + this._x = ( m32 - m23 ) * s; + this._y = ( m13 - m31 ) * s; + this._z = ( m21 - m12 ) * s; + + } else if ( m11 > m22 && m11 > m33 ) { + + const s = 2.0 * Math.sqrt( 1.0 + m11 - m22 - m33 ); + + this._w = ( m32 - m23 ) / s; + this._x = 0.25 * s; + this._y = ( m12 + m21 ) / s; + this._z = ( m13 + m31 ) / s; + + } else if ( m22 > m33 ) { + + const s = 2.0 * Math.sqrt( 1.0 + m22 - m11 - m33 ); + + this._w = ( m13 - m31 ) / s; + this._x = ( m12 + m21 ) / s; + this._y = 0.25 * s; + this._z = ( m23 + m32 ) / s; + + } else { + + const s = 2.0 * Math.sqrt( 1.0 + m33 - m11 - m22 ); + + this._w = ( m21 - m12 ) / s; + this._x = ( m13 + m31 ) / s; + this._y = ( m23 + m32 ) / s; + this._z = 0.25 * s; + + } + + this._onChangeCallback(); + + return this; + + } + + setFromUnitVectors( vFrom, vTo ) { + + // assumes direction vectors vFrom and vTo are normalized + + let r = vFrom.dot( vTo ) + 1; + + if ( r < Number.EPSILON ) { + + // vFrom and vTo point in opposite directions + + r = 0; + + if ( Math.abs( vFrom.x ) > Math.abs( vFrom.z ) ) { + + this._x = - vFrom.y; + this._y = vFrom.x; + this._z = 0; + this._w = r; + + } else { + + this._x = 0; + this._y = - vFrom.z; + this._z = vFrom.y; + this._w = r; + + } + + } else { + + // crossVectors( vFrom, vTo ); // inlined to avoid cyclic dependency on Vector3 + + this._x = vFrom.y * vTo.z - vFrom.z * vTo.y; + this._y = vFrom.z * vTo.x - vFrom.x * vTo.z; + this._z = vFrom.x * vTo.y - vFrom.y * vTo.x; + this._w = r; + + } + + return this.normalize(); + + } + + angleTo( q ) { + + return 2 * Math.acos( Math.abs( clamp( this.dot( q ), - 1, 1 ) ) ); + + } + + rotateTowards( q, step ) { + + const angle = this.angleTo( q ); + + if ( angle === 0 ) return this; + + const t = Math.min( 1, step / angle ); + + this.slerp( q, t ); + + return this; + + } + + identity() { + + return this.set( 0, 0, 0, 1 ); + + } + + invert() { + + // quaternion is assumed to have unit length + + return this.conjugate(); + + } + + conjugate() { + + this._x *= - 1; + this._y *= - 1; + this._z *= - 1; + + this._onChangeCallback(); + + return this; + + } + + dot( v ) { + + return this._x * v._x + this._y * v._y + this._z * v._z + this._w * v._w; + + } + + lengthSq() { + + return this._x * this._x + this._y * this._y + this._z * this._z + this._w * this._w; + + } + + length() { + + return Math.sqrt( this._x * this._x + this._y * this._y + this._z * this._z + this._w * this._w ); + + } + + normalize() { + + let l = this.length(); + + if ( l === 0 ) { + + this._x = 0; + this._y = 0; + this._z = 0; + this._w = 1; + + } else { + + l = 1 / l; + + this._x = this._x * l; + this._y = this._y * l; + this._z = this._z * l; + this._w = this._w * l; + + } + + this._onChangeCallback(); + + return this; + + } + + multiply( q, p ) { + + if ( p !== undefined ) { + + console.warn( 'THREE.Quaternion: .multiply() now only accepts one argument. Use .multiplyQuaternions( a, b ) instead.' ); + return this.multiplyQuaternions( q, p ); + + } + + return this.multiplyQuaternions( this, q ); + + } + + premultiply( q ) { + + return this.multiplyQuaternions( q, this ); + + } + + multiplyQuaternions( a, b ) { + + // from http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/quaternions/code/index.htm + + const qax = a._x, qay = a._y, qaz = a._z, qaw = a._w; + const qbx = b._x, qby = b._y, qbz = b._z, qbw = b._w; + + this._x = qax * qbw + qaw * qbx + qay * qbz - qaz * qby; + this._y = qay * qbw + qaw * qby + qaz * qbx - qax * qbz; + this._z = qaz * qbw + qaw * qbz + qax * qby - qay * qbx; + this._w = qaw * qbw - qax * qbx - qay * qby - qaz * qbz; + + this._onChangeCallback(); + + return this; + + } + + slerp( qb, t ) { + + if ( t === 0 ) return this; + if ( t === 1 ) return this.copy( qb ); + + const x = this._x, y = this._y, z = this._z, w = this._w; + + // http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/quaternions/slerp/ + + let cosHalfTheta = w * qb._w + x * qb._x + y * qb._y + z * qb._z; + + if ( cosHalfTheta < 0 ) { + + this._w = - qb._w; + this._x = - qb._x; + this._y = - qb._y; + this._z = - qb._z; + + cosHalfTheta = - cosHalfTheta; + + } else { + + this.copy( qb ); + + } + + if ( cosHalfTheta >= 1.0 ) { + + this._w = w; + this._x = x; + this._y = y; + this._z = z; + + return this; + + } + + const sqrSinHalfTheta = 1.0 - cosHalfTheta * cosHalfTheta; + + if ( sqrSinHalfTheta <= Number.EPSILON ) { + + const s = 1 - t; + this._w = s * w + t * this._w; + this._x = s * x + t * this._x; + this._y = s * y + t * this._y; + this._z = s * z + t * this._z; + + this.normalize(); + this._onChangeCallback(); + + return this; + + } + + const sinHalfTheta = Math.sqrt( sqrSinHalfTheta ); + const halfTheta = Math.atan2( sinHalfTheta, cosHalfTheta ); + const ratioA = Math.sin( ( 1 - t ) * halfTheta ) / sinHalfTheta, + ratioB = Math.sin( t * halfTheta ) / sinHalfTheta; + + this._w = ( w * ratioA + this._w * ratioB ); + this._x = ( x * ratioA + this._x * ratioB ); + this._y = ( y * ratioA + this._y * ratioB ); + this._z = ( z * ratioA + this._z * ratioB ); + + this._onChangeCallback(); + + return this; + + } + + slerpQuaternions( qa, qb, t ) { + + this.copy( qa ).slerp( qb, t ); + + } + + equals( quaternion ) { + + return ( quaternion._x === this._x ) && ( quaternion._y === this._y ) && ( quaternion._z === this._z ) && ( quaternion._w === this._w ); + + } + + fromArray( array, offset = 0 ) { + + this._x = array[ offset ]; + this._y = array[ offset + 1 ]; + this._z = array[ offset + 2 ]; + this._w = array[ offset + 3 ]; + + this._onChangeCallback(); + + return this; + + } + + toArray( array = [], offset = 0 ) { + + array[ offset ] = this._x; + array[ offset + 1 ] = this._y; + array[ offset + 2 ] = this._z; + array[ offset + 3 ] = this._w; + + return array; + + } + + fromBufferAttribute( attribute, index ) { + + this._x = attribute.getX( index ); + this._y = attribute.getY( index ); + this._z = attribute.getZ( index ); + this._w = attribute.getW( index ); + + return this; + + } + + _onChange( callback ) { + + this._onChangeCallback = callback; + + return this; + + } + + _onChangeCallback() {} + +} + +Quaternion.prototype.isQuaternion = true; + +class Vector3 { + + constructor( x = 0, y = 0, z = 0 ) { + + this.x = x; + this.y = y; + this.z = z; + + } + + set( x, y, z ) { + + if ( z === undefined ) z = this.z; // sprite.scale.set(x,y) + + this.x = x; + this.y = y; + this.z = z; + + return this; + + } + + setScalar( scalar ) { + + this.x = scalar; + this.y = scalar; + this.z = scalar; + + return this; + + } + + setX( x ) { + + this.x = x; + + return this; + + } + + setY( y ) { + + this.y = y; + + return this; + + } + + setZ( z ) { + + this.z = z; + + return this; + + } + + setComponent( index, value ) { + + switch ( index ) { + + case 0: this.x = value; break; + case 1: this.y = value; break; + case 2: this.z = value; break; + default: throw new Error( 'index is out of range: ' + index ); + + } + + return this; + + } + + getComponent( index ) { + + switch ( index ) { + + case 0: return this.x; + case 1: return this.y; + case 2: return this.z; + default: throw new Error( 'index is out of range: ' + index ); + + } + + } + + clone() { + + return new this.constructor( this.x, this.y, this.z ); + + } + + copy( v ) { + + this.x = v.x; + this.y = v.y; + this.z = v.z; + + return this; + + } + + add( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector3: .add() now only accepts one argument. Use .addVectors( a, b ) instead.' ); + return this.addVectors( v, w ); + + } + + this.x += v.x; + this.y += v.y; + this.z += v.z; + + return this; + + } + + addScalar( s ) { + + this.x += s; + this.y += s; + this.z += s; + + return this; + + } + + addVectors( a, b ) { + + this.x = a.x + b.x; + this.y = a.y + b.y; + this.z = a.z + b.z; + + return this; + + } + + addScaledVector( v, s ) { + + this.x += v.x * s; + this.y += v.y * s; + this.z += v.z * s; + + return this; + + } + + sub( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector3: .sub() now only accepts one argument. Use .subVectors( a, b ) instead.' ); + return this.subVectors( v, w ); + + } + + this.x -= v.x; + this.y -= v.y; + this.z -= v.z; + + return this; + + } + + subScalar( s ) { + + this.x -= s; + this.y -= s; + this.z -= s; + + return this; + + } + + subVectors( a, b ) { + + this.x = a.x - b.x; + this.y = a.y - b.y; + this.z = a.z - b.z; + + return this; + + } + + multiply( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector3: .multiply() now only accepts one argument. Use .multiplyVectors( a, b ) instead.' ); + return this.multiplyVectors( v, w ); + + } + + this.x *= v.x; + this.y *= v.y; + this.z *= v.z; + + return this; + + } + + multiplyScalar( scalar ) { + + this.x *= scalar; + this.y *= scalar; + this.z *= scalar; + + return this; + + } + + multiplyVectors( a, b ) { + + this.x = a.x * b.x; + this.y = a.y * b.y; + this.z = a.z * b.z; + + return this; + + } + + applyEuler( euler ) { + + if ( ! ( euler && euler.isEuler ) ) { + + console.error( 'THREE.Vector3: .applyEuler() now expects an Euler rotation rather than a Vector3 and order.' ); + + } + + return this.applyQuaternion( _quaternion$4.setFromEuler( euler ) ); + + } + + applyAxisAngle( axis, angle ) { + + return this.applyQuaternion( _quaternion$4.setFromAxisAngle( axis, angle ) ); + + } + + applyMatrix3( m ) { + + const x = this.x, y = this.y, z = this.z; + const e = m.elements; + + this.x = e[ 0 ] * x + e[ 3 ] * y + e[ 6 ] * z; + this.y = e[ 1 ] * x + e[ 4 ] * y + e[ 7 ] * z; + this.z = e[ 2 ] * x + e[ 5 ] * y + e[ 8 ] * z; + + return this; + + } + + applyNormalMatrix( m ) { + + return this.applyMatrix3( m ).normalize(); + + } + + applyMatrix4( m ) { + + const x = this.x, y = this.y, z = this.z; + const e = m.elements; + + const w = 1 / ( e[ 3 ] * x + e[ 7 ] * y + e[ 11 ] * z + e[ 15 ] ); + + this.x = ( e[ 0 ] * x + e[ 4 ] * y + e[ 8 ] * z + e[ 12 ] ) * w; + this.y = ( e[ 1 ] * x + e[ 5 ] * y + e[ 9 ] * z + e[ 13 ] ) * w; + this.z = ( e[ 2 ] * x + e[ 6 ] * y + e[ 10 ] * z + e[ 14 ] ) * w; + + return this; + + } + + applyQuaternion( q ) { + + const x = this.x, y = this.y, z = this.z; + const qx = q.x, qy = q.y, qz = q.z, qw = q.w; + + // calculate quat * vector + + const ix = qw * x + qy * z - qz * y; + const iy = qw * y + qz * x - qx * z; + const iz = qw * z + qx * y - qy * x; + const iw = - qx * x - qy * y - qz * z; + + // calculate result * inverse quat + + this.x = ix * qw + iw * - qx + iy * - qz - iz * - qy; + this.y = iy * qw + iw * - qy + iz * - qx - ix * - qz; + this.z = iz * qw + iw * - qz + ix * - qy - iy * - qx; + + return this; + + } + + project( camera ) { + + return this.applyMatrix4( camera.matrixWorldInverse ).applyMatrix4( camera.projectionMatrix ); + + } + + unproject( camera ) { + + return this.applyMatrix4( camera.projectionMatrixInverse ).applyMatrix4( camera.matrixWorld ); + + } + + transformDirection( m ) { + + // input: THREE.Matrix4 affine matrix + // vector interpreted as a direction + + const x = this.x, y = this.y, z = this.z; + const e = m.elements; + + this.x = e[ 0 ] * x + e[ 4 ] * y + e[ 8 ] * z; + this.y = e[ 1 ] * x + e[ 5 ] * y + e[ 9 ] * z; + this.z = e[ 2 ] * x + e[ 6 ] * y + e[ 10 ] * z; + + return this.normalize(); + + } + + divide( v ) { + + this.x /= v.x; + this.y /= v.y; + this.z /= v.z; + + return this; + + } + + divideScalar( scalar ) { + + return this.multiplyScalar( 1 / scalar ); + + } + + min( v ) { + + this.x = Math.min( this.x, v.x ); + this.y = Math.min( this.y, v.y ); + this.z = Math.min( this.z, v.z ); + + return this; + + } + + max( v ) { + + this.x = Math.max( this.x, v.x ); + this.y = Math.max( this.y, v.y ); + this.z = Math.max( this.z, v.z ); + + return this; + + } + + clamp( min, max ) { + + // assumes min < max, componentwise + + this.x = Math.max( min.x, Math.min( max.x, this.x ) ); + this.y = Math.max( min.y, Math.min( max.y, this.y ) ); + this.z = Math.max( min.z, Math.min( max.z, this.z ) ); + + return this; + + } + + clampScalar( minVal, maxVal ) { + + this.x = Math.max( minVal, Math.min( maxVal, this.x ) ); + this.y = Math.max( minVal, Math.min( maxVal, this.y ) ); + this.z = Math.max( minVal, Math.min( maxVal, this.z ) ); + + return this; + + } + + clampLength( min, max ) { + + const length = this.length(); + + return this.divideScalar( length || 1 ).multiplyScalar( Math.max( min, Math.min( max, length ) ) ); + + } + + floor() { + + this.x = Math.floor( this.x ); + this.y = Math.floor( this.y ); + this.z = Math.floor( this.z ); + + return this; + + } + + ceil() { + + this.x = Math.ceil( this.x ); + this.y = Math.ceil( this.y ); + this.z = Math.ceil( this.z ); + + return this; + + } + + round() { + + this.x = Math.round( this.x ); + this.y = Math.round( this.y ); + this.z = Math.round( this.z ); + + return this; + + } + + roundToZero() { + + this.x = ( this.x < 0 ) ? Math.ceil( this.x ) : Math.floor( this.x ); + this.y = ( this.y < 0 ) ? Math.ceil( this.y ) : Math.floor( this.y ); + this.z = ( this.z < 0 ) ? Math.ceil( this.z ) : Math.floor( this.z ); + + return this; + + } + + negate() { + + this.x = - this.x; + this.y = - this.y; + this.z = - this.z; + + return this; + + } + + dot( v ) { + + return this.x * v.x + this.y * v.y + this.z * v.z; + + } + + // TODO lengthSquared? + + lengthSq() { + + return this.x * this.x + this.y * this.y + this.z * this.z; + + } + + length() { + + return Math.sqrt( this.x * this.x + this.y * this.y + this.z * this.z ); + + } + + manhattanLength() { + + return Math.abs( this.x ) + Math.abs( this.y ) + Math.abs( this.z ); + + } + + normalize() { + + return this.divideScalar( this.length() || 1 ); + + } + + setLength( length ) { + + return this.normalize().multiplyScalar( length ); + + } + + lerp( v, alpha ) { + + this.x += ( v.x - this.x ) * alpha; + this.y += ( v.y - this.y ) * alpha; + this.z += ( v.z - this.z ) * alpha; + + return this; + + } + + lerpVectors( v1, v2, alpha ) { + + this.x = v1.x + ( v2.x - v1.x ) * alpha; + this.y = v1.y + ( v2.y - v1.y ) * alpha; + this.z = v1.z + ( v2.z - v1.z ) * alpha; + + return this; + + } + + cross( v, w ) { + + if ( w !== undefined ) { + + console.warn( 'THREE.Vector3: .cross() now only accepts one argument. Use .crossVectors( a, b ) instead.' ); + return this.crossVectors( v, w ); + + } + + return this.crossVectors( this, v ); + + } + + crossVectors( a, b ) { + + const ax = a.x, ay = a.y, az = a.z; + const bx = b.x, by = b.y, bz = b.z; + + this.x = ay * bz - az * by; + this.y = az * bx - ax * bz; + this.z = ax * by - ay * bx; + + return this; + + } + + projectOnVector( v ) { + + const denominator = v.lengthSq(); + + if ( denominator === 0 ) return this.set( 0, 0, 0 ); + + const scalar = v.dot( this ) / denominator; + + return this.copy( v ).multiplyScalar( scalar ); + + } + + projectOnPlane( planeNormal ) { + + _vector$c.copy( this ).projectOnVector( planeNormal ); + + return this.sub( _vector$c ); + + } + + reflect( normal ) { + + // reflect incident vector off plane orthogonal to normal + // normal is assumed to have unit length + + return this.sub( _vector$c.copy( normal ).multiplyScalar( 2 * this.dot( normal ) ) ); + + } + + angleTo( v ) { + + const denominator = Math.sqrt( this.lengthSq() * v.lengthSq() ); + + if ( denominator === 0 ) return Math.PI / 2; + + const theta = this.dot( v ) / denominator; + + // clamp, to handle numerical problems + + return Math.acos( clamp( theta, - 1, 1 ) ); + + } + + distanceTo( v ) { + + return Math.sqrt( this.distanceToSquared( v ) ); + + } + + distanceToSquared( v ) { + + const dx = this.x - v.x, dy = this.y - v.y, dz = this.z - v.z; + + return dx * dx + dy * dy + dz * dz; + + } + + manhattanDistanceTo( v ) { + + return Math.abs( this.x - v.x ) + Math.abs( this.y - v.y ) + Math.abs( this.z - v.z ); + + } + + setFromSpherical( s ) { + + return this.setFromSphericalCoords( s.radius, s.phi, s.theta ); + + } + + setFromSphericalCoords( radius, phi, theta ) { + + const sinPhiRadius = Math.sin( phi ) * radius; + + this.x = sinPhiRadius * Math.sin( theta ); + this.y = Math.cos( phi ) * radius; + this.z = sinPhiRadius * Math.cos( theta ); + + return this; + + } + + setFromCylindrical( c ) { + + return this.setFromCylindricalCoords( c.radius, c.theta, c.y ); + + } + + setFromCylindricalCoords( radius, theta, y ) { + + this.x = radius * Math.sin( theta ); + this.y = y; + this.z = radius * Math.cos( theta ); + + return this; + + } + + setFromMatrixPosition( m ) { + + const e = m.elements; + + this.x = e[ 12 ]; + this.y = e[ 13 ]; + this.z = e[ 14 ]; + + return this; + + } + + setFromMatrixScale( m ) { + + const sx = this.setFromMatrixColumn( m, 0 ).length(); + const sy = this.setFromMatrixColumn( m, 1 ).length(); + const sz = this.setFromMatrixColumn( m, 2 ).length(); + + this.x = sx; + this.y = sy; + this.z = sz; + + return this; + + } + + setFromMatrixColumn( m, index ) { + + return this.fromArray( m.elements, index * 4 ); + + } + + setFromMatrix3Column( m, index ) { + + return this.fromArray( m.elements, index * 3 ); + + } + + equals( v ) { + + return ( ( v.x === this.x ) && ( v.y === this.y ) && ( v.z === this.z ) ); + + } + + fromArray( array, offset = 0 ) { + + this.x = array[ offset ]; + this.y = array[ offset + 1 ]; + this.z = array[ offset + 2 ]; + + return this; + + } + + toArray( array = [], offset = 0 ) { + + array[ offset ] = this.x; + array[ offset + 1 ] = this.y; + array[ offset + 2 ] = this.z; + + return array; + + } + + fromBufferAttribute( attribute, index, offset ) { + + if ( offset !== undefined ) { + + console.warn( 'THREE.Vector3: offset has been removed from .fromBufferAttribute().' ); + + } + + this.x = attribute.getX( index ); + this.y = attribute.getY( index ); + this.z = attribute.getZ( index ); + + return this; + + } + + random() { + + this.x = Math.random(); + this.y = Math.random(); + this.z = Math.random(); + + return this; + + } + +} + +Vector3.prototype.isVector3 = true; + +const _vector$c = /*@__PURE__*/ new Vector3(); +const _quaternion$4 = /*@__PURE__*/ new Quaternion(); + +class Box3 { + + constructor( min = new Vector3( + Infinity, + Infinity, + Infinity ), max = new Vector3( - Infinity, - Infinity, - Infinity ) ) { + + this.min = min; + this.max = max; + + } + + set( min, max ) { + + this.min.copy( min ); + this.max.copy( max ); + + return this; + + } + + setFromArray( array ) { + + let minX = + Infinity; + let minY = + Infinity; + let minZ = + Infinity; + + let maxX = - Infinity; + let maxY = - Infinity; + let maxZ = - Infinity; + + for ( let i = 0, l = array.length; i < l; i += 3 ) { + + const x = array[ i ]; + const y = array[ i + 1 ]; + const z = array[ i + 2 ]; + + if ( x < minX ) minX = x; + if ( y < minY ) minY = y; + if ( z < minZ ) minZ = z; + + if ( x > maxX ) maxX = x; + if ( y > maxY ) maxY = y; + if ( z > maxZ ) maxZ = z; + + } + + this.min.set( minX, minY, minZ ); + this.max.set( maxX, maxY, maxZ ); + + return this; + + } + + setFromBufferAttribute( attribute ) { + + let minX = + Infinity; + let minY = + Infinity; + let minZ = + Infinity; + + let maxX = - Infinity; + let maxY = - Infinity; + let maxZ = - Infinity; + + for ( let i = 0, l = attribute.count; i < l; i ++ ) { + + const x = attribute.getX( i ); + const y = attribute.getY( i ); + const z = attribute.getZ( i ); + + if ( x < minX ) minX = x; + if ( y < minY ) minY = y; + if ( z < minZ ) minZ = z; + + if ( x > maxX ) maxX = x; + if ( y > maxY ) maxY = y; + if ( z > maxZ ) maxZ = z; + + } + + this.min.set( minX, minY, minZ ); + this.max.set( maxX, maxY, maxZ ); + + return this; + + } + + setFromPoints( points ) { + + this.makeEmpty(); + + for ( let i = 0, il = points.length; i < il; i ++ ) { + + this.expandByPoint( points[ i ] ); + + } + + return this; + + } + + setFromCenterAndSize( center, size ) { + + const halfSize = _vector$b.copy( size ).multiplyScalar( 0.5 ); + + this.min.copy( center ).sub( halfSize ); + this.max.copy( center ).add( halfSize ); + + return this; + + } + + setFromObject( object ) { + + this.makeEmpty(); + + return this.expandByObject( object ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( box ) { + + this.min.copy( box.min ); + this.max.copy( box.max ); + + return this; + + } + + makeEmpty() { + + this.min.x = this.min.y = this.min.z = + Infinity; + this.max.x = this.max.y = this.max.z = - Infinity; + + return this; + + } + + isEmpty() { + + // this is a more robust check for empty than ( volume <= 0 ) because volume can get positive with two negative axes + + return ( this.max.x < this.min.x ) || ( this.max.y < this.min.y ) || ( this.max.z < this.min.z ); + + } + + getCenter( target ) { + + return this.isEmpty() ? target.set( 0, 0, 0 ) : target.addVectors( this.min, this.max ).multiplyScalar( 0.5 ); + + } + + getSize( target ) { + + return this.isEmpty() ? target.set( 0, 0, 0 ) : target.subVectors( this.max, this.min ); + + } + + expandByPoint( point ) { + + this.min.min( point ); + this.max.max( point ); + + return this; + + } + + expandByVector( vector ) { + + this.min.sub( vector ); + this.max.add( vector ); + + return this; + + } + + expandByScalar( scalar ) { + + this.min.addScalar( - scalar ); + this.max.addScalar( scalar ); + + return this; + + } + + expandByObject( object ) { + + // Computes the world-axis-aligned bounding box of an object (including its children), + // accounting for both the object's, and children's, world transforms + + object.updateWorldMatrix( false, false ); + + const geometry = object.geometry; + + if ( geometry !== undefined ) { + + if ( geometry.boundingBox === null ) { + + geometry.computeBoundingBox(); + + } + + _box$3.copy( geometry.boundingBox ); + _box$3.applyMatrix4( object.matrixWorld ); + + this.union( _box$3 ); + + } + + const children = object.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + this.expandByObject( children[ i ] ); + + } + + return this; + + } + + containsPoint( point ) { + + return point.x < this.min.x || point.x > this.max.x || + point.y < this.min.y || point.y > this.max.y || + point.z < this.min.z || point.z > this.max.z ? false : true; + + } + + containsBox( box ) { + + return this.min.x <= box.min.x && box.max.x <= this.max.x && + this.min.y <= box.min.y && box.max.y <= this.max.y && + this.min.z <= box.min.z && box.max.z <= this.max.z; + + } + + getParameter( point, target ) { + + // This can potentially have a divide by zero if the box + // has a size dimension of 0. + + return target.set( + ( point.x - this.min.x ) / ( this.max.x - this.min.x ), + ( point.y - this.min.y ) / ( this.max.y - this.min.y ), + ( point.z - this.min.z ) / ( this.max.z - this.min.z ) + ); + + } + + intersectsBox( box ) { + + // using 6 splitting planes to rule out intersections. + return box.max.x < this.min.x || box.min.x > this.max.x || + box.max.y < this.min.y || box.min.y > this.max.y || + box.max.z < this.min.z || box.min.z > this.max.z ? false : true; + + } + + intersectsSphere( sphere ) { + + // Find the point on the AABB closest to the sphere center. + this.clampPoint( sphere.center, _vector$b ); + + // If that point is inside the sphere, the AABB and sphere intersect. + return _vector$b.distanceToSquared( sphere.center ) <= ( sphere.radius * sphere.radius ); + + } + + intersectsPlane( plane ) { + + // We compute the minimum and maximum dot product values. If those values + // are on the same side (back or front) of the plane, then there is no intersection. + + let min, max; + + if ( plane.normal.x > 0 ) { + + min = plane.normal.x * this.min.x; + max = plane.normal.x * this.max.x; + + } else { + + min = plane.normal.x * this.max.x; + max = plane.normal.x * this.min.x; + + } + + if ( plane.normal.y > 0 ) { + + min += plane.normal.y * this.min.y; + max += plane.normal.y * this.max.y; + + } else { + + min += plane.normal.y * this.max.y; + max += plane.normal.y * this.min.y; + + } + + if ( plane.normal.z > 0 ) { + + min += plane.normal.z * this.min.z; + max += plane.normal.z * this.max.z; + + } else { + + min += plane.normal.z * this.max.z; + max += plane.normal.z * this.min.z; + + } + + return ( min <= - plane.constant && max >= - plane.constant ); + + } + + intersectsTriangle( triangle ) { + + if ( this.isEmpty() ) { + + return false; + + } + + // compute box center and extents + this.getCenter( _center ); + _extents.subVectors( this.max, _center ); + + // translate triangle to aabb origin + _v0$2.subVectors( triangle.a, _center ); + _v1$7.subVectors( triangle.b, _center ); + _v2$3.subVectors( triangle.c, _center ); + + // compute edge vectors for triangle + _f0.subVectors( _v1$7, _v0$2 ); + _f1.subVectors( _v2$3, _v1$7 ); + _f2.subVectors( _v0$2, _v2$3 ); + + // test against axes that are given by cross product combinations of the edges of the triangle and the edges of the aabb + // make an axis testing of each of the 3 sides of the aabb against each of the 3 sides of the triangle = 9 axis of separation + // axis_ij = u_i x f_j (u0, u1, u2 = face normals of aabb = x,y,z axes vectors since aabb is axis aligned) + let axes = [ + 0, - _f0.z, _f0.y, 0, - _f1.z, _f1.y, 0, - _f2.z, _f2.y, + _f0.z, 0, - _f0.x, _f1.z, 0, - _f1.x, _f2.z, 0, - _f2.x, + - _f0.y, _f0.x, 0, - _f1.y, _f1.x, 0, - _f2.y, _f2.x, 0 + ]; + if ( ! satForAxes( axes, _v0$2, _v1$7, _v2$3, _extents ) ) { + + return false; + + } + + // test 3 face normals from the aabb + axes = [ 1, 0, 0, 0, 1, 0, 0, 0, 1 ]; + if ( ! satForAxes( axes, _v0$2, _v1$7, _v2$3, _extents ) ) { + + return false; + + } + + // finally testing the face normal of the triangle + // use already existing triangle edge vectors here + _triangleNormal.crossVectors( _f0, _f1 ); + axes = [ _triangleNormal.x, _triangleNormal.y, _triangleNormal.z ]; + + return satForAxes( axes, _v0$2, _v1$7, _v2$3, _extents ); + + } + + clampPoint( point, target ) { + + return target.copy( point ).clamp( this.min, this.max ); + + } + + distanceToPoint( point ) { + + const clampedPoint = _vector$b.copy( point ).clamp( this.min, this.max ); + + return clampedPoint.sub( point ).length(); + + } + + getBoundingSphere( target ) { + + this.getCenter( target.center ); + + target.radius = this.getSize( _vector$b ).length() * 0.5; + + return target; + + } + + intersect( box ) { + + this.min.max( box.min ); + this.max.min( box.max ); + + // ensure that if there is no overlap, the result is fully empty, not slightly empty with non-inf/+inf values that will cause subsequence intersects to erroneously return valid values. + if ( this.isEmpty() ) this.makeEmpty(); + + return this; + + } + + union( box ) { + + this.min.min( box.min ); + this.max.max( box.max ); + + return this; + + } + + applyMatrix4( matrix ) { + + // transform of empty box is an empty box. + if ( this.isEmpty() ) return this; + + // NOTE: I am using a binary pattern to specify all 2^3 combinations below + _points[ 0 ].set( this.min.x, this.min.y, this.min.z ).applyMatrix4( matrix ); // 000 + _points[ 1 ].set( this.min.x, this.min.y, this.max.z ).applyMatrix4( matrix ); // 001 + _points[ 2 ].set( this.min.x, this.max.y, this.min.z ).applyMatrix4( matrix ); // 010 + _points[ 3 ].set( this.min.x, this.max.y, this.max.z ).applyMatrix4( matrix ); // 011 + _points[ 4 ].set( this.max.x, this.min.y, this.min.z ).applyMatrix4( matrix ); // 100 + _points[ 5 ].set( this.max.x, this.min.y, this.max.z ).applyMatrix4( matrix ); // 101 + _points[ 6 ].set( this.max.x, this.max.y, this.min.z ).applyMatrix4( matrix ); // 110 + _points[ 7 ].set( this.max.x, this.max.y, this.max.z ).applyMatrix4( matrix ); // 111 + + this.setFromPoints( _points ); + + return this; + + } + + translate( offset ) { + + this.min.add( offset ); + this.max.add( offset ); + + return this; + + } + + equals( box ) { + + return box.min.equals( this.min ) && box.max.equals( this.max ); + + } + +} + +Box3.prototype.isBox3 = true; + +const _points = [ + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3(), + /*@__PURE__*/ new Vector3() +]; + +const _vector$b = /*@__PURE__*/ new Vector3(); + +const _box$3 = /*@__PURE__*/ new Box3(); + +// triangle centered vertices + +const _v0$2 = /*@__PURE__*/ new Vector3(); +const _v1$7 = /*@__PURE__*/ new Vector3(); +const _v2$3 = /*@__PURE__*/ new Vector3(); + +// triangle edge vectors + +const _f0 = /*@__PURE__*/ new Vector3(); +const _f1 = /*@__PURE__*/ new Vector3(); +const _f2 = /*@__PURE__*/ new Vector3(); + +const _center = /*@__PURE__*/ new Vector3(); +const _extents = /*@__PURE__*/ new Vector3(); +const _triangleNormal = /*@__PURE__*/ new Vector3(); +const _testAxis = /*@__PURE__*/ new Vector3(); + +function satForAxes( axes, v0, v1, v2, extents ) { + + for ( let i = 0, j = axes.length - 3; i <= j; i += 3 ) { + + _testAxis.fromArray( axes, i ); + // project the aabb onto the seperating axis + const r = extents.x * Math.abs( _testAxis.x ) + extents.y * Math.abs( _testAxis.y ) + extents.z * Math.abs( _testAxis.z ); + // project all 3 vertices of the triangle onto the seperating axis + const p0 = v0.dot( _testAxis ); + const p1 = v1.dot( _testAxis ); + const p2 = v2.dot( _testAxis ); + // actual test, basically see if either of the most extreme of the triangle points intersects r + if ( Math.max( - Math.max( p0, p1, p2 ), Math.min( p0, p1, p2 ) ) > r ) { + + // points of the projected triangle are outside the projected half-length of the aabb + // the axis is seperating and we can exit + return false; + + } + + } + + return true; + +} + +const _box$2 = /*@__PURE__*/ new Box3(); +const _v1$6 = /*@__PURE__*/ new Vector3(); +const _toFarthestPoint = /*@__PURE__*/ new Vector3(); +const _toPoint = /*@__PURE__*/ new Vector3(); + +class Sphere { + + constructor( center = new Vector3(), radius = - 1 ) { + + this.center = center; + this.radius = radius; + + } + + set( center, radius ) { + + this.center.copy( center ); + this.radius = radius; + + return this; + + } + + setFromPoints( points, optionalCenter ) { + + const center = this.center; + + if ( optionalCenter !== undefined ) { + + center.copy( optionalCenter ); + + } else { + + _box$2.setFromPoints( points ).getCenter( center ); + + } + + let maxRadiusSq = 0; + + for ( let i = 0, il = points.length; i < il; i ++ ) { + + maxRadiusSq = Math.max( maxRadiusSq, center.distanceToSquared( points[ i ] ) ); + + } + + this.radius = Math.sqrt( maxRadiusSq ); + + return this; + + } + + copy( sphere ) { + + this.center.copy( sphere.center ); + this.radius = sphere.radius; + + return this; + + } + + isEmpty() { + + return ( this.radius < 0 ); + + } + + makeEmpty() { + + this.center.set( 0, 0, 0 ); + this.radius = - 1; + + return this; + + } + + containsPoint( point ) { + + return ( point.distanceToSquared( this.center ) <= ( this.radius * this.radius ) ); + + } + + distanceToPoint( point ) { + + return ( point.distanceTo( this.center ) - this.radius ); + + } + + intersectsSphere( sphere ) { + + const radiusSum = this.radius + sphere.radius; + + return sphere.center.distanceToSquared( this.center ) <= ( radiusSum * radiusSum ); + + } + + intersectsBox( box ) { + + return box.intersectsSphere( this ); + + } + + intersectsPlane( plane ) { + + return Math.abs( plane.distanceToPoint( this.center ) ) <= this.radius; + + } + + clampPoint( point, target ) { + + const deltaLengthSq = this.center.distanceToSquared( point ); + + target.copy( point ); + + if ( deltaLengthSq > ( this.radius * this.radius ) ) { + + target.sub( this.center ).normalize(); + target.multiplyScalar( this.radius ).add( this.center ); + + } + + return target; + + } + + getBoundingBox( target ) { + + if ( this.isEmpty() ) { + + // Empty sphere produces empty bounding box + target.makeEmpty(); + return target; + + } + + target.set( this.center, this.center ); + target.expandByScalar( this.radius ); + + return target; + + } + + applyMatrix4( matrix ) { + + this.center.applyMatrix4( matrix ); + this.radius = this.radius * matrix.getMaxScaleOnAxis(); + + return this; + + } + + translate( offset ) { + + this.center.add( offset ); + + return this; + + } + + expandByPoint( point ) { + + // from https://github.com/juj/MathGeoLib/blob/2940b99b99cfe575dd45103ef20f4019dee15b54/src/Geometry/Sphere.cpp#L649-L671 + + _toPoint.subVectors( point, this.center ); + + const lengthSq = _toPoint.lengthSq(); + + if ( lengthSq > ( this.radius * this.radius ) ) { + + const length = Math.sqrt( lengthSq ); + const missingRadiusHalf = ( length - this.radius ) * 0.5; + + // Nudge this sphere towards the target point. Add half the missing distance to radius, + // and the other half to position. This gives a tighter enclosure, instead of if + // the whole missing distance were just added to radius. + + this.center.add( _toPoint.multiplyScalar( missingRadiusHalf / length ) ); + this.radius += missingRadiusHalf; + + } + + return this; + + } + + union( sphere ) { + + // from https://github.com/juj/MathGeoLib/blob/2940b99b99cfe575dd45103ef20f4019dee15b54/src/Geometry/Sphere.cpp#L759-L769 + + // To enclose another sphere into this sphere, we only need to enclose two points: + // 1) Enclose the farthest point on the other sphere into this sphere. + // 2) Enclose the opposite point of the farthest point into this sphere. + + _toFarthestPoint.subVectors( sphere.center, this.center ).normalize().multiplyScalar( sphere.radius ); + + this.expandByPoint( _v1$6.copy( sphere.center ).add( _toFarthestPoint ) ); + this.expandByPoint( _v1$6.copy( sphere.center ).sub( _toFarthestPoint ) ); + + return this; + + } + + equals( sphere ) { + + return sphere.center.equals( this.center ) && ( sphere.radius === this.radius ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +const _vector$a = /*@__PURE__*/ new Vector3(); +const _segCenter = /*@__PURE__*/ new Vector3(); +const _segDir = /*@__PURE__*/ new Vector3(); +const _diff = /*@__PURE__*/ new Vector3(); + +const _edge1 = /*@__PURE__*/ new Vector3(); +const _edge2 = /*@__PURE__*/ new Vector3(); +const _normal$1 = /*@__PURE__*/ new Vector3(); + +class Ray { + + constructor( origin = new Vector3(), direction = new Vector3( 0, 0, - 1 ) ) { + + this.origin = origin; + this.direction = direction; + + } + + set( origin, direction ) { + + this.origin.copy( origin ); + this.direction.copy( direction ); + + return this; + + } + + copy( ray ) { + + this.origin.copy( ray.origin ); + this.direction.copy( ray.direction ); + + return this; + + } + + at( t, target ) { + + return target.copy( this.direction ).multiplyScalar( t ).add( this.origin ); + + } + + lookAt( v ) { + + this.direction.copy( v ).sub( this.origin ).normalize(); + + return this; + + } + + recast( t ) { + + this.origin.copy( this.at( t, _vector$a ) ); + + return this; + + } + + closestPointToPoint( point, target ) { + + target.subVectors( point, this.origin ); + + const directionDistance = target.dot( this.direction ); + + if ( directionDistance < 0 ) { + + return target.copy( this.origin ); + + } + + return target.copy( this.direction ).multiplyScalar( directionDistance ).add( this.origin ); + + } + + distanceToPoint( point ) { + + return Math.sqrt( this.distanceSqToPoint( point ) ); + + } + + distanceSqToPoint( point ) { + + const directionDistance = _vector$a.subVectors( point, this.origin ).dot( this.direction ); + + // point behind the ray + + if ( directionDistance < 0 ) { + + return this.origin.distanceToSquared( point ); + + } + + _vector$a.copy( this.direction ).multiplyScalar( directionDistance ).add( this.origin ); + + return _vector$a.distanceToSquared( point ); + + } + + distanceSqToSegment( v0, v1, optionalPointOnRay, optionalPointOnSegment ) { + + // from http://www.geometrictools.com/GTEngine/Include/Mathematics/GteDistRaySegment.h + // It returns the min distance between the ray and the segment + // defined by v0 and v1 + // It can also set two optional targets : + // - The closest point on the ray + // - The closest point on the segment + + _segCenter.copy( v0 ).add( v1 ).multiplyScalar( 0.5 ); + _segDir.copy( v1 ).sub( v0 ).normalize(); + _diff.copy( this.origin ).sub( _segCenter ); + + const segExtent = v0.distanceTo( v1 ) * 0.5; + const a01 = - this.direction.dot( _segDir ); + const b0 = _diff.dot( this.direction ); + const b1 = - _diff.dot( _segDir ); + const c = _diff.lengthSq(); + const det = Math.abs( 1 - a01 * a01 ); + let s0, s1, sqrDist, extDet; + + if ( det > 0 ) { + + // The ray and segment are not parallel. + + s0 = a01 * b1 - b0; + s1 = a01 * b0 - b1; + extDet = segExtent * det; + + if ( s0 >= 0 ) { + + if ( s1 >= - extDet ) { + + if ( s1 <= extDet ) { + + // region 0 + // Minimum at interior points of ray and segment. + + const invDet = 1 / det; + s0 *= invDet; + s1 *= invDet; + sqrDist = s0 * ( s0 + a01 * s1 + 2 * b0 ) + s1 * ( a01 * s0 + s1 + 2 * b1 ) + c; + + } else { + + // region 1 + + s1 = segExtent; + s0 = Math.max( 0, - ( a01 * s1 + b0 ) ); + sqrDist = - s0 * s0 + s1 * ( s1 + 2 * b1 ) + c; + + } + + } else { + + // region 5 + + s1 = - segExtent; + s0 = Math.max( 0, - ( a01 * s1 + b0 ) ); + sqrDist = - s0 * s0 + s1 * ( s1 + 2 * b1 ) + c; + + } + + } else { + + if ( s1 <= - extDet ) { + + // region 4 + + s0 = Math.max( 0, - ( - a01 * segExtent + b0 ) ); + s1 = ( s0 > 0 ) ? - segExtent : Math.min( Math.max( - segExtent, - b1 ), segExtent ); + sqrDist = - s0 * s0 + s1 * ( s1 + 2 * b1 ) + c; + + } else if ( s1 <= extDet ) { + + // region 3 + + s0 = 0; + s1 = Math.min( Math.max( - segExtent, - b1 ), segExtent ); + sqrDist = s1 * ( s1 + 2 * b1 ) + c; + + } else { + + // region 2 + + s0 = Math.max( 0, - ( a01 * segExtent + b0 ) ); + s1 = ( s0 > 0 ) ? segExtent : Math.min( Math.max( - segExtent, - b1 ), segExtent ); + sqrDist = - s0 * s0 + s1 * ( s1 + 2 * b1 ) + c; + + } + + } + + } else { + + // Ray and segment are parallel. + + s1 = ( a01 > 0 ) ? - segExtent : segExtent; + s0 = Math.max( 0, - ( a01 * s1 + b0 ) ); + sqrDist = - s0 * s0 + s1 * ( s1 + 2 * b1 ) + c; + + } + + if ( optionalPointOnRay ) { + + optionalPointOnRay.copy( this.direction ).multiplyScalar( s0 ).add( this.origin ); + + } + + if ( optionalPointOnSegment ) { + + optionalPointOnSegment.copy( _segDir ).multiplyScalar( s1 ).add( _segCenter ); + + } + + return sqrDist; + + } + + intersectSphere( sphere, target ) { + + _vector$a.subVectors( sphere.center, this.origin ); + const tca = _vector$a.dot( this.direction ); + const d2 = _vector$a.dot( _vector$a ) - tca * tca; + const radius2 = sphere.radius * sphere.radius; + + if ( d2 > radius2 ) return null; + + const thc = Math.sqrt( radius2 - d2 ); + + // t0 = first intersect point - entrance on front of sphere + const t0 = tca - thc; + + // t1 = second intersect point - exit point on back of sphere + const t1 = tca + thc; + + // test to see if both t0 and t1 are behind the ray - if so, return null + if ( t0 < 0 && t1 < 0 ) return null; + + // test to see if t0 is behind the ray: + // if it is, the ray is inside the sphere, so return the second exit point scaled by t1, + // in order to always return an intersect point that is in front of the ray. + if ( t0 < 0 ) return this.at( t1, target ); + + // else t0 is in front of the ray, so return the first collision point scaled by t0 + return this.at( t0, target ); + + } + + intersectsSphere( sphere ) { + + return this.distanceSqToPoint( sphere.center ) <= ( sphere.radius * sphere.radius ); + + } + + distanceToPlane( plane ) { + + const denominator = plane.normal.dot( this.direction ); + + if ( denominator === 0 ) { + + // line is coplanar, return origin + if ( plane.distanceToPoint( this.origin ) === 0 ) { + + return 0; + + } + + // Null is preferable to undefined since undefined means.... it is undefined + + return null; + + } + + const t = - ( this.origin.dot( plane.normal ) + plane.constant ) / denominator; + + // Return if the ray never intersects the plane + + return t >= 0 ? t : null; + + } + + intersectPlane( plane, target ) { + + const t = this.distanceToPlane( plane ); + + if ( t === null ) { + + return null; + + } + + return this.at( t, target ); + + } + + intersectsPlane( plane ) { + + // check if the ray lies on the plane first + + const distToPoint = plane.distanceToPoint( this.origin ); + + if ( distToPoint === 0 ) { + + return true; + + } + + const denominator = plane.normal.dot( this.direction ); + + if ( denominator * distToPoint < 0 ) { + + return true; + + } + + // ray origin is behind the plane (and is pointing behind it) + + return false; + + } + + intersectBox( box, target ) { + + let tmin, tmax, tymin, tymax, tzmin, tzmax; + + const invdirx = 1 / this.direction.x, + invdiry = 1 / this.direction.y, + invdirz = 1 / this.direction.z; + + const origin = this.origin; + + if ( invdirx >= 0 ) { + + tmin = ( box.min.x - origin.x ) * invdirx; + tmax = ( box.max.x - origin.x ) * invdirx; + + } else { + + tmin = ( box.max.x - origin.x ) * invdirx; + tmax = ( box.min.x - origin.x ) * invdirx; + + } + + if ( invdiry >= 0 ) { + + tymin = ( box.min.y - origin.y ) * invdiry; + tymax = ( box.max.y - origin.y ) * invdiry; + + } else { + + tymin = ( box.max.y - origin.y ) * invdiry; + tymax = ( box.min.y - origin.y ) * invdiry; + + } + + if ( ( tmin > tymax ) || ( tymin > tmax ) ) return null; + + // These lines also handle the case where tmin or tmax is NaN + // (result of 0 * Infinity). x !== x returns true if x is NaN + + if ( tymin > tmin || tmin !== tmin ) tmin = tymin; + + if ( tymax < tmax || tmax !== tmax ) tmax = tymax; + + if ( invdirz >= 0 ) { + + tzmin = ( box.min.z - origin.z ) * invdirz; + tzmax = ( box.max.z - origin.z ) * invdirz; + + } else { + + tzmin = ( box.max.z - origin.z ) * invdirz; + tzmax = ( box.min.z - origin.z ) * invdirz; + + } + + if ( ( tmin > tzmax ) || ( tzmin > tmax ) ) return null; + + if ( tzmin > tmin || tmin !== tmin ) tmin = tzmin; + + if ( tzmax < tmax || tmax !== tmax ) tmax = tzmax; + + //return point closest to the ray (positive side) + + if ( tmax < 0 ) return null; + + return this.at( tmin >= 0 ? tmin : tmax, target ); + + } + + intersectsBox( box ) { + + return this.intersectBox( box, _vector$a ) !== null; + + } + + intersectTriangle( a, b, c, backfaceCulling, target ) { + + // Compute the offset origin, edges, and normal. + + // from http://www.geometrictools.com/GTEngine/Include/Mathematics/GteIntrRay3Triangle3.h + + _edge1.subVectors( b, a ); + _edge2.subVectors( c, a ); + _normal$1.crossVectors( _edge1, _edge2 ); + + // Solve Q + t*D = b1*E1 + b2*E2 (Q = kDiff, D = ray direction, + // E1 = kEdge1, E2 = kEdge2, N = Cross(E1,E2)) by + // |Dot(D,N)|*b1 = sign(Dot(D,N))*Dot(D,Cross(Q,E2)) + // |Dot(D,N)|*b2 = sign(Dot(D,N))*Dot(D,Cross(E1,Q)) + // |Dot(D,N)|*t = -sign(Dot(D,N))*Dot(Q,N) + let DdN = this.direction.dot( _normal$1 ); + let sign; + + if ( DdN > 0 ) { + + if ( backfaceCulling ) return null; + sign = 1; + + } else if ( DdN < 0 ) { + + sign = - 1; + DdN = - DdN; + + } else { + + return null; + + } + + _diff.subVectors( this.origin, a ); + const DdQxE2 = sign * this.direction.dot( _edge2.crossVectors( _diff, _edge2 ) ); + + // b1 < 0, no intersection + if ( DdQxE2 < 0 ) { + + return null; + + } + + const DdE1xQ = sign * this.direction.dot( _edge1.cross( _diff ) ); + + // b2 < 0, no intersection + if ( DdE1xQ < 0 ) { + + return null; + + } + + // b1+b2 > 1, no intersection + if ( DdQxE2 + DdE1xQ > DdN ) { + + return null; + + } + + // Line intersects triangle, check if ray does. + const QdN = - sign * _diff.dot( _normal$1 ); + + // t < 0, no intersection + if ( QdN < 0 ) { + + return null; + + } + + // Ray intersects triangle. + return this.at( QdN / DdN, target ); + + } + + applyMatrix4( matrix4 ) { + + this.origin.applyMatrix4( matrix4 ); + this.direction.transformDirection( matrix4 ); + + return this; + + } + + equals( ray ) { + + return ray.origin.equals( this.origin ) && ray.direction.equals( this.direction ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +class Matrix4 { + + constructor() { + + this.elements = [ + + 1, 0, 0, 0, + 0, 1, 0, 0, + 0, 0, 1, 0, + 0, 0, 0, 1 + + ]; + + if ( arguments.length > 0 ) { + + console.error( 'THREE.Matrix4: the constructor no longer reads arguments. use .set() instead.' ); + + } + + } + + set( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 ) { + + const te = this.elements; + + te[ 0 ] = n11; te[ 4 ] = n12; te[ 8 ] = n13; te[ 12 ] = n14; + te[ 1 ] = n21; te[ 5 ] = n22; te[ 9 ] = n23; te[ 13 ] = n24; + te[ 2 ] = n31; te[ 6 ] = n32; te[ 10 ] = n33; te[ 14 ] = n34; + te[ 3 ] = n41; te[ 7 ] = n42; te[ 11 ] = n43; te[ 15 ] = n44; + + return this; + + } + + identity() { + + this.set( + + 1, 0, 0, 0, + 0, 1, 0, 0, + 0, 0, 1, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + clone() { + + return new Matrix4().fromArray( this.elements ); + + } + + copy( m ) { + + const te = this.elements; + const me = m.elements; + + te[ 0 ] = me[ 0 ]; te[ 1 ] = me[ 1 ]; te[ 2 ] = me[ 2 ]; te[ 3 ] = me[ 3 ]; + te[ 4 ] = me[ 4 ]; te[ 5 ] = me[ 5 ]; te[ 6 ] = me[ 6 ]; te[ 7 ] = me[ 7 ]; + te[ 8 ] = me[ 8 ]; te[ 9 ] = me[ 9 ]; te[ 10 ] = me[ 10 ]; te[ 11 ] = me[ 11 ]; + te[ 12 ] = me[ 12 ]; te[ 13 ] = me[ 13 ]; te[ 14 ] = me[ 14 ]; te[ 15 ] = me[ 15 ]; + + return this; + + } + + copyPosition( m ) { + + const te = this.elements, me = m.elements; + + te[ 12 ] = me[ 12 ]; + te[ 13 ] = me[ 13 ]; + te[ 14 ] = me[ 14 ]; + + return this; + + } + + setFromMatrix3( m ) { + + const me = m.elements; + + this.set( + + me[ 0 ], me[ 3 ], me[ 6 ], 0, + me[ 1 ], me[ 4 ], me[ 7 ], 0, + me[ 2 ], me[ 5 ], me[ 8 ], 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + extractBasis( xAxis, yAxis, zAxis ) { + + xAxis.setFromMatrixColumn( this, 0 ); + yAxis.setFromMatrixColumn( this, 1 ); + zAxis.setFromMatrixColumn( this, 2 ); + + return this; + + } + + makeBasis( xAxis, yAxis, zAxis ) { + + this.set( + xAxis.x, yAxis.x, zAxis.x, 0, + xAxis.y, yAxis.y, zAxis.y, 0, + xAxis.z, yAxis.z, zAxis.z, 0, + 0, 0, 0, 1 + ); + + return this; + + } + + extractRotation( m ) { + + // this method does not support reflection matrices + + const te = this.elements; + const me = m.elements; + + const scaleX = 1 / _v1$5.setFromMatrixColumn( m, 0 ).length(); + const scaleY = 1 / _v1$5.setFromMatrixColumn( m, 1 ).length(); + const scaleZ = 1 / _v1$5.setFromMatrixColumn( m, 2 ).length(); + + te[ 0 ] = me[ 0 ] * scaleX; + te[ 1 ] = me[ 1 ] * scaleX; + te[ 2 ] = me[ 2 ] * scaleX; + te[ 3 ] = 0; + + te[ 4 ] = me[ 4 ] * scaleY; + te[ 5 ] = me[ 5 ] * scaleY; + te[ 6 ] = me[ 6 ] * scaleY; + te[ 7 ] = 0; + + te[ 8 ] = me[ 8 ] * scaleZ; + te[ 9 ] = me[ 9 ] * scaleZ; + te[ 10 ] = me[ 10 ] * scaleZ; + te[ 11 ] = 0; + + te[ 12 ] = 0; + te[ 13 ] = 0; + te[ 14 ] = 0; + te[ 15 ] = 1; + + return this; + + } + + makeRotationFromEuler( euler ) { + + if ( ! ( euler && euler.isEuler ) ) { + + console.error( 'THREE.Matrix4: .makeRotationFromEuler() now expects a Euler rotation rather than a Vector3 and order.' ); + + } + + const te = this.elements; + + const x = euler.x, y = euler.y, z = euler.z; + const a = Math.cos( x ), b = Math.sin( x ); + const c = Math.cos( y ), d = Math.sin( y ); + const e = Math.cos( z ), f = Math.sin( z ); + + if ( euler.order === 'XYZ' ) { + + const ae = a * e, af = a * f, be = b * e, bf = b * f; + + te[ 0 ] = c * e; + te[ 4 ] = - c * f; + te[ 8 ] = d; + + te[ 1 ] = af + be * d; + te[ 5 ] = ae - bf * d; + te[ 9 ] = - b * c; + + te[ 2 ] = bf - ae * d; + te[ 6 ] = be + af * d; + te[ 10 ] = a * c; + + } else if ( euler.order === 'YXZ' ) { + + const ce = c * e, cf = c * f, de = d * e, df = d * f; + + te[ 0 ] = ce + df * b; + te[ 4 ] = de * b - cf; + te[ 8 ] = a * d; + + te[ 1 ] = a * f; + te[ 5 ] = a * e; + te[ 9 ] = - b; + + te[ 2 ] = cf * b - de; + te[ 6 ] = df + ce * b; + te[ 10 ] = a * c; + + } else if ( euler.order === 'ZXY' ) { + + const ce = c * e, cf = c * f, de = d * e, df = d * f; + + te[ 0 ] = ce - df * b; + te[ 4 ] = - a * f; + te[ 8 ] = de + cf * b; + + te[ 1 ] = cf + de * b; + te[ 5 ] = a * e; + te[ 9 ] = df - ce * b; + + te[ 2 ] = - a * d; + te[ 6 ] = b; + te[ 10 ] = a * c; + + } else if ( euler.order === 'ZYX' ) { + + const ae = a * e, af = a * f, be = b * e, bf = b * f; + + te[ 0 ] = c * e; + te[ 4 ] = be * d - af; + te[ 8 ] = ae * d + bf; + + te[ 1 ] = c * f; + te[ 5 ] = bf * d + ae; + te[ 9 ] = af * d - be; + + te[ 2 ] = - d; + te[ 6 ] = b * c; + te[ 10 ] = a * c; + + } else if ( euler.order === 'YZX' ) { + + const ac = a * c, ad = a * d, bc = b * c, bd = b * d; + + te[ 0 ] = c * e; + te[ 4 ] = bd - ac * f; + te[ 8 ] = bc * f + ad; + + te[ 1 ] = f; + te[ 5 ] = a * e; + te[ 9 ] = - b * e; + + te[ 2 ] = - d * e; + te[ 6 ] = ad * f + bc; + te[ 10 ] = ac - bd * f; + + } else if ( euler.order === 'XZY' ) { + + const ac = a * c, ad = a * d, bc = b * c, bd = b * d; + + te[ 0 ] = c * e; + te[ 4 ] = - f; + te[ 8 ] = d * e; + + te[ 1 ] = ac * f + bd; + te[ 5 ] = a * e; + te[ 9 ] = ad * f - bc; + + te[ 2 ] = bc * f - ad; + te[ 6 ] = b * e; + te[ 10 ] = bd * f + ac; + + } + + // bottom row + te[ 3 ] = 0; + te[ 7 ] = 0; + te[ 11 ] = 0; + + // last column + te[ 12 ] = 0; + te[ 13 ] = 0; + te[ 14 ] = 0; + te[ 15 ] = 1; + + return this; + + } + + makeRotationFromQuaternion( q ) { + + return this.compose( _zero, q, _one ); + + } + + lookAt( eye, target, up ) { + + const te = this.elements; + + _z.subVectors( eye, target ); + + if ( _z.lengthSq() === 0 ) { + + // eye and target are in the same position + + _z.z = 1; + + } + + _z.normalize(); + _x.crossVectors( up, _z ); + + if ( _x.lengthSq() === 0 ) { + + // up and z are parallel + + if ( Math.abs( up.z ) === 1 ) { + + _z.x += 0.0001; + + } else { + + _z.z += 0.0001; + + } + + _z.normalize(); + _x.crossVectors( up, _z ); + + } + + _x.normalize(); + _y.crossVectors( _z, _x ); + + te[ 0 ] = _x.x; te[ 4 ] = _y.x; te[ 8 ] = _z.x; + te[ 1 ] = _x.y; te[ 5 ] = _y.y; te[ 9 ] = _z.y; + te[ 2 ] = _x.z; te[ 6 ] = _y.z; te[ 10 ] = _z.z; + + return this; + + } + + multiply( m, n ) { + + if ( n !== undefined ) { + + console.warn( 'THREE.Matrix4: .multiply() now only accepts one argument. Use .multiplyMatrices( a, b ) instead.' ); + return this.multiplyMatrices( m, n ); + + } + + return this.multiplyMatrices( this, m ); + + } + + premultiply( m ) { + + return this.multiplyMatrices( m, this ); + + } + + multiplyMatrices( a, b ) { + + const ae = a.elements; + const be = b.elements; + const te = this.elements; + + const a11 = ae[ 0 ], a12 = ae[ 4 ], a13 = ae[ 8 ], a14 = ae[ 12 ]; + const a21 = ae[ 1 ], a22 = ae[ 5 ], a23 = ae[ 9 ], a24 = ae[ 13 ]; + const a31 = ae[ 2 ], a32 = ae[ 6 ], a33 = ae[ 10 ], a34 = ae[ 14 ]; + const a41 = ae[ 3 ], a42 = ae[ 7 ], a43 = ae[ 11 ], a44 = ae[ 15 ]; + + const b11 = be[ 0 ], b12 = be[ 4 ], b13 = be[ 8 ], b14 = be[ 12 ]; + const b21 = be[ 1 ], b22 = be[ 5 ], b23 = be[ 9 ], b24 = be[ 13 ]; + const b31 = be[ 2 ], b32 = be[ 6 ], b33 = be[ 10 ], b34 = be[ 14 ]; + const b41 = be[ 3 ], b42 = be[ 7 ], b43 = be[ 11 ], b44 = be[ 15 ]; + + te[ 0 ] = a11 * b11 + a12 * b21 + a13 * b31 + a14 * b41; + te[ 4 ] = a11 * b12 + a12 * b22 + a13 * b32 + a14 * b42; + te[ 8 ] = a11 * b13 + a12 * b23 + a13 * b33 + a14 * b43; + te[ 12 ] = a11 * b14 + a12 * b24 + a13 * b34 + a14 * b44; + + te[ 1 ] = a21 * b11 + a22 * b21 + a23 * b31 + a24 * b41; + te[ 5 ] = a21 * b12 + a22 * b22 + a23 * b32 + a24 * b42; + te[ 9 ] = a21 * b13 + a22 * b23 + a23 * b33 + a24 * b43; + te[ 13 ] = a21 * b14 + a22 * b24 + a23 * b34 + a24 * b44; + + te[ 2 ] = a31 * b11 + a32 * b21 + a33 * b31 + a34 * b41; + te[ 6 ] = a31 * b12 + a32 * b22 + a33 * b32 + a34 * b42; + te[ 10 ] = a31 * b13 + a32 * b23 + a33 * b33 + a34 * b43; + te[ 14 ] = a31 * b14 + a32 * b24 + a33 * b34 + a34 * b44; + + te[ 3 ] = a41 * b11 + a42 * b21 + a43 * b31 + a44 * b41; + te[ 7 ] = a41 * b12 + a42 * b22 + a43 * b32 + a44 * b42; + te[ 11 ] = a41 * b13 + a42 * b23 + a43 * b33 + a44 * b43; + te[ 15 ] = a41 * b14 + a42 * b24 + a43 * b34 + a44 * b44; + + return this; + + } + + multiplyScalar( s ) { + + const te = this.elements; + + te[ 0 ] *= s; te[ 4 ] *= s; te[ 8 ] *= s; te[ 12 ] *= s; + te[ 1 ] *= s; te[ 5 ] *= s; te[ 9 ] *= s; te[ 13 ] *= s; + te[ 2 ] *= s; te[ 6 ] *= s; te[ 10 ] *= s; te[ 14 ] *= s; + te[ 3 ] *= s; te[ 7 ] *= s; te[ 11 ] *= s; te[ 15 ] *= s; + + return this; + + } + + determinant() { + + const te = this.elements; + + const n11 = te[ 0 ], n12 = te[ 4 ], n13 = te[ 8 ], n14 = te[ 12 ]; + const n21 = te[ 1 ], n22 = te[ 5 ], n23 = te[ 9 ], n24 = te[ 13 ]; + const n31 = te[ 2 ], n32 = te[ 6 ], n33 = te[ 10 ], n34 = te[ 14 ]; + const n41 = te[ 3 ], n42 = te[ 7 ], n43 = te[ 11 ], n44 = te[ 15 ]; + + //TODO: make this more efficient + //( based on http://www.euclideanspace.com/maths/algebra/matrix/functions/inverse/fourD/index.htm ) + + return ( + n41 * ( + + n14 * n23 * n32 + - n13 * n24 * n32 + - n14 * n22 * n33 + + n12 * n24 * n33 + + n13 * n22 * n34 + - n12 * n23 * n34 + ) + + n42 * ( + + n11 * n23 * n34 + - n11 * n24 * n33 + + n14 * n21 * n33 + - n13 * n21 * n34 + + n13 * n24 * n31 + - n14 * n23 * n31 + ) + + n43 * ( + + n11 * n24 * n32 + - n11 * n22 * n34 + - n14 * n21 * n32 + + n12 * n21 * n34 + + n14 * n22 * n31 + - n12 * n24 * n31 + ) + + n44 * ( + - n13 * n22 * n31 + - n11 * n23 * n32 + + n11 * n22 * n33 + + n13 * n21 * n32 + - n12 * n21 * n33 + + n12 * n23 * n31 + ) + + ); + + } + + transpose() { + + const te = this.elements; + let tmp; + + tmp = te[ 1 ]; te[ 1 ] = te[ 4 ]; te[ 4 ] = tmp; + tmp = te[ 2 ]; te[ 2 ] = te[ 8 ]; te[ 8 ] = tmp; + tmp = te[ 6 ]; te[ 6 ] = te[ 9 ]; te[ 9 ] = tmp; + + tmp = te[ 3 ]; te[ 3 ] = te[ 12 ]; te[ 12 ] = tmp; + tmp = te[ 7 ]; te[ 7 ] = te[ 13 ]; te[ 13 ] = tmp; + tmp = te[ 11 ]; te[ 11 ] = te[ 14 ]; te[ 14 ] = tmp; + + return this; + + } + + setPosition( x, y, z ) { + + const te = this.elements; + + if ( x.isVector3 ) { + + te[ 12 ] = x.x; + te[ 13 ] = x.y; + te[ 14 ] = x.z; + + } else { + + te[ 12 ] = x; + te[ 13 ] = y; + te[ 14 ] = z; + + } + + return this; + + } + + invert() { + + // based on http://www.euclideanspace.com/maths/algebra/matrix/functions/inverse/fourD/index.htm + const te = this.elements, + + n11 = te[ 0 ], n21 = te[ 1 ], n31 = te[ 2 ], n41 = te[ 3 ], + n12 = te[ 4 ], n22 = te[ 5 ], n32 = te[ 6 ], n42 = te[ 7 ], + n13 = te[ 8 ], n23 = te[ 9 ], n33 = te[ 10 ], n43 = te[ 11 ], + n14 = te[ 12 ], n24 = te[ 13 ], n34 = te[ 14 ], n44 = te[ 15 ], + + t11 = n23 * n34 * n42 - n24 * n33 * n42 + n24 * n32 * n43 - n22 * n34 * n43 - n23 * n32 * n44 + n22 * n33 * n44, + t12 = n14 * n33 * n42 - n13 * n34 * n42 - n14 * n32 * n43 + n12 * n34 * n43 + n13 * n32 * n44 - n12 * n33 * n44, + t13 = n13 * n24 * n42 - n14 * n23 * n42 + n14 * n22 * n43 - n12 * n24 * n43 - n13 * n22 * n44 + n12 * n23 * n44, + t14 = n14 * n23 * n32 - n13 * n24 * n32 - n14 * n22 * n33 + n12 * n24 * n33 + n13 * n22 * n34 - n12 * n23 * n34; + + const det = n11 * t11 + n21 * t12 + n31 * t13 + n41 * t14; + + if ( det === 0 ) return this.set( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); + + const detInv = 1 / det; + + te[ 0 ] = t11 * detInv; + te[ 1 ] = ( n24 * n33 * n41 - n23 * n34 * n41 - n24 * n31 * n43 + n21 * n34 * n43 + n23 * n31 * n44 - n21 * n33 * n44 ) * detInv; + te[ 2 ] = ( n22 * n34 * n41 - n24 * n32 * n41 + n24 * n31 * n42 - n21 * n34 * n42 - n22 * n31 * n44 + n21 * n32 * n44 ) * detInv; + te[ 3 ] = ( n23 * n32 * n41 - n22 * n33 * n41 - n23 * n31 * n42 + n21 * n33 * n42 + n22 * n31 * n43 - n21 * n32 * n43 ) * detInv; + + te[ 4 ] = t12 * detInv; + te[ 5 ] = ( n13 * n34 * n41 - n14 * n33 * n41 + n14 * n31 * n43 - n11 * n34 * n43 - n13 * n31 * n44 + n11 * n33 * n44 ) * detInv; + te[ 6 ] = ( n14 * n32 * n41 - n12 * n34 * n41 - n14 * n31 * n42 + n11 * n34 * n42 + n12 * n31 * n44 - n11 * n32 * n44 ) * detInv; + te[ 7 ] = ( n12 * n33 * n41 - n13 * n32 * n41 + n13 * n31 * n42 - n11 * n33 * n42 - n12 * n31 * n43 + n11 * n32 * n43 ) * detInv; + + te[ 8 ] = t13 * detInv; + te[ 9 ] = ( n14 * n23 * n41 - n13 * n24 * n41 - n14 * n21 * n43 + n11 * n24 * n43 + n13 * n21 * n44 - n11 * n23 * n44 ) * detInv; + te[ 10 ] = ( n12 * n24 * n41 - n14 * n22 * n41 + n14 * n21 * n42 - n11 * n24 * n42 - n12 * n21 * n44 + n11 * n22 * n44 ) * detInv; + te[ 11 ] = ( n13 * n22 * n41 - n12 * n23 * n41 - n13 * n21 * n42 + n11 * n23 * n42 + n12 * n21 * n43 - n11 * n22 * n43 ) * detInv; + + te[ 12 ] = t14 * detInv; + te[ 13 ] = ( n13 * n24 * n31 - n14 * n23 * n31 + n14 * n21 * n33 - n11 * n24 * n33 - n13 * n21 * n34 + n11 * n23 * n34 ) * detInv; + te[ 14 ] = ( n14 * n22 * n31 - n12 * n24 * n31 - n14 * n21 * n32 + n11 * n24 * n32 + n12 * n21 * n34 - n11 * n22 * n34 ) * detInv; + te[ 15 ] = ( n12 * n23 * n31 - n13 * n22 * n31 + n13 * n21 * n32 - n11 * n23 * n32 - n12 * n21 * n33 + n11 * n22 * n33 ) * detInv; + + return this; + + } + + scale( v ) { + + const te = this.elements; + const x = v.x, y = v.y, z = v.z; + + te[ 0 ] *= x; te[ 4 ] *= y; te[ 8 ] *= z; + te[ 1 ] *= x; te[ 5 ] *= y; te[ 9 ] *= z; + te[ 2 ] *= x; te[ 6 ] *= y; te[ 10 ] *= z; + te[ 3 ] *= x; te[ 7 ] *= y; te[ 11 ] *= z; + + return this; + + } + + getMaxScaleOnAxis() { + + const te = this.elements; + + const scaleXSq = te[ 0 ] * te[ 0 ] + te[ 1 ] * te[ 1 ] + te[ 2 ] * te[ 2 ]; + const scaleYSq = te[ 4 ] * te[ 4 ] + te[ 5 ] * te[ 5 ] + te[ 6 ] * te[ 6 ]; + const scaleZSq = te[ 8 ] * te[ 8 ] + te[ 9 ] * te[ 9 ] + te[ 10 ] * te[ 10 ]; + + return Math.sqrt( Math.max( scaleXSq, scaleYSq, scaleZSq ) ); + + } + + makeTranslation( x, y, z ) { + + this.set( + + 1, 0, 0, x, + 0, 1, 0, y, + 0, 0, 1, z, + 0, 0, 0, 1 + + ); + + return this; + + } + + makeRotationX( theta ) { + + const c = Math.cos( theta ), s = Math.sin( theta ); + + this.set( + + 1, 0, 0, 0, + 0, c, - s, 0, + 0, s, c, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + makeRotationY( theta ) { + + const c = Math.cos( theta ), s = Math.sin( theta ); + + this.set( + + c, 0, s, 0, + 0, 1, 0, 0, + - s, 0, c, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + makeRotationZ( theta ) { + + const c = Math.cos( theta ), s = Math.sin( theta ); + + this.set( + + c, - s, 0, 0, + s, c, 0, 0, + 0, 0, 1, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + makeRotationAxis( axis, angle ) { + + // Based on http://www.gamedev.net/reference/articles/article1199.asp + + const c = Math.cos( angle ); + const s = Math.sin( angle ); + const t = 1 - c; + const x = axis.x, y = axis.y, z = axis.z; + const tx = t * x, ty = t * y; + + this.set( + + tx * x + c, tx * y - s * z, tx * z + s * y, 0, + tx * y + s * z, ty * y + c, ty * z - s * x, 0, + tx * z - s * y, ty * z + s * x, t * z * z + c, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + makeScale( x, y, z ) { + + this.set( + + x, 0, 0, 0, + 0, y, 0, 0, + 0, 0, z, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + makeShear( xy, xz, yx, yz, zx, zy ) { + + this.set( + + 1, yx, zx, 0, + xy, 1, zy, 0, + xz, yz, 1, 0, + 0, 0, 0, 1 + + ); + + return this; + + } + + compose( position, quaternion, scale ) { + + const te = this.elements; + + const x = quaternion._x, y = quaternion._y, z = quaternion._z, w = quaternion._w; + const x2 = x + x, y2 = y + y, z2 = z + z; + const xx = x * x2, xy = x * y2, xz = x * z2; + const yy = y * y2, yz = y * z2, zz = z * z2; + const wx = w * x2, wy = w * y2, wz = w * z2; + + const sx = scale.x, sy = scale.y, sz = scale.z; + + te[ 0 ] = ( 1 - ( yy + zz ) ) * sx; + te[ 1 ] = ( xy + wz ) * sx; + te[ 2 ] = ( xz - wy ) * sx; + te[ 3 ] = 0; + + te[ 4 ] = ( xy - wz ) * sy; + te[ 5 ] = ( 1 - ( xx + zz ) ) * sy; + te[ 6 ] = ( yz + wx ) * sy; + te[ 7 ] = 0; + + te[ 8 ] = ( xz + wy ) * sz; + te[ 9 ] = ( yz - wx ) * sz; + te[ 10 ] = ( 1 - ( xx + yy ) ) * sz; + te[ 11 ] = 0; + + te[ 12 ] = position.x; + te[ 13 ] = position.y; + te[ 14 ] = position.z; + te[ 15 ] = 1; + + return this; + + } + + decompose( position, quaternion, scale ) { + + const te = this.elements; + + let sx = _v1$5.set( te[ 0 ], te[ 1 ], te[ 2 ] ).length(); + const sy = _v1$5.set( te[ 4 ], te[ 5 ], te[ 6 ] ).length(); + const sz = _v1$5.set( te[ 8 ], te[ 9 ], te[ 10 ] ).length(); + + // if determine is negative, we need to invert one scale + const det = this.determinant(); + if ( det < 0 ) sx = - sx; + + position.x = te[ 12 ]; + position.y = te[ 13 ]; + position.z = te[ 14 ]; + + // scale the rotation part + _m1$2.copy( this ); + + const invSX = 1 / sx; + const invSY = 1 / sy; + const invSZ = 1 / sz; + + _m1$2.elements[ 0 ] *= invSX; + _m1$2.elements[ 1 ] *= invSX; + _m1$2.elements[ 2 ] *= invSX; + + _m1$2.elements[ 4 ] *= invSY; + _m1$2.elements[ 5 ] *= invSY; + _m1$2.elements[ 6 ] *= invSY; + + _m1$2.elements[ 8 ] *= invSZ; + _m1$2.elements[ 9 ] *= invSZ; + _m1$2.elements[ 10 ] *= invSZ; + + quaternion.setFromRotationMatrix( _m1$2 ); + + scale.x = sx; + scale.y = sy; + scale.z = sz; + + return this; + + } + + makePerspective( left, right, top, bottom, near, far ) { + + if ( far === undefined ) { + + console.warn( 'THREE.Matrix4: .makePerspective() has been redefined and has a new signature. Please check the docs.' ); + + } + + const te = this.elements; + const x = 2 * near / ( right - left ); + const y = 2 * near / ( top - bottom ); + + const a = ( right + left ) / ( right - left ); + const b = ( top + bottom ) / ( top - bottom ); + const c = - ( far + near ) / ( far - near ); + const d = - 2 * far * near / ( far - near ); + + te[ 0 ] = x; te[ 4 ] = 0; te[ 8 ] = a; te[ 12 ] = 0; + te[ 1 ] = 0; te[ 5 ] = y; te[ 9 ] = b; te[ 13 ] = 0; + te[ 2 ] = 0; te[ 6 ] = 0; te[ 10 ] = c; te[ 14 ] = d; + te[ 3 ] = 0; te[ 7 ] = 0; te[ 11 ] = - 1; te[ 15 ] = 0; + + return this; + + } + + makeOrthographic( left, right, top, bottom, near, far ) { + + const te = this.elements; + const w = 1.0 / ( right - left ); + const h = 1.0 / ( top - bottom ); + const p = 1.0 / ( far - near ); + + const x = ( right + left ) * w; + const y = ( top + bottom ) * h; + const z = ( far + near ) * p; + + te[ 0 ] = 2 * w; te[ 4 ] = 0; te[ 8 ] = 0; te[ 12 ] = - x; + te[ 1 ] = 0; te[ 5 ] = 2 * h; te[ 9 ] = 0; te[ 13 ] = - y; + te[ 2 ] = 0; te[ 6 ] = 0; te[ 10 ] = - 2 * p; te[ 14 ] = - z; + te[ 3 ] = 0; te[ 7 ] = 0; te[ 11 ] = 0; te[ 15 ] = 1; + + return this; + + } + + equals( matrix ) { + + const te = this.elements; + const me = matrix.elements; + + for ( let i = 0; i < 16; i ++ ) { + + if ( te[ i ] !== me[ i ] ) return false; + + } + + return true; + + } + + fromArray( array, offset = 0 ) { + + for ( let i = 0; i < 16; i ++ ) { + + this.elements[ i ] = array[ i + offset ]; + + } + + return this; + + } + + toArray( array = [], offset = 0 ) { + + const te = this.elements; + + array[ offset ] = te[ 0 ]; + array[ offset + 1 ] = te[ 1 ]; + array[ offset + 2 ] = te[ 2 ]; + array[ offset + 3 ] = te[ 3 ]; + + array[ offset + 4 ] = te[ 4 ]; + array[ offset + 5 ] = te[ 5 ]; + array[ offset + 6 ] = te[ 6 ]; + array[ offset + 7 ] = te[ 7 ]; + + array[ offset + 8 ] = te[ 8 ]; + array[ offset + 9 ] = te[ 9 ]; + array[ offset + 10 ] = te[ 10 ]; + array[ offset + 11 ] = te[ 11 ]; + + array[ offset + 12 ] = te[ 12 ]; + array[ offset + 13 ] = te[ 13 ]; + array[ offset + 14 ] = te[ 14 ]; + array[ offset + 15 ] = te[ 15 ]; + + return array; + + } + +} + +Matrix4.prototype.isMatrix4 = true; + +const _v1$5 = /*@__PURE__*/ new Vector3(); +const _m1$2 = /*@__PURE__*/ new Matrix4(); +const _zero = /*@__PURE__*/ new Vector3( 0, 0, 0 ); +const _one = /*@__PURE__*/ new Vector3( 1, 1, 1 ); +const _x = /*@__PURE__*/ new Vector3(); +const _y = /*@__PURE__*/ new Vector3(); +const _z = /*@__PURE__*/ new Vector3(); + +const _matrix$1 = /*@__PURE__*/ new Matrix4(); +const _quaternion$3 = /*@__PURE__*/ new Quaternion(); + +class Euler { + + constructor( x = 0, y = 0, z = 0, order = Euler.DefaultOrder ) { + + this._x = x; + this._y = y; + this._z = z; + this._order = order; + + } + + get x() { + + return this._x; + + } + + set x( value ) { + + this._x = value; + this._onChangeCallback(); + + } + + get y() { + + return this._y; + + } + + set y( value ) { + + this._y = value; + this._onChangeCallback(); + + } + + get z() { + + return this._z; + + } + + set z( value ) { + + this._z = value; + this._onChangeCallback(); + + } + + get order() { + + return this._order; + + } + + set order( value ) { + + this._order = value; + this._onChangeCallback(); + + } + + set( x, y, z, order = this._order ) { + + this._x = x; + this._y = y; + this._z = z; + this._order = order; + + this._onChangeCallback(); + + return this; + + } + + clone() { + + return new this.constructor( this._x, this._y, this._z, this._order ); + + } + + copy( euler ) { + + this._x = euler._x; + this._y = euler._y; + this._z = euler._z; + this._order = euler._order; + + this._onChangeCallback(); + + return this; + + } + + setFromRotationMatrix( m, order = this._order, update = true ) { + + // assumes the upper 3x3 of m is a pure rotation matrix (i.e, unscaled) + + const te = m.elements; + const m11 = te[ 0 ], m12 = te[ 4 ], m13 = te[ 8 ]; + const m21 = te[ 1 ], m22 = te[ 5 ], m23 = te[ 9 ]; + const m31 = te[ 2 ], m32 = te[ 6 ], m33 = te[ 10 ]; + + switch ( order ) { + + case 'XYZ': + + this._y = Math.asin( clamp( m13, - 1, 1 ) ); + + if ( Math.abs( m13 ) < 0.9999999 ) { + + this._x = Math.atan2( - m23, m33 ); + this._z = Math.atan2( - m12, m11 ); + + } else { + + this._x = Math.atan2( m32, m22 ); + this._z = 0; + + } + + break; + + case 'YXZ': + + this._x = Math.asin( - clamp( m23, - 1, 1 ) ); + + if ( Math.abs( m23 ) < 0.9999999 ) { + + this._y = Math.atan2( m13, m33 ); + this._z = Math.atan2( m21, m22 ); + + } else { + + this._y = Math.atan2( - m31, m11 ); + this._z = 0; + + } + + break; + + case 'ZXY': + + this._x = Math.asin( clamp( m32, - 1, 1 ) ); + + if ( Math.abs( m32 ) < 0.9999999 ) { + + this._y = Math.atan2( - m31, m33 ); + this._z = Math.atan2( - m12, m22 ); + + } else { + + this._y = 0; + this._z = Math.atan2( m21, m11 ); + + } + + break; + + case 'ZYX': + + this._y = Math.asin( - clamp( m31, - 1, 1 ) ); + + if ( Math.abs( m31 ) < 0.9999999 ) { + + this._x = Math.atan2( m32, m33 ); + this._z = Math.atan2( m21, m11 ); + + } else { + + this._x = 0; + this._z = Math.atan2( - m12, m22 ); + + } + + break; + + case 'YZX': + + this._z = Math.asin( clamp( m21, - 1, 1 ) ); + + if ( Math.abs( m21 ) < 0.9999999 ) { + + this._x = Math.atan2( - m23, m22 ); + this._y = Math.atan2( - m31, m11 ); + + } else { + + this._x = 0; + this._y = Math.atan2( m13, m33 ); + + } + + break; + + case 'XZY': + + this._z = Math.asin( - clamp( m12, - 1, 1 ) ); + + if ( Math.abs( m12 ) < 0.9999999 ) { + + this._x = Math.atan2( m32, m22 ); + this._y = Math.atan2( m13, m11 ); + + } else { + + this._x = Math.atan2( - m23, m33 ); + this._y = 0; + + } + + break; + + default: + + console.warn( 'THREE.Euler: .setFromRotationMatrix() encountered an unknown order: ' + order ); + + } + + this._order = order; + + if ( update === true ) this._onChangeCallback(); + + return this; + + } + + setFromQuaternion( q, order, update ) { + + _matrix$1.makeRotationFromQuaternion( q ); + + return this.setFromRotationMatrix( _matrix$1, order, update ); + + } + + setFromVector3( v, order = this._order ) { + + return this.set( v.x, v.y, v.z, order ); + + } + + reorder( newOrder ) { + + // WARNING: this discards revolution information -bhouston + + _quaternion$3.setFromEuler( this ); + + return this.setFromQuaternion( _quaternion$3, newOrder ); + + } + + equals( euler ) { + + return ( euler._x === this._x ) && ( euler._y === this._y ) && ( euler._z === this._z ) && ( euler._order === this._order ); + + } + + fromArray( array ) { + + this._x = array[ 0 ]; + this._y = array[ 1 ]; + this._z = array[ 2 ]; + if ( array[ 3 ] !== undefined ) this._order = array[ 3 ]; + + this._onChangeCallback(); + + return this; + + } + + toArray( array = [], offset = 0 ) { + + array[ offset ] = this._x; + array[ offset + 1 ] = this._y; + array[ offset + 2 ] = this._z; + array[ offset + 3 ] = this._order; + + return array; + + } + + toVector3( optionalResult ) { + + if ( optionalResult ) { + + return optionalResult.set( this._x, this._y, this._z ); + + } else { + + return new Vector3( this._x, this._y, this._z ); + + } + + } + + _onChange( callback ) { + + this._onChangeCallback = callback; + + return this; + + } + + _onChangeCallback() {} + +} + +Euler.prototype.isEuler = true; + +Euler.DefaultOrder = 'XYZ'; +Euler.RotationOrders = [ 'XYZ', 'YZX', 'ZXY', 'XZY', 'YXZ', 'ZYX' ]; + +class Layers { + + constructor() { + + this.mask = 1 | 0; + + } + + set( channel ) { + + this.mask = 1 << channel | 0; + + } + + enable( channel ) { + + this.mask |= 1 << channel | 0; + + } + + enableAll() { + + this.mask = 0xffffffff | 0; + + } + + toggle( channel ) { + + this.mask ^= 1 << channel | 0; + + } + + disable( channel ) { + + this.mask &= ~ ( 1 << channel | 0 ); + + } + + disableAll() { + + this.mask = 0; + + } + + test( layers ) { + + return ( this.mask & layers.mask ) !== 0; + + } + +} + +let _object3DId = 0; + +const _v1$4 = /*@__PURE__*/ new Vector3(); +const _q1 = /*@__PURE__*/ new Quaternion(); +const _m1$1 = /*@__PURE__*/ new Matrix4(); +const _target = /*@__PURE__*/ new Vector3(); + +const _position$3 = /*@__PURE__*/ new Vector3(); +const _scale$2 = /*@__PURE__*/ new Vector3(); +const _quaternion$2 = /*@__PURE__*/ new Quaternion(); + +const _xAxis = /*@__PURE__*/ new Vector3( 1, 0, 0 ); +const _yAxis = /*@__PURE__*/ new Vector3( 0, 1, 0 ); +const _zAxis = /*@__PURE__*/ new Vector3( 0, 0, 1 ); + +const _addedEvent = { type: 'added' }; +const _removedEvent = { type: 'removed' }; + +class Object3D extends EventDispatcher { + + constructor() { + + super(); + + Object.defineProperty( this, 'id', { value: _object3DId ++ } ); + + this.uuid = generateUUID(); + + this.name = ''; + this.type = 'Object3D'; + + this.parent = null; + this.children = []; + + this.up = Object3D.DefaultUp.clone(); + + const position = new Vector3(); + const rotation = new Euler(); + const quaternion = new Quaternion(); + const scale = new Vector3( 1, 1, 1 ); + + function onRotationChange() { + + quaternion.setFromEuler( rotation, false ); + + } + + function onQuaternionChange() { + + rotation.setFromQuaternion( quaternion, undefined, false ); + + } + + rotation._onChange( onRotationChange ); + quaternion._onChange( onQuaternionChange ); + + Object.defineProperties( this, { + position: { + configurable: true, + enumerable: true, + value: position + }, + rotation: { + configurable: true, + enumerable: true, + value: rotation + }, + quaternion: { + configurable: true, + enumerable: true, + value: quaternion + }, + scale: { + configurable: true, + enumerable: true, + value: scale + }, + modelViewMatrix: { + value: new Matrix4() + }, + normalMatrix: { + value: new Matrix3() + } + } ); + + this.matrix = new Matrix4(); + this.matrixWorld = new Matrix4(); + + this.matrixAutoUpdate = Object3D.DefaultMatrixAutoUpdate; + this.matrixWorldNeedsUpdate = false; + + this.layers = new Layers(); + this.visible = true; + + this.castShadow = false; + this.receiveShadow = false; + + this.frustumCulled = true; + this.renderOrder = 0; + + this.animations = []; + + this.userData = {}; + + } + + onBeforeRender() {} + onAfterRender() {} + + applyMatrix4( matrix ) { + + if ( this.matrixAutoUpdate ) this.updateMatrix(); + + this.matrix.premultiply( matrix ); + + this.matrix.decompose( this.position, this.quaternion, this.scale ); + + } + + applyQuaternion( q ) { + + this.quaternion.premultiply( q ); + + return this; + + } + + setRotationFromAxisAngle( axis, angle ) { + + // assumes axis is normalized + + this.quaternion.setFromAxisAngle( axis, angle ); + + } + + setRotationFromEuler( euler ) { + + this.quaternion.setFromEuler( euler, true ); + + } + + setRotationFromMatrix( m ) { + + // assumes the upper 3x3 of m is a pure rotation matrix (i.e, unscaled) + + this.quaternion.setFromRotationMatrix( m ); + + } + + setRotationFromQuaternion( q ) { + + // assumes q is normalized + + this.quaternion.copy( q ); + + } + + rotateOnAxis( axis, angle ) { + + // rotate object on axis in object space + // axis is assumed to be normalized + + _q1.setFromAxisAngle( axis, angle ); + + this.quaternion.multiply( _q1 ); + + return this; + + } + + rotateOnWorldAxis( axis, angle ) { + + // rotate object on axis in world space + // axis is assumed to be normalized + // method assumes no rotated parent + + _q1.setFromAxisAngle( axis, angle ); + + this.quaternion.premultiply( _q1 ); + + return this; + + } + + rotateX( angle ) { + + return this.rotateOnAxis( _xAxis, angle ); + + } + + rotateY( angle ) { + + return this.rotateOnAxis( _yAxis, angle ); + + } + + rotateZ( angle ) { + + return this.rotateOnAxis( _zAxis, angle ); + + } + + translateOnAxis( axis, distance ) { + + // translate object by distance along axis in object space + // axis is assumed to be normalized + + _v1$4.copy( axis ).applyQuaternion( this.quaternion ); + + this.position.add( _v1$4.multiplyScalar( distance ) ); + + return this; + + } + + translateX( distance ) { + + return this.translateOnAxis( _xAxis, distance ); + + } + + translateY( distance ) { + + return this.translateOnAxis( _yAxis, distance ); + + } + + translateZ( distance ) { + + return this.translateOnAxis( _zAxis, distance ); + + } + + localToWorld( vector ) { + + return vector.applyMatrix4( this.matrixWorld ); + + } + + worldToLocal( vector ) { + + return vector.applyMatrix4( _m1$1.copy( this.matrixWorld ).invert() ); + + } + + lookAt( x, y, z ) { + + // This method does not support objects having non-uniformly-scaled parent(s) + + if ( x.isVector3 ) { + + _target.copy( x ); + + } else { + + _target.set( x, y, z ); + + } + + const parent = this.parent; + + this.updateWorldMatrix( true, false ); + + _position$3.setFromMatrixPosition( this.matrixWorld ); + + if ( this.isCamera || this.isLight ) { + + _m1$1.lookAt( _position$3, _target, this.up ); + + } else { + + _m1$1.lookAt( _target, _position$3, this.up ); + + } + + this.quaternion.setFromRotationMatrix( _m1$1 ); + + if ( parent ) { + + _m1$1.extractRotation( parent.matrixWorld ); + _q1.setFromRotationMatrix( _m1$1 ); + this.quaternion.premultiply( _q1.invert() ); + + } + + } + + add( object ) { + + if ( arguments.length > 1 ) { + + for ( let i = 0; i < arguments.length; i ++ ) { + + this.add( arguments[ i ] ); + + } + + return this; + + } + + if ( object === this ) { + + console.error( 'THREE.Object3D.add: object can\'t be added as a child of itself.', object ); + return this; + + } + + if ( object && object.isObject3D ) { + + if ( object.parent !== null ) { + + object.parent.remove( object ); + + } + + object.parent = this; + this.children.push( object ); + + object.dispatchEvent( _addedEvent ); + + } else { + + console.error( 'THREE.Object3D.add: object not an instance of THREE.Object3D.', object ); + + } + + return this; + + } + + remove( object ) { + + if ( arguments.length > 1 ) { + + for ( let i = 0; i < arguments.length; i ++ ) { + + this.remove( arguments[ i ] ); + + } + + return this; + + } + + const index = this.children.indexOf( object ); + + if ( index !== - 1 ) { + + object.parent = null; + this.children.splice( index, 1 ); + + object.dispatchEvent( _removedEvent ); + + } + + return this; + + } + + removeFromParent() { + + const parent = this.parent; + + if ( parent !== null ) { + + parent.remove( this ); + + } + + return this; + + } + + clear() { + + for ( let i = 0; i < this.children.length; i ++ ) { + + const object = this.children[ i ]; + + object.parent = null; + + object.dispatchEvent( _removedEvent ); + + } + + this.children.length = 0; + + return this; + + + } + + attach( object ) { + + // adds object as a child of this, while maintaining the object's world transform + + this.updateWorldMatrix( true, false ); + + _m1$1.copy( this.matrixWorld ).invert(); + + if ( object.parent !== null ) { + + object.parent.updateWorldMatrix( true, false ); + + _m1$1.multiply( object.parent.matrixWorld ); + + } + + object.applyMatrix4( _m1$1 ); + + this.add( object ); + + object.updateWorldMatrix( false, true ); + + return this; + + } + + getObjectById( id ) { + + return this.getObjectByProperty( 'id', id ); + + } + + getObjectByName( name ) { + + return this.getObjectByProperty( 'name', name ); + + } + + getObjectByProperty( name, value ) { + + if ( this[ name ] === value ) return this; + + for ( let i = 0, l = this.children.length; i < l; i ++ ) { + + const child = this.children[ i ]; + const object = child.getObjectByProperty( name, value ); + + if ( object !== undefined ) { + + return object; + + } + + } + + return undefined; + + } + + getWorldPosition( target ) { + + this.updateWorldMatrix( true, false ); + + return target.setFromMatrixPosition( this.matrixWorld ); + + } + + getWorldQuaternion( target ) { + + this.updateWorldMatrix( true, false ); + + this.matrixWorld.decompose( _position$3, target, _scale$2 ); + + return target; + + } + + getWorldScale( target ) { + + this.updateWorldMatrix( true, false ); + + this.matrixWorld.decompose( _position$3, _quaternion$2, target ); + + return target; + + } + + getWorldDirection( target ) { + + this.updateWorldMatrix( true, false ); + + const e = this.matrixWorld.elements; + + return target.set( e[ 8 ], e[ 9 ], e[ 10 ] ).normalize(); + + } + + raycast() {} + + traverse( callback ) { + + callback( this ); + + const children = this.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + children[ i ].traverse( callback ); + + } + + } + + traverseVisible( callback ) { + + if ( this.visible === false ) return; + + callback( this ); + + const children = this.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + children[ i ].traverseVisible( callback ); + + } + + } + + traverseAncestors( callback ) { + + const parent = this.parent; + + if ( parent !== null ) { + + callback( parent ); + + parent.traverseAncestors( callback ); + + } + + } + + updateMatrix() { + + this.matrix.compose( this.position, this.quaternion, this.scale ); + + this.matrixWorldNeedsUpdate = true; + + } + + updateMatrixWorld( force ) { + + if ( this.matrixAutoUpdate ) this.updateMatrix(); + + if ( this.matrixWorldNeedsUpdate || force ) { + + if ( this.parent === null ) { + + this.matrixWorld.copy( this.matrix ); + + } else { + + this.matrixWorld.multiplyMatrices( this.parent.matrixWorld, this.matrix ); + + } + + this.matrixWorldNeedsUpdate = false; + + force = true; + + } + + // update children + + const children = this.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + children[ i ].updateMatrixWorld( force ); + + } + + } + + updateWorldMatrix( updateParents, updateChildren ) { + + const parent = this.parent; + + if ( updateParents === true && parent !== null ) { + + parent.updateWorldMatrix( true, false ); + + } + + if ( this.matrixAutoUpdate ) this.updateMatrix(); + + if ( this.parent === null ) { + + this.matrixWorld.copy( this.matrix ); + + } else { + + this.matrixWorld.multiplyMatrices( this.parent.matrixWorld, this.matrix ); + + } + + // update children + + if ( updateChildren === true ) { + + const children = this.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + children[ i ].updateWorldMatrix( false, true ); + + } + + } + + } + + toJSON( meta ) { + + // meta is a string when called from JSON.stringify + const isRootObject = ( meta === undefined || typeof meta === 'string' ); + + const output = {}; + + // meta is a hash used to collect geometries, materials. + // not providing it implies that this is the root object + // being serialized. + if ( isRootObject ) { + + // initialize meta obj + meta = { + geometries: {}, + materials: {}, + textures: {}, + images: {}, + shapes: {}, + skeletons: {}, + animations: {} + }; + + output.metadata = { + version: 4.5, + type: 'Object', + generator: 'Object3D.toJSON' + }; + + } + + // standard Object3D serialization + + const object = {}; + + object.uuid = this.uuid; + object.type = this.type; + + if ( this.name !== '' ) object.name = this.name; + if ( this.castShadow === true ) object.castShadow = true; + if ( this.receiveShadow === true ) object.receiveShadow = true; + if ( this.visible === false ) object.visible = false; + if ( this.frustumCulled === false ) object.frustumCulled = false; + if ( this.renderOrder !== 0 ) object.renderOrder = this.renderOrder; + if ( JSON.stringify( this.userData ) !== '{}' ) object.userData = this.userData; + + object.layers = this.layers.mask; + object.matrix = this.matrix.toArray(); + + if ( this.matrixAutoUpdate === false ) object.matrixAutoUpdate = false; + + // object specific properties + + if ( this.isInstancedMesh ) { + + object.type = 'InstancedMesh'; + object.count = this.count; + object.instanceMatrix = this.instanceMatrix.toJSON(); + if ( this.instanceColor !== null ) object.instanceColor = this.instanceColor.toJSON(); + + } + + // + + function serialize( library, element ) { + + if ( library[ element.uuid ] === undefined ) { + + library[ element.uuid ] = element.toJSON( meta ); + + } + + return element.uuid; + + } + + if ( this.isScene ) { + + if ( this.background ) { + + if ( this.background.isColor ) { + + object.background = this.background.toJSON(); + + } else if ( this.background.isTexture ) { + + object.background = this.background.toJSON( meta ).uuid; + + } + + } + + if ( this.environment && this.environment.isTexture ) { + + object.environment = this.environment.toJSON( meta ).uuid; + + } + + } else if ( this.isMesh || this.isLine || this.isPoints ) { + + object.geometry = serialize( meta.geometries, this.geometry ); + + const parameters = this.geometry.parameters; + + if ( parameters !== undefined && parameters.shapes !== undefined ) { + + const shapes = parameters.shapes; + + if ( Array.isArray( shapes ) ) { + + for ( let i = 0, l = shapes.length; i < l; i ++ ) { + + const shape = shapes[ i ]; + + serialize( meta.shapes, shape ); + + } + + } else { + + serialize( meta.shapes, shapes ); + + } + + } + + } + + if ( this.isSkinnedMesh ) { + + object.bindMode = this.bindMode; + object.bindMatrix = this.bindMatrix.toArray(); + + if ( this.skeleton !== undefined ) { + + serialize( meta.skeletons, this.skeleton ); + + object.skeleton = this.skeleton.uuid; + + } + + } + + if ( this.material !== undefined ) { + + if ( Array.isArray( this.material ) ) { + + const uuids = []; + + for ( let i = 0, l = this.material.length; i < l; i ++ ) { + + uuids.push( serialize( meta.materials, this.material[ i ] ) ); + + } + + object.material = uuids; + + } else { + + object.material = serialize( meta.materials, this.material ); + + } + + } + + // + + if ( this.children.length > 0 ) { + + object.children = []; + + for ( let i = 0; i < this.children.length; i ++ ) { + + object.children.push( this.children[ i ].toJSON( meta ).object ); + + } + + } + + // + + if ( this.animations.length > 0 ) { + + object.animations = []; + + for ( let i = 0; i < this.animations.length; i ++ ) { + + const animation = this.animations[ i ]; + + object.animations.push( serialize( meta.animations, animation ) ); + + } + + } + + if ( isRootObject ) { + + const geometries = extractFromCache( meta.geometries ); + const materials = extractFromCache( meta.materials ); + const textures = extractFromCache( meta.textures ); + const images = extractFromCache( meta.images ); + const shapes = extractFromCache( meta.shapes ); + const skeletons = extractFromCache( meta.skeletons ); + const animations = extractFromCache( meta.animations ); + + if ( geometries.length > 0 ) output.geometries = geometries; + if ( materials.length > 0 ) output.materials = materials; + if ( textures.length > 0 ) output.textures = textures; + if ( images.length > 0 ) output.images = images; + if ( shapes.length > 0 ) output.shapes = shapes; + if ( skeletons.length > 0 ) output.skeletons = skeletons; + if ( animations.length > 0 ) output.animations = animations; + + } + + output.object = object; + + return output; + + // extract data from the cache hash + // remove metadata on each item + // and return as array + function extractFromCache( cache ) { + + const values = []; + for ( const key in cache ) { + + const data = cache[ key ]; + delete data.metadata; + values.push( data ); + + } + + return values; + + } + + } + + clone( recursive ) { + + return new this.constructor().copy( this, recursive ); + + } + + copy( source, recursive = true ) { + + this.name = source.name; + + this.up.copy( source.up ); + + this.position.copy( source.position ); + this.rotation.order = source.rotation.order; + this.quaternion.copy( source.quaternion ); + this.scale.copy( source.scale ); + + this.matrix.copy( source.matrix ); + this.matrixWorld.copy( source.matrixWorld ); + + this.matrixAutoUpdate = source.matrixAutoUpdate; + this.matrixWorldNeedsUpdate = source.matrixWorldNeedsUpdate; + + this.layers.mask = source.layers.mask; + this.visible = source.visible; + + this.castShadow = source.castShadow; + this.receiveShadow = source.receiveShadow; + + this.frustumCulled = source.frustumCulled; + this.renderOrder = source.renderOrder; + + this.userData = JSON.parse( JSON.stringify( source.userData ) ); + + if ( recursive === true ) { + + for ( let i = 0; i < source.children.length; i ++ ) { + + const child = source.children[ i ]; + this.add( child.clone() ); + + } + + } + + return this; + + } + +} + +Object3D.DefaultUp = new Vector3( 0, 1, 0 ); +Object3D.DefaultMatrixAutoUpdate = true; + +Object3D.prototype.isObject3D = true; + +const _v0$1 = /*@__PURE__*/ new Vector3(); +const _v1$3 = /*@__PURE__*/ new Vector3(); +const _v2$2 = /*@__PURE__*/ new Vector3(); +const _v3$1 = /*@__PURE__*/ new Vector3(); + +const _vab = /*@__PURE__*/ new Vector3(); +const _vac = /*@__PURE__*/ new Vector3(); +const _vbc = /*@__PURE__*/ new Vector3(); +const _vap = /*@__PURE__*/ new Vector3(); +const _vbp = /*@__PURE__*/ new Vector3(); +const _vcp = /*@__PURE__*/ new Vector3(); + +class Triangle { + + constructor( a = new Vector3(), b = new Vector3(), c = new Vector3() ) { + + this.a = a; + this.b = b; + this.c = c; + + } + + static getNormal( a, b, c, target ) { + + target.subVectors( c, b ); + _v0$1.subVectors( a, b ); + target.cross( _v0$1 ); + + const targetLengthSq = target.lengthSq(); + if ( targetLengthSq > 0 ) { + + return target.multiplyScalar( 1 / Math.sqrt( targetLengthSq ) ); + + } + + return target.set( 0, 0, 0 ); + + } + + // static/instance method to calculate barycentric coordinates + // based on: http://www.blackpawn.com/texts/pointinpoly/default.html + static getBarycoord( point, a, b, c, target ) { + + _v0$1.subVectors( c, a ); + _v1$3.subVectors( b, a ); + _v2$2.subVectors( point, a ); + + const dot00 = _v0$1.dot( _v0$1 ); + const dot01 = _v0$1.dot( _v1$3 ); + const dot02 = _v0$1.dot( _v2$2 ); + const dot11 = _v1$3.dot( _v1$3 ); + const dot12 = _v1$3.dot( _v2$2 ); + + const denom = ( dot00 * dot11 - dot01 * dot01 ); + + // collinear or singular triangle + if ( denom === 0 ) { + + // arbitrary location outside of triangle? + // not sure if this is the best idea, maybe should be returning undefined + return target.set( - 2, - 1, - 1 ); + + } + + const invDenom = 1 / denom; + const u = ( dot11 * dot02 - dot01 * dot12 ) * invDenom; + const v = ( dot00 * dot12 - dot01 * dot02 ) * invDenom; + + // barycentric coordinates must always sum to 1 + return target.set( 1 - u - v, v, u ); + + } + + static containsPoint( point, a, b, c ) { + + this.getBarycoord( point, a, b, c, _v3$1 ); + + return ( _v3$1.x >= 0 ) && ( _v3$1.y >= 0 ) && ( ( _v3$1.x + _v3$1.y ) <= 1 ); + + } + + static getUV( point, p1, p2, p3, uv1, uv2, uv3, target ) { + + this.getBarycoord( point, p1, p2, p3, _v3$1 ); + + target.set( 0, 0 ); + target.addScaledVector( uv1, _v3$1.x ); + target.addScaledVector( uv2, _v3$1.y ); + target.addScaledVector( uv3, _v3$1.z ); + + return target; + + } + + static isFrontFacing( a, b, c, direction ) { + + _v0$1.subVectors( c, b ); + _v1$3.subVectors( a, b ); + + // strictly front facing + return ( _v0$1.cross( _v1$3 ).dot( direction ) < 0 ) ? true : false; + + } + + set( a, b, c ) { + + this.a.copy( a ); + this.b.copy( b ); + this.c.copy( c ); + + return this; + + } + + setFromPointsAndIndices( points, i0, i1, i2 ) { + + this.a.copy( points[ i0 ] ); + this.b.copy( points[ i1 ] ); + this.c.copy( points[ i2 ] ); + + return this; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( triangle ) { + + this.a.copy( triangle.a ); + this.b.copy( triangle.b ); + this.c.copy( triangle.c ); + + return this; + + } + + getArea() { + + _v0$1.subVectors( this.c, this.b ); + _v1$3.subVectors( this.a, this.b ); + + return _v0$1.cross( _v1$3 ).length() * 0.5; + + } + + getMidpoint( target ) { + + return target.addVectors( this.a, this.b ).add( this.c ).multiplyScalar( 1 / 3 ); + + } + + getNormal( target ) { + + return Triangle.getNormal( this.a, this.b, this.c, target ); + + } + + getPlane( target ) { + + return target.setFromCoplanarPoints( this.a, this.b, this.c ); + + } + + getBarycoord( point, target ) { + + return Triangle.getBarycoord( point, this.a, this.b, this.c, target ); + + } + + getUV( point, uv1, uv2, uv3, target ) { + + return Triangle.getUV( point, this.a, this.b, this.c, uv1, uv2, uv3, target ); + + } + + containsPoint( point ) { + + return Triangle.containsPoint( point, this.a, this.b, this.c ); + + } + + isFrontFacing( direction ) { + + return Triangle.isFrontFacing( this.a, this.b, this.c, direction ); + + } + + intersectsBox( box ) { + + return box.intersectsTriangle( this ); + + } + + closestPointToPoint( p, target ) { + + const a = this.a, b = this.b, c = this.c; + let v, w; + + // algorithm thanks to Real-Time Collision Detection by Christer Ericson, + // published by Morgan Kaufmann Publishers, (c) 2005 Elsevier Inc., + // under the accompanying license; see chapter 5.1.5 for detailed explanation. + // basically, we're distinguishing which of the voronoi regions of the triangle + // the point lies in with the minimum amount of redundant computation. + + _vab.subVectors( b, a ); + _vac.subVectors( c, a ); + _vap.subVectors( p, a ); + const d1 = _vab.dot( _vap ); + const d2 = _vac.dot( _vap ); + if ( d1 <= 0 && d2 <= 0 ) { + + // vertex region of A; barycentric coords (1, 0, 0) + return target.copy( a ); + + } + + _vbp.subVectors( p, b ); + const d3 = _vab.dot( _vbp ); + const d4 = _vac.dot( _vbp ); + if ( d3 >= 0 && d4 <= d3 ) { + + // vertex region of B; barycentric coords (0, 1, 0) + return target.copy( b ); + + } + + const vc = d1 * d4 - d3 * d2; + if ( vc <= 0 && d1 >= 0 && d3 <= 0 ) { + + v = d1 / ( d1 - d3 ); + // edge region of AB; barycentric coords (1-v, v, 0) + return target.copy( a ).addScaledVector( _vab, v ); + + } + + _vcp.subVectors( p, c ); + const d5 = _vab.dot( _vcp ); + const d6 = _vac.dot( _vcp ); + if ( d6 >= 0 && d5 <= d6 ) { + + // vertex region of C; barycentric coords (0, 0, 1) + return target.copy( c ); + + } + + const vb = d5 * d2 - d1 * d6; + if ( vb <= 0 && d2 >= 0 && d6 <= 0 ) { + + w = d2 / ( d2 - d6 ); + // edge region of AC; barycentric coords (1-w, 0, w) + return target.copy( a ).addScaledVector( _vac, w ); + + } + + const va = d3 * d6 - d5 * d4; + if ( va <= 0 && ( d4 - d3 ) >= 0 && ( d5 - d6 ) >= 0 ) { + + _vbc.subVectors( c, b ); + w = ( d4 - d3 ) / ( ( d4 - d3 ) + ( d5 - d6 ) ); + // edge region of BC; barycentric coords (0, 1-w, w) + return target.copy( b ).addScaledVector( _vbc, w ); // edge region of BC + + } + + // face region + const denom = 1 / ( va + vb + vc ); + // u = va * denom + v = vb * denom; + w = vc * denom; + + return target.copy( a ).addScaledVector( _vab, v ).addScaledVector( _vac, w ); + + } + + equals( triangle ) { + + return triangle.a.equals( this.a ) && triangle.b.equals( this.b ) && triangle.c.equals( this.c ); + + } + +} + +let materialId = 0; + +class Material extends EventDispatcher { + + constructor() { + + super(); + + Object.defineProperty( this, 'id', { value: materialId ++ } ); + + this.uuid = generateUUID(); + + this.name = ''; + this.type = 'Material'; + + this.fog = true; + + this.blending = NormalBlending; + this.side = FrontSide; + this.vertexColors = false; + + this.opacity = 1; + this.transparent = false; + + this.blendSrc = SrcAlphaFactor; + this.blendDst = OneMinusSrcAlphaFactor; + this.blendEquation = AddEquation; + this.blendSrcAlpha = null; + this.blendDstAlpha = null; + this.blendEquationAlpha = null; + + this.depthFunc = LessEqualDepth; + this.depthTest = true; + this.depthWrite = true; + + this.stencilWriteMask = 0xff; + this.stencilFunc = AlwaysStencilFunc; + this.stencilRef = 0; + this.stencilFuncMask = 0xff; + this.stencilFail = KeepStencilOp; + this.stencilZFail = KeepStencilOp; + this.stencilZPass = KeepStencilOp; + this.stencilWrite = false; + + this.clippingPlanes = null; + this.clipIntersection = false; + this.clipShadows = false; + + this.shadowSide = null; + + this.colorWrite = true; + + this.precision = null; // override the renderer's default precision for this material + + this.polygonOffset = false; + this.polygonOffsetFactor = 0; + this.polygonOffsetUnits = 0; + + this.dithering = false; + + this.alphaTest = 0; + this.alphaToCoverage = false; + this.premultipliedAlpha = false; + + this.visible = true; + + this.toneMapped = true; + + this.userData = {}; + + this.version = 0; + + } + + onBuild( /* shaderobject, renderer */ ) {} + + onBeforeCompile( /* shaderobject, renderer */ ) {} + + customProgramCacheKey() { + + return this.onBeforeCompile.toString(); + + } + + setValues( values ) { + + if ( values === undefined ) return; + + for ( const key in values ) { + + const newValue = values[ key ]; + + if ( newValue === undefined ) { + + console.warn( 'THREE.Material: \'' + key + '\' parameter is undefined.' ); + continue; + + } + + // for backward compatability if shading is set in the constructor + if ( key === 'shading' ) { + + console.warn( 'THREE.' + this.type + ': .shading has been removed. Use the boolean .flatShading instead.' ); + this.flatShading = ( newValue === FlatShading ) ? true : false; + continue; + + } + + const currentValue = this[ key ]; + + if ( currentValue === undefined ) { + + console.warn( 'THREE.' + this.type + ': \'' + key + '\' is not a property of this material.' ); + continue; + + } + + if ( currentValue && currentValue.isColor ) { + + currentValue.set( newValue ); + + } else if ( ( currentValue && currentValue.isVector3 ) && ( newValue && newValue.isVector3 ) ) { + + currentValue.copy( newValue ); + + } else { + + this[ key ] = newValue; + + } + + } + + } + + toJSON( meta ) { + + const isRoot = ( meta === undefined || typeof meta === 'string' ); + + if ( isRoot ) { + + meta = { + textures: {}, + images: {} + }; + + } + + const data = { + metadata: { + version: 4.5, + type: 'Material', + generator: 'Material.toJSON' + } + }; + + // standard Material serialization + data.uuid = this.uuid; + data.type = this.type; + + if ( this.name !== '' ) data.name = this.name; + + if ( this.color && this.color.isColor ) data.color = this.color.getHex(); + + if ( this.roughness !== undefined ) data.roughness = this.roughness; + if ( this.metalness !== undefined ) data.metalness = this.metalness; + + if ( this.sheen && this.sheen.isColor ) data.sheen = this.sheen.getHex(); + if ( this.emissive && this.emissive.isColor ) data.emissive = this.emissive.getHex(); + if ( this.emissiveIntensity && this.emissiveIntensity !== 1 ) data.emissiveIntensity = this.emissiveIntensity; + + if ( this.specular && this.specular.isColor ) data.specular = this.specular.getHex(); + if ( this.specularIntensity !== undefined ) data.specularIntensity = this.specularIntensity; + if ( this.specularTint && this.specularTint.isColor ) data.specularTint = this.specularTint.getHex(); + if ( this.shininess !== undefined ) data.shininess = this.shininess; + if ( this.clearcoat !== undefined ) data.clearcoat = this.clearcoat; + if ( this.clearcoatRoughness !== undefined ) data.clearcoatRoughness = this.clearcoatRoughness; + + if ( this.clearcoatMap && this.clearcoatMap.isTexture ) { + + data.clearcoatMap = this.clearcoatMap.toJSON( meta ).uuid; + + } + + if ( this.clearcoatRoughnessMap && this.clearcoatRoughnessMap.isTexture ) { + + data.clearcoatRoughnessMap = this.clearcoatRoughnessMap.toJSON( meta ).uuid; + + } + + if ( this.clearcoatNormalMap && this.clearcoatNormalMap.isTexture ) { + + data.clearcoatNormalMap = this.clearcoatNormalMap.toJSON( meta ).uuid; + data.clearcoatNormalScale = this.clearcoatNormalScale.toArray(); + + } + + if ( this.map && this.map.isTexture ) data.map = this.map.toJSON( meta ).uuid; + if ( this.matcap && this.matcap.isTexture ) data.matcap = this.matcap.toJSON( meta ).uuid; + if ( this.alphaMap && this.alphaMap.isTexture ) data.alphaMap = this.alphaMap.toJSON( meta ).uuid; + + if ( this.lightMap && this.lightMap.isTexture ) { + + data.lightMap = this.lightMap.toJSON( meta ).uuid; + data.lightMapIntensity = this.lightMapIntensity; + + } + + if ( this.aoMap && this.aoMap.isTexture ) { + + data.aoMap = this.aoMap.toJSON( meta ).uuid; + data.aoMapIntensity = this.aoMapIntensity; + + } + + if ( this.bumpMap && this.bumpMap.isTexture ) { + + data.bumpMap = this.bumpMap.toJSON( meta ).uuid; + data.bumpScale = this.bumpScale; + + } + + if ( this.normalMap && this.normalMap.isTexture ) { + + data.normalMap = this.normalMap.toJSON( meta ).uuid; + data.normalMapType = this.normalMapType; + data.normalScale = this.normalScale.toArray(); + + } + + if ( this.displacementMap && this.displacementMap.isTexture ) { + + data.displacementMap = this.displacementMap.toJSON( meta ).uuid; + data.displacementScale = this.displacementScale; + data.displacementBias = this.displacementBias; + + } + + if ( this.roughnessMap && this.roughnessMap.isTexture ) data.roughnessMap = this.roughnessMap.toJSON( meta ).uuid; + if ( this.metalnessMap && this.metalnessMap.isTexture ) data.metalnessMap = this.metalnessMap.toJSON( meta ).uuid; + + if ( this.emissiveMap && this.emissiveMap.isTexture ) data.emissiveMap = this.emissiveMap.toJSON( meta ).uuid; + if ( this.specularMap && this.specularMap.isTexture ) data.specularMap = this.specularMap.toJSON( meta ).uuid; + if ( this.specularIntensityMap && this.specularIntensityMap.isTexture ) data.specularIntensityMap = this.specularIntensityMap.toJSON( meta ).uuid; + if ( this.specularTintMap && this.specularTintMap.isTexture ) data.specularTintMap = this.specularTintMap.toJSON( meta ).uuid; + + if ( this.envMap && this.envMap.isTexture ) { + + data.envMap = this.envMap.toJSON( meta ).uuid; + + if ( this.combine !== undefined ) data.combine = this.combine; + + } + + if ( this.envMapIntensity !== undefined ) data.envMapIntensity = this.envMapIntensity; + if ( this.reflectivity !== undefined ) data.reflectivity = this.reflectivity; + if ( this.refractionRatio !== undefined ) data.refractionRatio = this.refractionRatio; + + if ( this.gradientMap && this.gradientMap.isTexture ) { + + data.gradientMap = this.gradientMap.toJSON( meta ).uuid; + + } + + if ( this.transmission !== undefined ) data.transmission = this.transmission; + if ( this.transmissionMap && this.transmissionMap.isTexture ) data.transmissionMap = this.transmissionMap.toJSON( meta ).uuid; + if ( this.thickness !== undefined ) data.thickness = this.thickness; + if ( this.thicknessMap && this.thicknessMap.isTexture ) data.thicknessMap = this.thicknessMap.toJSON( meta ).uuid; + if ( this.attenuationDistance !== undefined ) data.attenuationDistance = this.attenuationDistance; + if ( this.attenuationTint !== undefined ) data.attenuationTint = this.attenuationTint.getHex(); + + if ( this.size !== undefined ) data.size = this.size; + if ( this.shadowSide !== null ) data.shadowSide = this.shadowSide; + if ( this.sizeAttenuation !== undefined ) data.sizeAttenuation = this.sizeAttenuation; + + if ( this.blending !== NormalBlending ) data.blending = this.blending; + if ( this.side !== FrontSide ) data.side = this.side; + if ( this.vertexColors ) data.vertexColors = true; + + if ( this.opacity < 1 ) data.opacity = this.opacity; + if ( this.transparent === true ) data.transparent = this.transparent; + + data.depthFunc = this.depthFunc; + data.depthTest = this.depthTest; + data.depthWrite = this.depthWrite; + data.colorWrite = this.colorWrite; + + data.stencilWrite = this.stencilWrite; + data.stencilWriteMask = this.stencilWriteMask; + data.stencilFunc = this.stencilFunc; + data.stencilRef = this.stencilRef; + data.stencilFuncMask = this.stencilFuncMask; + data.stencilFail = this.stencilFail; + data.stencilZFail = this.stencilZFail; + data.stencilZPass = this.stencilZPass; + + // rotation (SpriteMaterial) + if ( this.rotation && this.rotation !== 0 ) data.rotation = this.rotation; + + if ( this.polygonOffset === true ) data.polygonOffset = true; + if ( this.polygonOffsetFactor !== 0 ) data.polygonOffsetFactor = this.polygonOffsetFactor; + if ( this.polygonOffsetUnits !== 0 ) data.polygonOffsetUnits = this.polygonOffsetUnits; + + if ( this.linewidth && this.linewidth !== 1 ) data.linewidth = this.linewidth; + if ( this.dashSize !== undefined ) data.dashSize = this.dashSize; + if ( this.gapSize !== undefined ) data.gapSize = this.gapSize; + if ( this.scale !== undefined ) data.scale = this.scale; + + if ( this.dithering === true ) data.dithering = true; + + if ( this.alphaTest > 0 ) data.alphaTest = this.alphaTest; + if ( this.alphaToCoverage === true ) data.alphaToCoverage = this.alphaToCoverage; + if ( this.premultipliedAlpha === true ) data.premultipliedAlpha = this.premultipliedAlpha; + + if ( this.wireframe === true ) data.wireframe = this.wireframe; + if ( this.wireframeLinewidth > 1 ) data.wireframeLinewidth = this.wireframeLinewidth; + if ( this.wireframeLinecap !== 'round' ) data.wireframeLinecap = this.wireframeLinecap; + if ( this.wireframeLinejoin !== 'round' ) data.wireframeLinejoin = this.wireframeLinejoin; + + if ( this.flatShading === true ) data.flatShading = this.flatShading; + + if ( this.visible === false ) data.visible = false; + + if ( this.toneMapped === false ) data.toneMapped = false; + + if ( JSON.stringify( this.userData ) !== '{}' ) data.userData = this.userData; + + // TODO: Copied from Object3D.toJSON + + function extractFromCache( cache ) { + + const values = []; + + for ( const key in cache ) { + + const data = cache[ key ]; + delete data.metadata; + values.push( data ); + + } + + return values; + + } + + if ( isRoot ) { + + const textures = extractFromCache( meta.textures ); + const images = extractFromCache( meta.images ); + + if ( textures.length > 0 ) data.textures = textures; + if ( images.length > 0 ) data.images = images; + + } + + return data; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( source ) { + + this.name = source.name; + + this.fog = source.fog; + + this.blending = source.blending; + this.side = source.side; + this.vertexColors = source.vertexColors; + + this.opacity = source.opacity; + this.transparent = source.transparent; + + this.blendSrc = source.blendSrc; + this.blendDst = source.blendDst; + this.blendEquation = source.blendEquation; + this.blendSrcAlpha = source.blendSrcAlpha; + this.blendDstAlpha = source.blendDstAlpha; + this.blendEquationAlpha = source.blendEquationAlpha; + + this.depthFunc = source.depthFunc; + this.depthTest = source.depthTest; + this.depthWrite = source.depthWrite; + + this.stencilWriteMask = source.stencilWriteMask; + this.stencilFunc = source.stencilFunc; + this.stencilRef = source.stencilRef; + this.stencilFuncMask = source.stencilFuncMask; + this.stencilFail = source.stencilFail; + this.stencilZFail = source.stencilZFail; + this.stencilZPass = source.stencilZPass; + this.stencilWrite = source.stencilWrite; + + const srcPlanes = source.clippingPlanes; + let dstPlanes = null; + + if ( srcPlanes !== null ) { + + const n = srcPlanes.length; + dstPlanes = new Array( n ); + + for ( let i = 0; i !== n; ++ i ) { + + dstPlanes[ i ] = srcPlanes[ i ].clone(); + + } + + } + + this.clippingPlanes = dstPlanes; + this.clipIntersection = source.clipIntersection; + this.clipShadows = source.clipShadows; + + this.shadowSide = source.shadowSide; + + this.colorWrite = source.colorWrite; + + this.precision = source.precision; + + this.polygonOffset = source.polygonOffset; + this.polygonOffsetFactor = source.polygonOffsetFactor; + this.polygonOffsetUnits = source.polygonOffsetUnits; + + this.dithering = source.dithering; + + this.alphaTest = source.alphaTest; + this.alphaToCoverage = source.alphaToCoverage; + this.premultipliedAlpha = source.premultipliedAlpha; + + this.visible = source.visible; + + this.toneMapped = source.toneMapped; + + this.userData = JSON.parse( JSON.stringify( source.userData ) ); + + return this; + + } + + dispose() { + + this.dispatchEvent( { type: 'dispose' } ); + + } + + set needsUpdate( value ) { + + if ( value === true ) this.version ++; + + } + +} + +Material.prototype.isMaterial = true; + +const _colorKeywords = { 'aliceblue': 0xF0F8FF, 'antiquewhite': 0xFAEBD7, 'aqua': 0x00FFFF, 'aquamarine': 0x7FFFD4, 'azure': 0xF0FFFF, + 'beige': 0xF5F5DC, 'bisque': 0xFFE4C4, 'black': 0x000000, 'blanchedalmond': 0xFFEBCD, 'blue': 0x0000FF, 'blueviolet': 0x8A2BE2, + 'brown': 0xA52A2A, 'burlywood': 0xDEB887, 'cadetblue': 0x5F9EA0, 'chartreuse': 0x7FFF00, 'chocolate': 0xD2691E, 'coral': 0xFF7F50, + 'cornflowerblue': 0x6495ED, 'cornsilk': 0xFFF8DC, 'crimson': 0xDC143C, 'cyan': 0x00FFFF, 'darkblue': 0x00008B, 'darkcyan': 0x008B8B, + 'darkgoldenrod': 0xB8860B, 'darkgray': 0xA9A9A9, 'darkgreen': 0x006400, 'darkgrey': 0xA9A9A9, 'darkkhaki': 0xBDB76B, 'darkmagenta': 0x8B008B, + 'darkolivegreen': 0x556B2F, 'darkorange': 0xFF8C00, 'darkorchid': 0x9932CC, 'darkred': 0x8B0000, 'darksalmon': 0xE9967A, 'darkseagreen': 0x8FBC8F, + 'darkslateblue': 0x483D8B, 'darkslategray': 0x2F4F4F, 'darkslategrey': 0x2F4F4F, 'darkturquoise': 0x00CED1, 'darkviolet': 0x9400D3, + 'deeppink': 0xFF1493, 'deepskyblue': 0x00BFFF, 'dimgray': 0x696969, 'dimgrey': 0x696969, 'dodgerblue': 0x1E90FF, 'firebrick': 0xB22222, + 'floralwhite': 0xFFFAF0, 'forestgreen': 0x228B22, 'fuchsia': 0xFF00FF, 'gainsboro': 0xDCDCDC, 'ghostwhite': 0xF8F8FF, 'gold': 0xFFD700, + 'goldenrod': 0xDAA520, 'gray': 0x808080, 'green': 0x008000, 'greenyellow': 0xADFF2F, 'grey': 0x808080, 'honeydew': 0xF0FFF0, 'hotpink': 0xFF69B4, + 'indianred': 0xCD5C5C, 'indigo': 0x4B0082, 'ivory': 0xFFFFF0, 'khaki': 0xF0E68C, 'lavender': 0xE6E6FA, 'lavenderblush': 0xFFF0F5, 'lawngreen': 0x7CFC00, + 'lemonchiffon': 0xFFFACD, 'lightblue': 0xADD8E6, 'lightcoral': 0xF08080, 'lightcyan': 0xE0FFFF, 'lightgoldenrodyellow': 0xFAFAD2, 'lightgray': 0xD3D3D3, + 'lightgreen': 0x90EE90, 'lightgrey': 0xD3D3D3, 'lightpink': 0xFFB6C1, 'lightsalmon': 0xFFA07A, 'lightseagreen': 0x20B2AA, 'lightskyblue': 0x87CEFA, + 'lightslategray': 0x778899, 'lightslategrey': 0x778899, 'lightsteelblue': 0xB0C4DE, 'lightyellow': 0xFFFFE0, 'lime': 0x00FF00, 'limegreen': 0x32CD32, + 'linen': 0xFAF0E6, 'magenta': 0xFF00FF, 'maroon': 0x800000, 'mediumaquamarine': 0x66CDAA, 'mediumblue': 0x0000CD, 'mediumorchid': 0xBA55D3, + 'mediumpurple': 0x9370DB, 'mediumseagreen': 0x3CB371, 'mediumslateblue': 0x7B68EE, 'mediumspringgreen': 0x00FA9A, 'mediumturquoise': 0x48D1CC, + 'mediumvioletred': 0xC71585, 'midnightblue': 0x191970, 'mintcream': 0xF5FFFA, 'mistyrose': 0xFFE4E1, 'moccasin': 0xFFE4B5, 'navajowhite': 0xFFDEAD, + 'navy': 0x000080, 'oldlace': 0xFDF5E6, 'olive': 0x808000, 'olivedrab': 0x6B8E23, 'orange': 0xFFA500, 'orangered': 0xFF4500, 'orchid': 0xDA70D6, + 'palegoldenrod': 0xEEE8AA, 'palegreen': 0x98FB98, 'paleturquoise': 0xAFEEEE, 'palevioletred': 0xDB7093, 'papayawhip': 0xFFEFD5, 'peachpuff': 0xFFDAB9, + 'peru': 0xCD853F, 'pink': 0xFFC0CB, 'plum': 0xDDA0DD, 'powderblue': 0xB0E0E6, 'purple': 0x800080, 'rebeccapurple': 0x663399, 'red': 0xFF0000, 'rosybrown': 0xBC8F8F, + 'royalblue': 0x4169E1, 'saddlebrown': 0x8B4513, 'salmon': 0xFA8072, 'sandybrown': 0xF4A460, 'seagreen': 0x2E8B57, 'seashell': 0xFFF5EE, + 'sienna': 0xA0522D, 'silver': 0xC0C0C0, 'skyblue': 0x87CEEB, 'slateblue': 0x6A5ACD, 'slategray': 0x708090, 'slategrey': 0x708090, 'snow': 0xFFFAFA, + 'springgreen': 0x00FF7F, 'steelblue': 0x4682B4, 'tan': 0xD2B48C, 'teal': 0x008080, 'thistle': 0xD8BFD8, 'tomato': 0xFF6347, 'turquoise': 0x40E0D0, + 'violet': 0xEE82EE, 'wheat': 0xF5DEB3, 'white': 0xFFFFFF, 'whitesmoke': 0xF5F5F5, 'yellow': 0xFFFF00, 'yellowgreen': 0x9ACD32 }; + +const _hslA = { h: 0, s: 0, l: 0 }; +const _hslB = { h: 0, s: 0, l: 0 }; + +function hue2rgb( p, q, t ) { + + if ( t < 0 ) t += 1; + if ( t > 1 ) t -= 1; + if ( t < 1 / 6 ) return p + ( q - p ) * 6 * t; + if ( t < 1 / 2 ) return q; + if ( t < 2 / 3 ) return p + ( q - p ) * 6 * ( 2 / 3 - t ); + return p; + +} + +function SRGBToLinear( c ) { + + return ( c < 0.04045 ) ? c * 0.0773993808 : Math.pow( c * 0.9478672986 + 0.0521327014, 2.4 ); + +} + +function LinearToSRGB( c ) { + + return ( c < 0.0031308 ) ? c * 12.92 : 1.055 * ( Math.pow( c, 0.41666 ) ) - 0.055; + +} + +class Color { + + constructor( r, g, b ) { + + if ( g === undefined && b === undefined ) { + + // r is THREE.Color, hex or string + return this.set( r ); + + } + + return this.setRGB( r, g, b ); + + } + + set( value ) { + + if ( value && value.isColor ) { + + this.copy( value ); + + } else if ( typeof value === 'number' ) { + + this.setHex( value ); + + } else if ( typeof value === 'string' ) { + + this.setStyle( value ); + + } + + return this; + + } + + setScalar( scalar ) { + + this.r = scalar; + this.g = scalar; + this.b = scalar; + + return this; + + } + + setHex( hex ) { + + hex = Math.floor( hex ); + + this.r = ( hex >> 16 & 255 ) / 255; + this.g = ( hex >> 8 & 255 ) / 255; + this.b = ( hex & 255 ) / 255; + + return this; + + } + + setRGB( r, g, b ) { + + this.r = r; + this.g = g; + this.b = b; + + return this; + + } + + setHSL( h, s, l ) { + + // h,s,l ranges are in 0.0 - 1.0 + h = euclideanModulo( h, 1 ); + s = clamp( s, 0, 1 ); + l = clamp( l, 0, 1 ); + + if ( s === 0 ) { + + this.r = this.g = this.b = l; + + } else { + + const p = l <= 0.5 ? l * ( 1 + s ) : l + s - ( l * s ); + const q = ( 2 * l ) - p; + + this.r = hue2rgb( q, p, h + 1 / 3 ); + this.g = hue2rgb( q, p, h ); + this.b = hue2rgb( q, p, h - 1 / 3 ); + + } + + return this; + + } + + setStyle( style ) { + + function handleAlpha( string ) { + + if ( string === undefined ) return; + + if ( parseFloat( string ) < 1 ) { + + console.warn( 'THREE.Color: Alpha component of ' + style + ' will be ignored.' ); + + } + + } + + + let m; + + if ( m = /^((?:rgb|hsl)a?)\(([^\)]*)\)/.exec( style ) ) { + + // rgb / hsl + + let color; + const name = m[ 1 ]; + const components = m[ 2 ]; + + switch ( name ) { + + case 'rgb': + case 'rgba': + + if ( color = /^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec( components ) ) { + + // rgb(255,0,0) rgba(255,0,0,0.5) + this.r = Math.min( 255, parseInt( color[ 1 ], 10 ) ) / 255; + this.g = Math.min( 255, parseInt( color[ 2 ], 10 ) ) / 255; + this.b = Math.min( 255, parseInt( color[ 3 ], 10 ) ) / 255; + + handleAlpha( color[ 4 ] ); + + return this; + + } + + if ( color = /^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec( components ) ) { + + // rgb(100%,0%,0%) rgba(100%,0%,0%,0.5) + this.r = Math.min( 100, parseInt( color[ 1 ], 10 ) ) / 100; + this.g = Math.min( 100, parseInt( color[ 2 ], 10 ) ) / 100; + this.b = Math.min( 100, parseInt( color[ 3 ], 10 ) ) / 100; + + handleAlpha( color[ 4 ] ); + + return this; + + } + + break; + + case 'hsl': + case 'hsla': + + if ( color = /^\s*(\d*\.?\d+)\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec( components ) ) { + + // hsl(120,50%,50%) hsla(120,50%,50%,0.5) + const h = parseFloat( color[ 1 ] ) / 360; + const s = parseInt( color[ 2 ], 10 ) / 100; + const l = parseInt( color[ 3 ], 10 ) / 100; + + handleAlpha( color[ 4 ] ); + + return this.setHSL( h, s, l ); + + } + + break; + + } + + } else if ( m = /^\#([A-Fa-f\d]+)$/.exec( style ) ) { + + // hex color + + const hex = m[ 1 ]; + const size = hex.length; + + if ( size === 3 ) { + + // #ff0 + this.r = parseInt( hex.charAt( 0 ) + hex.charAt( 0 ), 16 ) / 255; + this.g = parseInt( hex.charAt( 1 ) + hex.charAt( 1 ), 16 ) / 255; + this.b = parseInt( hex.charAt( 2 ) + hex.charAt( 2 ), 16 ) / 255; + + return this; + + } else if ( size === 6 ) { + + // #ff0000 + this.r = parseInt( hex.charAt( 0 ) + hex.charAt( 1 ), 16 ) / 255; + this.g = parseInt( hex.charAt( 2 ) + hex.charAt( 3 ), 16 ) / 255; + this.b = parseInt( hex.charAt( 4 ) + hex.charAt( 5 ), 16 ) / 255; + + return this; + + } + + } + + if ( style && style.length > 0 ) { + + return this.setColorName( style ); + + } + + return this; + + } + + setColorName( style ) { + + // color keywords + const hex = _colorKeywords[ style.toLowerCase() ]; + + if ( hex !== undefined ) { + + // red + this.setHex( hex ); + + } else { + + // unknown color + console.warn( 'THREE.Color: Unknown color ' + style ); + + } + + return this; + + } + + clone() { + + return new this.constructor( this.r, this.g, this.b ); + + } + + copy( color ) { + + this.r = color.r; + this.g = color.g; + this.b = color.b; + + return this; + + } + + copyGammaToLinear( color, gammaFactor = 2.0 ) { + + this.r = Math.pow( color.r, gammaFactor ); + this.g = Math.pow( color.g, gammaFactor ); + this.b = Math.pow( color.b, gammaFactor ); + + return this; + + } + + copyLinearToGamma( color, gammaFactor = 2.0 ) { + + const safeInverse = ( gammaFactor > 0 ) ? ( 1.0 / gammaFactor ) : 1.0; + + this.r = Math.pow( color.r, safeInverse ); + this.g = Math.pow( color.g, safeInverse ); + this.b = Math.pow( color.b, safeInverse ); + + return this; + + } + + convertGammaToLinear( gammaFactor ) { + + this.copyGammaToLinear( this, gammaFactor ); + + return this; + + } + + convertLinearToGamma( gammaFactor ) { + + this.copyLinearToGamma( this, gammaFactor ); + + return this; + + } + + copySRGBToLinear( color ) { + + this.r = SRGBToLinear( color.r ); + this.g = SRGBToLinear( color.g ); + this.b = SRGBToLinear( color.b ); + + return this; + + } + + copyLinearToSRGB( color ) { + + this.r = LinearToSRGB( color.r ); + this.g = LinearToSRGB( color.g ); + this.b = LinearToSRGB( color.b ); + + return this; + + } + + convertSRGBToLinear() { + + this.copySRGBToLinear( this ); + + return this; + + } + + convertLinearToSRGB() { + + this.copyLinearToSRGB( this ); + + return this; + + } + + getHex() { + + return ( this.r * 255 ) << 16 ^ ( this.g * 255 ) << 8 ^ ( this.b * 255 ) << 0; + + } + + getHexString() { + + return ( '000000' + this.getHex().toString( 16 ) ).slice( - 6 ); + + } + + getHSL( target ) { + + // h,s,l ranges are in 0.0 - 1.0 + + const r = this.r, g = this.g, b = this.b; + + const max = Math.max( r, g, b ); + const min = Math.min( r, g, b ); + + let hue, saturation; + const lightness = ( min + max ) / 2.0; + + if ( min === max ) { + + hue = 0; + saturation = 0; + + } else { + + const delta = max - min; + + saturation = lightness <= 0.5 ? delta / ( max + min ) : delta / ( 2 - max - min ); + + switch ( max ) { + + case r: hue = ( g - b ) / delta + ( g < b ? 6 : 0 ); break; + case g: hue = ( b - r ) / delta + 2; break; + case b: hue = ( r - g ) / delta + 4; break; + + } + + hue /= 6; + + } + + target.h = hue; + target.s = saturation; + target.l = lightness; + + return target; + + } + + getStyle() { + + return 'rgb(' + ( ( this.r * 255 ) | 0 ) + ',' + ( ( this.g * 255 ) | 0 ) + ',' + ( ( this.b * 255 ) | 0 ) + ')'; + + } + + offsetHSL( h, s, l ) { + + this.getHSL( _hslA ); + + _hslA.h += h; _hslA.s += s; _hslA.l += l; + + this.setHSL( _hslA.h, _hslA.s, _hslA.l ); + + return this; + + } + + add( color ) { + + this.r += color.r; + this.g += color.g; + this.b += color.b; + + return this; + + } + + addColors( color1, color2 ) { + + this.r = color1.r + color2.r; + this.g = color1.g + color2.g; + this.b = color1.b + color2.b; + + return this; + + } + + addScalar( s ) { + + this.r += s; + this.g += s; + this.b += s; + + return this; + + } + + sub( color ) { + + this.r = Math.max( 0, this.r - color.r ); + this.g = Math.max( 0, this.g - color.g ); + this.b = Math.max( 0, this.b - color.b ); + + return this; + + } + + multiply( color ) { + + this.r *= color.r; + this.g *= color.g; + this.b *= color.b; + + return this; + + } + + multiplyScalar( s ) { + + this.r *= s; + this.g *= s; + this.b *= s; + + return this; + + } + + lerp( color, alpha ) { + + this.r += ( color.r - this.r ) * alpha; + this.g += ( color.g - this.g ) * alpha; + this.b += ( color.b - this.b ) * alpha; + + return this; + + } + + lerpColors( color1, color2, alpha ) { + + this.r = color1.r + ( color2.r - color1.r ) * alpha; + this.g = color1.g + ( color2.g - color1.g ) * alpha; + this.b = color1.b + ( color2.b - color1.b ) * alpha; + + return this; + + } + + lerpHSL( color, alpha ) { + + this.getHSL( _hslA ); + color.getHSL( _hslB ); + + const h = lerp( _hslA.h, _hslB.h, alpha ); + const s = lerp( _hslA.s, _hslB.s, alpha ); + const l = lerp( _hslA.l, _hslB.l, alpha ); + + this.setHSL( h, s, l ); + + return this; + + } + + equals( c ) { + + return ( c.r === this.r ) && ( c.g === this.g ) && ( c.b === this.b ); + + } + + fromArray( array, offset = 0 ) { + + this.r = array[ offset ]; + this.g = array[ offset + 1 ]; + this.b = array[ offset + 2 ]; + + return this; + + } + + toArray( array = [], offset = 0 ) { + + array[ offset ] = this.r; + array[ offset + 1 ] = this.g; + array[ offset + 2 ] = this.b; + + return array; + + } + + fromBufferAttribute( attribute, index ) { + + this.r = attribute.getX( index ); + this.g = attribute.getY( index ); + this.b = attribute.getZ( index ); + + if ( attribute.normalized === true ) { + + // assuming Uint8Array + + this.r /= 255; + this.g /= 255; + this.b /= 255; + + } + + return this; + + } + + toJSON() { + + return this.getHex(); + + } + +} + +Color.NAMES = _colorKeywords; + +Color.prototype.isColor = true; +Color.prototype.r = 1; +Color.prototype.g = 1; +Color.prototype.b = 1; + +/** + * parameters = { + * color: , + * opacity: , + * map: new THREE.Texture( ), + * + * lightMap: new THREE.Texture( ), + * lightMapIntensity: + * + * aoMap: new THREE.Texture( ), + * aoMapIntensity: + * + * specularMap: new THREE.Texture( ), + * + * alphaMap: new THREE.Texture( ), + * + * envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ), + * combine: THREE.Multiply, + * reflectivity: , + * refractionRatio: , + * + * depthTest: , + * depthWrite: , + * + * wireframe: , + * wireframeLinewidth: , + * } + */ + +class MeshBasicMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'MeshBasicMaterial'; + + this.color = new Color( 0xffffff ); // emissive + + this.map = null; + + this.lightMap = null; + this.lightMapIntensity = 1.0; + + this.aoMap = null; + this.aoMapIntensity = 1.0; + + this.specularMap = null; + + this.alphaMap = null; + + this.envMap = null; + this.combine = MultiplyOperation; + this.reflectivity = 1; + this.refractionRatio = 0.98; + + this.wireframe = false; + this.wireframeLinewidth = 1; + this.wireframeLinecap = 'round'; + this.wireframeLinejoin = 'round'; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + this.map = source.map; + + this.lightMap = source.lightMap; + this.lightMapIntensity = source.lightMapIntensity; + + this.aoMap = source.aoMap; + this.aoMapIntensity = source.aoMapIntensity; + + this.specularMap = source.specularMap; + + this.alphaMap = source.alphaMap; + + this.envMap = source.envMap; + this.combine = source.combine; + this.reflectivity = source.reflectivity; + this.refractionRatio = source.refractionRatio; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + this.wireframeLinecap = source.wireframeLinecap; + this.wireframeLinejoin = source.wireframeLinejoin; + + return this; + + } + +} + +MeshBasicMaterial.prototype.isMeshBasicMaterial = true; + +const _vector$9 = /*@__PURE__*/ new Vector3(); +const _vector2$1 = /*@__PURE__*/ new Vector2(); + +class BufferAttribute { + + constructor( array, itemSize, normalized ) { + + if ( Array.isArray( array ) ) { + + throw new TypeError( 'THREE.BufferAttribute: array should be a Typed Array.' ); + + } + + this.name = ''; + + this.array = array; + this.itemSize = itemSize; + this.count = array !== undefined ? array.length / itemSize : 0; + this.normalized = normalized === true; + + this.usage = StaticDrawUsage; + this.updateRange = { offset: 0, count: - 1 }; + + this.version = 0; + + } + + onUploadCallback() {} + + set needsUpdate( value ) { + + if ( value === true ) this.version ++; + + } + + setUsage( value ) { + + this.usage = value; + + return this; + + } + + copy( source ) { + + this.name = source.name; + this.array = new source.array.constructor( source.array ); + this.itemSize = source.itemSize; + this.count = source.count; + this.normalized = source.normalized; + + this.usage = source.usage; + + return this; + + } + + copyAt( index1, attribute, index2 ) { + + index1 *= this.itemSize; + index2 *= attribute.itemSize; + + for ( let i = 0, l = this.itemSize; i < l; i ++ ) { + + this.array[ index1 + i ] = attribute.array[ index2 + i ]; + + } + + return this; + + } + + copyArray( array ) { + + this.array.set( array ); + + return this; + + } + + copyColorsArray( colors ) { + + const array = this.array; + let offset = 0; + + for ( let i = 0, l = colors.length; i < l; i ++ ) { + + let color = colors[ i ]; + + if ( color === undefined ) { + + console.warn( 'THREE.BufferAttribute.copyColorsArray(): color is undefined', i ); + color = new Color(); + + } + + array[ offset ++ ] = color.r; + array[ offset ++ ] = color.g; + array[ offset ++ ] = color.b; + + } + + return this; + + } + + copyVector2sArray( vectors ) { + + const array = this.array; + let offset = 0; + + for ( let i = 0, l = vectors.length; i < l; i ++ ) { + + let vector = vectors[ i ]; + + if ( vector === undefined ) { + + console.warn( 'THREE.BufferAttribute.copyVector2sArray(): vector is undefined', i ); + vector = new Vector2(); + + } + + array[ offset ++ ] = vector.x; + array[ offset ++ ] = vector.y; + + } + + return this; + + } + + copyVector3sArray( vectors ) { + + const array = this.array; + let offset = 0; + + for ( let i = 0, l = vectors.length; i < l; i ++ ) { + + let vector = vectors[ i ]; + + if ( vector === undefined ) { + + console.warn( 'THREE.BufferAttribute.copyVector3sArray(): vector is undefined', i ); + vector = new Vector3(); + + } + + array[ offset ++ ] = vector.x; + array[ offset ++ ] = vector.y; + array[ offset ++ ] = vector.z; + + } + + return this; + + } + + copyVector4sArray( vectors ) { + + const array = this.array; + let offset = 0; + + for ( let i = 0, l = vectors.length; i < l; i ++ ) { + + let vector = vectors[ i ]; + + if ( vector === undefined ) { + + console.warn( 'THREE.BufferAttribute.copyVector4sArray(): vector is undefined', i ); + vector = new Vector4(); + + } + + array[ offset ++ ] = vector.x; + array[ offset ++ ] = vector.y; + array[ offset ++ ] = vector.z; + array[ offset ++ ] = vector.w; + + } + + return this; + + } + + applyMatrix3( m ) { + + if ( this.itemSize === 2 ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector2$1.fromBufferAttribute( this, i ); + _vector2$1.applyMatrix3( m ); + + this.setXY( i, _vector2$1.x, _vector2$1.y ); + + } + + } else if ( this.itemSize === 3 ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector$9.fromBufferAttribute( this, i ); + _vector$9.applyMatrix3( m ); + + this.setXYZ( i, _vector$9.x, _vector$9.y, _vector$9.z ); + + } + + } + + return this; + + } + + applyMatrix4( m ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector$9.x = this.getX( i ); + _vector$9.y = this.getY( i ); + _vector$9.z = this.getZ( i ); + + _vector$9.applyMatrix4( m ); + + this.setXYZ( i, _vector$9.x, _vector$9.y, _vector$9.z ); + + } + + return this; + + } + + applyNormalMatrix( m ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector$9.x = this.getX( i ); + _vector$9.y = this.getY( i ); + _vector$9.z = this.getZ( i ); + + _vector$9.applyNormalMatrix( m ); + + this.setXYZ( i, _vector$9.x, _vector$9.y, _vector$9.z ); + + } + + return this; + + } + + transformDirection( m ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector$9.x = this.getX( i ); + _vector$9.y = this.getY( i ); + _vector$9.z = this.getZ( i ); + + _vector$9.transformDirection( m ); + + this.setXYZ( i, _vector$9.x, _vector$9.y, _vector$9.z ); + + } + + return this; + + } + + set( value, offset = 0 ) { + + this.array.set( value, offset ); + + return this; + + } + + getX( index ) { + + return this.array[ index * this.itemSize ]; + + } + + setX( index, x ) { + + this.array[ index * this.itemSize ] = x; + + return this; + + } + + getY( index ) { + + return this.array[ index * this.itemSize + 1 ]; + + } + + setY( index, y ) { + + this.array[ index * this.itemSize + 1 ] = y; + + return this; + + } + + getZ( index ) { + + return this.array[ index * this.itemSize + 2 ]; + + } + + setZ( index, z ) { + + this.array[ index * this.itemSize + 2 ] = z; + + return this; + + } + + getW( index ) { + + return this.array[ index * this.itemSize + 3 ]; + + } + + setW( index, w ) { + + this.array[ index * this.itemSize + 3 ] = w; + + return this; + + } + + setXY( index, x, y ) { + + index *= this.itemSize; + + this.array[ index + 0 ] = x; + this.array[ index + 1 ] = y; + + return this; + + } + + setXYZ( index, x, y, z ) { + + index *= this.itemSize; + + this.array[ index + 0 ] = x; + this.array[ index + 1 ] = y; + this.array[ index + 2 ] = z; + + return this; + + } + + setXYZW( index, x, y, z, w ) { + + index *= this.itemSize; + + this.array[ index + 0 ] = x; + this.array[ index + 1 ] = y; + this.array[ index + 2 ] = z; + this.array[ index + 3 ] = w; + + return this; + + } + + onUpload( callback ) { + + this.onUploadCallback = callback; + + return this; + + } + + clone() { + + return new this.constructor( this.array, this.itemSize ).copy( this ); + + } + + toJSON() { + + const data = { + itemSize: this.itemSize, + type: this.array.constructor.name, + array: Array.prototype.slice.call( this.array ), + normalized: this.normalized + }; + + if ( this.name !== '' ) data.name = this.name; + if ( this.usage !== StaticDrawUsage ) data.usage = this.usage; + if ( this.updateRange.offset !== 0 || this.updateRange.count !== - 1 ) data.updateRange = this.updateRange; + + return data; + + } + +} + +BufferAttribute.prototype.isBufferAttribute = true; + +// + +class Int8BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Int8Array( array ), itemSize, normalized ); + + } + +} + +class Uint8BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Uint8Array( array ), itemSize, normalized ); + + } + +} + +class Uint8ClampedBufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Uint8ClampedArray( array ), itemSize, normalized ); + + } + +} + +class Int16BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Int16Array( array ), itemSize, normalized ); + + } + +} + +class Uint16BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Uint16Array( array ), itemSize, normalized ); + + } + +} + +class Int32BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Int32Array( array ), itemSize, normalized ); + + } + +} + +class Uint32BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Uint32Array( array ), itemSize, normalized ); + + } + +} + +class Float16BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Uint16Array( array ), itemSize, normalized ); + + } + +} + +Float16BufferAttribute.prototype.isFloat16BufferAttribute = true; + +class Float32BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Float32Array( array ), itemSize, normalized ); + + } + +} + +class Float64BufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized ) { + + super( new Float64Array( array ), itemSize, normalized ); + + } + +} + +function arrayMax( array ) { + + if ( array.length === 0 ) return - Infinity; + + let max = array[ 0 ]; + + for ( let i = 1, l = array.length; i < l; ++ i ) { + + if ( array[ i ] > max ) max = array[ i ]; + + } + + return max; + +} + +const TYPED_ARRAYS = { + Int8Array: Int8Array, + Uint8Array: Uint8Array, + Uint8ClampedArray: Uint8ClampedArray, + Int16Array: Int16Array, + Uint16Array: Uint16Array, + Int32Array: Int32Array, + Uint32Array: Uint32Array, + Float32Array: Float32Array, + Float64Array: Float64Array +}; + +function getTypedArray( type, buffer ) { + + return new TYPED_ARRAYS[ type ]( buffer ); + +} + +let _id = 0; + +const _m1 = /*@__PURE__*/ new Matrix4(); +const _obj = /*@__PURE__*/ new Object3D(); +const _offset = /*@__PURE__*/ new Vector3(); +const _box$1 = /*@__PURE__*/ new Box3(); +const _boxMorphTargets = /*@__PURE__*/ new Box3(); +const _vector$8 = /*@__PURE__*/ new Vector3(); + +class BufferGeometry extends EventDispatcher { + + constructor() { + + super(); + + Object.defineProperty( this, 'id', { value: _id ++ } ); + + this.uuid = generateUUID(); + + this.name = ''; + this.type = 'BufferGeometry'; + + this.index = null; + this.attributes = {}; + + this.morphAttributes = {}; + this.morphTargetsRelative = false; + + this.groups = []; + + this.boundingBox = null; + this.boundingSphere = null; + + this.drawRange = { start: 0, count: Infinity }; + + this.userData = {}; + + } + + getIndex() { + + return this.index; + + } + + setIndex( index ) { + + if ( Array.isArray( index ) ) { + + this.index = new ( arrayMax( index ) > 65535 ? Uint32BufferAttribute : Uint16BufferAttribute )( index, 1 ); + + } else { + + this.index = index; + + } + + return this; + + } + + getAttribute( name ) { + + return this.attributes[ name ]; + + } + + setAttribute( name, attribute ) { + + this.attributes[ name ] = attribute; + + return this; + + } + + deleteAttribute( name ) { + + delete this.attributes[ name ]; + + return this; + + } + + hasAttribute( name ) { + + return this.attributes[ name ] !== undefined; + + } + + addGroup( start, count, materialIndex = 0 ) { + + this.groups.push( { + + start: start, + count: count, + materialIndex: materialIndex + + } ); + + } + + clearGroups() { + + this.groups = []; + + } + + setDrawRange( start, count ) { + + this.drawRange.start = start; + this.drawRange.count = count; + + } + + applyMatrix4( matrix ) { + + const position = this.attributes.position; + + if ( position !== undefined ) { + + position.applyMatrix4( matrix ); + + position.needsUpdate = true; + + } + + const normal = this.attributes.normal; + + if ( normal !== undefined ) { + + const normalMatrix = new Matrix3().getNormalMatrix( matrix ); + + normal.applyNormalMatrix( normalMatrix ); + + normal.needsUpdate = true; + + } + + const tangent = this.attributes.tangent; + + if ( tangent !== undefined ) { + + tangent.transformDirection( matrix ); + + tangent.needsUpdate = true; + + } + + if ( this.boundingBox !== null ) { + + this.computeBoundingBox(); + + } + + if ( this.boundingSphere !== null ) { + + this.computeBoundingSphere(); + + } + + return this; + + } + + applyQuaternion( q ) { + + _m1.makeRotationFromQuaternion( q ); + + this.applyMatrix4( _m1 ); + + return this; + + } + + rotateX( angle ) { + + // rotate geometry around world x-axis + + _m1.makeRotationX( angle ); + + this.applyMatrix4( _m1 ); + + return this; + + } + + rotateY( angle ) { + + // rotate geometry around world y-axis + + _m1.makeRotationY( angle ); + + this.applyMatrix4( _m1 ); + + return this; + + } + + rotateZ( angle ) { + + // rotate geometry around world z-axis + + _m1.makeRotationZ( angle ); + + this.applyMatrix4( _m1 ); + + return this; + + } + + translate( x, y, z ) { + + // translate geometry + + _m1.makeTranslation( x, y, z ); + + this.applyMatrix4( _m1 ); + + return this; + + } + + scale( x, y, z ) { + + // scale geometry + + _m1.makeScale( x, y, z ); + + this.applyMatrix4( _m1 ); + + return this; + + } + + lookAt( vector ) { + + _obj.lookAt( vector ); + + _obj.updateMatrix(); + + this.applyMatrix4( _obj.matrix ); + + return this; + + } + + center() { + + this.computeBoundingBox(); + + this.boundingBox.getCenter( _offset ).negate(); + + this.translate( _offset.x, _offset.y, _offset.z ); + + return this; + + } + + setFromPoints( points ) { + + const position = []; + + for ( let i = 0, l = points.length; i < l; i ++ ) { + + const point = points[ i ]; + position.push( point.x, point.y, point.z || 0 ); + + } + + this.setAttribute( 'position', new Float32BufferAttribute( position, 3 ) ); + + return this; + + } + + computeBoundingBox() { + + if ( this.boundingBox === null ) { + + this.boundingBox = new Box3(); + + } + + const position = this.attributes.position; + const morphAttributesPosition = this.morphAttributes.position; + + if ( position && position.isGLBufferAttribute ) { + + console.error( 'THREE.BufferGeometry.computeBoundingBox(): GLBufferAttribute requires a manual bounding box. Alternatively set "mesh.frustumCulled" to "false".', this ); + + this.boundingBox.set( + new Vector3( - Infinity, - Infinity, - Infinity ), + new Vector3( + Infinity, + Infinity, + Infinity ) + ); + + return; + + } + + if ( position !== undefined ) { + + this.boundingBox.setFromBufferAttribute( position ); + + // process morph attributes if present + + if ( morphAttributesPosition ) { + + for ( let i = 0, il = morphAttributesPosition.length; i < il; i ++ ) { + + const morphAttribute = morphAttributesPosition[ i ]; + _box$1.setFromBufferAttribute( morphAttribute ); + + if ( this.morphTargetsRelative ) { + + _vector$8.addVectors( this.boundingBox.min, _box$1.min ); + this.boundingBox.expandByPoint( _vector$8 ); + + _vector$8.addVectors( this.boundingBox.max, _box$1.max ); + this.boundingBox.expandByPoint( _vector$8 ); + + } else { + + this.boundingBox.expandByPoint( _box$1.min ); + this.boundingBox.expandByPoint( _box$1.max ); + + } + + } + + } + + } else { + + this.boundingBox.makeEmpty(); + + } + + if ( isNaN( this.boundingBox.min.x ) || isNaN( this.boundingBox.min.y ) || isNaN( this.boundingBox.min.z ) ) { + + console.error( 'THREE.BufferGeometry.computeBoundingBox(): Computed min/max have NaN values. The "position" attribute is likely to have NaN values.', this ); + + } + + } + + computeBoundingSphere() { + + if ( this.boundingSphere === null ) { + + this.boundingSphere = new Sphere(); + + } + + const position = this.attributes.position; + const morphAttributesPosition = this.morphAttributes.position; + + if ( position && position.isGLBufferAttribute ) { + + console.error( 'THREE.BufferGeometry.computeBoundingSphere(): GLBufferAttribute requires a manual bounding sphere. Alternatively set "mesh.frustumCulled" to "false".', this ); + + this.boundingSphere.set( new Vector3(), Infinity ); + + return; + + } + + if ( position ) { + + // first, find the center of the bounding sphere + + const center = this.boundingSphere.center; + + _box$1.setFromBufferAttribute( position ); + + // process morph attributes if present + + if ( morphAttributesPosition ) { + + for ( let i = 0, il = morphAttributesPosition.length; i < il; i ++ ) { + + const morphAttribute = morphAttributesPosition[ i ]; + _boxMorphTargets.setFromBufferAttribute( morphAttribute ); + + if ( this.morphTargetsRelative ) { + + _vector$8.addVectors( _box$1.min, _boxMorphTargets.min ); + _box$1.expandByPoint( _vector$8 ); + + _vector$8.addVectors( _box$1.max, _boxMorphTargets.max ); + _box$1.expandByPoint( _vector$8 ); + + } else { + + _box$1.expandByPoint( _boxMorphTargets.min ); + _box$1.expandByPoint( _boxMorphTargets.max ); + + } + + } + + } + + _box$1.getCenter( center ); + + // second, try to find a boundingSphere with a radius smaller than the + // boundingSphere of the boundingBox: sqrt(3) smaller in the best case + + let maxRadiusSq = 0; + + for ( let i = 0, il = position.count; i < il; i ++ ) { + + _vector$8.fromBufferAttribute( position, i ); + + maxRadiusSq = Math.max( maxRadiusSq, center.distanceToSquared( _vector$8 ) ); + + } + + // process morph attributes if present + + if ( morphAttributesPosition ) { + + for ( let i = 0, il = morphAttributesPosition.length; i < il; i ++ ) { + + const morphAttribute = morphAttributesPosition[ i ]; + const morphTargetsRelative = this.morphTargetsRelative; + + for ( let j = 0, jl = morphAttribute.count; j < jl; j ++ ) { + + _vector$8.fromBufferAttribute( morphAttribute, j ); + + if ( morphTargetsRelative ) { + + _offset.fromBufferAttribute( position, j ); + _vector$8.add( _offset ); + + } + + maxRadiusSq = Math.max( maxRadiusSq, center.distanceToSquared( _vector$8 ) ); + + } + + } + + } + + this.boundingSphere.radius = Math.sqrt( maxRadiusSq ); + + if ( isNaN( this.boundingSphere.radius ) ) { + + console.error( 'THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.', this ); + + } + + } + + } + + computeFaceNormals() { + + // backwards compatibility + + } + + computeTangents() { + + const index = this.index; + const attributes = this.attributes; + + // based on http://www.terathon.com/code/tangent.html + // (per vertex tangents) + + if ( index === null || + attributes.position === undefined || + attributes.normal === undefined || + attributes.uv === undefined ) { + + console.error( 'THREE.BufferGeometry: .computeTangents() failed. Missing required attributes (index, position, normal or uv)' ); + return; + + } + + const indices = index.array; + const positions = attributes.position.array; + const normals = attributes.normal.array; + const uvs = attributes.uv.array; + + const nVertices = positions.length / 3; + + if ( attributes.tangent === undefined ) { + + this.setAttribute( 'tangent', new BufferAttribute( new Float32Array( 4 * nVertices ), 4 ) ); + + } + + const tangents = attributes.tangent.array; + + const tan1 = [], tan2 = []; + + for ( let i = 0; i < nVertices; i ++ ) { + + tan1[ i ] = new Vector3(); + tan2[ i ] = new Vector3(); + + } + + const vA = new Vector3(), + vB = new Vector3(), + vC = new Vector3(), + + uvA = new Vector2(), + uvB = new Vector2(), + uvC = new Vector2(), + + sdir = new Vector3(), + tdir = new Vector3(); + + function handleTriangle( a, b, c ) { + + vA.fromArray( positions, a * 3 ); + vB.fromArray( positions, b * 3 ); + vC.fromArray( positions, c * 3 ); + + uvA.fromArray( uvs, a * 2 ); + uvB.fromArray( uvs, b * 2 ); + uvC.fromArray( uvs, c * 2 ); + + vB.sub( vA ); + vC.sub( vA ); + + uvB.sub( uvA ); + uvC.sub( uvA ); + + const r = 1.0 / ( uvB.x * uvC.y - uvC.x * uvB.y ); + + // silently ignore degenerate uv triangles having coincident or colinear vertices + + if ( ! isFinite( r ) ) return; + + sdir.copy( vB ).multiplyScalar( uvC.y ).addScaledVector( vC, - uvB.y ).multiplyScalar( r ); + tdir.copy( vC ).multiplyScalar( uvB.x ).addScaledVector( vB, - uvC.x ).multiplyScalar( r ); + + tan1[ a ].add( sdir ); + tan1[ b ].add( sdir ); + tan1[ c ].add( sdir ); + + tan2[ a ].add( tdir ); + tan2[ b ].add( tdir ); + tan2[ c ].add( tdir ); + + } + + let groups = this.groups; + + if ( groups.length === 0 ) { + + groups = [ { + start: 0, + count: indices.length + } ]; + + } + + for ( let i = 0, il = groups.length; i < il; ++ i ) { + + const group = groups[ i ]; + + const start = group.start; + const count = group.count; + + for ( let j = start, jl = start + count; j < jl; j += 3 ) { + + handleTriangle( + indices[ j + 0 ], + indices[ j + 1 ], + indices[ j + 2 ] + ); + + } + + } + + const tmp = new Vector3(), tmp2 = new Vector3(); + const n = new Vector3(), n2 = new Vector3(); + + function handleVertex( v ) { + + n.fromArray( normals, v * 3 ); + n2.copy( n ); + + const t = tan1[ v ]; + + // Gram-Schmidt orthogonalize + + tmp.copy( t ); + tmp.sub( n.multiplyScalar( n.dot( t ) ) ).normalize(); + + // Calculate handedness + + tmp2.crossVectors( n2, t ); + const test = tmp2.dot( tan2[ v ] ); + const w = ( test < 0.0 ) ? - 1.0 : 1.0; + + tangents[ v * 4 ] = tmp.x; + tangents[ v * 4 + 1 ] = tmp.y; + tangents[ v * 4 + 2 ] = tmp.z; + tangents[ v * 4 + 3 ] = w; + + } + + for ( let i = 0, il = groups.length; i < il; ++ i ) { + + const group = groups[ i ]; + + const start = group.start; + const count = group.count; + + for ( let j = start, jl = start + count; j < jl; j += 3 ) { + + handleVertex( indices[ j + 0 ] ); + handleVertex( indices[ j + 1 ] ); + handleVertex( indices[ j + 2 ] ); + + } + + } + + } + + computeVertexNormals() { + + const index = this.index; + const positionAttribute = this.getAttribute( 'position' ); + + if ( positionAttribute !== undefined ) { + + let normalAttribute = this.getAttribute( 'normal' ); + + if ( normalAttribute === undefined ) { + + normalAttribute = new BufferAttribute( new Float32Array( positionAttribute.count * 3 ), 3 ); + this.setAttribute( 'normal', normalAttribute ); + + } else { + + // reset existing normals to zero + + for ( let i = 0, il = normalAttribute.count; i < il; i ++ ) { + + normalAttribute.setXYZ( i, 0, 0, 0 ); + + } + + } + + const pA = new Vector3(), pB = new Vector3(), pC = new Vector3(); + const nA = new Vector3(), nB = new Vector3(), nC = new Vector3(); + const cb = new Vector3(), ab = new Vector3(); + + // indexed elements + + if ( index ) { + + for ( let i = 0, il = index.count; i < il; i += 3 ) { + + const vA = index.getX( i + 0 ); + const vB = index.getX( i + 1 ); + const vC = index.getX( i + 2 ); + + pA.fromBufferAttribute( positionAttribute, vA ); + pB.fromBufferAttribute( positionAttribute, vB ); + pC.fromBufferAttribute( positionAttribute, vC ); + + cb.subVectors( pC, pB ); + ab.subVectors( pA, pB ); + cb.cross( ab ); + + nA.fromBufferAttribute( normalAttribute, vA ); + nB.fromBufferAttribute( normalAttribute, vB ); + nC.fromBufferAttribute( normalAttribute, vC ); + + nA.add( cb ); + nB.add( cb ); + nC.add( cb ); + + normalAttribute.setXYZ( vA, nA.x, nA.y, nA.z ); + normalAttribute.setXYZ( vB, nB.x, nB.y, nB.z ); + normalAttribute.setXYZ( vC, nC.x, nC.y, nC.z ); + + } + + } else { + + // non-indexed elements (unconnected triangle soup) + + for ( let i = 0, il = positionAttribute.count; i < il; i += 3 ) { + + pA.fromBufferAttribute( positionAttribute, i + 0 ); + pB.fromBufferAttribute( positionAttribute, i + 1 ); + pC.fromBufferAttribute( positionAttribute, i + 2 ); + + cb.subVectors( pC, pB ); + ab.subVectors( pA, pB ); + cb.cross( ab ); + + normalAttribute.setXYZ( i + 0, cb.x, cb.y, cb.z ); + normalAttribute.setXYZ( i + 1, cb.x, cb.y, cb.z ); + normalAttribute.setXYZ( i + 2, cb.x, cb.y, cb.z ); + + } + + } + + this.normalizeNormals(); + + normalAttribute.needsUpdate = true; + + } + + } + + merge( geometry, offset ) { + + if ( ! ( geometry && geometry.isBufferGeometry ) ) { + + console.error( 'THREE.BufferGeometry.merge(): geometry not an instance of THREE.BufferGeometry.', geometry ); + return; + + } + + if ( offset === undefined ) { + + offset = 0; + + console.warn( + 'THREE.BufferGeometry.merge(): Overwriting original geometry, starting at offset=0. ' + + 'Use BufferGeometryUtils.mergeBufferGeometries() for lossless merge.' + ); + + } + + const attributes = this.attributes; + + for ( const key in attributes ) { + + if ( geometry.attributes[ key ] === undefined ) continue; + + const attribute1 = attributes[ key ]; + const attributeArray1 = attribute1.array; + + const attribute2 = geometry.attributes[ key ]; + const attributeArray2 = attribute2.array; + + const attributeOffset = attribute2.itemSize * offset; + const length = Math.min( attributeArray2.length, attributeArray1.length - attributeOffset ); + + for ( let i = 0, j = attributeOffset; i < length; i ++, j ++ ) { + + attributeArray1[ j ] = attributeArray2[ i ]; + + } + + } + + return this; + + } + + normalizeNormals() { + + const normals = this.attributes.normal; + + for ( let i = 0, il = normals.count; i < il; i ++ ) { + + _vector$8.fromBufferAttribute( normals, i ); + + _vector$8.normalize(); + + normals.setXYZ( i, _vector$8.x, _vector$8.y, _vector$8.z ); + + } + + } + + toNonIndexed() { + + function convertBufferAttribute( attribute, indices ) { + + const array = attribute.array; + const itemSize = attribute.itemSize; + const normalized = attribute.normalized; + + const array2 = new array.constructor( indices.length * itemSize ); + + let index = 0, index2 = 0; + + for ( let i = 0, l = indices.length; i < l; i ++ ) { + + if ( attribute.isInterleavedBufferAttribute ) { + + index = indices[ i ] * attribute.data.stride + attribute.offset; + + } else { + + index = indices[ i ] * itemSize; + + } + + for ( let j = 0; j < itemSize; j ++ ) { + + array2[ index2 ++ ] = array[ index ++ ]; + + } + + } + + return new BufferAttribute( array2, itemSize, normalized ); + + } + + // + + if ( this.index === null ) { + + console.warn( 'THREE.BufferGeometry.toNonIndexed(): BufferGeometry is already non-indexed.' ); + return this; + + } + + const geometry2 = new BufferGeometry(); + + const indices = this.index.array; + const attributes = this.attributes; + + // attributes + + for ( const name in attributes ) { + + const attribute = attributes[ name ]; + + const newAttribute = convertBufferAttribute( attribute, indices ); + + geometry2.setAttribute( name, newAttribute ); + + } + + // morph attributes + + const morphAttributes = this.morphAttributes; + + for ( const name in morphAttributes ) { + + const morphArray = []; + const morphAttribute = morphAttributes[ name ]; // morphAttribute: array of Float32BufferAttributes + + for ( let i = 0, il = morphAttribute.length; i < il; i ++ ) { + + const attribute = morphAttribute[ i ]; + + const newAttribute = convertBufferAttribute( attribute, indices ); + + morphArray.push( newAttribute ); + + } + + geometry2.morphAttributes[ name ] = morphArray; + + } + + geometry2.morphTargetsRelative = this.morphTargetsRelative; + + // groups + + const groups = this.groups; + + for ( let i = 0, l = groups.length; i < l; i ++ ) { + + const group = groups[ i ]; + geometry2.addGroup( group.start, group.count, group.materialIndex ); + + } + + return geometry2; + + } + + toJSON() { + + const data = { + metadata: { + version: 4.5, + type: 'BufferGeometry', + generator: 'BufferGeometry.toJSON' + } + }; + + // standard BufferGeometry serialization + + data.uuid = this.uuid; + data.type = this.type; + if ( this.name !== '' ) data.name = this.name; + if ( Object.keys( this.userData ).length > 0 ) data.userData = this.userData; + + if ( this.parameters !== undefined ) { + + const parameters = this.parameters; + + for ( const key in parameters ) { + + if ( parameters[ key ] !== undefined ) data[ key ] = parameters[ key ]; + + } + + return data; + + } + + // for simplicity the code assumes attributes are not shared across geometries, see #15811 + + data.data = { attributes: {} }; + + const index = this.index; + + if ( index !== null ) { + + data.data.index = { + type: index.array.constructor.name, + array: Array.prototype.slice.call( index.array ) + }; + + } + + const attributes = this.attributes; + + for ( const key in attributes ) { + + const attribute = attributes[ key ]; + + data.data.attributes[ key ] = attribute.toJSON( data.data ); + + } + + const morphAttributes = {}; + let hasMorphAttributes = false; + + for ( const key in this.morphAttributes ) { + + const attributeArray = this.morphAttributes[ key ]; + + const array = []; + + for ( let i = 0, il = attributeArray.length; i < il; i ++ ) { + + const attribute = attributeArray[ i ]; + + array.push( attribute.toJSON( data.data ) ); + + } + + if ( array.length > 0 ) { + + morphAttributes[ key ] = array; + + hasMorphAttributes = true; + + } + + } + + if ( hasMorphAttributes ) { + + data.data.morphAttributes = morphAttributes; + data.data.morphTargetsRelative = this.morphTargetsRelative; + + } + + const groups = this.groups; + + if ( groups.length > 0 ) { + + data.data.groups = JSON.parse( JSON.stringify( groups ) ); + + } + + const boundingSphere = this.boundingSphere; + + if ( boundingSphere !== null ) { + + data.data.boundingSphere = { + center: boundingSphere.center.toArray(), + radius: boundingSphere.radius + }; + + } + + return data; + + } + + clone() { + + /* + // Handle primitives + + const parameters = this.parameters; + + if ( parameters !== undefined ) { + + const values = []; + + for ( const key in parameters ) { + + values.push( parameters[ key ] ); + + } + + const geometry = Object.create( this.constructor.prototype ); + this.constructor.apply( geometry, values ); + return geometry; + + } + + return new this.constructor().copy( this ); + */ + + return new BufferGeometry().copy( this ); + + } + + copy( source ) { + + // reset + + this.index = null; + this.attributes = {}; + this.morphAttributes = {}; + this.groups = []; + this.boundingBox = null; + this.boundingSphere = null; + + // used for storing cloned, shared data + + const data = {}; + + // name + + this.name = source.name; + + // index + + const index = source.index; + + if ( index !== null ) { + + this.setIndex( index.clone( data ) ); + + } + + // attributes + + const attributes = source.attributes; + + for ( const name in attributes ) { + + const attribute = attributes[ name ]; + this.setAttribute( name, attribute.clone( data ) ); + + } + + // morph attributes + + const morphAttributes = source.morphAttributes; + + for ( const name in morphAttributes ) { + + const array = []; + const morphAttribute = morphAttributes[ name ]; // morphAttribute: array of Float32BufferAttributes + + for ( let i = 0, l = morphAttribute.length; i < l; i ++ ) { + + array.push( morphAttribute[ i ].clone( data ) ); + + } + + this.morphAttributes[ name ] = array; + + } + + this.morphTargetsRelative = source.morphTargetsRelative; + + // groups + + const groups = source.groups; + + for ( let i = 0, l = groups.length; i < l; i ++ ) { + + const group = groups[ i ]; + this.addGroup( group.start, group.count, group.materialIndex ); + + } + + // bounding box + + const boundingBox = source.boundingBox; + + if ( boundingBox !== null ) { + + this.boundingBox = boundingBox.clone(); + + } + + // bounding sphere + + const boundingSphere = source.boundingSphere; + + if ( boundingSphere !== null ) { + + this.boundingSphere = boundingSphere.clone(); + + } + + // draw range + + this.drawRange.start = source.drawRange.start; + this.drawRange.count = source.drawRange.count; + + // user data + + this.userData = source.userData; + + return this; + + } + + dispose() { + + this.dispatchEvent( { type: 'dispose' } ); + + } + +} + +BufferGeometry.prototype.isBufferGeometry = true; + +const _inverseMatrix$2 = /*@__PURE__*/ new Matrix4(); +const _ray$2 = /*@__PURE__*/ new Ray(); +const _sphere$3 = /*@__PURE__*/ new Sphere(); + +const _vA$1 = /*@__PURE__*/ new Vector3(); +const _vB$1 = /*@__PURE__*/ new Vector3(); +const _vC$1 = /*@__PURE__*/ new Vector3(); + +const _tempA = /*@__PURE__*/ new Vector3(); +const _tempB = /*@__PURE__*/ new Vector3(); +const _tempC = /*@__PURE__*/ new Vector3(); + +const _morphA = /*@__PURE__*/ new Vector3(); +const _morphB = /*@__PURE__*/ new Vector3(); +const _morphC = /*@__PURE__*/ new Vector3(); + +const _uvA$1 = /*@__PURE__*/ new Vector2(); +const _uvB$1 = /*@__PURE__*/ new Vector2(); +const _uvC$1 = /*@__PURE__*/ new Vector2(); + +const _intersectionPoint = /*@__PURE__*/ new Vector3(); +const _intersectionPointWorld = /*@__PURE__*/ new Vector3(); + +class Mesh extends Object3D { + + constructor( geometry = new BufferGeometry(), material = new MeshBasicMaterial() ) { + + super(); + + this.type = 'Mesh'; + + this.geometry = geometry; + this.material = material; + + this.updateMorphTargets(); + + } + + copy( source ) { + + super.copy( source ); + + if ( source.morphTargetInfluences !== undefined ) { + + this.morphTargetInfluences = source.morphTargetInfluences.slice(); + + } + + if ( source.morphTargetDictionary !== undefined ) { + + this.morphTargetDictionary = Object.assign( {}, source.morphTargetDictionary ); + + } + + this.material = source.material; + this.geometry = source.geometry; + + return this; + + } + + updateMorphTargets() { + + const geometry = this.geometry; + + if ( geometry.isBufferGeometry ) { + + const morphAttributes = geometry.morphAttributes; + const keys = Object.keys( morphAttributes ); + + if ( keys.length > 0 ) { + + const morphAttribute = morphAttributes[ keys[ 0 ] ]; + + if ( morphAttribute !== undefined ) { + + this.morphTargetInfluences = []; + this.morphTargetDictionary = {}; + + for ( let m = 0, ml = morphAttribute.length; m < ml; m ++ ) { + + const name = morphAttribute[ m ].name || String( m ); + + this.morphTargetInfluences.push( 0 ); + this.morphTargetDictionary[ name ] = m; + + } + + } + + } + + } else { + + const morphTargets = geometry.morphTargets; + + if ( morphTargets !== undefined && morphTargets.length > 0 ) { + + console.error( 'THREE.Mesh.updateMorphTargets() no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + } + + } + + raycast( raycaster, intersects ) { + + const geometry = this.geometry; + const material = this.material; + const matrixWorld = this.matrixWorld; + + if ( material === undefined ) return; + + // Checking boundingSphere distance to ray + + if ( geometry.boundingSphere === null ) geometry.computeBoundingSphere(); + + _sphere$3.copy( geometry.boundingSphere ); + _sphere$3.applyMatrix4( matrixWorld ); + + if ( raycaster.ray.intersectsSphere( _sphere$3 ) === false ) return; + + // + + _inverseMatrix$2.copy( matrixWorld ).invert(); + _ray$2.copy( raycaster.ray ).applyMatrix4( _inverseMatrix$2 ); + + // Check boundingBox before continuing + + if ( geometry.boundingBox !== null ) { + + if ( _ray$2.intersectsBox( geometry.boundingBox ) === false ) return; + + } + + let intersection; + + if ( geometry.isBufferGeometry ) { + + const index = geometry.index; + const position = geometry.attributes.position; + const morphPosition = geometry.morphAttributes.position; + const morphTargetsRelative = geometry.morphTargetsRelative; + const uv = geometry.attributes.uv; + const uv2 = geometry.attributes.uv2; + const groups = geometry.groups; + const drawRange = geometry.drawRange; + + if ( index !== null ) { + + // indexed buffer geometry + + if ( Array.isArray( material ) ) { + + for ( let i = 0, il = groups.length; i < il; i ++ ) { + + const group = groups[ i ]; + const groupMaterial = material[ group.materialIndex ]; + + const start = Math.max( group.start, drawRange.start ); + const end = Math.min( ( group.start + group.count ), ( drawRange.start + drawRange.count ) ); + + for ( let j = start, jl = end; j < jl; j += 3 ) { + + const a = index.getX( j ); + const b = index.getX( j + 1 ); + const c = index.getX( j + 2 ); + + intersection = checkBufferGeometryIntersection( this, groupMaterial, raycaster, _ray$2, position, morphPosition, morphTargetsRelative, uv, uv2, a, b, c ); + + if ( intersection ) { + + intersection.faceIndex = Math.floor( j / 3 ); // triangle number in indexed buffer semantics + intersection.face.materialIndex = group.materialIndex; + intersects.push( intersection ); + + } + + } + + } + + } else { + + const start = Math.max( 0, drawRange.start ); + const end = Math.min( index.count, ( drawRange.start + drawRange.count ) ); + + for ( let i = start, il = end; i < il; i += 3 ) { + + const a = index.getX( i ); + const b = index.getX( i + 1 ); + const c = index.getX( i + 2 ); + + intersection = checkBufferGeometryIntersection( this, material, raycaster, _ray$2, position, morphPosition, morphTargetsRelative, uv, uv2, a, b, c ); + + if ( intersection ) { + + intersection.faceIndex = Math.floor( i / 3 ); // triangle number in indexed buffer semantics + intersects.push( intersection ); + + } + + } + + } + + } else if ( position !== undefined ) { + + // non-indexed buffer geometry + + if ( Array.isArray( material ) ) { + + for ( let i = 0, il = groups.length; i < il; i ++ ) { + + const group = groups[ i ]; + const groupMaterial = material[ group.materialIndex ]; + + const start = Math.max( group.start, drawRange.start ); + const end = Math.min( ( group.start + group.count ), ( drawRange.start + drawRange.count ) ); + + for ( let j = start, jl = end; j < jl; j += 3 ) { + + const a = j; + const b = j + 1; + const c = j + 2; + + intersection = checkBufferGeometryIntersection( this, groupMaterial, raycaster, _ray$2, position, morphPosition, morphTargetsRelative, uv, uv2, a, b, c ); + + if ( intersection ) { + + intersection.faceIndex = Math.floor( j / 3 ); // triangle number in non-indexed buffer semantics + intersection.face.materialIndex = group.materialIndex; + intersects.push( intersection ); + + } + + } + + } + + } else { + + const start = Math.max( 0, drawRange.start ); + const end = Math.min( position.count, ( drawRange.start + drawRange.count ) ); + + for ( let i = start, il = end; i < il; i += 3 ) { + + const a = i; + const b = i + 1; + const c = i + 2; + + intersection = checkBufferGeometryIntersection( this, material, raycaster, _ray$2, position, morphPosition, morphTargetsRelative, uv, uv2, a, b, c ); + + if ( intersection ) { + + intersection.faceIndex = Math.floor( i / 3 ); // triangle number in non-indexed buffer semantics + intersects.push( intersection ); + + } + + } + + } + + } + + } else if ( geometry.isGeometry ) { + + console.error( 'THREE.Mesh.raycast() no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + } + +} + +Mesh.prototype.isMesh = true; + +function checkIntersection( object, material, raycaster, ray, pA, pB, pC, point ) { + + let intersect; + + if ( material.side === BackSide ) { + + intersect = ray.intersectTriangle( pC, pB, pA, true, point ); + + } else { + + intersect = ray.intersectTriangle( pA, pB, pC, material.side !== DoubleSide, point ); + + } + + if ( intersect === null ) return null; + + _intersectionPointWorld.copy( point ); + _intersectionPointWorld.applyMatrix4( object.matrixWorld ); + + const distance = raycaster.ray.origin.distanceTo( _intersectionPointWorld ); + + if ( distance < raycaster.near || distance > raycaster.far ) return null; + + return { + distance: distance, + point: _intersectionPointWorld.clone(), + object: object + }; + +} + +function checkBufferGeometryIntersection( object, material, raycaster, ray, position, morphPosition, morphTargetsRelative, uv, uv2, a, b, c ) { + + _vA$1.fromBufferAttribute( position, a ); + _vB$1.fromBufferAttribute( position, b ); + _vC$1.fromBufferAttribute( position, c ); + + const morphInfluences = object.morphTargetInfluences; + + if ( morphPosition && morphInfluences ) { + + _morphA.set( 0, 0, 0 ); + _morphB.set( 0, 0, 0 ); + _morphC.set( 0, 0, 0 ); + + for ( let i = 0, il = morphPosition.length; i < il; i ++ ) { + + const influence = morphInfluences[ i ]; + const morphAttribute = morphPosition[ i ]; + + if ( influence === 0 ) continue; + + _tempA.fromBufferAttribute( morphAttribute, a ); + _tempB.fromBufferAttribute( morphAttribute, b ); + _tempC.fromBufferAttribute( morphAttribute, c ); + + if ( morphTargetsRelative ) { + + _morphA.addScaledVector( _tempA, influence ); + _morphB.addScaledVector( _tempB, influence ); + _morphC.addScaledVector( _tempC, influence ); + + } else { + + _morphA.addScaledVector( _tempA.sub( _vA$1 ), influence ); + _morphB.addScaledVector( _tempB.sub( _vB$1 ), influence ); + _morphC.addScaledVector( _tempC.sub( _vC$1 ), influence ); + + } + + } + + _vA$1.add( _morphA ); + _vB$1.add( _morphB ); + _vC$1.add( _morphC ); + + } + + if ( object.isSkinnedMesh ) { + + object.boneTransform( a, _vA$1 ); + object.boneTransform( b, _vB$1 ); + object.boneTransform( c, _vC$1 ); + + } + + const intersection = checkIntersection( object, material, raycaster, ray, _vA$1, _vB$1, _vC$1, _intersectionPoint ); + + if ( intersection ) { + + if ( uv ) { + + _uvA$1.fromBufferAttribute( uv, a ); + _uvB$1.fromBufferAttribute( uv, b ); + _uvC$1.fromBufferAttribute( uv, c ); + + intersection.uv = Triangle.getUV( _intersectionPoint, _vA$1, _vB$1, _vC$1, _uvA$1, _uvB$1, _uvC$1, new Vector2() ); + + } + + if ( uv2 ) { + + _uvA$1.fromBufferAttribute( uv2, a ); + _uvB$1.fromBufferAttribute( uv2, b ); + _uvC$1.fromBufferAttribute( uv2, c ); + + intersection.uv2 = Triangle.getUV( _intersectionPoint, _vA$1, _vB$1, _vC$1, _uvA$1, _uvB$1, _uvC$1, new Vector2() ); + + } + + const face = { + a: a, + b: b, + c: c, + normal: new Vector3(), + materialIndex: 0 + }; + + Triangle.getNormal( _vA$1, _vB$1, _vC$1, face.normal ); + + intersection.face = face; + + } + + return intersection; + +} + +class BoxGeometry extends BufferGeometry { + + constructor( width = 1, height = 1, depth = 1, widthSegments = 1, heightSegments = 1, depthSegments = 1 ) { + + super(); + + this.type = 'BoxGeometry'; + + this.parameters = { + width: width, + height: height, + depth: depth, + widthSegments: widthSegments, + heightSegments: heightSegments, + depthSegments: depthSegments + }; + + const scope = this; + + // segments + + widthSegments = Math.floor( widthSegments ); + heightSegments = Math.floor( heightSegments ); + depthSegments = Math.floor( depthSegments ); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // helper variables + + let numberOfVertices = 0; + let groupStart = 0; + + // build each side of the box geometry + + buildPlane( 'z', 'y', 'x', - 1, - 1, depth, height, width, depthSegments, heightSegments, 0 ); // px + buildPlane( 'z', 'y', 'x', 1, - 1, depth, height, - width, depthSegments, heightSegments, 1 ); // nx + buildPlane( 'x', 'z', 'y', 1, 1, width, depth, height, widthSegments, depthSegments, 2 ); // py + buildPlane( 'x', 'z', 'y', 1, - 1, width, depth, - height, widthSegments, depthSegments, 3 ); // ny + buildPlane( 'x', 'y', 'z', 1, - 1, width, height, depth, widthSegments, heightSegments, 4 ); // pz + buildPlane( 'x', 'y', 'z', - 1, - 1, width, height, - depth, widthSegments, heightSegments, 5 ); // nz + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + function buildPlane( u, v, w, udir, vdir, width, height, depth, gridX, gridY, materialIndex ) { + + const segmentWidth = width / gridX; + const segmentHeight = height / gridY; + + const widthHalf = width / 2; + const heightHalf = height / 2; + const depthHalf = depth / 2; + + const gridX1 = gridX + 1; + const gridY1 = gridY + 1; + + let vertexCounter = 0; + let groupCount = 0; + + const vector = new Vector3(); + + // generate vertices, normals and uvs + + for ( let iy = 0; iy < gridY1; iy ++ ) { + + const y = iy * segmentHeight - heightHalf; + + for ( let ix = 0; ix < gridX1; ix ++ ) { + + const x = ix * segmentWidth - widthHalf; + + // set values to correct vector component + + vector[ u ] = x * udir; + vector[ v ] = y * vdir; + vector[ w ] = depthHalf; + + // now apply vector to vertex buffer + + vertices.push( vector.x, vector.y, vector.z ); + + // set values to correct vector component + + vector[ u ] = 0; + vector[ v ] = 0; + vector[ w ] = depth > 0 ? 1 : - 1; + + // now apply vector to normal buffer + + normals.push( vector.x, vector.y, vector.z ); + + // uvs + + uvs.push( ix / gridX ); + uvs.push( 1 - ( iy / gridY ) ); + + // counters + + vertexCounter += 1; + + } + + } + + // indices + + // 1. you need three indices to draw a single face + // 2. a single segment consists of two faces + // 3. so we need to generate six (2*3) indices per segment + + for ( let iy = 0; iy < gridY; iy ++ ) { + + for ( let ix = 0; ix < gridX; ix ++ ) { + + const a = numberOfVertices + ix + gridX1 * iy; + const b = numberOfVertices + ix + gridX1 * ( iy + 1 ); + const c = numberOfVertices + ( ix + 1 ) + gridX1 * ( iy + 1 ); + const d = numberOfVertices + ( ix + 1 ) + gridX1 * iy; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + // increase counter + + groupCount += 6; + + } + + } + + // add a group to the geometry. this will ensure multi material support + + scope.addGroup( groupStart, groupCount, materialIndex ); + + // calculate new start value for groups + + groupStart += groupCount; + + // update total number of vertices + + numberOfVertices += vertexCounter; + + } + + } + + static fromJSON( data ) { + + return new BoxGeometry( data.width, data.height, data.depth, data.widthSegments, data.heightSegments, data.depthSegments ); + + } + +} + +/** + * Uniform Utilities + */ + +function cloneUniforms( src ) { + + const dst = {}; + + for ( const u in src ) { + + dst[ u ] = {}; + + for ( const p in src[ u ] ) { + + const property = src[ u ][ p ]; + + if ( property && ( property.isColor || + property.isMatrix3 || property.isMatrix4 || + property.isVector2 || property.isVector3 || property.isVector4 || + property.isTexture || property.isQuaternion ) ) { + + dst[ u ][ p ] = property.clone(); + + } else if ( Array.isArray( property ) ) { + + dst[ u ][ p ] = property.slice(); + + } else { + + dst[ u ][ p ] = property; + + } + + } + + } + + return dst; + +} + +function mergeUniforms( uniforms ) { + + const merged = {}; + + for ( let u = 0; u < uniforms.length; u ++ ) { + + const tmp = cloneUniforms( uniforms[ u ] ); + + for ( const p in tmp ) { + + merged[ p ] = tmp[ p ]; + + } + + } + + return merged; + +} + +// Legacy + +const UniformsUtils = { clone: cloneUniforms, merge: mergeUniforms }; + +var default_vertex = "void main() {\n\tgl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n}"; + +var default_fragment = "void main() {\n\tgl_FragColor = vec4( 1.0, 0.0, 0.0, 1.0 );\n}"; + +/** + * parameters = { + * defines: { "label" : "value" }, + * uniforms: { "parameter1": { value: 1.0 }, "parameter2": { value2: 2 } }, + * + * fragmentShader: , + * vertexShader: , + * + * wireframe: , + * wireframeLinewidth: , + * + * lights: + * } + */ + +class ShaderMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'ShaderMaterial'; + + this.defines = {}; + this.uniforms = {}; + + this.vertexShader = default_vertex; + this.fragmentShader = default_fragment; + + this.linewidth = 1; + + this.wireframe = false; + this.wireframeLinewidth = 1; + + this.fog = false; // set to use scene fog + this.lights = false; // set to use scene lights + this.clipping = false; // set to use user-defined clipping planes + + this.extensions = { + derivatives: false, // set to use derivatives + fragDepth: false, // set to use fragment depth values + drawBuffers: false, // set to use draw buffers + shaderTextureLOD: false // set to use shader texture LOD + }; + + // When rendered geometry doesn't include these attributes but the material does, + // use these default values in WebGL. This avoids errors when buffer data is missing. + this.defaultAttributeValues = { + 'color': [ 1, 1, 1 ], + 'uv': [ 0, 0 ], + 'uv2': [ 0, 0 ] + }; + + this.index0AttributeName = undefined; + this.uniformsNeedUpdate = false; + + this.glslVersion = null; + + if ( parameters !== undefined ) { + + if ( parameters.attributes !== undefined ) { + + console.error( 'THREE.ShaderMaterial: attributes should now be defined in THREE.BufferGeometry instead.' ); + + } + + this.setValues( parameters ); + + } + + } + + copy( source ) { + + super.copy( source ); + + this.fragmentShader = source.fragmentShader; + this.vertexShader = source.vertexShader; + + this.uniforms = cloneUniforms( source.uniforms ); + + this.defines = Object.assign( {}, source.defines ); + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + + this.lights = source.lights; + this.clipping = source.clipping; + + this.extensions = Object.assign( {}, source.extensions ); + + this.glslVersion = source.glslVersion; + + return this; + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + data.glslVersion = this.glslVersion; + data.uniforms = {}; + + for ( const name in this.uniforms ) { + + const uniform = this.uniforms[ name ]; + const value = uniform.value; + + if ( value && value.isTexture ) { + + data.uniforms[ name ] = { + type: 't', + value: value.toJSON( meta ).uuid + }; + + } else if ( value && value.isColor ) { + + data.uniforms[ name ] = { + type: 'c', + value: value.getHex() + }; + + } else if ( value && value.isVector2 ) { + + data.uniforms[ name ] = { + type: 'v2', + value: value.toArray() + }; + + } else if ( value && value.isVector3 ) { + + data.uniforms[ name ] = { + type: 'v3', + value: value.toArray() + }; + + } else if ( value && value.isVector4 ) { + + data.uniforms[ name ] = { + type: 'v4', + value: value.toArray() + }; + + } else if ( value && value.isMatrix3 ) { + + data.uniforms[ name ] = { + type: 'm3', + value: value.toArray() + }; + + } else if ( value && value.isMatrix4 ) { + + data.uniforms[ name ] = { + type: 'm4', + value: value.toArray() + }; + + } else { + + data.uniforms[ name ] = { + value: value + }; + + // note: the array variants v2v, v3v, v4v, m4v and tv are not supported so far + + } + + } + + if ( Object.keys( this.defines ).length > 0 ) data.defines = this.defines; + + data.vertexShader = this.vertexShader; + data.fragmentShader = this.fragmentShader; + + const extensions = {}; + + for ( const key in this.extensions ) { + + if ( this.extensions[ key ] === true ) extensions[ key ] = true; + + } + + if ( Object.keys( extensions ).length > 0 ) data.extensions = extensions; + + return data; + + } + +} + +ShaderMaterial.prototype.isShaderMaterial = true; + +class Camera extends Object3D { + + constructor() { + + super(); + + this.type = 'Camera'; + + this.matrixWorldInverse = new Matrix4(); + + this.projectionMatrix = new Matrix4(); + this.projectionMatrixInverse = new Matrix4(); + + } + + copy( source, recursive ) { + + super.copy( source, recursive ); + + this.matrixWorldInverse.copy( source.matrixWorldInverse ); + + this.projectionMatrix.copy( source.projectionMatrix ); + this.projectionMatrixInverse.copy( source.projectionMatrixInverse ); + + return this; + + } + + getWorldDirection( target ) { + + this.updateWorldMatrix( true, false ); + + const e = this.matrixWorld.elements; + + return target.set( - e[ 8 ], - e[ 9 ], - e[ 10 ] ).normalize(); + + } + + updateMatrixWorld( force ) { + + super.updateMatrixWorld( force ); + + this.matrixWorldInverse.copy( this.matrixWorld ).invert(); + + } + + updateWorldMatrix( updateParents, updateChildren ) { + + super.updateWorldMatrix( updateParents, updateChildren ); + + this.matrixWorldInverse.copy( this.matrixWorld ).invert(); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +Camera.prototype.isCamera = true; + +class PerspectiveCamera extends Camera { + + constructor( fov = 50, aspect = 1, near = 0.1, far = 2000 ) { + + super(); + + this.type = 'PerspectiveCamera'; + + this.fov = fov; + this.zoom = 1; + + this.near = near; + this.far = far; + this.focus = 10; + + this.aspect = aspect; + this.view = null; + + this.filmGauge = 35; // width of the film (default in millimeters) + this.filmOffset = 0; // horizontal film offset (same unit as gauge) + + this.updateProjectionMatrix(); + + } + + copy( source, recursive ) { + + super.copy( source, recursive ); + + this.fov = source.fov; + this.zoom = source.zoom; + + this.near = source.near; + this.far = source.far; + this.focus = source.focus; + + this.aspect = source.aspect; + this.view = source.view === null ? null : Object.assign( {}, source.view ); + + this.filmGauge = source.filmGauge; + this.filmOffset = source.filmOffset; + + return this; + + } + + /** + * Sets the FOV by focal length in respect to the current .filmGauge. + * + * The default film gauge is 35, so that the focal length can be specified for + * a 35mm (full frame) camera. + * + * Values for focal length and film gauge must have the same unit. + */ + setFocalLength( focalLength ) { + + /** see {@link http://www.bobatkins.com/photography/technical/field_of_view.html} */ + const vExtentSlope = 0.5 * this.getFilmHeight() / focalLength; + + this.fov = RAD2DEG * 2 * Math.atan( vExtentSlope ); + this.updateProjectionMatrix(); + + } + + /** + * Calculates the focal length from the current .fov and .filmGauge. + */ + getFocalLength() { + + const vExtentSlope = Math.tan( DEG2RAD * 0.5 * this.fov ); + + return 0.5 * this.getFilmHeight() / vExtentSlope; + + } + + getEffectiveFOV() { + + return RAD2DEG * 2 * Math.atan( + Math.tan( DEG2RAD * 0.5 * this.fov ) / this.zoom ); + + } + + getFilmWidth() { + + // film not completely covered in portrait format (aspect < 1) + return this.filmGauge * Math.min( this.aspect, 1 ); + + } + + getFilmHeight() { + + // film not completely covered in landscape format (aspect > 1) + return this.filmGauge / Math.max( this.aspect, 1 ); + + } + + /** + * Sets an offset in a larger frustum. This is useful for multi-window or + * multi-monitor/multi-machine setups. + * + * For example, if you have 3x2 monitors and each monitor is 1920x1080 and + * the monitors are in grid like this + * + * +---+---+---+ + * | A | B | C | + * +---+---+---+ + * | D | E | F | + * +---+---+---+ + * + * then for each monitor you would call it like this + * + * const w = 1920; + * const h = 1080; + * const fullWidth = w * 3; + * const fullHeight = h * 2; + * + * --A-- + * camera.setViewOffset( fullWidth, fullHeight, w * 0, h * 0, w, h ); + * --B-- + * camera.setViewOffset( fullWidth, fullHeight, w * 1, h * 0, w, h ); + * --C-- + * camera.setViewOffset( fullWidth, fullHeight, w * 2, h * 0, w, h ); + * --D-- + * camera.setViewOffset( fullWidth, fullHeight, w * 0, h * 1, w, h ); + * --E-- + * camera.setViewOffset( fullWidth, fullHeight, w * 1, h * 1, w, h ); + * --F-- + * camera.setViewOffset( fullWidth, fullHeight, w * 2, h * 1, w, h ); + * + * Note there is no reason monitors have to be the same size or in a grid. + */ + setViewOffset( fullWidth, fullHeight, x, y, width, height ) { + + this.aspect = fullWidth / fullHeight; + + if ( this.view === null ) { + + this.view = { + enabled: true, + fullWidth: 1, + fullHeight: 1, + offsetX: 0, + offsetY: 0, + width: 1, + height: 1 + }; + + } + + this.view.enabled = true; + this.view.fullWidth = fullWidth; + this.view.fullHeight = fullHeight; + this.view.offsetX = x; + this.view.offsetY = y; + this.view.width = width; + this.view.height = height; + + this.updateProjectionMatrix(); + + } + + clearViewOffset() { + + if ( this.view !== null ) { + + this.view.enabled = false; + + } + + this.updateProjectionMatrix(); + + } + + updateProjectionMatrix() { + + const near = this.near; + let top = near * Math.tan( DEG2RAD * 0.5 * this.fov ) / this.zoom; + let height = 2 * top; + let width = this.aspect * height; + let left = - 0.5 * width; + const view = this.view; + + if ( this.view !== null && this.view.enabled ) { + + const fullWidth = view.fullWidth, + fullHeight = view.fullHeight; + + left += view.offsetX * width / fullWidth; + top -= view.offsetY * height / fullHeight; + width *= view.width / fullWidth; + height *= view.height / fullHeight; + + } + + const skew = this.filmOffset; + if ( skew !== 0 ) left += near * skew / this.getFilmWidth(); + + this.projectionMatrix.makePerspective( left, left + width, top, top - height, near, this.far ); + + this.projectionMatrixInverse.copy( this.projectionMatrix ).invert(); + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + data.object.fov = this.fov; + data.object.zoom = this.zoom; + + data.object.near = this.near; + data.object.far = this.far; + data.object.focus = this.focus; + + data.object.aspect = this.aspect; + + if ( this.view !== null ) data.object.view = Object.assign( {}, this.view ); + + data.object.filmGauge = this.filmGauge; + data.object.filmOffset = this.filmOffset; + + return data; + + } + +} + +PerspectiveCamera.prototype.isPerspectiveCamera = true; + +const fov = 90, aspect = 1; + +class CubeCamera extends Object3D { + + constructor( near, far, renderTarget ) { + + super(); + + this.type = 'CubeCamera'; + + if ( renderTarget.isWebGLCubeRenderTarget !== true ) { + + console.error( 'THREE.CubeCamera: The constructor now expects an instance of WebGLCubeRenderTarget as third parameter.' ); + return; + + } + + this.renderTarget = renderTarget; + + const cameraPX = new PerspectiveCamera( fov, aspect, near, far ); + cameraPX.layers = this.layers; + cameraPX.up.set( 0, - 1, 0 ); + cameraPX.lookAt( new Vector3( 1, 0, 0 ) ); + this.add( cameraPX ); + + const cameraNX = new PerspectiveCamera( fov, aspect, near, far ); + cameraNX.layers = this.layers; + cameraNX.up.set( 0, - 1, 0 ); + cameraNX.lookAt( new Vector3( - 1, 0, 0 ) ); + this.add( cameraNX ); + + const cameraPY = new PerspectiveCamera( fov, aspect, near, far ); + cameraPY.layers = this.layers; + cameraPY.up.set( 0, 0, 1 ); + cameraPY.lookAt( new Vector3( 0, 1, 0 ) ); + this.add( cameraPY ); + + const cameraNY = new PerspectiveCamera( fov, aspect, near, far ); + cameraNY.layers = this.layers; + cameraNY.up.set( 0, 0, - 1 ); + cameraNY.lookAt( new Vector3( 0, - 1, 0 ) ); + this.add( cameraNY ); + + const cameraPZ = new PerspectiveCamera( fov, aspect, near, far ); + cameraPZ.layers = this.layers; + cameraPZ.up.set( 0, - 1, 0 ); + cameraPZ.lookAt( new Vector3( 0, 0, 1 ) ); + this.add( cameraPZ ); + + const cameraNZ = new PerspectiveCamera( fov, aspect, near, far ); + cameraNZ.layers = this.layers; + cameraNZ.up.set( 0, - 1, 0 ); + cameraNZ.lookAt( new Vector3( 0, 0, - 1 ) ); + this.add( cameraNZ ); + + } + + update( renderer, scene ) { + + if ( this.parent === null ) this.updateMatrixWorld(); + + const renderTarget = this.renderTarget; + + const [ cameraPX, cameraNX, cameraPY, cameraNY, cameraPZ, cameraNZ ] = this.children; + + const currentXrEnabled = renderer.xr.enabled; + const currentRenderTarget = renderer.getRenderTarget(); + + renderer.xr.enabled = false; + + const generateMipmaps = renderTarget.texture.generateMipmaps; + + renderTarget.texture.generateMipmaps = false; + + renderer.setRenderTarget( renderTarget, 0 ); + renderer.render( scene, cameraPX ); + + renderer.setRenderTarget( renderTarget, 1 ); + renderer.render( scene, cameraNX ); + + renderer.setRenderTarget( renderTarget, 2 ); + renderer.render( scene, cameraPY ); + + renderer.setRenderTarget( renderTarget, 3 ); + renderer.render( scene, cameraNY ); + + renderer.setRenderTarget( renderTarget, 4 ); + renderer.render( scene, cameraPZ ); + + renderTarget.texture.generateMipmaps = generateMipmaps; + + renderer.setRenderTarget( renderTarget, 5 ); + renderer.render( scene, cameraNZ ); + + renderer.setRenderTarget( currentRenderTarget ); + + renderer.xr.enabled = currentXrEnabled; + + } + +} + +class CubeTexture extends Texture { + + constructor( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding ) { + + images = images !== undefined ? images : []; + mapping = mapping !== undefined ? mapping : CubeReflectionMapping; + format = format !== undefined ? format : RGBFormat; + + super( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding ); + + this.flipY = false; + + } + + get images() { + + return this.image; + + } + + set images( value ) { + + this.image = value; + + } + +} + +CubeTexture.prototype.isCubeTexture = true; + +class WebGLCubeRenderTarget extends WebGLRenderTarget { + + constructor( size, options, dummy ) { + + if ( Number.isInteger( options ) ) { + + console.warn( 'THREE.WebGLCubeRenderTarget: constructor signature is now WebGLCubeRenderTarget( size, options )' ); + + options = dummy; + + } + + super( size, size, options ); + + options = options || {}; + + // By convention -- likely based on the RenderMan spec from the 1990's -- cube maps are specified by WebGL (and three.js) + // in a coordinate system in which positive-x is to the right when looking up the positive-z axis -- in other words, + // in a left-handed coordinate system. By continuing this convention, preexisting cube maps continued to render correctly. + + // three.js uses a right-handed coordinate system. So environment maps used in three.js appear to have px and nx swapped + // and the flag isRenderTargetTexture controls this conversion. The flip is not required when using WebGLCubeRenderTarget.texture + // as a cube texture (this is detected when isRenderTargetTexture is set to true for cube textures). + + this.texture = new CubeTexture( undefined, options.mapping, options.wrapS, options.wrapT, options.magFilter, options.minFilter, options.format, options.type, options.anisotropy, options.encoding ); + this.texture.isRenderTargetTexture = true; + + this.texture.generateMipmaps = options.generateMipmaps !== undefined ? options.generateMipmaps : false; + this.texture.minFilter = options.minFilter !== undefined ? options.minFilter : LinearFilter; + + this.texture._needsFlipEnvMap = false; + + } + + fromEquirectangularTexture( renderer, texture ) { + + this.texture.type = texture.type; + this.texture.format = RGBAFormat; // see #18859 + this.texture.encoding = texture.encoding; + + this.texture.generateMipmaps = texture.generateMipmaps; + this.texture.minFilter = texture.minFilter; + this.texture.magFilter = texture.magFilter; + + const shader = { + + uniforms: { + tEquirect: { value: null }, + }, + + vertexShader: /* glsl */` + + varying vec3 vWorldDirection; + + vec3 transformDirection( in vec3 dir, in mat4 matrix ) { + + return normalize( ( matrix * vec4( dir, 0.0 ) ).xyz ); + + } + + void main() { + + vWorldDirection = transformDirection( position, modelMatrix ); + + #include + #include + + } + `, + + fragmentShader: /* glsl */` + + uniform sampler2D tEquirect; + + varying vec3 vWorldDirection; + + #include + + void main() { + + vec3 direction = normalize( vWorldDirection ); + + vec2 sampleUV = equirectUv( direction ); + + gl_FragColor = texture2D( tEquirect, sampleUV ); + + } + ` + }; + + const geometry = new BoxGeometry( 5, 5, 5 ); + + const material = new ShaderMaterial( { + + name: 'CubemapFromEquirect', + + uniforms: cloneUniforms( shader.uniforms ), + vertexShader: shader.vertexShader, + fragmentShader: shader.fragmentShader, + side: BackSide, + blending: NoBlending + + } ); + + material.uniforms.tEquirect.value = texture; + + const mesh = new Mesh( geometry, material ); + + const currentMinFilter = texture.minFilter; + + // Avoid blurred poles + if ( texture.minFilter === LinearMipmapLinearFilter ) texture.minFilter = LinearFilter; + + const camera = new CubeCamera( 1, 10, this ); + camera.update( renderer, mesh ); + + texture.minFilter = currentMinFilter; + + mesh.geometry.dispose(); + mesh.material.dispose(); + + return this; + + } + + clear( renderer, color, depth, stencil ) { + + const currentRenderTarget = renderer.getRenderTarget(); + + for ( let i = 0; i < 6; i ++ ) { + + renderer.setRenderTarget( this, i ); + + renderer.clear( color, depth, stencil ); + + } + + renderer.setRenderTarget( currentRenderTarget ); + + } + +} + +WebGLCubeRenderTarget.prototype.isWebGLCubeRenderTarget = true; + +const _vector1 = /*@__PURE__*/ new Vector3(); +const _vector2 = /*@__PURE__*/ new Vector3(); +const _normalMatrix = /*@__PURE__*/ new Matrix3(); + +class Plane { + + constructor( normal = new Vector3( 1, 0, 0 ), constant = 0 ) { + + // normal is assumed to be normalized + + this.normal = normal; + this.constant = constant; + + } + + set( normal, constant ) { + + this.normal.copy( normal ); + this.constant = constant; + + return this; + + } + + setComponents( x, y, z, w ) { + + this.normal.set( x, y, z ); + this.constant = w; + + return this; + + } + + setFromNormalAndCoplanarPoint( normal, point ) { + + this.normal.copy( normal ); + this.constant = - point.dot( this.normal ); + + return this; + + } + + setFromCoplanarPoints( a, b, c ) { + + const normal = _vector1.subVectors( c, b ).cross( _vector2.subVectors( a, b ) ).normalize(); + + // Q: should an error be thrown if normal is zero (e.g. degenerate plane)? + + this.setFromNormalAndCoplanarPoint( normal, a ); + + return this; + + } + + copy( plane ) { + + this.normal.copy( plane.normal ); + this.constant = plane.constant; + + return this; + + } + + normalize() { + + // Note: will lead to a divide by zero if the plane is invalid. + + const inverseNormalLength = 1.0 / this.normal.length(); + this.normal.multiplyScalar( inverseNormalLength ); + this.constant *= inverseNormalLength; + + return this; + + } + + negate() { + + this.constant *= - 1; + this.normal.negate(); + + return this; + + } + + distanceToPoint( point ) { + + return this.normal.dot( point ) + this.constant; + + } + + distanceToSphere( sphere ) { + + return this.distanceToPoint( sphere.center ) - sphere.radius; + + } + + projectPoint( point, target ) { + + return target.copy( this.normal ).multiplyScalar( - this.distanceToPoint( point ) ).add( point ); + + } + + intersectLine( line, target ) { + + const direction = line.delta( _vector1 ); + + const denominator = this.normal.dot( direction ); + + if ( denominator === 0 ) { + + // line is coplanar, return origin + if ( this.distanceToPoint( line.start ) === 0 ) { + + return target.copy( line.start ); + + } + + // Unsure if this is the correct method to handle this case. + return null; + + } + + const t = - ( line.start.dot( this.normal ) + this.constant ) / denominator; + + if ( t < 0 || t > 1 ) { + + return null; + + } + + return target.copy( direction ).multiplyScalar( t ).add( line.start ); + + } + + intersectsLine( line ) { + + // Note: this tests if a line intersects the plane, not whether it (or its end-points) are coplanar with it. + + const startSign = this.distanceToPoint( line.start ); + const endSign = this.distanceToPoint( line.end ); + + return ( startSign < 0 && endSign > 0 ) || ( endSign < 0 && startSign > 0 ); + + } + + intersectsBox( box ) { + + return box.intersectsPlane( this ); + + } + + intersectsSphere( sphere ) { + + return sphere.intersectsPlane( this ); + + } + + coplanarPoint( target ) { + + return target.copy( this.normal ).multiplyScalar( - this.constant ); + + } + + applyMatrix4( matrix, optionalNormalMatrix ) { + + const normalMatrix = optionalNormalMatrix || _normalMatrix.getNormalMatrix( matrix ); + + const referencePoint = this.coplanarPoint( _vector1 ).applyMatrix4( matrix ); + + const normal = this.normal.applyMatrix3( normalMatrix ).normalize(); + + this.constant = - referencePoint.dot( normal ); + + return this; + + } + + translate( offset ) { + + this.constant -= offset.dot( this.normal ); + + return this; + + } + + equals( plane ) { + + return plane.normal.equals( this.normal ) && ( plane.constant === this.constant ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +Plane.prototype.isPlane = true; + +const _sphere$2 = /*@__PURE__*/ new Sphere(); +const _vector$7 = /*@__PURE__*/ new Vector3(); + +class Frustum { + + constructor( p0 = new Plane(), p1 = new Plane(), p2 = new Plane(), p3 = new Plane(), p4 = new Plane(), p5 = new Plane() ) { + + this.planes = [ p0, p1, p2, p3, p4, p5 ]; + + } + + set( p0, p1, p2, p3, p4, p5 ) { + + const planes = this.planes; + + planes[ 0 ].copy( p0 ); + planes[ 1 ].copy( p1 ); + planes[ 2 ].copy( p2 ); + planes[ 3 ].copy( p3 ); + planes[ 4 ].copy( p4 ); + planes[ 5 ].copy( p5 ); + + return this; + + } + + copy( frustum ) { + + const planes = this.planes; + + for ( let i = 0; i < 6; i ++ ) { + + planes[ i ].copy( frustum.planes[ i ] ); + + } + + return this; + + } + + setFromProjectionMatrix( m ) { + + const planes = this.planes; + const me = m.elements; + const me0 = me[ 0 ], me1 = me[ 1 ], me2 = me[ 2 ], me3 = me[ 3 ]; + const me4 = me[ 4 ], me5 = me[ 5 ], me6 = me[ 6 ], me7 = me[ 7 ]; + const me8 = me[ 8 ], me9 = me[ 9 ], me10 = me[ 10 ], me11 = me[ 11 ]; + const me12 = me[ 12 ], me13 = me[ 13 ], me14 = me[ 14 ], me15 = me[ 15 ]; + + planes[ 0 ].setComponents( me3 - me0, me7 - me4, me11 - me8, me15 - me12 ).normalize(); + planes[ 1 ].setComponents( me3 + me0, me7 + me4, me11 + me8, me15 + me12 ).normalize(); + planes[ 2 ].setComponents( me3 + me1, me7 + me5, me11 + me9, me15 + me13 ).normalize(); + planes[ 3 ].setComponents( me3 - me1, me7 - me5, me11 - me9, me15 - me13 ).normalize(); + planes[ 4 ].setComponents( me3 - me2, me7 - me6, me11 - me10, me15 - me14 ).normalize(); + planes[ 5 ].setComponents( me3 + me2, me7 + me6, me11 + me10, me15 + me14 ).normalize(); + + return this; + + } + + intersectsObject( object ) { + + const geometry = object.geometry; + + if ( geometry.boundingSphere === null ) geometry.computeBoundingSphere(); + + _sphere$2.copy( geometry.boundingSphere ).applyMatrix4( object.matrixWorld ); + + return this.intersectsSphere( _sphere$2 ); + + } + + intersectsSprite( sprite ) { + + _sphere$2.center.set( 0, 0, 0 ); + _sphere$2.radius = 0.7071067811865476; + _sphere$2.applyMatrix4( sprite.matrixWorld ); + + return this.intersectsSphere( _sphere$2 ); + + } + + intersectsSphere( sphere ) { + + const planes = this.planes; + const center = sphere.center; + const negRadius = - sphere.radius; + + for ( let i = 0; i < 6; i ++ ) { + + const distance = planes[ i ].distanceToPoint( center ); + + if ( distance < negRadius ) { + + return false; + + } + + } + + return true; + + } + + intersectsBox( box ) { + + const planes = this.planes; + + for ( let i = 0; i < 6; i ++ ) { + + const plane = planes[ i ]; + + // corner at max distance + + _vector$7.x = plane.normal.x > 0 ? box.max.x : box.min.x; + _vector$7.y = plane.normal.y > 0 ? box.max.y : box.min.y; + _vector$7.z = plane.normal.z > 0 ? box.max.z : box.min.z; + + if ( plane.distanceToPoint( _vector$7 ) < 0 ) { + + return false; + + } + + } + + return true; + + } + + containsPoint( point ) { + + const planes = this.planes; + + for ( let i = 0; i < 6; i ++ ) { + + if ( planes[ i ].distanceToPoint( point ) < 0 ) { + + return false; + + } + + } + + return true; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +function WebGLAnimation() { + + let context = null; + let isAnimating = false; + let animationLoop = null; + let requestId = null; + + function onAnimationFrame( time, frame ) { + + animationLoop( time, frame ); + + requestId = context.requestAnimationFrame( onAnimationFrame ); + + } + + return { + + start: function () { + + if ( isAnimating === true ) return; + if ( animationLoop === null ) return; + + requestId = context.requestAnimationFrame( onAnimationFrame ); + + isAnimating = true; + + }, + + stop: function () { + + context.cancelAnimationFrame( requestId ); + + isAnimating = false; + + }, + + setAnimationLoop: function ( callback ) { + + animationLoop = callback; + + }, + + setContext: function ( value ) { + + context = value; + + } + + }; + +} + +function WebGLAttributes( gl, capabilities ) { + + const isWebGL2 = capabilities.isWebGL2; + + const buffers = new WeakMap(); + + function createBuffer( attribute, bufferType ) { + + const array = attribute.array; + const usage = attribute.usage; + + const buffer = gl.createBuffer(); + + gl.bindBuffer( bufferType, buffer ); + gl.bufferData( bufferType, array, usage ); + + attribute.onUploadCallback(); + + let type = 5126; + + if ( array instanceof Float32Array ) { + + type = 5126; + + } else if ( array instanceof Float64Array ) { + + console.warn( 'THREE.WebGLAttributes: Unsupported data buffer format: Float64Array.' ); + + } else if ( array instanceof Uint16Array ) { + + if ( attribute.isFloat16BufferAttribute ) { + + if ( isWebGL2 ) { + + type = 5131; + + } else { + + console.warn( 'THREE.WebGLAttributes: Usage of Float16BufferAttribute requires WebGL2.' ); + + } + + } else { + + type = 5123; + + } + + } else if ( array instanceof Int16Array ) { + + type = 5122; + + } else if ( array instanceof Uint32Array ) { + + type = 5125; + + } else if ( array instanceof Int32Array ) { + + type = 5124; + + } else if ( array instanceof Int8Array ) { + + type = 5120; + + } else if ( array instanceof Uint8Array ) { + + type = 5121; + + } else if ( array instanceof Uint8ClampedArray ) { + + type = 5121; + + } + + return { + buffer: buffer, + type: type, + bytesPerElement: array.BYTES_PER_ELEMENT, + version: attribute.version + }; + + } + + function updateBuffer( buffer, attribute, bufferType ) { + + const array = attribute.array; + const updateRange = attribute.updateRange; + + gl.bindBuffer( bufferType, buffer ); + + if ( updateRange.count === - 1 ) { + + // Not using update ranges + + gl.bufferSubData( bufferType, 0, array ); + + } else { + + if ( isWebGL2 ) { + + gl.bufferSubData( bufferType, updateRange.offset * array.BYTES_PER_ELEMENT, + array, updateRange.offset, updateRange.count ); + + } else { + + gl.bufferSubData( bufferType, updateRange.offset * array.BYTES_PER_ELEMENT, + array.subarray( updateRange.offset, updateRange.offset + updateRange.count ) ); + + } + + updateRange.count = - 1; // reset range + + } + + } + + // + + function get( attribute ) { + + if ( attribute.isInterleavedBufferAttribute ) attribute = attribute.data; + + return buffers.get( attribute ); + + } + + function remove( attribute ) { + + if ( attribute.isInterleavedBufferAttribute ) attribute = attribute.data; + + const data = buffers.get( attribute ); + + if ( data ) { + + gl.deleteBuffer( data.buffer ); + + buffers.delete( attribute ); + + } + + } + + function update( attribute, bufferType ) { + + if ( attribute.isGLBufferAttribute ) { + + const cached = buffers.get( attribute ); + + if ( ! cached || cached.version < attribute.version ) { + + buffers.set( attribute, { + buffer: attribute.buffer, + type: attribute.type, + bytesPerElement: attribute.elementSize, + version: attribute.version + } ); + + } + + return; + + } + + if ( attribute.isInterleavedBufferAttribute ) attribute = attribute.data; + + const data = buffers.get( attribute ); + + if ( data === undefined ) { + + buffers.set( attribute, createBuffer( attribute, bufferType ) ); + + } else if ( data.version < attribute.version ) { + + updateBuffer( data.buffer, attribute, bufferType ); + + data.version = attribute.version; + + } + + } + + return { + + get: get, + remove: remove, + update: update + + }; + +} + +class PlaneGeometry extends BufferGeometry { + + constructor( width = 1, height = 1, widthSegments = 1, heightSegments = 1 ) { + + super(); + this.type = 'PlaneGeometry'; + + this.parameters = { + width: width, + height: height, + widthSegments: widthSegments, + heightSegments: heightSegments + }; + + const width_half = width / 2; + const height_half = height / 2; + + const gridX = Math.floor( widthSegments ); + const gridY = Math.floor( heightSegments ); + + const gridX1 = gridX + 1; + const gridY1 = gridY + 1; + + const segment_width = width / gridX; + const segment_height = height / gridY; + + // + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + for ( let iy = 0; iy < gridY1; iy ++ ) { + + const y = iy * segment_height - height_half; + + for ( let ix = 0; ix < gridX1; ix ++ ) { + + const x = ix * segment_width - width_half; + + vertices.push( x, - y, 0 ); + + normals.push( 0, 0, 1 ); + + uvs.push( ix / gridX ); + uvs.push( 1 - ( iy / gridY ) ); + + } + + } + + for ( let iy = 0; iy < gridY; iy ++ ) { + + for ( let ix = 0; ix < gridX; ix ++ ) { + + const a = ix + gridX1 * iy; + const b = ix + gridX1 * ( iy + 1 ); + const c = ( ix + 1 ) + gridX1 * ( iy + 1 ); + const d = ( ix + 1 ) + gridX1 * iy; + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + } + + static fromJSON( data ) { + + return new PlaneGeometry( data.width, data.height, data.widthSegments, data.heightSegments ); + + } + +} + +var alphamap_fragment = "#ifdef USE_ALPHAMAP\n\tdiffuseColor.a *= texture2D( alphaMap, vUv ).g;\n#endif"; + +var alphamap_pars_fragment = "#ifdef USE_ALPHAMAP\n\tuniform sampler2D alphaMap;\n#endif"; + +var alphatest_fragment = "#ifdef ALPHATEST\n\tif ( diffuseColor.a < ALPHATEST ) discard;\n#endif"; + +var aomap_fragment = "#ifdef USE_AOMAP\n\tfloat ambientOcclusion = ( texture2D( aoMap, vUv2 ).r - 1.0 ) * aoMapIntensity + 1.0;\n\treflectedLight.indirectDiffuse *= ambientOcclusion;\n\t#if defined( USE_ENVMAP ) && defined( STANDARD )\n\t\tfloat dotNV = saturate( dot( geometry.normal, geometry.viewDir ) );\n\t\treflectedLight.indirectSpecular *= computeSpecularOcclusion( dotNV, ambientOcclusion, material.specularRoughness );\n\t#endif\n#endif"; + +var aomap_pars_fragment = "#ifdef USE_AOMAP\n\tuniform sampler2D aoMap;\n\tuniform float aoMapIntensity;\n#endif"; + +var begin_vertex = "vec3 transformed = vec3( position );"; + +var beginnormal_vertex = "vec3 objectNormal = vec3( normal );\n#ifdef USE_TANGENT\n\tvec3 objectTangent = vec3( tangent.xyz );\n#endif"; + +var bsdfs = "vec2 integrateSpecularBRDF( const in float dotNV, const in float roughness ) {\n\tconst vec4 c0 = vec4( - 1, - 0.0275, - 0.572, 0.022 );\n\tconst vec4 c1 = vec4( 1, 0.0425, 1.04, - 0.04 );\n\tvec4 r = roughness * c0 + c1;\n\tfloat a004 = min( r.x * r.x, exp2( - 9.28 * dotNV ) ) * r.x + r.y;\n\treturn vec2( -1.04, 1.04 ) * a004 + r.zw;\n}\nfloat punctualLightIntensityToIrradianceFactor( const in float lightDistance, const in float cutoffDistance, const in float decayExponent ) {\n#if defined ( PHYSICALLY_CORRECT_LIGHTS )\n\tfloat distanceFalloff = 1.0 / max( pow( lightDistance, decayExponent ), 0.01 );\n\tif( cutoffDistance > 0.0 ) {\n\t\tdistanceFalloff *= pow2( saturate( 1.0 - pow4( lightDistance / cutoffDistance ) ) );\n\t}\n\treturn distanceFalloff;\n#else\n\tif( cutoffDistance > 0.0 && decayExponent > 0.0 ) {\n\t\treturn pow( saturate( -lightDistance / cutoffDistance + 1.0 ), decayExponent );\n\t}\n\treturn 1.0;\n#endif\n}\nvec3 BRDF_Diffuse_Lambert( const in vec3 diffuseColor ) {\n\treturn RECIPROCAL_PI * diffuseColor;\n}\nvec3 F_Schlick( const in vec3 f0, const in vec3 f90, const in float dotVH ) {\n\tfloat fresnel = exp2( ( -5.55473 * dotVH - 6.98316 ) * dotVH );\n\treturn ( f90 - f0 ) * fresnel + f0;\n}\nvec3 F_Schlick_RoughnessDependent( const in vec3 F0, const in float dotNV, const in float roughness ) {\n\tfloat fresnel = exp2( ( -5.55473 * dotNV - 6.98316 ) * dotNV );\n\tvec3 Fr = max( vec3( 1.0 - roughness ), F0 ) - F0;\n\treturn Fr * fresnel + F0;\n}\nfloat G_GGX_Smith( const in float alpha, const in float dotNL, const in float dotNV ) {\n\tfloat a2 = pow2( alpha );\n\tfloat gl = dotNL + sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) );\n\tfloat gv = dotNV + sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) );\n\treturn 1.0 / ( gl * gv );\n}\nfloat G_GGX_SmithCorrelated( const in float alpha, const in float dotNL, const in float dotNV ) {\n\tfloat a2 = pow2( alpha );\n\tfloat gv = dotNL * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) );\n\tfloat gl = dotNV * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) );\n\treturn 0.5 / max( gv + gl, EPSILON );\n}\nfloat D_GGX( const in float alpha, const in float dotNH ) {\n\tfloat a2 = pow2( alpha );\n\tfloat denom = pow2( dotNH ) * ( a2 - 1.0 ) + 1.0;\n\treturn RECIPROCAL_PI * a2 / pow2( denom );\n}\nvec3 BRDF_Specular_GGX( const in IncidentLight incidentLight, const in vec3 viewDir, const in vec3 normal, const in vec3 f0, const in vec3 f90, const in float roughness ) {\n\tfloat alpha = pow2( roughness );\n\tvec3 halfDir = normalize( incidentLight.direction + viewDir );\n\tfloat dotNL = saturate( dot( normal, incidentLight.direction ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\tfloat dotLH = saturate( dot( incidentLight.direction, halfDir ) );\n\tvec3 F = F_Schlick( f0, f90, dotLH );\n\tfloat G = G_GGX_SmithCorrelated( alpha, dotNL, dotNV );\n\tfloat D = D_GGX( alpha, dotNH );\n\treturn F * ( G * D );\n}\nvec2 LTC_Uv( const in vec3 N, const in vec3 V, const in float roughness ) {\n\tconst float LUT_SIZE = 64.0;\n\tconst float LUT_SCALE = ( LUT_SIZE - 1.0 ) / LUT_SIZE;\n\tconst float LUT_BIAS = 0.5 / LUT_SIZE;\n\tfloat dotNV = saturate( dot( N, V ) );\n\tvec2 uv = vec2( roughness, sqrt( 1.0 - dotNV ) );\n\tuv = uv * LUT_SCALE + LUT_BIAS;\n\treturn uv;\n}\nfloat LTC_ClippedSphereFormFactor( const in vec3 f ) {\n\tfloat l = length( f );\n\treturn max( ( l * l + f.z ) / ( l + 1.0 ), 0.0 );\n}\nvec3 LTC_EdgeVectorFormFactor( const in vec3 v1, const in vec3 v2 ) {\n\tfloat x = dot( v1, v2 );\n\tfloat y = abs( x );\n\tfloat a = 0.8543985 + ( 0.4965155 + 0.0145206 * y ) * y;\n\tfloat b = 3.4175940 + ( 4.1616724 + y ) * y;\n\tfloat v = a / b;\n\tfloat theta_sintheta = ( x > 0.0 ) ? v : 0.5 * inversesqrt( max( 1.0 - x * x, 1e-7 ) ) - v;\n\treturn cross( v1, v2 ) * theta_sintheta;\n}\nvec3 LTC_Evaluate( const in vec3 N, const in vec3 V, const in vec3 P, const in mat3 mInv, const in vec3 rectCoords[ 4 ] ) {\n\tvec3 v1 = rectCoords[ 1 ] - rectCoords[ 0 ];\n\tvec3 v2 = rectCoords[ 3 ] - rectCoords[ 0 ];\n\tvec3 lightNormal = cross( v1, v2 );\n\tif( dot( lightNormal, P - rectCoords[ 0 ] ) < 0.0 ) return vec3( 0.0 );\n\tvec3 T1, T2;\n\tT1 = normalize( V - N * dot( V, N ) );\n\tT2 = - cross( N, T1 );\n\tmat3 mat = mInv * transposeMat3( mat3( T1, T2, N ) );\n\tvec3 coords[ 4 ];\n\tcoords[ 0 ] = mat * ( rectCoords[ 0 ] - P );\n\tcoords[ 1 ] = mat * ( rectCoords[ 1 ] - P );\n\tcoords[ 2 ] = mat * ( rectCoords[ 2 ] - P );\n\tcoords[ 3 ] = mat * ( rectCoords[ 3 ] - P );\n\tcoords[ 0 ] = normalize( coords[ 0 ] );\n\tcoords[ 1 ] = normalize( coords[ 1 ] );\n\tcoords[ 2 ] = normalize( coords[ 2 ] );\n\tcoords[ 3 ] = normalize( coords[ 3 ] );\n\tvec3 vectorFormFactor = vec3( 0.0 );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 0 ], coords[ 1 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 1 ], coords[ 2 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 3 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 3 ], coords[ 0 ] );\n\tfloat result = LTC_ClippedSphereFormFactor( vectorFormFactor );\n\treturn vec3( result );\n}\nvec3 BRDF_Specular_GGX_Environment( const in vec3 viewDir, const in vec3 normal, const in vec3 specularColor, const in float roughness ) {\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 brdf = integrateSpecularBRDF( dotNV, roughness );\n\treturn specularColor * brdf.x + brdf.y;\n}\nvoid BRDF_Specular_Multiscattering_Environment( const in GeometricContext geometry, const in vec3 specularColor, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) {\n\tfloat dotNV = saturate( dot( geometry.normal, geometry.viewDir ) );\n\tvec3 F = F_Schlick_RoughnessDependent( specularColor, dotNV, roughness );\n\tvec2 brdf = integrateSpecularBRDF( dotNV, roughness );\n\tvec3 FssEss = F * brdf.x + brdf.y;\n\tfloat Ess = brdf.x + brdf.y;\n\tfloat Ems = 1.0 - Ess;\n\tvec3 Favg = specularColor + ( 1.0 - specularColor ) * 0.047619;\tvec3 Fms = FssEss * Favg / ( 1.0 - Ems * Favg );\n\tsingleScatter += FssEss;\n\tmultiScatter += Fms * Ems;\n}\nfloat G_BlinnPhong_Implicit( ) {\n\treturn 0.25;\n}\nfloat D_BlinnPhong( const in float shininess, const in float dotNH ) {\n\treturn RECIPROCAL_PI * ( shininess * 0.5 + 1.0 ) * pow( dotNH, shininess );\n}\nvec3 BRDF_Specular_BlinnPhong( const in IncidentLight incidentLight, const in GeometricContext geometry, const in vec3 specularColor, const in float shininess ) {\n\tvec3 halfDir = normalize( incidentLight.direction + geometry.viewDir );\n\tfloat dotNH = saturate( dot( geometry.normal, halfDir ) );\n\tfloat dotLH = saturate( dot( incidentLight.direction, halfDir ) );\n\tvec3 F = F_Schlick( specularColor, vec3( 1.0 ), dotLH );\n\tfloat G = G_BlinnPhong_Implicit( );\n\tfloat D = D_BlinnPhong( shininess, dotNH );\n\treturn F * ( G * D );\n}\nfloat GGXRoughnessToBlinnExponent( const in float ggxRoughness ) {\n\treturn ( 2.0 / pow2( ggxRoughness + 0.0001 ) - 2.0 );\n}\nfloat BlinnExponentToGGXRoughness( const in float blinnExponent ) {\n\treturn sqrt( 2.0 / ( blinnExponent + 2.0 ) );\n}\n#if defined( USE_SHEEN )\nfloat D_Charlie(float roughness, float NoH) {\n\tfloat invAlpha = 1.0 / roughness;\n\tfloat cos2h = NoH * NoH;\n\tfloat sin2h = max(1.0 - cos2h, 0.0078125);\treturn (2.0 + invAlpha) * pow(sin2h, invAlpha * 0.5) / (2.0 * PI);\n}\nfloat V_Neubelt(float NoV, float NoL) {\n\treturn saturate(1.0 / (4.0 * (NoL + NoV - NoL * NoV)));\n}\nvec3 BRDF_Specular_Sheen( const in float roughness, const in vec3 L, const in GeometricContext geometry, vec3 specularColor ) {\n\tvec3 N = geometry.normal;\n\tvec3 V = geometry.viewDir;\n\tvec3 H = normalize( V + L );\n\tfloat dotNH = saturate( dot( N, H ) );\n\treturn specularColor * D_Charlie( roughness, dotNH ) * V_Neubelt( dot(N, V), dot(N, L) );\n}\n#endif"; + +var bumpmap_pars_fragment = "#ifdef USE_BUMPMAP\n\tuniform sampler2D bumpMap;\n\tuniform float bumpScale;\n\tvec2 dHdxy_fwd() {\n\t\tvec2 dSTdx = dFdx( vUv );\n\t\tvec2 dSTdy = dFdy( vUv );\n\t\tfloat Hll = bumpScale * texture2D( bumpMap, vUv ).x;\n\t\tfloat dBx = bumpScale * texture2D( bumpMap, vUv + dSTdx ).x - Hll;\n\t\tfloat dBy = bumpScale * texture2D( bumpMap, vUv + dSTdy ).x - Hll;\n\t\treturn vec2( dBx, dBy );\n\t}\n\tvec3 perturbNormalArb( vec3 surf_pos, vec3 surf_norm, vec2 dHdxy, float faceDirection ) {\n\t\tvec3 vSigmaX = vec3( dFdx( surf_pos.x ), dFdx( surf_pos.y ), dFdx( surf_pos.z ) );\n\t\tvec3 vSigmaY = vec3( dFdy( surf_pos.x ), dFdy( surf_pos.y ), dFdy( surf_pos.z ) );\n\t\tvec3 vN = surf_norm;\n\t\tvec3 R1 = cross( vSigmaY, vN );\n\t\tvec3 R2 = cross( vN, vSigmaX );\n\t\tfloat fDet = dot( vSigmaX, R1 ) * faceDirection;\n\t\tvec3 vGrad = sign( fDet ) * ( dHdxy.x * R1 + dHdxy.y * R2 );\n\t\treturn normalize( abs( fDet ) * surf_norm - vGrad );\n\t}\n#endif"; + +var clipping_planes_fragment = "#if NUM_CLIPPING_PLANES > 0\n\tvec4 plane;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) {\n\t\tplane = clippingPlanes[ i ];\n\t\tif ( dot( vClipPosition, plane.xyz ) > plane.w ) discard;\n\t}\n\t#pragma unroll_loop_end\n\t#if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES\n\t\tbool clipped = true;\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) {\n\t\t\tplane = clippingPlanes[ i ];\n\t\t\tclipped = ( dot( vClipPosition, plane.xyz ) > plane.w ) && clipped;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t\tif ( clipped ) discard;\n\t#endif\n#endif"; + +var clipping_planes_pars_fragment = "#if NUM_CLIPPING_PLANES > 0\n\tvarying vec3 vClipPosition;\n\tuniform vec4 clippingPlanes[ NUM_CLIPPING_PLANES ];\n#endif"; + +var clipping_planes_pars_vertex = "#if NUM_CLIPPING_PLANES > 0\n\tvarying vec3 vClipPosition;\n#endif"; + +var clipping_planes_vertex = "#if NUM_CLIPPING_PLANES > 0\n\tvClipPosition = - mvPosition.xyz;\n#endif"; + +var color_fragment = "#if defined( USE_COLOR_ALPHA )\n\tdiffuseColor *= vColor;\n#elif defined( USE_COLOR )\n\tdiffuseColor.rgb *= vColor;\n#endif"; + +var color_pars_fragment = "#if defined( USE_COLOR_ALPHA )\n\tvarying vec4 vColor;\n#elif defined( USE_COLOR )\n\tvarying vec3 vColor;\n#endif"; + +var color_pars_vertex = "#if defined( USE_COLOR_ALPHA )\n\tvarying vec4 vColor;\n#elif defined( USE_COLOR ) || defined( USE_INSTANCING_COLOR )\n\tvarying vec3 vColor;\n#endif"; + +var color_vertex = "#if defined( USE_COLOR_ALPHA )\n\tvColor = vec4( 1.0 );\n#elif defined( USE_COLOR ) || defined( USE_INSTANCING_COLOR )\n\tvColor = vec3( 1.0 );\n#endif\n#ifdef USE_COLOR\n\tvColor *= color;\n#endif\n#ifdef USE_INSTANCING_COLOR\n\tvColor.xyz *= instanceColor.xyz;\n#endif"; + +var common = "#define PI 3.141592653589793\n#define PI2 6.283185307179586\n#define PI_HALF 1.5707963267948966\n#define RECIPROCAL_PI 0.3183098861837907\n#define RECIPROCAL_PI2 0.15915494309189535\n#define EPSILON 1e-6\n#ifndef saturate\n#define saturate(a) clamp( a, 0.0, 1.0 )\n#endif\n#define whiteComplement(a) ( 1.0 - saturate( a ) )\nfloat pow2( const in float x ) { return x*x; }\nfloat pow3( const in float x ) { return x*x*x; }\nfloat pow4( const in float x ) { float x2 = x*x; return x2*x2; }\nfloat average( const in vec3 color ) { return dot( color, vec3( 0.3333 ) ); }\nhighp float rand( const in vec2 uv ) {\n\tconst highp float a = 12.9898, b = 78.233, c = 43758.5453;\n\thighp float dt = dot( uv.xy, vec2( a,b ) ), sn = mod( dt, PI );\n\treturn fract(sin(sn) * c);\n}\n#ifdef HIGH_PRECISION\n\tfloat precisionSafeLength( vec3 v ) { return length( v ); }\n#else\n\tfloat max3( vec3 v ) { return max( max( v.x, v.y ), v.z ); }\n\tfloat precisionSafeLength( vec3 v ) {\n\t\tfloat maxComponent = max3( abs( v ) );\n\t\treturn length( v / maxComponent ) * maxComponent;\n\t}\n#endif\nstruct IncidentLight {\n\tvec3 color;\n\tvec3 direction;\n\tbool visible;\n};\nstruct ReflectedLight {\n\tvec3 directDiffuse;\n\tvec3 directSpecular;\n\tvec3 indirectDiffuse;\n\tvec3 indirectSpecular;\n};\nstruct GeometricContext {\n\tvec3 position;\n\tvec3 normal;\n\tvec3 viewDir;\n#ifdef CLEARCOAT\n\tvec3 clearcoatNormal;\n#endif\n};\nvec3 transformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( matrix * vec4( dir, 0.0 ) ).xyz );\n}\nvec3 inverseTransformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( vec4( dir, 0.0 ) * matrix ).xyz );\n}\nvec3 projectOnPlane(in vec3 point, in vec3 pointOnPlane, in vec3 planeNormal ) {\n\tfloat distance = dot( planeNormal, point - pointOnPlane );\n\treturn - distance * planeNormal + point;\n}\nfloat sideOfPlane( in vec3 point, in vec3 pointOnPlane, in vec3 planeNormal ) {\n\treturn sign( dot( point - pointOnPlane, planeNormal ) );\n}\nvec3 linePlaneIntersect( in vec3 pointOnLine, in vec3 lineDirection, in vec3 pointOnPlane, in vec3 planeNormal ) {\n\treturn lineDirection * ( dot( planeNormal, pointOnPlane - pointOnLine ) / dot( planeNormal, lineDirection ) ) + pointOnLine;\n}\nmat3 transposeMat3( const in mat3 m ) {\n\tmat3 tmp;\n\ttmp[ 0 ] = vec3( m[ 0 ].x, m[ 1 ].x, m[ 2 ].x );\n\ttmp[ 1 ] = vec3( m[ 0 ].y, m[ 1 ].y, m[ 2 ].y );\n\ttmp[ 2 ] = vec3( m[ 0 ].z, m[ 1 ].z, m[ 2 ].z );\n\treturn tmp;\n}\nfloat linearToRelativeLuminance( const in vec3 color ) {\n\tvec3 weights = vec3( 0.2126, 0.7152, 0.0722 );\n\treturn dot( weights, color.rgb );\n}\nbool isPerspectiveMatrix( mat4 m ) {\n\treturn m[ 2 ][ 3 ] == - 1.0;\n}\nvec2 equirectUv( in vec3 dir ) {\n\tfloat u = atan( dir.z, dir.x ) * RECIPROCAL_PI2 + 0.5;\n\tfloat v = asin( clamp( dir.y, - 1.0, 1.0 ) ) * RECIPROCAL_PI + 0.5;\n\treturn vec2( u, v );\n}"; + +var cube_uv_reflection_fragment = "#ifdef ENVMAP_TYPE_CUBE_UV\n\t#define cubeUV_maxMipLevel 8.0\n\t#define cubeUV_minMipLevel 4.0\n\t#define cubeUV_maxTileSize 256.0\n\t#define cubeUV_minTileSize 16.0\n\tfloat getFace( vec3 direction ) {\n\t\tvec3 absDirection = abs( direction );\n\t\tfloat face = - 1.0;\n\t\tif ( absDirection.x > absDirection.z ) {\n\t\t\tif ( absDirection.x > absDirection.y )\n\t\t\t\tface = direction.x > 0.0 ? 0.0 : 3.0;\n\t\t\telse\n\t\t\t\tface = direction.y > 0.0 ? 1.0 : 4.0;\n\t\t} else {\n\t\t\tif ( absDirection.z > absDirection.y )\n\t\t\t\tface = direction.z > 0.0 ? 2.0 : 5.0;\n\t\t\telse\n\t\t\t\tface = direction.y > 0.0 ? 1.0 : 4.0;\n\t\t}\n\t\treturn face;\n\t}\n\tvec2 getUV( vec3 direction, float face ) {\n\t\tvec2 uv;\n\t\tif ( face == 0.0 ) {\n\t\t\tuv = vec2( direction.z, direction.y ) / abs( direction.x );\n\t\t} else if ( face == 1.0 ) {\n\t\t\tuv = vec2( - direction.x, - direction.z ) / abs( direction.y );\n\t\t} else if ( face == 2.0 ) {\n\t\t\tuv = vec2( - direction.x, direction.y ) / abs( direction.z );\n\t\t} else if ( face == 3.0 ) {\n\t\t\tuv = vec2( - direction.z, direction.y ) / abs( direction.x );\n\t\t} else if ( face == 4.0 ) {\n\t\t\tuv = vec2( - direction.x, direction.z ) / abs( direction.y );\n\t\t} else {\n\t\t\tuv = vec2( direction.x, direction.y ) / abs( direction.z );\n\t\t}\n\t\treturn 0.5 * ( uv + 1.0 );\n\t}\n\tvec3 bilinearCubeUV( sampler2D envMap, vec3 direction, float mipInt ) {\n\t\tfloat face = getFace( direction );\n\t\tfloat filterInt = max( cubeUV_minMipLevel - mipInt, 0.0 );\n\t\tmipInt = max( mipInt, cubeUV_minMipLevel );\n\t\tfloat faceSize = exp2( mipInt );\n\t\tfloat texelSize = 1.0 / ( 3.0 * cubeUV_maxTileSize );\n\t\tvec2 uv = getUV( direction, face ) * ( faceSize - 1.0 );\n\t\tvec2 f = fract( uv );\n\t\tuv += 0.5 - f;\n\t\tif ( face > 2.0 ) {\n\t\t\tuv.y += faceSize;\n\t\t\tface -= 3.0;\n\t\t}\n\t\tuv.x += face * faceSize;\n\t\tif ( mipInt < cubeUV_maxMipLevel ) {\n\t\t\tuv.y += 2.0 * cubeUV_maxTileSize;\n\t\t}\n\t\tuv.y += filterInt * 2.0 * cubeUV_minTileSize;\n\t\tuv.x += 3.0 * max( 0.0, cubeUV_maxTileSize - 2.0 * faceSize );\n\t\tuv *= texelSize;\n\t\tvec3 tl = envMapTexelToLinear( texture2D( envMap, uv ) ).rgb;\n\t\tuv.x += texelSize;\n\t\tvec3 tr = envMapTexelToLinear( texture2D( envMap, uv ) ).rgb;\n\t\tuv.y += texelSize;\n\t\tvec3 br = envMapTexelToLinear( texture2D( envMap, uv ) ).rgb;\n\t\tuv.x -= texelSize;\n\t\tvec3 bl = envMapTexelToLinear( texture2D( envMap, uv ) ).rgb;\n\t\tvec3 tm = mix( tl, tr, f.x );\n\t\tvec3 bm = mix( bl, br, f.x );\n\t\treturn mix( tm, bm, f.y );\n\t}\n\t#define r0 1.0\n\t#define v0 0.339\n\t#define m0 - 2.0\n\t#define r1 0.8\n\t#define v1 0.276\n\t#define m1 - 1.0\n\t#define r4 0.4\n\t#define v4 0.046\n\t#define m4 2.0\n\t#define r5 0.305\n\t#define v5 0.016\n\t#define m5 3.0\n\t#define r6 0.21\n\t#define v6 0.0038\n\t#define m6 4.0\n\tfloat roughnessToMip( float roughness ) {\n\t\tfloat mip = 0.0;\n\t\tif ( roughness >= r1 ) {\n\t\t\tmip = ( r0 - roughness ) * ( m1 - m0 ) / ( r0 - r1 ) + m0;\n\t\t} else if ( roughness >= r4 ) {\n\t\t\tmip = ( r1 - roughness ) * ( m4 - m1 ) / ( r1 - r4 ) + m1;\n\t\t} else if ( roughness >= r5 ) {\n\t\t\tmip = ( r4 - roughness ) * ( m5 - m4 ) / ( r4 - r5 ) + m4;\n\t\t} else if ( roughness >= r6 ) {\n\t\t\tmip = ( r5 - roughness ) * ( m6 - m5 ) / ( r5 - r6 ) + m5;\n\t\t} else {\n\t\t\tmip = - 2.0 * log2( 1.16 * roughness );\t\t}\n\t\treturn mip;\n\t}\n\tvec4 textureCubeUV( sampler2D envMap, vec3 sampleDir, float roughness ) {\n\t\tfloat mip = clamp( roughnessToMip( roughness ), m0, cubeUV_maxMipLevel );\n\t\tfloat mipF = fract( mip );\n\t\tfloat mipInt = floor( mip );\n\t\tvec3 color0 = bilinearCubeUV( envMap, sampleDir, mipInt );\n\t\tif ( mipF == 0.0 ) {\n\t\t\treturn vec4( color0, 1.0 );\n\t\t} else {\n\t\t\tvec3 color1 = bilinearCubeUV( envMap, sampleDir, mipInt + 1.0 );\n\t\t\treturn vec4( mix( color0, color1, mipF ), 1.0 );\n\t\t}\n\t}\n#endif"; + +var defaultnormal_vertex = "vec3 transformedNormal = objectNormal;\n#ifdef USE_INSTANCING\n\tmat3 m = mat3( instanceMatrix );\n\ttransformedNormal /= vec3( dot( m[ 0 ], m[ 0 ] ), dot( m[ 1 ], m[ 1 ] ), dot( m[ 2 ], m[ 2 ] ) );\n\ttransformedNormal = m * transformedNormal;\n#endif\ntransformedNormal = normalMatrix * transformedNormal;\n#ifdef FLIP_SIDED\n\ttransformedNormal = - transformedNormal;\n#endif\n#ifdef USE_TANGENT\n\tvec3 transformedTangent = ( modelViewMatrix * vec4( objectTangent, 0.0 ) ).xyz;\n\t#ifdef FLIP_SIDED\n\t\ttransformedTangent = - transformedTangent;\n\t#endif\n#endif"; + +var displacementmap_pars_vertex = "#ifdef USE_DISPLACEMENTMAP\n\tuniform sampler2D displacementMap;\n\tuniform float displacementScale;\n\tuniform float displacementBias;\n#endif"; + +var displacementmap_vertex = "#ifdef USE_DISPLACEMENTMAP\n\ttransformed += normalize( objectNormal ) * ( texture2D( displacementMap, vUv ).x * displacementScale + displacementBias );\n#endif"; + +var emissivemap_fragment = "#ifdef USE_EMISSIVEMAP\n\tvec4 emissiveColor = texture2D( emissiveMap, vUv );\n\temissiveColor.rgb = emissiveMapTexelToLinear( emissiveColor ).rgb;\n\ttotalEmissiveRadiance *= emissiveColor.rgb;\n#endif"; + +var emissivemap_pars_fragment = "#ifdef USE_EMISSIVEMAP\n\tuniform sampler2D emissiveMap;\n#endif"; + +var encodings_fragment = "gl_FragColor = linearToOutputTexel( gl_FragColor );"; + +var encodings_pars_fragment = "\nvec4 LinearToLinear( in vec4 value ) {\n\treturn value;\n}\nvec4 GammaToLinear( in vec4 value, in float gammaFactor ) {\n\treturn vec4( pow( value.rgb, vec3( gammaFactor ) ), value.a );\n}\nvec4 LinearToGamma( in vec4 value, in float gammaFactor ) {\n\treturn vec4( pow( value.rgb, vec3( 1.0 / gammaFactor ) ), value.a );\n}\nvec4 sRGBToLinear( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), value.rgb * 0.0773993808, vec3( lessThanEqual( value.rgb, vec3( 0.04045 ) ) ) ), value.a );\n}\nvec4 LinearTosRGB( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb, vec3( 0.41666 ) ) * 1.055 - vec3( 0.055 ), value.rgb * 12.92, vec3( lessThanEqual( value.rgb, vec3( 0.0031308 ) ) ) ), value.a );\n}\nvec4 RGBEToLinear( in vec4 value ) {\n\treturn vec4( value.rgb * exp2( value.a * 255.0 - 128.0 ), 1.0 );\n}\nvec4 LinearToRGBE( in vec4 value ) {\n\tfloat maxComponent = max( max( value.r, value.g ), value.b );\n\tfloat fExp = clamp( ceil( log2( maxComponent ) ), -128.0, 127.0 );\n\treturn vec4( value.rgb / exp2( fExp ), ( fExp + 128.0 ) / 255.0 );\n}\nvec4 RGBMToLinear( in vec4 value, in float maxRange ) {\n\treturn vec4( value.rgb * value.a * maxRange, 1.0 );\n}\nvec4 LinearToRGBM( in vec4 value, in float maxRange ) {\n\tfloat maxRGB = max( value.r, max( value.g, value.b ) );\n\tfloat M = clamp( maxRGB / maxRange, 0.0, 1.0 );\n\tM = ceil( M * 255.0 ) / 255.0;\n\treturn vec4( value.rgb / ( M * maxRange ), M );\n}\nvec4 RGBDToLinear( in vec4 value, in float maxRange ) {\n\treturn vec4( value.rgb * ( ( maxRange / 255.0 ) / value.a ), 1.0 );\n}\nvec4 LinearToRGBD( in vec4 value, in float maxRange ) {\n\tfloat maxRGB = max( value.r, max( value.g, value.b ) );\n\tfloat D = max( maxRange / maxRGB, 1.0 );\n\tD = clamp( floor( D ) / 255.0, 0.0, 1.0 );\n\treturn vec4( value.rgb * ( D * ( 255.0 / maxRange ) ), D );\n}\nconst mat3 cLogLuvM = mat3( 0.2209, 0.3390, 0.4184, 0.1138, 0.6780, 0.7319, 0.0102, 0.1130, 0.2969 );\nvec4 LinearToLogLuv( in vec4 value ) {\n\tvec3 Xp_Y_XYZp = cLogLuvM * value.rgb;\n\tXp_Y_XYZp = max( Xp_Y_XYZp, vec3( 1e-6, 1e-6, 1e-6 ) );\n\tvec4 vResult;\n\tvResult.xy = Xp_Y_XYZp.xy / Xp_Y_XYZp.z;\n\tfloat Le = 2.0 * log2(Xp_Y_XYZp.y) + 127.0;\n\tvResult.w = fract( Le );\n\tvResult.z = ( Le - ( floor( vResult.w * 255.0 ) ) / 255.0 ) / 255.0;\n\treturn vResult;\n}\nconst mat3 cLogLuvInverseM = mat3( 6.0014, -2.7008, -1.7996, -1.3320, 3.1029, -5.7721, 0.3008, -1.0882, 5.6268 );\nvec4 LogLuvToLinear( in vec4 value ) {\n\tfloat Le = value.z * 255.0 + value.w;\n\tvec3 Xp_Y_XYZp;\n\tXp_Y_XYZp.y = exp2( ( Le - 127.0 ) / 2.0 );\n\tXp_Y_XYZp.z = Xp_Y_XYZp.y / value.y;\n\tXp_Y_XYZp.x = value.x * Xp_Y_XYZp.z;\n\tvec3 vRGB = cLogLuvInverseM * Xp_Y_XYZp.rgb;\n\treturn vec4( max( vRGB, 0.0 ), 1.0 );\n}"; + +var envmap_fragment = "#ifdef USE_ENVMAP\n\t#ifdef ENV_WORLDPOS\n\t\tvec3 cameraToFrag;\n\t\tif ( isOrthographic ) {\n\t\t\tcameraToFrag = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) );\n\t\t} else {\n\t\t\tcameraToFrag = normalize( vWorldPosition - cameraPosition );\n\t\t}\n\t\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvec3 reflectVec = reflect( cameraToFrag, worldNormal );\n\t\t#else\n\t\t\tvec3 reflectVec = refract( cameraToFrag, worldNormal, refractionRatio );\n\t\t#endif\n\t#else\n\t\tvec3 reflectVec = vReflect;\n\t#endif\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tvec4 envColor = textureCube( envMap, vec3( flipEnvMap * reflectVec.x, reflectVec.yz ) );\n\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\tvec4 envColor = textureCubeUV( envMap, reflectVec, 0.0 );\n\t#else\n\t\tvec4 envColor = vec4( 0.0 );\n\t#endif\n\t#ifndef ENVMAP_TYPE_CUBE_UV\n\t\tenvColor = envMapTexelToLinear( envColor );\n\t#endif\n\t#ifdef ENVMAP_BLENDING_MULTIPLY\n\t\toutgoingLight = mix( outgoingLight, outgoingLight * envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_MIX )\n\t\toutgoingLight = mix( outgoingLight, envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_ADD )\n\t\toutgoingLight += envColor.xyz * specularStrength * reflectivity;\n\t#endif\n#endif"; + +var envmap_common_pars_fragment = "#ifdef USE_ENVMAP\n\tuniform float envMapIntensity;\n\tuniform float flipEnvMap;\n\tuniform int maxMipLevel;\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tuniform samplerCube envMap;\n\t#else\n\t\tuniform sampler2D envMap;\n\t#endif\n\t\n#endif"; + +var envmap_pars_fragment = "#ifdef USE_ENVMAP\n\tuniform float reflectivity;\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG )\n\t\t#define ENV_WORLDPOS\n\t#endif\n\t#ifdef ENV_WORLDPOS\n\t\tvarying vec3 vWorldPosition;\n\t\tuniform float refractionRatio;\n\t#else\n\t\tvarying vec3 vReflect;\n\t#endif\n#endif"; + +var envmap_pars_vertex = "#ifdef USE_ENVMAP\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) ||defined( PHONG )\n\t\t#define ENV_WORLDPOS\n\t#endif\n\t#ifdef ENV_WORLDPOS\n\t\t\n\t\tvarying vec3 vWorldPosition;\n\t#else\n\t\tvarying vec3 vReflect;\n\t\tuniform float refractionRatio;\n\t#endif\n#endif"; + +var envmap_vertex = "#ifdef USE_ENVMAP\n\t#ifdef ENV_WORLDPOS\n\t\tvWorldPosition = worldPosition.xyz;\n\t#else\n\t\tvec3 cameraToVertex;\n\t\tif ( isOrthographic ) {\n\t\t\tcameraToVertex = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) );\n\t\t} else {\n\t\t\tcameraToVertex = normalize( worldPosition.xyz - cameraPosition );\n\t\t}\n\t\tvec3 worldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvReflect = reflect( cameraToVertex, worldNormal );\n\t\t#else\n\t\t\tvReflect = refract( cameraToVertex, worldNormal, refractionRatio );\n\t\t#endif\n\t#endif\n#endif"; + +var fog_vertex = "#ifdef USE_FOG\n\tfogDepth = - mvPosition.z;\n#endif"; + +var fog_pars_vertex = "#ifdef USE_FOG\n\tvarying float fogDepth;\n#endif"; + +var fog_fragment = "#ifdef USE_FOG\n\t#ifdef FOG_EXP2\n\t\tfloat fogFactor = 1.0 - exp( - fogDensity * fogDensity * fogDepth * fogDepth );\n\t#else\n\t\tfloat fogFactor = smoothstep( fogNear, fogFar, fogDepth );\n\t#endif\n\tgl_FragColor.rgb = mix( gl_FragColor.rgb, fogColor, fogFactor );\n#endif"; + +var fog_pars_fragment = "#ifdef USE_FOG\n\tuniform vec3 fogColor;\n\tvarying float fogDepth;\n\t#ifdef FOG_EXP2\n\t\tuniform float fogDensity;\n\t#else\n\t\tuniform float fogNear;\n\t\tuniform float fogFar;\n\t#endif\n#endif"; + +var gradientmap_pars_fragment = "#ifdef USE_GRADIENTMAP\n\tuniform sampler2D gradientMap;\n#endif\nvec3 getGradientIrradiance( vec3 normal, vec3 lightDirection ) {\n\tfloat dotNL = dot( normal, lightDirection );\n\tvec2 coord = vec2( dotNL * 0.5 + 0.5, 0.0 );\n\t#ifdef USE_GRADIENTMAP\n\t\treturn texture2D( gradientMap, coord ).rgb;\n\t#else\n\t\treturn ( coord.x < 0.7 ) ? vec3( 0.7 ) : vec3( 1.0 );\n\t#endif\n}"; + +var lightmap_fragment = "#ifdef USE_LIGHTMAP\n\tvec4 lightMapTexel= texture2D( lightMap, vUv2 );\n\treflectedLight.indirectDiffuse += PI * lightMapTexelToLinear( lightMapTexel ).rgb * lightMapIntensity;\n#endif"; + +var lightmap_pars_fragment = "#ifdef USE_LIGHTMAP\n\tuniform sampler2D lightMap;\n\tuniform float lightMapIntensity;\n#endif"; + +var lights_lambert_vertex = "vec3 diffuse = vec3( 1.0 );\nGeometricContext geometry;\ngeometry.position = mvPosition.xyz;\ngeometry.normal = normalize( transformedNormal );\ngeometry.viewDir = ( isOrthographic ) ? vec3( 0, 0, 1 ) : normalize( -mvPosition.xyz );\nGeometricContext backGeometry;\nbackGeometry.position = geometry.position;\nbackGeometry.normal = -geometry.normal;\nbackGeometry.viewDir = geometry.viewDir;\nvLightFront = vec3( 0.0 );\nvIndirectFront = vec3( 0.0 );\n#ifdef DOUBLE_SIDED\n\tvLightBack = vec3( 0.0 );\n\tvIndirectBack = vec3( 0.0 );\n#endif\nIncidentLight directLight;\nfloat dotNL;\nvec3 directLightColor_Diffuse;\nvIndirectFront += getAmbientLightIrradiance( ambientLightColor );\nvIndirectFront += getLightProbeIrradiance( lightProbe, geometry );\n#ifdef DOUBLE_SIDED\n\tvIndirectBack += getAmbientLightIrradiance( ambientLightColor );\n\tvIndirectBack += getLightProbeIrradiance( lightProbe, backGeometry );\n#endif\n#if NUM_POINT_LIGHTS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tgetPointDirectLightIrradiance( pointLights[ i ], geometry, directLight );\n\t\tdotNL = dot( geometry.normal, directLight.direction );\n\t\tdirectLightColor_Diffuse = PI * directLight.color;\n\t\tvLightFront += saturate( dotNL ) * directLightColor_Diffuse;\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += saturate( -dotNL ) * directLightColor_Diffuse;\n\t\t#endif\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if NUM_SPOT_LIGHTS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tgetSpotDirectLightIrradiance( spotLights[ i ], geometry, directLight );\n\t\tdotNL = dot( geometry.normal, directLight.direction );\n\t\tdirectLightColor_Diffuse = PI * directLight.color;\n\t\tvLightFront += saturate( dotNL ) * directLightColor_Diffuse;\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += saturate( -dotNL ) * directLightColor_Diffuse;\n\t\t#endif\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if NUM_DIR_LIGHTS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tgetDirectionalDirectLightIrradiance( directionalLights[ i ], geometry, directLight );\n\t\tdotNL = dot( geometry.normal, directLight.direction );\n\t\tdirectLightColor_Diffuse = PI * directLight.color;\n\t\tvLightFront += saturate( dotNL ) * directLightColor_Diffuse;\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvLightBack += saturate( -dotNL ) * directLightColor_Diffuse;\n\t\t#endif\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if NUM_HEMI_LIGHTS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) {\n\t\tvIndirectFront += getHemisphereLightIrradiance( hemisphereLights[ i ], geometry );\n\t\t#ifdef DOUBLE_SIDED\n\t\t\tvIndirectBack += getHemisphereLightIrradiance( hemisphereLights[ i ], backGeometry );\n\t\t#endif\n\t}\n\t#pragma unroll_loop_end\n#endif"; + +var lights_pars_begin = "uniform bool receiveShadow;\nuniform vec3 ambientLightColor;\nuniform vec3 lightProbe[ 9 ];\nvec3 shGetIrradianceAt( in vec3 normal, in vec3 shCoefficients[ 9 ] ) {\n\tfloat x = normal.x, y = normal.y, z = normal.z;\n\tvec3 result = shCoefficients[ 0 ] * 0.886227;\n\tresult += shCoefficients[ 1 ] * 2.0 * 0.511664 * y;\n\tresult += shCoefficients[ 2 ] * 2.0 * 0.511664 * z;\n\tresult += shCoefficients[ 3 ] * 2.0 * 0.511664 * x;\n\tresult += shCoefficients[ 4 ] * 2.0 * 0.429043 * x * y;\n\tresult += shCoefficients[ 5 ] * 2.0 * 0.429043 * y * z;\n\tresult += shCoefficients[ 6 ] * ( 0.743125 * z * z - 0.247708 );\n\tresult += shCoefficients[ 7 ] * 2.0 * 0.429043 * x * z;\n\tresult += shCoefficients[ 8 ] * 0.429043 * ( x * x - y * y );\n\treturn result;\n}\nvec3 getLightProbeIrradiance( const in vec3 lightProbe[ 9 ], const in GeometricContext geometry ) {\n\tvec3 worldNormal = inverseTransformDirection( geometry.normal, viewMatrix );\n\tvec3 irradiance = shGetIrradianceAt( worldNormal, lightProbe );\n\treturn irradiance;\n}\nvec3 getAmbientLightIrradiance( const in vec3 ambientLightColor ) {\n\tvec3 irradiance = ambientLightColor;\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\treturn irradiance;\n}\n#if NUM_DIR_LIGHTS > 0\n\tstruct DirectionalLight {\n\t\tvec3 direction;\n\t\tvec3 color;\n\t};\n\tuniform DirectionalLight directionalLights[ NUM_DIR_LIGHTS ];\n\tvoid getDirectionalDirectLightIrradiance( const in DirectionalLight directionalLight, const in GeometricContext geometry, out IncidentLight directLight ) {\n\t\tdirectLight.color = directionalLight.color;\n\t\tdirectLight.direction = directionalLight.direction;\n\t\tdirectLight.visible = true;\n\t}\n#endif\n#if NUM_POINT_LIGHTS > 0\n\tstruct PointLight {\n\t\tvec3 position;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t};\n\tuniform PointLight pointLights[ NUM_POINT_LIGHTS ];\n\tvoid getPointDirectLightIrradiance( const in PointLight pointLight, const in GeometricContext geometry, out IncidentLight directLight ) {\n\t\tvec3 lVector = pointLight.position - geometry.position;\n\t\tdirectLight.direction = normalize( lVector );\n\t\tfloat lightDistance = length( lVector );\n\t\tdirectLight.color = pointLight.color;\n\t\tdirectLight.color *= punctualLightIntensityToIrradianceFactor( lightDistance, pointLight.distance, pointLight.decay );\n\t\tdirectLight.visible = ( directLight.color != vec3( 0.0 ) );\n\t}\n#endif\n#if NUM_SPOT_LIGHTS > 0\n\tstruct SpotLight {\n\t\tvec3 position;\n\t\tvec3 direction;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t\tfloat coneCos;\n\t\tfloat penumbraCos;\n\t};\n\tuniform SpotLight spotLights[ NUM_SPOT_LIGHTS ];\n\tvoid getSpotDirectLightIrradiance( const in SpotLight spotLight, const in GeometricContext geometry, out IncidentLight directLight ) {\n\t\tvec3 lVector = spotLight.position - geometry.position;\n\t\tdirectLight.direction = normalize( lVector );\n\t\tfloat lightDistance = length( lVector );\n\t\tfloat angleCos = dot( directLight.direction, spotLight.direction );\n\t\tif ( angleCos > spotLight.coneCos ) {\n\t\t\tfloat spotEffect = smoothstep( spotLight.coneCos, spotLight.penumbraCos, angleCos );\n\t\t\tdirectLight.color = spotLight.color;\n\t\t\tdirectLight.color *= spotEffect * punctualLightIntensityToIrradianceFactor( lightDistance, spotLight.distance, spotLight.decay );\n\t\t\tdirectLight.visible = true;\n\t\t} else {\n\t\t\tdirectLight.color = vec3( 0.0 );\n\t\t\tdirectLight.visible = false;\n\t\t}\n\t}\n#endif\n#if NUM_RECT_AREA_LIGHTS > 0\n\tstruct RectAreaLight {\n\t\tvec3 color;\n\t\tvec3 position;\n\t\tvec3 halfWidth;\n\t\tvec3 halfHeight;\n\t};\n\tuniform sampler2D ltc_1;\tuniform sampler2D ltc_2;\n\tuniform RectAreaLight rectAreaLights[ NUM_RECT_AREA_LIGHTS ];\n#endif\n#if NUM_HEMI_LIGHTS > 0\n\tstruct HemisphereLight {\n\t\tvec3 direction;\n\t\tvec3 skyColor;\n\t\tvec3 groundColor;\n\t};\n\tuniform HemisphereLight hemisphereLights[ NUM_HEMI_LIGHTS ];\n\tvec3 getHemisphereLightIrradiance( const in HemisphereLight hemiLight, const in GeometricContext geometry ) {\n\t\tfloat dotNL = dot( geometry.normal, hemiLight.direction );\n\t\tfloat hemiDiffuseWeight = 0.5 * dotNL + 0.5;\n\t\tvec3 irradiance = mix( hemiLight.groundColor, hemiLight.skyColor, hemiDiffuseWeight );\n\t\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\t\tirradiance *= PI;\n\t\t#endif\n\t\treturn irradiance;\n\t}\n#endif"; + +var envmap_physical_pars_fragment = "#if defined( USE_ENVMAP )\n\t#ifdef ENVMAP_MODE_REFRACTION\n\t\tuniform float refractionRatio;\n\t#endif\n\tvec3 getLightProbeIndirectIrradiance( const in GeometricContext geometry, const in int maxMIPLevel ) {\n\t\tvec3 worldNormal = inverseTransformDirection( geometry.normal, viewMatrix );\n\t\t#ifdef ENVMAP_TYPE_CUBE\n\t\t\tvec3 queryVec = vec3( flipEnvMap * worldNormal.x, worldNormal.yz );\n\t\t\t#ifdef TEXTURE_LOD_EXT\n\t\t\t\tvec4 envMapColor = textureCubeLodEXT( envMap, queryVec, float( maxMIPLevel ) );\n\t\t\t#else\n\t\t\t\tvec4 envMapColor = textureCube( envMap, queryVec, float( maxMIPLevel ) );\n\t\t\t#endif\n\t\t\tenvMapColor.rgb = envMapTexelToLinear( envMapColor ).rgb;\n\t\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\t\tvec4 envMapColor = textureCubeUV( envMap, worldNormal, 1.0 );\n\t\t#else\n\t\t\tvec4 envMapColor = vec4( 0.0 );\n\t\t#endif\n\t\treturn PI * envMapColor.rgb * envMapIntensity;\n\t}\n\tfloat getSpecularMIPLevel( const in float roughness, const in int maxMIPLevel ) {\n\t\tfloat maxMIPLevelScalar = float( maxMIPLevel );\n\t\tfloat sigma = PI * roughness * roughness / ( 1.0 + roughness );\n\t\tfloat desiredMIPLevel = maxMIPLevelScalar + log2( sigma );\n\t\treturn clamp( desiredMIPLevel, 0.0, maxMIPLevelScalar );\n\t}\n\tvec3 getLightProbeIndirectRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness, const in int maxMIPLevel ) {\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvec3 reflectVec = reflect( -viewDir, normal );\n\t\t\treflectVec = normalize( mix( reflectVec, normal, roughness * roughness) );\n\t\t#else\n\t\t\tvec3 reflectVec = refract( -viewDir, normal, refractionRatio );\n\t\t#endif\n\t\treflectVec = inverseTransformDirection( reflectVec, viewMatrix );\n\t\tfloat specularMIPLevel = getSpecularMIPLevel( roughness, maxMIPLevel );\n\t\t#ifdef ENVMAP_TYPE_CUBE\n\t\t\tvec3 queryReflectVec = vec3( flipEnvMap * reflectVec.x, reflectVec.yz );\n\t\t\t#ifdef TEXTURE_LOD_EXT\n\t\t\t\tvec4 envMapColor = textureCubeLodEXT( envMap, queryReflectVec, specularMIPLevel );\n\t\t\t#else\n\t\t\t\tvec4 envMapColor = textureCube( envMap, queryReflectVec, specularMIPLevel );\n\t\t\t#endif\n\t\t\tenvMapColor.rgb = envMapTexelToLinear( envMapColor ).rgb;\n\t\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\t\tvec4 envMapColor = textureCubeUV( envMap, reflectVec, roughness );\n\t\t#endif\n\t\treturn envMapColor.rgb * envMapIntensity;\n\t}\n#endif"; + +var lights_toon_fragment = "ToonMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;"; + +var lights_toon_pars_fragment = "varying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\nstruct ToonMaterial {\n\tvec3 diffuseColor;\n};\nvoid RE_Direct_Toon( const in IncidentLight directLight, const in GeometricContext geometry, const in ToonMaterial material, inout ReflectedLight reflectedLight ) {\n\tvec3 irradiance = getGradientIrradiance( geometry.normal, directLight.direction ) * directLight.color;\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\treflectedLight.directDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectDiffuse_Toon( const in vec3 irradiance, const in GeometricContext geometry, const in ToonMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_Toon\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Toon\n#define Material_LightProbeLOD( material )\t(0)"; + +var lights_phong_fragment = "BlinnPhongMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.specularColor = specular;\nmaterial.specularShininess = shininess;\nmaterial.specularStrength = specularStrength;"; + +var lights_phong_pars_fragment = "varying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\nstruct BlinnPhongMaterial {\n\tvec3 diffuseColor;\n\tvec3 specularColor;\n\tfloat specularShininess;\n\tfloat specularStrength;\n};\nvoid RE_Direct_BlinnPhong( const in IncidentLight directLight, const in GeometricContext geometry, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometry.normal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\treflectedLight.directDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n\treflectedLight.directSpecular += irradiance * BRDF_Specular_BlinnPhong( directLight, geometry, material.specularColor, material.specularShininess ) * material.specularStrength;\n}\nvoid RE_IndirectDiffuse_BlinnPhong( const in vec3 irradiance, const in GeometricContext geometry, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_BlinnPhong\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_BlinnPhong\n#define Material_LightProbeLOD( material )\t(0)"; + +var lights_physical_fragment = "PhysicalMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb * ( 1.0 - metalnessFactor );\nvec3 dxy = max( abs( dFdx( geometryNormal ) ), abs( dFdy( geometryNormal ) ) );\nfloat geometryRoughness = max( max( dxy.x, dxy.y ), dxy.z );\nmaterial.specularRoughness = max( roughnessFactor, 0.0525 );material.specularRoughness += geometryRoughness;\nmaterial.specularRoughness = min( material.specularRoughness, 1.0 );\n#ifdef REFLECTIVITY\n\t#ifdef SPECULAR\n\t\tvec3 specularIntensityFactor = vec3( specularIntensity );\n\t\tvec3 specularTintFactor = specularTint;\n\t\t#ifdef USE_SPECULARINTENSITYMAP\n\t\t\tspecularIntensityFactor *= texture2D( specularIntensityMap, vUv ).a;\n\t\t#endif\n\t\t#ifdef USE_SPECULARTINTMAP\n\t\t\tspecularTintFactor *= specularTintMapTexelToLinear( texture2D( specularTintMap, vUv ) ).rgb;\n\t\t#endif\n\t\tmaterial.specularColorF90 = mix( specularIntensityFactor, vec3( 1.0 ), metalnessFactor );\n\t#else\n\t\tvec3 specularIntensityFactor = vec3( 1.0 );\n\t\tvec3 specularTintFactor = vec3( 1.0 );\n\t\tmaterial.specularColorF90 = vec3( 1.0 );\n\t#endif\n\tmaterial.specularColor = mix( min( vec3( MAXIMUM_SPECULAR_COEFFICIENT * pow2( reflectivity ) ) * specularTintFactor, vec3( 1.0 ) ) * specularIntensityFactor, diffuseColor.rgb, metalnessFactor );\n#else\n\tmaterial.specularColor = mix( vec3( DEFAULT_SPECULAR_COEFFICIENT ), diffuseColor.rgb, metalnessFactor );\n\tmaterial.specularColorF90 = vec3( 1.0 );\n#endif\n#ifdef CLEARCOAT\n\tmaterial.clearcoat = clearcoat;\n\tmaterial.clearcoatRoughness = clearcoatRoughness;\n\t#ifdef USE_CLEARCOATMAP\n\t\tmaterial.clearcoat *= texture2D( clearcoatMap, vUv ).x;\n\t#endif\n\t#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\t\tmaterial.clearcoatRoughness *= texture2D( clearcoatRoughnessMap, vUv ).y;\n\t#endif\n\tmaterial.clearcoat = saturate( material.clearcoat );\tmaterial.clearcoatRoughness = max( material.clearcoatRoughness, 0.0525 );\n\tmaterial.clearcoatRoughness += geometryRoughness;\n\tmaterial.clearcoatRoughness = min( material.clearcoatRoughness, 1.0 );\n#endif\n#ifdef USE_SHEEN\n\tmaterial.sheenColor = sheen;\n#endif"; + +var lights_physical_pars_fragment = "struct PhysicalMaterial {\n\tvec3 diffuseColor;\n\tfloat specularRoughness;\n\tvec3 specularColor;\n\tvec3 specularColorF90;\n#ifdef CLEARCOAT\n\tfloat clearcoat;\n\tfloat clearcoatRoughness;\n#endif\n#ifdef USE_SHEEN\n\tvec3 sheenColor;\n#endif\n};\n#define MAXIMUM_SPECULAR_COEFFICIENT 0.16\n#define DEFAULT_SPECULAR_COEFFICIENT 0.04\nfloat clearcoatDHRApprox( const in float roughness, const in float dotNL ) {\n\treturn DEFAULT_SPECULAR_COEFFICIENT + ( 1.0 - DEFAULT_SPECULAR_COEFFICIENT ) * ( pow( 1.0 - dotNL, 5.0 ) * pow( 1.0 - roughness, 2.0 ) );\n}\n#if NUM_RECT_AREA_LIGHTS > 0\n\tvoid RE_Direct_RectArea_Physical( const in RectAreaLight rectAreaLight, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\t\tvec3 normal = geometry.normal;\n\t\tvec3 viewDir = geometry.viewDir;\n\t\tvec3 position = geometry.position;\n\t\tvec3 lightPos = rectAreaLight.position;\n\t\tvec3 halfWidth = rectAreaLight.halfWidth;\n\t\tvec3 halfHeight = rectAreaLight.halfHeight;\n\t\tvec3 lightColor = rectAreaLight.color;\n\t\tfloat roughness = material.specularRoughness;\n\t\tvec3 rectCoords[ 4 ];\n\t\trectCoords[ 0 ] = lightPos + halfWidth - halfHeight;\t\trectCoords[ 1 ] = lightPos - halfWidth - halfHeight;\n\t\trectCoords[ 2 ] = lightPos - halfWidth + halfHeight;\n\t\trectCoords[ 3 ] = lightPos + halfWidth + halfHeight;\n\t\tvec2 uv = LTC_Uv( normal, viewDir, roughness );\n\t\tvec4 t1 = texture2D( ltc_1, uv );\n\t\tvec4 t2 = texture2D( ltc_2, uv );\n\t\tmat3 mInv = mat3(\n\t\t\tvec3( t1.x, 0, t1.y ),\n\t\t\tvec3( 0, 1, 0 ),\n\t\t\tvec3( t1.z, 0, t1.w )\n\t\t);\n\t\tvec3 fresnel = ( material.specularColor * t2.x + ( vec3( 1.0 ) - material.specularColor ) * t2.y );\n\t\treflectedLight.directSpecular += lightColor * fresnel * LTC_Evaluate( normal, viewDir, position, mInv, rectCoords );\n\t\treflectedLight.directDiffuse += lightColor * material.diffuseColor * LTC_Evaluate( normal, viewDir, position, mat3( 1.0 ), rectCoords );\n\t}\n#endif\nvoid RE_Direct_Physical( const in IncidentLight directLight, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometry.normal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\tirradiance *= PI;\n\t#endif\n\t#ifdef CLEARCOAT\n\t\tfloat ccDotNL = saturate( dot( geometry.clearcoatNormal, directLight.direction ) );\n\t\tvec3 ccIrradiance = ccDotNL * directLight.color;\n\t\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\t\tccIrradiance *= PI;\n\t\t#endif\n\t\tfloat clearcoatDHR = material.clearcoat * clearcoatDHRApprox( material.clearcoatRoughness, ccDotNL );\n\t\treflectedLight.directSpecular += ccIrradiance * material.clearcoat * BRDF_Specular_GGX( directLight, geometry.viewDir, geometry.clearcoatNormal, vec3( DEFAULT_SPECULAR_COEFFICIENT ), vec3( 1.0 ), material.clearcoatRoughness );\n\t#else\n\t\tfloat clearcoatDHR = 0.0;\n\t#endif\n\t#ifdef USE_SHEEN\n\t\treflectedLight.directSpecular += ( 1.0 - clearcoatDHR ) * irradiance * BRDF_Specular_Sheen(\n\t\t\tmaterial.specularRoughness,\n\t\t\tdirectLight.direction,\n\t\t\tgeometry,\n\t\t\tmaterial.sheenColor\n\t\t);\n\t#else\n\t\treflectedLight.directSpecular += ( 1.0 - clearcoatDHR ) * irradiance * BRDF_Specular_GGX( directLight, geometry.viewDir, geometry.normal, material.specularColor, material.specularColorF90, material.specularRoughness);\n\t#endif\n\treflectedLight.directDiffuse += ( 1.0 - clearcoatDHR ) * irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectDiffuse_Physical( const in vec3 irradiance, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Diffuse_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectSpecular_Physical( const in vec3 radiance, const in vec3 irradiance, const in vec3 clearcoatRadiance, const in GeometricContext geometry, const in PhysicalMaterial material, inout ReflectedLight reflectedLight) {\n\t#ifdef CLEARCOAT\n\t\tfloat ccDotNV = saturate( dot( geometry.clearcoatNormal, geometry.viewDir ) );\n\t\treflectedLight.indirectSpecular += clearcoatRadiance * material.clearcoat * BRDF_Specular_GGX_Environment( geometry.viewDir, geometry.clearcoatNormal, vec3( DEFAULT_SPECULAR_COEFFICIENT ), material.clearcoatRoughness );\n\t\tfloat ccDotNL = ccDotNV;\n\t\tfloat clearcoatDHR = material.clearcoat * clearcoatDHRApprox( material.clearcoatRoughness, ccDotNL );\n\t#else\n\t\tfloat clearcoatDHR = 0.0;\n\t#endif\n\tfloat clearcoatInv = 1.0 - clearcoatDHR;\n\tvec3 singleScattering = vec3( 0.0 );\n\tvec3 multiScattering = vec3( 0.0 );\n\tvec3 cosineWeightedIrradiance = irradiance * RECIPROCAL_PI;\n\tBRDF_Specular_Multiscattering_Environment( geometry, material.specularColor, material.specularRoughness, singleScattering, multiScattering );\n\tvec3 diffuse = material.diffuseColor * ( 1.0 - ( singleScattering + multiScattering ) );\n\treflectedLight.indirectSpecular += clearcoatInv * radiance * singleScattering;\n\treflectedLight.indirectSpecular += multiScattering * cosineWeightedIrradiance;\n\treflectedLight.indirectDiffuse += diffuse * cosineWeightedIrradiance;\n}\n#define RE_Direct\t\t\t\tRE_Direct_Physical\n#define RE_Direct_RectArea\t\tRE_Direct_RectArea_Physical\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Physical\n#define RE_IndirectSpecular\t\tRE_IndirectSpecular_Physical\nfloat computeSpecularOcclusion( const in float dotNV, const in float ambientOcclusion, const in float roughness ) {\n\treturn saturate( pow( dotNV + ambientOcclusion, exp2( - 16.0 * roughness - 1.0 ) ) - 1.0 + ambientOcclusion );\n}"; + +var lights_fragment_begin = "\nGeometricContext geometry;\ngeometry.position = - vViewPosition;\ngeometry.normal = normal;\ngeometry.viewDir = ( isOrthographic ) ? vec3( 0, 0, 1 ) : normalize( vViewPosition );\n#ifdef CLEARCOAT\n\tgeometry.clearcoatNormal = clearcoatNormal;\n#endif\nIncidentLight directLight;\n#if ( NUM_POINT_LIGHTS > 0 ) && defined( RE_Direct )\n\tPointLight pointLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_POINT_LIGHT_SHADOWS > 0\n\tPointLightShadow pointLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tpointLight = pointLights[ i ];\n\t\tgetPointDirectLightIrradiance( pointLight, geometry, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_POINT_LIGHT_SHADOWS )\n\t\tpointLightShadow = pointLightShadows[ i ];\n\t\tdirectLight.color *= all( bvec2( directLight.visible, receiveShadow ) ) ? getPointShadow( pointShadowMap[ i ], pointLightShadow.shadowMapSize, pointLightShadow.shadowBias, pointLightShadow.shadowRadius, vPointShadowCoord[ i ], pointLightShadow.shadowCameraNear, pointLightShadow.shadowCameraFar ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometry, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_SPOT_LIGHTS > 0 ) && defined( RE_Direct )\n\tSpotLight spotLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_SPOT_LIGHT_SHADOWS > 0\n\tSpotLightShadow spotLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tspotLight = spotLights[ i ];\n\t\tgetSpotDirectLightIrradiance( spotLight, geometry, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\tspotLightShadow = spotLightShadows[ i ];\n\t\tdirectLight.color *= all( bvec2( directLight.visible, receiveShadow ) ) ? getShadow( spotShadowMap[ i ], spotLightShadow.shadowMapSize, spotLightShadow.shadowBias, spotLightShadow.shadowRadius, vSpotShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometry, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_DIR_LIGHTS > 0 ) && defined( RE_Direct )\n\tDirectionalLight directionalLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_DIR_LIGHT_SHADOWS > 0\n\tDirectionalLightShadow directionalLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tdirectionalLight = directionalLights[ i ];\n\t\tgetDirectionalDirectLightIrradiance( directionalLight, geometry, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_DIR_LIGHT_SHADOWS )\n\t\tdirectionalLightShadow = directionalLightShadows[ i ];\n\t\tdirectLight.color *= all( bvec2( directLight.visible, receiveShadow ) ) ? getShadow( directionalShadowMap[ i ], directionalLightShadow.shadowMapSize, directionalLightShadow.shadowBias, directionalLightShadow.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometry, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_RECT_AREA_LIGHTS > 0 ) && defined( RE_Direct_RectArea )\n\tRectAreaLight rectAreaLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_RECT_AREA_LIGHTS; i ++ ) {\n\t\trectAreaLight = rectAreaLights[ i ];\n\t\tRE_Direct_RectArea( rectAreaLight, geometry, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if defined( RE_IndirectDiffuse )\n\tvec3 iblIrradiance = vec3( 0.0 );\n\tvec3 irradiance = getAmbientLightIrradiance( ambientLightColor );\n\tirradiance += getLightProbeIrradiance( lightProbe, geometry );\n\t#if ( NUM_HEMI_LIGHTS > 0 )\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) {\n\t\t\tirradiance += getHemisphereLightIrradiance( hemisphereLights[ i ], geometry );\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n#endif\n#if defined( RE_IndirectSpecular )\n\tvec3 radiance = vec3( 0.0 );\n\tvec3 clearcoatRadiance = vec3( 0.0 );\n#endif"; + +var lights_fragment_maps = "#if defined( RE_IndirectDiffuse )\n\t#ifdef USE_LIGHTMAP\n\t\tvec4 lightMapTexel= texture2D( lightMap, vUv2 );\n\t\tvec3 lightMapIrradiance = lightMapTexelToLinear( lightMapTexel ).rgb * lightMapIntensity;\n\t\t#ifndef PHYSICALLY_CORRECT_LIGHTS\n\t\t\tlightMapIrradiance *= PI;\n\t\t#endif\n\t\tirradiance += lightMapIrradiance;\n\t#endif\n\t#if defined( USE_ENVMAP ) && defined( STANDARD ) && defined( ENVMAP_TYPE_CUBE_UV )\n\t\tiblIrradiance += getLightProbeIndirectIrradiance( geometry, maxMipLevel );\n\t#endif\n#endif\n#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular )\n\tradiance += getLightProbeIndirectRadiance( geometry.viewDir, geometry.normal, material.specularRoughness, maxMipLevel );\n\t#ifdef CLEARCOAT\n\t\tclearcoatRadiance += getLightProbeIndirectRadiance( geometry.viewDir, geometry.clearcoatNormal, material.clearcoatRoughness, maxMipLevel );\n\t#endif\n#endif"; + +var lights_fragment_end = "#if defined( RE_IndirectDiffuse )\n\tRE_IndirectDiffuse( irradiance, geometry, material, reflectedLight );\n#endif\n#if defined( RE_IndirectSpecular )\n\tRE_IndirectSpecular( radiance, iblIrradiance, clearcoatRadiance, geometry, material, reflectedLight );\n#endif"; + +var logdepthbuf_fragment = "#if defined( USE_LOGDEPTHBUF ) && defined( USE_LOGDEPTHBUF_EXT )\n\tgl_FragDepthEXT = vIsPerspective == 0.0 ? gl_FragCoord.z : log2( vFragDepth ) * logDepthBufFC * 0.5;\n#endif"; + +var logdepthbuf_pars_fragment = "#if defined( USE_LOGDEPTHBUF ) && defined( USE_LOGDEPTHBUF_EXT )\n\tuniform float logDepthBufFC;\n\tvarying float vFragDepth;\n\tvarying float vIsPerspective;\n#endif"; + +var logdepthbuf_pars_vertex = "#ifdef USE_LOGDEPTHBUF\n\t#ifdef USE_LOGDEPTHBUF_EXT\n\t\tvarying float vFragDepth;\n\t\tvarying float vIsPerspective;\n\t#else\n\t\tuniform float logDepthBufFC;\n\t#endif\n#endif"; + +var logdepthbuf_vertex = "#ifdef USE_LOGDEPTHBUF\n\t#ifdef USE_LOGDEPTHBUF_EXT\n\t\tvFragDepth = 1.0 + gl_Position.w;\n\t\tvIsPerspective = float( isPerspectiveMatrix( projectionMatrix ) );\n\t#else\n\t\tif ( isPerspectiveMatrix( projectionMatrix ) ) {\n\t\t\tgl_Position.z = log2( max( EPSILON, gl_Position.w + 1.0 ) ) * logDepthBufFC - 1.0;\n\t\t\tgl_Position.z *= gl_Position.w;\n\t\t}\n\t#endif\n#endif"; + +var map_fragment = "#ifdef USE_MAP\n\tvec4 texelColor = texture2D( map, vUv );\n\ttexelColor = mapTexelToLinear( texelColor );\n\tdiffuseColor *= texelColor;\n#endif"; + +var map_pars_fragment = "#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif"; + +var map_particle_fragment = "#if defined( USE_MAP ) || defined( USE_ALPHAMAP )\n\tvec2 uv = ( uvTransform * vec3( gl_PointCoord.x, 1.0 - gl_PointCoord.y, 1 ) ).xy;\n#endif\n#ifdef USE_MAP\n\tvec4 mapTexel = texture2D( map, uv );\n\tdiffuseColor *= mapTexelToLinear( mapTexel );\n#endif\n#ifdef USE_ALPHAMAP\n\tdiffuseColor.a *= texture2D( alphaMap, uv ).g;\n#endif"; + +var map_particle_pars_fragment = "#if defined( USE_MAP ) || defined( USE_ALPHAMAP )\n\tuniform mat3 uvTransform;\n#endif\n#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif\n#ifdef USE_ALPHAMAP\n\tuniform sampler2D alphaMap;\n#endif"; + +var metalnessmap_fragment = "float metalnessFactor = metalness;\n#ifdef USE_METALNESSMAP\n\tvec4 texelMetalness = texture2D( metalnessMap, vUv );\n\tmetalnessFactor *= texelMetalness.b;\n#endif"; + +var metalnessmap_pars_fragment = "#ifdef USE_METALNESSMAP\n\tuniform sampler2D metalnessMap;\n#endif"; + +var morphnormal_vertex = "#ifdef USE_MORPHNORMALS\n\tobjectNormal *= morphTargetBaseInfluence;\n\tobjectNormal += morphNormal0 * morphTargetInfluences[ 0 ];\n\tobjectNormal += morphNormal1 * morphTargetInfluences[ 1 ];\n\tobjectNormal += morphNormal2 * morphTargetInfluences[ 2 ];\n\tobjectNormal += morphNormal3 * morphTargetInfluences[ 3 ];\n#endif"; + +var morphtarget_pars_vertex = "#ifdef USE_MORPHTARGETS\n\tuniform float morphTargetBaseInfluence;\n\t#ifndef USE_MORPHNORMALS\n\t\tuniform float morphTargetInfluences[ 8 ];\n\t#else\n\t\tuniform float morphTargetInfluences[ 4 ];\n\t#endif\n#endif"; + +var morphtarget_vertex = "#ifdef USE_MORPHTARGETS\n\ttransformed *= morphTargetBaseInfluence;\n\ttransformed += morphTarget0 * morphTargetInfluences[ 0 ];\n\ttransformed += morphTarget1 * morphTargetInfluences[ 1 ];\n\ttransformed += morphTarget2 * morphTargetInfluences[ 2 ];\n\ttransformed += morphTarget3 * morphTargetInfluences[ 3 ];\n\t#ifndef USE_MORPHNORMALS\n\t\ttransformed += morphTarget4 * morphTargetInfluences[ 4 ];\n\t\ttransformed += morphTarget5 * morphTargetInfluences[ 5 ];\n\t\ttransformed += morphTarget6 * morphTargetInfluences[ 6 ];\n\t\ttransformed += morphTarget7 * morphTargetInfluences[ 7 ];\n\t#endif\n#endif"; + +var normal_fragment_begin = "float faceDirection = gl_FrontFacing ? 1.0 : - 1.0;\n#ifdef FLAT_SHADED\n\tvec3 fdx = vec3( dFdx( vViewPosition.x ), dFdx( vViewPosition.y ), dFdx( vViewPosition.z ) );\n\tvec3 fdy = vec3( dFdy( vViewPosition.x ), dFdy( vViewPosition.y ), dFdy( vViewPosition.z ) );\n\tvec3 normal = normalize( cross( fdx, fdy ) );\n#else\n\tvec3 normal = normalize( vNormal );\n\t#ifdef DOUBLE_SIDED\n\t\tnormal = normal * faceDirection;\n\t#endif\n\t#ifdef USE_TANGENT\n\t\tvec3 tangent = normalize( vTangent );\n\t\tvec3 bitangent = normalize( vBitangent );\n\t\t#ifdef DOUBLE_SIDED\n\t\t\ttangent = tangent * faceDirection;\n\t\t\tbitangent = bitangent * faceDirection;\n\t\t#endif\n\t\t#if defined( TANGENTSPACE_NORMALMAP ) || defined( USE_CLEARCOAT_NORMALMAP )\n\t\t\tmat3 vTBN = mat3( tangent, bitangent, normal );\n\t\t#endif\n\t#endif\n#endif\nvec3 geometryNormal = normal;"; + +var normal_fragment_maps = "#ifdef OBJECTSPACE_NORMALMAP\n\tnormal = texture2D( normalMap, vUv ).xyz * 2.0 - 1.0;\n\t#ifdef FLIP_SIDED\n\t\tnormal = - normal;\n\t#endif\n\t#ifdef DOUBLE_SIDED\n\t\tnormal = normal * faceDirection;\n\t#endif\n\tnormal = normalize( normalMatrix * normal );\n#elif defined( TANGENTSPACE_NORMALMAP )\n\tvec3 mapN = texture2D( normalMap, vUv ).xyz * 2.0 - 1.0;\n\tmapN.xy *= normalScale;\n\t#ifdef USE_TANGENT\n\t\tnormal = normalize( vTBN * mapN );\n\t#else\n\t\tnormal = perturbNormal2Arb( -vViewPosition, normal, mapN, faceDirection );\n\t#endif\n#elif defined( USE_BUMPMAP )\n\tnormal = perturbNormalArb( -vViewPosition, normal, dHdxy_fwd(), faceDirection );\n#endif"; + +var normalmap_pars_fragment = "#ifdef USE_NORMALMAP\n\tuniform sampler2D normalMap;\n\tuniform vec2 normalScale;\n#endif\n#ifdef OBJECTSPACE_NORMALMAP\n\tuniform mat3 normalMatrix;\n#endif\n#if ! defined ( USE_TANGENT ) && ( defined ( TANGENTSPACE_NORMALMAP ) || defined ( USE_CLEARCOAT_NORMALMAP ) )\n\tvec3 perturbNormal2Arb( vec3 eye_pos, vec3 surf_norm, vec3 mapN, float faceDirection ) {\n\t\tvec3 q0 = vec3( dFdx( eye_pos.x ), dFdx( eye_pos.y ), dFdx( eye_pos.z ) );\n\t\tvec3 q1 = vec3( dFdy( eye_pos.x ), dFdy( eye_pos.y ), dFdy( eye_pos.z ) );\n\t\tvec2 st0 = dFdx( vUv.st );\n\t\tvec2 st1 = dFdy( vUv.st );\n\t\tvec3 N = surf_norm;\n\t\tvec3 q1perp = cross( q1, N );\n\t\tvec3 q0perp = cross( N, q0 );\n\t\tvec3 T = q1perp * st0.x + q0perp * st1.x;\n\t\tvec3 B = q1perp * st0.y + q0perp * st1.y;\n\t\tfloat det = max( dot( T, T ), dot( B, B ) );\n\t\tfloat scale = ( det == 0.0 ) ? 0.0 : faceDirection * inversesqrt( det );\n\t\treturn normalize( T * ( mapN.x * scale ) + B * ( mapN.y * scale ) + N * mapN.z );\n\t}\n#endif"; + +var clearcoat_normal_fragment_begin = "#ifdef CLEARCOAT\n\tvec3 clearcoatNormal = geometryNormal;\n#endif"; + +var clearcoat_normal_fragment_maps = "#ifdef USE_CLEARCOAT_NORMALMAP\n\tvec3 clearcoatMapN = texture2D( clearcoatNormalMap, vUv ).xyz * 2.0 - 1.0;\n\tclearcoatMapN.xy *= clearcoatNormalScale;\n\t#ifdef USE_TANGENT\n\t\tclearcoatNormal = normalize( vTBN * clearcoatMapN );\n\t#else\n\t\tclearcoatNormal = perturbNormal2Arb( - vViewPosition, clearcoatNormal, clearcoatMapN, faceDirection );\n\t#endif\n#endif"; + +var clearcoat_pars_fragment = "#ifdef USE_CLEARCOATMAP\n\tuniform sampler2D clearcoatMap;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tuniform sampler2D clearcoatRoughnessMap;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tuniform sampler2D clearcoatNormalMap;\n\tuniform vec2 clearcoatNormalScale;\n#endif"; + +var packing = "vec3 packNormalToRGB( const in vec3 normal ) {\n\treturn normalize( normal ) * 0.5 + 0.5;\n}\nvec3 unpackRGBToNormal( const in vec3 rgb ) {\n\treturn 2.0 * rgb.xyz - 1.0;\n}\nconst float PackUpscale = 256. / 255.;const float UnpackDownscale = 255. / 256.;\nconst vec3 PackFactors = vec3( 256. * 256. * 256., 256. * 256., 256. );\nconst vec4 UnpackFactors = UnpackDownscale / vec4( PackFactors, 1. );\nconst float ShiftRight8 = 1. / 256.;\nvec4 packDepthToRGBA( const in float v ) {\n\tvec4 r = vec4( fract( v * PackFactors ), v );\n\tr.yzw -= r.xyz * ShiftRight8;\treturn r * PackUpscale;\n}\nfloat unpackRGBAToDepth( const in vec4 v ) {\n\treturn dot( v, UnpackFactors );\n}\nvec4 pack2HalfToRGBA( vec2 v ) {\n\tvec4 r = vec4( v.x, fract( v.x * 255.0 ), v.y, fract( v.y * 255.0 ));\n\treturn vec4( r.x - r.y / 255.0, r.y, r.z - r.w / 255.0, r.w);\n}\nvec2 unpackRGBATo2Half( vec4 v ) {\n\treturn vec2( v.x + ( v.y / 255.0 ), v.z + ( v.w / 255.0 ) );\n}\nfloat viewZToOrthographicDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn ( viewZ + near ) / ( near - far );\n}\nfloat orthographicDepthToViewZ( const in float linearClipZ, const in float near, const in float far ) {\n\treturn linearClipZ * ( near - far ) - near;\n}\nfloat viewZToPerspectiveDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn (( near + viewZ ) * far ) / (( far - near ) * viewZ );\n}\nfloat perspectiveDepthToViewZ( const in float invClipZ, const in float near, const in float far ) {\n\treturn ( near * far ) / ( ( far - near ) * invClipZ - far );\n}"; + +var premultiplied_alpha_fragment = "#ifdef PREMULTIPLIED_ALPHA\n\tgl_FragColor.rgb *= gl_FragColor.a;\n#endif"; + +var project_vertex = "vec4 mvPosition = vec4( transformed, 1.0 );\n#ifdef USE_INSTANCING\n\tmvPosition = instanceMatrix * mvPosition;\n#endif\nmvPosition = modelViewMatrix * mvPosition;\ngl_Position = projectionMatrix * mvPosition;"; + +var dithering_fragment = "#ifdef DITHERING\n\tgl_FragColor.rgb = dithering( gl_FragColor.rgb );\n#endif"; + +var dithering_pars_fragment = "#ifdef DITHERING\n\tvec3 dithering( vec3 color ) {\n\t\tfloat grid_position = rand( gl_FragCoord.xy );\n\t\tvec3 dither_shift_RGB = vec3( 0.25 / 255.0, -0.25 / 255.0, 0.25 / 255.0 );\n\t\tdither_shift_RGB = mix( 2.0 * dither_shift_RGB, -2.0 * dither_shift_RGB, grid_position );\n\t\treturn color + dither_shift_RGB;\n\t}\n#endif"; + +var roughnessmap_fragment = "float roughnessFactor = roughness;\n#ifdef USE_ROUGHNESSMAP\n\tvec4 texelRoughness = texture2D( roughnessMap, vUv );\n\troughnessFactor *= texelRoughness.g;\n#endif"; + +var roughnessmap_pars_fragment = "#ifdef USE_ROUGHNESSMAP\n\tuniform sampler2D roughnessMap;\n#endif"; + +var shadowmap_pars_fragment = "#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\tuniform sampler2D directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tstruct DirectionalLightShadow {\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t\tuniform sampler2D spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\tvarying vec4 vSpotShadowCoord[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\tstruct SpotLightShadow {\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\tuniform sampler2D pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tstruct PointLightShadow {\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t\tfloat shadowCameraNear;\n\t\t\tfloat shadowCameraFar;\n\t\t};\n\t\tuniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ];\n\t#endif\n\tfloat texture2DCompare( sampler2D depths, vec2 uv, float compare ) {\n\t\treturn step( compare, unpackRGBAToDepth( texture2D( depths, uv ) ) );\n\t}\n\tvec2 texture2DDistribution( sampler2D shadow, vec2 uv ) {\n\t\treturn unpackRGBATo2Half( texture2D( shadow, uv ) );\n\t}\n\tfloat VSMShadow (sampler2D shadow, vec2 uv, float compare ){\n\t\tfloat occlusion = 1.0;\n\t\tvec2 distribution = texture2DDistribution( shadow, uv );\n\t\tfloat hard_shadow = step( compare , distribution.x );\n\t\tif (hard_shadow != 1.0 ) {\n\t\t\tfloat distance = compare - distribution.x ;\n\t\t\tfloat variance = max( 0.00000, distribution.y * distribution.y );\n\t\t\tfloat softness_probability = variance / (variance + distance * distance );\t\t\tsoftness_probability = clamp( ( softness_probability - 0.3 ) / ( 0.95 - 0.3 ), 0.0, 1.0 );\t\t\tocclusion = clamp( max( hard_shadow, softness_probability ), 0.0, 1.0 );\n\t\t}\n\t\treturn occlusion;\n\t}\n\tfloat getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\tfloat shadow = 1.0;\n\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\tshadowCoord.z += shadowBias;\n\t\tbvec4 inFrustumVec = bvec4 ( shadowCoord.x >= 0.0, shadowCoord.x <= 1.0, shadowCoord.y >= 0.0, shadowCoord.y <= 1.0 );\n\t\tbool inFrustum = all( inFrustumVec );\n\t\tbvec2 frustumTestVec = bvec2( inFrustum, shadowCoord.z <= 1.0 );\n\t\tbool frustumTest = all( frustumTestVec );\n\t\tif ( frustumTest ) {\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tvec2 texelSize = vec2( 1.0 ) / shadowMapSize;\n\t\t\tfloat dx0 = - texelSize.x * shadowRadius;\n\t\t\tfloat dy0 = - texelSize.y * shadowRadius;\n\t\t\tfloat dx1 = + texelSize.x * shadowRadius;\n\t\t\tfloat dy1 = + texelSize.y * shadowRadius;\n\t\t\tfloat dx2 = dx0 / 2.0;\n\t\t\tfloat dy2 = dy0 / 2.0;\n\t\t\tfloat dx3 = dx1 / 2.0;\n\t\t\tfloat dy3 = dy1 / 2.0;\n\t\t\tshadow = (\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx0, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( 0.0, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx1, dy0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx2, dy2 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( 0.0, dy2 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx3, dy2 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx0, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx2, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy, shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx3, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx1, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx2, dy3 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( 0.0, dy3 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx3, dy3 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx0, dy1 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( 0.0, dy1 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, shadowCoord.xy + vec2( dx1, dy1 ), shadowCoord.z )\n\t\t\t) * ( 1.0 / 17.0 );\n\t\t#elif defined( SHADOWMAP_TYPE_PCF_SOFT )\n\t\t\tvec2 texelSize = vec2( 1.0 ) / shadowMapSize;\n\t\t\tfloat dx = texelSize.x;\n\t\t\tfloat dy = texelSize.y;\n\t\t\tvec2 uv = shadowCoord.xy;\n\t\t\tvec2 f = fract( uv * shadowMapSize + 0.5 );\n\t\t\tuv -= f * texelSize;\n\t\t\tshadow = (\n\t\t\t\ttexture2DCompare( shadowMap, uv, shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, uv + vec2( dx, 0.0 ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, uv + vec2( 0.0, dy ), shadowCoord.z ) +\n\t\t\t\ttexture2DCompare( shadowMap, uv + texelSize, shadowCoord.z ) +\n\t\t\t\tmix( texture2DCompare( shadowMap, uv + vec2( -dx, 0.0 ), shadowCoord.z ), \n\t\t\t\t\t texture2DCompare( shadowMap, uv + vec2( 2.0 * dx, 0.0 ), shadowCoord.z ),\n\t\t\t\t\t f.x ) +\n\t\t\t\tmix( texture2DCompare( shadowMap, uv + vec2( -dx, dy ), shadowCoord.z ), \n\t\t\t\t\t texture2DCompare( shadowMap, uv + vec2( 2.0 * dx, dy ), shadowCoord.z ),\n\t\t\t\t\t f.x ) +\n\t\t\t\tmix( texture2DCompare( shadowMap, uv + vec2( 0.0, -dy ), shadowCoord.z ), \n\t\t\t\t\t texture2DCompare( shadowMap, uv + vec2( 0.0, 2.0 * dy ), shadowCoord.z ),\n\t\t\t\t\t f.y ) +\n\t\t\t\tmix( texture2DCompare( shadowMap, uv + vec2( dx, -dy ), shadowCoord.z ), \n\t\t\t\t\t texture2DCompare( shadowMap, uv + vec2( dx, 2.0 * dy ), shadowCoord.z ),\n\t\t\t\t\t f.y ) +\n\t\t\t\tmix( mix( texture2DCompare( shadowMap, uv + vec2( -dx, -dy ), shadowCoord.z ), \n\t\t\t\t\t\t texture2DCompare( shadowMap, uv + vec2( 2.0 * dx, -dy ), shadowCoord.z ),\n\t\t\t\t\t\t f.x ),\n\t\t\t\t\t mix( texture2DCompare( shadowMap, uv + vec2( -dx, 2.0 * dy ), shadowCoord.z ), \n\t\t\t\t\t\t texture2DCompare( shadowMap, uv + vec2( 2.0 * dx, 2.0 * dy ), shadowCoord.z ),\n\t\t\t\t\t\t f.x ),\n\t\t\t\t\t f.y )\n\t\t\t) * ( 1.0 / 9.0 );\n\t\t#elif defined( SHADOWMAP_TYPE_VSM )\n\t\t\tshadow = VSMShadow( shadowMap, shadowCoord.xy, shadowCoord.z );\n\t\t#else\n\t\t\tshadow = texture2DCompare( shadowMap, shadowCoord.xy, shadowCoord.z );\n\t\t#endif\n\t\t}\n\t\treturn shadow;\n\t}\n\tvec2 cubeToUV( vec3 v, float texelSizeY ) {\n\t\tvec3 absV = abs( v );\n\t\tfloat scaleToCube = 1.0 / max( absV.x, max( absV.y, absV.z ) );\n\t\tabsV *= scaleToCube;\n\t\tv *= scaleToCube * ( 1.0 - 2.0 * texelSizeY );\n\t\tvec2 planar = v.xy;\n\t\tfloat almostATexel = 1.5 * texelSizeY;\n\t\tfloat almostOne = 1.0 - almostATexel;\n\t\tif ( absV.z >= almostOne ) {\n\t\t\tif ( v.z > 0.0 )\n\t\t\t\tplanar.x = 4.0 - v.x;\n\t\t} else if ( absV.x >= almostOne ) {\n\t\t\tfloat signX = sign( v.x );\n\t\t\tplanar.x = v.z * signX + 2.0 * signX;\n\t\t} else if ( absV.y >= almostOne ) {\n\t\t\tfloat signY = sign( v.y );\n\t\t\tplanar.x = v.x + 2.0 * signY + 2.0;\n\t\t\tplanar.y = v.z * signY - 2.0;\n\t\t}\n\t\treturn vec2( 0.125, 0.25 ) * planar + vec2( 0.375, 0.75 );\n\t}\n\tfloat getPointShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) {\n\t\tvec2 texelSize = vec2( 1.0 ) / ( shadowMapSize * vec2( 4.0, 2.0 ) );\n\t\tvec3 lightToPosition = shadowCoord.xyz;\n\t\tfloat dp = ( length( lightToPosition ) - shadowCameraNear ) / ( shadowCameraFar - shadowCameraNear );\t\tdp += shadowBias;\n\t\tvec3 bd3D = normalize( lightToPosition );\n\t\t#if defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_PCF_SOFT ) || defined( SHADOWMAP_TYPE_VSM )\n\t\t\tvec2 offset = vec2( - 1, 1 ) * shadowRadius * texelSize.y;\n\t\t\treturn (\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xyy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yyy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xyx, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yyx, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xxy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yxy, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.xxx, texelSize.y ), dp ) +\n\t\t\t\ttexture2DCompare( shadowMap, cubeToUV( bd3D + offset.yxx, texelSize.y ), dp )\n\t\t\t) * ( 1.0 / 9.0 );\n\t\t#else\n\t\t\treturn texture2DCompare( shadowMap, cubeToUV( bd3D, texelSize.y ), dp );\n\t\t#endif\n\t}\n#endif"; + +var shadowmap_pars_vertex = "#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\tuniform mat4 directionalShadowMatrix[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tstruct DirectionalLightShadow {\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t\tuniform mat4 spotShadowMatrix[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\tvarying vec4 vSpotShadowCoord[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\tstruct SpotLightShadow {\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\tuniform mat4 pointShadowMatrix[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tstruct PointLightShadow {\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t\tfloat shadowCameraNear;\n\t\t\tfloat shadowCameraFar;\n\t\t};\n\t\tuniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ];\n\t#endif\n#endif"; + +var shadowmap_vertex = "#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0 || NUM_SPOT_LIGHT_SHADOWS > 0 || NUM_POINT_LIGHT_SHADOWS > 0\n\t\tvec3 shadowWorldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\t\tvec4 shadowWorldPosition;\n\t#endif\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) {\n\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * directionalLightShadows[ i ].shadowNormalBias, 0 );\n\t\tvDirectionalShadowCoord[ i ] = directionalShadowMatrix[ i ] * shadowWorldPosition;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHT_SHADOWS; i ++ ) {\n\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * spotLightShadows[ i ].shadowNormalBias, 0 );\n\t\tvSpotShadowCoord[ i ] = spotShadowMatrix[ i ] * shadowWorldPosition;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) {\n\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * pointLightShadows[ i ].shadowNormalBias, 0 );\n\t\tvPointShadowCoord[ i ] = pointShadowMatrix[ i ] * shadowWorldPosition;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n#endif"; + +var shadowmask_pars_fragment = "float getShadowMask() {\n\tfloat shadow = 1.0;\n\t#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\tDirectionalLightShadow directionalLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) {\n\t\tdirectionalLight = directionalLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getShadow( directionalShadowMap[ i ], directionalLight.shadowMapSize, directionalLight.shadowBias, directionalLight.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\tSpotLightShadow spotLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHT_SHADOWS; i ++ ) {\n\t\tspotLight = spotLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getShadow( spotShadowMap[ i ], spotLight.shadowMapSize, spotLight.shadowBias, spotLight.shadowRadius, vSpotShadowCoord[ i ] ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\tPointLightShadow pointLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) {\n\t\tpointLight = pointLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getPointShadow( pointShadowMap[ i ], pointLight.shadowMapSize, pointLight.shadowBias, pointLight.shadowRadius, vPointShadowCoord[ i ], pointLight.shadowCameraNear, pointLight.shadowCameraFar ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#endif\n\treturn shadow;\n}"; + +var skinbase_vertex = "#ifdef USE_SKINNING\n\tmat4 boneMatX = getBoneMatrix( skinIndex.x );\n\tmat4 boneMatY = getBoneMatrix( skinIndex.y );\n\tmat4 boneMatZ = getBoneMatrix( skinIndex.z );\n\tmat4 boneMatW = getBoneMatrix( skinIndex.w );\n#endif"; + +var skinning_pars_vertex = "#ifdef USE_SKINNING\n\tuniform mat4 bindMatrix;\n\tuniform mat4 bindMatrixInverse;\n\t#ifdef BONE_TEXTURE\n\t\tuniform highp sampler2D boneTexture;\n\t\tuniform int boneTextureSize;\n\t\tmat4 getBoneMatrix( const in float i ) {\n\t\t\tfloat j = i * 4.0;\n\t\t\tfloat x = mod( j, float( boneTextureSize ) );\n\t\t\tfloat y = floor( j / float( boneTextureSize ) );\n\t\t\tfloat dx = 1.0 / float( boneTextureSize );\n\t\t\tfloat dy = 1.0 / float( boneTextureSize );\n\t\t\ty = dy * ( y + 0.5 );\n\t\t\tvec4 v1 = texture2D( boneTexture, vec2( dx * ( x + 0.5 ), y ) );\n\t\t\tvec4 v2 = texture2D( boneTexture, vec2( dx * ( x + 1.5 ), y ) );\n\t\t\tvec4 v3 = texture2D( boneTexture, vec2( dx * ( x + 2.5 ), y ) );\n\t\t\tvec4 v4 = texture2D( boneTexture, vec2( dx * ( x + 3.5 ), y ) );\n\t\t\tmat4 bone = mat4( v1, v2, v3, v4 );\n\t\t\treturn bone;\n\t\t}\n\t#else\n\t\tuniform mat4 boneMatrices[ MAX_BONES ];\n\t\tmat4 getBoneMatrix( const in float i ) {\n\t\t\tmat4 bone = boneMatrices[ int(i) ];\n\t\t\treturn bone;\n\t\t}\n\t#endif\n#endif"; + +var skinning_vertex = "#ifdef USE_SKINNING\n\tvec4 skinVertex = bindMatrix * vec4( transformed, 1.0 );\n\tvec4 skinned = vec4( 0.0 );\n\tskinned += boneMatX * skinVertex * skinWeight.x;\n\tskinned += boneMatY * skinVertex * skinWeight.y;\n\tskinned += boneMatZ * skinVertex * skinWeight.z;\n\tskinned += boneMatW * skinVertex * skinWeight.w;\n\ttransformed = ( bindMatrixInverse * skinned ).xyz;\n#endif"; + +var skinnormal_vertex = "#ifdef USE_SKINNING\n\tmat4 skinMatrix = mat4( 0.0 );\n\tskinMatrix += skinWeight.x * boneMatX;\n\tskinMatrix += skinWeight.y * boneMatY;\n\tskinMatrix += skinWeight.z * boneMatZ;\n\tskinMatrix += skinWeight.w * boneMatW;\n\tskinMatrix = bindMatrixInverse * skinMatrix * bindMatrix;\n\tobjectNormal = vec4( skinMatrix * vec4( objectNormal, 0.0 ) ).xyz;\n\t#ifdef USE_TANGENT\n\t\tobjectTangent = vec4( skinMatrix * vec4( objectTangent, 0.0 ) ).xyz;\n\t#endif\n#endif"; + +var specularmap_fragment = "float specularStrength;\n#ifdef USE_SPECULARMAP\n\tvec4 texelSpecular = texture2D( specularMap, vUv );\n\tspecularStrength = texelSpecular.r;\n#else\n\tspecularStrength = 1.0;\n#endif"; + +var specularmap_pars_fragment = "#ifdef USE_SPECULARMAP\n\tuniform sampler2D specularMap;\n#endif"; + +var tonemapping_fragment = "#if defined( TONE_MAPPING )\n\tgl_FragColor.rgb = toneMapping( gl_FragColor.rgb );\n#endif"; + +var tonemapping_pars_fragment = "#ifndef saturate\n#define saturate(a) clamp( a, 0.0, 1.0 )\n#endif\nuniform float toneMappingExposure;\nvec3 LinearToneMapping( vec3 color ) {\n\treturn toneMappingExposure * color;\n}\nvec3 ReinhardToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\treturn saturate( color / ( vec3( 1.0 ) + color ) );\n}\nvec3 OptimizedCineonToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\tcolor = max( vec3( 0.0 ), color - 0.004 );\n\treturn pow( ( color * ( 6.2 * color + 0.5 ) ) / ( color * ( 6.2 * color + 1.7 ) + 0.06 ), vec3( 2.2 ) );\n}\nvec3 RRTAndODTFit( vec3 v ) {\n\tvec3 a = v * ( v + 0.0245786 ) - 0.000090537;\n\tvec3 b = v * ( 0.983729 * v + 0.4329510 ) + 0.238081;\n\treturn a / b;\n}\nvec3 ACESFilmicToneMapping( vec3 color ) {\n\tconst mat3 ACESInputMat = mat3(\n\t\tvec3( 0.59719, 0.07600, 0.02840 ),\t\tvec3( 0.35458, 0.90834, 0.13383 ),\n\t\tvec3( 0.04823, 0.01566, 0.83777 )\n\t);\n\tconst mat3 ACESOutputMat = mat3(\n\t\tvec3( 1.60475, -0.10208, -0.00327 ),\t\tvec3( -0.53108, 1.10813, -0.07276 ),\n\t\tvec3( -0.07367, -0.00605, 1.07602 )\n\t);\n\tcolor *= toneMappingExposure / 0.6;\n\tcolor = ACESInputMat * color;\n\tcolor = RRTAndODTFit( color );\n\tcolor = ACESOutputMat * color;\n\treturn saturate( color );\n}\nvec3 CustomToneMapping( vec3 color ) { return color; }"; + +var transmission_fragment = "#ifdef USE_TRANSMISSION\n\tfloat transmissionFactor = transmission;\n\tfloat thicknessFactor = thickness;\n\t#ifdef USE_TRANSMISSIONMAP\n\t\ttransmissionFactor *= texture2D( transmissionMap, vUv ).r;\n\t#endif\n\t#ifdef USE_THICKNESSMAP\n\t\tthicknessFactor *= texture2D( thicknessMap, vUv ).g;\n\t#endif\n\tvec3 pos = vWorldPosition.xyz / vWorldPosition.w;\n\tvec3 v = normalize( cameraPosition - pos );\n\tvec3 n = inverseTransformDirection( normal, viewMatrix );\n\tfloat ior = ( 1.0 + 0.4 * reflectivity ) / ( 1.0 - 0.4 * reflectivity );\n\tvec3 transmission = transmissionFactor * getIBLVolumeRefraction(\n\t\tn, v, roughnessFactor, material.diffuseColor, material.specularColor,\n\t\tpos, modelMatrix, viewMatrix, projectionMatrix, ior, thicknessFactor,\n\t\tattenuationTint, attenuationDistance );\n\ttotalDiffuse = mix( totalDiffuse, transmission, transmissionFactor );\n#endif"; + +var transmission_pars_fragment = "#ifdef USE_TRANSMISSION\n\t#ifdef USE_TRANSMISSIONMAP\n\t\tuniform sampler2D transmissionMap;\n\t#endif\n\t#ifdef USE_THICKNESSMAP\n\t\tuniform sampler2D thicknessMap;\n\t#endif\n\tuniform vec2 transmissionSamplerSize;\n\tuniform sampler2D transmissionSamplerMap;\n\tuniform mat4 modelMatrix;\n\tuniform mat4 projectionMatrix;\n\tvarying vec4 vWorldPosition;\n\tvec3 getVolumeTransmissionRay(vec3 n, vec3 v, float thickness, float ior, mat4 modelMatrix) {\n\t\tvec3 refractionVector = refract(-v, normalize(n), 1.0 / ior);\n\t\tvec3 modelScale;\n\t\tmodelScale.x = length(vec3(modelMatrix[0].xyz));\n\t\tmodelScale.y = length(vec3(modelMatrix[1].xyz));\n\t\tmodelScale.z = length(vec3(modelMatrix[2].xyz));\n\t\treturn normalize(refractionVector) * thickness * modelScale;\n\t}\n\tfloat applyIorToRoughness(float roughness, float ior) {\n\t\treturn roughness * clamp(ior * 2.0 - 2.0, 0.0, 1.0);\n\t}\n\tvec3 getTransmissionSample(vec2 fragCoord, float roughness, float ior) {\n\t\tfloat framebufferLod = log2(transmissionSamplerSize.x) * applyIorToRoughness(roughness, ior);\n\t\treturn texture2DLodEXT(transmissionSamplerMap, fragCoord.xy, framebufferLod).rgb;\n\t}\n\tvec3 applyVolumeAttenuation(vec3 radiance, float transmissionDistance, vec3 attenuationColor, float attenuationDistance) {\n\t\tif (attenuationDistance == 0.0) {\n\t\t\treturn radiance;\n\t\t} else {\n\t\t\tvec3 attenuationCoefficient = -log(attenuationColor) / attenuationDistance;\n\t\t\tvec3 transmittance = exp(-attenuationCoefficient * transmissionDistance);\t\t\treturn transmittance * radiance;\n\t\t}\n\t}\n\tvec3 getIBLVolumeRefraction(vec3 n, vec3 v, float perceptualRoughness, vec3 baseColor, vec3 specularColor,\n\t\tvec3 position, mat4 modelMatrix, mat4 viewMatrix, mat4 projMatrix, float ior, float thickness,\n\t\tvec3 attenuationColor, float attenuationDistance) {\n\t\tvec3 transmissionRay = getVolumeTransmissionRay(n, v, thickness, ior, modelMatrix);\n\t\tvec3 refractedRayExit = position + transmissionRay;\n\t\tvec4 ndcPos = projMatrix * viewMatrix * vec4(refractedRayExit, 1.0);\n\t\tvec2 refractionCoords = ndcPos.xy / ndcPos.w;\n\t\trefractionCoords += 1.0;\n\t\trefractionCoords /= 2.0;\n\t\tvec3 transmittedLight = getTransmissionSample(refractionCoords, perceptualRoughness, ior);\n\t\tvec3 attenuatedColor = applyVolumeAttenuation(transmittedLight, length(transmissionRay), attenuationColor, attenuationDistance);\n\t\treturn (1.0 - specularColor) * attenuatedColor * baseColor;\n\t}\n#endif"; + +var uv_pars_fragment = "#if ( defined( USE_UV ) && ! defined( UVS_VERTEX_ONLY ) )\n\tvarying vec2 vUv;\n#endif"; + +var uv_pars_vertex = "#ifdef USE_UV\n\t#ifdef UVS_VERTEX_ONLY\n\t\tvec2 vUv;\n\t#else\n\t\tvarying vec2 vUv;\n\t#endif\n\tuniform mat3 uvTransform;\n#endif"; + +var uv_vertex = "#ifdef USE_UV\n\tvUv = ( uvTransform * vec3( uv, 1 ) ).xy;\n#endif"; + +var uv2_pars_fragment = "#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )\n\tvarying vec2 vUv2;\n#endif"; + +var uv2_pars_vertex = "#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )\n\tattribute vec2 uv2;\n\tvarying vec2 vUv2;\n\tuniform mat3 uv2Transform;\n#endif"; + +var uv2_vertex = "#if defined( USE_LIGHTMAP ) || defined( USE_AOMAP )\n\tvUv2 = ( uv2Transform * vec3( uv2, 1 ) ).xy;\n#endif"; + +var worldpos_vertex = "#if defined( USE_ENVMAP ) || defined( DISTANCE ) || defined ( USE_SHADOWMAP ) || defined ( USE_TRANSMISSION )\n\tvec4 worldPosition = vec4( transformed, 1.0 );\n\t#ifdef USE_INSTANCING\n\t\tworldPosition = instanceMatrix * worldPosition;\n\t#endif\n\tworldPosition = modelMatrix * worldPosition;\n#endif"; + +var background_frag = "uniform sampler2D t2D;\nvarying vec2 vUv;\nvoid main() {\n\tvec4 texColor = texture2D( t2D, vUv );\n\tgl_FragColor = mapTexelToLinear( texColor );\n\t#include \n\t#include \n}"; + +var background_vert = "varying vec2 vUv;\nuniform mat3 uvTransform;\nvoid main() {\n\tvUv = ( uvTransform * vec3( uv, 1 ) ).xy;\n\tgl_Position = vec4( position.xy, 1.0, 1.0 );\n}"; + +var cube_frag = "#include \nuniform float opacity;\nvarying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvec3 vReflect = vWorldDirection;\n\t#include \n\tgl_FragColor = envColor;\n\tgl_FragColor.a *= opacity;\n\t#include \n\t#include \n}"; + +var cube_vert = "varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n\tgl_Position.z = gl_Position.w;\n}"; + +var depth_frag = "#if DEPTH_PACKING == 3200\n\tuniform float opacity;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvarying vec2 vHighPrecisionZW;\nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( 1.0 );\n\t#if DEPTH_PACKING == 3200\n\t\tdiffuseColor.a = opacity;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\tfloat fragCoordZ = 0.5 * vHighPrecisionZW[0] / vHighPrecisionZW[1] + 0.5;\n\t#if DEPTH_PACKING == 3200\n\t\tgl_FragColor = vec4( vec3( 1.0 - fragCoordZ ), opacity );\n\t#elif DEPTH_PACKING == 3201\n\t\tgl_FragColor = packDepthToRGBA( fragCoordZ );\n\t#endif\n}"; + +var depth_vert = "#include \n#include \n#include \n#include \n#include \n#include \n#include \nvarying vec2 vHighPrecisionZW;\nvoid main() {\n\t#include \n\t#include \n\t#ifdef USE_DISPLACEMENTMAP\n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvHighPrecisionZW = gl_Position.zw;\n}"; + +var distanceRGBA_frag = "#define DISTANCE\nuniform vec3 referencePosition;\nuniform float nearDistance;\nuniform float farDistance;\nvarying vec3 vWorldPosition;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main () {\n\t#include \n\tvec4 diffuseColor = vec4( 1.0 );\n\t#include \n\t#include \n\t#include \n\tfloat dist = length( vWorldPosition - referencePosition );\n\tdist = ( dist - nearDistance ) / ( farDistance - nearDistance );\n\tdist = saturate( dist );\n\tgl_FragColor = packDepthToRGBA( dist );\n}"; + +var distanceRGBA_vert = "#define DISTANCE\nvarying vec3 vWorldPosition;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#ifdef USE_DISPLACEMENTMAP\n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvWorldPosition = worldPosition.xyz;\n}"; + +var equirect_frag = "uniform sampler2D tEquirect;\nvarying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvec3 direction = normalize( vWorldDirection );\n\tvec2 sampleUV = equirectUv( direction );\n\tvec4 texColor = texture2D( tEquirect, sampleUV );\n\tgl_FragColor = mapTexelToLinear( texColor );\n\t#include \n\t#include \n}"; + +var equirect_vert = "varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n}"; + +var linedashed_frag = "uniform vec3 diffuse;\nuniform float opacity;\nuniform float dashSize;\nuniform float totalSize;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tif ( mod( vLineDistance, totalSize ) > dashSize ) {\n\t\tdiscard;\n\t}\n\tvec3 outgoingLight = vec3( 0.0 );\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var linedashed_vert = "uniform float scale;\nattribute float lineDistance;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvLineDistance = scale * lineDistance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshbasic_frag = "uniform vec3 diffuse;\nuniform float opacity;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\t#ifdef USE_LIGHTMAP\n\t\n\t\tvec4 lightMapTexel= texture2D( lightMap, vUv2 );\n\t\treflectedLight.indirectDiffuse += lightMapTexelToLinear( lightMapTexel ).rgb * lightMapIntensity;\n\t#else\n\t\treflectedLight.indirectDiffuse += vec3( 1.0 );\n\t#endif\n\t#include \n\treflectedLight.indirectDiffuse *= diffuseColor.rgb;\n\tvec3 outgoingLight = reflectedLight.indirectDiffuse;\n\t#include \n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshbasic_vert = "#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#if defined ( USE_ENVMAP ) || defined ( USE_SKINNING )\n\t\t#include \n\t\t#include \n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshlambert_frag = "uniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\nvarying vec3 vLightFront;\nvarying vec3 vIndirectFront;\n#ifdef DOUBLE_SIDED\n\tvarying vec3 vLightBack;\n\tvarying vec3 vIndirectBack;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef DOUBLE_SIDED\n\t\treflectedLight.indirectDiffuse += ( gl_FrontFacing ) ? vIndirectFront : vIndirectBack;\n\t#else\n\t\treflectedLight.indirectDiffuse += vIndirectFront;\n\t#endif\n\t#include \n\treflectedLight.indirectDiffuse *= BRDF_Diffuse_Lambert( diffuseColor.rgb );\n\t#ifdef DOUBLE_SIDED\n\t\treflectedLight.directDiffuse = ( gl_FrontFacing ) ? vLightFront : vLightBack;\n\t#else\n\t\treflectedLight.directDiffuse = vLightFront;\n\t#endif\n\treflectedLight.directDiffuse *= BRDF_Diffuse_Lambert( diffuseColor.rgb ) * getShadowMask();\n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\t#include \n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshlambert_vert = "#define LAMBERT\nvarying vec3 vLightFront;\nvarying vec3 vIndirectFront;\n#ifdef DOUBLE_SIDED\n\tvarying vec3 vLightBack;\n\tvarying vec3 vIndirectBack;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshmatcap_frag = "#define MATCAP\nuniform vec3 diffuse;\nuniform float opacity;\nuniform sampler2D matcap;\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 viewDir = normalize( vViewPosition );\n\tvec3 x = normalize( vec3( viewDir.z, 0.0, - viewDir.x ) );\n\tvec3 y = cross( viewDir, x );\n\tvec2 uv = vec2( dot( x, normal ), dot( y, normal ) ) * 0.495 + 0.5;\n\t#ifdef USE_MATCAP\n\t\tvec4 matcapColor = texture2D( matcap, uv );\n\t\tmatcapColor = matcapTexelToLinear( matcapColor );\n\t#else\n\t\tvec4 matcapColor = vec4( 1.0 );\n\t#endif\n\tvec3 outgoingLight = diffuseColor.rgb * matcapColor.rgb;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshmatcap_vert = "#define MATCAP\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifndef FLAT_SHADED\n\t\tvNormal = normalize( transformedNormal );\n\t\t#ifdef USE_TANGENT\n\t\t\tvTangent = normalize( transformedTangent );\n\t\t\tvBitangent = normalize( cross( vNormal, vTangent ) * tangent.w );\n\t\t#endif\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n}"; + +var meshtoon_frag = "#define TOON\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshtoon_vert = "#define TOON\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n}"; + +var meshphong_frag = "#define PHONG\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform vec3 specular;\nuniform float shininess;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\t#include \n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshphong_vert = "#define PHONG\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshphysical_frag = "#define STANDARD\n#ifdef PHYSICAL\n\t#define REFLECTIVITY\n\t#define CLEARCOAT\n\t#define SPECULAR\n#endif\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float roughness;\nuniform float metalness;\nuniform float opacity;\n#ifdef USE_TRANSMISSION\n\tuniform float transmission;\n\tuniform float thickness;\n\tuniform float attenuationDistance;\n\tuniform vec3 attenuationTint;\n#endif\n#ifdef REFLECTIVITY\n\tuniform float reflectivity;\n#endif\n#ifdef SPECULAR\n\tuniform float specularIntensity;\n\tuniform vec3 specularTint;\n\t#ifdef USE_SPECULARINTENSITYMAP\n\t\tuniform sampler2D specularIntensityMap;\n\t#endif\n\t#ifdef USE_SPECULARTINTMAP\n\t\tuniform sampler2D specularTintMap;\n\t#endif\n#endif\n#ifdef CLEARCOAT\n\tuniform float clearcoat;\n\tuniform float clearcoatRoughness;\n#endif\n#ifdef USE_SHEEN\n\tuniform vec3 sheen;\n#endif\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 totalDiffuse = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse;\n\tvec3 totalSpecular = reflectedLight.directSpecular + reflectedLight.indirectSpecular;\n\t#include \n\tvec3 outgoingLight = totalDiffuse + totalSpecular + totalEmissiveRadiance;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var meshphysical_vert = "#define STANDARD\nvarying vec3 vViewPosition;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif\n#ifdef USE_TRANSMISSION\n\tvarying vec4 vWorldPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n\t#ifdef USE_TANGENT\n\t\tvTangent = normalize( transformedTangent );\n\t\tvBitangent = normalize( cross( vNormal, vTangent ) * tangent.w );\n\t#endif\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n#ifdef USE_TRANSMISSION\n\tvWorldPosition = worldPosition;\n#endif\n}"; + +var normal_frag = "#define NORMAL\nuniform float opacity;\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( TANGENTSPACE_NORMALMAP )\n\tvarying vec3 vViewPosition;\n#endif\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\tgl_FragColor = vec4( packNormalToRGB( normal ), opacity );\n}"; + +var normal_vert = "#define NORMAL\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( TANGENTSPACE_NORMALMAP )\n\tvarying vec3 vViewPosition;\n#endif\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n\t#ifdef USE_TANGENT\n\t\tvTangent = normalize( transformedTangent );\n\t\tvBitangent = normalize( cross( vNormal, vTangent ) * tangent.w );\n\t#endif\n#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( TANGENTSPACE_NORMALMAP )\n\tvViewPosition = - mvPosition.xyz;\n#endif\n}"; + +var points_frag = "uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var points_vert = "uniform float size;\nuniform float scale;\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\tgl_PointSize = size;\n\t#ifdef USE_SIZEATTENUATION\n\t\tbool isPerspective = isPerspectiveMatrix( projectionMatrix );\n\t\tif ( isPerspective ) gl_PointSize *= ( scale / - mvPosition.z );\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var shadow_frag = "uniform vec3 color;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tgl_FragColor = vec4( color, opacity * ( 1.0 - getShadowMask() ) );\n\t#include \n\t#include \n\t#include \n}"; + +var shadow_vert = "#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}"; + +var sprite_frag = "uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\tgl_FragColor = vec4( outgoingLight, diffuseColor.a );\n\t#include \n\t#include \n\t#include \n}"; + +var sprite_vert = "uniform float rotation;\nuniform vec2 center;\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 mvPosition = modelViewMatrix * vec4( 0.0, 0.0, 0.0, 1.0 );\n\tvec2 scale;\n\tscale.x = length( vec3( modelMatrix[ 0 ].x, modelMatrix[ 0 ].y, modelMatrix[ 0 ].z ) );\n\tscale.y = length( vec3( modelMatrix[ 1 ].x, modelMatrix[ 1 ].y, modelMatrix[ 1 ].z ) );\n\t#ifndef USE_SIZEATTENUATION\n\t\tbool isPerspective = isPerspectiveMatrix( projectionMatrix );\n\t\tif ( isPerspective ) scale *= - mvPosition.z;\n\t#endif\n\tvec2 alignedPosition = ( position.xy - ( center - vec2( 0.5 ) ) ) * scale;\n\tvec2 rotatedPosition;\n\trotatedPosition.x = cos( rotation ) * alignedPosition.x - sin( rotation ) * alignedPosition.y;\n\trotatedPosition.y = sin( rotation ) * alignedPosition.x + cos( rotation ) * alignedPosition.y;\n\tmvPosition.xy += rotatedPosition;\n\tgl_Position = projectionMatrix * mvPosition;\n\t#include \n\t#include \n\t#include \n}"; + +const ShaderChunk = { + alphamap_fragment: alphamap_fragment, + alphamap_pars_fragment: alphamap_pars_fragment, + alphatest_fragment: alphatest_fragment, + aomap_fragment: aomap_fragment, + aomap_pars_fragment: aomap_pars_fragment, + begin_vertex: begin_vertex, + beginnormal_vertex: beginnormal_vertex, + bsdfs: bsdfs, + bumpmap_pars_fragment: bumpmap_pars_fragment, + clipping_planes_fragment: clipping_planes_fragment, + clipping_planes_pars_fragment: clipping_planes_pars_fragment, + clipping_planes_pars_vertex: clipping_planes_pars_vertex, + clipping_planes_vertex: clipping_planes_vertex, + color_fragment: color_fragment, + color_pars_fragment: color_pars_fragment, + color_pars_vertex: color_pars_vertex, + color_vertex: color_vertex, + common: common, + cube_uv_reflection_fragment: cube_uv_reflection_fragment, + defaultnormal_vertex: defaultnormal_vertex, + displacementmap_pars_vertex: displacementmap_pars_vertex, + displacementmap_vertex: displacementmap_vertex, + emissivemap_fragment: emissivemap_fragment, + emissivemap_pars_fragment: emissivemap_pars_fragment, + encodings_fragment: encodings_fragment, + encodings_pars_fragment: encodings_pars_fragment, + envmap_fragment: envmap_fragment, + envmap_common_pars_fragment: envmap_common_pars_fragment, + envmap_pars_fragment: envmap_pars_fragment, + envmap_pars_vertex: envmap_pars_vertex, + envmap_physical_pars_fragment: envmap_physical_pars_fragment, + envmap_vertex: envmap_vertex, + fog_vertex: fog_vertex, + fog_pars_vertex: fog_pars_vertex, + fog_fragment: fog_fragment, + fog_pars_fragment: fog_pars_fragment, + gradientmap_pars_fragment: gradientmap_pars_fragment, + lightmap_fragment: lightmap_fragment, + lightmap_pars_fragment: lightmap_pars_fragment, + lights_lambert_vertex: lights_lambert_vertex, + lights_pars_begin: lights_pars_begin, + lights_toon_fragment: lights_toon_fragment, + lights_toon_pars_fragment: lights_toon_pars_fragment, + lights_phong_fragment: lights_phong_fragment, + lights_phong_pars_fragment: lights_phong_pars_fragment, + lights_physical_fragment: lights_physical_fragment, + lights_physical_pars_fragment: lights_physical_pars_fragment, + lights_fragment_begin: lights_fragment_begin, + lights_fragment_maps: lights_fragment_maps, + lights_fragment_end: lights_fragment_end, + logdepthbuf_fragment: logdepthbuf_fragment, + logdepthbuf_pars_fragment: logdepthbuf_pars_fragment, + logdepthbuf_pars_vertex: logdepthbuf_pars_vertex, + logdepthbuf_vertex: logdepthbuf_vertex, + map_fragment: map_fragment, + map_pars_fragment: map_pars_fragment, + map_particle_fragment: map_particle_fragment, + map_particle_pars_fragment: map_particle_pars_fragment, + metalnessmap_fragment: metalnessmap_fragment, + metalnessmap_pars_fragment: metalnessmap_pars_fragment, + morphnormal_vertex: morphnormal_vertex, + morphtarget_pars_vertex: morphtarget_pars_vertex, + morphtarget_vertex: morphtarget_vertex, + normal_fragment_begin: normal_fragment_begin, + normal_fragment_maps: normal_fragment_maps, + normalmap_pars_fragment: normalmap_pars_fragment, + clearcoat_normal_fragment_begin: clearcoat_normal_fragment_begin, + clearcoat_normal_fragment_maps: clearcoat_normal_fragment_maps, + clearcoat_pars_fragment: clearcoat_pars_fragment, + packing: packing, + premultiplied_alpha_fragment: premultiplied_alpha_fragment, + project_vertex: project_vertex, + dithering_fragment: dithering_fragment, + dithering_pars_fragment: dithering_pars_fragment, + roughnessmap_fragment: roughnessmap_fragment, + roughnessmap_pars_fragment: roughnessmap_pars_fragment, + shadowmap_pars_fragment: shadowmap_pars_fragment, + shadowmap_pars_vertex: shadowmap_pars_vertex, + shadowmap_vertex: shadowmap_vertex, + shadowmask_pars_fragment: shadowmask_pars_fragment, + skinbase_vertex: skinbase_vertex, + skinning_pars_vertex: skinning_pars_vertex, + skinning_vertex: skinning_vertex, + skinnormal_vertex: skinnormal_vertex, + specularmap_fragment: specularmap_fragment, + specularmap_pars_fragment: specularmap_pars_fragment, + tonemapping_fragment: tonemapping_fragment, + tonemapping_pars_fragment: tonemapping_pars_fragment, + transmission_fragment: transmission_fragment, + transmission_pars_fragment: transmission_pars_fragment, + uv_pars_fragment: uv_pars_fragment, + uv_pars_vertex: uv_pars_vertex, + uv_vertex: uv_vertex, + uv2_pars_fragment: uv2_pars_fragment, + uv2_pars_vertex: uv2_pars_vertex, + uv2_vertex: uv2_vertex, + worldpos_vertex: worldpos_vertex, + + background_frag: background_frag, + background_vert: background_vert, + cube_frag: cube_frag, + cube_vert: cube_vert, + depth_frag: depth_frag, + depth_vert: depth_vert, + distanceRGBA_frag: distanceRGBA_frag, + distanceRGBA_vert: distanceRGBA_vert, + equirect_frag: equirect_frag, + equirect_vert: equirect_vert, + linedashed_frag: linedashed_frag, + linedashed_vert: linedashed_vert, + meshbasic_frag: meshbasic_frag, + meshbasic_vert: meshbasic_vert, + meshlambert_frag: meshlambert_frag, + meshlambert_vert: meshlambert_vert, + meshmatcap_frag: meshmatcap_frag, + meshmatcap_vert: meshmatcap_vert, + meshtoon_frag: meshtoon_frag, + meshtoon_vert: meshtoon_vert, + meshphong_frag: meshphong_frag, + meshphong_vert: meshphong_vert, + meshphysical_frag: meshphysical_frag, + meshphysical_vert: meshphysical_vert, + normal_frag: normal_frag, + normal_vert: normal_vert, + points_frag: points_frag, + points_vert: points_vert, + shadow_frag: shadow_frag, + shadow_vert: shadow_vert, + sprite_frag: sprite_frag, + sprite_vert: sprite_vert +}; + +/** + * Uniforms library for shared webgl shaders + */ + +const UniformsLib = { + + common: { + + diffuse: { value: new Color( 0xffffff ) }, + opacity: { value: 1.0 }, + + map: { value: null }, + uvTransform: { value: new Matrix3() }, + uv2Transform: { value: new Matrix3() }, + + alphaMap: { value: null }, + + }, + + specularmap: { + + specularMap: { value: null }, + + }, + + envmap: { + + envMap: { value: null }, + flipEnvMap: { value: - 1 }, + reflectivity: { value: 1.0 }, + refractionRatio: { value: 0.98 }, + maxMipLevel: { value: 0 } + + }, + + aomap: { + + aoMap: { value: null }, + aoMapIntensity: { value: 1 } + + }, + + lightmap: { + + lightMap: { value: null }, + lightMapIntensity: { value: 1 } + + }, + + emissivemap: { + + emissiveMap: { value: null } + + }, + + bumpmap: { + + bumpMap: { value: null }, + bumpScale: { value: 1 } + + }, + + normalmap: { + + normalMap: { value: null }, + normalScale: { value: new Vector2( 1, 1 ) } + + }, + + displacementmap: { + + displacementMap: { value: null }, + displacementScale: { value: 1 }, + displacementBias: { value: 0 } + + }, + + roughnessmap: { + + roughnessMap: { value: null } + + }, + + metalnessmap: { + + metalnessMap: { value: null } + + }, + + gradientmap: { + + gradientMap: { value: null } + + }, + + fog: { + + fogDensity: { value: 0.00025 }, + fogNear: { value: 1 }, + fogFar: { value: 2000 }, + fogColor: { value: new Color( 0xffffff ) } + + }, + + lights: { + + ambientLightColor: { value: [] }, + + lightProbe: { value: [] }, + + directionalLights: { value: [], properties: { + direction: {}, + color: {} + } }, + + directionalLightShadows: { value: [], properties: { + shadowBias: {}, + shadowNormalBias: {}, + shadowRadius: {}, + shadowMapSize: {} + } }, + + directionalShadowMap: { value: [] }, + directionalShadowMatrix: { value: [] }, + + spotLights: { value: [], properties: { + color: {}, + position: {}, + direction: {}, + distance: {}, + coneCos: {}, + penumbraCos: {}, + decay: {} + } }, + + spotLightShadows: { value: [], properties: { + shadowBias: {}, + shadowNormalBias: {}, + shadowRadius: {}, + shadowMapSize: {} + } }, + + spotShadowMap: { value: [] }, + spotShadowMatrix: { value: [] }, + + pointLights: { value: [], properties: { + color: {}, + position: {}, + decay: {}, + distance: {} + } }, + + pointLightShadows: { value: [], properties: { + shadowBias: {}, + shadowNormalBias: {}, + shadowRadius: {}, + shadowMapSize: {}, + shadowCameraNear: {}, + shadowCameraFar: {} + } }, + + pointShadowMap: { value: [] }, + pointShadowMatrix: { value: [] }, + + hemisphereLights: { value: [], properties: { + direction: {}, + skyColor: {}, + groundColor: {} + } }, + + // TODO (abelnation): RectAreaLight BRDF data needs to be moved from example to main src + rectAreaLights: { value: [], properties: { + color: {}, + position: {}, + width: {}, + height: {} + } }, + + ltc_1: { value: null }, + ltc_2: { value: null } + + }, + + points: { + + diffuse: { value: new Color( 0xffffff ) }, + opacity: { value: 1.0 }, + size: { value: 1.0 }, + scale: { value: 1.0 }, + map: { value: null }, + alphaMap: { value: null }, + uvTransform: { value: new Matrix3() } + + }, + + sprite: { + + diffuse: { value: new Color( 0xffffff ) }, + opacity: { value: 1.0 }, + center: { value: new Vector2( 0.5, 0.5 ) }, + rotation: { value: 0.0 }, + map: { value: null }, + alphaMap: { value: null }, + uvTransform: { value: new Matrix3() } + + } + +}; + +const ShaderLib = { + + basic: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.specularmap, + UniformsLib.envmap, + UniformsLib.aomap, + UniformsLib.lightmap, + UniformsLib.fog + ] ), + + vertexShader: ShaderChunk.meshbasic_vert, + fragmentShader: ShaderChunk.meshbasic_frag + + }, + + lambert: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.specularmap, + UniformsLib.envmap, + UniformsLib.aomap, + UniformsLib.lightmap, + UniformsLib.emissivemap, + UniformsLib.fog, + UniformsLib.lights, + { + emissive: { value: new Color( 0x000000 ) } + } + ] ), + + vertexShader: ShaderChunk.meshlambert_vert, + fragmentShader: ShaderChunk.meshlambert_frag + + }, + + phong: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.specularmap, + UniformsLib.envmap, + UniformsLib.aomap, + UniformsLib.lightmap, + UniformsLib.emissivemap, + UniformsLib.bumpmap, + UniformsLib.normalmap, + UniformsLib.displacementmap, + UniformsLib.fog, + UniformsLib.lights, + { + emissive: { value: new Color( 0x000000 ) }, + specular: { value: new Color( 0x111111 ) }, + shininess: { value: 30 } + } + ] ), + + vertexShader: ShaderChunk.meshphong_vert, + fragmentShader: ShaderChunk.meshphong_frag + + }, + + standard: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.envmap, + UniformsLib.aomap, + UniformsLib.lightmap, + UniformsLib.emissivemap, + UniformsLib.bumpmap, + UniformsLib.normalmap, + UniformsLib.displacementmap, + UniformsLib.roughnessmap, + UniformsLib.metalnessmap, + UniformsLib.fog, + UniformsLib.lights, + { + emissive: { value: new Color( 0x000000 ) }, + roughness: { value: 1.0 }, + metalness: { value: 0.0 }, + envMapIntensity: { value: 1 } // temporary + } + ] ), + + vertexShader: ShaderChunk.meshphysical_vert, + fragmentShader: ShaderChunk.meshphysical_frag + + }, + + toon: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.aomap, + UniformsLib.lightmap, + UniformsLib.emissivemap, + UniformsLib.bumpmap, + UniformsLib.normalmap, + UniformsLib.displacementmap, + UniformsLib.gradientmap, + UniformsLib.fog, + UniformsLib.lights, + { + emissive: { value: new Color( 0x000000 ) } + } + ] ), + + vertexShader: ShaderChunk.meshtoon_vert, + fragmentShader: ShaderChunk.meshtoon_frag + + }, + + matcap: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.bumpmap, + UniformsLib.normalmap, + UniformsLib.displacementmap, + UniformsLib.fog, + { + matcap: { value: null } + } + ] ), + + vertexShader: ShaderChunk.meshmatcap_vert, + fragmentShader: ShaderChunk.meshmatcap_frag + + }, + + points: { + + uniforms: mergeUniforms( [ + UniformsLib.points, + UniformsLib.fog + ] ), + + vertexShader: ShaderChunk.points_vert, + fragmentShader: ShaderChunk.points_frag + + }, + + dashed: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.fog, + { + scale: { value: 1 }, + dashSize: { value: 1 }, + totalSize: { value: 2 } + } + ] ), + + vertexShader: ShaderChunk.linedashed_vert, + fragmentShader: ShaderChunk.linedashed_frag + + }, + + depth: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.displacementmap + ] ), + + vertexShader: ShaderChunk.depth_vert, + fragmentShader: ShaderChunk.depth_frag + + }, + + normal: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.bumpmap, + UniformsLib.normalmap, + UniformsLib.displacementmap, + { + opacity: { value: 1.0 } + } + ] ), + + vertexShader: ShaderChunk.normal_vert, + fragmentShader: ShaderChunk.normal_frag + + }, + + sprite: { + + uniforms: mergeUniforms( [ + UniformsLib.sprite, + UniformsLib.fog + ] ), + + vertexShader: ShaderChunk.sprite_vert, + fragmentShader: ShaderChunk.sprite_frag + + }, + + background: { + + uniforms: { + uvTransform: { value: new Matrix3() }, + t2D: { value: null }, + }, + + vertexShader: ShaderChunk.background_vert, + fragmentShader: ShaderChunk.background_frag + + }, + /* ------------------------------------------------------------------------- + // Cube map shader + ------------------------------------------------------------------------- */ + + cube: { + + uniforms: mergeUniforms( [ + UniformsLib.envmap, + { + opacity: { value: 1.0 } + } + ] ), + + vertexShader: ShaderChunk.cube_vert, + fragmentShader: ShaderChunk.cube_frag + + }, + + equirect: { + + uniforms: { + tEquirect: { value: null }, + }, + + vertexShader: ShaderChunk.equirect_vert, + fragmentShader: ShaderChunk.equirect_frag + + }, + + distanceRGBA: { + + uniforms: mergeUniforms( [ + UniformsLib.common, + UniformsLib.displacementmap, + { + referencePosition: { value: new Vector3() }, + nearDistance: { value: 1 }, + farDistance: { value: 1000 } + } + ] ), + + vertexShader: ShaderChunk.distanceRGBA_vert, + fragmentShader: ShaderChunk.distanceRGBA_frag + + }, + + shadow: { + + uniforms: mergeUniforms( [ + UniformsLib.lights, + UniformsLib.fog, + { + color: { value: new Color( 0x00000 ) }, + opacity: { value: 1.0 } + }, + ] ), + + vertexShader: ShaderChunk.shadow_vert, + fragmentShader: ShaderChunk.shadow_frag + + } + +}; + +ShaderLib.physical = { + + uniforms: mergeUniforms( [ + ShaderLib.standard.uniforms, + { + clearcoat: { value: 0 }, + clearcoatMap: { value: null }, + clearcoatRoughness: { value: 0 }, + clearcoatRoughnessMap: { value: null }, + clearcoatNormalScale: { value: new Vector2( 1, 1 ) }, + clearcoatNormalMap: { value: null }, + sheen: { value: new Color( 0x000000 ) }, + transmission: { value: 0 }, + transmissionMap: { value: null }, + transmissionSamplerSize: { value: new Vector2() }, + transmissionSamplerMap: { value: null }, + thickness: { value: 0 }, + thicknessMap: { value: null }, + attenuationDistance: { value: 0 }, + attenuationTint: { value: new Color( 0x000000 ) }, + specularIntensity: { value: 0 }, + specularIntensityMap: { value: null }, + specularTint: { value: new Color( 1, 1, 1 ) }, + specularTintMap: { value: null }, + } + ] ), + + vertexShader: ShaderChunk.meshphysical_vert, + fragmentShader: ShaderChunk.meshphysical_frag + +}; + +function WebGLBackground( renderer, cubemaps, state, objects, premultipliedAlpha ) { + + const clearColor = new Color( 0x000000 ); + let clearAlpha = 0; + + let planeMesh; + let boxMesh; + + let currentBackground = null; + let currentBackgroundVersion = 0; + let currentTonemapping = null; + + function render( renderList, scene ) { + + let forceClear = false; + let background = scene.isScene === true ? scene.background : null; + + if ( background && background.isTexture ) { + + background = cubemaps.get( background ); + + } + + // Ignore background in AR + // TODO: Reconsider this. + + const xr = renderer.xr; + const session = xr.getSession && xr.getSession(); + + if ( session && session.environmentBlendMode === 'additive' ) { + + background = null; + + } + + if ( background === null ) { + + setClear( clearColor, clearAlpha ); + + } else if ( background && background.isColor ) { + + setClear( background, 1 ); + forceClear = true; + + } + + if ( renderer.autoClear || forceClear ) { + + renderer.clear( renderer.autoClearColor, renderer.autoClearDepth, renderer.autoClearStencil ); + + } + + if ( background && ( background.isCubeTexture || background.mapping === CubeUVReflectionMapping ) ) { + + if ( boxMesh === undefined ) { + + boxMesh = new Mesh( + new BoxGeometry( 1, 1, 1 ), + new ShaderMaterial( { + name: 'BackgroundCubeMaterial', + uniforms: cloneUniforms( ShaderLib.cube.uniforms ), + vertexShader: ShaderLib.cube.vertexShader, + fragmentShader: ShaderLib.cube.fragmentShader, + side: BackSide, + depthTest: false, + depthWrite: false, + fog: false + } ) + ); + + boxMesh.geometry.deleteAttribute( 'normal' ); + boxMesh.geometry.deleteAttribute( 'uv' ); + + boxMesh.onBeforeRender = function ( renderer, scene, camera ) { + + this.matrixWorld.copyPosition( camera.matrixWorld ); + + }; + + // enable code injection for non-built-in material + Object.defineProperty( boxMesh.material, 'envMap', { + + get: function () { + + return this.uniforms.envMap.value; + + } + + } ); + + objects.update( boxMesh ); + + } + + boxMesh.material.uniforms.envMap.value = background; + boxMesh.material.uniforms.flipEnvMap.value = ( background.isCubeTexture && background.isRenderTargetTexture === false ) ? - 1 : 1; + + if ( currentBackground !== background || + currentBackgroundVersion !== background.version || + currentTonemapping !== renderer.toneMapping ) { + + boxMesh.material.needsUpdate = true; + + currentBackground = background; + currentBackgroundVersion = background.version; + currentTonemapping = renderer.toneMapping; + + } + + // push to the pre-sorted opaque render list + renderList.unshift( boxMesh, boxMesh.geometry, boxMesh.material, 0, 0, null ); + + } else if ( background && background.isTexture ) { + + if ( planeMesh === undefined ) { + + planeMesh = new Mesh( + new PlaneGeometry( 2, 2 ), + new ShaderMaterial( { + name: 'BackgroundMaterial', + uniforms: cloneUniforms( ShaderLib.background.uniforms ), + vertexShader: ShaderLib.background.vertexShader, + fragmentShader: ShaderLib.background.fragmentShader, + side: FrontSide, + depthTest: false, + depthWrite: false, + fog: false + } ) + ); + + planeMesh.geometry.deleteAttribute( 'normal' ); + + // enable code injection for non-built-in material + Object.defineProperty( planeMesh.material, 'map', { + + get: function () { + + return this.uniforms.t2D.value; + + } + + } ); + + objects.update( planeMesh ); + + } + + planeMesh.material.uniforms.t2D.value = background; + + if ( background.matrixAutoUpdate === true ) { + + background.updateMatrix(); + + } + + planeMesh.material.uniforms.uvTransform.value.copy( background.matrix ); + + if ( currentBackground !== background || + currentBackgroundVersion !== background.version || + currentTonemapping !== renderer.toneMapping ) { + + planeMesh.material.needsUpdate = true; + + currentBackground = background; + currentBackgroundVersion = background.version; + currentTonemapping = renderer.toneMapping; + + } + + + // push to the pre-sorted opaque render list + renderList.unshift( planeMesh, planeMesh.geometry, planeMesh.material, 0, 0, null ); + + } + + } + + function setClear( color, alpha ) { + + state.buffers.color.setClear( color.r, color.g, color.b, alpha, premultipliedAlpha ); + + } + + return { + + getClearColor: function () { + + return clearColor; + + }, + setClearColor: function ( color, alpha = 1 ) { + + clearColor.set( color ); + clearAlpha = alpha; + setClear( clearColor, clearAlpha ); + + }, + getClearAlpha: function () { + + return clearAlpha; + + }, + setClearAlpha: function ( alpha ) { + + clearAlpha = alpha; + setClear( clearColor, clearAlpha ); + + }, + render: render + + }; + +} + +function WebGLBindingStates( gl, extensions, attributes, capabilities ) { + + const maxVertexAttributes = gl.getParameter( 34921 ); + + const extension = capabilities.isWebGL2 ? null : extensions.get( 'OES_vertex_array_object' ); + const vaoAvailable = capabilities.isWebGL2 || extension !== null; + + const bindingStates = {}; + + const defaultState = createBindingState( null ); + let currentState = defaultState; + + function setup( object, material, program, geometry, index ) { + + let updateBuffers = false; + + if ( vaoAvailable ) { + + const state = getBindingState( geometry, program, material ); + + if ( currentState !== state ) { + + currentState = state; + bindVertexArrayObject( currentState.object ); + + } + + updateBuffers = needsUpdate( geometry, index ); + + if ( updateBuffers ) saveCache( geometry, index ); + + } else { + + const wireframe = ( material.wireframe === true ); + + if ( currentState.geometry !== geometry.id || + currentState.program !== program.id || + currentState.wireframe !== wireframe ) { + + currentState.geometry = geometry.id; + currentState.program = program.id; + currentState.wireframe = wireframe; + + updateBuffers = true; + + } + + } + + if ( object.isInstancedMesh === true ) { + + updateBuffers = true; + + } + + if ( index !== null ) { + + attributes.update( index, 34963 ); + + } + + if ( updateBuffers ) { + + setupVertexAttributes( object, material, program, geometry ); + + if ( index !== null ) { + + gl.bindBuffer( 34963, attributes.get( index ).buffer ); + + } + + } + + } + + function createVertexArrayObject() { + + if ( capabilities.isWebGL2 ) return gl.createVertexArray(); + + return extension.createVertexArrayOES(); + + } + + function bindVertexArrayObject( vao ) { + + if ( capabilities.isWebGL2 ) return gl.bindVertexArray( vao ); + + return extension.bindVertexArrayOES( vao ); + + } + + function deleteVertexArrayObject( vao ) { + + if ( capabilities.isWebGL2 ) return gl.deleteVertexArray( vao ); + + return extension.deleteVertexArrayOES( vao ); + + } + + function getBindingState( geometry, program, material ) { + + const wireframe = ( material.wireframe === true ); + + let programMap = bindingStates[ geometry.id ]; + + if ( programMap === undefined ) { + + programMap = {}; + bindingStates[ geometry.id ] = programMap; + + } + + let stateMap = programMap[ program.id ]; + + if ( stateMap === undefined ) { + + stateMap = {}; + programMap[ program.id ] = stateMap; + + } + + let state = stateMap[ wireframe ]; + + if ( state === undefined ) { + + state = createBindingState( createVertexArrayObject() ); + stateMap[ wireframe ] = state; + + } + + return state; + + } + + function createBindingState( vao ) { + + const newAttributes = []; + const enabledAttributes = []; + const attributeDivisors = []; + + for ( let i = 0; i < maxVertexAttributes; i ++ ) { + + newAttributes[ i ] = 0; + enabledAttributes[ i ] = 0; + attributeDivisors[ i ] = 0; + + } + + return { + + // for backward compatibility on non-VAO support browser + geometry: null, + program: null, + wireframe: false, + + newAttributes: newAttributes, + enabledAttributes: enabledAttributes, + attributeDivisors: attributeDivisors, + object: vao, + attributes: {}, + index: null + + }; + + } + + function needsUpdate( geometry, index ) { + + const cachedAttributes = currentState.attributes; + const geometryAttributes = geometry.attributes; + + let attributesNum = 0; + + for ( const key in geometryAttributes ) { + + const cachedAttribute = cachedAttributes[ key ]; + const geometryAttribute = geometryAttributes[ key ]; + + if ( cachedAttribute === undefined ) return true; + + if ( cachedAttribute.attribute !== geometryAttribute ) return true; + + if ( cachedAttribute.data !== geometryAttribute.data ) return true; + + attributesNum ++; + + } + + if ( currentState.attributesNum !== attributesNum ) return true; + + if ( currentState.index !== index ) return true; + + return false; + + } + + function saveCache( geometry, index ) { + + const cache = {}; + const attributes = geometry.attributes; + let attributesNum = 0; + + for ( const key in attributes ) { + + const attribute = attributes[ key ]; + + const data = {}; + data.attribute = attribute; + + if ( attribute.data ) { + + data.data = attribute.data; + + } + + cache[ key ] = data; + + attributesNum ++; + + } + + currentState.attributes = cache; + currentState.attributesNum = attributesNum; + + currentState.index = index; + + } + + function initAttributes() { + + const newAttributes = currentState.newAttributes; + + for ( let i = 0, il = newAttributes.length; i < il; i ++ ) { + + newAttributes[ i ] = 0; + + } + + } + + function enableAttribute( attribute ) { + + enableAttributeAndDivisor( attribute, 0 ); + + } + + function enableAttributeAndDivisor( attribute, meshPerAttribute ) { + + const newAttributes = currentState.newAttributes; + const enabledAttributes = currentState.enabledAttributes; + const attributeDivisors = currentState.attributeDivisors; + + newAttributes[ attribute ] = 1; + + if ( enabledAttributes[ attribute ] === 0 ) { + + gl.enableVertexAttribArray( attribute ); + enabledAttributes[ attribute ] = 1; + + } + + if ( attributeDivisors[ attribute ] !== meshPerAttribute ) { + + const extension = capabilities.isWebGL2 ? gl : extensions.get( 'ANGLE_instanced_arrays' ); + + extension[ capabilities.isWebGL2 ? 'vertexAttribDivisor' : 'vertexAttribDivisorANGLE' ]( attribute, meshPerAttribute ); + attributeDivisors[ attribute ] = meshPerAttribute; + + } + + } + + function disableUnusedAttributes() { + + const newAttributes = currentState.newAttributes; + const enabledAttributes = currentState.enabledAttributes; + + for ( let i = 0, il = enabledAttributes.length; i < il; i ++ ) { + + if ( enabledAttributes[ i ] !== newAttributes[ i ] ) { + + gl.disableVertexAttribArray( i ); + enabledAttributes[ i ] = 0; + + } + + } + + } + + function vertexAttribPointer( index, size, type, normalized, stride, offset ) { + + if ( capabilities.isWebGL2 === true && ( type === 5124 || type === 5125 ) ) { + + gl.vertexAttribIPointer( index, size, type, stride, offset ); + + } else { + + gl.vertexAttribPointer( index, size, type, normalized, stride, offset ); + + } + + } + + function setupVertexAttributes( object, material, program, geometry ) { + + if ( capabilities.isWebGL2 === false && ( object.isInstancedMesh || geometry.isInstancedBufferGeometry ) ) { + + if ( extensions.get( 'ANGLE_instanced_arrays' ) === null ) return; + + } + + initAttributes(); + + const geometryAttributes = geometry.attributes; + + const programAttributes = program.getAttributes(); + + const materialDefaultAttributeValues = material.defaultAttributeValues; + + for ( const name in programAttributes ) { + + const programAttribute = programAttributes[ name ]; + + if ( programAttribute >= 0 ) { + + const geometryAttribute = geometryAttributes[ name ]; + + if ( geometryAttribute !== undefined ) { + + const normalized = geometryAttribute.normalized; + const size = geometryAttribute.itemSize; + + const attribute = attributes.get( geometryAttribute ); + + // TODO Attribute may not be available on context restore + + if ( attribute === undefined ) continue; + + const buffer = attribute.buffer; + const type = attribute.type; + const bytesPerElement = attribute.bytesPerElement; + + if ( geometryAttribute.isInterleavedBufferAttribute ) { + + const data = geometryAttribute.data; + const stride = data.stride; + const offset = geometryAttribute.offset; + + if ( data && data.isInstancedInterleavedBuffer ) { + + enableAttributeAndDivisor( programAttribute, data.meshPerAttribute ); + + if ( geometry._maxInstanceCount === undefined ) { + + geometry._maxInstanceCount = data.meshPerAttribute * data.count; + + } + + } else { + + enableAttribute( programAttribute ); + + } + + gl.bindBuffer( 34962, buffer ); + vertexAttribPointer( programAttribute, size, type, normalized, stride * bytesPerElement, offset * bytesPerElement ); + + } else { + + if ( geometryAttribute.isInstancedBufferAttribute ) { + + enableAttributeAndDivisor( programAttribute, geometryAttribute.meshPerAttribute ); + + if ( geometry._maxInstanceCount === undefined ) { + + geometry._maxInstanceCount = geometryAttribute.meshPerAttribute * geometryAttribute.count; + + } + + } else { + + enableAttribute( programAttribute ); + + } + + gl.bindBuffer( 34962, buffer ); + vertexAttribPointer( programAttribute, size, type, normalized, 0, 0 ); + + } + + } else if ( name === 'instanceMatrix' ) { + + const attribute = attributes.get( object.instanceMatrix ); + + // TODO Attribute may not be available on context restore + + if ( attribute === undefined ) continue; + + const buffer = attribute.buffer; + const type = attribute.type; + + enableAttributeAndDivisor( programAttribute + 0, 1 ); + enableAttributeAndDivisor( programAttribute + 1, 1 ); + enableAttributeAndDivisor( programAttribute + 2, 1 ); + enableAttributeAndDivisor( programAttribute + 3, 1 ); + + gl.bindBuffer( 34962, buffer ); + + gl.vertexAttribPointer( programAttribute + 0, 4, type, false, 64, 0 ); + gl.vertexAttribPointer( programAttribute + 1, 4, type, false, 64, 16 ); + gl.vertexAttribPointer( programAttribute + 2, 4, type, false, 64, 32 ); + gl.vertexAttribPointer( programAttribute + 3, 4, type, false, 64, 48 ); + + } else if ( name === 'instanceColor' ) { + + const attribute = attributes.get( object.instanceColor ); + + // TODO Attribute may not be available on context restore + + if ( attribute === undefined ) continue; + + const buffer = attribute.buffer; + const type = attribute.type; + + enableAttributeAndDivisor( programAttribute, 1 ); + + gl.bindBuffer( 34962, buffer ); + + gl.vertexAttribPointer( programAttribute, 3, type, false, 12, 0 ); + + } else if ( materialDefaultAttributeValues !== undefined ) { + + const value = materialDefaultAttributeValues[ name ]; + + if ( value !== undefined ) { + + switch ( value.length ) { + + case 2: + gl.vertexAttrib2fv( programAttribute, value ); + break; + + case 3: + gl.vertexAttrib3fv( programAttribute, value ); + break; + + case 4: + gl.vertexAttrib4fv( programAttribute, value ); + break; + + default: + gl.vertexAttrib1fv( programAttribute, value ); + + } + + } + + } + + } + + } + + disableUnusedAttributes(); + + } + + function dispose() { + + reset(); + + for ( const geometryId in bindingStates ) { + + const programMap = bindingStates[ geometryId ]; + + for ( const programId in programMap ) { + + const stateMap = programMap[ programId ]; + + for ( const wireframe in stateMap ) { + + deleteVertexArrayObject( stateMap[ wireframe ].object ); + + delete stateMap[ wireframe ]; + + } + + delete programMap[ programId ]; + + } + + delete bindingStates[ geometryId ]; + + } + + } + + function releaseStatesOfGeometry( geometry ) { + + if ( bindingStates[ geometry.id ] === undefined ) return; + + const programMap = bindingStates[ geometry.id ]; + + for ( const programId in programMap ) { + + const stateMap = programMap[ programId ]; + + for ( const wireframe in stateMap ) { + + deleteVertexArrayObject( stateMap[ wireframe ].object ); + + delete stateMap[ wireframe ]; + + } + + delete programMap[ programId ]; + + } + + delete bindingStates[ geometry.id ]; + + } + + function releaseStatesOfProgram( program ) { + + for ( const geometryId in bindingStates ) { + + const programMap = bindingStates[ geometryId ]; + + if ( programMap[ program.id ] === undefined ) continue; + + const stateMap = programMap[ program.id ]; + + for ( const wireframe in stateMap ) { + + deleteVertexArrayObject( stateMap[ wireframe ].object ); + + delete stateMap[ wireframe ]; + + } + + delete programMap[ program.id ]; + + } + + } + + function reset() { + + resetDefaultState(); + + if ( currentState === defaultState ) return; + + currentState = defaultState; + bindVertexArrayObject( currentState.object ); + + } + + // for backward-compatilibity + + function resetDefaultState() { + + defaultState.geometry = null; + defaultState.program = null; + defaultState.wireframe = false; + + } + + return { + + setup: setup, + reset: reset, + resetDefaultState: resetDefaultState, + dispose: dispose, + releaseStatesOfGeometry: releaseStatesOfGeometry, + releaseStatesOfProgram: releaseStatesOfProgram, + + initAttributes: initAttributes, + enableAttribute: enableAttribute, + disableUnusedAttributes: disableUnusedAttributes + + }; + +} + +function WebGLBufferRenderer( gl, extensions, info, capabilities ) { + + const isWebGL2 = capabilities.isWebGL2; + + let mode; + + function setMode( value ) { + + mode = value; + + } + + function render( start, count ) { + + gl.drawArrays( mode, start, count ); + + info.update( count, mode, 1 ); + + } + + function renderInstances( start, count, primcount ) { + + if ( primcount === 0 ) return; + + let extension, methodName; + + if ( isWebGL2 ) { + + extension = gl; + methodName = 'drawArraysInstanced'; + + } else { + + extension = extensions.get( 'ANGLE_instanced_arrays' ); + methodName = 'drawArraysInstancedANGLE'; + + if ( extension === null ) { + + console.error( 'THREE.WebGLBufferRenderer: using THREE.InstancedBufferGeometry but hardware does not support extension ANGLE_instanced_arrays.' ); + return; + + } + + } + + extension[ methodName ]( mode, start, count, primcount ); + + info.update( count, mode, primcount ); + + } + + // + + this.setMode = setMode; + this.render = render; + this.renderInstances = renderInstances; + +} + +function WebGLCapabilities( gl, extensions, parameters ) { + + let maxAnisotropy; + + function getMaxAnisotropy() { + + if ( maxAnisotropy !== undefined ) return maxAnisotropy; + + if ( extensions.has( 'EXT_texture_filter_anisotropic' ) === true ) { + + const extension = extensions.get( 'EXT_texture_filter_anisotropic' ); + + maxAnisotropy = gl.getParameter( extension.MAX_TEXTURE_MAX_ANISOTROPY_EXT ); + + } else { + + maxAnisotropy = 0; + + } + + return maxAnisotropy; + + } + + function getMaxPrecision( precision ) { + + if ( precision === 'highp' ) { + + if ( gl.getShaderPrecisionFormat( 35633, 36338 ).precision > 0 && + gl.getShaderPrecisionFormat( 35632, 36338 ).precision > 0 ) { + + return 'highp'; + + } + + precision = 'mediump'; + + } + + if ( precision === 'mediump' ) { + + if ( gl.getShaderPrecisionFormat( 35633, 36337 ).precision > 0 && + gl.getShaderPrecisionFormat( 35632, 36337 ).precision > 0 ) { + + return 'mediump'; + + } + + } + + return 'lowp'; + + } + + /* eslint-disable no-undef */ + const isWebGL2 = ( typeof WebGL2RenderingContext !== 'undefined' && gl instanceof WebGL2RenderingContext ) || + ( typeof WebGL2ComputeRenderingContext !== 'undefined' && gl instanceof WebGL2ComputeRenderingContext ); + /* eslint-enable no-undef */ + + let precision = parameters.precision !== undefined ? parameters.precision : 'highp'; + const maxPrecision = getMaxPrecision( precision ); + + if ( maxPrecision !== precision ) { + + console.warn( 'THREE.WebGLRenderer:', precision, 'not supported, using', maxPrecision, 'instead.' ); + precision = maxPrecision; + + } + + const drawBuffers = isWebGL2 || extensions.has( 'WEBGL_draw_buffers' ); + + const logarithmicDepthBuffer = parameters.logarithmicDepthBuffer === true; + + const maxTextures = gl.getParameter( 34930 ); + const maxVertexTextures = gl.getParameter( 35660 ); + const maxTextureSize = gl.getParameter( 3379 ); + const maxCubemapSize = gl.getParameter( 34076 ); + + const maxAttributes = gl.getParameter( 34921 ); + const maxVertexUniforms = gl.getParameter( 36347 ); + const maxVaryings = gl.getParameter( 36348 ); + const maxFragmentUniforms = gl.getParameter( 36349 ); + + const vertexTextures = maxVertexTextures > 0; + const floatFragmentTextures = isWebGL2 || extensions.has( 'OES_texture_float' ); + const floatVertexTextures = vertexTextures && floatFragmentTextures; + + const maxSamples = isWebGL2 ? gl.getParameter( 36183 ) : 0; + + return { + + isWebGL2: isWebGL2, + + drawBuffers: drawBuffers, + + getMaxAnisotropy: getMaxAnisotropy, + getMaxPrecision: getMaxPrecision, + + precision: precision, + logarithmicDepthBuffer: logarithmicDepthBuffer, + + maxTextures: maxTextures, + maxVertexTextures: maxVertexTextures, + maxTextureSize: maxTextureSize, + maxCubemapSize: maxCubemapSize, + + maxAttributes: maxAttributes, + maxVertexUniforms: maxVertexUniforms, + maxVaryings: maxVaryings, + maxFragmentUniforms: maxFragmentUniforms, + + vertexTextures: vertexTextures, + floatFragmentTextures: floatFragmentTextures, + floatVertexTextures: floatVertexTextures, + + maxSamples: maxSamples + + }; + +} + +function WebGLClipping( properties ) { + + const scope = this; + + let globalState = null, + numGlobalPlanes = 0, + localClippingEnabled = false, + renderingShadows = false; + + const plane = new Plane(), + viewNormalMatrix = new Matrix3(), + + uniform = { value: null, needsUpdate: false }; + + this.uniform = uniform; + this.numPlanes = 0; + this.numIntersection = 0; + + this.init = function ( planes, enableLocalClipping, camera ) { + + const enabled = + planes.length !== 0 || + enableLocalClipping || + // enable state of previous frame - the clipping code has to + // run another frame in order to reset the state: + numGlobalPlanes !== 0 || + localClippingEnabled; + + localClippingEnabled = enableLocalClipping; + + globalState = projectPlanes( planes, camera, 0 ); + numGlobalPlanes = planes.length; + + return enabled; + + }; + + this.beginShadows = function () { + + renderingShadows = true; + projectPlanes( null ); + + }; + + this.endShadows = function () { + + renderingShadows = false; + resetGlobalState(); + + }; + + this.setState = function ( material, camera, useCache ) { + + const planes = material.clippingPlanes, + clipIntersection = material.clipIntersection, + clipShadows = material.clipShadows; + + const materialProperties = properties.get( material ); + + if ( ! localClippingEnabled || planes === null || planes.length === 0 || renderingShadows && ! clipShadows ) { + + // there's no local clipping + + if ( renderingShadows ) { + + // there's no global clipping + + projectPlanes( null ); + + } else { + + resetGlobalState(); + + } + + } else { + + const nGlobal = renderingShadows ? 0 : numGlobalPlanes, + lGlobal = nGlobal * 4; + + let dstArray = materialProperties.clippingState || null; + + uniform.value = dstArray; // ensure unique state + + dstArray = projectPlanes( planes, camera, lGlobal, useCache ); + + for ( let i = 0; i !== lGlobal; ++ i ) { + + dstArray[ i ] = globalState[ i ]; + + } + + materialProperties.clippingState = dstArray; + this.numIntersection = clipIntersection ? this.numPlanes : 0; + this.numPlanes += nGlobal; + + } + + + }; + + function resetGlobalState() { + + if ( uniform.value !== globalState ) { + + uniform.value = globalState; + uniform.needsUpdate = numGlobalPlanes > 0; + + } + + scope.numPlanes = numGlobalPlanes; + scope.numIntersection = 0; + + } + + function projectPlanes( planes, camera, dstOffset, skipTransform ) { + + const nPlanes = planes !== null ? planes.length : 0; + let dstArray = null; + + if ( nPlanes !== 0 ) { + + dstArray = uniform.value; + + if ( skipTransform !== true || dstArray === null ) { + + const flatSize = dstOffset + nPlanes * 4, + viewMatrix = camera.matrixWorldInverse; + + viewNormalMatrix.getNormalMatrix( viewMatrix ); + + if ( dstArray === null || dstArray.length < flatSize ) { + + dstArray = new Float32Array( flatSize ); + + } + + for ( let i = 0, i4 = dstOffset; i !== nPlanes; ++ i, i4 += 4 ) { + + plane.copy( planes[ i ] ).applyMatrix4( viewMatrix, viewNormalMatrix ); + + plane.normal.toArray( dstArray, i4 ); + dstArray[ i4 + 3 ] = plane.constant; + + } + + } + + uniform.value = dstArray; + uniform.needsUpdate = true; + + } + + scope.numPlanes = nPlanes; + scope.numIntersection = 0; + + return dstArray; + + } + +} + +function WebGLCubeMaps( renderer ) { + + let cubemaps = new WeakMap(); + + function mapTextureMapping( texture, mapping ) { + + if ( mapping === EquirectangularReflectionMapping ) { + + texture.mapping = CubeReflectionMapping; + + } else if ( mapping === EquirectangularRefractionMapping ) { + + texture.mapping = CubeRefractionMapping; + + } + + return texture; + + } + + function get( texture ) { + + if ( texture && texture.isTexture && texture.isRenderTargetTexture === false ) { + + const mapping = texture.mapping; + + if ( mapping === EquirectangularReflectionMapping || mapping === EquirectangularRefractionMapping ) { + + if ( cubemaps.has( texture ) ) { + + const cubemap = cubemaps.get( texture ).texture; + return mapTextureMapping( cubemap, texture.mapping ); + + } else { + + const image = texture.image; + + if ( image && image.height > 0 ) { + + const currentRenderTarget = renderer.getRenderTarget(); + + const renderTarget = new WebGLCubeRenderTarget( image.height / 2 ); + renderTarget.fromEquirectangularTexture( renderer, texture ); + cubemaps.set( texture, renderTarget ); + + renderer.setRenderTarget( currentRenderTarget ); + + texture.addEventListener( 'dispose', onTextureDispose ); + + return mapTextureMapping( renderTarget.texture, texture.mapping ); + + } else { + + // image not yet ready. try the conversion next frame + + return null; + + } + + } + + } + + } + + return texture; + + } + + function onTextureDispose( event ) { + + const texture = event.target; + + texture.removeEventListener( 'dispose', onTextureDispose ); + + const cubemap = cubemaps.get( texture ); + + if ( cubemap !== undefined ) { + + cubemaps.delete( texture ); + cubemap.dispose(); + + } + + } + + function dispose() { + + cubemaps = new WeakMap(); + + } + + return { + get: get, + dispose: dispose + }; + +} + +class OrthographicCamera extends Camera { + + constructor( left = - 1, right = 1, top = 1, bottom = - 1, near = 0.1, far = 2000 ) { + + super(); + + this.type = 'OrthographicCamera'; + + this.zoom = 1; + this.view = null; + + this.left = left; + this.right = right; + this.top = top; + this.bottom = bottom; + + this.near = near; + this.far = far; + + this.updateProjectionMatrix(); + + } + + copy( source, recursive ) { + + super.copy( source, recursive ); + + this.left = source.left; + this.right = source.right; + this.top = source.top; + this.bottom = source.bottom; + this.near = source.near; + this.far = source.far; + + this.zoom = source.zoom; + this.view = source.view === null ? null : Object.assign( {}, source.view ); + + return this; + + } + + setViewOffset( fullWidth, fullHeight, x, y, width, height ) { + + if ( this.view === null ) { + + this.view = { + enabled: true, + fullWidth: 1, + fullHeight: 1, + offsetX: 0, + offsetY: 0, + width: 1, + height: 1 + }; + + } + + this.view.enabled = true; + this.view.fullWidth = fullWidth; + this.view.fullHeight = fullHeight; + this.view.offsetX = x; + this.view.offsetY = y; + this.view.width = width; + this.view.height = height; + + this.updateProjectionMatrix(); + + } + + clearViewOffset() { + + if ( this.view !== null ) { + + this.view.enabled = false; + + } + + this.updateProjectionMatrix(); + + } + + updateProjectionMatrix() { + + const dx = ( this.right - this.left ) / ( 2 * this.zoom ); + const dy = ( this.top - this.bottom ) / ( 2 * this.zoom ); + const cx = ( this.right + this.left ) / 2; + const cy = ( this.top + this.bottom ) / 2; + + let left = cx - dx; + let right = cx + dx; + let top = cy + dy; + let bottom = cy - dy; + + if ( this.view !== null && this.view.enabled ) { + + const scaleW = ( this.right - this.left ) / this.view.fullWidth / this.zoom; + const scaleH = ( this.top - this.bottom ) / this.view.fullHeight / this.zoom; + + left += scaleW * this.view.offsetX; + right = left + scaleW * this.view.width; + top -= scaleH * this.view.offsetY; + bottom = top - scaleH * this.view.height; + + } + + this.projectionMatrix.makeOrthographic( left, right, top, bottom, this.near, this.far ); + + this.projectionMatrixInverse.copy( this.projectionMatrix ).invert(); + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + data.object.zoom = this.zoom; + data.object.left = this.left; + data.object.right = this.right; + data.object.top = this.top; + data.object.bottom = this.bottom; + data.object.near = this.near; + data.object.far = this.far; + + if ( this.view !== null ) data.object.view = Object.assign( {}, this.view ); + + return data; + + } + +} + +OrthographicCamera.prototype.isOrthographicCamera = true; + +class RawShaderMaterial extends ShaderMaterial { + + constructor( parameters ) { + + super( parameters ); + + this.type = 'RawShaderMaterial'; + + } + +} + +RawShaderMaterial.prototype.isRawShaderMaterial = true; + +const LOD_MIN = 4; +const LOD_MAX = 8; +const SIZE_MAX = Math.pow( 2, LOD_MAX ); + +// The standard deviations (radians) associated with the extra mips. These are +// chosen to approximate a Trowbridge-Reitz distribution function times the +// geometric shadowing function. These sigma values squared must match the +// variance #defines in cube_uv_reflection_fragment.glsl.js. +const EXTRA_LOD_SIGMA = [ 0.125, 0.215, 0.35, 0.446, 0.526, 0.582 ]; + +const TOTAL_LODS = LOD_MAX - LOD_MIN + 1 + EXTRA_LOD_SIGMA.length; + +// The maximum length of the blur for loop. Smaller sigmas will use fewer +// samples and exit early, but not recompile the shader. +const MAX_SAMPLES = 20; + +const ENCODINGS = { + [ LinearEncoding ]: 0, + [ sRGBEncoding ]: 1, + [ RGBEEncoding ]: 2, + [ RGBM7Encoding ]: 3, + [ RGBM16Encoding ]: 4, + [ RGBDEncoding ]: 5, + [ GammaEncoding ]: 6 +}; + +const backgroundMaterial = new MeshBasicMaterial( { + side: BackSide, + depthWrite: false, + depthTest: false, +} ); +const backgroundBox = new Mesh( new BoxGeometry(), backgroundMaterial ); + +const _flatCamera = /*@__PURE__*/ new OrthographicCamera(); +const { _lodPlanes, _sizeLods, _sigmas } = /*@__PURE__*/ _createPlanes(); +const _clearColor = /*@__PURE__*/ new Color(); +let _oldTarget = null; + +// Golden Ratio +const PHI = ( 1 + Math.sqrt( 5 ) ) / 2; +const INV_PHI = 1 / PHI; + +// Vertices of a dodecahedron (except the opposites, which represent the +// same axis), used as axis directions evenly spread on a sphere. +const _axisDirections = [ + /*@__PURE__*/ new Vector3( 1, 1, 1 ), + /*@__PURE__*/ new Vector3( - 1, 1, 1 ), + /*@__PURE__*/ new Vector3( 1, 1, - 1 ), + /*@__PURE__*/ new Vector3( - 1, 1, - 1 ), + /*@__PURE__*/ new Vector3( 0, PHI, INV_PHI ), + /*@__PURE__*/ new Vector3( 0, PHI, - INV_PHI ), + /*@__PURE__*/ new Vector3( INV_PHI, 0, PHI ), + /*@__PURE__*/ new Vector3( - INV_PHI, 0, PHI ), + /*@__PURE__*/ new Vector3( PHI, INV_PHI, 0 ), + /*@__PURE__*/ new Vector3( - PHI, INV_PHI, 0 ) ]; + +/** + * This class generates a Prefiltered, Mipmapped Radiance Environment Map + * (PMREM) from a cubeMap environment texture. This allows different levels of + * blur to be quickly accessed based on material roughness. It is packed into a + * special CubeUV format that allows us to perform custom interpolation so that + * we can support nonlinear formats such as RGBE. Unlike a traditional mipmap + * chain, it only goes down to the LOD_MIN level (above), and then creates extra + * even more filtered 'mips' at the same LOD_MIN resolution, associated with + * higher roughness levels. In this way we maintain resolution to smoothly + * interpolate diffuse lighting while limiting sampling computation. + * + * Paper: Fast, Accurate Image-Based Lighting + * https://drive.google.com/file/d/15y8r_UpKlU9SvV4ILb0C3qCPecS8pvLz/view +*/ + +function convertLinearToRGBE( color ) { + + const maxComponent = Math.max( color.r, color.g, color.b ); + const fExp = Math.min( Math.max( Math.ceil( Math.log2( maxComponent ) ), - 128.0 ), 127.0 ); + color.multiplyScalar( Math.pow( 2.0, - fExp ) ); + + const alpha = ( fExp + 128.0 ) / 255.0; + return alpha; + +} + +class PMREMGenerator { + + constructor( renderer ) { + + this._renderer = renderer; + this._pingPongRenderTarget = null; + + this._blurMaterial = _getBlurShader( MAX_SAMPLES ); + this._equirectShader = null; + this._cubemapShader = null; + + this._compileMaterial( this._blurMaterial ); + + } + + /** + * Generates a PMREM from a supplied Scene, which can be faster than using an + * image if networking bandwidth is low. Optional sigma specifies a blur radius + * in radians to be applied to the scene before PMREM generation. Optional near + * and far planes ensure the scene is rendered in its entirety (the cubeCamera + * is placed at the origin). + */ + fromScene( scene, sigma = 0, near = 0.1, far = 100 ) { + + _oldTarget = this._renderer.getRenderTarget(); + const cubeUVRenderTarget = this._allocateTargets(); + + this._sceneToCubeUV( scene, near, far, cubeUVRenderTarget ); + if ( sigma > 0 ) { + + this._blur( cubeUVRenderTarget, 0, 0, sigma ); + + } + + this._applyPMREM( cubeUVRenderTarget ); + this._cleanup( cubeUVRenderTarget ); + + return cubeUVRenderTarget; + + } + + /** + * Generates a PMREM from an equirectangular texture, which can be either LDR + * (RGBFormat) or HDR (RGBEFormat). The ideal input image size is 1k (1024 x 512), + * as this matches best with the 256 x 256 cubemap output. + */ + fromEquirectangular( equirectangular ) { + + return this._fromTexture( equirectangular ); + + } + + /** + * Generates a PMREM from an cubemap texture, which can be either LDR + * (RGBFormat) or HDR (RGBEFormat). The ideal input cube size is 256 x 256, + * as this matches best with the 256 x 256 cubemap output. + */ + fromCubemap( cubemap ) { + + return this._fromTexture( cubemap ); + + } + + /** + * Pre-compiles the cubemap shader. You can get faster start-up by invoking this method during + * your texture's network fetch for increased concurrency. + */ + compileCubemapShader() { + + if ( this._cubemapShader === null ) { + + this._cubemapShader = _getCubemapShader(); + this._compileMaterial( this._cubemapShader ); + + } + + } + + /** + * Pre-compiles the equirectangular shader. You can get faster start-up by invoking this method during + * your texture's network fetch for increased concurrency. + */ + compileEquirectangularShader() { + + if ( this._equirectShader === null ) { + + this._equirectShader = _getEquirectShader(); + this._compileMaterial( this._equirectShader ); + + } + + } + + /** + * Disposes of the PMREMGenerator's internal memory. Note that PMREMGenerator is a static class, + * so you should not need more than one PMREMGenerator object. If you do, calling dispose() on + * one of them will cause any others to also become unusable. + */ + dispose() { + + this._blurMaterial.dispose(); + + if ( this._cubemapShader !== null ) this._cubemapShader.dispose(); + if ( this._equirectShader !== null ) this._equirectShader.dispose(); + + for ( let i = 0; i < _lodPlanes.length; i ++ ) { + + _lodPlanes[ i ].dispose(); + + } + + } + + // private interface + + _cleanup( outputTarget ) { + + this._pingPongRenderTarget.dispose(); + this._renderer.setRenderTarget( _oldTarget ); + outputTarget.scissorTest = false; + _setViewport( outputTarget, 0, 0, outputTarget.width, outputTarget.height ); + + } + + _fromTexture( texture ) { + + _oldTarget = this._renderer.getRenderTarget(); + const cubeUVRenderTarget = this._allocateTargets( texture ); + this._textureToCubeUV( texture, cubeUVRenderTarget ); + this._applyPMREM( cubeUVRenderTarget ); + this._cleanup( cubeUVRenderTarget ); + + return cubeUVRenderTarget; + + } + + _allocateTargets( texture ) { // warning: null texture is valid + + const params = { + magFilter: NearestFilter, + minFilter: NearestFilter, + generateMipmaps: false, + type: UnsignedByteType, + format: RGBEFormat, + encoding: _isLDR( texture ) ? texture.encoding : RGBEEncoding, + depthBuffer: false + }; + + const cubeUVRenderTarget = _createRenderTarget( params ); + cubeUVRenderTarget.depthBuffer = texture ? false : true; + this._pingPongRenderTarget = _createRenderTarget( params ); + return cubeUVRenderTarget; + + } + + _compileMaterial( material ) { + + const tmpMesh = new Mesh( _lodPlanes[ 0 ], material ); + this._renderer.compile( tmpMesh, _flatCamera ); + + } + + _sceneToCubeUV( scene, near, far, cubeUVRenderTarget ) { + + const fov = 90; + const aspect = 1; + const cubeCamera = new PerspectiveCamera( fov, aspect, near, far ); + const upSign = [ 1, - 1, 1, 1, 1, 1 ]; + const forwardSign = [ 1, 1, 1, - 1, - 1, - 1 ]; + const renderer = this._renderer; + + const originalAutoClear = renderer.autoClear; + const outputEncoding = renderer.outputEncoding; + const toneMapping = renderer.toneMapping; + renderer.getClearColor( _clearColor ); + + renderer.toneMapping = NoToneMapping; + renderer.outputEncoding = LinearEncoding; + renderer.autoClear = false; + + let useSolidColor = false; + const background = scene.background; + if ( background ) { + + if ( background.isColor ) { + + backgroundMaterial.color.copy( background ).convertSRGBToLinear(); + scene.background = null; + + const alpha = convertLinearToRGBE( backgroundMaterial.color ); + backgroundMaterial.opacity = alpha; + useSolidColor = true; + + } + + } else { + + backgroundMaterial.color.copy( _clearColor ).convertSRGBToLinear(); + + const alpha = convertLinearToRGBE( backgroundMaterial.color ); + backgroundMaterial.opacity = alpha; + useSolidColor = true; + + } + + + for ( let i = 0; i < 6; i ++ ) { + + const col = i % 3; + if ( col == 0 ) { + + cubeCamera.up.set( 0, upSign[ i ], 0 ); + cubeCamera.lookAt( forwardSign[ i ], 0, 0 ); + + } else if ( col == 1 ) { + + cubeCamera.up.set( 0, 0, upSign[ i ] ); + cubeCamera.lookAt( 0, forwardSign[ i ], 0 ); + + } else { + + cubeCamera.up.set( 0, upSign[ i ], 0 ); + cubeCamera.lookAt( 0, 0, forwardSign[ i ] ); + + } + + _setViewport( cubeUVRenderTarget, + col * SIZE_MAX, i > 2 ? SIZE_MAX : 0, SIZE_MAX, SIZE_MAX ); + renderer.setRenderTarget( cubeUVRenderTarget ); + + if ( useSolidColor ) { + + renderer.render( backgroundBox, cubeCamera ); + + } + + renderer.render( scene, cubeCamera ); + + } + + renderer.toneMapping = toneMapping; + renderer.outputEncoding = outputEncoding; + renderer.autoClear = originalAutoClear; + + } + + _textureToCubeUV( texture, cubeUVRenderTarget ) { + + const renderer = this._renderer; + + if ( texture.isCubeTexture ) { + + if ( this._cubemapShader == null ) { + + this._cubemapShader = _getCubemapShader(); + + } + + } else { + + if ( this._equirectShader == null ) { + + this._equirectShader = _getEquirectShader(); + + } + + } + + const material = texture.isCubeTexture ? this._cubemapShader : this._equirectShader; + const mesh = new Mesh( _lodPlanes[ 0 ], material ); + + const uniforms = material.uniforms; + + uniforms[ 'envMap' ].value = texture; + + if ( ! texture.isCubeTexture ) { + + uniforms[ 'texelSize' ].value.set( 1.0 / texture.image.width, 1.0 / texture.image.height ); + + } + + uniforms[ 'inputEncoding' ].value = ENCODINGS[ texture.encoding ]; + uniforms[ 'outputEncoding' ].value = ENCODINGS[ cubeUVRenderTarget.texture.encoding ]; + + _setViewport( cubeUVRenderTarget, 0, 0, 3 * SIZE_MAX, 2 * SIZE_MAX ); + + renderer.setRenderTarget( cubeUVRenderTarget ); + renderer.render( mesh, _flatCamera ); + + } + + _applyPMREM( cubeUVRenderTarget ) { + + const renderer = this._renderer; + const autoClear = renderer.autoClear; + renderer.autoClear = false; + + for ( let i = 1; i < TOTAL_LODS; i ++ ) { + + const sigma = Math.sqrt( _sigmas[ i ] * _sigmas[ i ] - _sigmas[ i - 1 ] * _sigmas[ i - 1 ] ); + + const poleAxis = _axisDirections[ ( i - 1 ) % _axisDirections.length ]; + + this._blur( cubeUVRenderTarget, i - 1, i, sigma, poleAxis ); + + } + + renderer.autoClear = autoClear; + + } + + /** + * This is a two-pass Gaussian blur for a cubemap. Normally this is done + * vertically and horizontally, but this breaks down on a cube. Here we apply + * the blur latitudinally (around the poles), and then longitudinally (towards + * the poles) to approximate the orthogonally-separable blur. It is least + * accurate at the poles, but still does a decent job. + */ + _blur( cubeUVRenderTarget, lodIn, lodOut, sigma, poleAxis ) { + + const pingPongRenderTarget = this._pingPongRenderTarget; + + this._halfBlur( + cubeUVRenderTarget, + pingPongRenderTarget, + lodIn, + lodOut, + sigma, + 'latitudinal', + poleAxis ); + + this._halfBlur( + pingPongRenderTarget, + cubeUVRenderTarget, + lodOut, + lodOut, + sigma, + 'longitudinal', + poleAxis ); + + } + + _halfBlur( targetIn, targetOut, lodIn, lodOut, sigmaRadians, direction, poleAxis ) { + + const renderer = this._renderer; + const blurMaterial = this._blurMaterial; + + if ( direction !== 'latitudinal' && direction !== 'longitudinal' ) { + + console.error( + 'blur direction must be either latitudinal or longitudinal!' ); + + } + + // Number of standard deviations at which to cut off the discrete approximation. + const STANDARD_DEVIATIONS = 3; + + const blurMesh = new Mesh( _lodPlanes[ lodOut ], blurMaterial ); + const blurUniforms = blurMaterial.uniforms; + + const pixels = _sizeLods[ lodIn ] - 1; + const radiansPerPixel = isFinite( sigmaRadians ) ? Math.PI / ( 2 * pixels ) : 2 * Math.PI / ( 2 * MAX_SAMPLES - 1 ); + const sigmaPixels = sigmaRadians / radiansPerPixel; + const samples = isFinite( sigmaRadians ) ? 1 + Math.floor( STANDARD_DEVIATIONS * sigmaPixels ) : MAX_SAMPLES; + + if ( samples > MAX_SAMPLES ) { + + console.warn( `sigmaRadians, ${ + sigmaRadians}, is too large and will clip, as it requested ${ + samples} samples when the maximum is set to ${MAX_SAMPLES}` ); + + } + + const weights = []; + let sum = 0; + + for ( let i = 0; i < MAX_SAMPLES; ++ i ) { + + const x = i / sigmaPixels; + const weight = Math.exp( - x * x / 2 ); + weights.push( weight ); + + if ( i == 0 ) { + + sum += weight; + + } else if ( i < samples ) { + + sum += 2 * weight; + + } + + } + + for ( let i = 0; i < weights.length; i ++ ) { + + weights[ i ] = weights[ i ] / sum; + + } + + blurUniforms[ 'envMap' ].value = targetIn.texture; + blurUniforms[ 'samples' ].value = samples; + blurUniforms[ 'weights' ].value = weights; + blurUniforms[ 'latitudinal' ].value = direction === 'latitudinal'; + + if ( poleAxis ) { + + blurUniforms[ 'poleAxis' ].value = poleAxis; + + } + + blurUniforms[ 'dTheta' ].value = radiansPerPixel; + blurUniforms[ 'mipInt' ].value = LOD_MAX - lodIn; + blurUniforms[ 'inputEncoding' ].value = ENCODINGS[ targetIn.texture.encoding ]; + blurUniforms[ 'outputEncoding' ].value = ENCODINGS[ targetIn.texture.encoding ]; + + const outputSize = _sizeLods[ lodOut ]; + const x = 3 * Math.max( 0, SIZE_MAX - 2 * outputSize ); + const y = ( lodOut === 0 ? 0 : 2 * SIZE_MAX ) + 2 * outputSize * ( lodOut > LOD_MAX - LOD_MIN ? lodOut - LOD_MAX + LOD_MIN : 0 ); + + _setViewport( targetOut, x, y, 3 * outputSize, 2 * outputSize ); + renderer.setRenderTarget( targetOut ); + renderer.render( blurMesh, _flatCamera ); + + } + +} + +function _isLDR( texture ) { + + if ( texture === undefined || texture.type !== UnsignedByteType ) return false; + + return texture.encoding === LinearEncoding || texture.encoding === sRGBEncoding || texture.encoding === GammaEncoding; + +} + +function _createPlanes() { + + const _lodPlanes = []; + const _sizeLods = []; + const _sigmas = []; + + let lod = LOD_MAX; + + for ( let i = 0; i < TOTAL_LODS; i ++ ) { + + const sizeLod = Math.pow( 2, lod ); + _sizeLods.push( sizeLod ); + let sigma = 1.0 / sizeLod; + + if ( i > LOD_MAX - LOD_MIN ) { + + sigma = EXTRA_LOD_SIGMA[ i - LOD_MAX + LOD_MIN - 1 ]; + + } else if ( i == 0 ) { + + sigma = 0; + + } + + _sigmas.push( sigma ); + + const texelSize = 1.0 / ( sizeLod - 1 ); + const min = - texelSize / 2; + const max = 1 + texelSize / 2; + const uv1 = [ min, min, max, min, max, max, min, min, max, max, min, max ]; + + const cubeFaces = 6; + const vertices = 6; + const positionSize = 3; + const uvSize = 2; + const faceIndexSize = 1; + + const position = new Float32Array( positionSize * vertices * cubeFaces ); + const uv = new Float32Array( uvSize * vertices * cubeFaces ); + const faceIndex = new Float32Array( faceIndexSize * vertices * cubeFaces ); + + for ( let face = 0; face < cubeFaces; face ++ ) { + + const x = ( face % 3 ) * 2 / 3 - 1; + const y = face > 2 ? 0 : - 1; + const coordinates = [ + x, y, 0, + x + 2 / 3, y, 0, + x + 2 / 3, y + 1, 0, + x, y, 0, + x + 2 / 3, y + 1, 0, + x, y + 1, 0 + ]; + position.set( coordinates, positionSize * vertices * face ); + uv.set( uv1, uvSize * vertices * face ); + const fill = [ face, face, face, face, face, face ]; + faceIndex.set( fill, faceIndexSize * vertices * face ); + + } + + const planes = new BufferGeometry(); + planes.setAttribute( 'position', new BufferAttribute( position, positionSize ) ); + planes.setAttribute( 'uv', new BufferAttribute( uv, uvSize ) ); + planes.setAttribute( 'faceIndex', new BufferAttribute( faceIndex, faceIndexSize ) ); + _lodPlanes.push( planes ); + + if ( lod > LOD_MIN ) { + + lod --; + + } + + } + + return { _lodPlanes, _sizeLods, _sigmas }; + +} + +function _createRenderTarget( params ) { + + const cubeUVRenderTarget = new WebGLRenderTarget( 3 * SIZE_MAX, 3 * SIZE_MAX, params ); + cubeUVRenderTarget.texture.mapping = CubeUVReflectionMapping; + cubeUVRenderTarget.texture.name = 'PMREM.cubeUv'; + cubeUVRenderTarget.scissorTest = true; + return cubeUVRenderTarget; + +} + +function _setViewport( target, x, y, width, height ) { + + target.viewport.set( x, y, width, height ); + target.scissor.set( x, y, width, height ); + +} + +function _getBlurShader( maxSamples ) { + + const weights = new Float32Array( maxSamples ); + const poleAxis = new Vector3( 0, 1, 0 ); + const shaderMaterial = new RawShaderMaterial( { + + name: 'SphericalGaussianBlur', + + defines: { 'n': maxSamples }, + + uniforms: { + 'envMap': { value: null }, + 'samples': { value: 1 }, + 'weights': { value: weights }, + 'latitudinal': { value: false }, + 'dTheta': { value: 0 }, + 'mipInt': { value: 0 }, + 'poleAxis': { value: poleAxis }, + 'inputEncoding': { value: ENCODINGS[ LinearEncoding ] }, + 'outputEncoding': { value: ENCODINGS[ LinearEncoding ] } + }, + + vertexShader: _getCommonVertexShader(), + + fragmentShader: /* glsl */` + + precision mediump float; + precision mediump int; + + varying vec3 vOutputDirection; + + uniform sampler2D envMap; + uniform int samples; + uniform float weights[ n ]; + uniform bool latitudinal; + uniform float dTheta; + uniform float mipInt; + uniform vec3 poleAxis; + + ${ _getEncodings() } + + #define ENVMAP_TYPE_CUBE_UV + #include + + vec3 getSample( float theta, vec3 axis ) { + + float cosTheta = cos( theta ); + // Rodrigues' axis-angle rotation + vec3 sampleDirection = vOutputDirection * cosTheta + + cross( axis, vOutputDirection ) * sin( theta ) + + axis * dot( axis, vOutputDirection ) * ( 1.0 - cosTheta ); + + return bilinearCubeUV( envMap, sampleDirection, mipInt ); + + } + + void main() { + + vec3 axis = latitudinal ? poleAxis : cross( poleAxis, vOutputDirection ); + + if ( all( equal( axis, vec3( 0.0 ) ) ) ) { + + axis = vec3( vOutputDirection.z, 0.0, - vOutputDirection.x ); + + } + + axis = normalize( axis ); + + gl_FragColor = vec4( 0.0, 0.0, 0.0, 1.0 ); + gl_FragColor.rgb += weights[ 0 ] * getSample( 0.0, axis ); + + for ( int i = 1; i < n; i++ ) { + + if ( i >= samples ) { + + break; + + } + + float theta = dTheta * float( i ); + gl_FragColor.rgb += weights[ i ] * getSample( -1.0 * theta, axis ); + gl_FragColor.rgb += weights[ i ] * getSample( theta, axis ); + + } + + gl_FragColor = linearToOutputTexel( gl_FragColor ); + + } + `, + + blending: NoBlending, + depthTest: false, + depthWrite: false + + } ); + + return shaderMaterial; + +} + +function _getEquirectShader() { + + const texelSize = new Vector2( 1, 1 ); + const shaderMaterial = new RawShaderMaterial( { + + name: 'EquirectangularToCubeUV', + + uniforms: { + 'envMap': { value: null }, + 'texelSize': { value: texelSize }, + 'inputEncoding': { value: ENCODINGS[ LinearEncoding ] }, + 'outputEncoding': { value: ENCODINGS[ LinearEncoding ] } + }, + + vertexShader: _getCommonVertexShader(), + + fragmentShader: /* glsl */` + + precision mediump float; + precision mediump int; + + varying vec3 vOutputDirection; + + uniform sampler2D envMap; + uniform vec2 texelSize; + + ${ _getEncodings() } + + #include + + void main() { + + gl_FragColor = vec4( 0.0, 0.0, 0.0, 1.0 ); + + vec3 outputDirection = normalize( vOutputDirection ); + vec2 uv = equirectUv( outputDirection ); + + vec2 f = fract( uv / texelSize - 0.5 ); + uv -= f * texelSize; + vec3 tl = envMapTexelToLinear( texture2D ( envMap, uv ) ).rgb; + uv.x += texelSize.x; + vec3 tr = envMapTexelToLinear( texture2D ( envMap, uv ) ).rgb; + uv.y += texelSize.y; + vec3 br = envMapTexelToLinear( texture2D ( envMap, uv ) ).rgb; + uv.x -= texelSize.x; + vec3 bl = envMapTexelToLinear( texture2D ( envMap, uv ) ).rgb; + + vec3 tm = mix( tl, tr, f.x ); + vec3 bm = mix( bl, br, f.x ); + gl_FragColor.rgb = mix( tm, bm, f.y ); + + gl_FragColor = linearToOutputTexel( gl_FragColor ); + + } + `, + + blending: NoBlending, + depthTest: false, + depthWrite: false + + } ); + + return shaderMaterial; + +} + +function _getCubemapShader() { + + const shaderMaterial = new RawShaderMaterial( { + + name: 'CubemapToCubeUV', + + uniforms: { + 'envMap': { value: null }, + 'inputEncoding': { value: ENCODINGS[ LinearEncoding ] }, + 'outputEncoding': { value: ENCODINGS[ LinearEncoding ] } + }, + + vertexShader: _getCommonVertexShader(), + + fragmentShader: /* glsl */` + + precision mediump float; + precision mediump int; + + varying vec3 vOutputDirection; + + uniform samplerCube envMap; + + ${ _getEncodings() } + + void main() { + + gl_FragColor = vec4( 0.0, 0.0, 0.0, 1.0 ); + gl_FragColor.rgb = envMapTexelToLinear( textureCube( envMap, vec3( - vOutputDirection.x, vOutputDirection.yz ) ) ).rgb; + gl_FragColor = linearToOutputTexel( gl_FragColor ); + + } + `, + + blending: NoBlending, + depthTest: false, + depthWrite: false + + } ); + + return shaderMaterial; + +} + +function _getCommonVertexShader() { + + return /* glsl */` + + precision mediump float; + precision mediump int; + + attribute vec3 position; + attribute vec2 uv; + attribute float faceIndex; + + varying vec3 vOutputDirection; + + // RH coordinate system; PMREM face-indexing convention + vec3 getDirection( vec2 uv, float face ) { + + uv = 2.0 * uv - 1.0; + + vec3 direction = vec3( uv, 1.0 ); + + if ( face == 0.0 ) { + + direction = direction.zyx; // ( 1, v, u ) pos x + + } else if ( face == 1.0 ) { + + direction = direction.xzy; + direction.xz *= -1.0; // ( -u, 1, -v ) pos y + + } else if ( face == 2.0 ) { + + direction.x *= -1.0; // ( -u, v, 1 ) pos z + + } else if ( face == 3.0 ) { + + direction = direction.zyx; + direction.xz *= -1.0; // ( -1, v, -u ) neg x + + } else if ( face == 4.0 ) { + + direction = direction.xzy; + direction.xy *= -1.0; // ( -u, -1, v ) neg y + + } else if ( face == 5.0 ) { + + direction.z *= -1.0; // ( u, v, -1 ) neg z + + } + + return direction; + + } + + void main() { + + vOutputDirection = getDirection( uv, faceIndex ); + gl_Position = vec4( position, 1.0 ); + + } + `; + +} + +function _getEncodings() { + + return /* glsl */` + + uniform int inputEncoding; + uniform int outputEncoding; + + #include + + vec4 inputTexelToLinear( vec4 value ) { + + if ( inputEncoding == 0 ) { + + return value; + + } else if ( inputEncoding == 1 ) { + + return sRGBToLinear( value ); + + } else if ( inputEncoding == 2 ) { + + return RGBEToLinear( value ); + + } else if ( inputEncoding == 3 ) { + + return RGBMToLinear( value, 7.0 ); + + } else if ( inputEncoding == 4 ) { + + return RGBMToLinear( value, 16.0 ); + + } else if ( inputEncoding == 5 ) { + + return RGBDToLinear( value, 256.0 ); + + } else { + + return GammaToLinear( value, 2.2 ); + + } + + } + + vec4 linearToOutputTexel( vec4 value ) { + + if ( outputEncoding == 0 ) { + + return value; + + } else if ( outputEncoding == 1 ) { + + return LinearTosRGB( value ); + + } else if ( outputEncoding == 2 ) { + + return LinearToRGBE( value ); + + } else if ( outputEncoding == 3 ) { + + return LinearToRGBM( value, 7.0 ); + + } else if ( outputEncoding == 4 ) { + + return LinearToRGBM( value, 16.0 ); + + } else if ( outputEncoding == 5 ) { + + return LinearToRGBD( value, 256.0 ); + + } else { + + return LinearToGamma( value, 2.2 ); + + } + + } + + vec4 envMapTexelToLinear( vec4 color ) { + + return inputTexelToLinear( color ); + + } + `; + +} + +function WebGLCubeUVMaps( renderer ) { + + let cubeUVmaps = new WeakMap(); + + let pmremGenerator = null; + + function get( texture ) { + + if ( texture && texture.isTexture && texture.isRenderTargetTexture === false ) { + + const mapping = texture.mapping; + + const isEquirectMap = ( mapping === EquirectangularReflectionMapping || mapping === EquirectangularRefractionMapping ); + const isCubeMap = ( mapping === CubeReflectionMapping || mapping === CubeRefractionMapping ); + + if ( isEquirectMap || isCubeMap ) { + + // equirect/cube map to cubeUV conversion + + if ( cubeUVmaps.has( texture ) ) { + + return cubeUVmaps.get( texture ).texture; + + } else { + + const image = texture.image; + + if ( ( isEquirectMap && image && image.height > 0 ) || ( isCubeMap && image && isCubeTextureComplete( image ) ) ) { + + const currentRenderTarget = renderer.getRenderTarget(); + + if ( pmremGenerator === null ) pmremGenerator = new PMREMGenerator( renderer ); + + const renderTarget = isEquirectMap ? pmremGenerator.fromEquirectangular( texture ) : pmremGenerator.fromCubemap( texture ); + cubeUVmaps.set( texture, renderTarget ); + + renderer.setRenderTarget( currentRenderTarget ); + + texture.addEventListener( 'dispose', onTextureDispose ); + + return renderTarget.texture; + + } else { + + // image not yet ready. try the conversion next frame + + return null; + + } + + } + + } + + } + + return texture; + + } + + function isCubeTextureComplete( image ) { + + let count = 0; + const length = 6; + + for ( let i = 0; i < length; i ++ ) { + + if ( image[ i ] !== undefined ) count ++; + + } + + return count === length; + + + } + + function onTextureDispose( event ) { + + const texture = event.target; + + texture.removeEventListener( 'dispose', onTextureDispose ); + + const cubemapUV = cubeUVmaps.get( texture ); + + if ( cubemapUV !== undefined ) { + + cubemapUV.delete( texture ); + cubemapUV.dispose(); + + } + + } + + function dispose() { + + cubeUVmaps = new WeakMap(); + + if ( pmremGenerator !== null ) { + + pmremGenerator.dispose(); + pmremGenerator = null; + + } + + } + + return { + get: get, + dispose: dispose + }; + +} + +function WebGLExtensions( gl ) { + + const extensions = {}; + + function getExtension( name ) { + + if ( extensions[ name ] !== undefined ) { + + return extensions[ name ]; + + } + + let extension; + + switch ( name ) { + + case 'WEBGL_depth_texture': + extension = gl.getExtension( 'WEBGL_depth_texture' ) || gl.getExtension( 'MOZ_WEBGL_depth_texture' ) || gl.getExtension( 'WEBKIT_WEBGL_depth_texture' ); + break; + + case 'EXT_texture_filter_anisotropic': + extension = gl.getExtension( 'EXT_texture_filter_anisotropic' ) || gl.getExtension( 'MOZ_EXT_texture_filter_anisotropic' ) || gl.getExtension( 'WEBKIT_EXT_texture_filter_anisotropic' ); + break; + + case 'WEBGL_compressed_texture_s3tc': + extension = gl.getExtension( 'WEBGL_compressed_texture_s3tc' ) || gl.getExtension( 'MOZ_WEBGL_compressed_texture_s3tc' ) || gl.getExtension( 'WEBKIT_WEBGL_compressed_texture_s3tc' ); + break; + + case 'WEBGL_compressed_texture_pvrtc': + extension = gl.getExtension( 'WEBGL_compressed_texture_pvrtc' ) || gl.getExtension( 'WEBKIT_WEBGL_compressed_texture_pvrtc' ); + break; + + default: + extension = gl.getExtension( name ); + + } + + extensions[ name ] = extension; + + return extension; + + } + + return { + + has: function ( name ) { + + return getExtension( name ) !== null; + + }, + + init: function ( capabilities ) { + + if ( capabilities.isWebGL2 ) { + + getExtension( 'EXT_color_buffer_float' ); + + } else { + + getExtension( 'WEBGL_depth_texture' ); + getExtension( 'OES_texture_float' ); + getExtension( 'OES_texture_half_float' ); + getExtension( 'OES_texture_half_float_linear' ); + getExtension( 'OES_standard_derivatives' ); + getExtension( 'OES_element_index_uint' ); + getExtension( 'OES_vertex_array_object' ); + getExtension( 'ANGLE_instanced_arrays' ); + + } + + getExtension( 'OES_texture_float_linear' ); + getExtension( 'EXT_color_buffer_half_float' ); + + }, + + get: function ( name ) { + + const extension = getExtension( name ); + + if ( extension === null ) { + + console.warn( 'THREE.WebGLRenderer: ' + name + ' extension not supported.' ); + + } + + return extension; + + } + + }; + +} + +function WebGLGeometries( gl, attributes, info, bindingStates ) { + + const geometries = {}; + const wireframeAttributes = new WeakMap(); + + function onGeometryDispose( event ) { + + const geometry = event.target; + + if ( geometry.index !== null ) { + + attributes.remove( geometry.index ); + + } + + for ( const name in geometry.attributes ) { + + attributes.remove( geometry.attributes[ name ] ); + + } + + geometry.removeEventListener( 'dispose', onGeometryDispose ); + + delete geometries[ geometry.id ]; + + const attribute = wireframeAttributes.get( geometry ); + + if ( attribute ) { + + attributes.remove( attribute ); + wireframeAttributes.delete( geometry ); + + } + + bindingStates.releaseStatesOfGeometry( geometry ); + + if ( geometry.isInstancedBufferGeometry === true ) { + + delete geometry._maxInstanceCount; + + } + + // + + info.memory.geometries --; + + } + + function get( object, geometry ) { + + if ( geometries[ geometry.id ] === true ) return geometry; + + geometry.addEventListener( 'dispose', onGeometryDispose ); + + geometries[ geometry.id ] = true; + + info.memory.geometries ++; + + return geometry; + + } + + function update( geometry ) { + + const geometryAttributes = geometry.attributes; + + // Updating index buffer in VAO now. See WebGLBindingStates. + + for ( const name in geometryAttributes ) { + + attributes.update( geometryAttributes[ name ], 34962 ); + + } + + // morph targets + + const morphAttributes = geometry.morphAttributes; + + for ( const name in morphAttributes ) { + + const array = morphAttributes[ name ]; + + for ( let i = 0, l = array.length; i < l; i ++ ) { + + attributes.update( array[ i ], 34962 ); + + } + + } + + } + + function updateWireframeAttribute( geometry ) { + + const indices = []; + + const geometryIndex = geometry.index; + const geometryPosition = geometry.attributes.position; + let version = 0; + + if ( geometryIndex !== null ) { + + const array = geometryIndex.array; + version = geometryIndex.version; + + for ( let i = 0, l = array.length; i < l; i += 3 ) { + + const a = array[ i + 0 ]; + const b = array[ i + 1 ]; + const c = array[ i + 2 ]; + + indices.push( a, b, b, c, c, a ); + + } + + } else { + + const array = geometryPosition.array; + version = geometryPosition.version; + + for ( let i = 0, l = ( array.length / 3 ) - 1; i < l; i += 3 ) { + + const a = i + 0; + const b = i + 1; + const c = i + 2; + + indices.push( a, b, b, c, c, a ); + + } + + } + + const attribute = new ( arrayMax( indices ) > 65535 ? Uint32BufferAttribute : Uint16BufferAttribute )( indices, 1 ); + attribute.version = version; + + // Updating index buffer in VAO now. See WebGLBindingStates + + // + + const previousAttribute = wireframeAttributes.get( geometry ); + + if ( previousAttribute ) attributes.remove( previousAttribute ); + + // + + wireframeAttributes.set( geometry, attribute ); + + } + + function getWireframeAttribute( geometry ) { + + const currentAttribute = wireframeAttributes.get( geometry ); + + if ( currentAttribute ) { + + const geometryIndex = geometry.index; + + if ( geometryIndex !== null ) { + + // if the attribute is obsolete, create a new one + + if ( currentAttribute.version < geometryIndex.version ) { + + updateWireframeAttribute( geometry ); + + } + + } + + } else { + + updateWireframeAttribute( geometry ); + + } + + return wireframeAttributes.get( geometry ); + + } + + return { + + get: get, + update: update, + + getWireframeAttribute: getWireframeAttribute + + }; + +} + +function WebGLIndexedBufferRenderer( gl, extensions, info, capabilities ) { + + const isWebGL2 = capabilities.isWebGL2; + + let mode; + + function setMode( value ) { + + mode = value; + + } + + let type, bytesPerElement; + + function setIndex( value ) { + + type = value.type; + bytesPerElement = value.bytesPerElement; + + } + + function render( start, count ) { + + gl.drawElements( mode, count, type, start * bytesPerElement ); + + info.update( count, mode, 1 ); + + } + + function renderInstances( start, count, primcount ) { + + if ( primcount === 0 ) return; + + let extension, methodName; + + if ( isWebGL2 ) { + + extension = gl; + methodName = 'drawElementsInstanced'; + + } else { + + extension = extensions.get( 'ANGLE_instanced_arrays' ); + methodName = 'drawElementsInstancedANGLE'; + + if ( extension === null ) { + + console.error( 'THREE.WebGLIndexedBufferRenderer: using THREE.InstancedBufferGeometry but hardware does not support extension ANGLE_instanced_arrays.' ); + return; + + } + + } + + extension[ methodName ]( mode, count, type, start * bytesPerElement, primcount ); + + info.update( count, mode, primcount ); + + } + + // + + this.setMode = setMode; + this.setIndex = setIndex; + this.render = render; + this.renderInstances = renderInstances; + +} + +function WebGLInfo( gl ) { + + const memory = { + geometries: 0, + textures: 0 + }; + + const render = { + frame: 0, + calls: 0, + triangles: 0, + points: 0, + lines: 0 + }; + + function update( count, mode, instanceCount ) { + + render.calls ++; + + switch ( mode ) { + + case 4: + render.triangles += instanceCount * ( count / 3 ); + break; + + case 1: + render.lines += instanceCount * ( count / 2 ); + break; + + case 3: + render.lines += instanceCount * ( count - 1 ); + break; + + case 2: + render.lines += instanceCount * count; + break; + + case 0: + render.points += instanceCount * count; + break; + + default: + console.error( 'THREE.WebGLInfo: Unknown draw mode:', mode ); + break; + + } + + } + + function reset() { + + render.frame ++; + render.calls = 0; + render.triangles = 0; + render.points = 0; + render.lines = 0; + + } + + return { + memory: memory, + render: render, + programs: null, + autoReset: true, + reset: reset, + update: update + }; + +} + +function numericalSort( a, b ) { + + return a[ 0 ] - b[ 0 ]; + +} + +function absNumericalSort( a, b ) { + + return Math.abs( b[ 1 ] ) - Math.abs( a[ 1 ] ); + +} + +function WebGLMorphtargets( gl ) { + + const influencesList = {}; + const morphInfluences = new Float32Array( 8 ); + + const workInfluences = []; + + for ( let i = 0; i < 8; i ++ ) { + + workInfluences[ i ] = [ i, 0 ]; + + } + + function update( object, geometry, material, program ) { + + const objectInfluences = object.morphTargetInfluences; + + // When object doesn't have morph target influences defined, we treat it as a 0-length array + // This is important to make sure we set up morphTargetBaseInfluence / morphTargetInfluences + + const length = objectInfluences === undefined ? 0 : objectInfluences.length; + + let influences = influencesList[ geometry.id ]; + + if ( influences === undefined || influences.length !== length ) { + + // initialise list + + influences = []; + + for ( let i = 0; i < length; i ++ ) { + + influences[ i ] = [ i, 0 ]; + + } + + influencesList[ geometry.id ] = influences; + + } + + // Collect influences + + for ( let i = 0; i < length; i ++ ) { + + const influence = influences[ i ]; + + influence[ 0 ] = i; + influence[ 1 ] = objectInfluences[ i ]; + + } + + influences.sort( absNumericalSort ); + + for ( let i = 0; i < 8; i ++ ) { + + if ( i < length && influences[ i ][ 1 ] ) { + + workInfluences[ i ][ 0 ] = influences[ i ][ 0 ]; + workInfluences[ i ][ 1 ] = influences[ i ][ 1 ]; + + } else { + + workInfluences[ i ][ 0 ] = Number.MAX_SAFE_INTEGER; + workInfluences[ i ][ 1 ] = 0; + + } + + } + + workInfluences.sort( numericalSort ); + + const morphTargets = geometry.morphAttributes.position; + const morphNormals = geometry.morphAttributes.normal; + + let morphInfluencesSum = 0; + + for ( let i = 0; i < 8; i ++ ) { + + const influence = workInfluences[ i ]; + const index = influence[ 0 ]; + const value = influence[ 1 ]; + + if ( index !== Number.MAX_SAFE_INTEGER && value ) { + + if ( morphTargets && geometry.getAttribute( 'morphTarget' + i ) !== morphTargets[ index ] ) { + + geometry.setAttribute( 'morphTarget' + i, morphTargets[ index ] ); + + } + + if ( morphNormals && geometry.getAttribute( 'morphNormal' + i ) !== morphNormals[ index ] ) { + + geometry.setAttribute( 'morphNormal' + i, morphNormals[ index ] ); + + } + + morphInfluences[ i ] = value; + morphInfluencesSum += value; + + } else { + + if ( morphTargets && geometry.hasAttribute( 'morphTarget' + i ) === true ) { + + geometry.deleteAttribute( 'morphTarget' + i ); + + } + + if ( morphNormals && geometry.hasAttribute( 'morphNormal' + i ) === true ) { + + geometry.deleteAttribute( 'morphNormal' + i ); + + } + + morphInfluences[ i ] = 0; + + } + + } + + // GLSL shader uses formula baseinfluence * base + sum(target * influence) + // This allows us to switch between absolute morphs and relative morphs without changing shader code + // When baseinfluence = 1 - sum(influence), the above is equivalent to sum((target - base) * influence) + const morphBaseInfluence = geometry.morphTargetsRelative ? 1 : 1 - morphInfluencesSum; + + program.getUniforms().setValue( gl, 'morphTargetBaseInfluence', morphBaseInfluence ); + program.getUniforms().setValue( gl, 'morphTargetInfluences', morphInfluences ); + + } + + return { + + update: update + + }; + +} + +function WebGLObjects( gl, geometries, attributes, info ) { + + let updateMap = new WeakMap(); + + function update( object ) { + + const frame = info.render.frame; + + const geometry = object.geometry; + const buffergeometry = geometries.get( object, geometry ); + + // Update once per frame + + if ( updateMap.get( buffergeometry ) !== frame ) { + + geometries.update( buffergeometry ); + + updateMap.set( buffergeometry, frame ); + + } + + if ( object.isInstancedMesh ) { + + if ( object.hasEventListener( 'dispose', onInstancedMeshDispose ) === false ) { + + object.addEventListener( 'dispose', onInstancedMeshDispose ); + + } + + attributes.update( object.instanceMatrix, 34962 ); + + if ( object.instanceColor !== null ) { + + attributes.update( object.instanceColor, 34962 ); + + } + + } + + return buffergeometry; + + } + + function dispose() { + + updateMap = new WeakMap(); + + } + + function onInstancedMeshDispose( event ) { + + const instancedMesh = event.target; + + instancedMesh.removeEventListener( 'dispose', onInstancedMeshDispose ); + + attributes.remove( instancedMesh.instanceMatrix ); + + if ( instancedMesh.instanceColor !== null ) attributes.remove( instancedMesh.instanceColor ); + + } + + return { + + update: update, + dispose: dispose + + }; + +} + +class DataTexture2DArray extends Texture { + + constructor( data = null, width = 1, height = 1, depth = 1 ) { + + super( null ); + + this.image = { data, width, height, depth }; + + this.magFilter = NearestFilter; + this.minFilter = NearestFilter; + + this.wrapR = ClampToEdgeWrapping; + + this.generateMipmaps = false; + this.flipY = false; + this.unpackAlignment = 1; + + this.needsUpdate = true; + + } + +} + +DataTexture2DArray.prototype.isDataTexture2DArray = true; + +class DataTexture3D extends Texture { + + constructor( data = null, width = 1, height = 1, depth = 1 ) { + + // We're going to add .setXXX() methods for setting properties later. + // Users can still set in DataTexture3D directly. + // + // const texture = new THREE.DataTexture3D( data, width, height, depth ); + // texture.anisotropy = 16; + // + // See #14839 + + super( null ); + + this.image = { data, width, height, depth }; + + this.magFilter = NearestFilter; + this.minFilter = NearestFilter; + + this.wrapR = ClampToEdgeWrapping; + + this.generateMipmaps = false; + this.flipY = false; + this.unpackAlignment = 1; + + this.needsUpdate = true; + + } + +} + +DataTexture3D.prototype.isDataTexture3D = true; + +/** + * Uniforms of a program. + * Those form a tree structure with a special top-level container for the root, + * which you get by calling 'new WebGLUniforms( gl, program )'. + * + * + * Properties of inner nodes including the top-level container: + * + * .seq - array of nested uniforms + * .map - nested uniforms by name + * + * + * Methods of all nodes except the top-level container: + * + * .setValue( gl, value, [textures] ) + * + * uploads a uniform value(s) + * the 'textures' parameter is needed for sampler uniforms + * + * + * Static methods of the top-level container (textures factorizations): + * + * .upload( gl, seq, values, textures ) + * + * sets uniforms in 'seq' to 'values[id].value' + * + * .seqWithValue( seq, values ) : filteredSeq + * + * filters 'seq' entries with corresponding entry in values + * + * + * Methods of the top-level container (textures factorizations): + * + * .setValue( gl, name, value, textures ) + * + * sets uniform with name 'name' to 'value' + * + * .setOptional( gl, obj, prop ) + * + * like .set for an optional property of the object + * + */ + +const emptyTexture = new Texture(); +const emptyTexture2dArray = new DataTexture2DArray(); +const emptyTexture3d = new DataTexture3D(); +const emptyCubeTexture = new CubeTexture(); + +// --- Utilities --- + +// Array Caches (provide typed arrays for temporary by size) + +const arrayCacheF32 = []; +const arrayCacheI32 = []; + +// Float32Array caches used for uploading Matrix uniforms + +const mat4array = new Float32Array( 16 ); +const mat3array = new Float32Array( 9 ); +const mat2array = new Float32Array( 4 ); + +// Flattening for arrays of vectors and matrices + +function flatten( array, nBlocks, blockSize ) { + + const firstElem = array[ 0 ]; + + if ( firstElem <= 0 || firstElem > 0 ) return array; + // unoptimized: ! isNaN( firstElem ) + // see http://jacksondunstan.com/articles/983 + + const n = nBlocks * blockSize; + let r = arrayCacheF32[ n ]; + + if ( r === undefined ) { + + r = new Float32Array( n ); + arrayCacheF32[ n ] = r; + + } + + if ( nBlocks !== 0 ) { + + firstElem.toArray( r, 0 ); + + for ( let i = 1, offset = 0; i !== nBlocks; ++ i ) { + + offset += blockSize; + array[ i ].toArray( r, offset ); + + } + + } + + return r; + +} + +function arraysEqual( a, b ) { + + if ( a.length !== b.length ) return false; + + for ( let i = 0, l = a.length; i < l; i ++ ) { + + if ( a[ i ] !== b[ i ] ) return false; + + } + + return true; + +} + +function copyArray( a, b ) { + + for ( let i = 0, l = b.length; i < l; i ++ ) { + + a[ i ] = b[ i ]; + + } + +} + +// Texture unit allocation + +function allocTexUnits( textures, n ) { + + let r = arrayCacheI32[ n ]; + + if ( r === undefined ) { + + r = new Int32Array( n ); + arrayCacheI32[ n ] = r; + + } + + for ( let i = 0; i !== n; ++ i ) { + + r[ i ] = textures.allocateTextureUnit(); + + } + + return r; + +} + +// --- Setters --- + +// Note: Defining these methods externally, because they come in a bunch +// and this way their names minify. + +// Single scalar + +function setValueV1f( gl, v ) { + + const cache = this.cache; + + if ( cache[ 0 ] === v ) return; + + gl.uniform1f( this.addr, v ); + + cache[ 0 ] = v; + +} + +// Single float vector (from flat array or THREE.VectorN) + +function setValueV2f( gl, v ) { + + const cache = this.cache; + + if ( v.x !== undefined ) { + + if ( cache[ 0 ] !== v.x || cache[ 1 ] !== v.y ) { + + gl.uniform2f( this.addr, v.x, v.y ); + + cache[ 0 ] = v.x; + cache[ 1 ] = v.y; + + } + + } else { + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform2fv( this.addr, v ); + + copyArray( cache, v ); + + } + +} + +function setValueV3f( gl, v ) { + + const cache = this.cache; + + if ( v.x !== undefined ) { + + if ( cache[ 0 ] !== v.x || cache[ 1 ] !== v.y || cache[ 2 ] !== v.z ) { + + gl.uniform3f( this.addr, v.x, v.y, v.z ); + + cache[ 0 ] = v.x; + cache[ 1 ] = v.y; + cache[ 2 ] = v.z; + + } + + } else if ( v.r !== undefined ) { + + if ( cache[ 0 ] !== v.r || cache[ 1 ] !== v.g || cache[ 2 ] !== v.b ) { + + gl.uniform3f( this.addr, v.r, v.g, v.b ); + + cache[ 0 ] = v.r; + cache[ 1 ] = v.g; + cache[ 2 ] = v.b; + + } + + } else { + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform3fv( this.addr, v ); + + copyArray( cache, v ); + + } + +} + +function setValueV4f( gl, v ) { + + const cache = this.cache; + + if ( v.x !== undefined ) { + + if ( cache[ 0 ] !== v.x || cache[ 1 ] !== v.y || cache[ 2 ] !== v.z || cache[ 3 ] !== v.w ) { + + gl.uniform4f( this.addr, v.x, v.y, v.z, v.w ); + + cache[ 0 ] = v.x; + cache[ 1 ] = v.y; + cache[ 2 ] = v.z; + cache[ 3 ] = v.w; + + } + + } else { + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform4fv( this.addr, v ); + + copyArray( cache, v ); + + } + +} + +// Single matrix (from flat array or THREE.MatrixN) + +function setValueM2( gl, v ) { + + const cache = this.cache; + const elements = v.elements; + + if ( elements === undefined ) { + + if ( arraysEqual( cache, v ) ) return; + + gl.uniformMatrix2fv( this.addr, false, v ); + + copyArray( cache, v ); + + } else { + + if ( arraysEqual( cache, elements ) ) return; + + mat2array.set( elements ); + + gl.uniformMatrix2fv( this.addr, false, mat2array ); + + copyArray( cache, elements ); + + } + +} + +function setValueM3( gl, v ) { + + const cache = this.cache; + const elements = v.elements; + + if ( elements === undefined ) { + + if ( arraysEqual( cache, v ) ) return; + + gl.uniformMatrix3fv( this.addr, false, v ); + + copyArray( cache, v ); + + } else { + + if ( arraysEqual( cache, elements ) ) return; + + mat3array.set( elements ); + + gl.uniformMatrix3fv( this.addr, false, mat3array ); + + copyArray( cache, elements ); + + } + +} + +function setValueM4( gl, v ) { + + const cache = this.cache; + const elements = v.elements; + + if ( elements === undefined ) { + + if ( arraysEqual( cache, v ) ) return; + + gl.uniformMatrix4fv( this.addr, false, v ); + + copyArray( cache, v ); + + } else { + + if ( arraysEqual( cache, elements ) ) return; + + mat4array.set( elements ); + + gl.uniformMatrix4fv( this.addr, false, mat4array ); + + copyArray( cache, elements ); + + } + +} + +// Single integer / boolean + +function setValueV1i( gl, v ) { + + const cache = this.cache; + + if ( cache[ 0 ] === v ) return; + + gl.uniform1i( this.addr, v ); + + cache[ 0 ] = v; + +} + +// Single integer / boolean vector (from flat array) + +function setValueV2i( gl, v ) { + + const cache = this.cache; + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform2iv( this.addr, v ); + + copyArray( cache, v ); + +} + +function setValueV3i( gl, v ) { + + const cache = this.cache; + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform3iv( this.addr, v ); + + copyArray( cache, v ); + +} + +function setValueV4i( gl, v ) { + + const cache = this.cache; + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform4iv( this.addr, v ); + + copyArray( cache, v ); + +} + +// Single unsigned integer + +function setValueV1ui( gl, v ) { + + const cache = this.cache; + + if ( cache[ 0 ] === v ) return; + + gl.uniform1ui( this.addr, v ); + + cache[ 0 ] = v; + +} + +// Single unsigned integer vector (from flat array) + +function setValueV2ui( gl, v ) { + + const cache = this.cache; + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform2uiv( this.addr, v ); + + copyArray( cache, v ); + +} + +function setValueV3ui( gl, v ) { + + const cache = this.cache; + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform3uiv( this.addr, v ); + + copyArray( cache, v ); + +} + +function setValueV4ui( gl, v ) { + + const cache = this.cache; + + if ( arraysEqual( cache, v ) ) return; + + gl.uniform4uiv( this.addr, v ); + + copyArray( cache, v ); + +} + + +// Single texture (2D / Cube) + +function setValueT1( gl, v, textures ) { + + const cache = this.cache; + const unit = textures.allocateTextureUnit(); + + if ( cache[ 0 ] !== unit ) { + + gl.uniform1i( this.addr, unit ); + cache[ 0 ] = unit; + + } + + textures.safeSetTexture2D( v || emptyTexture, unit ); + +} + +function setValueT3D1( gl, v, textures ) { + + const cache = this.cache; + const unit = textures.allocateTextureUnit(); + + if ( cache[ 0 ] !== unit ) { + + gl.uniform1i( this.addr, unit ); + cache[ 0 ] = unit; + + } + + textures.setTexture3D( v || emptyTexture3d, unit ); + +} + +function setValueT6( gl, v, textures ) { + + const cache = this.cache; + const unit = textures.allocateTextureUnit(); + + if ( cache[ 0 ] !== unit ) { + + gl.uniform1i( this.addr, unit ); + cache[ 0 ] = unit; + + } + + textures.safeSetTextureCube( v || emptyCubeTexture, unit ); + +} + +function setValueT2DArray1( gl, v, textures ) { + + const cache = this.cache; + const unit = textures.allocateTextureUnit(); + + if ( cache[ 0 ] !== unit ) { + + gl.uniform1i( this.addr, unit ); + cache[ 0 ] = unit; + + } + + textures.setTexture2DArray( v || emptyTexture2dArray, unit ); + +} + +// Helper to pick the right setter for the singular case + +function getSingularSetter( type ) { + + switch ( type ) { + + case 0x1406: return setValueV1f; // FLOAT + case 0x8b50: return setValueV2f; // _VEC2 + case 0x8b51: return setValueV3f; // _VEC3 + case 0x8b52: return setValueV4f; // _VEC4 + + case 0x8b5a: return setValueM2; // _MAT2 + case 0x8b5b: return setValueM3; // _MAT3 + case 0x8b5c: return setValueM4; // _MAT4 + + case 0x1404: case 0x8b56: return setValueV1i; // INT, BOOL + case 0x8b53: case 0x8b57: return setValueV2i; // _VEC2 + case 0x8b54: case 0x8b58: return setValueV3i; // _VEC3 + case 0x8b55: case 0x8b59: return setValueV4i; // _VEC4 + + case 0x1405: return setValueV1ui; // UINT + case 0x8dc6: return setValueV2ui; // _VEC2 + case 0x8dc7: return setValueV3ui; // _VEC3 + case 0x8dc8: return setValueV4ui; // _VEC4 + + case 0x8b5e: // SAMPLER_2D + case 0x8d66: // SAMPLER_EXTERNAL_OES + case 0x8dca: // INT_SAMPLER_2D + case 0x8dd2: // UNSIGNED_INT_SAMPLER_2D + case 0x8b62: // SAMPLER_2D_SHADOW + return setValueT1; + + case 0x8b5f: // SAMPLER_3D + case 0x8dcb: // INT_SAMPLER_3D + case 0x8dd3: // UNSIGNED_INT_SAMPLER_3D + return setValueT3D1; + + case 0x8b60: // SAMPLER_CUBE + case 0x8dcc: // INT_SAMPLER_CUBE + case 0x8dd4: // UNSIGNED_INT_SAMPLER_CUBE + case 0x8dc5: // SAMPLER_CUBE_SHADOW + return setValueT6; + + case 0x8dc1: // SAMPLER_2D_ARRAY + case 0x8dcf: // INT_SAMPLER_2D_ARRAY + case 0x8dd7: // UNSIGNED_INT_SAMPLER_2D_ARRAY + case 0x8dc4: // SAMPLER_2D_ARRAY_SHADOW + return setValueT2DArray1; + + } + +} + + +// Array of scalars + +function setValueV1fArray( gl, v ) { + + gl.uniform1fv( this.addr, v ); + +} + +// Array of vectors (from flat array or array of THREE.VectorN) + +function setValueV2fArray( gl, v ) { + + const data = flatten( v, this.size, 2 ); + + gl.uniform2fv( this.addr, data ); + +} + +function setValueV3fArray( gl, v ) { + + const data = flatten( v, this.size, 3 ); + + gl.uniform3fv( this.addr, data ); + +} + +function setValueV4fArray( gl, v ) { + + const data = flatten( v, this.size, 4 ); + + gl.uniform4fv( this.addr, data ); + +} + +// Array of matrices (from flat array or array of THREE.MatrixN) + +function setValueM2Array( gl, v ) { + + const data = flatten( v, this.size, 4 ); + + gl.uniformMatrix2fv( this.addr, false, data ); + +} + +function setValueM3Array( gl, v ) { + + const data = flatten( v, this.size, 9 ); + + gl.uniformMatrix3fv( this.addr, false, data ); + +} + +function setValueM4Array( gl, v ) { + + const data = flatten( v, this.size, 16 ); + + gl.uniformMatrix4fv( this.addr, false, data ); + +} + +// Array of integer / boolean + +function setValueV1iArray( gl, v ) { + + gl.uniform1iv( this.addr, v ); + +} + +// Array of integer / boolean vectors (from flat array) + +function setValueV2iArray( gl, v ) { + + gl.uniform2iv( this.addr, v ); + +} + +function setValueV3iArray( gl, v ) { + + gl.uniform3iv( this.addr, v ); + +} + +function setValueV4iArray( gl, v ) { + + gl.uniform4iv( this.addr, v ); + +} + +// Array of unsigned integer + +function setValueV1uiArray( gl, v ) { + + gl.uniform1uiv( this.addr, v ); + +} + +// Array of unsigned integer vectors (from flat array) + +function setValueV2uiArray( gl, v ) { + + gl.uniform2uiv( this.addr, v ); + +} + +function setValueV3uiArray( gl, v ) { + + gl.uniform3uiv( this.addr, v ); + +} + +function setValueV4uiArray( gl, v ) { + + gl.uniform4uiv( this.addr, v ); + +} + + +// Array of textures (2D / Cube) + +function setValueT1Array( gl, v, textures ) { + + const n = v.length; + + const units = allocTexUnits( textures, n ); + + gl.uniform1iv( this.addr, units ); + + for ( let i = 0; i !== n; ++ i ) { + + textures.safeSetTexture2D( v[ i ] || emptyTexture, units[ i ] ); + + } + +} + +function setValueT6Array( gl, v, textures ) { + + const n = v.length; + + const units = allocTexUnits( textures, n ); + + gl.uniform1iv( this.addr, units ); + + for ( let i = 0; i !== n; ++ i ) { + + textures.safeSetTextureCube( v[ i ] || emptyCubeTexture, units[ i ] ); + + } + +} + +// Helper to pick the right setter for a pure (bottom-level) array + +function getPureArraySetter( type ) { + + switch ( type ) { + + case 0x1406: return setValueV1fArray; // FLOAT + case 0x8b50: return setValueV2fArray; // _VEC2 + case 0x8b51: return setValueV3fArray; // _VEC3 + case 0x8b52: return setValueV4fArray; // _VEC4 + + case 0x8b5a: return setValueM2Array; // _MAT2 + case 0x8b5b: return setValueM3Array; // _MAT3 + case 0x8b5c: return setValueM4Array; // _MAT4 + + case 0x1404: case 0x8b56: return setValueV1iArray; // INT, BOOL + case 0x8b53: case 0x8b57: return setValueV2iArray; // _VEC2 + case 0x8b54: case 0x8b58: return setValueV3iArray; // _VEC3 + case 0x8b55: case 0x8b59: return setValueV4iArray; // _VEC4 + + case 0x1405: return setValueV1uiArray; // UINT + case 0x8dc6: return setValueV2uiArray; // _VEC2 + case 0x8dc7: return setValueV3uiArray; // _VEC3 + case 0x8dc8: return setValueV4uiArray; // _VEC4 + + case 0x8b5e: // SAMPLER_2D + case 0x8d66: // SAMPLER_EXTERNAL_OES + case 0x8dca: // INT_SAMPLER_2D + case 0x8dd2: // UNSIGNED_INT_SAMPLER_2D + case 0x8b62: // SAMPLER_2D_SHADOW + return setValueT1Array; + + case 0x8b60: // SAMPLER_CUBE + case 0x8dcc: // INT_SAMPLER_CUBE + case 0x8dd4: // UNSIGNED_INT_SAMPLER_CUBE + case 0x8dc5: // SAMPLER_CUBE_SHADOW + return setValueT6Array; + + } + +} + +// --- Uniform Classes --- + +function SingleUniform( id, activeInfo, addr ) { + + this.id = id; + this.addr = addr; + this.cache = []; + this.setValue = getSingularSetter( activeInfo.type ); + + // this.path = activeInfo.name; // DEBUG + +} + +function PureArrayUniform( id, activeInfo, addr ) { + + this.id = id; + this.addr = addr; + this.cache = []; + this.size = activeInfo.size; + this.setValue = getPureArraySetter( activeInfo.type ); + + // this.path = activeInfo.name; // DEBUG + +} + +PureArrayUniform.prototype.updateCache = function ( data ) { + + const cache = this.cache; + + if ( data instanceof Float32Array && cache.length !== data.length ) { + + this.cache = new Float32Array( data.length ); + + } + + copyArray( cache, data ); + +}; + +function StructuredUniform( id ) { + + this.id = id; + + this.seq = []; + this.map = {}; + +} + +StructuredUniform.prototype.setValue = function ( gl, value, textures ) { + + const seq = this.seq; + + for ( let i = 0, n = seq.length; i !== n; ++ i ) { + + const u = seq[ i ]; + u.setValue( gl, value[ u.id ], textures ); + + } + +}; + +// --- Top-level --- + +// Parser - builds up the property tree from the path strings + +const RePathPart = /(\w+)(\])?(\[|\.)?/g; + +// extracts +// - the identifier (member name or array index) +// - followed by an optional right bracket (found when array index) +// - followed by an optional left bracket or dot (type of subscript) +// +// Note: These portions can be read in a non-overlapping fashion and +// allow straightforward parsing of the hierarchy that WebGL encodes +// in the uniform names. + +function addUniform( container, uniformObject ) { + + container.seq.push( uniformObject ); + container.map[ uniformObject.id ] = uniformObject; + +} + +function parseUniform( activeInfo, addr, container ) { + + const path = activeInfo.name, + pathLength = path.length; + + // reset RegExp object, because of the early exit of a previous run + RePathPart.lastIndex = 0; + + while ( true ) { + + const match = RePathPart.exec( path ), + matchEnd = RePathPart.lastIndex; + + let id = match[ 1 ]; + const idIsIndex = match[ 2 ] === ']', + subscript = match[ 3 ]; + + if ( idIsIndex ) id = id | 0; // convert to integer + + if ( subscript === undefined || subscript === '[' && matchEnd + 2 === pathLength ) { + + // bare name or "pure" bottom-level array "[0]" suffix + + addUniform( container, subscript === undefined ? + new SingleUniform( id, activeInfo, addr ) : + new PureArrayUniform( id, activeInfo, addr ) ); + + break; + + } else { + + // step into inner node / create it in case it doesn't exist + + const map = container.map; + let next = map[ id ]; + + if ( next === undefined ) { + + next = new StructuredUniform( id ); + addUniform( container, next ); + + } + + container = next; + + } + + } + +} + +// Root Container + +function WebGLUniforms( gl, program ) { + + this.seq = []; + this.map = {}; + + const n = gl.getProgramParameter( program, 35718 ); + + for ( let i = 0; i < n; ++ i ) { + + const info = gl.getActiveUniform( program, i ), + addr = gl.getUniformLocation( program, info.name ); + + parseUniform( info, addr, this ); + + } + +} + +WebGLUniforms.prototype.setValue = function ( gl, name, value, textures ) { + + const u = this.map[ name ]; + + if ( u !== undefined ) u.setValue( gl, value, textures ); + +}; + +WebGLUniforms.prototype.setOptional = function ( gl, object, name ) { + + const v = object[ name ]; + + if ( v !== undefined ) this.setValue( gl, name, v ); + +}; + + +// Static interface + +WebGLUniforms.upload = function ( gl, seq, values, textures ) { + + for ( let i = 0, n = seq.length; i !== n; ++ i ) { + + const u = seq[ i ], + v = values[ u.id ]; + + if ( v.needsUpdate !== false ) { + + // note: always updating when .needsUpdate is undefined + u.setValue( gl, v.value, textures ); + + } + + } + +}; + +WebGLUniforms.seqWithValue = function ( seq, values ) { + + const r = []; + + for ( let i = 0, n = seq.length; i !== n; ++ i ) { + + const u = seq[ i ]; + if ( u.id in values ) r.push( u ); + + } + + return r; + +}; + +function WebGLShader( gl, type, string ) { + + const shader = gl.createShader( type ); + + gl.shaderSource( shader, string ); + gl.compileShader( shader ); + + return shader; + +} + +let programIdCount = 0; + +function addLineNumbers( string ) { + + const lines = string.split( '\n' ); + + for ( let i = 0; i < lines.length; i ++ ) { + + lines[ i ] = ( i + 1 ) + ': ' + lines[ i ]; + + } + + return lines.join( '\n' ); + +} + +function getEncodingComponents( encoding ) { + + switch ( encoding ) { + + case LinearEncoding: + return [ 'Linear', '( value )' ]; + case sRGBEncoding: + return [ 'sRGB', '( value )' ]; + case RGBEEncoding: + return [ 'RGBE', '( value )' ]; + case RGBM7Encoding: + return [ 'RGBM', '( value, 7.0 )' ]; + case RGBM16Encoding: + return [ 'RGBM', '( value, 16.0 )' ]; + case RGBDEncoding: + return [ 'RGBD', '( value, 256.0 )' ]; + case GammaEncoding: + return [ 'Gamma', '( value, float( GAMMA_FACTOR ) )' ]; + case LogLuvEncoding: + return [ 'LogLuv', '( value )' ]; + default: + console.warn( 'THREE.WebGLProgram: Unsupported encoding:', encoding ); + return [ 'Linear', '( value )' ]; + + } + +} + +function getShaderErrors( gl, shader, type ) { + + const status = gl.getShaderParameter( shader, 35713 ); + const log = gl.getShaderInfoLog( shader ).trim(); + + if ( status && log === '' ) return ''; + + // --enable-privileged-webgl-extension + // console.log( '**' + type + '**', gl.getExtension( 'WEBGL_debug_shaders' ).getTranslatedShaderSource( shader ) ); + + const source = gl.getShaderSource( shader ); + + return 'THREE.WebGLShader: gl.getShaderInfoLog() ' + type + '\n' + log + addLineNumbers( source ); + +} + +function getTexelDecodingFunction( functionName, encoding ) { + + const components = getEncodingComponents( encoding ); + return 'vec4 ' + functionName + '( vec4 value ) { return ' + components[ 0 ] + 'ToLinear' + components[ 1 ] + '; }'; + +} + +function getTexelEncodingFunction( functionName, encoding ) { + + const components = getEncodingComponents( encoding ); + return 'vec4 ' + functionName + '( vec4 value ) { return LinearTo' + components[ 0 ] + components[ 1 ] + '; }'; + +} + +function getToneMappingFunction( functionName, toneMapping ) { + + let toneMappingName; + + switch ( toneMapping ) { + + case LinearToneMapping: + toneMappingName = 'Linear'; + break; + + case ReinhardToneMapping: + toneMappingName = 'Reinhard'; + break; + + case CineonToneMapping: + toneMappingName = 'OptimizedCineon'; + break; + + case ACESFilmicToneMapping: + toneMappingName = 'ACESFilmic'; + break; + + case CustomToneMapping: + toneMappingName = 'Custom'; + break; + + default: + console.warn( 'THREE.WebGLProgram: Unsupported toneMapping:', toneMapping ); + toneMappingName = 'Linear'; + + } + + return 'vec3 ' + functionName + '( vec3 color ) { return ' + toneMappingName + 'ToneMapping( color ); }'; + +} + +function generateExtensions( parameters ) { + + const chunks = [ + ( parameters.extensionDerivatives || parameters.envMapCubeUV || parameters.bumpMap || parameters.tangentSpaceNormalMap || parameters.clearcoatNormalMap || parameters.flatShading || parameters.shaderID === 'physical' ) ? '#extension GL_OES_standard_derivatives : enable' : '', + ( parameters.extensionFragDepth || parameters.logarithmicDepthBuffer ) && parameters.rendererExtensionFragDepth ? '#extension GL_EXT_frag_depth : enable' : '', + ( parameters.extensionDrawBuffers && parameters.rendererExtensionDrawBuffers ) ? '#extension GL_EXT_draw_buffers : require' : '', + ( parameters.extensionShaderTextureLOD || parameters.envMap || parameters.transmission > 0.0 ) && parameters.rendererExtensionShaderTextureLod ? '#extension GL_EXT_shader_texture_lod : enable' : '' + ]; + + return chunks.filter( filterEmptyLine ).join( '\n' ); + +} + +function generateDefines( defines ) { + + const chunks = []; + + for ( const name in defines ) { + + const value = defines[ name ]; + + if ( value === false ) continue; + + chunks.push( '#define ' + name + ' ' + value ); + + } + + return chunks.join( '\n' ); + +} + +function fetchAttributeLocations( gl, program ) { + + const attributes = {}; + + const n = gl.getProgramParameter( program, 35721 ); + + for ( let i = 0; i < n; i ++ ) { + + const info = gl.getActiveAttrib( program, i ); + const name = info.name; + + // console.log( 'THREE.WebGLProgram: ACTIVE VERTEX ATTRIBUTE:', name, i ); + + attributes[ name ] = gl.getAttribLocation( program, name ); + + } + + return attributes; + +} + +function filterEmptyLine( string ) { + + return string !== ''; + +} + +function replaceLightNums( string, parameters ) { + + return string + .replace( /NUM_DIR_LIGHTS/g, parameters.numDirLights ) + .replace( /NUM_SPOT_LIGHTS/g, parameters.numSpotLights ) + .replace( /NUM_RECT_AREA_LIGHTS/g, parameters.numRectAreaLights ) + .replace( /NUM_POINT_LIGHTS/g, parameters.numPointLights ) + .replace( /NUM_HEMI_LIGHTS/g, parameters.numHemiLights ) + .replace( /NUM_DIR_LIGHT_SHADOWS/g, parameters.numDirLightShadows ) + .replace( /NUM_SPOT_LIGHT_SHADOWS/g, parameters.numSpotLightShadows ) + .replace( /NUM_POINT_LIGHT_SHADOWS/g, parameters.numPointLightShadows ); + +} + +function replaceClippingPlaneNums( string, parameters ) { + + return string + .replace( /NUM_CLIPPING_PLANES/g, parameters.numClippingPlanes ) + .replace( /UNION_CLIPPING_PLANES/g, ( parameters.numClippingPlanes - parameters.numClipIntersection ) ); + +} + +// Resolve Includes + +const includePattern = /^[ \t]*#include +<([\w\d./]+)>/gm; + +function resolveIncludes( string ) { + + return string.replace( includePattern, includeReplacer ); + +} + +function includeReplacer( match, include ) { + + const string = ShaderChunk[ include ]; + + if ( string === undefined ) { + + throw new Error( 'Can not resolve #include <' + include + '>' ); + + } + + return resolveIncludes( string ); + +} + +// Unroll Loops + +const deprecatedUnrollLoopPattern = /#pragma unroll_loop[\s]+?for \( int i \= (\d+)\; i < (\d+)\; i \+\+ \) \{([\s\S]+?)(?=\})\}/g; +const unrollLoopPattern = /#pragma unroll_loop_start\s+for\s*\(\s*int\s+i\s*=\s*(\d+)\s*;\s*i\s*<\s*(\d+)\s*;\s*i\s*\+\+\s*\)\s*{([\s\S]+?)}\s+#pragma unroll_loop_end/g; + +function unrollLoops( string ) { + + return string + .replace( unrollLoopPattern, loopReplacer ) + .replace( deprecatedUnrollLoopPattern, deprecatedLoopReplacer ); + +} + +function deprecatedLoopReplacer( match, start, end, snippet ) { + + console.warn( 'WebGLProgram: #pragma unroll_loop shader syntax is deprecated. Please use #pragma unroll_loop_start syntax instead.' ); + return loopReplacer( match, start, end, snippet ); + +} + +function loopReplacer( match, start, end, snippet ) { + + let string = ''; + + for ( let i = parseInt( start ); i < parseInt( end ); i ++ ) { + + string += snippet + .replace( /\[\s*i\s*\]/g, '[ ' + i + ' ]' ) + .replace( /UNROLLED_LOOP_INDEX/g, i ); + + } + + return string; + +} + +// + +function generatePrecision( parameters ) { + + let precisionstring = 'precision ' + parameters.precision + ' float;\nprecision ' + parameters.precision + ' int;'; + + if ( parameters.precision === 'highp' ) { + + precisionstring += '\n#define HIGH_PRECISION'; + + } else if ( parameters.precision === 'mediump' ) { + + precisionstring += '\n#define MEDIUM_PRECISION'; + + } else if ( parameters.precision === 'lowp' ) { + + precisionstring += '\n#define LOW_PRECISION'; + + } + + return precisionstring; + +} + +function generateShadowMapTypeDefine( parameters ) { + + let shadowMapTypeDefine = 'SHADOWMAP_TYPE_BASIC'; + + if ( parameters.shadowMapType === PCFShadowMap ) { + + shadowMapTypeDefine = 'SHADOWMAP_TYPE_PCF'; + + } else if ( parameters.shadowMapType === PCFSoftShadowMap ) { + + shadowMapTypeDefine = 'SHADOWMAP_TYPE_PCF_SOFT'; + + } else if ( parameters.shadowMapType === VSMShadowMap ) { + + shadowMapTypeDefine = 'SHADOWMAP_TYPE_VSM'; + + } + + return shadowMapTypeDefine; + +} + +function generateEnvMapTypeDefine( parameters ) { + + let envMapTypeDefine = 'ENVMAP_TYPE_CUBE'; + + if ( parameters.envMap ) { + + switch ( parameters.envMapMode ) { + + case CubeReflectionMapping: + case CubeRefractionMapping: + envMapTypeDefine = 'ENVMAP_TYPE_CUBE'; + break; + + case CubeUVReflectionMapping: + case CubeUVRefractionMapping: + envMapTypeDefine = 'ENVMAP_TYPE_CUBE_UV'; + break; + + } + + } + + return envMapTypeDefine; + +} + +function generateEnvMapModeDefine( parameters ) { + + let envMapModeDefine = 'ENVMAP_MODE_REFLECTION'; + + if ( parameters.envMap ) { + + switch ( parameters.envMapMode ) { + + case CubeRefractionMapping: + case CubeUVRefractionMapping: + + envMapModeDefine = 'ENVMAP_MODE_REFRACTION'; + break; + + } + + } + + return envMapModeDefine; + +} + +function generateEnvMapBlendingDefine( parameters ) { + + let envMapBlendingDefine = 'ENVMAP_BLENDING_NONE'; + + if ( parameters.envMap ) { + + switch ( parameters.combine ) { + + case MultiplyOperation: + envMapBlendingDefine = 'ENVMAP_BLENDING_MULTIPLY'; + break; + + case MixOperation: + envMapBlendingDefine = 'ENVMAP_BLENDING_MIX'; + break; + + case AddOperation: + envMapBlendingDefine = 'ENVMAP_BLENDING_ADD'; + break; + + } + + } + + return envMapBlendingDefine; + +} + +function WebGLProgram( renderer, cacheKey, parameters, bindingStates ) { + + const gl = renderer.getContext(); + + const defines = parameters.defines; + + let vertexShader = parameters.vertexShader; + let fragmentShader = parameters.fragmentShader; + + const shadowMapTypeDefine = generateShadowMapTypeDefine( parameters ); + const envMapTypeDefine = generateEnvMapTypeDefine( parameters ); + const envMapModeDefine = generateEnvMapModeDefine( parameters ); + const envMapBlendingDefine = generateEnvMapBlendingDefine( parameters ); + + + const gammaFactorDefine = ( renderer.gammaFactor > 0 ) ? renderer.gammaFactor : 1.0; + + const customExtensions = parameters.isWebGL2 ? '' : generateExtensions( parameters ); + + const customDefines = generateDefines( defines ); + + const program = gl.createProgram(); + + let prefixVertex, prefixFragment; + let versionString = parameters.glslVersion ? '#version ' + parameters.glslVersion + '\n' : ''; + + if ( parameters.isRawShaderMaterial ) { + + prefixVertex = [ + + customDefines + + ].filter( filterEmptyLine ).join( '\n' ); + + if ( prefixVertex.length > 0 ) { + + prefixVertex += '\n'; + + } + + prefixFragment = [ + + customExtensions, + customDefines + + ].filter( filterEmptyLine ).join( '\n' ); + + if ( prefixFragment.length > 0 ) { + + prefixFragment += '\n'; + + } + + } else { + + prefixVertex = [ + + generatePrecision( parameters ), + + '#define SHADER_NAME ' + parameters.shaderName, + + customDefines, + + parameters.instancing ? '#define USE_INSTANCING' : '', + parameters.instancingColor ? '#define USE_INSTANCING_COLOR' : '', + + parameters.supportsVertexTextures ? '#define VERTEX_TEXTURES' : '', + + '#define GAMMA_FACTOR ' + gammaFactorDefine, + + '#define MAX_BONES ' + parameters.maxBones, + ( parameters.useFog && parameters.fog ) ? '#define USE_FOG' : '', + ( parameters.useFog && parameters.fogExp2 ) ? '#define FOG_EXP2' : '', + + parameters.map ? '#define USE_MAP' : '', + parameters.envMap ? '#define USE_ENVMAP' : '', + parameters.envMap ? '#define ' + envMapModeDefine : '', + parameters.lightMap ? '#define USE_LIGHTMAP' : '', + parameters.aoMap ? '#define USE_AOMAP' : '', + parameters.emissiveMap ? '#define USE_EMISSIVEMAP' : '', + parameters.bumpMap ? '#define USE_BUMPMAP' : '', + parameters.normalMap ? '#define USE_NORMALMAP' : '', + ( parameters.normalMap && parameters.objectSpaceNormalMap ) ? '#define OBJECTSPACE_NORMALMAP' : '', + ( parameters.normalMap && parameters.tangentSpaceNormalMap ) ? '#define TANGENTSPACE_NORMALMAP' : '', + + parameters.clearcoatMap ? '#define USE_CLEARCOATMAP' : '', + parameters.clearcoatRoughnessMap ? '#define USE_CLEARCOAT_ROUGHNESSMAP' : '', + parameters.clearcoatNormalMap ? '#define USE_CLEARCOAT_NORMALMAP' : '', + parameters.displacementMap && parameters.supportsVertexTextures ? '#define USE_DISPLACEMENTMAP' : '', + parameters.specularMap ? '#define USE_SPECULARMAP' : '', + parameters.specularIntensityMap ? '#define USE_SPECULARINTENSITYMAP' : '', + parameters.specularTintMap ? '#define USE_SPECULARTINTMAP' : '', + parameters.roughnessMap ? '#define USE_ROUGHNESSMAP' : '', + parameters.metalnessMap ? '#define USE_METALNESSMAP' : '', + parameters.alphaMap ? '#define USE_ALPHAMAP' : '', + parameters.transmission ? '#define USE_TRANSMISSION' : '', + parameters.transmissionMap ? '#define USE_TRANSMISSIONMAP' : '', + parameters.thicknessMap ? '#define USE_THICKNESSMAP' : '', + + parameters.vertexTangents ? '#define USE_TANGENT' : '', + parameters.vertexColors ? '#define USE_COLOR' : '', + parameters.vertexAlphas ? '#define USE_COLOR_ALPHA' : '', + parameters.vertexUvs ? '#define USE_UV' : '', + parameters.uvsVertexOnly ? '#define UVS_VERTEX_ONLY' : '', + + parameters.flatShading ? '#define FLAT_SHADED' : '', + + parameters.skinning ? '#define USE_SKINNING' : '', + parameters.useVertexTexture ? '#define BONE_TEXTURE' : '', + + parameters.morphTargets ? '#define USE_MORPHTARGETS' : '', + parameters.morphNormals && parameters.flatShading === false ? '#define USE_MORPHNORMALS' : '', + parameters.doubleSided ? '#define DOUBLE_SIDED' : '', + parameters.flipSided ? '#define FLIP_SIDED' : '', + + parameters.shadowMapEnabled ? '#define USE_SHADOWMAP' : '', + parameters.shadowMapEnabled ? '#define ' + shadowMapTypeDefine : '', + + parameters.sizeAttenuation ? '#define USE_SIZEATTENUATION' : '', + + parameters.logarithmicDepthBuffer ? '#define USE_LOGDEPTHBUF' : '', + ( parameters.logarithmicDepthBuffer && parameters.rendererExtensionFragDepth ) ? '#define USE_LOGDEPTHBUF_EXT' : '', + + 'uniform mat4 modelMatrix;', + 'uniform mat4 modelViewMatrix;', + 'uniform mat4 projectionMatrix;', + 'uniform mat4 viewMatrix;', + 'uniform mat3 normalMatrix;', + 'uniform vec3 cameraPosition;', + 'uniform bool isOrthographic;', + + '#ifdef USE_INSTANCING', + + ' attribute mat4 instanceMatrix;', + + '#endif', + + '#ifdef USE_INSTANCING_COLOR', + + ' attribute vec3 instanceColor;', + + '#endif', + + 'attribute vec3 position;', + 'attribute vec3 normal;', + 'attribute vec2 uv;', + + '#ifdef USE_TANGENT', + + ' attribute vec4 tangent;', + + '#endif', + + '#if defined( USE_COLOR_ALPHA )', + + ' attribute vec4 color;', + + '#elif defined( USE_COLOR )', + + ' attribute vec3 color;', + + '#endif', + + '#ifdef USE_MORPHTARGETS', + + ' attribute vec3 morphTarget0;', + ' attribute vec3 morphTarget1;', + ' attribute vec3 morphTarget2;', + ' attribute vec3 morphTarget3;', + + ' #ifdef USE_MORPHNORMALS', + + ' attribute vec3 morphNormal0;', + ' attribute vec3 morphNormal1;', + ' attribute vec3 morphNormal2;', + ' attribute vec3 morphNormal3;', + + ' #else', + + ' attribute vec3 morphTarget4;', + ' attribute vec3 morphTarget5;', + ' attribute vec3 morphTarget6;', + ' attribute vec3 morphTarget7;', + + ' #endif', + + '#endif', + + '#ifdef USE_SKINNING', + + ' attribute vec4 skinIndex;', + ' attribute vec4 skinWeight;', + + '#endif', + + '\n' + + ].filter( filterEmptyLine ).join( '\n' ); + + prefixFragment = [ + + customExtensions, + + generatePrecision( parameters ), + + '#define SHADER_NAME ' + parameters.shaderName, + + customDefines, + + parameters.alphaTest ? '#define ALPHATEST ' + parameters.alphaTest + ( parameters.alphaTest % 1 ? '' : '.0' ) : '', // add '.0' if integer + + '#define GAMMA_FACTOR ' + gammaFactorDefine, + + ( parameters.useFog && parameters.fog ) ? '#define USE_FOG' : '', + ( parameters.useFog && parameters.fogExp2 ) ? '#define FOG_EXP2' : '', + + parameters.map ? '#define USE_MAP' : '', + parameters.matcap ? '#define USE_MATCAP' : '', + parameters.envMap ? '#define USE_ENVMAP' : '', + parameters.envMap ? '#define ' + envMapTypeDefine : '', + parameters.envMap ? '#define ' + envMapModeDefine : '', + parameters.envMap ? '#define ' + envMapBlendingDefine : '', + parameters.lightMap ? '#define USE_LIGHTMAP' : '', + parameters.aoMap ? '#define USE_AOMAP' : '', + parameters.emissiveMap ? '#define USE_EMISSIVEMAP' : '', + parameters.bumpMap ? '#define USE_BUMPMAP' : '', + parameters.normalMap ? '#define USE_NORMALMAP' : '', + ( parameters.normalMap && parameters.objectSpaceNormalMap ) ? '#define OBJECTSPACE_NORMALMAP' : '', + ( parameters.normalMap && parameters.tangentSpaceNormalMap ) ? '#define TANGENTSPACE_NORMALMAP' : '', + parameters.clearcoatMap ? '#define USE_CLEARCOATMAP' : '', + parameters.clearcoatRoughnessMap ? '#define USE_CLEARCOAT_ROUGHNESSMAP' : '', + parameters.clearcoatNormalMap ? '#define USE_CLEARCOAT_NORMALMAP' : '', + parameters.specularMap ? '#define USE_SPECULARMAP' : '', + parameters.specularIntensityMap ? '#define USE_SPECULARINTENSITYMAP' : '', + parameters.specularTintMap ? '#define USE_SPECULARTINTMAP' : '', + parameters.roughnessMap ? '#define USE_ROUGHNESSMAP' : '', + parameters.metalnessMap ? '#define USE_METALNESSMAP' : '', + parameters.alphaMap ? '#define USE_ALPHAMAP' : '', + + parameters.sheen ? '#define USE_SHEEN' : '', + parameters.transmission ? '#define USE_TRANSMISSION' : '', + parameters.transmissionMap ? '#define USE_TRANSMISSIONMAP' : '', + parameters.thicknessMap ? '#define USE_THICKNESSMAP' : '', + + parameters.vertexTangents ? '#define USE_TANGENT' : '', + parameters.vertexColors || parameters.instancingColor ? '#define USE_COLOR' : '', + parameters.vertexAlphas ? '#define USE_COLOR_ALPHA' : '', + parameters.vertexUvs ? '#define USE_UV' : '', + parameters.uvsVertexOnly ? '#define UVS_VERTEX_ONLY' : '', + + parameters.gradientMap ? '#define USE_GRADIENTMAP' : '', + + parameters.flatShading ? '#define FLAT_SHADED' : '', + + parameters.doubleSided ? '#define DOUBLE_SIDED' : '', + parameters.flipSided ? '#define FLIP_SIDED' : '', + + parameters.shadowMapEnabled ? '#define USE_SHADOWMAP' : '', + parameters.shadowMapEnabled ? '#define ' + shadowMapTypeDefine : '', + + parameters.premultipliedAlpha ? '#define PREMULTIPLIED_ALPHA' : '', + + parameters.physicallyCorrectLights ? '#define PHYSICALLY_CORRECT_LIGHTS' : '', + + parameters.logarithmicDepthBuffer ? '#define USE_LOGDEPTHBUF' : '', + ( parameters.logarithmicDepthBuffer && parameters.rendererExtensionFragDepth ) ? '#define USE_LOGDEPTHBUF_EXT' : '', + + ( ( parameters.extensionShaderTextureLOD || parameters.envMap ) && parameters.rendererExtensionShaderTextureLod ) ? '#define TEXTURE_LOD_EXT' : '', + + 'uniform mat4 viewMatrix;', + 'uniform vec3 cameraPosition;', + 'uniform bool isOrthographic;', + + ( parameters.toneMapping !== NoToneMapping ) ? '#define TONE_MAPPING' : '', + ( parameters.toneMapping !== NoToneMapping ) ? ShaderChunk[ 'tonemapping_pars_fragment' ] : '', // this code is required here because it is used by the toneMapping() function defined below + ( parameters.toneMapping !== NoToneMapping ) ? getToneMappingFunction( 'toneMapping', parameters.toneMapping ) : '', + + parameters.dithering ? '#define DITHERING' : '', + + ShaderChunk[ 'encodings_pars_fragment' ], // this code is required here because it is used by the various encoding/decoding function defined below + parameters.map ? getTexelDecodingFunction( 'mapTexelToLinear', parameters.mapEncoding ) : '', + parameters.matcap ? getTexelDecodingFunction( 'matcapTexelToLinear', parameters.matcapEncoding ) : '', + parameters.envMap ? getTexelDecodingFunction( 'envMapTexelToLinear', parameters.envMapEncoding ) : '', + parameters.emissiveMap ? getTexelDecodingFunction( 'emissiveMapTexelToLinear', parameters.emissiveMapEncoding ) : '', + parameters.specularTintMap ? getTexelDecodingFunction( 'specularTintMapTexelToLinear', parameters.specularTintMapEncoding ) : '', + parameters.lightMap ? getTexelDecodingFunction( 'lightMapTexelToLinear', parameters.lightMapEncoding ) : '', + getTexelEncodingFunction( 'linearToOutputTexel', parameters.outputEncoding ), + + parameters.depthPacking ? '#define DEPTH_PACKING ' + parameters.depthPacking : '', + + '\n' + + ].filter( filterEmptyLine ).join( '\n' ); + + } + + vertexShader = resolveIncludes( vertexShader ); + vertexShader = replaceLightNums( vertexShader, parameters ); + vertexShader = replaceClippingPlaneNums( vertexShader, parameters ); + + fragmentShader = resolveIncludes( fragmentShader ); + fragmentShader = replaceLightNums( fragmentShader, parameters ); + fragmentShader = replaceClippingPlaneNums( fragmentShader, parameters ); + + vertexShader = unrollLoops( vertexShader ); + fragmentShader = unrollLoops( fragmentShader ); + + if ( parameters.isWebGL2 && parameters.isRawShaderMaterial !== true ) { + + // GLSL 3.0 conversion for built-in materials and ShaderMaterial + + versionString = '#version 300 es\n'; + + prefixVertex = [ + '#define attribute in', + '#define varying out', + '#define texture2D texture' + ].join( '\n' ) + '\n' + prefixVertex; + + prefixFragment = [ + '#define varying in', + ( parameters.glslVersion === GLSL3 ) ? '' : 'out highp vec4 pc_fragColor;', + ( parameters.glslVersion === GLSL3 ) ? '' : '#define gl_FragColor pc_fragColor', + '#define gl_FragDepthEXT gl_FragDepth', + '#define texture2D texture', + '#define textureCube texture', + '#define texture2DProj textureProj', + '#define texture2DLodEXT textureLod', + '#define texture2DProjLodEXT textureProjLod', + '#define textureCubeLodEXT textureLod', + '#define texture2DGradEXT textureGrad', + '#define texture2DProjGradEXT textureProjGrad', + '#define textureCubeGradEXT textureGrad' + ].join( '\n' ) + '\n' + prefixFragment; + + } + + const vertexGlsl = versionString + prefixVertex + vertexShader; + const fragmentGlsl = versionString + prefixFragment + fragmentShader; + + // console.log( '*VERTEX*', vertexGlsl ); + // console.log( '*FRAGMENT*', fragmentGlsl ); + + const glVertexShader = WebGLShader( gl, 35633, vertexGlsl ); + const glFragmentShader = WebGLShader( gl, 35632, fragmentGlsl ); + + gl.attachShader( program, glVertexShader ); + gl.attachShader( program, glFragmentShader ); + + // Force a particular attribute to index 0. + + if ( parameters.index0AttributeName !== undefined ) { + + gl.bindAttribLocation( program, 0, parameters.index0AttributeName ); + + } else if ( parameters.morphTargets === true ) { + + // programs with morphTargets displace position out of attribute 0 + gl.bindAttribLocation( program, 0, 'position' ); + + } + + gl.linkProgram( program ); + + // check for link errors + if ( renderer.debug.checkShaderErrors ) { + + const programLog = gl.getProgramInfoLog( program ).trim(); + const vertexLog = gl.getShaderInfoLog( glVertexShader ).trim(); + const fragmentLog = gl.getShaderInfoLog( glFragmentShader ).trim(); + + let runnable = true; + let haveDiagnostics = true; + + if ( gl.getProgramParameter( program, 35714 ) === false ) { + + runnable = false; + + const vertexErrors = getShaderErrors( gl, glVertexShader, 'vertex' ); + const fragmentErrors = getShaderErrors( gl, glFragmentShader, 'fragment' ); + + console.error( 'THREE.WebGLProgram: shader error: ', gl.getError(), '35715', gl.getProgramParameter( program, 35715 ), 'gl.getProgramInfoLog', programLog, vertexErrors, fragmentErrors ); + + } else if ( programLog !== '' ) { + + console.warn( 'THREE.WebGLProgram: gl.getProgramInfoLog()', programLog ); + + } else if ( vertexLog === '' || fragmentLog === '' ) { + + haveDiagnostics = false; + + } + + if ( haveDiagnostics ) { + + this.diagnostics = { + + runnable: runnable, + + programLog: programLog, + + vertexShader: { + + log: vertexLog, + prefix: prefixVertex + + }, + + fragmentShader: { + + log: fragmentLog, + prefix: prefixFragment + + } + + }; + + } + + } + + // Clean up + + // Crashes in iOS9 and iOS10. #18402 + // gl.detachShader( program, glVertexShader ); + // gl.detachShader( program, glFragmentShader ); + + gl.deleteShader( glVertexShader ); + gl.deleteShader( glFragmentShader ); + + // set up caching for uniform locations + + let cachedUniforms; + + this.getUniforms = function () { + + if ( cachedUniforms === undefined ) { + + cachedUniforms = new WebGLUniforms( gl, program ); + + } + + return cachedUniforms; + + }; + + // set up caching for attribute locations + + let cachedAttributes; + + this.getAttributes = function () { + + if ( cachedAttributes === undefined ) { + + cachedAttributes = fetchAttributeLocations( gl, program ); + + } + + return cachedAttributes; + + }; + + // free resource + + this.destroy = function () { + + bindingStates.releaseStatesOfProgram( this ); + + gl.deleteProgram( program ); + this.program = undefined; + + }; + + // + + this.name = parameters.shaderName; + this.id = programIdCount ++; + this.cacheKey = cacheKey; + this.usedTimes = 1; + this.program = program; + this.vertexShader = glVertexShader; + this.fragmentShader = glFragmentShader; + + return this; + +} + +function WebGLPrograms( renderer, cubemaps, cubeuvmaps, extensions, capabilities, bindingStates, clipping ) { + + const programs = []; + + const isWebGL2 = capabilities.isWebGL2; + const logarithmicDepthBuffer = capabilities.logarithmicDepthBuffer; + const floatVertexTextures = capabilities.floatVertexTextures; + const maxVertexUniforms = capabilities.maxVertexUniforms; + const vertexTextures = capabilities.vertexTextures; + + let precision = capabilities.precision; + + const shaderIDs = { + MeshDepthMaterial: 'depth', + MeshDistanceMaterial: 'distanceRGBA', + MeshNormalMaterial: 'normal', + MeshBasicMaterial: 'basic', + MeshLambertMaterial: 'lambert', + MeshPhongMaterial: 'phong', + MeshToonMaterial: 'toon', + MeshStandardMaterial: 'physical', + MeshPhysicalMaterial: 'physical', + MeshMatcapMaterial: 'matcap', + LineBasicMaterial: 'basic', + LineDashedMaterial: 'dashed', + PointsMaterial: 'points', + ShadowMaterial: 'shadow', + SpriteMaterial: 'sprite' + }; + + const parameterNames = [ + 'precision', 'isWebGL2', 'supportsVertexTextures', 'outputEncoding', 'instancing', 'instancingColor', + 'map', 'mapEncoding', 'matcap', 'matcapEncoding', 'envMap', 'envMapMode', 'envMapEncoding', 'envMapCubeUV', + 'lightMap', 'lightMapEncoding', 'aoMap', 'emissiveMap', 'emissiveMapEncoding', 'bumpMap', 'normalMap', + 'objectSpaceNormalMap', 'tangentSpaceNormalMap', 'clearcoatMap', 'clearcoatRoughnessMap', 'clearcoatNormalMap', 'displacementMap', + 'specularMap', 'specularIntensityMap', 'specularTintMap', 'specularTintMapEncoding', 'roughnessMap', 'metalnessMap', 'gradientMap', + 'alphaMap', 'combine', 'vertexColors', 'vertexAlphas', 'vertexTangents', 'vertexUvs', 'uvsVertexOnly', 'fog', 'useFog', 'fogExp2', + 'flatShading', 'sizeAttenuation', 'logarithmicDepthBuffer', 'skinning', + 'maxBones', 'useVertexTexture', 'morphTargets', 'morphNormals', 'premultipliedAlpha', + 'numDirLights', 'numPointLights', 'numSpotLights', 'numHemiLights', 'numRectAreaLights', + 'numDirLightShadows', 'numPointLightShadows', 'numSpotLightShadows', + 'shadowMapEnabled', 'shadowMapType', 'toneMapping', 'physicallyCorrectLights', + 'alphaTest', 'doubleSided', 'flipSided', 'numClippingPlanes', 'numClipIntersection', 'depthPacking', 'dithering', + 'sheen', 'transmission', 'transmissionMap', 'thicknessMap' + ]; + + function getMaxBones( object ) { + + const skeleton = object.skeleton; + const bones = skeleton.bones; + + if ( floatVertexTextures ) { + + return 1024; + + } else { + + // default for when object is not specified + // ( for example when prebuilding shader to be used with multiple objects ) + // + // - leave some extra space for other uniforms + // - limit here is ANGLE's 254 max uniform vectors + // (up to 54 should be safe) + + const nVertexUniforms = maxVertexUniforms; + const nVertexMatrices = Math.floor( ( nVertexUniforms - 20 ) / 4 ); + + const maxBones = Math.min( nVertexMatrices, bones.length ); + + if ( maxBones < bones.length ) { + + console.warn( 'THREE.WebGLRenderer: Skeleton has ' + bones.length + ' bones. This GPU supports ' + maxBones + '.' ); + return 0; + + } + + return maxBones; + + } + + } + + function getTextureEncodingFromMap( map ) { + + let encoding; + + if ( map && map.isTexture ) { + + encoding = map.encoding; + + } else if ( map && map.isWebGLRenderTarget ) { + + console.warn( 'THREE.WebGLPrograms.getTextureEncodingFromMap: don\'t use render targets as textures. Use their .texture property instead.' ); + encoding = map.texture.encoding; + + } else { + + encoding = LinearEncoding; + + } + + return encoding; + + } + + function getParameters( material, lights, shadows, scene, object ) { + + const fog = scene.fog; + const environment = material.isMeshStandardMaterial ? scene.environment : null; + + const envMap = ( material.isMeshStandardMaterial ? cubeuvmaps : cubemaps ).get( material.envMap || environment ); + + const shaderID = shaderIDs[ material.type ]; + + // heuristics to create shader parameters according to lights in the scene + // (not to blow over maxLights budget) + + const maxBones = object.isSkinnedMesh ? getMaxBones( object ) : 0; + + if ( material.precision !== null ) { + + precision = capabilities.getMaxPrecision( material.precision ); + + if ( precision !== material.precision ) { + + console.warn( 'THREE.WebGLProgram.getParameters:', material.precision, 'not supported, using', precision, 'instead.' ); + + } + + } + + let vertexShader, fragmentShader; + + if ( shaderID ) { + + const shader = ShaderLib[ shaderID ]; + + vertexShader = shader.vertexShader; + fragmentShader = shader.fragmentShader; + + } else { + + vertexShader = material.vertexShader; + fragmentShader = material.fragmentShader; + + } + + const currentRenderTarget = renderer.getRenderTarget(); + + const parameters = { + + isWebGL2: isWebGL2, + + shaderID: shaderID, + shaderName: material.type, + + vertexShader: vertexShader, + fragmentShader: fragmentShader, + defines: material.defines, + + isRawShaderMaterial: material.isRawShaderMaterial === true, + glslVersion: material.glslVersion, + + precision: precision, + + instancing: object.isInstancedMesh === true, + instancingColor: object.isInstancedMesh === true && object.instanceColor !== null, + + supportsVertexTextures: vertexTextures, + outputEncoding: ( currentRenderTarget !== null ) ? getTextureEncodingFromMap( currentRenderTarget.texture ) : renderer.outputEncoding, + map: !! material.map, + mapEncoding: getTextureEncodingFromMap( material.map ), + matcap: !! material.matcap, + matcapEncoding: getTextureEncodingFromMap( material.matcap ), + envMap: !! envMap, + envMapMode: envMap && envMap.mapping, + envMapEncoding: getTextureEncodingFromMap( envMap ), + envMapCubeUV: ( !! envMap ) && ( ( envMap.mapping === CubeUVReflectionMapping ) || ( envMap.mapping === CubeUVRefractionMapping ) ), + lightMap: !! material.lightMap, + lightMapEncoding: getTextureEncodingFromMap( material.lightMap ), + aoMap: !! material.aoMap, + emissiveMap: !! material.emissiveMap, + emissiveMapEncoding: getTextureEncodingFromMap( material.emissiveMap ), + bumpMap: !! material.bumpMap, + normalMap: !! material.normalMap, + objectSpaceNormalMap: material.normalMapType === ObjectSpaceNormalMap, + tangentSpaceNormalMap: material.normalMapType === TangentSpaceNormalMap, + clearcoatMap: !! material.clearcoatMap, + clearcoatRoughnessMap: !! material.clearcoatRoughnessMap, + clearcoatNormalMap: !! material.clearcoatNormalMap, + displacementMap: !! material.displacementMap, + roughnessMap: !! material.roughnessMap, + metalnessMap: !! material.metalnessMap, + specularMap: !! material.specularMap, + specularIntensityMap: !! material.specularIntensityMap, + specularTintMap: !! material.specularTintMap, + specularTintMapEncoding: getTextureEncodingFromMap( material.specularTintMap ), + alphaMap: !! material.alphaMap, + + gradientMap: !! material.gradientMap, + + sheen: !! material.sheen, + + transmission: !! material.transmission, + transmissionMap: !! material.transmissionMap, + thicknessMap: !! material.thicknessMap, + + combine: material.combine, + + vertexTangents: ( !! material.normalMap && !! object.geometry && !! object.geometry.attributes.tangent ), + vertexColors: material.vertexColors, + vertexAlphas: material.vertexColors === true && !! object.geometry && !! object.geometry.attributes.color && object.geometry.attributes.color.itemSize === 4, + vertexUvs: !! material.map || !! material.bumpMap || !! material.normalMap || !! material.specularMap || !! material.alphaMap || !! material.emissiveMap || !! material.roughnessMap || !! material.metalnessMap || !! material.clearcoatMap || !! material.clearcoatRoughnessMap || !! material.clearcoatNormalMap || !! material.displacementMap || !! material.transmissionMap || !! material.thicknessMap || !! material.specularIntensityMap || !! material.specularTintMap, + uvsVertexOnly: ! ( !! material.map || !! material.bumpMap || !! material.normalMap || !! material.specularMap || !! material.alphaMap || !! material.emissiveMap || !! material.roughnessMap || !! material.metalnessMap || !! material.clearcoatNormalMap || !! material.transmission || !! material.transmissionMap || !! material.thicknessMap || !! material.specularIntensityMap || !! material.specularTintMap ) && !! material.displacementMap, + + fog: !! fog, + useFog: material.fog, + fogExp2: ( fog && fog.isFogExp2 ), + + flatShading: !! material.flatShading, + + sizeAttenuation: material.sizeAttenuation, + logarithmicDepthBuffer: logarithmicDepthBuffer, + + skinning: object.isSkinnedMesh === true && maxBones > 0, + maxBones: maxBones, + useVertexTexture: floatVertexTextures, + + morphTargets: !! object.geometry && !! object.geometry.morphAttributes.position, + morphNormals: !! object.geometry && !! object.geometry.morphAttributes.normal, + + numDirLights: lights.directional.length, + numPointLights: lights.point.length, + numSpotLights: lights.spot.length, + numRectAreaLights: lights.rectArea.length, + numHemiLights: lights.hemi.length, + + numDirLightShadows: lights.directionalShadowMap.length, + numPointLightShadows: lights.pointShadowMap.length, + numSpotLightShadows: lights.spotShadowMap.length, + + numClippingPlanes: clipping.numPlanes, + numClipIntersection: clipping.numIntersection, + + dithering: material.dithering, + + shadowMapEnabled: renderer.shadowMap.enabled && shadows.length > 0, + shadowMapType: renderer.shadowMap.type, + + toneMapping: material.toneMapped ? renderer.toneMapping : NoToneMapping, + physicallyCorrectLights: renderer.physicallyCorrectLights, + + premultipliedAlpha: material.premultipliedAlpha, + + alphaTest: material.alphaTest, + doubleSided: material.side === DoubleSide, + flipSided: material.side === BackSide, + + depthPacking: ( material.depthPacking !== undefined ) ? material.depthPacking : false, + + index0AttributeName: material.index0AttributeName, + + extensionDerivatives: material.extensions && material.extensions.derivatives, + extensionFragDepth: material.extensions && material.extensions.fragDepth, + extensionDrawBuffers: material.extensions && material.extensions.drawBuffers, + extensionShaderTextureLOD: material.extensions && material.extensions.shaderTextureLOD, + + rendererExtensionFragDepth: isWebGL2 || extensions.has( 'EXT_frag_depth' ), + rendererExtensionDrawBuffers: isWebGL2 || extensions.has( 'WEBGL_draw_buffers' ), + rendererExtensionShaderTextureLod: isWebGL2 || extensions.has( 'EXT_shader_texture_lod' ), + + customProgramCacheKey: material.customProgramCacheKey() + + }; + + return parameters; + + } + + function getProgramCacheKey( parameters ) { + + const array = []; + + if ( parameters.shaderID ) { + + array.push( parameters.shaderID ); + + } else { + + array.push( parameters.fragmentShader ); + array.push( parameters.vertexShader ); + + } + + if ( parameters.defines !== undefined ) { + + for ( const name in parameters.defines ) { + + array.push( name ); + array.push( parameters.defines[ name ] ); + + } + + } + + if ( parameters.isRawShaderMaterial === false ) { + + for ( let i = 0; i < parameterNames.length; i ++ ) { + + array.push( parameters[ parameterNames[ i ] ] ); + + } + + array.push( renderer.outputEncoding ); + array.push( renderer.gammaFactor ); + + } + + array.push( parameters.customProgramCacheKey ); + + return array.join(); + + } + + function getUniforms( material ) { + + const shaderID = shaderIDs[ material.type ]; + let uniforms; + + if ( shaderID ) { + + const shader = ShaderLib[ shaderID ]; + uniforms = UniformsUtils.clone( shader.uniforms ); + + } else { + + uniforms = material.uniforms; + + } + + return uniforms; + + } + + function acquireProgram( parameters, cacheKey ) { + + let program; + + // Check if code has been already compiled + for ( let p = 0, pl = programs.length; p < pl; p ++ ) { + + const preexistingProgram = programs[ p ]; + + if ( preexistingProgram.cacheKey === cacheKey ) { + + program = preexistingProgram; + ++ program.usedTimes; + + break; + + } + + } + + if ( program === undefined ) { + + program = new WebGLProgram( renderer, cacheKey, parameters, bindingStates ); + programs.push( program ); + + } + + return program; + + } + + function releaseProgram( program ) { + + if ( -- program.usedTimes === 0 ) { + + // Remove from unordered set + const i = programs.indexOf( program ); + programs[ i ] = programs[ programs.length - 1 ]; + programs.pop(); + + // Free WebGL resources + program.destroy(); + + } + + } + + return { + getParameters: getParameters, + getProgramCacheKey: getProgramCacheKey, + getUniforms: getUniforms, + acquireProgram: acquireProgram, + releaseProgram: releaseProgram, + // Exposed for resource monitoring & error feedback via renderer.info: + programs: programs + }; + +} + +function WebGLProperties() { + + let properties = new WeakMap(); + + function get( object ) { + + let map = properties.get( object ); + + if ( map === undefined ) { + + map = {}; + properties.set( object, map ); + + } + + return map; + + } + + function remove( object ) { + + properties.delete( object ); + + } + + function update( object, key, value ) { + + properties.get( object )[ key ] = value; + + } + + function dispose() { + + properties = new WeakMap(); + + } + + return { + get: get, + remove: remove, + update: update, + dispose: dispose + }; + +} + +function painterSortStable( a, b ) { + + if ( a.groupOrder !== b.groupOrder ) { + + return a.groupOrder - b.groupOrder; + + } else if ( a.renderOrder !== b.renderOrder ) { + + return a.renderOrder - b.renderOrder; + + } else if ( a.program !== b.program ) { + + return a.program.id - b.program.id; + + } else if ( a.material.id !== b.material.id ) { + + return a.material.id - b.material.id; + + } else if ( a.z !== b.z ) { + + return a.z - b.z; + + } else { + + return a.id - b.id; + + } + +} + +function reversePainterSortStable( a, b ) { + + if ( a.groupOrder !== b.groupOrder ) { + + return a.groupOrder - b.groupOrder; + + } else if ( a.renderOrder !== b.renderOrder ) { + + return a.renderOrder - b.renderOrder; + + } else if ( a.z !== b.z ) { + + return b.z - a.z; + + } else { + + return a.id - b.id; + + } + +} + + +function WebGLRenderList( properties ) { + + const renderItems = []; + let renderItemsIndex = 0; + + const opaque = []; + const transmissive = []; + const transparent = []; + + const defaultProgram = { id: - 1 }; + + function init() { + + renderItemsIndex = 0; + + opaque.length = 0; + transmissive.length = 0; + transparent.length = 0; + + } + + function getNextRenderItem( object, geometry, material, groupOrder, z, group ) { + + let renderItem = renderItems[ renderItemsIndex ]; + const materialProperties = properties.get( material ); + + if ( renderItem === undefined ) { + + renderItem = { + id: object.id, + object: object, + geometry: geometry, + material: material, + program: materialProperties.program || defaultProgram, + groupOrder: groupOrder, + renderOrder: object.renderOrder, + z: z, + group: group + }; + + renderItems[ renderItemsIndex ] = renderItem; + + } else { + + renderItem.id = object.id; + renderItem.object = object; + renderItem.geometry = geometry; + renderItem.material = material; + renderItem.program = materialProperties.program || defaultProgram; + renderItem.groupOrder = groupOrder; + renderItem.renderOrder = object.renderOrder; + renderItem.z = z; + renderItem.group = group; + + } + + renderItemsIndex ++; + + return renderItem; + + } + + function push( object, geometry, material, groupOrder, z, group ) { + + const renderItem = getNextRenderItem( object, geometry, material, groupOrder, z, group ); + + if ( material.transmission > 0.0 ) { + + transmissive.push( renderItem ); + + } else if ( material.transparent === true ) { + + transparent.push( renderItem ); + + } else { + + opaque.push( renderItem ); + + } + + } + + function unshift( object, geometry, material, groupOrder, z, group ) { + + const renderItem = getNextRenderItem( object, geometry, material, groupOrder, z, group ); + + if ( material.transmission > 0.0 ) { + + transmissive.unshift( renderItem ); + + } else if ( material.transparent === true ) { + + transparent.unshift( renderItem ); + + } else { + + opaque.unshift( renderItem ); + + } + + } + + function sort( customOpaqueSort, customTransparentSort ) { + + if ( opaque.length > 1 ) opaque.sort( customOpaqueSort || painterSortStable ); + if ( transmissive.length > 1 ) transmissive.sort( customTransparentSort || reversePainterSortStable ); + if ( transparent.length > 1 ) transparent.sort( customTransparentSort || reversePainterSortStable ); + + } + + function finish() { + + // Clear references from inactive renderItems in the list + + for ( let i = renderItemsIndex, il = renderItems.length; i < il; i ++ ) { + + const renderItem = renderItems[ i ]; + + if ( renderItem.id === null ) break; + + renderItem.id = null; + renderItem.object = null; + renderItem.geometry = null; + renderItem.material = null; + renderItem.program = null; + renderItem.group = null; + + } + + } + + return { + + opaque: opaque, + transmissive: transmissive, + transparent: transparent, + + init: init, + push: push, + unshift: unshift, + finish: finish, + + sort: sort + }; + +} + +function WebGLRenderLists( properties ) { + + let lists = new WeakMap(); + + function get( scene, renderCallDepth ) { + + let list; + + if ( lists.has( scene ) === false ) { + + list = new WebGLRenderList( properties ); + lists.set( scene, [ list ] ); + + } else { + + if ( renderCallDepth >= lists.get( scene ).length ) { + + list = new WebGLRenderList( properties ); + lists.get( scene ).push( list ); + + } else { + + list = lists.get( scene )[ renderCallDepth ]; + + } + + } + + return list; + + } + + function dispose() { + + lists = new WeakMap(); + + } + + return { + get: get, + dispose: dispose + }; + +} + +function UniformsCache() { + + const lights = {}; + + return { + + get: function ( light ) { + + if ( lights[ light.id ] !== undefined ) { + + return lights[ light.id ]; + + } + + let uniforms; + + switch ( light.type ) { + + case 'DirectionalLight': + uniforms = { + direction: new Vector3(), + color: new Color() + }; + break; + + case 'SpotLight': + uniforms = { + position: new Vector3(), + direction: new Vector3(), + color: new Color(), + distance: 0, + coneCos: 0, + penumbraCos: 0, + decay: 0 + }; + break; + + case 'PointLight': + uniforms = { + position: new Vector3(), + color: new Color(), + distance: 0, + decay: 0 + }; + break; + + case 'HemisphereLight': + uniforms = { + direction: new Vector3(), + skyColor: new Color(), + groundColor: new Color() + }; + break; + + case 'RectAreaLight': + uniforms = { + color: new Color(), + position: new Vector3(), + halfWidth: new Vector3(), + halfHeight: new Vector3() + }; + break; + + } + + lights[ light.id ] = uniforms; + + return uniforms; + + } + + }; + +} + +function ShadowUniformsCache() { + + const lights = {}; + + return { + + get: function ( light ) { + + if ( lights[ light.id ] !== undefined ) { + + return lights[ light.id ]; + + } + + let uniforms; + + switch ( light.type ) { + + case 'DirectionalLight': + uniforms = { + shadowBias: 0, + shadowNormalBias: 0, + shadowRadius: 1, + shadowMapSize: new Vector2() + }; + break; + + case 'SpotLight': + uniforms = { + shadowBias: 0, + shadowNormalBias: 0, + shadowRadius: 1, + shadowMapSize: new Vector2() + }; + break; + + case 'PointLight': + uniforms = { + shadowBias: 0, + shadowNormalBias: 0, + shadowRadius: 1, + shadowMapSize: new Vector2(), + shadowCameraNear: 1, + shadowCameraFar: 1000 + }; + break; + + // TODO (abelnation): set RectAreaLight shadow uniforms + + } + + lights[ light.id ] = uniforms; + + return uniforms; + + } + + }; + +} + + + +let nextVersion = 0; + +function shadowCastingLightsFirst( lightA, lightB ) { + + return ( lightB.castShadow ? 1 : 0 ) - ( lightA.castShadow ? 1 : 0 ); + +} + +function WebGLLights( extensions, capabilities ) { + + const cache = new UniformsCache(); + + const shadowCache = ShadowUniformsCache(); + + const state = { + + version: 0, + + hash: { + directionalLength: - 1, + pointLength: - 1, + spotLength: - 1, + rectAreaLength: - 1, + hemiLength: - 1, + + numDirectionalShadows: - 1, + numPointShadows: - 1, + numSpotShadows: - 1 + }, + + ambient: [ 0, 0, 0 ], + probe: [], + directional: [], + directionalShadow: [], + directionalShadowMap: [], + directionalShadowMatrix: [], + spot: [], + spotShadow: [], + spotShadowMap: [], + spotShadowMatrix: [], + rectArea: [], + rectAreaLTC1: null, + rectAreaLTC2: null, + point: [], + pointShadow: [], + pointShadowMap: [], + pointShadowMatrix: [], + hemi: [] + + }; + + for ( let i = 0; i < 9; i ++ ) state.probe.push( new Vector3() ); + + const vector3 = new Vector3(); + const matrix4 = new Matrix4(); + const matrix42 = new Matrix4(); + + function setup( lights ) { + + let r = 0, g = 0, b = 0; + + for ( let i = 0; i < 9; i ++ ) state.probe[ i ].set( 0, 0, 0 ); + + let directionalLength = 0; + let pointLength = 0; + let spotLength = 0; + let rectAreaLength = 0; + let hemiLength = 0; + + let numDirectionalShadows = 0; + let numPointShadows = 0; + let numSpotShadows = 0; + + lights.sort( shadowCastingLightsFirst ); + + for ( let i = 0, l = lights.length; i < l; i ++ ) { + + const light = lights[ i ]; + + const color = light.color; + const intensity = light.intensity; + const distance = light.distance; + + const shadowMap = ( light.shadow && light.shadow.map ) ? light.shadow.map.texture : null; + + if ( light.isAmbientLight ) { + + r += color.r * intensity; + g += color.g * intensity; + b += color.b * intensity; + + } else if ( light.isLightProbe ) { + + for ( let j = 0; j < 9; j ++ ) { + + state.probe[ j ].addScaledVector( light.sh.coefficients[ j ], intensity ); + + } + + } else if ( light.isDirectionalLight ) { + + const uniforms = cache.get( light ); + + uniforms.color.copy( light.color ).multiplyScalar( light.intensity ); + + if ( light.castShadow ) { + + const shadow = light.shadow; + + const shadowUniforms = shadowCache.get( light ); + + shadowUniforms.shadowBias = shadow.bias; + shadowUniforms.shadowNormalBias = shadow.normalBias; + shadowUniforms.shadowRadius = shadow.radius; + shadowUniforms.shadowMapSize = shadow.mapSize; + + state.directionalShadow[ directionalLength ] = shadowUniforms; + state.directionalShadowMap[ directionalLength ] = shadowMap; + state.directionalShadowMatrix[ directionalLength ] = light.shadow.matrix; + + numDirectionalShadows ++; + + } + + state.directional[ directionalLength ] = uniforms; + + directionalLength ++; + + } else if ( light.isSpotLight ) { + + const uniforms = cache.get( light ); + + uniforms.position.setFromMatrixPosition( light.matrixWorld ); + + uniforms.color.copy( color ).multiplyScalar( intensity ); + uniforms.distance = distance; + + uniforms.coneCos = Math.cos( light.angle ); + uniforms.penumbraCos = Math.cos( light.angle * ( 1 - light.penumbra ) ); + uniforms.decay = light.decay; + + if ( light.castShadow ) { + + const shadow = light.shadow; + + const shadowUniforms = shadowCache.get( light ); + + shadowUniforms.shadowBias = shadow.bias; + shadowUniforms.shadowNormalBias = shadow.normalBias; + shadowUniforms.shadowRadius = shadow.radius; + shadowUniforms.shadowMapSize = shadow.mapSize; + + state.spotShadow[ spotLength ] = shadowUniforms; + state.spotShadowMap[ spotLength ] = shadowMap; + state.spotShadowMatrix[ spotLength ] = light.shadow.matrix; + + numSpotShadows ++; + + } + + state.spot[ spotLength ] = uniforms; + + spotLength ++; + + } else if ( light.isRectAreaLight ) { + + const uniforms = cache.get( light ); + + // (a) intensity is the total visible light emitted + //uniforms.color.copy( color ).multiplyScalar( intensity / ( light.width * light.height * Math.PI ) ); + + // (b) intensity is the brightness of the light + uniforms.color.copy( color ).multiplyScalar( intensity ); + + uniforms.halfWidth.set( light.width * 0.5, 0.0, 0.0 ); + uniforms.halfHeight.set( 0.0, light.height * 0.5, 0.0 ); + + state.rectArea[ rectAreaLength ] = uniforms; + + rectAreaLength ++; + + } else if ( light.isPointLight ) { + + const uniforms = cache.get( light ); + + uniforms.color.copy( light.color ).multiplyScalar( light.intensity ); + uniforms.distance = light.distance; + uniforms.decay = light.decay; + + if ( light.castShadow ) { + + const shadow = light.shadow; + + const shadowUniforms = shadowCache.get( light ); + + shadowUniforms.shadowBias = shadow.bias; + shadowUniforms.shadowNormalBias = shadow.normalBias; + shadowUniforms.shadowRadius = shadow.radius; + shadowUniforms.shadowMapSize = shadow.mapSize; + shadowUniforms.shadowCameraNear = shadow.camera.near; + shadowUniforms.shadowCameraFar = shadow.camera.far; + + state.pointShadow[ pointLength ] = shadowUniforms; + state.pointShadowMap[ pointLength ] = shadowMap; + state.pointShadowMatrix[ pointLength ] = light.shadow.matrix; + + numPointShadows ++; + + } + + state.point[ pointLength ] = uniforms; + + pointLength ++; + + } else if ( light.isHemisphereLight ) { + + const uniforms = cache.get( light ); + + uniforms.skyColor.copy( light.color ).multiplyScalar( intensity ); + uniforms.groundColor.copy( light.groundColor ).multiplyScalar( intensity ); + + state.hemi[ hemiLength ] = uniforms; + + hemiLength ++; + + } + + } + + if ( rectAreaLength > 0 ) { + + if ( capabilities.isWebGL2 ) { + + // WebGL 2 + + state.rectAreaLTC1 = UniformsLib.LTC_FLOAT_1; + state.rectAreaLTC2 = UniformsLib.LTC_FLOAT_2; + + } else { + + // WebGL 1 + + if ( extensions.has( 'OES_texture_float_linear' ) === true ) { + + state.rectAreaLTC1 = UniformsLib.LTC_FLOAT_1; + state.rectAreaLTC2 = UniformsLib.LTC_FLOAT_2; + + } else if ( extensions.has( 'OES_texture_half_float_linear' ) === true ) { + + state.rectAreaLTC1 = UniformsLib.LTC_HALF_1; + state.rectAreaLTC2 = UniformsLib.LTC_HALF_2; + + } else { + + console.error( 'THREE.WebGLRenderer: Unable to use RectAreaLight. Missing WebGL extensions.' ); + + } + + } + + } + + state.ambient[ 0 ] = r; + state.ambient[ 1 ] = g; + state.ambient[ 2 ] = b; + + const hash = state.hash; + + if ( hash.directionalLength !== directionalLength || + hash.pointLength !== pointLength || + hash.spotLength !== spotLength || + hash.rectAreaLength !== rectAreaLength || + hash.hemiLength !== hemiLength || + hash.numDirectionalShadows !== numDirectionalShadows || + hash.numPointShadows !== numPointShadows || + hash.numSpotShadows !== numSpotShadows ) { + + state.directional.length = directionalLength; + state.spot.length = spotLength; + state.rectArea.length = rectAreaLength; + state.point.length = pointLength; + state.hemi.length = hemiLength; + + state.directionalShadow.length = numDirectionalShadows; + state.directionalShadowMap.length = numDirectionalShadows; + state.pointShadow.length = numPointShadows; + state.pointShadowMap.length = numPointShadows; + state.spotShadow.length = numSpotShadows; + state.spotShadowMap.length = numSpotShadows; + state.directionalShadowMatrix.length = numDirectionalShadows; + state.pointShadowMatrix.length = numPointShadows; + state.spotShadowMatrix.length = numSpotShadows; + + hash.directionalLength = directionalLength; + hash.pointLength = pointLength; + hash.spotLength = spotLength; + hash.rectAreaLength = rectAreaLength; + hash.hemiLength = hemiLength; + + hash.numDirectionalShadows = numDirectionalShadows; + hash.numPointShadows = numPointShadows; + hash.numSpotShadows = numSpotShadows; + + state.version = nextVersion ++; + + } + + } + + function setupView( lights, camera ) { + + let directionalLength = 0; + let pointLength = 0; + let spotLength = 0; + let rectAreaLength = 0; + let hemiLength = 0; + + const viewMatrix = camera.matrixWorldInverse; + + for ( let i = 0, l = lights.length; i < l; i ++ ) { + + const light = lights[ i ]; + + if ( light.isDirectionalLight ) { + + const uniforms = state.directional[ directionalLength ]; + + uniforms.direction.setFromMatrixPosition( light.matrixWorld ); + vector3.setFromMatrixPosition( light.target.matrixWorld ); + uniforms.direction.sub( vector3 ); + uniforms.direction.transformDirection( viewMatrix ); + + directionalLength ++; + + } else if ( light.isSpotLight ) { + + const uniforms = state.spot[ spotLength ]; + + uniforms.position.setFromMatrixPosition( light.matrixWorld ); + uniforms.position.applyMatrix4( viewMatrix ); + + uniforms.direction.setFromMatrixPosition( light.matrixWorld ); + vector3.setFromMatrixPosition( light.target.matrixWorld ); + uniforms.direction.sub( vector3 ); + uniforms.direction.transformDirection( viewMatrix ); + + spotLength ++; + + } else if ( light.isRectAreaLight ) { + + const uniforms = state.rectArea[ rectAreaLength ]; + + uniforms.position.setFromMatrixPosition( light.matrixWorld ); + uniforms.position.applyMatrix4( viewMatrix ); + + // extract local rotation of light to derive width/height half vectors + matrix42.identity(); + matrix4.copy( light.matrixWorld ); + matrix4.premultiply( viewMatrix ); + matrix42.extractRotation( matrix4 ); + + uniforms.halfWidth.set( light.width * 0.5, 0.0, 0.0 ); + uniforms.halfHeight.set( 0.0, light.height * 0.5, 0.0 ); + + uniforms.halfWidth.applyMatrix4( matrix42 ); + uniforms.halfHeight.applyMatrix4( matrix42 ); + + rectAreaLength ++; + + } else if ( light.isPointLight ) { + + const uniforms = state.point[ pointLength ]; + + uniforms.position.setFromMatrixPosition( light.matrixWorld ); + uniforms.position.applyMatrix4( viewMatrix ); + + pointLength ++; + + } else if ( light.isHemisphereLight ) { + + const uniforms = state.hemi[ hemiLength ]; + + uniforms.direction.setFromMatrixPosition( light.matrixWorld ); + uniforms.direction.transformDirection( viewMatrix ); + uniforms.direction.normalize(); + + hemiLength ++; + + } + + } + + } + + return { + setup: setup, + setupView: setupView, + state: state + }; + +} + +function WebGLRenderState( extensions, capabilities ) { + + const lights = new WebGLLights( extensions, capabilities ); + + const lightsArray = []; + const shadowsArray = []; + + function init() { + + lightsArray.length = 0; + shadowsArray.length = 0; + + } + + function pushLight( light ) { + + lightsArray.push( light ); + + } + + function pushShadow( shadowLight ) { + + shadowsArray.push( shadowLight ); + + } + + function setupLights() { + + lights.setup( lightsArray ); + + } + + function setupLightsView( camera ) { + + lights.setupView( lightsArray, camera ); + + } + + const state = { + lightsArray: lightsArray, + shadowsArray: shadowsArray, + + lights: lights + }; + + return { + init: init, + state: state, + setupLights: setupLights, + setupLightsView: setupLightsView, + + pushLight: pushLight, + pushShadow: pushShadow + }; + +} + +function WebGLRenderStates( extensions, capabilities ) { + + let renderStates = new WeakMap(); + + function get( scene, renderCallDepth = 0 ) { + + let renderState; + + if ( renderStates.has( scene ) === false ) { + + renderState = new WebGLRenderState( extensions, capabilities ); + renderStates.set( scene, [ renderState ] ); + + } else { + + if ( renderCallDepth >= renderStates.get( scene ).length ) { + + renderState = new WebGLRenderState( extensions, capabilities ); + renderStates.get( scene ).push( renderState ); + + } else { + + renderState = renderStates.get( scene )[ renderCallDepth ]; + + } + + } + + return renderState; + + } + + function dispose() { + + renderStates = new WeakMap(); + + } + + return { + get: get, + dispose: dispose + }; + +} + +/** + * parameters = { + * + * opacity: , + * + * map: new THREE.Texture( ), + * + * alphaMap: new THREE.Texture( ), + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: , + * + * wireframe: , + * wireframeLinewidth: + * } + */ + +class MeshDepthMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'MeshDepthMaterial'; + + this.depthPacking = BasicDepthPacking; + + this.map = null; + + this.alphaMap = null; + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.wireframe = false; + this.wireframeLinewidth = 1; + + this.fog = false; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.depthPacking = source.depthPacking; + + this.map = source.map; + + this.alphaMap = source.alphaMap; + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + + return this; + + } + +} + +MeshDepthMaterial.prototype.isMeshDepthMaterial = true; + +/** + * parameters = { + * + * referencePosition: , + * nearDistance: , + * farDistance: , + * + * map: new THREE.Texture( ), + * + * alphaMap: new THREE.Texture( ), + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: + * + * } + */ + +class MeshDistanceMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'MeshDistanceMaterial'; + + this.referencePosition = new Vector3(); + this.nearDistance = 1; + this.farDistance = 1000; + + this.map = null; + + this.alphaMap = null; + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.fog = false; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.referencePosition.copy( source.referencePosition ); + this.nearDistance = source.nearDistance; + this.farDistance = source.farDistance; + + this.map = source.map; + + this.alphaMap = source.alphaMap; + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + return this; + + } + +} + +MeshDistanceMaterial.prototype.isMeshDistanceMaterial = true; + +var vsm_frag = "uniform sampler2D shadow_pass;\nuniform vec2 resolution;\nuniform float radius;\n#include \nvoid main() {\n\tfloat mean = 0.0;\n\tfloat squared_mean = 0.0;\n\tfloat depth = unpackRGBAToDepth( texture2D( shadow_pass, ( gl_FragCoord.xy ) / resolution ) );\n\tfor ( float i = -1.0; i < 1.0 ; i += SAMPLE_RATE) {\n\t\t#ifdef HORIZONTAL_PASS\n\t\t\tvec2 distribution = unpackRGBATo2Half( texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( i, 0.0 ) * radius ) / resolution ) );\n\t\t\tmean += distribution.x;\n\t\t\tsquared_mean += distribution.y * distribution.y + distribution.x * distribution.x;\n\t\t#else\n\t\t\tfloat depth = unpackRGBAToDepth( texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( 0.0, i ) * radius ) / resolution ) );\n\t\t\tmean += depth;\n\t\t\tsquared_mean += depth * depth;\n\t\t#endif\n\t}\n\tmean = mean * HALF_SAMPLE_RATE;\n\tsquared_mean = squared_mean * HALF_SAMPLE_RATE;\n\tfloat std_dev = sqrt( squared_mean - mean * mean );\n\tgl_FragColor = pack2HalfToRGBA( vec2( mean, std_dev ) );\n}"; + +var vsm_vert = "void main() {\n\tgl_Position = vec4( position, 1.0 );\n}"; + +function WebGLShadowMap( _renderer, _objects, _capabilities ) { + + let _frustum = new Frustum(); + + const _shadowMapSize = new Vector2(), + _viewportSize = new Vector2(), + + _viewport = new Vector4(), + + _depthMaterial = new MeshDepthMaterial( { depthPacking: RGBADepthPacking } ), + _distanceMaterial = new MeshDistanceMaterial(), + + _materialCache = {}, + + _maxTextureSize = _capabilities.maxTextureSize; + + const shadowSide = { 0: BackSide, 1: FrontSide, 2: DoubleSide }; + + const shadowMaterialVertical = new ShaderMaterial( { + + defines: { + SAMPLE_RATE: 2.0 / 8.0, + HALF_SAMPLE_RATE: 1.0 / 8.0 + }, + + uniforms: { + shadow_pass: { value: null }, + resolution: { value: new Vector2() }, + radius: { value: 4.0 } + }, + + vertexShader: vsm_vert, + + fragmentShader: vsm_frag + + } ); + + const shadowMaterialHorizontal = shadowMaterialVertical.clone(); + shadowMaterialHorizontal.defines.HORIZONTAL_PASS = 1; + + const fullScreenTri = new BufferGeometry(); + fullScreenTri.setAttribute( + 'position', + new BufferAttribute( + new Float32Array( [ - 1, - 1, 0.5, 3, - 1, 0.5, - 1, 3, 0.5 ] ), + 3 + ) + ); + + const fullScreenMesh = new Mesh( fullScreenTri, shadowMaterialVertical ); + + const scope = this; + + this.enabled = false; + + this.autoUpdate = true; + this.needsUpdate = false; + + this.type = PCFShadowMap; + + this.render = function ( lights, scene, camera ) { + + if ( scope.enabled === false ) return; + if ( scope.autoUpdate === false && scope.needsUpdate === false ) return; + + if ( lights.length === 0 ) return; + + const currentRenderTarget = _renderer.getRenderTarget(); + const activeCubeFace = _renderer.getActiveCubeFace(); + const activeMipmapLevel = _renderer.getActiveMipmapLevel(); + + const _state = _renderer.state; + + // Set GL state for depth map. + _state.setBlending( NoBlending ); + _state.buffers.color.setClear( 1, 1, 1, 1 ); + _state.buffers.depth.setTest( true ); + _state.setScissorTest( false ); + + // render depth map + + for ( let i = 0, il = lights.length; i < il; i ++ ) { + + const light = lights[ i ]; + const shadow = light.shadow; + + if ( shadow === undefined ) { + + console.warn( 'THREE.WebGLShadowMap:', light, 'has no shadow.' ); + continue; + + } + + if ( shadow.autoUpdate === false && shadow.needsUpdate === false ) continue; + + _shadowMapSize.copy( shadow.mapSize ); + + const shadowFrameExtents = shadow.getFrameExtents(); + + _shadowMapSize.multiply( shadowFrameExtents ); + + _viewportSize.copy( shadow.mapSize ); + + if ( _shadowMapSize.x > _maxTextureSize || _shadowMapSize.y > _maxTextureSize ) { + + if ( _shadowMapSize.x > _maxTextureSize ) { + + _viewportSize.x = Math.floor( _maxTextureSize / shadowFrameExtents.x ); + _shadowMapSize.x = _viewportSize.x * shadowFrameExtents.x; + shadow.mapSize.x = _viewportSize.x; + + } + + if ( _shadowMapSize.y > _maxTextureSize ) { + + _viewportSize.y = Math.floor( _maxTextureSize / shadowFrameExtents.y ); + _shadowMapSize.y = _viewportSize.y * shadowFrameExtents.y; + shadow.mapSize.y = _viewportSize.y; + + } + + } + + if ( shadow.map === null && ! shadow.isPointLightShadow && this.type === VSMShadowMap ) { + + const pars = { minFilter: LinearFilter, magFilter: LinearFilter, format: RGBAFormat }; + + shadow.map = new WebGLRenderTarget( _shadowMapSize.x, _shadowMapSize.y, pars ); + shadow.map.texture.name = light.name + '.shadowMap'; + + shadow.mapPass = new WebGLRenderTarget( _shadowMapSize.x, _shadowMapSize.y, pars ); + + shadow.camera.updateProjectionMatrix(); + + } + + if ( shadow.map === null ) { + + const pars = { minFilter: NearestFilter, magFilter: NearestFilter, format: RGBAFormat }; + + shadow.map = new WebGLRenderTarget( _shadowMapSize.x, _shadowMapSize.y, pars ); + shadow.map.texture.name = light.name + '.shadowMap'; + + shadow.camera.updateProjectionMatrix(); + + } + + _renderer.setRenderTarget( shadow.map ); + _renderer.clear(); + + const viewportCount = shadow.getViewportCount(); + + for ( let vp = 0; vp < viewportCount; vp ++ ) { + + const viewport = shadow.getViewport( vp ); + + _viewport.set( + _viewportSize.x * viewport.x, + _viewportSize.y * viewport.y, + _viewportSize.x * viewport.z, + _viewportSize.y * viewport.w + ); + + _state.viewport( _viewport ); + + shadow.updateMatrices( light, vp ); + + _frustum = shadow.getFrustum(); + + renderObject( scene, camera, shadow.camera, light, this.type ); + + } + + // do blur pass for VSM + + if ( ! shadow.isPointLightShadow && this.type === VSMShadowMap ) { + + VSMPass( shadow, camera ); + + } + + shadow.needsUpdate = false; + + } + + scope.needsUpdate = false; + + _renderer.setRenderTarget( currentRenderTarget, activeCubeFace, activeMipmapLevel ); + + }; + + function VSMPass( shadow, camera ) { + + const geometry = _objects.update( fullScreenMesh ); + + // vertical pass + + shadowMaterialVertical.uniforms.shadow_pass.value = shadow.map.texture; + shadowMaterialVertical.uniforms.resolution.value = shadow.mapSize; + shadowMaterialVertical.uniforms.radius.value = shadow.radius; + _renderer.setRenderTarget( shadow.mapPass ); + _renderer.clear(); + _renderer.renderBufferDirect( camera, null, geometry, shadowMaterialVertical, fullScreenMesh, null ); + + // horizontal pass + + shadowMaterialHorizontal.uniforms.shadow_pass.value = shadow.mapPass.texture; + shadowMaterialHorizontal.uniforms.resolution.value = shadow.mapSize; + shadowMaterialHorizontal.uniforms.radius.value = shadow.radius; + _renderer.setRenderTarget( shadow.map ); + _renderer.clear(); + _renderer.renderBufferDirect( camera, null, geometry, shadowMaterialHorizontal, fullScreenMesh, null ); + + } + + function getDepthMaterial( object, geometry, material, light, shadowCameraNear, shadowCameraFar, type ) { + + let result = null; + + const customMaterial = ( light.isPointLight === true ) ? object.customDistanceMaterial : object.customDepthMaterial; + + if ( customMaterial !== undefined ) { + + result = customMaterial; + + } else { + + result = ( light.isPointLight === true ) ? _distanceMaterial : _depthMaterial; + + } + + if ( _renderer.localClippingEnabled && + material.clipShadows === true && + material.clippingPlanes.length !== 0 ) { + + // in this case we need a unique material instance reflecting the + // appropriate state + + const keyA = result.uuid, keyB = material.uuid; + + let materialsForVariant = _materialCache[ keyA ]; + + if ( materialsForVariant === undefined ) { + + materialsForVariant = {}; + _materialCache[ keyA ] = materialsForVariant; + + } + + let cachedMaterial = materialsForVariant[ keyB ]; + + if ( cachedMaterial === undefined ) { + + cachedMaterial = result.clone(); + materialsForVariant[ keyB ] = cachedMaterial; + + } + + result = cachedMaterial; + + } + + result.visible = material.visible; + result.wireframe = material.wireframe; + + if ( type === VSMShadowMap ) { + + result.side = ( material.shadowSide !== null ) ? material.shadowSide : material.side; + + } else { + + result.side = ( material.shadowSide !== null ) ? material.shadowSide : shadowSide[ material.side ]; + + } + + result.clipShadows = material.clipShadows; + result.clippingPlanes = material.clippingPlanes; + result.clipIntersection = material.clipIntersection; + + result.wireframeLinewidth = material.wireframeLinewidth; + result.linewidth = material.linewidth; + + if ( light.isPointLight === true && result.isMeshDistanceMaterial === true ) { + + result.referencePosition.setFromMatrixPosition( light.matrixWorld ); + result.nearDistance = shadowCameraNear; + result.farDistance = shadowCameraFar; + + } + + return result; + + } + + function renderObject( object, camera, shadowCamera, light, type ) { + + if ( object.visible === false ) return; + + const visible = object.layers.test( camera.layers ); + + if ( visible && ( object.isMesh || object.isLine || object.isPoints ) ) { + + if ( ( object.castShadow || ( object.receiveShadow && type === VSMShadowMap ) ) && ( ! object.frustumCulled || _frustum.intersectsObject( object ) ) ) { + + object.modelViewMatrix.multiplyMatrices( shadowCamera.matrixWorldInverse, object.matrixWorld ); + + const geometry = _objects.update( object ); + const material = object.material; + + if ( Array.isArray( material ) ) { + + const groups = geometry.groups; + + for ( let k = 0, kl = groups.length; k < kl; k ++ ) { + + const group = groups[ k ]; + const groupMaterial = material[ group.materialIndex ]; + + if ( groupMaterial && groupMaterial.visible ) { + + const depthMaterial = getDepthMaterial( object, geometry, groupMaterial, light, shadowCamera.near, shadowCamera.far, type ); + + _renderer.renderBufferDirect( shadowCamera, null, geometry, depthMaterial, object, group ); + + } + + } + + } else if ( material.visible ) { + + const depthMaterial = getDepthMaterial( object, geometry, material, light, shadowCamera.near, shadowCamera.far, type ); + + _renderer.renderBufferDirect( shadowCamera, null, geometry, depthMaterial, object, null ); + + } + + } + + } + + const children = object.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + renderObject( children[ i ], camera, shadowCamera, light, type ); + + } + + } + +} + +function WebGLState( gl, extensions, capabilities ) { + + const isWebGL2 = capabilities.isWebGL2; + + function ColorBuffer() { + + let locked = false; + + const color = new Vector4(); + let currentColorMask = null; + const currentColorClear = new Vector4( 0, 0, 0, 0 ); + + return { + + setMask: function ( colorMask ) { + + if ( currentColorMask !== colorMask && ! locked ) { + + gl.colorMask( colorMask, colorMask, colorMask, colorMask ); + currentColorMask = colorMask; + + } + + }, + + setLocked: function ( lock ) { + + locked = lock; + + }, + + setClear: function ( r, g, b, a, premultipliedAlpha ) { + + if ( premultipliedAlpha === true ) { + + r *= a; g *= a; b *= a; + + } + + color.set( r, g, b, a ); + + if ( currentColorClear.equals( color ) === false ) { + + gl.clearColor( r, g, b, a ); + currentColorClear.copy( color ); + + } + + }, + + reset: function () { + + locked = false; + + currentColorMask = null; + currentColorClear.set( - 1, 0, 0, 0 ); // set to invalid state + + } + + }; + + } + + function DepthBuffer() { + + let locked = false; + + let currentDepthMask = null; + let currentDepthFunc = null; + let currentDepthClear = null; + + return { + + setTest: function ( depthTest ) { + + if ( depthTest ) { + + enable( 2929 ); + + } else { + + disable( 2929 ); + + } + + }, + + setMask: function ( depthMask ) { + + if ( currentDepthMask !== depthMask && ! locked ) { + + gl.depthMask( depthMask ); + currentDepthMask = depthMask; + + } + + }, + + setFunc: function ( depthFunc ) { + + if ( currentDepthFunc !== depthFunc ) { + + if ( depthFunc ) { + + switch ( depthFunc ) { + + case NeverDepth: + + gl.depthFunc( 512 ); + break; + + case AlwaysDepth: + + gl.depthFunc( 519 ); + break; + + case LessDepth: + + gl.depthFunc( 513 ); + break; + + case LessEqualDepth: + + gl.depthFunc( 515 ); + break; + + case EqualDepth: + + gl.depthFunc( 514 ); + break; + + case GreaterEqualDepth: + + gl.depthFunc( 518 ); + break; + + case GreaterDepth: + + gl.depthFunc( 516 ); + break; + + case NotEqualDepth: + + gl.depthFunc( 517 ); + break; + + default: + + gl.depthFunc( 515 ); + + } + + } else { + + gl.depthFunc( 515 ); + + } + + currentDepthFunc = depthFunc; + + } + + }, + + setLocked: function ( lock ) { + + locked = lock; + + }, + + setClear: function ( depth ) { + + if ( currentDepthClear !== depth ) { + + gl.clearDepth( depth ); + currentDepthClear = depth; + + } + + }, + + reset: function () { + + locked = false; + + currentDepthMask = null; + currentDepthFunc = null; + currentDepthClear = null; + + } + + }; + + } + + function StencilBuffer() { + + let locked = false; + + let currentStencilMask = null; + let currentStencilFunc = null; + let currentStencilRef = null; + let currentStencilFuncMask = null; + let currentStencilFail = null; + let currentStencilZFail = null; + let currentStencilZPass = null; + let currentStencilClear = null; + + return { + + setTest: function ( stencilTest ) { + + if ( ! locked ) { + + if ( stencilTest ) { + + enable( 2960 ); + + } else { + + disable( 2960 ); + + } + + } + + }, + + setMask: function ( stencilMask ) { + + if ( currentStencilMask !== stencilMask && ! locked ) { + + gl.stencilMask( stencilMask ); + currentStencilMask = stencilMask; + + } + + }, + + setFunc: function ( stencilFunc, stencilRef, stencilMask ) { + + if ( currentStencilFunc !== stencilFunc || + currentStencilRef !== stencilRef || + currentStencilFuncMask !== stencilMask ) { + + gl.stencilFunc( stencilFunc, stencilRef, stencilMask ); + + currentStencilFunc = stencilFunc; + currentStencilRef = stencilRef; + currentStencilFuncMask = stencilMask; + + } + + }, + + setOp: function ( stencilFail, stencilZFail, stencilZPass ) { + + if ( currentStencilFail !== stencilFail || + currentStencilZFail !== stencilZFail || + currentStencilZPass !== stencilZPass ) { + + gl.stencilOp( stencilFail, stencilZFail, stencilZPass ); + + currentStencilFail = stencilFail; + currentStencilZFail = stencilZFail; + currentStencilZPass = stencilZPass; + + } + + }, + + setLocked: function ( lock ) { + + locked = lock; + + }, + + setClear: function ( stencil ) { + + if ( currentStencilClear !== stencil ) { + + gl.clearStencil( stencil ); + currentStencilClear = stencil; + + } + + }, + + reset: function () { + + locked = false; + + currentStencilMask = null; + currentStencilFunc = null; + currentStencilRef = null; + currentStencilFuncMask = null; + currentStencilFail = null; + currentStencilZFail = null; + currentStencilZPass = null; + currentStencilClear = null; + + } + + }; + + } + + // + + const colorBuffer = new ColorBuffer(); + const depthBuffer = new DepthBuffer(); + const stencilBuffer = new StencilBuffer(); + + let enabledCapabilities = {}; + + let xrFramebuffer = null; + let currentBoundFramebuffers = {}; + + let currentProgram = null; + + let currentBlendingEnabled = false; + let currentBlending = null; + let currentBlendEquation = null; + let currentBlendSrc = null; + let currentBlendDst = null; + let currentBlendEquationAlpha = null; + let currentBlendSrcAlpha = null; + let currentBlendDstAlpha = null; + let currentPremultipledAlpha = false; + + let currentFlipSided = null; + let currentCullFace = null; + + let currentLineWidth = null; + + let currentPolygonOffsetFactor = null; + let currentPolygonOffsetUnits = null; + + const maxTextures = gl.getParameter( 35661 ); + + let lineWidthAvailable = false; + let version = 0; + const glVersion = gl.getParameter( 7938 ); + + if ( glVersion.indexOf( 'WebGL' ) !== - 1 ) { + + version = parseFloat( /^WebGL (\d)/.exec( glVersion )[ 1 ] ); + lineWidthAvailable = ( version >= 1.0 ); + + } else if ( glVersion.indexOf( 'OpenGL ES' ) !== - 1 ) { + + version = parseFloat( /^OpenGL ES (\d)/.exec( glVersion )[ 1 ] ); + lineWidthAvailable = ( version >= 2.0 ); + + } + + let currentTextureSlot = null; + let currentBoundTextures = {}; + + const scissorParam = gl.getParameter( 3088 ); + const viewportParam = gl.getParameter( 2978 ); + + const currentScissor = new Vector4().fromArray( scissorParam ); + const currentViewport = new Vector4().fromArray( viewportParam ); + + function createTexture( type, target, count ) { + + const data = new Uint8Array( 4 ); // 4 is required to match default unpack alignment of 4. + const texture = gl.createTexture(); + + gl.bindTexture( type, texture ); + gl.texParameteri( type, 10241, 9728 ); + gl.texParameteri( type, 10240, 9728 ); + + for ( let i = 0; i < count; i ++ ) { + + gl.texImage2D( target + i, 0, 6408, 1, 1, 0, 6408, 5121, data ); + + } + + return texture; + + } + + const emptyTextures = {}; + emptyTextures[ 3553 ] = createTexture( 3553, 3553, 1 ); + emptyTextures[ 34067 ] = createTexture( 34067, 34069, 6 ); + + // init + + colorBuffer.setClear( 0, 0, 0, 1 ); + depthBuffer.setClear( 1 ); + stencilBuffer.setClear( 0 ); + + enable( 2929 ); + depthBuffer.setFunc( LessEqualDepth ); + + setFlipSided( false ); + setCullFace( CullFaceBack ); + enable( 2884 ); + + setBlending( NoBlending ); + + // + + function enable( id ) { + + if ( enabledCapabilities[ id ] !== true ) { + + gl.enable( id ); + enabledCapabilities[ id ] = true; + + } + + } + + function disable( id ) { + + if ( enabledCapabilities[ id ] !== false ) { + + gl.disable( id ); + enabledCapabilities[ id ] = false; + + } + + } + + function bindXRFramebuffer( framebuffer ) { + + if ( framebuffer !== xrFramebuffer ) { + + gl.bindFramebuffer( 36160, framebuffer ); + + xrFramebuffer = framebuffer; + + } + + } + + function bindFramebuffer( target, framebuffer ) { + + if ( framebuffer === null && xrFramebuffer !== null ) framebuffer = xrFramebuffer; // use active XR framebuffer if available + + if ( currentBoundFramebuffers[ target ] !== framebuffer ) { + + gl.bindFramebuffer( target, framebuffer ); + + currentBoundFramebuffers[ target ] = framebuffer; + + if ( isWebGL2 ) { + + // 36009 is equivalent to 36160 + + if ( target === 36009 ) { + + currentBoundFramebuffers[ 36160 ] = framebuffer; + + } + + if ( target === 36160 ) { + + currentBoundFramebuffers[ 36009 ] = framebuffer; + + } + + } + + return true; + + } + + return false; + + } + + function useProgram( program ) { + + if ( currentProgram !== program ) { + + gl.useProgram( program ); + + currentProgram = program; + + return true; + + } + + return false; + + } + + const equationToGL = { + [ AddEquation ]: 32774, + [ SubtractEquation ]: 32778, + [ ReverseSubtractEquation ]: 32779 + }; + + if ( isWebGL2 ) { + + equationToGL[ MinEquation ] = 32775; + equationToGL[ MaxEquation ] = 32776; + + } else { + + const extension = extensions.get( 'EXT_blend_minmax' ); + + if ( extension !== null ) { + + equationToGL[ MinEquation ] = extension.MIN_EXT; + equationToGL[ MaxEquation ] = extension.MAX_EXT; + + } + + } + + const factorToGL = { + [ ZeroFactor ]: 0, + [ OneFactor ]: 1, + [ SrcColorFactor ]: 768, + [ SrcAlphaFactor ]: 770, + [ SrcAlphaSaturateFactor ]: 776, + [ DstColorFactor ]: 774, + [ DstAlphaFactor ]: 772, + [ OneMinusSrcColorFactor ]: 769, + [ OneMinusSrcAlphaFactor ]: 771, + [ OneMinusDstColorFactor ]: 775, + [ OneMinusDstAlphaFactor ]: 773 + }; + + function setBlending( blending, blendEquation, blendSrc, blendDst, blendEquationAlpha, blendSrcAlpha, blendDstAlpha, premultipliedAlpha ) { + + if ( blending === NoBlending ) { + + if ( currentBlendingEnabled === true ) { + + disable( 3042 ); + currentBlendingEnabled = false; + + } + + return; + + } + + if ( currentBlendingEnabled === false ) { + + enable( 3042 ); + currentBlendingEnabled = true; + + } + + if ( blending !== CustomBlending ) { + + if ( blending !== currentBlending || premultipliedAlpha !== currentPremultipledAlpha ) { + + if ( currentBlendEquation !== AddEquation || currentBlendEquationAlpha !== AddEquation ) { + + gl.blendEquation( 32774 ); + + currentBlendEquation = AddEquation; + currentBlendEquationAlpha = AddEquation; + + } + + if ( premultipliedAlpha ) { + + switch ( blending ) { + + case NormalBlending: + gl.blendFuncSeparate( 1, 771, 1, 771 ); + break; + + case AdditiveBlending: + gl.blendFunc( 1, 1 ); + break; + + case SubtractiveBlending: + gl.blendFuncSeparate( 0, 0, 769, 771 ); + break; + + case MultiplyBlending: + gl.blendFuncSeparate( 0, 768, 0, 770 ); + break; + + default: + console.error( 'THREE.WebGLState: Invalid blending: ', blending ); + break; + + } + + } else { + + switch ( blending ) { + + case NormalBlending: + gl.blendFuncSeparate( 770, 771, 1, 771 ); + break; + + case AdditiveBlending: + gl.blendFunc( 770, 1 ); + break; + + case SubtractiveBlending: + gl.blendFunc( 0, 769 ); + break; + + case MultiplyBlending: + gl.blendFunc( 0, 768 ); + break; + + default: + console.error( 'THREE.WebGLState: Invalid blending: ', blending ); + break; + + } + + } + + currentBlendSrc = null; + currentBlendDst = null; + currentBlendSrcAlpha = null; + currentBlendDstAlpha = null; + + currentBlending = blending; + currentPremultipledAlpha = premultipliedAlpha; + + } + + return; + + } + + // custom blending + + blendEquationAlpha = blendEquationAlpha || blendEquation; + blendSrcAlpha = blendSrcAlpha || blendSrc; + blendDstAlpha = blendDstAlpha || blendDst; + + if ( blendEquation !== currentBlendEquation || blendEquationAlpha !== currentBlendEquationAlpha ) { + + gl.blendEquationSeparate( equationToGL[ blendEquation ], equationToGL[ blendEquationAlpha ] ); + + currentBlendEquation = blendEquation; + currentBlendEquationAlpha = blendEquationAlpha; + + } + + if ( blendSrc !== currentBlendSrc || blendDst !== currentBlendDst || blendSrcAlpha !== currentBlendSrcAlpha || blendDstAlpha !== currentBlendDstAlpha ) { + + gl.blendFuncSeparate( factorToGL[ blendSrc ], factorToGL[ blendDst ], factorToGL[ blendSrcAlpha ], factorToGL[ blendDstAlpha ] ); + + currentBlendSrc = blendSrc; + currentBlendDst = blendDst; + currentBlendSrcAlpha = blendSrcAlpha; + currentBlendDstAlpha = blendDstAlpha; + + } + + currentBlending = blending; + currentPremultipledAlpha = null; + + } + + function setMaterial( material, frontFaceCW ) { + + material.side === DoubleSide + ? disable( 2884 ) + : enable( 2884 ); + + let flipSided = ( material.side === BackSide ); + if ( frontFaceCW ) flipSided = ! flipSided; + + setFlipSided( flipSided ); + + ( material.blending === NormalBlending && material.transparent === false ) + ? setBlending( NoBlending ) + : setBlending( material.blending, material.blendEquation, material.blendSrc, material.blendDst, material.blendEquationAlpha, material.blendSrcAlpha, material.blendDstAlpha, material.premultipliedAlpha ); + + depthBuffer.setFunc( material.depthFunc ); + depthBuffer.setTest( material.depthTest ); + depthBuffer.setMask( material.depthWrite ); + colorBuffer.setMask( material.colorWrite ); + + const stencilWrite = material.stencilWrite; + stencilBuffer.setTest( stencilWrite ); + if ( stencilWrite ) { + + stencilBuffer.setMask( material.stencilWriteMask ); + stencilBuffer.setFunc( material.stencilFunc, material.stencilRef, material.stencilFuncMask ); + stencilBuffer.setOp( material.stencilFail, material.stencilZFail, material.stencilZPass ); + + } + + setPolygonOffset( material.polygonOffset, material.polygonOffsetFactor, material.polygonOffsetUnits ); + + material.alphaToCoverage === true + ? enable( 32926 ) + : disable( 32926 ); + + } + + // + + function setFlipSided( flipSided ) { + + if ( currentFlipSided !== flipSided ) { + + if ( flipSided ) { + + gl.frontFace( 2304 ); + + } else { + + gl.frontFace( 2305 ); + + } + + currentFlipSided = flipSided; + + } + + } + + function setCullFace( cullFace ) { + + if ( cullFace !== CullFaceNone ) { + + enable( 2884 ); + + if ( cullFace !== currentCullFace ) { + + if ( cullFace === CullFaceBack ) { + + gl.cullFace( 1029 ); + + } else if ( cullFace === CullFaceFront ) { + + gl.cullFace( 1028 ); + + } else { + + gl.cullFace( 1032 ); + + } + + } + + } else { + + disable( 2884 ); + + } + + currentCullFace = cullFace; + + } + + function setLineWidth( width ) { + + if ( width !== currentLineWidth ) { + + if ( lineWidthAvailable ) gl.lineWidth( width ); + + currentLineWidth = width; + + } + + } + + function setPolygonOffset( polygonOffset, factor, units ) { + + if ( polygonOffset ) { + + enable( 32823 ); + + if ( currentPolygonOffsetFactor !== factor || currentPolygonOffsetUnits !== units ) { + + gl.polygonOffset( factor, units ); + + currentPolygonOffsetFactor = factor; + currentPolygonOffsetUnits = units; + + } + + } else { + + disable( 32823 ); + + } + + } + + function setScissorTest( scissorTest ) { + + if ( scissorTest ) { + + enable( 3089 ); + + } else { + + disable( 3089 ); + + } + + } + + // texture + + function activeTexture( webglSlot ) { + + if ( webglSlot === undefined ) webglSlot = 33984 + maxTextures - 1; + + if ( currentTextureSlot !== webglSlot ) { + + gl.activeTexture( webglSlot ); + currentTextureSlot = webglSlot; + + } + + } + + function bindTexture( webglType, webglTexture ) { + + if ( currentTextureSlot === null ) { + + activeTexture(); + + } + + let boundTexture = currentBoundTextures[ currentTextureSlot ]; + + if ( boundTexture === undefined ) { + + boundTexture = { type: undefined, texture: undefined }; + currentBoundTextures[ currentTextureSlot ] = boundTexture; + + } + + if ( boundTexture.type !== webglType || boundTexture.texture !== webglTexture ) { + + gl.bindTexture( webglType, webglTexture || emptyTextures[ webglType ] ); + + boundTexture.type = webglType; + boundTexture.texture = webglTexture; + + } + + } + + function unbindTexture() { + + const boundTexture = currentBoundTextures[ currentTextureSlot ]; + + if ( boundTexture !== undefined && boundTexture.type !== undefined ) { + + gl.bindTexture( boundTexture.type, null ); + + boundTexture.type = undefined; + boundTexture.texture = undefined; + + } + + } + + function compressedTexImage2D() { + + try { + + gl.compressedTexImage2D.apply( gl, arguments ); + + } catch ( error ) { + + console.error( 'THREE.WebGLState:', error ); + + } + + } + + function texImage2D() { + + try { + + gl.texImage2D.apply( gl, arguments ); + + } catch ( error ) { + + console.error( 'THREE.WebGLState:', error ); + + } + + } + + function texImage3D() { + + try { + + gl.texImage3D.apply( gl, arguments ); + + } catch ( error ) { + + console.error( 'THREE.WebGLState:', error ); + + } + + } + + // + + function scissor( scissor ) { + + if ( currentScissor.equals( scissor ) === false ) { + + gl.scissor( scissor.x, scissor.y, scissor.z, scissor.w ); + currentScissor.copy( scissor ); + + } + + } + + function viewport( viewport ) { + + if ( currentViewport.equals( viewport ) === false ) { + + gl.viewport( viewport.x, viewport.y, viewport.z, viewport.w ); + currentViewport.copy( viewport ); + + } + + } + + // + + function reset() { + + // reset state + + gl.disable( 3042 ); + gl.disable( 2884 ); + gl.disable( 2929 ); + gl.disable( 32823 ); + gl.disable( 3089 ); + gl.disable( 2960 ); + gl.disable( 32926 ); + + gl.blendEquation( 32774 ); + gl.blendFunc( 1, 0 ); + gl.blendFuncSeparate( 1, 0, 1, 0 ); + + gl.colorMask( true, true, true, true ); + gl.clearColor( 0, 0, 0, 0 ); + + gl.depthMask( true ); + gl.depthFunc( 513 ); + gl.clearDepth( 1 ); + + gl.stencilMask( 0xffffffff ); + gl.stencilFunc( 519, 0, 0xffffffff ); + gl.stencilOp( 7680, 7680, 7680 ); + gl.clearStencil( 0 ); + + gl.cullFace( 1029 ); + gl.frontFace( 2305 ); + + gl.polygonOffset( 0, 0 ); + + gl.activeTexture( 33984 ); + + gl.bindFramebuffer( 36160, null ); + + if ( isWebGL2 === true ) { + + gl.bindFramebuffer( 36009, null ); + gl.bindFramebuffer( 36008, null ); + + } + + gl.useProgram( null ); + + gl.lineWidth( 1 ); + + gl.scissor( 0, 0, gl.canvas.width, gl.canvas.height ); + gl.viewport( 0, 0, gl.canvas.width, gl.canvas.height ); + + // reset internals + + enabledCapabilities = {}; + + currentTextureSlot = null; + currentBoundTextures = {}; + + xrFramebuffer = null; + currentBoundFramebuffers = {}; + + currentProgram = null; + + currentBlendingEnabled = false; + currentBlending = null; + currentBlendEquation = null; + currentBlendSrc = null; + currentBlendDst = null; + currentBlendEquationAlpha = null; + currentBlendSrcAlpha = null; + currentBlendDstAlpha = null; + currentPremultipledAlpha = false; + + currentFlipSided = null; + currentCullFace = null; + + currentLineWidth = null; + + currentPolygonOffsetFactor = null; + currentPolygonOffsetUnits = null; + + currentScissor.set( 0, 0, gl.canvas.width, gl.canvas.height ); + currentViewport.set( 0, 0, gl.canvas.width, gl.canvas.height ); + + colorBuffer.reset(); + depthBuffer.reset(); + stencilBuffer.reset(); + + } + + return { + + buffers: { + color: colorBuffer, + depth: depthBuffer, + stencil: stencilBuffer + }, + + enable: enable, + disable: disable, + + bindFramebuffer: bindFramebuffer, + bindXRFramebuffer: bindXRFramebuffer, + + useProgram: useProgram, + + setBlending: setBlending, + setMaterial: setMaterial, + + setFlipSided: setFlipSided, + setCullFace: setCullFace, + + setLineWidth: setLineWidth, + setPolygonOffset: setPolygonOffset, + + setScissorTest: setScissorTest, + + activeTexture: activeTexture, + bindTexture: bindTexture, + unbindTexture: unbindTexture, + compressedTexImage2D: compressedTexImage2D, + texImage2D: texImage2D, + texImage3D: texImage3D, + + scissor: scissor, + viewport: viewport, + + reset: reset + + }; + +} + +function WebGLTextures( _gl, extensions, state, properties, capabilities, utils, info ) { + + const isWebGL2 = capabilities.isWebGL2; + const maxTextures = capabilities.maxTextures; + const maxCubemapSize = capabilities.maxCubemapSize; + const maxTextureSize = capabilities.maxTextureSize; + const maxSamples = capabilities.maxSamples; + + const _videoTextures = new WeakMap(); + let _canvas; + + // cordova iOS (as of 5.0) still uses UIWebView, which provides OffscreenCanvas, + // also OffscreenCanvas.getContext("webgl"), but not OffscreenCanvas.getContext("2d")! + // Some implementations may only implement OffscreenCanvas partially (e.g. lacking 2d). + + let useOffscreenCanvas = false; + + try { + + useOffscreenCanvas = typeof OffscreenCanvas !== 'undefined' + && ( new OffscreenCanvas( 1, 1 ).getContext( '2d' ) ) !== null; + + } catch ( err ) { + + // Ignore any errors + + } + + function createCanvas( width, height ) { + + // Use OffscreenCanvas when available. Specially needed in web workers + + return useOffscreenCanvas ? + new OffscreenCanvas( width, height ) : + document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' ); + + } + + function resizeImage( image, needsPowerOfTwo, needsNewCanvas, maxSize ) { + + let scale = 1; + + // handle case if texture exceeds max size + + if ( image.width > maxSize || image.height > maxSize ) { + + scale = maxSize / Math.max( image.width, image.height ); + + } + + // only perform resize if necessary + + if ( scale < 1 || needsPowerOfTwo === true ) { + + // only perform resize for certain image types + + if ( ( typeof HTMLImageElement !== 'undefined' && image instanceof HTMLImageElement ) || + ( typeof HTMLCanvasElement !== 'undefined' && image instanceof HTMLCanvasElement ) || + ( typeof ImageBitmap !== 'undefined' && image instanceof ImageBitmap ) ) { + + const floor = needsPowerOfTwo ? floorPowerOfTwo : Math.floor; + + const width = floor( scale * image.width ); + const height = floor( scale * image.height ); + + if ( _canvas === undefined ) _canvas = createCanvas( width, height ); + + // cube textures can't reuse the same canvas + + const canvas = needsNewCanvas ? createCanvas( width, height ) : _canvas; + + canvas.width = width; + canvas.height = height; + + const context = canvas.getContext( '2d' ); + context.drawImage( image, 0, 0, width, height ); + + console.warn( 'THREE.WebGLRenderer: Texture has been resized from (' + image.width + 'x' + image.height + ') to (' + width + 'x' + height + ').' ); + + return canvas; + + } else { + + if ( 'data' in image ) { + + console.warn( 'THREE.WebGLRenderer: Image in DataTexture is too big (' + image.width + 'x' + image.height + ').' ); + + } + + return image; + + } + + } + + return image; + + } + + function isPowerOfTwo$1( image ) { + + return isPowerOfTwo( image.width ) && isPowerOfTwo( image.height ); + + } + + function textureNeedsPowerOfTwo( texture ) { + + if ( isWebGL2 ) return false; + + return ( texture.wrapS !== ClampToEdgeWrapping || texture.wrapT !== ClampToEdgeWrapping ) || + ( texture.minFilter !== NearestFilter && texture.minFilter !== LinearFilter ); + + } + + function textureNeedsGenerateMipmaps( texture, supportsMips ) { + + return texture.generateMipmaps && supportsMips && + texture.minFilter !== NearestFilter && texture.minFilter !== LinearFilter; + + } + + function generateMipmap( target, texture, width, height, depth = 1 ) { + + _gl.generateMipmap( target ); + + const textureProperties = properties.get( texture ); + + textureProperties.__maxMipLevel = Math.log2( Math.max( width, height, depth ) ); + + } + + function getInternalFormat( internalFormatName, glFormat, glType ) { + + if ( isWebGL2 === false ) return glFormat; + + if ( internalFormatName !== null ) { + + if ( _gl[ internalFormatName ] !== undefined ) return _gl[ internalFormatName ]; + + console.warn( 'THREE.WebGLRenderer: Attempt to use non-existing WebGL internal format \'' + internalFormatName + '\'' ); + + } + + let internalFormat = glFormat; + + if ( glFormat === 6403 ) { + + if ( glType === 5126 ) internalFormat = 33326; + if ( glType === 5131 ) internalFormat = 33325; + if ( glType === 5121 ) internalFormat = 33321; + + } + + if ( glFormat === 6407 ) { + + if ( glType === 5126 ) internalFormat = 34837; + if ( glType === 5131 ) internalFormat = 34843; + if ( glType === 5121 ) internalFormat = 32849; + + } + + if ( glFormat === 6408 ) { + + if ( glType === 5126 ) internalFormat = 34836; + if ( glType === 5131 ) internalFormat = 34842; + if ( glType === 5121 ) internalFormat = 32856; + + } + + if ( internalFormat === 33325 || internalFormat === 33326 || + internalFormat === 34842 || internalFormat === 34836 ) { + + extensions.get( 'EXT_color_buffer_float' ); + + } + + return internalFormat; + + } + + // Fallback filters for non-power-of-2 textures + + function filterFallback( f ) { + + if ( f === NearestFilter || f === NearestMipmapNearestFilter || f === NearestMipmapLinearFilter ) { + + return 9728; + + } + + return 9729; + + } + + // + + function onTextureDispose( event ) { + + const texture = event.target; + + texture.removeEventListener( 'dispose', onTextureDispose ); + + deallocateTexture( texture ); + + if ( texture.isVideoTexture ) { + + _videoTextures.delete( texture ); + + } + + info.memory.textures --; + + } + + function onRenderTargetDispose( event ) { + + const renderTarget = event.target; + + renderTarget.removeEventListener( 'dispose', onRenderTargetDispose ); + + deallocateRenderTarget( renderTarget ); + + } + + // + + function deallocateTexture( texture ) { + + const textureProperties = properties.get( texture ); + + if ( textureProperties.__webglInit === undefined ) return; + + _gl.deleteTexture( textureProperties.__webglTexture ); + + properties.remove( texture ); + + } + + function deallocateRenderTarget( renderTarget ) { + + const texture = renderTarget.texture; + + const renderTargetProperties = properties.get( renderTarget ); + const textureProperties = properties.get( texture ); + + if ( ! renderTarget ) return; + + if ( textureProperties.__webglTexture !== undefined ) { + + _gl.deleteTexture( textureProperties.__webglTexture ); + + info.memory.textures --; + + } + + if ( renderTarget.depthTexture ) { + + renderTarget.depthTexture.dispose(); + + } + + if ( renderTarget.isWebGLCubeRenderTarget ) { + + for ( let i = 0; i < 6; i ++ ) { + + _gl.deleteFramebuffer( renderTargetProperties.__webglFramebuffer[ i ] ); + if ( renderTargetProperties.__webglDepthbuffer ) _gl.deleteRenderbuffer( renderTargetProperties.__webglDepthbuffer[ i ] ); + + } + + } else { + + _gl.deleteFramebuffer( renderTargetProperties.__webglFramebuffer ); + if ( renderTargetProperties.__webglDepthbuffer ) _gl.deleteRenderbuffer( renderTargetProperties.__webglDepthbuffer ); + if ( renderTargetProperties.__webglMultisampledFramebuffer ) _gl.deleteFramebuffer( renderTargetProperties.__webglMultisampledFramebuffer ); + if ( renderTargetProperties.__webglColorRenderbuffer ) _gl.deleteRenderbuffer( renderTargetProperties.__webglColorRenderbuffer ); + if ( renderTargetProperties.__webglDepthRenderbuffer ) _gl.deleteRenderbuffer( renderTargetProperties.__webglDepthRenderbuffer ); + + } + + if ( renderTarget.isWebGLMultipleRenderTargets ) { + + for ( let i = 0, il = texture.length; i < il; i ++ ) { + + const attachmentProperties = properties.get( texture[ i ] ); + + if ( attachmentProperties.__webglTexture ) { + + _gl.deleteTexture( attachmentProperties.__webglTexture ); + + info.memory.textures --; + + } + + properties.remove( texture[ i ] ); + + } + + } + + properties.remove( texture ); + properties.remove( renderTarget ); + + } + + // + + let textureUnits = 0; + + function resetTextureUnits() { + + textureUnits = 0; + + } + + function allocateTextureUnit() { + + const textureUnit = textureUnits; + + if ( textureUnit >= maxTextures ) { + + console.warn( 'THREE.WebGLTextures: Trying to use ' + textureUnit + ' texture units while this GPU supports only ' + maxTextures ); + + } + + textureUnits += 1; + + return textureUnit; + + } + + // + + function setTexture2D( texture, slot ) { + + const textureProperties = properties.get( texture ); + + if ( texture.isVideoTexture ) updateVideoTexture( texture ); + + if ( texture.version > 0 && textureProperties.__version !== texture.version ) { + + const image = texture.image; + + if ( image === undefined ) { + + console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is undefined' ); + + } else if ( image.complete === false ) { + + console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is incomplete' ); + + } else { + + uploadTexture( textureProperties, texture, slot ); + return; + + } + + } + + state.activeTexture( 33984 + slot ); + state.bindTexture( 3553, textureProperties.__webglTexture ); + + } + + function setTexture2DArray( texture, slot ) { + + const textureProperties = properties.get( texture ); + + if ( texture.version > 0 && textureProperties.__version !== texture.version ) { + + uploadTexture( textureProperties, texture, slot ); + return; + + } + + state.activeTexture( 33984 + slot ); + state.bindTexture( 35866, textureProperties.__webglTexture ); + + } + + function setTexture3D( texture, slot ) { + + const textureProperties = properties.get( texture ); + + if ( texture.version > 0 && textureProperties.__version !== texture.version ) { + + uploadTexture( textureProperties, texture, slot ); + return; + + } + + state.activeTexture( 33984 + slot ); + state.bindTexture( 32879, textureProperties.__webglTexture ); + + } + + function setTextureCube( texture, slot ) { + + const textureProperties = properties.get( texture ); + + if ( texture.version > 0 && textureProperties.__version !== texture.version ) { + + uploadCubeTexture( textureProperties, texture, slot ); + return; + + } + + state.activeTexture( 33984 + slot ); + state.bindTexture( 34067, textureProperties.__webglTexture ); + + } + + const wrappingToGL = { + [ RepeatWrapping ]: 10497, + [ ClampToEdgeWrapping ]: 33071, + [ MirroredRepeatWrapping ]: 33648 + }; + + const filterToGL = { + [ NearestFilter ]: 9728, + [ NearestMipmapNearestFilter ]: 9984, + [ NearestMipmapLinearFilter ]: 9986, + + [ LinearFilter ]: 9729, + [ LinearMipmapNearestFilter ]: 9985, + [ LinearMipmapLinearFilter ]: 9987 + }; + + function setTextureParameters( textureType, texture, supportsMips ) { + + if ( supportsMips ) { + + _gl.texParameteri( textureType, 10242, wrappingToGL[ texture.wrapS ] ); + _gl.texParameteri( textureType, 10243, wrappingToGL[ texture.wrapT ] ); + + if ( textureType === 32879 || textureType === 35866 ) { + + _gl.texParameteri( textureType, 32882, wrappingToGL[ texture.wrapR ] ); + + } + + _gl.texParameteri( textureType, 10240, filterToGL[ texture.magFilter ] ); + _gl.texParameteri( textureType, 10241, filterToGL[ texture.minFilter ] ); + + } else { + + _gl.texParameteri( textureType, 10242, 33071 ); + _gl.texParameteri( textureType, 10243, 33071 ); + + if ( textureType === 32879 || textureType === 35866 ) { + + _gl.texParameteri( textureType, 32882, 33071 ); + + } + + if ( texture.wrapS !== ClampToEdgeWrapping || texture.wrapT !== ClampToEdgeWrapping ) { + + console.warn( 'THREE.WebGLRenderer: Texture is not power of two. Texture.wrapS and Texture.wrapT should be set to THREE.ClampToEdgeWrapping.' ); + + } + + _gl.texParameteri( textureType, 10240, filterFallback( texture.magFilter ) ); + _gl.texParameteri( textureType, 10241, filterFallback( texture.minFilter ) ); + + if ( texture.minFilter !== NearestFilter && texture.minFilter !== LinearFilter ) { + + console.warn( 'THREE.WebGLRenderer: Texture is not power of two. Texture.minFilter should be set to THREE.NearestFilter or THREE.LinearFilter.' ); + + } + + } + + if ( extensions.has( 'EXT_texture_filter_anisotropic' ) === true ) { + + const extension = extensions.get( 'EXT_texture_filter_anisotropic' ); + + if ( texture.type === FloatType && extensions.has( 'OES_texture_float_linear' ) === false ) return; // verify extension for WebGL 1 and WebGL 2 + if ( isWebGL2 === false && ( texture.type === HalfFloatType && extensions.has( 'OES_texture_half_float_linear' ) === false ) ) return; // verify extension for WebGL 1 only + + if ( texture.anisotropy > 1 || properties.get( texture ).__currentAnisotropy ) { + + _gl.texParameterf( textureType, extension.TEXTURE_MAX_ANISOTROPY_EXT, Math.min( texture.anisotropy, capabilities.getMaxAnisotropy() ) ); + properties.get( texture ).__currentAnisotropy = texture.anisotropy; + + } + + } + + } + + function initTexture( textureProperties, texture ) { + + if ( textureProperties.__webglInit === undefined ) { + + textureProperties.__webglInit = true; + + texture.addEventListener( 'dispose', onTextureDispose ); + + textureProperties.__webglTexture = _gl.createTexture(); + + info.memory.textures ++; + + } + + } + + function uploadTexture( textureProperties, texture, slot ) { + + let textureType = 3553; + + if ( texture.isDataTexture2DArray ) textureType = 35866; + if ( texture.isDataTexture3D ) textureType = 32879; + + initTexture( textureProperties, texture ); + + state.activeTexture( 33984 + slot ); + state.bindTexture( textureType, textureProperties.__webglTexture ); + + _gl.pixelStorei( 37440, texture.flipY ); + _gl.pixelStorei( 37441, texture.premultiplyAlpha ); + _gl.pixelStorei( 3317, texture.unpackAlignment ); + _gl.pixelStorei( 37443, 0 ); + + const needsPowerOfTwo = textureNeedsPowerOfTwo( texture ) && isPowerOfTwo$1( texture.image ) === false; + const image = resizeImage( texture.image, needsPowerOfTwo, false, maxTextureSize ); + + const supportsMips = isPowerOfTwo$1( image ) || isWebGL2, + glFormat = utils.convert( texture.format ); + + let glType = utils.convert( texture.type ), + glInternalFormat = getInternalFormat( texture.internalFormat, glFormat, glType ); + + setTextureParameters( textureType, texture, supportsMips ); + + let mipmap; + const mipmaps = texture.mipmaps; + + if ( texture.isDepthTexture ) { + + // populate depth texture with dummy data + + glInternalFormat = 6402; + + if ( isWebGL2 ) { + + if ( texture.type === FloatType ) { + + glInternalFormat = 36012; + + } else if ( texture.type === UnsignedIntType ) { + + glInternalFormat = 33190; + + } else if ( texture.type === UnsignedInt248Type ) { + + glInternalFormat = 35056; + + } else { + + glInternalFormat = 33189; // WebGL2 requires sized internalformat for glTexImage2D + + } + + } else { + + if ( texture.type === FloatType ) { + + console.error( 'WebGLRenderer: Floating point depth texture requires WebGL2.' ); + + } + + } + + // validation checks for WebGL 1 + + if ( texture.format === DepthFormat && glInternalFormat === 6402 ) { + + // The error INVALID_OPERATION is generated by texImage2D if format and internalformat are + // DEPTH_COMPONENT and type is not UNSIGNED_SHORT or UNSIGNED_INT + // (https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/) + if ( texture.type !== UnsignedShortType && texture.type !== UnsignedIntType ) { + + console.warn( 'THREE.WebGLRenderer: Use UnsignedShortType or UnsignedIntType for DepthFormat DepthTexture.' ); + + texture.type = UnsignedShortType; + glType = utils.convert( texture.type ); + + } + + } + + if ( texture.format === DepthStencilFormat && glInternalFormat === 6402 ) { + + // Depth stencil textures need the DEPTH_STENCIL internal format + // (https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/) + glInternalFormat = 34041; + + // The error INVALID_OPERATION is generated by texImage2D if format and internalformat are + // DEPTH_STENCIL and type is not UNSIGNED_INT_24_8_WEBGL. + // (https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/) + if ( texture.type !== UnsignedInt248Type ) { + + console.warn( 'THREE.WebGLRenderer: Use UnsignedInt248Type for DepthStencilFormat DepthTexture.' ); + + texture.type = UnsignedInt248Type; + glType = utils.convert( texture.type ); + + } + + } + + // + + state.texImage2D( 3553, 0, glInternalFormat, image.width, image.height, 0, glFormat, glType, null ); + + } else if ( texture.isDataTexture ) { + + // use manually created mipmaps if available + // if there are no manual mipmaps + // set 0 level mipmap and then use GL to generate other mipmap levels + + if ( mipmaps.length > 0 && supportsMips ) { + + for ( let i = 0, il = mipmaps.length; i < il; i ++ ) { + + mipmap = mipmaps[ i ]; + state.texImage2D( 3553, i, glInternalFormat, mipmap.width, mipmap.height, 0, glFormat, glType, mipmap.data ); + + } + + texture.generateMipmaps = false; + textureProperties.__maxMipLevel = mipmaps.length - 1; + + } else { + + state.texImage2D( 3553, 0, glInternalFormat, image.width, image.height, 0, glFormat, glType, image.data ); + textureProperties.__maxMipLevel = 0; + + } + + } else if ( texture.isCompressedTexture ) { + + for ( let i = 0, il = mipmaps.length; i < il; i ++ ) { + + mipmap = mipmaps[ i ]; + + if ( texture.format !== RGBAFormat && texture.format !== RGBFormat ) { + + if ( glFormat !== null ) { + + state.compressedTexImage2D( 3553, i, glInternalFormat, mipmap.width, mipmap.height, 0, mipmap.data ); + + } else { + + console.warn( 'THREE.WebGLRenderer: Attempt to load unsupported compressed texture format in .uploadTexture()' ); + + } + + } else { + + state.texImage2D( 3553, i, glInternalFormat, mipmap.width, mipmap.height, 0, glFormat, glType, mipmap.data ); + + } + + } + + textureProperties.__maxMipLevel = mipmaps.length - 1; + + } else if ( texture.isDataTexture2DArray ) { + + state.texImage3D( 35866, 0, glInternalFormat, image.width, image.height, image.depth, 0, glFormat, glType, image.data ); + textureProperties.__maxMipLevel = 0; + + } else if ( texture.isDataTexture3D ) { + + state.texImage3D( 32879, 0, glInternalFormat, image.width, image.height, image.depth, 0, glFormat, glType, image.data ); + textureProperties.__maxMipLevel = 0; + + } else { + + // regular Texture (image, video, canvas) + + // use manually created mipmaps if available + // if there are no manual mipmaps + // set 0 level mipmap and then use GL to generate other mipmap levels + + if ( mipmaps.length > 0 && supportsMips ) { + + for ( let i = 0, il = mipmaps.length; i < il; i ++ ) { + + mipmap = mipmaps[ i ]; + state.texImage2D( 3553, i, glInternalFormat, glFormat, glType, mipmap ); + + } + + texture.generateMipmaps = false; + textureProperties.__maxMipLevel = mipmaps.length - 1; + + } else { + + state.texImage2D( 3553, 0, glInternalFormat, glFormat, glType, image ); + textureProperties.__maxMipLevel = 0; + + } + + } + + if ( textureNeedsGenerateMipmaps( texture, supportsMips ) ) { + + generateMipmap( textureType, texture, image.width, image.height ); + + } + + textureProperties.__version = texture.version; + + if ( texture.onUpdate ) texture.onUpdate( texture ); + + } + + function uploadCubeTexture( textureProperties, texture, slot ) { + + if ( texture.image.length !== 6 ) return; + + initTexture( textureProperties, texture ); + + state.activeTexture( 33984 + slot ); + state.bindTexture( 34067, textureProperties.__webglTexture ); + + _gl.pixelStorei( 37440, texture.flipY ); + _gl.pixelStorei( 37441, texture.premultiplyAlpha ); + _gl.pixelStorei( 3317, texture.unpackAlignment ); + _gl.pixelStorei( 37443, 0 ); + + const isCompressed = ( texture && ( texture.isCompressedTexture || texture.image[ 0 ].isCompressedTexture ) ); + const isDataTexture = ( texture.image[ 0 ] && texture.image[ 0 ].isDataTexture ); + + const cubeImage = []; + + for ( let i = 0; i < 6; i ++ ) { + + if ( ! isCompressed && ! isDataTexture ) { + + cubeImage[ i ] = resizeImage( texture.image[ i ], false, true, maxCubemapSize ); + + } else { + + cubeImage[ i ] = isDataTexture ? texture.image[ i ].image : texture.image[ i ]; + + } + + } + + const image = cubeImage[ 0 ], + supportsMips = isPowerOfTwo$1( image ) || isWebGL2, + glFormat = utils.convert( texture.format ), + glType = utils.convert( texture.type ), + glInternalFormat = getInternalFormat( texture.internalFormat, glFormat, glType ); + + setTextureParameters( 34067, texture, supportsMips ); + + let mipmaps; + + if ( isCompressed ) { + + for ( let i = 0; i < 6; i ++ ) { + + mipmaps = cubeImage[ i ].mipmaps; + + for ( let j = 0; j < mipmaps.length; j ++ ) { + + const mipmap = mipmaps[ j ]; + + if ( texture.format !== RGBAFormat && texture.format !== RGBFormat ) { + + if ( glFormat !== null ) { + + state.compressedTexImage2D( 34069 + i, j, glInternalFormat, mipmap.width, mipmap.height, 0, mipmap.data ); + + } else { + + console.warn( 'THREE.WebGLRenderer: Attempt to load unsupported compressed texture format in .setTextureCube()' ); + + } + + } else { + + state.texImage2D( 34069 + i, j, glInternalFormat, mipmap.width, mipmap.height, 0, glFormat, glType, mipmap.data ); + + } + + } + + } + + textureProperties.__maxMipLevel = mipmaps.length - 1; + + } else { + + mipmaps = texture.mipmaps; + + for ( let i = 0; i < 6; i ++ ) { + + if ( isDataTexture ) { + + state.texImage2D( 34069 + i, 0, glInternalFormat, cubeImage[ i ].width, cubeImage[ i ].height, 0, glFormat, glType, cubeImage[ i ].data ); + + for ( let j = 0; j < mipmaps.length; j ++ ) { + + const mipmap = mipmaps[ j ]; + const mipmapImage = mipmap.image[ i ].image; + + state.texImage2D( 34069 + i, j + 1, glInternalFormat, mipmapImage.width, mipmapImage.height, 0, glFormat, glType, mipmapImage.data ); + + } + + } else { + + state.texImage2D( 34069 + i, 0, glInternalFormat, glFormat, glType, cubeImage[ i ] ); + + for ( let j = 0; j < mipmaps.length; j ++ ) { + + const mipmap = mipmaps[ j ]; + + state.texImage2D( 34069 + i, j + 1, glInternalFormat, glFormat, glType, mipmap.image[ i ] ); + + } + + } + + } + + textureProperties.__maxMipLevel = mipmaps.length; + + } + + if ( textureNeedsGenerateMipmaps( texture, supportsMips ) ) { + + // We assume images for cube map have the same size. + generateMipmap( 34067, texture, image.width, image.height ); + + } + + textureProperties.__version = texture.version; + + if ( texture.onUpdate ) texture.onUpdate( texture ); + + } + + // Render targets + + // Setup storage for target texture and bind it to correct framebuffer + function setupFrameBufferTexture( framebuffer, renderTarget, texture, attachment, textureTarget ) { + + const glFormat = utils.convert( texture.format ); + const glType = utils.convert( texture.type ); + const glInternalFormat = getInternalFormat( texture.internalFormat, glFormat, glType ); + + if ( textureTarget === 32879 || textureTarget === 35866 ) { + + state.texImage3D( textureTarget, 0, glInternalFormat, renderTarget.width, renderTarget.height, renderTarget.depth, 0, glFormat, glType, null ); + + } else { + + state.texImage2D( textureTarget, 0, glInternalFormat, renderTarget.width, renderTarget.height, 0, glFormat, glType, null ); + + } + + state.bindFramebuffer( 36160, framebuffer ); + _gl.framebufferTexture2D( 36160, attachment, textureTarget, properties.get( texture ).__webglTexture, 0 ); + state.bindFramebuffer( 36160, null ); + + } + + // Setup storage for internal depth/stencil buffers and bind to correct framebuffer + function setupRenderBufferStorage( renderbuffer, renderTarget, isMultisample ) { + + _gl.bindRenderbuffer( 36161, renderbuffer ); + + if ( renderTarget.depthBuffer && ! renderTarget.stencilBuffer ) { + + let glInternalFormat = 33189; + + if ( isMultisample ) { + + const depthTexture = renderTarget.depthTexture; + + if ( depthTexture && depthTexture.isDepthTexture ) { + + if ( depthTexture.type === FloatType ) { + + glInternalFormat = 36012; + + } else if ( depthTexture.type === UnsignedIntType ) { + + glInternalFormat = 33190; + + } + + } + + const samples = getRenderTargetSamples( renderTarget ); + + _gl.renderbufferStorageMultisample( 36161, samples, glInternalFormat, renderTarget.width, renderTarget.height ); + + } else { + + _gl.renderbufferStorage( 36161, glInternalFormat, renderTarget.width, renderTarget.height ); + + } + + _gl.framebufferRenderbuffer( 36160, 36096, 36161, renderbuffer ); + + } else if ( renderTarget.depthBuffer && renderTarget.stencilBuffer ) { + + if ( isMultisample ) { + + const samples = getRenderTargetSamples( renderTarget ); + + _gl.renderbufferStorageMultisample( 36161, samples, 35056, renderTarget.width, renderTarget.height ); + + } else { + + _gl.renderbufferStorage( 36161, 34041, renderTarget.width, renderTarget.height ); + + } + + + _gl.framebufferRenderbuffer( 36160, 33306, 36161, renderbuffer ); + + } else { + + // Use the first texture for MRT so far + const texture = renderTarget.isWebGLMultipleRenderTargets === true ? renderTarget.texture[ 0 ] : renderTarget.texture; + + const glFormat = utils.convert( texture.format ); + const glType = utils.convert( texture.type ); + const glInternalFormat = getInternalFormat( texture.internalFormat, glFormat, glType ); + + if ( isMultisample ) { + + const samples = getRenderTargetSamples( renderTarget ); + + _gl.renderbufferStorageMultisample( 36161, samples, glInternalFormat, renderTarget.width, renderTarget.height ); + + } else { + + _gl.renderbufferStorage( 36161, glInternalFormat, renderTarget.width, renderTarget.height ); + + } + + } + + _gl.bindRenderbuffer( 36161, null ); + + } + + // Setup resources for a Depth Texture for a FBO (needs an extension) + function setupDepthTexture( framebuffer, renderTarget ) { + + const isCube = ( renderTarget && renderTarget.isWebGLCubeRenderTarget ); + if ( isCube ) throw new Error( 'Depth Texture with cube render targets is not supported' ); + + state.bindFramebuffer( 36160, framebuffer ); + + if ( ! ( renderTarget.depthTexture && renderTarget.depthTexture.isDepthTexture ) ) { + + throw new Error( 'renderTarget.depthTexture must be an instance of THREE.DepthTexture' ); + + } + + // upload an empty depth texture with framebuffer size + if ( ! properties.get( renderTarget.depthTexture ).__webglTexture || + renderTarget.depthTexture.image.width !== renderTarget.width || + renderTarget.depthTexture.image.height !== renderTarget.height ) { + + renderTarget.depthTexture.image.width = renderTarget.width; + renderTarget.depthTexture.image.height = renderTarget.height; + renderTarget.depthTexture.needsUpdate = true; + + } + + setTexture2D( renderTarget.depthTexture, 0 ); + + const webglDepthTexture = properties.get( renderTarget.depthTexture ).__webglTexture; + + if ( renderTarget.depthTexture.format === DepthFormat ) { + + _gl.framebufferTexture2D( 36160, 36096, 3553, webglDepthTexture, 0 ); + + } else if ( renderTarget.depthTexture.format === DepthStencilFormat ) { + + _gl.framebufferTexture2D( 36160, 33306, 3553, webglDepthTexture, 0 ); + + } else { + + throw new Error( 'Unknown depthTexture format' ); + + } + + } + + // Setup GL resources for a non-texture depth buffer + function setupDepthRenderbuffer( renderTarget ) { + + const renderTargetProperties = properties.get( renderTarget ); + + const isCube = ( renderTarget.isWebGLCubeRenderTarget === true ); + + if ( renderTarget.depthTexture ) { + + if ( isCube ) throw new Error( 'target.depthTexture not supported in Cube render targets' ); + + setupDepthTexture( renderTargetProperties.__webglFramebuffer, renderTarget ); + + } else { + + if ( isCube ) { + + renderTargetProperties.__webglDepthbuffer = []; + + for ( let i = 0; i < 6; i ++ ) { + + state.bindFramebuffer( 36160, renderTargetProperties.__webglFramebuffer[ i ] ); + renderTargetProperties.__webglDepthbuffer[ i ] = _gl.createRenderbuffer(); + setupRenderBufferStorage( renderTargetProperties.__webglDepthbuffer[ i ], renderTarget, false ); + + } + + } else { + + state.bindFramebuffer( 36160, renderTargetProperties.__webglFramebuffer ); + renderTargetProperties.__webglDepthbuffer = _gl.createRenderbuffer(); + setupRenderBufferStorage( renderTargetProperties.__webglDepthbuffer, renderTarget, false ); + + } + + } + + state.bindFramebuffer( 36160, null ); + + } + + // Set up GL resources for the render target + function setupRenderTarget( renderTarget ) { + + const texture = renderTarget.texture; + + const renderTargetProperties = properties.get( renderTarget ); + const textureProperties = properties.get( texture ); + + renderTarget.addEventListener( 'dispose', onRenderTargetDispose ); + + if ( renderTarget.isWebGLMultipleRenderTargets !== true ) { + + textureProperties.__webglTexture = _gl.createTexture(); + textureProperties.__version = texture.version; + info.memory.textures ++; + + } + + const isCube = ( renderTarget.isWebGLCubeRenderTarget === true ); + const isMultipleRenderTargets = ( renderTarget.isWebGLMultipleRenderTargets === true ); + const isMultisample = ( renderTarget.isWebGLMultisampleRenderTarget === true ); + const isRenderTarget3D = texture.isDataTexture3D || texture.isDataTexture2DArray; + const supportsMips = isPowerOfTwo$1( renderTarget ) || isWebGL2; + + // Handles WebGL2 RGBFormat fallback - #18858 + + if ( isWebGL2 && texture.format === RGBFormat && ( texture.type === FloatType || texture.type === HalfFloatType ) ) { + + texture.format = RGBAFormat; + + console.warn( 'THREE.WebGLRenderer: Rendering to textures with RGB format is not supported. Using RGBA format instead.' ); + + } + + // Setup framebuffer + + if ( isCube ) { + + renderTargetProperties.__webglFramebuffer = []; + + for ( let i = 0; i < 6; i ++ ) { + + renderTargetProperties.__webglFramebuffer[ i ] = _gl.createFramebuffer(); + + } + + } else { + + renderTargetProperties.__webglFramebuffer = _gl.createFramebuffer(); + + if ( isMultipleRenderTargets ) { + + if ( capabilities.drawBuffers ) { + + const textures = renderTarget.texture; + + for ( let i = 0, il = textures.length; i < il; i ++ ) { + + const attachmentProperties = properties.get( textures[ i ] ); + + if ( attachmentProperties.__webglTexture === undefined ) { + + attachmentProperties.__webglTexture = _gl.createTexture(); + + info.memory.textures ++; + + } + + } + + } else { + + console.warn( 'THREE.WebGLRenderer: WebGLMultipleRenderTargets can only be used with WebGL2 or WEBGL_draw_buffers extension.' ); + + } + + } else if ( isMultisample ) { + + if ( isWebGL2 ) { + + renderTargetProperties.__webglMultisampledFramebuffer = _gl.createFramebuffer(); + renderTargetProperties.__webglColorRenderbuffer = _gl.createRenderbuffer(); + + _gl.bindRenderbuffer( 36161, renderTargetProperties.__webglColorRenderbuffer ); + + const glFormat = utils.convert( texture.format ); + const glType = utils.convert( texture.type ); + const glInternalFormat = getInternalFormat( texture.internalFormat, glFormat, glType ); + const samples = getRenderTargetSamples( renderTarget ); + _gl.renderbufferStorageMultisample( 36161, samples, glInternalFormat, renderTarget.width, renderTarget.height ); + + state.bindFramebuffer( 36160, renderTargetProperties.__webglMultisampledFramebuffer ); + _gl.framebufferRenderbuffer( 36160, 36064, 36161, renderTargetProperties.__webglColorRenderbuffer ); + _gl.bindRenderbuffer( 36161, null ); + + if ( renderTarget.depthBuffer ) { + + renderTargetProperties.__webglDepthRenderbuffer = _gl.createRenderbuffer(); + setupRenderBufferStorage( renderTargetProperties.__webglDepthRenderbuffer, renderTarget, true ); + + } + + state.bindFramebuffer( 36160, null ); + + + } else { + + console.warn( 'THREE.WebGLRenderer: WebGLMultisampleRenderTarget can only be used with WebGL2.' ); + + } + + } + + } + + // Setup color buffer + + if ( isCube ) { + + state.bindTexture( 34067, textureProperties.__webglTexture ); + setTextureParameters( 34067, texture, supportsMips ); + + for ( let i = 0; i < 6; i ++ ) { + + setupFrameBufferTexture( renderTargetProperties.__webglFramebuffer[ i ], renderTarget, texture, 36064, 34069 + i ); + + } + + if ( textureNeedsGenerateMipmaps( texture, supportsMips ) ) { + + generateMipmap( 34067, texture, renderTarget.width, renderTarget.height ); + + } + + state.bindTexture( 34067, null ); + + } else if ( isMultipleRenderTargets ) { + + const textures = renderTarget.texture; + + for ( let i = 0, il = textures.length; i < il; i ++ ) { + + const attachment = textures[ i ]; + const attachmentProperties = properties.get( attachment ); + + state.bindTexture( 3553, attachmentProperties.__webglTexture ); + setTextureParameters( 3553, attachment, supportsMips ); + setupFrameBufferTexture( renderTargetProperties.__webglFramebuffer, renderTarget, attachment, 36064 + i, 3553 ); + + if ( textureNeedsGenerateMipmaps( attachment, supportsMips ) ) { + + generateMipmap( 3553, attachment, renderTarget.width, renderTarget.height ); + + } + + } + + state.bindTexture( 3553, null ); + + } else { + + let glTextureType = 3553; + + if ( isRenderTarget3D ) { + + // Render targets containing layers, i.e: Texture 3D and 2d arrays + + if ( isWebGL2 ) { + + const isTexture3D = texture.isDataTexture3D; + glTextureType = isTexture3D ? 32879 : 35866; + + } else { + + console.warn( 'THREE.DataTexture3D and THREE.DataTexture2DArray only supported with WebGL2.' ); + + } + + } + + state.bindTexture( glTextureType, textureProperties.__webglTexture ); + setTextureParameters( glTextureType, texture, supportsMips ); + setupFrameBufferTexture( renderTargetProperties.__webglFramebuffer, renderTarget, texture, 36064, glTextureType ); + + if ( textureNeedsGenerateMipmaps( texture, supportsMips ) ) { + + generateMipmap( glTextureType, texture, renderTarget.width, renderTarget.height, renderTarget.depth ); + + } + + state.bindTexture( glTextureType, null ); + + } + + // Setup depth and stencil buffers + + if ( renderTarget.depthBuffer ) { + + setupDepthRenderbuffer( renderTarget ); + + } + + } + + function updateRenderTargetMipmap( renderTarget ) { + + const supportsMips = isPowerOfTwo$1( renderTarget ) || isWebGL2; + + const textures = renderTarget.isWebGLMultipleRenderTargets === true ? renderTarget.texture : [ renderTarget.texture ]; + + for ( let i = 0, il = textures.length; i < il; i ++ ) { + + const texture = textures[ i ]; + + if ( textureNeedsGenerateMipmaps( texture, supportsMips ) ) { + + const target = renderTarget.isWebGLCubeRenderTarget ? 34067 : 3553; + const webglTexture = properties.get( texture ).__webglTexture; + + state.bindTexture( target, webglTexture ); + generateMipmap( target, texture, renderTarget.width, renderTarget.height ); + state.bindTexture( target, null ); + + } + + } + + } + + function updateMultisampleRenderTarget( renderTarget ) { + + if ( renderTarget.isWebGLMultisampleRenderTarget ) { + + if ( isWebGL2 ) { + + const width = renderTarget.width; + const height = renderTarget.height; + let mask = 16384; + + if ( renderTarget.depthBuffer ) mask |= 256; + if ( renderTarget.stencilBuffer ) mask |= 1024; + + const renderTargetProperties = properties.get( renderTarget ); + + state.bindFramebuffer( 36008, renderTargetProperties.__webglMultisampledFramebuffer ); + state.bindFramebuffer( 36009, renderTargetProperties.__webglFramebuffer ); + + _gl.blitFramebuffer( 0, 0, width, height, 0, 0, width, height, mask, 9728 ); + + state.bindFramebuffer( 36008, null ); + state.bindFramebuffer( 36009, renderTargetProperties.__webglMultisampledFramebuffer ); + + } else { + + console.warn( 'THREE.WebGLRenderer: WebGLMultisampleRenderTarget can only be used with WebGL2.' ); + + } + + } + + } + + function getRenderTargetSamples( renderTarget ) { + + return ( isWebGL2 && renderTarget.isWebGLMultisampleRenderTarget ) ? + Math.min( maxSamples, renderTarget.samples ) : 0; + + } + + function updateVideoTexture( texture ) { + + const frame = info.render.frame; + + // Check the last frame we updated the VideoTexture + + if ( _videoTextures.get( texture ) !== frame ) { + + _videoTextures.set( texture, frame ); + texture.update(); + + } + + } + + // backwards compatibility + + let warnedTexture2D = false; + let warnedTextureCube = false; + + function safeSetTexture2D( texture, slot ) { + + if ( texture && texture.isWebGLRenderTarget ) { + + if ( warnedTexture2D === false ) { + + console.warn( 'THREE.WebGLTextures.safeSetTexture2D: don\'t use render targets as textures. Use their .texture property instead.' ); + warnedTexture2D = true; + + } + + texture = texture.texture; + + } + + setTexture2D( texture, slot ); + + } + + function safeSetTextureCube( texture, slot ) { + + if ( texture && texture.isWebGLCubeRenderTarget ) { + + if ( warnedTextureCube === false ) { + + console.warn( 'THREE.WebGLTextures.safeSetTextureCube: don\'t use cube render targets as textures. Use their .texture property instead.' ); + warnedTextureCube = true; + + } + + texture = texture.texture; + + } + + + setTextureCube( texture, slot ); + + } + + // + + this.allocateTextureUnit = allocateTextureUnit; + this.resetTextureUnits = resetTextureUnits; + + this.setTexture2D = setTexture2D; + this.setTexture2DArray = setTexture2DArray; + this.setTexture3D = setTexture3D; + this.setTextureCube = setTextureCube; + this.setupRenderTarget = setupRenderTarget; + this.updateRenderTargetMipmap = updateRenderTargetMipmap; + this.updateMultisampleRenderTarget = updateMultisampleRenderTarget; + + this.safeSetTexture2D = safeSetTexture2D; + this.safeSetTextureCube = safeSetTextureCube; + +} + +function WebGLUtils( gl, extensions, capabilities ) { + + const isWebGL2 = capabilities.isWebGL2; + + function convert( p ) { + + let extension; + + if ( p === UnsignedByteType ) return 5121; + if ( p === UnsignedShort4444Type ) return 32819; + if ( p === UnsignedShort5551Type ) return 32820; + if ( p === UnsignedShort565Type ) return 33635; + + if ( p === ByteType ) return 5120; + if ( p === ShortType ) return 5122; + if ( p === UnsignedShortType ) return 5123; + if ( p === IntType ) return 5124; + if ( p === UnsignedIntType ) return 5125; + if ( p === FloatType ) return 5126; + + if ( p === HalfFloatType ) { + + if ( isWebGL2 ) return 5131; + + extension = extensions.get( 'OES_texture_half_float' ); + + if ( extension !== null ) { + + return extension.HALF_FLOAT_OES; + + } else { + + return null; + + } + + } + + if ( p === AlphaFormat ) return 6406; + if ( p === RGBFormat ) return 6407; + if ( p === RGBAFormat ) return 6408; + if ( p === LuminanceFormat ) return 6409; + if ( p === LuminanceAlphaFormat ) return 6410; + if ( p === DepthFormat ) return 6402; + if ( p === DepthStencilFormat ) return 34041; + if ( p === RedFormat ) return 6403; + + // WebGL2 formats. + + if ( p === RedIntegerFormat ) return 36244; + if ( p === RGFormat ) return 33319; + if ( p === RGIntegerFormat ) return 33320; + if ( p === RGBIntegerFormat ) return 36248; + if ( p === RGBAIntegerFormat ) return 36249; + + if ( p === RGB_S3TC_DXT1_Format || p === RGBA_S3TC_DXT1_Format || + p === RGBA_S3TC_DXT3_Format || p === RGBA_S3TC_DXT5_Format ) { + + extension = extensions.get( 'WEBGL_compressed_texture_s3tc' ); + + if ( extension !== null ) { + + if ( p === RGB_S3TC_DXT1_Format ) return extension.COMPRESSED_RGB_S3TC_DXT1_EXT; + if ( p === RGBA_S3TC_DXT1_Format ) return extension.COMPRESSED_RGBA_S3TC_DXT1_EXT; + if ( p === RGBA_S3TC_DXT3_Format ) return extension.COMPRESSED_RGBA_S3TC_DXT3_EXT; + if ( p === RGBA_S3TC_DXT5_Format ) return extension.COMPRESSED_RGBA_S3TC_DXT5_EXT; + + } else { + + return null; + + } + + } + + if ( p === RGB_PVRTC_4BPPV1_Format || p === RGB_PVRTC_2BPPV1_Format || + p === RGBA_PVRTC_4BPPV1_Format || p === RGBA_PVRTC_2BPPV1_Format ) { + + extension = extensions.get( 'WEBGL_compressed_texture_pvrtc' ); + + if ( extension !== null ) { + + if ( p === RGB_PVRTC_4BPPV1_Format ) return extension.COMPRESSED_RGB_PVRTC_4BPPV1_IMG; + if ( p === RGB_PVRTC_2BPPV1_Format ) return extension.COMPRESSED_RGB_PVRTC_2BPPV1_IMG; + if ( p === RGBA_PVRTC_4BPPV1_Format ) return extension.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG; + if ( p === RGBA_PVRTC_2BPPV1_Format ) return extension.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG; + + } else { + + return null; + + } + + } + + if ( p === RGB_ETC1_Format ) { + + extension = extensions.get( 'WEBGL_compressed_texture_etc1' ); + + if ( extension !== null ) { + + return extension.COMPRESSED_RGB_ETC1_WEBGL; + + } else { + + return null; + + } + + } + + if ( p === RGB_ETC2_Format || p === RGBA_ETC2_EAC_Format ) { + + extension = extensions.get( 'WEBGL_compressed_texture_etc' ); + + if ( extension !== null ) { + + if ( p === RGB_ETC2_Format ) return extension.COMPRESSED_RGB8_ETC2; + if ( p === RGBA_ETC2_EAC_Format ) return extension.COMPRESSED_RGBA8_ETC2_EAC; + + } + + } + + if ( p === RGBA_ASTC_4x4_Format || p === RGBA_ASTC_5x4_Format || p === RGBA_ASTC_5x5_Format || + p === RGBA_ASTC_6x5_Format || p === RGBA_ASTC_6x6_Format || p === RGBA_ASTC_8x5_Format || + p === RGBA_ASTC_8x6_Format || p === RGBA_ASTC_8x8_Format || p === RGBA_ASTC_10x5_Format || + p === RGBA_ASTC_10x6_Format || p === RGBA_ASTC_10x8_Format || p === RGBA_ASTC_10x10_Format || + p === RGBA_ASTC_12x10_Format || p === RGBA_ASTC_12x12_Format || + p === SRGB8_ALPHA8_ASTC_4x4_Format || p === SRGB8_ALPHA8_ASTC_5x4_Format || p === SRGB8_ALPHA8_ASTC_5x5_Format || + p === SRGB8_ALPHA8_ASTC_6x5_Format || p === SRGB8_ALPHA8_ASTC_6x6_Format || p === SRGB8_ALPHA8_ASTC_8x5_Format || + p === SRGB8_ALPHA8_ASTC_8x6_Format || p === SRGB8_ALPHA8_ASTC_8x8_Format || p === SRGB8_ALPHA8_ASTC_10x5_Format || + p === SRGB8_ALPHA8_ASTC_10x6_Format || p === SRGB8_ALPHA8_ASTC_10x8_Format || p === SRGB8_ALPHA8_ASTC_10x10_Format || + p === SRGB8_ALPHA8_ASTC_12x10_Format || p === SRGB8_ALPHA8_ASTC_12x12_Format ) { + + extension = extensions.get( 'WEBGL_compressed_texture_astc' ); + + if ( extension !== null ) { + + // TODO Complete? + + return p; + + } else { + + return null; + + } + + } + + if ( p === RGBA_BPTC_Format ) { + + extension = extensions.get( 'EXT_texture_compression_bptc' ); + + if ( extension !== null ) { + + // TODO Complete? + + return p; + + } else { + + return null; + + } + + } + + if ( p === UnsignedInt248Type ) { + + if ( isWebGL2 ) return 34042; + + extension = extensions.get( 'WEBGL_depth_texture' ); + + if ( extension !== null ) { + + return extension.UNSIGNED_INT_24_8_WEBGL; + + } else { + + return null; + + } + + } + + } + + return { convert: convert }; + +} + +class ArrayCamera extends PerspectiveCamera { + + constructor( array = [] ) { + + super(); + + this.cameras = array; + + } + +} + +ArrayCamera.prototype.isArrayCamera = true; + +class Group extends Object3D { + + constructor() { + + super(); + + this.type = 'Group'; + + } + +} + +Group.prototype.isGroup = true; + +const _moveEvent = { type: 'move' }; + +class WebXRController { + + constructor() { + + this._targetRay = null; + this._grip = null; + this._hand = null; + + } + + getHandSpace() { + + if ( this._hand === null ) { + + this._hand = new Group(); + this._hand.matrixAutoUpdate = false; + this._hand.visible = false; + + this._hand.joints = {}; + this._hand.inputState = { pinching: false }; + + } + + return this._hand; + + } + + getTargetRaySpace() { + + if ( this._targetRay === null ) { + + this._targetRay = new Group(); + this._targetRay.matrixAutoUpdate = false; + this._targetRay.visible = false; + this._targetRay.hasLinearVelocity = false; + this._targetRay.linearVelocity = new Vector3(); + this._targetRay.hasAngularVelocity = false; + this._targetRay.angularVelocity = new Vector3(); + + } + + return this._targetRay; + + } + + getGripSpace() { + + if ( this._grip === null ) { + + this._grip = new Group(); + this._grip.matrixAutoUpdate = false; + this._grip.visible = false; + this._grip.hasLinearVelocity = false; + this._grip.linearVelocity = new Vector3(); + this._grip.hasAngularVelocity = false; + this._grip.angularVelocity = new Vector3(); + + } + + return this._grip; + + } + + dispatchEvent( event ) { + + if ( this._targetRay !== null ) { + + this._targetRay.dispatchEvent( event ); + + } + + if ( this._grip !== null ) { + + this._grip.dispatchEvent( event ); + + } + + if ( this._hand !== null ) { + + this._hand.dispatchEvent( event ); + + } + + return this; + + } + + disconnect( inputSource ) { + + this.dispatchEvent( { type: 'disconnected', data: inputSource } ); + + if ( this._targetRay !== null ) { + + this._targetRay.visible = false; + + } + + if ( this._grip !== null ) { + + this._grip.visible = false; + + } + + if ( this._hand !== null ) { + + this._hand.visible = false; + + } + + return this; + + } + + update( inputSource, frame, referenceSpace ) { + + let inputPose = null; + let gripPose = null; + let handPose = null; + + const targetRay = this._targetRay; + const grip = this._grip; + const hand = this._hand; + + if ( inputSource && frame.session.visibilityState !== 'visible-blurred' ) { + + if ( targetRay !== null ) { + + inputPose = frame.getPose( inputSource.targetRaySpace, referenceSpace ); + + if ( inputPose !== null ) { + + targetRay.matrix.fromArray( inputPose.transform.matrix ); + targetRay.matrix.decompose( targetRay.position, targetRay.rotation, targetRay.scale ); + + if ( inputPose.linearVelocity ) { + + targetRay.hasLinearVelocity = true; + targetRay.linearVelocity.copy( inputPose.linearVelocity ); + + } else { + + targetRay.hasLinearVelocity = false; + + } + + if ( inputPose.angularVelocity ) { + + targetRay.hasAngularVelocity = true; + targetRay.angularVelocity.copy( inputPose.angularVelocity ); + + } else { + + targetRay.hasAngularVelocity = false; + + } + + this.dispatchEvent( _moveEvent ); + + } + + } + + if ( hand && inputSource.hand ) { + + handPose = true; + + for ( const inputjoint of inputSource.hand.values() ) { + + // Update the joints groups with the XRJoint poses + const jointPose = frame.getJointPose( inputjoint, referenceSpace ); + + if ( hand.joints[ inputjoint.jointName ] === undefined ) { + + // The transform of this joint will be updated with the joint pose on each frame + const joint = new Group(); + joint.matrixAutoUpdate = false; + joint.visible = false; + hand.joints[ inputjoint.jointName ] = joint; + // ?? + hand.add( joint ); + + } + + const joint = hand.joints[ inputjoint.jointName ]; + + if ( jointPose !== null ) { + + joint.matrix.fromArray( jointPose.transform.matrix ); + joint.matrix.decompose( joint.position, joint.rotation, joint.scale ); + joint.jointRadius = jointPose.radius; + + } + + joint.visible = jointPose !== null; + + } + + // Custom events + + // Check pinchz + const indexTip = hand.joints[ 'index-finger-tip' ]; + const thumbTip = hand.joints[ 'thumb-tip' ]; + const distance = indexTip.position.distanceTo( thumbTip.position ); + + const distanceToPinch = 0.02; + const threshold = 0.005; + + if ( hand.inputState.pinching && distance > distanceToPinch + threshold ) { + + hand.inputState.pinching = false; + this.dispatchEvent( { + type: 'pinchend', + handedness: inputSource.handedness, + target: this + } ); + + } else if ( ! hand.inputState.pinching && distance <= distanceToPinch - threshold ) { + + hand.inputState.pinching = true; + this.dispatchEvent( { + type: 'pinchstart', + handedness: inputSource.handedness, + target: this + } ); + + } + + } else { + + if ( grip !== null && inputSource.gripSpace ) { + + gripPose = frame.getPose( inputSource.gripSpace, referenceSpace ); + + if ( gripPose !== null ) { + + grip.matrix.fromArray( gripPose.transform.matrix ); + grip.matrix.decompose( grip.position, grip.rotation, grip.scale ); + + if ( gripPose.linearVelocity ) { + + grip.hasLinearVelocity = true; + grip.linearVelocity.copy( gripPose.linearVelocity ); + + } else { + + grip.hasLinearVelocity = false; + + } + + if ( gripPose.angularVelocity ) { + + grip.hasAngularVelocity = true; + grip.angularVelocity.copy( gripPose.angularVelocity ); + + } else { + + grip.hasAngularVelocity = false; + + } + + } + + } + + } + + } + + if ( targetRay !== null ) { + + targetRay.visible = ( inputPose !== null ); + + } + + if ( grip !== null ) { + + grip.visible = ( gripPose !== null ); + + } + + if ( hand !== null ) { + + hand.visible = ( handPose !== null ); + + } + + return this; + + } + +} + +class WebXRManager extends EventDispatcher { + + constructor( renderer, gl ) { + + super(); + + const scope = this; + const state = renderer.state; + + let session = null; + let framebufferScaleFactor = 1.0; + + let referenceSpace = null; + let referenceSpaceType = 'local-floor'; + + let pose = null; + let glBinding = null; + let glFramebuffer = null; + let glProjLayer = null; + let glBaseLayer = null; + + const controllers = []; + const inputSourcesMap = new Map(); + + // + + const cameraL = new PerspectiveCamera(); + cameraL.layers.enable( 1 ); + cameraL.viewport = new Vector4(); + + const cameraR = new PerspectiveCamera(); + cameraR.layers.enable( 2 ); + cameraR.viewport = new Vector4(); + + const cameras = [ cameraL, cameraR ]; + + const cameraVR = new ArrayCamera(); + cameraVR.layers.enable( 1 ); + cameraVR.layers.enable( 2 ); + + let _currentDepthNear = null; + let _currentDepthFar = null; + + // + + this.cameraAutoUpdate = true; + this.enabled = false; + + this.isPresenting = false; + + this.getController = function ( index ) { + + let controller = controllers[ index ]; + + if ( controller === undefined ) { + + controller = new WebXRController(); + controllers[ index ] = controller; + + } + + return controller.getTargetRaySpace(); + + }; + + this.getControllerGrip = function ( index ) { + + let controller = controllers[ index ]; + + if ( controller === undefined ) { + + controller = new WebXRController(); + controllers[ index ] = controller; + + } + + return controller.getGripSpace(); + + }; + + this.getHand = function ( index ) { + + let controller = controllers[ index ]; + + if ( controller === undefined ) { + + controller = new WebXRController(); + controllers[ index ] = controller; + + } + + return controller.getHandSpace(); + + }; + + // + + function onSessionEvent( event ) { + + const controller = inputSourcesMap.get( event.inputSource ); + + if ( controller ) { + + controller.dispatchEvent( { type: event.type, data: event.inputSource } ); + + } + + } + + function onSessionEnd() { + + inputSourcesMap.forEach( function ( controller, inputSource ) { + + controller.disconnect( inputSource ); + + } ); + + inputSourcesMap.clear(); + + _currentDepthNear = null; + _currentDepthFar = null; + + // restore framebuffer/rendering state + + state.bindXRFramebuffer( null ); + renderer.setRenderTarget( renderer.getRenderTarget() ); + + // + + animation.stop(); + + scope.isPresenting = false; + + scope.dispatchEvent( { type: 'sessionend' } ); + + } + + this.setFramebufferScaleFactor = function ( value ) { + + framebufferScaleFactor = value; + + if ( scope.isPresenting === true ) { + + console.warn( 'THREE.WebXRManager: Cannot change framebuffer scale while presenting.' ); + + } + + }; + + this.setReferenceSpaceType = function ( value ) { + + referenceSpaceType = value; + + if ( scope.isPresenting === true ) { + + console.warn( 'THREE.WebXRManager: Cannot change reference space type while presenting.' ); + + } + + }; + + this.getReferenceSpace = function () { + + return referenceSpace; + + }; + + this.getSession = function () { + + return session; + + }; + + this.setSession = async function ( value ) { + + session = value; + + if ( session !== null ) { + + session.addEventListener( 'select', onSessionEvent ); + session.addEventListener( 'selectstart', onSessionEvent ); + session.addEventListener( 'selectend', onSessionEvent ); + session.addEventListener( 'squeeze', onSessionEvent ); + session.addEventListener( 'squeezestart', onSessionEvent ); + session.addEventListener( 'squeezeend', onSessionEvent ); + session.addEventListener( 'end', onSessionEnd ); + session.addEventListener( 'inputsourceschange', onInputSourcesChange ); + + const attributes = gl.getContextAttributes(); + + if ( attributes.xrCompatible !== true ) { + + await gl.makeXRCompatible(); + + } + + if ( session.renderState.layers === undefined ) { + + const layerInit = { + antialias: attributes.antialias, + alpha: attributes.alpha, + depth: attributes.depth, + stencil: attributes.stencil, + framebufferScaleFactor: framebufferScaleFactor + }; + + glBaseLayer = new XRWebGLLayer( session, gl, layerInit ); + + session.updateRenderState( { baseLayer: glBaseLayer } ); + + } else { + + let depthFormat = 0; + + // for anti-aliased output, use classic webgllayer for now + if ( attributes.antialias ) { + + const layerInit = { + antialias: true, + alpha: attributes.alpha, + depth: attributes.depth, + stencil: attributes.stencil, + framebufferScaleFactor: framebufferScaleFactor + }; + + glBaseLayer = new XRWebGLLayer( session, gl, layerInit ); + + session.updateRenderState( { layers: [ glBaseLayer ] } ); + + } else { + + if ( attributes.depth ) { + + depthFormat = attributes.stencil ? 34041 : 6402; + + } + + const projectionlayerInit = { + colorFormat: attributes.alpha ? 6408 : 6407, + depthFormat: depthFormat, + scaleFactor: framebufferScaleFactor + }; + + glBinding = new XRWebGLBinding( session, gl ); + + glProjLayer = glBinding.createProjectionLayer( projectionlayerInit ); + + glFramebuffer = gl.createFramebuffer(); + + session.updateRenderState( { layers: [ glProjLayer ] } ); + + } + + } + + referenceSpace = await session.requestReferenceSpace( referenceSpaceType ); + + animation.setContext( session ); + animation.start(); + + scope.isPresenting = true; + + scope.dispatchEvent( { type: 'sessionstart' } ); + + } + + }; + + function onInputSourcesChange( event ) { + + const inputSources = session.inputSources; + + // Assign inputSources to available controllers + + for ( let i = 0; i < controllers.length; i ++ ) { + + inputSourcesMap.set( inputSources[ i ], controllers[ i ] ); + + } + + // Notify disconnected + + for ( let i = 0; i < event.removed.length; i ++ ) { + + const inputSource = event.removed[ i ]; + const controller = inputSourcesMap.get( inputSource ); + + if ( controller ) { + + controller.dispatchEvent( { type: 'disconnected', data: inputSource } ); + inputSourcesMap.delete( inputSource ); + + } + + } + + // Notify connected + + for ( let i = 0; i < event.added.length; i ++ ) { + + const inputSource = event.added[ i ]; + const controller = inputSourcesMap.get( inputSource ); + + if ( controller ) { + + controller.dispatchEvent( { type: 'connected', data: inputSource } ); + + } + + } + + } + + // + + const cameraLPos = new Vector3(); + const cameraRPos = new Vector3(); + + /** + * Assumes 2 cameras that are parallel and share an X-axis, and that + * the cameras' projection and world matrices have already been set. + * And that near and far planes are identical for both cameras. + * Visualization of this technique: https://computergraphics.stackexchange.com/a/4765 + */ + function setProjectionFromUnion( camera, cameraL, cameraR ) { + + cameraLPos.setFromMatrixPosition( cameraL.matrixWorld ); + cameraRPos.setFromMatrixPosition( cameraR.matrixWorld ); + + const ipd = cameraLPos.distanceTo( cameraRPos ); + + const projL = cameraL.projectionMatrix.elements; + const projR = cameraR.projectionMatrix.elements; + + // VR systems will have identical far and near planes, and + // most likely identical top and bottom frustum extents. + // Use the left camera for these values. + const near = projL[ 14 ] / ( projL[ 10 ] - 1 ); + const far = projL[ 14 ] / ( projL[ 10 ] + 1 ); + const topFov = ( projL[ 9 ] + 1 ) / projL[ 5 ]; + const bottomFov = ( projL[ 9 ] - 1 ) / projL[ 5 ]; + + const leftFov = ( projL[ 8 ] - 1 ) / projL[ 0 ]; + const rightFov = ( projR[ 8 ] + 1 ) / projR[ 0 ]; + const left = near * leftFov; + const right = near * rightFov; + + // Calculate the new camera's position offset from the + // left camera. xOffset should be roughly half `ipd`. + const zOffset = ipd / ( - leftFov + rightFov ); + const xOffset = zOffset * - leftFov; + + // TODO: Better way to apply this offset? + cameraL.matrixWorld.decompose( camera.position, camera.quaternion, camera.scale ); + camera.translateX( xOffset ); + camera.translateZ( zOffset ); + camera.matrixWorld.compose( camera.position, camera.quaternion, camera.scale ); + camera.matrixWorldInverse.copy( camera.matrixWorld ).invert(); + + // Find the union of the frustum values of the cameras and scale + // the values so that the near plane's position does not change in world space, + // although must now be relative to the new union camera. + const near2 = near + zOffset; + const far2 = far + zOffset; + const left2 = left - xOffset; + const right2 = right + ( ipd - xOffset ); + const top2 = topFov * far / far2 * near2; + const bottom2 = bottomFov * far / far2 * near2; + + camera.projectionMatrix.makePerspective( left2, right2, top2, bottom2, near2, far2 ); + + } + + function updateCamera( camera, parent ) { + + if ( parent === null ) { + + camera.matrixWorld.copy( camera.matrix ); + + } else { + + camera.matrixWorld.multiplyMatrices( parent.matrixWorld, camera.matrix ); + + } + + camera.matrixWorldInverse.copy( camera.matrixWorld ).invert(); + + } + + this.updateCamera = function ( camera ) { + + if ( session === null ) return; + + cameraVR.near = cameraR.near = cameraL.near = camera.near; + cameraVR.far = cameraR.far = cameraL.far = camera.far; + + if ( _currentDepthNear !== cameraVR.near || _currentDepthFar !== cameraVR.far ) { + + // Note that the new renderState won't apply until the next frame. See #18320 + + session.updateRenderState( { + depthNear: cameraVR.near, + depthFar: cameraVR.far + } ); + + _currentDepthNear = cameraVR.near; + _currentDepthFar = cameraVR.far; + + } + + const parent = camera.parent; + const cameras = cameraVR.cameras; + + updateCamera( cameraVR, parent ); + + for ( let i = 0; i < cameras.length; i ++ ) { + + updateCamera( cameras[ i ], parent ); + + } + + cameraVR.matrixWorld.decompose( cameraVR.position, cameraVR.quaternion, cameraVR.scale ); + + // update user camera and its children + + camera.position.copy( cameraVR.position ); + camera.quaternion.copy( cameraVR.quaternion ); + camera.scale.copy( cameraVR.scale ); + camera.matrix.copy( cameraVR.matrix ); + camera.matrixWorld.copy( cameraVR.matrixWorld ); + + const children = camera.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + children[ i ].updateMatrixWorld( true ); + + } + + // update projection matrix for proper view frustum culling + + if ( cameras.length === 2 ) { + + setProjectionFromUnion( cameraVR, cameraL, cameraR ); + + } else { + + // assume single camera setup (AR) + + cameraVR.projectionMatrix.copy( cameraL.projectionMatrix ); + + } + + }; + + this.getCamera = function () { + + return cameraVR; + + }; + + this.getFoveation = function () { + + if ( glProjLayer !== null ) { + + return glProjLayer.fixedFoveation; + + } + + if ( glBaseLayer !== null ) { + + return glBaseLayer.fixedFoveation; + + } + + return undefined; + + }; + + this.setFoveation = function ( foveation ) { + + // 0 = no foveation = full resolution + // 1 = maximum foveation = the edges render at lower resolution + + if ( glProjLayer !== null ) { + + glProjLayer.fixedFoveation = foveation; + + } + + if ( glBaseLayer !== null && glBaseLayer.fixedFoveation !== undefined ) { + + glBaseLayer.fixedFoveation = foveation; + + } + + }; + + // Animation Loop + + let onAnimationFrameCallback = null; + + function onAnimationFrame( time, frame ) { + + pose = frame.getViewerPose( referenceSpace ); + + if ( pose !== null ) { + + const views = pose.views; + + if ( glBaseLayer !== null ) { + + state.bindXRFramebuffer( glBaseLayer.framebuffer ); + + } + + let cameraVRNeedsUpdate = false; + + // check if it's necessary to rebuild cameraVR's camera list + + if ( views.length !== cameraVR.cameras.length ) { + + cameraVR.cameras.length = 0; + + cameraVRNeedsUpdate = true; + + + } + + for ( let i = 0; i < views.length; i ++ ) { + + const view = views[ i ]; + + let viewport = null; + + if ( glBaseLayer !== null ) { + + viewport = glBaseLayer.getViewport( view ); + + } else { + + const glSubImage = glBinding.getViewSubImage( glProjLayer, view ); + + state.bindXRFramebuffer( glFramebuffer ); + + if ( glSubImage.depthStencilTexture !== undefined ) { + + gl.framebufferTexture2D( 36160, 36096, 3553, glSubImage.depthStencilTexture, 0 ); + + } + + gl.framebufferTexture2D( 36160, 36064, 3553, glSubImage.colorTexture, 0 ); + + viewport = glSubImage.viewport; + + } + + const camera = cameras[ i ]; + + camera.matrix.fromArray( view.transform.matrix ); + + camera.projectionMatrix.fromArray( view.projectionMatrix ); + + camera.viewport.set( viewport.x, viewport.y, viewport.width, viewport.height ); + + if ( i === 0 ) { + + cameraVR.matrix.copy( camera.matrix ); + + } + + if ( cameraVRNeedsUpdate === true ) { + + cameraVR.cameras.push( camera ); + + } + + } + + } + + // + + const inputSources = session.inputSources; + + for ( let i = 0; i < controllers.length; i ++ ) { + + const controller = controllers[ i ]; + const inputSource = inputSources[ i ]; + + controller.update( inputSource, frame, referenceSpace ); + + } + + if ( onAnimationFrameCallback ) onAnimationFrameCallback( time, frame ); + + } + + const animation = new WebGLAnimation(); + + animation.setAnimationLoop( onAnimationFrame ); + + this.setAnimationLoop = function ( callback ) { + + onAnimationFrameCallback = callback; + + }; + + this.dispose = function () {}; + + } + +} + +function WebGLMaterials( properties ) { + + function refreshFogUniforms( uniforms, fog ) { + + uniforms.fogColor.value.copy( fog.color ); + + if ( fog.isFog ) { + + uniforms.fogNear.value = fog.near; + uniforms.fogFar.value = fog.far; + + } else if ( fog.isFogExp2 ) { + + uniforms.fogDensity.value = fog.density; + + } + + } + + function refreshMaterialUniforms( uniforms, material, pixelRatio, height, transmissionRenderTarget ) { + + if ( material.isMeshBasicMaterial ) { + + refreshUniformsCommon( uniforms, material ); + + } else if ( material.isMeshLambertMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsLambert( uniforms, material ); + + } else if ( material.isMeshToonMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsToon( uniforms, material ); + + } else if ( material.isMeshPhongMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsPhong( uniforms, material ); + + } else if ( material.isMeshStandardMaterial ) { + + refreshUniformsCommon( uniforms, material ); + + if ( material.isMeshPhysicalMaterial ) { + + refreshUniformsPhysical( uniforms, material, transmissionRenderTarget ); + + } else { + + refreshUniformsStandard( uniforms, material ); + + } + + } else if ( material.isMeshMatcapMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsMatcap( uniforms, material ); + + } else if ( material.isMeshDepthMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsDepth( uniforms, material ); + + } else if ( material.isMeshDistanceMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsDistance( uniforms, material ); + + } else if ( material.isMeshNormalMaterial ) { + + refreshUniformsCommon( uniforms, material ); + refreshUniformsNormal( uniforms, material ); + + } else if ( material.isLineBasicMaterial ) { + + refreshUniformsLine( uniforms, material ); + + if ( material.isLineDashedMaterial ) { + + refreshUniformsDash( uniforms, material ); + + } + + } else if ( material.isPointsMaterial ) { + + refreshUniformsPoints( uniforms, material, pixelRatio, height ); + + } else if ( material.isSpriteMaterial ) { + + refreshUniformsSprites( uniforms, material ); + + } else if ( material.isShadowMaterial ) { + + uniforms.color.value.copy( material.color ); + uniforms.opacity.value = material.opacity; + + } else if ( material.isShaderMaterial ) { + + material.uniformsNeedUpdate = false; // #15581 + + } + + } + + function refreshUniformsCommon( uniforms, material ) { + + uniforms.opacity.value = material.opacity; + + if ( material.color ) { + + uniforms.diffuse.value.copy( material.color ); + + } + + if ( material.emissive ) { + + uniforms.emissive.value.copy( material.emissive ).multiplyScalar( material.emissiveIntensity ); + + } + + if ( material.map ) { + + uniforms.map.value = material.map; + + } + + if ( material.alphaMap ) { + + uniforms.alphaMap.value = material.alphaMap; + + } + + if ( material.specularMap ) { + + uniforms.specularMap.value = material.specularMap; + + } + + const envMap = properties.get( material ).envMap; + + if ( envMap ) { + + uniforms.envMap.value = envMap; + + uniforms.flipEnvMap.value = ( envMap.isCubeTexture && envMap.isRenderTargetTexture === false ) ? - 1 : 1; + + uniforms.reflectivity.value = material.reflectivity; + uniforms.refractionRatio.value = material.refractionRatio; + + const maxMipLevel = properties.get( envMap ).__maxMipLevel; + + if ( maxMipLevel !== undefined ) { + + uniforms.maxMipLevel.value = maxMipLevel; + + } + + } + + if ( material.lightMap ) { + + uniforms.lightMap.value = material.lightMap; + uniforms.lightMapIntensity.value = material.lightMapIntensity; + + } + + if ( material.aoMap ) { + + uniforms.aoMap.value = material.aoMap; + uniforms.aoMapIntensity.value = material.aoMapIntensity; + + } + + // uv repeat and offset setting priorities + // 1. color map + // 2. specular map + // 3. displacementMap map + // 4. normal map + // 5. bump map + // 6. roughnessMap map + // 7. metalnessMap map + // 8. alphaMap map + // 9. emissiveMap map + // 10. clearcoat map + // 11. clearcoat normal map + // 12. clearcoat roughnessMap map + // 13. specular intensity map + // 14. specular tint map + + let uvScaleMap; + + if ( material.map ) { + + uvScaleMap = material.map; + + } else if ( material.specularMap ) { + + uvScaleMap = material.specularMap; + + } else if ( material.displacementMap ) { + + uvScaleMap = material.displacementMap; + + } else if ( material.normalMap ) { + + uvScaleMap = material.normalMap; + + } else if ( material.bumpMap ) { + + uvScaleMap = material.bumpMap; + + } else if ( material.roughnessMap ) { + + uvScaleMap = material.roughnessMap; + + } else if ( material.metalnessMap ) { + + uvScaleMap = material.metalnessMap; + + } else if ( material.alphaMap ) { + + uvScaleMap = material.alphaMap; + + } else if ( material.emissiveMap ) { + + uvScaleMap = material.emissiveMap; + + } else if ( material.clearcoatMap ) { + + uvScaleMap = material.clearcoatMap; + + } else if ( material.clearcoatNormalMap ) { + + uvScaleMap = material.clearcoatNormalMap; + + } else if ( material.clearcoatRoughnessMap ) { + + uvScaleMap = material.clearcoatRoughnessMap; + + } else if ( material.specularIntensityMap ) { + + uvScaleMap = material.specularIntensityMap; + + } else if ( material.specularTintMap ) { + + uvScaleMap = material.specularTintMap; + + } + + if ( uvScaleMap !== undefined ) { + + // backwards compatibility + if ( uvScaleMap.isWebGLRenderTarget ) { + + uvScaleMap = uvScaleMap.texture; + + } + + if ( uvScaleMap.matrixAutoUpdate === true ) { + + uvScaleMap.updateMatrix(); + + } + + uniforms.uvTransform.value.copy( uvScaleMap.matrix ); + + } + + // uv repeat and offset setting priorities for uv2 + // 1. ao map + // 2. light map + + let uv2ScaleMap; + + if ( material.aoMap ) { + + uv2ScaleMap = material.aoMap; + + } else if ( material.lightMap ) { + + uv2ScaleMap = material.lightMap; + + } + + if ( uv2ScaleMap !== undefined ) { + + // backwards compatibility + if ( uv2ScaleMap.isWebGLRenderTarget ) { + + uv2ScaleMap = uv2ScaleMap.texture; + + } + + if ( uv2ScaleMap.matrixAutoUpdate === true ) { + + uv2ScaleMap.updateMatrix(); + + } + + uniforms.uv2Transform.value.copy( uv2ScaleMap.matrix ); + + } + + } + + function refreshUniformsLine( uniforms, material ) { + + uniforms.diffuse.value.copy( material.color ); + uniforms.opacity.value = material.opacity; + + } + + function refreshUniformsDash( uniforms, material ) { + + uniforms.dashSize.value = material.dashSize; + uniforms.totalSize.value = material.dashSize + material.gapSize; + uniforms.scale.value = material.scale; + + } + + function refreshUniformsPoints( uniforms, material, pixelRatio, height ) { + + uniforms.diffuse.value.copy( material.color ); + uniforms.opacity.value = material.opacity; + uniforms.size.value = material.size * pixelRatio; + uniforms.scale.value = height * 0.5; + + if ( material.map ) { + + uniforms.map.value = material.map; + + } + + if ( material.alphaMap ) { + + uniforms.alphaMap.value = material.alphaMap; + + } + + // uv repeat and offset setting priorities + // 1. color map + // 2. alpha map + + let uvScaleMap; + + if ( material.map ) { + + uvScaleMap = material.map; + + } else if ( material.alphaMap ) { + + uvScaleMap = material.alphaMap; + + } + + if ( uvScaleMap !== undefined ) { + + if ( uvScaleMap.matrixAutoUpdate === true ) { + + uvScaleMap.updateMatrix(); + + } + + uniforms.uvTransform.value.copy( uvScaleMap.matrix ); + + } + + } + + function refreshUniformsSprites( uniforms, material ) { + + uniforms.diffuse.value.copy( material.color ); + uniforms.opacity.value = material.opacity; + uniforms.rotation.value = material.rotation; + + if ( material.map ) { + + uniforms.map.value = material.map; + + } + + if ( material.alphaMap ) { + + uniforms.alphaMap.value = material.alphaMap; + + } + + // uv repeat and offset setting priorities + // 1. color map + // 2. alpha map + + let uvScaleMap; + + if ( material.map ) { + + uvScaleMap = material.map; + + } else if ( material.alphaMap ) { + + uvScaleMap = material.alphaMap; + + } + + if ( uvScaleMap !== undefined ) { + + if ( uvScaleMap.matrixAutoUpdate === true ) { + + uvScaleMap.updateMatrix(); + + } + + uniforms.uvTransform.value.copy( uvScaleMap.matrix ); + + } + + } + + function refreshUniformsLambert( uniforms, material ) { + + if ( material.emissiveMap ) { + + uniforms.emissiveMap.value = material.emissiveMap; + + } + + } + + function refreshUniformsPhong( uniforms, material ) { + + uniforms.specular.value.copy( material.specular ); + uniforms.shininess.value = Math.max( material.shininess, 1e-4 ); // to prevent pow( 0.0, 0.0 ) + + if ( material.emissiveMap ) { + + uniforms.emissiveMap.value = material.emissiveMap; + + } + + if ( material.bumpMap ) { + + uniforms.bumpMap.value = material.bumpMap; + uniforms.bumpScale.value = material.bumpScale; + if ( material.side === BackSide ) uniforms.bumpScale.value *= - 1; + + } + + if ( material.normalMap ) { + + uniforms.normalMap.value = material.normalMap; + uniforms.normalScale.value.copy( material.normalScale ); + if ( material.side === BackSide ) uniforms.normalScale.value.negate(); + + } + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + } + + function refreshUniformsToon( uniforms, material ) { + + if ( material.gradientMap ) { + + uniforms.gradientMap.value = material.gradientMap; + + } + + if ( material.emissiveMap ) { + + uniforms.emissiveMap.value = material.emissiveMap; + + } + + if ( material.bumpMap ) { + + uniforms.bumpMap.value = material.bumpMap; + uniforms.bumpScale.value = material.bumpScale; + if ( material.side === BackSide ) uniforms.bumpScale.value *= - 1; + + } + + if ( material.normalMap ) { + + uniforms.normalMap.value = material.normalMap; + uniforms.normalScale.value.copy( material.normalScale ); + if ( material.side === BackSide ) uniforms.normalScale.value.negate(); + + } + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + } + + function refreshUniformsStandard( uniforms, material ) { + + uniforms.roughness.value = material.roughness; + uniforms.metalness.value = material.metalness; + + if ( material.roughnessMap ) { + + uniforms.roughnessMap.value = material.roughnessMap; + + } + + if ( material.metalnessMap ) { + + uniforms.metalnessMap.value = material.metalnessMap; + + } + + if ( material.emissiveMap ) { + + uniforms.emissiveMap.value = material.emissiveMap; + + } + + if ( material.bumpMap ) { + + uniforms.bumpMap.value = material.bumpMap; + uniforms.bumpScale.value = material.bumpScale; + if ( material.side === BackSide ) uniforms.bumpScale.value *= - 1; + + } + + if ( material.normalMap ) { + + uniforms.normalMap.value = material.normalMap; + uniforms.normalScale.value.copy( material.normalScale ); + if ( material.side === BackSide ) uniforms.normalScale.value.negate(); + + } + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + const envMap = properties.get( material ).envMap; + + if ( envMap ) { + + //uniforms.envMap.value = material.envMap; // part of uniforms common + uniforms.envMapIntensity.value = material.envMapIntensity; + + } + + } + + function refreshUniformsPhysical( uniforms, material, transmissionRenderTarget ) { + + refreshUniformsStandard( uniforms, material ); + + uniforms.reflectivity.value = material.reflectivity; // also part of uniforms common + + uniforms.clearcoat.value = material.clearcoat; + uniforms.clearcoatRoughness.value = material.clearcoatRoughness; + + if ( material.sheen ) uniforms.sheen.value.copy( material.sheen ); + + if ( material.clearcoatMap ) { + + uniforms.clearcoatMap.value = material.clearcoatMap; + + } + + if ( material.clearcoatRoughnessMap ) { + + uniforms.clearcoatRoughnessMap.value = material.clearcoatRoughnessMap; + + } + + if ( material.clearcoatNormalMap ) { + + uniforms.clearcoatNormalScale.value.copy( material.clearcoatNormalScale ); + uniforms.clearcoatNormalMap.value = material.clearcoatNormalMap; + + if ( material.side === BackSide ) { + + uniforms.clearcoatNormalScale.value.negate(); + + } + + } + + uniforms.transmission.value = material.transmission; + + if ( material.transmissionMap ) { + + uniforms.transmissionMap.value = material.transmissionMap; + + } + + if ( material.transmission > 0.0 ) { + + uniforms.transmissionSamplerMap.value = transmissionRenderTarget.texture; + uniforms.transmissionSamplerSize.value.set( transmissionRenderTarget.width, transmissionRenderTarget.height ); + + } + + uniforms.thickness.value = material.thickness; + + if ( material.thicknessMap ) { + + uniforms.thicknessMap.value = material.thicknessMap; + + } + + uniforms.attenuationDistance.value = material.attenuationDistance; + uniforms.attenuationTint.value.copy( material.attenuationTint ); + + uniforms.specularIntensity.value = material.specularIntensity; + uniforms.specularTint.value.copy( material.specularTint ); + + if ( material.specularIntensityMap ) { + + uniforms.specularIntensityMap.value = material.specularIntensityMap; + + } + + if ( material.specularTintMap ) { + + uniforms.specularTintMap.value = material.specularTintMap; + + } + + } + + function refreshUniformsMatcap( uniforms, material ) { + + if ( material.matcap ) { + + uniforms.matcap.value = material.matcap; + + } + + if ( material.bumpMap ) { + + uniforms.bumpMap.value = material.bumpMap; + uniforms.bumpScale.value = material.bumpScale; + if ( material.side === BackSide ) uniforms.bumpScale.value *= - 1; + + } + + if ( material.normalMap ) { + + uniforms.normalMap.value = material.normalMap; + uniforms.normalScale.value.copy( material.normalScale ); + if ( material.side === BackSide ) uniforms.normalScale.value.negate(); + + } + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + } + + function refreshUniformsDepth( uniforms, material ) { + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + } + + function refreshUniformsDistance( uniforms, material ) { + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + uniforms.referencePosition.value.copy( material.referencePosition ); + uniforms.nearDistance.value = material.nearDistance; + uniforms.farDistance.value = material.farDistance; + + } + + function refreshUniformsNormal( uniforms, material ) { + + if ( material.bumpMap ) { + + uniforms.bumpMap.value = material.bumpMap; + uniforms.bumpScale.value = material.bumpScale; + if ( material.side === BackSide ) uniforms.bumpScale.value *= - 1; + + } + + if ( material.normalMap ) { + + uniforms.normalMap.value = material.normalMap; + uniforms.normalScale.value.copy( material.normalScale ); + if ( material.side === BackSide ) uniforms.normalScale.value.negate(); + + } + + if ( material.displacementMap ) { + + uniforms.displacementMap.value = material.displacementMap; + uniforms.displacementScale.value = material.displacementScale; + uniforms.displacementBias.value = material.displacementBias; + + } + + } + + return { + refreshFogUniforms: refreshFogUniforms, + refreshMaterialUniforms: refreshMaterialUniforms + }; + +} + +function createCanvasElement() { + + const canvas = document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' ); + canvas.style.display = 'block'; + return canvas; + +} + +function WebGLRenderer( parameters = {} ) { + + const _canvas = parameters.canvas !== undefined ? parameters.canvas : createCanvasElement(), + _context = parameters.context !== undefined ? parameters.context : null, + + _alpha = parameters.alpha !== undefined ? parameters.alpha : false, + _depth = parameters.depth !== undefined ? parameters.depth : true, + _stencil = parameters.stencil !== undefined ? parameters.stencil : true, + _antialias = parameters.antialias !== undefined ? parameters.antialias : false, + _premultipliedAlpha = parameters.premultipliedAlpha !== undefined ? parameters.premultipliedAlpha : true, + _preserveDrawingBuffer = parameters.preserveDrawingBuffer !== undefined ? parameters.preserveDrawingBuffer : false, + _powerPreference = parameters.powerPreference !== undefined ? parameters.powerPreference : 'default', + _failIfMajorPerformanceCaveat = parameters.failIfMajorPerformanceCaveat !== undefined ? parameters.failIfMajorPerformanceCaveat : false; + + let currentRenderList = null; + let currentRenderState = null; + + // render() can be called from within a callback triggered by another render. + // We track this so that the nested render call gets its list and state isolated from the parent render call. + + const renderListStack = []; + const renderStateStack = []; + + // public properties + + this.domElement = _canvas; + + // Debug configuration container + this.debug = { + + /** + * Enables error checking and reporting when shader programs are being compiled + * @type {boolean} + */ + checkShaderErrors: true + }; + + // clearing + + this.autoClear = true; + this.autoClearColor = true; + this.autoClearDepth = true; + this.autoClearStencil = true; + + // scene graph + + this.sortObjects = true; + + // user-defined clipping + + this.clippingPlanes = []; + this.localClippingEnabled = false; + + // physically based shading + + this.gammaFactor = 2.0; // for backwards compatibility + this.outputEncoding = LinearEncoding; + + // physical lights + + this.physicallyCorrectLights = false; + + // tone mapping + + this.toneMapping = NoToneMapping; + this.toneMappingExposure = 1.0; + + // internal properties + + const _this = this; + + let _isContextLost = false; + + // internal state cache + + let _currentActiveCubeFace = 0; + let _currentActiveMipmapLevel = 0; + let _currentRenderTarget = null; + let _currentMaterialId = - 1; + + let _currentCamera = null; + + const _currentViewport = new Vector4(); + const _currentScissor = new Vector4(); + let _currentScissorTest = null; + + // + + let _width = _canvas.width; + let _height = _canvas.height; + + let _pixelRatio = 1; + let _opaqueSort = null; + let _transparentSort = null; + + const _viewport = new Vector4( 0, 0, _width, _height ); + const _scissor = new Vector4( 0, 0, _width, _height ); + let _scissorTest = false; + + // + + const _currentDrawBuffers = []; + + // frustum + + const _frustum = new Frustum(); + + // clipping + + let _clippingEnabled = false; + let _localClippingEnabled = false; + + // transmission + + let _transmissionRenderTarget = null; + + // camera matrices cache + + const _projScreenMatrix = new Matrix4(); + + const _vector3 = new Vector3(); + + const _emptyScene = { background: null, fog: null, environment: null, overrideMaterial: null, isScene: true }; + + function getTargetPixelRatio() { + + return _currentRenderTarget === null ? _pixelRatio : 1; + + } + + // initialize + + let _gl = _context; + + function getContext( contextNames, contextAttributes ) { + + for ( let i = 0; i < contextNames.length; i ++ ) { + + const contextName = contextNames[ i ]; + const context = _canvas.getContext( contextName, contextAttributes ); + if ( context !== null ) return context; + + } + + return null; + + } + + try { + + const contextAttributes = { + alpha: _alpha, + depth: _depth, + stencil: _stencil, + antialias: _antialias, + premultipliedAlpha: _premultipliedAlpha, + preserveDrawingBuffer: _preserveDrawingBuffer, + powerPreference: _powerPreference, + failIfMajorPerformanceCaveat: _failIfMajorPerformanceCaveat + }; + + // event listeners must be registered before WebGL context is created, see #12753 + + _canvas.addEventListener( 'webglcontextlost', onContextLost, false ); + _canvas.addEventListener( 'webglcontextrestored', onContextRestore, false ); + + if ( _gl === null ) { + + const contextNames = [ 'webgl2', 'webgl', 'experimental-webgl' ]; + + if ( _this.isWebGL1Renderer === true ) { + + contextNames.shift(); + + } + + _gl = getContext( contextNames, contextAttributes ); + + if ( _gl === null ) { + + if ( getContext( contextNames ) ) { + + throw new Error( 'Error creating WebGL context with your selected attributes.' ); + + } else { + + throw new Error( 'Error creating WebGL context.' ); + + } + + } + + } + + // Some experimental-webgl implementations do not have getShaderPrecisionFormat + + if ( _gl.getShaderPrecisionFormat === undefined ) { + + _gl.getShaderPrecisionFormat = function () { + + return { 'rangeMin': 1, 'rangeMax': 1, 'precision': 1 }; + + }; + + } + + } catch ( error ) { + + console.error( 'THREE.WebGLRenderer: ' + error.message ); + throw error; + + } + + let extensions, capabilities, state, info; + let properties, textures, cubemaps, cubeuvmaps, attributes, geometries, objects; + let programCache, materials, renderLists, renderStates, clipping, shadowMap; + + let background, morphtargets, bufferRenderer, indexedBufferRenderer; + + let utils, bindingStates; + + function initGLContext() { + + extensions = new WebGLExtensions( _gl ); + + capabilities = new WebGLCapabilities( _gl, extensions, parameters ); + + extensions.init( capabilities ); + + utils = new WebGLUtils( _gl, extensions, capabilities ); + + state = new WebGLState( _gl, extensions, capabilities ); + + _currentDrawBuffers[ 0 ] = 1029; + + info = new WebGLInfo( _gl ); + properties = new WebGLProperties(); + textures = new WebGLTextures( _gl, extensions, state, properties, capabilities, utils, info ); + cubemaps = new WebGLCubeMaps( _this ); + cubeuvmaps = new WebGLCubeUVMaps( _this ); + attributes = new WebGLAttributes( _gl, capabilities ); + bindingStates = new WebGLBindingStates( _gl, extensions, attributes, capabilities ); + geometries = new WebGLGeometries( _gl, attributes, info, bindingStates ); + objects = new WebGLObjects( _gl, geometries, attributes, info ); + morphtargets = new WebGLMorphtargets( _gl ); + clipping = new WebGLClipping( properties ); + programCache = new WebGLPrograms( _this, cubemaps, cubeuvmaps, extensions, capabilities, bindingStates, clipping ); + materials = new WebGLMaterials( properties ); + renderLists = new WebGLRenderLists( properties ); + renderStates = new WebGLRenderStates( extensions, capabilities ); + background = new WebGLBackground( _this, cubemaps, state, objects, _premultipliedAlpha ); + shadowMap = new WebGLShadowMap( _this, objects, capabilities ); + + bufferRenderer = new WebGLBufferRenderer( _gl, extensions, info, capabilities ); + indexedBufferRenderer = new WebGLIndexedBufferRenderer( _gl, extensions, info, capabilities ); + + info.programs = programCache.programs; + + _this.capabilities = capabilities; + _this.extensions = extensions; + _this.properties = properties; + _this.renderLists = renderLists; + _this.shadowMap = shadowMap; + _this.state = state; + _this.info = info; + + } + + initGLContext(); + + // xr + + const xr = new WebXRManager( _this, _gl ); + + this.xr = xr; + + // API + + this.getContext = function () { + + return _gl; + + }; + + this.getContextAttributes = function () { + + return _gl.getContextAttributes(); + + }; + + this.forceContextLoss = function () { + + const extension = extensions.get( 'WEBGL_lose_context' ); + if ( extension ) extension.loseContext(); + + }; + + this.forceContextRestore = function () { + + const extension = extensions.get( 'WEBGL_lose_context' ); + if ( extension ) extension.restoreContext(); + + }; + + this.getPixelRatio = function () { + + return _pixelRatio; + + }; + + this.setPixelRatio = function ( value ) { + + if ( value === undefined ) return; + + _pixelRatio = value; + + this.setSize( _width, _height, false ); + + }; + + this.getSize = function ( target ) { + + return target.set( _width, _height ); + + }; + + this.setSize = function ( width, height, updateStyle ) { + + if ( xr.isPresenting ) { + + console.warn( 'THREE.WebGLRenderer: Can\'t change size while VR device is presenting.' ); + return; + + } + + _width = width; + _height = height; + + _canvas.width = Math.floor( width * _pixelRatio ); + _canvas.height = Math.floor( height * _pixelRatio ); + + if ( updateStyle !== false ) { + + _canvas.style.width = width + 'px'; + _canvas.style.height = height + 'px'; + + } + + this.setViewport( 0, 0, width, height ); + + }; + + this.getDrawingBufferSize = function ( target ) { + + return target.set( _width * _pixelRatio, _height * _pixelRatio ).floor(); + + }; + + this.setDrawingBufferSize = function ( width, height, pixelRatio ) { + + _width = width; + _height = height; + + _pixelRatio = pixelRatio; + + _canvas.width = Math.floor( width * pixelRatio ); + _canvas.height = Math.floor( height * pixelRatio ); + + this.setViewport( 0, 0, width, height ); + + }; + + this.getCurrentViewport = function ( target ) { + + return target.copy( _currentViewport ); + + }; + + this.getViewport = function ( target ) { + + return target.copy( _viewport ); + + }; + + this.setViewport = function ( x, y, width, height ) { + + if ( x.isVector4 ) { + + _viewport.set( x.x, x.y, x.z, x.w ); + + } else { + + _viewport.set( x, y, width, height ); + + } + + state.viewport( _currentViewport.copy( _viewport ).multiplyScalar( _pixelRatio ).floor() ); + + }; + + this.getScissor = function ( target ) { + + return target.copy( _scissor ); + + }; + + this.setScissor = function ( x, y, width, height ) { + + if ( x.isVector4 ) { + + _scissor.set( x.x, x.y, x.z, x.w ); + + } else { + + _scissor.set( x, y, width, height ); + + } + + state.scissor( _currentScissor.copy( _scissor ).multiplyScalar( _pixelRatio ).floor() ); + + }; + + this.getScissorTest = function () { + + return _scissorTest; + + }; + + this.setScissorTest = function ( boolean ) { + + state.setScissorTest( _scissorTest = boolean ); + + }; + + this.setOpaqueSort = function ( method ) { + + _opaqueSort = method; + + }; + + this.setTransparentSort = function ( method ) { + + _transparentSort = method; + + }; + + // Clearing + + this.getClearColor = function ( target ) { + + return target.copy( background.getClearColor() ); + + }; + + this.setClearColor = function () { + + background.setClearColor.apply( background, arguments ); + + }; + + this.getClearAlpha = function () { + + return background.getClearAlpha(); + + }; + + this.setClearAlpha = function () { + + background.setClearAlpha.apply( background, arguments ); + + }; + + this.clear = function ( color, depth, stencil ) { + + let bits = 0; + + if ( color === undefined || color ) bits |= 16384; + if ( depth === undefined || depth ) bits |= 256; + if ( stencil === undefined || stencil ) bits |= 1024; + + _gl.clear( bits ); + + }; + + this.clearColor = function () { + + this.clear( true, false, false ); + + }; + + this.clearDepth = function () { + + this.clear( false, true, false ); + + }; + + this.clearStencil = function () { + + this.clear( false, false, true ); + + }; + + // + + this.dispose = function () { + + _canvas.removeEventListener( 'webglcontextlost', onContextLost, false ); + _canvas.removeEventListener( 'webglcontextrestored', onContextRestore, false ); + + renderLists.dispose(); + renderStates.dispose(); + properties.dispose(); + cubemaps.dispose(); + cubeuvmaps.dispose(); + objects.dispose(); + bindingStates.dispose(); + + xr.dispose(); + + xr.removeEventListener( 'sessionstart', onXRSessionStart ); + xr.removeEventListener( 'sessionend', onXRSessionEnd ); + + if ( _transmissionRenderTarget ) { + + _transmissionRenderTarget.dispose(); + _transmissionRenderTarget = null; + + } + + animation.stop(); + + }; + + // Events + + function onContextLost( event ) { + + event.preventDefault(); + + console.log( 'THREE.WebGLRenderer: Context Lost.' ); + + _isContextLost = true; + + } + + function onContextRestore( /* event */ ) { + + console.log( 'THREE.WebGLRenderer: Context Restored.' ); + + _isContextLost = false; + + const infoAutoReset = info.autoReset; + const shadowMapEnabled = shadowMap.enabled; + const shadowMapAutoUpdate = shadowMap.autoUpdate; + const shadowMapNeedsUpdate = shadowMap.needsUpdate; + const shadowMapType = shadowMap.type; + + initGLContext(); + + info.autoReset = infoAutoReset; + shadowMap.enabled = shadowMapEnabled; + shadowMap.autoUpdate = shadowMapAutoUpdate; + shadowMap.needsUpdate = shadowMapNeedsUpdate; + shadowMap.type = shadowMapType; + + } + + function onMaterialDispose( event ) { + + const material = event.target; + + material.removeEventListener( 'dispose', onMaterialDispose ); + + deallocateMaterial( material ); + + } + + // Buffer deallocation + + function deallocateMaterial( material ) { + + releaseMaterialProgramReferences( material ); + + properties.remove( material ); + + } + + + function releaseMaterialProgramReferences( material ) { + + const programs = properties.get( material ).programs; + + if ( programs !== undefined ) { + + programs.forEach( function ( program ) { + + programCache.releaseProgram( program ); + + } ); + + } + + } + + // Buffer rendering + + function renderObjectImmediate( object, program ) { + + object.render( function ( object ) { + + _this.renderBufferImmediate( object, program ); + + } ); + + } + + this.renderBufferImmediate = function ( object, program ) { + + bindingStates.initAttributes(); + + const buffers = properties.get( object ); + + if ( object.hasPositions && ! buffers.position ) buffers.position = _gl.createBuffer(); + if ( object.hasNormals && ! buffers.normal ) buffers.normal = _gl.createBuffer(); + if ( object.hasUvs && ! buffers.uv ) buffers.uv = _gl.createBuffer(); + if ( object.hasColors && ! buffers.color ) buffers.color = _gl.createBuffer(); + + const programAttributes = program.getAttributes(); + + if ( object.hasPositions ) { + + _gl.bindBuffer( 34962, buffers.position ); + _gl.bufferData( 34962, object.positionArray, 35048 ); + + bindingStates.enableAttribute( programAttributes.position ); + _gl.vertexAttribPointer( programAttributes.position, 3, 5126, false, 0, 0 ); + + } + + if ( object.hasNormals ) { + + _gl.bindBuffer( 34962, buffers.normal ); + _gl.bufferData( 34962, object.normalArray, 35048 ); + + bindingStates.enableAttribute( programAttributes.normal ); + _gl.vertexAttribPointer( programAttributes.normal, 3, 5126, false, 0, 0 ); + + } + + if ( object.hasUvs ) { + + _gl.bindBuffer( 34962, buffers.uv ); + _gl.bufferData( 34962, object.uvArray, 35048 ); + + bindingStates.enableAttribute( programAttributes.uv ); + _gl.vertexAttribPointer( programAttributes.uv, 2, 5126, false, 0, 0 ); + + } + + if ( object.hasColors ) { + + _gl.bindBuffer( 34962, buffers.color ); + _gl.bufferData( 34962, object.colorArray, 35048 ); + + bindingStates.enableAttribute( programAttributes.color ); + _gl.vertexAttribPointer( programAttributes.color, 3, 5126, false, 0, 0 ); + + } + + bindingStates.disableUnusedAttributes(); + + _gl.drawArrays( 4, 0, object.count ); + + object.count = 0; + + }; + + this.renderBufferDirect = function ( camera, scene, geometry, material, object, group ) { + + if ( scene === null ) scene = _emptyScene; // renderBufferDirect second parameter used to be fog (could be null) + + const frontFaceCW = ( object.isMesh && object.matrixWorld.determinant() < 0 ); + + const program = setProgram( camera, scene, material, object ); + + state.setMaterial( material, frontFaceCW ); + + // + + let index = geometry.index; + const position = geometry.attributes.position; + + // + + if ( index === null ) { + + if ( position === undefined || position.count === 0 ) return; + + } else if ( index.count === 0 ) { + + return; + + } + + // + + let rangeFactor = 1; + + if ( material.wireframe === true ) { + + index = geometries.getWireframeAttribute( geometry ); + rangeFactor = 2; + + } + + if ( geometry.morphAttributes.position !== undefined || geometry.morphAttributes.normal !== undefined ) { + + morphtargets.update( object, geometry, material, program ); + + } + + bindingStates.setup( object, material, program, geometry, index ); + + let attribute; + let renderer = bufferRenderer; + + if ( index !== null ) { + + attribute = attributes.get( index ); + + renderer = indexedBufferRenderer; + renderer.setIndex( attribute ); + + } + + // + + const dataCount = ( index !== null ) ? index.count : position.count; + + const rangeStart = geometry.drawRange.start * rangeFactor; + const rangeCount = geometry.drawRange.count * rangeFactor; + + const groupStart = group !== null ? group.start * rangeFactor : 0; + const groupCount = group !== null ? group.count * rangeFactor : Infinity; + + const drawStart = Math.max( rangeStart, groupStart ); + const drawEnd = Math.min( dataCount, rangeStart + rangeCount, groupStart + groupCount ) - 1; + + const drawCount = Math.max( 0, drawEnd - drawStart + 1 ); + + if ( drawCount === 0 ) return; + + // + + if ( object.isMesh ) { + + if ( material.wireframe === true ) { + + state.setLineWidth( material.wireframeLinewidth * getTargetPixelRatio() ); + renderer.setMode( 1 ); + + } else { + + renderer.setMode( 4 ); + + } + + } else if ( object.isLine ) { + + let lineWidth = material.linewidth; + + if ( lineWidth === undefined ) lineWidth = 1; // Not using Line*Material + + state.setLineWidth( lineWidth * getTargetPixelRatio() ); + + if ( object.isLineSegments ) { + + renderer.setMode( 1 ); + + } else if ( object.isLineLoop ) { + + renderer.setMode( 2 ); + + } else { + + renderer.setMode( 3 ); + + } + + } else if ( object.isPoints ) { + + renderer.setMode( 0 ); + + } else if ( object.isSprite ) { + + renderer.setMode( 4 ); + + } + + if ( object.isInstancedMesh ) { + + renderer.renderInstances( drawStart, drawCount, object.count ); + + } else if ( geometry.isInstancedBufferGeometry ) { + + const instanceCount = Math.min( geometry.instanceCount, geometry._maxInstanceCount ); + + renderer.renderInstances( drawStart, drawCount, instanceCount ); + + } else { + + renderer.render( drawStart, drawCount ); + + } + + }; + + // Compile + + this.compile = function ( scene, camera ) { + + currentRenderState = renderStates.get( scene ); + currentRenderState.init(); + + renderStateStack.push( currentRenderState ); + + scene.traverseVisible( function ( object ) { + + if ( object.isLight && object.layers.test( camera.layers ) ) { + + currentRenderState.pushLight( object ); + + if ( object.castShadow ) { + + currentRenderState.pushShadow( object ); + + } + + } + + } ); + + currentRenderState.setupLights(); + + scene.traverse( function ( object ) { + + const material = object.material; + + if ( material ) { + + if ( Array.isArray( material ) ) { + + for ( let i = 0; i < material.length; i ++ ) { + + const material2 = material[ i ]; + + getProgram( material2, scene, object ); + + } + + } else { + + getProgram( material, scene, object ); + + } + + } + + } ); + + renderStateStack.pop(); + currentRenderState = null; + + }; + + // Animation Loop + + let onAnimationFrameCallback = null; + + function onAnimationFrame( time ) { + + if ( onAnimationFrameCallback ) onAnimationFrameCallback( time ); + + } + + function onXRSessionStart() { + + animation.stop(); + + } + + function onXRSessionEnd() { + + animation.start(); + + } + + const animation = new WebGLAnimation(); + animation.setAnimationLoop( onAnimationFrame ); + + if ( typeof window !== 'undefined' ) animation.setContext( window ); + + this.setAnimationLoop = function ( callback ) { + + onAnimationFrameCallback = callback; + xr.setAnimationLoop( callback ); + + ( callback === null ) ? animation.stop() : animation.start(); + + }; + + xr.addEventListener( 'sessionstart', onXRSessionStart ); + xr.addEventListener( 'sessionend', onXRSessionEnd ); + + // Rendering + + this.render = function ( scene, camera ) { + + if ( camera !== undefined && camera.isCamera !== true ) { + + console.error( 'THREE.WebGLRenderer.render: camera is not an instance of THREE.Camera.' ); + return; + + } + + if ( _isContextLost === true ) return; + + // update scene graph + + if ( scene.autoUpdate === true ) scene.updateMatrixWorld(); + + // update camera matrices and frustum + + if ( camera.parent === null ) camera.updateMatrixWorld(); + + if ( xr.enabled === true && xr.isPresenting === true ) { + + if ( xr.cameraAutoUpdate === true ) xr.updateCamera( camera ); + + camera = xr.getCamera(); // use XR camera for rendering + + } + + // + if ( scene.isScene === true ) scene.onBeforeRender( _this, scene, camera, _currentRenderTarget ); + + currentRenderState = renderStates.get( scene, renderStateStack.length ); + currentRenderState.init(); + + renderStateStack.push( currentRenderState ); + + _projScreenMatrix.multiplyMatrices( camera.projectionMatrix, camera.matrixWorldInverse ); + _frustum.setFromProjectionMatrix( _projScreenMatrix ); + + _localClippingEnabled = this.localClippingEnabled; + _clippingEnabled = clipping.init( this.clippingPlanes, _localClippingEnabled, camera ); + + currentRenderList = renderLists.get( scene, renderListStack.length ); + currentRenderList.init(); + + renderListStack.push( currentRenderList ); + + projectObject( scene, camera, 0, _this.sortObjects ); + + currentRenderList.finish(); + + if ( _this.sortObjects === true ) { + + currentRenderList.sort( _opaqueSort, _transparentSort ); + + } + + // + + if ( _clippingEnabled === true ) clipping.beginShadows(); + + const shadowsArray = currentRenderState.state.shadowsArray; + + shadowMap.render( shadowsArray, scene, camera ); + + currentRenderState.setupLights(); + currentRenderState.setupLightsView( camera ); + + if ( _clippingEnabled === true ) clipping.endShadows(); + + // + + if ( this.info.autoReset === true ) this.info.reset(); + + // + + background.render( currentRenderList, scene ); + + // render scene + + const opaqueObjects = currentRenderList.opaque; + const transmissiveObjects = currentRenderList.transmissive; + const transparentObjects = currentRenderList.transparent; + + if ( opaqueObjects.length > 0 ) renderObjects( opaqueObjects, scene, camera ); + if ( transmissiveObjects.length > 0 ) renderTransmissiveObjects( opaqueObjects, transmissiveObjects, scene, camera ); + if ( transparentObjects.length > 0 ) renderObjects( transparentObjects, scene, camera ); + + // + + if ( _currentRenderTarget !== null ) { + + // resolve multisample renderbuffers to a single-sample texture if necessary + + textures.updateMultisampleRenderTarget( _currentRenderTarget ); + + // Generate mipmap if we're using any kind of mipmap filtering + + textures.updateRenderTargetMipmap( _currentRenderTarget ); + + } + + // + + if ( scene.isScene === true ) scene.onAfterRender( _this, scene, camera ); + + // Ensure depth buffer writing is enabled so it can be cleared on next render + + state.buffers.depth.setTest( true ); + state.buffers.depth.setMask( true ); + state.buffers.color.setMask( true ); + + state.setPolygonOffset( false ); + + // _gl.finish(); + + bindingStates.resetDefaultState(); + _currentMaterialId = - 1; + _currentCamera = null; + + renderStateStack.pop(); + + if ( renderStateStack.length > 0 ) { + + currentRenderState = renderStateStack[ renderStateStack.length - 1 ]; + + } else { + + currentRenderState = null; + + } + + renderListStack.pop(); + + if ( renderListStack.length > 0 ) { + + currentRenderList = renderListStack[ renderListStack.length - 1 ]; + + } else { + + currentRenderList = null; + + } + + }; + + function projectObject( object, camera, groupOrder, sortObjects ) { + + if ( object.visible === false ) return; + + const visible = object.layers.test( camera.layers ); + + if ( visible ) { + + if ( object.isGroup ) { + + groupOrder = object.renderOrder; + + } else if ( object.isLOD ) { + + if ( object.autoUpdate === true ) object.update( camera ); + + } else if ( object.isLight ) { + + currentRenderState.pushLight( object ); + + if ( object.castShadow ) { + + currentRenderState.pushShadow( object ); + + } + + } else if ( object.isSprite ) { + + if ( ! object.frustumCulled || _frustum.intersectsSprite( object ) ) { + + if ( sortObjects ) { + + _vector3.setFromMatrixPosition( object.matrixWorld ) + .applyMatrix4( _projScreenMatrix ); + + } + + const geometry = objects.update( object ); + const material = object.material; + + if ( material.visible ) { + + currentRenderList.push( object, geometry, material, groupOrder, _vector3.z, null ); + + } + + } + + } else if ( object.isImmediateRenderObject ) { + + if ( sortObjects ) { + + _vector3.setFromMatrixPosition( object.matrixWorld ) + .applyMatrix4( _projScreenMatrix ); + + } + + currentRenderList.push( object, null, object.material, groupOrder, _vector3.z, null ); + + } else if ( object.isMesh || object.isLine || object.isPoints ) { + + if ( object.isSkinnedMesh ) { + + // update skeleton only once in a frame + + if ( object.skeleton.frame !== info.render.frame ) { + + object.skeleton.update(); + object.skeleton.frame = info.render.frame; + + } + + } + + if ( ! object.frustumCulled || _frustum.intersectsObject( object ) ) { + + if ( sortObjects ) { + + _vector3.setFromMatrixPosition( object.matrixWorld ) + .applyMatrix4( _projScreenMatrix ); + + } + + const geometry = objects.update( object ); + const material = object.material; + + if ( Array.isArray( material ) ) { + + const groups = geometry.groups; + + for ( let i = 0, l = groups.length; i < l; i ++ ) { + + const group = groups[ i ]; + const groupMaterial = material[ group.materialIndex ]; + + if ( groupMaterial && groupMaterial.visible ) { + + currentRenderList.push( object, geometry, groupMaterial, groupOrder, _vector3.z, group ); + + } + + } + + } else if ( material.visible ) { + + currentRenderList.push( object, geometry, material, groupOrder, _vector3.z, null ); + + } + + } + + } + + } + + const children = object.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + projectObject( children[ i ], camera, groupOrder, sortObjects ); + + } + + } + + function renderTransmissiveObjects( opaqueObjects, transmissiveObjects, scene, camera ) { + + if ( _transmissionRenderTarget === null ) { + + const needsAntialias = _antialias === true && capabilities.isWebGL2 === true; + const renderTargetType = needsAntialias ? WebGLMultisampleRenderTarget : WebGLRenderTarget; + + _transmissionRenderTarget = new renderTargetType( 1024, 1024, { + generateMipmaps: true, + type: utils.convert( HalfFloatType ) !== null ? HalfFloatType : UnsignedByteType, + minFilter: LinearMipmapLinearFilter, + magFilter: NearestFilter, + wrapS: ClampToEdgeWrapping, + wrapT: ClampToEdgeWrapping + } ); + + } + + const currentRenderTarget = _this.getRenderTarget(); + _this.setRenderTarget( _transmissionRenderTarget ); + _this.clear(); + + // Turn off the features which can affect the frag color for opaque objects pass. + // Otherwise they are applied twice in opaque objects pass and transmission objects pass. + const currentToneMapping = _this.toneMapping; + _this.toneMapping = NoToneMapping; + + renderObjects( opaqueObjects, scene, camera ); + + _this.toneMapping = currentToneMapping; + + textures.updateMultisampleRenderTarget( _transmissionRenderTarget ); + textures.updateRenderTargetMipmap( _transmissionRenderTarget ); + + _this.setRenderTarget( currentRenderTarget ); + + renderObjects( transmissiveObjects, scene, camera ); + + } + + function renderObjects( renderList, scene, camera ) { + + const overrideMaterial = scene.isScene === true ? scene.overrideMaterial : null; + + if ( camera.isArrayCamera ) { + + const cameras = camera.cameras; + + for ( let i = 0, l = cameras.length; i < l; i ++ ) { + + const camera2 = cameras[ i ]; + + state.viewport( _currentViewport.copy( camera2.viewport ) ); + + currentRenderState.setupLightsView( camera2 ); + + for ( let j = 0, jl = renderList.length; j < jl; j ++ ) { + + const renderItem = renderList[ j ]; + + const object = renderItem.object; + const geometry = renderItem.geometry; + const material = overrideMaterial === null ? renderItem.material : overrideMaterial; + const group = renderItem.group; + + if ( object.layers.test( camera2.layers ) ) { + + renderObject( object, scene, camera2, geometry, material, group ); + + } + + } + + } + + } else { + + for ( let j = 0, jl = renderList.length; j < jl; j ++ ) { + + const renderItem = renderList[ j ]; + + const object = renderItem.object; + const geometry = renderItem.geometry; + const material = overrideMaterial === null ? renderItem.material : overrideMaterial; + const group = renderItem.group; + + renderObject( object, scene, camera, geometry, material, group ); + + } + + } + + } + + function renderObject( object, scene, camera, geometry, material, group ) { + + object.onBeforeRender( _this, scene, camera, geometry, material, group ); + + object.modelViewMatrix.multiplyMatrices( camera.matrixWorldInverse, object.matrixWorld ); + object.normalMatrix.getNormalMatrix( object.modelViewMatrix ); + + if ( object.isImmediateRenderObject ) { + + const program = setProgram( camera, scene, material, object ); + + state.setMaterial( material ); + + bindingStates.reset(); + + renderObjectImmediate( object, program ); + + } else { + + if ( material.transparent === true && material.side === DoubleSide ) { + + material.side = BackSide; + material.needsUpdate = true; + _this.renderBufferDirect( camera, scene, geometry, material, object, group ); + + material.side = FrontSide; + material.needsUpdate = true; + _this.renderBufferDirect( camera, scene, geometry, material, object, group ); + + material.side = DoubleSide; + + } else { + + _this.renderBufferDirect( camera, scene, geometry, material, object, group ); + + } + + } + + object.onAfterRender( _this, scene, camera, geometry, material, group ); + + } + + function getProgram( material, scene, object ) { + + if ( scene.isScene !== true ) scene = _emptyScene; // scene could be a Mesh, Line, Points, ... + + const materialProperties = properties.get( material ); + + const lights = currentRenderState.state.lights; + const shadowsArray = currentRenderState.state.shadowsArray; + + const lightsStateVersion = lights.state.version; + + const parameters = programCache.getParameters( material, lights.state, shadowsArray, scene, object ); + const programCacheKey = programCache.getProgramCacheKey( parameters ); + + let programs = materialProperties.programs; + + // always update environment and fog - changing these trigger an getProgram call, but it's possible that the program doesn't change + + materialProperties.environment = material.isMeshStandardMaterial ? scene.environment : null; + materialProperties.fog = scene.fog; + materialProperties.envMap = ( material.isMeshStandardMaterial ? cubeuvmaps : cubemaps ).get( material.envMap || materialProperties.environment ); + + if ( programs === undefined ) { + + // new material + + material.addEventListener( 'dispose', onMaterialDispose ); + + programs = new Map(); + materialProperties.programs = programs; + + } + + let program = programs.get( programCacheKey ); + + if ( program !== undefined ) { + + // early out if program and light state is identical + + if ( materialProperties.currentProgram === program && materialProperties.lightsStateVersion === lightsStateVersion ) { + + updateCommonMaterialProperties( material, parameters ); + + return program; + + } + + } else { + + parameters.uniforms = programCache.getUniforms( material ); + + material.onBuild( parameters, _this ); + + material.onBeforeCompile( parameters, _this ); + + program = programCache.acquireProgram( parameters, programCacheKey ); + programs.set( programCacheKey, program ); + + materialProperties.uniforms = parameters.uniforms; + + } + + const uniforms = materialProperties.uniforms; + + if ( ( ! material.isShaderMaterial && ! material.isRawShaderMaterial ) || material.clipping === true ) { + + uniforms.clippingPlanes = clipping.uniform; + + } + + updateCommonMaterialProperties( material, parameters ); + + // store the light setup it was created for + + materialProperties.needsLights = materialNeedsLights( material ); + materialProperties.lightsStateVersion = lightsStateVersion; + + if ( materialProperties.needsLights ) { + + // wire up the material to this renderer's lighting state + + uniforms.ambientLightColor.value = lights.state.ambient; + uniforms.lightProbe.value = lights.state.probe; + uniforms.directionalLights.value = lights.state.directional; + uniforms.directionalLightShadows.value = lights.state.directionalShadow; + uniforms.spotLights.value = lights.state.spot; + uniforms.spotLightShadows.value = lights.state.spotShadow; + uniforms.rectAreaLights.value = lights.state.rectArea; + uniforms.ltc_1.value = lights.state.rectAreaLTC1; + uniforms.ltc_2.value = lights.state.rectAreaLTC2; + uniforms.pointLights.value = lights.state.point; + uniforms.pointLightShadows.value = lights.state.pointShadow; + uniforms.hemisphereLights.value = lights.state.hemi; + + uniforms.directionalShadowMap.value = lights.state.directionalShadowMap; + uniforms.directionalShadowMatrix.value = lights.state.directionalShadowMatrix; + uniforms.spotShadowMap.value = lights.state.spotShadowMap; + uniforms.spotShadowMatrix.value = lights.state.spotShadowMatrix; + uniforms.pointShadowMap.value = lights.state.pointShadowMap; + uniforms.pointShadowMatrix.value = lights.state.pointShadowMatrix; + // TODO (abelnation): add area lights shadow info to uniforms + + } + + const progUniforms = program.getUniforms(); + const uniformsList = WebGLUniforms.seqWithValue( progUniforms.seq, uniforms ); + + materialProperties.currentProgram = program; + materialProperties.uniformsList = uniformsList; + + return program; + + } + + function updateCommonMaterialProperties( material, parameters ) { + + const materialProperties = properties.get( material ); + + materialProperties.outputEncoding = parameters.outputEncoding; + materialProperties.instancing = parameters.instancing; + materialProperties.skinning = parameters.skinning; + materialProperties.morphTargets = parameters.morphTargets; + materialProperties.morphNormals = parameters.morphNormals; + materialProperties.numClippingPlanes = parameters.numClippingPlanes; + materialProperties.numIntersection = parameters.numClipIntersection; + materialProperties.vertexAlphas = parameters.vertexAlphas; + materialProperties.vertexTangents = parameters.vertexTangents; + + } + + function setProgram( camera, scene, material, object ) { + + if ( scene.isScene !== true ) scene = _emptyScene; // scene could be a Mesh, Line, Points, ... + + textures.resetTextureUnits(); + + const fog = scene.fog; + const environment = material.isMeshStandardMaterial ? scene.environment : null; + const encoding = ( _currentRenderTarget === null ) ? _this.outputEncoding : _currentRenderTarget.texture.encoding; + const envMap = ( material.isMeshStandardMaterial ? cubeuvmaps : cubemaps ).get( material.envMap || environment ); + const vertexAlphas = material.vertexColors === true && !! object.geometry && !! object.geometry.attributes.color && object.geometry.attributes.color.itemSize === 4; + const vertexTangents = !! object.geometry && !! object.geometry.attributes.tangent; + const morphTargets = !! object.geometry && !! object.geometry.morphAttributes.position; + const morphNormals = !! object.geometry && !! object.geometry.morphAttributes.normal; + + const materialProperties = properties.get( material ); + const lights = currentRenderState.state.lights; + + if ( _clippingEnabled === true ) { + + if ( _localClippingEnabled === true || camera !== _currentCamera ) { + + const useCache = + camera === _currentCamera && + material.id === _currentMaterialId; + + // we might want to call this function with some ClippingGroup + // object instead of the material, once it becomes feasible + // (#8465, #8379) + clipping.setState( material, camera, useCache ); + + } + + } + + // + + let needsProgramChange = false; + + if ( material.version === materialProperties.__version ) { + + if ( materialProperties.needsLights && ( materialProperties.lightsStateVersion !== lights.state.version ) ) { + + needsProgramChange = true; + + } else if ( materialProperties.outputEncoding !== encoding ) { + + needsProgramChange = true; + + } else if ( object.isInstancedMesh && materialProperties.instancing === false ) { + + needsProgramChange = true; + + } else if ( ! object.isInstancedMesh && materialProperties.instancing === true ) { + + needsProgramChange = true; + + } else if ( object.isSkinnedMesh && materialProperties.skinning === false ) { + + needsProgramChange = true; + + } else if ( ! object.isSkinnedMesh && materialProperties.skinning === true ) { + + needsProgramChange = true; + + } else if ( materialProperties.envMap !== envMap ) { + + needsProgramChange = true; + + } else if ( material.fog && materialProperties.fog !== fog ) { + + needsProgramChange = true; + + } else if ( materialProperties.numClippingPlanes !== undefined && + ( materialProperties.numClippingPlanes !== clipping.numPlanes || + materialProperties.numIntersection !== clipping.numIntersection ) ) { + + needsProgramChange = true; + + } else if ( materialProperties.vertexAlphas !== vertexAlphas ) { + + needsProgramChange = true; + + } else if ( materialProperties.vertexTangents !== vertexTangents ) { + + needsProgramChange = true; + + } else if ( materialProperties.morphTargets !== morphTargets ) { + + needsProgramChange = true; + + } else if ( materialProperties.morphNormals !== morphNormals ) { + + needsProgramChange = true; + + } + + } else { + + needsProgramChange = true; + materialProperties.__version = material.version; + + } + + // + + let program = materialProperties.currentProgram; + + if ( needsProgramChange === true ) { + + program = getProgram( material, scene, object ); + + } + + let refreshProgram = false; + let refreshMaterial = false; + let refreshLights = false; + + const p_uniforms = program.getUniforms(), + m_uniforms = materialProperties.uniforms; + + if ( state.useProgram( program.program ) ) { + + refreshProgram = true; + refreshMaterial = true; + refreshLights = true; + + } + + if ( material.id !== _currentMaterialId ) { + + _currentMaterialId = material.id; + + refreshMaterial = true; + + } + + if ( refreshProgram || _currentCamera !== camera ) { + + p_uniforms.setValue( _gl, 'projectionMatrix', camera.projectionMatrix ); + + if ( capabilities.logarithmicDepthBuffer ) { + + p_uniforms.setValue( _gl, 'logDepthBufFC', + 2.0 / ( Math.log( camera.far + 1.0 ) / Math.LN2 ) ); + + } + + if ( _currentCamera !== camera ) { + + _currentCamera = camera; + + // lighting uniforms depend on the camera so enforce an update + // now, in case this material supports lights - or later, when + // the next material that does gets activated: + + refreshMaterial = true; // set to true on material change + refreshLights = true; // remains set until update done + + } + + // load material specific uniforms + // (shader material also gets them for the sake of genericity) + + if ( material.isShaderMaterial || + material.isMeshPhongMaterial || + material.isMeshToonMaterial || + material.isMeshStandardMaterial || + material.envMap ) { + + const uCamPos = p_uniforms.map.cameraPosition; + + if ( uCamPos !== undefined ) { + + uCamPos.setValue( _gl, + _vector3.setFromMatrixPosition( camera.matrixWorld ) ); + + } + + } + + if ( material.isMeshPhongMaterial || + material.isMeshToonMaterial || + material.isMeshLambertMaterial || + material.isMeshBasicMaterial || + material.isMeshStandardMaterial || + material.isShaderMaterial ) { + + p_uniforms.setValue( _gl, 'isOrthographic', camera.isOrthographicCamera === true ); + + } + + if ( material.isMeshPhongMaterial || + material.isMeshToonMaterial || + material.isMeshLambertMaterial || + material.isMeshBasicMaterial || + material.isMeshStandardMaterial || + material.isShaderMaterial || + material.isShadowMaterial || + object.isSkinnedMesh ) { + + p_uniforms.setValue( _gl, 'viewMatrix', camera.matrixWorldInverse ); + + } + + } + + // skinning uniforms must be set even if material didn't change + // auto-setting of texture unit for bone texture must go before other textures + // otherwise textures used for skinning can take over texture units reserved for other material textures + + if ( object.isSkinnedMesh ) { + + p_uniforms.setOptional( _gl, object, 'bindMatrix' ); + p_uniforms.setOptional( _gl, object, 'bindMatrixInverse' ); + + const skeleton = object.skeleton; + + if ( skeleton ) { + + if ( capabilities.floatVertexTextures ) { + + if ( skeleton.boneTexture === null ) skeleton.computeBoneTexture(); + + p_uniforms.setValue( _gl, 'boneTexture', skeleton.boneTexture, textures ); + p_uniforms.setValue( _gl, 'boneTextureSize', skeleton.boneTextureSize ); + + } else { + + p_uniforms.setOptional( _gl, skeleton, 'boneMatrices' ); + + } + + } + + } + + if ( refreshMaterial || materialProperties.receiveShadow !== object.receiveShadow ) { + + materialProperties.receiveShadow = object.receiveShadow; + p_uniforms.setValue( _gl, 'receiveShadow', object.receiveShadow ); + + } + + if ( refreshMaterial ) { + + p_uniforms.setValue( _gl, 'toneMappingExposure', _this.toneMappingExposure ); + + if ( materialProperties.needsLights ) { + + // the current material requires lighting info + + // note: all lighting uniforms are always set correctly + // they simply reference the renderer's state for their + // values + // + // use the current material's .needsUpdate flags to set + // the GL state when required + + markUniformsLightsNeedsUpdate( m_uniforms, refreshLights ); + + } + + // refresh uniforms common to several materials + + if ( fog && material.fog ) { + + materials.refreshFogUniforms( m_uniforms, fog ); + + } + + materials.refreshMaterialUniforms( m_uniforms, material, _pixelRatio, _height, _transmissionRenderTarget ); + + WebGLUniforms.upload( _gl, materialProperties.uniformsList, m_uniforms, textures ); + + } + + if ( material.isShaderMaterial && material.uniformsNeedUpdate === true ) { + + WebGLUniforms.upload( _gl, materialProperties.uniformsList, m_uniforms, textures ); + material.uniformsNeedUpdate = false; + + } + + if ( material.isSpriteMaterial ) { + + p_uniforms.setValue( _gl, 'center', object.center ); + + } + + // common matrices + + p_uniforms.setValue( _gl, 'modelViewMatrix', object.modelViewMatrix ); + p_uniforms.setValue( _gl, 'normalMatrix', object.normalMatrix ); + p_uniforms.setValue( _gl, 'modelMatrix', object.matrixWorld ); + + return program; + + } + + // If uniforms are marked as clean, they don't need to be loaded to the GPU. + + function markUniformsLightsNeedsUpdate( uniforms, value ) { + + uniforms.ambientLightColor.needsUpdate = value; + uniforms.lightProbe.needsUpdate = value; + + uniforms.directionalLights.needsUpdate = value; + uniforms.directionalLightShadows.needsUpdate = value; + uniforms.pointLights.needsUpdate = value; + uniforms.pointLightShadows.needsUpdate = value; + uniforms.spotLights.needsUpdate = value; + uniforms.spotLightShadows.needsUpdate = value; + uniforms.rectAreaLights.needsUpdate = value; + uniforms.hemisphereLights.needsUpdate = value; + + } + + function materialNeedsLights( material ) { + + return material.isMeshLambertMaterial || material.isMeshToonMaterial || material.isMeshPhongMaterial || + material.isMeshStandardMaterial || material.isShadowMaterial || + ( material.isShaderMaterial && material.lights === true ); + + } + + this.getActiveCubeFace = function () { + + return _currentActiveCubeFace; + + }; + + this.getActiveMipmapLevel = function () { + + return _currentActiveMipmapLevel; + + }; + + this.getRenderTarget = function () { + + return _currentRenderTarget; + + }; + + this.setRenderTarget = function ( renderTarget, activeCubeFace = 0, activeMipmapLevel = 0 ) { + + _currentRenderTarget = renderTarget; + _currentActiveCubeFace = activeCubeFace; + _currentActiveMipmapLevel = activeMipmapLevel; + + if ( renderTarget && properties.get( renderTarget ).__webglFramebuffer === undefined ) { + + textures.setupRenderTarget( renderTarget ); + + } + + let framebuffer = null; + let isCube = false; + let isRenderTarget3D = false; + + if ( renderTarget ) { + + const texture = renderTarget.texture; + + if ( texture.isDataTexture3D || texture.isDataTexture2DArray ) { + + isRenderTarget3D = true; + + } + + const __webglFramebuffer = properties.get( renderTarget ).__webglFramebuffer; + + if ( renderTarget.isWebGLCubeRenderTarget ) { + + framebuffer = __webglFramebuffer[ activeCubeFace ]; + isCube = true; + + } else if ( renderTarget.isWebGLMultisampleRenderTarget ) { + + framebuffer = properties.get( renderTarget ).__webglMultisampledFramebuffer; + + } else { + + framebuffer = __webglFramebuffer; + + } + + _currentViewport.copy( renderTarget.viewport ); + _currentScissor.copy( renderTarget.scissor ); + _currentScissorTest = renderTarget.scissorTest; + + } else { + + _currentViewport.copy( _viewport ).multiplyScalar( _pixelRatio ).floor(); + _currentScissor.copy( _scissor ).multiplyScalar( _pixelRatio ).floor(); + _currentScissorTest = _scissorTest; + + } + + const framebufferBound = state.bindFramebuffer( 36160, framebuffer ); + + if ( framebufferBound && capabilities.drawBuffers ) { + + let needsUpdate = false; + + if ( renderTarget ) { + + if ( renderTarget.isWebGLMultipleRenderTargets ) { + + const textures = renderTarget.texture; + + if ( _currentDrawBuffers.length !== textures.length || _currentDrawBuffers[ 0 ] !== 36064 ) { + + for ( let i = 0, il = textures.length; i < il; i ++ ) { + + _currentDrawBuffers[ i ] = 36064 + i; + + } + + _currentDrawBuffers.length = textures.length; + + needsUpdate = true; + + } + + } else { + + if ( _currentDrawBuffers.length !== 1 || _currentDrawBuffers[ 0 ] !== 36064 ) { + + _currentDrawBuffers[ 0 ] = 36064; + _currentDrawBuffers.length = 1; + + needsUpdate = true; + + } + + } + + } else { + + if ( _currentDrawBuffers.length !== 1 || _currentDrawBuffers[ 0 ] !== 1029 ) { + + _currentDrawBuffers[ 0 ] = 1029; + _currentDrawBuffers.length = 1; + + needsUpdate = true; + + } + + } + + if ( needsUpdate ) { + + if ( capabilities.isWebGL2 ) { + + _gl.drawBuffers( _currentDrawBuffers ); + + } else { + + extensions.get( 'WEBGL_draw_buffers' ).drawBuffersWEBGL( _currentDrawBuffers ); + + } + + } + + } + + state.viewport( _currentViewport ); + state.scissor( _currentScissor ); + state.setScissorTest( _currentScissorTest ); + + if ( isCube ) { + + const textureProperties = properties.get( renderTarget.texture ); + _gl.framebufferTexture2D( 36160, 36064, 34069 + activeCubeFace, textureProperties.__webglTexture, activeMipmapLevel ); + + } else if ( isRenderTarget3D ) { + + const textureProperties = properties.get( renderTarget.texture ); + const layer = activeCubeFace || 0; + _gl.framebufferTextureLayer( 36160, 36064, textureProperties.__webglTexture, activeMipmapLevel || 0, layer ); + + } + + }; + + this.readRenderTargetPixels = function ( renderTarget, x, y, width, height, buffer, activeCubeFaceIndex ) { + + if ( ! ( renderTarget && renderTarget.isWebGLRenderTarget ) ) { + + console.error( 'THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not THREE.WebGLRenderTarget.' ); + return; + + } + + let framebuffer = properties.get( renderTarget ).__webglFramebuffer; + + if ( renderTarget.isWebGLCubeRenderTarget && activeCubeFaceIndex !== undefined ) { + + framebuffer = framebuffer[ activeCubeFaceIndex ]; + + } + + if ( framebuffer ) { + + state.bindFramebuffer( 36160, framebuffer ); + + try { + + const texture = renderTarget.texture; + const textureFormat = texture.format; + const textureType = texture.type; + + if ( textureFormat !== RGBAFormat && utils.convert( textureFormat ) !== _gl.getParameter( 35739 ) ) { + + console.error( 'THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not in RGBA or implementation defined format.' ); + return; + + } + + const halfFloatSupportedByExt = ( textureType === HalfFloatType ) && ( extensions.has( 'EXT_color_buffer_half_float' ) || ( capabilities.isWebGL2 && extensions.has( 'EXT_color_buffer_float' ) ) ); + + if ( textureType !== UnsignedByteType && utils.convert( textureType ) !== _gl.getParameter( 35738 ) && // Edge and Chrome Mac < 52 (#9513) + ! ( textureType === FloatType && ( capabilities.isWebGL2 || extensions.has( 'OES_texture_float' ) || extensions.has( 'WEBGL_color_buffer_float' ) ) ) && // Chrome Mac >= 52 and Firefox + ! halfFloatSupportedByExt ) { + + console.error( 'THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not in UnsignedByteType or implementation defined type.' ); + return; + + } + + if ( _gl.checkFramebufferStatus( 36160 ) === 36053 ) { + + // the following if statement ensures valid read requests (no out-of-bounds pixels, see #8604) + + if ( ( x >= 0 && x <= ( renderTarget.width - width ) ) && ( y >= 0 && y <= ( renderTarget.height - height ) ) ) { + + _gl.readPixels( x, y, width, height, utils.convert( textureFormat ), utils.convert( textureType ), buffer ); + + } + + } else { + + console.error( 'THREE.WebGLRenderer.readRenderTargetPixels: readPixels from renderTarget failed. Framebuffer not complete.' ); + + } + + } finally { + + // restore framebuffer of current render target if necessary + + const framebuffer = ( _currentRenderTarget !== null ) ? properties.get( _currentRenderTarget ).__webglFramebuffer : null; + state.bindFramebuffer( 36160, framebuffer ); + + } + + } + + }; + + this.copyFramebufferToTexture = function ( position, texture, level = 0 ) { + + const levelScale = Math.pow( 2, - level ); + const width = Math.floor( texture.image.width * levelScale ); + const height = Math.floor( texture.image.height * levelScale ); + + let glFormat = utils.convert( texture.format ); + + if ( capabilities.isWebGL2 ) { + + // Workaround for https://bugs.chromium.org/p/chromium/issues/detail?id=1120100 + // Not needed in Chrome 93+ + + if ( glFormat === 6407 ) glFormat = 32849; + if ( glFormat === 6408 ) glFormat = 32856; + + } + + textures.setTexture2D( texture, 0 ); + + _gl.copyTexImage2D( 3553, level, glFormat, position.x, position.y, width, height, 0 ); + + state.unbindTexture(); + + }; + + this.copyTextureToTexture = function ( position, srcTexture, dstTexture, level = 0 ) { + + const width = srcTexture.image.width; + const height = srcTexture.image.height; + const glFormat = utils.convert( dstTexture.format ); + const glType = utils.convert( dstTexture.type ); + + textures.setTexture2D( dstTexture, 0 ); + + // As another texture upload may have changed pixelStorei + // parameters, make sure they are correct for the dstTexture + _gl.pixelStorei( 37440, dstTexture.flipY ); + _gl.pixelStorei( 37441, dstTexture.premultiplyAlpha ); + _gl.pixelStorei( 3317, dstTexture.unpackAlignment ); + + if ( srcTexture.isDataTexture ) { + + _gl.texSubImage2D( 3553, level, position.x, position.y, width, height, glFormat, glType, srcTexture.image.data ); + + } else { + + if ( srcTexture.isCompressedTexture ) { + + _gl.compressedTexSubImage2D( 3553, level, position.x, position.y, srcTexture.mipmaps[ 0 ].width, srcTexture.mipmaps[ 0 ].height, glFormat, srcTexture.mipmaps[ 0 ].data ); + + } else { + + _gl.texSubImage2D( 3553, level, position.x, position.y, glFormat, glType, srcTexture.image ); + + } + + } + + // Generate mipmaps only when copying level 0 + if ( level === 0 && dstTexture.generateMipmaps ) _gl.generateMipmap( 3553 ); + + state.unbindTexture(); + + }; + + this.copyTextureToTexture3D = function ( sourceBox, position, srcTexture, dstTexture, level = 0 ) { + + if ( _this.isWebGL1Renderer ) { + + console.warn( 'THREE.WebGLRenderer.copyTextureToTexture3D: can only be used with WebGL2.' ); + return; + + } + + const width = sourceBox.max.x - sourceBox.min.x + 1; + const height = sourceBox.max.y - sourceBox.min.y + 1; + const depth = sourceBox.max.z - sourceBox.min.z + 1; + const glFormat = utils.convert( dstTexture.format ); + const glType = utils.convert( dstTexture.type ); + let glTarget; + + if ( dstTexture.isDataTexture3D ) { + + textures.setTexture3D( dstTexture, 0 ); + glTarget = 32879; + + } else if ( dstTexture.isDataTexture2DArray ) { + + textures.setTexture2DArray( dstTexture, 0 ); + glTarget = 35866; + + } else { + + console.warn( 'THREE.WebGLRenderer.copyTextureToTexture3D: only supports THREE.DataTexture3D and THREE.DataTexture2DArray.' ); + return; + + } + + _gl.pixelStorei( 37440, dstTexture.flipY ); + _gl.pixelStorei( 37441, dstTexture.premultiplyAlpha ); + _gl.pixelStorei( 3317, dstTexture.unpackAlignment ); + + const unpackRowLen = _gl.getParameter( 3314 ); + const unpackImageHeight = _gl.getParameter( 32878 ); + const unpackSkipPixels = _gl.getParameter( 3316 ); + const unpackSkipRows = _gl.getParameter( 3315 ); + const unpackSkipImages = _gl.getParameter( 32877 ); + + const image = srcTexture.isCompressedTexture ? srcTexture.mipmaps[ 0 ] : srcTexture.image; + + _gl.pixelStorei( 3314, image.width ); + _gl.pixelStorei( 32878, image.height ); + _gl.pixelStorei( 3316, sourceBox.min.x ); + _gl.pixelStorei( 3315, sourceBox.min.y ); + _gl.pixelStorei( 32877, sourceBox.min.z ); + + if ( srcTexture.isDataTexture || srcTexture.isDataTexture3D ) { + + _gl.texSubImage3D( glTarget, level, position.x, position.y, position.z, width, height, depth, glFormat, glType, image.data ); + + } else { + + if ( srcTexture.isCompressedTexture ) { + + console.warn( 'THREE.WebGLRenderer.copyTextureToTexture3D: untested support for compressed srcTexture.' ); + _gl.compressedTexSubImage3D( glTarget, level, position.x, position.y, position.z, width, height, depth, glFormat, image.data ); + + } else { + + _gl.texSubImage3D( glTarget, level, position.x, position.y, position.z, width, height, depth, glFormat, glType, image ); + + } + + } + + _gl.pixelStorei( 3314, unpackRowLen ); + _gl.pixelStorei( 32878, unpackImageHeight ); + _gl.pixelStorei( 3316, unpackSkipPixels ); + _gl.pixelStorei( 3315, unpackSkipRows ); + _gl.pixelStorei( 32877, unpackSkipImages ); + + // Generate mipmaps only when copying level 0 + if ( level === 0 && dstTexture.generateMipmaps ) _gl.generateMipmap( glTarget ); + + state.unbindTexture(); + + }; + + this.initTexture = function ( texture ) { + + textures.setTexture2D( texture, 0 ); + + state.unbindTexture(); + + }; + + this.resetState = function () { + + _currentActiveCubeFace = 0; + _currentActiveMipmapLevel = 0; + _currentRenderTarget = null; + + state.reset(); + bindingStates.reset(); + + }; + + if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) { + + __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) ); // eslint-disable-line no-undef + + } + +} + +class WebGL1Renderer extends WebGLRenderer {} + +WebGL1Renderer.prototype.isWebGL1Renderer = true; + +class FogExp2 { + + constructor( color, density = 0.00025 ) { + + this.name = ''; + + this.color = new Color( color ); + this.density = density; + + } + + clone() { + + return new FogExp2( this.color, this.density ); + + } + + toJSON( /* meta */ ) { + + return { + type: 'FogExp2', + color: this.color.getHex(), + density: this.density + }; + + } + +} + +FogExp2.prototype.isFogExp2 = true; + +class Fog { + + constructor( color, near = 1, far = 1000 ) { + + this.name = ''; + + this.color = new Color( color ); + + this.near = near; + this.far = far; + + } + + clone() { + + return new Fog( this.color, this.near, this.far ); + + } + + toJSON( /* meta */ ) { + + return { + type: 'Fog', + color: this.color.getHex(), + near: this.near, + far: this.far + }; + + } + +} + +Fog.prototype.isFog = true; + +class Scene extends Object3D { + + constructor() { + + super(); + + this.type = 'Scene'; + + this.background = null; + this.environment = null; + this.fog = null; + + this.overrideMaterial = null; + + this.autoUpdate = true; // checked by the renderer + + if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) { + + __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) ); // eslint-disable-line no-undef + + } + + } + + copy( source, recursive ) { + + super.copy( source, recursive ); + + if ( source.background !== null ) this.background = source.background.clone(); + if ( source.environment !== null ) this.environment = source.environment.clone(); + if ( source.fog !== null ) this.fog = source.fog.clone(); + + if ( source.overrideMaterial !== null ) this.overrideMaterial = source.overrideMaterial.clone(); + + this.autoUpdate = source.autoUpdate; + this.matrixAutoUpdate = source.matrixAutoUpdate; + + return this; + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + if ( this.fog !== null ) data.object.fog = this.fog.toJSON(); + + return data; + + } + +} + +Scene.prototype.isScene = true; + +class InterleavedBuffer { + + constructor( array, stride ) { + + this.array = array; + this.stride = stride; + this.count = array !== undefined ? array.length / stride : 0; + + this.usage = StaticDrawUsage; + this.updateRange = { offset: 0, count: - 1 }; + + this.version = 0; + + this.uuid = generateUUID(); + + } + + onUploadCallback() {} + + set needsUpdate( value ) { + + if ( value === true ) this.version ++; + + } + + setUsage( value ) { + + this.usage = value; + + return this; + + } + + copy( source ) { + + this.array = new source.array.constructor( source.array ); + this.count = source.count; + this.stride = source.stride; + this.usage = source.usage; + + return this; + + } + + copyAt( index1, attribute, index2 ) { + + index1 *= this.stride; + index2 *= attribute.stride; + + for ( let i = 0, l = this.stride; i < l; i ++ ) { + + this.array[ index1 + i ] = attribute.array[ index2 + i ]; + + } + + return this; + + } + + set( value, offset = 0 ) { + + this.array.set( value, offset ); + + return this; + + } + + clone( data ) { + + if ( data.arrayBuffers === undefined ) { + + data.arrayBuffers = {}; + + } + + if ( this.array.buffer._uuid === undefined ) { + + this.array.buffer._uuid = generateUUID(); + + } + + if ( data.arrayBuffers[ this.array.buffer._uuid ] === undefined ) { + + data.arrayBuffers[ this.array.buffer._uuid ] = this.array.slice( 0 ).buffer; + + } + + const array = new this.array.constructor( data.arrayBuffers[ this.array.buffer._uuid ] ); + + const ib = new this.constructor( array, this.stride ); + ib.setUsage( this.usage ); + + return ib; + + } + + onUpload( callback ) { + + this.onUploadCallback = callback; + + return this; + + } + + toJSON( data ) { + + if ( data.arrayBuffers === undefined ) { + + data.arrayBuffers = {}; + + } + + // generate UUID for array buffer if necessary + + if ( this.array.buffer._uuid === undefined ) { + + this.array.buffer._uuid = generateUUID(); + + } + + if ( data.arrayBuffers[ this.array.buffer._uuid ] === undefined ) { + + data.arrayBuffers[ this.array.buffer._uuid ] = Array.prototype.slice.call( new Uint32Array( this.array.buffer ) ); + + } + + // + + return { + uuid: this.uuid, + buffer: this.array.buffer._uuid, + type: this.array.constructor.name, + stride: this.stride + }; + + } + +} + +InterleavedBuffer.prototype.isInterleavedBuffer = true; + +const _vector$6 = /*@__PURE__*/ new Vector3(); + +class InterleavedBufferAttribute { + + constructor( interleavedBuffer, itemSize, offset, normalized = false ) { + + this.name = ''; + + this.data = interleavedBuffer; + this.itemSize = itemSize; + this.offset = offset; + + this.normalized = normalized === true; + + } + + get count() { + + return this.data.count; + + } + + get array() { + + return this.data.array; + + } + + set needsUpdate( value ) { + + this.data.needsUpdate = value; + + } + + applyMatrix4( m ) { + + for ( let i = 0, l = this.data.count; i < l; i ++ ) { + + _vector$6.x = this.getX( i ); + _vector$6.y = this.getY( i ); + _vector$6.z = this.getZ( i ); + + _vector$6.applyMatrix4( m ); + + this.setXYZ( i, _vector$6.x, _vector$6.y, _vector$6.z ); + + } + + return this; + + } + + applyNormalMatrix( m ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector$6.x = this.getX( i ); + _vector$6.y = this.getY( i ); + _vector$6.z = this.getZ( i ); + + _vector$6.applyNormalMatrix( m ); + + this.setXYZ( i, _vector$6.x, _vector$6.y, _vector$6.z ); + + } + + return this; + + } + + transformDirection( m ) { + + for ( let i = 0, l = this.count; i < l; i ++ ) { + + _vector$6.x = this.getX( i ); + _vector$6.y = this.getY( i ); + _vector$6.z = this.getZ( i ); + + _vector$6.transformDirection( m ); + + this.setXYZ( i, _vector$6.x, _vector$6.y, _vector$6.z ); + + } + + return this; + + } + + setX( index, x ) { + + this.data.array[ index * this.data.stride + this.offset ] = x; + + return this; + + } + + setY( index, y ) { + + this.data.array[ index * this.data.stride + this.offset + 1 ] = y; + + return this; + + } + + setZ( index, z ) { + + this.data.array[ index * this.data.stride + this.offset + 2 ] = z; + + return this; + + } + + setW( index, w ) { + + this.data.array[ index * this.data.stride + this.offset + 3 ] = w; + + return this; + + } + + getX( index ) { + + return this.data.array[ index * this.data.stride + this.offset ]; + + } + + getY( index ) { + + return this.data.array[ index * this.data.stride + this.offset + 1 ]; + + } + + getZ( index ) { + + return this.data.array[ index * this.data.stride + this.offset + 2 ]; + + } + + getW( index ) { + + return this.data.array[ index * this.data.stride + this.offset + 3 ]; + + } + + setXY( index, x, y ) { + + index = index * this.data.stride + this.offset; + + this.data.array[ index + 0 ] = x; + this.data.array[ index + 1 ] = y; + + return this; + + } + + setXYZ( index, x, y, z ) { + + index = index * this.data.stride + this.offset; + + this.data.array[ index + 0 ] = x; + this.data.array[ index + 1 ] = y; + this.data.array[ index + 2 ] = z; + + return this; + + } + + setXYZW( index, x, y, z, w ) { + + index = index * this.data.stride + this.offset; + + this.data.array[ index + 0 ] = x; + this.data.array[ index + 1 ] = y; + this.data.array[ index + 2 ] = z; + this.data.array[ index + 3 ] = w; + + return this; + + } + + clone( data ) { + + if ( data === undefined ) { + + console.log( 'THREE.InterleavedBufferAttribute.clone(): Cloning an interlaved buffer attribute will deinterleave buffer data.' ); + + const array = []; + + for ( let i = 0; i < this.count; i ++ ) { + + const index = i * this.data.stride + this.offset; + + for ( let j = 0; j < this.itemSize; j ++ ) { + + array.push( this.data.array[ index + j ] ); + + } + + } + + return new BufferAttribute( new this.array.constructor( array ), this.itemSize, this.normalized ); + + } else { + + if ( data.interleavedBuffers === undefined ) { + + data.interleavedBuffers = {}; + + } + + if ( data.interleavedBuffers[ this.data.uuid ] === undefined ) { + + data.interleavedBuffers[ this.data.uuid ] = this.data.clone( data ); + + } + + return new InterleavedBufferAttribute( data.interleavedBuffers[ this.data.uuid ], this.itemSize, this.offset, this.normalized ); + + } + + } + + toJSON( data ) { + + if ( data === undefined ) { + + console.log( 'THREE.InterleavedBufferAttribute.toJSON(): Serializing an interlaved buffer attribute will deinterleave buffer data.' ); + + const array = []; + + for ( let i = 0; i < this.count; i ++ ) { + + const index = i * this.data.stride + this.offset; + + for ( let j = 0; j < this.itemSize; j ++ ) { + + array.push( this.data.array[ index + j ] ); + + } + + } + + // deinterleave data and save it as an ordinary buffer attribute for now + + return { + itemSize: this.itemSize, + type: this.array.constructor.name, + array: array, + normalized: this.normalized + }; + + } else { + + // save as true interlaved attribtue + + if ( data.interleavedBuffers === undefined ) { + + data.interleavedBuffers = {}; + + } + + if ( data.interleavedBuffers[ this.data.uuid ] === undefined ) { + + data.interleavedBuffers[ this.data.uuid ] = this.data.toJSON( data ); + + } + + return { + isInterleavedBufferAttribute: true, + itemSize: this.itemSize, + data: this.data.uuid, + offset: this.offset, + normalized: this.normalized + }; + + } + + } + +} + +InterleavedBufferAttribute.prototype.isInterleavedBufferAttribute = true; + +/** + * parameters = { + * color: , + * map: new THREE.Texture( ), + * alphaMap: new THREE.Texture( ), + * rotation: , + * sizeAttenuation: + * } + */ + +class SpriteMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'SpriteMaterial'; + + this.color = new Color( 0xffffff ); + + this.map = null; + + this.alphaMap = null; + + this.rotation = 0; + + this.sizeAttenuation = true; + + this.transparent = true; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + this.map = source.map; + + this.alphaMap = source.alphaMap; + + this.rotation = source.rotation; + + this.sizeAttenuation = source.sizeAttenuation; + + return this; + + } + +} + +SpriteMaterial.prototype.isSpriteMaterial = true; + +let _geometry; + +const _intersectPoint = /*@__PURE__*/ new Vector3(); +const _worldScale = /*@__PURE__*/ new Vector3(); +const _mvPosition = /*@__PURE__*/ new Vector3(); + +const _alignedPosition = /*@__PURE__*/ new Vector2(); +const _rotatedPosition = /*@__PURE__*/ new Vector2(); +const _viewWorldMatrix = /*@__PURE__*/ new Matrix4(); + +const _vA = /*@__PURE__*/ new Vector3(); +const _vB = /*@__PURE__*/ new Vector3(); +const _vC = /*@__PURE__*/ new Vector3(); + +const _uvA = /*@__PURE__*/ new Vector2(); +const _uvB = /*@__PURE__*/ new Vector2(); +const _uvC = /*@__PURE__*/ new Vector2(); + +class Sprite extends Object3D { + + constructor( material ) { + + super(); + + this.type = 'Sprite'; + + if ( _geometry === undefined ) { + + _geometry = new BufferGeometry(); + + const float32Array = new Float32Array( [ + - 0.5, - 0.5, 0, 0, 0, + 0.5, - 0.5, 0, 1, 0, + 0.5, 0.5, 0, 1, 1, + - 0.5, 0.5, 0, 0, 1 + ] ); + + const interleavedBuffer = new InterleavedBuffer( float32Array, 5 ); + + _geometry.setIndex( [ 0, 1, 2, 0, 2, 3 ] ); + _geometry.setAttribute( 'position', new InterleavedBufferAttribute( interleavedBuffer, 3, 0, false ) ); + _geometry.setAttribute( 'uv', new InterleavedBufferAttribute( interleavedBuffer, 2, 3, false ) ); + + } + + this.geometry = _geometry; + this.material = ( material !== undefined ) ? material : new SpriteMaterial(); + + this.center = new Vector2( 0.5, 0.5 ); + + } + + raycast( raycaster, intersects ) { + + if ( raycaster.camera === null ) { + + console.error( 'THREE.Sprite: "Raycaster.camera" needs to be set in order to raycast against sprites.' ); + + } + + _worldScale.setFromMatrixScale( this.matrixWorld ); + + _viewWorldMatrix.copy( raycaster.camera.matrixWorld ); + this.modelViewMatrix.multiplyMatrices( raycaster.camera.matrixWorldInverse, this.matrixWorld ); + + _mvPosition.setFromMatrixPosition( this.modelViewMatrix ); + + if ( raycaster.camera.isPerspectiveCamera && this.material.sizeAttenuation === false ) { + + _worldScale.multiplyScalar( - _mvPosition.z ); + + } + + const rotation = this.material.rotation; + let sin, cos; + + if ( rotation !== 0 ) { + + cos = Math.cos( rotation ); + sin = Math.sin( rotation ); + + } + + const center = this.center; + + transformVertex( _vA.set( - 0.5, - 0.5, 0 ), _mvPosition, center, _worldScale, sin, cos ); + transformVertex( _vB.set( 0.5, - 0.5, 0 ), _mvPosition, center, _worldScale, sin, cos ); + transformVertex( _vC.set( 0.5, 0.5, 0 ), _mvPosition, center, _worldScale, sin, cos ); + + _uvA.set( 0, 0 ); + _uvB.set( 1, 0 ); + _uvC.set( 1, 1 ); + + // check first triangle + let intersect = raycaster.ray.intersectTriangle( _vA, _vB, _vC, false, _intersectPoint ); + + if ( intersect === null ) { + + // check second triangle + transformVertex( _vB.set( - 0.5, 0.5, 0 ), _mvPosition, center, _worldScale, sin, cos ); + _uvB.set( 0, 1 ); + + intersect = raycaster.ray.intersectTriangle( _vA, _vC, _vB, false, _intersectPoint ); + if ( intersect === null ) { + + return; + + } + + } + + const distance = raycaster.ray.origin.distanceTo( _intersectPoint ); + + if ( distance < raycaster.near || distance > raycaster.far ) return; + + intersects.push( { + + distance: distance, + point: _intersectPoint.clone(), + uv: Triangle.getUV( _intersectPoint, _vA, _vB, _vC, _uvA, _uvB, _uvC, new Vector2() ), + face: null, + object: this + + } ); + + } + + copy( source ) { + + super.copy( source ); + + if ( source.center !== undefined ) this.center.copy( source.center ); + + this.material = source.material; + + return this; + + } + +} + +Sprite.prototype.isSprite = true; + +function transformVertex( vertexPosition, mvPosition, center, scale, sin, cos ) { + + // compute position in camera space + _alignedPosition.subVectors( vertexPosition, center ).addScalar( 0.5 ).multiply( scale ); + + // to check if rotation is not zero + if ( sin !== undefined ) { + + _rotatedPosition.x = ( cos * _alignedPosition.x ) - ( sin * _alignedPosition.y ); + _rotatedPosition.y = ( sin * _alignedPosition.x ) + ( cos * _alignedPosition.y ); + + } else { + + _rotatedPosition.copy( _alignedPosition ); + + } + + + vertexPosition.copy( mvPosition ); + vertexPosition.x += _rotatedPosition.x; + vertexPosition.y += _rotatedPosition.y; + + // transform to world space + vertexPosition.applyMatrix4( _viewWorldMatrix ); + +} + +const _v1$2 = /*@__PURE__*/ new Vector3(); +const _v2$1 = /*@__PURE__*/ new Vector3(); + +class LOD extends Object3D { + + constructor() { + + super(); + + this._currentLevel = 0; + + this.type = 'LOD'; + + Object.defineProperties( this, { + levels: { + enumerable: true, + value: [] + }, + isLOD: { + value: true, + } + } ); + + this.autoUpdate = true; + + } + + copy( source ) { + + super.copy( source, false ); + + const levels = source.levels; + + for ( let i = 0, l = levels.length; i < l; i ++ ) { + + const level = levels[ i ]; + + this.addLevel( level.object.clone(), level.distance ); + + } + + this.autoUpdate = source.autoUpdate; + + return this; + + } + + addLevel( object, distance = 0 ) { + + distance = Math.abs( distance ); + + const levels = this.levels; + + let l; + + for ( l = 0; l < levels.length; l ++ ) { + + if ( distance < levels[ l ].distance ) { + + break; + + } + + } + + levels.splice( l, 0, { distance: distance, object: object } ); + + this.add( object ); + + return this; + + } + + getCurrentLevel() { + + return this._currentLevel; + + } + + getObjectForDistance( distance ) { + + const levels = this.levels; + + if ( levels.length > 0 ) { + + let i, l; + + for ( i = 1, l = levels.length; i < l; i ++ ) { + + if ( distance < levels[ i ].distance ) { + + break; + + } + + } + + return levels[ i - 1 ].object; + + } + + return null; + + } + + raycast( raycaster, intersects ) { + + const levels = this.levels; + + if ( levels.length > 0 ) { + + _v1$2.setFromMatrixPosition( this.matrixWorld ); + + const distance = raycaster.ray.origin.distanceTo( _v1$2 ); + + this.getObjectForDistance( distance ).raycast( raycaster, intersects ); + + } + + } + + update( camera ) { + + const levels = this.levels; + + if ( levels.length > 1 ) { + + _v1$2.setFromMatrixPosition( camera.matrixWorld ); + _v2$1.setFromMatrixPosition( this.matrixWorld ); + + const distance = _v1$2.distanceTo( _v2$1 ) / camera.zoom; + + levels[ 0 ].object.visible = true; + + let i, l; + + for ( i = 1, l = levels.length; i < l; i ++ ) { + + if ( distance >= levels[ i ].distance ) { + + levels[ i - 1 ].object.visible = false; + levels[ i ].object.visible = true; + + } else { + + break; + + } + + } + + this._currentLevel = i - 1; + + for ( ; i < l; i ++ ) { + + levels[ i ].object.visible = false; + + } + + } + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + if ( this.autoUpdate === false ) data.object.autoUpdate = false; + + data.object.levels = []; + + const levels = this.levels; + + for ( let i = 0, l = levels.length; i < l; i ++ ) { + + const level = levels[ i ]; + + data.object.levels.push( { + object: level.object.uuid, + distance: level.distance + } ); + + } + + return data; + + } + +} + +const _basePosition = /*@__PURE__*/ new Vector3(); + +const _skinIndex = /*@__PURE__*/ new Vector4(); +const _skinWeight = /*@__PURE__*/ new Vector4(); + +const _vector$5 = /*@__PURE__*/ new Vector3(); +const _matrix = /*@__PURE__*/ new Matrix4(); + +class SkinnedMesh extends Mesh { + + constructor( geometry, material ) { + + super( geometry, material ); + + this.type = 'SkinnedMesh'; + + this.bindMode = 'attached'; + this.bindMatrix = new Matrix4(); + this.bindMatrixInverse = new Matrix4(); + + } + + copy( source ) { + + super.copy( source ); + + this.bindMode = source.bindMode; + this.bindMatrix.copy( source.bindMatrix ); + this.bindMatrixInverse.copy( source.bindMatrixInverse ); + + this.skeleton = source.skeleton; + + return this; + + } + + bind( skeleton, bindMatrix ) { + + this.skeleton = skeleton; + + if ( bindMatrix === undefined ) { + + this.updateMatrixWorld( true ); + + this.skeleton.calculateInverses(); + + bindMatrix = this.matrixWorld; + + } + + this.bindMatrix.copy( bindMatrix ); + this.bindMatrixInverse.copy( bindMatrix ).invert(); + + } + + pose() { + + this.skeleton.pose(); + + } + + normalizeSkinWeights() { + + const vector = new Vector4(); + + const skinWeight = this.geometry.attributes.skinWeight; + + for ( let i = 0, l = skinWeight.count; i < l; i ++ ) { + + vector.x = skinWeight.getX( i ); + vector.y = skinWeight.getY( i ); + vector.z = skinWeight.getZ( i ); + vector.w = skinWeight.getW( i ); + + const scale = 1.0 / vector.manhattanLength(); + + if ( scale !== Infinity ) { + + vector.multiplyScalar( scale ); + + } else { + + vector.set( 1, 0, 0, 0 ); // do something reasonable + + } + + skinWeight.setXYZW( i, vector.x, vector.y, vector.z, vector.w ); + + } + + } + + updateMatrixWorld( force ) { + + super.updateMatrixWorld( force ); + + if ( this.bindMode === 'attached' ) { + + this.bindMatrixInverse.copy( this.matrixWorld ).invert(); + + } else if ( this.bindMode === 'detached' ) { + + this.bindMatrixInverse.copy( this.bindMatrix ).invert(); + + } else { + + console.warn( 'THREE.SkinnedMesh: Unrecognized bindMode: ' + this.bindMode ); + + } + + } + + boneTransform( index, target ) { + + const skeleton = this.skeleton; + const geometry = this.geometry; + + _skinIndex.fromBufferAttribute( geometry.attributes.skinIndex, index ); + _skinWeight.fromBufferAttribute( geometry.attributes.skinWeight, index ); + + _basePosition.fromBufferAttribute( geometry.attributes.position, index ).applyMatrix4( this.bindMatrix ); + + target.set( 0, 0, 0 ); + + for ( let i = 0; i < 4; i ++ ) { + + const weight = _skinWeight.getComponent( i ); + + if ( weight !== 0 ) { + + const boneIndex = _skinIndex.getComponent( i ); + + _matrix.multiplyMatrices( skeleton.bones[ boneIndex ].matrixWorld, skeleton.boneInverses[ boneIndex ] ); + + target.addScaledVector( _vector$5.copy( _basePosition ).applyMatrix4( _matrix ), weight ); + + } + + } + + return target.applyMatrix4( this.bindMatrixInverse ); + + } + +} + +SkinnedMesh.prototype.isSkinnedMesh = true; + +class Bone extends Object3D { + + constructor() { + + super(); + + this.type = 'Bone'; + + } + +} + +Bone.prototype.isBone = true; + +class DataTexture extends Texture { + + constructor( data = null, width = 1, height = 1, format, type, mapping, wrapS, wrapT, magFilter = NearestFilter, minFilter = NearestFilter, anisotropy, encoding ) { + + super( null, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding ); + + this.image = { data: data, width: width, height: height }; + + this.magFilter = magFilter; + this.minFilter = minFilter; + + this.generateMipmaps = false; + this.flipY = false; + this.unpackAlignment = 1; + + this.needsUpdate = true; + + } + +} + +DataTexture.prototype.isDataTexture = true; + +const _offsetMatrix = /*@__PURE__*/ new Matrix4(); +const _identityMatrix = /*@__PURE__*/ new Matrix4(); + +class Skeleton { + + constructor( bones = [], boneInverses = [] ) { + + this.uuid = generateUUID(); + + this.bones = bones.slice( 0 ); + this.boneInverses = boneInverses; + this.boneMatrices = null; + + this.boneTexture = null; + this.boneTextureSize = 0; + + this.frame = - 1; + + this.init(); + + } + + init() { + + const bones = this.bones; + const boneInverses = this.boneInverses; + + this.boneMatrices = new Float32Array( bones.length * 16 ); + + // calculate inverse bone matrices if necessary + + if ( boneInverses.length === 0 ) { + + this.calculateInverses(); + + } else { + + // handle special case + + if ( bones.length !== boneInverses.length ) { + + console.warn( 'THREE.Skeleton: Number of inverse bone matrices does not match amount of bones.' ); + + this.boneInverses = []; + + for ( let i = 0, il = this.bones.length; i < il; i ++ ) { + + this.boneInverses.push( new Matrix4() ); + + } + + } + + } + + } + + calculateInverses() { + + this.boneInverses.length = 0; + + for ( let i = 0, il = this.bones.length; i < il; i ++ ) { + + const inverse = new Matrix4(); + + if ( this.bones[ i ] ) { + + inverse.copy( this.bones[ i ].matrixWorld ).invert(); + + } + + this.boneInverses.push( inverse ); + + } + + } + + pose() { + + // recover the bind-time world matrices + + for ( let i = 0, il = this.bones.length; i < il; i ++ ) { + + const bone = this.bones[ i ]; + + if ( bone ) { + + bone.matrixWorld.copy( this.boneInverses[ i ] ).invert(); + + } + + } + + // compute the local matrices, positions, rotations and scales + + for ( let i = 0, il = this.bones.length; i < il; i ++ ) { + + const bone = this.bones[ i ]; + + if ( bone ) { + + if ( bone.parent && bone.parent.isBone ) { + + bone.matrix.copy( bone.parent.matrixWorld ).invert(); + bone.matrix.multiply( bone.matrixWorld ); + + } else { + + bone.matrix.copy( bone.matrixWorld ); + + } + + bone.matrix.decompose( bone.position, bone.quaternion, bone.scale ); + + } + + } + + } + + update() { + + const bones = this.bones; + const boneInverses = this.boneInverses; + const boneMatrices = this.boneMatrices; + const boneTexture = this.boneTexture; + + // flatten bone matrices to array + + for ( let i = 0, il = bones.length; i < il; i ++ ) { + + // compute the offset between the current and the original transform + + const matrix = bones[ i ] ? bones[ i ].matrixWorld : _identityMatrix; + + _offsetMatrix.multiplyMatrices( matrix, boneInverses[ i ] ); + _offsetMatrix.toArray( boneMatrices, i * 16 ); + + } + + if ( boneTexture !== null ) { + + boneTexture.needsUpdate = true; + + } + + } + + clone() { + + return new Skeleton( this.bones, this.boneInverses ); + + } + + computeBoneTexture() { + + // layout (1 matrix = 4 pixels) + // RGBA RGBA RGBA RGBA (=> column1, column2, column3, column4) + // with 8x8 pixel texture max 16 bones * 4 pixels = (8 * 8) + // 16x16 pixel texture max 64 bones * 4 pixels = (16 * 16) + // 32x32 pixel texture max 256 bones * 4 pixels = (32 * 32) + // 64x64 pixel texture max 1024 bones * 4 pixels = (64 * 64) + + let size = Math.sqrt( this.bones.length * 4 ); // 4 pixels needed for 1 matrix + size = ceilPowerOfTwo( size ); + size = Math.max( size, 4 ); + + const boneMatrices = new Float32Array( size * size * 4 ); // 4 floats per RGBA pixel + boneMatrices.set( this.boneMatrices ); // copy current values + + const boneTexture = new DataTexture( boneMatrices, size, size, RGBAFormat, FloatType ); + + this.boneMatrices = boneMatrices; + this.boneTexture = boneTexture; + this.boneTextureSize = size; + + return this; + + } + + getBoneByName( name ) { + + for ( let i = 0, il = this.bones.length; i < il; i ++ ) { + + const bone = this.bones[ i ]; + + if ( bone.name === name ) { + + return bone; + + } + + } + + return undefined; + + } + + dispose( ) { + + if ( this.boneTexture !== null ) { + + this.boneTexture.dispose(); + + this.boneTexture = null; + + } + + } + + fromJSON( json, bones ) { + + this.uuid = json.uuid; + + for ( let i = 0, l = json.bones.length; i < l; i ++ ) { + + const uuid = json.bones[ i ]; + let bone = bones[ uuid ]; + + if ( bone === undefined ) { + + console.warn( 'THREE.Skeleton: No bone found with UUID:', uuid ); + bone = new Bone(); + + } + + this.bones.push( bone ); + this.boneInverses.push( new Matrix4().fromArray( json.boneInverses[ i ] ) ); + + } + + this.init(); + + return this; + + } + + toJSON() { + + const data = { + metadata: { + version: 4.5, + type: 'Skeleton', + generator: 'Skeleton.toJSON' + }, + bones: [], + boneInverses: [] + }; + + data.uuid = this.uuid; + + const bones = this.bones; + const boneInverses = this.boneInverses; + + for ( let i = 0, l = bones.length; i < l; i ++ ) { + + const bone = bones[ i ]; + data.bones.push( bone.uuid ); + + const boneInverse = boneInverses[ i ]; + data.boneInverses.push( boneInverse.toArray() ); + + } + + return data; + + } + +} + +const _instanceLocalMatrix = /*@__PURE__*/ new Matrix4(); +const _instanceWorldMatrix = /*@__PURE__*/ new Matrix4(); + +const _instanceIntersects = []; + +const _mesh = /*@__PURE__*/ new Mesh(); + +class InstancedMesh extends Mesh { + + constructor( geometry, material, count ) { + + super( geometry, material ); + + this.instanceMatrix = new BufferAttribute( new Float32Array( count * 16 ), 16 ); + this.instanceColor = null; + + this.count = count; + + this.frustumCulled = false; + + } + + copy( source ) { + + super.copy( source ); + + this.instanceMatrix.copy( source.instanceMatrix ); + + if ( source.instanceColor !== null ) this.instanceColor = source.instanceColor.clone(); + + this.count = source.count; + + return this; + + } + + getColorAt( index, color ) { + + color.fromArray( this.instanceColor.array, index * 3 ); + + } + + getMatrixAt( index, matrix ) { + + matrix.fromArray( this.instanceMatrix.array, index * 16 ); + + } + + raycast( raycaster, intersects ) { + + const matrixWorld = this.matrixWorld; + const raycastTimes = this.count; + + _mesh.geometry = this.geometry; + _mesh.material = this.material; + + if ( _mesh.material === undefined ) return; + + for ( let instanceId = 0; instanceId < raycastTimes; instanceId ++ ) { + + // calculate the world matrix for each instance + + this.getMatrixAt( instanceId, _instanceLocalMatrix ); + + _instanceWorldMatrix.multiplyMatrices( matrixWorld, _instanceLocalMatrix ); + + // the mesh represents this single instance + + _mesh.matrixWorld = _instanceWorldMatrix; + + _mesh.raycast( raycaster, _instanceIntersects ); + + // process the result of raycast + + for ( let i = 0, l = _instanceIntersects.length; i < l; i ++ ) { + + const intersect = _instanceIntersects[ i ]; + intersect.instanceId = instanceId; + intersect.object = this; + intersects.push( intersect ); + + } + + _instanceIntersects.length = 0; + + } + + } + + setColorAt( index, color ) { + + if ( this.instanceColor === null ) { + + this.instanceColor = new BufferAttribute( new Float32Array( this.instanceMatrix.count * 3 ), 3 ); + + } + + color.toArray( this.instanceColor.array, index * 3 ); + + } + + setMatrixAt( index, matrix ) { + + matrix.toArray( this.instanceMatrix.array, index * 16 ); + + } + + updateMorphTargets() { + + } + + dispose() { + + this.dispatchEvent( { type: 'dispose' } ); + + } + +} + +InstancedMesh.prototype.isInstancedMesh = true; + +/** + * parameters = { + * color: , + * opacity: , + * + * linewidth: , + * linecap: "round", + * linejoin: "round" + * } + */ + +class LineBasicMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'LineBasicMaterial'; + + this.color = new Color( 0xffffff ); + + this.linewidth = 1; + this.linecap = 'round'; + this.linejoin = 'round'; + + this.setValues( parameters ); + + } + + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + this.linewidth = source.linewidth; + this.linecap = source.linecap; + this.linejoin = source.linejoin; + + return this; + + } + +} + +LineBasicMaterial.prototype.isLineBasicMaterial = true; + +const _start$1 = /*@__PURE__*/ new Vector3(); +const _end$1 = /*@__PURE__*/ new Vector3(); +const _inverseMatrix$1 = /*@__PURE__*/ new Matrix4(); +const _ray$1 = /*@__PURE__*/ new Ray(); +const _sphere$1 = /*@__PURE__*/ new Sphere(); + +class Line extends Object3D { + + constructor( geometry = new BufferGeometry(), material = new LineBasicMaterial() ) { + + super(); + + this.type = 'Line'; + + this.geometry = geometry; + this.material = material; + + this.updateMorphTargets(); + + } + + copy( source ) { + + super.copy( source ); + + this.material = source.material; + this.geometry = source.geometry; + + return this; + + } + + computeLineDistances() { + + const geometry = this.geometry; + + if ( geometry.isBufferGeometry ) { + + // we assume non-indexed geometry + + if ( geometry.index === null ) { + + const positionAttribute = geometry.attributes.position; + const lineDistances = [ 0 ]; + + for ( let i = 1, l = positionAttribute.count; i < l; i ++ ) { + + _start$1.fromBufferAttribute( positionAttribute, i - 1 ); + _end$1.fromBufferAttribute( positionAttribute, i ); + + lineDistances[ i ] = lineDistances[ i - 1 ]; + lineDistances[ i ] += _start$1.distanceTo( _end$1 ); + + } + + geometry.setAttribute( 'lineDistance', new Float32BufferAttribute( lineDistances, 1 ) ); + + } else { + + console.warn( 'THREE.Line.computeLineDistances(): Computation only possible with non-indexed BufferGeometry.' ); + + } + + } else if ( geometry.isGeometry ) { + + console.error( 'THREE.Line.computeLineDistances() no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + return this; + + } + + raycast( raycaster, intersects ) { + + const geometry = this.geometry; + const matrixWorld = this.matrixWorld; + const threshold = raycaster.params.Line.threshold; + const drawRange = geometry.drawRange; + + // Checking boundingSphere distance to ray + + if ( geometry.boundingSphere === null ) geometry.computeBoundingSphere(); + + _sphere$1.copy( geometry.boundingSphere ); + _sphere$1.applyMatrix4( matrixWorld ); + _sphere$1.radius += threshold; + + if ( raycaster.ray.intersectsSphere( _sphere$1 ) === false ) return; + + // + + _inverseMatrix$1.copy( matrixWorld ).invert(); + _ray$1.copy( raycaster.ray ).applyMatrix4( _inverseMatrix$1 ); + + const localThreshold = threshold / ( ( this.scale.x + this.scale.y + this.scale.z ) / 3 ); + const localThresholdSq = localThreshold * localThreshold; + + const vStart = new Vector3(); + const vEnd = new Vector3(); + const interSegment = new Vector3(); + const interRay = new Vector3(); + const step = this.isLineSegments ? 2 : 1; + + if ( geometry.isBufferGeometry ) { + + const index = geometry.index; + const attributes = geometry.attributes; + const positionAttribute = attributes.position; + + if ( index !== null ) { + + const start = Math.max( 0, drawRange.start ); + const end = Math.min( index.count, ( drawRange.start + drawRange.count ) ); + + for ( let i = start, l = end - 1; i < l; i += step ) { + + const a = index.getX( i ); + const b = index.getX( i + 1 ); + + vStart.fromBufferAttribute( positionAttribute, a ); + vEnd.fromBufferAttribute( positionAttribute, b ); + + const distSq = _ray$1.distanceSqToSegment( vStart, vEnd, interRay, interSegment ); + + if ( distSq > localThresholdSq ) continue; + + interRay.applyMatrix4( this.matrixWorld ); //Move back to world space for distance calculation + + const distance = raycaster.ray.origin.distanceTo( interRay ); + + if ( distance < raycaster.near || distance > raycaster.far ) continue; + + intersects.push( { + + distance: distance, + // What do we want? intersection point on the ray or on the segment?? + // point: raycaster.ray.at( distance ), + point: interSegment.clone().applyMatrix4( this.matrixWorld ), + index: i, + face: null, + faceIndex: null, + object: this + + } ); + + } + + } else { + + const start = Math.max( 0, drawRange.start ); + const end = Math.min( positionAttribute.count, ( drawRange.start + drawRange.count ) ); + + for ( let i = start, l = end - 1; i < l; i += step ) { + + vStart.fromBufferAttribute( positionAttribute, i ); + vEnd.fromBufferAttribute( positionAttribute, i + 1 ); + + const distSq = _ray$1.distanceSqToSegment( vStart, vEnd, interRay, interSegment ); + + if ( distSq > localThresholdSq ) continue; + + interRay.applyMatrix4( this.matrixWorld ); //Move back to world space for distance calculation + + const distance = raycaster.ray.origin.distanceTo( interRay ); + + if ( distance < raycaster.near || distance > raycaster.far ) continue; + + intersects.push( { + + distance: distance, + // What do we want? intersection point on the ray or on the segment?? + // point: raycaster.ray.at( distance ), + point: interSegment.clone().applyMatrix4( this.matrixWorld ), + index: i, + face: null, + faceIndex: null, + object: this + + } ); + + } + + } + + } else if ( geometry.isGeometry ) { + + console.error( 'THREE.Line.raycast() no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + } + + updateMorphTargets() { + + const geometry = this.geometry; + + if ( geometry.isBufferGeometry ) { + + const morphAttributes = geometry.morphAttributes; + const keys = Object.keys( morphAttributes ); + + if ( keys.length > 0 ) { + + const morphAttribute = morphAttributes[ keys[ 0 ] ]; + + if ( morphAttribute !== undefined ) { + + this.morphTargetInfluences = []; + this.morphTargetDictionary = {}; + + for ( let m = 0, ml = morphAttribute.length; m < ml; m ++ ) { + + const name = morphAttribute[ m ].name || String( m ); + + this.morphTargetInfluences.push( 0 ); + this.morphTargetDictionary[ name ] = m; + + } + + } + + } + + } else { + + const morphTargets = geometry.morphTargets; + + if ( morphTargets !== undefined && morphTargets.length > 0 ) { + + console.error( 'THREE.Line.updateMorphTargets() does not support THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + } + + } + +} + +Line.prototype.isLine = true; + +const _start = /*@__PURE__*/ new Vector3(); +const _end = /*@__PURE__*/ new Vector3(); + +class LineSegments extends Line { + + constructor( geometry, material ) { + + super( geometry, material ); + + this.type = 'LineSegments'; + + } + + computeLineDistances() { + + const geometry = this.geometry; + + if ( geometry.isBufferGeometry ) { + + // we assume non-indexed geometry + + if ( geometry.index === null ) { + + const positionAttribute = geometry.attributes.position; + const lineDistances = []; + + for ( let i = 0, l = positionAttribute.count; i < l; i += 2 ) { + + _start.fromBufferAttribute( positionAttribute, i ); + _end.fromBufferAttribute( positionAttribute, i + 1 ); + + lineDistances[ i ] = ( i === 0 ) ? 0 : lineDistances[ i - 1 ]; + lineDistances[ i + 1 ] = lineDistances[ i ] + _start.distanceTo( _end ); + + } + + geometry.setAttribute( 'lineDistance', new Float32BufferAttribute( lineDistances, 1 ) ); + + } else { + + console.warn( 'THREE.LineSegments.computeLineDistances(): Computation only possible with non-indexed BufferGeometry.' ); + + } + + } else if ( geometry.isGeometry ) { + + console.error( 'THREE.LineSegments.computeLineDistances() no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + return this; + + } + +} + +LineSegments.prototype.isLineSegments = true; + +class LineLoop extends Line { + + constructor( geometry, material ) { + + super( geometry, material ); + + this.type = 'LineLoop'; + + } + +} + +LineLoop.prototype.isLineLoop = true; + +/** + * parameters = { + * color: , + * opacity: , + * map: new THREE.Texture( ), + * alphaMap: new THREE.Texture( ), + * + * size: , + * sizeAttenuation: + * + * } + */ + +class PointsMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'PointsMaterial'; + + this.color = new Color( 0xffffff ); + + this.map = null; + + this.alphaMap = null; + + this.size = 1; + this.sizeAttenuation = true; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + this.map = source.map; + + this.alphaMap = source.alphaMap; + + this.size = source.size; + this.sizeAttenuation = source.sizeAttenuation; + + return this; + + } + +} + +PointsMaterial.prototype.isPointsMaterial = true; + +const _inverseMatrix = /*@__PURE__*/ new Matrix4(); +const _ray = /*@__PURE__*/ new Ray(); +const _sphere = /*@__PURE__*/ new Sphere(); +const _position$2 = /*@__PURE__*/ new Vector3(); + +class Points extends Object3D { + + constructor( geometry = new BufferGeometry(), material = new PointsMaterial() ) { + + super(); + + this.type = 'Points'; + + this.geometry = geometry; + this.material = material; + + this.updateMorphTargets(); + + } + + copy( source ) { + + super.copy( source ); + + this.material = source.material; + this.geometry = source.geometry; + + return this; + + } + + raycast( raycaster, intersects ) { + + const geometry = this.geometry; + const matrixWorld = this.matrixWorld; + const threshold = raycaster.params.Points.threshold; + const drawRange = geometry.drawRange; + + // Checking boundingSphere distance to ray + + if ( geometry.boundingSphere === null ) geometry.computeBoundingSphere(); + + _sphere.copy( geometry.boundingSphere ); + _sphere.applyMatrix4( matrixWorld ); + _sphere.radius += threshold; + + if ( raycaster.ray.intersectsSphere( _sphere ) === false ) return; + + // + + _inverseMatrix.copy( matrixWorld ).invert(); + _ray.copy( raycaster.ray ).applyMatrix4( _inverseMatrix ); + + const localThreshold = threshold / ( ( this.scale.x + this.scale.y + this.scale.z ) / 3 ); + const localThresholdSq = localThreshold * localThreshold; + + if ( geometry.isBufferGeometry ) { + + const index = geometry.index; + const attributes = geometry.attributes; + const positionAttribute = attributes.position; + + if ( index !== null ) { + + const start = Math.max( 0, drawRange.start ); + const end = Math.min( index.count, ( drawRange.start + drawRange.count ) ); + + for ( let i = start, il = end; i < il; i ++ ) { + + const a = index.getX( i ); + + _position$2.fromBufferAttribute( positionAttribute, a ); + + testPoint( _position$2, a, localThresholdSq, matrixWorld, raycaster, intersects, this ); + + } + + } else { + + const start = Math.max( 0, drawRange.start ); + const end = Math.min( positionAttribute.count, ( drawRange.start + drawRange.count ) ); + + for ( let i = start, l = end; i < l; i ++ ) { + + _position$2.fromBufferAttribute( positionAttribute, i ); + + testPoint( _position$2, i, localThresholdSq, matrixWorld, raycaster, intersects, this ); + + } + + } + + } else { + + console.error( 'THREE.Points.raycast() no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + } + + updateMorphTargets() { + + const geometry = this.geometry; + + if ( geometry.isBufferGeometry ) { + + const morphAttributes = geometry.morphAttributes; + const keys = Object.keys( morphAttributes ); + + if ( keys.length > 0 ) { + + const morphAttribute = morphAttributes[ keys[ 0 ] ]; + + if ( morphAttribute !== undefined ) { + + this.morphTargetInfluences = []; + this.morphTargetDictionary = {}; + + for ( let m = 0, ml = morphAttribute.length; m < ml; m ++ ) { + + const name = morphAttribute[ m ].name || String( m ); + + this.morphTargetInfluences.push( 0 ); + this.morphTargetDictionary[ name ] = m; + + } + + } + + } + + } else { + + const morphTargets = geometry.morphTargets; + + if ( morphTargets !== undefined && morphTargets.length > 0 ) { + + console.error( 'THREE.Points.updateMorphTargets() does not support THREE.Geometry. Use THREE.BufferGeometry instead.' ); + + } + + } + + } + +} + +Points.prototype.isPoints = true; + +function testPoint( point, index, localThresholdSq, matrixWorld, raycaster, intersects, object ) { + + const rayPointDistanceSq = _ray.distanceSqToPoint( point ); + + if ( rayPointDistanceSq < localThresholdSq ) { + + const intersectPoint = new Vector3(); + + _ray.closestPointToPoint( point, intersectPoint ); + intersectPoint.applyMatrix4( matrixWorld ); + + const distance = raycaster.ray.origin.distanceTo( intersectPoint ); + + if ( distance < raycaster.near || distance > raycaster.far ) return; + + intersects.push( { + + distance: distance, + distanceToRay: Math.sqrt( rayPointDistanceSq ), + point: intersectPoint, + index: index, + face: null, + object: object + + } ); + + } + +} + +class VideoTexture extends Texture { + + constructor( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ) { + + super( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ); + + this.format = format !== undefined ? format : RGBFormat; + + this.minFilter = minFilter !== undefined ? minFilter : LinearFilter; + this.magFilter = magFilter !== undefined ? magFilter : LinearFilter; + + this.generateMipmaps = false; + + const scope = this; + + function updateVideo() { + + scope.needsUpdate = true; + video.requestVideoFrameCallback( updateVideo ); + + } + + if ( 'requestVideoFrameCallback' in video ) { + + video.requestVideoFrameCallback( updateVideo ); + + } + + } + + clone() { + + return new this.constructor( this.image ).copy( this ); + + } + + update() { + + const video = this.image; + const hasVideoFrameCallback = 'requestVideoFrameCallback' in video; + + if ( hasVideoFrameCallback === false && video.readyState >= video.HAVE_CURRENT_DATA ) { + + this.needsUpdate = true; + + } + + } + +} + +VideoTexture.prototype.isVideoTexture = true; + +class CompressedTexture extends Texture { + + constructor( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding ) { + + super( null, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding ); + + this.image = { width: width, height: height }; + this.mipmaps = mipmaps; + + // no flipping for cube textures + // (also flipping doesn't work for compressed textures ) + + this.flipY = false; + + // can't generate mipmaps for compressed textures + // mips must be embedded in DDS files + + this.generateMipmaps = false; + + } + +} + +CompressedTexture.prototype.isCompressedTexture = true; + +class CanvasTexture extends Texture { + + constructor( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ) { + + super( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ); + + this.needsUpdate = true; + + } + +} + +CanvasTexture.prototype.isCanvasTexture = true; + +class DepthTexture extends Texture { + + constructor( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format ) { + + format = format !== undefined ? format : DepthFormat; + + if ( format !== DepthFormat && format !== DepthStencilFormat ) { + + throw new Error( 'DepthTexture format must be either THREE.DepthFormat or THREE.DepthStencilFormat' ); + + } + + if ( type === undefined && format === DepthFormat ) type = UnsignedShortType; + if ( type === undefined && format === DepthStencilFormat ) type = UnsignedInt248Type; + + super( null, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy ); + + this.image = { width: width, height: height }; + + this.magFilter = magFilter !== undefined ? magFilter : NearestFilter; + this.minFilter = minFilter !== undefined ? minFilter : NearestFilter; + + this.flipY = false; + this.generateMipmaps = false; + + } + + +} + +DepthTexture.prototype.isDepthTexture = true; + +class CircleGeometry extends BufferGeometry { + + constructor( radius = 1, segments = 8, thetaStart = 0, thetaLength = Math.PI * 2 ) { + + super(); + + this.type = 'CircleGeometry'; + + this.parameters = { + radius: radius, + segments: segments, + thetaStart: thetaStart, + thetaLength: thetaLength + }; + + segments = Math.max( 3, segments ); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // helper variables + + const vertex = new Vector3(); + const uv = new Vector2(); + + // center point + + vertices.push( 0, 0, 0 ); + normals.push( 0, 0, 1 ); + uvs.push( 0.5, 0.5 ); + + for ( let s = 0, i = 3; s <= segments; s ++, i += 3 ) { + + const segment = thetaStart + s / segments * thetaLength; + + // vertex + + vertex.x = radius * Math.cos( segment ); + vertex.y = radius * Math.sin( segment ); + + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal + + normals.push( 0, 0, 1 ); + + // uvs + + uv.x = ( vertices[ i ] / radius + 1 ) / 2; + uv.y = ( vertices[ i + 1 ] / radius + 1 ) / 2; + + uvs.push( uv.x, uv.y ); + + } + + // indices + + for ( let i = 1; i <= segments; i ++ ) { + + indices.push( i, i + 1, 0 ); + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + } + + static fromJSON( data ) { + + return new CircleGeometry( data.radius, data.segments, data.thetaStart, data.thetaLength ); + + } + +} + +class CylinderGeometry extends BufferGeometry { + + constructor( radiusTop = 1, radiusBottom = 1, height = 1, radialSegments = 8, heightSegments = 1, openEnded = false, thetaStart = 0, thetaLength = Math.PI * 2 ) { + + super(); + this.type = 'CylinderGeometry'; + + this.parameters = { + radiusTop: radiusTop, + radiusBottom: radiusBottom, + height: height, + radialSegments: radialSegments, + heightSegments: heightSegments, + openEnded: openEnded, + thetaStart: thetaStart, + thetaLength: thetaLength + }; + + const scope = this; + + radialSegments = Math.floor( radialSegments ); + heightSegments = Math.floor( heightSegments ); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // helper variables + + let index = 0; + const indexArray = []; + const halfHeight = height / 2; + let groupStart = 0; + + // generate geometry + + generateTorso(); + + if ( openEnded === false ) { + + if ( radiusTop > 0 ) generateCap( true ); + if ( radiusBottom > 0 ) generateCap( false ); + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + function generateTorso() { + + const normal = new Vector3(); + const vertex = new Vector3(); + + let groupCount = 0; + + // this will be used to calculate the normal + const slope = ( radiusBottom - radiusTop ) / height; + + // generate vertices, normals and uvs + + for ( let y = 0; y <= heightSegments; y ++ ) { + + const indexRow = []; + + const v = y / heightSegments; + + // calculate the radius of the current row + + const radius = v * ( radiusBottom - radiusTop ) + radiusTop; + + for ( let x = 0; x <= radialSegments; x ++ ) { + + const u = x / radialSegments; + + const theta = u * thetaLength + thetaStart; + + const sinTheta = Math.sin( theta ); + const cosTheta = Math.cos( theta ); + + // vertex + + vertex.x = radius * sinTheta; + vertex.y = - v * height + halfHeight; + vertex.z = radius * cosTheta; + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal + + normal.set( sinTheta, slope, cosTheta ).normalize(); + normals.push( normal.x, normal.y, normal.z ); + + // uv + + uvs.push( u, 1 - v ); + + // save index of vertex in respective row + + indexRow.push( index ++ ); + + } + + // now save vertices of the row in our index array + + indexArray.push( indexRow ); + + } + + // generate indices + + for ( let x = 0; x < radialSegments; x ++ ) { + + for ( let y = 0; y < heightSegments; y ++ ) { + + // we use the index array to access the correct indices + + const a = indexArray[ y ][ x ]; + const b = indexArray[ y + 1 ][ x ]; + const c = indexArray[ y + 1 ][ x + 1 ]; + const d = indexArray[ y ][ x + 1 ]; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + // update group counter + + groupCount += 6; + + } + + } + + // add a group to the geometry. this will ensure multi material support + + scope.addGroup( groupStart, groupCount, 0 ); + + // calculate new start value for groups + + groupStart += groupCount; + + } + + function generateCap( top ) { + + // save the index of the first center vertex + const centerIndexStart = index; + + const uv = new Vector2(); + const vertex = new Vector3(); + + let groupCount = 0; + + const radius = ( top === true ) ? radiusTop : radiusBottom; + const sign = ( top === true ) ? 1 : - 1; + + // first we generate the center vertex data of the cap. + // because the geometry needs one set of uvs per face, + // we must generate a center vertex per face/segment + + for ( let x = 1; x <= radialSegments; x ++ ) { + + // vertex + + vertices.push( 0, halfHeight * sign, 0 ); + + // normal + + normals.push( 0, sign, 0 ); + + // uv + + uvs.push( 0.5, 0.5 ); + + // increase index + + index ++; + + } + + // save the index of the last center vertex + const centerIndexEnd = index; + + // now we generate the surrounding vertices, normals and uvs + + for ( let x = 0; x <= radialSegments; x ++ ) { + + const u = x / radialSegments; + const theta = u * thetaLength + thetaStart; + + const cosTheta = Math.cos( theta ); + const sinTheta = Math.sin( theta ); + + // vertex + + vertex.x = radius * sinTheta; + vertex.y = halfHeight * sign; + vertex.z = radius * cosTheta; + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal + + normals.push( 0, sign, 0 ); + + // uv + + uv.x = ( cosTheta * 0.5 ) + 0.5; + uv.y = ( sinTheta * 0.5 * sign ) + 0.5; + uvs.push( uv.x, uv.y ); + + // increase index + + index ++; + + } + + // generate indices + + for ( let x = 0; x < radialSegments; x ++ ) { + + const c = centerIndexStart + x; + const i = centerIndexEnd + x; + + if ( top === true ) { + + // face top + + indices.push( i, i + 1, c ); + + } else { + + // face bottom + + indices.push( i + 1, i, c ); + + } + + groupCount += 3; + + } + + // add a group to the geometry. this will ensure multi material support + + scope.addGroup( groupStart, groupCount, top === true ? 1 : 2 ); + + // calculate new start value for groups + + groupStart += groupCount; + + } + + } + + static fromJSON( data ) { + + return new CylinderGeometry( data.radiusTop, data.radiusBottom, data.height, data.radialSegments, data.heightSegments, data.openEnded, data.thetaStart, data.thetaLength ); + + } + +} + +class ConeGeometry extends CylinderGeometry { + + constructor( radius = 1, height = 1, radialSegments = 8, heightSegments = 1, openEnded = false, thetaStart = 0, thetaLength = Math.PI * 2 ) { + + super( 0, radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength ); + + this.type = 'ConeGeometry'; + + this.parameters = { + radius: radius, + height: height, + radialSegments: radialSegments, + heightSegments: heightSegments, + openEnded: openEnded, + thetaStart: thetaStart, + thetaLength: thetaLength + }; + + } + + static fromJSON( data ) { + + return new ConeGeometry( data.radius, data.height, data.radialSegments, data.heightSegments, data.openEnded, data.thetaStart, data.thetaLength ); + + } + +} + +class PolyhedronGeometry extends BufferGeometry { + + constructor( vertices, indices, radius = 1, detail = 0 ) { + + super(); + + this.type = 'PolyhedronGeometry'; + + this.parameters = { + vertices: vertices, + indices: indices, + radius: radius, + detail: detail + }; + + // default buffer data + + const vertexBuffer = []; + const uvBuffer = []; + + // the subdivision creates the vertex buffer data + + subdivide( detail ); + + // all vertices should lie on a conceptual sphere with a given radius + + applyRadius( radius ); + + // finally, create the uv data + + generateUVs(); + + // build non-indexed geometry + + this.setAttribute( 'position', new Float32BufferAttribute( vertexBuffer, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( vertexBuffer.slice(), 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvBuffer, 2 ) ); + + if ( detail === 0 ) { + + this.computeVertexNormals(); // flat normals + + } else { + + this.normalizeNormals(); // smooth normals + + } + + // helper functions + + function subdivide( detail ) { + + const a = new Vector3(); + const b = new Vector3(); + const c = new Vector3(); + + // iterate over all faces and apply a subdivison with the given detail value + + for ( let i = 0; i < indices.length; i += 3 ) { + + // get the vertices of the face + + getVertexByIndex( indices[ i + 0 ], a ); + getVertexByIndex( indices[ i + 1 ], b ); + getVertexByIndex( indices[ i + 2 ], c ); + + // perform subdivision + + subdivideFace( a, b, c, detail ); + + } + + } + + function subdivideFace( a, b, c, detail ) { + + const cols = detail + 1; + + // we use this multidimensional array as a data structure for creating the subdivision + + const v = []; + + // construct all of the vertices for this subdivision + + for ( let i = 0; i <= cols; i ++ ) { + + v[ i ] = []; + + const aj = a.clone().lerp( c, i / cols ); + const bj = b.clone().lerp( c, i / cols ); + + const rows = cols - i; + + for ( let j = 0; j <= rows; j ++ ) { + + if ( j === 0 && i === cols ) { + + v[ i ][ j ] = aj; + + } else { + + v[ i ][ j ] = aj.clone().lerp( bj, j / rows ); + + } + + } + + } + + // construct all of the faces + + for ( let i = 0; i < cols; i ++ ) { + + for ( let j = 0; j < 2 * ( cols - i ) - 1; j ++ ) { + + const k = Math.floor( j / 2 ); + + if ( j % 2 === 0 ) { + + pushVertex( v[ i ][ k + 1 ] ); + pushVertex( v[ i + 1 ][ k ] ); + pushVertex( v[ i ][ k ] ); + + } else { + + pushVertex( v[ i ][ k + 1 ] ); + pushVertex( v[ i + 1 ][ k + 1 ] ); + pushVertex( v[ i + 1 ][ k ] ); + + } + + } + + } + + } + + function applyRadius( radius ) { + + const vertex = new Vector3(); + + // iterate over the entire buffer and apply the radius to each vertex + + for ( let i = 0; i < vertexBuffer.length; i += 3 ) { + + vertex.x = vertexBuffer[ i + 0 ]; + vertex.y = vertexBuffer[ i + 1 ]; + vertex.z = vertexBuffer[ i + 2 ]; + + vertex.normalize().multiplyScalar( radius ); + + vertexBuffer[ i + 0 ] = vertex.x; + vertexBuffer[ i + 1 ] = vertex.y; + vertexBuffer[ i + 2 ] = vertex.z; + + } + + } + + function generateUVs() { + + const vertex = new Vector3(); + + for ( let i = 0; i < vertexBuffer.length; i += 3 ) { + + vertex.x = vertexBuffer[ i + 0 ]; + vertex.y = vertexBuffer[ i + 1 ]; + vertex.z = vertexBuffer[ i + 2 ]; + + const u = azimuth( vertex ) / 2 / Math.PI + 0.5; + const v = inclination( vertex ) / Math.PI + 0.5; + uvBuffer.push( u, 1 - v ); + + } + + correctUVs(); + + correctSeam(); + + } + + function correctSeam() { + + // handle case when face straddles the seam, see #3269 + + for ( let i = 0; i < uvBuffer.length; i += 6 ) { + + // uv data of a single face + + const x0 = uvBuffer[ i + 0 ]; + const x1 = uvBuffer[ i + 2 ]; + const x2 = uvBuffer[ i + 4 ]; + + const max = Math.max( x0, x1, x2 ); + const min = Math.min( x0, x1, x2 ); + + // 0.9 is somewhat arbitrary + + if ( max > 0.9 && min < 0.1 ) { + + if ( x0 < 0.2 ) uvBuffer[ i + 0 ] += 1; + if ( x1 < 0.2 ) uvBuffer[ i + 2 ] += 1; + if ( x2 < 0.2 ) uvBuffer[ i + 4 ] += 1; + + } + + } + + } + + function pushVertex( vertex ) { + + vertexBuffer.push( vertex.x, vertex.y, vertex.z ); + + } + + function getVertexByIndex( index, vertex ) { + + const stride = index * 3; + + vertex.x = vertices[ stride + 0 ]; + vertex.y = vertices[ stride + 1 ]; + vertex.z = vertices[ stride + 2 ]; + + } + + function correctUVs() { + + const a = new Vector3(); + const b = new Vector3(); + const c = new Vector3(); + + const centroid = new Vector3(); + + const uvA = new Vector2(); + const uvB = new Vector2(); + const uvC = new Vector2(); + + for ( let i = 0, j = 0; i < vertexBuffer.length; i += 9, j += 6 ) { + + a.set( vertexBuffer[ i + 0 ], vertexBuffer[ i + 1 ], vertexBuffer[ i + 2 ] ); + b.set( vertexBuffer[ i + 3 ], vertexBuffer[ i + 4 ], vertexBuffer[ i + 5 ] ); + c.set( vertexBuffer[ i + 6 ], vertexBuffer[ i + 7 ], vertexBuffer[ i + 8 ] ); + + uvA.set( uvBuffer[ j + 0 ], uvBuffer[ j + 1 ] ); + uvB.set( uvBuffer[ j + 2 ], uvBuffer[ j + 3 ] ); + uvC.set( uvBuffer[ j + 4 ], uvBuffer[ j + 5 ] ); + + centroid.copy( a ).add( b ).add( c ).divideScalar( 3 ); + + const azi = azimuth( centroid ); + + correctUV( uvA, j + 0, a, azi ); + correctUV( uvB, j + 2, b, azi ); + correctUV( uvC, j + 4, c, azi ); + + } + + } + + function correctUV( uv, stride, vector, azimuth ) { + + if ( ( azimuth < 0 ) && ( uv.x === 1 ) ) { + + uvBuffer[ stride ] = uv.x - 1; + + } + + if ( ( vector.x === 0 ) && ( vector.z === 0 ) ) { + + uvBuffer[ stride ] = azimuth / 2 / Math.PI + 0.5; + + } + + } + + // Angle around the Y axis, counter-clockwise when looking from above. + + function azimuth( vector ) { + + return Math.atan2( vector.z, - vector.x ); + + } + + + // Angle above the XZ plane. + + function inclination( vector ) { + + return Math.atan2( - vector.y, Math.sqrt( ( vector.x * vector.x ) + ( vector.z * vector.z ) ) ); + + } + + } + + static fromJSON( data ) { + + return new PolyhedronGeometry( data.vertices, data.indices, data.radius, data.details ); + + } + +} + +class DodecahedronGeometry extends PolyhedronGeometry { + + constructor( radius = 1, detail = 0 ) { + + const t = ( 1 + Math.sqrt( 5 ) ) / 2; + const r = 1 / t; + + const vertices = [ + + // (±1, ±1, ±1) + - 1, - 1, - 1, - 1, - 1, 1, + - 1, 1, - 1, - 1, 1, 1, + 1, - 1, - 1, 1, - 1, 1, + 1, 1, - 1, 1, 1, 1, + + // (0, ±1/φ, ±φ) + 0, - r, - t, 0, - r, t, + 0, r, - t, 0, r, t, + + // (±1/φ, ±φ, 0) + - r, - t, 0, - r, t, 0, + r, - t, 0, r, t, 0, + + // (±φ, 0, ±1/φ) + - t, 0, - r, t, 0, - r, + - t, 0, r, t, 0, r + ]; + + const indices = [ + 3, 11, 7, 3, 7, 15, 3, 15, 13, + 7, 19, 17, 7, 17, 6, 7, 6, 15, + 17, 4, 8, 17, 8, 10, 17, 10, 6, + 8, 0, 16, 8, 16, 2, 8, 2, 10, + 0, 12, 1, 0, 1, 18, 0, 18, 16, + 6, 10, 2, 6, 2, 13, 6, 13, 15, + 2, 16, 18, 2, 18, 3, 2, 3, 13, + 18, 1, 9, 18, 9, 11, 18, 11, 3, + 4, 14, 12, 4, 12, 0, 4, 0, 8, + 11, 9, 5, 11, 5, 19, 11, 19, 7, + 19, 5, 14, 19, 14, 4, 19, 4, 17, + 1, 12, 14, 1, 14, 5, 1, 5, 9 + ]; + + super( vertices, indices, radius, detail ); + + this.type = 'DodecahedronGeometry'; + + this.parameters = { + radius: radius, + detail: detail + }; + + } + + static fromJSON( data ) { + + return new DodecahedronGeometry( data.radius, data.detail ); + + } + +} + +const _v0 = new Vector3(); +const _v1$1 = new Vector3(); +const _normal = new Vector3(); +const _triangle = new Triangle(); + +class EdgesGeometry extends BufferGeometry { + + constructor( geometry, thresholdAngle ) { + + super(); + + this.type = 'EdgesGeometry'; + + this.parameters = { + thresholdAngle: thresholdAngle + }; + + thresholdAngle = ( thresholdAngle !== undefined ) ? thresholdAngle : 1; + + if ( geometry.isGeometry === true ) { + + console.error( 'THREE.EdgesGeometry no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + return; + + } + + const thresholdDot = Math.cos( DEG2RAD * thresholdAngle ); + + const indexAttr = geometry.getIndex(); + const positionAttr = geometry.getAttribute( 'position' ); + const indexCount = indexAttr ? indexAttr.count : positionAttr.count; + + const indexArr = [ 0, 0, 0 ]; + const vertKeys = [ 'a', 'b', 'c' ]; + const hashes = new Array( 3 ); + + const edgeData = {}; + const vertices = []; + for ( let i = 0; i < indexCount; i += 3 ) { + + if ( indexAttr ) { + + indexArr[ 0 ] = indexAttr.getX( i ); + indexArr[ 1 ] = indexAttr.getX( i + 1 ); + indexArr[ 2 ] = indexAttr.getX( i + 2 ); + + } else { + + indexArr[ 0 ] = i; + indexArr[ 1 ] = i + 1; + indexArr[ 2 ] = i + 2; + + } + + const { a, b, c } = _triangle; + a.fromBufferAttribute( positionAttr, indexArr[ 0 ] ); + b.fromBufferAttribute( positionAttr, indexArr[ 1 ] ); + c.fromBufferAttribute( positionAttr, indexArr[ 2 ] ); + _triangle.getNormal( _normal ); + + // create hashes for the edge from the vertices + hashes[ 0 ] = `${ a.x },${ a.y },${ a.z }`; + hashes[ 1 ] = `${ b.x },${ b.y },${ b.z }`; + hashes[ 2 ] = `${ c.x },${ c.y },${ c.z }`; + + // skip degenerate triangles + if ( hashes[ 0 ] === hashes[ 1 ] || hashes[ 1 ] === hashes[ 2 ] || hashes[ 2 ] === hashes[ 0 ] ) { + + continue; + + } + + // iterate over every edge + for ( let j = 0; j < 3; j ++ ) { + + // get the first and next vertex making up the edge + const jNext = ( j + 1 ) % 3; + const vecHash0 = hashes[ j ]; + const vecHash1 = hashes[ jNext ]; + const v0 = _triangle[ vertKeys[ j ] ]; + const v1 = _triangle[ vertKeys[ jNext ] ]; + + const hash = `${ vecHash0 }_${ vecHash1 }`; + const reverseHash = `${ vecHash1 }_${ vecHash0 }`; + + if ( reverseHash in edgeData && edgeData[ reverseHash ] ) { + + // if we found a sibling edge add it into the vertex array if + // it meets the angle threshold and delete the edge from the map. + if ( _normal.dot( edgeData[ reverseHash ].normal ) <= thresholdDot ) { + + vertices.push( v0.x, v0.y, v0.z ); + vertices.push( v1.x, v1.y, v1.z ); + + } + + edgeData[ reverseHash ] = null; + + } else if ( ! ( hash in edgeData ) ) { + + // if we've already got an edge here then skip adding a new one + edgeData[ hash ] = { + + index0: indexArr[ j ], + index1: indexArr[ jNext ], + normal: _normal.clone(), + + }; + + } + + } + + } + + // iterate over all remaining, unmatched edges and add them to the vertex array + for ( const key in edgeData ) { + + if ( edgeData[ key ] ) { + + const { index0, index1 } = edgeData[ key ]; + _v0.fromBufferAttribute( positionAttr, index0 ); + _v1$1.fromBufferAttribute( positionAttr, index1 ); + + vertices.push( _v0.x, _v0.y, _v0.z ); + vertices.push( _v1$1.x, _v1$1.y, _v1$1.z ); + + } + + } + + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + + } + +} + +/** + * Extensible curve object. + * + * Some common of curve methods: + * .getPoint( t, optionalTarget ), .getTangent( t, optionalTarget ) + * .getPointAt( u, optionalTarget ), .getTangentAt( u, optionalTarget ) + * .getPoints(), .getSpacedPoints() + * .getLength() + * .updateArcLengths() + * + * This following curves inherit from THREE.Curve: + * + * -- 2D curves -- + * THREE.ArcCurve + * THREE.CubicBezierCurve + * THREE.EllipseCurve + * THREE.LineCurve + * THREE.QuadraticBezierCurve + * THREE.SplineCurve + * + * -- 3D curves -- + * THREE.CatmullRomCurve3 + * THREE.CubicBezierCurve3 + * THREE.LineCurve3 + * THREE.QuadraticBezierCurve3 + * + * A series of curves can be represented as a THREE.CurvePath. + * + **/ + +class Curve { + + constructor() { + + this.type = 'Curve'; + + this.arcLengthDivisions = 200; + + } + + // Virtual base class method to overwrite and implement in subclasses + // - t [0 .. 1] + + getPoint( /* t, optionalTarget */ ) { + + console.warn( 'THREE.Curve: .getPoint() not implemented.' ); + return null; + + } + + // Get point at relative position in curve according to arc length + // - u [0 .. 1] + + getPointAt( u, optionalTarget ) { + + const t = this.getUtoTmapping( u ); + return this.getPoint( t, optionalTarget ); + + } + + // Get sequence of points using getPoint( t ) + + getPoints( divisions = 5 ) { + + const points = []; + + for ( let d = 0; d <= divisions; d ++ ) { + + points.push( this.getPoint( d / divisions ) ); + + } + + return points; + + } + + // Get sequence of points using getPointAt( u ) + + getSpacedPoints( divisions = 5 ) { + + const points = []; + + for ( let d = 0; d <= divisions; d ++ ) { + + points.push( this.getPointAt( d / divisions ) ); + + } + + return points; + + } + + // Get total curve arc length + + getLength() { + + const lengths = this.getLengths(); + return lengths[ lengths.length - 1 ]; + + } + + // Get list of cumulative segment lengths + + getLengths( divisions = this.arcLengthDivisions ) { + + if ( this.cacheArcLengths && + ( this.cacheArcLengths.length === divisions + 1 ) && + ! this.needsUpdate ) { + + return this.cacheArcLengths; + + } + + this.needsUpdate = false; + + const cache = []; + let current, last = this.getPoint( 0 ); + let sum = 0; + + cache.push( 0 ); + + for ( let p = 1; p <= divisions; p ++ ) { + + current = this.getPoint( p / divisions ); + sum += current.distanceTo( last ); + cache.push( sum ); + last = current; + + } + + this.cacheArcLengths = cache; + + return cache; // { sums: cache, sum: sum }; Sum is in the last element. + + } + + updateArcLengths() { + + this.needsUpdate = true; + this.getLengths(); + + } + + // Given u ( 0 .. 1 ), get a t to find p. This gives you points which are equidistant + + getUtoTmapping( u, distance ) { + + const arcLengths = this.getLengths(); + + let i = 0; + const il = arcLengths.length; + + let targetArcLength; // The targeted u distance value to get + + if ( distance ) { + + targetArcLength = distance; + + } else { + + targetArcLength = u * arcLengths[ il - 1 ]; + + } + + // binary search for the index with largest value smaller than target u distance + + let low = 0, high = il - 1, comparison; + + while ( low <= high ) { + + i = Math.floor( low + ( high - low ) / 2 ); // less likely to overflow, though probably not issue here, JS doesn't really have integers, all numbers are floats + + comparison = arcLengths[ i ] - targetArcLength; + + if ( comparison < 0 ) { + + low = i + 1; + + } else if ( comparison > 0 ) { + + high = i - 1; + + } else { + + high = i; + break; + + // DONE + + } + + } + + i = high; + + if ( arcLengths[ i ] === targetArcLength ) { + + return i / ( il - 1 ); + + } + + // we could get finer grain at lengths, or use simple interpolation between two points + + const lengthBefore = arcLengths[ i ]; + const lengthAfter = arcLengths[ i + 1 ]; + + const segmentLength = lengthAfter - lengthBefore; + + // determine where we are between the 'before' and 'after' points + + const segmentFraction = ( targetArcLength - lengthBefore ) / segmentLength; + + // add that fractional amount to t + + const t = ( i + segmentFraction ) / ( il - 1 ); + + return t; + + } + + // Returns a unit vector tangent at t + // In case any sub curve does not implement its tangent derivation, + // 2 points a small delta apart will be used to find its gradient + // which seems to give a reasonable approximation + + getTangent( t, optionalTarget ) { + + const delta = 0.0001; + let t1 = t - delta; + let t2 = t + delta; + + // Capping in case of danger + + if ( t1 < 0 ) t1 = 0; + if ( t2 > 1 ) t2 = 1; + + const pt1 = this.getPoint( t1 ); + const pt2 = this.getPoint( t2 ); + + const tangent = optionalTarget || ( ( pt1.isVector2 ) ? new Vector2() : new Vector3() ); + + tangent.copy( pt2 ).sub( pt1 ).normalize(); + + return tangent; + + } + + getTangentAt( u, optionalTarget ) { + + const t = this.getUtoTmapping( u ); + return this.getTangent( t, optionalTarget ); + + } + + computeFrenetFrames( segments, closed ) { + + // see http://www.cs.indiana.edu/pub/techreports/TR425.pdf + + const normal = new Vector3(); + + const tangents = []; + const normals = []; + const binormals = []; + + const vec = new Vector3(); + const mat = new Matrix4(); + + // compute the tangent vectors for each segment on the curve + + for ( let i = 0; i <= segments; i ++ ) { + + const u = i / segments; + + tangents[ i ] = this.getTangentAt( u, new Vector3() ); + tangents[ i ].normalize(); + + } + + // select an initial normal vector perpendicular to the first tangent vector, + // and in the direction of the minimum tangent xyz component + + normals[ 0 ] = new Vector3(); + binormals[ 0 ] = new Vector3(); + let min = Number.MAX_VALUE; + const tx = Math.abs( tangents[ 0 ].x ); + const ty = Math.abs( tangents[ 0 ].y ); + const tz = Math.abs( tangents[ 0 ].z ); + + if ( tx <= min ) { + + min = tx; + normal.set( 1, 0, 0 ); + + } + + if ( ty <= min ) { + + min = ty; + normal.set( 0, 1, 0 ); + + } + + if ( tz <= min ) { + + normal.set( 0, 0, 1 ); + + } + + vec.crossVectors( tangents[ 0 ], normal ).normalize(); + + normals[ 0 ].crossVectors( tangents[ 0 ], vec ); + binormals[ 0 ].crossVectors( tangents[ 0 ], normals[ 0 ] ); + + + // compute the slowly-varying normal and binormal vectors for each segment on the curve + + for ( let i = 1; i <= segments; i ++ ) { + + normals[ i ] = normals[ i - 1 ].clone(); + + binormals[ i ] = binormals[ i - 1 ].clone(); + + vec.crossVectors( tangents[ i - 1 ], tangents[ i ] ); + + if ( vec.length() > Number.EPSILON ) { + + vec.normalize(); + + const theta = Math.acos( clamp( tangents[ i - 1 ].dot( tangents[ i ] ), - 1, 1 ) ); // clamp for floating pt errors + + normals[ i ].applyMatrix4( mat.makeRotationAxis( vec, theta ) ); + + } + + binormals[ i ].crossVectors( tangents[ i ], normals[ i ] ); + + } + + // if the curve is closed, postprocess the vectors so the first and last normal vectors are the same + + if ( closed === true ) { + + let theta = Math.acos( clamp( normals[ 0 ].dot( normals[ segments ] ), - 1, 1 ) ); + theta /= segments; + + if ( tangents[ 0 ].dot( vec.crossVectors( normals[ 0 ], normals[ segments ] ) ) > 0 ) { + + theta = - theta; + + } + + for ( let i = 1; i <= segments; i ++ ) { + + // twist a little... + normals[ i ].applyMatrix4( mat.makeRotationAxis( tangents[ i ], theta * i ) ); + binormals[ i ].crossVectors( tangents[ i ], normals[ i ] ); + + } + + } + + return { + tangents: tangents, + normals: normals, + binormals: binormals + }; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( source ) { + + this.arcLengthDivisions = source.arcLengthDivisions; + + return this; + + } + + toJSON() { + + const data = { + metadata: { + version: 4.5, + type: 'Curve', + generator: 'Curve.toJSON' + } + }; + + data.arcLengthDivisions = this.arcLengthDivisions; + data.type = this.type; + + return data; + + } + + fromJSON( json ) { + + this.arcLengthDivisions = json.arcLengthDivisions; + + return this; + + } + +} + +class EllipseCurve extends Curve { + + constructor( aX = 0, aY = 0, xRadius = 1, yRadius = 1, aStartAngle = 0, aEndAngle = Math.PI * 2, aClockwise = false, aRotation = 0 ) { + + super(); + + this.type = 'EllipseCurve'; + + this.aX = aX; + this.aY = aY; + + this.xRadius = xRadius; + this.yRadius = yRadius; + + this.aStartAngle = aStartAngle; + this.aEndAngle = aEndAngle; + + this.aClockwise = aClockwise; + + this.aRotation = aRotation; + + } + + getPoint( t, optionalTarget ) { + + const point = optionalTarget || new Vector2(); + + const twoPi = Math.PI * 2; + let deltaAngle = this.aEndAngle - this.aStartAngle; + const samePoints = Math.abs( deltaAngle ) < Number.EPSILON; + + // ensures that deltaAngle is 0 .. 2 PI + while ( deltaAngle < 0 ) deltaAngle += twoPi; + while ( deltaAngle > twoPi ) deltaAngle -= twoPi; + + if ( deltaAngle < Number.EPSILON ) { + + if ( samePoints ) { + + deltaAngle = 0; + + } else { + + deltaAngle = twoPi; + + } + + } + + if ( this.aClockwise === true && ! samePoints ) { + + if ( deltaAngle === twoPi ) { + + deltaAngle = - twoPi; + + } else { + + deltaAngle = deltaAngle - twoPi; + + } + + } + + const angle = this.aStartAngle + t * deltaAngle; + let x = this.aX + this.xRadius * Math.cos( angle ); + let y = this.aY + this.yRadius * Math.sin( angle ); + + if ( this.aRotation !== 0 ) { + + const cos = Math.cos( this.aRotation ); + const sin = Math.sin( this.aRotation ); + + const tx = x - this.aX; + const ty = y - this.aY; + + // Rotate the point about the center of the ellipse. + x = tx * cos - ty * sin + this.aX; + y = tx * sin + ty * cos + this.aY; + + } + + return point.set( x, y ); + + } + + copy( source ) { + + super.copy( source ); + + this.aX = source.aX; + this.aY = source.aY; + + this.xRadius = source.xRadius; + this.yRadius = source.yRadius; + + this.aStartAngle = source.aStartAngle; + this.aEndAngle = source.aEndAngle; + + this.aClockwise = source.aClockwise; + + this.aRotation = source.aRotation; + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.aX = this.aX; + data.aY = this.aY; + + data.xRadius = this.xRadius; + data.yRadius = this.yRadius; + + data.aStartAngle = this.aStartAngle; + data.aEndAngle = this.aEndAngle; + + data.aClockwise = this.aClockwise; + + data.aRotation = this.aRotation; + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.aX = json.aX; + this.aY = json.aY; + + this.xRadius = json.xRadius; + this.yRadius = json.yRadius; + + this.aStartAngle = json.aStartAngle; + this.aEndAngle = json.aEndAngle; + + this.aClockwise = json.aClockwise; + + this.aRotation = json.aRotation; + + return this; + + } + +} + +EllipseCurve.prototype.isEllipseCurve = true; + +class ArcCurve extends EllipseCurve { + + constructor( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise ) { + + super( aX, aY, aRadius, aRadius, aStartAngle, aEndAngle, aClockwise ); + + this.type = 'ArcCurve'; + + } + +} + +ArcCurve.prototype.isArcCurve = true; + +/** + * Centripetal CatmullRom Curve - which is useful for avoiding + * cusps and self-intersections in non-uniform catmull rom curves. + * http://www.cemyuksel.com/research/catmullrom_param/catmullrom.pdf + * + * curve.type accepts centripetal(default), chordal and catmullrom + * curve.tension is used for catmullrom which defaults to 0.5 + */ + + +/* +Based on an optimized c++ solution in + - http://stackoverflow.com/questions/9489736/catmull-rom-curve-with-no-cusps-and-no-self-intersections/ + - http://ideone.com/NoEbVM + +This CubicPoly class could be used for reusing some variables and calculations, +but for three.js curve use, it could be possible inlined and flatten into a single function call +which can be placed in CurveUtils. +*/ + +function CubicPoly() { + + let c0 = 0, c1 = 0, c2 = 0, c3 = 0; + + /* + * Compute coefficients for a cubic polynomial + * p(s) = c0 + c1*s + c2*s^2 + c3*s^3 + * such that + * p(0) = x0, p(1) = x1 + * and + * p'(0) = t0, p'(1) = t1. + */ + function init( x0, x1, t0, t1 ) { + + c0 = x0; + c1 = t0; + c2 = - 3 * x0 + 3 * x1 - 2 * t0 - t1; + c3 = 2 * x0 - 2 * x1 + t0 + t1; + + } + + return { + + initCatmullRom: function ( x0, x1, x2, x3, tension ) { + + init( x1, x2, tension * ( x2 - x0 ), tension * ( x3 - x1 ) ); + + }, + + initNonuniformCatmullRom: function ( x0, x1, x2, x3, dt0, dt1, dt2 ) { + + // compute tangents when parameterized in [t1,t2] + let t1 = ( x1 - x0 ) / dt0 - ( x2 - x0 ) / ( dt0 + dt1 ) + ( x2 - x1 ) / dt1; + let t2 = ( x2 - x1 ) / dt1 - ( x3 - x1 ) / ( dt1 + dt2 ) + ( x3 - x2 ) / dt2; + + // rescale tangents for parametrization in [0,1] + t1 *= dt1; + t2 *= dt1; + + init( x1, x2, t1, t2 ); + + }, + + calc: function ( t ) { + + const t2 = t * t; + const t3 = t2 * t; + return c0 + c1 * t + c2 * t2 + c3 * t3; + + } + + }; + +} + +// + +const tmp = new Vector3(); +const px = new CubicPoly(), py = new CubicPoly(), pz = new CubicPoly(); + +class CatmullRomCurve3 extends Curve { + + constructor( points = [], closed = false, curveType = 'centripetal', tension = 0.5 ) { + + super(); + + this.type = 'CatmullRomCurve3'; + + this.points = points; + this.closed = closed; + this.curveType = curveType; + this.tension = tension; + + } + + getPoint( t, optionalTarget = new Vector3() ) { + + const point = optionalTarget; + + const points = this.points; + const l = points.length; + + const p = ( l - ( this.closed ? 0 : 1 ) ) * t; + let intPoint = Math.floor( p ); + let weight = p - intPoint; + + if ( this.closed ) { + + intPoint += intPoint > 0 ? 0 : ( Math.floor( Math.abs( intPoint ) / l ) + 1 ) * l; + + } else if ( weight === 0 && intPoint === l - 1 ) { + + intPoint = l - 2; + weight = 1; + + } + + let p0, p3; // 4 points (p1 & p2 defined below) + + if ( this.closed || intPoint > 0 ) { + + p0 = points[ ( intPoint - 1 ) % l ]; + + } else { + + // extrapolate first point + tmp.subVectors( points[ 0 ], points[ 1 ] ).add( points[ 0 ] ); + p0 = tmp; + + } + + const p1 = points[ intPoint % l ]; + const p2 = points[ ( intPoint + 1 ) % l ]; + + if ( this.closed || intPoint + 2 < l ) { + + p3 = points[ ( intPoint + 2 ) % l ]; + + } else { + + // extrapolate last point + tmp.subVectors( points[ l - 1 ], points[ l - 2 ] ).add( points[ l - 1 ] ); + p3 = tmp; + + } + + if ( this.curveType === 'centripetal' || this.curveType === 'chordal' ) { + + // init Centripetal / Chordal Catmull-Rom + const pow = this.curveType === 'chordal' ? 0.5 : 0.25; + let dt0 = Math.pow( p0.distanceToSquared( p1 ), pow ); + let dt1 = Math.pow( p1.distanceToSquared( p2 ), pow ); + let dt2 = Math.pow( p2.distanceToSquared( p3 ), pow ); + + // safety check for repeated points + if ( dt1 < 1e-4 ) dt1 = 1.0; + if ( dt0 < 1e-4 ) dt0 = dt1; + if ( dt2 < 1e-4 ) dt2 = dt1; + + px.initNonuniformCatmullRom( p0.x, p1.x, p2.x, p3.x, dt0, dt1, dt2 ); + py.initNonuniformCatmullRom( p0.y, p1.y, p2.y, p3.y, dt0, dt1, dt2 ); + pz.initNonuniformCatmullRom( p0.z, p1.z, p2.z, p3.z, dt0, dt1, dt2 ); + + } else if ( this.curveType === 'catmullrom' ) { + + px.initCatmullRom( p0.x, p1.x, p2.x, p3.x, this.tension ); + py.initCatmullRom( p0.y, p1.y, p2.y, p3.y, this.tension ); + pz.initCatmullRom( p0.z, p1.z, p2.z, p3.z, this.tension ); + + } + + point.set( + px.calc( weight ), + py.calc( weight ), + pz.calc( weight ) + ); + + return point; + + } + + copy( source ) { + + super.copy( source ); + + this.points = []; + + for ( let i = 0, l = source.points.length; i < l; i ++ ) { + + const point = source.points[ i ]; + + this.points.push( point.clone() ); + + } + + this.closed = source.closed; + this.curveType = source.curveType; + this.tension = source.tension; + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.points = []; + + for ( let i = 0, l = this.points.length; i < l; i ++ ) { + + const point = this.points[ i ]; + data.points.push( point.toArray() ); + + } + + data.closed = this.closed; + data.curveType = this.curveType; + data.tension = this.tension; + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.points = []; + + for ( let i = 0, l = json.points.length; i < l; i ++ ) { + + const point = json.points[ i ]; + this.points.push( new Vector3().fromArray( point ) ); + + } + + this.closed = json.closed; + this.curveType = json.curveType; + this.tension = json.tension; + + return this; + + } + +} + +CatmullRomCurve3.prototype.isCatmullRomCurve3 = true; + +/** + * Bezier Curves formulas obtained from + * http://en.wikipedia.org/wiki/Bézier_curve + */ + +function CatmullRom( t, p0, p1, p2, p3 ) { + + const v0 = ( p2 - p0 ) * 0.5; + const v1 = ( p3 - p1 ) * 0.5; + const t2 = t * t; + const t3 = t * t2; + return ( 2 * p1 - 2 * p2 + v0 + v1 ) * t3 + ( - 3 * p1 + 3 * p2 - 2 * v0 - v1 ) * t2 + v0 * t + p1; + +} + +// + +function QuadraticBezierP0( t, p ) { + + const k = 1 - t; + return k * k * p; + +} + +function QuadraticBezierP1( t, p ) { + + return 2 * ( 1 - t ) * t * p; + +} + +function QuadraticBezierP2( t, p ) { + + return t * t * p; + +} + +function QuadraticBezier( t, p0, p1, p2 ) { + + return QuadraticBezierP0( t, p0 ) + QuadraticBezierP1( t, p1 ) + + QuadraticBezierP2( t, p2 ); + +} + +// + +function CubicBezierP0( t, p ) { + + const k = 1 - t; + return k * k * k * p; + +} + +function CubicBezierP1( t, p ) { + + const k = 1 - t; + return 3 * k * k * t * p; + +} + +function CubicBezierP2( t, p ) { + + return 3 * ( 1 - t ) * t * t * p; + +} + +function CubicBezierP3( t, p ) { + + return t * t * t * p; + +} + +function CubicBezier( t, p0, p1, p2, p3 ) { + + return CubicBezierP0( t, p0 ) + CubicBezierP1( t, p1 ) + CubicBezierP2( t, p2 ) + + CubicBezierP3( t, p3 ); + +} + +class CubicBezierCurve extends Curve { + + constructor( v0 = new Vector2(), v1 = new Vector2(), v2 = new Vector2(), v3 = new Vector2() ) { + + super(); + + this.type = 'CubicBezierCurve'; + + this.v0 = v0; + this.v1 = v1; + this.v2 = v2; + this.v3 = v3; + + } + + getPoint( t, optionalTarget = new Vector2() ) { + + const point = optionalTarget; + + const v0 = this.v0, v1 = this.v1, v2 = this.v2, v3 = this.v3; + + point.set( + CubicBezier( t, v0.x, v1.x, v2.x, v3.x ), + CubicBezier( t, v0.y, v1.y, v2.y, v3.y ) + ); + + return point; + + } + + copy( source ) { + + super.copy( source ); + + this.v0.copy( source.v0 ); + this.v1.copy( source.v1 ); + this.v2.copy( source.v2 ); + this.v3.copy( source.v3 ); + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.v0 = this.v0.toArray(); + data.v1 = this.v1.toArray(); + data.v2 = this.v2.toArray(); + data.v3 = this.v3.toArray(); + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.v0.fromArray( json.v0 ); + this.v1.fromArray( json.v1 ); + this.v2.fromArray( json.v2 ); + this.v3.fromArray( json.v3 ); + + return this; + + } + +} + +CubicBezierCurve.prototype.isCubicBezierCurve = true; + +class CubicBezierCurve3 extends Curve { + + constructor( v0 = new Vector3(), v1 = new Vector3(), v2 = new Vector3(), v3 = new Vector3() ) { + + super(); + + this.type = 'CubicBezierCurve3'; + + this.v0 = v0; + this.v1 = v1; + this.v2 = v2; + this.v3 = v3; + + } + + getPoint( t, optionalTarget = new Vector3() ) { + + const point = optionalTarget; + + const v0 = this.v0, v1 = this.v1, v2 = this.v2, v3 = this.v3; + + point.set( + CubicBezier( t, v0.x, v1.x, v2.x, v3.x ), + CubicBezier( t, v0.y, v1.y, v2.y, v3.y ), + CubicBezier( t, v0.z, v1.z, v2.z, v3.z ) + ); + + return point; + + } + + copy( source ) { + + super.copy( source ); + + this.v0.copy( source.v0 ); + this.v1.copy( source.v1 ); + this.v2.copy( source.v2 ); + this.v3.copy( source.v3 ); + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.v0 = this.v0.toArray(); + data.v1 = this.v1.toArray(); + data.v2 = this.v2.toArray(); + data.v3 = this.v3.toArray(); + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.v0.fromArray( json.v0 ); + this.v1.fromArray( json.v1 ); + this.v2.fromArray( json.v2 ); + this.v3.fromArray( json.v3 ); + + return this; + + } + +} + +CubicBezierCurve3.prototype.isCubicBezierCurve3 = true; + +class LineCurve extends Curve { + + constructor( v1 = new Vector2(), v2 = new Vector2() ) { + + super(); + + this.type = 'LineCurve'; + + this.v1 = v1; + this.v2 = v2; + + } + + getPoint( t, optionalTarget = new Vector2() ) { + + const point = optionalTarget; + + if ( t === 1 ) { + + point.copy( this.v2 ); + + } else { + + point.copy( this.v2 ).sub( this.v1 ); + point.multiplyScalar( t ).add( this.v1 ); + + } + + return point; + + } + + // Line curve is linear, so we can overwrite default getPointAt + getPointAt( u, optionalTarget ) { + + return this.getPoint( u, optionalTarget ); + + } + + getTangent( t, optionalTarget ) { + + const tangent = optionalTarget || new Vector2(); + + tangent.copy( this.v2 ).sub( this.v1 ).normalize(); + + return tangent; + + } + + copy( source ) { + + super.copy( source ); + + this.v1.copy( source.v1 ); + this.v2.copy( source.v2 ); + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.v1 = this.v1.toArray(); + data.v2 = this.v2.toArray(); + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.v1.fromArray( json.v1 ); + this.v2.fromArray( json.v2 ); + + return this; + + } + +} + +LineCurve.prototype.isLineCurve = true; + +class LineCurve3 extends Curve { + + constructor( v1 = new Vector3(), v2 = new Vector3() ) { + + super(); + + this.type = 'LineCurve3'; + this.isLineCurve3 = true; + + this.v1 = v1; + this.v2 = v2; + + } + getPoint( t, optionalTarget = new Vector3() ) { + + const point = optionalTarget; + + if ( t === 1 ) { + + point.copy( this.v2 ); + + } else { + + point.copy( this.v2 ).sub( this.v1 ); + point.multiplyScalar( t ).add( this.v1 ); + + } + + return point; + + } + // Line curve is linear, so we can overwrite default getPointAt + getPointAt( u, optionalTarget ) { + + return this.getPoint( u, optionalTarget ); + + } + copy( source ) { + + super.copy( source ); + + this.v1.copy( source.v1 ); + this.v2.copy( source.v2 ); + + return this; + + } + toJSON() { + + const data = super.toJSON(); + + data.v1 = this.v1.toArray(); + data.v2 = this.v2.toArray(); + + return data; + + } + fromJSON( json ) { + + super.fromJSON( json ); + + this.v1.fromArray( json.v1 ); + this.v2.fromArray( json.v2 ); + + return this; + + } + +} + +class QuadraticBezierCurve extends Curve { + + constructor( v0 = new Vector2(), v1 = new Vector2(), v2 = new Vector2() ) { + + super(); + + this.type = 'QuadraticBezierCurve'; + + this.v0 = v0; + this.v1 = v1; + this.v2 = v2; + + } + + getPoint( t, optionalTarget = new Vector2() ) { + + const point = optionalTarget; + + const v0 = this.v0, v1 = this.v1, v2 = this.v2; + + point.set( + QuadraticBezier( t, v0.x, v1.x, v2.x ), + QuadraticBezier( t, v0.y, v1.y, v2.y ) + ); + + return point; + + } + + copy( source ) { + + super.copy( source ); + + this.v0.copy( source.v0 ); + this.v1.copy( source.v1 ); + this.v2.copy( source.v2 ); + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.v0 = this.v0.toArray(); + data.v1 = this.v1.toArray(); + data.v2 = this.v2.toArray(); + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.v0.fromArray( json.v0 ); + this.v1.fromArray( json.v1 ); + this.v2.fromArray( json.v2 ); + + return this; + + } + +} + +QuadraticBezierCurve.prototype.isQuadraticBezierCurve = true; + +class QuadraticBezierCurve3 extends Curve { + + constructor( v0 = new Vector3(), v1 = new Vector3(), v2 = new Vector3() ) { + + super(); + + this.type = 'QuadraticBezierCurve3'; + + this.v0 = v0; + this.v1 = v1; + this.v2 = v2; + + } + + getPoint( t, optionalTarget = new Vector3() ) { + + const point = optionalTarget; + + const v0 = this.v0, v1 = this.v1, v2 = this.v2; + + point.set( + QuadraticBezier( t, v0.x, v1.x, v2.x ), + QuadraticBezier( t, v0.y, v1.y, v2.y ), + QuadraticBezier( t, v0.z, v1.z, v2.z ) + ); + + return point; + + } + + copy( source ) { + + super.copy( source ); + + this.v0.copy( source.v0 ); + this.v1.copy( source.v1 ); + this.v2.copy( source.v2 ); + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.v0 = this.v0.toArray(); + data.v1 = this.v1.toArray(); + data.v2 = this.v2.toArray(); + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.v0.fromArray( json.v0 ); + this.v1.fromArray( json.v1 ); + this.v2.fromArray( json.v2 ); + + return this; + + } + +} + +QuadraticBezierCurve3.prototype.isQuadraticBezierCurve3 = true; + +class SplineCurve extends Curve { + + constructor( points = [] ) { + + super(); + + this.type = 'SplineCurve'; + + this.points = points; + + } + + getPoint( t, optionalTarget = new Vector2() ) { + + const point = optionalTarget; + + const points = this.points; + const p = ( points.length - 1 ) * t; + + const intPoint = Math.floor( p ); + const weight = p - intPoint; + + const p0 = points[ intPoint === 0 ? intPoint : intPoint - 1 ]; + const p1 = points[ intPoint ]; + const p2 = points[ intPoint > points.length - 2 ? points.length - 1 : intPoint + 1 ]; + const p3 = points[ intPoint > points.length - 3 ? points.length - 1 : intPoint + 2 ]; + + point.set( + CatmullRom( weight, p0.x, p1.x, p2.x, p3.x ), + CatmullRom( weight, p0.y, p1.y, p2.y, p3.y ) + ); + + return point; + + } + + copy( source ) { + + super.copy( source ); + + this.points = []; + + for ( let i = 0, l = source.points.length; i < l; i ++ ) { + + const point = source.points[ i ]; + + this.points.push( point.clone() ); + + } + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.points = []; + + for ( let i = 0, l = this.points.length; i < l; i ++ ) { + + const point = this.points[ i ]; + data.points.push( point.toArray() ); + + } + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.points = []; + + for ( let i = 0, l = json.points.length; i < l; i ++ ) { + + const point = json.points[ i ]; + this.points.push( new Vector2().fromArray( point ) ); + + } + + return this; + + } + +} + +SplineCurve.prototype.isSplineCurve = true; + +var Curves = /*#__PURE__*/Object.freeze({ + __proto__: null, + ArcCurve: ArcCurve, + CatmullRomCurve3: CatmullRomCurve3, + CubicBezierCurve: CubicBezierCurve, + CubicBezierCurve3: CubicBezierCurve3, + EllipseCurve: EllipseCurve, + LineCurve: LineCurve, + LineCurve3: LineCurve3, + QuadraticBezierCurve: QuadraticBezierCurve, + QuadraticBezierCurve3: QuadraticBezierCurve3, + SplineCurve: SplineCurve +}); + +/** + * Port from https://github.com/mapbox/earcut (v2.2.2) + */ + +const Earcut = { + + triangulate: function ( data, holeIndices, dim = 2 ) { + + const hasHoles = holeIndices && holeIndices.length; + const outerLen = hasHoles ? holeIndices[ 0 ] * dim : data.length; + let outerNode = linkedList( data, 0, outerLen, dim, true ); + const triangles = []; + + if ( ! outerNode || outerNode.next === outerNode.prev ) return triangles; + + let minX, minY, maxX, maxY, x, y, invSize; + + if ( hasHoles ) outerNode = eliminateHoles( data, holeIndices, outerNode, dim ); + + // if the shape is not too simple, we'll use z-order curve hash later; calculate polygon bbox + if ( data.length > 80 * dim ) { + + minX = maxX = data[ 0 ]; + minY = maxY = data[ 1 ]; + + for ( let i = dim; i < outerLen; i += dim ) { + + x = data[ i ]; + y = data[ i + 1 ]; + if ( x < minX ) minX = x; + if ( y < minY ) minY = y; + if ( x > maxX ) maxX = x; + if ( y > maxY ) maxY = y; + + } + + // minX, minY and invSize are later used to transform coords into integers for z-order calculation + invSize = Math.max( maxX - minX, maxY - minY ); + invSize = invSize !== 0 ? 1 / invSize : 0; + + } + + earcutLinked( outerNode, triangles, dim, minX, minY, invSize ); + + return triangles; + + } + +}; + +// create a circular doubly linked list from polygon points in the specified winding order +function linkedList( data, start, end, dim, clockwise ) { + + let i, last; + + if ( clockwise === ( signedArea( data, start, end, dim ) > 0 ) ) { + + for ( i = start; i < end; i += dim ) last = insertNode( i, data[ i ], data[ i + 1 ], last ); + + } else { + + for ( i = end - dim; i >= start; i -= dim ) last = insertNode( i, data[ i ], data[ i + 1 ], last ); + + } + + if ( last && equals( last, last.next ) ) { + + removeNode( last ); + last = last.next; + + } + + return last; + +} + +// eliminate colinear or duplicate points +function filterPoints( start, end ) { + + if ( ! start ) return start; + if ( ! end ) end = start; + + let p = start, + again; + do { + + again = false; + + if ( ! p.steiner && ( equals( p, p.next ) || area( p.prev, p, p.next ) === 0 ) ) { + + removeNode( p ); + p = end = p.prev; + if ( p === p.next ) break; + again = true; + + } else { + + p = p.next; + + } + + } while ( again || p !== end ); + + return end; + +} + +// main ear slicing loop which triangulates a polygon (given as a linked list) +function earcutLinked( ear, triangles, dim, minX, minY, invSize, pass ) { + + if ( ! ear ) return; + + // interlink polygon nodes in z-order + if ( ! pass && invSize ) indexCurve( ear, minX, minY, invSize ); + + let stop = ear, + prev, next; + + // iterate through ears, slicing them one by one + while ( ear.prev !== ear.next ) { + + prev = ear.prev; + next = ear.next; + + if ( invSize ? isEarHashed( ear, minX, minY, invSize ) : isEar( ear ) ) { + + // cut off the triangle + triangles.push( prev.i / dim ); + triangles.push( ear.i / dim ); + triangles.push( next.i / dim ); + + removeNode( ear ); + + // skipping the next vertex leads to less sliver triangles + ear = next.next; + stop = next.next; + + continue; + + } + + ear = next; + + // if we looped through the whole remaining polygon and can't find any more ears + if ( ear === stop ) { + + // try filtering points and slicing again + if ( ! pass ) { + + earcutLinked( filterPoints( ear ), triangles, dim, minX, minY, invSize, 1 ); + + // if this didn't work, try curing all small self-intersections locally + + } else if ( pass === 1 ) { + + ear = cureLocalIntersections( filterPoints( ear ), triangles, dim ); + earcutLinked( ear, triangles, dim, minX, minY, invSize, 2 ); + + // as a last resort, try splitting the remaining polygon into two + + } else if ( pass === 2 ) { + + splitEarcut( ear, triangles, dim, minX, minY, invSize ); + + } + + break; + + } + + } + +} + +// check whether a polygon node forms a valid ear with adjacent nodes +function isEar( ear ) { + + const a = ear.prev, + b = ear, + c = ear.next; + + if ( area( a, b, c ) >= 0 ) return false; // reflex, can't be an ear + + // now make sure we don't have other points inside the potential ear + let p = ear.next.next; + + while ( p !== ear.prev ) { + + if ( pointInTriangle( a.x, a.y, b.x, b.y, c.x, c.y, p.x, p.y ) && + area( p.prev, p, p.next ) >= 0 ) return false; + p = p.next; + + } + + return true; + +} + +function isEarHashed( ear, minX, minY, invSize ) { + + const a = ear.prev, + b = ear, + c = ear.next; + + if ( area( a, b, c ) >= 0 ) return false; // reflex, can't be an ear + + // triangle bbox; min & max are calculated like this for speed + const minTX = a.x < b.x ? ( a.x < c.x ? a.x : c.x ) : ( b.x < c.x ? b.x : c.x ), + minTY = a.y < b.y ? ( a.y < c.y ? a.y : c.y ) : ( b.y < c.y ? b.y : c.y ), + maxTX = a.x > b.x ? ( a.x > c.x ? a.x : c.x ) : ( b.x > c.x ? b.x : c.x ), + maxTY = a.y > b.y ? ( a.y > c.y ? a.y : c.y ) : ( b.y > c.y ? b.y : c.y ); + + // z-order range for the current triangle bbox; + const minZ = zOrder( minTX, minTY, minX, minY, invSize ), + maxZ = zOrder( maxTX, maxTY, minX, minY, invSize ); + + let p = ear.prevZ, + n = ear.nextZ; + + // look for points inside the triangle in both directions + while ( p && p.z >= minZ && n && n.z <= maxZ ) { + + if ( p !== ear.prev && p !== ear.next && + pointInTriangle( a.x, a.y, b.x, b.y, c.x, c.y, p.x, p.y ) && + area( p.prev, p, p.next ) >= 0 ) return false; + p = p.prevZ; + + if ( n !== ear.prev && n !== ear.next && + pointInTriangle( a.x, a.y, b.x, b.y, c.x, c.y, n.x, n.y ) && + area( n.prev, n, n.next ) >= 0 ) return false; + n = n.nextZ; + + } + + // look for remaining points in decreasing z-order + while ( p && p.z >= minZ ) { + + if ( p !== ear.prev && p !== ear.next && + pointInTriangle( a.x, a.y, b.x, b.y, c.x, c.y, p.x, p.y ) && + area( p.prev, p, p.next ) >= 0 ) return false; + p = p.prevZ; + + } + + // look for remaining points in increasing z-order + while ( n && n.z <= maxZ ) { + + if ( n !== ear.prev && n !== ear.next && + pointInTriangle( a.x, a.y, b.x, b.y, c.x, c.y, n.x, n.y ) && + area( n.prev, n, n.next ) >= 0 ) return false; + n = n.nextZ; + + } + + return true; + +} + +// go through all polygon nodes and cure small local self-intersections +function cureLocalIntersections( start, triangles, dim ) { + + let p = start; + do { + + const a = p.prev, + b = p.next.next; + + if ( ! equals( a, b ) && intersects( a, p, p.next, b ) && locallyInside( a, b ) && locallyInside( b, a ) ) { + + triangles.push( a.i / dim ); + triangles.push( p.i / dim ); + triangles.push( b.i / dim ); + + // remove two nodes involved + removeNode( p ); + removeNode( p.next ); + + p = start = b; + + } + + p = p.next; + + } while ( p !== start ); + + return filterPoints( p ); + +} + +// try splitting polygon into two and triangulate them independently +function splitEarcut( start, triangles, dim, minX, minY, invSize ) { + + // look for a valid diagonal that divides the polygon into two + let a = start; + do { + + let b = a.next.next; + while ( b !== a.prev ) { + + if ( a.i !== b.i && isValidDiagonal( a, b ) ) { + + // split the polygon in two by the diagonal + let c = splitPolygon( a, b ); + + // filter colinear points around the cuts + a = filterPoints( a, a.next ); + c = filterPoints( c, c.next ); + + // run earcut on each half + earcutLinked( a, triangles, dim, minX, minY, invSize ); + earcutLinked( c, triangles, dim, minX, minY, invSize ); + return; + + } + + b = b.next; + + } + + a = a.next; + + } while ( a !== start ); + +} + +// link every hole into the outer loop, producing a single-ring polygon without holes +function eliminateHoles( data, holeIndices, outerNode, dim ) { + + const queue = []; + let i, len, start, end, list; + + for ( i = 0, len = holeIndices.length; i < len; i ++ ) { + + start = holeIndices[ i ] * dim; + end = i < len - 1 ? holeIndices[ i + 1 ] * dim : data.length; + list = linkedList( data, start, end, dim, false ); + if ( list === list.next ) list.steiner = true; + queue.push( getLeftmost( list ) ); + + } + + queue.sort( compareX ); + + // process holes from left to right + for ( i = 0; i < queue.length; i ++ ) { + + eliminateHole( queue[ i ], outerNode ); + outerNode = filterPoints( outerNode, outerNode.next ); + + } + + return outerNode; + +} + +function compareX( a, b ) { + + return a.x - b.x; + +} + +// find a bridge between vertices that connects hole with an outer ring and and link it +function eliminateHole( hole, outerNode ) { + + outerNode = findHoleBridge( hole, outerNode ); + if ( outerNode ) { + + const b = splitPolygon( outerNode, hole ); + + // filter collinear points around the cuts + filterPoints( outerNode, outerNode.next ); + filterPoints( b, b.next ); + + } + +} + +// David Eberly's algorithm for finding a bridge between hole and outer polygon +function findHoleBridge( hole, outerNode ) { + + let p = outerNode; + const hx = hole.x; + const hy = hole.y; + let qx = - Infinity, m; + + // find a segment intersected by a ray from the hole's leftmost point to the left; + // segment's endpoint with lesser x will be potential connection point + do { + + if ( hy <= p.y && hy >= p.next.y && p.next.y !== p.y ) { + + const x = p.x + ( hy - p.y ) * ( p.next.x - p.x ) / ( p.next.y - p.y ); + if ( x <= hx && x > qx ) { + + qx = x; + if ( x === hx ) { + + if ( hy === p.y ) return p; + if ( hy === p.next.y ) return p.next; + + } + + m = p.x < p.next.x ? p : p.next; + + } + + } + + p = p.next; + + } while ( p !== outerNode ); + + if ( ! m ) return null; + + if ( hx === qx ) return m; // hole touches outer segment; pick leftmost endpoint + + // look for points inside the triangle of hole point, segment intersection and endpoint; + // if there are no points found, we have a valid connection; + // otherwise choose the point of the minimum angle with the ray as connection point + + const stop = m, + mx = m.x, + my = m.y; + let tanMin = Infinity, tan; + + p = m; + + do { + + if ( hx >= p.x && p.x >= mx && hx !== p.x && + pointInTriangle( hy < my ? hx : qx, hy, mx, my, hy < my ? qx : hx, hy, p.x, p.y ) ) { + + tan = Math.abs( hy - p.y ) / ( hx - p.x ); // tangential + + if ( locallyInside( p, hole ) && ( tan < tanMin || ( tan === tanMin && ( p.x > m.x || ( p.x === m.x && sectorContainsSector( m, p ) ) ) ) ) ) { + + m = p; + tanMin = tan; + + } + + } + + p = p.next; + + } while ( p !== stop ); + + return m; + +} + +// whether sector in vertex m contains sector in vertex p in the same coordinates +function sectorContainsSector( m, p ) { + + return area( m.prev, m, p.prev ) < 0 && area( p.next, m, m.next ) < 0; + +} + +// interlink polygon nodes in z-order +function indexCurve( start, minX, minY, invSize ) { + + let p = start; + do { + + if ( p.z === null ) p.z = zOrder( p.x, p.y, minX, minY, invSize ); + p.prevZ = p.prev; + p.nextZ = p.next; + p = p.next; + + } while ( p !== start ); + + p.prevZ.nextZ = null; + p.prevZ = null; + + sortLinked( p ); + +} + +// Simon Tatham's linked list merge sort algorithm +// http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html +function sortLinked( list ) { + + let i, p, q, e, tail, numMerges, pSize, qSize, + inSize = 1; + + do { + + p = list; + list = null; + tail = null; + numMerges = 0; + + while ( p ) { + + numMerges ++; + q = p; + pSize = 0; + for ( i = 0; i < inSize; i ++ ) { + + pSize ++; + q = q.nextZ; + if ( ! q ) break; + + } + + qSize = inSize; + + while ( pSize > 0 || ( qSize > 0 && q ) ) { + + if ( pSize !== 0 && ( qSize === 0 || ! q || p.z <= q.z ) ) { + + e = p; + p = p.nextZ; + pSize --; + + } else { + + e = q; + q = q.nextZ; + qSize --; + + } + + if ( tail ) tail.nextZ = e; + else list = e; + + e.prevZ = tail; + tail = e; + + } + + p = q; + + } + + tail.nextZ = null; + inSize *= 2; + + } while ( numMerges > 1 ); + + return list; + +} + +// z-order of a point given coords and inverse of the longer side of data bbox +function zOrder( x, y, minX, minY, invSize ) { + + // coords are transformed into non-negative 15-bit integer range + x = 32767 * ( x - minX ) * invSize; + y = 32767 * ( y - minY ) * invSize; + + x = ( x | ( x << 8 ) ) & 0x00FF00FF; + x = ( x | ( x << 4 ) ) & 0x0F0F0F0F; + x = ( x | ( x << 2 ) ) & 0x33333333; + x = ( x | ( x << 1 ) ) & 0x55555555; + + y = ( y | ( y << 8 ) ) & 0x00FF00FF; + y = ( y | ( y << 4 ) ) & 0x0F0F0F0F; + y = ( y | ( y << 2 ) ) & 0x33333333; + y = ( y | ( y << 1 ) ) & 0x55555555; + + return x | ( y << 1 ); + +} + +// find the leftmost node of a polygon ring +function getLeftmost( start ) { + + let p = start, + leftmost = start; + do { + + if ( p.x < leftmost.x || ( p.x === leftmost.x && p.y < leftmost.y ) ) leftmost = p; + p = p.next; + + } while ( p !== start ); + + return leftmost; + +} + +// check if a point lies within a convex triangle +function pointInTriangle( ax, ay, bx, by, cx, cy, px, py ) { + + return ( cx - px ) * ( ay - py ) - ( ax - px ) * ( cy - py ) >= 0 && + ( ax - px ) * ( by - py ) - ( bx - px ) * ( ay - py ) >= 0 && + ( bx - px ) * ( cy - py ) - ( cx - px ) * ( by - py ) >= 0; + +} + +// check if a diagonal between two polygon nodes is valid (lies in polygon interior) +function isValidDiagonal( a, b ) { + + return a.next.i !== b.i && a.prev.i !== b.i && ! intersectsPolygon( a, b ) && // dones't intersect other edges + ( locallyInside( a, b ) && locallyInside( b, a ) && middleInside( a, b ) && // locally visible + ( area( a.prev, a, b.prev ) || area( a, b.prev, b ) ) || // does not create opposite-facing sectors + equals( a, b ) && area( a.prev, a, a.next ) > 0 && area( b.prev, b, b.next ) > 0 ); // special zero-length case + +} + +// signed area of a triangle +function area( p, q, r ) { + + return ( q.y - p.y ) * ( r.x - q.x ) - ( q.x - p.x ) * ( r.y - q.y ); + +} + +// check if two points are equal +function equals( p1, p2 ) { + + return p1.x === p2.x && p1.y === p2.y; + +} + +// check if two segments intersect +function intersects( p1, q1, p2, q2 ) { + + const o1 = sign( area( p1, q1, p2 ) ); + const o2 = sign( area( p1, q1, q2 ) ); + const o3 = sign( area( p2, q2, p1 ) ); + const o4 = sign( area( p2, q2, q1 ) ); + + if ( o1 !== o2 && o3 !== o4 ) return true; // general case + + if ( o1 === 0 && onSegment( p1, p2, q1 ) ) return true; // p1, q1 and p2 are collinear and p2 lies on p1q1 + if ( o2 === 0 && onSegment( p1, q2, q1 ) ) return true; // p1, q1 and q2 are collinear and q2 lies on p1q1 + if ( o3 === 0 && onSegment( p2, p1, q2 ) ) return true; // p2, q2 and p1 are collinear and p1 lies on p2q2 + if ( o4 === 0 && onSegment( p2, q1, q2 ) ) return true; // p2, q2 and q1 are collinear and q1 lies on p2q2 + + return false; + +} + +// for collinear points p, q, r, check if point q lies on segment pr +function onSegment( p, q, r ) { + + return q.x <= Math.max( p.x, r.x ) && q.x >= Math.min( p.x, r.x ) && q.y <= Math.max( p.y, r.y ) && q.y >= Math.min( p.y, r.y ); + +} + +function sign( num ) { + + return num > 0 ? 1 : num < 0 ? - 1 : 0; + +} + +// check if a polygon diagonal intersects any polygon segments +function intersectsPolygon( a, b ) { + + let p = a; + do { + + if ( p.i !== a.i && p.next.i !== a.i && p.i !== b.i && p.next.i !== b.i && + intersects( p, p.next, a, b ) ) return true; + p = p.next; + + } while ( p !== a ); + + return false; + +} + +// check if a polygon diagonal is locally inside the polygon +function locallyInside( a, b ) { + + return area( a.prev, a, a.next ) < 0 ? + area( a, b, a.next ) >= 0 && area( a, a.prev, b ) >= 0 : + area( a, b, a.prev ) < 0 || area( a, a.next, b ) < 0; + +} + +// check if the middle point of a polygon diagonal is inside the polygon +function middleInside( a, b ) { + + let p = a, + inside = false; + const px = ( a.x + b.x ) / 2, + py = ( a.y + b.y ) / 2; + do { + + if ( ( ( p.y > py ) !== ( p.next.y > py ) ) && p.next.y !== p.y && + ( px < ( p.next.x - p.x ) * ( py - p.y ) / ( p.next.y - p.y ) + p.x ) ) + inside = ! inside; + p = p.next; + + } while ( p !== a ); + + return inside; + +} + +// link two polygon vertices with a bridge; if the vertices belong to the same ring, it splits polygon into two; +// if one belongs to the outer ring and another to a hole, it merges it into a single ring +function splitPolygon( a, b ) { + + const a2 = new Node( a.i, a.x, a.y ), + b2 = new Node( b.i, b.x, b.y ), + an = a.next, + bp = b.prev; + + a.next = b; + b.prev = a; + + a2.next = an; + an.prev = a2; + + b2.next = a2; + a2.prev = b2; + + bp.next = b2; + b2.prev = bp; + + return b2; + +} + +// create a node and optionally link it with previous one (in a circular doubly linked list) +function insertNode( i, x, y, last ) { + + const p = new Node( i, x, y ); + + if ( ! last ) { + + p.prev = p; + p.next = p; + + } else { + + p.next = last.next; + p.prev = last; + last.next.prev = p; + last.next = p; + + } + + return p; + +} + +function removeNode( p ) { + + p.next.prev = p.prev; + p.prev.next = p.next; + + if ( p.prevZ ) p.prevZ.nextZ = p.nextZ; + if ( p.nextZ ) p.nextZ.prevZ = p.prevZ; + +} + +function Node( i, x, y ) { + + // vertex index in coordinates array + this.i = i; + + // vertex coordinates + this.x = x; + this.y = y; + + // previous and next vertex nodes in a polygon ring + this.prev = null; + this.next = null; + + // z-order curve value + this.z = null; + + // previous and next nodes in z-order + this.prevZ = null; + this.nextZ = null; + + // indicates whether this is a steiner point + this.steiner = false; + +} + +function signedArea( data, start, end, dim ) { + + let sum = 0; + for ( let i = start, j = end - dim; i < end; i += dim ) { + + sum += ( data[ j ] - data[ i ] ) * ( data[ i + 1 ] + data[ j + 1 ] ); + j = i; + + } + + return sum; + +} + +class ShapeUtils { + + // calculate area of the contour polygon + + static area( contour ) { + + const n = contour.length; + let a = 0.0; + + for ( let p = n - 1, q = 0; q < n; p = q ++ ) { + + a += contour[ p ].x * contour[ q ].y - contour[ q ].x * contour[ p ].y; + + } + + return a * 0.5; + + } + + static isClockWise( pts ) { + + return ShapeUtils.area( pts ) < 0; + + } + + static triangulateShape( contour, holes ) { + + const vertices = []; // flat array of vertices like [ x0,y0, x1,y1, x2,y2, ... ] + const holeIndices = []; // array of hole indices + const faces = []; // final array of vertex indices like [ [ a,b,d ], [ b,c,d ] ] + + removeDupEndPts( contour ); + addContour( vertices, contour ); + + // + + let holeIndex = contour.length; + + holes.forEach( removeDupEndPts ); + + for ( let i = 0; i < holes.length; i ++ ) { + + holeIndices.push( holeIndex ); + holeIndex += holes[ i ].length; + addContour( vertices, holes[ i ] ); + + } + + // + + const triangles = Earcut.triangulate( vertices, holeIndices ); + + // + + for ( let i = 0; i < triangles.length; i += 3 ) { + + faces.push( triangles.slice( i, i + 3 ) ); + + } + + return faces; + + } + +} + +function removeDupEndPts( points ) { + + const l = points.length; + + if ( l > 2 && points[ l - 1 ].equals( points[ 0 ] ) ) { + + points.pop(); + + } + +} + +function addContour( vertices, contour ) { + + for ( let i = 0; i < contour.length; i ++ ) { + + vertices.push( contour[ i ].x ); + vertices.push( contour[ i ].y ); + + } + +} + +/** + * Creates extruded geometry from a path shape. + * + * parameters = { + * + * curveSegments: , // number of points on the curves + * steps: , // number of points for z-side extrusions / used for subdividing segments of extrude spline too + * depth: , // Depth to extrude the shape + * + * bevelEnabled: , // turn on bevel + * bevelThickness: , // how deep into the original shape bevel goes + * bevelSize: , // how far from shape outline (including bevelOffset) is bevel + * bevelOffset: , // how far from shape outline does bevel start + * bevelSegments: , // number of bevel layers + * + * extrudePath: // curve to extrude shape along + * + * UVGenerator: // object that provides UV generator functions + * + * } + */ + +class ExtrudeGeometry extends BufferGeometry { + + constructor( shapes, options ) { + + super(); + + this.type = 'ExtrudeGeometry'; + + this.parameters = { + shapes: shapes, + options: options + }; + + shapes = Array.isArray( shapes ) ? shapes : [ shapes ]; + + const scope = this; + + const verticesArray = []; + const uvArray = []; + + for ( let i = 0, l = shapes.length; i < l; i ++ ) { + + const shape = shapes[ i ]; + addShape( shape ); + + } + + // build geometry + + this.setAttribute( 'position', new Float32BufferAttribute( verticesArray, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvArray, 2 ) ); + + this.computeVertexNormals(); + + // functions + + function addShape( shape ) { + + const placeholder = []; + + // options + + const curveSegments = options.curveSegments !== undefined ? options.curveSegments : 12; + const steps = options.steps !== undefined ? options.steps : 1; + let depth = options.depth !== undefined ? options.depth : 100; + + let bevelEnabled = options.bevelEnabled !== undefined ? options.bevelEnabled : true; + let bevelThickness = options.bevelThickness !== undefined ? options.bevelThickness : 6; + let bevelSize = options.bevelSize !== undefined ? options.bevelSize : bevelThickness - 2; + let bevelOffset = options.bevelOffset !== undefined ? options.bevelOffset : 0; + let bevelSegments = options.bevelSegments !== undefined ? options.bevelSegments : 3; + + const extrudePath = options.extrudePath; + + const uvgen = options.UVGenerator !== undefined ? options.UVGenerator : WorldUVGenerator; + + // deprecated options + + if ( options.amount !== undefined ) { + + console.warn( 'THREE.ExtrudeBufferGeometry: amount has been renamed to depth.' ); + depth = options.amount; + + } + + // + + let extrudePts, extrudeByPath = false; + let splineTube, binormal, normal, position2; + + if ( extrudePath ) { + + extrudePts = extrudePath.getSpacedPoints( steps ); + + extrudeByPath = true; + bevelEnabled = false; // bevels not supported for path extrusion + + // SETUP TNB variables + + // TODO1 - have a .isClosed in spline? + + splineTube = extrudePath.computeFrenetFrames( steps, false ); + + // console.log(splineTube, 'splineTube', splineTube.normals.length, 'steps', steps, 'extrudePts', extrudePts.length); + + binormal = new Vector3(); + normal = new Vector3(); + position2 = new Vector3(); + + } + + // Safeguards if bevels are not enabled + + if ( ! bevelEnabled ) { + + bevelSegments = 0; + bevelThickness = 0; + bevelSize = 0; + bevelOffset = 0; + + } + + // Variables initialization + + const shapePoints = shape.extractPoints( curveSegments ); + + let vertices = shapePoints.shape; + const holes = shapePoints.holes; + + const reverse = ! ShapeUtils.isClockWise( vertices ); + + if ( reverse ) { + + vertices = vertices.reverse(); + + // Maybe we should also check if holes are in the opposite direction, just to be safe ... + + for ( let h = 0, hl = holes.length; h < hl; h ++ ) { + + const ahole = holes[ h ]; + + if ( ShapeUtils.isClockWise( ahole ) ) { + + holes[ h ] = ahole.reverse(); + + } + + } + + } + + + const faces = ShapeUtils.triangulateShape( vertices, holes ); + + /* Vertices */ + + const contour = vertices; // vertices has all points but contour has only points of circumference + + for ( let h = 0, hl = holes.length; h < hl; h ++ ) { + + const ahole = holes[ h ]; + + vertices = vertices.concat( ahole ); + + } + + + function scalePt2( pt, vec, size ) { + + if ( ! vec ) console.error( 'THREE.ExtrudeGeometry: vec does not exist' ); + + return vec.clone().multiplyScalar( size ).add( pt ); + + } + + const vlen = vertices.length, flen = faces.length; + + + // Find directions for point movement + + + function getBevelVec( inPt, inPrev, inNext ) { + + // computes for inPt the corresponding point inPt' on a new contour + // shifted by 1 unit (length of normalized vector) to the left + // if we walk along contour clockwise, this new contour is outside the old one + // + // inPt' is the intersection of the two lines parallel to the two + // adjacent edges of inPt at a distance of 1 unit on the left side. + + let v_trans_x, v_trans_y, shrink_by; // resulting translation vector for inPt + + // good reading for geometry algorithms (here: line-line intersection) + // http://geomalgorithms.com/a05-_intersect-1.html + + const v_prev_x = inPt.x - inPrev.x, + v_prev_y = inPt.y - inPrev.y; + const v_next_x = inNext.x - inPt.x, + v_next_y = inNext.y - inPt.y; + + const v_prev_lensq = ( v_prev_x * v_prev_x + v_prev_y * v_prev_y ); + + // check for collinear edges + const collinear0 = ( v_prev_x * v_next_y - v_prev_y * v_next_x ); + + if ( Math.abs( collinear0 ) > Number.EPSILON ) { + + // not collinear + + // length of vectors for normalizing + + const v_prev_len = Math.sqrt( v_prev_lensq ); + const v_next_len = Math.sqrt( v_next_x * v_next_x + v_next_y * v_next_y ); + + // shift adjacent points by unit vectors to the left + + const ptPrevShift_x = ( inPrev.x - v_prev_y / v_prev_len ); + const ptPrevShift_y = ( inPrev.y + v_prev_x / v_prev_len ); + + const ptNextShift_x = ( inNext.x - v_next_y / v_next_len ); + const ptNextShift_y = ( inNext.y + v_next_x / v_next_len ); + + // scaling factor for v_prev to intersection point + + const sf = ( ( ptNextShift_x - ptPrevShift_x ) * v_next_y - + ( ptNextShift_y - ptPrevShift_y ) * v_next_x ) / + ( v_prev_x * v_next_y - v_prev_y * v_next_x ); + + // vector from inPt to intersection point + + v_trans_x = ( ptPrevShift_x + v_prev_x * sf - inPt.x ); + v_trans_y = ( ptPrevShift_y + v_prev_y * sf - inPt.y ); + + // Don't normalize!, otherwise sharp corners become ugly + // but prevent crazy spikes + const v_trans_lensq = ( v_trans_x * v_trans_x + v_trans_y * v_trans_y ); + if ( v_trans_lensq <= 2 ) { + + return new Vector2( v_trans_x, v_trans_y ); + + } else { + + shrink_by = Math.sqrt( v_trans_lensq / 2 ); + + } + + } else { + + // handle special case of collinear edges + + let direction_eq = false; // assumes: opposite + + if ( v_prev_x > Number.EPSILON ) { + + if ( v_next_x > Number.EPSILON ) { + + direction_eq = true; + + } + + } else { + + if ( v_prev_x < - Number.EPSILON ) { + + if ( v_next_x < - Number.EPSILON ) { + + direction_eq = true; + + } + + } else { + + if ( Math.sign( v_prev_y ) === Math.sign( v_next_y ) ) { + + direction_eq = true; + + } + + } + + } + + if ( direction_eq ) { + + // console.log("Warning: lines are a straight sequence"); + v_trans_x = - v_prev_y; + v_trans_y = v_prev_x; + shrink_by = Math.sqrt( v_prev_lensq ); + + } else { + + // console.log("Warning: lines are a straight spike"); + v_trans_x = v_prev_x; + v_trans_y = v_prev_y; + shrink_by = Math.sqrt( v_prev_lensq / 2 ); + + } + + } + + return new Vector2( v_trans_x / shrink_by, v_trans_y / shrink_by ); + + } + + + const contourMovements = []; + + for ( let i = 0, il = contour.length, j = il - 1, k = i + 1; i < il; i ++, j ++, k ++ ) { + + if ( j === il ) j = 0; + if ( k === il ) k = 0; + + // (j)---(i)---(k) + // console.log('i,j,k', i, j , k) + + contourMovements[ i ] = getBevelVec( contour[ i ], contour[ j ], contour[ k ] ); + + } + + const holesMovements = []; + let oneHoleMovements, verticesMovements = contourMovements.concat(); + + for ( let h = 0, hl = holes.length; h < hl; h ++ ) { + + const ahole = holes[ h ]; + + oneHoleMovements = []; + + for ( let i = 0, il = ahole.length, j = il - 1, k = i + 1; i < il; i ++, j ++, k ++ ) { + + if ( j === il ) j = 0; + if ( k === il ) k = 0; + + // (j)---(i)---(k) + oneHoleMovements[ i ] = getBevelVec( ahole[ i ], ahole[ j ], ahole[ k ] ); + + } + + holesMovements.push( oneHoleMovements ); + verticesMovements = verticesMovements.concat( oneHoleMovements ); + + } + + + // Loop bevelSegments, 1 for the front, 1 for the back + + for ( let b = 0; b < bevelSegments; b ++ ) { + + //for ( b = bevelSegments; b > 0; b -- ) { + + const t = b / bevelSegments; + const z = bevelThickness * Math.cos( t * Math.PI / 2 ); + const bs = bevelSize * Math.sin( t * Math.PI / 2 ) + bevelOffset; + + // contract shape + + for ( let i = 0, il = contour.length; i < il; i ++ ) { + + const vert = scalePt2( contour[ i ], contourMovements[ i ], bs ); + + v( vert.x, vert.y, - z ); + + } + + // expand holes + + for ( let h = 0, hl = holes.length; h < hl; h ++ ) { + + const ahole = holes[ h ]; + oneHoleMovements = holesMovements[ h ]; + + for ( let i = 0, il = ahole.length; i < il; i ++ ) { + + const vert = scalePt2( ahole[ i ], oneHoleMovements[ i ], bs ); + + v( vert.x, vert.y, - z ); + + } + + } + + } + + const bs = bevelSize + bevelOffset; + + // Back facing vertices + + for ( let i = 0; i < vlen; i ++ ) { + + const vert = bevelEnabled ? scalePt2( vertices[ i ], verticesMovements[ i ], bs ) : vertices[ i ]; + + if ( ! extrudeByPath ) { + + v( vert.x, vert.y, 0 ); + + } else { + + // v( vert.x, vert.y + extrudePts[ 0 ].y, extrudePts[ 0 ].x ); + + normal.copy( splineTube.normals[ 0 ] ).multiplyScalar( vert.x ); + binormal.copy( splineTube.binormals[ 0 ] ).multiplyScalar( vert.y ); + + position2.copy( extrudePts[ 0 ] ).add( normal ).add( binormal ); + + v( position2.x, position2.y, position2.z ); + + } + + } + + // Add stepped vertices... + // Including front facing vertices + + for ( let s = 1; s <= steps; s ++ ) { + + for ( let i = 0; i < vlen; i ++ ) { + + const vert = bevelEnabled ? scalePt2( vertices[ i ], verticesMovements[ i ], bs ) : vertices[ i ]; + + if ( ! extrudeByPath ) { + + v( vert.x, vert.y, depth / steps * s ); + + } else { + + // v( vert.x, vert.y + extrudePts[ s - 1 ].y, extrudePts[ s - 1 ].x ); + + normal.copy( splineTube.normals[ s ] ).multiplyScalar( vert.x ); + binormal.copy( splineTube.binormals[ s ] ).multiplyScalar( vert.y ); + + position2.copy( extrudePts[ s ] ).add( normal ).add( binormal ); + + v( position2.x, position2.y, position2.z ); + + } + + } + + } + + + // Add bevel segments planes + + //for ( b = 1; b <= bevelSegments; b ++ ) { + for ( let b = bevelSegments - 1; b >= 0; b -- ) { + + const t = b / bevelSegments; + const z = bevelThickness * Math.cos( t * Math.PI / 2 ); + const bs = bevelSize * Math.sin( t * Math.PI / 2 ) + bevelOffset; + + // contract shape + + for ( let i = 0, il = contour.length; i < il; i ++ ) { + + const vert = scalePt2( contour[ i ], contourMovements[ i ], bs ); + v( vert.x, vert.y, depth + z ); + + } + + // expand holes + + for ( let h = 0, hl = holes.length; h < hl; h ++ ) { + + const ahole = holes[ h ]; + oneHoleMovements = holesMovements[ h ]; + + for ( let i = 0, il = ahole.length; i < il; i ++ ) { + + const vert = scalePt2( ahole[ i ], oneHoleMovements[ i ], bs ); + + if ( ! extrudeByPath ) { + + v( vert.x, vert.y, depth + z ); + + } else { + + v( vert.x, vert.y + extrudePts[ steps - 1 ].y, extrudePts[ steps - 1 ].x + z ); + + } + + } + + } + + } + + /* Faces */ + + // Top and bottom faces + + buildLidFaces(); + + // Sides faces + + buildSideFaces(); + + + ///// Internal functions + + function buildLidFaces() { + + const start = verticesArray.length / 3; + + if ( bevelEnabled ) { + + let layer = 0; // steps + 1 + let offset = vlen * layer; + + // Bottom faces + + for ( let i = 0; i < flen; i ++ ) { + + const face = faces[ i ]; + f3( face[ 2 ] + offset, face[ 1 ] + offset, face[ 0 ] + offset ); + + } + + layer = steps + bevelSegments * 2; + offset = vlen * layer; + + // Top faces + + for ( let i = 0; i < flen; i ++ ) { + + const face = faces[ i ]; + f3( face[ 0 ] + offset, face[ 1 ] + offset, face[ 2 ] + offset ); + + } + + } else { + + // Bottom faces + + for ( let i = 0; i < flen; i ++ ) { + + const face = faces[ i ]; + f3( face[ 2 ], face[ 1 ], face[ 0 ] ); + + } + + // Top faces + + for ( let i = 0; i < flen; i ++ ) { + + const face = faces[ i ]; + f3( face[ 0 ] + vlen * steps, face[ 1 ] + vlen * steps, face[ 2 ] + vlen * steps ); + + } + + } + + scope.addGroup( start, verticesArray.length / 3 - start, 0 ); + + } + + // Create faces for the z-sides of the shape + + function buildSideFaces() { + + const start = verticesArray.length / 3; + let layeroffset = 0; + sidewalls( contour, layeroffset ); + layeroffset += contour.length; + + for ( let h = 0, hl = holes.length; h < hl; h ++ ) { + + const ahole = holes[ h ]; + sidewalls( ahole, layeroffset ); + + //, true + layeroffset += ahole.length; + + } + + + scope.addGroup( start, verticesArray.length / 3 - start, 1 ); + + + } + + function sidewalls( contour, layeroffset ) { + + let i = contour.length; + + while ( -- i >= 0 ) { + + const j = i; + let k = i - 1; + if ( k < 0 ) k = contour.length - 1; + + //console.log('b', i,j, i-1, k,vertices.length); + + for ( let s = 0, sl = ( steps + bevelSegments * 2 ); s < sl; s ++ ) { + + const slen1 = vlen * s; + const slen2 = vlen * ( s + 1 ); + + const a = layeroffset + j + slen1, + b = layeroffset + k + slen1, + c = layeroffset + k + slen2, + d = layeroffset + j + slen2; + + f4( a, b, c, d ); + + } + + } + + } + + function v( x, y, z ) { + + placeholder.push( x ); + placeholder.push( y ); + placeholder.push( z ); + + } + + + function f3( a, b, c ) { + + addVertex( a ); + addVertex( b ); + addVertex( c ); + + const nextIndex = verticesArray.length / 3; + const uvs = uvgen.generateTopUV( scope, verticesArray, nextIndex - 3, nextIndex - 2, nextIndex - 1 ); + + addUV( uvs[ 0 ] ); + addUV( uvs[ 1 ] ); + addUV( uvs[ 2 ] ); + + } + + function f4( a, b, c, d ) { + + addVertex( a ); + addVertex( b ); + addVertex( d ); + + addVertex( b ); + addVertex( c ); + addVertex( d ); + + + const nextIndex = verticesArray.length / 3; + const uvs = uvgen.generateSideWallUV( scope, verticesArray, nextIndex - 6, nextIndex - 3, nextIndex - 2, nextIndex - 1 ); + + addUV( uvs[ 0 ] ); + addUV( uvs[ 1 ] ); + addUV( uvs[ 3 ] ); + + addUV( uvs[ 1 ] ); + addUV( uvs[ 2 ] ); + addUV( uvs[ 3 ] ); + + } + + function addVertex( index ) { + + verticesArray.push( placeholder[ index * 3 + 0 ] ); + verticesArray.push( placeholder[ index * 3 + 1 ] ); + verticesArray.push( placeholder[ index * 3 + 2 ] ); + + } + + + function addUV( vector2 ) { + + uvArray.push( vector2.x ); + uvArray.push( vector2.y ); + + } + + } + + } + + toJSON() { + + const data = super.toJSON(); + + const shapes = this.parameters.shapes; + const options = this.parameters.options; + + return toJSON$1( shapes, options, data ); + + } + + static fromJSON( data, shapes ) { + + const geometryShapes = []; + + for ( let j = 0, jl = data.shapes.length; j < jl; j ++ ) { + + const shape = shapes[ data.shapes[ j ] ]; + + geometryShapes.push( shape ); + + } + + const extrudePath = data.options.extrudePath; + + if ( extrudePath !== undefined ) { + + data.options.extrudePath = new Curves[ extrudePath.type ]().fromJSON( extrudePath ); + + } + + return new ExtrudeGeometry( geometryShapes, data.options ); + + } + +} + +const WorldUVGenerator = { + + generateTopUV: function ( geometry, vertices, indexA, indexB, indexC ) { + + const a_x = vertices[ indexA * 3 ]; + const a_y = vertices[ indexA * 3 + 1 ]; + const b_x = vertices[ indexB * 3 ]; + const b_y = vertices[ indexB * 3 + 1 ]; + const c_x = vertices[ indexC * 3 ]; + const c_y = vertices[ indexC * 3 + 1 ]; + + return [ + new Vector2( a_x, a_y ), + new Vector2( b_x, b_y ), + new Vector2( c_x, c_y ) + ]; + + }, + + generateSideWallUV: function ( geometry, vertices, indexA, indexB, indexC, indexD ) { + + const a_x = vertices[ indexA * 3 ]; + const a_y = vertices[ indexA * 3 + 1 ]; + const a_z = vertices[ indexA * 3 + 2 ]; + const b_x = vertices[ indexB * 3 ]; + const b_y = vertices[ indexB * 3 + 1 ]; + const b_z = vertices[ indexB * 3 + 2 ]; + const c_x = vertices[ indexC * 3 ]; + const c_y = vertices[ indexC * 3 + 1 ]; + const c_z = vertices[ indexC * 3 + 2 ]; + const d_x = vertices[ indexD * 3 ]; + const d_y = vertices[ indexD * 3 + 1 ]; + const d_z = vertices[ indexD * 3 + 2 ]; + + if ( Math.abs( a_y - b_y ) < Math.abs( a_x - b_x ) ) { + + return [ + new Vector2( a_x, 1 - a_z ), + new Vector2( b_x, 1 - b_z ), + new Vector2( c_x, 1 - c_z ), + new Vector2( d_x, 1 - d_z ) + ]; + + } else { + + return [ + new Vector2( a_y, 1 - a_z ), + new Vector2( b_y, 1 - b_z ), + new Vector2( c_y, 1 - c_z ), + new Vector2( d_y, 1 - d_z ) + ]; + + } + + } + +}; + +function toJSON$1( shapes, options, data ) { + + data.shapes = []; + + if ( Array.isArray( shapes ) ) { + + for ( let i = 0, l = shapes.length; i < l; i ++ ) { + + const shape = shapes[ i ]; + + data.shapes.push( shape.uuid ); + + } + + } else { + + data.shapes.push( shapes.uuid ); + + } + + if ( options.extrudePath !== undefined ) data.options.extrudePath = options.extrudePath.toJSON(); + + return data; + +} + +class IcosahedronGeometry extends PolyhedronGeometry { + + constructor( radius = 1, detail = 0 ) { + + const t = ( 1 + Math.sqrt( 5 ) ) / 2; + + const vertices = [ + - 1, t, 0, 1, t, 0, - 1, - t, 0, 1, - t, 0, + 0, - 1, t, 0, 1, t, 0, - 1, - t, 0, 1, - t, + t, 0, - 1, t, 0, 1, - t, 0, - 1, - t, 0, 1 + ]; + + const indices = [ + 0, 11, 5, 0, 5, 1, 0, 1, 7, 0, 7, 10, 0, 10, 11, + 1, 5, 9, 5, 11, 4, 11, 10, 2, 10, 7, 6, 7, 1, 8, + 3, 9, 4, 3, 4, 2, 3, 2, 6, 3, 6, 8, 3, 8, 9, + 4, 9, 5, 2, 4, 11, 6, 2, 10, 8, 6, 7, 9, 8, 1 + ]; + + super( vertices, indices, radius, detail ); + + this.type = 'IcosahedronGeometry'; + + this.parameters = { + radius: radius, + detail: detail + }; + + } + + static fromJSON( data ) { + + return new IcosahedronGeometry( data.radius, data.detail ); + + } + +} + +class LatheGeometry extends BufferGeometry { + + constructor( points, segments = 12, phiStart = 0, phiLength = Math.PI * 2 ) { + + super(); + + this.type = 'LatheGeometry'; + + this.parameters = { + points: points, + segments: segments, + phiStart: phiStart, + phiLength: phiLength + }; + + segments = Math.floor( segments ); + + // clamp phiLength so it's in range of [ 0, 2PI ] + + phiLength = clamp( phiLength, 0, Math.PI * 2 ); + + // buffers + + const indices = []; + const vertices = []; + const uvs = []; + + // helper variables + + const inverseSegments = 1.0 / segments; + const vertex = new Vector3(); + const uv = new Vector2(); + + // generate vertices and uvs + + for ( let i = 0; i <= segments; i ++ ) { + + const phi = phiStart + i * inverseSegments * phiLength; + + const sin = Math.sin( phi ); + const cos = Math.cos( phi ); + + for ( let j = 0; j <= ( points.length - 1 ); j ++ ) { + + // vertex + + vertex.x = points[ j ].x * sin; + vertex.y = points[ j ].y; + vertex.z = points[ j ].x * cos; + + vertices.push( vertex.x, vertex.y, vertex.z ); + + // uv + + uv.x = i / segments; + uv.y = j / ( points.length - 1 ); + + uvs.push( uv.x, uv.y ); + + + } + + } + + // indices + + for ( let i = 0; i < segments; i ++ ) { + + for ( let j = 0; j < ( points.length - 1 ); j ++ ) { + + const base = j + i * points.length; + + const a = base; + const b = base + points.length; + const c = base + points.length + 1; + const d = base + 1; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + // generate normals + + this.computeVertexNormals(); + + // if the geometry is closed, we need to average the normals along the seam. + // because the corresponding vertices are identical (but still have different UVs). + + if ( phiLength === Math.PI * 2 ) { + + const normals = this.attributes.normal.array; + const n1 = new Vector3(); + const n2 = new Vector3(); + const n = new Vector3(); + + // this is the buffer offset for the last line of vertices + + const base = segments * points.length * 3; + + for ( let i = 0, j = 0; i < points.length; i ++, j += 3 ) { + + // select the normal of the vertex in the first line + + n1.x = normals[ j + 0 ]; + n1.y = normals[ j + 1 ]; + n1.z = normals[ j + 2 ]; + + // select the normal of the vertex in the last line + + n2.x = normals[ base + j + 0 ]; + n2.y = normals[ base + j + 1 ]; + n2.z = normals[ base + j + 2 ]; + + // average normals + + n.addVectors( n1, n2 ).normalize(); + + // assign the new values to both normals + + normals[ j + 0 ] = normals[ base + j + 0 ] = n.x; + normals[ j + 1 ] = normals[ base + j + 1 ] = n.y; + normals[ j + 2 ] = normals[ base + j + 2 ] = n.z; + + } + + } + + } + + static fromJSON( data ) { + + return new LatheGeometry( data.points, data.segments, data.phiStart, data.phiLength ); + + } + +} + +class OctahedronGeometry extends PolyhedronGeometry { + + constructor( radius = 1, detail = 0 ) { + + const vertices = [ + 1, 0, 0, - 1, 0, 0, 0, 1, 0, + 0, - 1, 0, 0, 0, 1, 0, 0, - 1 + ]; + + const indices = [ + 0, 2, 4, 0, 4, 3, 0, 3, 5, + 0, 5, 2, 1, 2, 5, 1, 5, 3, + 1, 3, 4, 1, 4, 2 + ]; + + super( vertices, indices, radius, detail ); + + this.type = 'OctahedronGeometry'; + + this.parameters = { + radius: radius, + detail: detail + }; + + } + + static fromJSON( data ) { + + return new OctahedronGeometry( data.radius, data.detail ); + + } + +} + +/** + * Parametric Surfaces Geometry + * based on the brilliant article by @prideout https://prideout.net/blog/old/blog/index.html@p=44.html + */ + +class ParametricGeometry extends BufferGeometry { + + constructor( func, slices, stacks ) { + + super(); + + this.type = 'ParametricGeometry'; + + this.parameters = { + func: func, + slices: slices, + stacks: stacks + }; + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + const EPS = 0.00001; + + const normal = new Vector3(); + + const p0 = new Vector3(), p1 = new Vector3(); + const pu = new Vector3(), pv = new Vector3(); + + if ( func.length < 3 ) { + + console.error( 'THREE.ParametricGeometry: Function must now modify a Vector3 as third parameter.' ); + + } + + // generate vertices, normals and uvs + + const sliceCount = slices + 1; + + for ( let i = 0; i <= stacks; i ++ ) { + + const v = i / stacks; + + for ( let j = 0; j <= slices; j ++ ) { + + const u = j / slices; + + // vertex + + func( u, v, p0 ); + vertices.push( p0.x, p0.y, p0.z ); + + // normal + + // approximate tangent vectors via finite differences + + if ( u - EPS >= 0 ) { + + func( u - EPS, v, p1 ); + pu.subVectors( p0, p1 ); + + } else { + + func( u + EPS, v, p1 ); + pu.subVectors( p1, p0 ); + + } + + if ( v - EPS >= 0 ) { + + func( u, v - EPS, p1 ); + pv.subVectors( p0, p1 ); + + } else { + + func( u, v + EPS, p1 ); + pv.subVectors( p1, p0 ); + + } + + // cross product of tangent vectors returns surface normal + + normal.crossVectors( pu, pv ).normalize(); + normals.push( normal.x, normal.y, normal.z ); + + // uv + + uvs.push( u, v ); + + } + + } + + // generate indices + + for ( let i = 0; i < stacks; i ++ ) { + + for ( let j = 0; j < slices; j ++ ) { + + const a = i * sliceCount + j; + const b = i * sliceCount + j + 1; + const c = ( i + 1 ) * sliceCount + j + 1; + const d = ( i + 1 ) * sliceCount + j; + + // faces one and two + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + } + +} + +class RingGeometry extends BufferGeometry { + + constructor( innerRadius = 0.5, outerRadius = 1, thetaSegments = 8, phiSegments = 1, thetaStart = 0, thetaLength = Math.PI * 2 ) { + + super(); + + this.type = 'RingGeometry'; + + this.parameters = { + innerRadius: innerRadius, + outerRadius: outerRadius, + thetaSegments: thetaSegments, + phiSegments: phiSegments, + thetaStart: thetaStart, + thetaLength: thetaLength + }; + + thetaSegments = Math.max( 3, thetaSegments ); + phiSegments = Math.max( 1, phiSegments ); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // some helper variables + + let radius = innerRadius; + const radiusStep = ( ( outerRadius - innerRadius ) / phiSegments ); + const vertex = new Vector3(); + const uv = new Vector2(); + + // generate vertices, normals and uvs + + for ( let j = 0; j <= phiSegments; j ++ ) { + + for ( let i = 0; i <= thetaSegments; i ++ ) { + + // values are generate from the inside of the ring to the outside + + const segment = thetaStart + i / thetaSegments * thetaLength; + + // vertex + + vertex.x = radius * Math.cos( segment ); + vertex.y = radius * Math.sin( segment ); + + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal + + normals.push( 0, 0, 1 ); + + // uv + + uv.x = ( vertex.x / outerRadius + 1 ) / 2; + uv.y = ( vertex.y / outerRadius + 1 ) / 2; + + uvs.push( uv.x, uv.y ); + + } + + // increase the radius for next row of vertices + + radius += radiusStep; + + } + + // indices + + for ( let j = 0; j < phiSegments; j ++ ) { + + const thetaSegmentLevel = j * ( thetaSegments + 1 ); + + for ( let i = 0; i < thetaSegments; i ++ ) { + + const segment = i + thetaSegmentLevel; + + const a = segment; + const b = segment + thetaSegments + 1; + const c = segment + thetaSegments + 2; + const d = segment + 1; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + } + + static fromJSON( data ) { + + return new RingGeometry( data.innerRadius, data.outerRadius, data.thetaSegments, data.phiSegments, data.thetaStart, data.thetaLength ); + + } + +} + +class ShapeGeometry extends BufferGeometry { + + constructor( shapes, curveSegments = 12 ) { + + super(); + this.type = 'ShapeGeometry'; + + this.parameters = { + shapes: shapes, + curveSegments: curveSegments + }; + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // helper variables + + let groupStart = 0; + let groupCount = 0; + + // allow single and array values for "shapes" parameter + + if ( Array.isArray( shapes ) === false ) { + + addShape( shapes ); + + } else { + + for ( let i = 0; i < shapes.length; i ++ ) { + + addShape( shapes[ i ] ); + + this.addGroup( groupStart, groupCount, i ); // enables MultiMaterial support + + groupStart += groupCount; + groupCount = 0; + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + + // helper functions + + function addShape( shape ) { + + const indexOffset = vertices.length / 3; + const points = shape.extractPoints( curveSegments ); + + let shapeVertices = points.shape; + const shapeHoles = points.holes; + + // check direction of vertices + + if ( ShapeUtils.isClockWise( shapeVertices ) === false ) { + + shapeVertices = shapeVertices.reverse(); + + } + + for ( let i = 0, l = shapeHoles.length; i < l; i ++ ) { + + const shapeHole = shapeHoles[ i ]; + + if ( ShapeUtils.isClockWise( shapeHole ) === true ) { + + shapeHoles[ i ] = shapeHole.reverse(); + + } + + } + + const faces = ShapeUtils.triangulateShape( shapeVertices, shapeHoles ); + + // join vertices of inner and outer paths to a single array + + for ( let i = 0, l = shapeHoles.length; i < l; i ++ ) { + + const shapeHole = shapeHoles[ i ]; + shapeVertices = shapeVertices.concat( shapeHole ); + + } + + // vertices, normals, uvs + + for ( let i = 0, l = shapeVertices.length; i < l; i ++ ) { + + const vertex = shapeVertices[ i ]; + + vertices.push( vertex.x, vertex.y, 0 ); + normals.push( 0, 0, 1 ); + uvs.push( vertex.x, vertex.y ); // world uvs + + } + + // incides + + for ( let i = 0, l = faces.length; i < l; i ++ ) { + + const face = faces[ i ]; + + const a = face[ 0 ] + indexOffset; + const b = face[ 1 ] + indexOffset; + const c = face[ 2 ] + indexOffset; + + indices.push( a, b, c ); + groupCount += 3; + + } + + } + + } + + toJSON() { + + const data = super.toJSON(); + + const shapes = this.parameters.shapes; + + return toJSON( shapes, data ); + + } + + static fromJSON( data, shapes ) { + + const geometryShapes = []; + + for ( let j = 0, jl = data.shapes.length; j < jl; j ++ ) { + + const shape = shapes[ data.shapes[ j ] ]; + + geometryShapes.push( shape ); + + } + + return new ShapeGeometry( geometryShapes, data.curveSegments ); + + } + +} + +function toJSON( shapes, data ) { + + data.shapes = []; + + if ( Array.isArray( shapes ) ) { + + for ( let i = 0, l = shapes.length; i < l; i ++ ) { + + const shape = shapes[ i ]; + + data.shapes.push( shape.uuid ); + + } + + } else { + + data.shapes.push( shapes.uuid ); + + } + + return data; + +} + +class SphereGeometry extends BufferGeometry { + + constructor( radius = 1, widthSegments = 32, heightSegments = 16, phiStart = 0, phiLength = Math.PI * 2, thetaStart = 0, thetaLength = Math.PI ) { + + super(); + this.type = 'SphereGeometry'; + + this.parameters = { + radius: radius, + widthSegments: widthSegments, + heightSegments: heightSegments, + phiStart: phiStart, + phiLength: phiLength, + thetaStart: thetaStart, + thetaLength: thetaLength + }; + + widthSegments = Math.max( 3, Math.floor( widthSegments ) ); + heightSegments = Math.max( 2, Math.floor( heightSegments ) ); + + const thetaEnd = Math.min( thetaStart + thetaLength, Math.PI ); + + let index = 0; + const grid = []; + + const vertex = new Vector3(); + const normal = new Vector3(); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // generate vertices, normals and uvs + + for ( let iy = 0; iy <= heightSegments; iy ++ ) { + + const verticesRow = []; + + const v = iy / heightSegments; + + // special case for the poles + + let uOffset = 0; + + if ( iy == 0 && thetaStart == 0 ) { + + uOffset = 0.5 / widthSegments; + + } else if ( iy == heightSegments && thetaEnd == Math.PI ) { + + uOffset = - 0.5 / widthSegments; + + } + + for ( let ix = 0; ix <= widthSegments; ix ++ ) { + + const u = ix / widthSegments; + + // vertex + + vertex.x = - radius * Math.cos( phiStart + u * phiLength ) * Math.sin( thetaStart + v * thetaLength ); + vertex.y = radius * Math.cos( thetaStart + v * thetaLength ); + vertex.z = radius * Math.sin( phiStart + u * phiLength ) * Math.sin( thetaStart + v * thetaLength ); + + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal + + normal.copy( vertex ).normalize(); + normals.push( normal.x, normal.y, normal.z ); + + // uv + + uvs.push( u + uOffset, 1 - v ); + + verticesRow.push( index ++ ); + + } + + grid.push( verticesRow ); + + } + + // indices + + for ( let iy = 0; iy < heightSegments; iy ++ ) { + + for ( let ix = 0; ix < widthSegments; ix ++ ) { + + const a = grid[ iy ][ ix + 1 ]; + const b = grid[ iy ][ ix ]; + const c = grid[ iy + 1 ][ ix ]; + const d = grid[ iy + 1 ][ ix + 1 ]; + + if ( iy !== 0 || thetaStart > 0 ) indices.push( a, b, d ); + if ( iy !== heightSegments - 1 || thetaEnd < Math.PI ) indices.push( b, c, d ); + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + } + + static fromJSON( data ) { + + return new SphereGeometry( data.radius, data.widthSegments, data.heightSegments, data.phiStart, data.phiLength, data.thetaStart, data.thetaLength ); + + } + +} + +class TetrahedronGeometry extends PolyhedronGeometry { + + constructor( radius = 1, detail = 0 ) { + + const vertices = [ + 1, 1, 1, - 1, - 1, 1, - 1, 1, - 1, 1, - 1, - 1 + ]; + + const indices = [ + 2, 1, 0, 0, 3, 2, 1, 3, 0, 2, 3, 1 + ]; + + super( vertices, indices, radius, detail ); + + this.type = 'TetrahedronGeometry'; + + this.parameters = { + radius: radius, + detail: detail + }; + + } + + static fromJSON( data ) { + + return new TetrahedronGeometry( data.radius, data.detail ); + + } + +} + +/** + * Text = 3D Text + * + * parameters = { + * font: , // font + * + * size: , // size of the text + * height: , // thickness to extrude text + * curveSegments: , // number of points on the curves + * + * bevelEnabled: , // turn on bevel + * bevelThickness: , // how deep into text bevel goes + * bevelSize: , // how far from text outline (including bevelOffset) is bevel + * bevelOffset: // how far from text outline does bevel start + * } + */ + +class TextGeometry extends ExtrudeGeometry { + + constructor( text, parameters = {} ) { + + const font = parameters.font; + + if ( ! ( font && font.isFont ) ) { + + console.error( 'THREE.TextGeometry: font parameter is not an instance of THREE.Font.' ); + return new BufferGeometry(); + + } + + const shapes = font.generateShapes( text, parameters.size ); + + // translate parameters to ExtrudeGeometry API + + parameters.depth = parameters.height !== undefined ? parameters.height : 50; + + // defaults + + if ( parameters.bevelThickness === undefined ) parameters.bevelThickness = 10; + if ( parameters.bevelSize === undefined ) parameters.bevelSize = 8; + if ( parameters.bevelEnabled === undefined ) parameters.bevelEnabled = false; + + super( shapes, parameters ); + + this.type = 'TextGeometry'; + + } + +} + +class TorusGeometry extends BufferGeometry { + + constructor( radius = 1, tube = 0.4, radialSegments = 8, tubularSegments = 6, arc = Math.PI * 2 ) { + + super(); + this.type = 'TorusGeometry'; + + this.parameters = { + radius: radius, + tube: tube, + radialSegments: radialSegments, + tubularSegments: tubularSegments, + arc: arc + }; + + radialSegments = Math.floor( radialSegments ); + tubularSegments = Math.floor( tubularSegments ); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // helper variables + + const center = new Vector3(); + const vertex = new Vector3(); + const normal = new Vector3(); + + // generate vertices, normals and uvs + + for ( let j = 0; j <= radialSegments; j ++ ) { + + for ( let i = 0; i <= tubularSegments; i ++ ) { + + const u = i / tubularSegments * arc; + const v = j / radialSegments * Math.PI * 2; + + // vertex + + vertex.x = ( radius + tube * Math.cos( v ) ) * Math.cos( u ); + vertex.y = ( radius + tube * Math.cos( v ) ) * Math.sin( u ); + vertex.z = tube * Math.sin( v ); + + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal + + center.x = radius * Math.cos( u ); + center.y = radius * Math.sin( u ); + normal.subVectors( vertex, center ).normalize(); + + normals.push( normal.x, normal.y, normal.z ); + + // uv + + uvs.push( i / tubularSegments ); + uvs.push( j / radialSegments ); + + } + + } + + // generate indices + + for ( let j = 1; j <= radialSegments; j ++ ) { + + for ( let i = 1; i <= tubularSegments; i ++ ) { + + // indices + + const a = ( tubularSegments + 1 ) * j + i - 1; + const b = ( tubularSegments + 1 ) * ( j - 1 ) + i - 1; + const c = ( tubularSegments + 1 ) * ( j - 1 ) + i; + const d = ( tubularSegments + 1 ) * j + i; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + } + + static fromJSON( data ) { + + return new TorusGeometry( data.radius, data.tube, data.radialSegments, data.tubularSegments, data.arc ); + + } + +} + +class TorusKnotGeometry extends BufferGeometry { + + constructor( radius = 1, tube = 0.4, tubularSegments = 64, radialSegments = 8, p = 2, q = 3 ) { + + super(); + this.type = 'TorusKnotGeometry'; + + this.parameters = { + radius: radius, + tube: tube, + tubularSegments: tubularSegments, + radialSegments: radialSegments, + p: p, + q: q + }; + + tubularSegments = Math.floor( tubularSegments ); + radialSegments = Math.floor( radialSegments ); + + // buffers + + const indices = []; + const vertices = []; + const normals = []; + const uvs = []; + + // helper variables + + const vertex = new Vector3(); + const normal = new Vector3(); + + const P1 = new Vector3(); + const P2 = new Vector3(); + + const B = new Vector3(); + const T = new Vector3(); + const N = new Vector3(); + + // generate vertices, normals and uvs + + for ( let i = 0; i <= tubularSegments; ++ i ) { + + // the radian "u" is used to calculate the position on the torus curve of the current tubular segement + + const u = i / tubularSegments * p * Math.PI * 2; + + // now we calculate two points. P1 is our current position on the curve, P2 is a little farther ahead. + // these points are used to create a special "coordinate space", which is necessary to calculate the correct vertex positions + + calculatePositionOnCurve( u, p, q, radius, P1 ); + calculatePositionOnCurve( u + 0.01, p, q, radius, P2 ); + + // calculate orthonormal basis + + T.subVectors( P2, P1 ); + N.addVectors( P2, P1 ); + B.crossVectors( T, N ); + N.crossVectors( B, T ); + + // normalize B, N. T can be ignored, we don't use it + + B.normalize(); + N.normalize(); + + for ( let j = 0; j <= radialSegments; ++ j ) { + + // now calculate the vertices. they are nothing more than an extrusion of the torus curve. + // because we extrude a shape in the xy-plane, there is no need to calculate a z-value. + + const v = j / radialSegments * Math.PI * 2; + const cx = - tube * Math.cos( v ); + const cy = tube * Math.sin( v ); + + // now calculate the final vertex position. + // first we orient the extrusion with our basis vectos, then we add it to the current position on the curve + + vertex.x = P1.x + ( cx * N.x + cy * B.x ); + vertex.y = P1.y + ( cx * N.y + cy * B.y ); + vertex.z = P1.z + ( cx * N.z + cy * B.z ); + + vertices.push( vertex.x, vertex.y, vertex.z ); + + // normal (P1 is always the center/origin of the extrusion, thus we can use it to calculate the normal) + + normal.subVectors( vertex, P1 ).normalize(); + + normals.push( normal.x, normal.y, normal.z ); + + // uv + + uvs.push( i / tubularSegments ); + uvs.push( j / radialSegments ); + + } + + } + + // generate indices + + for ( let j = 1; j <= tubularSegments; j ++ ) { + + for ( let i = 1; i <= radialSegments; i ++ ) { + + // indices + + const a = ( radialSegments + 1 ) * ( j - 1 ) + ( i - 1 ); + const b = ( radialSegments + 1 ) * j + ( i - 1 ); + const c = ( radialSegments + 1 ) * j + i; + const d = ( radialSegments + 1 ) * ( j - 1 ) + i; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + // this function calculates the current position on the torus curve + + function calculatePositionOnCurve( u, p, q, radius, position ) { + + const cu = Math.cos( u ); + const su = Math.sin( u ); + const quOverP = q / p * u; + const cs = Math.cos( quOverP ); + + position.x = radius * ( 2 + cs ) * 0.5 * cu; + position.y = radius * ( 2 + cs ) * su * 0.5; + position.z = radius * Math.sin( quOverP ) * 0.5; + + } + + } + + static fromJSON( data ) { + + return new TorusKnotGeometry( data.radius, data.tube, data.tubularSegments, data.radialSegments, data.p, data.q ); + + } + +} + +class TubeGeometry extends BufferGeometry { + + constructor( path, tubularSegments = 64, radius = 1, radialSegments = 8, closed = false ) { + + super(); + this.type = 'TubeGeometry'; + + this.parameters = { + path: path, + tubularSegments: tubularSegments, + radius: radius, + radialSegments: radialSegments, + closed: closed + }; + + const frames = path.computeFrenetFrames( tubularSegments, closed ); + + // expose internals + + this.tangents = frames.tangents; + this.normals = frames.normals; + this.binormals = frames.binormals; + + // helper variables + + const vertex = new Vector3(); + const normal = new Vector3(); + const uv = new Vector2(); + let P = new Vector3(); + + // buffer + + const vertices = []; + const normals = []; + const uvs = []; + const indices = []; + + // create buffer data + + generateBufferData(); + + // build geometry + + this.setIndex( indices ); + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + this.setAttribute( 'normal', new Float32BufferAttribute( normals, 3 ) ); + this.setAttribute( 'uv', new Float32BufferAttribute( uvs, 2 ) ); + + // functions + + function generateBufferData() { + + for ( let i = 0; i < tubularSegments; i ++ ) { + + generateSegment( i ); + + } + + // if the geometry is not closed, generate the last row of vertices and normals + // at the regular position on the given path + // + // if the geometry is closed, duplicate the first row of vertices and normals (uvs will differ) + + generateSegment( ( closed === false ) ? tubularSegments : 0 ); + + // uvs are generated in a separate function. + // this makes it easy compute correct values for closed geometries + + generateUVs(); + + // finally create faces + + generateIndices(); + + } + + function generateSegment( i ) { + + // we use getPointAt to sample evenly distributed points from the given path + + P = path.getPointAt( i / tubularSegments, P ); + + // retrieve corresponding normal and binormal + + const N = frames.normals[ i ]; + const B = frames.binormals[ i ]; + + // generate normals and vertices for the current segment + + for ( let j = 0; j <= radialSegments; j ++ ) { + + const v = j / radialSegments * Math.PI * 2; + + const sin = Math.sin( v ); + const cos = - Math.cos( v ); + + // normal + + normal.x = ( cos * N.x + sin * B.x ); + normal.y = ( cos * N.y + sin * B.y ); + normal.z = ( cos * N.z + sin * B.z ); + normal.normalize(); + + normals.push( normal.x, normal.y, normal.z ); + + // vertex + + vertex.x = P.x + radius * normal.x; + vertex.y = P.y + radius * normal.y; + vertex.z = P.z + radius * normal.z; + + vertices.push( vertex.x, vertex.y, vertex.z ); + + } + + } + + function generateIndices() { + + for ( let j = 1; j <= tubularSegments; j ++ ) { + + for ( let i = 1; i <= radialSegments; i ++ ) { + + const a = ( radialSegments + 1 ) * ( j - 1 ) + ( i - 1 ); + const b = ( radialSegments + 1 ) * j + ( i - 1 ); + const c = ( radialSegments + 1 ) * j + i; + const d = ( radialSegments + 1 ) * ( j - 1 ) + i; + + // faces + + indices.push( a, b, d ); + indices.push( b, c, d ); + + } + + } + + } + + function generateUVs() { + + for ( let i = 0; i <= tubularSegments; i ++ ) { + + for ( let j = 0; j <= radialSegments; j ++ ) { + + uv.x = i / tubularSegments; + uv.y = j / radialSegments; + + uvs.push( uv.x, uv.y ); + + } + + } + + } + + } + + toJSON() { + + const data = super.toJSON(); + + data.path = this.parameters.path.toJSON(); + + return data; + + } + + static fromJSON( data ) { + + // This only works for built-in curves (e.g. CatmullRomCurve3). + // User defined curves or instances of CurvePath will not be deserialized. + return new TubeGeometry( + new Curves[ data.path.type ]().fromJSON( data.path ), + data.tubularSegments, + data.radius, + data.radialSegments, + data.closed + ); + + } + +} + +class WireframeGeometry extends BufferGeometry { + + constructor( geometry ) { + + super(); + this.type = 'WireframeGeometry'; + + if ( geometry.isGeometry === true ) { + + console.error( 'THREE.WireframeGeometry no longer supports THREE.Geometry. Use THREE.BufferGeometry instead.' ); + return; + + } + + // buffer + + const vertices = []; + const edges = new Set(); + + // helper variables + + const start = new Vector3(); + const end = new Vector3(); + + if ( geometry.index !== null ) { + + // indexed BufferGeometry + + const position = geometry.attributes.position; + const indices = geometry.index; + let groups = geometry.groups; + + if ( groups.length === 0 ) { + + groups = [ { start: 0, count: indices.count, materialIndex: 0 } ]; + + } + + // create a data structure that contains all eges without duplicates + + for ( let o = 0, ol = groups.length; o < ol; ++ o ) { + + const group = groups[ o ]; + + const groupStart = group.start; + const groupCount = group.count; + + for ( let i = groupStart, l = ( groupStart + groupCount ); i < l; i += 3 ) { + + for ( let j = 0; j < 3; j ++ ) { + + const index1 = indices.getX( i + j ); + const index2 = indices.getX( i + ( j + 1 ) % 3 ); + + start.fromBufferAttribute( position, index1 ); + end.fromBufferAttribute( position, index2 ); + + if ( isUniqueEdge( start, end, edges ) === true ) { + + vertices.push( start.x, start.y, start.z ); + vertices.push( end.x, end.y, end.z ); + + } + + } + + } + + } + + } else { + + // non-indexed BufferGeometry + + const position = geometry.attributes.position; + + for ( let i = 0, l = ( position.count / 3 ); i < l; i ++ ) { + + for ( let j = 0; j < 3; j ++ ) { + + // three edges per triangle, an edge is represented as (index1, index2) + // e.g. the first triangle has the following edges: (0,1),(1,2),(2,0) + + const index1 = 3 * i + j; + const index2 = 3 * i + ( ( j + 1 ) % 3 ); + + start.fromBufferAttribute( position, index1 ); + end.fromBufferAttribute( position, index2 ); + + if ( isUniqueEdge( start, end, edges ) === true ) { + + vertices.push( start.x, start.y, start.z ); + vertices.push( end.x, end.y, end.z ); + + } + + } + + } + + } + + // build geometry + + this.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + + } + +} + +function isUniqueEdge( start, end, edges ) { + + const hash1 = `${start.x},${start.y},${start.z}-${end.x},${end.y},${end.z}`; + const hash2 = `${end.x},${end.y},${end.z}-${start.x},${start.y},${start.z}`; // coincident edge + + if ( edges.has( hash1 ) === true || edges.has( hash2 ) === true ) { + + return false; + + } else { + + edges.add( hash1, hash2 ); + return true; + + } + +} + +var Geometries = /*#__PURE__*/Object.freeze({ + __proto__: null, + BoxGeometry: BoxGeometry, + BoxBufferGeometry: BoxGeometry, + CircleGeometry: CircleGeometry, + CircleBufferGeometry: CircleGeometry, + ConeGeometry: ConeGeometry, + ConeBufferGeometry: ConeGeometry, + CylinderGeometry: CylinderGeometry, + CylinderBufferGeometry: CylinderGeometry, + DodecahedronGeometry: DodecahedronGeometry, + DodecahedronBufferGeometry: DodecahedronGeometry, + EdgesGeometry: EdgesGeometry, + ExtrudeGeometry: ExtrudeGeometry, + ExtrudeBufferGeometry: ExtrudeGeometry, + IcosahedronGeometry: IcosahedronGeometry, + IcosahedronBufferGeometry: IcosahedronGeometry, + LatheGeometry: LatheGeometry, + LatheBufferGeometry: LatheGeometry, + OctahedronGeometry: OctahedronGeometry, + OctahedronBufferGeometry: OctahedronGeometry, + ParametricGeometry: ParametricGeometry, + ParametricBufferGeometry: ParametricGeometry, + PlaneGeometry: PlaneGeometry, + PlaneBufferGeometry: PlaneGeometry, + PolyhedronGeometry: PolyhedronGeometry, + PolyhedronBufferGeometry: PolyhedronGeometry, + RingGeometry: RingGeometry, + RingBufferGeometry: RingGeometry, + ShapeGeometry: ShapeGeometry, + ShapeBufferGeometry: ShapeGeometry, + SphereGeometry: SphereGeometry, + SphereBufferGeometry: SphereGeometry, + TetrahedronGeometry: TetrahedronGeometry, + TetrahedronBufferGeometry: TetrahedronGeometry, + TextGeometry: TextGeometry, + TextBufferGeometry: TextGeometry, + TorusGeometry: TorusGeometry, + TorusBufferGeometry: TorusGeometry, + TorusKnotGeometry: TorusKnotGeometry, + TorusKnotBufferGeometry: TorusKnotGeometry, + TubeGeometry: TubeGeometry, + TubeBufferGeometry: TubeGeometry, + WireframeGeometry: WireframeGeometry +}); + +/** + * parameters = { + * color: + * } + */ + +class ShadowMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'ShadowMaterial'; + + this.color = new Color( 0x000000 ); + this.transparent = true; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + return this; + + } + +} + +ShadowMaterial.prototype.isShadowMaterial = true; + +/** + * parameters = { + * color: , + * roughness: , + * metalness: , + * opacity: , + * + * map: new THREE.Texture( ), + * + * lightMap: new THREE.Texture( ), + * lightMapIntensity: + * + * aoMap: new THREE.Texture( ), + * aoMapIntensity: + * + * emissive: , + * emissiveIntensity: + * emissiveMap: new THREE.Texture( ), + * + * bumpMap: new THREE.Texture( ), + * bumpScale: , + * + * normalMap: new THREE.Texture( ), + * normalMapType: THREE.TangentSpaceNormalMap, + * normalScale: , + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: , + * + * roughnessMap: new THREE.Texture( ), + * + * metalnessMap: new THREE.Texture( ), + * + * alphaMap: new THREE.Texture( ), + * + * envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ), + * envMapIntensity: + * + * refractionRatio: , + * + * wireframe: , + * wireframeLinewidth: , + * + * flatShading: + * } + */ + +class MeshStandardMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.defines = { 'STANDARD': '' }; + + this.type = 'MeshStandardMaterial'; + + this.color = new Color( 0xffffff ); // diffuse + this.roughness = 1.0; + this.metalness = 0.0; + + this.map = null; + + this.lightMap = null; + this.lightMapIntensity = 1.0; + + this.aoMap = null; + this.aoMapIntensity = 1.0; + + this.emissive = new Color( 0x000000 ); + this.emissiveIntensity = 1.0; + this.emissiveMap = null; + + this.bumpMap = null; + this.bumpScale = 1; + + this.normalMap = null; + this.normalMapType = TangentSpaceNormalMap; + this.normalScale = new Vector2( 1, 1 ); + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.roughnessMap = null; + + this.metalnessMap = null; + + this.alphaMap = null; + + this.envMap = null; + this.envMapIntensity = 1.0; + + this.refractionRatio = 0.98; + + this.wireframe = false; + this.wireframeLinewidth = 1; + this.wireframeLinecap = 'round'; + this.wireframeLinejoin = 'round'; + + this.flatShading = false; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.defines = { 'STANDARD': '' }; + + this.color.copy( source.color ); + this.roughness = source.roughness; + this.metalness = source.metalness; + + this.map = source.map; + + this.lightMap = source.lightMap; + this.lightMapIntensity = source.lightMapIntensity; + + this.aoMap = source.aoMap; + this.aoMapIntensity = source.aoMapIntensity; + + this.emissive.copy( source.emissive ); + this.emissiveMap = source.emissiveMap; + this.emissiveIntensity = source.emissiveIntensity; + + this.bumpMap = source.bumpMap; + this.bumpScale = source.bumpScale; + + this.normalMap = source.normalMap; + this.normalMapType = source.normalMapType; + this.normalScale.copy( source.normalScale ); + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + this.roughnessMap = source.roughnessMap; + + this.metalnessMap = source.metalnessMap; + + this.alphaMap = source.alphaMap; + + this.envMap = source.envMap; + this.envMapIntensity = source.envMapIntensity; + + this.refractionRatio = source.refractionRatio; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + this.wireframeLinecap = source.wireframeLinecap; + this.wireframeLinejoin = source.wireframeLinejoin; + + this.flatShading = source.flatShading; + + return this; + + } + +} + +MeshStandardMaterial.prototype.isMeshStandardMaterial = true; + +/** + * parameters = { + * clearcoat: , + * clearcoatMap: new THREE.Texture( ), + * clearcoatRoughness: , + * clearcoatRoughnessMap: new THREE.Texture( ), + * clearcoatNormalScale: , + * clearcoatNormalMap: new THREE.Texture( ), + * + * reflectivity: , + * ior: , + * + * sheen: , + * + * transmission: , + * transmissionMap: new THREE.Texture( ), + * + * thickness: , + * thicknessMap: new THREE.Texture( ), + * attenuationDistance: , + * attenuationTint: , + * + * specularIntensity: , + * specularIntensityhMap: new THREE.Texture( ), + * specularTint: , + * specularTintMap: new THREE.Texture( ) + * } + */ + +class MeshPhysicalMaterial extends MeshStandardMaterial { + + constructor( parameters ) { + + super(); + + this.defines = { + + 'STANDARD': '', + 'PHYSICAL': '' + + }; + + this.type = 'MeshPhysicalMaterial'; + + this.clearcoat = 0.0; + this.clearcoatMap = null; + this.clearcoatRoughness = 0.0; + this.clearcoatRoughnessMap = null; + this.clearcoatNormalScale = new Vector2( 1, 1 ); + this.clearcoatNormalMap = null; + + this.reflectivity = 0.5; // maps to F0 = 0.04 + + Object.defineProperty( this, 'ior', { + get: function () { + + return ( 1 + 0.4 * this.reflectivity ) / ( 1 - 0.4 * this.reflectivity ); + + }, + set: function ( ior ) { + + this.reflectivity = clamp( 2.5 * ( ior - 1 ) / ( ior + 1 ), 0, 1 ); + + } + } ); + + this.sheen = null; // null will disable sheen bsdf + + this.transmission = 0.0; + this.transmissionMap = null; + + this.thickness = 0.01; + this.thicknessMap = null; + this.attenuationDistance = 0.0; + this.attenuationTint = new Color( 1, 1, 1 ); + + this.specularIntensity = 1.0; + this.specularIntensityMap = null; + this.specularTint = new Color( 1, 1, 1 ); + this.specularTintMap = null; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.defines = { + + 'STANDARD': '', + 'PHYSICAL': '' + + }; + + this.clearcoat = source.clearcoat; + this.clearcoatMap = source.clearcoatMap; + this.clearcoatRoughness = source.clearcoatRoughness; + this.clearcoatRoughnessMap = source.clearcoatRoughnessMap; + this.clearcoatNormalMap = source.clearcoatNormalMap; + this.clearcoatNormalScale.copy( source.clearcoatNormalScale ); + + this.reflectivity = source.reflectivity; + + if ( source.sheen ) { + + this.sheen = ( this.sheen || new Color() ).copy( source.sheen ); + + } else { + + this.sheen = null; + + } + + this.transmission = source.transmission; + this.transmissionMap = source.transmissionMap; + + this.thickness = source.thickness; + this.thicknessMap = source.thicknessMap; + this.attenuationDistance = source.attenuationDistance; + this.attenuationTint.copy( source.attenuationTint ); + + this.specularIntensity = source.specularIntensity; + this.specularIntensityMap = source.specularIntensityMap; + this.specularTint.copy( source.specularTint ); + this.specularTintMap = source.specularTintMap; + + return this; + + } + +} + +MeshPhysicalMaterial.prototype.isMeshPhysicalMaterial = true; + +/** + * parameters = { + * color: , + * specular: , + * shininess: , + * opacity: , + * + * map: new THREE.Texture( ), + * + * lightMap: new THREE.Texture( ), + * lightMapIntensity: + * + * aoMap: new THREE.Texture( ), + * aoMapIntensity: + * + * emissive: , + * emissiveIntensity: + * emissiveMap: new THREE.Texture( ), + * + * bumpMap: new THREE.Texture( ), + * bumpScale: , + * + * normalMap: new THREE.Texture( ), + * normalMapType: THREE.TangentSpaceNormalMap, + * normalScale: , + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: , + * + * specularMap: new THREE.Texture( ), + * + * alphaMap: new THREE.Texture( ), + * + * envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ), + * combine: THREE.MultiplyOperation, + * reflectivity: , + * refractionRatio: , + * + * wireframe: , + * wireframeLinewidth: , + * + * flatShading: + * } + */ + +class MeshPhongMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'MeshPhongMaterial'; + + this.color = new Color( 0xffffff ); // diffuse + this.specular = new Color( 0x111111 ); + this.shininess = 30; + + this.map = null; + + this.lightMap = null; + this.lightMapIntensity = 1.0; + + this.aoMap = null; + this.aoMapIntensity = 1.0; + + this.emissive = new Color( 0x000000 ); + this.emissiveIntensity = 1.0; + this.emissiveMap = null; + + this.bumpMap = null; + this.bumpScale = 1; + + this.normalMap = null; + this.normalMapType = TangentSpaceNormalMap; + this.normalScale = new Vector2( 1, 1 ); + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.specularMap = null; + + this.alphaMap = null; + + this.envMap = null; + this.combine = MultiplyOperation; + this.reflectivity = 1; + this.refractionRatio = 0.98; + + this.wireframe = false; + this.wireframeLinewidth = 1; + this.wireframeLinecap = 'round'; + this.wireframeLinejoin = 'round'; + + this.flatShading = false; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + this.specular.copy( source.specular ); + this.shininess = source.shininess; + + this.map = source.map; + + this.lightMap = source.lightMap; + this.lightMapIntensity = source.lightMapIntensity; + + this.aoMap = source.aoMap; + this.aoMapIntensity = source.aoMapIntensity; + + this.emissive.copy( source.emissive ); + this.emissiveMap = source.emissiveMap; + this.emissiveIntensity = source.emissiveIntensity; + + this.bumpMap = source.bumpMap; + this.bumpScale = source.bumpScale; + + this.normalMap = source.normalMap; + this.normalMapType = source.normalMapType; + this.normalScale.copy( source.normalScale ); + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + this.specularMap = source.specularMap; + + this.alphaMap = source.alphaMap; + + this.envMap = source.envMap; + this.combine = source.combine; + this.reflectivity = source.reflectivity; + this.refractionRatio = source.refractionRatio; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + this.wireframeLinecap = source.wireframeLinecap; + this.wireframeLinejoin = source.wireframeLinejoin; + + this.flatShading = source.flatShading; + + return this; + + } + +} + +MeshPhongMaterial.prototype.isMeshPhongMaterial = true; + +/** + * parameters = { + * color: , + * + * map: new THREE.Texture( ), + * gradientMap: new THREE.Texture( ), + * + * lightMap: new THREE.Texture( ), + * lightMapIntensity: + * + * aoMap: new THREE.Texture( ), + * aoMapIntensity: + * + * emissive: , + * emissiveIntensity: + * emissiveMap: new THREE.Texture( ), + * + * bumpMap: new THREE.Texture( ), + * bumpScale: , + * + * normalMap: new THREE.Texture( ), + * normalMapType: THREE.TangentSpaceNormalMap, + * normalScale: , + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: , + * + * alphaMap: new THREE.Texture( ), + * + * wireframe: , + * wireframeLinewidth: , + * + * } + */ + +class MeshToonMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.defines = { 'TOON': '' }; + + this.type = 'MeshToonMaterial'; + + this.color = new Color( 0xffffff ); + + this.map = null; + this.gradientMap = null; + + this.lightMap = null; + this.lightMapIntensity = 1.0; + + this.aoMap = null; + this.aoMapIntensity = 1.0; + + this.emissive = new Color( 0x000000 ); + this.emissiveIntensity = 1.0; + this.emissiveMap = null; + + this.bumpMap = null; + this.bumpScale = 1; + + this.normalMap = null; + this.normalMapType = TangentSpaceNormalMap; + this.normalScale = new Vector2( 1, 1 ); + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.alphaMap = null; + + this.wireframe = false; + this.wireframeLinewidth = 1; + this.wireframeLinecap = 'round'; + this.wireframeLinejoin = 'round'; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + this.map = source.map; + this.gradientMap = source.gradientMap; + + this.lightMap = source.lightMap; + this.lightMapIntensity = source.lightMapIntensity; + + this.aoMap = source.aoMap; + this.aoMapIntensity = source.aoMapIntensity; + + this.emissive.copy( source.emissive ); + this.emissiveMap = source.emissiveMap; + this.emissiveIntensity = source.emissiveIntensity; + + this.bumpMap = source.bumpMap; + this.bumpScale = source.bumpScale; + + this.normalMap = source.normalMap; + this.normalMapType = source.normalMapType; + this.normalScale.copy( source.normalScale ); + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + this.alphaMap = source.alphaMap; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + this.wireframeLinecap = source.wireframeLinecap; + this.wireframeLinejoin = source.wireframeLinejoin; + + return this; + + } + +} + +MeshToonMaterial.prototype.isMeshToonMaterial = true; + +/** + * parameters = { + * opacity: , + * + * bumpMap: new THREE.Texture( ), + * bumpScale: , + * + * normalMap: new THREE.Texture( ), + * normalMapType: THREE.TangentSpaceNormalMap, + * normalScale: , + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: , + * + * wireframe: , + * wireframeLinewidth: + * + * flatShading: + * } + */ + +class MeshNormalMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'MeshNormalMaterial'; + + this.bumpMap = null; + this.bumpScale = 1; + + this.normalMap = null; + this.normalMapType = TangentSpaceNormalMap; + this.normalScale = new Vector2( 1, 1 ); + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.wireframe = false; + this.wireframeLinewidth = 1; + + this.fog = false; + + this.flatShading = false; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.bumpMap = source.bumpMap; + this.bumpScale = source.bumpScale; + + this.normalMap = source.normalMap; + this.normalMapType = source.normalMapType; + this.normalScale.copy( source.normalScale ); + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + + this.flatShading = source.flatShading; + + return this; + + } + +} + +MeshNormalMaterial.prototype.isMeshNormalMaterial = true; + +/** + * parameters = { + * color: , + * opacity: , + * + * map: new THREE.Texture( ), + * + * lightMap: new THREE.Texture( ), + * lightMapIntensity: + * + * aoMap: new THREE.Texture( ), + * aoMapIntensity: + * + * emissive: , + * emissiveIntensity: + * emissiveMap: new THREE.Texture( ), + * + * specularMap: new THREE.Texture( ), + * + * alphaMap: new THREE.Texture( ), + * + * envMap: new THREE.CubeTexture( [posx, negx, posy, negy, posz, negz] ), + * combine: THREE.Multiply, + * reflectivity: , + * refractionRatio: , + * + * wireframe: , + * wireframeLinewidth: , + * + * } + */ + +class MeshLambertMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.type = 'MeshLambertMaterial'; + + this.color = new Color( 0xffffff ); // diffuse + + this.map = null; + + this.lightMap = null; + this.lightMapIntensity = 1.0; + + this.aoMap = null; + this.aoMapIntensity = 1.0; + + this.emissive = new Color( 0x000000 ); + this.emissiveIntensity = 1.0; + this.emissiveMap = null; + + this.specularMap = null; + + this.alphaMap = null; + + this.envMap = null; + this.combine = MultiplyOperation; + this.reflectivity = 1; + this.refractionRatio = 0.98; + + this.wireframe = false; + this.wireframeLinewidth = 1; + this.wireframeLinecap = 'round'; + this.wireframeLinejoin = 'round'; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + + this.map = source.map; + + this.lightMap = source.lightMap; + this.lightMapIntensity = source.lightMapIntensity; + + this.aoMap = source.aoMap; + this.aoMapIntensity = source.aoMapIntensity; + + this.emissive.copy( source.emissive ); + this.emissiveMap = source.emissiveMap; + this.emissiveIntensity = source.emissiveIntensity; + + this.specularMap = source.specularMap; + + this.alphaMap = source.alphaMap; + + this.envMap = source.envMap; + this.combine = source.combine; + this.reflectivity = source.reflectivity; + this.refractionRatio = source.refractionRatio; + + this.wireframe = source.wireframe; + this.wireframeLinewidth = source.wireframeLinewidth; + this.wireframeLinecap = source.wireframeLinecap; + this.wireframeLinejoin = source.wireframeLinejoin; + + return this; + + } + +} + +MeshLambertMaterial.prototype.isMeshLambertMaterial = true; + +/** + * parameters = { + * color: , + * opacity: , + * + * matcap: new THREE.Texture( ), + * + * map: new THREE.Texture( ), + * + * bumpMap: new THREE.Texture( ), + * bumpScale: , + * + * normalMap: new THREE.Texture( ), + * normalMapType: THREE.TangentSpaceNormalMap, + * normalScale: , + * + * displacementMap: new THREE.Texture( ), + * displacementScale: , + * displacementBias: , + * + * alphaMap: new THREE.Texture( ), + * + * flatShading: + * } + */ + +class MeshMatcapMaterial extends Material { + + constructor( parameters ) { + + super(); + + this.defines = { 'MATCAP': '' }; + + this.type = 'MeshMatcapMaterial'; + + this.color = new Color( 0xffffff ); // diffuse + + this.matcap = null; + + this.map = null; + + this.bumpMap = null; + this.bumpScale = 1; + + this.normalMap = null; + this.normalMapType = TangentSpaceNormalMap; + this.normalScale = new Vector2( 1, 1 ); + + this.displacementMap = null; + this.displacementScale = 1; + this.displacementBias = 0; + + this.alphaMap = null; + + this.flatShading = false; + + this.setValues( parameters ); + + } + + + copy( source ) { + + super.copy( source ); + + this.defines = { 'MATCAP': '' }; + + this.color.copy( source.color ); + + this.matcap = source.matcap; + + this.map = source.map; + + this.bumpMap = source.bumpMap; + this.bumpScale = source.bumpScale; + + this.normalMap = source.normalMap; + this.normalMapType = source.normalMapType; + this.normalScale.copy( source.normalScale ); + + this.displacementMap = source.displacementMap; + this.displacementScale = source.displacementScale; + this.displacementBias = source.displacementBias; + + this.alphaMap = source.alphaMap; + + this.flatShading = source.flatShading; + + return this; + + } + +} + +MeshMatcapMaterial.prototype.isMeshMatcapMaterial = true; + +/** + * parameters = { + * color: , + * opacity: , + * + * linewidth: , + * + * scale: , + * dashSize: , + * gapSize: + * } + */ + +class LineDashedMaterial extends LineBasicMaterial { + + constructor( parameters ) { + + super(); + + this.type = 'LineDashedMaterial'; + + this.scale = 1; + this.dashSize = 3; + this.gapSize = 1; + + this.setValues( parameters ); + + } + + copy( source ) { + + super.copy( source ); + + this.scale = source.scale; + this.dashSize = source.dashSize; + this.gapSize = source.gapSize; + + return this; + + } + +} + +LineDashedMaterial.prototype.isLineDashedMaterial = true; + +var Materials = /*#__PURE__*/Object.freeze({ + __proto__: null, + ShadowMaterial: ShadowMaterial, + SpriteMaterial: SpriteMaterial, + RawShaderMaterial: RawShaderMaterial, + ShaderMaterial: ShaderMaterial, + PointsMaterial: PointsMaterial, + MeshPhysicalMaterial: MeshPhysicalMaterial, + MeshStandardMaterial: MeshStandardMaterial, + MeshPhongMaterial: MeshPhongMaterial, + MeshToonMaterial: MeshToonMaterial, + MeshNormalMaterial: MeshNormalMaterial, + MeshLambertMaterial: MeshLambertMaterial, + MeshDepthMaterial: MeshDepthMaterial, + MeshDistanceMaterial: MeshDistanceMaterial, + MeshBasicMaterial: MeshBasicMaterial, + MeshMatcapMaterial: MeshMatcapMaterial, + LineDashedMaterial: LineDashedMaterial, + LineBasicMaterial: LineBasicMaterial, + Material: Material +}); + +const AnimationUtils = { + + // same as Array.prototype.slice, but also works on typed arrays + arraySlice: function ( array, from, to ) { + + if ( AnimationUtils.isTypedArray( array ) ) { + + // in ios9 array.subarray(from, undefined) will return empty array + // but array.subarray(from) or array.subarray(from, len) is correct + return new array.constructor( array.subarray( from, to !== undefined ? to : array.length ) ); + + } + + return array.slice( from, to ); + + }, + + // converts an array to a specific type + convertArray: function ( array, type, forceClone ) { + + if ( ! array || // let 'undefined' and 'null' pass + ! forceClone && array.constructor === type ) return array; + + if ( typeof type.BYTES_PER_ELEMENT === 'number' ) { + + return new type( array ); // create typed array + + } + + return Array.prototype.slice.call( array ); // create Array + + }, + + isTypedArray: function ( object ) { + + return ArrayBuffer.isView( object ) && + ! ( object instanceof DataView ); + + }, + + // returns an array by which times and values can be sorted + getKeyframeOrder: function ( times ) { + + function compareTime( i, j ) { + + return times[ i ] - times[ j ]; + + } + + const n = times.length; + const result = new Array( n ); + for ( let i = 0; i !== n; ++ i ) result[ i ] = i; + + result.sort( compareTime ); + + return result; + + }, + + // uses the array previously returned by 'getKeyframeOrder' to sort data + sortedArray: function ( values, stride, order ) { + + const nValues = values.length; + const result = new values.constructor( nValues ); + + for ( let i = 0, dstOffset = 0; dstOffset !== nValues; ++ i ) { + + const srcOffset = order[ i ] * stride; + + for ( let j = 0; j !== stride; ++ j ) { + + result[ dstOffset ++ ] = values[ srcOffset + j ]; + + } + + } + + return result; + + }, + + // function for parsing AOS keyframe formats + flattenJSON: function ( jsonKeys, times, values, valuePropertyName ) { + + let i = 1, key = jsonKeys[ 0 ]; + + while ( key !== undefined && key[ valuePropertyName ] === undefined ) { + + key = jsonKeys[ i ++ ]; + + } + + if ( key === undefined ) return; // no data + + let value = key[ valuePropertyName ]; + if ( value === undefined ) return; // no data + + if ( Array.isArray( value ) ) { + + do { + + value = key[ valuePropertyName ]; + + if ( value !== undefined ) { + + times.push( key.time ); + values.push.apply( values, value ); // push all elements + + } + + key = jsonKeys[ i ++ ]; + + } while ( key !== undefined ); + + } else if ( value.toArray !== undefined ) { + + // ...assume THREE.Math-ish + + do { + + value = key[ valuePropertyName ]; + + if ( value !== undefined ) { + + times.push( key.time ); + value.toArray( values, values.length ); + + } + + key = jsonKeys[ i ++ ]; + + } while ( key !== undefined ); + + } else { + + // otherwise push as-is + + do { + + value = key[ valuePropertyName ]; + + if ( value !== undefined ) { + + times.push( key.time ); + values.push( value ); + + } + + key = jsonKeys[ i ++ ]; + + } while ( key !== undefined ); + + } + + }, + + subclip: function ( sourceClip, name, startFrame, endFrame, fps = 30 ) { + + const clip = sourceClip.clone(); + + clip.name = name; + + const tracks = []; + + for ( let i = 0; i < clip.tracks.length; ++ i ) { + + const track = clip.tracks[ i ]; + const valueSize = track.getValueSize(); + + const times = []; + const values = []; + + for ( let j = 0; j < track.times.length; ++ j ) { + + const frame = track.times[ j ] * fps; + + if ( frame < startFrame || frame >= endFrame ) continue; + + times.push( track.times[ j ] ); + + for ( let k = 0; k < valueSize; ++ k ) { + + values.push( track.values[ j * valueSize + k ] ); + + } + + } + + if ( times.length === 0 ) continue; + + track.times = AnimationUtils.convertArray( times, track.times.constructor ); + track.values = AnimationUtils.convertArray( values, track.values.constructor ); + + tracks.push( track ); + + } + + clip.tracks = tracks; + + // find minimum .times value across all tracks in the trimmed clip + + let minStartTime = Infinity; + + for ( let i = 0; i < clip.tracks.length; ++ i ) { + + if ( minStartTime > clip.tracks[ i ].times[ 0 ] ) { + + minStartTime = clip.tracks[ i ].times[ 0 ]; + + } + + } + + // shift all tracks such that clip begins at t=0 + + for ( let i = 0; i < clip.tracks.length; ++ i ) { + + clip.tracks[ i ].shift( - 1 * minStartTime ); + + } + + clip.resetDuration(); + + return clip; + + }, + + makeClipAdditive: function ( targetClip, referenceFrame = 0, referenceClip = targetClip, fps = 30 ) { + + if ( fps <= 0 ) fps = 30; + + const numTracks = referenceClip.tracks.length; + const referenceTime = referenceFrame / fps; + + // Make each track's values relative to the values at the reference frame + for ( let i = 0; i < numTracks; ++ i ) { + + const referenceTrack = referenceClip.tracks[ i ]; + const referenceTrackType = referenceTrack.ValueTypeName; + + // Skip this track if it's non-numeric + if ( referenceTrackType === 'bool' || referenceTrackType === 'string' ) continue; + + // Find the track in the target clip whose name and type matches the reference track + const targetTrack = targetClip.tracks.find( function ( track ) { + + return track.name === referenceTrack.name + && track.ValueTypeName === referenceTrackType; + + } ); + + if ( targetTrack === undefined ) continue; + + let referenceOffset = 0; + const referenceValueSize = referenceTrack.getValueSize(); + + if ( referenceTrack.createInterpolant.isInterpolantFactoryMethodGLTFCubicSpline ) { + + referenceOffset = referenceValueSize / 3; + + } + + let targetOffset = 0; + const targetValueSize = targetTrack.getValueSize(); + + if ( targetTrack.createInterpolant.isInterpolantFactoryMethodGLTFCubicSpline ) { + + targetOffset = targetValueSize / 3; + + } + + const lastIndex = referenceTrack.times.length - 1; + let referenceValue; + + // Find the value to subtract out of the track + if ( referenceTime <= referenceTrack.times[ 0 ] ) { + + // Reference frame is earlier than the first keyframe, so just use the first keyframe + const startIndex = referenceOffset; + const endIndex = referenceValueSize - referenceOffset; + referenceValue = AnimationUtils.arraySlice( referenceTrack.values, startIndex, endIndex ); + + } else if ( referenceTime >= referenceTrack.times[ lastIndex ] ) { + + // Reference frame is after the last keyframe, so just use the last keyframe + const startIndex = lastIndex * referenceValueSize + referenceOffset; + const endIndex = startIndex + referenceValueSize - referenceOffset; + referenceValue = AnimationUtils.arraySlice( referenceTrack.values, startIndex, endIndex ); + + } else { + + // Interpolate to the reference value + const interpolant = referenceTrack.createInterpolant(); + const startIndex = referenceOffset; + const endIndex = referenceValueSize - referenceOffset; + interpolant.evaluate( referenceTime ); + referenceValue = AnimationUtils.arraySlice( interpolant.resultBuffer, startIndex, endIndex ); + + } + + // Conjugate the quaternion + if ( referenceTrackType === 'quaternion' ) { + + const referenceQuat = new Quaternion().fromArray( referenceValue ).normalize().conjugate(); + referenceQuat.toArray( referenceValue ); + + } + + // Subtract the reference value from all of the track values + + const numTimes = targetTrack.times.length; + for ( let j = 0; j < numTimes; ++ j ) { + + const valueStart = j * targetValueSize + targetOffset; + + if ( referenceTrackType === 'quaternion' ) { + + // Multiply the conjugate for quaternion track types + Quaternion.multiplyQuaternionsFlat( + targetTrack.values, + valueStart, + referenceValue, + 0, + targetTrack.values, + valueStart + ); + + } else { + + const valueEnd = targetValueSize - targetOffset * 2; + + // Subtract each value for all other numeric track types + for ( let k = 0; k < valueEnd; ++ k ) { + + targetTrack.values[ valueStart + k ] -= referenceValue[ k ]; + + } + + } + + } + + } + + targetClip.blendMode = AdditiveAnimationBlendMode; + + return targetClip; + + } + +}; + +/** + * Abstract base class of interpolants over parametric samples. + * + * The parameter domain is one dimensional, typically the time or a path + * along a curve defined by the data. + * + * The sample values can have any dimensionality and derived classes may + * apply special interpretations to the data. + * + * This class provides the interval seek in a Template Method, deferring + * the actual interpolation to derived classes. + * + * Time complexity is O(1) for linear access crossing at most two points + * and O(log N) for random access, where N is the number of positions. + * + * References: + * + * http://www.oodesign.com/template-method-pattern.html + * + */ + +class Interpolant { + + constructor( parameterPositions, sampleValues, sampleSize, resultBuffer ) { + + this.parameterPositions = parameterPositions; + this._cachedIndex = 0; + + this.resultBuffer = resultBuffer !== undefined ? + resultBuffer : new sampleValues.constructor( sampleSize ); + this.sampleValues = sampleValues; + this.valueSize = sampleSize; + + this.settings = null; + this.DefaultSettings_ = {}; + + } + + evaluate( t ) { + + const pp = this.parameterPositions; + let i1 = this._cachedIndex, + t1 = pp[ i1 ], + t0 = pp[ i1 - 1 ]; + + validate_interval: { + + seek: { + + let right; + + linear_scan: { + + //- See http://jsperf.com/comparison-to-undefined/3 + //- slower code: + //- + //- if ( t >= t1 || t1 === undefined ) { + forward_scan: if ( ! ( t < t1 ) ) { + + for ( let giveUpAt = i1 + 2; ; ) { + + if ( t1 === undefined ) { + + if ( t < t0 ) break forward_scan; + + // after end + + i1 = pp.length; + this._cachedIndex = i1; + return this.afterEnd_( i1 - 1, t, t0 ); + + } + + if ( i1 === giveUpAt ) break; // this loop + + t0 = t1; + t1 = pp[ ++ i1 ]; + + if ( t < t1 ) { + + // we have arrived at the sought interval + break seek; + + } + + } + + // prepare binary search on the right side of the index + right = pp.length; + break linear_scan; + + } + + //- slower code: + //- if ( t < t0 || t0 === undefined ) { + if ( ! ( t >= t0 ) ) { + + // looping? + + const t1global = pp[ 1 ]; + + if ( t < t1global ) { + + i1 = 2; // + 1, using the scan for the details + t0 = t1global; + + } + + // linear reverse scan + + for ( let giveUpAt = i1 - 2; ; ) { + + if ( t0 === undefined ) { + + // before start + + this._cachedIndex = 0; + return this.beforeStart_( 0, t, t1 ); + + } + + if ( i1 === giveUpAt ) break; // this loop + + t1 = t0; + t0 = pp[ -- i1 - 1 ]; + + if ( t >= t0 ) { + + // we have arrived at the sought interval + break seek; + + } + + } + + // prepare binary search on the left side of the index + right = i1; + i1 = 0; + break linear_scan; + + } + + // the interval is valid + + break validate_interval; + + } // linear scan + + // binary search + + while ( i1 < right ) { + + const mid = ( i1 + right ) >>> 1; + + if ( t < pp[ mid ] ) { + + right = mid; + + } else { + + i1 = mid + 1; + + } + + } + + t1 = pp[ i1 ]; + t0 = pp[ i1 - 1 ]; + + // check boundary cases, again + + if ( t0 === undefined ) { + + this._cachedIndex = 0; + return this.beforeStart_( 0, t, t1 ); + + } + + if ( t1 === undefined ) { + + i1 = pp.length; + this._cachedIndex = i1; + return this.afterEnd_( i1 - 1, t0, t ); + + } + + } // seek + + this._cachedIndex = i1; + + this.intervalChanged_( i1, t0, t1 ); + + } // validate_interval + + return this.interpolate_( i1, t0, t, t1 ); + + } + + getSettings_() { + + return this.settings || this.DefaultSettings_; + + } + + copySampleValue_( index ) { + + // copies a sample value to the result buffer + + const result = this.resultBuffer, + values = this.sampleValues, + stride = this.valueSize, + offset = index * stride; + + for ( let i = 0; i !== stride; ++ i ) { + + result[ i ] = values[ offset + i ]; + + } + + return result; + + } + + // Template methods for derived classes: + + interpolate_( /* i1, t0, t, t1 */ ) { + + throw new Error( 'call to abstract method' ); + // implementations shall return this.resultBuffer + + } + + intervalChanged_( /* i1, t0, t1 */ ) { + + // empty + + } + +} + +// ALIAS DEFINITIONS + +Interpolant.prototype.beforeStart_ = Interpolant.prototype.copySampleValue_; +Interpolant.prototype.afterEnd_ = Interpolant.prototype.copySampleValue_; + +/** + * Fast and simple cubic spline interpolant. + * + * It was derived from a Hermitian construction setting the first derivative + * at each sample position to the linear slope between neighboring positions + * over their parameter interval. + */ + +class CubicInterpolant extends Interpolant { + + constructor( parameterPositions, sampleValues, sampleSize, resultBuffer ) { + + super( parameterPositions, sampleValues, sampleSize, resultBuffer ); + + this._weightPrev = - 0; + this._offsetPrev = - 0; + this._weightNext = - 0; + this._offsetNext = - 0; + + this.DefaultSettings_ = { + + endingStart: ZeroCurvatureEnding, + endingEnd: ZeroCurvatureEnding + + }; + + } + + intervalChanged_( i1, t0, t1 ) { + + const pp = this.parameterPositions; + let iPrev = i1 - 2, + iNext = i1 + 1, + + tPrev = pp[ iPrev ], + tNext = pp[ iNext ]; + + if ( tPrev === undefined ) { + + switch ( this.getSettings_().endingStart ) { + + case ZeroSlopeEnding: + + // f'(t0) = 0 + iPrev = i1; + tPrev = 2 * t0 - t1; + + break; + + case WrapAroundEnding: + + // use the other end of the curve + iPrev = pp.length - 2; + tPrev = t0 + pp[ iPrev ] - pp[ iPrev + 1 ]; + + break; + + default: // ZeroCurvatureEnding + + // f''(t0) = 0 a.k.a. Natural Spline + iPrev = i1; + tPrev = t1; + + } + + } + + if ( tNext === undefined ) { + + switch ( this.getSettings_().endingEnd ) { + + case ZeroSlopeEnding: + + // f'(tN) = 0 + iNext = i1; + tNext = 2 * t1 - t0; + + break; + + case WrapAroundEnding: + + // use the other end of the curve + iNext = 1; + tNext = t1 + pp[ 1 ] - pp[ 0 ]; + + break; + + default: // ZeroCurvatureEnding + + // f''(tN) = 0, a.k.a. Natural Spline + iNext = i1 - 1; + tNext = t0; + + } + + } + + const halfDt = ( t1 - t0 ) * 0.5, + stride = this.valueSize; + + this._weightPrev = halfDt / ( t0 - tPrev ); + this._weightNext = halfDt / ( tNext - t1 ); + this._offsetPrev = iPrev * stride; + this._offsetNext = iNext * stride; + + } + + interpolate_( i1, t0, t, t1 ) { + + const result = this.resultBuffer, + values = this.sampleValues, + stride = this.valueSize, + + o1 = i1 * stride, o0 = o1 - stride, + oP = this._offsetPrev, oN = this._offsetNext, + wP = this._weightPrev, wN = this._weightNext, + + p = ( t - t0 ) / ( t1 - t0 ), + pp = p * p, + ppp = pp * p; + + // evaluate polynomials + + const sP = - wP * ppp + 2 * wP * pp - wP * p; + const s0 = ( 1 + wP ) * ppp + ( - 1.5 - 2 * wP ) * pp + ( - 0.5 + wP ) * p + 1; + const s1 = ( - 1 - wN ) * ppp + ( 1.5 + wN ) * pp + 0.5 * p; + const sN = wN * ppp - wN * pp; + + // combine data linearly + + for ( let i = 0; i !== stride; ++ i ) { + + result[ i ] = + sP * values[ oP + i ] + + s0 * values[ o0 + i ] + + s1 * values[ o1 + i ] + + sN * values[ oN + i ]; + + } + + return result; + + } + +} + +class LinearInterpolant extends Interpolant { + + constructor( parameterPositions, sampleValues, sampleSize, resultBuffer ) { + + super( parameterPositions, sampleValues, sampleSize, resultBuffer ); + + } + + interpolate_( i1, t0, t, t1 ) { + + const result = this.resultBuffer, + values = this.sampleValues, + stride = this.valueSize, + + offset1 = i1 * stride, + offset0 = offset1 - stride, + + weight1 = ( t - t0 ) / ( t1 - t0 ), + weight0 = 1 - weight1; + + for ( let i = 0; i !== stride; ++ i ) { + + result[ i ] = + values[ offset0 + i ] * weight0 + + values[ offset1 + i ] * weight1; + + } + + return result; + + } + +} + +/** + * + * Interpolant that evaluates to the sample value at the position preceeding + * the parameter. + */ + +class DiscreteInterpolant extends Interpolant { + + constructor( parameterPositions, sampleValues, sampleSize, resultBuffer ) { + + super( parameterPositions, sampleValues, sampleSize, resultBuffer ); + + } + + interpolate_( i1 /*, t0, t, t1 */ ) { + + return this.copySampleValue_( i1 - 1 ); + + } + +} + +class KeyframeTrack { + + constructor( name, times, values, interpolation ) { + + if ( name === undefined ) throw new Error( 'THREE.KeyframeTrack: track name is undefined' ); + if ( times === undefined || times.length === 0 ) throw new Error( 'THREE.KeyframeTrack: no keyframes in track named ' + name ); + + this.name = name; + + this.times = AnimationUtils.convertArray( times, this.TimeBufferType ); + this.values = AnimationUtils.convertArray( values, this.ValueBufferType ); + + this.setInterpolation( interpolation || this.DefaultInterpolation ); + + } + + // Serialization (in static context, because of constructor invocation + // and automatic invocation of .toJSON): + + static toJSON( track ) { + + const trackType = track.constructor; + + let json; + + // derived classes can define a static toJSON method + if ( trackType.toJSON !== this.toJSON ) { + + json = trackType.toJSON( track ); + + } else { + + // by default, we assume the data can be serialized as-is + json = { + + 'name': track.name, + 'times': AnimationUtils.convertArray( track.times, Array ), + 'values': AnimationUtils.convertArray( track.values, Array ) + + }; + + const interpolation = track.getInterpolation(); + + if ( interpolation !== track.DefaultInterpolation ) { + + json.interpolation = interpolation; + + } + + } + + json.type = track.ValueTypeName; // mandatory + + return json; + + } + + InterpolantFactoryMethodDiscrete( result ) { + + return new DiscreteInterpolant( this.times, this.values, this.getValueSize(), result ); + + } + + InterpolantFactoryMethodLinear( result ) { + + return new LinearInterpolant( this.times, this.values, this.getValueSize(), result ); + + } + + InterpolantFactoryMethodSmooth( result ) { + + return new CubicInterpolant( this.times, this.values, this.getValueSize(), result ); + + } + + setInterpolation( interpolation ) { + + let factoryMethod; + + switch ( interpolation ) { + + case InterpolateDiscrete: + + factoryMethod = this.InterpolantFactoryMethodDiscrete; + + break; + + case InterpolateLinear: + + factoryMethod = this.InterpolantFactoryMethodLinear; + + break; + + case InterpolateSmooth: + + factoryMethod = this.InterpolantFactoryMethodSmooth; + + break; + + } + + if ( factoryMethod === undefined ) { + + const message = 'unsupported interpolation for ' + + this.ValueTypeName + ' keyframe track named ' + this.name; + + if ( this.createInterpolant === undefined ) { + + // fall back to default, unless the default itself is messed up + if ( interpolation !== this.DefaultInterpolation ) { + + this.setInterpolation( this.DefaultInterpolation ); + + } else { + + throw new Error( message ); // fatal, in this case + + } + + } + + console.warn( 'THREE.KeyframeTrack:', message ); + return this; + + } + + this.createInterpolant = factoryMethod; + + return this; + + } + + getInterpolation() { + + switch ( this.createInterpolant ) { + + case this.InterpolantFactoryMethodDiscrete: + + return InterpolateDiscrete; + + case this.InterpolantFactoryMethodLinear: + + return InterpolateLinear; + + case this.InterpolantFactoryMethodSmooth: + + return InterpolateSmooth; + + } + + } + + getValueSize() { + + return this.values.length / this.times.length; + + } + + // move all keyframes either forwards or backwards in time + shift( timeOffset ) { + + if ( timeOffset !== 0.0 ) { + + const times = this.times; + + for ( let i = 0, n = times.length; i !== n; ++ i ) { + + times[ i ] += timeOffset; + + } + + } + + return this; + + } + + // scale all keyframe times by a factor (useful for frame <-> seconds conversions) + scale( timeScale ) { + + if ( timeScale !== 1.0 ) { + + const times = this.times; + + for ( let i = 0, n = times.length; i !== n; ++ i ) { + + times[ i ] *= timeScale; + + } + + } + + return this; + + } + + // removes keyframes before and after animation without changing any values within the range [startTime, endTime]. + // IMPORTANT: We do not shift around keys to the start of the track time, because for interpolated keys this will change their values + trim( startTime, endTime ) { + + const times = this.times, + nKeys = times.length; + + let from = 0, + to = nKeys - 1; + + while ( from !== nKeys && times[ from ] < startTime ) { + + ++ from; + + } + + while ( to !== - 1 && times[ to ] > endTime ) { + + -- to; + + } + + ++ to; // inclusive -> exclusive bound + + if ( from !== 0 || to !== nKeys ) { + + // empty tracks are forbidden, so keep at least one keyframe + if ( from >= to ) { + + to = Math.max( to, 1 ); + from = to - 1; + + } + + const stride = this.getValueSize(); + this.times = AnimationUtils.arraySlice( times, from, to ); + this.values = AnimationUtils.arraySlice( this.values, from * stride, to * stride ); + + } + + return this; + + } + + // ensure we do not get a GarbageInGarbageOut situation, make sure tracks are at least minimally viable + validate() { + + let valid = true; + + const valueSize = this.getValueSize(); + if ( valueSize - Math.floor( valueSize ) !== 0 ) { + + console.error( 'THREE.KeyframeTrack: Invalid value size in track.', this ); + valid = false; + + } + + const times = this.times, + values = this.values, + + nKeys = times.length; + + if ( nKeys === 0 ) { + + console.error( 'THREE.KeyframeTrack: Track is empty.', this ); + valid = false; + + } + + let prevTime = null; + + for ( let i = 0; i !== nKeys; i ++ ) { + + const currTime = times[ i ]; + + if ( typeof currTime === 'number' && isNaN( currTime ) ) { + + console.error( 'THREE.KeyframeTrack: Time is not a valid number.', this, i, currTime ); + valid = false; + break; + + } + + if ( prevTime !== null && prevTime > currTime ) { + + console.error( 'THREE.KeyframeTrack: Out of order keys.', this, i, currTime, prevTime ); + valid = false; + break; + + } + + prevTime = currTime; + + } + + if ( values !== undefined ) { + + if ( AnimationUtils.isTypedArray( values ) ) { + + for ( let i = 0, n = values.length; i !== n; ++ i ) { + + const value = values[ i ]; + + if ( isNaN( value ) ) { + + console.error( 'THREE.KeyframeTrack: Value is not a valid number.', this, i, value ); + valid = false; + break; + + } + + } + + } + + } + + return valid; + + } + + // removes equivalent sequential keys as common in morph target sequences + // (0,0,0,0,1,1,1,0,0,0,0,0,0,0) --> (0,0,1,1,0,0) + optimize() { + + // times or values may be shared with other tracks, so overwriting is unsafe + const times = AnimationUtils.arraySlice( this.times ), + values = AnimationUtils.arraySlice( this.values ), + stride = this.getValueSize(), + + smoothInterpolation = this.getInterpolation() === InterpolateSmooth, + + lastIndex = times.length - 1; + + let writeIndex = 1; + + for ( let i = 1; i < lastIndex; ++ i ) { + + let keep = false; + + const time = times[ i ]; + const timeNext = times[ i + 1 ]; + + // remove adjacent keyframes scheduled at the same time + + if ( time !== timeNext && ( i !== 1 || time !== times[ 0 ] ) ) { + + if ( ! smoothInterpolation ) { + + // remove unnecessary keyframes same as their neighbors + + const offset = i * stride, + offsetP = offset - stride, + offsetN = offset + stride; + + for ( let j = 0; j !== stride; ++ j ) { + + const value = values[ offset + j ]; + + if ( value !== values[ offsetP + j ] || + value !== values[ offsetN + j ] ) { + + keep = true; + break; + + } + + } + + } else { + + keep = true; + + } + + } + + // in-place compaction + + if ( keep ) { + + if ( i !== writeIndex ) { + + times[ writeIndex ] = times[ i ]; + + const readOffset = i * stride, + writeOffset = writeIndex * stride; + + for ( let j = 0; j !== stride; ++ j ) { + + values[ writeOffset + j ] = values[ readOffset + j ]; + + } + + } + + ++ writeIndex; + + } + + } + + // flush last keyframe (compaction looks ahead) + + if ( lastIndex > 0 ) { + + times[ writeIndex ] = times[ lastIndex ]; + + for ( let readOffset = lastIndex * stride, writeOffset = writeIndex * stride, j = 0; j !== stride; ++ j ) { + + values[ writeOffset + j ] = values[ readOffset + j ]; + + } + + ++ writeIndex; + + } + + if ( writeIndex !== times.length ) { + + this.times = AnimationUtils.arraySlice( times, 0, writeIndex ); + this.values = AnimationUtils.arraySlice( values, 0, writeIndex * stride ); + + } else { + + this.times = times; + this.values = values; + + } + + return this; + + } + + clone() { + + const times = AnimationUtils.arraySlice( this.times, 0 ); + const values = AnimationUtils.arraySlice( this.values, 0 ); + + const TypedKeyframeTrack = this.constructor; + const track = new TypedKeyframeTrack( this.name, times, values ); + + // Interpolant argument to constructor is not saved, so copy the factory method directly. + track.createInterpolant = this.createInterpolant; + + return track; + + } + +} + +KeyframeTrack.prototype.TimeBufferType = Float32Array; +KeyframeTrack.prototype.ValueBufferType = Float32Array; +KeyframeTrack.prototype.DefaultInterpolation = InterpolateLinear; + +/** + * A Track of Boolean keyframe values. + */ +class BooleanKeyframeTrack extends KeyframeTrack {} + +BooleanKeyframeTrack.prototype.ValueTypeName = 'bool'; +BooleanKeyframeTrack.prototype.ValueBufferType = Array; +BooleanKeyframeTrack.prototype.DefaultInterpolation = InterpolateDiscrete; +BooleanKeyframeTrack.prototype.InterpolantFactoryMethodLinear = undefined; +BooleanKeyframeTrack.prototype.InterpolantFactoryMethodSmooth = undefined; + +/** + * A Track of keyframe values that represent color. + */ +class ColorKeyframeTrack extends KeyframeTrack {} + +ColorKeyframeTrack.prototype.ValueTypeName = 'color'; + +/** + * A Track of numeric keyframe values. + */ +class NumberKeyframeTrack extends KeyframeTrack {} + +NumberKeyframeTrack.prototype.ValueTypeName = 'number'; + +/** + * Spherical linear unit quaternion interpolant. + */ + +class QuaternionLinearInterpolant extends Interpolant { + + constructor( parameterPositions, sampleValues, sampleSize, resultBuffer ) { + + super( parameterPositions, sampleValues, sampleSize, resultBuffer ); + + } + + interpolate_( i1, t0, t, t1 ) { + + const result = this.resultBuffer, + values = this.sampleValues, + stride = this.valueSize, + + alpha = ( t - t0 ) / ( t1 - t0 ); + + let offset = i1 * stride; + + for ( let end = offset + stride; offset !== end; offset += 4 ) { + + Quaternion.slerpFlat( result, 0, values, offset - stride, values, offset, alpha ); + + } + + return result; + + } + +} + +/** + * A Track of quaternion keyframe values. + */ +class QuaternionKeyframeTrack extends KeyframeTrack { + + InterpolantFactoryMethodLinear( result ) { + + return new QuaternionLinearInterpolant( this.times, this.values, this.getValueSize(), result ); + + } + +} + +QuaternionKeyframeTrack.prototype.ValueTypeName = 'quaternion'; +// ValueBufferType is inherited +QuaternionKeyframeTrack.prototype.DefaultInterpolation = InterpolateLinear; +QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodSmooth = undefined; + +/** + * A Track that interpolates Strings + */ +class StringKeyframeTrack extends KeyframeTrack {} + +StringKeyframeTrack.prototype.ValueTypeName = 'string'; +StringKeyframeTrack.prototype.ValueBufferType = Array; +StringKeyframeTrack.prototype.DefaultInterpolation = InterpolateDiscrete; +StringKeyframeTrack.prototype.InterpolantFactoryMethodLinear = undefined; +StringKeyframeTrack.prototype.InterpolantFactoryMethodSmooth = undefined; + +/** + * A Track of vectored keyframe values. + */ +class VectorKeyframeTrack extends KeyframeTrack {} + +VectorKeyframeTrack.prototype.ValueTypeName = 'vector'; + +class AnimationClip { + + constructor( name, duration = - 1, tracks, blendMode = NormalAnimationBlendMode ) { + + this.name = name; + this.tracks = tracks; + this.duration = duration; + this.blendMode = blendMode; + + this.uuid = generateUUID(); + + // this means it should figure out its duration by scanning the tracks + if ( this.duration < 0 ) { + + this.resetDuration(); + + } + + } + + + static parse( json ) { + + const tracks = [], + jsonTracks = json.tracks, + frameTime = 1.0 / ( json.fps || 1.0 ); + + for ( let i = 0, n = jsonTracks.length; i !== n; ++ i ) { + + tracks.push( parseKeyframeTrack( jsonTracks[ i ] ).scale( frameTime ) ); + + } + + const clip = new this( json.name, json.duration, tracks, json.blendMode ); + clip.uuid = json.uuid; + + return clip; + + } + + static toJSON( clip ) { + + const tracks = [], + clipTracks = clip.tracks; + + const json = { + + 'name': clip.name, + 'duration': clip.duration, + 'tracks': tracks, + 'uuid': clip.uuid, + 'blendMode': clip.blendMode + + }; + + for ( let i = 0, n = clipTracks.length; i !== n; ++ i ) { + + tracks.push( KeyframeTrack.toJSON( clipTracks[ i ] ) ); + + } + + return json; + + } + + static CreateFromMorphTargetSequence( name, morphTargetSequence, fps, noLoop ) { + + const numMorphTargets = morphTargetSequence.length; + const tracks = []; + + for ( let i = 0; i < numMorphTargets; i ++ ) { + + let times = []; + let values = []; + + times.push( + ( i + numMorphTargets - 1 ) % numMorphTargets, + i, + ( i + 1 ) % numMorphTargets ); + + values.push( 0, 1, 0 ); + + const order = AnimationUtils.getKeyframeOrder( times ); + times = AnimationUtils.sortedArray( times, 1, order ); + values = AnimationUtils.sortedArray( values, 1, order ); + + // if there is a key at the first frame, duplicate it as the + // last frame as well for perfect loop. + if ( ! noLoop && times[ 0 ] === 0 ) { + + times.push( numMorphTargets ); + values.push( values[ 0 ] ); + + } + + tracks.push( + new NumberKeyframeTrack( + '.morphTargetInfluences[' + morphTargetSequence[ i ].name + ']', + times, values + ).scale( 1.0 / fps ) ); + + } + + return new this( name, - 1, tracks ); + + } + + static findByName( objectOrClipArray, name ) { + + let clipArray = objectOrClipArray; + + if ( ! Array.isArray( objectOrClipArray ) ) { + + const o = objectOrClipArray; + clipArray = o.geometry && o.geometry.animations || o.animations; + + } + + for ( let i = 0; i < clipArray.length; i ++ ) { + + if ( clipArray[ i ].name === name ) { + + return clipArray[ i ]; + + } + + } + + return null; + + } + + static CreateClipsFromMorphTargetSequences( morphTargets, fps, noLoop ) { + + const animationToMorphTargets = {}; + + // tested with https://regex101.com/ on trick sequences + // such flamingo_flyA_003, flamingo_run1_003, crdeath0059 + const pattern = /^([\w-]*?)([\d]+)$/; + + // sort morph target names into animation groups based + // patterns like Walk_001, Walk_002, Run_001, Run_002 + for ( let i = 0, il = morphTargets.length; i < il; i ++ ) { + + const morphTarget = morphTargets[ i ]; + const parts = morphTarget.name.match( pattern ); + + if ( parts && parts.length > 1 ) { + + const name = parts[ 1 ]; + + let animationMorphTargets = animationToMorphTargets[ name ]; + + if ( ! animationMorphTargets ) { + + animationToMorphTargets[ name ] = animationMorphTargets = []; + + } + + animationMorphTargets.push( morphTarget ); + + } + + } + + const clips = []; + + for ( const name in animationToMorphTargets ) { + + clips.push( this.CreateFromMorphTargetSequence( name, animationToMorphTargets[ name ], fps, noLoop ) ); + + } + + return clips; + + } + + // parse the animation.hierarchy format + static parseAnimation( animation, bones ) { + + if ( ! animation ) { + + console.error( 'THREE.AnimationClip: No animation in JSONLoader data.' ); + return null; + + } + + const addNonemptyTrack = function ( trackType, trackName, animationKeys, propertyName, destTracks ) { + + // only return track if there are actually keys. + if ( animationKeys.length !== 0 ) { + + const times = []; + const values = []; + + AnimationUtils.flattenJSON( animationKeys, times, values, propertyName ); + + // empty keys are filtered out, so check again + if ( times.length !== 0 ) { + + destTracks.push( new trackType( trackName, times, values ) ); + + } + + } + + }; + + const tracks = []; + + const clipName = animation.name || 'default'; + const fps = animation.fps || 30; + const blendMode = animation.blendMode; + + // automatic length determination in AnimationClip. + let duration = animation.length || - 1; + + const hierarchyTracks = animation.hierarchy || []; + + for ( let h = 0; h < hierarchyTracks.length; h ++ ) { + + const animationKeys = hierarchyTracks[ h ].keys; + + // skip empty tracks + if ( ! animationKeys || animationKeys.length === 0 ) continue; + + // process morph targets + if ( animationKeys[ 0 ].morphTargets ) { + + // figure out all morph targets used in this track + const morphTargetNames = {}; + + let k; + + for ( k = 0; k < animationKeys.length; k ++ ) { + + if ( animationKeys[ k ].morphTargets ) { + + for ( let m = 0; m < animationKeys[ k ].morphTargets.length; m ++ ) { + + morphTargetNames[ animationKeys[ k ].morphTargets[ m ] ] = - 1; + + } + + } + + } + + // create a track for each morph target with all zero + // morphTargetInfluences except for the keys in which + // the morphTarget is named. + for ( const morphTargetName in morphTargetNames ) { + + const times = []; + const values = []; + + for ( let m = 0; m !== animationKeys[ k ].morphTargets.length; ++ m ) { + + const animationKey = animationKeys[ k ]; + + times.push( animationKey.time ); + values.push( ( animationKey.morphTarget === morphTargetName ) ? 1 : 0 ); + + } + + tracks.push( new NumberKeyframeTrack( '.morphTargetInfluence[' + morphTargetName + ']', times, values ) ); + + } + + duration = morphTargetNames.length * ( fps || 1.0 ); + + } else { + + // ...assume skeletal animation + + const boneName = '.bones[' + bones[ h ].name + ']'; + + addNonemptyTrack( + VectorKeyframeTrack, boneName + '.position', + animationKeys, 'pos', tracks ); + + addNonemptyTrack( + QuaternionKeyframeTrack, boneName + '.quaternion', + animationKeys, 'rot', tracks ); + + addNonemptyTrack( + VectorKeyframeTrack, boneName + '.scale', + animationKeys, 'scl', tracks ); + + } + + } + + if ( tracks.length === 0 ) { + + return null; + + } + + const clip = new this( clipName, duration, tracks, blendMode ); + + return clip; + + } + + resetDuration() { + + const tracks = this.tracks; + let duration = 0; + + for ( let i = 0, n = tracks.length; i !== n; ++ i ) { + + const track = this.tracks[ i ]; + + duration = Math.max( duration, track.times[ track.times.length - 1 ] ); + + } + + this.duration = duration; + + return this; + + } + + trim() { + + for ( let i = 0; i < this.tracks.length; i ++ ) { + + this.tracks[ i ].trim( 0, this.duration ); + + } + + return this; + + } + + validate() { + + let valid = true; + + for ( let i = 0; i < this.tracks.length; i ++ ) { + + valid = valid && this.tracks[ i ].validate(); + + } + + return valid; + + } + + optimize() { + + for ( let i = 0; i < this.tracks.length; i ++ ) { + + this.tracks[ i ].optimize(); + + } + + return this; + + } + + clone() { + + const tracks = []; + + for ( let i = 0; i < this.tracks.length; i ++ ) { + + tracks.push( this.tracks[ i ].clone() ); + + } + + return new this.constructor( this.name, this.duration, tracks, this.blendMode ); + + } + + toJSON() { + + return this.constructor.toJSON( this ); + + } + +} + +function getTrackTypeForValueTypeName( typeName ) { + + switch ( typeName.toLowerCase() ) { + + case 'scalar': + case 'double': + case 'float': + case 'number': + case 'integer': + + return NumberKeyframeTrack; + + case 'vector': + case 'vector2': + case 'vector3': + case 'vector4': + + return VectorKeyframeTrack; + + case 'color': + + return ColorKeyframeTrack; + + case 'quaternion': + + return QuaternionKeyframeTrack; + + case 'bool': + case 'boolean': + + return BooleanKeyframeTrack; + + case 'string': + + return StringKeyframeTrack; + + } + + throw new Error( 'THREE.KeyframeTrack: Unsupported typeName: ' + typeName ); + +} + +function parseKeyframeTrack( json ) { + + if ( json.type === undefined ) { + + throw new Error( 'THREE.KeyframeTrack: track type undefined, can not parse' ); + + } + + const trackType = getTrackTypeForValueTypeName( json.type ); + + if ( json.times === undefined ) { + + const times = [], values = []; + + AnimationUtils.flattenJSON( json.keys, times, values, 'value' ); + + json.times = times; + json.values = values; + + } + + // derived classes can define a static parse method + if ( trackType.parse !== undefined ) { + + return trackType.parse( json ); + + } else { + + // by default, we assume a constructor compatible with the base + return new trackType( json.name, json.times, json.values, json.interpolation ); + + } + +} + +const Cache = { + + enabled: false, + + files: {}, + + add: function ( key, file ) { + + if ( this.enabled === false ) return; + + // console.log( 'THREE.Cache', 'Adding key:', key ); + + this.files[ key ] = file; + + }, + + get: function ( key ) { + + if ( this.enabled === false ) return; + + // console.log( 'THREE.Cache', 'Checking key:', key ); + + return this.files[ key ]; + + }, + + remove: function ( key ) { + + delete this.files[ key ]; + + }, + + clear: function () { + + this.files = {}; + + } + +}; + +class LoadingManager { + + constructor( onLoad, onProgress, onError ) { + + const scope = this; + + let isLoading = false; + let itemsLoaded = 0; + let itemsTotal = 0; + let urlModifier = undefined; + const handlers = []; + + // Refer to #5689 for the reason why we don't set .onStart + // in the constructor + + this.onStart = undefined; + this.onLoad = onLoad; + this.onProgress = onProgress; + this.onError = onError; + + this.itemStart = function ( url ) { + + itemsTotal ++; + + if ( isLoading === false ) { + + if ( scope.onStart !== undefined ) { + + scope.onStart( url, itemsLoaded, itemsTotal ); + + } + + } + + isLoading = true; + + }; + + this.itemEnd = function ( url ) { + + itemsLoaded ++; + + if ( scope.onProgress !== undefined ) { + + scope.onProgress( url, itemsLoaded, itemsTotal ); + + } + + if ( itemsLoaded === itemsTotal ) { + + isLoading = false; + + if ( scope.onLoad !== undefined ) { + + scope.onLoad(); + + } + + } + + }; + + this.itemError = function ( url ) { + + if ( scope.onError !== undefined ) { + + scope.onError( url ); + + } + + }; + + this.resolveURL = function ( url ) { + + if ( urlModifier ) { + + return urlModifier( url ); + + } + + return url; + + }; + + this.setURLModifier = function ( transform ) { + + urlModifier = transform; + + return this; + + }; + + this.addHandler = function ( regex, loader ) { + + handlers.push( regex, loader ); + + return this; + + }; + + this.removeHandler = function ( regex ) { + + const index = handlers.indexOf( regex ); + + if ( index !== - 1 ) { + + handlers.splice( index, 2 ); + + } + + return this; + + }; + + this.getHandler = function ( file ) { + + for ( let i = 0, l = handlers.length; i < l; i += 2 ) { + + const regex = handlers[ i ]; + const loader = handlers[ i + 1 ]; + + if ( regex.global ) regex.lastIndex = 0; // see #17920 + + if ( regex.test( file ) ) { + + return loader; + + } + + } + + return null; + + }; + + } + +} + +const DefaultLoadingManager = new LoadingManager(); + +class Loader { + + constructor( manager ) { + + this.manager = ( manager !== undefined ) ? manager : DefaultLoadingManager; + + this.crossOrigin = 'anonymous'; + this.withCredentials = false; + this.path = ''; + this.resourcePath = ''; + this.requestHeader = {}; + + } + + load( /* url, onLoad, onProgress, onError */ ) {} + + loadAsync( url, onProgress ) { + + const scope = this; + + return new Promise( function ( resolve, reject ) { + + scope.load( url, resolve, onProgress, reject ); + + } ); + + } + + parse( /* data */ ) {} + + setCrossOrigin( crossOrigin ) { + + this.crossOrigin = crossOrigin; + return this; + + } + + setWithCredentials( value ) { + + this.withCredentials = value; + return this; + + } + + setPath( path ) { + + this.path = path; + return this; + + } + + setResourcePath( resourcePath ) { + + this.resourcePath = resourcePath; + return this; + + } + + setRequestHeader( requestHeader ) { + + this.requestHeader = requestHeader; + return this; + + } + +} + +const loading = {}; + +class FileLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + if ( url === undefined ) url = ''; + + if ( this.path !== undefined ) url = this.path + url; + + url = this.manager.resolveURL( url ); + + const scope = this; + + const cached = Cache.get( url ); + + if ( cached !== undefined ) { + + scope.manager.itemStart( url ); + + setTimeout( function () { + + if ( onLoad ) onLoad( cached ); + + scope.manager.itemEnd( url ); + + }, 0 ); + + return cached; + + } + + // Check if request is duplicate + + if ( loading[ url ] !== undefined ) { + + loading[ url ].push( { + + onLoad: onLoad, + onProgress: onProgress, + onError: onError + + } ); + + return; + + } + + // Check for data: URI + const dataUriRegex = /^data:(.*?)(;base64)?,(.*)$/; + const dataUriRegexResult = url.match( dataUriRegex ); + let request; + + // Safari can not handle Data URIs through XMLHttpRequest so process manually + if ( dataUriRegexResult ) { + + const mimeType = dataUriRegexResult[ 1 ]; + const isBase64 = !! dataUriRegexResult[ 2 ]; + + let data = dataUriRegexResult[ 3 ]; + data = decodeURIComponent( data ); + + if ( isBase64 ) data = atob( data ); + + try { + + let response; + const responseType = ( this.responseType || '' ).toLowerCase(); + + switch ( responseType ) { + + case 'arraybuffer': + case 'blob': + + const view = new Uint8Array( data.length ); + + for ( let i = 0; i < data.length; i ++ ) { + + view[ i ] = data.charCodeAt( i ); + + } + + if ( responseType === 'blob' ) { + + response = new Blob( [ view.buffer ], { type: mimeType } ); + + } else { + + response = view.buffer; + + } + + break; + + case 'document': + + const parser = new DOMParser(); + response = parser.parseFromString( data, mimeType ); + + break; + + case 'json': + + response = JSON.parse( data ); + + break; + + default: // 'text' or other + + response = data; + + break; + + } + + // Wait for next browser tick like standard XMLHttpRequest event dispatching does + setTimeout( function () { + + if ( onLoad ) onLoad( response ); + + scope.manager.itemEnd( url ); + + }, 0 ); + + } catch ( error ) { + + // Wait for next browser tick like standard XMLHttpRequest event dispatching does + setTimeout( function () { + + if ( onError ) onError( error ); + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + }, 0 ); + + } + + } else { + + // Initialise array for duplicate requests + + loading[ url ] = []; + + loading[ url ].push( { + + onLoad: onLoad, + onProgress: onProgress, + onError: onError + + } ); + + request = new XMLHttpRequest(); + + request.open( 'GET', url, true ); + + request.addEventListener( 'load', function ( event ) { + + const response = this.response; + + const callbacks = loading[ url ]; + + delete loading[ url ]; + + if ( this.status === 200 || this.status === 0 ) { + + // Some browsers return HTTP Status 0 when using non-http protocol + // e.g. 'file://' or 'data://'. Handle as success. + + if ( this.status === 0 ) console.warn( 'THREE.FileLoader: HTTP Status 0 received.' ); + + // Add to cache only on HTTP success, so that we do not cache + // error response bodies as proper responses to requests. + Cache.add( url, response ); + + for ( let i = 0, il = callbacks.length; i < il; i ++ ) { + + const callback = callbacks[ i ]; + if ( callback.onLoad ) callback.onLoad( response ); + + } + + scope.manager.itemEnd( url ); + + } else { + + for ( let i = 0, il = callbacks.length; i < il; i ++ ) { + + const callback = callbacks[ i ]; + if ( callback.onError ) callback.onError( event ); + + } + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + } + + }, false ); + + request.addEventListener( 'progress', function ( event ) { + + const callbacks = loading[ url ]; + + for ( let i = 0, il = callbacks.length; i < il; i ++ ) { + + const callback = callbacks[ i ]; + if ( callback.onProgress ) callback.onProgress( event ); + + } + + }, false ); + + request.addEventListener( 'error', function ( event ) { + + const callbacks = loading[ url ]; + + delete loading[ url ]; + + for ( let i = 0, il = callbacks.length; i < il; i ++ ) { + + const callback = callbacks[ i ]; + if ( callback.onError ) callback.onError( event ); + + } + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + }, false ); + + request.addEventListener( 'abort', function ( event ) { + + const callbacks = loading[ url ]; + + delete loading[ url ]; + + for ( let i = 0, il = callbacks.length; i < il; i ++ ) { + + const callback = callbacks[ i ]; + if ( callback.onError ) callback.onError( event ); + + } + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + }, false ); + + if ( this.responseType !== undefined ) request.responseType = this.responseType; + if ( this.withCredentials !== undefined ) request.withCredentials = this.withCredentials; + + if ( request.overrideMimeType ) request.overrideMimeType( this.mimeType !== undefined ? this.mimeType : 'text/plain' ); + + for ( const header in this.requestHeader ) { + + request.setRequestHeader( header, this.requestHeader[ header ] ); + + } + + request.send( null ); + + } + + scope.manager.itemStart( url ); + + return request; + + } + + setResponseType( value ) { + + this.responseType = value; + return this; + + } + + setMimeType( value ) { + + this.mimeType = value; + return this; + + } + +} + +class AnimationLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const loader = new FileLoader( this.manager ); + loader.setPath( this.path ); + loader.setRequestHeader( this.requestHeader ); + loader.setWithCredentials( this.withCredentials ); + loader.load( url, function ( text ) { + + try { + + onLoad( scope.parse( JSON.parse( text ) ) ); + + } catch ( e ) { + + if ( onError ) { + + onError( e ); + + } else { + + console.error( e ); + + } + + scope.manager.itemError( url ); + + } + + }, onProgress, onError ); + + } + + parse( json ) { + + const animations = []; + + for ( let i = 0; i < json.length; i ++ ) { + + const clip = AnimationClip.parse( json[ i ] ); + + animations.push( clip ); + + } + + return animations; + + } + +} + +/** + * Abstract Base class to block based textures loader (dds, pvr, ...) + * + * Sub classes have to implement the parse() method which will be used in load(). + */ + +class CompressedTextureLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const images = []; + + const texture = new CompressedTexture(); + + const loader = new FileLoader( this.manager ); + loader.setPath( this.path ); + loader.setResponseType( 'arraybuffer' ); + loader.setRequestHeader( this.requestHeader ); + loader.setWithCredentials( scope.withCredentials ); + + let loaded = 0; + + function loadTexture( i ) { + + loader.load( url[ i ], function ( buffer ) { + + const texDatas = scope.parse( buffer, true ); + + images[ i ] = { + width: texDatas.width, + height: texDatas.height, + format: texDatas.format, + mipmaps: texDatas.mipmaps + }; + + loaded += 1; + + if ( loaded === 6 ) { + + if ( texDatas.mipmapCount === 1 ) texture.minFilter = LinearFilter; + + texture.image = images; + texture.format = texDatas.format; + texture.needsUpdate = true; + + if ( onLoad ) onLoad( texture ); + + } + + }, onProgress, onError ); + + } + + if ( Array.isArray( url ) ) { + + for ( let i = 0, il = url.length; i < il; ++ i ) { + + loadTexture( i ); + + } + + } else { + + // compressed cubemap texture stored in a single DDS file + + loader.load( url, function ( buffer ) { + + const texDatas = scope.parse( buffer, true ); + + if ( texDatas.isCubemap ) { + + const faces = texDatas.mipmaps.length / texDatas.mipmapCount; + + for ( let f = 0; f < faces; f ++ ) { + + images[ f ] = { mipmaps: [] }; + + for ( let i = 0; i < texDatas.mipmapCount; i ++ ) { + + images[ f ].mipmaps.push( texDatas.mipmaps[ f * texDatas.mipmapCount + i ] ); + images[ f ].format = texDatas.format; + images[ f ].width = texDatas.width; + images[ f ].height = texDatas.height; + + } + + } + + texture.image = images; + + } else { + + texture.image.width = texDatas.width; + texture.image.height = texDatas.height; + texture.mipmaps = texDatas.mipmaps; + + } + + if ( texDatas.mipmapCount === 1 ) { + + texture.minFilter = LinearFilter; + + } + + texture.format = texDatas.format; + texture.needsUpdate = true; + + if ( onLoad ) onLoad( texture ); + + }, onProgress, onError ); + + } + + return texture; + + } + +} + +class ImageLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + if ( this.path !== undefined ) url = this.path + url; + + url = this.manager.resolveURL( url ); + + const scope = this; + + const cached = Cache.get( url ); + + if ( cached !== undefined ) { + + scope.manager.itemStart( url ); + + setTimeout( function () { + + if ( onLoad ) onLoad( cached ); + + scope.manager.itemEnd( url ); + + }, 0 ); + + return cached; + + } + + const image = document.createElementNS( 'http://www.w3.org/1999/xhtml', 'img' ); + + function onImageLoad() { + + image.removeEventListener( 'load', onImageLoad, false ); + image.removeEventListener( 'error', onImageError, false ); + + Cache.add( url, this ); + + if ( onLoad ) onLoad( this ); + + scope.manager.itemEnd( url ); + + } + + function onImageError( event ) { + + image.removeEventListener( 'load', onImageLoad, false ); + image.removeEventListener( 'error', onImageError, false ); + + if ( onError ) onError( event ); + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + } + + image.addEventListener( 'load', onImageLoad, false ); + image.addEventListener( 'error', onImageError, false ); + + if ( url.substr( 0, 5 ) !== 'data:' ) { + + if ( this.crossOrigin !== undefined ) image.crossOrigin = this.crossOrigin; + + } + + scope.manager.itemStart( url ); + + image.src = url; + + return image; + + } + +} + +class CubeTextureLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( urls, onLoad, onProgress, onError ) { + + const texture = new CubeTexture(); + + const loader = new ImageLoader( this.manager ); + loader.setCrossOrigin( this.crossOrigin ); + loader.setPath( this.path ); + + let loaded = 0; + + function loadTexture( i ) { + + loader.load( urls[ i ], function ( image ) { + + texture.images[ i ] = image; + + loaded ++; + + if ( loaded === 6 ) { + + texture.needsUpdate = true; + + if ( onLoad ) onLoad( texture ); + + } + + }, undefined, onError ); + + } + + for ( let i = 0; i < urls.length; ++ i ) { + + loadTexture( i ); + + } + + return texture; + + } + +} + +/** + * Abstract Base class to load generic binary textures formats (rgbe, hdr, ...) + * + * Sub classes have to implement the parse() method which will be used in load(). + */ + +class DataTextureLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const texture = new DataTexture(); + + const loader = new FileLoader( this.manager ); + loader.setResponseType( 'arraybuffer' ); + loader.setRequestHeader( this.requestHeader ); + loader.setPath( this.path ); + loader.setWithCredentials( scope.withCredentials ); + loader.load( url, function ( buffer ) { + + const texData = scope.parse( buffer ); + + if ( ! texData ) return; + + if ( texData.image !== undefined ) { + + texture.image = texData.image; + + } else if ( texData.data !== undefined ) { + + texture.image.width = texData.width; + texture.image.height = texData.height; + texture.image.data = texData.data; + + } + + texture.wrapS = texData.wrapS !== undefined ? texData.wrapS : ClampToEdgeWrapping; + texture.wrapT = texData.wrapT !== undefined ? texData.wrapT : ClampToEdgeWrapping; + + texture.magFilter = texData.magFilter !== undefined ? texData.magFilter : LinearFilter; + texture.minFilter = texData.minFilter !== undefined ? texData.minFilter : LinearFilter; + + texture.anisotropy = texData.anisotropy !== undefined ? texData.anisotropy : 1; + + if ( texData.encoding !== undefined ) { + + texture.encoding = texData.encoding; + + } + + if ( texData.flipY !== undefined ) { + + texture.flipY = texData.flipY; + + } + + if ( texData.format !== undefined ) { + + texture.format = texData.format; + + } + + if ( texData.type !== undefined ) { + + texture.type = texData.type; + + } + + if ( texData.mipmaps !== undefined ) { + + texture.mipmaps = texData.mipmaps; + texture.minFilter = LinearMipmapLinearFilter; // presumably... + + } + + if ( texData.mipmapCount === 1 ) { + + texture.minFilter = LinearFilter; + + } + + if ( texData.generateMipmaps !== undefined ) { + + texture.generateMipmaps = texData.generateMipmaps; + + } + + texture.needsUpdate = true; + + if ( onLoad ) onLoad( texture, texData ); + + }, onProgress, onError ); + + + return texture; + + } + +} + +class TextureLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const texture = new Texture(); + + const loader = new ImageLoader( this.manager ); + loader.setCrossOrigin( this.crossOrigin ); + loader.setPath( this.path ); + + loader.load( url, function ( image ) { + + texture.image = image; + + // JPEGs can't have an alpha channel, so memory can be saved by storing them as RGB. + const isJPEG = url.search( /\.jpe?g($|\?)/i ) > 0 || url.search( /^data\:image\/jpeg/ ) === 0; + + texture.format = isJPEG ? RGBFormat : RGBAFormat; + texture.needsUpdate = true; + + if ( onLoad !== undefined ) { + + onLoad( texture ); + + } + + }, onProgress, onError ); + + return texture; + + } + +} + +/************************************************************** + * Curved Path - a curve path is simply a array of connected + * curves, but retains the api of a curve + **************************************************************/ + +class CurvePath extends Curve { + + constructor() { + + super(); + + this.type = 'CurvePath'; + + this.curves = []; + this.autoClose = false; // Automatically closes the path + + } + + add( curve ) { + + this.curves.push( curve ); + + } + + closePath() { + + // Add a line curve if start and end of lines are not connected + const startPoint = this.curves[ 0 ].getPoint( 0 ); + const endPoint = this.curves[ this.curves.length - 1 ].getPoint( 1 ); + + if ( ! startPoint.equals( endPoint ) ) { + + this.curves.push( new LineCurve( endPoint, startPoint ) ); + + } + + } + + // To get accurate point with reference to + // entire path distance at time t, + // following has to be done: + + // 1. Length of each sub path have to be known + // 2. Locate and identify type of curve + // 3. Get t for the curve + // 4. Return curve.getPointAt(t') + + getPoint( t ) { + + const d = t * this.getLength(); + const curveLengths = this.getCurveLengths(); + let i = 0; + + // To think about boundaries points. + + while ( i < curveLengths.length ) { + + if ( curveLengths[ i ] >= d ) { + + const diff = curveLengths[ i ] - d; + const curve = this.curves[ i ]; + + const segmentLength = curve.getLength(); + const u = segmentLength === 0 ? 0 : 1 - diff / segmentLength; + + return curve.getPointAt( u ); + + } + + i ++; + + } + + return null; + + // loop where sum != 0, sum > d , sum+1 1 && ! points[ points.length - 1 ].equals( points[ 0 ] ) ) { + + points.push( points[ 0 ] ); + + } + + return points; + + } + + copy( source ) { + + super.copy( source ); + + this.curves = []; + + for ( let i = 0, l = source.curves.length; i < l; i ++ ) { + + const curve = source.curves[ i ]; + + this.curves.push( curve.clone() ); + + } + + this.autoClose = source.autoClose; + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.autoClose = this.autoClose; + data.curves = []; + + for ( let i = 0, l = this.curves.length; i < l; i ++ ) { + + const curve = this.curves[ i ]; + data.curves.push( curve.toJSON() ); + + } + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.autoClose = json.autoClose; + this.curves = []; + + for ( let i = 0, l = json.curves.length; i < l; i ++ ) { + + const curve = json.curves[ i ]; + this.curves.push( new Curves[ curve.type ]().fromJSON( curve ) ); + + } + + return this; + + } + +} + +class Path extends CurvePath { + + constructor( points ) { + + super(); + this.type = 'Path'; + + this.currentPoint = new Vector2(); + + if ( points ) { + + this.setFromPoints( points ); + + } + + } + + setFromPoints( points ) { + + this.moveTo( points[ 0 ].x, points[ 0 ].y ); + + for ( let i = 1, l = points.length; i < l; i ++ ) { + + this.lineTo( points[ i ].x, points[ i ].y ); + + } + + return this; + + } + + moveTo( x, y ) { + + this.currentPoint.set( x, y ); // TODO consider referencing vectors instead of copying? + + return this; + + } + + lineTo( x, y ) { + + const curve = new LineCurve( this.currentPoint.clone(), new Vector2( x, y ) ); + this.curves.push( curve ); + + this.currentPoint.set( x, y ); + + return this; + + } + + quadraticCurveTo( aCPx, aCPy, aX, aY ) { + + const curve = new QuadraticBezierCurve( + this.currentPoint.clone(), + new Vector2( aCPx, aCPy ), + new Vector2( aX, aY ) + ); + + this.curves.push( curve ); + + this.currentPoint.set( aX, aY ); + + return this; + + } + + bezierCurveTo( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY ) { + + const curve = new CubicBezierCurve( + this.currentPoint.clone(), + new Vector2( aCP1x, aCP1y ), + new Vector2( aCP2x, aCP2y ), + new Vector2( aX, aY ) + ); + + this.curves.push( curve ); + + this.currentPoint.set( aX, aY ); + + return this; + + } + + splineThru( pts /*Array of Vector*/ ) { + + const npts = [ this.currentPoint.clone() ].concat( pts ); + + const curve = new SplineCurve( npts ); + this.curves.push( curve ); + + this.currentPoint.copy( pts[ pts.length - 1 ] ); + + return this; + + } + + arc( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise ) { + + const x0 = this.currentPoint.x; + const y0 = this.currentPoint.y; + + this.absarc( aX + x0, aY + y0, aRadius, + aStartAngle, aEndAngle, aClockwise ); + + return this; + + } + + absarc( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise ) { + + this.absellipse( aX, aY, aRadius, aRadius, aStartAngle, aEndAngle, aClockwise ); + + return this; + + } + + ellipse( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation ) { + + const x0 = this.currentPoint.x; + const y0 = this.currentPoint.y; + + this.absellipse( aX + x0, aY + y0, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation ); + + return this; + + } + + absellipse( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation ) { + + const curve = new EllipseCurve( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation ); + + if ( this.curves.length > 0 ) { + + // if a previous curve is present, attempt to join + const firstPoint = curve.getPoint( 0 ); + + if ( ! firstPoint.equals( this.currentPoint ) ) { + + this.lineTo( firstPoint.x, firstPoint.y ); + + } + + } + + this.curves.push( curve ); + + const lastPoint = curve.getPoint( 1 ); + this.currentPoint.copy( lastPoint ); + + return this; + + } + + copy( source ) { + + super.copy( source ); + + this.currentPoint.copy( source.currentPoint ); + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.currentPoint = this.currentPoint.toArray(); + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.currentPoint.fromArray( json.currentPoint ); + + return this; + + } + +} + +class Shape extends Path { + + constructor( points ) { + + super( points ); + + this.uuid = generateUUID(); + + this.type = 'Shape'; + + this.holes = []; + + } + + getPointsHoles( divisions ) { + + const holesPts = []; + + for ( let i = 0, l = this.holes.length; i < l; i ++ ) { + + holesPts[ i ] = this.holes[ i ].getPoints( divisions ); + + } + + return holesPts; + + } + + // get points of shape and holes (keypoints based on segments parameter) + + extractPoints( divisions ) { + + return { + + shape: this.getPoints( divisions ), + holes: this.getPointsHoles( divisions ) + + }; + + } + + copy( source ) { + + super.copy( source ); + + this.holes = []; + + for ( let i = 0, l = source.holes.length; i < l; i ++ ) { + + const hole = source.holes[ i ]; + + this.holes.push( hole.clone() ); + + } + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.uuid = this.uuid; + data.holes = []; + + for ( let i = 0, l = this.holes.length; i < l; i ++ ) { + + const hole = this.holes[ i ]; + data.holes.push( hole.toJSON() ); + + } + + return data; + + } + + fromJSON( json ) { + + super.fromJSON( json ); + + this.uuid = json.uuid; + this.holes = []; + + for ( let i = 0, l = json.holes.length; i < l; i ++ ) { + + const hole = json.holes[ i ]; + this.holes.push( new Path().fromJSON( hole ) ); + + } + + return this; + + } + +} + +class Light extends Object3D { + + constructor( color, intensity = 1 ) { + + super(); + + this.type = 'Light'; + + this.color = new Color( color ); + this.intensity = intensity; + + } + + dispose() { + + // Empty here in base class; some subclasses override. + + } + + copy( source ) { + + super.copy( source ); + + this.color.copy( source.color ); + this.intensity = source.intensity; + + return this; + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + data.object.color = this.color.getHex(); + data.object.intensity = this.intensity; + + if ( this.groundColor !== undefined ) data.object.groundColor = this.groundColor.getHex(); + + if ( this.distance !== undefined ) data.object.distance = this.distance; + if ( this.angle !== undefined ) data.object.angle = this.angle; + if ( this.decay !== undefined ) data.object.decay = this.decay; + if ( this.penumbra !== undefined ) data.object.penumbra = this.penumbra; + + if ( this.shadow !== undefined ) data.object.shadow = this.shadow.toJSON(); + + return data; + + } + +} + +Light.prototype.isLight = true; + +class HemisphereLight extends Light { + + constructor( skyColor, groundColor, intensity ) { + + super( skyColor, intensity ); + + this.type = 'HemisphereLight'; + + this.position.copy( Object3D.DefaultUp ); + this.updateMatrix(); + + this.groundColor = new Color( groundColor ); + + } + + copy( source ) { + + Light.prototype.copy.call( this, source ); + + this.groundColor.copy( source.groundColor ); + + return this; + + } + +} + +HemisphereLight.prototype.isHemisphereLight = true; + +const _projScreenMatrix$1 = /*@__PURE__*/ new Matrix4(); +const _lightPositionWorld$1 = /*@__PURE__*/ new Vector3(); +const _lookTarget$1 = /*@__PURE__*/ new Vector3(); + +class LightShadow { + + constructor( camera ) { + + this.camera = camera; + + this.bias = 0; + this.normalBias = 0; + this.radius = 1; + + this.mapSize = new Vector2( 512, 512 ); + + this.map = null; + this.mapPass = null; + this.matrix = new Matrix4(); + + this.autoUpdate = true; + this.needsUpdate = false; + + this._frustum = new Frustum(); + this._frameExtents = new Vector2( 1, 1 ); + + this._viewportCount = 1; + + this._viewports = [ + + new Vector4( 0, 0, 1, 1 ) + + ]; + + } + + getViewportCount() { + + return this._viewportCount; + + } + + getFrustum() { + + return this._frustum; + + } + + updateMatrices( light ) { + + const shadowCamera = this.camera; + const shadowMatrix = this.matrix; + + _lightPositionWorld$1.setFromMatrixPosition( light.matrixWorld ); + shadowCamera.position.copy( _lightPositionWorld$1 ); + + _lookTarget$1.setFromMatrixPosition( light.target.matrixWorld ); + shadowCamera.lookAt( _lookTarget$1 ); + shadowCamera.updateMatrixWorld(); + + _projScreenMatrix$1.multiplyMatrices( shadowCamera.projectionMatrix, shadowCamera.matrixWorldInverse ); + this._frustum.setFromProjectionMatrix( _projScreenMatrix$1 ); + + shadowMatrix.set( + 0.5, 0.0, 0.0, 0.5, + 0.0, 0.5, 0.0, 0.5, + 0.0, 0.0, 0.5, 0.5, + 0.0, 0.0, 0.0, 1.0 + ); + + shadowMatrix.multiply( shadowCamera.projectionMatrix ); + shadowMatrix.multiply( shadowCamera.matrixWorldInverse ); + + } + + getViewport( viewportIndex ) { + + return this._viewports[ viewportIndex ]; + + } + + getFrameExtents() { + + return this._frameExtents; + + } + + dispose() { + + if ( this.map ) { + + this.map.dispose(); + + } + + if ( this.mapPass ) { + + this.mapPass.dispose(); + + } + + } + + copy( source ) { + + this.camera = source.camera.clone(); + + this.bias = source.bias; + this.radius = source.radius; + + this.mapSize.copy( source.mapSize ); + + return this; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + toJSON() { + + const object = {}; + + if ( this.bias !== 0 ) object.bias = this.bias; + if ( this.normalBias !== 0 ) object.normalBias = this.normalBias; + if ( this.radius !== 1 ) object.radius = this.radius; + if ( this.mapSize.x !== 512 || this.mapSize.y !== 512 ) object.mapSize = this.mapSize.toArray(); + + object.camera = this.camera.toJSON( false ).object; + delete object.camera.matrix; + + return object; + + } + +} + +class SpotLightShadow extends LightShadow { + + constructor() { + + super( new PerspectiveCamera( 50, 1, 0.5, 500 ) ); + + this.focus = 1; + + } + + updateMatrices( light ) { + + const camera = this.camera; + + const fov = RAD2DEG * 2 * light.angle * this.focus; + const aspect = this.mapSize.width / this.mapSize.height; + const far = light.distance || camera.far; + + if ( fov !== camera.fov || aspect !== camera.aspect || far !== camera.far ) { + + camera.fov = fov; + camera.aspect = aspect; + camera.far = far; + camera.updateProjectionMatrix(); + + } + + super.updateMatrices( light ); + + } + + copy( source ) { + + super.copy( source ); + + this.focus = source.focus; + + return this; + + } + +} + +SpotLightShadow.prototype.isSpotLightShadow = true; + +class SpotLight extends Light { + + constructor( color, intensity, distance = 0, angle = Math.PI / 3, penumbra = 0, decay = 1 ) { + + super( color, intensity ); + + this.type = 'SpotLight'; + + this.position.copy( Object3D.DefaultUp ); + this.updateMatrix(); + + this.target = new Object3D(); + + this.distance = distance; + this.angle = angle; + this.penumbra = penumbra; + this.decay = decay; // for physically correct lights, should be 2. + + this.shadow = new SpotLightShadow(); + + } + + get power() { + + // intensity = power per solid angle. + // ref: equation (17) from https://seblagarde.files.wordpress.com/2015/07/course_notes_moving_frostbite_to_pbr_v32.pdf + return this.intensity * Math.PI; + + } + + set power( power ) { + + // intensity = power per solid angle. + // ref: equation (17) from https://seblagarde.files.wordpress.com/2015/07/course_notes_moving_frostbite_to_pbr_v32.pdf + this.intensity = power / Math.PI; + + } + + dispose() { + + this.shadow.dispose(); + + } + + copy( source ) { + + super.copy( source ); + + this.distance = source.distance; + this.angle = source.angle; + this.penumbra = source.penumbra; + this.decay = source.decay; + + this.target = source.target.clone(); + + this.shadow = source.shadow.clone(); + + return this; + + } + +} + +SpotLight.prototype.isSpotLight = true; + +const _projScreenMatrix = /*@__PURE__*/ new Matrix4(); +const _lightPositionWorld = /*@__PURE__*/ new Vector3(); +const _lookTarget = /*@__PURE__*/ new Vector3(); + +class PointLightShadow extends LightShadow { + + constructor() { + + super( new PerspectiveCamera( 90, 1, 0.5, 500 ) ); + + this._frameExtents = new Vector2( 4, 2 ); + + this._viewportCount = 6; + + this._viewports = [ + // These viewports map a cube-map onto a 2D texture with the + // following orientation: + // + // xzXZ + // y Y + // + // X - Positive x direction + // x - Negative x direction + // Y - Positive y direction + // y - Negative y direction + // Z - Positive z direction + // z - Negative z direction + + // positive X + new Vector4( 2, 1, 1, 1 ), + // negative X + new Vector4( 0, 1, 1, 1 ), + // positive Z + new Vector4( 3, 1, 1, 1 ), + // negative Z + new Vector4( 1, 1, 1, 1 ), + // positive Y + new Vector4( 3, 0, 1, 1 ), + // negative Y + new Vector4( 1, 0, 1, 1 ) + ]; + + this._cubeDirections = [ + new Vector3( 1, 0, 0 ), new Vector3( - 1, 0, 0 ), new Vector3( 0, 0, 1 ), + new Vector3( 0, 0, - 1 ), new Vector3( 0, 1, 0 ), new Vector3( 0, - 1, 0 ) + ]; + + this._cubeUps = [ + new Vector3( 0, 1, 0 ), new Vector3( 0, 1, 0 ), new Vector3( 0, 1, 0 ), + new Vector3( 0, 1, 0 ), new Vector3( 0, 0, 1 ), new Vector3( 0, 0, - 1 ) + ]; + + } + + updateMatrices( light, viewportIndex = 0 ) { + + const camera = this.camera; + const shadowMatrix = this.matrix; + + const far = light.distance || camera.far; + + if ( far !== camera.far ) { + + camera.far = far; + camera.updateProjectionMatrix(); + + } + + _lightPositionWorld.setFromMatrixPosition( light.matrixWorld ); + camera.position.copy( _lightPositionWorld ); + + _lookTarget.copy( camera.position ); + _lookTarget.add( this._cubeDirections[ viewportIndex ] ); + camera.up.copy( this._cubeUps[ viewportIndex ] ); + camera.lookAt( _lookTarget ); + camera.updateMatrixWorld(); + + shadowMatrix.makeTranslation( - _lightPositionWorld.x, - _lightPositionWorld.y, - _lightPositionWorld.z ); + + _projScreenMatrix.multiplyMatrices( camera.projectionMatrix, camera.matrixWorldInverse ); + this._frustum.setFromProjectionMatrix( _projScreenMatrix ); + + } + +} + +PointLightShadow.prototype.isPointLightShadow = true; + +class PointLight extends Light { + + constructor( color, intensity, distance = 0, decay = 1 ) { + + super( color, intensity ); + + this.type = 'PointLight'; + + this.distance = distance; + this.decay = decay; // for physically correct lights, should be 2. + + this.shadow = new PointLightShadow(); + + } + + get power() { + + // intensity = power per solid angle. + // ref: equation (15) from https://seblagarde.files.wordpress.com/2015/07/course_notes_moving_frostbite_to_pbr_v32.pdf + return this.intensity * 4 * Math.PI; + + } + + set power( power ) { + + // intensity = power per solid angle. + // ref: equation (15) from https://seblagarde.files.wordpress.com/2015/07/course_notes_moving_frostbite_to_pbr_v32.pdf + this.intensity = power / ( 4 * Math.PI ); + + } + + dispose() { + + this.shadow.dispose(); + + } + + copy( source ) { + + super.copy( source ); + + this.distance = source.distance; + this.decay = source.decay; + + this.shadow = source.shadow.clone(); + + return this; + + } + +} + +PointLight.prototype.isPointLight = true; + +class DirectionalLightShadow extends LightShadow { + + constructor() { + + super( new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 ) ); + + } + +} + +DirectionalLightShadow.prototype.isDirectionalLightShadow = true; + +class DirectionalLight extends Light { + + constructor( color, intensity ) { + + super( color, intensity ); + + this.type = 'DirectionalLight'; + + this.position.copy( Object3D.DefaultUp ); + this.updateMatrix(); + + this.target = new Object3D(); + + this.shadow = new DirectionalLightShadow(); + + } + + dispose() { + + this.shadow.dispose(); + + } + + copy( source ) { + + super.copy( source ); + + this.target = source.target.clone(); + this.shadow = source.shadow.clone(); + + return this; + + } + +} + +DirectionalLight.prototype.isDirectionalLight = true; + +class AmbientLight extends Light { + + constructor( color, intensity ) { + + super( color, intensity ); + + this.type = 'AmbientLight'; + + } + +} + +AmbientLight.prototype.isAmbientLight = true; + +class RectAreaLight extends Light { + + constructor( color, intensity, width = 10, height = 10 ) { + + super( color, intensity ); + + this.type = 'RectAreaLight'; + + this.width = width; + this.height = height; + + } + + copy( source ) { + + super.copy( source ); + + this.width = source.width; + this.height = source.height; + + return this; + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + data.object.width = this.width; + data.object.height = this.height; + + return data; + + } + +} + +RectAreaLight.prototype.isRectAreaLight = true; + +/** + * Primary reference: + * https://graphics.stanford.edu/papers/envmap/envmap.pdf + * + * Secondary reference: + * https://www.ppsloan.org/publications/StupidSH36.pdf + */ + +// 3-band SH defined by 9 coefficients + +class SphericalHarmonics3 { + + constructor() { + + this.coefficients = []; + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients.push( new Vector3() ); + + } + + } + + set( coefficients ) { + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients[ i ].copy( coefficients[ i ] ); + + } + + return this; + + } + + zero() { + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients[ i ].set( 0, 0, 0 ); + + } + + return this; + + } + + // get the radiance in the direction of the normal + // target is a Vector3 + getAt( normal, target ) { + + // normal is assumed to be unit length + + const x = normal.x, y = normal.y, z = normal.z; + + const coeff = this.coefficients; + + // band 0 + target.copy( coeff[ 0 ] ).multiplyScalar( 0.282095 ); + + // band 1 + target.addScaledVector( coeff[ 1 ], 0.488603 * y ); + target.addScaledVector( coeff[ 2 ], 0.488603 * z ); + target.addScaledVector( coeff[ 3 ], 0.488603 * x ); + + // band 2 + target.addScaledVector( coeff[ 4 ], 1.092548 * ( x * y ) ); + target.addScaledVector( coeff[ 5 ], 1.092548 * ( y * z ) ); + target.addScaledVector( coeff[ 6 ], 0.315392 * ( 3.0 * z * z - 1.0 ) ); + target.addScaledVector( coeff[ 7 ], 1.092548 * ( x * z ) ); + target.addScaledVector( coeff[ 8 ], 0.546274 * ( x * x - y * y ) ); + + return target; + + } + + // get the irradiance (radiance convolved with cosine lobe) in the direction of the normal + // target is a Vector3 + // https://graphics.stanford.edu/papers/envmap/envmap.pdf + getIrradianceAt( normal, target ) { + + // normal is assumed to be unit length + + const x = normal.x, y = normal.y, z = normal.z; + + const coeff = this.coefficients; + + // band 0 + target.copy( coeff[ 0 ] ).multiplyScalar( 0.886227 ); // π * 0.282095 + + // band 1 + target.addScaledVector( coeff[ 1 ], 2.0 * 0.511664 * y ); // ( 2 * π / 3 ) * 0.488603 + target.addScaledVector( coeff[ 2 ], 2.0 * 0.511664 * z ); + target.addScaledVector( coeff[ 3 ], 2.0 * 0.511664 * x ); + + // band 2 + target.addScaledVector( coeff[ 4 ], 2.0 * 0.429043 * x * y ); // ( π / 4 ) * 1.092548 + target.addScaledVector( coeff[ 5 ], 2.0 * 0.429043 * y * z ); + target.addScaledVector( coeff[ 6 ], 0.743125 * z * z - 0.247708 ); // ( π / 4 ) * 0.315392 * 3 + target.addScaledVector( coeff[ 7 ], 2.0 * 0.429043 * x * z ); + target.addScaledVector( coeff[ 8 ], 0.429043 * ( x * x - y * y ) ); // ( π / 4 ) * 0.546274 + + return target; + + } + + add( sh ) { + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients[ i ].add( sh.coefficients[ i ] ); + + } + + return this; + + } + + addScaledSH( sh, s ) { + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients[ i ].addScaledVector( sh.coefficients[ i ], s ); + + } + + return this; + + } + + scale( s ) { + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients[ i ].multiplyScalar( s ); + + } + + return this; + + } + + lerp( sh, alpha ) { + + for ( let i = 0; i < 9; i ++ ) { + + this.coefficients[ i ].lerp( sh.coefficients[ i ], alpha ); + + } + + return this; + + } + + equals( sh ) { + + for ( let i = 0; i < 9; i ++ ) { + + if ( ! this.coefficients[ i ].equals( sh.coefficients[ i ] ) ) { + + return false; + + } + + } + + return true; + + } + + copy( sh ) { + + return this.set( sh.coefficients ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + fromArray( array, offset = 0 ) { + + const coefficients = this.coefficients; + + for ( let i = 0; i < 9; i ++ ) { + + coefficients[ i ].fromArray( array, offset + ( i * 3 ) ); + + } + + return this; + + } + + toArray( array = [], offset = 0 ) { + + const coefficients = this.coefficients; + + for ( let i = 0; i < 9; i ++ ) { + + coefficients[ i ].toArray( array, offset + ( i * 3 ) ); + + } + + return array; + + } + + // evaluate the basis functions + // shBasis is an Array[ 9 ] + static getBasisAt( normal, shBasis ) { + + // normal is assumed to be unit length + + const x = normal.x, y = normal.y, z = normal.z; + + // band 0 + shBasis[ 0 ] = 0.282095; + + // band 1 + shBasis[ 1 ] = 0.488603 * y; + shBasis[ 2 ] = 0.488603 * z; + shBasis[ 3 ] = 0.488603 * x; + + // band 2 + shBasis[ 4 ] = 1.092548 * x * y; + shBasis[ 5 ] = 1.092548 * y * z; + shBasis[ 6 ] = 0.315392 * ( 3 * z * z - 1 ); + shBasis[ 7 ] = 1.092548 * x * z; + shBasis[ 8 ] = 0.546274 * ( x * x - y * y ); + + } + +} + +SphericalHarmonics3.prototype.isSphericalHarmonics3 = true; + +class LightProbe extends Light { + + constructor( sh = new SphericalHarmonics3(), intensity = 1 ) { + + super( undefined, intensity ); + + this.sh = sh; + + } + + copy( source ) { + + super.copy( source ); + + this.sh.copy( source.sh ); + + return this; + + } + + fromJSON( json ) { + + this.intensity = json.intensity; // TODO: Move this bit to Light.fromJSON(); + this.sh.fromArray( json.sh ); + + return this; + + } + + toJSON( meta ) { + + const data = super.toJSON( meta ); + + data.object.sh = this.sh.toArray(); + + return data; + + } + +} + +LightProbe.prototype.isLightProbe = true; + +class MaterialLoader extends Loader { + + constructor( manager ) { + + super( manager ); + this.textures = {}; + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const loader = new FileLoader( scope.manager ); + loader.setPath( scope.path ); + loader.setRequestHeader( scope.requestHeader ); + loader.setWithCredentials( scope.withCredentials ); + loader.load( url, function ( text ) { + + try { + + onLoad( scope.parse( JSON.parse( text ) ) ); + + } catch ( e ) { + + if ( onError ) { + + onError( e ); + + } else { + + console.error( e ); + + } + + scope.manager.itemError( url ); + + } + + }, onProgress, onError ); + + } + + parse( json ) { + + const textures = this.textures; + + function getTexture( name ) { + + if ( textures[ name ] === undefined ) { + + console.warn( 'THREE.MaterialLoader: Undefined texture', name ); + + } + + return textures[ name ]; + + } + + const material = new Materials[ json.type ](); + + if ( json.uuid !== undefined ) material.uuid = json.uuid; + if ( json.name !== undefined ) material.name = json.name; + if ( json.color !== undefined && material.color !== undefined ) material.color.setHex( json.color ); + if ( json.roughness !== undefined ) material.roughness = json.roughness; + if ( json.metalness !== undefined ) material.metalness = json.metalness; + if ( json.sheen !== undefined ) material.sheen = new Color().setHex( json.sheen ); + if ( json.emissive !== undefined && material.emissive !== undefined ) material.emissive.setHex( json.emissive ); + if ( json.specular !== undefined && material.specular !== undefined ) material.specular.setHex( json.specular ); + if ( json.specularIntensity !== undefined ) material.specularIntensity = json.specularIntensity; + if ( json.specularTint !== undefined && material.specularTint !== undefined ) material.specularTint.setHex( json.specularTint ); + if ( json.shininess !== undefined ) material.shininess = json.shininess; + if ( json.clearcoat !== undefined ) material.clearcoat = json.clearcoat; + if ( json.clearcoatRoughness !== undefined ) material.clearcoatRoughness = json.clearcoatRoughness; + if ( json.transmission !== undefined ) material.transmission = json.transmission; + if ( json.thickness !== undefined ) material.thickness = json.thickness; + if ( json.attenuationDistance !== undefined ) material.attenuationDistance = json.attenuationDistance; + if ( json.attenuationTint !== undefined && material.attenuationTint !== undefined ) material.attenuationTint.setHex( json.attenuationTint ); + if ( json.fog !== undefined ) material.fog = json.fog; + if ( json.flatShading !== undefined ) material.flatShading = json.flatShading; + if ( json.blending !== undefined ) material.blending = json.blending; + if ( json.combine !== undefined ) material.combine = json.combine; + if ( json.side !== undefined ) material.side = json.side; + if ( json.shadowSide !== undefined ) material.shadowSide = json.shadowSide; + if ( json.opacity !== undefined ) material.opacity = json.opacity; + if ( json.transparent !== undefined ) material.transparent = json.transparent; + if ( json.alphaTest !== undefined ) material.alphaTest = json.alphaTest; + if ( json.depthTest !== undefined ) material.depthTest = json.depthTest; + if ( json.depthWrite !== undefined ) material.depthWrite = json.depthWrite; + if ( json.colorWrite !== undefined ) material.colorWrite = json.colorWrite; + + if ( json.stencilWrite !== undefined ) material.stencilWrite = json.stencilWrite; + if ( json.stencilWriteMask !== undefined ) material.stencilWriteMask = json.stencilWriteMask; + if ( json.stencilFunc !== undefined ) material.stencilFunc = json.stencilFunc; + if ( json.stencilRef !== undefined ) material.stencilRef = json.stencilRef; + if ( json.stencilFuncMask !== undefined ) material.stencilFuncMask = json.stencilFuncMask; + if ( json.stencilFail !== undefined ) material.stencilFail = json.stencilFail; + if ( json.stencilZFail !== undefined ) material.stencilZFail = json.stencilZFail; + if ( json.stencilZPass !== undefined ) material.stencilZPass = json.stencilZPass; + + if ( json.wireframe !== undefined ) material.wireframe = json.wireframe; + if ( json.wireframeLinewidth !== undefined ) material.wireframeLinewidth = json.wireframeLinewidth; + if ( json.wireframeLinecap !== undefined ) material.wireframeLinecap = json.wireframeLinecap; + if ( json.wireframeLinejoin !== undefined ) material.wireframeLinejoin = json.wireframeLinejoin; + + if ( json.rotation !== undefined ) material.rotation = json.rotation; + + if ( json.linewidth !== 1 ) material.linewidth = json.linewidth; + if ( json.dashSize !== undefined ) material.dashSize = json.dashSize; + if ( json.gapSize !== undefined ) material.gapSize = json.gapSize; + if ( json.scale !== undefined ) material.scale = json.scale; + + if ( json.polygonOffset !== undefined ) material.polygonOffset = json.polygonOffset; + if ( json.polygonOffsetFactor !== undefined ) material.polygonOffsetFactor = json.polygonOffsetFactor; + if ( json.polygonOffsetUnits !== undefined ) material.polygonOffsetUnits = json.polygonOffsetUnits; + + if ( json.dithering !== undefined ) material.dithering = json.dithering; + + if ( json.alphaToCoverage !== undefined ) material.alphaToCoverage = json.alphaToCoverage; + if ( json.premultipliedAlpha !== undefined ) material.premultipliedAlpha = json.premultipliedAlpha; + + if ( json.visible !== undefined ) material.visible = json.visible; + + if ( json.toneMapped !== undefined ) material.toneMapped = json.toneMapped; + + if ( json.userData !== undefined ) material.userData = json.userData; + + if ( json.vertexColors !== undefined ) { + + if ( typeof json.vertexColors === 'number' ) { + + material.vertexColors = ( json.vertexColors > 0 ) ? true : false; + + } else { + + material.vertexColors = json.vertexColors; + + } + + } + + // Shader Material + + if ( json.uniforms !== undefined ) { + + for ( const name in json.uniforms ) { + + const uniform = json.uniforms[ name ]; + + material.uniforms[ name ] = {}; + + switch ( uniform.type ) { + + case 't': + material.uniforms[ name ].value = getTexture( uniform.value ); + break; + + case 'c': + material.uniforms[ name ].value = new Color().setHex( uniform.value ); + break; + + case 'v2': + material.uniforms[ name ].value = new Vector2().fromArray( uniform.value ); + break; + + case 'v3': + material.uniforms[ name ].value = new Vector3().fromArray( uniform.value ); + break; + + case 'v4': + material.uniforms[ name ].value = new Vector4().fromArray( uniform.value ); + break; + + case 'm3': + material.uniforms[ name ].value = new Matrix3().fromArray( uniform.value ); + break; + + case 'm4': + material.uniforms[ name ].value = new Matrix4().fromArray( uniform.value ); + break; + + default: + material.uniforms[ name ].value = uniform.value; + + } + + } + + } + + if ( json.defines !== undefined ) material.defines = json.defines; + if ( json.vertexShader !== undefined ) material.vertexShader = json.vertexShader; + if ( json.fragmentShader !== undefined ) material.fragmentShader = json.fragmentShader; + + if ( json.extensions !== undefined ) { + + for ( const key in json.extensions ) { + + material.extensions[ key ] = json.extensions[ key ]; + + } + + } + + // Deprecated + + if ( json.shading !== undefined ) material.flatShading = json.shading === 1; // THREE.FlatShading + + // for PointsMaterial + + if ( json.size !== undefined ) material.size = json.size; + if ( json.sizeAttenuation !== undefined ) material.sizeAttenuation = json.sizeAttenuation; + + // maps + + if ( json.map !== undefined ) material.map = getTexture( json.map ); + if ( json.matcap !== undefined ) material.matcap = getTexture( json.matcap ); + + if ( json.alphaMap !== undefined ) material.alphaMap = getTexture( json.alphaMap ); + + if ( json.bumpMap !== undefined ) material.bumpMap = getTexture( json.bumpMap ); + if ( json.bumpScale !== undefined ) material.bumpScale = json.bumpScale; + + if ( json.normalMap !== undefined ) material.normalMap = getTexture( json.normalMap ); + if ( json.normalMapType !== undefined ) material.normalMapType = json.normalMapType; + if ( json.normalScale !== undefined ) { + + let normalScale = json.normalScale; + + if ( Array.isArray( normalScale ) === false ) { + + // Blender exporter used to export a scalar. See #7459 + + normalScale = [ normalScale, normalScale ]; + + } + + material.normalScale = new Vector2().fromArray( normalScale ); + + } + + if ( json.displacementMap !== undefined ) material.displacementMap = getTexture( json.displacementMap ); + if ( json.displacementScale !== undefined ) material.displacementScale = json.displacementScale; + if ( json.displacementBias !== undefined ) material.displacementBias = json.displacementBias; + + if ( json.roughnessMap !== undefined ) material.roughnessMap = getTexture( json.roughnessMap ); + if ( json.metalnessMap !== undefined ) material.metalnessMap = getTexture( json.metalnessMap ); + + if ( json.emissiveMap !== undefined ) material.emissiveMap = getTexture( json.emissiveMap ); + if ( json.emissiveIntensity !== undefined ) material.emissiveIntensity = json.emissiveIntensity; + + if ( json.specularMap !== undefined ) material.specularMap = getTexture( json.specularMap ); + if ( json.specularIntensityMap !== undefined ) material.specularIntensityMap = getTexture( json.specularIntensityMap ); + if ( json.specularTintMap !== undefined ) material.specularTintMap = getTexture( json.specularTintMap ); + + if ( json.envMap !== undefined ) material.envMap = getTexture( json.envMap ); + if ( json.envMapIntensity !== undefined ) material.envMapIntensity = json.envMapIntensity; + + if ( json.reflectivity !== undefined ) material.reflectivity = json.reflectivity; + if ( json.refractionRatio !== undefined ) material.refractionRatio = json.refractionRatio; + + if ( json.lightMap !== undefined ) material.lightMap = getTexture( json.lightMap ); + if ( json.lightMapIntensity !== undefined ) material.lightMapIntensity = json.lightMapIntensity; + + if ( json.aoMap !== undefined ) material.aoMap = getTexture( json.aoMap ); + if ( json.aoMapIntensity !== undefined ) material.aoMapIntensity = json.aoMapIntensity; + + if ( json.gradientMap !== undefined ) material.gradientMap = getTexture( json.gradientMap ); + + if ( json.clearcoatMap !== undefined ) material.clearcoatMap = getTexture( json.clearcoatMap ); + if ( json.clearcoatRoughnessMap !== undefined ) material.clearcoatRoughnessMap = getTexture( json.clearcoatRoughnessMap ); + if ( json.clearcoatNormalMap !== undefined ) material.clearcoatNormalMap = getTexture( json.clearcoatNormalMap ); + if ( json.clearcoatNormalScale !== undefined ) material.clearcoatNormalScale = new Vector2().fromArray( json.clearcoatNormalScale ); + + if ( json.transmissionMap !== undefined ) material.transmissionMap = getTexture( json.transmissionMap ); + if ( json.thicknessMap !== undefined ) material.thicknessMap = getTexture( json.thicknessMap ); + + return material; + + } + + setTextures( value ) { + + this.textures = value; + return this; + + } + +} + +class LoaderUtils { + + static decodeText( array ) { + + if ( typeof TextDecoder !== 'undefined' ) { + + return new TextDecoder().decode( array ); + + } + + // Avoid the String.fromCharCode.apply(null, array) shortcut, which + // throws a "maximum call stack size exceeded" error for large arrays. + + let s = ''; + + for ( let i = 0, il = array.length; i < il; i ++ ) { + + // Implicitly assumes little-endian. + s += String.fromCharCode( array[ i ] ); + + } + + try { + + // merges multi-byte utf-8 characters. + + return decodeURIComponent( escape( s ) ); + + } catch ( e ) { // see #16358 + + return s; + + } + + } + + static extractUrlBase( url ) { + + const index = url.lastIndexOf( '/' ); + + if ( index === - 1 ) return './'; + + return url.substr( 0, index + 1 ); + + } + +} + +class InstancedBufferGeometry extends BufferGeometry { + + constructor() { + + super(); + + this.type = 'InstancedBufferGeometry'; + this.instanceCount = Infinity; + + } + + copy( source ) { + + super.copy( source ); + + this.instanceCount = source.instanceCount; + + return this; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + toJSON() { + + const data = super.toJSON( this ); + + data.instanceCount = this.instanceCount; + + data.isInstancedBufferGeometry = true; + + return data; + + } + +} + +InstancedBufferGeometry.prototype.isInstancedBufferGeometry = true; + +class InstancedBufferAttribute extends BufferAttribute { + + constructor( array, itemSize, normalized, meshPerAttribute = 1 ) { + + if ( typeof normalized === 'number' ) { + + meshPerAttribute = normalized; + + normalized = false; + + console.error( 'THREE.InstancedBufferAttribute: The constructor now expects normalized as the third argument.' ); + + } + + super( array, itemSize, normalized ); + + this.meshPerAttribute = meshPerAttribute; + + } + + copy( source ) { + + super.copy( source ); + + this.meshPerAttribute = source.meshPerAttribute; + + return this; + + } + + toJSON() { + + const data = super.toJSON(); + + data.meshPerAttribute = this.meshPerAttribute; + + data.isInstancedBufferAttribute = true; + + return data; + + } + +} + +InstancedBufferAttribute.prototype.isInstancedBufferAttribute = true; + +class BufferGeometryLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const loader = new FileLoader( scope.manager ); + loader.setPath( scope.path ); + loader.setRequestHeader( scope.requestHeader ); + loader.setWithCredentials( scope.withCredentials ); + loader.load( url, function ( text ) { + + try { + + onLoad( scope.parse( JSON.parse( text ) ) ); + + } catch ( e ) { + + if ( onError ) { + + onError( e ); + + } else { + + console.error( e ); + + } + + scope.manager.itemError( url ); + + } + + }, onProgress, onError ); + + } + + parse( json ) { + + const interleavedBufferMap = {}; + const arrayBufferMap = {}; + + function getInterleavedBuffer( json, uuid ) { + + if ( interleavedBufferMap[ uuid ] !== undefined ) return interleavedBufferMap[ uuid ]; + + const interleavedBuffers = json.interleavedBuffers; + const interleavedBuffer = interleavedBuffers[ uuid ]; + + const buffer = getArrayBuffer( json, interleavedBuffer.buffer ); + + const array = getTypedArray( interleavedBuffer.type, buffer ); + const ib = new InterleavedBuffer( array, interleavedBuffer.stride ); + ib.uuid = interleavedBuffer.uuid; + + interleavedBufferMap[ uuid ] = ib; + + return ib; + + } + + function getArrayBuffer( json, uuid ) { + + if ( arrayBufferMap[ uuid ] !== undefined ) return arrayBufferMap[ uuid ]; + + const arrayBuffers = json.arrayBuffers; + const arrayBuffer = arrayBuffers[ uuid ]; + + const ab = new Uint32Array( arrayBuffer ).buffer; + + arrayBufferMap[ uuid ] = ab; + + return ab; + + } + + const geometry = json.isInstancedBufferGeometry ? new InstancedBufferGeometry() : new BufferGeometry(); + + const index = json.data.index; + + if ( index !== undefined ) { + + const typedArray = getTypedArray( index.type, index.array ); + geometry.setIndex( new BufferAttribute( typedArray, 1 ) ); + + } + + const attributes = json.data.attributes; + + for ( const key in attributes ) { + + const attribute = attributes[ key ]; + let bufferAttribute; + + if ( attribute.isInterleavedBufferAttribute ) { + + const interleavedBuffer = getInterleavedBuffer( json.data, attribute.data ); + bufferAttribute = new InterleavedBufferAttribute( interleavedBuffer, attribute.itemSize, attribute.offset, attribute.normalized ); + + } else { + + const typedArray = getTypedArray( attribute.type, attribute.array ); + const bufferAttributeConstr = attribute.isInstancedBufferAttribute ? InstancedBufferAttribute : BufferAttribute; + bufferAttribute = new bufferAttributeConstr( typedArray, attribute.itemSize, attribute.normalized ); + + } + + if ( attribute.name !== undefined ) bufferAttribute.name = attribute.name; + if ( attribute.usage !== undefined ) bufferAttribute.setUsage( attribute.usage ); + + if ( attribute.updateRange !== undefined ) { + + bufferAttribute.updateRange.offset = attribute.updateRange.offset; + bufferAttribute.updateRange.count = attribute.updateRange.count; + + } + + geometry.setAttribute( key, bufferAttribute ); + + } + + const morphAttributes = json.data.morphAttributes; + + if ( morphAttributes ) { + + for ( const key in morphAttributes ) { + + const attributeArray = morphAttributes[ key ]; + + const array = []; + + for ( let i = 0, il = attributeArray.length; i < il; i ++ ) { + + const attribute = attributeArray[ i ]; + let bufferAttribute; + + if ( attribute.isInterleavedBufferAttribute ) { + + const interleavedBuffer = getInterleavedBuffer( json.data, attribute.data ); + bufferAttribute = new InterleavedBufferAttribute( interleavedBuffer, attribute.itemSize, attribute.offset, attribute.normalized ); + + } else { + + const typedArray = getTypedArray( attribute.type, attribute.array ); + bufferAttribute = new BufferAttribute( typedArray, attribute.itemSize, attribute.normalized ); + + } + + if ( attribute.name !== undefined ) bufferAttribute.name = attribute.name; + array.push( bufferAttribute ); + + } + + geometry.morphAttributes[ key ] = array; + + } + + } + + const morphTargetsRelative = json.data.morphTargetsRelative; + + if ( morphTargetsRelative ) { + + geometry.morphTargetsRelative = true; + + } + + const groups = json.data.groups || json.data.drawcalls || json.data.offsets; + + if ( groups !== undefined ) { + + for ( let i = 0, n = groups.length; i !== n; ++ i ) { + + const group = groups[ i ]; + + geometry.addGroup( group.start, group.count, group.materialIndex ); + + } + + } + + const boundingSphere = json.data.boundingSphere; + + if ( boundingSphere !== undefined ) { + + const center = new Vector3(); + + if ( boundingSphere.center !== undefined ) { + + center.fromArray( boundingSphere.center ); + + } + + geometry.boundingSphere = new Sphere( center, boundingSphere.radius ); + + } + + if ( json.name ) geometry.name = json.name; + if ( json.userData ) geometry.userData = json.userData; + + return geometry; + + } + +} + +class ObjectLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const path = ( this.path === '' ) ? LoaderUtils.extractUrlBase( url ) : this.path; + this.resourcePath = this.resourcePath || path; + + const loader = new FileLoader( this.manager ); + loader.setPath( this.path ); + loader.setRequestHeader( this.requestHeader ); + loader.setWithCredentials( this.withCredentials ); + loader.load( url, function ( text ) { + + let json = null; + + try { + + json = JSON.parse( text ); + + } catch ( error ) { + + if ( onError !== undefined ) onError( error ); + + console.error( 'THREE:ObjectLoader: Can\'t parse ' + url + '.', error.message ); + + return; + + } + + const metadata = json.metadata; + + if ( metadata === undefined || metadata.type === undefined || metadata.type.toLowerCase() === 'geometry' ) { + + console.error( 'THREE.ObjectLoader: Can\'t load ' + url ); + return; + + } + + scope.parse( json, onLoad ); + + }, onProgress, onError ); + + } + + async loadAsync( url, onProgress ) { + + const scope = this; + + const path = ( this.path === '' ) ? LoaderUtils.extractUrlBase( url ) : this.path; + this.resourcePath = this.resourcePath || path; + + const loader = new FileLoader( this.manager ); + loader.setPath( this.path ); + loader.setRequestHeader( this.requestHeader ); + loader.setWithCredentials( this.withCredentials ); + + const text = await loader.loadAsync( url, onProgress ); + + const json = JSON.parse( text ); + + const metadata = json.metadata; + + if ( metadata === undefined || metadata.type === undefined || metadata.type.toLowerCase() === 'geometry' ) { + + throw new Error( 'THREE.ObjectLoader: Can\'t load ' + url ); + + } + + return await scope.parseAsync( json ); + + } + + parse( json, onLoad ) { + + const animations = this.parseAnimations( json.animations ); + const shapes = this.parseShapes( json.shapes ); + const geometries = this.parseGeometries( json.geometries, shapes ); + + const images = this.parseImages( json.images, function () { + + if ( onLoad !== undefined ) onLoad( object ); + + } ); + + const textures = this.parseTextures( json.textures, images ); + const materials = this.parseMaterials( json.materials, textures ); + + const object = this.parseObject( json.object, geometries, materials, textures, animations ); + const skeletons = this.parseSkeletons( json.skeletons, object ); + + this.bindSkeletons( object, skeletons ); + + // + + if ( onLoad !== undefined ) { + + let hasImages = false; + + for ( const uuid in images ) { + + if ( images[ uuid ] instanceof HTMLImageElement ) { + + hasImages = true; + break; + + } + + } + + if ( hasImages === false ) onLoad( object ); + + } + + return object; + + } + + async parseAsync( json ) { + + const animations = this.parseAnimations( json.animations ); + const shapes = this.parseShapes( json.shapes ); + const geometries = this.parseGeometries( json.geometries, shapes ); + + const images = await this.parseImagesAsync( json.images ); + + const textures = this.parseTextures( json.textures, images ); + const materials = this.parseMaterials( json.materials, textures ); + + const object = this.parseObject( json.object, geometries, materials, textures, animations ); + const skeletons = this.parseSkeletons( json.skeletons, object ); + + this.bindSkeletons( object, skeletons ); + + return object; + + } + + parseShapes( json ) { + + const shapes = {}; + + if ( json !== undefined ) { + + for ( let i = 0, l = json.length; i < l; i ++ ) { + + const shape = new Shape().fromJSON( json[ i ] ); + + shapes[ shape.uuid ] = shape; + + } + + } + + return shapes; + + } + + parseSkeletons( json, object ) { + + const skeletons = {}; + const bones = {}; + + // generate bone lookup table + + object.traverse( function ( child ) { + + if ( child.isBone ) bones[ child.uuid ] = child; + + } ); + + // create skeletons + + if ( json !== undefined ) { + + for ( let i = 0, l = json.length; i < l; i ++ ) { + + const skeleton = new Skeleton().fromJSON( json[ i ], bones ); + + skeletons[ skeleton.uuid ] = skeleton; + + } + + } + + return skeletons; + + } + + parseGeometries( json, shapes ) { + + const geometries = {}; + + if ( json !== undefined ) { + + const bufferGeometryLoader = new BufferGeometryLoader(); + + for ( let i = 0, l = json.length; i < l; i ++ ) { + + let geometry; + const data = json[ i ]; + + switch ( data.type ) { + + case 'BufferGeometry': + case 'InstancedBufferGeometry': + + geometry = bufferGeometryLoader.parse( data ); + + break; + + case 'Geometry': + + console.error( 'THREE.ObjectLoader: The legacy Geometry type is no longer supported.' ); + + break; + + default: + + if ( data.type in Geometries ) { + + geometry = Geometries[ data.type ].fromJSON( data, shapes ); + + } else { + + console.warn( `THREE.ObjectLoader: Unsupported geometry type "${ data.type }"` ); + + } + + } + + geometry.uuid = data.uuid; + + if ( data.name !== undefined ) geometry.name = data.name; + if ( geometry.isBufferGeometry === true && data.userData !== undefined ) geometry.userData = data.userData; + + geometries[ data.uuid ] = geometry; + + } + + } + + return geometries; + + } + + parseMaterials( json, textures ) { + + const cache = {}; // MultiMaterial + const materials = {}; + + if ( json !== undefined ) { + + const loader = new MaterialLoader(); + loader.setTextures( textures ); + + for ( let i = 0, l = json.length; i < l; i ++ ) { + + const data = json[ i ]; + + if ( data.type === 'MultiMaterial' ) { + + // Deprecated + + const array = []; + + for ( let j = 0; j < data.materials.length; j ++ ) { + + const material = data.materials[ j ]; + + if ( cache[ material.uuid ] === undefined ) { + + cache[ material.uuid ] = loader.parse( material ); + + } + + array.push( cache[ material.uuid ] ); + + } + + materials[ data.uuid ] = array; + + } else { + + if ( cache[ data.uuid ] === undefined ) { + + cache[ data.uuid ] = loader.parse( data ); + + } + + materials[ data.uuid ] = cache[ data.uuid ]; + + } + + } + + } + + return materials; + + } + + parseAnimations( json ) { + + const animations = {}; + + if ( json !== undefined ) { + + for ( let i = 0; i < json.length; i ++ ) { + + const data = json[ i ]; + + const clip = AnimationClip.parse( data ); + + animations[ clip.uuid ] = clip; + + } + + } + + return animations; + + } + + parseImages( json, onLoad ) { + + const scope = this; + const images = {}; + + let loader; + + function loadImage( url ) { + + scope.manager.itemStart( url ); + + return loader.load( url, function () { + + scope.manager.itemEnd( url ); + + }, undefined, function () { + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + } ); + + } + + function deserializeImage( image ) { + + if ( typeof image === 'string' ) { + + const url = image; + + const path = /^(\/\/)|([a-z]+:(\/\/)?)/i.test( url ) ? url : scope.resourcePath + url; + + return loadImage( path ); + + } else { + + if ( image.data ) { + + return { + data: getTypedArray( image.type, image.data ), + width: image.width, + height: image.height + }; + + } else { + + return null; + + } + + } + + } + + if ( json !== undefined && json.length > 0 ) { + + const manager = new LoadingManager( onLoad ); + + loader = new ImageLoader( manager ); + loader.setCrossOrigin( this.crossOrigin ); + + for ( let i = 0, il = json.length; i < il; i ++ ) { + + const image = json[ i ]; + const url = image.url; + + if ( Array.isArray( url ) ) { + + // load array of images e.g CubeTexture + + images[ image.uuid ] = []; + + for ( let j = 0, jl = url.length; j < jl; j ++ ) { + + const currentUrl = url[ j ]; + + const deserializedImage = deserializeImage( currentUrl ); + + if ( deserializedImage !== null ) { + + if ( deserializedImage instanceof HTMLImageElement ) { + + images[ image.uuid ].push( deserializedImage ); + + } else { + + // special case: handle array of data textures for cube textures + + images[ image.uuid ].push( new DataTexture( deserializedImage.data, deserializedImage.width, deserializedImage.height ) ); + + } + + } + + } + + } else { + + // load single image + + const deserializedImage = deserializeImage( image.url ); + + if ( deserializedImage !== null ) { + + images[ image.uuid ] = deserializedImage; + + } + + } + + } + + } + + return images; + + } + + async parseImagesAsync( json ) { + + const scope = this; + const images = {}; + + let loader; + + async function deserializeImage( image ) { + + if ( typeof image === 'string' ) { + + const url = image; + + const path = /^(\/\/)|([a-z]+:(\/\/)?)/i.test( url ) ? url : scope.resourcePath + url; + + return await loader.loadAsync( path ); + + } else { + + if ( image.data ) { + + return { + data: getTypedArray( image.type, image.data ), + width: image.width, + height: image.height + }; + + } else { + + return null; + + } + + } + + } + + if ( json !== undefined && json.length > 0 ) { + + loader = new ImageLoader( this.manager ); + loader.setCrossOrigin( this.crossOrigin ); + + for ( let i = 0, il = json.length; i < il; i ++ ) { + + const image = json[ i ]; + const url = image.url; + + if ( Array.isArray( url ) ) { + + // load array of images e.g CubeTexture + + images[ image.uuid ] = []; + + for ( let j = 0, jl = url.length; j < jl; j ++ ) { + + const currentUrl = url[ j ]; + + const deserializedImage = await deserializeImage( currentUrl ); + + if ( deserializedImage !== null ) { + + if ( deserializedImage instanceof HTMLImageElement ) { + + images[ image.uuid ].push( deserializedImage ); + + } else { + + // special case: handle array of data textures for cube textures + + images[ image.uuid ].push( new DataTexture( deserializedImage.data, deserializedImage.width, deserializedImage.height ) ); + + } + + } + + } + + } else { + + // load single image + + const deserializedImage = await deserializeImage( image.url ); + + if ( deserializedImage !== null ) { + + images[ image.uuid ] = deserializedImage; + + } + + } + + } + + } + + return images; + + } + + parseTextures( json, images ) { + + function parseConstant( value, type ) { + + if ( typeof value === 'number' ) return value; + + console.warn( 'THREE.ObjectLoader.parseTexture: Constant should be in numeric form.', value ); + + return type[ value ]; + + } + + const textures = {}; + + if ( json !== undefined ) { + + for ( let i = 0, l = json.length; i < l; i ++ ) { + + const data = json[ i ]; + + if ( data.image === undefined ) { + + console.warn( 'THREE.ObjectLoader: No "image" specified for', data.uuid ); + + } + + if ( images[ data.image ] === undefined ) { + + console.warn( 'THREE.ObjectLoader: Undefined image', data.image ); + + } + + let texture; + const image = images[ data.image ]; + + if ( Array.isArray( image ) ) { + + texture = new CubeTexture( image ); + + if ( image.length === 6 ) texture.needsUpdate = true; + + } else { + + if ( image && image.data ) { + + texture = new DataTexture( image.data, image.width, image.height ); + + } else { + + texture = new Texture( image ); + + } + + if ( image ) texture.needsUpdate = true; // textures can have undefined image data + + } + + texture.uuid = data.uuid; + + if ( data.name !== undefined ) texture.name = data.name; + + if ( data.mapping !== undefined ) texture.mapping = parseConstant( data.mapping, TEXTURE_MAPPING ); + + if ( data.offset !== undefined ) texture.offset.fromArray( data.offset ); + if ( data.repeat !== undefined ) texture.repeat.fromArray( data.repeat ); + if ( data.center !== undefined ) texture.center.fromArray( data.center ); + if ( data.rotation !== undefined ) texture.rotation = data.rotation; + + if ( data.wrap !== undefined ) { + + texture.wrapS = parseConstant( data.wrap[ 0 ], TEXTURE_WRAPPING ); + texture.wrapT = parseConstant( data.wrap[ 1 ], TEXTURE_WRAPPING ); + + } + + if ( data.format !== undefined ) texture.format = data.format; + if ( data.type !== undefined ) texture.type = data.type; + if ( data.encoding !== undefined ) texture.encoding = data.encoding; + + if ( data.minFilter !== undefined ) texture.minFilter = parseConstant( data.minFilter, TEXTURE_FILTER ); + if ( data.magFilter !== undefined ) texture.magFilter = parseConstant( data.magFilter, TEXTURE_FILTER ); + if ( data.anisotropy !== undefined ) texture.anisotropy = data.anisotropy; + + if ( data.flipY !== undefined ) texture.flipY = data.flipY; + + if ( data.premultiplyAlpha !== undefined ) texture.premultiplyAlpha = data.premultiplyAlpha; + if ( data.unpackAlignment !== undefined ) texture.unpackAlignment = data.unpackAlignment; + + textures[ data.uuid ] = texture; + + } + + } + + return textures; + + } + + parseObject( data, geometries, materials, textures, animations ) { + + let object; + + function getGeometry( name ) { + + if ( geometries[ name ] === undefined ) { + + console.warn( 'THREE.ObjectLoader: Undefined geometry', name ); + + } + + return geometries[ name ]; + + } + + function getMaterial( name ) { + + if ( name === undefined ) return undefined; + + if ( Array.isArray( name ) ) { + + const array = []; + + for ( let i = 0, l = name.length; i < l; i ++ ) { + + const uuid = name[ i ]; + + if ( materials[ uuid ] === undefined ) { + + console.warn( 'THREE.ObjectLoader: Undefined material', uuid ); + + } + + array.push( materials[ uuid ] ); + + } + + return array; + + } + + if ( materials[ name ] === undefined ) { + + console.warn( 'THREE.ObjectLoader: Undefined material', name ); + + } + + return materials[ name ]; + + } + + function getTexture( uuid ) { + + if ( textures[ uuid ] === undefined ) { + + console.warn( 'THREE.ObjectLoader: Undefined texture', uuid ); + + } + + return textures[ uuid ]; + + } + + let geometry, material; + + switch ( data.type ) { + + case 'Scene': + + object = new Scene(); + + if ( data.background !== undefined ) { + + if ( Number.isInteger( data.background ) ) { + + object.background = new Color( data.background ); + + } else { + + object.background = getTexture( data.background ); + + } + + } + + if ( data.environment !== undefined ) { + + object.environment = getTexture( data.environment ); + + } + + if ( data.fog !== undefined ) { + + if ( data.fog.type === 'Fog' ) { + + object.fog = new Fog( data.fog.color, data.fog.near, data.fog.far ); + + } else if ( data.fog.type === 'FogExp2' ) { + + object.fog = new FogExp2( data.fog.color, data.fog.density ); + + } + + } + + break; + + case 'PerspectiveCamera': + + object = new PerspectiveCamera( data.fov, data.aspect, data.near, data.far ); + + if ( data.focus !== undefined ) object.focus = data.focus; + if ( data.zoom !== undefined ) object.zoom = data.zoom; + if ( data.filmGauge !== undefined ) object.filmGauge = data.filmGauge; + if ( data.filmOffset !== undefined ) object.filmOffset = data.filmOffset; + if ( data.view !== undefined ) object.view = Object.assign( {}, data.view ); + + break; + + case 'OrthographicCamera': + + object = new OrthographicCamera( data.left, data.right, data.top, data.bottom, data.near, data.far ); + + if ( data.zoom !== undefined ) object.zoom = data.zoom; + if ( data.view !== undefined ) object.view = Object.assign( {}, data.view ); + + break; + + case 'AmbientLight': + + object = new AmbientLight( data.color, data.intensity ); + + break; + + case 'DirectionalLight': + + object = new DirectionalLight( data.color, data.intensity ); + + break; + + case 'PointLight': + + object = new PointLight( data.color, data.intensity, data.distance, data.decay ); + + break; + + case 'RectAreaLight': + + object = new RectAreaLight( data.color, data.intensity, data.width, data.height ); + + break; + + case 'SpotLight': + + object = new SpotLight( data.color, data.intensity, data.distance, data.angle, data.penumbra, data.decay ); + + break; + + case 'HemisphereLight': + + object = new HemisphereLight( data.color, data.groundColor, data.intensity ); + + break; + + case 'LightProbe': + + object = new LightProbe().fromJSON( data ); + + break; + + case 'SkinnedMesh': + + geometry = getGeometry( data.geometry ); + material = getMaterial( data.material ); + + object = new SkinnedMesh( geometry, material ); + + if ( data.bindMode !== undefined ) object.bindMode = data.bindMode; + if ( data.bindMatrix !== undefined ) object.bindMatrix.fromArray( data.bindMatrix ); + if ( data.skeleton !== undefined ) object.skeleton = data.skeleton; + + break; + + case 'Mesh': + + geometry = getGeometry( data.geometry ); + material = getMaterial( data.material ); + + object = new Mesh( geometry, material ); + + break; + + case 'InstancedMesh': + + geometry = getGeometry( data.geometry ); + material = getMaterial( data.material ); + const count = data.count; + const instanceMatrix = data.instanceMatrix; + const instanceColor = data.instanceColor; + + object = new InstancedMesh( geometry, material, count ); + object.instanceMatrix = new BufferAttribute( new Float32Array( instanceMatrix.array ), 16 ); + if ( instanceColor !== undefined ) object.instanceColor = new BufferAttribute( new Float32Array( instanceColor.array ), instanceColor.itemSize ); + + break; + + case 'LOD': + + object = new LOD(); + + break; + + case 'Line': + + object = new Line( getGeometry( data.geometry ), getMaterial( data.material ) ); + + break; + + case 'LineLoop': + + object = new LineLoop( getGeometry( data.geometry ), getMaterial( data.material ) ); + + break; + + case 'LineSegments': + + object = new LineSegments( getGeometry( data.geometry ), getMaterial( data.material ) ); + + break; + + case 'PointCloud': + case 'Points': + + object = new Points( getGeometry( data.geometry ), getMaterial( data.material ) ); + + break; + + case 'Sprite': + + object = new Sprite( getMaterial( data.material ) ); + + break; + + case 'Group': + + object = new Group(); + + break; + + case 'Bone': + + object = new Bone(); + + break; + + default: + + object = new Object3D(); + + } + + object.uuid = data.uuid; + + if ( data.name !== undefined ) object.name = data.name; + + if ( data.matrix !== undefined ) { + + object.matrix.fromArray( data.matrix ); + + if ( data.matrixAutoUpdate !== undefined ) object.matrixAutoUpdate = data.matrixAutoUpdate; + if ( object.matrixAutoUpdate ) object.matrix.decompose( object.position, object.quaternion, object.scale ); + + } else { + + if ( data.position !== undefined ) object.position.fromArray( data.position ); + if ( data.rotation !== undefined ) object.rotation.fromArray( data.rotation ); + if ( data.quaternion !== undefined ) object.quaternion.fromArray( data.quaternion ); + if ( data.scale !== undefined ) object.scale.fromArray( data.scale ); + + } + + if ( data.castShadow !== undefined ) object.castShadow = data.castShadow; + if ( data.receiveShadow !== undefined ) object.receiveShadow = data.receiveShadow; + + if ( data.shadow ) { + + if ( data.shadow.bias !== undefined ) object.shadow.bias = data.shadow.bias; + if ( data.shadow.normalBias !== undefined ) object.shadow.normalBias = data.shadow.normalBias; + if ( data.shadow.radius !== undefined ) object.shadow.radius = data.shadow.radius; + if ( data.shadow.mapSize !== undefined ) object.shadow.mapSize.fromArray( data.shadow.mapSize ); + if ( data.shadow.camera !== undefined ) object.shadow.camera = this.parseObject( data.shadow.camera ); + + } + + if ( data.visible !== undefined ) object.visible = data.visible; + if ( data.frustumCulled !== undefined ) object.frustumCulled = data.frustumCulled; + if ( data.renderOrder !== undefined ) object.renderOrder = data.renderOrder; + if ( data.userData !== undefined ) object.userData = data.userData; + if ( data.layers !== undefined ) object.layers.mask = data.layers; + + if ( data.children !== undefined ) { + + const children = data.children; + + for ( let i = 0; i < children.length; i ++ ) { + + object.add( this.parseObject( children[ i ], geometries, materials, textures, animations ) ); + + } + + } + + if ( data.animations !== undefined ) { + + const objectAnimations = data.animations; + + for ( let i = 0; i < objectAnimations.length; i ++ ) { + + const uuid = objectAnimations[ i ]; + + object.animations.push( animations[ uuid ] ); + + } + + } + + if ( data.type === 'LOD' ) { + + if ( data.autoUpdate !== undefined ) object.autoUpdate = data.autoUpdate; + + const levels = data.levels; + + for ( let l = 0; l < levels.length; l ++ ) { + + const level = levels[ l ]; + const child = object.getObjectByProperty( 'uuid', level.object ); + + if ( child !== undefined ) { + + object.addLevel( child, level.distance ); + + } + + } + + } + + return object; + + } + + bindSkeletons( object, skeletons ) { + + if ( Object.keys( skeletons ).length === 0 ) return; + + object.traverse( function ( child ) { + + if ( child.isSkinnedMesh === true && child.skeleton !== undefined ) { + + const skeleton = skeletons[ child.skeleton ]; + + if ( skeleton === undefined ) { + + console.warn( 'THREE.ObjectLoader: No skeleton found with UUID:', child.skeleton ); + + } else { + + child.bind( skeleton, child.bindMatrix ); + + } + + } + + } ); + + } + + /* DEPRECATED */ + + setTexturePath( value ) { + + console.warn( 'THREE.ObjectLoader: .setTexturePath() has been renamed to .setResourcePath().' ); + return this.setResourcePath( value ); + + } + +} + +const TEXTURE_MAPPING = { + UVMapping: UVMapping, + CubeReflectionMapping: CubeReflectionMapping, + CubeRefractionMapping: CubeRefractionMapping, + EquirectangularReflectionMapping: EquirectangularReflectionMapping, + EquirectangularRefractionMapping: EquirectangularRefractionMapping, + CubeUVReflectionMapping: CubeUVReflectionMapping, + CubeUVRefractionMapping: CubeUVRefractionMapping +}; + +const TEXTURE_WRAPPING = { + RepeatWrapping: RepeatWrapping, + ClampToEdgeWrapping: ClampToEdgeWrapping, + MirroredRepeatWrapping: MirroredRepeatWrapping +}; + +const TEXTURE_FILTER = { + NearestFilter: NearestFilter, + NearestMipmapNearestFilter: NearestMipmapNearestFilter, + NearestMipmapLinearFilter: NearestMipmapLinearFilter, + LinearFilter: LinearFilter, + LinearMipmapNearestFilter: LinearMipmapNearestFilter, + LinearMipmapLinearFilter: LinearMipmapLinearFilter +}; + +class ImageBitmapLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + if ( typeof createImageBitmap === 'undefined' ) { + + console.warn( 'THREE.ImageBitmapLoader: createImageBitmap() not supported.' ); + + } + + if ( typeof fetch === 'undefined' ) { + + console.warn( 'THREE.ImageBitmapLoader: fetch() not supported.' ); + + } + + this.options = { premultiplyAlpha: 'none' }; + + } + + setOptions( options ) { + + this.options = options; + + return this; + + } + + load( url, onLoad, onProgress, onError ) { + + if ( url === undefined ) url = ''; + + if ( this.path !== undefined ) url = this.path + url; + + url = this.manager.resolveURL( url ); + + const scope = this; + + const cached = Cache.get( url ); + + if ( cached !== undefined ) { + + scope.manager.itemStart( url ); + + setTimeout( function () { + + if ( onLoad ) onLoad( cached ); + + scope.manager.itemEnd( url ); + + }, 0 ); + + return cached; + + } + + const fetchOptions = {}; + fetchOptions.credentials = ( this.crossOrigin === 'anonymous' ) ? 'same-origin' : 'include'; + fetchOptions.headers = this.requestHeader; + + fetch( url, fetchOptions ).then( function ( res ) { + + return res.blob(); + + } ).then( function ( blob ) { + + return createImageBitmap( blob, Object.assign( scope.options, { colorSpaceConversion: 'none' } ) ); + + } ).then( function ( imageBitmap ) { + + Cache.add( url, imageBitmap ); + + if ( onLoad ) onLoad( imageBitmap ); + + scope.manager.itemEnd( url ); + + } ).catch( function ( e ) { + + if ( onError ) onError( e ); + + scope.manager.itemError( url ); + scope.manager.itemEnd( url ); + + } ); + + scope.manager.itemStart( url ); + + } + +} + +ImageBitmapLoader.prototype.isImageBitmapLoader = true; + +class ShapePath { + + constructor() { + + this.type = 'ShapePath'; + + this.color = new Color(); + + this.subPaths = []; + this.currentPath = null; + + } + + moveTo( x, y ) { + + this.currentPath = new Path(); + this.subPaths.push( this.currentPath ); + this.currentPath.moveTo( x, y ); + + return this; + + } + + lineTo( x, y ) { + + this.currentPath.lineTo( x, y ); + + return this; + + } + + quadraticCurveTo( aCPx, aCPy, aX, aY ) { + + this.currentPath.quadraticCurveTo( aCPx, aCPy, aX, aY ); + + return this; + + } + + bezierCurveTo( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY ) { + + this.currentPath.bezierCurveTo( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY ); + + return this; + + } + + splineThru( pts ) { + + this.currentPath.splineThru( pts ); + + return this; + + } + + toShapes( isCCW, noHoles ) { + + function toShapesNoHoles( inSubpaths ) { + + const shapes = []; + + for ( let i = 0, l = inSubpaths.length; i < l; i ++ ) { + + const tmpPath = inSubpaths[ i ]; + + const tmpShape = new Shape(); + tmpShape.curves = tmpPath.curves; + + shapes.push( tmpShape ); + + } + + return shapes; + + } + + function isPointInsidePolygon( inPt, inPolygon ) { + + const polyLen = inPolygon.length; + + // inPt on polygon contour => immediate success or + // toggling of inside/outside at every single! intersection point of an edge + // with the horizontal line through inPt, left of inPt + // not counting lowerY endpoints of edges and whole edges on that line + let inside = false; + for ( let p = polyLen - 1, q = 0; q < polyLen; p = q ++ ) { + + let edgeLowPt = inPolygon[ p ]; + let edgeHighPt = inPolygon[ q ]; + + let edgeDx = edgeHighPt.x - edgeLowPt.x; + let edgeDy = edgeHighPt.y - edgeLowPt.y; + + if ( Math.abs( edgeDy ) > Number.EPSILON ) { + + // not parallel + if ( edgeDy < 0 ) { + + edgeLowPt = inPolygon[ q ]; edgeDx = - edgeDx; + edgeHighPt = inPolygon[ p ]; edgeDy = - edgeDy; + + } + + if ( ( inPt.y < edgeLowPt.y ) || ( inPt.y > edgeHighPt.y ) ) continue; + + if ( inPt.y === edgeLowPt.y ) { + + if ( inPt.x === edgeLowPt.x ) return true; // inPt is on contour ? + // continue; // no intersection or edgeLowPt => doesn't count !!! + + } else { + + const perpEdge = edgeDy * ( inPt.x - edgeLowPt.x ) - edgeDx * ( inPt.y - edgeLowPt.y ); + if ( perpEdge === 0 ) return true; // inPt is on contour ? + if ( perpEdge < 0 ) continue; + inside = ! inside; // true intersection left of inPt + + } + + } else { + + // parallel or collinear + if ( inPt.y !== edgeLowPt.y ) continue; // parallel + // edge lies on the same horizontal line as inPt + if ( ( ( edgeHighPt.x <= inPt.x ) && ( inPt.x <= edgeLowPt.x ) ) || + ( ( edgeLowPt.x <= inPt.x ) && ( inPt.x <= edgeHighPt.x ) ) ) return true; // inPt: Point on contour ! + // continue; + + } + + } + + return inside; + + } + + const isClockWise = ShapeUtils.isClockWise; + + const subPaths = this.subPaths; + if ( subPaths.length === 0 ) return []; + + if ( noHoles === true ) return toShapesNoHoles( subPaths ); + + + let solid, tmpPath, tmpShape; + const shapes = []; + + if ( subPaths.length === 1 ) { + + tmpPath = subPaths[ 0 ]; + tmpShape = new Shape(); + tmpShape.curves = tmpPath.curves; + shapes.push( tmpShape ); + return shapes; + + } + + let holesFirst = ! isClockWise( subPaths[ 0 ].getPoints() ); + holesFirst = isCCW ? ! holesFirst : holesFirst; + + // console.log("Holes first", holesFirst); + + const betterShapeHoles = []; + const newShapes = []; + let newShapeHoles = []; + let mainIdx = 0; + let tmpPoints; + + newShapes[ mainIdx ] = undefined; + newShapeHoles[ mainIdx ] = []; + + for ( let i = 0, l = subPaths.length; i < l; i ++ ) { + + tmpPath = subPaths[ i ]; + tmpPoints = tmpPath.getPoints(); + solid = isClockWise( tmpPoints ); + solid = isCCW ? ! solid : solid; + + if ( solid ) { + + if ( ( ! holesFirst ) && ( newShapes[ mainIdx ] ) ) mainIdx ++; + + newShapes[ mainIdx ] = { s: new Shape(), p: tmpPoints }; + newShapes[ mainIdx ].s.curves = tmpPath.curves; + + if ( holesFirst ) mainIdx ++; + newShapeHoles[ mainIdx ] = []; + + //console.log('cw', i); + + } else { + + newShapeHoles[ mainIdx ].push( { h: tmpPath, p: tmpPoints[ 0 ] } ); + + //console.log('ccw', i); + + } + + } + + // only Holes? -> probably all Shapes with wrong orientation + if ( ! newShapes[ 0 ] ) return toShapesNoHoles( subPaths ); + + + if ( newShapes.length > 1 ) { + + let ambiguous = false; + const toChange = []; + + for ( let sIdx = 0, sLen = newShapes.length; sIdx < sLen; sIdx ++ ) { + + betterShapeHoles[ sIdx ] = []; + + } + + for ( let sIdx = 0, sLen = newShapes.length; sIdx < sLen; sIdx ++ ) { + + const sho = newShapeHoles[ sIdx ]; + + for ( let hIdx = 0; hIdx < sho.length; hIdx ++ ) { + + const ho = sho[ hIdx ]; + let hole_unassigned = true; + + for ( let s2Idx = 0; s2Idx < newShapes.length; s2Idx ++ ) { + + if ( isPointInsidePolygon( ho.p, newShapes[ s2Idx ].p ) ) { + + if ( sIdx !== s2Idx ) toChange.push( { froms: sIdx, tos: s2Idx, hole: hIdx } ); + if ( hole_unassigned ) { + + hole_unassigned = false; + betterShapeHoles[ s2Idx ].push( ho ); + + } else { + + ambiguous = true; + + } + + } + + } + + if ( hole_unassigned ) { + + betterShapeHoles[ sIdx ].push( ho ); + + } + + } + + } + // console.log("ambiguous: ", ambiguous); + + if ( toChange.length > 0 ) { + + // console.log("to change: ", toChange); + if ( ! ambiguous ) newShapeHoles = betterShapeHoles; + + } + + } + + let tmpHoles; + + for ( let i = 0, il = newShapes.length; i < il; i ++ ) { + + tmpShape = newShapes[ i ].s; + shapes.push( tmpShape ); + tmpHoles = newShapeHoles[ i ]; + + for ( let j = 0, jl = tmpHoles.length; j < jl; j ++ ) { + + tmpShape.holes.push( tmpHoles[ j ].h ); + + } + + } + + //console.log("shape", shapes); + + return shapes; + + } + +} + +class Font { + + constructor( data ) { + + this.type = 'Font'; + + this.data = data; + + } + + generateShapes( text, size = 100 ) { + + const shapes = []; + const paths = createPaths( text, size, this.data ); + + for ( let p = 0, pl = paths.length; p < pl; p ++ ) { + + Array.prototype.push.apply( shapes, paths[ p ].toShapes() ); + + } + + return shapes; + + } + +} + +function createPaths( text, size, data ) { + + const chars = Array.from( text ); + const scale = size / data.resolution; + const line_height = ( data.boundingBox.yMax - data.boundingBox.yMin + data.underlineThickness ) * scale; + + const paths = []; + + let offsetX = 0, offsetY = 0; + + for ( let i = 0; i < chars.length; i ++ ) { + + const char = chars[ i ]; + + if ( char === '\n' ) { + + offsetX = 0; + offsetY -= line_height; + + } else { + + const ret = createPath( char, scale, offsetX, offsetY, data ); + offsetX += ret.offsetX; + paths.push( ret.path ); + + } + + } + + return paths; + +} + +function createPath( char, scale, offsetX, offsetY, data ) { + + const glyph = data.glyphs[ char ] || data.glyphs[ '?' ]; + + if ( ! glyph ) { + + console.error( 'THREE.Font: character "' + char + '" does not exists in font family ' + data.familyName + '.' ); + + return; + + } + + const path = new ShapePath(); + + let x, y, cpx, cpy, cpx1, cpy1, cpx2, cpy2; + + if ( glyph.o ) { + + const outline = glyph._cachedOutline || ( glyph._cachedOutline = glyph.o.split( ' ' ) ); + + for ( let i = 0, l = outline.length; i < l; ) { + + const action = outline[ i ++ ]; + + switch ( action ) { + + case 'm': // moveTo + + x = outline[ i ++ ] * scale + offsetX; + y = outline[ i ++ ] * scale + offsetY; + + path.moveTo( x, y ); + + break; + + case 'l': // lineTo + + x = outline[ i ++ ] * scale + offsetX; + y = outline[ i ++ ] * scale + offsetY; + + path.lineTo( x, y ); + + break; + + case 'q': // quadraticCurveTo + + cpx = outline[ i ++ ] * scale + offsetX; + cpy = outline[ i ++ ] * scale + offsetY; + cpx1 = outline[ i ++ ] * scale + offsetX; + cpy1 = outline[ i ++ ] * scale + offsetY; + + path.quadraticCurveTo( cpx1, cpy1, cpx, cpy ); + + break; + + case 'b': // bezierCurveTo + + cpx = outline[ i ++ ] * scale + offsetX; + cpy = outline[ i ++ ] * scale + offsetY; + cpx1 = outline[ i ++ ] * scale + offsetX; + cpy1 = outline[ i ++ ] * scale + offsetY; + cpx2 = outline[ i ++ ] * scale + offsetX; + cpy2 = outline[ i ++ ] * scale + offsetY; + + path.bezierCurveTo( cpx1, cpy1, cpx2, cpy2, cpx, cpy ); + + break; + + } + + } + + } + + return { offsetX: glyph.ha * scale, path: path }; + +} + +Font.prototype.isFont = true; + +class FontLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const loader = new FileLoader( this.manager ); + loader.setPath( this.path ); + loader.setRequestHeader( this.requestHeader ); + loader.setWithCredentials( scope.withCredentials ); + loader.load( url, function ( text ) { + + let json; + + try { + + json = JSON.parse( text ); + + } catch ( e ) { + + console.warn( 'THREE.FontLoader: typeface.js support is being deprecated. Use typeface.json instead.' ); + json = JSON.parse( text.substring( 65, text.length - 2 ) ); + + } + + const font = scope.parse( json ); + + if ( onLoad ) onLoad( font ); + + }, onProgress, onError ); + + } + + parse( json ) { + + return new Font( json ); + + } + +} + +let _context; + +const AudioContext = { + + getContext: function () { + + if ( _context === undefined ) { + + _context = new ( window.AudioContext || window.webkitAudioContext )(); + + } + + return _context; + + }, + + setContext: function ( value ) { + + _context = value; + + } + +}; + +class AudioLoader extends Loader { + + constructor( manager ) { + + super( manager ); + + } + + load( url, onLoad, onProgress, onError ) { + + const scope = this; + + const loader = new FileLoader( this.manager ); + loader.setResponseType( 'arraybuffer' ); + loader.setPath( this.path ); + loader.setRequestHeader( this.requestHeader ); + loader.setWithCredentials( this.withCredentials ); + loader.load( url, function ( buffer ) { + + try { + + // Create a copy of the buffer. The `decodeAudioData` method + // detaches the buffer when complete, preventing reuse. + const bufferCopy = buffer.slice( 0 ); + + const context = AudioContext.getContext(); + context.decodeAudioData( bufferCopy, function ( audioBuffer ) { + + onLoad( audioBuffer ); + + } ); + + } catch ( e ) { + + if ( onError ) { + + onError( e ); + + } else { + + console.error( e ); + + } + + scope.manager.itemError( url ); + + } + + }, onProgress, onError ); + + } + +} + +class HemisphereLightProbe extends LightProbe { + + constructor( skyColor, groundColor, intensity = 1 ) { + + super( undefined, intensity ); + + const color1 = new Color().set( skyColor ); + const color2 = new Color().set( groundColor ); + + const sky = new Vector3( color1.r, color1.g, color1.b ); + const ground = new Vector3( color2.r, color2.g, color2.b ); + + // without extra factor of PI in the shader, should = 1 / Math.sqrt( Math.PI ); + const c0 = Math.sqrt( Math.PI ); + const c1 = c0 * Math.sqrt( 0.75 ); + + this.sh.coefficients[ 0 ].copy( sky ).add( ground ).multiplyScalar( c0 ); + this.sh.coefficients[ 1 ].copy( sky ).sub( ground ).multiplyScalar( c1 ); + + } + +} + +HemisphereLightProbe.prototype.isHemisphereLightProbe = true; + +class AmbientLightProbe extends LightProbe { + + constructor( color, intensity = 1 ) { + + super( undefined, intensity ); + + const color1 = new Color().set( color ); + + // without extra factor of PI in the shader, would be 2 / Math.sqrt( Math.PI ); + this.sh.coefficients[ 0 ].set( color1.r, color1.g, color1.b ).multiplyScalar( 2 * Math.sqrt( Math.PI ) ); + + } + +} + +AmbientLightProbe.prototype.isAmbientLightProbe = true; + +const _eyeRight = /*@__PURE__*/ new Matrix4(); +const _eyeLeft = /*@__PURE__*/ new Matrix4(); + +class StereoCamera { + + constructor() { + + this.type = 'StereoCamera'; + + this.aspect = 1; + + this.eyeSep = 0.064; + + this.cameraL = new PerspectiveCamera(); + this.cameraL.layers.enable( 1 ); + this.cameraL.matrixAutoUpdate = false; + + this.cameraR = new PerspectiveCamera(); + this.cameraR.layers.enable( 2 ); + this.cameraR.matrixAutoUpdate = false; + + this._cache = { + focus: null, + fov: null, + aspect: null, + near: null, + far: null, + zoom: null, + eyeSep: null + }; + + } + + update( camera ) { + + const cache = this._cache; + + const needsUpdate = cache.focus !== camera.focus || cache.fov !== camera.fov || + cache.aspect !== camera.aspect * this.aspect || cache.near !== camera.near || + cache.far !== camera.far || cache.zoom !== camera.zoom || cache.eyeSep !== this.eyeSep; + + if ( needsUpdate ) { + + cache.focus = camera.focus; + cache.fov = camera.fov; + cache.aspect = camera.aspect * this.aspect; + cache.near = camera.near; + cache.far = camera.far; + cache.zoom = camera.zoom; + cache.eyeSep = this.eyeSep; + + // Off-axis stereoscopic effect based on + // http://paulbourke.net/stereographics/stereorender/ + + const projectionMatrix = camera.projectionMatrix.clone(); + const eyeSepHalf = cache.eyeSep / 2; + const eyeSepOnProjection = eyeSepHalf * cache.near / cache.focus; + const ymax = ( cache.near * Math.tan( DEG2RAD * cache.fov * 0.5 ) ) / cache.zoom; + let xmin, xmax; + + // translate xOffset + + _eyeLeft.elements[ 12 ] = - eyeSepHalf; + _eyeRight.elements[ 12 ] = eyeSepHalf; + + // for left eye + + xmin = - ymax * cache.aspect + eyeSepOnProjection; + xmax = ymax * cache.aspect + eyeSepOnProjection; + + projectionMatrix.elements[ 0 ] = 2 * cache.near / ( xmax - xmin ); + projectionMatrix.elements[ 8 ] = ( xmax + xmin ) / ( xmax - xmin ); + + this.cameraL.projectionMatrix.copy( projectionMatrix ); + + // for right eye + + xmin = - ymax * cache.aspect - eyeSepOnProjection; + xmax = ymax * cache.aspect - eyeSepOnProjection; + + projectionMatrix.elements[ 0 ] = 2 * cache.near / ( xmax - xmin ); + projectionMatrix.elements[ 8 ] = ( xmax + xmin ) / ( xmax - xmin ); + + this.cameraR.projectionMatrix.copy( projectionMatrix ); + + } + + this.cameraL.matrixWorld.copy( camera.matrixWorld ).multiply( _eyeLeft ); + this.cameraR.matrixWorld.copy( camera.matrixWorld ).multiply( _eyeRight ); + + } + +} + +class Clock { + + constructor( autoStart = true ) { + + this.autoStart = autoStart; + + this.startTime = 0; + this.oldTime = 0; + this.elapsedTime = 0; + + this.running = false; + + } + + start() { + + this.startTime = now(); + + this.oldTime = this.startTime; + this.elapsedTime = 0; + this.running = true; + + } + + stop() { + + this.getElapsedTime(); + this.running = false; + this.autoStart = false; + + } + + getElapsedTime() { + + this.getDelta(); + return this.elapsedTime; + + } + + getDelta() { + + let diff = 0; + + if ( this.autoStart && ! this.running ) { + + this.start(); + return 0; + + } + + if ( this.running ) { + + const newTime = now(); + + diff = ( newTime - this.oldTime ) / 1000; + this.oldTime = newTime; + + this.elapsedTime += diff; + + } + + return diff; + + } + +} + +function now() { + + return ( typeof performance === 'undefined' ? Date : performance ).now(); // see #10732 + +} + +const _position$1 = /*@__PURE__*/ new Vector3(); +const _quaternion$1 = /*@__PURE__*/ new Quaternion(); +const _scale$1 = /*@__PURE__*/ new Vector3(); +const _orientation$1 = /*@__PURE__*/ new Vector3(); + +class AudioListener extends Object3D { + + constructor() { + + super(); + + this.type = 'AudioListener'; + + this.context = AudioContext.getContext(); + + this.gain = this.context.createGain(); + this.gain.connect( this.context.destination ); + + this.filter = null; + + this.timeDelta = 0; + + // private + + this._clock = new Clock(); + + } + + getInput() { + + return this.gain; + + } + + removeFilter() { + + if ( this.filter !== null ) { + + this.gain.disconnect( this.filter ); + this.filter.disconnect( this.context.destination ); + this.gain.connect( this.context.destination ); + this.filter = null; + + } + + return this; + + } + + getFilter() { + + return this.filter; + + } + + setFilter( value ) { + + if ( this.filter !== null ) { + + this.gain.disconnect( this.filter ); + this.filter.disconnect( this.context.destination ); + + } else { + + this.gain.disconnect( this.context.destination ); + + } + + this.filter = value; + this.gain.connect( this.filter ); + this.filter.connect( this.context.destination ); + + return this; + + } + + getMasterVolume() { + + return this.gain.gain.value; + + } + + setMasterVolume( value ) { + + this.gain.gain.setTargetAtTime( value, this.context.currentTime, 0.01 ); + + return this; + + } + + updateMatrixWorld( force ) { + + super.updateMatrixWorld( force ); + + const listener = this.context.listener; + const up = this.up; + + this.timeDelta = this._clock.getDelta(); + + this.matrixWorld.decompose( _position$1, _quaternion$1, _scale$1 ); + + _orientation$1.set( 0, 0, - 1 ).applyQuaternion( _quaternion$1 ); + + if ( listener.positionX ) { + + // code path for Chrome (see #14393) + + const endTime = this.context.currentTime + this.timeDelta; + + listener.positionX.linearRampToValueAtTime( _position$1.x, endTime ); + listener.positionY.linearRampToValueAtTime( _position$1.y, endTime ); + listener.positionZ.linearRampToValueAtTime( _position$1.z, endTime ); + listener.forwardX.linearRampToValueAtTime( _orientation$1.x, endTime ); + listener.forwardY.linearRampToValueAtTime( _orientation$1.y, endTime ); + listener.forwardZ.linearRampToValueAtTime( _orientation$1.z, endTime ); + listener.upX.linearRampToValueAtTime( up.x, endTime ); + listener.upY.linearRampToValueAtTime( up.y, endTime ); + listener.upZ.linearRampToValueAtTime( up.z, endTime ); + + } else { + + listener.setPosition( _position$1.x, _position$1.y, _position$1.z ); + listener.setOrientation( _orientation$1.x, _orientation$1.y, _orientation$1.z, up.x, up.y, up.z ); + + } + + } + +} + +class Audio extends Object3D { + + constructor( listener ) { + + super(); + + this.type = 'Audio'; + + this.listener = listener; + this.context = listener.context; + + this.gain = this.context.createGain(); + this.gain.connect( listener.getInput() ); + + this.autoplay = false; + + this.buffer = null; + this.detune = 0; + this.loop = false; + this.loopStart = 0; + this.loopEnd = 0; + this.offset = 0; + this.duration = undefined; + this.playbackRate = 1; + this.isPlaying = false; + this.hasPlaybackControl = true; + this.source = null; + this.sourceType = 'empty'; + + this._startedAt = 0; + this._progress = 0; + this._connected = false; + + this.filters = []; + + } + + getOutput() { + + return this.gain; + + } + + setNodeSource( audioNode ) { + + this.hasPlaybackControl = false; + this.sourceType = 'audioNode'; + this.source = audioNode; + this.connect(); + + return this; + + } + + setMediaElementSource( mediaElement ) { + + this.hasPlaybackControl = false; + this.sourceType = 'mediaNode'; + this.source = this.context.createMediaElementSource( mediaElement ); + this.connect(); + + return this; + + } + + setMediaStreamSource( mediaStream ) { + + this.hasPlaybackControl = false; + this.sourceType = 'mediaStreamNode'; + this.source = this.context.createMediaStreamSource( mediaStream ); + this.connect(); + + return this; + + } + + setBuffer( audioBuffer ) { + + this.buffer = audioBuffer; + this.sourceType = 'buffer'; + + if ( this.autoplay ) this.play(); + + return this; + + } + + play( delay = 0 ) { + + if ( this.isPlaying === true ) { + + console.warn( 'THREE.Audio: Audio is already playing.' ); + return; + + } + + if ( this.hasPlaybackControl === false ) { + + console.warn( 'THREE.Audio: this Audio has no playback control.' ); + return; + + } + + this._startedAt = this.context.currentTime + delay; + + const source = this.context.createBufferSource(); + source.buffer = this.buffer; + source.loop = this.loop; + source.loopStart = this.loopStart; + source.loopEnd = this.loopEnd; + source.onended = this.onEnded.bind( this ); + source.start( this._startedAt, this._progress + this.offset, this.duration ); + + this.isPlaying = true; + + this.source = source; + + this.setDetune( this.detune ); + this.setPlaybackRate( this.playbackRate ); + + return this.connect(); + + } + + pause() { + + if ( this.hasPlaybackControl === false ) { + + console.warn( 'THREE.Audio: this Audio has no playback control.' ); + return; + + } + + if ( this.isPlaying === true ) { + + // update current progress + + this._progress += Math.max( this.context.currentTime - this._startedAt, 0 ) * this.playbackRate; + + if ( this.loop === true ) { + + // ensure _progress does not exceed duration with looped audios + + this._progress = this._progress % ( this.duration || this.buffer.duration ); + + } + + this.source.stop(); + this.source.onended = null; + + this.isPlaying = false; + + } + + return this; + + } + + stop() { + + if ( this.hasPlaybackControl === false ) { + + console.warn( 'THREE.Audio: this Audio has no playback control.' ); + return; + + } + + this._progress = 0; + + this.source.stop(); + this.source.onended = null; + this.isPlaying = false; + + return this; + + } + + connect() { + + if ( this.filters.length > 0 ) { + + this.source.connect( this.filters[ 0 ] ); + + for ( let i = 1, l = this.filters.length; i < l; i ++ ) { + + this.filters[ i - 1 ].connect( this.filters[ i ] ); + + } + + this.filters[ this.filters.length - 1 ].connect( this.getOutput() ); + + } else { + + this.source.connect( this.getOutput() ); + + } + + this._connected = true; + + return this; + + } + + disconnect() { + + if ( this.filters.length > 0 ) { + + this.source.disconnect( this.filters[ 0 ] ); + + for ( let i = 1, l = this.filters.length; i < l; i ++ ) { + + this.filters[ i - 1 ].disconnect( this.filters[ i ] ); + + } + + this.filters[ this.filters.length - 1 ].disconnect( this.getOutput() ); + + } else { + + this.source.disconnect( this.getOutput() ); + + } + + this._connected = false; + + return this; + + } + + getFilters() { + + return this.filters; + + } + + setFilters( value ) { + + if ( ! value ) value = []; + + if ( this._connected === true ) { + + this.disconnect(); + this.filters = value.slice(); + this.connect(); + + } else { + + this.filters = value.slice(); + + } + + return this; + + } + + setDetune( value ) { + + this.detune = value; + + if ( this.source.detune === undefined ) return; // only set detune when available + + if ( this.isPlaying === true ) { + + this.source.detune.setTargetAtTime( this.detune, this.context.currentTime, 0.01 ); + + } + + return this; + + } + + getDetune() { + + return this.detune; + + } + + getFilter() { + + return this.getFilters()[ 0 ]; + + } + + setFilter( filter ) { + + return this.setFilters( filter ? [ filter ] : [] ); + + } + + setPlaybackRate( value ) { + + if ( this.hasPlaybackControl === false ) { + + console.warn( 'THREE.Audio: this Audio has no playback control.' ); + return; + + } + + this.playbackRate = value; + + if ( this.isPlaying === true ) { + + this.source.playbackRate.setTargetAtTime( this.playbackRate, this.context.currentTime, 0.01 ); + + } + + return this; + + } + + getPlaybackRate() { + + return this.playbackRate; + + } + + onEnded() { + + this.isPlaying = false; + + } + + getLoop() { + + if ( this.hasPlaybackControl === false ) { + + console.warn( 'THREE.Audio: this Audio has no playback control.' ); + return false; + + } + + return this.loop; + + } + + setLoop( value ) { + + if ( this.hasPlaybackControl === false ) { + + console.warn( 'THREE.Audio: this Audio has no playback control.' ); + return; + + } + + this.loop = value; + + if ( this.isPlaying === true ) { + + this.source.loop = this.loop; + + } + + return this; + + } + + setLoopStart( value ) { + + this.loopStart = value; + + return this; + + } + + setLoopEnd( value ) { + + this.loopEnd = value; + + return this; + + } + + getVolume() { + + return this.gain.gain.value; + + } + + setVolume( value ) { + + this.gain.gain.setTargetAtTime( value, this.context.currentTime, 0.01 ); + + return this; + + } + +} + +const _position = /*@__PURE__*/ new Vector3(); +const _quaternion = /*@__PURE__*/ new Quaternion(); +const _scale = /*@__PURE__*/ new Vector3(); +const _orientation = /*@__PURE__*/ new Vector3(); + +class PositionalAudio extends Audio { + + constructor( listener ) { + + super( listener ); + + this.panner = this.context.createPanner(); + this.panner.panningModel = 'HRTF'; + this.panner.connect( this.gain ); + + } + + getOutput() { + + return this.panner; + + } + + getRefDistance() { + + return this.panner.refDistance; + + } + + setRefDistance( value ) { + + this.panner.refDistance = value; + + return this; + + } + + getRolloffFactor() { + + return this.panner.rolloffFactor; + + } + + setRolloffFactor( value ) { + + this.panner.rolloffFactor = value; + + return this; + + } + + getDistanceModel() { + + return this.panner.distanceModel; + + } + + setDistanceModel( value ) { + + this.panner.distanceModel = value; + + return this; + + } + + getMaxDistance() { + + return this.panner.maxDistance; + + } + + setMaxDistance( value ) { + + this.panner.maxDistance = value; + + return this; + + } + + setDirectionalCone( coneInnerAngle, coneOuterAngle, coneOuterGain ) { + + this.panner.coneInnerAngle = coneInnerAngle; + this.panner.coneOuterAngle = coneOuterAngle; + this.panner.coneOuterGain = coneOuterGain; + + return this; + + } + + updateMatrixWorld( force ) { + + super.updateMatrixWorld( force ); + + if ( this.hasPlaybackControl === true && this.isPlaying === false ) return; + + this.matrixWorld.decompose( _position, _quaternion, _scale ); + + _orientation.set( 0, 0, 1 ).applyQuaternion( _quaternion ); + + const panner = this.panner; + + if ( panner.positionX ) { + + // code path for Chrome and Firefox (see #14393) + + const endTime = this.context.currentTime + this.listener.timeDelta; + + panner.positionX.linearRampToValueAtTime( _position.x, endTime ); + panner.positionY.linearRampToValueAtTime( _position.y, endTime ); + panner.positionZ.linearRampToValueAtTime( _position.z, endTime ); + panner.orientationX.linearRampToValueAtTime( _orientation.x, endTime ); + panner.orientationY.linearRampToValueAtTime( _orientation.y, endTime ); + panner.orientationZ.linearRampToValueAtTime( _orientation.z, endTime ); + + } else { + + panner.setPosition( _position.x, _position.y, _position.z ); + panner.setOrientation( _orientation.x, _orientation.y, _orientation.z ); + + } + + } + +} + +class AudioAnalyser { + + constructor( audio, fftSize = 2048 ) { + + this.analyser = audio.context.createAnalyser(); + this.analyser.fftSize = fftSize; + + this.data = new Uint8Array( this.analyser.frequencyBinCount ); + + audio.getOutput().connect( this.analyser ); + + } + + + getFrequencyData() { + + this.analyser.getByteFrequencyData( this.data ); + + return this.data; + + } + + getAverageFrequency() { + + let value = 0; + const data = this.getFrequencyData(); + + for ( let i = 0; i < data.length; i ++ ) { + + value += data[ i ]; + + } + + return value / data.length; + + } + +} + +class PropertyMixer { + + constructor( binding, typeName, valueSize ) { + + this.binding = binding; + this.valueSize = valueSize; + + let mixFunction, + mixFunctionAdditive, + setIdentity; + + // buffer layout: [ incoming | accu0 | accu1 | orig | addAccu | (optional work) ] + // + // interpolators can use .buffer as their .result + // the data then goes to 'incoming' + // + // 'accu0' and 'accu1' are used frame-interleaved for + // the cumulative result and are compared to detect + // changes + // + // 'orig' stores the original state of the property + // + // 'add' is used for additive cumulative results + // + // 'work' is optional and is only present for quaternion types. It is used + // to store intermediate quaternion multiplication results + + switch ( typeName ) { + + case 'quaternion': + mixFunction = this._slerp; + mixFunctionAdditive = this._slerpAdditive; + setIdentity = this._setAdditiveIdentityQuaternion; + + this.buffer = new Float64Array( valueSize * 6 ); + this._workIndex = 5; + break; + + case 'string': + case 'bool': + mixFunction = this._select; + + // Use the regular mix function and for additive on these types, + // additive is not relevant for non-numeric types + mixFunctionAdditive = this._select; + + setIdentity = this._setAdditiveIdentityOther; + + this.buffer = new Array( valueSize * 5 ); + break; + + default: + mixFunction = this._lerp; + mixFunctionAdditive = this._lerpAdditive; + setIdentity = this._setAdditiveIdentityNumeric; + + this.buffer = new Float64Array( valueSize * 5 ); + + } + + this._mixBufferRegion = mixFunction; + this._mixBufferRegionAdditive = mixFunctionAdditive; + this._setIdentity = setIdentity; + this._origIndex = 3; + this._addIndex = 4; + + this.cumulativeWeight = 0; + this.cumulativeWeightAdditive = 0; + + this.useCount = 0; + this.referenceCount = 0; + + } + + // accumulate data in the 'incoming' region into 'accu' + accumulate( accuIndex, weight ) { + + // note: happily accumulating nothing when weight = 0, the caller knows + // the weight and shouldn't have made the call in the first place + + const buffer = this.buffer, + stride = this.valueSize, + offset = accuIndex * stride + stride; + + let currentWeight = this.cumulativeWeight; + + if ( currentWeight === 0 ) { + + // accuN := incoming * weight + + for ( let i = 0; i !== stride; ++ i ) { + + buffer[ offset + i ] = buffer[ i ]; + + } + + currentWeight = weight; + + } else { + + // accuN := accuN + incoming * weight + + currentWeight += weight; + const mix = weight / currentWeight; + this._mixBufferRegion( buffer, offset, 0, mix, stride ); + + } + + this.cumulativeWeight = currentWeight; + + } + + // accumulate data in the 'incoming' region into 'add' + accumulateAdditive( weight ) { + + const buffer = this.buffer, + stride = this.valueSize, + offset = stride * this._addIndex; + + if ( this.cumulativeWeightAdditive === 0 ) { + + // add = identity + + this._setIdentity(); + + } + + // add := add + incoming * weight + + this._mixBufferRegionAdditive( buffer, offset, 0, weight, stride ); + this.cumulativeWeightAdditive += weight; + + } + + // apply the state of 'accu' to the binding when accus differ + apply( accuIndex ) { + + const stride = this.valueSize, + buffer = this.buffer, + offset = accuIndex * stride + stride, + + weight = this.cumulativeWeight, + weightAdditive = this.cumulativeWeightAdditive, + + binding = this.binding; + + this.cumulativeWeight = 0; + this.cumulativeWeightAdditive = 0; + + if ( weight < 1 ) { + + // accuN := accuN + original * ( 1 - cumulativeWeight ) + + const originalValueOffset = stride * this._origIndex; + + this._mixBufferRegion( + buffer, offset, originalValueOffset, 1 - weight, stride ); + + } + + if ( weightAdditive > 0 ) { + + // accuN := accuN + additive accuN + + this._mixBufferRegionAdditive( buffer, offset, this._addIndex * stride, 1, stride ); + + } + + for ( let i = stride, e = stride + stride; i !== e; ++ i ) { + + if ( buffer[ i ] !== buffer[ i + stride ] ) { + + // value has changed -> update scene graph + + binding.setValue( buffer, offset ); + break; + + } + + } + + } + + // remember the state of the bound property and copy it to both accus + saveOriginalState() { + + const binding = this.binding; + + const buffer = this.buffer, + stride = this.valueSize, + + originalValueOffset = stride * this._origIndex; + + binding.getValue( buffer, originalValueOffset ); + + // accu[0..1] := orig -- initially detect changes against the original + for ( let i = stride, e = originalValueOffset; i !== e; ++ i ) { + + buffer[ i ] = buffer[ originalValueOffset + ( i % stride ) ]; + + } + + // Add to identity for additive + this._setIdentity(); + + this.cumulativeWeight = 0; + this.cumulativeWeightAdditive = 0; + + } + + // apply the state previously taken via 'saveOriginalState' to the binding + restoreOriginalState() { + + const originalValueOffset = this.valueSize * 3; + this.binding.setValue( this.buffer, originalValueOffset ); + + } + + _setAdditiveIdentityNumeric() { + + const startIndex = this._addIndex * this.valueSize; + const endIndex = startIndex + this.valueSize; + + for ( let i = startIndex; i < endIndex; i ++ ) { + + this.buffer[ i ] = 0; + + } + + } + + _setAdditiveIdentityQuaternion() { + + this._setAdditiveIdentityNumeric(); + this.buffer[ this._addIndex * this.valueSize + 3 ] = 1; + + } + + _setAdditiveIdentityOther() { + + const startIndex = this._origIndex * this.valueSize; + const targetIndex = this._addIndex * this.valueSize; + + for ( let i = 0; i < this.valueSize; i ++ ) { + + this.buffer[ targetIndex + i ] = this.buffer[ startIndex + i ]; + + } + + } + + + // mix functions + + _select( buffer, dstOffset, srcOffset, t, stride ) { + + if ( t >= 0.5 ) { + + for ( let i = 0; i !== stride; ++ i ) { + + buffer[ dstOffset + i ] = buffer[ srcOffset + i ]; + + } + + } + + } + + _slerp( buffer, dstOffset, srcOffset, t ) { + + Quaternion.slerpFlat( buffer, dstOffset, buffer, dstOffset, buffer, srcOffset, t ); + + } + + _slerpAdditive( buffer, dstOffset, srcOffset, t, stride ) { + + const workOffset = this._workIndex * stride; + + // Store result in intermediate buffer offset + Quaternion.multiplyQuaternionsFlat( buffer, workOffset, buffer, dstOffset, buffer, srcOffset ); + + // Slerp to the intermediate result + Quaternion.slerpFlat( buffer, dstOffset, buffer, dstOffset, buffer, workOffset, t ); + + } + + _lerp( buffer, dstOffset, srcOffset, t, stride ) { + + const s = 1 - t; + + for ( let i = 0; i !== stride; ++ i ) { + + const j = dstOffset + i; + + buffer[ j ] = buffer[ j ] * s + buffer[ srcOffset + i ] * t; + + } + + } + + _lerpAdditive( buffer, dstOffset, srcOffset, t, stride ) { + + for ( let i = 0; i !== stride; ++ i ) { + + const j = dstOffset + i; + + buffer[ j ] = buffer[ j ] + buffer[ srcOffset + i ] * t; + + } + + } + +} + +// Characters [].:/ are reserved for track binding syntax. +const _RESERVED_CHARS_RE = '\\[\\]\\.:\\/'; +const _reservedRe = new RegExp( '[' + _RESERVED_CHARS_RE + ']', 'g' ); + +// Attempts to allow node names from any language. ES5's `\w` regexp matches +// only latin characters, and the unicode \p{L} is not yet supported. So +// instead, we exclude reserved characters and match everything else. +const _wordChar = '[^' + _RESERVED_CHARS_RE + ']'; +const _wordCharOrDot = '[^' + _RESERVED_CHARS_RE.replace( '\\.', '' ) + ']'; + +// Parent directories, delimited by '/' or ':'. Currently unused, but must +// be matched to parse the rest of the track name. +const _directoryRe = /((?:WC+[\/:])*)/.source.replace( 'WC', _wordChar ); + +// Target node. May contain word characters (a-zA-Z0-9_) and '.' or '-'. +const _nodeRe = /(WCOD+)?/.source.replace( 'WCOD', _wordCharOrDot ); + +// Object on target node, and accessor. May not contain reserved +// characters. Accessor may contain any character except closing bracket. +const _objectRe = /(?:\.(WC+)(?:\[(.+)\])?)?/.source.replace( 'WC', _wordChar ); + +// Property and accessor. May not contain reserved characters. Accessor may +// contain any non-bracket characters. +const _propertyRe = /\.(WC+)(?:\[(.+)\])?/.source.replace( 'WC', _wordChar ); + +const _trackRe = new RegExp( '' + + '^' + + _directoryRe + + _nodeRe + + _objectRe + + _propertyRe + + '$' +); + +const _supportedObjectNames = [ 'material', 'materials', 'bones' ]; + +class Composite { + + constructor( targetGroup, path, optionalParsedPath ) { + + const parsedPath = optionalParsedPath || PropertyBinding.parseTrackName( path ); + + this._targetGroup = targetGroup; + this._bindings = targetGroup.subscribe_( path, parsedPath ); + + } + + getValue( array, offset ) { + + this.bind(); // bind all binding + + const firstValidIndex = this._targetGroup.nCachedObjects_, + binding = this._bindings[ firstValidIndex ]; + + // and only call .getValue on the first + if ( binding !== undefined ) binding.getValue( array, offset ); + + } + + setValue( array, offset ) { + + const bindings = this._bindings; + + for ( let i = this._targetGroup.nCachedObjects_, n = bindings.length; i !== n; ++ i ) { + + bindings[ i ].setValue( array, offset ); + + } + + } + + bind() { + + const bindings = this._bindings; + + for ( let i = this._targetGroup.nCachedObjects_, n = bindings.length; i !== n; ++ i ) { + + bindings[ i ].bind(); + + } + + } + + unbind() { + + const bindings = this._bindings; + + for ( let i = this._targetGroup.nCachedObjects_, n = bindings.length; i !== n; ++ i ) { + + bindings[ i ].unbind(); + + } + + } + +} + +// Note: This class uses a State pattern on a per-method basis: +// 'bind' sets 'this.getValue' / 'setValue' and shadows the +// prototype version of these methods with one that represents +// the bound state. When the property is not found, the methods +// become no-ops. +class PropertyBinding { + + constructor( rootNode, path, parsedPath ) { + + this.path = path; + this.parsedPath = parsedPath || PropertyBinding.parseTrackName( path ); + + this.node = PropertyBinding.findNode( rootNode, this.parsedPath.nodeName ) || rootNode; + + this.rootNode = rootNode; + + // initial state of these methods that calls 'bind' + this.getValue = this._getValue_unbound; + this.setValue = this._setValue_unbound; + + } + + + static create( root, path, parsedPath ) { + + if ( ! ( root && root.isAnimationObjectGroup ) ) { + + return new PropertyBinding( root, path, parsedPath ); + + } else { + + return new PropertyBinding.Composite( root, path, parsedPath ); + + } + + } + + /** + * Replaces spaces with underscores and removes unsupported characters from + * node names, to ensure compatibility with parseTrackName(). + * + * @param {string} name Node name to be sanitized. + * @return {string} + */ + static sanitizeNodeName( name ) { + + return name.replace( /\s/g, '_' ).replace( _reservedRe, '' ); + + } + + static parseTrackName( trackName ) { + + const matches = _trackRe.exec( trackName ); + + if ( ! matches ) { + + throw new Error( 'PropertyBinding: Cannot parse trackName: ' + trackName ); + + } + + const results = { + // directoryName: matches[ 1 ], // (tschw) currently unused + nodeName: matches[ 2 ], + objectName: matches[ 3 ], + objectIndex: matches[ 4 ], + propertyName: matches[ 5 ], // required + propertyIndex: matches[ 6 ] + }; + + const lastDot = results.nodeName && results.nodeName.lastIndexOf( '.' ); + + if ( lastDot !== undefined && lastDot !== - 1 ) { + + const objectName = results.nodeName.substring( lastDot + 1 ); + + // Object names must be checked against an allowlist. Otherwise, there + // is no way to parse 'foo.bar.baz': 'baz' must be a property, but + // 'bar' could be the objectName, or part of a nodeName (which can + // include '.' characters). + if ( _supportedObjectNames.indexOf( objectName ) !== - 1 ) { + + results.nodeName = results.nodeName.substring( 0, lastDot ); + results.objectName = objectName; + + } + + } + + if ( results.propertyName === null || results.propertyName.length === 0 ) { + + throw new Error( 'PropertyBinding: can not parse propertyName from trackName: ' + trackName ); + + } + + return results; + + } + + static findNode( root, nodeName ) { + + if ( ! nodeName || nodeName === '' || nodeName === '.' || nodeName === - 1 || nodeName === root.name || nodeName === root.uuid ) { + + return root; + + } + + // search into skeleton bones. + if ( root.skeleton ) { + + const bone = root.skeleton.getBoneByName( nodeName ); + + if ( bone !== undefined ) { + + return bone; + + } + + } + + // search into node subtree. + if ( root.children ) { + + const searchNodeSubtree = function ( children ) { + + for ( let i = 0; i < children.length; i ++ ) { + + const childNode = children[ i ]; + + if ( childNode.name === nodeName || childNode.uuid === nodeName ) { + + return childNode; + + } + + const result = searchNodeSubtree( childNode.children ); + + if ( result ) return result; + + } + + return null; + + }; + + const subTreeNode = searchNodeSubtree( root.children ); + + if ( subTreeNode ) { + + return subTreeNode; + + } + + } + + return null; + + } + + // these are used to "bind" a nonexistent property + _getValue_unavailable() {} + _setValue_unavailable() {} + + // Getters + + _getValue_direct( buffer, offset ) { + + buffer[ offset ] = this.node[ this.propertyName ]; + + } + + _getValue_array( buffer, offset ) { + + const source = this.resolvedProperty; + + for ( let i = 0, n = source.length; i !== n; ++ i ) { + + buffer[ offset ++ ] = source[ i ]; + + } + + } + + _getValue_arrayElement( buffer, offset ) { + + buffer[ offset ] = this.resolvedProperty[ this.propertyIndex ]; + + } + + _getValue_toArray( buffer, offset ) { + + this.resolvedProperty.toArray( buffer, offset ); + + } + + // Direct + + _setValue_direct( buffer, offset ) { + + this.targetObject[ this.propertyName ] = buffer[ offset ]; + + } + + _setValue_direct_setNeedsUpdate( buffer, offset ) { + + this.targetObject[ this.propertyName ] = buffer[ offset ]; + this.targetObject.needsUpdate = true; + + } + + _setValue_direct_setMatrixWorldNeedsUpdate( buffer, offset ) { + + this.targetObject[ this.propertyName ] = buffer[ offset ]; + this.targetObject.matrixWorldNeedsUpdate = true; + + } + + // EntireArray + + _setValue_array( buffer, offset ) { + + const dest = this.resolvedProperty; + + for ( let i = 0, n = dest.length; i !== n; ++ i ) { + + dest[ i ] = buffer[ offset ++ ]; + + } + + } + + _setValue_array_setNeedsUpdate( buffer, offset ) { + + const dest = this.resolvedProperty; + + for ( let i = 0, n = dest.length; i !== n; ++ i ) { + + dest[ i ] = buffer[ offset ++ ]; + + } + + this.targetObject.needsUpdate = true; + + } + + _setValue_array_setMatrixWorldNeedsUpdate( buffer, offset ) { + + const dest = this.resolvedProperty; + + for ( let i = 0, n = dest.length; i !== n; ++ i ) { + + dest[ i ] = buffer[ offset ++ ]; + + } + + this.targetObject.matrixWorldNeedsUpdate = true; + + } + + // ArrayElement + + _setValue_arrayElement( buffer, offset ) { + + this.resolvedProperty[ this.propertyIndex ] = buffer[ offset ]; + + } + + _setValue_arrayElement_setNeedsUpdate( buffer, offset ) { + + this.resolvedProperty[ this.propertyIndex ] = buffer[ offset ]; + this.targetObject.needsUpdate = true; + + } + + _setValue_arrayElement_setMatrixWorldNeedsUpdate( buffer, offset ) { + + this.resolvedProperty[ this.propertyIndex ] = buffer[ offset ]; + this.targetObject.matrixWorldNeedsUpdate = true; + + } + + // HasToFromArray + + _setValue_fromArray( buffer, offset ) { + + this.resolvedProperty.fromArray( buffer, offset ); + + } + + _setValue_fromArray_setNeedsUpdate( buffer, offset ) { + + this.resolvedProperty.fromArray( buffer, offset ); + this.targetObject.needsUpdate = true; + + } + + _setValue_fromArray_setMatrixWorldNeedsUpdate( buffer, offset ) { + + this.resolvedProperty.fromArray( buffer, offset ); + this.targetObject.matrixWorldNeedsUpdate = true; + + } + + _getValue_unbound( targetArray, offset ) { + + this.bind(); + this.getValue( targetArray, offset ); + + } + + _setValue_unbound( sourceArray, offset ) { + + this.bind(); + this.setValue( sourceArray, offset ); + + } + + // create getter / setter pair for a property in the scene graph + bind() { + + let targetObject = this.node; + const parsedPath = this.parsedPath; + + const objectName = parsedPath.objectName; + const propertyName = parsedPath.propertyName; + let propertyIndex = parsedPath.propertyIndex; + + if ( ! targetObject ) { + + targetObject = PropertyBinding.findNode( this.rootNode, parsedPath.nodeName ) || this.rootNode; + + this.node = targetObject; + + } + + // set fail state so we can just 'return' on error + this.getValue = this._getValue_unavailable; + this.setValue = this._setValue_unavailable; + + // ensure there is a value node + if ( ! targetObject ) { + + console.error( 'THREE.PropertyBinding: Trying to update node for track: ' + this.path + ' but it wasn\'t found.' ); + return; + + } + + if ( objectName ) { + + let objectIndex = parsedPath.objectIndex; + + // special cases were we need to reach deeper into the hierarchy to get the face materials.... + switch ( objectName ) { + + case 'materials': + + if ( ! targetObject.material ) { + + console.error( 'THREE.PropertyBinding: Can not bind to material as node does not have a material.', this ); + return; + + } + + if ( ! targetObject.material.materials ) { + + console.error( 'THREE.PropertyBinding: Can not bind to material.materials as node.material does not have a materials array.', this ); + return; + + } + + targetObject = targetObject.material.materials; + + break; + + case 'bones': + + if ( ! targetObject.skeleton ) { + + console.error( 'THREE.PropertyBinding: Can not bind to bones as node does not have a skeleton.', this ); + return; + + } + + // potential future optimization: skip this if propertyIndex is already an integer + // and convert the integer string to a true integer. + + targetObject = targetObject.skeleton.bones; + + // support resolving morphTarget names into indices. + for ( let i = 0; i < targetObject.length; i ++ ) { + + if ( targetObject[ i ].name === objectIndex ) { + + objectIndex = i; + break; + + } + + } + + break; + + default: + + if ( targetObject[ objectName ] === undefined ) { + + console.error( 'THREE.PropertyBinding: Can not bind to objectName of node undefined.', this ); + return; + + } + + targetObject = targetObject[ objectName ]; + + } + + + if ( objectIndex !== undefined ) { + + if ( targetObject[ objectIndex ] === undefined ) { + + console.error( 'THREE.PropertyBinding: Trying to bind to objectIndex of objectName, but is undefined.', this, targetObject ); + return; + + } + + targetObject = targetObject[ objectIndex ]; + + } + + } + + // resolve property + const nodeProperty = targetObject[ propertyName ]; + + if ( nodeProperty === undefined ) { + + const nodeName = parsedPath.nodeName; + + console.error( 'THREE.PropertyBinding: Trying to update property for track: ' + nodeName + + '.' + propertyName + ' but it wasn\'t found.', targetObject ); + return; + + } + + // determine versioning scheme + let versioning = this.Versioning.None; + + this.targetObject = targetObject; + + if ( targetObject.needsUpdate !== undefined ) { // material + + versioning = this.Versioning.NeedsUpdate; + + } else if ( targetObject.matrixWorldNeedsUpdate !== undefined ) { // node transform + + versioning = this.Versioning.MatrixWorldNeedsUpdate; + + } + + // determine how the property gets bound + let bindingType = this.BindingType.Direct; + + if ( propertyIndex !== undefined ) { + + // access a sub element of the property array (only primitives are supported right now) + + if ( propertyName === 'morphTargetInfluences' ) { + + // potential optimization, skip this if propertyIndex is already an integer, and convert the integer string to a true integer. + + // support resolving morphTarget names into indices. + if ( ! targetObject.geometry ) { + + console.error( 'THREE.PropertyBinding: Can not bind to morphTargetInfluences because node does not have a geometry.', this ); + return; + + } + + if ( targetObject.geometry.isBufferGeometry ) { + + if ( ! targetObject.geometry.morphAttributes ) { + + console.error( 'THREE.PropertyBinding: Can not bind to morphTargetInfluences because node does not have a geometry.morphAttributes.', this ); + return; + + } + + if ( targetObject.morphTargetDictionary[ propertyIndex ] !== undefined ) { + + propertyIndex = targetObject.morphTargetDictionary[ propertyIndex ]; + + } + + + } else { + + console.error( 'THREE.PropertyBinding: Can not bind to morphTargetInfluences on THREE.Geometry. Use THREE.BufferGeometry instead.', this ); + return; + + } + + } + + bindingType = this.BindingType.ArrayElement; + + this.resolvedProperty = nodeProperty; + this.propertyIndex = propertyIndex; + + } else if ( nodeProperty.fromArray !== undefined && nodeProperty.toArray !== undefined ) { + + // must use copy for Object3D.Euler/Quaternion + + bindingType = this.BindingType.HasFromToArray; + + this.resolvedProperty = nodeProperty; + + } else if ( Array.isArray( nodeProperty ) ) { + + bindingType = this.BindingType.EntireArray; + + this.resolvedProperty = nodeProperty; + + } else { + + this.propertyName = propertyName; + + } + + // select getter / setter + this.getValue = this.GetterByBindingType[ bindingType ]; + this.setValue = this.SetterByBindingTypeAndVersioning[ bindingType ][ versioning ]; + + } + + unbind() { + + this.node = null; + + // back to the prototype version of getValue / setValue + // note: avoiding to mutate the shape of 'this' via 'delete' + this.getValue = this._getValue_unbound; + this.setValue = this._setValue_unbound; + + } + +} + +PropertyBinding.Composite = Composite; + +PropertyBinding.prototype.BindingType = { + Direct: 0, + EntireArray: 1, + ArrayElement: 2, + HasFromToArray: 3 +}; + +PropertyBinding.prototype.Versioning = { + None: 0, + NeedsUpdate: 1, + MatrixWorldNeedsUpdate: 2 +}; + +PropertyBinding.prototype.GetterByBindingType = [ + + PropertyBinding.prototype._getValue_direct, + PropertyBinding.prototype._getValue_array, + PropertyBinding.prototype._getValue_arrayElement, + PropertyBinding.prototype._getValue_toArray, + +]; + +PropertyBinding.prototype.SetterByBindingTypeAndVersioning = [ + + [ + // Direct + PropertyBinding.prototype._setValue_direct, + PropertyBinding.prototype._setValue_direct_setNeedsUpdate, + PropertyBinding.prototype._setValue_direct_setMatrixWorldNeedsUpdate, + + ], [ + + // EntireArray + + PropertyBinding.prototype._setValue_array, + PropertyBinding.prototype._setValue_array_setNeedsUpdate, + PropertyBinding.prototype._setValue_array_setMatrixWorldNeedsUpdate, + + ], [ + + // ArrayElement + PropertyBinding.prototype._setValue_arrayElement, + PropertyBinding.prototype._setValue_arrayElement_setNeedsUpdate, + PropertyBinding.prototype._setValue_arrayElement_setMatrixWorldNeedsUpdate, + + ], [ + + // HasToFromArray + PropertyBinding.prototype._setValue_fromArray, + PropertyBinding.prototype._setValue_fromArray_setNeedsUpdate, + PropertyBinding.prototype._setValue_fromArray_setMatrixWorldNeedsUpdate, + + ] + +]; + +/** + * + * A group of objects that receives a shared animation state. + * + * Usage: + * + * - Add objects you would otherwise pass as 'root' to the + * constructor or the .clipAction method of AnimationMixer. + * + * - Instead pass this object as 'root'. + * + * - You can also add and remove objects later when the mixer + * is running. + * + * Note: + * + * Objects of this class appear as one object to the mixer, + * so cache control of the individual objects must be done + * on the group. + * + * Limitation: + * + * - The animated properties must be compatible among the + * all objects in the group. + * + * - A single property can either be controlled through a + * target group or directly, but not both. + */ + +class AnimationObjectGroup { + + constructor() { + + this.uuid = generateUUID(); + + // cached objects followed by the active ones + this._objects = Array.prototype.slice.call( arguments ); + + this.nCachedObjects_ = 0; // threshold + // note: read by PropertyBinding.Composite + + const indices = {}; + this._indicesByUUID = indices; // for bookkeeping + + for ( let i = 0, n = arguments.length; i !== n; ++ i ) { + + indices[ arguments[ i ].uuid ] = i; + + } + + this._paths = []; // inside: string + this._parsedPaths = []; // inside: { we don't care, here } + this._bindings = []; // inside: Array< PropertyBinding > + this._bindingsIndicesByPath = {}; // inside: indices in these arrays + + const scope = this; + + this.stats = { + + objects: { + get total() { + + return scope._objects.length; + + }, + get inUse() { + + return this.total - scope.nCachedObjects_; + + } + }, + get bindingsPerObject() { + + return scope._bindings.length; + + } + + }; + + } + + add() { + + const objects = this._objects, + indicesByUUID = this._indicesByUUID, + paths = this._paths, + parsedPaths = this._parsedPaths, + bindings = this._bindings, + nBindings = bindings.length; + + let knownObject = undefined, + nObjects = objects.length, + nCachedObjects = this.nCachedObjects_; + + for ( let i = 0, n = arguments.length; i !== n; ++ i ) { + + const object = arguments[ i ], + uuid = object.uuid; + let index = indicesByUUID[ uuid ]; + + if ( index === undefined ) { + + // unknown object -> add it to the ACTIVE region + + index = nObjects ++; + indicesByUUID[ uuid ] = index; + objects.push( object ); + + // accounting is done, now do the same for all bindings + + for ( let j = 0, m = nBindings; j !== m; ++ j ) { + + bindings[ j ].push( new PropertyBinding( object, paths[ j ], parsedPaths[ j ] ) ); + + } + + } else if ( index < nCachedObjects ) { + + knownObject = objects[ index ]; + + // move existing object to the ACTIVE region + + const firstActiveIndex = -- nCachedObjects, + lastCachedObject = objects[ firstActiveIndex ]; + + indicesByUUID[ lastCachedObject.uuid ] = index; + objects[ index ] = lastCachedObject; + + indicesByUUID[ uuid ] = firstActiveIndex; + objects[ firstActiveIndex ] = object; + + // accounting is done, now do the same for all bindings + + for ( let j = 0, m = nBindings; j !== m; ++ j ) { + + const bindingsForPath = bindings[ j ], + lastCached = bindingsForPath[ firstActiveIndex ]; + + let binding = bindingsForPath[ index ]; + + bindingsForPath[ index ] = lastCached; + + if ( binding === undefined ) { + + // since we do not bother to create new bindings + // for objects that are cached, the binding may + // or may not exist + + binding = new PropertyBinding( object, paths[ j ], parsedPaths[ j ] ); + + } + + bindingsForPath[ firstActiveIndex ] = binding; + + } + + } else if ( objects[ index ] !== knownObject ) { + + console.error( 'THREE.AnimationObjectGroup: Different objects with the same UUID ' + + 'detected. Clean the caches or recreate your infrastructure when reloading scenes.' ); + + } // else the object is already where we want it to be + + } // for arguments + + this.nCachedObjects_ = nCachedObjects; + + } + + remove() { + + const objects = this._objects, + indicesByUUID = this._indicesByUUID, + bindings = this._bindings, + nBindings = bindings.length; + + let nCachedObjects = this.nCachedObjects_; + + for ( let i = 0, n = arguments.length; i !== n; ++ i ) { + + const object = arguments[ i ], + uuid = object.uuid, + index = indicesByUUID[ uuid ]; + + if ( index !== undefined && index >= nCachedObjects ) { + + // move existing object into the CACHED region + + const lastCachedIndex = nCachedObjects ++, + firstActiveObject = objects[ lastCachedIndex ]; + + indicesByUUID[ firstActiveObject.uuid ] = index; + objects[ index ] = firstActiveObject; + + indicesByUUID[ uuid ] = lastCachedIndex; + objects[ lastCachedIndex ] = object; + + // accounting is done, now do the same for all bindings + + for ( let j = 0, m = nBindings; j !== m; ++ j ) { + + const bindingsForPath = bindings[ j ], + firstActive = bindingsForPath[ lastCachedIndex ], + binding = bindingsForPath[ index ]; + + bindingsForPath[ index ] = firstActive; + bindingsForPath[ lastCachedIndex ] = binding; + + } + + } + + } // for arguments + + this.nCachedObjects_ = nCachedObjects; + + } + + // remove & forget + uncache() { + + const objects = this._objects, + indicesByUUID = this._indicesByUUID, + bindings = this._bindings, + nBindings = bindings.length; + + let nCachedObjects = this.nCachedObjects_, + nObjects = objects.length; + + for ( let i = 0, n = arguments.length; i !== n; ++ i ) { + + const object = arguments[ i ], + uuid = object.uuid, + index = indicesByUUID[ uuid ]; + + if ( index !== undefined ) { + + delete indicesByUUID[ uuid ]; + + if ( index < nCachedObjects ) { + + // object is cached, shrink the CACHED region + + const firstActiveIndex = -- nCachedObjects, + lastCachedObject = objects[ firstActiveIndex ], + lastIndex = -- nObjects, + lastObject = objects[ lastIndex ]; + + // last cached object takes this object's place + indicesByUUID[ lastCachedObject.uuid ] = index; + objects[ index ] = lastCachedObject; + + // last object goes to the activated slot and pop + indicesByUUID[ lastObject.uuid ] = firstActiveIndex; + objects[ firstActiveIndex ] = lastObject; + objects.pop(); + + // accounting is done, now do the same for all bindings + + for ( let j = 0, m = nBindings; j !== m; ++ j ) { + + const bindingsForPath = bindings[ j ], + lastCached = bindingsForPath[ firstActiveIndex ], + last = bindingsForPath[ lastIndex ]; + + bindingsForPath[ index ] = lastCached; + bindingsForPath[ firstActiveIndex ] = last; + bindingsForPath.pop(); + + } + + } else { + + // object is active, just swap with the last and pop + + const lastIndex = -- nObjects, + lastObject = objects[ lastIndex ]; + + if ( lastIndex > 0 ) { + + indicesByUUID[ lastObject.uuid ] = index; + + } + + objects[ index ] = lastObject; + objects.pop(); + + // accounting is done, now do the same for all bindings + + for ( let j = 0, m = nBindings; j !== m; ++ j ) { + + const bindingsForPath = bindings[ j ]; + + bindingsForPath[ index ] = bindingsForPath[ lastIndex ]; + bindingsForPath.pop(); + + } + + } // cached or active + + } // if object is known + + } // for arguments + + this.nCachedObjects_ = nCachedObjects; + + } + + // Internal interface used by befriended PropertyBinding.Composite: + + subscribe_( path, parsedPath ) { + + // returns an array of bindings for the given path that is changed + // according to the contained objects in the group + + const indicesByPath = this._bindingsIndicesByPath; + let index = indicesByPath[ path ]; + const bindings = this._bindings; + + if ( index !== undefined ) return bindings[ index ]; + + const paths = this._paths, + parsedPaths = this._parsedPaths, + objects = this._objects, + nObjects = objects.length, + nCachedObjects = this.nCachedObjects_, + bindingsForPath = new Array( nObjects ); + + index = bindings.length; + + indicesByPath[ path ] = index; + + paths.push( path ); + parsedPaths.push( parsedPath ); + bindings.push( bindingsForPath ); + + for ( let i = nCachedObjects, n = objects.length; i !== n; ++ i ) { + + const object = objects[ i ]; + bindingsForPath[ i ] = new PropertyBinding( object, path, parsedPath ); + + } + + return bindingsForPath; + + } + + unsubscribe_( path ) { + + // tells the group to forget about a property path and no longer + // update the array previously obtained with 'subscribe_' + + const indicesByPath = this._bindingsIndicesByPath, + index = indicesByPath[ path ]; + + if ( index !== undefined ) { + + const paths = this._paths, + parsedPaths = this._parsedPaths, + bindings = this._bindings, + lastBindingsIndex = bindings.length - 1, + lastBindings = bindings[ lastBindingsIndex ], + lastBindingsPath = path[ lastBindingsIndex ]; + + indicesByPath[ lastBindingsPath ] = index; + + bindings[ index ] = lastBindings; + bindings.pop(); + + parsedPaths[ index ] = parsedPaths[ lastBindingsIndex ]; + parsedPaths.pop(); + + paths[ index ] = paths[ lastBindingsIndex ]; + paths.pop(); + + } + + } + +} + +AnimationObjectGroup.prototype.isAnimationObjectGroup = true; + +class AnimationAction { + + constructor( mixer, clip, localRoot = null, blendMode = clip.blendMode ) { + + this._mixer = mixer; + this._clip = clip; + this._localRoot = localRoot; + this.blendMode = blendMode; + + const tracks = clip.tracks, + nTracks = tracks.length, + interpolants = new Array( nTracks ); + + const interpolantSettings = { + endingStart: ZeroCurvatureEnding, + endingEnd: ZeroCurvatureEnding + }; + + for ( let i = 0; i !== nTracks; ++ i ) { + + const interpolant = tracks[ i ].createInterpolant( null ); + interpolants[ i ] = interpolant; + interpolant.settings = interpolantSettings; + + } + + this._interpolantSettings = interpolantSettings; + + this._interpolants = interpolants; // bound by the mixer + + // inside: PropertyMixer (managed by the mixer) + this._propertyBindings = new Array( nTracks ); + + this._cacheIndex = null; // for the memory manager + this._byClipCacheIndex = null; // for the memory manager + + this._timeScaleInterpolant = null; + this._weightInterpolant = null; + + this.loop = LoopRepeat; + this._loopCount = - 1; + + // global mixer time when the action is to be started + // it's set back to 'null' upon start of the action + this._startTime = null; + + // scaled local time of the action + // gets clamped or wrapped to 0..clip.duration according to loop + this.time = 0; + + this.timeScale = 1; + this._effectiveTimeScale = 1; + + this.weight = 1; + this._effectiveWeight = 1; + + this.repetitions = Infinity; // no. of repetitions when looping + + this.paused = false; // true -> zero effective time scale + this.enabled = true; // false -> zero effective weight + + this.clampWhenFinished = false;// keep feeding the last frame? + + this.zeroSlopeAtStart = true;// for smooth interpolation w/o separate + this.zeroSlopeAtEnd = true;// clips for start, loop and end + + } + + // State & Scheduling + + play() { + + this._mixer._activateAction( this ); + + return this; + + } + + stop() { + + this._mixer._deactivateAction( this ); + + return this.reset(); + + } + + reset() { + + this.paused = false; + this.enabled = true; + + this.time = 0; // restart clip + this._loopCount = - 1;// forget previous loops + this._startTime = null;// forget scheduling + + return this.stopFading().stopWarping(); + + } + + isRunning() { + + return this.enabled && ! this.paused && this.timeScale !== 0 && + this._startTime === null && this._mixer._isActiveAction( this ); + + } + + // return true when play has been called + isScheduled() { + + return this._mixer._isActiveAction( this ); + + } + + startAt( time ) { + + this._startTime = time; + + return this; + + } + + setLoop( mode, repetitions ) { + + this.loop = mode; + this.repetitions = repetitions; + + return this; + + } + + // Weight + + // set the weight stopping any scheduled fading + // although .enabled = false yields an effective weight of zero, this + // method does *not* change .enabled, because it would be confusing + setEffectiveWeight( weight ) { + + this.weight = weight; + + // note: same logic as when updated at runtime + this._effectiveWeight = this.enabled ? weight : 0; + + return this.stopFading(); + + } + + // return the weight considering fading and .enabled + getEffectiveWeight() { + + return this._effectiveWeight; + + } + + fadeIn( duration ) { + + return this._scheduleFading( duration, 0, 1 ); + + } + + fadeOut( duration ) { + + return this._scheduleFading( duration, 1, 0 ); + + } + + crossFadeFrom( fadeOutAction, duration, warp ) { + + fadeOutAction.fadeOut( duration ); + this.fadeIn( duration ); + + if ( warp ) { + + const fadeInDuration = this._clip.duration, + fadeOutDuration = fadeOutAction._clip.duration, + + startEndRatio = fadeOutDuration / fadeInDuration, + endStartRatio = fadeInDuration / fadeOutDuration; + + fadeOutAction.warp( 1.0, startEndRatio, duration ); + this.warp( endStartRatio, 1.0, duration ); + + } + + return this; + + } + + crossFadeTo( fadeInAction, duration, warp ) { + + return fadeInAction.crossFadeFrom( this, duration, warp ); + + } + + stopFading() { + + const weightInterpolant = this._weightInterpolant; + + if ( weightInterpolant !== null ) { + + this._weightInterpolant = null; + this._mixer._takeBackControlInterpolant( weightInterpolant ); + + } + + return this; + + } + + // Time Scale Control + + // set the time scale stopping any scheduled warping + // although .paused = true yields an effective time scale of zero, this + // method does *not* change .paused, because it would be confusing + setEffectiveTimeScale( timeScale ) { + + this.timeScale = timeScale; + this._effectiveTimeScale = this.paused ? 0 : timeScale; + + return this.stopWarping(); + + } + + // return the time scale considering warping and .paused + getEffectiveTimeScale() { + + return this._effectiveTimeScale; + + } + + setDuration( duration ) { + + this.timeScale = this._clip.duration / duration; + + return this.stopWarping(); + + } + + syncWith( action ) { + + this.time = action.time; + this.timeScale = action.timeScale; + + return this.stopWarping(); + + } + + halt( duration ) { + + return this.warp( this._effectiveTimeScale, 0, duration ); + + } + + warp( startTimeScale, endTimeScale, duration ) { + + const mixer = this._mixer, + now = mixer.time, + timeScale = this.timeScale; + + let interpolant = this._timeScaleInterpolant; + + if ( interpolant === null ) { + + interpolant = mixer._lendControlInterpolant(); + this._timeScaleInterpolant = interpolant; + + } + + const times = interpolant.parameterPositions, + values = interpolant.sampleValues; + + times[ 0 ] = now; + times[ 1 ] = now + duration; + + values[ 0 ] = startTimeScale / timeScale; + values[ 1 ] = endTimeScale / timeScale; + + return this; + + } + + stopWarping() { + + const timeScaleInterpolant = this._timeScaleInterpolant; + + if ( timeScaleInterpolant !== null ) { + + this._timeScaleInterpolant = null; + this._mixer._takeBackControlInterpolant( timeScaleInterpolant ); + + } + + return this; + + } + + // Object Accessors + + getMixer() { + + return this._mixer; + + } + + getClip() { + + return this._clip; + + } + + getRoot() { + + return this._localRoot || this._mixer._root; + + } + + // Interna + + _update( time, deltaTime, timeDirection, accuIndex ) { + + // called by the mixer + + if ( ! this.enabled ) { + + // call ._updateWeight() to update ._effectiveWeight + + this._updateWeight( time ); + return; + + } + + const startTime = this._startTime; + + if ( startTime !== null ) { + + // check for scheduled start of action + + const timeRunning = ( time - startTime ) * timeDirection; + if ( timeRunning < 0 || timeDirection === 0 ) { + + return; // yet to come / don't decide when delta = 0 + + } + + // start + + this._startTime = null; // unschedule + deltaTime = timeDirection * timeRunning; + + } + + // apply time scale and advance time + + deltaTime *= this._updateTimeScale( time ); + const clipTime = this._updateTime( deltaTime ); + + // note: _updateTime may disable the action resulting in + // an effective weight of 0 + + const weight = this._updateWeight( time ); + + if ( weight > 0 ) { + + const interpolants = this._interpolants; + const propertyMixers = this._propertyBindings; + + switch ( this.blendMode ) { + + case AdditiveAnimationBlendMode: + + for ( let j = 0, m = interpolants.length; j !== m; ++ j ) { + + interpolants[ j ].evaluate( clipTime ); + propertyMixers[ j ].accumulateAdditive( weight ); + + } + + break; + + case NormalAnimationBlendMode: + default: + + for ( let j = 0, m = interpolants.length; j !== m; ++ j ) { + + interpolants[ j ].evaluate( clipTime ); + propertyMixers[ j ].accumulate( accuIndex, weight ); + + } + + } + + } + + } + + _updateWeight( time ) { + + let weight = 0; + + if ( this.enabled ) { + + weight = this.weight; + const interpolant = this._weightInterpolant; + + if ( interpolant !== null ) { + + const interpolantValue = interpolant.evaluate( time )[ 0 ]; + + weight *= interpolantValue; + + if ( time > interpolant.parameterPositions[ 1 ] ) { + + this.stopFading(); + + if ( interpolantValue === 0 ) { + + // faded out, disable + this.enabled = false; + + } + + } + + } + + } + + this._effectiveWeight = weight; + return weight; + + } + + _updateTimeScale( time ) { + + let timeScale = 0; + + if ( ! this.paused ) { + + timeScale = this.timeScale; + + const interpolant = this._timeScaleInterpolant; + + if ( interpolant !== null ) { + + const interpolantValue = interpolant.evaluate( time )[ 0 ]; + + timeScale *= interpolantValue; + + if ( time > interpolant.parameterPositions[ 1 ] ) { + + this.stopWarping(); + + if ( timeScale === 0 ) { + + // motion has halted, pause + this.paused = true; + + } else { + + // warp done - apply final time scale + this.timeScale = timeScale; + + } + + } + + } + + } + + this._effectiveTimeScale = timeScale; + return timeScale; + + } + + _updateTime( deltaTime ) { + + const duration = this._clip.duration; + const loop = this.loop; + + let time = this.time + deltaTime; + let loopCount = this._loopCount; + + const pingPong = ( loop === LoopPingPong ); + + if ( deltaTime === 0 ) { + + if ( loopCount === - 1 ) return time; + + return ( pingPong && ( loopCount & 1 ) === 1 ) ? duration - time : time; + + } + + if ( loop === LoopOnce ) { + + if ( loopCount === - 1 ) { + + // just started + + this._loopCount = 0; + this._setEndings( true, true, false ); + + } + + handle_stop: { + + if ( time >= duration ) { + + time = duration; + + } else if ( time < 0 ) { + + time = 0; + + } else { + + this.time = time; + + break handle_stop; + + } + + if ( this.clampWhenFinished ) this.paused = true; + else this.enabled = false; + + this.time = time; + + this._mixer.dispatchEvent( { + type: 'finished', action: this, + direction: deltaTime < 0 ? - 1 : 1 + } ); + + } + + } else { // repetitive Repeat or PingPong + + if ( loopCount === - 1 ) { + + // just started + + if ( deltaTime >= 0 ) { + + loopCount = 0; + + this._setEndings( true, this.repetitions === 0, pingPong ); + + } else { + + // when looping in reverse direction, the initial + // transition through zero counts as a repetition, + // so leave loopCount at -1 + + this._setEndings( this.repetitions === 0, true, pingPong ); + + } + + } + + if ( time >= duration || time < 0 ) { + + // wrap around + + const loopDelta = Math.floor( time / duration ); // signed + time -= duration * loopDelta; + + loopCount += Math.abs( loopDelta ); + + const pending = this.repetitions - loopCount; + + if ( pending <= 0 ) { + + // have to stop (switch state, clamp time, fire event) + + if ( this.clampWhenFinished ) this.paused = true; + else this.enabled = false; + + time = deltaTime > 0 ? duration : 0; + + this.time = time; + + this._mixer.dispatchEvent( { + type: 'finished', action: this, + direction: deltaTime > 0 ? 1 : - 1 + } ); + + } else { + + // keep running + + if ( pending === 1 ) { + + // entering the last round + + const atStart = deltaTime < 0; + this._setEndings( atStart, ! atStart, pingPong ); + + } else { + + this._setEndings( false, false, pingPong ); + + } + + this._loopCount = loopCount; + + this.time = time; + + this._mixer.dispatchEvent( { + type: 'loop', action: this, loopDelta: loopDelta + } ); + + } + + } else { + + this.time = time; + + } + + if ( pingPong && ( loopCount & 1 ) === 1 ) { + + // invert time for the "pong round" + + return duration - time; + + } + + } + + return time; + + } + + _setEndings( atStart, atEnd, pingPong ) { + + const settings = this._interpolantSettings; + + if ( pingPong ) { + + settings.endingStart = ZeroSlopeEnding; + settings.endingEnd = ZeroSlopeEnding; + + } else { + + // assuming for LoopOnce atStart == atEnd == true + + if ( atStart ) { + + settings.endingStart = this.zeroSlopeAtStart ? ZeroSlopeEnding : ZeroCurvatureEnding; + + } else { + + settings.endingStart = WrapAroundEnding; + + } + + if ( atEnd ) { + + settings.endingEnd = this.zeroSlopeAtEnd ? ZeroSlopeEnding : ZeroCurvatureEnding; + + } else { + + settings.endingEnd = WrapAroundEnding; + + } + + } + + } + + _scheduleFading( duration, weightNow, weightThen ) { + + const mixer = this._mixer, now = mixer.time; + let interpolant = this._weightInterpolant; + + if ( interpolant === null ) { + + interpolant = mixer._lendControlInterpolant(); + this._weightInterpolant = interpolant; + + } + + const times = interpolant.parameterPositions, + values = interpolant.sampleValues; + + times[ 0 ] = now; + values[ 0 ] = weightNow; + times[ 1 ] = now + duration; + values[ 1 ] = weightThen; + + return this; + + } + +} + +class AnimationMixer extends EventDispatcher { + + constructor( root ) { + + super(); + + this._root = root; + this._initMemoryManager(); + this._accuIndex = 0; + this.time = 0; + this.timeScale = 1.0; + + } + + _bindAction( action, prototypeAction ) { + + const root = action._localRoot || this._root, + tracks = action._clip.tracks, + nTracks = tracks.length, + bindings = action._propertyBindings, + interpolants = action._interpolants, + rootUuid = root.uuid, + bindingsByRoot = this._bindingsByRootAndName; + + let bindingsByName = bindingsByRoot[ rootUuid ]; + + if ( bindingsByName === undefined ) { + + bindingsByName = {}; + bindingsByRoot[ rootUuid ] = bindingsByName; + + } + + for ( let i = 0; i !== nTracks; ++ i ) { + + const track = tracks[ i ], + trackName = track.name; + + let binding = bindingsByName[ trackName ]; + + if ( binding !== undefined ) { + + bindings[ i ] = binding; + + } else { + + binding = bindings[ i ]; + + if ( binding !== undefined ) { + + // existing binding, make sure the cache knows + + if ( binding._cacheIndex === null ) { + + ++ binding.referenceCount; + this._addInactiveBinding( binding, rootUuid, trackName ); + + } + + continue; + + } + + const path = prototypeAction && prototypeAction. + _propertyBindings[ i ].binding.parsedPath; + + binding = new PropertyMixer( + PropertyBinding.create( root, trackName, path ), + track.ValueTypeName, track.getValueSize() ); + + ++ binding.referenceCount; + this._addInactiveBinding( binding, rootUuid, trackName ); + + bindings[ i ] = binding; + + } + + interpolants[ i ].resultBuffer = binding.buffer; + + } + + } + + _activateAction( action ) { + + if ( ! this._isActiveAction( action ) ) { + + if ( action._cacheIndex === null ) { + + // this action has been forgotten by the cache, but the user + // appears to be still using it -> rebind + + const rootUuid = ( action._localRoot || this._root ).uuid, + clipUuid = action._clip.uuid, + actionsForClip = this._actionsByClip[ clipUuid ]; + + this._bindAction( action, + actionsForClip && actionsForClip.knownActions[ 0 ] ); + + this._addInactiveAction( action, clipUuid, rootUuid ); + + } + + const bindings = action._propertyBindings; + + // increment reference counts / sort out state + for ( let i = 0, n = bindings.length; i !== n; ++ i ) { + + const binding = bindings[ i ]; + + if ( binding.useCount ++ === 0 ) { + + this._lendBinding( binding ); + binding.saveOriginalState(); + + } + + } + + this._lendAction( action ); + + } + + } + + _deactivateAction( action ) { + + if ( this._isActiveAction( action ) ) { + + const bindings = action._propertyBindings; + + // decrement reference counts / sort out state + for ( let i = 0, n = bindings.length; i !== n; ++ i ) { + + const binding = bindings[ i ]; + + if ( -- binding.useCount === 0 ) { + + binding.restoreOriginalState(); + this._takeBackBinding( binding ); + + } + + } + + this._takeBackAction( action ); + + } + + } + + // Memory manager + + _initMemoryManager() { + + this._actions = []; // 'nActiveActions' followed by inactive ones + this._nActiveActions = 0; + + this._actionsByClip = {}; + // inside: + // { + // knownActions: Array< AnimationAction > - used as prototypes + // actionByRoot: AnimationAction - lookup + // } + + + this._bindings = []; // 'nActiveBindings' followed by inactive ones + this._nActiveBindings = 0; + + this._bindingsByRootAndName = {}; // inside: Map< name, PropertyMixer > + + + this._controlInterpolants = []; // same game as above + this._nActiveControlInterpolants = 0; + + const scope = this; + + this.stats = { + + actions: { + get total() { + + return scope._actions.length; + + }, + get inUse() { + + return scope._nActiveActions; + + } + }, + bindings: { + get total() { + + return scope._bindings.length; + + }, + get inUse() { + + return scope._nActiveBindings; + + } + }, + controlInterpolants: { + get total() { + + return scope._controlInterpolants.length; + + }, + get inUse() { + + return scope._nActiveControlInterpolants; + + } + } + + }; + + } + + // Memory management for AnimationAction objects + + _isActiveAction( action ) { + + const index = action._cacheIndex; + return index !== null && index < this._nActiveActions; + + } + + _addInactiveAction( action, clipUuid, rootUuid ) { + + const actions = this._actions, + actionsByClip = this._actionsByClip; + + let actionsForClip = actionsByClip[ clipUuid ]; + + if ( actionsForClip === undefined ) { + + actionsForClip = { + + knownActions: [ action ], + actionByRoot: {} + + }; + + action._byClipCacheIndex = 0; + + actionsByClip[ clipUuid ] = actionsForClip; + + } else { + + const knownActions = actionsForClip.knownActions; + + action._byClipCacheIndex = knownActions.length; + knownActions.push( action ); + + } + + action._cacheIndex = actions.length; + actions.push( action ); + + actionsForClip.actionByRoot[ rootUuid ] = action; + + } + + _removeInactiveAction( action ) { + + const actions = this._actions, + lastInactiveAction = actions[ actions.length - 1 ], + cacheIndex = action._cacheIndex; + + lastInactiveAction._cacheIndex = cacheIndex; + actions[ cacheIndex ] = lastInactiveAction; + actions.pop(); + + action._cacheIndex = null; + + + const clipUuid = action._clip.uuid, + actionsByClip = this._actionsByClip, + actionsForClip = actionsByClip[ clipUuid ], + knownActionsForClip = actionsForClip.knownActions, + + lastKnownAction = + knownActionsForClip[ knownActionsForClip.length - 1 ], + + byClipCacheIndex = action._byClipCacheIndex; + + lastKnownAction._byClipCacheIndex = byClipCacheIndex; + knownActionsForClip[ byClipCacheIndex ] = lastKnownAction; + knownActionsForClip.pop(); + + action._byClipCacheIndex = null; + + + const actionByRoot = actionsForClip.actionByRoot, + rootUuid = ( action._localRoot || this._root ).uuid; + + delete actionByRoot[ rootUuid ]; + + if ( knownActionsForClip.length === 0 ) { + + delete actionsByClip[ clipUuid ]; + + } + + this._removeInactiveBindingsForAction( action ); + + } + + _removeInactiveBindingsForAction( action ) { + + const bindings = action._propertyBindings; + + for ( let i = 0, n = bindings.length; i !== n; ++ i ) { + + const binding = bindings[ i ]; + + if ( -- binding.referenceCount === 0 ) { + + this._removeInactiveBinding( binding ); + + } + + } + + } + + _lendAction( action ) { + + // [ active actions | inactive actions ] + // [ active actions >| inactive actions ] + // s a + // <-swap-> + // a s + + const actions = this._actions, + prevIndex = action._cacheIndex, + + lastActiveIndex = this._nActiveActions ++, + + firstInactiveAction = actions[ lastActiveIndex ]; + + action._cacheIndex = lastActiveIndex; + actions[ lastActiveIndex ] = action; + + firstInactiveAction._cacheIndex = prevIndex; + actions[ prevIndex ] = firstInactiveAction; + + } + + _takeBackAction( action ) { + + // [ active actions | inactive actions ] + // [ active actions |< inactive actions ] + // a s + // <-swap-> + // s a + + const actions = this._actions, + prevIndex = action._cacheIndex, + + firstInactiveIndex = -- this._nActiveActions, + + lastActiveAction = actions[ firstInactiveIndex ]; + + action._cacheIndex = firstInactiveIndex; + actions[ firstInactiveIndex ] = action; + + lastActiveAction._cacheIndex = prevIndex; + actions[ prevIndex ] = lastActiveAction; + + } + + // Memory management for PropertyMixer objects + + _addInactiveBinding( binding, rootUuid, trackName ) { + + const bindingsByRoot = this._bindingsByRootAndName, + bindings = this._bindings; + + let bindingByName = bindingsByRoot[ rootUuid ]; + + if ( bindingByName === undefined ) { + + bindingByName = {}; + bindingsByRoot[ rootUuid ] = bindingByName; + + } + + bindingByName[ trackName ] = binding; + + binding._cacheIndex = bindings.length; + bindings.push( binding ); + + } + + _removeInactiveBinding( binding ) { + + const bindings = this._bindings, + propBinding = binding.binding, + rootUuid = propBinding.rootNode.uuid, + trackName = propBinding.path, + bindingsByRoot = this._bindingsByRootAndName, + bindingByName = bindingsByRoot[ rootUuid ], + + lastInactiveBinding = bindings[ bindings.length - 1 ], + cacheIndex = binding._cacheIndex; + + lastInactiveBinding._cacheIndex = cacheIndex; + bindings[ cacheIndex ] = lastInactiveBinding; + bindings.pop(); + + delete bindingByName[ trackName ]; + + if ( Object.keys( bindingByName ).length === 0 ) { + + delete bindingsByRoot[ rootUuid ]; + + } + + } + + _lendBinding( binding ) { + + const bindings = this._bindings, + prevIndex = binding._cacheIndex, + + lastActiveIndex = this._nActiveBindings ++, + + firstInactiveBinding = bindings[ lastActiveIndex ]; + + binding._cacheIndex = lastActiveIndex; + bindings[ lastActiveIndex ] = binding; + + firstInactiveBinding._cacheIndex = prevIndex; + bindings[ prevIndex ] = firstInactiveBinding; + + } + + _takeBackBinding( binding ) { + + const bindings = this._bindings, + prevIndex = binding._cacheIndex, + + firstInactiveIndex = -- this._nActiveBindings, + + lastActiveBinding = bindings[ firstInactiveIndex ]; + + binding._cacheIndex = firstInactiveIndex; + bindings[ firstInactiveIndex ] = binding; + + lastActiveBinding._cacheIndex = prevIndex; + bindings[ prevIndex ] = lastActiveBinding; + + } + + + // Memory management of Interpolants for weight and time scale + + _lendControlInterpolant() { + + const interpolants = this._controlInterpolants, + lastActiveIndex = this._nActiveControlInterpolants ++; + + let interpolant = interpolants[ lastActiveIndex ]; + + if ( interpolant === undefined ) { + + interpolant = new LinearInterpolant( + new Float32Array( 2 ), new Float32Array( 2 ), + 1, this._controlInterpolantsResultBuffer ); + + interpolant.__cacheIndex = lastActiveIndex; + interpolants[ lastActiveIndex ] = interpolant; + + } + + return interpolant; + + } + + _takeBackControlInterpolant( interpolant ) { + + const interpolants = this._controlInterpolants, + prevIndex = interpolant.__cacheIndex, + + firstInactiveIndex = -- this._nActiveControlInterpolants, + + lastActiveInterpolant = interpolants[ firstInactiveIndex ]; + + interpolant.__cacheIndex = firstInactiveIndex; + interpolants[ firstInactiveIndex ] = interpolant; + + lastActiveInterpolant.__cacheIndex = prevIndex; + interpolants[ prevIndex ] = lastActiveInterpolant; + + } + + // return an action for a clip optionally using a custom root target + // object (this method allocates a lot of dynamic memory in case a + // previously unknown clip/root combination is specified) + clipAction( clip, optionalRoot, blendMode ) { + + const root = optionalRoot || this._root, + rootUuid = root.uuid; + + let clipObject = typeof clip === 'string' ? AnimationClip.findByName( root, clip ) : clip; + + const clipUuid = clipObject !== null ? clipObject.uuid : clip; + + const actionsForClip = this._actionsByClip[ clipUuid ]; + let prototypeAction = null; + + if ( blendMode === undefined ) { + + if ( clipObject !== null ) { + + blendMode = clipObject.blendMode; + + } else { + + blendMode = NormalAnimationBlendMode; + + } + + } + + if ( actionsForClip !== undefined ) { + + const existingAction = actionsForClip.actionByRoot[ rootUuid ]; + + if ( existingAction !== undefined && existingAction.blendMode === blendMode ) { + + return existingAction; + + } + + // we know the clip, so we don't have to parse all + // the bindings again but can just copy + prototypeAction = actionsForClip.knownActions[ 0 ]; + + // also, take the clip from the prototype action + if ( clipObject === null ) + clipObject = prototypeAction._clip; + + } + + // clip must be known when specified via string + if ( clipObject === null ) return null; + + // allocate all resources required to run it + const newAction = new AnimationAction( this, clipObject, optionalRoot, blendMode ); + + this._bindAction( newAction, prototypeAction ); + + // and make the action known to the memory manager + this._addInactiveAction( newAction, clipUuid, rootUuid ); + + return newAction; + + } + + // get an existing action + existingAction( clip, optionalRoot ) { + + const root = optionalRoot || this._root, + rootUuid = root.uuid, + + clipObject = typeof clip === 'string' ? + AnimationClip.findByName( root, clip ) : clip, + + clipUuid = clipObject ? clipObject.uuid : clip, + + actionsForClip = this._actionsByClip[ clipUuid ]; + + if ( actionsForClip !== undefined ) { + + return actionsForClip.actionByRoot[ rootUuid ] || null; + + } + + return null; + + } + + // deactivates all previously scheduled actions + stopAllAction() { + + const actions = this._actions, + nActions = this._nActiveActions; + + for ( let i = nActions - 1; i >= 0; -- i ) { + + actions[ i ].stop(); + + } + + return this; + + } + + // advance the time and update apply the animation + update( deltaTime ) { + + deltaTime *= this.timeScale; + + const actions = this._actions, + nActions = this._nActiveActions, + + time = this.time += deltaTime, + timeDirection = Math.sign( deltaTime ), + + accuIndex = this._accuIndex ^= 1; + + // run active actions + + for ( let i = 0; i !== nActions; ++ i ) { + + const action = actions[ i ]; + + action._update( time, deltaTime, timeDirection, accuIndex ); + + } + + // update scene graph + + const bindings = this._bindings, + nBindings = this._nActiveBindings; + + for ( let i = 0; i !== nBindings; ++ i ) { + + bindings[ i ].apply( accuIndex ); + + } + + return this; + + } + + // Allows you to seek to a specific time in an animation. + setTime( timeInSeconds ) { + + this.time = 0; // Zero out time attribute for AnimationMixer object; + for ( let i = 0; i < this._actions.length; i ++ ) { + + this._actions[ i ].time = 0; // Zero out time attribute for all associated AnimationAction objects. + + } + + return this.update( timeInSeconds ); // Update used to set exact time. Returns "this" AnimationMixer object. + + } + + // return this mixer's root target object + getRoot() { + + return this._root; + + } + + // free all resources specific to a particular clip + uncacheClip( clip ) { + + const actions = this._actions, + clipUuid = clip.uuid, + actionsByClip = this._actionsByClip, + actionsForClip = actionsByClip[ clipUuid ]; + + if ( actionsForClip !== undefined ) { + + // note: just calling _removeInactiveAction would mess up the + // iteration state and also require updating the state we can + // just throw away + + const actionsToRemove = actionsForClip.knownActions; + + for ( let i = 0, n = actionsToRemove.length; i !== n; ++ i ) { + + const action = actionsToRemove[ i ]; + + this._deactivateAction( action ); + + const cacheIndex = action._cacheIndex, + lastInactiveAction = actions[ actions.length - 1 ]; + + action._cacheIndex = null; + action._byClipCacheIndex = null; + + lastInactiveAction._cacheIndex = cacheIndex; + actions[ cacheIndex ] = lastInactiveAction; + actions.pop(); + + this._removeInactiveBindingsForAction( action ); + + } + + delete actionsByClip[ clipUuid ]; + + } + + } + + // free all resources specific to a particular root target object + uncacheRoot( root ) { + + const rootUuid = root.uuid, + actionsByClip = this._actionsByClip; + + for ( const clipUuid in actionsByClip ) { + + const actionByRoot = actionsByClip[ clipUuid ].actionByRoot, + action = actionByRoot[ rootUuid ]; + + if ( action !== undefined ) { + + this._deactivateAction( action ); + this._removeInactiveAction( action ); + + } + + } + + const bindingsByRoot = this._bindingsByRootAndName, + bindingByName = bindingsByRoot[ rootUuid ]; + + if ( bindingByName !== undefined ) { + + for ( const trackName in bindingByName ) { + + const binding = bindingByName[ trackName ]; + binding.restoreOriginalState(); + this._removeInactiveBinding( binding ); + + } + + } + + } + + // remove a targeted clip from the cache + uncacheAction( clip, optionalRoot ) { + + const action = this.existingAction( clip, optionalRoot ); + + if ( action !== null ) { + + this._deactivateAction( action ); + this._removeInactiveAction( action ); + + } + + } + +} + +AnimationMixer.prototype._controlInterpolantsResultBuffer = new Float32Array( 1 ); + +class Uniform { + + constructor( value ) { + + if ( typeof value === 'string' ) { + + console.warn( 'THREE.Uniform: Type parameter is no longer needed.' ); + value = arguments[ 1 ]; + + } + + this.value = value; + + } + + clone() { + + return new Uniform( this.value.clone === undefined ? this.value : this.value.clone() ); + + } + +} + +class InstancedInterleavedBuffer extends InterleavedBuffer { + + constructor( array, stride, meshPerAttribute = 1 ) { + + super( array, stride ); + + this.meshPerAttribute = meshPerAttribute; + + } + + copy( source ) { + + super.copy( source ); + + this.meshPerAttribute = source.meshPerAttribute; + + return this; + + } + + clone( data ) { + + const ib = super.clone( data ); + + ib.meshPerAttribute = this.meshPerAttribute; + + return ib; + + } + + toJSON( data ) { + + const json = super.toJSON( data ); + + json.isInstancedInterleavedBuffer = true; + json.meshPerAttribute = this.meshPerAttribute; + + return json; + + } + +} + +InstancedInterleavedBuffer.prototype.isInstancedInterleavedBuffer = true; + +class GLBufferAttribute { + + constructor( buffer, type, itemSize, elementSize, count ) { + + this.buffer = buffer; + this.type = type; + this.itemSize = itemSize; + this.elementSize = elementSize; + this.count = count; + + this.version = 0; + + } + + set needsUpdate( value ) { + + if ( value === true ) this.version ++; + + } + + setBuffer( buffer ) { + + this.buffer = buffer; + + return this; + + } + + setType( type, elementSize ) { + + this.type = type; + this.elementSize = elementSize; + + return this; + + } + + setItemSize( itemSize ) { + + this.itemSize = itemSize; + + return this; + + } + + setCount( count ) { + + this.count = count; + + return this; + + } + +} + +GLBufferAttribute.prototype.isGLBufferAttribute = true; + +class Raycaster { + + constructor( origin, direction, near = 0, far = Infinity ) { + + this.ray = new Ray( origin, direction ); + // direction is assumed to be normalized (for accurate distance calculations) + + this.near = near; + this.far = far; + this.camera = null; + this.layers = new Layers(); + + this.params = { + Mesh: {}, + Line: { threshold: 1 }, + LOD: {}, + Points: { threshold: 1 }, + Sprite: {} + }; + + } + + set( origin, direction ) { + + // direction is assumed to be normalized (for accurate distance calculations) + + this.ray.set( origin, direction ); + + } + + setFromCamera( coords, camera ) { + + if ( camera && camera.isPerspectiveCamera ) { + + this.ray.origin.setFromMatrixPosition( camera.matrixWorld ); + this.ray.direction.set( coords.x, coords.y, 0.5 ).unproject( camera ).sub( this.ray.origin ).normalize(); + this.camera = camera; + + } else if ( camera && camera.isOrthographicCamera ) { + + this.ray.origin.set( coords.x, coords.y, ( camera.near + camera.far ) / ( camera.near - camera.far ) ).unproject( camera ); // set origin in plane of camera + this.ray.direction.set( 0, 0, - 1 ).transformDirection( camera.matrixWorld ); + this.camera = camera; + + } else { + + console.error( 'THREE.Raycaster: Unsupported camera type: ' + camera.type ); + + } + + } + + intersectObject( object, recursive = false, intersects = [] ) { + + intersectObject( object, this, intersects, recursive ); + + intersects.sort( ascSort ); + + return intersects; + + } + + intersectObjects( objects, recursive = false, intersects = [] ) { + + for ( let i = 0, l = objects.length; i < l; i ++ ) { + + intersectObject( objects[ i ], this, intersects, recursive ); + + } + + intersects.sort( ascSort ); + + return intersects; + + } + +} + +function ascSort( a, b ) { + + return a.distance - b.distance; + +} + +function intersectObject( object, raycaster, intersects, recursive ) { + + if ( object.layers.test( raycaster.layers ) ) { + + object.raycast( raycaster, intersects ); + + } + + if ( recursive === true ) { + + const children = object.children; + + for ( let i = 0, l = children.length; i < l; i ++ ) { + + intersectObject( children[ i ], raycaster, intersects, true ); + + } + + } + +} + +/** + * Ref: https://en.wikipedia.org/wiki/Spherical_coordinate_system + * + * The polar angle (phi) is measured from the positive y-axis. The positive y-axis is up. + * The azimuthal angle (theta) is measured from the positive z-axis. + */ + +class Spherical { + + constructor( radius = 1, phi = 0, theta = 0 ) { + + this.radius = radius; + this.phi = phi; // polar angle + this.theta = theta; // azimuthal angle + + return this; + + } + + set( radius, phi, theta ) { + + this.radius = radius; + this.phi = phi; + this.theta = theta; + + return this; + + } + + copy( other ) { + + this.radius = other.radius; + this.phi = other.phi; + this.theta = other.theta; + + return this; + + } + + // restrict phi to be betwee EPS and PI-EPS + makeSafe() { + + const EPS = 0.000001; + this.phi = Math.max( EPS, Math.min( Math.PI - EPS, this.phi ) ); + + return this; + + } + + setFromVector3( v ) { + + return this.setFromCartesianCoords( v.x, v.y, v.z ); + + } + + setFromCartesianCoords( x, y, z ) { + + this.radius = Math.sqrt( x * x + y * y + z * z ); + + if ( this.radius === 0 ) { + + this.theta = 0; + this.phi = 0; + + } else { + + this.theta = Math.atan2( x, z ); + this.phi = Math.acos( clamp( y / this.radius, - 1, 1 ) ); + + } + + return this; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +/** + * Ref: https://en.wikipedia.org/wiki/Cylindrical_coordinate_system + */ + +class Cylindrical { + + constructor( radius = 1, theta = 0, y = 0 ) { + + this.radius = radius; // distance from the origin to a point in the x-z plane + this.theta = theta; // counterclockwise angle in the x-z plane measured in radians from the positive z-axis + this.y = y; // height above the x-z plane + + return this; + + } + + set( radius, theta, y ) { + + this.radius = radius; + this.theta = theta; + this.y = y; + + return this; + + } + + copy( other ) { + + this.radius = other.radius; + this.theta = other.theta; + this.y = other.y; + + return this; + + } + + setFromVector3( v ) { + + return this.setFromCartesianCoords( v.x, v.y, v.z ); + + } + + setFromCartesianCoords( x, y, z ) { + + this.radius = Math.sqrt( x * x + z * z ); + this.theta = Math.atan2( x, z ); + this.y = y; + + return this; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +const _vector$4 = /*@__PURE__*/ new Vector2(); + +class Box2 { + + constructor( min = new Vector2( + Infinity, + Infinity ), max = new Vector2( - Infinity, - Infinity ) ) { + + this.min = min; + this.max = max; + + } + + set( min, max ) { + + this.min.copy( min ); + this.max.copy( max ); + + return this; + + } + + setFromPoints( points ) { + + this.makeEmpty(); + + for ( let i = 0, il = points.length; i < il; i ++ ) { + + this.expandByPoint( points[ i ] ); + + } + + return this; + + } + + setFromCenterAndSize( center, size ) { + + const halfSize = _vector$4.copy( size ).multiplyScalar( 0.5 ); + this.min.copy( center ).sub( halfSize ); + this.max.copy( center ).add( halfSize ); + + return this; + + } + + clone() { + + return new this.constructor().copy( this ); + + } + + copy( box ) { + + this.min.copy( box.min ); + this.max.copy( box.max ); + + return this; + + } + + makeEmpty() { + + this.min.x = this.min.y = + Infinity; + this.max.x = this.max.y = - Infinity; + + return this; + + } + + isEmpty() { + + // this is a more robust check for empty than ( volume <= 0 ) because volume can get positive with two negative axes + + return ( this.max.x < this.min.x ) || ( this.max.y < this.min.y ); + + } + + getCenter( target ) { + + return this.isEmpty() ? target.set( 0, 0 ) : target.addVectors( this.min, this.max ).multiplyScalar( 0.5 ); + + } + + getSize( target ) { + + return this.isEmpty() ? target.set( 0, 0 ) : target.subVectors( this.max, this.min ); + + } + + expandByPoint( point ) { + + this.min.min( point ); + this.max.max( point ); + + return this; + + } + + expandByVector( vector ) { + + this.min.sub( vector ); + this.max.add( vector ); + + return this; + + } + + expandByScalar( scalar ) { + + this.min.addScalar( - scalar ); + this.max.addScalar( scalar ); + + return this; + + } + + containsPoint( point ) { + + return point.x < this.min.x || point.x > this.max.x || + point.y < this.min.y || point.y > this.max.y ? false : true; + + } + + containsBox( box ) { + + return this.min.x <= box.min.x && box.max.x <= this.max.x && + this.min.y <= box.min.y && box.max.y <= this.max.y; + + } + + getParameter( point, target ) { + + // This can potentially have a divide by zero if the box + // has a size dimension of 0. + + return target.set( + ( point.x - this.min.x ) / ( this.max.x - this.min.x ), + ( point.y - this.min.y ) / ( this.max.y - this.min.y ) + ); + + } + + intersectsBox( box ) { + + // using 4 splitting planes to rule out intersections + + return box.max.x < this.min.x || box.min.x > this.max.x || + box.max.y < this.min.y || box.min.y > this.max.y ? false : true; + + } + + clampPoint( point, target ) { + + return target.copy( point ).clamp( this.min, this.max ); + + } + + distanceToPoint( point ) { + + const clampedPoint = _vector$4.copy( point ).clamp( this.min, this.max ); + return clampedPoint.sub( point ).length(); + + } + + intersect( box ) { + + this.min.max( box.min ); + this.max.min( box.max ); + + return this; + + } + + union( box ) { + + this.min.min( box.min ); + this.max.max( box.max ); + + return this; + + } + + translate( offset ) { + + this.min.add( offset ); + this.max.add( offset ); + + return this; + + } + + equals( box ) { + + return box.min.equals( this.min ) && box.max.equals( this.max ); + + } + +} + +Box2.prototype.isBox2 = true; + +const _startP = /*@__PURE__*/ new Vector3(); +const _startEnd = /*@__PURE__*/ new Vector3(); + +class Line3 { + + constructor( start = new Vector3(), end = new Vector3() ) { + + this.start = start; + this.end = end; + + } + + set( start, end ) { + + this.start.copy( start ); + this.end.copy( end ); + + return this; + + } + + copy( line ) { + + this.start.copy( line.start ); + this.end.copy( line.end ); + + return this; + + } + + getCenter( target ) { + + return target.addVectors( this.start, this.end ).multiplyScalar( 0.5 ); + + } + + delta( target ) { + + return target.subVectors( this.end, this.start ); + + } + + distanceSq() { + + return this.start.distanceToSquared( this.end ); + + } + + distance() { + + return this.start.distanceTo( this.end ); + + } + + at( t, target ) { + + return this.delta( target ).multiplyScalar( t ).add( this.start ); + + } + + closestPointToPointParameter( point, clampToLine ) { + + _startP.subVectors( point, this.start ); + _startEnd.subVectors( this.end, this.start ); + + const startEnd2 = _startEnd.dot( _startEnd ); + const startEnd_startP = _startEnd.dot( _startP ); + + let t = startEnd_startP / startEnd2; + + if ( clampToLine ) { + + t = clamp( t, 0, 1 ); + + } + + return t; + + } + + closestPointToPoint( point, clampToLine, target ) { + + const t = this.closestPointToPointParameter( point, clampToLine ); + + return this.delta( target ).multiplyScalar( t ).add( this.start ); + + } + + applyMatrix4( matrix ) { + + this.start.applyMatrix4( matrix ); + this.end.applyMatrix4( matrix ); + + return this; + + } + + equals( line ) { + + return line.start.equals( this.start ) && line.end.equals( this.end ); + + } + + clone() { + + return new this.constructor().copy( this ); + + } + +} + +class ImmediateRenderObject extends Object3D { + + constructor( material ) { + + super(); + + this.material = material; + this.render = function ( /* renderCallback */ ) {}; + + this.hasPositions = false; + this.hasNormals = false; + this.hasColors = false; + this.hasUvs = false; + + this.positionArray = null; + this.normalArray = null; + this.colorArray = null; + this.uvArray = null; + + this.count = 0; + + } + +} + +ImmediateRenderObject.prototype.isImmediateRenderObject = true; + +const _vector$3 = /*@__PURE__*/ new Vector3(); + +class SpotLightHelper extends Object3D { + + constructor( light, color ) { + + super(); + this.light = light; + this.light.updateMatrixWorld(); + + this.matrix = light.matrixWorld; + this.matrixAutoUpdate = false; + + this.color = color; + + const geometry = new BufferGeometry(); + + const positions = [ + 0, 0, 0, 0, 0, 1, + 0, 0, 0, 1, 0, 1, + 0, 0, 0, - 1, 0, 1, + 0, 0, 0, 0, 1, 1, + 0, 0, 0, 0, - 1, 1 + ]; + + for ( let i = 0, j = 1, l = 32; i < l; i ++, j ++ ) { + + const p1 = ( i / l ) * Math.PI * 2; + const p2 = ( j / l ) * Math.PI * 2; + + positions.push( + Math.cos( p1 ), Math.sin( p1 ), 1, + Math.cos( p2 ), Math.sin( p2 ), 1 + ); + + } + + geometry.setAttribute( 'position', new Float32BufferAttribute( positions, 3 ) ); + + const material = new LineBasicMaterial( { fog: false, toneMapped: false } ); + + this.cone = new LineSegments( geometry, material ); + this.add( this.cone ); + + this.update(); + + } + + dispose() { + + this.cone.geometry.dispose(); + this.cone.material.dispose(); + + } + + update() { + + this.light.updateMatrixWorld(); + + const coneLength = this.light.distance ? this.light.distance : 1000; + const coneWidth = coneLength * Math.tan( this.light.angle ); + + this.cone.scale.set( coneWidth, coneWidth, coneLength ); + + _vector$3.setFromMatrixPosition( this.light.target.matrixWorld ); + + this.cone.lookAt( _vector$3 ); + + if ( this.color !== undefined ) { + + this.cone.material.color.set( this.color ); + + } else { + + this.cone.material.color.copy( this.light.color ); + + } + + } + +} + +const _vector$2 = /*@__PURE__*/ new Vector3(); +const _boneMatrix = /*@__PURE__*/ new Matrix4(); +const _matrixWorldInv = /*@__PURE__*/ new Matrix4(); + + +class SkeletonHelper extends LineSegments { + + constructor( object ) { + + const bones = getBoneList( object ); + + const geometry = new BufferGeometry(); + + const vertices = []; + const colors = []; + + const color1 = new Color( 0, 0, 1 ); + const color2 = new Color( 0, 1, 0 ); + + for ( let i = 0; i < bones.length; i ++ ) { + + const bone = bones[ i ]; + + if ( bone.parent && bone.parent.isBone ) { + + vertices.push( 0, 0, 0 ); + vertices.push( 0, 0, 0 ); + colors.push( color1.r, color1.g, color1.b ); + colors.push( color2.r, color2.g, color2.b ); + + } + + } + + geometry.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + geometry.setAttribute( 'color', new Float32BufferAttribute( colors, 3 ) ); + + const material = new LineBasicMaterial( { vertexColors: true, depthTest: false, depthWrite: false, toneMapped: false, transparent: true } ); + + super( geometry, material ); + + this.type = 'SkeletonHelper'; + this.isSkeletonHelper = true; + + this.root = object; + this.bones = bones; + + this.matrix = object.matrixWorld; + this.matrixAutoUpdate = false; + + } + + updateMatrixWorld( force ) { + + const bones = this.bones; + + const geometry = this.geometry; + const position = geometry.getAttribute( 'position' ); + + _matrixWorldInv.copy( this.root.matrixWorld ).invert(); + + for ( let i = 0, j = 0; i < bones.length; i ++ ) { + + const bone = bones[ i ]; + + if ( bone.parent && bone.parent.isBone ) { + + _boneMatrix.multiplyMatrices( _matrixWorldInv, bone.matrixWorld ); + _vector$2.setFromMatrixPosition( _boneMatrix ); + position.setXYZ( j, _vector$2.x, _vector$2.y, _vector$2.z ); + + _boneMatrix.multiplyMatrices( _matrixWorldInv, bone.parent.matrixWorld ); + _vector$2.setFromMatrixPosition( _boneMatrix ); + position.setXYZ( j + 1, _vector$2.x, _vector$2.y, _vector$2.z ); + + j += 2; + + } + + } + + geometry.getAttribute( 'position' ).needsUpdate = true; + + super.updateMatrixWorld( force ); + + } + +} + + +function getBoneList( object ) { + + const boneList = []; + + if ( object && object.isBone ) { + + boneList.push( object ); + + } + + for ( let i = 0; i < object.children.length; i ++ ) { + + boneList.push.apply( boneList, getBoneList( object.children[ i ] ) ); + + } + + return boneList; + +} + +class PointLightHelper extends Mesh { + + constructor( light, sphereSize, color ) { + + const geometry = new SphereGeometry( sphereSize, 4, 2 ); + const material = new MeshBasicMaterial( { wireframe: true, fog: false, toneMapped: false } ); + + super( geometry, material ); + + this.light = light; + this.light.updateMatrixWorld(); + + this.color = color; + + this.type = 'PointLightHelper'; + + this.matrix = this.light.matrixWorld; + this.matrixAutoUpdate = false; + + this.update(); + + + /* + // TODO: delete this comment? + const distanceGeometry = new THREE.IcosahedronBufferGeometry( 1, 2 ); + const distanceMaterial = new THREE.MeshBasicMaterial( { color: hexColor, fog: false, wireframe: true, opacity: 0.1, transparent: true } ); + + this.lightSphere = new THREE.Mesh( bulbGeometry, bulbMaterial ); + this.lightDistance = new THREE.Mesh( distanceGeometry, distanceMaterial ); + + const d = light.distance; + + if ( d === 0.0 ) { + + this.lightDistance.visible = false; + + } else { + + this.lightDistance.scale.set( d, d, d ); + + } + + this.add( this.lightDistance ); + */ + + } + + dispose() { + + this.geometry.dispose(); + this.material.dispose(); + + } + + update() { + + if ( this.color !== undefined ) { + + this.material.color.set( this.color ); + + } else { + + this.material.color.copy( this.light.color ); + + } + + /* + const d = this.light.distance; + + if ( d === 0.0 ) { + + this.lightDistance.visible = false; + + } else { + + this.lightDistance.visible = true; + this.lightDistance.scale.set( d, d, d ); + + } + */ + + } + +} + +const _vector$1 = /*@__PURE__*/ new Vector3(); +const _color1 = /*@__PURE__*/ new Color(); +const _color2 = /*@__PURE__*/ new Color(); + +class HemisphereLightHelper extends Object3D { + + constructor( light, size, color ) { + + super(); + this.light = light; + this.light.updateMatrixWorld(); + + this.matrix = light.matrixWorld; + this.matrixAutoUpdate = false; + + this.color = color; + + const geometry = new OctahedronGeometry( size ); + geometry.rotateY( Math.PI * 0.5 ); + + this.material = new MeshBasicMaterial( { wireframe: true, fog: false, toneMapped: false } ); + if ( this.color === undefined ) this.material.vertexColors = true; + + const position = geometry.getAttribute( 'position' ); + const colors = new Float32Array( position.count * 3 ); + + geometry.setAttribute( 'color', new BufferAttribute( colors, 3 ) ); + + this.add( new Mesh( geometry, this.material ) ); + + this.update(); + + } + + dispose() { + + this.children[ 0 ].geometry.dispose(); + this.children[ 0 ].material.dispose(); + + } + + update() { + + const mesh = this.children[ 0 ]; + + if ( this.color !== undefined ) { + + this.material.color.set( this.color ); + + } else { + + const colors = mesh.geometry.getAttribute( 'color' ); + + _color1.copy( this.light.color ); + _color2.copy( this.light.groundColor ); + + for ( let i = 0, l = colors.count; i < l; i ++ ) { + + const color = ( i < ( l / 2 ) ) ? _color1 : _color2; + + colors.setXYZ( i, color.r, color.g, color.b ); + + } + + colors.needsUpdate = true; + + } + + mesh.lookAt( _vector$1.setFromMatrixPosition( this.light.matrixWorld ).negate() ); + + } + +} + +class GridHelper extends LineSegments { + + constructor( size = 10, divisions = 10, color1 = 0x444444, color2 = 0x888888 ) { + + color1 = new Color( color1 ); + color2 = new Color( color2 ); + + const center = divisions / 2; + const step = size / divisions; + const halfSize = size / 2; + + const vertices = [], colors = []; + + for ( let i = 0, j = 0, k = - halfSize; i <= divisions; i ++, k += step ) { + + vertices.push( - halfSize, 0, k, halfSize, 0, k ); + vertices.push( k, 0, - halfSize, k, 0, halfSize ); + + const color = i === center ? color1 : color2; + + color.toArray( colors, j ); j += 3; + color.toArray( colors, j ); j += 3; + color.toArray( colors, j ); j += 3; + color.toArray( colors, j ); j += 3; + + } + + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + geometry.setAttribute( 'color', new Float32BufferAttribute( colors, 3 ) ); + + const material = new LineBasicMaterial( { vertexColors: true, toneMapped: false } ); + + super( geometry, material ); + + this.type = 'GridHelper'; + + } + +} + +class PolarGridHelper extends LineSegments { + + constructor( radius = 10, radials = 16, circles = 8, divisions = 64, color1 = 0x444444, color2 = 0x888888 ) { + + color1 = new Color( color1 ); + color2 = new Color( color2 ); + + const vertices = []; + const colors = []; + + // create the radials + + for ( let i = 0; i <= radials; i ++ ) { + + const v = ( i / radials ) * ( Math.PI * 2 ); + + const x = Math.sin( v ) * radius; + const z = Math.cos( v ) * radius; + + vertices.push( 0, 0, 0 ); + vertices.push( x, 0, z ); + + const color = ( i & 1 ) ? color1 : color2; + + colors.push( color.r, color.g, color.b ); + colors.push( color.r, color.g, color.b ); + + } + + // create the circles + + for ( let i = 0; i <= circles; i ++ ) { + + const color = ( i & 1 ) ? color1 : color2; + + const r = radius - ( radius / circles * i ); + + for ( let j = 0; j < divisions; j ++ ) { + + // first vertex + + let v = ( j / divisions ) * ( Math.PI * 2 ); + + let x = Math.sin( v ) * r; + let z = Math.cos( v ) * r; + + vertices.push( x, 0, z ); + colors.push( color.r, color.g, color.b ); + + // second vertex + + v = ( ( j + 1 ) / divisions ) * ( Math.PI * 2 ); + + x = Math.sin( v ) * r; + z = Math.cos( v ) * r; + + vertices.push( x, 0, z ); + colors.push( color.r, color.g, color.b ); + + } + + } + + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + geometry.setAttribute( 'color', new Float32BufferAttribute( colors, 3 ) ); + + const material = new LineBasicMaterial( { vertexColors: true, toneMapped: false } ); + + super( geometry, material ); + + this.type = 'PolarGridHelper'; + + } + +} + +const _v1 = /*@__PURE__*/ new Vector3(); +const _v2 = /*@__PURE__*/ new Vector3(); +const _v3 = /*@__PURE__*/ new Vector3(); + +class DirectionalLightHelper extends Object3D { + + constructor( light, size, color ) { + + super(); + this.light = light; + this.light.updateMatrixWorld(); + + this.matrix = light.matrixWorld; + this.matrixAutoUpdate = false; + + this.color = color; + + if ( size === undefined ) size = 1; + + let geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( [ + - size, size, 0, + size, size, 0, + size, - size, 0, + - size, - size, 0, + - size, size, 0 + ], 3 ) ); + + const material = new LineBasicMaterial( { fog: false, toneMapped: false } ); + + this.lightPlane = new Line( geometry, material ); + this.add( this.lightPlane ); + + geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( [ 0, 0, 0, 0, 0, 1 ], 3 ) ); + + this.targetLine = new Line( geometry, material ); + this.add( this.targetLine ); + + this.update(); + + } + + dispose() { + + this.lightPlane.geometry.dispose(); + this.lightPlane.material.dispose(); + this.targetLine.geometry.dispose(); + this.targetLine.material.dispose(); + + } + + update() { + + _v1.setFromMatrixPosition( this.light.matrixWorld ); + _v2.setFromMatrixPosition( this.light.target.matrixWorld ); + _v3.subVectors( _v2, _v1 ); + + this.lightPlane.lookAt( _v2 ); + + if ( this.color !== undefined ) { + + this.lightPlane.material.color.set( this.color ); + this.targetLine.material.color.set( this.color ); + + } else { + + this.lightPlane.material.color.copy( this.light.color ); + this.targetLine.material.color.copy( this.light.color ); + + } + + this.targetLine.lookAt( _v2 ); + this.targetLine.scale.z = _v3.length(); + + } + +} + +const _vector = /*@__PURE__*/ new Vector3(); +const _camera = /*@__PURE__*/ new Camera(); + +/** + * - shows frustum, line of sight and up of the camera + * - suitable for fast updates + * - based on frustum visualization in lightgl.js shadowmap example + * http://evanw.github.com/lightgl.js/tests/shadowmap.html + */ + +class CameraHelper extends LineSegments { + + constructor( camera ) { + + const geometry = new BufferGeometry(); + const material = new LineBasicMaterial( { color: 0xffffff, vertexColors: true, toneMapped: false } ); + + const vertices = []; + const colors = []; + + const pointMap = {}; + + // colors + + const colorFrustum = new Color( 0xffaa00 ); + const colorCone = new Color( 0xff0000 ); + const colorUp = new Color( 0x00aaff ); + const colorTarget = new Color( 0xffffff ); + const colorCross = new Color( 0x333333 ); + + // near + + addLine( 'n1', 'n2', colorFrustum ); + addLine( 'n2', 'n4', colorFrustum ); + addLine( 'n4', 'n3', colorFrustum ); + addLine( 'n3', 'n1', colorFrustum ); + + // far + + addLine( 'f1', 'f2', colorFrustum ); + addLine( 'f2', 'f4', colorFrustum ); + addLine( 'f4', 'f3', colorFrustum ); + addLine( 'f3', 'f1', colorFrustum ); + + // sides + + addLine( 'n1', 'f1', colorFrustum ); + addLine( 'n2', 'f2', colorFrustum ); + addLine( 'n3', 'f3', colorFrustum ); + addLine( 'n4', 'f4', colorFrustum ); + + // cone + + addLine( 'p', 'n1', colorCone ); + addLine( 'p', 'n2', colorCone ); + addLine( 'p', 'n3', colorCone ); + addLine( 'p', 'n4', colorCone ); + + // up + + addLine( 'u1', 'u2', colorUp ); + addLine( 'u2', 'u3', colorUp ); + addLine( 'u3', 'u1', colorUp ); + + // target + + addLine( 'c', 't', colorTarget ); + addLine( 'p', 'c', colorCross ); + + // cross + + addLine( 'cn1', 'cn2', colorCross ); + addLine( 'cn3', 'cn4', colorCross ); + + addLine( 'cf1', 'cf2', colorCross ); + addLine( 'cf3', 'cf4', colorCross ); + + function addLine( a, b, color ) { + + addPoint( a, color ); + addPoint( b, color ); + + } + + function addPoint( id, color ) { + + vertices.push( 0, 0, 0 ); + colors.push( color.r, color.g, color.b ); + + if ( pointMap[ id ] === undefined ) { + + pointMap[ id ] = []; + + } + + pointMap[ id ].push( ( vertices.length / 3 ) - 1 ); + + } + + geometry.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + geometry.setAttribute( 'color', new Float32BufferAttribute( colors, 3 ) ); + + super( geometry, material ); + + this.type = 'CameraHelper'; + + this.camera = camera; + if ( this.camera.updateProjectionMatrix ) this.camera.updateProjectionMatrix(); + + this.matrix = camera.matrixWorld; + this.matrixAutoUpdate = false; + + this.pointMap = pointMap; + + this.update(); + + } + + update() { + + const geometry = this.geometry; + const pointMap = this.pointMap; + + const w = 1, h = 1; + + // we need just camera projection matrix inverse + // world matrix must be identity + + _camera.projectionMatrixInverse.copy( this.camera.projectionMatrixInverse ); + + // center / target + + setPoint( 'c', pointMap, geometry, _camera, 0, 0, - 1 ); + setPoint( 't', pointMap, geometry, _camera, 0, 0, 1 ); + + // near + + setPoint( 'n1', pointMap, geometry, _camera, - w, - h, - 1 ); + setPoint( 'n2', pointMap, geometry, _camera, w, - h, - 1 ); + setPoint( 'n3', pointMap, geometry, _camera, - w, h, - 1 ); + setPoint( 'n4', pointMap, geometry, _camera, w, h, - 1 ); + + // far + + setPoint( 'f1', pointMap, geometry, _camera, - w, - h, 1 ); + setPoint( 'f2', pointMap, geometry, _camera, w, - h, 1 ); + setPoint( 'f3', pointMap, geometry, _camera, - w, h, 1 ); + setPoint( 'f4', pointMap, geometry, _camera, w, h, 1 ); + + // up + + setPoint( 'u1', pointMap, geometry, _camera, w * 0.7, h * 1.1, - 1 ); + setPoint( 'u2', pointMap, geometry, _camera, - w * 0.7, h * 1.1, - 1 ); + setPoint( 'u3', pointMap, geometry, _camera, 0, h * 2, - 1 ); + + // cross + + setPoint( 'cf1', pointMap, geometry, _camera, - w, 0, 1 ); + setPoint( 'cf2', pointMap, geometry, _camera, w, 0, 1 ); + setPoint( 'cf3', pointMap, geometry, _camera, 0, - h, 1 ); + setPoint( 'cf4', pointMap, geometry, _camera, 0, h, 1 ); + + setPoint( 'cn1', pointMap, geometry, _camera, - w, 0, - 1 ); + setPoint( 'cn2', pointMap, geometry, _camera, w, 0, - 1 ); + setPoint( 'cn3', pointMap, geometry, _camera, 0, - h, - 1 ); + setPoint( 'cn4', pointMap, geometry, _camera, 0, h, - 1 ); + + geometry.getAttribute( 'position' ).needsUpdate = true; + + } + + dispose() { + + this.geometry.dispose(); + this.material.dispose(); + + } + +} + + +function setPoint( point, pointMap, geometry, camera, x, y, z ) { + + _vector.set( x, y, z ).unproject( camera ); + + const points = pointMap[ point ]; + + if ( points !== undefined ) { + + const position = geometry.getAttribute( 'position' ); + + for ( let i = 0, l = points.length; i < l; i ++ ) { + + position.setXYZ( points[ i ], _vector.x, _vector.y, _vector.z ); + + } + + } + +} + +const _box = /*@__PURE__*/ new Box3(); + +class BoxHelper extends LineSegments { + + constructor( object, color = 0xffff00 ) { + + const indices = new Uint16Array( [ 0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7 ] ); + const positions = new Float32Array( 8 * 3 ); + + const geometry = new BufferGeometry(); + geometry.setIndex( new BufferAttribute( indices, 1 ) ); + geometry.setAttribute( 'position', new BufferAttribute( positions, 3 ) ); + + super( geometry, new LineBasicMaterial( { color: color, toneMapped: false } ) ); + + this.object = object; + this.type = 'BoxHelper'; + + this.matrixAutoUpdate = false; + + this.update(); + + } + + update( object ) { + + if ( object !== undefined ) { + + console.warn( 'THREE.BoxHelper: .update() has no longer arguments.' ); + + } + + if ( this.object !== undefined ) { + + _box.setFromObject( this.object ); + + } + + if ( _box.isEmpty() ) return; + + const min = _box.min; + const max = _box.max; + + /* + 5____4 + 1/___0/| + | 6__|_7 + 2/___3/ + + 0: max.x, max.y, max.z + 1: min.x, max.y, max.z + 2: min.x, min.y, max.z + 3: max.x, min.y, max.z + 4: max.x, max.y, min.z + 5: min.x, max.y, min.z + 6: min.x, min.y, min.z + 7: max.x, min.y, min.z + */ + + const position = this.geometry.attributes.position; + const array = position.array; + + array[ 0 ] = max.x; array[ 1 ] = max.y; array[ 2 ] = max.z; + array[ 3 ] = min.x; array[ 4 ] = max.y; array[ 5 ] = max.z; + array[ 6 ] = min.x; array[ 7 ] = min.y; array[ 8 ] = max.z; + array[ 9 ] = max.x; array[ 10 ] = min.y; array[ 11 ] = max.z; + array[ 12 ] = max.x; array[ 13 ] = max.y; array[ 14 ] = min.z; + array[ 15 ] = min.x; array[ 16 ] = max.y; array[ 17 ] = min.z; + array[ 18 ] = min.x; array[ 19 ] = min.y; array[ 20 ] = min.z; + array[ 21 ] = max.x; array[ 22 ] = min.y; array[ 23 ] = min.z; + + position.needsUpdate = true; + + this.geometry.computeBoundingSphere(); + + + } + + setFromObject( object ) { + + this.object = object; + this.update(); + + return this; + + } + + copy( source ) { + + LineSegments.prototype.copy.call( this, source ); + + this.object = source.object; + + return this; + + } + +} + +class Box3Helper extends LineSegments { + + constructor( box, color = 0xffff00 ) { + + const indices = new Uint16Array( [ 0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7 ] ); + + const positions = [ 1, 1, 1, - 1, 1, 1, - 1, - 1, 1, 1, - 1, 1, 1, 1, - 1, - 1, 1, - 1, - 1, - 1, - 1, 1, - 1, - 1 ]; + + const geometry = new BufferGeometry(); + + geometry.setIndex( new BufferAttribute( indices, 1 ) ); + + geometry.setAttribute( 'position', new Float32BufferAttribute( positions, 3 ) ); + + super( geometry, new LineBasicMaterial( { color: color, toneMapped: false } ) ); + + this.box = box; + + this.type = 'Box3Helper'; + + this.geometry.computeBoundingSphere(); + + } + + updateMatrixWorld( force ) { + + const box = this.box; + + if ( box.isEmpty() ) return; + + box.getCenter( this.position ); + + box.getSize( this.scale ); + + this.scale.multiplyScalar( 0.5 ); + + super.updateMatrixWorld( force ); + + } + +} + +class PlaneHelper extends Line { + + constructor( plane, size = 1, hex = 0xffff00 ) { + + const color = hex; + + const positions = [ 1, - 1, 1, - 1, 1, 1, - 1, - 1, 1, 1, 1, 1, - 1, 1, 1, - 1, - 1, 1, 1, - 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0 ]; + + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( positions, 3 ) ); + geometry.computeBoundingSphere(); + + super( geometry, new LineBasicMaterial( { color: color, toneMapped: false } ) ); + + this.type = 'PlaneHelper'; + + this.plane = plane; + + this.size = size; + + const positions2 = [ 1, 1, 1, - 1, 1, 1, - 1, - 1, 1, 1, 1, 1, - 1, - 1, 1, 1, - 1, 1 ]; + + const geometry2 = new BufferGeometry(); + geometry2.setAttribute( 'position', new Float32BufferAttribute( positions2, 3 ) ); + geometry2.computeBoundingSphere(); + + this.add( new Mesh( geometry2, new MeshBasicMaterial( { color: color, opacity: 0.2, transparent: true, depthWrite: false, toneMapped: false } ) ) ); + + } + + updateMatrixWorld( force ) { + + let scale = - this.plane.constant; + + if ( Math.abs( scale ) < 1e-8 ) scale = 1e-8; // sign does not matter + + this.scale.set( 0.5 * this.size, 0.5 * this.size, scale ); + + this.children[ 0 ].material.side = ( scale < 0 ) ? BackSide : FrontSide; // renderer flips side when determinant < 0; flipping not wanted here + + this.lookAt( this.plane.normal ); + + super.updateMatrixWorld( force ); + + } + +} + +const _axis = /*@__PURE__*/ new Vector3(); +let _lineGeometry, _coneGeometry; + +class ArrowHelper extends Object3D { + + // dir is assumed to be normalized + + constructor( dir = new Vector3( 0, 0, 1 ), origin = new Vector3( 0, 0, 0 ), length = 1, color = 0xffff00, headLength = length * 0.2, headWidth = headLength * 0.2 ) { + + super(); + + this.type = 'ArrowHelper'; + + if ( _lineGeometry === undefined ) { + + _lineGeometry = new BufferGeometry(); + _lineGeometry.setAttribute( 'position', new Float32BufferAttribute( [ 0, 0, 0, 0, 1, 0 ], 3 ) ); + + _coneGeometry = new CylinderGeometry( 0, 0.5, 1, 5, 1 ); + _coneGeometry.translate( 0, - 0.5, 0 ); + + } + + this.position.copy( origin ); + + this.line = new Line( _lineGeometry, new LineBasicMaterial( { color: color, toneMapped: false } ) ); + this.line.matrixAutoUpdate = false; + this.add( this.line ); + + this.cone = new Mesh( _coneGeometry, new MeshBasicMaterial( { color: color, toneMapped: false } ) ); + this.cone.matrixAutoUpdate = false; + this.add( this.cone ); + + this.setDirection( dir ); + this.setLength( length, headLength, headWidth ); + + } + + setDirection( dir ) { + + // dir is assumed to be normalized + + if ( dir.y > 0.99999 ) { + + this.quaternion.set( 0, 0, 0, 1 ); + + } else if ( dir.y < - 0.99999 ) { + + this.quaternion.set( 1, 0, 0, 0 ); + + } else { + + _axis.set( dir.z, 0, - dir.x ).normalize(); + + const radians = Math.acos( dir.y ); + + this.quaternion.setFromAxisAngle( _axis, radians ); + + } + + } + + setLength( length, headLength = length * 0.2, headWidth = headLength * 0.2 ) { + + this.line.scale.set( 1, Math.max( 0.0001, length - headLength ), 1 ); // see #17458 + this.line.updateMatrix(); + + this.cone.scale.set( headWidth, headLength, headWidth ); + this.cone.position.y = length; + this.cone.updateMatrix(); + + } + + setColor( color ) { + + this.line.material.color.set( color ); + this.cone.material.color.set( color ); + + } + + copy( source ) { + + super.copy( source, false ); + + this.line.copy( source.line ); + this.cone.copy( source.cone ); + + return this; + + } + +} + +class AxesHelper extends LineSegments { + + constructor( size = 1 ) { + + const vertices = [ + 0, 0, 0, size, 0, 0, + 0, 0, 0, 0, size, 0, + 0, 0, 0, 0, 0, size + ]; + + const colors = [ + 1, 0, 0, 1, 0.6, 0, + 0, 1, 0, 0.6, 1, 0, + 0, 0, 1, 0, 0.6, 1 + ]; + + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( vertices, 3 ) ); + geometry.setAttribute( 'color', new Float32BufferAttribute( colors, 3 ) ); + + const material = new LineBasicMaterial( { vertexColors: true, toneMapped: false } ); + + super( geometry, material ); + + this.type = 'AxesHelper'; + + } + + setColors( xAxisColor, yAxisColor, zAxisColor ) { + + const color = new Color(); + const array = this.geometry.attributes.color.array; + + color.set( xAxisColor ); + color.toArray( array, 0 ); + color.toArray( array, 3 ); + + color.set( yAxisColor ); + color.toArray( array, 6 ); + color.toArray( array, 9 ); + + color.set( zAxisColor ); + color.toArray( array, 12 ); + color.toArray( array, 15 ); + + this.geometry.attributes.color.needsUpdate = true; + + return this; + + } + + dispose() { + + this.geometry.dispose(); + this.material.dispose(); + + } + +} + +const _floatView = new Float32Array( 1 ); +const _int32View = new Int32Array( _floatView.buffer ); + +class DataUtils { + + // Converts float32 to float16 (stored as uint16 value). + + static toHalfFloat( val ) { + + // Source: http://gamedev.stackexchange.com/questions/17326/conversion-of-a-number-from-single-precision-floating-point-representation-to-a/17410#17410 + + /* This method is faster than the OpenEXR implementation (very often + * used, eg. in Ogre), with the additional benefit of rounding, inspired + * by James Tursa?s half-precision code. */ + + _floatView[ 0 ] = val; + const x = _int32View[ 0 ]; + + let bits = ( x >> 16 ) & 0x8000; /* Get the sign */ + let m = ( x >> 12 ) & 0x07ff; /* Keep one extra bit for rounding */ + const e = ( x >> 23 ) & 0xff; /* Using int is faster here */ + + /* If zero, or denormal, or exponent underflows too much for a denormal + * half, return signed zero. */ + if ( e < 103 ) return bits; + + /* If NaN, return NaN. If Inf or exponent overflow, return Inf. */ + if ( e > 142 ) { + + bits |= 0x7c00; + /* If exponent was 0xff and one mantissa bit was set, it means NaN, + * not Inf, so make sure we set one mantissa bit too. */ + bits |= ( ( e == 255 ) ? 0 : 1 ) && ( x & 0x007fffff ); + return bits; + + } + + /* If exponent underflows but not too much, return a denormal */ + if ( e < 113 ) { + + m |= 0x0800; + /* Extra rounding may overflow and set mantissa to 0 and exponent + * to 1, which is OK. */ + bits |= ( m >> ( 114 - e ) ) + ( ( m >> ( 113 - e ) ) & 1 ); + return bits; + + } + + bits |= ( ( e - 112 ) << 10 ) | ( m >> 1 ); + /* Extra rounding. An overflow will set mantissa to 0 and increment + * the exponent, which is OK. */ + bits += m & 1; + return bits; + + } + +} + +const LineStrip = 0; +const LinePieces = 1; +const NoColors = 0; +const FaceColors = 1; +const VertexColors = 2; + +function MeshFaceMaterial( materials ) { + + console.warn( 'THREE.MeshFaceMaterial has been removed. Use an Array instead.' ); + return materials; + +} + +function MultiMaterial( materials = [] ) { + + console.warn( 'THREE.MultiMaterial has been removed. Use an Array instead.' ); + materials.isMultiMaterial = true; + materials.materials = materials; + materials.clone = function () { + + return materials.slice(); + + }; + + return materials; + +} + +function PointCloud( geometry, material ) { + + console.warn( 'THREE.PointCloud has been renamed to THREE.Points.' ); + return new Points( geometry, material ); + +} + +function Particle( material ) { + + console.warn( 'THREE.Particle has been renamed to THREE.Sprite.' ); + return new Sprite( material ); + +} + +function ParticleSystem( geometry, material ) { + + console.warn( 'THREE.ParticleSystem has been renamed to THREE.Points.' ); + return new Points( geometry, material ); + +} + +function PointCloudMaterial( parameters ) { + + console.warn( 'THREE.PointCloudMaterial has been renamed to THREE.PointsMaterial.' ); + return new PointsMaterial( parameters ); + +} + +function ParticleBasicMaterial( parameters ) { + + console.warn( 'THREE.ParticleBasicMaterial has been renamed to THREE.PointsMaterial.' ); + return new PointsMaterial( parameters ); + +} + +function ParticleSystemMaterial( parameters ) { + + console.warn( 'THREE.ParticleSystemMaterial has been renamed to THREE.PointsMaterial.' ); + return new PointsMaterial( parameters ); + +} + +function Vertex( x, y, z ) { + + console.warn( 'THREE.Vertex has been removed. Use THREE.Vector3 instead.' ); + return new Vector3( x, y, z ); + +} + +// + +function DynamicBufferAttribute( array, itemSize ) { + + console.warn( 'THREE.DynamicBufferAttribute has been removed. Use new THREE.BufferAttribute().setUsage( THREE.DynamicDrawUsage ) instead.' ); + return new BufferAttribute( array, itemSize ).setUsage( DynamicDrawUsage ); + +} + +function Int8Attribute( array, itemSize ) { + + console.warn( 'THREE.Int8Attribute has been removed. Use new THREE.Int8BufferAttribute() instead.' ); + return new Int8BufferAttribute( array, itemSize ); + +} + +function Uint8Attribute( array, itemSize ) { + + console.warn( 'THREE.Uint8Attribute has been removed. Use new THREE.Uint8BufferAttribute() instead.' ); + return new Uint8BufferAttribute( array, itemSize ); + +} + +function Uint8ClampedAttribute( array, itemSize ) { + + console.warn( 'THREE.Uint8ClampedAttribute has been removed. Use new THREE.Uint8ClampedBufferAttribute() instead.' ); + return new Uint8ClampedBufferAttribute( array, itemSize ); + +} + +function Int16Attribute( array, itemSize ) { + + console.warn( 'THREE.Int16Attribute has been removed. Use new THREE.Int16BufferAttribute() instead.' ); + return new Int16BufferAttribute( array, itemSize ); + +} + +function Uint16Attribute( array, itemSize ) { + + console.warn( 'THREE.Uint16Attribute has been removed. Use new THREE.Uint16BufferAttribute() instead.' ); + return new Uint16BufferAttribute( array, itemSize ); + +} + +function Int32Attribute( array, itemSize ) { + + console.warn( 'THREE.Int32Attribute has been removed. Use new THREE.Int32BufferAttribute() instead.' ); + return new Int32BufferAttribute( array, itemSize ); + +} + +function Uint32Attribute( array, itemSize ) { + + console.warn( 'THREE.Uint32Attribute has been removed. Use new THREE.Uint32BufferAttribute() instead.' ); + return new Uint32BufferAttribute( array, itemSize ); + +} + +function Float32Attribute( array, itemSize ) { + + console.warn( 'THREE.Float32Attribute has been removed. Use new THREE.Float32BufferAttribute() instead.' ); + return new Float32BufferAttribute( array, itemSize ); + +} + +function Float64Attribute( array, itemSize ) { + + console.warn( 'THREE.Float64Attribute has been removed. Use new THREE.Float64BufferAttribute() instead.' ); + return new Float64BufferAttribute( array, itemSize ); + +} + +// + +Curve.create = function ( construct, getPoint ) { + + console.log( 'THREE.Curve.create() has been deprecated' ); + + construct.prototype = Object.create( Curve.prototype ); + construct.prototype.constructor = construct; + construct.prototype.getPoint = getPoint; + + return construct; + +}; + +// + +Path.prototype.fromPoints = function ( points ) { + + console.warn( 'THREE.Path: .fromPoints() has been renamed to .setFromPoints().' ); + return this.setFromPoints( points ); + +}; + +// + +function AxisHelper( size ) { + + console.warn( 'THREE.AxisHelper has been renamed to THREE.AxesHelper.' ); + return new AxesHelper( size ); + +} + +function BoundingBoxHelper( object, color ) { + + console.warn( 'THREE.BoundingBoxHelper has been deprecated. Creating a THREE.BoxHelper instead.' ); + return new BoxHelper( object, color ); + +} + +function EdgesHelper( object, hex ) { + + console.warn( 'THREE.EdgesHelper has been removed. Use THREE.EdgesGeometry instead.' ); + return new LineSegments( new EdgesGeometry( object.geometry ), new LineBasicMaterial( { color: hex !== undefined ? hex : 0xffffff } ) ); + +} + +GridHelper.prototype.setColors = function () { + + console.error( 'THREE.GridHelper: setColors() has been deprecated, pass them in the constructor instead.' ); + +}; + +SkeletonHelper.prototype.update = function () { + + console.error( 'THREE.SkeletonHelper: update() no longer needs to be called.' ); + +}; + +function WireframeHelper( object, hex ) { + + console.warn( 'THREE.WireframeHelper has been removed. Use THREE.WireframeGeometry instead.' ); + return new LineSegments( new WireframeGeometry( object.geometry ), new LineBasicMaterial( { color: hex !== undefined ? hex : 0xffffff } ) ); + +} + +// + +Loader.prototype.extractUrlBase = function ( url ) { + + console.warn( 'THREE.Loader: .extractUrlBase() has been deprecated. Use THREE.LoaderUtils.extractUrlBase() instead.' ); + return LoaderUtils.extractUrlBase( url ); + +}; + +Loader.Handlers = { + + add: function ( /* regex, loader */ ) { + + console.error( 'THREE.Loader: Handlers.add() has been removed. Use LoadingManager.addHandler() instead.' ); + + }, + + get: function ( /* file */ ) { + + console.error( 'THREE.Loader: Handlers.get() has been removed. Use LoadingManager.getHandler() instead.' ); + + } + +}; + +function XHRLoader( manager ) { + + console.warn( 'THREE.XHRLoader has been renamed to THREE.FileLoader.' ); + return new FileLoader( manager ); + +} + +function BinaryTextureLoader( manager ) { + + console.warn( 'THREE.BinaryTextureLoader has been renamed to THREE.DataTextureLoader.' ); + return new DataTextureLoader( manager ); + +} + +// + +Box2.prototype.center = function ( optionalTarget ) { + + console.warn( 'THREE.Box2: .center() has been renamed to .getCenter().' ); + return this.getCenter( optionalTarget ); + +}; + +Box2.prototype.empty = function () { + + console.warn( 'THREE.Box2: .empty() has been renamed to .isEmpty().' ); + return this.isEmpty(); + +}; + +Box2.prototype.isIntersectionBox = function ( box ) { + + console.warn( 'THREE.Box2: .isIntersectionBox() has been renamed to .intersectsBox().' ); + return this.intersectsBox( box ); + +}; + +Box2.prototype.size = function ( optionalTarget ) { + + console.warn( 'THREE.Box2: .size() has been renamed to .getSize().' ); + return this.getSize( optionalTarget ); + +}; + +// + +Box3.prototype.center = function ( optionalTarget ) { + + console.warn( 'THREE.Box3: .center() has been renamed to .getCenter().' ); + return this.getCenter( optionalTarget ); + +}; + +Box3.prototype.empty = function () { + + console.warn( 'THREE.Box3: .empty() has been renamed to .isEmpty().' ); + return this.isEmpty(); + +}; + +Box3.prototype.isIntersectionBox = function ( box ) { + + console.warn( 'THREE.Box3: .isIntersectionBox() has been renamed to .intersectsBox().' ); + return this.intersectsBox( box ); + +}; + +Box3.prototype.isIntersectionSphere = function ( sphere ) { + + console.warn( 'THREE.Box3: .isIntersectionSphere() has been renamed to .intersectsSphere().' ); + return this.intersectsSphere( sphere ); + +}; + +Box3.prototype.size = function ( optionalTarget ) { + + console.warn( 'THREE.Box3: .size() has been renamed to .getSize().' ); + return this.getSize( optionalTarget ); + +}; + +// + +Sphere.prototype.empty = function () { + + console.warn( 'THREE.Sphere: .empty() has been renamed to .isEmpty().' ); + return this.isEmpty(); + +}; + +// + +Frustum.prototype.setFromMatrix = function ( m ) { + + console.warn( 'THREE.Frustum: .setFromMatrix() has been renamed to .setFromProjectionMatrix().' ); + return this.setFromProjectionMatrix( m ); + +}; + +// + +Line3.prototype.center = function ( optionalTarget ) { + + console.warn( 'THREE.Line3: .center() has been renamed to .getCenter().' ); + return this.getCenter( optionalTarget ); + +}; + +// + +Matrix3.prototype.flattenToArrayOffset = function ( array, offset ) { + + console.warn( 'THREE.Matrix3: .flattenToArrayOffset() has been deprecated. Use .toArray() instead.' ); + return this.toArray( array, offset ); + +}; + +Matrix3.prototype.multiplyVector3 = function ( vector ) { + + console.warn( 'THREE.Matrix3: .multiplyVector3() has been removed. Use vector.applyMatrix3( matrix ) instead.' ); + return vector.applyMatrix3( this ); + +}; + +Matrix3.prototype.multiplyVector3Array = function ( /* a */ ) { + + console.error( 'THREE.Matrix3: .multiplyVector3Array() has been removed.' ); + +}; + +Matrix3.prototype.applyToBufferAttribute = function ( attribute ) { + + console.warn( 'THREE.Matrix3: .applyToBufferAttribute() has been removed. Use attribute.applyMatrix3( matrix ) instead.' ); + return attribute.applyMatrix3( this ); + +}; + +Matrix3.prototype.applyToVector3Array = function ( /* array, offset, length */ ) { + + console.error( 'THREE.Matrix3: .applyToVector3Array() has been removed.' ); + +}; + +Matrix3.prototype.getInverse = function ( matrix ) { + + console.warn( 'THREE.Matrix3: .getInverse() has been removed. Use matrixInv.copy( matrix ).invert(); instead.' ); + return this.copy( matrix ).invert(); + +}; + +// + +Matrix4.prototype.extractPosition = function ( m ) { + + console.warn( 'THREE.Matrix4: .extractPosition() has been renamed to .copyPosition().' ); + return this.copyPosition( m ); + +}; + +Matrix4.prototype.flattenToArrayOffset = function ( array, offset ) { + + console.warn( 'THREE.Matrix4: .flattenToArrayOffset() has been deprecated. Use .toArray() instead.' ); + return this.toArray( array, offset ); + +}; + +Matrix4.prototype.getPosition = function () { + + console.warn( 'THREE.Matrix4: .getPosition() has been removed. Use Vector3.setFromMatrixPosition( matrix ) instead.' ); + return new Vector3().setFromMatrixColumn( this, 3 ); + +}; + +Matrix4.prototype.setRotationFromQuaternion = function ( q ) { + + console.warn( 'THREE.Matrix4: .setRotationFromQuaternion() has been renamed to .makeRotationFromQuaternion().' ); + return this.makeRotationFromQuaternion( q ); + +}; + +Matrix4.prototype.multiplyToArray = function () { + + console.warn( 'THREE.Matrix4: .multiplyToArray() has been removed.' ); + +}; + +Matrix4.prototype.multiplyVector3 = function ( vector ) { + + console.warn( 'THREE.Matrix4: .multiplyVector3() has been removed. Use vector.applyMatrix4( matrix ) instead.' ); + return vector.applyMatrix4( this ); + +}; + +Matrix4.prototype.multiplyVector4 = function ( vector ) { + + console.warn( 'THREE.Matrix4: .multiplyVector4() has been removed. Use vector.applyMatrix4( matrix ) instead.' ); + return vector.applyMatrix4( this ); + +}; + +Matrix4.prototype.multiplyVector3Array = function ( /* a */ ) { + + console.error( 'THREE.Matrix4: .multiplyVector3Array() has been removed.' ); + +}; + +Matrix4.prototype.rotateAxis = function ( v ) { + + console.warn( 'THREE.Matrix4: .rotateAxis() has been removed. Use Vector3.transformDirection( matrix ) instead.' ); + v.transformDirection( this ); + +}; + +Matrix4.prototype.crossVector = function ( vector ) { + + console.warn( 'THREE.Matrix4: .crossVector() has been removed. Use vector.applyMatrix4( matrix ) instead.' ); + return vector.applyMatrix4( this ); + +}; + +Matrix4.prototype.translate = function () { + + console.error( 'THREE.Matrix4: .translate() has been removed.' ); + +}; + +Matrix4.prototype.rotateX = function () { + + console.error( 'THREE.Matrix4: .rotateX() has been removed.' ); + +}; + +Matrix4.prototype.rotateY = function () { + + console.error( 'THREE.Matrix4: .rotateY() has been removed.' ); + +}; + +Matrix4.prototype.rotateZ = function () { + + console.error( 'THREE.Matrix4: .rotateZ() has been removed.' ); + +}; + +Matrix4.prototype.rotateByAxis = function () { + + console.error( 'THREE.Matrix4: .rotateByAxis() has been removed.' ); + +}; + +Matrix4.prototype.applyToBufferAttribute = function ( attribute ) { + + console.warn( 'THREE.Matrix4: .applyToBufferAttribute() has been removed. Use attribute.applyMatrix4( matrix ) instead.' ); + return attribute.applyMatrix4( this ); + +}; + +Matrix4.prototype.applyToVector3Array = function ( /* array, offset, length */ ) { + + console.error( 'THREE.Matrix4: .applyToVector3Array() has been removed.' ); + +}; + +Matrix4.prototype.makeFrustum = function ( left, right, bottom, top, near, far ) { + + console.warn( 'THREE.Matrix4: .makeFrustum() has been removed. Use .makePerspective( left, right, top, bottom, near, far ) instead.' ); + return this.makePerspective( left, right, top, bottom, near, far ); + +}; + +Matrix4.prototype.getInverse = function ( matrix ) { + + console.warn( 'THREE.Matrix4: .getInverse() has been removed. Use matrixInv.copy( matrix ).invert(); instead.' ); + return this.copy( matrix ).invert(); + +}; + +// + +Plane.prototype.isIntersectionLine = function ( line ) { + + console.warn( 'THREE.Plane: .isIntersectionLine() has been renamed to .intersectsLine().' ); + return this.intersectsLine( line ); + +}; + +// + +Quaternion.prototype.multiplyVector3 = function ( vector ) { + + console.warn( 'THREE.Quaternion: .multiplyVector3() has been removed. Use is now vector.applyQuaternion( quaternion ) instead.' ); + return vector.applyQuaternion( this ); + +}; + +Quaternion.prototype.inverse = function ( ) { + + console.warn( 'THREE.Quaternion: .inverse() has been renamed to invert().' ); + return this.invert(); + +}; + +// + +Ray.prototype.isIntersectionBox = function ( box ) { + + console.warn( 'THREE.Ray: .isIntersectionBox() has been renamed to .intersectsBox().' ); + return this.intersectsBox( box ); + +}; + +Ray.prototype.isIntersectionPlane = function ( plane ) { + + console.warn( 'THREE.Ray: .isIntersectionPlane() has been renamed to .intersectsPlane().' ); + return this.intersectsPlane( plane ); + +}; + +Ray.prototype.isIntersectionSphere = function ( sphere ) { + + console.warn( 'THREE.Ray: .isIntersectionSphere() has been renamed to .intersectsSphere().' ); + return this.intersectsSphere( sphere ); + +}; + +// + +Triangle.prototype.area = function () { + + console.warn( 'THREE.Triangle: .area() has been renamed to .getArea().' ); + return this.getArea(); + +}; + +Triangle.prototype.barycoordFromPoint = function ( point, target ) { + + console.warn( 'THREE.Triangle: .barycoordFromPoint() has been renamed to .getBarycoord().' ); + return this.getBarycoord( point, target ); + +}; + +Triangle.prototype.midpoint = function ( target ) { + + console.warn( 'THREE.Triangle: .midpoint() has been renamed to .getMidpoint().' ); + return this.getMidpoint( target ); + +}; + +Triangle.prototypenormal = function ( target ) { + + console.warn( 'THREE.Triangle: .normal() has been renamed to .getNormal().' ); + return this.getNormal( target ); + +}; + +Triangle.prototype.plane = function ( target ) { + + console.warn( 'THREE.Triangle: .plane() has been renamed to .getPlane().' ); + return this.getPlane( target ); + +}; + +Triangle.barycoordFromPoint = function ( point, a, b, c, target ) { + + console.warn( 'THREE.Triangle: .barycoordFromPoint() has been renamed to .getBarycoord().' ); + return Triangle.getBarycoord( point, a, b, c, target ); + +}; + +Triangle.normal = function ( a, b, c, target ) { + + console.warn( 'THREE.Triangle: .normal() has been renamed to .getNormal().' ); + return Triangle.getNormal( a, b, c, target ); + +}; + +// + +Shape.prototype.extractAllPoints = function ( divisions ) { + + console.warn( 'THREE.Shape: .extractAllPoints() has been removed. Use .extractPoints() instead.' ); + return this.extractPoints( divisions ); + +}; + +Shape.prototype.extrude = function ( options ) { + + console.warn( 'THREE.Shape: .extrude() has been removed. Use ExtrudeGeometry() instead.' ); + return new ExtrudeGeometry( this, options ); + +}; + +Shape.prototype.makeGeometry = function ( options ) { + + console.warn( 'THREE.Shape: .makeGeometry() has been removed. Use ShapeGeometry() instead.' ); + return new ShapeGeometry( this, options ); + +}; + +// + +Vector2.prototype.fromAttribute = function ( attribute, index, offset ) { + + console.warn( 'THREE.Vector2: .fromAttribute() has been renamed to .fromBufferAttribute().' ); + return this.fromBufferAttribute( attribute, index, offset ); + +}; + +Vector2.prototype.distanceToManhattan = function ( v ) { + + console.warn( 'THREE.Vector2: .distanceToManhattan() has been renamed to .manhattanDistanceTo().' ); + return this.manhattanDistanceTo( v ); + +}; + +Vector2.prototype.lengthManhattan = function () { + + console.warn( 'THREE.Vector2: .lengthManhattan() has been renamed to .manhattanLength().' ); + return this.manhattanLength(); + +}; + +// + +Vector3.prototype.setEulerFromRotationMatrix = function () { + + console.error( 'THREE.Vector3: .setEulerFromRotationMatrix() has been removed. Use Euler.setFromRotationMatrix() instead.' ); + +}; + +Vector3.prototype.setEulerFromQuaternion = function () { + + console.error( 'THREE.Vector3: .setEulerFromQuaternion() has been removed. Use Euler.setFromQuaternion() instead.' ); + +}; + +Vector3.prototype.getPositionFromMatrix = function ( m ) { + + console.warn( 'THREE.Vector3: .getPositionFromMatrix() has been renamed to .setFromMatrixPosition().' ); + return this.setFromMatrixPosition( m ); + +}; + +Vector3.prototype.getScaleFromMatrix = function ( m ) { + + console.warn( 'THREE.Vector3: .getScaleFromMatrix() has been renamed to .setFromMatrixScale().' ); + return this.setFromMatrixScale( m ); + +}; + +Vector3.prototype.getColumnFromMatrix = function ( index, matrix ) { + + console.warn( 'THREE.Vector3: .getColumnFromMatrix() has been renamed to .setFromMatrixColumn().' ); + return this.setFromMatrixColumn( matrix, index ); + +}; + +Vector3.prototype.applyProjection = function ( m ) { + + console.warn( 'THREE.Vector3: .applyProjection() has been removed. Use .applyMatrix4( m ) instead.' ); + return this.applyMatrix4( m ); + +}; + +Vector3.prototype.fromAttribute = function ( attribute, index, offset ) { + + console.warn( 'THREE.Vector3: .fromAttribute() has been renamed to .fromBufferAttribute().' ); + return this.fromBufferAttribute( attribute, index, offset ); + +}; + +Vector3.prototype.distanceToManhattan = function ( v ) { + + console.warn( 'THREE.Vector3: .distanceToManhattan() has been renamed to .manhattanDistanceTo().' ); + return this.manhattanDistanceTo( v ); + +}; + +Vector3.prototype.lengthManhattan = function () { + + console.warn( 'THREE.Vector3: .lengthManhattan() has been renamed to .manhattanLength().' ); + return this.manhattanLength(); + +}; + +// + +Vector4.prototype.fromAttribute = function ( attribute, index, offset ) { + + console.warn( 'THREE.Vector4: .fromAttribute() has been renamed to .fromBufferAttribute().' ); + return this.fromBufferAttribute( attribute, index, offset ); + +}; + +Vector4.prototype.lengthManhattan = function () { + + console.warn( 'THREE.Vector4: .lengthManhattan() has been renamed to .manhattanLength().' ); + return this.manhattanLength(); + +}; + +// + +Object3D.prototype.getChildByName = function ( name ) { + + console.warn( 'THREE.Object3D: .getChildByName() has been renamed to .getObjectByName().' ); + return this.getObjectByName( name ); + +}; + +Object3D.prototype.renderDepth = function () { + + console.warn( 'THREE.Object3D: .renderDepth has been removed. Use .renderOrder, instead.' ); + +}; + +Object3D.prototype.translate = function ( distance, axis ) { + + console.warn( 'THREE.Object3D: .translate() has been removed. Use .translateOnAxis( axis, distance ) instead.' ); + return this.translateOnAxis( axis, distance ); + +}; + +Object3D.prototype.getWorldRotation = function () { + + console.error( 'THREE.Object3D: .getWorldRotation() has been removed. Use THREE.Object3D.getWorldQuaternion( target ) instead.' ); + +}; + +Object3D.prototype.applyMatrix = function ( matrix ) { + + console.warn( 'THREE.Object3D: .applyMatrix() has been renamed to .applyMatrix4().' ); + return this.applyMatrix4( matrix ); + +}; + +Object.defineProperties( Object3D.prototype, { + + eulerOrder: { + get: function () { + + console.warn( 'THREE.Object3D: .eulerOrder is now .rotation.order.' ); + return this.rotation.order; + + }, + set: function ( value ) { + + console.warn( 'THREE.Object3D: .eulerOrder is now .rotation.order.' ); + this.rotation.order = value; + + } + }, + useQuaternion: { + get: function () { + + console.warn( 'THREE.Object3D: .useQuaternion has been removed. The library now uses quaternions by default.' ); + + }, + set: function () { + + console.warn( 'THREE.Object3D: .useQuaternion has been removed. The library now uses quaternions by default.' ); + + } + } + +} ); + +Mesh.prototype.setDrawMode = function () { + + console.error( 'THREE.Mesh: .setDrawMode() has been removed. The renderer now always assumes THREE.TrianglesDrawMode. Transform your geometry via BufferGeometryUtils.toTrianglesDrawMode() if necessary.' ); + +}; + +Object.defineProperties( Mesh.prototype, { + + drawMode: { + get: function () { + + console.error( 'THREE.Mesh: .drawMode has been removed. The renderer now always assumes THREE.TrianglesDrawMode.' ); + return TrianglesDrawMode; + + }, + set: function () { + + console.error( 'THREE.Mesh: .drawMode has been removed. The renderer now always assumes THREE.TrianglesDrawMode. Transform your geometry via BufferGeometryUtils.toTrianglesDrawMode() if necessary.' ); + + } + } + +} ); + +SkinnedMesh.prototype.initBones = function () { + + console.error( 'THREE.SkinnedMesh: initBones() has been removed.' ); + +}; + +// + +PerspectiveCamera.prototype.setLens = function ( focalLength, filmGauge ) { + + console.warn( 'THREE.PerspectiveCamera.setLens is deprecated. ' + + 'Use .setFocalLength and .filmGauge for a photographic setup.' ); + + if ( filmGauge !== undefined ) this.filmGauge = filmGauge; + this.setFocalLength( focalLength ); + +}; + +// + +Object.defineProperties( Light.prototype, { + onlyShadow: { + set: function () { + + console.warn( 'THREE.Light: .onlyShadow has been removed.' ); + + } + }, + shadowCameraFov: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraFov is now .shadow.camera.fov.' ); + this.shadow.camera.fov = value; + + } + }, + shadowCameraLeft: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraLeft is now .shadow.camera.left.' ); + this.shadow.camera.left = value; + + } + }, + shadowCameraRight: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraRight is now .shadow.camera.right.' ); + this.shadow.camera.right = value; + + } + }, + shadowCameraTop: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraTop is now .shadow.camera.top.' ); + this.shadow.camera.top = value; + + } + }, + shadowCameraBottom: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraBottom is now .shadow.camera.bottom.' ); + this.shadow.camera.bottom = value; + + } + }, + shadowCameraNear: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraNear is now .shadow.camera.near.' ); + this.shadow.camera.near = value; + + } + }, + shadowCameraFar: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowCameraFar is now .shadow.camera.far.' ); + this.shadow.camera.far = value; + + } + }, + shadowCameraVisible: { + set: function () { + + console.warn( 'THREE.Light: .shadowCameraVisible has been removed. Use new THREE.CameraHelper( light.shadow.camera ) instead.' ); + + } + }, + shadowBias: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowBias is now .shadow.bias.' ); + this.shadow.bias = value; + + } + }, + shadowDarkness: { + set: function () { + + console.warn( 'THREE.Light: .shadowDarkness has been removed.' ); + + } + }, + shadowMapWidth: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowMapWidth is now .shadow.mapSize.width.' ); + this.shadow.mapSize.width = value; + + } + }, + shadowMapHeight: { + set: function ( value ) { + + console.warn( 'THREE.Light: .shadowMapHeight is now .shadow.mapSize.height.' ); + this.shadow.mapSize.height = value; + + } + } +} ); + +// + +Object.defineProperties( BufferAttribute.prototype, { + + length: { + get: function () { + + console.warn( 'THREE.BufferAttribute: .length has been deprecated. Use .count instead.' ); + return this.array.length; + + } + }, + dynamic: { + get: function () { + + console.warn( 'THREE.BufferAttribute: .dynamic has been deprecated. Use .usage instead.' ); + return this.usage === DynamicDrawUsage; + + }, + set: function ( /* value */ ) { + + console.warn( 'THREE.BufferAttribute: .dynamic has been deprecated. Use .usage instead.' ); + this.setUsage( DynamicDrawUsage ); + + } + } + +} ); + +BufferAttribute.prototype.setDynamic = function ( value ) { + + console.warn( 'THREE.BufferAttribute: .setDynamic() has been deprecated. Use .setUsage() instead.' ); + this.setUsage( value === true ? DynamicDrawUsage : StaticDrawUsage ); + return this; + +}; + +BufferAttribute.prototype.copyIndicesArray = function ( /* indices */ ) { + + console.error( 'THREE.BufferAttribute: .copyIndicesArray() has been removed.' ); + +}, + +BufferAttribute.prototype.setArray = function ( /* array */ ) { + + console.error( 'THREE.BufferAttribute: .setArray has been removed. Use BufferGeometry .setAttribute to replace/resize attribute buffers' ); + +}; + +// + +BufferGeometry.prototype.addIndex = function ( index ) { + + console.warn( 'THREE.BufferGeometry: .addIndex() has been renamed to .setIndex().' ); + this.setIndex( index ); + +}; + +BufferGeometry.prototype.addAttribute = function ( name, attribute ) { + + console.warn( 'THREE.BufferGeometry: .addAttribute() has been renamed to .setAttribute().' ); + + if ( ! ( attribute && attribute.isBufferAttribute ) && ! ( attribute && attribute.isInterleavedBufferAttribute ) ) { + + console.warn( 'THREE.BufferGeometry: .addAttribute() now expects ( name, attribute ).' ); + + return this.setAttribute( name, new BufferAttribute( arguments[ 1 ], arguments[ 2 ] ) ); + + } + + if ( name === 'index' ) { + + console.warn( 'THREE.BufferGeometry.addAttribute: Use .setIndex() for index attribute.' ); + this.setIndex( attribute ); + + return this; + + } + + return this.setAttribute( name, attribute ); + +}; + +BufferGeometry.prototype.addDrawCall = function ( start, count, indexOffset ) { + + if ( indexOffset !== undefined ) { + + console.warn( 'THREE.BufferGeometry: .addDrawCall() no longer supports indexOffset.' ); + + } + + console.warn( 'THREE.BufferGeometry: .addDrawCall() is now .addGroup().' ); + this.addGroup( start, count ); + +}; + +BufferGeometry.prototype.clearDrawCalls = function () { + + console.warn( 'THREE.BufferGeometry: .clearDrawCalls() is now .clearGroups().' ); + this.clearGroups(); + +}; + +BufferGeometry.prototype.computeOffsets = function () { + + console.warn( 'THREE.BufferGeometry: .computeOffsets() has been removed.' ); + +}; + +BufferGeometry.prototype.removeAttribute = function ( name ) { + + console.warn( 'THREE.BufferGeometry: .removeAttribute() has been renamed to .deleteAttribute().' ); + + return this.deleteAttribute( name ); + +}; + +BufferGeometry.prototype.applyMatrix = function ( matrix ) { + + console.warn( 'THREE.BufferGeometry: .applyMatrix() has been renamed to .applyMatrix4().' ); + return this.applyMatrix4( matrix ); + +}; + +Object.defineProperties( BufferGeometry.prototype, { + + drawcalls: { + get: function () { + + console.error( 'THREE.BufferGeometry: .drawcalls has been renamed to .groups.' ); + return this.groups; + + } + }, + offsets: { + get: function () { + + console.warn( 'THREE.BufferGeometry: .offsets has been renamed to .groups.' ); + return this.groups; + + } + } + +} ); + +InterleavedBuffer.prototype.setDynamic = function ( value ) { + + console.warn( 'THREE.InterleavedBuffer: .setDynamic() has been deprecated. Use .setUsage() instead.' ); + this.setUsage( value === true ? DynamicDrawUsage : StaticDrawUsage ); + return this; + +}; + +InterleavedBuffer.prototype.setArray = function ( /* array */ ) { + + console.error( 'THREE.InterleavedBuffer: .setArray has been removed. Use BufferGeometry .setAttribute to replace/resize attribute buffers' ); + +}; + +// + +ExtrudeGeometry.prototype.getArrays = function () { + + console.error( 'THREE.ExtrudeGeometry: .getArrays() has been removed.' ); + +}; + +ExtrudeGeometry.prototype.addShapeList = function () { + + console.error( 'THREE.ExtrudeGeometry: .addShapeList() has been removed.' ); + +}; + +ExtrudeGeometry.prototype.addShape = function () { + + console.error( 'THREE.ExtrudeGeometry: .addShape() has been removed.' ); + +}; + +// + +Scene.prototype.dispose = function () { + + console.error( 'THREE.Scene: .dispose() has been removed.' ); + +}; + +// + +Uniform.prototype.onUpdate = function () { + + console.warn( 'THREE.Uniform: .onUpdate() has been removed. Use object.onBeforeRender() instead.' ); + return this; + +}; + +// + +Object.defineProperties( Material.prototype, { + + wrapAround: { + get: function () { + + console.warn( 'THREE.Material: .wrapAround has been removed.' ); + + }, + set: function () { + + console.warn( 'THREE.Material: .wrapAround has been removed.' ); + + } + }, + + overdraw: { + get: function () { + + console.warn( 'THREE.Material: .overdraw has been removed.' ); + + }, + set: function () { + + console.warn( 'THREE.Material: .overdraw has been removed.' ); + + } + }, + + wrapRGB: { + get: function () { + + console.warn( 'THREE.Material: .wrapRGB has been removed.' ); + return new Color(); + + } + }, + + shading: { + get: function () { + + console.error( 'THREE.' + this.type + ': .shading has been removed. Use the boolean .flatShading instead.' ); + + }, + set: function ( value ) { + + console.warn( 'THREE.' + this.type + ': .shading has been removed. Use the boolean .flatShading instead.' ); + this.flatShading = ( value === FlatShading ); + + } + }, + + stencilMask: { + get: function () { + + console.warn( 'THREE.' + this.type + ': .stencilMask has been removed. Use .stencilFuncMask instead.' ); + return this.stencilFuncMask; + + }, + set: function ( value ) { + + console.warn( 'THREE.' + this.type + ': .stencilMask has been removed. Use .stencilFuncMask instead.' ); + this.stencilFuncMask = value; + + } + }, + + vertexTangents: { + get: function () { + + console.warn( 'THREE.' + this.type + ': .vertexTangents has been removed.' ); + + }, + set: function () { + + console.warn( 'THREE.' + this.type + ': .vertexTangents has been removed.' ); + + } + }, + +} ); + +Object.defineProperties( ShaderMaterial.prototype, { + + derivatives: { + get: function () { + + console.warn( 'THREE.ShaderMaterial: .derivatives has been moved to .extensions.derivatives.' ); + return this.extensions.derivatives; + + }, + set: function ( value ) { + + console.warn( 'THREE. ShaderMaterial: .derivatives has been moved to .extensions.derivatives.' ); + this.extensions.derivatives = value; + + } + } + +} ); + +// + +WebGLRenderer.prototype.clearTarget = function ( renderTarget, color, depth, stencil ) { + + console.warn( 'THREE.WebGLRenderer: .clearTarget() has been deprecated. Use .setRenderTarget() and .clear() instead.' ); + this.setRenderTarget( renderTarget ); + this.clear( color, depth, stencil ); + +}; + +WebGLRenderer.prototype.animate = function ( callback ) { + + console.warn( 'THREE.WebGLRenderer: .animate() is now .setAnimationLoop().' ); + this.setAnimationLoop( callback ); + +}; + +WebGLRenderer.prototype.getCurrentRenderTarget = function () { + + console.warn( 'THREE.WebGLRenderer: .getCurrentRenderTarget() is now .getRenderTarget().' ); + return this.getRenderTarget(); + +}; + +WebGLRenderer.prototype.getMaxAnisotropy = function () { + + console.warn( 'THREE.WebGLRenderer: .getMaxAnisotropy() is now .capabilities.getMaxAnisotropy().' ); + return this.capabilities.getMaxAnisotropy(); + +}; + +WebGLRenderer.prototype.getPrecision = function () { + + console.warn( 'THREE.WebGLRenderer: .getPrecision() is now .capabilities.precision.' ); + return this.capabilities.precision; + +}; + +WebGLRenderer.prototype.resetGLState = function () { + + console.warn( 'THREE.WebGLRenderer: .resetGLState() is now .state.reset().' ); + return this.state.reset(); + +}; + +WebGLRenderer.prototype.supportsFloatTextures = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsFloatTextures() is now .extensions.get( \'OES_texture_float\' ).' ); + return this.extensions.get( 'OES_texture_float' ); + +}; + +WebGLRenderer.prototype.supportsHalfFloatTextures = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsHalfFloatTextures() is now .extensions.get( \'OES_texture_half_float\' ).' ); + return this.extensions.get( 'OES_texture_half_float' ); + +}; + +WebGLRenderer.prototype.supportsStandardDerivatives = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsStandardDerivatives() is now .extensions.get( \'OES_standard_derivatives\' ).' ); + return this.extensions.get( 'OES_standard_derivatives' ); + +}; + +WebGLRenderer.prototype.supportsCompressedTextureS3TC = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsCompressedTextureS3TC() is now .extensions.get( \'WEBGL_compressed_texture_s3tc\' ).' ); + return this.extensions.get( 'WEBGL_compressed_texture_s3tc' ); + +}; + +WebGLRenderer.prototype.supportsCompressedTexturePVRTC = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsCompressedTexturePVRTC() is now .extensions.get( \'WEBGL_compressed_texture_pvrtc\' ).' ); + return this.extensions.get( 'WEBGL_compressed_texture_pvrtc' ); + +}; + +WebGLRenderer.prototype.supportsBlendMinMax = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsBlendMinMax() is now .extensions.get( \'EXT_blend_minmax\' ).' ); + return this.extensions.get( 'EXT_blend_minmax' ); + +}; + +WebGLRenderer.prototype.supportsVertexTextures = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsVertexTextures() is now .capabilities.vertexTextures.' ); + return this.capabilities.vertexTextures; + +}; + +WebGLRenderer.prototype.supportsInstancedArrays = function () { + + console.warn( 'THREE.WebGLRenderer: .supportsInstancedArrays() is now .extensions.get( \'ANGLE_instanced_arrays\' ).' ); + return this.extensions.get( 'ANGLE_instanced_arrays' ); + +}; + +WebGLRenderer.prototype.enableScissorTest = function ( boolean ) { + + console.warn( 'THREE.WebGLRenderer: .enableScissorTest() is now .setScissorTest().' ); + this.setScissorTest( boolean ); + +}; + +WebGLRenderer.prototype.initMaterial = function () { + + console.warn( 'THREE.WebGLRenderer: .initMaterial() has been removed.' ); + +}; + +WebGLRenderer.prototype.addPrePlugin = function () { + + console.warn( 'THREE.WebGLRenderer: .addPrePlugin() has been removed.' ); + +}; + +WebGLRenderer.prototype.addPostPlugin = function () { + + console.warn( 'THREE.WebGLRenderer: .addPostPlugin() has been removed.' ); + +}; + +WebGLRenderer.prototype.updateShadowMap = function () { + + console.warn( 'THREE.WebGLRenderer: .updateShadowMap() has been removed.' ); + +}; + +WebGLRenderer.prototype.setFaceCulling = function () { + + console.warn( 'THREE.WebGLRenderer: .setFaceCulling() has been removed.' ); + +}; + +WebGLRenderer.prototype.allocTextureUnit = function () { + + console.warn( 'THREE.WebGLRenderer: .allocTextureUnit() has been removed.' ); + +}; + +WebGLRenderer.prototype.setTexture = function () { + + console.warn( 'THREE.WebGLRenderer: .setTexture() has been removed.' ); + +}; + +WebGLRenderer.prototype.setTexture2D = function () { + + console.warn( 'THREE.WebGLRenderer: .setTexture2D() has been removed.' ); + +}; + +WebGLRenderer.prototype.setTextureCube = function () { + + console.warn( 'THREE.WebGLRenderer: .setTextureCube() has been removed.' ); + +}; + +WebGLRenderer.prototype.getActiveMipMapLevel = function () { + + console.warn( 'THREE.WebGLRenderer: .getActiveMipMapLevel() is now .getActiveMipmapLevel().' ); + return this.getActiveMipmapLevel(); + +}; + +Object.defineProperties( WebGLRenderer.prototype, { + + shadowMapEnabled: { + get: function () { + + return this.shadowMap.enabled; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderer: .shadowMapEnabled is now .shadowMap.enabled.' ); + this.shadowMap.enabled = value; + + } + }, + shadowMapType: { + get: function () { + + return this.shadowMap.type; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderer: .shadowMapType is now .shadowMap.type.' ); + this.shadowMap.type = value; + + } + }, + shadowMapCullFace: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .shadowMapCullFace has been removed. Set Material.shadowSide instead.' ); + return undefined; + + }, + set: function ( /* value */ ) { + + console.warn( 'THREE.WebGLRenderer: .shadowMapCullFace has been removed. Set Material.shadowSide instead.' ); + + } + }, + context: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .context has been removed. Use .getContext() instead.' ); + return this.getContext(); + + } + }, + vr: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .vr has been renamed to .xr' ); + return this.xr; + + } + }, + gammaInput: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .gammaInput has been removed. Set the encoding for textures via Texture.encoding instead.' ); + return false; + + }, + set: function () { + + console.warn( 'THREE.WebGLRenderer: .gammaInput has been removed. Set the encoding for textures via Texture.encoding instead.' ); + + } + }, + gammaOutput: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .gammaOutput has been removed. Set WebGLRenderer.outputEncoding instead.' ); + return false; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderer: .gammaOutput has been removed. Set WebGLRenderer.outputEncoding instead.' ); + this.outputEncoding = ( value === true ) ? sRGBEncoding : LinearEncoding; + + } + }, + toneMappingWhitePoint: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .toneMappingWhitePoint has been removed.' ); + return 1.0; + + }, + set: function () { + + console.warn( 'THREE.WebGLRenderer: .toneMappingWhitePoint has been removed.' ); + + } + }, + +} ); + +Object.defineProperties( WebGLShadowMap.prototype, { + + cullFace: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .shadowMap.cullFace has been removed. Set Material.shadowSide instead.' ); + return undefined; + + }, + set: function ( /* cullFace */ ) { + + console.warn( 'THREE.WebGLRenderer: .shadowMap.cullFace has been removed. Set Material.shadowSide instead.' ); + + } + }, + renderReverseSided: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .shadowMap.renderReverseSided has been removed. Set Material.shadowSide instead.' ); + return undefined; + + }, + set: function () { + + console.warn( 'THREE.WebGLRenderer: .shadowMap.renderReverseSided has been removed. Set Material.shadowSide instead.' ); + + } + }, + renderSingleSided: { + get: function () { + + console.warn( 'THREE.WebGLRenderer: .shadowMap.renderSingleSided has been removed. Set Material.shadowSide instead.' ); + return undefined; + + }, + set: function () { + + console.warn( 'THREE.WebGLRenderer: .shadowMap.renderSingleSided has been removed. Set Material.shadowSide instead.' ); + + } + } + +} ); + +function WebGLRenderTargetCube( width, height, options ) { + + console.warn( 'THREE.WebGLRenderTargetCube( width, height, options ) is now WebGLCubeRenderTarget( size, options ).' ); + return new WebGLCubeRenderTarget( width, options ); + +} + +// + +Object.defineProperties( WebGLRenderTarget.prototype, { + + wrapS: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .wrapS is now .texture.wrapS.' ); + return this.texture.wrapS; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .wrapS is now .texture.wrapS.' ); + this.texture.wrapS = value; + + } + }, + wrapT: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .wrapT is now .texture.wrapT.' ); + return this.texture.wrapT; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .wrapT is now .texture.wrapT.' ); + this.texture.wrapT = value; + + } + }, + magFilter: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .magFilter is now .texture.magFilter.' ); + return this.texture.magFilter; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .magFilter is now .texture.magFilter.' ); + this.texture.magFilter = value; + + } + }, + minFilter: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .minFilter is now .texture.minFilter.' ); + return this.texture.minFilter; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .minFilter is now .texture.minFilter.' ); + this.texture.minFilter = value; + + } + }, + anisotropy: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .anisotropy is now .texture.anisotropy.' ); + return this.texture.anisotropy; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .anisotropy is now .texture.anisotropy.' ); + this.texture.anisotropy = value; + + } + }, + offset: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .offset is now .texture.offset.' ); + return this.texture.offset; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .offset is now .texture.offset.' ); + this.texture.offset = value; + + } + }, + repeat: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .repeat is now .texture.repeat.' ); + return this.texture.repeat; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .repeat is now .texture.repeat.' ); + this.texture.repeat = value; + + } + }, + format: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .format is now .texture.format.' ); + return this.texture.format; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .format is now .texture.format.' ); + this.texture.format = value; + + } + }, + type: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .type is now .texture.type.' ); + return this.texture.type; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .type is now .texture.type.' ); + this.texture.type = value; + + } + }, + generateMipmaps: { + get: function () { + + console.warn( 'THREE.WebGLRenderTarget: .generateMipmaps is now .texture.generateMipmaps.' ); + return this.texture.generateMipmaps; + + }, + set: function ( value ) { + + console.warn( 'THREE.WebGLRenderTarget: .generateMipmaps is now .texture.generateMipmaps.' ); + this.texture.generateMipmaps = value; + + } + } + +} ); + +// + +Audio.prototype.load = function ( file ) { + + console.warn( 'THREE.Audio: .load has been deprecated. Use THREE.AudioLoader instead.' ); + const scope = this; + const audioLoader = new AudioLoader(); + audioLoader.load( file, function ( buffer ) { + + scope.setBuffer( buffer ); + + } ); + return this; + +}; + + +AudioAnalyser.prototype.getData = function () { + + console.warn( 'THREE.AudioAnalyser: .getData() is now .getFrequencyData().' ); + return this.getFrequencyData(); + +}; + +// + +CubeCamera.prototype.updateCubeMap = function ( renderer, scene ) { + + console.warn( 'THREE.CubeCamera: .updateCubeMap() is now .update().' ); + return this.update( renderer, scene ); + +}; + +CubeCamera.prototype.clear = function ( renderer, color, depth, stencil ) { + + console.warn( 'THREE.CubeCamera: .clear() is now .renderTarget.clear().' ); + return this.renderTarget.clear( renderer, color, depth, stencil ); + +}; + +ImageUtils.crossOrigin = undefined; + +ImageUtils.loadTexture = function ( url, mapping, onLoad, onError ) { + + console.warn( 'THREE.ImageUtils.loadTexture has been deprecated. Use THREE.TextureLoader() instead.' ); + + const loader = new TextureLoader(); + loader.setCrossOrigin( this.crossOrigin ); + + const texture = loader.load( url, onLoad, undefined, onError ); + + if ( mapping ) texture.mapping = mapping; + + return texture; + +}; + +ImageUtils.loadTextureCube = function ( urls, mapping, onLoad, onError ) { + + console.warn( 'THREE.ImageUtils.loadTextureCube has been deprecated. Use THREE.CubeTextureLoader() instead.' ); + + const loader = new CubeTextureLoader(); + loader.setCrossOrigin( this.crossOrigin ); + + const texture = loader.load( urls, onLoad, undefined, onError ); + + if ( mapping ) texture.mapping = mapping; + + return texture; + +}; + +ImageUtils.loadCompressedTexture = function () { + + console.error( 'THREE.ImageUtils.loadCompressedTexture has been removed. Use THREE.DDSLoader instead.' ); + +}; + +ImageUtils.loadCompressedTextureCube = function () { + + console.error( 'THREE.ImageUtils.loadCompressedTextureCube has been removed. Use THREE.DDSLoader instead.' ); + +}; + +// + +function CanvasRenderer() { + + console.error( 'THREE.CanvasRenderer has been removed' ); + +} + +// + +function JSONLoader() { + + console.error( 'THREE.JSONLoader has been removed.' ); + +} + +// + +const SceneUtils = { + + createMultiMaterialObject: function ( /* geometry, materials */ ) { + + console.error( 'THREE.SceneUtils has been moved to /examples/jsm/utils/SceneUtils.js' ); + + }, + + detach: function ( /* child, parent, scene */ ) { + + console.error( 'THREE.SceneUtils has been moved to /examples/jsm/utils/SceneUtils.js' ); + + }, + + attach: function ( /* child, scene, parent */ ) { + + console.error( 'THREE.SceneUtils has been moved to /examples/jsm/utils/SceneUtils.js' ); + + } + +}; + +// + +function LensFlare() { + + console.error( 'THREE.LensFlare has been moved to /examples/jsm/objects/Lensflare.js' ); + +} + +if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) { + + /* eslint-disable no-undef */ + __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'register', { detail: { + revision: REVISION, + } } ) ); + /* eslint-enable no-undef */ + +} + +if ( typeof window !== 'undefined' ) { + + if ( window.__THREE__ ) { + + console.warn( 'WARNING: Multiple instances of Three.js being imported.' ); + + } else { + + window.__THREE__ = REVISION; + + } + +} + +export { ACESFilmicToneMapping, AddEquation, AddOperation, AdditiveAnimationBlendMode, AdditiveBlending, AlphaFormat, AlwaysDepth, AlwaysStencilFunc, AmbientLight, AmbientLightProbe, AnimationClip, AnimationLoader, AnimationMixer, AnimationObjectGroup, AnimationUtils, ArcCurve, ArrayCamera, ArrowHelper, Audio, AudioAnalyser, AudioContext, AudioListener, AudioLoader, AxesHelper, AxisHelper, BackSide, BasicDepthPacking, BasicShadowMap, BinaryTextureLoader, Bone, BooleanKeyframeTrack, BoundingBoxHelper, Box2, Box3, Box3Helper, BoxGeometry as BoxBufferGeometry, BoxGeometry, BoxHelper, BufferAttribute, BufferGeometry, BufferGeometryLoader, ByteType, Cache, Camera, CameraHelper, CanvasRenderer, CanvasTexture, CatmullRomCurve3, CineonToneMapping, CircleGeometry as CircleBufferGeometry, CircleGeometry, ClampToEdgeWrapping, Clock, Color, ColorKeyframeTrack, CompressedTexture, CompressedTextureLoader, ConeGeometry as ConeBufferGeometry, ConeGeometry, CubeCamera, CubeReflectionMapping, CubeRefractionMapping, CubeTexture, CubeTextureLoader, CubeUVReflectionMapping, CubeUVRefractionMapping, CubicBezierCurve, CubicBezierCurve3, CubicInterpolant, CullFaceBack, CullFaceFront, CullFaceFrontBack, CullFaceNone, Curve, CurvePath, CustomBlending, CustomToneMapping, CylinderGeometry as CylinderBufferGeometry, CylinderGeometry, Cylindrical, DataTexture, DataTexture2DArray, DataTexture3D, DataTextureLoader, DataUtils, DecrementStencilOp, DecrementWrapStencilOp, DefaultLoadingManager, DepthFormat, DepthStencilFormat, DepthTexture, DirectionalLight, DirectionalLightHelper, DiscreteInterpolant, DodecahedronGeometry as DodecahedronBufferGeometry, DodecahedronGeometry, DoubleSide, DstAlphaFactor, DstColorFactor, DynamicBufferAttribute, DynamicCopyUsage, DynamicDrawUsage, DynamicReadUsage, EdgesGeometry, EdgesHelper, EllipseCurve, EqualDepth, EqualStencilFunc, EquirectangularReflectionMapping, EquirectangularRefractionMapping, Euler, EventDispatcher, ExtrudeGeometry as ExtrudeBufferGeometry, ExtrudeGeometry, FaceColors, FileLoader, FlatShading, Float16BufferAttribute, Float32Attribute, Float32BufferAttribute, Float64Attribute, Float64BufferAttribute, FloatType, Fog, FogExp2, Font, FontLoader, FrontSide, Frustum, GLBufferAttribute, GLSL1, GLSL3, GammaEncoding, GreaterDepth, GreaterEqualDepth, GreaterEqualStencilFunc, GreaterStencilFunc, GridHelper, Group, HalfFloatType, HemisphereLight, HemisphereLightHelper, HemisphereLightProbe, IcosahedronGeometry as IcosahedronBufferGeometry, IcosahedronGeometry, ImageBitmapLoader, ImageLoader, ImageUtils, ImmediateRenderObject, IncrementStencilOp, IncrementWrapStencilOp, InstancedBufferAttribute, InstancedBufferGeometry, InstancedInterleavedBuffer, InstancedMesh, Int16Attribute, Int16BufferAttribute, Int32Attribute, Int32BufferAttribute, Int8Attribute, Int8BufferAttribute, IntType, InterleavedBuffer, InterleavedBufferAttribute, Interpolant, InterpolateDiscrete, InterpolateLinear, InterpolateSmooth, InvertStencilOp, JSONLoader, KeepStencilOp, KeyframeTrack, LOD, LatheGeometry as LatheBufferGeometry, LatheGeometry, Layers, LensFlare, LessDepth, LessEqualDepth, LessEqualStencilFunc, LessStencilFunc, Light, LightProbe, Line, Line3, LineBasicMaterial, LineCurve, LineCurve3, LineDashedMaterial, LineLoop, LinePieces, LineSegments, LineStrip, LinearEncoding, LinearFilter, LinearInterpolant, LinearMipMapLinearFilter, LinearMipMapNearestFilter, LinearMipmapLinearFilter, LinearMipmapNearestFilter, LinearToneMapping, Loader, LoaderUtils, LoadingManager, LogLuvEncoding, LoopOnce, LoopPingPong, LoopRepeat, LuminanceAlphaFormat, LuminanceFormat, MOUSE, Material, MaterialLoader, MathUtils as Math, MathUtils, Matrix3, Matrix4, MaxEquation, Mesh, MeshBasicMaterial, MeshDepthMaterial, MeshDistanceMaterial, MeshFaceMaterial, MeshLambertMaterial, MeshMatcapMaterial, MeshNormalMaterial, MeshPhongMaterial, MeshPhysicalMaterial, MeshStandardMaterial, MeshToonMaterial, MinEquation, MirroredRepeatWrapping, MixOperation, MultiMaterial, MultiplyBlending, MultiplyOperation, NearestFilter, NearestMipMapLinearFilter, NearestMipMapNearestFilter, NearestMipmapLinearFilter, NearestMipmapNearestFilter, NeverDepth, NeverStencilFunc, NoBlending, NoColors, NoToneMapping, NormalAnimationBlendMode, NormalBlending, NotEqualDepth, NotEqualStencilFunc, NumberKeyframeTrack, Object3D, ObjectLoader, ObjectSpaceNormalMap, OctahedronGeometry as OctahedronBufferGeometry, OctahedronGeometry, OneFactor, OneMinusDstAlphaFactor, OneMinusDstColorFactor, OneMinusSrcAlphaFactor, OneMinusSrcColorFactor, OrthographicCamera, PCFShadowMap, PCFSoftShadowMap, PMREMGenerator, ParametricGeometry as ParametricBufferGeometry, ParametricGeometry, Particle, ParticleBasicMaterial, ParticleSystem, ParticleSystemMaterial, Path, PerspectiveCamera, Plane, PlaneGeometry as PlaneBufferGeometry, PlaneGeometry, PlaneHelper, PointCloud, PointCloudMaterial, PointLight, PointLightHelper, Points, PointsMaterial, PolarGridHelper, PolyhedronGeometry as PolyhedronBufferGeometry, PolyhedronGeometry, PositionalAudio, PropertyBinding, PropertyMixer, QuadraticBezierCurve, QuadraticBezierCurve3, Quaternion, QuaternionKeyframeTrack, QuaternionLinearInterpolant, REVISION, RGBADepthPacking, RGBAFormat, RGBAIntegerFormat, RGBA_ASTC_10x10_Format, RGBA_ASTC_10x5_Format, RGBA_ASTC_10x6_Format, RGBA_ASTC_10x8_Format, RGBA_ASTC_12x10_Format, RGBA_ASTC_12x12_Format, RGBA_ASTC_4x4_Format, RGBA_ASTC_5x4_Format, RGBA_ASTC_5x5_Format, RGBA_ASTC_6x5_Format, RGBA_ASTC_6x6_Format, RGBA_ASTC_8x5_Format, RGBA_ASTC_8x6_Format, RGBA_ASTC_8x8_Format, RGBA_BPTC_Format, RGBA_ETC2_EAC_Format, RGBA_PVRTC_2BPPV1_Format, RGBA_PVRTC_4BPPV1_Format, RGBA_S3TC_DXT1_Format, RGBA_S3TC_DXT3_Format, RGBA_S3TC_DXT5_Format, RGBDEncoding, RGBEEncoding, RGBEFormat, RGBFormat, RGBIntegerFormat, RGBM16Encoding, RGBM7Encoding, RGB_ETC1_Format, RGB_ETC2_Format, RGB_PVRTC_2BPPV1_Format, RGB_PVRTC_4BPPV1_Format, RGB_S3TC_DXT1_Format, RGFormat, RGIntegerFormat, RawShaderMaterial, Ray, Raycaster, RectAreaLight, RedFormat, RedIntegerFormat, ReinhardToneMapping, RepeatWrapping, ReplaceStencilOp, ReverseSubtractEquation, RingGeometry as RingBufferGeometry, RingGeometry, SRGB8_ALPHA8_ASTC_10x10_Format, SRGB8_ALPHA8_ASTC_10x5_Format, SRGB8_ALPHA8_ASTC_10x6_Format, SRGB8_ALPHA8_ASTC_10x8_Format, SRGB8_ALPHA8_ASTC_12x10_Format, SRGB8_ALPHA8_ASTC_12x12_Format, SRGB8_ALPHA8_ASTC_4x4_Format, SRGB8_ALPHA8_ASTC_5x4_Format, SRGB8_ALPHA8_ASTC_5x5_Format, SRGB8_ALPHA8_ASTC_6x5_Format, SRGB8_ALPHA8_ASTC_6x6_Format, SRGB8_ALPHA8_ASTC_8x5_Format, SRGB8_ALPHA8_ASTC_8x6_Format, SRGB8_ALPHA8_ASTC_8x8_Format, Scene, SceneUtils, ShaderChunk, ShaderLib, ShaderMaterial, ShadowMaterial, Shape, ShapeGeometry as ShapeBufferGeometry, ShapeGeometry, ShapePath, ShapeUtils, ShortType, Skeleton, SkeletonHelper, SkinnedMesh, SmoothShading, Sphere, SphereGeometry as SphereBufferGeometry, SphereGeometry, Spherical, SphericalHarmonics3, SplineCurve, SpotLight, SpotLightHelper, Sprite, SpriteMaterial, SrcAlphaFactor, SrcAlphaSaturateFactor, SrcColorFactor, StaticCopyUsage, StaticDrawUsage, StaticReadUsage, StereoCamera, StreamCopyUsage, StreamDrawUsage, StreamReadUsage, StringKeyframeTrack, SubtractEquation, SubtractiveBlending, TOUCH, TangentSpaceNormalMap, TetrahedronGeometry as TetrahedronBufferGeometry, TetrahedronGeometry, TextGeometry as TextBufferGeometry, TextGeometry, Texture, TextureLoader, TorusGeometry as TorusBufferGeometry, TorusGeometry, TorusKnotGeometry as TorusKnotBufferGeometry, TorusKnotGeometry, Triangle, TriangleFanDrawMode, TriangleStripDrawMode, TrianglesDrawMode, TubeGeometry as TubeBufferGeometry, TubeGeometry, UVMapping, Uint16Attribute, Uint16BufferAttribute, Uint32Attribute, Uint32BufferAttribute, Uint8Attribute, Uint8BufferAttribute, Uint8ClampedAttribute, Uint8ClampedBufferAttribute, Uniform, UniformsLib, UniformsUtils, UnsignedByteType, UnsignedInt248Type, UnsignedIntType, UnsignedShort4444Type, UnsignedShort5551Type, UnsignedShort565Type, UnsignedShortType, VSMShadowMap, Vector2, Vector3, Vector4, VectorKeyframeTrack, Vertex, VertexColors, VideoTexture, WebGL1Renderer, WebGLCubeRenderTarget, WebGLMultipleRenderTargets, WebGLMultisampleRenderTarget, WebGLRenderTarget, WebGLRenderTargetCube, WebGLRenderer, WebGLUtils, WireframeGeometry, WireframeHelper, WrapAroundEnding, XHRLoader, ZeroCurvatureEnding, ZeroFactor, ZeroSlopeEnding, ZeroStencilOp, sRGBEncoding }; diff --git a/package.json b/package.json new file mode 100644 index 0000000..5ff9599 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "neurosecure", + "version": "0.0.0", + "scripts": { + "dev": "vite", + "build": "vite build", + "serve": "vite preview" + }, + "devDependencies": { + "vite": "^2.4.4" + }, + "dependencies": { + "three": "^0.131.3" + } +} diff --git a/particles.html b/particles.html new file mode 100644 index 0000000..7360a04 --- /dev/null +++ b/particles.html @@ -0,0 +1,12 @@ + + + + + + + Document<title> +</head> +<body> + <script src="js/particles.js" type="module"></script> +</body> +</html> \ No newline at end of file diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..a7a7fb4 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,93 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +colorette@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" + integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== + +esbuild@^0.12.8: + version "0.12.19" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.19.tgz#ab849766705a5093df5acd8ec2f6ba2159a38a6c" + integrity sha512-5NuT1G6THW7l3fsSCDkcPepn24R0XtyPjKoqKHD8LfhqMXzCdz0mrS9HgO6hIhzVT7zt0T+JGbzCqF5AH8hS9w== + +fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +is-core-module@^2.2.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.5.0.tgz#f754843617c70bfd29b7bd87327400cda5c18491" + integrity sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg== + dependencies: + has "^1.0.3" + +nanoid@^3.1.23: + version "3.1.23" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81" + integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw== + +path-parse@^1.0.6: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +postcss@^8.3.6: + version "8.3.6" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea" + integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A== + dependencies: + colorette "^1.2.2" + nanoid "^3.1.23" + source-map-js "^0.6.2" + +resolve@^1.20.0: + version "1.20.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" + integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + dependencies: + is-core-module "^2.2.0" + path-parse "^1.0.6" + +rollup@^2.38.5: + version "2.56.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.1.tgz#f29dbc04a5d532dfa904f76b62395f359506211e" + integrity sha512-KkrsNjeiTfGJMUFBi/PNfj3fnt70akqdoNXOjlzwo98uA1qrlkmgt6SGaK5OwhyDYCVnJb6jb2Xa2wbI47P4Nw== + optionalDependencies: + fsevents "~2.3.2" + +source-map-js@^0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e" + integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug== + +three@^0.131.3: + version "0.131.3" + resolved "https://registry.yarnpkg.com/three/-/three-0.131.3.tgz#406fd210c603ca9154937ae3582996fbfd3cb716" + integrity sha512-VkZAv8ZTJqiE/fyEmoWLxcNHImpVcjqW7RO0GzMu3tRpwO0KUvK9pjTmJzJcAbc51BOeB2G38zh80yjHTbP8gQ== + +vite@^2.4.4: + version "2.4.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-2.4.4.tgz#8c402a07ad45f168f6eb5428bead38f3e4363e47" + integrity sha512-m1wK6pFJKmaYA6AeZIUXyiAgUAAJzVXhIMYCdZUpCaFMGps0v0IlNJtbmPvkUhVEyautalajmnW5X6NboUPsnw== + dependencies: + esbuild "^0.12.8" + postcss "^8.3.6" + resolve "^1.20.0" + rollup "^2.38.5" + optionalDependencies: + fsevents "~2.3.2"